diff --git a/.gitignore b/.gitignore index 5674de571..0b7fa3166 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,4 @@ -# auto-generated docs -docs/_includes/generated/ -docs/_site/ -docs/documentation/ -docs/fiddle/ -docs/.jekyll-cache/ -docs/js/generated/ -docs/aux/generated/ +/docs # Workspace related exclusions packages/**/build diff --git a/README.md b/README.md index 5b8d93b29..63eecc2c7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To write your own Malloy models, use the VS Code Extension, currently available ![show_run](https://user-images.githubusercontent.com/1093458/182458787-ca228186-c954-4a07-b298-f92dbf91e48d.gif) -To get to know the Malloy language, follow [Malloy by Example](https://malloydata.github.io/malloy/documentation/malloy_by_example.html) and/or continue through the numbered models in the FAA directory. +To get to know the Malloy language, follow [Malloy by Example](https://malloydata.github.io/documentation/malloy_by_example.html) and/or continue through the numbered models in the FAA directory. Note: The Malloy VSCode Extension tracks a small amount of anonymous usage data. You can opt out in the extension settings. [Learn more](https://policies.google.com/technologies/cookies). @@ -37,9 +37,9 @@ Note: The Malloy VSCode Extension tracks a small amount of anonymous usage data. Documentation: -- [Malloy Language](https://malloydata.github.io/malloy/documentation/language/basic.html) - A quick introduction to the language -- [eCommerce Example Analysis](https://malloydata.github.io/malloy/documentation/examples/ecommerce.html) - a walkthrough of the basics on an ecommerce dataset (BigQuery public dataset) -- [Modeling Walkthrough](https://malloydata.github.io/malloy/documentation/examples/iowa/iowa.html) - introduction to modeling via the Iowa liquor sales public data set (BigQuery public dataset) +- [Malloy Language](https://malloydata.github.io/documentation/language/basic.html) - A quick introduction to the language +- [eCommerce Example Analysis](https://malloydata.github.io/documentation/examples/ecommerce.html) - a walkthrough of the basics on an ecommerce dataset (BigQuery public dataset) +- [Modeling Walkthrough](https://malloydata.github.io/documentation/examples/iowa/iowa.html) - introduction to modeling via the Iowa liquor sales public data set (BigQuery public dataset) [YouTube](https://www.youtube.com/channel/UCfN2td1dzf-fKmVtaDjacsg) - Watch demos / walkthroughs of Malloy @@ -76,4 +76,4 @@ GROUP BY carrier ORDER BY flight_count desc -- malloy automatically orders by the first aggregate ``` -Learn more about the syntax and language features of Malloy in the [Quickstart](https://malloydata.github.io/malloy/documentation/language/basic.html). +Learn more about the syntax and language features of Malloy in the [Quickstart](https://malloydata.github.io/documentation/language/basic.html). diff --git a/cloudbuild/build-test/build-docs.sh b/cloudbuild/build-test/build-docs.sh deleted file mode 100755 index 64f20380f..000000000 --- a/cloudbuild/build-test/build-docs.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env sh -set -euxo pipefail - -nix-shell --quiet --pure --command "$(cat <- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. -baseurl: "/malloy" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll -ga_site_id: G-0M10W7C20Y - -# Build settings -theme: minima -plugins: - - jekyll-feed -# Exclude from processing. -# The following items will not be processed, by default. -# Any item listed under the `exclude:` key here will be automatically added to -# the internal "default list". -# -# Excluded items can be processed by explicitly listing the directories or -# their entries' file path in the `include:` list. -# -# exclude: -# - .sass-cache/ -# - .jekyll-cache/ -# - gemfiles/ -# - Gemfile -# - Gemfile.lock -# - node_modules/ -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ diff --git a/docs/_includes/banner.html b/docs/_includes/banner.html deleted file mode 100644 index bdf59d78b..000000000 --- a/docs/_includes/banner.html +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/docs/_includes/ga.html b/docs/_includes/ga.html deleted file mode 100644 index b4fa95b95..000000000 --- a/docs/_includes/ga.html +++ /dev/null @@ -1,13 +0,0 @@ - - diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html deleted file mode 100644 index ab3ecd805..000000000 --- a/docs/_layouts/documentation.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - {{ page.title }} - - - {% include ga.html %} - - -
-
-
- malloy logo - Malloy - Documentation -
-
-
- search - -
- -
-
-
- {% include /generated/toc.html %} - -
- -
{{ content }}
-
- -
-
- {% include banner.html %} - - - diff --git a/docs/_layouts/fiddle.html b/docs/_layouts/fiddle.html deleted file mode 100644 index cddd07099..000000000 --- a/docs/_layouts/fiddle.html +++ /dev/null @@ -1 +0,0 @@ -{{ content }} diff --git a/docs/_layouts/redirect.html b/docs/_layouts/redirect.html deleted file mode 100644 index c8a58208c..000000000 --- a/docs/_layouts/redirect.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Page Redirection - - -If you are not redirected automatically, follow this link. - - \ No newline at end of file diff --git a/docs/_scripts/build_docs/fiddle.ts b/docs/_scripts/build_docs/fiddle.ts deleted file mode 100644 index b4836b893..000000000 --- a/docs/_scripts/build_docs/fiddle.ts +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import path from "path"; -import fs from "fs-extra"; - -const __dirname = path.resolve("./docs/_scripts/build_docs"); - -const FIDDLE_OUT_PATH = path.join(__dirname, "../../fiddle"); -const FIDDLE_INDEX_FILE = path.join(FIDDLE_OUT_PATH, "index.html"); - -const HEADER = `--- -layout: fiddle ---- -`; - -export async function copyFiddle(): Promise { - if (process.env.MALLOY_FIDDLE_PATH) { - await fs.rm(FIDDLE_OUT_PATH, { recursive: true, force: true }); - await fs.copy(process.env.MALLOY_FIDDLE_PATH, FIDDLE_OUT_PATH); - - const index = fs.readFileSync(FIDDLE_INDEX_FILE, "utf-8"); - const indexTemplate = - HEADER + index.replace(/<\/head>/g, `{% include ga.html %}\n `); - fs.writeFileSync(FIDDLE_INDEX_FILE, indexTemplate); - } -} diff --git a/docs/_scripts/build_docs/highlighter.ts b/docs/_scripts/build_docs/highlighter.ts deleted file mode 100644 index cfdc09190..000000000 --- a/docs/_scripts/build_docs/highlighter.ts +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import * as shiki from "shiki"; -import * as fs from "fs"; - -const json = fs.readFileSync( - "./vscode-extension/malloy.tmGrammar.json", - "utf-8" -); -const malloyTMGrammar = JSON.parse(json); - -const HIGHLIGHTER = shiki.getHighlighter({ - theme: "light-plus", - langs: [ - "sql", - "json", - { - id: "malloy", - scopeName: "source.malloy", - embeddedLangs: ["sql"], - grammar: malloyTMGrammar as any, - }, - ], -}); - -export async function highlight( - code: string, - lang: string, - { inline }: { inline?: boolean } = {} -): Promise { - const highlighter = await HIGHLIGHTER; - if (!highlighter.getLoadedLanguages().includes(lang as shiki.Lang)) { - lang = "txt"; - } - const highlightedRaw = highlighter.codeToHtml(code, { lang }); - if (inline) { - return highlightedRaw - .replace(/^
", "")
-      .replace(/<\/pre>$/, "")
-      .replace("background-color: #FFFFFF", "background-color: #FBFBFB");
-  } else {
-    return highlightedRaw
-      .replace(/^
", "")
-      .replace(/<\/code><\/pre>$/, "
") - .replace("background-color: #FFFFFF", "background-color: #FBFBFB"); - } -} diff --git a/docs/_scripts/build_docs/index.ts b/docs/_scripts/build_docs/index.ts deleted file mode 100644 index e8467466b..000000000 --- a/docs/_scripts/build_docs/index.ts +++ /dev/null @@ -1,264 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import path from "path"; -import fs from "fs"; -import archiver from "archiver"; -import { performance } from "perf_hooks"; -import { renderDoc } from "./render_document.js"; -import { renderFooter, renderSidebar, Section } from "./page.js"; -import { copyFiddle } from "./fiddle.js"; -import { - isMarkdown, - readDirRecursive, - timeString, - watchDebounced, - watchDebouncedRecursive, -} from "./utils.js"; -import { DEPENDENCIES } from "./run_code.js"; -import { log } from "./log.js"; -import { exit } from "process"; - -const __dirname = path.resolve("./docs/_scripts/build_docs"); - -const DOCS_ROOT_PATH = path.join(__dirname, "../../_src"); -const OUT_PATH = path.join(__dirname, "../../_includes/generated"); -const JS_OUT_PATH = path.join(__dirname, "../../js/generated"); -const OUT_PATH2 = path.join(__dirname, "../../documentation/"); -const CONTENTS_PATH = path.join(DOCS_ROOT_PATH, "table_of_contents.json"); -const SAMPLES_BIGQUERY_PATH = path.join(__dirname, "../../../samples/bigquery"); -const SAMPLES_ROOT_PATH = path.join(__dirname, "../../../samples"); -const AUX_OUT_PATH = path.join(__dirname, "../../aux/generated"); - -const WATCH_ENABLED = process.argv.includes("--watch"); - -async function compileDoc(file: string): Promise<{ - errors: { path: string; snippet: string; error: string }[]; - searchSegments: { - path: string; - titles: string[]; - paragraphs: ( - | { type: "p"; text: string } - | { type: "code"; text: string } - )[]; - }[]; -}> { - const startTime = performance.now(); - const shortPath = file.substring(DOCS_ROOT_PATH.length); - const shortOutPath = shortPath.replace(/\.md$/, ".html"); - const outPath = path.join(OUT_PATH, shortOutPath); - const outDirPath = path.join(outPath, ".."); - fs.mkdirSync(outDirPath, { recursive: true }); - const markdown = fs.readFileSync(file, "utf8"); - const { renderedDocument, errors, searchSegments } = await renderDoc( - markdown, - shortPath - ); - const headerDoc = - `---\n` + - `layout: documentation\n` + - `title: Malloy Documentation\n` + - `footer: ${path.join("/generated/footers", shortOutPath)}\n` + - `---\n\n` + - renderedDocument; - fs.mkdirSync(path.join(OUT_PATH2, shortOutPath, ".."), { recursive: true }); - fs.writeFileSync(path.join(OUT_PATH2, shortOutPath), headerDoc); - log( - `File ${outPath.substring(OUT_PATH.length)} compiled in ${timeString( - startTime, - performance.now() - )}.` - ); - return { - errors: errors.map((error) => ({ ...error, path: shortPath })), - searchSegments: searchSegments.map((segment) => ({ - ...segment, - path: shortPath, - })), - }; -} - -function rebuildSidebarAndFooters() { - const tableOfContents = JSON.parse(fs.readFileSync(CONTENTS_PATH, "utf8")) - .contents as Section[]; - - const renderedSidebar = renderSidebar(tableOfContents); - fs.writeFileSync(path.join(OUT_PATH, "toc.html"), renderedSidebar); - log(`File _includes/toc.html written.`); - - const allFiles = readDirRecursive(DOCS_ROOT_PATH); - const allDocs = allFiles.filter(isMarkdown); - - for (const file of allDocs) { - const shortPath = file.substring(DOCS_ROOT_PATH.length); - const htmlLink = shortPath.replace(/\.md$/, ".html"); - const footer = renderFooter(tableOfContents, DOCS_ROOT_PATH, htmlLink); - const footerPath = path.join(OUT_PATH, "footers", htmlLink); - fs.mkdirSync(path.join(footerPath, ".."), { - recursive: true, - }); - fs.writeFileSync(footerPath, footer); - } - log(`Files _includes/footers/** written.`); -} - -function outputSearchSegmentsFile( - searchSegments: { - path: string; - titles: string[]; - paragraphs: ( - | { type: "p"; text: string } - | { type: "code"; text: string } - )[]; - }[] -) { - const file = `window.SEARCH_SEGMENTS = ${JSON.stringify( - searchSegments, - null, - 2 - )}`; - fs.mkdirSync(JS_OUT_PATH, { recursive: true }); - fs.writeFileSync(path.join(JS_OUT_PATH, "search_segments.js"), file); - log(`File js/generated/search_segments.js written.`); -} - -function outputSamplesZip( - rootPath: string, - relativePath: string, - name: string -): Promise { - return new Promise((resolve, reject) => { - try { - const archive = archiver("zip"); - fs.mkdirSync(AUX_OUT_PATH, { recursive: true }); - const output = fs.createWriteStream(path.join(AUX_OUT_PATH, name)); - output.on("close", () => { - log(`File aux/${name} written.`); - resolve(); - }); - archive.on("error", (error) => { - log(error.message); - reject(error); - }); - archive.pipe(output); - archive.directory(path.join(rootPath, relativePath), false); - archive.finalize(); - } catch (error) { - log(error); - reject(error); - } - }); -} - -async function outputSamplesZips(): Promise { - log("Zipping samples"); - await Promise.all([ - outputSamplesZip(SAMPLES_ROOT_PATH, "/", "samples.zip"), - ...fs.readdirSync(SAMPLES_BIGQUERY_PATH).map((relativePath) => { - if ( - fs - .statSync(path.join(SAMPLES_BIGQUERY_PATH, relativePath)) - .isDirectory() - ) { - return outputSamplesZip( - SAMPLES_BIGQUERY_PATH, - relativePath, - relativePath + ".zip" - ); - } - }), - ]); -} - -(async () => { - await copyFiddle(); - await outputSamplesZips(); - const allFiles = readDirRecursive(DOCS_ROOT_PATH); - const allDocs = allFiles.filter(isMarkdown); - const staticFiles = allFiles.filter((file) => !isMarkdown(file)); - for (const file of staticFiles) { - const destination = path.join( - OUT_PATH, - file.substring(DOCS_ROOT_PATH.length) - ); - fs.mkdirSync(path.join(destination, ".."), { recursive: true }); - fs.copyFileSync(file, destination); - } - const startTime = performance.now(); - const results = await Promise.all(allDocs.map(compileDoc)); - const allErrors = results.map(({ errors }) => errors).flat(); - const allSegments = results - .map(({ searchSegments }) => searchSegments) - .flat(); - // TODO make this update in watch mode - outputSearchSegmentsFile(allSegments); - log(`All docs compiled in ${timeString(startTime, performance.now())}`); - - rebuildSidebarAndFooters(); - - if (WATCH_ENABLED) { - log(`\nWatching /documentation and /samples for changes...`); - watchDebouncedRecursive(DOCS_ROOT_PATH, (type, file) => { - const fullPath = path.join(DOCS_ROOT_PATH, file); - if (isMarkdown(file)) { - log(`Markdown file ${file} ${type}d. Recompiling...`); - compileDoc(fullPath); - } else { - if (fs.existsSync(fullPath)) { - log(`Static file ${file} ${type}d. Copied.`); - fs.copyFileSync(fullPath, path.join(OUT_PATH, file)); - } else { - fs.unlinkSync(path.join(OUT_PATH, file)); - log(`Static file ${file} deleted. Removed.`); - } - } - }); - watchDebouncedRecursive(SAMPLES_BIGQUERY_PATH, (type, file) => { - log(`Model file ${file} ${type}d. Recompiling dependent documents...`); - for (const doc of DEPENDENCIES.get(file) || []) { - const fullPath = path.join(DOCS_ROOT_PATH, doc); - compileDoc(fullPath); - } - outputSamplesZips(); - }); - watchDebounced(CONTENTS_PATH, (type) => { - log(`Table of contents ${type}d. Recompiling...`); - rebuildSidebarAndFooters(); - }); - } else { - if (allErrors.length > 0) { - log( - `Failure: ${allErrors.length} example snippet${ - allErrors.length === 1 ? "" : "s" - } had errors` - ); - allErrors.forEach((error) => { - log(`Error in file ${error.path}: ${error.error}`); - log("```"); - log(error.snippet); - log("```"); - }); - exit(1); - } - } -})(); diff --git a/docs/_scripts/build_docs/log.ts b/docs/_scripts/build_docs/log.ts deleted file mode 100644 index beaf47bce..000000000 --- a/docs/_scripts/build_docs/log.ts +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -export function log(message: string): void { - process.stdout.write(message + "\n"); -} diff --git a/docs/_scripts/build_docs/markdown_types.ts b/docs/_scripts/build_docs/markdown_types.ts deleted file mode 100644 index b1551edb8..000000000 --- a/docs/_scripts/build_docs/markdown_types.ts +++ /dev/null @@ -1,158 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -/* - * A markdown document, as returned from unified when parsing Remark with GFM. - */ -export type Markdown = - | Root - | Strong - | HTML - | Break - | Heading - | Text - | Paragraph - | Link - | Emphasis - | List - | ListItem - | Table - | TableRow - | TableCell - | InlineCode - | Code - | Blockquote - | Image - | Delete - | ThematicBreak; - -export interface Root { - type: "root"; - children: Markdown[]; -} - -export interface Break { - type: "break"; -} - -export interface Image { - type: "image"; - url: string; - title: string | null; - alt: string; -} - -export interface Delete { - type: "delete"; - children: Markdown[]; -} - -export interface Blockquote { - type: "blockquote"; - children: Markdown[]; -} - -export interface Heading { - type: "heading"; - children: Markdown[]; - depth: 1 | 2 | 3 | 4 | 5 | 6; -} - -export interface Text { - type: "text"; - value: string; -} - -export interface HTML { - type: "html"; - value: string; -} - -export interface Code { - type: "code"; - lang: string; - meta: string | null; - value: string; -} - -export interface Link { - type: "link"; - title: string | null; - url: string; - children: Markdown[]; -} - -export interface Paragraph { - type: "paragraph"; - children: Markdown[]; -} - -export interface Emphasis { - type: "emphasis"; - children: Markdown[]; -} - -export interface Strong { - type: "strong"; - children: Markdown[]; -} - -export interface List { - type: "list"; - ordered: boolean; - start: number | null; - spread: boolean; - children: Markdown[]; -} - -export interface ListItem { - type: "listItem"; - checked: boolean | null; - spread: boolean; - children: Markdown[]; -} - -export interface Table { - type: "table"; - align: ("left" | "right" | null)[]; - children: Markdown[]; -} - -export interface TableRow { - type: "tableRow"; - children: Markdown[]; -} - -export interface TableCell { - type: "tableCell"; - children: Markdown[]; -} - -export interface InlineCode { - type: "inlineCode"; - value: string; -} - -export interface ThematicBreak { - type: "thematicBreak"; -} diff --git a/docs/_scripts/build_docs/page.ts b/docs/_scripts/build_docs/page.ts deleted file mode 100644 index b819f9c4b..000000000 --- a/docs/_scripts/build_docs/page.ts +++ /dev/null @@ -1,173 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import path from "path"; - -export interface Section { - title: string; - items: (Section | SectionItem)[]; -} - -export interface SectionItem { - title: string; - link: string; -} - -interface EnrichedSection { - title: string; - id: string; - items: (EnrichedSection | EnrichedSectionItem)[]; -} - -interface EnrichedSectionItem { - title: string; - link: string; - fullLink: string; - compareLink: string; -} - -function isSectionItem(item: SectionItem | Section): item is SectionItem { - return (item as SectionItem).link !== undefined; -} - -function enrichTableOfContents(sections: Section[]): EnrichedSection[] { - return sections.map((section) => { - return { - id: section.title.toLowerCase().replace(" ", "_"), - title: section.title, - items: section.items.map((item) => { - if (isSectionItem(item)) { - const htmlLink = item.link.replace(/\.md$/, ".html"); - const fullLink = path.join("/documentation", htmlLink); - const compareLink = - htmlLink === "/index.html" ? "/documentation/" : fullLink; - - return { title: item.title, link: item.link, fullLink, compareLink }; - } else { - return enrichTableOfContents([item])[0]; - } - }), - }; - }); -} - -function extractItems(sections: (Section | SectionItem)[]): SectionItem[] { - const items: SectionItem[] = []; - const stack = [...sections].reverse(); - while (stack.length) { - const section = stack.pop() as Section | SectionItem; - if (isSectionItem(section)) { - items.push(section); - } else { - stack.push(...[...section.items].reverse()); - } - } - return items; -} - -function renderSection(section: EnrichedSection | EnrichedSectionItem): string { - if (isSectionItem(section)) { - return ``; - } else { - return ``; - } -} - -export function renderSidebar(sections: Section[]): string { - return ``; -} - -export function renderFooter( - sections: Section[], - rootPath: string, - docPath: string -): string { - const items = extractItems(sections); - const thisIndex = items.findIndex( - (item) => item.link.replace(/\.md$/, ".html") === docPath - ); - const next = items[thisIndex + 1]; - const nextLink = next && next.link.replace(/\.md$/, ".html"); - const nextRelative = - next && - path.relative( - path.join(rootPath, docPath, ".."), - path.join(rootPath, nextLink) - ); - - const previous = items[thisIndex - 1]; - const previousLink = previous && previous.link.replace(/\.md$/, ".html"); - const previousRelative = - previous && - path.relative( - path.join(rootPath, docPath, ".."), - path.join(rootPath, previousLink) - ); - - return `
-
- ${ - previous - ? `previous${previous.title}` - : "" - } -
-
- ${ - next - ? `${next.title}next` - : "" - } -
-
`; -} diff --git a/docs/_scripts/build_docs/render_document.ts b/docs/_scripts/build_docs/render_document.ts deleted file mode 100644 index 9701dfdd7..000000000 --- a/docs/_scripts/build_docs/render_document.ts +++ /dev/null @@ -1,401 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import { unified } from "unified"; -import remarkParse from "remark-parse"; -import remarkGfm from "remark-gfm"; -import { Markdown } from "./markdown_types.js"; -import { runCode } from "./run_code.js"; -import { log } from "./log.js"; -import { highlight } from "./highlighter.js"; - -/* - * A Renderer is capable of converting a parsed `Markdown` document into HTML, - * given that it exists at a given `path`. - */ -class Renderer { - // The path where the document being rendered exists. - private readonly path: string; - private models: Map; - private _errors: { snippet: string; error: string }[] = []; - private readonly titleStack: { level: number; title: string }[] = []; - public readonly searchSegments: { - titles: string[]; - paragraphs: ( - | { type: "p"; text: string } - | { type: "code"; text: string } - )[]; - }[] = []; - - constructor(path: string) { - this.path = path; - this.models = new Map(); - } - - private setModel(modelPath: string, source: string) { - this.models.set(modelPath, source); - } - - protected async code( - code: string, - infostring: string | undefined, - _escaped: boolean - ) { - const lang = (infostring || "txt").trim(); - let showCode = code; - let hidden = false; - - let result = ""; - let highlightedCode; - if (lang === "malloy") { - if (code.startsWith("--!")) { - try { - const options = JSON.parse( - code.split("\n")[0].substring("--! ".length).trim() - ); - showCode = showCode.split("\n").slice(1).join("\n"); - if (options.isHidden) { - hidden = true; - } - if (options.isRunnable) { - result = await runCode(showCode, this.path, options, this.models); - } else if (options.isModel) { - let modelCode = showCode; - if (options.source) { - const prefix = this.models.get(options.source); - if (prefix === undefined) { - throw new Error(`can't find source ${options.source}`); - } - modelCode = prefix + "\n" + showCode; - } - this.setModel(options.modelPath, modelCode); - } - } catch (error) { - log(` !! Error: ${error.toString()}`); - result = `
Error: ${error.toString()}
`; - this._errors.push({ snippet: code, error: error.message }); - } - } - - highlightedCode = await highlight(showCode, lang); - } else { - showCode = showCode.replace(/\n$/, "") + "\n"; - highlightedCode = await highlight(showCode, lang); - } - - const segment = this.searchSegments[this.searchSegments.length - 1]; - if (segment) { - segment.paragraphs.push({ type: "code", text: highlightedCode }); - } - - return `${hidden ? "" : highlightedCode}${result}`; - } - - protected async blockquote(content: Markdown[]) { - const quote = await this.children(content); - return "
\n" + quote + "
\n"; - } - - protected async html(html: string) { - return html; - } - - private registerTitle(titleHTML: string, level: number) { - for (;;) { - const lastTitle = this.titleStack[this.titleStack.length - 1]; - if (lastTitle === undefined || lastTitle.level < level) { - break; - } else { - this.titleStack.pop(); - } - } - this.titleStack.push({ level, title: titleHTML }); - this.searchSegments.push({ - titles: this.titleStack.map((item) => item.title), - paragraphs: [], - }); - } - - protected async heading(content: Markdown[], level: 1 | 2 | 3 | 4 | 5 | 6) { - const text = await this.children(content); - this.registerTitle(text, level); - const escapedText = text.toLowerCase().replace(/[^\w]+/g, "-"); - - return ` - - - ${text} - - - `; - } - - protected async hr() { - return "
\n"; - } - - protected async list(content: Markdown[], ordered: boolean, start: number) { - const renderContent = async (item: Markdown) => { - if (item.type !== "listItem") { - throw new Error("Unexpected child of list renderer."); - } - return this.listItem(item.children, item.checked); - }; - const body = ( - await Promise.all(content.map((item) => renderContent(item))) - ).join("\n"); - const type = ordered ? "ol" : "ul", - startatt = ordered && start !== 1 ? ' start="' + start + '"' : ""; - return "<" + type + startatt + ">\n" + body + "\n"; - } - - protected async listItem(content: Markdown[], checked: boolean | null) { - const text = await this.children(content); - if (checked !== null) { - return `
  • ${text}
  • `; - } else { - return `
  • ${text}
  • `; - } - } - - protected async paragraph(content: Markdown[]) { - const text = await this.children(content); - const segment = this.searchSegments[this.searchSegments.length - 1]; - if (segment) { - segment.paragraphs.push({ type: "p", text }); - } - return "

    " + text + "

    \n"; - } - - protected async table( - content: Markdown[], - align: ("left" | "right" | null)[] - ) { - const renderRow = async (row: Markdown, header: boolean) => { - if (row.type !== "tableRow") { - throw new Error("Expected table row."); - } - - return this.tableRow(row.children, header, align); - }; - - const head = await renderRow(content[0], true); - const body = ( - await Promise.all(content.slice(1).map((row) => renderRow(row, false))) - ).join("\n"); - - return ( - "\n" + - "\n" + - head + - "\n" + - "" + - body + - "" + - "
    \n" - ); - } - - protected async tableRow( - cells: Markdown[], - header: boolean, - align: ("left" | "right" | null)[] - ) { - const renderCell = async ( - cell: Markdown, - align: "left" | "right" | null - ) => { - if (cell.type !== "tableCell") { - throw new Error("Expected table cell."); - } - - return this.tablecell(cell.children, header, align); - }; - - const body = ( - await Promise.all( - cells.map((cell, index) => renderCell(cell, align[index])) - ) - ).join("\n"); - - return "\n" + body + "\n"; - } - - protected async tablecell( - content: Markdown[], - header: boolean, - align: "left" | "right" | null - ) { - const text = await this.children(content); - const type = header ? "th" : "td"; - const tag = align - ? "<" + type + ' align="' + align + '">' - : "<" + type + ">"; - return tag + text + "\n"; - } - - protected async strong(content: Markdown[]) { - const text = await this.children(content); - return "" + text + ""; - } - - protected async emphasis(content: Markdown[]) { - const text = await this.children(content); - return "" + text + ""; - } - - protected async codeSpan(text: string) { - return highlight(text, "malloy", { inline: true }); - } - - protected async break() { - return "
    "; - } - - protected async delete(content: Markdown[]) { - const text = await this.children(content); - return "" + text + ""; - } - - protected async link( - href: string | null, - title: string | null, - content: Markdown[] - ) { - const text = await this.children(content); - if (href === null) { - return text; - } - href = href.replace(/\.md/, ".html"); - let out = href.startsWith("/") - ? `"; - return out; - } - - protected async image( - href: string | null, - title: string | null, - text: string - ) { - if (href === null) { - return text; - } - - let out = '' + text + ' this.render(child))) - ).join(""); - } - - private async root(children: Markdown[]) { - return `
    ${await this.children(children)}
    `; - } - - async render(ast: Markdown): Promise { - switch (ast.type) { - case "root": - return this.root(ast.children); - case "heading": - return this.heading(ast.children, ast.depth); - case "text": - return this.text(ast.value); - case "paragraph": - return this.paragraph(ast.children); - case "link": - return this.link(ast.url, ast.title, ast.children); - case "emphasis": - return this.emphasis(ast.children); - case "strong": - return this.strong(ast.children); - case "list": - return this.list(ast.children, ast.ordered, ast.start || 0); - case "table": - return this.table(ast.children, ast.align); - case "inlineCode": - return this.codeSpan(ast.value); - case "code": - return this.code(ast.value, ast.lang, false); - case "blockquote": - return this.blockquote(ast.children); - case "break": - return this.break(); - case "thematicBreak": - return this.hr(); - case "html": - return this.html(ast.value); - case "image": - return this.image(ast.url, ast.title, ast.alt); - case "delete": - return this.delete(ast.children); - default: - throw new Error(`Unexpected markdown node type.`); - } - } - - get errors() { - return this._errors; - } -} - -export async function renderDoc( - text: string, - path: string -): Promise<{ - renderedDocument: string; - errors: { snippet: string; error: string }[]; - searchSegments: { - titles: string[]; - paragraphs: ( - | { type: "p"; text: string } - | { type: "code"; text: string } - )[]; - }[]; -}> { - const ast = unified().use(remarkParse).use(remarkGfm).parse(text); - const renderer = new Renderer(path); - const renderedDocument = await renderer.render(ast as unknown as Markdown); - return { - renderedDocument, - errors: renderer.errors, - searchSegments: renderer.searchSegments, - }; -} diff --git a/docs/_scripts/build_docs/run_code.ts b/docs/_scripts/build_docs/run_code.ts deleted file mode 100644 index 4b6c94253..000000000 --- a/docs/_scripts/build_docs/run_code.ts +++ /dev/null @@ -1,270 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -/* - * This stores model dependencies -- for some model file with path `modelFilePath`, - * `DEPENDENCIES.get(modelFilePath)` should be an array of known documents - * that depend on that model. If `--watch` is enabled, changes to a model file - * will cause relevant documents to recompile. - */ -import { DataStyles, HTMLView } from "@malloydata/render"; -import { - Runtime, - URLReader, - QueryMaterializer, - SQLBlockMaterializer, -} from "@malloydata/malloy"; -import { BigQueryConnection } from "@malloydata/db-bigquery"; -import path from "path"; -import { promises as fs } from "fs"; -import { performance } from "perf_hooks"; -import { timeString } from "./utils.js"; -import { log } from "./log.js"; -import { JSDOM } from "jsdom"; -import { highlight } from "./highlighter.js"; - -const __dirname = path.resolve("./docs/_scripts/build_docs"); - -const SAMPLES_BIGQUERY_PATH = path.join(__dirname, "../../../samples/bigquery"); - -export const DEPENDENCIES = new Map(); - -/* - * Add a known dependency to the `DEPENDENCIES` map. - */ -function addDependency(modelPath: string, documentPath: string) { - const key = modelPath.substring(SAMPLES_BIGQUERY_PATH.length); - const existing = DEPENDENCIES.get(key); - if (existing) { - if (!existing.includes(documentPath)) { - existing.push(documentPath); - } - } else { - DEPENDENCIES.set(key, [documentPath]); - } -} - -/* - * Interface for the options that can appear in magic comments (`--! { ... }`) - * at the top of Malloy snippets in documentation. - */ -interface RunOptions { - source?: string; - size?: string; - pageSize?: number; - dataStyles: DataStyles; - showAs?: "html" | "json" | "sql"; - queryName?: string; - sqlBlockName?: string; - exploreName?: string; - isHidden?: boolean; -} - -export async function dataStylesForFile( - uri: string, - text: string -): Promise { - const PREFIX = "--! styles "; - let styles: DataStyles = {}; - for (const line of text.split("\n")) { - if (line.startsWith(PREFIX)) { - const fileName = line.trimEnd().substring(PREFIX.length); - const stylesPath = path.join( - uri.replace(/^file:\/\//, ""), - "..", - fileName - ); - const stylesText = await fetchFile(stylesPath); - styles = { ...styles, ...JSON.parse(stylesText) }; - } - } - - return styles; -} - -async function fetchFile(uri: string) { - return fs.readFile(uri.replace(/^file:\/\//, ""), "utf8"); -} - -class DocsURLReader implements URLReader { - private dataStyles: DataStyles = {}; - private readonly modelPath: string; - private readonly inMemoryURLs: Map; - - constructor(modelPath: string, inMemoryURLs: Map) { - this.modelPath = modelPath; - this.inMemoryURLs = inMemoryURLs; - } - - async readURL(url: URL): Promise { - const inMemoryURL = this.inMemoryURLs.get(url.toString()); - if (inMemoryURL !== undefined) { - return inMemoryURL; - } - const contents = await fetchFile(url.toString()); - addDependency(this.modelPath, url.toString().replace(/^file:\/\//, "")); - this.dataStyles = { - ...this.dataStyles, - ...(await dataStylesForFile(url.toString(), contents)), - }; - - return contents; - } - - getHackyAccumulatedDataStyles() { - return this.dataStyles; - } -} - -const BIGQUERY_CONNECTION = new BigQueryConnection("bigquery", { - rowLimit: 5, -}); - -function resolveSourcePath(sourcePath: string) { - return `file://${path.resolve(path.join(SAMPLES_BIGQUERY_PATH, sourcePath))}`; -} - -function mapKeys( - map: Map, - mapKey: (key: KA) => KB -): Map { - return new Map( - [...map.entries()].map(([key, value]) => [mapKey(key), value]) - ); -} - -/* - * Run a `query` appearing within a document at `documentPath` with `options`, - * and render the result as a string (HTML). - */ -export async function runCode( - code: string, - documentPath: string, - options: RunOptions, - inlineModels: Map -): Promise { - const urlReader = new DocsURLReader( - documentPath, - mapKeys(inlineModels, resolveSourcePath) - ); - const runtime = new Runtime(urlReader, BIGQUERY_CONNECTION); - - // Here, we assume that docs queries that reference a model only care about - // things _exported_ from that model. In other words, a query with - // `"source": "something.malloy" is equivalent to prepending the query with - // `import "something.malloy"` (and is useful only to avoid having to include - // the import statement at the top of each code snippet). If this assumption - // proves to be incorrect, this function should be modified to first compile - // the source model and pass it in to translation of the query, allowing the - // query to reference non-exported members of the model. It may be argued that - // querying a model in this way is only useful as a developer experience, - // because it ignores the actual specified interface of the model. Therefore, - // it may be a good idea to force something to be exported if it needs to be - // queried in a docs snippet. - const fullCode = options.source - ? `import "${resolveSourcePath(options.source)}"\n${code}` - : code; - - const querySummary = `"${code.split("\n").join(" ").substring(0, 50)}..."`; - log(` >> Running query ${querySummary}`); - const runStartTime = performance.now(); - - // Docs are compiled from source, not from a URL. This means that relative - // imports don't work. It shouldn't be necessary to show relative imports - // in runnable docs. If this changes, the `urlReader` will need to be able to - // handle reading a fake URL for the query as well as real URLs for local files. - let runnable: SQLBlockMaterializer | QueryMaterializer; - if (options.sqlBlockName) { - runnable = runtime - .loadModel(fullCode) - .loadSQLBlockByName(options.sqlBlockName); - } else if (options.queryName && options.exploreName) { - runnable = runtime - .loadModel(fullCode) - .loadExploreByName(options.exploreName) - .loadQueryByName(options.queryName); - } else if (options.queryName) { - runnable = runtime.loadModel(fullCode).loadQueryByName(options.queryName); - } else { - runnable = runtime.loadQuery(fullCode); - } - const queryResult = await runnable.run({ - rowLimit: options.pageSize || 5, - }); - - log( - ` >> Finished running query ${querySummary} in ${timeString( - runStartTime, - performance.now() - )}` - ); - - const dataStyles = { - ...options.dataStyles, - ...urlReader.getHackyAccumulatedDataStyles(), - }; - - const showAs = options.showAs || "html"; - - const jsonResult = await highlight( - JSON.stringify(queryResult.data.toObject(), null, 2), - "json" - ); - - const document = new JSDOM().window.document; - const element = await new HTMLView(document).render(queryResult.data, { - dataStyles, - }); - const htmlResult = element.outerHTML; - const sqlResult = await highlight(queryResult.sql, "sql"); - - const htmlSelected = showAs === "html" ? "selected" : ""; - const jsonSelected = showAs === "json" ? "selected" : ""; - const sqlSelected = showAs === "sql" ? "selected" : ""; - - return `
    -
    - QUERY RESULTS -
    - - - -
    -
    -
    -
    - ${htmlResult} -
    -
    -
    -
    -
    ${jsonResult}
    -
    -
    -
    -
    -
    ${sqlResult}
    -
    -
    -
    `; -} diff --git a/docs/_scripts/build_docs/utils.ts b/docs/_scripts/build_docs/utils.ts deleted file mode 100644 index d347950d9..000000000 --- a/docs/_scripts/build_docs/utils.ts +++ /dev/null @@ -1,120 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import fs from "fs"; -import path from "path"; - -export function isMarkdown(file: string): boolean { - return file.endsWith(".md"); -} - -export function timeString(start: number, end: number): string { - return `${((end - start) / 1000).toLocaleString()}s`; -} - -/* - * Get a list of files that appear in a directory or any of its subdirectories, - * recursively. - */ -export function readDirRecursive(dir: string): string[] { - const files: string[] = []; - for (const file of fs.readdirSync(dir)) { - const absolutePath = path.join(dir, file); - if (fs.statSync(absolutePath).isDirectory()) { - files.push(...readDirRecursive(absolutePath)); - } else { - files.push(absolutePath); - } - } - return files; -} - -/* - * Get a list of directories contained in a directory or any of its - * subdirectories, recursively. - */ -export function getDirsRecursive(dir: string): string[] { - const directories: string[] = [dir]; - for (const file of fs.readdirSync(dir)) { - const absolutePath = path.join(dir, file); - if (fs.statSync(absolutePath).isDirectory()) { - directories.push(...getDirsRecursive(absolutePath)); - } - } - return directories; -} - -/* - * Escape a string for HTML, including `&`, `<`, `>`, `"`, and `'`. Simple and not very - * rigorous. - */ -export function escape(html: string): string { - return html.replace( - /[&<>"']/g, - (ch) => - ({ - "&": "&", - "<": "<", - ">": ">", - '"': """, - "'": "'", - }[ch] || "") - ); -} - -export function watchDebounced( - location: string, - callback: (type: "rename" | "change", file: string) => void -): void { - const cancelers = new Map void>(); - const debouncedCallback = (type: "rename" | "change", file: string) => { - const cancelPrevious = cancelers.get(file); - if (cancelPrevious) cancelPrevious(); - let canceled = false; - cancelers.set(file, () => { - canceled = true; - }); - setTimeout(() => { - if (!canceled) { - callback(type, file); - } - }, 100); - }; - - fs.watch(location, (type, file) => { - debouncedCallback(type, file); - }); -} - -export function watchDebouncedRecursive( - dir: string, - callback: (type: "rename" | "change", file: string) => void -): void { - const allDirs = getDirsRecursive(dir); - - allDirs.forEach((subdir) => { - watchDebounced(subdir, (type, file) => { - callback(type, path.join(subdir, file).substring(dir.length)); - }); - }); -} diff --git a/docs/_src/connection_instructions.md b/docs/_src/connection_instructions.md deleted file mode 100644 index 16f4a9045..000000000 --- a/docs/_src/connection_instructions.md +++ /dev/null @@ -1,51 +0,0 @@ -# Connecting a Database in the VSCode Extension -Currently, BigQuery, PostgreSQL _(in progress)_, and DuckDB are supported. These instructions assume you have already installed the [Malloy extension](https://marketplace.visualstudio.com/items?itemName=malloydata.malloy-vscode) in VSCode. - -## Adding the Connection in VS Code -_Note: DuckDB is natively supported, allowing you to skip these initial steps._ - -1. Click on the Malloy icon on the left side of VS Code. This opens the Malloy view - a view that allows you to view schemas as you work with Malloy models and edit database connections. - -2. In the "CONNECTIONS" panel, select "Edit Connections". This opens the connection manager page. - -3. Click "Add Connection" and fill out the relevant details. See below for database-specific instructions. - -4. Press "Test" on the connection to confirm that you have successfully connected to the database - -5. Hit "Save," then dive into writing Malloy! We recommend starting with one of our Samples, which can be found [here](https://github.com/malloydata/malloy/tree/main/samples) or downloaded from the VS Code Plugin - -Screen Shot 2022-07-20 at 4 40 21 PM - - - -## BigQuery - -Authenticating to BigQuery can be done either via OAuth (using your Google Cloud Account) or with a Service Account Key downloaded from Google Cloud - -### Option 1: OAuth - -To access BigQuery with the Malloy Plugin, you will need to have a [Google Cloud Account](https://cloud.google.com/), access to BigQuery, and the [gcloud CLI](https://cloud.google.com/sdk/gcloud) installed. Once the gcloud CLI is installed, open a terminal and type the following: - -```bash -gcloud auth login --update-adc -gcloud config set project {my_project_id} --installation -``` - -_Replace `{my_project_id}` with the **ID** of the BigQuery project you want to use & bill to. If you're not sure what this ID is, open Cloud Console, and click on the dropdown at the top (just to the right of the "Google Cloud Platform" text) to view projects you have access to. If you don't already have a project, [create one](https://cloud.google.com/resource-manager/docs/creating-managing-projects)._ - -When creating the connection in the VS Code Plugin, you can leave the optional fields blank as it will connect using your gcloud project configuration. - -### Option 2: Service Account - -Add the relevant account information to the new connection, and include the path to the [service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys). - -## PostgreSQL _(in progress)_ -_(Development in progress, date/time support is currently incomplete)_ - -Add the relevant database connection information. Once you click save, the password (if you have entered one) will be stored in your system keychain. - -## DuckDB - -DuckDB is available without needing to explicitly configure a connection. It works with local parquet or csv files, which can be referenced in a source. This example has the CSV in the same directory as the .malloy model file: `source: baby_names is table('duckdb:babynames.csv')` - -There are a number of examples on public data using DuckDB available [here](https://github.com/lloydtabb/malloy_examples). diff --git a/docs/_src/examples/ecommerce.md b/docs/_src/examples/ecommerce.md deleted file mode 100644 index 8cea03278..000000000 --- a/docs/_src/examples/ecommerce.md +++ /dev/null @@ -1,157 +0,0 @@ -# eCommerce Walkthrough: An Intro to Malloy Syntax & the VSCode Plugin -_The following walk-through covers similar concepts to the [Quick Start](https://github.com/malloydata/malloy/#quick-start-videos) videos in the README. You can find the complete source code for this model [here](https://github.com/malloydata/malloy/blob/main/samples/bigquery/ecommerce/ecommerce.malloy)._ - -Malloy queries compile to SQL. As Malloy queries become more complex, the SQL complexity expands dramatically, while the Malloy query remains concise and easier to read. - -Let’s illustrate this by asking a straightforward question of a simple ecommerce dataset--how many order items have we sold, broken down by their current status? - -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"} -query: table('malloy-data.ecomm.order_items') -> { - group_by: status - aggregate: order_item_count is count() -} -``` - -The use of `group_by` in the above query invokes a `SELECT` with a `GROUP BY` in SQL. Malloy also has a `project` transformation, which will `SELECT` without a `GROUP BY`. - -Notice that after you write this, small "Run | Render" code lens will appear above the query. Run will show the JSON result, while Render will show a table by default, or a visualization if you've configured one (more on this later). Click the code lens to run the query. This will produce the following SQL: - -```sql -SELECT - base.status as status, - COUNT( 1) as order_item_count -FROM malloy-data.ecomm.order_items as base -GROUP BY 1 -ORDER BY 2 desc -``` - -_Note: To see the SQL being generated by your query, open up a New Terminal in the top menu, then select Output, and pick “Malloy” from the menu on the right._ - -![Kapture 2021-08-18 at 17 07 03](https://user-images.githubusercontent.com/7178946/130125702-7049299a-fe0f-4f50-aaed-1c9016835da7.gif) - - -Next question: In 2020, how much did we sell to users in each state? This requires filtering to the year 2020, excluding cancelled and returned orders, as well as joining in the users table. -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"} -query: table('malloy-data.ecomm.order_items') { - join_one: users is table('malloy-data.ecomm.users') on user_id = users.id -} -> { - where: - created_at ? @2020, - status != 'Cancelled' & != 'Returned' - group_by: users.state - aggregate: total_sales is sale_price.sum() -} -``` - -At this point we might notice we’re defining a few things we might like to re-use, so let’s add them to the model: -```malloy -source: users is table('malloy-data.ecomm.users') { - primary_key: id -} - -source: order_items is table('malloy-data.ecomm.order_items') { - primary_key: id - join_one: users with user_id - measure: - total_sales is sale_price.sum() - order_count is count(distinct order_id) -} -``` - -Having defined this in the model, the VSCode plugin will give us handy "Outline" and "Schema" tools in the left menu. "Outline" provides an interactive navigator of the model, in order, and "Schema" shows all of the attributes (both raw fields in the underlying table, and the dimensions, measures, and named queries you've defined in your model). - -Screen Shot 2021-08-27 at 4 21 15 PM - -Our query is now very simple: -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large", "queryName": "sales_by_state_2020"} -query: sales_by_state_2020 is order_items {where: created_at ? @2020} -> { - group_by: users.state - aggregate: total_sales -} -``` - -To further simplify, we can add this and a couple other queries we’ll frequently use to our model. Once you define these, the VSCode plugin will supply a “Run” button next to each query: -```malloy - query: sales_by_state_2020 is { - where: created_at ? @2020 - group_by: users.state - aggregate: total_sales - } - - query: orders_by_status is { - group_by: status - aggregate: order_count - } - - query: sales_by_month_2020 is { - group_by: order_month is created_at.month - aggregate: total_sales - } -``` - -Allowing us to run the following very simple command next time we want to run any of these queries: -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"} -query: order_items -> sales_by_state_2020 -``` - -Note that queries can be filtered at any level. A filter on a source applies to the whole source; one before the fields in a `reduce` or `project` transformation applies to that transformation; and one after an aggregate field applies to that aggregate only. See filters documentation for more information on filter expressions. Here's an example with a variety of filter usage: - -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"} -query: order_items { - where: - users.state = 'California' | 'New York' | 'Texas', - status != 'Cancelled' & != 'Processing' -} -> { - group_by: users.state - aggregate: - total_sale_price_2020 is sale_price.sum() { where: created_at ? @2020 }, - percent_items_returned is 100.0 * (count() { where: status = 'Returned' }) / count() -} -``` - -Queries can contain other nested structures, by including additional transformations as fields, so our named query (`sales_by_month_2020`) can also now be called anywhere as a nested structure. Note that these structures can nest infinitely!: - -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"} -query: order_items -> { - group_by: users.state - aggregate: total_sales - nest: - orders_by_status - sales_by_month_2020 -} -``` - -Which can be visualized using a data_style -```json -{ - "sales_by_month_2020": { - "renderer": "line_chart" - }, - "orders_by_status": { - "renderer": "bar_chart" - } -} -``` -Screen Shot 2021-08-18 at 4 44 01 PM - - -Putting a few named queries together as nested structures allows us to produce a dashboard with an overview of sales, having written remarkably little code. Use the `dashboard` renderer to format the results like this: - -```malloy ---! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large", "queryName": "state_dashboard", "dataStyles": { "sales_by_month_2020": { "renderer" : "line_chart" }, "orders_by_status": { "renderer": "bar_chart" }}} -query: state_dashboard is order_items -> { - group_by: users.state - aggregate: - total_sales - order_count - nest: - orders_by_status - sales_by_month_2020 -} -``` diff --git a/docs/_src/examples/faa/bigquery.md b/docs/_src/examples/faa/bigquery.md deleted file mode 100644 index eb1de41ef..000000000 --- a/docs/_src/examples/faa/bigquery.md +++ /dev/null @@ -1,338 +0,0 @@ -# NTSB Flight Database Examples - -_The follow examples all run against the model at the bottom of this page OR you can find the source code [here](https://github.com/malloydata/malloy/blob/main/samples/bigquery/faa/flights.malloy)._ - -## Airport Dashboard -Where can you fly from SJC? For each destination; Which carriers? How long have they been flying there? -Are they on time? - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "runMode": "auto", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: flights -> airport_dashboard { where: origin.code ? 'SJC' } -``` - - -## Carrier Dashboard -Tell me everything about a carrier. How many destinations?, flights? hubs? -What kind of planes to they use? How many flights over time? What are -the major hubs? For each destination, How many flights? Where can you? Have they been -flying there long? Increasing or decreasing year by year? Any seasonality? - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "runMode": "auto", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: flights -> carrier_dashboard { where: carriers.nickname ? 'Jetblue' } -``` - - -## Kayak Example Query -Suppose you wanted to build a website like Kayak. Let's assume that the data we have is -in the future instead of the past. The query below will fetch all the data needed -to render a Kayak page in a singe query. - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "runMode": "auto", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: flights -> kayak { - where: - origin.code = 'SJC', - destination.code = 'LAX'|'BUR', - dep_time = @2004-01-01 -} -``` - -## Sessionizing Flight Data. -You can think of flight data as event data. The below is a classic map/reduce roll up of the flight data by carrier and day, plane and day, and individual events for each plane. - -```malloy -query: sessionize is { - group_by: flight_date is dep_time.day - group_by: carrier - aggregate: daily_flight_count is flight_count - nest: per_plane_data is { - top: 20 - group_by: tail_num - aggregate: plane_flight_count is flight_count - nest: flight_legs is { - order_by: 2 - group_by: - tail_num - dep_minute is dep_time.minute - origin_code - dest_code is destination_code - dep_delay - arr_delay - ] - } - } -} -``` - - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "runMode": "auto", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: flights { where: carrier ?'WN', dep_time ? @2002-03-03 } -> sessionize -``` - -## The Malloy Model - -All of the queries above are executed against the following model: - -```malloy -source: airports is table('malloy-data.faa.airports') { - primary_key: code - dimension: name is concat(code, ' - ', full_name) - measure: airport_count is count() -} - -source: carriers is table('malloy-data.faa.carriers') { - primary_key: code - measure: carrier_count is count() -} - -source: aircraft_models is table('malloy-data.faa.aircraft_models') { - primary_key: aircraft_model_code - measure: aircraft_model_count is count() -} - -source: aircraft is table('malloy-data.faa.aircraft') { - primary_key: tail_num - measure: aircraft_count is count() - join_one: aircraft_models with aircraft_model_code -} - -source: aircraft_facts is from( - table('malloy-data.faa.flights') -> { - group_by: tail_num - aggregate: - lifetime_flights is count() - lifetime_distance is distance.sum() - } -) { - primary_key: tail_num - dimension: lifetime_flights_bucketed is floor(lifetime_flights / 1000) * 1000 -} - -source: flights is table('malloy-data.faa.flights') { - primary_key: id2 - rename: origin_code is origin - rename: destination_code is destination - - join_one: carriers with carrier - join_one: origin is airports with origin_code - join_one: destination is airports with destination_code - join_one: aircraft with tail_num - join_one: aircraft_facts with tail_num - - measure: - flight_count is count() - total_distance is sum(distance) - seats_for_sale is sum(aircraft.aircraft_models.seats) - seats_owned is aircraft.sum(aircraft.aircraft_models.seats) - // average_seats is aircraft.aircraft_models.avg(aircraft.aircraft_models.seats) - // average_seats is aircraft.aircraft_models.seats.avg() - - query: measures is { - aggregate: - flight_count - aircraft.aircraft_count - dest_count is destination.airport_count - origin_count is origin.airport_count - } - - // shows carriers and number of destinations (bar chart) - query: by_carrier is { - group_by: carriers.nickname - aggregate: flight_count - aggregate: destination_count is destination.count() - } - - // shows year over year growth (line chart) - query: year_over_year is { - group_by: dep_month is month(dep_time) - aggregate: flight_count - group_by: dep_year is dep_time.year - } - - // shows plane manufacturers and frequency of use - query: by_manufacturer is { - top: 5 - group_by: aircraft.aircraft_models.manufacturer - aggregate: aircraft.aircraft_count, flight_count - } - - query: delay_by_hour_of_day is { - where: dep_delay > 30 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - group_by: delay is floor(dep_delay) / 30 * 30 - } - - query: carriers_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: carriers.nickname - } - - query: seats_by_distance is { - // seats rounded to 5 - group_by: seats is floor(aircraft.aircraft_models.seats / 5) * 5 - aggregate: flight_count - // distance rounded to 20 - group_by: distance is floor(distance / 20) * 20 - } - - query: routes_map is { - group_by: - origin.latitude - origin.longitude - latitude2 is destination.latitude - longitude2 is destination.longitude - aggregate: flight_count - } - - query: destinations_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: destination.name - } - - // query flights { where: origin.code ? 'SJC' } -> airport_dashboard - query: airport_dashboard is { - top: 10 - group_by: code is destination_code - group_by: destination is destination.full_name - aggregate: flight_count - nest: carriers_by_month, routes_map, delay_by_hour_of_day - } - - query: plane_usage is { - order_by: 1 desc - where: aircraft.aircraft_count > 1 - group_by: aircraft_facts.lifetime_flights_bucketed - aggregate: aircraft.aircraft_count, flight_count - nest: by_manufacturer, by_carrier - } - - - // query: southwest_flights is carrier_dashboard { where: carriers.nickname ? 'Southwest' } - query: carrier_dashboard is { - aggregate: destination_count is destination.airport_count - aggregate: flight_count - nest: by_manufacturer - nest: by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - } - nest: hubs is { - top: 10 - where: destination.airport_count > 1 - group_by: hub is origin.name - aggregate: destination_count is destination.airport_count - } - nest: origin_dashboard is { - top: 10 - group_by: - code is origin_code, - origin is origin.full_name, - origin.city - aggregate: flight_count - nest: destinations_by_month, routes_map, year_over_year - } - } - - query: detail is { - top: 30 by dep_time - project: - id2, dep_time, tail_num, carrier, origin_code, destination_code, distance, aircraft.aircraft_model_code - } - - // query that you might run for to build a flight search interface - // query flights { where: origin.code = 'SJC', destination.code = 'LAX' | 'BUR', dep_time ? @2004-01-01 } -> kayak - query: kayak is { - nest: carriers is { - group_by: carriers.nickname - aggregate: flight_count - } - nest: by_hour is { - order_by: 1 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - } - nest: flights is { - group_by: - dep_minute is dep_time.minute - carriers.name - flight_num - origin_code - destination_code - aircraft.aircraft_models.manufacturer - aircraft.aircraft_models.model - } - } - - // example query that shows how you can build a map reduce job to sessionize flights - query: sessionize is { - group_by: flight_date is dep_time.day - group_by: carrier - aggregate: daily_flight_count is flight_count - nest: per_plane_data is { - top: 20 - group_by: tail_num - aggregate: plane_flight_count is flight_count - nest: flight_legs is { - order_by: 2 - group_by: - tail_num - dep_minute is dep_time.minute - origin_code - dest_code is destination_code - dep_delay - arr_delay - } - } - } - - -- search_index is (index : [dep_time: @2004-01] - -- *, carriers.*, - -- origin.code, origin.state, origin.city, origin.full_name, origin.fac_type - -- destination.code, destination.state, destination.city, destination.full_name - -- aircraft.aircraft_model_code, aircraft.aircraft_models.manufacturer - -- aircraft.aircraft_models.model - -- on flight_count - -- ) -} -``` - -## Data Styles -The data styles tell the Malloy renderer how to render different kinds of results. - -```json -{ - "by_carrier": { - "renderer": "bar_chart" - }, - "year_over_year": { - "renderer": "line_chart" - }, - "by_month": { - "renderer": "line_chart" - }, - "by_manufacturer": { - "renderer": "bar_chart" - }, - "routes_map": { - "renderer": "segment_map" - }, - "destinations_by_month": { - "renderer": "line_chart" - }, - "delay_by_hour_of_day": { - "renderer" : "scatter_chart" - }, - "seats_by_distance": { - "renderer": "scatter_chart" - }, - "carriers_by_month" : { - "renderer": "line_chart" - } -} -``` diff --git a/docs/_src/examples/faa/postgres.md b/docs/_src/examples/faa/postgres.md deleted file mode 100644 index 7455d1714..000000000 --- a/docs/_src/examples/faa/postgres.md +++ /dev/null @@ -1,265 +0,0 @@ -# NTSB Flight Database Examples (PostgreSQL) -_This page adapts the NTSB Flight Database examples [here](https://malloydata.github.io/malloy/documentation/examples/faa.html) to work with a Postgres instance rather than requiring BigQuery access. Note that full support for Postgres is in progress and that date/time support is currently incomplete._ - -## PostgreSQL Setup -Before you can run these NTSB sample models against a Postgres instance, you need to start up / connect to a database server instance and load it with the appropriate data. These steps setup a database with the NTSB Flight dataset and respective sample models. These steps use Docker for convenience, but the instructions can be modified to run a Postgres instance directly. - -### Start a local Postgres instance -Start a Docker container running Postgres - -```bash -docker run --name malloy-postgres -e POSTGRES_PASSWORD=password -d -p 5432:5432 postgres -``` - -### Load the NTSB dataset into Postgres -From the `malloy/` root directory of the repository, unzip the SQL script that will load the NTSB Flight dataset - -```bash -gunzip test/data/postgres/malloytest-postgres.sql.gz -``` - -Copy the SQL data file into the container - -```bash -docker cp test/data/postgres/malloytest-postgres.sql malloy-postgres:/malloytest-postgres.sql -``` - -Run the file in the container - -```bash -docker exec -it malloy-postgres psql -U postgres -f malloytest-postgres.sql -``` - -## Connect to Postgres in the extension -Use the connection settings shown below to connect the VS Code extension to your local Postgres instance. - - ![postgres-connection-example](https://user-images.githubusercontent.com/25882507/179831294-b6a69ef6-f454-48a7-8b93-aec2bff0ff3f.png) - -## Modify the example Malloy models to work with Postgres - -The sample models from the NTSB Flight Dataset [here](https://malloydata.github.io/malloy/documentation/examples/faa.html#the-malloy-model) reference public BigQuery tables using the standard _project_name.dataset_name.table_name_ BigQuery format. Therefore, all the data source references with this format need to be changed to the Postgres format. - -### Change data source references -All source data references prefixed with `malloy-data.faa.` must be changed to `malloytest.` (since that is the Postgres schema we used above) to conform to Malloy's Postgres _schema_name.table_name_ format (the database name is not required). Simply find and replace in VS Code or run `sed -i -e 's/malloy-data.faa./malloytest./g' path/to/` - -![source_table_reference](https://user-images.githubusercontent.com/25882507/179834102-eef4aee4-973a-4259-bfe4-1487179012b3.png) - -## The Updated Malloy Model -The follow example code will run against the local Postgres database. - -```malloy -source: airports is table('malloytest.airports') { - primary_key: code - dimension: name is concat(code, ' - ', full_name) - measure: airport_count is count() -} - -source: carriers is table('malloytest.carriers') { - primary_key: code - measure: carrier_count is count() -} - -source: aircraft_models is table('malloytest.aircraft_models') { - primary_key: aircraft_model_code - measure: aircraft_model_count is count() -} - -source: aircraft is table('malloytest.aircraft') { - primary_key: tail_num - measure: aircraft_count is count() - join_one: aircraft_models with aircraft_model_code -} - -source: aircraft_facts is from( - table('malloytest.flights') -> { - group_by: tail_num - aggregate: - lifetime_flights is count() - lifetime_distance is distance.sum() - } -) { - primary_key: tail_num - dimension: lifetime_flights_bucketed is floor(lifetime_flights / 1000) * 1000 -} - -source: flights is table('malloytest.flights') { - primary_key: id2 - rename: origin_code is origin - rename: destination_code is destination - - join_one: carriers with carrier - join_one: origin is airports with origin_code - join_one: destination is airports with destination_code - join_one: aircraft with tail_num - join_one: aircraft_facts with tail_num - - measure: - flight_count is count() - total_distance is sum(distance) - seats_for_sale is sum(aircraft.aircraft_models.seats) - seats_owned is aircraft.sum(aircraft.aircraft_models.seats) - // average_seats is aircraft.aircraft_models.avg(aircraft.aircraft_models.seats) - // average_seats is aircraft.aircraft_models.seats.avg() - - query: measures is { - aggregate: - flight_count - aircraft.aircraft_count - dest_count is destination.airport_count - origin_count is origin.airport_count - } - - // shows carriers and number of destinations (bar chart) - query: by_carrier is { - group_by: carriers.nickname - aggregate: flight_count - aggregate: destination_count is destination.count() - } - - // shows year over year growth (line chart) - query: year_over_year is { - group_by: dep_month is month(dep_time) - aggregate: flight_count - group_by: dep_year is dep_time.year - } - - // shows plane manufacturers and frequency of use - query: by_manufacturer is { - top: 5 - group_by: aircraft.aircraft_models.manufacturer - aggregate: aircraft.aircraft_count, flight_count - } - - query: delay_by_hour_of_day is { - where: dep_delay > 30 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - group_by: delay is floor(dep_delay) / 30 * 30 - } - - query: carriers_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: carriers.nickname - } - - query: seats_by_distance is { - // seats rounded to 5 - group_by: seats is floor(aircraft.aircraft_models.seats / 5) * 5 - aggregate: flight_count - // distance rounded to 20 - group_by: distance is floor(distance / 20) * 20 - } - - query: routes_map is { - group_by: - origin.latitude - origin.longitude - latitude2 is destination.latitude - longitude2 is destination.longitude - aggregate: flight_count - } - - query: destinations_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: destination.name - } - - // query flights { where: origin.code ? 'SJC' } -> airport_dashboard - query: airport_dashboard is { - top: 10 - group_by: code is destination_code - group_by: destination is destination.full_name - aggregate: flight_count - nest: carriers_by_month, routes_map, delay_by_hour_of_day - } - - query: plane_usage is { - order_by: 1 desc - where: aircraft.aircraft_count > 1 - group_by: aircraft_facts.lifetime_flights_bucketed - aggregate: aircraft.aircraft_count, flight_count - nest: by_manufacturer, by_carrier - } - - - // query: southwest_flights is carrier_dashboard { where: carriers.nickname ? 'Southwest' } - query: carrier_dashboard is { - aggregate: destination_count is destination.airport_count - aggregate: flight_count - nest: by_manufacturer - nest: by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - } - nest: hubs is { - top: 10 - where: destination.airport_count > 1 - group_by: hub is origin.name - aggregate: destination_count is destination.airport_count - } - nest: origin_dashboard is { - top: 10 - group_by: - code is origin_code, - origin is origin.full_name, - origin.city - aggregate: flight_count - nest: destinations_by_month, routes_map, year_over_year - } - } - - query: detail is { - top: 30 by dep_time - project: - id2, dep_time, tail_num, carrier, origin_code, destination_code, distance, aircraft.aircraft_model_code - } - - // query that you might run for to build a flight search interface - // query flights { where: origin.code = 'SJC', destination.code = 'LAX' | 'BUR', dep_time ? @2004-01-01 } -> kayak - query: kayak is { - nest: carriers is { - group_by: carriers.nickname - aggregate: flight_count - } - nest: by_hour is { - order_by: 1 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - } - nest: flights is { - group_by: - dep_minute is dep_time.minute - carriers.name - flight_num - origin_code - destination_code - aircraft.aircraft_models.manufacturer - aircraft.aircraft_models.model - } - } - - // example query that shows how you can build a map reduce job to sessionize flights - query: sessionize is { - group_by: flight_date is dep_time.day - group_by: carrier - aggregate: daily_flight_count is flight_count - nest: per_plane_data is { - top: 20 - group_by: tail_num - aggregate: plane_flight_count is flight_count - nest: flight_legs is { - order_by: 2 - group_by: - tail_num - dep_minute is dep_time.minute - origin_code - dest_code is destination_code - dep_delay - arr_delay - } - } - } -} -``` diff --git a/docs/_src/examples/ga_sessions.md b/docs/_src/examples/ga_sessions.md deleted file mode 100644 index b38856ecc..000000000 --- a/docs/_src/examples/ga_sessions.md +++ /dev/null @@ -1,60 +0,0 @@ -# Google Analytics - -_You can find the complete source code for this model [here](https://github.com/malloydata/malloy/blob/main/samples/bigquery/ga_sessions/ga_sessions.malloy)._ - -Start by defining a source based on a query. - -```malloy -source: ga_sesions is table('bigquery-public-data.google_analytics_sample.ga_sessions_20170801') { - dimension: start_time is timestamp_seconds(visitStartTime) - measure: - user_count is count(distinct fullVisitorId) - session_count is count() - total_visits is totals.visits.sum() - total_hits is totals.hits.sum() - total_page_views is totals.pageviews.sum() - total_productRevenue is hits.product.productRevenue.sum() - sold_count is hits.count() { where: hits.product.productQuantity > 0 } -} -``` - -We can then add a few named queries to the model to easily access or reference elsewhere. - -```malloy - query: by_region is { - top: 10 - where: geoNetwork.region !~ '%demo%' - group_by: geoNetwork.region - aggregate: user_count - } - - query: by_device is { - group_by: device.browser - aggregate: user_count - group_by: device.deviceCategory - } - - query: by_source is { - top: 10 - where: trafficSource.source != '(direct)' - group_by: trafficSource.source - aggregate: hits_count is hits.count() - } - -``` - -## Putting it all together - -```malloy ---! {"isRunnable": true, "source": "ga_sessions/ga_sessions.malloy", "isPaginationEnabled": true, "size":"large", "queryName": "sessions_dashboard"} -query: sessions_dashboard is ga_sessions -> { - nest: - by_region - by_device - by_source - by_category is { - group_by: category is hits.product.v2ProductCategory - aggregate: total_productRevenue, sold_count - } -} -``` diff --git a/docs/_src/examples/iowa/iowa.md b/docs/_src/examples/iowa/iowa.md deleted file mode 100644 index 5be653ceb..000000000 --- a/docs/_src/examples/iowa/iowa.md +++ /dev/null @@ -1,15 +0,0 @@ -# Step 1: Understanding the Iowa Liquor Market Using Malloy -Liquor sales in Iowa are state-controlled, with all liquor wholesale run by the state. All purchases and sales of liquor that stores make are a matter of public record. We are going to explore this data set to better understand the Iowa Liquor market. - -All data here is stored in BigQuery, in the table `'bigquery-public-data.iowa_liquor_sales.sales'`. - -_The [Malloy data model](source.md) can be reviewed in examples under ['iowa'](https://github.com/malloydata/malloy/blob/main/samples/bigquery/iowa/iowa.malloy)._ - -## A quick overview of the dataset: - -* **Date/Time information** (`` `date` ``) -* **Store and Location** (`store_name`, `store_address`, `store_location`, `city`, `county`, and `zip_code`) -* **Vendor information** (`vendor_name`, `vendor_number`) -* **Item information** (`item_number`, `item_description`, `category`, `category_name`) -* **Volume Information** (`bottle_volume_ml`, `bottles_sold`, `volume_sold_liters`, `volume_sold_gallons`) -* **Pricing information** (`state_bottle_cost`, `state_bottle_retail`, and `sale_dollars`) diff --git a/docs/_src/examples/iowa/source.md b/docs/_src/examples/iowa/source.md deleted file mode 100644 index d2715fd7e..000000000 --- a/docs/_src/examples/iowa/source.md +++ /dev/null @@ -1,120 +0,0 @@ -# Iowa Liquor Malloy Model - -This is the malloy model used for the Analysis example. It should be used as an reference when looking at the [following sections](step2.md). - -```malloy -source: iowa is table('malloy-data.iowa_liquor_sales.sales_deduped'){ - - -- dimensions - dimension: - gross_margin is 100 * (state_bottle_retail - state_bottle_cost) / nullif(state_bottle_retail, 0) - price_per_100ml is state_bottle_retail / nullif(bottle_volume_ml, 0) * 100 - - category_class is category_name : - pick 'WHISKIES' when ~ r'(WHISK|SCOTCH|BOURBON|RYE)' - pick 'VODKAS' when ~ r'VODKA' - pick 'RUMS' when ~ r'RUM' - pick 'TEQUILAS' when ~ r'TEQUILA' - pick 'LIQUEURS' when ~ r'(LIQUE|AMARETTO|TRIPLE SEC)' - pick 'BRANDIES' when ~ r'BRAND(I|Y)' - pick 'GINS' when ~ r'GIN' - pick 'SCHNAPPS' when ~ r'SCHNAP' - else 'OTHER' - - bottle_size is bottle_volume_ml ? - pick 'jumbo (over 1000ml)' when > 1001 - pick 'liter-ish' when >= 750 - else 'small or mini (under 750ml)' - - -- measures - measure: - total_sale_dollars is sale_dollars.sum() - item_count is count(distinct item_number) - total_bottles is bottles_sold.sum() - line_item_count is count() - avg_price_per_100ml is price_per_100ml.avg() - - -- turtles - query: by_month is { - order_by: 1 - group_by: purchase_month is `date`.week - aggregate: total_sale_dollars - } - - query: top_sellers_by_revenue is { - top: 5 - group_by: - vendor_name - item_description - total_sale_dollars - aggregate: - total_bottles - avg_price_per_100ml - } - - query: most_expensive_products is { - top: 10 - order_by: avg_price_per_100ml desc - group_by: - vendor_name - item_description - aggregate: - total_sale_dollars - total_bottles - avg_price_per_100ml - } - - query: by_vendor_bar_chart is { - top: 10 - group_by: vendor_name - aggregate: - total_sale_dollars - total_bottles - } - - query: by_class is { - top: 10 - group_by: category_class - aggregate: - total_sale_dollars - item_count - } - - query: by_category is { - top: 10 - group_by: category_name - aggregate: - total_sale_dollars - item_count - } - - query: by_sku is { - group_by: item_description - aggregate: total_sale_dollars - limit: 5 - } - - query: vendor_dashboard is { - group_by: vendor_count is count(distinct vendor_number) - aggregate: - total_sale_dollars - total_bottles - nest: by_month - nest: by_class - nest: by_vendor_bar_chart - nest: top_sellers_by_revenue - nest: most_expensive_products - nest: by_vendor_dashboard is { - top: 10 - group_by: vendor_name - aggregate: total_sale_dollars - nest: by_month - nest: top_sellers_by_revenue - nest: most_expensive_products - } - } -} -``` - -## Schema Overview -The schema for the table `bigquery-public-data.iowa_liquor_sales.sales` as well as descriptions of each field can be found on the [Iowa Data site](https://data.iowa.gov/Sales-Distribution/Iowa-Liquor-Sales/m3tr-qhgy). diff --git a/docs/_src/examples/iowa/step2.md b/docs/_src/examples/iowa/step2.md deleted file mode 100644 index bb0f3645f..000000000 --- a/docs/_src/examples/iowa/step2.md +++ /dev/null @@ -1,87 +0,0 @@ -# Iowa Liquor: Basic Calculations - -**TLDR**: In this section, we will flesh out our model with a few basic calculations: `total_sale_dollars`, `item_count`, `line_item_count`, `price_per_100ml` and `avg_price_per_100ml`. These calculations will be use in subsequent analysis. - -*See the complete [Iowa Liquor Malloy Model](source.md)* - -## *total_sale_dollars* - What was the total volume of transactions? -The calculation `total_sale_dollars` will show us the total amount, in dollars, that Iowa State stores sold. - -```malloy -total_sale_dollars is sale_dollars.sum() -``` -Having added this to the model, we can now reference `total_sale_dollars` to see the top items purchased by Liquor stores. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - group_by: vendor_name, item_description - aggregate: total_sale_dollars -} -``` - - -## *item_count* - How many different kinds of items were sold? - This lets us understand whether a vendor sells one item, or many different kinds of items. - -```malloy -item_count is count(distinct item_number) -``` - -We can see which Vendors have the greatest breadth of products as it relates to sales volume. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - group_by: vendor_name - aggregate: item_count, total_sale_dollars -} -``` - -A few observations here: Jim Bean Brands has the greatest variety of items in this dataset. Yahara Bay Distillers Inc sells 275 different items but only has $100K in sales, while Fifth Generation sells only 5 different items, yet has $3M in volume. - -## *gross_margin* - How much did the state of Iowa make on this item? -We have both the bottle cost (`state_bottle_cost`) and bottle price (`state_bottle_retail`), allowing us to calculate percent gross margin on a per-item basis, giving us a new a dimension. - -```malloy -gross_margin is - 100 * (state_bottle_retail - state_bottle_cost) / - nullif(state_bottle_retail, 0) -``` - -Looking at gross margin across top selling items, we see that the gross margin is a *consistent 33.3 percent*. A quick google search reveals that Iowa state law dictates the state can mark up liquor by up to 50% of the price from the vendor, so this makes sense! - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - group_by: item_description, state_bottle_retail, state_bottle_cost, gross_margin - aggregate: total_sale_dollars -} -``` - -## *total_bottles* - How many individual bottles were sold? - -```malloy -total_bottles is bottles_sold.sum() -``` - -## *line_item_count* - How many line items were on the purchase orders? -This is basically what a single record represents in this data set. - -```malloy -line_item_count is count() -``` - -## *price_per_100ml* - How expensive is this booze? -Given the price of a bottle and its size (in ml), we can compute how much 100ml costs. This becomes an attribute of an individual line item (a dimension, not a measure). - -```malloy -price_per_100ml is state_bottle_retail / nullif(bottle_volume_ml, 0) * 100 -``` - -## *avg_price_per_100ml* - How expensive is this class of booze? -Using our newly defined `price_per_100ml` as an attribute of a line item in a purchase order, we might like an average that we can use over a group of line items. This is a simple example using line_items as the denominator, but an argument could be made to use per bottle something more complex. - -```malloy -avg_price_per_100ml is price_per_100ml.avg() -``` diff --git a/docs/_src/examples/iowa/step2a.md b/docs/_src/examples/iowa/step2a.md deleted file mode 100644 index 47237c52c..000000000 --- a/docs/_src/examples/iowa/step2a.md +++ /dev/null @@ -1,90 +0,0 @@ -## First Analysis, What are the top Brands and Price Points? - -**TLDR;** We'll use the measures we defined in the last section to write some basic queries to understand the Vodka market, and answer a few questions: *What are the most popular brands? Which is the most expensive? Does a particular county favor expensive or cheap Vodka?* We will then learn how to save a named query and use it as a basic **Nested Query**. - -## Definitions -The following sections use these definitions, created in the [previous -section](step2.md). - -```malloy -source: iowa is table('bigquery-public-data.iowa_liquor_sales.sales'){ - measure: - total_sale_dollars is sale_dollars.sum() - total_bottles is sum(bottles_sold) - price_per_100ml is state_bottle_retail / nullif(bottle_volume_ml, 0) * 100 - avg_price_per_100ml is price_per_100ml.avg() -} -``` - -## Most popular vodka by dollars spent -We start by [filtering the data](../../language/filters.md) to only purchase records where the category name contains `'VODKA'`. We group the data by vendor and description, and calculate the various totals. Note that Malloy [automatically orders](../../patterns/order_by.md) the results by the first measure descending (in this case). - -Notice that the greatest sales by dollar volume is *Hawkeye Vodka*, closely followed by *Absolut*. A lot more bottles of *Hawkeye* were sold, as it is 1/3 the price by volume of *Absolut*. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: iowa { where: category_name ~ r'VODKA' } -> { - top: 5 - group_by: vendor_name, item_description - aggregate: total_sale_dollars, total_bottles, avg_price_per_100ml -} -``` - -## Adding a Query to the model. -This particular view of the data is pretty useful, an something we expect to re-use. We can add this query to the model by incorporating it into the source definition: - -```malloy -source: iowa is table('bigquery-public-data.iowa_liquor_sales.sales'){ - measure: - total_sale_dollars is sale_dollars.sum() - total_bottles is sum(bottles_sold) - price_per_100ml is state_bottle_retail / nullif(bottle_volume_ml, 0) * 100 - avg_price_per_100ml is price_per_100ml.avg() - - query: top_sellers_by_revenue is { - top: 5 - group_by: vendor_name, item_description - aggregate: total_sale_dollars, total_bottles, avg_price_per_100ml - } -} -``` - -## Examining Tequila - -Once the query is in the model we can simply call it by name, adjusting our filtering to ask questions about Tequila instead: - - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "medium"} -query: iowa { where: category_name ~ r'TEQUILA' } -> top_sellers_by_revenue -``` - -Here we can see that *Patron Tequila Silver* is the most premium brand, followed by *Jose Cuervo* as a mid-tier brand, with *Juarez Tequila Gold* more of an economy brand. - -## Nested Subtables: A deeper look at a Vendor offerings -The magic happens when we call a named query in the same way we would use any other field [nesting](nesting.md). In the below query, we can see our vendors (sorted automatically by amount purchased, as well as the top 5 items for each vendor. - - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "medium"} -query: iowa { where: category_name ~ r'TEQUILA' } -> { - group_by: vendor_name - aggregate: total_sale_dollars, avg_price_per_100ml - nest: top_sellers_by_revenue // entire query is a field -} -``` - -These nested subtables allow us to view both the high-level information of "who are our top vendors" as well as the supporting detail in one simple Malloy query. - -## Bucketing the data -The `price_per_100ml` calculation, defined in the previous section, combines with our new named query to allow for some interesting analysis. Let's take a look at the entire Tequila category, and see the leaders within each price range. We'll bucket `price_per_100ml` into even dollar amounts, and nest our `top_sellers_by_revenue` query to create a subtable for each bucket. - -At the top we see our lowest cost options at under $1/mL, with the more pricey beverages appearing as we scroll down. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "medium"} -query: iowa { where: category_name ~ r'TEQUILA' } -> { - group_by: price_per_100ml_bucket is floor(price_per_100ml) - nest: top_sellers_by_revenue -} -``` diff --git a/docs/_src/examples/iowa/step3.md b/docs/_src/examples/iowa/step3.md deleted file mode 100644 index 337e5a519..000000000 --- a/docs/_src/examples/iowa/step3.md +++ /dev/null @@ -1,113 +0,0 @@ -# Bucketing and Mapping: Categories and Bottles - -**TLDR:** *This step builds a couple of useful derivations, `category_class` and `bottle_size`. There as 68 different `category_name`s in this data set, we reduce that to 9. There are 34 *liter sizes*, we make a new dimension, `bottle_size` that only has 3 possible values.* - -Our previous analysis of price per mL brings to mind questions around bottle size. How many different sizes do bottles come in? Are there standards and uncommon ones? Do vendors specialize in different bottle sizes? - - -## Building *category_class*, a simplified version of *category_name* - -Using the query below, we can see that there are 68 different category names in the data set. We can notice there is *80 Proof Vodka*, *Flavored Vodka* and more. It would be helpful if we just could have all of these categorized together as vodkas. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - aggregate: distinct_number_of_category_names is count(distinct category_name) - nest: sizes is { - group_by: category_name - aggregate: item_count, line_item_count - } -} -``` - -Malloy provides a simple way to map all these values, using `pick` expressions. In the [Malloy Model for this Data Set](source.md), you will find the declaration below. Each pick expression tests `category_name` for a regular expression. If it matches, it returns the name pick'ed. - -```malloy -category_class is category_name ? - pick 'WHISKIES' when ~ r'(WHISK|SCOTCH|BURBON|RYE)' - pick 'VODKAS' when ~ r'VODKA' - pick 'RUMS' when ~ r'RUM' - pick 'TEQUILAS' when ~ r'TEQUILA' - pick 'LIQUEURS' when ~ r'(LIQUE|AMARETTO|TRIPLE SEC)' - pick 'BRANDIES' when ~ r'BRAND(I|Y)' - pick 'GINS' when ~ r'GIN' - pick 'SCHNAPPS' when ~ r'SCHNAP' - else 'OTHER' -``` -## Testing the category map - -Let's take a look at each category class and see how many individual items it has. We'll also build a nested query that shows the `category_name`s that map into that category class. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small", "dataStyles": { "names_list": { "renderer": "list_detail" } } } -query: iowa -> { - group_by: category_class - aggregate: item_count - nest: names_list is { - group_by: category_name - aggregate: item_count - } -} -``` -## Looking at the entire market by `category_class` - -With our new lens, we can now see the top sellers in each `category_class`, allowing us to get an entire market summary with a single simple query. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - group_by: category_class - aggregate: total_sale_dollars - nest: top_sellers_by_revenue -} -``` - -## Understanding bottle sizes -In this data set, there is a column called `bottle_volume_ml`, which is the bottle size in mL. Let's take a look. - -A first query reveals that there are 34 distinct bottle sizes in this data set, and that 750ml, 1750ml and 1000ml are by far the most common. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - aggregate: distinct_number_of_sizes is count(distinct bottle_volume_ml) - nest: sizes is { - group_by: bottle_volume_ml - aggregate: line_item_count - } -} -``` - -Visualizing this query suggests that we might wish to create 3 distinct buckets to approximate small, medium and large bottles. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "medium", "dataStyles": { "sizes": { "renderer": "bar_chart" } } } -query: iowa -> { - aggregate: distinct_number_of_sizes is count(distinct bottle_volume_ml) - nest: sizes is { - group_by: bottle_volume_ml - aggregate: line_item_count - where: bottle_volume_ml < 6000 - } -} -``` - -## Creating a new Dimension for Bottle Size. -Looking at the above chart and table we can see that there are a bunch of small values, several big values at 750 and 1000, and then a bunch of larger values. We can clean this up by bucketing bottle size into three groups using a Malloy `pick` expression that maps these values to strings. - -```malloy -bottle_size is bottle_volume_ml ? - pick 'jumbo (over 1000ml)' when > 1001 - pick 'liter-ish' when >= 750 - else 'small or mini (under 750ml)' -``` -Look at the data through the new mapping. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "small"} -query: iowa -> { - group_by: bottle_size - aggregate: total_sale_dollars, line_item_count, item_count - order_by: bottle_size -} -``` diff --git a/docs/_src/examples/iowa/step6.md b/docs/_src/examples/iowa/step6.md deleted file mode 100644 index c94c2d53b..000000000 --- a/docs/_src/examples/iowa/step6.md +++ /dev/null @@ -1,32 +0,0 @@ -# Dashboards -Putting it all together we can write a dashboard - -```malloy -query: vendor_dashboard is { - group_by: vendor_count is count(distinct vendor_number) - aggregate: - total_sale_dollars - total_bottles - nest: - by_month - by_class - by_vendor_bar_chart - top_sellers_by_revenue - most_expensive_products - by_vendor_dashboard is { - top: 10 - group_by: vendor_name - aggregate: total_sale_dollars - nest: by_month, top_sellers_by_revenue, most_expensive_products - } -} -``` - -## Run Dashboard - -Simply add some filters. Notice the sub-dashboard for each of the Vendors. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "iowa/iowa.malloy", "isPaginationEnabled": false, "pageSize": 100, "size": "large"} -query: iowa { where: category_class = 'VODKAS' } -> vendor_dashboard -``` diff --git a/docs/_src/examples/names.md b/docs/_src/examples/names.md deleted file mode 100644 index f24b2b66e..000000000 --- a/docs/_src/examples/names.md +++ /dev/null @@ -1,123 +0,0 @@ -# Name Game - -_You can find the complete source code for this model [here](https://github.com/malloydata/malloy/blob/main/samples/bigquery/names/names.malloy)._ - -The Data set consists of name, gender, state and year with the number of people that -were born with that name in that gender, state and year. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": false, "pageSize": 100} -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> { - top: 10 - project: * -} -``` - -The command above says query the table `'bigquery-public-data.usa_names.usa_1910_2013'` and _project_ (show) -all the columns for the first 10 rows. - -## Grouping a query -In SQL there are basically two kinds of SELECT commands: SELECT ... GROUP BY and SELECT without a grouping. -In Malloy, these are two different commands. The command in Malloy for SELECT ... GROUP BY is `group_by`. Since `number` -and `year` are reserved words, we have to quote the names with back-tics. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100} -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> { - group_by: name - aggregate: population is `number`.sum() -} -``` -Malloy compiles to SQL. The SQL query for the above command is. - -```sql -SELECT - base.name as name, - SUM(base.number) as population -FROM `bigquery-public-data.usa_names.usa_1910_2013` as base -GROUP BY 1 -ORDER BY 2 desc -``` - -## Expressions -Expressions work much the same as they do in SQL. We can look at population over decade by using a calculation against the year. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100} -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> { - top: 10 - group_by: decade is floor(`year` / 10) * 10 - aggregate: population is sum(`number`) -} -``` - -## Cohorts - -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "pageSize":20, "size":"large" } -source: names is from( - table('bigquery-public-data.usa_names.usa_1910_2013') -> { - group_by: - decade is floor(`year` / 10) * 10 - state - gender - aggregate: cohort_population is `number`.sum() - nest: by_name is { - group_by: name - aggregate: population is `number`.sum() - } - } -) { - measure: births_per_100k is floor(by_name.population.sum() / cohort_population.sum() * 100000) - measure: total_cohort_population is cohort_population.sum() - dimension: name is concat(by_name.name, '') -} - -query: names -> { - group_by: - state - gender - aggregate: total_cohort_population - nest: names is { - where: name ? 'Michael' | 'Lloyd' | 'Olivia' - group_by: name - aggregate: population is by_name.population.sum() - group_by: births_per_100k - } -} -``` - -## Dashboard - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "names/names.malloy", "isPaginationEnabled": false, "pageSize": 100, "size":"large"} -query: names -> name_dashboard { where: name ~ 'Mich%' } -``` - -## Iconic Names by State and Gender -Calculate the births per 100K for a name in general and a name within a state. Compute and sort by a ratio to figure out relative popularity. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "names/names.malloy", "isPaginationEnabled": false, "pageSize": 100, "size":"large"} -query: names { where: decade < 1970 } -> { - group_by: name - group_by: gender - aggregate: births_per_100k - nest: by_state is { - group_by: state - aggregate: births_per_100k - } -} -> { - where: births_per_100k > 50 - group_by: by_state.state - nest: by_gender is { - group_by: gender - nest: by_name is { - top: 15 - order_by: popularity desc - group_by: name - aggregate: popularity is (by_state.births_per_100k - births_per_100k) / births_per_100k - } - } -} -``` diff --git a/docs/_src/examples/wordle/wordle.md b/docs/_src/examples/wordle/wordle.md deleted file mode 100644 index 73256685c..000000000 --- a/docs/_src/examples/wordle/wordle.md +++ /dev/null @@ -1,92 +0,0 @@ -# A Perfect Solver for Wordle using Data - -[Wordle](https://www.powerlanguage.co.uk/wordle/) is an interesting, challenging and fun word game. If you aren't familiar with it, I suggest that you play it before reading this article - -## Step 1 - Raw Materials -The first thing we need is a word list. It turns out that on most unix systems there is a word list that can be -found at `/usr/share/dict/words`. The file has a single word per line, so we've just uploaded the entire files (as a CSV) -into BigQuery. If you'd like to use DuckDB (which is natively supported) instead, follow [these steps](wordle_duckdb.md). - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100} -source: words is table('malloy-data.malloytest.words_bigger') - -query: words -> { project: * } -``` - -We are only interested in 5 letter words so create a query for that and -limit the results to 5 letter words. - - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100} -source: words is table('malloy-data.malloytest.words_bigger') { - query: five_letter_words is { - where: length(word) = 5 // add a filter - project: word - } -} - -query: words -> five_letter_words -``` - -Notice that there are a bunch of proper names? Let's look for only lowercase words as input -and Uppercase words in the output of our query. - -```malloy ---! {"isModel": true, "modelPath": "/inline/w1.malloy"} -source: words is table('malloy-data.malloytest.words_bigger') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} -``` - -and the query: -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w1.malloy", "showAs":"html","dataStyles":{"letters":{"renderer":"list_detail"}}} -query: words -> five_letter_words -``` - - -## Searching for Words - -Regular expressions are great for matching words. We are going to use a few patterns. - -### This letter exists somewhere in the word - -Find words that contain X AND Y. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w1.malloy", "showAs":"html","dataStyles":{"five_letter_words":{"renderer":"list"}}} -query: words -> five_letter_words -> { - where: word ~ r'[X]' & ~ r'[Y]' - project: word -} -``` - -### Letter position: This letter here, that letter NOT there - -Find words that have M in the 4th position and the 5th position is NOT E or Z - - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w1.malloy", "showAs":"html","dataStyles":{"five_letter_words":{"renderer":"list"}}} -query: words -> five_letter_words -> { - where: word ~ r'...M[^EZ]' - project: word -} -``` - -### Ruling letters out - -Find words that do NOT contain S,L,O,P, or E - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w1.malloy", "showAs":"html","dataStyles":{"five_letter_words":{"renderer":"list"}}} -query: words -> five_letter_words -> { - where: word !~ r'[SLOPE]' - project: word -} -``` diff --git a/docs/_src/examples/wordle/wordle1a.md b/docs/_src/examples/wordle/wordle1a.md deleted file mode 100644 index b0991a409..000000000 --- a/docs/_src/examples/wordle/wordle1a.md +++ /dev/null @@ -1,49 +0,0 @@ -# Letters and Positioning. - -The query below produces a table with the numbers 1 to 5 - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100} -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} -query: numbers -> { project: num } -``` - - -```malloy ---! {"isModel": true, "modelPath": "/inline/w1.malloy", "isHidden": true} -source: words is table('malloy-data.malloytest.words_bigger'){ - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} -``` - -## Cross join these two tables to produce letter positioning. -The result is a table with nested data. Each word contains a sub-table with a letter in each position. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w1.malloy", "showAs":"json","dataStyles":{"letters":{"renderer":"list_detail"}}} -// define the query -query: words_and_position is from(words -> five_letter_words) { - // cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// run it -query: -> words_and_position -``` diff --git a/docs/_src/examples/wordle/wordle2.md b/docs/_src/examples/wordle/wordle2.md deleted file mode 100644 index 5f36edf6d..000000000 --- a/docs/_src/examples/wordle/wordle2.md +++ /dev/null @@ -1,99 +0,0 @@ - -```malloy ---! {"isModel": true, "modelPath": "/inline/w1.malloy", "isHidden":true} -source: words is table('malloy-data.malloytest.words_bigger') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} -``` - -# Understanding Letter Frequency - -Starting with the [query we built in step one](wordle1a.md), we built a query that produces a table of words with subtable where -each row is the letter and position in that row. - - -## Create a new source `wordle` to query the data in this form. - -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "source": "/inline/w1.malloy"} -source: wordle is from(-> words_and_position) { - measure: word_count is count() -} -``` - -## How many 5 letter words are there? - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { aggregate: word_count } -``` - -## What are the most common letters if 5 letter words? -We can count both the number of words that contain the letter and the number of uses. Many words have the same -letter more than once. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() -} -``` - -## Common Letters and Positions - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"large","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() - nest: positition_order_bar_chart is { - group_by: letters.position - aggregate: word_count - } -} -``` - -## Removing Plurals and words that end in 'ED' -We've noticed there are a lots of words that end in 'S' or 'ED' in the dataset, but in our experience they don't often appear in puzzles. We've eliminated them from our model for now, by filtering them out on the source level: - -```malloy ---! {"isModel": true, "modelPath": "/inline/w3.malloy", "source": "/inline/w1.malloy"} -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() -} -``` - -## Now how many 5 letter words are there? - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w3.malloy", "showAs":"html"} -query: wordle -> { aggregate: word_count } -``` diff --git a/docs/_src/examples/wordle/wordle214.md b/docs/_src/examples/wordle/wordle214.md deleted file mode 100644 index 59e3f8172..000000000 --- a/docs/_src/examples/wordle/wordle214.md +++ /dev/null @@ -1,169 +0,0 @@ -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "isHidden":true} -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` - - -# Puzzle #214 -_January 19, 2022_ - -[↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle215.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - -Query for best Starting words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words -``` - -Start with a word without duplicates to get coverage. Today we choose 'SLATE' - - - -Query for words that Contain 'T', don't have 'T' in the 4th spot and don't have the Letters 'SLAE'. Rank them by the number -of possible space matches. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'T', - word ~ r'...[^T].', - word !~ r'[SLAE]' -} -``` - -'TIGHT" has two Ts so skip it. Next best word.. 'TOUCH' - - - -Query for words that Contain 'T', don't have 'T' in the 1st and 4th spot. Has O in the second spot. and don't have the Letters 'SLAEUCH'. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'T', - word ~ r'[^T]O.[^T].', - word !~ r'[SLAEUCH]' -} -``` - - - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'T', - word ~ r'[^TJ]OINT', - word !~ r'[SLAEUCH]' -} -``` - - - - - -## Solved in 4! - -[↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle215.md) - -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words->five_letter_words) { - // Cross join is missing at the moment - join_many: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} - -``` diff --git a/docs/_src/examples/wordle/wordle215.md b/docs/_src/examples/wordle/wordle215.md deleted file mode 100644 index 19b78a11c..000000000 --- a/docs/_src/examples/wordle/wordle215.md +++ /dev/null @@ -1,158 +0,0 @@ -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "isHidden":true} -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` - -# Puzzle #215 -_January 20, 2022_ - -[⬅️ Previous Puzzle](wordle214.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle216.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - -Query for best starting words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words -``` - - -### Start with 'SAUCE' today (why not?) - - - -### Query for words that - * Don't have the letters 'SAUCE' - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - // word ~ r'[]', - // word ~ r'.....', - word !~ r'[SAUCE]' -} -``` - -### Best next word is 'BOOTY', trust double letters today. - - - -### Query for words that - * Contain 'B' and 'O' and 'T' - * Don't have 'B' in the first spot and don't have 'O' in the third spot or 'T' in the forth spot. - * Have O in the second spot - * Don't have the Letters 'SAUCEY'. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'B' and word ~ r'O' and word ~ r'T', - word ~ r'[^B]O[^O][^T].', - word !~ r'[SAUCEY]' -} -``` - - - - -## Solved in 3! - -[⬅️ Previous Puzzle](wordle214.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle216.md) - -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle216.md b/docs/_src/examples/wordle/wordle216.md deleted file mode 100644 index 4a283ab57..000000000 --- a/docs/_src/examples/wordle/wordle216.md +++ /dev/null @@ -1,167 +0,0 @@ -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "isHidden":true} -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` - -# Puzzle #216 -_January 21, 2022_ - -[⬅️ Previous Puzzle](wordle215.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle217.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - - -## Query for the best starting words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words -``` - -Start with a word without duplicates to get coverage. We'll run with 'SLATE' as our starter again today. - - - -## The Second Guess -Oof--no matches. Now what? We'll query for words that don't contain any of these characters, and rank them by the number of possible space matches. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: word !~ r'[SLATE]' -} -``` - -'CRONY' looks good, let's run with that. - - - -## Round 3: Tie Breaking -'CRONY' gave us one match and a yellow tile, so we'll query for words with 'R' in the second position, and that contain 'C', but not in the first position. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'C' and word ~ r'R', - word ~ r'[^C]R...', - word !~ r'[SLATEONY]' -} -``` - -Just two words left and at this point it's really a matter of luck--we can take a guess at what we think the creators used, but if we want Malloy to make all the decisions for us, as a somewhat nonsensical tiebreaker, why don't we see which letter appears more often in the dataset overall: - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() -} -``` - -'P' appears a little bit more often than 'B'; we'll go with that. - - - - -## Solved in 3.5? -It doesn't really feel like we can give ourselves this one with equal scores on the two words and an arbitrary tiebreaker at the end, so let's call it 3.5 this time. - -[⬅️ Previous Puzzle](wordle215.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle217.md) - - -### Code For Wordlebot: - -```malloy -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle217.md b/docs/_src/examples/wordle/wordle217.md deleted file mode 100644 index ade9d0d0b..000000000 --- a/docs/_src/examples/wordle/wordle217.md +++ /dev/null @@ -1,185 +0,0 @@ -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "isHidden":true} -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` - -# Puzzle #217 -_January 22, 2022_ - -[⬅️ Previous Puzzle](wordle216.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle218.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - - -## Query for the best starting words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words -``` - -Skipping 'SAREE' to avoid duplicates this early in the game, let's go with 'SLATE' again. - - - -## The Second Guess -One green match--not a bad start. Let's find more words ending in E. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'....E', // GREEN: E at the end - not word ~ r'[SLAT]' // GRAY doesn't have these characters -} -``` - -The 'PRICE' is right, or something... - - - -## Round 3: Tie Breaking -That worked nicely for us, we have two green matches and now we need to figure out where 'I' belong(s). - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'I', - word ~ r'..[^I]CE', - word !~ r'[SLATPR]' -} -``` - -Another tie, today with a chance to guess just how into cooking the Wordle creators are. We can use our same letter commonality tie-breaker here; maybe this time we'll look at letter commonality for first position. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} - query: wordle -> { - where: letters.position = 1 - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() - } - ``` - -'M' appears to be a little more common as a first letter than 'W' so we went with that. - - - - -## Solved in 3.5 again - - - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'.INCE', - word !~ r'[SLATPRM]' -} -``` - - - -There it is, and our solution also happens to describe our reaction after missing that coin-toss! We'll go ahead and call this one 3.5 again based on the last round. - -[⬅️ Previous Puzzle](wordle216.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle218.md) - - -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words->five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle218.md b/docs/_src/examples/wordle/wordle218.md deleted file mode 100644 index e1bbe75ed..000000000 --- a/docs/_src/examples/wordle/wordle218.md +++ /dev/null @@ -1,107 +0,0 @@ -# Puzzle #218 -_January 23, 2022_ - -[⬅️ Previous Puzzle](wordle217.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle219.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - -Today was a bit of a kerfuffle. It turns out that the word list we were using was too small and missing the -word we were searching for. We found a larger dictionary and uploaded and re-ran. - - -## Query for the best starting words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words -``` - -Skipping 'SAREE' and 'SOOTY' to avoid duplicates this early in the game, let's go with 'SAUCE' again. - - - -## The Second Guess -'C' as yellow in the 4th position. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'C' - and word ~ r'...[^C].' - and word !~ r'[SAUE]' -} -``` - -Wow, lots of double letter words, let's skip them this early in the game and pick 'CHOIR' - - - -## Bang! There is is 'CRIMP' in 3 guesses -In three. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'C' and word ~r'I' and word ~r'R' - and word ~ r'C..[^CI][^R]' - and word !~ r'[SAUEHO]' -} -``` - - - - -[⬅️ Previous Puzzle](wordle217.md) | [↩️ All Solved Puzzles](wordle5.md) | [➡️ Next Puzzle](wordle219.md) - - -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words->five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle219.md b/docs/_src/examples/wordle/wordle219.md deleted file mode 100644 index 595229ef4..000000000 --- a/docs/_src/examples/wordle/wordle219.md +++ /dev/null @@ -1,114 +0,0 @@ -# Puzzle #219 -_January 24, 2022_ - -[⬅️ Previous Puzzle](wordle218.md) | [↩️ All Solved Puzzles](wordle5.md) - -Wordlebot is written in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems. - - -## Query for the best starting words - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words -``` - -We'll open up with 'SAUCE' again today (skipping those double-letter words this early on). - - - -## The Second Guess -Nothing on 'SAUCE'--let's look for our top scoring words excluding these characters. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words { - where: word !~ r'[SAUCE]' -} -``` - -Still feels a bit early for double letters, so we're running with 'DOILY' - - - -## Round 3/4: More Creative Tie-breaking - With one green and one yellow match we're down to two possible words. - - ```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'O', - word ~ r'.[^O].L.', - word !~ r'[SAUCEDIY]' -} -``` - - Today, why don't we see whether 'KN' or 'TR' appear more commonly as starts for words in our dataset. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "wordle/wordlebot.malloy", "showAs":"html"} -query: wordle -> find_words { - where: word ~ r'^KN' or word ~ r'^TR' -} -> { - group_by: start_leters is substr(word, 0, 2) - aggregate: word_score is sum(score) -} -``` - - - -Our luck on these tie-breakers really hasn't been so great, but all in all another 3.5 day isn't half bad! - -[⬅️ Previous Puzzle](wordle218.md) | [↩️ All Solved Puzzles](wordle5.md) - - -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words->five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle3.md b/docs/_src/examples/wordle/wordle3.md deleted file mode 100644 index 710bc0ce8..000000000 --- a/docs/_src/examples/wordle/wordle3.md +++ /dev/null @@ -1,156 +0,0 @@ - -```malloy ---! {"isModel": true, "modelPath": "/inline/w1.malloy", "isHidden":true} - -source: words is table('malloy-data.malloytest.words_bigger'){ - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]....$' - project: word is UPPER(word) - } -} - -source: numbers is table('malloy-data.malloytest.numbers'){ - where: num <= 5 - - -- code to fake a cross join - primary_key: a -- key to fake a cross join - dimension: a is 'a'; -} - -source: words_and_letters is from(words->five_letter_words){ - -- Cross join is missing at the moment - join_one: numbers with a - dimension: a is 'a' -- key to fake a cross join - - query: words_and_position is { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } - } -} -``` - -```malloy ---! {"isModel": true, "modelPath": "/inline/w2.malloy", "source": "/inline/w1.malloy", "isHidden":true} -source: wordle is from(words_and_letters -> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() -} -``` - - -# Letters and Positions - -This query finds the most common letter-position matches. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { - group_by: - letters.letter - letters.position - aggregate: word_count -} -``` - -## Adding a wordlist - -We can see that 'E' in position 5 occurs in 498 words, 'S' in position 1 occurs in 441 words. Words ending in 'Y' are surprisingly common. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w2.malloy", "showAs":"html"} -query: wordle -> { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } -} -``` - -## Add this to our Model - -```malloy ---! {"isModel": true, "modelPath": "/inline/w4.malloy", "source": "/inline/w1.malloy"} -source: wordle is from(words_and_letters -> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -} -``` - -## How many words with have an 'O' in the second position have a 'Y' and don't have 'SLA' - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w4.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'[Y]', - word ~ r'.O...', - word !~ r'[SLA]' -} -``` - -## How to pick the next word? - -We'd like to pick a word that is going to lead to the most will reveal the most about the most words. -We can produce a word score by taking our find word query and mapping back to words. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w4.malloy", "showAs":"html"} -query: wordle -> find_words -> { - group_by: words_list.word - aggregate: score is word_count.sum() -} -``` - -## This looks pretty useful, lets make `find_words` return a score. - -```malloy ---! {"isModel": true, "modelPath": "/inline/w5.malloy", "source": "/inline/w1.malloy"} -source: wordle is from(words_and_letters -> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` - -## How many words with have an 'O' in the second position have a 'Y' and don't have 'SLA' -The score should give us then best pick. - -```malloy ---! {"isRunnable": true, "isPaginationEnabled": false, "pageSize": 100, "size":"small","source": "/inline/w5.malloy", "showAs":"html"} -query: wordle -> find_words { - where: - word ~ r'[Y]', - word ~ r'.O...', - word !~ r'[SLA]' -} -``` diff --git a/docs/_src/examples/wordle/wordle4.md b/docs/_src/examples/wordle/wordle4.md deleted file mode 100644 index 14eed6761..000000000 --- a/docs/_src/examples/wordle/wordle4.md +++ /dev/null @@ -1,53 +0,0 @@ -# Final Model - -Final Data Model - Goto [Solve Puzzles](wordle5.md) - -```malloy ---! {"isModel": true, "modelPath": "/inline/w1.malloy"} -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words_bigger') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// Build a word finder that can generate a score best available guess -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/examples/wordle/wordle5.md b/docs/_src/examples/wordle/wordle5.md deleted file mode 100644 index db7d06cb3..000000000 --- a/docs/_src/examples/wordle/wordle5.md +++ /dev/null @@ -1,12 +0,0 @@ -# Solved Puzzles - -_Wordlebot is writen in [Malloy](https://github.com/malloydata/malloy/). Read about [How Wordlebot is constructed](wordle.md) (only 50 lines of code) and a good example of using data to solve interesting problems._ - -Let's solve some puzzles! - -- **[Wordle 214](wordle214.md)**: _Jan 19_ - Solved in 4 -- **[Wordle 215](wordle215.md)**: _Jan 20_ - Solved in 3 -- **[Wordle 216](wordle216.md)**: _Jan 21_ - Solved in 3.5 -- **[Wordle 217](wordle217.md)**: _Jan 22_ - Solved in 3.5 -- **[Wordle 218](wordle218.md)**: _Jan 23_ - Solved in 3 -- **[Wordle 219](wordle219.md)**: _Jan 24_ - Solved in 3.5 diff --git a/docs/_src/examples/wordle/wordle_duckdb.md b/docs/_src/examples/wordle/wordle_duckdb.md deleted file mode 100644 index 0717b35c8..000000000 --- a/docs/_src/examples/wordle/wordle_duckdb.md +++ /dev/null @@ -1,54 +0,0 @@ -# Using DuckDB for Wordle Solver -Malloy natively supports DuckDB, allowing you to run Malloy models against DuckDB tables created from flat files (e.g. CSV, Parquet). -You can get started quickly by modifying two source definitions (below) from the Wordle Solver example in the documentation. -The below statements redefine the words and numbers sources using DuckDB instead of BigQuery. - -Instead of loading the word list from BigQuery, import the local word file directly into DuckDB: - -``` -// INSTEAD OF THIS -// source: words is table('malloy-data.malloytest.words_bigger') - -// USE THIS -sql: words_sql is { - connection: "duckdb" - select: """ - SELECT * - FROM read_csv_auto('/usr/share/dict/words', ALL_VARCHAR=1) - """ -} - -source: words is from_sql(words_sql) { - dimension: word is column0 - query: five_letter_words is { - where: length(word) = 5 - project: word - } -} -``` - -Instead of loading the numbers table from BigQuery, generate the same table using SQL: - -``` -// INSTEAD OF THIS -// source: numbers is table('malloy-data.malloytest.numbers') { -// where: num <= 5 -// } - -// USE THIS -sql: nums_sql is || - WITH recursive nums AS - (SELECT 1 AS num - UNION ALL - SELECT num + 1 AS num - FROM nums - WHERE nums.num < 5) - SELECT * - FROM nums - ;; - on "duckdb" - -source: numbers is from_sql(nums_sql) {} -``` - -The rest of the example code will run as expected diff --git a/docs/_src/examples/wordle/wordle_model.md b/docs/_src/examples/wordle/wordle_model.md deleted file mode 100644 index b247933c7..000000000 --- a/docs/_src/examples/wordle/wordle_model.md +++ /dev/null @@ -1,49 +0,0 @@ -### Code For Wordlebot: - -```malloy -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is UPPER(word) - } -} - -// table with numbers 1 to 5 -source: numbers is table('malloy-data.malloytest.numbers'){ - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - join_many: numbers // cross join numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// build a word finder that can generate a score best available guess. -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} -``` diff --git a/docs/_src/features.md b/docs/_src/features.md deleted file mode 100644 index 8c5307404..000000000 --- a/docs/_src/features.md +++ /dev/null @@ -1,59 +0,0 @@ -# Malloy's Features - -### Reusable Analytical Data Model -Common calculations, table relationships and reusable queries can all be encoded in a Malloy -Data Model. Malloy queries (equivalent of SQL's SELECT) run against the data model and -produce SQL. - -### Filtering Data -The first step in working with data, often is isolating the data you are interested in. -Malloy introduces [simplified filtering](language/filters.md) for all types and allows these filters to be -applied. [Time calculations](language/time-ranges.md) are powerful and understandable. - -### Reusable Aggregates -In a Malloy Data Model, an aggregate computation need only be defined once (for example revenue). Once defined, it can be used -in any query at any level of granularity or dimensionality. Malloy retains enough information in the data graph -to perform this calculation no matter how you ask for it. Reusable Aggregates help improve accuracy. - -### Reusable Dimensional calculations -Dimensional (Scalar calculations) can also be introduced into the model. Dimensional calculation are useful -mapping values, bucketing results and data cleanup. - -### Maintains Relationships -SQL's SELECT statement flattens the namespace into a wide table. Malloy retains the graph relationship -of data lets you access and correctly perform computations and any place in the graph. - -### Reusable Queries -Queries can be introduced into a Malloy model and accessed by name. One benefit is that the -queries are always accurate. Think of a Malloy model as a data function library. -Queries can also be used to create [nested subtables](nesting.md) in other queries. - -### Aggregating Subqueries -Malloy easily produces nested results. Entire dashboards can be fetched in a single query. -Named queries of a given shape can easily be nested, visualized and reused. - -### Pipelines - Malloy can pipeline operations. The output of one query can be the input for next. - -### Metadata, Visualization and Drilling -Compiling a Malloy query returns metadata about the structure of the results. When combined with the query results, Malloy's rendering library can give a very -rich user experience, rendering dashboards, visualizations. Through this metadata -the visualization library can rewrite queries to drill through to data detail. - -# Why do we need another data language? - -SQL is complete but ugly: everything is expressible, but nothing is reusable; simple ideas are complex to express; the language is verbose and lacks smart defaults. Malloy is immediately understandable by SQL users, and far easier to use and learn. - -Key features and advantages: - -- Query and model in the same language - everything is reusable and extensible. -- Malloy reads the schema so you don’t need to model everything. Malloy allows creation of re-usable metrics and logic, but there’s no need for boilerplate code that doesn’t add anything new. -- Pipelining: output one query into the next easily for powerful advanced analysis. -- Aggregating Subqueries let you build nested data sets to delve deeper into data quickly, and return complicated networks of data from single queries (like GraphQL). -- Queries do more: Power an entire dashboard with a single query. Nested queries are batched together, scanning the data only once. -- Indexes for unified suggest/search: Malloy automatically builds search indexes, making it easier to understand a dataset and filter values. -- Built to optimize the database: make the most of BigQuery, utilizing BI engine, caching, reading/writing nested datasets extremely fast, and more. -- Malloy models are purely about data; visualization and “styles” configurations live separately, keeping the model clean and easy to read. -- Aggregates are safe and accurate: Malloy generates distinct keys when they’re needed to ensure it never fans out your data. -- Nested tables are made approachable: you don’t have to model or flatten them; specify a query path and Malloy handles the rest. -- Compiler-based error checking: Malloy understands sql expressions so the compiler catches errors as you write, before the query is run. \ No newline at end of file diff --git a/docs/_src/index.md b/docs/_src/index.md deleted file mode 100644 index ffcf2fc43..000000000 --- a/docs/_src/index.md +++ /dev/null @@ -1,19 +0,0 @@ -# About Malloy - -Malloy is an experimental language for describing data relationships and transformations. It is an analytical language that runs on SQL databases. It provides the ability to define a semantic data model and query it. Malloy currently works with SQL databases BigQuery, Postgres, and DuckDB. -- Queries compile to SQL, optimized for your database. -- Has both a semantic data model and a query language. The semantic model contains reusable calculations and definitions, making queries short and readable. -- Excels at reading and writing nested data sets. -- Things that are complicated in SQL are simple to express in Malloy. For example: level of detail calculations, percent of total, aggregating against multiple tables across a join safely, date operations, reasonable ordering by default, and more. - -Malloy is a work in progress. Malloy is designed to be a language for anyone who works with SQL--whether you’re an analyst, data scientist, data engineer, or someone building a data application. If you know SQL, Malloy will feel familiar, while more powerful and efficient. Malloy allows you to model as you go, so there is no heavy up-front work before you can start answering complex questions, and you're never held back or restricted by the model. - -## Try Malloy Today: -- Learn the language with zero install using our entirely browser-based [Malloy Fiddle](https://malloydata.github.io/malloy/fiddle/index.html?q=12+-+Line+Chart+with+two+dimension%3A+Flights+by+Month+and+Length&m=Flights&t=). -- Write Malloy in the [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=malloydata.malloy-vscode): build semantic data models, query and transform data, and create simple visualizations and dashboards. -- Build data applications with [npm modules](https://www.npmjs.com/package/@malloydata/malloy) in javascript or typescript. -- Explore data with the [Malloy Composer](https://github.com/malloydata/malloy/tree/main/demo/malloy-demo-composer), a demo of a data exploration application built on top of Malloy - -## Get involved: -- Join our [Slack community](https://join.slack.com/t/malloy-community/shared_invite/zt-upi18gic-W2saeFu~VfaVM1~HIerJ7w). -- File feature requests/bugs, join discussions, or contribute to Malloy on our [Repo](https://github.com/malloydata/malloy). diff --git a/docs/_src/language/about-malloy.md b/docs/_src/language/about-malloy.md deleted file mode 100644 index 4e9c5bf29..000000000 --- a/docs/_src/language/about-malloy.md +++ /dev/null @@ -1,22 +0,0 @@ -# The Story of Malloy - -Malloy was designed by a team of people with a lot of experience in -understanding the task of extracting meaning from data. Years of constant -exposure to SQL resulted in a tremendous sense of wonder at the -power of SQL ... and a tremendous source of frustration at how -bad SQL is at representing the types of operations needed to -get meaningful data out of relational databases, and how -difficult it is to maintain and extend a complex set -of transformations written in SQL. - -Malloy started as a "clean slate" thought experiment, if we knew -all the things we know about data, and about programming with data, -and about programming languages in general, and we were designing -a query language today, what would it look like. - -In it's earliest form, Malloy looked a lot like SQL, and -much of Malloy continues to be influenced by the overall -design of the SQL language. It was always the intention that there -could be a document that would contain both Malloy and SQL -and those would make sense together, perhaps parallel to -the way Javascript and Typescript work together. diff --git a/docs/_src/language/aggregates.md b/docs/_src/language/aggregates.md deleted file mode 100644 index dc579d9f3..000000000 --- a/docs/_src/language/aggregates.md +++ /dev/null @@ -1,214 +0,0 @@ -# Aggregates - -Malloy supports the standard aggregate functions `count`, `sum`, `avg`, `min`, and `max`. When these are used in a field's definition, they make that field a [measure](fields.md#measures). - -## Basic Syntax - -### Counts - -The `count` aggregate function may be used to count the number of records appearing in a source. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: flights -> { - aggregate: flight_count is count() -} -``` - -### Distinct Counts - -Distinct counts may be used to count the number of distinct values of a particular field within a source. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "ecommerce/ecommerce.malloy"} -query: order_items -> { - aggregate: order_count is count(distinct order_id) -} -``` - -### Sums - -The `sum` function may be used to compute the sum of all records of a particular field. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: flights -> { - aggregate: total_distance is sum(distance) -} -``` - -### Averages - -The `avg` function may be used to compute the average of all records of a particular field. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: average_seats is avg(aircraft_models.seats) -} -``` - -### Minima - -The `min` function may be used to compute the minimum of all records of a particular field. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "ecommerce/ecommerce.malloy"} -query: order_items -> { - aggregate: cheapest_price is min(sale_price) -} -``` - -### Maxima - -The `max` function may be used to compute the maximum of all records of a particular field. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: flights -> { - aggregate: longest_distance is max(distance) -} -``` - -## Ungrouped Aggregates - -In a query which is grouped by multiple dimensions, it is often useful to be able to perform an aggregate calculation on sub-groups to determine subtotals. The `all()` and `exclude` functions in Malloy allow control over grouping and ungrouping, making this simple: - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/airports.malloy"} -query: airports -> { - group_by: state, faa_region - aggregate: - count_airports is count() - overall_airports is all(count()) - percent_of_total is count() / all(count())*100.0 - airports_in_region is all(count(), faa_region) - percent_in_region is count() / all(count(), faa_region)*100.0 -} -``` - -Read more about Ungrouped Aggregates [here](ungrouped-aggregates.md). - -## Aggregate Locality - -In SQL, some kinds of aggregations are difficult to express because locality of aggregation is restricted to the top level of a query. Malloy -offers more control over this behavior, allowing these types of analysis to be -expressed much more easily. - -### The Problem - -Suppose you were interested in learning more about the number of seats on -commercial aircraft. First you might look at the average number of seats -on all registered aircraft. - -To do this, you would start with the `aircraft` table and join in `aircraft_models` to get access to the number of seats, then take -the average of `aircraft_models.seats`. - -```sql -SELECT - AVG(aircraft_models.seats) -FROM aircraft -LEFT JOIN aircraft_models - ON aircraft.aircraft_model_code = aircraft_models.aircraft_model_code -``` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: average_seats is avg(aircraft_models.seats) -} -``` - -You're also interested in knowing the average number of seats on the kinds of aircraft that are in use, or in other words, the average number of seats of the aircraft models of registered aircraft. - -To do this, you might decide to start with the `aircraft_models` table instead. - -```sql -SELECT AVG(seats) -FROM aircraft_models -``` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft_models -> { - aggregate: average_seats is avg(seats) -} -``` - -However, this isn't actually the number you were interested in, because this measures the average number of seats across _all_ aircraft models, not just the ones with actively-registered aircraft. - -Unfortunately, SQL doesn't have any native constructs to compute this value, and in practice analysts often resort to complicated [fact tables](https://www.zentut.com/data-warehouse/fact-table/) to perform this kind of query. - -### The Solution - -Malloy introduces the concept of _aggregate locality_, meaning that aggregates can be computed with respect to different points in the data graph. In the following query, `average_seats` is computed with respect to `aircraft_models`, -yielding the the average number of seats on aircraft models of aircraft listed in the `aircraft` table. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: average_seats is aircraft_models.avg(aircraft_models.seats) -} -``` - -For convenience, `aircraft_models.avg(aircraft_models.seats)` can be written as `aircraft_models.seats.avg()`. - -### Examples - -The following queries show six ways of calculating the average number of seats. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: flights -> { - aggregate: - aircraft_models_avg_seats is aircraft.aircraft_models.seats.avg() - aircraft_avg_models_seats is aircraft.avg(aircraft.aircraft_models.seats) - avg_aircraft_models_seats is avg(aircraft.aircraft_models.seats) -} -``` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: - models_avg_seats is aircraft_models.seats.avg() - avg_models_seats is avg(aircraft_models.seats) -} -``` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft_models -> { - aggregate: avg_seats is avg(seats) -} -``` - -This table summarizes the meaning of each of these calculations. - -| Field Definition and Source | Is the average number of seats... | -|-------------|---------| -| `avg(seats)` in `aircraft_models` | ...of all aircraft models. | -| `avg(aircraft_models.seats)` in `aircraft` | ...on aircraft. | -| `aircraft_models.seats.avg()` in `aircraft` | ...of the aircraft models of aircraft. | -| `avg(aircraft.aircraft_models.seats)` in `flights` | ...on flights. | -| `aircraft.avg(aircraft.aircraft_models.seats)` in `flights` | ...on aircraft that fly. | -| `aircraft.aircraft_models.seats.avg()` in `flights` | ...of the aircraft models of aircraft that fly.| - -### Aggregates that Support Locality - -The aggregate functions that support locality are `count`, `sum`, and `avg`. - -The `min` and `max` aggregates do not support aggregate locality because the minimum and maximum values are the same regardless of where they are computed. Local aggregation removes duplicate values (those corresponding to the same row in the aggregate source location), and minimum and maximum values do not change if values are repeated more than once. - -### Aggregates on Fields - -Aggregating "on a field," e.g. `aircraft_models.seats.avg()` is exactly equivalent to aggregating that field with respect to its direct parent source, e.g. `aircraft_models.avg(aircraft_models.seats)`. This syntax is supported for the aggregate functions which benefit from aggregate locality and require a field, `avg` and `sum`. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: - avg_on_source is aircraft_models.avg(aircraft_models.seats) - avg_on_field is aircraft_models.seats.avg() -} -``` diff --git a/docs/_src/language/apply.md b/docs/_src/language/apply.md deleted file mode 100644 index f13715b74..000000000 --- a/docs/_src/language/apply.md +++ /dev/null @@ -1,19 +0,0 @@ -# Apply (:) Operator - -The apply operator takes one expression and applies it to another. -The primary us of apply is to "apply" a value to a partial comparison, -but there are a number of other powerful gestures which use this operator. - -For an expression matching the pattern `x ? expression`, the following table outlines the various meanings. - -Expression Type | Expression | Meaning in apply ----- | ---- | ---- -partial comparison |`x ? > 10 & < 100` | `x > 10 and x < 100` -alternate choices | `x ? 'A' \| 'B'` | `x = 'A' or x = 'B'` -range match | `x ? 1 to 10` | `x >= 1 and x < 10` -equality | `x ? 47` | `x = 47` -match | `x ? r'ab'` | `x ~ r'ab'` _(this only works when applying a regular expression to a string)_ - -In addition it is very common to use [Time Ranges](time-ranges.md) -with the apply operator, which operate similar to the numeric range -example above. diff --git a/docs/_src/language/basic.md b/docs/_src/language/basic.md deleted file mode 100644 index e4b2646e5..000000000 --- a/docs/_src/language/basic.md +++ /dev/null @@ -1,520 +0,0 @@ -# Malloy Quickstart - -This guide introduces the basics of querying and modeling with Malloy. Malloy has a rendering system that can render [results as tables, charts or dashboards](../visualizations/dashboards.md), but fundamentally the Malloy just returns data. Buttons on the top right of any "Query Result" box allow you to toggle between rendered results (HTML), raw data (JSON), and the SQL generated by the Malloy model. - -If you'd like to follow along with this guide, you can create a new .malloy file and run these queries there. - - - -## Leading with the Source - -Queries are of the form: _source_ `->` _operation_ - -In Malloy, the source of a query is either a raw table, a [modeled source](source.md), or another query. - -In this example, the `table()` function provides the query _source_ from a table (or view) in the database. -The query _operation_ is explicit about which fields are grouped, aggregated or projected. - - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - group_by: state - aggregate: airport_count is count() -} -``` - - -## Query Operators - -In SQL, the SELECT command does two very different things. A SELECT with a GROUP BY aggregates data according to the GROUP BY clause and produces aggregate calculation against every calculation not in the GROUP BY. In Malloy, the query operator for this is `group_by:`. Calculation about data in the group are made using `aggregate:`. - -The second type of SELECT in SQL does not perform any aggregation; All rows in the input table, unless filtered in some way, show up in the output table. In Malloy, this command is called `project:`. - -In the query below, the data will be grouped by `state` and will produce an aggregate calculation for `airport_count` and `average_elevation`. `group_by:`. The `aggregate:` list can contain references to existing aggregate fields or add new aggregate computations. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - group_by: - state - county - aggregate: - airport_count is count() - average_elevation is avg(elevation) -} -``` - -### Multiple Field Operations - -Multiple `group_by:` and `aggregate:` statements can appear in the same query operation. This can be helpful in rendering when the order of fields in the query output is significant. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - group_by: fac_type - aggregate: airport_count is count() - group_by: county - aggregate: max_elevation is max(elevation) -} -``` - -### Project -`project` produces a list of fields. For every row in the input table, there is a row in the output table. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - project: code, full_name, city, county - where: county = 'SANTA CRUZ' -} -``` - -## Everything has a Name - -In Malloy, all output fields have names. This means that any time a query -introduces a new aggregate computation, it must be named. _(unlike SQL, -which allows un-named expressions)_ - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - aggregate: max_elevation is max(elevation) -} -``` - -Notice that Malloy uses the form "_name_ `is` _value_" instead of SQL's "_value_ `as` _name_". -Having the output column name written first makes it easier for someone reading -the code to visualize the resulting query structure. - -Named objects, like columns from a table, and fields defined in a source, can be included in field lists without an `is` - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - project: - full_name - elevation -} -``` - -## Expressions - -Many SQL expressions will work unchanged in Malloy, and many functions available in Standard SQL are usable in Malloy as well. This makes expressions fairly straightforward to understand, given a knowledge of SQL. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "size": "large"} -query: table('malloy-data.faa.airports') -> { - group_by: county_and_state is concat(county, ', ', state) - aggregate: - airport_count is count() - max_elevation is max(elevation) - min_elevation is min(elevation) - avg_elevation is avg(elevation) -} -``` - -The basic types of Malloy expressions are `string`, `number`, `boolean`, `date`, and `timestamp`. - -## Modeling and Reuse - -One of the main benefits of Malloy is the ability to save common calculations into a data model. In the example below, we create a *source* object named `airports` and add a `dimension:` calculation for `county_and_state` and `measure:` calculation for `airport_count`. Dimensions can be used in `group_by:`, `project:` and `where:`. Measures can be used in `aggregate ?` and `having ?`. - -```malloy ---! {"isModel": true, "modelPath": "/inline/airports_mini.malloy"} -source: airports is table('malloy-data.faa.airports') { - dimension: county_and_state is concat(county, ', ', state) - measure: airport_count is count() - measure: average_elevation is avg(elevation) -} -``` - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/airports_mini.malloy"} -query: airports -> { - group_by: county_and_state - aggregate: airport_count -} -``` - -## Ordering and Limiting - -In Malloy, ordering and limiting work pretty much the same way they do in SQL, though Malloy introduces some [reasonable defaults](order_by.md). - -The `top:` and `limit:` statements are synonyms and limits the number of rows returned. Results below are sorted by the first measure descending--in this case, `airport_count`. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - top: 2 - group_by: state - aggregate: airport_count is count() -} -``` - -Default ordering can be overridden with `order_by:`, as in the following query, which shows the states in alphabetical order. `order_by:` can take a field index number or the name of a field. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - order_by: state - group_by: state - aggregate: airport_count is count() -} -``` - -## Filtering - -When working with data, filtering is something you do in almost every query. Malloy's filtering is more powerful and expressive than that of SQL. When querying data, we first isolate the data we are interested in (filter it) and then perform aggregations and calculations on the data we've isolated (shape it). Malloy provides consistent syntax for filtering everywhere within a query. - -### Filtering the Source - -A filter on a data source table narrows down which data is included to be passed to the query _operation_. This translates -to a WHERE clause in SQL. -In this case, the data from the table is filtered to just airports in California. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') { where: state = 'CA' } -> { - top: 2 - group_by: county - aggregate: airport_count is count() -} -``` - -### Filtering Query Stages - -Filters can also be applied to any query _operation_. When using a filter in this way, it only applies to -the data for that operation alone. (More on this later, in the section on `nest:` operations in queries.) - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - where: state ? 'AL' | 'KY' - top: 5 - group_by: state - aggregate: - airports is count() { where: fac_type = 'AIRPORT' } - heliports is count() { where: fac_type = 'HELIPORT' } - total is count() -} -``` - -A note on filtering the source vs filtering in query stages: The below queries are both valid and produce identical SQL. - -```malloy -query: table('malloy-data.faa.airports') { where: state = 'CA' } -> { - top: 2 - group_by: county - aggregate: airport_count is count() -} - -query: table('malloy-data.faa.airports') -> { - where: state = 'CA' - top: 2 - group_by: county - aggregate: airport_count is count() -} -``` - - -### Filtering Measures - -A filter on an aggregate calculation (a _measure_) narrows down the data used in that specific calculation. In the example below, the calculations for `airports` and `heliports` are filtered separately. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.airports') -> { - group_by: state - aggregate: - airports is count() { where: fac_type = 'AIRPORT' } - heliports is count() { where: fac_type = 'HELIPORT' } - total is count() -} -``` - -## Dates and Timestamps - -Working with time in data is often needlessly complex; Malloy has built in constructs to simplify many time-related operations. This section gives a brief introduction to some of these tools, but for more details see the [Time Ranges](time-ranges.md) section. - -### Time Literals - -Literals of type `date` and `timestamp` are notated with an `@`, e.g. `@2003-03-29` or `@1994-07-14 10:23:59`. Similarly, years (`@2021`), quarters (`@2020-Q1`), months (`@2019-03`), weeks (`@WK2021-08-01`), and minutes (`@2017-01-01 10:53`) can be expressed. - -Time literals can be used as values, but are more often useful in filters. For example, the following query -shows the number of flights in 2003. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto"} -query: table('malloy-data.faa.flights') { where: dep_time ? @2003 } -> { - aggregate: flight_count is count() -} -``` - -There is a special time literal `now`, referring to the current timestamp, which allows for relative time filters. - -```malloy -query: table('malloy-data.faa.flights') { where: dep_time > now - 6 hours } -> { - aggregate: flights_last_6_hours is count() -} -``` - -### Truncation - -Time values can be truncated to a given timeframe, which can be `second`, `minute`, `hour`, `day`, `week`, `month`, `quarter`, or `year`. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto"} -query: table('malloy-data.faa.flights') -> { - group_by: - flight_year is dep_time.year - flight_month is dep_time.month - aggregate: flight_count is count() -} -``` - -### Extraction - -Numeric values can be extracted from time values, e.g. `day_of_year(some_date)` or `minute(some_time)`. See the full list of extraction functions [here](time-ranges.md#extraction). - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "pageSize": 7, "size": "large"} -query: table('malloy-data.faa.flights') -> { - order_by: 1 - group_by: day_of_week is day(dep_time) - aggregate: flight_count is count() -} -``` - - - -### Time Ranges - -Two kinds of time ranges are given special syntax: the range between two times and the range starting at some time for some duration. These are represented like `@2003 to @2005` and `@2004-Q1 for 6 quarters` respectively. These ranges can be used in filters just like time literals. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto"} -query: table('malloy-data.faa.flights') { where: dep_time ? @2003 to @2005 } -> { - aggregate: flight_count is count() -} -``` - -Time literals and truncations can also behave like time ranges. Each kind of time literal has an implied duration that takes effect when it is used in a comparison, e.g. `@2003` represents the whole of the year 2003, and `@2004-Q1` lasts the whole 3 months of the quarter. Similarly, when a time value is truncated, it takes on the -timeframe from the truncation, e.g. `now.month` means the entirety of the current month. - -When a time range is used in a comparison, `=` checks for "is in the range", `>` "is after", and `<` "is before." So `some_time > @2003` filters dates starting on January 1, 2004, while `some_time = @2003` filters to dates in the year 2003. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto"} -query: table('malloy-data.faa.flights') { where: dep_time > @2003 } -> { - top: 3; order_by: departure_date asc - group_by: departure_date is dep_time.day - aggregate: flight_count is count() -} -``` - -## Nested Queries - -The next several examples will use this simple source definition: - -```malloy -source: airports is table('malloy-data.faa.airports') { - airport_count is count() -}; -``` - -### Aggregating Subqueries - -In Malloy, queries can be [nested](nesting.md) to produce subtables on each output row. Such nested queries are called _aggregating subqueries_, or simply "nested queries." When a query is nested inside another query, each output row of the outer query will have a nested table for the inner query which only includes data limited to that row. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy"} - -query: airports -> { - group_by: state - aggregate: airport_count - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } -} -``` - -Here we can see that the `by_facility` column of the output table contains nested subtables on each row. When interpreting these inner tables, all of the dimensional values from outer rows still apply to each of the inner rows. - -Queries can be nested infinitely, allowing for rich, complex output structures. A query may always include another nested query, regardless of depth. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "large"} -query: airports -> { - group_by: state - aggregate: airport_count - nest: top_5_counties is { - top: 5 - group_by: county - aggregate: airport_count - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } - } -} -``` - -### Filtering Nested Queries - -Filters can be isolated to any level of nesting. In the following example, we limit the `major_facilities` query to only airports where `major` is `'Y'`. This particular filter applies _only_ to `major_facilities`, and not to other parts of the outer query. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "large"} -query: airports -> { - where: state = 'CA' - group_by: county - aggregate: airport_count - nest: major_facilities is { - where: major = 'Y' - group_by: name is concat(code, ' (', full_name, ')') - } - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } -} -``` - -## Pipelines and Multi-stage Queries - -The output from one stage of a query can be passed into another stage using `->`. For example, we'll start with this query which outputs, for California and New York, the total number of airports, as well as the number of airports in each county. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "small"} -query: airports -> { - where: state = 'CA' | 'NY' - group_by: state - aggregate: airport_count - nest: by_county is { - group_by: county - aggregate: airport_count - } -} -``` - -Next, we'll use the output of that query as the input to another, where we determine which counties have the highest -percentage of airports compared to the whole state, taking advantage of the nested structure of the data to to so. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "large", "dataStyles": { "percent_in_county": { "renderer": "percent" }}} -query: airports -> { - where: state = 'CA' | 'NY' - group_by: state - aggregate: airport_count - nest: by_county is { - group_by: county - aggregate: airport_count - } -} -> { - top: 10; order_by: 4 desc - project: - by_county.county - airports_in_county is by_county.airport_count - airports_in_state is airport_count - percent_in_county is by_county.airport_count / airport_count -} -``` - -Note: to pipeline a named query, the syntax to reference that named query is `-> query_name`. An example of this can be found in the [Query Doc](query.md#multi-stage-pipelines). - - -## Joins - -[Joins](join.md) are declared as part of a source. When joining a source to another, it brings with it all child joins. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true} -source: aircraft_models is table('malloy-data.faa.aircraft_models') { - primary_key: aircraft_model_code -} -source: aircraft is table('malloy-data.faa.aircraft') { - primary_key: tail_num - join_one: aircraft_models on aircraft_model_code = aircraft_models.aircraft_model_code -} -source: flights is table('malloy-data.faa.flights') { - join_one: aircraft on tail_num = aircraft.tail_num -} -query: flights->{ - where: dep_time ? @2003-01 - group_by: aircraft.aircraft_models.manufacturer - aggregate: - flight_count is count() - aircraft_count is aircraft.count() - average_seats_per_model is aircraft.aircraft_models.seats.avg() -} -``` - -In this example, the `aircraft` source is joined to `flights`, and aircraft_models is joined via aircraft. These examples explicitly name both keys--this same syntax can be used to write more complex joins. - -## Aggregate Calculations - -As in SQL, aggregate functions `sum`, `count`, and `avg` are available, and their use in -an expression identifies the corresponding field as a [measure](fields.md#measures). - -Aggregates may be computed with respect to any joined source, allowing for a wider variety of measurements to be calculated than is possible in SQL. See the [Aggregate Locality](aggregates.md#aggregate-locality) section for more information. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy"} -query: aircraft -> { - aggregate: - // The average number of seats on models of registered aircraft - models_avg_seats is aircraft_models.seats.avg() - // The average number of seats on registered aircraft - aircraft_avg_seats is avg(aircraft_models.seats) -} -``` - -## Comments - -Malloy code can include both line and block comments. Line comments, which begin with `--` or `//`, -may appear anywhere within a line, and cause all subsequent characters on that line to be ignored. -Block comments, which are enclosed between /\* and \*/, cause all enclosed characters to be ignored -and may span multiple lines. - -```malloy --- The total number of flight entries -query: flights -> { - aggregate: flight_count // Defined simply as `count()` -} - -/* - * A comparison of the total number of flights - * for each of the tracked carriers. - */ -query: flights -> { - group_by: carrier - aggregate: flight_count /* , total_distance */ -} -``` - - - - - - - - - diff --git a/docs/_src/language/changelog.md b/docs/_src/language/changelog.md deleted file mode 100644 index 6b19f56c3..000000000 --- a/docs/_src/language/changelog.md +++ /dev/null @@ -1,74 +0,0 @@ -# Change Log -_Breaking changes indicated with *_ - -We will use this space to highlight major and/or breaking changes to Malloy. - - -## v0.0.10 - -### The apply operator is now ? and not : - -In the transition from filters being with an array like syntax ... - -``` -sourceName :[ fieldName: value1|value2 ] -``` - -The use of `:` as the apply operator became a readability problem ... - -``` -sourceName { where: fieldName: value1|value2 } -``` - -As of this release, use of the `:` as an apply operator will generate a warning, -and in a near future release it will be a compiler error. The correct -syntax for apply is now the `?` operator. As in - -``` -sourceName { where: fieldName ? value1|value2 } -``` - -## 0.0.9 - -### Deprecation of brackets for lists of items - -Prior to version 0.0.9, lists of things were contained inside `[ ]`. Going forward, the brackets have been removed. Our hope is that this will be one less piece of punctuation to track, and will make it easier to change from a single item in a list to multiple without adding in brackets. - -For example, this syntax: -```malloy -query: table('malloy-data.faa.airports') -> { - top: 10 - group_by: [ - faa_region - state - ] - aggregate: [ - airport_count is count() - count_public is count() { where: fac_use = 'PU' }, - average_elevation is round(elevation.avg(),0) - ] - where: [ - faa_region: 'ANM' | 'ASW' | 'AWP' | 'AAL' | 'ASO' , - major = 'Y' , - fac_type = 'AIRPORT' - ] -} -``` - -Is now written: -```malloy -query: table('malloy-data.faa.airports') -> { - top: 10 - group_by: - faa_region - state - aggregate: - airport_count is count() - count_public is count() { where: fac_use = 'PU' }, - average_elevation is round(elevation.avg(),0) - where: - faa_region: 'ANM' | 'ASW' | 'AWP' | 'AAL' | 'ASO' , - major = 'Y' , - fac_type = 'AIRPORT' -} -``` diff --git a/docs/_src/language/expressions.md b/docs/_src/language/expressions.md deleted file mode 100644 index 76892bef8..000000000 --- a/docs/_src/language/expressions.md +++ /dev/null @@ -1,335 +0,0 @@ -# Expressions - -Expressions in Malloy are much like expressions in any other language; they can have variables and operators and function calls in -the same syntax users are familiar with. However, Malloy also introduces several other kinds of expressions useful for the task of data analysis and transformation. - -| Section | Examples | -| ---------| ----- | -| [Identifiers](#identifiers)
    Fields referenced by name | `origin.city`
    `` `year` `` | -| [Mathematical operations](#mathematical-operators) | `x * 100`
    `-cost`
    `(a + b) / c` | -| [Comparison operators](#comparison-operators) | `x > 200`
    `state != null` | -| [Boolean operators](#boolean-operators)
    Logically combine booleans | `height > 10 and height < 100`
    `is_cancelled or is_delayed`
    `not is_commercial_flight` | -| [SQL functions](#sql-functions) | `floor(10.35)`
    `concat(first_name, ' ', last_name)`
    `sqrt(x)` | -| [Aggregation](#aggregation) | `sum(distance)`
    `aircraft.count()`
    `aircraft_models.seats.avg()` | -| [Aggregation Control / Subtotals](ungrouped-aggregates.md) | `all(sum(distance))`
    `all(aircraft.count(), destination_code)`
    `exclude(aircraft_models.seats.avg(), carrier.nickname)` | -| [Filtered expressions](#filtered-expressions) | `avg(age) : [state: 'CA']`
    `flight_count : [origin.county != null]` | -| [Safe type cast](#safe-type-cast) | `total_distance::string`
    `some_date::timestamp` | -| [Pick expressions](#pick-expressions)
    Malloy's take on CASE statements | `pick 'S' when size < 3 else 'L'`
    `kind: pick 'other' when null` | -| [Time ranges](#time-ranges)
    Ranges with start and end or duration | `start_time for 3 hours`
    `@2003 for 10 months`
    `@2003 to @2005` | -| [Numeric ranges](#numeric-ranges)
    Numeric ranges with start and end | `10 to 20` | -| [Time truncation](#time-truncation) | `event_time.quarter`
    `now.year` | -| [Time extraction](#time-extraction)
    Extract one part of a time value | `day_of_year(event_time)`
    `minute(now)` | -| [Interval extraction](#interval-extraction)
    Extract the interval between two times | `days(created_at to shipped_at)` | -| [Time literals](time-ranges.md#literals) | `@2003-04-19`
    `@2020-Q4`
    `@2021-10-24 10:00:00` -| [Partial comparison](#partial-comparison)
    Reusable conditions | `> 42`
    `!= null`
    `~ r'C.*'` | -| [Alternation](#alternation)
    Logically combine conditions | `> 5 & < 10`
    `'red' \| 'blue'` | -| [Application](#application)
    Apply conditions to values | `state: 'CA'`
    `weight: > 100 & < 1000` | - -## Identifiers - - - - - -Fields may be referenced by name, and fields in joins or nested structures can be described using `.`s. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size": "large"} -query: flights -> { - where: origin.county != null - group_by: origin.state - nest: by_county is { - group_by: origin.county - aggregate: flight_count - } -} -> { - project: by_county.county - limit: 3 -} -``` - -Identifiers that share a name with a keyword in Malloy must be enclosed in back ticks `` ` ``, e.g. `` `year` ``. - -## Mathematical Operators - - - - - -Typical mathematical operators `+`, `-`, `*`, and `/` work as expected, and parentheses may be used to override precedence, e.g. `six is 10 * (3 - 2) / 2 + 1`. - -The unary minus / negation operator is also allowed, e.g. `value is -cost`. - -## Logical Operators - -### Comparison Operators - - - - - - - -Standard comparison operators `>`, `<`, `>=`, `<=`, and `=` are available in Malloy. "Not equals" is expressed using the `!=` operator. - -### Boolean Operators - - - - - -Malloy includes the basic binary boolean operators `and` and `or`, as well as the unary `not` operator. - -## SQL Functions - - - - - -Many functions available in SQL are available unchanged in Malloy. See [here](https://cloud.google.com/bigquery/docs/reference/standard-sql/syntax) for documentation on functions available in BigQuery. - -The intention is to be able to call from Malloy any function which -you could call from Standard SQL. This is not well implemented at -the moment. If you experience type check errors, use the `::type` -typecast to work around the errors in typing. - -## Aggregation - -Aggregations may included in an expression to create [measures](fields.md#measures), e.g. `count()`, `sum(distance)`, or `aircraft_models.seats.avg()`. For detailed information, see the [Aggregates](aggregates.md) section. - - - -## Filtered Expressions - - - -Aggregate expressions may be filtered, using the [usual filter syntax](filters.md). - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size": "large"} -query: flights -> { - aggregate: - distance_2003 is sum(distance) { where: dep_time ? @2003 } - ca_flights is count() { where: origin.state ? 'CA' } -} -``` - -## Safe Type Cast - - - - -Safe type casting may be accomplished with the `::type` syntax. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size": "large"} -query: flights -> { - aggregate: distance_summary is concat(total_distance::string, ' miles') -} -``` - -## Pick Expressions - -The `pick` construction in Malloy is similar to CASE statements in SQL. - -```malloy -pick 'small' when size < 10 -pick 'medium' when size < 20 -else 'large' -``` - -Pick expressions are also compatible with the [apply operator](#apply-operator) and partial comparisons. - -```malloy -size ? - pick 'small' when < 10 - pick 'medium' when < 20 - else 'large' -``` - -Pick can be used to "clean" data, combining similar dirty values into one clean value. In the following example, the `pick` statement collects all the "this actually -shipped" statuses, and because there is no `else`, leaves the other -status values alone. - -```malloy -shipping_status ? - pick 'shipped' when 'will call' | 'shipped' - pick 'ignore' when 'bad1' | 'bad2' | 'testing' -``` - -Another common kind of cleaning is to have a small set you want to group -by and all other values are compressed into `null`. A `pick` clause with no value -picks an applied value when the condition is met. - -```malloy -status ? - pick when 'good' | 'ok' | 'fine' // leave these alone - else null // ignore the rest -``` - -If you need to match on multiple fields and conditions, use a dimension. - -```malloy - dimension: Facility_Type_State is - pick 'Cali Heli' when state = 'CA' and fac_type = 'HELIPORT' - pick 'Seaplane at SeaTac' when state = 'WA' and city = 'SEATTLE' and fac_type = 'SEAPLANE BASE' - pick 'Phoenix Ultra' when state = 'AZ' and fac_type = 'ULTRALIGHT' and city = 'PHOENIX' - else 'Not Needed' -``` - -## Time Expressions - -Malloy has built in constructs to simplify many time-related operations, which are described here. - -### Time Ranges - -
    - -Ranges between a start and end time can be constructed with the `to` operator, e.g. `@2003 to @2006`. This kind of range is also possible for numbers, e.g. `10 to 20`. - -Time ranges can also be constructed with a start time and duration using the `for` operator, e.g. `@2003 for 6 years` or `now for 20 minutes`. - -A time value can be compared to a range. If the time is within the range it will be `=`, before the range it will be `<`, and after the range it will be `>`. If you [apply](#apply-operator) a time to a range, (for example, `event_time ? @2003 to @2004`) that will also check if the value is within the range. - -### Time Truncation - -To truncate a time value to a given timeframe, use the `.` operator followed by the timeframe, e.g. `event_time.quarter` or `now.year`. - -By way of example, if the value of `time` is `@2021-08-06 00:36`, then the below truncations will produce the results on the right: - - -truncation | result - ---- | ---- -`time.minute` | 2021-08-06 00:36 -`time.hour` | 2021-08-06 00:00 -`time.day` | 2021-08-06 -`time.week` | WK2021-08-01 _(the week containing the 10th)_ -`time.month` | 2021-08 -`time.quarter` | Q2-2021 -`time.year` | 2021 - -A truncation made this way (unlike a truncation make in SQL with -`TIMESTAMP_TRUNC()`) can also function as a range. The range begins -at the moment of truncation and the duration is the timeframe unit -used to specify the truncation, so for example `time.year` -would be a range covering the entire year which contains `time`. - -This is extremely useful with the [apply operator](#apply-operator), `?`. To see if two events happen in the same calendar year, for example, the boolean expression in Malloy is `one_time ? other_time.year`. - -### Time Extraction - -Another very common grouping for time related data is by particular components, and this extraction of a single component as an integer. In Malloy this gesture looks like a function call. - -The "Result" column uses a value of `@2021-08-06 00:55:05` for `expr`. - -expression | meaning | result ----- | ---- | ---- -`day_of_year(expr)` | day of year, 1-365 | 218 -`day(expr)` | day of month 1-31 | 5 -`day_of_week(expr)` | day of week 1-7 | 6 _(Note: 1 represents Sunday)_ -`week(expr)` | week in year, 1-53 | 31 -`quarter(expr)` | quarter in year 1-4 | 3 -`hour(expr)` | hour of day 0-23 | 0 -`minute(expr)` | minute of hour 0-59 | 55 -`second(expr)` | second of minute 0-59 | 5 - -### Interval extraction - -To measure the difference between two times, pass a range expression to -one of the below extraction functions. This is Malloy's take on SQL's DATE_DIFF() and TIMESTAMP_DIFF() : - -expression | meaning ----- | ---- -`seconds(t1 to t2)` | Number of seconds from `t1` until `t2` -`minutes(t1 to t2)` | ... minutes ... -`hours(t1 to t2)` | ... hours ... -`days(t1 to t2)` | ... days ... -`weeks(t1 to t2)` | ... weeks ... -`months(t1 to t2)` | ... months ... -`quarters(t1 to t2)` | ... quarters ... -`years(t1 to t2)` | ... years ... - -These will return a negative number if `t1` is later than `t2`. - -For `seconds`, `minutes`, and `hours`, the returned values is the number of complete seconds/minutes/hours beween the two values. For example, `hours(@2022-10-03 10:30:00 to @2022-10-03 11:29:00)` would return 0, because the range spans only 59 minutes, despite crossing over the hour boundry from 10 to 11. Likewise, `minutes(now to now + 59 seconds)` will always return 0, regardless of what time it is. - -For `days`, `weeks`, `months`, `quarters`, and `years`, the returned value is the number of day/week/month/quarter/year boundaries crossed between the two dates. For example, `days(@2022-10-03 11:59 to @2022-10-04 00:00)` is 1, because the end time is on the day after the start time, even though only one minute passed between them. So `weeks(now to now + 6 days)` will return either 0 or 1 depending on the day of the week. - -### Time Literals - - - - - - -Time literals are specified in Malloy with the `@` character. A literal -specified this way has an implied duration which means a literal -can act like a range. - -For example the year `@2003` can be used with `event_time: @2003` to test if the -event happened in the year 2003. - -Literal pattern | Duration | Begins ----- | ---- | ---- -`@DDDD` | One year | The first day of that year -`@DDDD-QN` | Three months | The first day of that quarter -`@DDDD-MM` | One month | The first day of that month -`@WKDDDD-MM-SS` | Seven days | Sunday of the week containing that day -`@DDDD-MM-DD` | One day | Midnight on the specified date -`@DDDD-MM-DD HH:MM` | One Minute | The specified time -`@DDDD-MM-DD HH:MM:SS` | One Second | the specified time -`now` | _n/a_ | The current time, without implied duration - -## Special Filter Expression Syntax - -As filtering is an incredibly common operation in data analysis, Malloy has special syntax to make filter expressions succinct and powerful. In addition to regular comparison and boolean operators, Malloy includes _partial comparisons_, _alternation_, and _application_, as described below. - -### Partial Comparison - - - - - -Partial comparisons, or "partials" are written with a binary comparison operator followed by a value, e.g. `> 42` or `!= null`. These can be thought of as conditions-as-values, or as functions that return a boolean. - -### Alternation - - - - -Conditions can be logically combined with the two alternation operators, `&` and `|`. These are different from `and` and `or` in that they operate on conditions which return boolean values, rather than boolean values directly. - -The _union alternation_ operator `|` represents the logical union of two conditions. An expression like `x | y` can be read "if either `x` or `y`." For example `= 'CA' | = 'NY'` represents the condition "is either CA or NY". - -The _conjunction alternation_ operator `&` represents the logical conjunction of two conditions. An expression like "`x & y` can be read "if both `x` and `y`." For example, `> 5 & < 10` represents the condition "is greater than 5 and less than 10". - -Values can be used directly with the alternation operators, in which case the operator is assumed to be `=`. For example, `'CA' | 'NY'` is equivalent to `= 'CA' | = 'NY'`. -### Application - - - - - -The apply operator `?` "applies" a value to another value, condition, or computation. This is most often used with partial comparisons or alternations. - -Applying a value to a condition is like filling in the condition with the given value. For example, `height ? > 5 & < 10` is equivalent to `height > 5 and height < 10`. - -Applying a value to another value applies a default comparison on the two values: - -| Left | Right | Example| Meaning | -|------|-------|--------|---------| -| `number` | `number` | `size ? 10` | `size = 10` | -| `string` | `string` | `state ? 'CA'` | `state = 'CA'` | -| `string` | regular expression | `name ? r'Z$'` | `name ~ r'Z$'` | -| `boolean` | `boolean` | `is_cool ? true` | `is_cool = true` | -| `number` | numeric range | `x ? 10 to 20` | `x >= 10 and x < 20` | -| `date` or `timestamp` | `date` or `timestamp` | `time ? @2003` | `time` is during 2003 | - -Values can be applied to [pick expressions](#pick-expressions) to make them more succinct. - -```malloy -size ? - pick 'small' when < 10 - pick 'medium' when < 20 - else 'large' -``` diff --git a/docs/_src/language/fields.md b/docs/_src/language/fields.md deleted file mode 100644 index e9c13ef32..000000000 --- a/docs/_src/language/fields.md +++ /dev/null @@ -1,129 +0,0 @@ -# Fields - -Fields constitute all kinds of data in Malloy. They -can represent dimensional attributes sourced directly from -tables in a database, constant values to be used in later analysis, computed metrics derived from other fields, or even nested structures created from aggregating subqueries. - -## Defining Fields - -Fields defined in sources are reusable. A field is a `dimension`, `measure` or `query`. When these are used in a query, these fields are invoked with `project`, `group_by`, `aggregate` or `nest`. The definitions are the same whether part of a source or a query stage. In either case, they are defined using the `is` keyword. - -**In a source** - -```malloy -source: users is table('malloy-data.ecomm.users') { - dimension: age_in_dog_years is age * 7 -} -``` - -**In a query stage** - -```malloy -query: users -> { - group_by: age_in_dog_years is age * 7 -} -``` - -The right hand side of this kind of definition can be any -field expression. See the [Expressions](expressions.md) -section for more information. - -Named queries (see [below](#queries)) can also be defined as -part of a source or query stage. When a named query is defined in a query stage, it is known as a "nested query" or an "aggregating -subquery." See the [Nesting](nesting.md) section for a -detailed discussion of nested queries. - -```malloy -query: flights -> { - group_by: carrier - nest: by_month is { - group_by: departure_month is dep_time.month - aggregate: flight_count is count() - } -} -``` - -## Field Names - -Field names must start with a letter or underscore, and can only contain letters, numbers, and underscores. Field names which conflict with keywords must be enclosed in back ticks, e.g. `` `year` is dep_time.year``. - -## Kinds of Fields - -Malloy includes three different _kinds_ of fields: _dimensions_, _measures_, and _queries_. - -### Dimensions - -Dimensions are fields representing scalar values. All fields -inherited directly from a table are dimensions. - -Dimensions are defined using expressions that contain no -aggregate functions. - -```malloy -expore: users is table('malloy-data.ecomm.users') { - dimension: full_name is concat(first_name, ' ', last_name) -} -``` - -Dimensions may be used in both `reduce` and `project` -queries. - -```malloy -// Show the top 10 full names by number of occurrences -query: users -> { - top: 10 - group_by: full_name - aggregate: occurrences is count() -} - -// Show 10 users' full names -query: users -> { - project: full_name - limit: 10 // top and limit are synonyms -} -``` - -### Measures - -Measures are fields representing aggregated data over -multiple records. - -Measures may not be used in `project` queries. However, any measures that appear in a `reduce` query stage are "dimensionalized" as part of the query, and are therefore usable as dimensions in subsequent stages. - -```malloy -query: flights -> { - group_by: carrier - aggregate: flight_count is count() -} -> { - project: flight_count -} -``` - -### Queries - -Queries represent a pipelined data transformation including a source and one or more transformation stages. When queries are defined as part of a source or query stage, their source is implicit. - -```malloy -source: flights is table('malloy-data.faa.flights') { - query: by_carrier is { - group_by: carrier - aggregate: flight_count is count() - } -} -``` - -A named query's pipeline can always begin with another named query. - -```malloy -source: flights is table('malloy-data.faa.flights') { - ... - query: top_carriers is by_carrier -> { - project: carrier - limit: 5 - } -); -``` - - - -See the [Nesting](nesting.md) section for more details about named queries. \ No newline at end of file diff --git a/docs/_src/language/filters.md b/docs/_src/language/filters.md deleted file mode 100644 index 66eb8ac3c..000000000 --- a/docs/_src/language/filters.md +++ /dev/null @@ -1,202 +0,0 @@ -# Filters - -Filtering which data is used in a query is an incredibly important aspect of data analysis. Malloy makes it easy to target specific parts of a query to apply individual filters. - -## Filter Syntax - -Regardless of the placement of a filter, the syntax looks the same. - -```malloy -source { where: filter_one, filter_two } -``` - -Each filter be any expression of type `boolean`, whether that's a boolean field `is_commercial_flight`, a comparison `distance > 1000`, or any of the other kinds of boolean expressions that Malloy supports. For examples see [the table below](#examples-of-filter-expressions), or for detailed information on the kinds of expressions Malloy supports, see the [Expressions](expressions.md) section. - -Logically, the comma-separated list of filters are `and`ed together, though in reality different conditions are checked in different places in the generated SQL, depending on what types of computation occurs in the expression. - - - -## Filter Placement - -A filter can be applied to the source of a query, to just one stage of a query, or even to a particular field or expression (measure or nested query). - -### Filtering a Query's Source - -When filtering a query's source, the filter applies to the whole query. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -query: flights { where: distance > 1000 } -> { aggregate: flight_count } -``` - -### Filtering in a Query Stage - -A filter can also be applied to an individual query stage. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -query: flights -> { - group_by: carrier - aggregate: flight_count -} -> { - where: carrier ? 'UA' | 'AA' - project: carrier, flight_count -} -``` - -### Filtering Aggregate Calculations - -Any measure can be filtered by adding a where clause. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -query: flights -> { - aggregate: - ca_flights is flight_count { where: origin.state = 'CA' } - ny_flights is count() { where: origin.state = 'NY' } - avg_km_from_ca is avg(distance / 0.621371) { where: origin.state = 'CA' } -} -``` - -### Filtering Complex Measure - -Even complex measures can be filtered. A common use case is to create a filtered -measure and then create that as a percent of total. - - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -// add a couple of measures to the `flights` source -source: my_flights is flights { - measure: delayed_flights is flight_count { where: dep_delay > 30 } - measure: percent_delayed is delayed_flights / flight_count -} - -query: my_flights -> { - aggregate: - ca_flights is flight_count { where: origin.state = 'CA' } - ca_delayed_flights is delayed_flights { where: origin.state = 'CA' } - ca_percent_delayed is percent_delayed { where: origin.state = 'CA' } - ny_flights is flight_count { where: origin.state = 'NY' } - ny_delayed_flights is delayed_flights { where: origin.state = 'NY' } - ny_percent_delayed is percent_delayed { where: origin.state = 'NY' } -} -``` - -### Filtering Nested Queries - -Even complex measures can be filtered. A common use case is to create a filtered -measure and then create that as a percent of total. - - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -// add a couple of measures to the `flights` source -source: my_flights is flights { - measure: delayed_flights is flight_count { where: dep_delay > 30 } - query: delay_stats is { - aggregate: - flight_count - delayed_flights - percent_delayed is delayed_flights / flight_count - } -} - -query: my_flights -> { - nest: - ca_stats is delay_stats { where: origin.state = 'CA' } - ny_stats is delay_stats { where: origin.state = 'NY' } -} -``` - -## Common Patterns in Filters - -This section describes some of the more common patterns used in filter expressions. For a more detailed description of the possible kinds of expressions, see the [Expressions](expressions.md) section. - -### Comparisons - -All the usual comparison operators behave as expected, and are some of the most common kinds of filters. - -Example| Meaning ---- | --- -`size = 10` | Does `size` equal 10 -`size > 10` | Is `size` > 10 -`size != 10` | `size` is not equal to 10 - -### Combining Filters - -Filters can be logically combined using `and`, `or`, and `not`. - -Operation | Example ----|--- -Logical union | `distance_miles > 1000 or duration_hours > 8` -Logical conjunction | `size >= 10 and size < 100` -Logical negation | `not is_commercial_flight` - -### Ranges - -A range of numeric or time values can be constructed -with the `to`operator, e.g. `10 to 100`. The `~` operator will check to -see if a value is within a range. - -Example| Meaning ---- | --- -`size ~ 10 to 20` | `size` is in the range [10, 20) -`event_time ~ @2003` | `event_time` occurs within the year 2003 - -### String "Like" Matching - -When comparing strings, the `=` operator checks for pure equality, whereas the `~` and `!~` operators, LIKE and NOT LIKE. - -Example| Meaning - --- | --- -`name ~ 'M%'` | The first letter of `name` is M -`name !~ '%Z%'` | `name` does not contain a Z - -In the right hand (pattern) string, the following syntax is used: -* A percent sign % matches any number of characters -* An underscore _ matches a single character - -### Regular Expressions - -When the right hand side of a `~` or `!~` operator is a regular expression, -Malloy checks whether the left hand side matches that regular expression. In Standard SQL, Malloy uses the REGEXP_COMPARE function. - -Example| Meaning - --- | --- -`state ~ r'^(CA\|NY)$'` | `state` is `'CA'` or `'NY'` -`name !~ r'Z$'` | `name` does not end with a Z - -### Alternation - -Checking equality against multiple possible values is extremely common, and can be achieved succinctly using the [apply operator](expressions.md#application) and [alternation](expressions.md#alternation). - -Example| Meaning - --- | --- -`color: 'red' \| 'green' \| 'blue'` | `color` is one of the primary colors -`email ~ '%.com' \| '%.org'` | `email` has `.com` or `.org` domain - -## Examples of Filter Expressions - -Use this table as a quick reference for common types of filter expressions. - -Example| Meaning - --- | --- -`size = 10` | `size` is equal to 10 -`size > 10` | `size` is greater than 10 -`size != 10` | `size` is not equal to 10 -`size: 10 to 100` | `size` is greater than or equal to 10 and less than 100 -`size >= 10 and size < 100` | `size` is greater than or equal to 10 and less than 100 -`size: >= 10 & < 100` | `size` is greater than or equal to 10 and less than 100 -`color : 'red' \| 'green' \| 'blue'` | `color` is red, green or blue -`size: 14 \| 42 \| > 100` | `size` is 14, 42, or greater than 100 -`time: @2003 to @2013` | `time` is between the years 2003 and 2013 (excluding 2013) -`time > 1591129283 + 10 hours` | `time` greater than 10 hours after 1591129283 (epoch timestamp) -`time: now.date` | `time` is today -`time: now.month - 1` | `time` is in the previous calendar month -`name ~ 'M%'` | first letter of `name` is a capital M -`name !~ '%z%'` | `name` does not contain a lower case Z -`state ~ r'^(CA\|NY)$'` | `state` is 'CA' or 'NY' -`name !~ r'Z$'` | `name` does not end with a Z diff --git a/docs/_src/language/imports.md b/docs/_src/language/imports.md deleted file mode 100644 index d9c820433..000000000 --- a/docs/_src/language/imports.md +++ /dev/null @@ -1,58 +0,0 @@ - - - -## Imports - -In order to reuse or extend a source from another file, you can include all the -exported sources from another file using `import "path/to/some/file.malloy"`. - -For example, if you wanted to create a file samples/flights_by_carrier.malloy with a query from the `flights` source, you could write: - -```malloy -import "faa/flights.malloy" - -query: flights -> { top: 5; group_by: carrier; aggregate: flight_count } -``` - - - -### Import Locations - -Imported files may be specified with relative or absolute URLs. - -| Import Statement | Meaning from `"file:///f1/a.malloy"` | -| ---------------- | --------| -| `import "b.malloy"` | `"file:///f1/b.malloy"` | -| `import "./c.malloy"` | `"file:///f1/c.malloy"` | -| `import "/f1/d.malloy"` | `"file:///f1/d.malloy"` | -| `import "file:///f1/e.malloy"` | `"file:///f1/e.malloy"` | -| `import "../f2/f.malloy"` | `"file:///f2/f.malloy"` | -| `import "https://example.com/g.malloy"` | `"https://example.com/g.malloy"` | diff --git a/docs/_src/language/join.md b/docs/_src/language/join.md deleted file mode 100644 index 7fb789eb3..000000000 --- a/docs/_src/language/join.md +++ /dev/null @@ -1,182 +0,0 @@ -# Joins - -Joins in Malloy differ from SQL joins. When two sources are joined, -Malloy retains the graph nature and hierarchy of the the data relationships. This is unlike -SQL, which flattens everything into a single table space. - -[Aggregate calculations](aggregates.md) navigate this graph to deduce -the locality of computation, so they are always computed correctly regardless of join pattern, avoiding the fan and chasm traps. - -In Malloy, syntaxes for join are: - -```malloy -join_one: [is ] on -join_one: [is ] with -join_many: [is ] on -join_cross: [is ] [on ] -``` - -Examples of the above, with `orders` as the implied source: -```malloy -join_one: users is table('malloy-data.ecomm.users') on orders.user_id = users.id -join_one: users on orders.user_id = users.id -join_one: users with user_id -join_many: order_items on order_items.id = orders.id -join_cross: order_items2 is table('malloy-data.ecomm.order_items') on user_id = order_items2.user_id -``` - -`join_one:` - the table we are joining has one row for each row in the source table. - -`join_many:` - the table we are joining has many rows for each row in the source table - -`join_cross:` - the join is a cross product and there will be many rows in each side of the join. - - -Malloy's joins are left outer by default. -Since Malloy deals in graphs, some SQL Join types don't make sense (RIGHT JOIN, for example). - - -## Join Types - -### Foreign Key to Primary Key - -The easiest, most error-proof way to perform a join is using the following syntax: - -`join_one: with ` - -To join based on a foreign key through the `primary_key` of a joined source, use `with` to specify an expression, which could be as simple as a field name in the source. This expression is matched against the declared `primary_key` of the joined source. Sources without a `primary_key` cannot use `with` joins. - -```malloy -source: users is table('malloy-data.ecomm.users'){ - primary_key: id -} - -source: order_items is table('malloy-data.ecomm.order_items'){ - join_one: users with user_id -} -``` - -This is simply a shortcut, when joining based on the primary key of a joined source. It is exactly equivalent to the `on` join written like this. - -```malloy -source: order_items is table('malloy-data.ecomm.order_items'){ - join_one: users on order_items.user_id = users.id -} -``` - - -## Naming Joined Sources - -If no alias is specified using `is`, the name of the join will be the name of the source being joined. - -```malloy - -source: carriers is table('malloy-data.faa.carriers') { - primary_key: code -} - -source: flights is table('malloy-data.faa.flights'){ - join_one: carriers with carrier -} -``` - -To give the joined source a different name within the context source, use `is` to alias it. - -```malloy -source: airports is table('malloy-data.faa.airports') { - primary_key: code -} - -source: flights is table('malloy-data.faa.flights'){ - join_one: origin_airport is airports with origin -} -``` - -## In-line Joins - -Sources do not need to be modeled before they are used in a join, though the join must be named using `is`. - -```malloy -source: flights is table('malloy-data.faa.flights'){ - join_one: carriers is table('malloy-data.faa.carriers'){primary_key: code} with carrier -} -``` - -## Using Fields from Joined Sources - -When a source is joined in, its fields become nested within the parent source. Fields from joined sources can be referenced using `.`: - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -query: flights->{ - group_by: carriers.nickname - aggregate: flight_count is count() -} -``` - -Measures and queries defined in joined sources may be used in addition to dimensions. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "size":"large"} -query: flights->{ - group_by: destination_code - aggregate: carriers.carrier_count -} -``` - -## Join Example - -This example demonstrates the definition of several different joins in a model and their use in a query. -Entire subtrees of data can be joined. In the example below, `aircraft` joins `aircraft_models`. `flights` -joins aircraft (which already has a join to aircraft manufacturer). The tree nature of the join relationship -retained. - - `group_by: aircraft.aircraft_models.manufacturer` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size":"large"} -source: aircraft_models is table('malloy-data.faa.aircraft_models') { - primary_key: aircraft_model_code - measure: aircraft_model_count is count() -} - -/* Individual airplanes */ -source: aircraft is table('malloy-data.faa.aircraft') { - primary_key: tail_num - measure: aircraft_count is count() - join_one: aircraft_models with aircraft_model_code -} - -/* The airports that the aircraft fly to and from */ -source: airports is table('malloy-data.faa.airports') { - primary_key: code - measure: airport_count is count() -} - -source: flights is table('malloy-data.faa.flights') { - join_one: origin_airport is airports with origin - join_one: destination_airport is airports with destination - join_one: aircraft with tail_num -} - -query: flights->{ - group_by: aircraft.aircraft_models.manufacturer - aggregate: - flight_count is count() - aircraft_count is aircraft.count() - aircraft_model_count is aircraft.aircraft_models.count() -} -``` - -For more examples and how to reason about aggregation across joins, review the [Aggregates](aggregates.md) section. - -## Inner Joins - -Inner join are essentially left joins with an additional condition that the parent table has matches in the joined table. The example below functions logically as an INNER JOIN, returning only users that have at least one row in the orders table, and only orders that have an associated user. - -```malloy -source: users is table('malloy-data.ecomm.users') { - join_many: orders is table('malloy-data.ecomm.order_items') on id = orders.user_id - where: orders.user_id != null -} -``` diff --git a/docs/_src/language/nesting.md b/docs/_src/language/nesting.md deleted file mode 100644 index f940e8781..000000000 --- a/docs/_src/language/nesting.md +++ /dev/null @@ -1,64 +0,0 @@ -# Nested Queries - -Nested queries, more formally known as "aggregating subqueries" are queries included in other queries. A nested query produces a subtable per row in the query in which it is embedded. In Malloy, queries can be named and referenced in other queries. The technical term "aggregating subquery" is a bit of a mouthful, so we more often refer to it as a "nested query." - -When a named query is nested inside of another query, it produces an aggregating subquery and the results include a nested subtable. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy"} -query: airports -> { - group_by: state - aggregate: airport_count - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } -} -``` - -## Nesting Nested Queries - -Aggregating subqueries can be nested infinitely, meaning that a nested query can contain another nested query. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "large"} -query: airports -> { - group_by: state - aggregate: airport_count - nest: top_5_counties is { - top: 5 - group_by: county - aggregate: airport_count - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } - } -} -``` - -## Filtering Nested Queries - -Filters can be applied at any level within nested queries. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/airports.malloy", "size": "large"} -query: airports -> { - where: state ? 'CA' | 'NY' | 'MN' - group_by: state - aggregate: airport_count - nest: top_5_counties is { - top: 5 - group_by: county - aggregate: airport_count - nest: major_facilities is { - where: major = 'Y' - group_by: name is concat(code, ' - ', full_name) - } - nest: by_facility is { - group_by: fac_type - aggregate: airport_count - } - } -} -``` diff --git a/docs/_src/language/order_by.md b/docs/_src/language/order_by.md deleted file mode 100644 index b761b8977..000000000 --- a/docs/_src/language/order_by.md +++ /dev/null @@ -1,75 +0,0 @@ -# Ordering and Limiting - -The following uses the [NTSB Flight Model](../examples/faa.md) for examples. - -Often when querying data the amount of data returned to look at is much smaller than the full result set, so the ordering of the data makes a big difference in what you actually see. To make things easier, Malloy has some smart defaults in the way it presents data. For the most part, you don't have to think too much about it, but in order to understand it, this document will show you how Malloy makes decisions about what to show you. - - -## Implicit Ordering - -### Rule 1: Newest first -If a query stage has a [dimensional](fields.md#dimensions) column that represents a point in time, it is usually the most -important concept in the query. Because the most recent data is usually the most relevant, Malloy sorts the newest data first. - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size":"small" } -query: flights -> { - group_by: dep_month is dep_time.month - aggregate: flight_count is count() -} -``` - -### Rule 2: Largest first -If there is a [measure](fields.md#measures) involved, Malloy sorts larger values first. - -In the following example, Rule 1 doesn't apply, so the default behavior is to sort by first aggregate, `flight_count` with the largest values first. - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size":"small" } -query: flights -> { - group_by: carrier - aggregate: flight_count is count() -} -``` - -## Explicit Ordering - -You can be explicit about result ordering by using the `order by` clause. - -In the following example, the results are ordered by `carrier` in reverse alphabetical order. - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size":"small" } -query: flights -> { - order_by: carrier desc - group_by: carrier - aggregate: flight_count is count() -} -``` - -Like in SQL, Malloy's `order by` always defaults to ascending order when `desc` is omitted. This is true for any column of any type. In the example below, -the results are ordered by `carrier` in alphabetical order. - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size":"small" } -query: flights -> { - order_by: carrier - group_by: carrier - aggregate: flight_count is count() -} -``` - -## Limiting - -In Malloy, you can limit the number of results returned using a `top: n` or `limit: n`. Both are provided for readability. - -In the example below, the results are limited to 2 rows, which are sorted by `dep_month` with newest results first (due to Rule 1). - -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size":"small" } -query: flights -> { - top: 2 - group_by: dep_month is dep_time.month - aggregate: flight_count is count() -} -``` diff --git a/docs/_src/language/overview.md b/docs/_src/language/overview.md deleted file mode 100644 index b6085c425..000000000 --- a/docs/_src/language/overview.md +++ /dev/null @@ -1,15 +0,0 @@ -# The Malloy Language - -Malloy is a language designed to provide a concise, powerful, and -readable vocabulary to express the kinds of data transformations -needed to extract useful information from a relational database. -Malloy is essentially a Domain-specific Language (DSL) where the -"domain" is "exploration and transformation of SQL datasets." - -This section is designed to be an explorable reference to the underlying language. - -* [Malloy Quickstart](../language/basic.md) An overview and introduction to the language with lots of examples and explanation. -* [Malloy by Example](/documentation/malloy_by_example.html) A faster-paced introduction to the language. -* [About Malloy](about-malloy.md) – Why Malloy was created and why it looks the way it does -* [Queries](query.md) – How to write data transformations in Malloy -* [Models](statement.md) – How to work more efficiently by building reusable models diff --git a/docs/_src/language/query.md b/docs/_src/language/query.md deleted file mode 100644 index d16a1bb86..000000000 --- a/docs/_src/language/query.md +++ /dev/null @@ -1,209 +0,0 @@ -# Queries - -The basic syntax for a query in Malloy consists of a source and a "pipeline" of one or more _stages_ separated by `->`. The shape of the data defined in the original source is transformed by each stage. - -```malloy -query: flights -> { group_by: carrier; aggregate: flight_count is count() } -``` - -## Sources - -The source of a query can be a table, a [source](source.md), or a [named query](statement.md#queries). - -**A query against a table** - -```malloy ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "isPaginationEnabled": true} -query: table('malloy-data.faa.flights') -> { aggregate: flight_count is count() } -``` - -**A query against a source** - -```malloy ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "isPaginationEnabled": true} -source: flights is table('malloy-data.faa.flights') - -query: flights -> { aggregate: flight_count is count() } -``` - -**A query starting from another query** - -The leading `->` is used when the source is a query: - -```malloy -query: flights_by_carrier is table('malloy-data.faa.flights') -> { - group_by: carrier - aggregate: flight_count is count() -} - -query: -> flights_by_carrier -> { project: carrier; limit: 2 } -``` - -**Implicit Sources** -When a query is defined as part of a source or nested inside another query stage, the source is implicit. - -Defined as part of a source: -```malloy -source: flights is table('malloy-data.faa.flights'){ - query: flights_by_carrier is { - group_by: carrier - aggregate: flight_count is count() - } -} -``` - -Nested inside another query stage: -```malloy -query: table('malloy-data.faa.flights') -> { - group_by: dep_year is dep_time.year - nest: by_carrier is { - group_by: carrier - aggregate: flight_count is count() - } -} -``` - -## Pipelines - -A each stage of a pipeline performs transformation on the the source or a previous stage. - -A stage can do one of: -* a Reduction: a query containing `group_by`/`aggregate` which includes aggregation and/or a group_by to reduce the grain of the data being transformed -* a Projection: select fields without reducing using `project`. - -Example of a Reduction: -```malloy -query: flights -> { - where: distance > 1000 // Filtering - top: 2 // Limiting - order_by: flight_count desc // Ordering - group_by: carrier // Reducing - aggregate: flight_count is count() -} -``` - -Example of a Projection: -```malloy - query: flights -> { - project: * - limit: 20 - } -``` - -Note that the operations in a stage are not order-sensitive like SQL; they can be arranged in any order. - -A reference to a [named query](nesting.md) (which defines its own pipeline) can be the first stage in a pipeline. - -```malloy -query: flights -> by_carrier -``` - -### Multi-Stage Pipelines - -This example shows a pipeline with 3 stages, the multiple stages chained using `->`. Each stage generates a CTE in the SQL (click "SQL" on the right to see what this looks like.) -```malloy ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "source": "faa/airports.malloy", "size": "large"} -query: table('malloy-data.faa.flights') -> { - project: * - where: dep_time > @2003 -} -> { - declare: flight_count is count() -- declare defines a measure or dimension for use within query - aggregate: flight_count - nest: main_query is { - group_by: carrier - aggregate: flight_count - } -} -> { - project: - main_query.carrier - main_query.flight_count - flight_count_as_a_percent_of_total is main_query.flight_count / flight_count * 100.0 -} -``` - -This can also be broken into multiple named queries. The syntax to refer to a top-level query (not defined inside a source) like this for purposes of pipelining is `-> source_query_name`. Used in context: - -```malloy -query: recent_flights is flights -> { - project: * - where: dep_time > @2003 -} - -query: -> recent_flights -> { - aggregate: flight_count - nest: main_query is { - group_by: carrier - aggregate: flight_count - } -} -> { - project: - main_query.carrier - main_query.flight_count - flight_count_as_a_percent_of_total is main_query.flight_count / flight_count * 100.0 -} -``` - - -## Fields - -In a query stage, fields (dimensions, measures, or -queries) may be specified either by referencing an existing -name or defining them inline. - -```malloy -query: flights -> { - group_by: carrier - aggregate: flight_count is count() -} -``` - -When referencing existing fields, wildcard expressions `*`, `**`, and `some_join.*` may be used. - - - -See the [Fields](fields.md) section for more information -about the different kinds of fields and how they can be -defined. - -## Filters - -Filters specified at the top level of query stage apply to -the whole stage. - -At the query level -```malloy -query: flights { where: distance > 1000 } -> { - group_by: distance - aggregate: flight_count -} -``` - -or in the stage. -```malloy -query: flights -> { - where: distance > 1000 - group_by: distance - aggregate: flight_count -} -``` - -Filters may also be applied to a [query's source](), an [entire source](source.md#filtering-sources), or to a [measure](expressions.md). - - - -See the [Filters](filters.md) section for more information. - -## Ordering and Limiting - -Query stages may also include ordering and limiting -specifications. - -```malloy -query: flights -> { - top: 10 - group_by: carrier - aggregate: flight_count -} -``` - -For detailed information on ordering and limiting, see the [Ordering and Limiting](order_by.md) section. \ No newline at end of file diff --git a/docs/_src/language/source.md b/docs/_src/language/source.md deleted file mode 100644 index 702847e31..000000000 --- a/docs/_src/language/source.md +++ /dev/null @@ -1,274 +0,0 @@ -# Sources - -Malloy separates a query from the source of the data. A source can be thought of as a table and a collection of computations and relationships which are relevant to that table. These computations can consist of measures (aggregate functions), dimensions (scalar calculations) and query definitions; joins are relationships between sources. - -## Sources - -A source can be any of the following: - -* A SQL table or view -* Another Malloy source -* A Malloy query - -### Sources from Tables or Views - -A source can be created from a SQL table or view from a connected database. - -```malloy ---! {"isModel": true, "modelPath": "/inline/e1.malloy"} -source: flights is table('malloy-data.faa.flights') { - measure: flight_count is count() -} -``` - -When defining a source in this way, all the columns from -the source table are available for use in field definitions -or queries. - -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e1.malloy"} -query: flights -> { - // Columns from the source table are available - group_by: - carrier - origin - aggregate: flight_count - limit: 3 -} -``` - -### Sources from Other Sources - -A source can also be created from another source in order -to add fields, impose filters, or restrict available fields. -This is useful for performing in-depth analysis without altering -the base source with modifications only relevant in that specific context. - -```malloy ---! {"isModel": true, "modelPath": "/inline/e1.malloy"} -source: flights is table('malloy-data.faa.flights') { - measure: flight_count is count() -} - -// new source 'my_flights' adds total_distance and carrier_stats to flights -source: my_flights is flights { - measure: total_distance is distance.sum() - - query: carrier_stats is { - group_by: carrier - aggregate: total_distance, flight_count - } -} -``` -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e1.malloy"} -query: my_flights -> carrier_stats { limit: 3 } -``` - -### Sources from Queries - -A Query can be used as a source. -In Malloy, every query has a shape like that of a source, -so the output fields of a query can be used to define a new -source. - -When defining a source from a query, the query can either -be defined inline or referenced by name. - -**Inline query as a source** - -```malloy ---! {"isModel": true, "modelPath": "/inline/e2.malloy"} -source: flights is table('malloy-data.faa.flights') { - measure: flight_count is count() -} - -source: carrier_facts is from( - flights -> { - group_by: carrier - aggregate: lifetime_flights is flight_count - } -) { - dimension: lifetime_flights_bucketed is floor(lifetime_flights / 10000) * 10000 -} - -``` -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e2.malloy"} -query: carrier_facts -> { - project: carrier, lifetime_flights_bucketed, lifetime_flights - limit: 3 -} -``` - - -**Named query as a source** - -```malloy ---! {"isModel": true, "modelPath": "/inline/e3.malloy"} -source: flights is table('malloy-data.faa.flights') { - measure: flight_count is count() - query: by_carrier is { - group_by: carrier - aggregate: lifetime_flights is flight_count - } -} - -source: carrier_facts is from(flights -> by_carrier) { - dimension: lifetime_flights_bucketed is floor(lifetime_flights / 10000) * 10000 -} -``` -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e3.malloy"} -query: carrier_facts -> { - project: carrier, lifetime_flights_bucketed, lifetime_flights - limit: 3 -} -``` -For more information about named queries appearing in models, see the [Models](statement.md) section. - -### Sources from SQL Blocks - -Sources can be created from a SQL block, e.g. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "size": "large" } -sql: my_sql_query is { - select: """ - SELECT - first_name, - last_name, - gender - FROM malloy-data.ecomm.users - LIMIT 10 - """ -} - -source: limited_users is from_sql(my_sql_query) { - measure: user_count is count() -} - -query: limited_users -> { - aggregate: user_count -} -``` - -## Source Refinement - -When you add fields to or modify a source we call this refinements. This can include adding filters, specifying a `primary key`, adding fields and -joins, renaming fields, or limiting which fields are -available. - -### Filtering Sources - -When a source is defined, filters which apply to any query against the new source may be added. - -```malloy ---! {"isModel": true, "modelPath": "/inline/e4.malloy"} -source: flights is table('malloy-data.faa.flights') { - measure: flight_count is count() -} - -source: long_sfo_flights is flights { - where: origin = 'SFO' and distance > 1000 -} -``` - -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e4.malloy"} -query: long_sfo_flights -> { group_by: destination; aggregate: flight_count; limit: 3 } -``` - -### Primary Keys - -To be used in joins to other sources, a source must -have a primary key specified. - -```malloy -source: carriers is table('malloy-data.faa.carriers') { - primary_key: code -} -``` - -### Joins - -When sources are joined as part of their definition, queries can reference fields in the joined sources without having to specify the join relationship each time. - -```malloy ---! {"isModel": true, "modelPath": "/inline/e5.malloy"} -source: carriers is table('malloy-data.faa.carriers') { - primary_key: code -} - -source: flights is table('malloy-data.faa.flights') { - join_one: carriers with carrier - measure: flight_count is count() -} -``` -```malloy ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e5.malloy"} -query: flights -> { - group_by: carriers.nickname - aggregate: flight_count - limit: 3 -} -``` - - - -See the [Joins](join.md) section for more information on working with joins. - -### Adding Fields - -Fields—dimensions, measures, and queries—may be defined as -part of the source, allowing for them to be used in any -query against the source. - -```malloy -source: airports is table('malloy-data.faa.airports') { - // A dimension - dimension: has_control_tower is cntl_twr = 'Y' - - // A measure - measure: average_elevation is avg(elevation) - - // A query - query: average_elevation_by_control_tower is { - group_by: has_control_tower - nest: average_elevation - } -} -``` - -### Renaming Fields - -Fields from a source may be renamed in the context of the -new source. This is useful when the original name is not descriptive, or has a different meaning in the new context. -```malloy -source: flights is table('malloy-data.faa.flights') { - rename: facility_type is fac_type - rename: origin_code is origin - - join_one: origin is airports with origin_code -} -``` - -### Limiting Access to Fields - -The list of fields available in a source can be limited. This can be done either by `accept`ing a list of fields to include (in which case any other field from the source is excluded, i.e. an "allow list") or by `except`ing a list of fields to exclude (any other field is included, i.e. a "deny list"). These cannot be used in conjunction with one another. - -**Accepting fields** - -```malloy -source: airports is table('malloy-data.faa.airports') { - accept: [ id, name, code, city, state, elevation ] -} -``` - -**Excepting fields** - -```malloy -source: airports is table('malloy-data.faa.airports') { - except: [ c_ldg_rts, aero_cht, cntl_twr ] -} -``` diff --git a/docs/_src/language/sql_blocks.md b/docs/_src/language/sql_blocks.md deleted file mode 100644 index 6e77f61e3..000000000 --- a/docs/_src/language/sql_blocks.md +++ /dev/null @@ -1,49 +0,0 @@ -# SQL Blocks - -Sometimes it is useful to add SQL statements into a Malloy file. You can do so by using the `sql:` keyword. -An SQL statement has two properties. - -* `select:` -- Has a string value which is bracketed with triple quotes `"""` -* `connection:` -- A string value which is the name of the connection - _(if not specified the default connection will be used)_ - - -```malloy ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "size": "large", "sqlBlockName": "my_sql_query" } -sql: my_sql_query is { - select: """ - SELECT - first_name, - last_name, - gender - FROM malloy-data.ecomm.users - LIMIT 10 - """ -} -``` - -## Sources from SQL Blocks - -Sources can be created from a SQL block, e.g. - -```malloy ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "size": "large" } -sql: my_sql_query is { - select: """ - SELECT - first_name, - last_name, - gender - FROM malloy-data.ecomm.users - LIMIT 10 - """ -} - -source: limited_users is from_sql(my_sql_query) { - measure: user_count is count() -} - -query: limited_users -> { - aggregate: user_count -} -``` diff --git a/docs/_src/language/sql_to_malloy.md b/docs/_src/language/sql_to_malloy.md deleted file mode 100644 index 395211309..000000000 --- a/docs/_src/language/sql_to_malloy.md +++ /dev/null @@ -1,310 +0,0 @@ -## How Malloy Generates SQL -Basic structure of a Malloy Query: - -```malloy -query: { - join_one: with … - join_many: on … -} -> { - group_by: - - - aggregate: - - - nest: - - - where: , , … - having: , - order_by: , , … - limit: -} -``` - -This maps to the below SQL query structure: - -```sql -SELECT - , , … - , , … - , , … -- very much a simplification; read more in Nesting Queries doc. -FROM -LEFT JOIN ON … -LEFT JOIN ON … -WHERE () AND () AND … -GROUP BY , , … -HAVING AND AND … -ORDER BY | -LIMIT -``` - -## SQL to Malloy -This document is intended to serve as a reference for those who already know SQL and may find it helpful to map Malloy concepts and syntax to SQL. - -### Components of a Query - -| SQL | Malloy | Description / Docs | -|---|---|---| -|
    userName AS user_namemalloy-data.ecomm.users AS users
    |
     `user_name is userName  ` `users is malloy-data.ecomm.users `
    | **AS**: Names come before definitions in Malloy. | -|
    SELECT id FROM order_items
    |
     `query: order_items -> {project: id}`
    | **SELECT / FROM**: [Malloy by Example](https://malloydata.github.io/malloy/documentation/malloy_by_example.html) | -|
    LEFT JOIN users ON users.id = order_items.user_id 
    |
     `join_one: users on users.id = order_items.user_id`
    | **JOIN**: [Documentation](https://malloydata.github.io/malloy/documentation/language/join.html) covers more join types and complex relationships. [Example](https://malloydata.github.io/malloy/documentation/language/sql_to_malloy.html#more-complex-example) | -|
     SELECT    status   , COUNT(*) AS items_count FROM order_items  GROUP BY 1 
    |
     `query: order_items -> {` `  group_by: status` `  aggregate: items_count is count()` `}`
    | **GROUP BY**: Any field included in Malloy’s group_by selection will be included in both the generated SELECT and GROUP BY. | -|
    WHERE status = 'Complete'
    |
     `where: status = 'Complete'`
    | **WHERE** | -|
    ORDER BY flight_count, avg_elevation
    |
     `order_by: flight_count, avg(elevation)`
    | **ORDER BY**. By default, ORDER BY is generated following [implicit rules](https://malloydata.github.io/malloy/documentation/language/order_by.html); this can be overridden. | -|
    HAVING flight_count > 5
    |
     `having: flight_count > 5`
    | **HAVING** | -|
     LIMIT 100 TOP 100 
    |
     `limit: 100` `top: 100`
    | **LIMIT / TOP**: Both are accepted. | -|
    SELECT   ... FROM (   SELECT     ...   FROM order_items )
    |
     `order_items -> {...} -> {...}`
    | **Pipelines** allow the output of one query to be used as the input to the next. | -|
    FROM (...) AS user_facts
    |
     sql: user_facts is  { ... } 
    | **Subqueries** Can be written into [SQL Blocks](https://looker-open-source.github.io/malloy/documentation/language/sql_blocks.html). Example below | -|
     WITH user_facts AS (...) … 
    |
     `source: user_facts is from(...)` 
    | **CTEs**: can be generated through [Pipelines](https://looker-open-source.github.io/malloy/documentation/language/basic.html#pipelines-and-multi-stage-queries) and [Sources from queries](https://looker-open-source.github.io/malloy/documentation/language/source.html#sources-from-queries). | -|
    FROM (...) AS user_facts
    |
     `sql: user_facts is { ... }` 
    | **Subqueries** Can be written into [SQL Blocks](https://malloydata.github.io/malloy/documentation/language/sql_blocks.html). Example below | -|
     WITH user_facts AS (...) … 
    |
     `source: user_facts is from(...)` 
    | **CTEs**: can be generated through [Pipelines](https://malloydata.github.io/malloy/documentation/language/basic.html#pipelines-and-multi-stage-queries) and [Sources from queries](https://malloydata.github.io/malloy/documentation/language/source.html#sources-from-queries). | - - -### Expressions -Many SQL functions supported by the database can simply be used unchanged in Malloy. In certain cases we have implemented what we feel are improvements and simplifications of certain SQL functions. This is intended to serve as a quick reference, more complete documentation can be found [here](https://malloydata.github.io/malloy/documentation/language/expressions.html). - -| SQL | Malloy | Description / Docs | -|---|---|---| -|
    SUM(), AVG(), MAX(), MIN(), COUNT(), etc 
    |
     `sum(), avg(), max(), min(), count(), etc...` 
    | Basic SQL aggregations are supported verbatim, but it’s worth learning about Malloy’s additional [aggregate locality](https://malloydata.github.io/malloy/documentation/language/aggregates.html#aggregate-locality) / [symmetric aggregate](https://help.looker.com/hc/en-us/articles/360023722974-A-Simple-Explanation-of-Symmetric-Aggregates-or-Why-On-Earth-Does-My-SQL-Look-Like-That-) handling. | -|
     CASE   WHEN size_n < 3 THEN 'S'   WHEN size_n <5 THEN 'M' ELSE 'L' END 
    |
     `size_n ?` `  pick 'S' when < 3` `  pick 'M' when <5` `  else 'L' ` 
    | [Pick](https://malloydata.github.io/malloy/documentation/language/expressions.html#pick-expressions) is Malloy’s improvement of SQL’s CASE statement. This example also introduces the `?` [Apply](https://malloydata.github.io/malloy/documentation/language/expressions.html#application) operator, which "applies" a value to another value, condition, or computation. This is most often used with [partial](https://malloydata.github.io/malloy/documentation/language/expressions.html#partial-comparison) comparisons or [alternations](https://malloydata.github.io/malloy/documentation/language/expressions.html#alternation). | -|
     COUNT(CASE WHEN status = 'Returned' THEN 1 END), AVG(CASE WHEN brand = 'Levi\'s' THEN price END) 
    |
     `count() {where: status = 'Returned'}` `avg_price {where ? brand = 'Levi\'s'}` 
    | Aggregates may be filtered using filter expressions. [Doc](https://malloydata.github.io/malloy/documentation/language/expressions.html#filtered-expressions) | -|
     CAST(distance AS string), distance::string 
    |
    `distance::string`
    | [Safe Type Cast](https://malloydata.github.io/malloy/documentation/language/expressions.html#safe-type-cast). Also worth reviewing [Types](https://malloydata.github.io/malloy/documentation/language/types.html) doc. | - - -#### Working with Time -The [Time Expressions](https://malloydata.github.io/malloy/documentation/language/expressions.html#time-expressions) reference contains substantially more detail and examples. - - -| SQL | Malloy | Docs | -|---|---|---| -|
     TIMESTAMP_TRUNC(created_at, WEEK), DATE_TRUNC(order_items.shipped_at, MONTH) 
    |
     `created_at.week` `shipped_at.month` 
    | [Truncation](https://malloydata.github.io/malloy/documentation/language/expressions.html#time-truncation) | -|
     EXTRACT(DAYOFWEEK FROM shipped_at), EXTRACT(HOUR FROM created_at) | 
     `day_of_week(shipped_at)` `hour(created_at)` 
    | [Extraction](https://malloydata.github.io/malloy/documentation/language/expressions.html#time-extraction) | -|
     DATE_DIFF(DATE(CURRENT_TIMESTAMP()),DATE(created_at), DAY), TIMESTAMP_DIFF(TIMESTAMP(shipped_at), created_at, HOUR)
    |
     `days(created_at to now)` `hours(created_at to shipped_at)` 
    | [Date Diff / Intervals](https://malloydata.github.io/malloy/documentation/language/expressions.html#time-intervals) | -|
    created_at >= TIMESTAMP('2003-01-01', 'UTC') AND created_at < TIMESTAMP('2004-01-01', 'UTC') 
    created_at >= TIMESTAMP(DATETIME_SUB(DATETIME(CURRENT_TIMESTAMP()),INTERVAL 1 YEAR)) AND created_at < TIMESTAMP(DATETIME_ADD(DATETIME(TIMESTAMP(DATETIME_SUB(DATETIME( CURRENT_TIMESTAMP()),INTERVAL 1 YEAR))),INTERVAL 1 YEAR)) 
    (EXTRACT(DAYOFWEEK FROM created_at)) NOT IN (1,7) 
    |
     `created_at: @2003` 

     `created_at: now - 1 year for 1 year` 

    `not(day_of_week(created_at) = 1 | 7)` 
    | [Filter Expressions](https://malloydata.github.io/malloy/documentation/language/expressions.html#time-expressions), [Apply Operator](https://malloydata.github.io/malloy/documentation/language/expressions.html#application) | - - - -### Not Supported and/or Coming Soon - -Feature requests are tracked using [Issues on Github](https://github.com/malloydata/malloy/issues). - -| SQL | Notes | | -|---|---|---| -|
    FIRST_VALUE(product_brand) OVER (PARTITION BY user_id ORDER BY created_at ASC) 
    | **Window Functions**: For now, reach out for advice on achieving what you need (much is possible with nesting, pipelines, or [SQL Blocks](https://malloydata.github.io/malloy/documentation/language/sql_blocks.html)). [Example](https://malloydata.github.io/malloy/documentation/language/sql_to_malloy.html#subqueries-ctes-). | | -| _NA_ | Querying arrays as nested objects | | -|
     SELECT  id   , ( SELECT COUNT(*)     FROM orders o     WHERE o.id <= orders.id     AND o.user_id = orders.user_id   ) as sequence_number FROM orders … | **Correlated Subqueries**: coming soon; note that functionality will be dependent on the database dialect. |  |
    -
    -
    -### Full Query Examples
    -
    -Many of the above concepts are best understood in the context of complete queries.
    -
    -#### The Basics
    -We’ll start with a relatively simple SQL query:
    -```sql
    -SELECT
    -  TIMESTAMP_TRUNC(created_at, DAY) as order_date,
    -  SUM(sale_price) as total_sale_price,
    -  COUNT(DISTINCT order_id) as order_count
    -FROM `malloy-data.ecomm.order_items`
    -WHERE created_at>=TIMESTAMP('2021-01-01', 'UTC')
    -  AND created_at {
    - where: created_at = @2021-Q1, status != 'Cancelled' & 'Returned'
    - group_by: order_date is created_at.day
    - aggregate:
    -   total_sale_price is sale_price.sum()            -- names come before definitions
    -   order_count is count(distinct order_id)
    - order_by: order_date asc
    -}
    -```
    -
    -#### More Complex Example
    -```sql
    -SELECT
    - CASE
    -   WHEN (100.0*(ii.product_retail_price-ii.cost)) / (NULLIF(ii.product_retail_price,0)) >=55 THEN 'High (over 55%)'
    -   WHEN (100.0*(ii.product_retail_price-ii.cost)) / (NULLIF(ii.product_retail_price,0))>=45 THEN 'Medium (45% to 55%)'
    -   ELSE 'Low (up to 45%)' END AS gross_margin_pct_tier,
    - SUM(ii.product_retail_price) AS total_retail_price,
    - AVG((ii.product_retail_price-ii.cost)) AS avg_gross_margin
    -FROM `malloy-data.ecomm.inventory_items` AS ii
    -LEFT JOIN `malloy-data.ecomm.order_items` AS oi
    - ON ii.id=oi.inventory_item_id
    -LEFT JOIN `malloy-data.ecomm.users` AS u
    - ON oi.user_id = u.id
    -WHERE
    - oi.status NOT IN ('Returned','Cancelled')
    - AND (u.country='USA')
    -GROUP BY 1
    -ORDER BY 3 ASC
    -```
    -
    -In Malloy, this can be expressed in a query:
    -```malloy
    -query: inventory_items is table('malloy-data.ecomm.inventory_items'){
    -  join_one: order_items is table('malloy-data.ecomm.order_items') on id = order_items.inventory_item_id
    -  join_one: users is table('malloy-data.ecomm.users') on order_items.user_id = users.id
    -} -> {
    -declare:					–- declare reusable metrics for use in query
    -  gross_margin is (product_retail_price - cost)
    -  gross_margin_pct is 100.0 * gross_margin / nullif(product_retail_price,0)
    -group_by:
    -  gross_margin_pct_tier is gross_margin_pct ?
    -    pick 'High (over 55%)' when >=55
    -    pick 'Medium (45% to 55%)' when >=45
    -    else 'Low (up to 45%)'
    -aggregate:
    -  total_retail_price is product_retail_price.sum()
    -  avg_gross_margin is gross_margin.avg()
    -where:
    -  order_items.status != 'Cancelled' & 'Returned',
    -  users.country = 'USA'
    -order_by: avg_gross_margin asc
    -}
    -```
    -
    -
    -Note that if we intend to query these tables and re-use these field definitions frequently, thinking about placing reusable definitions into the model will begin to save us a lot of time in the future.
    -
    -```malloy
    -source: users is table('malloy-data.ecomm.users')
    -source: order_items is table('malloy-data.ecomm.order_items'){
    - join_one: users on user_id = users.id
    - dimension: valid_order is status != 'Cancelled' & 'Returned'
    -}
    -source: inventory_items is table('malloy-data.ecomm.inventory_items'){
    - join_one: order_items on id = order_items.inventory_item_id
    - dimension:
    -   gross_margin is (product_retail_price - cost)
    -   gross_margin_pct is 100.0* gross_margin / nullif(product_retail_price,0)
    -   gross_margin_pct_tier is gross_margin_pct ?
    -     pick 'High (over 55%)' when >=55
    -     pick 'Medium (45% to 55%)' when >=45
    -     else 'Low (up to 45%)'
    - measure:
    -   total_retail_price is product_retail_price.sum()
    -   avg_gross_margin is gross_margin.avg()
    -}
    -
    -query: inventory_items -> {
    - group_by: gross_margin_pct_tier
    - aggregate:
    -   total_retail_price
    -   avg_gross_margin
    - where: order_items.valid_order, order_items.users.country = 'USA'
    - order_by: avg_gross_margin asc
    -}
    -```
    -#### Subqueries / CTEs:
    -How much of our sales come from repeat customers vs loyal, repeat customers? Written in SQL:
    -
    -```sql
    -WITH user_facts AS (
    - SELECT
    -   user_id as user_id,
    -   COUNT( 1) as lifetime_orders
    - FROM `malloy-data.ecomm.order_items`
    - GROUP BY 1
    - ORDER BY 2 desc
    -)
    -SELECT
    -  CASE WHEN user_facts.lifetime_orders=1 THEN 'One-Time' ELSE 'Repeat' END AS customer_category,
    -  SUM(order_items.sale_price) AS total_sale_price,
    -  COUNT(DISTINCT order_items.order_id) AS order_count
    -FROM `malloy-data.ecomm.order_items` AS order_items
    -LEFT JOIN user_facts
    - ON order_items.user_id = user_facts.user_id
    -GROUP BY 1
    -ORDER BY 2 desc
    -```
    -
    -In Malloy, the user_facts CTE becomes a source of its own, defined from a query using `from()`. Any aggregates in this query (for now, just lifetime_orders) become dimensions of that source.
    -```malloy
    -source: user_facts is from(
    -  table('malloy-data.ecomm.order_items') -> {
    -    group_by: user_id
    -    aggregate: lifetime_orders is count()
    -  }
    -)
    -source: order_items is table('malloy-data.ecomm.order_items'){
    -  join_one: user_facts on user_id = user_facts.user_id
    -}
    -
    -query: order_items -> {
    -  group_by: customer_category is user_facts.lifetime_orders ?
    -    pick 'One-Time' when = 1
    -    else 'Repeat'
    -  aggregate:
    -    total_sale_price is sale_price.sum()
    -    order_count is count(distinct order_id)
    -}
    -```
    -
    -One can also define a [SQL block](https://malloydata.github.io/malloy/documentation/language/sql_blocks.html) to be used as a source in Malloy.
    -
    -```malloy
    -sql: order_facts is {
    -  select: """
    -    SELECT
    -      order_id
    -      , user_id
    -      , ROW_NUMBER() OVER(PARTITION BY user_id ORDER BY created_at) as user_order_sequence_number
    -    FROM malloy-data.ecomm.order_items
    -  """
    -}
    -
    -sql: order_items_sql is {
    -  select: """
    -    SELECT
    -      id
    -      , order_id
    -    , created_at
    -    FROM malloy-data.ecomm.order_items
    -    WHERE status NOT IN ('Cancelled', 'Returned')
    -  """
    -}
    -
    -source: order_items is from_sql(order_items_sql){
    - join_one: order_facts is from_sql(order_facts) on order_id = order_facts.order_id
    - measure: order_count is count(distinct order_id)
    -}
    -
    -query: order_items -> {
    - group_by: order_facts.user_order_sequence_number
    - aggregate: order_count
    -}
    -```
    -
    -The above Malloy code will produce this SQL:
    -```sql
    -SELECT
    -   order_facts_0.user_order_sequence_number as user_order_sequence_number,
    -   count(distinct order_items.order_id) as order_count
    -FROM (
    - SELECT
    -   id
    -   , order_id
    -   , created_at
    - FROM malloy-data.ecomm.order_items
    - WHERE status NOT IN ('Cancelled', 'Returned')
    -) as order_items
    -LEFT JOIN (
    - SELECT
    -   order_id
    -   , user_id
    -   , ROW_NUMBER() OVER(PARTITION BY user_id ORDER BY created_at) as user_order_sequence_number
    - FROM malloy-data.ecomm.order_items
    -) AS order_facts_0
    -  ON order_items.order_id=order_facts_0.order_id
    -GROUP BY 1
    -ORDER BY 2 desc
    -```
    diff --git a/docs/_src/language/statement.md b/docs/_src/language/statement.md
    deleted file mode 100644
    index 5f3867b54..000000000
    --- a/docs/_src/language/statement.md
    +++ /dev/null
    @@ -1,70 +0,0 @@
    -# Models
    -
    -Malloy recognizes modeling as a key aspect of data analytics and provides tools that allow for modularity and reusability of definitions. Whereas in SQL, queries generally define all metrics inline, requiring useful snippets to be saved and managed separately, in Malloy,
    -_dimensions_, _measures_, and _queries_ can be saved and attached to a modeled source.
    -
    -## Sources
    -
    -A Malloy model file can contain several _sources_, which can be thought of as a table and a collection of computations and relationships which are relevant to that table.
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/e.malloy"}
    -source: flights is table('malloy-data.faa.flights') {
    -  dimension: distance_km is distance / 1.609344
    -
    -  measure: flight_count is count()
    -
    -  query: by_carrier is {
    -    group_by: carrier
    -    aggregate: flight_count
    -  }
    -}
    -```
    -See [here](source.md) for more information on sources.
    -
    -## Queries
    -
    -### Referencing a modeled query
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e.malloy"}
    -query: flights -> by_carrier
    -```
    -
    -### Running a named query with a filter
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e.malloy"}
    -query: flights { where: origin = 'SFO' } -> by_carrier
    -```
    -
    -
    -### Adding a limit on the Query
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e.malloy"}
    -query: flights { where: origin = 'SFO' } -> by_carrier { limit: 2 }
    -```
    -
    -### Putting it all together
    -First, we'll create a brand new query:
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e.malloy"}
    -query: flights -> {
    -  group_by: destination
    -  aggregate:
    -    flight_count
    -    average_distance_in_km is distance_km.avg()
    -}
    -```
    -
    -Now we'll compose a query which contains both modeled and ad-hoc components:
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "isPaginationEnabled": true, "source": "/inline/e.malloy"}
    -query: flights -> {
    -  group_by: destination
    -  aggregate:
    -    flight_count
    -    average_distance_in_km is distance_km.avg()
    -  nest: top_carriers is by_carrier { limit: 2 }
    -}
    -```
    -See [here](query.md) for more information on queries.
    diff --git a/docs/_src/language/time-ranges.md b/docs/_src/language/time-ranges.md
    deleted file mode 100644
    index f010c0c40..000000000
    --- a/docs/_src/language/time-ranges.md
    +++ /dev/null
    @@ -1,109 +0,0 @@
    -# Malloy time range expressions
    -
    -## Range expressions
    -
    -There are two forms of range expressions
    -
    -* _expr_ `to` _expr_ ( `@2001 to @2003`)
    -* _expr_ `for` `N` _units_ ( `now for 15 minutes` )
    -
    -A timestamp can be compared to a range. If the time stamp is within
    -the range it will be `=`. Before the range it will be `<` and after
    -the range it will be `>`. If you [apply](apply.md) a range, (for example, `eventDate: @2003 to @2004`) that will also check if the value is within the range.
    -
    -## Range shortcuts
    -
    -Because grouping and filtering by specific time ranges is such a common operation for a data transformation task, Malloy has a number of expressive short cuts. The full power of the underlying SQL engine is also available for any type of truncation or extraction not supported by these shortcuts.
    -
    -Malloy supports two time-related types, `timestamp` and `date`.
    -Both of these can be used with these techniques, though the exact
    -truncations or extractions available will vary depending on the
    -data type (e.g. it would make no sense to attempt to truncate a `date` object by `minute`).
    -
    -## Truncation
    -
    -To create truncation, use the `.` operator followed by the desired timeframe.
    -
    -By way of example, if the value of `expr` is `@2021-08-06 00:36`, then the below truncations will produce the results on the right:
    -
    -
    - expression | result
    - ---- | ----
    -`expr.minute` | 2021-08-06 00:36
    -`expr.hour`   | 2021-08-06 00:00
    -`expr.day`    | 2021-08-06
    -`expr.week`   | WK2021-08-01 _(the week containing the 10th)_
    -`expr.month`  | 2021-08
    -`expr.quarter` | Q2-2021
    -`expr.year`   | 2021
    -
    -### Truncations as ranges
    -
    -A truncation made this way (unlike a truncation make in SQL with
    -`TIMESTAMP_TRUNC()`) can also function as a range. The range begins
    -at the moment of truncation and the duration is the timeframe unit
    -used to specify the truncation, so for example `eventDate.year`
    -would be a range covering the entire year which contains `eventDate`
    -
    -This is extremely useful with the [Apply operator](apply.md), `?`. To see if two events happen in the same calendar year, for example, the boolean expression in Malloy is `oneEvent ? otherEvent.year`
    -
    -## Extraction
    -
    -Another very common grouping for time related data is by particular components, and this extraction of a single component as an integer. In Malloy this gesture looks like a function call.
    -
    -The "Result" column uses a value of `2021-08-06 00:55:05` for `expr`.
    -
    -expression | meaning | result
    ----- | ---- | ----
    -`day_of_year(expr)` | day of year, 1-365 | 218
    -`day(expr)` | day of month 1-31 | 5
    -`day_of_week(expr)` | day of week 1-7 | 6 _(Note: 1 represents Sunday)_
    -`week(expr)` | week in year, 1-53 | 31
    -`quarter(expr)` | quarter in year 1-4 | 3
    -`hour(expr)` | hour of day 0-23 | 0
    -`minute(expr)` | minute of hour 0-59 | 55
    -`second(expr)` | second of minute 0-59 | 5
    -
    -## Interval extraction
    -
    -To measure the difference between two times, pass a range expression to
    -one of these extraction functions:
    -
    -expression | meaning
    ----- | ----
    -`seconds(t1 to t2)` | Number of seconds from t1 until t2
    -`minutes(t1 to t2)` | ... minutes ...
    -`hours(t1 to t2)` | ... hours ...
    -`days(t1 to t2)` | ... days ...
    -`weeks(t1 to t2)` | ... weeks ...
    -`months(t1 to t2)` | ... months ...
    -`quarters(t1 to t2)` | ... quarters ...
    -`years(t1 to t2)` | ... years ...
    -
    -These will return a negative number if t1 is later than t2.
    -
    -## Literals
    -
    -Time literals are specified in Malloy with the `@` character. A literal
    -specified this way has an implied duration which means a literal
    -can act like a range.
    -
    -For example the year `@2003` can be used with `eventTime : @2003` to test if the
    -event happened in the year 2003.
    -
    -Literal pattern | Duration | Begins
    ----- | ---- | ----
    -`@DDDD` | One year | The first day of that year
    -`@DDDD-QN` | Three months | The first day of that quarter
    -`@DDDD-MM` | One month | The first day of that month
    -`@WKDDDD-MM-SS` | Seven days | Sunday of the week containing that day
    -`@DDDD-MM-DD` | One day | Midnight on the specified date
    -`@DDDD-MM-DD HH:MM` | One Minute | The specified time
    -`@DDDD-MM-DD HH:MM:SS` | One Second | the specified time
    -`now` | _N/A_ | The current time, without implied duration
    -
    -### Time Units
    -
    -These are the time units currently supported by Malloy.
    -
    -* `second`, `minute`, `hour`, `week`, `month`, `quarter`, `year`
    diff --git a/docs/_src/language/types.md b/docs/_src/language/types.md
    deleted file mode 100644
    index 150167335..000000000
    --- a/docs/_src/language/types.md
    +++ /dev/null
    @@ -1,121 +0,0 @@
    -# Types
    -
    -All fields in Malloy have a type. Today, these types are
    -mostly scalar, with a few notable exceptions.
    -
    -## Scalar Types
    -
    -### Numbers
    -
    -All numbers in Malloy are of type `number`, including BigQuery's INTEGER, INT64, FLOAT, and FLOAT64 types.
    -
    -Literal `number`s consist of one or more digits optionally followed
    -by a decimal point `.` and more digits, e.g. `42` or `3.14`.
    -
    -Negative numbers are represented using the unary minus
    -operator, e.g. `-7`.
    -
    -Today, no other forms of literal numbers (e.g. numbers in other
    -bases, numbers with thousand separators, exponential notation, etc.) are legal.
    -
    -### Strings
    -
    -In Malloy, strings of any length are represented by the `string` type.
    -
    -Literal strings in Malloy are enclosed in single quotes `'`, and may include the escape sequences `\\` or `\.`, e.g. `'\'Hello, world\''`.
    -
    -### Dates and Timestamps
    -
    -Malloy has two time types, `date` and `timestamp`.
    -
    -Both the `date` and `timestamp` types may have an associated
    -_timeframe_, which can be `year`, `quarter`, `month`,
    -`week`, or `day`, and for `timestamp`s only, additionally
    -`hour`, `minute`, or `second`.
    -
    -Literals for `date` and `timestamp` are preceded by the `@` character, e.g. `@2003` or `@1983-11-23 10:00:10`. For all
    -variations of time literals and information about their interaction with comparison operators, see the [Time Ranges](time-ranges.html#literals) section.
    -
    -### Booleans
    -
    -The `boolean` type covers both the BOOLEAN and BOOL types from BigQuery.
    -
    -In Malloy, the boolean literals are written `true` and `false`.
    -
    -### Bytes
    -
    -Bytestrings are represented by the bytes type
    -in Malloy.
    -
    -There is currently no syntax for specifying bytes literals or casting to the bytes type.
    -
    -
    -
    -
    -
    -## Intermediate Types
    -
    -The following types are not assignable to fields, and are
    -therefore considered _intermediate types_, in that they are
    -primarily used to represent part of a computation that
    -yields a regular scalar type, often `boolean`.
    -
    -### Regular Expressions
    -
    -Literal regular expressions are enclosed in single quotation
    -marks `'` and preceded by either `/` or `r`, e.g. `/'.*'` or `r'.*'`. Both syntaxes are semantically equivalent.
    -
    -In the future, the literal regular expressions will likely
    -be simply slash-enclosed, e.g /.*/.
    -
    -Values of type `string` may be compared against regular
    -expressions using either the [apply operator](apply.md),`name: r'c.*'` or the like operator, `name ~ r'c.*'`.
    -
    -### Ranges
    -
    -There are three types of ranges today: `string` ranges, `date` ranges, and `timestamp` ranges. The most basic ranges
    -are of the form `start to end` and represent the inclusive range between `start` and `end`, e.g. `10 to 20` or `@2004-01 to @2005-05`.
    -
    -Ranges may be used in conjunction with the [apply operator](apply.md) to test whether a value falls within a given range.
    -
    -In the future, other ranges may be allowed, such as `string` ranges.
    -
    -### Alternations and Partials
    -
    -_Partials_ represent a "part of" a comparison.
    -Specifically, a partial is a comparison missing its
    -left-hand side, and represents the condition of the
    -comparison yielding `true` if a given value were to be
    -filled in for that missing left-hand side. For example, `> 10` is a partial that represents the condition "is greater
    -than ten." Likewise, `!= 'CA'` is a partial that represents the condition of not being equal to `'CA'`.
    -
    -_Alternations_ are combinations of partials representing
    -either the logical union ("or") or conjunction ("and") of
    -their conditions. Alternations are represented using the
    -union alternation operator `|` and the conjunction
    -alternation operator `&`.
    -
    -For example, `= 'CA' | = 'NY'` represents the condition of being equal to 'CA' or _alternatively_ being equal to 'NY'. On the other hand, `!= 'CA' & != 'NY'` represents the condition of being not equal to 'CA' _as well as_ being not equal to 'NY'.
    -
    -Scalar values, regular expressions, and
    -ranges may also be used in alternations, in which case the
    -condition is assumed to be that of equality, matching, and
    -inclusion respectively.
    -
    -For example, `'CA' | r'N.*'` represents the condition of being equal to 'CA' or starting with 'N', and `10 to 20 | 20 to 30` represents the condition of being _either_ between 10 and 20 _or_ 20 and 30.
    -
    -Alternations and partials may be used in conjunction with the [apply operator](apply.md) to test whether a value meets the given condition.
    -
    -## Nullability
    -
    -Today, all Malloy types include the value `null`, however
    -in the future Malloy may have a concept of nullable vs.
    -non-nullable types.
    \ No newline at end of file
    diff --git a/docs/_src/language/ungrouped-aggregates.md b/docs/_src/language/ungrouped-aggregates.md
    deleted file mode 100644
    index a03f8f077..000000000
    --- a/docs/_src/language/ungrouped-aggregates.md
    +++ /dev/null
    @@ -1,51 +0,0 @@
    -# Ungrouped Aggregates
    -
    -In a query which is grouped by multiple dimensions, it is often useful to be able to perform an aggregate calculation on sub-groups.
    -
    -### **all(aggregateExpression)**
    -
    -The `all()` function will perform the specified aggregate computation, ignoring the grouping in the
    -current_query to provide an overall value.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/airports.malloy"}
    -query: airports -> {
    -  group_by: faa_region
    -  aggregate: percent_of_total is count() / all(count())*100.0
    -}
    -```
    -
    -### **all(aggregateExpression, groupingDimension, ...)**
    -
    -When the optional grouping dimension argument is provided, `all()` will preserve grouping by the named dimensions (`faa_region`), but will not group by un-named dimensions (`state`).
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/airports.malloy"}
    -query: airports -> {
    -  group_by: faa_region, state
    -  aggregate:
    -    airports_in_state is count()
    -    airports_in_region is all(count(), faa_region)
    -  order_by: airports_in_state desc
    -}
    -```
    -
    -Dimensions named in `all()` must be included in a `group_by` in the current query.
    -
    -### **exclude(aggregateExpression, groupingDimension)**
    -
    -Similar to `al()`,  `exclude()` allows you to control which grouping dimensions are
    -used to compute `aggregateExpression`. In this case, dimensions which should NOT be used are listed. For example, these two aggregates will do the exact same thing:
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/airports.malloy"}
    -query: airports -> {
    -  group_by: faa_region, fac_type
    -  aggregate:
    -    count_airports is count()
    -    count_in_region_exclude is exclude(count(), fac_type)
    -    count_in_region_all is all(count(), faa_region)
    -}
    -```
    -
    -The main difference is that in a nested query, it is legal to name a grouping dimension from an outer query which contains the inner query.
    diff --git a/docs/_src/malloy_by_example.md b/docs/_src/malloy_by_example.md
    deleted file mode 100644
    index 1bdf9421b..000000000
    --- a/docs/_src/malloy_by_example.md
    +++ /dev/null
    @@ -1,658 +0,0 @@
    -# Malloy by Example
    -
    -This document will assumes a working knowledge of SQL and will rapidly take you through some of
    -Malloy's key language features.
    -
    -Malloy is currently available as a VS Code extension and can query BigQuery and Postgres SQL databases.
    -
    -[Install Instructions](https://github.com/malloydata/malloy/)
    -
    -## SQL SELECT vs Malloy's `query`
    -
    -The statement to run a query in Malloy is `query:`. There are two types of queries in Malloy, reductions which have `group_by:` or `aggregate:` statements, and projections which have `project:` statements and do not group or aggregate results.
    -
    -### Projection: SELECT with no GROUP BY
    -
    -In SQL
    -```sql
    -SELECT code, full_name, state, faa_region, fac_type, elevation
    -FROM `malloy-data.faa.airports`
    -ORDER BY code
    -```
    -Equivalent in Malloy
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -query: table('malloy-data.faa.airports') -> {
    -  project: code, full_name, state, faa_region, fac_type, elevation
    -  order_by: code
    -}
    -```
    -
    -### Reduction: SELECT with GROUP BY and/or aggregation
    -
    -In SQL
    -```sql
    -SELECT
    -   base.fac_type as fac_type,
    -   COUNT( 1) as airport_count
    -FROM `malloy-data.faa.airports` as base
    -WHERE base.state='CA'
    -GROUP BY 1
    -ORDER BY 2 desc
    -```
    -
    -Equivalent in Malloy
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -query: table('malloy-data.faa.airports') -> {
    -  group_by: fac_type
    -  aggregate: airport_count is count()
    -  where: state = 'CA'
    -  order_by: airport_count desc
    -}
    -```
    -
    -## Using this Guide
    -
    -For every Malloy Query you can see the formatted result, or raw result as JSON, or the SQL used to produce the result.
    -
    -Click tab to to see the  HTML, JSON or SQL result:   👈👈
    -
    -
    -## Source: A data source for queries
    -
    -Malloy separates a query from the source of the data. A source can be thought of as a table and a collection of computations and relationships which are relevant to that table.  ([Source Documentation](language/source.html)).
    -
    -[Fields](language/fields.html) can be defined as part of a source.
    -
    -
    -* A `measure:` is a declared aggregate calculation (think function that operates across the table) which can be used in `aggregate:` elements in a query stage
    -* A `dimension:` is a declared scalar calculation which that can be used in `group_by:` or `project:` elements of a query stage
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/source1.malloy", "isHidden": false}
    -source: airports is table('malloy-data.faa.airports') {
    -  dimension: elevation_in_meters is elevation * 0.3048
    -  dimension: state_and_county is concat(state,' - ', county)
    -  measure: airport_count is count()
    -  measure: avg_elevation_in_meters is elevation_in_meters.avg()
    -}
    -```
    -
    -## Querying against a Source
    -
    -Queries can be run against `source:` objects and can utilize the modeled fields from that source, as well as introduce new ones. ([Query Documentation](language/query.html))
    -
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source1.malloy"}
    -query: airports -> {
    -  limit: 10
    -  where: fac_type = 'HELIPORT'
    -  group_by: state
    -  aggregate:
    -    airport_count           // <-- declared in source
    -    avg_elevation_in_meters // <-- declared in source
    -}
    -```
    -
    -## Dimensional calculations are no different from columns
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source1.malloy"}
    -query: airports -> {
    -  group_by: state_and_county // <-- declared in source
    -  aggregate: airport_count
    -  order_by: 1 desc
    -}
    -```
    -
    -
    -## Defining Named Queries inside a Source
    -
    -A source can also contain a set of useful queries relating to that source.
    -
    -*using the above declared `airports` source*
    -
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/source2.malloy", "isHidden": false}
    -
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -
    -  query: by_state is {        // <-- can be called by name
    -    group_by: state
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -Note that the source is implied, so the query operator (`->`) and source are not needed to define the named query.
    -
    -##  Executing Named Queries
    -
    -The simplest form of a query in Malloy is the name of a source, the query operator `->`, and the name of one of its contained queries.
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source2.malloy"}
    -query: airports -> by_state
    -```
    -
    -
    -
    -## Filtering a Source
    -
    -You can filter a source by adding a filter expression using the `where:` keyword and then use this refined version of `airports` to run the `by_state` query.  ([Filter Documentation](language/filters.html))
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source2.malloy"}
    -query: airports  {
    -  where: fac_type = 'SEAPLANE BASE'   // <- run the query with an added filter
    -}
    --> by_state
    -```
    -
    -## Filtering Measures
    -
    -The input to an aggregate computation can be filtered.
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source2.malloy"}
    -query: airports -> {
    -  group_by: state
    -  aggregate: airport_count
    -  aggregate: heliport_count is airport_count { where: fac_type = 'HELIPORT' } // <-- add a filter
    -}
    -```
    -
    -## Composing with Queries
    -
    -For the next section assume the following source declaration.
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/source3.malloy", "isHidden": false}
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -  measure: avg_elevation is elevation.avg()
    -
    -  query: top_5_states is {
    -    group_by: state
    -    aggregate: airport_count
    -    limit: 5
    -  }
    -
    -  query: by_facility_type is {
    -    group_by: fac_type
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -## The `nest:` property embeds one query in another
    -
    -Malloy allows you to create nested subtables easily in a query.
    -In the case below, the top level query groups by state and nested query groups by facility type.
    -This mechanism is really useful for understanding data and creating complex data structures. ([Nesting Documentation](language/nesting.html))
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true, "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports -> {
    -  group_by: state
    -  aggregate: airport_count
    -  limit: 5
    -  nest: by_facility_type is {
    -    group_by: fac_type
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -Queries can contain multiple nested queries.
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports -> {
    -  group_by: faa_region
    -  aggregate: airport_count
    -  nest: top_5_states
    -  nest: by_facility_type
    -}
    -```
    -
    -Queries can be nested to any level of depth.
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports -> {
    -  group_by: faa_region
    -  aggregate: airport_count
    -  nest: by_state_and_county is {
    -    group_by: state
    -    aggregate: airport_count
    -    nest: by_county is {
    -      group_by: county
    -      aggregate: airport_count
    -      limit: 4
    -    }
    -  }
    -  nest: by_facility_type
    -}
    -```
    -
    -## Refining a Named Query
    -
    -The refinement gesture `{}` extends an existing object, creating a new version with added properties
    -
    -For example we can add a limit and an order by to `by_state`
    -
    -```malloy
    -query: airports -> by_state {
    -  order_by: state desc    // <-- add order by to query
    -  limit: 2
    -}
    -```
    -
    -is the same as
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"small","source": "/inline/source2.malloy"}
    -query: airports -> {
    -  group_by: state
    -  aggregate: airport_count
    -  order_by: state desc
    -  limit: 2
    -}
    -```
    -
    -### You can add a measure or dimension
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports -> by_facility_type {
    -  aggregate: avg_elevation
    -}
    -```
    -
    -### You can nest another query
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports -> top_5_states {
    -  nest: by_facility_type
    -}
    -```
    -
    -## Composing with Queries
    -
    -Changing the inner and outer query in the example above reveals very different information.
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/source3.malloy"}
    -query: airports-> by_facility_type {
    -  nest: top_5_states
    -}
    -```
    -
    -
    -## Joining
    -
    -First let's model some simple tables... ([Join Documentation](language/join.html))
    -
    -### Carrier table
    -*simple source declaration used in example below*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -source: carriers is table('malloy-data.faa.carriers') {
    -  measure: carrier_count is count()
    -}
    -
    -query: carriers-> {
    -    project: *
    -}
    -```
    -
    -### Flights table
    -
    -*simple source declaration used in example below*
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -source: flights is table('malloy-data.faa.flights') {
    -  measure: flight_count is count()
    -}
    -
    -query: flights -> {
    -  project: id2, tail_num, dep_time, carrier, origin, destination, distance, dep_delay
    -  limit: 10
    -}
    -```
    -
    -## Declare a Join
    -
    -Join carriers to flights.  Each flight has one carrier so we use `join_one:`.
    -([Join Documentation](language/join.html))
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/join1.malloy", "isHidden": false}
    -source: carriers is table('malloy-data.faa.carriers') {
    -  measure: carrier_count is count()
    -}
    -
    -source: flights is table('malloy-data.faa.flights') {
    -
    -  join_one: carriers on carrier=carriers.code
    -
    -  measure:
    -    flight_count is count()
    -    total_distance is distance.sum()
    -    avg_distance is distance.avg()
    -}
    -```
    -
    -###  Query the joined tables
    -
    -*using the above declared `flights` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/join1.malloy"}
    -query: flights -> {
    -  group_by: carriers.nickname
    -  aggregate:
    -    flight_count
    -    total_distance
    -    avg_distance
    -}
    -```
    -
    -## Aggregates can be computed from anywhere in the Join Tree
    -
    -([Aggregate Documentation](language/aggregates.html))
    -
    -
    -*using the above declared `flights` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/join1.malloy"}
    -query: flights -> {
    -  limit: 10
    -  group_by: origin
    -  aggregate: carriers.carrier_count   // <-- calculation in joined table
    -  nest: top_3_carriers is {
    -    limit: 3
    -    group_by: carriers.nickname
    -    aggregate:
    -        flight_count
    -        total_distance
    -        avg_distance
    -  }
    -}
    -```
    -
    -## More Complex Joins
    -
    -The most common join pattern is a foreign key join. Malloy uses the `with:`
    -to declare these and generates more efficient SQL when these joins are used.
    -
    -In the example below, we use a `with:` join for `carriers` and then model the more complex relationship with the `flights` originating from each `airport` using  `on:`.
    -
    -Many `flights` have the same
    -`airport` as their origin so we use `join_many:`.
    -
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/join2.malloy", "isHidden": false}
    -source: carriers is table('malloy-data.faa.carriers') {
    -  primary_key: code
    -  measure: carrier_count is count()
    -}
    -
    -source: flights is table('malloy-data.faa.flights') {
    -
    -  join_one: carriers with carrier  // <-- each flight has 1 carrier
    -
    -  measure:
    -    flight_count is count()
    -    total_distance is distance.sum()
    -    avg_distance is distance.avg()
    -}
    -
    -source: airports is table('malloy-data.faa.airports') {
    -
    -  join_many: flights on code = flights.origin  // <-- each airport has many flights
    -
    -  measure: airport_count is count()
    -  dimension: elevation_in_meters is elevation * 0.3048
    -  measure: avg_elevation_in_meters is elevation_in_meters.avg()
    -
    -  query: by_state is {
    -    group_by: state
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -## Calculations work properly regardless of where you are in the graph
    -
    -This query is very difficult to express in SQL. Malloy's understanding of source relationships allows it to compute aggregate computations at any node of the join path,unlike SQL which can only do aggregate computation at the. outermost level.
    -([Aggregate Documentation](language/aggregates.html))
    -
    -*using the above declared `airports` source*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/join2.malloy"}
    -query: airports ->  {
    -  group_by: state
    -  aggregate:
    -    flights.carriers.carrier_count  // <-- 3 levels
    -    flights.flight_count
    -    flights.total_distance
    -    airport_count
    -    avg_elevation_in_meters         // <-- symmetric calculation
    -}
    -```
    -
    -## Pipelines
    -
    -The output of a query can be used as the source for the next query.
    -
    -*Assume the following query as a starting point.*
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -}
    -
    -query: airports -> {
    -  where: fac_type = 'HELIPORT'
    -  group_by: state
    -  aggregate: airport_count
    -  nest: top_3_county is {
    -    limit: 3
    -    group_by: county
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -## Un-nesting in a pipeline flattens the table
    -
    -Queries can be chained together (pipelined), the output of one becoming the input of the next one, by simply adding another `->` operator and a new query definition.
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "pageSize": 100}
    -
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -}
    -
    -query: airports -> {
    -  where: fac_type = 'HELIPORT'
    -  group_by: state
    -  aggregate: airport_count
    -  nest: top_3_county is {
    -    limit: 3
    -    group_by: county
    -    aggregate: airport_count
    -  }
    -}
    --> {
    -  project:
    -    state
    -    top_3_county.county
    -    airports_in_state is airport_count
    -    airports_in_county is top_3_county.airport_count
    -    percent_of_state is top_3_county.airport_count/airport_count
    -}
    -```
    -
    -## Pipelines can be named as queries in sources
    -
    -Pipelines can do pretty complex things.  They can be built into source objects.
    -
    -```malloy
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -  query: county_rollup is  {
    -    where: fac_type = 'HELIPORT'
    -    group_by: state
    -    aggregate: airport_count
    -    nest: top_3_county is {
    -      limit: 3
    -      group_by: county
    -      aggregate: airport_count
    -    }
    -  }
    -  -> {
    -    project:
    -      state
    -      top_3_county.county
    -      airports_in_state is airport_count
    -      airports_in_county is top_3_county.airport_count
    -      percent_of_state is top_3_county.airport_count/airport_count
    -  }
    -}
    -
    -query: airports -> county_rollup
    -
    -```
    -
    -## Refining Sources
    -
    -As with a query, a source can be extended with the refinement gesture `{}` to create a new version of the source with additional properties.
    -
    -```malloy
    -source: newname is from(oldname) {
    -  where: 
    -  measure: added_calc is some_calc.sum()
    -}
    -```
    -
    -## Sources based on Queries
    -
    -### Named Query
    -
    -*documentation bug: name should not be commented out* ([Source Documentation](language/source.html))
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium"}
    -query: /* q_airport_facts is */ table('malloy-data.faa.flights') -> {
    -  group_by:
    -    flight_year is dep_time.year
    -    origin
    -    carrier
    -  aggregate:
    -    num_flights is count()
    -    distance is distance.sum()
    -}
    -```
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/query1.malloy", "isHidden": true}
    -query: q_airport_facts is table('malloy-data.faa.flights') -> {
    -  group_by:
    -    flight_year is dep_time.year
    -    origin
    -    carrier
    -  aggregate:
    -    num_flights is count()
    -    distance is distance.sum()
    -}
    -```
    -
    -### Source based on a query
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/query2.malloy", "source":"/inline/query1.malloy", "isHidden": false}
    -
    -source: airport_facts is from(-> q_airport_facts) {  // <-- 'from' instead of 'table'
    -                                                      //      '->' indicates a query name
    -  measure: flight_count is num_flights.sum()
    -  measure: total_distance is distance.sum()
    -
    -  query: flights_by_year is {
    -    group_by: flight_year
    -    aggregate:
    -      flight_count
    -      carrier_count is count(distinct carrier)
    -      origin_count is count(distinct origin)
    -  }
    -
    -  query: flights_by_origin is {
    -    group_by: origin
    -    aggregate:
    -      flight_count
    -      carrier_count is count(distinct carrier)
    -  }
    -}
    -```
    -
    -### Querying the Summary source
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/query2.malloy"}
    -query: airport_facts -> flights_by_year
    -```
    -
    -```malloy
    ---! {"isRunnable": true,   "isPaginationEnabled": false, "size":"medium","source": "/inline/query2.malloy"}
    -query: airport_facts -> flights_by_origin
    -```
    -
    -## Other Interesting Language Features:
    -
    -### SQL BLocks ([SQL Block Documentation](language/sql_block.html))
    -
    -### Named Queries from SQL Blocks ([SQL Block Documentation](language/sql_block.html))
    -
    -### Case statement improved with  `pick` ([Expression Documentation](language/expressions.html#pick-expressions))
    -
    -### Group by on Joined Subtrees
    -
    -### Date/Timestamp filters and Timezones ([Time Documentation](expressions.html#time-ranges))
    -
    -### Nested data and Symmetric aggregates  ([Aggregates Documentation](language/aggregates.html))
    -
    -### Import ([Import Documentation](language/imports.html))
    -
    -### Data styles and rendering ([Rendering Documentation](visualizations/dashboards.html))
    diff --git a/docs/_src/patterns/cohorts.md b/docs/_src/patterns/cohorts.md
    deleted file mode 100644
    index c55ee5b6f..000000000
    --- a/docs/_src/patterns/cohorts.md
    +++ /dev/null
    @@ -1,81 +0,0 @@
    -# Cohort Analysis
    -
    -One of the most powerful way of understanding what is happening using data is to use *cohort analysis*.
    -Fundamentally, cohort analysis is used to group people into sets and to analyze the success,
    -attributes or characteristics of that group as compared to the population in general.
    -
    -To understand this, we're going to use Social Security Administrations birth/name data.
    -
    -We have a table with `name`, `gender`, `` `year` ``, `state` and the `` `number` `` of people born with those
    -characteristics.
    -
    -In the simplest form, a cohort calculation is a [percentage of total calculation](percent_of_total.md).
    -For example, if we were interested in the name 'Billie' as it relates to location. We could look
    -could filter on 'Billie' and look a states as it relates to total population.
    -
    -We can see that in the population of the the people named 'Billie', the cohort of the Billies born in
    -Texas makes up 18% of the total population of Billies.
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto",   "isPaginationEnabled": true, "pageSize":20, "size":"small" }
    -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> {
    -  where: name = 'Billie'
    -  aggregate: total_population is `number`.sum()
    -  nest: main_query is {
    -    group_by: state
    -    aggregate: total_population is `number`.sum()
    -  }
    -} -> {
    -  project:
    -    main_query.state
    -    main_query.total_population
    -    state_as_percent_of_population is main_query.total_population / total_population * 100.0
    -  order_by: state_as_percent_of_population desc
    -}
    -```
    -
    -We could run this same query, but instead look by decade to see when the Billies where born.
    -Using the query below we can see that 26% of all Billies were born in the 1930s.
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto",   "isPaginationEnabled": true, "pageSize":20, "size":"small" }
    -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> {
    -  where: name = 'Billie'
    -  aggregate: total_population is `number`.sum()
    -  nest: main_query is {
    -    group_by: decade is floor(`year` / 10) * 10
    -    aggregate: total_population is `number`.sum()
    -  }
    -} -> {
    -  project:
    -    main_query.decade
    -    main_query.total_population
    -    decade_as_percent_of_population is main_query.total_population / total_population * 100.0
    -  order_by: decade_as_percent_of_population desc
    -}
    -```
    -
    -## Names as Cohorts
    -
    -In the above example, the population was *People named Billie* and we used *state* or *year* for our cohort (grouping).
    -Lets flip it around and look at people born with a particular name as a cohort and the other attributes to limit our population.
    -Let's limit our population to California in 1990 and look at the most cohorts (people with a given name).  We are also going
    -to measure a little differently.  Instead of looking at a percentage, let's look at births per 100,000 people.
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto",   "isPaginationEnabled": true, "pageSize":20, "size":"small" }
    -query: table('bigquery-public-data.usa_names.usa_1910_2013') -> {
    -  where: state = 'CA' and `year` = 1990
    -  aggregate: total_population is `number`.sum()
    -  nest: main_query is {
    -    group_by: name
    -    aggregate: total_population is `number`.sum()
    -  }
    -} -> {
    -  project:
    -    main_query.name
    -    main_query.total_population
    -    births_per_100k is FLOOR(main_query.total_population / total_population * 100000.0)
    -  order_by: births_per_100k desc
    -}
    -```
    diff --git a/docs/_src/patterns/foreign_sums.md b/docs/_src/patterns/foreign_sums.md
    deleted file mode 100644
    index 28a70a05a..000000000
    --- a/docs/_src/patterns/foreign_sums.md
    +++ /dev/null
    @@ -1,42 +0,0 @@
    -# Foreign Sums
    -Malloy allows you to compute sums, averages correctly based on your join tree.  This example has flights, joining to aircraft, joining to aircraft_model.
    -`aircraft_model` has the number of seats specified on this model of aircraft.  Code below computes sums and averages at various places in the join tree.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto",   "isPaginationEnabled": true, "size":"large"}
    -// join 3 tables, flights, aircraft and aircraft models.
    -// `flights` is individual flights
    -// `aircraft` is the plane that made the flight
    -// `aircraft_models` is data about the kind of aircraft
    -
    -source: aircraft_models is table('malloy-data.faa.aircraft_models') {
    -  primary_key: aircraft_model_code
    -}
    -
    -source: aircraft is table('malloy-data.faa.aircraft') {
    -  primary_key: tail_num
    -  join_one: aircraft_models with aircraft_model_code
    -}
    -
    -source: flights is table('malloy-data.faa.flights') {
    -  join_one: aircraft with tail_num
    -}
    -
    -query: flights -> {
    -  where: dep_time = @2003-01
    -  group_by: carrier
    -  aggregate:
    -    // number of flights
    -    flight_count is count()
    -    // number of planes
    -    aircraft_count is aircraft.count()
    -    // number of different aircraft_models
    -    aircraft_model_count is aircraft.aircraft_models.count()
    -    // count each seat once for each flight.
    -    seats_for_sale is sum(aircraft.aircraft_models.seats)
    -    // count the seat once for each plane
    -    seats_on_all_planes is aircraft.sum(aircraft.aircraft_models.seats)
    -    // average number of seats on each model by model
    -    average_seats_per_model is aircraft.aircraft_models.seats.avg()
    -}
    -```
    diff --git a/docs/_src/patterns/percent_of_total.md b/docs/_src/patterns/percent_of_total.md
    deleted file mode 100644
    index 3e77d9711..000000000
    --- a/docs/_src/patterns/percent_of_total.md
    +++ /dev/null
    @@ -1,72 +0,0 @@
    -# Percent of Total
    -In order to compute a percentage of total, you essentially have to run two queries, one for
    -the total and one where you wish to apply the calculation.  In Malloy, you can run these queries at
    -at the same time and combine them.
    -
    -Let's suppose we wanted to look at our flight data by carrier and compute the percentage of all
    -flight performed by a particular carrier.
    -
    -## Query for all flights ever made
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> { aggregate: flight_count }
    -```
    -
    -## Query for Flights By Carrier
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -query: flights -> {
    -  group_by: carriers.nickname
    -  aggregate: flight_count
    -}
    -```
    -
    -## In Malloy, can make both calculations at once with [*nested subtables*](nesting.md).
    -The results are returned as a single row in a table with two columns, `flight_count` and `main_query`.
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -query: flights -> {
    -  aggregate: flight_count
    -  nest: main_query is {
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -}
    -```
    -
    -## Use *project* to flatten the table and cross join
    -Using a pipeline with a `project` calculation to combine (essentially cross joining) the queries back into a single table.
    -We also add an additional column, the percentage of total calculation.
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -query: flights -> {
    -  aggregate: flight_count
    -  nest: main_query is {
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -} -> {
    -  project:
    -    main_query.nickname
    -    main_query.flight_count
    -    flight_count_as_a_percent_of_total is main_query.flight_count / flight_count * 100.0
    -}
    -
    -```
    -
    -## Using a *wildcard* against the Nested Query
    -We can use a wildcard against the nested query to to make this pattern easier to write.
    -```malloy
    ---! {"isRunnable": true, "showAs":"json", "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -query: flights -> {
    -  aggregate: flight_count
    -  nest: main_query is {
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -} -> {
    -  project:
    -    main_query.*
    -    flight_count_as_a_percent_of_total is main_query.flight_count / flight_count * 100.0
    -}
    -```
    diff --git a/docs/_src/patterns/pivot_limits.md b/docs/_src/patterns/pivot_limits.md
    deleted file mode 100644
    index 1b72e00c0..000000000
    --- a/docs/_src/patterns/pivot_limits.md
    +++ /dev/null
    @@ -1,124 +0,0 @@
    -# Pivot Limits
    -
    -Or really, limiting results based on secondary queries.
    -
    -Let's suppose we wanted to look flight data but only at only the top 5 carriers and only the top 5 destinations.
    -
    -## Carriers by destination produces 1958 rows
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  group_by:
    -    carriers.nickname
    -    destination_code
    -  aggregate: flight_count
    -}
    -```
    -
    -## Query for the top 5 carriers
    -Query to find the most interesting carriers.
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  top: 5
    -  group_by: carriers.nickname
    -  aggregate: flight_count
    -}
    -```
    -
    -## Top 5 Destinations
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  top: 5
    -  group_by: destination_code
    -  aggregate: flight_count
    -}
    -```
    -
    -## Run all three queries together as Aggregating Subqueries.
    -Produces a table with a single row and three columns.  Each column essentially contains a table
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  nest: main_query is {
    -    group_by:
    -      carriers.nickname
    -      destination_code
    -    aggregate: flight_count
    -  }
    -  nest: top_carriers is {
    -    top: 5
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -  nest: top_destinations is {
    -    top: 5
    -    group_by: destination_code
    -    aggregate: flight_count
    -  }
    -}
    -```
    -
    -## Project the main query and use the *top* nested queries to limit the results
    -Project produces a cross join of the tables.  The filter essentially does an inner join, limiting the main queries results to
    -dimensional values that are produce in the filtering queries.
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  nest: main_query is {
    -    group_by:
    -      carriers.nickname
    -      destination_code
    -    aggregate: flight_count
    -  }
    -  nest: top_carriers is {
    -    top: 5
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -  nest: top_destinations is {
    -    top:5
    -    group_by: destination_code
    -    aggregate: flight_count
    -  }
    -} -> {
    -  where:
    -    main_query.nickname = top_carriers.nickname,
    -    main_query.destination_code = top_destinations.destination_code
    -  project: main_query.*
    -}
    -```
    -
    -## Render the results as a pivot table
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "faa/flights.malloy", "isPaginationEnabled": true, "pageSize":100, "size":"small"}
    -query: flights -> {
    -  nest: main_query is {
    -    group_by:
    -      carriers.nickname
    -      destination_code
    -    aggregate: flight_count
    -  }
    -  nest: top_carriers is {
    -    top: 5
    -    group_by: carriers.nickname
    -    aggregate: flight_count
    -  }
    -  nest: top_destinations is {
    -    top:5
    -    group_by: destination_code
    -    aggregate: flight_count
    -  }
    -} -> {
    -  where:
    -    main_query.nickname = top_carriers.nickname and
    -    main_query.destination_code = top_destinations.destination_code
    -  group_by: main_query.nickname
    -  nest: destination_pivot is {
    -    project:
    -      main_query.destination_code
    -      main_query.flight_count
    -  }
    -}
    -```
    diff --git a/docs/_src/patterns/sessionize.md b/docs/_src/patterns/sessionize.md
    deleted file mode 100644
    index 09f311011..000000000
    --- a/docs/_src/patterns/sessionize.md
    +++ /dev/null
    @@ -1,33 +0,0 @@
    -# Sessionized Data
    -
    -Flight data contains time, carrier, origin, destination and the plane that made the flight (`tail_num`).  Take the
    -flight data and sessionize it by carrier and date.  Compute statistics and the session, plane and flight level.
    -Retain the original flight events.
    -
    -```malloy
    ---! {"isRunnable": true, "showAs": "json", "runMode": "auto", "isPaginationEnabled": true, "size": "large"}
    -query: table('malloy-data.faa.flights') {
    -  where: carrier = 'WN' and dep_time ? @2002-03-03
    -  measure: flight_count is count()
    -} -> {
    -  group_by:
    -    flight_date is dep_time.day
    -    carrier
    -  aggregate: daily_flight_count is flight_count
    -  nest: per_plane_data is {
    -    top: 20
    -    group_by: tail_num
    -    aggregate: plane_flight_count is flight_count
    -    nest: flight_legs is {
    -      order_by: 2
    -      group_by:
    -        tail_num
    -        dep_minute is dep_time.minute
    -        origin
    -        destination
    -        dep_delay
    -        arr_delay
    -    }
    -  }
    -}
    -```
    diff --git a/docs/_src/patterns/yoy.md b/docs/_src/patterns/yoy.md
    deleted file mode 100644
    index 7de449f23..000000000
    --- a/docs/_src/patterns/yoy.md
    +++ /dev/null
    @@ -1,109 +0,0 @@
    -# Year Over Year Analysis
    -There are a couple of different ways to go about this in Malloy.
    -
    -## Method 1: Pivoting a Visualization
    -
    -Compare performance of different years on the same scale.  Line charts take the X-Axis, Y-Axis and Dimensional Axis as parameters.
    -In this Case, the X-Axis is `month_of_year`, the Y-Axis is `flight_count` and the Dimensional Axis is the year.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"year_over_year":{"renderer":"line_chart"}}}
    -source: flights is table('malloy-data.faa.flights') {
    -  measure: flight_count is count()
    -}
    -
    -query: flights -> {
    -  nest: year_over_year is {
    -    group_by: month_of_year is month(dep_time)
    -    aggregate: flight_count
    -    group_by: flight_year is dep_time.year
    -  }
    -}
    -```
    -
    -## Method 2: Filtered Aggregates
    -Filters make it easy to reuse aggregate calculations for trends analysis.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto",   "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -// common calculation for flights
    -source: flights is table('malloy-data.faa.flights') {
    -  measure: flight_count is count()
    -}
    -
    -query: flights->{
    -  group_by: carrier
    -  aggregate:
    -    flights_in_2002 is flight_count { where: dep_time = @2002 }
    -    flights_in_2003 is flight_count { where: dep_time = @2003 }
    -    percent_change is round(
    -      (flight_count { where: dep_time = @2003 } - flight_count { where: dep_time = @2002 })
    -        / nullif(flight_count { where: dep_time = @2003 }, 0) * 100,
    -      1
    -    )
    -}
    -```
    -
    -
    -### Using Relative Timeframes
    -Often you want to show up-to-date information.  You can write timeframes relatively so the queries always show
    -current data.  Read more about it in the [filters](filter_expressions.md) section.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto",   "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    -source: inventory_items is table('malloy-data.ecomm.inventory_items') {
    -  primary_key: id
    -}
    -
    -source: order_items is table('malloy-data.ecomm.order_items') {
    -  join_one: inventory_items with inventory_item_id
    -  measure: order_item_count is count()
    -}
    -
    -query: order_items -> {
    -  top: 10
    -  group_by: inventory_items.product_category
    -  aggregate:
    -    last_year is order_item_count { where: created_at ? now.year - 1 year }
    -    prior_year is order_item_count { where: created_at ? now.year - 2 years }
    -    percent_change is round(
    -      (order_item_count { where: created_at ? now.year - 1 year } - order_item_count { where: created_at ? now.year - 2 years })
    -        / nullif(order_item_count { where: created_at  ? now.year - 2 years }, 0) * 100,
    -      1
    -    )
    -}
    -```
    -
    -
    -### Declaring and reusing common expressions
    -We can rewrite the query so it is more reusable.  The declarations after the source are temporary additions to this order_items table for the sake of just this query.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto",   "isPaginationEnabled": true, "pageSize":100, "size":"medium"}
    --- common calculation for order_items
    -source: inventory_items is table('malloy-data.ecomm.inventory_items') {
    -  primary_key: id
    -}
    -
    -source: order_items is table('malloy-data.ecomm.order_items') {
    -  join_one: inventory_items  with inventory_item_id
    -  measure: order_item_count is count()
    -}
    -
    -query: order_items{
    -  measure:
    -    // these caclulations can be used in multipe parts of the query
    -    last_year is order_item_count { where: created_at ? now.year - 1 year }
    -    prior_year is order_item_count { where: created_at ? now.year - 2 years }
    -} -> {
    -  top: 10
    -  group_by: inventory_items.product_category
    -  aggregate:
    -    last_year
    -    prior_year
    -    percent_change is round(
    -      (last_year - prior_year) / nullif(last_year, 0) * 100,
    -      1
    -    )
    -}
    -```
    diff --git a/docs/_src/samples.md b/docs/_src/samples.md
    deleted file mode 100644
    index 6830fe6e6..000000000
    --- a/docs/_src/samples.md
    +++ /dev/null
    @@ -1,80 +0,0 @@
    -# Sample Models
    -
    -Code snippets will appear throughout the Malloy documentation, many of which rely on a number of sample models based on publicly available datasets.
    -
    -
    -    download
    -    Download All Sample Models
    -
    -
    -## FAA
    -
    -This set of models points at a publicly available FAA flights dataset including information on flights, airports, aircrafts and aircraft models from 2000 to 2005. A wide variety of patterns and features are used in this model and any of our examples in documentation are based on this dataset, so it's a great place to start as you get to know Malloy.
    -
    -
    -    download
    -    Download FAA Model
    -
    -
    -## Iowa Liquor
    -
    -Liquor sales in Iowa are state-controlled, with all liquor wholesale run by the state. All purchases and sales of liquor that stores make are a matter of public record. A walkthrough of exploring and modeling this dataset can be found [here](examples/iowa/iowa.md); this makes a great introduction to Malloy.
    -
    -
    -    download
    -    Download Iowa Model
    -
    -
    -## Ecommerce
    -
    -This model points to a dataset for a fictitious ecommerce business. It has a  clean and typical schema for a transactional dataset. It also includes an example of an interesting brand affinity analysis (people who buy x also buy y).
    -
    -
    -    download
    -    Download Ecommerce Model
    -
    -
    -## GA Sessions
    -
    -Malloy is ideally suited to working with nested data, and this is the place to see why. See how easily data at any level of nesting can be accessed and aggregated without needlessly complex queries or use of CTEs.
    -
    -
    -    download
    -    Download GA Sessions Model
    -
    -
    -## Hacker News
    -
    -This is just a fun dataset. Includes examples of using regular expressions to parse data, [pick](language/expressions#pick-expressions) (Malloy's improvement upon CASE statements), and [imports](language/imports.md) to spin off a specific analysis of posts about FAANG companies.
    -
    -
    -    download
    -    Download Hacker News Model
    -
    -
    -## Names
    -
    -A look at baby names in the United States by gender, state, and year, since 1910. Includes an example of cohorting names by aggregating safely across different levels of nesting.
    -
    -
    -    download
    -    Download Names Model
    -
    -
    -## The Met
    -
    -Looks at a catalog of over 200,000 public domain items from The Met (The Metropolitan Museum of Art). The catalog includes metadata about each piece of art, along with an image or images of the artifact.
    -
    -
    -    download
    -    Download The Met Model
    -
    -
    -## Wordlebot
    -
    -Let Wordlebot solve Wordle for you (or if you're like us, see if it can beat you after you've played!). This is an example of an advanced analysis to solve a tricky problem. We have a walkthrough and examples of how we used the model to solve Wordle puzzles available [here](examples/wordle/wordle.md).
    -
    -
    -    download
    -    Download Wordle Model
    -
    \ No newline at end of file
    diff --git a/docs/_src/table_of_contents.json b/docs/_src/table_of_contents.json
    deleted file mode 100644
    index 64f6ffa76..000000000
    --- a/docs/_src/table_of_contents.json
    +++ /dev/null
    @@ -1,252 +0,0 @@
    -{
    -  "contents": [
    -    {
    -      "title": "Getting Started",
    -      "items": [
    -        {
    -          "title": "About Malloy",
    -          "link": "/index.md"
    -        },
    -        {
    -          "title": "Malloy By Example",
    -          "link": "/malloy_by_example.md"
    -        },
    -        {
    -          "title": "Quickstart",
    -          "link": "/language/basic.md"
    -        },
    -        {
    -          "title": "Key Features",
    -          "link": "/features.md"
    -        },
    -        {
    -          "title": "Sample Models",
    -          "link": "/samples.md"
    -        },
    -        {
    -          "title": "Connecting a Database",
    -          "link": "/connection_instructions.md"
    -        },
    -        {
    -          "title": "The Tao of Malloy",
    -          "link": "/tao.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Language Reference",
    -      "items": [
    -        {
    -          "title": "Introduction",
    -          "link": "/language/overview.md"
    -        },
    -        {
    -          "title": "SQL to Malloy",
    -          "link": "/language/sql_to_malloy.md"
    -        },
    -        {
    -          "title": "Models",
    -          "link": "/language/statement.md"
    -        },
    -        {
    -          "title": "Sources",
    -          "link": "/language/source.md"
    -        },
    -        {
    -          "title": "Queries",
    -          "link": "/language/query.md"
    -        },
    -        {
    -          "title": "Fields",
    -          "link": "/language/fields.md"
    -        },
    -        {
    -          "title": "Aggregates",
    -          "link": "/language/aggregates.md"
    -        },
    -        {
    -          "title": "Filters",
    -          "link": "/language/filters.md"
    -        },
    -        {
    -          "title": "Ordering and Limiting",
    -          "link": "/language/order_by.md"
    -        },
    -        {
    -          "title": "Joins",
    -          "link": "/language/join.md"
    -        },
    -        {
    -          "title": "Nested Queries",
    -          "link": "/language/nesting.md"
    -        },
    -        {
    -          "title": "Expressions",
    -          "link": "/language/expressions.md"
    -        },
    -        {
    -          "title": "SQL Blocks",
    -          "link": "/language/sql_blocks.md"
    -        },
    -        {
    -          "title": "Imports",
    -          "link": "/language/imports.md"
    -        },
    -        {
    -          "title": "Types",
    -          "link": "/language/types.md"
    -        },
    -        {
    -          "title": "Change Log",
    -          "link": "/language/changelog.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Rendering Results",
    -      "items": [
    -        {
    -          "title": "Intro: Charts & Dashboards",
    -          "link": "/visualizations/dashboards.md"
    -        },
    -        {
    -          "title": "Bar Charts",
    -          "link": "/visualizations/bar_charts.md"
    -        },
    -        {
    -          "title": "Line Charts",
    -          "link": "/visualizations/charts_line_chart.md"
    -        },
    -        {
    -          "title": "Scatter Charts",
    -          "link": "/visualizations/scatter_charts.md"
    -        },
    -        {
    -          "title": "Shape Maps",
    -          "link": "/visualizations/shape_maps.md"
    -        },
    -        {
    -          "title": "Segment Maps",
    -          "link": "/visualizations/segment_maps.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Common Patterns",
    -      "items": [
    -        {
    -          "title": "Year Over Year Analysis",
    -          "link": "/patterns/yoy.md"
    -        },
    -        {
    -          "title": "Foreign Sums and Averages",
    -          "link": "/patterns/foreign_sums.md"
    -        },
    -        {
    -          "title": "Percent of Total",
    -          "link": "/patterns/percent_of_total.md"
    -        },
    -        {
    -          "title": "Cohort Analysis",
    -          "link": "/patterns/cohorts.md"
    -        },
    -        {
    -          "title": "Pivot Limits",
    -          "link": "/patterns/pivot_limits.md"
    -        },
    -        {
    -          "title": "Sessionized Data",
    -          "link": "/patterns/sessionize.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Examples",
    -      "items": [
    -        {
    -          "title": "NTSB Flight Database",
    -          "items": [
    -            {
    -              "title": "FAA Dashboards",
    -              "link": "/examples/faa/bigquery.md"
    -            },
    -            {
    -              "title": "Connect with Postgres",
    -              "link": "/examples/faa/postgres.md"
    -            }
    -          ]
    -        },
    -        {
    -          "title": "eCommerce Analysis",
    -          "link": "/examples/ecommerce.md"
    -        },
    -        {
    -          "title": "The Name Game",
    -          "link": "/examples/names.md"
    -        },
    -        {
    -          "title": "Google Analytics GA360",
    -          "link": "/examples/ga_sessions.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Walkthrough: Iowa Liquor",
    -      "items": [
    -        {
    -          "title": "About the Data Set",
    -          "link": "/examples/iowa/iowa.md"
    -        },
    -        {
    -          "title": "The Malloy Data Model",
    -          "link": "/examples/iowa/source.md"
    -        },
    -        {
    -          "title": "Basic Calculations",
    -          "link": "/examples/iowa/step2.md"
    -        },
    -        {
    -          "title": "Analysis: Products and Brands",
    -          "link": "/examples/iowa/step2a.md"
    -        },
    -        {
    -          "title": "Bucketing and Mapping",
    -          "link": "/examples/iowa/step3.md"
    -        },
    -        {
    -          "title": "Dashboards",
    -          "link": "/examples/iowa/step6.md"
    -        }
    -      ]
    -    },
    -    {
    -      "title": "Walkthrough: Wordle Solver",
    -      "items": [
    -        {
    -          "title": "Just Words",
    -          "link": "/examples/wordle/wordle.md"
    -        },
    -        {
    -          "title": "Letters and Positioning",
    -          "link": "/examples/wordle/wordle1a.md"
    -        },
    -        {
    -          "title": "Letter Frequency",
    -          "link": "/examples/wordle/wordle2.md"
    -        },
    -        {
    -          "title": "Scoring Words",
    -          "link": "/examples/wordle/wordle3.md"
    -        },
    -        {
    -          "title": "Final Model",
    -          "link": "/examples/wordle/wordle4.md"
    -        },
    -        {
    -          "title": "Solving Puzzles",
    -          "link": "/examples/wordle/wordle5.md"
    -        }
    -      ]
    -    }
    -  ]
    -}
    diff --git a/docs/_src/tao.md b/docs/_src/tao.md
    deleted file mode 100644
    index 0e1f7e5c8..000000000
    --- a/docs/_src/tao.md
    +++ /dev/null
    @@ -1,40 +0,0 @@
    -# The Tao of Malloy
    -
    -> *Tao is the natural order of the universe whose character one's human intuition must discern in order to realize the potential for individual wisdom. This intuitive knowing of "life" cannot be grasped as a concept; it is known through actual living experience of one's everyday being.* — [Wikipedia "Tao"](https://en.wikipedia.org/wiki/Tao)
    -
    -### Malloy …
    -
    -### … feels familiar to someone coming from SQL
    -Our primary users will all be familiar with SQL. We should make their life no harder than it needs to be. That said, Malloy is actually describing a different type of operation than SQL does, and so in some places we are deliberately different from SQL because we want people to be unfamiliar, to learn how Malloy works.
    -
    -For example `name is expression`, vs `expression as name`. In SQL the naming on an expression sits as a casual afterthought "oh by the way, give this really important expression a name". In Malloy, the name of a thing is important, you are building complex things from smaller pieces. When you look at a model, you will often want to scan the file looking for names, they belong on the left hand side.
    -
    -
    -However, we in general try to have the "feel" of SQL. We use `()` for structuring instead of `{}` like LookML or JavaScript do, or indentation like Python does. We use `is` and `define` instead of `:` like LookML or `=` like JavaScript. We use SQL words for things (like `join`) where it makes sense.
    -
    -
    -The intention was always that there is some context, command line or editor, which handles a single document with mixed Malloy and SQL, either because they are one merged language, or there is some JSX-like escaping between the contexts.
    -
    -### … feels concise, but not cryptic
    -This is the most common point of disagreement as we talk about how to express things. There is no one right answer to this. We have a preference for brevity, every single feature we wrestle with trying to get the most clarity from the least language surface.
    -
    -### … is composable
    -If you find a piece of code that works, you should be able to select it, paste it somewhere with a name, and use it by name.
    -
    -### … is an algebra for computations with relational data
    -Malloy comprehends data as a network of relationships and so computations like aggregation have a useful and mathematical meaning. Malloy gestures should read like a mathematical formula which means one clear thing.
    -
    -### … is NOT an attempt to make the language look like English sentences
    -Maybe AppleScript or COBOL would be at the extreme end of this. More of a kind of math, less like a natural language.
    -
    -### … is curated
    -There are not four different ways to express things depending on which programming language or style you came from. There is one, and it is carefully chosen to match the task of data transformation, discovery and presentation.
    -
    -### … is helpful
    -Malloy tries to "do the right thing" that most people want, by default, while still allowing non default expressions to be written. The treatment of `null` and booleans, and the sorting rules for "reduce" stages would be two examples of this.
    -
    -### … is still an experiment
    -We had some theoretical insights that there was a better way to interact with data than SQL, and Malloy is the current snapshot of that thinking, but we are not done. We have a number of features which are not yet in the language, which we expect to have an impact on the language, and maybe even on these rules. The language is still young and needs room to grow.
    -
    -### … is an expression of empathy towards explorers and explainers of data
    -The Malloy user is not someone who writes one sentence in Malloy, and then never sees the language again. Malloy is an invitation into a "way" for people who are passionate about decision making based on data, and good decision making is iterative, and ongoing.
    diff --git a/docs/_src/visualizations/bar_charts.md b/docs/_src/visualizations/bar_charts.md
    deleted file mode 100644
    index 36691dbd7..000000000
    --- a/docs/_src/visualizations/bar_charts.md
    +++ /dev/null
    @@ -1,69 +0,0 @@
    -# Bar Charts
    -
    -There are two types of bar charts.  _Two measure bar charts_ (gradient bar charts) and _Two Dimension Bar_ Charts (stacked bar charts).
    -
    -## Two Measures
    -
    -This chart looks at flights and counts the number of aircraft owned by each carrier.  It also, using a gradient,
    -shows the number of flights made per plane.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"by_carrier":{"renderer":"bar_chart","size":"large"}}}
    -query: table('malloy-data.faa.flights') -> {
    -  nest: by_carrier is {
    -    group_by: carrier
    -    aggregate: aircraft_count is count(distinct tail_num)
    -    aggregate: flights_per_aircraft is count() / count(distinct tail_num)
    -  }
    -}
    -```
    -
    -Data Style
    -
    -```json
    -{
    -  "by_carrier": {
    -    "renderer": "bar_chart"
    -  }
    -}
    -```
    -
    -## Two Dimensions
    -In this case we are going to look at carriers by flight count and stack the destination.  We are only going to look at flights
    -with the destination SFO, OAK or SJC.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"by_carrier":{"renderer":"bar_chart","size":"large"}}}
    -query: table('malloy-data.faa.flights') -> {
    -  where: destination ? 'SFO' | 'OAK' | 'SJC'
    -  top: 10
    -  nest: by_carrier is {
    -    group_by: carrier
    -    aggregate: flight_count is count()
    -    group_by: destination
    -  }
    -}
    -```
    -Data Style
    -
    -```json
    -{
    -  "by_carrier": {
    -    "renderer": "bar_chart"
    -  }
    -}
    -```
    -
    -We could flip the dimensions around and look at the airports' flights by carrier.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"by_carrier":{"renderer":"bar_chart","size":"large"}}}
    -query: table('malloy-data.faa.flights') -> {
    -  where: destination ? 'SFO'| 'OAK' | 'SJC'
    -  nest: by_carrier is {
    -    group_by: destination
    -    aggregate: flight_count is count()
    -    group_by: carrier
    -  }
    -}
    -```
    diff --git a/docs/_src/visualizations/charts_line_chart.md b/docs/_src/visualizations/charts_line_chart.md
    deleted file mode 100644
    index b44efb66a..000000000
    --- a/docs/_src/visualizations/charts_line_chart.md
    +++ /dev/null
    @@ -1,41 +0,0 @@
    -# Line Charts
    -Line charts take two or three parameters.
    -
    -* First parameter -  X-axis is time field or numeric expression
    -* Second parameter - Y-axis is a numeric expression
    -* Third (optional) Pivot is dimensional field (numeric or string)
    -
    -Data Style is 'line_chart'
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"departures_by_month":{"renderer":"line_chart","size":"large"}}}
    -query: table('malloy-data.faa.flights') -> {
    -  nest: departures_by_month is {
    -    group_by: departure_month is dep_time.month
    -    aggregate: flight_count is count()
    -  }
    -}
    -```
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "isPaginationEnabled": true, "size": "medium", "dataStyles": {"carriers_by_month":{"renderer":"line_chart","size":"large"}}}
    -query: table('malloy-data.faa.flights') -> {
    -  nest: carriers_by_month is {
    -    group_by: departure_month is dep_time.month
    -    aggregate: flight_count is count()
    -    group_by: carrier
    -  }
    -}
    -```
    -
    -Style
    -```json
    -{
    -  "carriers_by_month" : {
    -    "renderer": "line_chart"
    -  },
    -  "departures_by_month" : {
    -    "renderer": "line_chart"
    -  }
    -}
    -```
    diff --git a/docs/_src/visualizations/dashboards.md b/docs/_src/visualizations/dashboards.md
    deleted file mode 100644
    index c24d60bb3..000000000
    --- a/docs/_src/visualizations/dashboards.md
    +++ /dev/null
    @@ -1,91 +0,0 @@
    -# Rendering Results
    -
    -Malloy simply returns the data when running a query.  In the VS Code extension, this is rendered as an HTML table, JSON, or can show the generated SQL by  toggling in the top right of the Query Results window.
    -
    -The extension additionally includes the [Vega-Lite](https://vega.github.io/vega-lite/) rendering library for charting, allowing visualization of results. This rendering library is a separate layer from Malloy's data access layer. The preferred approach to specify visualization in the extension is to use a styles file.
    -
    -To set up a styles file for a Malloy model:
    -1. Create a new file with the `.styles.json` suffix (for example, `flights.styles.json`).
    -2. Specify styles
    -3. Reference your styles document in your `.malloy` file, by adding `--! styles ecommerce.styles.json` to the first line.
    -
    -We recommend looking at the individual visualization documents in this section as well as the [sample models](/documentation/samples.html) for examples of how this looks in action.
    -
    -While the above approach is preferred, the extension additionally allows the renderer to utilize naming conventions as a shortcut for visualization specification. For example:
    -
    -```
    -query: flights_bar_chart is table('malloy-data.faa.flights') -> {
    -  group_by: origin
    -  aggregate: flight_count is count()
    -}
    -```
    -
    -Will render as a Bar Chart because of the `bar_chart` suffix.
    -
    -These naming convention shortcuts currently include:
    -* [Bar Chart](/documentation/visualizations/bar_charts.html): `_bar_chart`
    -* [Line Chart](/documentation/visualizations/charts_line_chart.html): `_line_chart`
    -* [Scatter Chart](/documentation/visualizations/scatter_charts.html): `_scatter_chart`
    -* [Shape Map](/documentation/visualizations/shape_maps.html): `_shape_map`
    -* [Segment Map](/documentation/visualizations/segment_maps.html): `_segment_map`
    -* Dashboard: `_dashboard`
    -
    -Styles apply to standalone queries as well as when nested.
    -
    -
    -## Example Model
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/airports_mini.malloy"}
    -source: airports is table('malloy-data.faa.airports') {
    -  measure: airport_count is count()
    -  query: by_state_and_county is {
    -    limit: 10
    -    group_by: state
    -    aggregate: airport_count
    -    nest: by_county is {
    -      limit: 5
    -      group_by: county
    -      aggregate:
    -        airport_count
    -        average_elevation is avg(elevation)
    -    }
    -    nest: by_fac_type is {
    -      group_by: fac_type
    -      aggregate: airport_count
    -    }
    -  }
    -}
    -```
    -
    -
    -## Shows results as a Dashboard
    -The `dashboard` style can be invoked either through the styles file or the `_dashboard` suffix.
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "size":"large", "isPaginationEnabled": true, "source": "/inline/airports_mini.malloy", "queryName": "county_dashboard"}
    -query: county_dashboard is airports -> by_state_and_county
    -```
    -
    -## Example
    -Add styles for `by_fac_type` and `by_county`
    -
    -Data Style:
    -```json
    -{
    -  "by_fac_type": {
    -    "renderer": "bar_chart"
    -  },
    -  "by_county": {
    -    "renderer": "bar_chart"
    -  }
    -}
    -```
    -
    -```malloy
    ---! {"isRunnable": true, "showAs":"html", "runMode": "auto", "size":"large", "isPaginationEnabled": true, "queryName": "county_dashboard", "source": "/inline/airports_mini.malloy", "dataStyles": {"by_fac_type": {"renderer": "bar_chart"},"by_county": {"renderer": "bar_chart"}}}
    -query: county_dashboard is airports -> by_state_and_county
    -```
    -
    -## Additional Charting with Vega Lite
    -The `vega` renderer allows much more customization of rendering than the default visualization options provided in the Extension, using the [Vega-Lite](https://vega.github.io/vega-lite/) library. For examples of using these in Malloy, check out the `flights_custom_vis` model and styles files in the FAA [Sample Models](/documentation/samples.html) download.
    diff --git a/docs/_src/visualizations/scatter_charts.md b/docs/_src/visualizations/scatter_charts.md
    deleted file mode 100644
    index c78e14c9f..000000000
    --- a/docs/_src/visualizations/scatter_charts.md
    +++ /dev/null
    @@ -1,38 +0,0 @@
    -# Scatter Charts
    -
    -Scatter charts compare two numeric values. The data styles for the subsequent examples is:
    -
    -```json
    -{
    -  "seats_by_distance": {
    -    "renderer": "scatter_chart"
    -  }
    -}
    -```
    -
    -## Run as a nested subtable
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "medium", "source": "faa/flights.malloy"}
    -query: flights -> {
    -  nest: seats_by_distance_scatter_chart is {
    -    group_by: seats is aircraft.aircraft_models.seats
    -    group_by: distance is distance
    -    aggregate: route_count is count(distinct concat(origin_code, destination_code))
    -  }
    -}
    -```
    -
    -## Run as a trellis
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "large", "source": "faa/flights.malloy"}
    -query: flights -> {
    -  group_by: origin_code
    -  nest: seats_by_distance_scatter_chart is {
    -    group_by: seats is aircraft.aircraft_models.seats
    -    group_by: distance is distance
    -    aggregate: route_count is count(distinct concat(origin_code, destination_code))
    -  }
    -}
    -```
    diff --git a/docs/_src/visualizations/segment_maps.md b/docs/_src/visualizations/segment_maps.md
    deleted file mode 100644
    index 12bff738e..000000000
    --- a/docs/_src/visualizations/segment_maps.md
    +++ /dev/null
    @@ -1,76 +0,0 @@
    -# Segment Maps
    -
    -The plugin currently supports US maps. Segment maps take as input 4 columns: start latitude , start longitude, end latitude, and  end longitude of the segment.  The model and data styles for the subsequent examples are:
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/e.malloy"}
    -source: airports is table('malloy-data.faa.airports') {
    -  primary_key: code
    -  dimension: name is concat(code, ' - ', full_name)
    -  measure: airport_count is count()
    -}
    -
    -source: flights is table('malloy-data.faa.flights') {
    -  primary_key: id2
    -  rename: origin_code is origin
    -  rename: destination_code is destination
    -
    -  join_one: origin is airports with origin_code
    -  join_one: destination is airports with destination_code
    -
    -  measure: flight_count is count()
    -
    -  query: routes_map is {
    -    group_by:
    -      origin.latitude
    -      origin.longitude
    -      latitude2 is destination.latitude
    -      longitude2 is destination.longitude
    -    aggregate: flight_count
    -  }
    -}
    -
    -```
    -
    -and data styles are
    -```json
    -{
    -  "routes_map": {
    -    "renderer": "segment_map"
    -  }
    -}
    -```
    -## Run as a simple query
    -Departing from Chicago
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "/inline/e.malloy", "size": "medium", "pageSize": 100000, "dataStyles":{"routes_map": {"renderer": "segment_map"}}}
    -query: flights { where: dep_time = @2003-02 and origin.code = 'ORD' } -> routes_map
    -```
    -
    -## Run as a trellis
    -By calling the configured map as a nested query, a trellis is formed.
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "source": "/inline/e.malloy", "size": "medium", "dataStyles":{"routes_map": {"renderer": "segment_map"}}}
    -query: flights { where: dep_time = @2003-02 and origin.code = 'ORD' } -> {
    -  group_by: carrier
    -  aggregate: flight_count
    -  nest:routes_map
    -}
    -```
    -
    -## Run as a trellis, repeated with different filters
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "large", "source": "faa/flights.malloy"}
    -query: flights -> {
    -  group_by: carrier
    -  aggregate: flight_count
    -  nest:
    -    ord_segment_map is routes_map { where: origin.code ? 'ORD' }
    -    sfo_segment_map is routes_map { where: origin.code ? 'SFO' }
    -    jfk_segment_map is routes_map { where: origin.code ? 'JFK' }
    -}
    -
    -```
    diff --git a/docs/_src/visualizations/shape_maps.md b/docs/_src/visualizations/shape_maps.md
    deleted file mode 100644
    index 8e443ab71..000000000
    --- a/docs/_src/visualizations/shape_maps.md
    +++ /dev/null
    @@ -1,60 +0,0 @@
    -
    -# Shape Maps
    -
    -The plugin currently supports US maps and state names. The model and data styles for the subsequent examples are:
    -
    -```malloy
    ---! {"isModel": true, "modelPath": "/inline/e.malloy"}
    -source: airports is table('malloy-data.faa.airports') {
    -  primary_key: code
    -  measure: airport_count is count()
    -  query: by_state is {
    -    where: state != null
    -    group_by: state
    -    aggregate: airport_count
    -  }
    -}
    -```
    -
    -Data Styles
    -```json
    -{
    -  "by_state": {
    -    "renderer": "shape_map"
    -  }
    -}
    -```
    -
    -## Run as a simple query
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "medium", "source": "/inline/e.malloy","dataStyles":{"by_state": {"renderer": "shape_map"}}}
    -query: airports -> { nest: by_state }
    -```
    -
    -
    -## Run as a trellis
    -By calling the configured map as a nested subtable, a trellis is formed.
    -
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "medium", "source": "/inline/e.malloy","dataStyles":{"by_state": {"renderer": "shape_map"}}}
    -query: airports -> {
    -  group_by: faa_region
    -  aggregate: airport_count
    -  nest: by_state
    -}
    -```
    -
    -## Run as a trellis, repeated with different filters
    -
    -```malloy
    ---! {"isRunnable": true, "runMode": "auto", "size": "large", "source": "/inline/e.malloy", "dataStyles": { "heliports": { "renderer": "shape_map" }, "seaplane_bases": { "renderer": "shape_map" } } }
    -query: airports -> {
    -  group_by: faa_region
    -  aggregate: airport_count
    -  nest:
    -    heliports is by_state { where: fac_type = 'HELIPORT' }
    -    seaplane_bases is by_state { where: fac_type = 'SEAPLANE BASE' }
    -}
    -```
    diff --git a/docs/css/document.css b/docs/css/document.css
    deleted file mode 100644
    index dcd1f0869..000000000
    --- a/docs/css/document.css
    +++ /dev/null
    @@ -1,697 +0,0 @@
    ----
    ----
    -
    -html {
    -  height: 100%;
    -  -webkit-font-smoothing: antialiased;
    -}
    -
    -@font-face {
    -  font-family: "Google Sans";
    -  font-style: normal;
    -  font-weight: 400;
    -  src: url({{"/fonts/google-sans-regular-400.woff2"|relative_url}})
    -    format("woff2");
    -  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    -    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    -    U+FEFF, U+FFFD;
    -}
    -
    -@font-face {
    -  font-family: "Google Sans";
    -  font-style: normal;
    -  font-weight: 500;
    -  src: url({{"/fonts/google-sans-regular-500.woff2"|relative_url}})
    -    format("woff2");
    -  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    -    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    -    U+FEFF, U+FFFD;
    -}
    -
    -div.top {
    -  height: 100%;
    -  width: 100%;
    -  overflow: hidden;
    -  display: flex;
    -  flex-direction: column;
    -}
    -
    -div.main {
    -  flex: 1 1 auto;
    -  overflow: hidden;
    -  display: flex;
    -}
    -
    -div.header {
    -  display: flex;
    -  gap: 5px;
    -  min-height: 52px;
    -  padding: 0 15px;
    -  align-items: center;
    -  font-size: 22px;
    -  font-weight: 400;
    -  border-bottom: 1px solid #efefef;
    -  font-family: "Google Sans", Arial, Helvetica, sans-serif;
    -  justify-content: space-between;
    -}
    -
    -div.header-banner {
    -  display: flex;
    -  gap: 5px;
    -  align-items: center;
    -}
    -
    -a.button {
    -  border-radius: 5px;
    -  background-color: #4285f4;
    -  color: white;
    -  border: 1px solid #176af0;
    -  padding: 5px 10px;
    -}
    -
    -div.header span.subtitle {
    -  color: #4285f4;
    -}
    -
    -div.header img {
    -  width: 50px;
    -}
    -
    -body {
    -  display: flex;
    -  overflow: hidden;
    -  margin: 0;
    -  height: 100%;
    -}
    -
    -div.sidebar {
    -  flex: 1 0 250px;
    -  padding: 15px;
    -  overflow-y: auto;
    -}
    -
    -.sidebar-section .sidebar-section .sidebar-section-item-group {
    -  margin-left: 4px;
    -}
    -
    -.sidebar-section .sidebar-section .sidebar-section-title {
    -  margin-left: 4px;
    -}
    -
    -div.sidebar div.sidebar-item a {
    -  padding: 2px 6px;
    -  margin: 2px 0;
    -  height: 26px;
    -  border-radius: 50px;
    -  font-family: "Roboto", Arial, Helvetica, sans-serif;
    -  font-weight: 400;
    -  color: #505050;
    -  font-size: 14px;
    -  display: flex;
    -  align-items: center;
    -  cursor: pointer;
    -  gap: 5px;
    -  text-decoration: none;
    -}
    -
    -/* hacks to get the side bar section to collapse -- looks at the first sibling element */
    -div.sidebar-section-title.collapsed + div.sidebar-section-item-group {
    -  display: none;
    -}
    -
    -div.sidebar div.sidebar-item a img {
    -  width: 22px;
    -}
    -
    -div.sidebar div.sidebar-item a:hover {
    -  background-color: #85b0f730;
    -}
    -
    -div.sidebar div.sidebar-item.active a {
    -  background-color: #85b0f730;
    -}
    -
    -div.sidebar-section-title {
    -  margin: 2px 0;
    -  border-radius: 50px;
    -  font-family: "Roboto", Arial, Helvetica, sans-serif;
    -  font-weight: 500;
    -  font-size: 14px;
    -  display: flex;
    -  padding: 3px 10px;
    -  color: #48494c;
    -  cursor: pointer;
    -  justify-content: space-between;
    -  align-items: center;
    -}
    -
    -div.sidebar-section-title img.chevron-open {
    -  display: none;
    -}
    -
    -div.sidebar-section-title.collapsed img.chevron-closed {
    -  display: none;
    -}
    -
    -div.sidebar-section-title.collapsed img.chevron-open {
    -  display: block;
    -}
    -
    -div.sidebar-section-title:hover {
    -  background-color: #85b0f730;
    -}
    -
    -div.document-outer {
    -  flex: 1 1 auto;
    -  overflow-y: auto;
    -  overflow-x: hidden;
    -  padding: 15px;
    -  background-color: #fafafa;
    -}
    -
    -div.content {
    -  display: flex;
    -  flex: 1 1 auto;
    -  flex-direction: column-reverse;
    -  overflow: hidden;
    -  width: 100%;
    -}
    -
    -div.footer {
    -  border-top: 1px solid #efefef;
    -  flex: 0 0 50px;
    -}
    -
    -div.document {
    -  color: #505050;
    -  font-family: "Roboto", Arial, Helvetica, sans-serif;
    -
    -  background-color: white;
    -  border: 1px solid #eaeaea;
    -  border-radius: 5px;
    -  padding: 16px;
    -}
    -
    -@media only screen and (min-width: 1200px) {
    -  div.document {
    -    width: 85%;
    -    margin-left: 6%;
    -  }
    -}
    -
    -@media only screen and (min-width: 1768px) {
    -  div.document {
    -    width: 75%;
    -    margin-left: 12.5%;
    -  }
    -}
    -
    -div.document code {
    -  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    -    monospace;
    -  background-color: white;
    -  border: 1px solid #eaeaea;
    -  padding: 2px 5px;
    -  border-radius: 4px;
    -  font-size: 12px;
    -  color: #1c821c;
    -}
    -
    -div.document code.language-malloy {
    -  color: #333388;
    -}
    -
    -a {
    -  color: #1a73e8;
    -  text-decoration: none;
    -}
    -
    -h1,
    -h2,
    -h3,
    -h4,
    -h5,
    -h6 {
    -  font-family: "Google Sans", Arial, Helvetica, sans-serif;
    -  margin-bottom: 8px;
    -  color: #202124;
    -}
    -
    -h1 {
    -  font-weight: 400;
    -  margin-top: 0;
    -  font-size: 28px;
    -}
    -
    -h2 {
    -  font-weight: 500;
    -  margin-top: 24px;
    -  font-size: 20px;
    -
    -  padding-bottom: 7px;
    -  margin-bottom: 16px;
    -
    -  border-bottom: 1px solid #4285f4;
    -}
    -
    -h3,
    -h4,
    -h5,
    -h6 {
    -  font-weight: 500;
    -  margin-top: 20px;
    -  font-size: 16px;
    -}
    -
    -blockquote {
    -  padding-left: 10px;
    -  border-left: 3px solid #ededed;
    -  margin: 0;
    -  color: #505050;
    -}
    -
    -table {
    -  border: 1px solid #efefef;
    -  border-radius: 5px;
    -  overflow: hidden;
    -  border-collapse: separate;
    -  border-spacing: 0;
    -  width: 100%;
    -}
    -
    -div.document table th {
    -  font-weight: 500;
    -  font-size: 14px;
    -}
    -
    -table td,
    -table th {
    -  border: 1px solid #efefef;
    -}
    -
    -table tr td,
    -table tr th {
    -  border-right: 0;
    -  padding: 8px;
    -}
    -
    -table tr:last-child td {
    -  border-bottom: 0;
    -}
    -
    -table tr:first-child td,
    -table tr:first-child th {
    -  border-top: 0;
    -}
    -
    -table tr td:first-child,
    -table tr th:first-child {
    -  border-left: 0;
    -}
    -
    -table tr td {
    -  border-top: 0;
    -}
    -
    -div.document p {
    -  font-size: 14px;
    -  line-height: 20px;
    -  margin-bottom: 12px;
    -  margin-top: 4px;
    -}
    -
    -div.document pre {
    -  border: 1px solid #eaeaea;
    -  border-radius: 5px;
    -  overflow-y: visible;
    -  padding: 10px;
    -  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    -    monospace;
    -  font-size: 14px;
    -  overflow-x: auto;
    -  color: #333388;
    -  background-color: #fbfbfb;
    -  line-height: 18px;
    -}
    -
    -div.document span.token.keyword {
    -  color: #af00db;
    -}
    -
    -div.document span.token.comment {
    -  color: #4f984f;
    -}
    -
    -div.document span.token.function,
    -div.document span.token.function_keyword {
    -  color: #795e26;
    -}
    -
    -div.document span.token.string {
    -  color: #ca4c4c;
    -}
    -
    -div.document span.token.regular_expression {
    -  color: #88194d;
    -}
    -
    -div.document span.token.operator,
    -div.document span.token.punctuation {
    -  color: #505050;
    -}
    -
    -div.document span.token.number {
    -  color: #09866a;
    -}
    -
    -div.document span.token.type,
    -div.document span.token.timeframe {
    -  color: #0070c1;
    -}
    -
    -div.document span.token.date {
    -  color: #09866a;
    -  /* color: #8730b3; */
    -}
    -
    -div.document span.token.property {
    -  color: #b98f13;
    -}
    -
    -div.document iframe {
    -  display: flex;
    -  flex-direction: column;
    -  overflow: auto;
    -  border: 1px solid rgb(234, 234, 234);
    -  border-radius: 5px;
    -  max-height: 520px;
    -  width: calc(100% - 2px);
    -}
    -
    -div.document a.header-link {
    -  text-decoration: none;
    -  outline: none;
    -  color: #202124;
    -}
    -
    -div.document a.header-link:hover {
    -  text-decoration: underline;
    -  color: #202124;
    -}
    -
    -div.document a.header-link:active {
    -  outline: none;
    -}
    -
    -div.footer {
    -  background-color: #fafafa;
    -}
    -
    -div.linear-navigation {
    -  width: 100%;
    -  display: flex;
    -  justify-content: space-between;
    -  font-family: "Roboto", Arial, Helvetica, sans-serif;
    -}
    -
    -div.linear-navigation div.item a {
    -  text-decoration: none;
    -  color: #202124;
    -  display: flex;
    -  gap: 5px;
    -}
    -
    -div.linear-navigation div.item a img {
    -  width: 8px;
    -}
    -
    -div.linear-navigation div.item {
    -  border-radius: 15px;
    -  padding: 5px 10px;
    -  font-size: 14px;
    -  margin: 12px;
    -}
    -
    -div.linear-navigation div.item:hover {
    -  background-color: #85b0f730;
    -}
    -
    -div.linear-navigation div.item:hover a {
    -  color: #4285f4;
    -}
    -
    -div.result-outer {
    -  display: flex;
    -  flex-direction: column;
    -  overflow: auto;
    -  border: 1px solid rgb(234, 234, 234);
    -  border-radius: 5px;
    -  margin: 4px 0 12px;
    -  position: relative;
    -}
    -
    -div.result-outer.small {
    -  max-height: 230px;
    -}
    -
    -div.result-outer.medium {
    -  max-height: 380px;
    -}
    -
    -div.result-outer.large {
    -  max-height: 520px;
    -}
    -
    -div.result-middle {
    -  position: relative;
    -  overflow: hidden;
    -  display: none;
    -}
    -
    -div.result-middle[selected] {
    -  display: flex;
    -}
    -
    -div.result-inner {
    -  overflow: auto;
    -  font-family: "Roboto", Arial, Helvetica, sans-serif;
    -  flex-grow: 1;
    -  font-size: 14px;
    -}
    -
    -div.document div.result-inner table {
    -  margin-top: -1px;
    -  margin-bottom: 0;
    -}
    -
    -div.document ul,
    -div.document ol {
    -  font-size: 14px;
    -  color: rgb(60, 64, 67);
    -  line-height: 20px;
    -  margin: 16px 0;
    -  padding: 0;
    -}
    -
    -div.document ul {
    -  list-style: circle;
    -}
    -
    -div.document li {
    -  margin-left: 20px;
    -  margin-bottom: 10px;
    -}
    -
    -div.document li.task p {
    -  display: inline;
    -  margin: 0;
    -}
    -
    -div.document li.task {
    -  list-style: none;
    -  margin-left: -3px;
    -}
    -
    -div.document li.task input[type="checkbox"] {
    -  margin-right: 6px;
    -  vertical-align: bottom;
    -}
    -
    -div.document table {
    -  margin-bottom: 16px;
    -}
    -
    -div.document img {
    -  width: 100%;
    -}
    -
    -div.document div.error {
    -  color: #ca4c4c;
    -}
    -
    -div.document hr {
    -  border: none;
    -  border-bottom: 1px solid #4285f4;
    -}
    -
    -td {
    -  line-height: 24px;
    -  font-size: 14px;
    -}
    -
    -div.document td pre code {
    -  background-color: transparent;
    -  border: none;
    -  white-space: pre-wrap;
    -  padding: 0;
    -  display: block;
    -}
    -
    -div.document td pre {
    -  margin: 0;
    -  overflow-x: hidden;
    -  display: flex;
    -  flex-direction: column;
    -}
    -
    -div.document td pre:not(:first-child) {
    -  margin-top: 10px;
    -}
    -
    -.result-inner td {
    -  line-height: 16px;
    -}
    -
    -div.document .result-inner pre {
    -  border: none;
    -  background-color: transparent;
    -  padding: 8px;
    -  margin: 0;
    -}
    -
    -div.document .result-middle[data-result-kind="sql"] pre,
    -div.document .result-middle[data-result-kind="json"] pre {
    -  background-color: #fbfbfb;
    -}
    -
    -.result-controls-bar {
    -  display: flex;
    -  border-bottom: 1px solid #efefef;
    -  justify-content: space-between;
    -  align-items: center;
    -  color: #b1b1b1;
    -}
    -
    -.result-label {
    -  font-weight: 500;
    -  font-size: 12px;
    -  padding: 0 8px;
    -}
    -
    -.result-controls {
    -  display: flex;
    -  justify-content: end;
    -  padding: 5px 5px 0 5px;
    -  font-size: 12px;
    -  gap: 3px;
    -}
    -
    -.result-controls .result-control {
    -  border: 0;
    -  border-bottom: 1px solid white;
    -  cursor: pointer;
    -  background-color: white;
    -  padding: 3px 5px;
    -  color: #b1b1b1;
    -}
    -
    -.result-controls .result-control:hover {
    -  border-bottom: 1px solid #4285f4;
    -  color: #4285f4;
    -}
    -
    -.result-controls .result-control[selected] {
    -  border-bottom: 1px solid #4285f4;
    -  color: #4285f4;
    -}
    -
    -.search-highlight {
    -  background-color: #ffff005c;
    -  color: unset;
    -}
    -
    -.search-input-outer {
    -  position: relative;
    -}
    -
    -.search-input-outer img {
    -  position: absolute;
    -  top: 6px;
    -  left: 10px;
    -  pointer-events: none;
    -}
    -
    -#search-input {
    -  padding: 9px 10px 8px 40px;
    -  border-radius: 5px;
    -  border: 1px solid #efefef;
    -  color: #505050;
    -  font-size: 16px;
    -  background-color: #fbfbfb;
    -}
    -
    -div.document img.download-icon {
    -  height: 15px;
    -  width: 15px;
    -}
    -
    -a.button-link {
    -  display: flex;
    -  align-items: center;
    -  gap: 5px;
    -}
    -
    -div#banner_wrapper {
    -  display: flex;
    -  position: fixed;
    -  width: 100%;
    -  bottom: 0;
    -  justify-content: center;
    -  pointer-events: none;
    -}
    -
    -div#banner {
    -  pointer-events: initial;
    -  display: flex;
    -  flex-direction: row;
    -  font-family: "Google Sans", Arial, Helvetica, sans-serif;
    -  justify-content: space-between;
    -  align-items: center;
    -  font-size: 16px;
    -  height: 60px;
    -  width: 80%;
    -  max-width: 1000px;
    -  background: #2655c9;
    -  color: white;
    -  padding: 0 20px;
    -  justify-self: center;
    -}
    -
    -div#banner.hidden {
    -  display: none;
    -}
    -
    -div#banner button {
    -  border: 0;
    -  background: white;
    -  color: #2655c9;
    -  height: 30px;
    -  width: 120px;
    -  border-radius: 3px;
    -  cursor: pointer;
    -}
    -
    -div#banner a {
    -  color: white;
    -  text-decoration: underline;
    -}
    diff --git a/docs/fonts/google-sans-regular-400.woff2 b/docs/fonts/google-sans-regular-400.woff2
    deleted file mode 100644
    index 7803436c9..000000000
    Binary files a/docs/fonts/google-sans-regular-400.woff2 and /dev/null differ
    diff --git a/docs/fonts/google-sans-regular-500.woff2 b/docs/fonts/google-sans-regular-500.woff2
    deleted file mode 100644
    index ab01e3bbb..000000000
    Binary files a/docs/fonts/google-sans-regular-500.woff2 and /dev/null differ
    diff --git a/docs/img/article_icon.svg b/docs/img/article_icon.svg
    deleted file mode 100644
    index bea166f01..000000000
    --- a/docs/img/article_icon.svg
    +++ /dev/null
    @@ -1 +0,0 @@
    -
    \ No newline at end of file
    diff --git a/docs/img/docs-page.svg b/docs/img/docs-page.svg
    deleted file mode 100644
    index e5507b4cd..000000000
    --- a/docs/img/docs-page.svg
    +++ /dev/null
    @@ -1,7 +0,0 @@
    -
    -
    -    malloy-icon-projection
    -    
    -        
    -    
    -
    \ No newline at end of file
    diff --git a/docs/img/download.svg b/docs/img/download.svg
    deleted file mode 100644
    index 217990816..000000000
    --- a/docs/img/download.svg
    +++ /dev/null
    @@ -1,12 +0,0 @@
    -
    -
    -    download
    -    
    -        
    -            
    -                
    -                
    -            
    -        
    -    
    -
    \ No newline at end of file
    diff --git a/docs/img/favicon.ico b/docs/img/favicon.ico
    deleted file mode 100644
    index b497e1ac9..000000000
    Binary files a/docs/img/favicon.ico and /dev/null differ
    diff --git a/docs/img/logo.png b/docs/img/logo.png
    deleted file mode 100644
    index db8b26e57..000000000
    Binary files a/docs/img/logo.png and /dev/null differ
    diff --git a/docs/img/next.svg b/docs/img/next.svg
    deleted file mode 100644
    index f04029f3d..000000000
    --- a/docs/img/next.svg
    +++ /dev/null
    @@ -1,11 +0,0 @@
    -
    -
    -    chevron_right
    -    
    -        
    -            
    -                
    -            
    -        
    -    
    -
    \ No newline at end of file
    diff --git a/docs/img/previous.svg b/docs/img/previous.svg
    deleted file mode 100644
    index 1101115c4..000000000
    --- a/docs/img/previous.svg
    +++ /dev/null
    @@ -1,11 +0,0 @@
    -
    -
    -    chevron_left
    -    
    -        
    -            
    -                
    -            
    -        
    -    
    -
    \ No newline at end of file
    diff --git a/docs/img/search.svg b/docs/img/search.svg
    deleted file mode 100644
    index 59290d3c1..000000000
    --- a/docs/img/search.svg
    +++ /dev/null
    @@ -1 +0,0 @@
    -
    \ No newline at end of file
    diff --git a/docs/img/section_close.svg b/docs/img/section_close.svg
    deleted file mode 100644
    index 956338b7f..000000000
    --- a/docs/img/section_close.svg
    +++ /dev/null
    @@ -1 +0,0 @@
    -
    \ No newline at end of file
    diff --git a/docs/img/section_open.svg b/docs/img/section_open.svg
    deleted file mode 100644
    index bfe6c5b47..000000000
    --- a/docs/img/section_open.svg
    +++ /dev/null
    @@ -1 +0,0 @@
    -
    \ No newline at end of file
    diff --git a/docs/img/wordle214a.png b/docs/img/wordle214a.png
    deleted file mode 100644
    index e4932cd2b..000000000
    Binary files a/docs/img/wordle214a.png and /dev/null differ
    diff --git a/docs/img/wordle214b.png b/docs/img/wordle214b.png
    deleted file mode 100644
    index 2a1e9357c..000000000
    Binary files a/docs/img/wordle214b.png and /dev/null differ
    diff --git a/docs/img/wordle214c.png b/docs/img/wordle214c.png
    deleted file mode 100644
    index 8bf5f0614..000000000
    Binary files a/docs/img/wordle214c.png and /dev/null differ
    diff --git a/docs/img/wordle214d.png b/docs/img/wordle214d.png
    deleted file mode 100644
    index d681d8521..000000000
    Binary files a/docs/img/wordle214d.png and /dev/null differ
    diff --git a/docs/img/wordle215a.png b/docs/img/wordle215a.png
    deleted file mode 100644
    index 5175d32ca..000000000
    Binary files a/docs/img/wordle215a.png and /dev/null differ
    diff --git a/docs/img/wordle215b.png b/docs/img/wordle215b.png
    deleted file mode 100644
    index 8b76d8e0c..000000000
    Binary files a/docs/img/wordle215b.png and /dev/null differ
    diff --git a/docs/img/wordle215c.png b/docs/img/wordle215c.png
    deleted file mode 100644
    index a5badd866..000000000
    Binary files a/docs/img/wordle215c.png and /dev/null differ
    diff --git a/docs/img/wordle216a.png b/docs/img/wordle216a.png
    deleted file mode 100644
    index 4c45d164f..000000000
    Binary files a/docs/img/wordle216a.png and /dev/null differ
    diff --git a/docs/img/wordle216b.png b/docs/img/wordle216b.png
    deleted file mode 100644
    index 5b61dcc0a..000000000
    Binary files a/docs/img/wordle216b.png and /dev/null differ
    diff --git a/docs/img/wordle216c.png b/docs/img/wordle216c.png
    deleted file mode 100644
    index 9532486ca..000000000
    Binary files a/docs/img/wordle216c.png and /dev/null differ
    diff --git a/docs/img/wordle217a.png b/docs/img/wordle217a.png
    deleted file mode 100644
    index daba80cfd..000000000
    Binary files a/docs/img/wordle217a.png and /dev/null differ
    diff --git a/docs/img/wordle217b.png b/docs/img/wordle217b.png
    deleted file mode 100644
    index e75412886..000000000
    Binary files a/docs/img/wordle217b.png and /dev/null differ
    diff --git a/docs/img/wordle217c.png b/docs/img/wordle217c.png
    deleted file mode 100644
    index 292f19a3f..000000000
    Binary files a/docs/img/wordle217c.png and /dev/null differ
    diff --git a/docs/img/wordle217d.png b/docs/img/wordle217d.png
    deleted file mode 100644
    index 0d351ca5c..000000000
    Binary files a/docs/img/wordle217d.png and /dev/null differ
    diff --git a/docs/img/wordle218a.png b/docs/img/wordle218a.png
    deleted file mode 100644
    index 39a32647f..000000000
    Binary files a/docs/img/wordle218a.png and /dev/null differ
    diff --git a/docs/img/wordle218b.png b/docs/img/wordle218b.png
    deleted file mode 100644
    index cf52ce258..000000000
    Binary files a/docs/img/wordle218b.png and /dev/null differ
    diff --git a/docs/img/wordle218c.png b/docs/img/wordle218c.png
    deleted file mode 100644
    index fe26810fe..000000000
    Binary files a/docs/img/wordle218c.png and /dev/null differ
    diff --git a/docs/img/wordle219a.png b/docs/img/wordle219a.png
    deleted file mode 100644
    index 8df172e75..000000000
    Binary files a/docs/img/wordle219a.png and /dev/null differ
    diff --git a/docs/img/wordle219b.png b/docs/img/wordle219b.png
    deleted file mode 100644
    index d40b078d8..000000000
    Binary files a/docs/img/wordle219b.png and /dev/null differ
    diff --git a/docs/img/wordle219c.png b/docs/img/wordle219c.png
    deleted file mode 100644
    index 1ac7553b6..000000000
    Binary files a/docs/img/wordle219c.png and /dev/null differ
    diff --git a/docs/index.md b/docs/index.md
    deleted file mode 100644
    index 8d0c0ab04..000000000
    --- a/docs/index.md
    +++ /dev/null
    @@ -1,4 +0,0 @@
    ----
    -layout: redirect
    -redirect: /documentation
    ----
    diff --git a/docs/js/banner.js b/docs/js/banner.js
    deleted file mode 100644
    index 1e492e728..000000000
    --- a/docs/js/banner.js
    +++ /dev/null
    @@ -1,45 +0,0 @@
    -/*
    - * Copyright 2023 Google LLC
    - *
    - * Permission is hereby granted, free of charge, to any person obtaining
    - * a copy of this software and associated documentation files
    - * (the "Software"), to deal in the Software without restriction,
    - * including without limitation the rights to use, copy, modify, merge,
    - * publish, distribute, sublicense, and/or sell copies of the Software,
    - * and to permit persons to whom the Software is furnished to do so,
    - * subject to the following conditions:
    - *
    - * The above copyright notice and this permission notice shall be
    - * included in all copies or substantial portions of the Software.
    - *
    - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    - */
    -
    -const banner = document.getElementById("banner");
    -
    -function onBannerClick() {
    -  try {
    -    localStorage.setItem("cookie-clicked", true);
    -    banner.classList.add("hidden");
    -  } catch {
    -    /* ignore */
    -  }
    -}
    -
    -try {
    -  if (localStorage.getItem("cookie-clicked") === "true") {
    -    banner.classList.add("hidden");
    -  }
    -} catch {
    -  /* ignore */
    -}
    -
    -document
    -  .getElementById("banner_button")
    -  .addEventListener("click", onBannerClick);
    diff --git a/docs/js/search.js b/docs/js/search.js
    deleted file mode 100644
    index 7f6824412..000000000
    --- a/docs/js/search.js
    +++ /dev/null
    @@ -1,220 +0,0 @@
    -/*
    - * Copyright 2023 Google LLC
    - *
    - * Permission is hereby granted, free of charge, to any person obtaining
    - * a copy of this software and associated documentation files
    - * (the "Software"), to deal in the Software without restriction,
    - * including without limitation the rights to use, copy, modify, merge,
    - * publish, distribute, sublicense, and/or sell copies of the Software,
    - * and to permit persons to whom the Software is furnished to do so,
    - * subject to the following conditions:
    - *
    - * The above copyright notice and this permission notice shall be
    - * included in all copies or substantial portions of the Software.
    - *
    - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    - */
    -
    -function textContent(html) {
    -  const dummyElement = document.createElement("div");
    -  dummyElement.innerHTML = html;
    -  return dummyElement.textContent;
    -}
    -
    -function getTerms(query) {
    -  return query
    -    .toLowerCase()
    -    .split(/\s/)
    -    .filter((term) => term.length > 0);
    -}
    -
    -function search(segments, query) {
    -  const terms = getTerms(query);
    -  const scoredSegments = [];
    -  for (const segment of segments) {
    -    let score = 0;
    -    const matchingParagraphs = [];
    -    let lastMatched = false;
    -    segment.paragraphs.forEach((paragraph) => {
    -      let found = false;
    -      let paragraphScore = 0;
    -      for (const term of terms) {
    -        if (textContent(paragraph.text).toLowerCase().includes(term)) {
    -          paragraphScore += 10;
    -          found = true;
    -        }
    -      }
    -      if (found) {
    -        matchingParagraphs.push(paragraph);
    -        lastMatched = true;
    -      } else {
    -        if (lastMatched) {
    -          matchingParagraphs.push({ type: "p", text: "..." });
    -        }
    -        lastMatched = false;
    -      }
    -      score = Math.max(score, paragraphScore);
    -    });
    -
    -    if (
    -      segment.titles.some((title) =>
    -        terms.some((term) => title.toLowerCase().includes(term))
    -      )
    -    ) {
    -      score += 100;
    -    }
    -    if (!lastMatched) {
    -      matchingParagraphs.pop();
    -    }
    -    scoredSegments.push({
    -      score,
    -      segment: {
    -        path: segment.path,
    -        titles: segment.titles,
    -        paragraphs: matchingParagraphs,
    -      },
    -    });
    -  }
    -  return scoredSegments
    -    .filter(({ score }) => score > 0)
    -    .sort(({ score: score1 }, { score: score2 }) => score2 - score1);
    -}
    -
    -function highlight(paragraphElement, query) {
    -  const terms = getTerms(query);
    -  const newNodes = [];
    -  for (const node of paragraphElement.childNodes) {
    -    if (node.nodeType === Node.TEXT_NODE) {
    -      const newNode = document.createElement("span");
    -      let content = node.textContent;
    -      for (const term of terms) {
    -        content = content.replace(
    -          new RegExp(term, "gi"),
    -          (m) => `${m}`
    -        );
    -      }
    -      newNode.innerHTML = content;
    -      newNodes.push(...newNode.childNodes);
    -    } else {
    -      newNodes.push(highlight(node, query));
    -    }
    -  }
    -  paragraphElement.innerHTML = "";
    -  for (const node of newNodes) {
    -    paragraphElement.appendChild(node);
    -  }
    -  return paragraphElement;
    -}
    -
    -const LINES_AROUND_TO_INCLUDE = 2;
    -
    -function collapseCode(paragraphElement, query) {
    -  const terms = getTerms(query);
    -  const termRegexes = terms.map((term) => new RegExp(term, "gi"));
    -  const includeLines = {};
    -  const lines = paragraphElement.querySelectorAll("span.line");
    -  for (let i = 0; i < lines.length; i++) {
    -    const line = lines[i];
    -    const lineMatchesQuery = termRegexes.some((regex) =>
    -      line.textContent.match(regex)
    -    );
    -    if (lineMatchesQuery) {
    -      for (
    -        let j = i - LINES_AROUND_TO_INCLUDE;
    -        j <= i + LINES_AROUND_TO_INCLUDE;
    -        j++
    -      ) {
    -        includeLines[j] = true;
    -      }
    -    }
    -  }
    -  const newLines = [];
    -  let needsElipsis = false;
    -  let leadingSpace = "";
    -  for (let i = 0; i < lines.length; i++) {
    -    if (includeLines[i]) {
    -      const line = lines[i];
    -      leadingSpace = line.textContent.match(/^\s*/)[0];
    -      if (needsElipsis) {
    -        newLines.push(document.createTextNode(leadingSpace + "..."));
    -      }
    -      newLines.push(line);
    -      needsElipsis = false;
    -    } else {
    -      needsElipsis = true;
    -    }
    -  }
    -  if (needsElipsis) {
    -    newLines.push(document.createTextNode(leadingSpace + "..."));
    -  }
    -  const preElement = paragraphElement.querySelector("pre");
    -  preElement.innerHTML = "";
    -  for (const line of newLines) {
    -    preElement.appendChild(line);
    -    preElement.appendChild(document.createTextNode("\n"));
    -  }
    -}
    -
    -const urlParams = new URLSearchParams(window.location.search);
    -const query = urlParams.get("query");
    -
    -const results = search(window.SEARCH_SEGMENTS, query);
    -
    -const resultsElement = document.getElementById("search-results");
    -resultsElement.innerHTML = "";
    -
    -for (const result of results) {
    -  const resultElement = document.createElement("div");
    -  {
    -    const headingElement = document.createElement("h2");
    -    result.segment.titles.forEach((title, index) => {
    -      const linkElement = document.createElement("a");
    -      const anchor = title.toLowerCase().replace(/[^\w]+/g, "-");
    -      linkElement.innerHTML = title;
    -      linkElement.href =
    -        result.segment.path
    -          .replace(".md", ".html")
    -          .replace(/^\//, "documentation/") + (index > 0 ? "#" + anchor : "");
    -      highlight(linkElement, query);
    -      headingElement.appendChild(linkElement);
    -      if (index != result.segment.titles.length - 1) {
    -        const caret = document.createElement("span");
    -        caret.innerText = " › ";
    -        headingElement.appendChild(caret);
    -      }
    -    });
    -    resultElement.appendChild(headingElement);
    -  }
    -  {
    -    const previewElement = document.createElement("div");
    -    for (const paragraph of result.segment.paragraphs) {
    -      const pElement = document.createElement("p");
    -      pElement.innerHTML = paragraph.text;
    -      if (paragraph.type === "code") {
    -        collapseCode(pElement, query);
    -      }
    -      highlight(pElement, query);
    -      previewElement.appendChild(pElement);
    -    }
    -    if (result.segment.paragraphs.length === 0) {
    -      const iElement = document.createElement("i");
    -      iElement.innerHTML = "Title matches term";
    -      highlight(iElement, query);
    -      previewElement.appendChild(iElement);
    -    }
    -    resultElement.appendChild(previewElement);
    -  }
    -  resultsElement.appendChild(resultElement);
    -}
    -
    -if (results.length === 0) {
    -  const emptyElement = document.createElement("div");
    -  emptyElement.innerHTML = "No results";
    -  resultsElement.appendChild(emptyElement);
    -}
    diff --git a/docs/js/sidebar_state.js b/docs/js/sidebar_state.js
    deleted file mode 100644
    index 2df09983d..000000000
    --- a/docs/js/sidebar_state.js
    +++ /dev/null
    @@ -1,72 +0,0 @@
    -/*
    - * Copyright 2023 Google LLC
    - *
    - * Permission is hereby granted, free of charge, to any person obtaining
    - * a copy of this software and associated documentation files
    - * (the "Software"), to deal in the Software without restriction,
    - * including without limitation the rights to use, copy, modify, merge,
    - * publish, distribute, sublicense, and/or sell copies of the Software,
    - * and to permit persons to whom the Software is furnished to do so,
    - * subject to the following conditions:
    - *
    - * The above copyright notice and this permission notice shall be
    - * included in all copies or substantial portions of the Software.
    - *
    - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    - */
    -
    -function toggleTab(tabElement) {
    -  const classList = tabElement.classList;
    -  const isCollapsed = classList.contains("collapsed");
    -  if (isCollapsed) {
    -    classList.remove("collapsed");
    -  } else {
    -    classList.add("collapsed");
    -  }
    -  setCollapsed(tabElement.id, !isCollapsed);
    -}
    -
    -function getCollapseState() {
    -  try {
    -    return JSON.parse(localStorage.getItem("collapse_state")) || {};
    -  } catch (_error) {
    -    return {};
    -  }
    -}
    -
    -function setCollapseState(collapseState) {
    -  localStorage.setItem("collapse_state", JSON.stringify(collapseState));
    -}
    -
    -function setCollapsed(id, isCollapsed) {
    -  const collapseState = getCollapseState();
    -  collapseState[id] = isCollapsed;
    -  setCollapseState(collapseState);
    -}
    -
    -function getCollapsed(id) {
    -  const collapseState = getCollapseState();
    -  const isCollapsed = collapseState[id];
    -  return isCollapsed === undefined ? true : isCollapsed;
    -}
    -
    -Array.from(document.getElementsByClassName("sidebar-section-title")).forEach(
    -  (element) => {
    -    if (!getCollapsed(element.id)) {
    -      element.classList.remove("collapsed");
    -    }
    -    element.addEventListener("click", () => toggleTab(element));
    -  }
    -);
    -
    -const sidebarElement = document.getElementById("sidebar");
    -sidebarElement.addEventListener("scroll", () => {
    -  localStorage.setItem("sidebar_scroll_position", sidebarElement.scrollTop);
    -});
    -sidebarElement.scrollTop = localStorage.getItem("sidebar_scroll_position") || 0;
    diff --git a/docs/js/view_toggles.js b/docs/js/view_toggles.js
    deleted file mode 100644
    index f0f4dab11..000000000
    --- a/docs/js/view_toggles.js
    +++ /dev/null
    @@ -1,49 +0,0 @@
    -/*
    - * Copyright 2023 Google LLC
    - *
    - * Permission is hereby granted, free of charge, to any person obtaining
    - * a copy of this software and associated documentation files
    - * (the "Software"), to deal in the Software without restriction,
    - * including without limitation the rights to use, copy, modify, merge,
    - * publish, distribute, sublicense, and/or sell copies of the Software,
    - * and to permit persons to whom the Software is furnished to do so,
    - * subject to the following conditions:
    - *
    - * The above copyright notice and this permission notice shall be
    - * included in all copies or substantial portions of the Software.
    - *
    - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    - */
    -
    -Array.from(document.getElementsByClassName("result-outer")).forEach(
    -  (resultElement) => {
    -    const controlElements = Array.from(
    -      resultElement.getElementsByClassName("result-control")
    -    );
    -    const resultElements = Array.from(
    -      resultElement.getElementsByClassName("result-middle")
    -    );
    -    controlElements.forEach((controlElement) => {
    -      controlElement.addEventListener("click", () => {
    -        controlElements.forEach((controlElement) =>
    -          controlElement.removeAttribute("selected")
    -        );
    -        resultElements.forEach((resultElement) =>
    -          resultElement.removeAttribute("selected")
    -        );
    -        const resultKind = controlElement.getAttribute("data-result-kind");
    -        controlElement.setAttribute("selected", true);
    -        const selectedResult = resultElement.querySelector(
    -          `.result-middle[data-result-kind="${resultKind}"]`
    -        );
    -        selectedResult.setAttribute("selected", true);
    -      });
    -    });
    -  }
    -);
    diff --git a/docs/package.json b/docs/package.json
    deleted file mode 100644
    index e986b24bb..000000000
    --- a/docs/package.json
    +++ /dev/null
    @@ -1,4 +0,0 @@
    -{
    -  "private": true,
    -  "type": "module"
    -}
    diff --git a/docs/search.html b/docs/search.html
    deleted file mode 100644
    index 0de70a7a7..000000000
    --- a/docs/search.html
    +++ /dev/null
    @@ -1,13 +0,0 @@
    ----
    -layout: documentation
    -title: Malloy Search Results
    ----
    -
    -
    -

    Search Results

    -
    - Loading... -
    - - -
    \ No newline at end of file diff --git a/documentation.md b/documentation.md deleted file mode 100644 index 0b2e00b98..000000000 --- a/documentation.md +++ /dev/null @@ -1,84 +0,0 @@ -## Documentation Development - -Documentation is a static site built by [Jekyll](https://jekyllrb.com/) with -some custom preprocessing. - -Source for documentation lives in the `/docs/_src` directory. Any `.md` -files will be included in compiled documentation, `table_of_contents.json` -specifies the sidebar, and any other files will be copied as static files. - -Custom preprocessing is done in `/docs/_scripts/build_docs/index.ts`. - -### Installation - -Jekyll is a Ruby Gem, so you will need to have Ruby 2.5.0+, RubyGems, GCC, -Make, and Bundler installed. See [here](https://jekyllrb.com/docs/installation/) -for more info on Jekyll's requirements. - -To install Bundler, run - -``` -gem install bundler -``` - -Once all that is installed, you can install Jekyll and its Ruby dependencies: - -``` -bundle install -``` - -### Compile - -To compile the documentation, run `npm run docs-build`. Your system must be -authenticated to a BigQuery instance with access to all the public tables referenced in the -`/samples` models. - -### Develop - -For developing the documentation, run `npm run docs-serve` build the docs, watch for -file changes in any of the docs, static files, or sample models, and serve the result -at [http://127.0.0.1:4000](http://127.0.0.1:4000). Jekyll hot-reloading is -enabled, so pages should automatically refresh when changes are made. When initial -compilation is complete, a browser should open to the home page. - -Code blocks in the documentation may begin with a command string to indicate -whether the code should be run, and how the query should be compiled or the results -formatted. This command string is JSON-formatted and must appear on the first -line in a comment with an `!`, like: `--! { "isRunnable": true }`. For example, - -```` -```malloy ---! {"isRunnable": true, "source": "faa/flights.malloy", "size": "large"} -flights -> sessionize -``` -```` - -Currently, options include `isRunnable` (which must be `true` for the snippet -to run), `project` (which refers to a directory in `/samples`), `model` ( -which refers to a file (not including the `.malloy` extension inside that -directory), and `size` (which adjusts the maximum scroll size of the results). - -### Style - -The following list describes style conventions used in the docs. - -- Use headers (`# Foo`, `## Bar`, etc.) to organize document structure, not for - emphasis. If you want to show emphasis, do it with `**bold**` or `_italics_`. -- Code spans (`` `source flights` ``) are by default _Malloy_ syntax-highlighted. If - you are writing a code span with code in any other language, use an HTML code tag, - e.g. `SELECT *` - -### Deploy - -To deploy the docs, use the following steps: - -1. Merge any docs changes into `main` -2. `git checkout main` -3. `git pull` -4. `git checkout docs-release` -5. `git pull` -6. `git merge main` -7. `npm run docs-build` -8. `git add docs` -9. `git commit` -10. `git push` diff --git a/package-lock.json b/package-lock.json index 30ee41c98..fd83eb976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,18 +13,12 @@ "@malloydata/db-bigquery": "*", "@malloydata/malloy": "*", "@malloydata/render": "*", - "@types/archiver": "^5.3.1", "@types/fs-extra": "^9.0.13", "@types/jest-expect-message": "^1.0.3", "@types/jsdom": "^20.0.0", - "@types/md5": "^2.3.1", "@types/node": "^16.6.2", - "@types/node-fetch": "^2.6.2", - "@types/tar-stream": "^2.2.2", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.18.0", - "archiver": "^5.3.0", - "concurrently": "^6.2.1", "cross-os": "^1.5.0", "csv-stringify": "^5.6.5", "dotenv-cli": "^6.0.0", @@ -38,17 +32,11 @@ "jest-silent-reporter": "^0.5.0", "jsdom": "^19.0.0", "lerna": "^5.4.3", - "node-fetch": "^2.6.1", "prettier": "^2.3.2", - "remark-gfm": "^1.0.0", - "remark-parse": "^10.0.1", - "shiki": "^0.10.1", - "tar-stream": "^2.2.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "4.8.4", - "unified": "^10.1.2", - "wait-on": "^6.0.0" + "unified": "^10.1.2" }, "engines": { "node": ">=16", @@ -789,19 +777,6 @@ "node": ">=10" } }, - "node_modules/@hapi/hoek": { - "version": "9.3.0", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@hapi/topo": { - "version": "5.1.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, "node_modules/@humanwhocodes/config-array": { "version": "0.5.0", "dev": true, @@ -3751,24 +3726,6 @@ "typescript": "^3 || ^4" } }, - "node_modules/@sideway/address": { - "version": "4.1.4", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@sideway/formula": { - "version": "3.0.0", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@sideway/pinpoint": { - "version": "2.0.0", - "dev": true, - "license": "BSD-3-Clause" - }, "node_modules/@sinclair/typebox": { "version": "0.24.28", "dev": true, @@ -3817,14 +3774,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/archiver": { - "version": "5.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/glob": "*" - } - }, "node_modules/@types/babel__core": { "version": "7.1.20", "dev": true, @@ -3874,14 +3823,6 @@ "version": "5.0.2", "license": "MIT" }, - "node_modules/@types/debug": { - "version": "4.1.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/ms": "*" - } - }, "node_modules/@types/estree": { "version": "0.0.50", "license": "MIT" @@ -3898,15 +3839,6 @@ "@types/node": "*" } }, - "node_modules/@types/glob": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, "node_modules/@types/graceful-fs": { "version": "4.1.5", "dev": true, @@ -3999,14 +3931,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/@types/minimatch": { "version": "3.0.5", "dev": true, @@ -4017,24 +3941,10 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/ms": { - "version": "0.7.31", - "dev": true, - "license": "MIT" - }, "node_modules/@types/node": { "version": "16.11.48", "license": "MIT" }, - "node_modules/@types/node-fetch": { - "version": "2.6.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", "dev": true, @@ -4068,14 +3978,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/tar-stream": { - "version": "2.2.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/tough-cookie": { "version": "4.0.2", "dev": true, @@ -4511,65 +4413,6 @@ "version": "1.2.0", "license": "ISC" }, - "node_modules/archiver": { - "version": "5.3.1", - "dev": true, - "license": "MIT", - "dependencies": { - "archiver-utils": "^2.1.0", - "async": "^3.2.3", - "buffer-crc32": "^0.2.1", - "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", - "tar-stream": "^2.2.0", - "zip-stream": "^4.1.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/archiver-utils": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "glob": "^7.1.4", - "graceful-fs": "^4.2.0", - "lazystream": "^1.0.0", - "lodash.defaults": "^4.2.0", - "lodash.difference": "^4.5.0", - "lodash.flatten": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.union": "^4.6.0", - "normalize-path": "^3.0.0", - "readable-stream": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/archiver-utils/node_modules/readable-stream": { - "version": "2.3.7", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/archiver-utils/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/are-we-there-yet": { "version": "3.0.1", "license": "ISC", @@ -4687,14 +4530,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/axios": { - "version": "0.25.0", - "dev": true, - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.14.7" - } - }, "node_modules/babel-jest": { "version": "29.3.1", "dev": true, @@ -4982,14 +4817,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/buffer-crc32": { - "version": "0.2.13", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, "node_modules/buffer-equal-constant-time": { "version": "1.0.1", "license": "BSD-3-Clause" @@ -5155,15 +4982,6 @@ ], "license": "CC-BY-4.0" }, - "node_modules/ccount": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/chalk": { "version": "4.1.2", "dev": true, @@ -5187,33 +5005,6 @@ "node": ">=10" } }, - "node_modules/character-entities": { - "version": "1.2.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "1.1.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-reference-invalid": { - "version": "1.1.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/chardet": { "version": "0.7.0", "dev": true, @@ -5523,59 +5314,10 @@ "node": ">=8" } }, - "node_modules/compress-commons": { - "version": "4.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "buffer-crc32": "^0.2.13", - "crc32-stream": "^4.0.2", - "normalize-path": "^3.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": ">= 10" - } - }, "node_modules/concat-map": { "version": "0.0.1", "license": "MIT" }, - "node_modules/concurrently": { - "version": "6.5.1", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.0", - "date-fns": "^2.16.1", - "lodash": "^4.17.21", - "rxjs": "^6.6.3", - "spawn-command": "^0.0.2-1", - "supports-color": "^8.1.0", - "tree-kill": "^1.2.2", - "yargs": "^16.2.0" - }, - "bin": { - "concurrently": "bin/concurrently.js" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/concurrently/node_modules/supports-color": { - "version": "8.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/config-chain": { "version": "1.1.13", "dev": true, @@ -5942,29 +5684,6 @@ "node": ">=10" } }, - "node_modules/crc-32": { - "version": "1.2.2", - "dev": true, - "license": "Apache-2.0", - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/crc32-stream": { - "version": "4.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "crc-32": "^1.2.0", - "readable-stream": "^3.4.0" - }, - "engines": { - "node": ">= 10" - } - }, "node_modules/create-require": { "version": "1.1.1", "dev": true, @@ -6134,18 +5853,6 @@ "node": ">=12" } }, - "node_modules/date-fns": { - "version": "2.29.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, "node_modules/dateformat": { "version": "3.0.3", "dev": true, @@ -6210,27 +5917,6 @@ "dev": true, "license": "MIT" }, - "node_modules/decode-named-character-reference": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "character-entities": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/decode-named-character-reference/node_modules/character-entities": { - "version": "2.0.2", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/dedent": { "version": "0.7.0", "dev": true, @@ -6314,14 +6000,6 @@ "dev": true, "license": "ISC" }, - "node_modules/dequal": { - "version": "2.0.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/detect-indent": { "version": "6.1.0", "dev": true, @@ -6347,14 +6025,6 @@ "wrappy": "1" } }, - "node_modules/diff": { - "version": "5.0.0", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, "node_modules/diff-sequences": { "version": "27.5.1", "dev": true, @@ -7341,26 +7011,13 @@ "is-callable": "^1.1.3" } }, - "node_modules/form-data": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fs-constants": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/fs-extra": { - "version": "10.1.0", + "node_modules/fs-constants": { + "version": "1.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/fs-extra": { + "version": "10.1.0", "dev": true, "license": "MIT", "dependencies": { @@ -8205,28 +7862,6 @@ "node": "*" } }, - "node_modules/is-alphabetical": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/is-arguments": { "version": "1.1.1", "license": "MIT", @@ -8330,15 +7965,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-decimal": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/is-docker": { "version": "2.2.1", "dev": true, @@ -8400,15 +8026,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-hexadecimal": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/is-interactive": { "version": "1.0.0", "dev": true, @@ -10725,18 +10342,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/joi": { - "version": "17.6.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.0", - "@sideway/pinpoint": "^2.0.0" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "dev": true, @@ -10985,39 +10590,6 @@ "node": ">=6" } }, - "node_modules/lazystream": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "readable-stream": "^2.0.5" - }, - "engines": { - "node": ">= 0.6.3" - } - }, - "node_modules/lazystream/node_modules/readable-stream": { - "version": "2.3.7", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/lazystream/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/lerna": { "version": "5.6.2", "dev": true, @@ -11212,31 +10784,11 @@ "version": "4.3.0", "license": "MIT" }, - "node_modules/lodash.defaults": { - "version": "4.2.0", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.difference": { - "version": "4.5.0", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.flatten": { - "version": "4.4.0", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.ismatch": { "version": "4.4.0", "dev": true, "license": "MIT" }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.memoize": { "version": "4.1.2", "dev": true, @@ -11252,11 +10804,6 @@ "dev": true, "license": "MIT" }, - "node_modules/lodash.union": { - "version": "4.6.0", - "dev": true, - "license": "MIT" - }, "node_modules/log-symbols": { "version": "4.1.0", "dev": true, @@ -11272,15 +10819,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/longest-streak": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/lru-cache": { "version": "6.0.0", "license": "ISC", @@ -11292,8 +10830,9 @@ } }, "node_modules/luxon": { - "version": "1.28.0", - "license": "MIT", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==", "engines": { "node": "*" } @@ -11374,18 +10913,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/markdown-table": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "repeat-string": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/md5": { "version": "2.3.0", "license": "BSD-3-Clause", @@ -11395,179 +10922,6 @@ "is-buffer": "~1.1.6" } }, - "node_modules/mdast-util-find-and-replace": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "escape-string-regexp": "^4.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-from-markdown": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-from-markdown/node_modules/micromark": { - "version": "3.0.10", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/mdast-util-gfm": { - "version": "0.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "mdast-util-gfm-autolink-literal": "^0.1.0", - "mdast-util-gfm-strikethrough": "^0.2.0", - "mdast-util-gfm-table": "^0.1.0", - "mdast-util-gfm-task-list-item": "^0.1.0", - "mdast-util-to-markdown": "^0.6.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-autolink-literal": { - "version": "0.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "ccount": "^1.0.0", - "mdast-util-find-and-replace": "^1.1.0", - "micromark": "^2.11.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-strikethrough": { - "version": "0.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "mdast-util-to-markdown": "^0.6.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-table": { - "version": "0.1.6", - "dev": true, - "license": "MIT", - "dependencies": { - "markdown-table": "^2.0.0", - "mdast-util-to-markdown": "~0.6.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-task-list-item": { - "version": "0.1.6", - "dev": true, - "license": "MIT", - "dependencies": { - "mdast-util-to-markdown": "~0.6.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-markdown": { - "version": "0.6.5", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-string": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/meow": { "version": "8.1.2", "dev": true, @@ -11641,501 +10995,20 @@ "node": ">= 8" } }, - "node_modules/micromark": { - "version": "2.11.4", + "node_modules/micromatch": { + "version": "4.0.5", "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], "license": "MIT", "dependencies": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" } }, - "node_modules/micromark-core-commonmark": { - "version": "1.0.6", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-extension-gfm": { - "version": "0.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "micromark": "~2.11.0", - "micromark-extension-gfm-autolink-literal": "~0.5.0", - "micromark-extension-gfm-strikethrough": "~0.6.5", - "micromark-extension-gfm-table": "~0.4.0", - "micromark-extension-gfm-tagfilter": "~0.3.0", - "micromark-extension-gfm-task-list-item": "~0.3.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-autolink-literal": { - "version": "0.5.7", - "dev": true, - "license": "MIT", - "dependencies": { - "micromark": "~2.11.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-strikethrough": { - "version": "0.6.5", - "dev": true, - "license": "MIT", - "dependencies": { - "micromark": "~2.11.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-table": { - "version": "0.4.3", - "dev": true, - "license": "MIT", - "dependencies": { - "micromark": "~2.11.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-tagfilter": { - "version": "0.3.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-task-list-item": { - "version": "0.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "micromark": "~2.11.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-factory-destination": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-label": { - "version": "1.0.2", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-space": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-title": { - "version": "1.0.2", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-whitespace": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-character": { - "version": "1.1.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-chunked": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-classify-character": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-combine-extensions": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-numeric-character-reference": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-string": { - "version": "1.0.2", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-encode": { - "version": "1.0.1", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT" - }, - "node_modules/micromark-util-html-tag-name": { - "version": "1.1.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT" - }, - "node_modules/micromark-util-normalize-identifier": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-resolve-all": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri": { - "version": "1.0.0", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-subtokenize": { - "version": "1.0.2", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-util-symbol": { - "version": "1.0.1", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT" - }, - "node_modules/micromark-util-types": { - "version": "1.0.2", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT" - }, - "node_modules/micromatch": { - "version": "4.0.5", - "dev": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", + "node_modules/mime-db": { + "version": "1.52.0", "dev": true, "license": "MIT", "engines": { @@ -12337,14 +11210,6 @@ "node": ">=0.10.0" } }, - "node_modules/mri": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/ms": { "version": "2.1.2", "license": "MIT" @@ -13395,23 +12260,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/parse-entities": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/parse-json": { "version": "5.2.0", "dev": true, @@ -14021,33 +12869,6 @@ "node": ">= 6" } }, - "node_modules/readdir-glob": { - "version": "1.1.2", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "minimatch": "^5.1.0" - } - }, - "node_modules/readdir-glob/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/readdir-glob/node_modules/minimatch": { - "version": "5.1.0", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/readdir-scoped-modules": { "version": "1.1.0", "dev": true, @@ -14115,33 +12936,6 @@ "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/remark-gfm": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "mdast-util-gfm": "^0.1.0", - "micromark-extension-gfm": "^0.3.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-parse": { - "version": "10.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/repeat-string": { "version": "1.6.1", "license": "MIT", @@ -14305,28 +13099,6 @@ "version": "1.3.3", "license": "BSD-3-Clause" }, - "node_modules/rxjs": { - "version": "6.6.7", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/sade": { - "version": "1.8.1", - "dev": true, - "license": "MIT", - "dependencies": { - "mri": "^1.1.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/safe-buffer": { "version": "5.1.2", "license": "MIT" @@ -14393,16 +13165,6 @@ "node": ">=8" } }, - "node_modules/shiki": { - "version": "0.10.1", - "dev": true, - "license": "MIT", - "dependencies": { - "jsonc-parser": "^3.0.0", - "vscode-oniguruma": "^1.6.1", - "vscode-textmate": "5.2.0" - } - }, "node_modules/side-channel": { "version": "1.0.4", "license": "MIT", @@ -14519,11 +13281,6 @@ "source-map": "^0.6.0" } }, - "node_modules/spawn-command": { - "version": "0.0.2-1", - "dev": true, - "license": "MIT" - }, "node_modules/spdx-correct": { "version": "3.1.1", "dev": true, @@ -15018,14 +13775,6 @@ "node": ">=12" } }, - "node_modules/tree-kill": { - "version": "1.2.2", - "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" - } - }, "node_modules/treeverse": { "version": "2.0.0", "dev": true, @@ -15396,15 +14145,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/unist-util-is": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/unist-util-stringify-position": { "version": "3.0.2", "dev": true, @@ -15417,19 +14157,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/universal-user-agent": { "version": "6.0.0", "dev": true, @@ -15512,31 +14239,6 @@ "uuid": "dist/bin/uuid" } }, - "node_modules/uvu": { - "version": "0.5.6", - "dev": true, - "license": "MIT", - "dependencies": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3" - }, - "bin": { - "uvu": "bin.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/uvu/node_modules/kleur": { - "version": "4.1.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/v8-compile-cache": { "version": "2.3.0", "dev": true, @@ -16306,16 +15008,6 @@ "node": ">=4" } }, - "node_modules/vscode-oniguruma": { - "version": "1.6.2", - "dev": true, - "license": "MIT" - }, - "node_modules/vscode-textmate": { - "version": "5.2.0", - "dev": true, - "license": "MIT" - }, "node_modules/w3c-hr-time": { "version": "1.0.2", "dev": true, @@ -16335,37 +15027,6 @@ "node": ">=12" } }, - "node_modules/wait-on": { - "version": "6.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "axios": "^0.25.0", - "joi": "^17.6.0", - "lodash": "^4.17.21", - "minimist": "^1.2.5", - "rxjs": "^7.5.4" - }, - "bin": { - "wait-on": "bin/wait-on" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/wait-on/node_modules/rxjs": { - "version": "7.5.6", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/wait-on/node_modules/tslib": { - "version": "2.4.0", - "dev": true, - "license": "0BSD" - }, "node_modules/walk-up-path": { "version": "1.0.0", "dev": true, @@ -16785,28 +15446,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/zip-stream": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "archiver-utils": "^2.1.0", - "compress-commons": "^4.1.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/zwitch": { - "version": "1.0.5", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "packages/malloy": { "name": "@malloydata/malloy", "version": "0.0.22", @@ -16821,6 +15460,7 @@ "devDependencies": { "@types/lodash": "^4.14.165", "@types/luxon": "^1.26.4", + "@types/md5": "^2.3.1", "antlr4ts-cli": "^0.5.0-alpha.4" } }, @@ -17371,17 +16011,6 @@ "@google-cloud/promisify": { "version": "2.0.4" }, - "@hapi/hoek": { - "version": "9.3.0", - "dev": true - }, - "@hapi/topo": { - "version": "5.1.0", - "dev": true, - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, "@humanwhocodes/config-array": { "version": "0.5.0", "dev": true, @@ -19060,6 +17689,7 @@ "requires": { "@types/lodash": "^4.14.165", "@types/luxon": "^1.26.4", + "@types/md5": "^2.3.1", "antlr4ts": "^0.5.0-alpha.4", "antlr4ts-cli": "^0.5.0-alpha.4", "assert": "^2.0.0", @@ -19501,21 +18131,6 @@ "esquery": "^1.0.1" } }, - "@sideway/address": { - "version": "4.1.4", - "dev": true, - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@sideway/formula": { - "version": "3.0.0", - "dev": true - }, - "@sideway/pinpoint": { - "version": "2.0.0", - "dev": true - }, "@sinclair/typebox": { "version": "0.24.28", "dev": true @@ -19553,13 +18168,6 @@ "version": "1.0.3", "dev": true }, - "@types/archiver": { - "version": "5.3.1", - "dev": true, - "requires": { - "@types/glob": "*" - } - }, "@types/babel__core": { "version": "7.1.20", "dev": true, @@ -19602,13 +18210,6 @@ "@types/command-line-usage": { "version": "5.0.2" }, - "@types/debug": { - "version": "4.1.7", - "dev": true, - "requires": { - "@types/ms": "*" - } - }, "@types/estree": { "version": "0.0.50" }, @@ -19622,14 +18223,6 @@ "@types/node": "*" } }, - "@types/glob": { - "version": "7.2.0", - "dev": true, - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, "@types/graceful-fs": { "version": "4.1.5", "dev": true, @@ -19708,13 +18301,6 @@ "version": "2.3.2", "dev": true }, - "@types/mdast": { - "version": "3.0.10", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, "@types/minimatch": { "version": "3.0.5", "dev": true @@ -19723,20 +18309,8 @@ "version": "1.2.2", "dev": true }, - "@types/ms": { - "version": "0.7.31", - "dev": true - }, - "@types/node": { - "version": "16.11.48" - }, - "@types/node-fetch": { - "version": "2.6.2", - "dev": true, - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } + "@types/node": { + "version": "16.11.48" }, "@types/normalize-package-data": { "version": "2.4.1", @@ -19765,13 +18339,6 @@ "version": "2.0.1", "dev": true }, - "@types/tar-stream": { - "version": "2.2.2", - "dev": true, - "requires": { - "@types/node": "*" - } - }, "@types/tough-cookie": { "version": "4.0.2", "dev": true @@ -20033,57 +18600,6 @@ "aproba": { "version": "1.2.0" }, - "archiver": { - "version": "5.3.1", - "dev": true, - "requires": { - "archiver-utils": "^2.1.0", - "async": "^3.2.3", - "buffer-crc32": "^0.2.1", - "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", - "tar-stream": "^2.2.0", - "zip-stream": "^4.1.0" - } - }, - "archiver-utils": { - "version": "2.1.0", - "dev": true, - "requires": { - "glob": "^7.1.4", - "graceful-fs": "^4.2.0", - "lazystream": "^1.0.0", - "lodash.defaults": "^4.2.0", - "lodash.difference": "^4.5.0", - "lodash.flatten": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.union": "^4.6.0", - "normalize-path": "^3.0.0", - "readable-stream": "^2.0.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, "are-we-there-yet": { "version": "3.0.1", "requires": { @@ -20155,13 +18671,6 @@ "available-typed-arrays": { "version": "1.0.5" }, - "axios": { - "version": "0.25.0", - "dev": true, - "requires": { - "follow-redirects": "^1.14.7" - } - }, "babel-jest": { "version": "29.3.1", "dev": true, @@ -20331,10 +18840,6 @@ "ieee754": "^1.1.13" } }, - "buffer-crc32": { - "version": "0.2.13", - "dev": true - }, "buffer-equal-constant-time": { "version": "1.0.1" }, @@ -20437,10 +18942,6 @@ "version": "1.0.30001441", "dev": true }, - "ccount": { - "version": "1.1.0", - "dev": true - }, "chalk": { "version": "4.1.2", "dev": true, @@ -20453,18 +18954,6 @@ "version": "1.0.2", "dev": true }, - "character-entities": { - "version": "1.2.4", - "dev": true - }, - "character-entities-legacy": { - "version": "1.1.4", - "dev": true - }, - "character-reference-invalid": { - "version": "1.1.4", - "dev": true - }, "chardet": { "version": "0.7.0", "dev": true @@ -20659,42 +19148,9 @@ } } }, - "compress-commons": { - "version": "4.1.1", - "dev": true, - "requires": { - "buffer-crc32": "^0.2.13", - "crc32-stream": "^4.0.2", - "normalize-path": "^3.0.0", - "readable-stream": "^3.6.0" - } - }, "concat-map": { "version": "0.0.1" }, - "concurrently": { - "version": "6.5.1", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "date-fns": "^2.16.1", - "lodash": "^4.17.21", - "rxjs": "^6.6.3", - "spawn-command": "^0.0.2-1", - "supports-color": "^8.1.0", - "tree-kill": "^1.2.2", - "yargs": "^16.2.0" - }, - "dependencies": { - "supports-color": { - "version": "8.1.1", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, "config-chain": { "version": "1.1.13", "dev": true, @@ -20955,18 +19411,6 @@ "yaml": "^1.10.0" } }, - "crc-32": { - "version": "1.2.2", - "dev": true - }, - "crc32-stream": { - "version": "4.0.2", - "dev": true, - "requires": { - "crc-32": "^1.2.0", - "readable-stream": "^3.4.0" - } - }, "create-require": { "version": "1.1.1", "dev": true @@ -21083,10 +19527,6 @@ } } }, - "date-fns": { - "version": "2.29.1", - "dev": true - }, "dateformat": { "version": "3.0.3", "dev": true @@ -21123,19 +19563,6 @@ "version": "10.4.0", "dev": true }, - "decode-named-character-reference": { - "version": "1.0.2", - "dev": true, - "requires": { - "character-entities": "^2.0.0" - }, - "dependencies": { - "character-entities": { - "version": "2.0.2", - "dev": true - } - } - }, "dedent": { "version": "0.7.0", "dev": true @@ -21186,10 +19613,6 @@ "version": "2.3.1", "dev": true }, - "dequal": { - "version": "2.0.3", - "dev": true - }, "detect-indent": { "version": "6.1.0", "dev": true @@ -21206,10 +19629,6 @@ "wrappy": "1" } }, - "diff": { - "version": "5.0.0", - "dev": true - }, "diff-sequences": { "version": "27.5.1", "dev": true @@ -21855,15 +20274,6 @@ "is-callable": "^1.1.3" } }, - "form-data": { - "version": "3.0.1", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, "fs-constants": { "version": "1.0.0", "dev": true @@ -22413,18 +20823,6 @@ "is": { "version": "3.3.0" }, - "is-alphabetical": { - "version": "1.0.4", - "dev": true - }, - "is-alphanumerical": { - "version": "1.0.4", - "dev": true, - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, "is-arguments": { "version": "1.1.1", "requires": { @@ -22482,10 +20880,6 @@ "has-tostringtag": "^1.0.0" } }, - "is-decimal": { - "version": "1.0.4", - "dev": true - }, "is-docker": { "version": "2.2.1", "dev": true @@ -22514,10 +20908,6 @@ "is-extglob": "^2.1.1" } }, - "is-hexadecimal": { - "version": "1.0.4", - "dev": true - }, "is-interactive": { "version": "1.0.0", "dev": true @@ -24024,17 +22414,6 @@ } } }, - "joi": { - "version": "17.6.0", - "dev": true, - "requires": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.0", - "@sideway/pinpoint": "^2.0.0" - } - }, "js-tokens": { "version": "4.0.0", "dev": true @@ -24200,35 +22579,6 @@ "version": "3.0.3", "dev": true }, - "lazystream": { - "version": "1.0.1", - "dev": true, - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, "lerna": { "version": "5.6.2", "dev": true, @@ -24368,26 +22718,10 @@ "lodash.camelcase": { "version": "4.3.0" }, - "lodash.defaults": { - "version": "4.2.0", - "dev": true - }, - "lodash.difference": { - "version": "4.5.0", - "dev": true - }, - "lodash.flatten": { - "version": "4.4.0", - "dev": true - }, "lodash.ismatch": { "version": "4.4.0", "dev": true }, - "lodash.isplainobject": { - "version": "4.0.6", - "dev": true - }, "lodash.memoize": { "version": "4.1.2", "dev": true @@ -24400,10 +22734,6 @@ "version": "4.4.2", "dev": true }, - "lodash.union": { - "version": "4.6.0", - "dev": true - }, "log-symbols": { "version": "4.1.0", "dev": true, @@ -24412,10 +22742,6 @@ "is-unicode-supported": "^0.1.0" } }, - "longest-streak": { - "version": "2.0.4", - "dev": true - }, "lru-cache": { "version": "6.0.0", "requires": { @@ -24423,7 +22749,9 @@ } }, "luxon": { - "version": "1.28.0" + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==" }, "make-dir": { "version": "3.1.0", @@ -24452,160 +22780,39 @@ "lru-cache": "^7.7.1", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "7.14.0" - } - } - }, - "makeerror": { - "version": "1.0.12", - "dev": true, - "requires": { - "tmpl": "1.0.5" - } - }, - "map-obj": { - "version": "4.3.0", - "dev": true - }, - "markdown-table": { - "version": "2.0.0", - "dev": true, - "requires": { - "repeat-string": "^1.0.0" - } - }, - "md5": { - "version": "2.3.0", - "requires": { - "charenc": "0.0.2", - "crypt": "0.0.2", - "is-buffer": "~1.1.6" - } - }, - "mdast-util-find-and-replace": { - "version": "1.1.1", - "dev": true, - "requires": { - "escape-string-regexp": "^4.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "mdast-util-from-markdown": { - "version": "1.2.0", - "dev": true, - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - }, - "dependencies": { - "mdast-util-to-string": { - "version": "3.1.0", - "dev": true - }, - "micromark": { - "version": "3.0.10", - "dev": true, - "requires": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - } - } - }, - "mdast-util-gfm": { - "version": "0.1.2", - "dev": true, - "requires": { - "mdast-util-gfm-autolink-literal": "^0.1.0", - "mdast-util-gfm-strikethrough": "^0.2.0", - "mdast-util-gfm-table": "^0.1.0", - "mdast-util-gfm-task-list-item": "^0.1.0", - "mdast-util-to-markdown": "^0.6.1" - } - }, - "mdast-util-gfm-autolink-literal": { - "version": "0.1.3", - "dev": true, - "requires": { - "ccount": "^1.0.0", - "mdast-util-find-and-replace": "^1.1.0", - "micromark": "^2.11.3" - } - }, - "mdast-util-gfm-strikethrough": { - "version": "0.2.3", - "dev": true, - "requires": { - "mdast-util-to-markdown": "^0.6.0" + "minipass-fetch": "^2.0.3", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^9.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "7.14.0" + } } }, - "mdast-util-gfm-table": { - "version": "0.1.6", + "makeerror": { + "version": "1.0.12", "dev": true, "requires": { - "markdown-table": "^2.0.0", - "mdast-util-to-markdown": "~0.6.0" + "tmpl": "1.0.5" } }, - "mdast-util-gfm-task-list-item": { - "version": "0.1.6", - "dev": true, - "requires": { - "mdast-util-to-markdown": "~0.6.0" - } + "map-obj": { + "version": "4.3.0", + "dev": true }, - "mdast-util-to-markdown": { - "version": "0.6.5", - "dev": true, + "md5": { + "version": "2.3.0", "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "~1.1.6" } }, - "mdast-util-to-string": { - "version": "2.0.0", - "dev": true - }, "meow": { "version": "8.1.2", "dev": true, @@ -24654,226 +22861,6 @@ "version": "1.4.1", "dev": true }, - "micromark": { - "version": "2.11.4", - "dev": true, - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - } - }, - "micromark-core-commonmark": { - "version": "1.0.6", - "dev": true, - "requires": { - "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm": { - "version": "0.3.3", - "dev": true, - "requires": { - "micromark": "~2.11.0", - "micromark-extension-gfm-autolink-literal": "~0.5.0", - "micromark-extension-gfm-strikethrough": "~0.6.5", - "micromark-extension-gfm-table": "~0.4.0", - "micromark-extension-gfm-tagfilter": "~0.3.0", - "micromark-extension-gfm-task-list-item": "~0.3.0" - } - }, - "micromark-extension-gfm-autolink-literal": { - "version": "0.5.7", - "dev": true, - "requires": { - "micromark": "~2.11.3" - } - }, - "micromark-extension-gfm-strikethrough": { - "version": "0.6.5", - "dev": true, - "requires": { - "micromark": "~2.11.0" - } - }, - "micromark-extension-gfm-table": { - "version": "0.4.3", - "dev": true, - "requires": { - "micromark": "~2.11.0" - } - }, - "micromark-extension-gfm-tagfilter": { - "version": "0.3.0", - "dev": true - }, - "micromark-extension-gfm-task-list-item": { - "version": "0.3.3", - "dev": true, - "requires": { - "micromark": "~2.11.0" - } - }, - "micromark-factory-destination": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-factory-label": { - "version": "1.0.2", - "dev": true, - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-factory-space": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-factory-title": { - "version": "1.0.2", - "dev": true, - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-factory-whitespace": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-character": { - "version": "1.1.0", - "dev": true, - "requires": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-chunked": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-classify-character": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-combine-extensions": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-decode-numeric-character-reference": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-decode-string": { - "version": "1.0.2", - "dev": true, - "requires": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-encode": { - "version": "1.0.1", - "dev": true - }, - "micromark-util-html-tag-name": { - "version": "1.1.0", - "dev": true - }, - "micromark-util-normalize-identifier": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-resolve-all": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-sanitize-uri": { - "version": "1.0.0", - "dev": true, - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-subtokenize": { - "version": "1.0.2", - "dev": true, - "requires": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-util-symbol": { - "version": "1.0.1", - "dev": true - }, - "micromark-util-types": { - "version": "1.0.2", - "dev": true - }, "micromatch": { "version": "4.0.5", "dev": true, @@ -25006,10 +22993,6 @@ "version": "1.0.1", "dev": true }, - "mri": { - "version": "1.2.0", - "dev": true - }, "ms": { "version": "2.1.2" }, @@ -25691,18 +23674,6 @@ "just-diff-apply": "^5.2.0" } }, - "parse-entities": { - "version": "2.0.0", - "dev": true, - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, "parse-json": { "version": "5.2.0", "dev": true, @@ -26071,29 +24042,6 @@ "util-deprecate": "^1.0.1" } }, - "readdir-glob": { - "version": "1.1.2", - "dev": true, - "requires": { - "minimatch": "^5.1.0" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "minimatch": { - "version": "5.1.0", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - } - } - }, "readdir-scoped-modules": { "version": "1.1.0", "dev": true, @@ -26134,23 +24082,6 @@ "version": "3.2.0", "dev": true }, - "remark-gfm": { - "version": "1.0.0", - "dev": true, - "requires": { - "mdast-util-gfm": "^0.1.0", - "micromark-extension-gfm": "^0.3.0" - } - }, - "remark-parse": { - "version": "10.0.1", - "dev": true, - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "unified": "^10.0.0" - } - }, "repeat-string": { "version": "1.6.1" }, @@ -26236,20 +24167,6 @@ "rw": { "version": "1.3.3" }, - "rxjs": { - "version": "6.6.7", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "sade": { - "version": "1.8.1", - "dev": true, - "requires": { - "mri": "^1.1.0" - } - }, "safe-buffer": { "version": "5.1.2" }, @@ -26290,15 +24207,6 @@ "version": "3.0.0", "dev": true }, - "shiki": { - "version": "0.10.1", - "dev": true, - "requires": { - "jsonc-parser": "^3.0.0", - "vscode-oniguruma": "^1.6.1", - "vscode-textmate": "5.2.0" - } - }, "side-channel": { "version": "1.0.4", "requires": { @@ -26370,10 +24278,6 @@ "source-map": "^0.6.0" } }, - "spawn-command": { - "version": "0.0.2-1", - "dev": true - }, "spdx-correct": { "version": "3.1.1", "dev": true, @@ -26701,10 +24605,6 @@ "punycode": "^2.1.1" } }, - "tree-kill": { - "version": "1.2.2", - "dev": true - }, "treeverse": { "version": "2.0.0", "dev": true @@ -26898,10 +24798,6 @@ "imurmurhash": "^0.1.4" } }, - "unist-util-is": { - "version": "4.1.0", - "dev": true - }, "unist-util-stringify-position": { "version": "3.0.2", "dev": true, @@ -26909,14 +24805,6 @@ "@types/unist": "^2.0.0" } }, - "unist-util-visit-parents": { - "version": "3.1.1", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - }, "universal-user-agent": { "version": "6.0.0", "dev": true @@ -26964,22 +24852,6 @@ "uuid": { "version": "8.3.2" }, - "uvu": { - "version": "0.5.6", - "dev": true, - "requires": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3" - }, - "dependencies": { - "kleur": { - "version": "4.1.5", - "dev": true - } - } - }, "v8-compile-cache": { "version": "2.3.0", "dev": true @@ -27571,14 +25443,6 @@ "unist-util-stringify-position": "^3.0.0" } }, - "vscode-oniguruma": { - "version": "1.6.2", - "dev": true - }, - "vscode-textmate": { - "version": "5.2.0", - "dev": true - }, "w3c-hr-time": { "version": "1.0.2", "dev": true, @@ -27593,30 +25457,6 @@ "xml-name-validator": "^4.0.0" } }, - "wait-on": { - "version": "6.0.1", - "dev": true, - "requires": { - "axios": "^0.25.0", - "joi": "^17.6.0", - "lodash": "^4.17.21", - "minimist": "^1.2.5", - "rxjs": "^7.5.4" - }, - "dependencies": { - "rxjs": { - "version": "7.5.6", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "tslib": { - "version": "2.4.0", - "dev": true - } - } - }, "walk-up-path": { "version": "1.0.0", "dev": true @@ -27878,19 +25718,6 @@ "yocto-queue": { "version": "0.1.0", "dev": true - }, - "zip-stream": { - "version": "4.1.0", - "dev": true, - "requires": { - "archiver-utils": "^2.1.0", - "compress-commons": "^4.1.0", - "readable-stream": "^3.6.0" - } - }, - "zwitch": { - "version": "1.0.5", - "dev": true } } } diff --git a/package.json b/package.json index bd218cd8a..a6558b468 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,6 @@ "test-postgres": "MALLOY_DATABASE=postgres jest --runInBand", "test-duckdb": "MALLOY_DATABASE=duckdb jest --runInBand", "test-silent": "jest --runInBand --reporters jest-silent-reporter", - "docs-clean": "rm -rf docs/.jekyll-cache/ && rm -rf docs/_includes/generated/ && rm -rf docs/documentation && rm -rf js/generated/", - "docs-prebuild": "npm run build && npm run docs-clean", - "docs-build": "npm run docs-prebuild && ts-node --project tsconfig.docs.json --esm ./docs/_scripts/build_docs/index.ts && cd docs && bundle exec jekyll build", - "docs-preprocess": "ts-node --esm --project tsconfig.docs.json docs/_scripts/build_docs/index.ts --watch", - "docs-postprocess": "wait-on ./docs/_includes/generated/toc.html && cd docs && bundle exec jekyll serve -l -o", - "docs-serve": "npm run docs-prebuild && concurrently --kill-others 'npm run docs-preprocess' 'npm run docs-postprocess'", "third-party-licenses": "ts-node scripts/third_party_licenses", "malloyc": "ts-node scripts/malloy-to-json", "build-duckdb-db": "ts-node scripts/build_duckdb_test_database" @@ -40,18 +34,12 @@ "@malloydata/db-bigquery": "*", "@malloydata/malloy": "*", "@malloydata/render": "*", - "@types/archiver": "^5.3.1", "@types/fs-extra": "^9.0.13", "@types/jest-expect-message": "^1.0.3", "@types/jsdom": "^20.0.0", - "@types/md5": "^2.3.1", "@types/node": "^16.6.2", - "@types/node-fetch": "^2.6.2", - "@types/tar-stream": "^2.2.2", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.18.0", - "archiver": "^5.3.0", - "concurrently": "^6.2.1", "cross-os": "^1.5.0", "csv-stringify": "^5.6.5", "dotenv-cli": "^6.0.0", @@ -65,25 +53,16 @@ "jest-silent-reporter": "^0.5.0", "jsdom": "^19.0.0", "lerna": "^5.4.3", - "node-fetch": "^2.6.1", "prettier": "^2.3.2", - "remark-gfm": "^1.0.0", - "remark-parse": "^10.0.1", - "shiki": "^0.10.1", - "tar-stream": "^2.2.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "4.8.4", - "unified": "^10.1.2", - "wait-on": "^6.0.0" + "unified": "^10.1.2" }, "resolutions": { "simple-get": "3.1.1", - "node-fetch": "2.6.7", "nanoid": "3.1.31", "node-forge": "1.3.0", - "ansi-regex": "5.0.1", - "nth-check": "2.0.1", - "markdown-it": "12.3.2" + "ansi-regex": "5.0.1" } } diff --git a/packages/malloy/package.json b/packages/malloy/package.json index f108ebe7d..10ad4f914 100644 --- a/packages/malloy/package.json +++ b/packages/malloy/package.json @@ -28,6 +28,7 @@ "devDependencies": { "@types/lodash": "^4.14.165", "@types/luxon": "^1.26.4", + "@types/md5": "^2.3.1", "antlr4ts-cli": "^0.5.0-alpha.4" } } diff --git a/samples/READMEmd b/samples/READMEmd new file mode 100644 index 000000000..2b985bbc3 --- /dev/null +++ b/samples/READMEmd @@ -0,0 +1,3 @@ +| :warning: This directory has Moved | +| -------------------------------------------------------------------------------------------------------------------------------------------- | +| Future updates will appear at [https://github.com/malloydata/malloy-samples](https://github.com/malloydata/malloy-samples) | diff --git a/samples/bigquery/ecommerce/brand_synergy.malloy b/samples/bigquery/ecommerce/brand_synergy.malloy deleted file mode 100644 index bbd986fa1..000000000 --- a/samples/bigquery/ecommerce/brand_synergy.malloy +++ /dev/null @@ -1,43 +0,0 @@ -import "ecommerce.malloy" - -// "People who buy x also buy y": finds brands that frequently co-occur in transaction history -// can easily be adapted to item, category, etc -// can also be adapted to look at co-occurence within an order instead of all a customer's history -source: brand_synergy is from( - order_items -> { - group_by: user_id - nest: brand1 is { group_by: inventory_items.product.brand } - nest: brand2 is { group_by: inventory_items.product.brand } - } -> { - where: brand1.brand != brand2.brand - project: user_id - project: brand1 is brand1.brand - project: brand2 is brand2.brand - } -> { - group_by: - brand1 - brand2 - aggregate: occurances is count() - } -> { - group_by: brand is brand1 - nest: synergies is { - top: 5 - order_by: occurances desc - group_by: - brand is brand2 - occurances - } - } -) - -// order_items with brand_synergy as well as base definitions. -source: order_items_w_brand_synergy is order_items { - join_one: brand_synergy on inventory_items.product_brand = brand_synergy.brand - - query: brand_w_synergy_dashboard is brand_dashboard { - nest: synergistic_brands is { - group_by: brand_synergy.synergies.brand - aggregate: occurances is brand_synergy.synergies.occurances.sum() - } - } -} \ No newline at end of file diff --git a/samples/bigquery/ecommerce/ecommerce.malloy b/samples/bigquery/ecommerce/ecommerce.malloy deleted file mode 100644 index 20b4c2e60..000000000 --- a/samples/bigquery/ecommerce/ecommerce.malloy +++ /dev/null @@ -1,152 +0,0 @@ ---! styles ecommerce.styles.json -source: users is table('malloy-data.ecomm.users'){ - primary_key: id - dimension: full_name is INITCAP(CONCAT(first_name,' ',last_name)) - measure: user_count is count() -} - -source: product is table('malloy-data.ecomm.products'){ - primary_key: id - measure: product_count is count() -} - -source: inventory_items is table('malloy-data.ecomm.inventory_items'){ - primary_key: id - - join_one: product with product_id - - measure: - inventory_item_count is count(distinct id) - total_cost is cost.sum() -} - -source: user_order_facts is from( - table('malloy-data.ecomm.order_items') -> { - group_by: user_id - aggregate: first_order is min(created_at) - aggregate: most_recent_order is max(created_at) - aggregate: lifetime_orders is count() - aggregate: lifetime_spend is sale_price.sum() {where: status != 'Cancelled' & 'Returned'} - } -){ - primary_key: user_id - - dimension: top_customer is lifetime_orders > 10 - dimension: lifetime_order_tier is lifetime_orders ? - pick '1 to 3' when < 4 - pick '4 to 6' when < 7 - pick '7 to 10' when < 11 - else '11+' - - dimension: spend_category is lifetime_spend ? - pick 'Low Spend' when < 50 - pick 'Mid Spend' when < 500 - pick 'High Spend' when < 1000 - pick 'VIP' when >= 1000 - else null -} - -source: order_items is table('malloy-data.ecomm.order_items'){ - primary_key: id - - join_one: - users with user_id - inventory_items with inventory_item_id - user_order_facts with user_id - - dimension: - gross_margin is sale_price - inventory_items.cost - - measure: - order_count is count(distinct order_id) - order_item_count is count() - total_sales is sale_price.sum() - total_gross_margin is gross_margin.sum() - average_gross_margin is gross_margin.avg() - - query: top_categories is { - top: 5 - group_by: inventory_items.product_category - aggregate: total_sales - } - - query: top_brands is { - top: 5 - group_by: inventory_items.product_brand - aggregate: total_sales, total_gross_margin, order_item_count - } - - query: top_products is { - top: 5 - group_by: inventory_items.product_name - aggregate: total_sales, total_gross_margin, order_item_count - } - - query: top_customers is { - top: 5 - group_by: users.full_name - aggregate: total_sales, order_item_count - } - - query: recent_purchases is { - top: 5 - group_by: id, order_id, created_at, sale_price, inventory_items.product_name - order_by: created_at desc - } - - query: by_year is { - group_by: created_year is year(created_at) - aggregate: total_sales - } - - query: by_month is { - group_by: created_month is created_at.month - aggregate: total_sales - } - - query: sales_by_state_2020 is { - where: created_at = @2020 - group_by: users.state - aggregate: total_sales - } - - query: sales_by_month_2020 is { - where: created_at = @2020 - group_by: order_month is created_at.month - aggregate: total_sales - } - - query: orders_by_status is { - group_by: status - aggregate: order_count - } - - query: brand_dashboard is { - group_by: inventory_items.product.brand - aggregate: - total_sales - order_item_count - inventory_items.product.product_count - nest: - top_categories - by_month - top_products - limit: 10 - } - - query: customer_dashboard is { - top: 5 - group_by: users.full_name, users.city, users.state, users.country - aggregate: - total_sales - order_item_count - order_count - nest: - top_categories - by_year - top_brands - recent_purchases - } - - query: search_index is {index: * } -} diff --git a/samples/bigquery/ecommerce/ecommerce.styles.json b/samples/bigquery/ecommerce/ecommerce.styles.json deleted file mode 100644 index fd8aab747..000000000 --- a/samples/bigquery/ecommerce/ecommerce.styles.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "total_sales": { - "renderer": "currency", - "currency": { - "unit": "dollars" - }, - "text": { - "italic": true - }, - "data": { - "color": "#21877d" - } - }, - "total_gross_margin" : { - "renderer": "currency", - "currency": { - "unit": "dollars" - } - }, - "sale_price" : { - "renderer": "currency", - "currency": { - "unit": "dollars" - } - }, - "by_month": { - "renderer": "line_chart" - }, - "by_year": { - "renderer": "bar_chart" - }, - "top_categories": { - "renderer": "bar_chart" - }, - "scatter": { - "renderer": "scatter_chart", - "cartesian_chart": { - "size": "order_count", - "shape": "status" - } - }, - "bar": { - "renderer": "bar_chart" - }, - "line": { - "renderer": "line_chart" - }, - "status_by_month": { - "sheet": { - "by_month": { - "renderer": "spark_line" - } - } - }, - "status_by_month3": { - "renderer": "bar_chart" - }, - "ii.product_brand": { - "data": { - "color": "blue" - }, - "text": { - "italic": true - } - } -} \ No newline at end of file diff --git a/samples/bigquery/election/election.malloy b/samples/bigquery/election/election.malloy deleted file mode 100644 index 726eec581..000000000 --- a/samples/bigquery/election/election.malloy +++ /dev/null @@ -1,35 +0,0 @@ ---! styles election.styles.json - -source: stations is table('bigquery-public-data.fcc_political_ads.broadcast_tv_radio_station'){ - primary_key: stationId - measure: station_count is count() - - query: stations_by_service is { - group_by: service - aggregate: station_count - } - - query: owner_dashboard is { - group_by: station_count - nest: stations_by_service - nest: stations_by_state is { - group_by: communityState - aggregate: station_count - } - nest: by_network is { - top: 10 - group_by: networkAfil - aggregate: station_count - } - } -} - -source: content is table('bigquery-public-data.fcc_political_ads.content_info'){ - primary_key: rawFilePath - measure: - total_spend is grossSpend.sum() - filing_count is count() - - query: search_index is {index: advertiser, candidate, infoSource, sourceId, agency } - query: detail is {group_by: contentInfoId, advertiser, candidate, organization, grossSpend, infoSource, sourceId, agency; limit: 100 } -} diff --git a/samples/bigquery/election/election.styles.json b/samples/bigquery/election/election.styles.json deleted file mode 100644 index d6c2bf5a8..000000000 --- a/samples/bigquery/election/election.styles.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "stations_by_service" : { - "renderer": "bar_chart" - }, - "stations_by_state" : { - "renderer": "shape_map" - } -} \ No newline at end of file diff --git a/samples/bigquery/faa/airports.malloy b/samples/bigquery/faa/airports.malloy deleted file mode 100644 index 1bb0c89c1..000000000 --- a/samples/bigquery/faa/airports.malloy +++ /dev/null @@ -1,50 +0,0 @@ --- --! styles airports.styles.json - -source: airports is table('malloy-data.faa.airports') { - primary_key: code - - measure: airport_count is count() - - dimension: name is concat(code, ' - ', full_name) - dimension: faa_region_name is faa_region ? - pick 'Southwest' when 'ASW' - pick 'Northwest Mountain' when 'ANM' - pick 'Eastern' when 'AEA' - pick 'Southern' when 'ASO' - pick 'Great Lakes' when 'AGL' - pick 'Central' when 'ACE' - pick 'New England' when 'ANE' - pick 'Western Pacific' when 'AWP' - pick 'Alaska' when 'AAL' - - query: by_region is { - group_by: faa_region - group_by: faa_region_name - aggregate: airport_count - } - query: by_state is { - where: state != null - group_by: state - aggregate: airport_count - } - - query: by_facility_type is { - group_by: fac_type - aggregate: - airport_count - avg_elevation is elevation.avg() - } - - query: major_airports is { - where: major = 'Y' - group_by: name is concat(state, '-', full_name) - } - - query: airports_by_region_dashboard is by_region { - where: faa_region != null - nest: - by_state_shape_map is by_state {} - by_facility_type - major_airports - } -} diff --git a/samples/bigquery/faa/airports.styles.json b/samples/bigquery/faa/airports.styles.json deleted file mode 100644 index db81b94bb..000000000 --- a/samples/bigquery/faa/airports.styles.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "by_fac_type": { - "renderer": "bar_chart" - }, - "major_airports" : { - "renderer" : "list" - }, - "airports_by_region" : { - "renderer" : "dashboard" - } -} \ No newline at end of file diff --git a/samples/bigquery/faa/flights.malloy b/samples/bigquery/faa/flights.malloy deleted file mode 100644 index e35e7e950..000000000 --- a/samples/bigquery/faa/flights.malloy +++ /dev/null @@ -1,262 +0,0 @@ ---! styles flights.styles.json - -import "airports.malloy" - -source: carriers is table('malloy-data.faa.carriers') { - primary_key: code - measure: carrier_count is count() -} - -source: aircraft_models is table('malloy-data.faa.aircraft_models') { - primary_key: aircraft_model_code - measure: aircraft_model_count is count() -} - -source: aircraft is table('malloy-data.faa.aircraft') { - primary_key: tail_num - measure: aircraft_count is count() - join_one: aircraft_models with aircraft_model_code -} - -source: aircraft_facts is from( - table('malloy-data.faa.flights') -> { - group_by: tail_num - aggregate: - lifetime_flights is count() - lifetime_distance is distance.sum() - } -) { - primary_key: tail_num - dimension: lifetime_flights_bucketed is floor(lifetime_flights / 1000) * 1000 -} - -source: flights is table('malloy-data.faa.flights') { - primary_key: id2 - rename: origin_code is origin - rename: destination_code is destination - - join_one: carriers with carrier - join_one: origin is airports with origin_code - join_one: destination is airports with destination_code - join_one: aircraft with tail_num - join_one: aircraft_facts with tail_num - - measure: - flight_count is count() - total_distance is sum(distance) - seats_for_sale is sum(aircraft.aircraft_models.seats) - seats_owned is aircraft.sum(aircraft.aircraft_models.seats) - - // shows carriers and number of destinations (bar chart) - query: by_carrier is { - group_by: carriers.nickname - aggregate: flight_count - aggregate: destination_count is destination.count() - } - - query: carrier_overview is { - where: origin.state='CA' - group_by: carrier_name is carriers.nickname - aggregate: - flight_count - percent_of_this_carriers_flights_to_all_flights - is flight_count/all(flight_count)*100 - nest: top_destinations is { - where: aircraft.aircraft_models.manufacturer = 'BOEING' - group_by: destination.code, destination.full_name - aggregate: - flight_count - flights_to_dest is exclude(flight_count, carrier_name)*100 - percentage_of_this_carriers_flights_to_this_destination - is flight_count/all(flight_count)*100 - percentage_of_all_flights_on_all_carriers_to_this_destination - is flight_count/exclude(flight_count, carrier_name)*100 - limit: 3 - } - } - - // shows year over year growth (line chart) - query: year_over_year is { - group_by: dep_month is month(dep_time) - aggregate: flight_count - group_by: dep_year is dep_time.year - } - - // shows plane manufacturers and frequency of use - query: by_manufacturer is { - top: 5 - group_by: aircraft.aircraft_models.manufacturer - aggregate: aircraft.aircraft_count, flight_count - } - - query: delays_by_hour_of_day is { - where: dep_delay > 30 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - group_by: delay is floor(dep_delay) / 30 * 30 - } - - query: carriers_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: carriers.nickname - } - - query: seats_by_distance is { - group_by: seats is floor(aircraft.aircraft_models.seats / 5) * 5 -- seats rounded to 5 - aggregate: flight_count - group_by: distance is floor(distance / 20) * 20 -- distance rounded to 20 - } - - query: routes_map is { - group_by: - origin.latitude - origin.longitude - latitude2 is destination.latitude - longitude2 is destination.longitude - aggregate: flight_count - } - - query: destinations_by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: destination.name - } - - query: measures is { - aggregate: - flight_count - aircraft.aircraft_count - dest_count is destination.airport_count - origin_count is origin.airport_count - } - - // query: flights -> { where: origin.code = 'SJC' } -> airport_dashboard - query: airport_dashboard is { - top: 10 - group_by: code is destination_code - group_by: destination is destination.full_name - aggregate: flight_count - nest: - carriers_by_month - routes_map - delays_by_hour_of_day - } - - query: plane_usage is { - order_by: 1 desc - where: aircraft.aircraft_count > 1 - group_by: aircraft_facts.lifetime_flights_bucketed - aggregate: aircraft.aircraft_count, flight_count - nest: by_manufacturer, by_carrier - } - - - // query: southwest_flights is carrier_dashboard { where: carriers.nickname = 'Southwest' } - query: carrier_dashboard is { //# dashboard - aggregate: destination_count is destination.airport_count - aggregate: flight_count - nest: by_manufacturer - nest: by_month is { //# line_chart - group_by: dep_month is dep_time.month - aggregate: flight_count - } - nest: hubs is { - top: 10 - where: destination.airport_count > 1 - group_by: hub is origin.name - aggregate: destination_count is destination.airport_count - } - nest: origin_dashboard is { //# dashboard - top: 10 - group_by: - code is origin_code, - origin is origin.full_name, - origin.city - aggregate: flight_count - nest: - destinations_by_month //# line_chart - routes_map //# segment_map - year_over_year //# line_chart - } - } - - query: detail is { - top: 30 by dep_time - project: - id2, dep_time, tail_num, carrier, origin_code, - destination_code, distance, aircraft.aircraft_model_code - } - - // query that you might run for to build a flight search interface - // query: flights { where: origin.code: 'SJC', destination.code ? 'LAX' | 'BUR', dep_time ? @2004-01-01 } -> kayak - query: kayak is { - nest: carriers is { - group_by: carriers.nickname - aggregate: flight_count - } - nest: by_hour is { - order_by: 1 - group_by: dep_hour is hour(dep_time) - aggregate: flight_count - } - nest: flights is { - group_by: - dep_minute is dep_time.minute - carriers.name - flight_num - origin_code - destination_code - aircraft.aircraft_models.manufacturer - aircraft.aircraft_models.model - } - } - -// example query that shows how you can build a map reduce job to sessionize flights - query: sessionize is { - group_by: flight_date is dep_time.day - group_by: carrier - aggregate: daily_flight_count is flight_count - nest: per_plane_data is { - top: 20 - group_by: tail_num - aggregate: plane_flight_count is flight_count - nest: flight_legs is { - order_by: 2 - group_by: - tail_num - dep_minute is dep_time.minute - origin_code - dest_code is destination_code - dep_delay - arr_delay - } - } - } - - query: search_index is {index: * where: dep_time? @2004-01} -} - -query: sessionize_delta_southwest is - flights -> sessionize { where: carrier ? 'WN' | 'DL', dep_time ? @2002-03-03 } - -query: kayak_query_sj_to_la is - flights -> kayak { - where: - origin.code ? 'SJC', - destination.code ? 'LAX' | 'BUR', - dep_time ? @2004-01-01 - } - -query: southwest_dashboard is flights -> carrier_dashboard { - where: carriers.nickname ? 'Southwest' -} -query: jetblue_dashbaord is flights -> carrier_dashboard { - where: carriers.nickname ? 'Jetblue' -} -query: sjc_dashboard is flights -> airport_dashboard { - where: origin.code ? 'SJC' -} -query: sfo_dashboard is flights -> airport_dashboard { - where: origin.code ? 'SFO' -} diff --git a/samples/bigquery/faa/flights.styles.json b/samples/bigquery/faa/flights.styles.json deleted file mode 100644 index bcbc22702..000000000 --- a/samples/bigquery/faa/flights.styles.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "by_carrier": { - "renderer": "bar_chart" - }, - "year_over_year": { - "renderer": "line_chart" - }, - "by_month": { - "renderer": "line_chart" - }, - "by_manufacturer": { - "renderer": "bar_chart" - }, - "routes_map": { - "renderer": "segment_map" - }, - "destinations_by_month": { - "renderer": "line_chart" - }, - "delay_by_hour_of_day": { - "renderer" : "scatter_chart" - }, - "seats_by_distance": { - "renderer": "scatter_chart" - }, - "carriers_by_month" : { - "renderer": "line_chart" - }, - "by_month_line_chart": { - "renderer": "spark_line" - } -} \ No newline at end of file diff --git a/samples/bigquery/faa/flights_base_bigquery.malloy b/samples/bigquery/faa/flights_base_bigquery.malloy deleted file mode 100644 index d524f0835..000000000 --- a/samples/bigquery/faa/flights_base_bigquery.malloy +++ /dev/null @@ -1,5 +0,0 @@ -source: airpots_base is table('malloy-data.malloytest.airports') -source: carriers_base is table('malloy-data.malloytest.carriers') -source: aircraft_base is table('malloy-data.malloytest.aircraft') -source: aircraft_models_base is table('malloy-data.malloytest.aircraft_models') -source: flights_base is table('malloy-data.malloytest.flights') \ No newline at end of file diff --git a/samples/bigquery/faa/flights_base_postgres.malloy b/samples/bigquery/faa/flights_base_postgres.malloy deleted file mode 100644 index 6a91d936d..000000000 --- a/samples/bigquery/faa/flights_base_postgres.malloy +++ /dev/null @@ -1,7 +0,0 @@ - --- export define airports_base is (explore 'postgres:malloytest.airports'); --- export define carriers_base is (explore 'postgres:malloytest.carriers'); --- export define aircraft_base is (explore 'postgres:malloytest.aircraft'); --- export define aircraft_models_base is (explore 'postgres:malloytest.aircraft_models'); --- export define flights_base is (explore 'postgres:malloytest.flights'); - diff --git a/samples/bigquery/faa/flights_custom_vis.malloy b/samples/bigquery/faa/flights_custom_vis.malloy deleted file mode 100644 index 23eba83b9..000000000 --- a/samples/bigquery/faa/flights_custom_vis.malloy +++ /dev/null @@ -1,182 +0,0 @@ ---! styles flights_custom_vis.styles.json - -import "flights.malloy" - -// Uses Vega lite visualization definitions -// -// Each visualization takes a sub-table as input -// -// Visualizations are named with wth parameters they expect -// at the end. For example `bar_SM` expected a string and a -// measure. -// -// S: dimensional string -// T: dimensional time based field (date, week, month etc) -// N: dimensional number -// M: numeric measure - -source: vis_flights is flights { - - // bar_SM: simple bar chart (as opposed to column) with - // labels inside the bar. - // uses 'bar_SM' (bar chart S) - query: by_carrier_simple_bar is { - group_by: carriers.nickname // string - aggregate: flight_count // measure - } - - // bar_SMM: gradiant bar chart - // String is the y axis - // First measure is the x axis - // Second measure controls the color gradiant - query: by_carrier_gradiant_bar is { - group_by: carriers.nickname // string - aggregate: - flight_count // measure - total_distance // measure - } - - // bar_SMS: stacked bar. - // String is the y axis - // Measure is the x axis - // String is the second dimension - query: by_carrier_stacked_bar is { - group_by: carriers.nickname // string - aggregate: flight_count // measure - group_by: - dist is distance ? // string - pick 'short' when < 300 - pick 'medium' when < 1000 - else 'long' - } - - // bar_SSMMM - // repeated bar chart. Vega has the ability - // to repeat charts. A stacked bar is - // repeated for each of the measures. - query: by_carrier_repeated_bar is { - group_by: carriers.nickname // string - aggregate: - dist is distance ? // string - pick 'short' when < 300 - pick 'medium' when < 1000 - else 'long' - aggregate: - flight_count // measure - aircraft.aircraft_count // measure - destination_count is destination.count() // measure - } - - // bubble_NNM - // bubble chart that shows measure by size of circle - query: run_me is { --BUG: in order to get a large number of result run in a turtle - nest: distance_by_hour_of_day_bubble is { - group_by: - dist is floor(distance / 250) * 250 // number - dep_hour is hour(dep_time) // number - aggregate: flight_count // measure - } - } - - // heat_NNM - // like a buble chat, but show the measure as color instead of - // size - query: run_me1 is { - nest: distance_by_hour_of_day_heat_map is { // number - group_by: - dist is floor(distance / 250) * 250 // number - dep_hour is hour(dep_time) // measure - aggregate: flight_count - } - } - - // heat_SNM - // heat map with a string dimension, number and color as measure - query: run_me2 is { - nest: carrier_by_distance_heat_map is { - group_by: - carriers.nickname // string - dist is floor(distance / 250) * 250 // number - aggregate: flight_count // measure - } - } - - // stacked_line_STM - // repeated timebased line charts - query: run_me3 is { - nest: carrier_by_over_time_stacked_line is { - group_by: - carriers.nickname // string - dep_month is dep_time.month // time - aggregate: flight_count // measure - } - } - - // grid_line_SSTM - // time based line charts in a grid - query: run_me4 is { - nest: carrier_by_distance_over_time_grid_line is { - group_by: - carriers.nickname // string - dist is distance ? // string - pick 'short' when < 300 - pick 'medium' when < 1000 - else 'long' - dep_month is dep_time.month // time - aggregate: flight_count // measure - } - } - - - query: run_me5 is { - group_by: carriers.nickname - aggregate: flight_count - // spark_bar_SM - nest: dist_sb is { - group_by: - dist is distance ? // string - pick 'short' when < 300 - pick 'medium' when < 1000 - else 'long' - aggregate: flight_count // measure - } - // spark_bar_TM - nest: time_spark_line is { - group_by: dep_month is dep_time.month // time - aggregate: flight_count // measure - } - // custome buit visualization that forces scale. - nest: spark_force_scale is { - group_by: dep_month is dep_time.month - aggregate: flight_count - } - } - - // name_plot_SSM - // plot some labeled points on a cartesian chart - query: run_me6 is { - nest: name_plot_SMM is { - group_by: carriers.nickname - aggregate: - avg_distance is distance.avg() - total_destinations is count(distinct destination_code) - } - } - - // text_plot_SSMM - // plot some points with a short label and - // a long colored label - query: run_me7 is { - top: 10 - group_by: origin.code - aggregate: flight_count - nest: text_plot_SSMM is { - group_by: - carrier_name is concat(carrier, ' - ', carriers.nickname) - carrier - aggregate: - avg_distance is distance.avg() - total_destinations is count(distinct destination_code) - } - } -} diff --git a/samples/bigquery/faa/flights_custom_vis.styles.json b/samples/bigquery/faa/flights_custom_vis.styles.json deleted file mode 100644 index 7382920e2..000000000 --- a/samples/bigquery/faa/flights_custom_vis.styles.json +++ /dev/null @@ -1,429 +0,0 @@ -{ - "by_carrier_simple_bar": { - "renderer": "vega", - "spec_name": "bar_SM" - }, - "by_carrier_gradiant_bar": { - "renderer": "vega", - "spec_name": "bar_SMM" - }, - "by_carrier_stacked_bar": { - "renderer": "vega", - "spec_name": "bar_SMS" - }, - "by_carrier_repeated_bar": { - "renderer": "vega", - "spec_name": "bar_SSMMM" - }, - "distance_by_hour_of_day_bubble": { - "renderer": "vega", - "spec_name": "bubble_NNM" - }, - "distance_by_hour_of_day_heat_map": { - "renderer": "vega", - "spec_name": "heat_NNM" - }, - "carrier_by_distance_heat_map": { - "renderer": "vega", - "spec_name": "heat_NNM" - }, - "carrier_by_over_time_stacked_line": { - "renderer": "vega", - "spec_name": "stacked_line_STM" - }, - "carrier_by_distance_over_time_grid_line": { - "renderer": "vega", - "spec_name": "grid_line_SSTM" - }, - "dist_sb": { - "renderer": "vega", - "spec_name": "spark_bar_SM" - }, - "time_spark_line": { - "renderer": "vega", - "spec_name": "spark_line_TM" - }, - "spark_force_scale": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "height": 50, - "data": [], - "mark": "area", - "encoding": { - "x": { - "field": "#{1}", - "type": "temporal", - "axis": { "grid": false }, - "scale" : {"domain":["2000-01-01","2007-01-01"]}, - "title": null - }, - "y": { - "field": "#{2}", - "type": "quantitative", - "axis": { "grid": false }, - "title": null - } - } - } - }, - - "bar_SM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "description": "A simple bar chart with embedded data.", - - "encoding": { - "y": { "field": "#{1}", "type": "nominal", "axis": null } - }, - "layer": [ - { - "mark": { "type": "bar", "color": "#00ccff" }, - "encoding": { - "x": { - "field": "#{2}", - "type": "quantitative" - } - } - }, - { - "mark": { "type": "text", "align": "left", "x": 5 }, - "encoding": { - "text": { "field": "#{1}" } - } - } - ] - } - }, - "bar_SMM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "description": "Barchart String and two numeric measures.", - "encoding": { - "y": { "field": "#{1}", "type": "nominal", "axis": null } - }, - "layer": [ - { - "mark": { - "type": "bar" - }, - "encoding": { - "x": { - "field": "#{2}", - "type": "quantitative" - }, - "color": { - "field": "#{3}", - "type": "quantitative", - "scale": { "range": ["#1A73E8", "#E52592"] } - } - } - }, - { - "mark": { "type": "text", "align": "left", "x": 5 }, - "encoding": { - "text": { "field": "#{1}" } - } - } - ] - } - }, - "bar_SMS": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "description": "Barchart String Measure String.", - "encoding": { - "y": { "field": "#{1}", "type": "nominal", "axis": null } - }, - "layer": [ - { - "mark": { - "type": "bar" - }, - "encoding": { - "x": { - "field": "#{2}", - "type": "quantitative" - }, - "color": { - "field": "#{3}" - } - } - }, - { - "mark": { "type": "text", "align": "left", "x": 5 }, - "encoding": { - "text": { "field": "#{1}" } - } - } - ] - } - }, - "bar_SSMMM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "repeat": ["#{3}", "#{4}", "#{5}"], - "spec": { - "description": "A simple bar chart with embedded data.", - "encoding": { - "y": { "field": "#{1}", "type": "nominal", "axis": null } - }, - "layer": [ - { - "mark": { - "type": "bar" - }, - "encoding": { - "x": { - "field": { "repeat": "repeat" }, - "type": "quantitative" - }, - "color": { - "field": "#{2}" - } - } - }, - { - "mark": { "type": "text", "align": "left", "x": 5 }, - "encoding": { - "text": { "field": "#{1}" } - } - } - ] - } - } - }, - "bubble_NNM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "data": [], - "mark": "circle", - "width": 400, - "encoding": { - "y": { - "field": "#{1}", - "type": "ordinal" - }, - "x": { - "field": "#{2}", - "type": "ordinal" - }, - "size": { - "field": "#{3}", - "type": "quantitative" - } - } - } - }, - "heat_NNM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "data": [], - "mark": "bar", - "width": 400, - "encoding": { - "y": { - "field": "#{1}", - "type": "ordinal" - }, - "x": { - "field": "#{2}", - "type": "ordinal" - }, - "color": { - "field": "#{3}", - "type": "quantitative" - } - } - } - }, - "heat_SNM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "data": [], - "mark": "bar", - "width": 400, - "encoding": { - "y": { - "field": "#{1}", - "type": "nominal" - }, - "x": { - "field": "#{2}", - "type": "ordinal" - }, - "color": { - "field": "#{3}", - "type": "quantitative" - } - } - } - }, - "stacked_line_STM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "height": 50, - "data": [], - "mark": "area", - "encoding": { - "x": { - "field": "#{2}", - "type": "temporal", - "axis": { "grid": false } - }, - "y": { - "field": "#{3}", - "type": "quantitative", - "axis": { "grid": false }, - "title": null - }, - "color": { - "field": "#{1}", - "type": "nominal", - "legend": null - }, - "row": { - "field": "#{1}", - "type": "nominal" - } - } - } - }, - "grid_line_SSTM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "height": 50, - "data": [], - "mark": "area", - "encoding": { - "x": { - "field": "#{3}", - "type": "temporal", - "axis": { "grid": false } - }, - "y": { - "field": "#{4}", - "type": "quantitative", - "axis": { "grid": false }, - "title": null - }, - "color": { - "field": "#{1}", - "type": "nominal", - "legend": null - }, - "row": { - "field": "#{1}", - "type": "nominal" - }, - "column": { - "field": "#{2}", - "type": "nominal" - } - } - } - }, - "spark_bar_SM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "description": "A simple bar chart with embedded data.", - "height":50, - "width": 50, - - "encoding": { - "y": { "field": "#{1}", "type": "nominal", "axis": null, "title":null } - }, - "layer": [ - { - "mark": { "type": "bar", "color": "#00ccff" }, - "encoding": { - "x": { - "field": "#{2}", - "type": "quantitative", - "axis": null, - "title":null - } - } - }, - { - "mark": { "type": "text", "align": "left", "x": 5 }, - "encoding": { - "text": { "field": "#{1}" } - } - } - ] - } - }, - "spark_line_TM": { - "renderer":"vega", - "spec": { - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "height": 50, - "data": [], - "mark": "area", - "encoding": { - "x": { - "field": "#{1}", - "type": "temporal", - "axis": { "grid": false }, - "title": null - }, - "y": { - "field": "#{2}", - "type": "quantitative", - "axis": { "grid": false }, - "title": null - } - } - } - }, - "name_plot_SMM": { - "renderer": "vega", - "spec": { - "height": 300, - "width": 300, - "$schema": "https://vega.github.io/schema/vega-lite/v5.json", - "encoding": { - "x": { - "field": "#{2}", - "type": "quantitative", - "axis": {"labelAngle": 0} - }, - "y": {"field": "#{3}", "type": "quantitative"} - }, - "layer": [ - {"mark": "point"}, - { - "mark": { - "type": "text", - "dx": 7, - "align": "left" - }, - "encoding": {"text": {"field": "#{1}"}} - } - ] - } - }, - "text_plot_SSMM": { - "renderer": "vega", - "spec": { - "mark": "text", - "encoding": { - "x": {"field": "#{3}", "type": "quantitative"}, - "y": {"field": "#{4}", "type": "quantitative"}, - "color": {"field": "#{1}", "type": "nominal"}, - "text": {"field": "#{2}", "type": "nominal"} - } - } - } -} \ No newline at end of file diff --git a/samples/bigquery/ga_sessions/ga_sessions.malloy b/samples/bigquery/ga_sessions/ga_sessions.malloy deleted file mode 100644 index e7df7dc36..000000000 --- a/samples/bigquery/ga_sessions/ga_sessions.malloy +++ /dev/null @@ -1,84 +0,0 @@ ---! styles ga_sessions.styles.json - -source:ga_sessions is table('bigquery-public-data.google_analytics_sample.ga_sessions_20170801'){ - dimension: start_time is timestamp_seconds(visitStartTime) - - measure: - user_count is count(distinct fullVisitorId) - session_count is count() - total_visits is totals.visits.sum() - total_hits is totals.hits.sum() - total_page_views is totals.pageviews.sum() - t2 is totals.pageviews.sum() - total_productRevenue is hits.product.productRevenue.sum() - hits_count is hits.count() - sold_count is hits.count() { where: hits.product.productQuantity > 0 } - - query: by_source is { - where: trafficSource.source != '(direct)' - group_by: trafficSource.source - aggregate: hits_count - limit: 10 - } - query: by_adContent_bar_chart is { - group_by: device.browser - aggregate: user_count - group_by: device.deviceCategory - } - query: by_region is { - where: geoNetwork.region !~ '%demo%' - group_by: geoNetwork.region - aggregate: user_count - limit: 10 - } - query: by_device is { - group_by: device.browser - aggregate: user_count - group_by: device.deviceCategory - } - query: by_category is { - group_by: category is hits.product.v2ProductCategory - aggregate: total_productRevenue - aggregate: sold_count - limit: 10 - } - query: by_hour_of_day is { - group_by: gsession_hour is hour(start_time) - aggregate: session_count - order_by: 1 - } - query: page_load_times is { - group_by: hits.page.pageTitle - aggregate: hit_count is hits.count() - nest: load_bar_chart is { - group_by: hit_seconds is floor(hits.latencyTracking.pageLoadTime / 2) * 2 - aggregate: hits_count - } - limit: 10 - } - - query: by_page_title is { where: totals.transactionRevenue > 0 - group_by: hits.page.pageTitle - aggregate: hits_count - nest: sold_count - } - - query: by_all is { - nest: by_source - nest: by_adContent_bar_chart - nest: by_region - nest: by_category - } -} - -query: sessions_dashboard is ga_sessions -> { - nest: - by_region - by_device - by_source - by_category is { - group_by: category is hits.product.v2ProductCategory - aggregate: total_productRevenue - aggregate: sold_count - } -} diff --git a/samples/bigquery/ga_sessions/ga_sessions.styles.json b/samples/bigquery/ga_sessions/ga_sessions.styles.json deleted file mode 100644 index d4e624278..000000000 --- a/samples/bigquery/ga_sessions/ga_sessions.styles.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "by_hour_of_day" : { - "renderer" : "bar_chart" - }, - "by_device" : { - "renderer" : "bar_chart" - }, - "by_category" : { - "renderer" : "bar_chart" - } -} \ No newline at end of file diff --git a/samples/bigquery/hackernews/faang.malloy b/samples/bigquery/hackernews/faang.malloy deleted file mode 100644 index d32bdb946..000000000 --- a/samples/bigquery/hackernews/faang.malloy +++ /dev/null @@ -1,49 +0,0 @@ ---! styles hackernews.styles.json - -import "hackernews.malloy" - -// analysis about FAANG (Facebook Apple Amazon Netflix and Google) -// a resonable threshold for interesting stories is about 10 - -source: faang_analysis is stories { - - dimension: - faang is title ? - pick 'Facebook' when ~ r'(Facebook|Instagram|Whatsapp)' - pick 'Apple' when ~ r'(Apple|iPhone|IOS|Macbook)' - pick 'Amazon' when ~ r'(Amazon|AWS)' - pick 'Netflix' when ~ r'Netflix' - pick 'Google' when ~ r'(Google|GOOG|Alphabet|GCloud|Chrome)' - else 'OTHER' - - query: apple_dashboard is term_dashboard { - where: faang = 'Apple', score >= threshold - } - - query: google_dashboard is term_dashboard { - where: faang = 'Google', score >= threshold - } - - query: faang_stories is recent_stories { - where: faang != 'OTHER', score >= threshold - } - - query: faang_dashboard is { - where: - faang != 'OTHER', - score >= threshold, - post_type = 'story' - nest: faang_story_chart is { - group_by: posted_month is post_time.month - aggregate: post_count - group_by: faang - } - nest: facebook is top_sites { where: faang = 'Facebook' } - nest: apple is top_sites { where: faang = 'Apple' } - nest: amazon is top_sites { where: faang = 'Amazon' } - nest: netflix is top_sites { where: faang = 'Netflix' } - nest: google is top_sites { where: faang = 'Google' } - } - - query: faang_poster_dashboard is poster_dashboard { where: faang != 'OTHER' } -} diff --git a/samples/bigquery/hackernews/hackernews.malloy b/samples/bigquery/hackernews/hackernews.malloy deleted file mode 100644 index 814f923a5..000000000 --- a/samples/bigquery/hackernews/hackernews.malloy +++ /dev/null @@ -1,123 +0,0 @@ ---! styles hackernews.styles.json - -source: stories is table('bigquery-public-data.hacker_news.full') { - rename: - poster is `by` - post_type is `type` - - dimension: - post_time is timestamp_seconds(`time`) - site is regexp_extract( - regexp_extract(url, '^http://([^\\/]*)\\/'), - '([^\\.]+\\.[^\\.]+(?:\\.[A-Za-z][A-Za-z])?)$' - ) - - dimension: score_class is ifnull(score, 0) ? - pick 'blah' when < 5 - pick 'hmmm' when < 10 - pick 'oooh' when < 100 - else 'wow' - - - dimension: - threshold is 10 - is_good is score >= threshold - - measure: - post_count is count() - good_post_count is post_count { where: is_good } - percent_good is floor(good_post_count / post_count * 100) - first_post_date is min(post_time).day - - query: by_date is { - group_by: posted_month is post_time.month - aggregate: post_count - } - - query: posts_over_time is { - group_by: posted_month is post_time.month - aggregate: post_count - } - - query: percent_good_over_time is { - group_by: posted_year is post_time.year - aggregate: percent_good - } - - query: stories_by_month is { - where: post_type = 'story' - nest: by_date - } - - query: jobs_by_month is { - where: post_type = 'job' - nest: by_date - } - - query: by_post_type is { - group_by: post_type - aggregate: post_count - } - - query: by_score_class is { - group_by: score_class - aggregate: post_count - } - - query: top_posters is { - top: 10 - where: poster != null - group_by: poster - aggregate: good_post_count, post_count - } - - query: top_sites is { - top: 10 - where: site != null - group_by: site - aggregate: post_count - } - - query: recent_stories is { - top: 100 - where: post_type = 'story' - order_by: post_time desc - group_by: - post_time - poster - score - title - post_type - url - } - - query: term_dashboard is { - nest: by_date_and_type_line_chart is { - group_by: posted_month is post_time.month - aggregate: post_count - group_by: post_type - } - nest: - top_posters - top_sites - recent_stories {limit: 20} - } - - query: poster_dashboard is top_posters { -- reuses and refines the top_posters query - where: post_type = 'story' - aggregate: - percent_good - first_post_date - nest: - posts_over_time - percent_good_over_time - by_score_class - top_sites - nest: best_stories is recent_stories { -- reuses and refines the stories query - top: 10 - order_by: score desc - } - } -} - -query: data_stories is stories -> term_dashboard {where: title ~ '%Data%' | '% data%'} \ No newline at end of file diff --git a/samples/bigquery/hackernews/hackernews.styles.json b/samples/bigquery/hackernews/hackernews.styles.json deleted file mode 100644 index dfe87e0d7..000000000 --- a/samples/bigquery/hackernews/hackernews.styles.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "faang_story_chart" : { - "renderer" : "line_chart" - }, - "posts_over_time" : { - "renderer" : "line_chart" - }, - "percent_good_over_time" : { - "renderer" : "line_chart" - }, - "url" : { - "renderer" : "link" - }, - "by_score_class" : { - "renderer" : "bar_chart" - } - } \ No newline at end of file diff --git a/samples/bigquery/iowa/iowa.malloy b/samples/bigquery/iowa/iowa.malloy deleted file mode 100644 index 56a20fbb5..000000000 --- a/samples/bigquery/iowa/iowa.malloy +++ /dev/null @@ -1,133 +0,0 @@ ---! styles iowa.styles.json - -source: iowa is table('malloy-data.iowa_liquor_sales.sales_deduped'){ - - // dimensions - dimension: - gross_margin is 100 * (state_bottle_retail - state_bottle_cost) / nullif(state_bottle_retail, 0) - price_per_100ml is state_bottle_retail / nullif(bottle_volume_ml, 0) * 100 - - category_class is category_name ? - pick 'WHISKIES' when ~ r'(WHISK|SCOTCH|BOURBON|RYE)' - pick 'VODKAS' when ~ r'VODKA' - pick 'RUMS' when ~ r'RUM' - pick 'TEQUILAS' when ~ r'TEQUILA' - pick 'LIQUEURS' when ~ r'(LIQUE|AMARETTO|TRIPLE SEC)' - pick 'BRANDIES' when ~ r'BRAND(I|Y)' - pick 'GINS' when ~ r'GIN' - pick 'SCHNAPPS' when ~ r'SCHNAP' - else 'OTHER' - - bottle_size is bottle_volume_ml ? - pick 'jumbo (over 1000ml)' when > 1001 - pick 'liter-ish' when >= 750 - else 'small or mini (under 750ml)' - - // measures - measure: - total_sale_dollars is sale_dollars.sum() - item_count is count(distinct item_number) - total_bottles is bottles_sold.sum() - line_item_count is count() - avg_price_per_100ml is price_per_100ml.avg() - percent_of_sales is total_sale_dollars / all(total_sale_dollars) * 100 - - // queries - query: by_month is { - order_by: 1 - group_by: purchase_month is `date`.week - aggregate: total_sale_dollars - } - - query: top_sellers_by_revenue is { - top: 5 - group_by: - vendor_name - item_description - total_sale_dollars - aggregate: - total_bottles - avg_price_per_100ml - percent_of_sales - } - - query: most_expensive_products is { - top: 10 - order_by: avg_price_per_100ml desc - group_by: - vendor_name - item_description - aggregate: - total_sale_dollars - total_bottles - avg_price_per_100ml - } - - query: by_vendor_bar_chart is { - top: 10 - group_by: vendor_name - aggregate: - total_sale_dollars - total_bottles - } - - query: by_class is { - top: 10 - group_by: category_class - aggregate: - total_sale_dollars - item_count - } - - query: by_category is { - top: 10 - group_by: category_name - aggregate: - total_sale_dollars - item_count - } - - query: by_sku is { - group_by: item_description - aggregate: total_sale_dollars - limit: 5 - } - - query: vendor_dashboard is { - group_by: vendor_count is count(distinct vendor_number) - aggregate: - total_sale_dollars - total_bottles - nest: - // by_month - // by_class - // by_vendor_bar_chart - top_sellers_by_revenue - // most_expensive_products - // by_vendor_dashboard is { - // top: 10 - // group_by: vendor_name - // aggregate: total_sale_dollars - // nest: - // by_month, - // top_sellers_by_revenue, - // most_expensive_products - // } - } -} - -query: vodka_dashboard is iowa->vendor_dashboard { - where: category_class ? 'VODKAS' -} - -query: tequila_dashboard is iowa->vendor_dashboard { - where: category_class ? 'TEQUILAS' -} - -query: luxco_dashboard is iowa->vendor_dashboard { - where: vendor_name ? ~ r'Luxco' -} - -query: jim_beam_dashboard is iowa->vendor_dashboard { - where: vendor_name ? ~ r'Jim Beam' -} diff --git a/samples/bigquery/iowa/iowa.styles.json b/samples/bigquery/iowa/iowa.styles.json deleted file mode 100644 index b04bccfd6..000000000 --- a/samples/bigquery/iowa/iowa.styles.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "by_category": { - "renderer": "bar_chart" - }, - "by_class": { - "renderer": "bar_chart" - }, - "by_sku": { - "renderer": "bar_chart" - }, - "by_month": { - "renderer": "line_chart" - }, - "by_vendor": { - "renderer": "dashboard" - }, - "vendor_dashboard": { - "renderer": "dashboard" - }, - "total_purchased": { - "renderer": "currency" - } -} \ No newline at end of file diff --git a/samples/bigquery/names/names.malloy b/samples/bigquery/names/names.malloy deleted file mode 100644 index 5a6de1963..000000000 --- a/samples/bigquery/names/names.malloy +++ /dev/null @@ -1,90 +0,0 @@ ---! styles names.styles.json - -source: names is table('bigquery-public-data.usa_names.usa_1910_current') { - - dimension: decade is floor(`year` / 10) * 10 - - measure: - total_population is `number`.sum() - births_per_100k is floor(total_population / all(total_population) * 100000) - - query: by_name is { - group_by: name - aggregate: total_population, births_per_100k - } - - query: state_map is { - group_by: state - aggregate: births_per_100k - } - - query: decade_graph is { - group_by: decade - aggregate: births_per_100k - group_by: gender - order_by: decade asc - } - - query: name_dashboard is { - top: 15 - group_by: name - aggregate: total_population - nest: state_map, decade_graph - } - - query: location_iconic_names is { - group_by: name, gender - aggregate: births_per_100k - nest: by_state is { group_by: state; aggregate: births_per_100k } - } -> { - where: births_per_100k > 50 - group_by: by_state.state - nest: by_gender is { - group_by: gender - nest: iconic_name_list is { - top: 15; order_by: 2 desc - group_by: name - aggregate: popularity is (by_state.births_per_100k - births_per_100k) / births_per_100k - } - } - } - - query: time_iconic_names is { - group_by: name, gender - aggregate: births_per_100k - nest: by_decade is { - group_by: decade - aggregate: births_per_100k - } - } -> { - where: births_per_100k > 50 - group_by: by_decade.decade - nest: by_gender is { - group_by: gender - nest: iconic_name_list is { - top: 50; order_by: 2 desc - group_by: name - aggregate: popularity is (by_decade.births_per_100k - births_per_100k) / births_per_100k - } - } - } -} - -query: jes_dashboard is names -> name_dashboard { where: name ~ r'Jes' } - -query: jessie_over_time is names -> { - where: name = 'Jessie' - nest: decade_graph - nest: total_population - nest: by_state_and_time is { - group_by: state - aggregate: total_population - nest: decade_graph - } -} - -query: alabama_iconic_names_by_decade is names -> time_iconic_names { where: state ? 'AL' } - -query: newyork_iconic_names_by_decade is names -> time_iconic_names { where: state ? 'NY' } - -query: old_iconic_names_by_state is names -> location_iconic_names { where: decade <= 1940 } diff --git a/samples/bigquery/names/names.styles.json b/samples/bigquery/names/names.styles.json deleted file mode 100644 index 6de422031..000000000 --- a/samples/bigquery/names/names.styles.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "state_map": { - "renderer": "shape_map" - }, - "decade_graph": { - "renderer": "line_chart" - }, - "gender_p": { - "renderer": "pivot" - }, - "iconic_name_list": { - "renderer": "list_detail" - }, - "time_iconic_names": { - "renderer": "dashboard" - }, - "by_gender": { - "renderer": "dashboard" - } -} \ No newline at end of file diff --git a/samples/bigquery/the_met/the_met.malloy b/samples/bigquery/the_met/the_met.malloy deleted file mode 100644 index bbd61b624..000000000 --- a/samples/bigquery/the_met/the_met.malloy +++ /dev/null @@ -1,91 +0,0 @@ ---! styles the_met.styles.json - -source: met_objects is table('bigquery-public-data.the_met.objects') { - // eliminate some bad data - where: object_begin_date < 2031 & > -8000 - - join_one: images is table('bigquery-public-data.the_met.images') { primary_key: object_id } with object_id - - measure: - object_count is count() - image_count is images.count() - - dimension: - object_era is floor(object_begin_date / 100) * 100 - image_thumb is replace(images.original_image_url, 'original', 'web-thumb') - - query: by_classification is { - group_by: classification - aggregate: object_count - } - - query: by_department is { - group_by: department - aggregate: object_count - } - - query: by_artist is { - group_by: artist_display_name - aggregate: - object_count - image_count - } - - query: by_object_date is { - group_by: object_begin_date - aggregate: object_count - } - - query: by_object_era is { - order_by: 1 desc - group_by: object_era - aggregate: object_count - } - - query: image_list is { - group_by: - images.title - images.original_image_url - image_thumb - } - - query: by_country is { - group_by: country - aggregate: object_count - } - - query: random_image_list is { - limit: 20 - where: image_thumb != null - group_by: - image_thumb - x is 1 - } - - query: over_view_dashboard is { - group_by: object_count - nest: department_dashboard is { - group_by: department - aggregate: object_count - aggregate: image_count - nest: by_country - nest: by_object_era - nest: by_classification - nest: random_image_list - } - } - - query: department_dashboard is { - where: department = 'Photographs' and object_begin_date > 1900 - aggregate: - artist_count is count(distinct artist_display_name) - object_count - image_count - nest: by_artist is { - limit: 30 - group_by: artist_display_name - aggregate: object_count - nest: random_image_list - } - } -} diff --git a/samples/bigquery/the_met/the_met.styles.json b/samples/bigquery/the_met/the_met.styles.json deleted file mode 100644 index c30778dff..000000000 --- a/samples/bigquery/the_met/the_met.styles.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "by_object_era": { - "renderer": "bar_chart" - }, - "by_country": { - "renderer": "list_detail" - }, - "by_classification": { - "renderer": "list_detail" - }, - "image_thumb": { - "renderer": "image" - }, - "random_image_list": { - "renderer": "list" - } -} \ No newline at end of file diff --git a/samples/bigquery/wordle/wordle.malloy b/samples/bigquery/wordle/wordle.malloy deleted file mode 100644 index 1c4046d98..000000000 --- a/samples/bigquery/wordle/wordle.malloy +++ /dev/null @@ -1,99 +0,0 @@ -source: words is table('malloy-data.malloytest.words') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 - - // code to fake a cross join - primary_key: a // key to fake a cross join - dimension: a is 'a'; -} - -source: words_and_letters is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_one: numbers with a - dimension: a is 'a' // key to fake a cross join - - query: words_and_position is { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } - } -} - -source: wordle is from(words_and_letters -> words_and_position) { - - where: word !~ r'(S|ED)$' - - measure: word_count is count() - - query: five_letter_count is { - aggregate: five_letter_count is word_count - } - - query: common_letters is { - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() - } - - query: common_letters_and_positions is { - group_by: letters.letter - aggregate: - word_count - use_count is letters.count() - nest: positition_order_bar_chart is { - group_by: letters.position - aggregate: word_count - } - } - - query: letter_position is { - group_by: - letters.letter - letters.position - aggregate: word_count - } - - - query: letter_position_and_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } - - query: word_score is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words is { - group_by: word - } - } -> { - group_by: words.word - aggregate: score is word_count.sum() - } -} - -// Example Guess 'roast' -// clues (O- green, A - yellow, RST - gray) -query: wordle -> word_score { - where: - word ~ r'C', // YELLOW: has these characters - word ~ r'...[^C]E', // GREEN/YELLOW: characters in these spots/not spots - not word ~ r'[SLAT]' // GRAY: doesn't have these characters -} diff --git a/samples/bigquery/wordle/wordlebot.malloy b/samples/bigquery/wordle/wordlebot.malloy deleted file mode 100644 index ec7250de1..000000000 --- a/samples/bigquery/wordle/wordlebot.malloy +++ /dev/null @@ -1,62 +0,0 @@ -// Make a table of 5 letter words -source: words is table('malloy-data.malloytest.words_bigger') { - query: five_letter_words is { - where: length(word) = 5 and word ~ r'^[a-z]{5}$' - project: word is upper(word) - } -} - -// Cross join numbers -source: numbers is table('malloy-data.malloytest.numbers') { - where: num <= 5 -} - -// Build a new table of word and each letter in position -query: words_and_position is from(words -> five_letter_words) { - // Cross join is missing at the moment - join_cross: numbers -} -> { - group_by: word - nest: letters is { - order_by: 2 - group_by: - letter is substr(word, numbers.num, 1) - position is numbers.num - } -} - - -// build a word finder that can generate a score best available guess. -source: wordle is from(-> words_and_position) { - where: word !~ r'(S|ED)$' - measure: word_count is count() - - query: find_words is { - group_by: - letters.letter - letters.position - aggregate: word_count - nest: words_list is { - group_by: word - } - } -> { - group_by: words_list.word - aggregate: score is word_count.sum() - } -} - -// SAUCE -query: wordle -> find_words { - where: - word ~ r'C', - word ~ r'...[^C].', - word !~ r'[SAUE]' -} - -// CHOIR -query: wordle -> find_words { - where: - word ~ r'C' and word ~r'I' and word ~r'R', - word ~ r'C..[^CI][^R]', - word !~ r'[SAUEHO]' -} diff --git a/samples/duckdb/README.md b/samples/duckdb/README.md deleted file mode 100644 index 38e934dc2..000000000 --- a/samples/duckdb/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# DuckDB Example Models - -These models are built to work with DuckDB, which is natively supported and does not require explicit configuration of a connection. - -## [FAA](https://github.com/malloydata/malloy/tree/main/samples/duckdb/faa) _(ready to use)_ **Start here!** -A subset of the NTSB FAA Dataset, which includes information about flights, airports, carriers, and aircrafts. - -## [Auto Recalls](https://github.com/malloydata/malloy/tree/main/samples/duckdb/auto_recalls) _(ready to use)_ -A database of [National Highway Traffic Safety Administration recalls](https://catalog.data.gov/dataset/recalls-data). - -## [Names](https://github.com/malloydata/malloy/tree/main/samples/duckdb/names) _(ready to use)_ -This dataset a lightly transformed version of the U.S. Social Security Administration [Names Dataset](https://catalog.data.gov/dataset/baby-names-from-social-security-card-applications-national-data). A parquet file with the data is provided. - -## [IMDb](https://github.com/malloydata/malloy/tree/main/samples/duckdb/imdb) _(requires some setup)_ -IMDb makes data available for download via [their website](https://www.imdb.com/interfaces/). We provide a makefile to help download and prepare the data for use with the provided Malloy models. Make sure to review the README for instructions on how to do this. diff --git a/samples/duckdb/auto_recalls/auto_recalls.csv b/samples/duckdb/auto_recalls/auto_recalls.csv deleted file mode 100644 index f3db97edc..000000000 --- a/samples/duckdb/auto_recalls/auto_recalls.csv +++ /dev/null @@ -1,26021 +0,0 @@ -Report Received Date,NHTSA ID,Recall Link,Manufacturer,Subject,Component,Mfr Campaign Number,Recall Type,Potentially Affected,Recall Description,Consequence Summary,Corrective Action -06/23/2022,22V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V444000),Toyota Motor Engineering & Manufacturing,Wheel May Detach From Vehicle,WHEELS,See attached report,Vehicle,661,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2023 Subaru Solterra and Toyota BZ4X vehicles. The hub bolts on the wheels may loosen, causing a wheel to detach from the vehicle after low-mileage use.","A wheel detaching from a moving vehicle can result in a loss of vehicle control, increasing the risk of a crash.","Owners are advised not to drive their vehicles until they are repaired. The remedy is currently under development. Letters notifying owners of the safety risk are expected to be mailed June 24, 2022. A second letter will be sent once the remedy is available. Owners may contact Toyota's customer service at 1-800-331-4331." -06/17/2022,22V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V432000),"Heartland Recreational Vehicles, LLC",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,99.01.67,Vehicle,12285,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2022 Cyclone, Gravity, Sundance, Big Country, Big Horn, Big Horn Traveler, Elkridge, Fuel, North Trail, Landmark, Lithium, Milestone, Torque, Trail Runner, Pioneer, Prowler, and Road Warrior travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and replace the quick disconnect fittings, free of charge. Owner notification letters are expected to be mailed July 17, 2022. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.67." -06/17/2022,22V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V433000),Cruiser RV,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,99.03.21,Vehicle,2985,"Cruiser RV (Cruiser) is recalling certain 2022 Shadow Cruiser, Embrace, MPG, Radiance, Hitch, Twilight, and Stryker travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and replace the fittings, as necessary, free of charge. Owner notification letters are expected to be mailed in July 17, 2022. Owners may contact Cruiser customer service at 1-574-206-7920. Cruiser's number for this recall is 99.03.21." -06/17/2022,22V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V435000),Triple E Recreational Vehicles,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,CA#10130-1,Vehicle,371,"Triple E Recreational Vehicles (Triple E) is recalling certain 2021-2022 Unity U24MB, U24IB, U24CB, U24FX, U24RL, U24TB, and Wonder W24MB, W24RTB, W24FTB, W24RL recreational vehicles, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Triple E will work with Dometic to replace the cooktops, free of charge. Owner notification letters are expected to be mailed June 2022. Owners may contact Triple E customer service at 1-877-992-9906 or contact Dometic at recall.cooktop.22E021@dometic.com or 1-888-943-4905 or 574-389-3713. Triple E's number for this recall is CA#10130-1." -06/17/2022,22E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E050000),Nova Bus (US) Inc.,Steering Gear Assembled Incorrectly,STEERING,CR5281,Equipment,1,"Nova Bus (US) Inc. (Nova) is recalling a single Sheppard model steering gear: M110P Part Number: N34355. The steering gear may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","No remedy has been established at this time. Owner notification letters are expected to be mailed on July 29, 2022. Owners may contact Nova's customer service at 1-800-350-6682. Nova's number for this recall is CR5281." -06/16/2022,22V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V430000),Honda (American Honda Motor Co.),Frame Corrosion May Cause Fuel Leak,STRUCTURE,NR (Not Reported),Vehicle,112060,"Honda (American Honda Motor Co.) is recalling certain 2006-2014 Ridgeline vehicles that were sold, or ever registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Washington D.C., and Wisconsin. An accumulation of road salt may cause the frame mounting surface, where the fuel tank mounting bands are attached, to corrode and possibly detach the fuel tank, which can result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and repair the rear frame, as necessary, free of charge. Depending on the extent of any corrosion damage, Honda may offer to repurchase the vehicle. Owner notification letters are expected to be mailed August 1, 2022. Owners may contact Honda customer service at 1-888-234-2138." -06/16/2022,22V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V427000),"General Motors, LLC",Rear Suspension Toe Link May Separate,SUSPENSION,N222364330,Vehicle,736,"General Motors, LLC (GM) is recalling certain 2022 Cadillac XT5, XT6, and GMC Acadia vehicles. The left-rear suspension toe link may have been tightened improperly, which could result in a loose or separated toe link.","A loose toe link can separate and cause a loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the left-rear suspension and replace the fastener if it is loose or missing, free of charge. Owner notification letters are expected to be mailed August 1, 2022. Owners may contact Cadillac customer service at 1-800-458-8006 or GMC customer service at 1-800-462-8782. GM's number for this recall is N222364330." -06/16/2022,22V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V428000),"Navistar, Inc.",Steering Gear Assembled Incorrectly,STEERING,22513,Vehicle,33655,"Navistar, Inc. (Navistar) is recalling certain 2022-2023 International HX, HV, LoneStar, LT, MV, RH, IC TC Commercial Bus, and 2022 International WorkStar vehicles. The steering gears may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","Dealers will inspect the steering gear serial numbers, and replace the steering gears as necessary, free of charge. Owner notification letters are expected to be mailed August 18, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22513." -06/16/2022,22V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V429000),"Navistar, Inc.",Steering Gear Assembled Incorrectly,STEERING,22514,Vehicle,3570,"Navistar, Inc. (Navistar) is recalling certain 2022-2023 IC CE School Buses. The steering gears may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","Dealers will inspect the steering gear serial numbers, and replace the steering gears as necessary, free of charge. Owner notification letters are expected to be mailed August 18, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22514." -06/16/2022,22V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V431000),"Irbit Motorworks of America, Inc.",Wheel Lock-Up From Improperly Tightened Spokes,WHEELS,NR (Not Reported),Vehicle,3250,"Irbit Motorworks of America, Inc. (Irbit) is recalling certain 2012-2017 Ural Gear Up, Ural Patrol (T), Ural Retro, 2012-2015 Ural Tourist (T), and 2015-2017 Ural cT motorcycles. The wheel spokes may have been improperly tightened, which can damage the rims or cause a wheel lock-up.",Damaged rims or a wheel lock-up can increase the risk of a crash.,"Dealers will replace the wheel rims, spokes, tubes, and rim strips, free of charge. Owner notification letters are expected to be mailed August 1, 2022. Owners may contact Irbit customer service at 1-425-702-8484. This recall excludes wheel rims previously replaced by warranty and/or under NHTSA Recall No. 13V-507." -06/15/2022,22V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V424000),PACCAR Incorporated,ABS Telltale Not Enabled/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",22KWC and 22PBC,Vehicle,3,"PACCAR Incorporated (PACCAR) is recalling certain 2022 Kenworth T180 and 2023 Kenworth T280 and Peterbilt 535 vehicles. The ABS telltale was not enabled on certain vehicles, and will not illuminate even during an ABS malfunction. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 105, ""Hydraulic and Electric Brake Systems.""","An inoperational ABS system may not notify the driver of a malfunction, increasing the risk of a crash.","Dealers will perform a complete software update to correct the parameter setting, free of charge. Owner notification letters are expected to be mailed August 14, 2022. Owners may contact PACCAR's customer service at 1-425-828-5888 (Kenworth); 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 22KWC and 22PBC." -06/15/2022,22V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V422000),Lamborghini (Automobili Lamborghini),Malfunctioning Exterior Driver-Side Door Handle,STRUCTURE,L62X-R.03.22,Vehicle,21,"Lamborghini (Automobili Lamborghini) is recalling certain 2022 Huracan EVO and STO vehicles. The exterior driver-side door handle may not be assembled properly, which can prevent the opening of the driver-side door from the outside.","A person may become trapped which, in the event of an emergency, may increase their risk of injury.","Dealers will inspect and repair the driver-side door handle, as necessary, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Automobili Lamborghini customer service at 1-866-681-6276. Automobili Lamborghini's number for this recall is L62X-R.03.22." -06/15/2022,22V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V425000),PACCAR Incorporated,Transmission May Slip Into Unexpected Gear,POWER TRAIN,22KWD and 22PBD,Vehicle,402,"PACCAR, Incorporated (PACCAR) is recalling certain 2022 Kenworth T180, 2021-2023 Kenworth T280, 2022-2023 Kenworth T380, 2022-2023 Peterbilt 536, and 537 vehicles. Internal components of the transmission actuator may slip, causing the actuator to become miscalibrated.","A miscalibrated actuator may cause the transmission to shift into an unexpected gear, increasing the risk of a crash.","Dealers will replace the transmission actuator, free of charge. Owner notification letters are expected to be mailed August 14, 2022. Owners may contact PACCAR's customer service at 1-425-828-5888 (Kenworth); 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 22KWD and 22PBD." -06/14/2022,22V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V421000),"Kaufman Trailers of NC, Inc.",Insufficient Welds On Ramp Holding Brackets,STRUCTURE,FXSG10K,Vehicle,235,"Kaufman Trailers of NC, Inc. (Kaufman) is recalling certain 2018-2021 FXSG-10K-20D and FXSG-10KK-20D-SC trailers. The welds on the ramp holding bracket may be insufficient.","A broken bracket may allow the ramp to fall during use, increasing the risk of injury.","Dealers will provide instructions on how to reinforce the welds, free of charge. Owner notification letters are expected to be mailed in June 2022. Owners may contact Kaufman's customer service at 1-336-790-6800." -06/13/2022,22V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V417000),Shyft Group,Head Restraint Position Incorrect/FMVSS 202,SEATS,22-02,Vehicle,5551,"Shyft Group (Shyft Group) is recalling certain 2021-2022 Utilimaster Walk-In Vans. The headrest portion of the passenger-side jump seat may have been installed in an incorrect position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202, ""Head Restraints.""",An incorrectly positioned headrest can increase the risk of injury during a crash.,"Shyft Group will install spacers, free of charge. Owner notification letters were mailed on June 22, 2022. Owners may contact Shyft Group's customer service at 1-800-237-7806. Shyft Group's number for this recall is 22-02." -06/13/2022,22V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V418000),"Daimler Trucks North America, LLC",Improperly Connected High Voltage Battery Cable,ELECTRICAL SYSTEM,FL939,Vehicle,185,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2023 FCCC Saf-T-Liner C2 Jouley Electric Buses. A high voltage battery cable may not be properly connected, which can cause a loss of electrical power or a ground short circuit.","Unexpected engine shut down can increase the risk of a crash. Additionally, a disabled school bus may require an evacuation procedure in an uncontrolled traffic situation, increasing the risk of injury to passengers. A ground short circuit can increase the risk of a fire.","Dealers will inspect and repair or replace the battery cable, as necessary, free of charge. Owner notification letters are expected to be mailed August 6, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL939." -06/13/2022,22V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V416000),Nova Bus (US) Inc.,Radiator Fan Fuse May Short,ELECTRICAL SYSTEM,CR5259,Vehicle,273,Nova Bus (US) Inc. (Nova Bus) is recalling certain 2019-2021 LFS and 2019-2022 LFS Artic buses. The radiator fan's electrical fuse holder may experience excessive corrosion which can result in an electrical short.,An electrical short increases the risk of a fire.,"Nova Bus will provide the remedy parts and service document instructions, free of charge. Owner notification letters are expected to be mailed on June 30, 2022. Owners may contact Nova Bus' customer service at 1-800-350-6682. Nova Bus' number for this recall is CR5259." -06/13/2022,22V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V419000),KENTUCKY TRAILER MANUFACTURING,Walk Board Rack May Separate From Vehicle,STRUCTURE,NR (Not Reported),Vehicle,2944,"Kentucky Trailer Manufacturing (KTM) is recalling certain 2014-2021 Kentucky Trailer MV and PV vehicles. The walk board rack mounting bolts may loosen, allowing the rack to separate from the vehicle.","The walk board may fall while in use, increasing the risk of injury.","KTM will install new washers, bolts, and locking nuts, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact KTM's customer service at 1-502-637-2551." -06/10/2022,22V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V411000),Ford Motor Company,Child Safety Lock Malfunction,LATCHES/LOCKS/LINKAGES,22S44,Vehicle,53103,"Ford Motor Company (Ford) is recalling certain four-door 2021-2022 Bronco vehicles. The passenger-side rear door may be opened from inside of the vehicle when the child safety lock is in the ""ON"" position.",A malfunctioning child safety lock increases the risk of injury to a child occupant.,"Dealers will inspect the passenger-side child safety locks door child safety lock and latch, and replace them, if necessary, free of charge. Owner notification letters are expected to be mailed July 25, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S44." -06/10/2022,22V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V412000),Ford Motor Company,High Voltage Battery Contactor May Overheat,ELECTRICAL SYSTEM,22S41,Vehicle,48924,Ford Motor Company (Ford) is recalling certain 2021-2022 Mustang Mach-E vehicles. The high voltage battery main contactors may overheat.,"An overheated high voltage battery contactor may cause the vehicle to lose drive power, increasing the risk of a crash.","Dealers will update the on-board software, free of charge. Owner notification letters are expected to be mailed July 18, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S41." -06/10/2022,22V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V415000),Ford Motor Company,Instrument Panel Not Illuminated/FMVSS 101,ELECTRICAL SYSTEM,22C11,Vehicle,30244,"Ford Motor Company (Ford) is recalling certain 2022 Transit vehicles. The Instrument Panel Cluster may not properly illuminate telltales or gauges and the speedometer and tachometer pointers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 101, ""Control and Displays,"" and 102, ""Trans Shift Lever Seq/Starter Interlock/Trans Braking Effect,"" and 105, ""Hydraulic and Electric Brake Systems,"" and 208, ""Occupant Crash Protection.""","Failure to illuminate the cluster display could render safety-related telltales and gauges unreadable, increasing the risk of a crash.","Dealers will update the instrument panel cluster software, free of charge. Owner notification letters are expected to be mailed July 25, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22C11." -06/10/2022,22V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V413000),Ford Motor Company,Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,22S43,Vehicle,2925968,"Ford Motor Company (Ford) is recalling certain 2013-2019 Escape, 2013-2018 C-Max, 2013-2016 Fusion, 2013-2021 Transit Connect, and 2015-2018 Edge vehicles. The bushing that attaches the shifter cable to the transmission may degrade or detach.","A damaged or missing bushing may prevent the vehicle from shifting into the intended gear, and cause the vehicle to move in an unexpected direction. Additionally, the vehicle may roll after the driver selects the 'Park' position. Either scenario increases the risk of a crash or injury.","Dealers will replace the under hood shift bushing and add a protective cap over the shift cable bushing, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S43." -06/10/2022,22V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V414000),Ford Motor Company,Unsecured Fuel Tank Attachment Strap,"FUEL SYSTEM, GASOLINE",22S42,Vehicle,1,Ford Motor Company (Ford) is recalling one 2021 F-150 vehicle. A single vehicle may have been assembled without a fuel tank front attachment resulting in an unsecured fuel tank attachment strap.,An improperly attached fuel tank increases the risk of a fuel leak and potential for fire.,"Dealers will inspect and repair (if necessary) the fuel tank strap bracket, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S42." -06/09/2022,22E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E048000),"Chrysler (FCA US, LLC)",High Pressure Fuel Pump Failure,"FUEL SYSTEM, DIESEL",Z58,Equipment,27316,"Chrysler (FCA US, LLC) is recalling certain Mopar High Pressure Fuel Pump part numbers: 68211268AA, 68211269AA and Mopar 3.0L Diesel Engine part numbers: 05158019AK, 05158036AF, 05158048AC, 05158048AD, 05158048AE, 05158048AF, 05158052AD, 05158052AF, 05158052AG, 05162072AD, 05162072AE. A high pressure fuel pump (HPFP) failure may introduce internal debris into the fuel system, potentially resulting in fuel starvation.","Fuel starvation may result in an unexpected loss of drive power, increasing the risk of a crash.","Dealers will replace the HPFP, inspect and replace, if necessary, additional fuel system components, free of charge. Owner notification letters are expected to be mailed July 29, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLS's number for this recall is Z58." -06/09/2022,22V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V406000),"Chrysler (FCA US, LLC)",High Pressure Fuel Pump Failure,"FUEL SYSTEM, DIESEL",Z46,Vehicle,138645,"Chrysler (FCA US, LLC) is recalling certain 2014-2020 Jeep Grand Cherokee, and 2014-2019 Ram 1500 vehicles equipped with 3.0L diesel engines. A high pressure fuel pump (HPFP) failure may introduce internal debris into the fuel system, potentially resulting in fuel starvation.","Fuel starvation may result in an unexpected loss of drive power, increasing the risk of a crash.","Dealers will replace the HPFP, and inspect and replace, if necessary, additional fuel system components, free of charge. Owner notification letters are expected to be mailed July 29, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLS's number for this recall is Z46." -06/09/2022,22V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V409000),"Ferrara Fire Apparatus, Inc.",Loss of Vehicle Lighting,EQUIPMENT,NR (Not Reported),Vehicle,22,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2021-2023 Inferno and Igniter vehicles. An additional resistor was incorrectly installed on the printed circuit board, which can disrupt CAN network communication and cause vehicle lighting to fail.",Inoperable vehicle lighting can reduce visibility and increase the risk of a crash.,"Dealers will replace the modules, free of charge. Owner notification letters are expected to be mailed July 18, 2022. Owners may contact Ferrara customer service at 1-800-443-9006." -06/09/2022,22V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V407000),"Chrysler (FCA US, LLC)",Rearview Image May Not Display/FMVSS 111,BACK OVER PREVENTION,Z47,Vehicle,117759,"Chrysler (FCA US, LLC) is recalling certain 2022 Ram 1500, 2500 pickup trucks, and 3500 Cab Chassis vehicles with GVWR less than 10,000 lbs. The radio software may prevent the rearview image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will reprogram the radio software, free of charge. Owner notification letters are expected to be mailed July 29, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLS's number for this recall is Z47." -06/09/2022,22V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V410000),"Forest River, Inc.",Step Treads Inadequately Secured to Step Brackets,EQUIPMENT,49-1523,Vehicle,607,"Forest River, Inc. (Forest River) is recalling certain 2022 Prime Time Crusader and Sanibel fifth wheel travel trailers. The step treads are inadequately secured to the step brackets.","The step treads may detach from the step bracket, increasing the risk of injury.","Dealers will install an elevator bolt to properly secure tread to the steps, free of charge. Owner notification letters are expected to be mailed July 8, 2022. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 49-1523." -06/09/2022,22V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V426000),"Chrysler (FCA US, LLC)",Vehicle Rollaway Due to ABS Malfunction,"SERVICE BRAKES, HYDRAULIC",Z48,Vehicle,270904,"Chrysler (FCA US, LLC) is recalling certain 2018-2019 Jeep Grand Cherokee and Dodge Durango vehicles. A malfunction in the antilock-brake system (ABS) module may illuminate the brake lights, and allow the vehicle to start and shift out of Park without the brake pedal being applied.","A vehicle that starts and shifts out of Park without applying the brake pedal can result in vehicle rollaway, increasing the risk of a crash without prior warning and/or injury to others outside of the vehicle.","The remedy is under development. Owner notification letters are expected to be mailed July 29, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z48." -06/08/2022,22V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V402000),Keystone Coachworks Inc,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,22E021,Vehicle,4,"Keystone Coachworks Inc (Keystone Coachworks) is recalling certain 2020-2021 Mercedes-Benz Metris Custom Camper Vans equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Keystone will work with Dometic to replace the cooktops, free of charge. Owner notification letters are expected to be mailed in June 2022. Owners may contact Keystone Coachworks customer service at 1-541-517-4827. Keystone Coachworks number for this recall is 22E021." -06/08/2022,22V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V403000),Zero Motorcycles Inc.,Incorrect Front Brake Caliper Bolts,"SERVICE BRAKES, HYDRAULIC",SV-RCL-022-004,Vehicle,23,"Zero Motorcycles Inc. (Zero) is recalling certain 2022 SR and SR/F motorcycles. Incorrect front brake caliper bolts may have been installed and could damage the mounting threads on the fork, causing the caliper to loosen.","A loose caliper may reduce braking, increasing the risk of a crash.","Dealers will inspect and as necessary, replace the front brake caliper bolts and forks, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-RCL-022-004." -06/08/2022,22V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V405000),"Daimler Trucks North America, LLC",Steering Gear Incorrectly Assembled,STEERING,FL-938,Vehicle,6492,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Freightliner (FCCC) MT45, 2022-2023 Western Star 4900 and Freightliner Cascadia vehicles. The steering gears may have been incorrectly assembled, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","The remedy is currently under development. Owner notification letters are expected to be mailed August 6, 2022. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-938." -06/08/2022,22V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V404000),"Porsche Cars North America, Inc.",Vehicle Display Malfunction/FMVSS 111,BACK OVER PREVENTION,ANA6,Vehicle,12490,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020-2022 Taycan vehicles. A software error could cause the center screen (including rearview camera image) and the touch control panel remain to black directly after the ignition is activated. Also, the Real-Top-View (including rearview camera image) could display a flickering image. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A malfunctioning center screen or touch control panel may obstruct the driver's view of camera assisted driving functions, increasing the risk of a crash.","Dealers will install new software, free of charge. Owner notification letters are expected to be mailed August 5, 2022. Owners may contact Porsche's customer service at 1-800-767-7243. Porsche's number for this recall is ANA6." -06/07/2022,22V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V398000),"C.E. Smith Company, Inc.",Axle Weld may Fail Allowing Wheel to Separate,SUSPENSION,NR (Not Reported),Vehicle,2043,"C.E. Smith Company, Inc. (C.E. Smith) is recalling certain 2021-2022 C.E. Smith Company Multi-Sport 48810 and 48815, Multi-Sport Plus 48870, Malone Auto Racks MicroSport MPG460, and EcoLight MPG585 boat trailers. The weld connecting the axle tube to the wheel spindle may fail, causing the wheel to separate from the trailer.",Losing a wheel off the trailer increases the risk of a crash.,"C.E. Smith will provide installation instructions and a replacement axle, free of charge. Owner notification letters are expected to be mailed June 30, 2022. Owners may contact C.E. Smith at 1-800-334-2490." -06/07/2022,22V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V400000),Off Grid Trailers,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,300,"Off Grid Trailers (Off Grid) is recalling certain 2021-22 Expedition, Pando, and Switchback travel trailers equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Off Grid will work with Dometic to replace the cooktops, free of charge. Owner notification letters are expected to be mailed June 10,2022. Owner's may contact Off Grid customer service at 1-800-786-3221." -06/07/2022,22V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V397000),"Kawasaki Motors Corp., U.S.A.",Incorrect Front Brake Rotor/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",MC22-04,Vehicle,1923,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2020-2021 LX230A and 2022 LX230G motorcycles. The incorrect front brake rotor may have been installed, which can reduce brake performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 122, ""Motorcycle Brake Systems.""",Reduced brake performance can increase the risk of a crash.,"Dealers will replace the front brake rotor and pads, as necessary, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC22-04." -06/07/2022,22V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V399000),Volvo Trucks North America,Steering Gear Assembled Incorrectly,STEERING,RVXX2202,Vehicle,1632,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2022-2023 VN tractor trailers. The steering gears may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","The remedy is currently under development. Owner notification letters are expected to be mailed July 29, 2022. Owners may contact Volvo Truck customer service at 1-800-528-6586. Volvo Truck's number for this recall is RVXX2202." -06/07/2022,22V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V401000),"Mack Trucks, Inc.",Steering Gear Assembled Incorrectly,STEERING,SC0437,Vehicle,6023,"Mack Trucks, Inc. (Mack) is recalling certain 2021-22 Granite, Anthem, LR, Pinnacle, and Terrapro tractor trailers. The steering gears may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","The remedy is currently under development. Owner notification letters are expected to be mailed out July 29, 2022. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0437." -06/06/2022,22V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V396000),"Corp. Micro Bird, Inc.",Bracket May Interfere with Seat Belt Pretensioner,SEAT BELTS,22-093-CUC,Vehicle,3,Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2017-2018 G5 school buses equipped with an elevated floor and electrically adjustable driver's seat. An incorrect bracket may have been installed on the driver's seat and may interfere with the seat belt pretensioner.,"An impaired seat belt pretensioner may not tighten the seat belt as intended, increasing the risks of injury during a crash.","Micro Bird Corp will provide instructions for inspecting the driver's seat. If the incorrect bracket is found, dealers will replace the bracket, free of charge. Owner notification letters are expected to be mailed July 25, 2022. Owner's may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 22-093-CUC." -06/06/2022,22V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V395000),"Forest River, Inc.",Swing Up Table Could Drop Unexpectedly,EQUIPMENT,51-1519,Vehicle,168,"Forest River, Inc. (Forest River) is recalling certain 2022 East to West Alta and Palomino SolAire travel trailers equipped with a swing up table/bed base. The base may have incomplete welds that are unable to hold the intended weight, causing the table/bed base to drop unexpectedly.","The table could drop down in the upright or closed position, increasing the risk of injury.","Dealers will replace the replace the swing up table, free of charge. Owner notification letters are expected to be mailed July 16, 2022. Owners may contact Forest River customer service for the Alta at 1-574-264-6664 or for the SolAire at 1-269-432-3271. Forest River's number for this recall is 51-1519." -06/03/2022,22V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V394000),"Daimler Trucks North America, LLC",Improperly Installed Steering Shaft Bolt,STEERING,FL-937,Vehicle,3578,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2023 Freightliner M2 vehicles. The u-joint pinch bolt on the steering shaft may become detached, which can cause a loss of steering control.",Loss of steering control can increase the risk of a crash.,"Dealers will inspect and repair the joint, as necessary, free of charge. Owner notification letters are expected to be mailed July 25,2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-937." -06/02/2022,22V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V392000),"General Motors, LLC",Brake Fluid Reservoir Cap Missing Label/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",N222369130,Vehicle,237,"General Motors, LLC (GM) is recalling certain 2022 Cadillac XT6 vehicles. The brake fluid reservoir cap may be missing the warning label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 135, ""Light Vehicle Brake Systems.""","Without a warning label, the brake fluid may be unintentionally contaminated by debris, which can affect brake performance and increase the risk of a crash.","Dealers will inspect the brake fluid reservoir cap and replace it, if necessary, free of charge. Owner notification letters are expected to be mailed July 18, 2022. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is N222369130." -06/02/2022,22V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V393000),"Winnebago Industries, Inc.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,56,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2020 ERA motorhomes, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Winnebago will work with Dometic to replace the cooktops, free of charge. Owner notification letters are expected to be mailed June 30, 2022. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885 or Dometic customer service at 888-943-4905." -06/02/2022,22T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T009000),Goodyear Tire & Rubber Company,Tire Tread May Separate,TIRES,NR (Not Reported),Tire,173237,"Goodyear Tire & Rubber Company (Goodyear) is recalling certain G159 tires, size 275/70R22.5 with DOT date codes 046 through 0403. The tread may separate from the tire.","Tread separation can cause a loss of vehicle control, increasing the risk of a crash.","Dealers will replace the tires installed on recreational vehicles, free of charge, and provide a $60 voucher for the cost of professionally weighing a recreational vehicle. Goodyear will offer a $500 refund for tires not installed on a vehicle. A notice of the recall was posted June 7, 2022. Owners may contact Goodyear customer service at 1-800-592-3267." -06/01/2022,22V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V390000),"Dalton Enterprises, Inc.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,22E-021,Vehicle,6,"Dalton Enterprises, Inc. (Dalton) is recalling certain 2021-2022 Adam J2040 trailers equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dalton will work with Dometic authorized dealers and service centers to replace the cooktops, free of charge. Owner notification letters were mailed June 10, 2022. Owners may contact Dalton customer service at 1-276-686-9178." -06/01/2022,22V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V391000),"Elgin Sweeper Company, Inc.",Fan Assembly may Separate from the Vehicle,EQUIPMENT,NR (Not Reported),Vehicle,120,"Elgin Sweeper Company, Inc. (Elgin Sweeper) is recalling certain 2018-2022 RegenX vehicles. The fan assembly mounting bolts may have been improperly tightened.","Loose bolts may allow the fan assembly to detach from the vehicles, becoming a road hazard and increasing risk of a crash.","Dealers will install new mounting hardware, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Elgin Sweeper Customer Service Department at 1-877-DIAL-ESG (1-877-342-5374)." -05/31/2022,22V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V389000),TM Industries,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,4T9T,Vehicle,10,"TM Industries (TM) is recalling certain 2021-2022 TrailManor 2518 series travel trailers, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktop, free of charge. Owner notification letters were mailed June 17, 2022. Owners may contact TM customer service at 1-605-951-7580. TM's number for this recall is 4T9T." -05/30/2022,22V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V387000),Escape Trailer,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,NR (Not Reported),Vehicle,486,"Escape Trailer is recalling certain 2021-2022 Escape 17, 19, 21, and 5.0TA travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnects, free of charge. Owner notification letters are expected to be mailed June 15, 2022. Owners may contact Escape Trailer's customer service at 1-604-703-1650." -05/30/2022,22V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V388000),Escape Trailer,Gas Valves May Fracture Causing Gas Leak,EQUIPMENT,NR (Not Reported),Vehicle,880,"Escape Trailer (Escape Trailer) is recalling certain 2018-2021 Escape 17, 19, 21, and 5.0TA travel trailers, equipped with certain SDS2 2-Burner Drop-in Cooktops. The internal aluminum burner tubes connecting the gas valves to the cook top burners can fracture from excessive vibration or shock, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktop, free of charge. Owner notification letters were mailed June 23, 2022. Owners may contact Escape Trailers customer service at 1-604-703-1650." -05/28/2022,22E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E047000),"R.H. Sheppard Co., Inc.",Steering Gear Assembled Incorrectly,STEERING,NR (Not Reported),Equipment,105271,"R.H. Sheppard Co., Inc. (R.H. Sheppard) is recalling certain Sheppard Steering Gears, model numbers: HD94E, M100P, M110P, HD94P, XD120P, MD83P, SD110P, M83P, M90P, and M80P. The steering gears may have been assembled incorrectly, which can cause the gear to fracture.","A fractured steering gear can cause a loss of steering control, increasing the risk of a crash.","The remedy is currently under development. Owner notification letters are expected to be mailed July 15, 2022. Owners may contact R.H. Sheppard at Steering22@RH-Sheppard.com for more information." -05/27/2022,22V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V385000),Roadtrek Inc.,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,99,"Roadtrek Inc. (Roadtrek) is recalling certain 2021-2022 Play, Play SRT, Play Slumber, Chase, SS Agile, Zion, Zion SRT, and Zion Slumber recreational vehicles, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktops, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Roadtrek customer service at 1-888-762-3873." -05/27/2022,22V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V381000),"Forest River, Inc.",Incorrect Circuit Breaker Installed,ELECTRICAL SYSTEM,40-1516,Vehicle,483,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Forest River Berkshire motorhomes. An incorrect circuit breaker was installed in the vehicle's house distribution subpanel, which prohibits the internal spring retention mechanism from properly contacting the subpanel.","Improper contact of the internal spring retention mechanism can cause excessive heat, increasing the risk of a fire.","Dealers will install the correct breaker, free of charge. Owner notification letters are expected to be mailed July 6, 2022. Owners may contact Forest River Customer Service at 1-574-522-1368. Forest River's number for this recall is 40-1516." -05/27/2022,22V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V384000),Ford Motor Company,Label Missing Tire Information/FMVSS 110 & 120,EQUIPMENT,22C09,Vehicle,5247,"Ford Motor Company (Ford) is recalling certain 2022 F-Super Duty F-250, F-350, F-450, F-550, F600, and 2023 E-Series vehicles. In addition, certain 2016 E-Series, 2017 and 2019 F-450, 2021 F-350, and 2021 Transit vehicles that received a reprinted label are also included in this recall. The Safety Certification Labels are missing the tire size, rim type, and tire pressure values for both the front and rear axles. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 110, ""Tire Selection and Rim"", and 120, ""Wheels and Rims-Other Than Passenger Cars.""","Missing tire information could lead to an incorrect tire or rim being installed, or incorrect tire pressure, increasing the risk of a crash.","Dealers will replace the Safety Certification Label, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22C09." -05/27/2022,22V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V382000),Ford Motor Company,Powertrain Control Module Malfunction,POWER TRAIN,22S37,Vehicle,25032,"Ford Motor Company (Ford) is recalling certain 2019-2020 Mustang vehicles equipped with 5.0L engines and manual transmissions. The Powertrain Control Module (PCM) may broadcast an unintended faulted signal to the modules controlling the reverse camera, reverse light, and driver assist features, which may disable all of these functions.","A rearview camera or reverse light that is disabled reduces the driver's rear view, increasing the risk of a crash. Disabled driver assist features (traction control, forward collision warning, blind spot warning, cross traffic indicator) may increase the risk of a crash.","Dealers will update the PCM software, free of charge. Owner notification letters were mailed June 15, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S37." -05/27/2022,22E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E046000),"Ox Bodies, Inc.",Rear Hinge Assembly Insufficiently Welded,STRUCTURE,NR (Not Reported),Equipment,339,"Ox Bodies, Inc. (Ox Bodies) is recalling certain Fayette Fabrications Rear Hinge Assemblies, part number 2214483, that were sold as replacement equipment. The weld in the rear hinge assemblies of the dump bodies may be insufficient.","An insufficient weld may cause the rear hinge assembly to fail, increasing the risk of an injury.","Ox Bodies will replace the uninstalled rear hinge assemblies and repair any installed rear hinge assemblies, free of charge. Owner notification letters are expected to be mailed on June 27, 2022. Owners may contact Ox Bodies customer service at 1-205-932-5720." -05/27/2022,22V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V386000),"Ox Bodies, Inc.",Rear Hinge Assembly Insufficiently Welded,STRUCTURE,NR (Not Reported),Vehicle,4696,"Ox Bodies, Inc. (Ox Bodies) is recalling certain 2019-2021 Stampede, Maverick, Chisholm, Trash Body, Flat Dump, Stock Yard, Load King, Aluminum, Chipper, Chisholm Lite, Frontier, and Trailmaker dump bodies. The weld in the rear hinge assemblies of the dump bodies may be insufficient.","An insufficient weld may cause the rear hinge assembly to fail, increasing the risk of an injury.","Ox Bodies will repair the rear hinge assembly welds, free of charge. Owner notification letters are expected to be mailed on June 27, 2022. Owners may contact Ox Bodies' customer service at 1-205-932-5720." -05/27/2022,22V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V383000),Keystone RV Company,Swing Up Table Could Drop Unexpectedly,EQUIPMENT,22-433,Vehicle,764,"Keystone RV Company (Keystone) is recalling certain 2022 Keystone Cougar travel trailers, equipped with a swing up table/bed base. The base may have incomplete welds that are unable to hold the intended weight, causing the table/bed base to drop unexpectedly.",A table or bed that drops unexpectedly can increase the risk of injury.,"Dealers will replace the table/bed base, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-433." -05/27/2022,22E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E045000),Ford Motor Company,Trailer Brakes May Fail,"SERVICE BRAKES, HYDRAULIC",22S38,Equipment,6383,"Ford Motor Company (Ford) is recalling certain Trailer Brake Controllers sold as accessory parts for 2021-2022 F-150 vehicles, with part numbers ML3Z-19H332-AA, ML3Z-19H332-BA and ML3Z-19H332-CA. The trailer brake controllers may fail to apply the trailer brakes when towing a trailer equipped with an electric or electric-over-hydraulic brake system.","Loss of trailer brake functionality could result in extended stopping distance, increasing the risk of a crash.","Dealers will update the integrated trailer brake control module software, free of charge. Ford notified dealers on May 31, 2022. Owner notification letters are expected to be mailed July 18, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S38." -05/26/2022,22V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V378000),Oshkosh Corporation,Alternator Cable Clamps Incorrectly Installed,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1316,"Oshkosh Corporation (Oshkosh) is recalling certain 2019-2022 S-Series 2.0 Concrete Mixers. Incorrectly installed alternator electrical cable clamps may rub against the vehicle frame or hydraulic hose, possibly damaging the alternator cables.",Damaged alternator electrical cables can increase the risk of a fire.,"Oshkosh will provide instructions on how to inspect the wiring, reposition the clamps, and properly secure the cables. The repair can be performed by the owner or an Oshkosh service center, free of charge. Owner notification letters are expected to be mailed on June 17, 2022. Owners may contact Oshkosh's customer service at 1-888-686-7278." -05/26/2022,22V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V375000),"General Motors, LLC",Front Passenger Seat Frame Not Welded Properly,SEATS,N222368320,Vehicle,1631,"General Motors, LLC (GM) is recalling certain 2022 GMC Canyon and Chevrolet Colorado vehicles equipped with a manual passenger seat. The front passenger seat may have a hook attachment that was not properly welded, allowing it to separate from the inboard track of the seat frame.","An improperly welded seat frame may not properly restrain the seat occupant, increasing the risk of injury in a crash.","Dealers will inspect the front passenger seat and replace the cushion frame, if necessary, free of charge. Owner notification letters are expected to be mailed July 11, 2022. Owners may contact GMC customer service at 1-800-462-8782 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N222368320." -05/26/2022,22E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E044000),Milwaukee Performance Helmets,Helmets May Not Adequately Protect User/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,340,"Milwaukee Performance Helmets (Milwaukee Helmets) is recalling certain size large model MPH9720DOT and size small model MPH9721DOT helmets. The helmets may lack proper retention system integrity, penetration protection, and labels. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate protection increases the risk of injury during a crash.,"Milwaukee Helmets will offer a refund of the purchase price. Owner notification letters are expected to be mailed July 25, 2022. Owners may contact Milwaukee Helmets customer service at 1-800-990-7423 or Helmet-recall@shafinc.com." -05/26/2022,22V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V380000),Honda (American Honda Motor Co.),Inaccurate Fuel Gauge Reading,"FUEL SYSTEM, GASOLINE",RCB,Vehicle,212,"Honda (American Honda Motor Co.) is recalling certain 2020 CR-V vehicles. The clip for the absorber inside the fuel tank was not secured properly and may detach, which can cause an inaccurate fuel gauge reading.","An inaccurate fuel gauge may result in the vehicle unexpectedly running out of fuel and stalling, increasing the risk of a crash.","Dealers will replace the fuel tank, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is RCB." -05/26/2022,22V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V379000),"Daimler Trucks North America, LLC",Incorrect Tire Pressure Monitoring Information,TIRES,FL935,Vehicle,2549,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2017-2022 FCCC XC Chassis vehicles. The tire pressure monitoring system (TPMS) may report incorrect information, such as temperature and pressure values, on the instrument cluster.","Incorrect TPMS information may not alert the driver of an actual low pressure or high temperature tire conditon, which can increase the risk of a crash.","Dealers will update the TPMS software, free of charge. Owner notification letters are expected to be mailed July 25, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL935." -05/26/2022,22V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V376000),"McNeilus Truck & Manufacturing, Inc.",Insufficient Clearance Between Tire and Fender,STRUCTURE,NR (Not Reported),Vehicle,8,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2022 Bridgemaster Mixer Trucks. Insufficient clearance between the tire and fender hardware could allow the tire to contact the fender hardware, possibly resulting in fender or fender tube detachment.","A detached fender or fender tube can create a road hazard, increasing the risk of a crash.","McNeilus will replace the fenders and fender tubes on the tag axle, free of charge. Owner notification letters are expected to be mailed on June 17, 2022. Owners may contact McNeilus's customer service at 1-888-868-7278." -05/26/2022,22V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V377000),"McNeilus Truck & Manufacturing, Inc.",Missing Safety Labels,EQUIPMENT,NR (Not Reported),Vehicle,792,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2020-2022 STD Mixer and Bridgemaster Mixer Trucks. The labels that provide instructions to the operator on the proper operation of the mixer's functions were not installed.","The operator may not be aware of the proper operation of the mixer's functions, increasing the risk of an injury.","McNeilus will inspect and install any missing labels, as necessary, free of charge. Owner notification letters are expected to be mailed on June 17, 2022. Owners may contact McNeilus' customer service at 1-888-868-7278." -05/25/2022,22V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V374000),"Daimler Trucks North America, LLC",Double Check Valve May Trap Air and Impair Braking,"SERVICE BRAKES, AIR",FL-936,Vehicle,4,Daimler Trucks North America LLC (DTNA) is recalling certain 2022 Freightliner Cascadia vehicles. The double check valve may trap air which can impair service brake function and lock the rear axle while the vehicle is in motion. A locked rear axle may cause brake components to fail or increased stopping distance.,Brake component failure and increased stopping distance may increase the risk of a crash.,"All vehicles have been remedied, therefore no owner notification letters are necessary. Owners may contact DTNA customer service at 1-800-547-2712. DTNA's number for this recall is FL-936." -05/24/2022,22V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V371000),"Cross Country Mfg., Inc.",Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,72,"Cross Country Mfg., Inc. (Cross Country) is recalling certain 2022 Cross Country 4T16, 4T18, 4T20, 58DT4, 610DTLP, 610DT8LP, 610DTL,610DT6, 612DT8LP, 616TL6, 617TL6, 618TL6, 616TK, 620TL6, 616CD, 616CF, and 618CF trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler as necessary, free of charge. Owner notification letters are expected to be mailed on June 1, 2022. Owners may contact Cross Country's customer service at 1-800-344-4103." -05/24/2022,22V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V370000),Braun Ambulances,Loss Of Vehicle Lighting,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4,"Braun Ambulances is recalling certain 2021 Chief XL Type I, 2020 TLC, and Express Plus ambulances. An additional resistor was incorrectly installed on the printed circuit board, which can disrupt CAN network communication and cause vehicle lighting to fail.",Inoperable vehicle lighting can reduce visibility and increase the risk of a crash.,"Braun Ambulances will replace the modules, free of charge. Owner notification letters are expected to be mailed on May 31, 2022. Owners may contact Braun Ambulances' customer service at 1-877-344-9990." -05/24/2022,22V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V372000),E-One Incorporated,Loss of Vehicle Lighting,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18,"E-One Incorporated is recalling certain 2022 Commercial, Cyclone 2, Cyclone N, and Typhoon N fire trucks. An additional resistor was incorrectly installed on the printed circuit board, which can disrupt CAN network communication and cause vehicle lighting to fail.",Inoperable vehicle lighting can reduce visibility and increase the risk of a crash.,"E-One Incorporated will replace the modules, free of charge. Owner notification letters are expected to be mailed on June 17, 2022. Owners may contact E-One Incorporated's customer service at 1-352-237-1122." -05/24/2022,22V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V373000),"Spartan Fire, LLC",Loss of Vehicle Lighting,ELECTRICAL SYSTEM,22001,Vehicle,27,"Spartan Fire, LLC (Spartan Fire) is recalling certain 2021-2023 Gladiator, MetroStar, and 2022-2023 FC-94 fire trucks. An additional resistor was incorrectly installed on the printed circuit board, which can disrupt CAN network communication and cause vehicle lighting to fail.",Inoperable vehicle lighting can reduce visibility and increase the risk of a crash.,"Dealers will replace the modules, free of charge. Owner notification letters are expected to be mailed on June 27, 2022. Owners may contact Spartan Fire's customer service at 1-800-543-6400. Spartan Fire's number for this recall is 22001." -05/23/2022,22V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V368000),"Volkswagen Group of America, Inc.",Engine Control Unit Short-Circuit May Cause Stall,ENGINE AND ENGINE COOLING,24iH,Vehicle,72,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 Audi A6 Sedan, A4 Sedan, Q5, and Q5 Sportback vehicles. The semiconductor inside the engine control unit may short-circuit and cause an engine stall.",An engine stall can increase the risk of a crash.,"Dealers will replace the engine control unit, free of charge. Owner notification letters are expected to be mailed July 22, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 24iH." -05/23/2022,22E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E043000),Lippert,Grill Guard Mounting Bracket May Break,STRUCTURE,2022-01-CURT,Equipment,52,"Lippert Components, Inc. (DBA Curt by Lippert) is recalling certain Curt Retrac Maglatch Bracket Kits, with part number 207980, sold for use with Protec series grill guards on 2021 Kenworth T680 and Peterbilt 579 tractor trailers. The mounting bracket metal may fracture, causing the bracket to bend or break.","A bent or broken mounting bracket can cause damage to the grill guard, increasing the risk of a crash.","Curt by Lippert will mail new bracket kits with replacement instructions, free of charge. Owners notification letters are expected to be mailed June 3, 2022. Owners may contact Curt by Lippert at (877) 287-8634. Lippert's number for this recall is 2022-01-CURT." -05/23/2022,22V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V367000),"Navistar, Inc.",Steering Wheel May Detach,STEERING,22511,Vehicle,4970,"Navistar, Inc. is recalling certain 2022-2023 IC CE, IC RE, and 2023 IC EV school buses. The steering wheel retaining nut may have been tightened incorrectly, which can allow the steering wheel to loosen and detach from the steering column shaft.",A loose or detached steering wheel increases the risk of a crash.,"Owners are advised not to drive their vehicles until the repair has been performed. Dealers will remove the steering wheel nut, apply thread locker, and reinstall the nut, free of charge. Owner notification letters are expected to be mailed in May 2022. Owners may contact Navistar, Inc. customer service at (331) 332-1590. Navistar's number for this recall is 22511." -05/23/2022,22V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V369000),"Navistar, Inc.",Steering Wheel May Detach,STEERING,22512,Vehicle,128,"Navistar, Inc. (Navistar) is recalling certain 2022-2023 IC CE, IC RE and 2023 IC 1300FBC transit buses. The steering wheel retaining nut may have been tightened incorrectly, which can allow the steering wheel to loosen and detach from the steering column shaft.",A loose or detached steering wheel increases the risk of a crash.,"Owners are advised not to drive their vehicles until the repair has been performed. Dealers will remove the steering wheel nut, apply thread locker, and reinstall the nut, free of charge. Owner notification letters are expected to be mailed May 2022. Owners may contact Navistar, Inc. customer service at 1-331- 332-1590. Navistar number for this recall is 22512." -05/23/2022,22E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E042000),Red Rock LLC,Swing Up Table Could Drop Unexpectedly,EQUIPMENT,NR (Not Reported),Equipment,944,"Red Rock, LLC (Red Rock) is recalling certain Swing Up Table Bases with part number 141018-04. The base may have incomplete welds that are unable to hold the intended weight for the table, causing the table to drop unexpectedly.",A table that drops unexpectedly can increase the risk of injury.,"Dealers will replace the swing up table base, free of charge. Owner notification letters are expected to be mailed June 1, 2022. Owners may contact Red Rock Supply customer service at 1-574-535-0192." -05/20/2022,22V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V366000),Joe's Trailer Mfg.,Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,20,"Joe's Trailer Mfg. (Joe's) is recalling certain 2021-2022 Great Lakes Tandem 16', 18' and 20' trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Joe's will inspect and replace the coupler as necessary, free of charge. Owner notification letters are expected to be mailed in May, 2022. Owners may contact Joe's customer service at 1-734-261-0050." -05/20/2022,22V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V363000),"Bravo Trailers, LLC",Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,565,"Bravo Trailers, LLC (Bravo) is recalling certain 2021 Hero, Scout, and Star trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler as necessary, free of charge. Owner notification letters are expected to be mailed on June 20, 2022. Owners may contact Bravo's customer service at 1-574-848-7500." -05/20/2022,22V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V361000),"Forest River, Inc.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,51-1513,Vehicle,162,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Coachmen Galleria, Beyond, and Nova motorhomes, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktop, free of charge. Owner notification letters were mailed June 15, 2022. Owners may contact Forest River Customer Service Phone Number 1-574-825-6319. Forest River's number for this recall is 51-1513." -05/20/2022,22V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V360000),"Daimler Vans USA, LLC",Disabled Emergency Call System,COMMUNICATION,VS2SIMKOM/VS3SIMKOM,Vehicle,19937,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2021 Freightliner Sprinter, Mercedes-Benz Metris, and Mercedes-Benz Sprinter vehicles. An error in the communication module's SIM card software can cause a mobile network connection failure, disabling the emergency call (eCall) system.","A disabled eCall system would prevent a vehicle occupant from contacting the emergency services call center in an emergency, potentially delaying emergency responders and increasing the risk of injury.","The communication module software will be updated through an Over-the-Air (OTA) update, or by a dealer, free of charge. Owner notification letters are expected to be mailed June 20, 2022. Owners may contact DVUSA at 1-877-762-8267. DVUSA's number for this recall is VS2SIMKOM/VS3SIMKOM." -05/20/2022,22V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V365000),"Mercedes-Benz USA, LLC",Disabled Emergency Call System,COMMUNICATION,NR (Not Reported),Vehicle,234862,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2022 CLA-Class, GLA-Class, GLE-Class, GLS-Class, SLC-Class, A-Class, AMG GT-Class, C-Class, E-Class, S-Class, SL-Class, GLC-Class, CLS-Class, GLB-Class, and G-Class vehicles. Please refer to MBUSA's recall report for specific vehicle model details. An error in the communication module's SIM card software can cause a mobile network connection failure, disabling the emergency call (eCall) system.","A disabled eCall system would prevent a vehicle occupant from contacting the emergency services call center in an emergency, potentially delaying emergency responders and increasing the risk of injury.","The communication module software will be updated through an Over-the-Air (OTA) update or by a dealer, free of charge. Owner notification letters are expected to be mailed July 19, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -05/20/2022,22V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V364000),"General Motors, LLC",Improperly Tightened Brake Line May Leak,"SERVICE BRAKES, HYDRAULIC",N222368230,Vehicle,39,"General Motors, LLC (GM) is recalling certain 2022 4500HD, 5500HD, and 6500HD vehicles. The pressure-sensor fitting of the primary hydraulic brake line assembly may not be tightened correctly, which could result in a brake fluid leak.","A brake fluid leak can extend the distance required to stop the vehicle, increasing the risk of a crash.","Dealers will tighten the brake pressure switch, bleed the brake system, and top-off the brake fluid, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N222368230." -05/20/2022,22V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V362000),Isuzu Motors Limited,Incorrect Size Fuel Quick Connector May Leak,"FUEL SYSTEM, DIESEL",V2201,Vehicle,154,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain FTR and FVR trucks. The quick connector used to connect the fuel suction hose to the fuel inlet pipe of the engine is too large. The larger diameter of the quick connector may cause inadequate sealing, resulting in a fuel leak. In addition, the gap may cause air to be sucked into the fuel hose while the engine is running.","A fuel leak in the presence of an ignition source can increase the risk of a fire. Air intake into the fuel hose increases the risk of engine stalling, increasing the risk of a crash.","Dealers will replace the quick connector with the correct size quick connector, free of charge. Owner notification letters are expected to be mailed on June 24, 2022. Owners may contact Isuzu's customer service at 1-866-441-9638. Isuzu's number for this recall is V2201." -05/19/2022,22V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V355000),"Navistar, Inc.",Brake Line Assembly Not Tightened Properly,"SERVICE BRAKES, HYDRAULIC",22510,Vehicle,15,"Navistar, Inc. (Navistar) is recalling certain 2022 International CV vehicles. The pressure sensor fitting on the primary hydraulic brake line assembly may not be tightened correctly, resulting in a brake fluid leak when the brakes are applied.","A brake fluid leak can cause a loss of braking ability, increasing the risk of a crash.","Dealers will tighten the pressure sensor fitting, free of charge. Owner notification letters were mailed on June 14, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22510." -05/19/2022,22V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V356000),Reiser Manufacturing,Coupler Improperly Welded,EQUIPMENT,22E-003,Vehicle,34,"Reiser Manufacturing (Reiser) is recalling certain 2022 WCH, LSA, LTA, L, SBS, and LATV trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler as necessary, free of charge. Owners may contact Reiser's customer service at 1-330-846-8003." -05/19/2022,22V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V357000),"Bigfoot Industries, Inc.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2,"Bigfoot Industries, Inc. (Bigfoot) is recalling certain 2022 Bigfoot RV 25B17FB travel trailers, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Bigfoot will work with Dometic, to replace the cooktop, free of charge. Owner notification letters were mailed June 2, 2022. Owners may contact Bigfoot customer service at 1-250-546-2155." -05/19/2022,22V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V358000),"Coach House, Inc.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,8,"Coach House, Inc. (Coach House) is recalling certain 2021-2022 Platinum, Platinum II and Arriva motorhomes, equipped with certain 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktop, free of charge. Owner notification letters are expected to be mailed in May 2022. Owners may contact Coach House customer service at 1-800-235-0984." -05/19/2022,22E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E040000),"General Motors, LLC",Driver's Air Bag Inflator May Explode,AIR BAGS,N222364860,Equipment,74,"General Motors, LLC (GM) is recalling certain Autoliv Front-Driver Air Bag Modules, with part numbers 20928235 and 20928242, sold as replacement parts for certain 2011-2012 GMC and Chevrolet vehicles. The driver's air bag inflator may explode during deployment, due to a manufacturing defect.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Dealers will inspect and replace the front-driver air bag module as necessary, free of charge. Letters notifying owners of the safety risk were mailed June 17, 2022. A second letter will be sent once the remedy is available. Owners may contact GM customer service at 1-888-988-7267 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N222364860." -05/19/2022,22V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V354000),Hyundai Motor America,Seat Belt Pretensioners May Explode,SEAT BELTS,229,Vehicle,239000,"Hyundai Motor America (Hyundai) is recalling certain 2019-2022 Accent, 2021-2023 Elantra, and 2021-2022 Elantra HEV vehicles. In the event of a crash, the front driver-side and/or passenger-side seat belt pretensioners may explode upon deployment.","An exploding seat belt pretensioner can project metal fragments into the vehicle, strike vehicle occupants, and result in injury.","Dealers will secure the seat belt pretensioner(s) with a cap, free of charge. Owner notification letters are expected to be mailed July 15, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 229. This recall expands and replaces NHTSA recall numbers 21V-796, 22V-069, 22V-218, and 22V-123 for Accent, Elantra, and Elantra HEV vehicles. All Accent, Elantra, and Elantra HEV vehicles already repaired under the previous recalls will need to have the new remedy completed." -05/19/2022,22V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V359000),"General Motors, LLC",Seat Cushion Frame Not Welded Properly,SEATS,N212356050,Vehicle,221,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Malibu, 2022 Chevrolet Equinox, Blazer and Cadillac XT4 vehicles. The driver's seat cushion frame may have an improper weld in the power tilt-adjustment mechanism.","An improperly welded seat frame may not adequately restrain the driver in a crash, increasing their risk of injury.","Dealers will inspect the driver's seat and replace the cushion frame, as necessary, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020 or Cadillac customer service at 1-800-458-8006. GM's number for this recall is N212356050." -05/18/2022,22V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V350000),"Oliver Travel Trailers, INC.",Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,40,"Oliver Travel Trailer, INC. (Oliver) is recalling certain 2021-2022 Elite travel trailers, equipped with certain 2-burner Cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Service Centers will replace the cooktops, as necessary, free of charge. Owner notification letters were mailed in June 3, 2022. Owners may contact Oliver customer service at 1-866-205-2621." -05/18/2022,22V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V352000),"Bombardier Recreational Products, Inc.",Defective Front Sprocket,POWER TRAIN,TBD,Vehicle,30389,"Bombardier Recreational Products, Inc. (BRP) is recalling certain 2015-2019 Can-Am Spyder F3 and RT motorcycles. The front sprocket may be defective and prematurely wear, resulting in a loss of drive power.",A loss of drive power increases the risk of a crash.,"Dealers will perform an interim repair until parts become available. Once parts are available, the front sprocket will be replaced, free of charge. Owner notification letters were mailed May 26, 2022. Owners may contact BRP customer service at 1-888-272-9222." -05/18/2022,22V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V351000),"Lucid USA, Inc.",Disabled Display Screens/FMVSS 101,ELECTRICAL SYSTEM,NCR-22-01-0,Vehicle,1117,"Lucid Motors, Inc. (Lucid) is recalling certain 2022 Air vehicles (all grades). The display wiring harness may not be secured properly, which can disable the display screens. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","Disabled display screens will not show critical information, such as the speedometer, gear selection indicators, and warning lights, which can increase the risk of a crash.","Dealers will inspect and secure the wiring harness, as necessary, free of charge. Owner notification letters are expected to be mailed June 20, 2022. Owners may contact Lucid customer service at 1-888-995-8243. Lucid's number for this recall is NCR-22-01-0." -05/18/2022,22V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V353000),Hyundai Motor America,Disabled Instrument Cluster Display Screen,ELECTRICAL SYSTEM,230,Vehicle,158,"Hyundai Motor America (Hyundai) is recalling certain 2022 Palisade vehicles. The instrument cluster assembly may have been manufactured with excessive adhesive, which can disable the instrument cluster display screen.","A disabled display screen will not show critical information, such as the meters, gauges, and warning lights, which can increase the risk of a crash.","Dealers will replace the instrument cluster assembly, free of charge. Owner notification letters are expected to be mailed July 15, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 230." -05/18/2022,22V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V348000),"Airstream, Inc.",Manual Step Assembled Incorrectly,EQUIPMENT,NR (Not Reported),Vehicle,2523,"Airstream, Inc. (Airstream) is recalling certain 2021-2023 Airstream Classic, Flying Cloud, International, and Globetrotter travel trailers. The manual step may collapse due to the fastener screw pulling through the washer.","The step could collapse while in use, increasing the risk of injury.","Dealers will replace the old washer and install a Loctite thread locker, free of charge. Owner notification letters are expected to be mailed July 17, 2022. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -05/18/2022,22V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V349000),"Altec Industries, Inc.",Overload Protection System May Not Function,EQUIPMENT,CSN 858,Vehicle,477,"Altec Industries, Inc. (Altec) is recalling certain 2016-2022 E-series & DH-H series Digger Derricks. The relay connectors may have been reattached to the incorrect plug after a stability test was performed. If the connections are not correct, the hydraulic overload protection system will not function.","A nonfunctional overload protection system may result in the operator unknowingly overloading the system, increasing the risk of injury.","Altec will inspect and reattach the connectors, if necessary, free of charge. Owner notification letters are expected to be mailed on July 15, 2022. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 858." -05/18/2022,22V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V347000),Prevost Car (US) Inc.,Right Side Rearview Mirror Positioned Incorrectly,VISIBILITY,SR22-08,Vehicle,189,"Prevost Car (US) Inc. (Prevost) is recalling certain 2020-2022 X3-45 Commuter vehicles. The right-side rearview mirror is positioned incorrectly, obstructing the view of the right side of the vehicle and the adjacent lane.","An incorrectly positioned right-side mirror can reduce the driver's visibility of what is around the vehicle, increasing the risk of a crash.","Dealers will repair or replace the right rearview mirror, free of charge. Owner notification letters are expected to be mailed July 15, 2022. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR22-08." -05/17/2022,22V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V343000),"Tracker Marine, LLC",Axle Hubs Improperly Tightened,WHEELS,TS-0041,Vehicle,27078,"Tracker Marine, LLC (Tracker) is recalling certain 2020-2023 Trailstar and Ranger Trail boat trailers. Please refer to the attached document for the full list of affected model numbers. The axle hubs were not tightened properly, which can cause the hubs to seize while in motion.","Seized trailer hubs can cause a loss of vehicle control, increasing the risk of a crash.","Dealers will inspect and tighten the hubs, as necessary, free of charge. Owner notification letters are expected to be mailed in June, 2022. Owners are advised to drive at reduced speeds and not tow a boat, until the remedy has been performed. Owners may contact Tracker's customer service at 1-417-873-4555. Tracker's number for this recall is TS-0041." -05/17/2022,22V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V344000),Kia Motors America,Blank Instrument Cluster Display Screen/FMVSS 101,ELECTRICAL SYSTEM,SC237,Vehicle,2761,"Kia Motors America (Kia) is recalling certain 2022 Telluride vehicles. Excess adhesive in a circuit board within the instrument cluster may cause the instrument cluster display screen to be blank. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","A blank instrument cluster display screen will not show critical information, such as the odometer, which can increase the risk of a crash.","Dealers will replace the instrument cluster assembly, free of charge. Owner notification letters are expected to be mailed July 15, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC237." -05/17/2022,22V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V346000),Ford Motor Company,Engine Compartment Fire,ENGINE,22S36,Vehicle,39013,"Ford Motor Company (Ford) is recalling certain 2021 Expedition and Lincoln Navigator vehicles. An engine compartment fire may occur while driving or parked, even with the ignition in the ""Off"" position.",A vehicle fire increases the risk of injury.,"Owners are advised to park their vehicles outside and away from structures until the remedy is performed. The remedy is still under development. Letters notifying owners of the safety risk were mailed May 25, 2022. A second letter will be mailed once the remedy is available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S36." -05/17/2022,22V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V345000),Vanguard National Trailer Corporation,Insufficient Lubricant in Wheel Hub,WHEELS,NR (Not Reported),Vehicle,2,"Vanguard National Trailer Corporation (Vanguard) is recalling two 2022 VIP 53 ft. trailers. The wheel hubs may have an insufficient amount of lubrication, which could cause the hub bearings to fail.","Hub bearing failure could cause the wheel hub assembly to detach, causing a loss of stability and control, or create a road hazard, and increase the risk of a crash.","Dealers will inspect the wheel hubs and add the proper amount of lubricant as necessary, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Vanguard's customer service at 1-219-253-2000." -05/16/2022,22V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V342000),Bowlus Road Chief LLC,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2,"Bowlus Road Chief LLC (Bowlus) is recalling certain 2022 Endless Highways travel trailers, equipped with 2-burner cooktops. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktops, free of charge. Owner notification letters were mailed in May 25, 2022. Owners may contact Bowlus customer service at 1-805-436-5855." -05/16/2022,22V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V339000),"Daimler Trucks North America, LLC",Disabled ABS & Stability Control/FMVSS 121 & 136,ELECTRONIC STABILITY CONTROL,FL-932,Vehicle,22,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Freightliner Cascadia vehicles. The antilock brakes (ABS) and electronic stability control (ESC) may be manually disabled. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 121, ""Air Brake Systems,"" and 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","Disabled ABS and ESC may lead to loss of braking or stability control, which can increase the risk of a crash.","Dealers will correct this feature, free of charge. Owner notification letters are expected to be mailed July 14, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-932." -05/16/2022,22V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V338000),"Daimler Trucks North America, LLC",Incorrect GAWR on Certification Label/Part 567,EQUIPMENT,FL-933,Vehicle,185,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020 Freightliner Cascadia, 2020-2022 Western Star 4700 and 5700, 2022 Western Star 4900, and 2020-2023 Freightliner New Cascadia vehicles. The Gross Axle Weight Rating (GAWR) listed on the Federal Certification Label is incorrect, which can allow the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",An overloaded vehicle can increase the risk of a crash.,"Dealers will be replace the GAWR labels, free of charge. Owner notification letters are expected to be mailed July 14, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-933." -05/16/2022,22V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V341000),Shyft Group,Incorrect Tire Information/FMVSS 110 & 567,EQUIPMENT,22-01,Vehicle,1826,"Shyft Group is recalling certain 2022 Utilimaster Walk-in vans. The tire size and tire pressures on the tire placard and certification label may be incorrect. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims"" and 49 CFR Part 567, ""Certification.""","Incorrect tire information may result in improperly inflated tires and overloading of the vehicle, which could increase the risk of a crash.","Shyft Group will replace the labels, free of charge. Owner notification letters are expected to be mailed on May 27, 2022. Owners may contact Shyft Group's customer service at 1-800-582-3454. Shyft Group's number for this recall is 22-01." -05/16/2022,22E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E039000),"Carparts.com, Inc.",Oil Filter Housing May Leak,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,3450,"Carparts.com, Inc. (Carparts.com) is recalling certain Replacement, and Evan-Fischer Oil Filter Housings, part number RD31260001. The welded plugs inside the oil filter housing may not have a proper seal, which can result in an oil leak.","An oil leak in the presence of an ignition source such as hot engine components, can increase the risk of a fire. Loss of oil can also result in the engine seizing, increasing the risk of a crash.","Carparts.com will replace the oil filter housing or provide a full refund, free of charge. Owner notification letters were mailed June 16, 2022. Owners may contact Carparts.com customer service at 1-866-529-0412." -05/16/2022,22V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V340000),"Daimler Trucks North America, LLC",Rotary Shifter May Unintentionally Shift to Drive,POWER TRAIN,FL934,Vehicle,23,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 FCCC MT50e walk-in vans. The rotary shift position knob may malfunction, which can cause an unintended shift to drive.","Unintentionally shifting to drive can cause unexpected vehicle movement, increasing the risk of a crash.","Dealers will inspect and repair the stalk switch right shifter, as necessary, free of charge. Owner notification letters are expected to be mailed July 14, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL934." -05/13/2022,22V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V337000),Ford Motor Company,Driver's Air Bag May Not Deploy,AIR BAGS,22S35,Vehicle,310203,"Ford Motor Company (Ford) is recalling certain 2016 Super Duty F-250, F-350, F-450, and F-550 vehicles. Dust may accumulate in the steering wheel clock spring, causing a disconnection in the electrical connection, resulting in the driver air bag not deploying as intended.",A driver air bag that does not deploy as intended increases the risk of injury in a crash.,"Dealers will replace the steering wheel clock spring, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S35." -05/13/2022,22V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V334000),Ford Motor Company,Forward-Facing Camera is Misaligned,FORWARD COLLISION AVOIDANCE,22S34,Vehicle,32,"Ford Motor Company (Ford) is recalling certain 2022 Mustang vehicles equipped with an Image Processing Module A (IPMA) or forward-facing camera. The camera is misaligned to the vehicle, resulting in the camera not functioning as intended.","A front-facing camera that is not functioning properly may restrict or disable certain features including Pre-Collision Assist, Adaptive Cruise Control, Lane Keeping System, Driver Alert, and Auto High Beam Control, increasing the risk of a crash.","Dealers will realign the front-facing camera, free of charge. Owner notification letters were mailed on May 27, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S34." -05/13/2022,22E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E038000),Plastic Omnium,Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,41409,"Plastic Omnium (Plastic Omnium) has submitted a Defect Information Report based upon the recall determinations made by Nissan North America, Inc. (recall 21V-957), and Mitsubishi Motors North America, Inc. (recall 22V-027). The fuel tank assemblies contain a fuel pump that may fail.","Fuel pump failure can cause an engine stall, increasing the risk of a crash.",The affected vehicle manufacturers will determine the appropriate remedy for their vehicles and mail owner notification letters. Nissan owners can contact Nissan customer service at 1-800-867-7669. Mitsubishi owners can contact MMNA customer service at 1-888-648-7820. -05/13/2022,22V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V330000),Blue Bird Body Company,Incorrect Starter Interlock Settings/FMVSS 102,POWER TRAIN,R22BW (NSB),Vehicle,1,"Blue Bird Body Company (Blue Bird) is recalling one 2023 Vision transit bus equipped with an Allison transmission. The starter interlock settings in the vehicle software are incorrect, allowing the engine to crank while the T-handle gear shifter is in Reverse or Drive. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect.""","A bus that is started in reverse or drive may result in unintended vehicle movement, and increase the risk of a crash or injury.","Dealers will update the software, free of charge. Owner notification letters are expected to be mailed on July 6, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R22BW(NSB)." -05/13/2022,22V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V331000),Ford Motor Company,Insufficient Welds in High Voltage Battery,ELECTRICAL SYSTEM,22S33,Vehicle,27,"Ford Motor Company (Ford) is recalling certain 2020 Escape and 2021 Lincoln Corsair vehicles equipped with 2.5L hybrid powertrains. Insufficient welds inside the high voltage battery may fail, resulting in a loss of drive power.",A loss of drive power increases the risk of a crash.,"Dealers will replace the high voltage battery, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S33." -05/13/2022,22V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V332000),Driverge Vehicle Innovations,Programmable Relay Power Center Module Failure,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,22,Driverge Vehicle Innovations (Driverge) is recalling certain 2021 Ford Transit 350 vehicles. Exposed copper may cause the Programmable Relay Power Center (PRPC) module to fail and short-circuit.,An electrical short-circuit increases the risk of a fire.,"Driverge will work with the equipment manufacturer to provide a fused data link harness, free of charge. Owner notification letters are expected to be mailed in May 2022. Owners may contact Driverge customer service at 1-330-861-1118 or Intermotive Warranty at 1-530-823-1048 ext.103." -05/13/2022,22V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V336000),"Kuntry Kustom RV, LLC",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,172,"Kuntry Kustom RV, LLC (Kuntry) is recalling certain 2017-2020 Rich Specialty Trailers Sanitation, Movie, Office, and Bunk House trailers, equipped with Winntec model 6020 two-stage propane regulators. The regulators may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator, free of charge. Owner notification letters were mailed June 7, 2022. Owners may contact Kuntry customer service at 1-260-593-2208." -05/13/2022,22V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V335000),"Mitsubishi Motors North America, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,SR-22-002,Vehicle,2865,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2022 Outlander vehicles. The Automatic Locking Retractor (ALR) in the right front, second-row right, and second-row left seat belt assemblies may deactivate before the seat belts are fully retracted, which can result in an unsecured child restraint system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner notification letters are expected to be mailed June 23, 2022. Owners may contact MMNA customer service at 1-88-648-7820. MMNA's number for this recall is SR-22-002." -05/13/2022,22V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V333000),Ford Motor Company,Software Error May Cause Unintended Acceleration,POWER TRAIN,22S29,Vehicle,464,"Ford Motor Company (Ford) is recalling certain 2021 Mustang Mach-E vehicles equipped with all-wheel drive. The powertrain control module (PCM) functional safety software may fail to detect a software error, resulting in unintended acceleration, unintended deceleration, or a loss of drive power.","Unintended acceleration, unintended deceleration, or a loss of drive power increases the risk of a crash.","The PCM software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed June 9, 2022. Owners may contact Ford customer service at 1-800-436-7332. Ford's number for this recall is 22S29." -05/12/2022,22V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V327000),"Chrysler (FCA US, LLC)",Hazard Lights May Flash While Braking/FMVSS 108,EXTERIOR LIGHTING,Z41,Vehicle,20,"Chrysler (FCA US, LLC) is recalling certain 2022 Jeep Grand Cherokee and Grand Cherokee L vehicles. The vehicle's hazard lights may flash when the brake pedal is applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Flashing hazard lights during braking may cause confusion for other drivers, increasing the risk of a crash.","Dealers will update the body control module, free of charge. Owner notification letters were mailed May 26, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z41." -05/12/2022,22V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V326000),"Chrysler (FCA US, LLC)",Inoperative Side Marker Lights/FMVSS 108,EXTERIOR LIGHTING,Z43,Vehicle,15,"Chryler (FCA US, LLC) is recalling certain 2022 Jeep Wrangler vehicles. The side marker lights may not function due to an incompatible tail light assembly wiring harness. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Nonfunctional side marker lights may reduce vehicle visibility to other drivers, increasing the risk of a crash.","FCA will replace the tail light assemblies, free of charge. Owner notification letters were mailed on May 26, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z43." -05/12/2022,22V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V328000),Great Dane Trailers,Missing Rear Impact Plate/FMVSS 223 & 224,EQUIPMENT,NR (Not Reported),Vehicle,72,"Great Dane Trailers (Great Dane) is recalling certain 2019 Freedom Platform trailers. The platform trailers may have been produced without a rear impact guard (RIG) certification plate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 223, ""Rear Impact Guards"", and 224, ""Rear Impact Protection.""","Rear impact guards with missing plates may not be identified in the event of a safety recall, potentially resulting in an un-remedied safety issue and an increased risk of a crash or injury.","Dealers will provide new RIG certification plates stamped with the trailer date of manufacture, free of charge. Owner notification letters are expected to be mailed on June 8, 2022. Owners may contact Great Dane's customer service at 1-877-369-3493." -05/11/2022,22V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V325000),Beta USA,Incorrect Front Brake Hose,"SERVICE BRAKES, HYDRAULIC",R-2022-1,Vehicle,97,"Beta USA (Beta) is recalling certain 2022 350 RR-S, 390 RR-S, 430 RR-S, and 500 RR-S motorcycles. An incorrect front brake hose was installed during production.","An incorrect front brake hose may disconnect, resulting in a loss of brakes and increasing the risk of a crash.","Beta will replace the front brake hose, free of charge. Owner notification letters were mailed May 24 2022. Owners may contact Beta customer service at 1-805-226-4035. Beta's number for this recall is R-2022-1." -05/11/2022,22V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V321000),Blue Bird Body Company,Incorrect Starter Interlock Settings/FMVSS 102,POWER TRAIN,R22BW (SB),Vehicle,53,"Blue Bird Body Company (Blue Bird) is recalling certain 2023 Vision school buses equipped with an Allison transmission. The starter interlock settings in the vehicle software are incorrect, allowing the engine to crank while the T-handle gear shifter is in Reverse or Drive. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect.""","A bus that is started in reverse or drive may result in unintended vehicle movement, and increase the risk of a crash or injury.","Dealers will update the software, free of charge. Owner notification letters are expected to be mailed on July 6, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall R22BW (SB)." -05/11/2022,22V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V323000),Nova Bus (US) Inc.,Text Message Board May Duplicate Signals/FMVSS 108,EQUIPMENT,CR5267/68/69,Vehicle,307,"Nova Bus (US) Inc. (Nova) is recalling certain 2016-2020 LFS and 2013-2022 LFS Artic buses. The momentary STOP and YIELD text message board is duplicating the stop light and turn signal light signals. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The momentary text message board duplicating light signals may cause confusion, increasing the risk of a crash.","Nova will coordinate with Prevost Service Centers to remove the momentary text message board duplicating light signals and associated equipment, free of charge. Owner notification letters are expected to be mailed June 17, 2022. Owners may contact Nova's customer service at 1-800-350-6682. Nova's number for this recall is CR5267/68/69." -05/11/2022,22V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V322000),Kia Motors America,Vehicle Rollaway from Software Error,PARKING BRAKE,SC236,Vehicle,9014,"Kia Motor America (Kia) is recalling certain 2022 EV6 vehicles. A software error in the Shifter Control Unit (SCU) may disengage the parking mechanism, which can allow the vehicle to rollaway.",Vehicle rollaway can increase the risk of a crash or injury.,"Drivers are recommended to park their vehicles on level ground and avoid parking on a slope/inclined surface whenever possible until the remedy has been performed. Dealers will update the Shifter Control Unit software, free of charge. Owner notification letters were mailed May 25, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC236." -05/11/2022,22V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V324000),Hyundai Motor America,Vehicle Rollaway from Software Error,PARKING BRAKE,228,Vehicle,10729,"Hyundai Motor America (Hyundai) is recalling certain 2022 Ioniq 5 vehicles. A software error in the Shifter Control Unit (SCU) may disengage the parking mechanism, which can allow the vehicle to rollaway.",Vehicle rollaway can increase the risk of a crash or injury.,"Drivers are recommended to use the Electronic Parking Brake (EPB) when parking their vehicles until the remedy has been performed. Dealers will update the Shifter Control Unit software, free of charge. Owner notification letters are expected to be mailed July 10, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 228." -05/10/2022,22V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V318000),Braxton Creek RV,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,NR (Not Reported),Vehicle,4384,"Braxton Creek RV (Braxton) is recalling certain 2022 Bushwhacker, Bushwhacker Plus and Free Solo travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will install a plug in place of the quick disconnect, and replace the quick disconnect when available, free of charge. Owner notification letters are expected to be mailed May 16, 2022. Owners may contact Braxton Creek customer service at 1-260-768-7932." -05/10/2022,22V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V320000),"Jaguar Land Rover North America, LLC",Front Crash Sensors May Malfunction,AIR BAGS,N685,Vehicle,19,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2022 New Range Rover vehicles. Due to improperly tightened fasteners, the front crash sensors may become loose and malfunction.","A malfunctioning front crash sensor may impact air bag deployment during a crash or cause unintentional front air bag deployment while driving, increasing the risk of a crash.","Dealers will tighten the front crash sensor fasteners, free of charge. Owner notification letters are expected to be mailed July 8, 2022. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N685." -05/10/2022,22V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V319000),"Rivian Automotive, LLC",Improperly Calibrated Front Passenger OCS/FMVSS208,AIR BAGS,FSAM-651,Vehicle,502,"Rivian Automotive, LLC (Rivian) is recalling certain 2022 R1T vehicles. The Occupant Classification System (OCS) may not deactivate the air bag when a child or child seat occupies the front passenger seat. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",A child in the front seat may be at a greater risk of injury in the event of a passenger air bag deployment during a crash.,"Rivian Service Centers will replace the front passenger seat, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Rivian customer service at 1-734-855-4345. Rivian's number for this recall is FSAM-651." -05/09/2022,22V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V315000),"Mercedes-Benz USA, LLC",Brake Booster Corrosion May Impair Braking,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,292287,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2006-2012 ML-Class, GL-Class, and R-Class vehicles. Please refer to MBUSA's recall report for specific vehicle model details. Moisture may accumulate and cause corrosion in the brake booster housing unit, which can result in reduced brake performance or brake failure.",Reduced brake performance or brake failure can increase the risk of a crash.,"Owners are advised not to drive their vehicles until the remedy has been performed. Dealers will remove the rubber sleeve, inspect the brake booster, and as necessary, replace the brake booster. All repairs will be performed free of charge. Owner notification letters are expected to be mailed June 30, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -05/09/2022,22V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V313000),"Winnebago Industries, Inc.",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,NR (Not Reported),Vehicle,207,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2021-2023 Ekko vehicles. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885." -05/09/2022,22V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V317000),"Tesla, Inc.",Fisheye and Narrow Camera Views Swapped,ELECTRICAL SYSTEM,SB-22-17-007,Vehicle,5,"Tesla, Inc. (Tesla) is recalling certain 2021 Model 3 and Model Y vehicles. The fisheye and narrow camera cable terminals were incorrectly installed in the cable harness connector, resulting in swapped camera views.","Swapped camera views can prevent the vehicle's cameras from detecting crossing objects and high-curvature lane lines, impairing the Autosteer and Automatic Emergency Braking (AEB) performance, and increasing the risk of a crash.","Tesla Service will correct the swapped terminals and recalibrate the cameras, free of charge. Owner notification letters are expected to be mailed July 8, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-17-007." -05/09/2022,22V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V314000),"Mercedes-Benz USA, LLC",Incorrect Headlight Leveling,EXTERIOR LIGHTING,2022050011,Vehicle,88,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 GLB 250 vehicles. The level sensor linkage on the rear axle might not have been installed properly, which could affect the headlight leveling function. MBUSA's number for this recall is 2022050011.","Improperly leveled headlights may project a glare, which can impact other drivers and increase the risk of a crash.","Dealers will inspect and repair the level sensor linkage, as necessary, free of charge. Owner notification letters were mailed June 10, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -05/09/2022,22V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V316000),"Custom Fire Apparatus, Inc.",Rear Axle Drive Pinion May Fracture,POWER TRAIN,21V-899,Vehicle,5,"Custom Fire Apparatus, Inc. (Custom Fire) is recalling certain 2021-2022 Spartan Gladiator, MetroStar, and MetroStar-RT emergency vehicles. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection or without the brake lights activating, increasing the risk of a crash.","Dealers will inspect and replace the differential carrier housing assembly, as necessary, free of charge. Owner notification letters were mailed on May 9, 2022. Owners may contact Custom Fire's customer service at 1-715-294-2555." -05/06/2022,22V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V308000),"Grand Design RV, LLC",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,910029,Vehicle,34021,"Grand Design RV, LLC (Grand Design) is recalling certain 2022 Grand Design Imagine, Reflection, Momentum, Solitude and Transcend travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters were mailed May 30, 2022. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910029." -05/06/2022,22V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V309000),Winnebago Towable,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,CAM0000023,Vehicle,877,"Winnebago Towable (Winnebago) is recalling certain 2021-2022 Winnebago Voyage, and Micro Minnie FLX travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters were mailed May 24, 2022. Owners may contact Winnebago customer service at 1-574-825-5280 ext. 5220. Winnebago's number for this recall is CAM0000023." -05/06/2022,22T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T006000),"Continental Tire the Americas, LLC",Cracks In Tread Grooves/FMVSS 119,TIRES,NR (Not Reported),Tire,68770,"Continental Tire the Americas, LLC. (Continental Tire) is recalling certain TKC80, ContiGo!, K62, and LB Continental Motorcycle tires. Please refer to the recall report for specific tire information. Cracks longer than 3/16 inch may develop in the tread grooves. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""","Cracks in the tread can lead to tread separation, increasing the risk of a crash.","Continental Tire will notify owners and replace the affected tires, free of charge. Owner notification letters are expected to be mailed June 6, 2022. Owners may contact Continental customer service at 1-888-799-2168." -05/06/2022,22V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V310000),"Gulf States Toyota, Inc.",Illegible Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,22R1,Vehicle,661,"Gulf States Toyota, Inc. (GST) is recalling certain 2022 4Runner, Tacoma, Highlander, and Highlander Hybrid vehicles. The load carrying capacity modification labels may not be permanent and can fade, becoming illegible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","An illegible label may allow the vehicle to be overloaded, increasing the risk of a crash.","GST will notify owners by mail, including a replacement load carrying capacity modification label for their vehicle and detailed replacement instructions, free of charge. Owner notification letters are expected to be mailed June 27, 2022. Owners may contact GST customer service at 1-800-444-1074. GST's number for this recall is 22R1." -05/06/2022,22V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V312000),Hyundai Motor America,Low Pressure Fuel Hose May Crack and Leak,"FUEL SYSTEM, GASOLINE",227,Vehicle,215171,"Hyundai Motor America (Hyundai) is recalling certain 2013-2014 Sonata vehicles. The low pressure fuel hose that connects the low pressure fuel pump to the direct injection fuel pump may crack over time, due to heat generated within the engine compartment.","A cracked fuel hose may leak fuel, which can increase the risk of a fire.","Dealers will replace the low pressure fuel hose, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 227. This recall replaces NHTSA recall number 20V-121. Vehicles previously repaired under recall 20V-121 that did not receive a replacement fuel hose will need to have this new recall remedy performed." -05/06/2022,22V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V305000),"Heartland Recreational Vehicles, LLC",Protective Cover Missing from 12-Volt Mini Breaker,ELECTRICAL SYSTEM,TBD,Vehicle,69,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2022 Sundance trailers. The 12-volt mini breaker cover for the slide-out was not installed during production, leading to exposed studs that may cause electrical arcing.",Electrical arcing between the exposed studs and nearby aluminum ducting can increase the risk of fire and injury.,"Dealers will inspect the 12-volt mini breaker for the slide-out, and install a cover if necessary, free of charge. Owner notification letters were mailed June 21, 2022. Owners may contact Heartland customer service at 1-877-262-8032." -05/06/2022,22V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V306000),Cruiser RV,Protective Cover Missing from 12-Volt Mini Breaker,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,29,"Cruiser RV (Cruiser) is recalling certain 2022 Shadow Cruiser trailers. The 12-volt mini breaker cover for the slide-out was not installed during production, leading to exposed studs that could cause electrical arcing.",Electrical arcing between the exposed studs and nearby aluminum ducting can increase the risk of fire and injury.,"Dealers will inspect the 12-volt mini breaker for the slide-out, and install a cover if necessary, free of charge. Owner notification letters were mailed June 21, 2022. Owners may contact Cruiser customer service at 1-574-206-7920." -05/06/2022,22V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V307000),Electra Meccanica Vehicles Corp,Rear Turn Signal Malfunction/FMVSS 108,ELECTRICAL SYSTEM,22SC01,Vehicle,129,"Electra Meccanica Vehicles Corp (ElectraMeccanica) is recalling certain 2021 Solo vehicles. In the event of a rear turn signal wire harness short-circuit, the flashing frequency of the unaffected turn signal lights would not change, failing to alert the driver that a turn signal has failed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Driving without a functional rear turn signal can increase the risk of a crash.,"ElectraMeccanica will update the body control module software, free of charge. Owner notification letters were mailed June 22, 2022. Owners may contact ElectraMeccanica customer service at 1-888-457-SOLO. ElectraMeccanica's number for this recall is 22SC01." -05/06/2022,22T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T007000),"Sumitomo Rubber Industries, Ltd.",Tire Bead Separation/FMVSS 119,TIRES,NR (Not Reported),Tire,6993,"Sumitomo Rubber Industries, Ltd. (Sumitomo) is recalling certain Sumitomo and Falken tires. Please refer to the recall report for specific tire information. A deformation may occur in the tires near the bead, which could result in bead separation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""",Tire bead separation can increase the risk of a crash.,"Sumitomo will notify owners and replace the affected tires, free of charge. Owner notification letters were mailed on June 7, 2022. Owners may contact Sumitomo customer service at 1-800-845-8378." -05/06/2022,22V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V311000),Hyundai Motor America,Unsecured Steering Column,STEERING,226,Vehicle,2,"Hyundai Motor America (Hyundai) is recalling certain 2021-2022 Accent vehicles. A bolt in the steering column may not be secured properly, which can cause the steering column to detach from the steering rack and result in a loss of steering control.",Loss of steering control can increase the risk of a crash.,"Dealers will inspect and tighten the lower steering column u-joint retention bolt, as necessary, free of charge. Owner notification letters are expected to be mailed July 5, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 226." -05/05/2022,22V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V300000),Thor Motor Coach,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,NR (Not Reported),Vehicle,3374,"Thor Motor Coach (TMC) is recalling certain 2022 Scope, Tellaro, Sanctuary, Delano, Sequence, Tranquility, Rize, Synergy, Quantum, Magnitude, Geneva, Compass, Chateau, Four Winds, and 2022-2023 Tiburon, and Gemini vehicles. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters are expected to be mailed July 4, 2022. Owners may contact TMC customer service at 1-877-855-2867." -05/05/2022,22V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V301000),"Jayco, Inc.",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,9901577,Vehicle,838,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Northpoint, Pinnacle, and Seismic fifth wheel travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters were mailed May 23, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901577." -05/05/2022,22V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V302000),Starcraft RV,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,9902577,Vehicle,785,"Starcraft RV (Starcraft) is recalling certain 2022 Super Lite and Super Lite Maxx travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters were mailed May 23, 2022. Owners may contact Starcraft customer service at 1-800-283-8267. StarCraft number for this recall is 9902577." -05/05/2022,22V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V303000),Highland Ridge RV,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,9904577,Vehicle,2362,"Highland Ridge RV (Highland Ridge) is recalling certain 2021-2022 Mesa Ridge, Mesa Ridge XLT, Mesa Ridge S-Lite, Open Range, Open Range Roamer, and Open Range Lite fifth wheel and travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect fittings, free of charge. Owner notification letters were mailed May 23, 2022. Owners may contact Highland Ridge customer service at 1-800-283-8267. Highland Ridge's number for this recall is 9904577." -05/05/2022,22E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E037000),Weldon Division of Akron Brass,Loss of Vehicle Lighting,ELECTRICAL SYSTEM,TSB 22-001,Equipment,860,"Weldon Division of Akron Brass (Akron Brass) is recalling certain V-mux Hercules HC Node 1.5 electrical multiplex modules, with part number 6060-1000-00. An additional resistor was inadvertently installed on the printed circuit board, which can disrupt CAN network communication and cause vehicle lighting to fail.",Inoperable vehicle lighting can reduce visibility and increase the risk of a crash.,"Weldon will work with vehicle manufacturers and provide replacement modules, free of charge. Owner notification letters are expected to be mailed in May 2022. Owners may contact Akron Brass customer service at 1-800-228-1161. Akron Brass number for this recall is TSB 22-001." -05/05/2022,22V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V304000),Kia Motors America,Unsecured Steering Column,STEERING,SC235,Vehicle,30,"Kia Motors America (Kia) is recalling certain 2021-2022 Rio and Forte vehicles. A bolt in the steering column may not be secured properly, which can cause the steering column to detach from the steering rack and result in a loss of steering control.",Loss of steering control can increase the risk of a crash.,"Dealers will tighten the lower steering column u-joint retention bolt, free of charge. Owner notification letters were mailed May 27, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall SC235." -05/04/2022,22V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V299000),"Daimler Trucks North America, LLC",Loose Caliper Mounting Bolts,"SERVICE BRAKES, AIR",FL-930,Vehicle,15,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2023 Western Star 47X and 2022-2023 49X Western Star vehicles. The caliper mounting bolts may loosen and detach, which can reduce brake performance.",Reduced brake performance can increase the risk of a crash.,"Dealers will be inspect and tighten the caliper mounting bolts, as necessary, free of charge. Owner notification letters are expected to be mailed July 2, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-930." -05/04/2022,22V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V298000),"Kalmar Solutions, LLC",Parking Brake Will Set Unexpectedly,PARKING BRAKE,NR (Not Reported),Vehicle,687,"Kalmar Solutions, LLC (Kalmar) is recalling certain 2015-2022 Ottawa T2 terminal tractors. The trailer handbrake valve and the trailer parking brake valve vent lines are plumbed together. This can cause the trailer parking brake to set unexpectedly when the trailer handbrake is released. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","A trailer parking brake that sets unexpectedly can cause unintended vehicle motion, and increase the risk of a crash.","Dealers will replace the tee fitting on the handbrake valve and reroute the parking brake valve and handbrake valve separately, free of charge. Owner notification letters are expected to be mailed on May 20, 2022. Owners may contact Kalmar's customer service at 1-785-229-6327." -05/04/2022,22V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V297000),"Jayco, Inc.",Storage Compartment May Melt from Exhaust Heat,EQUIPMENT,NR (Not Reported),Vehicle,332,"Jayco, Inc. (Jayco) is recalling certain 2020-2022 Jayco Precept motorhomes. The heat shield beneath the storage compartment may not be long enough, which can allow the heat from the exhaust system to melt the storage compartment.",A storage compartment that melts can increase the risk of a fire.,"Dealers will extend the heat shield, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Jayco customer service at 1-800-283-8267." -05/03/2022,22V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V292000),DRV Suites,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,TBD,Vehicle,88,"DRV Suites (DRV) is recalling certain 2022 DRV Mobile Suites and Full House fifth wheel recreational vehicles. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and replace the fittings, if necessary, free of charge. Owner notification letters are expected to be mailed in July 2022. Owners may contact DRV customer service at 1-260-562-3500." -05/03/2022,22V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V293000),Cruiser RV,Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,TBD,Vehicle,24,"Cruiser RV (Cruiser) is recalling certain 2022 Cruiser Shadow Cruiser travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and replace the fittings, as necessary, free of charge. Owner notification letters are expected to be mailed in July 2022. Owners may contact Cruiser customer service at 1-574-206-7920." -05/03/2022,22V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V294000),"Heartland Recreational Vehicles, LLC",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,TBD,Vehicle,26,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2022 Heartland Fuel travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and replace the fittings, as necessary, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Heartland customer service at 1-877-262-8032." -05/03/2022,22V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V295000),"Mack Trucks, Inc.",Insufficient Air Volume in Brake System,"SERVICE BRAKES, AIR",SCC 0435,Vehicle,14,"Mack Trucks, Inc. (Mack) is recalling certain 2022 Granite trucks. The air tanks have an insufficient volume of air for the brake system. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""",Insufficient air volume can reduce braking performance and increase the risk of a crash.,"Dealers will install new air tanks, free of charge. Owner notification letters were mailed on May 31, 2022. Owners may contact Mack's customer service at 1-800-866-1177. Mack's number for this recall is SCC 0435." -05/03/2022,22V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V291000),"Tiffin Motorhomes, Inc.",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,TIF-123,Vehicle,243,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021-2022 Tiffin Cahaba motorhomes. The wiring for the 110-volt electrical system may have been installed improperly, resulting in unsecured wiring.",Unsecured wiring increases the risk of a fire.,"Dealers will inspect and tighten the wiring, as necessary, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-123." -05/03/2022,22V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V296000),"Tesla, Inc.",Overheating May Cause Center Display Malfunction,BACK OVER PREVENTION,SB-22-00-009,Vehicle,129960,"Tesla, Inc. (Tesla) is recalling certain 2021-2022 Model S, Model X, and 2022 Model 3 and Model Y vehicles operating certain firmware releases. The infotainment central processing unit (CPU) may overheat during the preparation or process of fast-charging, causing the CPU to lag or restart.","A lagging or restarting CPU may prevent the center screen from displaying the rearview camera image, gear selection, windshield visibility control settings, and warning lights, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update that will improve CPU temperature management, free of charge. Owner notification letters are expected to be mailed July 1, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-009." -05/03/2022,22V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V290000),"Jayco, Inc.",Power Steering Pressure Line May Detach and Leak,STEERING,22V-089,Vehicle,36,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Jayco Greyhawk, Greyhawk Prestige, Redhawk, Entegra Esteem, and Odyssey recreational vehicles. An inadequate connection between the power steering pressure line and the brake Hydroboost unit may result in a sudden loss of power steering fluid.","A sudden loss of power steering fluid can result in a loss of power steering and power brake assist, increasing the risk of a crash.","Dealers will inspect the connection between the power steering lines and the Hydroboost unit, and replace the power steering lines, as necessary, free of charge. Owner notification letters were mailed June 15, 2022. Owners may contact Jayco customer service at Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 22V-089." -05/02/2022,22V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V289000),"KZRV, L.P.",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,KZ-2022-02,Vehicle,11906,"KZRV, L.P. (KZRV) is recalling certain 2021-2022 KZRV Escape, SportTrek, Sonic, Stratus, Connect, Sportsmen, Sportsmen SE, Sportsmen Classic, Durango, Durango Gold, Venom, Confluence, and Sportsmen Sportster fifth wheel and travel trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the fittings, free of charge. Owner notification letters were mailed June 9, 2022. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2022-02." -04/29/2022,22E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E036000),"Performance Machine, Inc.",Weld May Crack Causing Handlebar Separation,EQUIPMENT,NR (Not Reported),Equipment,910,"Performance Machine, Inc. (Performance Machine) is recalling certain Burly Brand Dominator and Jail Bar motorcycle handlebars in 10inch, 12inch, and 14inch heights. Please see the recall report for the full list of affected part numbers. The handlebars may be improperly welded, which can cause them to crack and separate from the motorcycle.","Handlebar separation can cause loss of vehicle control, increasing the risk of a crash.","Performance Machine will replace the handlebars, free of charge . Owner notification letters are expected to be mailed June 29, 2022. Owners may contact Performance Machine customer service at 1-714-523-3000." -04/28/2022,22V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V288000),"Volvo Car USA, LLC",Accelerator Pedal Water Intrusion,VEHICLE SPEED CONTROL,R10170,Vehicle,5351,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2021-2022 XC40 BEV vehicles. Water may enter the cable harness, corroding the accelerator pedal sensor (APS) circuit.","A corroded APS circuit may send corrupted signals, causing unintended acceleration, a lack of acceleration, or a loss of drive power, increasing the risk of a crash.","Dealers will inspect for corrosion, install a cable splice to prevent water intrusion and, as necessary, replace the connector terminal and APS, free of charge. Owner notification letters were mailed June 20, 2022. Owners may contact Volvo Car at 1-800-458-1552. Volvo Car's number for this recall is R10170." -04/28/2022,22V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V286000),"Corp. Micro Bird, Inc.",Electrical Harness May Short Circuit,ELECTRICAL SYSTEM,22-092-HUC,Vehicle,156,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2006-2021 MBII and G5 school buses. An inactive electrical harness that is secured in an opening in the B-pillar may become damaged from sharp edges inside the opening.","A damaged electrical harness may short circuit, increasing the risk of a fire.","Dealers will secure the electrical harness and remove the fuse linked to the main cable, free of charge. Owner notification letters were mailed on June 20, 2022. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 22-092-HUC." -04/28/2022,22V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V287000),"Corp. Micro Bird, Inc.",Electrical Harness May Short Circuit,ELECTRICAL SYSTEM,22-092-HUS,Vehicle,14229,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2006-2021 MBII and G5 transit buses. An inactive electrical harness that is secured in an opening in the B-pillar may become damaged from sharp edges inside the opening.","A damaged electrical harness may short circuit, increasing the risk of a fire.","Dealers will secure the electrical harness and remove the fuse linked to the main cable, free of charge. Owner notification letters were mailed on June 20, 2022. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 22-092-HUS." -04/28/2022,22E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E035000),Suburban Manufacturing CO,Gas Valves May Fracture Causing Gas Leak,EQUIPMENT,NR (Not Reported),Equipment,880,"Suburban Manufacturing Co (Suburban Manufacturing) is recalling certain SDS2 2-Burner Drop-in Cooktops with part number 3032AST. The internal aluminum burner tubes that connect to the gas valves may fracture and cause a gas leak, due to incorrect cooktop installation into the recreational vehicles.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Suburban Manufacturing will provide a replacement SDS2 cooktop, free of charge. Owner notification letters are expected to be mailed June 28, 2022. Owners may contact Suburban Manufacturing customer service at 1-866-645-0658." -04/28/2022,22V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V285000),Toyota Motor Engineering & Manufacturing,Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,22TA04,Vehicle,18101,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2022 Tundra vehicles equipped with a Panoramic View Monitor (PVM) system. The parking assist electronic control unit (ECU) software may prevent transmission of the rearview camera signal during cold weather, preventing the rearview image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's view of what is behind the vehicle, increasing the risk of a crash.","Dealers will reprogram the parking assist ECU software, free of charge. Owner notification letters were mailed June 2, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 22TA04." -04/28/2022,22V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V284000),"Chrysler (FCA US, LLC)",Stuck EGR Valve May Cause Loss of Drive Power,ENGINE AND ENGINE COOLING,Z31,Vehicle,1308,"Chrysler (FCA US, LLC) is recalling certain 2021 Dodge Durango, Jeep Grand Cherokee WK, 2022 Jeep Grand Cherokee, and 2021-2022 Jeep Grand Cherokee L vehicles equipped with 3.6L engines. The exhaust gas recirculation (EGR) valve may stick open, resulting in an unexpected loss of drive power.",An unexpected loss of drive power increases the risk of a crash.,"Dealers will replace the EGR valve assembly, free of charge. Owner notification letters are expected to be mailed June 17, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z31." -04/27/2022,22V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V281000),"Daimler Vans USA, LLC",Inoperable Rearview Camera Display/FMVSS 111,BACK OVER PREVENTION,VS3KOMRUE,Vehicle,12086,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2021 Freightliner Sprinter and Mercedes-Benz Sprinter vehicles. The rearview camera may not display the rearview image due to a software error. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","An inoperable rearview camera display reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the rearview camera software, free of charge. Owner notification letters are expected to be mailed June 13, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3KOMRUE." -04/27/2022,22V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V280000),"Corp. Micro Bird, Inc.",Insufficiently Attached Seats/FMVSS 207 & 210,SEATS,22-091-GUS,Vehicle,457,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2018-2020 MBII school buses. The GenQ seats equipped with Type 2 seat belts may have been attached with insufficient hardware. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard numbers 207, ""Seating Systems"", and 210, ""Seat Belt Assembly Anchorages.""","An insufficiently attached seat may detach during a crash, increasing the risk of injury.","No remedy has been established at this time. Owner notification letters are expected to be mailed on June 6, 2022. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 22-091-GUS." -04/27/2022,22V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V282000),"Navistar, Inc.",Missing Inoperative Collision Mitigation Warning,EQUIPMENT,22508,Vehicle,45,"Navistar, Inc. (Navistar) is recalling certain 2022-2023 International MV, International HV, and 2022 IC RE commercial buses built without a forward radar unit. The warning label notifying the driver that the collision mitigation system is inoperative may be missing.",Failure to warn the driver that the collision mitigation system is inoperative increases the risk of a crash.,"Navistar will provide a warning label and installation instructions, free of charge. Owner notification letters were mailed June 14, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22508." -04/27/2022,22V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V283000),"Navistar, Inc.",Missing Inoperative Collision Mitigation Warning,EQUIPMENT,22509,Vehicle,337,"Navistar, Inc. (Navistar) is recalling certain 2022-2023 IC RE School Buses, and 2023 IC CE school buses built without a forward radar unit. The warning label notifying the driver that the collision mitigation system is inoperative may be missing.",Failure to warn the driver that the collision mitigation system is inoperative increases the risk of a crash.,"Navistar will provide a warning label and installation instructions, free of charge. Owner notification letters were mailed June 14, 2022. Owners may contact Navistar customer service 1-800-4487825. Navistar's number for this recall is 22509." -04/27/2022,22V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V279000),Blue Bird Body Company,Stop Arm Failure/FMVSS 131,OTHER,R22BT (School Bus),Vehicle,674,"Blue Bird Body Company (Blue Bird) is recalling certain 2023 Vision school buses. The incorrect pins were installed on the air stop arm, which may cause it to fail. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 131, ""School Bus Pedestrian Safety Devices.""",An inoperative stop arm increases the risk of injury during the boarding and deboarding process of the bus.,"Dealers will install a service pigtail connector, free of charge. Owner notification letters were mailed on June 8, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R22BT." -04/26/2022,22V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V278000),"Porsche Cars North America, Inc.",Driver and Passenger Seat Wire Harness Damage,SEATS,ANA5,Vehicle,9570,"Porsche Cars of North America, Inc. (Porsche) is recalling certain 2020-2021 Taycan vehicles. The driver and passenger seat wire harness could become damaged during horizontal seat adjustment.","A damaged seat wire harness may deactivate air bags, increasing the risk of injury in a crash.","Dealers will inspect the seat wire harness for damage, and add fabric tape to secure the harness, free of charge. Owner notification letters are expected to be mailed June 24, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ANA5." -04/25/2022,22V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V274000),Blue Bird Body Company,Incorrectly Routed Fuel Line,"FUEL SYSTEM, GASOLINE",R22BU-SB,Vehicle,1450,"Blue Bird Body Company (Blue Bird) is recalling certain 2022-2023 Vision school buses. The fuel supply line was incorrectly routed, allowing it to chafe against a bolt head, which can damage the line and create a fuel leak.",A fuel leak increases the risk of a fire.,"Dealers will reroute the fuel line, and replace the fuel line if any damage is found, free of charge. Owner notification letters are expected to be mailed on June 21, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R22BU-SB." -04/25/2022,22V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V275000),Blue Bird Body Company,Incorrectly Routed Fuel Line,"FUEL SYSTEM, GASOLINE",R22BU-NSB,Vehicle,8,"Blue Bird Body Company (Blue Bird) is recalling certain 2022-2023 Vision transit buses. The fuel supply line was incorrectly routed, allowing it to chafe against a bolt head, which can damage the line and create a fuel leak.",A fuel leak increases the risk of a fire.,"Dealers will reroute the fuel line, and replace the fuel line if any damage is found, free of charge. Owner notification letters are expected to be mailed on June 21, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R22BU-NSB." -04/25/2022,22T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T005000),"Michelin North America, Inc.",Missing DOT Certification Symbol/FMVSS 139,TIRES,NR (Not Reported),Tire,86,"Michelin North America, Inc. (Michelin) is recalling certain Pilot Sport 4 ZP tires, size 255/35ZR19 96Y XL with DOT codes 0521 through 2121. The DOT certification symbol is missing from the tire sidewalls. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Tires that are missing a DOT symbol may be used in inappropriate applications, increasing the risk of a crash.","Dealers will replace the tires, free of charge. Owner notification letters are scheduled to be mailed May 20, 2022. Owners may contact Michelin customer service at 1-888-847-8475." -04/25/2022,22V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V276000),"Gillig, LLC",Rear Mounted Ultracapacitors Improperly Programmed,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,592,"Gillig, LLC (Gillig) is recalling certain 2014-2021 Low Floor transit buses. The rear-mounted ultracapacitors may allow the engine to be started when the master battery disconnect switch is in the ""OFF"" position.","The engine may be started unexpectedly, increasing the risk of injury to anyone nearby the engine compartment during maintenance operations.","Dealers will update the software for the buses equipped with the Vanner Ultracapacitor system, and conduct a hard rewire for the buses equipped with the KBI system, free of charge. Owner notification letters were mailed on June 22, 2022. Owners may contact Gillig's customer service at 1-510-264-5073 for 1-800-735-1500." -04/25/2022,22V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V277000),PACCAR Incorporated,Steering Fasteners May Fail,STEERING,22 PBB and 22 KWB,Vehicle,17641,"PACCAR Incorporated (PACCAR) is recalling certain 2018-2020 Kenworth T270, T370, T440, T470, T660, T680, T880, T800, W900, W990; and 2018-2020 Peterbilt 330, 337, 348, 365, 367, 389, 520, 567, and 579 vehicles. The Dana D-Series axle steer arm fasteners that attach the steering arm to the steering knuckle may fail.","Fastener failure can result in a loss of steering control, increasing the risk of a crash or injury.","The remedy is currently under development. Interim notification letters, informing owners of the safety risk, are expected to be mailed June 24, 2022. A second notice will be sent once the remedy becomes available. Owners may contact Kenworth customer service at 1-425-828-5888 and Peterbilt customer service at 1-940-591-4220. PACCAR's numbers for this recall are 22 PBB and 22 KWB." -04/22/2022,22V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V270000),"Alliance RV, LLC",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,22V270,Vehicle,4224,"Alliance RV, LLC (Alliance) is recalling certain 2022 Valor (36V11, 37V13, 40V13, 41V15, 42V13, 43V13); Avenue (30RLS, 31BHS, 32RLS, 33RKS, 36BRM) and Paradigm (295MK, 310RL, 340RL, 370FB, 372RK, 382RK, 385FL, 390MP, 365RD) recreational trailers. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will remove the quick disconnect fitting and replace it with a plug, free of charge. Once new quick disconnect fittings are available, they will be replaced, free of charge. Owner notification letters were mailed June 15, 2022. Owners may contact Alliance customer service at 1-574-218-7165." -04/22/2022,22V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V271000),"Daimler Trucks North America, LLC",Misrouted Battery Cable May Cause Electrical Short,ELECTRICAL SYSTEM,FL928,Vehicle,2943,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2023 Thomas Built Bus HDX school buses. The positive battery cable may be routed improperly, allowing it to chafe against the transmission oil cooler hoses, which can cause an electrical short circuit.",An electrical short circuit can increase the risk of a fire.,"Dealers will inspect and repair the cable routing, as necessary, free of charge. Owner notification letters are expected to be mailed June 20, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL928." -04/22/2022,22V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V272000),"Daimler Trucks North America, LLC",Misrouted Battery Cable May Cause Electrical Short,ELECTRICAL SYSTEM,FL928,Vehicle,138,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2023 Thomas Built Bus HDX commercial buses. The positive battery cable may be routed improperly, allowing it to chafe against the transmission oil cooler hoses, which can cause an electrical short circuit.",An electrical short circuit can increase the risk of a fire.,"Dealers will inspect and repair the cable routing, as necessary, free of charge. Owner notification letters are expected to be mailed June 20, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL929." -04/22/2022,22V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V273000),"Tiffin Motorhomes, Inc.",Slide-Room May Extend During Transit,EQUIPMENT,TIF-122,Vehicle,656,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021-2022 Allegro motorhomes. The slide-room may extend out 6 to 8 inches while parked or possibly while moving, due to defective seals in the hydraulic cylinders.",A slide-room that were to extend unintentionally during transit can increase the risk of a crash.,"Dealers will replace the hydraulic cylinders, as necessary, free of charge. Owner notification letters were mailed June 1, 2022. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-122." -04/20/2022,22V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V268000),"Kibbi, LLC",Electrical Relay May Overheat and Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,148,"Kibbi, LLC (Kibbi) is recalling certain 2021 Renegade RV Vienna and Villagio motorhomes equipped with Dayton/Snyder electrical relays. A stranded wire used in the connector may cause the relay to overheat.",An overheated electrical relay increases the risk of a fire.,"Dealers will remove the electrical relay and reconnect wiring as necessary. Dealers will also add a warning label by the Firefly touch screen that states, ""Don't use Range, Microwave or Air Conditioning unit unless the coach is powered by shore or Generator."" All repairs will be performed free of charge. Owner notification letters are expected to be mailed on April 29, 2022. Owners may contact Kibbi's customer service at 1-574-966-0196." -04/20/2022,22V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V269000),"Daimler Trucks North America, LLC",Improperly Secured Seat Belts,SEAT BELTS,FL-927,Vehicle,3,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Western Star 4900 and 4700 vehicles. The seat belts may not be secured properly.","Improperly secured seat belts may not adequately restrain an occupant in a crash, increasing the risk of injury.","All vehicles have been remedied, therefore no owner notification letters are necessary. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-927." -04/20/2022,22V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V267000),"BMW of North America, LLC",Sunroof Malfunction/FMVSS 118,VISIBILITY,NR (Not Reported),Vehicle,61221,"BMW of North America, LLC (BMW) is recalling certain 2022 4 Series Gran Coupe (430i, 430i xDrive, M440i xDrive); 2019-2022 X5 sDrive40i, X5 xDrive40i, X5 xDrive50i, X5 M50i, X5M; 2021-2022 X5 xdrive45e; 2020-2022 X6 sDrive40i, X6 xDrive40i, X6 xDrive50i, X6M and 2019-2023 X7 xDrive40i, X7 xDrive50i, X7 M50i, X7 xDrive60i, X7 M60i, X7M, Alpina XB7 vehicles. The roof function control unit may be programmed incorrectly, allowing the sunroof to close without the key fob present inside the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 118, ""Power-Operated Window Systems.""",A sunroof that closes without the key fob present inside the vehicle can increase the risk of injury.,"Dealers will reprogram the roof function control unit, free of charge. Owner notification letters were mailed June 20, 2022. Owners may contact BMW customer service at 1-800-525-7417." -04/19/2022,22V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V266000),Triple E Recreational Vehicles,Baggage Compartment May Become Overloaded,EQUIPMENT,CA#10091-1,Vehicle,119,"Triple E Recreational Vehicles (Triple E) is recalling certain 2021-2022 Wonder W24RL recreational vehicles. The weight decal installed on the front driver-side baggage compartment door states an incorrect weight of 500 lbs, which exceeds the weight limit for the storage compartment.","Overloading the storage compartment can allow items to fall onto the roadway, increasing the risk of a crash.","Dealers will provide a new corrected weight decal, free of charge. Owner notification letters were mailed in April 27, 2022. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#10090-1." -04/19/2022,22V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V265000),"Maserati North America, Inc.",Brake Light Malfunction/FMVSS 108,EXTERIOR LIGHTING,501,Vehicle,56,"Maserati North America, Inc. (Maserati) is recalling certain 2022 MC20 vehicles. The brake lights may malfunction by unintentionally flickering due to faulty rear tail lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Flickering brake lights may confuse other drivers, which can increase the risk of a crash.","Dealers will inspect and replace the tail lights, as necessary, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 501." -04/19/2022,22E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E034000),"Enerco Group, Inc.",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,NR (Not Reported),Equipment,4581,"Enerco Group, Inc. (Enerco) is recalling certain Mr. Heater 1/4 Quick Connector Set with Shutoff Valve and Excess Flow Plug-Quick Disconnect; part number F276181 and 1/4 Quick Connector Hose Assemblies, with part numbers F271806 and 71806. The brass LP gas quick disconnect fittings may crack, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Enerco will work with the vehicle manufacturers to replace the quick-disconnect fittings, free of charge. The recall is expected to begin May 19, 2022. Owners may contact Enerco customer service at 1-800-964-4328." -04/18/2022,22V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V264000),"Tesla, Inc.","Missing Body Reinforcement Bracket/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,1,"Tesla, Inc. (Tesla) is recalling one 2022 Model X vehicle. A body structure reinforcement bracket was not installed at the second-row seat. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 207, ""Seating Systems"" and 210, ""Seat Belt Assembly Anchorages.""","The second-row seat may not properly restrain occupants during a crash, increasing the risk of injury.","Tesla will replace the vehicle, free of charge. The recall was completed April 28, 2022. Owners may contact Tesla customer service at 1-877-798-3752." -04/18/2022,22V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V263000),"Tesla, Inc.",Unit of Speed May Fail to Display/FMVSS 101,ELECTRICAL SYSTEM,SB-22-00-008,Vehicle,48184,"Tesla, Inc. (Tesla) is recalling certain 2018-2022 Model 3 Performance vehicles. The unit of speed (mph or km/h) may fail to display on the speedometer while in Track Mode. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","The driver may not know how fast the vehicle is traveling without the mph or km/h unit display, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update, free of charge. Owner notification letters were mailed June 17, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-008." -04/15/2022,22V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V260000),Tiny Idahomes LLC,Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,15,"Tiny Idahomes LLC (Tiny Idahomes) is recalling certain 2021-2022 Rugged Mountain Custom RV Travel trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Tiny Idahomes will inspect and replace the coupler as necessary, free of charge. Owner notification letters are expected to be mailed on June 10, 2022. Owners may contact Tiny Idahomes' customer service at 1-208-468-0576." -04/15/2022,22V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V262000),"Autocar, LLC",Hazard Lights Disabled When Ignition Is Off,EXTERIOR LIGHTING,ACX-2202,Vehicle,908,"Autocar, LLC (Autocar) is recalling certain 2019-2021 Xpeditor (ACX) vehicles. The hazard lights will not function when the ignition is off. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Inoperable hazard lights increase the risk of a crash.,"Dealers will repair or replace the wire harness, free of charge. Owner notification letters are expected to be mailed on June 13, 2022. Owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2202." -04/15/2022,22V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V261000),"Mercedes-Benz USA, LLC",Headlight Failure,EXTERIOR LIGHTING,2022050005,Vehicle,129,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 GLC 300, GLC 300 4Matic, AMG GLC 63 4Matic, AMG GLC 63 S 4Matic, and AMG GLC 43 4Matic vehicles. The electrical connection for the headlights may not be watertight, which can result in headlight failure.","Headlight failure can decrease visibility for both the driver and surrounding traffic, increasing the risk of a crash.","Dealers will inspect and replace the headlight sealing plugs, as necessary, free of charge. Owner notification letters were mailed June 3, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022050005." -04/14/2022,22V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V246000),"General Motors, LLC",Driver's Air Bag Inflator May Explode,AIR BAGS,N222366190,Vehicle,2687,"General Motors, LLC (GM) is recalling certain 2015 Buick Enclave, Chevrolet Traverse and GMC Acadia vehicles. The driver's air bag inflator may explode during deployment, due to a manufacturing defect.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Dealers will replace the driver's air bag module, free of charge. A letter informing owners of the safety risk was mailed on May 25, 2022. Owner notification letters are expected to be mailed May 30, 2022. Owners may contact Buick customer service at 1-800-521-7300; Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is N222366190." -04/14/2022,22V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V247000),Ford Motor Company,Head Restraint Cushion May Detach,SEATS,22S23,Vehicle,933,Ford Motor Company (Ford) is recalling certain 2022 Lincoln Aviator vehicles. The front-row driver and passenger seat power head restraint cushion may detach from the head restraint assembly when adjusted to the full forward position.,A detached head restraint cushion can increase the risk of injury during a crash.,"Dealers will replace the front-row passenger and driver head restraints, free of charge. An interim owner notification letter to notify owners of the defect was mailed on May 11, 2022. Owner notification letters are expected to be mailed May 9, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S23." -04/14/2022,22V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V248000),"Chrysler (FCA US, LLC)",Head Restraints Not Welded Properly/FMVSS 202,SEATS,Z36,Vehicle,114,"Chrysler (FCA US, LLC) is recalling certain 2022 Jeep Compass vehicles. The front seat head restraints were not welded properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 202, ""Head Restraints.""",Improperly welded head restraints can result in an increased risk of injury to seat occupants during a crash.,"Dealers will replace both front seat head restraints, free of charge. Owner notification letters were mailed June 3, 2022. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z36." -04/14/2022,22V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V258000),Hyundai Motor America,Hydrogen Gas Detection Sensors May Fail,ELECTRICAL SYSTEM,225,Vehicle,922,Hyundai Motor America (Hyundai) is recalling certain 2019-2021 Nexo vehicles. The hydrogen gas detection sensors may fail to detect leaks in the hydrogen gas delivery system.,A hydrogen gas leak can increase the risk of a fire while parked or driving.,"Owners are advised to park their vehicles outside and away from structures until the recall remedy is completed. Dealers will replace the hydrogen gas detection sensors, free of charge. Interim notification letters, notifying owners of the safety risk, were mailed on June 13, 2022. A second notice will be sent once remedy parts become available. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 225." -04/14/2022,22V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V259000),"Nissan North America, Inc.",Improperly Manufactured Fuel Tank,"FUEL SYSTEM, GASOLINE",PC887,Vehicle,52,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Rogue vehicles. Due to a manufacturing error, an area on the bottom wall of the fuel tank may be too thin.","Road debris may puncture the thin fuel tank wall, causing a gas leak and increasing the risk of a fire. In addition, the fuel tank may not perform as expected during a crash, increasing the risk of injury.","Dealers will replace the fuel tank assembly and install a new lock ring, gasket, and o-ring seal, free of charge. Owner notification letters are expected to be mailed May 19, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC887." -04/14/2022,22V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V252000),Ford Motor Company,Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,20C19,Vehicle,21904,"Ford Motor Company (Ford) is recalling certain 2019 F-150, Super Duty F-250, F-350, F-450, and F-550 vehicles. Due to a poor electrical connection, the rearview camera may intermittently display a blank or distorted image. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that displays a blank or distorted image can reduce the drivers view of what is behind the vehicle, increasing the risk of a crash.","Dealers will replace the rearview camera, free of charge. Owner notification letters were mailed June 2, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C19." -04/14/2022,22V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V257000),"Bentley Motors, Inc.",Second Row Seats Not Correctly Installed,SEATS,RC22/10 (RC36),Vehicle,1923,"Bentley Motors, Inc. (Bentley) is recalling certain 2021-2022 Bentayga vehicles. The second row seats may be installed incorrectly, without being locked on all seat rails.","An unlocked seat rail could move in the event of a crash, increasing the risk of injury to occupants.","Dealers will check and reset the 2nd row seat rail positions to ensure proper engagement of the seat rails, free of charge. Owner notification letters were mailed on May 16, 2022. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RC22/10 (RC36)." -04/14/2022,22V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V253000),Ford Motor Company,Steering Column Wiring Too Short,STEERING,22S24,Vehicle,19175,Ford Motor Company (Ford) is recalling certain 2022 F-150 vehicles. The power-adjustable telescoping steering column connector wiring may be too short. Wiring that is too short can become damaged or separate if the adjustable steering column is extended all the way.,"Damaged or separated wiring may result in the steering column not moving as intended in certain crash conditions, increasing the risk of injury in a crash.","Dealers will inspect the steering column wiring harness and repair the wiring, as necessary, free of charge. Owner notification letters were mailed on May 9, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S24." -04/14/2022,22V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V249000),"Chrysler (FCA US, LLC)",Turn Signal Malfunction/FMVSS 108,EXTERIOR LIGHTING,Z35,Vehicle,65,"Chrysler (FCA US, LLC) is recalling certain 2022 Jeep Grand Cherokee and Grand Cherokee L vehicles. Due to a software programming error, any failure with the turn signals would not be communicated to the driver. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If a turn signal fails, the driver will not be informed and surrounding drivers will not receive indication of the intention to change vehicle direction, which can increase the risk of a crash.","Dealers will update the body control module software, free of charge. Owner notification letters were mailed April 28, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z35." -04/14/2022,22V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V254000),Ford Motor Company,Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,22S25,Vehicle,96015,Ford Motor Company (Ford) is recalling certain 2015 Escape vehicles equipped with 2.0L engines. The bushing that attaches the shifter cable to the transmission may degrade or detach.,"A damaged or missing bushing may prevent the vehicle from shifting into the intended gear, and cause the vehicle to move in an unexpected direction. Additionally, the vehicle may roll after the driver selects the 'Park' position. Either scenario increases the risk of a crash or injury.","Dealers will replace the under hood shifter bushing and add a protective cap over the shift cable bushing, free of charge. Owner notification letters were mailed May 27, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S25." -04/14/2022,22V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V256000),Ford Motor Company,Unintentional Rollaway Due to Transmission Washer,POWER TRAIN,22S22,Vehicle,23165,"Ford Motor Company (Ford) is recalling certain 2020 Super Duty F-250, F-350, F-450, and F-550 vehicles equipped with 6.7L diesel engines. A washer within the vehicle's transmission can disintegrate, causing metallic debris to become lodged in the 'Park' mechanism.","Debris lodged within the 'Park' mechanism may prevent the vehicle from achieving or holding 'Park,' increasing the risk of a vehicle rollaway and a crash.","Dealers will replace a gearset within the transmission, free of charge. Owner notification letters were mailed on May 10, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S22." -04/14/2022,22V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V255000),Ford Motor Company,Vehicle Rollaway from Driveshaft Disconnect,POWER TRAIN,22S27,Vehicle,252936,"Ford Motor Company (Ford) is recalling certain 2020-2021 Explorer Police FHEV, Explorer Police 3.3L, and 2020-2022 Explorer 2.3L RWD, 3.0L PHEV, 3.3L FHEV, and 3.0L ST GAS vehicles. The rear axle horizontal mounting bolt may fracture and cause the driveshaft to disconnect.","A disconnected driveshaft can result in vehicle rollaway when the vehicle is placed in 'Park' without the parking brake applied, increasing the risk of a crash.","Depending on the vehicle model, dealers will replace the bushing and axle cover, or update the electronic parking brake software. Repairs will be performed free of charge. Interim owner notification letters were mailed June 9, 2022. Owner notification letters were mailed June 9, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S27." -04/14/2022,22V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V250000),Ford Motor Company,Windshield Wipers May Fail,VISIBILITY,22S26,Vehicle,652996,"Ford Motor Company (Ford) is recalling certain 2020-2021 F-150, Expedition, 2020-2022 Super Duty F-250, F-350, F-450, F-550, and 2020-2021 Lincoln Navigator vehicles. The windshield wiper arms may break, causing the windshield wipers to fail.","Inoperative windshield wipers can reduce visibility in certain driving conditions, increasing the risk of a crash.","Dealers will replace both front windshield wiper arms, free of charge. A letter informing owners of the safety risk was mailed on May 24, 2022. A second letter will be mailed when the remedy is available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S26." -04/13/2022,22V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V240000),"BMW of North America, LLC",Airbag Control Unit Software Malfunction,AIR BAGS,NR (Not Reported),Vehicle,1029,"BMW of North America, LLC (BMW) is recalling certain 2022-2023 iX xDrive40, iX XDrive50, and iX M60 vehicles. The air bag malfunction indicator light and display message may not illuminate in the event of a problem with the air bag control or pedestrian protection systems, due to incorrect software.",An air bag malfunction indicator light that fails to warn the driver of a problem increases the risk of injury in a crash.,"Dealers will reprogram the air bag control unit software, free of charge. Owner notification letters were mailed June 13, 2022. Owners may contact BMW customer service at 1-800-525-7417." -04/13/2022,22E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E033000),"Bendix Commercial Vehicle Systems, LLC",Brake Light Switch Malfunction,EXTERIOR LIGHTING,NR (Not Reported),Equipment,835,"Bendix Commercial Vehicle Systems, LLC (Bendix) is recalling certain Brake Lights, Model DCM-BB and part number 10049991. The connection between the brake pedal and brake light switch may bind, causing the brake lights to illuminate continuously, or fail to illuminate when the brake is applied.","Brake lights that do not operate as intended can cause confusion to other drivers, increasing the risk of a crash.","Bendix will work with the vehicle manufacturer to provide replacement part kits, free of charge. Bendix will notify the vehicle manufacturer by June 1, 2022. Owners may contact Bendix customer service at 1-877-345-9526." -04/13/2022,22V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V243000),"Forest River, Inc.",Cracked LP Gas Quick Disconnect Fitting,EQUIPMENT,51-1501,Vehicle,99190,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Coachmen Adrenaline, Apex, Catalina, Freedom Express, Spirit, East to West Alta, Della Terra, Silver Lake, Forest River Cedar Creek, Cherokee, Columbus, Flagstaff, Impression, Ozark, Rockwood, Sabre, Salem, Sandstorm, Shockwave, Stealth, Stealth Evo, Vengeance, Vibe, Wildwood, XLR Toyhauler, Palomino Puma, Prime Time Avenger, Crusader, Lacrosse, Sanibel, Shasta Oasis, 2022 Coachmen Cross Trail, Prism, Forest River Aurora, Rainier, Wildcat, Work and Play, Prime Time Tracer, 2021-2023 Coachmen Leprechaun, and 2022-2023 Coachmen Freelander fifth wheel and travel trailer recreational vehicles. The quick disconnect fittings in the LP gas system may be cracked, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the quick disconnect and perform a LP system check, free of charge. Owner notification letters were mailed May 20, 2022. Owners may contact the applicable customer service number for their vehicle model. Please see the recall report for the list of phone numbers." -04/13/2022,22E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E032000),NTN Bearing Corporation of America,Driveshaft Failure Due to Improper Heat Treatment,POWER TRAIN,NR (Not Reported),Equipment,1859,"NTN Bearing Corporation of America (NTN) is recalling certain NTN Columbus, and NTN Anderson Driveshafts. Please see the recall report for a full list of part numbers. The driveshaft assemblies may have internal components that were not heat-treated properly, possibly resulting in driveshaft failure.","Driveshaft failure can cause a sudden loss of drive power, increasing the risk of a crash.","NTN will reimburse the vehicle manufacturers, and vehicle manufacturers will determine the appropriate remedy for their vehicles and provide owner notifications. Honda owners may contact Honda customer service at 1-888-234-2138. General Motors owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006 or GMC customer service at 1-800-462-8782." -04/13/2022,22V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V242000),Keystone RV Company,Furnace Vent Extension Not Installed,EQUIPMENT,22-431,Vehicle,248,"Keystone RV Company (Keystone) is recalling certain 2022 Crossroads Zinger travel trailers. The furnace vent extension may not have been installed, which can cause carbon monoxide to enter the vehicle living area.",Carbon monoxide inside the vehicle can increase the risk of injury or death.,"Dealers will inspect and install the exterior vent panel, as necessary, free of charge. Owner notification letters were mailed May 19, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-431." -04/13/2022,22V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V244000),"Nissan North America, Inc.",Headlight Aim May Be Misaligned/FMVSS 108,EXTERIOR LIGHTING,R20B4,Vehicle,5520,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Sentra vehicles, equipped with LED headlights. The right-hand headlight aim may be misaligned. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamp, Reflective Devices, and Associated Equipment.""","An improperly aimed headlight may reduce the driver's visibility, increasing the risk of a crash.","Dealers will replace the right-hand headlight, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R20B4." -04/13/2022,22V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V245000),"Volkswagen Group of America, Inc.",Missing Fuel Injector Filter May Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",24iD,Vehicle,1382,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021-2022 Atlas FL and Atlas Cross Sport vehicles. The long fuel injectors may have been assembled without filters.","Long fuel injectors with missing filters may leak fuel, increasing the risk of a fire.","Dealers will replace the long fuel injectors, free of charge. Interim notification letters, informing owners of the safety risk, were mailed June 10, 2022. A second notice will be sent once remedy parts become available. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 24iD." -04/13/2022,22V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V238000),Toyota Motor Engineering & Manufacturing,Missing Welds May Cause Shock Absorber to Separate,STRUCTURE,22LA02,Vehicle,4215,"Toyota Motor Engineering & Manufacturing (Lexus) is recalling certain 2022 NX250, NX350, NX350h, and NX450h+ vehicles. Missing spot-welds between the body panels and the front shock absorber mounting areas may cause the front shock absorber to separate from the mounting area.","A separated shock absorber can cause a loss of vehicle stability, increasing the risk of a crash.","Dealers will inspect and replace the body panels, free of charge. Owner notification letters were mailed on June 10, 2022. Owners may contact Lexus customer service at 1-800-331-4331. Lexus's number for this recall is 22LA02." -04/13/2022,22V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V241000),New England Wheels,Programmable Relay Power Center Module Failure,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,101,New England Wheels (New England) is recalling certain 2021-2022 Frontrunner buses. The Programmable Relay Power Center (PRC) modules may fail.,Failure of the Programmable Relay Power Center (PRC) increases the risk of a fire.,"Dealers will install a fused wire jumper harness, free of charge. Owner notification letters were mailed on April 20, 2022. Owners may contact New England's customer service at 1-800-886-9247." -04/13/2022,22V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V239000),Toyota Motor Engineering & Manufacturing,Stability Control Deactivated on Startup/FMVSS 126,ELECTRONIC STABILITY CONTROL,"22TA03, 22LA01",Vehicle,458110,"Toyota Engineering & Manufacturing (Toyota) is recalling certain 2022 Lexus LX 600, Lexus NX 350h, Lexus NX 450h+, Toytoa RAV4 Hybrid, 2021-2022 Lexus LS 500h, Toyota Mirai, RAV4 PRIME, Sienna, Venza, and 2020-2022 Toyota Highlander Hybrid vehicles. The Skid Control ECU software may not turn on the Vehicle Stability Control (VSC) system when the vehicle is restarted after the driver has disabled the VSC system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""",Driving with a deactivated stability control system increases the risk of a crash.,"Dealers will update the Skid Control ECU software, free of charge. Owner notification letters were mailed May 27, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 22TA03. Lexus' number for this recall is 22LA01." -04/12/2022,22V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V236000),Prevost Car (US) Inc.,Frayed Passenger Seat Belt Buckle Wires,SEAT BELTS,SR22-09,Vehicle,33,Prevost Car (US) Inc. (Prevost) is recalling certain 2018 X3-45 buses. The passenger seat belt buckle wires may be frayed.,"A damaged seat belt assembly may not buckle properly, increasing the risk of injury during a crash.","Prevost will replace the seat belt buckles, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Prevost customer service at 1-866-870-2046." -04/12/2022,22V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V237000),Prevost Car (US) Inc.,Passenger Bench Seat Frame Bolts May Be Loose,SEATS,NR (Not Reported),Vehicle,155,Prevost Car (US) Inc. (Prevost) is recalling certain 2021-2022 X3-45 Com buses. The passenger bench seat frame bolts may have been improperly tightened during assembly.,"Loose seat frame bolts may allow the seat to move, increasing the risk of injury during a crash.","Prevost will inspect and tighten the bolts, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Prevost customer service at 1-866-870-2046." -04/12/2022,22V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V235000),"Tesla, Inc.",Pedestrian Warning Sound May Be Obscured/FMVSS 141,ELECTRICAL SYSTEM,SB-22-00-003,Vehicle,594894,"Tesla, Inc. (Tesla) is recalling certain 2020-2022 Model Y, Model X, Model S, and 2017-2022 Model 3 vehicles. The Boombox function allows sounds to be played through an external speaker while the vehicle is in motion, which may obscure the Pedestrian Warning System (PWS) sounds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 141, ""Minimum Sound Requirements for Hybrid and Electric Vehicles.""","Pedestrians may be unaware of an approaching vehicle if the PWS sounds are obscured, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update that will disable the Boombox functionality when the vehicle is in Drive, Neutral and Reverse modes, including Summon and Smart Summon, free of charge. Owner notification letters were mailed June 6, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-003. Note: This recall supersedes recall 22V-063. Vehicles configured with Summon or Smart Summon and already remedied under 22V-063 will need to have the new remedy software installed." -04/11/2022,22V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V234000),Newmar Corporation,Wiring Under Seat Not Secured Properly,SEATS,NR (Not Reported),Vehicle,4961,"Newmar Corporation (Newmar) is recalling certain 2019-2022 Bay Star, Bay Star Sport, Ventana, Dutch Star, New Aire, Canyon Star, 2019 Ventana LE, 2020-2022 Kountry Star, 2019-2020 Mountain Aire, London Aire, Essex, and 2021 Super Star vehicles. The wiring under the seats may be incorrectly secured, which can lead to a pinched wire in the seat adjustment mechanism and cause an electrical short circuit.",A short circuit increases the risk of a fire.,"Dealers will inspect and secure the wiring, adding circuit breaker and fuse protection as necessary, free of charge. Owner notification letters are expected to be mailed on June 10, 2022. Owners may contact Newmar's customer service at 1-800-731-8300." -04/08/2022,22C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22C001000),"Columbus Trading-Partners USA, Inc.",Choking Hazard from Foam in Child Seat Headrest,CHILD SEAT,NR (Not Reported),Child Seat,20526,"Columbus Trading-Partners USA, Inc. (CTP) is recalling certain CYBEX Sirona M Convertible Child Car Seat, model numbers 518000385, 518002153, 518000387, 518002145, 518002149, 518002151, and 519000211, manufactured between November 3, 2017 and August 31, 2018. A child may pick pieces of foam from the child seat headrest pad.","Loose pieces of foam can present a choking hazard to a child, increasing the risk of injury.","CTP will mail a kit with instructions on how to seal the headrest foam, free of charge. Owner notification letters were mailed May 23, 2022. Owners may contact CTP customer service at 1-877-242-5676." -04/08/2022,22V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V229000),"Big Tex Trailer Manufacturing, Inc.",Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,690,"Big Tex Trailer Manufacturing, Inc. (Big Tex Trailer) is recalling certain 2022 50SR and 70SR trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler as necessary, free of charge. Owner notification letters were mailed on June 1, 2022. Owners may contact Big Tex Trailer's customer service at 1-800-594-5637." -04/08/2022,22V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V232000),"Mercedes-Benz USA, LLC",Inoperable Rearview Camera Display/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,126443,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018-2021 CLA-Class, GLE/GLS-Class, A-Class, C-Class, E-Class, E-Class Coupe/Convertible, GLA/GLB-Class, GLC-Class, and CLS-Class vehicles. Please refer to MBUSA's recall report for specific vehicle model details. The rearview camera may not display the rearview image due to a software error. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","An inoperable rearview camera display reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the rearview camera software, free of charge. Interim owner notification letters were mailed June 3, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -04/08/2022,22V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V233000),"Tesla, Inc.",Side Air Bags May Deploy Improperly/FMVSS 226,AIR BAGS,SB-22-20-003,Vehicle,7289,"Tesla, Inc. (Tesla) is recalling certain 2021-2022 Model X vehicles. The left or right front-row side curtain air bags may not deploy as intended when the windows are lowered. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 226, ""Ejection Mitigation.""",Improper side curtain air bag deployment can increase the risk of injury during a crash.,"Tesla Service Centers will replace the left and right front-row side curtain air bags, free of charge. Interim owner notification letters informing owners of the safety risk were mailed June 7, 2022. A second notice will be sent once the remedy becomes available. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-20-003." -04/08/2022,22V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V231000),"Mercedes-Benz USA, LLC",Unsecured Ground Connection Bolt,ELECTRICAL SYSTEM,2022040017,Vehicle,21306,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020-2022 GLE450, GLS450, 2021-2022 AMG GLE53, 2020-2021 GLE580, GLS580, 2021 AMG GLE63, Maybach GLS600 and AMG GLS63 vehicles. A ground cable bolt for the 48V ground connection under the front passenger seat may not be secured properly, which can cause the electrical cable to overheat.",An overheated electrical cable can increase the risk of a fire.,"Dealers will inspect and tighten the ground cable bolt, as necessary, free of charge. Interim notification letters were mailed June 2, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022040017." -04/08/2022,22V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V230000),"Daimler Trucks North America, LLC",Windshield Wipers May Fail,VISIBILITY,FL-926,Vehicle,689,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2022 Western Star 49X and 2021 Western Star 47X vehicles. The windshield wiper linkages may break, causing the windshield wipers to fail.","Inoperative windshield wipers can reduce visibility in certain driving conditions, increasing the risk of a crash.","Dealers will inspect and replace the windshield wiper arm and linkage parts, as necessary, free of charge. Owner notification letters were mailed June 6, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-926." -04/07/2022,22V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V228000),Hyundai Motor America,Hydrogen Leak from Detached Inlet Filter,"FUEL SYSTEM, OTHER",224,Vehicle,54,"Hyundai Motor America (Hyundai) is recalling certain 2019 Nexo vehicles. Following hydrogen refueling, the inlet receptacle filter could detach and cause a hydrogen fuel leak.",A hydrogen leak in the presence of an ignition source can increase the risk of a fire.,"Owners are advised to park outside and away from structures until the recall repair is complete. Dealers will replace the hydrogen fuel inlet receptacle, free of charge. Interim owner notification letters were mailed June 5, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 224." -04/07/2022,22V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V227000),"Daimler Trucks North America, LLC",Side Air Intake Cover May Detach,STRUCTURE,FL-925,Vehicle,2284,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2023 Western Star 47X, 2020-2023 Western Star 49X, and 2021-2022 Western Star 57X vehicles equipped with side air intakes on the hood. The stainless steel cover on the side air intake may loosen and detach from the vehicle.",A detached side air intake cover may cause a road hazard and increase the risk of a crash.,"Dealers will replace the stainless steel cover, free of charge. Interim owner notification letters are expected to be mailed June 6, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-925." -04/06/2022,22E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E030000),Prevost Car (US) Inc.,Alternator Belt May Overheat Seized Bearing,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,16974,"Prevost Car (US) Inc. (Prevost) is recalling certain alternator belts. Please see the safety recall report for a complete list of affected part numbers. In the event of the alternator front bearing seizing, the alternator belt may continue to operate, causing the bearing to overheat.",An overheated alternator bearing can increase the risk of a fire.,"Prevost will replace the alternator belt, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Prevost customer service at 1-866-870-2046." -04/06/2022,22V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V221000),Prevost Car (US) Inc.,Alternator Belt May Overheat Seized Bearing,ELECTRICAL SYSTEM,SR22-05,Vehicle,5112,"Prevost Car (US) Inc. (Prevost) is recalling certain 2010-2023 H3-45, H3-45 VIP, X3-45, X3-45 Com, and X3-45 VIP vehicles. In the event of the alternator front bearing seizing, the alternator belt may continue to operate, causing the bearing to overheat.",An overheated alternator bearing can increase the risk of a fire.,"Prevost will replace the alternator belt, free of charge. Interim notification letters, informing owners of the safety risk, were mailed June 4, 2022. Remedy parts are expected to become available in August 2022. Owners may contact Prevost customer service at 1-866-870-2046." -04/06/2022,22V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V222000),Volvo Bus Corporation,Alternator Belt May Overheat Seized Bearing,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,47,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2020 Volvo 9700 DOT vehicles. In the event of the alternator front bearing seizing, the alternator belt may continue to operate, causing the bearing to overheat.",An overheated alternator bearing can increase the risk of a fire.,"Volvo Bus will replace the alternator belt, free of charge. Interim notification letters, informing owners of the safety risk, were mailed May 24, 2022. Remedy parts are expected to become available in August 2022. Owners may contact Volvo Bus customer service at 1-866-870-2046." -04/06/2022,22V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V223000),Arcimoto Inc,Charging System Malfunction,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,516,"Arcimoto, Inc. (Arcimoto) is recalling certain 2019-2022 FUV, 2021-2022 Rapid Responder, 2020-2022 Deliverator, and Roadster motorcycles. When the battery is at freezing temperatures, the vehicle control unit may inadvertently disable vehicle charging from a power outlet.","A disabled charging system may result in the driver unknowingly operating the vehicle in an uncharged state, resulting in a stall and increasing the risk of a crash.","An Arcimoto service technician will update the firmware, free of charge. Owner notification letters are expected to be mailed May 9, 2022. Owners may contact Arcimoto customer service at 1-541-683-6293." -04/06/2022,22V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V224000),"Volkswagen Group of America, Inc.",Incorrect Child Seat Anchorage Symbol/FMVSS 225,CHILD SEAT,72M7,Vehicle,466,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 A3 Sedan and S3 Sedan vehicles. The child seat anchorage fitting sleeves are incorrectly marked with a different symbol than the one described in the owner's manual. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""","An incorrectly marked child restraint anchorage may cause confusion during child seat installation, resulting in a child seat being improperly secured and increasing the risk of injury during a crash.","Dealers will replace all four fitting sleeves, free of charge. Owner notification letters were mailed May24, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 72M7." -04/06/2022,22V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V220000),Lamborghini (Automobili Lamborghini),Insufficient Transmission Oil in Gearbox,POWER TRAIN,L62X-R.02.22,Vehicle,9,"Lamborghini (Automobili Lamborghini) is recalling certain 2020-2022 Huracan EVO and 2022 Huracan STO vehicles. The gearbox may have an insufficient amount of transmission oil, which can lead to clutch slippage, and in certain driving situations, a transmission oil leak.",Clutch slippage can cause a loss of drive power and increase the risk of a crash. A transmission oil leak in the presence of hot exhaust components can increase the risk of fire.,"Dealers will inspect and correct the transmission oil level, as necessary, free of charge. Owner notification letters were mailed May 20, 2022. Owners may contact Automobili Lamborghini customer service 1-866-681-6276. Automobili Lamborghini's number for this recall is L62X-R.02.22." -04/06/2022,22V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V225000),"Volkswagen Group of America, Inc.",Insufficient Transmission Oil in Gearbox,POWER TRAIN,37O1,Vehicle,8,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 R8 Spyder and 2021-2022 R8 Coupe vehicles. The gearbox may have an insufficient amount of transmission oil, which can lead to clutch slippage, and in certain driving situations, a transmission oil leak.",Clutch slippage can cause a loss of drive power and increase the risk of a crash. A transmission oil leak in the presence of hot exhaust components can increase the risk of fire.,"Dealers will inspect and correct the transmission oil level, as necessary, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 37O1." -04/06/2022,22E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E031000),"Volkswagen Group of America, Inc.",Insufficiently Attached Spoiler May Separate,STRUCTURE,XE99,Equipment,275,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain rear hatch spoilers, part numbers 5NA-071-644--C9A and 5NA-071-644--C9X, sold as accessories for 2018-2022 Tiguan long wheel base vehicles. Due to incorrect installation instructions, the accessory rear hatch spoiler may be insufficiently attached to the vehicle.","An insufficiently attached spoiler may separate from the vehicle, becoming a road hazard and increasing the risk of a crash.","Dealers will replace the spoiler, free of charge. Owner notification letters are expected to be mailed June 3, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298." -04/06/2022,22V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V226000),"Volkswagen Group of America, Inc.",Insufficiently Attached Spoiler May Separate,STRUCTURE,66N5,Vehicle,6553,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Tiguan and 2018-2021 Tiguan long wheel base (LWB) vehicles. Due to incorrect installation instructions, the accessory rear hatch spoiler may be insufficiently attached to the vehicle.","An insufficiently attached spoiler may separate from the vehicle, becoming a road hazard and increasing the risk of a crash.","Dealers will replace the spoiler, free of charge. Owner notification letters were mailed June 3, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 66N5." -04/05/2022,22V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V219000),"Jaguar Land Rover North America, LLC",Seat Belt May Not Lock/FMVSS 209 & 208,SEAT BELTS,N678,Vehicle,14812,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016-2017 Range Rover and Range Rover Sport vehicles. The driver's seat belt emergency locking retractor may not lock as intended. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) numbers 209, ""Seat Belt Assemblies"" and 208, ""Occupant Crash Protection.""","During hard braking before a crash, the seat belt emergency locking retractor may not lock as intended, increasing the risk of injury.","Dealers will inspect and replace the seat belt assembly, as necessary, free of charge. Interim notification letters were mailed June 2, 2022. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N678. This recall replaces NHTSA recall number 19V-350. Vehicles previously inspected under recall 19V-350 that did not receive a replacement seat belt assembly will need to have this new recall remedy performed." -04/01/2022,22V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V216000),"Autocar, LLC",ABS Modulation Valve Wired Incorrectly,"SERVICE BRAKES, AIR",ACX-2201,Vehicle,535,Autocar LLC (Autocar) is recalling certain 2021-2022 Xpeditor ACX vehicles. The Anti-Lock Brake System (ABS) modulation valve may be wired incorrectly.,"Incorrect ABS wiring can extend the distance required to stop, increasing the risk of a crash.","Dealers will repair or replace the ABS wiring harness, free of charge. Owner notification letters are expected to be mailed on May 30, 2022. Owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2201." -04/01/2022,22V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V217000),"Piaggio Group Americas, Inc.",Decreased Brake Performance,"SERVICE BRAKES, HYDRAULIC",PP2ZZQ2201,Vehicle,27,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2020-2021 MP3 500 HPE scooters. The brake hose terminal fittings zinc plating may contaminate the brake fluid, decreasing brake performance.","Brakes that do not perform as expected, and require the driver to apply more force to the brake levers or pedals, increase the risk of a crash.","Dealers will perform a complete brake system flush, free of charge. Owner notification letters were mailed April 18, 2022. Owners may contact Piaggio customer service at 1-212-380-4400." -04/01/2022,22V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V215000),"Mercedes-Benz USA, LLC",Improper Deployment of Rear Air Bags,AIR BAGS,2022050006,Vehicle,15,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021-2022 Maybach S580 vehicles. Trim parts on both front seats may detach during rear air bag deployment, which can damage the air bag cushion or cause the air bag to deploy improperly.",Improper air bag deployment can increase the risk of an injury.,"Dealers will replace the trim parts, free of charge. Owner notification letters were mailed May 27, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022050006." -04/01/2022,22V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V218000),Hyundai Motor America,Seat Belt Pretensioners May Explode,SEAT BELTS,223,Vehicle,6240,"Hyundai Motor America (Hyundai) is recalling certain 2021-2022 Elantra and 2020 Accent vehicles. In the event of a crash, the front driver and passenger-side seat belt pretensioners may explode upon deployment.","Exploding seat belt pretensioners can project metal fragments into the vehicle, strike vehicle occupants, and result in injury.","Dealers will replace the seat belt pretensioners, free of charge. Interim notification letters, notifying owners of the safety risk, were mailed on May 31, 2022. A second notice will be sent once remedy parts become available. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 223. This recall is replaced by NHTSA recall number 22V-354. Vehicles already repaired under this recall will need to have the new remedy completed." -04/01/2022,22V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V214000),"Mercedes-Benz USA, LLC",Unsecured Steering Module Electrical Connector,STEERING,2022040006,Vehicle,4,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 S580 4Matic and S500 4Matic vehicles. The electrical connector to the steering column module may not be secured properly, which can disable gear shifts and/or safety features including the electronic stability program, the driver's air bag, and turn signal indicators.",Disabled safety features or the inability to shift gears can increase the risk of a crash or injury.,"Dealers will inspect and reinstall the cover for the electrical connector, as necessary, free of charge. Owner notification letters were mailed May 13, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022040006." -03/31/2022,22V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V213000),"Terex South Dakota, Inc.",Aerial Device Pivot Points Improperly Lubricated,EQUIPMENT,SN710,Vehicle,1359,"Terex South Dakota, Inc. (Terex) is recalling certain 2020-2022 XT Pro aerial devices. The pivot points may not have been lubricated during assembly, which can cause the pins to seize and break the pin retainers.","Pin retainer failure may cause the boom to fall, increasing the risk of an injury.","Dealers will inspect and lubricate all pivot points, if necessary, free of charge. Owner notification letters are expected to be mailed on April 29, 2022. Owners may Terex's customer service at 1-605-882-4000. Terex's number for this recall is SN710." -03/31/2022,22V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V208000),Keystone RV Company,Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,22-428,Vehicle,569,"Keystone RV Company (Keystone) is recalling certain 2022 Alpine, Impact, Arcadia, Avalanche, Fuzion, and Passport travel trailers, equipped with a 50-amp shore power inlet. The power inlet lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of fire.","Dealers will inspect and replace the power inlet, as necessary, free of charge. Owner notification letters were mailed May 11, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-428." -03/31/2022,22V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V212000),"Jayco, Inc.",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,9901575,Vehicle,196,"Jayco, Inc. (Jayco) is recalling certain 2022 White hawk travel trailers, equipped with a 50-amp shore power inlet. The power inlet lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of a fire.","Dealers will inspect and replace the power inlet, as necessary, free of charge. Owner notification letters were mailed May 20, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901575." -03/31/2022,22V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V207000),"Triumph Motorcycles America, Ltd.",Rear Brake Disc Bolts May Loosen,"SERVICE BRAKES, HYDRAULIC",SRAN 596,Vehicle,910,"Triumph Motorcycles America, Ltd. (Triumph) is recalling certain 2022 Speed Triple RS and Speed Triple RR motorcycles. The rear brake disc bolts may loosen.","A loose rear brake disc bolt may contact other components, preventing the wheel from rotating freely and increasing the risk of a crash.","Dealers will replace the rear brake disc bolts, free of charge. Owner notification letters were mailed April 27, 2022. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 596." -03/31/2022,22V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V210000),"General Motors, LLC",Roof Rail Air Bags May Not Deploy,AIR BAGS,N212352140,Vehicle,89,"General Motors, LLC (GM) is recalling certain 2020-2022 Chevrolet Traverse and 2021-2022 Buick Enclave vehicles. The harness connector to the left or right side roof rail air bag may have incompatible electrical terminals, which could prevent the air bags from deploying in a crash.",Roof rail air bags that do not deploy as intended increase the risk of injury in a crash.,"Dealers will replace the harness connector to the roof rail air bags, free of charge. Owner notification letters were mailed on April 29, 2022. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212352140." -03/31/2022,22V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V209000),Keystone RV Company,Tire May Contact the Outrigger Causing Tire Damage,STRUCTURE,22-430,Vehicle,513,"Keystone RV Company (Keystone) is recalling certain 2019-2022 Cougar 29FKD travel trailers. Improper clearance may allow the tires to contact the outrigger, causing damage to the tires.","Damaged tires can fail, causing a loss of vehicle control and increasing the risk of a crash.","Dealers will notch the existing outrigger and install an additional outrigger between the two tires to provide proper clearance, free of charge. Owner notification letters were mailed May 12, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-430." -03/31/2022,22E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E029000),"General Motors, LLC",Tonneau Cover May Detach From Pickup Bed,EQUIPMENT,N222359640,Equipment,1236,"General Motors, LLC (GM) is recalling certain Truck Hero Tri-fold hard tonneau covers and tri-fold soft tonneau covers sold as accessories for 2019-2022 Chevrolet Silverado and GMC Sierra 1500, 2500, and 3500 series trucks. The tonneau cover may become loose from the rails of the pickup bed, and detach from the vehicle while driving.","A tonneau cover that detaches from a moving vehicle can become a road hazard, increasing the risk of a crash.","Dealers will inspect the tonneau covers, and if the cover is the hard tri-fold tonneau, the dealer will replace the tonneau rails and clamps, and add a tether. For soft tri-fold tonneau covers, updated instructions, additional labeling, and a tether kit will be provided. Repairs will be performed free of charge. Owner notification letters were mailed on May 3, 2022. Owners may contact GM customer service 1-888-988-7267. GM's number for this recall is N222359640." -03/30/2022,22V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V206000),Keystone RV Company,Incorrect Axles and Tires Installed,SUSPENSION,22-429,Vehicle,35,"Keystone RV Company (Keystone) is recalling certain 2022 Passport travel trailers. The trailers were built with the incorrect size axles and tires, which could cause the vehicle to become overloaded.",An overloaded vehicle increases the risk of a crash.,"Dealers will replace the axles, tires, and rims, free of charge. Owner notification letters were mailed May 6, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-429." -03/30/2022,22V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V205000),"Daimler Trucks North America, LLC",Reduced Brake Performance,"SERVICE BRAKES, AIR",FL-924,Vehicle,13,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2023 Western Star 4900 trucks. The inversion valve air lines may have been incorrectly installed, potentially reducing brake performance.",Reduced brake performance increases the risk of a crash.,"All vehicles have been remedied, therefore no owner notification letters are necessary. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-924." -03/29/2022,22E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E028000),Streamline Industries Incorporated,Brake Hose Label Missing/FMVSS 106,EQUIPMENT,NR (Not Reported),Equipment,27896,"Streamline Industries Incorporated (Streamline) is recalling certain LA Chopper +2 length ABS Kit Midnight, part number OEM-LA-8211KT-13M and +5 Non ABS Brake Kit Black, part number OEM-LA-8153B-13-B, OEM-BA-801300B12, OEM-BA-501300B16, and OEM-BA-801300B18. The hydraulic brake hoses may be missing the identification label. As such, these brake hoses fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 106, ""Brake Hoses.""","Brake hoses with missing labels may not be identified in the event of a safety recall, potentially resulting in an unremedied safety issue and an increased risk of a crash or injury.","Streamline will provide a band with the labeling information, or replace the brake hoses, free of charge. Owner notification letters are expected to be mailed May 20, 2022. Owners may contact Streamline customer service at 1-800-310-5519." -03/29/2022,22V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V199000),"Heartland Recreational Vehicles, LLC",Incorrect GAWR on Certification Label/Part 567,EQUIPMENT,TBD,Vehicle,26,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021-2022 North Trail trailers. The Gross Axle Weight Rating (GAWR) listed on the Federal Certification Label, is incorrect, which can allow the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",An overloaded vehicle can increase the risk of a crash.,"Dealers will send replacement certification labels to owners, free of charge. Owner notification letters were mailed May 4, 2022. Owners may contact Heartland customer service at 1-877-262-8032." -03/29/2022,22V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V203000),"Grand Design RV, LLC",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,910028,Vehicle,198,"Grand Design RV, LLC (Grand Design) is recalling certain 2022 Reflection and Transcend travel trailers, equipped with a 50-amp shore power inlet. The power inlet lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of fire.","Dealers will inspect and replace the power inlet, as necessary, free of charge. Owner notification letters were mailed April 25, 2022. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910028." -03/29/2022,22V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V204000),"Mack Trucks, Inc.",Loss of Power Steering Assist,STEERING,SC0434,Vehicle,33,"Mack Trucks, Inc. (Mack) is recalling certain 2023 LR Battery Electric trucks. During certain driving maneuvers, the power steering system may lose pressure, causing a loss of power steering assist.",Loss of power steering assist increases the risk of a crash.,"Dealers replace the higher ratio steering gear and power steering pump software for higher RPM's on the steering pump, free of charge. Owner notification letters were mailed on May 24, 2022. Owners may contact Mack's customer service at 1-800-866-1177. Mack's number for this recall is SC0434." -03/29/2022,22E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E027000),"Meritor, Inc.",Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Equipment,536,"Meritor, Inc. (Meritor) is recalling certain 180 Series Drive Pinions. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose and unintentionally engage the parking brake, without detection or without activating brake lights, increasing the risk of a crash.","Meritor will work with the affected vehicle manufacturers to inspect and replace the differential carrier assembly or gear sets, as necessary, free of charge. Owner notification letters were mailed May 13, 2022. Owners may contact Meritor customer service at 1-866-668-7221. This recall is an expansion of NHTSA recall number 21E-098." -03/29/2022,22V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V202000),Kia Motors America,Turbocharger Oil Supply Pipe May Leak,ENGINE AND ENGINE COOLING,SC233,Vehicle,26,"Kia Motor America (Kia) is recalling certain 2022 Sorento vehicles. The oil supply pipe to the turbocharger may crack, which could result in an oil leak in the engine compartment.","An oil leak in the presence of an ignition source such as hot engine or exhaust components, can increase the risk of a fire.","Dealers will replace the turbocharger oil supply pipe, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC233." -03/28/2022,22V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V195000),Keystone RV Company,Coupler Improperly Welded,EQUIPMENT,22-427,Vehicle,1155,"Keystone RV Company (Keystone) is recalling certain 2022 Bullet, Outback, and Passport travel trailers. The coupler hitch may have been welded improperly, which can cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash or injury.,"Dealers will inspect the welds, and replace the coupler if necessary, free of charge. Owner notification letters were mailed May 3, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-427." -03/28/2022,22V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V200000),Lance Camper Manufacturing. Corp.,Data Cable May Catch Fire,EQUIPMENT,NR (Not Reported),Vehicle,77,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2022 Lance 650, 825, 865, 1062, and 1172 truck campers. The data cable may be routed through the cold water inlet, causing the cable to rest on the burner box.","A data cable resting on a burner box can short, increasing the risk of a fire.","Dealers will reroute the data cable, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Lance Camper customer service at 1-661-949-3322." -03/28/2022,22V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V201000),Lance Camper Manufacturing. Corp.,Data Cable May Catch Fire,EQUIPMENT,NR (Not Reported),Vehicle,18,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2022 Lance 1685, 1985, 1995, 2185, and 2445 travel trailers. The data cable may be routed through the cold water inlet, causing the cable to rest on the burner box.","A data cable resting on a burner box can short, increasing the risk of a fire.","Dealers will reroute the data cable, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Lance Camper customer service at 1-661-949-3322." -03/28/2022,22V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V152000),"Volkswagen Group of America, Inc.",Delayed Deployment of Front Side Air Bag,AIR BAGS,97GF,Vehicle,222892,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019-2020 Atlas, 2020-2023 Atlas Cross Sport, and 2021-2023 Atlas FL vehicles. The door wiring harness electrical contacts may corrode, disrupting the electrical connection and delaying the deployment of the driver or passenger front side air bag during a side impact crash.",A delayed air bag deployment can increase the risk of injury.,"Dealers will secure and, as necessary, replace any the front door wiring harnesses showing a fault code, free of charge. Owner notification letters were mailed June 20, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 97GF." -03/28/2022,22V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V198000),Bugatti,Front Frame Support May Loosen,STRUCTURE,BUGCR027,Vehicle,1,Bugatti is recalling one 2018 Chiron vehicle. One of the screws that fastens the front frame support may be loose.,"A loose frame support may reduce the vehicle's structural protection in a crash, increasing the risk of injury.","A dealer will inspect the screws to the front frame support and tighten them as necessary, free of charge. Bugatti recommends the car not be driven until the screws have been correctly tightened. The owner notification letter is expected to be mailed April 4, 2022. Owners may contact Bugatti customer service at 1-703-826-7545. Bugatti's number for this recall is BUGCR027." -03/28/2022,22V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V194000),"Mercedes-Benz USA, LLC",Rear Axle Carrier May Fail,POWER TRAIN,2022030028,Vehicle,12,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2022 S580Z, S500V, and S580V vehicles. The sub frame weld for the thrust arm on the rear axle carrier may have been improperly welded, causing the thrust arm to break and detach.","A detached thrust arm can cause a sudden loss of vehicle control, or cause the vehicle to pull to one side during emergency braking, increasing the risk of a crash.","Owners are advised not to drive their vehicles until the remedy has been performed. Dealers will inspect the sub frame weld on the rear axle carrier and replace the rear axle carrier as necessary, free of charge. Owner notification letters were mailed April 8, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for the recall is 2022030028." -03/28/2022,22V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V196000),Hyundai Motor America,Trunk Emergency Release May Fail/FMVSS 401,LATCHES/LOCKS/LINKAGES,221/010G,Vehicle,63461,"Hyundai Motor America (Hyundai) is recalling certain 2020 Sonata and Sonata Hybrid, and 2019 Genesis G70 vehicles. The trunk latch may become damaged, preventing the opening of the trunk from the inside. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 401, ""Internal Trunk Release.""","A person inside the trunk compartment may become trapped, increasing their risk of injury.","Dealers will inspect the trunk latch and replace the trunk latch base, as necessary, free of charge. Owner notification letters were mailed May 26, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 221/010G." -03/28/2022,22V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V197000),Hyundai Motor America,Turbocharger Oil Supply Pipe May Leak,ENGINE AND ENGINE COOLING,222,Vehicle,16,"Hyundai Motor America (Hyundai) is recalling certain 2022 Santa Fe and Santa Cruz vehicles. The oil supply pipe to the turbocharger may crack, which could result in an oil leak in the engine compartment.","An oil leak in the presence of an ignition source such as hot engine or exhaust components, can increase the risk of a fire.","Dealers will replace the turbocharger oil supply pipe, free of charge. Owner notification letters were mailed May 26, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall 222." -03/25/2022,22E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E025000),Miller Electric Mfg. Co.,All-In-One Enpak Power Unit Inadequate Clearance,EQUIPMENT,NR (Not Reported),Equipment,296,"Miller Electric MFG. CO. (Miller) is recalling certain EnPak A60 Diesel Engine-Driven All-In-One Air Compressor/Generator/Battery Charger/Crank Assist/Hydraulic Pump/Welder (Model A60GB - Stock Numbers 907813, 907813001, Model A60GBH - Stock Numbers 907814, 907814001 and Model A60GBHW - Stock Numbers 907815, 907815001). All units are within the following serial number range NB290697R � NC080172R and were manufactured between July 16, 2021, and February 16, 2022. A bracket inside the EnPak All-In-One unit may have been installed with inadequate clearance, allowing the drive belt to contact other components, and potentially causing damage to the ground wire, battery cables, and fuel hoses. In addition, a lack of clearance between the output inductor and EnPak All-In-One frame may cause an electrical arc.",A damaged power cable or diesel fuel hose can cause an electrical short-circuit or fuel leak. Output inductor contact with the frame can cause an electrical arc. Any of these scenarios can increase the risk of a fire.,"Dealers will inspect and replace the ground wire, battery cables, and fuel hoses, as necessary, and install a larger bracket. A new bracket will also be installed between the output inductor and frame. Repairs will be performed free of charge. Vehicle upfitters were notified February 28, 2022. Owner letters were mailed May 27, 2022. Owners may contact Miller customer service at 1-920-735-4505." -03/25/2022,22V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V191000),Ford Motor Company,Engine Oil Leak,ENGINE AND ENGINE COOLING,22S21,Vehicle,345451,Ford Motor Company (Ford) is recalling certain 2020-2022 Escape and 2021-2022 Bronco Sport vehicles equipped with 1.5L engines. The engine oil separator housing may crack and develop an oil leak.,"An oil leak in the presence of an ignition source such as hot engine or exhaust components, can increase the risk of a fire.","Dealers will inspect the oil separator for damage or oil leaks, and replace the oil separator and seals, as necessary, free of charge. Owner notification letters are expected to be mailed April 18, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S21." -03/25/2022,22E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E026000),Watson Hopper,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Equipment,11,"Watson Hopper (Watson Hopper) is recalling certain X12 Power Modules. The fuel tubes between the fuel rail and the injector for cylinders 4, 5 and 6 may be susceptible to cracking, resulting in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, Cummins dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators, free of charge. Owner notification letters are expected to be mailed April 18, 2022. Owners may contact Watson Hopper customer service at 1-970-874-7410." -03/25/2022,22V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V192000),Ford Motor Company,Inadequate Front Windshield Adhesion,VISIBILITY,22S20,Vehicle,39720,Ford Motor Company (Ford) is recalling certain 2016 and 2020 Transit Connect vehicles. The front windshield may have been manufactured with inadequate adhesion to the vehicle body structure.,"During a crash, the windshield may detach from the vehicle, increasing the risk of injury.","Dealers will inspect the windshield and, if necessary, remove and reinstall the windshield, free of charge. Owner notification letters were mailed on May 11, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S20." -03/25/2022,22V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V185000),"Forest River, Inc.",Incorrect Length Fresh Air Intake Tube,EQUIPMENT,37-1496,Vehicle,74,"Forest River, Inc. (Forest River) is recalling certain 2022 Surveyor travel trailers. The fresh air intake tube length may be too short, allowing it to detach and causing the burn chamber to crack.","A cracked burn chamber can expose the trailer to carbon monoxide, increasing the risk of injury.","Dealers will install a longer fresh air intake vent tube, free of charge. Owner notification letters were mailed April 12, 2022. Owners may contact Forest River Customer Service at 1-574-642-3119 Option 2." -03/25/2022,22V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V187000),Ford Motor Company,Inlet Charge Port Harness Bus Bar May Loosen,HYBRID PROPULSION SYSTEM,22S19,Vehicle,585,"Ford Motor Company (Ford) is recalling certain 2022 Lincoln Aviator vehicles equipped with the 3.0L plug-in hybrid powertrain. The inlet charge port harness bus bar may become unseated, leading to a loss of drive power.",A loss of drive power can increase the risk of a crash.,"Dealers will inspect the inlet charge port harness date code label, and replace the harness, if necessary, free of charge. Owner notification letters were mailed on May 2, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S19." -03/25/2022,22V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V183000),Ford Motor Company,Rearview Camera Display May Not Operate,BACK OVER PREVENTION,22S18,Vehicle,119,"Ford Motor Company (Ford) is recalling certain 2022 Transit vehicles. The rearview camera supplied in the Rear Video Camera and Prep Kit will not function when installed by the final stage manufacturer (upfitter), resulting in a blank rearview image.","A camera that does not display a rearview image while reversing can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","Dealers will update the audio control module configuration settings, free of charge. Owner notification letters were mailed on April 12, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S18." -03/25/2022,22V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V186000),Ford Motor Company,Rearview Camera Display May Not Operate Correctly,BACK OVER PREVENTION,22S16,Vehicle,305,Ford Motor Company (Ford) is recalling certain 2022 Transit vehicles. The image processing module for the 360-degree camera system may not process the image from the rearview camera under certain rear loading vehicle conditions.,"Loss of the rearview camera image while reversing can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","Dealers will update the Image Processing Module B (IPMB) software, free of charge. Owner notification letters were mailed April 7, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S16." -03/25/2022,22V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V190000),"Mercedes-Benz USA, LLC",Software Error May Deactivate Control Panel,COMMUNICATION,NR (Not Reported),Vehicle,8,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2022 EQS 450 and EQS 580 vehicles. A software error may cause the overhead control panel to become permanently deactivated.","A deactivated overhead control panel will not allow an occupant to manually contact emergency personnel, delaying emergency responders and increasing the risk of injury.","Dealers will update the overhead control panel software, free of charge. The affected vehicles are within manufacturer's control, and therefore no owner notification letter will be mailed. Owners may contact MBUSA customer service at 1-800-367-6372." -03/25/2022,22V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V189000),"Mercedes-Benz USA, LLC",Steering Wheel Hands-Off Detection Software Error,STEERING,2022040010,Vehicle,8396,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021-2022 C-Class, E-Class, S-Class, SL, EClass Coupe/Convertible, CLS, AMG GT 4-doors Coupe, and EQS vehicles with a heated leather steering wheel. Due to a software error in the hand detection control unit, the hands-off detection might not detect when the driver's hands are away from the steering wheel when using the Active Distance Assist DISTRONIC system.","Deactivated hands-off detection will prevent DISTRONIC system features from functioning, including warnings to grab the steering wheel and calling first responders as part of the Active Emergency Stop Assist, which can increase the risk of a crash or injury.","Dealers will update the hand detection control unit software for the DISTRONIC system, free of charge. Owner notification letters were mailed May 6, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022040010." -03/25/2022,22V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V184000),"Forest River, Inc.",Stowed Griddle May Cause Fire,EQUIPMENT,51-1494,Vehicle,1561,"Forest River, Inc (Forest River) is recalling certain 2022 Palomino Puma and Puma XLE fifth wheel and travel trailer recreational vehicles. The exterior micro kitchen griddle may be stowed while still connected to propane.",A stowed griddle connected to propane increases the risk of a fire.,"Dealers will install a bracket to prevent the griddle from being stowed when connected to the propane line, free of charge. Owner notification letters were mailed April 12, 2022. Owners may contact Forest River customer service at 1-574-642-0588. Forest River's number for this recall is 51-1494." -03/25/2022,22V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V193000),Ford Motor Company,Trailer Brakes May Fail,ELECTRICAL SYSTEM,22S17,Vehicle,391836,"Ford Motor Company (Ford) is recalling certain 2021-2022 F-150, 2022 Maverick, Expedition, Lincoln Navigator, F-250, F-350, F-450, and F-550 vehicles. Due to a software error, a towed trailer equipped with an electric or electric-over hydraulic brake system may not brake.","Loss of trailer brake functionality could result in extended stopping distance, increasing the risk of a crash.","Dealers will update the integrated trailer brake control module software, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S17." -03/25/2022,22V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V188000),Ford Motor Company,Transmission May Shift into Neutral While Driving,POWER TRAIN,22S15,Vehicle,47084,Ford Motor Company (Ford) is recalling certain 2021 F-150 vehicles. The Diagnostic Trouble Code (DTC) for low transmission fluid pressure may falsely activate and cause the transmission to unexpectedly shift into neutral.,An unexpected shift into neutral will cause a loss of drive power and increase the risk of a crash.,"Dealers will update the Powertrain Control Module (PCM) software, free of charge. Owner notification letters were mailed on April 12, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S15." -03/24/2022,22V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V179000),Prevost Car (US) Inc.,Loose Cable On The Rear Junction Box Compartment,ELECTRICAL SYSTEM,SP22-301A,Vehicle,140,"Prevost Car (US) Inc. (Prevost) is recalling certain 2021-2022 X3-45 Com coach buses. A nut located on the rear junction box may have been improperly tightened, causing a cable to loosen.","A loose junction box cable may overheat, increasing the risk of a fire.","Prevost will properly tighten the cables on the rear junction box, free of charge. Owner notification letters are expected to be mailed on May 20, 2022. Owners may contact Prevost's customer service at 1-866-870-2046." -03/24/2022,22V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V182000),"Reading Truck Body, LLC",PTO Timer Delay Module Incorrectly Mounted,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,187,"Reading Truck Body, LLC (Reading) is recalling certain 2019-2021 Master Mechanic Crane Body & Upfit vehicles. The Power Take Off (PTO) Timer Delay Relay module is mounted under the hood instead of in the vehicle cab, subjecting it to moisture which can lead to corrosion and cause the module to overheat.",Overheating of the PTO Timer module increases the risk of a fire.,"Dealers will inspect and replace the PTO Timer module, as necessary, free of charge. Owner notification letters are expected to be mailed on May 2, 2022. Owners may contact Reading's customer service at 1-610-775-3301." -03/24/2022,22V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V181000),"Chrysler (FCA US, LLC)",Seat Not Secured Properly/FMVSS 225,SEATS,Z22,Vehicle,1160,"Chrysler (FCA US, LLC) is recalling certain 2021-2022 Pacifica and 2021 Voyager vehicles. The second-row seat-to-floor mounting latch may bind and stick open, preventing the seat from properly securing to the floor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""",An unsecured seat increases the risk of injury in a crash.,"Dealers will inspect and, if necessary, replace the second-row seat cushion frame, free of charge. Owner notification letters were mailed April 7, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Z22." -03/24/2022,22V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V180000),"Chrysler (FCA US, LLC)",Tether Weld Missing From Seat Back Frame/FMVSS 225,CHILD SEAT,Z24,Vehicle,4586,"Chrysler (FCA US, LLC) is recalling certain 2021-2022 Jeep Grand Cherokee L vehicles. These vehicles may have been built with a missing weld from the seat back frame to the child seat tether anchorage. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""","A missing weld may allow the child seat tether to separate from the seat frame during a crash, increasing the risk of injury.","Dealers will inspect and, if necessary, replace the second-row seat back frame, free of charge. Owner notification letters were mailed April 7, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Z24." -03/23/2022,22V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V178000),"Volkswagen Group of America, Inc.",Blocked Turbocharger Oil Strainer,ENGINE AND ENGINE COOLING,21H7,Vehicle,26053,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2013-2017 A8, S6 Sedan, S7, S8, and 2014-2017 RS7 vehicles. The turbocharger oil supply strainer can become blocked, causing wear to the bearings due to lack of lubrication.","Worn bearings can cause the turbine wheel to contact the turbocharger housing or cause the shaft to break, causing an engine stall and increasing the risk of a crash.","Dealers will replace the oil strainer and perform an oil change, free of charge. Interim notification letters, informing owners of the safety risk, were mailed May 20, 2022. A second notice will be sent once remedy parts become available. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 21H7." -03/23/2022,22V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V175000),Arcimoto Inc,Brake Pressure Switch May Fail,SERVICE BRAKES,NR (Not Reported),Vehicle,541,"Arcimoto Inc (Arcimoto) is recalling certain 2020-2022 Deliverator, 2019-2022 FUV, 2021-2022 Rapid Responder, and 2020-2022 Roadster motorcycles. The brake pressure switch may corrode after exposure to salt and chemicals found in de-icers, causing the brake lights to illuminate constantly.",Brake lights that remain illuminated can cause confusion to other drivers and increase the risk of a crash.,"Owners will be notified by mail and instructed to contact Arcimoto to schedule a service appointment to have the brake pressure switch inspected and dielectric grease added to the connection to prevent the brake lights from remaining on. Owner notification letters are expected to be mailed on May 2, 2022. Owners may contact Arcimoto customer service at 1-541-683-6293." -03/23/2022,22V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V177000),"Bentley Motors, Inc.",Incorrectly Installed Seat Belt Assembly/FMVSS 208,SEAT BELTS,RE22/08 (RC34),Vehicle,25,"Bentley Motors, Inc. (Bentley) is recalling certain 2020-2022 Continental GT Convertible, Continental GT, and 2021-2022 Flying Spur vehicles. The front seat belt assemblies may have been incorrectly installed, resulting in the front passenger seat missing the automatic locking retractor (ALR). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","A missing ALR on a passenger seat belt may not properly secure a child restraint, increasing the risk of injury in a crash.","Dealers will inspect and, if necessary, replace the affected seat belt, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE22/08 (RC34)." -03/23/2022,22V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V174000),"Alliance RV, LLC",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,n/a - will use yours,Vehicle,293,"Alliance RV, LLC (Alliance RV) is recalling certain 2022 Paradigm, Valor, and Avenue travel trailers, equipped with a 50-amp shore power inlet. The power inlet lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of a fire.","Dealers will inspect and replace the power inlet, as necessary, free of charge. Owner notification letters are expected to be mailed April 29, 2022. Owners may contact Alliance RV customer service at 1-574-218-7165." -03/23/2022,22V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V176000),"Volkswagen Group of America, Inc.",Rear Suspension Knuckle May Break,SUSPENSION,42L8,Vehicle,10119,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Tiguan, Taos, and 2021 Tiguan long wheel base (LWB) vehicles. A second notice will be sent once remedy parts become available. The left or right rear suspension knuckles may corrode, crack, and break.","A broken rear suspension knuckle can cause a loss of stability, increasing the risk of a crash.","Dealers will inspect and, if necessary, replace one or both rear suspension knuckles, free of charge. Owner notification letters were mailed June 13, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 42L8." -03/22/2022,22V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V173000),Hi-Tech E.V.S.,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3,"Hi-Tech E.V.S. (Hi-Tech) is recalling certain 2021 Spartan Gladiator and 2020 MetroStar emergency vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD freezes or becomes non-functional, emergency efforts can be delayed, increasing the risk of injury.","Spartan will replace the LCD display, free of charge. Owner notification letters are expected to be mailed on April 22, 2022. Owners may contact Hi-Tech's customer service at 1-209-847-3042." -03/22/2022,22V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V172000),Marion Body Works Inc.,Unintended Vehicle Movement,ENGINE,19V-841,Vehicle,1,"Marion Body Works Inc. (Marion Body Works) is recalling one 2018 International SR525 emergency vehicle equipped with feature codes 12VXT or 12VXU. With the parking brake applied and the automatic transmission in the 'Drive' or 'Reverse' position, and when the stationary PTO switch is engaged by the operator, the engine RPM will ramp up and may overcome the parking brake's ability to hold the vehicle.",Unintended vehicle movement increases the risk of a crash.,"Marion Body Works will update the Engine Control Module to enable the PTO neutral interlock, free of charge. The affected vehicle is within manufacturer's control, and therefore no owner notification letter will be mailed. Owners may contact Marion's customer service at 1-715-754-5261. Marion's number for this recall is 19V-841." -03/22/2022,22E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E024000),LeMans Corporation,Wheel Spokes May Break,WHEELS,NR (Not Reported),Equipment,51,"LeMans Corporation (LeMans) is recalling certain Drag Specialties replacement laced motorcycle rear wheels, part number 0204-0369, and wheel size 16"" x 3.00"". Replacement wheels provided under recall 21E-054 were welded incorrectly during production, which may cause the spokes to break.","Broken spokes can cause wheel failure, increasing the risk of a crash.","LeMans will provide a full refund for the wheel, and any associated labor for wheel removal, free of charge. Owners who received a replacement wheel under recall 21E-054 will need to replace their wheel again. Owner notification letters were mailed April 8, 2022. Owners may contact LeMans Corporation customer service at 1-608-758-1111." -03/21/2022,22V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V170000),"Heartland Recreational Vehicles, LLC",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,TBD,Vehicle,129,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2022 Lithium, Prowler, and Trail Runner travel trailers, equipped with a 50-amp shore power inlet. The power inlet lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of a fire.","Dealers will inspect and replace the power inlet, as necessary, free of charge. Owner notification letters were mailed April 27, 2022. Owners may contact Heartland customer service at 1-877-262-8032." -03/19/2022,22E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E023000),ZH Brothers International Inc.,Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,3000,"ZH Brothers International Inc. (ZH Brothers) is recalling certain Epicord 50-amp Shore Power Inlets, part number 93379. The lug bolts may have been manufactured with excessively hard metal, preventing them from being tightened properly and resulting in a loose wiring connection.","Loose wiring can cause an electrical arc or short, increasing the risk of a fire.","ZH Brothers will work with the affected vehicle manufacturers to inspect and replace the 50-amp inlet, free of charge. Letters to manufacturers and distributors are expected to be mailed April 15, 2022. Owners may contact ZH Brothers customer service at 1-574-292-7935." -03/18/2022,22E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E021000),Dometic Corporation,Damaged Cooktop Control Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Equipment,2600,"Dometic Corporation (Dometic) is recalling certain 2-burner Cooktops, model numbers CE99-ZF and PI8022. The burner control valves may become damaged, causing a gas leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the cooktops, free of charge. Owner notification letters were mailed May 6, 2022. Owners may contact Dometic customer service at 1-888-943-4905." -03/18/2022,22V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V167000),"Mercedes-Benz USA, LLC",Disabled Rear Lighting,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9156,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2022 EQS 450, EQS 580, and 2021 S500 and S580 vehicles. A software error may disable the rear turn signals, hazard lights, and reverse lights.","Disabled rear turn signals, hazard lights, and reverse lights can reduce the vehicle's visibility to other driver's, increasing the risk of a crash.","Dealers will update the rear signal software, free of charge. Owner notification letters were mailed May 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -03/18/2022,22E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E022000),Midwest Motorsports LLC,Helmets May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,738,"Midwest Motorsports LLC (Midwest) is recalling certain Kylin helmets, model number K77, in sizes L, XL and XXL. The helmets may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate impact protection increases the risk of injury during a crash.,"Midwest will notify the helmet purchasers and instruct them to return the helmets for a full refund. Owner notification letters were mailed May 5, 2022. Owners may contact Midwest customer service at 1-616-935-7443." -03/18/2022,22V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V168000),"Mercedes-Benz USA, LLC",Incorrect Software May Cause System Failures,ELECTRONIC STABILITY CONTROL,2022040003,Vehicle,22,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2010 E350, 2014 G550, 2008-2009 C300, 2008 C350, 2009 CLK550, 2007 SL550, SLK280, and 2008 SLK350 vehicles. Various control units may have been updated with incorrect software configuration during a service repair. This can result in various system failures, such as loss of drive power, reduced exterior lighting, or loss of dynamic control functions, including stability and traction control.","Various system failures, such as loss of drive power, reduced exterior lighting, or loss of dynamic control functions including stability and traction control, can increase the risk of a crash.","Dealers will update the software configuration on the affected control units, free of charge. Owner notification letters were mailed May 3, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022040003." -03/18/2022,22V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V169000),"Tesla, Inc.",Initial Delay In Rearview Image Display/FMVSS 111,BACK OVER PREVENTION,SB-22-00-004,Vehicle,947,"Tesla, Inc. (Tesla) is recalling certain 2018-2019 Model S, Model X, and 2017-2020 Model 3 vehicles equipped with Autopilot Computer 2.5 and operating certain firmware releases. The rearview image may not immediately display when the vehicle begins to reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A delayed rearview camera image reduces the driver's rear view, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update, free of charge. Owner notification letters were mailed May 17, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-004." -03/17/2022,22V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V164000),"Navistar, Inc.",Battery Cable May Become Damaged and Short,ELECTRICAL SYSTEM,22507,Vehicle,2804,"Navistar, Inc. (Navistar) is recalling certain 2018-2023 International LT vehicles equipped with a 1500W Purkeys inverter system. The positive battery cable may be incorrectly routed, causing it to chafe on the side skirt frame and become damaged.","A damaged battery cable can cause an electrical short, increasing the risk of a fire.","Dealers will replace any damaged battery cables and install new inverter cable brackets and saddles, free of charge. Owner notification letters were mailed May 16, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22507." -03/17/2022,22V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V166000),Newmar Corporation,Bolt On Steering Column Not Tightened Properly,STEERING,NR (Not Reported),Vehicle,58,"Newmar Corporation (Newmar) is recalling certain 2021-2022 New Aire, Essex, King Aire, Ventana, Kountry Star, London Aire, Dutch Star and Mountain Aire motorhomes. The upper bolt connecting the steering column may not have been properly tightened, causing the nut to loosen off the bolt, potentially resulting in loss of steering control.",Loss of steering control increases the risk of a crash.,"Dealers will inspect and tighten the upper and lower bolts as necessary, free of charge. Owner notification letters were mailed on May 16, 2022. Owners may contact Newmar's customer service at 1-800-731-8300." -03/17/2022,22V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V165000),"General Motors, LLC",Windshield Wipers May Fail,VISIBILITY,N212352530,Vehicle,681509,"General Motors, LLC (GM) is recalling certain 2014-2015 Chevrolet Equinox and GMC Terrain vehicles. The ball joints in the windshield wiper module may corrode, causing one or both windshield wipers to fail.","Inoperative windshield wipers can reduce visibility in certain driving conditions, increasing the risk of a crash.","Dealers will inspect the wiper module, and repair or replace it as necessary, free of charge. Interim owner notification letters informing owners of the safety risk were mailed on April 21, 2022. Owner notification letters are expected to be mailed on October 31, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020 and GMC customer service at 1-800-462-8782. GM's number for this recall is N212352530." -03/16/2022,22V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V160000),Harley-Davidson Motor Company,Brake Fluid Warning Labels May Detach/FMVSS 122,EQUIPMENT,0632,Vehicle,4177,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2021-2022 XL1200X, XL883N, and 2021 XL1200NS XL Sportster motorcycles. The brake fluid warning labels may detach from the brake fluid reservoir caps. As such, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 122, ""Motorcycle Brake Systems.""","Missing brake fluid warning labels may lead to improper brake system maintenance, affecting brake performance and increasing the risk of a crash.","Harley-Davidson will mail replacement labels to owners, free of charge. Owners may also take their motorcycles to a dealer for label inspection and replacement, free of charge. Owner notification letters were mailed April 4, 2022. Harley's number for this recall is 0632." -03/16/2022,22V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V163000),"Volkswagen Group of America, Inc.",Engine Design Cover May Come Loose and Melt,ENGINE,10H5,Vehicle,4269,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Golf GTI and Golf R vehicles. Certain driving situations, such as high acceleration driving maneuvers, may loosen the engine design cover.","A loose engine design cover may contact hot surfaces in the engine compartment and melt, increasing the risk of a fire.","Dealers will remove the engine design cover, free of charge. Once parts become available, Volkswagen will provide a free updated engine design cover under a separate Service Action. Owner notification letters were mailed by March 29, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 10H5." -03/16/2022,22V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V161000),"KZRV, L.P.",Trailer and Tow Vehicle May Separate,EQUIPMENT,KZ-2022-01,Vehicle,1054,"KZRV, L.P. (KZRV) is recalling certain 2022 Stratus, Connect, Sonic, and SportTrek travel trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from the tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler, as necessary, free of charge. Owner notification letters were mailed April 18, 2022. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2022-01." -03/16/2022,22V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V162000),"Volkswagen Group of America, Inc.",Unreliable HV Battery Connection May Cause Stall,ELECTRICAL SYSTEM,93O2,Vehicle,351,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 ID4 vehicles. Incorrect soldering of the flexible printed circuit assembled (FPCA), inside the high voltage (HV) battery, may cause an unreliable connection.","An unreliable battery connection may cause a stall, increasing the risk of a crash.","Dealers will replace the battery cell modules, free of charge. Interim notification letters, informing owners of the safety risk, were mailed May 13, 2022. A second notice will be sent once the remedy becomes available. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 9302." -03/16/2022,22E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E020000),Custom Wheel House LLC,Wheel Spokes May Crack,WHEELS,NR (Not Reported),Equipment,116,"Custom Wheel House LLC (Custom Wheel) is recalling certain Method Race Wheels, model MR316, part number MR31678060525, and size 17 x 8, +25 Offset, 6 x 5.5 (139.7) with casting lot markings ""20C"" and ""13B."" The wheel spokes may experience cracking under heavy weight loads.","Cracked wheel spokes may damage the tires, causing a loss of vehicle control, and increasing the risk of a crash.","Dealers will replace the wheels, free of charge. Owner notification letters were mailed March 24, 2022. Owners may contact Custom Wheel customer service at 1-866-779-8604." -03/15/2022,22V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V157000),Winnebago Towable,Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Vehicle,1638,"Winnebago Towable (Winnebago) is recalling certain 2022 Winnebago Micro Minnie, Minnie, and Voyage travel trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from the tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler, as necessary, free of charge. Owner notification letters were mailed April 20, 2022. Owners may contact Winnebago customer service at 1-574-825-5280 ext. 5220." -03/15/2022,22V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V158000),Kia Motors America,Inadequate Windshield Bonding,VISIBILITY,SC232,Vehicle,30362,"Kia Motors America (Kia) is recalling all 2014-2016 Cadenza vehicles. During manufacturing, the front windshield may not have been properly bonded to the vehicle, allowing it to detach.",A front windshield that detaches from a vehicle can increase the risk of a crash or injury.,"Dealers will inspect the front windshield glass. If necessary, the windshield will be removed and reinstalled. Repairs will be performed free of charge. Owner notification letters were mailed May 13, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC232." -03/15/2022,22V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V156000),Roadtrek Inc.,Incorrect Tire Pressure on Label/FMVSS 138,EQUIPMENT,2022-02,Vehicle,9,"Roadtrek Inc. (Roadtrek) is recalling certain 2020-2021 SS Agile motorhomes. The tire pressure label states an incorrect front tire pressure of 47 psi, rather than the correct 52 psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard, number 138, ""Tire Pressure Monitoring Systems.""","Incorrect tire pressure information may result in under-inflated tires, causing a loss of vehicle control and increasing the risk of a crash.","Roadtrek will mail new tire pressure labels, free of charge. Owner notification letters are expected to be mailed April 4, 2022. Owners may contact Roadtrek customer service at 1-888-762-3873. Roadtrek's number for this recall is 2022-02." -03/15/2022,22V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V159000),Great Dane Trailers,Radius Rod Mounting Bolts Not Properly Tightened,SUSPENSION,NR (Not Reported),Vehicle,1261,"Great Dane Trailers (Great Dane) is recalling certain 2022 Champion Dry Van and Everest Refrigerated trailers. The suspension radius rod mounting bolts were not properly tightened, which could allow the bolts to come loose and fall out.","Loose or missing bolts can cause the suspension to shift rearward, resulting in a loss of vehicle control. In addition, bolts that fall off can become a road hazard. Both of these scenarios can increase the risk of a crash.","Dealers will inspect and tighten the radius rod fasteners, free of charge. Owner notification letters were mailed on April 20, 2022. Owners may contact Great Dane's customer service at 1-877-369-3493." -03/14/2022,22V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V155000),"Volkswagen Group of America, Inc.",Fuel Gauge May Display Inaccurate Fuel Reading,ELECTRICAL SYSTEM,20DN,Vehicle,45789,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi RS6 Avant, RS7, 2020-2021 A6 Allroad, S6 Sedan, S7, 2019-2021 A6 Sedan, and A7 vehicles. The fuel level sender may stick, causing an inaccurate fuel level reading to be displayed on the instrument cluster.","An inaccurate fuel reading may cause an engine stall due to lack of fuel, increasing the risk of a crash.","Dealers will install a new sensor in the tank, free of charge. Interim notification letters, informing owners of the safety risk, were mailed May 13, 2022. A second notice will be sent once the remedy becomes available. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 20DN." -03/14/2022,22E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E019000),"Chrysler (FCA US, LLC)",Steering Assembly Bar May Bind Inside Rack,STEERING,Z26,Equipment,53,"Chrysler (FCA US, LLC) is recalling certain Mopar Steering Rack and Pinion Electric Gear Assemblies with part numbers 68498478AA, 68499163AA, and 68499166AA. The steering gear rack bar may have been insufficiently hardened during manufacturing, possibly allowing it to bind within the steering rack, and resulting in difficulty steering or a loss of steering control.","Difficulty steering, or a loss of steering control, can increase the risk of a crash.","Dealers will replace or repurchase the steering gear assembly, free of charge. Owner notification letters were mailed on May 12, 2022. Owners may contact FCA US, LLC customer service at 1-800-852-1403. FCA US, LLC's number for this recall is Z26." -03/14/2022,22V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V154000),"Chrysler (FCA US, LLC)",Steering Assembly Bar May Bind Inside Rack,STEERING,Z18,Vehicle,931,"Chrysler (FCA US, LLC) is recalling certain 2021-2022 Dodge Durango and 2022 Jeep Grand Cherokee vehicles. The steering gear rack bar may have been insufficiently hardened during manufacturing, possibly allowing it to bind within the steering rack, and resulting in difficulty steering or a loss of steering control.","Difficulty steering, or a loss of steering control, can increase the risk of a crash.","Dealers will replace the steering gear assembly, free of charge. Owner notification letters were mailed on May 12, 2022. Owners may contact FCA US, LLC customer service at 1-800-852-1403. FCA US, LLC's number for this recall is Z18." -03/11/2022,22V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V151000),Ford Motor Company,Blank or Distorted Rearview Camera Image,BACK OVER PREVENTION,22S14,Vehicle,78376,Ford Motor Company (Ford) is recalling certain 2021-2022 Edge vehicles. A software error may cause the rearview camera to display a blank or distorted image when the vehicle is in reverse.,"A rearview camera that displays a blank or distorted image can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","The rearview camera software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed on April 29, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S14." -03/11/2022,22V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V150000),Ford Motor Company,Brake Master Cylinder May Leak Fluid into Booster,"SERVICE BRAKES, HYDRAULIC",22S11,Vehicle,195864,"Ford Motor Company (Ford) is recalling certain 2016-2017 Ford Expedition, Lincoln Navigator, and 2016-2018 F-150 vehicles equipped with 3.5L Ecoboost engines. The brake master cylinder may allow brake fluid to leak from the front wheel circuit into the brake booster.","A loss of brake fluid may result in a change in brake pedal travel, increased pedal effort and reduced front brake function, requiring greater effort and distance to stop the vehicle. These conditions can increase the risk of a crash.","Dealers will replace the brake master cylinder. If the master cylinder is leaking, the brake booster will also be replaced. Repairs will be performed free of charge. An interim owner notification letter notifying customers of the safety defect were mailed on April 29, 2022. Owner notification letters were mailed April 29, 2022. This recall is an expansion of NHTSA recall number 20V-332. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S11." -03/11/2022,22V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V147000),"Altec Industries, Inc.",Chassis Fuel Line Clamps Not Properly Secured,"FUEL SYSTEM, DIESEL",CSN 855,Vehicle,26901,"Altec Industries, Inc. (Altec) is recalling certain 2016-2021 AT and TA aerial devices. The chassis fuel line clamps may not have been secured properly after they were removed to install an aftermarket accessory.","Unsecured fuel lines may become damaged and leak fuel, increasing the risk of a fire.","Altec will provide work instructions and a kit to properly secure the fuel line, and repair any damaged fuel line if necessary, free of charge. Owner notification letters were mailed on May 6, 2022. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 855." -03/11/2022,22E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E018000),Norco Industries Inc.,Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Equipment,3587,"Norco Industries Inc. (Norco) is recalling certain Norco Frames equipped with Model CA-5400 couplers. The coupler was improperly welded, which may cause a trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect the welds, and replace the coupler if necessary, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Norco customer service at 1-574-262-3400." -03/11/2022,22V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V143000),"Forest River, Inc.",Coupler Improperly Welded,EQUIPMENT,51-1488,Vehicle,645,"Forest River, Inc. (Forest River) is recalling certain 2022 East to West Della Terra, Silver Lake, Vibe, and XLR Boost Toy Hauler travel trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler as necessary, free of charge. Owner notification letters were mailed March 31, 2022. Owners may contact the following customer service numbers: Forest River 1-574-825-4995; East to West Della Terra & Silver Lake 1-574-264-6664; Vibe 1-574-296-2084; and XLR 1-574-642-0432. Forest River's number for this recall is 51-1488." -03/11/2022,22V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V149000),Ford Motor Company,High Voltage Battery May Fail,ELECTRICAL SYSTEM,21S48,Vehicle,3,"Ford Motor Company (Ford) is recalling certain 2022 Corsair and 2021-2022 Escape vehicles equipped with a 2.5L Hybrid powertrain. The high voltage battery may fail, resulting in a sudden loss of drive power.",A sudden loss of drive power increases the risk of a crash.,"Dealers will replace the high voltage battery, free of charge. Owner notification letters were mailed March 28, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S48." -03/11/2022,22V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V153000),"Daimler Trucks North America, LLC",Improperly Bolted Seats/FMVSS 210/FMVSS 222,SEATS,FL-921,Vehicle,539,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2023 Thomas Built Buses Saf-T-Liner EFX School Buses. The passenger seat mounting bolts may break due to improperly placed mounting that allows contact with the chassis cross member bolts. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 210, ""Seat Belt Assembly Anchorage"" and 222, ""School Bus Passenger Seating and Crash Protection.""","A seat with broken mounting bolts may not properly restrain an occupant in a crash, increasing their risk of injury.","Dealers will add a spacer to provide proper clearance between the passenger seat mounting and chassis cross member bolts, free of charge. Owner notification letters were mailed June 2, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-921." -03/11/2022,22V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V145000),Ford Motor Company,Improperly Installed Steering Shaft Bolt,STEERING,22S13,Vehicle,72,"Ford Motor Company (Ford) is recalling certain 2020-2022 F-59 vehicles. The bolt that secures the intermediate steering shaft to the steering gear box may be improperly tightened, which could result in separation of the intermediate steering shaft from the steering gear box.","Separation of the intermediate steering shaft from the steering gear box can result in the loss of steering control, increasing the risk of a crash.","Dealers will inspect the intermediate shaft bolt, replacing it if necessary, free of charge. Owner notification letters were mailed April 1, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S13." -03/11/2022,22V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V146000),"Altec Industries, Inc.",Missing Carbon Monoxide Detectors,EQUIPMENT,CSN 854,Vehicle,46,"Altec Industries, Inc. (Altec) is recalling certain 2017-2021 SK185-MP, and SKC landscaping spray vans. The vehicles are not equipped with carbon monoxide detectors.","Elevated levels of carbon monoxide gas may not be detected, increasing the risk of injury.","Altec will install a carbon monoxide detector and safety alert placard, free of charge. Owner notification letters were mailed on May 6, 2022. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 864." -03/11/2022,22V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V148000),Vicinity Motor Corporation,Power Steering Gear Box Damage,STEERING,Campaign 000-043,Vehicle,92,"Vicinity Motor Corporation (Vicinity) is recalling certain 2020-2021 Vi38 vehicles. The power steering gear box may become damaged, resulting in a loss of steering control.",A loss of steering control increases the risk of a crash.,"Dealers will inspect and replace the steering gear box assembly, if necessary, free of charge. Owner notification letters are expected to be mailed in March 2022. Owners may contact Vicinity's customer service at 1-604-607-4000. Vicinity's number for this recall is Campaign 000-043." -03/11/2022,22V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V144000),Keystone RV Company,Solar Controller Wired Incorrectly,ELECTRICAL SYSTEM,22-423,Vehicle,39240,"Keystone RV Company (Keystone) is recalling certain 2022 Keystone Arcadia, Carbon, Alpine, Avalanche, Cougar, Fuzion, High Country Montana, Hideout, Impact, Montana, Outback, Passport, Raptor, Springdale, and 2021-2022 Sprinter and Bullet fifth wheel and travel trailers. The solar controller may be incorrectly wired, causing certain components and safety alarms, such as carbon monoxide and propane gas detectors, to become inoperable.",Inoperable safety alarms increase the risk of injury.,"Dealers will inspect voltage readings and correct the wiring as necessary, free of charge. Owner notification letters were mailed May 2, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-423." -03/11/2022,22V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V142000),Ford Motor Company,Windshield Wiper Motor May Fail,VISIBILITY,22S12,Vehicle,157306,"Ford Motor Company (Ford) is recalling certain 2021 F-150 vehicles. The front windshield wiper motor may become inoperative, causing the wipers to fail.","Inoperative windshield wipers can reduce visibility in certain conditions, increasing the risk of a crash.","Dealers will replace the front windshield wiper motor, free of charge. Interim notification letters informing owners of the safety risk were mailed April 19, 2022. Remedy parts are expected to become available by June 30, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S12." -03/10/2022,22E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E017000),"Chrysler (FCA US, LLC)",ESC Light May Not Indicate Malfunction/FMVSS 126,ELECTRONIC STABILITY CONTROL,Z25,Equipment,1451,"Chrysler (FCA US, LLC) is recalling certain Mopar Anti-lock Brake System (ABS) Control Modules. Please refer to the recall report for a complete list of part numbers. The ABS control module software may prevent the electronic stability control (ESC) malfunction indicator light from illuminating during certain conditions. As such, these modules fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""","An ESC malfunction indicator light that fails to illuminate during an electronic stability control problem, can increase the risk of a crash.","Dealers will update the software, repurchase, or replace the ABS control modules, free of charge. Owner notification letters were mailed on May 5, 2022. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Z25." -03/10/2022,22V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V140000),"Chrysler (FCA US, LLC)",ESC Light May Not Indicate Malfunction/FMVSS 126,ELECTRONIC STABILITY CONTROL,Z20,Vehicle,370437,"Chrysler (FCA US, LLC) is recalling certain 2019-2022 Ram 2500 and 2021-2022 Dodge Durango vehicles, and 2019-2022 3500 cab chassis with GVWR less than 10,000 lbs. The ABS control module software may prevent the electronic stability control (ESC) malfunction indicator light from illuminating during certain conditions. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""",An ESC malfunction indicator light that fails to illuminate during an electronic stability control problem can increase the risk of a crash.,"Dealers will update the ABS control module software, free of charge. Owner notification letters were mailed March 29, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z20." -03/10/2022,22V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V141000),"General Motors, LLC",Taillight Malfunction/FMVSS 108,EXTERIOR LIGHTING,N222359830,Vehicle,9,"General Motors, LLC (GM) is recalling certain 2022 GMC Hummer EV vehicles. Taillight software can cause one or both rear taillights to become inoperative, or remain fully or partially illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A taillight that fails to illuminate or illuminates incorrectly may reduce the visibility of the vehicle, or communicate incorrect information to other drivers, increasing the risk of a crash.","Dealers will inspect and replace as necessary, the left and/or right rear taillight assemblies. Owner notification letters were not required but all vehicles were remedied as of March 17, 2022. Owners may contact GMC customer service at 1-800-462-8782. GM's number for this recall is N222359830." -03/09/2022,22V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V139000),"Maintainer Corporation of Iowa, Inc.",Output Inductor May Contact Frame,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2021-2022 Maintainer crane equipped truck bodies with a Miller Enpak. The output inductor may contact the frame of the Enpak, causing an electric arc.",An electric arc increases the risk of a fire.,"Dealers will install a new cross bracket, free of charge. Owner notification letters were mailed on March 21, 2022. Owners may contact Maintainer's customer service at 1-800-831-8588." -03/08/2022,22V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V138000),"Terex South Dakota, Inc.",Emergency Stop Controls Malfunction,EQUIPMENT,SN708,Vehicle,17,"Terex South Dakota, Inc. (Terex) is recalling certain 2016-2021 OM, Optima-HRX, and TCX aerial devices with dual platforms. The upper control stations' emergency stop controls may not stop all boom functions, resulting in unintended boom movement.",Unintended boom movement increases the risk of injury.,"Dealers will install engine stop/start controls at both control stations, as necessary, and install placards, free of charge. Owner notification letters were mailed on April 13, 2022. Owners may contact Terex's customer service at 1-605-882-4000. Terex's number for this recall is SN708." -03/08/2022,22V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V134000),"Daimler Vans USA, LLC",Fuel Hose Leak in Engine Compartment,"FUEL SYSTEM, GASOLINE",VS2KRAUCH,Vehicle,42132,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017-2022 Mercedes-Benz Metris vehicles. The connection of the upper and lower fuel hoses to the engine may be insecure, which can result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and repair the fuel hose connections, and replace the clamps and fuel hose, as necessary, free of charge. Owner notification letters were mailed May 5, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2KRAUCH." -03/08/2022,22V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V137000),"General Motors, LLC",Headlight Reflection May Cause Glare/FMVSS 108,EXTERIOR LIGHTING,N222363740,Vehicle,740581,"General Motors, LLC (GM) is recalling certain 2010-2017 GMC Terrain vehicles. A reflection caused by the headlight housings may illuminate areas above the vehicle and outside of the driver's view with excessively bright light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The bright reflection may cause a glare for other drivers, reducing their visibility and increasing the risk of a crash.","The remedy is currently under development. Interim owner notification letters were mailed on April 25, 2022 Owner notification letters are expected to be mailed April 25, 2022. Owners may contact GMC customer service at 1-800-462-8782. GM's number for this recall is N222363740." -03/08/2022,22V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V135000),"Forest River, Inc.",Loose Wiring May Cause Fire,ELECTRICAL SYSTEM,51-1485,Vehicle,1009,"Forest River, Inc. (Forest River) is recalling certain 2022 Coachmen Catalina, Aurora, Apex, Freedom Express, Spirit, Work N Play, Forest River XLR Toy Hauler, Vengeance, Sabre, Cherokee, and Cardinal travel trailers and fifth wheels. The wire cord that connects to the back of the 50AMP shore power inlet may be loose.","Loose wires may contact each other and cause an electrical short, increasing the risk of a fire.","Dealers will replace the shore cord inlet, free of charge. Owner notification letters were mailed April 5, 2022. Owners may contact the following customer service numbers: Forest River 1-574-825-4995; Catalina & Aurora 1-574-825-8657; APEX 1-574-825-8205; Freedom Express & Work n Play 1-574-825-6302; Cardinal 1-574-296-7700; Cherokee and Vengeance 1-260-499-2100; Sabre 1-574-642-2100; and XLR 1-574-642-0432. Forest River's number for this recall is 51-1485." -03/08/2022,22V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V136000),Triple E Recreational Vehicles,Refrigerator Exhaust May Cause Fire,EQUIPMENT,CA#10050-1,Vehicle,964,"Triple E Recreational Vehicles (Triple E) is recalling 2010-2014 Unity U24MB, U24CB, Libero L24CB, Serenity S24CB, 2012-2014 Unity U24IB, and 2013-2014 Unity U24TB motorhomes. The refrigerator exhaust metal deflectors are missing, allowing the exhaust to vent directly onto the wood frame, which can overheat the wood.",An overheated wood frame could ignite and cause a fire.,"Dealers will install metal heat deflectors and screws, free of charge. Owner notification letters were mailed March 31, 2022. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#10050-1." -03/08/2022,22V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V131000),"Daimler Vans USA, LLC",Torsion Bar Assembled Incorrectly,SUSPENSION,VS3VADREH,Vehicle,2153,"Daimler Vans USA, LLC. (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter vehicles. The shim on the torsion bar was installed incorrectly during assembly.","An incorrectly assembled torsion bar may fail at the connection between the torsion bar and linkage, resulting in a loss of vehicle stability, and increasing the risk of a crash.","Dealers will correct the position of the shim and replace the torsion bar linkages, free of charge. Interim notification letters informing owners of the safety risk were mailed April 1, 2022. A second notice will be mailed once remedy parts become available. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3VADREH." -03/07/2022,22V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V130000),"Yamaha Motor Corporation, USA",Improperly Programmed ECU May Cause Engine Stall,ENGINE AND ENGINE COOLING,990158,Vehicle,3594,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2021-2022 MT-09, MT-09 SP, and MTT9GT (Tracer 9 GT) motorcycles. Improper electronic control unit (ECU) programming may limit the throttle response, cause an engine stall, or fail to illuminate the engine warning light when a system error occurs.","Limited throttle response, engine stall, or a missing warning light can increase the risk of a crash.","Owners should not operate their motorcycle, other than to take it to a dealer, until the remedy is performed. Dealers will reprogram the ECU, free of charge. Owner notification letters were mailed March 17, 2022. Owners may contact Yamaha customer service at 1-866-894-1626. Yamaha's number for this recall is 990158." -03/07/2022,22V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V132000),Ubco Bikes US LLC,Loose Gear May Contact Hub Motor,ELECTRICAL SYSTEM,UBCO-CS-00017,Vehicle,396,Ubco Bikes US LLC (Ubco) is recalling certain 2021-2022 Ubco 2X2 ADV motorcycles. A gear in the wheel hub may loosen and contact the hub motor.,"Contact between the gear and hub motor may cause the wheel to seize, leading to a loss of control and increasing the risk of a crash.","Dealers will inspect and replace the hub motor as necessary, free of charge. Owner notification letters are expected to be mailed by May 6, 2022. Owners may contact Ubco customer service at 1-541-357-4067. Ubco's number for this recall is UBCO-CS-00017." -03/05/2022,22V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V129000),Sutphen Corporation,Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,53,Sutphen Corporation (Sutphen) is recalling certain 2021 Fire Trucks equipped with Meritor 180 series drive pinions. The rear axle drive pinion may fracture.,"A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection or without the brake lights activating, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters are expected to be mailed on April 8, 2022. Owners may contact Sutphen's customer service at 1-614-889-1005." -03/04/2022,22V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V126000),"Midwest Automotive Designs, LLC",Electronic Control Center Circuit Board May Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8,"Midwest Automotive Designs, LLC (Midwest) is recalling certain 2018-2020 Passage, Weekender, and Daycruiser Sprinter Vans equipped with a Multiplex G9 unit used for controlling equipment and accessories in the motorhome. Excessive voltage may cause the components on the board to become damaged.","A damaged circuit board may overheat, and increase the risk of a fire.","Midwest has notified owners, and provided an additional circuit module, free of charge. All repairs have been performed and therefore no owner notification letters will be sent. Owners may contact Midwest's customer service at 1-574-522-4878." -03/04/2022,22V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V125000),"Mercedes-Benz USA, LLC",Loose Rear Brake Caliper Housing Fasteners,"SERVICE BRAKES, HYDRAULIC",2022030006,Vehicle,4,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 AMG CLA 35 and 2021 GLA 250 vehicles. The rear brake caliper housing fasteners may be loose, which can reduce brake performance or cause rear brake components to detach from the vehicle.","Reduced brake performance can increase the risk of a crash. In addition, detached brake components can create a road hazard, and increase the risk of a crash for other drivers.","Dealers will inspect and tighten the fasteners on the rear brake caliper housings, as necessary, free of charge. Owner notification letters were mailed March 25, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -03/04/2022,22V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V128000),"Hino Motors Sales U.S.A., Inc.",Low Air Pressure May Apply Parking Brake,"SERVICE BRAKES, AIR",M0360,Vehicle,141,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2022 NJ7A vehicles. The charge pipe flare nut attached to the air compressor may not have been tightened properly, resulting in low air pressure in the system.","Low air pressure may cause the parking brake to apply automatically, increasing the risk of a crash.","Dealers will tighten the charge pipe flare nut, free of charge. Owner notification letters were mailed on March 28, 2022. Owners may contact Hino's customer service at 1-248-699-9390. Hino's number for this recall is M0360." -03/04/2022,22V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V127000),Kia Motors America,Seat Belt Pretensioners May Explode,SEAT BELTS,SC231,Vehicle,213,"Kia Motors America (Kia) is recalling certain 2022 Sorento Hybrid and Sorento Plug-in Hybrid vehicles. In the event of a crash, the front driver-side and/or passenger-side seat belt pretensioner(s) may explode upon deployment.","An exploding seat belt pretensioner can project metal fragments into the vehicle, striking vehicle occupants and resulting in injury.","Dealers will replace the seatbelt pretensioner(s), free of charge. Owner notification letters were mailed May 3, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC231." -03/04/2022,22V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V124000),"Mercedes-Benz USA, LLC",Unsecured Air Bag Control Unit,AIR BAGS,2022030019,Vehicle,14,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 S580 4Matic vehicles. The air bag control unit may be improperly secured and may result in an unintentional air bag or seat belt deployment, or an improper deployment in the event of a crash.",Unintentional or improper deployment of air bags and/or seat belts can increase the risk of a crash or injury.,"Dealers will inspect and tighten the air bag control unit fastening nuts, as necessary, free of charge. Owner notification letters were mailed April 15, 2022. Owners may contact MBUSA customer service at 1-800-637-6372. MBUSA's number for this recall is 2022030019." -03/03/2022,22V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V121000),"Jayco, Inc.",Damaged Valve Stem May Cause Loss of Tire Pressure,TIRES,FL912 21V-921,Vehicle,2643,"Jayco, Inc. (Jayco) is recalling certain 2019-2022 Seneca, Seneca Prestige, Entegra Accolade and Accolade XL motorhomes. The tire valve stem extension for the inner wheel may come into contact with the outer wheel rim opening and become damaged.","Damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","Daimler Trucks North America, LLC will remove the inner valve stem extension and stabilizer, free of charge. Owner notification letters were mailed April 28, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is FL912 21V-921." -03/03/2022,22V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V122000),"Kawasaki Motors Corp., U.S.A.",Inoperable Horn,ELECTRICAL SYSTEM,MC22-03,Vehicle,1660,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2019-2020 EJ800C and 2020-2022 EJ800D motorcycles. The harness securing the vehicle's horn may break due to engine vibration, causing the horn to become inoperable.",An inoperable horn may increase the risk of a crash.,"Dealers will replace the horn, the horn mount bracket, and the horn harness, free of charge. Interim notification letters informing owners of the safety risk were mailed April 4, 2022. Remedy parts are expected to become available in May 2022. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC22-03." -03/03/2022,22V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V123000),Hyundai Motor America,Seat Belt Pretensioner May Explode,SEAT BELTS,220,Vehicle,140,"Hyundai Motor America (Hyundai) is recalling certain 2022 Elantra and Elantra HEV vehicles. In the event of a crash, the front passenger-side seat belt pretensioner may explode upon deployment.","An exploding seat belt pretensioner can project metal fragments into the vehicle, striking vehicle occupants and resulting in injury.","Dealers will replace the seat belt pretensioners, free of charge. Owner notification letters were mailed May 19, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 220. This recall is an expansion of NHTSA recall numbers 21V-796 and 22V-069. This recall is replaced by NHTSA recall number 22V-354. Vehicles already repaired under this recall will need to have the new remedy completed." -03/03/2022,22E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E016000),Pony.ai,Software Error May Cause ADS Shutdown,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,3,"Pony.ai is recalling certain Automated Driving Systems (ADS) with software version v2_20210712, and subsequent versions through v2_20210920_RC38, and v2_20211004. A software error may cause the ADS to shutdown unexpectedly while the vehicle is moving.",An unexpected ADS shutdown while in motion can increase the risk of a crash.,"Pony.ai updated the ADS software code, free of charge. All affected vehicles have been repaired." -03/02/2022,22V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V117000),Keystone RV Company,Circuit Not Properly Grounded,ELECTRICAL SYSTEM,22-424,Vehicle,95,Keystone RV Company (Keystone) is recalling certain 2022 Crossroads Sunset 330SI travel trailers. The outside receptacle electrical circuit may not be properly protected by a ground-fault circuit interrupter (GFCI).,"An unprotected electrical circuit can cause electric shock, increasing the risk of an injury.","Dealers will wire the circuit so that the outside receptacle is protected, free of charge. Owner notification letters are expected to be mailed April 25, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-424." -03/02/2022,22V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V118000),"Daimler Trucks North America, LLC",Cracked Brake Drum May Cause Loss of Brakes,"SERVICE BRAKES, AIR",FL-920,Vehicle,11,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2022 Freightliner M2 vehicles. The brake drum may contact the hub assembly, causing the brake drum to crack.",A cracked brake drum can cause a loss of brake function and increase the risk of a crash.,"Dealers will inspect and replace brake drums, as necessary, free of charge. Owner notification letters are expected to be mailed April 30, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-920." -03/02/2022,22V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V120000),AEBI-Schmidt,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1,"AEBI-Schmidt (AEBI) is recalling one 2019 MB3 vehicle. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Cummins' dealers will replace the fuel tubes, and install vibration isolators, free of charge. Owner notification letters were mailed on March 7, 2022. Owners may contact AEBI's customer service at 1-920-898-1035." -03/02/2022,22V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V119000),"BMW of North America, LLC",PCV Heater May Short Circuit,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,917106,"BMW of North America, LLC (BMW) is recalling certain 2008-2013 1 Series Coupe (128i); 2007-2013 3 Series Coupe (328i, 328xi, 328i xDrive); 2007-2010 X3 SAV (X3 3.0si, X3 xDrive30i); 2008-2013 1 Series Convertible (128i); 2006-2011 3 Series Sedan (325i, 325xi, 328i, 328xi, 328i xDrive, 330i, 330xi); 2006-2012 3 Series Wagon (328i, 328i xDrive); 2007-2013 3 Series Convertible (328i); 2006-2010 5 Series Sedan (525i, 525xi, 528i, 528xi, 530i, 530xi); 2006-2007 5 Series Wagon (530xi); 2007-2010 X5 SAV (X5 3.0si, X5 xDrive30i); 2006-2008 Z4 Coupe (Z4 3.0si); and 2006-2011 Z4 Roadster (Z4 3.0i, Z4 3.0si, Z4 sDrive30i) vehicles. The heater for the positive crankcase ventilation (PCV) valve may short circuit.","An electrical short can cause the PCV valve heater to overheat, increasing the risk of a fire while driving or, soon after driving when parked.","This recall supersedes and expands previous NHTSA recalls 17V-683 and 19V-273. Dealers will install an electrical wiring harness with fuse protection for the PCV Valve heater in potentially affected vehicles, free of charge. This recall supersedes and expands previous NHTSA recalls 17V-683 and 19V-273. Vehicles previously repaired under the prior recalls will need to come back for the new recall remedy. The remedy is currently being developed. Interim owner notification letters informing owners of the safety risk were mailed on April 1, 2022. Owners may contact BMW customer service at 1-800-525-7417." -03/01/2022,22E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E015000),Marion Body Works Inc.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",20E-032,Equipment,3,"Marion Body Works Inc. (Marion) is recalling certain 2021 Freightliner M2, 2020 Kenworth T3, and 2018 International SR525 emergency vehicles equipped with certain Cummins diesel engines. The sealing washer may not seat correctly in the pilot bore holes, allowing the high-pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins service centers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on March 7, 2022. Owners may contact Marion's customer service at 1-715-754-5261. Marion's number for this recall is 20E-032." -03/01/2022,22V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V115000),Volvo Trucks North America,Improperly Bolted Cabinets,STRUCTURE,RVXX2201,Vehicle,209,Volvo Trucks North America (Volvo Trucks) is recalling certain 2022-2023 VN L4 and L4E (Sleeper) trucks. The cabinets may be improperly secured to the walls due to the bolts being installed without the required washers.,"Improperly secured cabinets can detach during a crash, increasing the risk of injury.","Dealers will install washers to the existing bolts, free of charge. Owner notification letters were mailed March 17, 2022. Owners may contact Volvo Trucks' customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX2201." -03/01/2022,22V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V116000),Pierce Manufacturing,Improperly Crimped Lifting Cable,EQUIPMENT,21E075,Vehicle,1,Pierce Manufacturing (Pierce) is recalling one 2021 Arrow XT firetruck equipped with a Cummins generator set. The lifting cables may be improperly crimped.,"An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Cummins will inspect the lifting cable, and either replace the cable or install a warning label, free of charge. Owner notification letters were mailed on October 8, 2021. Owners may contact Pierce's customer service at 1-888-974-3723." -02/28/2022,22V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V114000),"Proterra Operating Company, Inc.",Steering Gearbox May Loosen,STEERING,SC-22-040,Vehicle,724,"Proterra, Inc. (Proterra) is recalling certain 2017-2019 35 foot Catalyst E2, 2017-2019 40 foot E2, 2020-2021 35 foot RR, 2019-2020 40 foot RR, 2019-2022 40 foot ZX5, and 2020-2022 35 foot ZX5 buses. The plexus adhesive between the torque limiter plate and the bus body may be insufficient, causing the bolts that secure the steering gearbox to loosen.","A loose steering gearbox can cause a loss of steering control, increasing the risk of a crash.","Dealers will install a mechanical fastener and new bolts on the steering gearbox, and install a new torque plate, as necessary, free of charge. Proterra issued owners an interim notification on April 8, 2022. Owners may contact Proterra's customer service at 1-864-438-0000." -02/28/2022,22V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V113000),"Legend Manufacturing, Inc.",Trailer and Tow Vehicle May Separate,EQUIPMENT,NR (Not Reported),Vehicle,85,"Legend Manufacturing, Inc. (Legend) is recalling certain 2022 TV and EV trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from the tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler, as necessary, free of charge. Owner notification letters were mailed on March 3, 2022. Owners may contact Legend's customer service at 1-989-227-0800." -02/25/2022,22V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V112000),"Mercedes-Benz USA, LLC",Unsecured Electrical Connections May Cause Fire,ELECTRICAL SYSTEM,2022030019,Vehicle,24,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2022 EQS 450, EQS 450+, EQS 580 4Matic, and AMG EQS 53 4Matic+ vehicles. The ground connection on the front-left longitudinal member and an electrical connection for the electric auxiliary heater in the engine compartment may be improperly secured.","Improperly secured electrical connections can increase the risk of a fire. In addition, an improperly secured ground connection may cause the left headlight to not function, affecting visibility and increasing the risk of a crash.","Dealers will inspect the ground connection and the auxiliary heater electrical connection, and repair them as necessary, free of charge. Owner notification letters were mailed April 15, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022030019." -02/24/2022,22V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V109000),Ford Motor Company,Engine Damage May Cause Stall or Fire,ENGINE AND ENGINE COOLING,22S10,Vehicle,155,"Ford Motor Company (Ford) is recalling certain 2021 Escape Hybrid vehicles. The engine crankshaft may have been manufactured incorrectly, which can result in engine damage.","Engine damage can cause a vehicle stall or fire, increasing the risk of a crash or injury.","Dealers will inspect the crankshaft and replace the engine, as necessary, free of charge. Interim letters notifying owners of the safety risk are expected to be mailed March 2, 2022. Owner notification letters were mailed on March 21, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S10." -02/24/2022,22V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V106000),Temsa,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,7,"Temsa (Temsa) is recalling certain 2020 TS45 motorcoaches equipped with certain Cummins X12 diesel engines. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Temsa's customer service at 1-833-628-3672." -02/24/2022,22V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V108000),Tenco Inc.,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1,"Tenco Inc. (Tenco) is recalling one TOR DR-106100 highway carrier equipped with a Cummins X12 diesel engine. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators, free of charge. Owner notification letters were mailed on April 14, 2022. Owners may contact Tenco's customer service at 1-450-388-1328." -02/24/2022,22V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V110000),"Yamaha Motor Corporation, USA",Grip May Break and Restrict Throttle Control,VEHICLE SPEED CONTROL,990156,Vehicle,453,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2021 Tracer 9 GT (MTT9GT) motorcycles. The throttle grip may break if used to pull up a motorcycle fallen on its side.","A broken throttle grip may restrict throttle movement or cause a loss of throttle control, increasing the risk of a crash.","Owners should not operate their motorcycle, other than to take it to a dealer, until the remedy is performed. Dealers will replace the grip end and if necessary, the throttle grip assembly, free of charge. Owner notification letters were mailed on March 17, 2022. Owners may contact Yamaha customer service at 1-866-894-1626. Yamaha's number for this recall is 990156." -02/24/2022,22E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E014000),SAF-Holland,Insufficient Lubricant in Wheel Hub,WHEELS,P047,Equipment,7040,"SAF-Holland is recalling certain ULX40 trailer axles, part number 1004300026950. The wheel end hubs on these axles may have insufficient lubrication levels, which could cause the hub bearings to fail.","Hub bearing failure could cause the wheel hub assembly to detach, causing a loss of stability and control, and create a road hazard, increasing the risk of a crash.","SAF-Holland will provide instructions to owners, to inspect the wheel hubs and add the proper amount of lubricant as necessary, free of charge. Owner notification letters are expected to be mailed April 25, 2022. Owners may contact SAF-Holland customer service at 1-888-396-6501. SAF-Holland's number for this recall is P047." -02/24/2022,22V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V107000),Toyota Motor Engineering & Manufacturing,Pre-Collision System May Be Inoperative,FORWARD COLLISION AVOIDANCE,22TA02,Vehicle,36558,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2021 C-HR vehicles. The radar sensor may not have been activated during production, making the pre-collision system (PCS) inoperative.","An inoperative PCS that does not provide a malfunction indicator to the driver, or braking assist as expected, can increase the risk of a crash.","Dealers will inspect and activate the radar sensor as necessary, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 22TA02." -02/24/2022,22V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V111000),"Nissan North America, Inc.",Second-Row Seat Track Missing Bolt/FMVSS 210,SEATS,PC867 PC868,Vehicle,21,"Nissan North America, Inc. (Nissan) is recalling certain 2022 INFINITI QX60 and Nissan Pathfinder vehicles. The second-row seat track may be missing a mounting bolt. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""","A missing mounting bolt may allow the seat track to move during a crash, increasing the risk of injury.","Dealers will inspect the second-row seat track and install a new mounting bolt as necessary, free of charge. Owner notification letters were mailed April 13, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's numbers for this recall are PC867 and PC868." -02/23/2022,22V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V103000),McLaren Automotive Incorporated,Driver's Air Bag May Not Deploy,AIR BAGS,NR (Not Reported),Vehicle,421,"McLaren Automotive Incorporated (McLaren) is recalling certain 2019-2021 McLaren GT vehicles. The driver's air bag and the occupant restraint controller may be improperly connected, which can result in a deactivated driver's air bag that will not deploy in a crash.",A driver's air bag that does not deploy as intended can increase the risk of injury in a crash.,"Dealers will inspect and repair the driver's air bag connection, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact McLaren customer service at 1-646-429-8916." -02/23/2022,22E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E013000),"Comoto Holdings, Inc.",Helmets May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR,Equipment,33869,"Comoto Holding, Inc. (Comoto) is recalling certain Bilt motorcycle helmets, models Amped Evo Adult, part number BLH126, in sizes MD, XL, 2XL, Amped Evo Rapid Adult, part number BLH142, in sizes MD, LG, 2XL, 3XL, and Amped Evo Youth, part number BLH127, in sizes SY, LY, and XLY. The helmet may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate impact protection increases the risk of injury during a crash.,"Comoto will replace the helmet with a compliant BILT model helmet, free of charge, or provide credit to replace the helmet. Owner notification letters were mailed April 18, 2022. Owners may contact Comoto customer service at 1-800-292-5343." -02/23/2022,22V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V102000),"Volkswagen Group of America, Inc.",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,44S3,Vehicle,49,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 RS5 coupe and RS5 Sportback vehicles. The value for the maximum combined weight of occupants and cargo on the B-pillar Tire and Loading information label is incorrect. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire and Loading Information.""","While referencing the B-pillar label, the operator may overload the vehicle, increasing the risk of a crash.","Dealers will install a corrected label on the B-pillar, free of charge. Owner notification letters were mailed March 31, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 44S3." -02/23/2022,22V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V105000),Keystone RV Company,Incorrect Tires Installed,TIRES,22-421,Vehicle,118,"Keystone RV Company (Keystone) is recalling certain 2022 Cougar fifth wheel travel trailers. These vehicles were manufactured with Load Range ""D"" (2540 lbs) tires, when they should have been equipped with Load Range ""E"" (2860 lbs) tires.","Incorrect load range tires can allow the vehicle to become overloaded, increasing the risk of a crash.","Dealers will inspect and replace the tires, as necessary, free of charge. Owner letters were mailed March 16, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-421." -02/23/2022,22V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V104000),"Tesla, Inc.",Side Curtain Air Bay May Improperly Deploy,AIR BAGS,SB-22-20-001,Vehicle,9,"Tesla, Inc. (Tesla) is recalling certain 2021-2022 Model S vehicles. The right or left side curtain air bag inflators may have been assembled incorrectly.","An incorrectly assembled inflator can cause a delayed or improper deployment of the side curtain air bag, increasing the risk of injury during a crash.","Tesla Service Centers will replace the side curtain air bags, free of charge. Owner notification letters were mailed April 28, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-20-001." -02/22/2022,22V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V100000),"Porsche Cars North America, Inc.",Child Seat Anchors May Be Obstructed/FMVSS 225,SEAT BELTS,ANA4,Vehicle,5305,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020-2021 Taycan vehicles equipped with an optional rear center seat. The center seat belt buckle wiring harness may obstruct access to the right rear seat lower child seat anchors, preventing a child seat from being properly secured. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""",An improperly secured child seat increases the risk of injury during a crash.,"Dealers will reroute and secure the center rear seat belt buckle wiring harness and, as necessary, replace a damaged buckle, free of charge. Owner notification letters were mailed April 7, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ANA4." -02/22/2022,22V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V099000),"Daimler Vans USA, LLC",Defective Memory Chip May Freeze Rearview Image,BACK OVER PREVENTION,VS2RU54KAM,Vehicle,17093,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015-2018 Mercedes-Benz Metris vehicles. A defective memory chip in the rearview camera may cause the display image to freeze.","A frozen rearview image does not show the live view of what is currently behind the vehicle, increasing the risk of a crash.","As an interim repair, dealers will update the rearview camera software, free of charge. Interim owner notification letters informing owners of the safety risk and interim repair were mailed on March 25, 2022. Once remedy parts become available, dealers will replace the rearview camera, free of charge. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2RU54KAM." -02/22/2022,22E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E012000),"Comoto Holdings, Inc.",Helmets May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR,Equipment,1704,"Comoto Holding, Inc. (Comoto) is recalling certain Street & Steel motorcycle helmets, model S&S Raider, part number SSHR, in sizes XS, MD, LG, and 2XL. The helmet may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate impact protection increases the risk of injury during a crash.,"Comoto will replace the helmet with a compliant Street & Steel model helmet, free of charge, or provide credit to replace the helmet. Owner notification letters were mailed April 18, 2022. Owners may contact Comoto customer service at 1-800-292-5343." -02/22/2022,22V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V101000),"Daimler Trucks North America, LLC",Software System Error May Cause Loss of Brakes,ELECTRICAL SYSTEM,FL919,Vehicle,9,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Freightliner Cascadia vehicles. A certain combination of software and anti-lock brake system (ABS) hardware may lead to a system error, possibly causing a loss of vehicle braking and the inability to set the parking brake.",A loss of brakes increases the risk of a crash.,"DTNA service facilities will update the software, free of charge. Owner notification letters were mailed on March 10, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL919." -02/21/2022,22E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E011000),"Key Safety Systems, Inc. - (DBA Joyson)",Incorrect Components in Air Bag Inflator,AIR BAGS,QN24509,Equipment,15,"Key Safety Systems, Inc. - (DBA Joyson) is recalling certain Curtain Air Bag Inflators, part numbers 2557843AA and 2553433AC. The production process may have been interrupted, causing the inflators to have duplicate or missing components.","Air bags with incorrect inflator components may not properly restrain occupants in a crash, increasing the risk of injury.","Joyson will work with the affected vehicle manufacturers to provide replacement curtain air bag modules as necessary, free of charge. The manufacturer has not yet provided a schedule for recall notification. Joyson's number for this recall is QN24509." -02/18/2022,22V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V096000),Kia Motors America,Front Air Bags May Not Deploy,AIR BAGS,SC229,Vehicle,128280,Kia Motors America (Kia) is recalling certain 2014 Soul vehicles. The front air bags may not deploy during a crash if the Air Bag Control Unit (ACU) loses communication with the front impact sensors.,Front air bags that do not deploy as intended can increase the risk of injury in a crash.,"Dealers will update the ACU software, free of charge. Owner notification letters were mailed April 4, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC229." -02/18/2022,22V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V095000),"HME, Inc.",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,9,"HME, Inc. (HME) is recalling certain 2019-2021 AF1 and 1871 vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will install new fuel tubes with vibration isolators, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact HME customer service at 1-616-534-1463." -02/18/2022,22V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V097000),Lance Camper Manufacturing. Corp.,Improperly Secured LP Hose May Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,120,"Lance Camper Manufacturing Corp. (Lance Camper) is recalling certain 2022 Lance 1685 and 1985 travel trailers. The liquid propane (LP) hose may not be properly secured to the frame, allowing the hose to contact the leaf springs, which can cause a gas leak.",A propane leak can increase the risk of a fire.,"Dealers will properly secure the LP hose, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact Lance Camper customer service at 1-661-949-3322." -02/18/2022,22V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V094000),Thor Motor Coach,LP Gas Line Incorrectly Routed,EQUIPMENT,RC000256,Vehicle,731,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Omni and Magnitude motorhomes. The LP gas line may have been incorrectly routed through the rear suspension leaf springs, which could damage the line and cause a gas leak.",A gas leak increases the risk of a fire.,"Dealers will re-route the LP line as needed, free of charge. Owner notification letters were mailed March 24, 2022. Owners may contact TMC customer service at 1-877-798-855-2867. TMC's number for this recall is RC000256. This recall is an expansion of NHTSA recall 21V-754." -02/18/2022,22V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V098000),"Mercedes-Benz USA, LLC",Unsecured Wiring May Deactivate Fused Components,ELECTRICAL SYSTEM,2022030015,Vehicle,6,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLE 350 vehicles. The wiring harness connected to the prefuse box in the engine compartment might not be properly secured, which could deactivate fused components, such as power steering assist, headlights, and wipers.","Driving with inoperable power steering assist, headlights, or wipers can increase the risk of a crash.","Dealers will replace the prefuse box, free of charge. Owner notification letters were mailed April 8, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -02/17/2022,22T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T003000),"Continental Tire the Americas, LLC",Cracks in Tread Grooves/FMVSS 119,TIRES,NR (Not Reported),Tire,4256,"Continental Tire the Americas, LLC (Continental Tire) is recalling certain ContiScoot tires. Cracks may develop in the tread grooves longer than 3/16 inch. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 119, ""New Pneumatic Tires-Other Than Passenger Cars."" Please refer to the 573 report for specific tire size information.","Cracks in the tread can lead to tread separation, increasing the risk of a crash.","Continental Tire will notify owners and replace the affected tires, free of charge. Owner notification letters were mailed March 8, 2022. Owners may contact Continental Tire customer service at 1-888-799-2168." -02/17/2022,22V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V092000),"Navistar, Inc.",Incorrect Color Backup Lights/FMVSS 108,EXTERIOR LIGHTING,22503,Vehicle,4277,"Navistar, Inc. (Navistar) is recalling certain 2019 International LT and International RH vehicles. The LED backup lights are the incorrect color white. As such, these lights fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Incorrect color backup lights may decrease vehicle visibility to other drivers, increasing the risk of a crash.","Dealers will inspect and replace the LED backup lights as necessary, free of charge. Owner notification letters were mailed on April 1, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 22503." -02/17/2022,22V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V093000),Kia Motors America,Low Pressure Fuel Hose May Leak,"FUEL SYSTEM, GASOLINE",SC228,Vehicle,72848,"Kia Motors America (Kia) is recalling certain 2013-2014 Optima vehicles that were previously repaired under NHTSA recall number 20V-100. The low pressure fuel hose may be damaged, or missing heat-protective tape, which can result in a fuel leak.",A fuel leak can increase the risk of a fire.,"Dealers will replace the low pressure fuel hose, free of charge. Interim notification letters, notifying owners of the safety risk, were mailed on April 15, 2022. A second notice will be sent once remedy parts become available. Owners may contact Kia customer service at 1-800-33-4542. Kia's number for this recall is SC228." -02/17/2022,22V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V091000),"General Motors, LLC",Rear Half-Shaft Assemblies Missing Ball Bearings,POWER TRAIN,N212351320,Vehicle,22,"General Motors, LLC (GM) is recalling certain 2021-2022 Chevrolet Corvette vehicles. The rear half-shaft assemblies may be missing one or more ball bearings, which can result in a loss of drive power.",An unexpected loss of drive power increases the risk of a crash.,"Dealers will replace the left or right rear half-shaft assemblies, as necessary, free of charge. Owner notification letters are expected to be mailed April 4, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212351320." -02/17/2022,22E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E010000),Brok Products,Winch May Fail Under Load,EQUIPMENT,WR15957,Equipment,8400,"Brok Products (Brok) is recalling certain Brok Trailer Winches, part number 15957. The crank handle may not fit properly onto the drive shaft, causing the winch to fail under load.","Failure of the winch may result in loss of control of the load, increasing the risk of injury.","The remedy is under development. Owner notification letters are expected to be mailed March 7, 2022. Owners may contact Brok customer service at 1-800-637-0283. Brok's number for this recall is WR15957." -02/16/2022,22V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V082000),Ford Motor Company,Blank or Distorted Rearview Camera Image,BACK OVER PREVENTION,22S06,Vehicle,330784,"Ford Motor Company (Ford) is recalling certain 2015-2017 Mustang vehicles. The rearview camera wiring may be loose or damaged, which can result in a blank or distorted image.","A rearview camera that displays a blank or distorted image can reduce the driver's rear view, increasing the risk of a crash.","Dealers will inspect and repair the decklid wiring harness and/or replace the rearview camera, as necessary, free of charge. Interim owner notification letters informing owners of the safety risk were mailed on March 24, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S06." -02/16/2022,22V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V084000),"Volkswagen Group of America, Inc.",Child Seat Anchors May Be Obstructed/FMVSS 225,SEAT BELTS,72M6,Vehicle,693,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 E-Tron GT vehicles. The center seat belt buckle wiring harness may obstruct access to the right rear seat lower child seat anchors, preventing a child seat from being properly secured. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""",An improperly secured child seat increases the risk of injury during a crash.,"Dealers will reroute and secure the center rear seat belt buckle wiring harness and, as necessary, replace a damaged buckle, free of charge. Owner notification letters were mailed March 15, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 72M6." -02/16/2022,22V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V087000),Ford Motor Company,Damaged Driveshaft May Fracture,POWER TRAIN,22S09,Vehicle,247445,"Ford Motor Company (Ford) is recalling certain 2017-2022 F-250 and F-350 Super Duty vehicles equipped with gasoline engines and aluminum driveshafts. Underbody heat and noise insulators may loosen and contact the aluminum driveshaft, which could damage the driveshaft and cause it to fracture.","A fractured driveshaft can cause a loss of drive power, or a loss of vehicle control if the driveshaft contacts the ground. Additionally, unintended movement could occur while parked if the parking brake is not engaged. Any of these scenarios can increase the risk of a crash.","Dealers will inspect and repair the driveshaft as necessary, and properly attach the underbody insulators, free of charge. Owner notification letters were mailed on April 7, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S09." -02/16/2022,22V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V088000),Ford Motor Company,Fuel Filler Tube May Detach/FMVSS 301,"FUEL SYSTEM, GASOLINE",22C02,Vehicle,18366,"Ford Motor Company (Ford) is recalling certain 2022 Explorer and Lincoln Aviator vehicles. The fuel filler tube may detach during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 301, ""Fuel System Integrity.""","A detached fuel filler tube can result in a fuel leak, increasing the risk of a fire.","Dealers will install a fuel vapor line redundant locking clip, free of charge. Owner notification letters were mailed on April 4, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22C02." -02/16/2022,22V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V081000),Lamborghini (Automobili Lamborghini),Headlight Adjustment Screw Missing Cover/FMVSS 108,EXTERIOR LIGHTING,L62X-R.01.22,Vehicle,4796,"Lamborghini (Automobili Lamborghini) is recalling certain 2015-2020 Huracan vehicles. The caps that cover the low-beam headlight horizontal adjustment screws are missing, which can allow the headlights to be improperly adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Improperly adjusted headlights can reduce visibility, increasing the risk of a crash.","Dealers will install the missing blanking caps, free of charge. Owner notification letters were mailed April 8, 2022. Owners may contact Automobili Lamborghini customer service at 1-866-681-6276. Automobili Lamborghini's number for this recall is L62X-R.01.22." -02/16/2022,22E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E009000),Fuel Helmets,Helmets May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1431,"Fuel Helmets is recalling certain SH-WS001 motorcycle helmets, part number SH-WS0016, size Large. The helmet may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate impact protection increases the risk of injury during a crash.,"Fuel Helmets will notify owners, and provide a credit to replace the helmet or reimburse the cost of the helmet. Owner notification letters were mailed May 13, 2022 Owners may contact Fuel Helmets customer service at 1-855-355-3835." -02/16/2022,22V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V085000),"Volkswagen Group of America, Inc.",Incorrect Tire Pressure Information In Manual,EQUIPMENT,06E7,Vehicle,920,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 E-Tron GT vehicles. The owner's manual may list the incorrect tire pressure.","Incorrect tire pressure information could result in improperly inflated tires, increasing the risk of a crash.","Dealers will insert a corrected tire pressure table into the owner's manual, free of charge. Owner notification letters were mailed March 7, 2022. Owners may contact Audi customer service at 1-800-853-2834. Audi's number for this recall is 06E7." -02/16/2022,22V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V083000),Ford Motor Company,Passenger Knee Air Bag May Deploy Improperly,AIR BAGS,22S07,Vehicle,327,Ford Motor Company (Ford) is recalling certain 2021-2022 Mustang vehicles. An insufficient weld on the front passenger knee air bag may result in an improper air bag deployment.,An improper air bag deployment can increase the risk of injury during a crash.,"Dealers will replace the front passenger knee air bag, free of charge. Owner notification letters were mailed on March 8, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S07." -02/16/2022,22V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V089000),Ford Motor Company,Power Steering Pressure Line May Detach and Leak,"SERVICE BRAKES, HYDRAULIC",22S08,Vehicle,44219,Ford Motor Company (Ford) is recalling certain 2021-2022 E-350 and E-450 vehicles equipped with dual rear wheels. An inadequate connection between the power steering pressure line and the brake Hydroboost unit may result in a sudden loss of power steering fluid.,"A sudden loss of power steering fluid can result in a loss of power steering and power brake assist, increasing the risk of a crash.","Dealers will inspect the connection between the power steering lines and the Hydroboost unit, and replace the power steering lines, as necessary, free of charge. Owner notification letters were mailed on March 18, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S08." -02/16/2022,22V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V086000),"Volkswagen Group of America, Inc.",Reduced GVWR Label Missing/FMVSS 110,EQUIPMENT,09D9,Vehicle,3648,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018-2021 Atlas and 2020-2021 Atlas Cross Sport vehicles equipped with accessory side steps. The reduced Gross Vehicle Weight Rating (GVWR) label, reflecting the additional weight of the side steps, was not installed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Without the reduced GVWR label, the vehicle could be overloaded, leading to a loss of control and increasing the risk of a crash.","Dealers will install the reduced GVWR label, free of charge. Owner notification letters were mailed March 31, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 09D9." -02/16/2022,22V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V090000),"Lucid USA, Inc.",Snap Ring on Front Strut Damper May Fail,SUSPENSION,N01,Vehicle,203,"Lucid Motors, Inc. (Lucid Motors) is recalling certain 2022 Air vehicles. The snap ring below the front strut damper may fail, resulting in a sudden drop in ride height or front brake line damage.","A sudden drop in ride height while driving can cause a loss of vehicle control. In addition, brake line damage can result in a loss of brake function. Either of these scenarios increases the risk of a crash.","Lucid Studios or satellite service centers will inspect and replace the front strut dampers, as necessary, free of charge. Owner notification letters were mailed on February 24, 2022. Owners may contact Lucid Motors customer service at 1-888-995-8243. Lucid Motors number for this recall is N01." -02/15/2022,22V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V080000),"Jaguar Land Rover North America, LLC",SRS Warning Light Malfunction,AIR BAGS,N664,Vehicle,18824,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles. The supplemental restraint system (SRS) warning light software is programmed incorrectly, which may cause the warning light to malfunction and intermittently illuminate.","An SRS system warning light that falsely illuminates could prevent the detection of an actual air bag system failure, increasing the risk of injury in the event of a crash.","Dealers will update the restraints control module (RCM) software, free of charge. Owner notification letters were mailed March 23, 2022. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N664." -02/14/2022,22E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E007000),Weldon Division of Akron Brass,Incorrect Color Backup Lights/FMVSS 108,EXTERIOR LIGHTING,22-04,Equipment,6315,"Weldon Division of Akron Brass (Weldon) is recalling certain Weldon Rear Combination Lamps, model 40958, and part numbers 4095877C92 and 5878C92. The LED backup lights are the incorrect color white. As such, these lights fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Incorrect color backup lights may affect vehicle visibility to other drivers, increasing the risk of a crash.","Weldon will replace the lights to affected vehicle manufacturers, free of charge. Vehicle manufacturer was notified February 15, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Weldon's number for this recall is 22-04." -02/14/2022,22E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E008000),Intermotive,Programmable Relay Power Center Module Failure,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,514,"Intermotive is recalling certain Programmable Relay Power Center (PRPC) modules, part number S-M1521-XX. Exposed copper may cause The PRPC module to short-circuit and fail.",A PRPC module failure can increase the risk of a fire.,"Intermotive will install a wire jumper harness to the PRPC module, free of charge. Owner notification letters were mailed March 7, 2022. Owners may contact Intermotive customer service at 530-823-1048, extension 103." -02/11/2022,22V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V079000),"Autocar, LLC",Grille Bezel May Become Detached,STRUCTURE,DC-2201,Vehicle,132,"Autocar, LLC (Autocar) is recalling certain 2020-2022 Legend vehicles. The grille bezel may be insufficiently attached, allowing it to detach from the vehicle.","A detached grille bezel can become a road hazard, increasing the risk of a crash.","Dealers will inspect the grille bezel and install new fasteners as necessary, free of charge. Owner notification letters were mailed on April 11, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is DC-2201." -02/11/2022,22V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V078000),"Mercedes-Benz USA, LLC",Incorrect Front Driver's Air Bag Module,AIR BAGS,2022030007,Vehicle,50,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 GLB 250 vehicles. These vehicles may be equipped with an incorrect front driver's air bag module.","An incorrect air bag module may not properly restrain an occupant during a crash. In addition, the air bag module could detach from the steering wheel during deployment. Either of these scenarios can increase the risk of injury in the event of a crash.","Dealers will inspect and replace the front driver's air bag, as necessary, free of charge. Owner notification letters were mailed March 25, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -02/11/2022,22V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V077000),"Chrysler (FCA US, LLC)",Vehicle Fire When Parked,HYBRID PROPULSION SYSTEM,Z11,Vehicle,16741,"Chrysler (FCA US, LLC) is recalling certain 2017-2018 Pacifica Plug-In Hybrid Electric Vehicles (PHEV). A vehicle fire can occur when parked, even with the ignition in the ""Off"" position.",A vehicle fire increases the risk of injury.,"Owners are advised not to recharge their vehicles, and to park outside and away from structures, until they are repaired. Letters notifying owners of the safety risk were mailed on February 25, 2022. Second letters will be mailed once the remedy is available. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Z11." -02/10/2022,22V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V076000),Thor Motor Coach,Ladder Installed on Wrong Side of Motorhome,STRUCTURE,RC000255,Vehicle,148,"Thor Motor Coach (TMC) is recalling certain 2022 ACE, Freedom Traveler, Hurricane, and Windsport motorhomes. The rear ladder may have been installed on the wrong side of the motorhome.","An incorrectly installed ladder may break while in use, increasing the risk of injury.","Dealers will inspect the location of the rear ladder, and reinforce or relocate the ladder as needed, free of charge. Owner notification letters were mailed March 24, 2022. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000255." -02/09/2022,22V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V074000),"Maintainer Corporation of Iowa, Inc.",Belt May Damage Power Cable or Fuel Line,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2021-2022 Maintainer truck-mounted cranes equipped with Miller Enpak model A60GBH auxiliary power units. A sheetmetal guard inside the auxiliary power unit may have been installed incorrectly, allowing a belt to contact and damage a power cable or diesel fuel hose.","A damaged power cable and/or diesel fuel hose can cause a short-circuit or fuel leak, increasing the risk of a fire.","Dealers will reinstall the sheetmetal guard as necessary and replace any damaged cables and hoses, free of charge. Owner notification letters were mailed on March 10, 2022. Owners may contact Maintainer customer service at 1-800-831-8588." -02/09/2022,22V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V073000),"Daimler Vans USA, LLC",Incorrect GVWR on Tire and Loading Label/FMVSS 120,EQUIPMENT,VS3RE58HIN,Vehicle,2564,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter vehicles. The gross vehicle weight rating (GVWR) may be improperly stated on the tire and loading label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","The operator may overload the vehicle, resulting in excessive tire wear and increasing the risk of a crash.","Dealers will inspect and replace, as necessary, the tire and loading information label. Additionally, tires will be inspected for excessive wear and replaced as necessary. All repairs will be conducted free of charge. Interim owner notifications were mailed to owners on March 4, 2022. Owner notification letters were mailed on March 21, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3RE58HIN." -02/09/2022,22V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V070000),"BMW of North America, LLC",Internal Transmission Leak May Cause Rollaway,POWER TRAIN,NR (Not Reported),Vehicle,4,"BMW of North America, LLC (BMW) is recalling certain 2022 330i, 530i, X3 xDrive30i, and X4 xDrive30i vehicles. The mechatronics unit inside the transmission may not have been assembled properly, which could result in an internal leak.","An internal transmission leak can result in a vehicle rollaway, increasing the risk of a crash or injury.","Dealers will replace the transmission mechatronics unit, free of charge. All of the vehicle population for this recall have been repaired. Owner notification letters were not mailed. Owners may contact BMW customer service at 1-800-525-7417." -02/09/2022,22V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V072000),"Altec Industries, Inc.",Over-Tightened Bolts in Rotation Bearing,EQUIPMENT,CSN 849,Vehicle,454,"Altec Industries, Inc. (Altec) is recalling certain 2019-2021 ATTXX-M/P/S aerial devices. Bolts in the rotation bearing outer-race may have been over-tightened, allowing the bolts to break.","Broken bolts can cause separation of the pedestal and turntable, increasing the risk of injury.","Altec will replace the outer-race rotation bolts, free of charge. Owner notification were mailed on March 25, 2022. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 849." -02/09/2022,22V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V069000),Hyundai Motor America,Seat Belt Pretensioner May Explode,SEAT BELTS,219,Vehicle,354,"Hyundai Motor America (Hyundai) is recalling certain 2020-2021 Accent vehicles. In the event of a crash, the front driver-side and/or passenger-side seat belt pretensioner(s) may explode upon deployment.","An exploding seat belt pretensioner can project metal fragments into the vehicle, striking vehicle occupants and resulting in injury.","Dealers will replace the seat belt pretensioners, free of charge. Owner notification letters were mailed February 24, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 219. This recall is an expansion of NHTSA recall number 21V-796. This recall is replaced by NHTSA recall number 22V-354. Vehicles already repaired under this recall will need to have the new remedy completed." -02/09/2022,22V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V071000),"Altec Industries, Inc.",Shear Plates May Fail,EQUIPMENT,CSN 851,Vehicle,167,"Altec Industries, Inc. (Altec) is recalling certain 2018-2021 DC and DM Series Digger Derricks and AM series Aerial Devices. The unit subbase may develop cracks in the bulkhead plate, which can cause the shear plates to fail.","Shear plate failure can result in the separation of the subbase and truck frame, increasing the risk of injury.","Altec will inspect the bulkhead plate, and add a reinforcement plate, free of charge. Owner notification letters were mailed on April 8, 2022. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 851." -02/08/2022,22V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V066000),"Daimler Vans USA, LLC",Brake Fluid Reservoir Mounted Incorrectly,"SERVICE BRAKES, HYDRAULIC",VS2BE42BRE,Vehicle,28743,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2021 Mercedes-Benz Metris vehicles. The brake fluid reservoir may be incorrectly mounted, which can allow it to detach.","A detached brake fluid reservoir can leak brake fluid, increasing the risk of a crash.","Dealers will inspect and repair the brake fluid reservoir mounting, as necessary, free of charge. Owner notification letters were mailed on May 2, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2BE42BRE." -02/08/2022,22V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V068000),"Tiffin Motorhomes, Inc.",Improperly Secured Buss Bar May Cause Fire,ELECTRICAL SYSTEM,TIF-120,Vehicle,3708,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2018-2022 Allegro and Allegro Breeze motorhomes. The buss bar may be improperly secured, which can cause electrical components in the DC Distribution Panel to overheat.",Overheated electrical components can melt and increase the risk of a fire.,"Dealers will replace the buss bar with a cable, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact Tiffin customer service at 1-256-356-0261. Tiffin's number for this recall is TIF-120." -02/08/2022,22V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V067000),"Holiday House, LLC",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,13,"Holiday House, LLC (Holiday House) is recalling certain 2019-2021 27RQ, 24TB, and 18RB travel trailers, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact Holiday House customer service at 574-206-0016." -02/07/2022,22V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V065000),Roadtrek Inc.,Propane Line May Not Be Attached To Water Heater,EQUIPMENT,Recall 2022-01,Vehicle,29,"Roadtrek Inc. (Roadtrek) is recalling certain 2021-2022 Zion, Zion SRT, Zion Slumber, Chase, Play, and Play Slumber recreational vehicles. The propane line may not be attached to the water heater.","An unattached propane line can cause gas to enter the vehicle, increasing the risk of a fire.","Dealers will inspect and attach the propane line, as necessary, and test the propane system, free of charge. Owners may contact Roadtrek customer service at 1-888-762-3873. Roadtrek's number for this recall is 2022-01." -02/07/2022,22V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V064000),"Volkswagen Group of America, Inc.",Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,91DF,Vehicle,665,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2022 Audi Q3 vehicles that failed to receive the software update under Recall 21V-825 (91CR). A software error may prevent the rearview image from initially displaying when the vehicle begins to reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the infotainment unit parameters, free of charge. Owner notification letters were mailed March 3, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 91DF." -02/04/2022,22V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V063000),"Tesla, Inc.",Pedestrian Warning Sound May Be Obscured/FMVSS 141,ELECTRICAL SYSTEM,SB-22-00-003,Vehicle,578607,"Tesla, Inc. (Tesla) is recalling certain 2020-2022 Model S, Model X, Model Y, and 2017-2022 Model 3 vehicles. The Boombox function allows sounds to be played through an external speaker while the vehicle is in motion, which may obscure the Pedestrian Warning System (PWS) sounds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 141, ""Minimum Sound Requirements for Hybrid and Electric Vehicles.""","Pedestrians may be unaware of an approaching vehicle if the PWS sounds are obscured, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update that will disable the Boombox functionality when the vehicle is in Drive, Neutral and Reverse modes, free of charge. Owner notification letters are expected to be mailed April 5, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-003. Note: This recall has been superseded by Recall 22V-235. Tesla's number for the new recall is SB-22-00-003." -02/04/2022,22V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V062000),"Triumph Motorcycles America, Ltd.",Side Stand May Bend,STRUCTURE,SRAN 593,Vehicle,314,"Triumph Motorcycles America, Ltd. (Triumph) is recalling certain 2022 Trident motorcycles. The side stand may not support the weight of the motorcycle and bend, causing the motorcycle to become unstable while parked.","An unstable motorcycle may fall over, increasing the risk of injury.","Dealers will replace the side stand, free of charge. Owner notification letters were mailed March 2, 2022. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 593." -02/03/2022,22V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V056000),Hyundai Motor America,ABS Unit May Cause Engine Compartment Fire,"SERVICE BRAKES, HYDRAULIC",218,Vehicle,341285,"Hyundai Motor America (Hyundai) is recalling certain 2017-2018 Santa Fe, 2017-2018 Santa Fe Sport, 2019 Santa Fe XL, and 2014-2015 Tucson vehicles. The Anti-Lock Brake System (ABS) module could malfunction and cause an electrical short, which could result in an engine compartment fire.",An engine compartment fire while parked or driving can increase the risk of injury.,"Owners are advised to park outside and away from structures until the recall repair is complete. Dealers will replace the ABS multi-fuse, as necessary, free of charge. Interim notification letters, informing owners of the safety risk, were mailed March 28, 2022. A second notice will be mailed once remedy parts become available. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 218." -02/03/2022,22V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V058000),"Altec Industries, Inc.",Bolt Failure May Cause Pedestal Separation,EQUIPMENT,CSN 846,Vehicle,157,"Altec Industries, Inc. (Altec) is recalling certain 2017-2021 LS60 aerial devices. The outer-race rotation bearing bolt washers may interfere with an adjacent pedestal weld, which could cause the rotation bearing bolts to break.","Broken bolts can cause the pedestal to separate from the turntable, increasing the risk of injury.","Altec will inspect the outer rotation bolt washers and repair the pedestal as necessary, free of charge. Owner notification letters were mailed on April 4, 2022. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 846." -02/03/2022,22V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V060000),"Altec Industries, Inc.",Boom May Move in an Unintended Direction,EQUIPMENT,CSN 847,Vehicle,47,"Altec Industries, Inc. (Altec) is recalling certain 2021 AH125 aerial devices. When operating the boom positioning control lever, a defective linear potentiometer may cause the boom to move in an unintended direction.",The boom moving in an unintended direction increases the risk of injury.,"Altec will inspect the linear potentiometer manufacturer date, and replace the potentiometer if necessary, free of charge. Owner notification letters were mailed on March 16, 2022. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 847." -02/03/2022,22E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E006000),"Nexxpro - Fabrica de Capacetes, S.A.",Helmets May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,12,"Nexxpro-Fabrica de Capacetes, S.A. (Nexxpro) is recalling certain X.R2 motorcycle helmets, part number 01XR22312455100M, in size M. Due to a manufacturing error, the helmets may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate impact protection increases the risk of injury during a crash.,"Nexxpro will notify owners and replace the helmets, free of charge. Owner notification letters are expected to be mailed February 15, 2022. Owners may contact Nexxpro customer service at 1-800-461-1226." -02/03/2022,22V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V054000),"Jayco, Inc.",Metallic Electrical Box May Not Be Grounded,EQUIPMENT,9901574,Vehicle,52,"Jayco, Inc. (Jayco) is recalling certain 2022 Jayco Eagle fifth wheel trailers. The metallic electrical box may not be grounded.","An ungrounded metallic electrical box can cause electric shock, increasing the risk of injury.","Dealers will install a bare copper grounding conductor to the metallic electrical box, free of charge. Owner notification letters were mailed March 29, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901574." -02/03/2022,22V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V057000),Highland Ridge RV,Metallic Electrical Box May Not Be Grounded,EQUIPMENT,9904574,Vehicle,853,"Highland Ridge RV (Highland Ridge) is recalling certain 2022 Olympia, and Olympia Sport recreational vehicles. The metallic electrical box may not be grounded.","An ungrounded metallic electrical box can cause electric shock, increasing the risk of injury.","Dealers will add a bare copper grounding conductor to the metallic electrical box, free of charge. Owner notification letters were mailed March 29, 2022. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904574." -02/03/2022,22V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V061000),Honda (American Honda Motor Co.),Oil Leak from Melted Oil Cooler Pipe,ENGINE AND ENGINE COOLING,KN3,Vehicle,331,"Honda (American Honda Motor Co) is recalling certain 2021 CBR1000RR-R Fireblade SP motorcycles. Under certain driving conditions, the exhaust pipe may overheat, which could melt the oil cooler pipe and cause it to rupture.","A ruptured oil cooler pipe can leak oil onto the exhaust pipe or rear tires, increasing the risk of a fire, crash, or injury.","Dealers will replace the oil cooler pipe and install a heat guard between the exhaust pipe and oil cooler pipe, free of charge. Owner notification letters were mailed April 8, 2022. A second letter will be sent once the remedy is available. Owners are advised not to ride their motorcycle above 5,000 RPM in 1st gear until the recall repair is complete. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KN3." -02/03/2022,22V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V059000),"Jayco, Inc.",Steering Arm and Tie Rod Bolts May Fracture,STEERING,21V-256/21E029,Vehicle,81,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Entegra Coach Accolade, Accolade XL, Jayco Seneca and Seneca Prestige Class C motorhomes. The steering arm and tie rod bolts may have a defective seam that can fracture.","A fractured bolt may cause a loss of steering control, increasing the risk of a crash.","Daimler Trucks North America will replace the tie rod arm bolts and steering arm bolts, free of charge. Owner notification letters were mailed March 28, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 21V-256/21E029." -02/02/2022,22V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V055000),"Tiffin Motorhomes, Inc.",Awning May Detach from Motorhome,EQUIPMENT,TIF-121,Vehicle,247,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2020-2022 Allegro Red motorhomes. The patio awning may have been improperly installed, allowing it to detach.",An awning that detaches while the vehicle is in motion can increase the risk of a crash or injury.,"Dealers will inspect and secure the awning, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact Tiffin customer service at 1-256-356-0261. Tiffin's number for this recall is TIF-121." -02/02/2022,22V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V049000),Blue Bird Body Company,Bus May Move While Lift is Deployed/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,R22BP,Vehicle,6,"Blue Bird Body Company (Blue Bird) is recalling certain 2023 Vision school buses. The vehicle multiplex software may not engage the brakes when the wheelchair platform lift is operated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 403, ""Platform Lift Systems.""","Disengaged brakes can allow the school bus to move while the platform lift is in operation, increasing the risk of injury.","Dealers will install updated software, free of charge. Owner notification letters were mailed on March 17, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R22BP." -02/02/2022,22V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V051000),Kia Motors America,Engine Compartment Fire,"SERVICE BRAKES, HYDRAULIC",SC227,Vehicle,126747,"Kia Motors America (Kia) is recalling certain 2016-2018 K900 and 2014-2016 Sportage vehicles. The Hydraulic Electronic Control Unit (HECU) module could malfunction and cause an electrical short, which could result in an engine compartment fire.",An engine compartment fire while parked or driving can increase the risk of injury.,"Owners are advised to park outside and away from structures until the recall repair is complete. Dealers will install a new fuse for the HECU circuit board, free of charge. Interim owner notification letters, informing owners of the safety risk, were mailed March 31, 2022. A second notice will be mailed once remedy parts become available. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC227." -02/02/2022,22V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V053000),"Jayco, Inc.",Loose Tie Rod Clamps,STEERING,21V-369,Vehicle,28,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Entegra Coach Accolade, Accolade XL, Jayco Seneca, and Seneca Prestige Class C motorhomes. The tie rod clamps may be loose, which could result in loose tie rod ends that could break or detach.","Detached or broken tie rod ends can result in steering loss, increasing the risk of a crash.","Daimler Truck dealers will replace the tie rod clamp bolts and nuts, free of charge. Owner notification letters were mailed March 15, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 21V-369." -02/02/2022,22V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V052000),"Porsche Cars North America, Inc.",Suspension May Be Misaligned,SUSPENSION,ANA2,Vehicle,1,"Porsche Cars North America, Inc. (Porsche) is recalling one 2021 Taycan vehicle. The front and rear suspension may be misaligned.","Suspension misalignment may cause premature or uneven tire wear, increasing the risk of a crash.","Dealers will inspect the front and rear axles, adjust the alignment as necessary, and replace any prematurely or unevenly worn tires, free of charge. The owner notification letter was mailed March 10, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ANA2." -02/02/2022,22V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V048000),Keystone RV Company,Tire Belt Separation,TIRES,22-420,Vehicle,92,"Keystone RV Company (Keystone) is recalling certain 2021-2022 Raptor and 2021 Montana vehicles equipped with certain Sailun tires, size 235/80R16G. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the tire DOT codes, and replace the tires as necessary, free of charge. Owner notification letters were mailed March 2, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-420." -02/02/2022,22V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V050000),"Tesla, Inc.",Windshield May Not Defrost Properly/FMVSS 103,ELECTRICAL SYSTEM,SB-22-18-002,Vehicle,26681,"Tesla, Inc. (Tesla) is recalling certain 2021-2022 Model 3, Model S, Model X, and 2020-2022 Model Y vehicles. A software error may cause a valve in the heat pump to open unintentionally and trap the refrigerant inside the evaporator, resulting in decreased defrosting performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 103, ""Windshield Defrosting and Defogging Systems.""","Decreased defrosting performance may reduce the driver's visibility, increasing the risk of a crash.","Tesla will perform an over-the-air (OTA) software update, free of charge. Owner notification letters were mailed April 1, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-18-002." -02/01/2022,22V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V047000),"Seagrave Fire Apparatus, LLC",Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,7,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2021 Capitol and Marauder vehicles equipped with Meritor 180 series drive pinions. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection or without the brake lights activating, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed February 23, 2022. Owners may contact Seagrave customer service at 1-877-777-5360." -02/01/2022,22V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V045000),"Tesla, Inc.",Seat Belt Chime May Not Activate/FMVSS 208,ELECTRICAL SYSTEM,SB-22-00-002,Vehicle,817143,"Tesla, Inc. (Tesla) is recalling certain 2021-2022 Model S and Model X, 2017-2022 Model 3, and 2020-2022 Model Y vehicles. The audible chime may not activate when the vehicle starts and the driver has not buckled their seat belt. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","The driver may be unaware that their seat belt is not fastened, increasing the risk of injury during a crash.","Tesla will perform an over-the-air (OTA) software update, free of charge. Owner notification letters were mailed April 1, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-002." -02/01/2022,22V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V046000),"Jayco, Inc.",Tire Belt Separation,TIRES,21T-018,Vehicle,56,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 North Point and Pinnacle trailers equipped with certain Sailun tires, size ST235/80R16/G. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the tire DOT codes, and replace the tires as necessary, free of charge. Owners are advised to discontinue use of the affected tires that contain the DOT factory code DOT 1YJ and date code 2020-4120. Owner notification letters were mailed February 28, 2022. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 21T-018." -02/01/2022,22T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T002000),Bridgestone Americas Tire Operations,Tire Inner Liner May Crack Causing Belt Separation,TIRES,NR (Not Reported),Tire,10380,"Bridgestone Americas Tire Operations (Bridgestone) is recalling certain Firestone Transforce HT, size LT275/70R18 with DOT code VN15TH71821and Transforce AT, size LT275/70R18 with DOT code VN15TR91821. The tires were manufactured with an incorrect inner liner compound, which could cause increased inner liner permeability or cracking, resulting in belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Bridgestone will notify owners and replace the affected tires with a comparable Bridgestone or Firestone brand tire, free of charge. Owner notification letters were mailed April 1, 2022. Owners may contact Bridgestone customer service at 1-800-847-3272." -01/31/2022,22V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V043000),Newmar Corporation,Damaged Valve Stem May Cause Loss of Tire Pressure,TIRES,NR (Not Reported),Vehicle,162,Newmar Corporation (Newmar) is recalling certain 2020-2022 Super Star and Supreme Aire motor homes built on Freightliner M2 chassis. The tire valve stem extension for the inner wheel may come into contact with the outer wheel rim opening and become damaged.,"Damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","Dealers will inspect and the replace the valve stem extension as necessary, and install a valve stem extension stabilizer, free of charge. Owner notification letters were mailed on March 25, 2022. Owners may contact Newmar customer service at 1-800-731-8300." -01/28/2022,22E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E005000),"Samsung SDI Co., Ltd.",High Voltage Battery May Fail,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1163,"Samsung SDI Co., Ltd. (Samsung SDI) is recalling certain High Voltage Battery Packs, part numbers LX68-10C790-G-PIA3AB, LX68-10C790-G-PIA3AD, 05193168AG, 05193168AH, LX68-10C790-G-PIA3AC, 05193168AE, and 05193168AF. The high voltage battery may fail, resulting in a sudden loss of drive power.",A sudden loss of drive power increases the risk of a crash.,"Samusung SDI will notify and work with the affected vehicle manufacturers to replace the HV battery pack, free of charge. The manufacturer has not yet provided a schedule for recall notification. Ford owners may contact Ford customer service at 1-866-436-7332." -01/28/2022,22V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V042000),"Mercedes-Benz USA, LLC",Incorrect Length Wiring Harness May Become Damaged,ELECTRONIC STABILITY CONTROL,2022020019,Vehicle,172,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 AMG GT Black Series vehicles. The wiring harness for the front wheel speed sensor may be the incorrect length, which could result in damage to the harness during certain driving conditions.","A damaged speed sensor wiring harness can impair dynamic control functions, such as stability and traction control, and anti-lock brakes, increasing the risk of a crash.","Dealers will replace the wiring harness, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -01/28/2022,22V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V041000),"Forest River, Inc.",Incorrect Tire Pressure on Label/FMVSS 120 & 567,EQUIPMENT,81-1462,Vehicle,21,"Forest River, Inc. (Forest River) is recalling certain 2022 Vengeance Fifth Wheel trailers. The tire pressure label may indicate incorrect tire pressure information for the front tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 120, ""Wheels and Rims-Other Than Passenger Cars"" and 567, ""Certification.""","Incorrect tire pressure information may result in under-inflated tires that can fail, increasing the risk of a crash.","Forest River will mail replacement labels, free of charge. Owner notification letters were mailed February 8, 2022. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 81-1462." -01/28/2022,22V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V040000),"Porsche Cars North America, Inc.",Rear Axle May Be Misaligned,SUSPENSION,ANA1,Vehicle,1241,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021-2022 Cayenne vehicles. The rear axle alignment may not have been inspected after the repairs for Recall 21V-271 (AMA9) were performed.","Rear axle misalignment may cause premature or uneven tire wear, increasing the risk of a crash.","Dealers will inspect the rear axle, adjust the alignment as necessary, and replace any prematurely or unevenly worn tires, free of charge. Owner notification letters were mailed March 10, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ANA1." -01/28/2022,22V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V039000),"Grand Design RV, LLC",Sharp Cabinet Handles May Cause Injury,STRUCTURE,910027,Vehicle,20144,"Grand Design RV, LLC (Grand Design) is recalling certain 2020-2021 Imagine travel trailers. The cast aluminum pull handles on the cabinet doors and drawers may have sharp edges.","Sharp handles could scrape or cut an occupant, increasing their risk of injury.","Dealers will replace the handles, free of charge. Owner notification letters were mailed March 14, 2022. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910027." -01/28/2022,22V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V038000),"Grand Design RV, LLC",Unsecured Refrigerator Wire May Melt,EQUIPMENT,910026,Vehicle,43421,"Grand Design RV, LLC (Grand Design) is recalling certain 2013-2021 Momentum, Solitude, and Reflection recreational vehicles. A 110-volt wire in the refrigerator cabinet may be improperly secured, which could result in the wire contacting the refrigerator cooling unit, causing an electrical arc.",An electrical arc increases the risk of a fire.,"Dealers will inspect and replace any damaged wiring, and properly secure the wires, free of charge. Owner notification letters were mailed on February 21, 2022. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910026." -01/27/2022,22E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E004000),Prevost Car (US) Inc.,Insufficient Seat Bracket Strength,SEATS,NR (Not Reported),Equipment,72,"Prevost Car (US) Inc. (Prevost) is recalling certain Seat Brackets, part numbers 860351 and 860355. The seat brackets may not meet the strength requirements to adequately restrain an occupant.","A seat bracket with insufficient strength may fail in the event of a crash, increasing the risk of injury.","Prevost will replace the brackets with new reinforced brackets, free of charge. Owner notification letters were mailed March 15, 2022. Owners may contact Prevost customer service at 1-866-870-2046." -01/27/2022,22V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V036000),"General Motors, LLC",Rear Wheel Driveshaft Assemblies May Fail,POWER TRAIN,N212351030,Vehicle,1789,"General Motors, LLC (GM) is recalling certain 2021 GMC Yukon, Yukon XL, Cadillac Escalade, Escalade ESV, Chevrolet Suburban, and Chevrolet Tahoe vehicles. The rear wheel driveshaft assemblies may have internal components that were not heat-treated properly, possibly resulting in driveshaft failure.","Driveshaft failure can cause a sudden loss of drive power, increasing the risk of a crash.","Dealers will replace the left and/or right rear driveshaft assemblies, free of charge. Owner notification letters were mailed on March 14, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006 or GMC customer service at 1-800-462-8782. GM's number for this recall is N212351030." -01/27/2022,22V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V037000),"Tesla, Inc.",Vehicle May Fail to Stop at Stop Sign,ELECTRICAL SYSTEM,SB-22-00-001,Vehicle,53822,"Tesla, Inc. (Tesla) is recalling certain 2016-2022 Model S and Model X, 2017-2022 Model 3, and 2020-2022 Model Y vehicles. The ""rolling stop"" functionality available as part of the Full Self-Driving (Beta) software may allow the vehicle to travel through an all-way stop intersection without first coming to a stop.",Failing to stop at a stop sign can increase the risk of a crash.,"Tesla will perform an over-the-air (OTA) software update that disables the ""rolling stop"" functionality, free of charge. Owner notification letters were mailed March 28, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-22-00-001." -01/27/2022,22V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V035000),"Chrysler (FCA US, LLC)",Windshield Wipers May Not Operate Properly,VISIBILITY,Z08,Vehicle,171789,"Chrysler (FCA US, LLC) is recalling certain 2019-2020 Ram 2500 and Ram 3500 vehicles, Ram 3500 Cab Chassis, 4500 Cab Chassis, 5500 Cab Chassis and 3500 Cab Chassis with a gross vehicle weight rating (GVWR) of less than 10,000 lbs. The windshield wiper arms may loosen, possibly causing the wipers to function improperly and reduce the driver's visibility in certain weather conditions.",Reduced visibility increases the risk of a crash.,"Dealers will tighten the wiper nuts, free of charge. Owner notification letters were mailed February 15, 2022. This recall is an expansion of recall number 20V-208. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Z08." -01/26/2022,22V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V032000),Pierce Manufacturing,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",Cummins 21E-099,Vehicle,243,"Pierce Manufacturing (Pierce) is recalling certain 2015-2021 Arrow XT, Enforcer, Quantum and Velocity fire trucks. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators, free of charge. Owner notification letters were mailed on March 11, 2022. Owners may contact Pierce's customer service at 1-888-974-3723." -01/26/2022,22V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V034000),"Volkswagen Group of America, Inc.",Rear Axle May Be Misaligned,SUSPENSION,42L5,Vehicle,31058,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2019-2021 Audi A5 Sportback, RS5 Coupe, RS5 Sportback, S5 Sportback, 2020-2021 A4 Allroad, A4 Sedan, A5 Cabriolet, A5 Coupe, A6 Allroad, A6 Sedan, A7, A8, Q5, S4 Sedan, S5 Coupe, S5 Cabriolet, S6 Sedan, S7, S8, SQ5, 2021 Q5 Sportback, Q7, Q8, RS6 Avant, RS7, RSQ8, SQ5 Sportback, SQ7, and SQ8 vehicles. The rear axle alignment may not have been inspected after the repairs for Recall 21V-295 (42L1) were performed.","Rear axle misalignment may cause premature or uneven tire wear, increasing the risk of a crash.","Dealers will inspect the rear axle, adjust the alignment as necessary, and replace any prematurely or unevenly worn tires, free of charge. Owner notification letters were mailed March 3, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 42L5." -01/26/2022,22V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V033000),Toyota Motor Engineering & Manufacturing,Turn Signal Lights May Fail/FMVSS 108,EXTERIOR LIGHTING,22TB01/22TA01,Vehicle,41544,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2021 Venza Hybrid vehicles. Water may enter the rear turn signal LED lights, allowing condensation to form on the circuit board, and causing a short circuit. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A short circuit can cause dimming or failure of the rear turn signals and hazard lights, reducing the vehicle's visibility to other drivers and increasing the risk of a crash.","Dealers will replace both rear turn signal LED bulbs and replace the rear turn signal light assembly as necessary, free of charge. Interim owner notification letters, informing owners of the safety risk, were mailed March 18, 2022. Remedy parts are expected to be available by June 30, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 22TB01/22TA01." -01/25/2022,22V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V031000),Kia Motors America,Air Bags May Not Deploy,AIR BAGS,SC226,Vehicle,410619,"Kia Motors America (Kia) is recalling certain 2017-2019 Sedona, Soul, Soul EV, 2017-2018 Forte, and 2017 Forte Koup vehicles. The Air Bag Control Unit (ACU) cover may contact a memory chip on the printed circuit board and damage the electrical circuit. Circuit damage may result in deactivated air bags that will not deploy in a crash.",Air bags that do not deploy as intended can increase the risk of injury in a crash.,"Dealers will inspect the ACU, and either update the software or replace the unit, as necessary. Repairs will be performed free of charge. Owner notification letters were mailed March 21, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC226." -01/25/2022,22V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V030000),Harley-Davidson Motor Company,Instrument Cluster Malfunction/FMVSS 123,ELECTRICAL SYSTEM,0631,Vehicle,3917,"Harley Davidson Motor Company (Harley-Davidson) is recalling certain 2021 Pan America 1250S (RA1250S), Pan America 1250 (RA1250), and Sportster S (RH1250S) motorcycles. The instrument cluster module may not display the speedometer and neutral indicator at start-up when the module is below freezing temperatures. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 123, ""Motorcycle Controls and Displays.""",Operating a motorcycle without a visible speedometer or neutral indicator may increase the risk of a crash.,"Dealers will update the instrument cluster module software, free of charge. Owner notification letters were mailed February 8, 2022. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0631." -01/25/2022,22V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V029000),"Forest River, Inc.",Programmable Relay Power Center Module Failure,ELECTRICAL SYSTEM,51-1461,Vehicle,1699,"Forest River, Inc. (Forest River) is recalling certain 2021 Battisti Coach; Federal Coach-Spirit; StarCraft Quest XL; 2022 StarTrans P/S2; Elkhart Coach; Glaval Concord II, Legacy, Primetime; StarCraft Allstar MVP, Allstar XLT; Eldorado Advance; 2021-2022 Eldorado National(K-s)-Advantage; StarTrans Senator II, Senator II HD, Candidate II; StarCraft Starquest, Starlite; Glaval Commute, Entourage, Universal; Berkshire Coach Ultra; and 2021-2023 StarCraft Allstar and Allstar XL Transit Buses. The Programmable Relay Power Center (PRC) module can fail.",A PRC module failure can increase the risk of a fire.,"Dealers will install a wire jumper harness to the PRC module, free of charge. Owner notification letters were mailed March 1, 2022. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 51-1461." -01/24/2022,22V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V027000),"Mitsubishi Motors North America, Inc.",Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",SR-22-001,Vehicle,16616,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2022 Outlander vehicles. The commutator and wires inside the fuel pump may be fused incorrectly, potentially causing the fuel pump to fail.","Fuel pump failure can cause an engine stall, increasing the risk of a crash.","Dealers will replace the fuel pump, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-22-001." -01/24/2022,22V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V028000),Inland Empire Trailers,Spindle Nuts Improperly Tightened,SUSPENSION,NR (Not Reported),Vehicle,50,Inland Empire Trailers (Inland Empire) is recalling all 2021 Inland Empire (IE) trailers. The spindle nuts on the axles may have been improperly tightened during assembly.,"Improperly tightened spindle nuts may cause excessive axle vibration and overheat the bearings, affecting vehicle control, and increasing the risk of a crash.","Inland Empire will inspect the spindle nuts and bearings, tighten the spindle nuts and replace the bearings as necessary, free of charge. Owner notification letters are expected to be mailed Feb. 21, 2022. Owners may contact Inland Empire at 1-909-999-5422." -01/21/2022,22V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V021000),"Hino Motors Sales U.S.A., Inc.",Brake Hose Missing Designation Marking/FMVSS 106,"SERVICE BRAKES, AIR",AANT0,Vehicle,1,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling one 2021 NJ8A vehicle. The end fittings on the replacement air brake hose assembly may not have the manufacturer designation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 106, ""Brake Hoses.""","The air brake hose end fitting may not be traceable should there be a safety recall, increasing the risk of a crash, injury, or fire.","A dealer will replace the air brake hose, free of charge. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is AANT0." -01/21/2022,22V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V023000),"BMW of North America, LLC",Damaged Link Strut May Affect Riding Stability,SUSPENSION,NR (Not Reported),Vehicle,1625,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 K1600 GT, K1600 GTL, and K1600 B motorcycles. The link strut connecting the rear suspension to the frame may have insufficient strength, which can cause the link strut to become damaged.","A damaged link strut can cause the rear of the motorcycle to contact the rear wheel, affecting riding stability and control, and increasing the risk of a crash.","Dealers will replace the rear link strut, free of charge. Interim owner notification letters to inform owners of the safety risk were mailed on March 11, 2022. Owner notification letters are expected to be mailed March 15, 2022. Owners may contact BMW customer service at 1-800-525-7417." -01/21/2022,22V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V024000),"Nissan North America, Inc.",Electrical Connector Under Dash May Corrode,ELECTRICAL SYSTEM,R21B9,Vehicle,688946,"Nissan North America, Inc. (Nissan) is recalling certain 2014-2016 Rogue vehicles. The electrical connector for the under dash harness may corrode due to water and salt intrusion from the driver's side foot well.","Corrosion in the electrical connector can result in power window/seat failure, all-wheel-drive warning light illumination, battery drainage, and electrical connector damage that increases the risk of a fire.","The remedy is currently under development. Interim owner notification letters informing owners of the safety risk are expected to be mailed March 2, 2022. A second notice will be mailed once the remedy becomes available in Spring 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21B9." -01/21/2022,22V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V026000),"Trails West Manufacturing of Idaho, Inc.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,506,"Trails West Manufacturing of Idaho, Inc. (Trails West) is recalling certain 2017-2021 Sierra, Classic, Santa Fe, and Freeride trailers equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulators, free of charge. Owner notification letters were mailed January 27, 2022. Owners may contact Trail West customer service at 1-208-852-2200." -01/21/2022,22V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V025000),Rosenbauer America,Rear Axle Drive Pinion May Fracture,STEERING,NR (Not Reported),Vehicle,127,Rosenbauer America (Rosenbauer) is recalling certain 2021 Commander and Warrior vehicles equipped with Meritor 180 series drive pinions. The rear axle drive pinion may fracture.,"A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection, or without the brake lights activating, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed on April 27, 2022. Owners may contact Rosenbauer customer service at 1-651-462-1000." -01/21/2022,22V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V022000),Kia Motors America,Rear Windows May Operate Unexpectedly/FMVSS 118,ELECTRICAL SYSTEM,SC225,Vehicle,451,"Kia Motors America (Kia) is recalling certain 2020 Cadenza vehicles. The rear power windows can be operated by the driver's power window main switch after the ignition has been turned off and a front door is opened. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 118, ""Power-Operated Window Systems.""",Rear power windows that operate unexpectedly can increase the risk of injury.,"Dealers will update the Driver Door Module software, free of charge. Owner notification letters were mailed March 8, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC225." -01/20/2022,22E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E003000),"Pacific Trailer Products, Inc",Coupler Improperly Welded,EQUIPMENT,NR (Not Reported),Equipment,23719,"Pacific Trailer Products, Inc (Pacific Trailer) is recalling certain RAM A Frame 2 5/16"" couplers, part numbers CA-5400-O and CA-5400-B. The coupler was improperly welded, which may cause a trailer to separate from the tow vehicle.",Trailer separation from a tow vehicle can increase the risk of a crash.,"Pacific Trailer will provide inspection instructions and replace the couplers, as necessary. Owner notification letters are expected to be mailed March 1, 2022. Owners may contact Pacific Trailer customer service at 1-360-859-3828." -01/20/2022,22V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V020000),"Ferrara Fire Apparatus, Inc.",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,29,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2019-2022 Inferno, Igniter, and Cinder emergency vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators, free of charge. Owner notification letters are expected to be mailed January 31, 2022. Owners may contact Ferrara customer service at 1-800-443-9006." -01/20/2022,22V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V019000),Marion Body Works Inc.,Rear Axle Drive Pinion May Fracture,POWER TRAIN,21V-899,Vehicle,22,"Marion Body Works Inc. (Marion Body Works) is recalling certain 2021-2022 Spartan Gladiator, MetroStar, and MetroStar-RT vehicles equipped with Meritor 180 series drive pinions. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection, or without the brake lights activating, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed January 28, 2022. Owners may contact Marion Body Works customer service at 1-715-754-5261. Marion Body Works number for this recall is 21V-899." -01/20/2022,22V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V018000),"Heartland Recreational Vehicles, LLC",Tire Belt Separation,TIRES,TBD,Vehicle,2363,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021-2022 Cyclone, Fuel, Gravity, and Warrior vehicles equipped with certain Sailun tires, sizes ST235/80R16 and ST235/85R16. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the tire DOT codes, and replace the tires as necessary, free of charge. Owner notification letters were mailed March 7, 2022. Owners may contact Heartland customer service at 1-877-262-8032 or Sailun customer service at 1-844-281-9696." -01/19/2022,22V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V017000),Dennis Eagle Inc.,Driver or Passenger Window May Not Open or Close,ELECTRICAL SYSTEM,FSI1412,Vehicle,22,Dennis Eagle Inc. (Dennis Eagle) is recalling certain 2017-2021 Elite and Proview vehicles. The driver or passenger window may not open or close properly.,"The driver may become distracted while attempting to open or close the window while driving, increasing the risk of a crash.","Dealers will update the instrument cluster software, free of charge. Owner notification letters were mailed January 31, 2022. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1412." -01/19/2022,22T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22T001000),"Vee Tyre and Rubber Co., Ltd.",Sidewall Separation/FMVSS 139,TIRES,16MBCMJBL/16MJEMJBL,Tire,1782,"Vee Tyre and Rubber Co., Ltd. (Vee Tyre) is recalling certain Tri-Ace Pioneer A/T III tires, sizes LT245/70R17 and LT235/85R16, with DOT codes 4718 through 1819. Due to a manufacturing issue, the sidewall may separate from the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to tire failure, increasing the risk of a crash.","Vee Tyre will notify and reimburse owners the cost of the tires, along with any service fees. Owner notification letters are expected to be mailed February 21, 2022. Owners may contact Vee Tyre customer service at 1-212-564-7575. Vee Tyre's numbers for this recall are 16MBCMJBL & 16MJEMHBL." -01/18/2022,22V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V016000),PACCAR Incorporated,Cab Entry Step May Unexpectedly Move,STRUCTURE,22PBA,Vehicle,3511,"PACCAR Incorporated (PACCAR) is recalling certain 2022 Peterbilt 579 vehicles equipped with chassis fairings. The bolts that hold the chassis fairing step assembly in the closed position may loosen and fracture the latch attachment, causing the fairing assembly to flex.","A partially unsecured cab step can unexpectedly move while entering or exiting the cab, increasing the risk of injury.","Dealers will add new fasteners and a bracket, free of charge. Owner notification letters were mailed on April 11, 2022. Owners may contact Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 22PBA." -01/17/2022,22V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V015000),Keystone RV Company,Exterior Ladder May be Improperly Attached,STRUCTURE,22-419,Vehicle,407,Keystone RV Company (Keystone) is recalling certain 2022 Alpine and Avalanche vehicles. The vehicles may be equipped with an exterior ladder that is not properly secured to the rear wall of the vehicle.,"If the ladder is not properly attached to the trailer, the ladder may detach while being used, increasing the risk of injury.","Keystone dealers will properly attach the ladders to a backer in the rear wall, free of charge. Owner notification letters were mailed March 11, 2022. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 22-419." -01/14/2022,22V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V014000),"KTM North America, Inc.",Brake Pad Retaining Clip Mounted Incorrectly,"SERVICE BRAKES, HYDRAULIC",HTB2111,Vehicle,394,"KTM North America, Inc. (KTM) is recalling certain 2022 Husqvarna 350s and Husqvarna 501s motorcycles. The brake pad retaining clips on the front brake caliper may have been mounted incorrectly, which could result in loose or detached front brake pads.","Loose or detached front brake pads can reduce braking performance, increasing the risk of a crash or injury.","Owners are advised to not ride their motorcycles until the repair has been performed. Dealers will replace the front and rear brake pad retaining clips, free of charge. Owners notification letters were mailed February 2, 2022. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is HTB2111. This recall supersedes NHTSA recall 21V-678. Motorcycles that were previously repaired under recall 21V-678 will need to have the new remedy performed under this recall." -01/14/2022,22E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E002000),Tenneco Automotive,Inadequate Hardness of Ball Joint Housing,SUSPENSION,NR (Not Reported),Equipment,15200,"Tenneco Automotive (DRiV) is recalling certain aftermarket ball joints for 2004-2007 Toyota Sequoia and 2004-2006 Toyota Tundra vehicles, MOOG part number K80521, K80522, NAPA part number NCP2601633, NCP2601634, ACDelco part number 45D2344, and 45D2345. The ball joint housing may have inadequate hardness, causing premature failure.","A ball joint failure may cause a loss of control, increasing the risk of a crash.","DRiV will work with distributors to return unsold parts. Dealers will inspect and replace the ball joint as necessary, free of charge. Owner notification letters were mailed on March 17, 2022. Owners may contact DRiV customer service at 1-877-489-6659 or at RECALL.SUPPORT@DRIV.COM." -01/14/2022,22V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V012000),"Forest River, Inc.",Incorrect Rim Information on Label/FMVSS 120,EQUIPMENT,73-1457,Vehicle,82,"Forest River, Inc. (Forest River) is recalling certain 2022 Cherokee Toy Hauler vehicles. The Tire and Loading Information placard label may indicate incorrect rim information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 120, ""Wheels and Rims-Other Than Passenger Cars"" and 567, ""Certification.""","The vehicle operator may install incorrect replacement tires that do not fix properly on the rim, increasing the risk of a crash.","Forest River will mail a replacement Tire and Loading Information placard, free of charge. Owner notification letters were mailed February 8, 2022. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 73-1457." -01/14/2022,22V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V013000),Ford Motor Company,Secondary Fuel Filter May Leak,"FUEL SYSTEM, DIESEL",22S01,Vehicle,19697,"Ford Motor Company (Ford) is recalling certain 2021 Super Duty F-250, F-350, F-450, F-550, F-600, and Medium Duty F-650 and F-750 vehicles equipped with 6.7L diesel engines. A small void may be present in the top-center of the vehicle's underhood secondary fuel filter cap, which may progress to a pinhole over time, allowing fuel to leak from the top of the secondary fuel filter.",A fuel leak in the presence of an ignition source can increase the risk of a fire or injury.,"Dealers will replace the primary and secondary fuel filters, free of charge. Owner notification letters were mailed January 28, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S01." -01/13/2022,22V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V011000),Ford Motor Company,Brake Light Malfunction and Possible Rollaway Risk,"SERVICE BRAKES, HYDRAULIC",22S02,Vehicle,199085,"Ford Motor Company (Ford) is recalling certain 2014-2015 Fusion, Lincoln MKZ, and 2015 Mustang vehicles originally sold or ever registered, in Texas, Louisiana, Mississippi, Alabama, Florida, Georgia, South Carolina, North Carolina, Virginia and Hawaii. Exposure to certain environmental conditions, such as high temperatures, high humidity, and salt air can cause the brake pedal bumper to corrode and separate from the brake pedal.","A separated brake pedal bumper can cause the brake lights to illuminate continuously, causing confusion to other drivers and increasing the risk of a crash. On automatic transmission vehicles, a missing brake pedal bumper can allow the driver to shift the vehicle out of the ""PARK"" position without depressing the brake, allowing the vehicle to rollaway, increasing the risk of injury.","Dealers will replace the brake pedal bumpers and clutch pedal bumpers, free of charge. Interim owner notification letters notifying owners of the safety risk were mailed on March 4, 2022. Owner notification letters were mailed on June 13, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 22S02." -01/13/2022,22V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V010000),"Seagrave Fire Apparatus, LLC",Crossmember Mounting Plate May Crack,STRUCTURE,NR (Not Reported),Vehicle,409,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2011-2021 Marauder and Capitol firetrucks. The crossmember mounting plate may crack.","A cracked crossmember may cause popping or banging noises when turning or driving over rough roads, distracting the driver and increasing the risk of a crash.","Dealers will install a new crossmember, free of charge. Owner notification letters were mailed January 24, 2022. Owners may contact Seagrave customer service at 1-877-777-5360." -01/13/2022,22E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22E001000),Volta Power Systems LLC,Wire Harness Built Incorrectly,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,646,"Volta Power Systems LLC (Volta) is recalling certain adaptor harnesses, part number 100001146. The wire harness may have been built incorrectly, resulting in the loss of over-current protection.","Loss of over-current protection can cause the wires to overheat, increasing the risk of a fire.","Volta will work with the affected vehicle manufacturers, and dealers will replace the adaptor harness, free of charge. All affected vehicle manufacturers have been notified. Owners may contact Volta customer service at 616-226-4222." -01/11/2022,22V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V008000),Oshkosh Corporation,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1608,"Oshkosh Corporation (Oshkosh) is recalling certain 2019-2022 S-Series vehicles. The fuel tubes between the fuel rail and the injector for cylinders 4, 5 and 6 may be susceptible to cracking, resulting in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source may increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters are expected to be mailed February 1, 2022. Owners may contact Oshkosh customer service at 1-8088-686-7278." -01/11/2022,22V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V007000),"Play-Mor Trailers, Inc.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,42,"Play-Mor Trailers, Inc. (Play-Mor) is recalling certain 2017-2020 3 Room Actor, 2 Room Actor, 2 Room Office, Hair and Makeup, Restroom, 2020 Single Actor, 2019-2020 Motorsport SUV, and 2017 199 Camping Trailer, and Custom BBQ trailers equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulators, free of charge. Owner notification letters were mailed in January 28, 2022. Owners may contact Play-Mor customer service at 1-573-455-2387." -01/11/2022,22V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V009000),Oshkosh Corporation,U-Bolts Securing Front Axle May Fail,SUSPENSION,NR (Not Reported),Vehicle,1268,Oshkosh Corporation (Oshkosh) is recalling certain 2019-2022 S-Series vehicles. The u-bolts securing the front axle may fail.,"Bolt failure may allow the front axle to shift or detach, increasing the risk of a crash.","Oshkosh will provide new u-bolts, free of charge. Owner notification letters were mailed February 24, 2022. Owners may contact Oshkosh customer service at 1-888-686-7278." -01/10/2022,22V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V006000),"Reading Truck Body, LLC",Subframe Rear Pivot Mount Weld May Fail,EQUIPMENT,NR (Not Reported),Vehicle,299,"Reading Truck Body, LLC (Reading) is recalling certain 2017-2021 Marauder Landscape Dump Body vehicles. The dump body hoist subframe rear pivot mount weld may fail.",A weld failure while operating the dump body can increase the risk of injury.,"Dealers will inspect and reinforce the weld as necessary, free of charge. Owner notification letters were mailed January 12, 2022. Owners may contact Reading customer service at 1-610-775-3301." -01/07/2022,22V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V004000),"Forest River, Inc.",Tire Belt Separation,TIRES,51-1449,Vehicle,1164,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Prime Time Sanibel, Crusader, Forest River Cardinal, and Continental Cargo fifth wheel trailers, equipped with certain Sailun tires, size ST235/80R16/G. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the tire DOT codes, and replace the tires as necessary, free of charge. Owner notification letters were mailed February 1, 2022. Owners may contact Forest River customer service at 1-574-825-4995. Forest River's number for this recall is 51-1449." -01/07/2022,22V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V005000),Lakota Corporation,Tire Belt Separation,TIRES,NR (Not Reported),Vehicle,100,"Lakota Corporation (Lakota) is recalling certain 2021-2022 Bighorn, Charger, and Livestock trailers equipped with certain Sailun tires, size ST235/80R16/G. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Dealers will replace the tires, free of charge. Owner notification letters were mailed February 10, 2022. Owners may contact Lakota customer service at 1-574-848-1636." -01/07/2022,22V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V003000),"Forest River, Inc.",Unsealed Cooktop May Cause Burner Flames to Invert,EQUIPMENT,203-1454,Vehicle,1097,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Coachmen Catalina and Forest River Aurora travel trailers. The panel that isolates the cooktop from the furnace was not properly sealed during manufacturing, which could result in an inverted cooktop flame.",An inverted flame can increase the risk of a fire.,"Dealers will seal the furnace from the cooktop, free of charge. Owner notification letters were mailed February 1, 2022. Owners may contact Forest River customer service at 1-574-825-8657. Forest River's number for this recall is 203-1454. This recall is an expansion of recall 21V-828." -01/04/2022,22V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V002000),"LGS Industries, Inc.",Rear Door Winch Cable May Break,STRUCTURE,NR (Not Reported),Vehicle,9,"LGS Industries, Inc. (LGS) is recalling certain 2014-2021 Cargo Sport, Shadow, Journey, Premier Race, and Aftershock trailers, factory-equipped with an electric rear door winch. The rear door electric winch cable may break.","A broken electric winch cable may allow the rear door to fall open, increasing the risk of injury.","LGS will install a BLOCSTOP fall arrestor, free of charge. Owner notification letters were mailed 02/25/2022. Owners may contact LGS customer service at 1-877-475-5665." -01/01/2022,22V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=22V001000),Rosenbauer America,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,116,"Rosenbauer America (Rosenbauer) is recalling certain 2018-2021 Commander, 2018-2020 Warrior, and 2020-2022 Commercial 114SD vehicles. The fuel tubes between the fuel rail and the injector for cylinders 4, 5, and 6 may be susceptible to cracking, resulting in a high-pressure fuel leak.",A high-pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Cummins dealers will install vibration isolators, and replace the fuel tubes as necessary, free of charge. Owner notification letters were mailed on March 8, 2022. Owners may contact Cummins customer service at 1-800-286-6467." -12/29/2021,21V00N000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00N000),PACCAR Incorporated,Methane Detection System May Fail,ELECTRICAL SYSTEM,21KWH and 21PBN,Vehicle,1107,"PACCAR Incorporated (PACCAR) is recalling certain 2016-2022 Peterbilt 567, 579, 2021-2022 Peterbilt 536, 2017-2021 Kenworth T880, 2016-2022 Kenworth T680, 2018-2020 Kenworth T440, 2020 Kenworth T270, and 2021 Kenworth T280 vehicles. The methane detection system will not function if the system loses power.","The operator may be unaware of a system malfunction or the presence of excessive methane levels, increasing the risk of injury or fire.","Dealers will re-wire the warning alarm, free of charge. Owner notification letters are expected to be mailed February 26, 2022. Owners may contact Peterbilt customer service at 1-940-591-4220, and Kenworth customer service at 1-425-828-5888. PACCAR's numbers for this recall are 21KWH and 21PBN." -12/28/2021,21V00K000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00K000),Hyundai Motor America,Illegible Instrument Cluster Display/FMVSS 101,ELECTRICAL SYSTEM,217,Vehicle,714,"Hyundai Motor America (Hyundai) is recalling certain 2022 Santa Fe HEV and Santa Fe PHEV vehicles. The instrument cluster liquid-crystal display (LCD) may invert the image on the screen upon vehicle startup, making the display illegible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Controls and Displays.""","An illegible instrument cluster will not show information such as vehicle speed or safety system warnings, which can increase the risk of a crash.","Dealers will replace the instrument cluster, free of charge. Owner notification letters were mailed February 23, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 217." -12/28/2021,21V00M000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00M000),Hyundai Motor America,Inadequate Windshield Bonding,VISIBILITY,216,Vehicle,26413,"Hyundai Motor America (Hyundai) is recalling certain 2020-2021 Santa Fe, 2021 Sonata, and Elantra vehicles. During manufacturing, the windshield may not have been properly bonded to the vehicle, allowing it to detach in a crash.",A windshield that detaches from a vehicle during a crash can increase the risk of injury.,"Dealers will remove and reinstall the front windshield panel, free of charge. Interim notification letters, notifying owners of the safety risk, were mailed February 24, 2022. A second notice will be mailed once remedy parts become available. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 216." -12/27/2021,21V00J000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00J000),"Mercedes-Benz USA, LLC",Disabled Emergency Call System,COMMUNICATION,NR (Not Reported),Vehicle,1239,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2022 EQS450, S500, and S580 vehicles. The communication module software may restrict or disable the emergency call system (eCall).","A disabled eCall system would prevent a vehicle occupant from contacting emergency services through the call center in an emergency, potentially delaying emergency responders and increasing the risk of injury.","The communication module software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed February 23, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -12/23/2021,21V00H000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00H000),"Daimler Trucks North America, LLC",Damaged Circuit Board Affects Lighting Functions,ELECTRICAL SYSTEM,FL917,Vehicle,24869,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018 Freightliner Custom Chassis XBP, 2017-2020 XBR, 2017-2022 XBS, 2016-2019 XCL, 2016-2023 XCM, 2017-2021 XCP, 2016-2023 XCR, and 2017-2023 XCS recreational vehicle chassis. The rear mounted Power Distribution Module (PDM) may have internal damage, which could result in the rear marker lights, brake lights, or turn signals not functioning.","Non-functioning brake lights, rear markers, or turn signals can reduce vehicle visibility to other drivers, increasing the risk of a crash.","Dealer will install a secondary fused harness, free of charge. Owner notification letters were mailed March 18, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL917. This recall is an expansion of NHTSA recalls 20V-404 and 18V-502. Vehicles previously recalled will need to receive the new remedy repair once it is available." -12/23/2021,21E104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E104000),Crysteel Manufacturing Inc,Hydraulic Cylinder Failure,EQUIPMENT,N/A,Equipment,261,Crysteel Manufacturing Inc. (Crysteel) is recalling certain Marathon Telescoping Dump Cylinders with a Black Armor finish. The telescopic-style hydraulic cylinder may fail and detach from the hoist cradle.,"Cylinder detachment can contact the cab and cause a loss of control of the dump body, increasing the risk of injury or crash.","Crysteel will replace the cylinder, free of charge. Distributors were notified January 31, 2022. Owners may contact Crysteel customer service at 507-519-2933." -12/23/2021,21E103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E103000),Toyota Motor Engineering & Manufacturing,Power Steering Gear Assembly May Leak Oil,STEERING,21TH01,Equipment,151,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain JTEKT power steering gear assembly service parts for 2007-2021 Tundra and 2008-2022 Sequoia, part numbers 44250-0C160, 44250-0C131, 44250-0C170, and 11250-0C121. The power steering gear assembly may have been manufactured incorrectly, which can result in an oil leak.","An oil leak may cause a sudden loss of power steering assist, increasing the risk of a crash.","Dealers will inspect and replace the power steering gear assembly, free of charge. Owner notification letters were mailed on February 17, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 21TH01." -12/22/2021,21V00G000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00G000),Alamo Group Inc.,Debris May Accumulate Against Exhaust System,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,31,"Alamo Group Inc. (Alamo) is recalling certain 2012-2021 Schwarze A7 CNG, A8 CNG, and A9 CNG street sweepers mounted on Freightliner M2-112 chassis and equipped with a horizontal exhaust system. Lightweight debris, such as leaves, may build up in front of the sweeping head and accumulate against the chassis exhaust system.",Debris against the exhaust system increases the risk of a fire.,"Dealers will install an exhaust tailpipe extension tube, free of charge. Owners notification letters were mailed on January 14, 2022. Owners may contact Alamo Group customer service at 1-830-379-1480." -12/22/2021,21V00F000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00F000),"General Motors, LLC",Rear Toe Links May Fracture,SUSPENSION,N212346640,Vehicle,4271,"General Motors, LLC (GM) is recalling certain 2010-2013 Buick Lacrosse, 2012-2013 Buick Regal, and 2013 Chevrolet Malibu vehicles sold or ever registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, or Wisconsin. These vehicles may have rear toe links that received an improper amount of electrocoating (e-coat) corrosion protection, which could cause the e-coat to become brittle and break away when contacted by road debris. Over time, the e-coat may chip away, exposing the metal toe link and making it more susceptible to corrosion. Corrosion may eventually cause the toe link to thin and ultimately fracture.","A rear toe link fracture may reduce the driver's ability to control the vehicle, increasing the risk of a crash.","Dealers will replace the rear suspension toe links and adjuster fasteners, free of charge. Owner notification letters were mailed January 27, 2022. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212346640. This recall is an expansion of NHTSA recalls 20V-764 and 21V-633." -12/21/2021,21V00B000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00B000),"Tesla, Inc.",Front Trunk Hood May Open Unexpectedly/FMVSS 113,LATCHES/LOCKS/LINKAGES,SB-21-11-003,Vehicle,119009,"Tesla, Inc. (Tesla) is recalling certain 2014-2021 Model S vehicles. The front trunk latch assembly may be misaligned, preventing the secondary hood latch from engaging. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 113, ""Hood Latch System.""","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could open unexpectedly, obstructing the driver's view and increasing the risk of a crash.","Tesla Service will inspect and reposition the latch assembly as necessary, free of charge. Owner notification letters were mailed February 18, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-11-003." -12/21/2021,21V00D000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00D000),"Tesla, Inc.",Rearview Camera Image May Not Display,BACK OVER PREVENTION,SB-21-17-008,Vehicle,356309,"Tesla, Inc. (Tesla) is recalling all 2017-2020 Model 3 vehicles. The rearview camera cable harness may be damaged by the opening and closing of the trunk lid, preventing the rearview camera image from displaying.","A rearview camera that does not function reduces the driver's rear view, increasing the risk of a crash.","Tesla Service will inspect and install a guide protector and new cable harness as necessary, free of charge. Owner notification letters were mailed April 24, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-17-008." -12/21/2021,21V00A000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V00A000),"Chrysler (FCA US, LLC)",Rearview Image May Not Display/FMVSS 111,BACK OVER PREVENTION,YA1,Vehicle,7,"Chrysler (FCA US, LLC) is recalling certain 2022 Jeep Wagoneer and Grand Wagoneer vehicles. The radio software may prevent the rearview image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will reprogram the radio software, free of charge. All affected vehicles are still within dealership inventory and therefore no owner notification letters will be sent. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is YA1." -12/20/2021,21V999000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V999000),"Daimler Trucks North America, LLC",Bus May Move with Wheelchair Lift Deployed,EQUIPMENT ADAPTIVE/MOBILITY,FL916,Vehicle,2,"Daimler Trucks North America LLC (DTNA) is recalling certain 2022 Thomas Built Minotour School Buses built on a Ford chassis. The driver may be able to release the parking brake and shift into a drive gear while the wheelchair lift is deployed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 404, ""Platform Lift Installations.""",Bus movement with the wheelchair lift deployed can increase the risk of injury.,"DTNA service facilities will modify the wheelchair lift wiring as necessary, free of charge. No owner notifications will be distributed to owners. The recall was completed February 17, 2022. Owner may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL916." -12/20/2021,21V995000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V995000),Van Hool N.V.,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",P1556 - SB2095,Vehicle,139,"Van Hool N.V. (Van Hool) is recalling certain 2020-2021 CX45, TX45, and 2021 TDX25 vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Cummins dealers will replace the fuel tubes, and install vibration isolators, free of charge. Owner notification letters were mailed January 28,2022. A second notification letter will be mailed once the final remedy is available. Owners may contact Cummins customer service at 1-800-286-6467. Van Hool's number for this recall is P1556-SB2095." -12/20/2021,21V996000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V996000),Crane Carrier Company,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",C2532,Vehicle,25,"Crane Carrier Company (Crane Carrier) is recalling certain 2019-2021 LET2 vehicles. The fuel tubes between the fuel rail and the injector for cylinders four, five, and six may be susceptible to cracking, resulting in a high-pressure fuel leak.",A high-pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Cummins will replace the fuel tubes, and install vibration isolators, free of charge. Owner notification letters are expected to be mailed February 1, 2022. Owners may contact Cummins customer service at 1-800-286-6467. Crane Carrier's number for this recall is C2532." -12/20/2021,21V998000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V998000),"Altec Industries, Inc.",Incorrect Hydraulic Plumbing to Lift Cylinders,EQUIPMENT,CSN 842,Vehicle,150,"Altec Industries, Inc. (Altec) is recalling certain 2017-2021 AN67-E100, AA67-E100, AN67, AA67, and AN55-E88 aerial devices. The hydraulic plumbing to the lift cylinders of the lower and upper booms could be connected incorrectly, allowing the boom to overextend.","The operator could overextend the boom while using the material handling jib, causing the aerial device to tip over and increasing the risk of injury.","Altec will inspect and correct the plumbing as necessary, free of charge. Owner notification letters are expected to be mailed February 18, 2022. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 842." -12/20/2021,21V993000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V993000),Cruiser RV,Incorrect Tire Information on Labels/FMVSS 120,TIRES,RC000157,Vehicle,110,"Cruiser RV (Cruiser) is recalling certain 2021-2022 Shadow Cruiser and 2022 Twilight travel trailers. The Federal and Certification labels may indicate incorrect tire information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheel and Rims-Other Than Passenger Cars.""","Incorrect tire information can allow the operator to install incorrect replacement tires, which can affect towing, increasing the risk of a crash.","Cruiser will mail owners replacement certification labels, free of charge. Owner notification letters were mailed February 9, 2022. Owners may contact Cruiser customer service at 1-574-206-7920. Cruiser's number for this recall is RC000157." -12/20/2021,21V994000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V994000),"Heartland Recreational Vehicles, LLC",Incorrect Tire Information on Labels/FMVSS 120,EQUIPMENT,RC000156,Vehicle,41,"Heartland Recreation Vehicles, LLC (Heartland) is recalling certain 2022 Sundance travel trailers. The Federal and Certification labels may indicate incorrect tire information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheel and Rims-Other Than Passenger Cars.""","Incorrect tire information can allow for incorrect replacement tires, which can affect towing, increasing the risk of a crash.","Heartland will mail replacement certification labels to owners, free of charge. Owner notification letters were mailed February 9, 2022. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is RC000156." -12/20/2021,21C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C007000),"Clek, Inc.",Label Can Come Apart and May Pose Choking Hazard,CHILD SEAT,NR (Not Reported),Child Seat,596,"Clek, Inc. (Clek) is recalling certain Liing, model LG19U1, and Liingo, model number LGO20U1, infant child seats manufactured before February 22, 2021. The labels on the seat cover or infant insert may bubble up, allowing the labels to come apart into small pieces.","Detached pieces of the labels can present a choking hazard to a child, increasing the risk of injury.","Clek will provide a replacement seat cover or infant insert, free of charge. Owner notification letters were mailed January 31, 2022. Owners may contact Clek customer service at 1-866-656-2462." -12/20/2021,21V997000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V997000),"Jayco, Inc.",Melted Wiring Harness May Cause Vehicle Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,84,"Jayco, Inc. (Jayco) is recalling certain 2022 Alante Class A and Entegra Coach Vision Class A motorhomes. The main chassis harness may be positioned too close to the exhaust manifold, causing the wiring to melt.","A melted wiring harness can cause the vehicle to stall, increasing the risk of a crash.","Dealers will inspect and secure the harness as necessary, or replace the harness if damage is found, free of charge. Owner notification letters were mailed January 6, 2022. Owners may contact Jayco customer service at 1-800-283-8267." -12/18/2021,21V992000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V992000),"KZRV, L.P.",Incorrectly Routed Propane Supply Line,EQUIPMENT,KZ-2021-08,Vehicle,21,"KZRV, L.P. (KZRV) is recalling certain 2022 KZRV Connect travel trailers. The propane supply line, routed through the wheel well, may be damaged by road debris.",A damaged propane supply line increases the risk of a fire.,"Dealers will reroute the propane supply lines, free of charge. Owner notification letters were mailed February 15, 2022. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2021-08." -12/17/2021,21V988000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V988000),"Forest River, Inc.",Carbon Monoxide May Enter Cabin,EQUIPMENT,15-1444,Vehicle,111,"Forest River, Inc. (Forest River) is recalling certain 2020-2022 Cardinal fifth wheel recreational vehicles. The generator compartment may not be sealed properly, allowing carbon monoxide to enter the vehicle.",Carbon monoxide inside the vehicle can increase the risk of injury or death.,"Dealers will inspect the generator compartment for proper sealant and apply sealant if necessary, free of charge. Owner notification letters were mailed January 5, 2022. Owners may contact Forest River customer service at 1-574-296-7700. Forest River's number for this recall is 15-1444." -12/17/2021,21V991000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V991000),"Corp. Micro Bird, Inc.",Emergency Exit Release Handle Obstructed/FMVSS 217,EQUIPMENT,21-089-FUC,Vehicle,75,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2013-2021 G5 transit buses. The fold-away seat, adjacent to a side emergency exit, may obstruct access to the emergency exit release handle and instruction label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","Occupants may have to unfold the seat to access the exit handle and instructions, delaying an emergency evacuation and increasing the risk of injury.","Micro Bird will provide inspection instructions to owners. Dealers will apply a new instruction label or relocate the emergency exit as necessary, free of charge. Owner notification letters were mailed February 15, 2022. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-089-FUC." -12/17/2021,21V990000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V990000),"Mercedes-Benz USA, LLC",Front Axle Carrier May Corrode,STEERING,NR (Not Reported),Vehicle,38312,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 AMG GLB35, 2019-2020 A220, and 2020 GLB250 vehicles. The integral carrier that supports the front axle may corrode, causing it to fail.","Front axle carrier failure may result in a loss of steering control, increasing the risk of a crash.","Dealers will inspect and replace the integral carrier, as necessary, free of charge. Owners were notified of the safety risk on January 28, 2022. A second letter will be sent once the remedy is available by September 30, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -12/17/2021,21V989000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V989000),"Mercedes-Benz USA, LLC",Power Steering Assist May Fail,STEERING,2021120016,Vehicle,1,"Mercedes-Benz USA, LLC (MBUSA) is recalling one 2020 CLA250 vehicle. The power supply connection to the electric power steering may have been contaminated with melted adhesive, which can cause the power steering assist to fail while driving.",A sudden loss of power steering assist can increase the risk of a crash.,"A dealer will inspect and repair the power supply connection, as necessary, free of charge. The owner notification letter was mailed January 21, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021120016." -12/16/2021,21V974000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V974000),"Arrow Manufacturing, Inc.",Brake Line Routing May Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,"Arrow Manufacturing, Inc. (Arrow) is recalling certain 2019-2021 Ram 4500 and 5500 cab chassis equipped with LiquidSpring Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.). The rear brake caliper flexible line may contact a suspension component, causing a brake fluid leak.","A brake fluid leak may cause partial or complete loss of the rear brakes, increasing the risk of a crash.","Dealers installed a kit to modify the rear brake caliper flexible line mounting, and inspected and replaced worn brake lines as necessary, free of charge. All affected vehicles have been repaired and therefore no owner notification letters will be sent. Owners may contact Arrow Manufacturing customer service at 1-712-261-3157." -12/16/2021,21V984000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V984000),Bugatti,Cracks in Rear Tires,TIRES,BUGCR025,Vehicle,9,"Bugatti is recalling certain 2021-2022 Chiron Pur Sport vehicles. After 2,500 miles of usage, the rear tires may develop cracks.","Cracks in the rear tires may result in rapid loss of tire pressure, which can lead to a loss of vehicle control, increasing the risk of a crash.","As an interim repair, dealers will replace the rear tires on the affected vehicles every 1,875 miles or when tire age reaches 1.5 years. Once newly designed tires are available, the tires will be replaced again. Repairs will be performed free of charge. Owners with tires that have already reached 2,500 miles or 1.5 years should not drive their vehicle until the tires are replaced. Owner notification letters were mailed on December 30, 2021. Owners may contact Bugatti customer service at 1-703-826-7545. Bugatti's number for this recall is BUGCR025." -12/16/2021,21V986000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V986000),Ford Motor Company,Damaged Driveshaft May Fracture,POWER TRAIN,21S56,Vehicle,184698,"Ford Motor Company (Ford) is recalling certain 2021-2022 F-150 vehicles. Underbody heat and noise insulators may loosen and contact the aluminum driveshaft, which could damage the driveshaft and cause it to fracture.","A fractured driveshaft can cause a loss of drive power, or a loss of vehicle control if the driveshaft contacts the ground. Additionally, unintended movement could occur while parked if the parking brake is not engaged. Any of these scenarios can increase the risk of a crash.","Dealers will inspect and repair the driveshaft as necessary, and properly attach the underbody insulators, free of charge. Owner notification letters were mailed February 4, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S56." -12/16/2021,21V978000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V978000),Ford Motor Company,Driveshaft May Separate,POWER TRAIN,21S54,Vehicle,4548,"Ford Motor Company (Ford) is recalling certain 2020 Transit vehicles equipped with All Wheel Drive (AWD). The bolts that attach the rear driveshaft to the transfer case may become loose or damaged, which can result in separation of the driveshaft from the transfer case.","Driveshaft separation can result in a loss of drive power, or unintended movement while parked if the parking brake is not engaged, increasing the risk of a crash.","Dealers will inspect and replace the driveshaft bolts. If any loose bolts are found, the driveshaft, attachment hardware, transfer case flange kit, and seal will also be replaced. Repairs will be performed free of charge. Owner notification letters were mailed February 4, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S54." -12/16/2021,21V976000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V976000),Ford Motor Company,Fuel Tank Damage/FMVSS 301,"FUEL SYSTEM, GASOLINE",21C35,Vehicle,5456,"Ford Motor Company (Ford) is recalling certain 2022 Maverick vehicles. The fuel tank may have been damaged by drill holes during the installation of the spray-in bed-liner. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 301, ""Fuel System Integrity.""","A damaged fuel tank may result in a fuel leak, increasing the risk of a fire.","Dealers will inspect and replace the fuel tank as necessary, free of charge. Interim owner notification letters were mailed on January 28, 2022. Owner notification letters were mailed on March 15, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C35." -12/16/2021,21V981000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V981000),"Terex Advance Mixer, Inc.",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1016,"Terex Advance Mixer, Inc. (Terex) is recalling certain 2016-2022 Front Discharge Mixer trucks. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of fire.,"Dealers will replace the fuel tubes, and install vibration isolators, free of charge. Owners may contact Terex customer service at 1-800-678-5961." -12/16/2021,21E101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E101000),"Robert Bosch, LLC",High Pressure Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",NR (Not Reported),Equipment,0,"Robert Bosch, LLC (Robert Bosch) has submitted a Defect Information Report based upon recall determinations made by BMW (recall 21V-586) and Chyrsler (recall 21V-880). The High Pressure Fuel Pump (HPFP) may fail, resulting in a sudden engine stall without warning.","Fuel pump failure can cause an engine stall while driving, increasing the risk of a crash.",Affected vehicle manufacturers will determine the appropriate remedy for their vehicles. Vehicle owners may contact the respective vehicle manufacturers customer service phone numbers listed in each vehicle manufacturer recall. -12/16/2021,21V979000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V979000),Ford Motor Company,"Improperly Attached Rear Seat Belts/FMVSS 208, 210",SEAT BELTS,21C36,Vehicle,2622,"Ford Motor Company (Ford) is recalling certain 2021-2022 Mustang Mach-E and 2022 Maverick vehicles. The rear seat belt buckles may not be properly attached to the rear floor assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 208, ""Occupant Crash Protection,"" and 210, ""Seat Belt Assembly Anchorages.""","Improperly attached seat belts may not adequately restrain an occupant in a crash, increasing the risk of injury.","Dealers will repair the rear seat belt buckle attachments, free of charge. Owner notification letters were mailed January 28, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C36." -12/16/2021,21V977000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V977000),Ford Motor Company,Panoramic Roof Panel May Separate from Vehicle,VISIBILITY,16S35,Vehicle,311,"Ford Motor Company (Ford) is recalling certain 2014 Transit Connect vehicles equipped with a Panoramic Fixed-Glass Vista roof. An improper bond may exist between the panoramic roof and the vehicle body, which may result in the panel separating from the vehicle.",Panoramic roof panel separation while driving can increase the risk of an injury or crash.,"Dealers will remove, clean, and reinstall the panoramic roof panel, free of charge. This recall is an expansion of NHTSA recall number 16V-695. Owner notification letters were mailed January 21, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S35." -12/16/2021,21V982000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V982000),Ford Motor Company,Radar Module Misaligned,FORWARD COLLISION AVOIDANCE,21S52,Vehicle,839,Ford Motor Company (Ford) is recalling certain 2021 Ranger and Bronco vehicles. The cruise control radar module was misaligned during production.,"A misaligned radar module may prevent the vehicle from maintaining a safe distance from other vehicles when adaptive cruise control is active. In addition, the automatic emergency braking (AEB) system may react slowly, or not react at all, during a pre-collision assist braking event. Any of these scenarios can increase the risk of a crash.","Dealers will adjust the angle of the cruise control radar module, free of charge. Owner notification letters were mailed January 21, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S52." -12/16/2021,21V987000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V987000),Honda (American Honda Motor Co.),Radiator Cap May Leak or Spray Hot Coolant,ENGINE AND ENGINE COOLING,KN1,Vehicle,1022,"Honda (American Honda Motor Co.) is recalling certain 2021 Honda Rebel 1100 (CMX1100) motorcycles. The radiator cap may have been improperly formed during manufacturing, which could create an insufficient seal.","An insufficiently sealed radiator cap may leak or spray hot coolant, increasing the risk of injury or crash.","Dealers will replace the radiator cap and refill any lost coolant, free of charge. Owner notification letters were mailed February 22, 2022. Owners may contact Honda service at 1-888-234-2138. Honda's number for this recall is KN1." -12/16/2021,21V980000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V980000),Ford Motor Company,Side Curtain Air Bag May Not Inflate Properly,AIR BAGS,21C37,Vehicle,93,"Ford Motor Company (Ford) is recalling certain 2021 Mustang vehicles. The side curtain air bag inflators may have been manufactured with the incorrect amount of compressed gas, which can result in improper air bag inflation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 226, ""Ejection Mitigation,"" and 214, ""Side Impact Protection.""",An air bag that does not inflate properly can increase the risk of injury in a crash.,"Dealers will replace the side curtain air bags, free of charge. An interim owner notification letter was mailed on February 3, 2022. Owner notification letters were mailed on April 22, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C37." -12/16/2021,21V985000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V985000),"General Motors, LLC",Spare Tire Incompatible with Accessory Wheels,TIRES,N212346510,Vehicle,626,"General Motors (GM) is recalling certain 2019-2021 GMC Sierra 1500 and Silverado 1500 vehicles equipped with certain accessory road tires and a 17"" spare tire. The 17"" spare tire provided with the vehicle is not compatible for use with the accessory wheels, which can cause the anti-lock brake system (ABS) to not function properly under certain conditions.",An ABS system that does not function properly can increase the risk of a crash.,"Dealers will provide a new 17"" spare tire and wheel assembly that is compatible with the accessory wheels, free of charge. Dealers will also apply a new spare tire information label, and provide owners with an owner's manual insert clarifying which spare tire to use with the accessory road tires and with the 17"" original tires. Owner notification letters were mailed February 7, 2022. Owners may contact GM customer service at 1-800-462-8782 or GMC customer service at 1-800-462-8782. GM's number for this recall is N212346510." -12/16/2021,21V983000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V983000),Ford Motor Company,Tailgate May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,21S53,Vehicle,57591,Ford Motor Company (Ford) is recalling certain 2018 F-150 vehicles with manual and power release tailgates. The tailgate latches may unlatch unexpectedly while driving.,"Unexpected tailgate opening may allow unrestrained cargo to fall out of the truck bed and become a road hazard, increasing the risk of a crash.","Dealers will replace the left-hand and right-hand tailgate latches, free of charge. An interim notification letter was mailed January 31, 2022. Owner notification letters were mailed on May 31, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S53." -12/15/2021,21V971000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V971000),Motor Coach Industries,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",R21-028,Vehicle,1125,"Motor Coach Industries (MCI) is recalling certain 2019-2022 D4000 ISTV, D4500, 2021 D4000, D4520, 2020-2021 D4505, D4005, 2020-2022 D45CRTLE, and 2019-2021 J4500 vehicles equipped with certain Cummins X12 diesel engines. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, Cummins dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters were mailed March 11, 2022. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is R21-028." -12/15/2021,21V975000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V975000),"Bentley Motors, Inc.",Incorrect Air Bag Information in Manual/FMVSS 208,AIR BAGS,RE21/43 (RC26),Vehicle,3777,"Bentley Motors, Inc. (Bentley) is recalling certain 2021-2022 Bentayga, Continental GT, Flying Spur, and Continental GT Convertible vehicles. The owner's manual incorrectly states that the air bag system will not deploy when the ""Passenger Airbag On"" symbol is illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","The incorrect information may change how occupants position themselves in relation to the air bags, increasing the risk of injury in the event of a crash.","Bentley will mail new labels to owners. Owners may apply the label themselves or have a dealer apply the label, free of charge. Owner notification letters were mailed February 10, 2022. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE21/43 (RC26)." -12/15/2021,21V972000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V972000),"Daimler Vans USA, LLC",Software May Cause Unintentional Vehicle Movement,ELECTRICAL SYSTEM,VS3PA27 ERI/ERO,Vehicle,48400,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. A software error in the park lock system may allow the vehicle to move after the gear selector has been placed in the Park 'P' position without the parking brake applied.",Unintentional vehicle movement can increase the risk of a crash.,"Dealers will update the electronic stability program control unit software, free of charge. Owner notification letters were mailed February 11, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3PA27 ERI/ERO." -12/14/2021,21V968000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V968000),Lion Electric Company,Circuit May Fail Causing Loss of Braking Assist,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,168,"Lion Electric Company is recalling certain 2017-2021 LionC school buses. A 12V circuit breaker switch may fail, causing a loss of braking and steering assist.",A loss of braking and steering assist increases the risk of a crash.,"Lion Electric Company will inspect and repair the 12V circuit breaker switch, free of charge. Owner notification letters were mailed January 10, 2021. Owners may contact Lion Electric Company customer service at 1-855-546-6706." -12/14/2021,21V970000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V970000),TOURIG,Electronic Control Center Circuit Board May Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"TOURIG is recalling one 2017 Mercedes-Benz Sprinter vehicle, equipped with a Multiplex G9 unit used for controlling equipment and accessories in the motorhome. Excessive voltage may cause the components on the board to become damaged.","Damaged components may overheat, increasing the risk of a fire.","Dealers will install an additional circuit module to the existing component board, free of charge. Owner notification letters were mailed February 9, 2022. Owners may contact TOURIG at 1-303-710-2914." -12/14/2021,21V969000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V969000),Shyft Group,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",21-23,Vehicle,143,"Shyft Group (Shyft Group) is recalling certain 2020-2023 Spartan RV Chassis K3 vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters were mailed December 22, 2021. Owners may contact Cummins Care at 1-800-CUMMINS (1-800-286-6467) or visit the website at care.cummins.com or owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-23." -12/14/2021,21E100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E100000),BorgWarner,Inner Tie Rod May Detach,STEERING,NR (Not Reported),Equipment,331,"BorgWarner is recalling certain Delphi Aftermarket Tie Rod assemblies, part number TA5323, and size 319 mm. The inner tie rod assembly may have been manufactured incorrectly, which can allow the tie rod to detach from the steering rack.","Tie rod detachment can cause a loss of steering control, increasing the risk of a crash.","Borg Warner will replace the inner tie rods, free of charge. BorgWarner notified distributors December 14, 2021. Owners may contact BorgWarner customer service at 1-248-247-9691." -12/13/2021,21V961000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V961000),"Mercedes-Benz USA, LLC",Fuel Leak Between Fuel Rail and Injectors,"FUEL SYSTEM, GASOLINE",2022030003,Vehicle,139,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 AMG G63, C300, E300, G550, AMG GT63, AMG GT53, 2019-2020 A220, GLA250, GLC300, 2016 C300, 2020 AMG A35, AMG C43, AMG C63, CLA250, E350, E450, GLB250, GLE450, GLS450, GLS580, S560, and SL550 vehicles equipped with a gasoline engine. During the manufacturing process, particles may have been trapped between the fuel rail and injectors, which can cause a fuel leak.","A fuel leak in the presence of an ignition source, such as hot engine or exhaust components, can increase the risk of a fire.","Dealers will replace the fuel rail and fuel injectors, free of charge. Owner notification letters were mailed April 22, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for the recall is 2022030003." -12/13/2021,21V962000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V962000),Sutphen Corporation,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,184,"Sutphen Corporation (Sutphen) is recalling certain 2016-2020 Sutphen fire trucks. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owners were notified of the defect on January 4, 2021. Owners may contact Sutphen customer service at 1-614-889-1005." -12/13/2021,21V964000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V964000),"Seagrave Fire Apparatus, LLC",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",C2532,Vehicle,174,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2019-2021 Marauder, Attacker, and Capitol vehicles equipped with Cummins X12 engines. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters were mailed February 11, 2022. Owners may contact Cummins customer service at 1-800-286-6467. Seagrave's number for this recall is C2532." -12/13/2021,21V965000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V965000),"Daimler Trucks North America, LLC",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",FL-915,Vehicle,2843,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2022 Western Star 4700, 2019-2022 Freightliner 114SD, 2021-2022 Western Star 49X, Freightliner Cascadia P4, 2022 Western Star 47X, 2021 Western Star WF110, 2020 Western Star WJ121, and 2019-2021 FCCC XCP Chassis vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the fuel tubes, and install vibration isolators, free of charge. Owner notification letters were mailed January 28, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-915." -12/13/2021,21V967000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V967000),"Spartan Fire, LLC",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",21017,Vehicle,114,"Spartan Fire, LLC is recalling certain 2019-2022 Gladiator and MetroStar vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters were mailed January 5, 2022. Owners may contact Spartan Fire customer service at 1-517-543-6400. Spartan Fire's number for this recall is 21017." -12/13/2021,21V966000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V966000),"Autocar, LLC",GPS May Interfere with Brake or Throttle Pedals,ELECTRICAL SYSTEM,ACX-2109,Vehicle,251,"Autocar, LLC (Autocar) is recalling certain 2021-2022 Xpeditor vehicles. The GPS module may have been improperly mounted under the dashboard and could come loose or disconnect entirely.","A loose or disconnected GPS module may interfere with the brake and/or throttle pedals, increasing the risk of a crash.","Dealers will remount the GPS module, free of charge. Owner notification letters were mailed February 11, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2109." -12/13/2021,21V963000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V963000),"Southeast Toyota Distributors, LLC",Inoperable Driver's Side High Beam/FMVSS 108,EXTERIOR LIGHTING,SET21A,Vehicle,78,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2022 Toyota 4Runner vehicles. The driver's side high beam may be inoperable after the installation of accessory fog lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","An inoperable driver's side high beam may reduce visibility, increasing the risk of a crash.","Dealers will install an updated wiring harness, free of charge. Owner notification letters were mailed February 11, 2022. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET21A." -12/10/2021,21V959000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V959000),"Stainless Tank and Equipment Co., LLC",Frame Attachment Welds May Fracture,STRUCTURE,Wurl Turner,Vehicle,87,"Stainless Tank and Equipment Co., LLC (STE) is recalling certain 2019-2020 Wurl Turner trailers. The attachment welds on the bottom of the chassis may develop stress fractures, which could result in frame separation.",Frame separation from the chassis can increase the risk of a crash.,"STE Service Centers will replace the front frame structure, free of charge. Owner notification letters were mailed January 18, 2022. Owners may contact STE customer service at 1-608-368-9663." -12/10/2021,21V960000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V960000),Kovatch Mobile Equipment Corp.,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,85,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2020-2021 Predator and 2020-2022 Severe Service vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the fuel tubes, and install vibration isolators, free of charge. Owner notification letters are expected to be mailed January 2022. Owners may contact KME customer service at 1-800-235-3928." -12/09/2021,21V955000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V955000),"Subaru of America, Inc.",Drive Chain May Break Causing Loss of Drive Power,POWER TRAIN,WRK-21,Vehicle,198255,"Subaru of America, Inc. (Subaru) is recalling certain 2019-2020 Ascent, 2020 Legacy and Outback vehicles. A programming error in the Transmission Control Unit (TCU) may allow the clutch to engage before the drive chain is completely clamped.","An improperly secured drive chain may slip and break, causing a loss of drive power and increasing the risk of a crash.","Dealers will reprogram the TCU, inspect TCU data for chain slip, and visually inspect the chain guide. If evidence of chain slippage or damage is found, the transmission will be replaced. Repairs will be performed free of charge. Interim owner notification letters were be mailed February 7, 2022. Due to part shortages, the remedy is expected to be available in limited quantities beginning in August 2022. This recall includes all vehicles previously recalled under 19V-855. Vehicles previously recalled under 19V-855 will need to have the new remedy performed for this recall once available. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRK-21." -12/09/2021,21V951000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V951000),Prevost Car (US) Inc.,Front Ceiling Panel May Come Loose and Fall,STRUCTURE,SR21-12,Vehicle,201,Prevost Car (US) Inc. (Prevost) is recalling certain 2020-2022 X3 Commuter and X3 Coach buses. The front ceiling panel may come loose and fall.,"A falling ceiling panel may distract the driver, increasing the risk of a crash, or strike a vehicle occupant, increasing the risk of injury.","Prevost Service Centers will reinforce the panel, free of charge. Owner notification letters were mailed December 17, 2021. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR21-12." -12/09/2021,21V957000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V957000),"Nissan North America, Inc.",Fuel Pump May Overheat,"FUEL SYSTEM, GASOLINE",R21B8,Vehicle,24793,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Rogue vehicles. Abnormal wear inside the fuel pump may cause it to overheat and fail.","Fuel pump failure may cause an engine stall, increasing the risk of a crash.","Dealers will replace the fuel pump assembly, free of charge. Owner notification letters were mailed January 27, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21B8." -12/09/2021,21V952000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V952000),E-One Incorporated,Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,140,"E-One Incorporated (E-One) is recalling certain 2019-2021 Cyclone 2, Quest 2, 2020-2021 Typhoon N, 2020 Typhoon, and 2021 Cyclone N vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the fuel tubes and install vibration isolators, free of charge. Owner notification letters were mailed February 14, 2022. Owners may contact E-One customer service at 1-352-237-1122." -12/09/2021,21V956000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V956000),"Autocar, LLC",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",ACX-2108 DC-2105,Vehicle,1001,"Autocar, LLC (Autocar) is recalling certain 2019-2022 Xpeditor and 2020-2022 Legend vehicles. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"Cummins will replace the fuel tubes, and install vibration isolators, free of charge. Interim owner notification letters explaining the safety risk were mailed January 28, 2022. Owner notification letters were mailed on March 11, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-976-3486. Autocar's number for this recall is ACX-2108 DC-2105." -12/09/2021,21V950000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V950000),"Chrysler (FCA US, LLC)",Inoperable Headlights/FMVSS 108,EXTERIOR LIGHTING,Y72,Vehicle,36929,"Chrysler (FCA US, LLC) is recalling certain 2021 Jeep Grand Cherokee L vehicles equipped with smart lighting modules (SLM). An incomplete SLM software update may cause one or both headlights to become inoperable. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Inoperable headlights can reduce visibility for the driver and oncoming traffic, increasing the risk of a crash.","Dealers will reprogram the SLM software, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y72." -12/09/2021,21V949000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V949000),"Chrysler (FCA US, LLC)",Missing Odometer Display/FMVSS 101,ELECTRICAL SYSTEM,Y94,Vehicle,2903,"Chrysler (FCA US, LLC) is recalling certain 2021 Jeep Wrangler Plug-In Hybrid Electric (PHEV) vehicles. After reaching 13,342 miles, the odometer will no longer display vehicle mileage. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","A missing odometer reading could lead to an unintended delay in critical safety-related maintenance, potentially impairing the safe operation of the vehicle and increasing the risk of a crash.","Dealers will update the instrument panel cluster (IPC) software on vehicles with less than 13,342 miles, and replace the IPC on vehicles in which the mileage is not displayed, free of charge. Owner notification letters were mailed December 28, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y94." -12/09/2021,21V953000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V953000),"Mack Trucks, Inc.",Parking Brake May Release Unexpectedly,PARKING BRAKE,SC0433,Vehicle,20668,"Mack Trucks, Inc. (Mack) is recalling certain 2008-2019 TerraPro (MRU) and 2019-2022 TerraPro (TE) vehicles. A brake control valve air leak into the attached exhaust hose can create excessive back pressure, causing the parking brake to release unexpectedly.","The unexpected release of the parking brake may allow the vehicle to rollaway, increasing the risk of a crash.","Dealers will remove the exhaust tube and fitting from the valve, free of charge. Owner notification letters were mailed February 8, 2022. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0433." -12/09/2021,21V958000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V958000),"Nissan North America, Inc.","Seat Belt Bracket May Break/FMVSS 207, 209, & 210",SEAT BELTS,PC856,Vehicle,425,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Frontier vehicles. The seat belt bracket mounting bolts on the left-rear seat may have been incorrectly tightened. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 207, ""Seating Systems,"" 209, ""Seatbelt Assemblies,"" and 210, ""Seat Belt Assembly Anchorages.""","During a crash, a loose seat belt bracket may break, causing a loss of seat belt restraint and increasing the risk of injury.","Dealers will replace the bolts on the left-rear seat and repair any damaged threads as necessary, free of charge. Owner notification letters were January 27, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC856." -12/09/2021,21V954000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V954000),"Subaru of America, Inc.",Tie Rods May Separate,STEERING,WRL-21,Vehicle,1305,"Subaru of America, Inc. (Subaru) is recalling certain 2020 Ascent vehicles. Due to an incorrect tapered hole in the housing, the front tie rod ends may not fit properly. The improper fit can result in the tie rods and housings being deformed during assembly and service replacement if excessive torque is applied.","The tie rods may separate from the housing, causing a loss of steering control and increasing the risk of a crash.","Dealers will replace the left and right front tie rod ends and housings, free of charge. Owner notification letters were mailed February 7, 2022. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRL-21." -12/08/2021,21V947000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V947000),"Volkswagen Group of America, Inc.",Control Module Shutdown Can Reduce Engine Power,ELECTRICAL SYSTEM,90S9,Vehicle,288991,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021-2022 Q5 Sportback, SQ5 Sportback, 2018-2022 Q5, and SQ5 vehicles. A liquid spill in the rear seat, or water ingress from an insufficient body seam underneath the vehicle may allow liquid to penetrate the gateway control module, causing it to shutdown.","A gateway control module shutdown will suddenly reduce engine power, increasing the risk of a crash.","Dealers will install a protective cover on the gateway control module and seal an underbody seam as necessary, free of charge. Owner notification letters were mailed January 21, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 90S9." -12/08/2021,21V945000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V945000),"Daimler Trucks North America, LLC",Floor Mat May Trap Gas Pedal,VEHICLE SPEED CONTROL,FL913,Vehicle,1218,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Thomas Built Saf-T-Liner C2 school buses. The gas pedal may be misaligned and wear a hole into the floor mat, which can trap the gas pedal.","A trapped gas pedal will not allow the vehicle to decelerate as expected when the driver lifts their foot from the gas pedal, resulting in unintended acceleration and an increased risk of a crash.","Dealers will inspect and replace the gas pedal assembly as necessary, free of charge. Owner notification letters are expected to be mailed February 5, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL913." -12/08/2021,21V946000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V946000),"Daimler Trucks North America, LLC",Steering Shaft May Separate From Steering Gear,STEERING,FL-914,Vehicle,21,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Western Star 4900 vehicles. The steering shaft pinch bolt may not have been properly tightened, allowing the steering shaft to separate from the steering gear.","Steering shaft separation may cause a loss of steering control, increasing the risk of a crash.","Dealers will inspect and replace the pinch bolt as necessary, free of charge. Owner notification letters were mailed on February 28, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-914." -12/08/2021,21V948000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V948000),"Carson Trailer, Inc.",Stove Saddle Valves May Leak Gas,EQUIPMENT,Recall4,Vehicle,3,"Carson Trailer, Inc. (Carson) is recalling certain 2018-2020 Fun Runner FC20 trailers equipped with Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Carson will work with Dometic, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed November 12, 2021. Owners may contact Carson customer service at 310-516-6046. Carson's number for this recall is Recall4." -12/07/2021,21V943000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V943000),Great Dane Trailers,Insufficient Lubricant in Wheel Hub,WHEELS,NR (Not Reported),Vehicle,3288,"Great Dane Trailers (Great Dane) is recalling certain 2022 Champion dry van and Everest refrigerated trailers. The wheel hubs may have an insufficient amount of lubrication, which could cause the hub bearings to fail.","Hub bearing failure could cause the wheel hub assembly to detach, causing a loss of stability and control, creating a road hazard, and increasing the risk of a crash.","Great Dane will work with SAF Holland, the wheel hub supplier, to inspect the wheel hubs and add the proper amount of lubricant as necessary, free of charge. Owner notification letters were mailed January 25, 2022. Owners may contact Great Dane customer service at 1-877-369-3493." -12/07/2021,21V944000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V944000),Hyundai Motor America,Unintended Acceleration after Gas Pedal Release,ELECTRICAL SYSTEM,215,Vehicle,2679,"Hyundai Motor America (Hyundai) is recalling certain 2017-2019 Ioniq electric vehicles. An unstable electrical ground may cause the vehicle to enter a fail-safe mode with reduced acceleration and power. In certain conditions while in fail-safe mode, the vehicle may accelerate after the gas pedal is released.",Unexpected acceleration following gas pedal release can increase the risk of a crash.,"Dealers will update the EPCU (Electric Power Control Unit) software and repair the ground wiring, free of charge. Owner notification letters were mailed February 9, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 215." -12/06/2021,21V941000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V941000),Dennis Eagle Inc.,False Warning Light Illumination/FMVSS 101 & 125,ELECTRICAL SYSTEM,FSI1472,Vehicle,22,"Dennis Eagle, Inc. (Dennis Eagle) is recalling certain 2017-2021 Elite and Proview vehicles. The instrument cluster warning light may falsely indicate that an exterior vehicle light is not illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 101, ""Control and Displays"" and 125, ""Warning Devices.""","The false warning light could prevent the detection of an actual light failure, reducing visibility to other drivers and increasing the risk of a crash.","Dealers will update the instrument cluster software, free of charge. Owner notification letters were mailed January 31, 2021. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1472." -12/06/2021,21V942000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V942000),"Winnebago Industries, Inc.",Shower and Sink Drainage System May Leak,EQUIPMENT,165,Vehicle,401,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2022 Ekko vehicles. The shower and sink drainage system may leak and allow water to infiltrate nearby electrical components, which could cause an electrical short.",An electrical short increases the risk of a fire.,"Dealers will replace the shower and sink drainage pump system, free of charge. Owner notification letters were mailed January 17, 2022. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 165." -12/03/2021,21V940000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V940000),Zero Motorcycles Inc.,Incorrect Rear Brake Pads Installed/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",SV-ZMC-022-018,Vehicle,45,"Zero Motorcycles, Inc. (Zero) is recalling certain 2022 SR, SR/F, and SR/S motorcycles. The incorrect rear brake pads were installed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 122, ""Motorcycle Brake System.""","The incorrect rear brake pads may not work as intended, increasing the risk of a crash.","Dealers will inspect and replace the rear brake pads, free of charge. Owner notification letters were mailed January 10, 2021. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall SV-ZMC-022-018." -12/02/2021,21V939000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V939000),Honda (American Honda Motor Co.),Driveshaft May Fail,POWER TRAIN,"BBY, NBW, OBX",Vehicle,279,"Honda (American Honda Motor Co.) is recalling certain 2021 Acura RDX and 2022 CR-V Hybrid vehicles. A component in the right or left front driveshaft may have been improperly heat-treated, which could result in driveshaft failure.","Driveshaft failure can cause a sudden loss of drive power, or cause the vehicle to roll away when parked if the parking brake is not applied. Either condition can increase the risk of a crash or injury.","Dealers will replace the right or left front driveshaft as necessary, free of charge. Owner notification letters were mailed January 24, 2022. Owners may contact Honda customer service 1-888-234-2138. Honda's numbers for this recall are BBY, NBW, and OBX." -12/02/2021,21V938000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V938000),Hyundai Motor America,Inoperable Headlights and/or Taillights,ELECTRICAL SYSTEM,214,Vehicle,12,"Hyundai Motor America (Hyundai) is recalling certain 2022 Tucson vehicles. The software installed in the Integrated Central Control Unit (ICU) may be incompatible with the vehicle, which could result in inoperative headlights and/or taillights.","Inoperative headlights or taillights can decrease visibility for both the driver and surrounding traffic, increasing the risk of a crash.","Dealers updated the ICU software, free of charge. All affected vehicles have been repaired and therefore no owner notification letters will be mailed. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 214." -12/02/2021,21V937000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V937000),Hyundai Motor America,Reduced Braking Performance,"SERVICE BRAKES, HYDRAULIC",213,Vehicle,76,"Hyundai Motor America (Hyundai) is recalling certain 2021 Accent vehicles. The brake master cylinder may have been manufactured with sharp edges that can damage the inner oil seal, resulting in reduced braking performance.","Reduced braking performance can cause longer brake pedal travel or extend the distance required to stop the vehicle, increasing the risk of a crash.","Dealers will replace the brake master cylinder, free of charge. Owner notification letters were mailed February 10, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 213." -12/01/2021,21V934000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V934000),"Daimler Vans USA, LLC",Bolt Fasteners on Rear Step Not Properly Tightened,STRUCTURE,VS3HECKTRI,Vehicle,30,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter vehicles. The spring-loaded rear step bolt fasteners were not properly tightened.","Loose bolt fasteners may allow the rear step to separate from the vehicle, becoming a road hazard and increasing the risk of a crash.","Dealers will tighten the bolt fasteners and replace the console and attaching hardware, free of charge. Owners notification letters were mailed February 11, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3HECKTRI." -12/01/2021,21C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C006000),"Clek, Inc.",Child Seat Canopy Support May Pose Choking Hazard,CHILD SEAT,NR (Not Reported),Child Seat,5504,"Clek, Inc. (Clek) is recalling certain Liing, model number LG19U1, and Liingo, model number LGO20U1, infant child seats manufactured before September 15, 2020. A small plastic portion of the child seat canopy support may break and detach from the seat.","A detached piece of plastic can present a choking hazard to a child, increasing the risk of injury.","Clek will provide a replacement canopy support along with instructions on how to replace it, free of charge. Owner notification letters were mailed January 31, 2022. Owners may contact Clek customer service at 1-866-656-2462." -12/01/2021,21V933000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V933000),"Daimler Vans USA, LLC",Fender Liner May Damage Brake Hose,"SERVICE BRAKES, HYDRAULIC",VS3BAURAVE,Vehicle,98,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The front axle fender liner and brake hose may be too close, allowing the fender liner to contact and damage the brake hose.","A damaged brake hose may leak brake fluid, extending the distance needed to stop the vehicle and increasing the risk of a crash.","Dealers will inspect the condition and clearance of the brake hose, modify the fender liner trim, and replace the brake hose as necessary, free of charge. Owner notification letters were mailed on March 4, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BAURAVE." -12/01/2021,21E099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E099000),"Cummins, Inc.",Fuel Tubes May Crack and Leak Fuel,"FUEL SYSTEM, DIESEL",C2532,Equipment,10938,"Cummins, Inc. (Cummins) is recalling certain X12 Diesel Engines, with part numbers D0S3005BX03 and D0S3009BX03. The fuel tubes between the fuel rail and the injectors for cylinders four, five, and six may fatigue and crack, which can result in a high pressure fuel leak.",A high pressure fuel leak in the presence of an ignition source can increase the risk of a fire.,"On engines with 75 miles or less, dealers will install vibration isolators to the fuel tubes. Engines with more than 75 miles will receive new fuel tubes with vibration isolators. Repairs will be performed free of charge. Owner notification letters were mailed March 11, 2022. Owners may contact Cummins customer service at 1-800-286-6467. Cummins' number for this recall is C2532." -12/01/2021,21C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C005000),"Clek, Inc.",Loose Foam in Child Seat May Become Choking Hazard,CHILD SEAT,NR (Not Reported),Child Seat,150599,"Clek, Inc. (Clek) is recalling certain Foonf, model numbers FO12 through FO19, and Fllo, model numbers FL15 through FL19, convertible child seats manufactured prior to May 21, 2021. A child may pick pieces of foam from the foam cushion located under the seat pad.","Loose pieces of foam can present a choking hazard to a child, increasing the risk of injury.","Clek will provide a molded plastic insert that prevents access to the foam, along with instructions on how to attach it to the child seat, free of charge. Owner notification letters were mailed January 28, 2022. Owners may contact Clek customer service at 1-866-656-2462." -12/01/2021,21V936000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V936000),Kia Motors America,Reduced Braking Performance,"SERVICE BRAKES, HYDRAULIC",SC223,Vehicle,87,"Kia Motors America (Kia) is recalling certain 2020-2021 Rio vehicles. The brake master cylinder may have been manufactured with sharp edges that can damage the inner oil seal, resulting in reduced braking performance.","Reduced braking performance can cause longer brake pedal travel or extend the distance required to stop the vehicle, increasing the risk of a crash.","Dealers will replace the brake master cylinder, free of charge. Owner notification letters were mailed January 11, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall SC223." -12/01/2021,21V935000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V935000),"Volkswagen Group of America, Inc.",Retaining Ring On Air Suspension Struts May Loosen,SUSPENSION,42L2,Vehicle,10,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Audi E-Tron GT vehicles. The retaining ring on the air suspension struts may come loose.","A loose retaining ring may allow air to escape, compromising vehicle handling and increasing the risk of a crash.","Dealers will inspect and replace the air suspension struts as necessary, free of charge. Owner notification letters were mailed January 27, 2022. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 42L2." -11/30/2021,21E097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E097000),Tenneco Automotive,Improperly Heat-Treated Tie Rods May Fail,STEERING,NR (Not Reported),Equipment,1306,"Tenneco Automotive (DBA as DRiV) is recalling certain MOOG tie rods, with part numbers EV801120 and EV800964, and NAPA NCP tie rods, with part number 2693957. The tie rods may not have been heat-treated properly, which can cause them to fail.","Tie rod failure can cause a loss of steering control, increasing the risk of a crash.","DRiV will work with will work with its distributor/retailer customers to replace the tie rods, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Tenneco customer service at 1-877-489-6659 or RECALL.SUPPORT@DRIV.COM." -11/30/2021,21E098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E098000),"Meritor, Inc.",Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Equipment,98,"Meritor, Inc. (Meritor) is recalling certain 180 Series Drive Pinions. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection or without the brake lights activating, increasing the risk of a crash.","Meritor will work with the affected vehicle manufacturers to inspect and replace the drive pinion, as necessary, free of charge. The vehicle manufacturers will provide all owner notifications. Owners may contact Meritor customer service at 1-866-668-7221, or the respective vehicle manufacturers customer service number." -11/30/2021,21T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T018000),"Sailun Tire Americas, Inc.",Tire Belt Separation,TIRES,NR (Not Reported),Tire,84351,"Sailun Tire Americas, Inc. (Sailun) is recalling certain Sailun, RoadX, Blacklion, Blackhawk, and Ironhead brand tires, sizes ST235/80R16 and ST235/85R16 with DOT codes 2020 through 4120. Due to a manufacturing issue, the tires may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Sailun will replace the tires, free of charge. Owner notification letters were mailed December 17, 2021. Owners may contact Sailun customer service at 1-844-281-9696." -11/29/2021,21V932000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V932000),Honda (American Honda Motor Co.),Hood May Open While Driving,LATCHES/LOCKS/LINKAGES,PBV,Vehicle,724826,"Honda (American Honda Motor Co.) is recalling certain 2019 Passport, 2016-2019 Pilot, and 2017-2020 Ridgeline vehicles. The hood latch striker may become damaged and separate from the hood, which can result in the hood opening while driving.",A hood that opens while driving can obstruct the driver's view and increase the risk of a crash.,"Dealers will either repair the hood latch striker, or replace the hood if necessary, free of charge. Owner notification letters were mailed January 18, 2022. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is PBV." -11/29/2021,21V931000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V931000),"Mercedes-Benz USA, LLC",Infotainment System May Cause Driver Distraction,ELECTRICAL SYSTEM,2022010003,Vehicle,227,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 S580, 2022 EQS450, EQS580, and S500 vehicles with an active and connected Mercedes me connect account. The MBUX infotainment system might allow activation of the television and internet display while driving, causing a distraction for the driver.",Driver distraction can increase the risk of a crash.,"MBUSA has updated their computer server to correct the issue for most vehicles, free of charge. For vehicles that were not able to be updated remotely, dealers will provide the software update, free of charge. Owner notification letters were mailed January 25, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -11/26/2021,21V929000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V929000),Nova Bus (US) Inc.,Door May Open and Close Unexpectedly,ELECTRICAL SYSTEM,CR5220/5221/5222,Vehicle,125,Nova Bus (US) Inc. (Nova) is recalling certain 2021 LFS buses. The vehicle multiplex software may unexpectedly cause the door system electronic control module (ECM) to open and close the rear passenger door when the bus stops.,"A passenger may exit the bus in an unsafe location if the rear passenger door opens unexpectedly, increasing the risk of injury. Additionally, the doors may unexpectedly close on an exiting passenger, increasing the risk of injury.","Nova Bus will provide instructions for how to update the vehicle multiplex and door system ECM software, and install a hardware dedicated wire kit, free of charge. Owner notification letters were mailed December 15, 2021. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR5220/5221/5222." -11/26/2021,21V930000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V930000),"Autocar, LLC",Vehicle May Roll Backwards due to Hesitation/Stall,EQUIPMENT,ACX-2107,Vehicle,46,"Autocar, LLC. (Autocar) is recalling certain 2020 Xpeditor vehicles up-fitted with an aftermarket power take off (PTO). The engine may stall or hesitate when operated from the right-side stand-up position with the PTO system engaged.","A stall or hesitation can cause the vehicle to roll backwards, increasing the risk of a crash or personal injury.","Autocar will install a hill start aide system, free of charge. Owner notification letters were mailed January 24, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2107. Note: This recall is an expansion of recall 20V-496." -11/25/2021,21V927000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V927000),Lamborghini (Automobili Lamborghini),Heat Exchanger Oil Lines May Detach,ENGINE AND ENGINE COOLING,L73X-R.02.21,Vehicle,1,"Lamborghini (Automobili Lamborghini) is recalling one 2021 Aventador SVJ Roadster vehicle. The heat exchanger oil line screws may have been improperly tightened during assembly, which could cause the oil lines to detach.","Detached oil lines may leak oil onto hot components, increasing the risk of a fire.","A dealer will inspect and repair the heat exchanger oil line connections as necessary, free of charge. The owner notification letter was mailed December 20, 2021. Owners may contact Automobili Lamborghini customer service at 1-866-681-6276. Automobili Lamborghini number for this recall is L73X-R.02.21." -11/25/2021,21V928000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V928000),Roadtrek Inc.,Incorrect Tire Size on Labels/FMVSS 110,EQUIPMENT,2021-03,Vehicle,212,"Roadtrek Inc. (Roadtrek) is recalling certain 2021 Play and Zion Slumber recreational vehicles. The Federal Placard and Tire Pressure labels state the incorrect tire size. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Incorrect tire information could result in the wrong tires being installed, possibly affecting vehicle stability and control, and increasing the risk of a crash.","Roadtrek will send owners replacement labels, free of charge. Owner notification letters were mailed in December 9, 2021. Owners may contact Roadtrek customer service at 1-888-762-3873. Roadtrek's number for this recall 2021-03." -11/24/2021,21V923000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V923000),Ford Motor Company,Air Bag Cover May Break Apart During Crash,AIR BAGS,21S49,Vehicle,5,Ford Motor Company (Ford) is recalling certain 2022 Super Duty F-250 and F-350 vehicles. The strength of the driver-side air bag cover may be insufficient.,"During a crash, the air bag cover may break apart and project fragments towards occupants, increasing the risk of injury.","Dealers will replace the driver-side air bag module, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S49." -11/24/2021,21V926000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V926000),Alamo Group Inc.,Emergency Brake System Switch Wired Incorrectly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,286,"Alamo Group Inc. (Alamo) is recalling certain 2019-2021 Old Dominion Brush Co. LLCT450, LCT600, LCT650, LCT6000, DCL800TM, GMV550, SCL800TM, XV550, XV600 and XV6000 trailers equipped with John Deere engines. The emergency brake system breakaway switch was incorrectly wired.","Incorrect wiring may prevent the emergency trailer brake from engaging when the trailer becomes untethered, increasing the risk of a crash.","Dealers will inspect and re-wire the breakaway cable system as necessary, free of charge. Owner notification letters were mailed January 21, 2022. Owners may contact Alamo customer service at 1-800-446-9823." -11/24/2021,21V924000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V924000),Harley-Davidson Motor Company,Seat Base May Fracture,SEATS,0178,Vehicle,2689,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2021 Pan America RA1250S and RA1250 motorcycles. The seat base may not be fastened properly, which could cause the hand-hold portion of the base to fracture.",A seat base that fractures while a passenger is using the hand-hold feature can increase the risk of injury.,"Dealers will replace the seat base, free of charge. Owners are advised to not use the passenger hand-hold feature until the remedy is complete. Owner notification letters were mailed December 7, 2021. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0178." -11/24/2021,21V925000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V925000),"Chrysler (FCA US, LLC)",Side Curtain Air Bag May Deploy Improperly,AIR BAGS,Y99,Vehicle,376,"Chrysler (FCA US, LLC) is recalling certain 2021-2022 Ram 2500, Ram 3500, and 2021 Ram 1500 Classic pickup trucks. The side air bag inflatable curtain (SABIC) assemblies may have been manufactured with the incorrect amount of compressed gas, which can result in an improper air bag deployment.",An air bag that deploys improperly can increase the risk of injury in a crash.,"Dealers will replace the SABIC assemblies, free of charge. Owner notification letters were mailed January 17, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y99." -11/23/2021,21V921000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V921000),"Daimler Trucks North America, LLC",Damaged Valve Stem May Cause Loss of Tire Pressure,TIRES,FL912,Vehicle,16676,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2017-2019 Freightliner Custom Chass XCL, 2017-2022 XCM, XCS, 2017-2023 MC, XCR, 2018-2019 XBR, 2018-2020 XBS, 2018-2022 MBC, MT55, S2C, S2G, S2RV vehicles. The tire valve stem extension for the inner wheel may come into contact with the outer wheel rim opening and become damaged.","Damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","Dealers will remove the inner valve stem extensions and stabilizers, free of charge. Owner notification letters were mailed January 18, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL912. Note: This recall supersedes and expands recall 20V-529 (FL-861). Vehicles previously repaired under 20V-529 will need to have the new remedy completed under this recall." -11/23/2021,21V920000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V920000),Toyota Motor Engineering & Manufacturing,Oil Leak May Cause a Loss of Power Steering Assist,STEERING,21TB10 / 21TA10,Vehicle,22462,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2008-2022 Sequoia and 2007-2021 Tundra vehicles. The power steering gear assembly may have been manufactured incorrectly, which can result in an oil leak.","An oil leak may cause a sudden loss of power steering assist, increasing the risk of a crash.","Dealers will inspect and replace the power steering gear assembly as necessary, free of charge. Owner notification letters were mailed on January 21, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are 21TB10 and 21TA10." -11/23/2021,21E096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E096000),"Chrysler (FCA US, LLC)",Rearview Image May Not Display/FMVSS 111,BACK OVER PREVENTION,Y85,Equipment,346,"Chrysler (FCA US, LLC) is recalling certain Mopar Trailer Reverse Steering Control Modules (TRSCM) with part numbers 68423566AE and 68423566AF. The TRSCM may prevent the rearview image from displaying. As such, these modules fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","FCA US, LLC will repurchase the TRSCMs. Interim owner notification letters were mailed on January 20, 2022. Owner notification letters were mailed on February 22, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y85." -11/23/2021,21V918000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V918000),"Chrysler (FCA US, LLC)",Rearview Image May Not Display/FMVSS 111,BACK OVER PREVENTION,Y80,Vehicle,38157,"Chrysler (FCA US, LLC) is recalling certain 2021 Ram 1500 pickup trucks. The Trailer Reverse Steering Control Module (TRSCM) may prevent the rearview image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","The remedy is currently under development. Interim owner notification letters were mailed on January 19, 2022. Owner notification letters were mailed on February 22, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y80." -11/23/2021,21V922000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V922000),Ford Motor Company,Reduced Braking Performance/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",21C31,Vehicle,114666,"Ford Motor Company (Ford) is recalling certain 2021-2022 Bronco Sport and Escape vehicles. The rear brake linings may have been manufactured incorrectly, which can affect braking performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 135, ""Light Vehicle Brake Systems.""","During certain situations, the driver may have to apply more brake pedal force, and the distance required to stop the vehicle may be extended, increasing the risk of a crash.","The remedy is currently under development. Interim owner notification letters were mailed on January 14, 2022. Owner notification letters are expected to be mailed in the second quarter of 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C31." -11/23/2021,21V919000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V919000),"Chrysler (FCA US, LLC)",Seat May Not Lock into Upright Position/FMVSS 207,SEATS,Y86,Vehicle,793,"Chrysler (FCA US, LLC) is recalling certain 2022 Jeep Wagoneer and Grand Wagoneer vehicles. The second-row center-seat recliner pull strap may bind on the seat trim surface, preventing the seat back from locking into the upright position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 207, ""Seating Systems.""",A seat back that is not locked into position can increase the risk of injury in a crash.,"Dealers will inspect and replace as necessary, the rear center-seat recliner strap, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y86." -11/22/2021,21V915000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V915000),"Daimler Trucks North America, LLC",Incorrect GAWR Label/FMVSS 136,EQUIPMENT,FL911,Vehicle,1,"Daimler Trucks North America, LLC (DTNA) is recalling one 2021 Thomas Built Buses Saf-T-Liner HDX transit bus. The gross axle weight rating (GAWR) may be improperly stated on the label. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","The operator may overload the vehicle while referencing the incorrect label, increasing the risk of a crash.","A dealer will apply a new label, free of charge. The owner notification letter is expected to be mailed January 16, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL911." -11/22/2021,21V916000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V916000),Vermeer Manufacturing Company,Incorrect Lug Nut Tightening Information in Manual,EQUIPMENT,VMV0015,Vehicle,1054,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2018-2021 Vermeer VX30, McLaughlin VX30, 2018-2022 McLaughlin VX50, Vermeer VX50, and 2018-2019 Mclaughlin VX30G vacuum excavators with an 800-gallon tank configuration. The operator and maintenance manuals state an incorrect lug nut tightness value that could result in improperly tightened lug nuts.","Improperly tightened lug nuts may come loose, causing the wheel to fall off and increasing the risk of a crash.","Dealers will provide replacement operator and maintenance manuals, free of charge. Owner notification letters were mailed January 20, 2022. Owners may contact Vermeer customer service at 1-800-829-0051 ext. 7060. Vermeer's number for this recall is VMV0015." -11/22/2021,21V914000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V914000),"Daimler Trucks North America, LLC",Missing Electronic Stability Control/FMVSS 136,ELECTRONIC STABILITY CONTROL,FL909,Vehicle,1,"Daimler Trucks North America, LLC. (DTNA) is recalling one 2020 Thomas Built Buses Saf-T-Liner HDX transit bus. The chassis was assembled without the electronic stability control hardware and software. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","In certain driving situations, a missing electronic stability control system can increase the risk of a crash.","A dealer will install an electronic stability control system, free of charge. The owner notification letter is expected to be mailed January 16, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL909." -11/22/2021,21V917000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V917000),"Nissan North America, Inc.",Missing Tow Hitch Compromises Fuel Tank/FMVSS 301,"FUEL SYSTEM, GASOLINE",PC855,Vehicle,22,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Frontier Crew Cab Long Bed trucks. The tow hitch was not installed, compromising the structural integrity of the fuel tank in the event of a rear crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 301, ""Fuel System Integrity.""","During a crash, the leaf spring could contact the fuel tank, causing a fuel leak and increasing the risk of a fire or injury.","Dealers will install the tow hitch and harness kit, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC855." -11/21/2021,21V912000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V912000),"Tesla, Inc.",Suspension Knuckles May Fracture,SUSPENSION,SB-21-31-004,Vehicle,826,"Tesla, Inc. (Tesla) is recalling certain 2020-2022 Model Y vehicles. The front and rear suspension knuckles may fracture, causing the suspension links to separate.","Suspension links that separate can reduce vehicle stability and control, increasing the risk of a crash.","Tesla Service will inspect and replace the knuckles as necessary, free of charge. Owner notification letters were mailed January 18, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-31-004." -11/19/2021,21V907000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V907000),"BMW of North America, LLC",Coolant Leak Inside EGR Module May Cause Fire,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,50404,"BMW of North America, LLC (BMW) is recalling certain 2013-2018 328d, 328d xDrive, 2014-2018 328d Sports Wagon, 328d xDrive Sports Wagon, 2014-2016 535d, 535d xDrive, 2015 740Ld xDrive, 2015-2017 X3 xDrive28d SAV, and 2014-2017 X5 xDrive35d SAV diesel vehicles equipped with an Exhaust Gas Recirculation (EGR) module with an integrated cooler. The EGR cooler may leak internally, causing coolant to mix with diesel engine soot, which could result in smoldering particles and a melting intake manifold.",A melting intake manifold increases the risk of a fire.,"Dealers will replace the EGR cooler and inspect the intake manifold, replacing it as necessary, free of charge. This recall includes all vehicles previously recalled under 18V-755. Vehicles previously recalled under 18V-755 will need to have the new remedy performed for this recall. An interim owner notification letter was mailed on January 18, 2022. The remedy is expected to be available in June 2022. Owners may contact BMW customer service at 1-800-525-7417." -11/19/2021,21V909000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V909000),"Mercedes-Benz USA, LLC",Improperly Tightened Electric Heater Ground Bolts,ELECTRICAL SYSTEM,2021120004,Vehicle,17,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 GLE450 and AMG GLE53 vehicles. In the passenger-side footwell, the ground connection bolts for the electric heater may be improperly tightened.","Loose ground connection bolts on the electric heater may cause the wiring to overheat, increasing the risk of a fire.","Dealers will check the electric heater ground connection and repair it as necessary, free of charge. Owner notification letters were mailed January 7, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -11/19/2021,21V903000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V903000),"Forest River, Inc.",Incorrectly Positioned Rear Lights/FMVSS 108,EXTERIOR LIGHTING,83-1441,Vehicle,957,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Impression Fifth Wheel Recreational Vehicles. The center identification light on the rear of the vehicle was incorrectly installed at a higher position than the other lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Incorrectly installed rear lights may reduce visibility of the vehicle for other drivers, increasing the risk of a crash.","Dealers will reposition the center top lamp, and a reflector will be installed in place of the center lamp, free of charge. Owner notification letters were mailed December 21, 2021. Owners may contact Forest River Customer Service Phone Number 1-574-296-2084. Forest River's number for this recall is 83-1441." -11/19/2021,21V908000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V908000),Kia Motors America,Passenger-Side Sliding Door May Not Latch,LATCHES/LOCKS/LINKAGES,SC221,Vehicle,2956,"Kia Motors America (Kia) is recalling certain 2022 Carnival vehicles. The remote controller assembly for the passenger-side power sliding door may malfunction, preventing the passenger-side sliding door from securely latching.","A power sliding door that fails to latch may open while moving, increasing the risk of injury.","Dealers will replace the passenger-side power sliding door release actuator's drum and holder inside the remote controller assembly, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC221." -11/19/2021,21V902000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V902000),Aluminum Trailer Company (ATC),Ramp Door Cables May Fail and Retract Forcefully,STRUCTURE,NR (Not Reported),Vehicle,461,"Aluminum Trailer Company (ATC) is recalling certain 2021 Quest and Raven trailers equipped with a spring-assist ramp door assembly. The fastener used to secure the spring-assist ramp door cables may be the incorrect type and over-tightened, which could cause the cable bushings to fail.","Cable bushing failure may cause the cables to retract forcefully, increasing the risk of injury.","ATC will supply new materials and work instructions to replace the existing ramp door cable fastener assembly, free of charge. Owner notification letters were mailed January 14, 2022. Owners may contact ATC customer service at 1-877-441-2440, ext. 342." -11/19/2021,21V904000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V904000),E-One Incorporated,Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,80,"E-One Incorporated (E-One) is recalling certain 2022 Cyclone 2, Cyclone N, Typhoon, and Typhoon N vehicles. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose and unintentionally engage the parking brake, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed on January 05, 2022. Owners may contact E-One customer service at 1-352-237-1122." -11/19/2021,21V905000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V905000),Kovatch Mobile Equipment Corp.,Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,26,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2022 Predator, Predator Panther and 2021-2022 Severe Service emergency vehicles. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake without detection or without the brake lights activating, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed January 7, 2022. Owners may contact KME customer service at 1-800-235-3928." -11/19/2021,21V910000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V910000),"Ferrara Fire Apparatus, Inc.",Rear Axle Drive Pinion May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,34,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2021-2022 Inferno and Cinder emergency vehicles. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake or activate the brake lights, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owners notification letters were mailed on January 3, 2022. Owners may contact Ferrara customer service at 1-800-443-9006." -11/19/2021,21E095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E095000),"Key Safety Systems, Inc. - (DBA Joyson)",Side Curtain Air Bag May Deploy Improperly,AIR BAGS,QN 22774,Equipment,311,"Key Safety Systems, Inc. (DBA Joyson) is recalling certain Curtain Air Bag Inflators, model HPH-A, and part numbers 2546178-AD, 2546179-AD, 2546180-AD, and 2546219-AE. The air bag inflators may have been manufactured with the incorrect amount of compressed gas, which could result in an improper air bag deployment.",An air bag that deploys improperly can increase the risk of injury in a crash.,"Joyson will work with the affected vehicle manufacturers to replace the curtain air bag module, free of charge. Ram owners may contact FCA US, LLC customer service at 1-800-853-1403. Joyson's number for this recall is QN 22774." -11/19/2021,21V911000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V911000),"Porsche Cars North America, Inc.",Upper Control Arm Not Tightened Properly,SUSPENSION,AMC3,Vehicle,35,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020 Taycan vehicles. The front and rear upper control arm screw connections on the rear axle may be loose.","A loose control arm connection may fail, causing a loss of vehicle stability and increasing the risk of a crash.","Dealers will replace the screw connections, free of charge. Owner notification letters were expected to be mailed January 13, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMC3." -11/19/2021,21V906000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V906000),PACCAR Incorporated,Work Brake May Unintentionally Disengage,ELECTRICAL SYSTEM,21KWG and 21PBM,Vehicle,908,"PACCAR Incorporated (PACCAR) is recalling certain 2019-2022 Kenworth T880, W990, Peterbilt 567, 579, 389, and 2022 Peterbilt 536, 537 wrecker and auto hauler vehicles. The work brake (winch brake) may unintentionally disengage the service brakes during winching operations, causing the vehicle to roll.",Unintended vehicle movement can increase the risk of a crash or injury.,"Dealers will update the vehicle software, free of charge. Owner notification letters were mailed on January 3, 2022. Owners may contact PACCAR customer service at 1-425-828-5888 (Kenworth); or 1-940-591-4220 (Peterbilt). PACCAR's numbers for this recall are 21KWG and 21PBM." -11/18/2021,21V901000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V901000),Honda (American Honda Motor Co.),Insufficient Fuel May Cause Stall,"FUEL SYSTEM, GASOLINE",KN0,Vehicle,357,"Honda (American Honda Motor Co.) is recalling certain 2021 NC750XD motorcycles equipped with 6-speed dual clutch automatic transmissions. The fuel injection control module software may be programmed incorrectly, which can result in insufficient fuel when stopping, or accelerating from a stop.","Insufficient fuel can cause a stall, increasing the risk of a crash or injury.","Dealers will reprogram the fuel injection and dual clutch transmission software, free of charge. Owner notification letters were mailed January 10, 2022. Owners may contact Honda Powersports customer service at 866-784-1870. Honda's number for this recall is KN0." -11/18/2021,21V899000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V899000),"Spartan Fire, LLC",Rear Axle Drive Pinion May Fracture,POWER TRAIN,21016,Vehicle,260,"Spartan Fire, LLC (Spartan Fire) is recalling certain 2021-2022 Gladiator, MetroStar and FC-94 emergency vehicles. The rear axle drive pinion may fracture.","A fractured drive pinion may contact the brake drop hose, and unintentionally engage the parking brake or activate the brake lights, increasing the risk of a crash.","Meritor will inspect and replace the drive pinion, as necessary, free of charge. Owner notification letters were mailed January 3, 2022. Owners may contact Spartan Fire customer service at 1-517-543-6400. Spartan Fire's number for this recall is 21016." -11/18/2021,21V900000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V900000),Honda (American Honda Motor Co.),Seat Belt Retractor Malfunction/FMVSS 208,SEAT BELTS,"ABS, BBT, NBQ, RBR",Vehicle,4346,"Honda (American Honda Motor Co.) is recalling certain 2021 Accord Sedan, Accord Hybrid, CR-V, Ridgeline, 2022 Insight and CR-V Hybrid vehicles. The automatic locking retractor on the second-row center seat belt assembly may deactivate improperly, which can result in an unsecured child restraint system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will replace the second-row center seat belt assembly, free of charge. Owner notification letters were mailed January 14, 2022. Owners may contact Honda customer service at 1-888-234-2138." -11/18/2021,21V897000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V897000),"Jayco, Inc.",Water Heater Exhaust Fumes May Enter Slide-Out,EQUIPMENT,NR (Not Reported),Vehicle,108,"Jayco, Inc. (Jayco) is recalling certain 2021 Jay Flight Octane travel trailers. The water heater was installed in the incorrect location, which could result in exhaust fumes entering the slide-out area of the trailer.","Exhaust gas inside the trailer slide-out can cause carbon monoxide poisoning, increasing the risk of injury.","Dealers will relocate the water heater, free of charge. Owner notification letters were mailed January 17, 2022. Owners may contact Jayco customer service at 1-800-283-8267." -11/17/2021,21V892000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V892000),"Volkswagen Group of America, Inc.",Blocked Drain Tube May Cause Air Bag Deployment,AIR BAGS,87H4,Vehicle,54429,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas and 2020-2021 Atlas Cross Sport vehicles. The air conditioning system drain tube could be blocked, causing water to leak inside the vehicle near the air bag control module.","A water leak may damage the air bag control module, causing an inadvertent air bag deployment and increasing the risk of injury or a crash.","Dealers will repair the drain tube and replace the air bag control module, as necessary, free of charge. Owner notification letters were mailed January 14, 2022. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 87H4." -11/17/2021,21V891000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V891000),Sutphen Corporation,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,NR (Not Reported),Vehicle,20,"Sutphen Corporation (Sutphen) is recalling certain 2020 Sutphen Fire trucks. Pressure may build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist can increase the risk of a crash.,"Dealers will inspect the power steering pump serial numbers, and the affected pumps will be replaced, free of charge. Owners may contact Sutphen customer service at 1-614-889-1005." -11/17/2021,21V889000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V889000),Toyota Motor Engineering & Manufacturing,Incorrect Seat Belt Webbing Guide Installed,SEAT BELTS,21TB08 / 21TA08,Vehicle,2259,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2022 Sienna vehicles equipped with seating for eight passengers. An incorrect seat belt webbing guide may have been installed on the outboard second-row seat belt assemblies.,"During seat belt pre-tensioner deployment, the incorrect webbing guide may damage the seat belt webbing, causing it to tear and increasing the risk of injury during a crash.","Dealers will replace the outboard second-row seat belt assemblies, free of charge. Owner notification letters were mailed January 10, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are 21TB08 and 21TA08." -11/17/2021,21V890000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V890000),Toyota Motor Engineering & Manufacturing,Possible Sudden Loss of Braking Assist,"SERVICE BRAKES, HYDRAULIC",21TB09 / 21TA09,Vehicle,227490,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 Camry vehicles. The vane cap inside the vacuum pump may break, causing the pump to fail, which could result in a sudden loss of braking assist.",A sudden loss of braking assist can increase the risk of a crash.,"Dealers will repair or replace the vacuum pump, as necessary, free of charge. Owner notification letters were mailed May 16, 2022. Owners may contact Toyota customer service at 1-800-331-4331." -11/17/2021,21V893000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V893000),"Jayco, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,NR (Not Reported),Vehicle,49,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Jayco Swift and Entegra Ethos motorhomes. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt retractors as needed, free of charge. Owner notification letters were mailed December 21, 2021. Owners may contact Jayco customer service at 1-800-283-8267." -11/17/2021,21V896000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V896000),"Daimler Trucks North America, LLC",Unapproved Tire and Rim Combination/FMVSS 120,TIRES,FL-908,Vehicle,307,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2012-2021 Freightliner SD 108, Freightliner SD 114, 2016-2020 Freightliner Coronado, 2013 Western Star 6900, 2013-2022 Western Star 4700, Western Star 4900, and 2022 49X vehicles. The tires and rims are not approved and rated for these vehicles from the Tire and Rim Association or tire manufacturer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","Unapproved tires that are not rated for the vehicle can cause tire performance issues, increasing the risk of a crash.","Dealer will inspect and replace, as necessary, tires and rims, free of charge. Interim owner notification letters were mailed January 14, 2022. Owner notification letters were mailed on April 22, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall FL-908." -11/16/2021,21V885000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V885000),"Jayco, Inc.",Broken Shaft Seal May Cause Loss of Power Steering,STEERING,NR (Not Reported),Vehicle,44,"Jayco, Inc. (Jayco) is recalling certain 2021 Class A Cornerstone motorhomes. A machining defect may cause pressure to build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"A Spartan or Shyft Group repair center will inspect the pump serial number, and replace the power steering pump if necessary, free of charge. Owner notification letters were mailed January 12, 2022. Owners may contact Jayco customer service at 1-800-283-8267." -11/16/2021,21V888000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V888000),"Cummins, Inc.",Circuit Breaker May Not Function Properly,ELECTRICAL SYSTEM,C4776,Vehicle,847,"Cummins Inc. (Cummins) is recalling certain 2019-2021 Power Generation C70D2RE and C100D2RE trailer-mounted generator sets. Certain Molded Case Circuit Breakers (MCCBs) may have been manufactured improperly, which can result in inadequate circuit protection.",Inadequate circuit protection can increase the risk of personal injury or fire.,"Cummins will inspect and replace the circuit breakers, as necessary, free of charge. Owner notification letters were mailed January 14, 2022. Owners may contact Cummins customer service at 1-800-286-6467. Cummins number for this recall is C4776." -11/16/2021,21V887000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V887000),M H EBY,Missing Conspicuity Tape/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,836,"M H Eby is recalling certain 2020-2022 EBY Generation trailers. The top rear corners are missing the white conspicuity tape. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamp, Reflective Devices, and Associated Equipment.""","Missing white conspicuity tape reduces the vehicle's visibility to other drivers, increasing the risk of a crash.","M H Eby will provide a repair kit, free of charge. Owner notification letters were mailed on December 08, 2021. Owners may contact M H Eby customer service at 717-354-4971." -11/16/2021,21V886000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V886000),"Jayco, Inc.",Rear Suspension Fasteners Not Tightened Properly,SUSPENSION,NR (Not Reported),Vehicle,625,"Jayco, Inc. (Jayco) is recalling certain 2020-2022 Anthem, Embark, Reatta, and Reatta XL motorhomes. The rear suspension mounting fasteners that attach the rear-drive axle to the rear suspension may not have been tightened properly, which could allow the fasteners to loosen or break.","Loose or broken suspension fasteners can allow the rear-drive axle to shift out of place, increasing the risk of a crash.","Jayco will work with Shyft to notify owners, and dealers will inspect the rear suspension fasteners for damage, and replace and tighten them as necessary, free of charge. Owner notification letters were mailed January 14, 2022. Owners may contact Jayco customer service at 1-800-283-8267." -11/15/2021,21V884000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V884000),"Altec Industries, Inc.",Pedestal and Truck Frame May Separate,EQUIPMENT,CSN 840,Vehicle,4055,"Altec Industries, Inc. (Altec) is recalling certain 2012-2016 AT200A aerial devices. Cracks may develop in the legs of the mounting frame, which can cause the mounting frame side plate to break.","A broken side plate may result in pedestal and truck frame separation, increasing the risk of injury.","Altec will repair the side plates as necessary, or provide a repair kit, free of charge. Owner notification letters were mailed January 13, 2022. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 840." -11/12/2021,21V878000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V878000),"Chrysler (FCA US, LLC)",Fuel Line Sensor Housing May Leak,"FUEL SYSTEM, GASOLINE",Y91,Vehicle,11419,"Chrysler (FCA US, LLC) is recalling certain 2020-2021 Alfa Romeo Stelvio, and Alfa Romeo Giulia vehicles. The fuel line sensor housing may crack and leak fuel.","A fuel leak may cause an engine stall, increasing the risk of a crash. A fuel leak also increases the risk of fire in the presence of an ignition source.","Dealers will inspect and replace the fuel line sensor housing, as necessary, free of charge. Owner notification letters were mailed on January 11, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y91." -11/12/2021,21V875000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V875000),Mazda North American Operations,Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",5321K,Vehicle,121038,"Mazda North American Operations (Mazda) is recalling certain 2018 Mazda3, Mazda6, 2019 CX-3, 2018-2019 MX-5, CX-5, CX-9, and 2019-2020 Mazda2 vehicles. The impeller inside the low-pressure fuel pump may crack and deform, potentially causing the fuel pump to fail.","Fuel pump failure may cause an engine stall, increasing the risk of a crash.","Dealers will replace the fuel pumps, free of charge. Interim letters notifying owners of the safety risk were mailed January 7, 2022. A second letter will be sent once the remedy is available. Parts are expected to be available by September 2022. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 5321K." -11/12/2021,21V879000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V879000),"Chrysler (FCA US, LLC)",Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",Y92,Vehicle,1622,"Chrysler (FCA US, LLC) is recalling certain 2019 Fiat 124 Spider vehicles. The impeller inside the fuel pump may be deformed, potentially causing the fuel pump to fail.","Fuel pump failure may cause an engine stall, increasing the risk of a crash.","Dealers will replace the fuel pump, free of charge. Interim owner notification letters informing owners of the safety recall were mailed on January 6, 2022. Owner notification letters are expected to be mailed on May 17, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y92." -11/12/2021,21E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E094000),"Chrysler (FCA US, LLC)",High Pressure Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",Y87,Equipment,9657,"Chrysler (FCA US, LLC) is recalling certain Mopar High Pressure Fuel Pumps and certain Mopar 6.7L Cummins Turbo Diesel Engines. Please see the Part 573 recall report for a full list of affected part numbers. The High Pressure Fuel Pump (HPFP) may fail, resulting in a sudden engine stall without warning.",An engine stall increases the risk of a crash.,"Dealers will repurchase the affected high pressure fuel pumps and engines, free of charge. Interim owner notification letters to inform owners of the safety recall were mailed on January 4, 2022. Owner notification letters were mailed on May 17, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y87." -11/12/2021,21V880000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V880000),"Chrysler (FCA US, LLC)",High Pressure Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",Y78,Vehicle,222410,"Chrysler (FCA US, LLC) is recalling certain 2019-2020 Ram 2500, 3500 pickup trucks, and Ram 3500, 4500, and 5500 cab chassis vehicles equipped with Cummins 6.7L Turbo Diesel engines. The High Pressure Fuel Pump (HPFP) may fail, resulting in a sudden engine stall without warning.",An engine stall increases the risk of a crash.,"Dealers will replace the HPFP, update the Powertrain Control Module (PCM) software, and inspect and replace additional fuel system components as necessary, free of charge. Interim owner notification letters to inform owners of the safety recall were mailed on January 4, 2022. Owner notification letters were mailed on May 17, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y78." -11/12/2021,21V877000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V877000),"Forest River, Inc.",Incorrect Tire Size and GAWR Rating/FMVSS 110,EQUIPMENT,17A-1439,Vehicle,31,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Cherokee ACKT29TEBL travel trailers. The tire size and Gross Axle Weight Rating (GAWR) on the Federal Placard are incorrect, which could result in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims"" and 49 CFR Part 567, ""Certification.""","An overloaded vehicle can lead to a loss of control, increasing the risk of a crash.","Forest River will mail owners a new Federal Placard, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Forest River Customer Service at 1-260-499-2100. Forest Rivers number for this recall is 17A-1439." -11/12/2021,21V881000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V881000),"Volvo Car USA, LLC",Missing Cross-Member Bolt in Engine Compartment,ENGINE,R10128,Vehicle,4,"Volvo Car USA, LLC (Volvo) is recalling certain 2021 XC40 BEV vehicles. A bolt that secures the cross-member bracket for the electrical motor in the engine compartment may be loose or missing.","A loose or missing bolt may decrease the structural protection of the vehicle, increasing the risk of injury during a crash.","Dealers will replace the cross-member bracket and install new bracket bolts, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Volvo customer service at 1-888-458-1552. Volvo's number for this recall is R10128." -11/12/2021,21V882000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V882000),"Daimler Trucks North America, LLC",Power Stud May Electrically Arc to Bulkhead,ELECTRICAL SYSTEM,FL-907,Vehicle,6100,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Western Star 4700, 4900, 5700, and 6900 trucks. The affected trucks have a power stud that passes through the bulkhead. In certain circumstances, the power stud may contact the bulkhead and result in an electrical arc.",An electrical arc can increase the risk of a fire.,"Dealers will replace the pass-through power studs, free of charge. Owner notification letters were mailed January 7, 2022. This recall supersedes previous recall number 18V-191. Vehicles previously inspected and considered complete under 18V-191 will need to return for the new remedy. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-907." -11/12/2021,21V876000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V876000),"Forest River, Inc.",Trailer and Tow Vehicle May Separate,EQUIPMENT,700-1438,Vehicle,325,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Continental and Cargo Mate Cargo trailers. The coupler was improperly welded, which may cause the trailer to separate from the tow vehicle.",Trailer separation from the tow vehicle can increase the risk of a crash.,"Dealers will inspect and replace the coupler, as necessary, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact Forest River Customer Service at 1-254-420-0171. Forest River's number for this recall is 700-1438." -11/12/2021,21V883000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V883000),"Timpte, Inc.",iABS Securing Screws Improperly Tightened,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,67,"Timpte, Inc. (Timpte) is recalling certain 2022 Bulk Commodity Hopper trailers. The screws that secure the bracket cover and end cover of the iABS Electronic Control Unit (ECU) may have been improperly tightened, which can allow the screws to loosen and back out, resulting in a loss of pressure in the unit.","Pressure loss in the iABS unit can cause a loss of brake function, increasing the risk of a crash.","Dealers will replace the iABS ECU, free of charge. Owner notification letters were mailed on December 15, 2021. Owners may contact Timpte customer service at 1-402-367-3056." -11/10/2021,21E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E093000),"Chrysler (FCA US, LLC)",Disabled Air Bags,EQUIPMENT,Y82,Equipment,35,"Chrysler (FCA US, LLC) is recalling certain Mopar Occupant Restraint Controllers, part numbers 68518544AE, 68518543AE, 68518542AF, 68476781AB, and 68425814AE. The Occupant Restraint Controllers (ORC) may have incorrect software, which can disable the driver, passenger, and knee air bags without warning.",Disabled air bags can increase the risk of injury to occupants in a crash.,"Dealers will repurchase the Occupant Restraint Controllers, free of charge. Owner notification letters were mailed on January 20, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y82." -11/10/2021,21V873000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V873000),"Chrysler (FCA US, LLC)",Disabled Air Bags,AIR BAGS,Y79,Vehicle,99255,"Chrysler (FCA US, LLC) is recalling certain 2021 Jeep Grand Cherokee L, 2022 Jeep Wagoneer, and Grand Wagoneer vehicles. The Occupant Restraint Controller (ORC) may have incorrect software which can disable the driver, passenger, and knee air bags without warning.",Disabled air bags can increase the risk of injury to occupants in a crash.,"Dealers will reprogram the ORC, free of charge. Owner notification letters were mailed December 2, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y79." -11/10/2021,21V874000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V874000),"Volkswagen Group of America, Inc.",Disabled Passenger Air Bag,AIR BAGS,74E3,Vehicle,208332,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2017-2020 A4 Allroad, A4 Sedan, 2018-2019 RS5 Coupe, 2019 RS5 Sportback, 2018-2020 A5 Cabriolet, A5 Coupe, A5 Sportback, S4 Sedan, S5 Cabriolet, S5 Coupe, and Audi S5 Sportback vehicles. The cable connecting the seat heater to the Passenger Occupant Detection System (PODS) may have a contact fault, causing the software to misdiagnose a malfunction and disable the passenger air bag.",A disabled passenger air bag increases the risk of injury in the event of a crash.,"Dealers will replace the connecting cable and either the heating mat or entire seat cover, free of charge. Owner notification letters were mailed January 7, 2022. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 74E3. This recall is an expansion of Recall 19V-547 (74D9). Vehicles previously repaired under 19V-547 will need to return for the new remedy." -11/10/2021,21V872000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V872000),"Maserati North America, Inc.",Fuel Line Sensor Housing May Leak,"FUEL SYSTEM, GASOLINE",442,Vehicle,409,"Maserati North America, Inc. (Maserati) is recalling certain 2021 Quattroporte, Ghibli, 2021-2022 Levante, and 2022 MC20 vehicles. The fuel line sensor housing may crack and leak fuel.","A fuel leak may cause an engine stall, increasing the risk of a crash. A fuel leak also increases the risk of fire in the presence of an ignition source.","Dealers will replace the fuel line sensor housing, free of charge. Owner notification letters were mailed December 17, 2021. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 442." -11/10/2021,21V869000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V869000),Ford Motor Company,High Voltage Battery May Fail,ELECTRICAL SYSTEM,21S48,Vehicle,1,"Ford Motor Company (Ford) is recalling one 2021 Escape vehicle equipped with a 2.5L hybrid powertrain. The high voltage battery may fail, resulting in a sudden loss of drive power.",A sudden loss of drive power increases the risk of a crash.,"A dealer will replace the high voltage battery, free of charge. The owner notification letters were mailed December 1, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S48." -11/10/2021,21V870000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V870000),Ford Motor Company,Incorrect Components in Rear Suspension Module,SUSPENSION,21S47,Vehicle,20,Ford Motor Company (Ford) is recalling certain 2021 Explorer and Lincoln Aviator vehicles. Incorrect rear suspension module components may have been installed due to a labeling error.,"A rear suspension module with incorrect components may affect vehicle handling, ride height, and braking characteristics, increasing the risk of a crash.","Dealers will inspect the rear suspension module, and replace any incorrect parts, as necessary, free of charge. Owner notification letters were mailed December 3, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S47." -11/10/2021,21V871000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V871000),"Chrysler (FCA US, LLC)",Inoperable Defrosting/Defogging System/FMVSS 103,VISIBILITY,Y88,Vehicle,22,"Chrysler (FCA US, LLC) is recalling certain 2022 Ram 1500 vehicles. These vehicles may have been built with incompatible heating, ventilation, and air conditioning systems (HVAC), resulting in the windshield defrosting and defogging system being inoperable to drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 103, ""Windshield Defrosting and Defogging Systems.""","An inoperable defrosting and defogging system can reduce visibility for drivers in certain conditions, increasing the risk of a crash.","FCA US, LLC will repurchase the affected vehicles, free of charge. Owner notification letters were mailed November 22, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y88." -11/09/2021,21V868000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V868000),"Tesla, Inc.",Driver's Air Bag Cushion May Tear,AIR BAGS,SB-21-20-007,Vehicle,7600,"Tesla, Inc. (Tesla) is recalling certain 2021 Model X and Model S vehicles. The driver's air bag cushion may tear during deployment.","A torn air bag may not adequately protect an occupant in a crash, increasing their risk of injury.","Tesla Service will replace the driver's air bag, free of charge. Owner notification letters were mailed January 7, 2022. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-20-007." -11/08/2021,21V867000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V867000),"Autocar, LLC",Hazard Lights Disabled with Ignition Off/FMVSS 108,EXTERIOR LIGHTING,ACX-2106,Vehicle,947,"Autocar, LLC (Autocar) is recalling certain 2019-2022 Xpeditor vehicles. The hazard lights will not function with the ignition turned off. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Disabled hazard lighting can increase the risk of a crash or injury in a hazard situation.,"Dealers will reprogram the hazard lighting software, free of charge. Interim owner notification letters informing owners of the safety risk were mailed January 07, 2022. Owner notification letters were mailed on March 17, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2106." -11/08/2021,21V866000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V866000),Keystone RV Company,Incorrect Tire Information on Federal Label,EQUIPMENT,21-417,Vehicle,133,Keystone RV Company (Keystone) is recalling certain Arcadia 3660RL fifth wheel travel trailers. The Federal Identification Label has the incorrect tire size and tire pressure information.,"The incorrect tire pressure information may result in unintentionally over-inflating the tires, increasing the risk of a crash.","Dealers will replace the Federal Identification Label, free of charge. Owner notification letters were mailed November 19, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-417." -11/05/2021,21V862000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V862000),Kia Motors America,Inaccurate Fuel Gauge Reading,ELECTRICAL SYSTEM,SC219,Vehicle,53,Kia Motors America (Kia) is recalling certain 2020-2021 Stinger vehicles. A software error in the instrument cluster may cause an inaccurate fuel gauge reading.,"An inaccurate fuel gauge may result in the vehicle unexpectedly running out of fuel and stalling, increasing the risk of a crash.","Dealers will update the software, free of charge. Owner notification letters were mailed December 10, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC219." -11/05/2021,21V865000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V865000),"Yamaha Motor Corporation, USA",Lack of Acceleration,ENGINE AND ENGINE COOLING,990152,Vehicle,2462,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2016-2021 FJR13 motorcycles. The Engine Control Unit (ECU) programming installed under Recall 20V-813 (990141), that was designed to prevent gear damage, may prevent the engine from accelerating as intended.",A lack of acceleration can increase the risk of a crash.,"Owners are advised not to ride their motorcycles until they are repaired. Dealers will reprogram the ECU, free of charge. Motorcycles that were previously repaired under recall 20V-813 will need to return for the new remedy. Owner notification letters were mailed November 30, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990152." -11/05/2021,21V864000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V864000),"Daimler Trucks North America, LLC",Loss of Steering Control,STEERING,FL905,Vehicle,479,"Daimler Trucks North America, LLC. (DTNA) is recalling certain 2021-2022 Western Star 49X vehicles. The steering shaft may not have been properly installed, causing it to separate from the steering gear.","Steering shaft separation can result in a loss of steering control, increasing the risk of a crash.","Dealers will inspect the steering shaft and repair it, as necessary, free of charge. Owners are advised to not drive their vehicles until the inspection has been performed. Owner notification letters were mailed January 12, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is 905." -11/05/2021,21V863000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V863000),"Cottrell, Inc.",Missing 4 Side Reflectors/FMVSS 108,EXTERIOR LIGHTING,2021 2-Car Reflector,Vehicle,40,"Cottrell, Inc. (Cottrell) is recalling certain 2019-2022 2-Car Carrier vehicles. Four side-rear reflex reflectors are missing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamp, Reflective Devices, and Associated Equipment.""","Missing reflex reflectors reduce the vehicle's visibility to other drivers, increasing the risk of a crash.","Cottrell will provide a reflex reflector kit, free of charge. Owner letters were mailed February 2, 2022. Owners may contact Cottrell customer service at 1-866-299-2690. Cottrell's number for this recall is 2021 2-Car Reflector." -11/05/2021,21V861000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V861000),Isuzu Motors Limited,Steering Wheel Bolt May Loosen Affecting Steering,STEERING,NR (Not Reported),Vehicle,5700,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018-2021 Isuzu FTR and 2018-2021 Chevrolet 6500XD vehicles. A bolt on the left front steering knuckle may come loose, resulting in an increased turning radius and difficulty steering to the left.",An unexpected change in turning radius and difficulty steering can increase the risk of a crash.,"Dealers will replace both right and left side stopper bolt jam nuts and clean or replace the extensions, as necessary, free of charge. Owner notification letters were mailed on February 28, 2022. Owners may contact Isuzu customer service at 1-866-441-9638. This recall is an expansion of recall 19V-467. Vehicles previously repaired will need to have the new remedy performed." -11/05/2021,21V860000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V860000),"Mercedes-Benz USA, LLC",Window Air Bag Mounted Incorrectly/FMVSS 226,AIR BAGS,2021110014,Vehicle,46,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 GLB 250 and AMG GLB 35 vehicles. The driver-side window air bag may not have been mounted correctly to the lower area of the A-pillar. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 226, ""Ejection Mitigation.""","The driver-side window air bag may not function properly during a crash, increasing the risk of injury.","Dealers will inspect the mounting of the driver-side window air bag and repair it as necessary, free of charge. Owner notification letters were mailed December 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -11/04/2021,21V858000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V858000),Volvo Trucks North America,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,RVXX2105,Vehicle,3,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2021 VNL vehicles. A machining defect may cause pressure to build in the power steering pump, breaking the shaft seal and resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Dealers will replace the power steering pumps, free of charge. Owner notification letters were mailed on December 10, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Trucks number for this recall is RVXX2105." -11/04/2021,21V859000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V859000),Supreme Corporation,Liftgate License Plate Light Alignment/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,20,"Supreme Corporation (Supreme) is recalling certain 2019-2020 Wabash National Supreme Dry Freight Body vehicles equipped with certain Maxon GPTLR and GPTWR liftgates. A license plate light may have been installed that aims rearward and not towards the license plate. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",A license plate light aimed toward other drivers may increase the risk of a crash.,"Supreme will work with Maxon to provide replacement license plate kits, free of charge. Owner notification letters were mailed January 19, 2022. Owners may contact Supreme customer service at 1-844-352-4921." -11/04/2021,21V857000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V857000),"Tracker Marine, LLC",Tires May Contact Fenders,STRUCTURE,RT-0001,Vehicle,380,"Tracker Marine, LLC (Tracker) is recalling certain 2022 Ranger Trail T22RT178, T22RT178B, T22RT188, T22RT188B, T22RT188P, T22RT188PB, T22RT198P, T22RT198PB, T22VS1665, T22VS1682, T22VS1782, and T22VS1782B trailers. The fenders may be improperly spaced, allowing the tires to contact the fenders.","Tire contact with the fenders could cause the tires to wear prematurely, resulting in tire failure and increasing the risk of a crash.","Dealers will inspect and correct the fender spacing as necessary, free of charge. Owner notification letters were mailed on November 12, 2021. Owners may contact Tracker customer service at 1-417-873-4555. Tracker's number for this recall is RT-0001." -11/03/2021,21V856000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V856000),"Mack Trucks, Inc.",Broken Shaft Seal May Cause Loss of Power Steering,STEERING,SC0432,Vehicle,79,"Mack Trucks, Inc. (Mack) is recalling certain 2021 Granite and LR vehicles. A machining defect may cause pressure to build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Dealers will replace the power steering pump, free of charge. Owner notification letters were mailed on December 10, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0432." -11/03/2021,21V853000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V853000),"Volkswagen Group of America, Inc.",Improperly Tightened Brake Pipe Nut,"SERVICE BRAKES, HYDRAULIC",19Q4,Vehicle,1285,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Tiguan vehicles. The nut that secures the brake pipe near the right-front wheel well may be loose.","A loose brake pipe nut may allow brake fluid to leak, extending the distance required to stop and increasing the risk of a crash.","Dealers will inspect and tighten the brake pipe nut, as necessary, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 19Q4." -11/03/2021,21V854000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V854000),"Daimler Vans USA, LLC",Incorrect Front Disc Brakes Installed,"SERVICE BRAKES, HYDRAULIC",VS3BRESCHE,Vehicle,1,"Daimler Vans USA, LLC (DVUSA) is recalling one 2020 Mercedes-Benz Sprinter vehicle. The front axle was equipped with the incorrect-size brake discs.","The incorrect-size brake discs may affect braking performance, extending the distance required to stop the vehicle and increasing the risk of a crash.","A dealer will replace the brake discs, free of charge. Owner notification letters were mailed December 13, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BRESCHE." -11/03/2021,21V852000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V852000),"Volkswagen Group of America, Inc.",Missing Drive Bushing May Cause Steering Loss,STEERING,48Q7,Vehicle,1,"Volkswagen Group of American, Inc. (Volkswagen) is recalling one 2021 ID.4 vehicle. The steering gear may have an incorrectly assembled or missing drive bushing.","An incorrectly assembled or missing drive bushing may cause a loss of steering control, increasing the risk of a crash.","A dealer will replace the steering gear, free of charge. Owner notification letters were mailed November 5, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 48Q7." -11/03/2021,21V855000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V855000),"BMW of North America, LLC",Rearview Camera Image May Be Blocked from View,BACK OVER PREVENTION,NR (Not Reported),Vehicle,442,"Rolls-Royce Motor Cars, Ltd. (Rolls-Royce) is recalling certain 2019-2022 Rolls-Royce Phantom vehicles. The Central Information Display may not raise to the correct position, resulting in a rearview camera image that is partially blocked from view.","A partially blocked rearview camera image reduces the driver's rear view, increasing the risk of a crash or injury.","Dealers will update the software, free of charge. Owner notification letters were mailed December 28, 2021. Owners may contact Rolls Royce customer service at 1-877-877-3735." -11/02/2021,21V850000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V850000),"Daimler Trucks North America, LLC",Alternator Power Cable Connection May be Loose,ELECTRICAL SYSTEM,FL904,Vehicle,1434,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2022 Thomas Built EFX and HDX school buses. The nut for the power cable stud on the alternator may not have been tightened properly, which can cause a loose cable connection.","A loose power cable connection may cause electrical arcing, which can increase the risk of a fire.","Dealers will inspect the alternator power cable connection and tighten it if necessary, free of charge. Owner notification letters were mailed on December 17, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL904." -11/02/2021,21V851000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V851000),Oshkosh Corporation,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,NR (Not Reported),Vehicle,697,"Oshkosh Corporation (Oshkosh) is recalling certain 2020-2021 S-Series vehicles. A machining defect may cause pressure to build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Owners will inspect and replace the power steering pump as necessary. Owners may perform this work themselves or reach out to one of our service centers to perform the inspection and repair work free of charge. Owner notification letters were mailed on December 15, 2021. Owners may contact Oshkosh customer service at 1-888-686-7278." -11/02/2021,21V848000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V848000),"Chrysler (FCA US, LLC)",Tires with Incorrect Load Rating/FMVSS 110,TIRES,Y83,Vehicle,185,"Chrysler (FCA US, LLC) is recalling certain 2020 Alfa Romeo Giulia vehicles. These vehicles may be equipped with tires that have a lesser load rating than intended for the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","The incorrect tires can result in the operator overloading the vehicle, increasing the risk of a crash.","Dealers will replace the tires, and update the owner's manual with the correct load rating, free of charge. Owner notification letters were mailed December 21, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y83." -11/01/2021,21V849000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V849000),"Heartland Recreational Vehicles, LLC",Transfer Switch Wires May Come Loose,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1783,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2020-2021 Heartland Cyclone and 2019-2021 Road Warrior Toy Hauler recreational trailers. The transfer switch wire securement lugs may have been improperly tightened during production, causing the wires to come loose.","Loose wires can cause electrical arcing, increasing the risk of a fire.","Dealers will inspect and tighten the securement lugs, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -10/29/2021,21E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E092000),Axalta Coating Systems,Clearcoat Affects Windshield Bonding,VISIBILITY,NR (Not Reported),Equipment,100275,"Axalta Coating Systems (Axalta) has submitted a Defect Information Report based upon recall determinations made by Ford Motor Company, recall 21V-090, and Chrysler (FCA US, LLC), recall 21V-516. Windshields installed with One Component Acrylic-Melamine Clearcoat, combined with a primer-less windshield application may not have adequately bonded to the vehicle.","An inadequately bonded windshield can separate from a vehicle during a crash, increasing the risk of injury.",The remedy will be determined by the affected vehicle manufacturers. Axalta notified the affected vehicle manufacturers by February 2021. Ford owners may contact Ford Customer service at 1-866-436-7332. Chrysler and Dodge owners may contact FCA customer service at 1-800-853-1403. -10/29/2021,21V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V843000),"Mercedes-Benz USA, LLC",ECU Software May Cause Engine Stall,ENGINE AND ENGINE COOLING,2022010002,Vehicle,8669,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 S580 and Maybach S580 vehicles. An engine control unit software error may cause a sudden engine stall, without the ability to restart the vehicle.",An engine stall can increase the risk of a crash.,"Dealers will update the engine control unit software, free of charge. Owners notification letters were mailed on January 28, 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -10/29/2021,21V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V844000),Kia Motors America,Engine Damage May Cause Stall or Fire,ENGINE,SC218,Vehicle,10731,"Kia Motors America (Kia) is recalling certain 2017-2018 Optima Hybrid and Optima Plug-In Hybrid vehicles. The connecting rod bearings inside the engine may wear prematurely, which can result in engine damage.","A damaged engine can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Dealers will inspect the engine. If bearing damage is found, the engine will be replaced. Dealers will also install a software update containing a Knock Sensor Detection System (KSDS). Repairs will be performed free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC218." -10/29/2021,21V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V845000),Thor Motor Coach,External Compartment Door May Separate,STRUCTURE,RC000247,Vehicle,424,"Thor Motor Coach (TMC) is recalling certain 2017 Challenger, Miramar, and Outlaw motorhomes. The external compartment outer door skin may separate from the motorhome during transit.","A door skin that separates during transit can become a road hazard, increasing the risk of a crash.","Dealers will inspect the compartment door skin and replace the door as necessary, free of charge. Owner notification letters were mailed December 28, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000247." -10/29/2021,21V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V846000),"Tesla, Inc.",Unexpected Activation of Automatic Emergency Brake,FORWARD COLLISION AVOIDANCE,SB-21-00-004,Vehicle,11728,"Tesla, Inc. (Tesla) is recalling certain 2017-2021 Model S, Model 3, Model X, and 2020-2021 Model Y vehicles operating software version 2021.36.5.2. A communication error may cause false forward-collision warning (FCW) or unexpected activation of the automatic emergency brake (AEB) system.","Unexpected activation of the AEB system may cause the car to stop suddenly, increasing the risk of a crash.","Tesla Service has released an over-the-air (OTA) software update, free of charge. The recall began October 25, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-00-004." -10/28/2021,21E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E091000),American Chrome Company,Hubcap Can Separate and Become Road Hazard,WHEELS,NR (Not Reported),Equipment,1357,American Chrome Company (ACC) is recalling certain One Piece Hub Cap Kits specifically for certain Volvo and Mack vehicles. Please see attached defect report for a full list of affected part numbers. The hubcap compression spring can cause the hubcap to separate.,"A separated hubcap can create a road hazard, increasing the risk of a crash.","ACC will work with the affected vehicle manufacturers, to have the hubcap removed, free of charge. The recall began June 30, 2021. Owners may contact ACC at 1-630-685-2200." -10/28/2021,21V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V842000),"Chrysler (FCA US, LLC)",Rear Spoiler May Detach While Driving,STRUCTURE,Y73,Vehicle,4837,"Chrysler (FCA US, LLC) is recalling certain 2021 Dodge Durango vehicles. The rear spoiler may not be aligned properly with the roof, resulting in damage to the spoiler during liftgate use.","A damaged rear spoiler could detach and become a road hazard, increasing the risk of a crash.","Dealers will inspect and replace the rear spoiler, as necessary, free of charge. Owner notification letters were mailed December 21, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y73." -10/27/2021,21V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V840000),Hyundai Motor America,Brake Fluid Contamination,"SERVICE BRAKES, HYDRAULIC",212,Vehicle,995,"Hyundai Motor America (Hyundai) is recalling certain 2021 Palisade vehicles. The brake fluid may be contaminated, which can cause the brake master cylinder inner-cup seals to swell, and reduce braking performance.","Reduced braking performance can extend the distance required to stop the vehicle, increasing the risk of a crash.","Dealers will replace the brake master cylinder, and flush the brake fluid, free of charge. Owner notification letters were mailed on December 24, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 212." -10/27/2021,21V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V847000),"Palfinger USA, LLC",Crane Shear Plates May Develop Fatigue Cracks,EQUIPMENT,NR (Not Reported),Vehicle,316,"Palfinger USA, LLC (Palfinger) is recalling certain 2015-2021 PW32001, PW32001-A, PW32001-SLE, PW35001, PW35001-SH, PW38001, PW42001, and PW50001 cranes. The shear plates may develop fatigue cracks.","The cracks may cause the shear plate to fail, allowing the boom tip and any attached load to fall, increasing the risk of injury.","Palfinger will inspect the cranes, and convert to an updated mounting design, as necessary, free of charge. Owner letters were mailed on December 29, 2021. Owners may contact Palfinger customer service at 1-419-448-8156." -10/27/2021,21V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V841000),Great Dane Trailers,iABS Securing Screws Improperly Tightened,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1843,"Great Dane Trailers (Great Dane) is recalling certain 2020-2022 Everest, Champion, and Freedom trailers. The screws that secure the bracket cover and end cover of the iABS unit may have been improperly tightened, which can allow the screws to loosen and back out, resulting in a loss of pressure in the unit.","Pressure loss in the iABS unit can cause a loss of brake function, increasing the risk of a crash.","Dealers will inspect the iABS unit serial number, and replace if serial number is on the list, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact Great Dane customer service at 1-877-369-3493." -10/26/2021,21V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V839000),"Nissan North America, Inc.",Engine Harness Damage May Cause Stall,ENGINE AND ENGINE COOLING,R21B6,Vehicle,5905,"Nissan North America, Inc. (Nissan) is recalling certain 2017-2019 Rogue Hybrid vehicles. Contact with the Electronic Control Module (ECM) bracket may damage the engine harness, causing a blown fuse.","A blown fuse may cause an engine stall, increasing the risk of a crash.","Dealers will install a harness protector cover, free of charge. Owner notification letters were mailed December 16, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21B6." -10/26/2021,21E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E090000),WABCO USA LLC,iABS Securing Screws Improperly Tightened,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,277,"WABCO USA, LLC (WABCO) is recalling certain Trailer ABS Systems, model number iABS-2M. The screws that secure the bracket cover and end cover of the iABS unit may have been improperly tightened, which can allow the screws to loosen and back out, resulting in a loss of pressure in the unit.","Pressure loss in the iABS unit can cause a loss of brake function, increasing the risk of a crash.","Wabco will work with vehicle manufacturers to repair or replace affected components as necessary, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact WABCO customer service at 1-855-228-3203." -10/25/2021,21V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V835000),"Tesla, Inc.",Front Suspension Lateral Link May Separate,SUSPENSION,SB-21-31-003,Vehicle,2791,"Tesla, Inc. (Tesla) is recalling certain 2020-2021 Model Y and 2019-2021 Model 3 vehicles. The front suspension lateral link fasteners may loosen, allowing the lateral link to separate from the sub-frame.","A lateral link separation could shift the wheel alignment, causing instability and increasing the risk of a crash.","Tesla Service will tighten or replace the lateral link fasteners as necessary, free of charge. Owner notification letters were mailed December 20, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-31-003." -10/25/2021,21V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V836000),"Yamaha Motor Corporation, USA",Incorrect VIN On Federal Certification Label,EQUIPMENT,990151,Vehicle,16,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2021 Tracer 900 GT (MTT9GTM) motorcycles. The Vehicle Identification Number (VIN) printed on the Federal Certification label may not match the VIN stamped on the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An owner that references an incorrect VIN label may not recognize their vehicle is involved in a safety recall, and may not have the recall remedy performed, which could increase the risk of injury, fire, or a crash.","Yamaha will notify owners, and dealers will install a correct certification label, free of charge. Owner notification letters were mailed November 12, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990151." -10/25/2021,21V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V834000),"Tesla, Inc.","Side Curtain Air Bag May Be Twisted/FMVSS 214, 226",AIR BAGS,SB-21-20-006,Vehicle,2,"Tesla, Inc. (Tesla) is recalling certain 2020-2021 Model 3 vehicles. The left and/or right side curtain air bag may have been improperly secured to the roof rail, which could result in a twisted air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 214, ""Side Impact Protection"" and 226, ""Ejection Mitigation.""","A twisted side curtain air bag may improperly deploy, increasing the risk of injury or occupant ejection during a crash.","Tesla Service will inspect and realign the left and right side curtain air bag as necessary, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-20-006." -10/25/2021,21V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V837000),"Navistar, Inc.",Unexpected Engine Shut Down,ENGINE AND ENGINE COOLING,21507,Vehicle,7322,"Navistar, Inc. (Navistar) is recalling certain 2020-2023 IC CE school buses. The engine control module (ECM) may set a fault code that results in an unexpected engine shut down.","Unexpected engine shut down can increase the risk of a crash. Additionally, a disabled school bus may require an evacuation procedure in an uncontrolled traffic situation, increasing the risk of injury to passengers.","Dealers will reprogram the ECM, free of charge. Owner notification letters notifying owners of the safety risk were mailed January 18, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21507." -10/25/2021,21V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V838000),"Navistar, Inc.",Unexpected Engine Shut Down,ENGINE AND ENGINE COOLING,21508,Vehicle,5,"Navistar, Inc. (Navistar) is recalling certain 2020-2021 IC CE transit buses. The engine control module (ECM) may set a fault code that results in an unexpected engine shut down.","Unexpected engine shut down can increase the risk of a crash. Additionally, a disabled school bus may require an evacuation procedure in an uncontrolled traffic situation, increasing the risk of injury to passengers.","Dealers will update the engine control unit software, free of charge. Owner notification letters notifying owners of the safety risk were mailed January 18, 2022. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21508." -10/23/2021,21V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V833000),"Ferrari North America, Inc.",Loss of Braking Ability,"SERVICE BRAKES, HYDRAULIC",78,Vehicle,9985,"Ferrari North America, Inc. (Ferrari) is recalling certain 2010-2015 458 Italia, 2012-2015 458 Spider, 2014-2015 458 Speciale, 2015 458 Speciale Aperta, 2016-2019 488 GTB, and 488 Spider vehicles. The brake system may leak brake fluid, resulting in a loss of braking ability.",Loss of braking ability increases the risk of a crash.,"No remedy has been established at this time. Interim owner notification letters to inform owners of the safety risk were mailed on December 28, 2021. Owner notification letters were mailed on March 4, 2022. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 78." -10/22/2021,21V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V828000),"Forest River, Inc.",Cooktop Burner Flames May Invert,EQUIPMENT,203-1434,Vehicle,101,"Forest River, Inc. (Forest River) is recalling certain 2022 Coachmen Catalina travel trailers. The panel that separates the furnace from the cooktop was not sealed, which could result in an inverted cooktop flame.",An inverted flame can increase the risk of a fire.,"Dealers will seal the furnace from the cooktop, free of charge. Owner notification letters were mailed November 1, 2021. Owners may contact Forest River Customer Service at 1-574-825-8657. Forest River's number for this recall is 203-1434." -10/22/2021,21V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V829000),"Forest River, Inc.",Incorrect Wiring/Missing Over-Current Protection,ELECTRICAL SYSTEM,79-1429,Vehicle,3,"Forest River, Inc. (Forest River) is recalling certain 2022 XLR Toy Hauler Recreational Vehicles. The vehicles were incorrectly wired, and they are missing 250AMP over-current protection, which could result in melted wires and an electrical short.",An electrical short increases the risk of a fire.,"Dealers will replace the gauge wire, and install a sub panel with the correct breaker, free of charge. Owner notification letters were mailed November 5, 2021. Owners may contact Forest River Customer Service at 1-574-642-0432. Forest River's number for this recall is 79-1429." -10/22/2021,21V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V831000),"BMW of North America, LLC",License Plate Not Illuminated Properly/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2577,"BMW of North America, LLC (BMW) is recalling certain 2022 X4 xDrive30i, X4 M40i, and X4M vehicles. The rear license plate may not be illuminated properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The incorrectly positioned license plate lamp cutouts could cause confusion to other drivers on the road, increasing the risk of a crash.","Dealers will modify the rear license plate bracket, free of charge. Owner notification letters were mailed on December 17, 2021. Owners may contact BMW customer service at 1-800-525-7417." -10/22/2021,21V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V830000),"Forest River, Inc.",Missing Wall Panel Protecting Furnace Components,STRUCTURE,79-1432,Vehicle,125,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 XLR Toy Hauler recreational vehicles. The protective panel that separates the furnace and furnace components from the mid-deck cargo area is missing.","Cargo could contact the furnace wiring and other components, resulting in an electrical short and increasing the risk of a fire.","Dealers will install a felt-covered wall panel, free of charge. Owner notification letters were mailed November 1, 2021. Owners may contact Forest River Customer Service at 1-574-642-0432. Forest River's number for this recall is 79-1432." -10/22/2021,21V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V832000),"Mercedes-Benz USA, LLC",Rear Window Glass May Detach,VISIBILITY,2021110007,Vehicle,23,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 GLE 350, GLE 580, GLS 450, GLS 580, AMG GLE 53, AMG GLE 63 S, and AMG GLS 63 S vehicles. The rear window may be insufficiently bonded to the tailgate, which could allow the rear glass to detach.","Detached rear glass can become a road hazard, increasing the risk of a crash.","Dealers will replace the rear window, free of charge. Owner notification letters were mailed December 8, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -10/21/2021,21V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V827000),Orange EV,Pitman Arm Bolt Not Tightened Properly,STEERING,NR (Not Reported),Vehicle,252,"Orange EV (Orange) is recalling certain 2019-2021 EV-T Series Pure Electric Terminal trucks. The pitman arm bolt may have been incorrectly tightened, allowing the bolt to loosen.","A loose bolt may allow the pitman arm to detach from the steering box, causing a loss of steering and increasing the risk of a crash.","OEV Service Technicians will tighten or replace the pitman arm bolt, as necessary, free of charge. Owner notification letters were mailed on November 18, 2021. Owners may contact Orange customer service at 1-866-688-5223." -10/20/2021,21V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V824000),Sutphen Corporation,Improperly Crimped Lifting Cable,EQUIPMENT,NR (Not Reported),Vehicle,1,Sutphen Corporation (Sutphen) is recalling one 2020 Fire Truck equipped with a Cummins generator set. The lifting cables may be improperly crimped.,"An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Cummins will inspect the lifting cable, and either replace the cable or install a warning label, free of charge. Owner notification letters were mailed in October 29, 2021. Owners may contact Sutphen's customer service at 1-614-889-1005." -10/20/2021,21V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V826000),Doosan Portable Power,Improperly Tightened Lug Nuts,WHEELS,NR (Not Reported),Vehicle,580,Doosan Portable Power (Doosan) is recalling certain 2019-2021 Doosan Portable Power Air Compressors and Mobile Generators. The wheel lug nuts may be improperly tightened.,"Improperly tightened lug nuts can cause a loss of trailer stability, or the tire could fall off, increasing the risk of a crash.","Owners are advised to not tow their trailer until the remedy has been performed. Dealers will tighten the lug nuts, free of charge. Owner notification letters were mailed November 4, 2021. Owners may contact Doosan customer service at 1-800-633-5206, Option #3." -10/20/2021,21V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V825000),"Volkswagen Group of America, Inc.",Rear-View Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,91CR,Vehicle,2857,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi A8 and S8, 2022 Audi A5 Sportback, A4 Sedan, E-Tron GT, Q3, Q5, RS6 Avant, A3 Sedan, S5 Sportback, Q5 Sportback, Q7, Q8, RSQ8, SQ7, SQ8, and S3 Sedan vehicles. A software error may prevent the rear-view image from initially displaying when the vehicle begins to reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rear-view camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the infotainment unit parameters, free of charge. Owner notification letters were mailed November 9, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 91CR." -10/19/2021,21V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V822000),Newmar Corporation,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,21V-752,Vehicle,38,"Newmar Corporation (Newmar) is recalling certain 2020-2021 Essex, 2020-2022 King Aire and London Aire motorhomes. A machining defect may cause pressure to build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"On behalf of Newmar Corporation, Shyft Group will inspect the pump serial number, and replace the power steering pump if necessary, free of charge. Owner notification letters were mailed on December 22, 2021. Owners may contact Newmar's customer service at 1-800-731-8300." -10/19/2021,21V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V823000),Sutphen Corporation,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2,"Sutphen Corporation (Sutphen) is recalling one 2017 Fire Truck and one 2020 Fire Truck, equipped with Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Sutphen assisted the owners in obtaining filter kits from the light manufacturer, free of charge. Both affected vehicles have been remedied and therefore no owner letters will be mailed. Owners may contact Sutphen customer service at 1-614-889-1005." -10/18/2021,21V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V821000),"Mitsubishi Motors North America, Inc.",Center Pillar Welded Incorrectly/FMVSS 214,STRUCTURE,SR-21-009,Vehicle,1,"Mitsubishi Motors North America, Inc. (MMNA) is recalling one 2022 Outlander vehicle. A software programming error with a welding robot may have caused the vehicle's center pillar to be welded incorrectly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 214, ""Side Impact Protection"" 210, ""Seat Belt Assembly Anchorages"" and 216, ""Roof Crush Resistance.""","In the event of a crash, the reduced strength of the vehicle body may increase the risk of injury.","MMNA will repurchase and replace the affected vehicle, free of charge. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-21-009." -10/18/2021,21V815000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V815000),"Ferrara Fire Apparatus, Inc.",Improperly Crimped Lifting Cable,EQUIPMENT,NR (Not Reported),Vehicle,1,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling one 2021 Pumper Fire Apparatus fire truck equipped with a Cummins generator set. The lifting cables may be improperly crimped.","An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Cummins will inspect the lifting cable, and either replace the cable or install a warning label, free of charge. Owners may contact Ferrara's customer service at 1-800-443-9006." -10/18/2021,21V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V819000),"Kawasaki Motors Corp., U.S.A.",Improperly Tightened Exhaust Pipe Nuts,ENGINE AND ENGINE COOLING,MC21-07,Vehicle,574,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2020 W800 CAFE (EJ800C), and 2020-2021 W800 (EJ800D) motorcycles. The exhaust pipe nuts may not be tightened properly, possibly resulting in the exhaust pipe nuts and collar falling off the motorcycle.","The exhaust pipe nuts and collar may become a road hazard, increasing the risk of a crash or injury.","Dealers will replace the gaskets and the collars, and reinstall the muffler, free of charge. Owner notification letters were mailed November 2, 2021. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC21-07." -10/18/2021,21V817000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V817000),Braun Corporation,Possible Transmission Fluid Leak,POWER TRAIN,NR (Not Reported),Vehicle,639,"Braun Corporation (Braun) is recalling certain 2020-2021 Chevrolet Traverse wheelchair accessible vehicles with Power In-floor Ramp conversion. The screw and clip that hold the inner wheel-well plastic shroud in place may chafe against the transmission case, possibly resulting in a transmission fluid leak.","A transmission fluid leak can cause a loss of drive power, increasing the risk of a crash. In addition, a leak in the presence of an ignition source increases the risk of a fire.","Dealers will replace the screw and clip, and inspect for signs of contact with the transmission, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Braun customer service at 1-800-488-0359." -10/18/2021,21V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V820000),Triple E Recreational Vehicles,Refrigerator Exhaust May Cause Fire,EQUIPMENT,CA#8721-1,Vehicle,2056,"Triple E Recreational Vehicles (Triple E) is recalling certain 2015 Free Spirit, 2015-2018 Unity, 2015-2016 Libero, 2015-2018 Serenity, and Wonder recreational vehicles. Please see attached 573 for a complete list of model numbers. The refrigerator exhaust vents directly onto the wood frame and surfaces, which can overheat the wood.",An overheated wood frame could ignite and cause a fire.,"Dealers will install metal heat deflectors and screws, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#8721-1." -10/18/2021,21V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V818000),"Mercedes-Benz USA, LLC",Seats Assembled Incorrectly,SEATS,2021110010,Vehicle,27,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLS450, GLS580, GLE350, GLE450, AMG C63, and 2021 AMG GLE53 vehicles. The seats may have been assembled incorrectly.","Incorrectly assembled seats may not properly restrain an occupant during a crash, increasing the risk of injury.","Dealers will inspect and repair the seats, as necessary, free of charge. Owner notification letters are expected to be mailed December 8, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021110010." -10/18/2021,21V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V816000),"Schwarze Industries, Inc.",Unintended Conveyor Movement/Crushing Hazard,EQUIPMENT,NR (Not Reported),Vehicle,547,"Schwarze Industries, Inc. (Schwarze) is recalling certain 2012-2020 Avalanche M6TE, M6SE, and M6SE CNG street sweepers. The outside switch box that controls the position of the conveyor may activate unintentionally while the vehicle is running.","Unintentional activation of the switch box can advance the conveyor, presenting a crushing hazard between the conveyor and hopper, and increasing the risk of injury or death.","Dealers will install a kit containing an outside switch guard and two crushing hazard warning decals, free of charge. Owner notification letters were mailed on November 23, 2021. Owners may contact Schwarze's customer service at 1-800-879-7934." -10/15/2021,21V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V814000),"KZRV, L.P.",Circuits Connected to Incorrect AMP Breaker,ELECTRICAL SYSTEM,KZ-2021-06,Vehicle,8,"KZRV, L.P. (KZRV) is recalling certain 2022 Stratus and SportTrek trailers. The water heater and fireplace circuits were improperly connected to a 20amp circuit breaker instead of a 15amp circuit breaker.","The wrong amperage circuit breaker may not provide adequate circuit protection, increasing the risk of a fire.","Dealers will replace circuit breaker, free of charge. Owner notification letters were mailed December 6, 2021. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2021-06." -10/15/2021,21V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V813000),"Trail King Industries, Inc.",Cracked Suspension Beams May Loosen or Detach,SUSPENSION,TK202105,Vehicle,209,"Trail King Industries, Inc. (Trail King) is recalling certain 2015-2020 TK70AACS, TK80AACS, TK85ACS, and AACS-38 trailers. The rear sliding-axle suspension beams may contact the frame reinforcement and crack, possibly resulting in the suspension beams coming loose or detaching from the frame bracket.",Loose or detached suspension beams can increase the risk of a crash.,"Dealers will add reinforcements between the hanger and the slide pan, and inspect and repair any cracks as necessary, free of charge. Owner notification letters were mailed on November 12, 2021. Owners may contact Trail King's customer service at 1-800-843-3324. Trail King's number for this recall is TK202105." -10/15/2021,21V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V808000),"HME, Inc.",Engine Calibration May Not Warn of Low Oil Volume,ENGINE AND ENGINE COOLING,21V-439,Vehicle,3,"HME, Inc. (HME) is recalling certain 2019 Ram 5500 emergency vehicles. The engine calibration software may not warn about low oil volume.","Low oil can damage the engine, causing an oil leak or a punctured engine block, increasing the risk of a fire.","On behalf of HME, FCA dealers will update the engine calibration software, free of charge. Owner notification letters are expected to be mailed February 25, 2022. Owners may contact HME's customer service at 1-616-534-1463." -10/15/2021,21V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V806000),"Yamaha Motor Corporation, USA",Engine Case May Leak Oil Onto Rear Tire,ENGINE,990149,Vehicle,233,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2020-2021 XVS95C motorcycles. The engine case may leak oil onto the rear tire.","Oil on the rear tire may cause a loss of control, increasing the risk of a crash.","Owners are advised to not ride their motorcycles until they are repaired. Dealers will inspect and replace the engine, as necessary, free of charge. Owner notification letters were mailed October 29, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990150." -10/15/2021,21V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V807000),"HME, Inc.",Flanged Wheel Lug Nuts Improperly Tightened,WHEELS,21V-398,Vehicle,5,"HME, Inc. (HME) is recalling certain 2018-2020 Ram 5500 emergency vehicles. The flanged wheel lug nuts may have been over-tightened during service.","An over-tightened lug nut may cause the wheel stud to break, resulting in wheel separation and increasing the risk of a crash.","Dealers will update the torque specification in the owner's manual and other published service documents. Dealers will also inspect the vehicle's wheel studs, replacing them if necessary, free of charge. Owner notification letters are expected to be mailed on February 25, 2022. Owners may contact HME's customer service at 1-616-534-1463." -10/15/2021,21V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V805000),Ford Motor Company,Front Door Side Impact Sensors Damaged/FMVSS 214,AIR BAGS,21C26,Vehicle,777,"Ford Motor Company (Ford) is recalling certain 2022 Super Duty F-250, F-350, 2021 F-150, Expedition, and Lincoln Navigator vehicles. The front-door side impact pressure sensor modules may have been damaged during supplier assembly, which can cause the side impact air bags to not deploy properly in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 214, ""Side Impact Protection.""",An air bag that does not deploy properly during a crash increases the risk of injury.,"Dealers will replace the driver and passenger front door side impact sensors, free of charge. Owner notification letters were mailed November 3, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C26." -10/15/2021,21V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V810000),"Smeal Holding, LLC",Improperly Crimped Lifting Cable,EQUIPMENT,21015,Vehicle,1,"Smeal Holding, LLC (Smeal) is recalling one 2021 Pumper Fire Apparatus fire truck equipped with a Cummins generator set. The lifting cables may be improperly crimped.","An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Cummins will inspect the lifting cable, and either replace the cable or install a warning label, free of charge. Owner notification letters are expected to be mailed on November 12, 2021. Owners may contact Smeal's customer service at 1-800-867-6478. Smeal's number for this recall is 21015." -10/15/2021,21V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V812000),"Volkswagen Group of America, Inc.",Improperly Tightened Front Wheel Bearing Bolts,SUSPENSION,40R7,Vehicle,30,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas, Atlas Cross Sport, and Passat vehicles. The front wheel bearing bolts may have been incorrectly tightened.","The bolts may loosen and cause a loss of control, increasing the risk of a crash.","Dealers will inspect the tightness of the wheel bearing bolts and replace the bolts, as necessary, free of charge. Owner notification letters were mailed November 2, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 40R7." -10/15/2021,21V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V809000),Ford Motor Company,Inadequate Bonding on Moonroof Glass Panel,VISIBILITY,21S46,Vehicle,1036,"Ford Motor Company (Ford) is recalling certain 2021 Bronco Sport vehicles. The moonroof glass may not have been bonded correctly to the moonroof frame, which could result in the glass panel detaching from the vehicle.","A detached glass panel can become a road hazard, and increase the risk of a crash or injury.","Dealers will inspect the moonroof glass date code and replace the glass, if necessary, free of charge. Owner notification letters were mailed November 18, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S46." -10/15/2021,21V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V811000),Ford Motor Company,Seat Belt Routed Incorrectly/FMVSS 208 & 209,SEAT BELTS,21C25,Vehicle,47683,"Ford Motor Company (Ford) is recalling certain 2019-2021 Ford Ranger Super Cab vehicles. The front passenger outboard seat belt may not have been assembled properly, allowing the seat belt to be misrouted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""","A misrouted seat belt may not adequately restrain an occupant in a crash, increasing the risk of injury.","Ford will provide owners with instructions to perform a preliminary inspection of their front seat belts. Owners that detect an issue with the driver's seat belt, are unsure of the results, or do not want to perform an inspection, should not drive their vehicles and contact a Ford dealership. Dealers will inspect the front row outboard seat belts and replace them, if necessary, free of charge. Interim owner notification letters were mailed on November 5, 2021. Owner notification letters were mailed December 22, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C25." -10/14/2021,21E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E089000),"General Motors, LLC",All Weather Floor Liner May Trap Gas Pedal,EQUIPMENT,N212345450,Equipment,3889,"General Motors, LLC (GM) is recalling certain All-Weather Floor Liners with part number 42686568, sold for use as front driver-side accessory floor liners for 2017-2021 Bolt vehicles. Insufficient clearance between the liner and the gas pedal may result in the pedal becoming trapped by the liner.","A trapped gas pedal can result in unintended acceleration, causing the vehicle to not decelerate as expected when the driver lifts their foot from the gas pedal, increasing the risk of a crash.","Dealers will replace the floor liner, free of charge. Owners are advised to remove the floor liner from the vehicle until it is replaced. Owner notification letters were mailed December 22, 2021. Owners may contact GM customer service at 1-888-988-7267, or Chevrolet customer service at (800-222-1020). GM's number for this recall is N212345450." -10/14/2021,21V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V797000),"Chrysler (FCA US, LLC)",Difficulty Activating High Beams/FMVSS 108,EXTERIOR LIGHTING,Y66,Vehicle,7082,"Chrysler (FCA US, LLC) is recalling certain 2021 Jeep Grand Cherokee L vehicles not equipped with automatic high beams. When the master lighting switch is set to the auto position, the high beam headlights will not activate unless the master lighting switch is first changed to the 'on"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Difficulty activating the headlight high beams may result in reduced visibility, increasing the risk of a crash.","Dealers will reprogram the vehicles, free of charge. Owner notification letters were mailed October 28, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y66." -10/14/2021,21V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V800000),"Volvo Car USA, LLC",Driver's Air Bag Inflator May Explode,AIR BAGS,R10136,Vehicle,194546,"Volvo Cars USA, LLC (Volvo Car) is recalling certain 2001-2007 V70 and XC70 vehicles. The driver's air bag inflator may explode during deployment, due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Dealers will replace the driver's air bag, free of charge. Owner notification letters were mailed December 14, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10136." -10/14/2021,21V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V798000),"Chrysler (FCA US, LLC)",Electrical Short in Relay May Cause Fire,ELECTRICAL SYSTEM,Y76,Vehicle,131177,"Chrysler (FCA US, LLC) is recalling certain 2021-2022 Ram 3500, 2500 pickup trucks, and Ram 3500, 4500, and 5500 cab chassis vehicles equipped with Cummins 6.7L Turbo Diesel engines. An electrical short in the relay may cause a vehicle fire with the ignition on or off.",A vehicle fire increases the risk of injury.,"Dealers will inspect and, if needed, replace the Solid State Intake Heater Grid Relay (""Relay""); if FCA US Recall ID Y08 (NHTSA Recall ID 21V-163) is open, then insulating material will be applied to the Relay after inspection. Customers are advised to not park these vehicles inside of buildings or structures, or near other vehicles until the vehicle has the final repair completed. Owner notification letters were mailed November 10, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y76." -10/14/2021,21V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V804000),Honda (American Honda Motor Co.),Gearshift Pedal Arm Welded Improperly,POWER TRAIN,KM8,Vehicle,2181,"Honda (American Honda Motor Co.) is recalling certain 2021 Trail 125 (CT125A) motorcycles. The gearshift pedal arm weld may fail, possibly resulting in the pedal breaking off the motorcycle.",A broken or detached gearshift pedal can increase the risk of a crash or injury.,"Dealers will replace the gearshift pedal assembly, free of charge. Owner notification letters were mailed December 10, 2021. Owners may contact Honda Powersports customer service at 1-866-784-1870. Honda's number for this recall is KM8." -10/14/2021,21V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V801000),"Heartland Recreational Vehicles, LLC",Incorrect GAWR on Certification Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,332,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021-2022 Mallard Pathfinder trailers. The vehicle certification label does not have the correct Gross Axle Weight Rating (GAWR) listed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","Incorrect GAWR information may cause the vehicle to be overloaded, increasing the risk of a crash.","Heartland will mail new labels to owners, and dealers will replace them, free of charge. Owner notification letters were mailed December 3, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -10/14/2021,21V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V802000),Cruiser RV,Incorrect GAWR on Certification Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,264,"Cruiser RV (Cruiser) is recalling 2021-2022 Hitch trailers. The vehicle certification label does not have the correct Gross Axle Weight Rating (GAWR) listed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","Incorrect GAWR information may cause the vehicle to be overloaded, increasing the risk of a crash.","Cruiser will mail new labels to owners, and dealers will replace them, free of charge. Owner notification letters were mailed November 18, 2021. Owners may contact Cruiser customer service at 1-574-206-7920." -10/14/2021,21V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V799000),Van Hool N.V.,Wheelchair Lift Outer Barrier May Fail/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,P1528-SB2067,Vehicle,422,"Van Hool N.V. (Van Hool) is recalling certain 2000-2014 C2045, 2016 CX45, and 1998-2013 T2145 vehicles equipped with Ricon Baylift Wheelchair Lifts. When the lift's outer barrier is fully deployed, it may not withstand a sufficient amount of force, which could cause it to fail. As such, these lifts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","In the event that a mobility device pushes into the outer barrier, the barrier may fail, increasing the risk of injury for the lift occupant.","Ricon will reinforce the outer barrier with additional supports, free of charge. Owner notification letters were mailed on November 30, 2021. Owners may contact Van Hool's customer service at 1-877-427-7278 or 1-407-656-7977. Van Hool's number for this recall is P1528-SB2067." -10/14/2021,21V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V803000),"Provan Industries, LLC",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,13,"Provan Industries, LLC (Provan) is recalling certain 2019-2020 Tiger Adventure Bengal TX campers equipped with Lippert Hehr 6400 Series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed October 26, 2021. Owners may contact Provan customer service at 1-803-955-3001." -10/13/2021,21V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V794000),"Porsche Cars North America, Inc.",Incorrect Activation of Hazard Lights/FMVSS 108,EXTERIOR LIGHTING,AMC1,Vehicle,11827,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020-2021 Taycan vehicles. The pre-collision automatic hazard lights may activate in non-emergency situations. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","An activation of hazard lights in non-emergency situations could confuse other drivers, increasing the risk of a crash.","Dealers will reprogram the hazard lights, free of charge. Owner notification letters were mailed December 2, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMC1." -10/13/2021,21V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V795000),Zero Motorcycles Inc.,Rear Rotor Bolts Insufficiently Tightened,"SERVICE BRAKES, HYDRAULIC",SV-ZMC-020-417,Vehicle,411,Zero Motorcycles Inc. (Zero) is recalling certain 2020 SR/F motorcycles. The rear rotor bolts were insufficiently tightened.,"The loose bolts may damage the caliper or swingarm, reducing rear braking capability and increasing the risk of a crash.","Dealers will correctly tighten and replace the rear rotor bolts as necessary, free of charge. Owner notification letters were mailed November 1, 2021. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-020-417." -10/13/2021,21V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V796000),Hyundai Motor America,Seat Belt Pretensioner May Explode,SEAT BELTS,211/009G,Vehicle,978,"Hyundai Motor America (Hyundai) is recalling certain 2021 Elantra, Elantra HEV, Venue, Genesis GV80 and 2022 Genesis GV70 vehicles. In the event of a crash, the front driver-side and/or passenger-side seat belt pretensioner(s) may explode upon deployment.","An exploding seat belt pretensioner could project metal fragments into the vehicle, striking vehicle occupants and resulting in injury.","Dealers will replace the seat belt pretensioners, free of charge. Owner notification letters were mailed February 10, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's numbers for this recall are 211 and 009G. This recall is replaced by NHTSA recall number 22V-354 for Elantra and Elantra HEV vehicles. Vehicles already repaired under this recall will need to have the new remedy completed." -10/12/2021,21E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E088000),Tilting Motor Works,Bolt May Fail and Cause Loss of Traction Power,EQUIPMENT,NR (Not Reported),Equipment,310,Tilting Motor Works is recalling certain TRiO Conversion Kits. The bolt that connects the shock hoop to the pivot plate may fail and cause an immediate loss of traction power.,"Loss of traction power can make the vehicle more difficult to control, increasing the risk of a crash.","Arcimoto will inspect and re-work to ensure lockthread is present, and re-torque the bolts, free of charge. Owner notification letters were mailed November 19, 2021. Owners may contact Tilting Motor Works customer service at 1-206-399-0102." -10/12/2021,21V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V792000),"KTM North America, Inc.",Inoperable Clutch,POWER TRAIN,KTB2112/HTB2110,Vehicle,8398,"KTM North America, Inc. (KTM) is recalling certain 2018-2020 690 Enduro R, Vitpilen 701, 701 Enduro, 701 Supermoto, 2019-2020 690 SMC R, Svartpilen, 2018-2019 690 Duke, and 2020 701 Enduro LR motorcycles. The bellow-style gasket on the clutch slave cylinder may have been damaged during manufacturing, which could cause the clutch to become inoperable and not disengage when the clutch lever is pulled in.",An inoperable clutch increases the risk of a crash.,"Dealers will inspect the clutch slave cylinder and replace it if necessary, free of charge. Owner notification letters are expected to be mailed December 3, 2021. Owners may contact KTM customer service at 1-888-985-6090. KTM's numbers for this recall are KTB2112 and HTB2110." -10/12/2021,21V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V791000),"HME, Inc.",Malfunction Indicator Light May Not Illuminate,ELECTRICAL SYSTEM,Emission 21E01,Vehicle,8,"HME, Inc. (HME) is recalling one 2014 Ford F-550 emergency vehicle. The on-board diagnostic system may not illuminate the malfunction indicator light (MIL) on the dashboard to alert the operator when certain faults are present in the vehicle's emissions control system.","The driver may be unaware of issues with the emissions system, which could result in a loss of drive power and increase the risk of a crash.","Dealers will reprogram the PCM, free of charge. Owner notification letters are expected to be mailed on April 25, 2022. Owners may contact HME's customer service at 1-616-534-1463." -10/12/2021,21V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V793000),"Winnebago Industries, Inc.",Wire Harness Built Incorrectly,ELECTRICAL SYSTEM,164,Vehicle,267,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2019-2022 Travato and 2021-2022 Boldt vehicles. The wire harness may have been built incorrectly, resulting in the loss of over-current protection.","Loss of over-current protection can cause the wires to overheat, increasing the risk of a fire.","Owners are instructed to not drive their vehicle until the Volta Power System is disabled. Dealers will replace the harness and inspect the electrical connection, free of charge. Owner notification letters were mailed October 26, 2021. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 164." -10/11/2021,21V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V789000),"Mercedes-Benz USA, LLC",Deactivated Front Passenger Air Bag,AIR BAGS,2021100010,Vehicle,1311,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 S500, S580, and Maybach S580 vehicles. The air bag control unit software may deactivate the occupant recognition control unit, resulting in a deactivated front passenger air bag.",A deactivated passenger air bag increases the risk of injury during a crash.,"Dealers will update the air bag control unit software, free of charge. Owner notification letters were mailed December 1, 2021. MBUSA's number for this recall is 2021100010. Owners may contact MBUSA customer service at 1-800-367-6372." -10/11/2021,21V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V790000),"HME, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",21E-032,Vehicle,245,"HME, Inc. (HME) is recalling certain 2017-2020 Ahrens-Fox model 34 Type 3, Rescue, Pumper, Tanker, Aerial, CommFox, WolfSA Tanker, 1871-SFO, 1871-W, 1871-Spectr, and AF1 fire trucks. The sealing washer may not seat correctly in the pilot boreholes, allowing the high-pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owners were notified on January 20, 2021. Owners may contact HME's customer service at 1-616-534-1463." -10/09/2021,21V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V788000),"Foretravel, Inc.",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,71,"Foretravel, Inc. (Foretravel) is recalling certain 2020-2022 iH-45, Realm FS605, Realm FS450, and iC-37 recreational vehicles equipped with Hehr 6400 Series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owners may contact Foretravel customer service at 1-800-9556226." -10/08/2021,21V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V785000),"Forest River, Inc.",Brake Lines May Wear,"SERVICE BRAKES, HYDRAULIC",504-1426,Vehicle,19,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Entrada motorhomes. The brake lines may wear against the front leveling jack brackets, possibly resulting in brake line failure.","Brake line failure can result in a loss of braking ability, increasing the risk of a crash.","Dealers will relocate the front leveling jack brackets, free of charge. Owner notification letters were mailed November 2, 2021. Owners may contact Forest River Customer Service at 1-574-264-6664. Forest River's number for this recall is 504-1426." -10/08/2021,21V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V786000),"Forest River, Inc.",Emergency Exit Window Labels Incorrect/FMVSS 217,EQUIPMENT,05-0171,Vehicle,468,"Forest River, Inc. (Forest River) is recalling certain 2014-2016 Star Trans school buses. The rear emergency exit window labels are not in the correct location and only provide instructions for one release mechanism, instead of two release mechanisms. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 217, ""Bus Emergency Exits and Window Retention and Release.""","In an emergency, the incorrect window label instructions may prevent or delay the use of the emergency exit, increasing the risk of injury.","Dealers will install new labels on the rear emergency exit windows, free of charge. Interim owner notification letters informing owners of the safety risk were mailed November 22, 2021. A second notice will be sent once the remedy is available. Owners may contact Forest River Customer Service at 1-800-348-7440. Forest River's number for this recall is 05-0171." -10/08/2021,21V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V787000),"Forest River, Inc.",Emergency Exit Window Labels Incorrect/FMVSS 217,EQUIPMENT,05-0169,Vehicle,7593,"Forest River, Inc. (Forest River) is recalling certain 2014-2016 Starcraft transit buses. The rear emergency exit window labels are not in the correct location and only provide instructions for one release mechanism, instead of two release mechanisms. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 217, ""Bus Emergency Exits and Window Retention and Release.""","In an emergency, the incorrect window label instructions may prevent or delay the use of the emergency exit, increasing the risk of injury.","Dealers will install new labels on the rear emergency exit windows, free of charge. Interim owner notification letters informing owners of the safety risk were mailed November 22, 2021. A second notice will be sent once the remedy is finalized. Owners may contact Forest River Customer Service at 1-800-348-7440. Forest River's number for this recall is 05-0169." -10/08/2021,21V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V784000),"Forest River, Inc.",Wastewater Holding Tank Missing Ventilation Pipe,EQUIPMENT,420-1425,Vehicle,44,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Puma travel trailers. The black wastewater-holding tank may be missing the ventilation pipe, allowing methane gas to build up.","In the presence of an ignition source, a gas build up increases the risk of fire.","Dealers will properly vent the black wastewater-holding tank, free of charge. Owner notification letters were mailed October 22, 2021. Owners may contact Forest River Customer Service at 1-574-642-0606. Forest River's number for this recall is 420-1425." -10/07/2021,21V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V782000),"General Motors, LLC",Driver's Air Bag Inflator May Explode,AIR BAGS,N212349040,Vehicle,555,"General Motors, LLC (GM) is recalling certain 2008-2017 Buick Enclave and 2013-2017 Chevrolet Traverse vehicles. The driver's air bag inflator may explode during deployment, due to a manufacturing defect.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Dealers will replace the driver's air bag module, free of charge. Interim owner notification letters were mailed on November 3, 2021. Owner notification letters were mailed on January 10, 2022. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212349040." -10/07/2021,21V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V783000),"Tiffin Motorhomes, Inc.",Electrical Wire Not Connected,ELECTRICAL SYSTEM,TIF-119,Vehicle,111,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021-2022 Phaeton recreational vehicles. During manufacturing, an electrical outlet was not installed as intended, resulting in an open electrical wire inside the wall.",An open electrical wire can increase the risk of a fire.,"Dealers will inspect the vehicle and install an outlet on the wire, free of charge. Owner notification letters were mailed October 27, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-119." -10/06/2021,21V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V777000),Aluma KLM,Angle Mounting Bracket May Loosen,STRUCTURE,NR (Not Reported),Vehicle,160,"Aluma KLM (Aluma) is recalling certain 2021 8214HSTILT trailers. The front latch rivet nuts may not remain secure, causing the angle mounting bracket to become loose.","A loose angle mounting bracket may disengage, and cause the trailer bed to tilt unexpectedly, increasing the risk of a crash.","Dealers will install new mounting hardware, free of charge. Owner notification letters were mailed on December 21, 2021. Owners may contact Aluma's customer service at 1-866-415-3285." -10/06/2021,21V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V778000),Blue Bird Body Company,Brake Line Retaining Clamp May Not Be Installed,"SERVICE BRAKES, HYDRAULIC",R21BN-SB,Vehicle,135,"Blue Bird Body Company (Blue Bird) is recalling certain 2022 Vision school buses equipped with Ford 7.3L engines. The retaining clamp used to secure the hydraulic brake line near the engine may not have been installed, which could cause the brake line to rub which could cause a brake fluid leak and result in a loss of brake function.",Loss of braking ability increases the risk of a crash.,"Dealers will inspect the hydraulic brakes lines, and install any missing hardware, free of charge. Owners letters were mailed on November 30, 2021. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BN-SB." -10/06/2021,21V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V779000),"Daimler Vans USA, LLC",Starter-Generator Wiring Harness May Short,ELECTRICAL SYSTEM,VS3KABKAN,Vehicle,38,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter vehicles. A cable duct may drop out of place due to unlatched engagement hooks inside the battery case. This may cause the starter-generator wiring harness to chafe against the transmission carrier, which could result in an electrical short-circuit.",An electrical short can increase the risk of a fire.,"Dealers will replace the engagement hooks on the affected cable duct with expanding rivets, free of charge. The recall began on November 2, 2021. Owners may contact DVUSA's customer service at 1-877-762-8267. DVUSA's number for this recall is VS3KABKAN." -10/06/2021,21V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V780000),"Nexus RVs, LLC",Stove Saddle Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2000,"Nexus RV's, LLC (Nexus) is recalling certain 2018-2020 Nexus Bentley, Bentley Diamond, Evoque, Ghost, Maybach, Wraith, Phantom, Triumph, and Viper recreational vehicles, built on International or Ford chassis. These vehicles are equipped with certain Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Nexus will work with Dometic, who will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed December 10, 2021. Owners may contact Nexus customer service at 1-574-970-0848." -10/06/2021,21V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V781000),Volvo Trucks North America,Transmission May Shift to Neutral Unexpectedly,POWER TRAIN,RVXX2104,Vehicle,162,Volvo Trucks North America (Volvo Trucks) is recalling certain 2022 VNL vehicles. The electronic control unit software may allow the transmission to shift into neutral unexpectedly.,An unexpected shift to neutral can increase the risk of a crash.,"Dealers will reprogram the electronic control module, free of charge. Owner notification letters were mailed on November 01, 2021. Owners may contact Volvo Trucks' customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX2104." -10/05/2021,21V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V776000),Shyft Group,Rear Suspension Fasteners Not Tightened Properly,SUSPENSION,21-22,Vehicle,660,"Shyft Group is recalling certain 2020-2022 Spartan RV Chassis K1 and K2 recreational vehicles. The rear suspension mounting fasteners that attach the rear-drive axle to the rear suspension may not have been tightened properly, which could allow the fasteners to loosen or break.","Loose or broken suspension fasteners can allow the rear-drive axle to shift out of place, increasing the risk of a crash.","Shyft Group will inspect the rear suspension fasteners for damage, and replace and tighten them as necessary, free of charge. Owner notification letters were mailed on November 16, 2021. Owners may contact Shyft Group's customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-22." -10/04/2021,21V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V774000),"Nissan North America, Inc.",HPCM Software May Cause Loss of Drive Power,ENGINE AND ENGINE COOLING,"R21B4, R21B5",Vehicle,7634,"Nissan North America, Inc. (Nissan) is recalling certain 2014-2015 Nissan Pathfinder Hybrid, 2015-2016 Murano Hybrid, and 2014-2017 INFINITI QX60 Hybrid vehicles. The Hybrid Powertrain Control Module (HPCM) software may shut down the hybrid system and the engine under certain conditions, causing a loss of drive power.",A loss of drive power increases the risk of a crash.,"Dealers will reprogram the HPCM software, free of charge. Owner notification letters were mailed March 31, 2022. Owners may contact Nissan customer service at 1-800-867-7669 or INFINITI customer service at 1-800-662-6200. Nissan's numbers for this recall are R21B4 and R21B5." -10/04/2021,21V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V775000),Peach Cargo LLC,Spindle Nuts Improperly Tightened,SUSPENSION,NR (Not Reported),Vehicle,457,Peach Cargo LLC (Peach Cargo) is recalling certain 2021-2022 Peach Cargo Trailers. Please see the 573 report for all affected model numbers. The spindle nuts on the axles may have been improperly tightened during assembly.,"Improperly tightened spindle nuts may cause excessive axle vibration and overheat the bearings, affecting vehicle control and increasing the risk of a crash.","Dealers will inspect the spindle nuts and bearings, tightening the spindle nuts and replacing bearings as necessary, free of charge. Owner notification letters were mailed on October 15 2021. Owners may contact Peach Cargo's customer service at 1-229-896-1646." -10/01/2021,21E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E087000),Arcimoto Inc,Bolt May Fail and Cause Loss of Traction Power,EQUIPMENT,NR (Not Reported),Equipment,30,Arcimoto Inc (Arcimoto) is recalling certain TRiO conversion kits. The bolt that connects the shock hoop to the pivot plate may fail and cause an immediate loss of traction power.,"Loss of traction power can make the vehicle more difficult to control, increasing the risk of a crash.","Arcimoto will inspect and rework to ensure the lockthread is present, and re-torque the bolts, free of charge. Owner notification letters were mailed on November 22, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293." -10/01/2021,21V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V771000),"Mercedes-Benz USA, LLC",Driver's Front Air Bag May Not Deploy Properly,AIR BAGS,2021100001,Vehicle,3,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLS 580 vehicles. The air bag control unit software may be programmed incorrectly, which can cause the driver's air bag to deploy improperly.",An air bag that does not deploy properly during a crash can increase the risk of injury.,"Dealers will replace the air bag control unit, free of charge. Owner notification letters were mailed on October 29, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -10/01/2021,21V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V770000),Ford Motor Company,Passenger Air Bag May Deploy Improperly/FMVSS 208,AIR BAGS,21C23,Vehicle,553,"Ford Motor Company (Ford) is recalling certain 2021 Bronco vehicles. During passenger air bag deployment, an air bag vent could open prematurely and result in an improper deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",Improper air bag deployment increases the risk of injury during a crash.,"Dealers will replace the passenger air bag, free of charge. An interim owner notification letter was mailed on November 24, 2021. A second notice will be sent once the remedy is available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C23." -10/01/2021,21V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V772000),"Corp. Micro Bird, Inc.",Wheels May Become Misaligned,WHEELS,21-088-AUC,Vehicle,1,"Corp. Micro Bird, Inc. (Micro Bird) is recalling one 2022 G5 transit bus. During wheel alignment, the alignment ring was installed at an incorrect angle, which can cause the wheels to become misaligned.","Misaligned wheels may result in uneven tire wear and stress on the suspension, increasing the risk of a crash.","A dealer will re-align the wheels, free of charge. Owner notification letters were mailed November 3, 2021. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-088-AUC." -10/01/2021,21V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V773000),"Corp. Micro Bird, Inc.",Wheels May Become Misaligned,WHEELS,21-088-AUS,Vehicle,3,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2022 G5 school buses. During wheel alignment, the alignment ring was installed at an incorrect angle, which can cause the wheels to become misaligned.","Misaligned wheels may result in uneven tire wear and stress on the suspension, increasing the risk of a crash.","Dealers will re-align the wheels, free of charge. Owner notification letters were mailed in November 03, 2021. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-088-AUS." -09/30/2021,21V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V765000),Ford Motor Company,Child Seat May Not Attach Properly/FMVSS 225,CHILD SEAT,21C24,Vehicle,37625,"Ford Motor Company (Ford) is recalling certain 2020-2021 Ranger Super Cab vehicles equipped with rear seats containing fixed head restraints. The fixed head restraints may interfere with proper installation of certain types of child seats. Additionally, the child seat may not attach properly to the lower-rear anchors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage System.""",An improperly attached child seat can increase the risk of injury in a crash.,"Dealers will inspect the rear-lower child restraint anchorages for correct alignment and adjust as necessary. Separately, dealers will replace the non-removable head restraints with removable head restraints, free of charge. Interim owner notification letters were mailed on November 5, 2021. Owner notification letters were mailed on March 17, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C24." -09/30/2021,21V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V762000),"Jayco, Inc.",Cooktop Burner Flames May Invert,EQUIPMENT,9901571,Vehicle,1155,"Jayco, Inc. (Jayco) is recalling certain 2021-2022 Flight SLX recreational trailers. The cooktop is installed in a cabinet that may not be entirely sealed from the furnace. As a result, during furnace operation, the interior range cooktop burner flame may invert.",An inverted flame can increase the risk of a fire.,"Dealers will install sealant and plywood panels, as necessary, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901571." -09/30/2021,21V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V763000),Starcraft RV,Cooktop Burner Flames May Invert,EQUIPMENT,9902571,Vehicle,140,"StarCraft RV (StarCraft) is recalling certain 2021 Autumn Ridge Outfitter recreational trailers. The cooktop is installed in a cabinet that may not be entirely sealed from the furnace. As a result, during furnace operation, the interior range cooktop burner flame may invert.",An inverted flame can increase the risk of a fire.,"Dealers will install sealant and plywood panels, as necessary, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact StarCraft customer service at 1-800-283-8267. StarCraft's number for this recall is 9902571." -09/30/2021,21V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V764000),Highland Ridge RV,Cooktop Burner Flames May Invert,EQUIPMENT,NR (Not Reported),Vehicle,48,"Highland Ridge RV (Highland Ridge) is recalling certain 2021 Highland Ridge Open Range recreational trailers. The cooktop is installed in a cabinet that may not be entirely sealed from the furnace. As a result, during furnace operation, the interior range cooktop burner flame may invert.",An inverted flame can increase the risk of a fire.,"Dealers will install sealant and plywood panels, as necessary, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Highland Ridge customer service at 1-260-768-7771." -09/30/2021,21V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V766000),"Volvo Car USA, LLC",Driver's Air Bag Inflator May Explode,AIR BAGS,R10125,Vehicle,259383,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2001-2006 S80 and 2001-2009 S60 vehicles. The driver's air bag inflator may explode during deployment, due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Dealers will replace the driver's air bag, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo's number for this recall is R10125." -09/29/2021,21V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V758000),"General Motors, LLC",Brake Pressure Modulator Valve May Short,"SERVICE BRAKES, HYDRAULIC",N212349181,Vehicle,3241,"General Motors, LLC (GM) is recalling certain 2021-2022 Chevrolet Silverado 2500, Silverado 3500, GMC Sierra 2500, and Sierra 3500 vehicles with electronic brake control modules (EBCM) replaced during vehicle assembly. The bolts that attach the brake pressure modulator valve (BPMV) assembly may not be properly tightened, which could fail to seal the two sub-assemblies and allow water intrusion.",Water in the BPMV may cause an electrical short circuit and increase the risk of fire.,"Owners are advised to park outside and away from other structures until the recall repair is completed. Dealers will replace the BPMV assembly, free of charge. Owner notification letters were mailed on October 20, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is N212349181." -09/29/2021,21V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V769000),"Jayco, Inc.",Instrument Cluster May Go Blank,ELECTRICAL SYSTEM,None,Vehicle,994,"Jayco, Inc. (Jayco) is recalling certain 2019-2021 Entegra Anthem, Aspire, Cornerstone, Reatta, Reatta XL, and Jayco Embark Class A motorhomes. The instrument cluster may intermittently go blank while the vehicle is in motion.","A blank instrument cluster display may be missing critical information such as the vehicle's speed and warning lights, which can increase the risk of a crash.","Dealers will update the control module software, and reroute and secure the duct work, free of charge. Owner notification letters were mailed October 22, 2021. Owners may contact Jayco customer service at 1-800-283-8267." -09/29/2021,21V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V759000),"General Motors, LLC",Park/Position Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,N162016079,Vehicle,181,"General Motors, LLC (GM) is recalling certain 2016-2017 Cadillac CT6 vehicles. The Park/Position lights may be excessively bright. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Dealers will install right and left side in-line headlight jumper harnesses, free of charge. Owner notification letters were mailed November 3, 2021. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is N162016079." -09/29/2021,21V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V768000),Honda (American Honda Motor Co.),Pinhole in Tire Sidewall / FMVSS 139,TIRES,HBL,Vehicle,181,"Honda (American Honda Motor Co.) is recalling certain 2022 Odyssey vehicles equipped with Bridgestone tires. The affected vehicles may have a tire that contains a pinhole, causing a slow air leak. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","A slow air leak can affect tire performance, and increase the risk of a crash.","Dealers will inspect all four tires and replace the tire if a pinhole is found, free of charge. Owner notification letters were mailed November 24, 2021. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is HBL." -09/28/2021,21V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V755000),Thor Motor Coach,Excessive Bend in LP Gas Line,EQUIPMENT,RC000243,Vehicle,162,"Thor Motor Coach (TMC) is recalling certain 2022 Scope and Rize motorhomes. The LP gas line may be too short and improperly installed, creating an excessive bend in the line which could rupture and leak.",A gas leak increases the risk of a fire.,"Dealers will replace the LP gas line and reroute it as necessary, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000243." -09/28/2021,21V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V767000),Entegra Coach,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",None,Vehicle,119,"Entegra Coach (Entegra) is recalling certain 2021-2022 Anthem, Aspire, and Reatta XL Class A vehicles equipped with Cummins L9 diesel engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur in the fuel hoses between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source may increase the risk of a fire.,"Entegra will work with Cummins to replace the fuel hoses, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact Entegra customer service at 1-800-283-8267." -09/28/2021,21V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V753000),"Tiffin Motorhomes, Inc.",Holding Tank Could Drop Onto Exhaust Pipe,EQUIPMENT,WAY-102,Vehicle,2461,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2018-2022 Wayfarer vehicles. The rear-center holding tank water pan bolts may pull through the lip of the pan, allowing the tank to drop down onto the exhaust pipe.","The tank falling onto the exhaust can affect vehicle stability, and increase the risk of a crash.","Dealers will inspect and as necessary, replace any damaged holding pans. In addition, metal straps and a washer plate will be installed. Repairs will be performed free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Tiffin customer services at 1-256-356-8661. Tiffin's number for this recall is WAY-102." -09/28/2021,21V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V757000),Rosenbauer America,Improperly Crimped Lifting Cable,EQUIPMENT,NR (Not Reported),Vehicle,5,"Rosenbauer America (Rosenbauer) is recalling certain 2022 Commercial HV 507, 2020-2021 Commander, and 2021 Panther ARFF vehicles equipped with Cummins generator sets. The lifting cables may be improperly crimped.","An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Cummins will inspect the lifting cable, and either replace the cable or install a warning label, free of charge. Vehicles were repaired in October 2021. Owners may contact Rosenbauer's customer service at 1-651-462-1000 or Cummins' customer service at 1-800-286-6467." -09/28/2021,21V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V754000),Thor Motor Coach,LP Gas Line Incorrectly Routed,EQUIPMENT,RC000242,Vehicle,738,"Thor Motor Coach (TMC) is recalling 2021-2022 Magnitude and Omni motorhomes. The LP gas line may have been incorrectly routed through the rear suspension leaf springs, which could damage the line and cause a gas leak.",A gas leak increases the risk of a fire.,"Dealers will re-route the LP line as necessary, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000242." -09/28/2021,21V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V756000),Thor Motor Coach,Patio Awning may Separate from Motorhome,EQUIPMENT,RC000244,Vehicle,78,"Thor Motor Coach (TMC) is recalling certain 2021-2022 Venetian motorhomes. The patio awning may have been improperly installed, allowing it to separate.",An awning that separates while the vehicle is in motion can increase the risk of a crash.,"Dealers will secure the awning, free of charge. Owner notification letters were mailed November 24, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000244." -09/27/2021,21V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V752000),Shyft Group,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,21-21,Vehicle,91,"Shyft Group is recalling certain 2020-2022 Spartan RV Chassis K3 and K4 recreational vehicles. A machining defect may cause pressure to build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Shyft Group will inspect the pump serial number, and replace the power steering pump if necessary, free of charge. Owner notification letters were mailed November 23, 2021. Owners may contact Shyft Group's customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-21." -09/27/2021,21V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V750000),Mazda North American Operations,Seat May Slide Forward in a Crash/FMVSS 210,SEAT BELTS,5221I,Vehicle,8648,"Mazda North American Operations (Mazda) is recalling certain 2020-2021 CX-9 vehicles equipped with 60/40 split bench second-row seats. The left-side second-row seat may unexpectedly slide forward during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""","A seat that slides forward during a crash can transfer excessive force onto a belted occupant, increasing their risk of injury.","Dealers will replace the internal parts of the affected second-row seats, free of charge. Owner notification letters were mailed November 4, 2021. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 5221I." -09/24/2021,21V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V748000),Motor Coach Industries,Circuit Board in Battery Compartment May Fail,ELECTRICAL SYSTEM,R21-010,Vehicle,2455,"Motor Coach Industries (MCI) is recalling certain 2018 D4000, 2018-2020 D4005, D4000ISTV, 2017-2020 D4500, D4505, 2018-2021 J3500, 2017-2021 J4500, 2020 D4520, and 2018-2021 D45CRTLE motorcoaches. The Main Distribution Panel (MDP) located within the battery compartment contains a circuit board that may fail.","MDP circuit board failure can result in a fire or an unexpected vehicle shutdown, increasing the risk of a crash.","MCI Service Centers will remove the MDP and install a new main disconnect and circuit breaker panel, free of charge. Owner notification letters were mailed November 12, 2021. Owners may contact MCI's customer service at 1-800-241-2947. MCI's number for this recall is R21-010." -09/24/2021,21V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V744000),Mazda North American Operations,Fuel May Leak From Fuel Pump Mounting Rings,"FUEL SYSTEM, GASOLINE",5121I,Vehicle,13891,Mazda North American Operations (Mazda) is recalling certain 2009-2011 RX-8 and 2006-2007 MazdaSpeed6 vehicles. Fuel may leak from the fuel pump mounting rings.,A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will install new fuel pump mounting rings. Dealers will also add a thermal insulation pad to the fuel tank on RX-8 vehicles. Repairs will be performed free of charge. Owner notification letters were mailed November 17, 2021. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 5121I." -09/24/2021,21V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V745000),"Forest River, Inc.",Incorrect GVWR On Federal Placard,EQUIPMENT,69-1423,Vehicle,61,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Salem and Wildwood fifth wheel trailers. The Federal Placard lists a Gross Vehicle Weight Rating (GVWR) that exceeds the load carrying capacity of the pin box, which could result in an overloaded pin box.","An overloaded pin box can fail, increasing the risk of a crash.","Forest River will mail owners a new Federal Placard, free of charge. Owner notification letters were mailed October 8, 2021. Owners may contact Forest River Customer Service at 1-574-534-3167. Forest River's number for this recall is 69-1423." -09/24/2021,21V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V747000),"Carson Trailer, Inc.",Spindle Nuts Improperly Tightened,SUSPENSION,Recall3,Vehicle,870,"Carson Trailer, Inc. (Carson) is recalling certain 2021 Carson Carrier trailers. The spindle nuts on the axles may have been improperly tightened during assembly.","Improperly tightened spindle nuts may cause excessive axle vibration and overheat the bearings, affecting vehicle control, and increasing the risk of a crash.","Dealers will properly tighten the spindle nuts, free of charge. Owner notification letters were mailed January 12, 2022. Owners may contact Carson's customer service at 310-516-6046. Carson's number for this recall is Recall3." -09/24/2021,21V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V749000),Hyundai Motor America,Turn Signal May Activate in Wrong Direction,ELECTRICAL SYSTEM,210,Vehicle,469377,"Hyundai Motor America (Hyundai) is recalling certain 2015-2017 Sonata, 2016-2017 Sonata Hybrid, and Sonata Plug-In Hybrid vehicles. The Smart Junction Box (SJB) software logic may not properly interpret the signals received from the multifunction switch, which could cause the turn signal to activate in the opposite direction of what the driver intended.",A turn signal that activates in the opposite direction of what was intended by the driver increases the risk of a crash.,"Dealers will update the SJB software, free of charge. Owner notification letters were mailed November 19, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 210." -09/23/2021,21V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V733000),DRV Suites,Brake Caliper Retaining Clips May Warp Or Bend,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,715,"DRV Suites (DRV) is recalling certain 2018-2021 Elite Suites and Mobile Suites fifth wheel trailers. The brake caliper retaining clips may bend or warp while braking, causing the caliper to become unseated.","An unseated brake caliper can cause a loss of braking ability, increasing the risk of a crash.","Dealers will replace the caliper retaining clips, free of charge. Owner notification letters were mailed November 11, 2021. Owners may contact DRV customer service at 1-260-562-3500." -09/23/2021,21V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V740000),Braun Ambulances,Damaged Wires and Oxygen Tube May Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,9,"Braun Ambulances is recalling certain 2020 Demers Ambulances MXP153 Ford F-Series Gas, MXP153 Dodge Ram, and 2020-2021 MXP153 Ford F-Series Diesel emergency vehicles. The medical oxygen tube and electrical wires may become damaged due to insufficient clearance from the ceiling spacers.",Damage to the wires and medical oxygen tube increases the risk of a fire.,"Dealers will remove the ceiling panels and spacers, replace wires and oxygen network tubing, and create a routing channel inside the insulation board for all wires, free of charge. Owner letters were mailed on October 6, 2021. Owners may contact Braun Ambulances' customer service at 1-877-344-9990." -09/23/2021,21V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V736000),"Altec Industries, Inc.",Pedestal and Truck Frame May Separate,EQUIPMENT,CSN 836,Vehicle,2115,"Altec Industries, Inc. (Altec) is recalling certain 2011-2016 AT200A aerial devices. Cracks may develop in the legs of the mounting frame, which can cause the mounting frame side plate to break.","A broken side plate may result in pedestal and truck frame separation, increasing the risk of injury.","Altec will repair the side plates as necessary, or provide a repair kit, free of charge. Owner notification letters were mailed on October 13, 2021. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 836." -09/23/2021,21V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V739000),"General Motors, LLC",Power Control Module May Cause Fuel Pump Failure,"FUEL SYSTEM, GASOLINE",N212332040,Vehicle,14939,"General Motors, LLC (GM) is recalling certain 2021 Cadillac Escalade, Escalade ESV, Chevrolet Suburban, Tahoe, GMC Yukon, and Yukon XL vehicles. The fuel pump power control module may cause the fuel pump to fail or operate intermittently, which can interrupt fuel flow to the engine, and cause an unexpected engine stall.",An engine stall increases the risk of a crash.,"Dealers will replace the fuel pump power control module, free of charge. Owner notification letters were mailed on October 14, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006; or GMC customer service at 1-800-462-8782. GM's number for this recall is N212332040." -09/23/2021,21V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V732000),"Volkswagen Group of America, Inc.",Roof Reinforcement May Impair Side Air Bags,STRUCTURE,51H5,Vehicle,2,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Tiguan vehicles. During the repair of roof damage, an incorrect roof reinforcement assembly may have been installed.","The incorrect roof reinforcement may decrease the roof's structural integrity or impact deployment of the side curtain air bags, increasing the risk of injury in the event of a crash.","Dealers will be replace the roof reinforcement, free of charge. Owner notification letters were mailed November 19, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 51H5." -09/23/2021,21V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V743000),"Nissan North America, Inc.",Second-Row Seat Back Weld May Separate,SEATS,PC845 PC846 PC847,Vehicle,5895,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Pathfinder vehicles. The second-row seat back frames may have insufficient welds that could separate.","Seat backs with separated welds may fail to adequately restrain occupants during a crash, increasing the risk of injury.","Dealers will inspect and replaced the seat assemblies as necessary, free of charge. Owner notification letters were mailed November 17, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's numbers for this recall are PC845, PC846, and PC847." -09/23/2021,21V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V738000),Ducati North America,Side Stand Not Welded Properly,STRUCTURE,SRV-RCL-21-011,Vehicle,205,"Ducati North America (Ducati) is recalling certain 2019 Hypermotard 950 SP motorcycles. The side stand may be improperly welded, potentially causing the stand to break.","A broken side stand could result in the motorcycle falling down, increasing the risk of injury.","Dealers will install a new side stand, free of charge. Owner notification letters were mailed October 22, 2021. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-21-011." -09/23/2021,21V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V741000),"Daimler Trucks North America, LLC",Solenoid Connector to CNG Fuel Tank May Corrode,ELECTRICAL SYSTEM,FL-903,Vehicle,87,"Daimler Trucks North America, LLC. (DTNA) is recalling certain 2015-2018 Thomas Built Minotour school buses. The under-body shut-off solenoid connector that connects to the CNG fuel tank may corrode, which could result in an electrical short.","A short at the connector may cause a flame or overheating, increasing the risk of a fire.","Dealers will replace the CNG fuel shut-off solenoid, free of charge. Owner notification letters are were mailed February 03, 2022. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-903." -09/23/2021,21V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V742000),"Nissan North America, Inc.",Third-Row Headrests may Move or Detach/FMVSS 202,SEATS,PC844 / PC853,Vehicle,10082,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Pathfinder vehicles. The third-row headrests may have an improper weld or misaligned internal components, which can allow the headrest to move or detach. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 202, ""Head Restraints.""","Headrests that move or detach may not adequately restrain occupants in a crash, increasing the risk of injury.","Dealers will replace all three third-row seat headrests, free of charge. Owner notification letters were mailed November 17, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC844." -09/23/2021,21V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V737000),Motor Coach Industries,Wheelchair Lift Outer Barrier May Fail/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,R21-024,Vehicle,510,"Motor Coach Industries (MCI) is recalling certain 2005-2009 E4500 and 2005-2012 J4500 motorcoaches equipped with Ricon Baylift Wheelchair Lifts. When the lift's outer barrier is fully deployed, it may not withstand a sufficient amount of force, which could cause it to fail. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems,"" and number 404, ""Platform lift installations.""","In the event that a mobility device pushes into the outer barrier, the barrier may fail, increasing the risk of injury for the lift occupant.","Ricon will reinforce the outer barrier with additional supports, free of charge. Owner notification letters were mailed on October 18, 2021. Owners may contact the Ricon's Customer Service at (800) 322-2884, or email Ricon�s Recall Coordinator, at admin21e068@Wabtec.com or by locating the nearest Ricon servicing dealer using the locator on the Ricon website � www.riconcorp.com. Owners may also contact MCI's customer service at 1-800-241-2947. MCI's number for this recall is R21-024." -09/22/2021,21V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V734000),Toyota Motor Engineering & Manufacturing,ECU Software May Cause Loss of Drive Power,ENGINE AND ENGINE COOLING,21TB07 / 21TA07,Vehicle,8411,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2022 Prius and Prius Prime vehicles. The Engine Control Unit (ECU) software may falsely detect an error and shut down the hybrid system, causing a loss of drive power.",A loss of drive power increases the risk of a crash.,"Dealers will update the ECU software, free of charge. Owner notification letters were mailed November 18, 2021. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 21TB07/21TA07." -09/22/2021,21V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V746000),Ford Motor Company,Rear Suspension Toe Link Fracture,SUSPENSION,21S43,Vehicle,150723,"Ford Motor Company (Ford) is recalling certain 2011-2013 Explorer vehicles originally sold, or currently registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. These vehicles may be equipped with a cross-axis ball joint (CABJ) replacement part that could seize, and result in a fracture of the outboard section of the rear suspension toe link.","A rear toe link fracture can result in a loss of steering control, increasing the risk of a crash.","Dealer will inspect for the presence of a CABJ. If a CABJ of any design is found, the dealer will inspect the tightness of the CABJ, and replace the CABJ, knuckle, and/or toe link as necessary, free of charge. Interim notification letters were mailed November 10, 2021. Owner notification letters were mailed on March 17, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S43." -09/22/2021,21V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V735000),Ford Motor Company,Rearview Camera Image May Not Display,BACK OVER PREVENTION,21S44,Vehicle,228297,"Ford Motor Company (Ford) is recalling certain 2020-2021 Explorer, Lincoln Corsair, and Lincoln Aviator vehicles equipped with 360-degree cameras. The video output may fail, preventing the rearview camera image from displaying.","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the Image Processing Module (IPMB) software, free of charge. Owner notification letters were mailed November 16, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S44." -09/21/2021,21V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V731000),Workhorse Group Inc.,"Noncompliance with FMVSS 101, 104, 108, 120, & 206",ELECTRICAL SYSTEM,21V731,Vehicle,41,"Workhorse Group Inc. (Workhorse) is recalling certain 2020-2021 C1000M, C1000S and 2020 C650 vehicles. These vehicles fail to comply with multiple Federal Motor Vehicle Safety Standards, including numbers 101, ""Control and Displays,"" 104, ""Windshield Wiping and Washing Systems,"" 108, ""Lamps, Reflective Devices, and Associated Equipment,"" 120, ""Wheels and Rims - Other Than Passenger Cars,"" and 206, ""Door Locks and Door Retention Components.""","Vehicles that do not meet all safety standards have an increased risk of injury, crash, or fire.","Dealers will replace the headlamp switch cover, free of charge. Owner notification letters were mailed on January 13, 2022. Owners may contact Workhorse's customer service at 1-513-360-4704." -09/21/2021,21V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V729000),"Chrysler (FCA US, LLC)",Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,Y67,Vehicle,69138,"Chrysler (FCA US, LLC) is recalling certain 2021 Jeep Grand Cherokee L vehicles. A radio software error may prevent the rearview image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","FCA US LLC will update the radio software, free of charge. Owner notification letters were mailed on December 28, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y67." -09/21/2021,21V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V728000),"Chrysler (FCA US, LLC)",Turn Signal Malfunction/FMVSS 108,EXTERIOR LIGHTING,Y71,Vehicle,23853,"Chrysler (FCA US, LLC) is recalling certain 2019-2021 Ram ProMaster City vehicles. If one or both turn signal lights fail, the flashing rate may not change to warn the driver of the failure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The driver may be unaware that the turn signals are not signaling their intentions to other drivers, which can increase the risk of a crash.","Dealers will update the Body Controller Module (BCM) software, free of charge. Owner notification letters were mailed October 28, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y71." -09/17/2021,21V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V726000),DRV Suites,Brake Rotor Bolts Improperly Tightened,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,77,"DRV Suites (DRV) is recalling certain 2021 Mobile Suites fifth wheel trailers. The brake rotor bolts were improperly tightened, which can cause the bolts to become loose or fall off.","Loose or detached bolts can cause wheel separation, a tire blowout, or brake failure, increasing the risk of a crash.","Dealers will inspect and tighten the bolts, if necessary, free of charge. Owner notification letters were mailed October 28, 2021. Owners may contact DRV customer service at 1-260-562-3500." -09/17/2021,21V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V727000),Hyundai Motor America,Engine Damage May Cause Stall or Fire,ENGINE,209,Vehicle,95515,"Hyundai Motor America (Hyundai) is recalling certain 2017 Tucson and Sonata Hybrid vehicles. The connecting rod bearings inside the engine may wear prematurely, which can result in engine damage.","A damaged engine can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Dealers will inspect the engine. If bearing damage is found, the engine will be replaced. Dealers will also install a software update containing a new Knock Sensor Detection System (KSDS). Repairs will be performed free of charge. Owners were notified of the defect on November 16, 2021. Owner notification letters were mailed January 15, 2022. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 209." -09/17/2021,21V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V724000),"Forest River, Inc.",Improperly Tightened Gas Quick Disconnect Fitting,EQUIPMENT,501-1419,Vehicle,61,"Forest River, Inc. (Forest River) is recalling certain 2022 East to West Alta Travel Trailers. The LP gas quick disconnect fitting may not have been properly tightened, which could allow gas to leak.",A gas leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will inspect and tighten the fitting as necessary, and run a propane system check, free of charge. Owner notification letters were mailed October 8, 2021. Owners may contact Forest River customer service at 1-574-264-6664. Forest River's number for this recall is 501-1419." -09/17/2021,21V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V723000),"Forest River, Inc.",Incorrect Tires Installed On Trailer,TIRES,205-1420,Vehicle,29,"Forest River, Inc. (Forest River) is recalling certain 2022 Forest River Aurora travel trailers. These trailers were manufactured with the incorrect tires, size ST225/75R15 LRD, instead of tire size ST225/75R15 LRE, as identified on the Federal Placard.","The incorrectly-sized tires can become overloaded, increasing the risk of a crash.","Dealers will replace the tire and wheel assemblies, free of charge. Owner notification letters were mailed September 24, 2021. Owners may contact Forest River customer service 1-574-825-6327. Forest River's number for this recall is 205-1420." -09/17/2021,21V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V725000),Kia Motors America,Turn Signal May Activate in Wrong Direction,ELECTRICAL SYSTEM,SC217,Vehicle,88576,"Kia Motors America (Kia) is recalling certain 2015-2017 Sedona vehicles. The Smart Junction Box (SJB) software logic may not properly interpret the signals received from the multifunction switch, which could cause the turn signal to activate in the opposite direction of what the driver intended.",A turn signal activating in the opposite direction of what was intended by the driver increases the risk of a crash.,"Dealers will update the SJB software, free of charge. Owner notification letters were mailed November 12, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC217." -09/16/2021,21V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V722000),"Altec Industries, Inc.",Bolt Failure May Cause Pedestal Separation,EQUIPMENT,CSN 833,Vehicle,94,"Altec Industries, Inc. (Altec) is recalling certain 2016-2021 LS87 aerial devices. The outer-race rotation bearing bolt washers may interfere with an adjacent pedestal weld, which could cause the rotation bearing bolts to break.","Broken bolts can cause the pedestal to separate from the turntable, increasing the risk of injury.","Altec will inspect the outer rotation bolt washers and repair the pedestal as necessary, free of charge. Owner notification letters were mailed on November 15, 2021. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 833." -09/16/2021,21V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V719000),PACCAR Incorporated,ESC Indicator Lamp May Not Illuminate/FMVSS 136,ELECTRONIC STABILITY CONTROL,21PBL,Vehicle,19,"PACCAR Incorporated (PACCAR) is recalling certain 2022 Peterbilt 567 and 579 vehicles. The Electronic Stability Control (ESC) malfunction indicator lamp may not illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","The driver may be unaware of an ESC system malfunction, increasing the risk of a crash.","Dealers will reprogram the ESC system, free of charge. Owner notification letters were mailed on October 28, 2021. Owners may contact PACCAR's customer service at 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 21PBL." -09/16/2021,21V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V721000),Vermeer Manufacturing Company,Insufficient Rear Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,VMV0013,Vehicle,50,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2005-2021 McLaughlin and 2021 Vermeer vacuum excavators. Please see the 573 report for all affected models. The rear clearance lamps and reflex reflectors, and the rear-side clearance lamps and reflex reflectors are not sufficient. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the proper reflective equipment, the vacuum excavators may not be visible to other drivers, increasing the risk of a crash.","Dealers will install a field remedy kit, free of charge. Owner notification letters were mailed on November 11, 2021. Owners may contact Vermeer's customer service at 1-800-829-0051 ext. 7060. Vermeer's number for this recall is VMV0013." -09/16/2021,21V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V720000),PACCAR Incorporated,Quick Release Valve Missing/FMVSS 121,"SERVICE BRAKES, AIR",21PBK,Vehicle,15,"PACCAR Incorporated (PACCAR) is recalling certain 2020-2021 Peterbilt 520 vehicles. The quick release valve on the rear brake signal hose may be missing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","A missing quick release valve cannot ensure correct rear brake release timing, increasing the risk of a crash or injury.","Dealers will inspect the vehicles for a missing quick release valve, and install one if necessary, free of charge. Owner notification letters were mailed on October 7, 2021. Owners may contact PACCAR's customer service at 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 21PBK." -09/15/2021,21V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V715000),"Daimler Trucks North America, LLC",Exhaust Pipe Outlet Installed Improperly,ENGINE AND ENGINE COOLING,FL-901,Vehicle,460,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Freightliner Cascadia vehicles. The exhaust pipe outlet may have been improperly installed with the tip facing towards the battery box mounted directly above the frame rail.","The exhaust heat may melt the battery box, increasing the risk of a fire.","Dealers will inspect and rotate exhaust pipe tip as required. Owner notification letters were mailed on November 14, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-901." -09/15/2021,21V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V714000),"Daimler Trucks North America, LLC",Fan Belt May Come Loose,ENGINE AND ENGINE COOLING,FL-902,Vehicle,50,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Thomas Built Buses Saf-T-Liner HDX school buses. The fan drive pulley assembly bolts may be incorrect or improperly installed. Incorrect or improperly installed bolts may lead to a loose fan belt, resulting in a disabled bus.","A disabled school bus may require an evacuation procedure in an uncontrolled traffic situation, increasing the risk of injury.","DTNA will inspect and repair the fan drive pulley assembly mounting bolts as necessary, free of charge. Owner notification letters were mailed on November 12, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-902." -09/15/2021,21V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V717000),Volvo Bus Corporation,Incorrect Light Output from Headlights/FMVSS 108,EXTERIOR LIGHTING,SR21-85,Vehicle,860,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2008-2021 9700 vehicles. The headlights may not have the correct amount of light output, and either be too bright, or too dim. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessively bright or dim headlights may reduce visibility, increasing the risk of a crash.","Dealers will replace of the headlight assembly or the bulbs, free of charge. Estimated start date for repairing vehicles is by March 31, 2022. Owners were notified of the safety risk on November 11, 2021. A second letter will be sent once the remedy is available. Owners may contact Volvo Bus' customer service at 1-866-870-2046." -09/15/2021,21V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V716000),"Volvo Car USA, LLC",Rotor and Shaft May Separate Causing a Loss of ABS,"SERVICE BRAKES, HYDRAULIC",R10120,Vehicle,9,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2021 S90L, 2020-2021 XC60, and XC90 vehicles. An improperly welded rotor and shaft may separate within the integrated brake system.","Separation of the rotor and shaft may cause a reduction in braking assistance and a loss of the Antilock Brake System (ABS) and Electronic Stability Control (ESC), increasing the risk of a crash.","Dealers will replace the hydraulic unit, free of charge. Owner notification letters were mailed October 22, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10120." -09/14/2021,21V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V711000),Ford Motor Company,Inadequate Front Windshield Bonding/FMVSS 212,VISIBILITY,21C22,Vehicle,17692,"Ford Motor Company (Ford) is recalling certain 2021 Mustang Mach-E vehicles. The windshield may not have been properly bonded to the vehicle, which could allow it to detach. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 212, ""Windshield Mounting.""",A windshield that separates from a vehicle during a crash can increase the risk of injury.,"Dealers will remove and reinstall the windshield, free of charge. Owner notification letters were mailed on October 29, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C22." -09/14/2021,21V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V712000),Ford Motor Company,Inadequate Panoramic Roof Glass Panel Bonding,VISIBILITY,21S42,Vehicle,13544,"Ford Motor Company (Ford) is recalling certain 2021 Mustang Mach-E vehicles. The vehicle's panoramic roof glass panel may not have been properly bonded to the vehicle, which could allow it to detach.","A roof panel that separates from a vehicle can become a road hazard, increasing the risk of a crash or injury.","Dealers will apply additional urethane adhesive, free of charge. Owner notification letters were mailed October 29, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S42." -09/14/2021,21V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V710000),"Kaufman Trailers of NC, Inc.",Incorrect Internal Locking Mechanism,TRAILER HITCHES,21V710,Vehicle,252,"Kaufman Trailers of NC, Inc. (Kaufman Trailers) is recalling certain 2021 Equipment trailers. These trailers have an incorrect internal locking mechanism, and when coupled with a 2-5/16"" ball hitch may result in excessive play and trailer detachment.",A trailer that detaches from a vehicle increases the risk of a crash.,"The customer will inspect their Kaufman Trailer and a replacement will be mailed, as necessary, free of charge. Owner notification letters were mailed October 23, 2021. Owners may contact Kaufman Trailer's customer service at 1-336-790-6800." -09/14/2021,21E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E086000),UFP Distribution LLC,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Equipment,283,"UFP Distribution LLC (UFPI) is recalling certain WIC RV REG, Model 6020 Change Over Regulators, with part numbers 2004188 and 2004202. These regulators may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","UFPI will provide a pre-paid shipping label to return the regulator, and issue a full refund. Owner notification letters were mailed September 28, 2021. Owners may contact UFPI customer service at 1-574-266-3603." -09/14/2021,21V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V713000),"Trail King Industries, Inc.",Rear Sliding Axle Suspension Beams May Crack,SUSPENSION,TK202104,Vehicle,14,"Trail King Industries, Inc. (Trail King) is recalling certain 2019 TK80ACS and TK80AACS trailers. The rear sliding axle suspension beams may contact a frame reinforcement, causing cracking in the suspension beam.","A cracked suspension beam may come loose or detach from the frame bracket, increasing the risk of a crash.","Dealers will replace any suspension beams that show indications of cracking, and will also replace all of the frame reinforcements, free of charge. Owner notification letters were mailed on October 6, 2021. Owners may contact Trail King's customer service at 1-800-843-3324. Trail King's number for this recall is TK202104." -09/13/2021,21V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V709000),"Altec Industries, Inc.",Cylinder Rod Threads Not Machined Properly,EQUIPMENT,MAB 834,Vehicle,29,"Altec Industries, Inc. (Altec) is recalling certain 2021 AM50, 55, and 60E aerial devices. The cylinder rod threads may not have been machined properly, which could result in uncontrollable boom movement.",Uncontrollable boom movement increases the risk of injury.,"Altec will replace the cylinder, free of charge. Owner notification letters were mailed on September 30, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 834." -09/13/2021,21V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V707000),"Volkswagen Group of America, Inc.",Possible Loss of ABS from Brake Booster Corrosion,"SERVICE BRAKES, HYDRAULIC",47R7,Vehicle,38,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi E-Tron Quattro and E-Tron Sportback Quattro vehicles. Corrosion in the brake booster may cause the Anti-Lock Brake System (ABS), Electronic Stability Control (ESC), speedometer display, and brake assist to stop functioning.","A loss of braking assist, ABS, and ESC will increase the effort and distance required to stop, increasing the risk of a crash.","Dealers will replace the brake booster, free of charge. Owner notification letters were mailed September 30, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 47R7." -09/13/2021,21E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E085000),"ZF North America, Inc.",Power Steering Pump May Fail,STEERING,NR (Not Reported),Equipment,1018,"Certain PS ED power steering pumps manufactured by ZF North America are being recalled. Pressure may build in the power steering pump, causing the shaft seal to leak and resulting in a loss of power steering assist.",A loss of power steering assist can increase the risk of a crash.,"Dealers of the affected manufacturers Autocar and Spartan Fire, will replace the power steering pumps on affected vehicles, free of charge. Autocar owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3486. Spartan Fire owners may contact Spartan Fire customer service at 1-517-543-6400." -09/13/2021,21V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V708000),Keystone RV Company,Propane Regulator May Fail and Cause Fire,EQUIPMENT,21-414,Vehicle,95885,"Keystone RV Company (Keystone) is recalling certain 2019-2021 Dutchmen Aspen Trail, Coleman, Keystone Cougar, Bullet, Passport, Hideout, Springdale, Sprinter, 2019 Keystone Impact, Fuzion, Residence, Retreat, Summerland, and Dutchmen Kodiak recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters mailed February 25, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-414." -09/10/2021,21V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V703000),"Maserati North America, Inc.",Automatic Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,434,Vehicle,701,"Maserati North America, Inc. (Maserati) is recalling certain 2021 Levante, Quattroporte, and Ghibli vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner letters were mailed October 15, 2021. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 434." -09/10/2021,21V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V718000),"Fox Factory, Inc.",Ball Joint May Fail and Cause Wheel Separation,SUSPENSION,n/a,Vehicle,2646,"Fox Factory, Inc. (Fox Factory) is recalling certain 2019-2021 GMC Sierra 1500 and Chevrolet Silverado 1500 vehicles that are equipped with Tuscany Kits, model number 501T-02-00064. Excessive wear to the front-upper control arm ball joints could result in ball joint failure and wheel separation.",Separation of a front wheel while the vehicle is in motion increases the risk of a crash.,"Dealers will replace the original equipment front-upper control arms with new upgraded front-upper control arms, free of charge. Owner notification letters were mailed November 8, 2021. Owners may contact Fox Factory at 1-831-274-6500." -09/10/2021,21V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V704000),"Mercedes-Benz USA, LLC",Jet Pump In Fuel Tank May Fail,"FUEL SYSTEM, GASOLINE",2021090012,Vehicle,7,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 S580 vehicles. The suction jet pump in the fuel tank may have a loose or missing nozzle, which can cause the pump to fail and result in an engine stall.",An engine stall increases the risk of a crash.,"Dealers will inspect and replace as necessary, the fuel tank including the suction jet pump, free of charge. Owner letters were mailed October 26, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -09/10/2021,21V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V706000),"Nissan North America, Inc.",Secondary Hood Latch May Detach/FMVSS 113,LATCHES/LOCKS/LINKAGES,PC840,Vehicle,3030,"Nissan North America, Inc. (Nissan) is recalling certain 2022 Pathfinder vehicles. Insufficient welds may allow the secondary hood latch retainer bracket to detach from the front bumper assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 113, ""Hood Latch System.""","A detached secondary hood latch may allow the hood to open if the primary hood latch is not engaged, obstructing the driver's view and increasing the risk of a crash.","Dealers will inspect and replace the secondary hood latch bracket as necessary, free of charge. Owner notification letters were mailed November 17, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC840." -09/10/2021,21V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V702000),"General Motors, LLC",Sensing Diagnostic Module Not Activated/FMVSS 208,AIR BAGS,N212344261,Vehicle,2,"General Motors, LLC. (GM) is recalling certain 2022 GMC Acadia vehicles. The sensing diagnostic module (SDM) may have been left in ""manufacturing mode"" and not activated at the assembly plant prior to shipment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","The air bags will not deploy with an unactivated SDM, increasing the risk of injury in a crash.",The vehicles will be returned to the assembly plant for SDM activation. Both affected vehicles are still in dealer inventory and therefore no owner notification letters will be mailed. Owners may contact GMC 1-800-462-8782. GM's number for this recall is N212344261. -09/10/2021,21V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V705000),"Gillig, LLC",Shutdown Override Switch May Not Function,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15,"Gillig, LLC (Gillig) is recalling certain 2020-2021 Low Floor Battery Electric vehicles equipped with Cummins Electric Drivetrain Systems. When a system shutdown occurs, the high voltage shutdown override switch may not function, with no warning to the driver.",An unexpected vehicle shutdown without the ability to override it can increase the risk of a crash.,"Dealers will inspect and update as necessary, the parameter settings for the protection override switch, free of charge. Owner letters were mailed November 12, 2021. Owners may contact Gillig's customer service at 1-800-735-1500 or 1-510-264-5073." -09/09/2021,21V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V701000),"Forest River, Inc.",Cooktop Can Be Stowed With Propane Still Connected,EQUIPMENT,310-1418,Vehicle,41,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Coachmen Sportscoach motorhomes. The outdoor cooktop can be stowed with the propane hose connected.",A stowed cooktop with the propane still connected can increase the risk of a fire.,"Dealers will move the quick disconnect and install a new shorter LP supply hose, free of charge. Owner notification letters were mailed September 21, 2021. Owners may contact Forest River customer service at 1-574-825-8212. Forest River's number for this recall is 310-1418." -09/09/2021,21V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V698000),"Chrysler (FCA US, LLC)",Incorrect Spare Tire Installed/FMVSS 110,TIRES,Y62,Vehicle,2,"Chrysler (FCA US, LLC) is recalling certain 2021 Ram 1500 vehicles. The incorrect-size spare tire may have been installed, which does not match the tire size and inflation pressure information on the tire placard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection And Rims.""","A driver that relies on the incorrect spare tire inflation pressure on the tire placard label may inflate the spare tire incorrectly, increasing the risk of a crash.","Dealers will replace the spare tire assembly, free of charge. The owner notification letter was mailed on September 9, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y62." -09/09/2021,21V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V700000),Newmar Corporation,Instrument Cluster May Go Blank,ELECTRICAL SYSTEM,21V-589,Vehicle,1554,"Newmar Corporation (Newmar) is recalling certain 2019-2021 London Aire, Dutch Star, Essex, King Aire, Mountain Aire, 2020-2021 Ventana, and 2021 New Aire recreational vehicles. The instrument cluster may intermittently go blank while the vehicle is in motion.","A blank instrument cluster display may be missing critical information such as the vehicle's speed and warning lights, which can increase the risk of a crash.","Dealers will update the control module software, and reroute and secure the ductwork, free of charge. Owner notification letters were mailed on November 8, 2021. Owners may contact Newmar's customer service at 1-800-731-8300." -09/09/2021,21V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V699000),"Chrysler (FCA US, LLC)",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,Y61,Vehicle,10372,"Chrysler (FCA US, LLC) is recalling certain 2021 Ram ProMaster City and Ram ProMaster vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt retractors as necessary, free of charge. Owner notification letters were mailed October 28, 2021. Owners may contact FCA US LLC customer service at 1-800-853- 1403. FCA US LLC's number for this recall is Y61." -09/08/2021,21V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V696000),Blue Bird Body Company,Obstructed View of Cross-View Mirror/FMVSS 111,BACK OVER PREVENTION,R21BL - SB,Vehicle,134,"Blue Bird Body Company (Blue Bird) is recalling certain 2022 Vision school buses equipped with cross-view mirrors and a Mobileye collision mitigation system. Due to the current placement of the Mobileye camera, the camera could partially or fully obstruct the driver's view of the passenger side cross-view mirror. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""",An obstructed view of the passenger side cross-view mirror increases the risk of injury for pedestrians.,"Dealers will change the location of the camera and update the software, free of charge. Owners were notified of the defect on November 2, 2021. Owner notification letters were mailed on March 31, 2022. Owners may contact Blue Bird's customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BL-SB." -09/08/2021,21C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C004000),Dorel Juvenile Group,Potential Head Injury With Lap Belt Use/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,4000,"Dorel Juvenile Group (Dorel) is recalling certain Maxi-Cosi Pria 70 Convertible child seats. When the seat is installed in the forward facing position and secured to the car using the lap belt without also using the top tether, the seat may not adequately protect the child from head injury in the event of a crash. As such, these child seats fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","If the seat is installed with only the lap belt, the child has an increased risk of injury in the event of a crash.","Dorel will provide remedy kits containing replacement labels and instruction booklets and provide, at no charge, Maxi-Cosi Rodi Sport Booster seats rated for children 40-100 pounds and 43 to 57 inches in height. Owner notification letters were issued beginning October 12, 2021. Owners may contact Dorel customer service at 1-877-657-9546 or by email at Pria85recall@djgusa.com." -09/08/2021,21V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V695000),"Volkswagen Group of America, Inc.",Pressure Input Rod On Brake Booster May Be Loose,"SERVICE BRAKES, HYDRAULIC",47R3,Vehicle,99,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Arteon vehicles. The pressure input rod connection on the brake booster may be loose and could detach.","A detached pressure input rod will cause the brake pedal to fail, increasing the risk of a crash.","Dealers will tighten the pressure input rod connection, free of charge. Owner notification letters were mailed September 28, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 47R3." -09/08/2021,21V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V697000),"Porsche Cars North America, Inc.",Pressure Input Rod On Brake Booster May Be Loose,"SERVICE BRAKES, HYDRAULIC",AMB9,Vehicle,11,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020-2021 911 Carrera and Taycan vehicles. The pressure input rod connection on the brake booster may be loose and could detach.","A detached pressure input rod will cause the brake pedal to fail, increasing the risk of a crash.","Dealers will repair or replace the brake booster as necessary, free of charge. Owner notification letters were mailed October 28, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB9." -09/07/2021,21V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V693000),"LDJ Manufacturing, Inc.",Fender Clearance Lights May Fail,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,279,"LDJ Manufacturing, Inc. (LDJ) is recalling certain 2021 Thunder Creek Fuel & Service Trailers (FST), Multi-Tank Trailers (MTT), Multi-Tank Oil Trailers (MTO), Service & Lube Trailers (SLT), Double Wall Trailers (DW), Split-Tank Trailers (STT), and DEF Tank Trailers (DEF). The wiring for the fender clearance lights may have been improperly routed, which could cause the lamps to fail.",Inoperable fender clearance lights can reduce visibility and increase the risk of a crash.,"Dealers will inspect and reroute the harness as necessary, and repair any damaged wires, free of charge. Owner notification letters were mailed on September 14, 2021. Owners may contact LDJ's customer service at 1-641-620-4034." -09/07/2021,21V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V694000),"Eldorado National- California, Inc.",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,3,"Eldorado National-California, Inc. (Eldorado National-California) is recalling certain 2019-2021 Eldorado National EZRM vehicles equipped with L9 Diesel Engines with a remote Stage 2 fuel filter and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on September 20, 2021. Owners may contact Eldorado National-California's customer service at 1-951-684-6868." -09/04/2021,21E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E084000),Guangzhou Hengshang Network Technology,Excessively Bright Headlights/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3656,"Guangzhou Hengshang Network Technology (GHNT) is recalling certain Nineo F2-H11 replacement LED bulbs. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicles Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Excessive glare or brightness to oncoming drivers increases the risk of a crash.,"Nineo will provide a replacement halogen bulb, free of charge. Owner notification letters were mailed in September 10, 2021. Owners may contact GHNT customer service at 1-345-027-4753 or Nineo customer service at 1-852-2709-9962." -09/03/2021,21V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V692000),"Forest River, Inc.",Incorrectly Installed AGM Battery,ELECTRICAL SYSTEM,225-1416,Vehicle,175,"Forest River, Inc. (Forest River) is recalling certain 2021-2022 Coachmen Nova motorhomes. The Absorbed Glass Mat (AGM) battery was incorrectly installed inside the vehicle, which can allow hydrogen gas to enter the vehicle.",Hydrogen gas inside the vehicle can increase the risk of injury.,"Dealers will install a lithium battery, free of charge. Owners were notified of the defect on September 27, 2021. Owner notification letters were mailed November 1, 2021. Owners may contact Forest River customer service at 1-574-825-6319 or 1-574-825-6625. Forest River's number for this recall is 225-1416." -09/03/2021,21E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E083000),"Cummins, Inc.",Shutdown Override Switch May Not Function,ELECTRICAL SYSTEM,C2491,Equipment,30,"Cummins, Inc. (Cummins) is recalling certain Electric Drivetrain Systems, model number BES CM2450 EV101B, and part number D1U0001BX03. When a system shutdown occurs, the high voltage shutdown override switch may not function, with no warning to the driver.","An unexpected vehicle shutdown without the ability to override it, can increase the risk of a crash.","Dealers will inspect and update as necessary, the parameter settings for the protection override switch, free of charge. Owner notification letters were mailed October 8, 2021. Owners may contact Cummins customer service at 1-800-286-6467. Cummins number for this recall is C2491." -09/03/2021,21V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V691000),"Forest River, Inc.",Unsealed Mini-Breakers May Cause Fire,ELECTRICAL SYSTEM,40-1414,Vehicle,4,"Forest River, Inc. (Forest River) is recalling certain 2021 Berkshire recreational vehicles. These vehicles may have been manufactured with unsealed 5-AMP and 20-AMP mini-breakers, which could cause a spark in the battery compartment.",A spark inside the battery compartment can increase the risk of a fire.,"Dealers will install sealed mini-breakers, free of charge. Owner notification letters were mailed September 16, 2021. Owners may contact Forest River customer service at 1-574-522-1368. Forest River's number for this recall is 40-1414." -09/02/2021,21V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V690000),Honda (American Honda Motor Co.),ABS Modulator May Leak Brake Fluid,"SERVICE BRAKES, HYDRAULIC",KM6,Vehicle,262,"Honda (American Honda Motor Co.) is recalling certain 2019-2020 CB500X and CBR500R ABS motorcycles. Excessive grease in the ABS modulator may collect debris, which can get stuck in the check valve and cause a brake fluid leak.",A brake fluid leak can reduce braking performance and increase the risk of a crash.,"Dealers will inspect the lot number on the ABS modulator, and replace the modulator as necessary, free of charge. Owner notification letters were mailed November 12, 2021. Owners may contact Honda Powersports customer service at 1-866-784-1870. Honda's number for this recall is KM6." -09/02/2021,21V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V689000),"Daimler Trucks North America, LLC",Drag Link May Separate,STEERING,FL-900,Vehicle,113085,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner Classic Cascadia and 2019-2021 Freightliner Cascadia trucks. The drag link taper joint may not have been tightened sufficiently and could come loose, resulting in a complete separation of the drag link from the steering arm.","Drag link separation can cause a complete loss of steering control, increasing the risk of a crash.","DTNA will inspect the drag link taper joint and repair it as necessary, free of charge. Owner notification letters were mailed on October 29, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-900." -09/02/2021,21V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V688000),Toyota Motor Engineering & Manufacturing,Headlight Electrical Connector May Overheat,ELECTRICAL SYSTEM,21TB06 / 21TA06,Vehicle,158489,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2021 Tundra vehicles. The headlight electrical circuits may power the high and low beams simultaneously, which could overheat the electrical connector.",An overheated electrical connector can increase the risk of a fire.,"Dealers will modify the engine wire harness assembly and replace any damaged bulb, bulb connector, and/or headlight assembly as necessary, free of charge. Owner notification letters were mailed April 25, 2022. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are 21TB06 and 21TA06." -09/02/2021,21V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V681000),Indian Motorcycle Company,Possible Loss Of Brake Lights From ECU Update,ENGINE AND ENGINE COOLING,I-21-03,Vehicle,177,Indian Motorcycle Company (Indian) is recalling certain 2020 Scout Bobber Sixty motorcycles. An engine control unit (ECU) update may have caused the brake lights to become inoperable.,Inoperable brake lights can increase the risk of a crash.,"Owners will be asked to inspect their brake lights, and advised to not ride their motorcycle if the brake lights are inoperable. If the brake lights are not functioning, dealers will re-flash the ECU, free of charge. Owner notification letters were mailed September 27, 2021. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-21-03." -09/02/2021,21V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V685000),"Jayco, Inc.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,29825,"Jayco, Inc. (Jayco) is recalling certain 2018-2021 Jayco Eagle, Talon, 2020 Eagle HT, 2021 Jay Feather, Jay Flight Bungalow, Jay Flight Octane, North Point, Octane Super Lite, Pinnacle, White Hawk, 2021-2022 Jay Flights SLX, Jay Flight, and 2017-2021 Seismic recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator, and test the propane system for leaks, free of charge. Owner notification letters were mailed November 1, 2021. Owners may contact Jayco customer service at 1-800-283-8267." -09/02/2021,21V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V686000),Highland Ridge RV,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,1157,"Highland Ridge RV (Highland Ridge) is recalling certain 2021 Mesa Ridge Limited, Mesa Ridge Lite, Open Range Light, Open Range Ultra Lite, Silverstar Limited, Silverstar Lite, 2021-2022 Olympia, and Open Range recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed November 1, 2021. Owners may contact Highland Ridge customer service at 1-260-768-7771." -09/02/2021,21V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V687000),Starcraft RV,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,1512,"Starcraft RV (Starcraft) is recalling certain 2021-2022 Starcraft Autumn Ridge Outfitter, 2021 Super Lite, and Telluride recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were November 1, 2021. Owners may contact Starcraft customer service at 1-800-283-8267." -09/01/2021,21V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V684000),"Mack Trucks, Inc.",Brake Pedal Cotter Pin Not Installed Properly,"SERVICE BRAKES, HYDRAULIC",SC0429,Vehicle,2823,"Mack Trucks, Inc. (Mack) is recalling certain 2020-2022 Mack MD vehicles. The cotter pin that retains the brake pedal clevis pin may not have been properly installed, which could result in an unsecured brake pedal.",An unsecured brake pedal can cause a loss of braking ability and increase the risk of a crash.,"Dealers will inspect the cotter pin installation and repair it as necessary, free of charge. Owner notification letters were mailed on September 13, 2021. Owners are advised to not drive their vehicles until the remedy has been performed. Owners may contact Mack's customer service at 1-800-866-1177. Mack's number for this recall is SC0429." -09/01/2021,21V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V679000),"Porsche Cars North America, Inc.",Rear Axle Carrier Side May Fracture,POWER TRAIN,AMB7,Vehicle,4934,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2013-2015 Boxster, 2013-2014 Boxster S, 2014-2015 Cayman, Cayman S, 2015 Boxster GTS, and Cayman GTS vehicles. The rear-axle carrier side sections may fracture.","A carrier fracture may cause a loss of control, increasing the risk of a crash.","Dealers will replace the rear-axle carrier side sections, free of charge. Owner notification letters were mailed January 6, 2022. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB7." -09/01/2021,21V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V682000),"Volvo Car USA, LLC",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,R10111,Vehicle,19149,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2021 XC40, XC 40 Recharge, V60CC, V90, V90CC, XC90, and 2021-2022 V60, XC60, S60 vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner notification letters were mailed October 13, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10111." -09/01/2021,21V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V683000),"Polestar Automotive USA, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,R10112,Vehicle,2,"Polestar Automotive USA, Inc. (Polestar) is recalling certain 2021 Polestar PS1 vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner notification letters were mailed October 22, 2021. Owners may contact Polestar customer service at 1-800-806-2504. Polestar's number for this recall is R10112." -09/01/2021,21V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V680000),"Tiffin Motorhomes, Inc.",Seat Belts Not Installed Properly/FMVSS 210,SEAT BELTS,TIF-118,Vehicle,10409,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2018-2022 Allegro Breeze, Allegro Red, Allegro, Allegro Bus, Phaeton, and 2018-2021 Zephyr recreational vehicles. The sofa seat belts may not have been installed correctly, which could result in unsecured passengers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""",Unsecured passengers have an increased risk of injury in the event of a crash.,"Dealers will inspect and repair the seat belts as necessary, free of charge. Owner notification letters were mailed October 29, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-118." -08/31/2021,21V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V678000),"KTM North America, Inc.",Brake Pad Retaining Clip Mounted Incorrectly,"SERVICE BRAKES, HYDRAULIC",HTB2108,Vehicle,342,"KTM North America, Inc. (KTM) is recalling certain 2022 Husqvarna FE 350s and Husqvarna FE 501s motorcycles. The brake pad retaining clips on the front brake caliper may have been mounted incorrectly, which could result in loose front brake pads.","Loose front brake pads can reduce braking performance, increasing the risk of a crash or injury.","Dealers will inspect and repair the brake pad retaining clips, as necessary, free of charge. Owners are advised to not ride their motorcycles until the repair has been performed. Owner letters were mailed October 1, 2021. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is HTB2108." -08/31/2021,21V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V676000),Utility Trailer Manufacturing Company,Incorrect Adhesive On Top Foil,STRUCTURE,SB-19-009,Vehicle,260,"Utility Trailer Manufacturing Company (Utility Trailer) is recalling certain 2022 VS2RA trailers. The incorrect tape was installed on the top foil, which could result in the sealer plate separating from the roof.","A separated sealer plate can become a road hazard, increasing the risk of a crash.","Dealers will inspect the adhesive, and replace it if necessary, free of charge. Owner notification letters were mailed on September 2, 2021. Owners may contact Utility Trailer's customer service at 1-800-423-6591. Utility Trailer's number for this recall is SB-19-009." -08/31/2021,21V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V677000),"Autocar, LLC",Power Steering Pump May Fail,STEERING,ACX-2105 DC-2104,Vehicle,586,"Autocar, LLC (Autocar) is recalling certain 2021 Xpeditor and 2020-2021 Legend vehicles. A machining defect may cause the power steering pump to fail, resulting in a loss of power steering assist.",A loss of power steering assist can increase the risk of a crash.,"Autocar will inspect the power steering pump, and replace it if necessary, free of charge. Owner were notified of the defect on October 28, 2021. The remedy is expected to be available March 16, 2022. Owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2104 DC-2104." -08/30/2021,21E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E082000),"Takata (TK Global, LLC)",Air Bag Inflators May Explode or Underinflate Bag,AIR BAGS,NR (Not Reported),Equipment,67323,"Takata (TK Global LLC) is recalling certain Non-Azide driver-side air bag inflators (NADI). These inflators were used by certain vehicle manufacturers and included in recall expansions under NHTSA numbers 21V-401 and 21V-470. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to explode or the air bag cushion to underinflate.","During air bag deployment, an inflator explosion may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. Either of these scenarios can increase the risk of serious injury or death.","Takata will work with the affected vehicle manufacturers who have filed their own recalls, and their dealers will replace the inflators, free of charge." -08/30/2021,21V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V674000),Vermeer Manufacturing Company,Chipper Discharge Chute May Separate,EQUIPMENT,IK4126,Vehicle,38,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2021 BC900XL, BC1000XL, and BC1200XL brush chippers. The chipper discharge chute may separate, and fall off the trailer.","A separated chipper discharge chute can become a road hazard, increasing the risk of injury or crash.","Dealers will install a field remedy kit, free of charge. Owner notification letters were mailed on October 21, 2021. Owners may contact Vermeer's customer service at 1-800-829-0051 ext. 7060. Vermeer's number for this recall is IK4126." -08/30/2021,21V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V673000),Triple E Recreational Vehicles,Illuminated Assist Handle May Melt,ELECTRICAL SYSTEM,CA#9949-1,Vehicle,550,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020-2021 Unity U24IB, U24TB, U24RL, Wonder W24RL, and W24RTB vehicles. The 12-volt wire for the illuminated assist handle is routed too close to the refrigerator exhaust, which could melt the wire and blow the fuse.",A melted wire and blown fuse can increase the risk of a fire.,"Dealers will install foil tape over the 12-volt wire, free of charge. Owner notification letters were mailed September 14, 2021. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9949-1." -08/30/2021,21V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V675000),"Subaru of America, Inc.",Lower Control Arm Weld Failure,SUSPENSION,WRI-21,Vehicle,802,"Subaru of America, Inc. (Subaru) is recalling certain 2021 Impreza vehicles. The left-front lower control arm weld may fail, allowing the control arm to separate from the crossmember.","A separated control arm may cause the tire to contact the wheel well, resulting in a loss of control and increasing the risk of a crash.","Owners are advised not to drive their vehicle until the repair is complete. Dealers will inspect and replace the control arm as necessary, free of charge. Owner notification letters were mailed September 3, 2021. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRI-21." -08/29/2021,21V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V672000),Gracie Ind. LLC d/b/Bolt Custom Trucks,Window Adhesive Failure,EQUIPMENT,Lippert 21E047,Vehicle,340,Gracie Ind. LLC d/b/Bolt Custom Trucks (Bolt Custom Trucks) is recalling certain 2018-2021 Custom Sleepers trucks equipped with Lippert Hehr 6400 Series windows. The adhesive that bonds the vented portion of the window may fail.,"Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed on October 15, 2021. Owners may contact Bolt Custom Trucks' customer service at 260-748-0314." -08/27/2021,21T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T014000),Cooper Tire & Rubber Co.,Incorrect Tire Manufacture Date/FMVSS 139 & 574,TIRES,171,Tire,327,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Evolution H/T 245/70R16 tires. The Tire Identification Number (TIN) states the incorrect manufacture date of the tire. The correct code is 2317, and the subject tires are incorrectly marked with 1723. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires For Light Vehicles"" and number 574, ""Tire Identification & Recordkeeping.""","An incorrect manufacture date may cause the tire to be used beyond it's recommended service life, increasing the risk of tire failure and crash.","Cooper Tire will replace the tires, free of charge. Owner notification letters were mailed on September 23, 2021. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 171." -08/27/2021,21V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V670000),"KZRV, L.P.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,KZ-2021-05,Vehicle,34345,"KZRV, L.P. (KZRV) is recalling certain 2018-2022 Camplite, Confluence, Connect, Connect SE, Connect Lite, Durango, Durango Gold, Durango Half Ton, Durango Sport, Durango 1500, Quicksilver, Sonic, Sonic X, Sportsmen, Sportsmen FW, Sportsmen LE, Sportsmen SE, Sportsmen Sportster, Sportster, SportTrek, SportTrek Touring, Spree, Stratus, Venom, and Venom V Series recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and pigtail hoses, free of charge. Owner notification letters were mailed June 3, 2022. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2021-05." -08/27/2021,21V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V671000),"Airstream, Inc.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,222,"Airstream, Inc. (Airstream) is recalling certain 2021 Flying Cloud, Bambi, Caravel, Classic, Globetrotter, and International recreational vehicles, equipped with Winntec model 6020 two-stage propane regulators. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will inspect and replace the regulator, as necessary, and test the propane system for leaks, free of charge. Owner notification letters were mailed October 8, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -08/27/2021,21V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V669000),Boise Mobile Equipment,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,52606,Vehicle,1,"Boise Mobile Equipment is recalling one 2016 International 4400 type 3 fire truck equipped with Ecco Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these lights fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Boise Mobile Equipment will assist the owner in obtaining filter kits from the light manufacturer, free of charge. Owner notification letter was mailed September 3, 2021. Owners may contact Boise Mobile Equipment's customer service at 1-208-338-1444. Boise Mobile Equipment's number for this recall is 52606." -08/27/2021,21T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T015000),Cooper Tire & Rubber Co.,Tire Belt Separation,TIRES,181,Tire,370,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Hercules Roadtour 455 Sport 225/50R17 tires with DOT code 0721. Due to a manufacturing issue, the tire may experience a belt separation.","Belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Cooper Tire will replace the tires, free of charge. Owner notification letters were mailed beginning September 10, 2021. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 181." -08/26/2021,21V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V665000),"Chrysler (FCA US, LLC)",Fuel Supply Line Connector May Leak,"FUEL SYSTEM, GASOLINE",Y10,Vehicle,14410,"Chrysler (FCA US, LLC) is recalling certain 2020 Jeep Wrangler vehicles equipped with the 2.0 Liter engine. A cracked fuel supply line connector may leak fuel into the engine compartment.",A fuel leak in the presence of an ignition source increases the risk of fire.,"Dealers will inspect and replace the fuel supply line as needed, free of charge. Owner notification letters were mailed on September 10, 2021. Owners may contact FCA US LLC customer service at 1-800-853-140. FCA US LLC's number for this recall is Y10." -08/26/2021,21V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V664000),"Chrysler (FCA US, LLC)",Instrument Cluster Malfunction/FMVSS 101,ELECTRICAL SYSTEM,Y58,Vehicle,135,"Chrysler (FCA US, LLC) is recalling certain 2021 Dodge Challenger vehicles. The affected vehicles do not illuminate their safety system status indicators sufficiently in both daylight and nighttime driving conditions. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","Without visible safety system indicators, a driver may not receive information regarding vehicle safety, increasing the risk of injury or a crash.","Dealers will re-program instrument clusters with the correct software version, free of charge. Owner notification letters were mailed on October 5, 2021. Owners may contact FCA US LLC customer service at 1-800-853-140. FCA US LLC's number for this recall is Y58." -08/26/2021,21V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V667000),"Jaguar Land Rover North America, LLC",Seat Belt Automatic Locking Retractor Malfunction,SEAT BELTS,H378,Vehicle,5146,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2021-2022 F-Type, 2020-2021 F-Pace, and 2021 XF vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly.",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies as necessary, free of charge. Owner letters were mailed October 20, 2021. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H378." -08/26/2021,21V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V668000),"Jaguar Land Rover North America, LLC",Seat Belt Automatic Locking Retractor Malfunction,SEAT BELTS,N630,Vehicle,32687,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2021 Range Rover, 2022 Range Rover Sport, 2020-2021 Range Rover Velar, Discovery Sport, 2020-2022 Discovery, and Defender vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly.",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies as necessary, free of charge. Owner letters were mailed October 20, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N630." -08/26/2021,21V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V662000),Space Craft MFG,Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,11,"Space Craft MFG (Space Craft) is recalling certain 2019-2021 travel, fifth-wheel, and semi-trailers (see recall report for specific model numbers). The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Space Craft will inspect the windows, and replace the vent if necessary, free of charge. Owners may contact Space Craft customer service at 1-660-463-7520." -08/26/2021,21V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V663000),"Coach House, Inc.",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,24,"Coach House, Inc. (Coach House) is recalling certain 2019-2022 Platinum II and 2022 Platinum recreational vehicles. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","On behalf of Coach House, Lippert will send owners an inspection tool with instructions to inspect the window. Affected windows will be replaced by Lippert, free of charge. Owner notification letters were mailed October 6, 2021. Owners may contact Coach House customer service at 1-800-235-0984." -08/26/2021,21V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V666000),Escape Trailer,Window Adhesive Failure,EQUIPMENT,21E047,Vehicle,200,"Escape Trailer (Escape Trailer) is recalling certain 2019 E17A, E17B, E19, E21C, E21NE, and E5.0 recreational trailers. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed September 6, 2021. Owners may contact Escape Trailer customer service at 1-604-703-1650." -08/25/2021,21E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E079000),Rigid Hitch Inc.,Incorrect Temperature Setting for Weld,STRUCTURE,NR (Not Reported),Equipment,80,"Rigid Hitch, Inc. (Rigid Hitch) is recalling certain DHB-4 4"" Drop, DHB-6 6"" Drop or 6"" Rise, DHB-10 10"" Drop/10"" Rise, and DHB-8 8"" Drop/8"" Rise tow hitches. The torch angle or temperature setting used to apply the weld may have been incorrect.","Incorrect torch angle or weld temperature setting could cause the weld to fail, causing loss of control, increasing the risk of a crash.","Rigid Hitch will provide a full reimbursement for all returned units, free of charge. Owner notification letters were mailed September 3, 2021. Owners may contact Rigid Hitch customer service at 1-952-895-5001." -08/25/2021,21V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V661000),"Daimler Trucks North America, LLC",Insufficient Cabin Joint Strength/FMVSS 221,STRUCTURE,FL-899,Vehicle,669,"Daimler Truck North America, LLC (DTNA) is recalling certain 2022 Thomas Built Buses Minotour school buses. Adhesive may not have been properly applied between the lower interior side panel and the seat rail, resulting in insufficient joint strength. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 221, ""School Bus Body Joint Strength.""",A school bus cabin with insufficient joint strength increases the risk of injury in a crash.,"DTNA will add additional mechanical fasteners to the joint, free of charge. Owner notification letters are expected to be mailed on October 17, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-899." -08/25/2021,21E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E081000),Deking Corporation Co. Ltd.,Possible LP Regulator Failure,EQUIPMENT,NR (Not Reported),Equipment,409000,"Deking Corporation Co. Ltd. (Deking) has submitted a Defect Information Report based upon recall determinations made by Grand Design RV (recall 21V-393), Jayco (recall 21V-425), KZRV (recall 21V-426), Keystone (recall 21V-427), Heartland Recreational Vehicles (recall 21V-428), Highland Ridge RV (recall 21V-430), Starcraft RV (recall 21V-431), KZRV (recall 21V-670), Airstream (recall 21V-671), Jayco (recall 21V-685), Highland Ridge RV (recall 21V-686), Starcraft RV (21V-687), and Keystone RV (21V-708). Winntec and WIC Model 6020 LP regulators produced between January 1, 2017 and December 31, 2019 may fail, causing excessive gas output pressure.",Excessive gas output pressure can increase the risk of a fire.,Affected vehicle manufacturers will determine the appropriate remedy for their vehicles. Vehicle owners may contact the respective vehicle manufacturers customer service phone numbers listed in each vehicle manufacturer recall. -08/25/2021,21V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V660000),"Daimler Trucks North America, LLC",Power Steering Hose Damage,STEERING,FL898,Vehicle,114,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2016-2021 Thomas Built Buses Saf-T-Liner HDX transit buses equipped with an ISL or L9 engine. The power steering hose may be routed with inadequate clearance between the hose and the power cables, potentially damaging the power steering hose.","A damaged power steering hose can leak, and increase the risk of a fire.","DTNA will inspect the power steering hose routing and modify it as necessary, free of charge. Owner notification letters are expected to be mailed on October 17, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL898." -08/25/2021,21V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V659000),"Daimler Trucks North America, LLC",Power Steering Hose May Wear,STEERING,FL898,Vehicle,1934,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2016-2021 Thomas Built Buses Saf-T-Liner HDX school buses equipped with an ISL or L9 engine. The power steering hose may be routed with inadequate clearance between the hose and the power cables.",A worn power steering hose increases the risk of a fire.,"DTNA will inspect the power steering hose routing and modify it as necessary, free of charge. Owner notification letters are expected to be mailed on October 17, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL898." -08/25/2021,21E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E080000),"Key Safety Systems, Inc. - (DBA Joyson)",Side Curtain Air Bag Inflator May Rupture,AIR BAGS,"QN10584, QN20023",Equipment,622392,"Key Safety Systems, Inc. (DBA Joyson) is recalling certain HPH-A curtain air bag inflators. Moisture introduced during the manufacturing process can cause corrosion inside the pressure vessel, causing the inflator to rupture.","An inflator rupture can cause fragments to enter the cabin, increasing the risk of injury.","Joyson will work with the affected vehicle manufacturers to replace the curtain air bag module, free of charge. Purchasers may contact Joyson customer service at 475-6111. Joyson's number for this recall is QN10584 and QN20023." -08/25/2021,21V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V658000),"Summit Trailer Sales, Inc.",Steering Arm May Detach,STEERING,NR (Not Reported),Vehicle,1,"Summit Trailer Sales, Inc. (Summit Trailer) is recalling one 2017 AD45 trailer equipped with Dexter Ingersoll Smart-Steer self-steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","A dealer will inspect the steering arm and apply welds, free of charge. Owners may contact Summit Trailer's customer service at 1-570-754-3511." -08/24/2021,21V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V657000),PL Custom Emergency Vehicles,Brake Line Routing May Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"PL Custom Emergency Vehicles (PL Custom) is recalling certain 2019 Dodge RAM 5500 emergency vehicles equipped with the LiquidSpring Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.). In the affected suspension systems, the rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes. As such, these parts fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","A brake fluid leak may cause partial or complete loss of the rear brakes, increasing the risk of a crash.","Dealers will inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. Owners may contact PL Custom's customer service at 1-732-223-1411." -08/24/2021,21V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V656000),Crane Carrier Company,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,94,"Crane Carrier Company (Crane Carrier) is recalling certain 2020-2021 LET2 vehicles equipped with L9 Diesel Engines, equipped with remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification were mailed on October 6, 2021. Owners may contact Crane Carrier's customer service at 1-877-546-2537." -08/24/2021,21C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C003000),Dorel Juvenile Group,Potential Head Injury with Lap Belt use/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,119863,"Dorel Juvenile Group (Dorel) is recalling certain Maxi-Cosi Pria 85 Convertible child seats. When the seat is installed in the forward facing position and secured to the car using the lap belt without also using the top tether, the seat may not adequately protect the child from head injury in the event of a crash. As such, these child seats fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","If the seat is installed with only the lap belt, the child has an increased risk of injury in the event of a crash.","No remedy has been established at this time. Owner notification letters were mailed October 8, 2021. Owners may contact Dorel customer service at 1-877-657-9546." -08/23/2021,21V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V653000),Ford Motor Company,Front Seatbelt Webbing Routed Incorrectly,SEAT BELTS,21C20,Vehicle,16430,Ford Motor Company (Ford) is recalling certain 2021 F-150 Super Cab vehicles. The front seatbelt webbing may be incorrectly routed.,"A misrouted seatbelt may not adequately restrain an occupant in a crash, increasing the risk of injury.","Owners are advised to perform a preliminary self-inspection of the front seatbelts. If the passenger-side seatbelt fails inspection, owners should not use the passenger seat until the repair is performed. If the driver-side seatbelt fails inspection, owners should not drive their vehicle until the repair is performed. Dealers will inspect the front seatbelts and, if the webbing is misrouted, will replace the seatbelt retractor and pretensioner, free of charge. Owner notification letters were mailed on October 14, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C20." -08/23/2021,21V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V654000),PL Custom Emergency Vehicles,Lighting and HVAC Display May Freeze,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"PL Custom Emergency Vehicles (PL Custom) is recalling one 2021 Ford E-450 emergency vehicle equipped with a Weldon V-Mux Vista IV Standard Liquid Crystal Display (LCD) used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes and cause the LCD to freeze or become nonfunctional, due to varying electrical installations.","If the LCD freezes or becomes non-functional, emergency efforts can be delayed, increasing the risk of injury.","Dealers will replace the IV Standard LCD, free of charge. Owners may contact PL Custom's customer service at 1-732-223-1411." -08/23/2021,21V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V652000),Ford Motor Company,Side Air Bag Weld Stud May Fail/FMVSS 214,AIR BAGS,21C19,Vehicle,592,"Ford Motor Company (Ford) is recalling certain 2021 Explorer and Lincoln Aviator vehicles. The side air bag attachment weld studs could detach during the deployment of the side air bag, resulting in an improper deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard 214, ""Side Impact Protection"".",Improper deployment of a side air bag increases the risk of injury during a crash.,"Dealers will replace the side air bag assemblies, free of charge. Owner notification letters were mailed September 10, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C19." -08/23/2021,21V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V655000),"Reitnouer, Inc.",Steering Arm May Detach,STEERING,NHTSA ID 21E019,Vehicle,264,"Reitnouer, Inc. (Reitnouer) is recalling certain 2017-2019 Steer Axle trailers equipped with Dexter Ingersoll Smart-Steer self-steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dealers will inspect the steering arm and apply welds, free of charge. Owners may contact Reitnouer's customer service at 1-610-929-4856." -08/20/2021,21V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V651000),"Volkswagen Group of America, Inc.",Fuel Line Connector may Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",20DB,Vehicle,16737,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Taos vehicles. The underhood fuel supply quick-connector may detach from the fuel supply line causing a fuel leak in the engine compartment.","A fuel leak may cause a stall, increasing the risk of a crash. A fuel leak also increases the risk of fire in the presence of an ignition source.","Dealers will inspect the connection and replace the fuel supply line and connector as necessary, free of charge. Owner notification letters were mailed August 31, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20DB." -08/20/2021,21V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V650000),"General Motors, LLC",High Voltage Battery May Catch Fire,ELECTRICAL SYSTEM,N212345940,Vehicle,52414,"General Motors, LLC (GM) is recalling certain 2020-2022 Chevrolet Bolt EV and 2022 Chevrolet Bolt EUV vehicles. The high voltage battery could catch fire when charged to full or nearly full capacity.",A battery fire increases the risk of injury.,"Defective battery modules will be replaced by GM, free of charge. Owners are advised to take the following interim steps: Set the Target Charge Level feature in their vehicle to limit the charge level to 90%, charge their vehicle more frequently, avoid depleting the battery to 70 miles range remaining, park outside after charging, and do not charge the vehicle indoors overnight. Interim notification letters notifying owners of the safety risk were mailed September 10, 2021. Owner notification letters were mailed on October 1, 2021. Owners may contact the Bolt EV Concierge Team at 1-833-382-4389. This recall is an expansion of NHTSA recall 21V-560. GM's number for this recall is N212345940." -08/20/2021,21V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V649000),"General Motors, LLC",Rear Seat Belt Retractor Not Secured Properly,SEAT BELTS,N212333380,Vehicle,402,"General Motors, LLC (GM) is recalling certain 2016-2021 Chevrolet Malibu and 2019-2021 Cadillac XT4 vehicles. The rear seat belt retractors may be improperly secured with loose or missing fasteners.","An improperly secured seat belt retractor may not function properly in a crash, increasing the risk of injury.","Dealers will inspect and tighten the rear seat belt retractors, as necessary, free of charge. Owner notification letters were mailed on September 17, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020 and Cadillac customer service at 1-800-458-8006. GM's number for this recall is N212333380." -08/19/2021,21V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V648000),PACCAR Incorporated,Loss of Rear Brake Signal,"SERVICE BRAKES, HYDRAULIC",21PBJ,Vehicle,163,"PACCAR, Inc. (PACCAR) is recalling certain 2021-2022 Peterbilt 367, 389, 567, and 579 vehicles. The cross member mounted Hill Start Assist valve assembly may have insufficient clearance to the rear axle, causing damage to the rear brake hose and loss of the rear brake signal.","If loss of the rear brake signal occurs, the vehicle could experience reduced rear braking capability or loss of brakes to the rear axle(s), increasing the risk of a crash.","Dealers will inspect for clearance and re-work the assembly to conform with an updated design, free of charge. Interim owner notification letters were mailed on September 24, 2021. Owner notification letters were mailed on March 11, 2022. Owners may contact PACCAR's customer service at 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 21PBJ." -08/19/2021,21E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E077000),Space Craft MFG,Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Equipment,3,"Space Craft MFG (Space Craft) is recalling certain Lippert (Hehr) 6400 series vented windows, sold as aftermarket parts. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Space Craft will inspect the windows, and replace the vent if necessary, free of charge. Owners may contact Space Craft customer service at 1-660-463-7520." -08/18/2021,21E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E076000),"Palfinger, Inc.",Crane Base May Be Cracked,EQUIPMENT,NR (Not Reported),Equipment,894,"Palfinger, Inc. (Palfinger) is recalling certain Knuckle Boom Cranes, models PW38001, 42001, and 50001. The crane base may crack over time from normal crane use.","A cracked crane base could fail and pull away from the truck mount, increasing the risk of injury.",The remedy has not yet been identified. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Palfinger customer service at 1-712-256-9347. -08/18/2021,21V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V647000),"Bentley Motors, Inc.",ESC Malfunction May Cause Loss of Vehicle Control,ELECTRONIC STABILITY CONTROL,Re21/31,Vehicle,28,"Bentley Motors, Inc. (Bentley) is recalling certain 2021 Bentayga vehicles. Incorrect software for the chassis control module may cause the Electronic Stability Control (ESC) system to malfunction.","A malfunctioning ESC system can cause a loss of vehicle control, increasing the risk of a crash.","Dealers will update the chassis control module with the correct software, free of charge. Owner notification letters were mailed on October 5, 2021. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is Re21/31." -08/18/2021,21V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V646000),"BMW of North America, LLC",Incorrect Tire Label Information/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,13,"BMW of North America, LLC (BMW) is recalling certain X4 xDrive30i vehicles. The tire label may contain the wrong tire size and pressure information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Incorrect tire size and pressure information could result in the wrong tires being installed, or improperly inflated tires, increasing the risk of a crash.","Dealers will replace the tire information label, free of charge. Owners may contact BMW customer service at 1-800-525-7417." -08/18/2021,21T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T012000),Bridgestone Americas Tire Operations,Pinhole Leak In Sidewall / FMVSS 139,TIRES,NR (Not Reported),Tire,18028,"Bridgestone Americas Tire Operations (Bridgestone) is recalling certain Bridgestone Dueler H/L 422 Ecopia P245/60R18, Dueler H/L Alenza 275/55R20, Ecopia H/L 422 Plus 235/55R20, Turanza EL440 235/60R18, and Firestone Destination LE3 225/65R17 tires with DOT code 2821. These tires may have been manufactured with a pinhole in the outboard side of the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Tires containing a pinhole may slowly leak air, and the continued loss of air may increase the risk of a vehicle crash.","Bridgestone will notify owners and replace affected tires with a comparable Bridgestone or Firestone brand tire, free of charge. Owner notification letters were mailed on September 17, 2021. Owners may contact BATO customer service at 1-800-847-3272." -08/17/2021,21V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V642000),Newmar Corporation,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",DTNA #21V-556/FL-897,Vehicle,140,"Newmar Corporation (Newmar) is recalling certain 2021-2022 Dutch Star, New Aire, and Ventana vehicles equipped with Cummins L9 diesel engines. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters are expected to be mailed on October 16, 2021. Owners may contact Newmar's customer service at 1-800-731-8300 or Cummins' customer service at 1-800-286-6467. Newmar's number for this recall is DTNA #21V556/FL-897." -08/17/2021,21E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E075000),"Cummins, Inc.",Improperly Crimped Lifting Cable,EQUIPMENT,4495,Equipment,29,"Cummins, Inc. (Cummins) is recalling certain generator sets, model 6RBAB, 10RBAB, 15RBAB, and 8RBAB. The lifting cables may be improperly crimped.","An improperly crimped cable may come out of place during a lifting operation, possibly causing the generator set to fall, increasing the risk of injury.","Dealers will inspect the lifting cable, and either replace the cable, or install a warning label, free of charge. Owner notification letters were mailed October 8, 2021. Owners may contact Cummins' customer service at 1-800-286-6467. Cummins number for this recall is 4495." -08/17/2021,21V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V643000),"Swab Wagon Company, Inc.",Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,"Swab Wagon Company, Inc. (Swab Wagon) is recalling certain 2017 Chevrolet 2500 HD, 2018-2019 Chevrolet 3500 HD, and 2019 Ford F-350 Swab Pioneer medic vehicles equipped with Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these lamps fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Swab Wagon will provide instructions on how to obtain a filter kit from the light manufacturer, free of charge. Owner notification letters were mailed on August 26, 2021. Owners may contact Swab Wagon's customer service at 1-800-834-7922." -08/17/2021,21V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V645000),"Kibbi, LLC",Storage Compartment Box May Catch On Fire,STRUCTURE,NR (Not Reported),Vehicle,304,"Kibbi, LLC (Kibbi) is recalling certain 2019-2021 Vienna and Villagio recreational vehicles. Exhaust temperatures may cause the storage box to melt or catch on fire.","The storage box may melt or catch on fire, increasing the risk of injury.","Dealers will add a heat shield under the storage compartment box, free of charge. Owner notification letters were mailed on April 5, 2022. Owners may contact Kibbi's customer service at 1-574-966-0196." -08/17/2021,21V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V644000),"Kibbi, LLC",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,418,"Kibbi, LLC (Kibbi) is recalling certain 2018-2020 Renegade Vienna, IKON, Classic, Toters, and Garage recreational vehicles equipped with Lippert Hehr 6400 series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed on September 1, 2021. Owners may contact Kibbi's customer service at 1-574-966-0196." -08/16/2021,21V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V641000),Alexis Fire Equipment Company,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,54,"Alexis Fire Equipment Company (Alexis Fire) is recalling certain 2015-2020 Alexis Fire Equipment emergency vehicles equipped with Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Alexis Fire will notify owners, and provide instructions on how to obtain a filter kit from the light manufacturer, free of charge. Owner notification letters were mailed on September 8, 2021. Owners may contact Alexis Fire's customer service at 1-309-482-6121." -08/15/2021,21V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V640000),"Ferrara Fire Apparatus, Inc.",Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling one 2020 Igniter emergency vehicle equipped with a Weldon V-Mux Vista IV Standard Liquid Crystal Display (LCD) used for controlling emergency vehicle lighting and HVAC functions. The display may experience low voltage spikes, and cause the LCD to lock up or become nonfunctional, due to varying electrical installations.","A locked up or non-functional LCD can delay emergency efforts, which can increase the risk of injury.","Ferrara will replace the display, free of charge. Owners may contact Ferrara's customer service at 1-225-567-7100." -08/13/2021,21V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V639000),"Mercedes-Benz USA, LLC",Air Bag Control Unit Software Malfunction,AIR BAGS,2021080019,Vehicle,66,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLB250 vehicles. In the event of a crash, the air bag control unit software may not activate the front seat belts and front passenger air bag properly.",Air bags and seat belts that do not function properly can increase the risk of injury in a crash.,"Dealers will update the air bag control unit software, free of charge. Owner notification letters were mailed on September 17, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -08/13/2021,21V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V638000),"Mercedes-Benz USA, LLC",Incorrect Front Passenger Air Bag Installed,AIR BAGS,2021080016,Vehicle,205,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2015-2016 E400 Coupe, 2012-2015 C250 Coupe, C350 Coupe, C63 AMG Coupe, 2011-2014 E350 Coupe, and 2012-2014 E350 Cabrio vehicles. An incorrect front passenger air bag may have been installed during a prior repair.","An incorrect air bag may not function properly in a crash, increasing the risk of injury.","Dealers will replace the front passenger air bag on the affected vehicles, free of charge. Owner notification letters were mailed on September 10, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -08/13/2021,21V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V636000),"Grand Design RV, LLC",Incorrect Inner Bearing On Axle,POWER TRAIN,910024,Vehicle,54,"Grand Design RV, LLC (Grand Design) is recalling certain 2021 Imagine recreational trailers equipped with Dexter D30 axles. The axles may have been assembled with incorrect inner bearings.","Incorrect inner bearings can cause the wheels to lock up or reduce stopping ability, increasing the risk of a crash.","Dealers will inspect the axles for incorrect bearings and replace the bearings as necessary, free of charge. Owner notification letters were mailed August 24, 2021. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910024." -08/13/2021,21V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V637000),PL Custom Emergency Vehicles,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,"PL Custom Emergency Vehicles (PL Custom) is recalling certain 2016 Freightliner M2 emergency vehicles equipped with Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these lights fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","PL Custom will notify the owners, and provide instructions on how to obtain a filter kit from the light manufacturer, free of charge. Owners may contact PL Custom's customer service at 1-732-223-1411." -08/12/2021,21V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V635000),"Jaguar Land Rover North America, LLC",Fuel Outlet Flange May Crack And Leak Fuel,"FUEL SYSTEM, GASOLINE",N623,Vehicle,111746,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2010-2013 Range Rover Sport and 2010-2016 LR4 vehicles equipped with 3.0L V6 or 5.0L V8 engines. The fuel outlet flange mounted on the fuel tank may crack, possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will replace the fuel outlet flange, free of charge. Interim owner notification letters were mailed October 7, 2021. Owner notification letters were mailed May 11, 2022. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N623." -08/12/2021,21V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V634000),Luxe Trucks dba Utility Bodywerks,Rear Brake Caliper Flexible Line May Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"Luxe Trucks dba Utility Bodywerks (Utility Bodywerks) is recalling certain 2019-2020 Ram 4500 and 5500 Cab Chassis vehicles. The rear brake caliper flexible lines may have been improperly routed, which could allow chafing against suspension components, and result in a brake fluid leak.",A brake fluid leak can cause a loss of brakes and increase the risk of a crash.,"Dealers will modify the rear brake caliper flexible line mounting, and replace the rear brake caliper flexible line as needed, free of charge. Owner notification letters are expected to be mailed in October 2021. Owners may contact Utility Bodywerks' customer service at 1-574-522-8422." -08/12/2021,21V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V633000),"General Motors, LLC",Rear Toe Links May Fracture,SUSPENSION,N212330130,Vehicle,32894,"General Motors, LLC (GM) is recalling certain 2013 Buick Regal, Chevrolet Malibu, and Buick Lacrosse vehicles sold or ever registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, or Wisconsin. These vehicles may have rear toe links that received excessive electrocoating (e-coat) corrosion protection, which could cause the e-coat to become brittle and break away when contacted by road debris. Over time, the e-coat may chip away, exposing the metal toe link and making it more susceptible to corrosion. Corrosion may eventually cause the toe link to thin and ultimately fracture.","A rear toe link fracture may reduce the driver's ability to control the vehicle, increasing the risk of a crash.","Dealers will replace the rear suspension toe links and adjuster fasteners, free of charge. Interim owner notification letters were mailed on September 30, 2021. Owner notification letters were mailed on January 3, 2022. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212330130." -08/12/2021,21E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E074000),"Chrysler (FCA US, LLC)",Side Curtain Air Bag Inflator May Rupture,AIR BAGS,Y56,Equipment,5373,"Chrysler (FCA US, LLC) is recalling certain Mopar right and left-side Crew Cab, Quad Cab, Mega Cab, and Standard Cab side air bag inflatable curtains (SABIC) sold as replacement parts. Please see the part 573 report for a list of affected part numbers. The SABIC inflator end cap may detach from the inflator, or the inflator sidewall may rupture.","A separated inflator end cap or inflator rupture can allow compressed gas to escape, resulting in the end cap or other components being propelled towards a person, or into a vehicle, increasing the risk of injury or crash.","Dealers will inspect and replace as necessary, the SABIC assemblies, free of charge. Interim owner notification letters were mailed on October 4, 2021. Owner notification letters were mailed on May 26, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y56." -08/12/2021,21V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V632000),"Chrysler (FCA US, LLC)",Side Curtain Air Bag Inflator May Rupture,AIR BAGS,Y55,Vehicle,212373,"Chrysler (FCA US, LLC) is recalling certain 2015-2020 Ram 1500 Classic, 2015-2016 Ram 3500, and Ram 2500 vehicles, and 2016 Ram 3500 Cab Chassis with a gross vehicle weight rating less than 10,000 lbs. The side air bag inflatable curtain (SABIC) inflator end cap may detach from the inflator, or the inflator sidewall may rupture.","A separated inflator end cap or inflator rupture can allow compressed gas to escape, resulting in the end cap or other components being propelled into the vehicle, increasing the risk of injury or crash.","Dealers will inspect and replace as necessary, the SABIC assemblies, free of charge. Interim owner notification letters were mailed on October 4, 2021. Owner notification letters were mailed on May 26, 2022. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y55." -08/11/2021,21V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V631000),Ford Motor Company,Parking Brake Cable May Fail,PARKING BRAKE,21S39,Vehicle,30,"Ford Motor Company (Ford) is recalling certain 2015-2020 Transit vehicles. An incorrect driveshaft torsional damper service kit may have been installed, which can allow the damper shield to contact the parking brake cable, possibly resulting in parking brake failure.","Parking brake failure can result in unintended vehicle movement, increasing the risk of a crash.","Dealers will replace the passenger side parking brake cable with a cable that provides sufficient clearance to the damper shield, free of charge. Interim owner notification letters were mailed on September 24, 2021. Owner notification letters were mailed on March 14, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S39." -08/11/2021,21E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E073000),S&S Truck Parts,Warning Triangle Insufficiently Visible/FMVSS 125,EQUIPMENT,NR (Not Reported),Equipment,1800,"S&S Truck Parts, Inc. (S&S Truck) is recalling certain Ningbo Fuding Industrial triangle kits, model number RT069. The triangle kits may be insufficiently visible, and not warn road users as intended. As such these triangle kits fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 125, ""Warning Devices.""","The warning triangles may be insufficiently visible to oncoming vehicles, potentially increasing the risk of a crash.","S&S Truck Part will provide full reimbursement for returned warning triangle kits, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact S&S Truck customer service at 1-800-621-1553 ext. 2125." -08/10/2021,21V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V625000),Ford Motor Company,Fuel Delivery Module May Leak,"FUEL SYSTEM, GASOLINE",21S38,Vehicle,13773,"Ford Motor Company (Ford) is recalling certain 2021 Escape, Lincoln Corsair, and 2021-2022 Bronco Sport vehicles. The fuel delivery module may leak inside the fuel tank, causing low fuel pressure which could result in an engine stall.",An engine stall increases the risk of a crash.,"Dealers will replace the fuel delivery module, free of charge. Interim notification letters (remedy not available) were mailed on September 30, 2021. Owner notification letters were mailed on December 14, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S38." -08/10/2021,21V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V623000),"Forest River, Inc.",Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",05-1401,Vehicle,4,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Starcraft Allstar XL transit buses equipped with Cummins B6.7 diesel engines. The electric fuel heater within the fuel module may overheat, causing plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of a crash.,"The remedy is still under development. Owner notification letters were mailed August 18, 2021. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 05-1401." -08/10/2021,21V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V627000),"KTM North America, Inc.",License Plate Bracket May Contact Rear Wheel,STRUCTURE,HTB2106,Vehicle,1506,"KTM North America, Inc. (KTM) is recalling certain 2018-2020 Husqvarna Motorcycle 701 Vitpilen and 2019-2020 701 Svartpilen motorcycles. The gear teeth on the license plate holder and swingarm may be positioned incorrectly, possibly resulting in a loose rear axle nut, causing the license plate holder to contact the rear wheel.",License plate bracket interference with the rear wheel can increase the risk of a crash or injury.,"Dealers will inspect and realign the gear teeth on the license plate holder and swingarm, and inspect the tightness of the rear wheel axle collar, free of charge. Owner notification letters were mailed on October 1, 2021. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is HTB2106." -08/10/2021,21V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V629000),Polaris Inc.,Loose Rear Wheel Studs May Cause Wheel Detachment,WHEELS,T-21-01,Vehicle,4744,"Polaris, Inc. (Polaris) is recalling certain 2020-2021 Slingshot vehicles. The rear wheel studs may not have been fully pressed into the axle, possibly causing them to come loose.","Loose rear wheel studs could result in wheel detachment, increasing the risk of a crash.","Dealers will inspect and as necessary, replace the rear axle/stud assembly, free of charge. Owner notification letters were mailed August 27, 2021. Polaris' number for this recall is T-21-01." -08/10/2021,21V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V626000),"Cottrell, Inc.",Missing Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,2021 1-Car Reflector,Vehicle,878,"Cottrell, Inc. (Cottrell) is recalling certain 2018-2021 1-Car Carrier trailers. These trailers were manufactured without side and rear reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the proper reflective equipment, the trailers may have reduced visibility, increasing the risk of a crash.","Cottrell will provide 4 reflex reflectors and installation instructions to owners, free of charge. Owner notification letters were mailed on August 11, 2021. Owners may contact Cottrell's customer service at 1-770-532-7251. Cottrell's number for this recall is 2021 1-Car Reflector." -08/10/2021,21V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V628000),"Custom Fire Apparatus, Inc.",Solenoid Corrosion May Hinder Fire Fighting,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12,"Custom Fire Apparatus, Inc. is recalling certain 2009-2021 Spartan Gladiator, MetroStar, and MetroStarX emergency vehicles. The fire water pump solenoid may corrode internally, causing a loss of power to the pump control module.","A loss of power to the pump control module can cause a loss of water pressure for fighting fires, increasing the risk of injury.","Dealers will remove and replace the pump shift solenoid, free of charge. Owner notification letters were mailed on July 12, 2021. Owners may contact Custom Fire's customer service at 1-715-294-2555." -08/09/2021,21V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V621000),"Forest River, Inc.",Fresh Water Tank May Detach,EQUIPMENT,22-1400,Vehicle,336,"Forest River, Inc. (Forest River) is recalling certain 2019-2021 Salem, Wildwood and 2020-2021 Stealth EVO travel trailers. The fresh water tank may not be properly secured to the vehicle's frame.",A fresh water tank that detaches from the frame could increase the risk of a crash.,"Dealers will properly secure the holding tank, free of charge. Owner notification letters were mailed August 23, 2021. Owners may contact Forest River customer service at 1-503-831-5410. Forest River's number for this recall is 22-1400." -08/09/2021,21V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V630000),"Custom Fire Apparatus, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",21009 (21V-323),Vehicle,48,"Custom Fire Apparatus, Inc. (Custom Fire) is recalling certain 2017-2021 Spartan Gladiator, MetroStar, and MetroStarX emergency vehicles equipped with Cummins L9 diesel engines. The sealing washer may not seat correctly in the pilot boreholes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on August 8, 2021. Owners may contact Custom Fire's customer service at 1-715-294-2555." -08/09/2021,21V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V622000),Kia Motors America,Trunk Emergency Release May Fail/FMVSS 401,LATCHES/LOCKS/LINKAGES,SC216,Vehicle,253074,"Kia Motors America (Kia) is recalling certain 2016-2018 Forte 4-door, Forte Koup 2-door, and 2018-2019 Rio 4-door vehicles. The trunk latch may become damaged, preventing the opening of the trunk from the inside. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 401, ""Internal Trunk Release.""","A person inside the trunk compartment may become trapped, increasing their risk of injury.","Dealers will replace the trunk latch assembly, free of charge. Owner notification letters were mailed on February 10, 2022. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC216." -08/09/2021,21V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V624000),"NRC Modifications, Inc.",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,7,"NRC Modifications, Inc. (NRC) is recalling certain 2018-2019 NRC Motorhomes equipped with Hehr 6400 Series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner letters were mailed October 13, 2021. Owners may contact NRC customer service at 1-574-825-3646." -08/06/2021,21V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V618000),"Custom Fire Apparatus, Inc.",Broken Shaft Seal May Cause Loss of Power Steering,STEERING,21V-252,Vehicle,8,"Custom Fire Apparatus, Inc. (Custom Fire) is recalling certain 2019-2021 Spartan Gladiator and Metrostar emergency vehicles. Pressure may build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist may increase the risk of a crash.,"Spartan will remove and replace the power steering pump, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Custom Fire's customer service at 1-715-294-2555." -08/06/2021,21V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V616000),"Volkswagen Group of America, Inc.",Damaged Relays In Fuse Box May Cause Fire,ELECTRICAL SYSTEM,97FR,Vehicle,33,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas and Atlas Cross Sport vehicles. Damaged relays may have been installed in the engine compartment fuse box, which could inadvertently activate the horn or engine starter.","A horn or starter that remains activated for an extended period of time can overheat, increasing the risk of fire.","Dealers will inspect and as necessary, replace the relays, free of charge. Owner notification letters were mailed August 27, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 97FR." -08/06/2021,21V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V615000),"Volkswagen Group of America, Inc.",Engine Control Unit Software May Cause Stall,ENGINE AND ENGINE COOLING,24HH,Vehicle,5092,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2022 Taos vehicles equipped with all-wheel drive. The engine control unit (ECU) software may cause a stall when coming to a stop.",An engine stall increases the risk of a crash.,"Dealers will update the ECU software, free of charge. Owner notification letters were mailed October 5, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 24HH." -08/06/2021,21V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V617000),Toyota Motor Engineering & Manufacturing,Fuel Pump May Fail and Cause Engine Stall,"FUEL SYSTEM, GASOLINE",21TB05 / 21TA05,Vehicle,31307,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019-2020 Yaris, Yaris Hatchback, and Yaris Sedan vehicles. An impeller within the low-pressure fuel pump may crack and deform, potentially causing the fuel pump to fail.","A fuel pump failure may cause an engine stall, increasing the risk of a crash.","Dealers will replace the low-pressure fuel pump assembly, free of charge. Owner notification letters were mailed December 30, 2021. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are 21TB05 and 21TA05." -08/06/2021,21V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V620000),"Custom Fire Apparatus, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",21E032,Vehicle,9,"Custom Fire Apparatus, Inc. (Custom Fire) is recalling certain 2017-2021 Peterbilt 348, Freightliner M2, Kenworth T370, and T880 emergency vehicles equipped with Cummins L9 diesel engines. The sealing washer may not seat correctly in the pilot boreholes, allowing the high-pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on August 9, 2021. Owners may contact Custom Fire's customer service at 1-715-294-2555." -08/06/2021,21V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V619000),Hyundai Motor America,Trunk Emergency Release May Fail/FMVSS 401,LATCHES/LOCKS/LINKAGES,208,Vehicle,348158,"Hyundai Motor America (Hyundai) is recalling certain 2017-2018 Sonata, 2016-2018 Sonata Hybrid, 2018-2020 Accent, and 2016-2017 Azera vehicles. The trunk latch may become damaged, preventing the opening of the trunk from the inside. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 401, ""Internal Trunk Release.""","A person inside the trunk compartment may become trapped, increasing their risk of injury.","Dealers will replace the trunk latch base, free of charge. Owner notification letters were mailed December 4, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 208." -08/05/2021,21V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V610000),"Tiffin Motorhomes, Inc.",Frame Rail Hitch Extensions May Fail,TRAILER HITCHES,WAY-101,Vehicle,3170,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2017-2022 Wayfarer motorhomes. Continuous stress on the frame rail hitch extensions may cause them to fail.","Extension failure can cause the hitch to detach from the motorhome, increasing the risk of a crash.","Dealers will inspect and replace the hitch and reinforce the frame rail extension, free of charge. Owner notification letters were mailed November 29, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is WAY-101." -08/05/2021,21V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V613000),"Maserati North America, Inc.",Incorrect Tire Pressure/FMVSS 110,EQUIPMENT,432,Vehicle,125,"Maserati North America, Inc. (Maserati) is recalling certain 2021 Quattroporte Trofeo and Ghibli Trofeo vehicles equipped with optional 21-inch tires. The tire placard may have incorrect tire pressure information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Tires that are inflated to the incorrect pressure could lead to a loss of vehicle stability and control, increasing the risk of a crash.","Dealers will replace the placard and update the tire pressure monitoring system, free of charge. Owner notification letters were mailed September 10, 2021. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 432." -08/05/2021,21V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V611000),"General Motors, LLC",Roof Rail Side Air Bags May Not Deploy Properly,AIR BAGS,N212342780,Vehicle,34157,"General Motors, LLC. (GM) is recalling certain 2020-2022 Cadillac CT4 and CT5 vehicles. The roof rail side-curtain air bags may not have been installed correctly, which could result in an improper air bag deployment during a crash.",Air bags that do not deploy properly can increase the risk of injury in a crash.,"Dealers will inspect both left and right-side roof rail air bags and reinstall the air bags, as necessary, free of charge. Owner notification letters were mailed on August 30, 2021. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is N212342780." -08/05/2021,21V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V606000),"Volkswagen Group of America, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,"69CR, 69CS",Vehicle,45496,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Volkswagen ID4, Audi A4 Allroad, A4 Sedan, A5 Cabriolet, A5 Coupe, A5 Sportback, A6 Allroad, A6 Sedan, A7, A8, E-Tron Quattro, E-Tron Sportback Quattro, Q3, Q5, Q5 Sportback, Q7, Q8, RS5 Sportback, RS5 Coupe, RS6 Avant, RS7, RSQ8, S4 Sedan, S5 Cabriolet, S5 Coupe, S5 Sportback, S6 Sedan, S7, S8, SQ5, SQ5 Sportback, SQ7, SQ8, and 2021-2022 S3 Sedan vehicles. The rear seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect, and replace as necessary, the middle-rear seat belt assemblies, free of charge. Owner notification letters were mailed August 27, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298 and Audi customer service at 1-800-253-2834. Volkswagen's numbers for this recall are 69CR (VW) and 69CS (Audi)." -08/05/2021,21V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V612000),"General Motors, LLC",Tire Tread Separation,TIRES,N212343560,Vehicle,9597,"General Motors, LLC (GM) is recalling certain 2021-2022 Chevrolet Equinox and GMC Terrain vehicles equipped with certain Hankook tires. The tires may have been manufactured with an insufficient amount of curative agent, which could cause tread separation.","Tread separation can result in a loss of vehicle control, increasing the risk of a crash.","Dealers will inspect the tire DOT numbers, and replace any affected tires, free of charge. Owner notification letters were mailed on August 31, 2021. Owners may contact GMC customer service at 1-800-462-8782; and Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212343560." -08/04/2021,21V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V604000),Newmar Corporation,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",Cummins 21E-063,Vehicle,169,"Newmar Corporation (Newmar) is recalling certain 2021-2022 Dutch Star, New Aire, and Ventana motorhomes equipped with Cummins L9 diesel engines. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on September 16, 2021. Owners may contact Newmar's customer service at 1-800-731-8300. Newmar's number for this recall is Cummins 21E-063." -08/04/2021,21V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V607000),"Volkswagen Group of America, Inc.",Incorrect Seat Belt Assemblies Installed/FMVSS 208,SEAT BELTS,69CQ,Vehicle,12060,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 ID4 vehicles. Incorrect rear outboard seat belt assemblies without an automatic locking retractor (ALR) function may have been installed, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect, and replace as necessary, the rear outboard seat belt assemblies, free of charge. Owner notification letters were mailed August 27, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69CQ." -08/04/2021,21V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V609000),PACCAR Incorporated,Insufficiently Crimped Wires In ePowertrain,ELECTRICAL SYSTEM,21PBH,Vehicle,6,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Peterbilt 220 vehicles equipped with Meritor 14Xe ePowertrains. The stator assembly wires may have been insufficiently crimped, causing high resistance, overheating, and preventing the high voltage system from starting.","A loss of power to the system may cause loss of drive power, increasing the risk of a crash.",PACCAR has already inspected and replaced the stator parts on the affected vehicles. Owners may contact Peterbilt's customer service at 1-940-591-4220. PACCAR's number for this recall is 21PBH. -08/04/2021,21E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E071000),"Enerco Group, Inc.",LP Gas Pressure Regulator May Fail,EQUIPMENT,NR (Not Reported),Equipment,52188,"Enerco Group, Inc. is recalling certain Enerco and Mr. Heater propane regulators with model numbers 73766 and 73836(G). Please see attached model listing for all affected part numbers. The LP regulator that controls the LP gas pressure may fail, allowing excessive gas pressure that causes the appliance flame to increase.",Excessive gas pressure and a larger than intended appliance flame can increase the risk of a fire.,"Enerco will notify retailers, and replace the propane regulators with high capacity regulators, free of charge. Notification letters were mailed August 27, 2021. Owners may contact Enerco Group customer service at 1-800-964-4328." -08/04/2021,21V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V603000),Lamborghini (Automobili Lamborghini),Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,L636-R.04.21,Vehicle,224,"Lamborghini (Automobili Lamborghini) is recalling certain 2021 Urus vehicles. The middle-rear passenger seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect, and replace as necessary, the affected seat belt assemblies, free of charge. Owner notification letters were mailed October 1, 2021. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L636-R.04.21." -08/04/2021,21V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V605000),"Bentley Motors, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,RE21/31 (RC13),Vehicle,33,"Bentley Motors, Inc. (Bentley) is recalling certain 2021 Bentayga vehicles. The front passenger seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicles Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect the front passenger seat belt assemblies, and if necessary, replace the seat belts free of charge. Owner notification letters were mailed on September 30, 2021. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE21/31 (RC13)." -08/04/2021,21V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V608000),"Porsche Cars North America, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,AMB6,Vehicle,4924,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 911 Carrera Coupe, 911 Carrera S Coupe, 911 Carrera 4 Coupe, 911 Carrera 4S Coupe, 911 Turbo Coupe, 911 Turbo S Coupe, Panamera, Panamera 4 E-Hybrid, Panamera 4S, Panamera GTS, Panamera Turbo S, Taycan, Taycan 4S, Taycan Turbo, and Taycan Turbo S vehicles. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner notification letters were mailed October 1, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB6." -08/04/2021,21V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V602000),"Spector Manufacturing, Inc.",Steering Arm May Detach,STEERING,NHTSA ID 21E019,Vehicle,7,"Spector Manufacturing, Inc. (Spector) is recalling certain 2019 Spectec SEC4896102 trailers equipped with Dexter Axle Ingersoll Smart-Steer self-steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dexter Axle will inspect the steering arm and apply welds, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Spector's customer service at 1-570-429-2510." -08/03/2021,21V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V601000),PACCAR Incorporated,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",21PBG and 21KWF,Vehicle,688,"PACCAR Incorporated (PACCAR) is recalling certain 2021-2022 Peterbilt 536, 537, 548 and Kenworth T270, T280, T370, T380, T440, T470, and T480 vehicles equipped with Cummins L9 diesel engines. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters are expected to be mailed in October 2021. Owners may contact PACCAR's customer service at 1-425-828-5888 (Kenworth) and 1-940-591-4220 (Peterbilt). PACCAR's numbers for this recall are 21PBG and 21KWF." -08/03/2021,21E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E070000),"Bendix Commercial Vehicle Systems, LLC",Parking Brake May Fail To Activate,PARKING BRAKE,NR (Not Reported),Equipment,489,"Bendix Commercial Vehicle Systems, LLC (Bendix) is recalling certain Intellipark Dash Electronic Control Units (DECU) with part number K183042R000. The DECU may fail to activate the parking brake, causing the vehicle to unintentionally move.",Unintentional vehicle movement can increase the risk of a crash.,"Dealers will update the software, or replace the DECU, free of charge. Owner notification letters were mailed September 30, 2021. Owners may contact Bendix customer service at 1-877-345-9526." -08/02/2021,21V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V595000),"Volkswagen Group of America, Inc.",Glove Box May Interfere With Knee Air Bag,AIR BAGS,68H6,Vehicle,58,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Audi E-Tron Quattro and E-Tron Sportback Quattro vehicles. The right hinge pin for the glove box cover may not be properly secured, allowing the glove box lid trim to interfere with the knee air bag during deployment.",An air bag that does not deploy properly can increase the risk of injury in a crash.,"Dealers will inspect the glove box, and secure the hinge pin as necessary, free of charge. Owner notification letters were mailed August 27, 2021. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 68H6." -08/02/2021,21V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V598000),"BMW of North America, LLC",Loss of Braking Assist,ENGINE,NR (Not Reported),Vehicle,50024,"BMW of North America, LLC (BMW) is recalling certain 2020 M340i, M340i xDrive, 540i, 540i xDrive, X3 M40i, 2020-2021 X4 M40i, 745Le xDrive, 2019-2021 Z4 M40i, and 2020-2021 Toyota Supra vehicles. During engine start, the engine management software may cause loss of braking assist. Full mechanical braking (without assist) remains available.",Loss of braking assist can increase the risk of a crash.,"Dealers will update the engine management software, free of charge. Owner notification letters were mailed on September 17, 2021. Owners may contact BMW customer service at 1-800-525-7417." -08/02/2021,21V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V599000),"Nissan North America, Inc.",Rear-view Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,R21A9,Vehicle,3569,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Infinity Q50, Q60, and QX80 vehicles. A software error may deactivate the audio/video control unit screen, preventing the rear-view image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rear-view camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the control unit software, free of charge. Owner notification letters were mailed September 14, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21A9." -08/02/2021,21V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V596000),"Mitsubishi Motors North America, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,SR-21-007,Vehicle,3735,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2022 Outlander vehicles. The front and second-row passenger seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect, and replace as necessary, the right front seat belt assembly, and the right and left second-row seat belt assemblies, free of charge. Owner letters were mailed September 28, 2021. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-21-007." -08/02/2021,21V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V597000),Volvo Bus Corporation,Wheelchair Lift Outer Barrier May Fail/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,SR21-84,Vehicle,266,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2009-2021 Volvo 9700 vehicles equipped with wheelchair lifts. When the lift's outer barrier is fully deployed, it may not withstand a sufficient amount of force, which could cause it to fail. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 403, ""Platform Lift Systems"" and 404, ""Platform Lift Installations.""","In the event that a mobility device pushes into the outer barrier, the barrier may fail, increasing the risk of injury for the lift occupant.","Volvo Bus will reinforce the outer barrier with additional supports, free of charge. Interim owner notification letters were mailed on September 28, 2021. Owner notification letters were mailed on March 18, 2022. Owners may contact Volvo Bus customer service at 1-866-870-2046." -07/30/2021,21V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V594000),"Kawasaki Motors Corp., U.S.A.",Bearing Failure May Cause Rear Wheel To Lock,SUSPENSION,MC21-04,Vehicle,857,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2018 Ninja H2 SX, Ninja H2 SX SE, and 2019-2021 Ninja H2 SX SE+ motorcycles. An insufficient amount of grease in the rear hub needle-bearing may cause it to fail, which could result in the rear wheel locking up.",Rear wheel lock-up can increase the risk of a crash.,"Dealers will replace the needle-bearing, free of charge. Owner notification letters were mailed August 23, 2021. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC21-04." -07/30/2021,21V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V588000),Wabash National Corporation,Fuel Tank Brackets May Detach,"FUEL SYSTEM, GASOLINE",B21012,Vehicle,352,Wabash National Corporation (Wabash) is recalling certain 2018-2022 Van Trailers. The fuel tank brackets may detach.,"Detached fuel tank brackets could allow the fuel tank to separate from the vehicle, increasing the risk of a crash or injury.","Dealers will add an aluminum plate and 4 fasteners to each bracket, free of charge. Owner notification letters were mailed on August 18, 2021. Owners may contact Wabash customer service at 1-765-771-5404. Wabash's number for this recall is B21012." -07/30/2021,21V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V591000),Entegra Coach,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",none,Vehicle,1284,"Entegra Coach (Entegra) is recalling certain 2018-2022 Anthem, Aspire, Insignia, and Reatta XL Class A vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Entegra will work with Spartan and Cummins to inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Cummins began to notify owners July 30, 2021. Entegra owner notification letters began September 3, 2021. Owners may contact Entegra Coach customer service at 1-800-517-9137." -07/30/2021,21V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V590000),"Airstream, Inc.",Incorrect Circuit Protection and Wire Size,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,29,"Airstream, Inc. (Airstream) is recalling certain 2022 Interstate 24X recreational vehicles. The inverters may have been improperly wired with incorrectly sized wires and circuit breakers.","The inverter electrical circuit could become overloaded, which can increase the risk of a fire.","Dealers will install additional wiring and circuit breakers, free of charge. Owner notification letters were mailed September 3, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -07/30/2021,21V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V593000),"Kawasaki Motors Corp., U.S.A.",Loss of Oil Pressure May Cause Engine Stall,ENGINE AND ENGINE COOLING,MC21-05,Vehicle,1523,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2020-2021 Ninja H2, Ninja H2 Carbon, Z H2, 2021 Ninja H2 SX SE+, ZX-10R, ZX-10R ABS, ZX-10R KRT Edition, ZX-10R ABS KRT Edition, ZX-10RR, and Z H2 SE motorcycles. The engine oil pressure relief valve may come apart, causing a loss of oil pressure and possible engine stall.",An engine stall can increase the risk of a crash.,"Dealers will replace the relief valve, free of charge. Owner notification letters were mailed August 23, 2021. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC21-05." -07/30/2021,21V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V592000),Ford Motor Company,Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,21C18,Vehicle,42493,"Ford Motor Company (Ford) is recalling certain 2021-2022 Transit and 2021 Transit Connect vehicles. The front passenger seat belt automatic locking retractor (ALR) may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect the front passenger seat belt assembly, and replace the assembly as necessary, free of charge. Interim owner notification letters were mailed on September 14, 2021. Owner notification letters were mailed on December 30, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C18." -07/29/2021,21V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V579000),"General Motors, LLC",Brake System Calibrated Incorrectly,"SERVICE BRAKES, HYDRAULIC",N212340970,Vehicle,2,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Tahoe and GMC Yukon vehicles. Dealer service technicians may have calibrated the brake system incorrectly, affecting Electronic Stability Control (ESC) , traction control, Anti-Lock Brake System (ABS), and braking while towing a trailer.","Overall braking performance may be compromised, increasing the risk of a crash.","Dealers will recalibrate the brake system control module, free of charge. Owner notification letters were mailed on August 27, 2021. Owners may contact Chevrolet customer service at 1-800-222-1202; GMC customer service at 1-800-462-8782. GM's number for this recall is N212340970." -07/29/2021,21V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V585000),"Mitsubishi Fuso Truck of America, Inc.",Front Leaf Spring Shackle Bolts May Be Loose,SUSPENSION,C10120,Vehicle,952,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain 2020-2021 Fuso FEC9T gas trucks. The front leaf spring rear-lower shackle bolts may be loose.","Loose bolts can detach and become a road hazard, increasing the risk of a crash.","Dealers will inspect and tighten the bolts, and replace any damaged shackles as necessary, free of charge. Owners may contact MFTA customer service at 1-877-711-0707." -07/29/2021,21V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V581000),Sutphen Corporation,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,33,Sutphen Corporation (Sutphen) is recalling certain 2020-2021 Fire Trucks. A fuel leak may occur from the hoses between the fuel pump and remote fuel filter head.,A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will replace the fuel hoses, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Sutphen customer service at 1-614-889-1005." -07/29/2021,21V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V587000),"Subaru of America, Inc.",Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",WRG-21,Vehicle,175968,"Subaru of America, Inc. (Subaru) is recalling certain 2019-2020 Ascent, 2018 Forester, 2018-2020 Impreza, Legacy, Outback, 2018-2019 BRZ, WRX, and Toyota 86 vehicles. The low-pressure fuel pump inside the fuel tank may fail.","Fuel pump failure can cause an engine stall while driving, increasing the risk of a crash.","Dealers will replace the low-pressure fuel pump, free of charge. Owner notification letters were mailed September 24, 2021. Subaru and Toyota owners may call customer service at 1-844-373-6614. Subaru's number for this recall is WRG-21." -07/29/2021,21V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V580000),Sutphen Corporation,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,604,"Sutphen Corporation (Sutphen) is recalling certain 2017-2020 Fire Trucks. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines for damage, and replace the rail as necessary, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Sutphen customer service at 1-614-889-1005." -07/29/2021,21V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V586000),"BMW of North America, LLC",High-Pressure Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,11216,"BMW of North America, LLC (BMW) is recalling certain 2014-2018 328d, 328d xDrive, X5 xDrive35d, 2014-2016 535d, 535d xDrive, 2015 740Ld xDrive, and 2015-2017 X3 xDrive28d vehicles. The high-pressure fuel pump may fail.","Fuel pump failure can cause an engine stall while driving, increasing the risk of a crash.","Dealers will replace the high-pressure fuel pump, free of charge. Interim owner notification letters were mailed on September 27, 2021. Owner notification letters were mailed on January 14, 2022. Owners may contact BMW customer service at 1-800-525-7417." -07/29/2021,21V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V584000),"Jaguar Land Rover North America, LLC",Incorrect Child Restraint Information/FMVSS 225,CHILD SEAT,N601,Vehicle,7027,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2021 Land Rover Defender vehicles. The owner's manual incorrectly states that the third-row seating is equipped with LATCH child seat restraints with top tethers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""","Incorrect child restraint information may result in a child seat being improperly secured, which can increase the risk of injury in a crash.","Land Rover will mail owners the correct information to insert into the owner's manual, free of charge. Owner notification letters were mailed on September 23, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N601." -07/29/2021,21V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V582000),Black Tie Products,Incorrect Tire/Rim Size and GAWR Rating/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,10,"Black Tie Products (Black Tie) is recalling certain 2020-2021 ADA Drop OPTIMUM20 trailers. The certification label has the incorrect tire and wheel rim information, and an incorrect Gross Axle Weight Rating (GAWR). As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 110, ""Tire Selection and Rims"", and 567, ""Certification.""","Incorrect tire/rim and GAWR information may cause the trailer to be overloaded, increasing the risk of a crash.","A new certification label will be mailed to owners, free of charge. Owner notification letters were mailed on August 27, 2021. Owners may contact Black Tie customer service at 1-574-277-3234." -07/29/2021,21V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V589000),Shyft Group,Instrument Cluster May Go Blank,ELECTRICAL SYSTEM,21-13,Vehicle,2727,"Shyft Group is recalling certain 2018-2022 K1, K2, K3, and K4 Spartan RV Chassis. The instrument cluster may intermittently go blank while the vehicle is in motion.","A blank instrument cluster display may be missing critical information such as the vehicle's speed and warning lights, which can increase the risk of a crash.","Shyft Group will update the control module software, and reroute and secure the duct work, free of charge. Owner notification letters were mailed on September 15, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-13." -07/29/2021,21V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V578000),"General Motors, LLC",Spare Tire is Incorrect Size,TIRES,N212329780,Vehicle,86,"General Motors, LLC. (GM) is recalling certain 2020-2021 Chevrolet Silverado 2500 and GMC Sierra 2500 vehicles equipped with a 17"" spare tire (RPO ZHQ or ZXT) and either the 20"" accessory road tire (RPO REM) or the 18"" accessory road tire (RPO Q2V). Operating the spare tire with other 20"" or 18"" tires can prevent the Anti-Lock Braking System (ABS) from engaging.",An ABS system that cannot control the rear wheels independently increases the risk of a crash.,"Dealers will provide the appropriate spare tire and apply a new spare tire information label, free of charge. Owner notification letters were mailed on October 18, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020; GMC customer service at 1-800-462-8782. GM's number for this recall is N212329780." -07/29/2021,21V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V583000),"NRC Modifications, Inc.",Stove Saddle Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2,"NRC Modifications, Inc. (NRC) is recalling certain 2019-2020 NRC Motorhomes, built on Freightliner Cascadia and Western Star Chassis. These vehicles are equipped with certain Dometic 3-burner stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Dometic will notify owners on NRC's behalf, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact NRC customer service at 1-574-825-3646." -07/28/2021,21V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V577000),Kia Motors America,Blank LCD Display/FMVSS 101,ELECTRICAL SYSTEM,SC215,Vehicle,5143,"Kia Motors America (Kia) is recalling certain 2022 Telluride vehicles. The LCD display screen may remain blank after startup. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","A blank LCD display may be missing information, such as the digital speedometer, gear selection indicator, and odometer, which may increase the risk of a crash.","Dealers will update the instrument cluster's software, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC215." -07/28/2021,21V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V576000),"New Flyer of America, Inc.",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,30,"New Flyer of America, Inc. (New Flyer) is recalling certain 2021 XD40 and XD35 vehicles equipped with Cummins L9 Diesel engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on August 3, 2021. Owners may contact New Flyer's customer service at 1-204-224-6706." -07/28/2021,21V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V575000),"Forest River, Inc.",Tail Light Lens May Fail,EXTERIOR LIGHTING,51-1389,Vehicle,29,"Forest River, Inc. (Forest River) is recalling certain 2021 Prime Time Tracer TRT22RBS recreational trailers. The tail light is located too close to the water heater exhaust, which may cause the tail light to become distorted and fail.","A distorted or inoperative lens can reduce trailer visibility for other drivers, increasing the risk of a crash.","Dealers will replace the tail light with a flush mount tail light, free of charge. Owner notification letters were mailed August 18, 2021. Owners may contact Forest River customer service at 1574-862-1025. Forest River's number for this recall is 51-1389." -07/27/2021,21V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V574000),"Mack Trucks, Inc.",Loose Front Suspension Bolts,SUSPENSION,SC0428,Vehicle,60,"Mack Trucks, Inc. (Mack) is recalling certain 2022 Medium-Duty Trucks. The spring hanger brackets on the front suspension may have loose bolts.","Loose suspension bolts can detach, possibly resulting in a loss of vehicle control and increasing the risk of a crash.","Dealers will tighten the spring hanger bracket bolts, free of charge. Owner notification letters were mailed on August 17, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0428." -07/27/2021,21V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V573000),"Mack Trucks, Inc.",Rear Axle Brakes May Fail,"SERVICE BRAKES, AIR",SC0427,Vehicle,124,"Mack Trucks, Inc. (Mack) is recalling certain 2021 Granite, LR, and TerraPro vehicles. The rear drive axle may have the incorrect type of brake cam installed, which could result in inoperative rear axle brakes.","Inoperative rear axle brakes can increase the distance required to stop, increasing the risk of a crash.","Dealers will inspect the brake cams, and incorrect brake cams will be replaced, along with brake shoes, hardware, and wheel seals, as necessary, free of charge. Owner notification letters were mailed on August 10, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0427." -07/27/2021,21V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V572000),Shyft Group,Rear Bumper May Fall Off,STRUCTURE,21-19,Vehicle,4885,"Shyft Group is recalling certain 2020-2021 Utilimaster Walk-In Vans. The fasteners that attach the shock mount bracket to the underside of the vehicle frame may fail, possibly resulting in a broken shock mount bracket and bumper detachment.","The bumper could fall off when it is utilized by a person as a step, increasing their risk of injury.","Shyft Group will replace the fasteners that attach the shock mount bracket to the underside of the vehicle frame, install a spacer, and inspect and replace, as necessary, the shock mount bracket. All repairs will be performed free of charge. Interim letters notifying owners of the safety risk were mailed on August 6, 2021. A second letter will be mailed once the remedy is available. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-19." -07/27/2021,21V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V568000),"Eclipse Recreational Vehicles, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,500,"Eclipse Recreational Vehicles, Inc. (Eclipse) is recalling certain 2020-2021 Attitude, Stellar, and Iconic trailers equipped with Dometic S31, R731, and R2131 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed April 25, 2022. Owners may contact Eclipse customer service at 1-269-342-3184." -07/27/2021,21V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V571000),Newmar Corporation,Window Adhesive Failure,EQUIPMENT,21E 047,Vehicle,4106,"Newmar Corporation (Newmar) is recalling certain 2019-2021 Bay Star, Ventana, New Aire, 2019-2020 Canyon Star, Bay Star Sport, Essex, King Aire, London Aire, Mountain Aire, 2018-2021 Dutch Star, 2020 Kountry Star, and 2019 Ventana LE recreational vehicles. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed on September 10, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 21E 047." -07/26/2021,21V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V566000),Shyft Group,Fuel Hose Leak,"FUEL SYSTEM, DIESEL",21-18,Vehicle,309,Shyft Group is recalling certain 2021-2022 Spartan RV Chassis K2 vehicles equipped with Cummins L9 Diesel Engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.,A fuel leak in the presence of an ignition source may increase the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on September 14, 2021. Owners may contact Shyft Group's customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-18." -07/26/2021,21V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V569000),"Volkswagen Group of America, Inc.",Loss of ABS/ESC,"SERVICE BRAKES, HYDRAULIC",47R1,Vehicle,498,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 E-Tron Quattro and 2020-2021 Audi E-Tron Sportback Quattro vehicles. An improperly welded rotor and shaft may separate within the integrated brake system.","Separation of the rotor and shaft may cause a reduction in braking assistance and a loss of the Antilock Brake System (ABS) and Electronic Stability Control (ESC), increasing the risk of a crash.","Dealers will replace the brake booster, free of charge. Owner notification letters were mailed September 14, 2021. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 47R1." -07/26/2021,21V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V567000),Marion Body Works Inc.,Solenoid Corrosion May Hinder Fire Fighting,ELECTRICAL SYSTEM,21V-329,Vehicle,52,"Marion Body Works Inc. is recalling certain 2009-2021 Gladiator and MetroStar emergency vehicles. The pump shift solenoid may corrode internally, causing a loss of power to the pump control module.","A loss of power to the pump control module can cause a loss of water pressure for fighting fires, increasing the risk of injury.","Dealers will replace the solenoids, free of charge. Owner notification letters were mailed on August 13, 2021. Owners may contact Marion Body Works customer service at 1-715-754-5261. Marion Body Works number for this recall is 21V-329." -07/23/2021,21V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V563000),"Gillig, LLC",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,148,"Gillig, LLC (Gillig) is recalling certain 2020-2021 Low Floor vehicles equipped with Cummins L9 Diesel Engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owners may contact Gillig's customer service at 1-510-264-5073 or 1-800-735-1500." -07/23/2021,21V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V565000),"Autocar, LLC",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",ACX-2104,Vehicle,107,"Autocar, LLC (Autocar) is recalling certain 2022 Xpeditor vehicles equipped with Cummins L9 Diesel Engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3786. Autocar's number for this recall is ACX-2104." -07/23/2021,21V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V564000),"Mercedes-Benz USA, LLC",Fuel Tank Not Welded Properly,"FUEL SYSTEM, GASOLINE",2021080003,Vehicle,3,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 G550 vehicles. The fuel tank may not have been welded properly during manufacturing, which could result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of fire.,"Dealers will replace the fuel tank, free of charge. Owner notification letters were mailed September 3, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -07/23/2021,21V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V560000),"General Motors, LLC",High Voltage Battery May Catch Fire,ELECTRICAL SYSTEM,N212343880,Vehicle,57414,General Motors LLC (GM) is recalling certain 2017-2019 Chevrolet Bolt EV vehicles previously recalled under NHTSA recall number 20V-701. The high voltage battery could catch fire when charged to full or nearly full capacity.,A battery fire increases the risk of injury.,"Defective battery modules will be replaced by GM, free of charge. Owners are advised to take the following interim steps: Activate either the Hill Top Reserve (2017 and 2018 models) or Target Charge Level (2019 models) feature in their vehicle to limit the charge level to 90%, charge their vehicle more frequently, avoid depleting the battery to 70 miles range remaining, park outside after charging, and do not charge the vehicle indoors overnight. Interim notification letters notifying owners of the safety risk were mailed on August 13, 2021. Owner notification letters were mailed on August 13, 2021. Owners may contact the Bolt EV Concierge Team at 1-833-382-4389. GM's number for this recall is N212343880." -07/23/2021,21E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E068000),Ricon Corporation,Outer Barrier Malfunction/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,1877,"Ricon Corporation (Ricon) is recalling certain Baylift Wheelchair Lift, part number RISSBF3XXX-XX. The outer barrier cannot withstand the maximum force when fully deployed. As such, these lifts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift's outer barrier cannot withstand the minimum amount of force, it can increase the risk of injury to lift occupants.","Ricon will add a side barrier support feature to affected wheelchair lifts, free of charge. Owner notification letters were mailed August 27, 2021. Owners may contact Ricon customer service at 1-800-322-2884." -07/23/2021,21E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E067000),Terran Axle LLC,Spindle Nuts Improperly Tightened,SUSPENSION,NR (Not Reported),Equipment,5796,Terran Axle LLC (Terran Axle) is recalling certain Trailer Axles part number 020401. The spindle nuts on these axles may have been improperly tightened during assembly.,"Improperly torqued spindle nuts may cause excessive axle vibration, and overheat the bearings that can affect vehicle control, increasing the risk of a crash.","Dealers will manually inspect the spindle nuts for proper torque and bearing damage. The spindle nuts will be properly tightened and bearings replaced as necessary, free of charge. Owner notification letters were mailed August 2, 2021. Owners may contact Terran Axle customer service at 1-312-741-3848." -07/23/2021,21V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V561000),McLaren Automotive Incorporated,Vehicle May Pull To One Side During Braking,"SERVICE BRAKES, HYDRAULIC",SRC 00 C 001,Vehicle,19,"McLaren Automotive Incorporated (McLaren) is recalling certain 2020 570S, GT, 2019 600LT, and 2019-2020 720S vehicles. The brake assembly banjo bolt may be missing the holes that supply brake fluid to the caliper, which would cause the brakes to fail on one corner of the vehicle.","Brake failure in one corner can cause the vehicle to pull to one side during braking, and increase the risk of a crash.","Dealers will inspect and replace the banjo bolt, as necessary, free of charge. Owner letters were mailed September 1, 2021. Owners may contact McLaren customer service at 1-646-429-8916. McLaren's number for this recall is SRC 00 C 001." -07/23/2021,21V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V562000),Rosenbauer America,Weight and Tire Pressure Incorrect/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,360,"Rosenbauer America (Rosenbauer) is recalling certain 2012-2016 Commander and Warrior vehicles. The vehicle weight and tire pressure information may be incorrect on the certification label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 567, ""Certification.""","Incorrect tire pressure information can result in underinflated tires, increasing the risk of a crash.","The remedy is currently under development. Interim owner notification letters were mailed on September 30, 2021. Owners may contact Rosenbauer customer service at 1-651-462-1000." -07/22/2021,21E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E066000),"Continental Automotive Systems, Inc.",Delayed Side Air Bag Deployment,AIR BAGS,NR (Not Reported),Equipment,6904,"Continental Automotive Systems, Inc. (Continental Automotive) is recalling certain PSAT Pressure Sensor model PAST 5.5 AK2D (Please see 573 Report for list of part numbers). The PSAT side crash pressure sensor mold was not cleaned properly during formation of the housing unit, causing the sensor to loosen from the connector harness.","A side crash sensor connector that becomes loose may delay the reaction of the side air bags, increasing the risk of injury in a crash.",Continental will work with the affected vehicle manufacturers to provide a remedy through their dealership networks. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Continental Automotive customer service at 1-248-393-5300. -07/22/2021,21V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V558000),"Suzuki Motor USA, LLC",Fuel Hose Assembly May Leak Fuel,"FUEL SYSTEM, GASOLINE",2A97,Vehicle,270,"Suzuki Motor USA, LLC (Suzuki) is recalling certain 2019-2020 Burgman 200 UH200 scooters. The fuel hose assembly may leak fuel.",A fuel leak increases the risk of fire.,"Dealers will replace the fuel hose assembly, free of charge. Owner notification letters were mailed August 20, 2021. Owners may contact Suzuki customer service at (714) 572-1490. Suzuki's number for this recall is 2A97." -07/22/2021,21V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V559000),"Altec Industries, Inc.",Pole Guide Joystick May Be Activated Inadvertently,EQUIPMENT,CSN 829,Vehicle,878,"Altec Industries, Inc. (Altec) is recalling certain 2016-2021 DH, D3000, DT65, and DT85 Digger Derricks. The operator may inadvertently move the pole guide joystick with their forearm due to the close proximity between the controls.","An unintentionally engaged joystick could result in uncontrolled movement of an unbalanced load, increasing the risk of injury.","Altec will provide a guard kit to install over the pole guide controls, free of charge. Owner notification letters were mailed on September 15, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 829." -07/22/2021,21V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V557000),"Heartland Recreational Vehicles, LLC",Refrigerator Roof Vent Not Routed Properly,EQUIPMENT,NR (Not Reported),Vehicle,649,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021 North Trail and Mallard recreational trailers. The refrigerator roof vents were not routed properly during production.","An improperly routed vent may allow the refrigerator to overheat, increasing the risk of a fire. Further, exhaust gas trapped inside the vehicle can cause carbon monoxide poisoning, increasing the risk of injury or death.","Dealers will inspect the roof vent, and repair the vent sleeve connection if necessary, free of charge. Owner notification letters were mailed August 31, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -07/21/2021,21V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V550000),"Bentley Motors, Inc.",Front Seat Control Module Malfunction,SEATS,RE21/26 (RC08),Vehicle,3647,"Bentley Motors, Inc. (Bentley) is recalling certain 2020-2021 Continental GT/GT Convertible vehicles. During some automated front seat movements, the front seat may trap a rear passenger's legs.","The rear passenger may become trapped by the front seat, increasing the risk of injury.","Dealers will update the software for the front seats, free of charge. Owner notification letters were mailed on August 31, 2021. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE21/26 (RC08)." -07/21/2021,21V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V556000),"Daimler Trucks North America, LLC",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",FL-897,Vehicle,476,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Freightliner XB Chassis and 2021-2022 Freightliner XC Chassis vehicles equipped with Cummins L9 Diesel Engines that have remote Stage 2 fuel filters and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will replace the fuel hoses, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-897." -07/21/2021,21V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V553000),"Tracker Marine, LLC",Incorrect Size Safety Cable,EQUIPMENT,TS-0039,Vehicle,145,"Tracker Marine, LLC (Tracker) is recalling certain 2021-2022 Ranger Trail RT198PP and RT198PPB trailers. An incorrect-size safety cable was installed, which is under-rated for the size of the trailer.","The safety cable may not prevent trailer detachment in the event the coupler fails, increasing the risk of a crash.","Dealers will replace the safety cable, free of charge. Owners may contact Tracker customer service at 1-417-873-4555. Tracker's number for this recall is TS-0039." -07/21/2021,21V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V548000),"Altec Industries, Inc.",Leveling Sprocket Weld Failure,EQUIPMENT,CSN 828,Vehicle,1284,"Altec Industries, Inc. (Altec) is recalling certain 2020 AA5X/AN5X, AA5X(E)/AN5X(E), AA6X/AN6X, AA6X(E)/AN6X(E), AN4X-OC/AN4X(E)-OC, AN5X-OC/AN5X(E)-OC, AA/AN67-E100, and AA/AN67(E)-E100 vehicles. The leveling sprocket may have a failed weld between the sprocket and hub assembly.",Uncontrolled platform leveling increases the risk of injury and death.,"Altec will inspect and replace the damaged sprocket assembly, free of charge. If no damage is observed, a secondary retention kit will be installed to limit rotation of the platform, free of charge. Owner notification letters were mailed on September 15, 2021. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 828." -07/21/2021,21V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V551000),Shyft Group,Loose Tie Rod Clamps,STEERING,21-17,Vehicle,76,"Shyft Group is recalling certain 2021-2022 Utilimaster Walk-In vans. The tie rod clamps may be loose, which could result in loose tie rod ends that could break or detach.","Detached or broken tie rod ends can result in steering loss, increasing the risk of a crash.","Daimler Trucks North America (DTNA) will mail owner letters on behalf of Shyft Group, and DTNA service facilities will replace the tie rod clamp bolts and nuts, free of charge. Owner notification letters were mailed on December 23, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-17." -07/21/2021,21V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V554000),"BMW of North America, LLC",Passenger Seat Belt Malfunction/FMVSS 208,SEAT BELTS,NR (Not Reported),Vehicle,21537,"BMW of North America, LLC (BMW) is recalling certain 2021 2 Series (230i, 230i xDrive, M240i, M240i xDrive), 330e, 330e Xdrive, 4 Series Coupe (430i, 430i xDrive, M440i xDrive) M4 Coupe, M4 Competition Coupe, BMW 4 Series Convertible (430i, M440i), BMW X1 sDrive28i, xDrive28i, 2 Series Gran Coupe (228i, 228i xDrive, M235i xDrive), M2 Competition Coupe, 330i, 330i xDrive, M340i, M340i xDrive, M3, M3 Competition, 530i, 530i xDrive, 540i, 540i xDrive, MINI Hardtop 2 Door (Cooper, CooperS, JCW), X2 sDrive28i, X2 xDrive28i, X2 M35i, Z4 sDrive30i, Z4 M40i, MINI Hardtop 2 Door (Cooper SE), MINI Convertible (Cooper, Cooper S, JCW), MINI Clubman (Cooper S, Cooper S All4, JCW), MINI Countryman (Cooper, Cooper All4, Cooper S, Cooper S All4, JCW All4), Rolls Royce Ghost, MINI Countryman (Cooper S E All4), Rolls Royce Phantom, Rolls Royce Cullinan, and Toyota Supra vehicles. The passenger seat belt Automatic Locking Retractor (ALR) may deactivate early, before the webbing fully retracts. As such, these assemblies fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","During a crash, a seat belt retractor that does not function as intended increases the risk of injury.","Dealers will inspect the seat belt retractors (including the seat belts) and, if necessary, replace the retractors, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact BMW customer service at 1-800-525-7417; 1-866-825-1525 (MINI); 1-877-877-3735 (Rolls Royce); and 1-888-270-9371 (Toyota)." -07/21/2021,21V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V549000),"Osage Industries, Inc.",Rear Brake Caliper Flexible Line May Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,"Osage Industries, Inc. (Osage) is recalling certain 2019 Dodge Ram 5500 chassis, Dodge Ram 4500 chassis, Dodge Ram 5500 Super Warrior, Dodge Ram 4500 Warrior, and Dodge Ram 5500 Warrior vehicles. The rear brake caliper flexible line may have been improperly routed, which could allow it to chafe against suspension components, and result in a brake fluid leak.",A brake fluid leak can cause a loss of brakes and increase the risk of a crash.,"Dealers will modify the rear brake caliper flexible line mounting, and replace the rear brake caliper flexible line as needed, free of charge. Owner notification letters were mailed on July 21, 2021. Owners may contact Osage customer service at 1-800-822-3634." -07/21/2021,21V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V555000),"Nissan North America, Inc.",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,RT049/RT050,Vehicle,4083,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Rogue Sport vehicles. The seat belt automatic locking retractor (ALR) may deactivate early, reducing the protection offered to an installed child seat. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",A seat belt retractor that does not function as intended can increase the risk of injury during a crash.,"Dealers will replace the front passenger seat belt and as necessary both outer rear seat belts, free of charge. Owner notification letters were mailed on September 14, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is RT049 & RT050." -07/21/2021,21V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V552000),"Kalmar Solutions, LLC",Stability Control Harness Installed Incorrectly,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,54,"Kalmar Solutions, LLC (Kalmar) is recalling certain 2021 Ottawa T2 vehicles equipped with electronic stability control. The rear stability control system harness was installed incorrectly, which could result in an inactive stability control system.","An inactive electronic stability control system may result in a loss of control, increasing the risk of a crash.","Dealers will reinstall the harness correctly, free of charge. Owner notification letters were mailed on September 14, 2021. Owners may contact Kalmar customer service at 1-785-229-6327." -07/20/2021,21V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V545000),"Tiffin Motorhomes, Inc.",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",TIF-117,Vehicle,330,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021-2022 Allegro Bus and Phaeton motorhomes, equipped with certain Cummins L9 diesel engines. A fuel leak may occur from the fuel hose between the fuel pump and remote filter head.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will replace the fuel hoses, free of charge. Owner notification letters were mailed September 10, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-117." -07/20/2021,21V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V544000),"Osage Industries, Inc.",Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"Osage Industries, Inc. (Osage) is recalling one 2021 Ford Super-Warrior III E450 vehicle equipped with a Weldon V-Mux Vista IV Standard LCD display used for controlling emergency vehicle lighting and HVAC functions. The display may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","A locked up or non-functional LCD display can delay emergency efforts, which can increase the risk of injury.","Weldon shipped a new display unit to the owner of the affected vehicle and it has been repaired. Therefore, no owner notification letters will be mailed. Owners may contact Osage customer service at 1-800-822-3634." -07/20/2021,21V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V542000),Newmar Corporation,Loose Tie Rod Clamps,STEERING,FL-888,Vehicle,11,"Newmar Corporation (Newmar) is recalling certain 2021-2022 Kountry Star and 2021 Ventana motorhomes. The tie rod clamps may be loose, which could result in loose tie rod ends that could break or detach.","Detached or broken tie rod ends can result in steering loss, increasing the risk of a crash.","Dealers will replace the tie rod clamp bolts and nuts, free of charge. Owner notification letters were mailed on February 9, 2022. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is FL-888." -07/20/2021,21V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V547000),"Daimler Trucks North America, LLC",Parking Brake Activation Switch Failure,PARKING BRAKE,FL-896,Vehicle,267,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Thomas Built C2 Saf-T-Liner school buses. The parking brake activation switch may fail to set the parking brake.",Unintended movement of the vehicle increases the risk of a crash.,"DTNA will update the Dash Electronic Control Unit (DECU ) software, free of charge. Owner notification letters were mailed on September 14, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-896." -07/20/2021,21V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V541000),"Trail King Industries, Inc.",Steering Arm May Detach,STEERING,TK202103,Vehicle,83,"Trail King Industries, Inc. (Trail King) is recalling certain 2018-2020 TKOLB332NG-HH, TKOLB336NG, TKOLB336NG-HH, TKOLB434NG-HH, and TKOLB436NG-HH vehicles equipped with Dexter Smart Steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dexter Axle will inspect the steering arm and apply welds, free of charge. Owner notification letters were mailed on August 4, 2021. Owners may contact Trail King's customer service at 1-800-843-3324 or Dexter Axle's customer service at 1-574-295-7888. Trail King's number for this recall is TK202103." -07/20/2021,21V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V540000),"ShowHauler Trucks, Inc.",Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,44,"ShowHauler Trucks, Inc. (ShowHauler) is recalling certain 2018-2020 Garage Coach, Motorhome, and Toter Coach vehicles equipped with Hehr 6400 Series Windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact ShowHauler's customer service at 1-800-524-5210 ext. 104 or 1-574-825-6764." -07/20/2021,21V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V543000),Newell Coach Corp.,Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Vehicle,19,Newell Coach Corp. (Newell) is recalling certain 2008-2022 P50 vehicles. The adhesive that bonds the vented portion of the window may fail.,"Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Newell will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed on July 29, 2021. Owners may contact Newell's customer service at 1-888-363-9355." -07/20/2021,21V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V546000),PACCAR Incorporated,Windshield Defrost Failure,VISIBILITY,21KWE,Vehicle,6916,"PACCAR Incorporated (PACCAR) is recalling certain 2022 Kenworth T680, T880, and W990 vehicles. The HVAC controls may have insufficient soldering between the potentiometer(s) and the PCBA board, resulting in windshield defrost failure.","Inoperative windshield defrost may reduce driver visibility, increasing the risk of a crash.","Dealers will replace HVAC control head, free of charge. Interim owner notification letters were mailed on September 17, 2021. Remedy parts are expected to be available mid-June, 2022. Owners may contact PACCAR's customer service at 1-425-828-5888 (Kenworth). PACCAR's number for this recall is 21KWE." -07/16/2021,21V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V539000),"Mercedes-Benz USA, LLC",Incorrect Transmission Overflow Pipe and Filter,POWER TRAIN,2021070035,Vehicle,371,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2013 GLK250 vehicles equipped with 4-cylinder diesel engines. The incorrect type of transmission fluid filter and overflow pipe may have been installed during a service repair, which could result in a transmission fluid leak or control module failure.","A transmission fluid leak can increase the risk of a fire. In addition, a transmission control module failure could result in a vehicle stall, increasing the risk of a crash.","Dealers will replace the overflow pipe and transmission fluid filter, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -07/15/2021,21V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V536000),Ford Motor Company,Driveshaft May Separate,POWER TRAIN,21S31,Vehicle,27604,"Ford Motor Company (Ford) is recalling certain 2020-2021 F-350 Super Duty pickup trucks equipped with 6.7L diesel engines and Dana model 275 rear axles. The rear axle housing may not support the load of the pickup truck and deform, which could result in driveshaft separation.","Driveshaft separation may result in a loss of drive power, or unintended vehicle movement if the vehicle is in park without the parking brake applied, increasing the risk of a crash.","Dealers will inspect the axle housing for deformities, and repair or replace the housing, as necessary, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall 21S31." -07/15/2021,21V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V533000),Ford Motor Company,Electronic Brake Booster May Leak Into ECU,"SERVICE BRAKES, HYDRAULIC",21S33,Vehicle,56,"Ford Motor Company (Ford) is recalling certain 2021 F-150 vehicles. The electronic brake booster may leak brake fluid into the electronic control unit, which could result in reduced braking performance.",Reduced braking performance can increase the risk of a crash.,"Dealers will replace the electronic brake booster assembly, free of charge. Owner notification letters were mailed on July 28, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S33." -07/15/2021,21V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V538000),"Gillig, LLC",Excessive Ammonia in Tailpipe Exhaust,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,78,"Gillig, LLC (Gillig) is recalling certain 2020-2021 Low Floor vehicles equipped with Cummins L9 Diesel Engines. The engine calibration software's management of the injection of Diesel Exhaust Fluid can allow excessive ammonia into the tailpipe exhaust.",Exposure to high levels of ammonia can increase the risk of injury.,"Cummins will recalibrate the engine, free of charge. Owners may contact Gillig's customer service at 1-510-264-5073 or 1-800-735-1500." -07/15/2021,21V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V535000),Toyne Inc.,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,07-21,Vehicle,11,"Toyne Inc. (Toyne) is recalling certain 2020 Spartan MetroStar and Gladiator vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes causing the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Dealers will repair or replace the IV Standard LCD displays, free of charge. Owners may contact Toyne's customer service at 1-712-673-2328. Toyne's number for this recall is 07-21." -07/15/2021,21V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V537000),Ford Motor Company,Rear Suspension Toe Link Fracture,SUSPENSION,21S32,Vehicle,631176,"Ford Motor Company (Ford) is recalling certain 2013-2017 Explorer vehicles originally sold, or ever registered, in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin, and the District of Columbia. Exposure to road salt can cause the cross-axis ball joint to corrode and seize, resulting in a fracture of the outboard section of the rear suspension toe link.","A rear toe-link fracture can result in a loss of steering control, increasing the risk of a crash.","Dealers will inspect and replace as necessary, the cross-axis ball joint (CABJ) knuckle, and replace the rear suspension toe links, free of charge. This recall is an expansion of previous NHTSA recall numbers 16V-245, 19V-435, and 20V-675. Certain vehicles previously repaired will need to return for the new remedy. An interim notification letter notifying owners of the safety risk were mailed on September 10, 2021. Owner notification letters were mailed on March 16, 2022. Owners may contact Ford's customer service at 1-866-436-7332. Ford's number for this recall is 21S32." -07/15/2021,21E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E065000),"Continental Automotive Systems, Inc.",Rotor and Shaft May Separate Causing a Loss of ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,8384,"Continental Automotive Systems, Inc. (Continental Automotive) is recalling certain Hydraulic Electronic MKC1 brake units, with part numbers 10-1202 and 25-1202. A deviation in the welding process can cause the Anti-Lock Brake System (ABS) Hydraulic Control Unit (HCU) rotor and shaft to separate, which may cause a reduction of braking assist, and a loss of ABS.","A loss of braking assistance and ABS functionality can reduce overall braking performance, increasing the risk of a crash.",Continental Automotive will work with the affected vehicle manufacturers to provide a remedy through their dealership networks. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Continental Automotive customer service at 1-248-393-5300. -07/15/2021,21T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T011000),Hankook Tire America Corp.,Tire Tread Separation,TIRES,NR (Not Reported),Tire,7026,"Hankook Tire America Corp. (Hankook) is recalling certain Kinergy GT (H436) tires, size 235/50R19H with DOT code 0521. The tires may have been manufactured with an insufficient amount of curative agent, which could cause tread separation.","Tread separation can result in tire failure and a loss of vehicle control, increasing the risk of a crash.","Dealers and authorized independent service centers will replace the affected tires, free of charge. Owner notification letters were mailed on July 15, 2021. Owners may contact Hankook customer service at 1-800-426-5665." -07/15/2021,21V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V534000),Ford Motor Company,Unsecured Wire Harness,ELECTRICAL SYSTEM,21S34,Vehicle,33298,"Ford Motor Company (Ford) is recalling certain 2020-2021 Lincoln Aviator vehicles equipped with 3.0L gasoline engines. The wire harness may not be secured properly, possibly contacting the air conditioning (A/C) compressor pulley, and resulting in damage to electrical wires, or the A/C compressor drive belt.","Damaged electrical wires may short-circuit, increasing the risk of a fire.","Dealers will inspect the harness and A/C compressor belt for damage, replacing them as necessary, and install a tie strap to secure the wire harness, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S34." -07/14/2021,21V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V532000),"New Flyer of America, Inc.",Excessive Ammonia in Tailpipe Exhaust,ENGINE AND ENGINE COOLING,R21-013,Vehicle,28,"New Flyer of America, Inc. (New Flyer) is recalling certain 2021 XD35 and XD40 vehicles equipped with 2021 Model Year Cummins L9 Diesel Engines. The engine calibration software's management of the injection of Diesel Exhaust Fluid can allow excessive ammonia to be emitted from tailpipe exhaust.",Exposure to high levels of ammonia can increase the risk of injury.,"Cummins will recalibrate the engine, free of charge. Owner notification letters were mailed on July 23, 2021. Owners may contact New Flyer's customer service at 1-800-204-224-6706. New Flyer's number for this recall is R21-013." -07/14/2021,21E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E064000),Magna International Inc.,Fuel Tank Not Welded Properly,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,53,"Magna International Inc. (Magna) is recalling certain Magna Steyr fuel tanks with part numbers 1000045620, 1000043710, and 1000045350. The two halves of the fuel tank may not have been welded properly, which could result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of fire.,"Magna will work with the affected vehicle manufacturers, to provide replacement tanks through their dealership networks. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Magna customer service at 1-905-726-7022." -07/13/2021,21V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V530000),"Corp. Micro Bird, Inc.",Emergency Release Handle Not Functional,STRUCTURE,21-087-DUS,Vehicle,17204,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2003-2022 MBII, T-Series, and G5 school buses. The emergency release handle on the service door may bind, not allowing the door panels to open.","The service door may not open, preventing evacuation of the vehicle in case of emergency, and increasing the risk of injury.","Dealers will provide instructions on how to correctly adjust the service door, free of charge. Owner notification letters were mailed on September 8, 2021. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-087-DUS." -07/13/2021,21V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V531000),"Corp. Micro Bird, Inc.",Emergency Release Handle not Functional,STRUCTURE,21-087-DUC,Vehicle,1323,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2003-2015 MBII, 2015-2021 T-Series, and 2006-2022 G5 transit buses. The emergency release handle on the service door may bind, not allowing the door panels to open.","The service door may not open, preventing evacuation of the vehicle in case of emergency, increasing the risk of injury.","Dealers will provide instructions on how to correctly adjust the service door, free of charge. Owner notification letters were mailed on September 9, 2021. Owners may contact Micro Bird's customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-087-DUC." -07/13/2021,21E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E063000),"Cummins, Inc.",Fuel Hose Leak,"FUEL SYSTEM, DIESEL",C2465,Equipment,2922,"Cummins, Inc. (Cummins) is recalling certain L9 Diesel Engines, with part number D563027BX03, that are equipped with a remote Stage 2 fuel filter and pressurized hoses. A fuel leak may occur from the fuel hose between the fuel pump and the remote fuel filter head.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will replace the fuel hoses, free of charge. Owner notification letters were mailed September 3, 2021. Owners may contact Cummins' customer service at 1-800-286-6467. Cummins number for this recall is C2465." -07/13/2021,21V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V528000),Summit Bodyworks,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR,Vehicle,1,"Summit Bodyworks is recalling one 2017 Freightliner M2-106 vehicle. The all-in-one rear LED lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, this vehicle fails to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Summit Bodyworks will notify the owner, and provide instructions on how to obtain a filter kit from the light manufacturer, free of charge. The owner notification letter were mailed on September 15, 2021. Owners may contact Summit Bodyworks' customer service at 1-303-348-2681." -07/13/2021,21V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V529000),"Jayco, Inc.",Window Adhesive Failure,EQUIPMENT,9903569,Vehicle,833,"Jayco, Inc. (Jayco) is recalling certain 2019-2021 Anthem, Aspire, Cornerstone, Insignia, Reatta, and Embark recreational vehicles equipped with Hehr 6400 series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed August 31, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903569." -07/12/2021,21V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V526000),"Mercedes-Benz USA, LLC",Excessive Voltage at Second-Row Power Outlet,ELECTRICAL SYSTEM,2021080005,Vehicle,1690,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLB 250 vehicles. The accessory power outlet for the second-row seating may have excessive voltage due to an incorrect voltage converter socket.",Excessive voltage through the accessory power outlet to a connected device can increase the risk of a fire.,"Dealers will inspect and replace the voltage converter, as necessary, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021080005." -07/12/2021,21V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V527000),"Mercedes-Benz USA, LLC",Side Impact Crash Sensor Connectors May Loosen,AIR BAGS,2021070032/33,Vehicle,542,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 CLS450, AMG E53, AMG CLS53, E350, E450, AMG GT43, AMG GT53, 2020 S450, S560, G550, AMG GLC63, 2020-2021 GLC300, and AMG G63 vehicles. The side crash sensor connectors may come loose, which could delay the activation of air bags and seatbelts during a side impact crash.",Air bags and seatbelts that don't function as intended can increase the risk of injury during a crash.,"Dealers will inspect and replace as necessary, the side impact crash sensors, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021070032/33." -07/09/2021,21V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V524000),Hyundai Motor America,Fuel Leak at Pipe Connection,"FUEL SYSTEM, GASOLINE",207,Vehicle,15752,Hyundai Motor America (Hyundai) is recalling certain 2021-2022 Santa Fe and Sonata vehicles equipped with 2.5L turbocharged engines. Fuel may leak at the pipe connection between the high-pressure fuel pump and fuel rail.,A fuel leak increases the risk of a fire.,"Dealers will inspect and tighten, or replace the fuel pipe as necessary, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 207." -07/09/2021,21V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V525000),"Nissan North America, Inc.",Liftgate Hinges Can Separate/FMVSS 206,STRUCTURE,R21A7,Vehicle,13215,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Rogue Sport vehicles. The liftgate hinges can separate from the vehicle during a rear end crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 206, ""Door Locks and Door Retention Components.""","Separated hinges compromise the protection offered by the liftgate, increasing the risk of injury.","Dealers will replace the left and right liftgate hinges, free of charge. Owner notification letters were mailed September 7, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21A7." -07/09/2021,21V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V523000),"Forest River, Inc.",Window Adhesive Failure,EQUIPMENT,51-1380,Vehicle,825,"Forest River, Inc. (Forest River) is recalling certain 2015-2017 Coachmen Cross Country, 2015 Coachmen Encore, 2016-2020 Coachmen Mirada, 2018-2021 Coachmen Sportscoach, 2019-2021 Forest River Berkshire, 2011-2016 Forest River Blue Ridge, 2014-2019 Forest River Cardinal, 2014-2020 Forest River Cedar Creek, 2014-2021 Forest River Georgetown, 2019 Forest River Legacy, and 2017-2018 Forest River Riverstone recreational vehicles equipped with Hehr 6400 Series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed September 2, 2021. Owners may contact Forest River customer service at 1-574-825-8600. Forest River's number for this recall is 51-1380." -07/08/2021,21V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V518000),"Maintainer Corporation of Iowa, Inc.",Crane Mounting Bolts may Fail,EQUIPMENT,NR (Not Reported),Vehicle,7,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2019-2020 Service/Mechanics Bodies mounted on International MV607 vehicles. The crane mounting bolts are not long enough to securely attach the crane to the crane mount.","The crane may detach from the vehicle, increasing the risk of injury or death.","Dealers will replace the existing bolts with the correct size bolts and torque to specification, free of charge. Owner notification letters were mailed on July 27, 2021. Owners may contact Maintainer's customer service at 1-866-781-3259." -07/08/2021,21V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V517000),"General Motors, LLC",Front Driver-Side Air Bag May Not Deploy Properly,AIR BAGS,N212340860,Vehicle,28,"General Motors, LLC. (GM) is recalling certain 2022 Chevrolet Bolt EV and Bolt EUV vehicles. One of the two fasteners that secure the driver's frontal air bag to the steering wheel may be missing or improperly tightened.","An improperly installed air bag may not deploy properly in a crash, increasing the risk of injury.","Dealers will inspect and replace as necessary, the driver-side air bag fasteners. If the fasteners cannot be tightened properly, the air bag assembly will be replaced. All repairs will be performed free of charge. Owner notification letters were mailed on July 29, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212340860." -07/08/2021,21V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V519000),Kia Motors America,Fuel Leak at Pipe Connection,"FUEL SYSTEM, GASOLINE",SC214,Vehicle,21575,Kia Motor America (Kia) is recalling certain 2021 Sorento and 2021-2022 K5 vehicles equipped with 2.5L turbocharged engines. Fuel may leak at the pipe connection between the high-pressure fuel pump and fuel rail.,A fuel leak increases the risk of a fire.,"Dealers will inspect and tighten, or replace the fuel pipe as necessary, free of charge. Owner notification letters were mailed July 21, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC214." -07/08/2021,21V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V516000),"Chrysler (FCA US, LLC)",Inadequate Windshield Bonding/FMVSS 212,VISIBILITY,Y47,Vehicle,21258,"Chrysler (FCA US, LLC) is recalling certain 2020-2021 Dodge Challenger, Dodge Charger, and Chrysler 300 vehicles. During manufacturing, the windshield may not have been properly bonded to the vehicle, allowing it to detach in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 212, ""Windshield Mounting.""",A windshield that separates from the vehicle during a crash can increase the risk of injury.,"Dealers will remove and replace the front windshield urethane sealant, free of charge. Owner notification letters were mailed on August 31, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y47." -07/08/2021,21V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V521000),"BMW of North America, LLC",Occupant Classification System Malfunction,AIR BAGS,NR (Not Reported),Vehicle,138,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 X3 sDrive30i, X3 xDrive30i, X3 M40i and 2019 X4 xDrive30i, and X4 M40i vehicles. The front passenger seat occupant classification system may have been improperly assembled, which could result in the misclassification of the seat as unoccupied, and deactivate the front air bag.","A deactivated front air bag will not deploy in the event of a crash, increasing the risk of injury.","Dealers will replace the seat foam, which includes the occupant classification system, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact BMW customer service at 1-800-525-7417." -07/08/2021,21V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V520000),"BMW of North America, LLC",Passenger Air Bag May Not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,1,"BMW of North America, LLC (BMW) is recalling one 2019 X5 xDrive 40i vehicle. The instrument panel may not have been manufactured correctly, which could prevent the passenger side air bag from deploying properly in a crash.",An air bag that does not deploy properly can increase the risk of injury in a crash.,"A dealer will replace the instrument panel, free of charge. Owner notification letters were mailed on July 26, 2021. Owners may contact BMW customer service at 1-800-525-7417." -07/08/2021,21V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V522000),Thor Motor Coach,Window Adhesive Failure,EQUIPMENT,RC000232,Vehicle,521,"Thor Motor Coach (TMC) is recalling certain 2019 Challenger, Palazzo, Tuscany, 2019-2020 Miramar, 2019-2021 Aria, Outlaw, and Venetian recreational vehicles equipped with Hehr 6400 series windows. The adhesive that bonds the vented portion of the window may fail.","Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Owner notification letters were mailed September 8, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000232." -07/07/2021,21V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V513000),"Daimler Vans USA, LLC",Automatic Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,VS2/VS3 KISIGUR,Vehicle,1514,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Sprinter, Metris, and Freightliner Sprinter vehicles equipped with Automatic Locking Retractor (ALR) seat belt assemblies. The seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these assemblies fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect and replace the seat belt assemblies, as necessary, free of charge. Owner notification letters were mailed on December 21, 2021. Owners may contact DVUSA's customer service at 1-877-762-8267." -07/07/2021,21V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V512000),"Altec Industries, Inc.",Gearbox May Allow Boom to Move,EQUIPMENT,MAB 827,Vehicle,43,"Altec Industries, Inc. (Altec) is recalling certain 2020-2021 D2000, 3000, and 4000 Derrick diggers. A retaining ring in the gearbox assembly was improperly seated during production, allowing the boom to unintentionally rotate freely.",Unintended boom movement increases the risk of injury.,"Altec will repair the gearbox assembly, free of charge. Owner notification letters were mailed on September 3, 2021. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 827." -07/07/2021,21E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E062000),Shenzhen Dianliangzhihui Tech Co.,Headlight Bulbs are Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4357,"Shenzhen Dianliangzhihui Tech Co. (DianLiangzhihui Technology) is recalling certain aftermarket Lasfit A30-LAplusH11-NFBA LED headlights sold through Amazon. The headlight bulbs can create excessive glare or brightness to oncoming traffic. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can decrease the visibility to oncoming drivers, increasing the risk of a crash.","DianLieangzhihui Technology will provide a full refund or replace the LED bulbs with Halogen bulbs, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Shenzhen customer service by email at recall2021dl@163.com." -07/07/2021,21V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V515000),Xtreme Outdoors,Insufficient Trailer Shell Support Bracket,EQUIPMENT,NR (Not Reported),Vehicle,18,"Xtreme Outdoors is recalling certain 2021 MyPod travel trailers. The support bracket that secures the trailer shell to the frame may be insufficient, which could cause the trailer shell to detach.",A detached trailer shell can create a road hazard and increase the risk of a crash.,"Dealers will inspect the support bracket, and replace the frame if necessary, free of charge. Owner notification letters were mailed July 16, 2021. Owners may contact Xtreme Outdoors customer service at 1-740-788-9560." -07/07/2021,21V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V514000),Wayfarer,Valve Stem Extender May Rub Against Wheel Liner,TIRES,WAY-100,Vehicle,1861,"Wayfarer is recalling certain 2017-2021 Wayfarer recreational vehicles. The valve stem extender may rub against the wheel liner, causing damage to the valve stem.","A damaged valve stem can cause a sudden loss of tire pressure, increasing the risk of a crash.","Owners will be instructed to remove the wheel liners, free of charge. Wayfarer is working to develop a final remedy that allows the liners to be reinstalled. Owner notification letters were mailed on February 16, 2022. Owners may contact Wayfarer customer service at 1-256-356-8661. Wayfarer's number for this recall is WAY-100." -07/06/2021,21E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E061000),"Guangzhou Yorkim Trading Co., Ltd",Headlight Bulbs are Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3000,"Guangzhou Yorkim Trading Co., Ltd is recalling certain Yorkim R7 H11 LED bulbs, sold through Amazon. These aftermarket LED headlight bulbs can create excessive glare and brightness to oncoming traffic. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare and brightness can decrease the visibility for oncoming drivers, increasing the risk of a crash.",Yorkim will provide a full refund. Owners may contact Guangzhou customer service at 1-861-052-2163. -07/06/2021,21V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V511000),"Northwood Manufacturing, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,2021-001,Vehicle,174,"Northwood Manufacturing, Inc. (Northwood) is recalling certain 2019 Arctic Fox Camper 865, Arctic Fox Camper 990, Arctic Fox Grande Ronde 28-5C, Nash Travel Trailer 29S, Nash Travel Trailer 26N, and Nash Travel Trailer 24M trailers, equipped with Dometic S31, R731, and R2131 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Dometic service centers will replace the manifold bolt and valve seal, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Northwood customer service at 1-800-766-6274. Northwood's number for this recall is 2021-001." -07/02/2021,21V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V506000),Newmar Corporation,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",Cummins 21E-032,Vehicle,1737,"Newmar Corporation (Newmar) is recalling certain 2019 Mountain Aire, 2020-2021 New Aire, 2020-2022 Super Star, 2018-2021 Ventana, and Dutch Star vehicles equipped with certain Cummins diesel engines. The sealing washer may not seat correctly in the pilot boreholes, allowing the high-pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins service centers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on August 24, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is Cummins 21E-32." -07/02/2021,21V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V507000),Marion Body Works Inc.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",21V-232,Vehicle,52,"Marion Body Works Inc. is recalling certain 2017-2020 Spartan Gladiator and MetroStar vehicles. The sealing washer may not seat correctly in the pilot boreholes, allowing the high-pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on July 26, 2021. Owners may contact Marion Body Works' customer service at 1-715-754-5261. Marion Body Works' number for this recall is 21V-032." -07/02/2021,21V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V509000),"Mercedes-Benz USA, LLC",Incorrectly Adjusted Headlights/FMVSS 108,EXTERIOR LIGHTING,2021120011,Vehicle,1467,"Mercedes-Benz LLC (MBUSA) is recalling certain 2018-2020 C300, 2019-2020 A220, AMG C43, AMG C63, 2020 GLE580, GLB250, 2020-2021 GLE450, GLE350, 2021 AMG GLE63, and AMG GLE53 vehicles. The LED headlights may have been incorrectly adjusted during a vehicle repair. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Incorrectly adjusted headlights may reduce visibility, increasing the risk of a crash.","Dealers will replace the LED headlights, free of charge. Interim letters notifying owners of the safety risk were mailed August 13, 2021. A second notice will be sent once the remedy is available. Owner notification letters were mailed January 2022. Owners may contact MBUSA customer service at 1-800-367-6372." -07/02/2021,21V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V510000),"Daimler Trucks North America, LLC",Rear Suspension Leaf Spring Eye May Break,SUSPENSION,FL-895,Vehicle,79,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Freightliner Custom Chass MT45 Chassis. The leaf spring eye on the rear suspension may be undersized, which could result in it breaking and detaching from the vehicle.","A detached leaf spring eye can create a road hazard, increasing the risk of a crash.","The remedy is currently under development. Owner notification letters were mailed on August 26, 2021. Owners may contact DTNA's customer service at 1-800-547-0712. DTNA's number for this recall is FL-895." -07/02/2021,21V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V508000),Braxton Creek RV,Stove Saddle Valves may Leak Gas,EQUIPMENT,20E071,Vehicle,140,"Braxton Creek RV (Braxton) is recalling certain 2020-2021 LX and BX travel trailers, equipped with Dometic R1731, R2131, and S31 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Braxton Creek will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed July 2, 2021. Owners may contact Braxton customer service at 1-260-768-7932. Braxton's number for this recall is 20E071." -07/01/2021,21V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V494000),Mazda North American Operations,Air Bag Cover Emblem May Shatter,AIR BAGS,4921G,Vehicle,260915,"Mazda North American Operations (Mazda) is recalling certain 2004-2007 Mazda3 vehicles. During air bag deployment, the plastic emblem on the steering wheel air bag module cover may shatter, and project plastic fragments into the vehicle.","Plastic fragments can hit occupants during air bag deployment, increasing the risk of injury.","Dealers will replace the air bag module cover, free of charge. Owner letters were mailed between August 28, 2021 and October 28, 2021. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 4921G." -07/01/2021,21V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V502000),"Aprilia USA, Inc.",Crankshaft Connecting Rod May Break,ENGINE,PA2ZZQ2107,Vehicle,308,Aprilia is recalling certain 2021 RS 660 and Tuono 660 motorcycles. The engine crankshaft connecting rod may break due to improper heat-treatment.,"A broken connecting rod can cause a sudden engine stall, increasing the risk of a crash.","Dealers will replace the engine, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact Aprilia customer service at 1-212-380-4400. Aprilia's number for this recall is PA2ZZQ2107." -07/01/2021,21V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V499000),"Jaguar Land Rover North America, LLC",Deformed Front Seat Track Bracket,SEATS,N609,Vehicle,603,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2021 Defender 90 vehicles equipped with manually-adjustable front seats. The front seat track end-stop bracket may become deformed, which could prevent the seat from locking into place.","A seat that is not properly locked into place can move unintentionally during a crash, increasing the risk of injury.","Dealers will replace the front seat tracks, free of charge. Owner notification letters were mailed on October 28, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N609." -07/01/2021,21V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V495000),"General Motors, LLC",Front Driver's Side Air Bag Missing Metal Tabs,AIR BAGS,N212336560,Vehicle,12,"General Motors, LLC. (GM) is recalling certain 2021 Chevrolet Silverado 1500 vehicles. The front driver's side air bag module may be missing one or more metal tabs that secure the plastic air bag cover to the housing.","The missing tabs may prevent the air bag from deploying properly, increasing the risk of injury in a crash.","Dealers will inspect the driver frontal air bag, and replace it if necessary, free of charge. Owner notification letters are expected to be mailed August 16, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212336560." -07/01/2021,21V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V497000),"General Motors, LLC",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,N212340735,Vehicle,7199,"General Motors, LLC (GM) is recalling certain 2021 GMC Canyon vehicles. The load carrying capacity printed on the Tire and Loading Information placard is 22.5 kg (51 lbs.) more than intended. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","An incorrect label may lead to unintentionally overloading the vehicle, increasing the risk of a crash.","GM will mail owners a new B-pillar label, free of charge. Owners may apply the label, or bring it to a dealer for installation. Owner notification letters were mailed on August 17, 2021. Owners may contact GMC customer service at 1-800-462-8782. GM's number for this recall is N212340735." -07/01/2021,21V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V500000),"Jaguar Land Rover North America, LLC",Instrument Panel Interference with Air Bag,AIR BAGS,H365,Vehicle,1,"Jaguar Land Rover North America, LLC (Jaguar) is recalling one 2018 F-Type vehicle. A portion of the instrument panel may interfere with the front passenger air bag during deployment, possibly tearing the air bag cushion.",An air bag that tears on deployment can increase the risk of injury during a crash.,"A dealer will replace the instrument panel facia, free of charge. The owner notification letter was mailed August 5, 2021. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H365." -07/01/2021,21V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V505000),Bwise Manufacturing,Mount Couplers May Cause Trailer to Uncouple,EQUIPMENT,NR (Not Reported),Vehicle,2786,"Bwise Manufacturing (Bwise) is recalling certain 2021-2022 Utility, Car Hauler, Dump, Tilt and Equipment trailers equipped with Wallace Forge medium-duty adjustable mount couplers. The coupler may experience excessive play due to a missing .750"" radius piece.","Excessive play of the mount coupler can cause the trailer to uncouple, increasing the risk of a crash.","Dealers will replace the coupler, free of charge. Owner notification letters were mailed on September 10, 2021. Owners may contact Bwise's customer service at 1-717-261-0922." -07/01/2021,21V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V503000),"Maintainer Corporation of Iowa, Inc.",Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling one 2015 Custom Bodies Heavy Rescue Truck. The all-in-one rear LED lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, this vehicle fails to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Maintainer will notify the owner, and provide instructions on how to obtain a filter kit from the light manufacturer, free of charge. Owner notification letters were mailed on July 23, 2021. Owners may contact Maintainer's customer service at 1-800-831-8588." -07/01/2021,21V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V504000),"General Motors, LLC",Roof Rail Air Bag Inflator May Rupture,AIR BAGS,N202324251,Vehicle,410019,"General Motors LLC (GM) is recalling certain 2015-2016 GMC Sierra 1500, 2500, 3500, and Chevrolet Silverado 1500, 2500, and 3500 trucks. The roof-rail air bag (RRAB) inflator end cap may detach from the inflator, or the inflator sidewall may rupture.","A separated inflator end cap or inflator rupture can allow compressed gas to escape, resulting in the end cap or other components being propelled into the vehicle, increasing the risk of injury or crash.","Dealers will replace the left and right side RRAB modules, free of charge. Interim owner notification letters informing owners of the safety risk were mailed on August 18, 2021. Owners will receive a second notice when the remedy is available. Phase I owner notification letters were mailed on May 5, 2022. Phase II owner notification letters are expected to be mailed on May 31, 2022. Owners may contact GMC customer service at 1-888-988-7267 or Chevrolet customer service at 1-800-222-1020. This recall supersedes NHTSA recall number 20V-736. GM's number for this recall is N202324251." -07/01/2021,21V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V496000),"General Motors, LLC",Short Circuit In Engine Block Heater Cable,EQUIPMENT,N212329840,Vehicle,338020,"General Motors, LLC (GM) is recalling certain 2017-2019 Chevrolet Silverado 2500, 3500 and 2017-2019 GMC Sierra 2500 and 3500 vehicles equipped with a Duramax diesel 6.6 liter engine and an optional engine-block heater cord. An electrical short-circuit may occur in the engine-block heater cable or in the terminals that connect the heater cable to the block heater.",An electrical short-circuit can increase the risk of a fire.,"Dealers will replace engine block heaters and heater cords. Vehicles that have this feature disabled as a remedy to the safety condition will be contacted and offered replacement block heaters and heater cords under a separate customer satisfaction program, free of charge. GM will provide free replacement block heaters and cords under a separate customer satisfaction campaign. For vehicles previously included in recall 19V-328, the heater cord will be replaced and rerouted, free of charge. Interim owner notifications were mailed on August 13, 2021. Owner notification letters are expected to be mailed on April 4, 2022. Customers may call GMC customer service at 1-800-462-8782. GM's number for this recall is 212329840." -07/01/2021,21V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V501000),"Mac Trailer Mfg., Inc.",Steering Arm May Detach,STEERING,NR (Not Reported),Vehicle,53,"Mac Trailer Mfg., Inc. (Mac Trailer) is recalling certain 2017-2020 Dump trailers equipped with Ingersoll Smart-Steer self steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dealers will inspect the steering arm and apply welds, free of charge. Owner notifications were mailed on September 7, 2021. Owners may contact Mac Trailer customer service at 1-330-823-9900." -06/30/2021,21V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V492000),"Volkswagen Group of America, Inc.",Air Bags Can Improperly Deploy,AIR BAGS,69CK,Vehicle,379,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020-2021 Jetta and Jetta GLI vehicles. The air bag control module was welded in the incorrect position.","Incorrect positioning of the air bag control module can cause the vehicle's air bags to deploy improperly during a crash, increasing the risk of injury. Additionally, the vehicle's air bags can deploy unintentionally, increasing the risk of a crash.","Dealers will replace the air bag control module, free of charge. Owner notification letters were mailed on August 27, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69CK." -06/30/2021,21V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V493000),"Porsche Cars North America, Inc.",Steering Column Can Detach,STEERING,AMB4,Vehicle,27,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Cayenne vehicles. The screw connection between the steering column and steering box may fail, which can result in a detached steering column.","A detached steering column can cause a loss of control, increasing the risk of a crash.","Dealers will install a new screw, free of charge. Owner notification letters were mailed August 24, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB4." -06/29/2021,21E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E060000),"Cummins, Inc.",Excessive Ammonia in Tailpipe Exhaust,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,494,"Cummins, Inc. (Cummins) is recalling certain L9 Diesel Engines, with part number D563027BX03. The engine calibration software's management of the injection of Diesel Exhaust Fluid can allow excessive ammonia into the tailpipe exhaust.",Exposure to high levels of ammonia can increase the risk of injury.,"Dealers will recalibrate the engine, free of charge. Owner notification letters were mailed August 20, 2021. Owners may contact Cummins customer service at 1-800-286-6467." -06/29/2021,21E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E059000),Shenzhenshi Axi Technology Co. LTD,Headlight Bulb May Be Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1143,"Shenzhenshi Axi Technology Co. LTD is recalling certain aftermarket OXILAM LED headlight bulbs with part numbers F3-H11 and F3-9005, sold through Amazon.com. These bulbs can create excessive glare or brightness to oncoming traffic. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can reduce the vision of oncoming drivers, increasing the risk of a crash.","Shenzhenshi Axi Technology Co. LTD will replace the LED headlight bulbs with halogen bulbs, free of charge. Owners may contact Shenzhenshi Axi Technology customer service at 1-809-894-9735 or by email at service@oxilam.com." -06/29/2021,21V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V490000),"VLRV, LLC (Vanleigh RV)",Rear Ladder Interferes With Emergency Exit,STRUCTURE,NR (Not Reported),Vehicle,79,VanLeigh RV (VanLeigh) is recalling certain 2021-2022 Vanleigh Beacon recreational vehicles. Interference from the rear ladder can prevent the rear egress window from fully opening.,"In an emergency, the rear egress window cannot be used as an exit, increasing the risk of injury.","Dealers will replace the egress window, free of charge. Owner letters were mailed on August 12, 2021. Owners may contact VanLeigh customer service at 1-662-612-4040." -06/29/2021,21V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V486000),"Porsche Cars North America, Inc.",Software Error Can Cause Loss of Motive Power,ELECTRICAL SYSTEM,AMB5,Vehicle,10373,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020-2021 Taycan Turbo, Taycan Turbo S, Taycan 4S, 2021 Taycan, Taycan Cross Turismo, Taycan Turbo S Cross Turismo, Taycan 4S Cross Turismo, and Taycan Turbo Cross Turismo vehicles. The monitoring software can incorrectly detect a fault and shutdown the power train, causing a loss of motive power.",A loss of motive power increases the risk of a crash.,"Dealers will reprogram the power electronics and the engine control unit, free of charge. Owner notification letters were mailed July 30, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB5." -06/29/2021,21V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V489000),East Manufacturing Corp.,Steering Arm May Detach,STEERING,NR (Not Reported),Vehicle,295,"East Manufacturing Corp. (East Manufacturing) is recalling certain 2018-2021 MMX trailers equipped with Ingersoll Smart-Steer self steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dealers will inspect the steering arm and apply welds, free of charge. Owner notification letters were mailed on May 19, 2021. Owners may contact East Manufacturing customer service at 1-352-861-3612." -06/28/2021,21V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V491000),"Heartland Recreational Vehicles, LLC",Incorrect GVWR on Certification Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,27,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021 Heartland Pioneer SS171 travel trailers. The Federal Certification label has the incorrect Gross Vehicle Weight Rating (GVWR) and axle rating. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other Than Passenger Cars"" and 49 CFR Part 567, ""Certification.""","The operator may overload the vehicle, increasing the risk of a crash.","Heartland will mail replacement labels to owners, free of charge. Owner notification letters were mailed on August 9, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -06/28/2021,21V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V487000),"Gillig, LLC",Misaligned Rear Axle,SUSPENSION,NR (Not Reported),Vehicle,86,"Gillig, LLC (Gillig) is recalling certain 2020-2021 Low Floor Diesel, CNG, and Battery Electric buses. The rear axle may come out of alignment during operation.","An improperly aligned rear axle may cause a loss of vehicle control, increasing the risk of a crash.","Gillig will install a new locknut, free of charge. Owner notification letters were mailed on July 19, 2021. Owners may contact Gillig's customer service at 1-510-264-5073 or 1-800-735-1500." -06/28/2021,21V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V488000),Prevost Car (US) Inc.,Parking Brake Malfunction,PARKING BRAKE,SR21-307,Vehicle,56,"Prevost Cars, Inc. (Prevost) is recalling certain 2021 X3 Commuter Coach buses. The parking brake emergency release valve may be the incorrect type, which can result in the permanent release of the parking brake.","A released parking brake that cannot be re-engaged may cause the vehicle to roll-away, increasing the risk of a crash.","Prevost will provide a service document describing the inspection method used and the remedy applied when needed for the parking brake emergency release valve replacement, free of charge. Owner notification letters were mailed on August 31, 2021. Owners may contact Prevost's customer service at 1-866-870-2046. Prevost's number for this recall is SR21-307." -06/28/2021,21E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E058000),One More Auto Parts Inc.,Replacement Headlights are Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1665,"One More Auto Part, Inc. is recalling certain Lasfit aftermarket headlight bulbs model TX002/9005FBA, TX002/9006FBA, TX001/H7FBA, EX-PLA9012FBA, TX001/9004FBA, TX001/9007FBA, TX002/H4FBA, TX002/H13FBA, sizes 9004, 9005, 9006, 9007 only sold through Amazon.com. The aftermarket headlight bulbs are too bright during the first ten minutes of use. As such these bulbs fail to comply with Federal Motor Vehicle Safety Standards (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Excessive brightness can decrease the visibility for oncoming drivers, increasing the risk of a crash.","Dealers will provide a full refund or replace the bulbs, free of charge. Owner notification letters were mailed July 21, 2021. Owners may contact One More Auto Parts by email at recall2021@onemoreauto.com." -06/28/2021,21V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V485000),Prevost Car (US) Inc.,Seat Attachment Improperly Clamped/FMVSS 210,SEAT BELTS,SR SR21-308,Vehicle,56,"Prevost Cars, Inc. (Prevost) is recalling certain 2021 X3 Commuter Coach buses. The passenger seats may have an attachment improperly clamped to the wall rail on the outboard side. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""","Unsecured seats may not properly restrain occupants during a crash, increasing the risk of injury.","Prevost will provide instructions to inspect and replace the seat belt clamp, free of charge. Owner notification letters were mailed on August 31, 2021. Owners may contact Prevost's customer service at 1-866-870-2046. Prevost's number for this recall is SR SR21-308." -06/27/2021,21V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V482000),Oshkosh Corporation,Incorrect ABS Fuses Installed,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,897,"Oshkosh Corporation (Oshkosh) is recalling certain 2019-2022 S-Series vehicles. These vehicles were manufactured with 10 amp Anti-Lock Brake System (ABS) fuses, instead of the required 15 amp ABS fuses.","The incorrectly sized fuse may blow during an ABS braking event, increasing the risk of a crash.","Oshkosh will provide owners new fuses, a new fuse label, and installation instructions, free of charge. Owner notification letters were mailed on July 29, 2021. Owners may contact Oshkosh customer service at 1-888-686-7278." -06/25/2021,21V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V481000),"Daimler Trucks North America, LLC",Battery Cable May Break and Cause Engine Stall,ELECTRICAL SYSTEM,FL-893,Vehicle,122056,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2022 Freightliner Cascadia P4, 2021 Western Star WH126, 2020 Western Star WJ121, and 2021-2022 Western Star 49X vehicles. The battery cable terminal may break, resulting in a loss of electrical power and unintended engine stall.",An engine stall increases the risk of a crash.,"Dealers will repair or replace the battery cables, free of charge. Owner notification letters were mailed on January 7, 2022. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-893." -06/25/2021,21V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V478000),"Mercedes-Benz USA, LLC",Driveshaft May Separate,POWER TRAIN,2021090008,Vehicle,1522,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016-2018 AMG GT vehicles. The bonding between the carbon-fiber driveshaft and the flange may be insufficient, which could result in driveshaft separation.","A separated driveshaft may cause a loss of drive power, increasing the risk of a crash.","Dealers will inspect and replace the carbon-fiber driveshaft, as necessary, free of charge. Owner letters were mailed October 15, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021090008." -06/25/2021,21V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V479000),SVI Trucks,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,60,"SVI Trucks is recalling certain 2017-2021 Rescue Truck vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 30, 2021. Owners may contact SVI Truck customer service at 1-888-784-1112." -06/25/2021,21V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V475000),"Forest River, Inc.",Incorrect Seat Belt Capacity on Placard/FMVSS 120,EQUIPMENT,504-1374,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain 2021 East to West Entrada Class C Motorhomes. The federal placard incorrectly states that there are six seats equipped with seat belts when there are actually only four. As such, these motorhomes fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, "" Tire selection and rims and motor home/recreation vehicle trailer load carrying capacity information for motor vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds).""","Vehicle occupants may be unaware of the accurate number of seat belts, resulting in unsecured passengers and increasing the risk of injury in a crash.","Forest River will provide a new federal placard, free of charge. Owner notification letters were mailed June 25, 2021. Owners may contact Forest River customer service at 1-574-264-6664. Forest River's number for this recall is 504-1374." -06/25/2021,21V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V476000),"Mack Trucks, Inc.",Lower Rear Pivot Cap Screws may be too Short,SUSPENSION,SC0426,Vehicle,8,"Mack Trucks, Inc. (Mack Trucks) is recalling certain 2020-2021 Granite vehicles equipped with certain SL2065 steerable lift axles. The lower rear pivot cap screws may not be long enough to sufficiently engage the locking feature of the corresponding nuts.","The short screws can cause the hardware to separate from the suspension system and become a road hazard, increasing the risk of a crash or injury.","Mack Trucks will inspect the suspension system and replace the lower rear pivot cap screws, as necessary, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Mack Trucks' customer service at 1-800-866-1177. Mack Trucks' number for this recall is SC0426." -06/25/2021,21V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V477000),Roadtrek Inc.,Missing Carbon Monoxide Detector,EQUIPMENT,2021-02,Vehicle,122,"Roadtrek Inc. (Roadtrek) is recalling certain 2020-2021 Zion, Zion SRT, Play, and Slumber vehicles. An incorrect gas detector that is missing the carbon monoxide alarm may have been installed.","The presence of carbon monoxide gas may not be detected, increasing the risk of injury or death.","Roadtrek will ship owners a carbon monoxide detector to mount to their vehicle, free of charge. Owner notification letters were mailed on June 29, 2021. Owners may contact Roadtrek customer service at 1-519-745-1160. Roadtrek's number for this recall is 2021-02." -06/25/2021,21V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V483000),"Mercedes-Benz USA, LLC",Seat Belt Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,2021080021,Vehicle,4917,"Mercedes-Benz, LLC (MBUSA) is recalling certain 2021 G550, AMG G63, E350, E450, AMG CLS53, AMG E53, AMG GT43, AMG GT53, AMG GT63, 2021-2022 CLS450, and AMG E63 vehicles. The rear seat belt automatic locking retractors may deactivate early, which can prevent the child restraint system from securing properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",An unsecured child restraint system can increase the risk of injury during a crash.,"Dealers will inspect, and replace as necessary, the rear seat belt assemblies, free of charge. Owners notified of the voluntary recall campaign by an interim letter on August 13, 2021. A final letter was mailed on September 24, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -06/25/2021,21V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V480000),"Winnebago Industries, Inc.",Seat Belt Retractor May Lock/FMVSS 208 and 209,SEAT BELTS,NR (Not Reported),Vehicle,1566,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2021-2022 Solis, Travato, and Ekko vehicles, equipped with GE-ES Double Flipseats. The seat belt retractors may lock up when the vehicle is on a slight incline. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standards numbers 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""","If the seat belt retractor locks, a passenger may believe they are trapped in the vehicle, increasing the risk of injury.","Winnebago will work with Freedman to notify owners, and dealers will inspect the seat and repair, free of charge. Owner notification letters were mailed on July 23, 2021. Owners may contact Winnebago customer service at 1-614-585-6939 or 1-800-537-1885 or Freedman customer service at 1-800-443-4540." -06/24/2021,21V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V472000),"General Motors, LLC",Front Air Bag May Not Deploy Properly,AIR BAGS,N212340220,Vehicle,6,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Traverse and Buick Enclave vehicles. During service by dealers, certain vehicles may have received incorrect air bag calibration software that may affect frontal airbag deployment.",Air bags that do not deploy as intended can increase the risk of injury.,"Dealers will update the air bag calibration software, free of charge. Owner notification letters were mailed on July 29, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020 and Buick customer service at 1-800-521-7300. GM's number for this recall is N212340220." -06/24/2021,21V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V484000),"Mickey Truck Bodies, Inc.",License Plate Not Illuminated Properly,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,89,"Mickey Truck Bodies, Inc. (Mickey Truck) is recalling certain 2017 Freightliner M2, M2-106, International 4300, and 2018 Peterbilt 220 vehicles equipped with certain model lift gates that contain a license plate kit with part number 298872-01. The light kit does not properly illuminate the license plate, shining rearward, instead of downward as intended.","The improper lighting may confuse other drivers on the road, increasing the risk of a crash.","Dealers will provide a replacement license plate kit, free of charge. Owner notification letters were mailed on July 10, 2021. Owners may contact Mickey Truck customer service at 1-336-888-2291." -06/24/2021,21E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E057000),Volvo Trucks North America,Lift Axle Suspension System Hardware May Separate,SUSPENSION,NR (Not Reported),Equipment,1,Volvo Trucks North America (Volvo Trucks) is recalling one Watson and Chalin steerable lift axle suspension system with part number SL2065.27. The lower rear pivot cap screws may not be long enough to sufficiently engage the locking feature of the corresponding nuts.,"The short screws can cause the hardware to separate from the suspension system and become a road hazard, increasing the risk of a crash or injury.","Volvo Trucks will install a replacement lower rear pivot fastener hardware kit, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586." -06/24/2021,21V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V473000),"General Motors, LLC",Rear Suspension Toe Link May Loosen and Separate,SUSPENSION,N212340980,Vehicle,380498,"General Motors, LLC (GM) is recalling certain 2010-2016 Cadillac SRX and 2011-2012 Saab 9-4X vehicles. The rear suspension toe link adjuster may not have been tightened properly, which could result in a loose toe link.","A loose toe link can separate and cause a loss of vehicle control, increasing the risk of a crash.","Dealers will replace the adjustable toe link with a non-adjustable one, free of charge. Owners are advised to not drive their vehicle if they experience certain Malfunction Indicator Lamp (MIL) warnings or other issues, such as unusual steering behavior, while driving. Please see the Part 573 report for the full list of warnings. Interim owner notification letters were mailed August 6, 2021. Owner notification letters were mailed on October 25, 2021. Cadillac and Saab customers may direct questions to Cadillac customer service at 1-800-333-4223. GM's number for this recall is N212340980." -06/24/2021,21V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V474000),"Nissan North America, Inc.",Second Row Seatback Improperly Welded/FMVSS 225,CHILD SEAT,PC812,Vehicle,47098,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Rogue vehicles. The second-row upper tether wires may have been improperly welded to the seatback frame, preventing a child seat from being securely anchored. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child Restraint Anchorage Systems.""","An insecurely anchored child seat can move during a sudden stop or crash, increasing the risk of injury.","Dealers will inspect and replace the rear seatbacks as necessary, free of charge. Owner notification letters were mailed July 30, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC812." -06/23/2021,21V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V470000),"Volkswagen Group of America, Inc.",Air Bag Inflators May Underinflate Bag,AIR BAGS,69CJ,Vehicle,62812,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2000-2001 Audi TT Coupe, TT Roadster, 2000-2002 A4, and S4 vehicles equipped with Non-Azide Driver Air Bag Inflators (NADI) that do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, possibly causing the air bag to deploy improperly in the event of a crash.","In the event of a crash necessitating air bag deployment, the air bag may not properly protect the occupant, increasing the risk of serious injury or death.","Dealers will replace the driver frontal airbag inflator with an alternative inflator, free of charge. Owner notification letters were mailed November 2, 2021. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69CJ." -06/23/2021,21V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V469000),Daimler Coaches North America,Engine Compartment Flap May Detach,STRUCTURE,TI #: 75.00U21166A,Vehicle,530,"Daimler Coaches North America (Daimler Coaches) is recalling certain 2009-2020 Setra S417 and 2012-2019 Setra S407 vehicles. The hinge on the engine compartment flap may crack, which could result in the flap detaching from the vehicle.","A detached engine compartment flap can become a road hazard, and increase the risk of a crash.","Dealers will attach a restraining tether to the engine compartment flap, free of charge. Owner notification letters were mailed on August 13, 2021. Owners may contact Daimler Coaches' customer service at 1-416-624-3558. Daimler Coaches' number for this recall is TI#: 75.00U21166A." -06/23/2021,21V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V471000),"Nissan North America, Inc.",Front Turn Signal Bulbs Can Fail To Illuminate,EXTERIOR LIGHTING,PM986 / PC811,Vehicle,30799,"Nissan North America, Inc. (Nissan) is recalling certain 2020-2021 Titan, Titan XD, and Versa vehicles. The front right and/or left turn signal bulb can crack and fail to illuminate.","Inoperable front turn signals cannot alert on-coming drivers and/or pedestrians that the vehicle will be turning, increasing the risk of a crash.","Dealers will inspect and replace the bulbs as necessary, free of charge. Owner notification letters were mailed August 20, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's numbers for this recall are PM986 and PC811." -06/23/2021,21V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V468000),Alexander Dennis Inc.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,310,"Alexander Dennis, Inc. (Alexander Dennis) is recalling certain 2017-2020 E500 buses. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed June 18, 2021. Owners may contact Alexander Dennis customer service at 1-951-244-9429." -06/23/2021,21V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V467000),"Porsche Cars North America, Inc.",Incorrect Passenger Seat May Affect Air Bag,AIR BAGS,AMB3,Vehicle,149,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 911 Turbo Coupe, 911 Turbo S Coupe, 911 Carrera 4S Targa, 911 Carrera 4S Cabriolet, 911 Turbo S Cabriolet, and 911 Turbo Cabriolet vehicles. Incorrect passenger seat was installed and may cause a Occupant Classification System (OCS) malfunction.","An OCS malfunction may affect the front passenger air bag, increasing the risk of injury.","Dealers will install the correct seat, free of charge. Owner notification letters were mailed November 16, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB3." -06/23/2021,21V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V466000),Lamborghini (Automobili Lamborghini),Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,L62X-R.01.21,Vehicle,2701,"Lamborghini (Automobili Lamborghini) is recalling certain 2018-2021 Huracan vehicles. In temperatures below 41�F, the rearview camera may not display due to a software error in the infotainment system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash.","Dealers will update the instrument cluster software, free of charge. Owner notification letters were mailed on August 6, 2021. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L62X-R.01.21." -06/23/2021,21E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E056000),R.C. WILLETT COMPANY INC.,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Equipment,6,"R.C. Willett Company Inc. (R.C. Willett) is recalling certain NorthStar 8.5 Arrow U truck campers, equipped with Dometic S31, R1731, and R2131 3-burner slide in stoves. The saddle valve securing bolt may be over tightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on July 15, 2021. Owners may contact R.C. Willett customer service at 1-319-233-3461." -06/22/2021,21E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E055000),"Cummins, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",C2449,Equipment,4413,"Cummins, Inc. (Cummins) is recalling certain ISL remanufactured diesel engines sold as replacement equipment. Please see the Part 573 report for a full list of part numbers. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines for damage, and replace the rail as necessary, free of charge. Owner letters were mailed on September 24, 2021. Owners may contact Cummins customer service at 1-800-286-6467. Cummins number for this recall is C2449." -06/21/2021,21E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E054000),LeMans Corporation,Misaligned Wheel Spokes May Break,WHEELS,NR (Not Reported),Equipment,122,"LeMans Corporation is recalling certain Drag Specialties replacement laced motorcycle rear wheels, with part number 0204-0369 and size 16"" x 3.00"". The holes for the spokes in the hub are misaligned, which could result in broken spokes.","Broken spokes can cause wheel failure, increasing the risk of a crash.","Dealers will replace the rear wheel, free of charge. Owner notification letters were mailed on August 19, 2021. Owners may contact LeMans Corporation customer service at 1-608-758-1111." -06/18/2021,21V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V464000),"Altec Industries, Inc.",Incorrect Bolts Installed on Aerial Pedestal,EQUIPMENT,CSN 825,Vehicle,218,"Altec Industries, Inc. (Altec) is recalling certain 2020-2021 AT200A, AT235, AT235P Aerial Devices. Bolts of insufficient strength may have been used to connect the pedestal and sub-base, which could cause the bolts to become overloaded.","Overloaded bolts can fail, causing the pedestal to separate and increasing the risk of injury or death.","Altec will issue remedy instructions to owners, to inspect the bolts, and replace any grade 5 bolts with grade 8 bolts, free of charge. Owner notification letters were mailed on July 22, 2021. Owners may contact Altec customer service at 1-800-462-5832. Altec's number for this recall is CSN 825." -06/18/2021,21V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V460000),"KZRV, L.P.",Low Tongue Weight May Affect Trailer Stability,EQUIPMENT,KZ_2021-04,Vehicle,115,"KZRV, L.P. (KZRV) is recalling certain 2021 Connect travel trailers. The trailer tongue weight is too low, which may not apply enough downward force to the hitch of the tow vehicle, causing the trailer to be unstable at highway speeds.","An unstable trailer can cause a loss of vehicle control, increasing the risk of a crash.","Dealers will increase the tongue weight by adding additional weight to the tongue or by moving the axles, free of charge. Owner notification letters were mailed August 12, 2021. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall KZ_2021-04." -06/18/2021,21V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V463000),Trailstar International Inc,Steering Arm May Detach,STEERING,NR (Not Reported),Vehicle,3,"Trailstar International Inc. (Trailstar) is recalling certain 2017-2019 International Dump trailers equipped with Ingersoll Smart-Steer self steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dealers will inspect the steer arm and apply welds, free of charge. Interim owner notification letters were mailed on July 29, 2021. Owner notification letters were mailed on June 2, 2021. Owners may contact Trailstar customer service at 330-821-9900." -06/17/2021,21V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V458000),Marion Body Works Inc.,Broken Shaft Seal May Cause Loss of Power Steering,STEERING,21V-252,Vehicle,8,"Marion Body Works Inc. is recalling certain 2019-2021 Spartan Gladiator and MetroStar vehicles. Pressure may build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist can increase the risk of a crash.,"Spartan dealers will replace the power steering pump, free of charge. Owner notification letters were mailed on June 24, 2021. Owners may contact Marion Body Works customer service at 1-715-754-5261. Marion Body Works number for this recall is 21V-252." -06/17/2021,21V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V454000),Temsa,Emergency Exit Handle Wire May Break/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,295,"Temsa is recalling certain 2014-2020 TS45 buses. The external release handle for the roof emergency exit may have a rusted wire, which could break when force is applied to open the exit. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 217, ""Bus Emergency Exits and Window Retention and Release.""","A broken handle wire on the emergency exit can delay passengers from exiting the vehicle during an emergency, increasing their risk of injury.","Temsa service centers will replace the external handle wire, free of charge. Owner notification letters were mailed on August 12, 2021. Owners may contact Temsa customer service at 1-800-625-9319." -06/17/2021,21E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E053000),Shenzen YouCheng Dianzishangwu Youxiangg,Headlight Bulb May Be Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3000,"Shenzen YouCheng Dianzishangwu Youxiangg (Sealight) is recalling certain Sealight S1H11 LED headlight bulbs with part number AHDS1H11-E. These bulbs can create excessive glare or brightness to oncoming traffic. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can reduce the vision of oncoming drivers, increasing the risk of a crash.","Sealight will replace the LED bulbs with halogen bulbs, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Sealight customer service at youchengdianzi2021@163.com." -06/17/2021,21V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V459000),"Spartan Fire, LLC",Incorrect Electrical Connection on Pump Harness,EQUIPMENT,21012,Vehicle,62,"Spartan Fire, LLC is recalling certain 2019-2021 S180 Pumper emergency vehicles. The pump shift harness may have incorrect terminals, which could result in a poor electrical connection.","A poor connection at the terminals may cause the vehicle to not shift into pump mode, hindering fire fighting efforts and increasing the risk of injury.","Dealers will replace the terminals on the harness, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact Spartan Fire customer service at 1-517-543-6400. Spartan Fire's number for this recall is 21012." -06/17/2021,21V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V462000),"Daimler Trucks North America, LLC",Incorrect Passenger Seat Configuration/FMVSS 222,SEATS,FL-892,Vehicle,9,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2022 Thomas Built Saf-T-Liner HDX School Buses. These school buses may have been manufactured with an incorrect passenger seat configuration that does not provide the proper amount of seat back protection. As such, these school buses fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seats may not adequately protect the occupants, increasing the risk of injury.","Dealers will replace the rear passenger seats, free of charge. No owner notification will be distributed, all units were repaired on August 12, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-892." -06/17/2021,21V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V457000),"Jaguar Land Rover North America, LLC",Loss of Electrical Power from Loose Ground Stud,ELECTRICAL SYSTEM,N607,Vehicle,1383,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2021 Land Rover Discovery vehicles. A loose contact between the battery ground stud and the chassis may result in various electrical faults, possibly causing a loss of electrical power or the vehicle to shut down while driving.",A vehicle that shuts down or loses exterior lighting while driving increases the risk of a crash.,"Dealers will replace the ground stud, free of charge. Owner notification letters were mailed on August 10, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N607." -06/17/2021,21V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V455000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,N212333900,Vehicle,26847,"General Motors, LLC (GM) is recalling certain 2021 Cadillac Escalade, Escalade ESV, Chevrolet Suburban, Chevrolet Tahoe, GMC Yukon, and Yukon XL vehicles. A software issue may cause a loss of power steering assist at startup or while driving.","Increased steering effort, particularly at lower speeds, increases the risk of a crash.","The power steering module software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed July 13, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006; or GMC customer service at 1-800-462-8782. GM's number for this recall is N212333900." -06/17/2021,21V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V453000),"Heartland Recreational Vehicles, LLC",Outside Cooktop Gas Lines Not Tightened Properly,EQUIPMENT,NR (Not Reported),Vehicle,2486,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021 Mallard, Wilderness, Trail Runner and 2020-2021 North Trail trailers. The LP gas lines may not have been tightened properly on the outside cooktops, which could result in a gas leak.",A gas leak can increase the risk of a fire.,"Dealers will inspect and tighten the LP gas lines, and test the propane system for leaks, free of charge. Owner notification letters were mailed August 10, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -06/17/2021,21V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V461000),"Nissan North America, Inc.",Tie Rods May Be Bent,STEERING,PM985,Vehicle,138736,"Nissan North America, Inc. (Nissan) is recalling certain 2020-2021 Sentra vehicles. The left and/or right tie rod may be bent.","A bent tie rod can break, causing a loss of steering control and increasing the risk of a crash.","Dealers will inspect and replace the left and/or right tie rods as necessary, free of charge. Owner notification letters were mailed August 5, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PM985." -06/17/2021,21V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V456000),"Terex Advance Mixer, Inc.",Unintentional Chute Movement,EQUIPMENT,NR (Not Reported),Vehicle,188,"Terex Advance Mixer, Inc. (Terex) is recalling certain 2021 Front Discharge Mixer Commanders & Chargers. The shaft key for the chute swing motor was not installed properly, which could result in unintentional chute movement.",A chute that moves unintentionally can increase the risk of injury.,"Terex will provide inspection instructions, free of charge. Owner notification letters were mailed on September 15, 2021. Owners may contact Terex customer service at 1-260-497-0728." -06/15/2021,21V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V450000),"Navistar, Inc.",Lack of Emergency Exits/FMVSS 217,STRUCTURE,21506,Vehicle,33,"Navistar, Inc. (Navistar) is recalling certain 2014 IC Bus CE, 2019 IC Bus CE, and 2022 IC Bus CE school buses. These buses are not equipped with enough emergency exits. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 217, ""Bus Emergency Exits and Window Retention and Release.""","A lack of emergency exits can delay passengers from exiting the vehicle during an emergency, increasing their risk of injury.","Dealers will install two additional emergency exit windows, free of charge. Owner notification letters were mailed on August 6, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21506." -06/15/2021,21V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V449000),"Jayco, Inc.",Metallic Electrical Boxes May Not Be Grounded,ELECTRICAL SYSTEM,9901568,Vehicle,43,"Jayco, Inc. (Jayco) is recalling certain 2021 White Hawk travel trailers. The metallic electrical boxes may not be grounded.","An ungrounded metallic electrical box can cause an electrical shock, increasing the risk of injury.","Dealers will install a bare copper grounding conductor to the metallic electrical box, free of charge. Owner notification letters were mailed July 27, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901568." -06/14/2021,21E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E052000),"Autoliv, Inc.",Automatic Locking Retractor Malfunction/FMVSS 208,SEAT BELTS,N/A,Equipment,266772,"Autoliv, Inc. (Autoliv) is recalling certain Automatic Locking Retractor (ALR) seat belt assemblies. The ALR may deactivate early, before the webbing is fully retracted. As such, these assemblies fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""",A seat belt retractor that does not function as intended can increase the risk of injury during a crash.,"Autoliv will work with the vehicle manufacturers, and provide replacement seatbelt assemblies for any non-compliant products free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Autoliv customer service at 1-248-276-0722." -06/14/2021,21V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V448000),Shyft Group,Incorrect Seating Capacity on Placard/FMVSS 110,EQUIPMENT,21-16,Vehicle,80,"Shyft Group is recalling certain 2021 Utilimaster Velocity vehicles. The Tire and Loading Information placard incorrectly states a seating capacity of one, although the actual seating capacity is two. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Incorrect seating capacity information may cause the vehicle to be overloaded, increasing the risk of a crash.","Dealers will install new placards, free of charge. Owner notification letters were mailed on June 17, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-16." -06/14/2021,21E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E051000),Wallace Forge Company,Mount Couplers May Cause Trailer to Uncouple,EQUIPMENT,NA,Equipment,7721,"Wallace Forge Company (Wallace Forge) is recalling Medium duty adjustable mount couplers part numbers R25160. The coupler may experience excessive play due to a missing .750"" radius piece.","Excessive play of the mount coupler can cause the trailer to uncouple, increasing the risk of a crash.","Dealer will replace the coupler, free of charge. Owner notification letters were mailed on June 24, 2021. Owners may contact Wallace Forge customer service at 1-330-488-1203." -06/14/2021,21V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V447000),Kia Motors America,Steering Assist Level May Not Adjust Properly,LANE DEPARTURE,SC213,Vehicle,846,"Kia Motors America (Kia) is recalling certain 2021-2022 K5 vehicles equipped with 2.5L T-GDI engines. The Rack-Mounted Motor Driven Power Steering (R-MDPS) system lacks the ability to diagnose communication faults. If a communication fault occurs while driving around a curve with Lane Following Assist (LFA) engaged, the steering assist level may not adjust properly, causing a sudden increase in the steering effort required.",A sudden increase in steering effort can increase the risk of a crash.,"Dealers will update the R-MDPS software, free of charge. Owner notification letters are were mailed June 24, 2021. Owner may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC213." -06/13/2021,21V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V446000),Rossmonster Vans LLC,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2,"Rossmonster Vans LLC (Rossmonster) is recalling certain 2018 Ram Promaster vehicles. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"No remedy established at this time. Owner notification letters were mailed June 17, 2021. Owners may contact Rossmonster customer service at 1-720-295-0623." -06/11/2021,21V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V443000),"Forest River, Inc.",Clearance Lamps Not Reflective Enough/FMVSS 108,EXTERIOR LIGHTING,51-1359,Vehicle,289,"Forest River, Inc. (Forest River) is recalling certain 2021 Salem Fifth Wheel, Salem Travel Trailer, Wildwood Fifth Wheel, and Wildwood Travel Trailer vehicles. The red and amber clearance lamps do not reflect enough light. As such these vehicles fail to comply with Federal Motor Vehicle Safety Standards (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Less reflective clearance lamps can affect how other drivers judge the length of the trailer, increasing the risk of a crash.","Dealers will add reflex stickers to both the amber and red clearance lamps, free of charge. Owner notification letters were mailed June 11, 2021. Owners may contact Forest River customer service at 1-574-534-3167. Forest River's number for this recall is 51-1359." -06/11/2021,21V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V444000),"Forest River, Inc.",LP/CO Detector Installed Incorrectly,EQUIPMENT,501-1366,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain 2021 East to West Alta Travel Trailers. The LP/CO detector was installed in the incorrect location.","Incorrect placement of the LP/CO detector can impair the detection of a propane leak, increasing the risk of a fire, or the presence of carbon monoxide, increasing the risk of injury.","Dealers will install a new detector in the correct location, free of charge. Owner notification letters were mailed on June 24, 2021. Owners may contact Forest River customer service at 1-574-264-6664. Forest River's number for this recall is 501-1366." -06/11/2021,21V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V442000),"Forest River, Inc.",Shackle Nuts May Be Insufficiently Tightened,SUSPENSION,77-1361,Vehicle,42,"Forest River, Inc. (Forest River) is recalling certain 2021 IBEX travel trailers. The shackle nuts may have been insufficiently tightened during production.","Loose shackle nuts can fall off the shackle bolt, causing the axle to detach and increasing the risk of a crash.","Dealers will tighten shackle nuts, free of charge. Owner notification letters were mailed June 24, 2021. Owners may contact Forest River customer service at 1-574-642-3119. Forest River's number for this recall is 77-1361." -06/11/2021,21V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V445000),HOST INDUSTRIES,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,21,"Host Industries (Host) is recalling certain 2019-2021 Mammoth, Tahoe, Rainier, and Cascade trailers equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Host will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed February 25, 2022. Owners may contact Host customer service at 1-514-330-2328." -06/10/2021,21V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V440000),"General Motors, LLC",Emergency Jack can Fracture While in Use,EQUIPMENT,A212335470,Vehicle,135400,"General Motors, LLC. (GM) is recalling certain 2020-2022 Buick Encore GX and 2021-2022 Chevrolet Trailblazer vehicles. The emergency jack, if not positioned as directed in the vehicle owner's manual, can fracture while in use.","A fractured jack can cause the vehicle to collapse, increasing the risk of injury.","Dealers will replace the jack, free of charge. Interim owner notification letters informing owner of the safety risk are expected to be mailed July 26, 2021. A second notice will be mailed once remedy parts become available. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is A212335470." -06/10/2021,21V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V439000),"Chrysler (FCA US, LLC)",Engine Calibration may not Warn of Low Oil Volume,ENGINE AND ENGINE COOLING,Y21,Vehicle,32002,"Chrysler (FCA US, LLC) is recalling certain 2019-2020 Ram 3500, 4500, and 5500 cab chassis vehicles equipped with a Cummins 6.7L High Output engine. The engine calibration software may not warn about low oil volume.","Low oil can damage the engine, causing an oil leak or a punctured engine block, increasing the risk of a fire.","Dealers will update the engine calibration software, free of charge. Owner notification letters were mailed June 25, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y21." -06/10/2021,21V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V441000),Thor Motor Coach,Heat Shield Missing Between LP Tank and Muffler,EQUIPMENT,RC000228,Vehicle,321,Thor Motor Coach (TMC) is recalling certain 2018-2022 Axis 25.6 and 2018-2021 Vegas 25.6 motorhomes. The heat shield between the LP tank and chassis muffler was not installed.,A missing heat shield increases the risk of a fire.,"Dealers will install a heat shield, free of charge. Owner notification letters were mailed July 22, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000228." -06/10/2021,21V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V438000),"Chrysler (FCA US, LLC)",Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,Y30,Vehicle,14096,"Chrysler (FCA US, LLC) is recalling certain 2021 Ram 1500 vehicles equipped with a trailer reverse steering module (TRSCM). The rearview camera image may not display. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A rearview camera that does not display an image reduces the driver's rear view, increasing the risk of a crash or injury.","Dealers will update the TRSCM software, free of charge. Owner notification letters were mailed June 24, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA, US, LLC's number for this recall is Y30." -06/09/2021,21V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V437000),"Karavan Trailers, Inc.",Wheel Spindles Improperly Welded To Axle,SUSPENSION,NR (Not Reported),Vehicle,220,"Karavan Trailers, Inc. (Karavan) is recalling certain 2021 Move I 1500 Long trailers. The wheel spindles were improperly welded to the axle.","The welds can break, causing the wheel to detach and increasing the risk of a crash.","Dealers will reimburse trailer transportation costs and replace the axle, free of charge. Owners are advised not to drive their trailer until the remedy is completed. The effected trailer manufacturers have been notified. Owners may contact Karavan customer service at 1-920-928-6200 ext. 333." -06/09/2021,21V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V436000),"Four Guys Stainless Tank & Equip., Inc.",Wireless Controller Sleep Mode Disabled,EQUIPMENT,NR (Not Reported),Vehicle,1,"Four Guys Stainless Tank & Equip., Inc. (Four Guys) is recalling one 2020 Pumper firetruck equipped with an Akron Bass battery-powered 3600 wireless remote controller. The wireless remote controller's sleep mode is disabled, and results in the batteries discharging faster than normal.","Inability to use the wireless remote controller can hinder firefighting efforts, increasing the risk of injury.","Four Guys will request owners return the affected wireless remote controllers to Akron Brass for a software update, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Four Guys customer service at 1-814-634-8373." -06/08/2021,21V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V435000),"Jaguar Land Rover North America, LLC",Rear Taillight Assembly May Fail,EXTERIOR LIGHTING,N598,Vehicle,2622,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2022 Defender X vehicles equipped with smoked rear light assemblies. A voltage spike, triggered by a bright light shining on the rear of the vehicle, can cause the turn signals, brake lights, and tail lights to fail.","Turn signals, brake lights, and tail lights that fail to illuminate can reduce visibility to other drivers and increase the risk of a crash.","Dealers will replace the rear light assemblies, free of charge. Owner letters were mailed September 27, 2021. Owners can contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N598." -06/07/2021,21E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E050000),One More Auto Parts Inc.,Replacement Headlights Are Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4044,"One More Auto Parts Inc. is recalling certain Lasfit headlight bulbs, part number EX-PLAH11FBA. The aftermarket headlight bulb are too bright during the first ten minutes of use. As such these bulbs fail to comply with the Federal Motor Vehicle Safety Standards (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Excessive brightness can decrease the visibility of oncoming drivers, increasing the risk of a crash.","Dealers will provide a full refund or replace the bulbs, free of charge. Owner notification letters were mailed July 21, 2021. Owners may contact One More Auto Parts Inc. customer service at recall2021@onemoreauto.com." -06/07/2021,21V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V432000),Honda (American Honda Motor Co.),Second Row Outboard Seats May Not Lock,SEATS,YBE,Vehicle,649,"Honda (American Honda Motor Co.) is recalling certain 2022 Odyssey vehicles. The second-row outboard seats may have deformed seat rail locking mechanisms, which could prevent the seat rails from locking into place.","A seat that is not locked into place can move unexpectedly, increasing the risk of injury.","Dealers will replace both second-row outboard seat frames, free of charge. Owner notification letters were mailed August 4, 2021. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is YBE." -06/07/2021,21V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V433000),"Coach House, Inc.",Stove Saddle Valves May Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,9,"Coach House, Inc. (Coach House) is recalling certain 2021 Platinum vehicles equipped with Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Coach House will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on July 15, 2021. Owners may contact Coach House customer service at 1-800-235-0984." -06/04/2021,21V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V425000),"Jayco, Inc.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,87649,"Jayco, Inc. (Jayco) is recalling certain 2017-2018 Jayco Designer, 2017-2021 Eagle HT, Eagle, Jay Feather, Jay Flight SLX, Jay Flight, North Point, Octane Superlite, Pinnacle, White Hawk, 2017-2020 Eagle HT, 2018-2021 Jay Flight Bungalow, 2017-2019 Octane, and 2019-2020 Eagle HTX travel trailers and fifth wheels equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Jayco customer service at 1-800-283-8267." -06/04/2021,21V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V426000),"KZRV, L.P.",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,100,"KZRV, L.P. (KZRV) is recalling certain 2018-2019 KZ RV Sidewinder vehicles equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153." -06/04/2021,21V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V427000),Keystone RV Company,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,10455,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Bullet, Sprinter, and 2020 Keystone Hideout vehicles equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owners were notified of the defect on August 4, 2021. A final owner letter was mailed January 12, 2022. Owners may contact Keystone customer service at 1-866-425-4369." -06/04/2021,21V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V428000),"Heartland Recreational Vehicles, LLC",Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,22326,"Heartland Recreational Vehicles, LLC. (Heartland) is recalling certain 2018-2021 Mallard, Shadow Cruiser, Sundance XLTTT, Wilderness, Prowler, Trail Runner, 2018-2019 Pioneer, Terry Classic, 2020-2021 Lithium, and 2021 North Trail trailers equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -06/04/2021,21V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V430000),Highland Ridge RV,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,3072,"Highland Ridge RV (Highland) is recalling certain 2020-2021 Mesa Ridge Limited, Mesa Ridge Lite, Open Range Light, Open Range Ultra Lite, 2019-2020 Mesa Ridge, 2019-2021 Open Range, 2020 Silverstar Limited and Silverstar Lite fifth wheel and travel trailers equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Highland customer service at 1-260-768-7771." -06/04/2021,21V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V431000),Starcraft RV,Propane Regulator May Fail and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,11853,"StarCraft RV (StarCraft) is recalling certain 2017 Starcraft AR-One MAXX, Autumn Ridge SCS, Travel Star EXP, 2018-2021 Autumn Ridge Outfitter, 2017-2019 Autumn Ridge, Launch Ultra Lite, 2018-2019 Avalon, GPS, Launch Outfitter, 2019 Mossy Oak Lite, 2019-2020 Mossy Oak, Mossy Oak Ultra Lite, 2018 Solstice, 2017-2018 Solstice Super Lite, 2018-2020 Telluride, and 2019-2021 Super Lite travel trailers and fifth wheels equipped with a Winntec model 6020 two-stage propane regulator. The regulator may fail, causing an increase in propane pressure.","Increased propane pressure can enlarge the flames in gas appliances, increasing the risk of a fire.","Dealers will replace the regulator and test the propane system for leaks, free of charge. Owner notification letters were mailed August 3, 2021. Owners may contact Starcraft RV customer service at 1-800-945-4787." -06/04/2021,21V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V429000),"Trails West Manufacturing of Idaho, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,1,"Trails West Manufacturing of Idaho, Inc. (Trails West) is recalling one 2020 Sierra 4H 15x19 LQ trailersequipped with Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"The trailer had a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels installed, free of charge. The recall was completed on June 4, 2021. Owners may contact Trails West customer service at 1-208-852-2200." -06/03/2021,21V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V421000),"General Motors, LLC",Air Bag Light May Not Indicate Malfunction,AIR BAGS,N212338110,Vehicle,285622,"General Motors, LLC (GM) is recalling certain 2021 Buick Envision, Cadillac CT4, CT5, Escalade, Escalade ESV, Chevrolet Tahoe, Corvette, Suburban, GMC Yukon, Yukon XL vehicles. The communications gateway module incorrectly processes a loss of communication with the sensing diagnostic module (SDM), causing the air bag malfunction indicator light to inconsistently illuminate.","The air bag malfunction indicator light may fail to warn the driver of a problem with the air bag, increasing the risk of injury.","The communications gateway module software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed on July 1, 2021. Owners may contact Buick customer service at 1-800-521-7300, Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is N212338110." -06/03/2021,21V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V422000),"General Motors, LLC",Fuel Supply Lines Improperly Installed,"FUEL SYSTEM, GASOLINE",N212335590,Vehicle,572,"General Motors, LLC. (GM) is recalling certain 2021 Cadillac XT5, XT6, and GMC Acadia vehicles. The fuel supply lines may be improperly attached and seated.","Improperly attached and seated fuel supply lines may loosen or separate, causing a fuel leak and increasing the risk of a fire.","Dealers will inspect and replace fuel supply lines as necessary, free of charge. Owner notification letters were mailed on July 1, 2021. Owners may contact Cadillac customer service at 1-800-458-8006 and GMC customer service at 1-800-462-8782. GM's number for this recall is N212335590." -06/03/2021,21V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V424000),"Jaguar Land Rover North America, LLC",PCM May Switch Off and Cause Engine Stall,ELECTRICAL SYSTEM,N599,Vehicle,163,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2021 Land Rover Defender vehicles equipped with 6-cylinder engines. The Powertrain Control Module (PCM) may unexpectedly switch off while the vehicle is in motion, resulting in an engine stall with no warning.",An engine stall can increase the risk of a crash.,"The Connected Diagnostic Services (CDS) and the Over-the-air (OTA) diagnostics functionality will be disabled, either by a dealer or through an OTA update, free of charge. Owner notification letters were mailed July 28, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N599." -06/03/2021,21V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V423000),"General Motors, LLC",Tire Failure may Cause Sudden Air Loss,TIRES,N212336230,Vehicle,896,"General Motors, LLC (GM) is recalling certain 2019 Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles. The affected tires were cured for too long during production.","Over cured tires may develop a break in the sidewall resulting in sudden air loss or a belt edge separation which could lead to a tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Dealers inspect and replace the tires as necessary, free of charge, free of charge. Owner notification letters were mailed on June 25, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020 and GMC customer service at 1-800-462-8782. GM's number for this recall is N212336230." -06/03/2021,21V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V420000),"Bombardier Recreational Products, Inc.",Wheel Spindles Improperly Welded To Axle,SUSPENSION,2021-4,Vehicle,220,"Bombardier Recreation Products, Inc. (BRP) is recalling certain 2021 Sea-Doo Move I Extended 1500 trailers. The wheel spindles were improperly welded to the axle.","The welds can break, causing the wheel to detach and increasing the risk of a crash.","Dealers will reimburse trailer transportation costs and replace the axle, free of charge. Owners are advised not to drive their trailer until the remedy is completed. Owner notification letters were mailed on June 4, 2021. Owners may contact Bombardier customer service at 1-888-272-9222. BRP's number for this recall is 2021-4." -06/02/2021,21V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V418000),Stonebrooke Equipment INC.,Damage to Brake Line can Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"Stonebrooke Equipment INC. (Stonebrooke) is recalling one 2019 RAM 5500 vehicle. The rear brake caliper flexible line can contact suspension components, causing excessive wear and a brake fluid leak.","A brake fluid leak can result a loss of the rear brakes, increasing the risk of a crash.","Dealers will inspect, replace the rear brake caliper flexible line if necessary, and install banjo blocks, free of charge. Owners notification letters were mailed June 24, 2021. Owners may contact Stonebrooke customer service at 1-952-244-4440." -06/02/2021,21V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V410000),"Daimler Vans USA, LLC",Front Seat Wiring Harnesses Routed Incorrectly,AIR BAGS,VS3DREHSEL,Vehicle,4078,"Daimler Vans USA, LLC (DVUSA) is recalling 2019-2021 Mercedes Benz Sprinter and Freightliner Sprinter vehicles equipped with swivel seats. The wiring harnesses for the front seats may have been routed incorrectly and could become jammed and damaged in the swivel seat frames.","Damage to the wiring harness can prevent the side air bag within the seat to deploy inadvertently or not deploy as designed, increasing the risk of injury.","Dealers will attach the mounting clip to the correct position, free of charge. Owner notification letters were mailed on August 11, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3DREHSEL." -06/02/2021,21V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V413000),"Volkswagen Group of America, Inc.",Headlights Can Be Misadjusted/FMVSS 108,EXTERIOR LIGHTING,94O6,Vehicle,3240,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 ID.4 vehicles. Caps were installed on the headlight vertical aim instead the horizontal aim, allowing for horizontal adjustment of the headlight beam. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Adjusting the horizontal headlight beam can increase glare, reducing visibility for the driver and increasing the risk of a crash.","Dealers will remove the caps from the vertical aim and install them on the horizontal aim, free of charge. Owner notification letters were mailed June 18, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 9406." -06/02/2021,21V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V416000),"Mack Trucks, Inc.",Hubcap can Separate and Become Road Hazard,WHEELS,SC 0425,Vehicle,307,"Mack Trucks, Inc. (Mack) is recalling certain 2021-2022 Anthem, Granite, and Pinnacle vehicles. The hubcap compression spring can cause the hubcap to separate.","A separated hubcap can create a road hazard, increasing the risk of a crash.","Dealers will remove the hubcap, free of charge. Owner notification letters were mailed June 30, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0425." -06/02/2021,21V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V417000),Volvo Trucks North America,Hubcap can Separate and Become Road Hazard,WHEELS,RVXX 2102,Vehicle,1050,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2021-2022 VAH, VDH, VNL, AND VNR vehicles. The hubcap compression spring can cause the hubcap to separate.","A separated hubcap can create a road hazard, increasing the risk of a crash.","The remedy is still under development. In the interim, dealers will remove the hubcap, free of charge. Interim owner notification letters are expected to be mailed July 23, 2021. Owner notification letters were mailed on July 12, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Mack's number for this recall is RVXX 2102." -06/02/2021,21V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V414000),"Volvo Car USA, LLC",Low-Pressure Fuel Pump Fuse Can Fail,ELECTRICAL SYSTEM,R10100,Vehicle,85550,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2019-2020 V90, XC60, S60, V60, V60CC, S90, V90CC, S90L, and XC90 vehicles. The low-pressure fuel pump can blow a fuse and fail.","Failure of the low-pressure fuel pump can cause a stall, increasing the risk of a crash.","Dealers will replace the fuse, free of charge. Owner notification letters were mailed July 2, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10100." -06/02/2021,21V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V411000),"Daimler Vans USA, LLC",MBUX System Software Malfunction,BACK OVER PREVENTION,VS3UXPOBOX,Vehicle,33437,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2021 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The MBUX multimedia system software may cause the display to remain black, or reboot after startup. This could result in the rearview camera image not displaying properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""","A backup camera that displays a blank image reduces the driver's rear view, increasing the risk of a crash or injury.","The multimedia system software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. DVUSA issued owners an interim notification on July 23, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3UXPOBOX." -06/02/2021,21V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V419000),"Nissan North America, Inc.",Possible Loss of Steering Control,STEERING,PG1CF,Vehicle,1959,"Nissan North America, Inc. (Nissan) is recalling certain 2017 Infiniti QX30 vehicles. The steering shaft bore hole for the universal joint bearing may allow excessive movement that, over time, could result in the separation of the bearing and universal joint.",A separated universal joint bearing can cause a loss of steering control and increase the risk of a crash.,"Dealers will replace the lower steering shaft, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PG1CF." -06/02/2021,21E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E049000),Adventurer LP,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Equipment,1487,"Adventurer LP is recalling certain truck campers equipped with Dometic stoves, model numbers R1731, R2131, and S31, and part numbers 50303, 50430, and 50938, installed in certain Adventurer, Eagle Cap, Overlander, and Scout truck campers. The saddle valve securing bolt may be overtightened, possibly damaging the O-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Adventurer LP will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed August 6, 2021. Owners may contact Adventurer customer service at 1-509-895-7064." -06/02/2021,21V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V415000),Genesis Supreme RV,Stove Saddle Valves may Leak Gas,EQUIPMENT,G100-01,Vehicle,460,"Genesis Supreme RV (Genesis) is recalling certain 2020-2021 Genesis, Vortex, and Wanderer bumper pull and low profile fifth wheel trailers, equipped with Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Genesis Supreme RV will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on July 16, 2021. Owners may contact Genesis Supreme customer service at 1-951-337-0254." -06/02/2021,21V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V412000),Sutphen Corporation,Wireless Controller Sleep Mode Disabled,EQUIPMENT,NR (Not Reported),Vehicle,8,"Stuphen Corporation (Stuphen) is recalling certain 2019-2020 Fire Trucks equipped with a battery-powered 3600 wireless remote controller unit used to control the movement of electric firefighting monitors in firefighting vehicles. The monitor is used to direct the water stream and adjust the spray pattern. The wireless remote controller's sleep mode is disabled, and results in the batteries discharging faster than normal.","Inability to use the wireless remote controller may hinder firefighting efforts, increasing the risk of injury.","Dealers will update the wireless remote controller unit software, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Stuphen customer service at 1-614-889-1005." -06/01/2021,21V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V408000),Custom Truck And Body Works,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,990,"Custom Truck and Body Works (Custom Truck) is recalling certain 2020 F550 vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Dealers will replace the IV Standard LCD displays, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Custom Truck customer service at 1-888-712-2963." -06/01/2021,21V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V409000),"Altec Industries, Inc.",Unintended Movement of the Lower and Upper Booms,EQUIPMENT,CSN 823,Vehicle,1977,"Altec Industries, Inc. (Altec) is recalling certain 2005-2021 A65, A70, A75, A72-T, A77-T, and A82-T vehicles. The lower and upper boom raise spools can shift after releasing the joystick or control interlock.",Unintended movement of the lower and upper booms increases the risk of injury.,"Altec will install a jumper hose and check valve into the boomtip tank lines and replace the overcenter blocking cartridge with an internally referenced drain path, free of charge. Owner notification letters were mailed on July 28, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 823." -05/29/2021,21V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V407000),Ford Motor Company,Damaged Steering Gear May Cause Steering Loss,STEERING,21S28,Vehicle,223,"Ford Motor Company (Ford) is recalling certain 2021 F-150 vehicles. The steering gear may have internal damage, which could result in difficulty steering, or the inability to rotate the steering wheel while driving.",Loss of steering control can increase the risk of a crash.,"Owners are advised to not drive their vehicles until the repair is complete. Vehicles will be towed in for service, and dealers will remove and replace the steering gear, free of charge. Owner notification letters were mailed on June 4, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S28." -05/28/2021,21V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V405000),"Mercedes-Benz USA, LLC",Front Passenger Air Bag May Not Deploy Properly,AIR BAGS,2021060011,Vehicle,17,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLB250 vehicles. The front passenger air bag inflator and cushion may be improperly attached inside the air bag module, which could result in the air bag cushion tearing upon deployment.",An air bag that does not deploy properly during a crash can increase the risk of injury.,"Dealers will replace the front passenger air bag module, free of charge. Owner notification letters were mailed July 16, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021060011." -05/28/2021,21V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V406000),"Mercedes-Benz USA, LLC",Improperly Mounted Rear Headrests,SEATS,2021060010,Vehicle,218,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 C300 Cabriolet, C43 AMG Cabriolet, C63 AMG Cabriolet, C63 AMG S Cabriolet, E450 Cabriolet, and E53 AMG Cabriolet vehicles. The rear headrests may be incorrectly mounted to the seatbacks.","Incorrectly mounted headrests could move or detach from the seat during a crash, increasing the risk of injury.","Dealers will inspect the rear seatback guide bushings and replace them if necessary, free of charge. Owner notification letters were mailed July 16, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021060010." -05/28/2021,21V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V404000),"Mercedes-Benz USA, LLC",Side Curtain Air Bags May Not Deploy Properly,AIR BAGS,2021080012,Vehicle,16,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLB250 vehicles. The side curtain air bags may not deploy properly during a crash.",Air bags that do not deploy as intended can increase the risk of injury.,"Dealers will replace the side curtain air bags, free of charge. Owner notification letters were mailed on September 24, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -05/28/2021,21V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V403000),"Mercedes-Benz USA, LLC",Water Intrusion into Front Wheel Wells,ELECTRICAL SYSTEM,2020070009,Vehicle,5680,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLB250 vehicles. Water may enter through the wheel well area into the front occupant foot wells, potentially damaging certain electrical components. This may result in the instrument cluster going blank, an engine stall while driving, or the vehicle may not start.",Either a blank instrument cluster display or an engine stall can increase the risk of a crash.,"Dealers will seal the vehicle body in the wheel well area and inspect the front foot wells for water intrusion, repairing as necessary, free of charge. Owner notification letters were mailed July 20, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070009." -05/27/2021,21V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V401000),"BMW of North America, LLC",Air Bag Inflator May Explode or Underinflate Bag,AIR BAGS,NR (Not Reported),Vehicle,4511,"BMW of North America, LLC (BMW) is recalling certain 2000-2001 BMW 3 Series (323Ci, 325Ci, 328Ci and 330Ci), 1999-2001 323i, 328i, 330i, 330xi, and 2000 323i, 328i stationwagon vehicles equipped with Non-Azide Driver air bag Inflators (NADI) manufactured by Takata. These vehicles are equipped with driver-side air bag inflators that were previously inspected, but not replaced under recall numbers 19V-851, 19V852, or 19V-853. Due to a manufacturing issue, the NADI inflator may absorb moisture, causing the inflator to explode or the air bag cushion to underinflate.","The inflator could explode during air bag deployment, resulting in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","Dealers will replace the driver-side air bag inflator with a newly designed inflator, free of charge. Owner notification letters were mailed on July 12, 2021. Owners may contact BMW customer service at 1-800-525-7417." -05/27/2021,21V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V399000),Temsa,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,276,"Temsa is recalling certain 2018-2021 TS35 and 2018-2020 TS45 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Temsa customer service at 1-800-625-9319." -05/27/2021,21V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V400000),Triple E Recreational Vehicles,Refrigerator Exhaust May Cause Fire,EQUIPMENT,CA#9932-1,Vehicle,1173,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020-2021 Serenity S24CB, Unity U24MB, U24CB, U24IB, U24FX, U24TB, U24RL, Wonder W24RL, W24MB, W24FTB, and W24RTB recreational vehicles. The metal deflector that protects the refrigerator's wood frame from exhaust is positioned too low, which could allow the exhaust to discolor or char the wood frame.",Discoloration or charring of the wood frame can increase the risk of a fire.,"Dealers will install a metal deflector extension, free of charge. Owner notification letters were mailed June 30, 2021. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9932-1." -05/27/2021,21V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V402000),"Nissan North America, Inc.",Steering Knuckle or Rear Axle Housing Can Deform,STEERING,NR (Not Reported),Vehicle,14276,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Nissan Murano, INFINITI QX60, 2021 Nissan GT-R, INFINITI QX50, and Q50 vehicles. The front steering knuckle or rear axle housing may have insufficient strength due to improper heat-treatment.","The steering knuckle or rear axle could deform upon impact, such as from hitting a curb, resulting in a loss of steering control, or possible wheel separation. Both of these conditions can increase the risk of a crash.","Dealers will inspect and replace the front steering knuckle and rear axle housing, as necessary, free of charge. Owner notification letters were mailed July 26, 2021. Nissan owners may contact customer service at 1-800-867-7669. INFINITI owners may contact customer service at 1-800-662-6200." -05/27/2021,21V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V398000),"Chrysler (FCA US, LLC)",Wheel Studs May Break,WHEELS,"Y26, Y36",Vehicle,447985,"Chrysler (FCA US, LLC) is recalling certain 2012-2021 RAM 3500, 3500 Cab Chassis, 4500 Cab Chassis, and 5500 Cab Chassis vehicles. Incorrect information in the Service and Owner's Manuals may cause the flanged lug nuts to be over-tightened, which could result in a broken wheel stud and possible wheel separation.",Wheel separation can cause a vehicle crash.,"Dealers will update the torque specification in the owner's manual and other published service documents. Dealers will also inspect the vehicle's wheel studs, replacing them if necessary, free of charge. Owner notification letters were mailed on November 30, 2021. Campaign Y36 owner notification letters were mailed on November 30, 2021. Campaign Y26 owner notification letters were mailed on December 1, 2021. Owners may contact FCA US customer service at 1-800-853-1403. FCA US's numbers for this recall are Y26 and Y36." -05/26/2021,21V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V395000),REV Recreation Group,Floor Openings May Be Improperly Sealed,EQUIPMENT,210521REV,Vehicle,538,"REV Recreation Group (REV) is recalling certain 2017-2021 Fleetwood Bounder P Model, Holiday Rambler Vacationer P Model, and 2018-2021 Fleetwood Southwind Model P motorhomes. The floor may have improperly sealed holes that could allow gases such as carbon monoxide to enter the living area.",Gases entering the living area increases the risk of an injury and/or death.,"Dealers will reseal the floor area, free of charge. Owner notification letters were mailed on January 3, 2022. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 210521REV." -05/26/2021,21V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V391000),PACCAR Incorporated,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL","21KWC, 21PBD",Vehicle,612,"PACCAR Incorporated (PACCAR) is recalling certain 2018-2021 Peterbilt 337, 348, 365, 367, 520, 567, Kenworth T270, T370, T440, T470, T800 and T880 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owners may contact PACCAR customer service at 1-425-828-5888 (Kenworth) or 1-940-591-4220 (Peterbilt). PACCAR's numbers for this recall are 21KWC and 21PBD." -05/26/2021,21V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V394000),Pierce Manufacturing,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",74BX317,Vehicle,2416,"Pierce Manufacturing (Pierce) is recalling certain 2017-2021 Arrow XT, Enforcer, Impel, Quantum, Saber, and Velocity vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Interim notification letters were mailed to owners on June 24, 2021. Owner notification letters were mailed July 30, 2021. Owners may contact Pierce customer service at 1-888-974-3723." -05/26/2021,21V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V397000),"KZRV, L.P.",Incorrect Circuit Breaker In Water Heater,EQUIPMENT,KZ-2021-02,Vehicle,117,"KZRV, L.P. (KZRV) is recalling certain 2021 Stratus and SportTrek trailers. The water heater circuits were wired with an incorrect size circuit breaker, which may prevent the breaker from tripping, and failing to provide adequate wiring protection.",Inadequate wiring protection can increase the risk of a fire.,"Dealers will replace the 20 amp circuit breaker with a 15 amp circuit breaker, free of charge. Owner notification letters were mailed July 13, 2021. Owners may contact KZRV customer service at 1-800-768-4016 ext. 154 or 153. KZRV's number for this recall is KZ-2021-02." -05/26/2021,21V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V392000),"Daimler Trucks North America, LLC",Insufficiently Crimped Wires In ePowertrain,ELECTRICAL SYSTEM,FL-889,Vehicle,8,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner eBusiness Class M2 vehicles equipped with 14Xe ePowertrains. The stator assembly wires may have been insufficiently crimped, causing high resistance, overheating, and preventing the high voltage system from starting.","A loss of power to the system may cause a loss of drive power, increasing the risk of a crash.","Dealers will replace the motor stator, free of charge. All units were remedied by July 13, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-889." -05/26/2021,21V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V393000),"Grand Design RV, LLC",LP Gas Pressure Regulator May Fail,EQUIPMENT,910023,Vehicle,55508,"Grand Design RV, LLC (Grand Design) is recalling certain 2016-2021 Imagine, Transcend, and Momentum travel trailers. The LP regulator that controls the LP gas pressure may fail, allowing excessive gas pressure that causes the appliance flame to increase.",Excessive gas pressure and a larger than intended appliance flame can increase the risk of a fire.,"Dealers will replace the LP regulator, free of charge. Owner notification letters were mailed June 24, 2021. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910023." -05/26/2021,21V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V396000),Thor Motor Coach,Solar Panel Junction Box May Overheat,ELECTRICAL SYSTEM,RC000226,Vehicle,53,"Thor Motor Coach (TMC) is recalling certain 2022 Rize, Scope, Sequence, and Tellaro vehicles. The Flex-190 Solar Panel junction box may short.","An electrical short can cause the junction box to overheat, increasing the risk of a fire.","Dealers will install a new solar panel and junction box, free of charge. Owner notification letters were mailed July 22, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000226." -05/25/2021,21V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V389000),"Tesla, Inc.",Front Seat Belts Not Securely Attached To B-Pillar,SEAT BELTS,SB-21-20-001,Vehicle,5530,"Tesla, Inc. (Tesla) is recalling certain 2018-2020 Model 3 and 2019-2021 Model Y vehicles. One or both fasteners that secure the front seat shoulder belt to the b-pillar may not be properly attached.","An improperly attached fastener may prevent the seat belt system from performing as designed, increasing the risk of injury.","Tesla Service will inspect and repair both fasteners if necessary, free of charge. Owner notification letters were mailed July 23, 2021. Owners may contact Tesla customer service online by visiting www.tesla.com/support/contact or by calling 1-877-79-TESLA (or 1-877-798-3752). Tesla's number for this recall is SB-21-20-001." -05/25/2021,21V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V385000),Van Hool N.V.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",P1489,Vehicle,681,"Van Hool N.V. (Van Hool) is recalling certain 2018-2021 CX35, TDX25, 2018-2019 CX45, TX45, 2021 AG300, and 2018 TD925 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on July 30, 2021. Owners may contact Van Hool customer service at 1-877-427-7278 or 1-407-656-7977. Van Hool's number for this recall is P1489." -05/25/2021,21V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V386000),"Seagrave Fire Apparatus, LLC",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,164,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2017-2020 Marauder, Attacker and Capitol vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 18, 2021. Owners may contact Seagrave customer service at 1-877-777-5360." -05/25/2021,21V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V387000),"Tesla, Inc.",Loose Brake Caliper Bolts,"SERVICE BRAKES, HYDRAULIC",SB-21-33-002,Vehicle,5974,"Tesla, Inc. (Tesla) is recalling certain 2019-2021 Model 3 and 2020-2021 Model Y vehicles. The brake caliper bolts may be loose, allowing the brake caliper to separate and contact the wheel rim.","Contact with the rim may cause a loss of tire pressure, increasing the risk of a crash.","Tesla Service will inspect and tighten, or replace the caliper bolts as necessary, free of charge. Owner notification letters were mailed July 23, 2021. Owners may contact Tesla customer service online by visiting www.tesla.com/support/contact or by calling 1-877-79-TESLA (or 1-877-798-3752). Tesla's number for this recall is SB-21-33-002." -05/25/2021,21V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V384000),Life Line Emergency Vehicles,Rear Brake Caliper Flexible Line May Leak,"SERVICE BRAKES, HYDRAULIC",NA,Vehicle,36,"Life Line Emergency Vehicles (Life Line) is recalling certain 2019-2020 Dodge 5500 vehicles. The rear brake caliper flexible line may have been improperly routed, which could allow it to chafe against suspension components, and result in a brake fluid leak.",A brake fluid leak can cause a loss of brakes and increase the risk of a crash.,"Dealers will modify the rear brake caliper flexible line mounting, and replace the rear brake caliper flexible line as needed, free of charge. Owner notification was mailed on May 13, 2020. Owners may contact Life Line customer service at 1-563-578-3317 ext. 132." -05/25/2021,21V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V388000),"Tesla, Inc.",Seat Belt Retractor Not Securely Attached,SEAT BELTS,SB-21-20-002,Vehicle,2166,"Tesla, Inc. (Tesla) is recalling certain 2019-2021 Model Y vehicles. One or both fasteners that secure the left and right second row seat belt retractors may not be properly attached.","Improperly attached fasteners may prevent the seat belt retention system from performing as designed, increasing the risk of injury.","Tesla Service will inspect and replace both fasteners if necessary, free of charge. Owner notification letters were mailed July 23, 2021. Owners may contact Tesla customer service online by visiting www.tesla.com/support/contact or by calling 1-877-79-TESLA (or 1-877-798-3752). Tesla's number for this recall is SB-21-20-002." -05/25/2021,21V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V390000),Ford Motor Company,Wheel Hub Extenders may be Improperly Attached,POWER TRAIN,21S26,Vehicle,17616,"Ford Motor Company (Ford) is recalling certain 2021 F-350, F-450, F-550, and F-600 vehicles equipped with dual rear wheels and front wheel hub extenders. The front wheel hub extenders may be improperly attached to the front rotor hub assemblies, which could result in separation of the wheels and wheel extenders from the vehicle.",A detached wheel and wheel extender can increase the risk of a crash.,"Dealers will inspect and tighten the front wheel hub extender nuts, free of charge. Owners are instructed not to drive their vehicles until the torque of the wheel extender nuts can be verified. Owner notification letters were mailed on June 18, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S26." -05/24/2021,21V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V382000),Honda (American Honda Motor Co.),Dim Rear Reflector Lens/FMVSS 108,EXTERIOR LIGHTING,KM3,Vehicle,28528,"Honda (American Honda Motor Co.) is recalling certain 2020-2021 Super Cub C125, CB500X, CB650R, CBR300R, CBR500R, CBR650R, Rebel 300, Rebel 500, Monkey, 2020 CRF250L, GROM, 2021 CRF300L, and CB500F motorcycles. The rear reflector lens may not reflect brightly enough. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A dim rear reflector may reduce the visibility of the motorcycle to other drivers, increasing the risk of a crash or injury.","Dealers will replace the rear reflector, free of charge. Owner notification letters were mailed July 7, 2021. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KM3." -05/24/2021,21V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V377000),Ford Motor Company,Driver's Seatbelt Assembly Malfunction,SEAT BELTS,21C13,Vehicle,82,"Ford Motor Company (Ford) is recalling certain 2021 Edge vehicles. The driver's seat belt retractor pretensioner assembly may not function correctly when activated during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",A seatbelt assembly that does not function as intended can increase the risk of injury during a crash.,"Dealers will replace the driver's seat belt retractor pretensioner assembly, free of charge. Owner notification letters were mailed on June 15, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C13." -05/24/2021,21V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V379000),Ford Motor Company,Fifth Wheel Bracket May Detach While Towing,TRAILER HITCHES,21S23,Vehicle,1796,Ford Motor Company (Ford) is recalling certain 2021 Super Duty F-350 and F-450 vehicles equipped with a fifth wheel left-hand mounting bracket that may be cracked.,"A cracked mounting bracket could result in the fifth wheel detaching from the vehicle while towing, increasing the risk of a crash.","Dealers will inspect the mounting bracket, and replace the bracket if necessary, free of charge. Owner notification letters were mailed on June 16, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S23." -05/24/2021,21V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V380000),Keystone RV Company,Frame Rail May Buckle,STRUCTURE,21-411,Vehicle,1990,"Keystone RV Company (Keystone) is recalling certain 2017-2021 Keystone Cougar 368MBI trailers. The frame rails do not have enough cross support, which could cause them to buckle under certain side-load stress conditions.",A buckled frame rail can increase the risk of a crash.,"Dealers will add cross braces between each spring hanger and an outrigger between the tires on the off-door side of the vehicle, free of charge. Owner notification letters were mailed July 15, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-411." -05/24/2021,21V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V383000),Great Dane Trailers,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,120,"Great Dane Trailers (Great Dane) is recalling certain 2022 Champion trailers equipped with air disc brakes. The brake caliper mounting bolts may be insufficiently tightened, allowing the bolts to loosen.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Dealers will inspect and tighten the caliper mounting bolts, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact Great Dane customer service at 1-877-369-3493." -05/24/2021,21V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V378000),"Forest River, Inc.",Trailer Floor Improperly Secured to Chassis,EQUIPMENT,03-1347,Vehicle,18,"Forest River, Inc. (Forest River) is recalling certain 2021 Sierra and Sandpiper Fifth Wheel and Travel Trailers. The bolts that hold the floor to the chassis were improperly tightened.","Improperly tightened bolts could cause the trailer body to detach from the chassis, increasing the risk of a crash.","Dealers will tighten the bolts to the chassis outriggers, free of charge. Owner notification letters were mailed June 9, 2021. Owners may contact Forest River customer service at 1-574-534-4574. Forest River's number for this recall is 03-1347." -05/24/2021,21V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V381000),Ford Motor Company,Two-Piece Driveshafts May Disconnect,POWER TRAIN,21S25,Vehicle,4436,"Ford Motor Company (Ford) is recalling certain 2021 F-150 vehicles. The two-piece driveshafts may have been improperly assembled, which could result in driveshaft separation.","Driveshaft separation may result in a sudden loss of drive power, or unintended vehicle movement if the vehicle is in park without the parking brake applied, increasing the risk of a crash.","Dealers will inspect the driveshaft, and replace it if necessary, free of charge. Owner notification letters were mailed on June 15, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S25." -05/24/2021,21V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V376000),Ford Motor Company,Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,21S24,Vehicle,192080,Ford Motor Company (Ford) is recalling certain 2013-2021 Transit Connect vehicles equipped with 2.5L engines. The bushing that attaches the shifter cable to the transmission may degrade or detach.,"A damaged or missing bushing may prevent the vehicle from shifting into the intended gear, causing the vehicle to move in an unexpected direction. Additionally, the vehicle may roll after the driver selects the 'Park' position. Either scenario increases the risk of a crash or injury.","Dealers will replace the underhood shifter cable bushing, and add a protective cap, free of charge. Owner notification letters were mailed on June 29, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S24." -05/21/2021,21V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V374000),"Forest River, Inc.",Breakaway Switch Wired Incorrectly,ELECTRICAL SYSTEM,410-1350,Vehicle,93,"Forest River, Inc. (Forest River) is recalling certain 2021 Columbus Fifth Wheel trailers. The breakaway switch and trailer brakes may not activate when needed due to an incorrectly wired breakaway switch.",Failure of the breakaway switch and trailer brakes can increase the risk of a crash or injury.,"Dealers will rewire the breakaway switch, free of charge. Owner notification letters were mailed June 9, 2021. Owners may contact Forest River customer service at 1-574-821-1487. Forest River's number for this recall is 410-1350." -05/21/2021,21V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V375000),Tiny Idahomes LLC,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,2,"Tiny Idahomes LLC (Tiny Idahomes) is recalling certain 2019 RMCRV K2 trailers equipped with Dometic 3-burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Tiny Idahomes will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on June 14, 2021. Owners may contact Tiny Idahomes customer service at 1-208-468-0576." -05/21/2021,21E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E047000),Lippert,Window Adhesive Failure,EQUIPMENT,NR (Not Reported),Equipment,46281,Lippert is recalling certain Hehr 6400 Series Windows built between 10/01/2018 and 08/13/2020. The adhesive that bonds the vented portion of the window may fail.,"Adhesive failure may cause the vent portion of the window to detach, increasing the risk of a crash or injury.","Dealers will inspect the windows, and replace the vent if necessary, free of charge. Notification letters were mailed July 2, 2021. Owners may contact Lippert customer service at 1-574-538-4514." -05/20/2021,21V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V371000),"Forest River, Inc.",Allure Swivel Dining Chair May Break,EQUIPMENT,410-1342,Vehicle,309,"Forest River, Inc. (Forest River) is recalling certain 2021 Columbus Fifth Wheel trailers. The legs on the Allure Swivel Dining chair may detach from the chair body.",There would be an increased risk of injury if the chair legs detach while the chair is occupied.,"Dealers will install a hardware kit to reinforce the chair legs, free of charge. Owner notification letters were mailed June 9, 2021. Owners may contact Forest River customer service at 1-574-821-1487. Forest River's number for this recall is 410-1342." -05/20/2021,21V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V373000),"Nissan North America, Inc.",Fuel Pump Module Can Fail and Cause a Stall,"FUEL SYSTEM, GASOLINE","R21A2, R21A3",Vehicle,24140,"Nissan North America, Inc. (Nissan) is recalling certain 2020-2021 Nissan Armada and 2020-2021 INFINITI QX80 vehicles equipped with V8 engines. The impeller can swell and bind within the fuel pump module, causing it to fail.","Fuel pump failure can cause an engine stall, increasing the risk of a crash.","Dealers will replace the fuel pump module, free of charge. Owner notification letters were mailed February 4, 2022. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is R21A2. Owners may contact INFINITI customer service at 1-800-662-6200. INFINITI's number for this recall is R21A3." -05/20/2021,21V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V372000),Newmar Corporation,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",Cummins 21E-032,Vehicle,1294,"Newmar Corporation (Newmar) is recalling certain 2017-2022 Dutch Star, 2017-2019 Mountain Aire, 2019-2021 Ventana and 2021 New Aire motorhomes. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Interim notification letters were mailed to owners on July 16, 2021. Owners may contact Newmar customer service at 1-800-731-8000. Newmar's number for this recall is Cummins 21E-032." -05/19/2021,21V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V368000),Keystone RV Company,120VAC Wiring Connectors Not Mounted Properly,EQUIPMENT,21-409,Vehicle,3292,"Keystone RV Company (Keystone) is recalling certain 2021 High Country Montana trailers. The 120VAC wiring connectors for the slide room circuit were not mounted properly, which can allow water to enter the electrical connections.",Wet electrical connections can increase the risk of a fire.,"Dealers will inspect the connectors, and mount the connectors to the frame, free of charge. Owner notification letters were mailed June 18, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-409." -05/19/2021,21V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V366000),"Navistar, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",None,Vehicle,1780,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 International WorkStar, International DuraStar, 2019-2021 International HV, International MV, and IC Bus RE Commercial Bus vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 21, 2021. Owners may contact Navistar customer service at 1-800-448-7825." -05/19/2021,21V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V367000),"Navistar, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",None,Vehicle,933,"Navistar, Inc. (Navistar) is recalling certain 2019-2021 IC Bus RE School Buses. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 21, 2021. Owners may contact Navistar customer service at 1-800-448-7825." -05/19/2021,21V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V369000),"Daimler Trucks North America, LLC",Loose Tie Rod Clamps,STEERING,FL-888,Vehicle,8482,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Freightliner 114SD, 122SD, Business Class M2, Cascadia, 108SD, Western Star 4900, 4700, 5700, Custom Chass RV Chassis, Custom Chass S2 Chassis, Custom Chass XC Chassis, Custom Chass XB Chassis, and Custom Chass MT Chassis. The tie rod clamps may be loose, which could result in loose tie rod ends that could break or detach.","Detached or broken tie rod ends can result in steering loss, increasing the risk of a crash.","Dealers will replace the tie rod clamp bolts and nuts, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-888." -05/19/2021,21V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V370000),"Daimler Trucks North America, LLC",Loose Tie Rod Clamps,STEERING,FL-888,Vehicle,479,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Thomas Built Saf-T-Liner HDX School Buses and Saf-T-Liner C2 School Buses. The tie rod clamps may be loose, which could result in loose tie rod ends that could break or detach.","Detached or broken tie rod ends can result in steering loss, increasing the risk of a crash.","Dealers will replace the tie rod clamp bolts and nuts, free of charge. Owner notification letters were mailed December 23, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-888." -05/18/2021,21V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V364000),Motor Coach Industries,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",R21-009,Vehicle,1845,"Motor Coach Industries (MCI) is recalling certain 2017-2018 D4000, 2017-2019 D4005, D4000ISTV, D4505, 2017-2020 D4500, J4500, 2018-2020 D45CRTLE, and 2018-2021 J3500 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is R21-009." -05/18/2021,21V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V365000),"New Flyer of America, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",R21-008,Vehicle,3600,"New Flyer of America, Inc. (New Flyer) is recalling certain 2017-2021 XD40, XD35, 2016-2021 XD60, 2017 XDE35, 2016-2020 XDE40, XDE60 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"New Flyer will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R21-008." -05/17/2021,21V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V359000),"Daimler Vans USA, LLC",Door Hinge Screws Not Tightened Properly,STRUCTURE,VS3TURSCHA,Vehicle,2016,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2020 Mercedes-Benz Sprinter vehicles. The screws for the front door hinges may not have been tightened properly.","Loose door hinge screws could change the gap between the door and vehicle body, increasing the risk of injury in the event of a crash.","Dealers will check the screws and tighten them as necessary, free of charge. Owner notification letters were mailed June 18, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3TURSCHA." -05/17/2021,21V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V360000),"Daimler Vans USA, LLC",ESP Software Not Updated for Camper Option,ELECTRONIC STABILITY CONTROL,VS3HOLAPLI,Vehicle,168,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter vehicles equipped with the camper upfit option. The Electronic Stability Control (ESP) software was not updated for vehicles with a higher center of gravity.","The ESP may not respond as intended during certain driving scenarios, increasing the risk of a crash.","Dealers will update the software, free of charge. Owner notification letters were mailed on July 2, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3HOLAPLI." -05/17/2021,21V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V362000),"Porsche Cars North America, Inc.",Front Lower Trailing Arms Not Forged Correctly,SUSPENSION,AMB2,Vehicle,565,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Taycan, Panamera, Panamera Turbo S, Panamera GTS, Panamera 4, Panamera 4 Sport Turismo, Panamera 4 Executive, Panamera 4S Executive, Panamera 4S, Panamera 4S E-Hybrid, and Panamera 4 E-Hybrid vehicles. The front lower trailing arms were not forged correctly and may break.","A broken front lower trailing arm may cause a loss of vehicle control, increasing the risk of a crash.","Dealers will replace the front lower trailing arms, free of charge. Owner notification letters were mailed October 1, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB2." -05/17/2021,21V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V363000),"KTM North America, Inc.",Fuel Lines May Chafe and Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",HTB2105,Vehicle,171,"KTM North America, Inc. (KTM) is recalling all 2020 Husqvarna 701 Enduro LR motorcycles. The fuel lines on the front fuel tank may chafe against the tank, possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Dealers will install two new fuel lines and an additional clamp, free of charge. Owner notification letters were mailed June 11, 2021. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is HTB2105." -05/17/2021,21V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V358000),Sutphen Corporation,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"Sutphen Corporation (Sutphen) is recalling one 2012 SP70 vehicle equipped with a Weldon V-Mux Vista IV Standard LCD display used for controlling emergency vehicle lighting and HVAC functions. The display may experience low voltage spikes, causing the LCD display to lock up or become non-functional, due to varying electrical installations.","A locked up or non-functional LCD display can delay emergency efforts, which can increase the risk of injury.","A dealer has repaired the affected vehicle, and therefore no owner notification letters will be sent. Owners may contact Sutphen customer service at 1-614-889-1005." -05/17/2021,21V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V361000),Ducati North America,Turn Signals Are Not Bright Enough/FMVSS 108,EXTERIOR LIGHTING,SRV-RCL-21-009,Vehicle,228,"Ducati North America (Ducati) is recalling certain 2021 Scrambler 800 Night Shift motorcycles. The front and rear turn signal lights may not flash brightly enough. As such, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Turn signal lights that aren't bright enough can reduce other driver's ability to see that the turn signals have been activated, increasing the risk of a crash.","Dealers will replace the front and rear turn signals, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-21-009." -05/14/2021,21V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V350000),"Forest River, Inc.",Breakaway Switch Power Lead Wired Incorrectly,EXTERIOR LIGHTING,220-1336,Vehicle,39,"Forest River, Inc. (Forest River) is recalling certain 2021 Coachmen Spirit Travel Trailers. The Breakaway switch power lead is wired incorrectly and may lose power.","The trailer brakes may not engage if the breakaway switch does not have power, increasing the risk of a crash.","Dealers will rewire the breakaway switch, free of charge. Owner notification letters were mailed June 9, 2021. Owners may contact Forest River customer service at 1-574-825-8205. Forest River's number for this recall is 220-1336." -05/14/2021,21V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V357000),"Daimler Trucks North America, LLC",Dislodged Headlight May Cause Fire,EXTERIOR LIGHTING,FL-887,Vehicle,72510,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2017-2022 Freightliner Cascadia vehicles equipped with halogen headlight assemblies. The halogen headlight bulb may dislodge during replacement and contact other vehicle components, possibly causing them to melt.",Melting components can increase the risk of fire.,"Dealers will install a foam grommet, cut a 4-inch access hole into the inner fender, and add a warning label on both fenders, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-887." -05/14/2021,21V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V356000),Roadtrek Inc.,Generator May Damage Batteries,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,70,"Roadtrek Inc. (Roadtrek) is recalling certain 2020-2021 Zion, Zion SRT, and Play motorhomes. The undermount generator that charges the Absorbed Glass Mat (AGM) house batteries may have a faulty internal regulator, which could damage the AGM batteries and cause electrical system failure.","Damaged AGM battery caps can detach. In addition, a damaged AGM battery that is replaced with a lead-acid battery can lead to an acid spill. Either of these scenarios can increase the risk of injury.","Dealers will inspect and if necessary, replace the undermount AGM generator, free of charge. Owner notification letters were mailed May 26, 2021. Owners may contact Roadtrek customer service at 1-888-762-3873." -05/14/2021,21V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V351000),Nova Bus (US) Inc.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",CR5120E,Vehicle,644,"Nova Bus is recalling certain 2016-2020 LFS and LFS Artic vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact Nova Bus customer service at 1-800-350-6682." -05/14/2021,21V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V352000),"Gillig, LLC",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,4428,"Gillig, LLC. (Gillig) is recalling certain 2017-2020 Low Floor vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Gillig will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on August 27, 2021. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -05/14/2021,21V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V353000),"Mercedes-Benz USA, LLC",Latch May Allow Rear Door To Open While Driving,LATCHES/LOCKS/LINKAGES,2021060007/14,Vehicle,17800,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019-2021 G550 and G63 AMG vehicles. Components within the door latch may prevent the rear doors from latching or opening properly.","The rear door may appear closed even when the latch is not fully engaged, allowing the door to open while driving and increasing the risk of injury or a crash. Damaged latch components may prevent the rear door from being opened while inside the vehicle, increasing the risk of injury.","Dealers will replace the rear door latches, free of charge. Owner notification letters were mailed July 9, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. Note: Vehicles repaired prior to this recall must return to dealers to have the remedy performed. MBUSA's numbers for this recall are 2021060007 and 2021060014." -05/14/2021,21V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V354000),"Mercedes-Benz USA, LLC",Rearview Camera Image May Not Display/FMVSS 111,BACK OVER PREVENTION,2021050012,Vehicle,343191,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019-2021 CLA-Class, GLE/GLS-Class, A-Class, E-Class, E-Class Coupe and Convertible, GLA/GLB-Class, GLC-Class, CLS-Class, and AMG GT-Class 4-door Coupe vehicles. Please refer to MBUSA's recall report for specific vehicle model details. The MBUX multimedia system software may cause the display to remain black, or reboot after startup. This could result in the rearview camera image not displaying properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""","A backup camera that displays a blank image reduces the driver's rear view, increasing the risk of a crash or injury.","The multimedia system software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed beginning June 28, 2021. Owners may contact MBUSA customer service at 1-800-367-6373. MBUSA's number for this recall is 2021050012." -05/14/2021,21V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V355000),"VLRV, LLC (Vanleigh RV)",Water Heater May Leak Gas Into Coach,EQUIPMENT,NR (Not Reported),Vehicle,366,"VanLeigh RV (VanLeigh) is recalling certain 2019-2021 Beacon and 2019-2022 Vilano coaches. The water heater housing may not have been properly sealed, allowing gas to enter the coach.",Gas inside the coach increases the risk of a fire.,"Dealers will install a grommet ensuring the sleeve is facing out and use zip-ties to secure the sleeves to the gas line, free of charge. Owner letters were mailed July 9, 2021. Owners may contact VanLeigh customer service at 1-662-612-4040." -05/13/2021,21V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V346000),"General Motors, LLC",Engine Control Module Calibrated Incorrectly,ENGINE AND ENGINE COOLING,N202325530,Vehicle,196,"General Motors, LLC (GM) is recalling certain 2019-2020 Chevrolet 6500HD vehicles. The engine control module (ECM) was calibrated incorrectly, allowing the vehicle to exceed the tires' maximum speed rating of 75 mph.","Tire failure can occur if the vehicle speed exceeds the maximum tire speed rating, increasing the risk of a crash.","Dealers will update the ECM software, free of charge. Owner notification letters were mailed June 7, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202325530." -05/13/2021,21V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V349000),"Ferrara Fire Apparatus, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,259,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2017-2020 Inferno and Igniter vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 7, 2021. Owners may contact Ferrara customer service at 1-800-443-9006." -05/13/2021,21V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V348000),Prevost Car (US) Inc.,Improperly Positioned Seat Belt at Flip-Up Seats,SEAT BELTS,SR21-301,Vehicle,17,"Prevost Cars, Inc. (Prevost) is recalling 2021 X3 Commuter Coach. Parts of the seat belt installed at flip-up seats may have been incorrectly assembled, causing the shoulder strap to sit improperly on a person in a wheelchair.",An improperly positioned seat belt increases the risk of an injury.,"Prevost will provide inspection and repair instructions, free of charge. Owner notification letters were mailed on July 11, 2021. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR21-301." -05/13/2021,21V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V347000),Shyft Group,Rear Suspension Mounting Bracket Improperly Welded,SUSPENSION,21-12,Vehicle,8,Shyft Group is recalling certain 2021 Spartan RV Chassis K2. The rear suspension mounting bracket may be improperly welded on top of the rear drive axle.,"The mounting bracket may break, allowing the axle to shift and increasing the risk of a crash.","Dealers will inspect and replace the rear drive axle as necessary, free of charge. Owner notification letters were mailed on May 14, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-12." -05/13/2021,21E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E046000),Freedman Seating Company,Seat Belt Retractor May Lock/FMVSS 208 and 209,SEAT BELTS,NR (Not Reported),Equipment,400,"Freedman Seating Company (Freedman) is recalling certain GO-ES Double Flipseat, part number 46183, and GO-ES Double Rigid Seat, part number 92585 passenger seats. The seat belt retractor may lock when the vehicle is on an incline. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standards numbers 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""","A passenger may remove their seat belt when the retractor locks, increasing the risk of injury.","Freedman will provide inspection and repair instructions, free of charge. Notification letters were mailed on June 15, 2021. Owners may contact Freedman customer service at 800-443-4540." -05/12/2021,21V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V340000),"Equipment Technology, L.L.C.",Aerial Unit May Fail During Use,STRUCTURE,NR (Not Reported),Vehicle,87,"Equipment Technology, L.L.C. (ETI) is recalling certain 2018-2021 ETC37IH and ETC40IH vehicles. The weld between the outrigger assembly and the body's sub-frame assembly may be inadequate, which could result in failure of the aerial unit during use.",Failure of the aerial unit can increase the risk of injury.,"ETI will inspect the welds, and repair or replace the rear shear plates, free of charge. Owner notification letters were mailed on June 22, 2021. Owners may contact ETI customer service at 1-405-748-3841." -05/12/2021,21V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V344000),"Airstream, Inc.",Buss Bar (M4) Labeled And Wired Incorrectly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,146,"Airstream, Inc. (Airstream) is recalling certain 2021 Interstate Nineteen vehicles. The buss bar circuit breaker may have been incorrectly wired.","The wire may overheat, increasing the risk of a fire.","Dealers will relabel and relocate wires, free of charge. Owner notification letters were mailed July 6, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -05/12/2021,21V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V336000),Lamborghini (Automobili Lamborghini),Engine Cylinder Bore Surface May Develop Cracks,ENGINE,L636-R.03.21,Vehicle,4,Lamborghini (Automobili Lamborghini) is recalling certain 2021 Urus vehicles. Cracks may develop on the surface of the engine cylinder bore.,"Cracks may cause engine damage and a stall or an oil leak, increasing the risk of a crash or fire.","Dealers will replace the engine, free of charge. Owner notification letters were mailed on June 25, 2021. Owners may contact Lamborghini at 1-866-681-6276. Lamborghini's number for this recall is L636-R.03.21." -05/12/2021,21V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V339000),"Volkswagen Group of America, Inc.",Engine Cylinder Bore Surface May Develop Cracks,ENGINE,10G9,Vehicle,15,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi SQ7, RSQ8, RS7, RS6 AVANT, and SQ8 vehicles. Cracks may develop on the surface of the engine cylinder bore.","Cracks may cause engine damage and a stall or an oil leak, increasing the risk of a crash or fire.","Dealers will replace the engine, free of charge. Owner notification letters were mailed July 9, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 10G9." -05/12/2021,21V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V341000),"Porsche Cars North America, Inc.",Engine Cylinder Bore Surface May Develop Cracks,ENGINE,AMB1,Vehicle,12,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Cayenne Turbo, Cayenne GTS, and Cayenne GTS Coupe vehicles. Cracks may develop on the surface of the engine cylinder bore.","Cracks may cause engine damage and a stall or an oil leak, increasing the risk of a crash or fire.","Dealers will replace the engine, free of charge. Owner notification letters were mailed July 9, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB1." -05/12/2021,21V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V343000),"Gulf Stream Coach, Inc.",Incorrect Tire Pressure Marking/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,246,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2021 Vista Cruiser, Vintage Cruiser, Gulf Breeze, Matrix, Streamlite, Northern Express, Envision, and Geo travel trailers. The Federal Certification Label may have incorrect tire size and tire pressure information listed. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification"" and Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","The tires may be overinflated, increasing the risk of a crash.","Gulf Stream will mail a replacement certification label and installation instructions, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact Gulf Stream customer service at 1-800-289-8787." -05/12/2021,21E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E045000),"Thule, Inc.",Rooftop Tent May Detach,EQUIPMENT,NR (Not Reported),Equipment,738,"Thule, Inc. (Thule) is recalling certain Thule Tepui Hybox Tepui Wedge part number 901110, Thule Tepui Hybox part number 901100, Tepui Hybox wedge part number 8001HB203, and Tepui Hybox part number 8001HB103 and 8001HB112 rooftop tents. The rooftop tent shell may crack at the point where the mounting rails attach and detach from the vehicle.","A detached rooftop tent may become a road hazard, increasing the risk of a crash.","Thule will provide a refund or replacement rooftop tent, free of charge. Owner notification letters were mailed May 13, 2021. Owners may contact Thule customer service at 1-855-216-7375." -05/12/2021,21V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V345000),"Airstream, Inc.",Stove Top Burner Flame May Enter Cabinet,EQUIPMENT,NR (Not Reported),Vehicle,667,"Airstream, Inc. (Airstream) is recalling certain 2020 25RB, 26RB, 28RB, 30RB Flying Cloud, 25RB, 28RB, 30RB Flying Cloud, and 2021 25RB, 28RB, 30RB Flying Cloud, and International travel trailers. The stove top range was incorrectly installed in a non-sealed cabinet.","A draft can cause the flame to enter the non-sealed cabinet, increasing the risk of a fire.","Dealers will install panels/baffling in the cabinet to isolate negative airflow and prevent flame inversion, free of charge. Owner notification letters were mailed July 7, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -05/12/2021,21V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V342000),"BMW of North America, LLC",Supports In Roof Liner Insecurely Attached,STRUCTURE,NR (Not Reported),Vehicle,2,"BMW of North America, LLC (BMW) is recalling certain 2021 BMW 230i and M240i vehicles. Supports within the roof liner may be insecurely attached.","The support may separate from the roof liner and fall into the passenger compartment, increasing the risk of injury during a crash necessitating the deployment of the head air bag.","Dealers will inspect and repair or replace the roof liner as necessary, free of charge. Owner notification letters will not be sent. The one owner was notified on June 15, 2021 by telephone and the vehicle has been repaired. Owners may contact BMW customer service at 1-800-525-7417." -05/12/2021,21V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V337000),"Altec Industries, Inc.",Tie-Down Chains May Break,EQUIPMENT,CSN 821,Vehicle,314,"Altec Industries, Inc. (Altec) is recalling certain 2014-2021 TDA-58 aerial devices. The chains used to tie down the TDA-58 for transport may break.","A broken tie-down chain may allow the TDA-58 to shift during transport, increasing the risk of a crash.","Altetc will install new tie-down points, D-rings, and provide revised loading instructions, free of charge. Owner notification letters were mailed on July 7, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 821." -05/12/2021,21V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V338000),"Equipment Technology, L.L.C.",Unintended Bucket Movement,EQUIPMENT,NR (Not Reported),Vehicle,249,"Equipment Technology, L.L.C. (ETI) is recalling certain 2019-2020 ETI ETC37IH vehicles. The tilt cylinders on the utility bucket may fail, allowing unintentional bucket movement.",Unintentional bucket movement can increase the risk of injury and/or death.,"ETI will replace the tilt cylinders, free of charge. Owner notification letters were mailed on June 17, 2021. Owners may contact ETI customer service at 1-405-748-3841." -05/11/2021,21V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V332000),E-One Incorporated,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,915,"E-One Incorporated (E-One) is recalling certain 2017-2021 Cyclone 2, Cyclone N, Quest 2, Typhoon, and Typhoon N vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect and replace the rail as necessary, free of charge. Owner notification letters were mailed out on May 28, 2021. Owners may contact E-One customer service at 1-352-237-1122." -05/11/2021,21V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V333000),Kovatch Mobile Equipment Corp.,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,386,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2012-2021 KME Custom Chassis. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads, and replace the rail as necessary, free of charge. Owner notification letters were mailed on July 2, 2021. Owners may contact KME customer service at 1-800-235-3928." -05/11/2021,21V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V334000),Rosenbauer America,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,697,"Rosenbauer America (Rosenbauer) is recalling certain 2016-2021 Commander, Warrior, Avenger, and 2019 Commercial M2 106 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect and replace the rail as necessary, free of charge. Interim owner notification letters were mailed on July 9, 2021. Owners may contact Rosenbauer customer service at 1-651-462-1000." -05/11/2021,21V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V335000),Ducati North America,Rear Brake Hose May Have Heat Damage,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1312,"Ducati North America (Ducati) is recalling certain 2015-2021 Monster 821, 2014-2021 Monster 1200 S/STD, and 2016-2019 Monster 1200 R motorcycles. The rear brake hoses may be susceptible to heat damage.","Damaged brake hoses may cause the rear brakes to fail, increasing the risk of a crash.","Dealers will replace the rear brake hoses, free of charge. Owner notification letters were mailed on July 12, 2021. Owners may contact Ducati customer service at 1-888-391-5446." -05/10/2021,21V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V330000),"Eldorado National- California, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,266,"Eldorado National-California, Inc. (Eldorado National-California) is recalling certain 2017-2020 Axess, EXRM, and XHF vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect and replace the rail as necessary, free of charge. Owner notification letters were mailed on June 18, 2021. Owners may contact Eldorado National-California customer service at 1-951-684-6868." -05/10/2021,21V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V331000),Kia Motors America,Hydraulic Electronic Control Unit May Short,"SERVICE BRAKES, HYDRAULIC",SC212,Vehicle,440370,"Kia Motors America (Kia) is recalling certain 2013-2015 Optima and 2014-2015 Sorento vehicles previously recalled under recall 20V-519. Brake fluid may leak inside the Hydraulic Electronic Control Unit (HECU), possibly resulting in an electrical short.",An electrical short in the HECU increases the risk of a fire while parked or driving.,"Owners are advised to park outside and away from other vehicles and structures until the recall repair is completed. Dealers will install a new multi-fuse, and inspect the HECU for leaks, replacing the HECU if necessary, free of charge. Owner notification letters were mailed on July 2, 2021. This recall supersedes previous NHTSA recall number 20V-519. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC212." -05/10/2021,21V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V329000),"Spartan Fire, LLC",Solenoid Corrosion may Hinder Fire Fighting,ELECTRICAL SYSTEM,21008,Vehicle,2130,"Spartan Fire, LLC is recalling certain 2009-2021 Gladiator and MetroStar emergency vehicles. The fire water pump solenoid may corrode internally, causing a loss of power to the pump control module.","A loss of power to the pump control module can cause a loss of water pressure for fighting fires, increasing the risk of injury.","Dealers will replace suspect solenoids, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact Spartan Fire customer service at 1-517-543-6400." -05/10/2021,21V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V328000),PACCAR Incorporated,Spring Brake Chamber Assembled Incorrectly,"SERVICE BRAKES, AIR",21PBE,Vehicle,13,"PACCAR Incorporated (PACCAR) is recalling certain 2021 Peterbilt 348 and 579 vehicles. The spring brake chamber may have been assembled with incorrect springs that were out of specification, which may cause the pressure plate to shift.","The pressure plate may tear the diaphragm, causing a loss of air pressure and increasing the risk of a crash.","Dealers will replace brake chambers, free of charge. Owner notification letters were mailed on July 9, 2021. Owners may contact PACCAR (Peterbilt) customer service at 1-940-591-4220. PACCAR's number for this recall is 21PBE." -05/07/2021,21V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V326000),"Daimler Trucks North America, LLC",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",FL-886,Vehicle,9662,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2021 Freightliner Custom Chass XC Chassis, 108SD, Custom Chass XB Chassis, Business Class M2, 114SD, and Western Star 4700 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will replace the fuel rail and fuel lines, free of charge. Interim owner notification letters were mailed on June 21, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-886." -05/07/2021,21V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V327000),"Daimler Trucks North America, LLC",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",FL-886,Vehicle,1262,"Daimler Trucks North America, LLC (DNTA) is recalling certain 2018-2021 Thomas Built Buses Saf-T-Liner HDX School Buses. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will replace the fuel rail and fuel lines, free of charge. Interim owner notification letters were mailed on June 21, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-886." -05/07/2021,21V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V325000),"Airstream, Inc.",Overhead Cabinet Doors May Detach,EQUIPMENT,NR (Not Reported),Vehicle,168,"Airstream, Inc. (Airstream) is recalling certain 2020-2021 Globetrotter travel trailers. The adhesive on the overhead cabinet doors may fail.","The doors may separate and fall on vehicle occupants, increasing the risk of injury.","Dealers will inspect and replace the cabinet doors as necessary, free of charge. Owner notification letters were mailed July 6, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -05/07/2021,21V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V324000),Ford Motor Company,Warped Axle Flange May Fracture Wheel Studs,SUSPENSION,21S21,Vehicle,2503,"Ford Motor Company (Ford) is recalling certain 2019 Transit T150, T250, T350 vehicles equipped with aluminum alloy wheels. The wheel mounting surface of the axle flange may be warped and cause the wheel studs to fracture.","Fractured studs may allow the wheel to detach, increasing the risk of crash.","Dealers will inspect and if necessary, replace the rear axle shaft assembly, axle shaft mounting bolts, and rear wheel lug nuts, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S21." -05/06/2021,21V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V323000),"Spartan Fire, LLC",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",21009,Vehicle,1447,"Spartan Fire, LLC is recalling certain 2017-2020 Gladiator and MetroStar vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,The remedy for this recall is still under development. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Spartan Fire customer service at 1-517-543-6400. -05/06/2021,21V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V322000),Oshkosh Corporation,Improperly Secured Auxiliary Axles,SUSPENSION,NR (Not Reported),Vehicle,47,Oshkosh Corporation (Oshkosh) is recalling certain 2021 S-Series vehicles. The auxiliary axles may not have been properly secured and may detach.,"A detached axle may cause a loss of vehicle control, increasing the risk of a crash.","A technician will inspect and, as necessary, replace any improperly installed fasteners, free of charge. Owner notification letters were mailed on May 26, 2021. Owners may contact Oshkosh customer services at 1-888-686-7278." -05/05/2021,21V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V320000),Triple E Recreational Vehicles,Generator Fan May Damage Remote Harness Wires,EQUIPMENT,CA#9927-1,Vehicle,1006,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020-2021 Unity U24FX, U24Rl, U24MB, U24CB, U24TB, U24IB, 2020-2021 Wonder W24MB, W24FTB, W24RTB, and 2020 Serenity S24CB recreational vehicles. The auto generator start remote harness wires may be damaged by the generator fan.","Damaged wires may cause an electrical shock, increasing the risk of injury.","Dealers will bundle the wires with nylon ties, free of charge. Owner notification letters were mailed May 19, 2021. Owners may contact Trible E customer service at 1-877-992-9906. Trible E's number for this recall is CA#9927-1." -05/05/2021,21V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V319000),Shyft Group,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, GASOLINE",21-11,Vehicle,2783,"Shyft Group is recalling certain 2017-2022 Spartan RV Chassis K2 and K3 vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner notification letters were mailed on August 25, 2021. Owners may contact Shyft Group customer service at 1-800-543-4277. Shyft Group's number for this recall is 21-11." -05/05/2021,21E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E042000),"B&W Custom Truck Beds, Inc., B&W Hitches",Insecure Locking Receiver Hitch Pin Connection,TRAILER HITCHES,NR (Not Reported),Equipment,8378,"B&W Custom Truck Beds, Inc. (B&W) is recalling certain 5/8"" Stainless Steel Locking Receiver Hitch Pins, part number TS51237 and TS51237JD. A defective hitch pin lock can be removed without a key, allowing the ball mount to detach from the receiver tube.","A detached ball mount can allow the towed trailer to separate, increasing the risk of a crash.","Dealers and will replace the locking hitch pin, free of charge. Owner notification letters were mailed May 17, 2021. Owners may contact B&W customer service at 1-620-473-3664." -05/05/2021,21V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V318000),"Porsche Cars North America, Inc.",Missing Seat Heater May Prevent Air Bag Deployment,AIR BAGS,AMB0,Vehicle,136,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Cayenne GTS, Cayenne GTS Coupe, 2020-2021 Cayenne Coupe, Cayenne S Coupe, Cayenne E-Hybrid Coupe vehicles. The passenger seat back heating element was not installed and may impact the calibration of the Occupant Classification System.","The front passenger air bag may fail to deploy, increasing the risk of injury.","Dealers will install a heating element, free of charge. Owner notification letters were mailed June 25, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMB0." -05/05/2021,21V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V321000),"Volkswagen Group of America, Inc.",Modifications to Vehicles Made Them Noncompliant,UNKNOWN OR OTHER,01F1,Vehicle,46,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Touareg GP, Tiguan, Golf A6, E-Golf GP, CCF, 2016-2017 Passat GP, 2018-2019 Golf R GP, and 2018 Atlas vehicles. These internal-use vehicles were sold without confirmation that they were built to all applicable regulatory requirements and may have been modified prior to sale. As such, these vehicles may fail to comply with the requirements of various Federal Motor Vehicle Safety Standards.","Vehicles that do not meet all regulatory requirements may have an increased risk of injury, crash, or fire.","Volkswagen will repurchase the vehicles. Owner notification letters were mailed May 20, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01F1." -05/05/2021,21V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V316000),Ford Motor Company,Roof Rail Covers May Detach,STRUCTURE,21S22,Vehicle,616967,Ford Motor Company (Ford) is recalling certain 2016-2019 Explorer vehicles. The retention pins could loosen and allow the roof rail covers to detach from the vehicle.,"A detached roof rail cover can create a road hazard, increasing the risk of a crash.","Dealers will install push-pins and replace any damaged rail clips and roof rail covers, as necessary, free of charge. The interim owner notification letter was mailed on June 22, 2021. Owner notification letters (remedy available) were mailed on October 1, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S22." -05/05/2021,21V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V317000),"Jayco, Inc.",Spare Tire Carrier Can Detach,STRUCTURE,9901566,Vehicle,559,"Jayco, Inc. (Jayco) is recalling certain 2021 Travel Trailer Jay Feather Micro trailers. The spare tire carrier could break at the bend radius or gusset.","A broken spare tire carrier could detach, becoming a road hazard and increasing the risk of a crash.","Dealers will install two Z-brackets, free of charge. Owner notification letters were mailed on June 9, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901566." -05/04/2021,21V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V315000),Ducati North America,Air May Reduce Effectiveness of Rear Brakes,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5909,"Ducati North America (Ducati) is recalling certain 2017-2020 Monster 797, Monster 1200, Supersport, 2016-2020 XDiavel, and 2018-2020 Monster 821 motorcycles. Air may permeate the rear bake system.","Air in the system may reduce effectiveness of the rear brakes, increasing the distance required to stop and the risk of a crash.","Dealers will install new rear brake hoses, free of charge. Owner notification letters were mailed on June 28, 2021. Owners may contact Ducati customer service at 1-888-391-5446." -05/04/2021,21V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V312000),Blue Bird Body Company,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",R21BH-SB,Vehicle,1053,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2022 All American buses. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"The remedy for this recall is still under development. Owner notification letters were mailed on July 30, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BH-SB." -05/04/2021,21V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V313000),Blue Bird Body Company,High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",R21BH-NSB,Vehicle,134,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2022 All American vehicles. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"The remedy for this recall is still under development. Owner notification letters were mailed on July 30, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BH-NSB." -05/04/2021,21V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V311000),Arcimoto Inc,Inverter Communication May Time Out,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,261,"Arcimoto Inc (Arcimoto) is recalling certain 2019-2021 FUV, 2021 Rapid Responder, 2020 Deliverator, 2020-2021 Roadster. Due to a software error, communication between inverters may time out, possibly resulting in an unexpected battery shutdown.","A battery shutdown causes an immediate loss of power, increasing the risk of a crash.","A service technician will reprogram the inverter firmware, free of charge. Owner notification letters were mailed May 27, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293. Note: Vehicles previously repaired under Recall 19V834 will need to return for the new remedy." -05/04/2021,21V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V309000),"Chrysler (FCA US, LLC)",Rotor and Shaft May Separate Causing a Loss of ABS,"SERVICE BRAKES, HYDRAULIC",Y24,Vehicle,9,"Chrysler (FCA US, LLC) is recalling certain 2019-2021 Alfa Romeo Stelvio and 2020-2021 Alfa Romeo Giulia vehicles. Hard braking may cause the Anti-Lock Brake System (ABS) Hydraulic Control Unit (HCU) rotor shaft to separate, a reduction of braking assist, and a loss of ABS.","The loss of braking assistance and ABS functionality can reduce overall braking performance, increasing the risk of a crash.","Dealers will replace the ABS HCU, free of charge. Owner notification letters were mailed on June 29, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403." -05/04/2021,21V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V314000),Arcimoto Inc,Seat Belt Retractors Spool Sleeve May Be Cracked,SEAT BELTS,NR (Not Reported),Vehicle,255,"Arcimoto Inc (Arcimoto) is recalling certain 2019-2021 FUV, 2020 Deliverator, 2021 Rapid Responder motorcycles. The seat belt retractor spool sleeve may be cracked, allowing broken pieces to block the seat belt from retracting.",A seat belt that fails to retract increases the risk of injury.,"A service technician will replace the seat belt retractor, free of charge. Interim owner notification letters were mailed on June 22, 2021. Owner notification letters were expected to be mailed July 1, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293." -05/04/2021,21V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V310000),"Chrysler (FCA US, LLC)",Transmission Oil Cooler Hose May Leak,POWER TRAIN,Y18,Vehicle,18800,"Chrysler (FCA US LLC) is recalling certain 2021 Jeep Cherokee vehicles. The transmission oil cooler hose may have been incorrectly cured, allowing transmission fluid to leak.",A transmission fluid leak increases the risk of a fire.,"Dealers will inspect and replace the hose, free of charge. Owners notification letters were mailed May 18, 2021. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is Y18." -05/03/2021,21V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V307000),Arcimoto Inc,Failure Mode May Cause Over Steer,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,261,"Arcimoto Inc (Arcimoto) is recalling certain 2019-2021 FUV, 2020 Deliverator, 2020-2021 Roadster, and 2021 Rapid Responder motorcycles. The Steering Angle Sensor (SAS) may have been incorrectly calibrated, causing the SAS to fail to or incorrectly detect a fault.","The inverters may apply unequal torque after a failure mode is detected, causing over steer and increasing the risk of a crash.","A service technician will update the firmware and replace the idler arm, free of charge. Arcimoto does not intend to send any dealer or distributor notifications, as it has neither dealers nor distributors at this time. Owner notification letters were mailed May 27, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293." -05/03/2021,21V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V308000),Hyundai Motor America,Fuel Pipe Not Tightened Properly,"FUEL SYSTEM, GASOLINE",206,Vehicle,2,Hyundai Motor America (Hyundai) is recalling certain 2021 Santa Fe vehicles equipped with 2.5-litre Turbo engines. The fuel pipe connecting the high pressure fuel pump to the fuel rail may not have been tightened properly.,"An insufficiently tightened fuel pipe may leak fuel, increasing the risk of a fire.","Dealers inspected and tightened the fuel pipe connection, free of charge. The affected vehicles have been repaired and therefore no owner notification letters will be sent. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 206." -04/30/2021,21E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E038000),Mando America Corporation,Anti-Lock Brake System Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1639930,"Mando America Corporation (Mando) is recalling certain Anti-lock Brake System (ABS) modules, part number 58920-D3530, 58920-D9100, 58920-F6210, 58920-B1010, 58920-B1110, 58920-G9080, 58920-G9230, 58920-J5070, and 58920-J5170. The Anti-Lock Brake System (ABS) module could malfunction and short circuit.",An electrical short circuit increases the risk of an engine compartment fire while the vehicle is parked or driving.,The vehicle manufacturers have developed and will perform the remedy procedure. Owners may contact Mando customer service at 1-334-364-3600. -04/30/2021,21E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E039000),Mando America Corporation,Anti-Lock Brake System Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1254941,Mando America Corporation (Mando) is recalling certain Anti-lock Brake System (ABS) modules. The Anti-Lock Brake System (ABS) module may leak brake fluid and cause a short circuit.,An electrical short circuit increases the risk of an engine compartment fire while parked or driving.,The vehicle manufacturers have developed and will perform the remedy procedure. Owners may contact Mando customer service at 1-334-364-3600. -04/30/2021,21V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V306000),"Tiffin Motorhomes, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",TIF-116,Vehicle,3198,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2017-2021 Bus and Phaeton vehicles. The sealing washer may not seat correctly in the pilot bore, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Tiffin will work with Cummins to inspect the rail threads , and replace the rail and fuel lines if damage is found, free of charge. Owner notification letters were mailed August 11, 2021. Owners may contact Tiffin customer service at 1-256-356-8661." -04/30/2021,21V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V305000),Braun Northwest,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3,Braun Northwest is recalling certain 2013-2020 NorthStar Ambulance equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. The displays may experience low voltage spikes and cause the LCD display to lock up or become nonfunctional.,"A locked up or nonfunctional LCD display can delay emergency efforts, increasing the risk of injury.","Dealers will repair or replace the displays, free of charge. Owner notification letters were mailed on May 10, 2021. Owners may contact Braun Northwest customer service at 1-360-748-0195." -04/30/2021,21V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V304000),"KTM North America, Inc.",Weak Front Brake Return Spring May Reduce Braking,"SERVICE BRAKES, HYDRAULIC",KTM2106,Vehicle,3707,"KTM North America, Inc. (KTM) is recalling certain 2019-2020 KTM 790 Adventure and 790 Adventure R, and 2020 KTM 790 Adventure R Rally motorcycles. The front brake master cylinder piston return spring may be too weak to return the brake piston to its original position, reducing the functionality of the front brake.",A front brake with reduced functionality may increase the distance required to stop as well as the risk of a crash or injury.,"Dealers will replace the return spring, free of charge. Owner notification letters were mailed May 21, 2021. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is KTM2106." -04/29/2021,21E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E037000),"Full Vision, Inc.",Improper Strength of Rear Impact Guard/FMVSS 223,STRUCTURE,NR (Not Reported),Equipment,6,"Full Vision, Inc. (Full Vision) is recalling certain Rogers Brothers Rear Impact Guards, part number 315-07010. The rear impact guards may have been manufactured with steel that does not meet material specifications and may decrease the guard's strength. As such, the guards may fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 223, ""Rear Impact Guards.""",Inadequate strength of the rear impact guards can increase the risk of injury to occupants of a vehicle that impact the rear of the trailer during a crash.,"Owner notifications were mailed on May 17, 2021. Owners may contact Full Vision customer service at 1-316-283-3344." -04/28/2021,21V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V303000),Hyundai Motor America,Anti-Lock Brake System Module May Short,"SERVICE BRAKES, HYDRAULIC",205,Vehicle,151205,"Hyundai Motor America (Hyundai) is recalling certain 2013-2015 Santa Fe Sport vehicles. Brake fluid may leak inside the Anti-lock Brake System (ABS) module, possibly resulting in an electrical short.",An electrical short in the ABS module can increase the risk of an engine compartment fire while parked or driving.,"Dealers will replace the ABS multi-fuse, and inspect and replace the ABS module, as necessary, free of charge. Owners are advised to park outside and away from structures as a precaution until the recall repair is complete. Owner notification letters were mailed on August 25, 2021. Note: This recall includes all vehicles previously recalled under NHTSA recall number 20V-520. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 205." -04/28/2021,21V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V300000),Blue Bird Body Company,Drivetrain Malfunction Can Cause Loss of Power,POWER TRAIN,R21BG-SB,Vehicle,302,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2021 Vision and All American school buses. The drivetrain may experience an electromagnetic noise on the Control Area Network (CAN) bus, which may cause a loss of electrical power to the power steering pump.",A loss of assisted power steering increases the risk of a crash.,"The remedy for this recall is still under development. Interim owner notification letters were mailed on May 22, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242." -04/28/2021,21V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V298000),"BMW of North America, LLC",Front Seat Belt Buckle Assembly Malfunction,SEAT BELTS,NR (Not Reported),Vehicle,12,"BMW of North America, LLC (BMW) is recalling certain 2021 330i, 330i xDrive, M340i, M3, and 330e xDrive vehicles. The bolt securing the seat belt assembly to the frame was not tightened to specification.","An improperly installed seat belt assembly may not restrain an occupant as expected, increasing the risk of injury.","BMW will notify owners, and dealers will inspect the front seat belt buckle assembly connection and, if necessary, replace it, free of charge. Owner notification letters were mailed on June 25, 2021. Owners may contact BMW customer service at 1-800-525-7417." -04/28/2021,21V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V301000),Hyundai Motor America,Improperly Heat-Treated Piston Oil Rings,ENGINE,203,Vehicle,158493,"Hyundai Motor America (Hyundai) is recalling certain 2019-2020 Elantra, 2019-2021 Kona and Veloster vehicles equipped with 2.0L Nu MPI engines. The piston oil rings may not have been properly heat-treated, which could result in engine damage.","A damaged engine may stall, increasing the risk of a crash. In addition, oil may leak onto hot exhaust components, increasing the risk of a fire.","Dealers will inspect and, if necessary, replace the engine, free of charge. In addition, Hyundai will deploy Piston Ring Noise Sensing System (PNSS) software. Owner notification letters were mailed August 24, 2021. Owners may contact Hyundai customer service at 1-855-371-9460." -04/28/2021,21V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V302000),Hyundai Motor America,Seat Back Recliners Improperly Welded,SEATS,204,Vehicle,1464,Hyundai Motor America (Hyundai) is recalling certain 2021 Elantra vehicles. The driver and front passenger seat back recliners may have been improperly welded.,"An improperly welded seat back recliner could separate from the seat back frame during a crash, increasing the risk of injury.","Dealers will inspect and if necessary, replace the seat back frame assembly, free of charge. Owner notification letters were mailed on June 21, 2021. Owners may contact Hyundai customer service at 1-888-371-9460. Hyundai's number for this recall is 204." -04/28/2021,21V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V299000),"Suzuki Motor USA, LLC",Speedometer and Odometer May Fail,ELECTRICAL SYSTEM,2A96,Vehicle,270,"Suzuki Motor USA, LLC (Suzuki) is recalling certain 2019-2020 UH200 motorcycles. The speedometer assembly resistors may corrode and cause a loss of power to the wheel speed sensor, preventing the speedometer and odometer from displaying information.","The operator will not know the vehicle speed without a functioning speedometer, increasing the risk of a crash.","Dealers will replace the speedometer assembly, free of charge. Owner notification letters were mailed May 24, 2021. Owners may contact Suzuki customer service at 714-572-1490 or www.suzukicycles.com." -04/27/2021,21V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V297000),"Mitsubishi Fuso Truck of America, Inc.",Rear Leaf Spring May Break,SUSPENSION,C10117,Vehicle,335,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain 2019-2021 Fuso FEC7T vehicles. The rear leaf spring may break.","A broken rear spring leaf may become a road hazard, increasing the risk of a crash.","Dealers will replace the rear leaf spring assembly, free of charge. Owner notification letters were mailed on October 15, 2021. Owners may contact Mitsubishi customer service at 1-877-711-0707. MFTA's number for this recall is C10117." -04/26/2021,21V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V294000),"LGS Industries, Inc.",Axle Hanger Brackets May Fail,SUSPENSION,NR (Not Reported),Vehicle,5,"LGS Industries, Inc. (LSG) is recalling certain 2021 LOOK, Pace, and Cargo Express trailers. The aluminum axle hanger bracket that attaches the axle to the frame may separate and allow the axle to shift.","A bracket failure could affect vehicle stability, increasing the risk of a crash.","Dealers will weld a gusset onto both ends of the bracket, free of charge. Owner notification letters were mailed on May 25, 2021. Owners may contact LGS customer service at 1-877-475-5665." -04/26/2021,21V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V293000),"Mack Trucks, Inc.",Insufficient Lubrication in Steering Transfer Case,STEERING,SC0424,Vehicle,272,"Mack Trucks, Inc. (Mack) is recalling certain 2019-2020 LR vehicles. The steering transfer case may have an insufficient amount of oil.","The internal bearings may fail without sufficient lubrication, causing steering lock-up and increasing the risk of a crash.","Dealers will replace the transfer case, free of charge. Owner notifications letters were mailed on May 12, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0424." -04/26/2021,21V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V295000),"Volkswagen Group of America, Inc.",Rear Axle Lock Nuts May Break,SUSPENSION,42L1,Vehicle,40993,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Q7, Q8, Q5 Sportback, SQ5 Sportback, RS6 Avant, RS7, RS Q8, 2020-2021 Audi S6 sedan, Q5, A8, S8, A7, A6 Allroad, A5 Cabriolet, A4 sedan, A4 Allroad, SQ5, S7, A6 sedan, S5 coupe, S4 sedan, S5 Cabriolet, A5 coupe, 2019-2021 RS5 coupe, A5 Sportback, S5 Sportback, RS5 Sportback vehicles. The lock nut on the trailing arm of the rear axle may break due to stress corrosion.","A broken lock nut may misalign the rear axle, causing a loss of control and increasing the risk of a crash.","Dealers will replace the lock nuts and, if necessary, the associated bolts, free of charge. Owner notification letters were mailed June 4, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 42L1." -04/26/2021,21V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V292000),Keystone RV Company,Safety Chains Are Underrated For GVWR,EQUIPMENT,21-410,Vehicle,574,"Keystone RV Company (Keystone) is recalling certain 2021 Passport 282QB, 2400RB, 2704RK trailers. The safety chains installed are underrated for the Gross Vehicle Weight Rating (GVWR).","Underrated chains can allow the trailer to detach from the tow vehicle, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the safety chains, free of charge. Owners letters were mailed June 2, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-410." -04/23/2021,21V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V289000),"REV Ambulance Group Orlando, Inc.",Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain 2019-2021 Type I and IX vehicles equipped with Weldon V-Mux Vista IV LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, causing the LCD display to lock up or become nonfunctional, due to varying electrical installations.","A locked up or non-functional LCD display can delay emergency efforts, which can increase the risk of injury.","REV has notified owners, and Weldon, a division of Akron Brass will provide a replacement display, free of charge. Owner notification letters were mailed on May 5, 2021. Owners may contact REV customer servicer at 1-855-661-9232." -04/23/2021,21V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V290000),Rosenbauer America,Rear Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,36,"Rosenbauer America (Rosenbauer) is recalling certain 2016-2020 Commercial F-550, 2019 Commercial 7500, 2015 Commercial 7400, 2018 Commercial 7400, 2019 Commercial HV613, 2018-2019 Commander, 2017 Warrior, 2019 Warrior, 2016-2020 Commercial M2 106, 2017 Commercial M2 112, and 2021 Commercial 348 vehicles. The rear lights may be too bright. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may reduce the vision of other drivers, increasing the risk of a crash.","Dealers will provide a filter kit to be installed in the rear lights, free of charge. Owner notification letters were mailed on June 14, 2021. Owners may contact Rosenbauer customer service at 1-651-462-1000." -04/23/2021,21V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V291000),"Gillig, LLC",Roof Door May Accidentally Open,STRUCTURE,NR (Not Reported),Vehicle,229,"Gillig, LLC (Gillig) is recalling certain 2020-2021 29, 35, 40-foot Low Floor and BRT buses powered by Compressed Natural Gas (CNG). The overlap between the curb side and street side roof doors is insufficient and may allow the street side door to accidentally open.","An open door may strike another vehicle or structure, increasing the risk of a crash.","Dealers will install a new locking plate, overlap bracket, and mounting hardware, free of charge. Owner notification letters were mailed on May 14, 2021. Owner may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -04/23/2021,21V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V288000),"Mercedes-Benz USA, LLC",Water Intrusion from AC Drain Hose May Cause Short,EQUIPMENT,2021040024,Vehicle,6331,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 AMG GLE 53, 2020 GLE350, GLE450, GLE580, GLS450, and GLS580 vehicles. The air conditioner drain hoses may have been incorrectly installed, causing water to drain into the passenger compartment.","Water intrusion into the driver and passenger side foot wells may cause corrosion and/or short circuits to electrical components, increasing the risk of fire. In addition, the emergency call (eCall) feature may be disabled and the doors may not unlock, increasing the risk of injury. Also, the engine may not start or may enter a limp-home mode, increasing the risk of a crash.","Dealers will inspect and correct the air conditioner drain hoses, as necessary, free of charge. Owner notification letters were mailed June 4, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021040024." -04/23/2021,21V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V287000),"Forest River, Inc.",Wire with Incorrect Gauge May Melt,ELECTRICAL SYSTEM,203-1327,Vehicle,88,"Forest River, Inc. (Forest River) is recalling 2021 Coachment Catalina travel trailers. A wire with the incorrect gauge was routed from the battery and may melt.","A melted wire could cause a short, increasing the risk of a fire.","Forest River will notify owners, and dealers will replace the wire, free of charge. Owner notification letters were mailed May 13, 2021. Owners may contact Forest River customer service at 1-574-825-8657. Forest River's number for this recall is 203-1327." -04/22/2021,21V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V283000),"HME, Inc.",Aerial Bucket Self-Leveling May Malfunction,EQUIPMENT,NR (Not Reported),Vehicle,8,"HME, Inc. (HME) is recalling certain 2016-2021 AF1 and 1871 vehicles. The self-leveling function may malfunction, causing the aerial bucket to move beyond the level position.",Unexpected movement of the aerial bucket increases the risk of an injury.,"HME will reprogram the aerial controls and modify the hydraulic system, free of charge. Owner notification letters were mailed on June 2, 2021. Owners may contact HME customer service at 1-616-534-1463." -04/22/2021,21V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V282000),"HME, Inc.",Aerial Controls System Exposed Wiring,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,30,"HME, Inc. (HME) is recalling certain 2013-2021 AF1, 1871, and SFO vehicles. Insufficient voltage and/or cracked wiring insulation may cause the aerial controls system to fail.",Exposed wires can create a shock risk to the vehicle operator.,"HME will inspect and service all affected vehicles, including installation of new and replacement aerial components, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact HME customer service at 1-616-534-1463." -04/22/2021,21V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V284000),Blue Bird Body Company,Check Valve Retainer Not Properly Seated/FMVSS 121,"SERVICE BRAKES, AIR",R21BE-SB,Vehicle,1634,"Blue Bird Body Company (Blue Bird) is recalling certain 2020-2022 Vision and All American school buses. A retainer was not properly seated in the SC-3 single check valve and may not provide source air isolation when pressure is applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake System.""","Unintended spring brake application may occur, increasing the risk of a crash.","Dealers will replace the SC-3 check valves, free of charge. Owner notification letters were mailed on November 18, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BE-SB." -04/22/2021,21V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V285000),Blue Bird Body Company,Check Valve Retainer Not Properly Seated/FMVSS 121,"SERVICE BRAKES, AIR",R21BE-NSB,Vehicle,96,"Blue Bird Body Company (Blue Bird) is recalling certain 2022-2022 Vision and All American transit buses. A retainer was not properly seated in the SC-3 single check valve and may not provide source air isolation when pressure is applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake System.""","Unintended spring brake application may occur, increasing the risk of a crash.","Dealers will replace the SC-3 check valves, free of charge. Owner notification letters were on mailed November 18, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BE-NSB." -04/22/2021,21V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V281000),"Navistar, Inc.",Engine Wrist Pin Bushing May Fail,ENGINE,21505,Vehicle,10038,"Navistar, Inc. (Navistar) is recalling certain 2019-2021 International LT and RH trucks. The wrist pin may crack and cause connecting rod failure.","Connecting rod failure may cause a stall, increasing the risk of a crash.","Navistar will notify owners and dealers will install a detection system software to warn the driver prior to engine connecting rod failure and engines with a defective connecting rod will be repaired, free of charge. Vehicles previously repaired under Recall 20V255 that received only a software update will need to return to the dealer for the new remedy. Owner notification letters were mailed on June 11, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21505." -04/22/2021,21V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V278000),Dennis Eagle Inc.,Incorrect GVWR on Certification Label/FMVSS 120,EQUIPMENT,FSI1453,Vehicle,35,"Dennis Eagle, Inc. (Dennis Eagle) is recalling certain 2017-2021 Elite and Proview vehicles. The Incomplete Vehicle Document (IVD) may have the incorrect Gross Vehicle Weight Rating (GVWR) listed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars"" and 49 CFR Part 567, ""Certification.""","The operator may overload the vehicle, increasing the risk of a crash.","Dennis Eagle will notify owners, and dealers will provide corrected documents and labels, free of charge. Owner notification letters were mailed June 14, 2021. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1453." -04/22/2021,21V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V280000),"Chrysler (FCA US, LLC)",Loose or Missing Side Curtain Air Bag Fastener,AIR BAGS,Y16,Vehicle,2721,"Chrysler (FCA US, LLC) is recalling certain 2020-2021 Dodge Durango vehicles. The Side Air Bag Inflatable Curtain (SABIC) fastener may be loose or missing.","A loose or missing fastener may cause the side curtain air bag to deploy incorrectly, increasing the risk of injury.","Dealers will tighten or replace the fastener, free of charge. Owner notification letters were sent on May 7, 2021. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is Y16." -04/22/2021,21V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V286000),"Nissan North America, Inc.",Missing Internal Bushing In Brake Caliper,"SERVICE BRAKES, HYDRAULIC",PC804,Vehicle,14054,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Rogue vehicles. The rear left and/or right brake caliper assemblies may be missing an internal bushing, allowing the O-ring seal to move and brake fluid to leak.","A loss of brake fluid may reduce braking performance, increasing the risk of crash.","Dealers will inspect and replace the left and/or right rear brake calipers, as necessary, free of charge. Owner notification letters were mailed June 10, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC804." -04/22/2021,21V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V279000),Dennis Eagle Inc.,Owner's Manual Missing,EQUIPMENT,FSI1454,Vehicle,35,"Dennis Eagle, Inc. (Dennis Eagle) is recalling certain 2017-2021 Elite and Proview vehicles. The hard copy of the Quick Reference Guide (owner's manual) was not supplied with the vehicle.","If the owner's manual is missing, the operator will not have information about vehicle functions and other safety relevant information may be inaccurate and/or incomplete, which could lead to improper operation of the vehicle and increase the risk of a crash or injury.","Dennis Eagle will notify owners, and dealers will send out hard copies of the owner's manual, free of charge. Owner notification letters were mailed on June 13, 2021. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1454." -04/21/2021,21V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V273000),"Volvo Car USA, LLC",Front Seat Movement May Trap Rear Passenger,ELECTRICAL SYSTEM,R10093,Vehicle,162,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2016-2020 XC90 Excellence vehicles. Liquid or condensation on the rear seat control display may cause the front passenger seat to move back as far as possible.","The rear passenger may become trapped by the front seat without the ability to cancel the seat's movement, increasing the risk of injury.","Volvo Car will notify owners, and dealers will update the rear seat control display software, free of charge. Owner notification letters were mailed July 14, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10093." -04/21/2021,21V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V277000),Kia Motors America,Fuel Rail Tube May Leak,"FUEL SYSTEM, GASOLINE",SC211,Vehicle,2744,Kia Motors America (Kia) is recalling certain 2022 Carnival vehicles. The plastic fuel rail tube may have been damaged.,"A damaged fuel rail tube may leak fuel, increasing the risk of a fire.","Kia will notify owners, and dealers will inspect, and if necessary, replace the multi-port injection fuel rail, free of charge. The recall began April 30, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC211." -04/21/2021,21V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V275000),"Airstream, Inc.",Incorrect Capacity Weight On Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,288,"Airstream, Inc. (Airstream) is recalling certain 2020-2021 Interstate vehicles. The Federal Gross Vehicle Weight Rating (GVWR) may have incorrect occupant cargo carrying capacity weight listed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars"" and 49 CFR Part 567, ""Certification.""","The operator may overload the vehicle, increasing the risk of a crash.","Airstream will notify owners, and provide a new label, free of charge. Owner letters were mailed June 10, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -04/21/2021,21E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E035000),Weldon Division of Akron Brass,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,TSB 20-10,Equipment,181,"Akron Brass Company (Akron Brass) Weldon Division is recalling certain Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Akron Brass will notify owners, and dealers will replace the IV Standard LCD displays, free of charge. The recall began April 28, 2021. Owners may contact Akron Brass customer service at 1-800-228-1161. Akron Brass's number for this recall is TSB 20-10." -04/21/2021,21V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V271000),"Porsche Cars North America, Inc.",Rear Axle Lock Nuts May Break,SUSPENSION,AMA9,Vehicle,1568,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Cayenne, Cayenne S, Cayenne Turbo, Cayenne GTS, Cayenne Coupe, Cayenne S Coupe, Cayenne Turbo Coupe, and Cayenne GTS Coupe vehicles. The lock nut on the trailing arm of the rear axle may break due to stress corrosion.","A broken lock nut may misalign the rear axle, causing a loss of control and increasing the risk of a crash.","Porsche will notify owners, and dealers will replace the lock nuts, free of charge. The recall began on June 18, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA9." -04/21/2021,21V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V276000),"Bentley Motors, Inc.",Rear Axle Lock Nuts May Break,SUSPENSION,RE21/17 (RB98),Vehicle,206,"Bentley Motors, Inc. (Bentley) is recalling certain 2021 Bentayga vehicles. The lock nut on the trailing arm of the rear axle may break due to stress corrosion.","A broken lock nut may misalign the rear axle, causing a loss of control and increasing the risk of a crash.","Bentley will notify owners, and dealers will replace the lock nuts, free of charge. Owner letters were mailed on June 16, 2021. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE21/17 (RB98)." -04/21/2021,21V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V274000),"Volkswagen Group of America, Inc.",TPMS May Misidentify the Affected Tire/FMVSS 138,TIRES,44R2,Vehicle,149,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Arteon vehicles. The Tire Pressure Monitoring System (TPMS) sensors were incorrectly calibrated and may not detect the position of a wheel sensor after tire rotation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 138, ""Tire Pressure Monitoring Systems.""","The TPMS may misidentify a tire with low air pressure, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the wheel electronics and tire valves, free of charge. Owner notification letters were mailed on May 25, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 44R2." -04/21/2021,21V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V270000),Vermeer Manufacturing Company,Undercarriage Frame May Crack,STRUCTURE,IK4078,Vehicle,286,Vermeer Manufacturing Company (Vermeer) is recalling certain 2015-2021 AX19 brush chipper trailers. A crack may develop in the undercarriage frame and cause the frame to bend.,"A bent frame may cause a loss of control, increasing the risk of a crash.","The remedy is still under development. Vermeer issued owners an interim notification letter on May 27, 2021. Owner notification letters were mailed on June 17, 2021. Owners may contact Vermeer customer service at 1-800-829-0051 ext. 7060. Vermeer's number for this recall is IK4078." -04/21/2021,21V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V272000),"Airstream, Inc.",Undersized Wire May Melt,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,180,"Airstream, Inc. (Airstream) is recalling certain 2021 Interstate 19 touring coaches. The wiring harness for the radio may have an undersized wire.","An undersized wire may melt, increasing the risk of a fire.","Airstream will notify owners, and dealers will replace the circuit breaker to limit the current passing through the wire to prevent an overload condition, free of charge. Owner letters were mailed June 18, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -04/20/2021,21E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E033000),"Cummins, Inc.",Drivetrain Malfunction Can Cause Loss of Power,POWER TRAIN,NR (Not Reported),Equipment,329,"Cummins, Inc. (Cummins) is recalling certain PowerDrive EV part numbers 4000EV, 6000EV, and 7000EV electric drivetrains. The drivetrain may experience an electromagnetic noise on the Control Area Network (CAN) bus, which can cause a loss of electrical power to the power steering pump.",A loss of assisted power steering increases the risk of a crash.,"Dealers will replace the High Voltage Low Power Inverter Harness, and install an overlay harness, free of charge. Owners notification letters were mailed October 25, 2021. Owners may contact Cummins customer service at 1-800-286-6467." -04/20/2021,21E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E032000),"Cummins, Inc.",High Pressure Fuel Rail Assembly May Leak Fuel,"FUEL SYSTEM, DIESEL",NR (Not Reported),Equipment,45334,"Cummins, Inc. (Cummins) is recalling certain L9 part number D0K3003BX03 and ISX12 part number D563025BX03 diesel engines. The sealing washer may not seat correctly in the pilot bore holes, allowing the high pressure fuel rail assembly to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Dealers will inspect the rail threads and fuel lines, and replace the rail as necessary, free of charge. Owner letters were mailed July 30, 2021. Owners may contact Cummins customer service at 1-800-286-6467." -04/20/2021,21V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V269000),"Manac, Inc.",Steering Arm May Detach,STEERING,NR (Not Reported),Vehicle,11,"Manac, Inc. (Manac) is recalling certain 2018-2019 Steel Platforms (10450A140), 2019 Transfer Trailer (36453C038), and 2019 Square Dump Trailer (41336B739). The steer arm bolts may break, allowing the steer arm to detach from the steering knuckle.","A detached steer arm may drag, increasing the risk of injury.","Manac will notify owners, and Dexter dealers will weld the steering arm to the knuckle, free of charge. The recall began on June 17, 2021. Owners may contact Manac customer service at 1-800-361-7900." -04/19/2021,21V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V268000),"Proterra Operating Company, Inc.",Software May Allow Rear Door To Open Unexpectely,ELECTRICAL SYSTEM,SC-21-085,Vehicle,12,"Proterra, Inc. (Proterra) is recalling certain 2019-2020 Catalyst 40 foot buses. A software defect in the body controller that operates the door motor may allow the rear door to open unexpectedly.","The rear door may open without the driver's awareness, increasing the risk of injury.","Proterra will notify owners, and dealers will update the software, free of charge. Owner notification letters were mailed on June 11, 2021. Owners may contact Proterra customer service at 1-864-438-0000." -04/16/2021,21V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V267000),Pioneer Coach Interiors Inc.,Electronic Control Center Circuit Board May Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5,Pioneer Coach Interiors Inc. (Pioneer) is recalling certain 2019-2020 Prevost X3 and H3 vehicles. The electronic control center circuit board may be damaged by voltages over 18 volts.,A damaged circuit board increases the risk of a fire.,"Pioneer will notify owners, and dealers will install a protection module, free of charge. The recall was completed January 31, 2021. Owners may contact Pioneer customer service at 1-615-860-1690." -04/16/2021,21E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E028000),"Meritor, Inc.",Insufficiently Crimped Wires In ePowertrain,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,15,"Meritor, Inc. (Meritor) is recalling certain 14Xe ePowertrains part numbers A-3200A2653-657, A-3200D2656-478. The stator assembly wires may have been insufficiently crimped, causing high resistance, overheating, and preventing the high voltage system from starting.","A loss of power to the system may cause loss of motive power, increasing the risk of a crash.","Meritor will notify owners, and dealers will replace the stator, free of charge. Owner letters were mailed May 14, 2021. Owners may contact Meritor customer service at 1-866-668-7221." -04/16/2021,21E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E030000),TSE Brakes,Spring Brake Chamber Assembled Incorrectly,PARKING BRAKE,NR (Not Reported),Equipment,3506,"TSE Brake (TSE) is recalling certain Omni Tandem Brake Chambers part number 2024TLD2-1946. The spring brake chamber may have been assembled with incorrect springs that were out of specification, which can cause the pressure plate to shift.","The pressure plate may tear the diaphragm, causing a loss of air pressure, and increasing the risk of a crash.","TSE will notify owners, and dealers will inspect and replace the brake chambers, free of charge. Owner notification letters were mailed on April 27, 2021. Owners may contact TSE customer service at 1-256-736-6275." -04/16/2021,21E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E029000),"Daimler Trucks North America, LLC",Steering Arm and Tie Rod Bolts May Fracture,STEERING,FL-884,Equipment,172,"Daimler Trucks North America, LLC (DTNA) is recalling certain Detroit Model 2 and 3 axles. The steering arm and tie rod bolts may have a defective seam that can fracture.","A fractured bolt may cause a loss of steering, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the tie rod arm and steering arm bolts, free of charge. The recall began on June 10, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-884." -04/15/2021,21V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V264000),"Subaru of America, Inc.",ECM Software May Cause Stall,ELECTRICAL SYSTEM,WRE-21,Vehicle,466205,"Subaru of America, Inc. (Subaru) is recalling certain 2017-2019 Subaru Impreza and 2018-2019 Crosstrek vehicles. The Engine Control Module (ECM) may continue to power the ignition coil after the engine is shut off, causing a short circuit.","A short circuit in the ignition coils may cause a stall, increasing the risk of a crash.","Subaru will notify owners, and dealers will update the ECM software, replace the ignition coils and, if necessary, the front exhaust pipe, free of charge. Owner notification letters were mailed beginning June 1, 2021. Owners can contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRE-21. Note: This recall includes all vehicles previously repaired under Recall 19V743." -04/15/2021,21V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V266000),"Daimler Trucks North America, LLC",Positive Battery Cable Terminal May Short,ELECTRICAL SYSTEM,FL885,Vehicle,11,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Thomas Built Buses Minotour. The positive battery cable terminals may contact a fuse block assembly attachment post and cause an electrical short circuit.",A short-circuit can increase the risk of a fire.,"GM will notify owners, and GM dealers will remove a portion of the anti-rotation tab on both positive battery cable terminals near the fuse block assembly attachments, free of charge. The recall began on May 3, 2021. Owners may contact DTNA customer service at 1-800-547-0712 and GMC customer service at 1-800-462-8782. DTNA's number for this recall is FL885." -04/15/2021,21V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V263000),"Subaru of America, Inc.",Rear Stabilizer Bracket Bolts May Detach,SUSPENSION,WRD-21,Vehicle,408271,"Subaru of America, Inc. (Subaru) is recalling certain 2018-2019 Subaru Crosstrek, 2019 Crosstrek Hybrid, and 2019 Forester vehicles. The rear stabilizer bracket bolts may loosen and detach.","Missing bolts may allow the rear stabilizer bracket to shift, increasing the risk of a crash.","Subaru will notify owners, and dealers will retorque and replace any missing bolts, free of charge. Owner notification letters were mailed May 17, 2021. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRD-21." -04/15/2021,21V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V265000),"Tiffin Motorhomes, Inc.",Roof Mounted Body Panel May Become Detached,STRUCTURE,TIF-115,Vehicle,215,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021 Phaeton motorhomes, equipped with a roof mounted passenger side awning. A roof mounted body panel may have been improperly attached to the roof.","The roof mounted body panel may detach and become a road hazard, increasing the risk of a crash.","Tiffin will notify owners, and dealers will inspect and, if necessary, properly adhere the body panel, free of charge. Owner letters were mailed April 26, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-115." -04/13/2021,21V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V260000),Kia Motors America,Foreign Particles May Cause Oil Pump to Fail,ENGINE AND ENGINE COOLING,SC210,Vehicle,4069,"Kia Motors America (Kia) is recalling certain 2017-2018 Forte vehicles equipped with a 2.0L Nu MPI engine. Foreign particles may stick inside the oil pump, which may cause an oil pump failure and engine damage.","A damaged engine may stall, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the oil pan, free of charge. Owner letters were mailed August 16, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC210." -04/13/2021,21V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V259000),Kia Motors America,Improperly Heat-Treated Piston Oil Rings,ENGINE,SC209,Vehicle,147249,"Kia Motors America (Kia) is recalling certain 2020-2021 Soul, and 2021 Seltos vehicles equipped with 2.0L Nu MPI engines. The piston oil rings may not have been properly heat-treated, which may result in engine damage.","A damaged engine may stall, increasing the risk of a crash. In addition, oil may leak onto hot exhaust components, increasing the risk of a fire.","Kia will notify owners, and dealers will inspect and, if necessary, replace the engine, free of charge. In addition, Kia will deploy Piston Ring Noise Sensing System (PNSS) software. The recall began June 11, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC209." -04/13/2021,21V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V261000),"Tropos Technologies, Inc.",Motor Controller May Not Govern Speed/FMVSS 500,ELECTRICAL SYSTEM,TRO-21-02,Vehicle,72,"Tropos Technologies, Inc. (Tropos) is recalling certain 2019 Tropos ABLE ST vehicles. The motor controller firmware may not prevent the vehicle from exceeding 25 mph. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 500, ""Low Speed Vehicles.""",Driving over 25 mph in a low speed vehicle increases the risk of injury during a crash.,"Tropos will notify owners, and dealers will update the motor controller firmware, free of charge. Owner notification letters were mailed beginning April 26, 2021. Owners may contact Tropos customer service at 1-408-571-6104. Tropos number for this recall is TRO-21-02." -04/13/2021,21V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V257000),Toyota Motor Engineering & Manufacturing,Side Curtain Air Bags May Not Deploy,AIR BAGS,21TB01 / 21TA01,Vehicle,279040,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2009-2015 Venza vehicles. The Supplemental Restraint System (SRS) wiring may become damaged with regular use of the driver-side door.,"Damaged wires may cause the air bag sensor to become inoperable, preventing the deployment of the side and curtain air bags on the driver side and increasing the risk of injury during a crash.","Dealers will inspect and, if necessary, replace the driver-side front door wire harness, free of charge. Owner notification letters were mailed October 19, 2021. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 21TB01/21TA01." -04/13/2021,21V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V258000),Newmar Corporation,Steering Output Shaft May Disconnect,STEERING,21V-214,Vehicle,19,"Newmar Corporation (Newmar) is recalling certain 2021 London Aire, Dutch Star, New Aire, Ventana, and Mountain Aire vehicles. The steering output shaft may be too short and could disengage from the steering input shaft.","Disengagement of the steering output shaft may result in a loss of steering, increasing the risk of a crash.","Newmar will notify owners, and dealers will inspect and, if necessary, replace the steering column, free of charge. The recall began on May 19, 2021. Owners may contact Newmar customer service at 1-800-731-8300 and Shyft Group customer service at 1-800-582-3454. Newmar's number for this recall is 21V-214." -04/13/2021,21V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V262000),PACCAR Incorporated,Vehicle May Start When Not In PARK/FMVSS 102,POWER TRAIN,21KWB,Vehicle,53,"PACCAR Incorporated (PACCAR) is recalling certain 2022 Kenworth T440, T470, T800, and W900 vehicles. The starter interrupt may allow the vehicle to start when the transmission is not in PARK. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 102, ""Transmission shift position sequence, starter interlock, and transmission braking effect.""","Starting the vehicle when the transmission is not in PARK may cause unintended vehicle movement, increasing the risk of a crash.","Paccar will notify owners, and dealers will inspect and reconnect the transmission and chassis harness, free of charge. Owner notification letters were mailed on May 26, 2021. Owners may contact PACCAR customer service at 1-425-828-5888. PACCAR's number for this recall is 21KWB." -04/12/2021,21V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V253000),Blue Bird Body Company,Electric Drivetrain Malfunction,ELECTRICAL SYSTEM,R21BD-SB,Vehicle,292,Blue Bird Body Company (Blue Bird) is recalling certain 2018-2021 Vision and All American school buses. The electric drive train cannot detect isolation faults when the high voltage contactors are closed.,"An undetected high voltage isolation can expose service personnel to high voltage, increasing the risk of injury.","Blue Bird will notify owners, and dealers will update the Vehicle Control Unit software or install a different combination of High Voltage Power Distribution Unit hardware, free of charge. The recall began on May 22, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BD-SB." -04/12/2021,21V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V255000),"Daimler Trucks North America, LLC",Steering Arm and Tie Rod Bolts May Fracture,STEERING,FL-884,Vehicle,1252,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner EFX, and Saf-T-Liner HDX school buses. The steering arm and tie rod bolts may have a defective seam that can fracture.","A fractured bolt may cause a loss of steering, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the tie rod arm bolts and steering arm, free of charge. The recall began on June 10, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-884." -04/12/2021,21V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V256000),"Daimler Trucks North America, LLC",Steering Arm and Tie Rod Bolts May Fracture,STEERING,FL-884,Vehicle,12470,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Freightliner Cascadia, Business Class M2, 114SD, 108SD, 122SD, Custom Chass S2 Chassis, Custom Chass XB Chassis, Custom Chass XC Chassis, and Custom Chass MT Chassis Western Star 4700, 4900, 5700 vehicles. The steering arm and tie rod bolts may have a defective seam that can fracture.","A fractured bolt may cause a loss of steering, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the tie rod arm and steering arm bolts, free of charge. The recall began on June 10, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-884." -04/12/2021,21E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E027000),Tenneco Automotive,Upper Ball Joint May Be Installed Incorrectly,SUSPENSION,NR (Not Reported),Equipment,2394,"Tenneco Automotive (DRiV) is recalling certain MOOG K500359 ball joints, for aftermarket installation on 2015-2018 Ford F-150 trucks. The ball joint may have a misaligned dust boot and may be missing alignment hole and installation warning tag, which may lead to improper alignment of the ball joint.","An incorrectly installed ball joint may cause the ball joint stud to break, which can compromise front wheel control, increasing the risk of a crash.","DRiV will notify owners, and dealers will inspect, and if necessary replace the ball joint, free of charge. Owner letters were mailed May 5, 2021. Owners may contact Tenneco Automotive customer service at 1-877-489-6659." -04/12/2021,21V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V254000),Omaha Standard,Weld Fatigue May Cause Tarp Arm To Break,EQUIPMENT,NR (Not Reported),Vehicle,82,Omaha Standard is recalling certain 2019-2021 vehicles equipped with American Roll-Off Cable Hoist and Hook Lift products. Fatigue failure of the welded gusset may cause the tarp arms to break.,"Broken tarp arms may fail, increasing the risk of injury.","Omaha Standard will notify owners, and dealers will replace the tarp arms, free of charge. The recall began on May 10, 2021. Owners may contact Omaha Standard customer service at 1-609-588-5400." -04/10/2021,21V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V252000),"Spartan Fire, LLC",Broken Shaft Seal May Cause Loss of Power Steering,STEERING,21006,Vehicle,243,"Spartan Fire, LLC (Spartan Fire) is recalling certain 2019-2021 Spartan Fire Gladiator and MetroStar vehicles. Pressure may build in the power steering pump and break the shaft seal, resulting in a loss of power steering assist.",A loss of power steering assist may increase the risk of a crash.,"Spartan Fire will notify owners, and dealers will provide a new power steering pump, free of charge. The recall began on June 4, 2021. Owners may contact Spartan Fire customer service at 1-517-543-6400." -04/09/2021,21V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V250000),Keystone RV Company,Incorrect Crank Handle on Egress Window,STRUCTURE,21-407,Vehicle,216,Keystone RV Company (Keystone) is recalling certain 2020-2021 Keystone Bullet 34BIPR trailers. The bedroom emergency egress window may have an incorrect crank handle installed.,"An incorrect handle may make it difficult to open the window in an emergency, increasing the risk of injury.","Keystone will notify owners, and dealers will replace the crank handle, free of charge. Owner letters were mailed May 7, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-407." -04/09/2021,21V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V251000),"Yamaha Motor Corporation, USA",Missing Primary Sheave Nut May Cause Engine Stall,ENGINE,990145,Vehicle,4262,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2020 Yamaha XC155 scooters. The primary sheave nut may loosen and fall off.","A missing primary sheave nut may cause a stall, without the ability to restart the engine, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the primary retaining nut and washer with one of a new design, free of charge. Owner notification letters were mailed on April 28, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990145. Note: Owners are advised not to ride their scooter until the remedy has been preformed." -04/09/2021,21E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E026000),BorgWarner,Missing or Loose Bolts on Start/Stop Accumulator,POWER TRAIN,NR (Not Reported),Equipment,515,"BorgWarner (BorgWarner) is recalling certain Ford and GM Start Stop Accumulator (SSA) part# JM5P7P184BE size 180X110X140mm, JM5P7P184CB size 180X110X140mm, JM5P7P184CA size 180X110X140mm, part# 24292629, 24292557 size 190X110X140mm. The start/stop accumulator may have missing or loose bolts, allowing oil to leak.","An oil leak can cause loss of transmission function, increasing the risk of a crash. An oil leak can increase the risk of a fire in the presence of an ignition source.",The remedy for this recall is still under development. The manufacturer has not yet provided a schedule for recall notification. Owners may contact BorgWarner customer service at 1-864-710-9450. -04/08/2021,21V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V247000),Keystone RV Company,Door Fasteners Can Strip Allowing Door to Detach,LATCHES/LOCKS/LINKAGES,21-404,Vehicle,110,"Keystone RV Company (Keystone) is recalling 2020-2021 Dutchmen Aspen Trail 2760THS, 3250THS, and 3251THS trailers. The ramp door fasteners may be installed improperly causing them to strip.","The stripped fasteners can pull out of the frame, detaching the rear door and increasing the risk of injury.","Keystone will notify owners, and dealers will inspect the hinge fasteners and add nuts with a lock washer, free of charge. Owner notification letters were mailed no April 30, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-404." -04/08/2021,21V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V245000),"General Motors, LLC",Driver's Seat Belt Tensioner Cable May Separate,SEAT BELTS,N212330040,Vehicle,2568,"General Motors, LLC (GM) is recalling certain 2014-2016 Chevrolet Silverado 1500, 2015-2016 Chevrolet Tahoe, and 2014-2015 GMC Sierra 1500 vehicles that may have received an incorrect replacement tensioner cable assembly as part of a previous recall remedy or a subsequent repair. The flexible steel cable connecting the driver's seat belt to the outboard side of the seat may be repeatedly bent over the seat side shield as the driver enters and exits the vehicle causing the cable to fatigue and separate.","A broken pretensioner cable reduces the effectiveness of the driver's seat belt, increasing the risk of injury.","GM will notify owners, and dealers will replace the driver seat belt lap pretensioner, free of charge. The recall began on May 5, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is N212330040." -04/08/2021,21V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V248000),"Jaguar Land Rover North America, LLC",Missing Welds May Weaken Rear Rail Assembly,STRUCTURE,H349,Vehicle,3,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017-2018 and 2020 Jaguar XE vehicles that received a replacement rear rail assembly as part of a service repair. Missing spot welds may weaken the structural strength of the rear rail assembly.",The weakened rear rail assembly may allow the rear bumper beam to detach when the vehicle is being towed or the tow-bar assembly to detach when towing a trailer. Either of these scenarios can increase the risk of a crash.,"Jaguar will notify owners, and dealers will replace the rear rail assembly, free of charge. Owner letters were mailed May 7, 2021. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H349." -04/08/2021,21V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V249000),Honda (American Honda Motor Co.),Rear Cushion Connecting Plate(s) May Break,STRUCTURE,KL9,Vehicle,89,"Honda (American Honda Motor Co.) is recalling certain 2021 CBR1000RR-R Fireblade SP motorcycles. The rear cushion connecting plate(s) may have been installed incorrectly, which may cause the plate(s) to break.","Broken plate(s) may cause a sudden drop to the vehicle height, increasing the risk of a crash or injury.","Honda will notify owners, and dealers will inspect and, as necessary, replace both rear cushion connecting plates free of charge. Owner notification letters were mailed June 7, 2021. Owners may contact Honda Powersports customer service at 1-866-784-1870. Honda's number for this recall is KL9." -04/08/2021,21V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V246000),"General Motors, LLC",Side Curtain Air Bags May be Unsecured,AIR BAGS,N202321200,Vehicle,108,"General Motors, LLC (GM) is recalling certain 2010-2015, 2017 Buick Enclave, 2010-2019 Chevrolet Traverse, and 2011-2016 GMC Acadia vehicles. The side curtain air bags may not be properly attached.","Unsecured side curtain air bags may not perform as intended, increasing the risk of injury.","GM will notify owners, and dealers will inspect and, if necessary, realign or replace the weld nuts, free of charge. Owner notification letters were mailed on May 24, 2021. Owners may contact Buick customer service at 1-800-521-7300, Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is N202321200." -04/08/2021,21E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E025000),"Meritor, Inc.",Spring Brake Chamber Assembled Incorrectly,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2918,"Meritor, Inc. (Meritor) is recalling certain TSE T2024 Air Chamber Part Number D3 3376T20. The spring brake chamber may have been assembled with incorrect springs that were out of specification, which can cause the pressure plate to shift.","The pressure plate may tear the diaphragm, causing a loss of air pressure, and increasing the risk of a crash.","Meritor will notify the affected vehicle OEMs and will inspect the pressure plate and replace brake chambers where the pressure plate has shifted, free of charge. Owner letters were mailed May 10, 2021. Owners may contact Meritor customer service at 1-866-668-7221." -04/07/2021,21V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V244000),"New Flyer of America, Inc.",Inverter Error May Shutdown Electric Drive,ELECTRICAL SYSTEM,R21-005,Vehicle,227,"New Flyer of America, Inc. (New Flyer) is recalling certain 2013-2021 XE40, 2019-2021 XE35, 2018-2021 XE60, 2016-2019 XHE40, and 2015 XHE60 vehicles. Firmware errors in the inverters may cause the electric drive system to shutdown.",A sudden loss of power increases the risk of a crash.,"New Flyer will notify owners, and dealers will update firmware software, free of charge. The recall began on April 19, 2021. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R21-005." -04/07/2021,21V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V243000),Utility Trailer Manufacturing Company,Missing Horizontal Weld,STRUCTURE,SB-07-015,Vehicle,2752,"Utility Trailer Manufacturing Company (Utility Trailer) is recalling certain 2006-2021 VS2DC, VS2DX, VS3DX trailers. The horizontal weld that attaches a mild steel angle to the slider rail for super doubles/pintle hook operations may be missing.","Without the weld, the slider rail may detach from the trailer, increasing the risk of a crash.","Utility Trailer will notify owners, and dealers will inspect and, if necessary, add the weld, free of charge. Owner notification letters were mailed on April 9, 2021. Owners may contact Utility Trailer customer service at 1-800-423-6591. Utility Trailer's number for this recall is SB-07-015." -04/06/2021,21V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V242000),Arcimoto Inc,Exceeding Charge Limit May Cause Battery Shutdown,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,252,"Arcimoto Inc. (Arcimoto) is recalling certain 2019-2021 FUV, 2020-2021 Deliverator and Roadster, and 2021 Rapid Responder motorcycles. The inverter�s firmware may allow the vehicle�s battery to shutdown without warning.","Opening the main contactor may cause a battery shutdown and loss of motive power, increasing the risk of a crash.","Arcimoto will notify owners, and will update the firmware, free of charge. The recall began April 27, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293." -04/06/2021,21V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V241000),"Daimler Vans USA, LLC",Hydraulic Power Steering Hoses May Detach,STEERING,NV3LETULPX,Vehicle,4444,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The hydraulic power steering return line hoses may detach and cause hydraulic fluid to leak.","A hydraulic fluid leak may cause a sudden loss of power steering assist, increasing the risk of a crash.","DVUSA will notify owners, and dealers will install a screw-type clamp, free of charge. Owner notification letters were mailed on May 28, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is NV3LETULPX." -04/06/2021,21V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V240000),Keystone RV Company,Spare Tire Carrier Mounted Incorrect Location,STRUCTURE,21-405,Vehicle,233,Keystone RV Company (Keystone) is recalling certain 2021 Passport 282QB trailers equipped with a rear compartment door. The spare tire is mounted to the rear wall in a way that obstructs the view of the left taillight.,A taillight not visible to other drivers increases the risk of a crash.,"Keystone will notify owners, and dealers will relocate the spare, free of charge Owner notification letters were mailed April 30, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-405." -04/05/2021,21V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V235000),"Daimler Vans USA, LLC",Instrument Cluster Display Too Bright/FMVSS 101,ELECTRICAL SYSTEM,VS3DISPKI,Vehicle,1285,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The multifunctional display in the instrument cluster may not be adjustable and appear too bright in certain lighting conditions. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","A display that is too bright can hinder the driver's vision, increasing the risk of a crash.","DVUSA will notify owners, and dealers will update the instrument cluster software, free of charge. Owner notification letters were mailed on May 28, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3DISPKI." -04/05/2021,21V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V236000),"Forest River, Inc.",Pin Box May Be Underrated for Gross Weight,STRUCTURE,10C-1319,Vehicle,211,"Forest River, Inc. (Forest River) is recalling certain 2021 Forest River Rockwood and Flagstaff fifth wheels recreational vehicles. The pin box may be under-rated for the Gross Vehicle Weight Rating (GVWR) of the vehicle.","The underrated pin-box may fail, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect, and if necessary replace the pin box, free of charge. Owner letters were mailed May 7, 2021. Owners may contact Forest River customer service at 1-574-642-8943. Forest River's number for this recall is 10C-1319." -04/05/2021,21V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V239000),"Altec Industries, Inc.",Rotation Bearing Fasteners May Break,STRUCTURE,CSN 807,Vehicle,120,"Altec Industries, Inc. (Altec) is recalling certain 2017-2018 AT37/41/48M, AT41P, AT48S, L37M, L42A, and TA40 aerial device vehicles. The rotation bearing fasteners may experience stress corrosion cracking.","Cracked rotation bearing fasteners may break, causing separation of the pedestal and turntable, increasing the risk of death and/or jury.","Altec will notify owners, and dealers will replace the rotation bearing fasteners, free of charge. The recall began on May 21, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 807." -04/05/2021,21V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V238000),Stargate Manufacturing Ltd,Steering Arm May Detach,STEERING,SB009R,Vehicle,6,"Stargate Manufacturing Ltd (Stargate) is recalling certain 2018-2019 DUMP trailers equipped with the Smart-Steer 2.0 self-steering axle with a bolt-on steer arm at 8-7/8"" tie-rod location. Under heavy loading, the bolts attaching the steer arm to the knuckle can shear.","The steer arm can detach from the knuckle and drag, increasing the risk of a crash.","Stargate will notify owners, and dealers will weld the steering arm and/or replace the defective bolts, free of charge. The recall began on June 4, 2021. Owners may contact Stargate customer service at 1-905-636-6888, extension 30. Stargate's number for this recall is SB009R." -04/05/2021,21V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V237000),"Daimler Vans USA, LLC",VIN Label Incorrect/FMVSS 567,EQUIPMENT,VS3VINCHA,Vehicle,1,"Daimler Vans USA, LLC (DVUSA) is recalling one 2019 Mercedes Benz Sprinter vehicle. The VIN number listed on the vehicle's dash board, certification label, and body-in-white do not match. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 567, ""Certification.""","The consumer may not receive information about open safety-recall campaigns, increasing the risk of injury, a crash, or fire.","DVUSA will notify the owner, and a dealer will replace the VIN listed on the vehicle's dash board and certification label, free of charge. The recall began May 11, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3VINCHA." -04/04/2021,21V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V234000),"Nissan North America, Inc.",Engine Control Module May Cause Stall,ENGINE AND ENGINE COOLING,R20C5,Vehicle,12943,"Nissan North America, Inc. (INFINITI) is recalling certain 2021 INFINITI Q50 and Q60 vehicles. After detecting rapid acceleration, the Engine Control Module (ECM) may incorrectly reduce engine power and reduce fuel supply to the engine.","A lack of fuel may cause an engine stall, increasing the risk of a crash.","INFINITI will notify owners, and dealers will reprogram the ECM software, free of charge. The recall began on May 25, 2021. Owners may contact INFINITI customer service at 1-800-662-6200. INFINITI's number for this recall is R20C5." -04/01/2021,21V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V226000),"Navistar, Inc.",Air Leak In Spring Brake Chamber,PARKING BRAKE,21502,Vehicle,615,"Navistar, Inc. (Navistar) is recalling certain 2021 International LT and International RH vehicles. The spring inside the spring brake chamber may allow the pressure plate to shift and wear a hole through the diaphragm.","A hole in the diaphragm may cause an air leak, causing the parking brake to engage and increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect and, as necessary, replace the spring brake chambers, free of charge. Owner notification letters were mailed on May 28, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21502." -04/01/2021,21V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V230000),"Mercedes-Benz USA, LLC",Faulty Front Seat Position Switch,AIR BAGS,2021040016,Vehicle,8634,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 C-Class, E-Class, E-Class Coupe and Convertible, GLC, CLS, AMG GT 4-door Coupe and G-Class vehicles. Please refer to MBUSA's recall report for specific vehicle model details. A faulty electrical contact within the seat position switch may prevent the driver and passenger air bags and seat belt force limiters from properly activating during a crash.",Air bags and seat belts that do not perform properly in a crash can increase the risk of injury.,"MBUSA will notify owners, and dealers will replace the seat position switches, free of charge. Owner letters were mailed May 21, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021040016." -04/01/2021,21V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V229000),"Mercedes-Benz USA, LLC",Possible Loss of Steering Control,STEERING,2021060001,Vehicle,4992,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 B250e, CLA250, 2017-2018 AMG CLA45, GLA250, and AMG GLA45 vehicles. The steering shaft bore hole for the universal joint bearing may allow excessive movement that, over time, could result in the separation of the bearing and universal joint.",A separated universal joint bearing can cause a loss of steering control and increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect, and as necessary, replace the steering shaft, free of charge. Owner notification letters were mailed July 23, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021060001." -04/01/2021,21V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V228000),"Mercedes-Benz USA, LLC",Rearview Camera and Parking Sensors Malfunction,BACK OVER PREVENTION,NR (Not Reported),Vehicle,6,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 E350, E450, E450 Wagon, and AMG E63 vehicles. The parking control unit may fail to display the rearview camera image and cause the parking sensors to misidentify or fail to detect objects.","An inoperative rearview camera display and/or parking sensors can reduce the driver's view and awareness of what is behind the vehicle, increasing the risk of a crash.","All affected vehicles are still within MBUSA's control. MBUSA will replace the parking control unit, free of charge. The recall began April 8, 2021. Owner may contact MBUSA customer service at 1-800-367-6372." -04/01/2021,21V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V227000),"Navistar, Inc.",Retainer Not Properly Seated/FMVSS 121,"SERVICE BRAKES, AIR",21503,Vehicle,845,"Navistar, Inc. (Navistar) is recalling certain 2021 International LT, RH, MV, and HV vehicles equipped with Bendix pressure switches. A retainer was not properly seated in the SC-3 single check valve and may not provide source air isolation when pressure is applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","Unintended spring brake application may occur, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the SC-3 check valves, free of charge. Owner notification letters were mailed on May 28, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21503." -04/01/2021,21V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V231000),"Mercedes-Benz USA, LLC",Tailgate Side Spoilers May Detach,STRUCTURE,2021050009,Vehicle,5215,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 GLB35 AMG, and 2020-2021 GLB250 vehicles. The side spoilers on the tailgate might not have been installed correctly, allowing them to detach.","Detached spoilers can create a road hazard, increasing the risk of a crash or injury.","MBUSA will notify owners, and dealers will inspect and, if necessary, replace the side spoilers, free of charge. Owner letters were mailed July 2, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021050009." -04/01/2021,21V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V233000),"Mack Trucks, Inc.",Vehicle May Not Stay In Lane/FMVSS 136,ELECTRONIC STABILITY CONTROL,SC0423,Vehicle,566,"Mack Trucks, Inc. (Mack) is recalling certain 2018-2022 Anthem (AN), Granite (GR/GU), and Pinnacle (CHU/CXU/PI) vehicles equipped with ""camelback"" rear suspension and electronic stability control. The vehicles may not stay in their lane at certain speeds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""",A vehicle that drifts out of its lane increases the risk of a crash.,"Mack will notify owners, and dealers will reprogram the vehicle control units, free of charge. The recall began on April 21, 2021. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0423." -04/01/2021,21V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V232000),"Mercedes-Benz USA, LLC",Wheel Arch Covers May Detach,STRUCTURE,2021040015,Vehicle,2362,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020-2021 GLB250 vehicles. The wheel arch covers on the front fenders might not have been installed correctly, allow them to detach.","Detached wheel arch covers can create a road hazard, increasing the risk of a crash or injury.","MBUSA will notify owners, and dealers will check the installation of the front wheel arch covers and correct them as necessary, free of charge. Owner letters were mailed May 21, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021040015." -03/31/2021,21V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V224000),"Porsche Cars North America, Inc.",Front/Rear Shock Absorbers Not Tightened Properly,SUSPENSION,AMA8,Vehicle,10,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Porsche Macan, Macan S, Macan GTS, and Macan Turbo vehicles. The screw connection on the shock absorbers of the front and rear axle might not be tightened properly.","A failed screw connection may cause damage to the braking system, driving instability, and the potential loss of control, increasing the risk of a crash.","Porsche will notify owners, and dealers will rework and tighten the screw connections, free of charge. Owners are advised not to drive their vehicle until the remedy has been performed. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA8." -03/31/2021,21V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V225000),Harley-Davidson Motor Company,Headlights May Fail,EXTERIOR LIGHTING,0177,Vehicle,31346,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2019-2021 Sportster (XL) motorcycles and 796 headlight assemblies that may have been sold as replacement parts for 2005-2019 Sportster, 2005-2017 Softail, 2005-2017 Dyna, and 2005-2011 V-Rod motorcycles. The glass bulb within the headlight assembly may fail, causing a loss of both high and low beams.",A loss of both headlight beams can reduce visibility and increase the risk of a crash.,"Harley-Davidson will notify owners, and dealers will install a headlamp bulb shield, free of charge. The recall began April 15, 2021. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0177." -03/30/2021,21V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V220000),Dennis Eagle Inc.,Brake Warning Light Malfunction/FMVSS 101& 125,"SERVICE BRAKES, AIR",FSI1437,Vehicle,35,"Dennis Eagle, Inc. (Dennis Eagle) is recalling certain 2017-2021 Elite and Proview vehicles. When the brake pads wear out, the ABS warning light may incorrectly illuminate in addition to the Brake Pad Wear warning light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 101, ""Control and Displays"", and ""Warning Devices.""","The incorrect illumination of the ABS warning light may cause the driver to believe the ABS has failed, changing driving behavior and increasing the risk of a crash.","Dennis Eagle will notify owners, and dealers will install software updates to the braking system and the instrument clusters, free of charge. Owner notification letters were mailed on May 24, 2021. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1437." -03/30/2021,21E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E022000),"Guangzhou Lengzhilu Trading Co., Ltd.",Headlight Bulb May Be Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,26199,"Guangzhou Lengzhilu Trading Co., Ltd. (BEAMTECH) is recalling certain BEAMTECH CO18-73964, CO18-711886, CO18-76373, CO18-71778, CO18-73065, CO18-74931, CO18-77879, and CO18-71212 headlight LED bulbs sizes 9004, 9005, 9006, 9007, and 9012. The bulb can create excessive glare or brightness. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, �Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can reduce the vision of oncoming drivers, increasing the risk of a crash.","BEAMTECH will notify owners, and distributors and will provide a replacement halogen bulb, free of charge. Owners may contact BEAMTECH customer service at 1-591-846-8806." -03/30/2021,21E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E023000),Nado Stuff,Headlight Bulb May Be Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,123,"Nado Stuff (Nado) is recalling certain MICTUNING 9006, H11, and H7 LED headlight bulbs. The bulb can create excessive glare or brightness. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can reduce the vision of oncoming drivers, increasing the risk of a crash.","Nado will notify owners, and provide a full refund, free of charge. The recall began March 27, 2021. Owners may contact Nado customer service at 1-818-869-2481." -03/30/2021,21E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E024000),"Cummins, Inc.",Isolation Faults Can Go Undetected in Drivetrain,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,333,"Cummins, Inc. (Cummins) is recalling certain Electric Drivetrain part number PD7000. The electric drive train cannot detect isolation faults when the high voltage contactors are closed.","An undetected high voltage isolation can expose service personnel to high voltage, increasing the risk of injury.","Cummins will notify owners, and dealers will update the Vehicle Control Unit software or install a different combination of High Voltage Power Distribution Unit hardware, free of charge. Owner letters were mailed October 25, 2021. Owners may contact Cummins customer service at 1-800-286-6467." -03/30/2021,21V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V223000),Ford Motor Company,Loss of Backup Camera Image/FMVSS 111,BACK OVER PREVENTION,21C09,Vehicle,34952,"Ford Motor Company (Ford) is recalling certain 2020-2021 Lincoln Aviator vehicles. The image processing module may be unable to provide video feed to the display, which could result in a loss of the backup camera image. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A backup camera that displays a blank or distorted image reduces the driver's rear view, increasing the risk of a crash.","Ford will notify owners, and dealers will update the image processing module software with the latest level, free of charge. Owner notification letters were mailed May 21, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C09." -03/30/2021,21V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V222000),Pierce Manufacturing,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,"Pierce Manufacturing (Pierce) is recalling certain 2016-2018 Enforcer, Freightliner and Saber vehicles equipped with ECCO Holdings Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED stop, tail, turn, and reverse lights. The rear LED lights may be too bright. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may negatively affect the vision of other drivers, increasing the risk of a crash.","Pierce will notify owners, and dealers will provide a filter kit to be installed in the rear lights, free of charge. The recall is expected to begin April 26, 2021. Owners may contact Pierce customer service at 1-888-974-3723." -03/30/2021,21V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V221000),"Chrysler (FCA US, LLC)",Side Curtain Air Bag May Not Deploy,AIR BAGS,Y15,Vehicle,1222,"Chrysler (FCA US, LLC) is recalling certain 2021 Alfa Romeo Stelvio vehicles. An improperly crimped clamp may allow the side curtain air bag cushion and inflator to separate, causing an incomplete deployment or preventing the deployment of the air bag.",An incomplete deployment or non-deployment of the side curtain air bag increases the risk of injury in the event of a crash.,"Chrysler will notify owners, and dealers will replace the side air bag inflatable curtain assembly, free of charge. The recall is expected to begin May 19, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. Chrysler's number for this recall is Y15." -03/29/2021,21V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V219000),"Forest River, Inc.",Brake Lights may not Adequately Reflect/FMVSS 108,EXTERIOR LIGHTING,40-1315,Vehicle,115,"Forest River, Inc. (Forest River) is recalling certain 2021 Berkshire Class A motorhomes. The brake lights may not adequately reflect light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Brake lights that do not adequately reflect light, can make it difficult for other drivers to see the vehicle, increasing the risk of a crash.","Forest River will notify owners, and will provide a Reflex Reflector for the brake lights, free of charge. The recall began April 9, 2021. Owners may contact Forest River customer service at 1-574-522-1368. Forest River's number for this recall is 40-1315." -03/29/2021,21V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V218000),Winnebago Towable,Incorrect Tire Size Information On Label/FMVSS 110,EQUIPMENT,21V-218,Vehicle,60,"Winnebago Towable (Winnebago) is recalling certain 2020 Minnie. The incorrect tire size was printed on the Tire and Loading Information label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","The vehicle operator may install a replacement tire that is too large to properly fit on the vehicle, increasing the risk of a crash.","Winnebago will notify owners, and supply a corrected label and instructions on how to apply the label, free of charge. Dealers will install the corrected label if owners are uncomfortable applying the label themselves. The recall began on May 3, 2021. Owners may contact Winnebago customer service at 1-574-825-5280 ext. 5220." -03/26/2021,21V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V216000),"Mercedes-Benz USA, LLC",Seat Limiter may Allow Seat too Close to Air Bag,SEATS,2021040002,Vehicle,109,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 E350, E450, E450 Wagon, E63S AMG, 2020 E63S AMG Wagon, and 2020-2021 E53 AMG vehicles. The passenger seat limiter may allow the seat to be positioned too close to the air bag.",A seat too close to the air bag increases the risk of injury in the event of a crash necessitating the deployment of the frontal passenger air bag.,"MBUSA will notify owners, and dealers will recalibrate the passenger seat limiter, free of charge. The recall began April 29, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021040002." -03/26/2021,21V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V217000),"Mercedes-Benz USA, LLC",Starter Power Cable May Short Circuit,ELECTRICAL SYSTEM,2021040013,Vehicle,493,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2021 E63S AMG, E63S AMG Wagon, 2019-2021 AMG GT63 4-door, and AMG GT63S 4-door vehicles. The starter motor positive cable may not have been installed correctly, potentially allowing the power supply harness wires to chafe.","Damaged wires may cause a short circuit and result in a vehicle stall, increasing the risk of a crash. Also, a short circuit can increase the risk of a fire.","MBUSA will notify owners, and dealers will inspect and, as necessary, correct the screw connections and position of the positive cable, free of charge. Owner letters were mailed May 18, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021040013." -03/25/2021,21V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V212000),Ducati North America,Broken Valve Head May Reduce Engine Performance,ENGINE,SRV-RCL-21-002,Vehicle,129,Ducati North America (Ducati) is recalling certain 2021 Multistrada V4 S motorcycles. Excessive wear of the valve guides may cause the valve head to break.,"A broken valve head may decrease the acceleration and performance of the engine, increasing the risk of crash.","Ducati will notify owners, and the dealer will replace the entire motorcycle engine with another engine, free of charge. The recall began April 23, 2021. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-21-002." -03/25/2021,21V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V215000),Honda (American Honda Motor Co.),Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",Multiple Codes,Vehicle,624552,"Honda (American Honda Motor Co.) is recalling certain 2019-2020 Acura MDX, MDX Sport Hybrid, RDX, TLX, Honda Accord, Civic Hatchback, Insight, 2019 Acura ILX, Honda Accord Hybrid, Civic Coupe, Civic Coupe Si, Civic Sedan, Civic Sedan Si, Civic Type R, Fit, HR-V, Odyssey, Passport, Pilot and Ridgeline, and 2018-2019 CR-V vehicles. The low-pressure fuel pump inside the fuel tank may fail.","Fuel pump failure can cause an engine stall while driving, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the fuel pump assembly, free of charge. Owner letters were mailed May 18, 2021. Owners may contact Honda customer service at 1-888-234-2138. Note: This recall is an expansion of recall 20V-314." -03/25/2021,21V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V213000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,N202325410,Vehicle,60681,"General Motors, LLC (GM) is recalling certain 2015 Chevrolet Colorado and GMC Canyon vehicles. The power steering assist may be lost due to a poor electrical connection within the steering gear assembly.","A loss of power steering, particularly at lower speeds increases the risk of a crash.","GM will notify owners, and dealers will replace steering gear torque sensor cover assembly, free of charge. Owner notification letters were mailed August 6, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is N202325410." -03/25/2021,21V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V210000),"General Motors, LLC",Second Row Center Seatbelt Latch Trapped/FMVSS 208,SEAT BELTS,N212329320,Vehicle,5,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Tahoe vehicles. The second-row center seat belt latch may be trapped beneath the trim bezel and therefore inaccessible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208. ""Occupant Crash Protection.""","A passenger in the second-row center will be unable to wear a seat belt, increasing the risk of injury in the event of a crash.","GM will notify owners, and dealers will remove the trim bezel, correctly position the seat belt latch plate, and reinstall the trim bezel, free of charge. The recall began April 14, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212329320." -03/25/2021,21V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V214000),Shyft Group,Steering Output Shaft May Disconnect,STEERING,21-07,Vehicle,37,"Shyft Group is recalling certain 2021-2022 Spartan RV Chassis K1, K2, K3, and K4 vehicles. The steering output shaft inside the steering column may be too short and could disengage from the steering input shaft.","Disengagement of the steering output shaft could result in a loss of steering, increasing the risk of a crash.","Shyft Group will notify owners, and dealers will inspect and if necessary, replace the steering column, free of charge. The recall began on March 31, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-07." -03/25/2021,21V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V211000),"General Motors, LLC",Steering Wheel Emblem May Separate,AIR BAGS,N212327220,Vehicle,30,"General Motors, LLC (GM) is recalling certain 2017-2021 Chevrolet Camaro vehicles. The plastic ""Camaro"" emblem, located on the steering wheel air bag cover, may separate during deployment of the frontal driver air bag.","In the event of a crash, plastic pieces of emblem may act as projectiles from deployment of the driver air bag can increase the risk of injury.","GM will notify owners, and dealers will replace the frontal driver side air bag module, free of charge. The recall began April 14, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212327220." -03/24/2021,21E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E021000),"Guangzhou Cougar Trading Co., Ltd.",Bulb Exceeds Luminous Lux Standard/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,23238,"Guangzhou Cougar Trading Co., Ltd. (Guangzhou) is recalling certain Cougar Motor CCD19-6215, CCD19-6322, CCD19-6888, CCD19-6254, CCD19-6398, CCD19-6126, CCD19-6777, and CCD19-6881 headlight LED bulbs sizes 9004, 9005, 9006, 9007, 9012. The bulbs can create excessive glare or brightness to oncoming drivers. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Excessive glare or brightness can reduce other driver's vision, increasing the risk of a crash.","Guangzhou will notify owners, and dealers will replace the LED bulb with halogen bulb, free of charge. Owners may contact Guangzhou customer service at 1-916-400-1487." -03/24/2021,21V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V209000),"Daimler Trucks North America, LLC",Clutch Flange May Break,POWER TRAIN,FL-881,Vehicle,2,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021 Freightliner Cascadia and Western Star 4700 vehicles. The clutch flange may break.","If flange failure occurs, loose parts may fall into the clutch pressure plate assembly, resulting in clutch disengagement, thereby increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the clutch on the affected vehicles, free of charge. The recall began on May 7, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-881." -03/24/2021,21V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V200000),"Porsche Cars North America, Inc.",Cracked Connecting Rod May Damage Engine,ENGINE,AMA4,Vehicle,193,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Porsche Cayman GT4, Cayman GTS 4.0, 718 Spyder, and Boxster GTS 4.0 vehicles. The engine connecting rods may crack and loosen.","A loose connection while driving may cause engine damage, a stall, or an oil leak, increasing the risk of a crash or fire.","Porsche will notify owners, and dealers will replace the connecting rods or, as necessary, the engine, free of charge. Owner notification letters were mailed May 21, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA4." -03/24/2021,21V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V199000),"BMW of North America, LLC",Fuel Tank Weld may Fail and Allow Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17,"BMW of North America, LLC (BMW) is recalling certain 2021 X3 sDrive30i, X3 xDrive30i, X3 M40i, X3M, and X4, and 2021 X4 xDrive30i vehicles. The inlet check valve weld may fail, allowing the filling pipe to separate from the fuel tank.","Fuel may leak through the failed weld, increasing the risk of a fire.","BMW will notify owners, and dealers will replace the fuel tank, free of charge. The recall is scheduled to begin May 17, 2021. Owners were also contacted by telephone. To date, all repairs have been done. No further owner notification letters will be sent. Owners may contact BMW customer service at 1-800-525-7417." -03/24/2021,21C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C002000),Diono,Headrest May Break or Separate/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,6920,"Diono is recalling certain Cambria 2 Booster Seats, model numbers 31200-US-01, 31201-US-01, and 31202-US-01. In the event of a crash, a crack between the headrest and backrest can occur, allowing the headrest to separate. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 213, ""Child Restraint Systems.""",A broken or separated headrest increases the risk of injury during a crash.,"Diono will provide a replacement backrest with headrest assembly, free of charge. Diono recommends converting the seat into a backless booster seat until the replacement backrest is installed. Owner notification letters were mailed on May 24, 2021. Owners may contact Diono customer service at 1-855-463-4666 ." -03/24/2021,21V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V208000),Hyundai Motor America,High Pressure Fuel Tube May Leak,"FUEL SYSTEM, GASOLINE",008G,Vehicle,147,"Hyundai Motor America (Hyundai) is recalling certain 2021 Genesis G80 and GV80 vehicles equipped with 2.5-litre turbo engines. The fuel tube connecting the high pressure fuel pump to the fuel rail may not seal properly, which could allow fuel to leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Hyundai will notify owners, and dealers will replace the high pressure fuel tube, free of charge. Owner notification letters were mailed on May 24, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 008G." -03/24/2021,21V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V202000),Ford Motor Company,Inadequate Rear Axle Lubrication,POWER TRAIN,21S17,Vehicle,16128,"Ford Motor Company (Ford) is recalling certain 2020-2021 F-53 Motorhome Stripped Chassis and F-59 Commercial Stripped Chassis vehicles. An inadequate amount of rear axle lubricant may cause rear wheel bearing damage and bearing seizure, and rear axle or driveshaft failure.","Failure of the rear axle or driveshaft may cause the loss of motive power, failure of the parking brake, and the inability to shift the transmission into ""PARK,"" increasing the risk of a crash.","Ford will notify owners, and dealers will inspect and, as necessary, replace the rear wheel bearings, free of charge. Owner notification letters were mailed on May 12, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S17." -03/24/2021,21V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V205000),"Tracker Marine, LLC",Premature Tire Wear Caused by Fenders,STRUCTURE,TS-0037,Vehicle,184,"Tracker Marine, LLC (Tracker) is recalling certain Ranger Trail and Trailstar NZ18, NZ19, NZ20, NZ21, ZV20, and ZV21 trailers. The 18 inch tires may rub against the fiberglass fenders causing premature wear.","Premature wear may cause a tire blow out, increasing the risk of a crash.","Tracker will notify owners, and dealers will raise the fenders by installing shims on all NZ models and replacing the axle on all ZV models, free of charge. Owners are advised not to drive the trailer until the remedy is complete. Tracker will provide a tow or on-site repair. Owners may contact Tracker customer service at 1-417-873-4555. Tracker's number for this recall is TS-0037." -03/24/2021,21V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V203000),Starcraft RV,Stove Saddle Valves May Leak Gas,EQUIPMENT,9902566,Vehicle,2441,"Starcraft RV (Starcraft) is recalling certain 2019-2020 Starcraft Mossy Oak, GPS, Mossy Oaklite, Autum Ridge, and Launch Outfitter travel trailers equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Starcraft will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owners may contact Starcraft customer service at 1-905-636-6888. Owner notification letter were mailed on May 3, 2021. Starcraft's number for this recall is 9902566." -03/24/2021,21V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V204000),"Jayco, Inc.",Stove Saddle Valves May Leak Gas,EQUIPMENT,9903566,Vehicle,2144,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Jayco Alante, Precept, Greyhawk, Redhawk, Entegra Esteem, and Odyssey motorhomes equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Jayco will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on May 3, 2021. Owners may contact Jayco customer service at 1-617-776-0344. Jayco's number for this recall is 9903566." -03/24/2021,21V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V207000),"Daimler Trucks North America, LLC",Tire Valve Stem May Contact Brake Caliber,TIRES,FL-882,Vehicle,22,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021 Thomas Built C2 Saf-T-Liner School Buses. The tire valve stem extension may be damaged by contact with disc brake caliper.","A damaged tire valve stem may cause a loss of tire pressure, increasing the risk of a crash. A disabled bus may require passengers to transfer to a different bus on the side of the road, increasing the risk of injury.","DTNA will notify owners, and dealers will replace the valve stems, free of charge. This recall is expected to begin on May 22, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-882." -03/24/2021,21V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V206000),"Daimler Trucks North America, LLC",Undersized Ground Wire May Cause Engine Stall,ELECTRICAL SYSTEM,FL-880,Vehicle,5111,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2021 Western Star 4700 and Western Star 5700 vehicles. The ground harness wiring may be undersized and may cause a connector to melt.","Damage to the ground harness may cause an engine stall, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the ground harness, free of charge. The recall is expected to begin May 22, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-880." -03/24/2021,21V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V201000),"Porsche Cars North America, Inc.",Upper Control Arm Rear Axle Screw Not Tightened,SUSPENSION,AMA6,Vehicle,7,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2019 Porsche 911 Speedster, 2020 Porsche 911 Carrera S Coupe, Carrera 4S Coupe, and Carrera S Cabriolet vehicles. The screw connection on the rear axle upper control arm may be loose.","A loose connection may fail, causing driving instability and increasing the risk of a crash.","Porsche will notify owners, and dealers will rework and tighten the screw connection on the rear axle upper control arm, free of charge. Owner notification letters were mailed May 21, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA6." -03/23/2021,21E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E020000),Curt Manufacturing LLC,Incorrect Jaw Latch Position May Allow Separation,STRUCTURE,NR (Not Reported),Equipment,13474,"Curt Manufacturing LLC (Curt Manufacturing) is recalling certain Forged Ball and Pintle Hitch part numbers 48190 and 48200. The pivot hole is out of position, which can limit the locking jaw engagement.","The limited locking engagement may allow the upper jaw to unlatch and a towed vehicle to separate, increasing the risk of a crash.","Curt Manufacturing will notify owners, and dealers will replace the ball and pintle hitch, free of charge. The recall began March 31, 2021. Owners may contact Curt Manufacturing customer service at 1-800-798-0813." -03/22/2021,21V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V198000),"Volkswagen Group of America, Inc.",Passenger Air Bag May Deactivate,AIR BAGS,69BY,Vehicle,153152,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2015-2020 Audi S3 Sedan, A3 Sedan, 2016-2018 A3 Etron, 2017-2020 RS3 Sedan, and 2015-2019 A3 Cabriolet vehicles. The passenger occupant detection system (PODS) may malfunction and switch off the passenger air bag even when the seat is occupied.",A deactivated passenger air bag increases the risk of injury during a crash.,"Dealers will replace the PODS sensor mat and update the PODS control module, free of charge. Owners letters were mailed December 23, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 69BY." -03/19/2021,21V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V195000),"Airstream, Inc.",Air Conditioner May Separate From Trailer,EQUIPMENT,NR (Not Reported),Vehicle,1509,"Airstream, Inc. (Airstream) is recalling certain 2017-2020 Basecamp travel trailers. The mounting bolts that secure the air conditioner to the roof may loosen or break, allowing the air conditioner to separate from the trailer.","A separated air conditioner can become a road hazard, increasing the risk of a crash or injury.","Airstream will notify owners, and dealers will inspect the air conditioning mounting bolts are secure and replace if necessary, as well as install additional foam support blocks, free of charge. The recall began May 7, 2021. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -03/19/2021,21V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V196000),"Mercedes-Benz USA, LLC",Glass Panel May Detach From Vehicle,VISIBILITY,2021040012,Vehicle,11356,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2006-2007 C350, C230, C280, CLK350, E320CDI, E350 Wagon, E350, 2006 C55 AMG, CLK500, CLS500, CLS55 AMG, E500 Wagon, E500, E55 AMG, 2007 CLK550, CLS550, CLS63 AMG, E550, E63 AMG, and E63 Wagon AMG vehicles. The bonding between the glass panel and the sliding roof frame may deteriorate, possibly causing the glass panel to detach from the vehicle.","A detached glass panel can separate from the vehicle and become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the glass panel bonding and replace the sliding roof, as necessary, free of charge. Owner letters were mailed May 7, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. This recall is an expansion of recall number 19V-918. MBUSA's number for this recall is 2021040012." -03/19/2021,21V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V194000),Isuzu Motors Limited,Rear Axle U-Bolt Not Properly Tightened,SUSPENSION,V2103,Vehicle,258,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2015-2017 Isuzu NPR, Reach, 2016-2020 Isuzu NPR XD, NPR HD, NQR, 2016-2021 Isuzu NRR, 2017-2020 Chevrolet 4500XD, 4500HD, 5500HD, and 2020 Chevrolet 5500XD vehicles. The U-bolt nuts for the rear axle may not have been properly tightened and may loosen, causing the axle to misalign.","The misalignment may cause the propeller shaft to separate, causing a loss of power to the rear wheels and a stall, increasing the risk of a crash.","Isuzu will notify owners, and dealers will inspect and, if needed, replace and tighten the rear axle U-bolt nuts, free of charge. The recall began on April 23, 2021. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V2103." -03/19/2021,21V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V197000),"Mercedes-Benz USA, LLC",Roof Panel May Detach From Vehicle,STRUCTURE,2021070010,Vehicle,15096,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2020 C300 Coupe, C43 Coupe AMG, C43 AMG, 2015-2020 C300, GLA250, 2016-2018 C350e, CLA45 Coupe AMG, 2015 C400, S65 AMG, 2015-2019 C63 AMG, 2016 C450, 2015-2016 GLA45 AMG, S600, 2016-2020 GLC300, 2017-2019 GLC43 AMG, GLE43 Coupe AMG, 2014-2019 CLA250 Coupe, 2014-2015 CLA45 AMG, 2018 GLC63 AMG, 2014-2017 S550, 2018-2020 S450, 2016-2019 GLE63 Coupe AMG, 2016 GLE450 Coupe, 2014-2020 S63 AMG, 2018-2019 S560, and 2019 GLC350e vehicles equipped with a panoramic sunroof. The front roof panel located between the windshield and the panoramic sunroof may not have been bonded correctly to the vehicle during a prior repair.","The adhesive bonding of the front panel might deteriorate, possibly causing the front panel to detach from the vehicle and become a road hazard, increasing the risk of a crash.","Mercedes-Benz dealer will remove the bonded panel and will install a new front panel by following the detailed repair instructions and using the approved primer, cleaner and adhesive, free of charge. Owner notification letters were mailed on September 3, 2021 and October 26, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -03/18/2021,21V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V188000),"General Motors, LLC",Axle Shaft Missing Retaining Ring,POWER TRAIN,N212331000,Vehicle,8,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Camaro vehicles. The left or right axle shaft may be missing a retaining ring, which could allow the axle shaft to separate while driving.","A separated axle shaft can cause a loss of drive power, increasing the risk of a crash.","GM will notify owners, and dealers will replace the left or right axle shaft as necessary, free of charge. The recall began April 21, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N212331000." -03/18/2021,21V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V187000),"ARBOC Specialty Vehicles, LLC",Engine Control Module Calibrated Incorrectly,ENGINE,NR (Not Reported),Vehicle,41,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain 2018-2021 Spirit of Equess buses equipped with Cummins Westport Inc. B6.7N natural gas engines. The engine control module software may be calibrated incorrectly, causing the engine to not limit engine speed or torque as intended for certain safety-related functions such as vehicle braking, traction and stability control, speed control, or collision avoidance.","If safety-related functions such as vehicle braking, stability, speed, and collision avoidance do not function properly, it can increase the risk of a crash.","ARBOC will work with the engine manufacturer, Cummins, Inc., to notify owners, and Cummins dealers will recalibrate the engine control module, free of charge. The recall began April 5, 2021. Owners may contact ARBOC customer service at 1-866-953-5555." -03/18/2021,21V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V191000),Arcimoto Inc,HV Contactors May Malfunction and Shutdown Battery,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,181,"Arcimoto Inc (Arcimoto) is recalling certain 2019-2020 FUV, and 2020 Deliverator vehicles. The electronic drivers in some of the high voltage (HV) contactors may malfunction and overheat, which could cause the battery to shutdown.","An unexpected battery shutdown can cause a loss of motive power, increasing the risk of a crash.","Arcimoto will notify owners, and an Arcimoto factory technician will replace the contactors and related components, free of charge. Arcimoto does not intend to send any dealer or distributor notifications, as it has neither dealers nor distributors at this time. The recall began March 29, 2021. Owners may contact Arcimoto customer service at 1-541-683-6293." -03/18/2021,21V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V189000),"General Motors, LLC",Positive Battery Cable Terminal May Short,ELECTRICAL SYSTEM,N202325160,Vehicle,10154,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Express and GMC Savana vehicles equipped with 6.6L gasoline engines. The positive battery cable terminals may contact a fuse block assembly attachment post and cause an electrical short circuit.",A short-circuit can increase the risk of a fire.,"GM will notify owners, and dealers will remove a portion of the anti-rotation tab on both positive battery cable terminals near the fuse block assembly attachments, free of charge. If too much of the tab had been removed during prior servicing, the battery cable will be replaced, free of charge. Owners are advised to park their vehicles outside and away from structures until the repair is complete. The recall began April 16, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is N202325160." -03/18/2021,21V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V190000),"General Motors, LLC",Seat Belts May Become Damaged,SEAT BELTS,N202313000,Vehicle,94641,"General Motors, LLC (GM) is recalling certain 2021 Cadillac Escalade, Escalade ESV, GMC Yukon, Yukon XL, Chevrolet Suburban, and Tahoe vehicles with third-row seating. The third-row outboard seat belts may have been entrapped or misrouted behind the outboard seat-folding mechanism, which could result in damaged seat belts.","A damaged seat belt can break during a crash, increasing the risk of injury to the occupant.","GM will notify owners, and dealers will inspect the third-row outboard seat belts, replacing any damaged seat belts, and rerouting them if necessary, free of charge. The recall began on April 21, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, GMC customer service at 1-800-462-8782, and Cadillac customer service at 1-800-458-8006. GM's number for this recall is N202313000." -03/18/2021,21V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V193000),"Tiffin Motorhomes, Inc.",Valve Stem Stabilizer May Loosen,TIRES,TIF-114,Vehicle,37,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2021 Phaeton recreational vehicles. The valve stem stabilizer can become loose, allowing the valve stem extender to contact the wheel.","If the valve stem extender rubs on the wheel, it can cause a loss of tire pressure, increasing the risk of a crash.","Tiffin will notify owners, and dealers will replace the valve stem stabilizer, free of charge. The recall began April 22, 2021. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-114." -03/17/2021,21V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V182000),Newmar Corporation,Brake Pedal Return Spring Missing,"SERVICE BRAKES, AIR",21V 108,Vehicle,141,"Newmar Corporation (Newmar) is recalling certain 2021 Dutch Star, New Aire, and Ventana motorhomes. The adjustable brake pedal assembly may be missing a return spring. This may cause the brake lights to stay illuminated after the brake pedal is released. Also, in certain towed vehicles, the brakes may stay engaged after the brake pedal is released.","Malfunctioning brake lights can fail to alert other motorists of the driver's intention, increasing the risk of a crash. Additionally, brakes remaining unintentionally engaged on a towed vehicle can increase the risk of a crash.","Newmar will notify owners, and dealers will inspect the brake pedal assembly, and install a return spring if necessary, free of charge. The recall is expected to begin May 16, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 21V 108." -03/17/2021,21V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V186000),"Nissan North America, Inc.",Incorrect Wheel Nuts May Cause Wheel Separation,WHEELS,PC799,Vehicle,21,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Nissan Rogue vehicles. The incorrect wheel nuts may have been installed, and may loosen causing wheel vibration.","The wheel vibration may break the wheel studs and cause the wheel assembly to separate from the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect the wheel nuts and replace any incorrect ones, free of charge. The recall began May 4, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC799." -03/17/2021,21V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V185000),Hyundai Motor America,Occupant Detection System Malfunction/FMVSS 208,AIR BAGS,202,Vehicle,10,"Hyundai Motor America (Hyundai) is recalling certain 2021 Santa Fe vehicles. The Occupant Detection System (ODS) module may not deactivate the air bag upon detection of a child restraint system in the front passenger seat. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, deployment of the front passenger air bag, with a child in that seat, can increase the risk of injury to the child.","Hyundai will notify owners, and dealers will replace the ODS module, free of charge. All affected vehicles have been remedied as of May 12, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 202." -03/17/2021,21V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V183000),Braun Ambulances,Seat Locking Pin Assembly May Fail/FMVSS 207 & 210,SEATS,NR (Not Reported),Vehicle,12,"Braun Ambulances is recalling certain 2019 and 2021 MX170E Ford E-Series, and 2019-2020 MXP170E Dodge Ram 5500 Demers Ambulance vehicles equipped with a sliding attendant seat on the passenger-side of the ambulance patient compartment. The locking pin assembly in the sliding attendant seat may fail under certain loading conditions. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 207, ""Seating Systems"" and 210, ""Seat Belt Assembly Anchorages.""","If the locking pin fails, the occupant may not be sufficiently restrained during a crash, increasing the risk of an injury.","Braun will notify owners and dealers will replace the locking pin assembly, free of charge. The recall began on April 2, 2021. Owners may contact Braun Ambulances customer service at 1-877-344-9990." -03/17/2021,21V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V184000),"Jayco, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,9901566,Vehicle,18636,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Jayco White Hawk, Jay Flight SLX, Jay Feather, and Jay Flight travel trailers equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Jayco will notify owners, and Dometic service centers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner notification letters were mailed on May 3, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901566." -03/16/2021,21V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V181000),PACCAR Incorporated,Engine Control Module Calibrated Incorrectly,ENGINE,21PBC,Vehicle,1,"PACCAR Incorporated (PACCAR) is recalling one 2021 Peterbilt 536 vehicle equipped with a Cummins Westport Inc. B6.7N engine that has certain engine control module calibrations. The engine control module software may be calibrated incorrectly, causing the engine to not limit engine speed or torque as intended for certain safety-related functions such as vehicle braking, traction and stability control, speed control, or collision avoidance.","If safety-related functions such as vehicle braking, stability, speed, and collision avoidance do not function properly, it can increase the risk of a crash.","PACCAR owns the vehicle affected, and it was repaired as of March 3, 2021. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 21PBC." -03/16/2021,21V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V180000),"Jayco, Inc.",Incorrectly Routed Furnace Hose May Cause Gas Leak,EQUIPMENT,9903565,Vehicle,29,"Jayco, Inc. (Jayco) is recalling certain 2021 Jayco Embark, and Entegra Reatta Class A Motorhomes. The LP furnace hose may be routed incorrectly, which could restrict the gas flow, or cause chafing against surrounding components, resulting in a gas leak.",A gas leak in the presence of an ignition source can increase the risk of fire or explosion.,"Jayco will notify owners, and dealers will remove the existing LP line, and install a new extended gas manifold, free of charge. The recall began March 29, 2021. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903565." -03/16/2021,21V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V178000),Keystone RV Company,Inverter May Be Wired Incorrectly,ELECTRICAL SYSTEM,21-403,Vehicle,31,"Keystone RV Company (Keystone) is recalling certain 2021 Cougar 29MBS, 30RLS, 315RLS, 316RLS, 32BHS, 353SRX, 364BHL, and 368MBI trailers equipped with the Off the Grid (OTG) Solar package. The inverter may have been incorrectly wired, causing power to energize the shore power connection, when in use.","An energized shore power connection can cause an electrical shock, increasing the risk of injury.","Keystone will notify owners, and dealers will test the inverter function, and rewire it if necessary, free of charge. The recall began March 24, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-403." -03/16/2021,21V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V179000),Highland Ridge RV,Stove Saddle Valves may Leak Gas,EQUIPMENT,9904564,Vehicle,2906,"Highland Ridge RV (Highland Ridge) is recalling certain 2019-2020 Open Range, Mesa Ridge, Highlander, Silverstar fifth wheels, and 2019-2020 Open Range, Mesa Ridge and Silverstar travel trailers equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the O-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Highland Ridge will notify owners, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. Owner letters were mailed on May 3, 2021. Owners may contact Highland Ridge customer service at 1-800-283-8267. Highland Ridge's number for this recall is 9904564." -03/15/2021,21V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V176000),"BMW of North America, LLC",Head-Thorax Air Bag May Not Deploy Correctly,AIR BAGS,NR (Not Reported),Vehicle,1850,"BMW of North America, LLC (BMW) is recalling certain 2021 430i and M440i 4 Series Convertible vehicles. In certain side-impact crashes, the head-thorax air bag may not deploy as intended.",An air bag that deploys incorrectly can increase the risk of injury in a crash.,"The remedy is currently being developed. All affected vehicles are still in dealer inventory, and therefore no owner letters will be mailed. The recall began March 9, 2021. Owners may contact BMW customer service at 1-800-525-7417." -03/15/2021,21V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V177000),"Charles Machine Works, Inc.",Missing Side Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,456,"Charles Machine Works, Inc. (Charles Machine) is recalling certain 2008-2020 Ditch Witch S4S, 2015-2021 Ditch Witch 025-1020, 2015 Ditch Witch 745-7900, 2009-2019 Ditch Witch ZS6S, and 2010 Ditch Witch ZS6S-1 trailers designed for carrying the FX20 vacuum excavator. The trailers may be missing side reflex reflectors near the front of the trailer. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the proper reflective equipment, the vacuum excavator trailer may have reduced visibility to other drivers, increasing the risk of a crash.","Charles Machine will notify owners, and dealers will inspect for side reflex reflectors, and add them as necessary, free of charge. The began on March 31, 2021. Owners may contact Charles Machine customer service at 1-800-654-6481." -03/15/2021,21E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E019000),Dexter Axle Company,Steering Arm May Detach,STEERING,NR (Not Reported),Equipment,1238,"Dexter Axle Company (Dexter Axle) is recalling certain Ingersoll Smart-Steer self steer axles. The steering arm may detach from the steering knuckle during certain low-speed, high-side loading maneuvers.","A detached steering arm may cause a loss of steering control. In addition, attachment hardware may fall and become a road hazard. Both of these scenarios can increase the risk of a crash.","Dexter Axle will notify owners, and dealers will inspect the steering arm and apply welds, free of charge. Notification to owners were distributed on May 7, 2021. Owners may contact Dexter Axle customer service at 1-574-295-7888." -03/12/2021,21V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V175000),"LGS Industries, Inc.",Asphyxiation Danger Warning Label Missing,EQUIPMENT,20210312SCU,Vehicle,60,"LGS Industries, Inc. (LGS) is recalling certain 2021 SCU trailers used in certain recreational vehicle (RV) configurations and potentially sold under the brands LOOK, Pace American, Cargo Express, Formula and Impact. A label that warns of an asphyxiation danger was not installed on the trailers.","If the warning label is missing, occupants may not be cautioned that using the bed and internal combustion engine in the same confined area can cause asphyxiation, which could result in death or serious injury.","LGS will notify owners, and dealers will apply the warning label on the trailer, free of charge. The recall began on April 9, 2021. Owners may contact LGS customer service at 1-877-475-5665. LGS's number for this recall is 20210312SCU." -03/12/2021,21V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V172000),"Forest River, Inc.",Cooktop Flame May Become Inverted,EQUIPMENT,121-1305,Vehicle,86,"Forest River, Inc. (Forest River) is recalling certain 2021 Coachmen Viking and Clipper Travel Trailers. The cooktop may not be isolated properly from the furnace return air, which can cause the flame to become inverted.",An inverted flame can increase the risk of a fire.,"Forest River will notify owners, and dealers will install a panel and seal it, free of charge. The recall began March 31, 2021. Owners may contact Forest River customer service at 1-269-467-4600. Forest River's number for this recall is 121-1305." -03/12/2021,21V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V174000),"ARBOC Specialty Vehicles, LLC",Possible Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,29,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain 2021 Spirit of Freedom Ford E450 vehicles. The fuel hose may not be secured correctly, which can result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of fire.,"ARBOC has notified owners, and dealers will inspect and repair the fuel hose connection, free of charge. The recall began March 16, 2021. Owners may contact ARBOC customer service at 1-866-953-5555." -03/12/2021,21V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V171000),Aluminum Trailer Company (ATC),Safety Chains Could Break,EQUIPMENT,NR (Not Reported),Vehicle,230,"Aluminum Trailer Company (ATC) is recalling certain 2018-2021 ARV Gamechanger, and ARV Pro Bumper Pull trailers equipped with tandem 6,000 lb axles. The safety chains installed are rated at 11,700 lbs, which is insufficient for the trailer.","The safety chains could break if the trailer disconnects from the tow vehicle, increasing the risk of a crash.","ATC will notify owners and dealers will replace the existing safety chains with a safety chain that meets the GVWR rating of the trailer, free of charge. Owner notification letters were mailed on May 7, 2021. Owners may contact ATC customer service at 1-877-441-2440 ext. 342." -03/11/2021,21V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V167000),"Jaguar Land Rover North America, LLC",ABS and DSC Systems May Become Disabled,ELECTRONIC STABILITY CONTROL,H335,Vehicle,2089,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2020 Jaguar F-Type vehicles. The diagnostic check for the Anti-Lock Brake System (ABS) that runs at vehicle startup may not complete in the time required, which could disable the ABS and the Dynamic Stability Control (DSC) system during that drive cycle.",A disabled ABS or DSC system could increase the risk of a crash.,"Jaguar will notify owners, and dealers will update the vehicle software, free of charge. The recall began April 12, 2021. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H335." -03/11/2021,21V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V166000),Crane Carrier Company,Brake Light Pressure Switch Malfunction,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,298,"Crane Carrier Company (Crane Carrier) is recalling certain 2020-2021 LET2 vehicles equipped with certain SL-4 Brake Light Pressure switches. When air pressure is supplied to the brake light switch it may leak, possibly causing the internal electrical contacts to become jammed.","Jammed electrical contacts in the brake light switch can cause the brake lights to remain illuminated, or fail to illuminate. Either of these scenarios can increase the risk of a crash.","Crane Carrier will notify owners, and dealers will inspect the brake light switch manufacturing date, and replace it if necessary, free of charge. The recall began on March 25, 2021. Owners may contact Crane Carrier customer service at 1-877-546-2537." -03/11/2021,21V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V168000),"Jaguar Land Rover North America, LLC",Lower Knee Air Bag Cushion Cover May Come Loose,AIR BAGS,N566,Vehicle,250,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles. The cushion cover on the left-side lower knee air bag may come loose, which could result in the cushion unfolding from the air bag module housing.","In the event of a crash, an unfolded knee air bag may not offer the driver full protection, increasing the risk for injury.","Land Rover will notify owners, and dealers will replace the left-side lower knee air bag module, free of charge. The recall began May 3, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N566." -03/11/2021,21V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V164000),Kia Motors America,Occupant Detection System Malfunction/FMVSS 208,AIR BAGS,SC207,Vehicle,142,"Kia Motors America (Kia) is recalling certain 2021 Telluride, K5, and Forte vehicles. The Occupant Classification and Detection System (OCS/ODS) unit may not detect the presence of a child restraint system in the front passenger seat. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, deployment of the front passenger air bag, with a child in that seat, can increase the risk of injury to the child.","Kia will notify owners, and dealers will replace the OCS/ODS unit, free of charge. The recall began March 18, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC207." -03/11/2021,21V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V163000),"Chrysler (FCA US, LLC)",Relay May Short and Cause Fire,ELECTRICAL SYSTEM,Y08,Vehicle,19214,"Chrysler (FCA US, LLC) is recalling certain 2021 Ram 2500, 3500, and 3500, 4500, and 5500 Cab Chassis vehicles equipped with a Cummins 6.7L Turbo Diesel engine. An electrical short may occur in the Solid State Intake Heater Grid Relay, which could result in a vehicle fire.",A vehicle fire increases the risk of injury.,"Dealers will inspect and, if needed, replace the Solid State Intake Heater Grid Relay (""Relay""); if FCA US Recall ID Y08 (NHTSA Recall ID 21V-163) is open, then insulating material will be applied to the Relay after inspection. Customers are advised to not park these vehicles inside of buildings or structures, or near other vehicles until the vehicle has the final repair completed. Owner notification letters were mailed November 10, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403. FCA US, LLC's number for this recall is Y76. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is Y08. This recall has been superseded by recall number 21V-798." -03/11/2021,21V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V165000),Honda (American Honda Motor Co.),Tire Failure may Cause Sudden Air Loss,TIRES,UA2,Vehicle,1093,"Honda (American Honda Motor Co.) is recalling certain 2019-2020 Passport and Pilot vehicles equipped with Continental tires. On the affected vehicles, it is possible that one or more tires were cured for too long during tire production.","Overcured tires may develop a break in the sidewall, resulting in sudden air loss or belt edge separation, which could lead to tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash or injury.","Honda will notify owners, and dealers will inspect all four tires and replace them as necessary, free of charge. The recall began April 22, 2021. Owners may contact American Honda Motor Co. customer service at 1-888-234-2138. Honda's number for this recall is UA2." -03/11/2021,21V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V169000),"Nissan North America, Inc.",Tire Failure may Cause Sudden Air Loss,TIRES,PC798,Vehicle,36141,"Nissan North America, Inc. (Nissan) is recalling certain 2019-2020 Altima and 2018-2021 Titan vehicles equipped with Continental tires. On the affected vehicles, it is possible that one or more tires were cured for too long during tire production.","Over cured tires may develop a break in the sidewall, resulting in sudden air loss or belt edge separation which could lead to tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect the tires, and replace them as necessary, free of charge. Owner notification letters were mailed on May 11, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC798." -03/11/2021,21V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V170000),"Nissan North America, Inc.",Transverse Link May Separate From Ball Joint,STEERING,PC797,Vehicle,15223,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Nissan Murano vehicles. The left and/or right-hand transverse link may not have been manufactured correctly, which could result in it separating from the ball joint.","Ball joint separation can cause a loss of vehicle control, and increase the risk of a crash.","Nissan will notify owners, and dealers will inspect the transverse link's lot codes, and if necessary, replace them and perform a vehicle alignment, free of charge. Owner notification letters were mailed on May 6, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC797." -03/10/2021,21V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V160000),Hyundai Motor America,Anti-Lock Brake System Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",201/006G,Vehicle,94646,Hyundai Motor America (Hyundai) is recalling certain 2015-2016 Genesis and 2017-2020 Genesis G80 vehicles. The Anti-Lock Brake System (ABS) module could malfunction and short circuit.,An electrical short circuit inside the ABS module could cause an engine compartment fire while parked or driving.,"Hyundai will notify owners, and dealers will replace the ABS module fuse, free of charge. Owners are advised to park outside and away from structures until the remedy is complete. Owner notification letters were mailed July 6, 2021. Owners can contact Hyundai customer service at 1-855-371-9460. Hyundai's numbers for this recall are 201 and 006G." -03/10/2021,21V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V161000),Hyundai Motor America,Anti-Lock Brake System Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",007G,Vehicle,552,Hyundai Motor America (Hyundai) is recalling certain 2019-2021 Genesis G70 vehicles. The Anti-Lock Brake System (ABS) module could malfunction and short circuit.,An electrical short circuit inside the ABS module could cause an engine compartment fire while parked or driving.,"Hyundai will notify owners, and dealers will replace the ABS module fuse, free of charge. Owners are advised to park outside and away from structures until the remedy is complete. Owner notification letters were mailed July 6, 2021. Owners can contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 007G." -03/10/2021,21V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V152000),"Daimler Vans USA, LLC",Brake Pedal Bolt Could Come Loose,"SERVICE BRAKES, HYDRAULIC",VS3BREBOL,Vehicle,56534,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The retaining washer and bolt that connect the brake pedal to the bearing block, may come loose and detach. This could cause the brake lights to stay illuminated, even when the brake pedal is not pressed.","Malfunctioning brake lights can fail to alert other motorists of the driver's intention, increasing the risk of a crash.","DVUSA will notify owners and dealers will secure a bearing bracket to brake pedal by retrofitting an additional retaining ring (with PNR A 907 994 01 00) at the bearing bracket of brake pedal, free of charge. DVUSA issued owners an interim notification on May 3, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BREBOL." -03/10/2021,21V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V158000),Ford Motor Company,Driver's Air Bag Inflator May Explode,AIR BAGS,21S12,Vehicle,2602668,"Ford Motor Company (Ford) is recalling certain 2007-2011 Ranger, 2006-2012 Fusion, Lincoln Zephyr, Lincoln MKZ, 2006-2011 Mercury Milan, 2007-2010 Ford Edge, and Lincoln MKX vehicles. The driver's side air bag inflator may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Ford will notify owners, and dealers will replace the driver-side airbag inflator or module with an alternate one, free of charge. Owner notification letters were mailed on April 9, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S12." -03/10/2021,21V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V162000),Mazda North American Operations,Driver's Air Bag Inflator May Explode,AIR BAGS,4821C,Vehicle,5847,"Mazda North American Operations (Mazda) is recalling certain 2007-2009 B-Series pickup trucks. The driver's side air bag inflator may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","Mazda will notify owners, and dealers will replace the driver-side air bag inflator with an alternate one, free of charge. Owners were notified of the safety risk with an interim letter mailed April 26, 2021. A second letter was sent December 2021. Owners may contact Mazda customer service at 1-800-222-5500 option 4. Mazda's number for this recall is 4821C." -03/10/2021,21V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V156000),"BMW of North America, LLC",Head Restraints Incorrect,SEATS,NR (Not Reported),Vehicle,258,"BMW of North America, LLC (BMW) is recalling certain 2021 X5 sDrive40i, X5 xDrive50i, X5 M50i, X5 xDrive45e, 2021 X7 xDrive40i, X7 M50i, and XB7 vehicles. The head restraints on the second-row outer seats may be the incorrect type for the vehicle.","In the event of a crash, the head restraints could detach, and increase the risk of injury.","BMW will notify owners, and dealers will inspect the head restraints, and replace them as necessary, free of charge. The recall began May 3, 2021. Owners may contact BMW customer service at 1-800-525-7417." -03/10/2021,21V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V153000),"Daimler Vans USA, LLC",Incorrect Lock for Electric Sliding Door/FMVSS 226,LATCHES/LOCKS/LINKAGES,VS3SCHIEBT,Vehicle,56,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes Benz Sprinter vehicles equipped with an optional electric sliding door. The auxiliary lock on the sliding door may be the incorrect type for an electric sliding door. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","In the event of a crash, the sliding door could dislocate more than intended, and increase the risk of injury to vehicle occupants.","DVUSA will notify owners, and dealers will convert the sliding door from electric to manual function, free of charge. The remedy is still under development. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3SCHIEBT." -03/10/2021,21V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V159000),"Volkswagen Group of America, Inc.",Passenger Air Bag May Deploy Incorrectly,AIR BAGS,70i2,Vehicle,3421,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi RS6 Avant, RS7, 2020-2021 A6 Allroad, S6 Sedan, S7, 2019-2021 A6 Sedan, and A7 vehicles. The score line on the passenger air bag may not have been manufactured correctly.","An incorrectly manufactured air bag may not deploy properly, and could also eject plastic debris into the passenger compartment, increasing the risk of injury during a crash.","Audi will notify owners, and dealers will inspect the passenger air bag score line, and repair it as necessary, free of charge. The recall begin March 26, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 70i2." -03/10/2021,21V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V154000),Ford Motor Company,Rear Lower Control Arm Bolts May Break,SUSPENSION,21S11,Vehicle,49,"Ford Motor Company (Ford) is recalling certain 2020 Lincoln Aviator and Ford Explorer vehicles. The rear lower control arm (RLCA) bolts that attach the rear lower control arms to the wheel knuckles may not have been heat-treated, which could cause them to break.","Broken RLCA bolts can cause a loss of steering control, and increase the risk of a crash.","Ford will notify owners, and dealers will replace both RLCA bolts, free of charge. The recall began on April 2, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S11." -03/10/2021,21E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E018000),Safety Belt Solutions Ltd,Seat Belt Part Incorrectly Heat-Treated/FMVSS 209,SEAT BELTS,NR (Not Reported),Equipment,3000,"Safety Belt Solutions Ltd. (Safety Belt Solutions) is recalling certain seat belts with part number 202441-1/MFG 35FB9. The seat belt tongues may not have been heat-treated correctly during manufacturing. As such, these seat belts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","Incorrectly heat-treated seat belt tongues may not properly restrain an occupant in the event of a crash, increasing their risk of injury.","Safety Belt Solutions will notify the manufacturer that purchased the equipment, and Safety Belt Solutions will test the seat belts, and replace them as necessary, free of charge. Owner notification letters were mailed May 14, 2021. Owners may contact Safety Belt Solutions customer service at +44 (0) 2393 079 064 (International number)." -03/10/2021,21V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V157000),"Porsche Cars North America, Inc.",Suspension Components Not Tightened Properly,SUSPENSION,AMA3,Vehicle,396,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2021 Porsche Taycan Turbo, Taycan Turbo S, Taycan, Taycan 4S, 911 Turbo S Coupe, Cayman, Cayman T, Cayman S, Cayman GT4, 911 Carrera Coupe, 911 Carrera S Coupe, 911 Carrera 4S Coupe, 911 Carrera 4S Targa, 911 Carrera Cabriolet, 911 Carrera S Cabriolet, 911 Carrera 4S Targa Heritage Design Edition, 911 Carrera 4S Cabriolet, 911 Turbo Coupe, 911 Turbo Cabriolet, 911 Turbo S Cabriolet, 718 Spyder, and Boxster vehicles. Certain suspension components may not have been tightened correctly and can loosen.","Loose suspension components may detach, causing a sudden loss of vehicle stability and control, and increasing the risk of a crash.","Dealers will replace the affected suspension nuts and bolts. Dealers will also inspect surrounding components for damage, and replace any damaged parts as necessary. Repairs will be performed free of charge. Owner notification letters were mailed May 7, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA3." -03/10/2021,21V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V155000),Ford Motor Company,Tire Failure may Cause Sudden Air Loss,TIRES,21S10,Vehicle,15769,"Ford Motor Company (Ford) is recalling certain 2018 F-150, 2018-2020 F-250, F-350, and 2019 Escape vehicles equipped with Continental tires. On the affected vehicles, it is possible that one or more tires were cured for too long during tire production.","Over cured tires may develop a break in the sidewall, resulting in sudden air loss or belt edge separation which could lead to tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the tires, and replace them as necessary, free of charge. The recall began on March 27, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S10." -03/09/2021,21V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V151000),Nova Bus (US) Inc.,Brake Lights and Tail Lights Too High/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,123,"Nova Bus (Nova) is recalling certain 2008-2021 LFS Buses. The center-line height of the brake lights and tail lights is too high, exceeding the maximum height standard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced visibility of the brake and tail lights can increase the risk of a crash.,"Nova will notify owners, and provide instructions for interchanging the positions of the brake light and tail light components with the turn signal light components, free of charge. The recall is expected to begin May 2021. Owners may contact Nova customer service at 1-800-350-6682." -03/09/2021,21V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V148000),Shyft Group,Flexible Exhaust Tube May Tear,ENGINE AND ENGINE COOLING,21-04,Vehicle,34,"Shyft Group is recalling certain 2017-2019 Utilimaster Mobile Maintenance Trucks equipped with a generator set. The flexible exhaust tube may tear, releasing hot exhaust gases into the generator compartment.",An exhaust gas leak in the generator compartment can increase the risk of a fire.,"Shyft Group will notify owners, and dealers will replace the exhaust tube, free of charge. The recall began on March 26, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 21-04." -03/09/2021,21V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V147000),"Chrysler (FCA US, LLC)",Internal Damage to ABS Module,"SERVICE BRAKES, HYDRAULIC",Y11,Vehicle,4,"Chrysler (FCA US, LLC) is recalling certain 2020-2021 Ram ProMaster City vehicles. The Anti-Lock Brake System (ABS) module may have internal damage, which could result in a loss of braking performance or autonomous braking functions.",The loss of braking performance or autonomous braking functions can increase the risk of a vehicle crash without prior warning.,"FCA US, LLC will notify owners, and dealers will replace the ABS module, free of charge. The recall began on March 30, 2021. Owners may contact FCA US, LLC customer service at 1-800-853-1403." -03/09/2021,21V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V150000),"Autocar, LLC",Loss of Headlight and Wiper Function/FMVSS 108/104,ELECTRICAL SYSTEM,DC-2103,Vehicle,24,"Autocar, LLC (Autocar) is recalling certain 2020 Legend vehicles. The headlight and windshield wiper wiring harness may become disconnected during operation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 108, ""Lamps, Reflective Devices, and Associated Equipment"", and 104, ""Windshield Wiping and Washing Systems.""","A disconnected headlight and windshield wiper wiring harness can cause a sudden loss of headlight and windshield wiper function, increasing the risk of a crash or injury.","Autocar will notify owners, and dealers will inspect the wiring harness routing, and repair or replace it as necessary, free of charge. Autocar issued owners an interim notification letter on May 6, 2021. The remedy is expected to be available February 2022. Owner notification letters were mailed on May 24, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is DC-2103." -03/09/2021,21V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V149000),"Autocar, LLC",Steering Shaft May Bind,STEERING,DC-2102,Vehicle,60,"Autocar, LLC (Autocar) is recalling certain 2020-2021 Legend vehicles. The steering column tilt control cable may contact the steering shaft, possibly causing the steering shaft to bind and requiring an increased effort to steer the vehicle.",A sudden increase in steering effort can increase the risk of a crash or injury.,"Autocar will notify owners, and dealers will inspect the steering column tilt cable routing, and repair or replace it as necessary, free of charge. Autocar issued owners an interim notification letter on May 6, 2021. The remedy is expected to be avalabile February 2022. Owner notification letters were mailed on May 25, 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is DC-2102." -03/08/2021,21C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21C001000),"Combi USA, Inc.",Child Seat Webbing May Fail/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,13880,"Combi USA, Inc. (Combi) is recalling certain Combi BabyRide Infant Car Seats, model 378099 with dates of manufacture of 5/1/2016 thru 8/31/2019. The 1-inch-wide webbing strap used in the center front adjuster to adjust the shoulder harness straps fail the minimum initial breaking strength requirements, and in certain circumstances, may not adequately restrain a child during a crash. As such, these car seats fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""",A child that is not adequately restrained in a crash has an increased risk of injury.,"Combi will provide owners a replacement strap along with instructions for replacement. Owner notifications letters were mailed Jan. 28, 2022. Owners may contact Combi customer service by emailing customerservice@combiusa.com." -03/08/2021,21E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E016000),"MEKRA Lang North America, LLC",Mirror Glass May Detach From Carrier Plate,VISIBILITY,NR (Not Reported),Equipment,4532,"MEKRA Lang North America, LLC. (MEKRA) is recalling certain Main Mirror Housings, part numbers 154270012 and 154270010. The mirror glass may not be bonded properly to the carrier plate, allowing it to detach.","Detached mirror glass can reduce driver visibility, or become a road hazard to other drivers. Either of these scenarios can increase the risk of a crash.","MEKRA will work with Hino Motors Sales U.S.A., Inc. to notify owners, and Hino dealers will inspect the mirror production dates and replace them as necessary, free of charge. Owner notification letters were mailed on May 7, 2021. Owners may contact MEKRA customer service at 1-803-337-4800." -03/08/2021,21V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V146000),"Hino Motors Sales U.S.A., Inc.",Mirror Glass May Detach From Carrier Plate,VISIBILITY,M0340,Vehicle,4848,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2020 NE8J, NJ8J, NV8J, NH1A, NV1A and TH1A vehicles. The mirror glass may not be bonded properly to the carrier plate, allowing it to detach.","Detached mirror glass can reduce driver visibility, or become a road hazard to other drivers. Either of these scenarios can increase the risk of a crash.","Hino will notify owners, and dealers will inspect the mirror production date, and replace it if necessary, free of charge. Owner notification letters were mailed on May 7, 2021. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is M0340. This recall supersedes previous NHTSA recall number 19V-564." -03/08/2021,21E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E017000),WP Dynamics,ReadyLift Lift Kit Bolts May Break,EQUIPMENT,NR (Not Reported),Equipment,1844,"WP Dynamics (ReadyLIFT) is recalling certain ReadyLIFT Lift Kits designed to fit certain 2019-2021 Dodge Ram 1500, 2015-2020 Ford F-150, 2005-2016 Ford Super Duty, and 2017-2021 Ford F-250 and F-350 pickup trucks (please see the Part 573 report for lift kit part numbers). Certain bolts within the Lift Kits may not have been heat-treated properly, which can allow them to break. Broken bolts may cause separation of the suspension lower control arm, radius arm, relocation bracket, or the crossmember from the frame or chassis.","Separated suspension components can cause a loss of vehicle control, or create a road hazard, increasing the risk of a crash.","ReadyLIFT will work with their distributors to notify owners, and dealers will replace the bolts, free of charge. The recall is began on March 7, 2021. Owners may contact WP Dynamics customer service at 800-549-4620." -03/08/2021,21V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V145000),"Forest River, Inc.",Spare Tire Carrier Incorrectly Installed,EQUIPMENT,15-1304,Vehicle,309,"Forest River, Inc. (Forest River) is recalling certain 2021 Cardinal and Wildcat Fifth Wheels trailers. The spare tire carrier may be installed incorrectly, allowing it to detach from the vehicle.",A detached spare tire carrier can increase the risk of a crash or injury.,"Forest River will notify owners, and dealers will secure the spare tire carrier, free of charge. The recall began March 24, 2021. Owners may contact Forest River Customer Service at 1-574-296-7700. Forest River's number for this recall is 15-1304." -03/05/2021,21V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V140000),Ford Motor Company,Loose Subframe Bolts,STRUCTURE,21S09,Vehicle,1258,"Ford Motor Company (Ford) is recalling certain 2021 Mustang Mach-E vehicles. The front subframe bolts may not have been tightened properly during assembly, which could result in loose bolts.","Loose subframe bolts may reduce the vehicle's performance in a crash, increasing the risk of injury.","Ford will notify owners, and dealers will inspect the front subframe bolts and tighten them as necessary, free of charge. The recall began April 2, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S09." -03/05/2021,21V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V144000),"Mitsubishi Motors North America, Inc.",Lower Control Arm May Detach Due to Corrosion,STRUCTURE,SR-21-001,Vehicle,15347,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2013-2015 Outlander Sport vehicles originally sold, or ever registered, in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. The front lower control arms may detach due to the front cross member corroding from salt water exposure, such as from road salt use.","A detached front control arm can result in a loss of vehicle control, increasing the risk of a crash.","MMNA will notify owners, and dealers will inspect the front cross members. Depending on the level of existing corrosion, either a sealing/anti-corrosion agent will be applied, or the front cross member will be replaced with a new one, free of charge. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-21-001. This recall is an expansion of NHTSA recall number 20V-279. Owners not previously notified under 20V-279 were notified on March 22, 2021." -03/05/2021,21V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V141000),"Forest River, Inc.",Possible Furnace Exhaust Leak into Living Space,EQUIPMENT,15-1302,Vehicle,21,"Forest River, Inc. (Forest River) is recalling certain 2021 Cardinal CAF345RLX, CAF366DVLE, CAF390FBX and 2021 Wildcat WCF336RLS, WCF368MB vehicles. The furnace flue may become misaligned due to insufficient furnace hold screws that allow movement during travel.","A misaligned furnace flue can allow furnace exhaust to leak into the living space, increasing the risk of injury or death.","Forest River will notify owners, and dealers will secure the furnace and align the flue, free of charge. The recall began March 24, 2021. Owners may contact Forest River customer service at 1-574-296-7700. Forest River's number for this recall is 15-1302." -03/05/2021,21V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V143000),Custom Truck And Body Works,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2,"Custom Truck And Body Works (Custom Truck) is recalling one 2016 Ford F550 vehicle and one 2018 International 4000 vehicle equipped with 7x9 combination LED Stop-Tail-Turn reverse lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Custom Truck has notified owners, and the light manufacturer, ECCO, will provide a lens filter to dim the light, free of charge. The recall began February 16, 2021. Owners may contact Custom Truck customer service at 1-888-712-2962." -03/05/2021,21V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V142000),"Volkswagen Group of America, Inc.",Tire Failure may Cause Sudden Air Loss,TIRES,44R1,Vehicle,2535,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018-2019 Atlas vehicles equipped with Continental tires. On the affected vehicles, it is possible that one or more tires were cured for too long during tire production.","Over cured tires may develop a break in the sidewall, resulting in sudden air loss or belt edge separation which could lead to tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the tires, and replace them as necessary, free of charge. The recall began on March 24, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 44R1." -03/04/2021,21V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V137000),Kia Motors America,Engine Compartment Fire,"SERVICE BRAKES, HYDRAULIC",SC206,Vehicle,379931,"Kia Motors America (Kia) is recalling certain 2017-2021 Sportage and Cadenza vehicles. The electrical circuit in the Hydraulic Electronic Control Unit (HECU) may short-circuit, which can cause a fire in the engine compartment.",An engine compartment fire can increase the risk of injury.,"Kia will notify owners, and dealers will replace certain fuses in the electrical junction box. Vehicles equipped with an electronic parking brake (EPB) will also receive a HECU software update. Repairs will be performed free of charge. Owners are advised to park outside and away from structures as a precaution until the recall repair is complete. The recall began on April 30, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC206." -03/04/2021,21V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V139000),"Nissan North America, Inc.",Front Passenger Air Bag Cushion May Tear,AIR BAGS,R20C2,Vehicle,26158,"Nissan North America, Inc. (INFINITI) is recalling certain 2003 INFINITI FX35, 2006-2008 FX35 and FX45 vehicles that previously received a replacement front passenger air bag assembly under recall number 20V-008. The air bag cushion was folded incorrectly, which could increase internal pressure and tear the air bag cushion during deployment.","A tear in the air bag may decrease air bag performance, and increase the risk of injury.","INFINITI will notify owners, and dealers will replace the front passenger air bag module, free of charge. The recall began on April 19, 2021. Owners may contact INFINITI customer service at 1-800-662-6200. INFINITI's number for this recall is R20C2." -03/04/2021,21V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V134000),"Ferrara Fire Apparatus, Inc.",Steering Gear Fasteners May Become Loose,STEERING,NR (Not Reported),Vehicle,10,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2019-2020 Inferno vehicles. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering.","Difficulty steering, or the inability to steer in both directions, can increase the risk of a crash.","Ferrara will notify owners, and dealers will replace the steering gear mounting bolts and washers, free of charge. Owner notification letters were mailed on April 23, 2021. Owners may contact Ferrara customer service at 1-800-443-9006." -03/04/2021,21V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V138000),"Nissan North America, Inc.",Tie Rod Ball Joint Fastener Not Tightened Properly,STEERING,PC795,Vehicle,2407,"Nissan North America, Inc. (Nissan) is recalling certain 2020-2021 Nissan Altima vehicles. The tie rod ball joint fastener was not tightened properly, which could result in the tie rod ball joint detaching from the steering knuckle.","A detached tie rod ball joint can cause a loss of steering control, and increase the risk of a crash.","Nissan will notify owners, and dealers will tighten the left and right-side tie rod ball joint fasteners, or install new fasteners as necessary, free of charge. The began March 31, 2021. Owners may contact Nissan customer service at 1-800-867-7769. Nissan's number for this recall is PC795." -03/03/2021,21V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V135000),"Nissan North America, Inc.",Brake Lights May Not Illuminate,EXTERIOR LIGHTING,PM971,Vehicle,807376,"Nissan North America, Inc. (Nissan) is recalling certain 2016-2019 Nissan Sentra vehicles. The brake light switch may become contaminated, preventing the circuit from closing and the brake lights from illuminating.","The brake lights may not illuminate, increasing the risk of a crash.","Dealers will replace the brake light switch and install a protective grommet, free of charge. Interim owner notification letters were mailed April 20, 2021. Due to a parts shortage, the remedy is expected to be available in July 2022. Owners may contact Nissan customer service at 1-800867-7769. Nissan's number for this recall is PM971." -03/03/2021,21V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V133000),"Altec Industries, Inc.",Flexible Section Of Exhaust System May Separate,ENGINE AND ENGINE COOLING,CSN 802,Vehicle,355,"Altec Industries, Inc. (Altec) is recalling certain 2017-2019 DC1317 and DRM12 Chippers equipped with a gasoline engine. The flexible section of the exhaust pipe may separate, creating an exhaust gas leak.",An exhaust gas leak in the engine compartment increases the risk of a fire.,"Altec will notify owners, and owners will receive instructions to replace the flex pipe, free of charge. The recall began April 28, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 802." -03/03/2021,21V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V131000),"Porsche Cars North America, Inc.",Front Passenger Seat Occupancy Sensor Mat May Fail,AIR BAGS,AMA2,Vehicle,39547,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017-2018 Macan, Macan Turbo Kits, Macan GTS, 2015-2018 Macan S, and Macan Turbo vehicles. The front passenger seat occupancy sensor mat may degrade and fail to detect a passenger in the front seat.","The air bag will not deploy during a crash if a front passenger is undetected, increasing the risk of injury.","Porsche will notify owners, and dealers will replace the sensor mat and seat cushion, free of charge. Owner notification letters were mailed October 25, 2021. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AMA2." -03/03/2021,21V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V132000),"Volkswagen Group of America, Inc.",Incorrectly Machined Wheel Lug Bolt Holes,WHEELS,44Q9,Vehicle,128,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas and Atlas Cross Sport vehicles. The lug bolt holes on the wheels may have been machined incorrectly, preventing the wheel bolt from sufficiently attaching to the wheel bearing hub.","An insufficiently attached wheel may separate from the vehicle, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect all four wheels, and as necessary, replace the wheels, lug bolts ,and wheel bearings, free of charge. The recall began March 4, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 44Q9." -03/02/2021,21V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V130000),"Ferrara Fire Apparatus, Inc.",Locking Tabs May Break Off During Operation,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,257,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2009-2020 Aerial vehicles equipped with a positional waterway trolley. If the operator attempts to both extend the ladder, and shift from one mode to the other at the same time, the locking tabs can be broken off the locking arms.","A damaged positional waterway trolley can become disconnected from the ladder and drop to the ground, increasing the risk of injury or death.","Ferrara will notify owners, and dealers will adjust the proximity switches for units equipped with a positional waterway mode shift timer interlock system, free of charge. The recall began on April 20, 2021. Owners may contact Ferrara customer service at 1-800-443-9006." -03/02/2021,21V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V128000),"Forest River, Inc.",Slide-Room May Partially Detach while Moving,STRUCTURE,203-1300,Vehicle,261,"Forest River, Inc. (Forest River) is recalling certain 2021 Catalina 184BHS and 184 BHS-W travel trailer recreational vehicles. The interior plates that clamp the slide-mechanism to the interior wall were installed incorrectly, which may cause the slide-room to partially detach during transit.",Slide-room detachment while the vehicle is moving can increase the risk of a crash or injury.,"Forest River will notify owners, and dealers will relocate the interior plates for the slide-room, and replace the exterior column screws, free of charge. The recall began March 11, 2021. Owners may contact Catalina customer service at 1-574-825-4995. Forest River's number for this recall is 203-1300." -03/01/2021,21V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V126000),"Altec Industries, Inc.",Capacity Placard Plate Could Pinch Operator Hand,EQUIPMENT,CSN 800,Vehicle,613,"Altec Industries, Inc. (Altec) is recalling certain 2017-2020 DT65-H and DT65-E vehicles. The location of the capacity placard plate could cause a pinch point between the boom and the placard plate.","If the operator's hand is resting on the plate it could be pinched as the boom is raised, increasing the risk of an injury.","Altec will notify owners, and owners will receive instructions to relocate the placard plate from the left-hand control pod to the right-hand control pod, free of charge. The recall began on April 16, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 800." -03/01/2021,21V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V127000),Hyundai Motor America,Lithium-Ion Battery May Short Circuit,ELECTRICAL SYSTEM,200,Vehicle,4696,Hyundai Motor America (Hyundai) is recalling certain 2019-2020 Kona Electric and 2020 Ioniq Electric vehicles. The lithium-ion (Li-ion) battery may short-circuit.,An electrical short in the Li-ion battery increases the risk of a fire.,"Hyundai will notify owners, and as an interim action, owners have the option to follow provided instructions to perform a battery update through the vehicle's infotainment system or request a Hyundai dealer to provide the update. Once parts are available, dealers will inspect the Battery System Assembly (BSA), and replace it if necessary. Repairs will be performed free of charge. Owners are advised to park their vehicles outside and away from structures until the interim action is complete. Owners were notified of the safety risk, and the interim action, with a letter mailed April 9, 2021. Final owner notification letters were mailed June 17, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 200." -02/26/2021,21V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V125000),Oshkosh Corporation,Rear Axle Output Shaft May Fracture,POWER TRAIN,NR (Not Reported),Vehicle,19,"Oshkosh Corporation (Oshkosh) is recalling certain 2020-2021 S-Series vehicles. The rear axle output shaft may not have been heat-treated properly, which could cause the shaft to fracture.","A fractured rear output shaft may cause the shaft or interaxle driveline to detach from the vehicle, increasing the risk of a crash or injury.","Oshkosh will notify owners, and owners will be instructed to inspect the output shaft, and if necessary, order a new one and replace it, free of charge. The recall began on March 31, 2021. Owners may contact Oshkosh customer service at 1-888-686-7278." -02/26/2021,21V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V124000),"Mercedes-Benz USA, LLC",Spark Plugs May Cause Engine Damage,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 CLA45 AMG vehicles equipped with 4-cylinder gasoline engines. Incorrect spark plugs may have been installed, which could come apart over time and cause engine damage.","Engine damage may result in an engine stall, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the spark plugs, free of charge. The recall began April 14, 2021. Owners may contact MBUSA customer service at 1-800-367-6372." -02/26/2021,21V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V129000),Rosenbauer America,Steering Gear Fasteners May Become Loose,STEERING,21E012,Vehicle,8,"Rosenbauer America (Rosenbauer) is recalling certain 2020 Commander vehicles. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering.","Difficulty steering, or the inability to steer in both directions, can increase the risk of a crash.","Rosenbauer will notify owners, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall is expected to begin March 2021. Owners may contact Rosenbauer customer service at 1-651-462-1000. Rosenbauer's number for this recall is 21E012." -02/26/2021,21V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V123000),"Mercedes-Benz USA, LLC",Tire Failure may Cause Sudden Air Loss,TIRES,2021030008,Vehicle,2529,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 GLE350, GLE43 AMG, and GLE400 vehicles equipped with Continental tires. The affected tires were cured for too long during production.","Over cured tires may develop a break in the sidewall, resulting in sudden air loss or belt edge separation which could lead to tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the tires, and replace them as necessary, free of charge. The recall began April 23, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021030008." -02/26/2021,21V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V122000),"KTM North America, Inc.",Wiring Harness Damage,ELECTRICAL SYSTEM,TB2104,Vehicle,521,"KTM North America, Inc. (KTM) is recalling certain 2020 1290 Super Duke R motorcycles. The wiring harness located in the rear of the motorcycle may be routed incorrectly, which could result in wiring damage and an electrical short-circuit.","An electrical short-circuit could cause the engine to stall, increasing the risk of a crash or injury.","KTM will notify owners, and dealers will inspect the rear wiring harness, and repair as necessary. In addition, dealers will modify a piece of the bodywork called the ""tail end lower part"" to correct the routing of the wiring harness and add wiring protection and cable ties. Repairs will be performed free of charge. The recall began March 24, 2021. KTM's number for this recall is TB2104." -02/25/2021,21V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V119000),Vermeer Manufacturing Company,Axle Mounting Bolts Not Tightened Properly,EQUIPMENT,IK4055,Vehicle,20,Vermeer Manufacturing Company (Vermeer) is recalling certain 2021 BC900XL brush chipper trailers. The mounting bolts that secure the axle assembly to the mainframe structure of the brush chipper may not have been tightened properly.,"Loose axle mounting bolts may result in the axle separating from the brush chipper, increasing the risk of a crash.","Vermeer will notify owners, and dealers will replace the mounting bolts and tighten them to the correct torque specification, free of charge. The recall is expected to begin April 20, 2021. Owners may contact Vermeer customer service at 1-800-829-0051 ext. 7060. Vermeer's number for this recall is IK4005." -02/25/2021,21V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V120000),"Daimler Trucks North America, LLC",Engine Control Module Calibrated Incorrectly,ENGINE,FL-879,Vehicle,159,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2021 Thomas Built Buses Saf-T-Liner C2 school buses equipped with Cummins B6.7N engines. The engine control module software may be calibrated incorrectly, causing the engine to not limit engine speed or torque as intended for certain safety-related functions such as vehicle braking, traction and stability control, speed control, or collision avoidance.","If safety-related functions such as vehicle braking, stability, speed, and collision avoidance do not function properly, it can increase the risk of a crash.","DTNA will work with the engine manufacturer Cummins Inc. to notify owners, and Cummins dealers will recalibrate the engine control module, free of charge. Owner notifications were mailed on March 29, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA number for this recall is FL-879." -02/25/2021,21V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V121000),"Daimler Trucks North America, LLC",Engine Control Module Calibrated Incorrectly,ENGINE,FL-879,Vehicle,35,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2020 Freightliner Custom Chass XBA Chassis equipped with Cummins B6.7N engines. The engine control module software may be calibrated incorrectly, causing the engine to not limit engine speed or torque as intended for certain safety-related functions such as vehicle braking, traction and stability control, speed control, or collision avoidance.","If safety-related functions such as vehicle braking, stability, speed, and collision avoidance do not function properly, it can increase the risk of a crash.","DTNA will work with the engine manufacturer Cummins Inc. to notify owners, and Cummins dealers will recalibrate the engine control module, free of charge. Owner notification letters were mailed on March 29, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA number for this recall is FL-879." -02/25/2021,21V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V117000),"Jaguar Land Rover North America, LLC",High Beam Malfunction/FMVSS 108,EXTERIOR LIGHTING,N556,Vehicle,26805,"Jaguar Land Rover North America, LLC. (Land Rover) is recalling certain 2018-2020 Range Rover, Range Rover Sport, Discovery, and Range Rover Velar vehicles. The Auto High Beam (AHB) system does not indicate through the instrument cluster when the high beams are illuminated automatically. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The driver may be unaware that the high beams are illuminated, reducing visibility for oncoming traffic, and increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software, free of charge. The recall began April 7, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N556." -02/25/2021,21V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V118000),"Jaguar Land Rover North America, LLC",High Beam Malfunction/FMVSS 108,EXTERIOR LIGHTING,H332,Vehicle,455,"Jaguar Land Rover North America, LLC. (Land Rover) is recalling certain 2019-2020 Jaguar F-Pace vehicles. The Auto High Beam (AHB) system does not indicate through the instrument cluster when the high beams are illuminated automatically. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The driver may be unaware that the high beams are illuminated, reducing visibility for oncoming traffic, and increasing the risk of a crash.","Jaguar will notify owners, and dealers will update the vehicle software, free of charge. The recall began April 2, 2021. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H332." -02/25/2021,21V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V116000),Black Series Campers Inc.,Overloaded Electrical System May Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,412,"Black Series Campers Inc. (Black Series) is recalling certain 2020-2021 C12, C13, C15, HQ12, HQ15, HQ17, HQ19, HQ19T, HQ21, and HQ22T trailers equipped with Curt emergency breakaway kits, part numbers 52041 and 52044. When the breakaway system pin is pulled and not replaced, the system battery may become depleted and draw electricity through the main battery. This can overload the electrical system.",An overloaded electrical system can increase the risk of a fire.,"Black Series will notify owners, and dealers will replace the affected components, free of charge. The recall began on March 29, 2021. Owners may contact Black Series customer service at 1-833-822-6737." -02/25/2021,21V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V114000),Life Line Emergency Vehicles,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2,"Life Line Emergency Vehicles (Life Line) is recalling one 2020 Ford F450 vehicle and one 2017 Navistar Durastar vehicle, equipped with 7x9 combination LED Stop-Tail-Turn reverse lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these lamps fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","ECCO will provide a filter kit that will ensure the lights perform in the correct photometric intensity ranges, free of charge. The recall is expected to begin in March 2021. Owners may contact Life Line customer service at 1-563-578-3317 ext. 132." -02/25/2021,21V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V115000),"General Motors, LLC",Tire Failure may Cause Sudden Air Loss,TIRES,N212329050,Vehicle,33838,"General Motors LLC (GM) is recalling certain 2020 Buick Enclave, Cadillac XT4, XT5, Escalade, Escalade ESV, Chevrolet Suburban, Tahoe, Traverse, GMC Yukon, Yukon XL, 2018-2021 Chevrolet Express, GMC Savana, 2019-2020 Chevrolet Blazer, Silverado 1500, GMC Acadia, Sierra 1500, and certain Continental tires sold to the aftermarket for various model year 2018-2021 vehicles. The affected tires were cured for too long during production.","Over cured tires may develop a break in the sidewall resulting in sudden air loss or a belt edge separation which could lead to a tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the tires, replacing them as necessary, free of charge. The recall began March 22, 2021. Owners may contact GMC customer service at 1-888-988-7267, Buick customer service at 1-866-608-8080, Chevrolet customer service at 1-800-222-1020 or Cadillac customer service at 1-800-458-8006. GM's number for this recall is N212329050." -02/24/2021,21V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V108000),"Daimler Trucks North America, LLC",Brake Pedal Return Spring Missing/FVMSS 108,"SERVICE BRAKES, AIR",FL-877,Vehicle,276,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Freightliner Custom XC Chassis vehicles. The adjustable brake pedal assembly may be missing a return spring. This may cause the brake lights to stay illuminated after the brake pedal is released. Also, in certain towed vehicles, the brakes may stay engaged after the brake pedal is released. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Malfunctioning brake lights can fail to alert other motorists of the driver's intention, increasing the risk of a crash. Additionally, brakes remaining unintentionally engaged on a towed vehicle can increase the risk of a crash.","DTNA will notify owners, and dealers will inspect the brake pedal assembly, and install a return spring if necessary, free of charge. The recall is expected to begin April 24, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-877." -02/24/2021,21V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V113000),"Daimler Trucks North America, LLC",Emergency Exit May Remain Locked/FMVSS 217,STRUCTURE,FL-876,Vehicle,14,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Thomas Built Minotour School Buses equipped with an optional rear door Vandalock system. The engine can potentially be started while an emergency exit is still locked. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","A locked emergency exit can delay passengers from exiting the vehicle during an emergency, increasing their risk of injury.","DTNA will notify owners, and dealers will repair the Vandalock interlock system, free of charge. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-876." -02/24/2021,21V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V111000),"Volkswagen Group of America, Inc.",Engine Control Module Malfunction,ENGINE,97EV,Vehicle,238,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2019-2021 Audi A8 and 2020-2021 Audi S8 vehicles. A missing sealing pin may allow moisture to enter the engine control module connector, possibly causing a control module malfunction.","An engine control module malfunction may cause the engine to stall, increasing the risk of a crash.","Audi will notify owners, and dealers will inspect the engine control module connector for a missing sealing pin, and install it, if necessary. The connector will also be inspected for corrosion, and replaced as necessary. Repairs will be performed free of charge. The recall began March 12, 20121. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 97EV." -02/24/2021,21V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V112000),"Navistar, Inc.",Flywheel Capscrews Not Tightened Properly,ENGINE,None,Vehicle,7,"Navistar, Inc. (Navistar) is recalling certain 2021 International LT vehicles equipped with a Cummins X15 engine. The capscrews that attach the flywheel to the crankshaft may have been improperly torqued, allowing the flywheel to detach.","A detached flywheel can cause loss of drive power, increasing the risk of a crash. Additionally, driveline pieces may be ejected from the engine compartment, increasing the risk of injury.","Navistar will work with the engine manufacturer Cummins Inc. to notify owners, and Cummins dealers will properly tighten the capscrews and inspect for possible damage, repairing any damage found, free of charge. The recall began on March 29, 2021. Owners may contact Navistar customer service at 1-800-448-7825." -02/24/2021,21V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V109000),"Volvo Car USA, LLC",High Voltage Disconnect May Cause Drive Power Loss,ELECTRICAL SYSTEM,R10078,Vehicle,2278,"Volvo Car USA, LLC (Volvo Car) is recalling certain 2021-2022 XC40 Recharge vehicles. The Battery Energy Control Module (BECM) microprocessor may reset and cause the high voltage system to disconnect.","A disconnected high voltage system can cause a loss of drive power, increasing the risk of a crash.","Volvo Car will notify owners, and dealers will install a software update, free of charge. The recall began March 30, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10078." -02/24/2021,21V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V110000),"Polestar Automotive USA, Inc.",High Voltage Disconnect May Cause Drive Power Loss,ELECTRICAL SYSTEM,R10079,Vehicle,3457,"Polestar Automotive USA, Inc. (Polestar) is recalling certain 2021-2022 Polestar 2 vehicles. The Battery Energy Control Module (BECM) microprocessor may reset and cause the high voltage system to disconnect.","A disconnected high voltage system can cause a loss of drive power, increasing the risk of a crash.","Polestar will notify owners, and the software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. Owner notification letters were mailed April 23, 2021. Owners may contact Polestar customer service at 1-800-806-2504. Polestar's number for this recall is R10079." -02/24/2021,21V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V107000),Lamborghini (Automobili Lamborghini),Hood Hinge Screws May Come Loose,STRUCTURE,L734-R.01.21,Vehicle,221,"Lamborghini (Automobili Lamborghini) is recalling certain 2018-2021 Aventador SVJ Coupe vehicles. The hood hinge screws may loosen, possibly resulting in an unlatched hood. This may cause the hood to detach from the vehicle in certain, high-speed driving conditions.",A detached hood can create a road hazard and increase the risk of a crash.,"Lamborghini will notify owners, and dealers will replace the hood hinge screws, free of charge. The recall began April 9, 2021. Owners may contact Automobili Lamborghini customer service at 1-866-681-6276. Automobili Lamborghini's number for this recall is L734-R.01.21." -02/23/2021,21V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V106000),"Daimler Vans USA, LLC",Front Passenger Seat Frame Not Welded Properly,SEATS,VS2SITZNAT,Vehicle,4,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2021 Mercedes-Benz Metris vehicles equipped with an adjustable front passenger seat. The front passenger seat frame base may not have been welded properly.","An improperly welded seat frame base may have reduced stability, which can increase the risk of injury to the occupant in a crash.","DVUSA will notify owners, and dealers will replace the seat frame base, free of charge. DVUSA issued owners an interim notification on May 6, 2021. The recall began May 13, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2SITZNAT." -02/23/2021,21V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V104000),"Bentley Motors, Inc.",Fuel Tank Not Welded Properly,"FUEL SYSTEM, GASOLINE",RE21/07 (RB88),Vehicle,1,"Bentley Motors, Inc. (Bentley) is recalling one 2020 Flying Spur vehicle. The fuel tank may not have been welded properly during manufacturing, which could result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of fire.,"Bentley will notify the owner, and a dealer will replace the fuel tank, free of charge. The recall began March 18, 2021. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE21/07 (RB88)." -02/23/2021,21V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V105000),"Seagrave Fire Apparatus, LLC",Power Steering Filter Tightened Incorrectly,STEERING,NR (Not Reported),Vehicle,54,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2019-2021 Attacker and Capitol vehicles equipped with a Cummins X12 engine. The spin-on power steering filter may not have been tightened correctly, which can cause it to loosen and leak power steering fluid.","A power steering fluid leak may result in the loss of power steering assist, increasing the risk of a crash.","Seagrave will inspect the power steering filter, and retighten or replace it as necessary, free of charge. Owners may contact Seagrave customer service at 1-800-777-5360." -02/22/2021,21V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V102000),"Mercedes-Benz USA, LLC",Front Passenger Air Bag Grounded Improperly,AIR BAGS,2021020037,Vehicle,36,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain GLA250 vehicles. The ground connection for the front passenger air bag may not be mounted properly, which could result in an inadvertent deployment.","Inadvertent air bag deployment can increase the risk of injury for an occupant in the front passenger seat, and increase the possibility of a vehicle crash.","MBUSA will notify owners, and dealers will inspect the ground connection for the passenger air bag and correct it, if necessary, free of charge. The recall began March 26, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021020037." -02/22/2021,21V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V103000),"Spartan Fire, LLC",Steering Gear Fasteners May Become Loose,STEERING,21-01,Vehicle,73,"Spartan Fire, LLC (Spartan Fire) is recalling certain 2019-2021 Gladiator and MetroStar vehicles. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering.","Difficulty steering, or the inability to steer in both directions, can increase the risk of a crash.","Spartan Fire will notify owners, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall is expected to begin March 22, 2021. Owners may contact Spartan Fire customer service at 1-517-543-6400. Spartan Fire's number for this recall is 21-01." -02/22/2021,21V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V101000),Mazda North American Operations,Tire Air Valve May Leak,TIRES,4721B,Vehicle,599,Mazda North American Operations (Mazda) is recalling certain 2021 Mazda3 and CX-30 vehicles. Air may suddenly leak from the tire air valve.,"A sudden air leak from the tire air valve may cause a loss of vehicle control while driving, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace all four tire air valves with new parts, free of charge. The recall began April 6, 2021. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 4721B." -02/21/2021,21T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T003000),Cooper Tire & Rubber Co.,Low Tread Gauge May Cause Tire Failure,TIRES,177-2,Tire,11957,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Cooper CS5 Grand Touring 225/55R17 and Mastercraft LSR Grand Touring 225/55R17 tires with DOT codes 2920 through 3220, 4220 through 4420 and 5120 through 0121. The tires may have low tread gauge in the shoulder slot area which could cause tread separation and sidewall failure.","A sidewall failure may cause the tire to rapidly deflate, increasing the risk of a crash.","Cooper Tire will notify registered owners, and dealers will inspect and, if necessary, replace the tires, free of charge. Cooper Tire plans to begin notification no later than April 22, 2021. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 177-2. Note: This recall supersedes 20T-017 and any tires recalled under 20T-017, but not yet replaced, are now included in this safety recall." -02/19/2021,21V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V100000),Kovatch Mobile Equipment Corp.,Anti-Lock Brake System Malfunction,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,94,Kovatch Mobile Equipment Corp. (KME) is recalling certain 2001-2020 TDA tractor-drawn aerial firetrucks. The Anti-Lock Brake (ABS) control module on the ladder trailer may have incorrect wire connections.,Incorrect wiring can cause the trailer brakes to not operate properly when the ABS system is activated. This could lead to loss of vehicle control and increase the risk of a crash.,"KME will notify owners, and dealers will inspect the wiring and connections, and replace any incorrect hardware, free of charge. The recall began on April 9, 2021. Owners may contact KME customer service at 1-800-235-3928." -02/19/2021,21V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V097000),Kovatch Mobile Equipment Corp.,Mounts Insufficiently Welded to Axle,SUSPENSION,NR (Not Reported),Vehicle,88,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017-2018 Predator SS Rescue, 2017 Predator Emergency Tractor, 2014-2020 Predator Panther Pumper, 2013-2017 Predator Pumper, 2014 Predator Rescue, and 2013-2020 Predator SS Pumper vehicles. The welds that attach the suspension mounts and torque rod mounts to the rear axle may have been insufficiently welded, possibly causing the welds to break.","Broken welds may cause the mounts to separate from the axle, resulting in loss of control of the vehicle, and increasing the risk of a crash.","KME will notify owners, and dealers will inspect the welds, and repair any defects found, free of charge. The recall began April 9, 2021. Owners may contact KME customer service at 1-800-235-3928." -02/19/2021,21V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V096000),"BMW of North America, LLC",Rearview Camera Image Malfunction/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,13858,"BMW of North America, LLC (BMW) is recalling certain 2019-2021 X3 sDrive30i, X3 xDrive30i, X3 M40i, X3M, X4 xDrive30i, X4 M40i, M550i, X4M, X5 sDrive40i, X5 xDrive40i, X5 xDrive50i, X5M, X5 M50i, X7 xDrive40i, X7 xDrive50i, X7 M50i, Alpina XB7, 330i, 330i xDrive, M340i, M340i xDrive, and 8 Series Coupe, Convertible and Grand Coupe, 840i, 840i xDrive, M850i xDrive, M8, 2020-2021 530e, 530e xDrive, 330e, 330e xDrive, 745Le, 745Le xDrive, X5 xDrive45e, X3 xDrive30e, X6 sDrive40i, X6 xDrive40i, X6 xDrive50i, X6 M50i, X6M, 530i, 530i xDrive, 540i, 540i xDrive, M550i xDrive, M5, 740i, 740Li, 740Li xDrive, M760i Drive, M760Li xDrive, 750Li xDrive Alpina, Alpina B7 xDrive, and 2021 4 Series Coupe 430i, 430i xDrive, M440i xDrive vehicles. When shifting into Reverse, a small portion of the rearview image may be obscured, or the screen may not illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""","If the driver relies on only the rearview camera image, the missing or reduced rearview image view can increase the risk of a crash or injury.","BMW will notify owners, and dealers will inspect the rearview camera software and update it if necessary, free of charge. The recall began April 16, 2021. Owners may contact BMW customer service at 1-800-525-7417." -02/19/2021,21V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V099000),E-One Incorporated,Steering Gear Fasteners May Become Loose,STEERING,NR (Not Reported),Vehicle,10,"E-One Incorporated (E-One) is recalling certain 2020 Cyclone 2, Typhoon, and Typhoon N vehicles. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering.","Difficulty steering, or the inability to steer in both directions, can increase the risk of a crash.","E-One will notify owners, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall is expected to begin March 2021. Owners may contact E-One customer service at 1-352-237-1122." -02/19/2021,21T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T002000),Cooper Tire & Rubber Co.,Tire Sidewall Separation,TIRES,178,Tire,430298,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Discoverer, Evolution, Courser, Deegan, Adventurer, Hercules, Back Country, Multi-Mile Wild Country and Big O brand tires. The tires may develop a bulge or separation in the sidewall.","A sidewall separation may cause the tire to rapidly deflate, increasing the risk of a crash.","Cooper Tire will notify owners, and dealers will replace affected tires, free of charge. The recall is expected to begin March 25, 2021. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 178." -02/19/2021,21V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V098000),Volvo Trucks North America,Wheel May Bend Or Break,WHEELS,21E-007,Vehicle,22,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2022 VNL vehicles equipped with Alcoa Mirror Polish Wheels, part number ULT 391, and wheel size 22.5 x 8.25. Under certain circumstances, these wheels may not be able to support the load, which can cause the wheels to bend or break while in use.",Bent or broken wheels can increase the risk of a crash.,"The affected vehicles have been contained by the manufacturer, and therefore no owners will be notified. Dealers will replace the wheels, free of charge. The recall began January 29, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Trucks number for this recall is 21E-007." -02/18/2021,21V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V094000),Great Dane Trailers,Anti-Lock Brake System Malfunction,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1770,Great Dane Trailers (Great Dane) is recalling certain 2021-2022 Champion and 2022 Everest trailers equipped with the WABCO 2S/2M iABS (Anti-Lock Brake) system. The iABS sensor cables may be plugged into the wrong ports on the electronic control unit (ECU).,"If the sensor cables are installed incorrectly, the anti-lock brake system may malfunction, increasing the risk of a crash.","Great Dane will notify owners, and dealers will inspect the routing of the iABS sensor cables and correct them as necessary, free of charge. The recall began on March 22, 2021. Owners may contact Great Dane customer service at 1-877-369-3493." -02/18/2021,21E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E015000),"Bendix Commercial Vehicle Systems, LLC",Check Valve Retainer Not Properly Seated/FMVSS 121,EQUIPMENT,NR (Not Reported),Equipment,2090,"Bendix Commercial Vehicle Systems, LLC (Bendix) is recalling certain SC-3 Single Check Valves, part number K094964. The retainer may not be properly seated in the retainer groove, causing an air leak within the brake system. As such, these check valves fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",An air leak in the brake system can affect braking ability and increase the risk of a crash.,"Bendix will notify vehicle manufacturers, and replace the SC-3 single check valves, free of charge. Owners may contact Bendix customer service at 1-877-345-9526." -02/18/2021,21V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V092000),"Trail King Industries, Inc.",Cross Member May Come Loose Or Detach,STRUCTURE,TK202102,Vehicle,34,"Trail King Industries, Inc. (Trail King) is recalling certain 2021 TKSA trailers. The cross member in the slide pan frame may develop cracks, which over time could cause the cross member to become loose or detach from the frame.",A loose or detached cross member can increase the risk of a crash.,"Trail King will notify owners, and dealers will inspect the cross member, and reinforce or replace it as needed, free of charge. The recall began March 25, 2021. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK202102." -02/18/2021,21V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V093000),"Autocar, LLC",Display Malfunction/FMVSS 101,ELECTRICAL SYSTEM,ACX-2102 DC-2101,Vehicle,1002,"Autocar, LLC (Autocar) is recalling certain 2019-2021 Xpeditor and 2021-2022 Legend vehicles equipped with a MRS 7"" display. The display may restart during operation, resulting in the warning lights not being visible until the restart is completed. The display may restart during operation and the warning icons for the Seat Belt, Low Air, Check Engine, ABS, Park Brake Applied, Turn Signal Indicator, Fuel Level, Electrical Charge, Coolant Temperature and Oil Pressure will not be visible until restart has completed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","During a display restart, warning lights such as the seat belt, check engine, fuel level, and other important warnings may not display, increasing the risk of a crash or injury.","Autocar will notify owners, and dealers will replace the display, free of charge. Interim notices informing owners of the safety risk were mailed April 19, 2021. A second notice will be sent when the remedy becomes available in February 2022. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2102- DC-2101." -02/18/2021,21V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V090000),Ford Motor Company,Inadequate Windshield Bonding/FMVSS 212,VISIBILITY,21C06,Vehicle,79017,"Ford Motor Company (Ford) is recalling certain 2021 F-150 and 2020-2021 F-250, F-350, F-450, and F-550 Super Duty vehicles. During manufacturing, the windshield may not have been properly bonded to the vehicle, allowing it to detach in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 212, ""Windshield Mounting.""","In the event of a crash, if the windshield separates from the vehicle, it can increase the risk of injury.","Ford will notify owners, and dealers will remove and reinstall the windshield, free of charge. The recall began April 16, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C06." -02/18/2021,21V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V086000),Mazda North American Operations,Power Liftgate May Lower Unexpectedly,STRUCTURE,4621B,Vehicle,13857,"Mazda North American Operations (Mazda) is recalling certain 2020-2021 CX-30 vehicles. When fully opened, the power liftgate may partially lower unexpectedly when the vehicle is parked facing uphill on a slope.","If the power liftgate unexpectedly lowers while a person is accessing the rear storage area of the vehicle, it can increase their risk of injury.","Mazda will notify owners, and dealers will update the power liftgate control module software and inspect the serial number of the power liftgate drive unit, replacing it if necessary, free of charge. The recall began April 8, 2021. Owners may contact Mazda customer service at 1-800-222-5500 option 4. Mazda's number for this recall is 4621B." -02/18/2021,21V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V089000),"BMW of North America, LLC",Right Front Brake Disc May Loosen,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9,"BMW of North America, LLC (BMW) is recalling certain 2021 X5 sDrive40i and X5 xDrive40i vehicles. The right front brake disc may have been assembled with incorrect fasteners, which over time, could result in the front brake disc becoming loose.","A loose brake disc could affect vehicle handling and control, and increase the risk of a crash.","BMW will notify owners, and dealers will inspect the right front brake disc and replace it if necessary, along with the unaffected left side brake disc, free of charge. There are no owner vehicles affected; therefore, owner notification is not necessary and, as such, a planned owner notification date is not entered into the recall schedule. Owners may contact BMW's customer service at 1-800-525-7417." -02/18/2021,21V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V088000),Newmar Corporation,Steering Gear Fasteners May Come Loose,STEERING,21V 041,Vehicle,253,"Newmar Corporation (Newmar) is recalling certain 2020-2022 Dutch Star, King Aire, Essex, London Aire, and Mountain Aire motorhomes. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering.","Difficulty steering, or the inability to steer in both directions, can increase the risk of a crash.","On behalf of Newmar, Shyft Group Inc. will coordinate the recall repair and notify owners, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall is expected to began April 19, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 21V 041." -02/18/2021,21V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V091000),"BMW of North America, LLC",Sunroof Malfunction/FMVSS 118,VISIBILITY,NR (Not Reported),Vehicle,14011,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 228i, 228i xDrive, and M235i xDrive vehicles. If the driver initiates an automatic closure of the sunroof, and the vehicle key status is changed to ""off"" or ""lock,"" the sunroof may continue to close. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-operated Window Systems.""","If the sunroof continues to close after the vehicle is shut off, it may increase the risk of injury.","BMW will notify owners, and dealers will update the sunroof electronic coding software, free of charge. The recall began April 16, 2021. Owners may contact BMW customer service at 1-800-525-7417." -02/18/2021,21V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V087000),Ford Motor Company,Tire And Loading Information Label Incorrect,EQUIPMENT,21S06,Vehicle,9979,"Ford Motor Company (Ford) is recalling certain 2020 F-Super Duty F350 vehicles equipped with a 6.7L diesel engine, single rear wheels (SRW), 4X4 Crew Cab, Long Box, and a 12k or 12.4k Gross Vehicle Weight Rating. These vehicles may display overstated payload capacity values on the Tire and Loading Information (TREAD) Label, overstated Accessory Reserve Capacity (ARC) values on the Safety Certification Label, and overstated weight values on the Truck Camper Loading Documentation. If the vehicle is loaded to the payload stated on the TREAD label, it may exceed the Gross Vehicle Weight Rating (GVWR) or Gross Axle Weight Rating (GAWR) and overload the vehicle.",An overloaded vehicle can increase the risk of a crash.,"Ford will notify owners, and dealers will replace the Tire and Loading Information Label, Safety Certification Label, and the Truck Camper Loading Document (if applicable), free of charge. The recall began March 23, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S06." -02/18/2021,21V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V095000),"Autocar, LLC",Turbocharger Heat Shield May Detach,ENGINE,ACX-2103,Vehicle,577,"Autocar, LLC (Autocar) is recalling certain 2018-2021 Xpeditor vehicles. The turbocharger heat shield may fail and detach from the vehicle.","A detached heat shield can become a road hazard, increasing the risk of a crash or injury.","Autocar will notify owners, and dealers will replace the turbocharger heat shield, free of charge. Owner notification letters were mailed on June 24, 2021. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2103." -02/17/2021,21V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V082000),Newmar Corporation,Brake Light Switch Malfunction,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1370,"Newmar Corporation (Newmar) is recalling certain 2021 Kountry Star and 2017-2021 Dutch Star motorhomes. The brake light switch may chafe against the windshield wiper mechanism, which could damage the brake light switch or it's wiring, and cause the brake lights to not illuminate.","If the brake lights do not illuminate, other motorists will be unaware of the driver's intention, increasing the risk of a crash.","Newmar will notify owners, and dealers will inspect the brake light switch and replace it as necessary, free of charge. The recall began on April 12, 2021. Owners may contact Newmar customer service at 1-800-731-8300." -02/17/2021,21V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V083000),Blue Bird Body Company,Electronic Stability Control Malfunction,ELECTRONIC STABILITY CONTROL,R21BC-SB,Vehicle,60,"Blue Bird Body Company (Blue Bird) is recalling certain 2021-2022 Vision and 2022 All American school buses equipped with hydraulic brakes and electronic stability control (ESC). The Hydraulic Brake control unit (ECU) may not have been programmed correctly, possibly causing the ESC to malfunction.","If the electronic stability control does not function properly, it can increase the risk of a crash or injury.","Blue Bird will notify owners, and dealers will inspect the hydraulic brake ECU and repair it as necessary, free of charge. The recall began on April 9, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BC-SB." -02/17/2021,21V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V084000),Blue Bird Body Company,Electronic Stability Control Malfunction,ELECTRONIC STABILITY CONTROL,R21BC-NSB,Vehicle,2,"Blue Bird Body Company (Blue Bird) is recalling certain 2022 All American buses equipped with hydraulic brakes and electronic stability control (ESC). The Hydraulic Brake control unit (ECU) may not have been programmed correctly, possibly causing the ESC to malfunction.","If the electronic stability control does not function properly, it can increase the risk of a crash or injury.","Blue Bird will notify owners, and dealers will inspect the hydraulic brake ECU and repair it as necessary, free of charge. The recall began on April 9, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BC-NSB." -02/17/2021,21E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E014000),"Cummins, Inc.",Engine Control Module Calibrated Incorrectly,ENGINE,C2409,Equipment,267,"Cummins, Inc. (Cummins) is recalling certain Cummins Westport Inc. B6.7N natural gas engines (part number D1H3001BX03) equipped with certain engine control module calibrations. The engine control module software may be calibrated incorrectly, causing the engine to not limit engine speed or torque as intended for certain safety-related functions such as vehicle braking, traction and stability control, speed control, or collision avoidance.","If safety-related functions such as vehicle braking, stability, speed, and collision avoidance do not function properly, it can increase the risk of a crash.","Cummins will notify manufacturers and owners, and dealers will recalibrate the engine control module, free of charge. The recall began April 9, 2021. Owners may contact Cummins customer service at 1-800-286-6467. Cummins number for this recall is C2409." -02/17/2021,21V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V080000),PACCAR Incorporated,Flywheel Capscrews Not Tightened Properly,ENGINE,21KWA / 21PBB,Vehicle,132,"PACCAR Incorporated (PACCAR) is recalling certain 2021-2022 Kenworth T680, T880, W990, T800, W900 and Peterbilt 579, 567, 389, 367 vehicles equipped with a Cummins X15 engine. The capscrews that attach the flywheel to the crankshaft may have been improperly torqued, allowing the flywheel to detach.","A detached flywheel can cause loss of drive power, increasing the risk of a crash. Additionally, driveline pieces may be ejected from the engine compartment, increasing the risk of injury.","PACCAR will notify owners, and dealers will properly torque the capscrews and the engine will also be inspected for damage and, if necessary, repaired, free of charge. The recall began on March 29, 2021. Owners may contact PACCAR customer service at 1-425-828-5888 (Kenworth) or 1-940-591-4220 (Peterbilt). PACCAR's numbers for this recall are 21KWA and 21PBB." -02/17/2021,21V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V076000),Ford Motor Company,Frontal Air Bag Inflator May Explode,AIR BAGS,21S05,Vehicle,144340,"Ford Motor Company (Ford) is recalling certain 2004-2006 Ranger vehicles that may be equipped with a driver or passenger frontal air bag inflator used as a replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.","In the event of a crash necessitating deployment of the frontal air bag, an inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.","Ford will notify owners, and dealers will inspect the driver and passenger air bag module, and replace either the module or the inflator, if necessary, free of charge. The recall began March 17, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S05." -02/17/2021,21V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V078000),"Volkswagen Group of America, Inc.",Incorrect Air Bag Module Parameters/FMVSS 208,AIR BAGS,69BV,Vehicle,26967,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2020-2021 Audi Q7 vehicles. The air bag control module may deploy the second stage of the front passenger air bag too quickly after the first stage when the seat is occupied by an unbelted child. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","During a crash necessitating the deployment of the passenger air bag, the second stage may deploy too quickly when a child is in the front passenger seat, increasing the risk of injury.","Audi will notify owners, and dealers will update the air bag control module, free of charge. The recall began March 5, 2021. Owners can contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 69BV." -02/17/2021,21V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V079000),"Navistar, Inc.",Loss of Electrical Power May Cause Engine Shutdown,ELECTRICAL SYSTEM,21501,Vehicle,27457,"Navistar, Inc. (Navistar) is recalling certain 2018-2021 International LoneStar and 2017-2021 International LT vehicles. The battery ground cable ring terminal at the frame connecting point may break, resulting in a loss of electrical power and unintended engine shutdown without warning.",An unexpected engine shutdown can increase the risk of a crash.,"Navistar will notify owners, and dealers will replace the battery ground cable, free of charge. The recall began on April 16, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 21501." -02/17/2021,21V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V077000),"Daimler Vans USA, LLC",Rearview Camera Obscured or Delayed/FMVSS 111,BACK OVER PREVENTION,VS3RUECON,Vehicle,198,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes Benz Sprinter and Freightliner Sprinter vehicles equipped with the multimedia system ""Connect 5"" and a rearview camera. The rearview image may not display within 2 seconds from the start of the backing event. In addition, the rearview image may be obscured or covered by the visual display of the Emergency Call (eCall) pop-up window if the eCall system is activated while the reverse gear is engaged. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""","A delayed or obstructed rearview camera display can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","DVUSA will notify owners, and dealers will perform a software update on the vehicles, free of charge. The recall began March 5, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3RUECON." -02/17/2021,21V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V085000),Ducati North America,Side Stand Bracket May Break,STRUCTURE,SRV-RCL-21-001,Vehicle,1601,"Ducati North America (Ducati) is recalling certain 2016-2018 XDiavel S and XDiavel STD motorcycles. The side stand bracket may fatigue under load, resulting in failure of the side stand assembly and a potential for the motorcycle to fall when stationary on the stand.",A falling motorcycle can increase the risk of injury to persons nearby.,"Ducati will notify owners, and dealers will install a new side stand bracket, free of charge. The recall is expected to begin March 15 2021. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-21-001." -02/16/2021,21E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E013000),Ford Motor Company,Frontal Air Bag Inflator May Explode,AIR BAGS,21S05,Equipment,249,"Ford Motor Company (Ford) is recalling certain air bag inflator and/or module replacement service parts that may have been used as part of a collision repair. The parts include certain driver-side air bag inflators and/or modules, designed to fit 2005-2014 Ford Mustang and Mustang GT500. It also includes certain passenger-side air bag inflators and/or modules designed to fit 2005-2014 Ford Mustang, 2010-2012 Lincoln MKZ, 2010-2012 Ford Fusion, 2010-2011 Mercury Milan, 2007-2011 Ford Ranger, and 2007-2010 Lincoln MKX vehicles. Please see Ford's recall report for the specific part numbers. These parts may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.","In the event of a crash necessitating deployment of the frontal air bag, an inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.","Ford will notify dealers that purchased the affected parts, and dealers will provide replacement parts to purchasers, free of charge. The recall began March 18, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S05." -02/16/2021,21V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V081000),Ford Motor Company,Frontal Air Bag Inflator May Explode,AIR BAGS,21S05,Vehicle,1067,"Ford Motor Company (Ford) is recalling certain 2005-2014 Mustang, 2004-2011 Ranger, 2009-2011 Mercury Milan, 2006 Ford GT, 2008-2012 Fusion, 2007-2010 Edge and Lincoln MKX, and 2009-2010 Lincoln MKZ vehicles. These vehicles may be equipped with a driver or passenger frontal air bag inflator used as a replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.","In the event of a crash necessitating deployment of the frontal air bag, an inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.","Ford will notify owners, and dealers will inspect the driver and passenger air bag module, and replace either the module or the inflator, if necessary, free of charge. The recall began March 17, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S05." -02/16/2021,21V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V074000),Ford Motor Company,Incorrect Front Lower Control Arms,SUSPENSION,21S03,Vehicle,106,Ford Motor Company (Ford) is recalling certain 2021 Bronco Sport vehicles. These vehicles may have been produced with incorrect front lower control arms.,"An incorrect lower control arm may affect vehicle handling and control, increasing the risk of a rollover crash.","Ford will notify owners, and dealers will inspect and replace the front lower control arms, if necessary, free of charge. The recall began April 9, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S03." -02/16/2021,21V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V075000),Ford Motor Company,Missing or Loose Rear Suspension Bolts,SUSPENSION,21S04,Vehicle,1638,Ford Motor Company (Ford) is recalling certain 2021 Bronco Sport vehicles. The rear suspension subframe assembly may have loose or missing bolts.,"Loose or missing bolts may affect the vehicle's handling and control, increasing the risk of a crash. It could also reduce the vehicle's performance in a rear impact crash, increasing the risk of injury.","Ford will notify owners, and dealers will inspect the rear suspension bolts, and secure or replace the bolts, as necessary, free of charge. The recall began March 10, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S04." -02/16/2021,21E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E012000),Reyco Granning,Steering Gear Fasteners May Become Loose,STEERING,NR (Not Reported),Equipment,109,"Reyco Granning (Reyco) is recalling certain fire truck independent front suspensions, part number IFS-FT. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering or prevent steering in one direction.",Difficulty steering or the inability to steer in both directions can increase the risk of a crash.,"Reyco will notify manufacturers, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall began February 16, 2021. Owners may contact Reyco customer service at 1-765-543-5815." -02/15/2021,21T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21T001000),"Continental Tire the Americas, LLC",Tire Failure may Cause Sudden Air Loss,TIRES,NR (Not Reported),Tire,93959,"Continental Tire the Americas, LLC. (Continental Tire) is recalling certain Continental, General, and Barum brand tires sold as original or replacement equipment. The affected tires were cured for too long during production.","Over cured tires may develop a break in the sidewall resulting in sudden air loss or a belt edge separation which could lead to a tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Continental Tire will notify the owners that purchased the tires as replacement equipment. Various vehicle manufacturers will conduct recalls for vehicles equipped with these tires at the time of purchase. The tires will be inspected to verify that they are affected, and will be replaced as necessary, free of charge. The recall is expected to begin April 5, 2021. Owners may contact Continental Tire customer service at 1-888-799-2168." -02/12/2021,21V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V070000),Blue Bird Body Company,3-Point Seat Belt Seats Installed Incorrectly,SEAT BELTS,R21BB-SB,Vehicle,620,"Blue Bird Body Company (Blue Bird) is recalling certain 2020-2022 Vision and All American buses. The seats with integrated 3-point seat belts may have been installed incorrectly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""",An incorrectly installed seat can increase the risk of injury in the event of a crash.,"Blue Bird will notify owners, and dealers will inspect the seats and install any missing hardware, as necessary, free of charge. The recall is expected to begin April 9, 2021. Owner notification letters were mailed February 03, 2022. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R21BB-SB." -02/12/2021,21V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V069000),Newmar Corporation,Caliper Mounting Bolt Not Tightened Properly,"SERVICE BRAKES, HYDRAULIC",21V-018,Vehicle,5,Newmar Corporation (Newmar) is recalling certain 2021 Kountry Star and Ventana motorhomes. One of the six brake caliper mounting bolts on the driver side steer axle may have been incorrectly tightened.,"The loose bolt could result in the loosening of other caliper bolts. Insufficiently tightened bolts may not provide adequate clamping force between the brake caliper and brake anchor plate, resulting in reduced brake effectiveness, increasing the risk of a crash.","On behalf of Newmar, DTNA will coordinate the recall repair and notify owners, and dealers will inspect and repair as necessary, free of charge. The recall began on April 12, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 21V-018." -02/12/2021,21V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V071000),"Mercedes-Benz USA, LLC",Electronic Stability Control Malfunction/FMVSS 126,ELECTRONIC STABILITY CONTROL,2021030004,Vehicle,41838,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020-2021 GLE450, GLE350, and 2020 GLS450, GLE580, GLS580 vehicles. During certain evasive driving maneuvers, the Electronic Stability Program (ESP) software may apply torque to one of the front wheels, pulling the vehicle to one side. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","If the vehicle unexpectedly pulls to one side during an evasive maneuver, it can increase the risk of a crash.","MBUSA will notify owners, and dealers will update the ESP software, free of charge. The recall began March 31, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021030004." -02/12/2021,21V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V072000),"Mercedes-Benz USA, LLC",Emergency Call (eCall) Function May be Disabled,COMMUNICATION,2021030005,Vehicle,67,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2019 C300, E300, 2018-2020 CLA250, 2020 CLS450, AMG E53, AMG GT53, GLE450, 2018 AMG E63, AMG GTA, 2017-2020 GLA250, GLC300, 2019 GLC350, AMG GLC43, 2017-2018 GLE350, 2019 AMG GLC 43, GLC350, GLE400, 2017 GLS450, S550, C300 Cabrio, and 2018-2019 S560 vehicles. On June 18, 2021, an additional 9 vehicles were added, including certain 2021 GLA250, GLC300, 2018 S450, E400, and 2017 CLA250 vehicles. The communication module might have been inadvertently deactivated during a service visit, which could have disabled the Emergency Call (eCall) function.","A disabled eCall system would prevent a vehicle occupant from contacting emergency services through the call center in an emergency, potentially delaying emergency responders and increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the communication module and activate it, if necessary, free of charge. The recall began March 31, 2021. Letters for the owners of the 9 additional vehicles were mailed July 9, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021030005." -02/12/2021,21V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V073000),"Daimler Trucks North America, LLC",Flywheel Capscrews Not Tightened Properly,ENGINE,FL-875,Vehicle,7,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021-2022 Freightliner Cascadia vehicles equipped with a Cummins X15 engine. The capscrews that attach the flywheel to the crankshaft may have been improperly torqued, allowing the flywheel to detach.","A detached flywheel can cause loss of drive power, increasing the risk of a crash. Additionally, driveline pieces may be ejected from the engine compartment, increasing the risk of injury.","DTNA will work with the engine manufacturer Cummins Inc. to notify owners, and Cummins dealers will properly torque the capscrews and inspect for possible damage and, if necessary, repair any damage found, free of charge. The recall is expected to begin April 12, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-875." -02/12/2021,21E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E011000),Reyco Granning,Steering Gear Fasteners May Become Loose,STEERING,21V-041,Equipment,548,"Reyco Granning (Reyco) is recalling certain independent front suspensions, models IFS-17S3 and IFS20-S3 with part number IFS-S3. The steering gear mounting bolts may become loose and back out, resulting in difficulty steering or prevent steering in one direction.",Difficulty steering or the inability to steer in both directions can increase the risk of a crash.,"Reyco will notify the affected manufacturer, and dealers will replace the steering gear mounting bolts and washers, free of charge. The recall began February 16, 2021. Owners may contact Reyco customer service at 1-765-543-5815. Reyco's number for this recall is 21V-041." -02/11/2021,21V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V065000),Volvo Trucks North America,Flywheel Capscrews Not Tightened Properly,ENGINE,NR (Not Reported),Vehicle,2,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2022 VNL vehicles equipped with Cummins X15 diesel engines. The capscrews that attach the flywheel to the crankshaft may have been improperly torqued, allowing the flywheel to detach.","A detached flywheel can cause loss of drive power, increasing the risk of a crash. Additionally, driveline pieces may be ejected from the engine compartment, increasing the risk of injury.","The affected vehicles are still within the manufacturer's control. The Volvo Trucks manufacturing facility will properly torque the capscrews and inspect for possible damage and, if necessary, repair any damage found, free of charge. The recall began January 5, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586." -02/11/2021,21V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V066000),"Trail King Industries, Inc.",Front Disc Brake Caliper May Corrode,"SERVICE BRAKES, AIR",TK202101,Vehicle,47,"Trail King Industries, Inc. (Trail King) is recalling certain 2019-2021 TKHDG, TKAMG, TKAHG, TKHG, TKMG, TKMB, and TKLPSD trailers equipped with disc brakes and a yoke-type suspension. Sealant may be missing on the disc brake chamber extension tube on the front axle, possibly allowing water intrusion which can cause corrosion or freezing of the brake caliper mechanism.","If the disc brake's caliper mechanism corrodes or freezes, it can reduce front braking effectiveness, increasing the risk of a crash.","Trail King began notifying owners, and dealers will inspect the front axle brake system, and seal the disc brake extension tube on the front axle, as necessary, free of charge. If water has intruded into the caliper mechanism and caused corrosion, the caliper will be replaced, free of charge. The recall began February 17, 2021. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK202101." -02/11/2021,21V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V068000),"Nissan North America, Inc.",Fuel Hose May Disconnect From Fuel Tank,"FUEL SYSTEM, GASOLINE",PC791,Vehicle,2150,"Nissan North America, Inc. (Nissan) is recalling certain 2021 Nissan Rogue vehicles. The fuel hose may not be secured in the proper position and the fuel tank lock ring may not be fully seated.","An improperly secured fuel hose may leak, increasing the risk of a fire. The fuel hose may also disconnect completely, causing the engine to stall and increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and, as necessary, reposition and secure the fuel hose and lock ring, free of charge. The recall began March 16, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC791." -02/11/2021,21V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V064000),"General Motors, LLC",Fuel Tank May Leak,"FUEL SYSTEM, GASOLINE",N212327720,Vehicle,18,"General Motors, LLC (GM) is recalling certain 2021 Chevrolet Tahoe and GMC Yukon vehicles. The fuel tank assemblies may be missing adhesive between two layers of the fuel tank shell which may result in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"GM will notify owners, and dealers will replace the fuel tank, free of charge. The recall began March 6, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is N212327720." -02/11/2021,21V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V067000),"Daimler Trucks North America, LLC",Transmission Fluid Leak,POWER TRAIN,FL-874,Vehicle,15835,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2014-2019 Freightliner Business Class M2 vehicles. The retaining clip that connects the transmission oil cooler line to the in-tank oil cooler may fail, possibly resulting in a transmission fluid leak.","If a rapid loss of transmission fluid occurs while driving, it could result in a road hazard for other motorists, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the retaining clip with a collar and clamp connection, free of charge. The recall began on April 9, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-874." -02/10/2021,21V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V063000),Motor Coach Industries,Improperly Installed Power Cables,ELECTRICAL SYSTEM,R21-003,Vehicle,1229,"Motor Coach Industries (MCI) is recalling certain 2018-2021 J4500 and 2018-2020 D45CRTLE vehicles. The power cables may have been improperly installed and routed in the vehicle battery compartment, which may result in chafing.","The power cables may chafe, increasing the risk of a fire.","MCI will notify owners, and dealers will inspect and if necessary, correct the clearance for the power cables in the battery compartment, free of charge. The recall began March 12, 2021. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is R21-003." -02/10/2021,21V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V062000),"BMW of North America, LLC",Possible Loss of Braking Assistance and ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,893,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 8 Series Coupe, Grand Coupe and convertible 840i, 840i xDrive, M850i xDrive, M8 and 740 Li, 740 Li xDrive, 750 Li xDrive, M760 Li xDrive, X6 sDrive40i, X6 xDrive40i, X6 xdrive50i, X6 M50i, X6M, and 2019-2021 X5 sDrive40i, X5 xDrive40i, X5 xDrive50i, X5 M50i, X5M, X7 xDrive40i, X7 xDrive50i, X7 M50i, and 2021 M3, M3 Competition, M4 Coupe, M4 Competition Coupe, X5 xDrive45e, 745 Le xDrive. The rotor and shaft within the integrated brake system may not have been welded properly and could separate during a hard braking event, possibly resulting in a loss of the Antilock Brake System (ABS) and braking assistance.",A loss of ABS and a reduction in braking assistance can increase the risk of a crash.,"BMW will notify owners, and dealers will replace the integrated brake system, free of charge. Owner notification letters were mailed on May 25, 2021. Owners may contact BMW customer service at 1-800-525-7417." -02/08/2021,21V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V060000),"BMW of North America, LLC",Fuel Pump Flange May Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20963,"BMW of North America, LLC (BMW) is recalling certain 2011-2014 S 1000 RR/R/ HP4, R 1200 GS/GS Adventure/R/RT, K 1300 S, K 1600 GT/GTL/GTL Exclusive and 2014 R nine T motorcycles. The fuel pump, and auxiliary fuel pump in certain models, may crack and leak fuel during vehicle operation.","A fuel leak, in the presence of an ignition source, may result in a fire.","BMW will notify owners, and dealers will replace the fuel pump, free of charge. The recall began March 17, 2021. Owners may contact BMW customer service at 1-800-525-7417." -02/08/2021,21V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V061000),PJ Trailers,Inner Bearing Missing on Axle,EQUIPMENT,NR (Not Reported),Vehicle,373,"PJ Trailers is recalling certain 2021 C4, C5, U8, UL, U6, and UC trailers equipped with axles that may have missing inner bearings.","A missing inner bearing can cause excessive vibration, which over time could result in wheel separation, increasing the risk of a crash.","PJ Trailers will notify owners, and dealers will inspect the trailer axles and replace the idler axles, hub subassemblies, washers, and dust covers, as necessary, free of charge. The recall began on March 25, 2021. Owners may contact PJ Trailers customer service at 1-866-752-8781." -02/08/2021,21V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V059000),"Forest River, Inc.",Safety Chains Could Break,EQUIPMENT,22-1289,Vehicle,53,"Forest River, Inc. (Forest River) is recalling certain 2021 Wildcat Travel Trailer models WCT247RXX-OR and WCT276FKX-OR. The safety chains do not meet the Gross Vehicle Weight Rating (GVWR) and could potentially break.","Safety chain breakage could cause the trailer to detach from the tow vehicle, increasing the risk of a crash","Forest River will notify owners, and dealers will replace the safety chains with correctly rated safety chains, free of charge. The recall began February 22, 2021. Owners may contact Forest River customer service at 1-503-831-5410. Forest River's number for this recall is 22-1189." -02/05/2021,21V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V057000),"Mercedes-Benz USA, LLC",Dashboard May Impair Passenger Air Bag Deployment,STRUCTURE,2021030003,Vehicle,8,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLS 450, GLE 350, GLE 450, and 2021 AMG GLE53 vehicles. The dashboard surface may not be properly secured to the base material.","In the event of a crash where the passenger air bag deploys, an unsecured dashboard could impair the inflation of the passenger air bag, increasing the risk of injury.","MBUSA will notify owners, and dealers will replace the dashboard, free of charge. The recall began April 16, 2021. Owners may contact MBUSA customer serviced at 1-800-367-6372. MBUSA's number for this recall is 2021030003." -02/05/2021,21V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V055000),"Daimler Vans USA, LLC",Inaccurate Vehicle Location for Emergency Services,ELECTRICAL SYSTEM,VSXHERMPOS,Vehicle,84345,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2020 Mercedes-Benz Metris and 2019-2020 Mercedes-Benz Sprinter vehicles. The software design of the communication module may fail to communicate the correct vehicle location for the emergency call system (eCall) in the event of a crash.","Failure of the eCall system may result in emergency responders being dispatched to the wrong location, increasing the risk of injury following a crash.","DVUSA will notify owners, and dealers will update the software communication module for the automatic emergency call system, free of charge. The recall began on May 5, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VSXHERMPOS." -02/05/2021,21V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V058000),"Mercedes-Benz USA, LLC",Inaccurate Vehicle Location for Emergency Services,COMMUNICATION,2021020025,Vehicle,1292258,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 - 2021 CLA-Class, GLA-Class, GLE-Class, GLS-Class, SLC-Class, A-Class, GT-Class, C-Class, E-Class, S-Class, CLS-Class, SL-Class, B-Class, GLB-Class, GLC-Class, and G-Class vehicles. Please refer to the Part 573 report for specific vehicle model details. The software design of the communication module may fail to communicate the correct vehicle location for the emergency call system (eCall) in the event of a crash.","Failure of the eCall system may result in emergency responders being dispatched to the wrong location, increasing the risk of injury following a crash.","MBUSA will notify owners, and the communication module software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. The recall began March 12, 2021. Owners may contact MBUSA customer service at 1-877-762-8267. MBUSA's number for this recall is 2021020025." -02/05/2021,21V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V050000),"General Motors, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,N212328760,Vehicle,2641272,"General Motors, LLC (GM) is recalling certain 2007-2011 Cadillac Escalade, Escalade ESV, Escalade EXT, Chevrolet Avalanche, Silverado 1500, Suburban, Tahoe, GMC Sierra 1500, Yukon, Yukon XL, and 2009-2011 Chevrolet Silverado 2500, Silverado 3500, GMC Sierra 2500 and Sierra 3500 vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, GM is recalling certain 2007-2008 Cadillac Escalade, Escalade ESV, Escalade EXT, Chevrolet Avalanche, Silverado 1500, Suburban, Tahoe, GMC Sierra 1500, Yukon, Yukon XL vehicles originally sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" These vehicles are equipped with non-desiccated passenger frontal inflators containing phase-stabilized ammonium nitrate (PSAN) propellant. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. Interim letters notifying owners of the safety risk were mailed on February 22, 2021. Second notification letters will be mailed once the remedy is available. Owner notification letters were mailed on March 1, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006; and GMC customer service at 1-800-462-8782. GM's number for this recall is N212328760." -02/05/2021,21V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V051000),"General Motors, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,N212328770,Vehicle,284645,"General Motors, LLC (GM) is recalling certain 2012 Cadillac Escalade, Escalade ESV, Escalade EXT, Chevrolet Avalanche, Silverado 1500, Silverado 2500/3500, Suburban, Tahoe, GMC Sierra 1500, Sierra 2500/3500, Yukon, and Yukon XL originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" These vehicles are equipped with non-desiccated passenger frontal inflators containing phase-stabilized ammonium nitrate (PSAN) propellant. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. Interim letters notifying owners of the safety risk were mailed on February 22, 2021. Second notification letters will be mailed once the remedy is available. Owner notification letters were mailed on May 11, 2021. Owners may contact Cadillac customer service at 1-800-458-8006; Chevrolet customer service at 1-800-222-1020; and GMC customer service at 1-800-462-8782. GM's number for this recall is N212328770." -02/05/2021,21V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V052000),"General Motors, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,N212328780,Vehicle,557023,"General Motors, LLC (GM) is recalling certain 2009 Cadillac Escalade, Escalade ESV, Escalade EXT, Chevrolet Avalanche, Silverado 1500, Silverado 2500, Silverado 3500, Suburban, Tahoe, GMC Sierra 1500, Sierra 2500, Sierra 3500, Yukon, and Yukon XL vehicles originally sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Additionally, GM is recalling certain 2007-2008 Cadillac Escalade, Escalade ESV, and Escalade EXT, Chevrolet Avalanche, Silverado 1500, Suburban, Tahoe, GMC Sierra 1500, Yukon, and Yukon XL vehicles originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with non-desiccated passenger frontal inflators containing phase-stabilized ammonium nitrate (PSAN) propellant. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. Interim letters notifying owners of the safety risk were mailed on February 23, 2021. Second notification letters will be mailed once the remedy is available. Owner notification letters were mailed on September 20, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020, Cadillac customer service at 1-800-458-8006, and GMC customer service at 1-800-462-8782. GM's number for this recall is N212328780." -02/05/2021,21V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V053000),"General Motors, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,N212328790,Vehicle,692526,"General Motors, LLC (GM) is recalling certain 2013 Cadillac Escalade, Escalade ESV, and Escalade EXT, Chevrolet Avalanche, Silverado 1500, Silverado 2500/3500, Suburban, Tahoe, GMC Sierra 1500, Sierra 2500/3500, Yukon, and Yukon XL vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, GM is recalling certain 2010 Cadillac Escalade, Escalade ESV, and Escalade EXT, Chevrolet Avalanche, Silverado 1500, Silverado 2500/3500, Suburban, Tahoe, GMC Sierra 1500, Sierra 2500/3500, Yukon, and Yukon XL vehicles originally sold, or ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Additionally, GM is recalling certain 2009 Cadillac Escalade, Escalade ESV, and Escalade EXT, Chevrolet Avalanche, Silverado 1500, Silverado 2500/3500, Suburban, Tahoe, GMC Sierra 1500, Sierra 2500/3500, Yukon, and Yukon XL vehicles originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C.""","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. Interim letters notifying owners of the safety risk were mailed on February 24, 2021. Second notification letters will be mailed once the remedy is available. Owner notification letters were mailed on May 11, 2021. Owners may contact Cadillac customer service at 1-800-458-8006; Chevrolet customer service at 1-800-222-1020; and GMC customer service at 1-800-462-8782. GM's number for this recall is N212328790." -02/05/2021,21V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V054000),"General Motors, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,N212328800,Vehicle,1778128,"General Motors, LLC (GM) is recalling certain 2014 Cadillac Escalade, Escalade ESV, Chevrolet Silverado 2500, Silverado 3500, Suburban, Tahoe, GMC Sierra 2500, Sierra 3500, Yukon, and Yukon XL vehicles originally sold, or ever registered, in the states of AL, CA, FL, GA, HI, LA, MS, SC, TX, PR, AS, GU, the MP, and VI or ""Zone A."" Additionally GM is recalling certain 2011-2014 Cadillac Escalade, Escalade ESV, Chevrolet Silverado 2500, Silverado 3500, Suburban, Tahoe, GMC Sierra 2500, Sierra 3500, Yukon, Yukon XL and 2011-2013 Cadillac Escalade EXT, Chevrolet Avalanche, Silverado 1500, and GMC Sierra 1500 vehicles originally sold, or ever registered, in the states of AZ, AR, DE, DC, IL, IN, KS, KY, MD, MO, NE, NV, NJ, NM, NC, OH, OK, PA, TN, VA, and WV or ""Zone B."" Additionally, GM is recalling certain 2010-2014 Cadillac Escalade, Escalade ESV, Chevrolet Silverado 2500, Silverado 3500, Suburban, Tahoe, GMC Sierra 2500, Sierra 3500, Yukon, and Yukon XL and 2010-2013 Cadillac Escalade EXT, Chevrolet Avalanche, Silverado 1500, and GMC Sierra 1500 vehicles originally sold, or ever registered, in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MT, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI, and WY or ""Zone C."" These vehicles are equipped with non-desiccated passenger frontal inflators containing phase-stabilized ammonium nitrate (PSAN) propellant. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.","An inflator explosion may result in sharp metal fragments striking the driver or other occupants, resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. Interim letters notifying owners of the safety risk were mailed on February 25, 2021. Second notification letters will be mailed once the remedy is available. Owner notification letters were mailed to 40 VIN owners on May 11, 2021. A second owner notification letter was mailed to all other owners on January 24, 2022. Owners may contact Chevrolet customer service at 1-800-222-1020; Cadillac customer service at 1-800-458-8006; and GMC customer service at 1-800-462-8782. GM's number for this recall is N212328800." -02/05/2021,21V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V056000),"Mercedes-Benz USA, LLC",Reverse Light Remains Illuminated/FMVSS 108,EXTERIOR LIGHTING,2022050004,Vehicle,8186,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 GLE350 and GLE450 vehicles. The lighting control unit may malfunction and cause the left exterior reverse light to remain illuminated after the transmission is shifted into a different gear. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the reverse light remains illuminated in a gear other than reverse, it may cause confusion about the driver's intention to other motorists, and increase the risk of a crash.","MBUSA will notify owners, and dealers will replace the lighting control unit, free of charge. Owner notification letters were mailed June 10, 2022. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2022050004." -02/04/2021,21E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E009000),"Cummins, Inc.",Flywheel Capscrews Not Tightened Properly,ENGINE,C2402,Equipment,251,"Cummins, Inc. (Cummins) is recalling certain X15 diesel engines, part number D103109BX03. The capscrews that attach the flywheel to the crankshaft may have been improperly torqued, allowing the flywheel to detach.","A detached flywheel can cause loss of drive power, increasing the risk of a crash. Additionally, driveline pieces may be ejected from the engine compartment, increasing the risk of injury.","Cummins will notify owners, and dealers will properly torque the capscrews and inspect for possible damage and, if necessary, repair any damage found, free of charge. The recall began March 29, 2021. Owners may contact Cummins customer service at 1-800-286-6467. Cummin's number for this recall is C2402." -02/04/2021,21V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V049000),"Jayco, Inc.",Incorrect Spring Hanger Installed,STRUCTURE,9901563,Vehicle,139,"Jayco, Inc. (Jayco) is recalling certain 2021 Jayco Eagle fifth wheel vehicles. Certain vehicles were equipped with a 4 1/4 inch spring hanger instead of the proper 5 1/4 inch spring hanger, reducing the tire clearance.","Reduced tire clearance can increase the risk of tire blow out, which can cause loss of vehicle control, increasing the risk of an crash.","Jayco will notify owners, and dealers will install the correct 5 1/4 spring hangers, free of charge. The recall began March 29, 2021. Owners may contact Jayco customer service at 1-617-776-0344. Jayco's number for this recall is 9901563." -02/03/2021,21V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V045000),Royal Enfield North America Limited,Brake Caliper Malfunction Due To Corrosion,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4403,Royal Enfield North America Limited (Royal Enfield) is recalling certain 2018-2020 Continental GT 650 and Interceptor 650 motorcycles. Road salt may cause corrosion on the brake calipers.,"Corroded brake calipers may cause the brakes to drag or decrease braking performance, increasing the risk of a crash.","Royal Enfield will notify owners, and dealers will replace front and rear calipers, free of charge. Owner notification letters were mailed March 15, 2021. Owners may contact Royal Enfield customer service at 1-414-502-1214." -02/03/2021,21V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V042000),"Daimler Vans USA, LLC",Electronic Stability Control Unit Malfunction,ELECTRONIC STABILITY CONTROL,NC3DREZAHA,Vehicle,48667,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2012-2018 Mercedes Benz Sprinter 3500 and Freightliner Sprinter 3500 vehicles upfitted into campers or recreational vehicles. The Electronic Stability Control (ESC) unit may become disabled on these vehicles.","If ESC becomes disabled, vehicle driving stability may be impacted under certain driving conditions, increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the rear-wheel speed sensor with a more robust sensor, free of charge. DVUSA issued owners an interim notification on March 10, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is NC3DREZAHA." -02/03/2021,21V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V048000),"Yamaha Motor Corporation, USA",Incorrect VIN On Federal Certification Label,EQUIPMENT,990144,Vehicle,8281,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2019-2021 YZF-R3 motorcycles, 2019-2020 XMAX (CDZ300) scooters, and 2020 MT03 motorcycles. The Vehicle Identification Number (VIN) printed on the Federal Certification label may not match the VIN stamped on the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The owner, referencing an incorrect VIN label, may not recognize their vehicle is involved in a safety recall, and may not have the recall remedy performed, which could increase the risk of injury, fire or a crash.","Yamaha will notify owners, and dealers will install a correct certification label, free of charge. The recall began February 19, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990144." -02/03/2021,21V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V046000),"BMW of North America, LLC",Output Shafts May Break,POWER TRAIN,NR (Not Reported),Vehicle,28,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 530i xDrive, 540i xDrive and 2021 740Li xDrive vehicles. The output shafts (left/right) which transfer power from the driveshaft to the rear wheels may break due to a heat treatment error during supplier production.","A broken output shaft can lead to a loss of drive power or a rollaway condition in a parked vehicle (if the parking brake is not engaged), increasing the risk of a crash.","BMW will notify owners, and dealers will replace the output shaft(s), free of charge. The recall began March 24, 2021. Owners may contact BMW customer service at 1-800-525-7417." -02/03/2021,21E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E008000),"Bigfoot Industries, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Equipment,75,"Bigfoot Industries, Inc. (Bigfoot) is recalling certain 1500 Series and 2500 Series truck campers, models 15C8.2, 15C9.5FS, 15C9.5FR, 25C9.4, 25C9.6, 25C10.4, and 25C10.6 equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Bigfoot will notify owners, and Dometic dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began March 18, 2021. Owners may contact Bigfoot customer service at 1-250-546-2155." -02/03/2021,21V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V047000),"Bigfoot Industries, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,90,"Bigfoot Industries, Inc. (Bigfoot) is recalling certain 2020-2021 25b25FB, 25B25RQ, 25B21FB, and 25B21RB recreational vehicles, equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Bigfoot will notify owners, and Dometic dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began March 18, 2021. Owners may contact Bigfoot customer service at 1-250-546-2155." -02/03/2021,21V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V043000),Toyota Motor Engineering & Manufacturing,Transport Hook May Damage Fuel Filler Pipe,"FUEL SYSTEM, GASOLINE",21LA01,Vehicle,1081,"Toyota Motor Engineering & Manufacturing (Lexus) is recalling certain 2019 Lexus RX350 and 2021 RX350 vehicles. The transport hook may not have been removed prior to sale. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 301, ""Fuel System Integrity.""","During a rear-end crash, the transport hook can damage the fuel filler pipe, increasing the risk of a fire.","Lexus will notify owners, and dealers will inspect and, as necessary, remove the rear transport hook, free of charge. The recall began April 1, 2021. Owners may contact Lexus customer service at 1-800-331-4331. Lexus' number for this recall is 21LA01." -02/02/2021,21V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V041000),Shyft Group,Steering Gear Fasteners May Come Loose,STEERING,21-03,Vehicle,548,"Shyft Group is recalling certain 2020-2021 RV Chassis K2, K3, K4 vehicles. The steering gear mounting fasteners may come loose, and fall out or interfere with other steering components.","If the steering gear mounting fasteners interfere with other steering components, difficulty in steering may occur, increasing the risk of a crash.","Shyft Group will notify owners, and dealers will remove and replace the steering gear mounting fasteners, free of charge. The recall began February 12, 2021. Owners may contact Shyft Group customer service at 1-800-582-3454." -02/01/2021,21V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V038000),"Volkswagen Group of America, Inc.",Bolts May Be Missing From Front Seat Tracks,SEATS,72L6,Vehicle,57,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Volkswagen Tiguan Long Wheelbase and Jetta vehicles. Bolts may be missing from the front seat tracks.","The seat can move front and back without restriction if bolts are missing, increasing the risk of injury during a crash.","Volkswagen will notify owners, and dealers will inspect the front seat tracks and, as necessary, install the bolts, free of charge. The recall began February 18, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 72L6." -02/01/2021,21E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E006000),Putco Inc,Bulb Exceeds Luminous Lux Standard/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,31716,"Putco Inc (Putco) is recalling certain Nitro-Lux LED Headlamp Bulb part numbers 700004 thru 709012. The headlamp bulbs may cause excessive glare or brightness to oncoming drivers. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Excessive glare or brightness to oncoming drivers can increase the risk of a crash.,"Putco will notify owners and distributors, and will replace the LED bulbs with Halogen bulbs, free of charge. The recall began March 1, 2021. Owners may contact Putco customer service at 1-800-247-3974." -02/01/2021,21V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V036000),"Corp. Micro Bird, Inc.",Electric Cabling Damaged,ELECTRICAL SYSTEM,21-086-WUS,Vehicle,5413,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2014-2021 Micro Bird G5 vehicles with electrical wiring, routed behind the driver's seat, that may have been damaged during rivet installation.","If the electric cabling is damaged, certain safety accessories or lamps may stop working, or a short-circuit may occur, increasing the risk of a fire.","Micro Bird will notify owners and dealers will provide field modification instructions, free of charge. The recall is expected to begin March 24, 2021. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-086-WUS." -02/01/2021,21V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V039000),"Corp. Micro Bird, Inc.",Electric Cabling Damaged,ELECTRICAL SYSTEM,21-086-WUC,Vehicle,564,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain 2013-2021 Micro Bird G5 school buses with electrical wiring, routed behind the driver's seat, that may have been damaged during rivet installation.","If the electric cabling is damaged, certain safety accessories or lamps may stop working, or a short-circuit may occur, increasing the risk of a fire.","Micro Bird will notify owners and dealers will provide field modification instructions, free of charge. The recall is expected to begin March 22, 2021. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 21-086-WUC." -02/01/2021,21V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V040000),"Proterra Operating Company, Inc.",Front Fender Flare Improvement,STRUCTURE,SC-21-13,Vehicle,21,"Proterra, Inc. (Proterra) is recalling certain 2020-2021 40' ZX5 vehicles. These vehicles have a front fender flare which may cause mud, dirt, debris, rain and snow to splash onto the driver's side window and mirror.","Driver visibility may become impeded, increasing the risk of a crash.","Proterra will notify owners, and dealers will install a retrofit fender flare, free of charge. The recall began February 9, 2021. Owners may contact Proterra customer service 1-864-438-0000. Proterra's number for this recall is SC-21-13." -02/01/2021,21V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V037000),"Chrysler (FCA US, LLC)",Master Cylinder Push Rod May Disconnect,"SERVICE BRAKES, HYDRAULIC",Y04,Vehicle,683,"Chrysler (FCA US, LLC) is recalling certain 2020-2021 Ram 1500 Classic SLT trucks. Certain vehicles were built without the retaining clip that secures the master cylinder push rod to the brake pedal, which can cause the brake pedal to separate from the brake system.","A separated brake pedal can result in the driver being unable to apply the service brakes, increasing the risk of a crash.","FCA US will notify owners, and dealers will inspect and install the push rod clip, free of charge. NOTE: Owners are advised to not drive their vehicles until they receive instructions on the inspection and repair, as necessary. The recall began February 9, 2021. Owners may contact FCA US customer service at 1-800-853-1403. FCA US number for this recall is Y04." -02/01/2021,21E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E007000),Howmet Aerospace,Wheel May Bend Or Break,WHEELS,NR (Not Reported),Equipment,22,"Howmet Aerospace (HWS) is recalling certain Alcoa High Polish Aluminum Wheels, part number ULT 397, wheel size 22.5 x 8.25. Under certain circumstances, these wheels may not be able to support the load, which can cause the wheels to bend or break while in use.",Bent or broken wheels can increase the risk of a crash.,"HWS will notify owners and distributors, and will replace the wheels, free of charge. The recall began January 11, 2021. Owners may contact Howmet Aerospace customer service at 1-800-242-9898." -01/29/2021,21V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V035000),"Tesla, Inc.",Center Display Can Lose Rearview Camera Image,BACK OVER PREVENTION,SB-21-21-001,Vehicle,134951,"Tesla, Inc. (Tesla) is recalling certain 2012-2018 Tesla Model S and 2016-2018 Model X vehicles with a center display equipped with a NVIDIA Tegra 3 processor and an 8GB eMMC NAND flash memory device. When the 8GB eMMC NAND flash memory device for the center display reaches lifetime wear, the eMMC controller will no longer be able to maintain the integrity of the filesystem, causing a failure in some of the center display functions.","The eMMC controller wear-out condition can cause the loss of the rearview camera display, defrost/defog control settings, and exterior turn signal lighting, reducing visibility and increasing the risk of a crash.","Owners should ensure their vehicles are operating firmware release 2020.48.48.12 or newer, which will alert owners if the eMMC is approaching lifetime wear. Tesla will notify owners, and will replace the VCM daughterboard with one containing an enhanced eMMC controller, free of charge. The recall began March 29, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-21-21-001." -01/29/2021,21V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V034000),"Mercedes-Benz USA, LLC",Child Seat Anchoring System Missing Anchor Bar,CHILD SEAT,2021020004,Vehicle,231,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2021 A220, A35 AMG, and CLA250 vehicles. The child seat anchoring system (ISOFIX) may be missing the right-side anchoring bar from the ISOFIX bracket on the right-rear seat.","If the anchoring bar is missing from the ISOFIX bracket, the child restraint cannot be properly secured to the seat using the ISOFIX securing system, increasing the risk of injury for a child in that seat.","MBUSA will notify owners, and dealers will inspect the right-rear ISOFIX bracket and replace the bracket, if necessary, free of charge. The recall began March 16, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021020004." -01/29/2021,21V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V032000),"Mercedes-Benz USA, LLC",Front Seat Belts May Not Fully Retract/FMVSS 208,SEAT BELTS,2021020010,Vehicle,24550,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2021 C300, 2017-2020 AMG C43, and AMG C63 vehicles. The front seat belts might not fully retract to their stowed position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If the seat belt does not fully retract, the occupant may find the operation of the seat belt inconvenient and not wear it, increasing the risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will check the retraction function of the front seat belts and adjust the damping foam within the B-pillars, as necessary, free of charge. The recall began February 26, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021020010." -01/29/2021,21V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V031000),"BMW of North America, LLC",Loose Steering Column Shaft,STEERING,NR (Not Reported),Vehicle,21,"BMW of North America, LLC (BMW) is recalling certain 2021 X5 sDrive40i, X5 xDrive40i, X5M, X5 xDrive45e, X6 sDrive40i, X6 xDrive40i, X7 xDrive40i, X7 M50i vehicles. The steering column shaft's universal joint connection may not have been tightened to specifications, and can become loose.","A loose steering column shaft universal joint connection can affect vehicle handling and control, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect and, depending upon the inspection, either the bolt will be replaced and tightened to specifications, or the steering column shaft, universal joint, and bolt will be replaced and tightened to specifications, free of charge. The recall began March 30, 2021. Owners may contact BMW customer service at 1-800-525-7417." -01/29/2021,21V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V033000),"Mercedes-Benz USA, LLC",Transmission May Shift Into Neutral While Driving,POWER TRAIN,2021020038,Vehicle,4,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 GLA 250 vehicles. The power supply for the automatic transmission control unit might be interrupted while driving, possibly causing the transmission to shift into neutral.","If the transmission shifts into neutral while driving, there would be loss of drive power, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the transmission control unit, free of charge. The recall began March 18, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021020038." -01/28/2021,21V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V028000),"Chrysler (FCA US, LLC)",Clutch Pressure Plate May Overheat,POWER TRAIN,Y01,Vehicle,42887,"Chrysler (FCA US, LLC) is recalling certain 2018-2021 Jeep Wrangler and 2020-2021 Jeep Gladiator vehicles equipped with manual transmissions. The clutch pressure plate may overheat and fracture.","Overheated clutch components may increase the risk of a fire. Additionally, damage to other nearby components can result in debris falling onto the road or a loss of drive, increasing the risk of a crash.","FCA US LLC will notify owners, and dealers will add software to reduce engine torque capability when clutch assembly temperatures rise to a level that may damage the inner pressure plate, free of charge."" FCA has ordered a stop sale for the affected vehicles as of February 25, 2021. Owner notification letters were mailed on March 4, 2021." -01/28/2021,21V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V029000),"Smeal Holding, LLC",Locking Tabs May Break Off During Operation,EQUIPMENT,21-02,Vehicle,343,"Smeal Holding, LLC (Smeal) is recalling certain 2009-2020 Aerial Fire Apparatus vehicles equipped with a positional waterway trolley. If the operator attempts to both extend the ladder, and shift from one mode to the other at the same time, the locking tabs can be broken off the locking arms.","A damaged positional waterway trolley can become disconnected from the ladder and drop to the ground, increasing the risk of injury or death.","Smeal will notify owners, and dealers will adjust the proximity switches for those units equipped with a positional waterway mode shift timer interlock system, free of charge. The recall began on March 25, 2021. Owners may contact Smeal customer service at 1-800-867-6478." -01/28/2021,21V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V030000),"Autocar, LLC",Seat Belt Wiring Harness May Chafe,SEAT BELTS,ACX-2101,Vehicle,3196,"Autocar, LLC (Autocar) is recalling certain 2018-2021 Xpeditor vehicles. These vehicles may have a seat belt harness routing located too close to the seat mechanism. If the harness chafes and short circuits, the circuit protection fuse will open, and the engine will shut off and not restart.","The vehicle may stall and not restart, without warning, increasing the risk of a crash, personal injury or property damage.","Autocar will notify owners, and dealers will route and secure the seatbelt wiring clear of the seat mechanism, free of charge. The recall began on March 25, 2021. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2101." -01/27/2021,21V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V027000),"Volkswagen Group of America, Inc.",Detached Circlip Can Cause Steering To Lockup,STEERING,48P7,Vehicle,1,"Volkswagen Group of America, Inc. (Audi) is recalling one 2019 Audi Q3 vehicle. Production deviation in the belt pully can prevent the circlip from properly engaging the steering rack.","The circlip can detach and catch on surrounding components, causing the steering system to lock and increasing the risk of a crash.","Audi will notify the owner, and a dealer will replace the steering rack, free of charge. The recall was completed February 28, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 48P7." -01/27/2021,21V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V026000),"Volkswagen Group of America, Inc.",Loss of Steering Due To Knuckle Failure,STEERING,40Q7,Vehicle,10303,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas and 2020-2021 Atlas Cross Sport vehicles. The front steering knuckle may fracture in the area of the strut mounting.","A fractured steering knuckle can cause a loss of vehicle control, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect and, as necessary, replace one or both steering knuckles, free of charge. The recall began February 16, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 40Q7." -01/26/2021,21V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V023000),"Excellance, Inc",Brake Line Routing May Cause Wear and Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"Excellance, Inc (Excellance) is recalling certain 2019-2020 Excellance-modified RAM 4500/5500 vehicles to be equipped with CLASS Suspension Systems. In the affected suspension systems, the rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Excellance will notify owners, and dealers will install a kit to remedy any damage and to prevent any future damage, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Excellance customer service at 1-800-882-9799." -01/26/2021,21V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V024000),"Subaru of America, Inc.",CVT Select Lever Cable Nut Not Tightened Properly,POWER TRAIN,WRA-21,Vehicle,383,"Subaru of America, Inc. (Subaru) is recalling certain 2021 Outback and Impreza vehicles. The continuously variable transmission (CVT) select lever cable nut may not have been tightened properly, allowing the nut to loosen.","A loose nut can lead to a lost of retention in the CVT select lever cable and the gear selector not functioning properly, increasing risk of crash.","Subaru will notify owners, and dealers will inspect, and, if necessary, tighten the nut, free of charge. The recall began February 12, 2021. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRA-21." -01/26/2021,21V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V025000),"Nissan North America, Inc.",Tire and Loading Placard Illegible/FMVSS 110,EQUIPMENT,PC788,Vehicle,8291,"Nissan North America, Inc. (INFINITI) is recalling certain 2020 INFINITI QX50 vehicles. The text of the Tire and Loading Information placard, including the tire size and loading capacity, may be illegible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Illegible tire size or loading capacity information can lead to the incorrect sized tire being installed or its overloading, increasing the risk of a crash.","INFINITI will notify owners, and dealers will inspect the legibility of and, as necessary, replaced the placard, free of charge. The recall began March 17, 2021. Owners may contact INFINITI customer service at 1-800-662-6200. Infiniti's number for this recall is PC788." -01/25/2021,21E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E005000),Brembo S.p.A.,Brake Pads May Corrode/Detach From Backing Plate,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,28300,"Brembo S.p.A (Brembo) is recalling certain Brembo brake pads, model BRM10B, part number 07988236/07B80923. The Tungaloy pads could corrode, and potentially cause detachment of the brake pad friction material from the backing plate.","If the brake pad friction material detaches from the backing plate, it may lengthen the stopping distance needed, increasing the risk of a crash.","Brembo has worked with the affected motorcycle manufacturers, who have filed their own recalls and their dealers will replace all Tungaloy Pads with improved pads, free of charge. The motorcycle manufacturers filed recalls in May 2020." -01/21/2021,21V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V021000),Keystone RV Company,Incorrect Federal Identification Tag/Part 567,EQUIPMENT,21-399,Vehicle,207,"Keystone RV Company (Keystone) is recalling certain 2020-2021 Dutchmen Voltage 3001, 3351, 3521, 3531, 3551, 3571, 3951 and 4271 recreational trailers. The Federal Identification Tag incorrectly lists the recommended tire pressure as 110 PSI, instead of the correct tire pressure of 95 PSI. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect PSI information could cause the tires to be overinflated, and increase the risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Identification Tag, free of charge. The recall began February 3, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-399." -01/21/2021,21V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V022000),Keystone RV Company,Incorrect Federal Identification Tag/Part 567,EQUIPMENT,21-400,Vehicle,12,"Keystone RV Company (Keystone) is recalling certain 2021 Dutchmen Voltage 3915 and 4225 recreational trailers. The Federal Identification Tag incorrectly lists the recommended tire pressure as 95 PSI, instead of the correct tire pressure of 110 PSI. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect PSI information on the label could cause the tires to be underinflated, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Identification Tag, free of charge. The recall began February 3, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-400." -01/20/2021,21V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V020000),"Nissan North America, Inc.",Brake Light Switch Relay may Stick,EXTERIOR LIGHTING,PC786,Vehicle,264431,"Nissan North America, Inc. (Nissan) is recalling certain 2013-2015 Nissan Pathfinder vehicles. The location of the brake light switch may cause the brake light switch relay to repeatedly open and close. Overtime, this can cause the relay to stick in the ""ON"" position, with the brake lights remaining illuminated even when the brakes are not applied. Additionally, this may interfere with the brake-shift interlock, allowing the driver to shift the vehicle out of the ""Park"" position, without depressing the brake pedal.","Continual illumination of the brake lights can prevent other drivers from realizing the vehicle is actually slowing down, increasing the risk of a crash. With the brake override activated, the driver will not be able to accelerate normally, increasing the risk of a crash. The driver can shift the vehicle out of the ""PARK"" position without depressing the brake, allowing the vehicle to rollaway, increasing the risk of injury.","Nissan will notify owners, and dealers will inspect and, as necessary, either re-install the brake light switch or swap positions with the Automatic Speed Control Device (ASCD) switch; depending on the model year vehicle. In addition, the brake light relay will be replaced with a new one. All repairs will be performed free of charge. The recall began March 1, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall PC786. Note: this recall supersedes 16V-380." -01/20/2021,21V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V016000),Custom Truck And Body Works,Brake Line Routing Fluid Leak,SERVICE BRAKES,20E-031,Vehicle,6,"Custom Truck And Body Works is recalling certain 2020 Dodge 4500 and 5500 vehicles. In the affected suspension systems, the rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake caliper flexible line may cause brake fluid leakage, which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Custom Truck And Body Works will notify owners, and dealers will repair the affected suspension systems, and rear brake caliper flexible line, free of charge. Owners may contact Custom Truck And Body Works customer service at 1-706-553-9178. Custom Truck And Body Works number for this recall is 20E-031." -01/20/2021,21V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V017000),"Daimler Trucks North America, LLC",Caliper Mounting Bolt Not Tightened Properly,"SERVICE BRAKES, HYDRAULIC",FL-873,Vehicle,6,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021 Thomas Built Buses Saf-T-Liner HDX and EFX school buses. On certain vehicles, one of the six brake caliper mounting bolts on the driver side steer axle may have been incorrectly tightened.","The loose bolt could result in the other caliper bolts to loosen. Insufficiently tightened bolts may not provide adequate clamping force between the brake caliper and brake anchor plate, resulting in reduced brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair as necessary, free of charge. The recall began March 17, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-873." -01/20/2021,21V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V018000),"Daimler Trucks North America, LLC",Caliper Mounting Bolt Not Tightened Properly,"SERVICE BRAKES, HYDRAULIC",FL-873,Vehicle,133,"Daimler Trucks North America, LLC (DTNA) is recalling 2021 Western Star 4700 and 5700, Freightliner Business Class M2, Cascadia, and Custom Chassis XC Chassis vehicles manufactured with a certain steering arm configuration with air disc brakes identified by the axle assembly supplier. On certain vehicles, one of the six brake caliper mounting bolts on the driver side steer axle may have been incorrectly tightened.","The loose bolt could result in the other caliper bolts to loosen. Insufficiently tightened bolts may not provide adequate clamping force between the brake caliper and brake anchor plate, resulting in reduced brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair as necessary, free of charge. The recall began March 17, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-873." -01/20/2021,21V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V015000),Keystone RV Company,Improperly Tightened Axle U-Bolts,SUSPENSION,21-394,Vehicle,209,"Keystone RV Company (Keystone) is recalling certain 2021 Crossroads Redwood 3401RL, 3901MB, 3901WB, 3911RL, 3951MB, 3951WB, 3981FK, 3991RD, 4001LK, 4150RD recreational trailers, built on D80 Dexter Axles. The U-bolts on these axles may have been improperly torqued, causing the bolts to loosen and the axle to slide.","If the axle moves, poor vehicle handling may result, increasing the risk of a crash.","Keystone will notify owners, and dealers will properly tighten the U-bolts, free of charge. The recall began February 8, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-394." -01/20/2021,21V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V019000),Keystone RV Company,Stove Saddle Valves may Leak Gas,EQUIPMENT,21-398,Vehicle,309,"Keystone RV Company (Keystone) is recalling certain 2019-2020 Impact 26V, 28V, 29V, 311, 317, 330, 332, 343, 351, 359, 367, 415, 3118, 3219 recreational trailers, equipped with Dometic 3 burner cooking stoves. The internal O-ring between the saddle valve and the manifold can experience a propane gas leak.",A gas leak can increase the risk of a fire.,"Keystone will notify owners, and dealers will remove the existing manifold bolts and seals and install new seals and bolts, free of charge. The recall began February 12, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-398." -01/19/2021,21E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E004000),"Guangzhou Zhilan E-Commerce Co., Ltd",Headlight Bulbs may be too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,25059,"Guangzhou Zhilan E-Commerce Co., Ltd (Guangzhou) is recalling certain aftermarket Auxbeam headlight bulbs sizess 9004, 9005, 9006, 9007 and 9012, sold under part numbers 70025550, 70024368, 70024210, 70024211, 88623538, 88623534, 88623537, 88623535 and 88623539, sold through Amazon.com. These bulbs may create excessive glare or brightness to oncoming drivers. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Excessive glare or brightness to oncoming drivers can increase the risk of a crash.,"Guangzhou will notify owners, and dealers will replace the LED bulbs with halogen headlamp bulbs, free of charge. To qualify for such replacement, a claimant must fill out a recall request form and provide proof of purchase and agree to return the recalled bulb. The recall began February 25, 2021. Owners may contact Auxbeam customer service at 1-925-276-0607 or by email at Recall@auxbeam.com." -01/15/2021,21V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V014000),Ford Motor Company,Contaminated Washer Fluid/FMVSS 104,VISIBILITY,21C01,Vehicle,283,"Ford Motor Company (Ford) is recalling certain 2020 Ford Explorer Police Interceptor Utility and 2020 Lincoln Aviator vehicles. The affected vehicles contain windshield washer fluid that was contaminated with brake fluid. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 104, ""Windshield Wiping and Washing Systems.""","A washer system contaminated with brake fluid can reduce the driver's ability to clear windshield, increasing the risk of a crash.","Ford will notify owners, and dealers will flush out the washer system, replacing the washer bottle neck, washer pump assembly, fluid level sensor and the front and rear wiper blades. Dealers will also inspect and repair the vehicle's paint and exterior components if affected, free of charge. The recall began March 2, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21C01." -01/15/2021,21V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V011000),Ford Motor Company,Inadequate Lubrication In Rear Drive Unit,POWER TRAIN,21S02,Vehicle,147,"Ford Motor Company (Ford) is recalling certain 2020-2021 Edge, 2020 Lincoln Nautilus and Ford Escape and 2021 Lincoln Corsair and Ford Bronco Sport vehicles. An inadequate amount of lubricant in the rear drive unit may cause seizure of the rear drive axle.","If the rear drive unit seizes, there may be a loss of drive and/or a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will check the rear drive unit lubricant level. Axles found to have lubricant at the minimum level will be filled to the full level. Axles found to be below the minimum lubricant fill level will be replaced, free of charge. This recall began March 12, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 21S02." -01/15/2021,21V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V013000),"KZRV, L.P.",Microwave Circuits Connected Improperly,ELECTRICAL SYSTEM,KZ-2021-01,Vehicle,806,"KZRV, L.P. (KZRV) is recalling certain 2021 Sportsmen Classic, Escape, and Sonic recreational trailers. The microwave circuits were improperly connected to a 20amp circuit breaker instead of a 15amp circuit breaker.","Being connected to the wrong amperage circuit breaker may not provide adequate circuit protection, increasing the risk of a fire.","KZRV will notify owners, and dealers will replace the 20 amp circuit breaker with a 15 amp circuit breaker, free of charge. The recall began February 22, 2021. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2021-01." -01/15/2021,21V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V012000),"Altec Industries, Inc.",Missing Combined Use Capacity Chart,EQUIPMENT,CSN 792,Vehicle,213,"Altec Industries, Inc. (Altec) is recalling certain 2016-2020 DH-B Series, DH-E Series, and D3000-E digger derricks set up for combined use and equipped with radio remote upper controls. These units only have the derrick use capacity chart and do not have the combined use capacity chart.","The operator may not have access to the rated capacity information while they are operating the equipment in combined use, increasing the risk of an injury.","Altec will notify owners, and will require them to attach a capacity placard to the radio remote using a lanyard if it is missing, free of charge. The recall began on March 16, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 792." -01/14/2021,21V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V010000),Braun Corporation,Fuel Tank May Overfill Into Charcoal Canister,"FUEL SYSTEM, GASOLINE",N/A,Vehicle,1258,"Braun Corporation (Braun) is recalling certain 2018-2021 Braun-modified Honda Odyssey vehicles. The fuel tank assembly installed by Braun may be susceptible to the fuel tank overfilling into the charcoal canister. If the charcoal canister fills with a sufficient amount of fuel, fuel may leak out.",A fuel leak in the presence of an ignition source may increase the risk of fire.,"Braun will notify owners, and dealers will inspect vehicles. If evidence of a fuel leak is present, a new fuel tank assembly and a new Honda charcoal canister will be installed, free of charge. The recall began February 22, 2021. Owners may contact Braun customer service at 1-800-488-0359." -01/14/2021,21V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V009000),"Heartland Recreational Vehicles, LLC","Incorrect Axle, Rims And Tires Were Installed",SUSPENSION,NR (Not Reported),Vehicle,76,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021 Mallard M180BH recreational trailers. These units had incorrect axle, rims, and tires installed during production.","The incorrect axles, rims, and tires can cause the trailer to be overloaded, increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the axle, rims, tires and the spare tire, free of charge. The recall began January 28, 2021. Owners may contact Heartland customer service at 1-877-262-8032." -01/13/2021,21V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V008000),Braun Northwest,Brake Line Routing May Cause Wear and Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23,"Braun Northwest (Braun Northwest) is recalling certain 2019-2020 RAM 4500/5500 vehicles equipped with Liquid Spring rear suspension systems. In the affected suspension systems, the rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake line may leak fluid, resulting in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Braun Northwest will notify owners, and dealers will install a repair kit to each rear caliper and modify the rear brake caliper flexible line mounting. Any worn rear brake caliper flexible lines will be replaced as needed, free of charge. The recall began June 8, 2020. Owners may contact Braun Northwest customer service at 1-360-748-0195." -01/13/2021,21V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V007000),"Daimler Trucks North America, LLC",Tire Tread Separation/Blowout,TIRES,FL872,Vehicle,4341,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020-2022 Freightliner Cascadia sleeper trucks equipped with Bridgestone R284, R268, or R283S ECOPIA steer axle tires in conjunction with a specific air dam. The steer tires may experience tread separation or blow-outs while driving.","Tread separation and/or blow-outs while driving may result in a loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the steer tires, free of charge. The recall began March 10, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL872." -01/13/2021,21V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V006000),Pierce Manufacturing,Wireless Controller Sleep Mode Disabled,EQUIPMENT,NR (Not Reported),Vehicle,3,"Pierce Manufacturing (Pierce) is recalling 2020 Arrow XT, Impel, and Enforcer vehicles equipped with battery-powered 3600 wireless remote controller units used to control the movement of electric firefighting monitors in firefighting vehicles. The monitor is used to direct the water stream and adjust the spray pattern. The wireless remote controller's sleep mode is disabled, and results in the batteries discharging faster than normal.","Inability to use the wireless remote controller may hinder the firefighting efforts, increasing the risk of injury.","Pierce will notify owners, and dealers will return the affected controllers to Akron Brass for a software update, free of charge. The recall began on February 22, 2021. Owners may contact Pierce customer service at 1-888-974-3723." -01/12/2021,21E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E002000),"Ningbo shuwu Import & Export Co.,ltd",Headlight Bulbs may be too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,99950,"Ningbo shuwu Import & Export Co.,ltd (Ningbo) is recalling certain aftermarket Hikari headlight bulbs, LED-V39-R3 and RS-R models (in configurations H1, H4, H7, H11, H13, 9004, 9005, 9006, 9007, 9012) sold through Amazon.com. These bulbs may create excessive glare or brightness for oncoming traffic. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Excessive glare or brightness to oncoming drivers can increase the risk of a crash.,"Ningbo will notify distributors, and owners, and will replace the bulb with halogen bulbs, free of charge. The recall began February 3, 2021. Owners may contact Ningbo customer service at 1-812-250-8051 or by recall@hikari-led.net." -01/12/2021,21E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E003000),"Strategic Sports, Ltd.",Helmets May Not Protect User/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,3752,"Strategic Sports, LTD. (Strategic Sports) is recalling certain Simpson Performance Products Shorty OTW (Over the Wall) helmets, part number ST-205, in sizes XS, S, M, L, XL manufactured March 1, 2017-August 11, 2020. The helmets lack proper retention system integrity, penetration protection, and labels. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate protection increases the risk of injury during a crash.,"Strategic Sports will notify owners, and dealers will collect the noncompliant helmets and issue a refund. The recall began January 25, 2021. Owners may contact Strategic Sports customer service at 1-619-861-8110." -01/12/2021,21V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V005000),"Smeal Holding, LLC",Wireless Controller Sleep Mode Disabled,EQUIPMENT,20-17,Vehicle,2,"Smeal Holding, LLC (Smeal) is recalling certain 2020 Aerial and Pumper vehicles, equipped with battery-powered 3600 wireless remote controller units used to control the movement of electric firefighting monitors in firefighting vehicles. The monitor is used to direct the water stream and adjust the spray pattern. The wireless remote controller's sleep mode is disabled, which results in the batteries discharging faster than normal.","Inability to use the wireless remote controller may hinder the firefighting efforts, increasing the risk of injury.","Smeal will notify owners, and dealers will ask the customer to return the affected controller to Akron Brass for a software update, free of charge. The recall began on January 15, 2021. Owners may contact Smeal customer service at 1-800-867-6478. Smeal's number for this recall is 20-17." -01/11/2021,21V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V004000),PACCAR Incorporated,Steering Column Support Structure May Crack,STEERING,21PBA,Vehicle,1021,"PACCAR Incorporated (PACCAR) is recalling certain 2015-2021 Peterbilt 320 and 520 vehicles. The steering column support structure may crack or break in certain right-hand, stand-up drive models.","If the steering column loosens from the mounting structure, steering control can become affected, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the 520 models right hand stand-pp steering column structure and replace it if cracks are present, as well as add additional support brackets to the new (if replaced) or existing structure, free of charge. Additionally, for the 520 models, dealers will install a large gusset with triangulating support for the column bracket, free of charge. Owner notification letters were mailed July 30, 2021. Owners may contact Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 21PBA." -01/08/2021,21V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V003000),Braun Ambulances,D-Ring Installed Too Close To Mounting Flange,SEAT BELTS,NR (Not Reported),Vehicle,61,Braun Ambulances (Braun) is recalling certain 2019 and 2021 Crestline CCL150 Type III E-Series and 2019-2020 Crestline CCL150 Type I F-Series and CCL150 Type III G-Series ambulances. Two of the eight fastening points of the seat belt system installed in the ambulance patient compartment side-facing CPR seating position on the street-side of the vehicle may be defective. Two of the threaded inserts used for the rearward retractor and shoulder belt D-ring are installed too close to a mounting flange resulting in improper crimping of the threaded insert.,"The improper crimping may result in partial or complete loss of effectiveness of the seat belt harness, increasing the risk of injury to the occupant in that seated position, in the event of a crash.","Braun will notify owners and dealers will inspect both seat belt anchor points and if no defect exists, no further action will be required. If the inspection shows the defect exists on one or both seat belt anchor points, your dealer will replace the defective insert(s) with nut plate(s) during the inspection, free of charge. The recall began on March 1, 2021. Owners may contact Braun Ambulances customer service at 1-877-344-9990." -01/08/2021,21V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V002000),Marion Body Works Inc.,Lift Gate License Plate Light Alignment,EXTERIOR LIGHTING,20E-034,Vehicle,1,Marion Body Works Inc. (Marion) is recalling one 2018 Freightliner M2-106 Medium Duty vehicle equipped with a Maxon License Plate Kit. A license plate light may have been installed that aims rearward and not towards the license plate.,A license plate light aimed toward other drivers may increase the risk of a crash.,"Marion will notify the owner, and a dealers will provide a replacement kit, free of charge. The recall began January 11, 2021. Owners may contact Marion customer service at 1-715-754-5261. Marion's number for this recall is 20E-034." -01/07/2021,21V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21V001000),"Volvo Car USA, LLC",SRS Control Unit Can Detach,AIR BAGS,R10068,Vehicle,2883,"Volvo Cars USA, LLC (Volvo Car) is recalling certain 2021 Volvo V60, V60 Cross Country, V90, V90 Cross Country, XC60, and XC90 vehicles. The Supplementary Restraint System (SRS) control unit may not have been properly attached to the car body and may detach during a crash.","A detached SRS control unit can decrease the performance of occupant protection systems such as air bags, seat belts, and high voltage battery disconnect, increasing the risk of injury during a crash.","Volvo Car will notify owners, and dealers will inspect and, as necessary, tighten the SRS control unit mounting screws, free of charge. The recall began February 12, 2021. Owners may contact Volvo Car customer service at 1-888-458-1552. Volvo Car's number for this recall is R10068." -01/07/2021,21E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=21E001000),Automann Inc.,Warning Triangle Insufficiently Visible/FMVSS 125,EQUIPMENT,0012021,Equipment,86243,"Automann Inc. (Automann) is recalling certain Warning Triangle Sets, part number 562.9000. The color, reflectivity and stability of the warning triangles may result in reduced effectiveness. As such, these parts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 125, ""Warning Devices.""","The warning triangles may not be sufficiently visible to oncoming vehicles, potentially increasing the risk of a crash.","Automann will notify its distributors offering a credit for the full purchase price for all returned or destroyed units in its inventory. Automann will request that distributors notify all purchasers, for them to return the warning triangle kits, for a credit of the full purchase price. The recall began January 18, 2021. Owners may contact Automann customer service at 1-201-529-4996. Automann's number for this recall is 0012021." -12/28/2020,20V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V814000),"Yamaha Motor Corporation, USA",Front Brake Switch Can Fail,EXTERIOR LIGHTING,990140,Vehicle,18203,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2018-2020 MTT9GT (Tracer GT), 2019 MXTGTKL (NIKEN GT), 2017-2020 MT10, 2018-2020 XTZ12 (Super T�n�r�), 2013-2020 FJR13, 2018 XV19B (Star Eluder), and 2018-2021 XV19 (Star Venture) motorcycles. The front brake switch can fail due to increased resistance from silicon oxide.",Failure of the front brake switch can cause the brake light to stay on constantly and/or the cruise control system to shutoff unexpectedly. Both situations increases the risk of a crash.,"Yamaha will notify owners, and dealers will replace the front brake switch, free of charge. The recall began January 20, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990140. Note: Owners are advised not to operate their motorcycle until the repairs have been performed." -12/28/2020,20E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E094000),Autosales Inc.,Jack Stand May Fail,EQUIPMENT,NR (Not Reported),Equipment,774,"Autosales Inc. (Autosales) is recalling certain Summit Racing 6-Ton Jack Stands, part number SUM-918006. The ratchet bar may fail during use, allowing the vehicle to fall without any warning.","Under load, the stand may drop suddenly, increasing the risk of injury to people near or under a lifted vehicle.","Autosales will notify owners, and Summit Racing will provide a full refund and an additional $25.00 gift certificate, upon return of the stand or evidence of destruction. The recall began January 20, 2021. Owners may contact Autosales customer service at 1-800-230-3030." -12/28/2020,20V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V812000),Marion Body Works Inc.,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,20V-762,Vehicle,2,"Marion Body Works Inc. is recalling certain 2020 Spartan Gladiator and MetroStar vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Marion Body Works will notify owners, and dealers will replace the IV Standard LCD displays, free of charge. The recall began January 19, 2021. Owners may contact Marion Body Works customer service at 1-715-754-5261. Marion Body Works' number for this recall is 20V-762." -12/28/2020,20V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V813000),"Yamaha Motor Corporation, USA",Transmission Second Gear Can Break,POWER TRAIN,990141,Vehicle,2285,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2016-2020 Yamaha FJR13A and FJR13AE motorcycles. The second gear of the transmission can crack and break under high speed loads.",A broken gear can cause the transmission and rear wheel to lock causing a loss of control and increasing the risk of a crash.,"Yamaha will notify owners, and dealers will inspect and, as necessary, reprogram the Engine Control Unit (ECU) and replace the main axle and drive axle assemblies, free of charge. The recall began January 20, 2021. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990141. Note: Owners are advised not to operate their motorcycle until the repairs have been performed." -12/23/2020,20V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V810000),"Navistar, Inc.",Engine may Rev and Overcome Parking Brake,ENGINE AND ENGINE COOLING,20510,Vehicle,17213,"Navistar, Inc. (Navistar) is recalling certain 2019-2021 International MV, 2020-2021 International HV, 2014-2020 International DuraStar and 2015-2018 International WorkStar vehicles. When the parking brake is applied and the automatic transmission is still in the drive or reverse position and the stationary PTO switch is engaged by the operator, the engine may rev and overcome the parking brake's ability to keep the vehicle from moving.",Unexpected Vehicle movement can increase the risk of a crash or injury.,"Navistar will notify owners, and dealers will update the parameters in the Cummins ECM for feature codes 12VXT or 12VXU that enables the PTO neutral interlock, free of charge. The recall began February 17, 2021. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20510." -12/23/2020,20V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V811000),"General Motors, LLC",Incorrect Bolts Used To Attach Seat Belts,SEAT BELTS,N202322230,Vehicle,470,"General Motors, LLC (GM) is recalling certain 2020 Chevrolet Bolt EV and 2021 GMC Canyon and Sierra 1500, 2500 and 3500, Yukon, Yukon XL, Cadillac Escalade and Escalade ESV and Chevrolet Blazer, Camaro, Colorado, Equinox, Silverado 1500, 2500 and 3500, Suburban and Tahoe vehicles. Incorrect bolts may have been used at one or more fastening locations to secure the seat belts to the vehicle. If an incorrect bolt was used, the seat belt may not be properly attached to the vehicle.","If a seat belt assembly is not properly attached to the vehicle, the seat belt may not properly restrain an occupant in the event of a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace the suspect bolts, free of charge. The recall began January 29, 2021. Owners may contact GMC customer service at 1-800-462-8785, Cadillac customer service at 1-800-458-8006, or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202322230." -12/23/2020,20E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E093000),Autosales Inc.,Jack Stand May Fail,EQUIPMENT,NR (Not Reported),Equipment,419,"Autosales Inc. (Autosales) is recalling certain Summit Racing 3-Ton Jack Stands, part number SUM-918005. The ratchet bar may fail during use, allowing a vehicle to fall without any warning.","Under load, the stand may drop suddenly, increasing the risk of injury to people near or under a lifted vehicle.","Autosales will notify owners, and Summit Racing will provide a full refund and an additional $25.00 gift certificate, upon return or evidence of destruction. The recall began January 20, 2021. Owners may contact Autosales customer service at 1-800-230-3030." -12/22/2020,20V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V808000),"General Motors, LLC",Front Left Brake Caliper may Fracture,"SERVICE BRAKES, HYDRAULIC",N202321400,Vehicle,464,"General Motors, LLC (GM) is recalling certain 2020 Chevrolet Bolt EV vehicles. These vehicles may have an improperly cast front left brake caliper that can fracture during a high-pressure braking event.","If a brake caliper fractures and brake fluid is lost, the vehicle may experience reduced brake performance, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the casting lot number on the front left brake caliper and replace it if necessary, free of charge. The recall began January 29, 2021. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202321400." -12/22/2020,20V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V809000),Escape Trailer,Stove Saddle Valves may Leak Gas,EQUIPMENT,E012020,Vehicle,294,"Escape Trailer is recalling certain 2020 19, 21C, 21NE and 5.0 RV trailers equipped with Dometic 3 burner cooking stoves. The stove's saddle valve securing bolt may be overtightened, possibly damaging the O-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Escape Trailer will notify owners, instructing them to visit a Dometic repair center that will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began March 17, 2021. Owners may contact Escape Trailer customer service at 1-604-703-1650. Escape Trailer's number for this recall is E012020." -12/21/2020,20V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V802000),"Daimler Vans USA, LLC",Brake Caliper May Leak,"SERVICE BRAKES, HYDRAULIC",VS3BREPB,Vehicle,9094,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles equipped with electric parking brakes. The rear brake calipers may leak brake fluid into the housing of the electric parking brake connected to the rear axle service brake system, allowing air to enter the hydraulic brake system.","Air in the brake system can result in extended brake pedal travel, increasing the risk of a crash.","DVUSA will replace the rear brake calipers, free of charge. Owners notification letters were mailed on January 4, 2022. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BREPB." -12/21/2020,20E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E092000),"Bendix Commercial Vehicle Systems, LLC",Brake Light Pressure Switch Malfunction,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1701,"Bendix Commercial Vehicle Systems, LLC (Bendix) is recalling certain SL-4 Brake Light Pressure switches with part numbers K101993, K101996, K108141, and K108142 manufactured between December 1, 2019 and January 31, 2020. When air pressure is supplied to the brake light switch it may leak, possibly causing the internal electrical contacts to become jammed.","Jammed electrical contacts in the brake light switch can cause the brake lights to remain illuminated, or fail to illuminate. Either of these scenarios can increase the risk of a crash.","Bendix will notify owners, and dealers will replace the brake light switch, free of charge. The recall began March 4, 2021. Owners may contact Bendix customer service at 1-877-345-9526." -12/21/2020,20V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V804000),Thor Motor Coach,Front Overhead Cabinets May Detach,EQUIPMENT,RC000208,Vehicle,940,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Hurricane and Windsport motorhomes. The overhead cabinets located above the driver and front passenger seats may detach and fall onto the seat occupants, possibly causing the driver to lose control of the vehicle.",A loss of vehicle control can increase the risk of a crash.,"TMC will notify owners, and dealers will inspect the overhead cabinets, and reinstall them as necessary, free of charge. The recall began January 29, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000208." -12/21/2020,20V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V806000),"Daimler Trucks North America, LLC",Hydraulic Caliper Tie Bar May Be Loose,"SERVICE BRAKES, HYDRAULIC",FL-871,Vehicle,278,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2022 Thomas Built Saf-T-Liner C2 school buses. The hydraulic caliper tie bar support fasteners on the steer axles may not have been properly tightened or the tie bar may have not been installed in some cases.",A dangling tie bar could come in contact with the rotating wheel-end components or damage may occur from the brake parts flexing. Either scenario may increase the risk of a crash.,"DTNA will notify owners, and dealers will inspect both steer axle wheel-ends to make sure that the four tie bar mounting fasteners are properly tightened. If the required tie bar is missing, the caliper anchor mounts and functionality (brake pad slide pins and pad movement) will be inspected before installing a tie bar. All repairs will be performed free of charge. The recall began February 18, 2021. DTNA's number for this recall is FL-871." -12/21/2020,20V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V807000),"Daimler Trucks North America, LLC",Hydraulic Caliper Tie Bar May Be Loose,"SERVICE BRAKES, HYDRAULIC",FL-871,Vehicle,80,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021 Freightliner Custom Chassis MC, Business Class M2, Custom Chassis MBC Chassis, Custom Chassis S2 Chassis, Custom Chassis MT55 Chassis, and 2022 Custom Chassis Saf-T-Liner C2 vehicles. The hydraulic caliper tie bar support fasteners on the steer axles may not have been properly tightened or the tie bar may have not been installed in some cases.",A dangling tie bar could come in contact with the rotating wheel-end components or damage may occur from the brake parts flexing. Either scenario may increase the risk of a crash.,"DTNA will notify owners, and dealers will inspect both steer axle wheel-ends to make sure that the four tie bar mounting fasteners are properly tightened. If the required tie bar is missing, the caliper anchor mounts and functionality (brake pad slide pins and pad movement) will be inspected before installing a tie bar. All repairs will be performed free of charge. The recall began February 18, 2021. DTNA's number for this recall is FL-871." -12/21/2020,20V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V805000),SVI Trucks,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,20E078,Vehicle,8,"SVI Trucks is recalling certain 2020 Fire Rescue Trucks equipped with Weldon V-MUX Vista IV displays. The lighting and HVAC display may lock up affecting functions like the back up camera, emergency warning lights, or patient care devices depending on the application.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of an injury.","SVI Trucks will notify owners, and dealers will repair or replace the IV Standard LCD displays, free of charge. The recall began December 20, 2020. Owners may contact SVI Trucks customer service at 1-888-784-1112. SVI Trucks' number for this recall is 20E078." -12/21/2020,20V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V803000),Volvo Bus Corporation,Transmission C1 Hub May Fail,POWER TRAIN,SR21-81; SR21-80,Vehicle,468,Volvo Bus Corporation (Volvo Bus) is recalling certain 2015-2020 9700 buses. The transmission C1 hub may fail which may lead to a disabled vehicle.,"A disabled bus may require passengers to transfer to a different bus on the side of the road, increasing the risk of injury.","Volvo Bus will notify owners, and dealers will update the Transmission Control Module (TCM) calibration software, free of charge. The recall is expected to begin February 12, 2021. Owners may contact Volvo Bus customer service at 1-866-870-2046." -12/18/2020,20V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V799000),"Forest River, Inc.",Outdoor Cooktop Can Be Stowed Away While On,EQUIPMENT,425-1269,Vehicle,15,"Forest River, Inc. (Forest River) is recalling certain 2021 Puma travel trailers. The outdoor cooktop may be stowed away while the propane hose is still attached and the burner is on.","If the cooktop is stowed away while the propane hose is attached and the burner is on, it will increase the risk of a fire.","Forest River will notify owners, and dealers will install a bracket to the drawer housing the outside cooktop preventing the drawer from being closed while the propane line is still attached, free of charge. The recall began January 15, 2021. Owners may contact Forest River customer service at 1-574-642-0606. Forest River's number for this recall is 425-1269." -12/18/2020,20V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V801000),Keystone RV Company,Solar Prep Wiring May Not Be Connected Properly,ELECTRICAL SYSTEM,21-392,Vehicle,347,"Keystone RV Company (Keystone) is recalling certain 2021 Cougar 22MLS, 22RBS, 25RDS, 26RBS, 26RKS, 27RES, 29BHS, 30RKD, 31MBS, 32RLI and 34TSB recreational trailers equipped with a Solar Prep or an off-the-grid ""OTG"" Solar Camping Package. The Solar Prep wiring to the 12VDC breakers located by the battery may not be connected to the protected side of the breaker.","Since it is not connected properly to the breaker, if the Solar Prep wiring experiences an electrical short, it will increase the risk of a fire.","Keystone will notify owners, and dealers will inspect the installation of the Solar Prep wiring at the circuit breaker mounted close to the battery and remount the wiring if needed, free of charge. The recall began January 11, 2021. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 21-392." -12/18/2020,20V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V800000),"Mercedes-Benz USA, LLC",Wheel-Hub Caps May Detach,WHEELS,2021030014,Vehicle,1142,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019-2020 AMG GT53 4MATIC and AMG GT63 4MATIC vehicles. The wheel-hub caps may detach while driving.","If the wheel-hub caps detach, they can become a road hazard, and increase the risk of a crash or injury for other road users.","MBUSA will notify owners, and dealers will replace the wheel-hub caps, free of charge. Owner letters were mailed May 7, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021030014." -12/17/2020,20V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V791000),Ford Motor Company,Air Bag Missing First Stage Booster/FMVSS 208,AIR BAGS,20C26,Vehicle,12,"Ford Motor Company (Ford) is recalling certain 2020 EcoSport and 2019-2020 Transit Connect vehicles. Depending on the model, either the driver side or passenger side frontal air bag modules are missing the first-stage booster propellant and sleeve. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","Air bag modules missing the first-stage booster propellant will not deploy as intended in a crash, increasing the risk of injury.","Ford will notify owners, and dealers will replace the affected air bag module on either the driver or passenger side, free of charge. This recall began February 18, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C26." -12/17/2020,20V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V795000),Ford Motor Company,Engine Cover may be Excessively Hot,ENGINE,20S73,Vehicle,29344,"Ford Motor Company (Ford) is recalling certain 2021 E-350 and E-450 vehicles. The underside of the engine cover may have mispositioned insulation, allowing the cover to get excessively hot.",Direct and continuous contact with certain areas of engine cover surface in the passenger compartment may increase the risk of injury or burns to the skin of the driver or front seat passenger.,"Ford will notify owners, and dealers will inspect the engine cover for gaps between the rubber seal and the insulation. If gaps are present, the dealer will install engine cover insulation patches in the right hand and left hand inner lower corners of the engine cover. The dealer will also update the powertrain calibration for heat management under elevated idle conditions should a vehicle be equipped with SEIC or BCP, free of charge. The recall began February 15, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S73." -12/17/2020,20V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V792000),"General Motors, LLC",Front Center Seat Belts may not be Secured,SEAT BELTS,N202314670,Vehicle,624216,"General Motors, LLC (GM) is recalling certain 2019-2021 Chevrolet Silverado 1500 and GMC Sierra 1500, 2021 Chevrolet Suburban and Tahoe and GMC Yukon XL and 2020-2021 Chevrolet Silverado 2500 and 3500 and GMC Sierra 2500 and 3500 vehicles. The seat belt brackets may not be secured to the seat frame in the front-row center seating position.","If a seat-belt bracket is not secured, the seat belt may not properly restrain an occupant in the front-row center seat position, increasing the risk of injury in a crash.","GM will notify owners, and dealers will inspect left-side and right-side front-row center seat-belt bracket attachments and reassemble it correctly as necessary, free of charge. The recall began January 26, 2021. Owners may contact GMC customer service at 1-800-462-8782, Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202314670." -12/17/2020,20V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V797000),Honda (American Honda Motor Co.),Fuel Filter May Clog and Cause Engine Stall,"FUEL SYSTEM, GASOLINE",KL4,Vehicle,2690,"Honda (American Honda Motor Co.) is recalling certain 2018-2019 Africa Twin Adventure Sports (CRF1000L) and 2020 Africa Twin Adventure Sports (CRF1100L) motorcycles. Contaminants inside the fuel tank may cause the fuel filter to clog, possibly resulting in an engine stall.",An engine stall can increase the risk of a crash or injury.,"Honda will notify owners, and dealers will drain and clean the fuel tank, and replace the fuel filter assembly, free of charge. The recall began on February 4, 2021. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KL4." -12/17/2020,20V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V789000),"Navistar, Inc.",Illuminated Stop Sign may Fail,EQUIPMENT,None,Vehicle,28,"Navistar, Inc. (Navistar) is recalling certain 2021-2022 IC Bus CE school buses. The weather seal of the illuminated stop sign unit may allow contaminants to enter into the unit, resulting in reduced performance. In certain cases, an electrical short may occur which would render the unit inoperable.","If the sign performance is inhibited, or completely inoperable, it can reduce the visibility for oncoming drivers, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the LED illuminated school bus signs, free of charge. The recall began December 15, 2020. Owners may contact Navistar customer service at 1-800-448-7825." -12/17/2020,20V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V796000),"Jayco, Inc.",Leveling System Mounting Bracket May Fail,EQUIPMENT,9903529,Vehicle,1705,"Jayco, Inc. (Jayco) is recalling certain 2015-2020 Seneca Class C motorhomes. The mounting brackets for the leveling system hydraulic pump and reservoir may fail, allowing the components to contact the ground.","Contact with the ground may cause the pump and reservoir to detach or leak hydraulic fluids, increasing the risk of a crash.","Jayco will notify owners, and dealers will install an updated support bracket. The recall began February 12, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903529." -12/17/2020,20V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V798000),Honda (American Honda Motor Co.),Loss of Drive Power from DC-DC Converter Shutdown,ELECTRICAL SYSTEM,K9E,Vehicle,27838,"Honda (American Honda Motor Co.) is recalling certain 2020 CR-V Hybrid, Accord Hybrid, and 2020-2021 Insight vehicles. The DC-DC converter may shut down and prevent the 12-volt battery from recharging, possibly resulting in a loss of drive power.",A loss of drive power can increase the risk of a crash.,"Honda will notify owners, and dealers will update the power converter unit (PCU) software, free of charge. The recall began February 12, 2021. Owners can contact Honda customer service at 1-888-234-2138. Honda's number for this recall is K9E." -12/17/2020,20V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V788000),Ford Motor Company,Motor Mount Fasteners May Loosen Over Time,ENGINE,20S72,Vehicle,1405,"Ford Motor Company (Ford) is recalling certain 2020-2021 Explorer and Lincoln Aviator vehicles. The right hand motor mount fasteners may have been incorrectly tightened, and may loosen over time.","With a loose motor mount, motor vibration may cause the axle to disconnect from the engine and could result in loss of power, increasing the risk of a crash.","Ford will notify owners, and dealers will remove and replace the right hand motor mount fasteners, free of charge. The recall began February 3, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S72." -12/17/2020,20V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V794000),"Jaguar Land Rover North America, LLC",Seat Material Burn Rate/FMVSS 302,SEATS,N524,Vehicle,66,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles equipped with climate specification front seats trimmed with ""Dinamica"" cloth. In the event of a fire, the seat material may burn quicker than allowed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""",A seat cover that burns too quickly can increase the risk of injury in the event of a fire.,"Land Rover will notify owners, and dealers will replace the front seat covers, free of charge. The recall began February 26, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N524." -12/17/2020,20V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V793000),"Jaguar Land Rover North America, LLC",Second-Row Seat Belt May Malfunction/FMVSS 208-209,SEAT BELTS,N523,Vehicle,13,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles equipped with a replacement part for the right and/or left-side outer second-row seat belt assembly. These seat belt assemblies may not function properly in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) numbers 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""",Seat belts that do not function properly can increase the risk of injury during a crash.,"Land Rover will notify owners, and dealers will inspect the right and/or left-side outer second-row seat belt assemblies and replace them as necessary, free of charge. The recall began February 25, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N523." -12/17/2020,20V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V790000),"General Motors, LLC","Telltales may be Dim//FMVSS 101, 208",ELECTRICAL SYSTEM,N202319980,Vehicle,3203,"General Motors, LLC (GM) is recalling certain 2021 Cadillac Escalade and Escalade ESV vehicles. The front passenger seat belt and airbag status telltale lights located in the overhead console in these vehicles may be set to ""night mode"" when the vehicle is started using remote start or when the vehicle is turned off and re-started after approximately ten minutes without opening the door. In daytime, if night mode is active, the telltale lights may not be visible, and fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 101, ""Control and Displays"" and 208, ""Occupant Crash Protection.""","If the telltale lights are not visible, the driver and front passenger may not know that the front passenger is unbuckled or has a deactivated air bag, increasing the risk of passenger injury in a crash.","The body control module (BCM) software will be updated by a dealer, or through an over-the-air (OTA) update, free of charge. The recall began February 1, 2021. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is N202319980." -12/16/2020,20V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V786000),"Volkswagen Group of America, Inc.",Brake Pedal Plate Can Bend or Detach,"SERVICE BRAKES, HYDRAULIC",46i7,Vehicle,313,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Audi Q3 vehicles. The brake pedal plate can bend or detach under the pressure applied during sudden stopping.",A bent or detached brake pedal plate decreases the contact area for the driver's foot and increases the risk of a crash.,"Audi will notify owners, and dealers will inspect the weld between the brake pedal and the brake pedal plate and, as necessary, replace the entire brake pedal, free of charge. The recall began January 12, 2021. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 46i7." -12/16/2020,20V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V785000),"Volkswagen Group of America, Inc.",Driver Side Air Bag Inflator May Explode,AIR BAGS,69BC,Vehicle,105652,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2014 Volkswagen Beetle and Beetle Convertible vehicles. The driver's side air bag inflator may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Volkswagen will notify owners, and dealers will replace the driver frontal air bag, free of charge. The recall began March 19, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69BC." -12/16/2020,20V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V787000),"Daimler Trucks North America, LLC",Parking Brake May Release Unexpectedly/FMVSS 121,PARKING BRAKE,FL-870,Vehicle,28,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2021 Thomas Built Saf-T-Liner C2 Jouley electric school buses. If the service brake pedal is pressed and then released while the parking brake is engaged, the parking brake may release unexpectedly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","An unexpected disengagement of the parking brake without continual application of the service brake may allow the vehicle to roll freely, increasing the risk of a vehicle crash.","DTNA will notify owners, and dealers will update the electronic control unit (ECU) software, free of charge. The recall began January 22, 2021. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-870." -12/16/2020,20V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V784000),Aston Martin The Americas,Vehicles Assembled Without Headliner Foam Blocks,STRUCTURE,RA-30-1471,Vehicle,151,"Aston Martin The Americas (Aston Martin) is recalling certain 2021 DBX vehicles. The vehicles were incorrectly built without headliner foam blocks. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""",The missing foam blocks can increase the risk of injury to unbelted occupants in the event of a crash.,"Aston Martin will notify owners, and dealers will install the headliner foam blocks, free of charge. The recall is expected to begin January 31, 2021. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-30-1471." -12/15/2020,20V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V781000),Ducati North America,Exhaust Valve Cable May Contact Battery Wiring,ELECTRICAL SYSTEM,SRV-RCL-20-003,Vehicle,1072,Ducati North America (Ducati) is recalling certain 2018-2021 Scrambler 1100 motorcycles. The exhaust valve cable could contact the main positive battery wire and potentially short-circuit.,An electrical short-circuit increases the risk of fire.,"Ducati will notify owners, and dealers will install a new cable guide and self-locking cable tie to the exhaust valve cable, free of charge. The recall began January 22, 2021. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-20-003." -12/15/2020,20V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V780000),"Jayco, Inc.",Leveling System Mounting Bracket May Fail,EQUIPMENT,9903528,Vehicle,3356,"Jayco, Inc. (Jayco) is recalling certain 2020-2021 Greyhawk, Greyhawk Pestige, Redhawk, Redhawk SE, Odyssey, and Esteem motorhomes. The mounting brackets for the leveling system hydraulic pump and reservoir may fail, allowing the components to contact the ground.","Contact with the ground may cause the pump and reservoir to detach or leak hydraulic fluids, increasing the risk of a crash.","Jayco will notify owners, and dealers will install a new support bracket, free of charge. The recall began February 3, 2021. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903528." -12/15/2020,20V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V779000),Rosenbauer America,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,20E-078,Vehicle,72,"Rosenbauer America (Rosenbauer) is recalling certain 2018-2021 Commander, 2020 Warrior, 2020-2021 Commercial, and 2020 Avenger vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Rosenbauer will notify owners, and dealers will repair or replace the IV Standard LCD displays, free of charge. The recall March 3, 2021. Owners may contact Rosenbauer customer service at 1-651-462-1000. Rosenbauer's number for this recall is 20E-078." -12/15/2020,20V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V783000),"Halcore Group, Inc.",Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,20E-078,Vehicle,7,"Halcore Group, Inc. (Halcore) is recalling certain 2020-2021 American Emergency Vehicle Traumahawk Type I Ram 4500, 2020 American Emergency Vehicle Type I Ford F-450 and Ford F-550, and 2021 American Emergency Vehicle Medium Duty Ambulance Freightliner M2 vehicles, equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Halcore will notify owners, and dealers will provide updated replacement Vista IV units, free of charge. The recall began January 11, 2021. Owners may contact Halcore customer service at 1-800-447-0343. Halcore's number for this recall is 20E-078." -12/15/2020,20V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V782000),Volvo Trucks North America,Parking Brake may Apply Unexpectedly,"SERVICE BRAKES, HYDRAULIC",RVXX2006,Vehicle,6982,"Volvo Trucks North America (Volvo Trucks) is recalling 2021 VNL, VNR, VAH, and VHD vehicles. The collets (internal jaws) for the brass fitting inserts used in the pneumatic pass-through plate may have been damaged during leak testing. As a result, the brass fitting may completely release the air brake line from the pass-through plate while under pressure. If this occurs on the park brake circuit, signal pressure that holds off the mechanical spring in the park brake chambers will be lost allowing the park brakes to apply.","If the park brakes apply unexpectedly, the driver may lose control of the vehicle, increasing the risk of a vehicle crash.","Volvo Trucks will notify owners, and dealers will inspect the air brake line for proper engagement of the fitting in the pass-through plate, free of charge. The recall is expected to begin January 31, 2021. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX2006." -12/11/2020,20V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V774000),"Kawasaki Motors Corp., U.S.A.",Camshaft Chain Tensioner Improperly Heat-Treated,ENGINE,MC20-13,Vehicle,1770,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2021 Z400 ABS (ER400D), Ninja 400 (EX400H) and Ninja 400 ABS (EX400G) motorcycles. The strength of the camshaft chain tensioner may be insufficient due to improper heat treatment, possibly causing it to be damaged.","A damaged camshaft chain tensioner can cause the engine to stall, increasing the risk of a crash.","KMC will notify owners, and dealers will replace the camshaft chain tensioner, free of charge. Note: Owners are advised to not ride their motorcycles until the repair has been completed. The recall began December 21, 2020. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC20-13." -12/11/2020,20V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V772000),"Daimler Vans USA, LLC",Engine Hood Improperly Installed,STRUCTURE,VS3SCHAUBE,Vehicle,1,"Daimler Vans USA, LLC (DVUSA) is recalling one 2019 Mercedes-Benz Sprinter 2500 vehicle. The engine hood may not have been installed properly.","In the event of a crash, the hood could make contact with the windshield, entering the passenger compartment and increasing the risk of an injury.","DVUSA will notify the owner, and a dealer will replace the engine hood, free of charge. The recall is expected to begin January 18, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3SCHAUBE." -12/11/2020,20V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V775000),"Mercedes-Benz USA, LLC",Headlights Aimed Incorrectly/FMVSS108,EXTERIOR LIGHTING,2020120016,Vehicle,9,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2020 AMG GT vehicles. The headlights may have been incorrectly aimed too high. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamp, Reflective Devices and Associated Equipment.""","Incorrectly aimed headlights can reduce the visibility of oncoming traffic, increasing the risk of a crash.","MBUSA will notify owners, and dealers will check the headlight aim, and correct it, if necessary, free of charge. The recall began January 20, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020120016." -12/11/2020,20V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V778000),"Yamaha Motor Corporation, USA",Improperly Torqued Slide Pins On Brake Caliper,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1375,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2019-2020 Skeeter ZXR, FXR, WR, ZX, WX, SX, and Solera Series boat trailers. The slide pins in the brake caliper assemblies may have been improperly torqued or assembled with the incorrect locking agent, allowing the brake calipers to dislodge.","A dislodged brake caliper can cause a loss of trailer braking, increasing the risk of a crash.","Skeeter will notify owners, and dealers will tighten or, as necessary replace, the slide pins, free of charge. The recall began January 6, 2021. Owners may contact Skeeter customer service at 1-903-984-0541 or at www.skeeterboats.com." -12/11/2020,20V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V776000),"Mercedes-Benz USA, LLC",Starter Power Supply Cable Installed Incorrectly,ELECTRICAL SYSTEM,2021010006,Vehicle,2563,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018-2020 AMG GLC 63 4MATIC vehicles. The power supply cable on the starter might not have been installed correctly, possibly allowing the cable to chafe against the starter housing and short-circuit.","If the power supply cable short-circuits, it can result in a stall, increasing the risk of a crash. In addition, a short-circuit can increase the risk of a fire.","MBUSA will notify owners, and dealers will inspect the starter harness and power supply cable installation, and correct it as necessary, free of charge. The recall began March 18, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021010006." -12/11/2020,20E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E091000),Tenneco Automotive,Strut Pin May Fracture,SUSPENSION,NR (Not Reported),Equipment,584,"Ohlins USA, Inc (Ohlins) is recalling certain Front Struts, part number POS 5N20. These struts were sold as part of Ohlins strut kits part number POZ MN02, intended for installation on 1999-2005 Porsche 911 Carrera 4 and 4S (generation 996), and 2001-2006 Porsche 911 Turbo / Turbo S (generation 996) and kit part number POZ MN05, intended for installation on 2005-2012 Porsche 911 Carrera 4 and 4S (generation 997), and 2006-2013 Porsche 911 Turbo / Turbo S (generation 997). The pin of the strut may experience excessive stress during maximum steering, possibly resulting breakage of the pin.","If the pin fails, it will cause separation of the strut from the vehicle, affecting vehicle control and increasing the risk of a crash.","Ohlins will notify owners, and dealers will request the return of all unsold kits containing the subject part from dealer/distributor inventory for a full refund. All owners who purchased one of the kits (POZ MN02 or POZ MN05) will receive replacement front struts (POS 5N20 or POS 5N21 - These parts are interchangeable), along with new top mount interface solutions, free of charge. The recall began December 22, 2020. Owners may contact Ohlins customer service at 1-800-336-9029." -12/11/2020,20V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V777000),"Altec Industries, Inc.",Valve has Shuttle Cartridge not Plug,EQUIPMENT,CSN 789,Vehicle,183,"Altec Industries, Inc. (Altec) is recalling certain 2020 AN67-E100 articulating non-overcenter aerial device vehicles. The boom valve has a shuttle cartridge installed instead of a plug.","The valve not having a plug could result in unintended boom movement, increasing the risk of an injury.","Altec will notify owners and Parker Hannifan Corporation will provide a replacement plug, free of charge. The recall began February 8, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 789." -12/10/2020,20V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V771000),Honda (American Honda Motor Co.),BCM Software Malfunction/FMVSS 103/111,BACK OVER PREVENTION,X95,Vehicle,737233,"Honda (American Honda Motor Co.) is recalling certain 2018-2020 Accord Sedan, Accord Hybrid, and 2019-2020 Insight vehicles. A software error may cause intermittent or continuous disruptions in communication between the Body Control Module (BCM) and other components. This may result in malfunctions of various systems such as the windshield wipers and defroster, rearview camera, exterior lights, audible warning of a stopped vehicle, and power window operation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 103, ""Windshield Defrosting and Defogging Systems"" and number 111, ""Rear Visibility"" as well as FMVSS numbers 104, 108, 114, 118, and 305.","Various system malfunctions such as inoperative windshield wipers, defroster, rearview camera, or exterior lighting can increase the risk of a crash.","Honda will notify owners, and dealers will update the BCM software, free of charge. The recall is expected to begin February 22, 2021. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is X95." -12/10/2020,20V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V769000),Honda (American Honda Motor Co.),Drive Shaft May Corrode and Fail,POWER TRAIN,W9F,Vehicle,235034,"Honda (American Honda Motor Co.) is recalling certain 2013-2015 Accord vehicles equipped with a 4-cylinder engine and a continuously-variable transmission that were originally sold, or ever registered, in Connecticut, Delaware, District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. The drive shafts were assembled with a lubricant that may have degraded the drive shafts' protective coating, making it more susceptible to damage from road salt or other contaminants, and potentially cause it to break.",A broken drive shaft may cause a sudden loss of drive power. The vehicle could also roll away if the parking brake has not been applied before the vehicle has been exited. Either condition can increase the risk of a crash or injury.,"Honda will notify owners, and dealers will inspect the drive shafts, replacing both the left and right drive shafts, if necessary, free of charge. The recall began February 4, 2021. Owners may contact Honda customer service at 1-888-234-2138." -12/10/2020,20V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V770000),Honda (American Honda Motor Co.),Drive Shaft May Corrode and Fail,POWER TRAIN,"P9M, PAV, BAY, TAX",Vehicle,248358,"Honda (American Honda Motor Co.) is recalling certain 2013-2015 Acura ILX, 2013 Acura ILX Hybrid, 2012 Honda Civic Hybrid, and 2007-2008 Honda Fit vehicles with a manual transmission and 2009-2013 Honda Fit vehicles originally sold, or ever registered, in Connecticut, Delaware, District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. The drive shafts' protective coating may not have been applied properly during manufacturing, making it more susceptible to damage from road salt, or other contaminants, and potentially cause it to break.",A broken drive shaft may cause a sudden loss of drive power. The vehicle could also roll away if the parking brake has not been applied before the vehicle has been exited. Either condition can increase the risk of a crash or injury.,"Honda will notify owners, and dealers will inspect the drive shafts, replacing either the left or right drive shaft, if necessary, free of charge. Owners were notified of the safety risk with an interim letter mailed February 2, 2021. A second letter will be sent once the remedy is available. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are P9M, PAV, BAY, TAX, CA0, and MAZ." -12/10/2020,20V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V768000),Honda (American Honda Motor Co.),Driver Side Power Window Switch May Fail,ELECTRICAL SYSTEM,P9D,Vehicle,268655,"Honda (American Honda Motor Co.) is recalling certain 2002-2006 CR-V vehicles. Moisture may enter the driver side power window master switch, causing the switch to fail or melt.","If the switch fails, it could overheat and smoke, increasing the risk of a fire.","Honda will notify owners, and dealers will replace the power window master switch and inspect the wiring harness for damage, replacing it if necessary, free of charge. The recall began January 29, 2021. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is P9D." -12/10/2020,20V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V765000),"Altec Industries, Inc.",Hydraulic Check Valve May Have Snap Ring Failure,EQUIPMENT,CSN 787,Vehicle,4987,"Altec Industries, Inc. (Altec) is recalling certain 2018-2020 AA, AM, AN, A-Class, TA, DM, DL, DXXXX, DC, and DT digger derricks and aerial device vehicles equipped with a DC pump. A hydraulic check valve can have a snap ring failure resulting in the snap ring becoming lodged in a counterbalance or control valve allowing continued movement.",Unintended boom movement may result in potential injury and or property damage.,"Altec will notify owners, and dealers will replace the valve's snap ring, free of charge. The recall began February 9, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 787." -12/10/2020,20V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V767000),"Forest River, Inc.",Incorrect Federal Placard/FMVSS 120,EQUIPMENT,79-1257,Vehicle,200,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 XLR Boost Toy Hauler recreational vehicles. The Federal Placard and Cargo Carrying Capacity (CCC) label may state a lower weight than the actual weight. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","An inaccurate weight on the Federal Placard can cause the vehicle to be overloaded, possibly causing damage to the tires and increasing the risk of a crash.","Forest River will notify owners and will provide a new Federal Placard and replace any damaged tires, free of charge. The recall began January 8, 2021. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 79-1257." -12/10/2020,20V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V762000),"Spartan Fire, LLC",Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,193,"Spartan Fire, LLC (Spartan Fire) is recalling certain 2019-2021 Gladiator and MetroStar vehicles equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","Operator of vehicle may not be able to read the LCD screen and may not be able to use buttons or both unless they reset the power. If the LCD display appears blank, emergency personnel may not have immediate access to the functions and controls operated by the LCD screen which could delay emergency operations, increasing the risk of injury.","Spartan Fire will notify owners, and dealers will replace the unit or apply a retrofit remedy, free of charge. The recall began December 23, 2020. Owners may contact Spartan Fire customer service at 1-517-543-6400." -12/10/2020,20V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V764000),"General Motors, LLC",Rear Toe Links May Fracture,SUSPENSION,N202308930,Vehicle,218526,"General Motors, LLC (GM) is recalling certain 2012-2013 Buick Regal, 2013 Chevrolet Malibu, and 2010-2013 Buick Lacrosse vehicles sold or ever registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, or Wisconsin. These vehicles may have rear toe links that received excessive electrocoating (e-coat) corrosion protection, which could cause the e-coat to become brittle and break away when contacted by road debris. Over time, the e-coat may chip away, exposing the metal toe link and making it more susceptible to corrosion. Corrosion may eventually cause the toe link to thin and ultimately to fracture.","A rear toe link fracture may reduce the driver's ability to control the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will replace the rear suspension toe links and adjuster fasteners free of charge. Parts are not currently available. Owners were mailed an interim notification on January 27, 2021, and April 15, 2021. A third notification was mailed on August 19, 201. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202308930." -12/10/2020,20V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V766000),"Subaru of America, Inc.",Rearview Camera may Shut Down/FMVSS 111,BACK OVER PREVENTION,WRH-20,Vehicle,7741,"Subaru of America, Inc. (Subaru) is recalling certain 2020 Legacy and Outback vehicles equipped with ""high"" grade and ""mid"" grade multimedia navigation. The August 2020 over-the-air software update may have timed out without completing the installation, corrupting the data, and causing the rearview display to shutoff intermittently. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""",The intermittent loss of the rearview image reduces the driver's visibility and increases the risk of crash.,"Subaru will notify owners, and dealers will reprogram the software and, if necessary, replace the Cockpit Control Module, free of charge. The recall began January 22, 2021. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRH-20." -12/10/2020,20V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V763000),"Forest River, Inc.",Sewer Termination Bracket May Fail,EQUIPMENT,51-1256,Vehicle,2828,"Forest River, Inc. (Forest River) is recalling certain 2018-2020 RPOD travel trailers. The sewer termination bracket may fail, causing the plumbing to drag on the ground or to detach completely.","If the plumbing were to detach, it can become a road hazard and increase the risk of a crash.","Forest River will notify owners, and dealers will install a new securement bracket, free of charge. The recall began January 12, 2021. Owners may contact Forest River customer service at 1-574-642-3119, option 2. Forest River's number for this recall is 51-1265." -12/09/2020,20V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V761000),"BMW of North America, LLC",48V Battery Connection Misassembled,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,812,"BMW of North America, LLC (BMW) is recalling certain 2021 M340i xDrive, M440i xDrive Coupe, 530i, 530i xDrive, 540i, 540i xDrive, 740Li, 740Li xDrive, 840i Gran Coupe, 840i xDrive Gran Coupe, X5 sDrive40i, X5 xDrive40i, X6 sDrive40i, X6 xDrive40i, and X7 xDrive40i vehicles. The connection between the 48-Volt battery and the starter-generator may not have been assembled properly, which can cause increased electrical resistance at the connections.",Increased electrical resistance can increase the risk of a fire.,"BMW will notify owners, and dealers will inspect the connection between the 48-Volt battery and the starter-generator assembly, replacing it if necessary, free of charge. The recall is expected to begin April 12, 2021. Owners may contact BMW customer service at 1-800-525-7417." -12/09/2020,20E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E090000),"Icon Vehicle Dynamics, LLC",Steering May Lock Up,EQUIPMENT,NR (Not Reported),Equipment,102,"Icon Vehicle Dynamics, LLC (Icon) is recalling all 05-UP FSD 2.5 Centerline Stabilizer Kits with part number 65050. The kits were sold as an accessory for certain 2005-2021 Ford F-250 4X4 and F-350 4X4 pickup trucks. The foam ring inside the stabilizer ""through shaft"" may block the piston ports, possibly causing the steering to lock up.","If the steering locks, it can increase the risk of a crash.","Icon will notify owners, and dealers will install a new shock assembly with a revised foam ring and steel support disc, free of charge. The recall began December 21, 2020. Owners may contact Icon customer service at 1-951-689-4266." -12/09/2020,20V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V760000),"Volkswagen Group of America, Inc.",Terminal Cover Can Compromise 12-Volt Power Supply,ELECTRICAL SYSTEM,27i6,Vehicle,2355,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2018-2019 Audi RS5 Coupe vehicles. An incorrect positive battery terminal cover was installed.","In the event of a rear crash, the incorrect cover can cause the 12-volt power supply to be compromised, preventing the vehicle doors from being opened from the outside, or the hazard warning lights from functioning, increasing risk of injury.","Audi will notify owners, and dealers will replace the positive terminal cover, free of charge. The recall began January 19, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 27i6." -12/08/2020,20V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V759000),"Nissan North America, Inc.",Exposed Wire in Engine Harness Can Cause Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7583,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Titan and Titan XD pickup trucks. The engine wiring harness could contain an exposed wire that can cause an electrical short or arcing if it contacts another wire.","An electrical short can impair the performance of the engine, transmission, or fuel pump, increasing the risk of an engine stall and a crash. An electrical short or arcing increases the risk of a fire.","Nissan will notify owners, and dealers will inspect the engine harness, replacing it if necessary, free of charge. The recall began January 27, 2021. Owners may contact Nissan customer service at 1-800-647-7261" -12/08/2020,20V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V756000),"Daimler Vans USA, LLC",Operator's Manual Inaccurate and/or Incomplete,EQUIPMENT,VS3PRIDIBA,Vehicle,9,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes Benz Sprinter vehicles. These vehicles may have been delivered with a version of the printed and digital operator's manual that may be inaccurate and/or incomplete.","If the operator relies on the provided owner's manual, the information about vehicle functions and other safety relevant information may be inaccurate and/or incomplete, which could lead to improper operation of the vehicle and potentially increase the risk of a crash or injury.","DVUSA will notify owners, and dealers will replace the printed version of the operator's manual with the latest version and update the software of the digital version, free of charge. DVUSA distributed owners an interim notification on January 22, 2021. The recall began March 17, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3PRIDIBA." -12/08/2020,20V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V758000),"McNeilus Truck & Manufacturing, Inc.",Pusher Axles Operation Position Not Listed,SUSPENSION,NR (Not Reported),Vehicle,7,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2020 Bridgemaster Mixer vehicles. These mixer trucks do not have the position at which the pusher axles should be operated listed on the information plate.","If the position in which the pusher axles should be operated is not listed, the operator may not know how the pusher axle should be positioned while the vehicle is not carrying a load, increasing the risk of a crash.","McNeilus will notify owners and provide a new information plate, free of charge. The recall began December 21, 2020. Owners may contact McNeilus customer service at 1-888-686-7278." -12/08/2020,20V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V757000),"Grand Design RV, LLC",Stove Saddle Valves may Leak Gas,EQUIPMENT,910022,Vehicle,352,"Grand Design RV, LLC (Grand Design) is recalling certain 2020 Transcend recreational trailers. A gas leak may occur at the joint between the cook stove's gas saddle valve for the burners and the manifold under the burner surface.",A gas leak increases the risk of a fire.,"Grand Design will notify owners, and dealers will install a remedy kit that includes gaskets, washers, thread locker bolts and orange stickers, free of charge. The recall began February 5, 2021. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910022." -12/07/2020,20V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V755000),"Nissan North America, Inc.",Driveshaft Can Break,POWER TRAIN,NR (Not Reported),Vehicle,2708,"Nissan North America, Inc. (Nissan) is recalling certain 2011-2013 Infiniti M56, 2012-2013 M35 Hybrid, and 2014 Q70 and Q70 Hybrid vehicles. These models, equipped with 2WD and with a hybrid or VK56 powertrain, have a driveshaft that may break.","A broken driveshaft can cause a loss of propulsion, increasing the risk of a crash, or may disable the parking brake, increasing the risk of a rollaway and injury.","Infiniti will notify owners, and dealers will replace the driveshaft, free of charge. The recall began February 5, 2021. Owners may contact Infiniti customer service at 1-800-662-6200." -12/07/2020,20V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V754000),"Forest River, Inc.",Outdoor Grill Can be Stowed While Lit,EQUIPMENT,500-1265,Vehicle,115,"Forest River, Inc. (Forest River) is recalling certain 2021 East to West Della Tera and Silver Lake recreational trailers. The outdoor grill may be able to be stowed away while the propane hose is still attached and while the burners are on.",A grill that is stowed with the propane hose attached and the burner on can increase the risk of a fire.,"Forest River will notify owners, and to prevent the condition from occurring, dealers will move the propane hose connection to the edge of the drawer slide in the outside kitchen, free of charge. The recall began January 14, 2021. Owners may contact Forest River customer service at 1-574-264-6664. Forest River's number for this recall is 500-1265." -12/07/2020,20E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E089000),Curt Manufacturing LLC,"Potential Fracture of 2"" Shank",EQUIPMENT,NR (Not Reported),Equipment,761,"Curt Manufacturing LLC (Curt Manufacturing) is recalling certain Securelatch Adjustable Pintle Mounts, part number 48543. The 2"" shank may fracture while hauling less weight than the advertised capacity.","If the pintle mount fractures while being used, it can increase the risk of a crash.","Curt Manufacturing will notify owners, and dealers will replace the pintle mount with a different style product, free of charge, or provide reimbursement. The recall began December 22, 2020. Owners may contact Curt Manufacturing customer service at 1-800-798-0813." -12/04/2020,20V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V752000),E-One Incorporated,LCD Display Unit May Malfunction,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,195,"E-One Incorporated (E-One) is recalling certain 2020-2021 Commercial, 2019-2020 Cyclone 2 and 2020 Cyclone N, Quest 2, Typhoon and Typhoon N vehicles, equipped with Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, causing the LCD display to lock up or become nonfunctional.","A locked up or non-functional LCD display can delay emergency efforts, increasing the risk of injury.","E-One will notify owners, and dealers will replace the display or apply a retrofit remedy, free of charge. E-One issued owners an interim notification on December 15, 2020. The recall began January 26, 2021. Owners may contact E-One customer service at 1-352-237-1122." -12/04/2020,20V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V753000),"Mercedes-Benz USA, LLC",Tire Information Missing/FMVSS 110,EQUIPMENT,2021020019,Vehicle,26,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 A220 vehicles. Certain labels containing important information such as tire pressure may not have been installed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the tires are inflated to an incorrect tire pressure, the tires may be overloaded, and increase the risk of a crash.","MBUSA will notify owners, and dealers will inspect the vehicle for the labels and apply them, as necessary, free of charge. The recall began March 26, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2021020019." -12/03/2020,20V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V751000),"Jaguar Land Rover North America, LLC",Instrument Cluster Malfunction/FMVSS 101,ELECTRICAL SYSTEM,N516,Vehicle,23,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Discovery Sport and Range Rover Evoque vehicles. A software error may cause the instrument cluster to randomly alternate the speedometer and odometer units between Miles Per Hour (MPH) and Kilometers Per Hour (KM/H) without driver input to the display unit. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","The changing displays may cause driver distraction or confusion and possibly result in excessive speed, which can increase the risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software, free of charge. The recall began January 19, 2021. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N516." -12/02/2020,20V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V750000),Kia Motors America,Engine Damage May Cause Fire,ENGINE,SC200,Vehicle,294756,"Kia Motors America (Kia) is recalling certain 2012-2013 Sorento, 2012-2015 Forte and Forte Koup, 2011-2013 Optima Hybrid, 2014-2015 Soul, and 2012 Sportage vehicles. An engine compartment fire can occur while driving.",An engine compartment fire increases the risk of injury.,"Kia will notify owners, and dealers will inspect the engine compartment for fuel and/or engine oil leaks, perform an engine test and make any repairs, including engine replacement, as necessary, free of charge. In addition, Kia dealers will update the Knock Sensor Detection System (KSDS) software, free of charge. The recall began January 27, 2021. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC200." -12/02/2020,20V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V749000),"Volkswagen Group of America, Inc.",Faulty Side Impact Crash Sensor In Front Doors,AIR BAGS,69BM,Vehicle,166,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi A6 Allroad, Q7, RS6 and RS7 vehicles. The electrical connector can detach from the door crash sensor in either of the front doors.","A detached connector can delay the activation of the restraint systems, including the side air bag, curtain air bag and/or seat-belt pretensioners during a side impact crash, increasing the risk of injury.","Audi will notify owners, and dealers will inspect, and as necessary, replace the crash sensors in both front doors, free of charge. The recall began December 23, 2020. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 69BM." -12/01/2020,20V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V743000),"Forest River, Inc.",Damaged Brake Hose may Result in a Leak,"SERVICE BRAKES, HYDRAULIC",51-1263,Vehicle,3,"Forest River, Inc. (Forest River) is recalling certain 2021 Coachmen Galleria motorhomes built on a Mercedes-Benz Sprinter chassis. The outer area of the brake hoses on the front and rear axles may have been damaged during production.","The hoses could begin to leak brake fluid, affecting the braking performance of the vehicle, including the potential loss of directional stability when braking, thereby increasing the risk of a crash.","Forest River will notify owners, and DVUSA dealers will check the condition of the brake hoses on the front and rear axles and replace them as needed, free of charge. The recall began December 10, 2020. Owners may contact Forest River customer service at 1-574-825-6310 or Daimler Vans customer service at 1-877-762-8267. Forest River's number for this recall is 51-1263." -12/01/2020,20V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V746000),Hyundai Motor America,Engine Damage May Cause Stall or Fire,ENGINE,198,Vehicle,128948,"Hyundai Motor America (Hyundai) is recalling certain 2015-2016 Veloster, 2012 Santa Fe, 2011-2013 Sonata Hybrid, and 2016 Sonata Hybrid vehicles. The connecting rod bearings inside the engine may wear prematurely, which over time can result in engine damage.","A damaged engine can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect the engine. If bearing damage is found, the engine will be replaced. Dealers will also install a software update containing a new Knock Sensor Detection System (KSDS). Repairs will be performed free of charge. The recall began March 31, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 198." -12/01/2020,20V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V747000),"Nissan North America, Inc.",Frontal Passenger Air Bag Inflators May Explode,AIR BAGS,PM964,Vehicle,3930,"Nissan North America, Inc. (Nissan) is recalling certain 2002-2006 Sentra vehicles whose passenger air bags were previously inspected and may have been released without replacing the Takata air bag inflator. In the event of a crash, Takata frontal passenger air bag inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will re-inspect the vehicle and, if necessary, replace the air bag inflator, free of charge. The recall began January 22, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PM964." -12/01/2020,20V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V745000),"Halcore Group, Inc.",Incorrect Processor Power Voltage may Stop Display,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,251,"Halcore Group, Inc. (Halcore) is recalling certain 2020 Horton Emergency Vehicles Type I and III and ambulances equipped with Weldon i4G Vivtech Displays. The processor that runs the display may stop functioning without warning, causing items operated through the control panel to not function.","If the control panel stops functioning, a delay in emergency services may occur, increasing the risk of injury.","Halcore will notify owners, and dealers will inspect and repair the i4G Vivtech rear and/or front display within the serial number range, free of charge. The recall began December 8, 2020. Owners may contact Halcore customer service at 1-800-447-0343." -12/01/2020,20V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V748000),Hyundai Motor America,Integrated Electronic Brake System Malfunction,"SERVICE BRAKES, HYDRAULIC",199,Vehicle,8176,"Hyundai Motor America (Hyundai) is recalling certain 2019-2020 Nexo Fuel Cell and 2019-2021 Kona Electric vehicles. The Integrated Electronic Brake (IEB) system may detect an abnormal sensor signal and as a result, may significantly reduce braking performance.","Reduced braking power could lengthen the distance required to stop the vehicle, increasing the risk of a crash.","Hyundai will notify owners, and dealers will update the IEB software, free of charge. The recall began January 25, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 199." -12/01/2020,20V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V744000),"Vac-Tron Equipment, LLC",Rear Impact Guard Missing,STRUCTURE,VMV001,Vehicle,38,"Vac-Tron Equipment, LLC is recalling certain 2016-2020 LP873XDT, 2015-2020 LP873SGT, 2019-2020 LPSGT and LPXDT excavator trailers. The trailers are not equipped with a rear impact guard. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 224, ""Rear Impact Protection.""","If a vehicle strikes the rear of the vacuum excavator, the vehicle may travel under the rear of the vacuum excavator, increasing the risk of injury and/or death.","Vac-Tron will notify owners, and dealers will install a field remedy kit, free of charge. The recall began January 22, 2021. Owners may contact Vac-Tron customer service at 1-877-342-5374. Vac-Tron's number for this recall is VVK0016." -11/30/2020,20V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V740000),"Triumph Motorcycles America, Ltd.",Air In ABS Modulator Reduces Braking Efficiency,"SERVICE BRAKES, HYDRAULIC",SRAN 587,Vehicle,1241,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2020-2021 Rocket 3 GT, Rocket 3 R, and 2020 Rocket 3 TFC motorcycles. Air could have entered the antilock brake system (ABS) modulator while the rear brake system was filled during production.","Over time, the air in the ABS modulator can deteriorate rear braking efficiency, increasing the distance required to stop and the risk of a crash.","Triumph will notify owners, and dealers will bleed the rear brake system, free of charge. The recall began December 18, 2020. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 587." -11/30/2020,20V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V742000),"Daimler Trucks North America, LLC",Clutch Flange may Break,POWER TRAIN,FL-869,Vehicle,1233,Daimler Trucks North America LLC (DTNA) is recalling certain 2021 Freightliner Cascadia vehicles. The clutch flange may break due to the heat treating and stamping process.,"If flange failure occurs, loose parts may fall into the clutch pressure plate assembly, resulting in clutch disengagement, thereby increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the clutch on the affected vehicles, free of charge. The recall began February 10, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-869." -11/30/2020,20V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V741000),"Mitsubishi Motors North America, Inc.",Parking Brake Operating Shafts May Corrode,PARKING BRAKE,SR-20-005,Vehicle,21758,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2016 Outlander and Outlander Sport vehicles. The rust prevention coating on the rear brake operating shafts could have been peeled off during the assembly process. As a result, water entering the rear brake caliper boot may cause the parking brake operating shafts to corrode and possibly bind.","If the parking brake operating shafts bind, the parking brakes may not engage or disengage fully. If the parking brakes do not engage properly, the vehicle could rollaway, increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the rear brake caliper assemblies, free of charge. Owner letters were mailed May 4, 2021. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-20-005." -11/25/2020,20V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V735000),"General Motors, LLC",Bolts for Front Seats Incorrectly Installed,SEATS,N202312720,Vehicle,94,"General Motors LLC (GM) is recalling certain 2021 Chevrolet Suburban and Tahoe and GMC Yukon and Yukon XL vehicles. During general assembly, a repair involved removal of one or both front seats. The attachment bolts for the front seats may not have been properly reinstalled after the repair was completed.","If an occupied front seat has loose or missing attachment bolts, it may move during a crash, increasing the risk of injury to the seated occupant.","GM will notify owners, and dealers will inspect the seat attachments for both front seats and install attachment bolts as needed, free of charge. The recall began December 21, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-888-988-7267. GM's number for this recall is N202312720." -11/25/2020,20V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V738000),Triple E Recreational Vehicles,Heat Shield Missing Over the Cooktop,EQUIPMENT,CA#9845-1,Vehicle,95,Triple E Recreational Vehicles (Triple E) is recalling certain 2020-2021 Unity U24RL motorhomes. The galley overhead cabinet assembly is missing a heat shield over the cooktop.,"The heat from the cooktop may radiate to the underside of the upper galley cabinet, increasing the risk of a fire and bodily injury.","Triple E will notify owners, and dealers will install a repair kit, free of charge. The recall began January 6, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9845-1." -11/25/2020,20T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T021000),Bridgestone Americas Tire Operations,Pinhole In The Upper Sidewall Of Tire/FMVSS 139,TIRES,NR (Not Reported),Tire,1827,"Bridgestone Americas Tire Operations, LLC (BATO) is recalling certain Firestone Destination LE3 255/60R19 tires with DOT codes 2420 through 2820 and Bridgestone Ecopia H/L 422 Plus P255/60R19 tires with DOT codes 2820 through 3120. The recalled tires may have been manufactured with a small pinhole in the upper sidewall of the outboard side of the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Tires containing a pinhole may slowly leak air, and if undetected or ignored, the continued loss of air may increase the risk of a vehicle crash.","BATO will notify owners, and based on the date code and press identification number of the tire, dealers will replace the tires with a comparable replacement free of charge. Owners may contact BATO customer service at 1-800-847-3272." -11/25/2020,20V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V737000),"Volkswagen Group of America, Inc.",Rear Light Wiring Harness Missing Scuff Protection,ELECTRICAL SYSTEM,97EU,Vehicle,5426,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2021 Audi RS5 Sportback, 2020-2021 Audi A5 Sportback, and S5 Sportback vehicles. The wiring harness for the rear lights could be missing the anti-abrasion protection in the area of the spare wheel well.","Without the scuff protection, the wires may become damaged during a rear crash, disabling the doors from being opened from the outside, causing a loss of hazard lights, and increasing the risk of injury.","Audi will notify owners, and dealers will apply scuff protection, free of charge. The recall began January 21, 2021. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 97EU." -11/25/2020,20V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V736000),"General Motors, LLC",Roof Rail Air Bag Inflator Endcap may Detach,AIR BAGS,N202309680,Vehicle,9279,"General Motors LLC (GM) is recalling certain 2015-2016 GMC Sierra 1500 and Chevrolet Silverado 1500 and 2015 GMC Sierra 2500 and 3500, and Chevrolet Silverado 2500 and 3500 trucks. The roof-rail air bag (RRAB) inflator end cap may detach from the inflator.","If the end cap separates from the inflator, the compressed gas will escape and the end cap can be propelled into the vehicle, increasing the risk of injury or a crash.","GM will notify owners, and dealers will replace the RRAB modules on the left and/or right side, free of charge. Interim owner notification letters were mailed on December 22, 2020. Owners may contact GMC customer service at 1-888-988-7267 or Chevrolet customer service at 1-800-222-1020. Note: GM filed a new recall, number 21V-504 that supersedes this recall. All vehicles previously recalled under 20V-736 will now be repaired under the new recall number 21V-504. GM's numbers for this recall are N202309680, N202309681, and N202309682." -11/25/2020,20V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V739000),PACCAR Incorporated,Stability Control Brake Relay Hose Misconnected,ELECTRONIC STABILITY CONTROL,20PBF,Vehicle,11,PACCAR Incorporated (PACCAR) is recalling certain 2020-2021 Peterbilt 520 vehicles. The stability control brake relay may have the Spring Brake Modulating (SBM) Valve or the lift axle hose incorrectly connected.,"A stability control event meant to only actuate the ABS controlled wheel ends could actuate lift axle brakes or modulate park brake chambers and could possibly de-stabilize the vehicle, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the suspect chassis and correct the brake relay plumbing if needed, free of charge. PACCAR has issued owners an interim notification on January 4, 2020. Owner notification letters were mailed on January 25, 2021. Owners may contact Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 20PBF." -11/25/2020,20V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V734000),Toyota Motor Engineering & Manufacturing,Steering Column Damage Affects Air Bag Performance,AIR BAGS,20TB17/20TA17,Vehicle,161,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2020-2021 Toyota Avalon and 2020 Avalon Hybrid, RAV4, and RAV4 Hybrid vehicles. Breakaway pins within the steering column, designed to absorb energy and reduce injury during a crash, could have been damaged during production, possibly affecting the performance of the driver's air bag in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","In the event of a crash, an air bag that does not perform as designed can increase the risk of injury.","Toyota will notify owners, and dealers will replace the steering column, free of charge. The recall began December 18, 2020. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 20TB17/20TA17." -11/25/2020,20V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V733000),"Kibbi, LLC",Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,258,"Kibbi, LLC (Kibbi) is recalling certain 2019-2021 Renegade RV Valencia, Verona, Verona LE, and Classic motorhomes equipped with Dometic 3 burner cooking stoves. The stove's saddle valve securing bolt may be overtightened, possibly damaging the O-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Kibbi will notify owners, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began February 11, 2021. Owners may contact Kibbi customer service at 1-574-966-0196." -11/24/2020,20V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V729000),"Daimler Vans USA, LLC",Brake Hose/Brake Line Connection may Leak,"SERVICE BRAKES, HYDRAULIC",VS2BREMPOS,Vehicle,562,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019-2020 Mercedes-Benz Metris right-hand drive vehicles. The screwed fittings between the rigid steel brake lines routed through the underbody of the vehicle and the brake hoses in the area of the front and rear axles may not have been correctly installed.","The connection between the brake line and the brake hose may leak, causing a sudden loss of brake fluids, impacting braking performance and increasing the risk of a crash.","DVUSA will notify owners, and dealers will check the affected fittings at the connection points of the brake lines to the brake hoses, correcting them as necessary, free of charge. The recall began December 10, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2BREMPOS." -11/24/2020,20V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V732000),Bugatti,Electronic Stability Control Malfunction/FMVSS 126,ELECTRONIC STABILITY CONTROL,BUGCR033,Vehicle,73,"Bugatti (Bugatti) is recalling certain 2017-2020 Chiron, 2018-2020 Chiron Sport and 2020-2021 DIVO vehicles. After an ignition cycle, the Electronic Stability Control (ESC) does not automatically default back to the full-function original mode if the Handling Mode is selected on the Drive Mode switch. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""","If the Handling Mode is activated, the ESC System goes into Sport mode. After an ignition cycle, the ESC does not default to the original default mode (ESC Normal Mode). After restarting the car, the Drive Mode remains in Handling mode affecting the ESC performance, increasing the risk of a crash.","Bugatti will notify owners, and dealers will reprogram the software of the affected control units, free of charge. Owners may contact Bugatti customer service at 1-703-826-7545. Bugatti's number for this recall is BUGCR033." -11/24/2020,20V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V730000),Ford Motor Company,Fuel Tank Inlet Check Valve Not Welded Properly,"FUEL SYSTEM, GASOLINE",20S68,Vehicle,17,Ford Motor Company (Ford) is recalling certain 2020 Explorer vehicles equipped with 2.3L engines and 19 gallon fuel tanks. The fuel tank inlet check valve may not be fully welded to the fuel tank shell.,"An incomplete weld securing the inlet check valve to the fuel tank shell could result in a substantial fuel leak during a crash, increasing the risk of fire.","Ford will notify owners, and dealers will replace the fuel tank shell, free of charge. The recall began December 8, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S68." -11/24/2020,20E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E088000),Weldon Division of Akron Brass,Incorrect Processor Power Voltage,ELECTRICAL SYSTEM,TSB 20-12,Equipment,538,"Weldon Division of Akron Brass (Akron Brass) is recalling certain Weldon i4G Vivtech control panels, part numbers 10020480 and 10020481. Due to a incorrect processor over voltage, the control panel display may stop working without warning, causing some of the ambulance features to not function.","If the ambulance features do not function, it can cause emergency services to be delayed, increasing the risk of injury or death.","Weldon will notify the purchasers, and dealers for those manufacturers will replace or repair the circuit board in the display, free of charge. The recall began December 8, 2020. Owners may contact Weldon customer service at 1-800-228-1161. Akron Brass's number for this recall is TBS 20-11." -11/24/2020,20V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V731000),Bugatti,Rear Left-Hand Driveshaft Can Break,POWER TRAIN,BUGCR032,Vehicle,4,Bugatti (Bugatti) is recalling certain 2020 DIVO and Chiron vehicles. The rear left-hand driveshaft may break.,"A broken driveshaft could result in parts detaching and becoming a road hazard, increasing the risk of a crash.","Bugatti will notify owners, and dealers will replace rear left-hand driveshaft, free of charge. The recall began December 18, 2020. Owners may contact Bugatti customer service at 1-703-826-7545. Bugatti's number for this recall is BUGCR032." -11/23/2020,20V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V728000),Rosenbauer America,PTO May Disengage Causing Aerial to Malfunction,EQUIPMENT,NR (Not Reported),Vehicle,43,Rosenbauer America (Rosenbauer) is recalling certain 2018-2020 vehicles. The PTO will disengage causing the aerial to become inoperable due to loss of hydraulic power.,"The aerial device may not be operational when needed at a fire or rescue scene, increasing the risk of an injury.","Rosenbauer will notify owners, and dealers will change the solenoid and case on the Muncie PTO, free of charge. The recall began December 23, 2020. Owners may contact Rosenbauer customer service at 1-651-462-1000." -11/23/2020,20V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V727000),"Forest River, Inc.",Stove Saddle Valves may Leak Gas,EQUIPMENT,51-1259,Vehicle,4203,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Chaparral and Shasta, 2019-2020 Coachmen Concord and Orion, 2020-2021 Coachmen Cross Trek and Forest River Berkshire, 2019-2021 Coachmen Freelander, Leprechaun and Prism, 2020 Coachmen Mirada, Pursuit and Sportscoach, Dynamax Force, DX3, Dynaquest XL and Isata and Forest River Wildwood and 2008 and 2020 Forest River Salem vehicles equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Forest River will notify owners, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began January 11, 2021. Owners may contact Forest River customer service at 1-574-825-4995, or Dometic customer service at 1-574-293-0681. Forest River's number for this recall is 51-1259." -11/20/2020,20V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V721000),Isuzu Motors Limited,Chassis Harness/Coolant Return Hose Could Chafe,ELECTRICAL SYSTEM,V2006,Vehicle,46,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2020 NPR-HD (Crew Cab) and Chevrolet 4500 (Crew Cab) vehicles equipped with 6.6L gasoline engines. The chassis harness and the coolant return hose from the radiator to the reservoir (surge hose) may chafe. Continued chafing could cause wear in the harness and/or hose, ultimately causing a hole in the hose with the potential for engine coolant to leak and/or causing damage to the harness with the potential for a short circuit.","Leaking engine coolant and/or a damaged wire harness may result in a no-start condition, an engine stall, or an electrical short. These scenarios increase the risk of a crash or fire.","Isuzu and Chevrolet will notify their respective vehicle owners and dealers of this recall, and specifically of the need to adjust the positive cable in subject vehicles, and owners will be informed that the recall repairs will be done free of charge. The recall began December 11, 2020. For additional information, Isuzu owners may contact Isuzu Customer Relations at 1-866-441-9638 and Chevrolet owners may contact the GM Medium Duty Truck assistance line at 1-800-862-4389. Isuzu's number for this recall is V2006." -11/20/2020,20V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V719000),Newmar Corporation,Cook Stove Valves may Leak Gas,EQUIPMENT,20E 071,Vehicle,710,"Newmar Corporation (Newmar) is recalling certain 2019-2020 Bay Star and Ventana, 2019 Ventana LE, 2020 Canyon Star, Dutch Star, Kountry Star and Super Star and 2021 Bay Star Sport motorhomes equipped with Dometic 3 burner cooking stoves. The stove's saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Newmar will notify owners, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began January 18, 2021. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 20E 071." -11/20/2020,20E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E087000),JDM ASTAR LLC,Excessive Light Output,EXTERIOR LIGHTING,NR (Not Reported),Equipment,38520,"JDM ASTAR LLC (JDM) is recalling certain T1 replacement headlight bulbs sizes H11, 9005, 9006, H4, 9007, H13, and 9012. The light output may be excessive. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices and Associated Equipment.""","The excessive brightness may blind oncoming drivers, increasing the risk of a crash.","JDM will notify owners, instructing them to return the bulbs for a full refund, free of charge. The recall began January 4, 2021. Owners may contact JDM customer service at 1-626-330-0711." -11/20/2020,20V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V723000),"Kawasaki Motors Corp., U.S.A.",Front Brake Master Cylinder Missing Component,"SERVICE BRAKES, HYDRAULIC",MC20-11,Vehicle,84,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2021 Ninja ZX-14R motorcycles. The front brake master cylinder may be missing an internal component, which can cause inconsistent front braking force.",Reduced braking effectiveness can increase the risk of a crash.,"KMC will notify owners, and dealers will replace the front brake master cylinder, free of charge. Note: Owners are advised to not ride their motorcycle until the repair is complete. The recall began December 4, 2020. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki's number for this recall is MC20-11." -11/20/2020,20V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V726000),Ford Motor Company,Front Knuckles May Fracture,STEERING,20S69,Vehicle,690,Ford Motor Company (Ford) is recalling certain 2021 Lincoln Aviator vehicles. The steering knuckles may have been manufactured improperly.,"The improperly manufactured knuckle may fracture, reducing steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the front knuckle, and replace it if necessary, free of charge. The recall began December 16, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S69." -11/20/2020,20V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V724000),"Volkswagen Group of America, Inc.",Front Seat Belt Webbing May Tear in a Crash,SEAT BELTS,69BH,Vehicle,10835,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Tiguan LWB vehicles. In the event of a crash, one or both of the front seat belt's webbing may tear.","A torn seat belt may not adequately restrain the seat occupant during a crash, increasing their risk of injury.","Volkswagen will notify owners, and dealers will inspect the front seat belts and replace them as necessary, free of charge. The recall began April 13, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69BH." -11/20/2020,20V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V720000),Isuzu Motors Limited,Positive Battery Cable To Starter Too Long,ELECTRICAL SYSTEM,V2005,Vehicle,46,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2020 Isuzu NPR-HD Gas (Crew Cab) and 2020 Chevrolet 4500 (Crew Cab) trucks equipped with 6.6L gasoline engines. The positive cable connecting the battery to the starter may be too long and may have been routed too close to the right-side exhaust pipe.","Over time, heat from the exhaust pipe may cause the conduit and insulation to deteriorate, exposing the wires, possibly causing a short circuit which could result in a no-start condition or a fire.","Isuzu and Chevrolet will notify their respective vehicle owners and dealers of this recall, and specifically of the need to adjust the positive cable in subject vehicles, and owners will be informed that the recall repairs will be done free of charge. The recall began December 11, 2020. For additional information, Isuzu owners may contact Isuzu Customer Relations at 1-866-441-9638 and Chevrolet owners may contact the GM Medium Duty Truck assistance line at 1-800-862-4389. Isuzu's number for this recall is V2005." -11/20/2020,20V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V725000),Honda (American Honda Motor Co.),Tire Carcass May Break Causing Sudden Air Loss,TIRES,U8Y,Vehicle,214,American Honda Motor Co. (Honda) is recalling certain 2021 Pilot vehicles equipped with Continental CrossContact LX Sport 245/50R20 102 H tires with DOT serial number A376 D3K9 2920 and mold numbers S-421920 and S-421921. The tires may have been cured for a time beyond the specification limits.,"Over-cured tires may develop a break in the sidewall resulting in sudden air loss or a belt edge separation which could lead to a tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash or injury.","Honda will notify owners, and dealers will inspect all four tires and replace the tires that have the affected DOT serial number and mold number, free of charge. The recall began January 11, 2021. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is U8Y." -11/20/2020,20V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V722000),Triple E Recreational Vehicles,"Wire Harness may Chafe, Causing Tail Light Failure",EQUIPMENT,CA#9835-1,Vehicle,1149,"Triple E Recreational Vehicles (Triple E) is recalling certain 2018-2020 Serenity S24CB, 2018-2021 Unity U24MB, U24FX, and 2020-2021 Unity U24RL motorhomes. When the vehicle is driven with the fresh water tank partially filled, the fresh water tank bracket can shift side to side, resulting in the chassis wire harness getting chafed, resulting in a loss of tail lights.","Loss of tail light illumination could reduce the vehicle's visibility, increasing the risk of a crash.","Triple E will notify owners, and dealers will install an additional bracket to resolve the issue, free of charge. The recall began December 7, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9835-1." -11/19/2020,20V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V718000),Thor Motor Coach,Cook Stove Saddle Valves may Leak Gas,EQUIPMENT,RC000207,Vehicle,190,"Thor Motor Coach (TMC) is recalling certain 2021 Four Winds motorhomes, equipped with Dometic 3 burner cooking stoves. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"TMC will notify owners, and dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began January 14, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000207." -11/18/2020,20V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V716000),"Volkswagen Group of America, Inc.",Black Or Frozen Rear View Camera Image/FMVSS 111,BACK OVER PREVENTION,91BB / 91BC,Vehicle,32048,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas Cross Sport, Tiguan LWB, Jetta NF, Jetta GLI, Golf GTI, Atlas FL and Arteon vehicles. The rear view camera could malfunction during an ignition cycle, leading to a black screen or infotainment system freeze. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","A black or frozen rear view image reduces the driver's visibility when reversing, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will update the infotainment system software, free of charge. The recall began December 11, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 91BB/91BC." -11/18/2020,20V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V715000),Keystone RV Company,Frame may Buckle and Fail,STRUCTURE,20-391,Vehicle,1296,"Keystone RV Company (Keystone) is recalling certain 2019-2021 Outback 335CG and 340BH recreational trailers. A section of the frame rail may have inadequate support where the draw bar is attached, allowing the frame rail to buckle.",A buckled frame may fail and increase the risk of a crash.,"Keystone will notify owners, and dealers will add reinforcement plates to the existing frame, free of charge. The recall began December 15, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-391." -11/18/2020,20V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V713000),Lamborghini (Automobili Lamborghini),Fuel May Leak From Fuel Line Quick Connector,"FUEL SYSTEM, GASOLINE",L636-R.02.20,Vehicle,2831,"Automobili Lamborghini (Lamborghini) is recalling certain 2019-2020 Urus vehicles. High temperatures in the engine compartment may damage the fuel line quick connector, possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of fire.,"Lamborghini will notify owners, and dealers will replace the fuel line and quick connector, free of charge. The recall began December 18, 2020. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L636-R.02.20." -11/18/2020,20V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V714000),"Chrysler (FCA US, LLC)",Rear Brake Discs May Fracture,"SERVICE BRAKES, HYDRAULIC",W86,Vehicle,8,Chrysler (FCA US LLC) is recalling certain 2020 Alfa Romeo Giulia vehicles. The rear brake discs may fracture during vehicle operation.,"A rear brake disc fracture may result in a reduction of braking performance, increasing the risk of a crash.","FCA US LLC will notify owners, and dealers will replace the rear brake discs and pads, free of charge. The recall began December 17, 2020. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is W86." -11/17/2020,20V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V711000),Thor Motor Coach,BIM/BIR Is Not Watertight,ELECTRICAL SYSTEM,RC000206,Vehicle,1074,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Daybreak, Four Winds, Chateau, Freedom Elite, Quantum motorhomes built on a Chevrolet chassis. The BIM (Battery Isolation Manager)/BIR (Battery Isolation Relay) is not watertight when exposed to engine compartment heat.","Water may get into the BIM/BIR and create electrical arcing, increasing the risk of a fire.","TMC will notify owners, and dealers will replace the BIM/BIR with a Trombetta solenoid, free of charge. The recall began January 13, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000206." -11/17/2020,20E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E085000),"Denso International America, Inc.",Fuel Pump May Fail and Cause Engine Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2483801,"Denso International America Inc. (Denso) is recalling certain fuel pumps. An impeller within the low pressure fuel pump may crack and deform, potentially causing the fuel pump to fail.","If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.","Denso has notified the affected vehicle and aftermarket equipment manufacturers who may conduct recalls as necessary to replace the fuel pumps. The recall schedule will be decided by vehicle manufacturers. For DENSO-related questions, please contact DENSO NA Corporate Communications at NA-DIAM-Corp-Communications@na.denso.com or 1-248-372-8261. Note: This recall is an expansion of recall 20E-026." -11/17/2020,20V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V708000),"Altec Industries, Inc.",Incorrect Counterbalance Valve Installed,SUSPENSION,CSN 784,Vehicle,13,"Altec Industries Inc. (Altec) is recalling certain 2006-2020 AH150 and AH125S Articulating Non-Overcenter Aerial Devices. The incorrect counterbalance valve may have been installed in the main lift cylinder. As a result, at certain boom positions the counterbalance valve will open due to the pressure in the cylinder exceeding the setting.","If one of the hoses between the cylinder and the external counterbalance valve manifold were to fail to hold pressure, the boom could unexpectedly lower, increasing the risk of an injury.","Altec will notify owners, and dealers will install the correct counterbalance valve if necessary, free of charge. The recall began January 11, 2021. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 784." -11/17/2020,20V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V709000),"Tesla, Inc.",Loose Control Arm Bolts May Affect Steering,SUSPENSION,SB-20-31-012,Vehicle,401,"Tesla, Inc. (Tesla) is recalling certain 2020 Model Y vehicles. The bolts connecting the front upper control arm and steering knuckle may have not been properly tightened, allowing the upper control arm to detach from the steering knuckle.","A detached upper control arm can cause the wheels to lean in or out, decreasing the driver's ability to steer and increasing the risk of a crash.","Tesla will notify owners, and dealers will inspect, and as necessary, tighten the bolts, free of charge. The recall began January 15, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-20-31-012." -11/17/2020,20V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V712000),"Volkswagen Group of America, Inc.",Loss of Steering Due To Knuckle Failure,STEERING,40Q6,Vehicle,776,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2021 Atlas and 2020-2021 Atlas Cross Sport vehicles. One or both steering knuckles may have been damaged during production.","A damaged steering knuckle can fail, causing a loss of steering, thereby increasing the risk of a crash.","Volkswagen has notified owners, and dealers will inspect and, as necessary, replace the steering knuckle, free of charge. The recall began November 19, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 40Q6. Note: Owners are advised to DO NOT DRIVE the vehicle until the vehicle has been inspected and repaired if necessary." -11/17/2020,20V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V710000),"Tesla, Inc.",Missing Primer may cause Roof Trim Separation,STRUCTURE,SB-20-12-005,Vehicle,9136,"Tesla, Inc. (Tesla) is recalling certain 2016 Model X vehicles. The front and spine cosmetic roof trim may have been adhered to the vehicle without first using primer. As a result, one or both pieces of trim may separate from the vehicle while moving.",Trim that separates from the vehicle during use can cause a road hazard and increase the risk of a crash.,"Tesla will notify owners, and dealers will test the roof trim adhesion, and, as necessary, apply primer, free of charge. The recall began January 15, 2021. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-20-12-005." -11/16/2020,20V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V706000),REV Recreation Group,Bedlift Motor Gear Failure may Allow Bed to Extend,EQUIPMENT,201109REV,Vehicle,160,"REV Recreation Group (REV) is recalling certain 2021 Fleetwood Discovery, Discovery LXE, Pace Arrow, Pace Arrow LXE, Bounder, and Southwind and Holiday Rambler Armada, Endeavor, Nautica, Navigator, and Vacationer motorhomes. The primary gear of the bed lift motor may fail, allowing the bed frame to drop.",A bed frame that drops can increase the risk of an injury.,"REV will notify owners, and dealers will inspect, and if necessary, replace the bed lift motor, free of charge. The recall is expected to begin January 12, 2021. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 201109REV." -11/16/2020,20E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E086000),Aries Industries Inc.,Tow Hitch May Have Incorrect Weight Rating,TRAILER HITCHES,NR (Not Reported),Equipment,138,"Aries Industries Inc. (Aries) is recalling certain Tow Hitches manufactured for several truck brands and models with Class 3 and Class 4 tow weight ratings. The tow hitches may not be able to tow the rated weight rating of these vehicles, which can cause the hitch plates to bend or break, or cause cracked welds.","Tow hitch plates that bend, break, or crack welds can make the towed equipment difficult to control or cause separation of the tow vehicle increasing the risk of a crash.","Aries will notify owners, and dealers will install reinforcement plates, or replace the tow hitches, free of charge. The recall began January 5, 2021. Owners may contact Aries customer service at 1-262-446-5624." -11/13/2020,20V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V703000),"Winnebago Industries, Inc.",Bedlift Motor Gear Failure may Allow Bed to Extend,EQUIPMENT,20V703,Vehicle,242,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2021 Revel, Vista, Sunstar, and Adventurer Motorhomes. The power bed motor may experience an internal gear failure, causing the bed to extend prior to the safety strap engaging.",A bed that falls unexpectedly increases the risk of injury or death.,"Winnebago will notify owners, and dealers will replace the power bed motor, free of charge. The recall began December 16, 2020. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 164." -11/13/2020,20V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V705000),Hyundai Motor America,Charging System Failure Caused By Oil Leak,ENGINE AND ENGINE COOLING,197,Vehicle,60097,"Hyundai Motor America (Hyundai) is recalling certain 2007-2012 Veracruz vehicles that were previously recalled under recall number 14V-415. Oil may leak from the front cylinder bank cover gasket, potentially dripping onto the alternator and causing the charging system to become inoperative.","An inoperative charging system can result in an engine stall, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect the valve cover gasket and repair it as necessary, free of charge. Owner letters were mailed September 7, 2021. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 197." -11/13/2020,20V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V701000),"General Motors, LLC",High Voltage Battery May Catch Fire,ELECTRICAL SYSTEM,N202311730,Vehicle,50932,General Motors LLC (GM) is recalling all 2017-2018 and certain 2019 Chevrolet Bolt EV vehicles. The high voltage battery could catch fire when charged to full or nearly full capacity.,A battery fire increases the risk of injury.,"This recall has been superseded by recall number 21V-560. Vehicles previously repaired under 20V-701 will still need to have the new remedy under recall 21V-560. GM will notify owners, and as an interim repair, beginning on November 17, 2020, dealers will reprogram the hybrid propulsion control module 2 (HPCM2) to limit the full charge to 90%, free of charge. Owners are advised to activate either the Hill Top Reserve (2017 and 2018 models) or Target Charge Level (2019 models) feature in their vehicle to limit the charge level to 90%, or park outside, until the software update is completed. Owners were notified of the interim repair beginning November 17, 2020. The second notice was mailed on May 11, 2021. Owners may contact the Bolt EV Concierge Team at 1-833-382-4389. GM's number for this recall is N202311730." -11/13/2020,20V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V702000),"Volkswagen Group of America, Inc.",Overcured Tires Can Fail,TIRES,44Q5,Vehicle,760,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020-2021 Atlas Cross Sport and 2021 Atlas vehicles equipped with Continental Cross Contact LX Sport tires, size 255/50 R 20 105 T. The tires may have been over cured.",Over cured tires can result in a sidewall break causing a sudden loss of air pressure or the tread separating from the tire. Both conditions increase the risk of a crash.,"Volkswagen will notify owners, and dealers will inspect DOT date code and mold number on the vehicle's tires to see if they are affected, replacing them as necessary, free of charge. The recall began November 30, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 44Q5." -11/13/2020,20V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V704000),Zero Motorcycles Inc.,Water may Enter Front Brake Switch,EXTERIOR LIGHTING,SV-ZMC-021-020,Vehicle,659,Zero Motorcycles Inc. (Zero) is recalling certain 2020 SR/F and SR/S motorcycles. The front brake switch can fail from water getting into the switch.,An inoperable front brake switch will not illuminate the brake light when the rider applies the front brakes. Following vehicles may not realize the motorcycle is braking. Cruise control will not shut off with the application of the front brakes. Both conditions increase the risk of a crash.,"Zero will notify owners, and dealers will the replace the front brake switch, free of charge. The recall began November 30, 2020. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-021-020." -11/12/2020,20V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V699000),"Chrysler (FCA US, LLC)",EGR Cooler May Crack Internally,ENGINE AND ENGINE COOLING,W79,Vehicle,28884,Chrysler (FCA US LLC) is recalling certain 2014-2019 Jeep Grand Cherokee vehicles equipped with the 3.0L EcoDiesel engines. The Exhaust Gas Recirculation (EGR) cooler may crack and allow pre-heated vaporized coolant to enter the EGR system. This mixture may combust inside the intake manifold.,Combustion in the intake manifold can increase the risk of a fire.,"FCA US LLC will notify owners, and dealers will replace the EGR cooler, free of charge. Dealers will also inspect and, as necessary, replace the intake manifold. Parts are not currently available. Owners were mailed an interim notification on December 21, 2021. A second notification will be mailed when parts are available, currently expected to be around March 11, 2021. The recall began March 11, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is W79." -11/12/2020,20V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V700000),"BMW of North America, LLC",Fuel Tank Weld May Fail,"FUEL SYSTEM, GASOLINE",Toyota: 20TB16,Vehicle,49,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 Z4 and 2020-2021 Toyota Supra vehicles. The weld between the fuel tank halves may have been insufficiently welded, causing the weld to fail.","The failed weld may allow fuel to leak, increasing the risk of a fire in the presence of an ignition source.","BMW will notify owners, and dealers will replace the fuel tank, free of charge. The recall began December 18, 2020. Owners may contact BMW customer service at 1-800-525-7417 or Toyota customer service at 1-888-270-9371." -11/12/2020,20V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V698000),Toyota Motor Engineering & Manufacturing,Headlights Can Be Misadjusted/FMVSS 108,EXTERIOR LIGHTING,20TA15,Vehicle,413,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2021 RAV4 Prime vehicles. The headlight aiming caps may have been improperly closed, allowing for horizontal adjustment of the headlight beam. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Adjusting the horizontal headlight beam can increase glare, reducing the visibility of an oncoming driver or the vehicle operator, increasing the risk of a crash.","Toyota will notify owners, and dealers will close the aiming caps on the headlights, free of charge. The recall began January 6, 2021. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 20TA15." -11/12/2020,20V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V697000),Lion Electric Company,Wheel Chair Belt Anchors May Fail/FMVSS 222,SEAT BELTS,NR (Not Reported),Vehicle,8,"Lion Electric Company (Lion Electric) is recalling certain 2016-2019 Lion C and Lion 360 school buses equipped with wheelchair lifts. The shoulder belt and ground anchors intended to hold a wheelchair in place may detach in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the shoulder belt and ground anchors detach during a crash, their would be an increased risk of injury to the occupant.","Lion Electric has notified owners, and dealers will add a rivet to reinforce the floor and change the screws on the seat belt, free of charge. The recall began November 23, 2020. Owners may contact Lion Electric customer service at 1-855-546-6706." -11/11/2020,20V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V696000),"Terex South Dakota, Inc.",Rotation Bearing Bolts May Fail,EQUIPMENT,SN687,Vehicle,40,"Terex South Dakota, Inc. (Terex) is recalling certain 2019-2020 TL80 and TL100 aerial devices. The rotation bearing bolts may loosen during unit use, causing them to fail.","If the rotation bearing bolts fail, the boom could fall, increasing the risk of injury or death.","Terex will notify owners, and dealers will install Field Service Kit Z1604 which includes replacement rotation bearing bolts, washers, pedestal reinforcement plates, and bolt spacers, free of charge. Owners are advised to perform a pre-shift inspection procedure until the repair is complete. The recall began November 24, 2020. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN687." -11/10/2020,20V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V693000),Ford Motor Company,Drive Shaft May Fracture on Weld Seam,POWER TRAIN,20S65,Vehicle,10905,Ford Motor Company (Ford) is recalling certain 2020 Explorer and Lincoln Aviator vehicles equipped with a 2.0L or 3.3L engine and a 10 Speed Automatic Transmission with the All Wheel Drive package. The drive shaft may fracture along the weld seam.,"Defective drive shafts may fail and cause a loss of connection between the transfer case and rear axle, possibly resulting in a vehicle rollaway when in Park or a loss of drive. Either condition can increase the risk of a crash. The drive shafts can also deform and separate from the driveline and potentially contact the fuel tank, increasing the risk of fuel leaks and/or fire.","Ford will notify owners, and dealers will inspect the drive shaft label inspected and replace it as necessary, free of charge. The recall began December 11, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S65." -11/10/2020,20V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V692000),Ford Motor Company,Link Shaft Brackets May Fracture,POWER TRAIN,20S63,Vehicle,15587,"Ford Motor Company (Ford) is recalling certain 2014-2016 Explorer, 2014-2015 Taurus and 2014 Edge vehicles equipped with 2.0L or 2.3L engines and front wheel drive. The support bracket for the front drive axle halfshaft may fail.","The failed bracket could result in a loss of park function which can cause unintended vehicle movement, and loss of motive power while driving which increases the risk of a crash.","Ford will notify owners, and dealers will replace the link shaft bracket, free of charge. Parts are not currently available. Owners received an interim notification detailing safety risk December 8, 2020. A second letter will be mailed when parts become available in January 2021. The recall began February 2, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S63." -11/10/2020,20V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V694000),"Jaguar Land Rover North America, LLC",Loss of Electrical Power from Loose Ground Stud,ELECTRICAL SYSTEM,N400,Vehicle,11084,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2019-2020 Discovery vehicles. A loose contact between the battery ground stud and the chassis may result in various electrical faults, possibly causing a loss of electrical power or the vehicle to shut down while driving.",If the vehicle shuts down or loses exterior lighting while driving there could be an increased risk of a crash.,"Land Rover will notify owners, and dealers will replace the ground stud, free of charge. The recall began December 17, 2020. Owners may contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N400." -11/10/2020,20V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V695000),Winnebago Towable,Trailers Built With Undersized Axles,SUSPENSION,NR (Not Reported),Vehicle,106,Winnebago Towable (Winnebago) is recalling certain 2021 Micro Minnie trailers. These trailers were built with undersized axles that may not support the weight of the vehicle and could break.,"If the axle breaks, it could result in serious injury or death.","Winnebago will notify owners, and dealers will replace the 2,500 lb rated axle with the correct 4,000 lb rated axle, free of charge. The recall began December 18, 2020. Owners may contact Winnebago Towable customer service at 1-574-825-5250." -11/10/2020,20V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V691000),Ford Motor Company,Transmission Oil Cooler Line may Contact AC Pulley,POWER TRAIN,20S66,Vehicle,225,"Ford Motor Company (Ford) is recalling certain 2021 F-650 and F-750 vehicles equipped with 7.3L gas engines. The transmission oil cooler line may contact the air conditioning compressor pulley, possibly causing a transmission fluid leak.","Leaking transmission fluid may contact hot engine components, increasing the risk of an engine compartment fire.","Ford will notify owners, and dealers will inspect transmission oil cooler lines for proper orientation and damage, correcting the lines and replacing any that are damaged, free of charge. The recall began December 21, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S66." -11/09/2020,20V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V690000),"Daimler Trucks North America, LLC",Vehicle May Move While Lift Is Deployed/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,FL-868,Vehicle,615,"Daimler Trucks North America LLC (DTNA) is recalling certain 2008-2021 Thomas Built Buses Minotour school buses. The driver may be able to release the park brake and shift the transmission out of Park and into a drive gear while the wheelchair lift is deployed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 403, ""Platform Lift Systems.""","If the vehicle is put into drive while the wheelchair lift is deployed, the vehicle may move forward or backward, increasing the risk of injury.","DTNA will notify owners, and dealers will have the wheelchair lift wiring modified as needed, free of charge. DTNA issued owners an interim notification on January 6, 2021. Owner notification letters were mailed on May 19, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-868." -11/06/2020,20V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V688000),"Forest River, Inc.",Battery Box Incorrectly Welded,ELECTRICAL SYSTEM,29-1252,Vehicle,94,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Rockport work trucks. The battery box installed on these vehicles may be inadequately welded, and could detach.","If the battery box detaches, it can increase the risk of a crash.","Forest River will notify owners, and dealers will inspect the battery box for proper welding, and if necessary install rivets to secure the battery box, free of charge. The recall began December 8, 2020. Owners may contact Forest River customer service at 1-574-522-7599. Forest River's number for this recall is 29-1252." -11/06/2020,20V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V687000),"Autocar, LLC",Engine Ground Cable Too Short And May Fail,ENGINE,ACX-2007,Vehicle,116,"Autocar, LLC (Autocar) is recalling certain 2020-2021 Xpeditor vehicles equipped with X12N engines. The engine ground cable is too short and may fail.","If the ground cable fails, the engine may stall without the ability to restart, and increase the risk of a crash or injury.","Autocar will notify owners and dealers will replace the ground cable, free of charge. Autocar issued owners an interim notification on January 4, 2021 informing owners of the safety risk. Owner notification letters were mailed on April 5, 2022. Owners can contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2007." -11/06/2020,20E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E083000),First Light Safety Products,Perimeter Weather Seal May Be Compromised,EQUIPMENT,NR (Not Reported),Equipment,404,"First Light Safety Products (First Light) is recalling all Illuminated School Bus Stop Signs sold for IC CE, Thomas Built Bus Saf-T Liner C2 and Blue Bird Vision buses sold between April 1, 2020 and October 23, 2020. The back plate perimeter weather seal may allow contaminants to enter, affecting the sign performance. In some cases, it can cause an electrical short, which can cause the sign to be inoperable.","If the sign performance is inhibited, or completely inoperable, it can reduce the visibility for oncoming drivers, increasing the risk of a crash.","First Light will notify owners, and dealers will replace the back plate, free of charge. The recall began December 9, 2020 Owners may contact First Light customer service at 1-866-216-2605." -11/06/2020,20V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V689000),"Autocar, LLC",Transverse Torque Rod Mounting Bolts Not Torqued,SUSPENSION,ACX-2008,Vehicle,1060,"Autocar, LLC (Autocar) is recalling certain 2020-2021 Xpeditor and Legend vehicles. The transverse torque rod mounting bolts may not be properly tightened.","If the transverse torque rod mounting bolts are not properly tightened, the bolts may fail and become disconnected from the vehicle, increasing the risk of a crash, personal injury or property damage.","Autocar will notify owners, and dealers will inspect and properly tighten the bolts, free of charge. The recall began January 4, 2021. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2008." -11/05/2020,20V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V686000),"Daimler Trucks North America, LLC",Battery Relay and Ground Cable May Be Damaged,ELECTRICAL SYSTEM,FL-867,Vehicle,104,Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2021 Freightliner EconicSD vehicles. The routing and securement of certain electrical power cables at the battery relay and ground cable may cause the components to be damaged.,"A damaged power cable wire coming into contact with the ground cable at the battery relay may increase the risk of a fire from overloading the ground connection. Additionally, a damaged ground connection may also result in an unexpected engine stall without warning and inability to restart, increasing the risk of a crash.","DTNA will notify owners, and dealers will reroute the left ground cable and install a new connection joint, and the battery cables will be reoriented and a new heat sleeve installed, free of charge. The recall began December 24, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-867." -11/05/2020,20V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V683000),"Jaguar Land Rover North America, LLC",DCDC Converter May Short Circuit,ELECTRICAL SYSTEM,N503,Vehicle,3048,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Land Rover Discovery Sport and Range Rover Evoque MHEV vehicles. The 48 volt electrical system may experience an overload event, causing a failure of the Metal Oxide Semiconductor Field Effect Transistor (MOSFET) and result in a DCDC converter electrical short-circuit.",An electrical short-circuit increases the risk of a fire.,"Land Rover will notify owners, and dealers will update the vehicle software, free of charge. Owners are advised to exit the vehicle when it is parked and park outside away from buildings or structures until the repair is complete. The recall began December 8, 2020. Owners may contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N503." -11/05/2020,20V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V685000),"Nissan North America, Inc.",Over Cured Tires Can Fail,TIRES,PC765,Vehicle,2214,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Altima S grade vehicles equipped with Continental ProContact TX tires, size 215/60 R16 H, with TIN date code 3320 and Mold ID S-419149. The tires may have been over cured.",Over cured tires can result in a sidewall break causing a sudden loss of air or the tread separating from the tire. Both conditions increase the risk of a crash.,"Nissan will notify owners, and dealers will inspect the vehicle's tires to see if they are affected, replacing them as necessary, free of charge. The recall began December 10, 2020. Owners may contact Nissan customer service at 1-800-8677669. Nissan's number for this recall is PC765." -11/05/2020,20V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V684000),"General Motors, LLC",Tires may have been Overcured,TIRES,N202319030,Vehicle,7516,"General Motors LLC (GM) is recalling certain 2020 Buick Enclave, Cadillac XT5, GMC Acadia and Chevrolet Traverse vehicles and 2020-2021 Chevrolet Silverado 1500, GMC Sierra 1500 vehicles. The vehicles may have been manufactured with Continental tires that were overcured.",Overcured tires may experience a carcass break in the sidewall resulting in a sudden air loss or could develop a belt edge separation which could lead to partial or full tread/belt loss. Either condition increases the risk of a crash.,"GM will notify owners, and dealers will inspect vehicles and replace tires that have DOT number and production mold number combinations identified by Continental, free of charge. The recall began December 17, 2020. Owners may contact GMC customer service at 1-888-988-7267, Buick customer service at 1-866-608-8080, Chevrolet customer service at 1-800-222-1020 or Cadillac customer service at 1-800-458-8006. GM's number for this recall is N202319030." -11/04/2020,20V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V680000),Transcraft Corporation,Adjustable Wheel Stops May Detach,EQUIPMENT,B20016,Vehicle,499,Transcraft Corporation (Transcraft) is recalling certain 2016-2021 Platform trailers equipped with certain fork lift kits and adjustable wheel stops. The adjustable wheel stops may detach.,"If the wheel stop detaches while the trailer is parked and in use, there is an increased risk of crash or injury.","Transcraft notified owners and provided repair instructions to inspect and repair the wheel stop assemblies, free of charge. The recall began November 13, 2020. Owners may contact Transcraft customer service at 1-877-489-9020. Transcraft's number for this recall is B20016." -11/04/2020,20V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V681000),"Volvo Car USA, LLC",Air Bag Inflator Fragments May Strike Driver,AIR BAGS,R10058,Vehicle,54124,"Volvo Car USA LLC (Volvo Car) is recalling certain 2001-2003 S80 and S60 vehicles sold or ever registered in Alabama, Arkansas, Florida, Georgia, Hawaii, Louisiana, Mississippi, North Carolina, Oklahoma, South Carolina, Tennessee, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. The driver side frontal air bag inflator may rupture, sending metal fragments into the passage compartment, when the driver side air bag is deployed.",Metal fragments can strike vehicle occupants increasing the risk of serious injury or death.,"Volvo Car will notify owners, and dealers will replace the driver side air bag module, free of charge. The recall began April 20, 2021. Owners may contact Volvo Car customer service at 1-800-458-1552. Volvo Car's number for this recall is R10058." -11/04/2020,20V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V678000),"BMW of North America, LLC",Front Axle/Right Control Arm Not Welded Properly,SUSPENSION,NR (Not Reported),Vehicle,83,"BMW of North America, LLC (BMW) is recalling certain 2020 X5 sDrive40i, xDrive40i, X5 M50i, X5M, X7 xDrive40i, X7 M50i, X6 xDrive40i, X6 M50i and X6M vehicles and 2021 X5 xDrive45e vehicles. The weld between the front axle support and the right front control arm bearing bracket may separate.","If the weld between the front axle support and the right front control arm bearing bracket separates, vehicle handling and control may be affected, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the front axle support, free of charge. The recall began December 18, 2020. Owners may contact BMW customer service at 1-800-525-7417." -11/04/2020,20V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V682000),Toyota Motor Engineering & Manufacturing,Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE","20TA02, 20LA01",Vehicle,1525742,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 4Runner, 2019-2020 Avalon, 2019 Corolla Hatchback, 2017-2019 Highlander, 2018-2020 Camry, 2020 Corolla, 2018-2019 Land Cruiser, 2017-2020 Tacoma, 2019-2020 RAV4, 2019-2020 Sequoia, 2017-2020 Sienna, 2019-2020 Tundra, 2018-2020 Lexus ES350, 2017 Lexus GS200t, 2017-2019 Lexus GS350, 2019 Lexus GS300, 2018-2020 Lexus LC500h, 2019-2020 Lexus LS500, 2018-2019 Lexus GX460, 2017 Lexus IS200t, 2019 Lexus IS300, 2019 Lexus IS350, 2018-2020 Lexus LC500, 2018 Lexus LS500, 2019 Lexus LS500h, 2018-2019 Lexus LX570, 2017 Lexus RC200t, 2019 Lexus RC300, RC350, 2017 and 2019-2020 Lexus RX350, 2018-2020 RX350L, 2019 Lexus UX200, 2018-2019 Lexus NX300 vehicles. The low-pressure fuel pump inside the fuel tank may fail.","If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the fuel pump assembly with an improved one, free of charge. Owners of specific models were notified that remedy parts were available starting January 21, 2021. Owners of other models will be notified as remedy parts become available. Remedy parts should be available for all affected vehicles by late March 2021. Owners may contact Toyota customer service at 1-888-270-9371 or Lexus customer service at 1-800-255-3987. Note: This recall is an expansion of recall 20V-012. Toyota's number for this recall is 20TA02. Lexus' number for this recall is 20LA01." -11/04/2020,20T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T019000),"Foreign Tire Sales, Inc.",Potential Crack In Tread,TIRES,NR (Not Reported),Tire,138,"Foreign Tire Sales, Inc (Foreign Tire) is recalling certain Otani OH-306 425/65R-22.5 commercial truck tires with DOT code 0320. Due to a manufacturing defect, the tread may crack.","Cracks in the tread can lead to tread separation and a sudden loss of air pressure, increasing the risk of a crash.",Foreign Tire will notify owners and dealers will reimburse the customer for the affected tires. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Foreign Tire customer service at 1-908-687-0559. -11/04/2020,20V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V679000),Thor Motor Coach,Transfer Switch May Malfunction,ELECTRICAL SYSTEM,RC000205,Vehicle,59,"Thor Motor Coach (TMC) is recalling certain 2010-2011 Four Winds Montecito 38D, 38E, 40J, 42B, 42C motorhomes, equipped with an Iota ITS-50R transfer switch. The transfer switch may experience a heat related failure due to being exposed to high electrical loads when used in higher ambient temperatures.","If the transfer switch continues to be used, it can increase the risk of a fire.","TMC will notify owners, and dealers will replace the Iota ITS-50R transfer switch with a different brand of switch, free of charge. The recall began December 29, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000205." -11/03/2020,20V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V677000),Triple E Recreational Vehicles,Electronic Control Center Circuit Board may Short,ELECTRICAL SYSTEM,CA#9830-1,Vehicle,143,"Triple E Recreational Vehicles (Triple E) is recalling certain 2019-2020 Wonder W24FTB, W24RTB, and W24MB motorhomes. The Multiplex G9 electronic control center can fail if excessive voltage is applied.","Excessive voltage can cause overheating, increasing the risk of a fire.","Triple E will notify owners, and dealers will install a protection module on the G9 system, free of charge. The recall began November 26, 2020. Owners may contact Triple E customer service at 1-800-447-0343. Triple E's number for this recall is CA#9830-1." -11/02/2020,20V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V676000),"Kawasaki Motors Corp., U.S.A.",Gear Misengagement may cause Transmission Damage,ELECTRICAL SYSTEM,MC20-10,Vehicle,799,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2018-2020 Ninja H2 SX, Ninja H2 SXSE, and 2019-2020 Ninja H2 SXSE+ motorcycles. In the event of a gear misengagement the engine electronic control unit (ECU) programming doesn't have the capability to suppress high RPM during transmission. If the transmission gears are not properly engaged while shifting into 4th or 5th gear, high engine RPM can cause the output gears of 4th or 5th to fracture when the gears re-engage.","Damaged gears and the inability to shift can cause the engine to lock up, increasing the risk of a crash.","KMC will notify owners, and dealers will reprogram the FI-ECU software, free of charge. Owners are advised to not ride their motorcycle until the repair has been completed. The recall began November 16, 2020. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC20-10." -10/30/2020,20V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V673000),"Mercedes-Benz USA, LLC",Front Passenger Seat Missing Adjustment Limit Stop,SEATS,2020110013,Vehicle,1337,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2021 E350 and E450, 2019-2021 AMG E53 and 2020-2021 AMG E63 vehicles. The front passenger seat may be missing the mechanical seat adjustment range limit stop, allowing the seat to move outside of the acceptable range in relation to the air bag.","If the front passenger seat is adjusted beyond the acceptable range in relation to the air bag, there could be an increased risk of injury in the event of a crash with air bag deployment.","MBUSA will notify owners, and dealers will inspect for the mechanical seat adjustment range limitation for the front passenger seat and install it if necessary, free of charge. The recall began December 18, 2020. Owners may contact MBUSA customer service at 1-800-368-6372. MBUSA's number for this recall is 2020110013." -10/30/2020,20V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V672000),"Mercedes-Benz USA, LLC",Fusebox may Loosen in Engine Bay,ELECTRICAL SYSTEM,2020110007,Vehicle,47,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 GLA250 vehicles. The engine compartment fusebox may come loose over time, potentially damaging fuses and disrupting certain vehicle functions such as engine, power steering assist, electronic stability control (ESP), and Active Brake Assist.","A loss of engine operation, power steering assist, ESP system, or Active Brake Assist can increase the risk of a crash.","MBUSA will notify owners, and dealers will inspect the engine compartment fusebox mounting and correct it, as necessary, free of charge. The recall began December 11, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020110007." -10/30/2020,20V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V670000),Keystone RV Company,Inverter may be Wired Incorrectly,EQUIPMENT,20-389,Vehicle,1278,"Keystone RV Company (Keystone) is recalling certain 2020-2021 Cougar trailers equipped with the Off the Grid (OTG) Solar package. The inverter may have been incorrectly wired, causing power to energize the shore power connection, when in use.","If the inverter is turned on, and energizes the shore power connection, it can increase the risk of injury.","Keystone will notify owners, and dealers will test the function of the inverter and rewire it as needed, free of charge. The recall began November, 18, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-389." -10/30/2020,20V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V671000),"Mercedes-Benz USA, LLC",Possibly Recessed Middle Seat Belt Buckle,SEAT BELTS,2020110005,Vehicle,55326,"Mercedes-Benz AG USA, LLC. (MBUSA) is recalling certain 2021 AMG GLE53, AMG GLE63, 2020 GLE580, 2020-2021 GLE350 and GLE450 vehicles with 5 passenger seating. While buckling the seat belt, the middle seat belt buckle could be pushed down into the gap below the seat cushion. If the buckle can't be retrieved, the buckle latch will be inoperable and unable to restrain an occupant.",An unrestrained occupant has an increased risk of injury in the event of a crash.,"MBUSA will notify owners, and dealers will secure the middle seat belt buckle, free of charge. The recall began December 18, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020110005." -10/30/2020,20V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V675000),Ford Motor Company,Rear Suspension Toe Link Fracture,SUSPENSION,20S62,Vehicle,454941,"Ford Motor Company (Ford) is recalling certain 2013-2017 Explorer vehicles originally sold, or currently registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin that were previously repaired under a prior recall numbers 16V-245 or 19V-435. The outboard section of a rear suspension toe link may fracture.","A rear toe link fracture can result in a loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the cross-axis ball joint (CABJ) knuckle attached to the rear suspension toe link and replace it as necessary, free of charge. The recall began November 27, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S62." -10/29/2020,20V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V665000),"Jayco, Inc.",Axle Spindle Weld Failure,SUSPENSION,9901526,Vehicle,735,"Jayco, Inc. (Jayco) is recalling certain 2020-2021 Fifth Wheel Northpoint 387RDFS(LZ) recreational trailers. The welds on the axle spindle may fail, causing the wheel/spindle assembly to break away from the axle tube.","If the wheel/spindle assembly separates from the axle tube, it can increase the risk of a crash.","Jayco will notify owners, and dealers will inspect the axle, and replace if necessary, free of charge. The recall began December 30, 2020. Owners may contact Jayco customer service at 1-617-776-0344. Jayco's number for this recall is 9901526." -10/29/2020,20V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V667000),"Jayco, Inc.",Engine Cover Does Not Have Proper Insulation,ENGINE,9903527,Vehicle,1058,"Jayco, Inc. (Jayco) is recalling certain 2020-2021 Jayco Alante, Precept, Entegra Vision, 2021 Jayco Precept Prestige, Entegra Vision XL, and Emblem motorhomes built on a Ford F-53 chassis. The engine covers may not contain sufficient heat insulation, causing the interior surface temperatures to be excessive.",Excessive surface temperatures can increase the risk of injury to the occupants.,"Jayco will notify owners, and dealers will install an additional insulation insert, and a foam seal on the outer edge of the cover, free of charge. The recall began December 28, 2020. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903527." -10/29/2020,20V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V666000),"BMW of North America, LLC",Fuel Injector Installed Without Damping Component,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,21,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 M2 Coupe and 2020 M4 Coupe vehicles. Fuel injectors may have been installed without a damping component which is used to reduce vibration. If a damping component is not present, vibration will increase at the connection between the fuel line and the fuel rail, which over time, can result in damage at the connection.","A damaged connection between the fuel line and the fuel rail could lead to a fuel leak and, in the presence of an ignition source, increase the risk of a fire.","BMW will notify owners, and dealers will inspect the fuel injectors and if a damping component is missing, the injectors and the fuel rail will be replaced, free of charge. The recall began December 18, 2020. Owners may contact BMW customer service at 1-800-525-7417." -10/29/2020,20V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V669000),Triple E Recreational Vehicles,Incorrect Connector Used On Propane Connection,EQUIPMENT,CA#9822-1,Vehicle,832,"Triple E Recreational Vehicles (Triple E) is recalling certain 2019-2020 Serenity S24CB, 2019-2021 Unity U24MB, U24RL, U24FX, U24CB, U24IB, U24TB, and 2019-2021 Wonder W24FTB, W24RTB, W24RL, W24MB motorhomes. An incorrect brass connector was used on the propane connection to the flared connection of the Truma water heater fitting. The connector did not have the correct bevel to seal to the Truma water heater swivel fitting.","The wrong connector may cause a propane leak to occur, increasing the risk of a fire.","Triple E has notified owners, and dealers will replace the incorrect brass connector with the correct brass connector (part number115-3219), free of charge. The recall began November 17, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9822-1." -10/29/2020,20V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V668000),"General Motors, LLC",Missing Bolts on Start/Stop Accumulator,POWER TRAIN,N202313440,Vehicle,194105,"General Motors LLC (GM) is recalling certain 2018-2019 Chevrolet Cruze and Buick LaCrosse, 2018-2020 Chevrolet Equinox, Chevrolet Traverse and GMC Terrain, 2018 Chevrolet Malibu, 2019-2020 Buick Encore, Buick Enclave, Cadillac XT4, Chevrolet Blazer and GMC Acadia, and 2020 Cadillac XT6 vehicles. The start/stop accumulator endcap may have missing bolts.","Missing bolts on the start-stop accumulator endcap could result in a transmission oil leak and may progress to a loss of propulsion, increasing the risk of a crash. A transmission fluid leak in the presence of an ignition source may increase the risk of fire.","GM will notify owners, and dealers will inspect the start-stop transmission accumulator and replace it if any bolts are missing, free of charge. The recall began December 15, 2020. Owners may contact GMC customer service at 1-888-988-7267, Buick Customer service at 1-866-608-8080, Chevrolet customer service at 1-800-222-1020 or Cadillac customer service at 1-800-458-8006. GM's number for this recall is N202313440." -10/28/2020,20V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V664000),"Proterra Operating Company, Inc.",Bolts Holding Steering Gear Box May Loosen,STEERING,SC-20-154,Vehicle,5,Proterra Inc. (Proterra) is recalling certain 2018-2020 35 foot and 40 foot Catalyst buses. Lack of plexus adhesive between the torque plate and the vehicle chassis may cause the bolts securing the steering gear box to loosen.,"An unsecured steering gear box could cause the driver to lose the ability to steer the vehicle, increasing the risk of crash or injury.","Proterra will notify owners, and dealers will inspect the steering gear mounting bolts and the plexus adhesive layer between the torque plate and the chassis. If the plexus adhesive layer is missing or insufficient, the components will be repaired, free of charge. The recall began December 10, 2020. Owners may contact Proterra customer service at 1-864-438-0000. Proterra's number for this recall is SC-20-154." -10/28/2020,20V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V663000),"Daimler Vans USA, LLC",Hydraulic Power Steering Hose May Detach,STEERING,NV3LETULPE,Vehicle,47667,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015-2020 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The hydraulic power steering return line hoses may detach at their connection points under certain operating conditions, causing hydraulic fluid to leak.",The sudden loss of power steering assist and hydraulic steering fluid leaking onto the roadway may increase the risk of a crash.,"DVUSA will notify owners, and dealers will check the return line connections of the power steering system, correcting it as needed, free of charge. The recall began December 23, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this campaign is NV3LETULPE." -10/28/2020,20V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V662000),"Jayco, Inc.",Motor In Bedlift System May Fail,EQUIPMENT,9903525,Vehicle,165,"Jayco, Inc. (Jayco) is recalling certain 2021 Vision, Emblem, Vision XL, Alante, Precept, and Precept Prestige recreational vehicles, equipped with a Power Bedlift System. The bedlift motor may fail due to internal gear failure, causing the overhead bunk bed to release from the stowed position.","If the bed releases unexpectedly from the stowed position while moving, it could contact the driver and possibly block their vision, increasing the risk of a crash and injury.","Jayco will notify owners, and dealers will replace the bed motor, free of charge. The recall began November 18, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903525." -10/27/2020,20V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V657000),"Chrysler (FCA US, LLC)",Front Lower Control Arms May Fracture,SUSPENSION,W81,Vehicle,698,Chrysler (FCA US LLC) is recalling certain 2021 Jeep Cherokee Latitude and Jeep Cherokee Limited vehicles. One or both of the front lower control arms may fracture while driving.,"A front lower control arm fracture while driving may result in a loss of steering control, increasing the risk of a crash without prior warning.","Chrysler will notify owners, and dealers will inspect the front lower control arms and replace them as necessary, free of charge. The recall began November 6, 2020. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is W81. Note: Owners are advised to not drive their vehicles until they have been inspected and repaired if needed." -10/27/2020,20V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V658000),"Volkswagen Group of America, Inc.",Head Injury from C-Pillar Impact in a Crash,STRUCTURE,70H8,Vehicle,94144,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2018-2020 Audi Q7 vehicles. The padding on the vehicle's C-pillar may not absorb enough impact in the event of a crash.","In the event of a crash, an unbelted occupant's head may impact the vehicle's C-pillar padding, increasing the risk of injury.","Audi will notify owners, and dealers will replace the deformation element on the C-pillars, free of charge. The recall began November 17, 2020. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 70H8." -10/27/2020,20E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E082000),Leather on Wheels Inc,Helmet May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,4896,"Leather On Wheels Inc (Leather On Wheels) is recalling certain WCL Helmets, model Polo, part number 666, in all sizes produced 9/1/14 through 3/16/20. The helmet may not adequately reduce the amount of force the wearer experiences during an impact. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard FMVSS 218, ""Motorcycle Helmets.""","In the event of a crash, the helmet may not protect the occupant, increasing the risk of injury.","Leather On Wheels will notify owners, and dealers will provide a credit or replace the helmet, free of charge. Owners may contact Leather On Wheels customer service at 1-587-583-0070." -10/27/2020,20V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V661000),Braun Ambulances,Side Facing Seatbelt Anchored Improperly,SEAT BELTS,NR (Not Reported),Vehicle,291,Braun Ambulances (Braun) is recalling certain 2017-2020 Demers TSE and EXE Ambulances for a problem with the seat belt system installed in the rear medical module of the ambulance at the side-facing bench seating positions. Continued use of affected upper seat belt harness may result in a partial or complete separation from its mounting.,Separation of the upper harness may increase the risk of injury to the occupant in the event of a crash.,"Braun Ambulances will notify owners, and dealers will remove and reinstall the harness mounting bolts with a modified configuration, free of charge. The recall began November 16, 2020. Owners may contact Braun Ambulances customer service at 1-877-344-9990." -10/27/2020,20V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V660000),"Daimler Trucks North America, LLC",Steer Axle Spindle Nut Snap-Ring Installation,SUSPENSION,FL-866,Vehicle,1411,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020-2021 Freightliner Cascadia, 2021 Freightliner 108SD, 114SD and Business Class M2 and Western Star 4700, 4900 and 5700 vehicles. The steer axle spindle nut snap-ring locking feature may be incorrectly installed or missing from the left spindle nut at the spindle.","A missing or improperly installed locking snap ring can result in wheel-end failure and potentially a wheel-off/separation condition, increasing the risk of crash.","DTNA will notify owners, and dealers will inspect the hub cap plug, and reinstall or replace of the snap-ring as needed, free of charge. The recall began December 18, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-866." -10/27/2020,20V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V659000),"Winnebago Industries, Inc.",Weld Nut Installed Incorrectly/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,1806,"Winnebago Industries, Inc (Winnebago) is recalling certain 2012-2021 Era 170X vehicles. The weld nut was installed on the wrong side of the bracket where the shoulder belt attaches, reducing the retention strength of the seat belt.","In the event of a crash, the shoulder belt upper anchorage may not provide adequate protection to the passenger, increasing the risk of injury.","Winnebago will notify owners, and dealers will coordinate the inspection of affected units and the installation of a serrated flange nut in the intended weld nut location, free of charge. The recall is expected to begin December 21, 2020. Owners may contact Winnebago Customer Care at 1-800-537-1885." -10/26/2020,20V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V656000),"Forest River, Inc.",Antenna Wing may Detach,EQUIPMENT,400-1243,Vehicle,1150,"Forest River, Inc. (Forest River) is recalling certain 2019-2021 Palomino trailers. The antenna wing may not be properly secured to the roof, allowing it to detach from the roof while moving.","If the antenna detaches while moving, it can be a road hazard, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect, repair or replace the antenna, free of charge. The recall began November 23, 2020. Owners may contact Forest River customer service at 1-269-432-3271. Forest River's number for this recall is 400-1243." -10/26/2020,20V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V655000),"Forest River, Inc.",Furnace Fresh Air Intake Sleeve Too Short,EQUIPMENT,15-1245,Vehicle,69,"Forest River, Inc. (Forest River) is recalling certain 2021 Cardinal fifth wheel trailers. The fresh air intake sleeve for the furnace is too short and does not have proper connection of the furnace to the exterior, allowing furnace exhaust to enter the trailer.","If exhaust enters the trailer, it can cause carbon monoxide poisoning, which can increase the risk of injury or death.","Forest River will notify owners, and dealers will install the correct intake sleeve to allow for proper connection on the furnace, free of charge. The recall began November 6, 2020. Owners may contact Forest River customer service at 1-574-296-7700. Forest River's number for this recall is 15-1245." -10/26/2020,20V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V654000),"Forest River, Inc.",Shore Cord Inlet Wiring Insulation May Cause Fire,ELECTRICAL SYSTEM,17D-1201,Vehicle,9261,"Forest River, Inc. (Forest River) is recalling certain 2019-2021 Cherokee recreational trailers. The shore cord inlet wiring insulation may not have been sufficiently stripped back, causing a poor connection with the set screw.",A poor electrical connection can increase the risk of a fire.,"Forest River will notify owners, and dealers will remove the inlet, and rewire or replace the inlet completely if necessary, free of charge. The recall began November 23, 2020. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 17D-1201." -10/23/2020,20V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V651000),"Mercedes-Benz USA, LLC",Damaged Power Steering Control Unit Wiring Harness,STEERING,2020110012,Vehicle,2533,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLC300, GLC350e, GLC43 AMG, and GLC63 AMG vehicles. The power steering control unit wiring harness may have been damaged during the production process, possibly resulting in a loss of power steering assist or an electrical short-circuit.","A loss of power steering assist can increase the risk of a crash. Additionally, If the wiring harness short-circuits, there is an increased risk of a fire.","MBUSA will notify owners, and dealers will inspect the wiring harness, and replace it if necessary, free of charge. The recall began December 11, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020110012." -10/22/2020,20V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V650000),"General Motors, LLC",Driveshaft May Separate,POWER TRAIN,N202314870,Vehicle,42,"General Motors LLC (GM) is recalling certain 2019-2020 Chevrolet Silverado 1500 and GMC Sierra 1500 and 2020 Chevrolet Silverado 2500 trucks. One of the driveshaft joints may not have been properly welded, causing the driveshaft to separate while the vehicle is moving.","If the driveshaft separates, there may be a loss of propulsion, increasing the risk of crash.","GM will notify owners, and dealers will replace the driveshaft, free of charge. The recall is expected to begin December 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N202314870." -10/21/2020,20V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V648000),"Volkswagen Group of America, Inc.",Fuel Rail Bolts May Loosen Allowing Fuel Leak,"FUEL SYSTEM, GASOLINE",24Gi,Vehicle,218192,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2016-2018 Jetta vehicles. The fuel rail bolts may become loose over time, allowing fuel to leak.",A fuel leak increases the risk of a fire.,"Volkswagen will notify owners, and dealers will replace the fuel rail bolts and, as necessary, the fuel rail. The recall began March 31, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 24Gi." -10/21/2020,20V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V647000),Braun Ambulances,Lighting and HVAC Display May Lock Up,BACK OVER PREVENTION,NR (Not Reported),Vehicle,156,"Braun Ambulances (Braun) is recalling certain 2019 Chief XL Type I and 2019-2020 Chief XL Type III, 2018-2020 Express Plus Type I and 2019 Express Type III, Liberty Type I, Raider Type I and Super Chief ambulances. The lighting and HVAC display may lock up affecting functions like the back up camera, emergency warning lights, or patient care devices depending on the application.","The vehicle operator may not be able to read the LCD screen or use the buttons or both. If the LCD display appears blank, emergency personnel may not have immediate access to the functions and controls operated by the LCD screen which could delay emergency operations, increasing the risk of injury to a patient or increase the risk of a crash.","Braun will notify owners and dealers will remove the defective Vista IV and replace with a new Vista IV, free of charge. The recall began December 18, 2020. Owners may contact Braun Ambulance customer service at 1-877-344-9990." -10/19/2020,20V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V646000),"Mitsubishi Fuso Truck of America, Inc.",Exhaust Studs and Nuts may be Loose,ENGINE AND ENGINE COOLING,C10114,Vehicle,4294,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain 2019-2021 FEC7T, FECZT, FEC9T vehicles. The exhaust pipe studs and nuts may not have been properly tightened.","Loose exhaust mounting can result in hot exhaust gases leaking, increasing the risk of a fire.","MFTA will notify owners, and dealers will tighten the exhaust studs and nuts to the correct torque specification. The recall began December 11, 2020. Owners may contact MFTA customer service at 1-877-711-0707. MFTA's number for this recall is C10114." -10/19/2020,20V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V644000),"Volkswagen Group of America, Inc.",Incorrectly Bolted Driver's Seat Frame,SEATS,72L4,Vehicle,1,"Volkswagen Group of America, Inc. (Audi) is recalling one 2020 Audi Q3 vehicle. The driver's seat frame may have incorrectly been bolted to the seat rail.","The incorrect bolt connection could fail, increasing the risk of injury in the event of a crash.","Audi will notify owners, and dealers will inspect the bolt connection and, as necessary, replace the seat structure, free of charge. The recall began November 10, 2020. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 72L4." -10/19/2020,20V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V643000),"Heartland Recreational Vehicles, LLC",Outriggers may Bend Affecting Handling,STRUCTURE,NR (Not Reported),Vehicle,104,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019-2020 Milestone fifth-wheel trailers. The outriggers may bend due to loading within the rear storage area.","If the outriggers bend, it can negatively affect vehicle handling, increasing the risk of a crash.","Heartland will notify owners, and dealers will reinforce the frame, free of charge. The recall began December 4, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -10/19/2020,20V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V645000),"Mitsubishi Fuso Truck of America, Inc.",Vacuum Pump Failure Due to Heat Exposure,"SERVICE BRAKES, HYDRAULIC",C10118,Vehicle,2873,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain 2019-2021 FEC7T, FECZT, and FEC9T vehicles. The brake booster vacuum pump assembly may be affected by heat radiating off the exhaust manifold during normal engine operation. This heat can cause the diaphragm in the pump to crack, resulting in loss of vacuum in the vacuum pump.","If loss of vacuum occurs, power brake assist may become inoperable, increasing the risk of a crash.","Dealers will replace the vacuum pump and install exhaust heat shields, free of charge. Owner notification letters were mailed December 15, 2021. Owners may contact MFTA customer service at 1-877-711-0707." -10/17/2020,20E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E079000),"Continental Automotive Systems, Inc.",Insufficient Fuel Supply to Engine,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4195,"Continental Automotive Systems, Inc. (Continental Automotive) has submitted a Defect Information Report for certain Vitesco NG2 Fuel Delivery Modules, part number ATC85869000. The mixing tube may be blocked due to a plastic burr remaining after the molding process, which can cause insufficient fuel supply to the engine.","An insufficient fuel delivery to the engine can cause a vehicle to stall, increasing the risk of a crash.","Continental will work with the affected vehicle manufacturers who are conducting their own recalls. Dealers for those manufacturers will replace they fuel delivery modules, free of charge." -10/16/2020,20V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V641000),Shyft Group,Body Mount Bracket May Rub Brake Line,"SERVICE BRAKES, HYDRAULIC",20-10,Vehicle,323,"Shyft Group is recalling certain 2021 Utilimaster Aeromaster vehicles built on Ford E-450 chassis. The body mount bracket may chafe the brake lines, eventually rubbing through the brake lines.","If the bracket rubs through the brake lines, braking ability may be negatively affected, increasing the risk of a crash.","Shyft Group has notified owners, and dealers will inspect the brake line and body mount brackets for adequate clearance, depending on the revision level of body mount bracket installed on the vehicle, a new bracket may need to be installed, free of charge. Any damaged brake lines would be replaced. The recall began October 16, 2020. Owners may contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 20-10." -10/16/2020,20V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V642000),"Daimler Trucks North America, LLC",Clutch Failure may Result in Unintended Movement,POWER TRAIN,FL-865,Vehicle,4329,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Cascadia, Business Class M2, 108SD, 114SD and 122SD and Western Star 4700, 4900 and 5700 vehicles. An internal component within the clutch assembly may fail, which in certain circumstances could allow the vehicle to move unexpectedly.",Unintended vehicle movement van increase the risk of a crash.,"DTNA will notify owners, and dealers will update the software and replace the clutches, free of charge. DTNA issued owners an interim notification on December 7, 2020. Owner notification letters were mailed on May 28, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-865." -10/16/2020,20E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E078000),Weldon Division of Akron Brass,Lighting and HVAC Display May Lock Up,ELECTRICAL SYSTEM,20-10,Equipment,990,"Akron Brass Company (Akron Brass) Weldon Division is recalling certain Weldon V-Mux Vista IV Standard LCD displays used for controlling emergency vehicle lighting and HVAC functions. These displays may experience low voltage spikes, and cause the LCD display to lock up or become nonfunctional, due to varying electrical installations.","If the LCD display becomes locked up or non-functional it can delay emergency efforts, which can increase the risk of injury.","Akron Brass will notify owners, and dealers will repair or replace the IV Standard LCD displays, free of charge. The recall began October 28, 2020. Owners may contact Akron Brass customer service at 1-800-228-1161. Akron Brass's number for this recall is 20-10." -10/15/2020,20V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V640000),Zero Motorcycles Inc.,DC Converter Has Insufficient Power Output,ELECTRICAL SYSTEM,SV-ZMC-021-019,Vehicle,64,"Zero Motorcycle Inc. (Zero) is recalling certain 2021 SR, S, DSR, DS, FX, and FXS motorcycles. The DC-DC converter has an insufficient power output margin to operate the anti-lock braking system (ABS), instruments, lights, indicators, and any accessories that are connected to the accessory outlet at once.","The DC-DC converter can shut off when its power capacity is exceeded, shutting off the ABS, instruments, and lights, increasing the risk of a crash.","Zero will notify owners, and dealers will replace the DC-DC converter, free of charge. The recall began October 26, 2020. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-021-019." -10/15/2020,20V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V638000),"General Motors, LLC",Driver's Seat Belt Tensioner Cable May Separate,SEAT BELTS,N202312100,Vehicle,1788,General Motors LLC (GM) is recalling certain 2014-2016 Chevrolet SS and Caprice Police Pursuit Vehicles (PPV) that were previously repaired under NHTSA recall number 16V-518. The repair may not have been performed properly. The driver's seat belt tensioner cable may be repeatedly bent over the seat side shield as the driver enters and exits the vehicle causing the cable to fatigue and separate.,"If the tensioner cable separates, the driver may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will inspect the vehicles to determine whether the new seat trim was installed and replace the trim as necessary. Dealers will also inspect and replace the pretensioner cable assembly, as necessary. Repairs will be performed free of charge. The recall began November 17, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202312100" -10/15/2020,20V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V636000),Ford Motor Company,Engine May Overheat,ENGINE AND ENGINE COOLING,20S60,Vehicle,2903,Ford Motor Company (Ford) is recalling certain 2019-2020 Transit Connect vehicles equipped with 2.5L engines. The powertrain control module (PCM) software has fail-safe temperature threshold values higher than intended for the engine. This may delay the fail-safe cooling strategy in the event of coolant loss and result in engine overheating.,"If the engine overheats, it can result in engine damage and increase the risk of a fire.","Ford will notify owners, and dealers will update the PCM software, free of charge. The recall began November 10, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S60." -10/15/2020,20V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V639000),"General Motors, LLC",Insufficient Fuel Supply may Cause Engine Stall,"FUEL SYSTEM, GASOLINE",N202314760,Vehicle,2781,"General Motors LLC (GM) is recalling certain 2020 Buick Enclave, Cadillac XT5, Cadillac XT6, Chevrolet Traverse, and GMC Acadia vehicles. The fuel pump's jet nozzle may have a plastic burr remaining from the manufacturing process, possibly causing a blocked nozzle and an insufficient fuel supply to the engine.","Insufficient fuel supply can result in an engine stall without warning, increasing the risk of a crash.","GM will notify owners, and dealers will replace the fuel pump module. The recall began November 16, 2020. Owners may contact GMC customer service at 1-888-988-7267, Buick Customer service at 1-866-608-8080, Chevrolet customer service at 1-800-222-1020 or Cadillac customer service at 1-800-458-8006. GM's number for this recall is N202314760." -10/15/2020,20V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V637000),"Genie Industries, Inc.",Slew Bearing Bolts Incorrectly Tightened,EQUIPMENT,Issue 240,Vehicle,8,"Genie Industries, Inc. (Genie) is recalling certain 2020 TZ-34 and TZ-50 trailer mounted boom lifts. The bolts that connect the slew turntable bearing to the chassis may have been under tightened.","The loose bearing may affect the stability of the lift, increasing the risk of personal injury.","Genie will notify owners, and Genie technicians will properly tighten the slew bearing bolts, free of charge. The recall began October 28, 2020. Owners may contact Genie customer service at 1-800-536-1800. Genie's number for this recall is Issue 240." -10/15/2020,20V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V635000),Ford Motor Company,Tire Pressure Monitoring System Malfunction,ELECTRICAL SYSTEM,20S59,Vehicle,689,"Ford Motor Company (Ford) is recalling certain 2020 Escape vehicles equipped with a key-start ignition system. The Body Control Module (BCM) intermittently may not pick up the signal from the rear Tire Pressure Monitoring System (TPMS) sensors or the Remote Key Fob. In the event of a low tire pressure condition, the TPMS system may not provide an adequate warning.","Low tire pressure may lead to poor vehicle handling and a possible loss of vehicle control, increasing the risk of crash.","Ford will notify owners, and dealers will replace the BCM, free of charge. Owners are advised that two key fobs are required for the repair to be completed. The recall began December 1, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S59." -10/14/2020,20V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V631000),"Daimler Vans USA, LLC",Damaged Brake Hose may Result in a Leak,"SERVICE BRAKES, HYDRAULIC",VS3MONTLAU,Vehicle,463,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2020 Mercedes-Benz Sprinter vehicles. The outer area of the brake hoses on the front and rear axles may have been damaged during production.","Over time, the hose could begin to leak brake fluid, affecting the braking performance of the vehicle, including the potential loss of directional stability when braking, thereby increasing the risk of a crash.","DVUSA will notify owners, and dealers will check the condition of the brake hoses on the front and rear axles and replace them as needed, free of charge. The recall began November 24, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3MONTLAU." -10/14/2020,20V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V632000),"Bombardier Recreational Products, Inc.",Front Wheels May Detach,WHEELS,NR (Not Reported),Vehicle,6958,"Bombardier Recreational Products Inc. (Bombardier) is recalling certain 2020 Can-Am Ryker motorcycles. The front wheels may have been improperly installed, possibly resulting in their separation from the motorcycle.","Improper installation can allow the front wheel to separate from the motorcycle, increasing the risk of a crash.","Bombardier will notify owners, and dealers will check the tightness of the front wheel and reinstall the red locking clip. The recall began November 6, 2020. Owners may contact Bombardier customer service at 1-888-272-9222." -10/14/2020,20V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V634000),"Daimler Trucks North America, LLC",Incorrect GAWR on Certification Label/FMVSS 120,EQUIPMENT,FL-864,Vehicle,53,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020-2021 Western Star 4700 and 4900 and Freightliner Coronado, 108SD and 114SD vehicles. The vehicle certification label contains incorrect information, stating a Gross Axle Weight Rating (GAWR) that exceeds the tire capacity rating. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other than passenger cars.""","Incorrect weight rating information on the certification labels could result in potential overloading of the axles, increasing the risk of a crash.","DTNA will notify owners, and dealers will install accurate GAWR labels, free of charge. The recall began November 25, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-864." -10/14/2020,20V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V633000),Toyota Motor Engineering & Manufacturing,Seat Trim Can Interfere with Air Bag Deployment,AIR BAGS,20TB14 / 20TA14,Vehicle,3121,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2020 Highlander and Highlander hybrid vehicles. Incorrect seat trim covers on one or both of the front seats can prevent the seat-mounted side air bag from deploying properly.,Improper deployment of the seat-mounted side air bag increases the risk of injury in the event of a crash.,"Toyota will notify owners, and dealers will inspect the front seats and replace the seat trim covers as necessary, free of charge. The recall began December 11, 2020. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is 20TB14 / 20TA14." -10/13/2020,20E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E077000),"Diode Dynamics, LLC",Bulb Creates Excessive Glare/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,27890,"Diode Dynamics, LLC (Diode) is recalling certain SL1 LED replacement headlamp bulbs, part numbers DD0215P, DD0216P, DD0217P, DD0218P, DD0219P, DD0323P and DD0340P. These bulbs exceed the luminous flux standards for replaceable light sources, may cause excessive glare or brightness to oncoming drivers. As such, these bulbs fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the bulbs cause excessive glare, or brightness for oncoming drivers, it can increase the risk of crash.","Diode will notify owners, and will replace all SL1 LED headlamp bulbs with halogen headlamp bulbs, free of charge. The recall began November 6, 2020. Owners may contact Diode customer service at 1-314-205-3033." -10/13/2020,20V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V630000),Hyundai Motor America,Lithium-Ion Battery May Short Circuit,ELECTRICAL SYSTEM,196,Vehicle,6707,Hyundai Motor America (Hyundai) is recalling certain 2019-2020 Kona Electric vehicles. The lithium-ion (Li-ion) battery may short-circuit.,An electrical short in the Li-ion battery increases the risk of a fire.,"Hyundai will notify owners, and dealers will update the Battery Management System (BMS) software and inspect the Li-ion battery, replacing it if necessary, free of charge. Owners are advised to park their vehicles outside and away from structures until the repair is complete. The recall began November 13, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 196." -10/12/2020,20V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V629000),Shyft Group,Throttle Pedal May Get Trapped In Open Position,VEHICLE SPEED CONTROL,20-09,Vehicle,80,"Shyft Group (Shyft Group) is recalling certain 2020 Utilimaster Walk-In vans. If depressed to the floor of the vehicle, the throttle pedal may get trapped in the open position by the tread plate installed on the floor at the driver's pedestal.",The throttle pedal stuck in the open position could increase the risk of a crash.,"Shyft Group will notify owners, and dealers will inspect for appropriate clearance between the throttle pedal and the tread plate. If there is not adequate clearance, dealers will adjust the tread plate for adequate clearance, free of charge. The recall began October 26, 2020. Owners can contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 20-09." -10/09/2020,20V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V626000),"Mercedes-Benz USA, LLC",Incorrectly Installed Electrical Ground,ELECTRICAL SYSTEM,2020100015/6,Vehicle,12799,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE 350, GLE 450, GLE 580, GLS 450, GLS 580 vehicles equipped with an optional illuminated Mercedes-Benz star logo in the front grill. The star logo's electrical ground connection may not be installed properly, potentially affecting the function of other components that share the same ground connection, such as the power steering control unit, wiper motor, and/or the left headlight.","If the power steering, wiper motor, or left headlight malfunction there could be an increased risk of a crash.","MBUSA will notify owners, and dealers will relocate the ground connection, free of charge. The recall began November 13, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020100015/6." -10/09/2020,20V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V627000),"Mercedes-Benz USA, LLC",Locking Ring Connection on Drive Shaft May Fail,POWER TRAIN,2020100020,Vehicle,2,"Mercedes-Benz USA LLC. (MBUSA) is recalling certain 2020 GLE 350 vehicles. The connection of the locking ring between the front and rear part of the drive shaft might not have been installed correctly, possibly resulting in a loss of power transfer between the transfer case and the rear axle differential.","If the transfer case disconnects from the rear axle differential the vehicle could stall, increasing the risk of a crash.","The affected vehicles are still in dealer inventory, therefore no owners will be notified. Dealers will replace the drive shaft, free of charge. Both vehicles were repaired in December 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020100020." -10/09/2020,20V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V625000),The Toro Company,Tow Pole Bolts May Break,EQUIPMENT,NR (Not Reported),Vehicle,605,"The Toro Company (Toro) is recalling certain 2017-2019 model 22618 Log Splitters and 2017-2020 model 22618HD Log Splitters. The tow pole mounting plates could bend after the log splitter is towed off curbs, over railroad tracks or into potholes, causing the tow pole bolts to break.","If the tow pole bolts break, the log splitter could tip over or detach, increasing the risk of a crash.","Toro will notify owners, and dealers will upgrade the attachment plate and add additional reinforcement bolts, free of charge. The recall began November 24, 2020. Owners may contact Toro customer service at 1-800-654-1882." -10/09/2020,20V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V628000),"Mercedes-Benz USA, LLC",Window Air Bag May Not Be Mounted Correctly,AIR BAGS,2020100010,Vehicle,7,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLB 250 vehicles. The window air bag in the A-pillar area may not be mounted correctly, affecting its performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 226, ""Ejection Mitigation.""","In the event of a crash that deploys the window air bag, the catch strap could disconnect and increase the risk of injury.","MBUSA will notify owners, and dealers will check the mounting of the window air bag and correct it as necessary, free of charge. The recall began October 30, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020100010." -10/08/2020,20E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E076000),"Chrysler (FCA US, LLC)",Driver Side Mirror Glass Can Detach/FMVSS 111,VISIBILITY,W71,Equipment,4768,"Chrysler (FCA US LLC) is recalling certain Mopar Outside Foldaway Heated Power Left Mirrors, part number 68147863AS and Mirror Replacement Glass, part number 68050299AA. The driver side mirror glass can detach from the backing plate and no longer provide a reflective surface. As such, these items fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""",A missing driver side mirror glass reduces visibility and increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the driver side mirror or, if already installed, replace the glass, free of charge. The recall began November 24, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W71." -10/08/2020,20V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V622000),"Chrysler (FCA US, LLC)",Driver Side Mirror Glass Can Detach/FMVSS 111,VISIBILITY,W70,Vehicle,19075,"Chrysler (FCA US LLC) is recalling certain 2020 Ram 2500 and 1500 vehicles. The driver side mirror glass can detach from the backing plate and no longer provide a reflective surface. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""",Missing driver side mirror glass reduces visibility and increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the driver side mirror glass, free of charge. The recall began November 5, 2020. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is W70." -10/08/2020,20V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V623000),"Jaguar Land Rover North America, LLC",Rear Spoiler May Detach,STRUCTURE,N499,Vehicle,21834,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2010-2011 Range Rover Sport vehicles. The upper cover on the rear spoiler may detach from the vehicle.","If the spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","Land Rover will notify owners, and dealers will inspect the spoiler assembly. If the spoiler has not delaminated, a new adhesive will be applied to fully secure the upper spoiler cover. If the outer surface of the rear spoiler has detached, been lost or damaged, a new spoiler will be installed. The repairs will be performed free of charge. Final Owner letters were mailed May 21, 2021. Owners can contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N499." -10/08/2020,20V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V624000),Harley-Davidson Motor Company,Unexpected Loss of Propulsion,ELECTRICAL SYSTEM,0176,Vehicle,1012,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2020 LiveWire (ELW) motorcycles. The electric vehicle powertrain may unexpectedly shut down and not restart, due to a software issue in the Onboard Charging (OBC) system.",An unexpected loss of propulsion without the ability to restart may increase the risk of a crash.,"Harley-Davidson will notify owners, and dealers will update the OBC software, free of charge. The recall began October 19, 2020. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0176." -10/07/2020,20V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V618000),Lamborghini (Automobili Lamborghini),Front Frame Suspension Arm Joint Malfunction,SUSPENSION,L73X-R.03.20,Vehicle,3,"Lamborghini (Automobili Lamborghini) is recalling certain 2020 Aventador SVJ Coupe and Aventador SVJ Roadster vehicles. Due to potentially damaged aluminum frame threads, the front frame suspension arm anchor bolt may have been insufficiently tightened.","The loose suspension arm anchor bolts may cause the suspension arm joint to collapse, resulting in a loss of control of the vehicle and increasing the risk of injury or a crash.","All of the affected vehicles are in dealer possession and owner letters do not need to be mailed. Dealers will inspect and replace the front frame, free of charge. The recall began October 8, 2020. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73X-R.03.20." -10/07/2020,20V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V621000),"Proterra Operating Company, Inc.",Power Steering Hose May Leak,STEERING,SC-20-141,Vehicle,8,Proterra Inc. (Proterra) is recalling certain 2019-2020 Battery-Electric 40' Catalyst and 2020 Battery-Electric 35' Catalyst buses. The power steering hose located at the pump and reservoir may leak and sweat fluid through the hose.,A power steering fluid leak can increase the risk of a crash.,"Proterra will notify owners, and dealers will inspect and replace the power steering hose, free of charge. The recall began October 6, 2020. Owners may contact Proterra customer service at 1-864-438-0000. Proterra's number for this recall is SC-20-141." -10/07/2020,20V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V619000),Lance Camper Manufacturing. Corp.,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,5309,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2018-2021 Lance trailers (models 1995, 2185, 2285, 1475, 1575, 1685, 1985, 2295, 2375, 2445, and 2465) equipped with a Dometic propane gas stove, model R1731 or R2131 manufactured November 2018 or later or model S31 manufactured November 2018 or later. In certain stove serial number ranges, a gas leak may occur in the cooking stove.",A gas leak can increase the risk of a fire.,"Lance Camper will notify owners, and Dometic will repair the stoves, free of charge. The recall began December 30, 2020. Owners may contact Lance Camper customer service at 1-661-949-3322." -10/07/2020,20V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V620000),Lance Camper Manufacturing. Corp.,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,725,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2018-2021 Lance Camper trailers (models 855S, 850, 960, 975, 995, 1062, and 1172) equipped with a Dometic propane gas stove, model R1731 or R2131 manufactured November 2018 or later or model S31 manufactured November 2018 or later. In certain stove serial number ranges, a gas leak may occur in the cooking stove.",A gas leak can increase the risk of a fire.,"Lance Camper will notify owners, and Dometic dealers will repair the affected stoves. The recall began on December 30, 2020. Owners may contact Lance Camper customer service at 1-661-949-3322." -10/06/2020,20E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E074000),Lippert,Bedlift Motor Gear Failure may Allow Bed to Extend,EQUIPMENT,2020-85-001,Equipment,426,"Lippert Components, Inc. (LCI) is recalling certain Electric Motors in LCI Power Bedlift systems, part number 346074. The bedlift motor may fail due to internal gear failure, causing the bed to extend from a stowed position.",A bed that falls unexpectedly can increase the risk of injury.,"LCI will notify the recreational vehicle manufacturers that purchased the bedlift systems, and dealers for those manufacturers will replace the bedlift motors, free of charge. The recall began November 9, 2020. Owners may contact LCI customer service at 1-574-538-4514. LCI's number for this recall is 2020-85-001." -10/06/2020,20E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E075000),TriMark Corporation,Door Latch Malfunction,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,422,"TriMark Corporation (TriMark) is recalling certain 50-200 Door Latches, part numbers 24301/02 and 26756/57 used in certain emergency vehicles. The Trip Levers (part numbers 24303-02, 24306-02, 26750-02 and 26751-02) used in Rotary Latches (part numbers 24301-02, 24302-02, 26756-02 and 26757-02) and Cable Bracket (part number 36221-01) may fail, preventing the doors from being able to be opened.","If the trip lever fails, the door may not be able to be opened, potentially causing a lock-in or lock-out situation, increasing the risk of injury in the event of an emergency.","TriMark will work with the vehicle manufacturer that purchased the latches to replace them all, free of charge. Owners may contact TriMark customer service at 1-800-447-0343." -10/06/2020,20V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V615000),REV Recreation Group,Gas Leak In Cooking Stove,EQUIPMENT,N/A,Vehicle,1567,"REV Recreation Group (REV) is recalling certain 2020-2021 Fleetwood Flair, Bounder, Southwind and Fortis and Holiday Rambler Vacationer, Invicta, and Admiral motorhomes equipped with a Dometic propane gas stove, model R1731 or R2131 manufactured November 2018 or later or model S31 manufactured November 2018 or later. In certain stove serial number ranges, a gas leak may occur in the cooking stove.",A gas leak can increase the risk of a fire.,"REV will notify owners, and Dometic dealers will repair the affected stoves, free of charge. The recall began December 2, 2020. Owners may contact REV customer service at 1-800-509-3417." -10/06/2020,20V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V617000),"Piaggio Group Americas, Inc.",Improperly Galvanized Brake Lines Reduce Braking,"SERVICE BRAKES, HYDRAULIC",PP2ZZQ2003_GTS/GTV,Vehicle,483,Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2020-2021 Vespa GTS 300 and GTV 300 scooters. Improperly galvanized brake pipe terminals can result in excessive front and/or rear brake levers travel during braking.,"Reduced braking efficiency can lengthen the distance needed to stop the scooter, increasing the risk of a crash.","Piaggio will notify owners, and dealers will test the O-Ring, replace the brake fluid and bleed the brake system, or replace the brake pipes based on the vehicle's age, free of charge. The recall began October 21, 2020. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PP2ZZQ2003_GTS/GTV." -10/06/2020,20V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V614000),"Ferrari North America, Inc.",Rear Window Not Bonded Correctly,VISIBILITY,73,Vehicle,1063,"Ferrari North America, Inc. (Ferrari) is recalling certain 2018-2020 812 Superfast vehicles. The rear window on these vehicles may have been bonded incorrectly, which may lead to decreased, long-term adhesion.","The rear window could fully detach from the vehicle, creating a road hazard, increasing the risk of a crash.","Ferrari will notify owners, and dealers will replace the rear window, free of charge. Ferrari issued owners an interim notification on December 5, 2020. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 73." -10/06/2020,20V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V616000),"REV Ambulance Group Orlando, Inc.",Rotary Latch Malfunction,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,11,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain 2019 Road Rescue Type I ambulances. Incorrect material was used for the trip levers used in the rotary latches possibly preventing the doors from being able to be opened.","Failure of the rotary latch to function could potentially cause a lock-in or lock-out situation, increasing the risk of injury.","REV will notify owners, and dealers will replace the rotary latches and cable brackets, free of charge. The recall began October 28, 2020. Owners may contact REV customer service at 1-855-661-9232." -10/05/2020,20V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V611000),"Yamaha Motor Corporation, USA",Decreased Reflectiveness of Rear Reflector Lens,VISIBILITY,990139,Vehicle,31000,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2020 YZF-R3, 2020 MT03 and 2018-2020 XMAX scooters. Condensation or other contaminates may adhere to the rear reflector lens reducing its effectiveness.",A less reflective rear reflector increases the risk of crash.,"Yamaha will notify owners, and dealers will replace the rear reflector, free of charge. The recall began October 20, 2020. Owners may contact Yamaha customer service at 1-888-266-3085. Yamaha's number for this recall is 990139." -10/05/2020,20V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V613000),Volvo Trucks North America,Sleeper Bunk Window May Detach From the Vehicle,STRUCTURE,RVXX2005,Vehicle,8456,Volvo Trucks North America (Volvo Trucks) is recalling certain 2020 VNL vehicles. The window hinge and mounting hardware are insufficient to hold the window in place if the truck is driven with the sleeper bunk windows open.,"If a window detaches from the vehicle, it may strike another vehicle or pedestrian, increasing the risk of a crash or injury.","Volvo Trucks has notified owners, and dealers will replace the window hinge, free of charge. The recall began October 29, 2020. Owners may contact Volvo Trucks customer service at 1-800-458-1552. Volvo Trucks' number for this recall is RVXX2005." -10/02/2020,20V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V608000),"Mercedes-Benz USA, LLC",Center Console May Open in Rear Crash/FMVSS 201,LATCHES/LOCKS/LINKAGES,2020100006,Vehicle,7,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 C300 vehicles. The center console lock-system might not lock properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 201, ""Occupant Protection In Interior Impact.""","In the event of a rear-end crash, the center console lid may open, increasing the risk of injury to occupants.","MBUSA will notify owners, and dealers will check the center console storage compartment, and replace it, if necessary, free of charge. The recall began October 30, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020100006." -10/02/2020,20V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V604000),Aston Martin The Americas,Front Seat Air Bags Fasteners may Be Loose,AIR BAGS,RA-01-1418,Vehicle,21,"Aston Martin The Americas (Aston Martin) is recalling certain 2017 DB11, 2019 DB11 V8 Volante and DBS Superleggera, 2019-2020 Vantage and 2020 Superleggera Volante vehicles. The front seat air bag fasteners may not have been tightened correctly.","Loose fasteners can cause the air bag to improperly deploy, increasing the risk of injury.","Aston Martin will notify owners, and dealers will examine and, if necessary, secure the front seat air bag fasteners, free of charge. The recall began November 5, 2020. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-01-1418." -10/02/2020,20V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V607000),"Mercedes-Benz USA, LLC",High Voltage Wiring Harness Shield May Malfunction,ELECTRICAL SYSTEM,2020110008,Vehicle,7,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLC 350e hybrid electric vehicles. The high-voltage wiring harness shield may not withstand the electrical loads produced under certain driving conditions, possibly causing an electrical malfunction and resulting in a stall.",A vehicle stall can increase the risk of a crash.,"MBUSA will notify owners, and dealers will replace the high-voltage wiring harness, free of charge. The recall began December 11, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020110008." -10/02/2020,20V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V606000),Keystone RV Company,Incorrect Axle And Tires,SUSPENSION,20-388,Vehicle,10,Keystone RV Company (Keystone) is recalling certain 2020 Hideout 290LHS recreational trailers. These vehicles were incorrectly built with 3500 pound axles and ST205/75R14D tires and rims rather than the 4400 pound axles and ST225/75R15D tires and rims as specified on the Federal Identification Tag.,"The incorrect axle, tires and rims can result in the operator overloading the trailer, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the incorrect axle, tires, and rims with 4400 pound axles, ST225/75R15D tires and matching rims, free of charge. The recall began October 16, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-388." -10/02/2020,20E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E073000),DICK'S Sporting Goods,Kayaks May Not Be Properly Secured on Kayak Cradle,EQUIPMENT,NR (Not Reported),Equipment,10792,"DICK'S Sporting Goods (DICK'S) is recalling certain Field & Stream Kayak Cradles, model number PAD00116. The kayaks may fall from the kayak cradle while the vehicle is in motion.","If the kayak were to fall off the cradle while the vehicle is in motion, it can increase the risk of a crash.","DICK'S will notify owners to return the Kayak Cradle for a full refund with a receipt, or provide store credit without a receipt. Purchasers of the Kayak Cradle from Sportsman's Warehouse should return the product to any Sportsman's Warehouse store for a full refund with receipt or store credit without receipt. The recall began November 11, 2020. Owners may contact DICK'S customer service at 1-877-846-9997 or Sportsman's Warehouse at 1-800-286-3076." -10/02/2020,20V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V605000),"Forest River, Inc.",P2K Bunk System Inner Gear May Fail,EQUIPMENT,51-1237,Vehicle,67,"Forest River, Inc. (Forest River) is recalling certain 2021 Coachmen Sportscoach and Forest River Georgetown motorhomes. The P2K Bunk Bed System motor may fail, causing the bunk to fall from the stowed position.","If the motor fails, the bunk may fall while the vehicle is in motion, increasing the risk of injury or a crash.","Forest River will notify owners, and dealers will replace the bunk motor, free of charge. The recall began November 6, 2020. Owners may contact Forest River customer service at Sportscoach 1-574-825-8212 or Georgetown 1-574-206-7600. Forest River's number for this recall is 51-1237." -10/02/2020,20V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V610000),"Corp. Micro Bird, Inc.",Propane Module May Short Circuit,ELECTRICAL SYSTEM,20-085-PUS,Vehicle,75,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2019 MBII propane-powered buses. Following the relocation of the propane conversion controller grounding wire, after deactivation of the main battery cut-off switch, the propane module may fail, preventing the engine from starting or causing a short-circuit.",A short circuit can increase the risk of a fire.,"Micro Bird will notify owners and dealers will relocate the ground, free of charge. The recall began December 1, 2020. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 20-085-PUS." -10/01/2020,20V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V602000),"Jayco, Inc.",Incorrect Tire Size and GAWR Rating/FMVSS 110,EQUIPMENT,9901523,Vehicle,3,"Jayco, Inc. (Jayco) is recalling certain 2021 Jay Feather X213 ""J3"" Baja type recreational trailers. The tire size and Gross Axle Weight Rating (GAWR) information on the tire and certification labels may be incorrect, possibly resulting in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect tire and GAWR information may cause the vehicle to be overloaded, increasing the risk of a crash.","Jayco mailed the corrected labels to owners. Owners have the option to replace the labels or have the repair performed at a dealership, free of charge. The recall began October 6, 2020. Owners may contact Jayco customer service at 1-617-776-0344. Jayco's number for this recall is 9901523." -10/01/2020,20V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V603000),"General Motors, LLC",Vacuum Pump May Decrease Power Brake Assist,"SERVICE BRAKES, HYDRAULIC",N202300860,Vehicle,14620,"General Motors LLC (GM) is recalling certain 2018 Cadillac Escalade, Chevrolet Silverado 1500 and Tahoe, GMC Sierra 1500 and Yukon vehicles equipped with either a 5.3L or 6.2L V8 engine. The output of the mechanical vacuum pump can decrease over time, decreasing the amount of vacuum/power brake assist.","A decrease in brake assist can increase the brake pedal effort and distance required to stop the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the Electronic Brake Control Module, free of charge. The recall began November 11, 2020. Owners may contact GM customer service at 1-866-522-9559, Cadillac customer service at 1-800-458-8006 or Chevrolet customer service at 1-800-630-2438. GM's number for this recall is N202300860." -09/30/2020,20V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V601000),"BMW of North America, LLC",Debris in Hybrid Battery may Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4509,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 530e, 530e xDrive, 530e iPerformance and X3 xDrive30e and MINI Cooper Countryman All4 SE, 2020 BMW i8, and 2021 330e, 330e xDrive, 745Le xDrive and X5 xDrive45e vehicles. Debris may have entered one or more of the hybrid battery cells during their production.","The debris could result in a short-circuit, increasing the risk of fire or injury.","BMW will inspect and, if necessary, replace the battery module free of charge. The remedy is currently being developed. Until the remedy is completed, drivers are instructed to not charge their vehicles. Drivers are instructed to not drive in manual mode, sport mode, and to not use the shift paddles. Owners were notified of the safety risk October 23, 2020. The recall began November 24, 2020. Owners may contact BMW customer service at 1-800-525-7417." -09/30/2020,20V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V599000),Ford Motor Company,Inner Rear Tires may Rub,POWER TRAIN,20S57,Vehicle,52,"Ford Motor Company (Ford) is recalling certain 2020 F-350 trucks equipped with 7.3L gas engines and ambulance prep packages. These vehicles were ordered with Wide Track rear axles, but were built with base (narrower) axles. Depending on the body installed by the body builder, the inner tires on the dual wheel rear axle may contact the body.","Inner tire contact with the body could result in a tire blowout, potentially causing a loss of vehicle control, increasing the risk of crash.","Ford will notify owners, and dealers will rebuild the rear axle as a Wide Track axle on vehicles already built. For remaining vehicles, body builders will be given the option to accept the base axle and build a different second unit body that meets Ford's specifications or have the rear axle rebuilt as a Wide Track axle, free of charge. An interim letter notifying owners of the safety risk was mailed on October 23, 2020. The recall began January 11, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S57." -09/30/2020,20V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V609000),"Tesla, Inc.",Inoperative Trailer Brake Lights/FMVSS 108,EXTERIOR LIGHTING,SB-20-00-002,Vehicle,2567,"Tesla, Inc. (Tesla) is recalling certain 2020 Model Y vehicles equipped with a global rear lamp and tow package configuration. A software error prevents the illumination of trailer brake lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Trailer brake lights that fail to illuminate during braking increase the risk of a crash.,"Tesla will notify owners, and has released the firmware update over-the-air (OTA) to vehicles as of September 23, 2020. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-20-00-002." -09/30/2020,20V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V612000),"Suzuki Motor USA, LLC",Low and/or High Beam may Fail,EXTERIOR LIGHTING,2A95,Vehicle,2100,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2018 GSX250R and GSX250RZ motorcycles. The low and/or high beam headlight may fail.","The sudden loss of low and/or high beams can reduce the driver's visibility, increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the headlight bulb and install a bulb retention spring clip, free of charge. The recall began March 29, 2021. Owners may contact Suzuki customer service at 1-844-352-4921." -09/30/2020,20V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V600000),"Jayco, Inc.",Power Seat Wiring may Short Circuit,ELECTRICAL SYSTEM,9903521,Vehicle,379,"Jayco, Inc. (Jayco) is recalling certain 2021 Entegra Aspire, Anthem, Cornerstone, and ReattaXL motorhomes built with Villa power seats. The power seat wiring may become chafed due to poor routing, and no protection, or melt from exceeding the 14 gauge wire amp capacity.","Damaged power seat wires may short circuit, increasing the risk of a fire.","Jayco will notify owners, and the dealers will inspect the seat wiring for loom protection and secure it with wire ties, free of charge. The remedy regarding the switch and exceeding the amp capacity is still under development. The recall began December 4, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903521." -09/30/2020,20V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V598000),"BMW of North America, LLC",Rearview Camera Image Obscured/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,312,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 X3 sDrive 30i, X3 xDrive 30i, X3M 40i, X3 xDrive 30e, X4 xDrive 30i, X4M 40i, 530i, 540i, 540i xDrive, M550i xDrive, M5, 550e, 550e xDrive, and 550e iPerformance vehicles. A small portion of the rearview image may be slightly obscured. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""","If the driver relies on only the rearview camera image, the reduced rearview image view can increase the risk of a crash or injury.","BMW will notify owners, and dealers will inspect and, if necessary, program the rearview camera with updated software. The recall began November 18, 2020. Owners may contact BMW customer service at 1-800-525-7417." -09/29/2020,20V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V597000),Volvo Bus Corporation,Engine can be Started while being Worked On,ELECTRICAL SYSTEM,SR20-87,Vehicle,10,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2020 9700 buses. The driver may be able to start the bus even if the starter disabling switch in the engine compartment has been activated, such as during servicing.",An engine that can be started while being worked on increases the risk of injury to the service technician.,"Volvo Bus will notify owners, and will provide a service document describing how to connect and upload the new engine software, free of charge. The recall began November 6, 2020. Owners may contact Volvo Bus customer service at 1-800-463-7738. Volvo Bus's number for this recall is SR20-87." -09/29/2020,20V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V594000),Newmar Corporation,Front Leveling Jacks May Fail,EQUIPMENT,NR (Not Reported),Vehicle,48,"Newmar Corporation (Newmar) is recalling certain 2021 Essex, Dutch Star, Mountain Aire, and London Aire motorhomes. The front leveling jacks may not be fastened correctly to the chassis, possibly causing the jacks to fail to support the weight of the motorhome.","If the front jacks fail, an unexpected drop can occur, increasing the risk of an injury.","Newmar will notify owners, and dealers will inspect and repair the leveling jacks as necessary, free of charge. The recall began November 9, 2020. Owners may contact Newmar customer service at 1-800-731-8300." -09/29/2020,20V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V595000),"Daimler Vans USA, LLC",Fuel Leaks From Loose Clamps,"FUEL SYSTEM, GASOLINE",VS3SCHELLE,Vehicle,4010,"Daimler Vans USA, LLC (DVUSA) is recalling 2019-2020 Mercedes Benz and Freightliner Sprinters. The fuel line clamps may loosen and result in a fuel leak.",A fuel leak can increase the risk of a fire.,"DVUSA will notify owners, and dealers will check the fuel hose clamp connections and tighten or replace the components as needed, free of charge. DVUSA issued owners an interim notification on November 9, 2020. The recall began January 19, 2021. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3SCHELLE." -09/29/2020,20E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E072000),"Spartan Fire, LLC",Service Gauge Not Compatible with APS System,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,10,"Spartan Fire, LLC is recalling certain Ametek gauges, part number 2101-NN1, sold as replacement parts for the Advanced Protection System (APS) in Gladiator and MetroStar vehicles. The Ametek gauges are not a direct replacement for the Pacific Insight gauges and may result in the APS not engaging.","If the APS is not engaged, there would be an increased risk of occupant injury in the event of a crash.","Spartan Fire will notify owners and send a remedy kit with instructions and a jumper wire, free of charge. The recall began November 23, 2020. Owners may contact Spartan Fire customer service at 1-866-582-2376." -09/29/2020,20V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V596000),"Stoughton Trailers, LLC",Sub-Frame Cracking Around Rear Suspension,STRUCTURE,NR (Not Reported),Vehicle,2484,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2016-2019 DVW trailers with a specific rear pintle hook mounting assembly and rear suspension hangers welded to a channel suspension sub-frame. The sub-frame may crack around the area where the hangers are welded.","The rear suspension hangers can break away from the sub-frame and become detached from the trailer, increasing the risk of a crash.","Stoughton will notify owners and will repair the existing fatigue cracks and add reinforcements in the area of the rear hanger, free of charge. Owners may contact Stoughton customer service at 1-352-593-5900." -09/28/2020,20V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V593000),PACCAR Incorporated,Incorrect Rear Brake ABS Modulator Valve/FMVSS 121,"SERVICE BRAKES, AIR",20KWD,Vehicle,1416,"PACCAR Incorporated (PACCAR) is recalling certain 2016-2021 Kenworth T680 trucks equipped with a 2.1m Cab and WABCO 6S/6M ABS brake system with drum brakes. The brake systems were manufactured with a standard rear-brake ABS modulator valve instead of a quick release valve, which may exceed the intended service-brake release timing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","Longer than expected service-brake release timing may lengthen vehicle stopping distance, increasing the risk of a crash.","PACCAR will notify owners, and dealers will replace the standard rear-brake, ABS modulator valve with a quick release valve, free of charge. The recall began November 30, 2020. Owners may contact PACCAR customer service at 1-425-828-5888. PACCAR's number for this recall is 20KWD." -09/28/2020,20V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V592000),Shyft Group,Shifter Cable May Disconnect from Transmission,POWER TRAIN,20-08,Vehicle,5,"Shyft Group (Shyft) is recalling certain 2015-2019 Utilimaster Ram ProMaster fleet vehicles. The transmission shifter cable may separate and disconnect from the transmission, causing the vehicle to not perform shifts intended by the driver and the gear shift lever position not matching the actual transmission gear.","The driver may be unaware of the actual gear position and unintended vehicle movement can occur, increasing the risk of a crash.","Shyft will notify owners, and FCA dealers will replace the transmission shift cable, free of charge. The recall began December 21, 2020. Owners may contact Shyft Group at 1-800-582-3454. Shyft Group's number for this recall is 20-08." -09/25/2020,20V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V589000),"Forest River, Inc.",Cooktop Flame May Become Inverted,EQUIPMENT,72-1232,Vehicle,551,"Forest River, Inc. (Forest River) is recalling certain 2021 Salem and Wildwood recreational trailers. The flame on the cooktop may become inverted, due to the cooktop not being isolated from the furnace return air.",An inverted flame can increase the risk of a fire.,"Forest River will notify owners, and dealers will add sealant to the gaps in the paneling that are allowing the return air from the furnace to cause the inverted flame, free of charge. The recall began October 15, 2020. Owners may contact Forest River Customer Service at 1-574-534-3167. Forest River's number for this recall is 72-1232." -09/25/2020,20V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V591000),"Forest River, Inc.",Inadequate Warmup Protection,ELECTRICAL SYSTEM,51-1234,Vehicle,79,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Dynamax Isata vehicles. Inadequate warmup protection can cause a lack of oil film on the engine connecting rod bearings while the engine is reaching operating temperature. This can result in engine damage and connecting rod failure, which could potentially puncture the engine block.","A damaged engine block may leak oil, which can contact hot engine or exhaust components, increasing the risk of a fire.","Forest River will notify owners, and FCA dealers will reprogram the engine calibration software to enhance the engine warm up protection, free of charge. The recall began October 13, 2020. Owners may contact FCA customer service at 1-800-853-1403. Forest River's number for this recall is 51-1234. FCA's number for this recall is W57." -09/24/2020,20V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V587000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,EQUIPMENT,CSN 778,Vehicle,280,"Altec Industries Inc. (Altec) is recalling certain 2019-2020 AA55, AM50, A77-T Aerial Devices and D2/3/4B, D3E, DHB, DHH and DHE Digger Derricks. The bolts that secure the pedestal to the turntable (with head marking 5252) may fail.","If the fasteners break, the pedestal may separate from the turntable, increasing the risk of injury or death.","Altec will notify owners, and dealers will provide replacement fasteners if necessary, free of charge. This recall began October 29, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 778." -09/24/2020,20V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V584000),"Navistar, Inc.",Reflective Tape Missing/FMVSS 108,EXTERIOR LIGHTING,20508,Vehicle,14,"Navistar, Inc. (Navistar) is recalling certain 2021 International MV and HV vehicles equipped with feature code 10EWW, 10EYD, 10HYR, or 10JPJ (Fifth wheel, stationary), 10HJA (Fifth wheel, air slide) or 10WDN (Fifth wheel mounting angles). The vehicles may not have had sections of reflective tape applied to the right and left upper contours of the cab. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamp, Reflective Devices, and Associated Equipment.""","Without the reflective strips, a truck operating without a trailer at night may be less visible, increasing the risk of a crash.","Navistar will notify owners, and dealers will install reflective tape to the back of the cab, free of charge. The recall began October 21, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20508." -09/24/2020,20V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V581000),"General Motors, LLC",Seat Belt Retractor May Not Lock,SEAT BELTS,N202307690,Vehicle,5,General Motors LLC (GM) is recalling certain 2020 Chevrolet Corvette vehicles. The driver's seat belt retractor may not lock as intended during a crash.,"In the event of a crash, if the driver's seat belt fails to lock, there is an increased risk of injury.","GM will notify owners, and dealers will replace the driver's side seat-belt retractor, free of charge. The recall began October 15, 2020. Owners may contact GM customer service at 1-866-522-9559. GM's number for this recall is N202307690." -09/24/2020,20V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V580000),"Chrysler (FCA US, LLC)",Seat Belt Retractor May Not Slow Movement,SEAT BELTS,W67,Vehicle,2114,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Wrangler and Ram 2500, 2019-2020 Ram 1500 and 2020 Jeep Gladiator vehicles. In the event of a crash, a front seat belt retractor may not properly slow the occupant's forward movement after locking.","In the event of a crash, if the front seat belts fail to lock, there is an increased risk of injury.","Chrysler will notify owners, and dealers will replace the front seat belt retractors, free of charge. The recall began November 12, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W67." -09/24/2020,20V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V588000),"General Motors, LLC",Sensor Contamination in Electronic Brake Boost,SERVICE BRAKES,A202307260,Vehicle,3677,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Corvette and Cadillac CT4, CT5 and XT4, 2021 Chevrolet Trailblazer, and 2020-2021 Buick Encore GX vehicles. Sensor connection contamination in the electronic brake boost system may cause an interruption of communication between the sensor and the brake boost system.","If communication with the sensor is interrupted, the electronic brake boost assist could be lost. Extra pedal force will be required to slow and stop the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will replace the electronic brake boost module, free of charge. The recall began December 9, 2020. Owners may contact Chevrolet customer service at 1-800-630-2438, Cadillac customer service at 1-800-333-4223, or Buick customer service at 1-800-521-7300. GM's number for this recall is A202307260." -09/24/2020,20V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V582000),Prime-Time Specialty Vehicles,Shifter Cable May Disconnect from Transmission,POWER TRAIN,W00,Vehicle,20,"Prime-Time Specialty Vehicles (Prime-Time) is recalling certain 2014-2019 Paratransit vehicles equipped with 3.6L engines. The transmission shifter cable may separate and disconnect from the transmission, causing the vehicle to not perform shifts intended by the driver and the gear shift lever position not matching the actual transmission gear.","The driver may be unaware of the actual gear position and unintended vehicle movement can occur, increasing the risk of a crash.","Prime-Time will notify owners instructing them to take their vehicles to Ram dealers for the necessary repairs, free of charge. Owners may contact Prime-Time customer service at 1-574-293-9191. Prime-Time's number for this recall is W00." -09/24/2020,20E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E071000),Dometic Corporation,Stove Saddle Valves may Leak Gas,EQUIPMENT,NR (Not Reported),Equipment,47159,"Dometic Corporation (Dometic) is recalling certain 3 burner cooking stoves, with part numbers S31, R1731 and R2131. The saddle valve securing bolt may be overtightened, possibly damaging the o-ring seal and causing a continuous gas leak.",A gas leak can increase the risk of a fire.,"Dometic will notify vehicle manufacturers, and owners, dealers will install a remedy kit of gaskets, washers, thread locker bolts, and two round orange labels, free of charge. The recall began November 13, 2020. Owners may contact Dometic customer service at 1-888-943-4905." -09/24/2020,20T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T018000),"Continental Tire the Americas, LLC",Tire Carcass may Break Causing Sudden Air Loss,TIRES,NR (Not Reported),Tire,11728,"Continental Tire the Americas, LLC. (Continental Tire) is recalling certain Continental and General brand tires sold as original or replacement equipment. Specifically: ProContact TX P205/55R16 with DOT code 2420 and Mold number 416290 ProContact TX 215/60R16 with DOT code 3320 and Mold number 419149 Conti ProContact P215/60R16 with DOT code 2220 and Mold numbers 214574, 214571, 404245, or 214573 ProContact GX P225/60R17 with DOT code 0120 and Mold number 218037 CrossContact LX Sport 235/65R18 with DOT code 0220 and Mold numbers 418538 or 415347 CrossContact LX Sport 245/50R20 with DOT code 2920 and Mold numbers 421921 or 421920 CrossContact LX Sport 255/50R20 with DOT code 1020 and Mold number 416221 CrossContact LX20 EcoPlus+ 255/55R20 with DOT code 0220 and Mold number 421238, DOT code 0120 and Mold number 421241, DOT code 0820 and Mold number 421236 or DOT code 0420 and Mold number 421246 Reliatrek 205/55R16 DOT code 1120 and Mold numbers 419193 or 419442 Reliatrek HT 275/65R18 with DOT code 0420 and Mold number 421380 Altimax RT43 225/60R18 with DOT code 2220 and Mold number 409762 or DOT code 2420 and Mold number 409762 Altimax RT43 235/55R19 with DOT code 1120 and Mold number 415663 Grabber HTS60 225/75R16 with DOT code 2720 and Mold number 412441 Grabber HTS60 LT275/70R18 with DOT code 0520 and Mold numbers 413243 or 412872 Grabber HTS 255/70R17 with DOT code 3020 and Mold number 418570 Grabber AT2 265/70R16 with DOT code 2820 and Mold numbers 069114 or 075987 Grabber X3 35 X 12.50R20 with DOT codes 1120 and Mold number 415373 or DOT code 1220 and Mold number 415373 Grabber HD LT245/75R17 with DOT code 2420 and Mold number 416034 Grabber A/TX LT275/70R18 with DOT code 2420 and Mold number 417330 or 417331 Grabber A/TX LT315/70R17 with DOT code 2520 and Mold number 417395 The affected tires were cured for a time beyond the specification limits.","Over cured tires may develop a break in the sidewall resulting in sudden air loss or a belt edge separation which could lead to a tread/belt loss. Either condition can cause a loss of vehicle control, increasing the risk of a crash.","Continental Tire will notify the owners that purchased the tires as replacement equipment. Various vehicle manufacturers will conduct recalls to cover the original equipment tires. The tires will be inspected to verify that they are affected, and will be replaced as necessary, free of charge. The recall began Nov. 30, 2020. Owners may contact Continental Tire customer service at 1-888-799-2168." -09/24/2020,20V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V586000),"Jaguar Land Rover North America, LLC",Tire Pressure Labels Incorrect/FMVSS 110,EQUIPMENT,N491,Vehicle,1087,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2021 Range Rover Sport vehicles equipped with 19-inch wheels. The tire inflation pressure label and the tire placard label state the incorrect tire pressures for the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","Failure to inflate tires to the correct pressure could lead to loss of vehicle stability and control, increasing the risk of a crash.","Land Rover will notify owners, and dealers will apply the correct labels, free of charge. The recall began October 30, 2020. Owners may contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N491." -09/24/2020,20V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V585000),"Jaguar Land Rover North America, LLC",Tire Pressure Monitoring System Software/FMVSS 138,ELECTRICAL SYSTEM,N494,Vehicle,11159,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020-2021 Range Rover Sport vehicles equipped with 20-inch, 21-inch, or 22-inch wheels. The Tire Pressure Monitoring System (TPMS) recommended pressure has been set incorrectly in the instrument cluster. As a result, the TPMS warning light will not illuminate when tire pressure reaches 25% below the cold inflation pressure stated on the tire placard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 138, ""Tire Pressure Monitoring Systems.""","Drivers may unknowingly operate the vehicle with low tire pressure, possibly causing tire tread separation, thereby increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began November 2, 2020. Owners may contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N494." -09/23/2020,20E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E069000),Ford Motor Company,Brake Pedal Bracket May Fracture,"SERVICE BRAKES, HYDRAULIC",20S55,Equipment,62,"Ford Motor Company (Ford) is recalling certain replacement Brake Pedal Brackets, part numbers FR53-2455-AA and FR53-2455-AB. The brake pedal bracket may fracture during sudden stopping.","A broken brake pedal could affect braking ability, increasing the risk of a crash.","Ford will notify the dealers that sold the parts and those dealers will attempt to notify the owners that purchased them. Dealers will replace the brake pedal bracket assembly, free of charge. The recall is expected to begin November 16, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S55." -09/23/2020,20V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V573000),Ford Motor Company,Brake Pedal Bracket May Fracture,SERVICE BRAKES,20S52,Vehicle,38005,Ford Motor Company (Ford) is recalling certain 2020 Mustang vehicles equipped with automatic transmissions. The brake pedal bracket may fracture during sudden stopping.,"A broken brake pedal could affect braking ability, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the brake pedal bracket assembly, free of charge. The recall began January 26, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S52." -09/23/2020,20V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V575000),Ford Motor Company,Distorted or Inoperative Rearview Camera/FMVSS 111,VISIBILITY,20C19,Vehicle,620246,"Ford Motor Company (Ford) is recalling certain 2020 Ford F-150, F-250, F-350, F-450, F-550, Explorer, Mustang, Transit, Expedition, Escape, Ranger and Edge, and Lincoln Nautilus and Corsair vehicles. Due to a poor electrical connection, the rearview camera may intermittently display a blank or distorted image. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""",Reduced rearward visibility can increase the risk of a crash.,"Ford will notify owners, and dealers will replace the rearview camera, free of charge. The recall began November 17, 2020. Remedy became available on February 1, 2021. Owner notification letters were mailed on February 1, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C19." -09/23/2020,20V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V576000),Ford Motor Company,Front Axle may be Improperly Welded,POWER TRAIN,20S56,Vehicle,9628,"Ford Motor Company (Ford) is recalling certain 2019 F-250 and F-350, single rear wheel and dual rear wheel, 4X4 vehicles. The front axles may contain a wheel end yoke that was not properly welded to the axle tube end.","An improperly welded axle may affect vehicle control, increasing the risk of a crash.","Ford will notify owners and dealers will inspect the front axle wheel yoke weld location. If the weld is found to be inaccurately located, the axle assembly will be replaced free of charge. The recall began October 16, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S56." -09/23/2020,20V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V579000),"Volkswagen Group of America, Inc.",Improperly Torqued Third Row Seat Belt Anchor Bolt,SEAT BELTS,69BA,Vehicle,6,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Tiguan LWB vehicles. The third row seat belt anchor bolts may not have been properly torqued.","Improperly torqued bolts may prevent the third row seat belt from performing as designed in a crash, increasing the risk of injury to the occupant.","Volkswagen will notify owners and will repurchase the vehicles. Owners are advised: No one should occupy the third row seat due to the safety risk. The recall began October 7, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen number for this recall is 69BA." -09/23/2020,20V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V577000),"Airstream, Inc.",Incorrect Information on Placard/FMVSS 110 & 567,EQUIPMENT,NR (Not Reported),Vehicle,5,"Airstream, Inc. (Airstream) is recalling certain 2021 Basecamp 16 trailers. The information printed on the Federal Certification and Tire Placard is 255/55R18 - 50 PSI, when the correct information is ST225/75R15E - 80 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims"" and 567, ""Certification.�","If inflated per printed information the tires could be underinflated, which can increase the risk of a crash.","Airstream will notify owners, and dealers and will install corrected labels, free of charge. The recall began October 30, 2020. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 ext. 7401 or 7411." -09/23/2020,20E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E064000),Tenneco Automotive,Master Cylinder Has Insufficient Fluid Seal Crimp,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,38,"Tenneco Automotive (Tenneco) is recalling certain Beck/Arnley Master Cylinders, part number 072-9831, sold as aftermarket or replacement parts for 2004-2018 Volkswagen Jetta, and 2012-2019 Volkswagen Beetle vehicles. The fluid seal crimp on the master cylinder may be insufficient, causing brake fluid to leak or the cylinder to come apart.","If there is a brake fluid leak, it can reduce braking ability, increasing the risk of a crash.","Beck/Arnley will notify the distributors that sold the master cylinders and will work with the distributors to notify the end users. Affected master cylinders will be exchanged for a new master cylinder (part number 072-9990), free of charge. The recall began October 30, 2020. Owners may contact Tenneco customer service at 1-800-625-9319." -09/23/2020,20V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V578000),Motor Coach Industries,Seat Belt ELR/ALR functional issue/FMVSS 208; 209,SEAT BELTS,SB 490,Vehicle,56,"Motor Coach Industries (MCI) is recalling certain 2019 D45CRT-LE coaches. The seat belt retractors installed in the last row of the passenger seats may not function properly, preventing them from being used. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""",The inability to use the seat belts could increase the risk of injury in the event of a collision.,"MCI will notify owners, and the seat belt manufacturer will modify the seat belt installation for the last row of seats, free of charge. The recall began November 6, 2020. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 490." -09/23/2020,20V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V574000),Ford Motor Company,Seatbelt Tension Sensor Malfunction,SEAT BELTS,20S54,Vehicle,123,Ford Motor Company (Ford) is recalling certain 2020 Expedition vehicles. The seat belt tension sensor may incorrectly classify a child occupant as an adult.,"In the event of a crash, the incorrect classification would enable the passenger air bag to deploy instead of disabling it, increasing the risk of injury to the seat occupant.","Ford will notify owners, and dealers will replace the seat belt buckle, free of charge. The recall began October 16, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S54." -09/23/2020,20V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V572000),Braxton Creek RV,Tire PSI Information too High on Label,EQUIPMENT,NR (Not Reported),Vehicle,702,Braxton Creek RV (Braxton) is recalling certain 2020 Bushwhacker and Bushwhacker Plus travel trailers. The tire data sticker incorrectly states that the tires should have 65 PSI. The tires have a maximum pressure of 50 PSI .,"The occupant could over inflate the tire, increasing the risk of a crash.","Braxton will notify owners and will send new tire labels with the correct PSI information, free of charge. The recall began September 28, 2020. Owners may contact Braxton customer service at 1-260-768-7932." -09/22/2020,20V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V571000),Pierce Manufacturing,Aerial Device May Move Unexpectedly,EQUIPMENT,NR (Not Reported),Vehicle,405,"Pierce Manufacturing (Pierce) is recalling certain 2018-2020 Arrow XT, Dash, Enforcer, Impel, Quantum, and Velocity vehicles. Due to a problem with the joystick controller, the vehicle's aerial device may move without operator input.",Unintended movement of the aerial device can increase the risk of injury.,"Pierce will notify owners, and dealers will replace the potentially affected joysticks, free of charge. The recall began October 20, 2020. Owners may contact Pierce customer service at 1-888-974-3723." -09/22/2020,20V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V570000),"Nissan North America, Inc.",Rear Window Glass May Separate,VISIBILITY,PC752,Vehicle,150,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Altima, Maxima and Leaf vehicles. The rear window glass may not remain properly secured to the vehicle.",Rear window glass that separates from the vehicle can increase the risk of a crash.,"Nissan will notify owners, and dealers will replace the back window glass, free of charge. The recall began November 4, 2020. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC752." -09/21/2020,20V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V569000),Hyundai Motor America,Insufficient Fuel Supply,"FUEL SYSTEM, GASOLINE",005G,Vehicle,319,"Hyundai Motor America (Hyundai) is recalling certain 2021 Genesis G70 vehicles equipped with 2.0L GDI engines. The fuel pump's jet nozzle may have a plastic burr remaining from the manufacturing process, possibly causing a blocked nozzle and an insufficient fuel supply to the engine.","Insufficient fuel supply can result in an engine stall, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect and repair the fuel pump assembly jet nozzle, free of charge. The recall began November 10, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 005G." -09/21/2020,20V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V568000),Nova Bus (US) Inc.,Power Steering Pipes May Separate,STEERING,CR4963,Vehicle,223,Nova Bus (Nova) is recalling certain 2020 Nova Bus LFS transit buses. Certain power steering pipes from the rear engine bay to the front gear box may separate at the connection joint. This may cause a power steering assist lost and power steering fluid may leak from the ceiling into the passenger compartment.,A loss of power steering assist may increase the risk of a crash. A power steering fluid leak into the passenger cabin may increase the risk of a passenger injury.,"Nova Bus will notify owners, provide instructions for inspecting and replacing the power steering pipes, free of charge. The recall began October 7, 2020. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4963." -09/18/2020,20V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V567000),"Daimler Trucks North America, LLC",Brake Lights Stay Illuminated After Pedal Release,EXTERIOR LIGHTING,FL-863,Vehicle,128451,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2021 Cascadia P4 vehicles. The brake lights may remain illuminated after the brake pedal has been released.,"If the brake lights remain illuminated, drivers may be unaware when the truck is actually slowing or stopping, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the 3-pin brake pressure switch with a 2-pin brake pressure switch along with a jumper harness, free of charge. DTNA issued owners an interim notification on November 17, 2020. Owner notification letters were mailed on November 21, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-863." -09/18/2020,20V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V563000),"Forest River, Inc.",Breakaway Switch Wired Incorrectly,ELECTRICAL SYSTEM,67A-1230,Vehicle,4397,"Forest River, Inc. (Forest River) is recalling certain 2018-2021 Wildwood, Salem, and 2020 Sonoma travel trailers. The break-away safety switch may not be wired to constant power, which can cause the trailer brakes to not activate in the event of a trailer separation from the tow vehicle.","If the brakes of the trailer do not engage, it can result in a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will rewire the breakaway switch, free of charge. The recall began October 13, 2020. Owners may contact Forest customer service at 1-909-873-3777. Forest River's number for this recall is 67A-1230." -09/18/2020,20V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V564000),Fruehauf de Mexico SA de CV,"Bumper Reinforcement Gusset Absent/FMVSS 223, 224",STRUCTURE,3AW (WMI),Vehicle,70,"Fruehauf De Mexico SA DE CV (Fruehauf) is recalling certain 2018-2019 FB 53 68,000 lbs GVWR trailers. A bumper reinforcement gusset was mistakenly omitted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 223, ""Rear Impact Guards"" and 224, ""Rear Impact Protection.""","If the gusset is missing, a passenger car may go under the trailer during a rear impact crash, increasing the risk of injury to passenger(s).","Fruehauf will notify owners, and dealers will install the bumper gusset, free of charge. The recall began January 10, 2021. Owners may contact Fruehauf customer service at 52-55-5898-7800 (International). Fruehauf's number for this recall is 3AW (WMI)." -09/18/2020,20V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V566000),Newmar Corporation,Tire Valve Stem Extension May Become Damaged,TIRES,20V-529,Vehicle,350,Newmar Corporation (Newmar) is recalling certain 2021 Canyon Star and 2018-2019 Ventana motorhomes built on chassis supplied by Daimler Trucks North America (DTNA). The tire valve stem extension for the inner wheel may come in contact with the outer wheel rim opening and become damaged.,"Extensive damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","Newmar will notify owners, and DTNA facilities will repair the vehicles, free of charge. The remedy for this recall is still under development. The recall began November 9, 2020. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 20V-529." -09/18/2020,20V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V565000),Braxton Creek RV,Trailer Floor may Separate from Frame,STRUCTURE,NR (Not Reported),Vehicle,620,"Braxton Creek RV (Braxton) is recalling certain 2020-2021 Bushwhacker 10FB and 2021 Bushwhacker 10SS travel trailers. The lag bolts are of an insufficient size and may pull through the floor, causing the floor to separate from the frame of the trailer.","If not secured by the lag bolts, the body of the trailer could shift or separate from the frame, increasing the risk of a crash, injury or death.","Braxton will notify owners, and dealers will bolt the floor onto the frame using 3/8"" x 2"" bolts and washers with a lock nut, free of charge. The recall began October 2, 2020. Owners may contact Braxton customer service at 1-260-768-7932." -09/17/2020,20V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V562000),"Forest River, Inc.",Tire Valve Stem Extension May Become Damaged,TIRES,51-1228,Vehicle,1000,"Forest River, Inc. (Forest River) is recalling certain 2018-2020 Coachmen Sportscoach and Forest River Legacy and 2018-2021 Berkshire motorhomes built on a Daimler Trucks (DTNA) chassis. The tire valve stem extension for the inner wheel may come in contact with the outer wheel rim opening and become damaged.","Extensive damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","Forest River will notify owners, and DTNA will inspect the inner wheel valve stem stabilizers, or replace as necessary, free of charge. The recall began November 24, 2020. Owners may contact Forest River customer service at 1-800-547-0712 or DTNA customer service at 1-800-547-0712. Forest River's number for this recall is 51-1228. DTNA's number for this recall is FL-861." -09/17/2020,20E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E068000),Honda (American Honda Motor Co.),Tonneau Cover Panel May Detach from Vehicle,EQUIPMENT,F8M,Equipment,151343,"Honda (American Honda Motor Co.) is recalling all Honda Genuine Accessory Tonneau Covers, part number 08Z07-T6Z-100F, sold for installation on 2017-2020 Ridgeline trucks. If the tonneau cover is not properly secured in the open or closed position, wind resistance may cause the cover to flip and buckle. If this occurs, the hinges between the center and rear panel may deform, possibly allowing the rear panel to separate from the vehicle.","A separated panel may become a road hazard, increasing the risk of crash or injury.","Honda will notify all registered owners of 2017-2020 Honda Ridgelines, and dealers will install tethers onto any Honda Genuine Accessory Tonneau Cover to prevent panel separation and apply warning labels, free of charge. In addition, an updated accessory user's information manual will be provided. The recall began October 26, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is F8M." -09/16/2020,20V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V560000),Kia Motors America,Insufficient Fuel Supply,"FUEL SYSTEM, GASOLINE",SC198,Vehicle,635,"Kia Motors America (Kia) is recalling certain 2020-2021 Stinger vehicles. The fuel pump's jet nozzle may have a plastic burr remaining from the manufacturing process, possibly causing a blocked nozzle and an insufficient fuel supply to the engine.","Insufficient fuel supply to the engine can result in a loss of drive power, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the fuel pump and replace the jet nozzle housing assembly, if necessary, free of charge. The recall began October 29, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC198." -09/16/2020,20V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V561000),"Volkswagen Group of America, Inc.",Modifications to Vehicles Made Them Noncompliant,UNKNOWN OR OTHER,01E9,Vehicle,23,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Golf R and Atlas, 2017 Golf Alltrack and E-Golf and 2016-2018 Passat vehicles. These internal use vehicles were sold without confirmation that they were built to all applicable regulatory requirements and may have been modified prior to sale. As such, these vehicles may fail to comply with the requirements of various Federal Motor Vehicle Safety Standards.",Vehicles that do not meet all regulatory requirements may have an increased risk of a crash or injury to vehicle occupants.,"Volkswagen will notify owners and will repurchase the vehicles. The recall began October 6, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01E9." -09/15/2020,20V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V559000),Thor Motor Coach,Tire Valve Stem Extension May Become Damaged,TIRES,RC000204,Vehicle,1631,"Thor Motor Coach (TMC) is recalling certain 2018-2021 Aria, Palazzo, Tuscany, and Venetian motorhomes built on a Daimler Trucks (DTNA) chassis. The tire valve stem extension for the inner wheel may contact the outer wheel rim opening and become damaged.","Extensive damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","TMC will notify owners, and DTNA dealers will inspect the inner wheel valve stem stabilizers, and adjust as needed and/or replace the inner valve stem, free of charge. The recall began November 2, 2020. Owners may contact TMC customer service at 1-800-524-5210 extension 104 or DTNA customer service at 1-800-547-0712. TMC's number for this recall is RC000204. DTNA's number for this recall is FL-861." -09/14/2020,20V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V558000),"Mercedes-Benz USA, LLC",Second Row Seat May Not Lock,SEATS,2020090020,Vehicle,36,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLB250 vehicles. The second row seat may not be correctly aligned within the seat track on one side, possibly causing the seat to not lock properly into place.","If the second row seat is not locked into place, there could be an increased risk of injury to the seat occupants in a crash.","MBUSA will notify owners, and dealers will inspect the installation of the second row seat and correct it, if necessary, free of charge. The recall began October 23, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020090020." -09/12/2020,20V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V557000),"Jaguar Land Rover North America, LLC",Frontal Air Bags May Deploy Improperly,AIR BAGS,H294,Vehicle,12,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2010-2011 and 2017 XJ vehicles. The Restraint Control Module (RCM) software may cause the frontal air bags to deploy improperly in the event of a frontal impact crash.",Failure of the air bags to deploy properly increases the risk of injury in a crash.,"Jaguar will notify owners, and dealers will update the RCM software, free of charge. The recall began October 7, 2020. Owners may contact Jaguar customer service at 1-800-369-1000. Jaguar's number for this recall is H294." -09/11/2020,20V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V554000),Isuzu Motors Limited,Ground Cable On Starter Motor May Break,ELECTRICAL SYSTEM,V2004,Vehicle,4352,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018-2021 FTR and Chevrolet 6500XD vehicles. The ground cable connecting the starter motor to the vehicle frame may break at the starter-side eyelet, resulting in an engine no-crank or slow-crank condition, causing the vehicle not to start.","If the cable is broken and repeated attempts are made to start the vehicle, the starter may ground through the steel braiding of the power steering hose, allowing it to heat up and possibly rupture, increasing the risk of a fire.","Isuzu and Chevrolet will notify their respective owners and dealers to replace the ground cable and to inspect and replace the power steering hose is damage exists, free of charge. The recall began October 9, 2020. Isuzu owners may contact the Isuzu Customer Relations at 1-866-441-9638 and Chevrolet owners may contact the GM Medium Duty Truck assistance line at 1-800-862-4389. Isuzu's number for this recall is V2004." -09/11/2020,20V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V556000),"Nissan North America, Inc.",Incorrect Headlight Markings/FMVSS 108,EXTERIOR LIGHTING,PC751,Vehicle,82,"Nissan North America, Inc. (Nissan) is recalling certain 2019 Titan vehicles equipped with LED headlights. The headlights may have incorrect aiming marks. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The incorrect marks may cause the headlights to be aimed incorrectly during servicing, resulting in insufficient illumination of the road while driving at night, thereby increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and, as necessary, replace the headlight assemblies, free of charge. The recall began October 20, 2020. Owners may contact Nissan customer service at 1-800-867-7669. Nissan's number for this recall is PC751." -09/11/2020,20E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E070000),Oshkosh Corporation,Pressure Switch Threads May Become Stripped,SERVICE BRAKES,NR (Not Reported),Equipment,121,"Oshkosh Corporation (Oshkosh) is recalling certain Bendix Pressure Switches, part number 4133101, sold as aftermarket parts. The plastic threads holding the two halves of the pressure switch may strip when the switch is pressurized, resulting in an air leak which, if severe enough, can cause the air system to lose pressure when the brakes are applied. Failure of the front and rear brake switches will also result in a loss of brake light functionality.","As a result of a pressure switch air leak, the braking distance may be diminished and/or the parking brake may automatically engage. If the vehicle is equipped with an affected brake switch on both the front and the rear brakes and both parts fail, the brake lights may not operate. These conditions may increase the risk of a crash.","Oshkosh will notify owners, and dealers will inspect the brake pressure valve, and if necessary, replace it, free of charge. The recall began September 30, 2020. Owners may contact Oshkosh customer service at 1-888-686-7278." -09/11/2020,20V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V553000),"Forest River, Inc.","Proper Water Amount Not Shown/FMVSS 120, 567",EQUIPMENT,17-1193,Vehicle,273,"Forest River, Inc. (Forest River) is recalling certain 2014-2016 Vengenance BVGF312A, BCKT24PACK14, BVGF312A, BVGF315A11, BVGF316A, BVGF316A11, BVGF320A, BWZVGF312A, BWZVGF316A and BWZVGF320A trailers. The Federal Placard may indicate an incorrect amount of water for trailers with the 100-gallon option, allowing the trailer to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other than Passenger Cars"" and 567, ""Certification.""",An overloaded trailer has an increased risk of a crash.,"Forest River will notify owners, and dealers will install a new placard that reflects the 100-gallon tank, free of charge. The recall began October 13, 2020. Owners may contact Forest customer service at 1-260-499-2100. Forest River's number for this recall is 17-1193." -09/11/2020,20E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E067000),"Quadratec, Inc.",Winch may Unexpectedly Move in High Temperatures,EQUIPMENT,2020-1W,Equipment,3629,"Quadratec, Inc. (Quadratec) is recalling Q-Performance Stealth Series 10,000 and 12,000 lb. recovery winches, part numbers 92122.4010, 92122.4011, 92122.4020 and 9212.4021. During high temperature operation, expansion within the processor/switch may result in power flow to the winch motor, causing unintended operation of the winch.",Unintended winch operation can increase the risk of injury.,"Quadratec will notify owners, and will replace processing unit and any associated components on the affected winches, free of charge. The recall began March 22, 2021. Owners may contact Quadratec customer service at 1-800-745-6037. Quadratec's number for this recall is 2020-1W." -09/10/2020,20V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V551000),Wabash National Corporation,Aerodynamic Skirts May Detach from Trailer,EQUIPMENT,B20012,Vehicle,218,Wabash National Corporation (Wabash) is recalling certain 2019-2021 Van trailers manufactured with flat bottom floors that are equipped with aerodynamic skirts. The aerodynamic skirts attached to the van trailers may come loose.,If the aerodynamic skirt detaches while the trailer is moving it may increase the risk of a crash or injury.,"Wabash has notified owners, and dealers will rework the safety tether assembly to keep the skirt attached, free of charge. The recall began September 21, 2020. Owners may contact Wabash's customer service at 765-771-5404. Wabash's number for this recall is B20012." -09/10/2020,20V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V550000),Ford Motor Company,Missing or Loose Bolts on Start/Stop Accumulator,POWER TRAIN,20S49,Vehicle,97,"Ford Motor Company (Ford) is recalling certain 2019-2020 Edge, Transit Connect and Lincoln MKX and 2020 Escape and Lincoln Corsair vehicles. The start/stop accumulator endcap may have missing or loose bolts.",Missing or loose bolts on the start stop accumulator endcap could result in a transmission fluid leak and may progress to a loss of transmission function. A transmission fluid leak in the presence of an ignition source may increase the risk of fire.,"Ford will notify owners, and dealers will replace the start/stop accumulator, free of charge. The recall began September 23, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S49." -09/10/2020,20V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V549000),Ford Motor Company,Rear Center Seat Belt Not Secured Properly,SEAT BELTS,20S50,Vehicle,29,Ford Motor Company (Ford) is recalling certain 2020 Explorer vehicles. The affected vehicles are equipped with second row center seat belt buckles that may not be properly secured to the seat.,"Vehicles with seat belt buckles that are not properly secured may fail to restrain an occupant during a crash, increasing the risk of injury.","Ford will notify owners, and dealers will replace the second row center seat assembly, free of charge. The recall began November 6, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S50." -09/10/2020,20E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E066000),iSi Automotive Austria GmbH,Side Curtain Airbags May Not Inflate Properly,AIR BAGS,NR (Not Reported),Equipment,387,"iSi Automotive Austria GmbH (iSi) is recalling certain Curtain Air Bags, part numbers 36A 880 741 E, 4M0 880 741 H and 4M0 880 742 H. The air bags may not properly inflate in the event of a crash.",An air bag that does not inflate properly in the event of a crash can increase the risk of injury.,"The vehicle manufacturers that used the affected iSi curtain air bags have filed recalls and dealers for those companies will replace the curtain air bags, free of charge." -09/10/2020,20V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V552000),"Genie Industries, Inc.",Tongue Structure may Loosen and Separate,STRUCTURE,NR (Not Reported),Vehicle,14,"Genie Industries, Inc. (Genie) is recalling certain 2020 TZ-50 trailers. The bolted joints of the tongue structure may loosen and possibly separate from the main chassis.",The separation may increase the risk of a crash.,"Genie will notify owners, and dealers will torque the bolted joints to specification (90 ft-lbs), free of charge. The recall began October 7, 2020. Owners may contact Genie customer service at 1-800-536-1800." -09/09/2020,20V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V547000),"Jayco, Inc.",Electronic Control Center Circuit Board may Short,ELECTRICAL SYSTEM,9903518,Vehicle,166,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Entegra Reatta and Jayco Embark and 2020 Entegra ReattaXL motorhomes. The electronic control center circuit board may be damaged from voltages over 17 volts, causing the components on the board to become damaged.",A damaged circuit board could increase the risk of a fire.,"Jayco will notify owners, and dealers will install an additional circuit module to the existing component board to provide over-current protection, free of charge. The recall began October 13, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903518." -09/09/2020,20V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V548000),"Jayco, Inc.",Leveling System Mounting Bracket May Fail,EQUIPMENT,9901519,Vehicle,3113,"Jayco, Inc. (Jayco) is recalling certain 2016-2019 Jayco Greyhawk, 2016 and 2018-2019 Jayco Redhawk, 2017 Jayco Envoy 200 Series and 2018-2019 Entegra Odyssey, Jayco Esteem, and Jayco Greyhawk Prestige motorhomes. The mounting brackets for the leveling system hydraulic pump and reservoir may fail allowing the components to contact the ground.","Contact with the ground may cause the pump and reservoir to detach or leak hydraulic fluids, increasing the risk of a crash.","Jayco will notify owners and dealers will install an additional support bracket, free of charge. The recall began November 6, 2020. Owners may contact Jayco's customer service at 1-800-517-9137. Jayco's number for this recall is 9901519." -09/09/2020,20E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E065000),Horizon Global,Pintle Hooks may not Stay Latched,TRAILER HITCHES,NR (Not Reported),Equipment,15274,"Horizon Global (Horizon) is recalling certain U-Haul 4204, Draw-Tite 63010, 63011 and 63012 and Reese Towpower 6301142, 741161142, 74115, 7411542, 74116, 74117, and 7411742 Ball and Pintle Hook combination sold between November 2019 and August 2020. Due to an out of position pivot hole on the base component, there may be reduced engagement between the T-latch and the base, possibly preventing the upper moveable jaw from securely locking in the closed position.","If the pintle hook comes unlocked, the towed vehicle may separate, increasing the risk of a crash.","Horizon will work with dealers and distributors to notify owners, and replace the affected pintle hooks, free of charge. The recall began November 3, 2020. Owners may contact Horizon customer service at 1-877-973-7871." -09/09/2020,20V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V546000),E-One Incorporated,Suspension Bolts may Break,POWER TRAIN,NR (Not Reported),Vehicle,15,"E-One Incorporated (E-One) is recalling certain 2018-2020 Cyclone 2 and Typhoon ambulances. The lower shock mount bracket may cause the U-bolts to bind and break, possibly preventing the rear axle from remaining secured.","The unsecured rear axle may shift sideways, resulting in loss of control of the vehicle, thereby increasing the risk of crash.","E-One has notified owners, and dealers replace any of the affected lower shock mount brackets, free of charge. The recall began September 21, 2020. Owners may contact E-One customer service at 1-888-237-1751." -09/08/2020,20V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V544000),"Forest River, Inc.",Hose Too Long For Exterior Griddle,EQUIPMENT,103-1227,Vehicle,8,"Forest River, Inc. (Forest River) is recalling certain 2021 Coachmen Catalina CAT261BHS-8 and CAT263BHSCKLE recreational trailers. The exterior griddle was built with a six foot hose, allowing the griddle to be stowed in the vehicle with an open flame.",Storing the griddle while it has an open flame can increase the risk of a vehicle fire.,"None of the vehicles have been retailed yet. Forest River dealers will install a three foot LPG hose instead of the six foot one, free of charge. Owners may contact Forest River customer service at 1-574-825-4995. Forest River's number for this recall is 103-1227." -09/08/2020,20V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V545000),"Autocar, LLC",Methane Detector Wiring Harness may Overheat,ELECTRICAL SYSTEM,ACX-2006,Vehicle,170,"Autocar, LLC (Autocar) is recalling certain 2019 Xpeditor vehicles equipped with factory installed methane detection systems. The circuit protection of the detection system may be inadequate, and its wiring harness may overheat.",An overheated wiring harness increases the risk of a fire.,"Autocar will notify owners, and dealers will replace the ten amp fuse for the methane detector with a three amp fuse, free of charge. The recall began November 6, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2006." -09/04/2020,20V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V543000),Hyundai Motor America,ABS Unit may cause Engine Compartment Fire,"SERVICE BRAKES, HYDRAULIC",195,Vehicle,652024,"Hyundai Motor America (Hyundai) recalled certain 2019-2021 Tucson vehicles on September 4, 2020. On December 30, 2020, Hyundai expanded the recall population, and added certain 2016-2018 Tucson vehicles. The Anti-lock Brake Hydraulic Electronic Control Unit (HECU) could corrode internally and cause an electrical short, possibly resulting in an engine compartment fire.",An engine compartment fire can increase the risk of injury or crash.,"Hyundai will notify owners, and dealers will replace the HECU fuse. For 2019-2021 model years, the Electronic Stability Control (ESC) software will also be updated. Recall repairs will be performed free of charge. Owners are advised to park outside and away from structures as a precaution until the recall repair is complete. The recall began November 2, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 195." -09/04/2020,20V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V541000),Keystone RV Company,Bedroom Window Does Not Have Proper Crank Handle,STRUCTURE,20-386,Vehicle,130,"Keystone RV Company (Keystone) is recalling certain 2020-2021 Dutchmen Yukon 399ML, 400RL and 410RD recreational trailers. The bedroom egress window has a black round knob installed rather than a narrow crank handle.","Without the narrow crank handle, the emergency exit may be difficult to open, impeding the ability to open the window and resulting in an increased risk of injury in the event of an emergency.","Keystone will notify owners, and dealers will remove the existing black round knob and replace it with a narrow crank handle, free of charge. The recall began October 7, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-386." -09/04/2020,20V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V542000),"Pleasure Way Industries, Ltd.",Electronic Control Center Circuit Board may Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,218,"Pleasure Way Industries Ltd. (Pleasure Way) is recalling certain 2019-2021 Tofino motorhomes. The electronic control center circuit board may be damaged from voltages over 18 volts, causing damage to the circuit board.",A damaged circuit board could increase the risk of a fire.,"Pleasure Way has notified owners, and dealers will install an over voltage protection device that cuts off voltage to the circuit board. The recall began September 23, 2020. Owners may contact Pleasure Way customer service at 1-800-364-0189." -09/04/2020,20V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V540000),"Forest River, Inc.",Inverter Allows Too Much Current To 10 Gauge Wire,ELECTRICAL SYSTEM,40-1225,Vehicle,22,"Forest River, Inc. (Forest) is recalling certain 2021 Berkshire BEA40C-380, BEA40E-380, BEA45A-450, and BEA45CA-450 motorhomes equipped with 3000W inverters. These inverters supply too much current to the 10 gauge Romex wire.",Overloaded wires may increase the risk of a fire.,"Forest River will notify owners, and dealers will replace the 3000W inverter with a 2800W inverter, free of charge. The recall began September 24, 2020. Owners may contact Forest customer service at 1-754-533-5934. Forest's number for this recall is 40-1225." -09/03/2020,20V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V538000),Keystone RV Company,Auxiliary Fuel Tank Strap Bolts may Break,"FUEL SYSTEM, GASOLINE",20-385,Vehicle,119,"Keystone RV Company (Keystone) is recalling certain 2021 Fuzion recreational trailers (models 357, 369, 373, 379, 419, 424, 427, 429 and 430) and 2021 Impact recreational trailers (models 343, 359, 367 and 415). The auxiliary fuel supply tank mounting straps may have been improperly secured with grade 2 bolts instead of grade 5 bolts.","The grade 2 bolts may break under certain conditions, causing the auxiliary fuel supply tank to detach, increasing the risk of a vehicle crash and/or fire.","Keystone will notify owners, and dealers will inspect and replace the tank strap mounting bolts, as necessary, free of charge. The recall began October 2, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-385." -09/03/2020,20V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V537000),"General Motors, LLC",Front Seat Rear Attachment Bolts May Be Missing,SEATS,A202304380,Vehicle,105,General Motors LLC (GM) is recalling certain 2020 Buick Encore GX and 2021 Chevrolet Trailblazer vehicles. The rear attachment bolts of one or both front seats may not have been installed.,"If an occupied front seat is missing the rear attachment bolts, it may move during a crash, increasing risk of injury to the occupant.","GM will notify owners, and dealers will inspect seat attachments for both front seats and install attachment bolts as needed, free of charge. The recall began October 1, 2020. Owners may contact Chevrolet customer service at 1-800-630-2438 or Buick customer service at 1-800-521-7300. GM's number for this recall is A202304380." -09/03/2020,20V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V539000),"Daimler Trucks North America, LLC",Lower Rear Pivot Cap Screws May Be Too Short,SUSPENSION,FL-862,Vehicle,103,"Daimler Truckers North America LLC (DTNA) is recalling certain 2020-2021 Freightliner 114SD, 122SD and Western Star 4700, and 4900 vehicles equipped with certain SL2065 steerable lift axles. The lower rear pivot cap screws may not be long enough to sufficiently engage the locking feature of the corresponding nuts.","If the screws are not long enough to engage the corresponding nuts, the hardware may separate from the suspension system, becoming a road hazard, increasing the risk of a crash and/or injury.","DTNA will notify owners, and dealers will inspect the lower rear pivot cap screws for the proper length, correcting the hardware as necessary, free of charge. The recall began October 30, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-862." -09/02/2020,20V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V536000),Volvo Trucks North America,Die Cast Pedal Plate Casting Issue/FMVSS 121,"SERVICE BRAKES, AIR",RVXX2004,Vehicle,11127,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2020-2021 VAH, VHD, VNL and VNR vehicles. The die cast pedal plate may break at one of its attachment points, possibly resulting in the brake pedal dislodging. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","A dislodged brake pedal would be inoperable, increasing a risk of a crash.","Volvo Trucks will notify owners, and dealers will inspect and replace the pedal plates if required, free of charge. The recall began October 7, 2020. Owners may contact Volvo Trucks customer service at 1-800-458-1552. Volvo Truck's number for this recall is RVXX2004." -09/02/2020,20V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V531000),"Gulf Stream Coach, Inc.",Front Trim Strip May Be Missing from Refrigerator,EQUIPMENT,08282020,Vehicle,32,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2020 Enlighten 25BH and 248BH travel trailers. The lower front trim strip may be missing from the refrigerator. The front strip is required to make the refrigerator cabinet seal complete, and provides complete isolation of the combustion system from the travel trailer interior.","Without the front trim strip, carbon monoxide or flammable unburned Liquid Petroleum (LP) gases may migrate into the living quarters of the travel trailer, increasing the risk of fire or carbon monoxide poisoning causing occupant injury.","Gulf Stream will notify owners, and dealers will inspect the trailers and verify that the seal at the bottom of the refrigerator cabinet is installed properly, free of charge. The recall began September 23, 2020. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 08282020." -09/02/2020,20V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V532000),"Gulf Stream Coach, Inc.",Front Trim Strip May Be Missing from Refrigerator,EQUIPMENT,08312020,Vehicle,90,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2021 Enlighten 25BH travel trailers. The lower front trim strip may be missing from the refrigerator. The front strip is required to make the refrigerator cabinet seal complete, and provides complete isolation of the combustion system from the travel trailer interior.","Without the front trim strip, carbon monoxide or flammable unburned Liquid Petroleum (LP) gases may migrate into the living quarters of the travel trailer, increasing the risk of fire or carbon monoxide poisoning causing occupant injury.","All of the trailers affected by this recall have been repaired and owner letters will not be sent. The recall began September 23, 2020. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 08312020." -09/02/2020,20E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E063000),Ultimate Leather Apparel Inc,Helmet May Not Protect From Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,6848,"Ultimate Leather Apparel Inc (Ultimate Leather) is recalling certain Zone HS1100 helmets manufactured 2014-2016, models HS1100-D1, HS1100-D2, HS1100-D3, HS1100-D5, HS1100-FLAT, HS1100-REBEL and HS1100-SHINY, in sizes XS, S, M, L, XL, and 2XL. The helmets may not adequately protect the wearer in the event of a head impact during a crash. As such, the helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"Ultimate Leather will notify owners, and will provide a refund or a replacement helmet, free of charge. The recall began October 26, 2020. Owners may contact Ultimate Leather customer service at 1-833-262-2315." -09/02/2020,20V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V535000),Volvo Trucks North America,King Pin Missing Or Not Tightened Properly,STEERING,RVXX 2003,Vehicle,12,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2021 VNL, VHD, and VNR vehicles. The king pin nut may not have been installed or properly tightened during axle assembly.","If the king pin is missing or not tightened properly, the knuckle may separate from the axle, increasing the risk of a crash.","Volvo Trucks will notify owners, and dealers will inspect the vehicle to make sure that the king pin nut is installed and that it properly tightened, free of charge. The recall began September 28, 2020. Owners may contact Volvo Trucks customer service at 1-800-458-1522. Volvo Truck's number for this recall is RVXX 2003." -09/02/2020,20V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V533000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag Folded Wrong/FMVSS 208,AIR BAGS,69AY,Vehicle,1829,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Passat vehicles. The passenger frontal air bag may have been folded incorrectly affecting its deployment force. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 208, ""Occupant Crash Protection.""","An incorrectly folded air bag can deploy with too much force, increasing the risk of injury.","Volkswagen will notify owners, and dealers will replace the passenger frontal air bag, free of charge. The recall began October 14, 2020. Owners may contact Volkswagen customer service at 1-888-241-2289. Volkswagen's number for this recall is 69AY." -09/02/2020,20V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V534000),"Tiffin Motorhomes, Inc.",Steering Pinch Bolts Not Tightened Properly,STEERING,NR (Not Reported),Vehicle,8,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2020 Bus and Phaeton motorhomes. The steering pinch bolts may not have been properly tightened.","A loose steering pinch bolt can result in a loss of steering control, increasing the risk of a crash.","Tiffin will notify owners, and dealers will tighten the steering bolts to specification, free of charge. The recall began August 27, 2020. Owners may contact Tiffin customer service at 1-256-356-8661." -09/02/2020,20V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V530000),Shyft Group,Tire and Loading Information Incorrect,EQUIPMENT,20-06,Vehicle,5096,Shyft Group is recalling certain 2020 Fleet Vehicles-Utilimaster Metris vehicles. The payload capacity shown on the Tire and Loading Information label may be higher than the actual payload capacity of the vehicle.,"Overloading of the tires may increase the risk of tire failure, increasing the risk of a crash.","Shyft Group will notify owners and will inspect the vehicles and if the payload values are incorrect, the label will be replaced, free of charge. The recall began September 2, 2020. Owners can contact Shyft Group customer service at 1-800-582-3454. Shyft Group's number for this recall is 20-06." -09/01/2020,20V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V527000),"Daimler Trucks North America, LLC",Engine Harness May Contact & Chafe,ELECTRICAL SYSTEM,FL-860,Vehicle,9665,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2021 Freightliner 114SD, 108SD, and Business Class M2 vehicles. The engine harness wires may chafe at various locations around the air compressor and the frame rail. The damaged wires may short causing the engine to stall without any prior warning.",An engine stall can increase the risk of a crash.,"DTNA will notify owners, and dealers will inspect for adequate harness clearance and verify that the harness has not been damaged. Vehicles with a damaged harness will receive a new harness that consists of a severe duty wrapping and additional hardware. All repairs will be performed free of charge. The recall began October 28, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-860." -09/01/2020,20V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V528000),"BMW of North America, LLC",Headlights Contain Non-conforming Lens/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,307,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 X5 sDrive40i, xDrive40i, xDrive50i, X5 M50i, X5M, X6 sDrive40i, xDrive40i, X6 M50i, X6M, X7 M50i and 2021 X5 xDrive45e vehicles. The headlamps may allow a blue light to illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Oncoming drivers may be confused by the blue light of approaching vehicles, which could potentially increase the risk of a crash.","BMW will notify owners, and dealers will inspect the headlamps and, if necessary, replace them, free of charge. The recall began October 30, 2020. Owners may contact BMW customer service at 1-800-525-7417." -09/01/2020,20E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E062000),Harbor Freight Tools,Manifold and Coupler Valve Labels Reversed,EQUIPMENT,NR (Not Reported),Equipment,22050,"Harbor Freight Tools (Harbor Freight) is recalling certain Pittsburgh Automotive A/C R134A Manifold Gauge Sets, part number 62707, sold between May 22, 2020 and August 11, 2020. The labels for the high pressure and low pressure manifold and coupler valves may have been swapped, incorrectly stating which way to open or close the valves.","The incorrect labels may result in the release of pressurized refrigerant, increasing the risk of injury.","Harbor Freight will notify owners, and send new replacement labels with instructions how to correctly apply them over the original labels. The recall began October 13, 2020. Owners may contact Harbor Freight customer service at 1-800-444-3353." -09/01/2020,20V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V529000),"Daimler Trucks North America, LLC",Tire Valve Stem Extension May Become Damaged,TIRES,FL-861,Vehicle,10359,"Daimler Trucks North America LLC (DTNA) is recall certain 2018-2019 Freightliner Custom Chass XCL, 2018-2021 Freightliner XCM chassis, XCS Chassis and MC Chassis and 2017-2021 XCR Chassis. The tire valve stem extension for the inner wheel may come in contact with the outer wheel rim opening and become damaged.","Extensive damage to the valve stem extension may result in a loss of tire pressure of the inner wheel, increasing the risk of a crash.","DTNA will notify owners and dealer will inspect the inner wheel valve stem stabilizers and adjust as needed, free of charge. If the adjustment does not resolve the issue then the inner valve stem will be replaced, free of charge. The recall began October 29, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-861." -08/31/2020,20V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V526000),Motor Coach Industries,Coolant Hose May Fail,ENGINE AND ENGINE COOLING,SB 486,Vehicle,1561,"Motor Coach Industries (MCI) is recalling certain 2017-2020 J4500 motor coaches. The coolant hose may fail, resulting in a low coolant warning followed by an engine shut down sequence, as well as the potential for engine coolant spilling on the roadway.","The spilled coolant may increase the risk of a crash. Additionally, transferring passengers from the disabled bus can increase their risk of injury.","MCI will notify owners, and dealers will replace the coolant hose, free of charge. The recall began October 30, 2020. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 486." -08/31/2020,20V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V525000),Fontaine Modification,Truck Cab May Contact Battery Cable,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1074,"Fontaine Modification (Fontaine) is recalling certain 2016-2020 Autohaulers built on Freightliner 114SD chassis. Movement of the cab during operation may cause the battery cable to contact the bottom of the cab, possibly damaging the cable.","Damage to the cable can result in an electrical short, increasing the risk of a fire.","Fontaine will notify owners, and dealers will ensure that the cable cannot be damaged, free of charge. The recall began November 4, 2020. Owners may contact Fontaine customer service at 1-800-366-8246." -08/28/2020,20V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V524000),"Piaggio Group Americas, Inc.",Brake Lever/Pedal Travel Required To Decelerate,"SERVICE BRAKES, HYDRAULIC",PP2ZZQ1904_MP3,Vehicle,123,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2019-2020 MP3 500 motorcycles. The brake lines may have been improperly galvanized, allowing hydrogen to be released into the brake fluid.","Hydrogen in the braking system can reduce the brake lever's ability to activate the brakes, increasing the risk of a crash.","Piaggio will notify owners, and dealers will perform a complete brake system flush, free of charge. The recall began September 10, 2020. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PP2ZZQ1904_MP3." -08/28/2020,20V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V521000),"Heartland Recreational Vehicles, LLC",Front Landing Legs may Buckle,EQUIPMENT,NR (Not Reported),Vehicle,1409,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019-2021 Cyclone and 2020-2021 Bighorn Traveler, and Elkridge recreational trailers. Due to insufficient bracing, the front landing legs may buckle and collapse while the trailer is parked.","If the landing legs buckle, the trailer will drop unexpectedly, increasing the risk of property damage, personal injury or death.","Heartland will notify owners, and dealers will install a jack bracket to reinforce the landing legs, free of charge. The recall began October 9, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -08/28/2020,20V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V522000),PJ Trailers,Hydraulic Cylinder Attachment Bolts May Fail,EQUIPMENT,NR (Not Reported),Vehicle,694,PJ Trailers is recalling certain 2020-2021 DE trailers. The attachment bolts of the hydraulic cylinder may fail if the hydraulic system is used to lower the dump box once the dump box is already in the fully lowered position.,"Use of the dump box after the attachment bolts fail may result in a sudden drop of the box as it is being raised, increasing the risk of injury.","PJ Trailers will notify owners, and dealers will replace the hydraulic power unit and the attachment bolts, free of charge. The recall began October 2, 2020. Owners may contact PJ Trailers customer service at 1-866-752-8781." -08/28/2020,20V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V523000),"Grand Design RV, LLC",Supply Line To Refrigerator Compartment may Melt,EQUIPMENT,910021,Vehicle,8161,"Grand Design RV, LLC (Grand Design) is recalling certain 2017-2021 Solitude recreational trailers. The liquid propane (LP) supply line that runs through the exterior lower refrigerator compartment may contact the burner tube of the refrigerator, possibly damaging the line and causing an LP gas leak.",An LP gas leak increases the risk of a fire.,"Grand Design will notify owners, and dealers will inspect the LP supply line for damage, replacing it as necessary. All lines in the vicinity of the burner tube will be wrapped in a thermal foil heat barrier material, then secured away from the burner tube of the refrigerator with additional P-clamps, free of charge. The recall began September 17, 2020. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910021." -08/27/2020,20V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V518000),Kia Motors America,ABS Unit may cause Fire,"SERVICE BRAKES, HYDRAULIC",SC196,Vehicle,28200,"Kia Motors America (Kia) recalled certain 2019 Stinger vehicles equipped with 3.3L T-GDI engines on August 27, 2020. On December 30, 2020, Kia expanded the recall population and added certain 2018-2021 Stinger vehicles. While driving, an engine compartment fire may occur in the area where the Anti-lock Brake Hydraulic Electronic Control Unit (HECU) is located.",An engine compartment fire can increase the risk of injury or crash.,"Kia will notify owners, and dealers will install a new fuse kit in the electrical junction box, free of charge. Owners are advised to park outside and away from structures as a precaution until the recall repair is complete. The recall began November 30, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC196." -08/27/2020,20E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E060000),"Chrysler (FCA US, LLC)",All Weather Floor Mats may Interfere with Pedals,EQUIPMENT,W64,Equipment,34034,"Chrysler (FCA US LLC) is recalling certain Mopar All-Weather Floor Mat Kits (Crew - Big/Horn/Laramie, and Crew - Laramie with product numbers 82215320AB, 82215320AC, 82215321AB, 82215321AC, 82215322AB, 82215323AB, 82215322AC, 82215323AC, 82215421AB, 82215421AC, 82215422AB, and 82215422AC) sold as accessory equipment in 2018, 2019 and 2020 for use in 2019-2020 Ram 1500 vehicles with adjustable pedals. In certain accelerator pedal positions, the floormats may prevent the pedal from returning to the normal resting (idle) position.","A pedal that does not return as expected may affect the vehicle's deceleration, thereby increasing the risk of a crash.","Chrysler will notify owners, and dealers will modify the driver's floormat to remove the potential for pedal interference, free of charge. The recall began September 10, 2020. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is W64." -08/27/2020,20V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V513000),"Chrysler (FCA US, LLC)",All Weather Floor Mats may Interfere with Pedals,VEHICLE SPEED CONTROL,W63,Vehicle,160229,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 1500 vehicles equipped with adjustable pedals. In certain accelerator pedal positions, the floormats may prevent the pedal from returning to the normal resting (idle) position.","A pedal that does not return as expected may affect the vehicle's deceleration, thereby increasing the risk of a crash.","Chrysler will notify owners, and dealers will modify the driver's floormat to remove the potential for pedal interference, free of charge. The recall began September 10, 2020. Owners may contact FCA US LLC customer service at 1-800-853-1403. Chrysler's number for this recall is W63." -08/27/2020,20V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V520000),Hyundai Motor America,Anti-lock Brake System Module May Short,"SERVICE BRAKES, HYDRAULIC",194,Vehicle,151205,"Hyundai Motor America (Hyundai) is recalling certain 2013-2015 Santa Fe Sport vehicles. Brake fluid may leak inside the Anti-lock Brake System (ABS) module, possibly resulting in an electrical short.","If the ABS module short circuits, there is an increased risk of an engine compartment fire.","Hyundai will notify owners, and dealers will inspect the ABS module and replace it if necessary, free of charge. Owners are advised to park outside as a precaution until the recall repair is complete. The recall began December 22, 2020. Note: This recall has been superseded by NHTSA Recall 21V-303 and all affected vehicles will now be repaired under 21V-303. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 194." -08/27/2020,20E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E061000),"ZF North America, Inc.",Diffuser May Separate From Air Bag Inflator,AIR BAGS,NR (Not Reported),Equipment,1401,"ZF Group North America Operations (ZF) is recalling certain Air Bag Inflators, part numbers 34277217A, 34204745A, 34177958C, and 34200077B. The diffusers may be improperly crimped causing them to separate from the inflator in the event of a curtain air bag deployment, affecting the curtain air bag inflation.","In the event of a crash, if the diffuser detaches from the inflator during air bag deployment, the curtain air bag may not inflate properly, increasing the risk of injury.","ZF has notified the vehicle manufacturers that purchased the affected parts. The vehicle manufacturers notified their owners, and dealers will replace the side curtain air bag assemblies, free of charge. Chrysler vehicle owners may contact their customer service at 1-800-853-1403. Chrysler's number for this recall is W52. Ford vehicle owners may contact their customer service at 1-866-436-7332. Ford's number for this recall is 20S35. GM vehicle owners may contact their customer service at 1-866-522-9559. GM's number for this recall is N202305380." -08/27/2020,20V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V516000),"BMW of North America, LLC",Horizontal Headlamp Adjustment Possible/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4265,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 Z4 sDrive30i, Z4 M40i and 2020 Toyota Supra vehicles. The headlamps are able to be adjusted horizontally. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices and Associated Equipment.""","Should the headlamps be adjusted horizontally, there could be increased glare and reduced visibility for oncoming drivers, or reduced visibility for the vehicle operator, thereby increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the headlamp vertical and horizontal adjustment plugs, correcting them as necessary, free of charge. The recall began December 23, 2020. BMW owners may contact BMW customer service at 1-800-525-7417 or Toyota owners may contact Toyota customer service at 1-888-270-9371." -08/27/2020,20V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V519000),Kia Motors America,Hydraulic Electronic Control Unit May Short,"SERVICE BRAKES, HYDRAULIC",SC197,Vehicle,440370,"Kia Motors America (Kia) is recalling certain 2013-2015 Optima and 2014-2015 Sorento vehicles. Brake fluid may leak inside the Hydraulic Electronic Control Unit (HECU), possibly resulting in an electrical short.","If the HECU short circuits, there is an increased risk of an engine compartment fire.","Kia will notify owners, and dealers will inspect the HECU for leaking brake fluid and replace the HECU if necessary, free of charge. Owners are advised to park outside and away from other vehicles and structures until the recall repair is completed. The recall began October 20, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC197." -08/27/2020,20V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V511000),"Chrysler (FCA US, LLC)",Inadequate Warmup Protection,ELECTRICAL SYSTEM,W57,Vehicle,32318,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 3500, 4500 and 5500 cab chassis built with a Cummins 6.7L High Output engine. Inadequate warmup protection can cause a lack of oil film on the engine connecting rod bearings while the engine is reaching operating temperature. This can result in engine damage and connecting rod failure, which could potentially puncture the engine block.","A damaged engine block may leak oil, which can contact hot engine or exhaust components, increasing the risk of a fire.","Chrysler will notify owners, and dealers will flash the engine calibration software to enhance the engine warm up protection, free of charge. The recall began September 10, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W57." -08/27/2020,20V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V514000),"BMW of North America, LLC",Incorrect Tire Information Label/FMVSS110,EQUIPMENT,NR (Not Reported),Vehicle,397,"BMW of North America, LLC (BMW) is recalling certain X7 xDrive40i and M50i vehicles. The tire information labels may contain tire size and cold tire inflation pressure information that does not match the specific tires that were installed on these vehicles. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims.""","The vehicle operator may be confused by the tire information on the label and this could lead to the installation of an inappropriate size tire and/or inflation pressure, potentially increasing the risk of a crash.","BMW will notify owners, and dealers will replace the tire information label, free of charge. The recall began October 26, 2020. Owners may contact BMW customer service at 1-800-525-7417." -08/27/2020,20V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V509000),Newmar Corporation,Instrument Panel Display Does Not Dim/FMVSS 101,ELECTRICAL SYSTEM,20V-485,Vehicle,732,"Newmar Corporation (Newmar) is recalling certain 2018-2019 Essex and New Aire, 2019 Dutch Star, London Aire, Mountain Aire, and Ventana motorhomes. The instrument panel brightness cannot be adjusted, possibly causing glare when driving at night. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","Glare can reduce the driver's visibility of the road, increasing the risk of a crash.","Newmar will notify owner, and dealers will update the software and processor, as necessary, free of charge. The recall began October 21, 2020. Owners may contact Newmar customer service at 1-800-731-8300." -08/27/2020,20V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V515000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,N202306620,Vehicle,95,"General Motors LLC (GM) is recalling certain 2014-2016 Chevrolet Caprice Police Pursuit vehicles (PPV), that did not get a replacement steering gear under recalls 17V-265 or 16V-160. The connector between the electric power steering module and the torque sensor may fail, possibly resulting in a loss of electric power steering assist.","A greater steering effort would be needed to control the vehicle if power steering assist is lost, especially at lower speeds, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the steering gear assembly, replacing any that are not of the approved part numbers, free of charge. The recall began September 23, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202306620." -08/27/2020,20V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V508000),"Vac-Tron Equipment, LLC",No Side or Rear Clearance Lamps/FMVSS 108,EXTERIOR LIGHTING,VVK0011,Vehicle,134,"Vac-Tron Equipment, LLC (Vac-Tron) is recalling certain 2016-2020 JTV873PTO, HTV873PTO, HTV573PTO, and HTV373PTO vehicles. These vehicles do not have side clearance lamps, rear clearance lamps, side or rear reflect reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The lack of clearance lights and reflectors, may make the vehicle harder to see, increasing the risk of a crash.","Vac-Tron will notify owners, and dealers will prepare field remedy kits which will include the necessary parts and instructions to resolve this noncompliance issues. These field remedy kits will be provided to authorized Vermeer dealers to install, free of charge. The recall began October 27, 2020. Owners may contact Vac-Tron customer service at 1-352-728-2222. Vac-Tron's number for this recall is VVK0011." -08/27/2020,20V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V510000),"Vac-Tron Equipment, LLC","Rear Extremity Extends 24"" Behind Rear Guard",STRUCTURE,VVK0011,Vehicle,140,"Vac-Tron Equipment, LLC (Vac-Tron) is recalling certain 2015-2020 HTV573PTO, 2016-2020 HTV373PTO, HTV873PTO, JTV873PTO, and 2021-2022 HTV873PTO vehicles. These vehicles have a rear extremity that extends more than 24 inches behind the rear impact guard.","A vehicle crashing into the back of the truck could travel under the rear of the truck, increasing the risk of injury.","Vac-Tron will notify owners, and dealers will install a remedy kit to prevent vehicles from going under the truck in a crash. The kits and installation will be free of charge. Owner notification letters were mailed on January 5, 2022. Owners may contact Vac-Tron customer service at 1-352-728-2222. Vac-Tron's number for this recall is VVK0011." -08/27/2020,20V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V512000),"Chrysler (FCA US, LLC)",Stealth Mode Disables Camera Display/FMVSS 111,BACK OVER PREVENTION,W62,Vehicle,26361,"Chrysler (FCA US LLC) is recalling certain 2018-2020 Dodge Charger Pursuit vehicles equipped with a ""stealth mode."" When stealth mode is selected, the backup camera rearview image will not display when the vehicle is in reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rearview Mirrors.""",The lack of a back-up camera display increases the risk of a crash.,"Chrysler will notify owners, and dealers will update body control module software to disable stealth mode when the vehicle is shifted into ""Reverse"", free of charge. The recall began October 22, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W62." -08/27/2020,20V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V517000),"Jaguar Land Rover North America, LLC",Tire Pressure Monitoring System Software/FMVSS 138,ELECTRICAL SYSTEM,N486,Vehicle,1285,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque non-PHEV vehicles equipped with 18-inch wheels. The Tire Pressure Monitoring System (TPMS) recommended pressure has been set incorrectly in the instrument cluster. As a result, the TPMS warning light will not illuminate when tire pressure reaches 25% below the cold inflation pressure stated on the tire placard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 138, ""Tire Pressure Monitoring Systems.""","Drivers may unknowingly operate the vehicle with low tire pressure, negatively impacting vehicle handling and increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began September 24, 2020. Owners may contact Land Rover customer service at 1-800-369-1000. Land Rover's number for this recall is N486." -08/26/2020,20V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V504000),"Volkswagen Group of America, Inc.",Driver's Side Headlight Aimed Too Low/FMVSS 108,EXTERIOR LIGHTING,94N7,Vehicle,11,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Atlas Cross Sports and 2021 Atlas vehicles. The driver's side headlight may have been aimed too low during production. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A headlight aimed incorrectly aimed reduces the driver's visibility, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will adjust the driver's side headlight, free of charge. The recall began September 9, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 94N7." -08/26/2020,20V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V505000),"Volkswagen Group of America, Inc.",Front Seat Backrest Frame Not Welded Properly,SEATS,"72L1, 72K8, 72K9",Vehicle,5376,"Volkswagen Group of America, Inc. (Volkswagen ) is recalling certain 2020 Volkswagen Atlas Cross Sport, Jetta, Jetta GLI and Tiguan and Audi Q5 and SQ5 and 2021 Volkswagen Atlas vehicles. Parts of the front seat frame and backrest adjuster may not have been welded properly.","In the event of a rear-end crash, the backrest adjustment could break, possibly reducing the amount of occupant restraint, thus increasing risk of injury.","Volkswagen will notify owners, and dealers will inspect the front seats, and, as necessary, replace the seatback frames, free of charge. The recall began September 11, 2020. Volkswagen owners may contact their customer service at 1-888-241-2289. Audi owners may contact their customer service at 1-800-893-5298. Volkswagen's numbers for this recall are 72L1, 72K8, and 72K9." -08/26/2020,20V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V506000),PACCAR Incorporated,Lower Rear Pivot Bolts Improperly Sized,POWER TRAIN,20PBE and 20KWC,Vehicle,1097,"PACCAR Incorporated (PACCAR) is recalling certain 2020-2021 Peterbilt 348, 365, 367, 389, 520, 567 and Kenworth T800, T880, W900, W990 vehicles equipped with Watson and Chalin steerable lift axle suspension systems (model SL2065). The axles may have lower rear pivot bolts that are not long enough to sufficiently engage the locking feature of the corresponding nuts.","The short screws can cause the hardware to separate from the suspension system and become road hazards, increasing the risk of a crash and/or injury.","PACCAR will notify owners, and dealers will inspect suspect chassis and replace the pivot bolts, as necessary, free of charge. The recall began September 29, 2020. Owners may contact Kenworth customer service at 1-425-828-5888 and Peterbilt customer service at 1-940-591-4220. PACCAR's numbers for this recall is 20PBE and 20KWC." -08/25/2020,20V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V502000),"Altec Industries, Inc.",Engine Idle Increase may Affect Boom Movement,ENGINE AND ENGINE COOLING,CSN 774,Vehicle,17,"Altec Industries Inc. is recalling certain 2015-2018 LR7, ALB, AC18, AC23, and AC38 vehicles built on an International N9/N10 chassis. During an HC Desorb cycle, the vehicle's idle will rapidly rise causing an increase in pump flow. The increased pump flow can result in the moving speed of the boom changing.","The change in boom speed can result in unintended positioning of the boom, increasing the risk of injury.","Altec will notify owners, and dealers install an update that will reprogram the low idle preset to 850 RPM, free of charge. The recall began October 16, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 774." -08/25/2020,20V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V501000),"Altec Industries, Inc.",Grapple Tines Load Holding Grip May Loosen,EQUIPMENT,CSN 773,Vehicle,30,"Altec Industries Inc. (Altec) is recalling certain 2018-2020 EC505 6S+3S and EC655 6S+6S vehicles. The load holding grip of the grapple tines may loosen, resulting in a loss of load control.",Loss of load control may increase the risk of death or injury.,"Altec will notify owners, and dealers will install a counterbalance valve with a lower pressure ratio to increase the opening threshold, free of charge. The recall began October 20, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 773." -08/25/2020,20V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V503000),"Volvo Car USA, LLC",Wipers may Loosen,VISIBILITY/WIPER,R10044,Vehicle,87226,"Volvo Car of N.A., LLC (Volvo Cars) is recalling certain 2018-2020 XC60 vehicles. The nuts that secure the front wipers may not have been sufficiently tightened, possibly causing the wipers to not function properly.","The risk of the front wiper arms nut fixation to loosen and not holding the arm in correct position, the wiper function could be reduced and vision could be impaired, thus increasing the risk of a crash.","Volvo Car will notify owners, and dealers will tighten the nuts holding the front windshield wiper arms in position, free of charge. The recall began September 29, 2020. Owners may contact Volvo Car customer service at 1-800-458-1552. Volvo Car's number for this recall is R10044." -08/24/2020,20V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V500000),"Equipment Technology, L.L.C.",Aerial Platforms may Collapse,EQUIPMENT,NR (Not Reported),Vehicle,60,"Equipment Technology, L.L.C. (ETI) is recalling certain 2020 ETI ETC 37 IH vehicles. Due to improper welds and the thickness of the steel boom tubes, the aerial platform may unexpectedly fall.",An aerial lift platform collapse can increase the risk of injury.,"Equipment Technology will notify owners and will replace the boom tubes on all affected aerial lift trucks at ETI's facility, free of charge. The recall began September 9, 2020. Owners may contact ETI customer service at 1-405-748-3841." -08/24/2020,20V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V499000),Oshkosh Corporation,Pressure Switch Threads May Become Stripped,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,172,"Oshkosh Corporation (Oshkosh) is recalling certain 2020 S-Series vehicles equipped with Bendix pressure switches. The plastic threads holding the two halves of the pressure switch may strip when the switch is pressurized, resulting in an air leak which, if severe enough, can cause the air system to lose pressure when the brakes are applied. Failure of the front and rear brake switches will also result in a loss of brake light functionality.","As a result of a pressure switch air leak, the braking distance may be diminished and/or the parking brake may automatically engage. If the vehicle is equipped with an affected brake switch on both the front and the rear brakes and both parts fail, the brake lights may not operate. These conditions may increase the risk of a crash.","Oshkosh will notify owners, and dealers will inspect the brake pressure switch and replace it as necessary, free of charge. The recall began September 28, 2020. Owners may contact Oshkosh customer service at 1-888-686-7278." -08/21/2020,20E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E058000),"Firefly Integrations, LLC",Electronic Control Center Circuit Board may Short,EQUIPMENT,NR (Not Reported),Equipment,2487,"Firefly Integrations, LLC (Firefly) is recalling certain Multiplex G9 units used for controlling equipment and accessories in motorhomes. These units can fail if excessive voltage is applied, causing the components on the board to become damaged.","If too much voltage is applied to the unit and the circuit board becomes damaged, there would be an increased risk of a fire.",Firefly has notified the RV manufacturers that purchased the affected multiplex units and dealers for those RV manufacturers will add an additional circuit module to the existing component board to provide reverse polarity and over-current protection. Owners may contact Firefly customer service at 1-574-825-4600. -08/21/2020,20E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E059000),"Spyder Controls, Corp",Electronic Control Center Circuit Board may Short,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,216,"Spyder Control, Corp (Spyder) is recalling certain G9 electronic control units, part numbers BMODWTIR1, DMODZTIR4, and BMODWTIR4. These units can fail if excessive voltage is applied, causing the components on the board to become damaged.","If too much voltage is applied to the unit and the circuit board becomes damaged, there would be an increased risk of fire.","Spyder has notified the affected component purchasers, who have filed their own recalls, and will provide a G9 Protection module to limit voltage, free of charge. The recall began September 30, 2020. Owners may contact Spyder customer service at 1-403-782-9738." -08/21/2020,20V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V498000),Thor Motor Coach,Electronic Control Center Circuit Board may Short,ELECTRICAL SYSTEM,RC000203,Vehicle,2061,"Thor Motor Coach (Thor) is recalling certain 2019-2021 Hurricane and Windsport motorhomes, models 27B, 29M, 32T, 33X, 34J, 34R and 35M. The electronic control center circuit board may be damaged from voltages over 17 volts causing damage to the circuit board.",A damaged circuit board could increase the risk of a fire.,"Thor will notify owners, and dealers will add an additional circuit module to the existing component board to provide reverse polarity and over-current protection, free of charge. The recall began October 20, 2020. Owners may contact Thor customer service at 1-877-855-2867. Thor's number for this recall is RC000203." -08/21/2020,20V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V497000),Ford Motor Company,Side Air Bag may be Loose in Seat Back,AIR BAGS,20S48,Vehicle,488,Ford Motor Company (Ford) is recalling certain 2020 Explorer and 2020 Lincoln Aviator vehicles. The side air bag and/or seat back module attachments may not have been properly tightened in the front seat backs.,"If the side air bag or seat back fasteners were not properly tightened, the side air bag deployment could be affected, increasing the risk of injury during a crash.","Ford will notify owners, and dealers will remove front seat back panels from one or both front seats (VIN-specific) and verify that the fasteners have been properly tightened, free of charge. The recall began September 10, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S48." -08/21/2020,20V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V496000),"Autocar, LLC",Stall/Hesitation When Driving from Right Side,EQUIPMENT,ACX-2005,Vehicle,78,"Autocar, LLC is recalling certain 2019 Xpeditor vehicles up-fitted with an aftermarket power take off (PTO). These vehicles may stall or hesitate when operated from the right side stand up position with the PTO system engaged.","A stall or hesitation can cause the vehicle to drift backwards, increasing the risk of a crash, personal injury ,or property damage.","Autocar will notify owners of the recall on October 19, 2020. Dealers will install a hill start aid system, free of charge. Autocar issued owners an interim notification on October 20, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3488. Autocar's number for this recall is ACX-2005." -08/20/2020,20V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V494000),"Navistar, Inc.",Axle Hardware may be too Short,SUSPENSION,20507,Vehicle,80,"Navistar, Inc. (Navistar) is recall certain 2020-2021 International HX vehicles equipped with SL2065 steerable lift axle suspension systems with a 20,000lb capacity. The lower rear pivot cap screws that connect the trailing arm to the steerable auxiliary lift axle that may not be long enough to sufficiently engage the locking feature of the corresponding nuts.","The short screws can cause the hardware to separate from the suspension system and become road hazards, increasing the risk of a crash and/or injury.","Navistar will notify owners, and dealers will replace all of the lower rear pivot cap screws and associated nuts and washers, free of charge. The recall began October 8, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20507." -08/20/2020,20E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E057000),"Motorcar Parts of America, Inc.",Insufficiently Crimped Brake Master Cylinder,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,2403,"Motor Parts of America, Inc. (MPA) is recalling certain Duralast NM4222 and NM55381 brake master cylinders sold as aftermarket replacement parts for 2012-2017 Volkswagen Beetle, 2005-2018 Volkswagen Jetta and 2007-2010 Volkswagen Jetta GLI vehicles. The crimping of the aluminum housing may be insufficient, allowing the master cylinder piston to pop out of the housing.","If the piston pops out of the master cylinder housing, a complete loss of braking or unintended brake application can occur, increasing the risk of a crash. Owners may initially notice brake fluid leaking onto the vacuum booster, or a change in brake pedal travel and feel.","MPA will notify owners directing them to take the component to an AutoZone store to return the recalled Master Cylinder for a full refund. Exchanges for replacement Master Cylinders can occur after October 1, 2020. This recall began August 28, 2020. Owners may contact MPA customer service at 1-833-758-0239 or email recall@motorcarparts.com." -08/20/2020,20T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T016000),Shaanxi Yanchang Petroleum Group Rubber,Thread or Inner Liner Separation/FMVSS 139,TIRES,NR (Not Reported),Tire,33466,"Shaanxi Yanchang Petroleum Group Rubber (Shaanxi) is recalling all Duraturn Travia A/T tires, sizes LT225/75R16, LT235/75R15, LT235/80R17, LT235/85R16, LT245/75R16, LT245/75R17, LT265/70R17, LT265/75R16, LT285/70R17, LT285/75R16 and LT31X10.50R15 with DOT date codes 4015 through 0318. Due to manufacturing issues, the tread or innerliner may separate from the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Tread or innerliner separation could lead to a loss of vehicle control, increasing the risk of a crash.","Shaanxi will notify owners, and dealers will reimburse the customer for the affected tires. Owners may contact Duraturn Customer Assistance Service Department at 1-626-513-8989." -08/20/2020,20V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V495000),"BMW of North America, LLC",Tire Pressure Label Not Affixed Properly/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,447,"BMW of North America, LLC (BMW) is recalling certain 2021 R 1250 RT, R 1250 R, R 1250 RS, R 1250 GS and R 1250 GS Adventure motorcycles. The tire pressure labels may not remain affixed to the motorcycle frame. As a result, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 120, ""Wheels and Rims-Other Than Passenger Cars.""","If the label detaches from the motorcycle, proper tire pressure information may not be readily available. This could result in the rider improperly filling the tires which may affect motorcycle handling and control, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the tire pressure label, free of charge. The recall began October 19, 2020. Owners may contact BMW customer service at 1-800-525-7417." -08/20/2020,20V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V493000),"Foretravel, Inc.",Xantrex Inverters Not Grounded Properly,EQUIPMENT,NR (Not Reported),Vehicle,6,"Foretravel, Inc. is recalling certain 2020 iC-37 motorhomes equipped with Xantrex Inverters which have an internal ground neutral bond. The vehicles were also wired with an additional external ground neutral bond. Having more than one ground/neutral bond in a system creates the possibility of electrical shock when making contact with the metal surfaces of the coach.",An electrical shock can increase the risk of injury.,All of the affected units have been remedied and owner notification letters will not be sent. Owners may contact Foretravel customer service at 1-800-955-6226. -08/19/2020,20V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V491000),Keystone RV Company,Federal Indentification Tag Incorrect/Part 567,EQUIPMENT,20-384,Vehicle,27,"Keystone RV Company (Keystone) is recalling certain 2021 Outback travel trailers. The Federal Identification Tag incorrectly states that the tire pressure should be 65 PSI, when the correct tire pressure is 80 PSI. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect label may lead to unintentionally underinflating the tires, possibly causing their failure, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Identification Tag, free of charge. The recall began August 25, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-384." -08/19/2020,20E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E056000),Tong Yang Industry Co.,Grille Moulding May Affect Cruise Control,STRUCTURE,NR (Not Reported),Equipment,105,"Tong Yang Industry Co. (Tong Yang) is recalling certain Grille Mouldings, part number HD07251MB, sold for aftermarket installation on 2019-2020 Honda HR-V vehicles. The grille moulding coating may prevent the radar sensor for the Adaptive Cruise Control (ACC), located behind the front grille, from functioning properly.","If the sensor of the ACC cannot not function properly, the vehicle may accelerate or decelerate inappropriately when using ACC, increasing risk of crash.","Tong Yang will notify their distributors. Tong Yang will reimburse customers for replacement parts and installation costs. This recall began September 15, 2020. Owners may contact Tong Yang Service by calling 1-972-542-5378 or emailing danielt@taiplusllc.com." -08/19/2020,20V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V492000),"Spartan Fire, LLC",Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,20-10,Vehicle,1,"Spartan Fire, LLC (Spartan) is recalling one 2018 Gladiator vehicle equipped with Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED stop, tail, turn, and reverse lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","Spartan will notify the owner and instruct them to contact Code 3 to obtain a filter kit (part number CZ0199), free of charge. The recall began January 13, 2021. Owners may contact Spartan customer service at 1-866-582-2376. Spartan's number for this recall is 20-10." -08/18/2020,20V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V488000),"Forest River, Inc.",Damaged Circuit Board May Affect Lighting Function,ELECTRICAL SYSTEM,51-1203,Vehicle,1547,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Charleston, 2017-2019 Legacy, 2017-2020 Berkshire, 2017 Coachmen Cross Country, and 2017-2020 Sportscoach motorhomes built on certain FCCC XB and XC chassis that received an inspection-only remedy for recall 18V-763. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Non-functioning exterior marker lights can increase the risk of a crash.,"Forest Rivers will notify owners, and Daimler Trucks dealers will replace the old Power Distribution Module (PDM) with a new PDM, free of charge. The recall began January 18, 2021. Owners may contact DTNA customer service at 1-800-547-0712 . Forest's number for this recall is 51-1203." -08/18/2020,20V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V489000),"General Motors, LLC",Hood May Inadvertently Open,ELECTRICAL SYSTEM,N202311160,Vehicle,7071,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Corvette vehicles. Despite visual and audible warnings, the vehicle can be driven with the front trunk lid unlatched.","An unlatched hood can open when driving above a certain speed, obstructing the driver's forward view and increasing the risk of a crash.","GM will notify owners, and dealers will update the software in the vehicle's Body Control Module to limit the vehicle speed to 26 mph when the hood is not completely closed and latched, free of charge. In addition, the operation of the hood release on the key fob will be modified to reduce the likelihood of inadvertent hood release actuations. Owners also may allow the vehicle to be remedied via an Over-The-Air (OTA) software update. The recall began September 24, 2020. Owners may contact GM customer service at 1-866-522-9559. GM's number for this recall is N202311160." -08/18/2020,20V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V490000),"BMW of North America, LLC",Hybrid Battery May Short-Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,713,"BMW of North America, LLC (BMW) is recalling certain 2021 330e and X5 xDrive45e, 2020-2021 X3 xDrive30e, and 2020 MINI Countryman SE ALL4 vehicles. Loose welding beads may form a conductive path between the hybrid battery cells which could lead to a short-circuit.",A short-circuited hybrid battery may increase the risk of a fire.,"BMW will notify owners, and dealers will inspect and, if necessary, replace the battery modules, free of charge. BMW issued owners an interim notification on October 16, 2020. Although potentially affected BMW owners received interim owner notification letters, all potentially affected BMW owner vehicles have been remedied; therefore, BMW Final owner notification letters will not be necessary. Owners may contact BMW customer service at 1-800-525-7417." -08/18/2020,20V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V486000),"Heartland Recreational Vehicles, LLC",LP Hose and Connector In Path Of Shackle,EQUIPMENT,NR (Not Reported),Vehicle,204,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2021 Mallard travel trailers. The liquid propane (LP) hose and connector may contact the suspension shackle.","Contact with the shackle can cause premature failure of the LP hose, increasing the risk of a fire in the presence of an ignition source.","Heartland will notify owners, and dealers will relocate the hose to prevent the LP hose/connector from being able to make contact with the shackle. The recall began October 9, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -08/18/2020,20E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E055000),"Watson & Chalin Manufacturing, Inc.",Lower Rear Pivot Cap Screws may be too Short,SUSPENSION,W&C2020-01,Equipment,3470,"Watson & Chalin Manufacturing, Inc. (W & C) is recalling certain SL2065 steerable lift axle suspension systems with a 20,000lb capacity. The lower rear pivot cap screws may not be long enough to sufficiently engage the locking feature of the corresponding nuts.","The short screws can cause the hardware to separate from the suspension system and become road hazards, increasing the risk of a crash and/or injury.","W & C will notify the affected vehicle manufacturers and the aftermarket equipment installers that purchased the suspensions. The suspensions will replace the lower rear pivot fasteners replaced, as necessary, free of charge. The recall began September 22, 2020. Owners may contact W & C customer service at 1-972-838-1266. W & C's number for this recall is W&C2020-01." -08/18/2020,20V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V487000),Kovatch Mobile Equipment Corp.,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,38,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017-2020 Commercial Pumper and Predator SS Rescue, 2018 Predator Panther Pumper and Commercial Skid, 2018-2020 Predator SS Aerial, 2020 Predator Panther Tanker, 2016 Predator Panther Aerial and Commercial Rescue, 2015-2019 Commercial Tanker, 2018-2019 Commercial Wildland, 2017 Predator SS Chassis and 2018-2021 Predator SS Pumper vehicles equipped with certain Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED stop, tail, turn, and reverse lights. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","KME will notify owners, and dealers will instruct vehicle owners to contact Code 3 to obtain a filter kit (Part No. CZ0199), free of charge. The recall began October 9, 2020. Owners may contact KME customer service at 1-800-235-3928." -08/14/2020,20V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V479000),"Forest River, Inc.",Awning May Deploy While Vehicle is Moving,EQUIPMENT,225-1217,Vehicle,1427,"Forest River, Inc. is recalling certain 2020 Coachmen Beyond, 2017-2019 Coachmen CrossFit, and 2016-2020 Galleria motorhomes. The awning may deploy while the vehicle is moving.",An awning that deploys while the vehicle is moving increases the risk of a crash.,"Forest River will notify owners, and dealers will install a circuit interrupter, free of charge. This recall began September 23, 2020. Owners may contact Forest River customer service at 1-574-825-6310. Forest Rivers's number for this recall is 225-1217." -08/14/2020,20V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V485000),"Daimler Trucks North America, LLC",Display Does Not Dim/FMVSS 101,ELECTRICAL SYSTEM,FL-859,Vehicle,1715,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Custom Chassis XCL, XCP, XCR and XCS and 2015-2019 Custom Chassis XCM vehicles. The instrument panel brightness cannot be adjusted, possibly causing glare when driving at night. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 101, ""Control and Displays.""","Glare can reduce the driver's visibility of the road, thus increasing the risk of a crash.","DTNA will notify owner, and dealers will update the software and processor, as necessary, free of charge. The recall began on April 1, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-859." -08/14/2020,20V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V482000),"Forest River, Inc.",Fresh Water Tank May Detach,EQUIPMENT,22-1219,Vehicle,643,"Forest River, Inc. (Forest River) is recalling certain 2019-2021 Salem and Wildwood motorhomes. The fresh water tank may not be properly secured to the vehicle's frame.",A fresh water tank that detaches from the frame could increase the risk of a crash.,"Forest River will notify owners, and dealers will properly secure the holding tank, free of charge. This recall began September 23, 2020. Owners may contact Forest River customer service at 1-503-831-5410. Forest River's number for this recall is 22-1219." -08/14/2020,20V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V477000),"Forest River, Inc.",Front Seat Wiring Harnesses Routed Incorrectly,AIR BAGS,51-1206,Vehicle,412,"Forest River, Inc. (Forest) is recalling certain 2020-2021 Forest River Forester, Sunseeker, Dynamax Isata and Coachmen Galleria and Prism motorhomes built on Sprinter Van chassis equipped with swivel seats. The wiring harnesses for the front seats may have been routed incorrectly and could become jammed and damaged in the swivel seat frames.","If the wiring harness is damaged, the side air bag within the seat may deploy inadvertently or not deploy as designed in the event of a crash, increasing the risk of injury to vehicle occupants.","Forest River will notify owners, and Sprinter dealers will inspect the wire harness routing for both front seats and will repair the wiring and add clips or cable ties as needed, free of charge. This recall began September 21, 2020. Owners may contact Daimler Vans customer service at 1-877-762-8267. Daimler Vans number for their recall is VS3DREHSIK. Forest's number for this recall is 51-1206." -08/14/2020,20V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V483000),"BMW of North America, LLC",Inner Layer of Tire may Fail,TIRES,NR (Not Reported),Vehicle,42,"BMW of North America, LLC (BMW) is recalling certain 2021 X6 (sDrive40i, xDrive40i and M50i) and X5 (sDrive40i, xDrive40i and M50i) vehicles equipped with certain Pirelli tires. The tires may have a damaged inner layer, possibly resulting in a rapid loss of pressure while the vehicle is moving.","A rapid loss of tire pressure while the vehicle is moving can affect vehicle handling and control, increasing the risk of a crash.","BMW has notified all of the affected owners, and dealers will replace the defective tires, free of charge. BMW has contacted owners by telephone and those owners have had their cars remedied. Owner notification letters will not be sent. Owners may contact BMW customer service at 1-800-525-7417." -08/14/2020,20V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V480000),"Mercedes-Benz USA, LLC",Rear Spoiler May Detach,STRUCTURE,2020090006,Vehicle,10644,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLB250 vehicles. The rear spoiler above the tailgate may not have been welded correctly. This could result in parts of the spoiler detaching from the vehicle.","If the spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the rear spoiler and replace it, if necessary, free of charge. The recall began October 23, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020090006." -08/14/2020,20V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V484000),"BMW of North America, LLC",Rear Spoiler May Detach,STRUCTURE,NR (Not Reported),Vehicle,43,"BMW of North America, LLC (BMW) is recalling certain 2020 X6 sDrive40i, xDrive40i, X6 M50i and X6M vehicles. The rear spoiler may not be appropriately bonded to its mounting plate.","The rear spoiler on the roof may become loose, detach while driving, and could become a road hazard, increasing the risk of a crash, or injury to persons near the roadway.","BMW will notify owners, and dealers will inspect the rear spoiler on the affected vehicles and replace them , if necessary, free of charge. The recall began October 14, 2020. Owners may contact BMW customer service at 1-800-525-7417." -08/13/2020,20V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V475000),"Chrysler (FCA US, LLC)",Crank Position Sensor Tone Wheel may Delaminate,ENGINE AND ENGINE COOLING,W58,Vehicle,58016,"Chrysler (FCA US LLC) is recalling certain 2014-2018 Ram 1500 and 2014-2016 Jeep Grand Cherokee vehicles equipped with 3.0L diesel engines. The crankshaft position sensor tone wheel may delaminate causing the engine to lose its ability to synchronize the fuel injector pulses and cam shaft timing, possibly resulting in an engine stall.",An engine stall can increase the risk of a crash.,"FCA US will notify owners, and dealers will update the powertrain control module software to maintain vehicle propulsion by reading the camshaft position signal in the event that the crankshaft position signal is lost, free of charge. Owner notification letters were mailed on May 13, 2021. Owners may contact FCA US customer service at 1-800-853-2002. FCA US's number for this recall is W58." -08/13/2020,20V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V476000),"BMW of North America, LLC",Front Brake Calipers May Leak/FMVSS 122,SERVICE BRAKES,NR (Not Reported),Vehicle,9392,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 R 1250 GS, GS Adventure and R 1250 RT, 2020 S 1000 RR and S 1000 XR motorcycles. The front brake calipers may leak brake fluid when parked. As such, these motorcycles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 122, ""Motorcycle Brake Systems.""","Overtime, a leaking front brake caliper can reduce the amount of brake fluid in the reservoir. Low volume could affect brake performance, increasing the risk of crash.","BMW will notify owners, and dealers will inspect and if necessary, replace the front brake calipers with an improved version, free of charge. BMW issued owners an interim notification on October 12, 2020. As of January 19, 2021, a remedy was still not available. The recall began March 8, 2021. Owners may contact BMW customer service at 1-800-525-7417." -08/13/2020,20V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V478000),"Cruise Car, Inc.",Vehicle Exceeds Maximum Speed/FMVSS 500,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,27,"Cruise Car, Inc. is recalling certain 2020 Moke low-speed vehicles. The vehicles may be able exceed the 40km/h maximum permissible speed to be classified as a low-speed vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 500, ""Low Speed Vehicles.""","A low speed vehicle than can exceed 40 km/h, increases the risk of injury in the event of a crash.","Cruise Car will notify owners, and dealers will calibrate the vehicle's maximum speed, free of charge. The recall began September 9, 2020. Owners may contact Cruise Car customer service at 1-941-929-1630." -08/12/2020,20V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V474000),"Winnebago Industries, Inc.",Alternator and Serpentine Belts May Disengage,ELECTRICAL SYSTEM,162,Vehicle,156,"Winnebago Industries, Inc (Winnebago) is recalling certain 2021 Revel motorhomes. These motorhomes have an auxiliary alternator belt that may wear and detach.","If the auxiliary alternator belt disengages, the engine serpentine belt may also disengage causing an immediate loss of power steering control increasing the risk of crash.","Winnebago will notify owners, and dealers will coordinate the inspection and proper alignment of the belt pulleys, free of charge. The recall began September 21, 2020. Owners may contact Winnebago customer service at 1-800-537-1885. Winnebago's number for this recall is 162." -08/11/2020,20V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V469000),Ford Motor Company,Front Brake Hoses Could Rupture,SERVICE BRAKES,20S42,Vehicle,488594,Ford Motor Company (Ford) is recalling certain 2015-2018 Ford Edge and 2016-2018 Lincoln MKX vehicles. The front brake hoses may rupture prematurely.,"A ruptured front brake hose will cause a brake fluid leak, lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the front brake hoses with the new hoses that have a revised braid material, free of charge. Parts are not currently available. An interim letter notifying owners of the safety risk was mailed September 21, 2020. A second letter will be sent once parts are available, which is expected to begin April 15, 2021. Owner notification letters were mailed on May 13, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S42." -08/11/2020,20V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V472000),"Triumph Motorcycles America, Ltd.",Misrouted Wiring Harness May Become Damaged,ELECTRICAL SYSTEM,SRAN 584,Vehicle,2224,"Triumph Motorcycle America, LTD (Triumph) is recalling certain 2019-2020 Street Scrambler and Street Twin motorcycles. The wiring harness may have been misrouted, allowing it to contact the lower lug on main frame headstock.","Contact between the harness and the headstock lug can damage the wire and cause the engine to stall, increasing the risk of a crash.","Triumph will notify owners, and dealers will apply a new VIN label protector to prevent wiring harness damage, and, as necessary, damaged wiring harnesses will be repaired or replaced, free of charge. The recall began August 28, 2020. Owners may contact Triumph customer service at 1-800-232-3780. Triumph's number for this recall is SRAN 584." -08/10/2020,20V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V468000),"Jayco, Inc.",Front Seat Wiring Harnesses Routed Incorrectly,AIR BAGS,NR (Not Reported),Vehicle,545,"Jayco, Inc. (Jayco) is recalling certain 2020-2021 Jayco Melbourne, Melbourne Prestige and Entegra Qwest motorhomes built on Sprinter chassis and equipped with swivel seats. The wiring harnesses for the front seats may have been routed incorrectly and could become jammed and damaged in the swivel seat frames.","If the wiring harness is damaged, the side air bag within the seat may deploy unexpectedly or not deploy as designed in the event of a crash, increasing the risk of injury to vehicle occupants.","Jayco will notify owners, and Mercedes-Benz Sprinter dealers will inspect the wire harness routing for both front seats and will repair the wiring and add clips or cable ties as needed, free of charge. The recall began August 21, 2020. Owners may contact Jayco customer service at 1-800-517-9137." -08/10/2020,20V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V471000),"BMW of North America, LLC",Fuel Pump Flange may Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,16926,"BMW of North America, LLC (BMW) is recalling certain 2009-2011 K1300 (S, GT), 2010-2011 S1000 RR, 2005-2011 R1200 (GS, GS Adventure, R, RT, S, ST), 2006-2010 HP2 (Enduro, Megamoto, Sport), 2005-2008 K1200 (R, R Sport, S, GT), and 2012 K1600 (GT, GTL) motorcycles that were repaired under recall 13V-617 with the support ring remedy and where the fuel pump was not replaced at a later date. This recall involves the fuel pump, and also the auxiliary fuel pump as applicable. The affected motorcycles have a fuel pump flange that may crack, possibly resulting in a fuel leak while the engine is running.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"BMW will notify owners, and dealers will replace the fuel pump(s) with an improved version, free of charge. The recall began January 18, 2021. Owners may contact BMW customer service at 1-800-525-7417." -08/10/2020,20T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T015000),"Linglong Americas, Inc.",Lower Sidewall Separation/FMVSS 139,TIRES,YCLF,Tire,2830,"Linglong Americas Inc. (LLA) is recalling certain Venezia Crusade HT tires, size LT265/75R16 Load Range E, with DOT date codes 2715 through 5215. The tires may experience lower sidewall separation. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to sudden tire failure, increasing the risk of a crash.","LLA will notify owners, and dealers will replace the tires, free of charge. Owners may contact LLA customer service at 1-330-239-0404. LLA's number for this recall is YCLF." -08/10/2020,20V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V467000),Ford Motor Company,Power Supply Cable Incorrectly Attached to Starter,ELECTRICAL SYSTEM,20S40,Vehicle,431,"Ford Motor Company (Ford) is recalling certain 2020 F-150 vehicles. An incorrect attachment nut may have been used to attach the battery positive (B+) power supply cable to the starter motor, possibly affecting the electrical conductivity, resulting in excess heat and electrical arcing.",Electrical arcing can increase the risk of a fire.,"Ford will notify owners, and dealers will replace the starter motor B+ power supply attachment nut, free of charge. The recall began August 25, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S40." -08/10/2020,20V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V470000),Ford Motor Company,Rear Coil Springs may Fracture,SUSPENSION,20S41,Vehicle,2965,"Ford Motor Company (Ford) is recalling certain 2020 Lincoln Corsair vehicles. There may be insufficient clearance between the rear coil springs and the rear toe link brackets possibly allowing the components to make contact, resulting in the coil springs breaking.","A fractured rear coil spring can affect vehicle handling. Additionally, a broken rear coil spring may separate from the vehicle and potentially become a road hazard. Either scenario can increase the risk of a crash.","Ford will notify owners, and dealers will inspect for proper clearance between the toe link bracket and coil spring. If necessary, the toe link bracket edge will be trimmed according to the service procedure and a new coil spring will be installed, free of charge. The recall began November 4, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S41." -08/10/2020,20E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E054000),"Kiel N.A., L.L.C",Seat Belt ELR/ALR functionality issue/FMVSS 210,SEAT BELTS,NR (Not Reported),Equipment,437,"Kiel N.A., L.L.C (Kiel) is recalling certain Avance 2025, 2050 and 1030 passenger seats for motorcoaches. The mounting point of the seat belt retractor for the last row of seats may cause the seat belts retractors to not function properly. This applies to rear cross seat chassis part number 171731, 171732, 158777, and 158778 in combination with 3-point automatic belt Emergency Locking Retractor/Automatic Locking Retractor part number 513862. As such, these passenger seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""",An improperly operating seat belt lock system increases chance of injury in the event of a crash.,"Kiel will notify owners, and dealers will install modifications to all of the affected last row seats, free of charge. The manufacturer has not provided a schedule for recall notification. Owners may contact Kiel customer service at 1-574-293-3600." -08/07/2020,20V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V466000),"Daimler Trucks North America, LLC",Engine Harness May Contact and Chafe,ELECTRICAL SYSTEM,FL-858,Vehicle,5374,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2017-2021 Freightliner Business Class M2 trucks. The engine harness may contact and chafe at various locations around the air compressor and the frame rail. If the wires are damaged, they may short circuit, possibly causing an engine stall.",A engine stall may increase the risk of a crash.,"DTNA will notify owners, and dealers will inspect for adequate clearance between harness and engine, and for any engine harness damage. Vehicles with a damaged harness will receive a new harness. These repairs will be performed free of charge. The recall began October 5, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-858." -08/07/2020,20V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V465000),"BMW of North America, LLC",Extra Bolt Incorrectly Attached to Starter Motor,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,21,"BMW of North America, LLC (BMW) is recalling certain 2020 X5 sDrive 40i, X5 xDrive 40i and one X7 xDrive 40i vehicle. The starter motor may have an extra bolt that could potentially fall into the transmission housing and cause an engine stall.",An engine stall increases the risk of a crash.,"BMW will notify owners, and dealers will inspect the starter motor for the extra bolt, removing it if necessary. Dealers will also inspect the starter for damage, and check if the bolt has fallen into the transmission housing, replacing any damaged parts as necessary. All repairs will be performed free of charge. The recall began on October 2, 2020. Owners may contact BMW customer service at 1-800-525-7417." -08/07/2020,20V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V463000),American Hauler,Potential Axle Spindle Weld Failure,SUSPENSION,NR (Not Reported),Vehicle,64,"American Hauler is recalling certain 2018 Air-Lite, Arrow, Falcon/XC and Night Hawk cargo trailers equipped with Dexter D52 axles. The axles of these trailers may have spindle weld failures.",A failure of the axle increases the risk of crash and/or injury.,"American Hauler will notify owners, and dealers will inspect the axles and replace them if necessary, free of charge. Owners may contact Dexter Axle at 574-295-7888." -08/07/2020,20V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V464000),"Mercedes-Benz USA, LLC",Windshield May Separate from Vehicle,AIR BAGS,2020080014,Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2020 GLE 450 vehicle. The windshield may not have been bonded correctly to the vehicle, possibly allowing it to separate from the vehicle and affect the full protective function of the passenger's frontal air bag in the event of a crash.",A separated windshield may reduce the effectiveness of the passenger air bag restraint system and increase the risk of injury in a crash.,"MBUSA will notify the owner, and a dealer will inspect the windshield bonding and repair it as necessary, free of charge. The recall began August 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020080014." -08/06/2020,20V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V460000),Ducati North America,Flywheel May Break Causing Engine Oil Leak,ELECTRICAL SYSTEM,SRV-RCL-20-002,Vehicle,156,"Ducati North America (Ducati) is recalling certain 2021 Streetfighter V4 and Streetfighter V4 S motorcycles. The generator rotor (flywheel) may break, damaging the generator cover and causing oil leakage from the engine.","Leaking oil may drip into the path of the rear tire, increasing the risk of a crash.","All affected vehicles are still in dealer inventory. Dealers will inspect the production dates on the generator rotors (flywheels) and replace them, as necessary. The recall began August 12, 2020. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-20-002." -08/06/2020,20V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V461000),"General Motors, LLC",Front Trunk Release May not Work/FMVSS 401,ELECTRICAL SYSTEM,N202309350,Vehicle,5141,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Corvette vehicles. The release button located inside the front trunk compartment may not function after the vehicle has been shut off for ten minutes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 401, ""Internal Trunk Release.""","If a person climbs inside the front trunk compartment and closes the lid, they may be trapped inside, increasing the risk of injury.","GM will notify owners, and dealers will update the software in the vehicle's Body Control Module (BCM) to allow the release switch to always work, free of charge. Owners also may allow the vehicle to be remedied via an Over-The-Air (OTA) software update. The recall began September 3, 2020. Owners may contact GM customer service at 1-866-522-9559. GM's number for this recall is N202309350." -08/06/2020,20V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V462000),"New Flyer of America, Inc.",Loss of Drive from Fractured Pressure Switch,POWER TRAIN,R20-007,Vehicle,152,"New Flyer of America Inc. (New Flyer) is recalling certain 2015-2016 XDE60, XDE40 and 2016 XDE35 transit buses equipped with specific Allison Transmission drive units. The pressure switches on these Drive Units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash. Additionally, offloading passengers to transfer them to another bus can increase the risk of injury.","New Flyer will notify owners, and Allison Transmissions will remove and replace the two C1 and C2 pressure switches on each hybrid drive motor, and also inspect and correct for debris accumulation in the associated pressure switch plumbing, free of charge. The recall began August 17, 2020. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R20-007." -08/05/2020,20V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V458000),Thor Motor Coach,"Incorrect Diameter Bolts Installed/FMVSS 207, 210",SEAT BELTS,RC000202,Vehicle,248,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Daybreak 23DB, 2018-2021 Four Winds 23U, and 2018-2021 Chateau 23U motorhomes. Bolts of the wrong size were used to secure the barrel chair pedestals, allowing the pedestal to separate from the floor in the event of a crash. As such, these motorhomes fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 207, ""Seating Systems"" and number 210, ""Seat Belt Assembly Anchorages.""","If the pedestal were to separate from the floor during a crash, the seat belt anchorages may fail, increasing the risk of injury.","TMC will notify owners, and dealers will inspect the pedestal bolt size, correcting the hardware as necessary, free of charge. This recall began September 14, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000202." -08/05/2020,20V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V459000),Kia Motors America,Left Front Axle Driveshaft May Break,POWER TRAIN,SC195,Vehicle,834,"Kia Motors America (Kia) is recalling certain 2019 Forte vehicles. The left front axle driveshaft may not have been heat-treated, which can cause it to break.","A broken driveshaft can result in a sudden loss of drive power, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the left front axle driveshaft for a heat treatment verification code, and replace it if the code is missing, free of charge. The recall began September 2, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC195." -08/05/2020,20V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V457000),Nova Bus (US) Inc.,Loss of Drive from Fractured Pressure Switch,POWER TRAIN,CR4943,Vehicle,34,"Nova Bus (Nova) is recalling certain 2016 LFS and LFS Artic buses equipped with specific Allison Transmission drive units. The pressure switches on these Drive Units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash. Additionally, offloading passengers to transfer them to another bus can increase the risk of injury.","Nova will notify owners, and Allison Transmissions will replace the C1 and C2 pressure switches, free of charge. The recall began September 15, 2020. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4943." -08/05/2020,20V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V455000),Blue Bird Body Company,Steering Wheel Not Secured Properly,STEERING,R20AY-NSB,Vehicle,4,Blue Bird Body Company (Blue Bird) is recalling certain 2021 Vision and All American buses. The nut that secures the steering wheel to the steering shaft may not have been properly tightened.,"An improperly tightened steering wheel could detach, resulting in a loss of vehicle control, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect and tighten the steering wheel nut, as necessary, free of charge. The recall began August 26, 2020. Owner letters were mailed January 19, 2022. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AY-NSB." -08/05/2020,20V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V456000),Blue Bird Body Company,Steering Wheel Not Secured Properly,STEERING,R20AY-SB,Vehicle,293,Blue Bird Body Company (Blue Bird) is recalling certain 2021 Vision and All American school buses. The nut that secures the steering wheel to the steering shaft may not have been properly tightened.,"An improperly tightened steering wheel could detach, resulting in a loss of vehicle control, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect and tighten the steering wheel nut, as necessary, free of charge. The recall began August 26, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AY-SB." -08/04/2020,20V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V453000),"Daimler Vans USA, LLC",Possible Fuel Pump Leak,"FUEL SYSTEM, GASOLINE",VS3KRASTUF,Vehicle,46,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The affected Sprinter vehicles from platform 907 (VS30) might have an open port on the fuel delivery module (fuel pump).","An open port on the fuel pump module may result in fuel leaking onto the roadway, increasing the risk of a crash.","DVUSA will notify owners, and dealers will check for the additional nozzle on the fuel pump and install a closure onto the nozzle as needed, free of charge. The recall began September 18, 2020. Owners may contact DVUSA customer service at 1-800-367-6372. MBUSA's number for this recall is VS3KRASTUF." -08/04/2020,20V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V454000),Indian Motorcycle Company,Possible Reduction in Brake Performance,SERVICE BRAKES,I-18-07,Vehicle,2742,"Indian Motorcycle Company (Indian) is recalling certain 2019 Scout, Scout Sixty, and Scout Bobber motorcycles equipped with Anti-Lock Brake Systems (ABS). After the manufacturing process, air may remain trapped within the brake system, possibly reducing brake performance.",Reduced brake performance can increase the risk of a crash.,"Indian will notify owners, and dealers will perform a brake fluid bleed of the front and rear ABS to evacuate the air, free of charge. The recall began August 19,2020. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is 1-18-07. This recall is an expansion of NHTSA Recall number 19V-156." -08/03/2020,20V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V451000),"Triumph Motorcycles America, Ltd.",Reflex Reflector May Detach/FMVSS 108,EQUIPMENT,SRAN 582,Vehicle,603,"Triumph Motorcycles America, LTD (Triumph) is recalling certain Tiger 900, Rally, Rally Pro, GT, GT Low and GT Pro motorcycles. The rear reflex reflectors may detach. As such, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, reflective devices, and associated Equipment.""","Detachment of the rear reflector may reduce the visibility of the motorcycle to other drivers, increasing risk of crash.","Triumph will notify owners, and dealers will replace the rear reflex reflectors, free of charge. The recall began August 19, 2020. Owners may contact Triumph customer service at 1-800-232-3780. Triumph's number for this recall is SRAN 582." -08/03/2020,20V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V452000),"Bentley Motors, Inc.",Top View Rear Camera Holder Malfunction/FMVSS 111,BACK OVER PREVENTION,RE 20/21,Vehicle,102,"Bentley Motors, Inc. (Bentley) is recalling certain 2020 Flying Spur vehicles. Moisture can enter the Top View rear camera holder and result in a reduction in the clarity of the rear view camera image. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rearview Mirrors.""","A reduction in the quality of the rearview camera image can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","Bentley will notify owners, and dealers will modify the top view camera holder to improve the water draining ability, free of charge. The recall began September 29, 2020. Owner may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE 20/21." -07/31/2020,20E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E053000),Walmart,Jack Stand May Collapse Under Load,EQUIPMENT,NR (Not Reported),Equipment,13956,"Walmart is recalling certain individual Hyper Tough 2 Ton Jack Stands, model 2TJS, sold under part number 0085001232400. The jack stands may not be able to support the rated load without collapsing unexpectedly.",A sudden drop of the jack stand can increase the risk of injury to persons nearby or under the lifted vehicle.,"Walmart will notify owners, and provide a full refund. The recall began October 16, 2020. Owners may contact Walmart at 1-800-925-6278." -07/31/2020,20V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V450000),"Autocar, LLC",Parking Brake Valve Pump Improperly Assembled,PARKING BRAKE,ACX-2004,Vehicle,1086,"Autocar, LLC (Autocar) is recalling certain 2018-2021 Xpeditor trucks with a right-hand drive cab configuration equipped with a park brake valve (button) located to the right of the steering wheel. The parking brake synchronization valve plumbing may be improperly assembled, causing the parking brake to apply unexpectedly without warning.",Unexpected parking brake application can increase the risk of a crash.,"Autocar will notify owners, and dealers will correct the plumbing to allow the system to operate as designed. The recall began September 28, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3488. Autocar's number for this recall is ACX-2004." -07/31/2020,20V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V447000),Hyundai Motor America,Potential Loss of Steering Control,STEERING,004G,Vehicle,2,"Hyundai Motor America (Hyundai) is recalling certain 2020 Genesis G70 vehicles. A component within the Rack Mounted Motor Driven Power Steering (R-MDPS) Assembly may have been manufactured incorrectly, possibly resulting in the steering locking or becoming difficult while driving.",A loss of steering control can increase the risk of a crash.,"Hyundai dealers have replaced the R-MDPS Assemblies, free of charge, prior to the sale of the vehicles. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 004G." -07/31/2020,20V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V449000),"Mercedes-Benz USA, LLC",Seat Belt Warning System Not Operating Properly,ELECTRICAL SYSTEM,2020080015,Vehicle,56,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 C300, C300 Coupe, CLS450, E450 Coupe and S450, 2017-2019 E300, 2018 E400 Coupe, E400 Stationwagon, and 2018-2019 S560 vehicles that have previously had the instrument cluster replaced. The software in the replaced instrument cluster may cause the seat belt warning system to not operate properly, only displaying a solid warning light if either the driver or passenger seat belt is unfastened, instead of a blinking light with an audible tone.","Without the audible tone and blinking warning light to remind the front seat occupants that their seat belts are not buckled, they may forget to buckle their seat belt, increasing their risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began September 8, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020080015." -07/30/2020,20E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E052000),"ZF North America, Inc.",Air Bag Crash Sensors Damaged During Manufacturing,AIR BAGS,NR (Not Reported),Equipment,189883,"ZF North America, Inc. (ZF) is recalling certain Remote Accelerometer Sensors (RAS) installed in 2019 Chrysler Jeep Cherokee and 2018 Volkswagen Atlas vehicles. The air bag crash sensors may have been exposed to excessively high temperatures during manufacturing, resulting in damaged soldering connections within the sensors.","A damaged air bag crash sensor may cause a delayed air bag deployment in a frontal crash or a risk of a non-deployment in a low speed crash, increasing the risk of injury.","ZF has notified the vehicle manufacturers that purchased the affected parts. The vehicle manufacturers notified their owners, and dealers will replace the air bag crash sensor, free of charge. Chrysler vehicle owners may contact their customer service at 1-800-853-1403. Volkswagen vehicle owners may contact their customer service at 1-800-893-5298. Chrysler's number for this recall is V63. Volkswagen's number for this recall is 69AL." -07/30/2020,20V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V448000),Xtreme Outdoors,"Certification Label Incorrect/FMVSS 110, 567",TIRES,NR (Not Reported),Vehicle,145,"Xtreme Outdoors (Xtreme) is recalling certain 2020 Little Guy Mini Max Trailers. The curb weight, Gross Vehicle Weight Rating (GVWR) and Cargo Carrying Capacity (CCC) are understated on the certification label, affecting how well the trailer may be towed. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire selection and Rims"" and 49 CFR part 567, ""Certification.""","There is a risk that the trailer may exceed the towing capacity of the tow vehicle, increasing the risk of a vehicle crash.","Xtreme will notify owners, and dealers will send new certification labels for all trailers affected by this recall, free of charge. Unsold units that are outside Xtreme Outdoors control will also be issued new paperwork with the correct information. The recall began September 22, 2020. Owners may contact Xtreme customer service at 1-888-469-9688." -07/30/2020,20V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V446000),"General Motors, LLC",Roof Rail Air Bag May Not Deploy,AIR BAGS,N202305380,Vehicle,769,"General Motors, LLC. (GM) is recalling certain 2020 Buick Enclave, Cadillac XT5 and XT6, Chevrolet Blazer, Silverado 1500, 2500 and 3500 and Traverse and GMC Acadia and Sierra 1500, 2500 and 3500 vehicles. The diffuser component of the Roof-Rail Air Bag (RRAB) inflator may not have been properly crimped to the inflator and could separate from the inflator during air bag deployment.","If the diffuser separates from the inflator during deployment, RRAB performance may be degraded, increasing the risk of injury in a crash.","GM will notify owners, and dealers will replace the suspect RRAB modules, free of charge. The recall began September 3, 2020. Owners may contact Chevrolet customer service at 1-800-630-2438, Cadillac customer service at 1-800-333-4223, or Buick customer service at 1-800-521-7300. GM's number for this recall is N202305380." -07/29/2020,20V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V442000),REV Recreation Group,Battery Hold Down Improperly Secured,ELECTRICAL SYSTEM,200728REV,Vehicle,155,"REV Recreation Group (REV) is recalling certain 2019-2020 Fleetwood Pace Arrow motorhomes, models 33D, 36U, 35QS, 35S, 35RB and 35E. The auxiliary batteries, located inside the interior step compartment, were secured in place with a metal hold-down bracket secured with carriage bolts and standard nuts. This hardware may loosen and allow the metal hold-down bracket to shift or move and make contact with the battery terminals.","If the bracket contacts the battery terminal it may short circuit, increasing the risk of a fire.","REV will notify owners, and dealers will install replacement battery hold-down mounting hardware, free of charge. The recall began September 17, 2020. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 200728REV." -07/29/2020,20V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V441000),Winnebago Towable,Emergency Exit Window Not Installed,STRUCTURE,NR (Not Reported),Vehicle,267,Winnebago Towable (Winnebago) is recalling certain 2019-2020 Micro Minnie 5 travel trailers. An emergency exit window was not installed in the bedroom.,"If occupants do not have access to the entry door, there is no alternate means of escape provided which may result in serious injury or death.","Winnebago will notify owners, and dealers will replace the right side bedroom window with an escape window, free of charge. The recall began August 17, 2020. Owners may contact Winnebago customer service at 1-574-825-5280 extension 5220." -07/29/2020,20V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V444000),Thor Motor Coach,Front Seat Wiring Harnesses Routed Incorrectly,AIR BAGS,RC000200,Vehicle,463,"Thor Motor Coach (Thor) is recalling certain 2020-2021 Daybreak, Four Winds, Quantum, Delano, Tiburon, Chateau and Freedom Elite motorhomes and 2020 Gemini, Chateau Citation, Compass, Siesta, and Synergy motorhomes built on Sprinter Van chassis (platform 970 (VS30), equipped with swivel seats. The wiring harnesses for the front seats may have been routed incorrectly and could become jammed and damaged in the swivel seat frames.","If the wiring harness is damaged, the side air bag within the seat may deploy inadvertently or not deploy as designed in the event of a crash, increasing the risk of injury to vehicle occupants.","Thor will notify owners, and Mercedes-Benz dealers will inspect the wire harness routing for both front seats and will repair the wiring and add clips or cable ties as needed, free of charge. This recall began August 13, 2020. Owners may contact Thor customer service at 1-877-855-2867 Mercedes-Benz customer service at 1-877-762-8267. Thor's number for this recall is RC000200." -07/29/2020,20V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V443000),"BMW of North America, LLC",Rearview Camera Software Not Installed/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,5,"BMW of North America, LLC (BMW) is recalling certain 2020 X3 sDrive40i, X3 xDrive40i and X3M40i vehicles. These vehicles were not programmed with rearview camera software during assembly, therefore, when the transmission is shifted to reverse, a rearview image is not displayed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rearview Mirrors.""",An inoperative rearview camera display can increase the risk of a crash when reversing.,"BMW will notify owners, and dealers will program the affected vehicles with rearview camera software, free of charge. The recall began August 14, 2020. All vehicles have been remedied as of November 9, 2020. Owners may contact BMW customer service at 1-800-525-7417." -07/28/2020,20V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V435000),"Daimler Trucks North America, LLC",Adjustable Brake Pedal Arm May Rotate,SERVICE BRAKES,FL-857,Vehicle,1713,"Daimler Trucks North America, LLC. (DTNA) is recalling certain 2021 Saf-T-Liner C2 School Buses. The adjustable brake pedal arm may rotate from its original location due to an incorrect fit between the pedal adjustment tube and the upper brake arm casting.",A brake pedal that rotates out of position increases the risk of a crash.,"DTNA will notify owners, and dealers will install a new brake pedal assembly, free of charge. DTNA issued owners an interim notification on September 22, 2020. The recall began February 17, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-857." -07/28/2020,20V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V440000),Honda (American Honda Motor Co.),Delayed or Inoperative Rearview Camera/FMVSS 111,BACK OVER PREVENTION,Y7Y,Vehicle,499344,"Honda (American Honda Motor Co.) is recalling certain 2019-2021 Pilot, 2019-2020 Odyssey and 2019-2020 Passport vehicles. Incorrect central network software programming may cause several errors to occur that can delay or prevent the rearview camera image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","A delayed or inoperative rearview camera display can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","Honda will notify owners that updated software is available. Owners have the option to either follow the mailed instructions to download and update the software for free, or visit a dealer to have the software update performed, free of charge. The recall began September 23, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is Y7Y." -07/28/2020,20V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V438000),Honda (American Honda Motor Co.),Distorted or Inoperative Rearview Camera/FMVSS 111,BACK OVER PREVENTION,W83,Vehicle,212070,"American Honda Motor Co. (Honda) is recalling certain 2019-2020 Odyssey vehicles. Water may get into the rearview camera mounting holes and enter the camera lens and cause a distorted image, or no image at all. Additionally, if the rearview camera view mode is set to top-down view, or switched from that view to another mode in a bright environment, the image may not display. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rearview Mirrors.""","A distorted or inoperative rearview camera display can reduce the driver's view of what is behind the vehicle, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the rearview camera, free of charge. The recall began September 23, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is W83." -07/28/2020,20V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V436000),Kia Motors America,Inoperative Trailer Brake Lights/FMVSS 108,ELECTRICAL SYSTEM,SC194,Vehicle,86921,"Kia Motors America (Kia) is recalling certain 2020 Telluride vehicles equipped with Smart Cruise Control (SCC). When a trailer is connected to the vehicle, the trailer brake lights will not illuminate when the SCC applies the brakes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Inoperative trailer brake lights can fail to warn other drivers that the vehicle is slowing, increasing the risk of a crash.","Kia will notify owners, and dealers will install an additional wire harness to the main fuse box to signal the trailer brake lights, free of charge. The recall began September 10, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC194." -07/28/2020,20V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V439000),Honda (American Honda Motor Co.),Instrument Panel Software Incorrect/FMVSS 101/111,BACK OVER PREVENTION,T89,Vehicle,607786,"Honda (American Honda Motor Co.) is recalling certain 2018-2020 Odyssey, 2019-2020 Passport, and 2019-2021 Pilot vehicles. Incorrect instrument panel control module software can cause the instrument panel to not display critical information, such as engine oil pressure, speedometer, and gear selector position until the next ignition cycle. Additionally, it can prevent the rearview camera image from displaying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 101, ""Control and Displays"" and 111, ""Rearview Mirrors.""",Operating a vehicle without a functioning instrument panel or rearview camera display increases the risk of a crash.,"Honda will notify owners, and dealers will reprogram the instrument panel control module software, free of charge. The recall began September 23, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is T89." -07/28/2020,20V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V434000),"BMW of North America, LLC",Loose Steering Column Shaft Bearing Plate,STEERING,NR (Not Reported),Vehicle,7,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 X5 sDrive40i, X5 xDrive40i and X5 xDrive50i vehicles and 2020 X6M vehicles. The steering column shaft bearing plate may not have been properly attached to the vehicle, allowing it to loosen.","A loose bearing plate can affect the vehicle's handling and control, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the steering column shaft bearing plate and properly attach or replace it, as necessary, free of charge. BMW telephoned owners and all of the vehicles have been remedied. No owner notification letter is necessary. Please contact BMW customer service at 1-800-525-7417." -07/28/2020,20V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V437000),Honda (American Honda Motor Co.),Power Sliding Doors May Open While Moving,LATCHES/LOCKS/LINKAGES,A88,Vehicle,324196,"Honda (America Honda Motor Co.) is recalling certain 2018-2020 Odyssey vehicles. Water may enter the outer door handle cables for the sliding doors. If this occurs, the outer door handle cables may freeze in cold temperatures, preventing the front and rear sliding door latches from securely latching.","A power sliding door that fails to latch may open while moving, increasing the risk of injury.","Honda will notify owners, and dealers will replace the power sliding door outer handle cables, free of charge. The recall began September 23, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is A88." -07/28/2020,20E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E051000),"Meritor, Inc.",Power Steering Hydraulic Hose May Fail,STEERING,NR (Not Reported),Equipment,32,"Meritor, Inc. (Meritor) is recalling certain P220 and P579 Pressure Assemblies, part numbers 106533 and 107801. The power steering hydraulic hose was assembled with an incorrect fitting, which may cause the hose to fail and result in a loss of power steering assist.","Loss of power steering assist would require a greater steering effort, especially at lower speeds, which may increase the risk of a crash.","Meritor will notify the purchasers, and will inspect and replace the power steering hydraulic hose, free of charge. The recall began August 18, 2020. Owners may contact Meritor customer service at 1-866-668-7221." -07/28/2020,20V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V432000),High Altitude Trailer Co LLC,Rear Swing Arm Spare Tire Carrier Bracket May Fail,STRUCTURE,2020G27,Vehicle,6,"High Altitude Trailer Co, LLC (HATC) is recalling certain 2019-2020 XT50 trailers retrofitted with a black rear swing arm spare tire carrier. The weld on the retrofitted rear swing arm bracket may fail causing the rear swing arm, spare tire, and any other attached items to break away from the trailer frame.","If the rear swing arm spare tire carrier bracket weld fails, the spare tire may separate from the vehicle, increasing the risk of a crash.","HATC has notified owners, and dealers will add reinforcing welds along the top seam of the swing arm bracket and trailer frame, free of charge. For customers not in the immediate region, the manufacturer will coordinate with a local welding repair shop to add the welds and reimburse the shop directly. The recall began July 28, 2020. Owners may contact HATC customer service at 1-720-391-6685. HATC's number for this recall is 2020G27." -07/28/2020,20V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V433000),"Tiffin Motorhomes, Inc.",Wiper Control Module may be Wired Improperly,VISIBILITY/WIPER,NR (Not Reported),Vehicle,643,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2019-2020 Tiffin Bus and 2018-2020 Zephyr motorhomes. The windshield wipers may not work due to the control module being improperly wired.","The wipers may stop working during inclement weather, causing limited visibility, increasing the risk of a crash.","Tiffin will notify owners, and dealers will inspect the control module, correcting the wiring as needed, free of charge. The recall began August 13, 2020. Owners may contact Tiffin customer service at 1-256-356-8661." -07/27/2020,20V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V427000),"Daimler Vans USA, LLC",Chassis Missing Additional Stabilization/FMVSS 126,SUSPENSION,VS3FAHRBA,Vehicle,4,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes Benz Sprinter vehicles. The chassis may be missing the additional stabilization required for its cargo capacity. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""","If the vehicle is operated without the additional stabilization, vehicle handling could be affected, increasing the risk of a crash.","DVUSA will notify owners, and dealers will upgrade the chassis by replacing the stabilizer bar on the front axle and replacing shock absorbers and installing a stabilizer bar on the rear axle, free of charge. DVUSA issued owners an interim notification on September 18, 2020. The recall began October 1, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3FAHRBA." -07/27/2020,20V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V426000),"Daimler Vans USA, LLC",Incorrect Rear Leaf Spring Shims/FMVSS 126,SUSPENSION,VS3LEFSPRI,Vehicle,26,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The incorrect leaf spring shims may have been installed between the rear axle and the leaf springs possibly affecting the vehicle's handling. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 126, ""Electronic Stability Control Systems.""","The incorrect leaf spring shims may negatively affect vehicle handling, increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the leaf spring shims on both sides, renew the spring brackets, check the rubber buffers for wear, renewing them if necessary, and adjust the headlamps, free of charge. The manufacturer has not yet provided a schedule for recall notification. DVUSA issued owners an interim notification on September 18, 2020. The recall began October 1, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3LEFSPRI." -07/24/2020,20V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V430000),"Mercedes-Benz USA, LLC",Driver's Seat Fastener Bolt May Fail,SEATS,2020080010,Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2020 GLE 350 vehicle. One of four bolts securing the driver's seat may not have been installed correctly and may fail.","If a driver's seat fastener bolt fails, the seat may not be properly secured, increasing the risk of injury in a crash.","MBUSA will notify the owner, and a dealer will inspect the driver's seat fastening bolts, tightening them as necessary, free of charge. The recall began August 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020080010." -07/24/2020,20V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V428000),Keystone RV Company,Generator Transfer Switch may be Improperly Wired,ELECTRICAL SYSTEM,20-382,Vehicle,594,"Keystone RV Company (Keystone) is recalling certain 2020-2021 Keystone Fuzion (models 357, 369, 373, 379, 419, 424, 427, 429 and 430) and Impact (models 26V, 28V, 29V, 311, 317, 330, 343, 359, 367 and 415) toy hauler travel trailers. The generator transfer switch may be incorrectly wired with the transfer switch ""Line"" wiring (shore cord) and ""Load"" wiring (power center wiring) reversed, allowing the generator power to energize the shore power connection.",A generator that is able to energize the shore power connection may increase the risk of injury.,"Keystone will notify owners, and dealers will run the generator to check for the proper power output, correcting the wiring as necessary, free of charge. The recall began August 27, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-382. Note: If there is no power inside the unit while the generator is running, owners are instructed to discontinue using the generator until the recall remedy is performed." -07/24/2020,20V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V431000),Great Dane Trailers,Lift Gate License Plate Light Alignment/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,23,"Great Dane Trailers (Great Dane) is recalling certain Truck Bodies equipped with Maxon GPTLR and GPTWR Lift Gates with License Plate Bracket Light number 908120-01. If installed, the license plate light may aim rearward and not towards the license plate. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",A license plate light aimed toward other drivers may increase the risk of a crash.,"Great Dane will notify owners, and the dealers will provide a corrective License Plate Kit with Light, as necessary, free of charge. The recall began January 11, 2021. Great Dane customer service may be contacted at 1-877-369-3493." -07/24/2020,20V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V429000),PACCAR Incorporated,Power Steering Assist Cylinder Bracket May Break,STEERING,20PBD,Vehicle,239,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Peterbilt 520 vehicles. Incorrect bolts may have been used to secure the steering assist cylinder bracket, possibly allowing the bolts to loosen.","Loose bolts may cause the bracket to flex or break, potentially damaging adjacent components or locking up the steering, increasing the risk of crash.","PACCAR will notify owners, and dealers will install hardware with thread adhesive and replace any components damaged by the improperly secured steer assist bracket, free of charge. The recall began August 17, 2020. Owners may contact PACCAR customer service at 1-425-828-5888. PACCAR's number for this recall is 20PBD." -07/24/2020,20E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E050000),"Kiel N.A., L.L.C",Seat Belt ALR Mode Non-Functional/FMVSS 209,SEAT BELTS,NR (Not Reported),Equipment,1492,"Kiel N.A. LLC., (Kiel) is recalling certain Avance coach seats, part numbers 2025 and 2050. The automatic locking retractor (ALR) mode of the seat belts supplied with these seats cannot be activated. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies"".",A seat belt that doesn't function properly can increase the risk of injury in the event of a crash.,"Kiel will notify the coach bus manufacturers that purchased the seat belts, and dealers for those manufacturers will replace the affected belts, free of charge. The manufacturer has not yet provided a schedule for recall notification. Owners may contact Kiel customer service at 1-574-293-3600." -07/22/2020,20V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V423000),Thor Motor Coach,Converter Breaker May Cause Fire,ELECTRICAL SYSTEM,RC000199,Vehicle,934,"Thor Motor Coach (TMC) is recalling certain 2019-2021 Freedom Elite, and 2021 Four Winds motorhomes. A 100amp converter breaker was incorrectly installed at the battery tray when a 70amp breaker is required, possibly resulting in the wiring connected to the breaker overheating.",Overheated wires can increase the risk of a fire.,"TMC will notify owners, and dealers will replace the converter breaker with one of the correct amperage if needed, free of charge. This recall began September 18, 2020. Owners may contact TMC customer service at 1-855-2867. TMC's number for this recall is RC000199." -07/22/2020,20V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V424000),Thor Motor Coach,"Dinette Seat Belts too Short/FMVSS 208, 209",SEAT BELTS,RC000198,Vehicle,49,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Sequence and Tellaro motorhomes. The dinette booth seat belts may be too short preventing them from being usable by some occupants. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 208, ""Occupant Crash Protection"" and 209, ""Seat Belt Assemblies.""",Inability to use the seat belt may increase the risk of injury in the event of a crash.,"TMC will notify owners, and dealers will replace the 18-inch seat belt tether with a 24-inch tether on both sides of the dinette booth, free of charge. This recall began September 16, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000198." -07/22/2020,20V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V425000),"Tropos Technologies, Inc.",Inadequate Back Camera View/FMVSS 111,BACK OVER PREVENTION,TRO-20-01,Vehicle,66,"Tropos Technologies, Inc. (Tropos) is recalling certain 2019-2020 Able low-speed vehicles. The back-up camera may not provide a sufficient view angle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 111, ""Rear Visibility.""",The reduced view angle of the back-up camera display increases the�risk of a crash or back-over incident.,"Tropos will notify owners, and dealers will replace the camera, free of any charge. The recall began July 24, 2020. Owners may contact Tropos customer service at 1-408-571-6104. Tropos' number for this recall is TRO-20-01." -07/22/2020,20V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V422000),Kia Motors America,Potential Loss of Steering Control,STEERING,SC193,Vehicle,104,"Kia Motors America (Kia) is recalling certain 2020 Stinger vehicles equipped with a 2.0L Turbo-GDI engine. A component within the Rack Mounted Motor Driven Power Steering (MDPS) Assembly may have been manufactured incorrectly, possibly resulting in the steering locking or becoming difficult while driving.",A loss of steering control can increase the risk of a crash.,"Kia will notify owners, and dealers will replace the MDPS Assembly, free of charge. The recall began August 28, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC193." -07/21/2020,20V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V421000),Newmar Corporation,Damaged Circuit Board May Affect Lighting Function,ELECTRICAL SYSTEM,20V-404,Vehicle,3202,"Newmar Corporaton (Newmar) is recalling certain 2016-2019 Ventana LE, 2017-2020 Ventana, London Aire, Essex and Dutch Star, 2017-2019 Mountain Aire, 2018-2020 New Aire, and 2020 Kountry Star motorhomes that received the 'inspection-only' remedy from recall 19V-426. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Non-functioning exterior marker lights can increase the risk of a crash.,"Newmar will notify owners, and Daimler Trucks North America dealers will replace the PDM, free of charge. This recall began September 11, 2020. Owners may contact Newmar's customer service at 1-800-731-8300. Newmar's number for this recall is 20V-404." -07/20/2020,20V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V418000),Thor Motor Coach,Damaged Circuit Board May Affect Lighting Function,ELECTRICAL SYSTEM,RC000196,Vehicle,2417,"Thor Motor Coach (TMC) is recalling certain 2017-2020 Aria, Venetian and Tuscany, 2017 Tuscany XTE and 2017-2019 Palazzo motorhomes vehicles that received an inspection-only remedy for recall 18V-763. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Non-functioning exterior marker lights can increase the risk of a crash.,"TMC will notify owners, and Daimler Trucks dealers will replace the PDM, free of charge. Owner letters were mailed October 6, 2021. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000196." -07/20/2020,20V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V417000),"Autocar, LLC",Frame Cross Member Mounting Bracket May Fail,STRUCTURE,ACX-2003,Vehicle,82,"Autocar, LLC. (Autocar) is recalling certain 2014-2018 Xpeditor vehicles manufactured with a single cross-member behind the engine and equipped with a front engine power take off (FEPTO). The mounting brackets of the first cross member behind the engine may fail prematurely due to strain caused by improper spacing between the cross members, causing the supportive cross member to become loose and detach from the frame rails.","If the cross member fails, the components that it supports may come loose from the vehicle, increasing the risk of crash.","Autocar will notify owners, and dealers will replace any damaged components as well as install additional support brackets and an additional cross member, free of charge. Autocar issued owners an interim notification on September 18, 2020. Owners may contact Autocar's customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2003. Note: These vehicles were separated out of the previous Autocar recall (19V-456) due to their unique configuration." -07/20/2020,20V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V419000),Thor Motor Coach,Loose Battery Cables May Cause Fire,ELECTRICAL SYSTEM,RC000197,Vehicle,63,"Thor Motor Coach (TMC) is recalling certain 2021 Daybreak, Four Winds, Quantum, Chateau, and Freedom Elite motorhomes built on the 2020 Ford E-Series chassis. The battery cable may not have been properly secured within the chassis rail, which can cause it to contact the exhaust manifold and heat shield.",Battery cable contact with the exhaust manifold and heat shield can increase the risk of a fire.,"TMC will notify owners, and dealers will inspect the routing of the battery cable. If needed the cable will be re-routed and properly secured, free of charge. This recall began September 11, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000197." -07/20/2020,20V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V420000),"Altec Industries, Inc.",Uncontrolled Boom Movement,EQUIPMENT,MAB 770,Vehicle,141,"Altec Industries, Inc. (Altec) is recalling certain 1995-1998 Altec A0442 aerial devices. The boom lift hydraulic cylinder end gland may fail causing uncontrolled boom movement.",Uncontrolled movement of the boom can increase the risk of injury.,"Altec will notify owners, and instruct them to inspect the boom lift cylinders for an externally threaded head gland design. The customer will be instructed whether the unit can be used with restricted lower and/or upper boom articulation until the cylinder(s) are repaired or replaced, free of charge. The recall began September 14, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 770." -07/17/2020,20V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V416000),"Mercedes-Benz USA, LLC",A/C Drain may Result in Water in Passenger Cabin,ELECTRICAL SYSTEM,2020070013,Vehicle,3615,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 A220 vehicles. The air conditioning condensation drain hose may not be installed properly. This may allow water to enter the driver and passenger foot wells and the center tunnel area, potentially damaging certain electrical components.","Water entering electrical components, can result in malfunctions of the supplemental restraint system (SRS), failure to start, activation of the limp-home mode while driving, and an impairment of other features, increasing the risk of injury or crash.","MBUSA will notify owners, and dealers will inspect the air conditioning drain hose installation, correcting it if necessary, free of charge. The recall began August 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070013." -07/17/2020,20V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V414000),Ford Motor Company,Damaged Wiring May Cause Air Bag Malfunction,AIR BAGS,20S37,Vehicle,19299,"Ford Motor Company, Inc. (Ford) is recalling certain 2016-2018 Lincoln MKX and 2019-2020 Nautilus vehicles equipped with 16-way electric tilt seats. The seat cushion frame edge may contact the wire harness when the seat occupant uses the tilt function of the seat, potentially damaging one or more wires within the harness, which can result in either inadvertent deployment of the air bag or nondeployment of the air bag in the event of a crash.",An air bag that deploys inadvertently increases the risk of a crash. An air bag that does not deploy in the event of a crash increases the risk of injury.,"Ford will notify owners, and dealers will install protective flocking tape onto the exposed edge of the 16-way seat cushion frames, and inspect the wire harness for damage, and repair or replace it as needed, free of charge. This recall began August 12, 2020. Owners may contact Ford/Lincoln customer service at 1-866-436-7332. Ford's number for this recall is 20S37." -07/17/2020,20E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E049000),"Allison Transmission, Inc.",Loss of Drive from Fractured Pressure Switch,POWER TRAIN,NR (Not Reported),Equipment,262,"Allison Transmission, Inc. (ATI) is recalling certain Drive Units: H 50 EP (part numbers 29540673 and 29540900), H 40 EP (part numbers 29540697 and 29549708), H 50 EP Cert (part numbers 29556925 and 29556926), and H 40 EP Cert Drive (part numbers 29557038 and 29557036). The pressure switches on these Drive Units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash.","ATI will notify the manufacturers that purchased the affected equipment, and ATI dealers will replace the C1 and C2 pressure switches in the affected drive units free of charge. The recall began August 10, 2020. Owners may contact ATI customer service at 1-317-242-5000." -07/17/2020,20V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V413000),Ford Motor Company,Missing Heat Protection Components,STRUCTURE,20S36,Vehicle,1229,"Ford Motor Company (Ford) is recalling certain 2021 F-650 and F-750 trucks equipped with 7.3L gasoline engines. The underbody heat shield and other heat-protection components were not installed during assembly. Without these components, the interior cabin floor and seat attachments may reach elevated temperatures in certain driving conditions.",Skin contact with certain areas of the cabin interior floor or seat attachments in these high temperature conditions may cause injury.,"Ford will notify owners, and dealers will install the missing underbody heat shield, thermal insulator patch, seat base covers, and seat bolt covers, free of charge. The recall began September 28, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S36." -07/17/2020,20V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V412000),"Nissan North America, Inc.",No Back-Up Camera Display Image/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,6157,"Nissan North America, Inc. (Nissan) is recalling certain 2020 LEAF electric vehicles. Under certain circumstances, the images for the back-up camera can disappear while in reverse. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""",The lack of an image in the back-up camera display increases the risk of a crash.,"Nissan will notify owners, and dealers will update the back-up camera software, free of charge. This recall began August 31, 2020. Owners may contact Nissan customer service at 1-800-867-7669." -07/17/2020,20V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V415000),Ford Motor Company,Side Curtain Air Bags May Not Properly Inflate,AIR BAGS,20S35,Vehicle,68,Ford Motor Company (Ford) is recalling certain 2020 Escape and Transit vehicles. The affected vehicles may have an improperly crimped diffuser in the side curtain air bags which may result in the diffuser detaching from the inflator in the event of an air bag deployment.,"In the event of a crash, if the diffuser detaches from the inflator during air bag deployment, the curtain air bag may not inflate properly, increasing the risk of injury.","Ford will notify owners, and dealers will replace the side curtain air bag modules, free of charge. An interim letter notifying owners of the safety risk was mailed August 3, 2020. The recall began January 11, 2021. Owners may contact Ford's customer service at 1-866-436-7332. Ford's number for this recall is 20S35." -07/15/2020,20V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V407000),Blue Bird Body Company,Missing Seat Belt Anchorage Washers/ FMVSS 210,SEAT BELTS,R20AX-NSB,Vehicle,149,"Blue Bird Body Company (Blue Bird) is recalling certain 2019-2021 Vision and All-American transit buses. The three-point seatbelt assembly may have been installed without reinforcing washers under the floor at the anchorage point, possibly preventing the assembly from remaining anchored in the event of a crash. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, seat belt anchorages that do not remain secured increase the risk of injury to those seat occupants.","Blue Bird will notify owners, and dealers will inspect the seat belt anchorage point hardware and install any missing hardware as needed, free of charge. The recall began August 11, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AX-NSB." -07/15/2020,20V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V409000),Blue Bird Body Company,Missing Seat Belt Anchorage Washers/ FMVSS 210,SEAT BELTS,R20AX,Vehicle,3532,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2021 All-American and 2019-2021 Vision school buses. The three-point seatbelt assembly may have been installed without reinforcing washers under the floor at the anchorage point, possibly preventing the assembly from remaining anchored in the event of a crash. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, seat belt anchorages that do not remain secured increase the risk of injury to those seat occupants.","Blue Bird will notify owners, and dealers will inspect the seat belt anchorage point hardware and install any missing hardware as needed, free of charge. This recall began August 11, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AX." -07/15/2020,20V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V410000),Toyota Motor Engineering & Manufacturing,Turn Signals are not Bright Enough/FMVSS 108,ELECTRICAL SYSTEM,20TB12/20TA12,Vehicle,183397,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2020 Toyota Tundra vehicles equipped with LED headlight assemblies. Due to a wiring error, the front turn signals may not flash brightly enough. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the turn signals or hazard lamps do not flash brightly enough, other drivers may fail to see that the turn signal or hazard lamp functions have been activated, increasing the risk of a crash.","Toyota will notify owners, and dealers will modify the wire harness connected to the front turn signal bulbs free of charge. The recall began August 17, 2020. Owners may contact Toyota customer service at 1-800-270-9371. Toyota's number for this recall is 20TB12/20TA12." -07/14/2020,20V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V404000),"Daimler Trucks North America, LLC",Damaged Circuit Board May Affect Lighting Function,ELECTRICAL SYSTEM,FL-856,Vehicle,16776,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018 Freightliner Custom Chassis Corporation (FCCC) XBP, 2016-2019 XCM, 2017-2020 XCS, 2018-2019 XBR, 2017-2019 XBS, 2016-2019 XCL, 2017-2020 XCP and 2016-2020 XCR recreation vehicle chassis that received the 'inspection-only' remedy from recall 18V-582. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Non-functioning exterior marker lights can increase the risk of a crash.,"DTNA will notify owners, and dealers will replace the PDM, free of charge. DTNA issued owners an interim notification September 4, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-856." -07/14/2020,20V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V406000),Daimler Coaches North America,ESC Switch can Be Disabled/ FMVSS 136,ELECTRONIC STABILITY CONTROL,43.54U20107A,Vehicle,64,"Daimler Coaches North America (DCNA) is recalling certain 2018-2019 Setra S407 and 2019-2020 Setra S417TC motorcoaches. These vehicles are equipped with a driver-selected Electronic Stability Control (ESC) ""OFF"" switch for disabling the traction control portion of ESC, allowing it to remain disabled at speeds above 20 km/h. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 136, ""Electronic Stability Control.""","If the vehicle is operated above 20 km/h while the Electronic Stability Control system is disabled, there is a greater chance of loss of stability control, increasing the risk of a crash.","DCNA will notify owners, and dealers will replace the ""ESC OFF"" switch with a new ""TC-Off"" button, install an indicator light on the dashboard to indicate when the traction control is deactivated, and perform a software to prevent the ESC system from being disabled, update free of charge. This recall began September 7, 2020. Owners may contact DCNA customer service at 1-800-206-9728. DCNA's number for this recall is 43.54U20107A." -07/14/2020,20V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V405000),"Jayco, Inc.",Leveling System Mounting Bracket May Fail,EQUIPMENT,9903515,Vehicle,3629,"Jayco, Inc. (Jayco) is recalling certain 2016-2018 Greyhawk and Redhawk and 2018 Envoy 100 and 200 Series motorhomes. The mounting bracket for the leveling system hydraulic pump may fail and allow the pump or the fluid reservoir to contact the ground.","If the mounting bracket fails and allows the pump and reservoir to contact the ground and possibly detach or leak hydraulic fluids, increasing the risk of a crash.","Jayco will notify owners and dealers will add a support bracket to reinforce the existing support bracket, free of charge. The recall began December 8, 2020. Owners may contact Jayco's customer service at 1-800-517-9137. Jayco's number for this recall is 9903515." -07/13/2020,20V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V402000),"Gulf Stream Coach, Inc.",Axle May Contact Black Water Holding Tank,SUSPENSION,NR (Not Reported),Vehicle,22,"Gulf Stream Coach, Inc. (Gulfstream) is recalling certain 2020-2021 Super-Lite 19RD Travel Trailers. When the black water holding tank is full, the clearance between the axle and the black water holding tank may be insufficient.","Axle contact with the black water holding tank may result in a hole, spilling the tank contents on the road way, increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will replace the axle with a drop axle to allow more clearance between the top of the axle tube and the black water holding tank. The recall began August 5, 2020. Owners may contact Gulf Stream customer service at 1-800-289-8787." -07/13/2020,20V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V403000),"Mitsubishi Motors North America, Inc.",Inoperative Right Rear Seat Belt Buckle,SEAT BELTS,SR-20-004,Vehicle,177000,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2014-2019 Outlander and 2018-2019 Outlander PHEV vehicles. The second-row center seat belt buckle may interfere with the right-side seat belt buckle when the seat backs are folded down. The interference may cause the right-side seat belt buckle cover to come off, making the buckle latch inoperable and unable to restrain an occupant.",An unrestrained occupant has an increased risk of injury in the event of a crash.,"MMNA will notify owners, and dealers will modify the second-row center seat belt buckle cover, install a new warning label to the second-row seat support base, and provide a new warning label insert for the owner's manual, free of charge. The recall began September 1, 2020. Owners may contact MMNA customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-20-004." -07/13/2020,20E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E048000),Curt Manufacturing LLC,Towbar Axial Pivot Pin May Loosen or Fail,TRAILER HITCHES,NR (Not Reported),Equipment,665,"Curt Manufacturing LLC. (Curt Manufacturing) is recalling certain Rambler RV Towbars, part number 70001. The axial pivot pin on the towbar may loosen or fail.","If the axial pivot pin loosens or fails, it may result in separation of the hitch and activation of secondary safety features, increasing the risk of a crash.","Curt Manufacturing will notify owners, and dealers will replace the towbar, free of charge. This recall began August 14, 2020. Owners may contact Curt Manufacturing customer service at 1-800-798-0813." -07/10/2020,20V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V400000),"Forest River, Inc.",Generator Prep May Be Incorrectly Wired,ELECTRICAL SYSTEM,70-1194,Vehicle,62,"Forest River Inc. (Forest River) is recalling certain 2021 Riverstone trailers, models RSF37MRE, RSF381FB, RSF383MB, SF383MB-W, RSF39FK, RSF38FKTH, RSF39FKTH-W, RSF39FK-W, RSF39RBFL, RSF39KFB and RSF39RKFB-W, equipped with an optional generator prep package. Incorrect transfer switch wiring may allow a voltage back feed to the power cord when plugged into shore power.",A back feed to the power cord may increase the risk of property damage and/or personal injury.,"Forest River will notify owners, dealers will correct the wiring to the generator, free of charge. The recall began July 28, 2020. Owners may contact Forest River Customer Service at 1-260-593-2425. Forest River's number for this recall is 70-1194." -07/10/2020,20V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V401000),"Altec Industries, Inc.",Oil Leak from PTO May Cause Fire,ENGINE AND ENGINE COOLING,CSN 767,Vehicle,2550,"Altec Industries, Inc. (Altec) is recalling certain 2017-2020 AT200A, AT235, AT37-G, AT40-G, AT41/48M Aerial Devices mounted on a Ford F-350, F-450 or F-550 chassis equipped with a gas engine and Chelsea 249 Power Take-Off (PTO). The PTO may leak oil onto the exhaust heat shield thermal blanket.",Oil absorbed by the exhaust heat shield thermal blanket has an increased risk of a fire from being exposed to hot engine components.,"Altec will notify owners, and dealers will inspect and replace the heat shield with a redesigned version, as well as install plumbing to relocate a pressure switch and install hoses with improved routing to increase their distance from heat sources, free of charge. The recall began September 8, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 767." -07/08/2020,20V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V399000),Kia Motors America,Alternator Terminal Nut May Loosen,ELECTRICAL SYSTEM,SC192,Vehicle,5385,"Kia Motors America (KIA) is recalling certain 2020 Sedona vehicles. The battery positive (B+) terminal nut on the alternator may not have been tightened properly during assembly, possibly causing it to loosen over time.","If the alternator B+ terminal nut loosens, electrical arcing may result, increasing the risk of a fire.","Kia will notify owners, and dealers will inspect the alternator B+ terminal nut, tightening it as necessary, free of charge. The recall began August 14, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC192." -07/08/2020,20E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E047000),"Tap Worldwide, LLC",Lift Kits May Be Installed with Wrong Size Tires,SUSPENSION,NR (Not Reported),Equipment,47,"TAP Worldwide, LLC (TAP) is recalling certain Rubicon Express 4.5"" and 5.5"" Super-Flex suspension lift kits, part numbers JT7147, Universal lift kit JT7099, Arm lift kit JT7102, and W/GCB lift kit JT7145 sold for installation on 2020-2021 Jeep Gladiator vehicles. The fitment guide for the lift kits may have inaccurately stated that 40"" tires are compatible with the kit, however, installation of 40"" tires can affect vehicle stability in certain emergency maneuvering situations.","Reduced vehicle stability from installing 40"" tires can increase the risk of a crash during certain emergency maneuvering situations.","TAP will notify owners, and will replace the fitment guide and if necessary, will replace 40"" tires with tires of an appropriate size, free of charge. The recall began September 2, 2020. Owners may contact TAP customer service at 1-888-376-1417." -07/07/2020,20V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V398000),Keystone RV Company,Antenna Wing May Separate From Mounting Base,EQUIPMENT,20-381,Vehicle,8313,"Keystone RV Company (Keystone) is recalling certain 2019-2020 Keystone Carbon, Cougar, Fuzion, Impact and Raptor fifth-wheel trailers equipped with a Furrion over the air (OTA) wing-style television antenna. The antenna may separate from the mounting base during transit, becoming a road hazard.","If the antenna detaches from the trailer while moving it may become a road hazard, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the Furrion wing-style antenna with a Winegard dome-style antenna, free of charge. The recall began August 27, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-381." -07/07/2020,20V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V396000),"Chrysler (FCA US, LLC)",Brand Emblem and Securing Nuts May be Projectiles,AIR BAGS,W09,Vehicle,925239,Chrysler (FCA US LLC) is recalling certain 2008-2010 Chrysler Town and Country and Dodge Grand Caravan and 2007-2011 Dodge Nitro vehicles. These vehicles may have a loose or missing brand emblem in the center of the steering wheel. The loose emblem or the securing nuts for the emblem within the driver air bag module may become projectiles in the event of a driver air bag deployment.,Projectiles as a result of driver air bag deployment in the event of a crash can increase the risk of injury.,"Chrysler will notify owners, and dealers will replace the driver's air bag cover with a redesigned cover, free of charge. The recall began February 11, 2021. Owners may contact FCA US LLC customer service at 1-800-853-1403. Chrysler's number for this recall is W09." -07/07/2020,20V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V397000),"Volkswagen Group of America, Inc.",Engine Compartment Seal May Detach,STRUCTURE,51G6,Vehicle,12964,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2018 Audi S8 and A8 vehicles. The seal around the engine compartment may come loose and contact hot engine components.","If the seal contacts hot engine components, there could be an increased risk of a fire.","Audi will notify owners, and dealers will install a retaining plate to prevent the engine compartment seal from loosening. The recall began September 4, 2020. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 51G6." -07/07/2020,20E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E046000),Harbor Freight Tools,Jack Stand May Collapse Under Load,EQUIPMENT,NR (Not Reported),Equipment,118000,"Harbor Freight Tools (Harbor Freight) is recalling pairs of Pittsburg Automotive 3 Ton Heavy Duty Steel Jack Stands, SKU number 56373. Under load, the jack stand base seam weld may fail, allowing the stand to drop suddenly.","Under load, the stand may drop suddenly, increasing the risk of injury to people near or under a lifted vehicle.","Harbor Freight will notify owners, and stores will provide, in exchange for return of the jack stands, a gift card equal to the shelf price of the jack stands plus 20%, free of charge. Owners are asked to immediately discontinue use of the jack stands for safety concerns. Harbor Freight emailed all known customers on July 7, 2020. The recall began August 3, 2020. Owners may contact Harbor Freight customer service at 1-800-444-3353 or Recalls@HarborFreight.com." -07/06/2020,20V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V395000),"Mercedes-Benz USA, LLC",ESP System Software Programmed Incorrectly,ELECTRICAL SYSTEM,2020080016,Vehicle,5399,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019-2020 C63 AMG, C63 AMG S, AMG GT 53, AMG GT 63, AMG GT 63 S, and 2020 GLC 63 AMG, GLC 63 AMG S vehicles. An incorrect Electronic Stability Program (ESP) software version may cause the ESP system to react inaccurately. On December 18, 2020, an additional 360 vehicles were added to the recall population.","If the ESP does not react properly to a driving situation, it may increase the risk of a crash.","MBUSA will notify owners, and dealers will update the ESP software, free of charge. The recall began August 28, 2020. Letters for the owners of the 360 additional vehicles were mailed January 15, 2021. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020080016." -07/03/2020,20V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V394000),Daimler Coaches North America,Engine Compartment Flap Hinge Improperly Welded,STRUCTURE,75.00U20104A,Vehicle,58,"Daimler Coaches North America (DCNA) is recalling certain 2018-2019 Setra S407 and 2019-2020 S417 passenger coaches. The engine compartment flap may not have sufficient welding seams on the hinges, allowing the hinge connection to fail and the engine compartment flap to detach from the coach.","If the engine compartment flap detaches from the coach while it is in motion, it can become a projectile, increasing the risk of a crash.","DCNA will notify owners, and dealers will inspect the engine compartment flap seam welds and, if necessary, re-weld or replace the engine compartment flap, free of charge. The recall began August 28, 2020. Owners may contact DCNA customer service at 1-905-403-7807. DCNA's number for this recall is 75.00U20104A." -07/02/2020,20V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V393000),Hyundai Motor America,Accessory Power Outlet May Overheat,EQUIPMENT,193,Vehicle,272126,"Hyundai Motor America (Hyundai) is recalling certain 2011-2012 Hyundai Elantra and Sonata Hybrid, 2012 Accent and Veloster vehicles. The 12V accessory socket outlet may have been over-tightened during installation, possibly disabling the thermal fuse and allowing the outlet to overheat with prolonged use, such as by using the Tire Mobility Kit air compressor to inflate a tire.",An overheated accessory outlet increases the risk of fire.,"Hyundai will notify owners, and dealers will replace the Tire Mobility Kit accessory outlet plug with a direct-to-battery connection wire harness kit, free of charge. The recall began September 28, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 193." -07/02/2020,20V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V391000),"Airstream, Inc.",Bolts Securing Suspension Spring May Be Too Long,SUSPENSION,NR (Not Reported),Vehicle,145,"Airstream, Inc. (Airstream) is recalling certain model year 2020-2021 Airstream Atlas and Interstate motorhomes equipped with VB suspension systems. The lock portion of the countersink bolts attaching the VB Suspension system to the vehicle may be too long preventing the panhard rod bracket from fully contacting the springs, resulting in bolts absorbing the load instead of the bracket.","If the bolts carry the load rather than the bracket, it can cause them to break, affecting the vehicle handling and increasing the risk of a crash.","Airstream will notify owners, and dealers will replace the suspension bolts, free of charge. This recall began August 26, 2020. Owners may contact Airstream customer service at 1-877-596-6505." -07/02/2020,20V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V386000),"Forest River, Inc.",Cooler may Backfeed Current and Damage Appliances,EQUIPMENT,51-1189,Vehicle,47,"Forest River Inc. (Forest River) is recalling certain 2021 No Boundaries (NOBO) 10.5 and 10.6 travel trailers equipped with Dometic CFX3 Series chest refrigerators (models CFX3 35, CFX3 45, CFX3 55IM, CFX3 75DZ, CFX3 95DZ and CFX3 100). The protection device on the electrical circuit may fail when the refrigerator is connected to both AC and DC power, allowing the AC/DC power supply to back feed through some or all of the other appliances (such as the air conditioner, water pump, lights, furnace, etc.) that are connected to the 12V DC system. A voltage overload may result, causing DC appliances on the same circuit to fail.",A voltage overload may cause electrical damage and may increase the risk of a fire.,"Forest River will notify owners, and dealers will install new warning labels, free of charge. This recall began August 24, 2020. Owners may contact Forest River customer service at 1-574-642-3119 Option 2, or Dometic customer service at 1-888-943-4905. Forest River's number for this recall is 51-1189." -07/02/2020,20V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V390000),"Daimler Trucks North America, LLC",Corroded Modulator Valve May Cause Brake Pull,"SERVICE BRAKES, AIR",FL-855,Vehicle,164326,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2021 Freightliner Cascadia tractor trailers. The single brake modulator valve may be affected by chemical corrosion which can slow down the release timing and cause the brakes to pull to the affected side during automatic braking events.,"Brakes that pull to one side during automatic braking events may cause a sudden change in vehicle direction, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the front left and right single brake modulator valves will be replaced and spacers added, free of charge. The recall began August 28, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-855." -07/02/2020,20V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V387000),"Jaguar Land Rover North America, LLC",Doors May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,N476,Vehicle,6211,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2013-2016 Range Rover and 2014-2016 Range Rover Sport vehicles. These vehicles were previously recalled and repaired under Recall 19V-392, however the repair may not have been completed properly. Due to a problem with the Keyless Vehicle Latching System (KV Latch), the doors may appear to be closed but may be unlatched.","Unlatched doors may open while the vehicle is in motion, increasing the risk of a crash.","Land Rover will notify owners, and dealers will inspect for any issues with the KV system, disabling the KV mechanisms if necessary, and update the KV Latch software, free of charge. The recall began November 30, 2020. Owners may contact Land Rover customer service at 1-800-452-4827. Land Rover's number for this recall is N476." -07/02/2020,20V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V388000),"Jayco, Inc.",Front Brake Hoses May Contact Fender Liners,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,666,"Jayco, Inc. (Jayco) is recalling certain 2019-2021 Entegra Qwest and Jayco Melbourne and Melbourne Prestige motorhomes built on Mercedes-Benz Sprinter chassis. The rear part of the fender liner on the front axle may contact and chafe the brake hose, possibly resulting in a loss of brake fluid.","Loss of brake fluid can extend the distance needed to stop the vehicle, increasing the risk of a crash.","Jayco will notify owners, and Mercedes Sprinter dealers will inspect and replace the brake hoses, and the fender liners will be modified, free of charge. The recall began July 14, 2020. Owners may contact Jayco customer service at 1-800-517-9137." -07/02/2020,20V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V385000),"Jayco, Inc.",Leaf Springs Provide Inadequate Suspension Support,SUSPENSION,9901513,Vehicle,1409,"Jayco, Inc. (Jayco) is recalling certain 2017 North Point fifth wheel trailers. The leaf springs in the front and rear suspension of the vehicle do not provide adequate load support and may allow the tires to contact the surrounding structure under certain dynamic load conditions.","Tires contact with the wheel well or surrounding structure may cause damage to the tire, or cause premature tire wear, and loss of control, increasing the risk of a crash.","Jayco will notify owners, and dealers will install a rubber bump stop into the top sides of the axles, as well as inspect the suspension and replace any defective leaf springs as necessary. Tires with visible damage will be replaced as well. All repairs will be performed free of charge. This recall began July 27, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901513." -07/02/2020,20V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V392000),"Gillig, LLC",Loss of Power Steering Assist,STEERING,NR (Not Reported),Vehicle,531,"Gillig, LLC. (Gillig) is recalling certain 2013-2020 hybrid and all-electric Low Floor buses equipped with a steering system that uses a high-voltage electric motor and hydraulic pump assembly to provide power steering assist. The shaft coupling between the motor and pump may fail and cause a loss of hydraulic power steering assist.",A loss of power steering assist may increase the risk of crash.,"Gillig will notify owners, and dealers will replace the motor-pump assemblies, free of charge. The recall began August 13, 2020. Owners may contact Gillig customer service at 1-800-735-1500." -07/02/2020,20V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V389000),Kia Motors America,Unintended Movement Due to Damaged Park Mechanism,ELECTRICAL SYSTEM,SC191,Vehicle,3714,"Kia Motors America (Kia) is recalling certain 2015-2016 Kia Soul Electric Vehicle (EV) vehicles. The parking mechanism may become damaged if the driver moves the gear shift lever into Park 'P' before the vehicle comes to a complete stop. If the parking mechanism is damaged, unintended vehicle movement may occur when the gear shift lever is in the Park 'P' position and the parking brake is not applied.",Unintended vehicle movement can increase the risk of a crash.,"Kia will notify owners, and dealers will update the electronic control unit software, free of charge. The recall began August 7, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC191." -07/01/2020,20V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V380000),"Forest River, Inc.",Drawbar and Coupler may Fracture,TRAILER HITCHES,24-1191,Vehicle,2,"Forest River, Inc. (Forest River) is recalling 2016 Amera-Lite Cargo Van trailers, model ALD612SA. The thickness of the steel tubes used to manufacture the trailer's drawbars may be insufficient for the vehicle's Gross Vehicle Weight Rating (GVWR).","The drawbars can fracture and fail during operation, potentially resulting in a loss of control or the trailer detaching from the tow vehicle. Either scenario increases the risk of a crash.","Forest River will notify owners, and dealers will install a double hollow tube to both drawbars, free of charge. This recall began July 28, 2020. Owners may contact Forest River customer service at 1-574-848-1335. Forest River's number for this recall is 24-1191." -07/01/2020,20V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V381000),"Porsche Cars North America, Inc.",Front Axle Differential Bracket May Come Loose,POWER TRAIN,ALA8,Vehicle,14,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020 Porsche 911 Carrera 4S Coupe vehicles. The front axle differential bracket may not have been tightened correctly. If it comes loose, the differential could potentially cause damage to surrounding components.","Components such as the fuel tank or drive shafts may become damaged from the loose differential. Damage to the fuel tank can result in fuel leakage, which in the presence of an ignition source may increase the risk of a fire.","Porsche will notify owners, and dealers will remove the front axle differential to check the screw threads, and to inspect surrounding components for any consequential damage. Depending on the inspection result, the front axle differential will be reinstalled or replaced using new screw joints torqued to the required specification. All work will be performed free of charge. The recall began August 20, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ALA8." -07/01/2020,20V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V382000),"Forest River, Inc.",Improperly Spaced Landing Legs May Collapse,EQUIPMENT,81-1180,Vehicle,370,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Vengeance trailers, models VGF351A13-81, VGF371A13-81, VGF383V16-81 and VGF4007V-81. The fifth-wheel landing legs may not be seated properly with enough space between the brackets which are welded to the chassis, allowing the fifth wheel to slip down the landing leg and can puncture the floor of the vehicle.",The punctured floor can increase the risk of injury.,"Forest River will notify owners, and dealers will correct the spacing of the landing leg installation to the chassis from 17 1/2"" to 17 3/4"". These repairs will be done free of charge. The recall began August 14, 2020. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 81-1180." -07/01/2020,20V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V383000),"Hino Motors Sales U.S.A., Inc.",Incorrect Software Programming for ABS/FMVSS 121,"SERVICE BRAKES, AIR",AAJS0,Vehicle,10,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2021 NJ8A low-profile heavy trucks equipped with a full air brake system. The Anti-Lock Braking System control unit (ABS ECU) may be programmed with incorrect datasets for the tone ring teeth, causing the anti-lock braking system to mistakenly detect a difference between front and rear wheel rotation speeds resulting in deactivation of the Anti-Lock Braking function. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""",A loss of ABS function can increase the risk of a crash.,"Hino will notify owners, and dealers will reprogram the ABS-ECU with the corrected software. The recall began August 25, 2020. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is AAJS0." -07/01/2020,20V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V384000),Volvo Trucks North America,Incorrectly Labeled Rear Axle Rating/Part 567,EQUIPMENT,RVXX2002,Vehicle,89,"Volvo Trucks North America (Volvo) is recalling certain 2018-2021 VNL and VNR buses. The Gross Axle Weight Rating (GAWR) for the rear drive axles stated on the Federal Certification Label exceeds the rating of the wheel hubs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the rear axles are overloaded, over time the wheel hubs may fail prematurely, increasing the risk of a crash.","Volvo will notify owners and send corrected replacement labels, free of charge. The recall began August 18, 2020. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX2002." -06/30/2020,20V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V379000),"BMW of North America, LLC",Inaccessible Child Seat Tether Anchor/FMVSS 225,CHILD SEAT,NR (Not Reported),Vehicle,16,"BMW of North America, LLC (BMW) is recalling certain 2020-2021 740Li, 740 Li xDrive, 750Li xDrive, M760Li xDrive, and Alpina B7 vehicles. The top child seat tether anchor on the rear middle seat may not be readily accessible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, Section 6.1(b) ""Child Restraint Anchorage Systems.""","A child restraint system placed on the vehicle's rear middle seat without utilizing the three-point safety belt, could increase the risk of injury in the event of a crash.","BMW will notify owners, and dealers will install a top tether anchor cover at the rear middle seating position. Until vehicles are remedied, owners will be instructed to utilize the outboard rear seating positions which are equipped with an accessible top tether anchor, or, the middle rear seating position and the vehicle's three-point safety belt. The recall began August 20, 2020. Owners may contact BMW customer service at 1-800-525-7417." -06/30/2020,20T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T012000),Bridgestone Americas Tire Operations,Incorrectly Labeled Sidewalls/FMVSS 119,TIRES,NR (Not Reported),Tire,203,"Bridgestone Americas Tire Operations LLC (BATO) is recalling certain V-Steel Snow Wedge tires, size 385/95R25, and V-Steel Highway Service tires, size 445/95R25, designed for use on mobile cranes. The affected tires do not include the DOT symbol, tire identification number, maximum speed, maximum load and corresponding inflation pressure, and ply number/composition markings on the tire sidewall. Note: The tires do contain alpha-numeric sidewall markings for both the load index and speed rating, however these markings are not displayed in the required format. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 119, ""New Pneumatic Tires, Other than Passenger Cars.""","If the operator unknowingly exceeds the maximum speed, load, and corresponding inflation pressure specifications, there may be an increased risk of a crash.","BATO will notify owners, and dealers will replace the subject tires with a comparable Bridgestone brand or other suitable replacement, free of charge. This recall began July 28, 2020. Owners may contact BATO customer service at 1-800-847-3272." -06/30/2020,20V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V378000),"Volvo Car USA, LLC",Seat Belts May Not Restrain Occupant,SEAT BELTS,R10029,Vehicle,308260,"Volvo Cars of N.A., LLC (Volvo) is recalling certain 2008-2016 V70 and XC70, 2007-2016 S80, 2011-2018 S60 and V60, 2016-2018 S60 Cross Country, 2014-2020 S60L, 2009-2015 S80L, 2009-2016 XC60 and 2015-2018 V60 Cross Country vehicles. The flexible steel cable that connects the seat belt to the front outboard seating positions may fatigue over time, causing the seat belt to not secure the occupant in the event of a crash.",An unsecured occupant has an increased risk of injury in the event of a crash.,"Volvo will notify owners, and dealers will replace the seat belt anchor cable for both front seats. The recall began December 10, 2020. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R10029." -06/26/2020,20V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V375000),"Forest River, Inc.",Furnace Exhaust is Improperly Vented,EQUIPMENT,410-1187,Vehicle,9,"Forest River, Inc. (Forest River) is recalling certain 2021 Palomino Columbus recreational trailers, models CMF389FL, CMF389FLC and CMF389FLW. As built, the furnace vents under the rear slide out room, allowing exhaust fumes to re-enter the trailer through the slide-out room seals.",Exhaust fumes that enter the unit through the slide seals may result in carbon monoxide poisoning or death.,"Forest River will notify owners, and dealers will remedy the location of the furnace vent. This recall began July 28, 2020. Owners may contact Forest River customer service at 1-574-821-1487. Forest River's number for this recall is 410-1187." -06/26/2020,20V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V376000),"Forest River, Inc.",Incorrect Federal Placard Information/Part 567,EQUIPMENT,10B-1185,Vehicle,74,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Rockwood trailers, model RLT2205S-W. The Federal Placard indicates an incorrect Gross Axle Weight Rating (GAWR).","The incorrect Federal Placard may result in the operator unknowingly overloading the vehicle, causing loss of control, and increasing the risk of a crash.","Forest River will notify owners, and dealers will provide replacement placards that contain the accurate information, free of charge. This recall began July 17, 2020. Owners may contact Forest River customer service at 1-574-642-8943. Forest River's number for this recall is 10B-1185." -06/26/2020,20V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V377000),"Forest River, Inc.",Propane Gas Line may be Damaged by Sharp Edges,EQUIPMENT,73-1182,Vehicle,59,"Forest River, Inc. (Forest River) is recalling certain 2021 Cherokee Wolf Pack toyhaulers, model CKF325PACK13. The propane gas line may be routed around sharp edges which may cause a propane leak.",A propane leak can increase the risk of a fire.,"Forest River will notify owners and dealers will reroute the propane line and/or replace it if necessary, free of charge. This recall began July 17, 2020. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 73-1182." -06/25/2020,20E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E044000),Tenneco Automotive,Rear Suspension Lower Control Rod Failure,SUSPENSION,NR (Not Reported),Equipment,996,"Tenneco Automotive (Tenneco) is recalling certain Clevite-Pullman rear suspension lower control rods/torque rods, part number FS32B916400AFH, for installation into Gillig Low Floor buses. The design of the rear suspension lower control rods makes them susceptible to failure over time.","If a rear suspension lower control rod fails, the bus may have reduced handling and stability, increasing the risk of a crash.","Tenneco will notify customers who purchased this product as replacement equipment and will provide a new control rod, free of charge. This recall began July 31, 2020. Owners may contact Tenneco customer service at 1-260-667-2308." -06/25/2020,20V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V374000),"Chrysler (FCA US, LLC)",Side Curtain Air Bag May Not Properly Inflate,AIR BAGS,W52,Vehicle,114,Chrysler (FCA US LLC) is recalling certain 2020 Ram Promaster vans and 1500 pickups. The affected vehicles may have an improperly crimped diffuser in the side curtain airbag which may result in the diffuser detaching from the inflator in the event of an air bag deployment.,"In the event of a crash, if the diffuser detaches from the inflator during air bag deployment, the air bag may not inflate properly, increasing the risk of injury.","FCA US will notify owners, and dealers will replace the side curtain air bag assemblies, free of charge. The recall began July 16, 2020. Owners may contact FCA US customer service at 1-800-853-1403. FCA US's number for this recall is W52." -06/25/2020,20E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E043000),"Chrysler (FCA US, LLC)",Steering Linkage May Separate,STEERING,W49,Equipment,32972,"Chrysler (FCA US LLC) is recalling certain MOPAR steering 4x4 drag link assemblies (part number 68369907AA), and the associated components, jam nuts (part numbers 06510749AA and 06510750AA), drag link inner (part number 68111304AA), drag link outer (68111301AA), and drag link adjuster (part number 68111302AA) sold for replacement use on Heavy Duty Ram 2500 and 3500 trucks. The outboard steering linkage jam nut may loosen, allowing one end of the drag link to separate. The drag link assemblies may have been installed as part of a vehicle repair; the drag link assemblies installed during vehicle manufacturing were subject to NHTSA Safety Recall 19V-021.","A drag link separation can cause a loss of steering control, increasing the risk of crash.","FCA will notify owners, and dealers will check the steering linkage jam nut tightness, replacing the drag link assembly or welding the nut to the adjuster sleeve, free of charge. If an owner bought any of these components at the counter of a dealer and it was not installed, the dealer will reimburse the owner. If the part has been installed, dealers will inspect the jam nut tightness, free of charge. The recall began July 23, 2020. Owners may contact FCA customer service at 1-800-853-1403. FCA's number for this recall is W49" -06/24/2020,20V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V371000),"Forest River, Inc.",Frameless Window Glass Panels May Detach,VISIBILITY,51-1150,Vehicle,732,"Forest River, Inc. (Forest River) is recalling certain 2020 Cedar Creek, Columbus, Flagstaff, Coachmen Apex, Palomino, Rockwood, and Sunseeker recreational vehicles and Palomino soft and hard-side truck campers and Real-Lite Truck Campers. The adhesive bond between the glass and the metal hinge frame of the frameless crank out vent and egress windows may fail which would then allow the glass to detach and fall out.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","Forest River will notify owners, and dealers will inspect the windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. This recall began July 15, 2020. Owners may contact Rockwood & Flagstaff Customer Service at 1-574-642-8943, Cedar Creek Customer Service at 1-260-593-4000, Sunseeker Customer Service at 1-574-206-7600, Coachmen Apex and Apex Nano Customer Service at 1-574-358-0401, Palomino Customer Service at 1-269-432-3246, Columbus Customer Service at 1-574-821-1487 or Lippert Customer Service at 1-574-537-8900." -06/24/2020,20V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V369000),Toyota Motor Engineering & Manufacturing,Hybrid System may Shutdown and cause Stall,HYBRID PROPULSION SYSTEM,20TB10 / 20TA10,Vehicle,266638,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2013-2015 Prius and 2014-2017 Prius V vehicles not included in recall 18V-684. Excessive voltage in the Intelligent Power Module (IPM) within the inverter may cause the hybrid system to shut down, causing the vehicle to stall while being driven.",An unexpected hybrid power system shut down may increase the risk of a crash.,"Toyota will notify owners, and dealers will perform a software update for the hybrid system. If the vehicle has experienced an inverter failure with certain hybrid system faults related to this condition, the inverter assembly will be repaired or replaced, prior to software update. All repairs will be performed free of charge. This recall began July 24, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is 20TB10 / 20TA10." -06/24/2020,20V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V372000),"Volkswagen Group of America, Inc.",Incorrect VIN on Label/FMVSS 567,EQUIPMENT,01E7,Vehicle,2,"Volkswagen Group of America, Inc. (Volkswagen) is recalling two 2018 Golf GTI vehicles. The VIN printed on the Federal Certification label may not match the actual VIN on the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the stamped vehicle identification number (VIN) does not match the VIN on the Vehicle Certification Label, owners may be unable to tell if their vehicle is under an important safety recall, possibly exposing them to an increased risk of a crash, fire or injury.","Volkswagen will notify owners, and dealers will install a correct certification label, free of charge. This recall began July 9, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01E7." -06/24/2020,20E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E042000),Brake Parts Inc.,Insufficiently Crimped Brake Master Cylinder,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1339,"Brake Parts, Inc. (Brake Parts) is recalling certain brake master cylinders sold under Raybestos, NAPA, and AC Delco brands, part numbers MC391232, M4840, and 18M2578, respectively sold as aftermarket replacement parts for 2012-2017 Volkswagen Beetle, 2005-2018 Volkswagen Jetta and 2007-2010 Volkswagen Jetta GLI. The crimping of the aluminum housing may be insufficient, allowing the master cylinder piston to pop out of the housing.","If the piston pops out of the master cylinder housing, a complete loss of braking or unintended brake application can occur, increasing the risk of a crash. Owners may initially notice brake fluid leaking onto the vacuum booster, or a change in brake pedal travel and feel.","Brake Parts will notify the distributors that sold this product, and provide a replacement part, free of charge. The recall began August 13, 2020. Owners may contact NAPA customer service, at 1-800-272-5372; ACDelco: GM customer service at 1-815-759-7328; or Raybestos customer service at 1-800-323-0354." -06/24/2020,20V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V370000),Triple E Recreational Vehicles,Loose Wiring Connector May Short and Cause Fire,ELECTRICAL SYSTEM,CA#9711-1,Vehicle,10,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020 Wonder W24RTB, W24MB, and W24FTB motorhomes built on a Ford transit chassis. The CCP1 electrical connection located on the driver's seat base was not tightened to the correct specification and may short circuit.","If the CCP1 electrical connection short circuits, there would be an increased risk of a fire.","Triple E has notified owners, and dealers will tighten the electrical connection to specification, free of charge. This recall began June 26, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9711-1." -06/24/2020,20V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V373000),Toyota Motor Engineering & Manufacturing,Loss of Electric Power Steering Assist,STEERING,20TB11 / 20TA11,Vehicle,46,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019-2020 RAV4 and 2020 RAV4 Hybrid vehicles equipped with electric power steering (EPS). Water may enter through the steering gear box cover and cause a loss of electric power steering assist.,"A loss of power steering assist could increase steering effort at low vehicle speeds, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the power steering gear box, free of charge. The recall began August 17, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is 20TB11 / 20TA11." -06/24/2020,20V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V368000),"Vac-Tron Equipment, LLC",Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,VVK0010,Vehicle,100,"Vac-Tron Equipment, LLC (Vac-Tron), is recalling certain 2020 CVGTLC, CVSGT, CVGT, LPSGT, LPXDT, MINICOMBO and LPSDT Vacuum Excavator trailers. The trailers may be missing rear and rear-side reflex reflectors. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the proper reflective equipment, the vacuum excavator trailer may have reduced visibility, increasing the risk of a crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. Vac-Tron issued owners an interim notification on August 18, 2020. The recall began August 18, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0010." -06/23/2020,20V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V366000),Ford Motor Company,Middle Row Seat Headrest May Be Improperly Welded,SEATS,20C12,Vehicle,2620,"Ford Motor Company (Ford) is recalling certain 2020 Ford Expedition and Lincoln Navigator vehicles. The attachment bracket for the driver's side second-row seat headrest may not have been sufficiently welded to the seat frame. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 202, ""Head Restraints.""","An improperly welded headrest bracket may have reduced strength and may not adequately restrain an occupant in a crash, increasing the risk of injury.","Ford will notify owners, and dealers will inspect the seat structure and replace it as needed, free of charge. This recall began July 8, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C12." -06/23/2020,20V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V365000),Ford Motor Company,Torque Converter Damper Plate May Fracture,POWER TRAIN,20S33,Vehicle,13,"Ford Motor Company (Ford) is recalling certain 2020 Super-Duty F-250, F-350, and F-550 diesel pickups. The transmission torque converter damper plate was not tempered, resulting in a brittle damper plate that may fracture and cause the engine to stall or require increased brake pedal effort in order to stop the vehicle.",An engine stall or requiring additional braking effort to stop the vehicle can increase the risk of a crash.,"Ford will notify owners, and dealers will replace the transmission assembly, free of charge. This recall began July 6, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S33." -06/23/2020,20V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V367000),Newell Coach Corp.,Trim Cover May Detach and Block Brake Pedal,"SERVICE BRAKES, HYDRAULIC",Recall 124,Vehicle,42,"Newell Coach Corp. (Newell) is recalling certain 2020-2021 P50 motor coaches. The decorative cover for the center console column may be knocked loose by the driver's foot, allowing the piece to become lodged under the brake pedal.","If the cover piece becomes lodged under the brake pedal, the ability to stop the coach may be impacted, increasing the risk of a crash.","Newell will notify owners and request the owners remove and discard the decorative cover. Newell will install a replacement apron cover, free of charge. This recall began July 10, 2020. Owners may contact Newell customer service at 1-888-363-9355. Newell's number for this recall is 124." -06/22/2020,20E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E041000),ECCO Holdings Corp.,Rear LED Lights Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,761,"ECCO Holdings Corp. (ECCO) is recalling certain Code 3 7x9 Stop-Tail-Turn Reverse All-in-One LED stop, tail, turn, and reverse lights sold primarily for use in emergency vehicles. The lights may be too bright, exceeding the maximum light output allowed which may adversely affect the vision of drivers. As such, these lamps fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The excessive brightness may affect the vision of other drivers, increasing the risk of a crash.","ECCO will notify the emergency vehicle manufacturers that used the lights as original equipment and the customers that purchased the lights as replacement equipment. ECCO will provide a filter kit that will to ensure the lights perform in the correct photometric intensity ranges. The recall began July 29, 2020. Owners may contact ECCO at 1-314-426-2700." -06/22/2020,20V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V364000),"Mercedes-Benz USA, LLC",Turbocharger Oil Feed and Return Lines May Leak,ENGINE AND ENGINE COOLING,2020070017,Vehicle,90,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 C300, E350, and GLC300 vehicles equipped with turbocharged 4-cylinder gasoline engines. The screws that retain the turbocharger oil feed and return lines may not have been properly tightened, possibly resulting in an oil leak.",An oil leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"MBUSA will notify owners, and dealers will inspect the turbocharger oil lines and tighten them as necessary, free of charge. The recall began August 17, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070017." -06/19/2020,20V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V363000),"Forest River, Inc.",Fender Liner May Damage Brake Line,"SERVICE BRAKES, AIR",51-1177,Vehicle,522,"Forest River Inc. (Forest River) is recalling certain 2020-2021 Coachmen Galleria, Dynamax Isata, and Forest River Battisti Coach, Forester, and Sunseeker motorhomes, built on 2019 Mercedes-Benz Sprinter chassis. The rear part of the front fender liner may contact and chafe the brake hose, possibly resulting in a loss of brake fluid.","Loss of brake fluid can extend the distance needed to stop the vehicle, increasing the risk of a crash.","Forest River will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will inspect and replace the brake hoses, as necessary. Additionally, the fender liners will be modified. All services will be performed free of charge. This recall began July 8, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BRADVER. Forest River's number for this recall is 51-1177." -06/19/2020,20V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V360000),"Forest River, Inc.",Furnace May Not Be Properly Secured Inside Cabinet,EQUIPMENT,47-1175,Vehicle,176,"Forest River, Inc. (Forest River) is recalling certain 2020 Surveyor recreational trailers equipped with a specific 30K BTU furnace. The furnace may not have been properly secured inside the furnace cabinet, allowing it to move freely inside the cabinet.","If the furnace moves within the cabinet, it may detach from the exhaust vent, possibly causing a build up of carbon monoxide inside the vehicle, increasing the risk of carbon monoxide poisoning or death.","Forest River will notify owners, and dealers will secure the furnace and verify the exhaust vent connections, free of charge. The recall began July 1, 2020. Owners may contact Forest River customer service at 1-574-642-3119 Option 2. Forest River's number for this recall is 47-1175." -06/19/2020,20V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V361000),"Forest River, Inc.",Leveling Jacks May Deploy Unexpectedly,ELECTRICAL SYSTEM,68-1178,Vehicle,62,"Forest River, Inc. (Forest River) is recalling certain 2021 FR3 recreational vehicles built on a Ford chassis with a V8 engine. The wiring harness may have an incorrect wire connected to the parking brake, allowing the leveling jacks to deploy inadvertently while the vehicle is in motion.","If the leveling jacks deploy while the vehicle is in motion, it can cause loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will correct the wiring harness, free of charge. This recall began June 26, 2020. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-1178." -06/19/2020,20V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V362000),"Grand Design RV, LLC",Underbody Wiring Harness Connector May Short,ELECTRICAL SYSTEM,910020,Vehicle,22797,"Grand Design RV, LLC (Grand Design) is recalling certain 2016-2018 Reflection trailers. A wiring connector in the vehicle underbody may not be properly secured, allowing water intrusion into the wiring connector, possibly resulting in an electrical short circuit.","If water enters the wiring connector, it can cause a short circuit, increasing the risk of a fire.","Grand Design will notify owners, and dealers will inspect and secure the wiring connectors up to prevent water intrusion, free of charge. This recall began June 29, 2020. Owners may contact Grand Design's customer service at 1-574-825-9679. Grand Design's number for this recall is 910020." -06/18/2020,20E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E040000),Dometic Corporation,Cooler may Backfeed Current and Damage Appliances,EQUIPMENT,NR (Not Reported),Equipment,6048,"Dometic Corporation (Dometic) is recalling certain CFX3 Series chest refrigerators (models CFX3 35, CFX3 45, CFX3 55IM, CFX3 75DZ, CFX3 95DZ and CFX3 100), and CFF Series chest refrigerators (models CFF 35, and CFF 45). The protection device on the electrical circuit may fail when the refrigerator is connected to both AC and DC power, allowing the AC/DC power supply to back feed through some or all of the other appliances (such as the air conditioner, water pump, lights, furnace, etc.) that are connected to the 12V DC system. A voltage overload may result, causing DC appliances on the same circuit to fail.",A voltage overload may cause electrical damage and may increase the risk of a fire.,"Dometic will notify owners, and will provide a warning label, and a new revised operating instructions, free of charge. The recall began September 1, 2020. Owners may contact Dometic customer service at 1-888-943-4905." -06/17/2020,20V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V359000),"Volkswagen Group of America, Inc.",Brake Caliper Bolts May Loosen,"SERVICE BRAKES, HYDRAULIC",47Q2,Vehicle,1,"Volkswagen Group of America, Inc. (Volkswagen) is recalling one 2020 Jetta vehicle. The front brake caliper bolts may come loose.","If a brake caliper bolt comes loose, it may affect the vehicle's brake performance, increasing the risk of a crash.","Volkswagen will notify the owner, and a dealer will replace all four front brake caliper bolts, free of charge. The recall began July 1, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 47Q2." -06/16/2020,20V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V358000),"Forest River, Inc.",Incorrect Auto-P Information in Operator's Manual,EQUIPMENT,NR (Not Reported),Vehicle,392,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Coachmen Galleria and PRISM, Forest River Forester, Battisti and Sunseeker and Dynamax Isata recreational vehicles built on Sprinter chassis with automatic transmission. The operator's manual does not correctly specify certain conditions under which the automatic parking function (""Auto-P"") operates.","If the driver relies on the Auto-P function as described in the Operator's Manual, vehicle rollaway or movement may occur, increasing the risk of a crash.","Forest River will notify owners, and Mercedes-Benz dealers will provide the correct description of the Auto-P function for the Operator's Manual, free of charge. The recall began June 25, 2020. Owners may contact Forest River customer service at 1-800-348-7440 or Sprinter service at 1-877-762-8267. The booklet with correct information is also available online through Mercedes-Benz, free of charge." -06/15/2020,20E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E039000),Lippert,Frameless Window Glass Panels May Detach,VISIBILITY,228-01-2020,Equipment,10242,"Lippert Components, Inc. (LCI) is recalling certain 3000 Series Frameless windows sold for installation into recreational vehicles. The adhesive bond between the glass and the metal hinge frame of the frameless crank out vent windows may fail which could then allow the glass to detach and fall out.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","LCI will notify the affected RV manufacturers whose dealers will inspect the frameless windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. LCI did not provide a manufacturer notification schedule. Owners may contact LCI customer service at 1-574-537-8900 or via email by using customerservice@lci1.com. LCI's number for this recall is 228-01-2020." -06/15/2020,20V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V356000),Blue Bird Body Company,Loose Drag Link Connection Bolts,STEERING,R20AW-SB,Vehicle,1471,"Blue Bird Body Company (Blue Bird) is recalling certain 2019-2021 Blue Bird Vision school buses powered by Compressed Natural Gas (CNG) or Liquefied Petroleum Gas (LPG). The castle nuts used to connect the steering drag link to the steering arm may have not been correctly tightened, potentially causing separation of the drag link.","If the drag link separates, loss of steering control my occur, increasing the risk of a crash.","Blue Bird will notify owners, and will inspect the drag link assembly connection points, tightening them as necessary, free of charge. This recall began July 27, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AW-SB." -06/15/2020,20V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V357000),Blue Bird Body Company,Loose Drag Link Connection Bolts,STEERING,R20AW-NSB,Vehicle,11,"Blue Bird Body Company (Blue Bird) is recalling certain 2020 Blue Bird Vision gasoline-powered buses. The castle nuts that connect the steering drag link to the steering arm may have not been correctly tightened, potentially causing separation of the drag link.","If the drag link separates, loss of steering control my occur, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect the drag link assembly connection points, tightening them as necessary, free of charge. This recall began July 27, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AW-NSB." -06/15/2020,20V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V354000),Nova Bus (US) Inc.,Rear Passenger Door May not Re-open if Obstructed,ELECTRICAL SYSTEM,CR4916E,Vehicle,55,"Nova Bus (Nova) is recalling certain 2016-2019 LFS buses. The safety mechanism that automatically re-opens the pneumatic rear passenger door in case of an obstruction may be inactive under certain conditions, allowing the doors to continue to close.","The rear doors may continue to close while an occupant is in the doorway, increasing the risk of an injury.","Nova will notify owners and will update the software for the safety mechanism, free of charge. The recall began July 9, 2020. Owners may contact Nova customer service at 1-800-350-6682." -06/15/2020,20V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V355000),"BMW of North America, LLC",Steering Gear Tie Rods May Become Damaged,STEERING,Toyota: 20TA09,Vehicle,2779,"BMW of North America, LLC (BMW) is recalling certain 2019 Z4 sDrive30i, 2019-2020 330i xDrive, M340i and M340i xDrive, 2020 X3M and X4M, and Toyota Supra vehicles. In certain driving conditions, such as high temperatures and rough road surfaces, a steering gear tie rod may become damaged, possibly resulting in a fractured tie rod.","A damaged or fractured tie rod may affect vehicle handling and control, increasing the risk of a crash.","BMW and Toyota will notify owners, and dealers will replace the steering gear tie rods, free of charge. The recall began August 14, 2020. Owners may contact BMW customer service at 1-800-525-7417 or Toyota customer service at 1-888-270-9371." -06/15/2020,20V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V353000),"Spartan Fire, LLC",Wireless Controller Sleep Mode Disabled,EQUIPMENT,NR (Not Reported),Vehicle,1,"Spartan Fire, LLC (Spartan) is recalling one 2019 Gladiator firefighting vehicle equipped with battery-powered 3600 wireless remote controller units used to control the movement of electric firefighting monitors in firefighting vehicles. The monitor is used to direct the water stream and adjust the spray pattern. The wireless remote controller's sleep mode is disabled, resulting in the batteries discharging faster than normal.","Inability to use the wireless remote controller may hinder the firefighting efforts, increasing the risk of injury.","Spartan has notified the dealer that has the unit and will request that they return the affected wireless remote controller to Akron Brass for a software update to enable the sleep mode, free of charge. This recall began June 15, 2020. Owners may contact Akron Brass customer service at 1-800-228-1161 or Spartan customer service at 1-800-867-6478." -06/12/2020,20V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V350000),Kymco USA,ABS Magnetic Sensor Ring May Wear Prematurely,"SERVICE BRAKES, HYDRAULIC",Like150-2020-Recall,Vehicle,1786,"KYMCO USA (KYMCO) is recalling certain 2018-2019 Like 150i scooters. Excessive grease applied to the ABS sensor magnetic ring may cause the deterioration of the magnetic ring, resulting in ABS failure.","Without ABS, controlling the scooter in an emergency stopping scenario may be affected, increasing risk of a crash.","KYMCO will notify owners, and dealers will clean the speed sensor sleeve and replace the magnetic ring in the speed sensor, free of charge. The recall began July 22, 2020. Owners may contact KYMCO customer service at 1-888-235-3417. KYMCO's recall number for this recall is Like150-2020-Recall." -06/12/2020,20V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V347000),Mazda North American Operations,Disconnected Vent Hose May Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",4520F,Vehicle,12097,"Mazda North American Operations (Mazda) is recalling certain 2020 CX-30 vehicles equipped with all-wheel drive. The evaporative vent hose for the fuel tank may be disconnected, possibly allowing fuel to leak from the charcoal canister vent at the rear of the vehicle.","A fuel leak in the presence of an ignition source may increase the risk of a fire. Additionally, the engine may stall while driving, increasing the risk of a crash.","Mazda will notify owners, and dealers will inspect the evaporative vent hose in the fuel tank. If the hose is disconnected, it will be reconnected and the charcoal canister with some related parts will be replaced. Repairs will be performed free of charge. The recall began July 29, 2020. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 4520F." -06/12/2020,20V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V349000),"Airstream, Inc.",Frameless Entry Door Window Glass Panel May Detach,VISIBILITY,NR (Not Reported),Vehicle,732,"Airstream, Inc. (Airstream) is recalling certain 2017-2018 Basecamp travel trailers. The adhesive bond between the glass and the metal frame of the entry door window may fail, allowing the glass to separate while the trailer is moving.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","Airstream will notify owners, and dealers will inspect the windows for proper adhesive bond strength, replacing the windows as necessary and installing updated adhesive strips to all windows, free of charge. This recall began August 3, 2020. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111, extension 7401 or 7411." -06/12/2020,20V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V351000),Keystone RV Company,Frameless Window Glass Panels May Detach,VISIBILITY,20-375,Vehicle,428,"Keystone RV Company (Keystone) is recalling certain 2020 Alpine, Avalanche, Fuzion, Laredo, Montana, Raptor, Crossroads Redwood, and Dutchmen Voltage trailers. The adhesive bond between the glass and the metal frame of the frameless windows may fail which can allow the glass to detach while moving.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","Keystone will notify owners, and dealers will inspect the windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. This recall began July 24, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-375." -06/12/2020,20V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V346000),Mazda North American Operations,Front Brake Caliper Bolts May Loosen and Fall Off,"SERVICE BRAKES, HYDRAULIC",4420F,Vehicle,24037,"Mazda North American Operations (Mazda) is recalling certain 2020 CX-30 and Mazda3 vehicles. The front brake caliper mounting bolts may not have been tightened properly during assembly, possibly allowing the calipers to loosen.","Loose brake calipers can reduce braking performance or interfere with wheel rotation, affecting vehicle handling. Either of these scenarios can increase the risk of a crash.","Mazda will notify owners, and dealers will inspect the front brake caliper bolts, tightening them as necessary. If bolts are missing, the affected brake caliper will be replaced. Repairs will be performed free of charge. The recall began July 24, 2020. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 4420F." -06/12/2020,20V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V352000),Motor Coach Industries,Overvoltage Alternator May Cause Engine Shutdown,ELECTRICAL SYSTEM,SB 479,Vehicle,1067,"Motor Coach Industries (MCI) is recalling certain 2018-2020 D4000, D4005, D4500, D4505 and D45CRTLE buses manufactured with electric cooling fans (E-fan) for the radiator and charge air cooler, Borg Warner 55SI model dual alternator configuration (with a sense stud and wire), and Parker Vansco Multiplexing Module (VMM) Multiplex system. A build-up of debris, corrosion, and/or water flow could cause a high resistance path to ground for the sense stud on the back of the alternator and cause the alternator to produce excessive voltage output, which may exceed the threshold limit currently programmed in the VMM and result in a loss of engine power and vehicle shutdown.","If the engine shuts down or loses power while the vehicle is in motion, this may increase the risk of a crash.","MCI will notify the affected owners, and dealers will install a new application code in the Parker VMM multiplex modules increasing the overvoltage threshold limit, free of charge. The recall began July 23, 2020. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 479." -06/12/2020,20V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V348000),Coach and Equipment Mfg. Corp.,Seat Belts May Not Restrain Occupant/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,72,"Coach and Equipment Mfg Corp. (Coach and Equipment) is recalling certain 2019-2020 Phoenix mini-buses built on Ford E Series Cutaway Chassis and equipped with Freedman Seating Company (FSC) PT Foldaway and GO-ES 3-point Foldaway seats. The seat belt retractor block out zone may have not been set correctly, potentially resulting in a seat belt that may not properly secure the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""",An unsecured occupant has an increased risk of injury in the event of a crash.,"Coach and Equipment will notify owners, and Freedman will replace the retractors, free of charge. The recall began June 25, 2020. Dealers can contact Freedman Seating Company for parts and reimbursement information at 1-800-443-4540." -06/11/2020,20E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E037000),"Chrysler (FCA US, LLC)",Power Transfer Input Splines May Break,POWER TRAIN,W48,Equipment,2669,"Chrysler (FCA US LLC) is recalling certain Two-Speed Power Transfer Units (PTU) sold as replacement parts for certain Jeep Cherokee vehicles, part numbers 68090605AJ, 68090605AK, 68090605AL, 68282447AA, 68282447AB, 68282447AC, 68307403AA and 68307403AB. Relative movement in the Power Transfer Unit (PTU) between the differential input splines and the transmission output shaft may cause some input spline teeth to wear off, which may eventually cause a loss of engagement between the transmission and the differential inside the PTU. If this occurs, power cannot be transferred between the front wheels and the transmission which results in a loss of drive while the vehicle is in motion and a loss of the Park function while stationary.",A loss of drive can cause a vehicle crash without prior warning. A loss of the Park function can cause unintended vehicle rollaway which can increase the risk of a crash or injury.,"FCA US LLC will notify owners, and dealers will perform a software update that will maintain vehicle propulsion by engaging rear wheel drive and prevent rolling in Park by activating the electronic parking brake if a failed input spline occurs. If the subject part is not installed in a vehicle, it will be exchanged with a new part. All repairs will be conducted free of charge. This recall began July 16, 2020. Owners may contact FCA USA LLC customer service at 1-800-853-1403. FCA's number for this recall is W48." -06/11/2020,20V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V343000),"Chrysler (FCA US, LLC)",Power Transfer Unit Input Splines May Break,POWER TRAIN,W47,Vehicle,67248,"Chrysler (FCA US LLC) is recalling certain 2014-2017 Jeep Cherokee vehicles equipped with a two-speed Power Transfer Unit (PTU). Relative movement in the Power Transfer Unit (PTU) between the differential input splines and the transmission output shaft may cause some input spline teeth to wear off, which may eventually cause a loss of engagement between the transmission and the differential inside the PTU. If this occurs, power cannot be transferred between the front wheels and the transmission which results in a loss of drive while the vehicle is in motion and a loss of the Park function while stationary.",A loss of drive can cause a vehicle crash without prior warning. A loss of the Park function can cause unintended vehicle rollaway which can increase the risk of a crash or injury.,"FCA US LLC will notify owners, and dealers will perform a software update that will maintain vehicle propulsion by engaging rear wheel drive and prevent rolling in Park by activating the electronic parking brake if a failed input spline occurs. This recall began July 14, 2020. Owners may contact FCA USA LLC customer service at 1-800-853-1403. FCA's number for this recall is W47." -06/11/2020,20E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E038000),Dana Incorporated,Rear Axle Output Shaft May Fracture and Detach,POWER TRAIN,NR (Not Reported),Equipment,1010,"Dana Incorporated (Dana) is recalling certain Heavy Vehicle Output shafts, part number 131536, used in drive axles manufactured for commercial vehicles. The output shafts may not have been properly heat treated, which can cause the shaft to fracture at the transition of the shaft splines to the thread, allowing the shaft or the interaxle driveline to detach from the vehicle.","If the rear axle shaft or interaxle driveline detaches from the vehicle, this may increase the risk of injury or crash.","Dana has notified the purchasers and dealers will inspect and replace any output shafts that have not been properly heat treated, as necessary, free of charge. The recall is expected to begin July 29, 2020. Owners may contact Dana customer service at 1-419-887-3000." -06/11/2020,20E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E035000),"Gillig, LLC",Rear Suspension LowerControl Rod Failure,SUSPENSION,NR (Not Reported),Equipment,6353,"Gillig LLC (Gillig) is recalling certain aftermarket rear suspension lower control rods, part number 82-74712-000. The rear suspension lower control rods may experience fatigue failure due to stiffened end bushings.","If the rear suspension lower control rod fails, the bus may have reduced handling and stability, increasing the risk of a crash.","Gillig will notify purchasers of the aftermarket part, and provide owners with new lower control rods with different bushings, free of charge. This recall began July 6, 2020. Owners may contact Gillig customer service at 1-800-735-1500." -06/11/2020,20V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V345000),"Lode-King Industries, Ltd.",Trailer Load Rating Decal Information Incorrect,EQUIPMENT,NR (Not Reported),Vehicle,1,"Lode-King Industries LTD. (Lode-King) is recalling one 2021 Prestige SDG semi-trailer. The incorrect load rating decal has been applied, showing a load rating for the trailer frame that exceeds its strength capability.","If the trailer is overloaded, the main frame may be damaged, increasing the risk of a crash.","Lode-King will notify the owner, and a dealer will replace the load rating decal with the correct version, free of charge. The recall began July 14, 2020. Owners may contact Lode-King customer service at 1-204-325-4345." -06/11/2020,20V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V344000),Vermeer Manufacturing Company,Wheel Lug Nuts May Loosen,WHEELS,IK966,Vehicle,55,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2020 BC1500 and BC1200XL wood chippers. The wheel lug nuts may loosen and fall off, allowing the wheel to detach.",A wheel detachment while the vehicle is in motion may increase the risk of a crash.,"Vermeer will notify owners, and dealers will replace 16"" wheels with 17.5"" wheel/tire assemblies as well as replacing corresponding maintenance sign, specification placard, and supplemental operator's information, free of charge. The recall began July 30, 2020. Owners may contact Vermeer customer service t 1-800-829-0051, extension 7060. Vermeer's number for this recall is IK." -06/10/2020,20V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V342000),"Gillig, LLC",Rear Suspension Lower Control Rod Failure,SUSPENSION,NR (Not Reported),Vehicle,3728,Gillig LLC (Gillig) is recalling certain 2018-2020 Low Floor buses. The rear suspension lower control rods may experience fatigue failure due to stiffened end bushings.,"If the rear suspension lower control rod fails, the bus may have reduced handling and stability, increasing the risk of a crash.","Gillig will notify owners and provide them with new lower control rods with different bushings, free of charge. This recall began June 26, 2020. Owners may contact Gillig customer service at 1-800-735-1500." -06/10/2020,20T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T011000),"American Pacific Industries, Inc.",Sidewall Separation/ FMVSS 139,TIRES,NR (Not Reported),Tire,1226,"American Pacific Industries, Inc. (American Pacific) is recalling certain Gladiator X-Comp A/T tires, size LT285/75R16, Load Range E and with DOT date codes 0718 to 0420. Endurance testing found the sidewall may separate from the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to tire failure, increasing the risk of a crash.","American Pacific will notify owners, and dealers will replace the tires, free of charge. The recall began June 30, 2020. Owners may contact American Pacific customer service at 1-800-944-8414." -06/10/2020,20V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V341000),Kovatch Mobile Equipment Corp.,Telma Braking Mechanism May Separate from Vehicle,POWER TRAIN,NR (Not Reported),Vehicle,107,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2011 and 2013-2020 Predator Severe Service, 2015 Predator Panther, 2011, 2013-2014 and 2017-2018 Predator, and 2014 KME commercial cab/chassis firetrucks equipped with optional Telma induction braking systems. The Telma axial retarder braking mechanism may separate from the vehicle while it is moving.",A retarder that separates from the vehicle may increase the risk of a crash.,"KME will notify owners, and dealers will inspect the mounting hardware on axial retarders and replace any incorrect hardware, free of charge. This recall is expected to begin July 2020. Owners may contact KME customer service at 1-800-678-1910." -06/09/2020,20V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V334000),"Chrysler (FCA US, LLC)",12V Connector Post May Overheat Causing Fire,ELECTRICAL SYSTEM,W46,Vehicle,23079,"Chrysler (FCA US LLC) is recalling certain 2017-2020 Pacifica Plug-in Hybrid Electric Vehicles (""PHEV""). The 12 volt isolator post located behind the driver's seat may develop high resistance.","A high resistance electrical connection may result in the connection overheating, increasing the risk of a fire with the vehicle on or off.","FCA will conduct a voluntary safety recall on affected vehicles to increase the torque and install a waterproof gasket to the 12v isolator post, the post will also be inspected for signs of contamination. In the event the post is compromised, the 12v isolator post and associated cables will be replaced. Until the final remedy is available, customers should bring their vehicles to dealers for an interim inspection of this joint. The recall remedy is currently under development. FCA US LLC will notify owners, and dealers will perform an interim inspection of this joint. If the inspection indicates the joint is compromised, owners will receive a loaner vehicle, until a final remedy is developed. Interim notifications are expected to begin around June 22, 2020. The recall began July 30, 2020. Owners may contact FCA US LLC customer service at 1-800-853-1403. FCA US LLC's number for this recall is W46. Note: Consumers are advised to exercise the following precautions until the vehicle has the final repair completed: do not park these vehicles inside of buildings or structures, or near other vehicles. Additionally, keep liquids out of the backseat area, including but not limited to beverages, wet items, umbrellas, or bottled liquids that may leak." -06/09/2020,20V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V333000),Lion Electric Company,Driver's Seat Belt Anchorage May Come Apart,SEAT BELTS,NR (Not Reported),Vehicle,125,"Lion Electric Company (Lion) is recalling certain 2012-2020 Lion C and Lion 360 hybrid electric school buses. The driver's seat belt anchor may have been attached with incorrect hardware, possibly causing the seat belt to not be anchored properly.","In the event of a crash, a seat belt that is not be properly anchored can increase the risk of injury.","Lion will notify owners and will replace the seatbelt hardware, free of charge . The recall began July 20, 2020. Owners may contact Lion customer service at 1-855-546-6706." -06/09/2020,20V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V340000),"Daimler Vans USA, LLC",Driveshaft Vibrations may cause Air bag Deployment,AIR BAGS,VS2DREIGE,Vehicle,12,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Metris vans [platform 447 (VS20)] with gasoline engines and automatic transmissions. The driveshaft may not be attached to the intermediate bearing correctly, causing excessive wear to the driveshaft joint and excessive vibrations.","Damage to the driveshaft joint could result in a loss of drive, increasing the risk of a crash. Excessive vibrations may cause the frontal air bags to deploy unexpectedly, increasing the risk of injury.","DVUSA will notify owners and dealers will inspect the drive shaft, replacing it as necessary, free of charge. This recall began August 11, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3DREIGE." -06/09/2020,20V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V337000),"Jayco, Inc.",Frameless Window Glass May Detach,VISIBILITY,9901508,Vehicle,449,"Jayco, Inc. (Jayco) is recalling certain 2020 Motorized Alante, Greyhawk, Melbourne, Precept, Redhawk, Seneca, Accolade, Emblem, Esteem, Odyssey, Qwest, and Vision recreational vehicles. The adhesive bond between the glass and the metal hinge frame of the frameless crank out vent and egress windows may fail which would then allow the glass to detach and fall out.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","Jayco will notify owners, and dealers will inspect the frameless windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. This recall began June 15, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901508." -06/09/2020,20V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V336000),"Jayco, Inc.",Frameless Window Glass Panels May Detach,VISIBILITY,9901508,Vehicle,1105,"Jayco, Inc. (Jayco) is recalling certain 2020 Towable Eagle, Eagle HT, JayFlight, NorthPoint, Octane, Pinnacle, Seismic, and Talon recreational vehicles. The adhesive bond between the glass and the metal hinge frame of the frameless crank out vent and egress windows may fail which would then allow the glass to detach and fall out.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of injury or a crash.","Jayco will notify owners, and dealers will inspect the frameless windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. This recall began June 15, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901508." -06/09/2020,20V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V338000),Highland Ridge RV,Frameless Window Glass Panels May Detach,VISIBILITY,9901508,Vehicle,80,"Highland Ridge RV (Highland Ridge) is recalling certain 2020 Ridge, Open Range, and Silverstar recreational trailers. The adhesive bond between the glass and the metal hinge frame of the frameless crank out vent and egress windows may fail which would then allow the glass to detach and fall out.","If the window glass detaches while the trailer is moving it could become a projectile, increasing the risk of a crash.","Highland RV will notify owners, and dealers will inspect the frameless windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. This recall began June 15, 2020. Owners may contact Highland RV customer service at 1-260-768-7771. Highland RV's number for this recall is 9901508." -06/09/2020,20V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V339000),Thor Motor Coach,Frameless Window Glass Panels May Detach,VISIBILITY,RC000192,Vehicle,71,"Thor Motor Coach (TMC) is recalling certain 2020-2021 ACE, 2021 Four Winds and 2020 Gemini, Axis, Compass, Delano, Windsport, Hurricane, Outlaw, and Vegas motorhomes. The adhesive bond between the glass and the metal hinge frame of the frameless windows may fail which would then allow the glass to detach and fall out.","If the window glass detaches while the vehicle is moving it could become a projectile, increasing the risk of a crash.","TMC will notify owners, and dealers will inspect the frameless windows for proper adhesive bond strength, replacing the windows as necessary, free of charge. The recall began July 10, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000192." -06/09/2020,20V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V335000),"ARBOC Specialty Vehicles, LLC",Freightliner Power Cables Incorrectly Routed,ELECTRICAL SYSTEM,RC059801,Vehicle,113,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain 2016-2020 Spirit of America and 2014-2019 Spirit of Liberty buses built on a Freightliner Custom Chassis Corporation (FCCC) chassis. The power cables on the driver's side may have been routed incorrectly, allowing them to rub against the frame or make contact with the ground cable.","The misrouted power cables may short circuit, increasing the risk of a fire.","ARBOC will notify owners, and dealers will re-route, inspect, and repair power cable wiring as needed, free of charge. The recall began June 24, 2020. Owners may contact ARBOC customer service at 1-866-953-5555. ARBOC's number for this recall is RC059801." -06/08/2020,20V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V332000),Ford Motor Company,Brake Master Cylinder May Leak into Booster,"SERVICE BRAKES, HYDRAULIC",20S31,Vehicle,292311,Ford Motor Company (Ford) is recalling certain 2014-2017 F-150 pickup trucks equipped with 3.5L Ecoboost engines. The brake master cylinder may leak brake fluid into the brake booster.,"A loss of brake fluid may result in a change in brake pedal travel and feel, increased pedal effort and reduced front brake function, possibly requiring greater effort and distance to stop the vehicle. These conditions can increase the risk of a crash.","Ford will notify owners, and dealers will replace the brake master cylinder and inspect the brake booster, replacing it as necessary, free of charge. Ford issued owners an interim notification on June 30, 2020. The recall began on October 28, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S31." -06/08/2020,20V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V331000),Ford Motor Company,Doors May Open While Driving,LATCHES/LOCKS/LINKAGES,20S30,Vehicle,2147323,"Ford Motor Company (Ford) is recalling certain 2011-2014 Fiesta, 2013-2014 Fusion, 2015 Mustang, 2013-2015 Escape and C-Max, 2012-2015 Focus, 2014-2016 Transit Connect, 2013-2014 Lincoln MKZ, and 2015 MKC vehicles. These vehicles were previously recalled and repaired under recalls 15V-246, 16V-643 or 17V-210, however the repair may not have been completed properly. A component within the door latches may break making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Ford will notify owners, and dealers will inspect the latch date codes to confirm if the repair was done correctly, and replace the side door latches if necessary, free of charge. Owners will also have the option to inspect their own vehicle's door latches and enter the date codes into a website to determine if the latches are correct. Owner notification letters were mailed on July 27, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S30." -06/08/2020,20E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E034000),Maxon Lift Corp.,Lift Gate License Plate Light Alignment/FMVSS 108,EXTERIOR LIGHTING,211385-01,Equipment,2182,"Maxon Lift Corp. (Maxon) is recalling certain GPTLR and GPTWR Lift Gates that contain License Plate Kit part number 298872-01 that includes Light part number 908120-01. If installed, the license plate light may aim rearward and not towards the license plate. As such, this equipment fails to comply with Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",A license plate light aimed toward other drivers may increase the risk of a crash.,"Maxon will notify the vehicle manufacturers who may, or may not, have used the Maxon provided License Plate Kit with Light and will provide a corrective kit as necessary, free of charge. Maxon customer service may be contacted at 1-562-404-6727. Maxon's number for this recall is 211385-01." -06/08/2020,20V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V330000),"Forest River, Inc.",Safety Chains May Have Incorrect Hardware,TRAILER HITCHES,51-1163,Vehicle,73,"Forest River, Inc. (Forest River) is recalling certain 2021 Prime Time Avenger travel trailers. The safety chains that help prevent a total trailer separation may have been incorrectly attached to the trailer.","If the vehicle trailer becomes detached from the tow-vehicle, the safety chains may break, leading to complete detachment and potential property damage, personal injury or a crash.","Forest River will notify owners, and a dealer or service center will install the missing safety chain attaching hardware, free of charge. The recall began June 16, 2020. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 51-1163." -06/05/2020,20V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V327000),"Jayco, Inc.",Incorrect Auto-P Information in Operator's Manual,EQUIPMENT,NR (Not Reported),Vehicle,666,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Entegra Qwest and 2019-2021 Jayco Melbourne and Melbourne Prestige Class C motorhomes built on Mercedes-Benz Sprinter chassis. The Operator's Manual may not contain the correct information about how the automatic parking function (""Auto-P"") operates.","If the driver relies on the Auto-P function as described in the Operator's Manual, vehicle rollaway or movement may occur, increasing the risk of a crash.","Jayco will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will provide the correct description of the Auto-P function for the Operator's Manual, free of charge. This recall began May 19, 2020. Owners may contact Jayco customer service at 1-800-517-9137 or Sprinter service at 1-877-762-8267. The booklet with correct information is also available online, free of charge." -06/05/2020,20V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V328000),"Mercedes-Benz USA, LLC",Left Rear Seat Back Electric Latch May Fail,SEATS,2020070004,Vehicle,1352,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 E450, AMG E63S, GLC300, AMG GLC43, AMG GLC63, AMG GT53, and AMG GT63 vehicles equipped with rear seatbacks that can be electrically unlatched. The left-rear seatback latch may not be strong enough to withstand certain loads. If cargo were to strike the left-rear seatback, the latch may fail.","In the event of a crash, if the left-rear seatback latch fails, it can increase the risk of injury.","MBUSA will notify owners, and dealers will replace the left-rear seatback latch, free of charge. The recall began August 17, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070004." -06/05/2020,20V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V329000),"Mercedes-Benz USA, LLC",Shock Absorbers May Wear Prematurely,SUSPENSION,2020090001,Vehicle,38,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE450, GLS450, and GLS580 vehicles. The sealing of the piston assembly in the front struts and rear shock absorbers may leak and fail prematurely.","Premature wear of the front struts and rear shock absorbers can affect vehicle handling and control, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the front strut assemblies and rear shock absorbers, free of charge. The recall began October 20, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020090001." -06/04/2020,20V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V323000),Braun Ambulances,Brake Line Routing May Cause Wear and Fluid Leak,SERVICE BRAKES,NR (Not Reported),Vehicle,31,"Braun Ambulances (Braun) is recalling certain 2019-2020 Demers MXP170E Type I and MXP150E Type I ambulances built on Ram 4500 and 5500 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF and DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Braun will notify owners and dealers will replace the rear brake caliper flexible lines and hardware, free of charge. The recall began July 21, 2020. Owners may contact Demers customer service at 1-800-363-7591." -06/04/2020,20V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V324000),"General Motors, LLC",Hood May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,N202306490,Vehicle,272,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Silverado 2500 and 3500 and GMC Sierra 2500 and 3500 vehicles previously recalled under 20V-142. Some of the vehicles in 20V-324 were not part of Recall 20V-142 but received defect parts during another service (typically during collision repair). The hood-latch striker wires on replacement hoods installed for Safety Recall 20V-142 may not have been heat-treated properly, possibly causing them to fracture.","If a striker wire fractures, the hood may open unexpectedly while driving, increasing the risk of a crash.","GM will notify owners, and dealers will replace the hood assembly, free of charge. For hoods sold over the counter, dealers will contact customers with instructions for hood replacement. The recall began July 7, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N202306490." -06/04/2020,20V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V325000),"Jaguar Land Rover North America, LLC",Left Side Door May Remain Unlatched and Open,LATCHES/LOCKS/LINKAGES,N459,Vehicle,785,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016 Land Rover Range Rover and Range Rover Sport vehicles. These vehicles were previously recalled and repaired under Recall 19V-390, however the repair may not have been completed properly. A spring in the Keyless Vehicle Latching System (KV Latch) may get stuck, causing the left hand door to remain unlatched when the door is closed.","An unlatched door may open while the vehicle is in motion, increasing the risk of injury or a crash.","Land Rover will notify owners, and dealers will update the software, and inspect the KV latches, replacing them if necessary, free of charge. This recall is expected to begin July 24, 2020. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N459." -06/04/2020,20V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V326000),Honda (American Honda Motor Co.),Rear Seat Belt Assemblies May Not Lock as Intended,SEAT BELTS,Z7L,Vehicle,128,"Honda (American Honda Motor Co.) is recalling certain 2019 Clarity Fuel Cell, Clarity Electric, and Clarity Plug-in Hybrid vehicles with rear seat belt assemblies with a dual-mode locking mechanism. The seat belt webbing sensor locking mechanism may not lock as intended.","In the event of a crash, the seat belt may not properly restrain the occupant, increasing the risk of injury.","Honda will notify owners, and dealers will inspect the rear seat belt assembly production dates, and replace the assemblies, as necessary, free of charge. The recall began July 24, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is Z7L." -06/03/2020,20V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V322000),"Daimler Vans USA, LLC",Front Seat Wiring Harnesses Routed Incorrectly,AIR BAGS,VS3DREHSIK,Vehicle,11013,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz and Freightliner Spinter vans (platform 970 (VS30)), equipped with swivel seats. The wiring harnesses for the front seats may have been routed incorrectly and could become jammed and damaged in the swivel seat frames.","If the wiring harness is damaged, the side air bag within the seat may deploy inadvertently or not deploy as designed in the event of a crash, increasing the risk of injury to vehicle occupants.","DVUSA will notify owners, and an authorized Mercedes-Benz or Freightliner Sprinter dealer will inspect the wire harness routing for both front seats and will repair the wiring and add clips or cable ties as needed, free of charge. The recall began August 24, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3DREHSIK." -06/02/2020,20V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V321000),"Bentley Motors, Inc.",Fuel Line Quick Connector May Leak,"FUEL SYSTEM, GASOLINE",RE20/14,Vehicle,1892,"Bentley Motors, Inc. (Bentley) is recalling certain 2019-2020 Bentayga vehicles. A fuel line quick connector located in the engine compartment may leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Bentley will notify owners, and dealers will replace the fuel line and quick connector, free of charge. The recall began September 11, 2020. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE20/14." -06/01/2020,20V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V320000),Keystone RV Company,Axles and Tires have Incorrect Load Rating,SUSPENSION,20-379,Vehicle,41,"Keystone RV Company (Keystone) is recalling certain 2020 Springdale trailers, model 335BHWE. The affected trailers incorrectly have 4400 pound axles and ST255/75R15D tires and rims, instead of the correct 5200 pound axles and ST255/75R15E tires and rims as specified on the Federal Identification Tag.","The incorrect axles and tires may cause the trailer to be overloaded, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the 4400 pound axles, ST225/75R15D tires, and rims with 5200 pound axles, ST225/75R15E tires, and rims. This recall began July 7, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-379." -06/01/2020,20T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T009000),"Vee Tyre and Rubber Co., Ltd.",Sidewall Separation/FMVSS 139,TIRES,6MSLD8 2117 and 2217,Tire,522,"Vee Tyre and Rubber Co., Ltd. (Vee Tyre) is recalling certain Taiga A/T tires, size LT285/75R16. Due to a manufacturing issue, the sidewall may separate from the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to tire failure, increasing the risk of a crash.","Vee Tyres will notify and reimburse owners the cost of the tires along with any service fees. This recall began July 30, 2020. Owners may contact Vee's customer service at 1-917-863-2422. Vee's numbers for this recall are 6MSLD8 2117 and 2217." -05/29/2020,20V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V319000),"General Motors, LLC",ABS Malfunction Indicator May Not Light/FMVSS 108,ELECTRICAL SYSTEM,N202305070,Vehicle,12200,"General Motors is recalling certain 2019-2020 Chevrolet 4500HD, 5500HD, and 6500HD Medium Duty trucks. If the vehicle's body control module (BCM) loses communication with the vehicle's electronic brake control module (EBCM), the EBCM software programming may not illuminate the vehicle's ABS malfunction indicator light (MIL). As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) Number 105, ""Hydraulic and Electric Brake Systems.""","If a driver is unaware that the ABS system is malfunctioning, there may be an increased risk of a crash.","GM will notify owners, and dealers will update the software calibration for the body control module (BCM). The recall began June 29, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N202305070." -05/29/2020,20V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V316000),Braun Ambulances,Brake Line Routing May Cause Wear and Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,"Braun Ambulances (Braun) is recalling certain 2019 Chief XL Type I and Liberty ambulances built on Ram 4500 or 5500 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF, DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes. The affected system component is the rear brake caliper flexible line which may be causing brake caliper to wear due to contact suspension components.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Braun will notify owners and dealers will replace the rear brake caliper flexible lines and hardware, free of charge. The recall began July 21, 2020. Owners may contact Braun at 1-877-344-9990." -05/29/2020,20V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V317000),"Forest River, Inc.",Underrated Safety Chains May Break,EQUIPMENT,24-1167,Vehicle,122,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Haulin, US Cargo, and US Cargo Trail N Sport cargo trailers. The safety chains are insufficient for the trailer's Gross Vehicle Weight Rating (GVWR) and may break if the trailer comes unhitched.","If the trailer becomes unhitched from the tow-vehicle, the safety chains may break, leading to complete detachment and potential property damage, personal injury or a crash.","Forest River will notify owners, and a dealer or service center will replace the safety chains, free of charge. The recall began June 15, 2020. Owners may contact Forest River customer service at 1-574-848-1335. Forest River's number for this recall is 24-1167." -05/28/2020,20V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V313000),Frazer,Brake Line Routing May Cause Wear and Fluid Leak,SERVICE BRAKES,NR (Not Reported),Vehicle,76,"Frazer is recalling certain 2019-2020 emergency vehicles built on RAM 4500 and 5500 chassis, equipped with certain Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF, DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Frazer will notify owners, and dealers will inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. This recall is expected to begin June 1, 2020. Owners may contact Frazer customer service at 1-888-372-9371." -05/28/2020,20V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V312000),Thor Motor Coach,Front Brake Hoses May Contact Fender Liners,"SERVICE BRAKES, HYDRAULIC",RC000191,Vehicle,566,"Thor Motor Coach (TMC) is recalling certain 2020 Daybreak, Four Winds, Delano, Gemini, Quantum, Tiburon, Chateau Citation, Compass, Chateau, Siesta, Freedom Elite, and Synergy motorhomes built on Mercedes Benz Sprinter chassis [platform 907 (VS30)]. The rear part of the fender liner on the front axle may contact and chafe the brake hose, possibly resulting in a loss of brake fluid.","If the brake fluid leaks, this may extend the braking distance, increasing the risk of a crash.","TMC will notify owners, and an authorized Mercedes-Benz dealer will inspect the brake hoses for chafing and replacement if necessary. The fender liner will also be altered to permit more clearance. All repairs will be performed free of charge. This recall began June 25, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000191." -05/28/2020,20V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V314000),Honda (American Honda Motor Co.),Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,135995,"Honda (American Honda Motor Co.) is recalling certain 2018-2019 Acura NSX, 2019 Acura RDX, RLX and RLX Sport Hybrid, 2018-2019 Honda Accord, Civic Hatchback, Civic Type R and HR-V, 2019-2020 Insight and 2019 Fit vehicles. The low-pressure fuel pump inside the fuel tank may fail.","If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.","Honda will notify owners and dealers will replace the fuel pump assembly, free of charge. The recall began July 22, 2020. Owners may contact Honda customer service at 1-888-234-2138." -05/28/2020,20V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V311000),Keystone RV Company,Incorrect Tire Information on Certification Label,EQUIPMENT,20-378,Vehicle,9,"Keystone RV Company (Keystone) is recalling certain 2020 Springdale trailers, model 295BHWE. The Federal Identification Tag incorrectly indicates the tire load range and size as ST255/75R15E with 80 psi; however, the correct load range and tire size is ST255/75R15D with 65 psi. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the vehicle operator unintentionally overinflates or overloads the tires, there may be an increased risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Identification Tag. This recall began June 16, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-378." -05/28/2020,20V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V315000),"Nissan North America, Inc.",Unintentional Release of Primary Hood Latch,LATCHES/LOCKS/LINKAGES,R20A7,Vehicle,1831818,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2018 Nissan Altima vehicles. If the primary hood latch is inadvertently released, there is an increased likelihood that the secondary hood latch may corrode over time.","Corrosion to the secondary latch may cause it to bind and remain in the unlatched position when the hood is closed. If the primary latch is inadvertently released again and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will install a stronger release spring in the hood release lever, a warning label near the secondary hood latch, and an Owner�s Manual addendum card with instructions on how to lubricate and maintain the secondary hood latch mechanism, free of charge. Owner notification letters were mailed June 30, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Note: Recall 16V-029 remains open for any unremedied 2013-2015 Altimas and this recall applies to all vehicles covered by 16V-029 even if those repairs have already been performed." -05/27/2020,20E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E033000),Horizon Global,Bluetooth Brake Control Functionality,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,2285,"Horizon Global (Horizon) is recalling certain Tekonsha Prodigy RF Electronic Brake Control with Bluetooth kits, part number 902501, and certain Hand Held units, Part No. 90253, that were sold separately as replacements to be used with the 902501 sold for use on for 1 to 3 axle trailers. The brake control kit and its informational materials do not adequately instruct the operator that trailer brake functionality via foot pedal is unavailable when used in conjunction with certain 7-Way Trailer Connectors, while the tow vehicle's 4-Way Hazard Warning Signals are activated. The manual hand-held override trailer braking continues to function as intended.","If a driver of a vehicle equipped with certain 7-way trailer connectors is not aware that trailer braking via foot pedal is unavailable while the 4-Way Hazard Warning Signals are in use, a delay in applying the manual hand-held brake may increase the risk of a crash.","Horizon will notify owners and dealers, and will provide a replacement part that provides notice/indicators to the driver when foot pedal braking is unavailable, along with updated instructions, free of charge. This recall began June 17, 2020. Owners may contact Horizon customer service at 1-877-973-7871." -05/27/2020,20V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V307000),"Kawasaki Motors Corp., U.S.A.",Damaged Air Suction Valves May Cause Fire,ELECTRICAL SYSTEM,MC20-02,Vehicle,1529,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain 2019-2020 NINJA ZX-10R, NINJA ZX-10R ABS, and NINJA ZX-10R ABS KRT EDITION motorcycles. The engine control unit (ECU) programming may cause the engine to backfire when the quick shift function is used under high engine load, possibly resulting in damage to the air suction valves.","Damaged air suction valves may allow high temperature exhaust gas to blow back through and melt surrounding parts, increasing the risk of a fire.","Kawasaki will notify owners, and dealers will reprogram the ECU and inspect the air suction valves and surrounding parts, replacing them as necessary. All repairs will be performed free of charge. This recall began June 8, 2020. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki's number for this recall is MC20-02." -05/27/2020,20V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V306000),Ford Motor Company,Front Facing Camera Improperly Calibrated,ELECTRICAL SYSTEM,20S26,Vehicle,24,"Ford Motor Company (Ford) is recalling certain 2020 Mustang vehicles equipped a forward-looking camera. The camera may be misaligned to the vehicle and features that are dependent on the camera such as Pre-Collision Assist, Adaptive Cruise Control, Lane Keeping System, Driver Alert, and Auto High Beam Control may not function as intended.","If the driver is unaware that the Pre-Collision Assist feature is not operating effectively, they may rely on a system that is not functional, increasing the risk of a crash or injury.","Ford will notify owners, and dealers will perform the Lane Departure Warning System camera alignment procedure, free of charge. This recall began June 17, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S26." -05/27/2020,20V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V305000),Ford Motor Company,Front Seat Belt Pretensioners May Not Deploy,SEAT BELTS,20S25,Vehicle,1616,Ford Motor Company (Ford) is recalling certain 2016-2017 Transit Connect vehicles. The front driver and/or passenger seat belt pretensioner initiators could contain an improper generant mix ratio that may prevent the seat belt pretensioners from deploying in the event of a crash.,"In the event of a crash, the front driver and/or passenger seat belt pretensioners may not deploy, increasing the risk of injury.","Ford will notify owners, and dealers will inspect and replace seat belt assemblies as necessary, free of charge. This recall began August 7, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S25." -05/27/2020,20V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V304000),"Forest River, Inc.",Gasoline Generator Fuel Supply Hose May Leak,EQUIPMENT,310-1168,Vehicle,1140,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Coachmen Mirada and Pursuit Class A motorhomes. The gasoline-powered generator fuel supply hose may leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Forest River will notify owners, and dealers will inspect the fuel hose, replacing it if necessary, free of charge. This recall began June 8, 2020. Owners may contact Forest River customer service at 1-574-825-8212. Forest River's number for this recall is 310-1168." -05/27/2020,20V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V308000),Thor Motor Coach,Incorrect Auto-P Information in Owner's Manual,EQUIPMENT,RC000190,Vehicle,566,"Thor Motor Coach (TMC) is recalling certain 2020 Daybreak, Four Winds, Delano, Gemini, Quantum, Tiburon, Chateau Citation, Compass, Chateau, Siesta, Freedom Elite, and Synergy motorhomes built on Mercedes-Benz Sprinter chassis [platform 907 (VS30)] equipped with automatic transmissions. The owner's manual does not correctly specify the certain conditions under which the automatic parking function (Auto-P) operates.","If a customer were to rely on the Auto-P function as described in the Operator's Manual, the possibility of a vehicle rollaway or unintended vehicle movement cannot be ruled out which could increase the risk of a crash.","TMC will notify owners, and a Mercedes Benz dealer will supplement the Operator's Manual with a correct description of the Auto-P function equipped in the vehicle. This recall began June 25, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000190." -05/27/2020,20V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V310000),Arcimoto Inc,Non-Compliant Brake Hoses/FMVSS 106,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,98,"Arcimoto Inc. (Arcimoto) is recalling certain 2019-2020 FUV motorcycles. The hydraulic brake hose assemblies do not have a ""DOT"" marking, and also may fail constriction testing. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 106, ""Brake Hoses.""","Non-compliant hydraulic brake hoses may lengthen the distance required to stop the vehicle, increasing the risk of a crash.","Arcimoto will notify owners and will replace the hydraulic brake hose assemblies, free of charge, using factory technicians. The recall began July 16, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -05/27/2020,20V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V309000),"Bentley Motors, Inc.",Sunroof Glass Panel May Separate from Vehicle,VISIBILITY,RE 20/15 (RB57),Vehicle,3,"Bentley Motors, Inc. (Bentley) is recalling certain 2020 Continental GT vehicles equipped with a factory-installed sunroof. The sunroof may not be properly bonded to the vehicle body, possibly resulting in wind noise, water leaks, and in some cases, the complete separation of the sunroof from the vehicle.","If the sunroof panel separates from the vehicle while it is being driven, it may increase the risk of an injury or crash.","Bentley will notify owners, and dealers will remove the old sunroof glass and fit a new sunroof glass assembly to the vehicle using the approved bonding products and procedure, free of charge. The recall began June 22, 2020. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE 20/15 (RB57)." -05/27/2020,20V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V303000),Thor Motor Coach,Wire Harness May Chafe and Damage Circuits,ELECTRICAL SYSTEM,RC000189,Vehicle,34,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Quantum, Chateau and Four Winds, and 2020 Vegas and Axis motorhomes built on a Ford E-series chassis. A wire harness in the rear of the vehicle may contact the vehicle frame, resulting in damage to the circuits that support the fuel pump and the anti-lock braking system (ABS).",Damage to the fuel pump circuit in the wiring harness could result in an unexpected engine stall. Damage to the ABS wiring can lead to reduction of ABS functionality and a loss of roll stability control (RSC) functionality. These scenarios increase the risk of a crash.,"TMC will notify owners, and Ford dealers will inspect the wire harness for damage. If no damage is found, dealers will apply anti-abrasion tape over the area and ensure clearance to surrounding components. If damage is found, dealers will splice in new wire and apply anti-abrasion tape over the area and ensure clearance to surrounding components. All services will be performed free of charge. The recall The recall began June 25, 2020., 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000189." -05/27/2020,20E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E032000),Akron Brass Company,Wireless Controller Sleep Mode Disabled,EQUIPMENT,NR (Not Reported),Equipment,53,"Akron Brass Company (Akron Brass) is recalling certain battery-powered 3600 wireless remote controller units used to control the movement of electric firefighting monitors in firefighting vehicles. The monitor is used to direct the water stream and adjust the spray pattern. The wireless remote controller's sleep mode is disabled, and results in the batteries discharging faster than normal.","Inability to use the wireless remote controller may hinder the firefighting efforts, increasing the risk of injury.","Akron Brass will notify owners, and request them to return affected wireless remote controllers to Akron Brass for a software update to enable the sleep mode, free of charge. This recall began June 3, 2020. Owners may contact Akron Brass customer service at 1-800-228-1161." -05/26/2020,20V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V302000),Keystone RV Company,Cooktop Burner Flames May Invert,EQUIPMENT,20-377,Vehicle,192,"Keystone RV Company (Keystone) is recalling certain 2020-2021 Cougar travel trailers, model 24RDS, equipped with a Furrion range cook top. The interior range cooktop is installed in a cabinet that may not be entirely sealed from the furnace cavity. As a result, during furnace operation, the interior range cooktop burner flame may invert.","If the cooktop burner flames invert, there is an increased risk of a fire and injury.","Keystone will notify owners, and dealers will inspect the interior range cooktop with the furnace running, installing a plywood panel to seal it as necessary, free of charge. This recall began July 17, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-377." -05/26/2020,20V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V301000),"Altec Industries, Inc.",Tow Hitch May Have Incorrect Load Rating Markings,EQUIPMENT,CSN 761,Vehicle,396,"Altec Industries Inc. (Altec) is recalling certain 2014-2020 Aerial Devices and body only units equipped with Class 3 towing hitches. The tow hitch may have incorrect load rating markings, and may have been damaged by unintentional overloading.","If the tow hitch is overloaded, the hitch may fail, increasing the risk of a crash.","Altec will notify owners and provide instructions for inspecting the bumper and receiver tube for damage and repairing as necessary and installing the proper hitch load rating placards on the unit. This recall began July 24, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 761." -05/23/2020,20V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V300000),"Halcore Group, Inc.",Brake Line Routing May Cause Wear and Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39,"Halcore Group, Inc. (Halcore) is recalling certain 2019-2020 American Emergency Vehicle TraumaHawk Type 1 ambulances built on RAM 4500 and 5500 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF, DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes. The affected system component is the rear brake caliper flexible line which may be causing brake caliper to wear due to contact suspension components.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Halcore will notify owners, and dealers will inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. Owners may contact Halcore customer service at 1-800-447-0343." -05/22/2020,20V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V298000),"Mercedes-Benz USA, LLC",Incorrect Replacement Passenger Air Bag Installed,AIR BAGS,2020060011,Vehicle,640,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2012 C250, C250 Coupe, C300, C350, C350 Coupe, C63 AMG, and C63 AMG Coupe vehicles equipped with a front passenger air bag assembly replaced under a prior recall. An incorrect replacement front passenger air bag may have been installed.","An incorrect passenger air bag may not provide adequate protection, increasing the risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will replace the passenger air bag module, free of charge. The recall began July 10, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020060011." -05/22/2020,20V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V297000),"Forest River, Inc.",Safety Chains Rated for Incorrect GVW May Break,EQUIPMENT,37-1170,Vehicle,88,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Surveyor Travel Trailers, model SVT296QBLE. The safety chains are insufficient for the trailer's Gross Vehicle Weight Rating (GVWR) and may break in the event of the trailer coming unhitched.","If the vehicle trailer becomes detached from the tow-vehicle, the safety chains may break, leading to complete detachment and potential property damage, personal injury or a crash.","Forest River will notify owners, and a dealer or service center will replace the safety chains, free of charge. The recall began June 8, 2020. Owners may contact Forest River customer service at 1-574-642-3112. Forest River's number for this recall is 37-1170." -05/22/2020,20V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V296000),"KZRV, L.P.",Tire and Rim Label Information Incorrect/FMVSS 110,EQUIPMENT,KZ-2020-02,Vehicle,16,"KZRV, L.P. (KZRV) is recalling certain 2018 Escape recreational trailers. The Federal Identification Tag and Tire Inflation Pressure Label indicates an incorrect Gross Axle Weight Rating (GAWR), and an incorrect tire and rim size with incorrect tire inflation pressure, which can result in the tires being overinflated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Overinflated tires may affecting vehicle handling, increasing the risk of a crash.","KZRV will mail corrected labels to owners with instructions for their application, free of charge. This recall began June 12, 2020. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2020-02." -05/22/2020,20V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V299000),Triple E Recreational Vehicles,Utility Compartment Door Latch May Become Locked,EQUIPMENT,CA#9681-1,Vehicle,61,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020 Unity travel trailers, model U24RL. The utility compartment's inner latch mechanism may rotate due to vehicle motion, becoming locked.","A locked utility compartment prevents access to the liquid propane (LP) shutoff valve. In the event of a propane leak at the regulator, this may increase the risk of a fire in the presence of an ignition source.","Triple E will notify owners, and dealers will repair the utility compartment latch mechanism, free of charge. This recall began June 2, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9681-1." -05/21/2020,20V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V294000),Dennis Eagle Inc.,Incorrect Software Programming for ABS/FMVSS 121,ELECTRICAL SYSTEM,FSI 1369,Vehicle,5,"Dennis Eagle Inc. (Dennis Eagle) is recalling certain 2017-2018 Elite garbage trucks. The Electronic Braking System control unit (EBS ECU) may be programmed with incorrect datasets, causing the anti-lock braking system to activate on the opposite side of the vehicle from any detected lock-up. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","If the ABS system malfunctions, the vehicle may require additional stopping distance, increasing the risk of a crash.","Dennis Eagle will notify owners and will reprogram the EBS ECU with new software, free of charge. The recall began June 1, 2020. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI 1369." -05/21/2020,20V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V295000),"General Motors, LLC",Missing Tire Pressure Information/FMVSS 110,EQUIPMENT,A202304070,Vehicle,20,"General Motors LLC (GM) is recalling certain 2021 Chevrolet Trailblazer vehicles factory-equipped with optional 17-inch sport terrain tires. The certification label on these vehicles does not provide the tire size and cold tire pressure information for front and rear tires, as required. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard Number 110, ""Tire Selection and Rims.""","If drivers are uninformed and overinflate or underinflate their tires, this may increase the risk of a crash.","GM will notify owners, and will mail corrected labels for customers to apply, free of charge. The recall began July 1, 2020. Owners may call Chevrolet customer service at 1-800-222-1020. GM's number for this recall is A202304070." -05/20/2020,20V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V285000),"Navistar, Inc.",ABS Malfunction Indicator May Not Light/FMVSS 105,ELECTRICAL SYSTEM,20505,Vehicle,2805,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 International CV vehicles. Due to a software error, the Antilock Braking System (ABS) malfunction indicator does not light when there is a loss of communication between the Electronic Brake Control Module (EBCM) and the Body Control Module (BCM). As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","If the malfunction warning does not light, the driver may not be aware of an inoperative ABS or Automatic Traction Control (ATC) system, increasing the risk of a crash.","Navistar will notify owners, and dealers will program the BCM software with a new calibration, free of charge. This recall began July 20, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20505." -05/20/2020,20V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V283000),"BMW of North America, LLC",Air Bags May Not Deploy in Rollover,AIR BAGS,NR (Not Reported),Vehicle,76,"BMW of North America, LLC (BMW) is recalling certain 2020 X1 xDrive28i, X1 sDrive28i, X2 xDrive28i and X2 sDrive28i, 2020 MINI Clubman Cooper S All4, 2021 MINI Hardtop 2 Door (Cooper, Cooper S, John Cooper Works and Cooper S E) and MINI Hardtop 4 Door (Cooper and Cooper S) vehicles. Due to a problem with the rollover sensor within the air bag control unit, in the event of a rollover crash, the head air bag, seat belt pretensioners and other safety systems, may not activate.","If the safety systems do not deploy as intended in a roll over crash, it may increase the risk of injury.","BMW will notify owners, and dealers will replace the air bag control unit, free of charge. The recall began July 17, 2020. Owners may contact BMW customer service at 1-800-525-7417 or MINI customer service at 1-866-825-1525." -05/20/2020,20V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V284000),"REV Ambulance Group Orlando, Inc.",Brake Line Routing May Cause Wear and Fluid Leak,SERVICE BRAKES,NR (Not Reported),Vehicle,59,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain 2018-2020 Type 1 ambulances built on Ram 4500 and 5500 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF and DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","REV will notify owners, and dealers will dealers inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. The recall began July 15, 2020. Owners may contact REV customer service at 1-855-661-9232." -05/20/2020,20V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V291000),"Halcore Group, Inc.",Brake Line Routing May Cause Wear and Fluid Leak,SERVICE BRAKES,NR (Not Reported),Vehicle,17,"Halcore Group, Inc. (Halcore) is recalling certain 2018-2020 Horton Emergency Vehicles (HEV) Type I & Type III ambulances built on a Ram 4500 or 5500 chassis and equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF, DS135RS3-DM. The rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes. The affected system component is the rear brake caliper flexible line which may be causing brake caliper to wear due to contact suspension components.","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","Halcore will notify owners, and dealers will inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. This recall began June 5, 2020. Owners may contact Halcore customer service at 1-800-447-0343." -05/20/2020,20V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V286000),Toyota Motor Engineering & Manufacturing,Front Lower Suspension Arms May Separate,SUSPENSION,20TB08 / 20TA08,Vehicle,9502,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019-2020 RAV4 and RAV4 Hybrid vehicles. The front lower suspension arms may have cracks, which may result in the suspension arm separating from the front wheel assembly.","If a suspension control arm breaks, it can result in a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace both front lower suspension arms, free of charge. This recall began August 10, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's interim numbers for this recall are 20TB08 / 20TA08." -05/20/2020,20V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V288000),"Vac-Tron Equipment, LLC",Improper Lamps and Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,VVK0007,Vehicle,104,"Vac-Tron Equipment, LLC. (Vac-Tron), a subsidiary of Vermeer Manufacturing Company (Vermeer), is recalling certain 2016-2020 CS870GT, CS873GT, LP Mini 373 DT, and LP Mini 373 GT Vacuum Excavator trailers. The front clearance lamps may be positioned improperly and an insufficient amount of conspicuity tape may have been applied on the sides and rear. The trailers may also may also lack side or rear reflex reflectors. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard Number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to the improper position of the lamps, insufficient reflective tape, and lack of reflectors, the vacuum excavator trailer may have reduced visibility, increasing the risk of a crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. This recall began July 14, 2020. Owners may contact Vac-Tron customer service at 1-352-728-2222. Vac-Tron's number for this recall is VVK0007." -05/20/2020,20V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V289000),"Vac-Tron Equipment, LLC",Improper Lamps and Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,VVK0008,Vehicle,110,"Vac-Tron Equipment, LLC. (Vac-Tron), a subsidiary of Vermeer Manufacturing Company (Vermeer), is recalling certain 2016-2020 Vac-Tron CS500DT, CS570GT, CS573GT, CS1270GT, CS1270SGT, CS1273GT and CS800DT Vacuum Excavator trailers. The front clearance lamps may be positioned improperly and an insufficient amount of conspicuity tape may have been applied on the sides and rear. The trailers may also may also lack side or rear reflex reflectors. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard Number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to the improper position of the lamps, insufficient reflective tape, and lack of reflectors, the vacuum excavator trailer may not be sufficiently visible during low visibility conditions, increasing the risk of a crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. This recall began July 14, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0008." -05/20/2020,20V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V290000),"Vac-Tron Equipment, LLC",Improper Lamps and Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,VVK0009,Vehicle,21,"Vac-Tron Equipment, LLC. (Vac-Tron), a subsidiary of Vermeer Manufacturing Company (Vermeer), is recalling certain 2016-2020 CS1273GT, CS870GT, CS1270GT, CS873GT, CV1273GT, CV1273SGT and LP1273XDT Vacuum Excavator trailers. The front clearance lamps may be positioned improperly and an insufficient amount of conspicuity tape may have been applied on the sides and rear. The trailers may also may also lack side or rear reflex reflectors. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard Number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to the improper position of the lamps, insufficient reflective tape, and lack of reflectors, the vacuum excavator trailer may not be sufficiently visible during low visibility conditions, increasing the risk of a crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. This recall began July 14, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0009." -05/20/2020,20V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V292000),"Vac-Tron Equipment, LLC",Insufficient Rear Impact Protection/FMVSS 224,STRUCTURE,VVK0008,Vehicle,110,"Vac-Tron Equipment, LLC (Vac-Tron), a subsidiary of Vermeer Manufacturing Company (Vermeer), is recalling certain 2016-2020 CS500DT, CS570GT, CS573GT, CS800DT, CS800GT, CS1270GT, CS1270SGT, and CS1273GT Vacuum Excavator trailers. The rear most extremity extends too far beyond the rear of the trailer frame, reducing impact protection. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 224, ""Rear Impact Protection.""","In the event of a rear impact crash, the other vehicle can travel under the rear of the vacuum excavator, increasing the risk of serious injury or death to someone in the other vehicle.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. The recall began July 14, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0008." -05/20/2020,20V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V293000),"Vac-Tron Equipment, LLC",Insufficient Rear Impact Protection/FMVSS 224,STRUCTURE,VVK0009,Vehicle,21,"Vac-Tron Equipment, LLC (Vac-Tron), a subsidiary of Vermeer Manufacturing Company (Vermeer), is recalling certain 2016-2020 CS873GT, CV1273GT, LP1273XDT, CS1270GT, CS1273GT, CS870GT, and CS1273SGT Vacuum Excavator trailers. The rear most extremity extends too far beyond the rear of the trailer frame, reducing impact protection. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) Number 224, ""Rear Impact Protection.""","In the event of a rear impact crash, the other vehicle can travel under the rear of the vacuum excavator, increasing the risk of serious injury or death to someone in the other vehicle.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. The recall began July 14, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0009." -05/19/2020,20V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V282000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,EQUIPMENT,CSN 760,Vehicle,157,"Altec Industries Inc. (Altec) is recalling certain 2018-2020 AA55, AM50 and A77 Aerial Devices and D2, D3, D4, DH-B and DH-H Digger Derricks. The bolts that secure the pedestal to the turntable (with head marking 5185) may fail.","If the fasteners break, the pedestal may separate from turntable, increasing the risk of injury or death.","Altec will notify owners and will provide replacement fasteners if necessary, free of charge. This recall began July 2, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 760." -05/18/2020,20V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V280000),"Mitsubishi Motors North America, Inc.",Incorrectly Assembled Rear Seat Belt Assembly,SEAT BELTS,SR-20-002,Vehicle,3241,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2019-2020 Outlander and 2019 Outlander PHEV vehicles. The seat belt for the right side second-row seat may have been assembled incorrectly.","An incorrectly assembled seat belt may not properly restrain the occupant, increasing the risk of injury in a crash.","MMNA will notify owners, and dealers will inspect the right side second-row seat belt and replace it as necessary, free of charge. This recall began June 17, 2020. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-20-002." -05/18/2020,20V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V279000),"Mitsubishi Motors North America, Inc.",Lower Control Arm May Detach Due to Corrosion,STRUCTURE,SR-20-003,Vehicle,141200,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2008-2010 Lancer, 2009-2010 Lancer Sportback, 2008-2013 Outlander, and 2011-2016 Outlander Sport vehicles originally sold in, or ever registered in, Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. The front lower control arms may detach due to the front cross member corroding from salt water exposure such as from road salt use.","A detached front control arm can result in a loss of vehicle control, increasing the risk of a crash.","MMNA will notify owners, and dealers will inspect the front cross members. Depending on the level of existing corrosion, either a sealing/anti-corrosion agent will be applied or the front cross member will be replaced with a new one. These repairs will be performed free of charge. The recall began August 7, 2020. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-20-003." -05/18/2020,20V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V281000),"Daimler Trucks North America, LLC",Undersized Ground Wire May Cause Engine Stall,ELECTRICAL SYSTEM,FL-852,Vehicle,2987,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2021 Western Star 4700 and 5700 vehicles. A particular wire in the ground harness may be undersized, possibly resulting in a melted connector in the ground circuit harness. If the connector becomes damaged, under certain circumstances, the engine may stall without the ability to restart.",An engine stall may increase the risk of a crash.,"DTNA will notify owners, and dealers will replace the ground harness, free of charge. This recall began June 23, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-852." -05/15/2020,20V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V278000),"Vantage Mobility International, LLC",Fuel Pump Gasket Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,122,"Vantage Mobility International, LLC (Vantage) is recalling certain Vantage-modified 2016-2019 Dodge Grand Caravan vehicles. The fuel pump gasket may deteriorate, allowing fuel to leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Vantage will notify owners, and will provide parts and reimbursement to owners for repair facilities to replace the fuel tank gasket, free of charge. The recall began May 19, 2020. Owners may contact Vantage customer service at 1-800-488-9082." -05/15/2020,20V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V277000),"Yamaha Motor Corporation, USA",Insufficiently Tightened Cylinder Head Nuts,ENGINE AND ENGINE COOLING,990137,Vehicle,3116,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2018 XC155 scooters. The cylinder head nuts may not have been tightened properly and could loosen, allowing coolant to foul the spark plug.","A fouled spark plug could cause the engine to stall at idle and possibly not restart, increasing the risk of a crash.","Yamaha will notify owners and dealers will replace the cylinder head gasket and tighten the cylinder head nuts, free of charge. The recall began May 29, 2020. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990137." -05/15/2020,20V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V276000),"Forest River, Inc.",Ramp Door May Come Loose,STRUCTURE,79-1161,Vehicle,223,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 XLR Micro Boost trailers, models XLT25LRLE-79 and XLT27LRLE-79. The fasteners used to attach the ramp door may loosen and cause the ramp door to detach from the vehicle.","If the ramp door detaches from the vehicle, it may result in injury and/or a crash.","Forest River will notify owners, and dealers or authorized service centers will replace the fasteners for the ramp door, free of charge. This recall began June 1, 2020. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 79-1161." -05/14/2020,20V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V275000),"Heartland Recreational Vehicles, LLC",U-Bolts for Spare Tire Carrier May Break,EQUIPMENT,NR (Not Reported),Vehicle,392,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2020 Mallard, Prowler, Trail Runner, and Wilderness trailers equipped with a bumper-mounted spare tire carrier. The U-bolt that secures the spare tire may break, and cause the spare tire to detach during travel.","If both U-bolts break, the carrier and spare tire can detach from the unit, resulting in an increased risk of injury and increase the risk of a crash.","Heartland will notify owners, and dealers will replace the spare tire mounting U-bolts, free of charge. The recall began July 7, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -05/13/2020,20E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E031000),LiquidSpring LLC,Brake Line Routing May Cause Wear and Fluid Leak,SERVICE BRAKES,NR (Not Reported),Equipment,397,"LiquidSpring LLC (LiquidSpring) is recalling certain Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part numbers DS135RS3A, DS135RS3AF, DS135RS3-DM, sold for use with 2019-2020 RAM 4500 and 5500 vehicles. In the affected suspension systems, the rear brake caliper flexible line may have been routed so that it contacts a suspension component, possibly causing excessive wear and a loss of rear brakes. As such, these parts fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","A worn rear brake caliper flexible line may cause brake fluid leakage which may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","LiquidSpring has notified the purchasers, and the affected vehicle manufacturers will file recalls to have their dealers inspect the rear brake caliper flexible lines for wear and install a kit to modify the rear brake caliper flexible line mounting, and if necessary, a kit to replace worn brake lines, free of charge. The recall May 13, 2020. Owners may contact LiquidSpring customer service at 1-765-474-7816, extension 1." -05/13/2020,20V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V270000),"Porsche Cars North America, Inc.",Fuel Line Quick Connector May Leak,"FUEL SYSTEM, GASOLINE",ALA4,Vehicle,2253,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2019-2020 Cayenne Turbo and 2020 Cayenne Turbo Coupe, Turbo S Hybrid and Turbo S Hybrid Coupe vehicles. The fuel line quick connector located in the engine compartment may leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Porsche will notify owners, and dealers will replace the fuel line and quick connector, free of charge. The recall began September 8, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ALA4." -05/13/2020,20V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V274000),"Volkswagen Group of America, Inc.",Improper deployment of Passenger Air Bag,AIR BAGS,70H6,Vehicle,153,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Audi A6, A6 Allroad and A7 vehicles. The passenger air bag may not properly deploy through the instrument panel tear seam.","In the event of a crash, the passenger air bag may not properly deploy and inflate, and small plastic parts may enter the cabin, increasing the risk of injury.","Audi will notify owners, and dealers will replace the instrument panels, free of charge. The recall began June 24, 2020. Owners may contact Audi customer service at 1-800-822-2834. Volkswagen's number for this recall is 70H6." -05/13/2020,20V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V273000),"Volkswagen Group of America, Inc.",Passenger Air Bag may Deploy Improperly,AIR BAGS,70H7,Vehicle,3024,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Audi Q3 vehicles. The passenger air bag may not properly deploy through the instrument panel tear seam.","In the event of a crash, the passenger air bag may not properly deploy and inflate, and small plastic parts may enter the cabin, increasing the risk of injury.","Audi will notify owners, and dealers will inspect the instrument panel and replace it, if necessary, free of charge. The recall began June 10, 2020. Owners may contact Audi customer service at 1-800-822-2834. Volkswagen's number for this recall is 70H7." -05/13/2020,20V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V269000),"Forest River, Inc.",Refrigerator Vent May Be Missing,EQUIPMENT,22-1166,Vehicle,22,"Forest River, Inc. (Forest River) is recalling certain 2020-2021 Vibe trailers, models VBT16RB-OR and VBT17DB-OR. The roof vent for the refrigerator may be missing.","Insufficient ventilation may cause the refrigerator to overheat, increasing the risk of a fire or result in a carbon monoxide buildup, increasing the risk of injury.","Forest River will notify owners, and dealers will install a vent on the roof for the refrigerator, free of charge. The recall began on June 1, 2020. Owners may contact Forest River customer service at (503) 831-5413. Forest River's number for this recall is 22-1166." -05/13/2020,20V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V271000),"Porsche Cars North America, Inc.",Transmission Oil Pipe May Leak,POWER TRAIN,ALA5,Vehicle,1805,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020 Cayenne vehicles. An insufficient weld on a transmission oil pipe may cause the vehicle to leak automatic transmission fluid (ATF).","If transmission fluid leaks while driving, the road surface may be made slippery, increasing the risk of a crash.","Porsche will notify owners, and dealers will inspect the transmission oil pipe and replace it if necessary, free of charge. The recall began September 8, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ALA5." -05/13/2020,20V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V272000),"Volkswagen Group of America, Inc.",Transmission Oil Pipe May Leak,POWER TRAIN,38C7,Vehicle,531,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2020 Audi Q8 vehicles. An insufficient weld on a transmission oil pipe may cause the vehicle to leak automatic transmission fluid (ATF).","If transmission fluid leaks while driving, the road surface may become slippery, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the transmission oil pipe and replace it if necessary, free of charge. The recall began June 12, 2020. Owners may contact Volkswagen customer service at 1-800-253-2834. Volkswagen's number for this recall is 38C7." -05/12/2020,20V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V266000),Blue Bird Body Company,Incorrectly Installed A/C Circuit Breaker,ELECTRICAL SYSTEM,R20AR-SB,Vehicle,1239,Blue Bird Body Company (Blue Bird) is recalling certain 2020-2021 Vision and All American school buses equipped with factory-installed air conditioning (A/C) systems. The A/C circuit breaker may have been installed incorrectly.,Incorrect installation of the air conditioning circuit breaker may increase the risk of a fire.,"Blue Bird will notify owners, and dealers will inspect the installation of the A/C circuit breaker, correcting it as necessary. Any damaged circuit breakers will be replaced. These repairs will be performed free of charge. The recall began July 6, 2020. Owner letters were mailed on November 30, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AR-SB." -05/12/2020,20V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V267000),Blue Bird Body Company,Incorrectly Installed A/C Circuit Breaker,ELECTRICAL SYSTEM,R20AR-NSB,Vehicle,46,Blue Bird Body Company (Blue Bird) is recalling certain 2020-2021 Vision and All American buses equipped with factory-installed air conditioning (A/C) systems. The A/C circuit breaker may have been installed incorrectly.,Incorrect installation of the air conditioning circuit breaker increases the risk of a fire.,"Blue Bird will notify owners, and dealers will inspect the installation of the A/C circuit breaker, correcting it as necessary. Any damaged circuit breakers will be replaced. These repairs will be performed free of charge. The recall began July 6, 2020. Owner letters were mailed on November 30, 2021. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AR-NSB." -05/08/2020,20V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V261000),"Maintainer Corporation of Iowa, Inc.",Loose PTO May Cause Transmission Fluid Leak,EQUIPMENT,NR (Not Reported),Vehicle,16,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain modified 2019-2020 International CV 515 and Chevrolet Silverado tow vehicles equipped with Allison 2700 series transmissions with Chelsea Power Take Offs (PTO). The PTOs were installed incorrectly and as a result, the attachment hardware may loosen over time.","If the PTO attachment hardware loosens it could cause a loss of transmission fluid which may result in the rear wheel locking up, increasing the risk of a crash.","Maintainer will notify owners, and dealers will inspect the PTO and install a new attachment stud kit, free of charge. The recall began June 9, 2020. Owners may contact Maintainer customer service at 1-800-831-8588." -05/08/2020,20V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V263000),Ford Motor Company,Out Of Park Warning Message and Chime Too Short,ELECTRICAL SYSTEM,20S21,Vehicle,10460,"Ford Motor Company (Ford) is recalling certain 2019 Expedition and 2019-2020 Mustang vehicles. The ""Transmission Not In Park"" warning message and associated chime duration are shorter than intended.","If the driver exits the vehicle without the transmission being shifted into park, unintended vehicle movement may result, increasing the risk of injury or crash.","Ford will notify owners, and dealers will reprogram the instrument cluster, free of charge. The recall began May 26, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S21." -05/08/2020,20V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V260000),Ford Motor Company,Panoramic Roof Panel may Separate from Vehicle,VISIBILITY,20S22,Vehicle,5088,"Ford Motor Company (Ford) is recalling certain model year 2014-2017 Transit Connect vehicles equipped with a Panoramic Fixed-Glass Vista roof. An improper bond may exist between the panoramic roof and the vehicle body and may result in wind noise, water leak, and in some cases, separation from the vehicle.","If the panoramic roof panel separates from the vehicle while it is being driven, it may increase the risk of an injury or crash.","Ford will notify owners, and dealers will remove, clean, and reinstall the panoramic roof panel, free of charge. Ford issued owners an interim notification on May 26, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S22." -05/08/2020,20V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V258000),Blue Bird Body Company,Parking Brake may not Hold Vehicle/ FMVSS 105,PARKING BRAKE,R20AP-SB,Vehicle,1585,"Blue Bird Body Company (Blue Bird) is recalling certain 2020-2021 Vision and All American school buses. The foot pedal parking brake assembly may have been improperly assembled possibly resulting in a failure to hold the vehicle stationary on an incline when the vehicle is loaded to its maximum weight. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""",Unintended vehicle movement can increase the risk of a crash.,"Blue Bird will notify owners, and dealers will inspect the foot pedal parking brake assembly application force and adjust it as necessary, free of charge. The recall is expected to begin July 3, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AP-SB." -05/08/2020,20V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V259000),Blue Bird Body Company,Parking Brake may not Hold Vehicle/ FMVSS 105,PARKING BRAKE,R20AP-NSB,Vehicle,24,"Blue Bird Body Company (Blue Bird) is recalling certain 2020-2021 Vision and 2021 All American buses. The foot pedal parking brake assembly may have been improperly assembled possibly resulting in a failure to hold the vehicle stationary on an incline when the vehicle is loaded to its maximum weight. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""",Unintended vehicle movement can increase the risk of a crash.,"Blue Bird will notify owners, and dealers will inspect the foot pedal parking brake assembly application force and adjust it as necessary, free of charge. The recall is expected to begin July 3, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AP-NSB." -05/08/2020,20V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V262000),Ford Motor Company,Pre-Collison Assist can't be Enabled,ELECTRICAL SYSTEM,20S20,Vehicle,25081,"Ford Motor Company (Ford) is recalling certain 2020 Ford Expedition and Lincoln Navigator vehicles equipped with camera-only Pre-Collision Assist feature. Vehicles built with the optional radar-plus-camera Pre-Collision Assist system are not affected. Due to incorrect coding of interfacing modules, the Pre-Collision Assist feature is not enabled, and the driver cannot access the menu functions necessary to enable the Pre-Collision Assist feature.","If the driver is unaware that the Pre-Collision Assist feature is not enabled, they may rely on a system that is not functional, increasing the risk of a crash or injury.","Ford will notify owners, and dealers will reprogram software for the Body Control Module, Antilock Braking System, Instrument Panel Cluster and Headlamp Control Modules, and reset the Tire Pressure Monitor System, free of charge. The recall began May 26, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S20." -05/08/2020,20E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E030000),"McNeilus Truck & Manufacturing, Inc.",Pressure Relief Devices May Not Vent,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,100,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain CNG Fuel Systems that it sold as aftermarket parts. These systems, part number 2702100, include an EMER thermally activated pressure relief device. The pressure relief devices (PRDs) may not vent the system when exposed to heat, potentially resulting in the system rupturing.","If the fuel system ruptures from exposure to heat, there may be an increased risk of injury.","McNeilus will work with Agility to notify customers and will replace the PRDs, free of charge. The recall began May 8, 2020. Owners may contact Agility customer service at 1-949-267-7745 or McNeilus customer service at 1-888-686-7278." -05/07/2020,20V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V257000),"Autocar, LLC",Automatic Traction Control May Malfunction,TRACTION CONTROL SYSTEM,ACX-2002,Vehicle,80,"Autocar, LLC (Autocar) is recalling certain 2016-2020 Autocar Xpeditor vehicles equipped with Wabco Automatic Traction Control (ATC) electronic control units (ECU). The ATC ECUs may not be programmed correctly and may malfunction without warning.",An ATC ECU malfunction may increase the risk of a crash.,"Autocar will notify owners, and dealers will reprogram the ATC ECU, free of charge. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. The recall began July 6, 2020. Autocar's number for this recall is ACX-2002." -05/07/2020,20V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V255000),"Navistar, Inc.",Engine Wrist Pin Bushing May Fail,ENGINE,20504,Vehicle,5192,"Navistar, Inc. (Navistar) is recalling certain 2018-2020 International LT and 2019-2020 International RH trucks. The wrist pin bushing of the engine connecting rod may fail.","Connecting rod failure may result in an unexpected engine shutdown, increasing the risk of a crash.","Navistar will notify owners and dealers will install a detection system to warn the driver prior to engine connecting rod failure, and engines with a defective connecting rod will be repaired, free of charge. The recall began July 8, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20504." -05/07/2020,20V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V254000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,N192285350,Vehicle,2281,General Motors LLC (GM) is recalling certain 2015-2016 Chevrolet Caprice Police Pursuit vehicles (PPV) and SS vehicles. Corrosion of the connector between the electric power steering module and the torque sensor connector may cause a loss of electric power steering assist.,"A greater steering effort would be needed to control the vehicle if power steering is lost, increasing the risk of a crash.","GM will notify owners, and dealers will replace the steering gear assembly, free of charge. The recall began May 26, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N192285350." -05/05/2020,20V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V249000),Blue Bird Body Company,Parking Brake Cable May Contact Fuel Line,"FUEL SYSTEM, GASOLINE",R20AQ-SB,Vehicle,352,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2021 Vision school buses equipped with Ford 6.8L gasoline engines with an optional right-hand mounted parking brake lever. Due to improper routing of the parking brake cables, the parking brake cable may contact and chafe the gasoline fuel line, potentially causing a fuel leak.",A fuel leak increases the risk of a fire.,"Blue Bird will notify owners, and dealers will inspect and secure the parking brake cable, as necessary, free of charge. The recall began May 28, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AQ-SB." -05/05/2020,20V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V251000),"Daimler Trucks North America, LLC",Possible Loss of Drive System and Power Steering,POWER TRAIN,FL-850,Vehicle,5,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner Business Class M2 trucks equipped with Cummins PowerDrive EV drivetrains, part numbers 4000EV, 6000EV, and 7000EV. A connector within the wire harness may become unplugged and cause loss of communication between control modules, resulting in sudden loss of drive power and power steering.",A sudden loss of drive power and loss of power steering increases the risk of a crash.,"Per Cummins, all of the affected vehicles have been remedied. Owners may contact DTNA customer service at 1-800-547-0712 or Cummins customer service at 1-800-286-6467. DTNA's number for this recall is FL-850." -05/05/2020,20V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V252000),"Daimler Trucks North America, LLC",Rear Emergency Exit Window Label/FMVSS 217,EQUIPMENT,FL-849,Vehicle,7979,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2010-2020 Thomas Built Buses Saf-T-Liner HDX school buses. The lettering on the instruction label for the rear emergency exit window may be too small. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","Small lettering may be difficult for occupants to read, delaying the reaction time to open the exit, increasing the risk of injury.","DTNA will notify owners and mail a new label to attach to the exit window by first class mail, free of charge. DTNA issued owners an interim notification on June 17, 2020. The recall began September 10, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-849." -05/05/2020,20V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V250000),"National Van Builders, Inc.",Seatbelt may not Restrain Occupant/FMVSS 209,SEAT BELTS,20E-004,Vehicle,5,"National Van Builders, Inc. (National Van Builders) is recalling certain vehicles based on 2019-2020 Ford Transit and 2019 Ram Promaster vans equipped with Freedman GO-ES foldaway seats. The seat belt retractor block out zone may have not been set correctly, potentially resulting in a seat belt that may not properly secure the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""",An unsecured occupant has an increased risk of injury in the event of a crash.,"National Van Builders will notify owners, and dealers will replace the retractors, free of charge. The recall began May 19, 2020. Owners may contact Freedman customer service at 1-800-443-4540 or National Van Builders customer service at 1-800-527-7477." -05/04/2020,20V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V248000),Hyundai Motor America,Driver's Air Bag May Be Insufficiently Tightened,AIR BAGS,192,Vehicle,1295,"Hyundai Motor America (Hyundai) is recalling certain 2016 Genesis Coupe vehicles. The mounting bolts securing the driver-side frontal air bag may have been insufficiently tightened, potentially causing the air bag to detach from the steering wheel.",A detached driver's air bag increases the risk of injury in the event of a crash.,"Hyundai will notify owners, and dealers will inspect the mounting bolts and retighten them as necessary, free of charge. The recall began June 22, 2020. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 192." -05/03/2020,20E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E027000),Harbor Freight Tools,Jack Stand May Collapse Under Load,EQUIPMENT,NR (Not Reported),Equipment,1254000,"Harbor Freight Tools (Harbor Freight) is recalling pairs of Pittsburgh Automotive 3 Ton Heavy Duty Steel Jack Stands, part numbers 56371 and 61196. The ratchet teeth on the jack stand lifting extension post may not engage the pawl to a sufficient depth, possibly causing the stand to fail under load.","Under load, the stand may drop suddenly, which may increase the risk of injury to people near or under a lifted vehicle.","Harbor Freight will notify owners, and stores will provide, in exchange for return of the jack stands, a gift card equal to the shelf price of the jack stands, free of charge. Owners are asked to immediately discontinue use of the jack stands for safety concerns. The recall began on May 18, 2020. Owners may contact Harbor Freight customer service at 1-800-444-3353 or Recalls@HarborFreight.com." -05/01/2020,20V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V245000),"Piaggio Group Americas, Inc.",Brake Pads May Corrode/Detach From Backing Plate,"SERVICE BRAKES, HYDRAULIC",PA2ZZQ2001,Vehicle,3287,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2017-2018 Aprilia RSV4 1000 RF, and 2017-2020 Aprilia RSV4 1000 RR and Aprilia Tuono 1100 RF and RR motorcycles. The front brake pads may corrode, potentially causing the front brake pad friction material to detach from the backing plate.","If the front brake pad friction material detaches from the backing plate, the motorcycle may experience increased stopping distance, increasing the risk of a crash.","Piaggio will notify owners, and dealers will replace the front brake pads, free of charge. The recall began May 22, 2020. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PA2ZZQ2001." -05/01/2020,20V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V247000),"Mercedes-Benz USA, LLC",Incorrect Child Safety Lock Label,EQUIPMENT,2020050034,Vehicle,6659,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019-2020 G550 and G63 vehicles. The embossed lock symbol for the child safety lock on the rear doors may indicate the incorrect lock status of the child safety lock.","If an unrestrained child unexpectedly opens a door, they may fall from the vehicle increasing their risk of injury.","MBUSA will notify owners, and dealers will install a label on the rear doors with the correct operating direction, free of charge. The recall began June 26, 2020. Owners may contact MBUSA customer service at 1-877-496-3691. MBUSA's number for this recall is 2020050034." -05/01/2020,20V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V246000),"Mercedes-Benz USA, LLC",Water Intrusion into Front Wheel Wells,ELECTRICAL SYSTEM,2020070009,Vehicle,26,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLB 250 vehicles. Water may enter through the wheel well area into the front occupant foot wells, potentially damaging certain electrical components. This may result in the instrument cluster going blank, or an engine stall while driving without the ability to restart the vehicle.",Either a blank instrument cluster display or an engine stall can increase the risk of a crash.,"MBUSA will notify owners, and dealers will seal the vehicle body in the wheel well area and inspect the front foot wells for water intrusion, repairing as necessary, free of charge. The recall began July 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070009." -04/30/2020,20V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V244000),"Hino Motors Sales U.S.A., Inc.",Insufficient Battery Ground Cable Length,ELECTRICAL SYSTEM,AAHT0,Vehicle,13700,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2020-2021 NV8J, NJ8J, NE8J, NJ8A, NV8A, NE8A, NE8G, NJ8C, NE8C, and NV8G trucks. The ground cable that connects the negative battery terminal to the frame may be too short and may break as a result.","If the ground cable breaks, the engine cannot be re-started to move the vehicle to a safe area, increasing the risk of a crash.","Hino will notify owners, and dealers will install an extension bracket to the negative battery terminal and inspect the ground cable terminal for damage, replacing the cable if damage is found, free of charge. Owners will be notified of the safety risk with an interim letter Mid-June 2020. The recall began June 26, 2020. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is AAHT0." -04/29/2020,20V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V243000),"BMW of North America, LLC",Head Air Bag Inflator Humidity Exceeds Specs,AIR BAGS,NR (Not Reported),Vehicle,33,"BMW of North America, LLC (BMW) is recalling certain 2017 530i, 530i xDrive, 540i and 540i xDrive and 2017-2018 530e xDrive vehicles. Prior exposure to excessive levels of humidity within the driver and passenger head air bag inflators may affect the proper deployment of the head air bags.","In the event of a crash of sufficient severity, deployment of the head air bag may be impaired and/or the igniter could separate from the inflator, increasing the risk of injury.","BMW will notify owners, and dealers will replace the left or right head air bag, free of charge. The recall began June 24, 2020. Owners may contact BMW customer service at 1-800-525-7417." -04/29/2020,20V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V240000),"Terex South Dakota, Inc.",Incorrect Slope Indicator and Decals,EQUIPMENT,SN685,Vehicle,43,"Terex South Dakota, Inc. (Terex) is recalling certain 2019-2020 TL80 and TL80/112 aerial devices. The installed slope indicator and decals incorrectly state that the chassis can be 5 degrees out of level for aerial device use.","If the aerial device is used with the chassis out of level it may result in an unstable condition which may cause the unit to tip, increasing the risk of injury to the operator and any bystanders.","Terex will notify owners, and dealers will replace the incorrect slope indicator and decals, free of charge. The recall began May 12, 2020. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN685." -04/29/2020,20V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V241000),Volvo Trucks North America,Loose Steering Gear Fasteners,STEERING,RVXX2001,Vehicle,23,Volvo Trucks North America (Volvo Trucks) is recalling certain 2020-2021 VNL and VNR trucks. The steering gear fasteners may have not been properly tightened.,"The loose fasteners may result in a loss of vehicle control, increasing the risk of a crash.","Volvo Trucks will notify owners, and dealers will tighten the steering gear fasteners to specification, free of charge. The recall began May 20, 2020. Owners may contact Volvo Trucks customer service at 800-528-6586. Volvo Trucks' number for this recall is RVXX2001." -04/29/2020,20V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V239000),"Gillig, LLC",Pressure Relief Devices May Not Vent/FMVSS 304,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,275,"Gillig LLC (Gillig) is recalling certain 2018-2020 Low Floor transit buses powered by compressed natural gas (CNG). The thermally activated pressure relief device (PRD) installed on the CNG fuel system may not vent the system when exposed to heat, potentially resulting in the system rupturing.","If the fuel system ruptures from exposure to heat, there may be an increased risk of injury.","Gillig will work with Agility to notify customers and replace the PRDs, free of charge. The recall began May 15, 2020. Owners may contact Agility customer service at 1-949-267-7745 or Gillig customer service at 1-800-735-1500." -04/29/2020,20V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V242000),Motor Coach Industries,"Seat Belts Do Not Extend/FMVSS 208, 209",SEAT BELTS,SB 482,Vehicle,641,"Motor Coach Industries (MCI) is recalling certain 2015-2016 D4000, 2015-2020 D4500 and D4505, 2016-2020 J4500, 2018 J3500, and 2017 D4005 buses. The seat belts may not extend from the retracted position, rendering the seat belt unusable. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) number 208, ""Occupant Crash Protection,"" and number 209, ""Seat Belt Assemblies.""",Inability to use the seat belt may increase the risk of injury in the event of a crash.,"MCI will notify the affected owners, and dealers will inspect and replace the seat belts, as necessary, free of charge. MCI issued owners an interim notification June 26, 2020. The recall began January 13, 2021. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 482." -04/28/2020,20V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V236000),"Triumph Motorcycles America, Ltd.",Brake Pads May Corrode/Detach From Backing Plate,"SERVICE BRAKES, HYDRAULIC",SRAN 579,Vehicle,3709,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2018-2020 Street Triple RS, Tiger 1200 XCx and Tiger 1200 XCA, 2019-2020 Speed Triple S and Speed Triple RS, 2018-2019 Tiger 1200 XRT, Tiger 1200 XR, Tiger 1200 XRx and Tiger 1200 XRx LRH and 2020 Tiger 1200 Alpine Edition and Tiger 1200 Desert Edition motorcycles. The front brake pads may corrode, potentially causing the front brake pad friction material to detach from the backing plate.","If the brake pad friction material detaches from the backing plate, it may lengthen the distance needed to stop the motorcycle, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the front brake pads, free of charge. The recall began June 26, 2020. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 579." -04/28/2020,20V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V237000),"Forest River, Inc.",Improperly Assembled SeatBelt Retractors/FMVSS 209,SEAT BELTS,05-1158,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain 2020 StarTrans P/S2 ST93036 transit buses equipped with Freedman GO-ES foldaway seats. The seat belt retractor block out zone may have not been set correctly, potentially resulting in a seat belt that may not properly secure the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""",An unsecured occupant has an increased risk of injury in the event of a crash.,"Forest River notified the dealers and they will inspect and replace the retractors, free of charge. The recall began June 7, 2020. Owners may contact Forest River customer service at 1-800-348-7440 or Freedman Seating customer service at 1-800-443-4540. Forest River's number for this recall is 05-1158." -04/28/2020,20V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V238000),"Jayco, Inc.",Loose Propane Supply Hose to Refrigerator,EQUIPMENT,9901509,Vehicle,1641,"Jayco, Inc. (Jayco) is recalling certain 2020 Jay Flight SLX Travel Trailers manufactured in the Idaho facility. The propane supply hose connection to the refrigerator may be improperly tightened, possibly resulting in a propane leak.",A propane leak can increase the risk of an explosion or fire.,"Jayco will notify owners, and dealers will conduct a leak test at the refrigerator connections, repairing them as necessary, free of charge. The recall began May 13, 2020. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901509." -04/27/2020,20V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V233000),Motor Coach Industries,Front Brake Hose Failure/FMVSS 121,"SERVICE BRAKES, AIR",SB 481,Vehicle,2272,"Motor Coach Industries (MCI) is recalling certain model year 2014-2019 J4500 and 2018-2019 J3500 motor coaches. The brake hoses may crack or otherwise fail resulting in an air leak. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","A leaking brake hose could cause a delay in the actuation time of the front brake, which would increase vehicle's stopping distance and increase the risk of a crash.","MCI will notify owners to inspect the brake hoses and replace any hoses that are leaking or otherwise damaged. MCI will reimburse owners for the cost of the inspection, and will provide replacement parts as necessary, free of charge. The recall began June 26, 2020. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 481." -04/27/2020,20V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V234000),Blue Bird Body Company,Parking Brake may not Hold Vehicle/ FMVSS 105,PARKING BRAKE,R20AO-SB,Vehicle,2264,"Blue Bird Body Company (Blue Bird) is recalling certain 2006-2021 Vision and 2007-2013 All American school buses. The floor-mounted parking brake may fail to hold the vehicle stationary on an incline when the vehicle is loaded to its maximum weight, due to an insufficient application force. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","A parking brake system that is set to an insufficient application force may result in an increased possibility of unintended vehicle movement, which increases the risk of a crash.","Blue Bird will notify owners, and dealers will inspect the floor mounted park brake application force hand lever assembly and correct the application force, as necessary, free of charge. The recall is expected to begin June 24, 2020. Owners may contact Blue Bird customer service at 478-822-2242. Blue Bird's number for this recall is R20AO-SB." -04/27/2020,20V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V235000),Blue Bird Body Company,Parking Brake may not Hold Vehicle/ FMVSS 105,PARKING BRAKE,R20AO-NSB,Vehicle,3,"Blue Bird Body Company (Blue Bird) is recalling certain 2009-2019 Vision transit buses. The floor-mounted parking brake may fail to hold the vehicle stationary on an incline when the vehicle is loaded to its maximum weight, due to an insufficient application force. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105 ""Hydraulic and Electric Brake Systems.""","A parking brake system that is set to an insufficient application force may result in an increased possibility of unintended vehicle movement, which increases the risk of injury to bystanders.","Blue Bird will notify owners, and dealers will inspect the floor mounted park brake application force hand lever assembly and adjust the application force, as necessary, free of charge. The recall is expected to begin June 24, 2020. Owners may contact Blue Bird customer service at 478-822-2242. Blue Bird's number for this recall is R20AO-SB." -04/24/2020,20E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E026000),"Denso International America, Inc.",Fuel Pump May Fail and Cause Engine Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2156057,"Denso International America Inc. (Denso) is recalling certain fuel pumps. An impeller within the low pressure fuel pump may crack and deform, potentially causing the fuel pump to fail.","If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.","Denso has notified the affected vehicle and aftermarket equipment manufacturers who will conduct recalls as necessary to replace the fuel pumps. The recall schedule will be decided by vehicle manufacturers. For DENSO-related questions, please contact DENSO NA Corporate Communications at corp_communications@denso-diam.com or 1-248-372-8261." -04/24/2020,20E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E025000),Ford Motor Company,Headlamps May Not Function Properly/FMVSS 108,EXTERIOR LIGHTING,20C10,Equipment,130,"Ford Motor Company (Ford) is recalling certain Replacement Headlamps, part number DP5Z-13008-T and DP5Z-13008-V, sold for use with 2013-2016 Lincoln MKZ vehicles. The headlamps may have an improper beam pattern and incorrect horizontal adjustment, the side markers may not illuminate and DOT markings may be missing. As such, these headlamps fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The incorrect headlamps may reduce the driver's visibility or make the vehicle less visible, increasing the risk of a crash.","Ford will notify vehicle manufacturers, and dealers will inspect the headlamps, and replace the headlamps, as necessary, free of charge. Additionally, Ford will instruct dealers to return all improper headlamps and not to install them on any vehicles. The recall began June 3, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C10." -04/23/2020,20V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V232000),Ducati North America,Brake Pads May Corrode/Detach From Backing Plate,SERVICE BRAKES,SRV-RCL-20-001,Vehicle,97,"Ducati North America (Ducati) is recalling certain 2017 Superleggera motorcycles. The front brake pads may corrode, potentially causing the front brake pads friction material to detach from the backing plate.","If the front brake pads friction material detaches from the backing plate occurs, the motorcycle may experience increased stopping distance, increasing the risk of a crash.","Ducati will notify owners, and dealers will replace the front brake pads, free of charge. The recall began June 1, 2020. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-20-001." -04/23/2020,20V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V231000),McLaren Automotive Incorporated,Foam Pad May Retain Moisture and Corrode Fuel Tank,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2763,"McLaren Automotive Incorporated (McLaren) is recalling certain 2016-2020 720S, 2019 Senna, 2020 GT, and 2017-2019 570GT vehicles. The Noise, Vibration, and Harshness (NVH) foam pad underneath the fuel tank may retain moisture and corrode the fuel tank, potentially causing a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"McLaren will notify owners, and dealers will remove the NVH foam pad from the vehicle and inspect the fuel tank. If the fuel tank is found to have corrosion, it will be replaced. Repairs will be performed free of charge. The recall began June 17, 2020. Owners may contact McLaren's Client Services department at 855-202-8815, Monday to Friday between 9am and 6pm EST or customerservice.na@mclaren.com." -04/22/2020,20V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V229000),"Navistar, Inc.",Axles Insufficiently Lubricated,POWER TRAIN,20503,Vehicle,130,"Navistar, Inc. (Navistar) is recalling certain 2019 International WorkStar and International HV vehicles equipped with Meritor MX-14-120 EVO steer axles. The axles may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","Navistar will notify owners, and dealers will inspect the steer axle wheel hubs for proper fluid level and repair any damaged wheel end components and spindles, as necessary, free of charge. The recall began May 1, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 20503." -04/22/2020,20V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V230000),"Lode-King Industries, Ltd.",Cargo Winch Mount May Fail,EQUIPMENT,2020-171,Vehicle,2,"Lode-King Industries LTD. (Lode-King) is recalling certain 2015-2021 Prestige SDG53-2 step-deck semi-trailers. The cargo securing winches may not be properly mounted to the trailer. As a result, the cargo winch mount could fail and allow cargo to come loose.","If the mount fails, the cargo or load can fall off the trailer and become a road hazard, increasing the risk of a crash.","Lode-King will notify owners, and dealers will replace the cargo winches with an updated version, free of charge. The recall began April 30, 2020. Owners may contact Lode-King customer service at 1-204-325-4345." -04/22/2020,20V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V226000),"Mercedes-Benz USA, LLC",Rear Seat Wiring Harness May Be Routed Incorrectly,AIR BAGS,2020050009,Vehicle,120,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE 350 and GLE 450 vehicles equipped with an electrically adjustable second-row seat. The wiring harness under the seat may become pinched during seat adjustment, possibly causing damage to the wires.","Damaged wires may cause the rear side air bags to not deploy as intended. Additionally, the driver may not be warned if the second row right seat is not locked into place correctly after using the ""Easy Entry"" function. Either of these scenarios can increase the risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect and reroute the wiring harness as necessary, and repair any wire damage, free of charge. The recall began June 4, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020050009." -04/21/2020,20V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V225000),"Altec Industries, Inc.",Battery Fuse Holder Improperly Mounted,ELECTRICAL SYSTEM,CSN 758,Vehicle,92,"Altec Industries Inc. (Altec) is recalling certain 2017-2020 ST Spray Trucks. The battery fuse holder may have been improperly mounted, potentially causing an electrical short circuit.",An electrical short circuit can increase the risk of a fire.,"Altec will notify owners and will install a new battery fuse holder, free of charge. The recall is expected to begin June 16, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 758." -04/21/2020,20V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V228000),"Mercedes-Benz USA, LLC",Front Left Seatbelt Improperly Installed,SEAT BELTS,2020050001,Vehicle,6,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 E450 Coupe vehicles. The front left seatbelt may be improperly installed, potentially allowing the seatbelt to contact sharp metal components and damage the seatbelt webbing.","A damaged seatbelt may not properly restrain an occupant, increasing the risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect and reroute the front left seatbelt as necessary, or replace it if the webbing is damaged, free of charge. The recall began May 22,2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020050001." -04/21/2020,20V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V227000),"Mercedes-Benz USA, LLC",Inaccurate Vehicle Location for Emergency Services,COMMUNICATION,2020060010,Vehicle,149,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 AMG GT vehicles. The emergency call system (eCall) communication module may be missing the wiring harness ground line, which may cause the system to relay an inaccurate vehicle location, and restrict the ability to communicate verbally with the call center.","An inaccurate vehicle location or the inability to communicate with the call center may delay emergency responders, increasing the risk of injury in the event of an emergency.","MBUSA will notify owners, and dealers will repair the wiring harness of the communication module, free of charge. The recall began July 2, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020060010." -04/20/2020,20V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V224000),"LDJ Manufacturing, Inc.",Chassis and Upfit Rubber Adhesive May Fail,STRUCTURE,NR (Not Reported),Vehicle,17,"LDJ Manufacturing, Inc. (LDJ) is recalling certain 2018-2019 Thunder Creek Multi-Tank Upfit vehicles. The adhesive that secures the rubber filler in the place between the chassis and the upfit could fail, potentially causing the rubber to come out of place and cause movement of the upfit and load.","The movement of the chassis and load could cause bolts securing the tank to the chassis to shear, increasing the risk of a crash.","LDJ will notify owners, and dealers will install aluminum brackets around the rubber filler between the chassis and the upfit to secure the rubber filler in place. Additionally, dealers will install nuts with locking washers on the upfitted load in order to further secure the load to the upfit. All services will be performed free of charge. The recall began May 5, 2020. Owners may contact LDJ customer service at 1-641-620-9412." -04/20/2020,20V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V223000),"Eldorado National- California, Inc.",Pressure Relief Devices May Not Vent/FMVSS 304,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,419,"Eldorado National-California, Inc. (Eldorado National-California) is recalling certain 2018-2020 EZ Rider, XHF, and Axess vehicles powered by compressed natural gas (CNG). The thermally activated pressure relief device (PRDs) installed on the CNG fuel system may not vent the system when exposed to heat, potentially resulting in the system rupturing.","If the fuel system ruptures from being exposed to heat, there would be an increased the risk of injury.","Eldorado National-California will work with Agility to notify customers, and replace the PRDs, free of charge. The recall began May 15, 2020. Owners may contact Agility customer service at 1-949-267-7745 or Eldorado National-California customer service at 1-909-591-9557." -04/20/2020,20V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V222000),Driverge Vehicle Innovations,Seat Belts may not Restrain Occupant/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,205,"TransitWorks is recalling certain Driverge vehicles based on 2019-2020 Ford Transit vans equipped with Freedman Seating Company (FSC) PT Foldaway and GO-ES 3-point Foldaway seats. The seat belt retractor block out zone may have not been set correctly, potentially resulting in a seat belt that may not properly secure the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""",An unsecured occupant has an increased risk of injury in the event of a crash.,"TransitWorks will notify owners, and dealers will replace the retractors, free of charge. The recall began May 13, 2020. Dealers can contact Freedman Seating Company for parts and reimbursement information at 1-800-443-4540." -04/17/2020,20V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V221000),"Forest River, Inc.",Front Tire May Contact Slide Out Bracket,TIRES,10D-1159,Vehicle,83,"Forest River, Inc. (Forest River) is recalling certain 2016 Rockwood RLT2604WS, WRLT2604WS, Flagstaff FLT26RLWS and WFLT26RLWS recreational trailers. Due to insufficient clearance between the front tire and slide out actuator, the tire may contact the slide out bracket and become damaged.","If the front tire becomes damaged, it may fail and cause a loss control of the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a lift kit that will provide the proper clearance between the tire and the slide out bracket. Damaged tires will be replaced. These repairs will be performed free of charge. The recall began May 11, 2020. Owners may contact Forest River customer service at 1-574-642-8943. Forest River's number for this recall is 10D-1159." -04/17/2020,20V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V219000),"Navistar, Inc.",Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",None,Vehicle,27421,"Navistar, Inc. (Navistar) is recalling certain 2017-2020 International WorkStar and International DuraStar, 2018-2019 IC 1300 FBC Commercial and IC HC Commercial, 2018-2021 IC CE Commercial, International MV and International HV, and 2019-2021 IC TC Commercial buses with Cummins B6.7 diesel engines with a fuel module option number FS90301 or FS90453. The electric fuel heater within the fuel module may overheat and cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of a crash.,"Cummins will notify the affected Navistar customers and dealers will disable the fuel heater by either installing a plug in place of the heater or otherwise rendering the fuel heater inoperable and removing the fuse supplying electrical power to the fuel heater and installing a cover over the wire harness connector, free of charge. The recall began May 28, 2020. Owners may contact Cummins customer service at 1-800-286-6467." -04/17/2020,20V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V220000),"Navistar, Inc.",Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",None,Vehicle,23299,"Navistar, Inc. (Navistar) is recalling certain 2017-2021 IC CE School Buses equipped with Cummins B6.7 diesel engines with fuel module option number FS90301 or FS90453. The electric fuel heater within the fuel module may overheat and cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of a crash.,"Cummins will notify the affected Navistar customers and dealers will disable the fuel heater by either installing a plug in place of the heater or otherwise rendering the fuel heater non-operable and remove the fuse supplying electrical power to the fuel heater and install a cover over the wire harness connector, free of charge. The recall began May 28, 2020. Owners may contact Cummins customer service at 1-800-286-6467." -04/16/2020,20V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V217000),Ford Motor Company,Belt Tension Sensor Malfunction,SEAT BELTS,20S17,Vehicle,1355,Ford Motor Company (Ford) is recalling certain 2020 Expedition vehicles. The front passenger seatbelt buckle's Belt Tension Sensor (BTS) may malfunction and may result in the seat occupant being misclassified.,"In the event of a crash, the restraint system may not provide the intended level of protection, increasing the risk of injury.","Ford will notify owners, and dealers will replace the front passenger seatbelt buckle, free of charge. The recall began May 11, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S17." -04/16/2020,20V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V218000),"Subaru of America, Inc.",Fuel Pump May Become Inoperative/Engine Stall,"FUEL SYSTEM, GASOLINE",WRD-20,Vehicle,188207,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Impreza, Outback, Legacy, and Ascent vehicles. The low pressure fuel pump may become inoperative.","If the low pressure fuel pump fails, the engine may stall without the ability to restart the vehicle, increasing the risk of a crash.","Subaru will notify owners, and dealers will replace the low pressure fuel pump, free of charge. The recall began June 4, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRD-20." -04/16/2020,20V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V216000),Shyft Group,License Plate Lamp Incorrectly Installed/FMVSS 108,EXTERIOR LIGHTING,20-05,Vehicle,50,"Spartan Motors, Inc. (Spartan) is recalling certain 2020-2021 FLT Utilimaster Truck Body vehicles. The license plate lamp may be installed in the incorrect position and at an incorrect angle, causing the plate to not be properly illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The incorrectly positioned license plate lamp may cause confusion to other drivers on the road, increasing the risk of a crash.","Spartan will notify owners, and will replace the license plate lamp, free of charge. The recall began May 5, 2020. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 20-05." -04/16/2020,20E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E024000),"General Motors, LLC",Tonneau Cover May Detach From Pickup Bed,EQUIPMENT,N192285070,Equipment,14876,"General Motors LLC (GM) is recalling certain Rugger Liner hard, tri-fold tonneau covers sold as accessories for 2019-2020 Chevrolet Silverado and GMC Sierra 1500 series trucks. The attachment system may not properly secure the cover to the pickup bed.","If the cover separates from the truck bed, it could be a road hazard, increasing the risk of a crash.","GM will notify owners, and dealers will replace the tonneau rails and install improved attachments, free of charge. The recall began July 7, 2020. Owners may contact GM customer service at 1-586-596-1733. GM's number for this recall is N192285070. Note: All tonneau covers previously recalled under 19E031 are also included in this new recall." -04/14/2020,20V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V214000),"Daimler Trucks North America, LLC",Reflective Tape May be Partially Covered/FMVSS 108,EXTERIOR LIGHTING,FL848,Vehicle,63175,"Daimler Trucks North America LLC (DTNA) is recalling certain 2006-2020 Freightliner Columbia, 2006-2021 Freightliner Business Class M2, 2007-2020 Freightliner Coronado, 2014-2021 Freightliner 122 SD, 2007 Sterling A 9500, 2006 Freightliner Argosy, 2006-2007 Sterling AT9500, 2008-2021 Freightliner Cascadia, 2006-2008 Freightliner Classic, 2006-2011 Freightliner Century Class, 2006-2010 Freightliner FLD, and 2017 Western Star 5700 vehicles. The rear reflective tape may be partially covered by the mudflap hanger bracket, which may reduce the vehicle's visibility to other drivers on the road. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The vehicle's rearward visibility may be reduced, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and reposition the reflective tape to ensure that it is completely visible, as necessary, free of charge. The recall began May 29, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL848." -04/13/2020,20E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E022000),"Takata (TK Global, LLC)",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,1318212,"Honda and Nissan are recalling vehicles manufactured with Takata Corporation (Takata) PSDI-5D driver air bag inflators. Due to a manufacturing error, the air bag inflator may not function properly or the inflator may explode in the event of a crash that necessitates driver air bag deployment.","An explosion of an inflator within the driver frontal air bag module may result in sharp metal fragments striking the driver, front seat passenger or other occupants resulting in serious injury or death.","Takata will work with affected OEM's who will be replacing the driver frontal air bag module, free of charge. The recall began March 30, 2020. Owners may contact Takata customer service at 1-248-373-8040." -04/10/2020,20E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E021000),Winkelmann Flowform Technology LP,Incorrect Cylinder Label/FMVSS 304,EQUIPMENT,NR (Not Reported),Equipment,5,"Winkelmann Flowform Technology LP (WFT) is recalling certain 327 liter compressed natural gas cylinders, part number CNG-327L-2560N. The font size of the cylinder labels may be too small and may be missing the type 3 designation, which will prevent the cylinders from passing inspection. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 304, ""Compressed Natural Gas Fuel Container Integrity.""","If the cylinders cannot be inspected or pass inspection, the cylinders can fail and increase the risk of a fire or injury.","WFT will notify owners, and provide replacement cylinder labels, free of charge. The recall began on April 20, 2020. Owners may contact WFT customer service at 1-334-758-6400." -04/10/2020,20V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V211000),"Daimler Trucks North America, LLC",Incorrect GAWR on Certification Label/FMVSS 120,EQUIPMENT,FL847,Vehicle,89,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Freightliner 108SD and 2020-2021 Freightliner Coronado, 114SD, and Western Star 4700 and 4900 vehicles. The Gross Axle Weight Rating (GAWR) on the certification label may be incorrect, possibly resulting in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other Than Passenger Cars.""",An overloaded vehicle can increase the risk of a crash.,"DTNA will notify owners, and dealers will update the GAWR labels, free of charge. The recall began May 28, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL847." -04/09/2020,20E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E020000),"Chrysler (FCA US, LLC)",Bed Step May Unexpectedly Fail,STRUCTURE,W26,Equipment,1252,"Chrysler (FCA US LLC) is recalling certain Mopar Rear Bed Step Kits, part numbers 82215842AD and 82215842AC, sold as accessory equipment for Ram heavy duty trucks. In certain side loading conditions, the bed step may unexpectedly fail while in use.",A bed step that unexpectedly fails while in use increases the risk of injury.,"Chrysler will notify owners, and dealers will replace the bed step support brace, free of charge. The recall began October 1, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W26." -04/09/2020,20V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V207000),"Chrysler (FCA US, LLC)",Bed Step May Unexpectedly Fail,STRUCTURE,"W24, W44",Vehicle,37580,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 2500 and Ram 3500 Pick-up trucks equipped with an accessory bed step. In certain side loading conditions, the bed step may unexpectedly fail while in use.",A bed step that unexpectedly fails while in use increases the risk of injury to the user.,"Chrysler will notify owners, and dealers will replace the bed step support brace, free of charge. The recall began on July 9, 2020 (RAM 2500) and began on October 6, 2020 (Ram 3500). Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's numbers for this recall are W24 and W44." -04/09/2020,20V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V212000),"Yamaha Motor Corporation, USA",Improper Lubrication of Engine Components/Stall,ENGINE,990136,Vehicle,17,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain XV250 motorcycles. An oil passageway in the engine side cover may not be properly manufactured, possibly blocking lubricating oil to the engine.","Improper lubrication of internal engine components can result in the engine stalling, increasing the risk of a crash.","Yamaha will notify owners, and dealers will inspect and replace of the engine side cover, free of charge. The recall began April 17, 2020. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990136." -04/09/2020,20V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V213000),Hyundai Motor America,Possible Unintended Vehicle Movement,ELECTRICAL SYSTEM,191,Vehicle,11870,Hyundai Motor America (Hyundai) is recalling certain 2020 Nexo and Sonata vehicles. The Remote Smart Parking Assist (RSPA) software may fail to prevent vehicle movement upon detection of an RSPA system malfunction.,Unintended vehicle movement increases the risk of a crash.,"Hyundai will notify owners, and dealers will reprogram the RSPA software, free of charge. The recall began June 3, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 191." -04/09/2020,20V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V208000),"Chrysler (FCA US, LLC)",Windshield Wipers May Not Operate Properly,VISIBILITY,W25,Vehicle,425599,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 1500, 1500 Classic and Jeep Compass vehicles. The windshield wiper arm or arms may loosen, possibly causing the wipers to not operate properly and reduce the driver's visibility in certain weather conditions.",Reduced visibility increases the risk of a crash.,"Chrysler will notify owners, and dealers will tighten the wiper nuts, free of charge. The recall began April 27, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W25." -04/09/2020,20V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V209000),"Forest River, Inc.",Wire Harness May Chafe and Damage Circuits,ELECTRICAL SYSTEM,55-1154,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain 2021 Starcraft Bus AllStar ST93109 transit buses built on a Ford chassis. The wire harness may contact the vehicle frame, resulting in chaffing of the wiring for the fuel pump and the anti-lock braking system (ABS).",Damage to the fuel pump circuit in the wiring harness could result in an unexpected engine stall. Damage to the ABS wiring can lead to reduction of ABS functionality and a loss of roll stability control (RSC) functionality. These scenarios increase the risk of a crash.,"Forest River will notify owners and Ford dealers will inspect the wire harness for damage. If no damage is found, dealers will apply anti-abrasion tape over the area and ensure clearance to surrounding components. If damage is found, dealers will splice in new wire and apply anti-abrasion tape over the area and ensure clearance to surrounding components. All services will be performed free of charge. The remedy for this recall is still under development. Forest River sent owners an interim notice on April 28, 2020. A final notification will be sent once a remedy is finalized. Owners may contact Forest River customer service at 1-800-348-7440. Owners may contact Ford customer service at 1-866-436-7332. Forest River's number for this recall is 55-1154." -04/09/2020,20V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V210000),"Forest River, Inc.",Wire Harness May Chafe and Damage Circuits,ELECTRICAL SYSTEM,51-1156,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain 2022 StarCraft Starquest ST93079 school buses. The wire harness may contact the vehicle frame, resulting in chaffing of the wiring for the fuel pump and the anti-lock braking system (ABS).",Damage to the fuel pump circuit in the wiring harness could result in an unexpected engine stall. Damage to the ABS wiring can lead to reduction of ABS functionality and a loss of roll stability control (RSC) functionality. These scenarios increase the risk of a crash.,"Forest River will notify owners and Ford dealers will inspect the wire harness for damage. If no damage is found, dealers will apply anti-abrasion tape over the area and ensure clearance to surrounding components. If damage is found, dealers will splice in new wire and apply anti-abrasion tape over the area and ensure clearance to surrounding components. All services will be performed free of charge. The remedy for this recall is still under development. Forest River sent owners an interim notice on April 28, 2020. A final notification will be sent once a remedy is finalized. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 51-1156." -04/08/2020,20V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V205000),Toyota Motor Engineering & Manufacturing,Back-Up Lights May Fail,EXTERIOR LIGHTING,See attached report,Vehicle,960,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2020 Corolla Hatchback vehicles. A rear hatch wire harness connector may have been damaged during assembly, which may cause the back-up lights to fail.","If the back-up lights fail, there can be an increased risk of a crash while the vehicle is reversing.","Toyota will notify owners, and dealers will replace the rear hatch wire harness, free of charge. The recall began June 30, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are 20TB07 and 20TA07." -04/08/2020,20V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V202000),Great Dane Trailers,Improperly Installed Axle Nut Retaining Clip,WHEELS,NR (Not Reported),Vehicle,79,"Great Dane Trailers (Great Dane) is recalling certain 2020-2021 Everest Refrigerated Vans. The axle nut retaining clips may have been improperly installed, potentially resulting in loose wheels and loss of vehicle control.",Loss of vehicle control increases the risk of a crash.,"Great Dane will notify owners, and dealers will inspect and properly install the axle retaining clips, as necessary, free of charge. The recall began April 28, 2020. Owners may contact Great Dane customer service at 1-912-232-4471." -04/08/2020,20V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V206000),"Vac-Tron Equipment, LLC",Insufficient Rear Impact Protection/FMVSS 224,STRUCTURE,VVK0006,Vehicle,50,"Vac-Tron Equipment, LLC. (Vac-Tron) is recalling certain 2012-2020 MC833SDT, MC835SDT, MC855SDT, and MC873SDT Vacuum Excavator Trailers. The trailers may not have an extended lower chassis, reducing rear impact protection. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 224, ""Rear Impact Protection.""","In the event of a rear impact crash, the other vehicle can travel under the rear of the vacuum excavator, increasing the risk of serious injury or death to someone in the other vehicle.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. The recall began June 5, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0006." -04/08/2020,20V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V203000),Marion Body Works Inc.,Park Brake Control Line May Loosen,PARKING BRAKE,NR (Not Reported),Vehicle,9,Marion Body Works Inc. (Marion Body Works) is recalling certain 2019-2020 Spartan Gladiator and MetroStar Emergency Response chassis vehicles modified by Marion Body Works. The park brake control line may loosen and possibly come out the fitting while the vehicle is in motion.,"If the air line comes out of the fitting while the vehicle is in motion, the park brake can inadvertently be applied and the vehicle could suddenly decelerate, increasing the risk of a crash.","Marion Body Works dealers will inspect and properly tighten the park brake control line, free of charge. All of the vehicles will be repaired before being delivered to customers, free of charge. Owners may contact Marion Body Works customer service at 1-715-754-5261." -04/08/2020,20E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E019000),Agility Fuel Solutions,Pressure Relief Devices May Not Vent,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,2015,"Agility Fuel Systems (Agility) is recalling certain CNG Pressure Relief Devices, CNG Valves and CNG Fuel Systems that include an EMER pressure relief device. The thermally activated pressure relief devices (PRDs) installed on CNG fuel systems may not vent the system when exposed to heat, potentially resulting in the system rupturing.","If the fuel system ruptures from being exposed to heat, there would be an increased the risk of injury.","Agility will work with OEM's and distributors to notify customers, and replace the PRDs, free of charge. The recall began on April 28, 2020. Owners may contact Agility customer service at 1-949-267-7745." -04/07/2020,20V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V201000),"Vac-Tron Equipment, LLC",Improper Lamps and Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,43,"Vac-Tron Equipment, LLC. (Vac-Tron) is recalling certain 2012-2020 MC555SDT, MC533SDT and MC573SDT Vacuum Excavator trailers. The trailer's front clearance lamps are positioned improperly, the jetter blocks visibility to the passenger side front clearance lamp, and an insufficient amount of conspicuity tape may have been applied on the sides and rear. The trailers may also may also lack side or rear reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to the improper position of lamps, insufficient reflective tape, and lack of reflectors, the trailer may not be visible at night, increasing the risk of crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. The recall began June 5, 2020. Owners may contact Vac-Tron customer service at 1-888-822-8766." -04/07/2020,20V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V204000),"Vac-Tron Equipment, LLC",Improper Lamps and Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,VVK0006,Vehicle,52,"Vac-Tron Equipment, LLC. (Vac-Tron) is recalling certain 2012-2020 MC833SDT, MC835SDT, MC855SDT, and MC873SDT Vacuum Excavator trailers. The trailer exterior lighting may be incorrect, including the front clearance lamps are positioned improperly, the jetter blocks visibility to the passenger side front clearance lamp, and an insufficient amount of conspicuity tape may have been applied on the sides and rear. The trailers may also may also lack side or rear reflex reflectors.","Due to the improper position of the lamps, insufficient reflective tape, and lack of reflectors, the trailer may not be visible at night, increasing the risk of crash.","Vac-Tron will notify owners, and Vermeer dealers will install remedy kits provided by Vac-Tron, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Vac-Tron customer service at 1-888-822-8766. Vac-Tron's number for this recall is VVK0006." -04/07/2020,20V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V200000),"Terex South Dakota, Inc.",Remote Engine Start/Stop May Become Disabled,ELECTRICAL SYSTEM,SN682,Vehicle,20,"Terex South Dakota, Inc. (Terex) is recalling certain 2018-2019 C4045, C4047, C5050, and C7066 Digger Derrick vehicles. Due to an engine computer program error, if the hood switch fails or opens, the remote engine start/stop function becomes disabled.","A disabled remote engine start/stop prevents the digger derrick operator from shutting the engine off during hydraulic issues on the digger, increasing the risk of injury.","Terex will notify owners, and dealers will reprogram the engine computer program, free of charge. The recall began April 16, 2020. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN682." -04/06/2020,20V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V199000),PACCAR Incorporated,"Driver not Warned when ABS Offline/FMVSS 121, 136",ELECTRONIC STABILITY CONTROL,20pbc AND 20KWB,Vehicle,460515,"PACCAR Incorporated (PACCAR) is recalling certain 2008-2019 Peterbilt 330, 335, 337, 340, 348, 365, 367, 384, 386, 387, 388, 389, 567, 579 and 587 vehicles and 2008-2020 Kenworth T170, T270, T370, T660, T680, T800, T880, and W900 vehicles equipped with NAMUX Software. In the event that the Anti-lock Brake System (ABS) loses battery and/or ignition power to the controller, the dash warning light for the ABS may not illuminate to warn the driver of the loss of ABS. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems,"" and 136, ""Electronic Stability Control System on Heavy Vehicles.""","If the driver unknowingly operates the vehicle without the ABS functioning, there would be an increased risk of a crash.","PACCAR will notify owners, and dealers will update the NAMUX software within the cab control module, free of charge. PACCAR issued owners an interim notification on June 4, 2020. The recall began May 26, 2020. Owners may contact Kenworth customer service at 1-425-828-5888 or Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 20pbc AND 20KWB." -04/06/2020,20V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V198000),"KTM North America, Inc.",Rear Brakes May Fail,"SERVICE BRAKES, HYDRAULIC",TB2011,Vehicle,3164,"KTM North America, Inc. (KTM) is recalling certain 2019-2020 790 Adventure and 790 Adventure R motorcycles. The rear brake hose may overheat, causing the rear brake system to fail.","If the rear brake system fails, there would be reduced braking ability, increasing the risk of a crash or injury.","KTM will notify owners, and dealers will install a new rear brake line, free of charge. The recall began April 28, 2020. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is TB2011." -04/03/2020,20V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V196000),Trans Tech Bus,Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,446,"Trans Tech Bus (Trans Tech) is recalling certain 2020 Roadstar, ST Aero and SST buses built on 2019 Chevrolet Express cutaway chassis. The specific models are AC139SSSA409,AC139SSSP500, CC139DMSA409, CC139DMSA500, CC139DMSP500, CC159DMSA509, CC159DMSA600,EC139DBSP400, SC139DSFP500, SC139DSSA409, SC139DSSA500, SC139DSSP500, SC159DSFP600, SC159DSSA509, SC159DSSA600, SC159DSSA603, SC159DSSP600, and SC177DSSA603. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","Trans Tech will notify owners, and GM dealers will reprogram the instrument panel cluster, free of charge. The recall began May 6, 2020. Owners may contact Trans Tech customer service at 1-845-988-2333." -04/03/2020,20V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V197000),Ford Motor Company,Gear Position Display May Be Inaccurate,POWER TRAIN,20S18,Vehicle,55158,"Ford Motor Company (Ford) is recalling certain 2020 Ranger and F-150 vehicles equipped with 10-speed automatic transmissions and certain 2020 Expedition vehicles equipped with a ""police"" package. The transmission shift cable lock clip may not be fully seated, allowing the transmission to actually be in a different gear than the gear shift position selected by the driver.","If the transmission selection does not match the indicated gear selection, and the parking brake is not applied, unintended vehicle movement can occur, increasing the risk of injury or crash.","Ford will notify owners, and dealers will inspect and correct the shift cable locking clip installation, as necessary, free of charge. The recall began April 27, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S18." -04/03/2020,20V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V195000),Isuzu Motors Limited,Improperly Routed Chassis Wire Harness,ELECTRICAL SYSTEM,V2003,Vehicle,2399,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018-2020 FTR and Chevrolet 6500XD vehicles. The chassis wire harness outside the relay box may have been improperly routed, potentially allowing the harness to contact the suspension's leaf spring hanger bracket, allowing the harness to get chafed.","Depending on which wires get damaged, the vehicle can experience stalling and/or reduced functionality of the ABS, increasing the risk of a crash.","Isuzu will notify owners, and dealers will repair or replace the existing wire harness, as necessary, and install additional clamps to ensure the wire harness is secured away from the hanger bracket, free of charge. The recall began May 15, 2020. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V2003." -04/03/2020,20V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V194000),Keystone RV Company,Incorrectly Labeled Federal Identification Tag,EQUIPMENT,20-376,Vehicle,94,"Keystone RV Company (Keystone) is recalling certain 2018-2020 Crossroads Hampton 371FKL recreational trailers. The Federal identification Tag may incorrectly indicate the tire pressure as 6 PSI when the correct tire pressure is actually 80 PSI. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An incorrect label may lead to unintentionally underinflating the tires, increasing the risk of a crash.","Keystone will notify owners and will replace the Federal Identification Tag, free of charge. The recall began May 29, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-376." -04/03/2020,20V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V193000),Isuzu Motors Limited,Rear Brake Line Clips Incorrectly Installed,SERVICE BRAKES,V2002,Vehicle,157,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2019 NPR GAS, 2019 NPRHD GAS and 2019 Chevrolet 4500 vehicles. The brake line clips for the rear driver side brake line may have been incorrectly installed, potentially allowing the brake line to contact a grounding bolt, potentially causing a loss of the rear driver side brakes.","If the rear driver side brake fails, the vehicle may experience reduced braking, increasing the risk of a crash.","Isuzu will notify owners, and dealers inspect and replace brake line assembly or reposition the brake line into the proper position, as necessary, free of charge. The recall began May 15, 2020. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V2002." -04/02/2020,20V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V192000),Kovatch Mobile Equipment Corp.,Corrosion on Battery Studs,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,678,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2016-2020 Predator Custom, Predator Panther, Predator Severe Service, and 2016-2019 Commercial Cab/Chassis vehicles. An electrical short circuit can occur due to a build-up of corrosion between the positive battery jumper stud and the retaining ring for the stud.","An electrical short circuit may drain the battery, preventing the emergency vehicle from being able to operate, thereby increasing the risk of injury in the event of an emergency.","KME will notify owners, and dealers will clean the jumper studs, connection surfaces, and connections. Additionally, the connection surfaces and wire terminals will then be sealed with a silicone electrical sealant. All services will be performed free of charge. The recall began May 18, 2020. Owners may contact KME customer service at 1-800-235-3928." -04/02/2020,20V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V190000),Daimler Coaches North America,Front Door May Open or Detach While Driving,STRUCTURE,72.00M20089A,Vehicle,63,"Daimler Coaches North America (Daimler Coaches) is recalling certain 2017-2020 Setra S417TC coaches. The front entrance door support frame may not be the correct size, and, as a result, the door may open and may detach from the vehicle while the coach is moving.","A detached door can increase the risk of injury to the coach occupants or the detached door could be a road hazard, increasing the risk of a crash.","Daimler Coaches will notify owners, and dealers will replace the front entrance door support frame and holders at the base of the support frame, free of charge. The recall is expected to begin May 29, 2020. Owners may contact Daimler Coaches customer service at 1-416-624-3558. Daimler Coach's number for this recall is 72.00M20089A." -04/02/2020,20V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V191000),"Chrysler (FCA US, LLC)",Rearview Image Can Remain on Display/FMVSS 111,BACK OVER PREVENTION,W30-W37,Vehicle,319610,"Chrysler (FCA US LLC) is recalling certain 2020 Jeep Gladiator and Jeep Cherokee, 2019-2020 Ram 1500 Pickup, Ram 2500 Pickup, Ram 3500 Pickup, Chrysler Pacifica, Dodge Durango, Jeep Grand Cherokee, Jeep Wrangler, and Jeep Renegade and 2019 Dodge Challenger vehicles equipped with 8.4"" or 12"" radio displays. A software error can cause the rearview camera image to remain displayed after the vehicle has been shifted out of reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","The lingering rearview image can distract the driver, increasing the risk of a crash.","Chrysler has notified owners, and dealers will update the radio display software, free of charge. Optionally, owners can choose to remotely update their software via an Over-The-Air (OTA) update available as of May 1, 2020. The recall began April 27, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W30-W37." -03/31/2020,20E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E018000),"Cummins, Inc.",Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL","C2302, C2507",Equipment,68605,"Cummins Inc. (Cummins) is recalling certain B6.7 Diesel Engines, part number D313029BX03, used in school buses, trucks and emergency vehicles, equipped with fuel module option number FS90301 or FS90453. The electric fuel heater within the fuel module may overheat and cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of a crash.,"Cummins will notify owners, and dealers will replace the fuel heater with a newly designed fuel heater, free of charge. The recall began May 29, 2020. Owners may contact Cummins customer service at 1-800-286-6467. Note: This recall supersedes 19E-020." -03/31/2020,20V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V189000),"Subaru of America, Inc.",Rear Seat Belt Assemblies May Not Lock As Intended,SEAT BELTS,WRC-20,Vehicle,4862,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Crosstrek vehicles with rear seat belt assemblies with a dual-mode locking mechanism. The seat belt webbing sensor locking mechanism may not lock as intended.","In the event of a crash involving multiple impacts, the seat belt may not properly restrain the occupant, increasing the risk of injury.","Subaru will notify owners, and dealers will replace rear seat belt assemblies, free of charge. The began April 15, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WRC-20." -03/30/2020,20V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V188000),"Nissan North America, Inc.",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,216678,"Nissan North America, Inc. (Nissan) is recalling certain 2012-2017 NV Cargo and NV Passenger Van, 2013-2015 Titan and Armada and 2011-2012 Infiniti QX56 vehicles. Due to a manufacturing issue, the air bag inflator may not function properly or may rupture during deployment.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the front driver air bag inflators, free of charge. The recall began May 7, 2020. Owners may contact Nissan customer service at 1-800-867-7669 or Infiniti customer service at 1-800-662-6200." -03/30/2020,20V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V187000),"Altec Industries, Inc.",Incorrect Rear Tire Size and Load Rating,TIRES,CSN 756,Vehicle,16,"Altec Industries Inc. (Altec) is recalling certain 2016-2018 AT200A vehicles built on Ford E-350 Cutaway chassis. The rear tire size and load rating may be incorrect, possibly resulting in the vehicle being overloaded.","An overload condition may reduce the vehicle's stability or result in tire failure, increasing the risk of a crash.","Altec will notify owners, and dealers will inspect the tires and replace any that are not the correct size and load rating, free of charge. The recall began May 22, 2020. Owners may contact Altec customer service at 1-877-462-5832." -03/27/2020,20V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V186000),"Bombardier Recreational Products, Inc.",Possible Loss of Braking,"SERVICE BRAKES, HYDRAULIC",Bulletin 2020-5,Vehicle,1424,"Bombardier Recreational Products Inc. (BRP) is recalling certain 2020 Can-Am Spyder RT motorcycles. During emergency braking situations, the support which holds the brake mechanism could break, causing a total loss of braking ability.",A loss of braking ability can increase the risk of a crash.,"BRP will notify owners, and dealers will install a reinforcement bracket, free of charge. The recall began April 1, 2020. Owners may contact BRP customer service at 1-888-272-9222. BRP's number for this campaign is Bulletin 2020-5." -03/26/2020,20V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V185000),"BMW of North America, LLC",Constant-Velocity Joint May Become Damaged,POWER TRAIN,NR (Not Reported),Vehicle,8536,"BMW of North America, LLC (BMW) is recalling certain 2013-2016 328d xDrive sedans and 2013-2015 328d xDrive station wagon vehicles. The constant-velocity joint which transfers power between the transfer case and the rear drive shaft, may become damaged, possibly resulting in loss of power to the rear wheels.","A loss of power to the rear wheels can affect vehicle control, increasing the risk of a crash. Additionally, when the vehicle is parked after a loss of power to the rear wheels and the parking brake is not engaged, unintended rollaway can occur, increasing the risk of a crash or injury.","BMW will notify owners, and dealers will replace the constant-velocity joint and inspect the transfer case, replacing it if necessary, free of charge. The recall began May 22, 2020. Owners may contact BMW customer service at 1-800-525-7417." -03/26/2020,20V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V183000),"Chrysler (FCA US, LLC)",Front Differential Pinion Gears May Wear,POWER TRAIN,W22,Vehicle,515,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Grand Cherokee and Dodge Durango vehicles. The front differential may have been assembled with pinion gears that are insufficiently hardened, which can lead to the gear teeth wearing down. If both pinion gears have their teeth sufficiently worn off, torque power can not be transferred from the front wheels to the driveline, resulting in loss of power while driving and loss of the PARK function when stationary.",A sudden loss of power while driving or loss of the transmission PARK function can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the front differential, free of charge. The recall began May 21, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W22." -03/26/2020,20E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E017000),"Jaguar Land Rover North America, LLC",Improperly Manufactured Headliner/FMVSS 201,STRUCTURE,N454,Equipment,3,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque headliners, part number LR117807. The headliners may have been improperly manufactured without a metal plate, possibly reducing the headliner's head impact protection. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""",An improperly manufactured headliner may increase the risk of injury in the event of a crash.,"Land Rover will notify vehicle owners, and dealers will replace the headliner, free of charge. Dealers will also notify any retailers that purchased the headliner and exchange them, free of charge. The recall began June 16, 2020. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N454." -03/26/2020,20V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V180000),"Daimler Vans USA, LLC",Incorrect Information in Operator's Manual,EQUIPMENT,VS3BAUTOP,Vehicle,52127,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Freightliner Sprinter and Mercedes-Benz Sprinter vehicles. The Operator's Manual may not contain the correct information about how the automatic parking function (""Auto-P"") operates.","If the driver relies on the Auto-P function as described in the Operator's Manual, vehicle rollaway or movement may occur, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will provide the correct description of the Auto-P function for the Operator's Manual, free of charge. The recall began May 18, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BAUTOP." -03/26/2020,20V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V184000),"General Motors, LLC",Rear Doors May Open While Driving,LATCHES/LOCKS/LINKAGES,A202298320,Vehicle,897,"General Motors LLC (GM) is recalling certain 2019-2020 Chevrolet Bolt EV vehicles. The door-handle cable inside the rear doors may be too long, allowing contact with the window when it is opened, possibly damaging the cable. A damaged cable may cause the rear door to open unintentionally when the rear window is opened. Additionally, it may cause the rear inside door handle to not work.","If the rear door opens while driving, or the door handle fails to open the rear door, there is an increased risk of injury to the rear passengers.","GM will notify owners, and dealers will replace the rear inside door-handle cables, free of charge. The recall began April 17, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is A202298320." -03/25/2020,20V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V178000),Thor Motor Coach,Driveshaft May Separate From Rear Axle,POWER TRAIN,RC000188,Vehicle,22,"Thor Motor Coach (TMC) is recalling certain 2020 Chateau 31W and 31WV, Quantum KW29 and LF31, Vegas 24.1 and Axis 24.1 motorhomes and 2020-2021 Four Winds 24F, 28Z, and 31E motorhomes built on a Ford chassis. The rear axle differential may have an insufficient amount of fluid, possibly resulting in a failure of the rear axle assembly and a driveshaft separation.","If the driveshaft separates, there may be a loss of drive, increasing the risk of crash. Additionally, if the parking brake is not applied, unintended vehicle movement can occur if the transmission is left in Park, increasing the risk of injury or crash.","Ford will notify owners, and Ford or Lincoln dealers will inspect the rear axle differential fluid level and adjust it, or replace the rear axle as necessary, free of charge. The recall is began May 22, 2020. Owners may contact Ford customer service at 1-866-436-7332 or TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000188." -03/25/2020,20V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V181000),"Daimler Vans USA, LLC",Fender Liner may Damage Brake Line,"SERVICE BRAKES, AIR",VS3BRADVER,Vehicle,48791,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Freightliner Sprinter and Mercedes-Benz Sprinter vehicles. The rear part of the fender liner on the front axle may contact and chafe the brake hose, possibly resulting in a loss of brake fluid.","Loss of brake fluid can extend the distance needed to stop the vehicle, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will inspect and replace the brake hoses, as necessary. Additionally, the fender liners will be modified. All services will be performed free of charge. The recall began May 8, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BRADVER." -03/25/2020,20V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V179000),"Gillig, LLC",Incorrect Circuit Breaker can Result in Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8224,Gillig LLC (Gillig) is recalling certain 2012-2020 Low Floor buses. The circuit breaker ratings on the DEF Line Heater circuit and the Aftertreatment-Ignition circuit may be higher than the rating for the wire and connector.,"With the improper circuit breaker rating, an electrical short in either of these circuits may increase the risk of a fire.","Gillig will notify owners, and dealers will replace the circuit breakers, free of charge. The recall began April 24, 2020. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -03/25/2020,20V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V182000),Indian Motorcycle Company,Output Shaft Bearing May Fail,ENGINE,I-20-02,Vehicle,616,"Indian Motorcycle Company (Indian) is recalling certain 2020 Challenger motorcycles. The engine output shaft bearing may not have been sufficiently lubricated during assembly, possibly resulting in bearing failure at very low mileage.","Engine output shaft bearing failure could cause a sudden loss of power, increasing the risk of a crash.","Indian will notify owners, and dealers will lubricate the output shaft bearings on motorcycles with less than 50 miles on the odometer, free of charge. Motorcycles with greater than 50 miles will not require a repair, and can either be inspected by a dealer, or the owner can self-report the odometer reading directly to Indian. The recall began April 9, 2020. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-20-02. Note: Owners with an odometer reading of less than 50 miles are advised to not operate their motorcycle until it is repaired." -03/23/2020,20V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V176000),"Daimler Trucks North America, LLC",Axles Insufficiently Lubricated,POWER TRAIN,FL-846,Vehicle,1532,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Freightliner Business Class M2 and Freightliner 108SD vehicles equipped with Meritor MX 120 EVO Front Drive Steer axles. The axles may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","DTNA will notify owners, and dealers will inspect and replace the wheel end components, as necessary, free of charge. The recall began May 12, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-846." -03/23/2020,20V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V177000),Ford Motor Company,Doors May Open While Driving,LATCHES/LOCKS/LINKAGES,20S15,Vehicle,288110,"Ford Motor Company (Ford) is recalling certain 2014-2015 Fiesta, 2014-2016 Fusion and Lincoln MKZ vehicles sold, or ever registered in Alabama, Arkansas, Arizona, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, New Mexico, Nevada, Oklahoma, Oregon, South Carolina, Texas, Utah, Washington, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. A component within the door latches may break making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Ford will notify owners, and Ford or Lincoln dealers will replace the side door latches, free of charge. The recall began September 21, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S15." -03/23/2020,20V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V174000),"Altec Industries, Inc.",Pole Guide may be Opened Unintentionally,EQUIPMENT,CSN 754,Vehicle,60,"Altec Industries Inc. (Altec) is recalling certain 2019-2020 DT65-E, D3000-E, and DH-E Digger Derricks Aerial devices. Operators could inadvertently open the pole guide while performing other tasks, possibly resulting in a loss of control of the load.","If the pole guide is opened while performing other operations, the pole may become unbalanced and cause loss of control of the load, increasing the risk of injury or death.","Altec will notify owners and will install a guard kit over the pole guide controls, free of charge. The recall began May 5, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 754." -03/23/2020,20V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V175000),Ford Motor Company,Wire Harness May Chafe and Damage Circuits,ELECTRICAL SYSTEM,20S13,Vehicle,2871,"Ford Motor Company (Ford) is recalling certain 2021 E-350 and E-450 vehicles. A wire harness in the rear of the vehicle may contact the vehicle frame, resulting in damage to the circuits that support the fuel pump and the anti-lock braking system (ABS).",Damage to the fuel pump circuit in the wiring harness could result in an unexpected engine stall. Damage to the ABS wiring can lead to reduction of ABS functionality and a loss of roll stability control (RSC) functionality. These scenarios increase the risk of a crash.,"Ford will notify owners, and dealers will inspect the wire harness for damage. If no damage is found, dealers will apply anti-abrasion tape over the area and ensure clearance to surrounding components. If damage is found, dealers will splice in new wire and apply anti-abrasion tape over the area and ensure clearance to surrounding components. All services will be performed free of charge. The recall began May 18, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S13." -03/20/2020,20E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E014000),Carrier Corporation,Battery/Standby Cables Improperly Wired,ELECTRICAL SYSTEM,R-969,Equipment,711,"Carrier Corporation (Carrier) is recalling certain Carrier Transicold Supra series S6, S7, S8 and S9 Truck Refrigeration Units (TRU). The TRUs battery and standby cables may be improperly routed, allowing contact and chafing with the engine oil pan.","If the cables chafe the engine oil pan, the cables can become damaged and short, increasing the risk of a fire.","Carrier will notify owners, and dealers will inspect and reroute and secure the TRUs battery and standby cables, as necessary, free of charge. The recall began May 19, 2020. Owners may contact Carrier customer service at 1-800-448-1661. Carrier's number for this recall is R-969." -03/20/2020,20V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V173000),"Mercedes-Benz USA, LLC",Engine Oil Plugs May Leak,ENGINE,2020060018,Vehicle,9791,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2019 S560 and Maybach S560 vehicles equipped with 4.0L 8-cylinder gasoline-engines. Two engine oil plugs may not withstand high engine loads while driving, possibly resulting in an engine oil leak.","An engine oil leak can spill on to the road and cause slippery road conditions. Additionally, if the engine runs out of oil it can cause an engine stall while driving. Either of these scenarios can increase the risk of a crash.","MBUSA will notify owners, and dealers will reinforce the engine oil plugs by adding a retaining plate, free of charge. The recall began August 11, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020060018." -03/20/2020,20E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E015000),Carrier Corporation,Improperly Routed Generator Harness,ELECTRICAL SYSTEM,R-968,Equipment,107,"Carrier Corporation (Carrier) is recalling certain Carrier Transicold Vector 8611MT Trailer Refrigeration Units (TRU). The generator harness may be improperly routed, allowing contact and chafing with the chassis bolt and TRU generator.","If the harness chafes the generator, the harness can be damaged and cause electrical arcing, increasing the risk of a fire.","Carrier will notify owners, and dealers will inspect and reroute and secure the generator harness and the condensate drainage tubes, as necessary, free of charge. The recall began April 22, 2020. Owners may contact Carrier customer service at 1-800-448-1661. Carrier's number for this recall is R-968." -03/20/2020,20V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V167000),Thor Motor Coach,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",RC000186,Vehicle,85,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Aria 3401, 3601, 3901, 3902, and Venetian G36, J40, L40, M37, R40, and S40 motorhomes built on DTNA chassis. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and DTNA dealers will inspect and repair the vehicles, free of charge. The recall began on May 20, 2020. Owners may contact DTNA customer service at 1-800-547-0712 or TMC customer service at 1-877-855-2867." -03/20/2020,20V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V171000),Newmar Corporation,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",#20V-127,Vehicle,129,"Newmar Corporation (Newmar) is recalling certain 2019-2020 Essex and London Aire, 2019 Mountain Aire, Ventana LE and Ventana and 2020 Kountry Star motorhomes built on DTNA chassis. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Newmar will notify owners, and DTNA dealers will inspect and repair the vehicles, free of charge. The recall began May 6, 2020. Owners may contact DTNA customer service at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 20V-127." -03/20/2020,20E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E016000),Harbor Freight Tools,Jack Stands May Fail,EQUIPMENT,NR (Not Reported),Equipment,454000,"Harbor Freight Tools (Harbor Freight) is recalling pairs of Pittsburgh Automotive 6 Ton Heavy Duty Steel Jack Stands, part number 61197. The ratchet teeth on the jack stands may not sufficiently engage the pawl to a sufficient depth, possibly causing the stand to fail under load.","If the stand fails, the stand can suddenly drop, increasing the risk of injury to persons nearby or under the lifted vehicle.","Harbor Freight will notify owners, and stores will provide, in exchange for return of the jack stands, a gift card equal to the shelf price of the jack stands, free of charge. Owners are asked to immediately discontinue use of the jack stands for safety concerns. The recall began on May 18, 2020. Owners may contact Harbor Freight customer service at 1-800-444-3353 or Recalls@HarborFreight.com." -03/20/2020,20V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V169000),Thor Motor Coach,Missing Seat Belt Reinforcing Brackets/FMVSS 210,SEAT BELTS,RC000187,Vehicle,25,"Thor Motor Coach (TMC) is recalling certain 2020 Tellaro 20AT and Sequence 20A motorhomes. The dinette/booth seat belt reinforcing brackets may be missing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, without the seat belt reinforcing brackets, the seat belt anchorages could fail, increasing the risk of injury to those seat occupants.","TMC will notify owners, and dealers will install the missing brackets, free of charge. The recall began May 19, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000187." -03/20/2020,20V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V163000),SVI Trucks,Park Brake Control Line May Loosen,PARKING BRAKE,20V138,Vehicle,4,"SVI Trucks is recalling certain 2019-2020 Spartan Fire Gladiator and MetroStar Emergency Response vehicles modified by SVI Trucks. The park brake control line may loosen and possibly come out the fitting while the vehicle is in motion. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the air line comes out of the fitting while the vehicle is in motion, the park brake can inadvertently be applied and the vehicle could suddenly decelerate, increasing the risk of a crash.","SVI dealers will inspect and properly tighten the park brake control line, free of charge. All of the vehicles will be repaired before being delivered to customers, free of charge. Owners may contact SVI dealers customer service at 1-888-784-1112. SVI Truck's number for this recall is 20V138." -03/20/2020,20V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V172000),"Mercedes-Benz USA, LLC",Rear Crossmember May Detach,STRUCTURE,2020060013,Vehicle,224,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350, GLE450 AND GLS450 vehicles. The seams on the rear crossmember may have been insufficiently welded. This may allow cracks to form when towing, possibly causing the rear crossmember to detach from the vehicle.","If the rear crossmember detaches from the vehicle, it can become a road hazard and increase the risk of a crash.","MBUSA will notify owners, and dealers will replace the rear crossmember, free of charge. The recall began July 17, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020060013." -03/20/2020,20V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V168000),"Terex South Dakota, Inc.",Rod Eyes May Fail,EQUIPMENT,SN684,Vehicle,6,"Terex South Dakota, Inc. (Terex) is recalling certain 2009-2016 TCX60/85 and SML65/90 aerial devices. The rod eyes on the 25ft lift cylinders may fail prematurely.",If the rod eye fails the lift boom will drift down. The remaining cylinder may not support the boom fully and will slowly leak down. These scenarios increase the risk of an injury.,"Terex will notify owners, and dealers will replace the rod eyes and shims, free of charge. The recall began April 9, 2020. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN684." -03/19/2020,20V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V159000),Tremcar,Brake Actuator Mounting Washer May Fracture,SERVICE BRAKES,NR (Not Reported),Vehicle,47,"Tremcar is recalling certain 2018-2020 406 and 707 semi-trailers. The washers used for mounting the brake actuators may fracture, allowing the actuators to loosen, potentially reducing the braking ability.","A reduction in the braking performance can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Tremcar will notify owners, and TSE Brakes will provide replacement brake actuator mounting washers and nuts, free of charge. The recall began March 30, 2020. Owners may contact Tremcar customer service at 1-800-363-2158." -03/19/2020,20E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E013000),"BMW of North America, LLC",Brake Fluid Cap Missing Information/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,49,"BMW of North America, LLC (BMW) is recalling certain Motorcycle Accessory Brake Fluid Reservoir Covers, part numbers 8405-752, 8405-753, 8405-754 and 9829547 designed to fit certain 2019-2020 BMW R 1250 motorcycles, and part numbers 8404-098, 8405-100, 8405-102, and 1542056 designed to fit certain 2018-2020 BMW Rnine T motorcycles. The brake fluid reservoir cap may not clearly state the required type of brake fluid and the process for filling the reservoir, possibly leading to an improper maintenance procedure. As such, these caps fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 122, ""Motorcycle Brake Systems.""",Improper brake system maintenance could affect braking performance and increase the risk of a crash.,"BMW will notify owners, and dealers will replace the brake fluid reservoir cap, free of charge. The recall began December 14, 2020. Parts will be available in mid-September 2020 for the recall repairs. Owners may contact BMW customer service at 1-800-525-7417." -03/19/2020,20V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V166000),"BMW of North America, LLC",Brake Fluid Cap Missing Information/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,365,"BMW of North America, LLC (BMW) is recalling certain 2018-2020 RnineT Scrambler and RnineT, 2020 R1250R and R1250RS, 2019-2020 Rnine T Pure, R1250GS,R1250GS Adventure and R1250RT and 2018 RnineT Racer motorcycles. The brake fluid reservoir cap may not clearly state the required type of brake fluid and the process for filling the reservoir, possibly leading to an improper maintenance procedure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 122, ""Motorcycle Brake Systems.""",Improper brake system maintenance could affect braking performance and increase the risk of a crash.,"BMW will notify owners, and dealers will replace the brake fluid reservoir cap, free of charge. The recall began December 23, 2020. Owners may contact BMW customer service at 1-800-525-7417." -03/19/2020,20V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V162000),Toyota Motor Engineering & Manufacturing,ECU Error May Cause Vehicle Stall,ENGINE,20TA06,Vehicle,38810,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2020 Highlander vehicles equipped with a 3.5 L, V6 (2GR-FKS) gasoline engine. Due to an Engine Control Unit (ECU) programming error, fuel may not be correctly supplied to the engine while using the stop and restart feature.","Improper fuel supply programming can result in a vehicle stall, increasing the risk of a crash.","Toyota will notify owners, and dealers will reprogram the ECU, free of charge. The recall began May 15, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is 20TA06." -03/19/2020,20V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V165000),"BMW of North America, LLC",Final Drive Pivot Pin may Come Loose,POWER TRAIN,NR (Not Reported),Vehicle,4,"BMW of North America, LLC (BMW) is recalling certain 2020 R1250GS and R1250RT motorcycles. The pivot pin that connects the final drive to the swing arm may be damaged, causing the connection between the final drive and swing arm to loosen.","A loose connection between the final drive and swing arm will reduce stability and control, increasing the risk of a crash.","Dealers will replace the pivot pin, free of charge. The motorcycles are not with owners at this time. The recall began April 28, 2020. Please contact BMW customer service number 1-800-525-7417." -03/19/2020,20V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V161000),"Forest River, Inc.",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",51-1152,Vehicle,53,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Berkshire and Sportscoach motorhomes equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Forest River will notify owners, and Daimler Trucks (DTNA) dealers will inspect and repair the vehicles, free of charge. The recall began April 20, 2020. Owners may contact DTNA customer service at 1-800-745-8000. Forest River's number for this recall is FL-845." -03/19/2020,20V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V153000),"Volkswagen Group of America, Inc.",Moisture May Enter Starter Generator,ELECTRICAL SYSTEM,27H2,Vehicle,5471,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019-2020 Audi A6 vehicles equipped with mild-hybrid technology and 2.0TFSI engines. Moisture may enter the starter generator and cause an electrical short circuit.",A short circuit in the starter generator increases the risk of a fire.,"Volkswagen will notify owners, and dealers will replace the starter generator, free of charge. The recall began by May 22, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 27H2." -03/19/2020,20V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V170000),"KTM North America, Inc.",Possible Fuel Leak,"FUEL SYSTEM, GASOLINE",HTB2012,Vehicle,1500,"KTM North America, Inc. (KTM) is recalling certain 2019-2020 Husqvarna 701 Svartpilen and 2018-2020 Husqvarna 701 Vitpilen motorcycles. Fuel may leak from the fuel level sensor and fuel pump mounting area.","A fuel leak can increase the risk of a fire in the presence of an ignition source, and increase the risk of damage or injury.","KTM will notify owners, and Husqvarna Motorcycle Dealers will replace the affected fuel tank, install new gaskets, and update software for proper fuel calibration, free of charge. Owners will be notified to take their motorcycles to a Husqvarna Motorcycle North America, Inc. (HMNA) dealership for repairs. The recall began July 7, 2020. Owners may contact HMNA customer service at 1-888-985-6090. HMNA's number for this recall is HTB2012." -03/19/2020,20V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V164000),"BMW of North America, LLC",Seat Belt Sensors May Not Detect Belted Condition,AIR BAGS,NR (Not Reported),Vehicle,3316,"BMW of North America, LLC (BMW) is recalling certain 2020 X3 xDrive30e, X4 xDrive30i, X4 M40i, X4M, 330i, 330i xDrive, M340i, 840i Gran Coupe, 840i xDrive Gran Coupe, M850i xDrive Gran Coupe, M8 Gran Coupe, X3 sDrive30i, X3 xDrive30i, X3 M40i, X3M, and 840i xDrive Convertible vehicles. The sensors in the front seat belt buckles may inaccurately detect a belted occupant as unbelted, possibly causing the air bag and seat belt pretensioners to deploy improperly in the event of a crash.","If the air bag and/or seat belt pretensioners deploy improperly in the event of a crash, there is an increased risk of injury to the driver and front passenger.","BMW will notify owners, and dealers will inspect and replace the front seat belt buckles, as necessary, free of charge. The recall began May 18, 2020. Owners may contact BMW customer service at 1-800-525-7417." -03/19/2020,20V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V158000),"Forest River, Inc.",Shifter Cable May Disconnect from Transmission,POWER TRAIN,51-1149,Vehicle,60,"Forest River, Inc. (Forest River) is recalling certain 2016 Coachmen Orion, 2019-2020 Lone Star Handicap Vans, and 2016-2018 Dynamax Rev vehicles. The transmission shifter cable may separate and disconnect from the transmission, causing the vehicle to not perform shifts intended by the driver and the gear shift lever position not matching the actual transmission gear.","The driver may be unaware of the actual gear position and unintended vehicle movement can occur, increasing the risk of a crash.","Forest River will notify owners, and Fiat Chrysler USA dealers will replace the transmission shift cable, free of charge. The recall began April 20, 2020. Owners may contact Forest River customer service at 1-800-348-7440 or Chrysler (FCA) Ram Trucks at 1-866-726-4636. Forest River's number for this recall is 51-1149." -03/18/2020,20V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V151000),Lamborghini (Automobili Lamborghini),Doors May Not Open From The Inside,STRUCTURE,L73X-R.02.20,Vehicle,26,"Lamborghini (Automobili Lamborghini) is recalling certain 2020 Aventador SVJ Coupe and Aventador SVJ Roadster vehicles. The interior door handle mechanism may fail, resulting in the vehicle's door being unable to be opened by using the inside door handle.","If a door cannot be opened with the interior handle in the case of an emergency, it can increase the risk of injury for the driver or passenger.","Lamborghini will notify owners, and dealers will replace the interior door handle, free of charge. The recall began April 29, 2020. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73X-R.02.20." -03/18/2020,20V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V152000),"BMW of North America, LLC",Improperly Tightened Instrument Panel Casing,AIR BAGS,NR (Not Reported),Vehicle,15,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 X4 xDrive30i and X4 M40i, and 2018-2020 X3 sDrive30i, X3 xDrive30i, X3 M40i, and X3M vehicles. The instrument panel casing may not have been tightened properly to the passenger air bag.","In the event of a crash necessitating air bag deployment, the air bag could damage the instrument panel and cause small pieces of the panel to strike the driver or other occupants, increasing the risk of injury.","BMW will notify owners, and dealers will replace the instrument panel casing, free of charge. The recall began May 15, 2020. Owners may contact BMW customer service at 1-800-525-7417." -03/18/2020,20V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V155000),"Daimler Vans USA, LLC",Incorrect Spare Tire Label,EQUIPMENT,VS3BEGRESS,Vehicle,289,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The spare tire label may indicate the maximum speed at 55 kilometers per hour (kph) rather than as 34 miles per hour (mph).","With only the metric speed listed on the spare tire label, the driver could misinterpret the kph as mph and operate the vehicle with the spare tire installed at higher speeds than the tire can withstand, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will replace it with the label with the correct maximum speed information indicated in miles per hour, free of charge. The recall began May 15, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BEGRESS." -03/18/2020,20V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V156000),"Daimler Vans USA, LLC",Missing Spare Tire Maximum Speed Label,EQUIPMENT,VS3BEGREPP,Vehicle,332,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The spare tire label indicating the maximum speed may have not been affixed to the spare tire.","Without the label, an operator may be unaware of the maximum speed limit of the spare tire and operate the vehicle at a excessive speed, increasing the risk of tire failure and a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will attach the speed limitation label on the spare wheel, free of charge. The recall began May 15, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3BEGREPP." -03/18/2020,20V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V154000),"Bentley Motors, Inc.",Seat Belt May Not Secure Occupant/FMVSS 210,SEAT BELTS,RE20/06,Vehicle,281,"Bentley Motors, Inc. (Bentley) is recalling certain 2018-2020 Bentayga vehicles equipped with third-row seats. The third-row upper seat belt attachment may not stay connected to the vehicle in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat belt is not properly secured in the event of a crash, the occupant will not be properly restrained, increasing their risk of injury.","Bentley will notify owners, and dealers will replace the upper seat belt attachment bolt, free of charge. The recall began May 20, 2020. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE20/06." -03/18/2020,20V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V157000),"Daimler Vans USA, LLC",Tires May be Improperly Installed,TIRES,VS3LAUFRI,Vehicle,65,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles equipped with winter tires. The tires may not have been correctly installed, possibly resulting in reduced traction in wet or snowy conditions.","A reduction in traction may result in a loss of vehicle control, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will inspect the running direction of the tires, correcting them as necessary. If the thread wear is uneven, the tires will be replaced. All services will be performed free of charge. The recall began May 15, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3LAUFRI." -03/17/2020,20V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V150000),"Triumph Motorcycles America, Ltd.",Front Brake Hose may be Improperly Routed,ELECTRICAL SYSTEM,SRAN574,Vehicle,1585,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2013-2017 Trophy SE A1 and 2013 Trophy SE A1 Launch motorcycles. The ignition switch wiring may be damaged due to the improper routing of the front brake hose, possibly resulting in inoperable headlights or taillights or an engine stall.",A sudden loss of vehicle lighting or an engine stall increases the risk of a crash.,"Triumph will notify owners, and dealers will inspect and reroute the brake hose, as necessary, free of charge. The recall began April 13, 2020. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN574." -03/17/2020,20T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T007000),Yokohama Tire Corporation,Possible Tread/Bead Detachment,TIRES,NR (Not Reported),Tire,3154,"Yokohama Tire Corporation (Yokohama Tire) is recalling certain Yokohama RY023 tires, size 255/70R22.5 16H (DOT date code 0320 and 0520 through 0620), RY023 tires, size 295/75R22.5 16H (DOT date codes 0320 through 0520), RY023 tires, size 285/75R24.5 14G (DOT date codes 0320 and 0520), RY617 tires, size 11R24.5 16H (DOT date codes 0220 and 0520 through 0620), TY517 MC2 tires, size 295/75R22.5 14G (DOT date codes 0220 through 0620), TY517 MC2 tires, size 285/75R24.5 14G (DOT date codes 0420 through 0620), TY517 MC2 tires, size 11R22.5 16H (DOT date codes 0320 through 0620), TY527 tires, size 11R24.5 16H (DOT date code 0520), 712L tires, size 295/75R22.5 16H (DOT date codes 0420 through 0620), 712L tires, size 11R22.5 16H (DOT date codes 0620 and 0320 through 0420), 709ZL tires, size 285/75R24.5 14G (DOT date code 0420), 709ZL tires, size 11R24.5 14G (DOT date code 0220), LY053 tires, size 11R24.5 16H (DOT date codes 0320 through 0620), 109L tires, size 11R22.5 14G (DOT date codes 0220 and 0420 through 0620), 109L tires, size 285/75R24.5 14G (DOT date codes 0620 and 0420), 109L tires, size 295/75R22.5 14G (DOT date code 0420), 108R tires, size 11R24.5 16H (DOT date codes 0320 and 0620), and 715R tires, size 295/75R22.5 16H (DOT date code 0420). Due to improper manufacturing, the tires tread or bead may detach, possibly resulting in loss of vehicle control.",A sudden loss of vehicle control increases the risk of a crash.,"Yokohama will notify owners, and dealers will replace the tires, free of charge. The recall began March 23, 2020. Owners may contact Yokohama customer service at 1-800-423-4544." -03/17/2020,20V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V148000),Thor Motor Coach,Shifter Cable May Disconnect from Transmission,POWER TRAIN,RC000185,Vehicle,227,"Thor Motor Coach (TMC) is recalling certain 2020-2021 Tellaro 20AT and 20LT, and 2020 Sequence 20A, 20K, and 20L motorhomes. The transmission shifter cable may separate and disconnect from the transmission, causing the vehicle to not perform shifts intended by the driver and the gear shift lever position not matching the actual transmission gear.","The driver may be unaware of the actual gear position and unintended vehicle movement can occur, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the transmission shift cable, free of charge. The recall began May 15, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000185." -03/16/2020,20V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V149000),"Volkswagen Group of America, Inc.",Possible Loss of Steering Control,STEERING,36A1,Vehicle,229,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Audi Q8 and 2017-2019 Audi Q7 vehicles. The bolt connecting the steering shaft to the steering gear may loosen, possibly resulting in a loss of steering control.",A sudden loss of loss of steering control may increase the risk of a crash.,"Volkswagen will notify owners, and Audi dealers will inspect and, if necessary, replace the steering shaft bolt, as necessary, free of charge. The recall began March 31, 2020. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 36A1." -03/16/2020,20V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V147000),Eldorado National-Kansas,Seat Belt May Not Secure Occupant/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,667,"Eldorado National-Kansas is recalling certain 2017-2019 Ford World Trans E-series vehicles. The seat belt may not be properly secured to the side wall. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat belt is not properly secured in the event of a crash, the occupant will not be properly restrained, increasing their risk of injury.","Eldorado National-Kansas will notify owners, and dealers will inspect the occupant restraint upper securement L-track and repair it, as necessary, free of charge. The recall began May 12, 2020. Owners may contact Eldorado National-Kansas customer service at 1-800-955-4236." -03/13/2020,20V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V145000),"Nissan North America, Inc.",Rear Seat Belt Assemblies May Not Lock As Intended,SEAT BELTS,NR (Not Reported),Vehicle,275,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Infiniti Q60 vehicles equipped with rear seat belt assemblies with a dual-mode locking mechanism. The seat belt webbing sensor locking mechanism may not lock as intended.","In the event of a crash involving multiple impacts, the seat belt may not properly restrain the occupant, increasing the risk of injury.","Nissan will notify owners, and dealers will inspect the rear seat belt assembly production dates, and replace the assemblies, as necessary, free of charge. The recall began May 4, 2020. Owners may contact Nissan customer service at 1-800-867-7669." -03/13/2020,20T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T006000),"Compania Hulera Tornel, S.A. de C.V.",Tread Block Separation/FMVSS 139,TIRES,NR (Not Reported),Tire,728,"Compa�ia Hulera Tornel, S.A.de C.V. (Tornel) is recalling certain Tornel Deportiva tires, size P235/60R14, with DOT date codes 2216 and 4116 through 5016. Due to a manufacturing issue, the adhesive between the belt and tread base may fail, possibly causing tread block separation. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","A tread block separation could lead to loss of vehicle control, increasing the risk of a crash.","Tornel will notify owners, and dealers will replace the tires, free of charge. The recall began September 8, 2020. Owners may contact Compa�ia Hulera Tornel customer service at 1-281-919-1944." -03/12/2020,20V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V144000),"Volvo Car USA, LLC",Automatic Emergency Braking May Not Engage,FORWARD COLLISION AVOIDANCE,R29998,Vehicle,121605,"Volvo Cars USA LLC (Volvo Cars) is recalling certain 2019-2020 S60, V60, V60 Cross Country, S90L, V90, V90 Cross Country, XC40, XC60, and XC90 vehicles. Due to a software/hardware incompatibility, the Automatic Emergency Brake (AEB) system may not detect obstacles and engage as intended.","If the automatic emergency braking system does not engage as intended, it can increase the risk of a crash.","Volvo will notify owners, and dealers will update the Active Safety Domain Master (ASDM) software, free of charge. The recall began April 9, 2020. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R29998." -03/12/2020,20V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V146000),"BMW of North America, LLC",Brake Lights Flash During Braking/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4026,"BMW of North America, LLC (BMW) is recalling certain 2020 F900R, F900XR, S1000RR, F750GS, F850GS, F850GS Adventure, R1250GS, R1250GS Adventure, R1250RS, R1250R, RnineT, RnineT Pure and RnineT Scrambler and 2019-2020 S1000R motorcycles. The brake light may flash instead of remain steady during emergency braking. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A flashing brake light can cause confusion to other drivers on the road, increasing the risk of a crash.","BMW will notify owner, and dealers will reprogram the emergency stop signal function, free of charge. The recall began May 11, 2020. Owners may contact BMW customer service at 1-800-525-7417." -03/12/2020,20V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V142000),"General Motors, LLC",Hood May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,N192284960,Vehicle,1909,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Silverado 2500 and 3500 and GMC Sierra 2500 and 3500 vehicles. The hood-latch striker wires may not have been heat-treated properly, possibly causing them to fracture.","If a striker wire fractures, the hood may open unexpectedly while driving, increasing the risk of a crash.","GM will notify owners, and dealers will replace the hood assembly, free of charge. The recall began April 13, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N192284960." -03/12/2020,20V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V143000),"Jaguar Land Rover North America, LLC",Trailer Lights may not Function,ELECTRICAL SYSTEM,N428,Vehicle,1553,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2017-2018 Discovery vehicles equipped with low line headlight assemblies. When towing a trailer with the trailer lights connected to the trailer socket and the vehicle's Daytime Running Lights (DRL) are on, the trailer lights may not function.","If the trailer lights are not working, following traffic won't be aware the vehicle is slowing down or stopping, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the Body Control Module software, free of charge. The recall began April 13, 2020. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N428." -03/11/2020,20V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V141000),Turtle Top,Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5,"Turtle Top is recalling certain 2019 Turtle Top Odyssey vehicles built on GMC Savana and Chevrolet Express chassis. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","Turtle Top will notify owners, and GM dealers will reprogram the instrument panel cluster, free of charge. The recall is expected to begin April 2020. Owners may contact Turtle Top customer service at 1-800-296-2105." -03/11/2020,20V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V140000),"Heartland Recreational Vehicles, LLC",Incorrect GVWR on Certification Label /Part 567,EQUIPMENT,NR (Not Reported),Vehicle,5,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2020 Shadow Cruiser Ultra Lite trailers. The Certification Label indicates an incorrect GVWR and axle rating. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An incorrect GVWR could result in the vehicle being overloaded and the axles failing, increasing the risk of a crash.","Heartland will notify owners and send them corrected replacement labels, free of charge. The recall began May 11, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -03/10/2020,20V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V138000),"Spartan Fire, LLC",Park Brake Control Air Line May Loosen,PARKING BRAKE,20-05,Vehicle,86,"Spartan Motors USA (Spartan) is recalling certain 2019-2020 Fire Gladiator and MetroStar Emergency vehicles. The park brake control line may loosen and separate, possibly causing the park brake to be unintentionally applied.","If the park brake is applied while the vehicle is in motion, the vehicle may suddenly decelerate and experience a loss of control, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect and tighten the fitting control line, as necessary, free of charge. The recall began March 26, 2020. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 20005." -03/09/2020,20V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V137000),Ford Motor Company,Replacement Blower Motor May Short,VISIBILITY,20S12,Vehicle,5384,"Ford Motor Company (Ford) is recalling certain 2019 Ranger vehicles previously repaired under recall 19V-726. The service replacement Heating, Ventilating and Air Conditioning (HVAC) blower motor that was installed may have an improper clearance between an electrical terminal and the conductive base plate that may result in an resistive electrical short.",A resistive electrical short increases the risk of a fire.,"Ford will notify owners, and dealers will inspect and replace the HVAC blower motor, as necessary, free of charge. The recall began April 6, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S12." -03/06/2020,20V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V135000),"Volkswagen Group of America, Inc.",Brake Booster Pressure Rod Incorrectly Installed,SERVICE BRAKES,47P8,Vehicle,732,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Arteon vehicles. The electronic brake booster pressure input rod may be installed incorrectly, possibly causing an increased actuating force or a disconnected input rod. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","An increased actuating force or a disconnected input rod may affect braking, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect and correct the mounting of the pressure rod only or replace the electronic brake booster and mounting of the pressure rod, depending of the inspection results, free of charge. The recall began April 3, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 47P8." -03/06/2020,20V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V133000),"Corp. Micro Bird, Inc.",Emergency Door May Not Stay Open/FMVSS 217,STRUCTURE,20-084-RUS,Vehicle,17693,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2004-2021 T-Series, G5, and MBII school buses. The emergency door retaining device may fail to keep the door in an open position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""",If the emergency door won't stay open during an evacuation it can increase the risk of injury.,"Micro Bird will notify owners, and dealers will install a kit to repair the emergency door retaining device, free of charge. The recall April 24, 2020. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 20-084-RUS." -03/06/2020,20V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V136000),Arcimoto Inc,Improper Traction-Power Harnesses,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,66,Arcimoto Inc. (Arcimoto) is recalling certain 2019-2020 FUV motorcycles. The traction-power harnesses large-gauge cable-lugs may be improperly crimped.,"Improperly crimped cable lugs can cause loss of drive power, increasing the risk of a crash. In addition, it can also cause localized high heat and arcing, increasing the risk of fire.","Arcimoto will notify owners and will replace the traction-power harnesses, free of charge. The recall began March 24, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -03/06/2020,20E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E011000),"Key Safety Systems, Inc. - (DBA Joyson)",Seat Belt May Not Restrain Occupants,SEAT BELTS,QN3998,Equipment,108047,"Key Safety Systems, Inc. dba Joyson Safety Systems (Joyson) is recalling certain rear seat belt retractors equipped with a dual mode belt locking mechanism. Due to a manufacturing issue, the seat belt webbing locking mechanism may not properly restrain the occupant as intended.","In the event of a crash, if the occupant is not properly restrained, there is an increased risk of injury.","Joyson will notify the vehicle manufacturers that purchased the seat belt retractors. Dealers for those companies will notify owners, and replace the rear retractor assemblies, as necessary, free of charge. Owners may contact Joyson customer service at 1-586-726-3800. Joyson's number for this recall is QN3998." -03/06/2020,20V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V139000),Concession Nation,Trailer may be Overloaded/49 CFR Part 574,EQUIPMENT,NR (Not Reported),Vehicle,54,"Concession Nation is recalling certain 2019-2020 QUAT trailers. The tire and loading information sticker may indicate an incorrect cargo weight. As such, these vehicles fail to comply with the requirements of 49 CFR Part 574, ""Tire Identification and Recordkeeping.""","Incorrect cargo weight information may result in the trailer being overloaded, affecting the tires or the vehicle's handling, thereby increasing the risk of a crash.","Concession Nation will notify owners and provide owners with a new tire and loading information sticker, free of charge. The recall began March 11, 2020. Owners may contact Concession Trailers customer service at 1-888-892-4299." -03/06/2020,20V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V134000),Triple E Recreational Vehicles,Unprotected Ceiling Pot Light Wires May Cause Fire,ELECTRICAL SYSTEM,CA#9643-1,Vehicle,10,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020 Wonder W24RTB, W24MB, and W24FTB travel trailers. The 12V ceiling pot light wires are not protected with a grommet where they pass through the aluminum tubing, allowing them to chafe and arc.",Arcing wires can increase the risk of a fire.,"Triple E has notified owners, and dealers will cover the ceiling pot light wiring in a split tubing or install a grommet to protect the wire from the metal edges of the tubing, free of charge. The recall began March 13, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9643-1." -03/04/2020,20V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V132000),PACCAR Incorporated,Delayed Brake Release/FMVSS 121,"SERVICE BRAKES, AIR",20PBB,Vehicle,233,"PACCAR Incorporated (PACCAR) is recalling certain 2016-2020 Peterbilt 320 and 520 vehicles with dual foot valves and a liftable tag or tri-drive rear axles. The rear brake signal hose may be missing a quick release valve, possibly causing a delay in their brake release timing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Disc Brakes.""",A delayed brake release may increase the risk of crash.,"PACCAR will notify owners, and dealers will check the vehicles for a quick release valve, installing one as necessary, free of charge. The recall began March 24, 2020. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 20PBB." -03/04/2020,20V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V130000),PACCAR Incorporated,Underhood Battery Jumper Cable May Short Circuit,ELECTRICAL SYSTEM,20PBA,Vehicle,35671,"PACCAR Incorporated (PACCAR) is recalling certain 2015-2020 Peterbilt 365, 389, 567, and 579 vehicles equipped with a left-hand under hood jumper terminal (option code 2539410). The positive battery jumper terminal cable may be too long, allowing it to chafe against the left front suspension spring and result in an electrical short circuit.",An electrical short circuit can increase the risk of a fire.,"PACCAR will notify owners, and dealers will inspect the battery jumper terminal cables, and replace them as necessary, free of charge. The recall began April 30, 2020. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 20PBA." -03/04/2020,20V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V128000),"Halcore Group, Inc.",Undersized A/C Input Power Cord May Cause Short,EQUIPMENT,NR (Not Reported),Vehicle,18,"Halcore Group, Inc. (Halcore) is recalling certain 2016-2019 Horton Emergency Vehicles Type I and Type III ambulances. The A/C input power cord for the Sensata inverter may be undersized for certain inverter applications, possibly resulting in an electrical short circuit.",An electrical short circuit increases the risk of a fire or a shock hazard.,"Halcore has notified owners, instructing them to contact Sensata for a replacement power cord, free of charge. The recall began March 10, 2020. Owners may contact Halcore customer service at 1-800-447-0343." -03/04/2020,20V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V131000),"Halcore Group, Inc.",Undersized A/C Input Power Cord May Cause Short,EQUIPMENT,NR (Not Reported),Vehicle,8,"Halcore Group, Inc. (Halcore) is recalling certain 2018 AEV Traumahawk Type 3 ambulances. The A/C input power cord for the Sensata inverter may be undersized for certain inverter applications, possibly resulting in an electrical short circuit.",An electrical short circuit increases the risk of a fire or a shock hazard.,"Halcore will notify owners, instructing them to contact Sensata for a replacement power cord, free of charge. The recall began April 27, 2020. Owners may contact Halcore customer service at 1-800-447-0343." -03/03/2020,20V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V124000),"Chrysler (FCA US, LLC)",Clutch Pressure Plate May Overheat,POWER TRAIN,W12,Vehicle,33237,Chrysler (FCA US LLC) is recalling certain 2018-2020 Jeep Wrangler and 2020 Gladiator vehicles equipped with manual transmissions. The clutch pressure plate may overheat and fracture.,"The overheated clutch components may increase the risk of a fire. Additionally, damage to other nearby components can result in debris falling onto the road or a loss of drive, increasing the risk of a crash.","Chrysler will notify owners, and dealers will reroute a wire harness and inspect the clutch system, and replace components as needed. The recall began April 30, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W12." -03/03/2020,20V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V126000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-845,Vehicle,581,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built Saf-T-Liner HDX, EFX, and C2 school buses equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the vehicles, free of charge. The recall began May 2, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-845." -03/03/2020,20V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V127000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-845,Vehicle,2585,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Freightliner 108SD, 114SD, Cascadia, Business Class M2, Western Star 4700 and 5700, Freightliner Custom Chassis S2, Custom Chassis XB, and Custom Chassis XC vehicles equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the vehicles, free of charge. The recall began May 1, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-845." -03/03/2020,20V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V125000),Blue Bird Body Company,Seat Barrier Incorrectly Installed/FMVSS 222,SEATS,R20AM-SB,Vehicle,2790,"Blue Bird Body Company (Blue Bird) is recalling certain 2008-2021 Vision and All American school buses. The seat barrier behind the driver seat with an integrated 3-point seat belt may have been installed incorrectly and may be missing the reinforcing bracket. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat barrier may not adequately protect the occupant seated behind the seat barrier separating them from the driver seat with integrated 3-point seat belt, increasing the risk of injury.","Blue Bird will notify owners, and dealers will inspect and properly install the seat barrier including adding reinforcing bracket, as necessary, free of charge. The recall is expected to begin April 23, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R20AM-SB." -03/03/2020,20T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T005000),Sentury Tire Thailand,Sidewall Separation/FMVSS 139,TIRES,2750,Tire,8169,"Sentury Tire Thailand (Sentury Tire) is recalling certain Delinte DX11 tires, size LT275/65R20 with DOT date codes 3617 through 2219, Lionhart Lionclaw HT tires, size LT275/65R20 with DOT date codes 4617 through 2518, Lexani LXHT206 tires, size LT275/65R20 with DOT date codes 4617 through 5018, Patriot Patriot HT tires, size LT275/65R20 with DOT date codes 2518 through 2618, Landsail CLX11, tires, size LT275/65R20 with DOT date codes 2917 through 1618, Wild Spirit Wild Spirit HST tires, size LT275/65R20 with DOT date codes 4617 through 2618, National Commando HST tires size LT265/75R20 with DOT date codes 0319 through 3419 and Pantera Supertrac HT tires, size LT275/65R20 with DOT date codes 4717 through 2418. Due to a manufacturing issue, the sidewall may separate from the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to tire failure, increasing the risk of a crash.","Sentury Tire will notify owners, and dealers will replace the tires, free of charge. The recall began April 27, 2020. Owners may contact Sentury Tire at 1-866-305-2750. Sentury Tire's number for this recall is 2750." -03/02/2020,20V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V123000),Lion Electric Company,Bolts May Loosen and Cause Loss of Steering,STEERING,NR (Not Reported),Vehicle,95,"Lion Electric Company (Lion) is recalling certain 2015-2020 Lion C and Lion 360 electric and diesel school buses. The bolts connecting the pitman arm and I-shaft to the power steering box may loosen, resulting in a complete loss of steering control.",A complete loss of steering can increase the risk of a crash.,"Lion has notified owners and will replace the pitman and I-shaft bolts. The recall began March 12, 2020. Owners may contact Lion customer service at 1-855-546-6706." -03/02/2020,20E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E010000),Kiekert USA,Doors may Unexpectedly Open,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,5641577,"Ford and Volvo are recalling cars built with certain Kiekert USA (Kiekert) C1A door latches. A component within the door latches may break as a result of excessive temperatures within the door, making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury or the risk of a crash.","Ford and Volvo have recalls to notify their owners, and their dealers will replace all four door latches, free of charge. Owners may contact Ford customer service at 1-866-436-7332 or Volvo customer service at 1-800-458-1552." -02/28/2020,20V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V120000),Pierce Manufacturing,Aerial Device May Corrode and Fall,EQUIPMENT,NR (Not Reported),Vehicle,63,"Pierce Manufacturing (Pierce) is recalling certain 2019-2020 Arrow XT, Enforcer, Impel, and Velocity Emergency fire emergency vehicles built with a 107 foot or 110 foot aerial device. A rectangular tube in the upper mid-section of the aerial device may develop cracks and corrosion, possibly causing one of the tube walls to fail and the aerial device to become unsteady.","The failed tube may cause the aerial device to fall, increasing the risk of injury.","Pierce will notify owners, and dealers will inspect for the presence of cracks and/or evidence of corrosion. If no cracks or corrosion is found, the tube will receive a treatment to prevent rust corrosion. If cracks or corrosion is present, the upper mid section of the device will be replaced. All services will be performed free of charge. The recall began March 25, 2020. Owners may contact Pierce customer service at 1-888-974-3723." -02/28/2020,20V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V122000),Hyundai Motor America,Incorrect Tire Size Information/FMVSS 110,EQUIPMENT,190,Vehicle,5044,"Hyundai Motor America (Hyundai) is recalling certain 2020 Sonata vehicles produced between October 22, 2019 and February 13, 2020. The tire pressure label inside the driver's door and the owner's manual state an incorrect tire size. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information may mislead the vehicle owner to install the wrong tire size, potentially affecting vehicle handling, increasing the risk of a crash.","Hyundai will notify owners, and dealers will install new label stickers over the tire pressure label and in the owner's manual, free of charge. The recall began April 22, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 190." -02/28/2020,20V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V121000),Hyundai Motor America,Low Pressure Fuel Hose May Crack and Leak,"FUEL SYSTEM, GASOLINE",189,Vehicle,216799,Hyundai Motor America (Hyundai) is recalling certain 2013-2014 Sonata vehicles. The low pressure fuel hose that connects the low pressure fuel pump to the direct injection fuel pump may crack over time due to heat generated within the engine compartment.,"If the fuel line cracks, a fuel leak can occur, increasing the risk of a fire.","Hyundai will notify owners, and dealers will inspect the low-pressure fuel hose for damage or leaking, replacing it as necessary. If no damage or leaking is found, heat-protective tape will be installed. Repairs will be performed free of charge. The recall began August 10, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 189. This recall has been replaced by NHTSA recall number 22V-314." -02/28/2020,20V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V119000),"Forest River, Inc.",Tire may Contact Wheel Well,STRUCTURE,53-1144,Vehicle,38,"Forest River, Inc. (Forest River) is recalling certain Shasta SST240TH and SST260TH trailers. The tires may have insufficient clearance inside the wheel well allowing the tire to contact the inside of the wheel well, possibly resulting in tire failure.","Tire failure can cause a loss of vehicle control, increasing the risk of crash.","Forest River will notify owners, and dealers will replace the equalizers with ones that are 2 inches taller and replace any tiresthat has evidence of damage, free of charge. The recall began March 25, 2020. Owners may contact Forest River customer service at 1-574-821-1311. Forest River's number for this recall is 53-1144." -02/27/2020,20V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V116000),"General Motors, LLC",Brake Calipers Bolts May Break,"SERVICE BRAKES, HYDRAULIC",N202294420,Vehicle,20352,General Motors LLC (GM) is recalling certain 2020 Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles. The bolts used to attach the front and/or rear brake calipers may have not been heat treated and may break under load.,Broken caliper bolts can reduce brake performance or interfere with wheel rotation and increase the risk of a crash.,"GM will notify owners, and dealers will replace the brake caliper bolts, free of charge. The recall began March 23, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-866-522-9559. GM's number for this recall is N202294420." -02/27/2020,20V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V115000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,EQUIPMENT,CSN 750,Vehicle,238,"Altec Industries Inc. (Altec) is recalling certain 2019 LR7 Series, TDA58 and L42M Aerial Devices. The high strength fasteners used to secure the pedestal to the turntable may fail.","If the fasteners break, the pedestal may separate from turntable, increasing the risk of injury or death.","Altec will notify owners and will inspect and replace the fasteners if necessary, free of charge. The recall began April 22, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this campaign is CSN 750." -02/27/2020,20E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E009000),Tex Trail Trailer Parts,Jack Handle May Separate from Jack Assembly,EQUIPMENT,NR (Not Reported),Equipment,92,"Tex Trail Trailer Parts (Tex Trail) is recalling certain Towking 12K Top Wind Jacks. The standard nut used to hold the handle sleeve in place may loosen, allowing the jack handle to separate from the jack assembly.","If the jack separates from its assembly, it may become a road hazard, increasing the risk of a crash.","Tex Trail will replace the standard nut with a nylon nut. Tex Trail only sold to dealers and not end users. Tex Trail will begin notifying dealers February 27, 2020. The recall began March 4, 2020. Owners may contact Tex Trail customer service at 1-903-575-0547." -02/27/2020,20V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V118000),Keystone RV Company,Missing Egress Window,STRUCTURE,20-373,Vehicle,27,"Keystone RV Company (Keystone) is recalling certain 2020 Bullet 34RI trailers equipped with overhead cabinets across the rear wall. The trailers may be missing an egress window in the main living area, preventing passenger exit in the event of an emergency.","In the event of an emergency, the missing egress window can lengthen the time that passengers need to exit the vehicle, increasing the risk of injury.","Keystone will notify owners, and dealers will replace the existing crank open vent window with an egress window, free of charge. The recall began March 12, 2020. Owners may contact Keystone customer service at 1-866-425-4369." -02/27/2020,20V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V117000),M H EBY,Truck Dump Body may Fall,EQUIPMENT,Harsh,Vehicle,549,M H EBY is recalling certain 2017-2020 EBY Truck Body dump vehicles. The cotter pin that secures the hoist cylinder may detach possibly causing the dump body to fall unexpectedly.,"If the lifting mechanism fails, the truck body could fall quickly, increasing the risk of an injury to those nearby.","M H EBY will notify owners, and dealers will remove the cotter pin and replace it with a secure bolt with a locking nut, free of charge. The recall began September 25, 2020. Owners may contact M H EBY customer service at 1-717-354-4971." -02/26/2020,20V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V111000),"Custom Fire Apparatus, Inc.",Foam Pump System May Overheat and Fail,EQUIPMENT,NR (Not Reported),Vehicle,1,"Custom Fire Apparatus, Inc. (Custom Fire) is recalling one2017 In Side Mount Pumper vehicle equipped with a Smart Foam 6.5-12 system. The foam pump system can overheat and fail, causing fire fighting foam chemical to be unavailable to fight a fire.","If the fire fighting foam chemical injection is unavailable, it can impact the fire fighting and/or vapor mitigation efforts, which increases the risk of injury to bystanders and emergency personnel.","Custom Fire states that the affected vehicle has been remedied by Hale Products. The recall began August 16, 2019. Owners may contact Custom Fire customer service at 1-715-294-2555." -02/26/2020,20V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V112000),"Nissan North America, Inc.",Insufficient Fuel Tank Wall Thickness/Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46,"Nissan North America, Inc. (Nissan) is recalling certain 2020 Versa vehicles. Due to a manufacturing issue, the fuel tank wall thickness may be insufficient, potentially causing a small hole in the tank seam area.","If a small hole is present, a fuel leak may occur if the operator fills the tank over half full, increasing the risk of a fire.","Nissan will notify owners, and dealers will replace the fuel tank, free of charge. The recall began April 6, 2020. Owners may contact Nissan customer service at 1-800-867-7669." -02/26/2020,20V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V113000),"Daimler Trucks North America, LLC",Warning Systems May Deactivate,EXTERIOR LIGHTING,FL-844,Vehicle,6010,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2020 Thomas Built Buses Saf-T-Liner C2 school buses configured with a specific Switch Hub Module (part numbers 204803 and 216434) combined with a 500k Bulk Head Module and a certain 3-position momentary switch warning light package. The Switch Hub Module (SHM) that controls the exterior warning lights and stop sign may fail, resulting in deactivation of the red warning lights, stop sign and system indicator.","If the exterior warning lights and stop sign indicator stop working, other drivers may inadvertently proceed driving before the school bus loading/unloading of students is complete, increasing the risk of an injury.","DTNA will notify owners, and dealers will update the SHM, free of charge. The recall began April 15, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-844." -02/25/2020,20V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V108000),Rosenbauer America,Foam Pump System May Overheat and Fail,EQUIPMENT,NR (Not Reported),Vehicle,1,"Rosenbauer Motors (Rosenbauer) is recalling one 2018 Commander emergency vehicle equipped with Smart Foam 6.5-12 systems. The foam pump system can overheat and fail, causing fire fighting foam chemical to be unavailable to fight a fire.","If the fire fighting foam chemical injection is unavailable, it can impact the fire fighting and/or vapor mitigation efforts, which increases the risk of injury to bystanders and emergency personnel.","Rosenbauer will notify the owner, and a dealer will replace the SmartFoam 6.5 12 volt systems with SmartFoam 6.5 24 volt systems and a voltage converter, free of charge. The recall began March 10, 2020. Owners may contact Rosenbauer customer service at 1-651-462-1000." -02/25/2020,20V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V109000),"Daimler Vans USA, LLC",Loose Connection at Steering Spindle,STEERING,VS3SCHLENK,Vehicle,8595,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The screws that secure the intermediate bearing of the steering spindle may not have been properly tightened, potentially causing the screws to loosen and detach.","If the screws detach, the driver may have difficulty steering the vehicle, increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace and properly tighten the steering spindle intermediate bearing screws, free of charge. The recall began April 13, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3SCHLENK." -02/25/2020,20V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V110000),"Daimler Vans USA, LLC",Missing Steering Column Casing Cover,STEERING,VS3VERKLE,Vehicle,25,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The steering column casing cover may have not been installed, allowing the steering column area to be exposed.","If small vehicle components, such as nuts and screws, enter the steering column area, the steering operation can be affected, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will replace the steering column with one that has a cover, free of charge. The recall is expected to begin April 10, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3VERKLE." -02/25/2020,20V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V105000),Keystone RV Company,Spare Tire Carrier U-bolts May Fail,EQUIPMENT,20-371,Vehicle,1099,"Keystone RV Company (Keystone) is recalling certain 2020 Hideout, Springdale, and Crossroads Zinger trailers. The spare tire carrier U-bolts may fail allowing the spare tire carrier and spare tire detach from the vehicle.","If the spare tire carrier and spare tire detach from the vehicle while in motion, it can become a road hazard and increase the risk of a crash.","Keystone will notify owners, and dealers will replace U-bolts, free of charge. The recall began March 6, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-371." -02/24/2020,20V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V104000),"HME, Inc.",Fuse Box Missing O-Ring Seal,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,174,"HME, Inc. (HME) is recalling certain 2016-2020 AF1, 1871 and SFO emergency vehicles. The fuse box may be missing an O-Ring seal, potentially allowing moisture or contaminants into the fuse box.","If moisture or contaminants enter the fuse box, the fuse box may overheat or malfunction, increasing the risk of a crash.","HME will notify owners and will provide replacement fuse boxes, free of charge. The recall began May 18, 2020. Owners may contact HME customer service at 1-616-534-1463." -02/24/2020,20V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V107000),"Mercedes-Benz USA, LLC",High-Voltage Battery May Fail,ELECTRICAL SYSTEM,2020030009,Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2019 Smart Fortwo Electric Drive vehicle. A welded joint within the high-voltage battery main cell conductors may detach and interrupt electrical contact, resulting in sudden battery failure. The detached weld may also cause an electrical arc which can ignite inside the battery cells.","If the high-voltage battery fails, the vehicle may stall, increasing the risk of a crash. In addition, an electrical arc inside the battery increases the risk of a fire.","MBUSA will notify the owner, and a dealer will replace the high-voltage battery, free of charge. The recall began May 8, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030009." -02/24/2020,20V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V103000),"Terex South Dakota, Inc.",Limit Switch Improperly Installed,EQUIPMENT,SN681,Vehicle,523,"Terex South Dakota, Inc. (Terex) is recalling certain 2014-2019 TM bucket/boom trucks. The limit switch was installed upside down and does not stop platform level movement if the platform level exceeds 15 degrees.","If the platform level limit switch does not stop the platform from tilting, a platform occupant could fall, increasing the risk of an injury.","Terex will notify owners, and dealers will properly install the limit switch, free of charge. The recall began April 14, 2020. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN681." -02/24/2020,20E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E008000),"McNeilus Truck & Manufacturing, Inc.",Ring Gear Carriers May Fail,EQUIPMENT,NR (Not Reported),Equipment,3,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain ZF CML12 Ring Gear Carriers, part number 1474124, with serial numbers 5250958, 5250960 and 5250961, sold as field service parts. The ring gear carriers may have cavities located in the toothing, which can lead to premature failure of the drum transmission.","If the drum transmission fails while the vehicle is in motion, the drum may stop rotating and concrete could discharge from the drum onto the road, increasing the risk of crash.","McNeilus will notify owners and will inspect and replace the drum transmissions, as necessary, free of charge. The recall began March 9, 2020. Owners may contact McNeilus customer service at 1-888-686-7278." -02/21/2020,20V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V098000),Ford Motor Company,Damage To Block Heater Cable May Cause Fire,ENGINE,20S08,Vehicle,13854,"Ford Motor Company (Ford) is recalling certain 2015-2016 F-150 pick-up trucks equipped with 3.5L GTDI engines and block immersion heaters that were potentially relocated from their originally installed location. The incorrect location could put the heater too close to hot engine components, possibly resulting in a damaged cable.","A damaged cable could cause a resistive short, increasing the risk of overheated or melted wiring, increasing the risk of a fire.","Ford will notify owners, and dealers will inspect the block heater's location and its cable, replacing components as necessary, free of charge. If the replacement parts are not available, dealers will disable the existing block heater cable from being used until parts become available. The recall began April 9, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S08." -02/21/2020,20V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V097000),Ford Motor Company,Daytime Running Lights May Not Dim/FMVSS 108,EXTERIOR LIGHTING,20C03,Vehicle,166196,"Ford Motor Company (Ford) is recalling certain 2018-2020 F-150 trucks equipped with high series LED headlamps with Autolamp (On/Off) functionality. The Daytime Running Lamps (DRL) may remain activated instead of dimming to parking lamps when the Master Lighting Switch (MLS) is manually rotated from the ""Autolamps"" switch position to ""Headlamps On."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices and Associated Equipment.""","DRL that cannot dim may reduce the visibility of other drivers, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the body control module, free of charge. The recall began March 10, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20C03." -02/21/2020,20V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V099000),Ford Motor Company,Driveshaft May Separate From Rear Axle,POWER TRAIN,20S09,Vehicle,319,"Ford Motor Company (Ford) is recalling certain 2020 F-550 and 2021 E-350 and E-450 vehicles. The rear axle differential fluid may be below the minimum level, possibly resulting in a failure of the rear axle assembly and driveshaft separation.","If the driveshaft separates, there may be a loss of drive, increasing the risk of crash. Additionally, if the parking brake is not applied, unintended vehicle movement can occur and increase the risk of injury or crash.","Ford will notify owners, and dealers will inspect the rear axle differential fluid level and adjust it, or replace the rear axle as necessary, free of charge. The recall began March 19, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 20S09." -02/21/2020,20V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V101000),Kia Motors America,Fuel Rail May Crack and Cause Fire,"FUEL SYSTEM, GASOLINE",SC188,Vehicle,51465,"Kia Motors America (Kia) is recalling certain 2011-2012 Sedona vehicles. The fuel rail may crack from exposure to heat generated within the engine compartment, resulting in a fuel leak.",A fuel leak increases the risk of fire.,"Kia will notify owners, and dealers will replace the fuel rail, free of charge. The recall began June 16, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC188." -02/21/2020,20V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V100000),Kia Motors America,Low Pressure Fuel Hose May Crack and Leak,"FUEL SYSTEM, GASOLINE",SC187,Vehicle,141774,Kia Motors America (Kia) is recalling certain 2013-2014 Optima vehicles equipped with 2.4L Gasoline Direct Injection (GDI) or 2.0L GDI Turbo engines. The low pressure fuel hose may deteriorate and crack over time due to heat generated within the engine compartment.,"If the fuel hose cracks, a fuel leak can occur, increasing the risk of a fire.","Kia will notify Owners, and Dealers will inspect the low pressure fuel hose for damage or leaking, replacing it as necessary. If no damage or leaking is found, a heat-protective tape will be installed. Repairs will be performed free of charge. The recall began June 12, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC187." -02/21/2020,20V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V102000),CHTC Bus Group,Non-Compliant Lift Device/FMVSS 403 & 404,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"CHTC Bus Group (CHTC) is recalling certain 2016-2018 HT-35 and HT-45 buses equipped with ADA wheel chair platform lifts. The lift devices have not completed the compliance certification process. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 403, ""Platform Lift Devices"" and 404, ""Platform Lift Installations.""","Lift devices that have not completed compliance certification cannot be assumed to be safe, increasing the risk of injury.","CHTC has removed the non-compliant wheelchair platform lifts, thereby remedying all of the affected vehicles. Owner letters will not be sent. The recall began February 19, 2020. Owners may contact CHTC customer service at 1-909-993-0858." -02/20/2020,20E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E006000),"Meritor, Inc.",Axles Insufficiently Lubricated,POWER TRAIN,NR (Not Reported),Equipment,1883,"Meritor, Inc. (Meritor) is recalling certain Meritor MX10-120EVO, MX12-120EVO and MX14-120EVO steer axles. The axles may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","Meritor will notify the vehicle manufacturers that purchased the axles and dealers for those manufacturers will inspect and replace the wheel end components, as necessary, free of charge. The recall began March 23, 2020. Owners may contact Meritor customer service at 1-866-668-7221." -02/20/2020,20V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V096000),SMC Trailers,Incorrect Federal Placard Information/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,35,"SMC Trailers is recalling certain 2019-2020 Laramie trailers. The Federal Placard indicates the incorrect tire PSI, which may result in the tires being overinflated. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Tires inflated to the limit provided on the label could fail, increasing the risk of a crash.","SMC Trailers will notify owners, and dealers will provide new placards with the correct PSI listed, free of charge. The recall began March 13, 2020. Owners may contact SMC Trailers customer service at 1-574-966-5598." -02/20/2020,20E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E007000),Interamerican Auto Parts,Non-Compliant HID Bulbs/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,31000,"Interamerican Auto Parts is recalling certain KelvinHID H1, H3, H4, H7, H10, H11, 9005, 9006, and 9007 HID bulbs. The light output may not be correct and may blind oncoming traffic. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Incorrect headlight output can increase the risk of a crash.,Interamerican will notify the distributors that purchased the lights. Customers will be offered a refund. Owners may contact Interamerican at 1-305-953-0516 or by email at INTERAMERICANPARTS@GMAIL.COM. -02/19/2020,20V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V095000),"BMW of North America, LLC",Rear Spoiler May Detach,STRUCTURE,NR (Not Reported),Vehicle,550,"BMW of North America, LLC (BMW) is recalling certain 2020 X6 sDrive40i, X6 xDrive40i, and X6 xDrive50i vehicles. The rear spoiler may detach.","If the spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect and replace the rear spoiler, as necessary, free of charge. The recall began April 16, 2020. Owners may contact BMW customer service at 1-800-525-7417." -02/19/2020,20V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V093000),"Volkswagen Group of America, Inc.",Side Curtain Air bags May Not Inflate Properly,AIR BAGS,69AJ,Vehicle,383,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Audi Q7 vehicles. In the event of a crash, the side curtain air bags may not properly inflate.",An air bag that does not properly inflate in the event of a crash can increase the risk of injury.,"Volkswagen will notify owners, and dealers will replace the side curtain air bags, free of charge. The recall began March 19, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69AJ." -02/19/2020,20V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V094000),"BMW of North America, LLC",Third Brake Light May Loosen and Detach,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2728,"BMW of North America, LLC (BMW) is recalling certain 2014-2019 M6 Gran Coupe vehicles. The third brake light may become loose, possibly allowing the light to detach from the vehicle.","If the third brake light detaches from the vehicle, it would no longer provide the required lighting to following traffic, or it may become a road hazard, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the third brake light and properly secure it with new fasteners. If the third brake light detached from the vehicle and is damaged, it will be replaced. All repairs will be performed free of charge. The recall began April 17, 2020. Owners may contact BMW customer service at 1-800-525-7417." -02/17/2020,20V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V092000),"Bentley Motors, Inc.",Side Curtain Air bag May May Not Inflate Properly,AIR BAGS,RE20/04,Vehicle,4,"Bentley Motors, Inc. (Bentley) is recalling certain 2018-2020 Bentayga vehicles. In the event of a crash, the side curtain air bags may not properly inflate.",An air bag that does not properly inflate in the event of a crash can increase the risk of injury.,"Bentley will notify owners, and dealers will replace the curtain air bags, free of charge. The recall began April 10, 2020. All vehicles (4) have been remedied as of October 29, 2020. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE20/04." -02/17/2020,20V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V091000),"Jayco, Inc.",Underrated Axles,SUSPENSION,9901506,Vehicle,146,"Jayco, Inc. (Jayco) is recalling certain 2013-2015 Fifth Wheel Seismic and 2015 Pinnacle trailers. The trailers were built with 6,000lb capacity axles instead of 7,000lb axles as intended.","The underrated axles may result in the trailer being overloaded, possibly causing the operator to lose control of vehicle, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the axles and leaf springs, free of charge. The recall began March 11, 2020. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901506." -02/14/2020,20V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V088000),Kia Motors America,ABS Module May Short Circuit,ELECTRICAL SYSTEM,SC186,Vehicle,228829,Kia Motors America (Kia) is recalling certain 2006-2010 Sedona and 2007-2009 Sorento vehicles. Moisture may enter the Anti-lock Brake (ABS) Module and result in an electrical short.,"An electrical short within the ABS Module may cause an engine compartment fire, even when the vehicle is turned off, increasing the risk of an injury.","Kia will notify owners, and dealers will install a relay in the main junction box to prevent power from being directed to the HECU when the vehicle's ignition switch is turned off, free of charge. The recall began June 5, 2020. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC186." -02/14/2020,20V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V089000),"Mercedes-Benz USA, LLC",Interior Switches May Not Illuminate/FMVSS 101,ELECTRICAL SYSTEM,2020030019,Vehicle,2101,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 CLA250, CLA250 4MATIC and CLA35 AMG 4MATIC, 2020-2021 GLE350, GLE350 4MATIC, GLE450 4MATIC, GLS450 4MATIC and GLS580 4MATIC and 2021 GLE53 AMG Coupe, GLE63S AMG 4MATIC, GLS63 AMG 4MATIC and Maybach GLS600 4MATIC vehicles. The instrument cluster software may deactivate the illumination of certain interior switches (switch bar, overhead control unit, steering wheel) if the hazard lights are turned on and the ignition switch is in the 'off' position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","If the interior switches are not illuminated, they may be more difficult to find and operate, increasing the risk of a crash.","MBUSA will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began March 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030019." -02/14/2020,20V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V090000),"Mercedes-Benz USA, LLC",Loss of Stability Control and Anti-Lock Brakes,ELECTRONIC STABILITY CONTROL,2020070005,Vehicle,6300,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019-2020 G550 4MATIC and G63 AMG 4MATIC vehicles. An electrical resistor within the differential locking module may malfunction, interrupting communication between the control unit and the differential locking actuator, possibly resulting in the deactivation of the Electronic Stability Program (ESP) and Anti-lock Brake System (ABS) while driving.",Deactivation of the vehicle stability control system or anti-lock brakes may increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the differential locking modules and replace them as necessary, free of charge. The recall began August 21, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020070005." -02/14/2020,20V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V086000),PACCAR Incorporated,Missing R12 Relay Valve/FMVSS 121,"SERVICE BRAKES, HYDRAULIC",20KWA,Vehicle,4,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Kenworth T370 long wheelbase vehicles with larger rear axle spacing. The vehicles may be missing a second R12 relay valve, causing increased brake activation timing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","Increased brake activation timing may lengthen vehicle stopping distance, increasing the risk of a crash.","PACCAR will notify owners, and Kenworth dealers will install a second R12 relay valve, free of charge. PACCAR issued owners an interim notification on April 14, 2020. The recall began May 6, 2020. Owners may contact Kenworth customer service at 1-425-828-5888. PACCAR's number for this recall is 20KWA." -02/13/2020,20V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V082000),"Jaguar Land Rover North America, LLC",Front Passenger Seat Fasteners May Be Missing,SEATS,H282,Vehicle,1,"Jaguar Land Rover North America, LLC (Jaguar) is recalling one 2020 I-Pace vehicle. The front passenger seat frame may be missing fasteners, resulting in a seat frame with insufficient strength.","In the event of a crash, the seat may not properly secure the occupant, increasing their risk of injury.","Jaguar will notify the owner, and a dealer will replace the front passenger seat assembly, free of charge. The recall began March 25, 2020. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H282." -02/13/2020,20V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V081000),"Jaguar Land Rover North America, LLC",Fuel Tank Outlet Flange May Leak,"FUEL SYSTEM, GASOLINE",H283,Vehicle,2907,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2010 XF vehicles equipped with 4.2L engines. The fuel tank outlet flange may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source may increase the risk of a fire.,"Jaguar will notify owners, and dealers will replace the fuel outlet flange, free of charge. The recall began June 29, 2020. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H283." -02/13/2020,20V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V080000),"Chrysler (FCA US, LLC)",Improperly Installed Transfer Case,POWER TRAIN,W06,Vehicle,11,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 pickup trucks equipped with four-wheel drive. A gear within the transfer case may not have been installed correctly, possibly causing the vehicle to become stuck in neutral. If this occurs while driving, there could be a sudden loss of power. Additionally, a loss of 'PARK' function may occur.",A sudden loss of power or a loss of 'PARK' function may increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the transfer case, free of charge. The recall began March 10, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W06." -02/13/2020,20V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V084000),"Heartland Recreational Vehicles, LLC",Smoker Detector in the Incorrect Location,EQUIPMENT,NR (Not Reported),Vehicle,487,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2020 Bighorn Traveler, Elkridge, Milestone, and Pioneer Fifth Wheel trailers. The smoke detector may be incorrectly located in the bedroom.","In the event of a fire, the smoke detector may not provide adequate warning for the occupants to be able to escape safely, increasing the risk of injury.","Heartland will notify owners, and dealers will either relocate the detector or add an additional one, free of charge. The recall began May 11, 2020. Owners may contact Heartland customer service at 1-877-262-8032." -02/13/2020,20V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V083000),"BMW of North America, LLC",Throttle Cable May Stick,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,416,"BMW of North America, LLC (BMW) is recalling certain 2019 C400X scooters. Water may collect in the throttle cable, which can freeze in cold temperatures, resulting in a stuck throttle.","If the throttle sticks open, there would be an increased risk of a crash.","BMW will notify owners, and as an interim repair, dealers will dry the throttle cable and affix a warning label instructing owners to not ride in temperatures near or below freezing, free of charge. Owners are also advised to not wash their motorcycle near the throttle cable, and to avoid riding in rainy conditions. The final remedy is still under development. The recall began August 19, 2020. Owners may contact BMW customer service at 1-800-525-7417." -02/13/2020,20V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V085000),Vermeer Manufacturing Company,Wheel Lug Nuts may Loosen,WHEELS,IK3922,Vehicle,8040,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2016-2020 BC1000XL, BC1200XL, BC1500, and AX19 brush chipper trailers. Incorrect lug nuts may have been installed, possibly resulting in the lug nuts loosening.","If the lug nuts loosen while the vehicle is in motion, the wheel may detach and become a road hazard, or there may be a loss of control of the trailer. Either scenario increases the risk of a crash.","Vermeer will notify owners and dealers will provide replacement 17.5� wheel/tire assembly, new wheel maintenance safety sign, tire specification placard, and supplemental operator�s and maintenance manual with wheel maintenance instructions, free of charge. Owner renotification letters were mailed February 24, 2022. The recall began July 6, 2020. Owners may contact Vermeer customer service at 1-800-829-0051, extension 7060. Vermeer's number for this recall is IK3922." -02/12/2020,20V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V076000),"Volkswagen Group of America, Inc.",Damaged Fuel Tank May Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",20BX,Vehicle,8572,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2016-2019 Audi TT Roadster Quattro and TT Coupe Quattro vehicles. In the event of a crash, the fuel tank may become damaged by the fuel tank heat shield bracket .","A damaged fuel tank may leak fuel, increasing the risk of a fire.","Volkswagen will notify owners, and dealers will install a protective cap on the fuel tank heat shield bracket, free of charge. The recall began March 19, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20BX." -02/12/2020,20V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V079000),"Daimler Vans USA, LLC",Exhaust may Leak From Exhaust Flange Connection,ENGINE AND ENGINE COOLING,VS3FLABIND,Vehicle,4385,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The flange connection between the exhaust gas turbocharger and the exit to the diesel particulate filter may not be attached properly, potentially causing an exhaust gas leak.",An exhaust gas leak in the engine compartment increases the risk of a fire.,"DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will replace the flange seals and properly tighten the connection, free of charge. The recall began April 10, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3FLABIND." -02/12/2020,20T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T003000),"Compania Hulera Tornel, S.A. de C.V.",Lower Sidewall Separation/FMVSS 139,TIRES,100,Tire,832,"Compa�ia Hulera Tornel, S.A.de C.V. (Tornel) is recalling certain Tornel A/T-09 tires, size LT265/75R16, Load Range C with DOT date codes 2119 through 2619. Due to improper manufacturing, the sidewall rubber may separate from the body ply cords and cause separation of the lower sidewall. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Sidewall separation can lead to tire failure, increasing the risk of a crash.","Tornel will notify owners, and dealers will replace the tires, free of charge. The recall began March 18, 2020. Owners may contact Tornel customer service at 1-281-919-1944. Tornel's number for this recall is 100." -02/12/2020,20V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V078000),"Daimler Vans USA, LLC",Possible Exhaust Leak May cause Fire,ENGINE AND ENGINE COOLING,VS3AGROHR,Vehicle,4424,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes Benz Sprinter and Freightliner Sprinter vehicles. The connecting screws on the exhaust gas recirculation (EGR) pipe may not have been correctly tightened.","If the connecting screws are not properly tightened, hot exhaust gases may leak from the EGR pipe, increasing the risk of a fire.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will renew the screw connection and the flange seals on the exhaust gas recirculation pipe, free of charge. DVUSA issued owners an interim notification on April 6, 2020. The recall began May 4, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3AGROHR." -02/12/2020,20V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V077000),"Porsche Cars North America, Inc.",Possible Fuel Leak,"FUEL SYSTEM, GASOLINE",ALA2,Vehicle,70117,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2015-2018 Macan vehicles. The fuel pump service cover may contact the flow nozzle on the filter flange of the fuel pump, potentially causing cracks and a fuel leak.",Fuel leakage in the presence of an ignition source may increase the risk of a fire.,"Porsche will rework or replace and apply a protective film to the fuel pump flange. in addition, the fuel pump flange will be inspected and replaced if cracks are present. The recall began April 10, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is ALA2." -02/12/2020,20V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V075000),"Forest River, Inc.",Spare Tire Carrier U-bolts May Fail,EQUIPMENT,51-1133,Vehicle,4464,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Surveyor, NO BO, Cherokee, R. POD, Clipper, Viking, Independence, Puma and East to West trailers. The spare tire carrier U-bolts may fail allowing the spare tire carrier and spare tire detach from the vehicle.","If the spare tire carrier and spare tire detach from the vehicle while in motion, it can become a road hazard and increase the risk of a crash.","Forest River will notify owners, and dealers will replace U-bolts, free of charge. The recall began March 20, 2020. Owners may contact Surveyor, NO BO, R. and POD customer service at 1-574-642-3119, Independence, Viking, and Clipper customer service at 1-269-467-4600, Puma customer service at -574-642-0606, East and West customer service at 1-574-264-6664 or Cherokee customer service at 1-877-426-5337. Forest River's number for this recall is 51-1133." -02/11/2020,20V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V074000),Blue Bird Body Company,Possible Loss of Drive System and Power Steering,POWER TRAIN,R20AL-SB,Vehicle,58,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2019 Vision and All American school buses equipped with 7000 EV electric drivetrain units. A connector within the wire harnesses may become unplugged causing loss of communication between control modules, resulting in sudden loss of drive power and power steering.",A sudden loss of drive power and loss of power steering increases the risk of a crash.,"Blue Bird will notify owners, and Cummins dealers will install a cable tie on the connector to maintain the connector locking tab in the locked position, free of charge. The recall began March 12, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242 or Cummins customer service at 1-800-286-6467. Blue Bird's number for this recall is R20AL-SB." -02/10/2020,20V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V073000),"Yamaha Motor Corporation, USA",Brake Hose Holder May Come Loose,"SERVICE BRAKES, AIR",990134,Vehicle,1480,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2019 YZF-R3 motorcycles. The brake hose holder may come loose, potentially causing damage to the brake hose protector and hose, resulting in a brake fluid leak.","A brake fluid leak can reduce braking ability, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the front brake hose holder, free of charge. The recall began February 28, 2020. Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990134. Note: Motorcycles in this recall are also affected by NHTSA recall number 20V-071." -02/10/2020,20V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V071000),"Yamaha Motor Corporation, USA",Front Brake Hose May Leak,"SERVICE BRAKES, HYDRAULIC",990135,Vehicle,1561,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2019 YZF-R3 motorcycles. The front brake hose my chafe against the horn lead wire when the handlebars are turned from left to right, potentially resulting in a brake fluid leak.","A brake fluid leak can reduce braking ability, increasing the risk of a crash.","Yamaha will notify owners, and dealers will inspect the front brake hose, replacing it as necessary, and reroute the horn lead wire, free of charge. The recall began February 28, 2020. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990135." -02/10/2020,20V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V069000),"Forest River, Inc.",Rear Ladder May Block Rear Emergency Exit,STRUCTURE,49-1137,Vehicle,20,"Forest River, Inc. (Forest River) is recalling certain 2020 Crusader CSF395BHL recreational trailers. The rear ladder may block the window on the rear wall, preventing the window from being used as an emergency exit.","If the rear window cannot be used to exit the vehicle during an emergency, there would be an increased risk of injury.","Forest River will notify owners, and dealers will replace the rear window, free of charge. The recall began March 3, 2020. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 49-1137." -02/10/2020,20V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V072000),Ford Motor Company,Rear Suspension Toe Links May Fracture,SUSPENSION,20S04,Vehicle,211207,Ford Motor Company (Ford) is recalling certain 2013-2018 Lincoln MKT and Ford Flex and Taurus vehicles with the Police Interceptor or SHO Performance Pack. The rear suspension toe links may fracture due to stress on the rear suspension.,A fractured rear toe link will cause a sudden change in vehicle handling and increase the risk of a crash.,"Ford will notify owners, and dealers will replace the rear suspension toe links, free of charge. Remedy parts are not currently available. Owners were notified about the recall on March 3, 2020. A second notice will be mailed when remedy parts become available, which is currently expected to be the end of September 2020. The recall began October 28, 2020. Owners may contact Ford customer service at 1-866-436-7332 or Lincoln customer service at 1-800-521-4140. Ford's number for this recall is 20S04." -02/10/2020,20V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V070000),"Forest River, Inc.",Window Valance May catch Fire from Stove,EQUIPMENT,20-1136,Vehicle,184,"Forest River, Inc. (Forest River) is recalling certain 2020 Cedar Creek trailers. The residential stove may have been installed too close to the window valance, potentially resulting in a fire.",A fire can increase the risk of an injury.,"Forest River will notify owners, and dealers will replace the fabric valance with a non-combustible valance and reposition the stove to prevent the start of a fire, free of charge. The recall began March 5, 2020. Owners may contact Forest River customer service at 1-260-593-4000. Forest River's number for this recall is 20-1136." -02/07/2020,20E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E005000),"Ferrara Fire Apparatus, Inc.",Flashlight Battery Packs May Explode,EQUIPMENT,NR (Not Reported),Equipment,39,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain Pelican Flashlights, models 9410 and 9415, supplied with various emergency response vehicles. The battery pack within the flashlights may explode while charging.","If the battery pack explodes, there is an increased risk of an injury.",Ferrara Fire will cooperate with Pelican to notify owners of the affected products and to arrange for their return and repair or replacement. The manufacturer has not yet provided a notification schedule. Owners may contact Ferrara Fire customer service at 1-800-443-9006. -02/07/2020,20V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V068000),"Mercedes-Benz USA, LLC",Inaccurate Vehicle Location for Emergency Services,COMMUNICATION,2020030016,Vehicle,239,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 C300 Cabrio, C300 Cabrio 4MATIC, C300 Coupe, C43 AMG Cabrio 4MATIC, C43 AMG Coupe 4MATIC, C63S AMG Cabrio, CLS53 AMG 4MATIC, E350, E350 4MATIC, E450 Cabrio, E450 Cabrio 4MATIC, E450 Coupe, E450 Coupe 4MATIC, E450 4MATIC, E53 AMG Cabrio 4MATIC, GLC300 Coupe 4MATIC, GLC300, GLC300 4MATIC, GLC63 AMG Coupe 4MATIC, AMG GT63 4-Door 4MATIC, and AMG GT63S 4-Door 4MATIC vehicles. An electrical circuit inside the Emergency Call System (eCall) communication module may be damaged, potentially relaying an inaccurate vehicle location.","An inaccurate vehicle location may delay emergency responders, increasing the risk of injury.","MBUSA will notify owners, and dealers will replace the communication module, free of charge. The recall began April 14, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030016." -02/06/2020,20V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V066000),Honda (American Honda Motor Co.),Accessory Power Outlet Harness May Short Circuit,ELECTRICAL SYSTEM,T6U,Vehicle,241339,"Honda (American Honda Motor Co.) is recalling certain 2018-2020 Odyssey vehicles. The wire harness for the third row seat accessory power outlet may get pinched between the unibody and rear trim panel, possibly damaging the wires and causing an electrical short.","An intermittent electrical short could overheat the wire harness, increasing the risk of a fire.","Honda will notify owners, and dealers will inspect the third row seat accessory power outlet wire harness for damage, replacing it as necessary. If no damage is found, the dealer will apply protective tape and re-route the harness. All repairs will be performed free of charge. The recall began March 16, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is T6U." -02/06/2020,20V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V065000),Shyft Group,Back up Camera May Not Function,BACK OVER PREVENTION,20003,Vehicle,3616,"Spartan Motors USA (Spartan) is recalling certain 2019 Utilimaster Sprinter vehicles equipped with Voyager VOM74MM rear camera displays. The camera module power supply may fail, causing the rear view image display not to function.","Without the camera display, the driver may not be able to see hazards behind the vehicle, increasing the risk of a crash.","Spartan will notify owners, and will replace the relay/capacitor harness module and the Voyager VOM74MM camera display, free of charge. The recall began February 21, 2020. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 20003." -02/06/2020,20V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V067000),Honda (American Honda Motor Co.),Certification Label Ink Can be Wiped Away,EQUIPMENT,B6T,Vehicle,10050,"Honda (American Honda Motor Co.) is recalling certain 2020 Passport and Pilot vehicles. The certification label may have been printed with ink that can be wiped away with a solvent, removing the Gross Axle Weight Rating (GAWR) and Gross Vehicle Weight Rating (GVWR) information.","If the operator is unable to refer to the label information, the vehicle may be overloaded, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the certification label, free of charge. The recall began March 24, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is B6T." -02/06/2020,20V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V063000),Mazda North American Operations,Daytime Running Lights May Fail,EXTERIOR LIGHTING,4320A,Vehicle,36761,Mazda North American Operations (Mazda) is recalling certain 2016 CX-5 vehicles. The LED Daytime Running Lights (DRL) may fail while driving.,"If the DRL fails, the vehicle's visibility may be reduced to other drivers on the road, increasing the risk of a crash.","Mazda will notify owners, and dealers will inspect the headlights, and replace the sealing gasket or headlight assemblies, as necessary, free of charge. The recall began March 20, 2020. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 4320A." -02/06/2020,20V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V064000),Toyota Motor Engineering & Manufacturing,Engine may Leak Coolant,ENGINE AND ENGINE COOLING,See report,Vehicle,44191,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2020 Toyota Avalon Hybrid, Camry, Camry Hybrid and Lexus ES300h and 2019-2020 RAV4 and RAV4 Hybrid vehicles equipped with 2.5L 4-Cylinder engines. Porosity in the engine castings may result in cracks than can allow coolant to leak internally and/or externally.","A coolant leak can cause the engine to overheat and cause a vehicle stall in conventional gasoline vehicles, increasing the risk of a crash. Additionally, for all involved vehicles, the engine may get damaged mechanically, possibly resulting in an engine oil leak, increasing the risk of a fire.","Toyota will notify owners, and dealers will inspect and replace the engine including the engine block, as necessary, free of charge. The recall began April 3, 2020. Owners may contact Toyota customer service at 1-888-270-9371 or Lexus at 1-800-255-3987. Toyota's number for this recall is 20TA04. Lexus' number for this recall is 20LA02." -02/06/2020,20E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E004000),Freedman Seating Company,Improperly Assembled Retractor/FMVSS 209,SEAT BELTS,NR (Not Reported),Equipment,2500,"Freedman Seating Company (Freedman) is recalling certain Foldaway Seat Assemblies, part numbers 43705, 45467, 26400, 26401, 82880, 82881, 82932, and 325, and 2pl Bench seat part number 315. The seat belt retractor block out zone may have not been set correctly, potentially resulting in a seat belt that may not properly secure the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""",An unsecured occupant has an increased risk of injury in the event of a crash.,"Freedman will notify the vehicle manufacturers that purchased the seats, and dealers for those companies will replace the retractors, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Freedman customer service at 1-800-443-4540." -02/05/2020,20V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V062000),"Tesla, Inc.",Reduced/Loss of Steering Assist,STEERING,NR (Not Reported),Vehicle,14113,"Tesla, Inc. (Tesla) is recalling certain 2015-2016 Model X vehicles. The aluminum bolts that attach the power steering gear assist motor to the gear housing may corrode and fracture causing a reduction or complete loss of power steering assist.","Loss of power steering assist would require a higher steering effort, especially at lower speeds, which may increase the risk of a crash.","Tesla will notify owners, and Tesla Service Centers will replace the steering gear mounting bolts with coated steel bolts, and add a corrosion-preventative sealer to the steering gear motor housing and motor connection bolts. If the mounting bolts are found to be broken or break during removal and cannot be removed, a new steering gear will also be installed. All services will be performed free of charge. The recall began February 15, 2021. Owners may contact Tesla customer service at 1-877-798-3752." -02/04/2020,20V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V061000),Hyundai Motor America,ABS Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",188,Vehicle,476111,"Hyundai Motor America (Hyundai) is recalling certain 2007-2010 Elantra and 2009-2011 Elantra Touring vehicles. On February 21, 2020 Hyundai expanded the recall to include 46,425 model year 2007-2008 Entourage and 2007 Santa Fe vehicles. Moisture may enter the Anti-lock Brake (ABS) Module and result in an electrical short.","An electrical short within the ABS Module may cause an engine compartment fire, even when the car is turned off, increasing the risk of an injury.","Hyundai will notify owners, and dealers will install a relay in the vehicle's main junction box to prevent the risk of an ABS short-circuit while the car is turned off, free of charge. The recall began April 2, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 188." -02/04/2020,20E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E003000),"Cummins, Inc.",Possible Loss of Drive System and Power Steering,POWER TRAIN,NR (Not Reported),Equipment,76,"Cummins Inc. (Cummins) is recalling certain PowerDrive EV drivetrains, part numbers 4000EV, 6000EV, and 7000EV sold for installation in school buses, step vans and medium-duty trucks. A connector within the wire harnesses may become unplugged and cause loss of communication between control modules, resulting in sudden loss of drive power and power steering.",A sudden loss of drive power and loss of power steering increases the risk of a crash.,"Cummins will notify the vehicle manufacturers that purchased the units, and Cummins will install a cable tie on the connector to maintain the connector locking tab in the locked position, free of charge. The recall began March 12, 2020. Owners may contact Cummins customer service at 1-800-286-6467." -02/04/2020,20T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T002000),Goodyear Tire & Rubber Company,Tire Belt Separation,TIRES,NR (Not Reported),Tire,3721,"Goodyear Tire & Rubber Company (Goodyear) is recalling certain Fortera HL tires, size P255/65R18. Due to a manufacturing issue, the tire may experience a belt separation.","A belt separation could lead to loss of vehicle control, increasing the risk of a crash.","Goodyear will notify owners, and dealers will replace the tires, free of charge. The recall began February 28, 2020. Owners may contact Goodyear customer service at 1-800-592-3267." -01/31/2020,20V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V056000),"Volkswagen Group of America, Inc.",Air Bag Inflators May Underinflate Bag,AIR BAGS,69BT,Vehicle,106857,"Volkswagen Group of America, Inc. (VW) is recalling certain 2000-2001 TT Roadster, 2000 TT Coupe, 1999 Audi A8, 1998-2000 Audi A6, and 1999-2000 Audi A4 vehicles equipped with Non-Azide Driver air bag Inflators (NADI) that do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, possibly causing the air bag to deploy improperly in the event of a crash.","In the event of a crash necessitating air bag deployment, the air bag may not properly protect the occupant, increasing the risk of serious injury or death.","Dealers will replace the driver frontal air bag inflator with an alternative inflator when the parts become available, free of charge. Owner notifications were mailed September 21, 2021. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69BT." -01/31/2020,20V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V060000),"Conel, LLC dba McElrath Trailers",Fatigue Cracks in Frame,STRUCTURE,NR (Not Reported),Vehicle,305,"Conel, LLC dba McElrath Trailers (McElrath Trailers) is recalling certain 2016-2020 VX50-800 and VX30-800 trailers. The welded area of a structural joint of the trailer frame may crack from fatigue.","The cracked welds may affect the trailer's handling, increasing the risk of a crash.","McElrath Trailers will notify owners, and Vermeer dealers will add additional trailer frame gussets to reinforce the welding area, free of charge. The recall began March 27, 2020. Owners may contact McElrath Trailers customer service at 1-888-686-7278." -01/31/2020,20V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V057000),"Volkswagen Group of America, Inc.",Incorrectly Manufactured Air Bag Sensor,AIR BAGS,69AL,Vehicle,7,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Atlas vehicles. The vehicles may be equipped with an incorrectly manufactured air bag sensor, which can delay or disable air bag deployment when necessary.","In the event of a crash necessitating frontal air bag deployment, a delayed or disabled airbag deployment can increase the risk of injury.","Volkswagen will notify owners, and dealers will replace the air bag crash sensor, free of charge. The recall began February 21, 2020. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69AL." -01/31/2020,20V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V059000),"Vac-Tron Equipment, LLC",Missing Exterior Lighting & Reflective Markings,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1977,"Vac-Tron Equipment, LLC, (Vac-Tron) is recalling certain 2016-2020 LPSDT trailers. These vehicles may be missing various exterior lighting and reflective markings. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The lack of exterior lighting and reflective markings may reduce the vehicle's visibility to other drivers on the road, increasing the risk of a crash.","Vac-Tron will notify owners and dealers will relocate the vehicle lights, and add reflectors and conspicuity tape, free of charge. The recall began March 31, 2020. Owners may contact Vac-Tron customer service at 1-352-782-2222." -01/31/2020,20V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V054000),Triple E Recreational Vehicles,Propane Hose May Leak,EQUIPMENT,CA#9599-1,Vehicle,237,"Triple E Recreational Vehicles (Triple E) is recalling certain 2020 Serenity S24CB, Wonder W24FTB, W24MB and W24RTB, and Unity U24CB, U24FX, U24IB, U24MB, U24RL and U24TB motorhomes. The copper propane tubing or the propane hoses for the LP appliances may be twisted and/or kinked.","The twist or kink may result in a propane leak, increasing the risk of a fire.","Triple E has notified owners, and dealers will inspect and correct the copper tubing and rubber hose installation as necessary, free of charge. The recall began February 11, 2020. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9599-1." -01/31/2020,20V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V058000),"KZRV, L.P.",Propane Lines Improperly Routed,EQUIPMENT,KZ-2020-01,Vehicle,14,"KZRV, L.P. (KZRV) is recalling certain 2020 Connect SE trailers. The propane lines may be routed too close to the tire, possibly resulting in the line being damaged by road debris.","If propane supply system becomes damaged, there is an increased risk of a fire.","KZRV will notify owners, and dealers will reroute the propane gas lines away from the wheel well, free of charge. The recall began February 21, 2020. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2020-01." -01/30/2020,20V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V055000),"General Motors, LLC","EBCM Software Error/FMVSS 126, 135","SERVICE BRAKES, HYDRAULIC",N192268091,Vehicle,148055,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles. These vehicles received updated software for the Electronic Brake Control Module (EBCM). This software has an error, and as a result, the vehicle's electronic brake assist may be disabled. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control"" and 135, ""Light Vehicle Brake Systems.""",A loss of electronic brake assist can increase the risk of a crash.,"GM will notify owners, and dealers will reprogram the EBCM, free of charge. The recall began February 24, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N192268091." -01/30/2020,20V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V052000),"BMW of North America, LLC",Inadequate Rear Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,683,"BMW of North America, LLC (BMW) is recalling certain 2020 X7 xDrive40i and X7 xDrive50i vehicles. The rear reflex reflectors may not reflect an adequate amount of light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","An inadequate amount of reflected light will decrease the vehicle's visibility to other drivers, increasing the risk of a crash.","BMW will notify owners, and dealers will replace both rear reflex reflectors, free of charge. The recall began March 30, 2020. Owners may contact BMW customer service at 1-800-525-7417." -01/30/2020,20V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V053000),"Jaguar Land Rover North America, LLC",Second Row Seat Fasteners May be Missing,SEATS,N422,Vehicle,34,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Discovery vehicles. The second row seat frame assembly may be missing fasteners, resulting in a seat frame with insufficient strength.","In the event of a crash, the seats may not properly secure the occupants, increasing their risk of injury.","Land Rover will notify owners, and dealers will replace the second row seat frame, tightening the bolts properly, free of charge. The recall began April 20, 2020. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N422." -01/29/2020,20V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V049000),"Forest River, Inc.",Emergency Break-Away Switch May Fail,"SERVICE BRAKES, ELECTRIC",51-1129,Vehicle,218,"Forest River, Inc. (Forest River) is recalling certain 2020 Freedom Express, Salem, Stealth EVO, Vibe, Wildcat Maxx, and Wildwood recreational trailers. The emergency break-away switch may fail.","In the event of trailer separation from the tow vehicle, a failed break-away switch will not apply the trailer's brakes, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the break-away switch, free of charge. The recall began February 19, 2020. Owners may contact Forest River customer service at 1-503-831-5410 or 1-574-825-8205. Forest River's number for this recall is 51-1129." -01/29/2020,20V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V051000),Kovatch Mobile Equipment Corp.,Flashlight Battery Pack May Explode,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,41,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2015-2020 Predator SS Pumper, 2015 Predator SS Aerial, and 2015-2018 Predator SS TDA emergency response vehicles. The battery packs for the Pelican 9410 and 9415 flashlights may explode while charging.",A battery pack explosion may increase the risk of an injury.,"KME will notify the affected owners and will arrange for the return and repair of the flashlight batteries. The recall March 19, 2020. Owners may contact KME customer service at 1-800-235-3928." -01/29/2020,20E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E002000),Akoury,Helmets May Not Protect Occupant/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,90,"Akoury is recalling certain Boss67 motorcycle helmets, part number BFR CO, in sizes S, M, L, XL, and XXL. The helmets may lack proper impact protection. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not provide adequate protection can increase the risk of injury in the event of a crash.,"Akoury will notify owners, and dealers will replace helmets or provide a credit for the helmet, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Akoury customer service at 1-514-824-0666." -01/29/2020,20V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V050000),Vactor Manufacturing,Vehicle may Move Unexpectedly,ELECTRICAL SYSTEM,SB-0304,Vehicle,777,"Vactor Manufacturing (Vactor) is recalling certain 2017-2020 Vactor 2100i vehicles manufactured with RECIRC or flusher as original equipment or retrofitted. While in Recirculation (RECIRC) or Flusher mode and then switched to Jetting mode, the safety interlocks may fail resulting in unintentional vehicle movement.",Unintentional vehicle movement increases the risk of crash.,"Vactor will notify owners, and dealers will provide software updates, free of charge. The recall began February 17, 2020. Owners may contact Vactor customer service at 1-877-342-5374. Vactor's number for this recall is SB-0304." -01/28/2020,20V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V047000),"Mercedes-Benz USA, LLC",Automatic Transmission Wiring Harness May Chafe,ELECTRICAL SYSTEM,2020020016,Vehicle,28,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 AMG GT63 4MATIC and AMG GT63S 4MATIC vehicles. A wiring harness for the automatic transmission may not be properly secured, allowing it to chafe against the drive shaft and possibly cause an engine stall.",An engine stall can increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the mounting clips and wiring harness, and repair or replace them, as necessary, free of charge. The recall began March 13, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020016." -01/28/2020,20V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V046000),"Mercedes-Benz USA, LLC",Delayed Camera Display/FMVSS 111,BACK OVER PREVENTION,2020030018,Vehicle,22,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 A220 and A220 4MATIC vehicles. In certain operating conditions, the rearview camera software may cause a delay in displaying the rearview camera image. As such, these vehicles fail to comply to Federal Motor Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","A delayed rearview camera display can reduce the driver's view of what is behind the car, increasing the risk of a crash.","MBUSA will notify owners, and dealers will update the rearview camera software, free of charge. The recall began April 8, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030018." -01/27/2020,20V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V048000),"Mercedes-Benz USA, LLC",Oil Feed Line to Turbocharger May Leak,ENGINE AND ENGINE COOLING,2020020023,Vehicle,2518,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2019 E63 AMG 4MATIC, E63S AMG 4MATIC Wagon, S63 AMG Cabrio 4MATIC, S63 AMG Coupe 4MATIC, and S63 AMG 4MATIC and 2019 G63 AMG 4MATIC, AMG GT63 4MATIC, AMG GT63S 4MATIC vehicles equipped with 4.0L 8-cylinder gasoline turbocharged engines. The oil feed line to the turbocharger may leak.",An oil leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"MBUSA will notify owners, and dealers will replace the oil feed line to the turbocharger, free of charge. The recall began March 20, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020023." -01/24/2020,20V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V044000),"Reading Truck Body, LLC",Crane Solenoid May Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,189,"Reading Truck Body, LLC. is recalling certain 2017-2018 Master Mechanic Series Crane Truck Bodies. The crane solenoid may overheat and cause the crane to lose function.","If left unattended, the overheated solenoid can increase the risk of a fire.","Reading Truck will notify owners, and dealers will replace the solenoid, free of charge. The recall began February 14, 2020. Owners may contact Reading Truck customer service at 1-800-458-2226." -01/24/2020,20V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V041000),"Forest River, Inc.",Incorrect Federal Placard Information/FMVSS 120,EQUIPMENT,73-1131,Vehicle,20,"Forest River, Inc. (Forest River) is recalling certain 2020 Vengeance VGF311A13-WS-73 trailers. The Federal Placard has the incorrect axle rating, tire/wheel size, and tire PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and rims-other than passenger cars"" and Part 567, ""Certification.""","The incorrect Federal Placard may result in the operator unknowingly overloading the vehicle, increasing the risk of a loss of control, and the risk of a crash.","Forest River will notify owners, and dealers will provide replacement placards that contain the accurate information, free of charge. The recall began January 30, 2020. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 73-1131." -01/24/2020,20V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V042000),"Chrysler (FCA US, LLC)",Lower Control Arm May Separate from Axle,SUSPENSION,W01,Vehicle,3005,Chrysler (FCA US LLC) is recalling certain 2020 Jeep Wrangler vehicles. The left side lower control arm bracket and weld may not be correctly positioned.,The improper weld may allow the lower control arm to separate from the axle which can increase the risk of a crash.,"Chrysler will notify owners, and dealers will inspect the front axles, replacing them as necessary, free of charge. The recall began February 27, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W01." -01/24/2020,20T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20T001000),"Yokohama Off-Highway Tires America, Inc",Tires Improperly Vulcanized,TIRES,NR (Not Reported),Tire,1178,"Alliance Tire Americas, Inc. (Alliance Tire) is recalling certain Galaxy DH241-G 16H commercial truck tires in size 11R24.5 with DOT date codes 2519 through 4619. The tires may have been improperly vulcanized, allowing the tread to separate from the casing.","The tread separation can reduce vehicle handling, increasing the risk of a crash.","Alliance Tire will notify owners, and dealers will replace the tires, free of charge. The recall began February 7, 2020. Owners may contact Alliance Tire customer service at 1-844-921-2778." -01/24/2020,20V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V043000),"Chrysler (FCA US, LLC)",Transmission Fluid Leak May Cause Fire,POWER TRAIN,W03,Vehicle,87431,Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 2500 and 3500 Pickup vehicles equipped with six-speed automatic (68RFE) transmissions. A build up of pressure and heat inside the transmission may result in a transmission fluid leak from the dipstick tube.,"The leaking transmission fluid may contact the turbocharger or another ignition source within the engine compartment, increasing the risk of a fire.","Chrysler will notify owners, and dealers will replace the transmission valve body separator plate and reprogram the powertrain control module. The recall began March 2, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is W03." -01/23/2020,20V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V035000),"Mitsubishi Motors North America, Inc.",Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,SR-20-001,Vehicle,18123,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 1998-2000 Montero vehicles. These vehicles were equipped with Non-Azide Driver air bag Inflators (NADI) and do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","MMNA will notify owners, and dealers will replace the air bag inflator, free of charge. The recall began February 25, 2021. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-20-001." -01/23/2020,20V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V038000),"General Motors, LLC",Axle Roll Pins May Fracture,POWER TRAIN,N192279370,Vehicle,2866,General Motors LLC (GM) is recalling certain 2014-2015 Cadillac CTS-V Sport vehicles equipped with 3.6L Twin Turbo V6 engines. The roll pins in the rear-axle differential may fracture.,"If the roll pins fracture while the vehicle is in motion, the rear wheels may lock up and the driver can lose control of the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will repair or replace the rear axle differential, free of charge. The recall began May 1, 2020. Owners may contact Cadillac customer service at 1-800-333-4223. GM's number for this recall is N192279370." -01/23/2020,20V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V039000),"General Motors, LLC",Front Passenger Air Bag May Not Properly Inflate,AIR BAGS,N192278940,Vehicle,554,"General Motors LLC (GM) is recalling certain 2003-2004 Pontiac Vibe vehicles equipped with a front passenger air bag assembly replaced under a prior recall. The replacement air bag may not unfold as designed during inflation in high temperature conditions, possibly resulting in the air bag not inflating properly.",An air bag that does not inflate properly increases the risk of injury in the event of a crash.,"GM will notify owners, and dealers will inspect and replace the passenger air bag module, as necessary, free of charge. The recall began February 19, 2020. Owners may contact Pontiac customer service at 1-800-762-2737. GM's number for this recall is N192278940." -01/23/2020,20V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V040000),Rosenbauer America,Loss of Hydraulic Steering Assist,STEERING,19E-045,Vehicle,67,"Rosenbauer America (Rosenbauer) is recalling certain 2014-2019 Emergency Response Commander vehicles equipped with Reyco front suspensions. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of hydraulic steering assist can increase the risk of a crash.,"Rosenbauer will notify owners, and Reyco dealers will install a new bolt, nut, hardened washer, and shim, free of charge. The recall began February 6, 2020. Owners may contact Reyco customer service at 1-765-543-5815 or Rosenbauer customer service at 1-877-543-5591." -01/23/2020,20V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V036000),"Chrysler (FCA US, LLC)",Shifter Cable May Disconnect from Transmission,POWER TRAIN,W00,Vehicle,222207,"Chrysler (FCA US LLC) is recalling certain 2014-2019 Ram ProMaster vehicles equipped 3.6L engines. The transmission shifter cable may separate and disconnect from the transmission, causing the vehicle to not perform shifts intended by the driver and the gear shift lever position not matching the actual transmission gear.","The driver may be unaware of the actual gear position and unintended vehicle movement can occur, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the transmission shift cable, free of charge. The recall began May 26, 2020. Owners may contact Ram Trucks at 1-866-726-4636. Chrysler's number for this recall is W00." -01/23/2020,20V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V037000),Keystone RV Company,WiFi Prep Improper Circuit Protection,ELECTRICAL SYSTEM,20-368,Vehicle,1112,"Keystone RV Company (Keystone) is recalling certain 2020 Crossroads Cameo (models 3201RL, 320RL, 3701RL, 370RL, 3801RK, 380RK, 3891MK, 389MK, 3921BR, 392BR, 3961MB, 396MB, 4021FK, 402FK), Crossroads Cruiser (models 24RL, 27MK, 28BH, 28BH, 28RD, 28RKS, 29RK, 29SI, 30BH, 30RLS, 3311RD, 3391RL, 33BHB, 3851BL, 385BL), Crossroads Hampton (models 364MBL, 370FDL, 371FKL, 372FDB, 374BAR, 375DBL), Crossroads Volante (models 240RL, 270BH, 28BH, 295BH, 310BH, 3201IK, 3251RD, 325RD, 325RL, 326RK, 329DB, 32SB, 33DB, 3601LF, 360DB, 360LF, 370BR, 3801MD, 3851FL, 3861BL), Crossroads Redwood (models 3901MB, 3951MB, 3981FK, 3951WB, 3901WB, 3991RD, 400LK, 4001LK, 391RL, 390MB, 390WB) and Crossroads Sunset (models 185RK, 186BH, 212RB, 215BH, 222RB, 242BH, 253RB, 257FK, 259RL, 272BH, 285CK, 288BH, 289QB, 291RK, 309RK, 330SI, 331BH, 332QB) trailers. The WiFi prep wiring may have improper circuit protection between the Wi-Fi switch and the Wi-Fi prep.","In the event of a short circuit in the wiring, there may be an increased risk of fire.","Keystone will notify owners, and dealers will correct the circuit protection, free of charge. The recall began March 3, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-368." -01/22/2020,20V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V033000),Toyota Motor Engineering & Manufacturing,Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,20TB01/20TA01,Vehicle,138842,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 1998-2000 RAV4, 1998-1999 RAV4 EV and Celica and 1997-1998 Supra vehicles. These vehicles were equipped with Non-Azide Driver air bag Inflators (NADI) and do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant, and increases the risk of serious injury or death.","Toyota will notify owners, and owners will have the option to self-inspect, or have a dealer inspect the steering wheel on their vehicle to determine if their vehicle may be equipped with an affected inflator. Potentially affected steering wheel serial numbers will be inspected by a dealer. Based on the inspection, dealers will replace the front driver air bag inflator with an alternate one, as necessary. These repairs will be performed free of charge. The recall began August 28, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall is 20TB01 and 20TA01." -01/22/2020,20V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V034000),"Altec Industries, Inc.",Incorrectly Plumbed Boom Lift Cylinder Hose,EQUIPMENT,MAB 748,Vehicle,96,"Altec Industries Inc. (Altec) is recalling certain 2015-2019 Altec AC26, AC28, AC30, and AC38 Crane Aerial Devices. The boom lift cylinder hose may have been connected to a port that does not have an internal velocity fuse. Failure of a boom lift cylinder hose that is not protected by a velocity fuse can result in uncontrolled boom movement.",Uncontrolled movement of the boom lift increases the risk of injury.,"Altec will notify owners and will inspect the hose to verify that it is connected properly, repairing it as necessary, free of charge. The recall began January 30, 2020. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 748." -01/21/2020,20V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V028000),Lion Electric Company,Drop in Hydraulic System Pressure,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,37,"Lion Electric Company (Lion) is recalling certain 2018-2020 Lion C electric school buses. During a sudden braking and change of direction combination, a decrease in the hydraulic system pressure can occur, causing a loss of power steering and power braking.",The loss of power steering and power braking increases the risk of a crash.,"Lion will notify owners, and dealers will replace the hydraulic pressure relief valves, free of charge. The recall began February 4, 2020. Owners may contact Lion customer service at 1-855-546-6706." -01/20/2020,20V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V030000),"Forest River, Inc.",LP Supply Line may get Damaged and Leak Gas,EQUIPMENT,68-1125,Vehicle,164,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Georgetown GTA34H5F motorhomes. The rubber liquid propane (LP) gas line may have been improperly routed against the metal burner chamber of the refrigerator.","If the LP line contacts the burner assembly, the hose may melt, causing a gas leak, increasing the risk of a fire.","Forest River will notify owners, and dealers will reroute the LP line away from the burn chamber, free of charge. The recall began February 19, 2020. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-1125." -01/20/2020,20V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V032000),Arcimoto Inc,Lack of Brake Line/Steering Main-Link Clearance,SERVICE BRAKES,NR (Not Reported),Vehicle,50,"Arcimoto Inc. (Arcimoto) is recalling certain 2019 FUV motorcycles. During full right steering lock, the brake line may contact the steering main-link.","The contact may wear through the hard brake line, causing a loss of braking ability and increasing the risk of a crash.","Arcimoto will notify owners and will inspect for proper clearance between the hard brake line and the steering main-link, correcting as necessary, free of charge. The recall began January 24, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -01/20/2020,20V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V031000),Arcimoto Inc,Loss of Display Information,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,50,"Arcimoto Inc. (Arcimoto) is recalling certain 2019 FUV motorcycles. Due to electrical interference within the electrical harnesses and modules, the instrument cluster display may intermittently go blank. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 123, ""Motorcycle Controls and Displays.""","Lack of display information may cause operator confusion, increasing the risk of a crash.","Arcimoto will notify owners and install a flyback/damping-diode to the exterior of the wiper motor to block a power surge, add filter and surge protection to display backer board or inline to upgrade display's ability to block electrical noise, and install Check RAM Corruption (CRC) software. All services will be performed free of charge. The recall began January 24, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -01/20/2020,20V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V029000),"Forest River, Inc.",Roof May Detach from Vehicle,STRUCTURE,51-1123,Vehicle,4105,"Forest River, Inc. (Forest River) is recalling certain 2014-2019 Rockport Work Truck vehicles. The roof and front cap may have been improperly fastened together, potentially allowing the roof to detach from the front cap and vehicle.","If the roof detaches from the vehicle, it can become a road hazard, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the vehicles and properly secure the roofs, as necessary, free of charge. The recall began February 3, 2020. Owners may contact Forest River customer service at 1-574-522-7599. Forest River's number for this recall is 51-1123." -01/17/2020,20V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V026000),Honda (American Honda Motor Co.),Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,"D8J, Z8G",Vehicle,1439841,"Honda (American Honda Motor Co.) is recalling certain 1998 Acura 2.2CL, 1998-1999 Acura 2.3CL, 1998-1999 Acura 3.0CL, 2001 Acura 3.2CL and Acura MDX, 1998-2000 Honda Accord Coupe, Accord Sedan, Civic Sedan, Odyssey and Acura 3.5RL, 1999-2000 Acura 3.2TL, 1996-2000 Civic Coupe, 1997-2000 CR-V, 1997-1998 EV Plus, and 1998-1999 Isuzu Oasis vehicles. These vehicles were equipped with Non-Azide Driver air bag Inflators (NADI) and do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag cushion may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","Honda will notify owners, and dealers will inspect the driver frontal air bag inflator, and replace it if necessary, with an inflator of a different design, free of charge. The recall began October 1, 2020. Owners may contact American Honda's Customer Support & Campaign Center at 1-888-234-2138 or Isuzu customer service at 1-800-255-6727." -01/17/2020,20V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V027000),Honda (American Honda Motor Co.),Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,"U6R, H6S",Vehicle,875966,"Honda (American Honda Motor Co.) is recalling certain 2001-2002 Acura 3.2CL, 2000-2003 Acura 3.5RL, 2000-2001 Acura 3.2TL, Honda CR-V and Honda Odyssey, 2001-2002 Acura MDX and 2000 Accord Coupe, Accord Sedan, Civic Coupe, and Civic Sedan vehicles. These vehicles may have received a replacement driver frontal air bag module as part of a vehicle repair. Due to a manufacturing issue, the replacement NADI inflator may absorb moisture, causing the inflator to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag cushion may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","Honda will notify owners, and dealers will inspect the air bags in the vehicles, replacing the driver frontal air bag inflator with an inflator of a different design, as necessary, free of charge. The recall began October 1, 2020. Owners may contact American Honda's Customer Support & Campaign Center at 1-888-234-2138." -01/17/2020,20V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V024000),Toyota Motor Engineering & Manufacturing,Air Bags/Seat Belt Pretensioners may not Deploy,AIR BAGS,20TB03 / 20TA03,Vehicle,2891976,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2011-2019 Corolla, 2011-2013 Matrix, 2012-2018 Avalon, and 2013-2018 Avalon Hybrid vehicles. During certain crashes, the air bag electronic control unit (ECU) may malfunction, possibly disabling the deployment of the air bags and/or seat belt pretensioners.","In the event of a crash, air bags and/or seat belt pretensioners that do not deploy as intended may increase the risk of injury.","Toyota will notify owners, and dealers will inspect the ECU and install a noise filter between the air bag control module and its wire harness, as necessary, free of charge. Owners were notified of the safety risk beginning March 2, 2020. A second letter notifying owners of the remedy repair will be mailed between March 16, 2020 and June 27, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are 20TB03, 20TA03 and 20TA05." -01/17/2020,20V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V023000),"Terex Advance Mixer, Inc.",Axles may Fracture from Incorrect Heat Treating,POWER TRAIN,NR (Not Reported),Vehicle,34,"Terex Advance Mixer (Terex) is recalling certain 2020 FDC300, FD4000, FD5000GL, and FD7000B vehicles. The axle output shafts were incorrectly heat treated, possibly causing them to fracture.","The fracturing of the output shaft would result in a loss of drive, increasing the risk of a crash.","Terex has notified owners. Owners should inspect the Dana output flange for its production date. Dana will replace any that are in the affected range, free of charge. The recall began January 24, 2020. Owners may contact Terex customer service at 1-800-678-5961." -01/17/2020,20V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V022000),Hyundai Motor America,Incorrect GAWR on Certification Label,EQUIPMENT,187,Vehicle,477,"Hyundai Motor America (Hyundai) is recalling certain 2020 Kona vehicles. The certification label may indicate incorrect Gross Axle Weight Rating (GAWR). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 567, ""Certification"" and 110, ""Tire Selection and Rims.""","An incorrect GAWR could result in the vehicle being overloaded, increasing the risk of a crash.","Hyundai will notify owners, and dealers will install new label stickers displaying the correct GAWR over the affected areas of the certification label, free of charge. The recall began March 2, 2020. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 187." -01/17/2020,20V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V025000),Isuzu Motors Limited,Seat Belt May Not Restrain Occupants,SEAT BELTS,V2001,Vehicle,1138,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2020 Isuzu NPR HD, NPR XD, NQR and NRR and Chevrolet 4500HD, 4500XD, 5500HD and 5500XD and 2019 Isuzu NPR HD GAS, NPR GAS and Chevrolet 4500 and Chevrolet 3500 vehicles equipped with a dual mode belt locking mechanism seat belt assembly. Due to a manufacturing issue, the seat belt webbing locking mechanism may not properly restrain the occupant as intended.","In the event of a crash, if the occupant is not properly restrained, there is an increased risk of injury.","Isuzu will notify owners, and dealers will inspect and replace the seat belt assembly, as necessary, free of charge. The recall began February 20, 2020. Owners may contact Isuzu customer service at 1-866-441-9638 or Chevrolet customer service at 1-800-222-1020. Isuzu's number for this recall is V2001." -01/16/2020,20V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V021000),"Multiquip, Inc.",Incorrect Connection Points for Safety Chain,TRAILER HITCHES,WT20191031,Vehicle,119,"Multiquip, Inc. (Multiquip) is recalling certain 2019 WT5C trailers. The connection points for the safety chain are incorrect.","The incorrect attachment points may result in the safety chains being too short, possibly interfering with steerability of the tow vehicle and increasing the risk of a crash.","Multiquip will notify owners, and dealers will relocate the mounting position of safety chains, free of charge. The recall began January 24, 2020. Owners may contact Multiquip customer service at 1-800-421-1244. Multiquip's number for this recall is WT20191031." -01/15/2020,20V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V017000),"BMW of North America, LLC",Driver Air Bag Inflators May Explode,AIR BAGS,NR (Not Reported),Vehicle,59965,"BMW of North America, LLC (BMW) is recalling certain 2008-2013 128i and 135i Convertibles, 128i, 135i, and M Coupes, 2007-2010 X3 30si and X3 xDrive30i, 2013-2015 X1 sDrive28i, X1 xDrive28i and X1 xDrive35i, 2007-2013 328i, 328i xDrive, 335i, 335is, 335i xDrive and M3 Coupes, 2006-2011 328i, 328xi, 328i xDrive, 325i, 325xi, 330i, 330xi, 335i, 335xi, 335i xDrive and M3, 2009-2011 335D, 2006-2012 325xi, 328i, 328xi and 328i xDrive, 2010-2011 X6 ActiveHybrid, 2007-2013 328i, 335i, 335is, M3 Coupes, X5 30si, X5 xDrive30i, X5 xDrive35i, X5 48i, X5 xDrive48i, X5 xDrive50i and X5 M, 2009-2013 X5 xDrive35d and 2008-2014 X6 xDrive35i, X6 xDrive50i and X6M vehicles equipped with non-desiccated driver frontal air bag inflators containing phase stabilized ammonium nitrate (PSAN) that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the driver air bag. On X5 and X6 vehicles, only the inflator will be replaced. All repairs will be performed free of charge. The recall began March 11, 2020. Owners may contact BMW customer service at 1-800-525-7417." -01/15/2020,20V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V019000),"Winnebago Industries, Inc.",Heat Coil May Not Disengage with A/C,ELECTRICAL SYSTEM,161,Vehicle,212,"Winnebago Industries, Inc (Winnebago) is recalling certain 2020 Adventurer motorhomes. When using 30 AMP service, the heat coil may not disengage when the Power Control System (PCS) calls to stop the air conditioner power.","If the heat coil does not disengage with the air conditioner, heat can increase inside the unit, increasing the risk of a fire.","Winnebago will notify owners, and dealers will install a blocking diode at the air conditioner unit, free of charge. The recall began February 6, 2020. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 161." -01/15/2020,20V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V013000),"Autocar, LLC",Ignition Relay May Fail,ELECTRICAL SYSTEM,ACX-2001,Vehicle,5613,"Autocar, LLC (Autocar) is recalling certain 2013-2020 Xpeditor vehicles. The ignition relay may fail without warning, causing the vehicle to stall.",A vehicle stall can increase the risk of crash.,"Autocar will notify owners, and dealers will replace the ignition relay, free of charge. Autocar issued owners an interim notification on March 12, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-2001." -01/15/2020,20V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V014000),"Triumph Motorcycles America, Ltd.",Loss of Ability to Shift Gears,POWER TRAIN,SRAN 569,Vehicle,1304,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2019-2020 Speed Twin motorcycles. The gear shift lever linkage may separate from shifter ball joint, resulting in an inability to change gears.",A loss of ability to change gears may increase the risk of a crash.,"Triumph will notify owners, and dealers will secure the attachment with a different thread locking compound, free of charge. The recall began January 27, 2020. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 569." -01/15/2020,20V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V016000),"BMW of North America, LLC",Passenger Air Bag Inflators May Explode,AIR BAGS,NR (Not Reported),Vehicle,4007,"BMW of North America, LLC (BMW) is recalling certain 2009-2012 X5 xDrive35d, 2008-2012 X6 xDrive35i, X6 xDrive50i and X6 M, 2007-2012 X5 30si, X5 xDrive30i, X5 xDrive35i, X5 48i, X5 xDrive48i, X5 xDrive50i and X5 M and 2010-2011 X6 ActiveHybrid vehicles equipped with non-desiccated, passenger frontal air bag inflators containing phase stabilized ammonium nitrate (PSPI-2) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the passenger front air bag, free of charge. The recall began March 11, 2020. Owners may contact BMW customer service at 1-800-525-7417." -01/15/2020,20V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V018000),"BMW of North America, LLC",Passenger frontal Air Bag Inflators May Explode,AIR BAGS,NR (Not Reported),Vehicle,292948,"BMW of North America, LLC (BMW) is recalling certain 2000-2005 323iT, 325iT, 325xiT, 320i, 323i, 325i, 325xi, 328i, 330i and 330xi and 2000-2006 323Ci, 325Ci, 328Ci, 330Ci, M3 Coupe, 323Cic, 325Cic, 330Cic, and M3 Convertible vehicles equipped with non-desiccated frontal Takata PSAN inflators and PSPI passenger frontal air bag inflators containing phase stabilized ammonium nitrate (PSAN) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the passenger's front air bag, free of charge. The recall began February 13, 2020. Owners may contact BMW customer service at 1-800-525-7417." -01/15/2020,20V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V015000),"Triumph Motorcycles America, Ltd.",Side Stand Spring May Fracture,STRUCTURE,SRAN 570,Vehicle,3244,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2016-2018 Thruxton, 2016-2019 Thruxton R and 2020 Thruxton TFC motorcycles. The side stand spring may fracture, possibly allowing the side stand switch to activate and shut off the engine.",An engine stall increases the risk of a crash.,"Triumph will notify owners, and dealers will replace the side stand spring, free of charge. The recall began February 24, 2020. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN 570." -01/15/2020,20V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V020000),"Kalmar Solutions, LLC",Transmission may Shift Unexpectedly,POWER TRAIN,NR (Not Reported),Vehicle,22,"Kalmar Solutions, LLC (Kalmar) is recalling certain 2019 Ottawa T2E battery electric vehicles. The transmission tailshaft speed sensor can be affected by electromagnetic interference, causing the transmission to shift unexpectedly.","The shifting of the transmission can cause unexpected vehicle movement, increasing the risk of a crash.","Kalmar will notify owners and TransPower will replace the transmission tail shaft sensor and update software, free of charge. The recall began February 12, 2020. Owners may contact Kalmar customer service at 1-785-229-6327." -01/14/2020,20V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V011000),"General Motors, LLC",Passenger Air Bag Inflators May Explode,AIR BAGS,N192290990,Vehicle,699,"General Motors LLC (GM) is recalling certain 2007-2008 Chevrolet Silverado 2500 and 3500 and GMC Sierra 2500 and 3500 vehicles equipped with non-desiccated, passenger frontal air bag inflators containing phase stabilized ammonium nitrate (PSAN) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the front passenger or other occupants resulting in serious injury or death.,"GM will notify owners, and dealers will replace the front passenger air bag inflators, free of charge. The recall began February 11, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-866-522-9559. GM's number for this recall is N192290990." -01/13/2020,20V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V012000),Toyota Motor Engineering & Manufacturing,Fuel Pump May Fail,"FUEL SYSTEM, GASOLINE",20TB02/20TA02/20LB01,Vehicle,1830752,"Toyota Motor Engineering & Manufacturing (Toyota) recalled certain 2018-2019 4Runner, Highlander, Camry, Land Cruiser, Sequoia, Sienna, Tacoma and Tundra, and Lexus RC 300, RC 350, GS 350, GX 460, IS 300, LC 500, LS 500, LX 570, RX 350L, and 2019 Toyota Avalon and Corolla, and certain Lexus NX 300, and ES 350 vehicles on January 13, 2020. On March 4, 2020, Toyota expanded the recall to include certain 2014-2015 Toyota 4Runner and Land Cruiser, 2018 Avalon, Corolla, 2014 FJ Cruiser, 2017 Sienna and Lexus 2018 ES 350, 2018-2019 GS 300, 2013-2014 GS350, 2014-2015 GX 460, IS 350 and LX 570, 2014 IS F, 2018-2019 IS 350, LC 500H and LS 500H, 2013-2015 LS 460, 2015 NX 200T and RC350, 2017 RC 200T and RX 350. Toyota also removed the 2018-2019 Toyota 4Runner and Land Cruiser and 2018-2019 Lexus GX 460 and LX 570 and 2019 NX300 from inclusion in this recall. On March 19, 2020, Toyota expanded the recall to include 2015 Lexus GS350 vehicles. The low-pressure fuel pump inside the fuel tank may fail.","If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the fuel pump, free of charge. The recall began May 4, 2020. Owners may contact Toyota customer service at 1-888-270-9371 or Lexus customer service at 1-800-255-3987. Toyota's numbers for this recall are 20TB02 and 20TA02 for Toyota vehicles and 20LB01 and 20LA01 for Lexus vehicles." -01/10/2020,20V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V010000),"Genuine Scooters, LLC",Brake Pads May Dislodge and Cause Loss of Braking,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,148,"Genuine Scooters, LLC. (Genuine Scooters) is recalling certain 2020 Royal Alloy GT150 scooters. The front brake rotor may become uncentered within the front brake caliper allowing the inner brake pad to dislodge from the top of the brake caliper.","If the brake pad becomes dislodged, the scooter can experience a reduced or complete loss of braking, increasing the risk of a crash.","Genuine Scooters will notify owners, and dealers will reposition the brake rotors with spacers to prevent the brake pads from dislodging, free of charge. The recall began January 2019. Note: Genuine Scooters requests owners to not drive their scooters. Please have the scooter towed to a dealer for repairs. Roadside assistance coverage has been provided along with owner's warranty so the tow will be free of charge. Owners may contact Genuine Scooters customer service at 1-773-433-1311." -01/10/2020,20V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V009000),"Forest River, Inc.",Incorrectly Labeled Federal Placard/FMVSS 110,EQUIPMENT,19-1126,Vehicle,20,"Forest River, Inc. (Forest River) is recalling certain 2020 Shockwave Toyhauler SHT18FS-CA trailers. The Federal Placard indicates the incorrect tire pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire pressure can cause a loss of vehicle control or premature tire failure, increasing the risk of a crash.","Forest River will notify owners and will provide a corrected Federal Placard, free of charge. The recall began January 20, 2020. Owners may contact Forest River customer service at 1-909-873-3777. Forest River's number for this recall is 19-1126." -01/09/2020,20V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V008000),"Nissan North America, Inc.",Frontal Passenger Air Bag Inflators May Explode,AIR BAGS,NR (Not Reported),Vehicle,307962,"Nissan North America, Inc. (Nissan) is recalling certain 2001-2003 Maxima, 2002-2006 Sentra, 2002-2004 Pathfinder, 2007-2011 Versa Sedan and Versa Hatchback, 2001-2004 Infiniti I30 and I35, 2002-2003 Inifiniti QX4, 2003-2008 Infiniti FX35 and FX45 and 2006-2010 M35 and M45 vehicles. The vehicles are equipped with non-desiccated, frontal passenger air bag inflators containing phase stabilized ammonium nitrate (PSAN) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the front passenger air bag inflators with alternate desiccated inflators, free of charge. The recall began February 12, 2020. Owners may contact Nissan customer service at 888-737-9511 or Infiniti customer service at 888-810-3715." -01/09/2020,20V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V007000),"Ferrari North America, Inc.",Passenger Air Bag Inflators May Explode,AIR BAGS,60FL,Vehicle,982,"Ferrari North America, Inc. (Ferrari) is recalling certain 2009-2011 California and 2010-2011 458 Italia vehicles equipped with non-desiccated, passenger frontal air bag inflators containing phase stabilized ammonium nitrate (PSAN) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the front passenger air bag assembly with an alternate one, including a new non-ammonium nitrate inflator, free of charge. The recall began March 8, 2020. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 60FL." -01/08/2020,20V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V006000),Kovatch Mobile Equipment Corp.,Swing Drives Not Properly Lubricated,EQUIPMENT,NR (Not Reported),Vehicle,6,"Kovatch Mobile Equipment Corp. (KME) is recalling one 2017 and certain 2012-2015 Emergency Response KME 55 FT Firestix Aerial Devices. The swing drives may not contain lubricating oil, which can cause the internal gears to become damaged and cause seizing.","If the swing drive's internal gears become damaged or start seizing, uncontrolled movement of the ladder can occur, increasing the risk of an injury.","KME will notify owners, and dealers will inspect the swing drives and rebuild them if they do not contain the lubricating oil, free of charge. The recall began February 25, 2020. Owners may contact KME customer service at 1-800-235-3928." -01/06/2020,20V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V004000),"Corp. Micro Bird, Inc.",Oversized Breaker may Allow Wires to Melt,ELECTRICAL SYSTEM,19-083-BUC,Vehicle,134,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2015-2019 CT-Series shuttle buses. The 150A breaker located under the driver's seat may be oversized and may not open fast enough to power off the electrical panel supply, which can lead to overheating of the wires.","If the wires overheat, there is an increased risk of a fire.","Micro Bird will notify owners and dealers will replace the breaker, free of charge. The recall began February 10, 2020. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 19-083-BUC." -01/06/2020,20V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V005000),"Corp. Micro Bird, Inc.",Oversized Breaker may Allow Wires to Melt,ELECTRICAL SYSTEM,19-083-BUS,Vehicle,1863,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2015-2019 T-Series school buses. The 150A circuit breaker located under the driver's seat may be oversized and may not open fast enough to power off the electrical panel supply, which can lead to overheating of the wires.","If the wires overheat, there is an increased risk of a fire.","Micro Bird will notify owners and dealers will replace the breaker, free of charge. The recall began February 10, 2020. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 19-083-BUS." -01/02/2020,20E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20E001000),"Takata (TK Global, LLC)",Frontal Air Bag Inflators May Explode,AIR BAGS,NR (Not Reported),Equipment,10000000,"Takata Corporation (Takata) is recalling certain PSPI, PSPI-2, PSPI-6, PSPI-L, SPI, PSDI, PSDI-4, PSDI-5, and SDI non-desiccated, frontal air bag inflators containing phase stabilized ammonium nitrate (PSAN) propellant that were used as interim remedy parts for previous Takata recalls. These inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Numerous vehicle recalls will be announced by the impacted vehicle manufacturers who will conduct recalls to replace the interim replacement air bag inflators with alternate ones as a permanent remedy. The recall began January 2, 2020." -01/02/2020,20V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V001000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKA-20,Vehicle,258813,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2013 Forester, 2003-2006 Baja, 2004-2011 Impreza, 2004-2014 WRX (STI included), 2003-2014 Legacy and Outback, and 2005-2006 Saab 9-2X vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" These vehicles had their passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the passenger air bag inflators with alternate inflators, free of charge. The recall began January 7, 2020. Subaru Owners may contact Subaru customer service at 1-844-373-6614. Saab owners may contact the Saab Customer Assistance Center at 1-800-955-9007. Subaru's number for this recall is TKA-20." -01/02/2020,20V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V002000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKB-20,Vehicle,127547,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2013 Forester, 2003-2006 Baja, 2004-2011 Impreza, 2004-2014 WRX (including STI), 2003-2014 Legacy and Outback, and 2006 Saab 9-2X vehicles originally sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" These vehicles had their passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the passenger air bag inflators, free of charge. The recall began January 7, 2020. Subaru owners may contact Subaru customer service at 1-844-373-6614. Saab owners may contact the Saab Customer Assistance Center at 1-800-955-9007. Subaru's number for this recall is TKB-20." -01/02/2020,20V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=20V003000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKC-20,Vehicle,111562,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2013 Forester, 2003-2006 Baja, 2004-2011 Impreza, 2004-2014 WRX (including STI), 2003-2014 Legacy and Outback, and 2005-2006 Saab 9-2X vehicles originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles had their passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the passenger air bag inflators, free of charge. The recall began January 7, 2020. Subaru owners may contact Subaru customer service at 1-844-373-6614. Saab owners may contact the Saab Customer Assistance Center at 1-800-955-9007. Subaru's number for this recall is TKC-20." -12/30/2019,19V925000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V925000),Toyne Inc.,Brake Relay Valve Air Flow Restriction,SERVICE BRAKES,NR (Not Reported),Vehicle,2,"Toyne Inc. (Toyne) is recalling certain vehicles built on 2018-2019 Spartan Emergency Response Metro Star and Gladiator chassis. The brake relay valve may have an air flow restriction, which may require an extended distance in order to stop the vehicle.",An increase in stopping distance increases the risk of crash.,"Toyne will notify owners, and dealers will inspect and replace the valves, as necessary, free of charge. The recall is expected to begin in January 2020. Owners may contact Toyne customer service at 1-712-673-2328." -12/27/2019,19V922000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V922000),"Autocar, LLC",Headlamp Relay May Disconnect from Fuse Box,ELECTRICAL SYSTEM,ACTT-2002,Vehicle,3448,"Autocar, LLC (Autocar) is recalling certain 2015-2020 Xspotter vehicles. The headlamp relay may disconnect from the fuse box, causing the headlights to shut off.","Headlights failing can cause reduced visibility, increasing the risk of a crash.","Autocar will notify owners, and dealers will install a fuse box relay retainer, free of charge. Autocar issued owners an interim notification on February 24, 2020. The recall began August 27, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACTT-2002." -12/27/2019,19V924000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V924000),Motor Coach Industries,Tag Axle May Become Misaligned,SUSPENSION,SB 477,Vehicle,276,"Motor Coach Industries (MCI) is recalling certain 2018-2020 D4505 and D4500 coaches equipped with an optional steerable tag axle. The tag axle mounting block clamps that retain the tie rod to obtain the forward steer orientation may slip, resulting in the tag axle being out of alignment.","If the tag axle becomes misaligned with the front of the vehicle, the rear of the vehicle may strike other vehicles or pedestrians, increasing the risk of a crash or injury.","MCI will notify owners, and dealers will replace the block clamps and retorque the fasteners, free of charge. The recall began February 19, 2020. Owners may contact MCI customer service at 1-800-241-2947." -12/27/2019,19V923000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V923000),"Autocar, LLC",Transmission Shift Pad May Fail/FMVSS 102,POWER TRAIN,ACTT-2001,Vehicle,156,"Autocar, LLC (Autocar) is recalling certain 2016-2019 Xspotter vehicles. Due to the placement of the shift pad, the shift pad may fail, and not display the transmission range or sequence. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect.""","If the shift pad display fails, the operator will not know the transmission range or sequence information, increasing the risk of a crash or injury.","Autocar will notify owners, and dealers will relocate the shift pad, free of charge. Autocar issued owners an interim notification on February 24, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACTT-2001." -12/23/2019,19V916000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V916000),"Daimler Trucks North America, LLC",Battery Support Module Can Cause Fire,EQUIPMENT,FL-842,Vehicle,1852,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 FCC MT45G vehicles equipped with Ioxus 12V uSTART MD battery support modules. The uSTART module electronics can short circuit internally, causing the vehicle's battery to fully discharge into the uSTART module.",A short circuit in the uStart module can increase the risk of a fire.,"DTNA will notify owners, and dealers remove the uSTART and replace it with an equivalent battery, free of charge. The recall is expected to begin February 17, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-842." -12/23/2019,19V919000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V919000),"Forest River, Inc.",Engine Cooling Fan May Seize and Cause Fire,ENGINE AND ENGINE COOLING,51-1121,Vehicle,11,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Dynamax Rev and Coachmen Orion motorhomes built on Ram ProMaster chassis equipped with 3.0L diesel or 3.6L gasoline engines and air conditioning (A/C). The engine cooling fan may seize which can cause the cooling fan motor to overheat.",An overheated fan motor increases the risk of a fire.,"Forest River will notify owners, and Chrysler dealers will replace the engine cooling fan module, free of charge. This recall began September 14, 2020. Owners may contact Forest River customer service at 1-800-348-7440 or Chrysler customer service at 1-800-853-1403. Forest River's number for this recall is 51-1121 and Chrysler's number for this recall is VB2." -12/23/2019,19V921000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V921000),Aluminum Trailer Company (ATC),Guide Block May Fail,EQUIPMENT,NR (Not Reported),Vehicle,232,Aluminum Trailer Company (ATC) is recalling certain 2016-2019 Quest Stacker trailers. The guide block may fail causing the car lift to drop into the tilt position.,"While in tilt position, lift may become unseated from the ladder causing front end of lift to fall, increasing the risk of injury.","ATC will notify owners and dealers will replace the existing guide blocks with an improved guide block made from Nylatron, free of charge. The recall is expected to begin February 10, 2020. Owners may contact ATC customer service at 1-877-441-2440, extension 342." -12/23/2019,19V920000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V920000),Riverside RV,Stove Flame May Invert and Cause Fire,EQUIPMENT,NR (Not Reported),Vehicle,189,Riverside RV (Riverside) is recalling certain 2020 Intrepid recreational trailers. The stove top flame may invert to below the stove top when the furnace engages.,"If the stove flame inverts when the furnace engages, it can increase the risk of a fire.","Riverside will notify owners, and dealers will install a panel to shut off air flow between furnace and stove, as necessary, free of charge. The recall began January 8, 2020. Owners may contact Riverside customer 1-260-499-4511." -12/20/2019,19V915000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V915000),"Mercedes-Benz USA, LLC",Brake Components Are Incorrect Size/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",2020030020,Vehicle,75,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 S560 and S450 vehicles. These vehicles may be equipped with front brake components (brake discs, calipers, and pads) with different dimensions than specified for the vehicle.","The incorrect size brake components may lead to the wrong replacement components fitted to the vehicle during brake repairs, possibly affecting braking performance and increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the front brake system, free of charge. The recall began May 8, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030020." -12/20/2019,19V913000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V913000),SVI Trucks,Brake Relay Valve Air Flow Restriction/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"SVI Trucks is recalling certain vehicles built on 2019 Spartan Emergency Response MetroStar chassis. The brake relay valve may have an air flow restriction, which may result in an increased stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",A longer distance needed to stop the vehicle can increase the risk of crash.,"Spartan will notify owners, and Spartan dealers will inspect and replace the valves, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Spartan customer service at 1-800-543-5008 or SVI Trucks customer service at 1-888-784-1112." -12/20/2019,19V918000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V918000),"Mercedes-Benz USA, LLC",Glass Panel May Detach From Vehicle,VISIBILITY,2020040011,Vehicle,747928,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2001-2011 vehicles. The bonding between the glass panel and the sliding roof frame may deteriorate, possibly resulting in the glass panel detaching from the vehicle. For a full list of the affected models visit: https://static.nhtsa.gov/odi/rcl/2019/RMISC-19V918-4126.pdf","A detached glass panel can separate from the vehicle and become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the glass panel bonding and replace the sliding roof, as necessary, free of charge. The recall began July 10, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020040011." -12/20/2019,19T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T025000),"Michelin North America, Inc.",Improperly Labeled Tires/FMVSS 139,TIRES,NR (Not Reported),Tire,32,"Michelin North America, Inc. (Michelin) is recalling certain CrossClimate+ tires in size 225/60R17 103V XL tires with DOT date code 4618. The tires are not marked with the required UTQG treadwear, traction or temperature gradings. In addition, on the designated outboard sidewall and on the inboard sidewall, the �DOT� certification symbol, which precedes the TIN (Tire Identification Number) has not been molded into the sidewall. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Without the proper markings, the tires may not be used in the appropriate driving conditions, increasing the risk of a crash.","Michelin will notify owners, and dealers will replace the tires, free of charge. The recall is expected to begin January 30, 2020. Owners may contact Michelin customer service at 1-866-324-2835." -12/20/2019,19V917000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V917000),PACCAR Incorporated,Improperly Mounted Steering Bracket,STEERING,19PBF,Vehicle,21,PACCAR Incorporated (PACCAR) is recalling certain 2018-2019 Peterbilt 520 vehicles built in Right-Hand Stand-Up configuration. The steering assist cylinder bracket may not have been properly mounted.,"The improperly mounted steering assist cylinder bracket may break and cause damage to surrounding components and/or lock up the steering, increasing the risk of a crash.","PACCAR will notify owners, and dealers will correcting the mounting, free of charge. PACCAR issued owners an interim notification on January 31, 2020. The recall began March 4, 2020. Owners may contact Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 19PBF." -12/20/2019,19V914000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V914000),"Mercedes-Benz USA, LLC",Incorrect Air Bag Warning Labels on Sun Visor,EQUIPMENT,2020020014,Vehicle,10041,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 GLC 300 4MATIC coupe, AMG GLC 43 Coupe, AMG GLC 43, AMG GLC 63, GLC 300, GLC 350e 4MATIC, GLC300 4MATIC, AMG GLC 63 Coupe, and AMG GLC 63 S Coupe vehicles. The passenger side sun visor may have incorrect air bag warning labels, written in a foreign language. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If an air bag label is in a foreign language, an occupant may not be aware of the risks to children sitting in the front seat, increasing the risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect the air bag warnings and replace them, as necessary, free of charge. The recall began March 3, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020014." -12/20/2019,19V912000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V912000),"BMW of North America, LLC",Rear Seat Belt Pretensioners May Not Lock,SEAT BELTS,NR (Not Reported),Vehicle,135,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 330i and 330i xDrive vehicles. The outboard rear seat belt pretensioners may not lock as intended during a crash.","In the event of a crash, if the seat belt pretensioners fail to lock, there is an increased risk of injury.","BMW will notify owners, and dealers will replace the rear seat belts, free of charge. The recall is expected to begin February 10, 2020. Owners may contact BMW customer at 1-800-525-7417." -12/19/2019,19V910000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V910000),"Subaru of America, Inc.",Air Bag Control Module Incompatible With Air Bag,AIR BAGS,WUX-09,Vehicle,46,"Subaru of America, Inc. (Subaru) is recalling certain 2016-2017 Outback vehicles. A replacement air bag control module may have been installed that is not compatible with the passenger air bag module, possibly affecting air bag deployment.","In the event of a crash necessitating passenger frontal air bag deployment, the air bag may not deploy properly, increasing the risk of injury.","Subaru will notify owners, and dealers will replace the passenger air bag module, free of charge. The recall began February 3, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUX-09." -12/19/2019,19V907000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V907000),Mazda North American Operations,Emergency Braking Can Activate Unexpectedly,FORWARD COLLISION AVOIDANCE,4219L,Vehicle,35390,"Mazda North American Operations (Mazda) is recalling certain 2019-2020 Mazda3 vehicles. The Smart Brake System (SBS) can falsely detect an obstacle while driving, activating the automatic emergency braking system and suddenly stopping the vehicle.",Stopping the vehicle unexpectedly increases the risk of a crash.,"Mazda will notify owners, and dealers will update the SBS software. In addition, vehicles with certain production dates will receive an instrument cluster software update or replacement and a replacement owner's manual. These repairs will be performed free of charge. The recall began February 14, 2020. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 4219L." -12/19/2019,19V909000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V909000),"Chrysler (FCA US, LLC)",Fractured Right Rear Brake Caliper Can Fail,"SERVICE BRAKES, HYDRAULIC",VE8,Vehicle,1353,Chrysler (FCA US LLC) is recalling certain 2020 Jeep Renegade and Fiat 500X vehicles. The right rear brake caliper could have been fractured during the casting process.,"A cracked right rear brake caliper can fail, reducing braking performance and increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and replace the right rear brake calipers, as necessary, free of charge. The recall began February 7, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VE8." -12/19/2019,19V908000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V908000),"Daimler Vans USA, LLC",Lashing Rails May Detach,EQUIPMENT,VS3ZUSCHI,Vehicle,183,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner Sprinter vehicles. The lashing rails on the side walls may not have been properly installed, possibly resulting in the lashing rails detaching.","If the lashing rails disconnect, the cargo could become unsecured, increasing the risk of a crash.","DVUSA will notify owners, and dealers will correctly affix the lashing rails to the side walls, free of charge. DVUSA issued owners an interim notification on February 7, 2020. The recall began April 15, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3ZUSCHI." -12/19/2019,19V911000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V911000),PACCAR Incorporated,Rear Axle Output Shafts May Fracture,POWER TRAIN,19KWE and 19PBG,Vehicle,148,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Kenworth T800, T880 and W990 and Peterbilt 348, 367, 389, 520, and 567 vehicles. The forward rear axle output shafts may have been improperly heat treated during manufacturing, possibly resulting in the shafts fracturing.","If the rear axle output shaft fractures, the shaft or interaxle driveline could detach and become a road hazard, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect and replace the output shafts, as necessary, free of charge. The recall began February 19, 2020. Owners may contact Kenworth customer service at 1-425-828-5888 or Peterbilt customer service at 1-940-591-4220. PACCAR's numbers for this recall are 19KWE and 19PBG." -12/18/2019,19V904000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V904000),Ford Motor Company,ABS Valve May Remain Open after ABS Event,"SERVICE BRAKES, HYDRAULIC",19S54,Vehicle,600166,"Ford Motor Company (Ford) is recalling certain 2006-2010 Ford Fusion, Mercury Milan, Lincoln Zephyr and MKZ vehicles. The valves within the ABS Hydraulic Control Units (HCU) may react with brake fluids containing specific corrosion preventative additives. This reaction may cause the valves to not close properly.","If the valves do not properly close, additional brake pedal travel may be required to stop the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will flush the brake system with DOT 4 fluid and install a new brake fluid reservoir cap. In addition, the HCU will be tested to detect a possible stuck valve condition, replacing the HCU as necessary. All services will be performed free of charge. The recall began April 1, 2021. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S54." -12/18/2019,19V903000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V903000),Ford Motor Company,Damaged Spare Tire Can Lose Air Pressure or Detach,TIRES,19S55,Vehicle,33,Ford Motor Company (Ford) is recalling certain 2020 F-150 trucks equipped with 17-inch spare tires. The spare tire could have been damaged when it was installed on the rim.,"The damage can cause the tire to rapidly lose air pressure or detach from the wheel, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the spare tire, free of charge. The recall began January 13, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S55." -12/18/2019,19V901000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V901000),"MORryde International, Inc.",Hitch Bolts Improperly Tightened,TRAILER HITCHES,NR (Not Reported),Vehicle,219,"MORryde International, Inc. (MORryde) is recalling certain 2020 Forest River Georgetown and FR3 motorhomes that they modified. The trailer hitch bolts may have been improperly tightened, which can cause the hitch bolts to loosen.","If the bolts loosen, a towed trailer or vehicle could detach from the motorhome, increasing the risk of a crash.","Forest River will notify owners, and Forest River dealers will properly tighten the bolts, free of charge. The recall began December 9, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -12/18/2019,19V906000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V906000),"Airstream, Inc.",Incorrect OCCC Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,89,"Airstream, Inc. (Airstream) is recalling certain 2018-2019 Interstate motorhomes. The Occupant and Cargo Carrying Capacity (OCCC) Label may indicate the incorrect occupant cargo carrying capacity, which can allow the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other Than Passenger Cars.""","An incorrect label may lead to unintentionally overloading the vehicle, increasing the risk of a crash.","Airstream will notify owners, and dealers will provide new OCCC labels with the correct occupant and cargo carry capacity, free of charge. The recall began February 7, 2020. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 extension 7401 or 7411." -12/18/2019,19V905000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V905000),"Cruise Car, Inc.",Incorrect Windshield/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,60,"Cruise Car, Inc. (Cruise Car) is recalling certain 2019 Moke vehicles. The vehicles may be equipped with a windshield of the incorrect glass quality rating. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""","The incorrect windshield could affect the driver's visibility, increasing the risk of a crash.","Cruise Car will notify owners, and dealers will replace the windshield, free of charge. The recall is expected to begin January 2020. Owners may contact Cruise Car customer service at 1-941-929-1630." -12/18/2019,19V902000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V902000),"Forest River, Inc.",Slide-Room may Extend Unexpectedly,EQUIPMENT,55-1030,Vehicle,941,"Forest River, Inc. (Forest River) is recalling certain 2018-2020 Dynamax Isata motorhomes. The slim-rack slide out mechanisms may activate unintentionally, extending or retracting the slide room unexpectedly.","If the slide-room extends or retracts unexpectedly, there is an increased risk of injury or a crash.","Forest River will notify owners, and dealers will install a new controller and switch for the slideout mechanism, free of charge. The recall began January 24, 2020. Owners may contact Forest River at 1-574-206-7600. Forest River's number for this recall is 55-1030." -12/18/2019,19V898000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V898000),"Maintainer Corporation of Iowa, Inc.",Tire Chain Air Line Pressure Protection/FMVSS 121,"SERVICE BRAKES, AIR",19V-674,Vehicle,3,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2015-2019 Custom Bodies Heavy Rescue emergency response vehicles equipped with a pneumatically-controlled automatic tire chain system. The air pressure control lines may not be pressure-protected.","Without the control line being pressure-protected, in the event the control line is severed, air may suddenly be lost from the service reservoir system, causing the brakes to apply unexpectedly, increasing the risk of a crash.","Maintainer has notified owners, and Spartan dealers will inspect the routing of the control lines, rerouting them into the auxiliary air reservoir as necessary, free of charge. The recall began December 23, 2019. Owners may contact Maintainer customer service at 1-800-831-8588 or Spartan customer service at 1-800-543-5008." -12/18/2019,19T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T024000),Cooper Tire & Rubber Co.,Tire Sidewall May Fail,TIRES,175,Tire,2095,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Cooper Evolution Tour, Mastercraft SRT Touring, Hercules Roadtour 455 Sport, Starfire Solarus AS and Mastercraft Stratus AS tires, all in size 225/50R17 and with DOT date code 3019. The subject tires were manufactured with an improper sidewall component.","The improper sidewall component may cause tire deflation and tread separation, increasing the risk of a crash.","Cooper Tire will notify owners, and dealers will replace the tires, free of charge. Consumers who have had their tires replaced before this recall may be eligible to receive reimbursement. The recall began January 2, 2020. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 175." -12/17/2019,19V897000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V897000),"Oliver Travel Trailers, INC.",Axle Bolts Improperly Tightened,SUSPENSION,1ZP-ABC19-12,Vehicle,352,Oliver Travel Trailers Inc. (Oliver) is recalling certain 2017-2019 Elite II travel trailers. The nuts and bolts that secure the brake drum to the axle shaft flange may not have been properly tightened.,"The improperly tightened axle bolts/nuts may affect the trailer's braking ability or result in the hub and wheel becoming detached from the axle, increasing the risk of crash.","Oliver has notified owners, and Dexter Axle dealers will retorque the bolts, as necessary, free of charge. The recall began December 20, 2019. Owners may contact Oliver customer service at 1-866-205-2621 or Dexter Axle customer service at 1-574-295-7888. Oliver's number for this recall is 1ZP-ABC19-12." -12/17/2019,19V900000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V900000),Prevost Car (US) Inc.,Driveshaft Clamp Bolts Improperly Tightened,POWER TRAIN,SR19-43,Vehicle,39,"Prevost Cars, Inc. (Prevost) is recalling certain 2020 Prevost X3-45 VIP, X3-45 Passenger, H3-45 VIP, and H3-45 Passenger coach buses. The driveshaft clamp bolts may not be properly tightened.","The driveshaft connection may separate resulting in a loss of drive. Additionally, a section of the driveshaft may detach from the vehicle, becoming a road hazard. Either condition increases the risk of a crash.","Prevost has notified owners, and will replace and properly tighten the driveshaft clamp bolts, free of charge. The recall began December 19, 2019. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR19-43." -12/16/2019,19V893000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V893000),"Foretravel, Inc.",Brake Relay Valve Air Flow Restriction/FMVSS 121,SERVICE BRAKES,19V-360,Vehicle,5,"Foretravel, Inc. (Foretravel) is recalling certain 2020 Realm and iH45 vehicles built on a Spartan chassis. The brake relay valve may have an air flow restriction, which may result in an extended stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",An increase in stopping distance increases the risk of crash.,"Foretravel will notify owners, and Spartan dealers will inspect and replace the valves, free of charge. The recall began December 16, 2019. Owners may contact Foretravel customer service at 1-800-955-6226." -12/16/2019,19V895000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V895000),"Mack Trucks, Inc.",Headlights Improperly Aimed/FMVSS 108,EXTERIOR LIGHTING,SC0421,Vehicle,1879,"Mack Trucks, Inc. (Mack) is recalling certain 2019-2020 TerraPro (TE) vehicles. The headlamps may not be properly aimed, possibly reducing the driver's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced visibility can increase the risk of a crash.,"Mack will notify owners, and dealers will inspect and readjust the headlamps, free of charge. The recall began January 24, 2020. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0421." -12/16/2019,19V892000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V892000),"Mercedes-Benz USA, LLC",Improperly Calibrated OCS,AIR BAGS,2020060012,Vehicle,129,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2015-2018 CLA250 and CLA250 4MATIC, and 2017-2018 CLA45 AMG vehicles. The Occupant Classification System (OCS) may have been improperly calibrated, which may prevent the proper deployment of the front passenger air bag.","In the event of a crash, if the air bag does not deploy as designed, the front seat passenger has an increased risk of an injury.","MBUSA will notify owners, and dealers will replace the passenger seat cushion, free of charge. The recall began July 31, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020060012." -12/16/2019,19V894000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V894000),"Maintainer Corporation of Iowa, Inc.",Loss of Power Steering Assist,STEERING,Spartan 19V-523,Vehicle,1,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling one 2019 Custom Bodies Heavy Rescue emergency response vehicle. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Maintainer has notified the owner, and a Spartan dealer will install new shock bolts, and shims if necessary, free of charge. The recall began December 20, 2019. Owners may contact Maintainer customer service at 1-800-831-8588 or Spartan customer service at 1-800-543-5008." -12/16/2019,19V896000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V896000),"Mack Trucks, Inc.",Possible Drag Link Separation,STEERING,SC0420,Vehicle,80,"Mack Trucks, Inc. (Mack) is recalling certain 2020 Anthem (AN), Granite (GR), and Pinnacle (PI) vehicles. The castle nuts and cotter pins used to connect the steering drag link to the pitman arm and steering arm may have not been correctly installed, potentially causing separation of the drag link.","If the drag link separates, loss of steering control my occur, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the drag link attachment points, repairing them, as necessary, free of charge. The recall began January 14, 2020. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0420." -12/13/2019,19V891000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V891000),"Forest River, Inc.",Hitch Bolts Insufficiently Tightened,TRAILER HITCHES,68-1119,Vehicle,194,"Forest River, Inc. (Forest River) is recalling certain 2020 Georgetown and FR3 motorhomes. The trailer hitch bolts may not have been properly tightened, which can allow cause the hitch to detach from the chassis.","If the motorhome is towing a trailer or vehicle, the hitch detaching from the motorhome can the risk of a crash.","Forest River will notify owners, and dealers will properly torque the bolts, free of charge. The recall began January 7, 2020. Owners may contact Forest River customer service at 1-574-296-7600. Forest River's number for this recall is 68-1119." -12/12/2019,19V890000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V890000),"Maintainer Corporation of Iowa, Inc.",Brake Relay Valve Air Flow Restriction/FMVSS 121,SERVICE BRAKES,Spartan 19V-360,Vehicle,1,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling one 2019 Custom Bodies Heavy Rescue emergency response vehicle. The brake relay valve may have an air flow restriction, which may result in an extended stopping distance.",An increase in stopping distance increases the risk of crash.,"Maintainer has notified the owner, and a Spartan dealer will inspect and replace the valve, free of charge. The recall began on December 20, 2019. Owners may contact Maintainer customer service at 1-800-831-8588 or Spartan customer service at 1-800-543-5008." -12/12/2019,19V889000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V889000),"General Motors, LLC",EBCM Software Error,ELECTRONIC STABILITY CONTROL,N192268090,Vehicle,463995,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Silverado 1500, Cadillac CT6, and GMC Sierra 1500 vehicles. Due to an Electronic Brake Control Module (EBCM) software error, the vehicle's Electronic Stability Control (ESC) and Antilock Brake System (ABS) may become disabled. Furthermore, if this specific error occurs, the vehicle's diagnostics will not illuminate the instrument cluster ESC and ABS malfunction warning lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control"" and 135, ""Light Vehicle Brake Systems.""","If the driver operates the vehicle unaware that ESC and ABS are not functioning, there is an increased risk of a crash.","GM will notify owners, and dealers will reprogram the EBCM, free of charge. The recall began February 4, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020, Cadillac customer service at 1-800-333-4223, or GMC customer service at 1-888-988-7267. GM's number for this recall is N192268090." -12/12/2019,19V885000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V885000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment,AIR BAGS,VE4,Vehicle,3329,Chrysler (FCA US LLC) is recalling certain 2005-2006 Dodge Viper vehicles. The Occupant Restraint Control (ORC) module may inadvertently deploy the air bags and/or seat belt pretensioners.,The unexpected deployment of the air bags and/or seat belt pretensioners increase the risk of injury and a crash.,"Chrysler will notify owners, and dealers will replace the ORC module, free of charge. The recall began February 5, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VE4." -12/12/2019,19V887000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V887000),"Chrysler (FCA US, LLC)",Incorrect TPMS Installed/FMVSS 138,TIRES,VE1,Vehicle,34,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 trucks. An incorrect Tire Pressure Monitoring System (TPMS) sensor could have been installed during production causing the sensor to not display the low tire pressure warning indicator. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","Without a warning indicator, the driver will be unaware if low tire pressure occurs, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the TPMS sensor, free of charge. The recall began January 9, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VE1." -12/12/2019,19V888000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V888000),"General Motors, LLC",Poor Alternator Connection may cause Crash or Fire,ELECTRICAL SYSTEM,N192273510,Vehicle,350371,"General Motors LLC (GM) is recalling certain 2019-2020 Chevrolet Silverado 1500 and GMC Sierra 1500 trucks. The battery positive (B+) cable rings may have been manufactured with excessive glue, potentially causing an intermittent electrical connection between the B+ cable and alternator.","An intermittent electrical connection between the B+ battery cable and the alternator could cause the vehicle to stall, increasing the risk of a crash. The intermittent connection could also lead to electrical arcing, which could generate sufficient heat to damage surrounding material, increasing the risk of a fire.","GM will notify owners, and dealers will inspect for the presence of glue or other contamination at the B+ cable attachment to the alternator and clean the connection and reattach the B+ cable connection, as necessary. If arcing has damaged the cable, nut, or alternator, the dealer will replace the damaged components. All services will be performed free of charge. GM issued owners an interim notification on February 4, 2020. GM issued second notice and the recall began March 9, 2019. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N192273510." -12/12/2019,19V886000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V886000),"Chrysler (FCA US, LLC)",Rearview Image Can Remain on Radio Display,BACK OVER PREVENTION,VE2,Vehicle,20441,"Chrysler (FCA US LLC) is recalling certain 2018-2019 Pacifica vehicles equipped with an 8.4 inch radio display, 360 degree surround view camera system, and seat back video screens. A software error can cause the rearview camera image to remain displayed on the radio after the vehicle has been shifted out of reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","The lingering rearview image can distract the driver, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the radio software, free of charge. The recall began January 9, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VE2." -12/11/2019,19V881000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V881000),Polaris Inc.,10A Circuit Breaker Can Trip Causing Stall,ELECTRICAL SYSTEM,T-19-02,Vehicle,1913,"Polaris Industries, Inc. (Polaris) is recalling certain 2019 Slingshot, Slingshot SL, Slingshot SLR, and Slingshot GT motorcycles. A 10A circuit breaker may be defective, tripping unexpectedly and causing a sudden loss of power and an engine stall.",An engine stall increases the risk of a crash.,"Polaris will notify owners and provide a new 10A circuit breaker and installation instructions. Owners may choose to have the part installed at a dealership, free of charge. The recall began January 22, 2020. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-19-02." -12/11/2019,19V882000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V882000),Indian Motorcycle Company,10A Circuit Breaker Can Trip Causing Stall,ELECTRICAL SYSTEM,I-19-05,Vehicle,5474,"Indian Motorcycle Company (Indian) is recalling certain 2019 Chieftain, Vintage, Roadmaster, Dark Horse, Springfield, and FTR1200 motorcycles. A 10A circuit breaker may be defective, tripping unexpectedly and causing a sudden loss of power and an engine stall.",An engine stall increases the risk of a crash.,"Indian will notify owners and provide a new 10A circuit breaker and installation instructions. Owners may choose to have the part installed at a dealership, free of charge. The recall began January 22, 2020. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-19-05." -12/11/2019,19V880000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V880000),Ford Motor Company,Fire after Seat Belt Pretensioner Deployment,SEAT BELTS,19S52,Vehicle,490574,"Ford Motor Company (Ford) is recalling certain 2017-2019 F-Super Duty F-250, F-350, F-450, and F-550 SuperCrew Cab vehicles with carpet flooring. If a front seat belt pretensioner deploys as the result of a crash, the sparks may ignite materials such as carpeting or insulation within the B-pillar area.",A vehicle fire could result if materials ignite inside the vehicle.,"Ford will notify owners, and dealers will apply heat resistant tape to the carpet and its insulation, and modify the B-Pillar insulation as necessary, free of charge. The recall is expected to begin January 20, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S52." -12/11/2019,19V879000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V879000),"Volkswagen Group of America, Inc.",Front Wheel Bearings Improperly Machined,WHEELS,40P1,Vehicle,8,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Jetta GLI, Golf Alltrack, and Golf GTI vehicles. The front wheel bearings may have been improperly machined, potentially causing excessive stress on the wheel, wheel bolts, or wheel bearings.","The excessive stress can cause steering, traction or other stability issues or breakage relating to the front wheels, and increase the risk of a crash.","Volkswagen has notified owners, and dealers will replace the wheel bearing assemblies, wheels, and wheel bolts, free of charge. The recall began December 11, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 40P1. Note: The affected owners are advised not to drive their vehicles until the repairs have been made." -12/11/2019,19V878000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V878000),"Porsche Cars North America, Inc.",Hazard Warning Lights May Not Activate,EXTERIOR LIGHTING,AKC1,Vehicle,1928,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2020 911 Carrera S Coupe, Cabrio, Coupe, 4 Coupe, 4S Coupe, 4 Cabrio, 4S Cabrio, and S Cabrio vehicles. Due to a software error, the hazard warning lights may not function when activated by an operator. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the hazard warning lights cannot be activated, there is an increased risk of a crash in a hazard situation.","Porsche will notify owners, and dealers will reprogram the control unit, free of charge. The recall began February 7, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKC1." -12/11/2019,19V875000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V875000),"Porsche Cars North America, Inc.",Improper CRS Instructions in Owner's Manual,CHILD SEAT,AKC0,Vehicle,15501,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2014 Cayman and Cayman S, 2014-2016 911 GT3, 2016 911 GT3 RS and 911 R, 2018 911 GT3 and 911 GT2 RS and 2019 911 GT3 RS, 911 GT3, and 911 GT2 RS vehicles. The Child Restraint System (CRS) instructions within the Owner's Manual may not provide enough specificity for proper installation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""",Improper CRS installation increases the risk of an injury to the occupant in the event of a crash.,"Porsche will notify owners, and dealers will provide a an Owner's Manual supplement with proper CRS installation instructions, free of charge. The recall began February 7, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKC0." -12/11/2019,19V877000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V877000),Toyota Motor Engineering & Manufacturing,Rear Seat Belt Assemblies May Not Lock As Intended,SEAT BELTS,19TB22/19TA22,Vehicle,9468,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019-2020 C-HR and 2020 Corolla and Corolla Hybrid vehicles equipped with rear seat belt assemblies with a dual-mode locking mechanism. The seat belt webbing sensor locking mechanism may not lock as intended.,"In the event of a crash involving multiple impacts, the seat belt may not properly restrain the occupant, increasing the risk of injury.","Toyota will notify owners, and dealers will inspect the rear seat belt assembly production dates, and replace the assemblies, as necessary, free of charge. The recall began February 7, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are 19TB22 and 19TA22." -12/11/2019,19V876000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V876000),Toyota Motor Engineering & Manufacturing,Speed and Fuel Display May Go Blank/FMVSS 101,ELECTRICAL SYSTEM,19TA21 / 19TB21,Vehicle,3751,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Prius vehicles. An electrical short circuit in the combination meter could occur, causing the speedometer, the odometer, and the fuel gauge to go blank. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Controls and Displays.""",A blank main display will not show important information like vehicle speed or fuel level. Driving with an inoperative display can increase the risk of a crash.,"Toyota will notify owners, and dealers will inspect the flash memory chip (ROM) production date, and if necessary, replace it along with the combination meter circuit board, free of charge. The recall began February 7, 2020. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are 19TA21 and 19TB21." -12/11/2019,19V884000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V884000),Triple E Recreational Vehicles,Tire may Contact Propane Supply Line,EQUIPMENT,CA#9572-1,Vehicle,6,Triple E Recreational Vehicles (Triple E) is recalling certain 2020 Unity U24RL trailers. The propane tubing for the water heater may be routed too close to the tire tread possibly resulting in contact between the tire and the tubing.,"Tire contact with the propane tubing can create a hole in the tubing, releasing propane gas, increasing the risk of a fire in the presence of an ignition source.","Triple E will notify owners, and dealers will install a metal shield around the propane tubing for protection, free of charge. The recall began December 30, 2019. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9572-1." -12/11/2019,19V883000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V883000),"BMW of North America, LLC",Transmission Wiring Harness Can Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3012,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 M5 and 2020 M8 Gran Coupe, M8 Coupe, and M8 Convertible vehicles. The transmission wiring harness can become damaged, resulting in an electrical short circuit.","An electrical short circuit can cause the transmission to shift to neutral resulting in a loss of propulsion, increasing the risk of a crash.","BMW will notify owners, and dealers will replace any damaged transmission harnesses. All harnesses will be rerouted and secured. These repairs will be performed, free of charge. The recall is expected to begin February 3, 2020. Owners may contact BMW customer service at 1-800-525-7417." -12/10/2019,19V874000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V874000),Marion Body Works Inc.,Brake Relay Valve Air Flow Restriction/FMVSS 121,SERVICE BRAKES,19V-360,Vehicle,2,"Marion Body Works Inc. (Marion Body Works) is recalling certain 2018-2019 Spartan Gladiator & Metro Star emergency response chassis. The brake relay valve may have an air flow restriction, which may result in an extended stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If additional distance is needed to stop the vehicle, there would be an increased risk of crash.","Marion Body Works will notify owners, and Spartan dealers will inspect and replace the valve, as necessary, free of charge. The recall began December 27, 2019. Owners may contact Marion Body Works customer service at 1-715-754-5261 or Spartan customer service at 1-800-543-5008." -12/10/2019,19V873000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V873000),"Jayco, Inc.",Exterior Ladder may Block Emergency Escape Window,STRUCTURE,9901503,Vehicle,51,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 White Hawk (144) travel trailers, model 24MBH. The rear emergency escape window can not fully open due to the placement of exterior ladder.","In the event of an emergency, occupants may not be able to exit through the escape window, increasing risk of injury.","Jayco will notify owners, and dealers will remove and relocate the existing ladder to prevent interference with the emergency escape safety window, free of charge. The recall began December 20, 2019. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901503." -12/10/2019,19V872000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V872000),Keystone RV Company,Incorrectly Labeled Federal Identification Tag,EQUIPMENT,20-366,Vehicle,201,"Keystone RV Company (Keystone) is recalling certain 2020 Springdale trailers, models 1700FQ, 1750RD, 1760BH, 1790FQ, and 1800BH. The Federal Identification Tag lists incorrect rim size, tire size, and tire pressure information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An incorrect label may lead to unintentionally overinflating the tires, affecting the vehicle's stability, which increases the risk of a crash.","Keystone will notify owners, and will provide replacement Federal Identification Tags, free of charge. The recall began January 8, 2020. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 20-366." -12/09/2019,19V871000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V871000),"Proterra Operating Company, Inc.",Loss of Warning when Brake Interlock is Engaged,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,140,"Proterra, Inc. (Proterra) is recalling certain 2019 Catalyst buses. A body controller software update may have disabled the audible and visible warnings that notifies the operator that the brake interlock could be engaged.","If the vehicle does warn the driver that the brake interlock is engaged, the rear brakes may overheat, increasing the risk of a fire or crash.","Proterra will notify owners, and dealers will update the body controller software, free of charge. The recall began January 16, 2020. Owners may contact Proterra customer service at 1-864-438-0000." -12/09/2019,19V870000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V870000),"ARBOC Specialty Vehicles, LLC",Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,35,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain 2017-2019 Spirit of Freedom and Spirit of Mobility vehicles equipped with Specialty Prolo Roof Hatches. The roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","ARBOC will notify owners, and Specialty will replace the roof hatch handles free of charge. The recall began December 19, 2019. Owners may contact ARBOC customer service at 1-866-953-5555 or Specialty customer service at 1-800-951-7867." -12/06/2019,19V866000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V866000),"Volkswagen Group of America, Inc.",Clutch Can Fail to Engage Causing a Loss of Power,POWER TRAIN,34J6,Vehicle,2167,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2015 Jetta Hybrid vehicles equipped with a DQ200 7-Speed DSG Automatic Transmission. Hairline cracks can develop within the transmission electronic gearbox (mechatronic unit), causing an internal transmission oil leak and a decrease in oil pressure.","A decrease in transmission oil pressure can cause the clutch to fail to engage, resulting in a sudden loss of drive power, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will install a repair kit and, as necessary, replace affected parts, free of charge. Owner notification letters were mailed June 25, 2021. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 34J6." -12/06/2019,19V869000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V869000),"Daimler Trucks North America, LLC",Fan Hub Bolts Improperly Torqued,ENGINE AND ENGINE COOLING,FL-841,Vehicle,145,Daimler Trucks North America LLC (DTNA) is recalling certain 2020-2021 Thomas Built Saf-T-Liner C2 school buses equipped with Detroit Diesel DD5 engines. The fan hub bolts may have been may have been insufficiently tightened.,"The loose bolts can cause the fan to damage surrounding components and/or detach from the engine, disabling the bus and resulting in an evacuation in an uncontrolled traffic situation, thereby increasing the risk of an injury.","DTNA will notify owners, and dealers will inspect and repair the fan hub bolts, as necessary, free of charge. The recall began January 16, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-841." -12/06/2019,19V868000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V868000),"Mercedes-Benz USA, LLC",Incorrect Driver Air Bag and Software,AIR BAGS,2020030001/2,Vehicle,99,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 E53 AMG 4MATIC, E63 AMG 4MATIC Wagon, and E63S AMG 4MATIC Wagon vehicles. The incorrect driver air bag and software version may have been installed.","Incorrect driver air bag and software version can cause the restraint systems to not function as intended during a crash, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect and, as necessary, replace the driver's air bag and update the air bag software, free of charge. The recall began April 16, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020030001/2." -12/06/2019,19V867000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V867000),"Mercedes-Benz USA, LLC",Third Row Headrests May Not Function Properly,SEATS,NR (Not Reported),Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2020 GLE450 4MATIC vehicle. The third-row seating headrests were manufactured with insufficient padding and a securing rod that may not hold the headrest in place, affecting the adjustment and operation of the headrest.","The headrest may not properly protect the occupant in the event of a crash, increasing their risk of injury.","MBUSA will notify dealers, and MBUSA will replace the third row headrests on the affected vehicle, free of charge. The recall is expected to begin February 4, 2020. Owners may contact MBUSA customer service at 1-800-367-6372." -12/05/2019,19V865000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V865000),Honda (American Honda Motor Co.),Rear Subframe Separation,STRUCTURE,R6M,Vehicle,358,"Honda (American Honda Motor Co.) is recalling certain 2019-2020 CR-V vehicles. The rear subframe bolts were improperly manufactured and may loosen, allowing the rear subframe to separate.","A separated rear subframe reduces vehicle handling and can suddenly disable the vehicle, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect the rear subframe bolts and retorque them or replace them, as necessary, free of charge. The recall began January 27, 2020. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is R6M." -12/04/2019,19V862000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V862000),"Volkswagen Group of America, Inc.",Driver Side Air Bag Inflator May Explode,AIR BAGS,"69R6,69Q8,69Q9,69Y5",Vehicle,226,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2015 Passat, 2011-2014 Golf A6, and 2011-2013 Audi A3 diesel vehicles, thought to have been previously repaired under one of the Takata air bag recalls. The driver's side air bag inflator may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Volkswagen will notify owners, and dealers will replace the driver's side air bag inflators, free of charge. The recall began December 20, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298 or Audi customer service at 1-800-253-2834. Volkswagen's numbers for this recall are 69R6, 69Q8, 69Q9, and 69Y5." -12/04/2019,19V859000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V859000),Ford Motor Company,Fuel Lines May Chafe Together Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",19S49,Vehicle,3857,"Ford Motor Company (Ford) is recalling certain 2020 Explorer and Lincoln Aviator vehicles. Over time, the protective sleeve on the vapor fuel line may chafe through the plastic liquid fuel line and cause a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford will notify owners, and dealers will install a longer protective sleeve on the liquid fuel line, as necessary, free of charge. Ford issued owners and interim notification on January 29, 2020. Recall began March 23, 2020. A second notice will be sent once parts are available, expected to be late in the first quarter of 2020. A renotification letter was sent on July 10, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S49." -12/04/2019,19V860000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V860000),REV Recreation Group,Generator Exhaust Pipe may get Damaged,EQUIPMENT,191125REV,Vehicle,3241,"REV Recreation Group (REV) is recalling certain 2016-2020 Fleetwood Bounder, Holiday Rambler Vacationer, and 2018-2020 Fleetwood Southwind motorhomes. The generator exhaust pipe placement exits the motorhome within the vehicle's departure angle.","If the generator exhaust pipe is damaged, it may cause carbon monoxide to enter the vehicle, increasing the risk of an injury or death.","REV will notify owners, and dealers will inspect, replace and reroute the generator exhaust pipe, free of charge. The recall began January 30, 2020. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 191125REV." -12/04/2019,19V863000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V863000),"Bentley Motors, Inc.",Power Steering Cooler Hose May Detach,STEERING,RE19/27,Vehicle,229,"Bentley Motors, Inc. (Bentley) is recalling certain 2017-2018 Continental Supersports vehicles. The Power Assisted Steering (PAS) cooler pipe may be the incorrect size, allowing the cooler hose to detach and leak power steering fluid.","A power steering fluid leak may cause a loss of vehicle control, or a hazard to following traffic, increasing the risk of a crash. In addition, the fluid leak in the presence of an ignition source can increase the risk of a fire.","Bentley will notify the owners, and dealers will replace the PAS cooler pipe, free of charge. The recall began January 7, 2020. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE19/27." -12/04/2019,19V861000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V861000),REV Recreation Group,Slideout Wiring Harness may Get Damaged,ELECTRICAL SYSTEM,191126REV,Vehicle,170,"REV Recreation Group (REV) is recalling certain 2020 Fleetwood Pace Arrow LXE, Discovery and Discovery LXE, and Holiday Rambler Navigator and Endeavor motorhomes. The wire harness/plumbing bundle within the slideout raceway may have been improperly wrapped and secured.","Without the proper securement, the wire harness/plumbing bundle can become damaged, increasing the risk of a fire.","REV will notify owners, and dealers will inspect, repair, reroute and resecure the wire harness/plumbing bundle, free of charge. The recall began January 31, 2020. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 191126REV." -12/04/2019,19V864000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V864000),Ford Motor Company,Tailgate May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,19S48,Vehicle,231664,"Ford Motor Company (Ford) is recalling certain 2017-2019 Super Duty F-250, F-350, and F-450 trucks equipped with an electric tailgate latch release switch mounted in the tailgate handle. Water may enter the electrical wiring system and cause a short circuit, activating the switch and releasing the tailgate latches.","Unintended tailgate opening may allow unrestrained cargo to fall out of the truck bed and become a road hazard, increasing the risk of a crash.","Ford will notify owners, and dealers will modify the tailgate/frame wiring harnesses by adding jumper pigtails to isolate the tailgate release control circuits and will install a new tailgate handle release switch, free of charge. The recall is expected to begin January 20, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S48." -12/03/2019,19V858000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V858000),"Piaggio Group Americas, Inc.",Footrest May Fall off,EQUIPMENT,PGJZZQ1905,Vehicle,399,"Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2020 Moto Guzzi V 85 TT motorcycles. The footrest mounting pin retaining clip may break, allowing the pin to disconnect and the footrest to fall off the motorcycle.","A footrest that falls off while the motorcycle is in motion may become a road hazard, increasing the risk of a crash.","Piaggio will notify owners, and dealers will inspect the retaining rings on all four footrests. If any of the clips are found to be defective, the dealer will replace the retaining clips on all four footrest pins, free of charge. The recall began December 26, 2019. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PGJZZQ1905." -12/03/2019,19E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E082000),Zamzow Mfg Co Inc,Swing Arms May Swing Back to back of Dump Body,EQUIPMENT,NR (Not Reported),Equipment,1,"Zamzow Mfg Co Inc. (Zamzow) is recalling one Aero Easy Cover tarping pawl assembly. The spring return pin within the pawl assembly may have not been tack welded, allowing the pawl assembly to separate from the hub on the manual crank assembly.","Separation of the pawl assembly and hub may cause the swing arms on the Easy Cover tarping system to unexpectedly swing to the back of the dump body, increasing the risk of injury.","Aero industries sent the affected customer a pawl retrofit kit, free of charge. Owners may contact Zamzow customer service at 1-816-483-5213." -12/02/2019,19V857000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V857000),"Piaggio Group Americas, Inc.",Final Drive may leak oil onto the Rear Tire,POWER TRAIN,PGJZZQ1904,Vehicle,371,Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2020 Moto Guzzi V 85 TT motorcycles. The final drive output seal may leak oil onto the rear tire.,"An oil leak onto the rear tire may cause a loss of vehicle control, increasing the risk of a crash.","Piaggio will notify owners, and dealers will inspect the final drive transmission box for an oil leak, and install an extra seal. If an oil leak is found, both seals and the gasket will be replaced. These repairs will be performed free of charge. The recall began December 26, 2019. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PGJZZQ1904." -12/02/2019,19V855000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V855000),"Subaru of America, Inc.",Incorrect Measurement of Hydraulic Fluid Pressure,POWER TRAIN,WUV-07,Vehicle,76842,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Ascent vehicles. The transmission hydraulic sensor may inaccurately measure the hydraulic fluid pressure.","If the fluid pressure is measured higher than its actual value, the hydraulic pressure will be reduced. If this occurs, the transmission drive chain may not have the proper tension, resulting in a loss of drive power and an increased risk of a crash.","Subaru will notify owners, and dealers will reprogram the transmission control unit. The hydraulic sensor harness will be replaced on vehicles with certain stored diagnostic trouble codes. In addition, any vehicle confirmed to have experienced low drive chain tension will have the transmission assembly will be replaced. All repairs will be free of charge. The recall began January 31, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUV-07." -12/02/2019,19E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E081000),IMT Standen's Limited Partnership,Leaf Springs May Break,SUSPENSION,NR (Not Reported),Equipment,210,"IMT Standen's Limited Partnership (Standen) is recalling certain 3 Leaf Tapered Springs, part numbers 355-00 and TRA 2727, sold as aftermarket replacements for installation on dry van or refrigerated and flatbed trailers. The leaf springs may crack allowing the leaf springs to break prematurely.","If the leaf spring breaks, it can separate from the vehicle and become a road hazard, increasing the risk of a crash.","Standen will notify owners, and will replace the springs, free of charge. The recall is expected to begin in January 2020. Owners may contact Standen customer service at 1-403-258-7800." -12/02/2019,19V854000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V854000),"REV Ambulance Group Orlando, Inc.",Oxygen Tank may be Unsecured,EQUIPMENT,NR (Not Reported),Vehicle,4,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain 2018-2019 Wheeled Coach Type 1 ambulances equipped with QR-D-S- and QR-TDS bracket assemblies used to secure D-cylinder oxygen tanks. The bracket may loosen, potentially allowing the oxygen tank to be unsecured.","If the bracket loosens, in the event of a crash, the oxygen tank may become airborne, increasing the risk of injury.","REV will notify owners, and Ziamatic Corp dealers will refund the purchase price paid, or provide replacement bracket assemblies, free of charge. The recall began December 27, 2019. Owners may contact REV customer service at 1-855-661-9232 or Ziamatic Corp customer service at 1-800-711-3473." -12/02/2019,19V856000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V856000),"Subaru of America, Inc.",PCV Valve Can Separate,ENGINE AND ENGINE COOLING,WUW-08,Vehicle,51613,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Crosstrek, Forester, and Ascent vehicles. The aluminum Positive Crankcase Ventilation (PCV) valve can separate, allowing the separated components to enter the engine, resulting in a loss of power while driving.",An unexpected loss of power while driving can increase the risk of a crash.,"Subaru will notify owners, and dealers will inspect and replace the PCV valve, free of charge. If the PCV valve has separated and the components cannot be found, the short block engine will be replaced, free of charge. The recall began January 31, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUW-08." -11/27/2019,19V850000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V850000),"BMW of North America, LLC",Loss of Headlight Function,EXTERIOR LIGHTING,Toyota - 19TA20,Vehicle,245,"BMW of North America, LLC (BMW) is recalling certain 2020 Z4 M40i, Z4 sDrive30i, 330i and 330i xDrive vehicles as well as 2020 Toyota Supra vehicles. The headlight control units may fail causing a loss of one or both of the headlights.","Headlight failure can reduce the driver's visibility, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the headlight control units, free of charge. The recall is expected to begin January 17, 2020. Owners may contact BMW customer service at 1-800-525-7417 or Toyota customer service at 1-888-270-9371." -11/26/2019,19E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E080000),"Takata (TK Global, LLC)",Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,NR (Not Reported),Equipment,1400000,"Takata (TK Global LLC) is recalling certain Non-Azide Driver air bag Inflators (NADI). These inflators were used in some brands of 1995-2000 vehicles and do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began November 19, 2019." -11/26/2019,19V851000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V851000),"BMW of North America, LLC",Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,NR (Not Reported),Vehicle,7910,"BMW of North America, LLC (BMW) is recalling certain 1999 323i and 328i vehicles equipped with Non-Azide Driver air bag Inflators (NADI) manufactured by Takata at one specific inflator production facility. These inflators do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","Dealers will inspect the driver air bag inflators and replace them, as necessary, free of charge. Owners may contact BMW customer service at 1-800-525-7417. Note: BMW recommends that owners do not continue to drive their vehicles." -11/26/2019,19V852000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V852000),"BMW of North America, LLC",Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,NR (Not Reported),Vehicle,34396,"BMW of North America, LLC (BMW) is recalling certain 1999-2000 323i and 328i and 2000 323Ci and 328Ci vehicles equipped with Non-Azide Driver air bag Inflators (NADI) manufactured by Takata. These inflators do not contain phase stabilized ammonium nitrate (PSAN) propellant. Due to a manufacturing issue, the NADI inflators may absorb moisture, causing the inflators to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","BMW will mail interim notices informing owners of the safety risk on January 17, 2020. Owners will receive a second notice when the remedy becomes available. Dealers will inspect the driver air bag inflators and replace them, as necessary, free of charge. BMW mailed interim notices informing owners of the safety risk on January 17, 2020. The recall began July 27, 2020. Owners may contact BMW customer service at 1-800-525-7417." -11/26/2019,19V853000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V853000),"BMW of North America, LLC",Air Bag Inflators May Rupture or Underinflate Bag,AIR BAGS,NR (Not Reported),Vehicle,74185,"BMW of North America, LLC (BMW) is recalling certain 1999-2001 323i, 325i, 328i and 330i and 2000-2001 323Ci, 325Ci, 328Ci, 330Ci, 323iT, and 325iT vehicles equipped with Non-Azide Driver air bag Inflators (NADI) manufactured by Takata. These vehicles may have received a replacement driver air bag as part of a vehicle repair. Due to a manufacturing issue, the replacement NADI inflator may absorb moisture, causing the inflator to rupture or the air bag cushion to underinflate.","In the event of a crash necessitating air bag deployment, an inflator rupture may result in metal fragments striking the driver or other occupants. An underinflated air bag may not properly protect the occupant. These scenarios increase the risk of serious injury or death.","BMW notified owners, and Dealers will replace the driver air bag inflators, free of charge. The recall began November 10, 2020. Owners may contact BMW customer service at 1-800-525-7417." -11/26/2019,19V849000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V849000),"Volvo Car USA, LLC",Doors may Unexpectedly Open,LATCHES/LOCKS/LINKAGES,R89978,Vehicle,144937,"Volvo Car of USA LLC (Volvo) is recalling certain 2011-2017 S60, S60I, V60, S60CC and V60CC vehicles. A component within the door latches may break, making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Volvo will notify owners, and dealers will replace all four door latches, free of charge. The recall began April 9, 2020. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89978." -11/26/2019,19V848000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V848000),"Forest River, Inc.","Incorrect Size Axle, Rim/Tire Combination",SUSPENSION,79-1117,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain 2020 XLR Boost trailers, model XLT18RLE. An undersized axle, tire, and rim combination were installed, possibly resulting in the trailer being overloaded.","An overloaded trailer can have axle or tire failure, increasing the risk of a crash.","Forest River will notify owners, and dealers will install properly sized axles and tire/wheel combinations, free of charge. The recall began December 10, 2019. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 79-1117." -11/25/2019,19V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V845000),"Jayco, Inc.",LP Tank May Become Dislodged,EQUIPMENT,9903501,Vehicle,398,"Jayco, Inc. (Jayco) is recalling certain 2018-2020 Melbourne Prestige motorhomes. The liquid propane (LP) tank hangers may be the wrong size and have insufficient welding, allowing the LP tank to dislodge.","If the LP tank dislodges while the motorhome is in transit, it can increase the risk of a crash with the ignition of the propane.","Jayco has notified owners, and dealers will install a support bracket on each side of the propane tank, free of charge. The recall began December 9, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903501." -11/25/2019,19V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V846000),Entegra Coach,LP Tank May Become Dislodged,EQUIPMENT,9903502,Vehicle,447,"Entegra Coach (Entegra) is recalling certain 2018-2020 Qwest motorhomes. The liquid propane (LP) tank hangers may be the wrong size and have insufficient welding, allowing the LP tank to dislodge.","If the LP tank dislodges while the motorhome is in transit, it can increase the risk of a crash with the ignition of the propane.","Entegra has notified owners, and dealers will install a support bracket on each side of the propane tank, free of charge. The recall began December 9, 2019. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903502." -11/25/2019,19V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V847000),The Toro Company,Tow Bolts May Break,TRAILER HITCHES,NR (Not Reported),Vehicle,356,"The Toro Company (Toro) is recalling certain 2017-2019 LC922 towable log splitters, models 22618 and 22618HD. The tow bolts that secure the log splitter connection to the tow vehicle may fail while the splitter is being moved.","If the tow bolts break, the log splitter can tip over or detach from tow vehicle, increasing the risk of a crash.","Toro has notified owners, and dealers will upgrade the bolts, free of charge. The recall began December 4, 2019. Owners may contact Toro customer service at 1-952-887-8973." -11/25/2019,19V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V844000),"Forest River, Inc.",Vehicle GVWR Exceeds GVWR Hitch Coupler,TRAILER HITCHES,64-1114,Vehicle,328,"Forest River, Inc. (Forest River) is recalling certain 2018-2020 Cascade and Cherokee travel trailers. The Gross Vehicle Weight Rating (GVWR) of the vehicle exceeds the GVWR of the trailer hitch coupler, potentially resulting in the coupler failing and the trailer detaching.",A trailer that detaches from the tow vehicle can increase the risk of a crash.,"Forest River will notify owners and dealers will replace the coupler, free of charge. The recall began February 17, 2020. Owners may contact Forest River customer service at 1-260-499-2100 or 1-541-995-3447. Forest River's number for this recall is 64-1114." -11/22/2019,19V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V842000),"Transportation Collaborative, Inc.",Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,9,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain 2019-2020 TransTech CST and SST school buses equipped with Safe Fleet Prolo hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Transportation Collaborative will notify owners, and Safe Fleet dealers will replace the outer handle, free of charge. The recall began January 13, 2020. Owners may contact Transportation Collaborative customer service at 1-845-988-0419." -11/22/2019,19V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V843000),Harley-Davidson Motor Company,Unintended Activation of One Rear Brake,TRACTION CONTROL SYSTEM,0175,Vehicle,12624,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2019-2020 FLHTCUTG, and FLRT Trike motorcycles. The Trike Traction Control System software may respond incorrectly to a faulty rear wheel speed signal by activating one of the rear brakes.",Unintended activation of one rear brake could lead to an unexpected change in vehicle direction which may increase the risk of a crash.,"Harley-Davidson has notified owners, and dealers will update the traction control system software, free of charge. The recall began December 2, 2019. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0175." -11/21/2019,19V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V837000),"General Motors, LLC",Fuel Pump Missing Pressure Regulator,"FUEL SYSTEM, GASOLINE",N192283991,Vehicle,502,"General Motors LLC (GM) is recalling certain 2020 Cadillac Escalade, Escalade ESV, Chevrolet Camaro, Silverado 1500, Suburban, Tahoe, GMC Sierra 1500, Yukon, and Yukon XL vehicles. The fuel pump may be missing a pressure regulator, allowing for over-pressurization of the fuel system.","Over-pressurization can crack the fuel pump and cause leaks, increasing the risk of a fire in the presence of an ignition source.","GM will notify owners, and dealers will replace the fuel pump, free of charge. The recall began December 18, 2019. Owners may contact Cadillac customer service at 1-800-333-4223, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-888-988-7267. GM's number for this recall is N192283991." -11/21/2019,19V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V840000),"Jaguar Land Rover North America, LLC",Headliner Adhesive Bond Can Fail,STRUCTURE,N412,Vehicle,3444,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles. The adhesive bond attaching a metal plate to the headliner can fail after exposure to very cold temperatures.","In the event of a crash necessitating the deployment of side curtain air bags, the metal plate could detach from the headliner and strike vehicle occupants, increasing the risk of injury.","Land Rover will notify owners, and dealers will apply self-adhesive fleece tape to the metal plate and the driver and passenger sides of the headliner, free of charge. The recall began January 17, 2020. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N412." -11/21/2019,19V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V838000),"Navistar, Inc.",Incorrect Brake Modulator Valve Installed,"SERVICE BRAKES, AIR",19519,Vehicle,3,"Navistar, Inc. (Navistar) is recalling certain 2020 International HV 6X4 vehicles. The vehicles were built with a non-Quick Release Modulator Valve (NQRMV) instead of a Quick Release Modulator Valve (QRMV), which may affect the brake release time. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",A longer time required to exhaust the brake chambers could increase the risk of a brake or tire fire.,"Navistar will notify owners, and dealers will replace the NQRMV with a QRMV, free of charge. The recall began January 9, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19519." -11/21/2019,19V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V839000),Ford Motor Company,Intermittent or Inoperative Tail Lights,EXTERIOR LIGHTING,19S43,Vehicle,72718,"Ford Motor Company (Ford) is recalling certain 2019 Ranger trucks. The inline electrical connector terminals for the rear lights may be misaligned or not properly seated, potentially causing the rear lights to function intermittently or not at all.","Intermittent or inoperative tail lamps can result in loss of stop, turn, rear position, and reverse lamp functions, which reduces the vehicle's visibility and may not fully alert other drivers that the vehicle is braking, turning, or reversing, increasing the risk of crash.","Ford will notify owners, and dealers will inspect the inline connector for loose terminals and replace the connectors, if necessary, free of charge. The recall began March 5, 2020. A renotification was sent on July 10, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S43." -11/21/2019,19V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V841000),"Navistar, Inc.",Unintended Vehicle Movement,ENGINE,19518,Vehicle,12539,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 International MV and HV, 2018-2020 Workstar, and 2018-2019 Durastar vehicles equipped with feature codes 12VXT and 12VXU. With the parking brake applied and the automatic transmission in the 'Drive' or 'Reverse' position, when the stationary PTO switch is engaged by the operator, the engine RPM will ramp up and may overcome the parking brake's ability to hold the vehicle.",Unintended vehicle movement increases the risk of a crash.,"Navistar will notify owners, and dealers will update the Engine Control Module to enable the PTO neutral interlock, free of charge. The recall began January 16, 2020. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19518." -11/20/2019,19V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V836000),Temsa,Improperly Installed Floor Hatches,STRUCTURE,NR (Not Reported),Vehicle,18,Temsa is recalling certain 2020 TS45 buses. Improper installation of the aisle floor hatches may cause uneven floors.,The surface level difference can increase the risk of an injury.,"Temsa will notify owners, and dealers will revise the floor hatches, free of charge. The recall began December 24, 2019. Owners may contact Temsa customer service at 1-407-271-8935." -11/20/2019,19V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V835000),Isuzu Motors Limited,Insufficiently Tightened Lug Nuts,WHEELS,V1906,Vehicle,1926,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2017-2020 NPR-HD, 2019-2020 NPR-XD, NQR, NRR, Chevrolet 4500HD, Chevrolet 5500HD and Chevrolet 5500XD, and 2020 Chevrolet 4500XD vehicles. The lug nuts on the rear outer wheels may not have been properly tightened when installed onto the rear axles.","If the lug nuts were not properly tightened, they can loosen, causing the to wheel separate from the vehicle, increasing the risk of a crash.","Isuzu will notify owners, and dealers will inspect the rear outer wheel lug nuts and tightening or replacing them as necessary, free of charge. The recall began December 20, 2019. Owners may contact Isuzu customer service at 1-866-441-9638 or Chevrolet customer service at 1-800-222-1020. Isuzu's number for this recall is V1906." -11/20/2019,19V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V830000),Arcimoto Inc,Short Circuit May Cause Loss of Vehicle Control,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,25,Arcimoto Inc (Arcimoto) is recalling certain 2019 FUV motorcycles. A component of the display board may short circuit causing the communication and display circuit boards to shutdown.,"If the communication or display board shuts down, the battery may shutdown causing a sudden loss of power and increasing the risk of a crash.","Arcimoto will notify owners, and dealers will trim the pins of the 5V regulator, and apply a layer of protective tape, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Arcimoto customer service at 1-541-683-6293." -11/19/2019,19V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V831000),"Daimler Trucks North America, LLC",Flex Plate Fasteners Improperly Torqued,POWER TRAIN,FL-839,Vehicle,30,Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2020 Thomas Built Saf-T-Liner HDX school buses equipped with Detroit DD8 Engines and Allison Transmissions. The Flex-Plate/Torque Converter fasteners may have been insufficiently tightened.,"The loose bolts can become lodged in the starter, disabling the bus, resulting in an evacuation in an uncontrolled traffic situation, increasing the risk of an injury.","DTNA will notify owners, and dealers will inspect and tighten the fasteners, as necessary, free of charge. DTNA issued owners an interim notification on December 13, 2019. The recall began August 7, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-839." -11/19/2019,19V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V832000),Arcimoto Inc,Ignition Switch Missing Labels,EQUIPMENT,NR (Not Reported),Vehicle,22,"Arcimoto Inc (Arcimoto) is recalling certain 2019 FUV motorcycles. The ignition switch is missing the word ""Ignition"" and the ""Off"" position is not labeled with the word ""Off."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 123, ""Motorcycle Controls and Displays.""","The missing word labels could lead to operator error, increasing the risk of injury or crash.","Arcimoto will notify owners, and dealers will replace the key switch trim ring with a laser-etched key switch that contains an ""Ignition"" and ""Off"" label, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Arcimoto customer service at 1-541-683-6923." -11/19/2019,19V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V829000),"Daimler Trucks North America, LLC",Incorrect Information on Certification Label/FMVSS,EQUIPMENT,FL-840,Vehicle,2,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Freightliner Econic SD vehicles. The vehicle certification label contains the incorrect gross axle weight rating (GAWR) information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims- Other Than Passenger Cars.""","The incorrect weight rating information can result in overloading of the axles, increasing the risk of a crash.","DTNA reports that all affected vehicles have been remedied with new labels and tires, therefore owner notifications will not be sent. The recall began November 19, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-840." -11/19/2019,19V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V833000),Arcimoto Inc,Inverter Broadcast Exceeds Current Limit,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,22,"Arcimoto Inc. (Arcimoto) is recalling certain 2019 FUV motorcycles. The inverter broadcast may exceed its current limit, resulting in an unexpected battery shutdown.","If the battery unexpectedly shuts down, the motorcycle can immediately lose power, increasing the risk of a crash.","Aricmoto will notify owners and dealers will reprogram the inverter software, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Arcimoto customer service at 1-541-683-6293." -11/19/2019,19V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V834000),Arcimoto Inc,Inverter Communication May Time Out,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,18,"Arcimoto Inc (Arcimoto) is recalling certain 2019 FUV motorcycles. Due to a software error, communication between inverters may time out, possibly resulting in an unexpected battery shutdown.","If the battery unexpectedly shuts down, the motorcycle can immediately lose power, increasing the risk of a crash.","Arcimoto will notify owners, and dealers will reprogram the inverter software/ firmware, free of charge. The recall began January 21, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -11/19/2019,19V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V828000),Marion Body Works Inc.,Tire Chain Air Line Missing Pressure Protection,"SERVICE BRAKES, AIR",19V-674,Vehicle,94,Marion Body Works Inc. (Marion Body Works) is recalling certain 2005-2020 Emergency Response Gladiator and Metrostar vehicles equipped with pneumatically-controlled automatic tire chain systems. The air pressure control lines may not be pressure-protected.,"Without the control line being pressure-protected, in the event the control line is severed, air may suddenly be lost from the service reservoir system, causing the brakes to apply unexpectedly, increasing the risk of a crash.","Marion Body Works will notify owners, and dealers will inspect the routing of the control lines, rerouting them into the auxiliary air reservoir as necessary, free of charge. The recall began November 22, 2019. Owners may contact Marion Body Works customer service at 1-715-754-5261 or Spartan customer service at 1-800-543-5008." -11/19/2019,19V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V827000),"Forest River, Inc.",Tire may Contact Outrigger,STRUCTURE,10C-1116,Vehicle,9,"Forest River, Inc. (Forest River) is recalling certain 2020 Rockwood RLF8298KS and Flagstaff FLF8529RLS recreational trailers. Due to improper tire clearance, the tire may contact the steel chassis outrigger, possibly resulting in tire failure.","Tire failure can cause a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a new outrigger to achieve the proper tire clearance, and damaged tires will be replaced, free of charge. The recall began December 10, 2019. Owners may contact Forest River customer service at 1-574-642-8954. Forest River's number for this recall is 10C-1116." -11/18/2019,19V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V820000),"Mercedes-Benz USA, LLC",Improperly Routed Front Door Wiring Harnessess,ELECTRICAL SYSTEM,2020020021,Vehicle,2427,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 G550 4MATIC and G63 AMG vehicles. The front door wiring harnesses may have been improperly routed causing damage to the individual wires during opening and closing of the front doors.","The damage to certain wires can impact safety features such as the side impact restraint system, the automatic unlocking of the door in the event of a crash, or the vehicle location in the event of an emergency call. These scenarios increases the risk of an injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect, modify, or replace the front door wiring harness in the event damage has occurred, free of charge. The recall began March 20, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020021." -11/18/2019,19V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V822000),"Mercedes-Benz USA, LLC",Loss of Electric Power Steering Assist,STEERING,2019110014,Vehicle,3,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 GLC300 and GLC300 4MATIC vehicles. The electrical connection between the power steering electric motor and the control unit may fail, resulting in the loss of electric power steering assist.","A loss of power steering assist would require a greater steering effort to control the vehicle, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the electric power steering control unit, free of charge. The recall began December 20, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019110014." -11/18/2019,19V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V823000),"BMW of North America, LLC",Lower Child Seat Anchor Bars May become Damaged,CHILD SEAT,NR (Not Reported),Vehicle,32760,"BMW of North America, LLC. (BMW) is recalling certain 2015-2019 X6 sDrive35i, X6 xDrive35i, X6 xDrive50i, and X6M vehicles equipped with rear seat lower anchor bars used in securing child restraint seats. The lower anchor bars may become damaged over time when used with an ISOFIX-type, rigid-style connector, child restraint system.",Damaged lower anchor bars may increase the child's risk of injury in the event of a crash.,"BMW will notify owners, and dealers will weld a reinforcing bracket to the lower anchor bars and the vehicle body, free of charge. Owner notification began January 17, 2020. Owners may contact BMW customer service at 1-800-525-7417." -11/18/2019,19V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V826000),"Piaggio Group Americas, Inc.",Reduced Braking Ability,"SERVICE BRAKES, HYDRAULIC",PP2ZZQ1904_GTS,Vehicle,1328,"Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2019 Vespa GTV 300, GTS 300, and 2020 Vespa GTS 300 HPE scooters. The brake lines may have been improperly galvanized, allowing hydrogen to be released into the brake fluid.","Hydrogen in the braking system can reduce the brake lever's ability to activate the brakes, increasing the risk of a crash.","Piaggio will notify owners, and dealers will install front and rear master cylinder brake flush fittings, and perform a complete brake system flush, free of charge. The recall began November 27, 2019. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PP2ZZQ1904_GTS." -11/18/2019,19V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V824000),"Forest River, Inc.",Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,05-1115,Vehicle,356,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Glaval Bus Apollo, Commute, Concorde II, Entourage, Legacy, Primetime, Titan, Titan II Low Floor, and Universal shuttle buses equipped with Safe Fleet Prolo Roof Escape hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Forest River will notify owners, and dealers will replace the hatch, free of charge. The recall began December 10, 2019. Owners may contact Forest River customer service at 1-800-748-3440. Forest River's number for this recall is 05-1115." -11/18/2019,19V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V825000),Ducati North America,Side Stand May Break,STRUCTURE,SRV-RCL-19-004,Vehicle,493,"Ducati North America (Ducati) is recalling certain 2018 Multistrada 1260, 1260S, and Pikes Peak motorcycles. The side stand may be improperly welded, potentially causing the stand to break.","If the stand breaks the motorcycle may unexpectedly fall over, increasing the risk of injury.","Ducati will notify owners, and dealers will replace the side stand, free of charge. The recall is expected to begin January 2, 2020. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-19-004." -11/15/2019,19V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V818000),"Chrysler (FCA US, LLC)",Engine Cooling Fan May Seize and Cause Fire,ENGINE AND ENGINE COOLING,VB2,Vehicle,99128,Chrysler (FCA US LLC) is recalling certain 2015-2018 Ram ProMaster vehicles equipped with 3.0L diesel or 3.6L gasoline engines and air conditioning (A/C). The engine cooling fan may seize which can cause the cooling fan motor to overheat.,An overheated fan motor increases the risk of a fire.,"Chrysler will inform owners, and dealers will replace the engine cooling fan module, free of charge. Interim owner notifications informing owners of the safety risk were mailed December 10, 2019. Owners will receive a second notice when the remedy becomes available. The recall began July 7, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VB2." -11/15/2019,19V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V821000),"Mercedes-Benz USA, LLC",Idler Gear May Detach Causing Engine Stall,ENGINE AND ENGINE COOLING,2020020013,Vehicle,6,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2019 S560, S560 Cabriolet, and S560 4MATIC vehicles equipped with 8-cylinder gasoline engines. The threaded connection between the camshaft idler gear and the crankcase may be improperly tightened, possibly causing the idler gear to detach from the crankcase.","A detached idler gear can damage the engine, resulting in a stall and increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the engine, free of charge. The recall began February 21, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020013." -11/15/2019,19V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V816000),Newmar Corporation,Low beam Bulbs May Not Illuminate with High Beams,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,6,Newmar Corporation (Newmar) is recalling certain 2020 Mountain Aire motorhomes built on a Daimler Trucks North America (DTNA) chassis. The low beam bulbs may not remain illuminated when the high beam bulbs are activated.,"If both beams are not illuminated together as intended, the driver may have reduced visibility, increasing the risk of a crash.","Newmar will notify owners, and DTNA dealers will repair as necessary to ensure the low beam bulb will illuminate along with the high beam bulb, free of charge. The recall began January 6, 2020. Owners may contact Newmar customer service at 1-800-731-8300 or DTNA customer service at 1-800-547-0712." -11/15/2019,19E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E079000),"Triumph Motorcycles America, Ltd.",Quickshifter Interference with Linkage Clamp,POWER TRAIN,SRAN568 (Acc),Equipment,6,"Triumph Motorcycles America, LTD (Triumph) is recalling certain accessory Quickshifter Kits, part number A9934069, sold for aftermarket installation on Speed Triple S motorcycles. The Quickshifter assembly body may contact the gear change linkage clamp assembly and interfere with gear changes, possibly resulting in a missed gear/false neutral.","A missed gear or false neutral can lead to sudden loss of acceleration, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the linkage clamp assembly, free of charge. The recall began December 18, 2019. Owners may contact Triumph customer service at 1-888-284-6288. Triumph's number for this recall is SRAN568 (Acc)." -11/15/2019,19V815000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V815000),"Triumph Motorcycles America, Ltd.",Quickshifter Interference with Linkage Clamp,POWER TRAIN,SRAN567,Vehicle,466,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2019 Speed Triple RS motorcycles. The Quickshifter Assembly, TSA body may contact the gear change linkage clamp assembly and interfere with gear changes, possibly resulting in a missed gear or false neutral.","A missed gear or false neutral can lead to sudden loss of acceleration, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the linkage clamp assembly, free of charge. The recall began December 13, 2019. Owners may contact Triumph customer service at 1-888-284-6288. Triumph's number for this recall is SRAN567." -11/15/2019,19V817000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V817000),"Chrysler (FCA US, LLC)",Shifter Cable Bushing May Detach From Transmission,POWER TRAIN,VB4,Vehicle,51788,Chrysler (FCA US LLC) is recalling certain 2012-2013 Fiat 500 vehicles equipped with 6-speed automatic transmissions. The shifter cable bushing may fail allowing the cable to detach from the transmission.,"If the shifter cable detaches from the transmission, the transmission may not shift into the gear selected by the driver. Additionally, despite selecting PARK with the shifter, the vehicle may roll away. These scenarios may increase the risk of a crash.","Chrysler will notify owners, and dealers will replace the shifter cable adjuster, free of charge. The recall began January 9, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VB4." -11/14/2019,19E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E077000),"Chrysler (FCA US, LLC)",Electric Power Steering Gear Can Short Circuit,STEERING,VB9,Equipment,15,Chrysler (FCA US LLC) is recalling certain Mopar Steering Rack and Pinion Electric Gear Assemblies for Ram 1500 trucks (part number 68419897AB) sold as service replacement parts. The electric power steering (EPS) gears may contain a contaminated circuit card assembly that can short circuit.,"A short circuit can cause an intermittent loss of power steering assist, requiring an inconsistent steering effort to control the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the EPS gear assembly, free of charge. The recall began December 19, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA's number for this recall is VB9." -11/14/2019,19V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V812000),"Chrysler (FCA US, LLC)",Electric Power Steering Gear Can Short Circuit,STEERING,VB8,Vehicle,193,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 trucks. These vehicles may have been built with a contaminated electric power steering (EPS) gear that may short circuit, potentially resulting in an intermittent loss of power steering assist.","An intermittent loss of power steering assist may cause an inconsistent steering effort, especially during lower speed maneuvers, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the EPS gear assembly, free of charge. The recall began December 12, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA's number for this recall is VB8." -11/14/2019,19V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V814000),"General Motors, LLC",Fire after Seat Belt Pretensioner Deployment,SEAT BELTS,N192270600,Vehicle,556399,"General Motors LLC (GM) is recalling certain 2019-2020 Chevrolet Silverado 1500 and GMC Sierra 1500, and 2020 Silverado 2500, Silverado 3500, Sierra 2500, and Sierra 3500 vehicles equipped with carpet floor covering. When the front seat belt pretensioners deploy, hot gas may vent through an opening in the pretensioner bracket, possibly igniting the carpet.",A vehicle fire could result if materials ignite inside the vehicle.,"GM will notify owners, and dealers will close off the opening in the pretensioner bracket, free of charge. The recall began December 13, 2019. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-888-988-7267. GM's number for this recall is N192270600." -11/14/2019,19V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V813000),"Chrysler (FCA US, LLC)",Fuel Pump Relay May Fail Resulting In a Stall,ELECTRICAL SYSTEM,V62,Vehicle,528594,"Chrysler (FCA US LLC) is recalling certain 2011-2013 Dodge Durango and Jeep Grand Cherokee vehicles equipped with a 3.6, 5.7, or 6.4 liter engine and previously recalled under NHTSA Recall 14V530 or 15V115. The fuel pump relay inside the Totally Integrated Power Module (TIPM-7) may fail, causing the vehicle to stall without warning.",A vehicle stall increases the risk of a crash.,"Chrysler (FCA US LLC) will replace the affected fuel pump relay and related wire harness. Interim notices informing owners of the safety risk were mailed beginning December 19, 2019. Vehicles that experience a fuel pump failure will receive an interim repair. Owners will receive a second notice when the final remedy becomes available. Owner notification letters were mailed on December 10, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V62." -11/14/2019,19E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E078000),Ioxus Corporation,Internal Short Circuit Can Cause Fire,EQUIPMENT,NR (Not Reported),Equipment,7892,"Ioxus Corporation is recalling certain 12V uSTART MD battery support modules, part number uST12D1100G31-ISA. The uSTART module electronics can short circuit internally, causing the vehicle's battery to fully discharge into the uSTART module, possibly resulting in a fire.",A short circuit in the uStart module can increase the risk of a fire.,"Ioxus Corporation will notify owners advising them to remove the uSTART module from the vehicle and replace it with a conventional G31 lead acid battery. The recall began on January 2, 2020. Owners may contact Ioxus Corporation customer service at 1-877-751-4222. This recall supersedes NHTSA Recall 18E-093." -11/13/2019,19V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V811000),"Winnebago Industries, Inc.",Electrical Connector Incorrectly Mounted to Floor,ELECTRICAL SYSTEM,recall #160,Vehicle,638,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2017-2020 Itasca Vista, Sunstar, and Adventurer 35F motorhomes. An electrical connector was mounted directly on the floor instead of to a standoff backet as intended.","If the floor gets wet where the electrical connection is mounted, there is an increased risk of an electrical short and fire.","Winnebago will notify owners, and dealers will correctly mount the electrical connector onto a metal standoff bracket, free of charge. The recall began December 10, 2019. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 160." -11/13/2019,19V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V810000),"Daimler Trucks North America, LLC",VCU May Activate Anti-roll Back,HYBRID PROPULSION SYSTEM,FL-838,Vehicle,5,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019 Freightliner Business Class M2 vehicles equipped with a certain PowerDrive EV electric drivetrain. Due to a software error, the VCU may activate the anti-roll back feature during slow moving or stop and go conditions, which can cause unexpected vehicle movement.",Unexpected vehicle movement can increase the risk of a crash.,"DTNA will notify owners, and Cummins dealers will update the VCU software, free of charge. The recall began November 25, 2019. Owners may contact Cummins customer service at 1-800-286-6467 or DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-838." -11/12/2019,19V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V809000),Ford Motor Company,Battery Cable May Chafe and Cause Electrical Short,ELECTRICAL SYSTEM,19S41,Vehicle,54411,Ford Motor Company (Ford) is recalling certain 2016-2017 Lincoln MKX vehicles equipped with 3.7L engines. The battery positive cable harness may contact the transmission shifter cable bracket resulting in a short circuit.,An electrical short increases the risk of a fire.,"Ford will notify owners, and dealers will remove the battery harness clips and elbow guide, and install a wire channel shield and protective sleeve to the battery cable harness, free of charge. Interim notices informing owners of the safety risk were mailed on December 2, 2019. Owners will receive a second notice when the remedy becomes available, currently expected to be the end of April 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S41." -11/12/2019,19V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V808000),Ford Motor Company,Daytime Running Lights May Not Dim,EXTERIOR LIGHTING,19C10,Vehicle,86296,"Ford Motor Company (Ford) is recalling certain 2018-2019 F-250, F-350 and F-450 Super Duty trucks. The Daytime Running Lights (DRL) may not dim when the headlight switch is moved into the ""On"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","DRL that cannot dim may reduce the visibility of other drivers, increasing the risk of a crash.","Ford has notified owners, and dealers will reprogram the Body Control Module (BCM) software, free of charge. The recall began November 25, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19C10." -11/12/2019,19V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V805000),Ford Motor Company,Excessive Sealant Adhesive on Battery Cable,ELECTRICAL SYSTEM,19S40,Vehicle,135725,Ford Motor Company (Ford) is recalling certain 2019-2020 F-150 vehicles. The fastener securing the Power Distribution Box (PDB) 12V cable and Battery Monitoring System (BMS) eyelets to the positive battery terminal may loosen and affect the vehicle's systems such as instrument panel displays and braking or steering assist. The engine could also stall.,"Inoperative vehicle systems or an engine stall can increase the risk of a crash. Reduced braking and steering efforts increases the risk of a crash. This condition could also create a resistive short, increasing the risk of a fire.","Ford will notify owners, and dealers will inspect the positive battery cable/BMS/PDB joint for excess sealant adhesive and remove any excessive adhesive, reassemble the joint, and retorque the fastener, as necessary, free of charge. The recall began November 25, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S40." -11/12/2019,19E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E076000),Matrix Headgear Ltd,Helmets May Not Protect User/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,25,"Matrix Headgear LTD (Matrix) is recalling certain Alpha motorcycle helmets, in all sizes. The helmet retention system may fail, allowing the helmet to separate from the wearer's head in the event of a crash. Additionally, the helmet may not adequately protect the wearer in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not stay secured to the head or adequately protect the wearer from an impact increases the risk of injury in the event of a crash.,"Matrix will notify owners and will reimburse the cost of the helmet. The recall began January 8, 2020. Owners may contact Matrix customer service at info@matrixhelmets.com." -11/12/2019,19V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V806000),Aston Martin The Americas,Improperly Tightened Air Bag Fasteners,AIR BAGS,RA-01-1327,Vehicle,17,Aston Martin The Americas (Aston Martin) is recalling certain 2018-2019 DB11 Coupe and Volante and 2019 Vantage and DBS Superleggera Coupe vehicles. The locking nut fasteners on the passenger air bag may not be tightened properly.,"In the event of a crash necessitating passenger air bag deployment, the air bag may not deploy properly, increasing the risk of injury.","Aston Martin will notify owners, and dealers will inspect the air bag fasteners, tightening them as necessary, free of charge. The recall began December 11, 2019. Owners may contact Aston Martin customer service at 1-866-278-6661. Aston Martin's number for this recall is RA-01-1327." -11/08/2019,19V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V804000),"Mitsubishi Motors North America, Inc.",Brake Assist Vacuum Pump May Fail,"SERVICE BRAKES, HYDRAULIC",SR-19-002,Vehicle,2108,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2012-2017 i-MiEV vehicles. Water may penetrate the brake assist vacuum pump, causing corrosion and a failure of the brake vacuum pump.","Without the brake vacuum pump, the driver will experience a sudden loss of braking assist, lengthening the distance needed to stop the vehicle and increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the brake vacuum pump, free of charge. The recall began January 7, 2020. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-19-002." -11/08/2019,19V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V807000),"Nissan North America, Inc.",Brake Fluid Can Leak Into ABS Pump and Ignite,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,391479,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2018 Nissan Murano, 2016-2018 Nissan Maxima, and 2017-2019 Nissan Pathfinder and Infiniti QX60 vehicles. These vehicles were previously recalled and unrepaired, or inspected and determined to not need a repair, under recall number 18V-601. In addition, this recall expands the previous population. The Anti-lock Brake System (ABS) actuator pumps may allow brake fluid to leak onto an internal circuit board.","A brake fluid leak on the circuit board may result in an electrical short, increasing the risk of a fire.","Nissan will notify owners, and dealers will replace the ABS actuator, free of charge. Owners will receive a second notice when remedy parts become available, currently expected to be during summer 2020. Owners may contact Nissan customer service at 1-800-867-7669. Note: If the ABS warning light remains illuminated for more than 10 seconds after engine start up, owners are advised to park the vehicle outdoors away from other vehicles or structures and to not drive the vehicle." -11/07/2019,19V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V798000),"Daimler Vans USA, LLC","Bayonet Lock May be Open, Causing Fuel Leak","FUEL SYSTEM, DIESEL",VS3KRAFMOD,Vehicle,4987,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz and Freightliner Sprinter vehicles equipped with diesel fuel systems. The bayonet lock between the fuel pump and the fuel tank may not have been closed and locked during manufacturing. As a result, a leak between the fuel pump and the fuel tank could occur. In addition, a gas station fuel pump may not automatically stop once the tank fill level is reached, potentially causing the fuel to overflow.","A diesel fuel leak can create slippery road conditions, increasing the risk of a crash.","DVUSA will notify owners, and dealers will inspect the bayonet lock on the fuel pump, locking it as necessary, free of charge. The recall began January 3, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3KRAFMOD." -11/07/2019,19V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V803000),"Daimler Trucks North America, LLC",Brake Chambers Contacting the Frame Rail,"SERVICE BRAKES, AIR",FL-837,Vehicle,4,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Freightliner Cascadia vehicles. Due to inadequate clearance between the brake chambers and the frame rail, the brake chambers can contact the frame rail and cause brake chamber to detach or be damaged.","A detached brake chamber can cause reduced brake effectiveness, increasing the risk of a crash.","DTNA reports that all affected vehicles have been remedied, therefore owner notifications will not be sent. The recall began on November 7, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-837." -11/07/2019,19V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V799000),Thor Motor Coach,Incorrectly Positioned Rear Reflectors/FMVSS 108,EXTERIOR LIGHTING,RC000180,Vehicle,1785,"Thor Motor Coach (TMC) is recalling certain 2014-2017 Tuscany XTE (models 34ST, 36MQ, 40AX, 40BX, 40EX and 40GQ), 2013-2018 Tuscany (models 38SQ, 40DX, 40KQ, 40RX, 42GX, 42HQ, 42WX, 44MT 45AT and 45LT) and 2016-2020 Venetian (models A40, B42, F42, G36, J40, L40, M37, R40, S40, and T42) motorhomes. The rear reflectors within the taillight lens may be too high, reducing the vehicle's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The incorrectly positioned reflectors may make the motorhome less visible to others on the road, increasing the risk of a crash.","TMC will notify owners, and dealers will install adhesive reflectors, free of charge. The recall began January 2, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000180." -11/07/2019,19V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V801000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,N192265980,Vehicle,476,General Motors LLC (GM) is recalling certain 2014-2016 Chevrolet SS vehicles that previously received an inspect-only remedy under recall 17V-382. Corrosion of the connector between the electric power steering module and the torque sensor connector may cause a loss of electric power steering assist.,"A greater steering effort would be needed to control the vehicle if power steering is lost, increasing the risk of a crash.","GM will notify owners, and dealers will replace the steering gear assembly, free of charge. The recall began December 27, 2019. Owners may contact Chevrolet customer service at 1-800-222-1020 or GM customer service at 1-586-596-1733. GM's number for this recall is N192265980." -11/07/2019,19V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V802000),Hyundai Motor America,Side Curtain Air Bags May Be Damaged By Bolts,AIR BAGS,186,Vehicle,11217,Hyundai Motor America (Hyundai) is recalling certain 2020 Palisade vehicles. The mounting bolts used to secure the side curtain air bags may damage the side curtain air bags during deployment.,"Damaged side curtain air bags may not inflate properly in the event of a crash, increasing the risk of injury.","Hyundai will notify owners, and dealers will install a protective cover on the mounting bolts, free of charge. The recall began December 20, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 186." -11/06/2019,19V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V795000),Blue Bird Body Company,Brake Light Switch may Keep Brake Lights on,EXTERIOR LIGHTING,R19AI-SB,Vehicle,12835,Blue Bird Body Company (Blue Bird) is recalling certain 2013-2020 Vision school buses equipped with Ford engines. The brake light switch mounting bracket may have caused the brake light switch to be incorrectly adjusted at installation and/or the brake light switch mounting bracket may deform when the driver allows the brake pedal to return forcibly. An incorrectly adjusted brake light switch or deformed brake light switch mounting bracket may cause the brake lights to illuminate continuously.,"Improperly functioning brake lights could confuse following motorists and fail to warn them that the bus may be stopping, increasing the risk of a crash.","Blue Bird distributed owners an interim notification on December 10, 2019. Dealers will install a new, redesigned brake light switch mounting bracket along with a new brake light switch, free of charge. The recall began March 6, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is S19AI-SB." -11/06/2019,19V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V796000),Blue Bird Body Company,Brake Light Switch may Keep Brake Lights on,EXTERIOR LIGHTING,R19AI-NSB,Vehicle,112,Blue Bird Body Company (Blue Bird) is recalling certain 2013-2020 Vision transit buses equipped with Ford engines. The brake light switch mounting bracket may have caused the brake light switch to be incorrectly adjusted at installation and/or the brake light switch mounting bracket may deform when the driver allows the brake pedal to return forcibly. An incorrectly adjusted brake light switch or deformed brake light switch mounting bracket may cause the brake lights to illuminate continuously.,"Improperly functioning brake lights could confuse following motorists and fail to warn them that the bus may be stopping, increasing the risk of a crash.","Blue Bird issued owners an interim notification December 10, 2019. Dealers will install a new, redesigned brake light switch mounting bracket along with a new brake light switch, free of charge. The recall began March 6, 2020. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AI-NSB." -11/06/2019,19V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V797000),Keystone RV Company,Incorrect Federal Identification Tag,EQUIPMENT,19-364,Vehicle,10,"Keystone RV Company (Keystone) is recalling certain 2014 Springdale 253FWRLLS trailers. The Federal Identification Tag may have the incorrect tire, rim, and axle size. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An incorrect label may lead to the unintentional overloading of the trailer, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Identification Tag, free of charge. The recall began December 2, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-364." -11/06/2019,19V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V800000),"Daimler Vans USA, LLC",Insufficient Weld May Cause Seat Cushion to Shift,SEATS,VS3SITZVER,Vehicle,3,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter and Freightliner vehicles. A seam on the height adjuster for the front seats may have been insufficiently welded.","In the event of a crash, the weld seam may break and cause the seat cushion to shift forward, increasing the risk of injury.","DVUSA will notify owners, and dealers will replace the tilt adjuster for the front seats, free of charge. DVUSA issued owners an interim notification on December 19, 2019. The recall began March 9, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3SITZVER." -11/05/2019,19V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V794000),"KZRV, L.P.",Flip Up Storage Racks May Detach,EQUIPMENT,KZ-2019-02,Vehicle,1122,"KZRV, L.P. (KZRV) is recalling certain 2019-2020 Connect and Sportsmen trailers equipped with an optional Rock Run flip up rear storage rack. The racks may detach from the trailer when loaded.","The rack and all items secured to it may detach from the trailer, becoming a road hazard and increasing the risk of a crash.","KZRV will notify owners, and dealers will inspect and replace the mounting brackets. If the existing rack is damaged, it will be replaced with a redesigned version, free of charge. The recall began December 16, 2019. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2019-02." -11/05/2019,19C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19C003000),"Merritt Manufacturing, Inc.",Harness may not Restrain Child in a Crash,CHILD SEAT,NR (Not Reported),Child Seat,216,Merritt Manufacturing Inc. (Merritt) is recalling certain Angel Guard Angel Ride car beds. The restraint harness may not have been properly sewed where the buckle is attached.,"In the event of a crash, the harness may not restrain the bed occupant, increasing their risk of injury.","Merritt will notify owners, and will provide replacement harnesses, free of charge. The recall began January 15, 2020. Owners may contact Merritt customer service at 1-317-409-0146." -11/05/2019,19V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V791000),Arcimoto Inc,High Voltage System may Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13,"Arcimoto Inc. (Arcimoto) is recalling certain 2019 FUV vehicles. The braided shielding of the high-voltage harness may short against an energized component causing a main fuse to blow, resulting in a loss of traction power.",A loss of power can increase the risk of a crash.,"Arcimoto will notify owners, and dealers will inspect the harness and replace it, as necessary, free of charge. The manufacturer began owner notifications on January 17, 2020. Owners may contact Arcimoto customer service at 1-541-683-6293." -11/05/2019,19V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V793000),"Conel, LLC dba McElrath Trailers",Missing Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1031,"Conel, LLC dba McElrath Trailers (McElrath Trailers) is recalling certain 2014-2019 VX trailers. The side marker LED lights may be missing reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The lack of reflex reflectors can reduce the trailer's visibility to others, increasing the risk of a crash.","McElrath Trailers will notify owners, and dealers will install separate reflex reflectors on the sides and rear of the trailer, free of charge. The recall began January 3, 2020. Owners may contact McElrath Trailers customer service at 1-864-814-2220." -11/05/2019,19T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T009000),Cooper Tire & Rubber Company Europe Ltd.,Thin Innerliner Guage May Cause Tire Failure,TIRES,174,Tire,163,"Cooper Tire & Rubber Company Europe Ltd. (Cooper Europe) is recalling certain Avon Cobra Chrome motorcycle tires, size 240/50R16, manufactured April 8, 2018 through June 1, 2019 (DOT date codes 1418-2119). The innerliner gauge may be too thin, possibly resulting in a rapid deflation of the tire.",Rapid tire deflation can reduce vehicle control and increase the risk of a crash.,"Cooper Europe will notify owners, and dealers will replace the tires, free of charge. The recall began November 18, 2019. Owners may contact Cooper Tire customer service at 1-800-854-6288 or email tyrerecall@coopertire.com. Cooper Tire's number for this recall is 174." -11/04/2019,19V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V789000),Thor Motor Coach,Solar Panel May Detach,EQUIPMENT,RC000179,Vehicle,107,Thor Motor Coach (TMC) is recalling certain 2020 Sequence 20L motorhomes. The screws securing the solar panel to the luggage rack may fail causing the solar panel to detach.,"If the solar panel detaches from the luggage rack, it can become a road hazard, increasing the risk of a crash.","TMC will notify owners, and dealers will replace the screws with plates, carriage bolts, washers, and locking nuts, free of charge. The recall began January 3, 2020. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000179." -11/04/2019,19V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V792000),"Daimler Trucks North America, LLC",Vent Windows May Detach,VISIBILITY,FL-836,Vehicle,2725,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2020 Western Star 4900 and 5700 vehicles equipped with sleeper cab vent windows. Due to improper adhesive, the vent window may detach from the vehicle.","If the vent window detaches while the vehicle is in motion, it can become a road hazard, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the vent windows, free of charge. DTNA issued owners an interim notification on December 27, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-836." -11/01/2019,19V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V787000),"Mercedes-Benz USA, LLC",Inaccurate Vehicle Location for Emergency Services,COMMUNICATION,2019120008,Vehicle,24226,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2013-2017 vehicles due to a software fault that may cause the date and time for the emergency call system (eCall) to differ from the actual date and time, potentially relaying an inaccurate vehicle location. For a full list of the affected models visit: https://static.nhtsa.gov/odi/rcl/2019/RMISC-19V787-4620.pdf","An inaccurate vehicle location may delay emergency responders, increasing the risk of injury.","MBUSA has initiated an Over the Air (OTA) remote update. MBUSA will also notify owners, and dealers will check software for a successful OTA or update the communication module software as needed, free of charge. The recall began December 23, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019120008." -11/01/2019,19V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V785000),"Forest River, Inc.",Refrigerator Power Connected Improperly to Breaker,EQUIPMENT,76-1109,Vehicle,154,"Forest River, Inc. (Forest River) is recalling certain 2020 Cherokee Alpha Wolf Travel Trailers. The wire supplying the 12V power for the refrigerator may have been connected incorrectly to the circuit breaker.","The incorrectly connected wire may not have overcurrent protection, allowing the wire to melt, increasing the risk of fire.","Forest River has notified owners, and dealers will correct the wiring, free of charge. The recall began November 19, 2019. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 76-1109." -11/01/2019,19V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V786000),Thor Motor Coach,Seat Backs may Collapse/FMVSS 202 & 207,SEATS,RC000178,Vehicle,229,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Magnitude and Omni motorhomes. The seat recliner mechanisms may be missing the third pawl required for seat back strength, resulting in a loose seat back. These vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 202, ""Head Restraints"" and 207, ""Seating Systems.""","Improperly assembled recliner mechanism may have reduced strength and may not adequately restrain an occupant in a crash, increasing the risk of injury.","Ford has notified TMC owners, and Ford dealers will inspect the seat structures and replace them, as necessary, free of charge. The recall began October 21, 2019. Owners may contact Ford customer service at 1-866-436-7332 or TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000178." -11/01/2019,19V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V788000),"Mercedes-Benz USA, LLC",System Interprets Seat Belts as being Unlatched,SEAT BELTS,2020020017,Vehicle,29720,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 E400 Wagon 4MATIC, E400 4MATIC, E43 AMG 4MATIC, 2018-2019 E63S AMG 4MATIC Wagon, E63 AMG 4MATIC Wagon, E300, E300 4MATIC, GLC63S Coupe AMG 4MATIC, 2019 CLS450, CLS450 4MATIC, CLS53 AMG 4MATIC, E450 Wagon, E53 AMG 4MATIC, GLC300, GLC63 AMG Coupe 4MATIC, G550 4MATIC, G63 AMG, GLC300 Coupe 4MATIC, GLC300 4MATIC, GLC350e 4MATIC, GLC43 AMG Coupe 4MATIC, GLC43 AMG 4MATIC, GLC63 AMG 4MATIC, GT63 AMG four-door 4MATIC, and GT63S AMG four-door 4MATIC vehicles. Although correctly fastened, the front seat belts may be inaccurately detected as being unfastened, which may cause the electric PRE-SAFE�-function and the pretensioner to be deactivated.","The electric PRE-SAFE�-function and the seat belt pretensioners may not deploy during a crash, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the front seat belt buckles, replacing them as necessary, free of charge. The recall began March 13, 2020. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2020020017." -10/31/2019,19V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V783000),"Gulf Stream Coach, Inc.",Gas Refrigerator Compartment Improperly Sealed,EQUIPMENT,102919,Vehicle,205,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2020 Amerilite, Conquest, Innsbruck, Grand River, Kingsport and Trail Master trailers. The gas refrigerator compartment may not be properly sealed, potentially releasing carbon monoxide or flammable unburned Liquid Petroleum (LP) gases throughout the trailer.","If the refrigerator compartment is not properly sealed, carbon monoxide or propane could be released into the trailer, increasing the risk of fire, injury or death.","Gulf Stream will notify owners, and dealers will inspect the gas refrigerator for proper sealing and repair, as necessary. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 102919." -10/31/2019,19V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V784000),Honda (American Honda Motor Co.),Incomplete Body Welding,STRUCTURE,X6J,Vehicle,10,"Honda (American Honda Motor Co.) is recalling certain 2019-2020 Pilot and 2019 Passport vehicles. The front frame left and right side upper members may not have been welded completely to the unibody. As such, these vehicles may fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 208, ""Occupant Crash Protection"" and 219, ""Windshield Zone Intrusion.""","In the event of a crash, incomplete body welding may provide inadequate protection to occupants, increasing the risk of an injury.","Honda will notify owners, and dealers will inspect the vehicle for missing welds, free of charge. If the vehicle is identified as missing welds, the dealer will offer to repurchase the vehicle or provide a similar replacement vehicle. Owner notification began November 6 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is X6J." -10/31/2019,19V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V781000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2618F,Vehicle,47053,"Mazda North American Operations (Mazda) is recalling certain 2003-2008 Mazda6, 2004-2005 MPV, 2004 RX-8, and 2006-2007 Mazdaspeed6 vehicles. These vehicles had their passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. The recall began December 3, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 2618F. Note: This recall supersedes recalls 13V130, 14V362, 14V773 and 15V869." -10/31/2019,19V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V782000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,1317F,Vehicle,69879,"Mazda North American Operations (Mazda) is recalling certain 2007-2012 CX-7, CX-9, and 2009-2012 Maza6 vehicles. These vehicles had their passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. The recall began December 3, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 1317F. Note: This recall supersedes recalls 16V356 and 17V012." -10/30/2019,19V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V779000),"Altec Industries, Inc.",Aerial Devices Not Stability Tested,EQUIPMENT,CSN 741,Vehicle,15,"Altec Industries Inc. (Altec) is recalling certain 2018-2019 AT200A, AT235, AT235P, AT37-G, AT40-G and AT248F Aerial Devices. The aerial devices have not been stability tested in accordance with ANSI A92.2.","An unstable aerial device may suddenly collapse, increasing the risk of injury or death.","Altec will notify owners, instructing them to perform a stability test. The recall began December 16, 2019. Owners may contact Altec customer service at 1-877-462-5832." -10/30/2019,19V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V778000),"Temp-Air, Inc",Hitch Adjustability may be Limited,TRAILER HITCHES,Advisory Bulletin 9,Vehicle,8,"Temp-Air, Inc. (Temp-Air) is recalling certain 2017-2019 EBB-80 trailers. An incorrect hitch coupling may have been installed that limits the adjustability of the hitch possibly causing the trailer receiver angle to be improper.","If the user cannot properly adjust the hitch height to ensure proper trailer leveling, the trailer may suddenly drag, increasing the risk of a crash.","Temp-Rail will notify owners, and will replace the hitch rail with the correct one, free of charge. The recall began November 6, 2019. Owners may contact Temp-Rail customer service at 1-952-894-3000." -10/30/2019,19V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V780000),Ducati North America,Negative Battery Terminal May Fail Causing Stall,ELECTRICAL SYSTEM,SRV-RCL-19-003,Vehicle,793,"Ducati North America (Ducati) is recalling certain 2019-2020 Hypermotard 950 and Hypermotard 950 SP motorcycles. The negative terminal on the battery may break, potentially causing a sudden loss of power and an engine stall.",An engine stall can increase the risk of a crash.,"Ducati will notify owners, and dealers will inspect the routing of the negative cable, rerouting it as necessary. In addition, the battery will be better secured with insulation pads. These repairs will be performed free of charge. The recall began December 10, 2019. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-19-003." -10/29/2019,19V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V776000),Indian Motorcycle Company,Gear Position Display May Be Inaccurate,ELECTRICAL SYSTEM,I-19-03,Vehicle,52745,"Indian Motorcycle Company (Indian) is recalling certain 2014-2019 Chief, Chieftain, Roadmaster, and Springfield motorcycles. The gear position switch contacts may oxidize, causing the gear position display to inaccurately show that the motorcycle is in neutral when it is actually in gear.","If the transmission is not in neutral when the motorcycle is started, the motorcycle may move unexpectedly, increasing the risk of a crash.","Indian will notify owners, and as an interim repair, dealers will clean the gear position switch. The switch will be replaced, once parts are available, currently expected to be in the first few months of 2020. These repairs will be performed free of charge. Indian issued an interim to owners on November 6, 2019. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-19-03." -10/29/2019,19V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V777000),Prevost Car (US) Inc.,Missing Potentiometer Component,ELECTRICAL SYSTEM,SR19-42,Vehicle,110,"Prevost Cars, Inc. (Prevost) is recalling certain 2020 X3-45 VIP, X3-45 VIP Entertainer, X3-45 Passenger, H3-45 VIP, and H3-45 Passenger coaches. Due to a missing component, the driver may not be able to adjust the brightness of the dash illumination for the controls and indicators, allowing only the highest level of brightness. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Controls and Displays.""","During night time vehicle operation, highest level of dash brightness may reduce the driver's visibility, increasing the risk of a crash.","Prevost will notify owners, and dealers will install the missing potentiometer component and required wiring to adjust the brightness of the dash's illumination, free of charge. The recall began November 28, 2019. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR19-42." -10/28/2019,19V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V775000),Thor Motor Coach,Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,RC000177,Vehicle,378,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Chateau 22B, 22E, 23U, 24F, 25V, and 28A, Daybreak 22GO, Four Winds 22B, 22E, 24F, 26B and 28A, Freedom Elite 22HE and 2020 Quantum GR22, and SE22 motorhomes. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","GM will notify TMC owners, and dealers will reprogram the instrument panel cluster, free of charge. The recall began October 3, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438, GMC customer service at 1-800-462-8782 or TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000177." -10/28/2019,19E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E074000),"Cummins, Inc.",ECM Cracked Solder Joints Can Cause Engine Stall,ENGINE,NR (Not Reported),Equipment,2608,"Cummins Inc. (Cummins) is recalling certain remanufactured CM871 Engine Control Modules (ECMs), part number 3684275RX. these parts were sold exclusively for installation as replacement parts in Cummins ISX engines (in truck and bus applications) and in remanufactured ISX engines. A component within the ECM may have cracked solder joints, possibly resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and dealers will replace the ECMs, free of charge. The recall began December 18, 2019. Owners may contact Cummins customer service at 1-800-286-6467." -10/28/2019,19V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V771000),"Cottrell, Inc.",Missing Marker Lights/FMVSS 108,EXTERIOR LIGHTING,1-CAR,Vehicle,89,"Cottrell, Inc. (Cottrell) is recalling certain 2018-2019 1-Car trailers. The vehicles may be missing marker lights at the center of the bottom rear of the trailer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The lack of the marker lights may reduce the trailer's visibility to others, increasing the risk of a crash.","Cottrell has notified the owner of the affected trailers and has been working to schedule the modification of all units, free of charge. No additional owner letters will be mailed. The recall began on October 28, 2019. Owners may contact Cottrell at 1-800-827-0132. Cottrell's number for this recall is 1-car." -10/28/2019,19V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V774000),"Forest River, Inc.",Overhead Bunk Fasteners may be Improperly Secured,EQUIPMENT,500-1112,Vehicle,27,"Forest River, Inc. is recalling certain 2020 East to West Delta Terra (model 312BH) and East to West Silver Lake (model 31KBH) recreational trailers. The overhead bunk fasteners may not be properly secured to the backer board of the bunk.","If the fasteners are not properly secured, the bunk may fall, increasing the risk of an injury.","Forest River has notified owners, and dealers will properly secure the bunk to the backer, free of charge. The recall began November 1, 2019. Owners may contact Forest River customer service at 1-574-264-6664. Forest River's number for this recall is 500-1112." -10/28/2019,19V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V773000),Ford Motor Company,Rear Toe Link Fasteners May Be Loose,SUSPENSION,19S36,Vehicle,18,"Ford Motor Company (Ford) is recalling certain 2019 Expedition and Lincoln Navigator vehicles. The rear suspension toe link fasteners may not have been properly tightened to the frame, possibly allowing separation from the frame.","A disconnected toe link can cause a sudden change to vehicle handling, increasing the risk of a crash.","Ford has notified owners, and dealers will inspect and tighten the rear toe link fasteners, check and adjust the rear toe alignment, and inspect the rear tires for abnormal tire wear, replacing them if necessary. Repairs will be performed free of charge. The recall began November 14, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S36." -10/28/2019,19V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V770000),Mazda North American Operations,Tire Tread Can Detach,TIRES,4019J,Vehicle,146,"Mazda North American Operations (Mazda) is recalling certain 2019 CX-9 vehicles equipped with Sumitomo Falken ZIEX CT50 A/S tires, size P255/50R20 104V, having date code 1619. An incorrect rubber compound may have been used in the tire's manufacturing, allowing the tread to separate and detach.",A detached tire tread can decrease vehicle stability and increase the risk of a crash.,"Mazda will notify owners, and dealers will inspect all four tire serial numbers, replacing the tires as necessary, free of charge. The recall began December 4, 2019. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 4019J." -10/25/2019,19V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V763000),Keystone RV Company,Cooktop Burner Flames May Invert,EQUIPMENT,19-362,Vehicle,157,"Keystone RV Company (Keystone) is recalling certain 2019-2020 Crossroads Sunset trailers, model 242BH. The interior range cooktop is installed in a cabinet that may not be entirely sealed from the furnace cavity. As a result, during furnace operation, the interior range cooktop burner flame may invert.","If the cooktop burner flames invert, there is an increased risk of a fire and injury.","Keystone will notify owners, and dealers will inspect the interior range cooktop with the furnace running, sealing it as necessary, free of charge. The recall began November 18, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-362." -10/25/2019,19V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V767000),Ford Motor Company,Driveshaft Coupling May Fail,POWER TRAIN,19S38,Vehicle,293558,"Ford Motor Company (Ford) is recalling certain 2015-2017 Transit vehicles. This recall includes all full-size Transit vehicles previously recalled under 17V-408 except ones that received mechanical universal joint (u-joint) as a remedy and any 156"" or 178"" wheelbase Chassis Cab and Cut-Away bodies models. The flexible coupling connecting the transmission to the driveshaft may prematurely fail.","If the coupling fails, the vehicle will not be able to move under its own power and the disconnected driveshaft may impact and damage the brake and fuel lines. Additionally, the separated driveshaft may allow the vehicle to roll if the vehicle is exited when the transmission is in 'Park' but the parking brake is not applied. These scenarios may increase the risk of a crash or injury.","Ford will notify owners, and as an interim repair, dealers will replace the flexible coupling every 40,000 miles until the final remedy is available. The final remedy will consist of installation of a driveshaft front section equipped with a mechanical u-joint in place of the flexible coupling. These repairs will be made free of charge. Owner notification letters were mailed on April 1, 2020. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S38. Note: This recall supersedes recall number 17V-408." -10/25/2019,19V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V769000),"Daimler Trucks North America, LLC",Improperly Installed Steering Shaft Assembly,STEERING,FL-835,Vehicle,1331,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Western Star 4700 vehicles. The steering shaft may have been improperly installed, potentially causing a loss of connection between the steering wheel and front axle wheels.","This loss of connection would result in a loss of steering control, increasing the risk of a crash.","DTNA will notify owners and dealers will inspect the vehicles, correcting the steering shaft installation, as necessary, free of charge. The recall began November 27, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-835." -10/25/2019,19V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V768000),"Mercedes-Benz USA, LLC",Rear Axle Carrier Bolt Connection May Fail,POWER TRAIN,2019100018,Vehicle,36,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 SL450, SL63 AMG, and SL550 vehicles. Over time, the bolt connection at the front-left mounting point on the rear axle carrier casting may fail, possibly affecting the vehicle's handling.",Unexpected changes in the vehicle's handling can increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the front-left mounting point of the rear axle carrier. If a defect in the bolt connection of the rear axle carrier is found, MBUSA will contact the owner and offer a repurchase of the vehicle. The recall began November 22, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019100018." -10/25/2019,19V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V772000),"Forest River, Inc.",Refrigerator Fuse may be Incorrect,ELECTRICAL SYSTEM,37-1108,Vehicle,19,"Forest River, Inc. (Forest River) is recalling certain 2020 Surveyor trailers, model SVT33KFKDS. A fuse of the incorrect amperage was installed for the 12V refrigerator, potentially allowing the wiring to overheat.","If the wiring overheats, an electrical short can occur, increasing the risk of a fire.","Forest River has notified owners, and dealers will replace the incorrect fuse with one of the correct amperage, free of charge. The recall began November 7, 2019. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 37-1108." -10/25/2019,19V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V766000),Ford Motor Company,Seat Belt Webbing May Detach From Anchor,SEAT BELTS,19S37,Vehicle,366,"Ford Motor Company (Ford) is recalling certain 2019 Edge vehicles. The driver-side seat belt pretensioner anchor may have been improperly crimped, possibly resulting in the seat belt webbing detaching from the anchor in the event of a crash.","In the event of a crash, seat belt webbing that detaches from the anchor will not properly restrain the driver, increasing their risk of injury.","Ford has notified owners, and dealers will inspect and, if necessary, replace the driver's side pretensioner assembly, free of charge. The recall began November 12, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S37." -10/25/2019,19V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V764000),"Custom Fire Apparatus, Inc.",Service Brake Air Reservoir Not Pressure Protected,"SERVICE BRAKES, AIR",19V674,Vehicle,57,"Custom Fire Apparatus, Inc. is recalling certain 2002-2019 Pumpers, Tankers and Rescue vehicles built on a Spartan Motors chassis. The service brake air reservoir system may not be pressure protected where the control line for the automatic tire chain system is connected.","If the control line is cut, the service brake air system may suddenly lose air, increasing the risk of a crash.","Spartan will notify Custom Fire owners. Dealers will inspect the routing of the control lines, rerouting them into the auxiliary air reservoir as necessary, free of charge. The recall began November 15, 2019. Owners may contact Custom Fire customer service at 1-715-294-2555. Custom Fire's number for this recall is 19V674." -10/25/2019,19V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V765000),Blue Bird Body Company,VCU May Activate the Anti-Roll Back,HYBRID PROPULSION SYSTEM,R19AJ-SB,Vehicle,83,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2019 Vision and All American school buses equipped with Cummins PowerDrive 7000 EV electric drivetrain units. Due to a software error, the VCU may activate the anti-roll back feature during slow moving or stop and go conditions, which can cause unexpected vehicle movement.",Unexpected vehicle movement can increase the risk of a crash.,"Blue Bird has notified owners, and Cummins dealers will update the VCU software, free of charge. The recall began October 30, 2019. Owners may contact Cummins customer service at 1-800-286-6467 or Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AJ-SB." -10/24/2019,19V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V757000),"Chrysler (FCA US, LLC)",EGR Cooler May Crack and Cause Fire,ENGINE AND ENGINE COOLING,VB1,Vehicle,107980,Chrysler (FCA US LLC) is recalling certain 2014-2019 Ram 1500 and 1500 Classic Pickup trucks equipped with 3.0L Eco Diesel engines. The Exhaust Gas Recirculation (EGR) cooler may crack and allow pre-heated vaporized coolant to enter the EGR system. This mixture may combust inside the intake manifold.,Combustion in the intake manifold can increase the risk of a fire.,"Chrysler will notify owners, and dealers will replace the EGR cooler, free of charge. Dealers will also inspect and, as necessary, replace the intake manifold. The recall began April 16, 2020. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is VB1." -10/24/2019,19V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V758000),"Chrysler (FCA US, LLC)",Front Tires May Be Damaged,SERVICE BRAKES,VB0,Vehicle,173,"Chrysler (FCA US LLC) is recalling certain 2019 Dodge Challenger and Charger vehicles. An incompatible front wheel and brake package was installed and may allow the front tire to contact the steering knuckle, causing tire damage.",A damaged tire can suddenly lose air pressure and increase the risk of a crash.,"FCA US will notify owners, and dealers will replace the front wheels and inspect and replace the front tires, as necessary. In addition, dealers will inspect the wheel alignment, adjusting it if necessary. These repairs will be performed free of charge. The recall began December 19, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA's number for this recall is VB0." -10/24/2019,19V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V762000),"General Motors, LLC",Insufficient Welds On Front Seat Structure,SEATS,N192278300,Vehicle,341,General Motors LLC (GM) is recalling certain 2019-2020 Buick Regal vehicles. The driver or passenger front seat frames may have a lower crossbar that was improperly welded.,"Seats with improper welds may not provide adequate protection in the event of a crash, increasing the risk of an injury.","GM will notify owners, and dealers will inspect the crossbar welds on the front seats. If the crossbar is improperly welded, the seat back frame will be replaced, free of charge. Interim notices informing owners of the safety risk were mailed November 26, 2019. Owners received a second notice and the recall began February 20, 2020. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is N192278300." -10/24/2019,19V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V760000),Southern Pride Distributing LLC,Safety Chains may be Too Short,TRAILER HITCHES,NR (Not Reported),Vehicle,19,Southern Pride Distributing LLC is recalling certain 2019 Lakeline Rail trailers. The trailer safety chains may not be long enough to reach the attachment points on the tow vehicle.,"If the safety chains are too short to be used, there is a risk that the trailer may completely detach from the tow vehicle, increasing the risk of a crash.","Southern Pride Distributing will notify owners, and will replace the safety chains with ones that are the correct length, free of charge. The recall began November 27, 2019. Owners may contact Southern Pride Distributing customer service at 1-731-696-3175." -10/24/2019,19V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V759000),"Chrysler (FCA US, LLC)",Seat Strikers May Fail In Crash,SEATS,V91,Vehicle,30354,"Chrysler (FCA US LLC) is recalling certain 2019 Dodge Grand Caravan vehicles. The welds on the outboard rear seat strikers for the second row bench and second row bucket seats may fail during a front impact crash. The front outboard seat strikers for the third row bench seats may fail in the event of a rear impact crash. In addition, the second row bench and second row bucket seats may not withstand the required loads.","If the seat strikers fail, the seat or seat belt may not adequately restrain the occupant, increasing the risk of injury.","Chrysler will notify owners, and dealers will weld in a striker reinforcement bracket on the second and third row outboard seat strikers, free of charge. The recall began December 19, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA's number for this recall is V91." -10/24/2019,19V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V761000),"General Motors, LLC",Software Error May Cause Unintended Braking,ELECTRONIC STABILITY CONTROL,N192261050,Vehicle,652967,"General Motors LLC (GM) is recalling certain 2015-2020 Chevrolet Suburban, Tahoe, and GMC Yukon, and 2014-2018 Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles equipped with a 5.3-liter engine, a 3.08-ratio rear axle and four-wheel drive. If a wheel-speed sensor fails, while the vehicle is traveling between 41 and 60 mph in four-wheel or automatic mode, the Electronic-Brake Control Module (EBCM) software may activate the driveline-protection system.","Unintended activation of the driveline-protection system will cause unintended braking on the wheel on the opposite side of the failed sensor, causing the vehicle to pull to one side unexpectedly, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the EBCM, free of charge. The recall began December 11, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438 or GMC customer service at 1-800-462-8782. GM's number for this recall is N192261050." -10/24/2019,19V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V756000),Volvo Trucks North America,Steering Gear may Loosen,STEERING,RVXX1906,Vehicle,2287,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2020 VNL and VNR vehicles equipped with HD94 Sheppard gear variants. The steering gear mounting fasteners may be insufficiently tightened, allowing the steering gear to loosen.","A loose steering gear can cause a loss of vehicle control, increasing the risk of a crash.","Volvo Trucks will notify owners, and dealers will inspect and re-torque the steering gear to a higher value. Additionally, the steering gear will be replaced, as necessary, free of charge. The recall began November 14, 2019. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX1906." -10/23/2019,19V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V754000),"Forest River, Inc.",Cooktop LP Gas Line May Melt and Cause Fire,EQUIPMENT,67A-1107,Vehicle,41,"Forest River, Inc. (Forest River) is recalling certain 2020 EVO, Salem and Wildwood travel trailers. The trailer cooktops were installed with a rubber liquid propane (LP) gas line instead of a copper one.","The rubber hose may melt, allowing gas to enter the vehicle, increasing the risk of a fire.","Forest River has notified owners, and dealers will replace the rubber LP gas line with a copper gas line, free of charge. The recall began November 7, 2019. Owners may contact Forest River customer service at 1-909-873-3777. Forest River's number for this recall is 67A-1107." -10/23/2019,19V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V755000),"BMW of North America, LLC",Improperly Installed Interior Trunk Release Cable,STRUCTURE,NR (Not Reported),Vehicle,325,"BMW of North America, LLC (BMW) is recalling certain 2020 330i, 330i xDrive and M340i vehicles. The interior trunk release cable may have been improperly installed, preventing the opening of the trunk from the inside. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 401, ""Internal Trunk Release.""","If a person were inside the trunk compartment, they may not be able to get out, increasing their risk of injury.","BMW will notify owners, and dealers will inspect the interior trunk release cable and properly install the cable, as necessary, free of charge. The recall began December 13, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/21/2019,19E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E073000),H&H Sports Protection,Helmets May Not Protect Occupant/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,4218,"H&H Sports Protection (H&H Sports) is recalling certain VCAN V531 motorcycle helmets in sizes XS, S, M, L, XL, and XXL, sold exclusively through Amazon. The helmet retention system may fail, allowing the helmet to separate from the wearer's head in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that doesn't stay secured to the head can increase the risk of injury in the event of a crash.,Amazon will notify the helmet purchasers and instruct them to return the helmets for a full refund. Owners may contact H&H Sports at 1-626-444-0107. -10/21/2019,19T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T008000),"Sumitomo Rubber Industries, Ltd.",Tire Tread Can Detach,TIRES,NR (Not Reported),Tire,2286,"Sumitomo Rubber Industries, Ltd. (Sumitomo) is recalling certain Falken ZIEX CT50 A/S tires, size P255/50R20 104V, having date code 1619, Dunlop SP Sport 5000 tires, size 215/45R18 89W, having date code 0919, and Goodyear Eagle LS2 tires size P215/50R17 90V, having date code 0619. An incorrect rubber compound may have been used in manufacturing, which may allow sections near the tread surface to become partially detached.",A detached tread can decrease vehicle stability thereby increasing the risk of a crash.,"Goodyear Eagle LS2 tires size P215/50R17 90V, having date code 0619 have been recovered from dealer inventory before sold to consumers. Sumitomo will notify owners and dealers of the remaining recalled Falken ZIEX CT50 A/S tires, size P255/50R20 104V, having date code 1619, and Dunlop SP Sport 5000 tires, size 215/45R18 89W, having date code 0919. Dealers will replace the tires, free of charge. The recall is expected to begin December 2019. Owners may contact Sumitomo/Falken customer service at 1-877-763-0416 or Goodyear/Dunlop customer service at 1-800-321-2136." -10/21/2019,19V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V753000),"Airstream, Inc.",Trailer may Detach from Tow Vehicle,TRAILER HITCHES,NR (Not Reported),Vehicle,1888,"Airstream, Inc. (Airstream) is recalling certain 2019-2020 Sport, Nest, Flying Cloud, International Serenity, International Signature, Classic, Globetrotter and Tommy Bahama trailers and 2020 Basecamp, Bambi and Caravel trailers. Due to improper welding, the Demco ball coupler installed on the travel trailers may not provide enough clamping force on the tow ball, potentially causing the coupler to separate from the tow ball.","If the coupler separates from the tow ball, the trailer can detach from the tow vehicle, increasing the risk of a crash.","Airstream will notify owners, and will send a temporary use adaptor that can be slipped over the ball portion of the coupler to allow owners to tow their trailers. For the final remedy, dealers will add a shim plate to the backside of the ball coupler clamp to put it in position to apply the required clamping force on the tow ball, free of charge. The recall began November 13, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 extension 7401 or 7411." -10/18/2019,19E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E072000),Hendrickson USA. L.L.C.,Brake Actuator Mounting Washer May Fracture,SERVICE BRAKES,2019-01,Equipment,186,"Hendrickson USA. L.L.C. (Hendrickson) is recalling certain CONNEX ST steerable suspension and axle systems with TSE brake actuators. The washers used for mounting the actuators may fracture, allowing the actuators to loosen, potentially reducing the braking ability.","A reduction in the braking performance can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Hendrickson will notify the affected trailer manufacturers, and TSE Brakes will replace the flat mounting washers, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact TSE Brake customer service at 1-256-736-6275 or Hendrickson customer service at 1-866-743-3247. Hendrickson's number for this recall is 2019-01." -10/18/2019,19V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V743000),"Subaru of America, Inc.",ECM Software May Cause Stall,ELECTRICAL SYSTEM,WUQ-02,Vehicle,466205,"Subaru of America, Inc. (Subaru) is recalling certain 2017-2019 Impreza and 2018-2019 Crosstrek vehicles. The Engine Control Module (ECM) may continue to power the ignition coil after the engine is shut off, which could result in a short circuit and blown fuse.","If a short circuit occurs while driving, the vehicle may stall, increasing the risk of a crash.","Subaru will notify owners, and dealers will update the ECM software and inspect and replace the ignition coil, as necessary, free of charge. In addition, on vehicles with confirmed ignition coil damage and a certain stored diagnostic trouble code (DTC), Subaru will replace the front exhaust pipe, free of charge. The recall began December 4, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUQ-02." -10/18/2019,19V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V750000),Polaris Inc.,Excessive Current may Damage Fuse Holder,ELECTRICAL SYSTEM,T-19-01,Vehicle,31987,Polaris Inc. (Polaris) is recalling certain 2015-2019 Slingshot motorcycles. Excessive electrical current may damage the battery fuse holder terminals.,"Damaged terminals may result in the loss of forward and rear lighting, instrument cluster gauges, or power steering assist. Any of these scenarios increase the risk of a crash.","Polaris will notify owners, and dealers will inspect the battery fuse block terminals and relocate the 50 amp chassis fuse, free of charge. The recall began October 24, 2019. Owners may contact Polaris customer service at 1-855-863-2284. Polaris's number for this recall is T-19-01." -10/18/2019,19V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V749000),Collins Bus Corporation,Missing Backup Camera/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,24,"Collins Bus Corporation (Collins Bus) is recalling certain 2018-2019 TL400, TL408, TH400 and TH408 school buses. The school buses may have been manufactured without a rear backup camera. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""",Reduced rearward visibility can increase the risk of a crash.,"Collins will notify owners, and dealers will install a backup camera, free of charge. The recall began November 21, 2019. Owners may contact Collins customer service at 1-800-533-1850 extension 424." -10/18/2019,19V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V746000),Keystone RV Company,Propane Supply Hose may Melt,EQUIPMENT,19-363,Vehicle,5,"Keystone RV Company (Keystone) is recalling certain 2020 Dutchmen Atlas 3382BH trailers. The trailers may have a non-metallic propane supply hose installed inside the burner box of the cooktop, instead of a copper supply hose.","Under certain conditions, the heat from the range burner may cause the hose to melt and leak propane, increasing the risk of a fire or an injury.","Keystone will notify owners, and dealers will remove the non-metallic propane gas line and attach it to a copper propane gas line, free of charge. The recall began November 15, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-363." -10/18/2019,19V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V747000),"Forest River, Inc.",Stabilizer Bracket May Break,SUSPENSION,55-1105,Vehicle,14,"Forest River, Inc. (Forest River) is recalling certain 2017 Dynamax DX3 and Force motorhomes. The front axle stabilizer bracket may not properly mount to the axle, and may break as a result.","If the stabilizer bracket breaks, a sudden loss of vehicle control could occur, increasing the risk of a crash.","Forest River has notified owners, and a Detroit Diesel dealer will perform the recall remedy. The stabilizer brackets and I-beams will be inspected and spacers and replacement stabilizer brackets will be installed, as necessary, free of charge. The recall began November 6, 2019. Owners may contact Forest River customer service at 1-800-348-7440 or find a Detroit Diesel location at www.detroitdiesel.com/locations/default.aspx. Forest River's number for this recall is 55-1105." -10/18/2019,19V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V751000),"Vac-Tron Equipment, LLC",Trailer may Sway when being Towed,SUSPENSION,NR (Not Reported),Vehicle,229,"Vac-Tron Equipment, LLC is recalling certain 2015-2019 LP873SDT Heavy trailers. The trailer may sway while being towed.","Trailer sway can cause a loss of vehicle control, increasing the risk of a crash.","Vac-Tron will notify owners and dealers will move the trailer axles back 15 inches and modify the rear light wiring, repaint and reapply conspicuity tape that may have been damaged by moving the axles. The recall began December 20, 2019. Owners may contact Vac-Tron customer service at 1-352-728-2222." -10/18/2019,19V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V748000),Starcraft RV,Water Heater May Scald Operator,EQUIPMENT,na,Vehicle,5,Starcraft RV (Starcraft) is recalling 2016 Solstice Travel Star fifth wheel trailers equipped with Atwood on-demand water heaters. The water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.,"The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves, increasing the risk of injury.","Starcraft will notify owners, and Atwood dealers will install a water flow adjustment stop key that prevents the recall condition from occurring, free of charge. The recall began on October 23, 2019. Owners may contact Starcraft customer service at 1-800-945-4787 or Atwood customer service at 1-877-546-9074." -10/17/2019,19V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V742000),"Halcore Group, Inc.",D-Cylinder Oxygen Tank Bracket May Loosen,EQUIPMENT,NR (Not Reported),Vehicle,11,"Halcore Group, Inc. (Halcore) is recalling certain 2018-2019 Horton Type I & Type III ambulances. The D-cylinder oxygen tank bracket may loosen, allowing the oxygen tank to separate and become airborne in the event of a crash.",An unsecured oxygen tank may strike ambulance occupants and increasing the risk of injury in the event of a crash.,"Halcore will notify owners, and Ziamatic will refund the purchase price paid, or provide replacement bracket assemblies, free of charge. The recall began November 7, 2019. Owners may contact Halcore customer service at 1-800-447-0343." -10/17/2019,19V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V741000),Toyota Motor Engineering & Manufacturing,Frontal Air Bag Inflators May Explode,AIR BAGS,"J0A, J0B, J0C, JLI",Vehicle,928220,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2010-2016 4Runner, 2003-2006 Tundra, 2003-2013 Corolla, 2009-2010 Corolla Matrix, 2004-2005 RAV4, 2002-2007 Sequoia, 2011-2013 Sienna, 2008-2012 Scion xB, 2008-2009 Lexus IS-F, 2007-2012 Yaris and Lexus ES350, 2010-2017 Lexus GX460, 2002-2010 Lexus SC430, 2006-2012 Lexus IS250 and IS350 and 2010-2015 Lexus IS250C and IS350C vehicles. These vehicles had their driver or passenger frontal air bag inflators previously replaced under a prior recall using inflators of the same design. The inflators may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Toyota will notify owners. Depending on the vehicle model, dealers will replace the front driver inflator, front passenger airbag inflator, the airbag assembly, or the front passenger airbag sub-assembly and inflator. The recall began November 20, 2019. Owners may contact Toyota customer service at 1-888-270-9371 or Lexus customer service at 1-800-255-3987. Toyota's numbers for this recall are J0A, J0B, and J0C. Lexus' numbers for this recall are JLI, JLJ, and JLK." -10/17/2019,19C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19C002000),"Dorel China America, Inc.",Improper Warning Labels/FMVSS 213,EQUIPMENT,NR (Not Reported),Child Seat,28800,"Dorel China America, Inc. (DCA) is recalling certain Babid�al Storm Booster Car Seats, model BC901BPXL, sold exclusively at Family Dollar Stores. The label attached to the fabric cover may not have the required safety warnings and instructions. As such, these child seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","Without the safety warnings and instructions, caregivers may not know the risks or how to properly use the child seat, increasing the risk of an injury in the event of a crash.","DCA will notify the registered owners, and will provide a replacement fabric cover that has a compliant warning label in place, free of charge. The recall began December 9, 2019. Owners may contact DCA customer service at 1-877-657-9546 or text 1-812-373-6673." -10/17/2019,19E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E071000),Honda (American Honda Motor Co.),Incorrect Rear Carrier Capacity Weight,EQUIPMENT,KK5,Equipment,645,Honda (American Honda Motor Co.) is recalling all Genuine Accessory Rear Carriers designed specially for 2019-2020 Monkey motorcycles. The rear carrier may fail when the carrying weight is below the stated limit.,"An operator may unknowingly overload the rear carrier, which may cause the rear carrier to break and detach. If the rear carrier detaches while the vehicle is in motion, it can become a road hazard, increasing the risk of a crash.","Honda will notify owners, and dealers will uninstall the rear carrier and provide a refund. The recall began December 12, 2019. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KK5." -10/17/2019,19V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V740000),"Voyager Industries, Inc",Missing Retainer Clip on Spindle Nut,SUSPENSION,NR (Not Reported),Vehicle,1062,"Voyager Industries, Inc. (Voyager Industries) is recalling certain 2018-2020 Yetti Fish House Angler, Grand Excape, and Traxx trailers. The vehicles may be missing retainer clips at the spindle nut, potentially causing the spindle nut to loosen and fall off.","If the spindle nut loosens or fall off, the wheel may come off the axle assembly, increasing the risk of a crash.","Voyager Industries will notify owners, and, if missing, dealers will install retainer clips at the spindle nut, free of charge. The recall began November 11, 2019. Owners may contact Voyager Industries customer service at 1-800-834-4940." -10/17/2019,19V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V745000),"Subaru of America, Inc.",PCV Valve May Separate,ENGINE AND ENGINE COOLING,WUS-04,Vehicle,251,"Subaru of America, Inc. (Subaru) is recalling certain 2017 Impreza vehicles equipped with an aluminum Positive Crankcase Ventilation (PCV) valve. The PCV valve may come apart, allowing the separated components to enter the engine, possibly resulting in a loss of power while driving.",An unexpected loss of power while driving can increase the risk of a crash.,"Subaru will notify owners, and dealers will replace the engine, free of charge. The recall began December 3, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUS-04." -10/17/2019,19V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V744000),"Subaru of America, Inc.",PCV Valve May Separate,ENGINE AND ENGINE COOLING,WUP-01,Vehicle,205000,"Subaru of America, Inc. (Subaru) is recalling certain 2017-2018 Impreza and 2018 Crosstrek vehicles equipped with an aluminum Positive Crankcase Ventilation (PCV) valve. The PCV valve may come apart, allowing the separated components to enter the engine, possibly resulting in a loss of power while driving.",An unexpected loss of power while driving can increase the risk of a crash.,"Subaru will notify owners, and dealers will inspect and, if necessary, replace the PCV valve, free of charge. If the PCV valve has separated and the components cannot be found, the engine will be replaced, free of charge. The recall began December 2, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUP-01." -10/17/2019,19E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E070000),"Cummins, Inc.",VCU May Activate Anti-roll Back,HYBRID PROPULSION SYSTEM,NR (Not Reported),Equipment,104,"Cummins Inc. (Cummins) is recalling certain PowerDrive EV Vehicle Control Units (VCU), part number 300114. Due to a software error, the VCU may activate the anti-roll back feature during slow moving or stop and go conditions, which can cause unexpected vehicle movement.",Unexpected vehicle movement can increase the risk of a crash.,"Cummins will work with the affected vehicle manufacturers and will notify their customers. Cummins dealers will update the VCU software, free of charge. The recall began October 18, 2019. Owners may contact Cummins customer service at 1-800-286-6467." -10/16/2019,19V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V739000),Hyundai Translead,Air Hose Beam Clip may Detach,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,34960,Hyundai Translead is recalling certain 2018-2019 Dry Van Trailers. The beam clip of the air hose spring assembly may detach from the beam allowing the air hoses to drag on the ground.,"An air hose that drags on the ground may leak air, possibly increasing the risk of a crash.","Hyundai Translead will notify owners, and dealers will replace the beam clip, free of charge. The recall began November 12, 2019. Owners may contact Hyundai Translead customer service at 1-800-251-0871." -10/16/2019,19V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V734000),"Airstream, Inc.",Breaker Terminal Wired Incorrectly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,151,"Airstream, Inc. (Airstream) is recalling certain 2019-2020 Atlas motorhomes. The SH1 Breaker Terminal may be wired incorrectly, causing some of the 12V circuits to have insufficient overcurrent protection.","Incorrectly fused wires may overheat, increasing the risk of a fire.","Airstream will notify owners, and dealers will correct the wiring, as necessary, free of charge. The recall began November 15, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111, extension 7401 or 7411." -10/16/2019,19V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V736000),"Forest River, Inc.",Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,51-1084,Vehicle,364,"Forest River, Inc. (Forest River) is recalling certain 2020 Sunseeker SSC2250SLEC, Freelander FLC26RSC, and Leprechaun LPC240FSC vehicles. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","Forest River will notify owners, and GM dealers will reprogram the instrument panel, free of charge. The recall began on October 29, 2019. Owners may contact GMC customer service at 1-800-462-8782 or Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 51-1084." -10/16/2019,19V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V735000),"Porsche Cars North America, Inc.",No Visual Warning of Brake Pad Wear/FMVSS 135,ELECTRICAL SYSTEM,AKB8,Vehicle,44128,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017 Panamera 4, Panamera Turbo, Panamera Turbo Executive, 2017-2018 Panamera, Panamera 4S Executive, Panamera 4S, 2018 Panamera Turbo S Hybrid, Panamera 4 Hybrid Sport Turismo, Panamera 4 Sport Turismo, Panamera Turbo S Hybrid Sport Turismo, Panamera 4 Hybrid, Panamera 4 Executive, 2019 Cayenne Hybrid, 2019-2020 Cayenne, Cayenne S, Cayenne Turbo, 2020 Cayenne Coupe, Cayenne Turbo Coupe, and Cayenne S Coupe vehicles. The instrument cluster may not provide a visual warning when the brake pads are worn out. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light vehicle brake systems.""","If the driver is not alerted when brake pads are worn out, the vehicle may not respond as expected when braking, increasing the risk of crash.","Porsche will notify owners, and dealers will reprogram the instrument cluster, free of charge. The recall is began December 13, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKB8. Note: This recall supersedes recall 19V115 and includes vehicles that were previously remedied under that campaign." -10/16/2019,19V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V738000),"BMW of North America, LLC",Steering Rack May Fail,STEERING,NR (Not Reported),Vehicle,20,"BMW of North America, LLC (BMW) is recalling certain 2020 BMW X3 M40i and X4 M40i vehicles. The steering rack pinion teeth may break under load, resulting in a loss of steering control.",A loss of steering control increases risk of a crash.,"BMW has notified owners, and dealers will replace the steering gear, free of charge. The recall began October 9, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/16/2019,19V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V737000),"Volkswagen Group of America, Inc.",Wheel Arch Cover Trim May Detach,STRUCTURE,66K8,Vehicle,174278,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2018-2019 Audi SQ5 and 2018-2020 Audi Q5 vehicles. The rear wheel arch cover trim may loosen and detach from the vehicle.","The detached trim may become a road hazard, increasing the risk of crash.","Audi will notify owners, and dealers will replace the four clips securing the forward part of the rear wheel arch trim, free of charge. The recall began November 1, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 66K8." -10/15/2019,19V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V732000),"BMW of North America, LLC",Counterbalance Shaft May Loosen,ENGINE,NR (Not Reported),Vehicle,217,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 330i, 330i xDrive, and 2019 Z4 vehicles. The needle roller bearings of the counterbalance shafts may have been improperly installed, potentially causing the counterbalance shaft to loosen.","If the counterbalance shaft loosens, severe engine damage could occur, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the engine, free of charge. The recall began December 13, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/15/2019,19V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V733000),PACCAR Incorporated,Incorrect Placement of Conspicuity Tape,VISIBILITY,19PBE,Vehicle,248,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Peterbilt 579 vehicles equipped with a sleeper box. The conspicuity tape may have been installed in the incorrect location, affecting the vehicle's visibility to other drivers on the road. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced visibility increases the risk of a crash.,"PACCAR will notify owners, and dealers will install additional conspicuity tape on back of sleeper in correct location, free of charge. The recall began November 4, 2019. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 19PBE." -10/15/2019,19V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V731000),"General Motors, LLC",Incorrect TPMS Sensors Installed/FMVSS 138,TIRES,N192279200,Vehicle,81,"General Motors LLC (GM) is recalling certain 2020 Cadillac CT6 vehicles equipped with dealer-installed accessory 20"" x 8.50"" wheels (RPO 5JO or SHH). The tire pressure monitoring system (TPMS) sensors use the incorrect wireless radio frequency and cannot illuminate the low pressure warning light when the tire pressure drops below the recommended level. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","Drivers may drive the vehicle with low tire pressure without a low tire pressure warning, negatively impacting the vehicle handling and increasing the risk of a crash.","GM will notify owners, and dealers will replace all four TPMS sensors with the correct sensors, free of charge. The recall began December 3, 2019. Owners may contact GM customer service at 1-586-596-1733. GM's number for this recall is N192279200." -10/14/2019,19V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V730000),E-One Incorporated,Starter Lock-Out Relay Failure Causing No-Start,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1603,"E-One Incorporated (E-One) is recalling certain 2013-2019 Typhoon and Cyclone 2, 2013-2014 Cyclone 3, 2014-2019 Quest 2 and 2017 CHSH emergency vehicles equipped with a Cummins ISL, L9, ISX12, X12, ISX15, or X15 engine. The engines do not have a diode in the starter solenoid circuit to improve the longevity of the lock-out relay, resulting in accumulated damage over time.","The damaged starter lock-out relay may prevent the vehicle from starting, hindering personnel from responding to emergencies, increasing the risk of an injury.","E-One will notify owners, and dealers will install a diode in the starter solenoid circuit and install a new starter lock-out relay, free of charge. The recall began November 15, 2019. Owners may contact E-One customer service at 1-352-861-3612. Note: Vehicles previously repaired under recall 18V-019 also need this recall remedy." -10/11/2019,19V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V727000),"Forest River, Inc.",Axle may Contact Chassis,SUSPENSION,53-1100,Vehicle,44,"Forest River, Inc. (Forest River) is recalling certain 2020 Shasta Oasis SST30QB and SST31OK trailers. The trailers may have been built with an incorrect length axle hanger, allowing the axle to contact the chassis while moving.","If the axle hanger contacts the chassis, it can cause loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the equalizers, free of charge. The recall began November 1, 2019. Owners may contact Forest River customer service at 1-574-528-8717. Forest River's number for this recall is 53-1100." -10/11/2019,19E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E069000),"ASA Electronics, LLC.",Relay/Capacitor Modules May Fail/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Equipment,3775,"ASA Electronics, LLC. (ASA) is recalling certain Relay/Capacitor Modules in part number PVOM74MMFFK, which was the remedy part in prior recall 19E009 for Voyager rear camera displays. The modules may prematurely fail, causing the Voyager rear camera display to have a loss of power. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","Without the mirror monitor, the driver may not be able to see hazards behind the vehicle, increasing the risk of a crash.","ASA will notify the affected vehicle manufacturers, and dealers for those companies will remove the relay/capacitor harness module and replace the Voyager VOM74MM mirror monitor with a revision E monitor, free of charge. The recall began November 7, 2019. Owners may contact ASA customer service at 1-877-384-4400." -10/11/2019,19V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V728000),Arcimoto Inc,Tie Rods May Separate,STEERING,NR (Not Reported),Vehicle,10,"Arcimoto, Inc. (Arcimoto) is recalling certain Arcimoto FUV motorcycles. There may be insufficient thread engagement between the inner and outer tie rods, possibly resulting in the separation of the tie rod assembly.",A tie rod separation can cause a loss of steering and increase the risk of a crash.,"Arcimoto is still finalizing a remedy to better secure the tie rods, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293." -10/10/2019,19E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E068000),"Dorman Products, Inc.",Accelerator Pedal May Bind/FMVSS 124,VEHICLE SPEED CONTROL,AS1019XXXX,Equipment,3744,"Dorman Products, Inc. (Dorman) is recalling certain Accelerator Pedal Assemblies part numbers 699-114 and 825-5029-1, sold as replacement parts for 2003-2006 Acura MDX, 2004-2008 Acura TL and TSX, 2003-2007 Honda Accord, 2005-2006 Honda CR-V, 2007-2011 Honda Element, 2005-2008 Honda Pilot and 2006-2014 Honda Ridgeline vehicles. The rotating portion of the accelerator pedal assembly may bind. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 124, ""Accelerator Control Systems.""","If the accelerator pedal binds, the engine may not quickly return to idle after the pedal is no longer pressed, increasing the risk of a crash.","Dorman will notify owners, and qualified service facilities will replace the affected accelerator pedal assemblies, free of charge. The recall began December 9, 2019. Owners may contact Dorman customer service at 1-800-523-2492, using option 5. Dorman's number for this recall is AS1019XXXX." -10/10/2019,19V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V722000),"Daimler Trucks North America, LLC",Baggage/Sleeper Side Door May Separate from Hinge,STRUCTURE,FL834,Vehicle,2547,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2020 Western Star 4900 and 5700 vehicles. The adhesive bond may fail allowing the baggage or sleeper side door to separate from the hinges.,"A baggage or sleeper side door that separates from the vehicle while in motion can cause road debris, increasing the risk of an injury or crash.","DTNA will notify owners and dealers will install reinforcement clips with mechanical fasteners on each baggage and sleeper door hinge, free of charge. DTNA issued owners an interim notification on December 6, 2019. The recall began September 21, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL834." -10/10/2019,19V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V726000),Ford Motor Company,Blower Motor May Short,VISIBILITY,19S34,Vehicle,17965,"Ford Motor Company (Ford) is recalling certain 2019 Ranger vehicles. The Heating, Ventilating and Air Conditioning (HVAC) blower motor may electrically short.",An electrical short can increase the risk of a fire.,"Ford will notify owners, and dealers will inspect the HVAC blower motor production date, replacing it as necessary, free of charge. The recall began December 4, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S34." -10/10/2019,19E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E067000),Ziamatic Corp,Bracket May Allow Oxygen Tank to Detach,EQUIPMENT,NR (Not Reported),Equipment,207,"Ziamatic Corp. (Zico) is recalling certain QR-D-S- and QR-TDS bracket assemblies used to secure D-cylinder oxygen tanks in ambulances. The bracket may loosen, potentially allowing the oxygen tank to be unsecured as the result of a crash.","A loose oxygen tank may separate from the loosened bracket, potentially striking occupants and increasing the risk of injury.","Zico has notified the affected vehicle manufacturers, and will refund the purchase price paid, or provide replacement bracket assemblies, free of charge. The recall began October 7, 2019. Owners may contact Zico customer service at 1-800-711-3473." -10/10/2019,19V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V718000),"Daimler Trucks North America, LLC",Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,FL-833,Vehicle,7,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Thomas Built Buses Minotour school buses built on a GMC Savannah or Chevrolet Express chassis. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","GM will notify DTNA owners, and GM dealers will reprogram the instrument panel cluster, free of charge. The recall began October 3, 2019. Owners may GM customer service at 1-800-462-8782 contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-833." -10/10/2019,19V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V719000),"Tesla, Inc.",Sunvisor Missing Air Bag Warning Information,EQUIPMENT,SB-19-15-003,Vehicle,89,"Tesla Motors, Inc. (Tesla) is recalling certain 2019 Tesla Model 3 vehicles. The driver-side sun visor may not have the required air bag warning information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Failure to provide the air bag warning information increases the risk of injury.,"Tesla will notify owners, and Tesla Service Centers will inspect the visor and replace it, as necessary, free of charge. The recall began December 6, 2019. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-19-15-003." -10/09/2019,19V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V717000),"Daimler Trucks North America, LLC",Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,FL-833,Vehicle,1045,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Thomas Built Buses Minotour school buses. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","GM has notified the Thomas Built owners, and GM dealers will reprogram the instrument panel cluster, free of charge. The recall began October 3, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-833." -10/09/2019,19V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V721000),Hyundai Motor America,Lower Control Arm Ball Joints Can Detach,SUSPENSION,185,Vehicle,744,Hyundai Motor America (Hyundai) is recalling certain 2020 Elantra vehicles. The lower control arm ball joint fasteners may have been insufficiently tightened allowing the ball joint to detach from the lower control arm.,"A detached ball joint can cause a loss of vehicle control, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect and, as necessary, tighten the ball joint fasteners, free of charge. The recall began November 20, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 185." -10/09/2019,19V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V720000),Hyundai Motor America,Right Rear Wheel Lug Nuts May Be Loose,WHEELS,184,Vehicle,48,"Hyundai Motor America (Hyundai) is recalling certain 2019 Ioniq Hybrid and 2020 Elantra vehicles. The right-side rear wheel lug nuts may have been insufficiently tightened, allowing the wheel to detach from the vehicle.",A wheel detaching from the vehicle increases the risk of a crash.,"Hyundai will notify owners, and dealers will inspect and, if necessary, tighten the lug nuts, free of charge. The recall began November 15, 2019. Owners may contact Hyundai customer service at 1-800-251-0871. Hyundai's number for this recall is 184." -10/09/2019,19V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V724000),Volvo Bus Corporation,Seat Belts May Not Restrain Occupants,SEAT BELTS,NR (Not Reported),Vehicle,34,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2018-2020 Volvo 9700 vehicles. The passenger seat belt attachments may not be sufficient to anchor the seat belts and restrain the seat occupants in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, a passenger that does not remain properly restrained has an increased risk of injury.","Volvo Bus will notify owners, and dealers will add reinforcement to the passenger seats, free of charge. The recall began December 11, 2019. Owners may contact Volvo Bus customer service at 1-866-870-2046." -10/08/2019,19V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V715000),"Daimler Vans USA, LLC",Backup Battery Opening Exposed,ELECTRICAL SYSTEM,VS2SITZAB,Vehicle,15160,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2019 Mercedes-Benz Metris vehicles. The integrated backup battery compartment located underneath the front passenger's seat may not have its own cover, potentially exposing the battery when the seat is moved forward.","If conductive material, such as metal, unintentionally drops into the opening and contacts the terminals on the battery, an electrical short can occur, increasing the risk of a fire.","DVUSA will notify owners, and Mercedes-Benz dealers will install covers over the battery compartment area, free of charge. DVUSA issued owners an interim notification on December 2, 2019. The recall began March 9, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2SITZAB." -10/08/2019,19V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V716000),"Daimler Vans USA, LLC",Improper Abutting Wedge Installation,STRUCTURE,VS3KEIL,Vehicle,153,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz and Freightliner Sprinter vehicles. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal impact, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal accident, a greater force may be necessary to open the doors, increasing the risk of injury.","DVUSA will notify owners, and dealers will inspect the installation of the abutting wedge on the driver and front passenger side, correcting it, as necessary, free of charge. DVUSA issued owners an interim notification on November 22, 2019. The recall began February 10, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3KEIL." -10/08/2019,19V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V714000),Thor Motor Coach,Incorrect Information on OCCC/FMVSS 120,EQUIPMENT,RC000176,Vehicle,101,"Thor Motor Coach (TMC) is recalling certain 2014 Tuscany 36M, 40E, 2015 Citation 24SL, Siesta 24SL, Axis 25.1 and Vegas 25.1, 2016 Four Winds 31E, 31W, 35SF, Chateau 31E, 31W, Synergy SD24, Citation 24SL, 24SS and Siesta 24SL, 24SS, 2017 Four Winds 31E, 31W, Chateau 31E, 35SD, Citation 24SS and Siesta 24SS, 2018 Citation 24SS and Siesta 24SS, 2019 Quantum CR24, Four Winds 24BL, Citation 24MB and Siesta 24MB and 2020 Quantum CR24, Citation 24MB, Siesta 24MB, Chateau 24BL and Synergy 24MB vehicles. The Occupant and Cargo Carrying Capacity (OCCC) label has the incorrect carrying capacity listed, which can allow the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other Than Passenger Cars.""",An inadvertently overloaded motorhome due to an incorrect carrying capacity can increase the risk of a crash.,"TMC will notify owners, and dealers will issue new OCCC labels with correct seating positions and weight calculations, free of charge. The recall began November 21, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000176." -10/07/2019,19V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V711000),"Daimler Trucks North America, LLC",ABS Indicator may not Warn of Malfunction/FMVSS,"SERVICE BRAKES, AIR",FL-830,Vehicle,12,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2020 Freightliner Cascadia vehicles. The ABS Electronic Control Unit (ECU) may not detect an incorrectly functioning solenoid valve for the ABS/ESC module during certain low voltage start conditions, potentially causing the ABS/ESC Malfunction indicator not to illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems"" and number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","Without the alert, an operator may not be aware of an active ABS/ESC malfunction and unknowingly operate the vehicle with reduced ABS/ESC function, increasing the risk of a crash.","DTNA will notify owners, and dealers will reprogram the ABS/ESC module, free of charge. The recall began December 2, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-830." -10/04/2019,19V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V708000),Outdoors RV Manufacturing,Incorrectly Mounted Axles/Light Tongue Weight,TRAILER HITCHES,2019-001,Vehicle,30,"Outdoors RV Manufacturing (ORV) is recalling certain 2019-2020 Trail Series MTN TRX 22TRX toyhauler travel trailers. The axles may be incorrectly mounted too far forward, potentially causing light tongue weight on the tow vehicle.","Light tongue weight can lead to unsafe towing conditions including trailer sway and/or the trailer becoming separated from the tow vehicle, increasing the risk of a crash.","ORV will notify owners, and dealers will move the axles 10 inches back towards the rear of the trailer to increase the tongue weight, free of charge. The recall began October 11, 2019. Owners may contact ORV customer service at 1-541-962-1866, extension 222. ORV's number for this recall is 2019-001." -10/04/2019,19V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V710000),"Altec Industries, Inc.",Incorrectly Plumbed Unit Outrigger Valve,EQUIPMENT,CSN 739,Vehicle,275,"Altec Industries Inc. (Altec) is recalling certain 2016-2019 Altec D2/3/4B, DLB, DMB, DHB, DT65 and DT80 Digger Derrick vehicles. The outrigger valves may be plumbed incorrectly. As a result, the outriggers could continue retracting after an operator has stopped controlling them.","If the outriggers continue to retract without command, the unit may become unstable and collapse, increasing the risk of injury or death to those nearby.","Altec will notify owners, and dealers will inspect the outrigger valve plumbing correcting it as necessary, free of charge. The recall began November 25, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 739." -10/04/2019,19V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V712000),"Daimler Trucks North America, LLC",Insufficient Impact Absorption/FMVSS 222,SEATS,FL-832,Vehicle,53528,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2020 Thomas Built Saf-T-Liner EFX, Minotour, Saf-T-Liner C2, and Saf-T-Liner HDX school buses equipped with SynTec S3B or S3C seats. The seats may have been manufactured with styrene blocks that may not provide sufficient impact absorption in certain specific areas around the steel seat frame of the back support. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""",The lack of impact absorption increases the risk of injury in the event of a crash.,"DTNA will notify owners, and dealers will install additional impact material between the re-bond back and the vinyl back cover to increase the amount of absorption, free of charge. DTNA issued owners an interim notification on November 29, 2019. The recall began June 22, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-832." -10/04/2019,19V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V709000),"Mercedes-Benz USA, LLC",Rear Door Window Trim May Detach,STRUCTURE,2019100011,Vehicle,13799,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350, GLE350 4MATIC, GLE450 4MATIC, GLS450 4MATIC, and GLS580 4MATIC vehicles. The rear door window trim may detach.","The detached trim can become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and fasten the rear door window trim, as necessary, free of charge. The recall began November 8, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019100011." -10/04/2019,19V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V707000),Blue Bird Body Company,Roof Sheets May Separate/FMVSS 221,STRUCTURE,R19AH,Vehicle,302,"Blue Bird Body Company (Blue Bird) is recalling certain 2019-2021 All American and Vision school buses. An insufficient number of rivets were installed in the roof sheets, allowing the roof sheets to separate in the event of a severe impact. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 221, ""School Bus Body Joint Strength.""","In the event of a crash, if the roof sheets separate, there is an increased risk of injury.","Blue Bird will notify owners, and dealers will inspect the roof joints and add the sufficient number of rivets, as necessary, free of charge. The recall began October 22, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AH." -10/03/2019,19V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V704000),"General Motors, LLC",Brake Calipers May Drag,"SERVICE BRAKES, HYDRAULIC",N192270920,Vehicle,166,"General Motors LLC (GM) is recalling certain 2020 Chevrolet Equinox vehicles. The rear brake calipers may have been produced with an incorrect lubricant, potentially causing the rubber seals to swell and the brakes to drag.","Brake drag may result in overheating of the brake pads, affecting the braking ability and increasing the risk of a crash.","GM will notify owners, and dealers will replace the rear brake calipers, including the brake hose gasket, brake fluid and wheel to hub lubricant, free of charge. The recall began October 29, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438. GM's number for this recall is N192270920." -10/03/2019,19V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V706000),"Jayco, Inc.",Chassis Missing Heat Shields,STRUCTURE,9903442,Vehicle,190,"Jayco, Inc. (Jayco) is recalling certain 2016-2017 Alante motorhomes built on Ford F53 chassis. A heat shield may have not have been installed, allowing the hydraulic lines to be exposed to excessive heat.","Excessive heat can melt hydraulic lines, increasing the risk of a fire.","Jayco will notify owners, and dealers will install aftermarket heat shields to the chassis, free of charge. The recall began November 14, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903442." -10/03/2019,19V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V703000),Honda (American Honda Motor Co.),Horn may Detach from Motorcycle,ELECTRICAL SYSTEM,KK4,Vehicle,4348,"Honda (American Honda Motor Co.) is recalling certain 2019 CRF450L motorcycles. The horn mount may break, allowing the horn to detach from the motorcycle.","An unsecured horn may interfere with the motorcycle while driving, affecting handling and control, or it may fall off and become a road hazard. Either of these scenarios can increase the risk of a crash.","Honda will notify owners, and dealers will replace the horn and horn mount, free of charge. The recall began November 2019. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KK4." -10/03/2019,19V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V700000),"Jayco, Inc.",Inadequate Venting for Gas Range,EQUIPMENT,9901438,Vehicle,637,"Jayco, Inc. (Jayco) is recalling certain 2019 Eagle HT and Eagle recreational trailers. The gas range does not vent outside, which can cause carbon monoxide to build up inside the trailer.","If the range does not properly vent outside, it can cause a build up of carbon monoxide inside the trailer, increasing the risk of personal injury or death.","Jayco will notify owners, and dealers will install a range hood vent out the sidewall of the trailer, free of charge. The recall began November 18, 2019. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901438." -10/03/2019,19V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V699000),Starcraft RV,Incorrect Wiring Can Cause Unprotected Circuit,ELECTRICAL SYSTEM,9902439,Vehicle,10247,"Starcraft RV (Starcraft) is recalling certain 2018 Comet Mini, 2018-2019 GPS, Autumn Ridge Outfitter, Launch Ultra Lite, Launch Outfitter 7, Autumn Ridge, Launch Outfitter, Satellite and Avalon and 2019 Mossy Oak and Mossy Oak Lite travel trailers. The fuse/circuit breaker wiring between the battery and the converter may have bypassed the 30amp fuse, creating an unprotected circuit.","In the event of an electrical short, an unprotected circuit can increase the risk of a fire.","Starcraft will notify owners, and dealers will install a fuse harness assembly to protect the circuit, free of charge. The recall began October 28, 2019. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902439." -10/03/2019,19V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V705000),"Jayco, Inc.",Incorrectly Routed Hydraulic Lines,"SERVICE BRAKES, HYDRAULIC",9903440,Vehicle,1660,"Jayco, Inc. (Jayco) is recalling certain 2014-2018 Precept motorhomes built on Ford F53 chassis. The hydraulic lines may have been incorrectly routed too close to the exhaust without a heat shield.","Incorrect routing of the hydraulic line can cause the line to melt from the exhaust heat, resulting in a loss of braking, increasing the risk of a crash or fire.","Jayco will notify owners, and dealers will inspect and correct the hydraulic line routing as necessary and install a heat shield, free of charge. The recall began November 14, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903440." -10/03/2019,19E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E065000),"SynTec Seating Solutions, LLC",Insufficient Impact Absorption/FMVSS 222,SEATS,NR (Not Reported),Equipment,1156972,"SynTec Seating Solutions, LLC (SynTec) is recalling certain S3B Base and S3C Base Convertible school bus seats. The seats may have been manufactured with styrene blocks that do not provide sufficient impact absorption in areas around the steel seat frame of the back support. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""",The lack of impact absorption increases the risk of injury in the event of a crash.,"SynTec will notify the affected bus manufacturer, and dealers for that manufacturer will install an additional impact material between the re-bond back and the vinyl back cover, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact SynTec customer service at 1-336-862-7509." -10/03/2019,19V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V701000),"Subaru of America, Inc.",Occupant Detection System May Deactivate Airbag,AIR BAGS,WUM-98,Vehicle,366282,"Subaru of America, Inc. (Subaru) is recalling certain 2015-2018 Forester vehicles equipped with heated seats. An electrical connection in the front passenger seat for the Occupant Detection System (ODS) may loosen.","If the connection loosens, the front passenger airbag may deactivate even though the seat is occupied, increasing the risk of injury to the front passenger in the event of a crash.","Subaru will notify owners, and dealers will inspect and, as necessary, replace the ODS sensor mat harness, free of charge. The recall began February 11, 2020. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUM-98." -10/03/2019,19V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V702000),"Jayco, Inc.",Possible Suspension Failure,SUSPENSION,9901443,Vehicle,908,"Jayco, Inc. (Jayco) is recalling certain 2017 Pinnacle Fifth Wheel trailers. The suspension on these vehicles may allow the tires to contact the structure when under a certain load, which can cause damage to the tires.","If the tire becomes damaged, causing premature tire wear, it can cause loss of vehicle control and increase the risk of a crash.","Jayco will notify owners, and dealers will inspect the condition of the leaf spring, rubber equalizer and bump stop clearance, and provide replacement of the leave spring or rubber equalizer if necessary. This repair will be done free of charge. Interim notices notifying owners of safety risk were mailed December 2, 2019. The recall began December 20, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901443." -10/03/2019,19E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E066000),"General Motors, LLC",Tri-Fold Soft Tonneau Cover Can Detach From Bed,EQUIPMENT,N192261860,Equipment,7173,"General Motors LLC (GM) is recalling certain Rugged Liner tri-fold soft tonneau covers sold as accessory parts for 2019-2020 model year Chevrolet Silverado 1500 and GMC Sierra 1500 trucks. The original instructions may be difficult to follow, possibly resulting in the cover being installed incorrectly.","An incorrectly installed cover can detach from the truck bed and become a road hazard, increasing the risk of a crash.","GM will notify owners, and will provide them with a cover tether kit and improved instructions and additional labeling. The recall began January 24, 2020. Owners may contact Chevrolet customer service at 1-800-630-2438 or GMC customer service at 1-800-462-8782. GM's number for this recall is N192261860." -10/02/2019,19V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V695000),"Daimler Vans USA, LLC",Airbag System may be Deactivated,AIR BAGS,VS3AIRIGEL,Vehicle,1232,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz and Freightliner Sprinter vehicles. The airbag systems may not have been activated after vehicle production. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",An inactive airbag system can increase the risk of injury in the event of a crash.,"DVUSA will notify owners, and dealers will inspect the vehicles to determine if the airbag systems have been activated, correcting them as necessary, free of charge. DVUSA issued owners an interim notification on November 22, 2019. The recall began February 10, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3AIRIGEL." -10/02/2019,19V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V698000),"BMW of North America, LLC",Driver Frontal Air bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,3924,"BMW of North America, LLC (BMW) is recalling certain 2000-2002 325i and 325xi Sedan, and 323Ci, 325Ci, and 330Ci Convertible vehicles. This recall affects certain vehicles that may have had a driver-side air bag module installed as replacement equipment such as after a vehicle crash necessitating replacement of the original air bag, or as a remedy part for a prior recall. The frontal air bag inflator may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will inspect and, as necessary, replace the driver's air bag module, free of charge. The recall began November 7, 2019. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall is an expansion of previous recalls, numbers 17V-047 and 19V-015." -10/02/2019,19V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V693000),"Daimler Vans USA, LLC",Final Quality Check Was Not Performed,UNKNOWN OR OTHER,VSX566ZP25,Vehicle,19,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Sprinter and Metris vehicles. The vehicles left the reassembly plant without the final quality inspection of safety-relevant parts or bolt connections, resulting in possible unknown safety risks.",Failure to identify loose safety related parts can increase the risk of crash and injury.,"DVUSA will notify owners, and vehicles will be returned to the reassembly plant for comprehensive inspection and, if necessary, corrective action, free of charge. The recall began November 15, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VSX566ZP25." -10/02/2019,19V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V697000),"BMW of North America, LLC",Oil Cooler Hoses May Leak,ENGINE,NR (Not Reported),Vehicle,416,"BMW of North America, LLC (BMW) is recalling certain 2020 S 1000 RR motorcycles. The oil cooler hoses may not be attached properly to the oil pipes, possibly resulting in an oil leak.","Leaking oil may drip in the path of the rear tire, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the oil cooler assembly, including the hoses, free of charge. Owners may contact BMW customer service at 1-800-525-7417." -10/02/2019,19V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V696000),Lamborghini (Automobili Lamborghini),Unexpected Engine Stall,ELECTRICAL SYSTEM,L73XR0219,Vehicle,441,Automobili Lamborghini (Lamborghini) is recalling certain 2017-2019 Aventador S Coup� and Aventador S Roadster vehicles. The engine management software may allow the engine to stall when coasting to a stop.,An unexpected engine stall increases the risk of a crash.,"Lamborghini will notify owners, and dealers will update the engine software, free of charge. The recall began January 22, 2020. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73XR0219." -10/01/2019,19V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V690000),"Jayco, Inc.",Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,NA,Vehicle,446,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Redhawk SE motorhomes. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","GM will notify owners, and dealers will reprogram the instrument panel cluster, free of charge. The recall began October 9, 2019. Owners may contact GMC customer service at 1-800-462-8782 or Jayco customer service at 1-800-517-9137." -10/01/2019,19V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V691000),"Jayco, Inc.",Emergency Window May not Fully Open to Exit,STRUCTURE,9901441,Vehicle,97,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Jay Feather X19H travel trailers. The handles for the emergency exit windows may not allow the windows to open sufficiently for them to be used as an emergency egress.","If an occupant is unable to exit through the egress window in the event of an emergency, there is an increased risk of an injury.","Jayco will notify owners, and dealers will replace the emergency window handles, free of charge. The recall began October 11, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901441." -10/01/2019,19V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V692000),"BMW of North America, LLC",Transmission may Cause Rear Wheel to Lock up,POWER TRAIN,NR (Not Reported),Vehicle,4672,"BMW of North America, LLC (BMW) is recalling certain 2017-2020 K 1600 GT and 2018-2020 K 1600 GTL and K 1600 B motorcycles. Certain transmission parts may not have been produced to the appropriate hardness level. This could affect the function of the transmission, possibly causing double engagement of two gears and/or the damage of transmission parts.","Double gear engagement or transmission damage can cause the rear wheel to lock up, affecting the vehicle stability and increasing the risk of a crash.","BMW will notify owners, and dealers will replace the shift forks, the selector sleeve of 5th/6th gear and the gear wheel of 6th gear, free of charge. Interim letters notifying owners of the safety risk was mailed November 1, 2019. A second letter will be sent once the remedy is available. Owners may contact BMW customer service at 1-800-525-7417." -09/30/2019,19V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V688000),Ford Motor Company,Premature Right Rear Axle Shaft Failure,POWER TRAIN,19S31,Vehicle,28579,Ford Motor Company (Ford) is recalling certain 2019 F-250 and F-350 vehicles equipped with electronically locking rear differentials. The passenger side rear axle shaft may fail prematurely due to a material issue.,"A broken passenger side rear axle could result in a loss of drive power and the inability to hold the vehicle still when in Park. If the parking brake is not applied, unintended vehicle movement can occur, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the passenger side rear axle shaft, replacing it as necessary, free of charge. The recall began October 21, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S31." -09/30/2019,19V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V689000),Keystone RV Company,Solar Prep Wiring not Breaker Protected,ELECTRICAL SYSTEM,19-361,Vehicle,379,"Keystone RV Company (Keystone) is recalling certain 2020 Cougar fifth wheels and travel trailers, models 22RBS, 23MLS, 25RES, 26RBS, 26RKS, 27RES, 27SAB, 27SGS, 29BHS, 29FKD, 29RLD, 30RKD, 31MBS, 32RDB, 32RLI and 34TSB. The wiring for the solar preparation kit may have been incorrectly wired to the wrong side of the 12V breaker, potentially allowing an electrical short circuit in the event of damage to the wiring.",An electrical short circuit increases the risk of a fire.,"Keystone will notify owners, and dealers will inspect and correct the installation of the solar preparation wiring, as necessary, free of charge. The recall began on October 25, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-361." -09/30/2019,19V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V687000),Ford Motor Company,Wiring Harness May Contact A/C Pulley or Belt,ELECTRICAL SYSTEM,19S32,Vehicle,10655,"Ford Motor Company (Ford) is recalling certain 2020 Ford Explorer vehicles equipped with 2.3L or 3.3L engines. The wiring harness may not have been properly secured and may contact the air conditioner compressor (A/C) pulley, potentially damaging the harness or the A/C belt.","The A/C pulley may rub through the wiring harness insulation and contact the unfused battery positive wire, resulting in a short circuit, increasing the risk of a fire.","Ford will notify owners, and dealers will install a tie strap to the wiring harness at the hand shock tower clip, free of charge. The recall began October 21, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S32." -09/27/2019,19V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V685000),"Mercedes-Benz USA, LLC",Driver's Airbag may be Unsecured,AIR BAGS,2019100001,Vehicle,2222,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019-2020 A 220 and A 220 4MATIC, 2020 CLA 250, CLA 250 4 MATIC, GLC 300 Coupe 4MATIC, GLC 300 and GLC 300 4MATIC vehicles. The driver's side front airbag modules may not have been properly bolted down.","In the event of a crash necessitating deployment of the driver's front airbag, the airbag may not deploy properly, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the driver airbag module and replace it, as necessary, free of charge. The recall began October 29, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019100001." -09/27/2019,19V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V682000),"Jaguar Land Rover North America, LLC",Incorrect Tire Placard Label / FMVSS 110,EQUIPMENT,H256,Vehicle,241,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2019-2020 F-Type vehicles equipped with 18-inch rear wheels. The tire placard label on the driver's side door opening states an incorrect size for the rear tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims for Passenger Cars.""","An incorrect tire placard label may mislead the vehicle owner to install the wrong tire size, potentially affecting vehicle handling, increasing the risk of a crash.","Jaguar will notify owners, and dealers will replace the tire placard label with a label that states the correct rear tire size, free of charge. The recall began October 23, 2019. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H256." -09/27/2019,19V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V686000),"Daimler Trucks North America, LLC",Insufficiently Tightened Flex Plate Fasteners,POWER TRAIN,FL-828,Vehicle,618,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2020 Saf-T-Liner C2 school buses equipped with Detroit DD5 engines and Allison transmissions. The Flex-Plate/Torque Converter fasteners may have been insufficiently tightened.,"The loose bolts may lead a disabled school bus and result in a school bus evacuation procedure in an uncontrolled traffic situation, increasing the risk of an injury.","DTNA will notify owners, and dealers will inspect and tighten the fasteners, as necessary, free of charge. The recall began November 19, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-828." -09/27/2019,19V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V684000),"BMW of North America, LLC",No Back-Up Camera Display Image/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,257473,"BMW of North America, LLC (BMW) is recalling certain 2018 540d, 2018-2020 530i, 530i xDrive, 540i, 540i xDrive, M550i xDrive, M5, 530e, 530e xDrive, X3 sDrive, X3 xDrive, X3 M40i, X3 M, and 2019-2020 X4 xDrive, X4 M40i, X4 M, X7 xDrive, X7 M50i, 740Li, 740Li xDrive, 750Li, 750Li xDrive, 8 Series Convertible and Coupe 840i, 840i xDrive, M850i xDrive, X5 sDrive, X5 xDrive, X5 M50i, X6 xDrive, X6 M50i, 330i, 330i xDrive, M340i, M340i xDrive, Z4 sDrive, Z4 M40i, 740Le xDrive and 745Le xDrive, 2018-2019 640i xDrive Gran Turismo and Rolls-Royce Phantom, 2019 M850i xDrive Gran Coupe and Rolls-Royce Cullinan and 2020 Toyota Supra vehicles. The back-up camera and display settings can be adjusted such that the rear view image is no longer visible and the system will retain that setting the next time the vehicle is placed in reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""",The lack of an image in the back-up camera display increases the risk of a crash.,"BMW will notify owners, and dealers will update the back-up camera software, free of charge. The recall began November 8, 2019. Owners may contact BMW customer service at 1-800-525-7417 or Rolls-Royce at 1-877-877-3735. Toyota owners may contact Toyota customer service at 1-888-270-9371." -09/27/2019,19V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V683000),"Bombardier Recreational Products, Inc.",Wheel Nuts May Crack,WHEELS,2020-1,Vehicle,11378,"Bombardier Recreational Products Inc. (BRP) is recalling certain 2019-2020 Can-Am Ryker motorcycles. The wheel nuts may crack, causing the wheels to loosen.","Loose wheels may cause a loss of vehicle control, increasing the risk of a crash.","BRP will notify owners, and dealers will replace the wheel nuts, free of charge. The recall began October 17, 2019. Owners may contact BRP customer service at 1-888-272-9222." -09/26/2019,19V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V694000),Honda (American Honda Motor Co.),Incorrect Airbag Information In Guide/FMVSS 208,EQUIPMENT,X6G,Vehicle,336468,"Honda (American Honda Motor Co.) is recalling certain 2019 CR-V vehicles. The owner's guide incorrectly describes when the ""Passenger Airbag Off"" indicator should illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If the front passenger does not correctly understand how the airbag functions, they may be at an increased risk of personal injury in the event of a crash.","Honda will notify owners and provide a sticker with the correct information to be added to the owner's guide, free of charge. The recall began November 14, 2019. Owner's may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is X6G." -09/26/2019,19V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V681000),"Lucon, Inc.",Insufficient Grease on Bearings may cause Failure,SUSPENSION,NR (Not Reported),Vehicle,8,"Lucon, Inc. (Lucon) is recalling certain 2018-2019 Lucon Custom Heavy Haul dual axle trailers, models 10T162FCBW and 10T172FCBW, built on Dexter #13G axles. The axles may lack the proper amount of grease on the inner and outer bearings in the hubs.","A lack of grease on the bearings can cause overheating and premature bearing failure, increasing the risk of a crash.","Dexter notified Lucon dealers, and properly greased and reinstalled the components or replaced the components as necessary, free of charge. The recall began on March 20, 2019. Owners may contact Lucon customer service at 1-770-233-1331." -09/26/2019,19V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V680000),"Chrysler (FCA US, LLC)",Seatbelt Buckle May Separate From Seat Frame,SEAT BELTS,VA6,Vehicle,11463,Chrysler (FCA US LLC) is recalling certain 2011-2018 Jeep Wrangler right hand drive vehicles. The driver's seat belt buckle mounting strap may fracture and separate from the seat frame.,"A separated or severed seat belt buckle strap will result in an inoperable seat belt, increasing the risk of injury in the event of a crash.","FCA US will notify owners, and dealers will replace the driver's seat belt buckle, free of charge. Interim notices informing owners of the safety risk were mailed November 19, 2019. Owners will received a second letter and the recall began March 26, 2020. Owners may contact FCA customer service at 1-800-853-1403. FCA's number for this recall is VA6." -09/25/2019,19V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V678000),"BMW of North America, LLC",Front Axle Swivel Bearings May Break,STEERING,NR (Not Reported),Vehicle,368,"BMW of North America, LLC (BMW) is recalling certain 2020 X3 sDrive30i, X3 xDrive30i, and X3 M40i vehicles, X4 xDrive30i, and X4 M40i vehicles. The front axle swivel bearings may not have been properly heat treated during manufacturing, reducing their strength and possibly causing them to break.","Broken swivel bearings can cause a loss of vehicle control, increasing the risk of a crash.","BMW has notified owners and instructed them to not drive their vehicles. Dealers will replace the front axle swivel bearings, free of charge. Owners may contact BMW customer service at 1-800-525-7417." -09/25/2019,19V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V679000),"Volkswagen Group of America, Inc.",Modifications to Vehicles Made Them Noncompliant,UNKNOWN OR OTHER,01D7,Vehicle,113,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Volkswagen Passat, 2018 Tiguan LWB, 2007-2009 Jetta Sedan, 2011-2013, 2015 and 2019 Jetta, 2013 Jetta Hybrid, 2008-2009 Jetta Sportwagen, 2015 Golf Sportwagen, 2013 Golf, 2008-2010 and 2012-2013 Beetle and Beetle Convertible, 2008-2010 Beetle, and Beetle Convertible vehicles. Modifications made while the vehicles were in an internal evaluation period may cause the affected vehicles to not comply with all of the applicable regulatory requirements.","If the vehicles do not meet all regulatory requirements, there could be an increased risk of a crash, fire, or injury.","Volkswagen will notify owners and repurchase the affected vehicles. The recall began November 6, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01D7. Note: This recall is an expansion of NHTSA recall number 18V-329." -09/24/2019,19V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V677000),"Ferrara Fire Apparatus, Inc.",Loss of Hydraulic Steering Assist,SUSPENSION,NR (Not Reported),Vehicle,25,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2015-2019 Inferno fire trucks equipped with independent front suspensions manufactured by Reyco Granning. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of hydraulic steering assist can increase the risk of a crash.,"Ferrara will notify owners and will work with Reyco Granning to inspect and remedy the vehicles free of charge. Ferrara issued owners an interim notification on September 24, 2019. The recall began October 9, 2019. Owners may contact Ferrara customer service at 1-800-443-9006." -09/23/2019,19V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V673000),"Pleasure Way Industries, Ltd.",Awning May Unexpectedly Extend,EQUIPMENT,NR (Not Reported),Vehicle,1148,"Pleasure Way Industries Ltd. (Pleasure Way) is recalling certain 2018-2020 Plateau, Plateau XL, Ascent and Lexor motorhomes equipped with a Fiamma F45 Eagle or Fiamma F65 Eagle awning. The awning drive mechanism may fail causing the awning to extend unexpectedly without input from the user.","If the awning unexpectedly extends while the vehicle is parked, the awning may hit an occupant within its range, increasing the risk of an injury. If the awning unexpectedly extends while the vehicle is in motion, there is an increased risk of a crash.","Pleasure Way will notify owners, and dealers will install straps to keep the awning closed, as a temporary solution, free of charge. Fiamma will provide a permanent solution. Pleasure Way issued owners an interim notification on October 7, 2019. The recall began March 5, 2020. Owners may contact Pleasure Way customer service at 1-800-364-0189." -09/23/2019,19V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V676000),"Mercedes-Benz USA, LLC",Rear Spoiler May Detach,STRUCTURE,2019090008,Vehicle,4765,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 E450 4MATIC Wagon, 2017-2018 E400 4MATIC Wagon, and 2018-2019 E63S 4MATIC Wagon vehicles. The rear spoiler may detach.","If the spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and correct the mounting of the spoiler, as necessary, free of charge. The recall began October 18, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. Note: This recall is an expansion of NHTSA recall number 18V-849. MBUSA's number for this recall is 2019090008." -09/23/2019,19V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V674000),Shyft Group,Tire Chain Air Line Pressure Protection/FMVSS 121,"SERVICE BRAKES, AIR",19017,Vehicle,1746,"Spartan Motors USA (Spartan) is recalling certain 2004-2020 Emergency Response Gladiator and Spartan vehicles equipped with a pneumatically-controlled automatic tire chain system. The air pressure control lines may not be pressure-protected. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","Without the control line being pressure-protected, in the event the control line is severed, air may suddenly be lost from the service reservoir system, causing the brakes to apply unexpectedly, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect the routing of the control lines, rerouting them into the auxiliary air reservoir as necessary, free of charge. The recall began October 4, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19017." -09/20/2019,19V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V668000),"Forest River, Inc.",Distribution Panel Wiring Can Cause Fire,ELECTRICAL SYSTEM,17D-1089,Vehicle,53,"Forest River, Inc. (Forest River) is recalling certain 2020 Cherokee trailers, models CKT16BF-D, CKT16BFH-D, CKT16GR-D and CKT16GRH-D. The protective paneling may not have been installed around the distribution panel, allowing the distribution panel wiring to be exposed in a storage compartment, which can lead to damage to the panel and wiring.",Damaged distribution panel wiring can increase the risk of electrical shock or fire.,"Forest River will notify owners, and dealers will install a divider in the storage compartment to ensure the distribution panel wiring is protected, free of charge. The recall began October 9, 2019. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 17D-1089." -09/20/2019,19V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V670000),"Southeast Toyota Distributors, LLC",Improperly Tightened Steering/Suspension Fasteners,STEERING,SET19B,Vehicle,34,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2018-2019 Toyota 4Runner vehicles. During installation, certain steering and suspension components may not have been properly tightened.","Loose fasteners may cause a loss of vehicle control, or cause an accessory to detach from the vehicle and become a road hazard. Either of these scenarios can increase the risk of a crash or injury.","SET will notify owners, and dealers will inspect and re-tighten the steering and suspension fasteners as necessary, free of charge. The recall is expected to begin November 19, 2019. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET19B." -09/20/2019,19V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V675000),Ducati North America,Oil Leak From Airbox Hose,ENGINE,SRV-RCL-19-002,Vehicle,651,"Ducati North America (Ducati) is recalling certain 2014-2018 1199 SL, Panigale R (V2), 1299 SL, and 1299 FE motorcycles. Engine crankcase pressure can push engine oil into the airbox, possibly resulting in oil leaking from the airbox drain hose.","The leaking oil may drip in the path of the rear tire, increasing the risk of a crash.","Ducati will notify owners, and dealers will install a blow-by valve kit, free of charge. The recall began October 29, 2019. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-19-002." -09/20/2019,19V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V669000),"Forest River, Inc.",Pin Box May Contact Junction Box and cause Fire,ELECTRICAL SYSTEM,62-1085,Vehicle,78,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Sabre trailers, models SRF261RK-C, SRF270RL-C and SRF301BH-C. The rotating pin box may come into contact with the 7-way junction box/wiring and cause an electrical short circuit.","An electrical short circuit can increase the risk of a fire or cause unexpected brake failure, which can increase the risk of a crash.","Forest River will notify owners, and dealers will relocate the 7-way and junction box to a location that allows movement when the pin box is pivoting, free of charge. The recall began on October 21, 2019. Owners may contact Forest River customer service at 1-574-642-2100. Forest River's number for this recall is 62-1085." -09/20/2019,19V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V671000),"Heartland Recreational Vehicles, LLC",Upper Bunk Bed may Fall,EQUIPMENT,NR (Not Reported),Vehicle,28,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2020 Milestone recreational trailers. The wood backers for bunk supports were not installed on the slide out bunk end walls during manufacturing, possibly allowing the upper bunk bed to fall.","If the bed falls while someone is on, or under, the bunk, there is an increased risk of an injury.","Heartland dealers will install wood backers to secure the bunk bed, free of charge, all affected vehicles were on dealer lots. The recall began September 20, 2019. Owners may contact Heartland customer service at 1-877-262-8032." -09/20/2019,19V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V672000),Cruiser RV,Upper Bunk Bed may Fall,EQUIPMENT,NR (Not Reported),Vehicle,15,"Cruiser RV (Cruiser) is recalling certain 2020 Southfork recreational trailers. The wood backers for bunk supports were not installed on the slide out bunk end walls during manufacturing, possibly allowing the upper bunk bed to fall.","If the bed falls while someone is on or under the bunk, there is an increased risk of an injury.","Cruiser will notify owners, and dealers will install wood backers to secure the bunk bed, free of charge. The recall began on September 20, 2019. Owners may contact Cruiser customer service at 1-574-206-7920." -09/19/2019,19V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V667000),"General Motors, LLC",Improperly Sealed Seam on Fuel Tank,"FUEL SYSTEM, GASOLINE",N192271870,Vehicle,301,"General Motors LLC (GM) is recalling certain 2019-2020 Chevrolet Equinox all-wheel drive vehicles. The fuel tanks may have been manufactured with an improperly sealed seam, possibly allowing fuel to leak along the seam near the fuel inlet.",A fuel leak in the presence of the ignition source can increase the risk of a fire.,"GM will notify owners, and dealers will replace the fuel tank, free of charge. The recall began October 24, 2019. Owners may contact GM customer service at 1-586-596-1733. GM's number for this recall is N192271870." -09/19/2019,19E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E064000),"General Motors, LLC",Knee Contact Can Turn Ignition Switch Off,ELECTRICAL SYSTEM,N192223230,Equipment,10740,"General Motors LLC (GM) is recalling certain replacement flip-key ignition transmitter assemblies sold as replacement equipment for 2010-2015 Chevrolet Camaro vehicles. GM dealers may have inadvertently sold these assemblies as replacement keys despite them having been recalled under NHTSA recall number 14V-436 (GM number 14294) when they were the original equipment assemblies. The driver may accidentally bump the ignition key with their knee, moving the ignition out of the run position and turning off the engine.","Once the engine is off, the vehicle can lose power steering and power braking, increasing the risk of a crash. The air bags may not deploy in a crash, increasing the risk of injury.","GM will notify owners, and dealers will inspect and, as necessary, replace the key with the flat blade design, free of charge. Interim notices informing owners of the safety risk were mailed November 6, 2019. Owners received a second notice and the recall began February 4, 2020. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is N192223230." -09/18/2019,19V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V665000),"Daimler Vans USA, LLC",Hood may Open While Driving,LATCHES/LOCKS/LINKAGES,VS3HAUBOSS,Vehicle,5626,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz and Freightliner Sprinter vehicles. The screw connection on the upper hood catch may have been improperly tightened. As a result, factors such as the vehicle's speed, wind resistance and road conditions may cause the hood to open while the vehicle is being driven.","A hood that opens while driving can reduce the driver's visibility, increasing the risk of a crash.","DVUSA will notify owners, and dealers will inspect the screw connection, tightening it as necessary, free of charge. The recall began November 1, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3HAUBOSS." -09/18/2019,19V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V666000),"Daimler Vans USA, LLC",Incorrectly Mounted Spring Pins in Head Restraint,SEATS,VS2KOPFSTU,Vehicle,29,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Metris vehicles. The head restraint of the seat or seat back may have been fitted without a spring pin or a spring pin that was improperly mounted.","The incorrectly mounted or missing spring pins can cause the upholstery carrier to come loose from the head restraint housing, which increases the risk of an injury in the event of a crash.","DVUSA will notify owners, and Mercedes-Benz dealers will replace the head restraints, free of charge. DVUSA issued owners an interim notification on November 4, 2019. The recall began April 20, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. D VUSA's number for this recall is VS2KOPFSTU." -09/18/2019,19V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V661000),"4-Star Trailers, Inc.",Insufficient Grease on Bearings may cause Failure,SUSPENSION,NR (Not Reported),Vehicle,4,"4-Star Trailers, Inc. (4-Star Trailers) is recalling certain 2019 4S8D337 and 4S4D258LQ trailers equipped with Dexter axles. The axles may lack the proper amount of grease on the inner and outer bearings in the hubs.","The ungreased axle bearings may result in a wheel locking up, affecting the vehicle handling and increasing the risk of crash.","All owners were notified and the trailers were corrected, free of charge. The recall began January 14, 2020. Owners may contact Dexter customer service at 1-574-295-7888 or 4-Star Trailers customer service at 1-800-848-3095 or 1-405-324-7827." -09/18/2019,19V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V663000),Diesel Modification Center LLC.,Keystock May Become Dislodged from Steering Shaft,STEERING,NR (Not Reported),Vehicle,136,"Diesel Modification Center LLC. (Diesel Modification Center) is recalling certain 2018-2019 Isuzu NQR ,NRR, and NPR vehicles modified to be equipped with dual steering. The keystock may become dislodged from the steering cross shaft and cause unexpected loss of right hand steering.",Unexpected loss of steering increases the risk of a crash.,"Diesel Modification Center will notify owners, and dealers will verify the keystock is in place or replace it, as necessary. In addition, the set screw will be retorqued and a stamp will be drifted in the keyed slot to ensure the keystock stays in the correct position, free of charge. The recall began November 11, 2019. Owners may contact Diesel Modification Center customer service at 1-256-457-1726." -09/18/2019,19V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V664000),"Subaru of America, Inc.",Loose or Missing Brake Pedal Mounting Bracket Bolt,"SERVICE BRAKES, HYDRAULIC",WUL-97,Vehicle,3467,"Subaru of America, Inc. (Subaru) is recalling certain 2020 Outback and Legacy vehicles. The brake pedal mounting bracket may have a missing or insufficiently tightened bolt.","A missing or loose bolt may cause the brake pedal mounting area to deform over time, which can reduce braking performance and increase the risk of a crash.","Subaru will notify owners, and dealers will inspect the brake pedal mounting bracket hardware and replace the hardware or brake pedal assembly, as necessary, free of charge. The recall began October 1, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUL-97." -09/18/2019,19V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V662000),"Altec Industries, Inc.",Trailer Brake Controllers Improperly Grounded,ELECTRICAL SYSTEM,CSN 737,Vehicle,15,Altec Industries Inc. (Altec) is recalling certain 2019 LR7-Series aerial devices. The trailer brake controller may be improperly grounded.,"A trailer brake controller with improper grounding may result in the trailer intermittently braking when needed, increasing risk of a crash.","Altec will notify owners, and direct them to inspect the brake controller for proper grounding, and if applicable, correct any that are improperly grounded. The recall began November 4, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 737." -09/17/2019,19V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V658000),Hyundai Translead,Bulkhead may Detach and Fall from Trailer,STRUCTURE,801440,Vehicle,47,"Hyundai Translead is recalling certain 2017-2018 Duralite HT Flatbed trailers with bulkheads. The brackets on the sill may break away from the flatbed, possibly resulting in the bulkhead detaching from the trailer.","If the bulkhead brackets fail, the bulkhead can fall off of the trailer and become a road hazard, increasing the risk of a crash.","Hyundai Translead will notify owners, and dealers will reinforce the front area of the flatbed, free of charge. The recall began September 24, 2019. Owners may contact Hyundai Translead customer service at 1-800-251-0871. Hyundai Translead's number for this recall is 801440." -09/17/2019,19V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V659000),"Terex South Dakota, Inc.",Incorrect Holding Valve may Allow Boom to Drift,EQUIPMENT,SN675,Vehicle,42,"Terex South Dakota, Inc. (Terex) is recalling certain TLM aerial-device vehicles equipped with external holding valve blocks. The incorrect holding valve was installed on the upper boom cylinder base end. As a result, if the hose for the upper boom raise function should burst while at maximum load and maximum side reach, the boom may drift down.",Uncontrolled movement of the boom can increase the risk of an injury.,"Terex will notify owners, and dealers will replace the base end holding valve on the upper boom lift cylinder, free of charge. The recall began October 25, 2019. Owners may contact Terex customer service at 1-844-837-3948. Terex's number for this recall is SN675." -09/17/2019,19V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V657000),"Transportation Power, Inc.",No Electronic Stability Control System/FMVSS 136,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,12,"Transportation Power, Inc. (TransPower) is recalling certain 2017-2018 electric trucks built on Peterbilt 579 chassis. The vehicles do not have stabilization hardware and software that interacts with the braking system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","Without a Electronic Stability Control system, there is a greater chance of loss of stability control, which increases the risk of a crash.","TransPower will notify owners, and dealers will install an Electronic Stability Control (ESC) system, free of charge. The recall began September 26, 2019. Owners may contact TransPower customer service at 1-858-248-4255." -09/17/2019,19V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V656000),"McNeilus Truck & Manufacturing, Inc.",Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,330,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2013-2018 Bridgemaster Mixer, Standard Mixer, Model 49 Autoreach Side Loader, Model 48 Zero Radius Side Loader, Model 78 Meridian Front Loader, Model 29 Atlantic Front Loader, Model 87 Contender Front Loader, Model 42 Manual Automated Side Loader, Model 16 3.5 yard TG Rear Loader, Model 11 Heavy Duty Rear Loader, Model 66 40.60 Split Body Rear Loader, Model 10 Standard Rear Loader, Model 12 Tailgate Tag Axle Rear Loader, and Model 13 High Compaction Rear Loader vehicles. The vehicles are powered with compressed natural gas (CNG) and are equipped with pressure relief devices (PRD) that may not function as designed, failing to vent a buildup of pressure, such as could occur if the CNG tank was exposed to fire.","If the PRD does not activate in the event of a buildup of pressure, the CNG tank may explode, increasing the risk of fire and injury.","McNeilus will notify owners, and dealers will inspect and replace the PRD's, as necessary, free of charge. The recall began October 30, 2019. Owners may contact McNeilus customer service at 1-888-686-7278." -09/17/2019,19E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E063000),"Contract Manufacturer, LLC",Truck Bed Brackets May Fail,EQUIPMENT,NR (Not Reported),Equipment,449,"Contract Manufacturer, LLC. (Contract Manufacturer) is recalling certain CM truck beds, models 171-ALSK, 171G-ALGS, 173-ALRD and 173G-ALGF. The attachment brackets that connect the aluminum truck bed to its steel sub frame are not the correct thickness, which may cause the brackets to crack.","If the brackets fail, the truck bed may shift or become detached from the sub frame, increasing the risk of a crash.","Contract Manufacturer will notify the purchasers, and their dealers will install supplemental �� brackets to both the chassis of the bed and the deck of the bed, free of charge. The recall began November 15, 2019. Owners may contact Contract Manufacturer at 1-580-795-5536." -09/16/2019,19V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V655000),"Airstream, Inc.",Inverter May Contact Inverter Fuse/Possible Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,409,"Airstream, Inc. (Airstream) is recalling certain 2016-2017 19FT International Serenity, 2016 19FT International Signature, and 19FT Flying Cloud trailers that are 19 feet long. The vertically-mounted inverter may contact the floor-mounted inverter fuse.","If the two components touch, an electrical short may occur, increasing the risk of a fire.","Airstream will notify owners, and dealers will inspect the location of the inverter and inverter fuse. If the inverter and inverter fuse are not mounted on the same surface, the inverter fuse will be relocated, and secured to the same surface as the inverter. In addition, a protective cover will be installed on the inverter fuse bar, free of charge. The recall began November 15, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 extension 7401 or 7411." -09/12/2019,19E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E062000),"Chrysler (FCA US, LLC)",Airbag Modules Did Not Complete Testing,AIR BAGS,VA4,Equipment,26,"Chrysler (FCA US LLC) is recalling certain Mopar replacement passenger air bag modules, part number 68335088AA. The air bag modules did not complete developmental testing.","A passenger air bag module that has not completed developmental testing may not perform as designed when deployed in a vehicle crash, increasing the risk of an injury.","FCA US will notify owners, and dealers will replace the suspect passenger airbag modules with passenger airbag modules that have completed validation testing, free of charge. The recall began September 27, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA's number for this recall is VA4." -09/12/2019,19V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V653000),"BMW of North America, LLC",Improperly Welded Seat Belt Guide Loop Mount,SEAT BELTS,K0R,Vehicle,7,"BMW of North America, LLC (BMW) is recalling certain 2020 Toyota Supra vehicles. The driver's seat belt guide loop mount may have been improperly welded.","In the event of a crash, the mount could become damaged and the seat belt may not properly restrain the driver, increasing their risk of injury.","Owners have been notified, and Toyota dealers will inspect the seat belt guide loop mount. If the mount is defective, the vehicle will be replaced, free of charge. The recall began October 16, 2019. Owners may contact the Toyota Customer Experience Center at 1-888-270-9371. Toyota's number for this recall is K0R." -09/12/2019,19V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V652000),"General Motors, LLC",Lower Control Arm May Separate From Vehicle,SUSPENSION,A192261870,Vehicle,93722,"General Motors LLC (GM) is recalling certain 2015-2018 Chevrolet Trax vehicles. A joint in one or both of the front lower control arms may have been improperly welded. An improperly welded joint may break, resulting in the partial separation of the lower control arm from the vehicle.","A partial separation of the lower-control arm from the vehicle could cause the attached front wheel to toe outward, impacting the vehicle's handling and steering and increasing the risk of crash.","GM will notify owners, and dealers will inspect the left and right front lower-control arms, replacing them as necessary, free of charge. The recall began November 6, 2019. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is A192261870." -09/12/2019,19V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V654000),"Nissan North America, Inc.",No Back-Up Camera Display Image/FMVSS 111,BACK OVER PREVENTION,NR (Not Reported),Vehicle,1228830,"Nissan North America, Inc. (Nissan) is recalling certain 2018-2019 Nissan Altima, Armada, Frontier, Kicks, Leaf, Maxima, Murano, NV, NV200, Pathfinder, Rogue, Rogue Sport, Sentra, Titan, Titan Diesel, Versa Note and Versa Sedan vehicles, as well as Infiniti Q50, Q60, QX30 and QX80 vehicles. Additionally included are 2019 Nissan GT-R and Taxi and Infiniti QX50, QX60, Q70, Q70L vehicles. The back-up camera and display settings can be adjusted such that the rear view image is no longer visible and the system will retain that setting the next time the vehicle is placed in reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rear Visibility.""",The lack of an image in the back-up camera display increases the risk of a crash.,"Nissan will notify owners in phases, having dealers update the back-up camera settings software, free of charge. The recall began November 11, 2019 and all affected VINs should be activated. Owners may contact Nissan customer service at 1-800-867-7669 or INFINITI customer service at 1-800-662-6200." -09/11/2019,19V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V650000),Keystone RV Company,Emergency Exit not Marked,EQUIPMENT,19-360,Vehicle,18,"Keystone RV Company (Keystone) is recalling certain 2020 Cougar 30RKD trailers. The 60""x29"" emergency exit windows over the dinette table in the cabin are missing a red handle and ""EXIT"" label.","If an emergency event occurs, trailer occupants may not be aware of the emergency exit function of the window, increasing the risk of an injury.","Keystone will notify owners, and dealers will replace the existing black exit handles with red handles and add an ""EXIT"" label, free of charge. The recall began October 9, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-360." -09/11/2019,19V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V651000),Ford Motor Company,Front Seat Frames May Have Exposed Sharp Edges,SEATS,19S29,Vehicle,311907,Ford Motor Company (Ford) is recalling certain 2017 Ford Explorer vehicles equipped with power front seats. The seat frames may have sharp edges.,"Occupants my contact the sharp edges when reaching between the power front seat and center console, increasing their risk of injury.","Ford will notify owners, and dealers will install protective tape on the exposed inside edge and tab of the power seat frames, free of charge. The recall began November 8, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S29." -09/10/2019,19V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V649000),E-One Incorporated,Foam Pump System May Overheat and Fail,EQUIPMENT,NR (Not Reported),Vehicle,1,"E-One Incorporated (E-One) is recalling one 2018 Typhoon emergency vehicle equipped with a Hale SmartFoam 6.5 foam pump system with a 12 volt power supply. The foam pump system can overheat and fail, causing fire fighting foam chemical to be unavailable to fight a fire.","If the fire fighting foam chemical injection is unavailable, it can impact the fire fighting and/or vapor mitigation efforts, which increases the risk of injury to bystanders and emergency personnel.","E-One will notify owners, and a Hale dealer will replace the SmartFoam 6.5 12 volt system with SmartFoam 6.5 24 volt system and a voltage converter, free of charge. The recall began October 15, 2019. Owners may contact E-One customer service at 1-352-861-3612 or Hale at 1-800-533-3569." -09/09/2019,19V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V647000),Isuzu Motors Limited,Loss of Electrical Power at Relay,ELECTRICAL SYSTEM,V1905,Vehicle,16766,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2017-2019 N-GAS HD and Chevrolet Low Cab Forward 3500 and 4500 vehicles and 2018-2019 Isuzu FTR and Chevrolet Low Cab Forward 6500XD vehicles. The power supply bolt in the relay box may not have been properly tightened during harness production at the supplier. This may lead to melting of the power wire and/or a loss of electrical power to the vehicle, which can lead to a stall.",A stall can increase the risk of a crash.,"Isuzu will notify owners, and dealers will inspect the relay box power supply bolt, tightening it as necessary. If the harness or relay box is found to be damaged, it will be replaced or repaired, free of charge. The recall began October 24, 2019. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V1905." -09/09/2019,19V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V648000),"Mercedes-Benz USA, LLC",Owner's Manual Missing Information,EQUIPMENT,2019090005,Vehicle,1478,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE 350 4MATIC and GLE 450 4MATIC vehicles. The owner's manuals do not include information regarding the adjustment of the head restraints of the third row seats. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints.""",Improperly adjusted head restraints increase the risk of injury to the third row seat passengers in the event of a crash.,"MBUSA will notify owners, and dealer's will provide a supplementary owner's manual booklet with the necessary information, free of charge. The recall began November 22, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019090005." -09/06/2019,19V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V644000),"General Motors, LLC",Delay In Seatbelt-Unfastened Telltale/FMVSS 208,ELECTRICAL SYSTEM,N192264500,Vehicle,91399,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Express and GMC Savana vehicles. The seatbelt-unfastened warning light will not illuminate for approximately five seconds after the ignition is moved to the ""on"" or ""start"" position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without the seatbelt warning reminder, the driver may forget to fasten the seatbelt, increasing the risk of injury in the event of a crash.","GM will notify owners, and dealers will reprogram the instrument panel cluster, free of charge. The recall began October 3, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438 or GMC customer service at 1-800-462-8782. GM's number for this recall is N192264500." -09/06/2019,19V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V642000),"General Motors, LLC",ECM May Disable Fuel Injectors,ELECTRICAL SYSTEM,N192221960,Vehicle,177282,General Motors LLC (GM) is recalling certain 2018 Chevrolet Malibu vehicles equipped with 1.5L turbo engines. An error in the Engine Control Module (ECM) software may result in the fuel injectors being disabled.,"Disabled fuel injectors would prevent the engine from starting and may cause a stall, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the ECM software, free of charge. The recall began October 16, 2019. Owners may contact GM customer service at 1-800-630-2438. GM's number for this recall is N192221960." -09/06/2019,19V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V646000),Temsa,Inadequate Emergency Exit Instruction Labels/FMVSS,EQUIPMENT,NR (Not Reported),Vehicle,557,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling 2013-2020 certain TS35C, TS35E and TS45 buses. The instruction label of the emergency exit windows may be inadequate to clearly describe how to open the push out windows quickly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""",Delays in opening emergency exits can increase the risk of an injury in the event of an emergency.,"Temsa will notify owners, and dealers will inspect and replace the labels, as necessary, free of charge. The recall began October 16, 2019. Owners may contact Temsa customer service at 1-407-271-8935." -09/06/2019,19E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E060000),"Tap Worldwide, LLC",Lug Nuts may not Secure Wheel,WHEELS,NR (Not Reported),Equipment,840,"TAP Worldwide, LLC (TAP) is recalling certain Pro Comp Extended Thread (ET-Style) Lug Nuts, part numbers PXA16148 (chrome), PXA16148B (black) and PXA16148OET (short). The lug nuts may not be the correct size due to being incorrectly labeled. As a result, the lug nuts may not be able to be properly tightened, possibly causing lug stud failure.","Lug stud failure can lead to a sudden reduction in vehicle handling, increasing the risk of a crash.","TAP Worldwide will notify owners, and replace the defective thread lug nuts with smaller diameter lug nuts, free of charge. The recall began on December 9, 2019. Owners may contact TAP customer service at 1-888-376-1417." -09/06/2019,19V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V643000),"General Motors, LLC",Right-Hand Frame Rail May Be Cracked,STRUCTURE,N192268310,Vehicle,3420,General Motors LLC (GM) is recalling certain 2020 Buick Enclave and Chevrolet Traverse vehicles. The right-hand frame rail in the engine compartment may be cracked.,"A crack in the frame rail may reduce crash performance, increasing the risk of an injury.","GM will notify owners, and dealers will inspect and, as necessary, replace the vehicle, free of charge. The recall began October 4, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438 or Buick customer service at 1-800-521-7300. GM's number for this recall is N192268310." -09/06/2019,19V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V645000),"General Motors, LLC",Vacuum Pump May Decrease Power Brake Assist,"SERVICE BRAKES, HYDRAULIC",N192268490,Vehicle,3456719,"General Motors LLC (GM) is recalling certain 2015-2017 Cadillac Escalade, 2014-2018 Chevrolet Silverado, GMC Sierra, 2015-2018 Chevrolet Suburban, Tahoe, GMC Yukon vehicles. The amount of vacuum created by the vacuum pump may decrease over time.","As the vacuum level drops, the brake assist decreases, increasing braking effort, extending the distance required to stop the vehicle, thereby increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the Electronic Brake Control Module, free of charge. The recall began October 8, 2019. Owners may contact Chevrolet customer service at 1-800-630-2438, Cadillac customer service at 1-800-458-8006 or GMC customer service at 1-800-462-8782. GM's number for this recall is N192268490." -08/30/2019,19C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19C001000),ForB dba WAYB,Headrest May Break or Separate From Car Seat,CHILD SEAT,NR (Not Reported),Child Seat,6426,"ForB dba WAYB (WAYB) is recalling certain WAYB Pico child seats manufactured between February 1, 2019 and August 23, 2019. The headrest's aluminum tubular frame can break allowing the headrest to detach.",A broken or separated headrest increases the risk of injury during a crash.,"The manufacturer is still developing a plan to replace the headrests on the affected seats, free of charge. The recall began November 12, 2019. Owners may contact WAYB customer service at help@wayb.com or 1-888-924-9292." -08/30/2019,19V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V640000),Lion Electric Company,Loose Contacts for Brake Pump Power Connector,ELECTRICAL SYSTEM,QA20190050,Vehicle,9,Lion Electric Company (Lion) is recalling certain 2018 Lion C electric school buses. The electrical contacts for power connector of the auxiliary brake pump may not be adequately secured.,"Loose connectors in the auxiliary pump may result in a loss of braking ability should the main hydraulic pump unexpectedly fail, increasing the risk of a crash.","Lion will notify the affected owners and Lion representatives will visit the owners and correct the connectors, free of charge. The recall began May 16, 2019. Owners may contact Lion customer service at 1-855-546-6706. Lion's number for this recall is QA20190050." -08/30/2019,19V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V639000),"Forest River, Inc.",Upper Bunk May Collapse,EQUIPMENT,205-1079,Vehicle,41,"Forest River, Inc. (Forest River) is recalling certain 2020 Catalina Travel Trailers. The fasteners securing the upper sleeping bunks may be too short, which can allow the bunk to fall.",If the upper bunk collapses with an occupant in the top or bottom bunk it can increase risk of an injury.,"Forest River will notify owners, and dealers will replace the fasteners to secure the bunk, free of charge. The recall began October 10, 2019. Owners may contact Forest River customer service at 1-574-825-8657. Forest River's number for this recall is 205-1079." -08/29/2019,19V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V635000),"Chrysler (FCA US, LLC)",Front Brakes May Drag,"SERVICE BRAKES, HYDRAULIC",V98,Vehicle,5495,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 2500, 3500 and 3500 Cab Chassis trucks. The brake calipers may have been manufactured with an incorrect assembly fluid, which can cause the caliper's rubber seals to swell.","The swollen seals can cause the brakes to drag, potentially overheating the brakes and increasing the risk of a crash.","FCA US will notify owners, and dealers will replace the front brake calipers and brake hoses and bleed the brakes, free of charge. The recall began October 24, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA US' number for this recall is V98." -08/29/2019,19V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V636000),"Chrysler (FCA US, LLC)",Rear Driveshaft Missing Grease in Monoblock Joint,POWER TRAIN,V95,Vehicle,3733,Chrysler (FCA US LLC) is recalling certain 2020 Jeep Gladiator vehicles. The rear driveshafts may have been incorrectly assembled without grease in the monoblock joint.,"A joint without grease may overheat and seize, possibly causing the driveshaft to fracture, resulting in a sudden loss of drive power. If the driveshaft completely separates from the vehicle it may become a road hazard. Either of these scenarios can increase the risk of a crash.","FCA US will notify owners, and dealers will replace the driveshaft, free of charge. The recall began October 10, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA US number for this recall is V95." -08/29/2019,19V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V632000),Ford Motor Company,Steering Gear Motor May Detach,STEERING,19S26,Vehicle,116160,"Ford Motor Company (Ford) is recalling certain 2013-2016 Ford Fusion and Lincoln MKZ, 2015-2016 Ford Edge, and 2016 Lincoln MKX vehicles originally sold, or currently registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, and Wisconsin. Road salt or other contaminants may corrode the electric power steering gear motor attachment bolts.","If the bolts corrode, the steering gear motor may detach from the gear housing resulting in a loss of power steering assist, requiring a greater steering effort, especially at lower speeds, and increasing the risk of a crash.","Ford will notify owners, and dealers will replace the steering gear motor bolts and apply a wax sealer. If any of the steering gear motor attachment bolts are broken or missing, a new steering gear will be installed in the vehicle. These repairs will be performed free of charge. The recall began October 18, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S26." -08/29/2019,19V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V637000),"Chrysler (FCA US, LLC)",Steering Rack Gear May Fail,STEERING,V99,Vehicle,5294,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Jeep Cherokee vehicles. The steering rack gear may break, possibly causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the steering gear, free of charge. The recall began October 24, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V99." -08/29/2019,19V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V638000),Indian Motorcycle Company,Tail Lights may be too Bright/FMVSS 108,EXTERIOR LIGHTING,I-19-04,Vehicle,3594,"Indian Motorcycle Company (Indian) is recalling certain 2019 Chieftain motorcycles. The tail lights may be too bright, exceeding the maximum light output allowed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to increased brightness, other drivers may have difficulties discerning the brake light from the tail light, and thus may be unaware that the motorcycle is braking, thereby increasing the risk of a crash.","Indian will notify owners, and dealers will update the engine control module software to correct the rear tail light's intensity, free of charge. The recall began September 18, 2019. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-19-04." -08/28/2019,19V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V634000),"BMW of North America, LLC",Crash Pads Missing from Rear Side Trim Panels,STRUCTURE,NR (Not Reported),Vehicle,683,"BMW of North America, LLC (BMW) is recalling certain 2020 MINI Hardtop 2-Door Cooper, Cooper S, and JCW vehicles. The rear side trim panels may have been assembled without a crash pad. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","Without a crash pad, rear seat passengers would have an increased risk of injury in the event of a side impact crash.","MINI will notify owners, and MINI dealers will install crash pads, free of charge. The recall began October 11, 2019. Owners may contact MINI customer service at 1-866-825-1525." -08/28/2019,19V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V630000),Pierce Manufacturing,Front Axle Insufficiently Lubricated,SUSPENSION,NR (Not Reported),Vehicle,1,"Pierce Manufacturing (Pierce) is recalling one 2019 Pierce Tanker vehicle built on a Daimler/Freightliner chassis equipped with a front Meritor MX 120EVO axle. The axle may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","Pierce will notify the owner, and a dealer will inspect and replace the wheel end components, as necessary, free of charge. The recall began February 27, 2020. Owners may contact Pierce customer service at 1-888-974-3723." -08/28/2019,19V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V629000),Ford Motor Company,Front Brake may Drag,"SERVICE BRAKES, HYDRAULIC",19S27,Vehicle,2624,"Ford Motor Company (Ford) is recalling certain 2019 Fiesta vehicles. The brake calipers may have been manufactured with the incorrect assembly fluid, which can cause the caliper's rubber seals to swell.","The swollen seals can cause the brakes to drag, potentially overheating the brakes and increasing the risk of a crash.","Ford will notify owners, and dealers will flush the brake fluid and replace the front brake calipers and brake hoses, free of charge. The recall began October 10, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S27." -08/28/2019,19V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V627000),Toyota Motor Engineering & Manufacturing,Front Passenger Air Bag May Not Properly Inflate,AIR BAGS,K1Q / K0Q,Vehicle,229460,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2003-2008 Corolla, 2005-2008 Corolla Matrix, and Pontiac Vibe vehicles equipped with a front passenger air bag assembly replaced under a prior recall. The air bag may not unfold as designed during inflation under high temperature conditions, possibly resulting in the air bag not inflating properly.",An improperly inflated air bag increases the risk of injury during a crash.,"Toyota will notify their owners. Pontiac Vibe owners will be notified by GM. Dealers will replace the front passenger air bag assembly or sub-assembly, free of charge. Toyota owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are K1Q and K0Q. Pontiac owners may contact GM customer service at 1-800-762-2737. GM's number for this recall is N192273760." -08/28/2019,19V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V628000),"Jayco, Inc.",Incorrect Bolt Lengths for Rotating Pin Box,TRAILER HITCHES,9901435,Vehicle,870,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Eagle HT fifth wheel trailers equipped with MORyde Orbital or You Turn Rubber Pin Box Wedge Kits. The pin boxes may have been equipped with bolts 1-3/4"" in length when they should be equipped with 2"" long bolts.","When the pin box is unlocked, the incorrect length bolts may allow the rotating pin box to rotate in two places, increasing the risk of a crash.","Jayco will notify owners, and dealers will inspect the bolts and replace them as necessary, free of charge. The recall began on September 18, 2019. Owners may contact MORyde customer service at 1-574-293-1581 or Jayco at 1-800-283-8267. Jayco's number for this recall is 9901435." -08/28/2019,19V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V626000),Entegra Coach,Loose Power Steering Mounting Bolts,STEERING,9901434,Vehicle,101,"Entegra Coach (Entegra) is recalling certain 2019-2020 Insignia, Anthem, Aspire, Cornerstone, Reatta, and Reatta XL motorhomes. The upper and lower steering shaft bolts may have been insufficiently tightened, allowing the steering column shaft to come loose.","A loose steering column shaft may cause a loss of steering control, increasing the risk of a crash.","Entegra will notify owners, and dealers will inspect and tighten the upper and lower steering shaft bolts, as necessary, free of charge. The recall began September 23, 2019. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9901434." -08/28/2019,19V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V633000),Ford Motor Company,Reduced Seat Back Strength/FMVSS 202 & 207,SEATS,19C07,Vehicle,639137,"Ford Motor Company (Ford) is recalling certain 2018-2020 F-150 and 2019-2020 F-250, F-350, F-450, and F-550 Super Duty pickup trucks, and 2018-2019 Ford Explorer, 2019-2020 Expedition, and 2020 Escape vehicles equipped with driver and/or passenger's manual front seat back recliner mechanisms. Also included are certain 2020 Ford Explorer and Lincoln Aviator vehicles equipped with rear outboard seats and manual seat back recliner mechanisms. The recliner mechanisms may be missing the third pawl required for seat back strength, resulting in a loose seat back. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 202, ""Head Restraints"" and 207, ""Seating Systems.""","A seat back with an improperly assembled recliner mechanism may have reduced strength and may not adequately restrain an occupant in a crash, increasing the risk of injury.","Ford will notify owners, and Ford and Lincoln dealers will inspect the seat structure and replace them, as necessary, free of charge. The recall began October 21, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19C07." -08/28/2019,19V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V631000),"BMW of North America, LLC",Steering Rack May Fail,STEERING,NR (Not Reported),Vehicle,12,"BMW of North America, LLC (BMW) is recalling certain 2020 X5 sDrive40i, X5 xDrive40i, X5 M50i, X7 xDrive40i and X7 M50i vehicles. The steering rack pinion teeth may break under load, resulting in a loss of steering control.",A loss of steering control increases risk of a crash.,"BMW will notify owners, and dealers will replace the steering rack, free of charge. The recall began August 21, 2019. Owners may contact BMW customer service at 1-800-525-7417." -08/28/2019,19E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E058000),"ZF North America, Inc.",Steering Rod May Detach from Wheel Knuckle,STEERING,NR (Not Reported),Equipment,614,ZF Group North America Operations (ZF) is recalling certain Lemf�rder Steering Center Rods sold as aftermarket parts for 1996-2004 BMW 5-Series (E39) vehicles. The steering center rods may have an insufficient ball pin pull force that may allow the rods to detach from the steering knuckle.,"If the steering rod detaches from the steerable wheel knuckle, it can cause sudden loss of steering control, increasing the risk of a crash.","ZF has notified the parts distributors, instructing them to inform the end customer. ZF will reimburse them for the affected parts. The recall began August 28, 2019." -08/28/2019,19V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V625000),"Jayco, Inc.",Steering Shaft Bolts may be Improperly Tightened,STEERING,9901434,Vehicle,14,"Jayco, Inc. (Jayco) is recalling certain 2019 Embark motorhomes. The upper and lower steering shaft bolts may have been insufficiently tightened, allowing the steering column shaft to come loose.","A loose steering column shaft may cause a loss of steering control, increasing the risk of a crash.","Jayco will notify owners, and dealers will inspect and tighten the upper and lower steering shaft bolts, if necessary, free of charge. The recall began September 23, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901434." -08/27/2019,19E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E059000),"Chrysler (FCA US, LLC)",Bed Step may cause Fuel Leak after Crash,"FUEL SYSTEM, GASOLINE",V93,Equipment,648,"Chrysler (FCA US LLC) is recalling certain Mopar Rear Step Kits, part number 82215289AB, designed for model year 2019 Ram 1500 trucks. In the event of a rear impact crash, the rear step kit may cause the rear control arms to contact the fuel tank.","Contact with the fuel tank may cause a fuel leak, increasing the risk of a fire.","Chrysler will notify owners, and dealers will replace the bed step, free of charge. The recall began September 26, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V93." -08/26/2019,19V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V623000),Lance Camper Manufacturing. Corp.,Battery Power Wire May Contact Hot Burner Box,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,151,Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2018-2019 Lance Camper 855S trailers. The 12 volt battery power and/or ground wire may contact the hot burner box of the refrigerator.,"The insulation on the wire can melt causing the wire to short out on the refrigerator burner box, increasing the risk of a fire.","Lance Camper will notify owners, and dealers will install a clamp to secure the wire, free of charge. The recall began December 23, 2019. Owners may contact Lance Camper customer service at 1-661-949-3322." -08/26/2019,19V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V622000),"Autocar, LLC",Loose Power Steering Mounting Bolts,STEERING,ACX-1907,Vehicle,33,"Autocar, LLC (Autocar) is recalling certain 2019-2020 Xpeditor vehicles. The power steering mounting bolts may loosen, possibly causing the power steering pump to disconnect.","A disconnected power steering pump can cause a sudden increase of steering effort resulting in a loss of vehicle control, increasing the risk of a crash.","Autocar will notify owners, and dealers will properly secure the power steering mounting bolts, free of charge. The recall began October 17, 2019. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1907." -08/26/2019,19V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V621000),Braxton Creek RV,Missing LP/CO Detectors,EQUIPMENT,NR (Not Reported),Vehicle,55,Braxton Creek RV (Braxton Creek) is recalling certain 2020 Bushwhacker trailers. The trailers may be missing the liquid propane (LP)/carbon monoxide (CO) detectors.,"Without the LP/CO detector, occupants may not be alerted to high levels of carbon monoxide, increasing the risk of injury or death.","Braxton Creek will notify owners, and dealers will provide a plug-in 120 volt LP/CO detector, free of charge. The recall began August 26, 2019. Owners may contact Braxton Creek customer service at 1-260-768-7932." -08/26/2019,19E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E057000),Stanley Industries & Automotive LLC,Tire Pressure Gauge May Read Low,EQUIPMENT,NR (Not Reported),Equipment,66132,"Stanley Assembly Technologies (SAT) is recalling certain MAC Tools DTG1000C, DTG1000, DTG1000B, DTG1000A, and DTG1014 tire pressure gauges sold exclusively though MAC independent dealers. The gauge may display a lower than actual pressure when the battery voltage is low.","If the user relies on the inaccurate pressure and continues to inflate the tire, the tire may burst due over-pressure, increasing the risk of an injury.","Signs will be posted in MAC trucks, and users will be compensated for each returned gauge. The recall began on October 14, 2019. Owners may contact SAT customer service at 1-614-876-3809." -08/23/2019,19T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T006000),Cooper Tire & Rubber Co.,Tire Sidewall May Fail,TIRES,173,Tire,4045,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain Roadmaster RM852 EM tires, size 295/75R22.5, with DOT date codes 4618 through 4818. The innerliner gauge may be too thin, allowing the tire sidewall to fail.","A sidewall failure may cause the tire to rapidly deflate, increasing the risk of a crash.","Cooper Tire has notified owners, and dealers will inspect and, if necessary, replace the tires, free of charge. The recall began August 30, 2019. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 173." -08/22/2019,19V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V619000),"LGS Industries, Inc.",Axle Hanger Brackets May Fail,SUSPENSION,NR (Not Reported),Vehicle,170,"LGS Industries Inc. (LGS) is recalling certain 2017-2020 Look, Pace, And Cargo Express trailers. The axle hanger bracket may fail, possibly resulting in the axle shifting.","A bracket failures could affect the vehicle's stability, increasing the risk of a crash.","LGS will notify owners, and dealers will weld gussets on both ends of the hanger bracket to provide reinforcement, if necessary, free of charge. The recall began October 3, 2019. Owners may contact LGS customer service at 1-877-475-5665." -08/22/2019,19E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E056000),"ZF North America, Inc.",Brake Calipers May Drag,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,6377,"ZF Group North America, Inc. (ZF) is recalling certain Brake calipers. The brake calipers may have been manufactured with the incorrect assembly fluid, which can cause the seals to swell and the brakes to drag.","Brake drag may result in overheating of the brake pads, affecting the braking ability and increasing the risk of a crash.","ZF has notified the affected vehicle manufacturers, and those manufacturers will conduct recalls to remedy the vehicles, free of charge." -08/22/2019,19V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V615000),"Volkswagen Group of America, Inc.",Key May Be Removed When Not In Park,ELECTRICAL SYSTEM,37M2,Vehicle,679027,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015-2019 GTI, 2015-2016 and 2018-2019 Golf, 2012-2019 Beetle and Beetle Convertible, 2017-2019 Golf SportWagen and 2011-2018 Jetta vehicles equipped with an automatic transmission, manual handbrake and keyless entry. A build-up of silicate on the shift lever micro switch contacts may enable the key to be removed from the ignition when the transmission shift lever is not in ""Park.""","Removing the key while the shift lever is in a position other than ""Park"" increases the risk of an unintended vehicle rollaway that may result in personal injury or a crash.","Volkswagen will notify owners, and dealers will install an additional switch and circuit board, free of charge. The recall began November 19, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 37M2." -08/22/2019,19V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V620000),"Daimler Trucks North America, LLC",Missing Backup Cameras/FMVSS 111,BACK OVER PREVENTION,FL-825,Vehicle,11,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built Minotour school buses. The school buses may be missing backup cameras. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""",The lack of rear visibility increases the risk of a crash.,"DTNA will notify owners, and dealers will add a backup camera system, free of charge. DTNA issued owners an interim notification date on October 11, 2019. The recall began December 23, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-825." -08/22/2019,19V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V618000),PACCAR Incorporated,Weld May Crack in Steering Shaft/Loss of Steering,STEERING,19PBD,Vehicle,109,PACCAR Incorporated (PACCAR) is recalling certain 2019-2020 Peterbilt 337 and 348 vehicles. An incorrectly located weld in the steering shaft may crack and cause the lower shaft within the steering column to separate from the mating yoke.,"If the steering column separates from the mating yoke, loss of steering control can occur, increasing the risk of a crash.","PACCAR has notified owners, and dealers will inspect and replace the steering column, if necessary, free of charge. The recall began August 30, 2019. Owners may contact PACCAR customer service at 1-940-591-422. PACCAR's number for this recall is 19PBD." -08/21/2019,19V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V616000),"Mack Trucks, Inc.",Axles May Fracture/Loss of Vehicle Control,SUSPENSION,SC0419,Vehicle,8,"Mack Trucks, Inc. (Mack) is recalling certain 2015 Pinnacle (CXU) vehicles equipped with Meritor FF967 Non Drive Front Steer Axles. The axles missed the heat treating operation during manufacturing, reducing their strength and possibly causing the axle beams to fracture.","Fracture of the axle beam can cause a loss of vehicle control, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect and replace the axles as necessary, free of charge. The recall began September 27, 2019. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0419." -08/21/2019,19V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V617000),Volvo Trucks North America,Axles May Fracture/Loss of Vehicle Control,SUSPENSION,RVXX1905,Vehicle,20,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2015 VNL vehicles equipped with Meritor FF967 Non-Drive Front Steer axles. The axles missed the heat treating operation during manufacturing, reducing their strength and possibly causing the axle beams to fracture.","Fracture of the axle beam can cause a loss of vehicle control, increasing the risk of a crash.","Volvo Trucks will notify the affected vehicle owners, and dealers will inspect and replace the axles as necessary, free of charge. The recall began September 27, 2019. Owners may contact Meritor customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX1905." -08/21/2019,19V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V612000),"BMW of North America, LLC",Brake Lights may be Dim/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,403,"BMW of North America, LLC (BMW) is recalling certain 2019 Rolls-Royce Cullinan vehicles. The brake lights may not be bright enough. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without a sufficient level of brightness from the brake lights, the vehicle may have reduced visibility to other drivers when braking, increasing the risk of a crash.","Rolls-Royce Motor Cars will notify owners, and Rolls-Royce Motor Car dealers will update the brake light software, free of charge. The recall began October 22, 2019. Owners may contact Rolls-Royce Motor Cars Customer Relations and Services at 1-866-230-4956 or at customer.relations@rolls-roycemotorcarsna.com." -08/21/2019,19V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V613000),McLaren Automotive Incorporated,Engine Harness May Chafe and Cause Engine Stall,ELECTRICAL SYSTEM,04S,Vehicle,129,"McLaren Automotive Incorporated (McLaren) is recalling certain 2018-2019 Senna vehicles. The engine harness may contact a metal link pipe heat shield, chafing the harness over time, potentially damaging the wires.","Damaged wires may cause a sudden reduction in engine power or an engine stall, increasing the risk of a crash.","McLaren will notify owners, and dealers will reroute the engine harness, free of charge. The recall began October 18, 2019. Owners may contact McLaren's Client Services department at (855) 202-8815 or clientservicesna@mclaren.com." -08/21/2019,19V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V614000),"Volkswagen Group of America, Inc.",Fuel Tank may Leak from Incorrect Weld,"FUEL SYSTEM, GASOLINE",20BU,Vehicle,6,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Atlas vehicles. The suction jet in the fuel tank may have been welded in the incorrect position allowing fuel to leak. Additionally, the vehicle may stall due to uneven fuel distribution.",A fuel leak in the presence of an ignition source increases the risk of a fire. An engine stall can increase the risk of a crash.,"Volkswagen will notify owners, and dealers will replace the fuel tank, free of charge. The recall began August 30, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20BU." -08/21/2019,19V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V611000),Keystone RV Company,Missing Warning Label,EQUIPMENT,19-359,Vehicle,67,Keystone RV Company (Keystone) is recalling certain 2019-2020 Hideout 25TH toy haulers. The trailers may be missing the Special Transportation Provision warning label in the garage area.,"If the warning label is missing, occupants may not be cautioned that vehicles and equipment powered by internal combustion engines placed in recreational vehicles can cause carbon monoxide poisoning or asphyxiation, which could result in death or serious injury. The flammable liquids used to power these items can cause a fire or explosion, which can result in death or serious injury.","Keystone will notify owners, and dealers will provide the Special Transportation Provision warning labels, free of charge. The recall began on September 3, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-359." -08/20/2019,19V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V610000),Newmar Corporation,Bedroom Fascia Header May Unexpectedly Fall,EQUIPMENT,NR (Not Reported),Vehicle,376,"Newmar Corporation (Newmar) is recalling certain 2018-2020 Mountain Aire, Essex, and King Aire motorhomes. The bedroom fascia header may fall unexpectedly onto the bed.","If the fascia header falls while there is an occupant in the bed, it can increase the risk of an injury.","Newmar will notify owners, and dealers will add screws and brackets to properly secure the fascia header, free of charge. The recall began September 17, 2019. Owners may contact Newmar customer service at 1-800-731-8300." -08/20/2019,19E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E055000),Hale Products Inc,Foam Pump System May Overheat and Fail,EQUIPMENT,SB-175,Equipment,43,"Hale Products Inc. (Hale) is recalling certain SmartFoam 6.5-12 foam pump systems with a 12 volt power supply. The foam pump system can overheat and fail, causing fire fighting foam chemical to be unavailable to fight a fire.","If the fire fighting foam chemical injection is unavailable, it can impact the fire fighting and/or vapor mitigation efforts, which increases the risk of injury to bystanders and emergency personnel.","Hale will notify the fire truck manufacturers that purchased the equipment, and dealers for those companies will replace the SmartFoam 6.5 12 volt systems with SmartFoam 6.5 24 volt systems and a voltage converter, free of charge. The recall began September 11, 2019. Final remedy letter was sent November 11, 2019. Owners may contact Hale customer service at 1-800-533-3569. Hale's number for this recall is SB-175." -08/20/2019,19V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V609000),Thor Motor Coach,Loose Battery Cables May Cause Fire,ELECTRICAL SYSTEM,RC000172,Vehicle,1941,"Thor Motor Coach (TMC) is recalling certain 2020 Chateau, Daybreak, Four Winds, Freedom Elite, Majestic, Outlaw and Quantum motorhomes. The battery cables may loosen on the battery isolation manager (BIM) or battery isolation relay (BIR), causing premature BIN/BIR failure or electrical arcing.","The loose connection can causing arcing, increasing the risk of a fire.","TMC will notify owners, and dealers will install lock washers to properly secure the battery cable to the BIM/BIR. If the cable was loose, dealers will also replace the BIM/BIR, free of charge. The recall began October 10, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000172." -08/19/2019,19V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V608000),"Halcore Group, Inc.",Air Bags may not Properly Inflate,AIR BAGS,NR (Not Reported),Vehicle,80,"Halcore Group, Inc. (Halcore) is recalling certain 2018-2020 Horton Type I and Type III Emergency vehicles. Due to improper manufacturing, the cushion of the Inflatable Head Cushion (IHC) and Knee Air Bag (KAB) may detach during a deployment event and not inflate.","In the event of a crash, if the cushions do not inflate properly, they may not provide the intended protection to the occupant, increasing the risk of injury.","Halcore will notify owners and dealers will install replacement air bags when they become available, free of charge. Halcore issued owners an interim notification on September 6, 2019. The recall began September 20, 2019. Owners may contact Halcore customer service at 1-800-447-0343." -08/19/2019,19V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V607000),"Manac, Inc.",Cargo Securing Twistlock May Unlock,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,44,"MANAC, Inc. (MANAC) is recalling certain 2011-2020 Flatbed trailers. The Buffers USA Twistlock configuration may unintentionally rotate to the unlock position, potentially allowing the container that the trailer is transporting to become unstable or detach from the trailer.",A container that is not securely attached to the trailer can increasing the risk of a crash.,"Manac will notify owners and will provide a secondary locking mechanism to secure the twistlock configuration, free of charge. The recall began October 31, 2019. Owners may contact Manac customer service at 1-800-361-7900." -08/16/2019,19V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V605000),"Mercedes-Benz USA, LLC",Coolant Pump Electrical Line May Chafe,ELECTRICAL SYSTEM,2019090019,Vehicle,3264,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 CLS 450 Coupe and CLS 450 Coupe 4MATIC vehicles equipped with 6-cylinder gasoline engines. The electrical line that supplies power to the engine coolant pump may contact the engine fan and chafe, possibly causing a malfunction of the coolant pump or a deactivation of the 48V on-board electrical system.","A malfunctioning engine coolant pump can increase coolant temperatures, possibly leading to an engine stall. Deactivation of the 48V on-board electrical system can cause the vehicle to not restart after using the ECO start/stop function or ""Glide"" mode. Either of these scenarios can increase the risk of a crash.","MBUSA will notify owners, and dealers will inspect the coolant pump electrical line for damage, repairing it and rerouting it as necessary, free of charge. The recall began November 1, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019090019." -08/16/2019,19V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V606000),PACCAR Incorporated,Loose Compression Fittings on Brake Treadle Valves,"SERVICE BRAKES, AIR",19KWD,Vehicle,139,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Kenworth T270 and T370 vehicles. The brake treadle valves may have loose compression fittings, which can cause the air supply hose to separate from the valve.","A separated hose may cause reduced braking ability, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the brake treadle valve hose connections for loose compression fittings, tightening them as necessary, free of charge. The recall began September 30, 2019. Owners may contact Kenworth customer service at 1-425-828-5888. PACCAR's number for this recall is 19KWD." -08/16/2019,19V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V604000),"Forest River, Inc.",Storage Rack Beams may Fail,EQUIPMENT,29-1074,Vehicle,51,"Forest River, Inc. (Forest River) is recalling certain 2019 Rockport box vans and service bodies, equipped with Uline Bulk Storage racks. Due to improper welding, the bulk storage beams may fail when loaded.","If the beams fail, components may fall off and strike occupants, increasing risk the risk of an injury.","Forest River will notify owners, and dealers will install replacement beams that were correctly welded, free of charge. The recall is expected to begin August 29, 2019. Owners may contact Forest River customer service at 1-574-522-7599 or Uline customer service at 1-800-295-5510 or email at customerservice@uline.com. Forest River's number for this recall is 29-1074." -08/15/2019,19V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V603000),"Jaguar Land Rover North America, LLC",Back-Up Camera May Not Display Image,BACK OVER PREVENTION,N367,Vehicle,14277,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2018 Range Rover and Range Rover Sport vehicles equipped with Continental Surround Camera Systems. The back-up camera system may fail to display the rearview image when the vehicle is in reverse.","Failure to display the rearview image will reduce the driver's visibility, increasing the risk of a crash.","Land Rover will notify owners, and dealers will reprogram the infotainment system software, free of charge. The recall began October 2, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N367." -08/15/2019,19E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E054000),"Capco USA, Inc.",Outer Tie Rods may Fail,STEERING,NR (Not Reported),Equipment,4530,Capco USA inc. (Capco) is recalling certain CTR Outer Tie Rods sold for aftermarket installation. The taper on the ball studs may affect the durability of the outer tie rods.,"If the tie rods fail due to not being durable, control of the vehicle may be affected, increasing the risk of a crash.","Capco will notify the affected distributors, and will provide replacement outer tie rods to the retail customers, free of charge. The recall began on October 3, 2019. Owners may contact Capco customer service at 1-248-994-0815." -08/15/2019,19V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V602000),"Altec Industries, Inc.",Recovery Winch Valve Exceeds Pressure Rating,EQUIPMENT,CSN 734,Vehicle,23,"Altec Industries Inc. (Altec) is recalling certain 2012-2019 Altec AM60E, AA55E, AH75/85/100, AH125, and AH150 Aerial Devices. The recovery winch valve may allow the winch to lift more than it is rated for.","If the recovery winch attempts to lift more than it is rated for, it can increase the risk of an injury or death.","Altec will notify owners, and instruct owners to inspect the winch pressures and install an external pressure relief valve, if necessary, free of charge. The recall began October 7, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 734." -08/14/2019,19V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V593000),"BMW of North America, LLC",Brake Calipers May Corrode,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5938,"BMW of North America, LLC (BMW) is recalling certain 2019 C 400 X, 2018-2020 G 310 GS, and 2017-2020 G 310 R scooters and motorcycles. The front and rear brake caliper pistons may corrode, possibly causing the piston to stick or drag in the caliper bore.","A sticking or dragging brake could affect braking performance, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the front and rear brake calipers, free of charge. The recall began March 13, 2020. Owners may contact BMW customer service at 1-800-525-7417." -08/14/2019,19V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V599000),"BMW of North America, LLC",High-Voltage Electrical Power May Shut Down,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,139,"BMW of North America, LLC (BMW) is recalling certain 2019 i3 BEV, i3 REx, and i8 vehicles. A circuit board problem within the Electric Motor Electronics (EME) module may shutdown the supply of high-voltage electrical power.","A shut down of high-voltage electrical power would result in a loss of propulsion, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the EME module, free of charge. The recall began October 11, 2019. Owners may contact BMW customer service at 1-800-525-7417." -08/14/2019,19V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V596000),Keystone RV Company,Incorrect Bolt Lengths in Wedge Kits,TRAILER HITCHES,19-358,Vehicle,9,"Keystone RV Company (Keystone) is recalling certain 2020 Crossroads Cruiser 29SI, 27MK, 28RD, 24RL, and 29RK fifth-wheel trailers equipped with Morryde Rotating Pin Boxes. These pin boxes may be attached with bolts that are too short.","In certain conditions, the incorrect bolts could allow the pin box to rotate in two places rather than one, increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect and replace the bolts, as necessary, free of charge. The recall began on October 2, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-358." -08/14/2019,19V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V598000),E-One Incorporated,Loss of Hydraulic Steering Assist,SUSPENSION,NR (Not Reported),Vehicle,57,"E-One Incorporated (E-One) is recalling certain 2014-2019 Cyclone II, 2013-2014 and 2016-2019 Typhoon, 2015-2017 Quest fire trucks. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of hydraulic steering assist can increase the risk of a crash.,"E-One has notified owners, and dealers will install a new shock mount bolt and nut, hardened washer, and shims to keep the shocks secured, free of charge. The recall began August 28, 2019. Owners may contact E-One customer service at 1-352-861-3612." -08/14/2019,19V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V600000),"BMW of North America, LLC",Rear Center Headrest may Fold in a Crash,SEATS,NR (Not Reported),Vehicle,2,"BMW of North America, LLC (BMW) is recalling one 2020 M340i and one M340i xDrive vehicle. Due to improper welding, the rear center headrest may fold in the event of a rear impact crash.","If the headrest folds down in a crash, there would be an increased risk of injury.","BMW will notify owners, and dealers will replace the rear center headrest, free of charge. The recall began August 28, 2019. Owners may contact BMW customer service at 1-800-525-7417." -08/14/2019,19V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V597000),"Mitsubishi Fuso Truck of America, Inc.",Rocker Arms may Break,ENGINE,NR (Not Reported),Vehicle,2015,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain Mitsubishi Fuso FEC52, FEC72, FEC92, and FGB7 vehicles. The rocker arms may have been manufactured incorrectly and may break as a result.","If the rocker arms break the engine may stall, increasing the risk of a crash.","MFTA will notify owners, and dealers will replace the rocker arms. While disassembled, the engine will be inspected and any damage will be remedied. These repairs will be performed free of charge. The recall began October 11, 2019. Owners may contact MFTA customer service at 1-877-711-0707." -08/14/2019,19V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V601000),"BMW of North America, LLC",Steering Gear Tie Rod may Break,STEERING,NR (Not Reported),Vehicle,32,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 BMW X1 sDrive28i, X1 xDrive28i, 2019 X2 xDrive28i, MINI Cooper S Convertible, Countryman, and John Cooper Works Countryman vehicles. The steering gear tie rod may have been assembled incorrectly, which may result in excessive wear of the tie rod end, eventually causing it to break.","A broken steering tie rod would lead to a loss of vehicle control, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the vehicles and replace the tie rods and ball joints as necessary, free of charge. The recall began October 11, 2019. Owners may contact BMW customer service at 1-800-525-7417 or MINI customer service at 1-866-825-1525." -08/13/2019,19V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V592000),E-One Incorporated,Air Bags Cushions May Not Properly Inflate,AIR BAGS,NR (Not Reported),Vehicle,10,"E-One Incorporated (E-One) is recalling certain 2019 Typhoon and Cyclone II fire trucks. Due to improper manufacturing, the cushion of the Inflatable Head Cushion (IHC) and Knee Air Bag (KAB) may detach during a deployment event and not inflate.","In the event of a crash, if the cushions do not inflate properly, they may not provide the intended protection to the occupant, increasing the risk of injury.","E-One will notify owners, and dealers will replace the air bags, free of charge. The recall began November 12, 2019. Owners may contact E-One customer service at 1-352-861-3612." -08/13/2019,19V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V594000),Kia Motors America,Incorrect Seat Belt Assemblies Installed/FMVSS 208,SEAT BELTS,SC181,Vehicle,30168,"Kia Motors America (Kia) is recalling certain 2020 Telluride vehicles. The seat belt assemblies in the front passenger, second, and/or third row seats may not tightly secure a child restraint system in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If a child seat is not properly secured, there is an increased risk of injury to the occupant in a crash.","Kia will notify owners, and dealers will inspect the vehicles and replace any incorrect seat belt assemblies. The repair will also include replacing the driver's seat belt which has a non-U.S. specified label, with a U.S. specification seat belt. The repairs will be performed free of charge. The recall began August 30, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC181." -08/13/2019,19V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V595000),"Tiffin Motorhomes, Inc.",Suspension Hydraulic Hose may Damage Tire,SUSPENSION,TIF-112,Vehicle,20,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2019-2020 Allegro Open Road motorhomes equipped with Liquid Spring suspension systems. A hydraulic suspension hose may be routed incorrectly, resulting in contact between the hose and the inside rear tire.","If the tire is rubbed repeatedly, the tire may suddenly deflate, increasing the risk of a crash.","Tiffin will notify owners, and dealers inspect the position of the hydraulic hoses. If found to be incorrect, the clamp position will be corrected and the hydraulic hoses and tires inspected for any damage. Damaged components will be replaced as necessary. These repairs will be performed free of charge. The recall began August 23, 2019. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-112." -08/12/2019,19V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V589000),"BMW of North America, LLC",ECU May Disable Audible Warning Signal/FMVSS 208,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,173,"BMW of North America, LLC (BMW) is recalling certain 2020 BMW 745e xDrive vehicles. A software error in the electronic control unit (ECU) may disable the audible warning signal for an unbelted driver to fasten their seat belt. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without an audible warning, the driver may forget to buckle the seat belt, increasing their risk of injury in the event of a crash.","BMW will notify owners, and dealers will update the ECU software, free of charge. The recall began October 11, 2019. Owners may contact BMW customer service at 1-800-525-7417." -08/12/2019,19V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V590000),Ford Motor Company,Front Seat Belts May Not Restrain Occupants,SEAT BELTS,19S25,Vehicle,103374,"Ford Motor Company (Ford) is recalling certain 2015 Fusion and Lincoln MKZ vehicles. In the event of a crash, heat from the deployment of a seat belt pretensioner may cause a front seat belt anchor cable to fail.","A failed seat belt anchor cable cannot properly restrain the front seat occupants, increasing their risk of injury.","Ford will notify owners, and dealers will apply a protective coating to the seat belt cable, free of charge. The recall began September 9, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S25. Note: This recall is an expansion of a recall 16V-875." -08/12/2019,19V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V587000),"Mercedes-Benz USA, LLC",Incorrectly Installed Air Conditioner Drain Hoses,EQUIPMENT,2019080005,Vehicle,18392,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350, GLE350 4MATIC, GLS450 4MATIC, and GLE450 4MATIC vehicles. The air conditioner drain hoses may have been incorrectly installed, causing water to drain from the air conditioner into the passenger compartment.","If a significant volume of water enters the driver and passenger side foot wells, it might cause corrosion and/or short circuits to the electrical components in the area, increasing the risk of fire. In addition, the emergency call (eCall) feature may be disabled; the vehicle may not be able to be unlocked and/or started; and the engine limp-home mode might be activated during driving. These features increase the risk of an injury or crash.","MBUSA will notify owners, and dealers will inspect and correct the air conditioner drain hoses, as necessary, free of charge. The recall began September 6, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019080005." -08/12/2019,19V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V585000),"Mercedes-Benz USA, LLC",Rear Middle Seatbelt Anchor Plate may be Loose,SEAT BELTS,2019080010,Vehicle,3435,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2019 GLA250 and GLA250 4MATIC vehicles. The left anchor plate of the rear middle seatbelt may be loose.","The seatbelt for a passenger seated in the rear middle seating position might not be properly secured, which could increase the risk of an injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect the left anchor plate of the rear middle seatbelt, correcting its installation as necessary, free of charge. The recall began September 13, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019080010." -08/12/2019,19V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V588000),"VLRV, LLC (Vanleigh RV)",Suspension Shackle Failure,SUSPENSION,NR (Not Reported),Vehicle,1808,"Vanleigh RV (Vanleigh) is recalling certain 2015-2019 Vilano and Beacon fifth wheel recreational trailers. The suspension shackles may be too short, causing them to fail.","Failure of the suspension shackle may cause a loss of control, increasing the risk of a crash.","Vanleigh will notify owners, and dealers will replace the existing shackles with longer ones, free of charge. The recall began August 30, 2019. Owners may contact Vanleigh customer service at 1-662-612-4040." -08/12/2019,19V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V591000),"Daimler Vans USA, LLC",Taillights May Dim or Switch Off,EXTERIOR LIGHTING,VS3HELI,Vehicle,8243,"Daimler Vans USA, LLC. (MBUSA) is recalling certain 2019 Mercedes-Benz and Freightliner Sprinter 1500, 2500, 3500, and 4500 vehicles. If the manual turn-switch that activates the vehicle lights is turned quickly from one lighting position to another, the brightness of the taillights can be significantly reduced or could switch off completely.",Reduced taillight visibility increases the risk of a crash.,"MBUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will update the body control unit software, free of charge. The recall began September 30, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is VS3HELI." -08/09/2019,19V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V586000),"Mercedes-Benz USA, LLC",Battery may not be Secured,ELECTRICAL SYSTEM,2019090010,Vehicle,26584,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018-2019 C300, C300 4MATIC, and C43 AMG 4MATIC vehicles. The mounting bracket for the 12-volt battery may not be secured. This may allow the battery to shift, possibly disconnecting the terminals in the event of a crash.","Loss of power from the battery can impair post-crash functions, such as communicating with emergency services and activating hazard lights. The battery may also detach and become a road hazard. Either of these scenarios can increase the risk of injury.","MBUSA will notify owners, and dealers will replace the battery mounting bracket, free of charge. The recall began October 18, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019090010." -08/09/2019,19V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V584000),"Mercedes-Benz USA, LLC",Improperly Installed Pillar Covers,STRUCTURE,2019080006,Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling a 2019 S450 vehicle. The A, B, and C pillar covers may have been improperly installed, possibly affecting the deployment of the side curtain air bags and allowing the covers to detach in the event of a crash.","If a side curtain air bag does not deploy as intended, or the pillar covers detach during a crash, there is an increased risk of injury.","MBUSA will notify the owner, and a dealer will inspect the pillar covers, reinstalling them as necessary, free of charge. The recall began September 13, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019080006." -08/09/2019,19V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V583000),"Forest River, Inc.",Rear Ladder May Block Egress Window,STRUCTURE,410-1071,Vehicle,39,"Forest River, Inc. (Forest River) is recalling certain 2020 Columbus Fifthwheel Trailers. The rear ladder blocks the egress window on the rear wall, preventing the use of the window.","In the event of an emergency, occupants may not be able to exit the vehicle, increasing the risk of injury.","Forest River will notify owners, and dealers will install an egress window, free of charge. The recall began September 9, 2019. Owners may contact Forest River customer service at 1-574-821-1487. Forest River's number for this recall is 410-1071." -08/09/2019,19V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V582000),Dennis Eagle Inc.,Vehicle Controls May Switch Sides/FMVSS 101/121,ELECTRICAL SYSTEM,FSI1310,Vehicle,1,"Dennis Eagle Inc. (Dennis Eagle) is recalling one 2017 Diego vehicle. If the changeover switch fails while the vehicle is being driven from the right-hand side (RHS), the instrument cluster and throttle controls may switch to the left-hand side (LHS). In addition, if a passenger presses the brake pedal, the Electronic Braking System (EBS) will be disabled and the brake lights may not illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 101, ""Controls and Displays"" and 121, ""Air Brake Systems.""",Removal of the cluster display and throttle control and loss of brake lights may increase the risk of a crash.,"Dennis Eagle has notified the owner, and a dealer will update the LHS and RHS instrument cluster, and the brake line pressure switch, free of charge. The recall began August 12, 2019. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI1310." -08/08/2019,19V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V580000),"Navistar, Inc.",Roof Hatch External Handle May Break,STRUCTURE,19513,Vehicle,2677,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 IC RE and 2020 IC CE school buses equipped with feature code 48PZP, 48PZR, 48RZY, 48SXV, or 48SZG (Prolo emergency exit roof hatches). Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Navistar will notify owners, and dealers will replace the outer handle, free of charge. The recall began October 7, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19513." -08/08/2019,19V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V581000),"Navistar, Inc.",Roof Hatch External Handle May Break,STRUCTURE,19514,Vehicle,27,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 IC RE and IC CE commercial buses equipped with feature code 48PZP, 48PZR, 48RZY, 48SXV, or 48SZG (Prolo emergency exit roof hatches). Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Navistar will notify owners, and dealers will replace the outer handle, free of charge. The recall began October 7, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19514." -08/06/2019,19V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V576000),Toyota Motor Engineering & Manufacturing,Back-Up Camera May Not Activate /FMVSS 111,BACK OVER PREVENTION,K0N,Vehicle,14215,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 RAV4 and RAV4 Hybrid vehicles. Due to a damaged electrical connector, the back-up camera may not activate when the vehicle is in reverse. As such, these vehicles fail to comply to Federal Motor Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If the backup camera system does not activate and the driver does not check his/her surroundings while reversing, there is an increased risk of a crash.","Toyota will notify owners, and dealers will inspect the back-up camera system and replace the audio display unit, if necessary, free of charge. The recall began September 27, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K0N." -08/06/2019,19V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V579000),"BMW of North America, LLC",Blower Regulator Wiring May Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,41981,"BMW of North America, LLC (BMW) is recalling certain 2008-2012 BMW 128i, 135i, 135is Coupes and 128i, 135i Convertible vehicles. The wiring and electrical connectors in the blower-regulator wiring harness may overheat.","Wiring that overheats could cause the electrical connectors to melt, and increase the risk of a fire, even when the vehicle is unattended.","BMW will notify owners, and dealers will inspect the blower-regulator wiring harness, and replace it with a new part, free of charge. The recall began October 4, 2019. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall is an expansion of an earlier recall number 17V-676." -08/06/2019,19V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V578000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,EQUIPMENT,MAB 732,Vehicle,118,"Altec Industries Inc. (Altec) is recalling certain 2018-2019 LR7, TA50, TA55, TA60 and TDA58 Aerial Devices. The high strength fasteners used to secure the pedestal to the turntable may fail.","If the fasteners break, the pedestal may separate from turntable, increasing the risk of injury or death.","Altec has notified owners, and dealers will inspect the fasteners, replacing them as necessary, free of charge. The recall began August 9, 2019. Owners may contact Altec customer service at 1-877-462-5832." -08/06/2019,19V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V577000),Kovatch Mobile Equipment Corp.,Loss of Hydraulic Steering Assist,SUSPENSION,NR (Not Reported),Vehicle,3,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2018 Predator TDA, 2019 Predator SS Aerial and Predator Pumper fire trucks. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of hydraulic steering assist can increase the risk of a crash.,"KME will notify owners, and Reyco Granning and KME dealers will work together to install a new shock mount bolt and nut, hardened washer, and shims to keep the shocks secured, free of charge. The recall began September 3, 2019. Owners may contact Reyco customer service at 1-765-543-5815 or KME customer service at 1-800-235-3928." -08/05/2019,19V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V573000),"Altec Industries, Inc.",Aerial Device May Become Unstable and Collapse,EQUIPMENT,CSN 730,Vehicle,32,"Altec Industries Inc. (Altec) is recalling certain 2017-2019 LS60 Aerial Devices. The aerial devices may not meet all aerial level ground and slope stability requirements, allowing the units to become unstable and possibly overturn.",An unstable aerial device can increase the risk of injury.,"Altec will notify owners, instructing them to replace the unit load charts, adjust the Hydraulic Overload Protection (HOP) settings, verify the unit has the proper counterweight, and perform a stability test. The recall began September 13, 2019. Owners may contact Altec customer service at 1-877-462-5832." -08/05/2019,19V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V574000),Harley-Davidson Motor Company,Replacement Rear Reflectors Missing from Kit,VISIBILITY,0629,Vehicle,12733,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain Touring and CVO Touring motorcycles, including 2017-2019 FLHTCU, FLHTCUL, FLHTK ANV, FLHTKL, FLTRU, FLHTK, and 2016-2019 FLHTKSE, FLHTKSE ANV, and FLTRUSE models equipped with a Harley-Davidson Detachable Tour-Pak Luggage Conversion Kit (Part numbers 53000291, 53000291A, and 53000567). The kit did not include replacement rear red reflectors for the ones that are eliminated by installing this kit. As such, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the rear red reflectors, the motorcycle has reduced visibility to other drivers, increasing the risk of a crash.","Harley-Davidson has notified owners, and dealers will install the replacement reflectors, free of charge. The recall began August 19, 2019. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0629." -08/05/2019,19V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V575000),Ford Motor Company,Vehicles Still in Factory Mode/FMVSS 114/102,ELECTRICAL SYSTEM,19C06,Vehicle,13896,"Ford Motor Company (Ford) is recalling certain 2020 Explorer and Lincoln Aviator vehicles. The Manual Park Release (MPR) cover may not be installed. In addition, the vehicles may be in Factory Mode, which disables warning alerts and does not display the transmission gear selected. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 114, ""Theft Prevention"" and 102, ""Trans Shift Lever Seq/Starter Interlock/Trans Braking Effect.""","Without the cover, the MPR lever may be unintentionally moved, allowing the vehicle to roll away. Being in Factory Mode, the vehicle will not display warnings and/or gear selection on the instrument cluster. Both conditions increase the risk of a crash.","Ford will notify owners, and dealers will inspect and, if necessary, install a MPR cover. Dealers will verify the instrument cluster is not in Factory Mode and clear any fault codes, free of charge. The recall began August 23, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19C06." -08/02/2019,19V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V571000),"Mercedes-Benz USA, LLC",Front Passenger Air Bag May Tear,AIR BAGS,2019100016,Vehicle,457,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 SL65 AMG, 2019 SL63 AMG and 2018-2019 SL450 and SL550 vehicles. The front passenger air bag may have been improperly sewn, allowing the seam to tear during deployment.",A tear in the air bag may decrease performance and increase the risk of injury.,"MBUSA will notify owners, and dealers will replace the passenger air bag, free of charge. The recall began December 13, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019100016." -08/02/2019,19V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V570000),"Forest River, Inc.",Incorrect Bolt Lengths for Rotating Pin Box,TRAILER HITCHES,51-1065,Vehicle,1809,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Flagstaff and Cherokee Arctic Wolf recreational trailers equipped with MORyde Orbital or You Turn Rubber Pin Box Wedge Kits. The pin boxes may have been equipped with bolts 1-3/4"" in length when they should be equipped with 2"" long bolts.","The incorrect bolts may allow the rotating pin box to rotate in two places, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the bolts and replace them as necessary, free of charge. The recall began August 27, 2019. Owners may contact MORyde customer service at 1-574-293-1581 or Forest River customer service at 1-574-642-8954 (Flagstaff) or 1-260-499-2100 (Cherokee). Forest River's number for this recall is 51-1065." -08/02/2019,19V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V572000),"Mercedes-Benz USA, LLC",Weld Between Fuel Tank and Filler Pipe May Leak,"FUEL SYSTEM, GASOLINE",2019090001,Vehicle,128,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350 4MATIC and GLE450 4MATIC vehicles. The connection between the fuel filler pipe and the fuel tank may have been improperly welded, allowing a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"MBUSA will notify owners, and dealers will replace the fuel tank, free of charge. The recall began October 18, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019090001." -08/01/2019,19V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V566000),Thor Motor Coach,Battery Tray May Detach From Chassis,EQUIPMENT,RC000171,Vehicle,181,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Omni and Magnitude motorhomes. The battery tray may be improperly welded to the chassis frame, allowing the battery tray to detach from the chassis.","If the battery tray detaches from the chassis, the battery may discharge, causing the vehicle to stall and increasing the risk of a crash.","TMC has notified owners, and dealers will weld on an additional support to the battery tray, free of charge. The recall began August 8, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000171." -08/01/2019,19V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V569000),Honda (American Honda Motor Co.),Fuel Tank Joint Weld May Fail,"FUEL SYSTEM, GASOLINE",A5I,Vehicle,134,"Honda (American Honda Motor Co.) is recalling certain 2019 CR-V vehicles. The joint weld between the fuel tank and the vapor return line may have been insufficiently welded, causing the weld to fail.","The failed weld may allow fuel to leak, increasing the risk of a fire in the presence of an ignition source.","Honda will notify owners, and dealers will replace the fuel tank, free of charge. The recall began September 16, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is A5I." -08/01/2019,19V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V567000),Toyota Motor Engineering & Manufacturing,Improperly Calibrated OCS,AIR BAGS,K0M,Vehicle,680,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Camry vehicles. The Occupant Classification System (OCS) may have been improperly calibrated, which may prevent the proper deployment of the front passenger air bag and knee air bag, in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, if the air bags do not deploy as designed, the front seat passenger has an increased risk of an injury.","Toyota will notify owners, and dealers will recalibrate the OCS, free of charge. The recall began August 27, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K0M." -08/01/2019,19V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V568000),"Winnebago Industries, Inc.",Wheel Studs May be Too Long,WHEELS,159,Vehicle,112,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2018-2019 Fuse motorhomes built on a 2018 Ford Transit chassis and equipped with aluminum wheel feature code 63W. The wheel studs may be too long, preventing the lug nuts from properly securing the wheels.","Wheels that cannot be torqued properly may loosen and detach, increasing the risk of a crash.","Winnebago will notify owners, and dealers will replace the wheel studs with a shorter version, free of charge. The recall began August 23, 2019. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 159." -07/31/2019,19E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E051000),"MORryde International, Inc.",Battery Tray may Separate from F-550 Frame,EQUIPMENT,NR (Not Reported),Equipment,187,"MORryde International, Inc. (MORryde) is recalling certain battery trays sold for installation on Ford F-550 chassis. The battery trays may have inadequate welds, allowing the battery tray to detach from the chassis.","If the battery tray detaches from the chassis, contents of the tray may fall out and become road hazard, and the battery may discharge. Either scenario increases the risk of a crash.","MORryde will notify the vehicle manufacturers the purchased the trays, and dealers for those manufacturers will install additional weld areas on both sides of the battery tray for additional support, free of charge. The recall began July 29, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -07/31/2019,19V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V565000),Prevost Car (US) Inc.,Engine May Overheat and Shutdown,ENGINE,SR19-31,Vehicle,1440,"Prevost Cars, Inc. (Prevost) is recalling certain 2017-2020 X3-45 Coach, Commuter, VIP, and VIP Entertainer buses, and H3-45 Coach and VIP buses. Under certain conditions, such as high altitude and heavy climbing, the engine may overheat and shutdown.","If the engine unexpectedly shuts down, passengers may have to be transferred to another vehicle on the side of the road, increasing the risk of an injury. If the engine unexpectedly shuts down while the vehicle is in motion, there is an increased risk of crash.","Prevost will notify owners and will update the engine software, free of charge. The Prevost issued owners an interim notification on September 27, 2019. The recall began December 19, 2019. Owners may contact Prevost customer service at 1-866-870-2046." -07/31/2019,19V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V563000),"BMW of North America, LLC",Front Seatbacks May Fold Unexpectedly,SEATS,NR (Not Reported),Vehicle,20,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 X3 sDrive30i, xDrive30i and M40i and 2019 X4 xDrive30i and M40i vehicles. The front seatback frames may have been improperly welded, allowing the seatback to unexpectedly fold forward or rearward.","In the event of a crash, there is an increased risk of injury if the seatback folds forward or rearward.","BMW will notify owners, and dealers will replace the front seats, free of charge. The recall began September 27, 2019. Owners may contact BMW customer service 1-800-525-7417." -07/31/2019,19V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V562000),Pierce Manufacturing,Knee Air Bags Cushions may not Properly Inflate,AIR BAGS,NR (Not Reported),Vehicle,174,"Pierce Manufacturing (Pierce) is recalling certain 2019 Arrow XT, Dash, Enforcer, Impel, Quantum, and Velocity vehicles. Due to improper manufacturing, the passenger-side knee air bag (KAB) may not properly inflate during a deployment event.","In the event of a crash, if the KAB does not inflate properly, it may not provide the intended protection to the occupant, increasing the risk of injury.","Pierce will notify owners, and dealers will replace the KAB assembly, free of charge. The recall began October 9, 2019. Owners may contact Pierce customer service at 1-888-974-3723." -07/31/2019,19E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E053000),"MEKRA Lang North America, LLC",Mirror Glass May Detach From Carrier Plate,VISIBILITY,NR (Not Reported),Equipment,5438,"MEKRA Lang North America, LLC. (MEKRA Lang North America) is recalling certain Main Mirror Housings. Due to improper adhesive bonding, the mirror glass may detach from the mirror carrier plate of the mirror assembly for truck cabs.","If the mirror glass detaches from the mirror carrier plate, the driver may have reduced visibility, increasing the risk of a crash.","Mekra Lang notified manufacturers, and their dealers will inspect and replace the mirrors, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact MEKRA Lang North America customer service at 1-803-337-5264." -07/31/2019,19V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V564000),"Hino Motors Sales U.S.A., Inc.",Mirror Glass May Detach From Carrier Plate,VISIBILITY,M0330,Vehicle,1531,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2020 NE8J, NJ8J, and NV8J vehicles. Due to improper adhesive bonding, the exterior mirror glass may detach from the mirror carrier plate.","If the mirror glass detaches, the driver may have reduced visibility, increasing the risk of a crash.","Hino will notify owners, and dealers will replace the mirrors, free of charge. The recall began October 1, 2019. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is M0330." -07/31/2019,19E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E052000),"Vitro Automotriz, S.A. de C.V.",Rear Window Glass May Exceed Fragment Weight,VISIBILITY,DOT287,Equipment,47366,"Vitro Automotriz, S.A. de C.V. (Vitro) is recalling certain various aftermarket replacement rear window glass (backlites), sold for use in various Ford, Chevrolet, GMC, Isuzu, Oldsmobile, Buick, Saab, Chrysler, Dodge, RAM, Volkswagen, Mazda, Mercury, Pontiac, Nissan, Toyota, Honda, Jeep, Navistar, International, Saturn, Scion, Cadillac, Lincoln, Infiniti, and Hyundai vehicles including passenger cars, pick-up trucks, SUV's, and Heavy Duty vehicles. For a full list of vehicles affected please see: https://static.nhtsa.gov/odi/rcl/2019/RMISC-19E052-0438.pdf Due to improper tempering, in the event of a rear window glass breaking, the resulting fragments may not be small enough. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""","In the event of a crash, larger glass pieces may strike the vehicle occupants, increasing the risk of injury.","Vitro will notify distributors and owners, and replace the rear window glasses, free of charge. The recall began November 18, 2019. Owners may contact Vitro customer service at 1-818-863-1524. Vitro's number for this recall is DOT287." -07/30/2019,19V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V560000),"Gulf Stream Coach, Inc.",Incorrect GVWR on Federal Placard,EQUIPMENT,GS072619,Vehicle,13,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2017 Serro Scotty S14 RBR travel trailers. The Federal Placard label indicates an incorrect Gross Vehicle Weight Rating (GVWR).","Incorrect GVWR information may result in the trailer being overloaded, affecting the tires or the vehicle's handling, thereby increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will replace the Federal Placard label, free of charge. The recall began August 26, 2019. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GS072619." -07/29/2019,19V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V558000),Mazda North American Operations,Rearview Mirror Glass May Detach From Housing,VISIBILITY,3919G,Vehicle,22571,"Mazda North American Operations (Mazda) is recalling certain 2019 Mazda3 vehicles equipped with manual dimming mirrors. The adhesive between the interior rearview mirror and the housing may not be properly bonded, allowing the mirror to detach from the housing. Note: Vehicles equipped with auto dimming mirrors are not affected by this recall.","Rearward visibility will be reduced without the rearview mirror, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace the interior rearview mirror assembly, free of charge. The recall began September 19, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3919G." -07/26/2019,19E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E049000),"Meritor, Inc.",Axles May Fracture/Loss of Vehicle Control,SUSPENSION,NR (Not Reported),Equipment,51,"Meritor, Inc. (Meritor) is recalling certain Non Drive Front Steer Axles, model number FF967. The axles missed the heat treating operation during manufacturing, reducing their strength and possibly causing the axle beams to fracture.","Fracture of the axle beam can cause a loss of vehicle control, increasing the risk of a crash.","Meritor will notify the affected vehicle manufacturers, and will inspect and replace the axles, free of charge. The recall began August 28, 2019. Owners may contact Meritor customer service at 1-866-668-7221." -07/26/2019,19V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V556000),"Chrysler (FCA US, LLC)",Driver Warnings May Not Illuminate/FMVSS 101,ELECTRICAL SYSTEM,V83,Vehicle,237,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 vehicles. The instrument cluster may not properly illuminate driver warnings. As such, these vehicles fails to conform with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""",Failure of the instrument cluster to properly illuminate may prevent the driver from receiving warnings about the vehicle's systems and increase the risk of crash.,"Chrysler will notify owners, and dealers will replace the instrument cluster, free of charge. The recall began August 8, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V83." -07/26/2019,19V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V557000),Temsa,Hydraulic Steering Hoses May Leak,STEERING,NR (Not Reported),Vehicle,289,Temsa is recalling certain 2014-2019 TS45 buses. The hydraulic hoses of the steering system may leak or burst during operation of the vehicle.,"Loss of hydraulic steering fluid pressure may affect steering ability, increasing the risk of a crash.","Temsa will notify owners, and dealers will inspect and replace the hydraulic hoses, free of charge. The recall began September 9, 2019. Owners may contact Temsa customer service at 1-833-628-3672." -07/26/2019,19V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V561000),"Piaggio Group Americas, Inc.",Motorcycle May Unexpectedly Slow Down or Stop,"SERVICE BRAKES, HYDRAULIC",PA2ZZQ1904,Vehicle,1701,"Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2016-2018 Moto Guzzi Audace 1400 and Eldorado 1400, 2017-2018 Moto Guzzi California 1400, 2017 Moto Guzzi MGX 21 Bagger, 2013-2014 Aprilia Mana 850, 2014-2016 Aprilia Dorsoduro 750, 2018-2019 Aprilia Dorsoduro 900, and 2018 Aprilia Shiver 900 motorcycles. Due to a problem with the front brake master cylinder, the front brakes may drag or apply, causing the motorcycle to unexpectedly slow down or stop completely without activating the rear brake light.",Unexpectedly slowing down or stopping while driving with no warning to following traffic can increase the risk of a crash.,"Piaggio will notify owners, and dealers will inspect, and if necessary, replace the front brake master cylinder free of charge. The recall began August 16, 2019. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is PA2ZZQ1904." -07/26/2019,19V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V555000),"Forest River, Inc.",Roof Hatch External Handle May Break,STRUCTURE,05-1060,Vehicle,43,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Starcraft Allstar, Allstar XL, and Starlite vehicles equipped with Safe Fleet Prolo Roof Escape hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Forest River will notify owners, and dealers will replace the hatch, free of charge. The recall began August 27, 2019. Owners may contact Forest River customer service at 1-800-748-3440. Forest River's number for this recall is 05-1060." -07/25/2019,19E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E050000),Indiana Mills and Manufacturing Inc.,Air Bags Cushions May Not Properly Inflate,AIR BAGS,NR (Not Reported),Equipment,344,"Indiana Mills and Manufacturing Inc. (IMMI) is recalling certain Inflatable Head Cushions (IHC) and Knee Air Bags (KAB). Due to improper manufacturing, the cushion of the IHC and/or KAB may detach during a deployment event and not inflate.","In the event of a crash, if the cushions do not inflate properly, they may not provide the intended protection to the occupant, increasing the risk of injury.","IMMI will work with vehicle manufacturers to replace the air bag unit with a new unit, free of charge. The recall began on July 23, 2019. Owners may contact IMMI customer service at 1-317-896-9531." -07/25/2019,19V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V551000),"Chrysler (FCA US, LLC)",Fuel Gauge may Read Higher than Actual Level,ELECTRICAL SYSTEM,V84,Vehicle,21914,Alfa Romeo (FCA US LLC) is recalling certain 2018-2019 Giulia and Stelvio vehicles. The Body Control Module (BCM) may indicate an inaccurate fuel level that displays higher than the actual amount.,"The vehicle may be operated without enough fuel in the tank causing a stall, increasing the risk of a crash.","Alfa Romeo will notify owners, and dealers will update the BCM software, free of charge. The recall began August 12, 2019. Owners may contact Alfa Romeo customer service at 1-800-853-1403. Alfa Romeo's number for this recall is V84." -07/25/2019,19V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V552000),"MMDi, Inc.",Jack Handle May Separate from Jack Assembly,EQUIPMENT,NR (Not Reported),Vehicle,120,"MMDi, Inc. (MMDi) is recalling certain 2019 Cummins 'G' A057P788 trailers equipped with Towking brand 12k jacks. The jack handle may have been improperly fastened, allowing the jack handle to separate from the jack assembly.","If the jack separates from its assembly, it may become a road hazard, increasing the risk of a crash.","MMDi has notified owners, and will provide a nylon locking nut to replace the standard nut used and specific work instructions for replacing the nut, free of charge. The recall began July 25, 2019. Owners may contact MMDi customer service at 1-704-822-4550." -07/25/2019,19V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V553000),"Vantage Mobility International, LLC",Rear Brake Hoses May be too Short,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,303,"Vantage Mobility International, LLC (Vantage) is recalling certain 2012-2018 AMS Genesis wheelchair vans, built on a Toyota Sienna vehicles. The rubber brake hoses that attach to the rear wheel assembly may be too short, causing them to rub against the rear axle trailing arm.","The contact may cause failure of the rear brake hoses, resulting in a loss of vehicle control and reduced braking ability, increasing the risk of a crash.","Vantage will notify owners, and dealers will install a set of rear brake hoses that will provide the proper clearance, free of charge. The recall began December 16, 2019. Owners may contact Vantage customer service at 1-800-488-9082." -07/25/2019,19V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V550000),"Daimler Trucks North America, LLC",Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,FL-819,Vehicle,3080,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built Minotour, Saf-T Liner C2, Saf-T Liner EFX, and Saf-T Liner HDX school buses equipped with Safe Fleet Prolo Roof Escape hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","DTNA will notify owners, and dealers will install a new handle, free of charge. Owners were issued an interim notification on September 13, 2019. The recall began November 15, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-819." -07/25/2019,19V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V554000),"Champion Bus, Inc.",Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,362,"Champion Bus, Inc. (Champion) is recalling certain 2019 Challenger, Crusader, Defender and LF Transport and Goshen G-Force, Impulse and Pacer II shuttle buses equipped with Prolo roof emergency escape hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Champion will notify owners, and dealers will replace the handle, free of charge. The recall began September 16, 2019. Owners may contact Champion customer service 1-810-724-1753, extension 415." -07/24/2019,19V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V548000),"Daimler Trucks North America, LLC",Brake Airline Damage,SERVICE BRAKES,FL-820,Vehicle,183,Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Freightliner Cascadia vehicles equipped with a certain 40K Light Weight Extra Duty Airliner suspension and 51 inch axle spacing configuration. The brake airlines may be damaged due to inadequate clearance between the ride height control valve and the brake airlines.,"Damage to the brake airlines can cause reduced brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will install a new bracket for the height control valve to add additional clearance for the brake airlines, free of charge. The recall began September 16, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-820." -07/24/2019,19V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V542000),"Forest River, Inc.",Driver Seat Belt Bolts Insufficiently Torqued,SEAT BELTS,05-1061,Vehicle,951,"Forest River, Inc. (Forest River) is recalling certain 2019 Glaval Concorde II, Entourage, Legacy, Primetime, Universal, Commute, Startrans Candidate II, P/S2, Senator II, Senator II HD, Senator II MPV, and MFSAB buses. The driver's upper seat belt restraint and bottom retractor anchor bolts may not have been fully tightened during manufacturing, and, as a result, the bolts may loosen.","If the bolts loosen, the seat belt assembly may fail to restrain the occupant in the event of a crash, increasing their risk of injury.","Forest River will notify owners, and dealers will inspect and correct the tightness of the affected bolts, free of charge. The recall began August 27, 2019. Owners may contact Forest River at 1-800-348-7440. Forest River's number for this recall is 05-1061." -07/24/2019,19V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V546000),Braun Corporation,Electric Solenoid May Short Circuit and Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,256,"Braun Corporation (Braun) is recalling certain 2016-2019 Ford Explorer BraunAbility MXV wheelchair accessible conversion vehicles. The switch-activated electric solenoid used to release the rear seat base latches from the floor-mounted strikers may unintentionally switch and stay on. In this case, the wires may overheat, causing the wiring insulation to melt, possibly resulting in an electrical short circuit.",An electrical short circuit increases the risk of a fire.,"Braun has notified owners, and dealers will add timer components to the solenoid circuits, free of charge. The recall began August 7, 2019. Owners may contact Braun customer service at 1-800-488-0359." -07/24/2019,19V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V545000),"Daimler Vans USA, LLC",Incorrect Operator's Manual,EQUIPMENT,VS2BAFV,Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Metris vehicles. The vehicles may have been delivered with a printed operator's manual that does not match the vehicle's features and operating instructions.","The incorrect manual may not describe the proper operation of the vehicle, increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the information package including the printed version of the operator's manual, maintenance booklet and information sheets, free of charge. The recall began September 12, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2BAFV." -07/24/2019,19V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V544000),Toyota Motor Engineering & Manufacturing,"Loss of Stability Control, Brake Assist/FMVSS 126",ELECTRONIC STABILITY CONTROL,"K1L/K0L, K2F/KLF",Vehicle,6925,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Lexus LS500, LC500, ES300h, UX250h, LS500h, Toyota Prius, RAV4 HV, 2019-2020 Toyota Prius Prime, and 2020 Corolla HV vehicles. The brake booster pump may fail causing a deactivation of the Vehicle Stability Control system and a loss of braking assist. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""",Deactivation of the vehicle stability control system or a loss of braking assist increases the risk of a crash.,"Toyota will notify owners, and dealers will inspect and, if necessary, replace the brake booster pump, free of charge. The recall began September 20, 2019. Toyota owners may contact Toyota customer service at 1-888-270-9371 and Lexus owners may contact Lexus customer service at 1-800-255-3987. Toyota's numbers for this recall are K1L/K0L. Lexus' numbers for this recall are K2F/KLF." -07/24/2019,19V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V547000),"Volkswagen Group of America, Inc.",Passenger Air Bag May Switch Off/FMVSS 208,AIR BAGS,74D9,Vehicle,145337,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2018-2019 Audi RS5 Sportback, 2018 S5 Cabriolet, S5 Sportback, S5 Coupe, S4 Sedan, A5 Cabriolet, A5 Sportback, A5 Coupe, and 2017-2018 A4 Sedan and A4 Allroad vehicles. Oxidation on the Passenger Occupant Detection System (PODS) connecting cable may cause the software to misdiagnose a malfunction and disable the passenger air bag.",A disabled passenger air bag increases the risk of injury in the event of a crash.,"Audi will notify owners, and dealers will install cable ties to the harness, free of charge. The recall began September 9, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Audi's number for this recall is 74D9." -07/24/2019,19V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V549000),"Daimler Trucks North America, LLC",Roof Hatch External Handle May Break,STRUCTURE,FL-819,Vehicle,11,"Daimler Trucks North America LLC (DTNA) is recalling certain 2020 Thomas Built Minotour, 2019-2020 Saf-T Liner C2, and 2019 Saf-T Liner HDX buses equipped with Safe Fleet Roof Escape hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use.","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","DTNA will notify owners, and dealers will install a new handle, free of charge. DTNA issued owners an interim notification on September 11, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-819." -07/23/2019,19E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E048000),Darsan Trading Co.,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,450,"Darsan Trading Co. (Darsan), dba as Helmet City, is recalling certain HCI 100 matt black motorcycle helmets in size XL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. Additionally, the helmets do not list the month and year of manufacturer. As such, these equipment fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"HCI will notify owners, and will provide replacement helmets or give the consumer a credit for a replacement helmet, free of charge. The recall is expected to begin in August 2019. Owners may contact Helmet City customer service at 1-888-550-3731." -07/23/2019,19V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V541000),"BMW of North America, LLC",Loose Wheel Bolts May Cause Wheel to Detach,WHEELS,NR (Not Reported),Vehicle,5,"BMW of North America, LLC (BMW) is recalling certain 2019 X5 xDrive50i and X7 xDrive40i vehicles. The left side wheel bolts may have been insufficiently tightened and may loosen over time.","Loose bolts may allow a wheel to detach from the vehicle, increasing the risk of a crash.","BMW will notify owners, and dealers will replace and tighten the left side wheel bolts, free of charge. The recall began July 16, 2019. Owners may contact BMW customer service at 1-800-525-7417." -07/19/2019,19V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V540000),"Mercedes-Benz USA, LLC",Active Brake Assist May Not Engage,FORWARD COLLISION AVOIDANCE,2019080008,Vehicle,1957,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 C300 Cabrio, C300A Cabrio 4MATIC, C300 Coupe, C300 Coupe 4MATIC, C300, C300 4MATIC, C43 AMG Cabrio 4MATIC, C43 AMG Coupe 4MATIC, C43 AMG 4MATIC, C63 AMG Cabrio, C63S AMG Cabrio, C63 AMG Coupe, C63S AMG Coupe, C63 AMG, C63S AMG, CLS450, CLS450 4MATIC, CLS53 AMG 4MATIC, E300, E300 4MATIC, E450 Cabrio, E450 Cabrio 4MATIC, E450 Coupe, E450 Coupe 4MATIC, E450 Wagon 4MATIC, E450 4MATIC, E53 AMG Cabrio 4MATIC, E53 AMG Coupe 4MATIC, E53 AMG 4MATIC, E63S AMG 4MATIC, E63S AMG Wagon 4MATIC, S450, S450 4MATIC, S560 Cabrio, S560 Coupe 4MATIC, S560, S560 4MATIC, S560 4MATIC Maybach, S63 AMG Cabrio 4MATIC, S63 AMG Coupe 4MATIC, S63 AMG 4MATIC, S65 AMG Cabrio, S65 AMG, and AMG GT53 Coupe 4MATIC vehicles, and 2020 GLC300 Coupe 4MATIC, GLE350 4MATIC, and GLE450 4MATIC vehicles equipped with the Driver Assistance Package. A software error in the radar sensor control unit may impair the functionality of the Active Brake Assist.","An impaired Active Brake Assist may not automatically apply partial or full braking as expected, increasing the risk of a crash.","MBUSA will notify owners, and dealers will update the radar sensor control unit software, free of charge. The recall began September 13, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019080008." -07/19/2019,19V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V539000),Kia Motors America,Collision-Avoidance Assist may not Engage,FORWARD COLLISION AVOIDANCE,SC179,Vehicle,11423,Kia Motors America (Kia) is recalling certain 2019 Optima vehicles equipped with Gamma 1.6L Turbo-GDI or Theta II 2.0L Turbo-GDI engines. A software error in the Forward Collision-Avoidance Assist (FCA) system may cause the braking assist function to not engage when a stationary vehicle is detected.,Improper intervention of the Forward Collision-Avoidance Assist can increase the risk of a crash.,"Kia will notify owners, and dealers will update the FCA software, free of charge. The recall began August 27, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC179." -07/19/2019,19E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E047000),"MORryde International, Inc.",Incorrect Bolt Lengths for Rotating Pin Box,TRAILER HITCHES,NR (Not Reported),Equipment,2766,"MORryde International, Inc. (MORryde) is recalling certain You Turn and Orbital Rotating Pin boxes. The pin boxes may have been equipped with bolts 1-3/4"" in length when they should be equipped with 2"" long bolts.","If the rotating pin box has been unlocked and allowed to rotate, the shorter bolt can allow the wedge that locks out the rotation of the pin box to break free from the pin box, allowing the rotating pin box to rotate in two places, increasing the risk of a crash.","MORryde will notify owners, and dealers will inspect the bolt, and provide replacement bolts if necessary, free of charge. The recall began September 6, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -07/19/2019,19E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E046000),"MORryde International, Inc.",Incorrect Bolt Lengths in Wedge Kits,TRAILER HITCHES,NR (Not Reported),Equipment,175,"MORryde International, Inc. (MORryde) is recalling certain Orbital and You Turn Rubber Pin Box Wedge Kits. These kits may have bolts that are the incorrect lengths.","The incorrect bolts may not be able to be properly tightened or may come loose unexpectedly, preventing the fifth-wheel connection to be loose, increasing the risk of a crash.","MORryde will notify vehicle manufacturers, and dealers will inspect the bolts, and replace the bolts, if necessary, free of charge. The recall began on September 6, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -07/19/2019,19V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V538000),Hyundai Motor America,Oil May Leak Onto Exhaust Manifold,ENGINE AND ENGINE COOLING,003G,Vehicle,8059,"Hyundai Motor America (Hyundai) is recalling certain 2018 Genesis G80 and 2017-2018 Genesis G90 vehicles equipped with 3.3 liter turbocharged engines. The turbocharger oil supply pipe may have a loose seal, causing oil to leak onto the exhaust manifold.",Oil leaking onto the exhaust manifold increases the risk of a fire.,"Hyundai will notify owners, and dealers will replace the turbocharger oil supply pipe, free of charge. The recall began October 3, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 003G." -07/17/2019,19V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V533000),"Porsche Cars North America, Inc.",Air Bag ECU May Malfunction,AIR BAGS,AKB4,Vehicle,7517,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2016-2017 911 and Boxster, 2016 Cayman and Panamera vehicles. The air bag Electronic Control Unit (ECU) may have a defective power supply capacitor that can result in air bag deactivation or inadvertent deployment of the air bags.",Deactivated air bags increase the risk of injury. Inadvertent deployment of the air bags increase the risk of a crash.,"Porsche will notify owners, and dealers will install new software and replace the air bag ECU as necessary, free of charge. Interim notices informing owners of the safety risk were mailed September 13, 2019. Owners received a second notice and the recall began February 12, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKB4." -07/17/2019,19V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V535000),"Volkswagen Group of America, Inc.",Air Bag ECU May Malfunction,AIR BAGS,69Z5,Vehicle,27822,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015-2016 Tiguan and CC vehicles. The air bag Electronic Control Unit (ECU) may have a defective power supply capacitor that can result in air bag deactivation or inadvertent deployment of the air bags.",Deactivated air bags increases the risk of injury. Inadvertent deployment of the air bags increase the risk of a crash.,"Volkswagen will notify owners, and dealers will install new software and replace the air bag ECU as necessary, free of charge. The recall began November 25, 2019. Volkswagen's number for this recall is 69Z5." -07/17/2019,19E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E045000),Reyco Granning,Loss of Hydraulic Steering Assist,SUSPENSION,NR (Not Reported),Equipment,426,"Reyco Granning (Reyco) is recalling certain Fire Truck Independent Front Suspensions. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of hydraulic steering assist can increase the risk of a crash.,"Reyco will notify manufacturers, and dealers will install a new shock mount bolt and nut, hardened washer, and shims to keep the shocks secured, free of charge. The recall began July 18, 2019. Owners may contact Reyco customer service at 1-765-543-5815." -07/17/2019,19V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V534000),"Navistar, Inc.",Unexpected Command to Start Engine,ELECTRICAL SYSTEM,19512,Vehicle,16,"Navistar, Inc. (Navistar) is recalling certain 2020 IC CE school buses equipped with PSI gasoline or propane engines and C7 Body Control Modules (BCM). An electrical overload condition in the BCM from the starter solenoid may occur and cause damage to the starter circuit of the BCM, possibly resulting in an unintended command to crank the engine when the ignition key is in the run position and the transmission is in the park or neutral position.","If the ignition is in the run position and the engine starts unexpectedly while the vehicle is being serviced, there would be an increased risk of personal injury.","Navistar will notify owners, and dealers will install an overlay harness and relay to provide electrical power to the starter circuit, instead of using the BCM to provide power. This repair will be performed free of charge. The recall began September 12, 2019. Navistar's number for this recall is 19512." -07/16/2019,19V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V532000),Braun Corporation,Possible Loss of Steering,STEERING,NR (Not Reported),Vehicle,595,"Braun Corporation (Braun) is recalling certain modified 2017-2020 Toyota Sienna vehicles. The steering shaft extensions may have been improperly manufactured, possibly causing the extensions to fracture.","If the steering shaft extension completely fractures, it can cause a loss of steering, increasing the risk of a crash.","Braun has notified owners, and dealers will replace the steering shaft extensions, free of charge. The recall began July 25, 2019. Owners may contact Braun customer service at 1-800-488-0359." -07/14/2019,19V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V530000),BYD Coach & Bus,Roof Hatch Glass may Shatter,STRUCTURE,NR (Not Reported),Vehicle,6,BYD Coach & Bus (BYD) is recalling certain 2019 C8M buses equipped with Transpec glass roof escape hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.,"If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","BYD has notified the affected owners, and BYD technicians will replace the glass roof hatches, free of charge. The recall began July 22, 2019. Owners may contact BYD customer service at 1-661-940-3250." -07/12/2019,19V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V528000),Kovatch Mobile Equipment Corp.,Hydraulic Velocity Fuses May Not Activate,STRUCTURE,NR (Not Reported),Vehicle,529,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017-2019 Predator Rescue, SS Rescue, SS Aerial, Aerial, SS TDA and Tanker and Predator Panther Rescue and Aerial, 2016-2020 Predator Panther Pumper and Predator SS Pumper, 2017-2020 Predator Panther Tanker and Predator Pumper, 2017 Predator SS Tanker and 2017-2018 Predator TDA. In the event of a hydraulic system failure while raising or lowering the cab, the hydraulic velocity fuses may not activate and lock the cab in place to prevent the cab from quickly closing.","If the velocity fuses do not activate and stop the cab from lowering, the cab may hit occupants working underneath, increasing the risk of an injury.","KME will notify owners, and dealers will replace the velocity fuses for each cab lift cylinder, free of charge. The recall began August 29, 2019. Owners may contact KME customer service at 1-800-235-3928." -07/12/2019,19V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V525000),"Heartland Recreational Vehicles, LLC",Improperly Installed A/C Electrical Connectors,ELECTRICAL SYSTEM,99.01.47,Vehicle,5598,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2017 Bighorn Traveler, 2016-2020 Elkridge, Elkridge Ex, 2019-2020 Milestone, 2017-2018 North Peak, 2016-2017 Oakmont, 2017-2020 Pioneer FW, 2016-2018 Prowler FW, 2017-2019 Sundance and Sundance XLTFW trailers. The A/C electrical connector may have been improperly installed, possibly causing increased electrical resistance and the connection to overheat.",Overheating of the connection can increase the risk of a fire.,"Heartland will notify owners, and dealers will correct the electrical connections, free of charge. The recall began on September 5, 2019. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.47." -07/12/2019,19V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V523000),Shyft Group,Loss of Power Steering Assist,STEERING,19015,Vehicle,234,"Spartan Motors USA (Spartan) is recalling certain 2014-2020 Emergency Response Gladiator and MetroStar vehicles equipped with an independent front suspension and Koni shocks. The front shocks may separate from their upper mount on the front suspension. The loose shock may contact and damage the steering gear housing, possibly causing a steering fluid leak and a loss of power steering assist.",A loss of power steering assist increases the risk of a crash.,"Spartan will notify owners, and dealers will install new shock bolts, and shims if necessary, free of charge. The recall began August 20, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19015." -07/12/2019,19V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V529000),REV Recreation Group,Rear Air Deflector May Detach,EQUIPMENT,190709REV,Vehicle,163,"REV Recreation Group (REV) is recalling certain 2016-2019 American Coach American Eagle and 2016 American Heritage motorhomes equipped with factory-installed rear air deflectors. The center mounting plate for the rear air deflector may have been installed incorrectly with screws that may loosen, possibly resulting in the air deflector detaching from the vehicle.","If the rear air deflector detaches from the motorhome, it may become a road hazard, increasing the risk of a crash.","REV will notify owners, and dealers will properly secure the rear air deflector to the fiberglass cap with rivets, free of charge. The recall began August 30, 2019. Owners may contact REV customer service 1-800-509-3417. REV's number for this recall is 190709REV." -07/12/2019,19V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V524000),Blue Bird Body Company,Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,R19AF - NSB,Vehicle,13,"Blue Bird Body Company (Blue Bird) is recalling certain 2020 Vision and All American buses equipped with Specialty Prolo 24"" x 24"" roof hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Blue Bird will notify owners, and dealers will replace the outer hatch handle, free of charge. The recall began August 21, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AF - NSB." -07/12/2019,19V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V526000),Blue Bird Body Company,Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,R19AF - SB,Vehicle,1737,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2020 Vision and All American school buses equipped with Specialty Manufacturing Prolo roof emergency exit hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.","Blue Bird will notify owners, and Specialty dealers will replace the outer handle, free of charge. The recall began August 21, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AF - SB." -07/12/2019,19V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V527000),"Ameritrans Bus, Inc.",Vehicle May Rollaway,POWER TRAIN,NR (Not Reported),Vehicle,4,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain 2013-2016 Ameritrans Ram 5500 (R Series) vehicles. Pushing the brake pedal for prolonged periods when the vehicle is running and in PARK may cause the Brake Transmission Shift Interlock (BTSI) pin to stick in the open position. With the pin in the open position, the transmission can be shifted out of PARK into any gear without pushing the brake pedal or having the key in the ignition.",Being able to shift the transmission without pushing the brake pedal and/or without a key in the ignition can increase the risk of an unintended vehicle rollaway that may result in personal injury or a crash.,"Ameritrans has notified owners and Chrysler dealers will update the vehicle software, inspect the BTSI, and, as necessary, replace it, free of charge. The recall began July 23, 2019. Owners may contact Ameritrans customer service at 1-574-218-4786." -07/11/2019,19V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V520000),"Corp. Micro Bird, Inc.",Ground Wire May Short-Circuit and Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,52,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2019 MBII propane-powered vehicles equipped with a main battery cut-off switch. If the main battery cut-off switch is activated, the propane conversion controller grounding wire may melt.","A melted grounding wire may result in a short-circuit, increasing the risk of a fire in the engine compartment.","Micro Bird will notify owners and dealers will relocate the grounding, free of charge. The recall began August 6, 2019. Owners may contact Micro Bird customer service at 1-819-477-2012, extension 364." -07/11/2019,19V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V521000),"Maserati North America, Inc.",Incorrect Adjustment of LED Headlights/FMVSS 108,EXTERIOR LIGHTING,387,Vehicle,427,"Maserati North America, Inc. (Maserati) is recalling certain 2019 Levante vehicles equipped with full LED headlights with Adaptive Front Lighting System (AFLS). The headlights may be misadjusted above the maximum height allowed, possibly impairing other driver's visibility on the roadway. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Affecting the visibility of oncoming traffic can increase the risk of a crash.,"Maserati will notify owners, and dealers will adjust the headlights, free of charge. The recall began August 20, 2019. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 387." -07/10/2019,19V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V519000),"Subaru of America, Inc.",Driveshaft may Disconnect,POWER TRAIN,WUI-94,Vehicle,166,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Ascent vehicles. The center support bolts for the driveshaft may loosen, possibly resulting in the front portion of the driveshaft disconnecting.","If the front end of the driveshaft separates, it can increase the risk of a crash.","Subaru will notify owners, and dealers will replace the driveshaft assembly, including the center support brace, free of charge. The recall began July 26, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUI-94." -07/10/2019,19V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V518000),Ford Motor Company,Improperly Assembled Front Passenger Seat Belt,SEAT BELTS,19S23,Vehicle,7579,Ford Motor Company (Ford) is recalling certain 2019 Ford Ranger vehicles with a SuperCab body style. The front passenger seat belt may have been improperly assembled.,"Improperly assembled seat belts may not adequately restrain occupants in a crash, increasing their risk of injury.","Ford will notify owners, and dealers will inspect and, if necessary, replace the right front seat belt assembly, free of charge. The recall began July 29, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S23." -07/10/2019,19V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V517000),Keystone RV Company,Incorrectly Wired Breakaway Switch,"SERVICE BRAKES, ELECTRIC",19-357,Vehicle,485,"Keystone RV Company (Keystone) is recalling certain 2020 Crossroads Hampton and Sunset recreational trailers. The breakaway switch may have been incorrectly wired, which can cause the trailer brakes to not function in the event of a trailer separation from the tow vehicle.","If the trailer detaches from the tow vehicle, the breakaway switch may not activate the brakes, increasing the risk of a crash.","Keystone will notify owners, and dealers will rewire the breakaway switch, free of charge. The recall began July 29, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-357." -07/09/2019,19V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V516000),"Jayco, Inc.",Incorrectly Wired Breakaway Switch,"SERVICE BRAKES, ELECTRIC",9901438,Vehicle,103,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 White Hawk Travel Trailers. The breakaway switch may have been incorrectly wired, which can cause the trailer brakes to not function in the event of a trailer separation from the tow vehicle.","If the trailer separates from the tow vehicle, the breakaway switch may not activate the trailer brakes, increasing the risk of a crash.","Jayco will notify owners, and dealers will inspect the breakaway switch for proper wiring , rewiring it as necessary, free of charge. The recall began July 12, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901438." -07/05/2019,19V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V514000),Mazda North American Operations,Head Restraint May Detach,SEATS,3819F,Vehicle,9430,"Mazda North American Operations (Mazda) is recalling certain 2019 Mazda3 vehicles. The seat cover material on both front seats may interfere with the head restraint lock release button, causing it to stick in the release position and not allow the head restraint to lock into place.",Loose head restraints may increase the risk of injury in the event of a crash.,"Mazda will notify owners, and dealers will install spacers at the bottom of the lock release buttons on both front seat head restraints, free of charge. The recall began August 20, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3819F." -07/05/2019,19V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V515000),Ford Motor Company,Stuck Canister Purge Valve may Cause Stall,"FUEL SYSTEM, GASOLINE",19S22,Vehicle,57488,"Ford Motor Company (Ford) is recalling certain 2012 and 2017 Focus vehicles equipped with 2.0L GDI gasoline engines and 2013-2014 Focus ST vehicles equipped with 2.0L GTDI engines, previously recalled under 18V-735. The affected vehicles did not have the Powertrain Control Module (PCM) updated as intended. Therefore, the Canister Purge Valve (CPV) may malfunction, possibly causing excessive vacuum in the fuel vapor management system.","The excessive vacuum may result in an engine stall while driving, without warning and without the ability to restart the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the Powertrain Control Module. Dealers will also check for fault codes and replace the CPV as needed. If the CPV is replaced, dealers will inspect and replace the carbon canister, fuel tank and fuel delivery module as necessary. The recall began July 29, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S22." -07/03/2019,19V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V512000),"Winnebago Industries, Inc.",Exterior Compartment Door May Unexpectedly Open,STRUCTURE,158,Vehicle,766,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2017-2019 Forza motorhomes. The exterior storage compartment door may unexpectedly open while the vehicle is in motion.","If the storage compartment door opens while the vehicle is in motion, other drivers may swerve to avoid hitting the compartment door, or objects falling from within, increasing the risk of a crash.","Winnebago will notify owners and dealers will install a new latch and the catch will be inspected and properly aligned and readjusted if necessary. Winnebago issued owners an interim notification on August 14, 2019. The recall began September 29, 2020. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885." -07/03/2019,19V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V513000),"BMW of North America, LLC",High Pressure Fuel Pump May Crack and Leak,ENGINE,NR (Not Reported),Vehicle,115,"BMW of North America, LLC (BMW) is recalling certain 2020 750i xDrive, 2019 M850i xDrive Coupe, M850i xDrive Convertible, X5 xDrive50i, X7 xDrive50i, and M5 vehicles. The high pressure fuel pump may not have been properly attached to the engine, which may cause the fuel pump flange to crack, resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"BMW will notify owners, and dealers will replace the high pressure fuel pumps, free of charge. The recall began August 27, 2019. Owners may contact BMW customer service at 1-800-525-7417." -07/03/2019,19E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E044000),"DLT, LLC",Shifter Shaft May Break,POWER TRAIN,NR (Not Reported),Equipment,740,"DLT, LLC. is recalling certain CravenSpeed Fiat Short Shifter shafts sold for use in 2011-2019 Fiat 500 vehicles. The Shifter Shaft may have been improperly manufactured with a through hole for the set screw rather than a blind hole, which may lead to the breakage of the Shifter Shaft.","If the shifter breaks while the vehicle is in motion, it can increase the risk of a crash.","DLT has notified owners, and will provide a complete replacement shifter assembly with an updated shaft, free of charge. The recall began July 24, 2019. Owners may contact DLT customer service at 1-503-505-6886." -07/02/2019,19V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V510000),Volvo Trucks North America,Air tank May Detach,POWER TRAIN,RVXX1904,Vehicle,24848,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2019-2020 VAH, VHD, VNL, and VNR vehicles. The t-bolt clasps on the transmission auxiliary air tank straps may have been over-tightened, resulting in potential deformation to the strap where the t-bolt is anchored.","The deformation of the air tank strap t-bolts may cause the t-bolt to disconnect from the strap allowing the tank to drop to the ground and become a road hazard, increasing the risk of a crash.","Volvo Trucks will notify owners, and dealers will inspect and replace the air tank strap, if necessary, free of charge. The recall began August 7, 2019. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Truck's number for this recall is RVXX1904." -07/02/2019,19V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V508000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,EQUIPMENT,CSN 725,Vehicle,59,Altec Industries Inc. (Altec) is recalling certain 2018-2019 AT37/41/48 and L37/42/44 Aerial Devices. The high strength fasteners used to secure the pedestal to the turntable may fail.,"If the fasteners fail, the pedestal may separate from the turntable, increasing the risk of injury or death.","Altec will notify owners, and dealers will replace the fasteners, free of charge. The recall began August 22, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 725." -07/02/2019,19V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V509000),Volvo Trucks North America,Fuse May Blow/Transmission May Not Shift,ELECTRICAL SYSTEM,RVXX1903,Vehicle,235,"Volvo Trucks North America (Volvo Trucks) is recalling certain 2018-2020 VAH, VHD, VNL, and VNR vehicles. The fuse in the transmission circuit may blow, preventing the transmission from shifting.","If the fuse blows the transmission may not shift, increasing the risk of a crash.","Volvo Trucks will notify owners, and dealers will inspect and replace the fuse, if necessary, free of charge. The recall began August 7, 2019. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Truck's number for this recall is RVXX1903." -07/02/2019,19V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V511000),Nova Bus (US) Inc.,Improperly Tightened Cantilever Seats,SEATS,CR4663,Vehicle,802,"Nova Bus (Nova) is recalling certain 2014-2017 LFS and LFS Artic buses equipped with USSC cantilever seats. The hardware used to attach the cantilever seats to the side rail may have been improperly tightened. As a result, the cantilever seat may drop to the floor.","If the cantilever seat drops while it is occupied, there is an increased risk of an injury.","Nova will notify owners, and dealers will inspect and replace the seat rails and hardware, as necessary, free of charge. The recall began August 30, 2019. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4663." -07/02/2019,19V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V507000),"Daimler Vans USA, LLC",Incorrect Rear Side Windows Installed,VISIBILITY,VS3VERGLAS,Vehicle,1079,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz and Freightliner Sprinter 1500, 2500, 3500 and 4500 vehicles. The rear side windows may be single-pane safety glass instead of laminated safety glass.","In the event of a side impact crash or vehicle rollover, the fitted side windows may not adequately protect the rear occupants from being ejected, increasing their risk of injury.","DVUSA will notify owners, and Mercedes-Benz or Freightliner dealers will replace the single-pane safety glass with laminated safety glass., free of charge. DVUSA issued owners an interim notification on August 16, 2019. The recall began January 21, 2020. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3VERGLAS." -07/01/2019,19V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V505000),"Forest River, Inc.",Improperly Installed Trailer Brake Controller,ELECTRICAL SYSTEM,65-1046,Vehicle,63,"Forest River, Inc. (Forest River) is recalling certain 2019 Rockport work trucks equipped with an optional trailer brake controller. The brake controller may have been wired improperly, which may prevent the brake controller from activating the trailer brakes when the vehicle's brakes are applied.","Without the trailer brakes assisting, stopping distances may be lengthened, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the brake controller, free of charge. The recall began July 23, 2019. Owners may contact Forest River customer service at 1-574-327-2392. Forest River's number for this recall is 65-1046." -06/30/2019,19V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V504000),Thor Motor Coach,Slide Room may Move,EQUIPMENT,RC000170,Vehicle,1554,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Challenger, Miramar, Magnitude, Outlaw, Omni, and Palazzo motorhomes. The vehicle control system software may cause the slide-out room to move unexpectedly.",Unexpected movement of the slide-out room can increase the risk of a injury.,"TMC will notify owners, and dealers will update the affected software, free of charge. The recall is expected to begin August 28, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000170." -06/28/2019,19V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V503000),"Southeast Toyota Distributors, LLC",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,SET19A,Vehicle,1325,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2017-2019 Toyota Camry, Corolla, Rav4, Sienna, and Yaris iA vehicles equipped with factory-installed floor mats. The load carrying capacity modification label may be incorrect. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","An incorrect label may lead to unintentionally overloading the vehicle, increasing the risk of a crash.","SET will notify owners and provide a corrected label for placement over the inaccurate label, free of charge. The recall began August 23, 2019. Owners may contact Toyota customer service at 1-888-270-9371. SET's number for this recall is SET19A." -06/27/2019,19V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V499000),Honda (American Honda Motor Co.),Driver Frontal Air Bag Inflator May Explode,AIR BAGS,"Q5A, Y58",Vehicle,3947,"Honda (American Honda Motor Co.) is recalling certain 2003 Acura 3.2CL, 2002-2003 3.2TL, 2003-2006 MDX, 2001-2007 Honda Accord, 2001-2005 Civic, 2003-2005 Civic Hybrid, 2001-2005 Civic GX NGV, 2002-2006 CR-V, 2003-2011 Element, 2002-2004 Odyssey, 2003-2008 Pilot and 2006 Ridgeline vehicles. These vehicles are equipped with driver frontal air bag inflators assembled as a recall remedy part or replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the driver frontal air bag inflator, free of charge. The recall began August 12, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are Q5A and Y58." -06/27/2019,19V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V500000),Honda (American Honda Motor Co.),Driver Frontal Air Bag Inflator May Explode,AIR BAGS,"S5B, W59",Vehicle,1558,"Honda (American Honda Motor Co.) is recalling certain 2013 Acura ILX, 2015 RDX, 2005-2010 and 2012 RL, 2009-2014 TL, 2010 and 2012 ZDX, 2007-2011 CR-V, 2011-2013 and 2015 CR-Z, 2009-2013 Fit, 2013 Fit EV, 2010-2011 and 2013 Insight and 2007-2014 Ridgeline vehicles. These vehicles are equipped with driver frontal air bag inflators assembled as a recall remedy part or replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the driver frontal air bag inflator, free of charge. The recall began August 12, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are S5B and W59." -06/27/2019,19V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V498000),"Chrysler (FCA US, LLC)",Fuel Lines May Leak,"FUEL SYSTEM, DIESEL",V76,Vehicle,499,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 2500 and 3500 trucks, and 3500, 4500, and 5500 Cab Chassis vehicles equipped with diesel engines. The fuel lines may leak fuel into the engine compartment.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Chrysler will notify owners, and dealers will inspect the fuel lines, replacing them if necessary, free of charge. The recall began July 18, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V76." -06/27/2019,19V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V501000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"E5D, X5C",Vehicle,1657752,"Honda (American Honda Motor Co.) is recalling certain 2003-2006 Acura MDX, 2005-2012 RL, 2003-2007 Honda Accord, 2001-2005 Civic, 2003-2005 Civic Hybrid, 2001-2005 Civic GX NGV, 2002-2006 CR-V, 2003-2011 Element, 2007-2008 Fit, 2002-2004 Odyssey, 2003-2008 Pilot, and 2006-2014 Ridgeline vehicles. The vehicles are equipped with passenger frontal air bag inflators assembled as a recall remedy part or replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal airbag inflator, free of charge. The recall began August 12, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are E5D and X5C." -06/27/2019,19V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V502000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"F5F, Q5E",Vehicle,9555,"Honda (American Honda Motor Co.) is recalling certain 2009-2014 Acura TSX, 2011-2014 TSX Sport Wagon, 2010-2013 ZDX, 2008-2012 Honda Accord, 2010-2011 Accord Crosstour, 2006-2011 Civic and Civic Hybrid, 2008-2010 Civic GX NGV, 2012-2015 Crosstour, 2007-2011 CR-V, 2009-2013 Fit, 2014 Fit EV, 2010-2014 Insight, and 2009-2015 Pilot vehicles. The vehicles are equipped with passenger frontal air bag inflators assembled as a recall remedy part or replacement service part, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began August 12, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are F5F and Q5E." -06/27/2019,19V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V496000),Mazda North American Operations,Skid Plate and Bracket May Detach,STRUCTURE,3619F,Vehicle,2476,Mazda North American Operations (Mazda) is recalling certain 2016 Miata MX-5 vehicles. The skid plate and metal bracket may detach from underneath the vehicle.,"Parts that separate from the vehicle may become a road hazard, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace the skid plate, free of charge. The recall began August 2, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3619F." -06/27/2019,19V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V497000),Mazda North American Operations,Software Error May Cause Engine Stall,ENGINE,3719F,Vehicle,262220,"Mazda North American Operations (Mazda) is recalling certain 2018-2019 CX-5, Mazda6, and 2019 Mazda3 vehicles. A software error in the powertrain control module (PCM) may cause the engine to stall.",An unexpected stall increases the risk of a crash.,"Mazda will notify owners, and dealers will reprogram the PCM software, free of charge. The recall began August 20, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3719F." -06/26/2019,19V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V495000),"Nissan North America, Inc.",Alternator Harness may Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,91319,"Nissan North America, Inc. (Nissan) is recalling certain 2017-2019 gasoline, light duty, Titan vehicles. The alternator harness may have been damaged during the engine installation process, possibly resulting in an electrical short.","An electrical short may cause an engine stall, increasing the risk of a crash. In addition, it increases the risk of a fire.","Nissan will notify owners, and dealers will inspect the alternator harness for the proper routing and any damage. The harness will be clipped into the correct position or replaced as necessary, free of charge. The recall began August 8, 2019. Owners may contact Nissan customer service at 1-800-867-7669." -06/26/2019,19V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V491000),Toyota Motor Engineering & Manufacturing,DC-DC Converter may Fail,HYBRID PROPULSION SYSTEM,K0K,Vehicle,464,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 Prius C vehicles. The DC-DC converter may fail resulting in the auxiliary battery no longer receiving power from the converter, which may cause a loss of drive.",A loss of drive increases the risk of crash.,"Toyota will notify owners, and dealers will replace the DC-DC converter with a new one, as necessary, free of charge. The recall began August 23, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K0K." -06/26/2019,19V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V493000),"Subaru of America, Inc.",Improperly Applied Spot Welds,STRUCTURE,WUH-93,Vehicle,2107,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Legacy and Outback vehicles. Spot welds located on the duct below the cowl panel may have been improperly applied, impacting the vehicle's body strength.","In the event of a crash, the reduced strength of the vehicle body may increase the risk of injury.","Subaru will notify owners, and dealers will inspect the vehicles and repair or repurchase the vehicle, as necessary, free of charge. The recall began July 26, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUH-93." -06/26/2019,19V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V492000),Jerr-Dan Corporation,Inactivity of Remote Causes Engine Shutdown,ENGINE,NR (Not Reported),Vehicle,33,"Jerr-Dan Corporation (Jerr-Dan) is recalling certain 2018-2019 Heavy Duty Wrecker vehicles equipped with the optional recovery remote control. If the remote and control system switch is not turned off by the operator, after three minutes of remote inactivity, the truck's engine may unexpectedly shut down.",An unexpected engine shut down can increase the risk of crash.,"Jerr-Dan will notify owners, and dealers will reprogram the remote, free of charge. The recall began August 15, 2019. Owners may contact Jerr-Dan customer service at 1-800-926-9666." -06/25/2019,19V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V490000),"Charles Machine Works, Inc.",Lock Nuts may Allow Trailer Hitch to Disconnect,TRAILER HITCHES,ID0568989,Vehicle,290,"Charles Machine Works Inc (Charles Machine) is recalling certain 2018 Ditch Witch VT17, 2018-2019 VT20 and VT24 trailers. The lock nuts that attach the hitch to the trailer may be insufficient to clamp the load after the hitch height has been adjusted.","Without a sufficient clamp load, the hitch may unexpectedly detach from the trailer, increasing the risk of a crash.","Charles Machine has notified owners, and will provide new hardware, free of charge. The recall began June 28, 2019. Owners may contact Charles Machine customer service at 1-800-654-6481. Charles Machine's number for this recall is ID0568989." -06/25/2019,19V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V489000),"Daimler Vans USA, LLC",Loss of Electric Power Steering,STEERING,VS2LENKEPS,Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz Metris vehicles. An internal sensor within the electric power steering unit may have been improperly manufactured, possibly resulting in the deactivation of the electric power steering assist.",An unexpected loss of power steering assist can increase the risk of crash.,"DVUSA will notify owners, and Metris dealers will replace the steering unit, free of charge. The recall began July 2, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2LENKEPS." -06/24/2019,19V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V488000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2618F,Vehicle,211,"Mazda North American Operations (Mazda) is recalling certain 2010-2011 Mazda RX-8 vehicles that were previously recalled under recall 18V-716 but have not yet been repaired. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. The recall began July 9, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 2618F." -06/21/2019,19V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V477000),Shyft Group,Brake Pedal Clevis Pin Clip May Detach,EXTERIOR LIGHTING,19013,Vehicle,4534,Spartan Motors USA (Spartan) is recalling certain 2012-2019 Fleet Utilimaster Walk In vehicles built on a DTNA chassis. The brake pedal clevis pin clip may rub or bend on the throttle pedal and possibly detach.,"If the clip is detaches and clevis pin slides out of position, the brake lights may fail. Loss of brake lights may mislead other drivers if they are unaware the vehicle is stopping or slowing down, which increases the risk of crash. If the pin continues to slide out further, the pedal may detach, increasing the risk of crash.","DTNA will notify Spartan owners, and DTNA dealers will inspect the clevis pin clearance and correct it as necessary, free of charge. The recall began July 22, 2019. Owners may contact DTNA customer service at 1-800-547-0712 or Spartan at 1-800-543-5008. Spartan's number for this recall is 19013." -06/21/2019,19V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V478000),"Navistar, Inc.",Excessive Force Needed to Buckle Seat Belts,SEAT BELTS,19510,Vehicle,1035,"Navistar, Inc. (Navistar) is recalling certain 2011 IC Bus BE, CE, and RE school buses equipped with certain non-retractable passenger two-point seat belts. After long term buckling and unbuckling of the seat belt, the plastic fingers on the male portion of the buckle may crack and fall off, requiring excessive force to buckle the seat belt.","The seat belt may not easily buckle, increasing the risk of an injury in the event of a crash.","Navistar will notify owners and dealers will replace the seat belt assemblies, free of charge. Navistar issued owners an interim notification on August 16, 2019. The recall began September 23, 2019. Owners may contact Navistar customer service at 1-800-448-7825." -06/21/2019,19V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V479000),"Navistar, Inc.",Excessive Force to Needed Buckle Seat Belts,SEAT BELTS,19511,Vehicle,9,"Navistar, Inc. (Navistar) is recalling certain 2011 IC CE transit buses equipped with certain non-retractable passenger two-point lap belts. After long term buckling and unbuckling of the seat belt, the plastic fingers on the male portion of the buckle may crack and fall off, requiring excessive force to buckle the seat belt.","In the event of a crash, the seat belt may not buckle or properly restrain a passenger in the event of a crash, increasing the risk of an injury.","Navistar will notify owners and dealers will replace the seat belt assemblies, free of charge. Navistar issued interim notifications to owners on August 16, 2019. The recall began September 23, 2019. Owners may contact Navistar customer service at 1-800-448-7825." -06/21/2019,19V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V484000),Oshkosh Corporation,Hydraulic Tank Overpressurize and Rupture,EQUIPMENT,NR (Not Reported),Vehicle,94,"Oshkosh Corporation (Oshkosh) is recalling certain 2018 McNeilus Bridgemaster V Concrete Mixer vehicles previously recalled under 18V-322. The vehicles may have received an incorrect replacement part during the recall remedy. The filler neck check valve may seal the tank too tightly, causing the tank to overpressurize and possibly rupture.","If the tank ruptures it may cause hydraulic fluid to spill. The ruptured tank can cause injuries from plastic debris. The spilled hydraulic fluid could be hot which could cause burn injuries. If the vehicle is on the road when the tank ruptures, the tank pieces or spilled hydraulic fluid may cause a road hazard which could increase the risk of a crash.","Oshkosh will notify owners, and instruct owners to inspect the vehicle to determine which filler neck was received and installed as part of 18V-322. If found to be incorrect, dealers will replace the filler neck, free of charge. The recall began August 9, 2019. Owners may contact Oshkosh customer service at 1-888-686-7278." -06/21/2019,19V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V487000),"Charles Machine Works, Inc.",Improperly Crimped Brake Wire Terminals,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,796,"Charles Machine Works Inc. (Charles Machine) is recalling certain 2018-2019 Ditch Witch VT9, VT12, VT14, VT17, VT20 and VT24 trailers. The brake wire terminals may have been improperly crimped, which can result in the trailer brakes failing to apply when commanded.","If the trailer brakes do not apply as expected, the distance required to stop the trailer may be lengthened, increasing the risk of crash.","Charles Machine has notified owners, and dealers will replace the brake terminals with a machine terminal, free of charge. The recall began June 25, 2019. Owners may contact Charles Machine customer service at 1-800-654-6481." -06/21/2019,19V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V483000),"Altec Industries, Inc.",Loss of Brake Pressure/FMVSS 121,"SERVICE BRAKES, AIR",CSN 724,Vehicle,957,"Altec Industries Inc. (Altec) is recalling certain 2003-2019 Altec TA45, TA50, TA55, TA60, L37, L39, LRV, LR7, A-T40C, T40P and AP45 vehicles equipped with air-cushioned pintle hitch and/or accessory air components. The accessories utilizing chassis air supply may be missing pressure protection valves. The accessory lines may not prevent service brake line pressure loss due to failure or leakage in the accessory air system. Additionally, the air cushioned pintle hook may have been connected to the incorrect air lines. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",Loss of service brake pressure can increase the risk of a crash.,"Altec will notify owners, and dealers will inspect the pressure protection installation and repair any unit that does not pass inspection, free of charge. The recall began August 15, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 724." -06/21/2019,19V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V486000),Oshkosh Corporation,Loss of Hydraulic Assist Steering,STEERING,NR (Not Reported),Vehicle,72,"Oshkosh Corporation (Oshkosh) is recalling certain 2018-2019 S-Series Mixer vehicles equipped with Cummins X12 engines with two hydraulic lines. The hydraulic hoses may have been unintentionally switched and installed to the wrong location, which can cause a loss of hydraulic assist steering.","Loss of hydraulic assist steering may make it difficult to steer the vehicle, increasing the risk of a crash.","Oshkosh will notify owners, and Oshkosh S-Series Service will correct any improperly installed hoses, free of charge. The recall began August 12, 2019. Owners may contact Oshkosh customer service at 1-888-686-7278." -06/21/2019,19V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V476000),"Forest River, Inc.",Outside Kitchen not GFCI Protected,ELECTRICAL SYSTEM,110-1035,Vehicle,2114,"Forest River, Inc. (Forest River) is recalling certain 2017-2020 Coachmen Chapparal, Chapparal Lite, Chapparal X-Lite and Shasta Phoenix recreational trailers. The outside kitchen may be equipped with a standard outlet receptacle and not a Ground Fault Circuit Interrupter (GFCI) protected outlet.","If the outside kitchen receptacles are not GFCI protected, occupants may be electrically shocked, increasing the risk of injury or death.","Forest River will notify owners, and dealers will replace a standard 110V outlet in the exterior kitchen with a Ground Fault Circuit Interrupter (GFCI) one. The recall is expected to begin July 31, 2019. Owners may contact Forest River customer service at 1-574-825-8360. Forest River's number for this recall is 110-1035." -06/21/2019,19V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V485000),Oshkosh Corporation,Positive Battery Cable may Chafe and Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18,"Oshkosh Corporation (Oshkosh) is recalling certain 2019 McNeilus Meridian FEL, Atlantic FEL, Contender FEL refuse trucks. The battery cables may have been incorrectly routed and may rub against the fuse box bracket, causing the positive battery cable insulation to wear through.","If the battery cable continues to rub against the fuse box bracket, it may short-circuit, increasing the risk of fire.","Oshkosh will notify owners to inspect the battery box and reroute the battery cables to ensure they do not come into contact with the fuse box bracket or battery bolts. The recall began August 12, 2019. Owners may contact Oshkosh customer service at 1-888-686-7278." -06/21/2019,19E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E042000),Specialty Manufacturing Co.,Roof Hatch External Handle May Break/FMVSS 217,STRUCTURE,NR (Not Reported),Equipment,18550,"Specialty Manufacturing Co. (Specialty) is recalling certain Prolo 24""x 24"" roof hatches. Due to a manufacturing issue, the roof hatch external handle may unexpectedly break under reasonable use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the roof hatch external handle breaks, in the event of an emergency, the hatch cannot be easily opened from outside the vehicle, increasing the risk of injury.",The remedy for this recall is still under development. The manufacturer has not yet provided a notification schedule. Owners may contact Specialty customer service at 1-800-951-7867. -06/21/2019,19V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V481000),"Forest River, Inc.",Slide-Room may Extend Unexpectedly,EQUIPMENT,68-0991,Vehicle,688,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Georgetown and FR3 motorhomes. The slim-rack slide out mechanisms may activate unintentionally, moving the slide room in or out unexpectedly.","If the slide-room extends or retracts unexpectedly, there is an increased risk of injury.","Forest River will notify owners, and dealers will provide a new controller and switch for the slideout mechanism, free of charge. The recall is expected to begin July 31, 2019. Owners may contact Forest River at 1-574-206-7600. Forest River's number for this recall is 68-0991." -06/21/2019,19V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V482000),"Forest River, Inc.",Unprotected 12V and 110V Generator Wiring Cables,ELECTRICAL SYSTEM,31-1036,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain 2020 Work and Play fifthwheel (WPF33W17) trailers. The 12V and 110V cables for an optional generator may not be isolated from objects stored in the generator compartment, which can result in an electrical short.",An electrical short can increase the risk of fire.,"Forest River will notify owners, and dealers will isolate the wires in the generator compartment so that they can't short, free of charge. The recall is expected to begin July 31, 2019. Owners may contact Forest River customer service at 1-574-825-6302. Forest River's number for this recall is 31-1036." -06/20/2019,19E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E043000),"TRW Automotive, Inc.",Air Bag ECU May Malfunction,AIR BAGS,NR (Not Reported),Equipment,36971,"TRW Automotive Inc. (TRW) is recalling certain air bag electronic control units (ECU). These ECUs may malfunction, possibly disabling the deployment of the air bags and/or seat belt pretensioners or causing them to unexpectedly deploy.","In the event of a crash, air bags and/or seat belt pretensioners that do not deploy as intended may increase the risk of injury.","TRW is working with the affected vehicle manufacturers who are conducting campaigns to replace the ECU's, free of charge." -06/19/2019,19V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V473000),"Volkswagen Group of America, Inc.",Instrument Panel Carrier May Break; Damage Airbags,AIR BAGS,90N1,Vehicle,28,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Audi Q5 and SQ5 vehicles. In the event of a crash deploying the passenger's frontal air bag, the instrument panel carrier may break due to incorrect welding. If the carrier breaks, there may be damage to the passenger frontal air bag.","A damaged frontal air bag may not provide adequate protection, increasing the risk of an injury.","Audi will notify owners, and dealers will replace the instrument panel and the passenger frontal air bag, free of charge. The recall began August 16, 2019. Owners may contact Volkswagen customer service at 1-800-253-2834. Volkswagen's number for this recall is 90N1." -06/19/2019,19V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V472000),"BMW of North America, LLC",Loss of Electrical Power/Stalling,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16641,"BMW of North America, LLC (BMW) is recalling certain 2009 328i and 328xi, 2009-2011 335d, 2008-2012 M3 Coupe and M3 Convertible, and 2008-2011 M3 Sedan vehicles. The connection of the positive battery cable at the fuse box terminal may degrade, resulting in an intermittent loss of electrical power.","A loss of electrical power can cause the vehicle to stall, increasing the risk of a crash.","BMW will notify owners, and dealers will replace and secure the positive battery cable connector, free of charge. The recall began August 14, 2019. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall is an expansion of a previous recall, number 18V-314." -06/19/2019,19V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V474000),"Volkswagen Group of America, Inc.",Passenger Air Bag May Deactivate,AIR BAGS,69Z4,Vehicle,138896,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2015-2016 Audi S3 Sedan, 2015-2019 A3 Sedan and A3 Cabriolet, 2016-2018 A3 e-tron, and 2017-2019 RS3 vehicles. An improper electrical contact may cause the Passenger Occupant Detection System (PODS) to falsely detect a malfunction and deactivate the passenger air bag.",A deactivated passenger air bag increases the risk of injury during a crash.,"Audi will notify owners, and dealers will replace the connector and reroute the cable, free of charge. The recall began September 12, 2019. Owners may contact Volkswagen customer service at 1-800-253-2834. Audi's number for this recall is 69Z4." -06/19/2019,19E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E041000),"Gillig, LLC",Roof Hatch Glass may Shatter,STRUCTURE,NR (Not Reported),Equipment,7,Gillig LLC (Gillig) is recalling certain Transpec T287X Series glass roof hatches sold as aftermarket parts. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.,"If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","Gillig will notify owners, and the glass hatch manufacturer will provide replacement hatch lids. The recall began July 26, 2019. Owners may contact Specialty customer service at 1-800-951-7867 or Gillig at 1-510-264-5073 or 1-800-735-1500." -06/19/2019,19V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V471000),Blue Bird Body Company,VCU May Shut Down High Voltage Contactors,ELECTRICAL SYSTEM,R19AE (SB),Vehicle,19,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2019 Vision and All American school buses equipped with PowerDrive 7000 EV electric drivetrains. The Vehicle Control Unit (VCU) may unexpectedly shut down the high voltage contactors, resulting in loss of all systems powered by high voltage, including the traction drive system and power steering.",An unexpected loss of drive and power steering may increase the risk of a crash.,"Cummins will notify Blue Bird owners and will update the VCU software with a revised version, free of charge. The recall began July 24, 2019. Owners may contact Cummins customer service at 1-800-286-6467 or Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R19AE (SB)." -06/18/2019,19V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V466000),SVO Group Inc,Back Up Camera Display Image may be Reversed,EQUIPMENT,19E-009,Vehicle,52,SVO Group Inc. (SVO Group) is recalling certain 2017-2018 Ford E-350 and E-450-based shuttle buses equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","SVO Group will work with ASA to notify owners, and ASA will provide a harness relay capacitor module to eliminate the image reversal, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400." -06/18/2019,19V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V463000),Farber Specialty Vehicles,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,18E-063,Vehicle,1,"Farber Specialty Vehicles (Farber) is recalling certain 2017 Ford F-550 vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Farber will notify owners, and Whelen will remedy the lights, free of charge. The recall began February 4, 2020. Owners may contact Whelen customer service at 1-860-718-2331 or Farber at 1-800-331-3188." -06/18/2019,19V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V464000),Farber Specialty Vehicles,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Farber Specialty Vehicles (Farber) is recalling certain 2018 International 4300 SBA vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Farber will notify owners, and Whelen will remedy the lights, free of charge. The recall began January 24, 2020. Owners may contact Whelen customer service at 1-860-718-2331 or Farber at 1-800-331-3188." -06/18/2019,19V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V467000),Isuzu Motors Limited,Steering Wheel Bolt May Break,STEERING,V1902,Vehicle,3851,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018-2020 FTR and Chevrolet 6500XD vehicles. The jam nut for the steering stopper bolt on the left front knuckle may loosen and allow the bolt to back away from the steering knuckle, increasing the turning radius of the vehicle in a left turn.","If the vehicle's turning radius is increased, there is an increased risk of a crash.","Isuzu will notify owners, and dealers will replace the existing left and right jam nuts with a Grade 8 jam nut, torque the nut to a new torque specification and apply Loctite to the nut and bolt, free of charge. The recall began July 19, 2019. Owners may contact Isuzu customer service at 1-866-441-9638, GM owners may contact GM customer service at 1-800-862-4389. Isuzu's number for this recall is V1902." -06/17/2019,19V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V454000),"Forest River, Inc.",Block Heater Cable Splice Connector May Corrode,ENGINE,78-1032,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Berkshire Coach Ultra UL1912 and UL1913 motorhomes. Water and contaminants may get into the block heater cable's splice connector causing corrosion and damage.","When the heater is plugged in, prolonged corrosion could cause a resistive short, increasing the risk of overheated or melted wiring which can increase the risk of a fire.","Forest River will notify owners, and Ford dealers will disable the vehicle's engine block heater cable, free of charge. The recall began June 27, 2019. Owners may contact Ford customer service at 1-866-436-7332. Forest River's number for this recall is 78-1032." -06/17/2019,19V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V456000),"Autocar, LLC",Drive Shaft Support Cross Member May Fail,STRUCTURE,ACX-1906,Vehicle,275,"Autocar, LLC (Autocar) is recalling certain 2013-2018 Autocar Xpeditor vehicles. The drive shaft support cross member may fail.","If the cross member fails, the components that it supports may come loose from the vehicle, increasing the risk of crash.","Autocar will notify owners, and dealers will install additional support brackets and cross members and replace any damaged components, free of charge. Autocar issued owners an interim notification on August 7, 2019. The recall began October 13, 2020. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1906." -06/17/2019,19V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V465000),"Altec Industries, Inc.",Non-DOT Brake Line Fittings/FMVSS 106,"SERVICE BRAKES, AIR",CSN 723,Vehicle,328,"Altec Industries Inc. (Altec) is recalling certain 2003-2019 Altec AD108 Cable handlers and HLIW-T Trailer Mounted Insulator Washer vehicles. The vehicles may be equipped with non-DOT brake line fittings that may leak at the air fittings. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 106, ""Brake Hoses.""","If the brake lines leak, the parking brake may drag, increasing the risk of crash.","Altec will notify owners, and dealers will inspect the vehicles and replace the brake line air fittings if necessary, free of charge. The recall began July 31, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 723." -06/17/2019,19V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V455000),"Altec Industries, Inc.",Pedestal May Separate From the Turntable,EQUIPMENT,CSN 722,Vehicle,542,"Altec Industries Inc. (Altec) is recalling certain 2017-2018 LR7, TA50/55/60 and L42/45 Aerial Devices. Multiple fasteners used to secure the rotation bearing may break, possibly resulting in the pedestal separating from the turntable.","If the pedestal separates from the turntable, it can increase the risk of injury or death.","Altec will notify owners, and dealers will replace the affected fasteners, free of charge. The recall began July 31, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 722." -06/14/2019,19V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V461000),"Maserati North America, Inc.",Air Bags May Not Deploy Properly,AIR BAGS,386,Vehicle,739,"Maserati North America, Inc. (Maserati) is recalling certain 2015-2018 Granturismo and 2016-2018 Granturismo Convertible vehicles. The air bag Electronic Control Unit (ECU) may have a defective power supply capacitor that can cause a deactivation or inadvertent deployment of the air bag.",A deactivated air bag increases the risk of injury. An inadvertent deployment of the air bag increases the risk of a crash.,"Maserati will notify owners, and dealers will replace the air bag ECU, free of charge. The recall is expected to begin July 30, 2019. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 386." -06/14/2019,19V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V462000),"Caterpillar, Inc.",Boom Support Plate May Obscure Visibility,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,6,"Caterpillar Inc. (Caterpillar) is recalling certain 2015-2019 Progress Rail 75HRT SkyTrim Hi-Rail vehicles. The boom cradle includes a support plate that may block the driver's visibility. Additionally, the slew may be insufficient, which may result in the detachment of the boom from the cradle while the vehicle is in motion.","The lack of visibility may increase the risk of crash. The detachment of the boom and cradle may become a road hazard, increasing the risk of crash.","Caterpillar will notify owners, and Progress Rail dealers will relocate the boom cradle to provide visibility for the driver, and revise the boom hydraulic circuit to prevent an inadvertent boom in the event of a hose failure or leak. These repairs will be performed free of charge. The recall began August 12, 2019. Owners may contact Caterpillar customer service at 1-800-447-4986." -06/14/2019,19V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V457000),"Mercedes-Benz USA, LLC",Driveshaft May Detach,POWER TRAIN,2019090018,Vehicle,1002,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016-2017 AMG GTS and 2017 AMG GT vehicles. The bonding between the carbon-fiber driveshaft and the engine/transmission flange may be insufficient, causing the driveshaft to separate while in motion.","If the driveshaft separates, there may be a loss of drive, increasing the risk of crash.","MBUSA will notify owners, and dealers will replace the carbon-fiber draft shaft, including the flange, free of charge. The recall began November 4, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019090018." -06/14/2019,19V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V459000),"Mercedes-Benz USA, LLC",Improper Weld May Allow Water To Leak In,STRUCTURE,2019060007,Vehicle,753,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350 4Matic and GLE450 4Matic vehicles. A welding error during production may have resulted in a small hole in the floor, possibly allowing water to leak into the passenger cabin.","Water in the passenger compartment may affect the vehicle's electrical systems, increasing the risk of a crash or injury.","MBUSA will notify owners, and dealers will seal the affected area, free of charge. The recall began July 31, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019060007." -06/14/2019,19V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V453000),"Forest River, Inc.",Incorrect Federal Placard Information,EQUIPMENT,64-1033,Vehicle,70,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Cherokee trailers, model CKT294BH. The Federal Placard states incorrect Cargo Carrying Capacity (CCC) and Gross Vehicle Weight Rating (GVWR) information, which may result in the trailer being overloaded.",An operator may rely on the incorrect Placard information and overload the trailer causing a loss of control and increasing the risk of a crash.,"Forest River has notified owners, providing replacement placards that contain accurate Gross Vehicle Weight Rating and Cargo Carrying Capacity information, free of charge. The recall began June 24, 2019. Owners may contact Forest River customer service at 1-541-995-3447. Forest River's number for this recall is 64-1033." -06/14/2019,19V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V458000),"Mercedes-Benz USA, LLC",Passenger Air Bag may not Deploy Properly,AIR BAGS,2019070011,Vehicle,11,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2020 GLE350 4Matic and GLE450 4Matic vehicles. In the event of a crash while the temperature in the passenger cabin is very high, the passenger frontal air bag deployment may be delayed or may not completely deploy.",An air bag that does not deploy as intended can increase the risk of injury in the event of a crash.,"MBUSA has notified dealers. All affected vehicles are still within the manufacturer's control. Dealers will replace the passenger air bag module, free of charge. The recall began August 14, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019070011." -06/14/2019,19V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V451000),"Gillig, LLC",Roof Hatch Glass may Shatter,STRUCTURE,NR (Not Reported),Vehicle,25,Gillig LLC (Gillig) is recalling certain 2018-2019 Low Floor vehicles equipped with a certain batch of glass roof hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.,"If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","Gillig will notify owners, and the glass hatch manufacturer will provide replacement hatch lids, free of charge. The recall began June 27, 2019. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -06/14/2019,19V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V460000),"Proterra Operating Company, Inc.",Roof Hatch Glass may Shatter,STRUCTURE,SC-19-79,Vehicle,21,"Proterra, Inc. (Proterra) is recalling certain 2018-2019 Catalyst buses equipped with a certain batch of glass roof hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.","If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","Proterra will notify owners, and the glass hatch manufacturer will provide replacement hatch lids, free of charge. The recall began August 13, 2019. Owners may contact Proterra at 1-864-438-0000. Proterra's number for this recall is SC-19-79." -06/14/2019,19V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V452000),PACCAR Incorporated,Turn Signals May Illuminate with Stop/Tail Lights,EXTERIOR LIGHTING,19PBC,Vehicle,343,"PACCAR Incorporated (PACCAR) is recalling certain 1990-2020 Peterbilt 320 and 520 vehicles built with specific amber rear turn signals. The turn signals may also light up with the stop/tail lights when the brakes are applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Rear Turn signals that illuminate at the same time as the brake lights may create confusion and impair the effectiveness of the brake lights, increasing the risk of a crash.","PACCAR will notify owners, and for trucks with rear amber lights, dealers will add a jumper harness between the chassis electrical harness and amber tail lights, free of charge. The recall began August 1, 2019. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 19PBC." -06/13/2019,19V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V450000),"Erwin Hymer Group North America, Inc.",2nd Row Seats May not Provide Crash Protection,SEATS,2019-01,Vehicle,1701,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling 2013-2019 Roadtrek E-Trek, RS Adventurous, CS Adventurous, and TS Adventurous motorhomes built on Sprinter chassis and equipped with one or two second row captain's chairs, with integrated seat belts. The seat pedestal base anchor brackets to the chassis fame may not have enough strength to prevent the seat and seat belt from moving in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages"" and 207, ""Seating Systems.""","In the event of a crash, the second-row captain seats may not provide adequate protection for occupants, increasing their risk of injury.","Erwin Hymer issued owners an interim notification on June 26, 2019. Owners may contact Erwin Hymer customer service at 1-844-464-3735. Erwin Hymer's number for this recall is 2019-01." -06/13/2019,19V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V449000),"Chrysler (FCA US, LLC)",Loss of Air Bag Acceleration Sensor Connection,AIR BAGS,V63,Vehicle,41169,Chrysler (FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles. The impact and acceleration sensors may fail and reduce the air bag system's ability to properly detect certain crash events.,"In the event of a crash, the inability to properly detect a crash may result in improper air bag deployment, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the affected sensors, free of charge. The recall began August 8, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V63." -06/13/2019,19V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V448000),"Chrysler (FCA US, LLC)",Spare Tire may not match Spare Tire Information,TIRES,V67,Vehicle,27,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 trucks. The spare tire provided may differ in size and required inflation pressure from the information on the tire placard label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The driver, referencing the tire placard label, may incorrectly inflate the spare tire, increasing the risk of a crash.","Chrysler has notified owners, and dealers will replace the incorrect size spare tire with the correct size spare tire, free of charge. The recall began June 27, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V67." -06/13/2019,19V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V447000),"Chrysler (FCA US, LLC)",Stuck Transmission Clutch May Cause Loss of Drive,POWER TRAIN,V69,Vehicle,81615,"Chrysler (FCA US LLC) is recalling certain 2014 Jeep Cherokee vehicles equipped with 3.2L engines. In the event that a clutch becomes stuck in the transmission, the transmission software may shift the transmission to neutral.","An unexpected shift to neutral would result in a loss of drive, increasing the risk of crash.","Chrysler will notify owners, and dealers will update the transmission software, free of charge. The recall began August 8, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V69." -06/13/2019,19E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E040000),"Cummins, Inc.",VCU May Shut Down High Voltage Contactors,ELECTRICAL SYSTEM,N/A,Equipment,40,"Cummins Inc. (Cummins) is recalling certain Vehicle Control Units (VCU) for PowerDrive 7000 EV, part number 300114 Revision A, sold for use in school buses. The VCU may unexpectedly shut down the high voltage contactors, resulting in loss of all systems powered by high voltage, including the traction drive system and power steering.",An unexpected loss of drive and power steering may increase the risk of a crash.,"Cummins has notified the only vehicle manufacturer affected, and Cummins will work with the vehicle owners to update the VCU software with a revised version, free of charge. The recall began June 19, 2019. Owners may contact Cummins customer service at 1-800-286-6467." -06/12/2019,19V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V445000),"Porsche Cars North America, Inc.",Driveshaft Bolts May Loosen,POWER TRAIN,AKB2,Vehicle,3,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2019 911 GT2 RS and 2020 911 Carrera S Coupe vehicles. The bolts connecting the driveshaft to the wheel hub may not have been properly tightened.","If the driveshaft disconnects from the wheel hub, it can increase the risk of crash.","Porsche will notify owners, and dealers will properly tighten the driveshaft connection to the wheel hub, free of charge. The recall began August 9, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKB2." -06/12/2019,19V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V446000),"Porsche Cars North America, Inc.",Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,AKB1,Vehicle,99665,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2003-2006 Cayenne S, Cayenne Turbo, 2004-2010 Cayenne, 2006 Cayenne Turbo S, 2010-2016 Panamera S, Panamera 4 S, Panamera Turbo, 2011-2016 Panamera, Panamera 4, 2012-2013 Panamera Turbo S, 2013-2016 Panamera 4 GTS, 2014-2016 Panamera 4 S Executive, Panamera Turbo Executive, Panamera Turbo S G1 II, Panamera Turbo S Executive, 2013 Panamera 4 Platinum Edition, Panamera Platinum Edition, 2016 Panamera 4 Edition, Panamera Edition, Panamera Turbo S Executive Luxury Sports vehicles. The bushing that attaches the gear selector lever to the gearbox may degrade over time, causing the bushing to detach. This condition could allow the driver to move the shift lever to Park and remove the ignition key, while the transmission may not be in Park, with no warning message or audible chime.","If the vehicle is exited without the transmission being in Park and without the parking brake being applied, the vehicle may unexpectedly move, increasing the risk of a crash.","Porsche will notify owners, and dealers will replace the shifter cable bushing, free of charge. Owners are instructed to use the parking brake until their vehicle is repaired. The recall began August 9, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKB1." -06/11/2019,19V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V428000),"Unicell Body Company, Inc.",Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,325,"Unicell Body Company Inc. (Unicell) is recalling certain 2017-2019 Chevrolet Express and GMC Savanna, 2018-2019 Hino 155, Ford Econoline and Transit and Isuzu NPR, and 2018 Ram ProMaster-based vehicles equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Unicell will work with ASA Electronics to notify owners and offer a remedy, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service 1-800-384-4400 or Unicell at 1-716-853-8628." -06/11/2019,19V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V441000),"Godwin Manufacturing Company, Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,10,"Godwin Manufacturing Company, Inc. (Godwin) is recalling certain 2017 453USS10/26 dump body vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Godwin has notified owners and Whelen has provided replacement brake lights, fee of charge. The recall began April 1, 2019. Owners may contact Godwin customer service at 1-800-892-0181 or Whelen customer service at 1-860-718-2331." -06/11/2019,19V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V443000),"Daimler Trucks North America, LLC",Front Axles may be Insufficiently Lubricated,POWER TRAIN,FL-817,Vehicle,809,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Business Class M2 and 2020 108SD vehicles equipped with Meritor MX 120 EVO Front Drive Steer axles. The axles may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","DTNA will notify owners, and dealers will inspect and replace the wheel end components, as necessary, free of charge. DTNA issued owners an interim notification on August 7, 2019. The recall began September 10, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-817." -06/11/2019,19V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V438000),"Chrysler (FCA US, LLC)",Incorrect ORC Calibration,AIR BAGS,V73,Vehicle,869,Chrysler (FCA US LLC) is recalling certain 2019 Jeep Renegade vehicles equipped with the Upland trim package. The Occupant Restraint Controller (ORC) may have been incorrectly calibrated.,"The miscalibrated ORC may incorrectly deploy the air bags during a frontal crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the ORC. The recall began September 24, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V73." -06/11/2019,19V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V436000),Entegra Coach,Insufficiently Tightened Steering Shaft Bolt,STEERING,9803435,Vehicle,88,Entegra Coach (Entegra) is recalling certain 2020 Anthem and Cornerstone motorhomes. The steering shaft bolt may have been insufficiently tightened.,"An unsecured bolt may cause the steering wheel not to function, increasing the risk of a crash.","Entegra will notify owners, and dealers will inspect the motorhome and tighten the steering shaft bolt, as necessary, free of charge. The recall began June 17, 2019. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9803435." -06/11/2019,19V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V444000),"Daimler Trucks North America, LLC","Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",FL-818,Vehicle,11546,"Daimler Trucks North America LLC (DTNA) is recalling certain 2010-2020 Thomas Built Buses Saf-T-Liner C2, 2016-2019 HDX, and 2017-2019 EFX school buses equipped with Bendix Air Disc Brakes. The driver side rear brakes may drag.","The dragging brakes may lead to high temperatures at the wheel end, increasing the risk of smoke and fire, possibly resulting in the bus having to be evacuated, which can increase the risk of injury.","DTNA will notify owners, and dealers will install a new caliper with an updated clearance adjustment mechanism, free of charge. The recall began August 9, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-818." -06/11/2019,19V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V440000),Keystone RV Company,Missing Furnace Exhaust Vent,EQUIPMENT,19-355,Vehicle,54,"Keystone RV Company (Keystone) is recalling certain 2020 Crossroads Cruiser fifth wheel recreational trailers, models 27MK, 29SI, 28RD, 24RL and 29RK. The furnace exhaust vent may be missing.","If the furnace is used without an exhaust vent installed, carbon monoxide poisoning may result, increases the risk of injury.","Keystone will notify owners, and dealers will install a furnace exhaust vent if it is missing, free of charge. The recall is expected to begin July 10, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-355." -06/11/2019,19V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V442000),"Vac-Tron Equipment, LLC",Missing Lamps and Reflective Tape,EXTERIOR LIGHTING,VVK0001,Vehicle,208,"Vac-Tron Equipment, LLC. (Vac-Tron) is recalling certain 2015-2019 LP873SDT Heavy, Vacuum Excavator-dual axle trailers. The trailer may lack front and rear lights, including clearance lamps, reflex reflectors, and side reflex reflectors. The trailers may also may have an insufficient amount of reflective tape on the sides and rear. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Due to the lack of lamps and insufficient reflective tape, the trailer may not be visible at night, increasing the risk of crash.","Vac-Tron will notify owners and dealers will move the marker lights to the compliant position, and install lower chassis extension, conspicuity tape, and reflectors, free of charge. The recall began August 1, 2019. Owners may contact Vac-Tron customer service at 1-888-822-8766." -06/11/2019,19V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V439000),LA West Inc.,Roof Hatch Glass may Shatter,STRUCTURE,NR (Not Reported),Vehicle,15,LA West Inc. (LA West) is recalling certain 2018-2019 Ford Transit vehicles modified to be equipped with glass roof hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.,"If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","LA West will notify owners, and dealers will replace the hatch lids, free of charge. The recall began July 11, 2019. Owners may contact LA West customer service at 1-704-498-4940." -06/10/2019,19V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V437000),Lakota Corporation,Aluminum Axle Carrier may Tear,STRUCTURE,NR (Not Reported),Vehicle,341,Lakota Corporation (Lakota) is recalling certain 2018-2020 Colt 6-foot 9-inch wide horse trailers. The aluminum axle carrier may be too weak to and begin to tear.,"If the carrier begins to tear, the stability of the trailer may be affected, increasing the risk of crash.","Lakota will notify owners, and dealers will add additional aluminum structure to reinforce the trailers, free of charge. The recall began July 25, 2019. Owners may contact Lakota customer service at 1-574-848-1636." -06/10/2019,19V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V434000),"Volkswagen Group of America, Inc.",High-Voltage Battery May Short-Circuit,ELECTRICAL SYSTEM,93E8,Vehicle,1646,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2019 Audi e-tron vehicles. Moisture can enter the high-voltage battery system through a faulty seal on the charging socket.","Moisture in the high-voltage system can cause a short-circuit, increasing the risk of fire. If warning lights appear along with the message ""Electrical system: fault,"" immediately stop driving the vehicle, park outdoors away from structures, do not charge the vehicle, and contact Audi Roadside Assistance at 1-800-411-9988 to have the vehicle towed.","Audi will notify owners, and dealers will install a new seal and, as necessary, replace the affected system components, free of charge. The recall began September 6, 2019. Owners may contact Audi's customer service at 1-800-253-2834. Audi's number for this recall is 93E8." -06/10/2019,19V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V435000),Ford Motor Company,Rear Suspension Toe Links May Fracture,SUSPENSION,19S17,Vehicle,1194173,Ford Motor Company (Ford) is recalling certain 2011-2017 Explorer vehicles. The rear suspension toe links may fracture due to stress on the rear suspension.,A fractured rear toe link will cause a sudden change in vehicle handling and increase the risk of a crash.,"Ford will notify owners, and dealers will replace the rear suspension toe links, and inspect both rear toe link ball joints, replacing the rear wheel knuckle(s), if necessary, free of charge. The recall began June 26, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S17." -06/10/2019,19V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V432000),Ford Motor Company,Transmission Failure And Loss of Drive Power,POWER TRAIN,19S20,Vehicle,3868,"Ford Motor Company (Ford) is recalling certain 2009-2016 Ford Econoline vehicles equipped with a 5R110W transmission, 5.4L engine, and a school bus or ambulance preparation package. A weld within the coast clutch may fail, causing an unexpected loss of drive power.",A sudden loss of drive power increases the risk of a crash. Transferring occupants of a disabled school bus or ambulance to another vehicle increases their risk of injury.,"Ford will notify owners, and dealers will replace the single-engaging coast one-way clutch with a new dual-engaging one-way clutch, free of charge. The recall began August 19, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S20." -06/10/2019,19V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V433000),Ford Motor Company,Unexpected Transmission Downshift,POWER TRAIN,19S19,Vehicle,107857,"Ford Motor Company (Ford) is recalling certain 2013 F-150 vehicles equipped with 5.0L or 6.2L gasoline engines, that previously had the powertrain control module (PCM) software reprogrammed under recall 19V-075. The software used to reprogram the PCM did not have the necessary updates to prevent the transmission from unexpectedly downshifting into first gear, regardless of vehicle speed.","Unexpectedly downshifting into first gear may result in a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the powertrain control module, free of charge. The recall began June 24, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S19." -06/08/2019,19V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V431000),Farber Specialty Vehicles,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",18V-703,Vehicle,3,Farber Specialty Vehicles (Farber) is recalling certain specialty vehicles built on 2018 Freightliner XCR chassis equipped with air disc brakes. The brake caliper mounting bolts may not have been sufficiently tightened.,"Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Farber will notify owners, and Daimler Trucks North America authorized service facilities will inspect and repair the vehicles as necessary, free of charge. The recall began February 15, 2019. Owners may contact Farber customer service at 1-800-331-3188." -06/07/2019,19V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V429000),"Mickey Truck Bodies, Inc.",Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,206,"Mickey Truck Bodies, Inc. (Mickey Truck Bodies) is recalling certain 2017-2018 Ford F-750 based vehicles equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Mickey Truck Bodies will work with ASA Electronics to notify owners, and provide a remedy to keep the image from reversing, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or Mickey Truck Bodies at 1-336-882-6806." -06/07/2019,19V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V430000),Morgan Olson Corporation,Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,131,Morgan Olson Corporation (Morgan Olson) is recalling certain 2018 P31 vehicles equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Morgan Olson will work with ASA Electronics to notify owners and remedy the displays, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or Morgan Olson at 1-800-262-3437." -06/07/2019,19V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V426000),Newmar Corporation,Circuit Board Damage Affecting Lighting Functions,ELECTRICAL SYSTEM,18V-852,Vehicle,2003,"Newmar Corporation (Newmar) is recalling certain 2016-2019 Ventana LE and 2017-2019 Dutch Star, Essex, London Aire, Mountain Aire and Ventana, and 2018-2019 New Aire motorhomes built on a Daimler trucks chassis. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Nonfunctioning lights can increase the risk of a crash.,"Newmar will notify owners, and Daimler Trucks dealers will inspect and replace the rear PDM, as necessary, free of charge. The recall began July 18, 2019. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 18V-852." -06/07/2019,19V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V427000),"Forest River, Inc.",Missing Egress Windows,STRUCTURE,05-1029,Vehicle,46,"Forest River, Inc. (Forest River) is recalling certain 2011-2017 Glaval Universal transit buses, models US50225, US50225C, US50226, US50226C, and US80227C. The buses are missing one egress window on the curbside and roadside of the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency necessitating escape from the vehicle, the lack of egress windows may trap occupants inside, increasing their risk of injury.","Forest River will notify owners, and dealers will install one additional egress window on each the curbside and roadside of the vehicle, free of charge. The recall began on June 24, 2019. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 05-1029." -06/07/2019,19V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V425000),Mazda North American Operations,Wheel Lug Nuts May Loosen and Fall Off,WHEELS,3519F,Vehicle,25003,"Mazda North American Operations (Mazda) is recalling certain 2019 Mazda3 vehicles. The lug nuts on all four wheels may loosen, potentially resulting in a wheel detaching from the vehicle.",A wheel separating from the vehicle increases the risk of a crash.,"Mazda will notify owners, and dealers will tighten the front and rear wheel lug nuts to the correct specification, free of charge. The recall began July 9, 2019. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 3519F." -06/06/2019,19V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V413000),Life Line Emergency Vehicles,Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,5,Life Line Emergency Vehicles (Life Line) is recalling certain 2017-2018 Ford chassis-based Type I ambulances equipped with ASA Electronics Voyager monitors used to display the back-up camera image. These displays may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Life Line will work with ASA to notify owners and provide a remedy, free of charge. The recall began March 29, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or Life Line Emergency Vehicles at 1-563-578-3317." -06/06/2019,19V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V419000),Diamond Coach Corporation,Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,1,Diamond Coach Corporation (Diamond Coach) is recalling one 2017 VIP 2800 vehicle equipped with an ASA Electronics Voyager monitor used to display the back-up camera image. This display may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","ASA Electronics has notified the affected Diamond Coach owner, and will provide a remedy, free of charge. The recall began on April 2, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or Diamond Coach at 1-800-442-4645." -06/06/2019,19V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V423000),SkyMark Refuelers,Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,55,SkyMark Refuelers is recalling certain 2018 Flowmark Vacuum Truck vehicles equipped with Voyager monitors used to display the back-up camera image. The monitors unexpectedly may revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","SkyMark Refuelers will work with ASA Electronics to owners, and remedy the displays, free of charge. The recall began July 24, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or SkyMark Refuelers at 1-913-749-1209." -06/06/2019,19V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V424000),Honda (American Honda Motor Co.),Half Shaft May Disengage and Allow Rollaway,POWER TRAIN,G54,Vehicle,49898,"Acura (American Honda Motor Co.) is recalling certain 2016-2019 Acura ILX vehicles. Excessive grease may prevent the set-ring on the half shaft from fully engaging, allowing the driveshaft to separate from the half shaft.","A separated driveshaft can cause the vehicle to have a loss of drive or allow the vehicle to move even while in Park, increasing the risk of a crash or injury.","Acura will notify owners, and dealers will inspect, and, as necessary, replace the driveshaft and half shaft, free of charge. The recall began August 1, 2019. Owners may contact Acura customer service at 1-888-234-2138. Acura's number for this recall is G54." -06/06/2019,19V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V422000),"Navistar, Inc.",Insufficiently Lubricated Axle Hubs,WHEELS,19509,Vehicle,209,"Navistar, Inc. (Navistar) is recalling certain 2020 International HV Severe Service Diesel Trucks. The steer axle hubs may be insufficiently lubricated or not lubricated at all, which may result in wheel bearing damage.","Lack of lubrication may result in a wheel separating from the front axle spindle, increasing the risk of crash.","Navistar has notified owners, and dealers will inspect the steer axle wheel hubs for the proper fluid level and repair any damaged components, free of charge. The recall began June 14, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19509." -06/06/2019,19V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V421000),"Jaguar Land Rover North America, LLC",Windshield Washers May Fail/FMVSS 104,VISIBILITY,N341,Vehicle,2200,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2020 Range Rover Evoque vehicles. The fuse for the front and rear windshield washer system may fail and reduce driver visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""",The driver's reduced visibility can increase the risk of a crash.,"Land Rover will notify owners, and dealers will replace the fuse for the front and rear washer systems, free of charge. In addition, the Engine Junction Box lid will be replaced and an owner's manual insert will be added with the updated fuse rating information. The recall is expected to begin August 2, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N341." -06/05/2019,19V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V414000),Farber Specialty Vehicles,Back Up Camera Display Image may be Reversed,EQUIPMENT,19E-009,Vehicle,4,Farber Specialty Vehicles (Farber) is recalling certain 2018 Ford F-550 vehicles equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which can cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Farber will notify owners, and dealers will add a harness relay capacitor module, free of charge. The recall began May 9, 2019. Owners may contact Farber customer service at 1-800-331-3188 or ASA customer service at 1-800-384-4400." -06/05/2019,19V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V417000),Thor Motor Coach,Extra Screw in Junction Box May Cause Fire,ELECTRICAL SYSTEM,RC000169,Vehicle,81,"Thor Motor Coach (TMC) is recalling certain 2019-2020 Magnitude, Omni motorhomes, models BB35 and BH35. Wires located in the electrical junction box may move around and contact an extra screw that was errantly installed.","Contact with the screw may result in the wiring insulation being damaged, increasing the risk of an electrical short circuit and a fire.","TMC will notify owners, and dealers will inspect the junction box and remove the extra screw, and repair any damaged wiring, as necessary, free of charge. The recall began July 15, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000169." -06/05/2019,19E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E039000),Ivolution Sports Inc.,Helmet may not Protect from Impact,EQUIPMENT,NR (Not Reported),Equipment,4071,"Ivolution Sports, Inc. (Ivolution) is recalling certain IV2 HY-901 helmets, in sizes S, M, L, XL and XXL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash.","In the event of a crash, the helmet may not protect the occupant, increasing the risk of injury.","Ivolution will notify customers, and provide full refund. The manufacturer has not yet provided a notification schedule. Owners may contact Ivolution at 1-951-852-6327." -06/05/2019,19T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T005000),Cooper Tire & Rubber Co.,Parting of Lower Sidewall,TIRES,172,Tire,24459,"Cooper Tire & Rubber Co. (Cooper Tire) is recalling certain size 235/65R18 Cooper Discoverer SRX, Evolution H/T, Discoverer HTP, Adventurer H/T CUV, Big O Big Foot A/S, Les Schwab Back Country QS3 Touring HT, and Mastercraft Courser HSX Tour tires. The tires may have been improperly manufactured with a ply cord distortion. For a full list of the Tire Identification Numbers (TIN) visit: https://static.nhtsa.gov/odi/rcl/2019/RCLRPT-19T005-5639.pdf","The distortion may cause parting of the lower sidewall compounds extending to the cord material, increasing the risk of tire failure and a crash.","Cooper Tire has notified owners, and dealers will replace the tires, free of charge. The recall began June 14, 2019. Owners may contact Cooper Tire customer service at 1-800-854-6288. Cooper Tire's number for this recall is 172." -06/05/2019,19V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V415000),"Volkswagen Group of America, Inc.",Passenger Seat Improperly Manufactured,SEATS,72J3,Vehicle,66,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2019 Audi A8 vehicles equipped with rear relaxation seats. The front passenger seat track rivet may fail and cause the spindle bracket to separate.",A failure of the seat track rivet increases the risk of injury during a crash.,"Audi will notify owners, and dealers will replace the passenger seat tracks, free of charge. The recall began July 25, 2019. Owners may contact Volkswagen customer service at 1-800-253-2834. Audi's number for this recall is 72J3." -06/05/2019,19V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V418000),"Suzuki Motor USA, LLC",Rear Brake Lights May Fail to Illuminate,EXTERIOR LIGHTING,2A90,Vehicle,2640,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2018-2019 GSX250R motorcycles. Water intrusion may corrode the rear brake light switch causing the rear brake light to fail to illuminate or remain illuminated continuously when the brake is not applied.","A failure of the brake light to illuminate, or continued illumination when the brakes are not being applied, can increase the risk of a crash.","Suzuki will notify owners, and dealers will replace the rear brake stop light switch, free of charge. The recall began June 28, 2019. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is 2A90." -06/05/2019,19V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V416000),"Volkswagen Group of America, Inc.",Wheel Arch Cover Trim May Detach,WHEELS,66K6/66K7,Vehicle,126161,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018-2019 Audi Q5 and SQ5 vehicles. The wheel arch cover trim may loosen and detach.","The detached trim may become a road hazard, increasing the risk of crash.","Volkswagen will notify owners, and dealers will secure the wheel arch trim with an additional screw and nut, free of charge. The recall began July 26, 2019. Owners may contact Volkswagen customer at 1-800-253-2834. Volkswagen's number for this recall is 66K6." -06/04/2019,19V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V409000),"Altec Industries, Inc.",Aerial Device May Become Unstable and Collapse,EQUIPMENT,CSN 720,Vehicle,435,"Altec Industries Inc. (Altec) is recalling certain 2016-2019 LR7 Series Aerial Devices. The aerial device can be operated without the rear outriggers being deployed, which may cause the unit to be unstable.","An unstable aerial device may suddenly collapse, increasing the risk of injury.","Altec will notify owners, and dealers will inspect the vehicles and correct them to require the proper outrigger operation, as necessary, free of charge. The recall began July 25, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 720." -06/04/2019,19V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V411000),"Ferrari North America, Inc.",Air Bag ECU May Malfunction,AIR BAGS,70,Vehicle,893,"Ferrari North America, Inc. (Ferrari) is recalling certain 2018 488 Spider, 488 Pista, 2015 458 Speciale A, 2016-2018 488 GTB, 2015-2017 F12 Berlinetta, 2016 F12 tdf, and 2016-2018 Carlifornia T vehicles. The air bag Electronic Control Unit (ECU) may malfunction, possibly causing the non-deployment or improper deployment of the air bags and/or seat belt pretensioners.","In the event of a crash, air bags and/or seat belt pretensioners that do not deploy as intended can increase the risk of injury.","Ferrari will notify owners, and dealers will replace the air bag ECU, free of charge. The recall began August 2, 2019. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 70." -06/04/2019,19V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V412000),Honda (American Honda Motor Co.),Circlip May Detach and Cause Gear Misalignment,POWER TRAIN,KK3,Vehicle,3898,"Honda (American Honda Motor Co.) is recalling certain 2019 CB300R, 2018 CBR300R, 2018 CRF250L, 2018 CRF250L Rally, and 2018-2019 CMX300 motorcycles. The circlip, on the transmission's main shaft, may detach allowing for gear misalignment.","A misaligned gear can shift the transmission from neutral into gear during engine start, potentially resulting in unexpected motorcycle movement or seize the transmission and rear wheel while the motorcycle is in motion. Both conditions increase the risk of crash or injury.","Honda will notify owners, and dealers will replace the transmission main shaft, free of charge. The recall began July 8, 2019. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KK3." -06/04/2019,19V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V410000),Braun Corporation,Incorrect Tube Nuts on Brake Lines,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,705,"Braun Corporation (Braun) is recalling certain 2014-2019 Toyota Sienna mobility van conversions. The brake lines may have incorrect tube nut fittings installed, which may cause a pressure drop within the braking system.","The reduction in the braking system pressure may cause a loss of braking power in the rear braking system, increasing the risk of crash.","Braun has notified owners, and dealers will install an adaptor to correct the issue, free of charge. The recall began June 25, 2019. Owners may contact Braun customer service at 1-800-488-0359." -05/31/2019,19V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V408000),Karma Automotive LLC,Front Door Intrusion Bar May Be Split,STRUCTURE,RC-19-70-01,Vehicle,295,"Karma Automotive (Karma) is recalling certain 2018 Karma Revero vehicles. The upper intrusion bar within the front left door may be split. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""",The split metal may compromise the vehicle's strength reducing the side-impact protection and increasing the risk of injury.,"Karma will notify owners, and dealers will inspect all of the front doors and replace them as necessary, free of charge. The recall began July 1, 2019. Owners may contact Karma customer service at 1-855-288-6109. Karma's number for this recall is RC-19-70-01." -05/31/2019,19V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V407000),"Chrysler (FCA US, LLC)",ORC May Malfunction and Disable Safety Functions,AIR BAGS,"V61, V71",Vehicle,295981,"Chrysler (FCA US LLC) is recalling certain 2019-2020 Ram 1500 vehicles. The flash memory of the Occupant Restraint Controller (ORC) may become corrupted, disabling the vehicle's air bags and seat belt pretensioners.",Disabled air bags and seat belt pretensioners increase the risk of injury in the event of a crash.,"Chrysler will notify owners, and dealers will reprogram the ORC or replace it as necessary, free of charge. The recall began June 20, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's numbers for this recall are V61 and V71." -05/30/2019,19V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V406000),"Jayco, Inc.",Brake Relay Valve Air Flow Restriction/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,23,"Jayco, Inc. (Jayco) is recalling certain 2020 Greyhawk motorhomes. The brake relay valve may have an air flow restriction due to a partially blocked orifice, which may cause to extended stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",An increase in stopping distance without warning increases the risk of crash.,"Spartan will notify Jayco owners, and Spartan dealers will inspect and replace the brake relay valve, if necessary, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Spartan customer service at 1-800-543-5008 or Jayco at 1-800-517-9137." -05/30/2019,19E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E037000),Seats Incorporated,Seat Vertical Adjustment May Move Unexpectedly/207,SEATS,NR (Not Reported),Equipment,28,"Seats Incorporated is recalling certain ABTS 6-way, seats, part number 314313. Due to poor weld penetration, the motor mount for the front vertical adjustment may separate and the riser may come out of position, causing the seat to unexpectedly move. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","In the event of a forward impact crash, the front vertical adjustment may inadvertently adjust, increasing the risk of injury.","Seat Incorporated will notify owners and dealers will replace the seat, free of charge. The recall began July 15, 2019. Owners may contact Seats Incorporated customer service at 1-800-767-3287." -05/30/2019,19V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V402000),"Proterra Operating Company, Inc.",Swivel Valve may Allow Loss of Pressure/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,147,"Proterra, Inc. (Proterra) is recalling certain 2017-2018 Catalyst buses. The vehicles are equipped with swivel valves that may insufficiently protect the air brake system from an air leak between the service reservoir and the source of air pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the swivel valves are unable to protect the air brake system against loss of air pressure, this may lead to service brake failure and the possibility for the uncontrolled application of the safety brake. Either condition increases the risk of crash.","Proterra will notify owners, and will replace the swivel valve with a check valve that is sufficient to protect the air brake system, free of charge. The recall began July 26, 2019. Owners may contact Proterra customer service at 1-864-438-0000." -05/30/2019,19V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V403000),Mazda North American Operations,Weak Retention Force of Wiring Harness Connectors,ELECTRICAL SYSTEM,3419E,Vehicle,7854,"Mazda North American Operations (Mazda) is recalling certain 2018 CX-9 vehicles. The wiring harness may disrupt electrical communications and disable the passenger frontal air bag, turn signals, and/or engine starting system.","The passenger frontal air bag may not deploy, increasing the risk of injury. Inoperable turn signals prevent the driver from signaling to other drivers, increasing the risk of crash.","Mazda will notify owners, and dealers will repair the wiring harnesses, free of charge. The recall began July 26, 2019. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 3419E." -05/30/2019,19V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V404000),"Subaru of America, Inc.",Window Glass Improperly Tempered/FMVSS 205,VISIBILITY,WUG-92,Vehicle,256,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Crosstrek vehicles. The driver's side rear-door window glass may be improperly tempered. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""","Improperly tempered glass can shatter into large pieces, increasing the risk of injury.","Subaru will notify owners, and dealers will replace the driver's side rear-door window glass, free of charge. The recall began June 11, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUG-92." -05/29/2019,19V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V398000),LGE Coachworks Inc.,Back Up Camera Display Image may be Reversed,EQUIPMENT,19-E-099 Part 573,Vehicle,13,"LGE Coachworks, Inc. (LGE Coachworks) is recalling certain 2018-2019 Ford E-450, F-550, and Freightliner M2-based vehicles equipped with ASA Electronics Voyager back-up camera displays. The displays may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","ASA will notify LGE Coachworks owners, and dealers will replace the displays, free of charge. The recall began May 9, 2019. Owners may contact ASA customer service at 1-800-384-4400 or LGE Coachworks at 1-800-209-3985." -05/29/2019,19V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V399000),"ITI Trailers And Truck Bodies, Inc.",Back Up Camera Display Image may be Reversed,EQUIPMENT,19E-009,Vehicle,68,"ITI Trailers And Truck Bodies, Inc. (ITI) is recalling certain 2018-2019 HINO 268 and 338-based vehicles equipped with ASA Electronics Voyager back-up camera displays. The displays may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","ITI will work with ASA to notify the affected owners and will provide a harness relay capacitor module to correct the issue, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or ITI Trailers And Truck Bodies at 1-814-634-0080." -05/29/2019,19V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V400000),PL Custom Emergency Vehicles,Back Up Camera Display Image may be Reversed,EQUIPMENT,19E-009,Vehicle,41,PL Custom Emergency Vehicles Co. (PL Custom Emergency Vehicles) is recalling certain 2017-2019 Titan Type I and Type III ambulances equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The monitors may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.,"The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","PL Custom Emergency Vehicles will work with ASA to notify the affected owners and remedy the displays, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics customer service at 1-800-384-4400 or PL Custom Emergency Vehicles at 1-732-233-1411." -05/29/2019,19V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V401000),VCI Emergency Vehicle Specialists,Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,22,"VCI Emergency Vehicle Specialists (VCI) is recalling certain 2017-2018 Ford F-550, 2014 E-350 and E-450, 2015 F-250 and F-450, 2016 E-450, 2017 E-350, F-450 and E-450, 2018 F-350, 2010 E-450, 2005-2006 E-450, 2009 E-450 and Chevrolet C4500-based Type I and Type III ambulances equipped with ASA Electronics Voyager monitors used to display the back-up camera image. The monitors may unexpectedly revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","VCI Emergency Vehicle Specialists will work with ASA to notify the owners, and remedy the displays, free of charge. The recall began May 9, 2019. Owners may contact ASA Electronics at 1-800-384-4400." -05/24/2019,19V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V392000),"Jaguar Land Rover North America, LLC",Doors May Unexpectedly Open,LATCHES/LOCKS/LINKAGES,N335,Vehicle,65385,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2013-2016 Ranger Rover and 2014-2016 Range Rover Sport vehicles. Due to a problem with the Keyless Vehicle Latching System (KV Latch), the doors may appear to be closed but may be unlatched.","The unlatched door may open while the vehicle is in motion, increasing the risk of a crash.","Land Rover will notify owners, and dealers will inspect for any issues with the KV system, disabling the KV mechanisms if necessary, and update the KV Latch software, free of charge. The recall began July 18, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N335. Note: Vehicles in this recall were previously recalled under recall number 15V-385 and need to be remedied again." -05/24/2019,19V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V396000),Keystone RV Company,Fifth Wheel Pin Box may be Underrated,TRAILER HITCHES,19-354,Vehicle,79,"Keystone RV Company (Keystone) is recalling certain 2019-2020 Dutchmen Voltage trailers, model 4185. An 18,000 lb.-capacity fifth wheel pin box may have been installed instead of the specified 21,000 lb-capacity pin box hitch.","If the vehicle is loaded to a weight greater than 18,000 lbs, the pin box may fail, increasing the risk of crash.","Keystone will notify owners, and dealers will replace the pin box inner with a pin box inner rated for 21,000 lbs, free of charge. The recall began June 18, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-354." -05/24/2019,19V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V395000),"Forest River, Inc.",Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",05-1021,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Starcraft All Star XL vehicles equipped with diesel engines with fuel module option number FS90301 or FS90453. The electric fuel heater within the fuel module may overheat and cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of a crash.,"Forest River will notify owners, and dealers will replace the fuse to a 30A fuse, reverse the polarity of the wiring to the fuel heater, install a new fuel heater, and add a white dot on the fuel heater connector, free of charge.. The recall began August 28, 2019. Owners may contact Forest River customer service at 1-800-348-7440 or Cummins customer service at 1-800-286-6467. Forest River's number for this recall is 05-1021." -05/24/2019,19V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V391000),Blue Bird Body Company,"Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",R19AA - SB,Vehicle,4218,Blue Bird Body Company (Blue Bird) is recalling certain 2015-2020 Vision and All American school buses equipped with Bendix ADB22X air brakes. The driver side rear brakes may drag.,"A dragging brake may cause damage to the brake components, which may activate the ABS warning light. The warning light may cause the driver to immediately stop the vehicle and transfer occupants. Additionally, the high temperatures at the wheel end can increase the risk of a fire. Either condition increases the risk of injury.","Blue Bird will notify owners, and dealers will install a new caliper with an updated clearance adjustment mechanism, free of charge. Blue Bird issued owners interim notification on July 18, 2019. The recall began August 28, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AA - SB." -05/24/2019,19V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V393000),Blue Bird Body Company,"Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",R19AA - NSB,Vehicle,70,Blue Bird Body Company (Blue Bird) is recalling certain 2016-2020 Vision and 2015-2020 All American non-school buses equipped with ADB22X disc brakes. The driver side rear brakes may drag.,"A dragging brake may cause damage to the brake components, which may activate the ABS warning light. The warning light may cause the driver to immediately stop the vehicle and transfer occupants. Additionally, the high temperatures at the wheel end can increasing the risk of a fire. Either condition increases the risk of injury.","Blue Bird will notify owners, and dealers will install a new caliper with an updated clearance adjustment mechanism, free of charge. Blue Bird issued owners interim notification on July 18, 2019. The recall began August 28, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19AA - NSB." -05/24/2019,19V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V394000),"Forest River, Inc.",Road Debris may Damage LP Gas Line,EQUIPMENT,53-0995,Vehicle,37,"Forest River, Inc. (Forest River) is recalling certain 2017-2019 Shasta Revere SHT32FE recreational trailers. The liquid propane (LP) gas line may have been improperly installed through the wheel-well, allowing the gas line to be damaged by road debris kicked up by the tires.","A damaged LP gas line may leak, increasing the risk of a fire.","Forest River will notify owners, and dealers will re-reroute the LP gas line so that road debris cannot damage it, free of charge. The recall began June 19, 2019. Owners may contact Forest River customer service at 1-574-825-8717. Forest River's number for this recall is 53-0995." -05/24/2019,19V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V397000),"Airstream, Inc.",Tire Placard Missing Information,EQUIPMENT,NR (Not Reported),Vehicle,911,"Airstream, Inc. (Airstream) is recalling certain 2017-2020 Basecamp trailers. The Tire Placard is lacking the trailer's spare tire information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selections and Rims.""","The lack of information on the Tire Placard may lead an owner to unintentionally install the wrong size spare tire, affecting the vehicle control and handling, increasing the risk of crash.","Airstream will notify owners, and will provide corrected labels, free of charge. The recall is expected to begin July 23, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 extension 7401 or 7411." -05/23/2019,19E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E036000),"Meritor, Inc.",Axles Insufficiently Lubricated,POWER TRAIN,NR (Not Reported),Equipment,1249,"Meritor, Inc. (Meritor) is recalling certain MX10-120EVO, MX12-120EVO, and MX14-120EVO steer axles. The axles may have insufficient lubrication, which may result in damage to the wheel end bearings.","If the bearings are damaged, the wheel may separate and cause a sudden loss of vehicle control, increasing the risk of crash.","Meritor has notified the vehicle manufacturers that purchased the axles and dealers for those manufacturers will inspect and replace the wheel end components, as necessary, free of charge. The recall began June 14, 2019. Owners may contact Meritor customer service at 1-866-668-7221." -05/23/2019,19V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V386000),"BMW of North America, LLC",Improperly Installed Head Air Bags,AIR BAGS,NR (Not Reported),Vehicle,1822,"BMW of North America, LLC (BMW) is recalling certain 2019 X7 xDrive40i and X7 xDrive50i vehicles. The driver and passenger head air bags may not have been properly aligned with the trim during installation.","The head air bags may be impaired during deployment, increasing the risk of injury.","BMW will notify owners, and dealers will inspect and, as necessary, reinstall the head air bags, free of charge. The recall began July 18, 2019. Owners may contact BMW customer service at 1-800-525-7417." -05/23/2019,19V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V387000),"General Motors, LLC",Incorrect Rear-Quarter Window Glass/FMVSS 226,VISIBILITY,N192218960,Vehicle,1159,"General Motors LLC (GM) is recalling certain 2016-2019 Chevrolet Express and GMC Savana vehicles. One or both of the rear-quarter windows may be tempered glass instead of laminated glass. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""",Tempered glass increases the risk of injury in the event of a side impact or rollover crash.,"GM will notify owners, and dealers will replace the tempered glass windows with laminated glass windows, as necessary, free of charge. The recall began July 5, 2019. Owners may contact GM customer service at 1-586-596-1733. GM's number for this recall is N192218960." -05/23/2019,19E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E035000),"Transfer Flow Inc - Chico, CA",Incorrect Tube Nuts on Brake Lines,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,700,"Transfer Flow Inc - Chico, CA (Transfer Flow) is recalling certain rear brake lines used for mobility van conversions. The brake lines may have incorrect tube nut fittings installed, which may cause a pressure drop within the braking system.","The reduction in the braking system pressure may cause a loss of braking power in the rear braking system, increasing the risk of crash.","Transfer Flow has notified the affected vehicle manufacturer, and dealers for that manufacturer will install an adaptor to correct the issue, free of charge." -05/23/2019,19V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V390000),"Jaguar Land Rover North America, LLC",Left Hand Door May Remain Unlatched and Open,LATCHES/LOCKS/LINKAGES,N336,Vehicle,28671,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016 Range Rover and Range Rover Sport vehicles. A spring in the Keyless Vehicle Latching System (KV Latch) may get stuck, causing the left hand door to remain unlatched when the door is closed.","The unlatched door may open while the vehicle is in motion, increasing the risk of injury or a crash.","Land Rover will notify owners, and dealers will update the software, and inspect the KV latches, replacing them if necessary, free of charge. The recall began December 6, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N336." -05/23/2019,19V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V385000),"Volkswagen Group of America, Inc.",No Indicator For Failed Turn Signal,EXTERIOR LIGHTING,97DK,Vehicle,23241,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2016-2018 Audi Q3 vehicles equipped with LED headlights. An inoperable front turn signal may not illuminate an indicator, failing to alert the driver to the issue. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without an indicator informing the driver of an inoperable turn signal, the driver may turn or change lanes without a signal, increasing the risk of crash.","Audi will notify owners, and dealers will update the body control module (BCM), free of charge. The recall began June 21, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 97DK." -05/23/2019,19V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V388000),Keystone RV Company,Wiring Harness may be Pinched,ELECTRICAL SYSTEM,19-351,Vehicle,252,"Keystone RV Company (Keystone) is recalling certain 2018-2020 Fuzion 429 recreational trailers. The wiring harness to the power center may have been pinched between the floor framing and chassis beam, potentially damaging the wiring harness.","The damaged wiring harness may short circuit, increasing the risk of a fire.","Keystone will notify owners, and dealers will inspect and repair the wiring as needed, free of charge. The recall began on July 16, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-351." -05/22/2019,19V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V389000),"Volkswagen Group of America, Inc.",Headlights can be Adjusted/FMVSS 108,EXTERIOR LIGHTING,94L9,Vehicle,662185,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2020 Volkswagen Passat and 2018-2019 Atlas vehicles. The blocking cap disabling the adjustment of the headlight's horizontal aim may not have been installed. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the blocking cap, the headlight aim can be adjusted out of specification, reducing visibility and increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect and, as necessary, block the headlight horizontal adjustment, free of charge. The recall began July 16, 2019. Owners may contact Volkswagen customer service at 1-800-253-2834. Volkswagen's number for this recall is 94L9." -05/22/2019,19V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V384000),Newmar Corporation,Insufficiently Tightened Brake Caliper Bolts,SERVICE BRAKES,FL-816 & #19V-367,Vehicle,3,Newmar Corporation (Newmar) is recalling certain 2019 Mountain Aire and Essex motorhomes built on Freightliner XC chassis equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.,"Loose brake caliper mounting bolts may reduce the brake effectiveness, increasing the risk of crash.","Newmar will notify owners, and Freightliner dealers will inspect and repair the vehicles, free of charge. The recall began June 20, 2019. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's numbers for this recall are FL-816 and 19V-367." -05/21/2019,19V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V383000),Honda (American Honda Motor Co.),Steering Wheel may Damage Air Bag Wiring,AIR BAGS,R4S,Vehicle,161252,"Honda (American Honda Motor Co.) is recalling certain 2019 CR-V vehicles. The metal core of the steering wheel may have burrs which can damage the harnesses routed within, potentially disabling the driver's air bag or causing it to deploy without warning.","In the event of a crash, a disabled air bag would increase the risk of injury. An uncommanded deployment of the driver's air bag also increases the risk of injury and a crash.","Honda will notify owners, and dealers will install a protective cover on the steering wheel core and replace clockspring and the harnesses within, free of charge. The recall began July 8, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is R4S." -05/20/2019,19V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V381000),Newmar Corporation,Brake Relay Valve Air Flow Restriction/FMVSS 121,"SERVICE BRAKES, AIR",19012,Vehicle,40,"Newmar Corporation (Newmar) is recalling certain 2019 Essex, King Aire, London Aire, Mountain Aire, and 2020 Dutch Star motorhomes. The brake relay valve may have an air flow restriction due to a partially blocked orifice, which may lead to extended stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",An increase in stopping distance without warning increases the risk of crash.,"Newmar will notify owners, and Spartan dealers will inspect and replace the brake relay valve, if necessary, free of charge. The recall began June 20, 2019. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-543-5008. Newmar's number for this recall is 19012." -05/20/2019,19V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V382000),Ducati North America,Fuel Sprays When Cap is Removed,"FUEL SYSTEM, GASOLINE",SRV-RCL-19-001,Vehicle,1880,"Ducati North America (Ducati) is recalling certain 2018-2019 Panigale V4, Panigale V4 S, Panigale Speciale, and 2019 Panigale R motorcycles. Excessive pressure in the fuel tank may cause fuel to spray when opening the fuel cap.",Fuel spray can increase the risk of injury and a fuel leak in the presence of an ignition source can increase the risk of a fire.,"Ducati will notify owners, and dealers will update the fuel cap venting system, provide an updated page for the owner's manual, and affix a warning label decal to the fuel tank, free of charge. The recall began July 9, 2019. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-19-001. Note: This recall includes motorcycles that may have been previously remedied under recall 18V-238 for a similar issue." -05/20/2019,19E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E034000),Linora Corporation,WiFi Power Converter May Overheat,EQUIPMENT,TSB 04-2019-24VDC,Equipment,2800,Linora Corporation (Linora) is recalling certain WiFiRanger DC Step-Up power converters. These power supplies may overheat.,The overheating can increase the risk of a fire.,"Linora has notified the manufacturers and distributors that purchased the product, and dealers for the affected vehicle manufacturers will replace the converter with a new unit, free of charge. The recall began May 20, 2019. Owners may contact Linora Corporation customer service at 1-208-321-5544. Linora's Corporation number for this recall is TSB 04-2019-24VDC." -05/19/2019,19V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V380000),"Entrans International, LLC",Front and Rear Frame Cracking,STRUCTURE,NR (Not Reported),Vehicle,769,Entrans International LLC (Entrans) is recalling certain 2017-2020 Heil AJB9-1040 Hybrid trailers. Cracks may develop in the front and rear areas of the frame.,"A cracking frame may affect vehicle handling, increasing the risk of a crash.","Entrans will notify owners, and dealers will add reinforcement to the frames, free of charge. The recall began July 9, 2019. Owners may contact Entrans International customer service at 1-800-400-6913, extension 2978." -05/17/2019,19V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V379000),Newell Coach Corp.,Passenger-Side Windshield Wiper May Malfunction,VISIBILITY,NR (Not Reported),Vehicle,89,"Newell Coach Corp. (Newell) is recalling certain 2017-2020 P50 motorcoaches. The passenger side wiper arm linkage may be too short, possibly causing the wiper to malfunction and rotate in a downward position.","If the wiper rotates in a downward position, visibility through the right side of the windshield may be reduced, increasing the risk of crash.","Newell will notify owners, and dealer will inspect and replace the wiper linkage with one that has been properly aligned, if necessary, free of charge. The recall began June 18, 2019. Owners may contact Newell customer service at 1-888-363-9355." -05/16/2019,19V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V377000),"Suzuki Motor USA, LLC",CVT Drive Plate May Break,POWER TRAIN,2A89,Vehicle,300,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2018-2019 Burgman 200/UH200 scooters. The rivet connections may fail and allow the movable driven face (drive plate) of the Continuously Variable Transmission (CVT) to break.","If the drive plate breaks, the scooter will lose power to the rear wheel, increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the drive plate, free of charge. The recall began June 5, 2019. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's number for this recall is 2A89." -05/16/2019,19V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V378000),Honda (American Honda Motor Co.),Improperly Installed Passenger Air Bag Inflator,AIR BAGS,"M4O, P4R, T4Q, W4P",Vehicle,19138,"Honda (American Honda Motor Co.) is recalling certain 2009-2014 Acura TSX, 2011-2013 TSX Sport Wagon, and 2010-2012 ZDX and 2008-2012 Honda Accord, 2010-2011 Accord Crosstour, 2006-2011 Civic, Civic Hybrid and Civic NGV, 2012-2014 Crosstour, 2007-2011 CR-V, 2009-2013 Fit, 2010-2013 Insight, and 2009-2015 Pilot vehicles. The front passenger air bag inflator may have been installed incorrectly during replacement.","An incorrectly installed air bag inflator may not properly deploy the passenger frontal air bag in the event of a crash, increasing the risk of injury.","Honda will notify owners, and dealers will inspect the inflator installation and, if necessary, replace the passenger frontal air bag module assembly, free of charge. The recall began July 5, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are M4O, P4R, T4Q, and W4P." -05/16/2019,19V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V376000),"Corp. Micro Bird, Inc.",Solenoid May Overheat,ELECTRICAL SYSTEM,19-081-SUS,Vehicle,71,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2018-2019 GT and T-Series school buses. The heavy duty solenoid may overheat nearby components, possibly causing them to malfunction.","If the nearby components malfunction, the vehicle may unexpectedly stop, increasing the risk of crash. If the nearby components or wiring overheat, there is an increased risk of fire.","Micro Bird Corporation will notify owners, and provide field modification instructions and a replacement solenoid, free of charge. The recall began July 11, 2019. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 19-081-SUS." -05/15/2019,19V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V373000),"Navistar, Inc.","Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",19506,Vehicle,2620,"Navistar, Inc. (Navistar) is recalling certain 2016-2020 IC CE and 2019 IC RE school buses equipped with Bendix ADB 22X brake calipers. The driver side rear brakes may drag.","A dragging brake may cause damage to the brake components, which may activate the ABS warning light. The warning light may cause the driver to immediately stop the vehicle and transfer occupants. Additionally, the high temperatures at the wheel end can increase the risk of a fire. Either condition increases the risk of injury.","Navistar will notify owners, and dealers will replace the left rear caliper with a redesigned adjuster mechanism, free of charge. The recall began July 12, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19506." -05/15/2019,19V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V374000),"Navistar, Inc.","Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",19507,Vehicle,4,"Navistar, Inc. (Navistar) is recalling certain 2017 IC CE transit buses equipped with Bendix ADB 22X brake calipers. The driver side rear brakes may drag.","A dragging brake may cause damage to the brake components, which may activate the ABS warning light. The warning light may cause the driver to immediately stop the vehicle and transfer occupants. Additionally, the high temperatures at the wheel end can increase the risk of a fire. Either condition increases the risk of injury.","Navistar will notify owners, and dealers will replace the left rear caliper with a redesigned adjuster mechanism, free of charge. The recall began July 12, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19507." -05/14/2019,19V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V371000),"Daimler Trucks North America, LLC",Brake Pedal Clevis Pin Clip May Detach,EXTERIOR LIGHTING,FL-814,Vehicle,9702,Daimler Trucks North America LLC (DTNA) is recalling certain 2012-2019 Freightliner Custom Chassis MT55 and MT45 vehicles. The brake pedal clevis pin clip may rub or bend on the throttle pedal and possibly detach.,"If the clip is detaches and clevis pin slides out of position, the brake lights may fail. Loss of brake lights may mislead other drivers if they are unaware the vehicle is stopping or slowing down, which increases the risk of crash. If the pin continues to slide out further, the pedal may detach, increasing the risk of crash.","DTNA will notify the vehicle manufacturers that purchased these chassis, and DTNA dealers will inspect the clevis pin clearance and correct it as necessary, free of charge. DTNA issued owners an interim notification on July 12, 2019. The recall began August 28, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-814." -05/14/2019,19V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V372000),"Navistar, Inc.",Engine Block Heater/Terminal Short-Circuit,ENGINE,19508,Vehicle,705,"Navistar, Inc. (Navistar) is recalling certain 2019 International CV vehicles equipped with Duramax 6.6 liter diesel engines and an optional engine-block heater (feature code 12XBL). The engine block heater cord or the terminals that connect the heater cord to the block heater may short circuit and fail.",A short-circuit may damage the engine components and increase the risk of fire.,"Navistar will notify owners and dealers will replace the engine block heater, free of charge. Navistar issued owners an interim notification on May 31, 2019. A second letter will be mailed when the remedy becomes available. The recall began November 14, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19508." -05/14/2019,19V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V363000),Mazda North American Operations,Incorrect Air Bag and Seat Belt Indicators,ELECTRICAL SYSTEM,3319E,Vehicle,17016,"Mazda North American Operations (Mazda) is recalling certain 2019 Mazda3 vehicles. Due to incorrect programing, the passenger air bag deactivation indicator light may erroneously turn off although the passenger air bag is deactivated. In addition, the seat belt status indicators for both the front passenger seat and/or rear seats may erroneously turn off although the front passenger and/or rear seat belts are unfastened.","Incorrect indicator warning lights may lead the driver and/or passengers to be unaware of deactivated air bags or unfastened seat belts, increasing the risk of injury.","Mazda will notify owners, and dealers will replace the passenger air bag/seat belt status indicator assembly, free of charge. The recall began July 9, 2019. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 3319E." -05/14/2019,19V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V370000),"Daimler Trucks North America, LLC",Insufficient Air Reservoir Volume/FMVSS 121,"SERVICE BRAKES, AIR",FL-815,Vehicle,741,"Daimler Trucks North America LLC (DTNA) is recalling certain 2004-2019 Freightliner 108SD, 114SD, 122SD, Cascadia, Columbia, Classic, FL80, FLD 120SD, Business Class M2, Western Star 4700, 4900, 6900, Sterling Acterra, L7500, LT7500, L8500, LT8500, L9500, and LT9500 vehicles. The vehicles may have an insufficient service brake air reservoir capacity. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","An insufficient air reservoir volume may reduce brake effectiveness, increasing the risk of crash.","DTNA will notify owners, and dealers will add air reservoir capacity to the affected vehicles. Owner letters were mailed on November 29, 2021. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-815." -05/14/2019,19V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V367000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-816,Vehicle,253,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019 Freightliner 108SD, 114SD, Business Class M2, Cascadia, Western Star 5700, and FCCC XC Chassis vehicles equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts may reduce the brake effectiveness, increasing the risk of crash.","DTNA will notify the owners and affected vehicle manufacturers, and DTNA dealers will inspect and repair the vehicles, free of charge. The recall is expected to begin July 12, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-816." -05/14/2019,19V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V368000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-816,Vehicle,74,Daimler Trucks North America LLC (DTNA) is recalling certain 2019 Thomas Built Buses Saf-T-Liner C2 equipped with air disc brakes. The brake caliper mounting bolts may have been insufficiently tightened.,"Loose brake caliper mounting bolts may reduce the brake effectiveness, increasing the risk of crash.","DTNA will notify owners, and dealers will inspect and repair the vehicles, free of charge. The recall began June 25, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-816." -05/13/2019,19V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V358000),"Unruh Fire, Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,"Unruh Fire, Inc. (Unruh Fire) is recalling certain 2017-2018 Ford F-550-based fire trucks equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Unruh Fire has notified owners and will replace the brake lights, free of charge. The recall began in May 20, 2019. Owners may contact Unruh Fire customer service at 1-800-856-7080." -05/13/2019,19V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V359000),"Unruh Fire, Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Unruh Fire, Inc. (Unruh Fire) is recalling one 2018 Dodge 5500-based fire truck equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Unruh Fire has notified the owner and will provide replacement brake lights, free of charge. The recall began May 20, 2019. Owners may contact Unruh Fire customer service at 1-800-856-7080." -05/13/2019,19V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V360000),Shyft Group,Brake Relay Valve Air Flow Restriction/FMVSS 121,SERVICE BRAKES,19012,Vehicle,92,"Spartan Motors USA (Spartan) is recalling certain 2018-2019 Gladiator, MetroStar, K2, K3, and K4 emergency response chassis cabs and motor home chassis. The brake relay valve may have an air flow restriction, which may result in an extended stopping distance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",An increase in stopping distance increases the risk of crash.,"Spartan will notify the vehicle manufacturers that purchased the affected chassis, and Spartan dealers will inspect and replace the valves, as necessary, free of charge. The recall began June 19, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19012." -05/13/2019,19V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V354000),"Autocar, LLC",Delayed Brake Release/FMVSS 121,"SERVICE BRAKES, AIR",ACX-1905,Vehicle,23,"Autocar, LLC (Autocar) is recalling certain 2019-2020 Xpeditor vehicles. The rear axle brake may have a delayed release. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",A delayed brake release may increase the risk of crash.,"Autocar will notify owners, and dealers will re-work the air brake systems, free of charge. The recall began July 8, 2091. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1905." -05/13/2019,19V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V365000),"Altec Industries, Inc.",Incorrect Slope Indicator Placard,EQUIPMENT,CSN 719,Vehicle,1036,"Altec Industries Inc. (Altec) is recalling certain 2009-2019 DL/DM, DL/DMB, DH, D/2/3/4, and DC Digger Derrick vehicles. The slope indicator placard card may falsely indicate that the unit could be used without leveling on a 5 degree slope.","An operator may improperly set up the unit, making the unit unstable, thus increasing the risk of injury.","Altec will notify owners, and issue CSN 719 to owners, instructing them to remove the incorrect placards, free of charge. The recall began July 2, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 719." -05/13/2019,19V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V357000),Lance Camper Manufacturing. Corp.,Large Gap Between Bed and Window,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,287,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2019-2020 855S and 1172 Truck Campers. There may be a large gap between the fold down bunk bed, while it is in the sleeping position, and the window near the sleeping area.","An occupant may fall and get stuck in the gap, increasing the risk of injury.","Lance Camper will notify owners and dealers will attach a warning label, free of charge. The recall began July 8, 2019. Owners may contact Lance Camper customer service at 1-661-949-3322." -05/13/2019,19V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V364000),"LDJ Manufacturing, Inc.",Loose Wheel Lug Nuts,WHEELS,NR (Not Reported),Vehicle,102,"LDJ Manufacturing, Inc. (LDJ Manufacturing) is recalling certain 2019 Thundercreek SLT 460, SLT 660, SLT 880, MTT 690, MTT 920, FST 750, FST 990, and EV 990 trailers. The wheel lugs nuts may loosen, possibly resulting in a wheel separating from the trailer.",A wheel separation can increase the risk of a crash.,"LDJ Manufacturing has notified owners and dealers will ensure that the lug nuts are torqued to the correct specifications, free of charge. The recall began May 21, 2019. Owners may contact LDJ customer service at 1-641-620-4034." -05/13/2019,19V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V361000),"Trail King Industries, Inc.",Missing Air Control Line for ABS,SERVICE BRAKES,TK201902,Vehicle,43,"Trail King Industries, Inc. (Trail King) is recalling certain 2016-2019 custom TKT50 trailers. The air control line to the front Anti-lock Braking System (ABS) electronic control unit for the trailer brakes may be missing.","If all of the air control lines are not installed, the service brakes may not apply on one or two of the three of axles, thus increasing the risk of a crash.","Trail King will notify owners and will add a front control line, free of charge. The recall began June 24, 2019. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK201902." -05/13/2019,19V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V366000),Ford Motor Company,Shifter position may incorrectly indicate 'Park',POWER TRAIN,19S15,Vehicle,2534,Ford Motor Company (Ford) is recalling certain 2019 Ranger vehicles. The fasteners that attach the transmission shifter cable bracket to the transmission may loosen allowing the transmission to be in a different gear than indicated by the gear shift lever position.,"If the gear shift lever position does not match the actual transmission gear, the vehicle may move in an unexpected direction. Additionally, despite selecting 'Park', if the parking brake is not applied before the vehicle is exited, the vehicle may roll. Either scenario increases the risk of crash or injury.","Ford will notify owners, and dealers will inspect and tighten the transmission shift cable bracket fasteners as necessary, and verify the proper transmission shift operation, free of charge. The recall began July 1, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S15." -05/13/2019,19V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V362000),Ford Motor Company,Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,19S16,Vehicle,259182,"Ford Motor Company (Ford) is recalling certain 2013-2016 Fusion vehicles equipped with 2.5 liter engines. The bushing that attaches the transmission shifter cable to the transmission may degrade over time and cause the bushing to detach from the transmission. The condition could allow the driver to move the shift lever to Park and remove the ignition key, while the transmission may not be in Park, with no warning message or audible chime.","If the vehicle is exited without the transmission being in Park and without the parking brake being applied, the vehicle may unexpectedly move, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the shifter cable bushing, free of charge. The recall began September 10, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S16. Note: Owners are directed to use the parking brake until the recall remedy repairs can be made. This recall is an expansion of 18V471." -05/10/2019,19V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V355000),"Forest River, Inc.",Incorrect Federal Placard Information,EQUIPMENT,17A-1012,Vehicle,3,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Cherokee ACKT39CL and ACKT39RL travel trailers. The Federal Placard may have incorrect axle rating, cargo carrying capacity, and tire/wheel combination information.","Due to the incorrect Federal Placard, an operator may overload the vehicle, which may decrease vehicle stability and increase the risk of crash.","Forest River will notify owners, and dealers will provide replacement placards that contain the accurate information, free of charge. The recall began May 28, 2019. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 17A-1012." -05/10/2019,19V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V356000),"Forest River, Inc.",Wire can Draw Excessive Current and Melt,ELECTRICAL SYSTEM,80-1011,Vehicle,1346,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 R. Pod travel trailers. The wire for the refrigerator's spark igniter may have been connected to a breaker that permits a current higher than the wire can handle.","Without the proper circuit breaker protection, the wire can melt, increasing the risk of fire.","Forest River will notify owners, and dealers will move the wire from the 30 AMP circuit to the designated 15 AMP circuit, free of charge. The recall began May 28, 2019. Owners may contact Forest River customer service at 1-574-642-3119. Forest River's number for this recall is 80-1011." -05/09/2019,19V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V353000),"Stainless & Repair, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2,"Stainless & Repair, Inc. (Stainless & Repair) is recalling certain 2016-2017 Freightliner M2-112 and 1994-1995 Ford L9000 vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Stainless & Repair will notify owners, and Whelen dealers will replace the brake lights, free of charge. The recall began May 9, 2019. Owners may contact Whelen customer service at 1-860-718-2331 or Stainless & Repair at 1-715-591-4933." -05/09/2019,19V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V348000),"Chrysler (FCA US, LLC)",Engine Stall or Loss of Power Steering Assist,ELECTRICAL SYSTEM,V53,Vehicle,198731,Chrysler (FCA US LLC) is recalling certain 2017-2019 Pacifica vehicles equipped with engine stop/start systems. A loose battery ground connection may result in an intermittent loss of power steering assist and/or a stall.,A loss of power steering assist or a stall can increase the risk of crash.,"Chrysler will notify owners, and dealers will inspect the battery ground surfaces, clean the contact surfaces as needed, and properly reassemble the ground connection, free of charge. The recall began May 24, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. FCA US' number for this recall is V53." -05/09/2019,19V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V352000),"BMW of North America, LLC",Knee Air Bags May Not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,5079,"BMW of North America, LLC (BMW) is recalling certain 2019-2020 230i, 230i xDrive, M240i, M240i xDrive, M2 Competition Coupe, 430i, 430i xDrive, 440i, 440i xDrive, M4, and 2019 330i xDrive Sportswagon vehicles. The driver and passenger knee air bag assemblies may have been improperly folded and assembled.","An improperly folded and assembled air bag may not deploy as intended, increasing risk of injury.","BMW will notify owners, and dealers will replace the knee air bag modules, free of charge. The recall began July 8, 2019. Owners may contact BMW customer service at 1-800-525-7417." -05/09/2019,19V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V349000),"BMW of North America, LLC",Occupant Injury in the Event of a Crash/FMVSS 201,STRUCTURE,NR (Not Reported),Vehicle,106182,"BMW of North America, LLC (BMW) is recalling certain 2016-2019 X1 sDrive28i and X1 xDrive28i vehicles. In the event of a crash where the occupants head contacts the B-pillar, the pillar may not absorb an adequate amount of the impact. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""","In the event of a crash, the insufficient impact absorption can increase the risk of injury.","BMW will notify owners, and dealers will replace the vertical trim pieces on the upper portion of the interior B-Pillars, free of charge. Interim letters notifying owners of the safety risk were mailed July 1, 2019. Second notices will be sent as parts become available, starting on September 27, 2019. Owners may contact BMW customer service at 1-800-525-7417." -05/09/2019,19V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V351000),"Jaguar Land Rover North America, LLC",Regenerative Brake System May Fail/FMVSS 135,SERVICE BRAKES,H213,Vehicle,3083,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2019-2020 I-PACE vehicles. If the electrical regenerative brake system fails, there will be an increased delay between when the driver brakes and when the vehicle decelerates. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","A delay in deceleration, increases the distance needed to stop and the risk of a crash.","Jaguar will notify owners, and dealers will update the software to reduce the delay, free of charge. The recall began June 12, 2019. Owners may contact Jaguar customer service at 1-800-637-6837. Jaguar's number for this recall is H213." -05/09/2019,19V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V350000),"Jaguar Land Rover North America, LLC",Seat Belt May Not Lock/FMVSS 209,SEAT BELTS,N333,Vehicle,16186,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016-2017 Range Rover and Range Rover Sport vehicles. The driver's seat belt Emergency Locking Retractor (ELR) may not lock as designed. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","If the driver brakes prior to a crash, the ELR will not lock at the correct g-force level, increasing the risk of injury.","Land Rover will notify owners, and dealers will inspect the seat belt assembly, replacing it if necessary, free of charge. The recall began September 10, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N333." -05/09/2019,19V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V347000),"Chrysler (FCA US, LLC)",Tailgate May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,V44,Vehicle,1103209,"Chrysler (FCA US LLC) is recalling certain 2015-2017 Ram 1500, 2500 and 3500 pickup trucks equipped with an 8 foot bed and a power locking tailgate. Chrysler is also recalling all 2013-2014 and 2018 Ram 1500, 2500 and 3500 pickup trucks built before April 1, 2018 with a 6 or 8 foot bed and a power locking tailgate. On August 29, 2019 Chrysler expanded the recall to include an additional 693,128 model year 2013-2014 Ram 1500, 2500 and 3500 pickup trucks. The tailgate actuator limiter tab may fracture and cause the tailgate to unlatch and open while driving.","If the tailgate opens while the vehicle is being driven, cargo may fall out the vehicle and create a road hazard, increasing the risk of crash.","Chrysler will notify owners, and dealers will repair the tailgate latch, free of charge. The recall began May 23, 2019. Chrysler is expected to notify owners of the expanded population on October 18, 2019. Owners may contact FCA US customer service at 1-800-853-1403. FCA US's number for this recall is V44. Note: 2015-2017 MY Ram 1500 pickup trucks with truck beds other than 8 foot, are currently covered under NHTSA recall 18V-486 for this issue." -05/07/2019,19V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V346000),Hercules Enterprises,Disengaged/Uninstalled Axle Nut Locking Tab,SUSPENSION,NR (Not Reported),Vehicle,160,"Hercules Enterprises is recalling certain 2018 Hercules CH40GN 18047 trailers. The wheel end nut locking device on these trailers may not be properly installed, allowing the wheel end to separate from the axle.",A wheel detachment increases the risk of crash.,"According to Hercules Enterprises, all of the affected axles have been repaired. The recall began September 6, 2018. Owners may contact Hercules Enterprises customer service at 1-908-369-0000." -05/07/2019,19E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E033000),"Aero Industries, Inc.",Swing Arms May Swing Back to back of Dump Body,EQUIPMENT,CAR #33852,Equipment,307,"Aero Industries, Inc. (Aero Industries) is recalling certain Easy Cover tarping systems. The spring return pin within the pawl assembly may have not been tack welded, allowing the pawl assembly to separate from the hub on the manual crank assembly.","Separation of the pawl assembly and hub may cause the swing arms on the Easy Cover tarping system to unexpectedly swing to the back of the dump body, increasing the risk of crash.","Aero Industries will notify owners and provide new pawl assemblies to the affected customers, free of charge. The recall began July 17, 2019. Owners may contact Aero Industries customer service at 1-800-535-7563. Aero Industries number for this recall is CAR #33852." -05/03/2019,19V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V342000),Taylor Made Ambulances,Brake Light May Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,17,"Taylor Made Ambulances is recalling certain 2017-2018 Ford E-350, F-450, E-450, F-550, and GMC G3500-based ambulances equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Taylor Made will notify owners and Whelen will replace the brake lights, free of charge. The recall began June 5, 2019. Owners may contact Taylor Made Ambulances customer service at 1-800-468-1310." -05/03/2019,19V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V345000),Supreme Corporation,Rear Clearance Lamp Visibility Blocked/FMVSS108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,278,"Supreme Corporation (Supreme) is recalling certain 2018-2019 Platform vehicles. The rear clearance lamp may be located in the incorrect position, blocking part of the required 90-degree light spread. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective devices, and Assoc. Equipment.""",Lack of visibility of the rear clearance lamps may increase the risk of crash.,"Supreme will notify owners and dealers will relocate the rear clearance lamps to an appropriate location, free of charge. The recall began July 18, 2019. Owners may contact Supreme customer service at 1-844-352-4921." -05/03/2019,19V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V344000),Motor Coach Industries,Roof Hatch Glass may Shatter,VISIBILITY,SB 471,Vehicle,75,"Motor Coach Industries (MCI) is recalling certain 2019 J3500 and D4505 buses, and 2018-2019 J4500 buses equipped with Transpec T287x Series glass roof hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.","If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","MCI will notify owners, instructing them to contact the hatch manufacturer for a replacement roof hatch, free of charge. The recall began June 20, 2019. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 471." -05/02/2019,19V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V341000),"Yamaha Motor Corporation, USA",Front Brake Lever May Break,SERVICE BRAKES,990128,Vehicle,198,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2019 YZFR3 motorcycles. Porosities in the front brake lever may cause it to break if it is gripped with a strong force.","A broken front brake lever can affect front braking ability, increasing the risk of crash.","Yamaha will notify owners, and dealers will inspect and replace the front brake lever, as necessary, free of charge. The recall began May 15, 2019. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990128." -05/02/2019,19V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V343000),"Suzuki Motor USA, LLC",Occupant Detection System may Misclassify,AIR BAGS,C5,Vehicle,21052,"Suzuki Motor of America, Inc. (Suzuki) is recalling 2010-2013 Kizashi vehicles. The front passenger seat Occupant Classification System (OCS) may misclassify an adult occupant as child and deactivate the front air bag.","The deactivated front air bag will not deploy in the event of a crash, increasing the risk of injury.","Suzuki will notify owners, and service providers will replace the front passenger seat cushion, which includes a new OCS mat assembly, free of charge. Owner letters were mailed on October 29, 2021. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is C5." -05/01/2019,19V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V339000),Indian Motorcycle Company,Loss of Headlight Function,EXTERIOR LIGHTING,I-19-02,Vehicle,6487,"Indian Motorcycle Company (Indian) is recalling certain 2014 Chief and Chieftain motorcycles. Due to a problem within the Vehicle Control Module (VCM), all of the front lights, including the headlight, may go out while riding.","The loss of lighting can reduce visibility, increasing the risk of crash.","Indian will notify owners, and dealers will inspect the Vehicle Control Module (VCM) connector and update the VCM software. If the VCM connector is damaged, a new connector and VCM will be installed, free of charge. The recall began April 1, 2020. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-19-02." -05/01/2019,19V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V340000),PACCAR Incorporated,Mirror Glass May Detach,VISIBILITY,19KWC and 19PBC,Vehicle,3907,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Peterbilt 520 and 579 vehicles and Kenworth T680, T880 and W990 vehicles. The mirror glass may detach from the mirror carrier plate due to inadequate adhesion.","If the mirror glass detaches, the driver may have reduced visibility and the mirror glass will become a road hazard that may strike another vehicle or pedestrian, increasing the risk of a crash or injury.","PACCAR has notified owners, and dealers will inspect the upper mirror glass/mirror carrier, replacing it as necessary, free of charge. The recall began May 31, 2019. Kenworth owners may contact PACCAR customer service at 1-425-828-5888 and Peterbilt owners may call 1-940-591-4220. PACCAR's numbers for this recall is 19KWC and 19PBC." -04/30/2019,19V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V338000),Shyft Group,Aerial Device May Become Unstable,EQUIPMENT,19007,Vehicle,45,"Spartan Motors USA (Spartan) is recalling certain 2004-2016 Emergency Response Gladiator Tractor Drawn Aerial vehicles. Cracks may develop and extend into the vertical portions of the tiller frame, resulting in instability of the aerial device.","If the aerial device becomes unstable, the device may fall, increasing the risk of an injury.","Spartan will notify owners, and dealers will inspect and correct any cracking, and add reinforcements to prevent any possible future cracking, free of charge. The recall began May 13, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19007." -04/30/2019,19V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V337000),"Smeal Holding, LLC",Aerial Device May Collapse,EQUIPMENT,1911,Vehicle,12,"Smeal Holding LLC (Smeal) is recalling certain 2017-2019 Aerial Fire Apparatus vehicles. The tube steel used in the base rail of the aerial device may be missing joint welds, which may cause the aerial device to become unsteady and possibly collapse.",The aerial device may collapse increasing the risk of injury.,"Smeal has notified owners, and dealers will inspect the aerial devices, replacing any sections with missing welds, free of charge. The recall began May 13, 2019. Owners may contact Smeal customer service at 1-800-867-6478. Smeal's number for this recall is 1911." -04/30/2019,19V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V331000),Southeast Apparatus,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,39,"Southeast Apparatus is recalling certain 2017-2018 Tankers, Pumpers, and Rescue vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, increasing the risk of a crash.","Southeast Apparatus will notify owners and Whelen will replace the brake lights, free of charge. The recall began May 1, 2019. Owners may contact Southeast Apparatus customer service at 1-888-996-6277." -04/30/2019,19V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V335000),"Jayco, Inc.",Fresh Water Tank Supports may Fail,EQUIPMENT,9901433,Vehicle,86,"Jayco, Inc. (Jayco) is recalling certain 2019 Jay Flight TF travel trailers, model 32RLOK. The supports for the fresh water tank may be too thin, resulting in the brackets breaking and the tanks detaching from the trailer.","A detached water tank would be a road hazard, increasing the risk of crash.","Jayco has notified owners, and dealers will install a threaded rod in the center of the water tank support apparatus to provide additional support, free of charge. The recall began May 9, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901433." -04/30/2019,19E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E032000),"Strategic Sports, Ltd.",Helmet May Not Protect From Impact/FMVSS 218,EQUIPMENT,OA-218-170423,Equipment,1956,"Strategic Sports, Ltd. (Strategic Sports) is recalling certain Zox Sierra ST-560 helmets, sizes XS, S, M, and L. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","Objects may penetrate the helmet during a crash, increasing the risk of injury.","Strategic Sports has notified owners, and instructed them to return the helmet, for a full refund. The recall began April 30, 2019. Owners may contact Strategic Sports customer service at helmet.recall.info@gmail.com or 1-619-861-8110. Strategic Sports' number for this recall is OA-218-170423." -04/30/2019,19V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V336000),"Forest River, Inc.",Undersized Wiring on Unprotected Circuit,ELECTRICAL SYSTEM,225-1003,Vehicle,100,"Forest River, Inc. (Forest River) is recalling certain 2019-2020 Coachmen Beyond, Crossfit and Galleria motorhomes equipped with ProAir air conditioning systems. The wiring for ProAir system may be undersized for the potential load. Additionally, the circuit was not fuse or breaker protected.","The undersized wiring on the unprotected circuit may be overloaded and melt, increasing the risk of a fire.","Forest River has notified owners, and dealers will replace the wiring and install a circuit breaker, free of charge. The recall began May 20, 2019. Owners may contact Forest River customer service at 1-574-825-8590. Forest River's number for this recall is 225-1003." -04/29/2019,19V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V333000),New England Wheels,Seat Back may not Stay Upright,SEATS,18E-076,Vehicle,544,"New England Wheels (New England) is recalling certain 2014-2018 Ford Transit and 2014-2019 Ram Promaster 2500 and 3500 vehicles modified to be equipped with Freedman Go-ES Foldaway seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","New England has notified owners, directing them to contact Freedman for repairs to the foldaway seats, free of charge. The recall began May 27, 2019. Owners may contact Freedman customer service at 1-800-443-4540 or New England at 1-800-886-9247." -04/29/2019,19V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V334000),"Airstream, Inc.",Spare Tire Bracket/Carrier May Detach from Trailer,EQUIPMENT,NR (Not Reported),Vehicle,1848,"Airstream, Inc. (Airstream) is recalling certain 2018-2020 International, Sport, Flying Cloud, Classic, Tommy Bahama, Globetrotter, and Nest travel trailers. The forward end of the spare tire carrier may contact the ground while the trailer is moving possibly resulting in the carrier and spare tire separating from the vehicle.","If the spare tire and tire carrier become detached it can become a road hazard, increasing the risk of crash.","Airstream will notify owners, and dealers will install corrected spare tire carrier brackets, free of charge. The recall is expected to begin June 28, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111, extension 7401 or 7411." -04/26/2019,19V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V330000),"Mitsubishi Motors North America, Inc.",Air Bags May Not Deploy In A Crash,AIR BAGS,SR-19-001,Vehicle,26016,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2017-2018 Mirage G4 vehicles. The internal acceleration sensor in the Supplemental Restraint System (SRS) Electronic Control Unit (ECU) can misinterpret vibrations, such as from poor road conditions or a flat tire, as a malfunction and disable all the vehicle's air bags.",Air bags that do not deploy increase the risk of injury in a crash.,"MMNA notified owners, and dealers will reprogram the SRS-ECU software, free of charge. The recall began May 24, 2019. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-19-001." -04/26/2019,19V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V329000),"Fenton Mobility Products, Inc.",Seat Back may not Stay Upright,SEATS,18E-076,Vehicle,360,"Fenton Mobility Products, Inc. (Fenton Mobility) is recalling certain 2015-2018 Ford Transit vehicles modified to be equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Fenton Mobility will notify owners, and a Fenton Mobility technician will repair the foldaway seats, free of charge. The recall is expected to begin in June 2019. Owners may contact Fenton Mobility customer service at 1-716-484-7014." -04/25/2019,19V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V324000),"Chrysler (FCA US, LLC)",Driveshaft May Fracture and Separate,POWER TRAIN,V48,Vehicle,10160,"Chrysler (FCA US LLC) is recalling certain 2018-2019 Ram 1500 pickup trucks. The rear driveshaft may have an incomplete weld fusion between the tube and tube yoke, which may lead to weld cracking or the driveshaft fracturing.","A fractured rear driveshaft could detach from the vehicle and become a road hazard, or it may result in a loss of drive power, both of which can increase the risk of a crash.","FCA US will notify owners, and dealers will replace the rear driveshaft, free of charge. The recall began June 13, 2019. Owners may contact FCA US customer service at 1-800-853-1403. The FCA US recall number is V48." -04/25/2019,19V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V328000),"General Motors, LLC",Engine Block Heater/Terminal Short-Circuit,ENGINE,"N182206310, -11, -12",Vehicle,318374,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Silverado 4500, 5500 and 6500 vehicles and 2017-2019 Chevrolet Silverado 2500 and 3500 vehicles and GMC Sierra 2500 and 3500 vehicles equipped with Duramax 6.6 liter diesel engines and an optional engine-block heater. The engine block heater cord or the terminals that connect the heater cord to the block heater may short circuit and fail.",A short-circuit may damage the engine components and increase the risk of fire.,"GM will contact owners, dealers will replace the engine block heater, free of charge. Additionally, in Chevrolet Silverado 2500 and 3500 vehicles, dealers will install a new rerouted heater cord. The recall began December 11, 2019. Owners may contact GM customer service at 1-586-596-1733. GM's number for this recall is N182206310." -04/25/2019,19V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V326000),"Jaguar Land Rover North America, LLC",Incorrectly Wired Seat Belt Harness Connector,AIR BAGS,H208,Vehicle,7060,"Jaguar Land Rover North America, LLC (Jaguar Land Rover) is recalling certain 2014-2015 Jaguar F-TYPE vehicles previously remedied under Recall 14V-714. The seatbelt harness connector which connects the Seatbelt Tension Sensor (STS) to the Occupant Classification Sensor Control Module (OCSCM) may not have been correctly wired. As a result, the Restraint Control Module (RCM) may not accurately detect if an adult or child is occupying the seat.","In the event of a crash necessitating air bag deployment, an incorrect classification may result in the passenger frontal air bag deploying even if there is a child in the front passenger seat, increasing their risk of injury.","Jaguar will notify owners, and dealers will inspect the seat belt assembly and repair the seatbelt tension sensor harness as necessary, free of charge. The recall began June 3, 2019. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H208." -04/25/2019,19V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V327000),"Volvo Car USA, LLC",Rear Suspension Toe Links May Be Loose,SUSPENSION,R19938,Vehicle,8266,"Volvo Car USA LLC (Volvo) is recalling certain 2019 S60 vehicles. The rear suspension toe link flange lock nuts may not have been properly tightened, possibly resulting in a sudden change in vehicle handling.",A sudden change in vehicle handling can increase the risk of a crash.,"Volvo will notify owners, and dealers will inspect the rear toe link flange bolts and lock nuts, replacing them if necessary, free of charge. The recall began June 6, 2019. Owner's my contact Volvo Customer Service at 1-800-458-1552. Volvo's number for this recall is R19938." -04/25/2019,19V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V323000),Mazda North American Operations,Road Salt Causing Corrosion of Cross Member,STRUCTURE,2818I,Vehicle,51118,"Mazda North American Operations (Mazda) is recalling certain 2011-2013 Mazda6 vehicles sold, or ever registered in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland,Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. The front cross member may corrode after exposure to road salt.","Corrosion may weaken the mounting point for the passenger side lower control arm, unexpectedly changing the steering alignment and increasing the risk of a crash.","Mazda will notify owners, and dealers will inspect the cross member and either install a side member and drain hose and apply wax to protect from rust, or install a drain hose and an improved front cross member, free of charge. The recall began June 13, 2019. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 2818I. Note: This recall is an expansion of Recall 18V-631." -04/24/2019,19V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V322000),"Porsche Cars North America, Inc.",A/C Control Unit May Short Circuit and Cause Fire,ELECTRICAL SYSTEM,AKA7,Vehicle,33206,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2010-2016 Panamera 4S and Panamera S, 2011-2016 Panamera, Panamera 4 and Panamera Turbo, 2012-2016 Panamera Turbo S and Panamera S E-Hybrid, 2013-2016 Panamera GTS, 2013 Panamera Platinum Edition and Panamera 4 Platinum Edition, 2014-2016 Panamera 4S Executive, Panamera Turbo Executive and Panamera Turbo S Executive, 2015 Panamera Diesel and 2016 Panamera 4 Edition, Panamera Edition and Panamera Turbo S Exclusive Series vehicles. Water may enter the A/C blower control unit, causing an electrical short circuit.",An electrical short increases the risk of fire.,"Porsche will notify owners, and dealers will inspect the blower control unit, replacing it as necessary, free of charge. The recall began February 10, 2020. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA7. Note: Porsche recommends that owners park their vehicle outdoors until the recall remedy has been performed." -04/24/2019,19V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V321000),"LDJ Manufacturing, Inc.",Axles may have been Installed Backwards,SERVICE BRAKES,NR (Not Reported),Vehicle,23,"LDJ Manufacturing, Inc. (LDJ) is recalling certain 2017-2018 R250 Container trailers. The axles may have been installed backwards. Additionally, some of the axle spring seats may have not been welded to the axle.","If the axle was installed backwards, the brakes may not operate properly, increasing the risk of a crash.","LDJ has notified owners and dealers will inspect and correct the axle installations and weld the axle spring seat to the axle, as necessary, free of charge. The recall began May 22, 2019. Owners may contact LDJ customer service at 1-641-620-4034." -04/23/2019,19V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V319000),Toyota Motor Engineering & Manufacturing,Air Bags May Not Deploy Properly,AIR BAGS,K1F/K0F,Vehicle,43221,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2015-2017 Yaris vehicles. The wire harnesses for the side air bag sensors located within the front doors may crack and corrode, possibly causing the non-deployment or improper deployment of the front seat side air bags and the curtain shield air bags.","In the event of a crash, front seat side air bags and curtain shield air bags that do not deploy as intended can increase the risk of injury.","Toyota will notify owners, and dealers will replace the wire harness assembly in the front doors, as necessary, free of charge. The recall began June 7, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K1F/K0F." -04/23/2019,19V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V318000),Toyota Motor Engineering & Manufacturing,Door Spot Welds Affecting Air Bag Deployment,AIR BAGS,K1G / K0G,Vehicle,274,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Sienna vehicles. The passenger front door may have incorrect welds inside, possibly affecting the air bag sensor readings for the passenger side front seat and curtain shield air bags.","The incorrect air bag sensor readings could cause the affected air bags to unintentionally deploy or to not deploy when intended, increasing the risk of a crash and/or injury.","Toyota will notify owners, and dealers will replace the passenger side front door sub assembly with a new one, free of charge. The recall began June 21, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K1G /K0G." -04/23/2019,19V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V320000),EHG USA LP dba American Fastbacks,Roof Top Tent Cover May Crack and Detach,EQUIPMENT,NR (Not Reported),Vehicle,94,"Erwin Hymer Group USA LP dba American Fastbacks (EHGUSA-AF) is recalling certain 2018 Jeep Wrangler vehicles sold with a roof top tent installed. The top cover of the roof top tent may crack or break, possibly resulting in the cover detaching from the vehicle while moving.","If the roof top tent cover detaches from the vehicle while moving, it can create a road hazard, increasing the risk of a crash.","The remedy for this recall is still under development. The recall began May 9, 2019. Owners may contact American Fastbacks customer service at 1-844-533-7997 extension 301. Note: Vehicles in this recall are also included in recall 19V-190." -04/22/2019,19T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T004000),"Toyo Tire Holdings of Americas, Inc.",Sections of Tire Tread May Detach,TIRES,NR (Not Reported),Tire,2169,"Toyo Tire Holdings Of Americas Inc. (Toyo) is recalling certain Proxes A27 tires, size P185/60R16 86H, produced from September 21, 2018 through September 25, 2018 (DOT dates codes 3718 and 3818). Prototype rubber compound was mixed with production compound, which may result in sections of the tire tread detaching.","Sections of tread detaching can cause the tire to lose pressure, increasing the risk of crash.","Toyo will notify owners, and dealers will replace the tires, free of charge. The recall began May 24, 2019. Owners may contact Toyo customer service at 1-800-442-8696." -04/19/2019,19V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V317000),"Forest River, Inc.",Front A/C Wiring may Chafe,ELECTRICAL SYSTEM,10C-1001,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain 2019 Rockwood and Flagstaff recreational trailers. The wiring for the front bedroom air conditioning may have been improperly installed and may come in contact with the heat strip in the air conditioner.","If the wiring harness contacts the heat strip, the sheathing may melt, increasing the risk of fire.","Forest River will notify owners, and dealers will secure the air conditioner wiring harness away from the heat strip, free of charge. The recall began on May 6, 2019. Owners may contact Forest River customer service at 1-574-642-8943. Forest River's number for this recall is 10C-1001." -04/18/2019,19V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V315000),Honda (American Honda Motor Co.),Electric Water Pump May Corrode And Fail,EQUIPMENT,N5H,Vehicle,1082,Honda (American Honda Motor Co.) is recalling certain 2017-2018 Clarity Fuel Cell vehicles. Internal components may corrode and cause the water pump to fail.,"A failure of the water pump can cause the vehicle to stall, increasing the risk of crash.","Honda will notify owners, and dealers will replace the water pump, free of charge. The recall began June 10, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is L4N." -04/18/2019,19V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V316000),"Nissan North America, Inc.",Fuel Tank May Leak/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,374,"Nissan North America, Inc. (Nissan) is recalling certain 2019 Altima vehicles equipped with front wheel drive (FWD) and 2.5 liter engines. The fuel pump lock ring may not be fully engaged, possibly causing fuel to leak. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Nissan will notify owners, and dealers will inspect the fuel tank assembly. If the lock ring is disengaged, dealers will tighten the ring to specification. If the lock ring is detached, dealers will replace the fuel pump. Both remedies will be completed free of charge. The recall began May 15, 2019. Owners may contact Nissan customer service at 1-800-867-7669." -04/18/2019,19V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V309000),"Daimler Vans USA, LLC",High Beams May Not Deactivate by Switch,EXTERIOR LIGHTING,VS3FERNLI,Vehicle,1517,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter (Platform 907) vehicles equipped with high-beam assist. A software error in the control unit may prevent the driver from being able to switch off the high beams when intended.","Being unable to turn off the high beams may result in oncoming traffic being blinded by the vehicle's lights, increasing the risk of crash.","DVUSA will notify owners, and Mercedes-Benz or Freightliner Sprinter dealers will update the control unit software, free of charge. The recall began June 14, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3FERNLI." -04/18/2019,19E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E030000),"Bendix Commercial Vehicle Systems, LLC","Left, Rear Brake Caliper may Drag","SERVICE BRAKES, AIR",NR (Not Reported),Equipment,17050,Bendix Commercial Vehicle Systems LLC (Bendix) is recalling certain ADB22X Air Disc Brake Calipers sold for use on school buses. The driver side rear brakes may drag.,"The dragging brakes may lead to high temperatures at the wheel end, increasing the risk of fire.","Bendix will notify the school bus manufacturers that purchased the brake calipers. Dealers for those manufacturers will install a new caliper with an updated clearance adjustment mechanism, free of charge. The recall began May 21, 2019. Owners may contact Bendix customer service at 1-877-345-9526." -04/18/2019,19V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V312000),"General Motors, LLC",Lower-Control Arm May Separate From Vehicle,SUSPENSION,A182202370,Vehicle,112958,"General Motors LLC (GM) is recalling certain 2017-2019 Chevrolet Trax vehicles. A joint in one or both of the front lower-control arms may have been improperly welded. An improperly welded joint may break, resulting in the partial separation of the lower-control arm from the vehicle.","A partial separation of the lower-control arm from the vehicle could cause the attached front wheel to toe outward, impacting the vehicle's handling and steering and increasing the risk of crash.","GM will notify owners, and dealers will inspect the left and right front lower-control arms, replacing them as necessary, free of charge. The recall began June 14, 2019. Owners may contact GM customer service at 1-800-222-1020. GM's number for this recall is A182202370." -04/18/2019,19V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V314000),"Mercedes-Benz USA, LLC","Pedal Plate May Bend, Impairing Brake Pedal Use","SERVICE BRAKES, HYDRAULIC",2019050002,Vehicle,1051,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 A220 and A220 4MATIC vehicles. Due to improper welding, the pedal plate may bend, impairing the operation of the brake pedal.",Impaired operation of the brake pedal may increase the risk of crash.,"MBUSA will notify owners, and dealers will inspect the welding of the brake pedal, replacing it as necessary, free of charge. The recall began May 31, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019050002." -04/18/2019,19V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V313000),Mobility Transportation Services,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,2080,"Mobility Transportation Services (MobilityTrans) is recalling certain 2014-2018 Ford Transit and Ram Promaster vehicles and 2014-2015 Ford Econoline vehicles modified to be equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","MobilityTrans will notify owners and Freedman Seating dealers will inspect and repair the foldaway seat, free of charge. The recall began May 19, 2019. Owners may contact Mobility Transportation Services customer service at 1-734-453-6452." -04/17/2019,19V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V305000),"Spencer Manufacturing, Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,12,"Spencer Manufacturing, Inc. is recalling certain 2017 TM-3000 (1426), TM-1000 (1427) and TM-1000 (1428) Fire Trucks, 2018 WS-3900 (1429), SM-2000 (1430), WS-2000 (1431), Rescue (1440), Grass Rig (1443) and SM-1000 (1444) Fire Trucks, and 2019 TM-1000 (1434), TM-1000 (1433), and TM-1000 (1432) Fire Trucks, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Spencer will notify owners, and Whelen will replace the brake lights, free of charge. The recall began June 3, 2019. Owners may contact Whelen customer service at 1-860-718-2331 or Spencer Manufacturing at 1-269-637-9459." -04/17/2019,19V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V311000),Hyundai Motor America,Driver's Door May Open During Side Impact Crash,LATCHES/LOCKS/LINKAGES,183,Vehicle,12438,"Hyundai Motor America (Hyundai) is recalling certain 2019 Veloster vehicles. In certain side impact crashes, the driver's door latch housing and locking cable can become damaged, allowing the driver's side door to open.",The door opening could result in occupant ejection or increase the risk of injury in the event of a crash.,"Hyundai will notify owners, and dealers will replace the driver's side door latch assembly and lower channel, free of charge. The recall began June 17, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 183." -04/17/2019,19V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V310000),"BMW of North America, LLC",Electrical Power May Shutdown,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,159,"BMW of North America, LLC (BMW) is recalling certain 2018 i3 BEV and i3 REx hybrid electric vehicles. A circuit board problem within the Electric Motor Electronics (EME) module may shutdown the supply of high voltage electrical power.","A shut down of high-voltage electrical power would result in a loss of propulsion, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the EME module, free of charge. The recall began June 13, 2019. Owners may contact BMW customer service at 1-800-525-7417." -04/17/2019,19V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V307000),Livin' Lite Recreational Vehicles,Exit Window May be Blocked,STRUCTURE,LL-2019-01,Vehicle,659,Livin' Lite Recreational Vehicles (Livin' Lite) is recalling certain 2013-2017 Camplite and 2014-2017 Bearcat recreational trailers. One of the exit windows may be blocked by a manual awning arm.,"In the event of an emergency, occupants may try to escape through the blocked window, but would not be able to, increasing their risk of injury.","Livin' Lite will notify owners, and dealers will remove the exit label and alter the window levers, free of charge. The recall began June 13, 2019. Owners may contact Livin' Lite customer service at 1-800-768-4016 extension 154 or 153. Livin' Lite's number for this recall is LL-2019-01." -04/17/2019,19V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V308000),"Volvo Car USA, LLC",Fire Risk from Leaking Coolant Hose,ENGINE AND ENGINE COOLING,R29936,Vehicle,34006,"Volvo Cars of N.A., LLC (Volvo Cars) is recalling certain 2016 XC90 vehicles. Exposure to heat and humidity may cause the engine coolant bleeder hose to crack, resulting in a coolant leak.","If the coolant leak goes unnoticed, coolant may accumulate in the catalytic converter heat shield insulation and catch fire when the vehicle is stationary, increasing the risk of injury.","Volvo Cars will notify owners, and dealers will replace the engine side coolant bleeder hose, free of charge. The recall began June 12, 2019. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R29936." -04/17/2019,19V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V304000),Shyft Group,Undersized Wires may cause Engine Shutdown,ELECTRICAL SYSTEM,19009,Vehicle,89,"Spartan Motors USA (Spartan) is recalling certain 2019 Fleet Services/Utilimaster Truck Body vehicles built on a Peterbilt chassis. Due to undersized wires, the connector between the cab power harness and the power distribution center (PDC) harness may overheat and melt, possibly resulting in an engine shutdown.",An unexpected engine shut down can increase the risk of a crash.,"Spartan will notify owners, directing them to contact a Peterbilt dealer to have the main power wire to the PDC replaced with a wire of the correct gauge, free of charge. The recall began June 3, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19009." -04/16/2019,19V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V306000),REV Recreation Group,Generator Exhaust Pipe may get Damaged,EQUIPMENT,190412REV,Vehicle,63,REV Recreation Group (REV) is recalling certain 2019 Fleetwood Flair Model 32 S and Holiday Rambler Admiral Model 32 S motorhomes. The generator exhaust pipe placement exits the motorhome within the vehicle's departure angle.,"If motorhome is driven on an incline, the generator exhaust pipe may get damaged, possibly resulting in carbon monoxide entering the vehicle when the generator is running, increasing the risk of injury or death.","REV has notified owners, and dealers will inspect and reroute the generator exhaust pipe, as necessary, free of charge. The recall began May 21, 2019. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 190412REV." -04/15/2019,19V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V302000),Fontaine Trailer Company,Cylinder Retaining Pin May Detach from Trailer,EQUIPMENT,NR (Not Reported),Vehicle,123,Fontaine Trailer Company (Fontaine Trailer) is recalling certain 2017-2019 Traverse HT (hydraulic tail) trailers. The hydraulic cylinder retaining pin for the main tail may disconnect from the trailer unexpectedly.,"If the hydraulic cylinder retaining pin becomes disconnected it may become a road hazard. Additionally, the hydraulic cylinder may drop free and impact the road, and cause a loss of vehicle control. Either condition increases the risk of a crash.","Fontaine Trailer will notify owners and dealers will replace the hydraulic cylinder retaining pin snap rings for cotter pins, free of charge. The recall began June 13, 2019. Owners may contact Fontaine Trailer customer service at 1-877-345-9526." -04/15/2019,19E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E029000),"Triumph Motorcycles America, Ltd.","Fairing may Damage Wiring, causing Stall",ELECTRICAL SYSTEM,SRAN566,Equipment,1201,"Triumph Motorcycles America, LTD (Triumph) is recalling certain accessory fairing kits, part numbers A9708301, A9708412, A9938255, A9938257, A9938265, A9938267, A9938323, and A9938325 sold for accessory installation on 2016-2018 Thruxton 1200, Thruxton 1200R, Thruxton 1200 Dual Seat and Thruxton 1200R Dual Seat motorcycles. Insufficient clearance for the wiring may result in damage to the harnesses causing a loss of headlights, turn signals or possibly a stall.",An engine stall or a loss of the headlight or turn signals can increase the risk of a crash.,"Triumph will notify owners, and dealers will replace the wire covering (conduits) free of charge. The recall began May 24, 2019. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN566." -04/15/2019,19V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V303000),"Altec Industries, Inc.",Pedestal and Turntable May Separate,EQUIPMENT,MAB 716,Vehicle,153,"Altec Industries Inc. (Altec) is recalling certain 2017-2018 Altec LR7, TA50, TA55, TA60, and TA45M-T50 Aerial Devices. The fasteners that are used to secure the turntable to the pedestal may fail.","If multiple fasteners fail, the pedestal and turntable may separate, increasing the risk of death or injury.","Altec has notified owners and dealers will inspect and replace the defective fasteners, free of charge. The recall began April 18, 2019. Owners may contact Altec customer service 1-877-462-5832. Altec's number for this recall is MAB 716." -04/12/2019,19V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V300000),SMC Trailers,Entry Steps May Break,EQUIPMENT,NR (Not Reported),Vehicle,92,SMC Trailers (SMC) is recalling certain 2019 Laramie horse trailers. The living quarter entry steps may break when being stepped onto due to poor welds and missing rivets.,"The steps could break while in use, increasing the risk of injury.","SMC has notified owners, and dealers will inspect the trailers, correcting the welds and installing rivets as necessary, free of charge. The recall began April 23, 2019. Owners may contact SMC Trailers at 1-574-966-5598." -04/12/2019,19V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V299000),Honda (American Honda Motor Co.),Loose Battery Terminal Connections,ELECTRICAL SYSTEM,"Z4J, Y4K",Vehicle,50504,"Honda (American Honda Motor Co.) is recalling certain 2018-2019 Odyssey vehicles. Loose battery terminal connections or a degraded battery may cause the Transmission Control Unit (TCU) to unexpectedly reboot. Upon rebooting, the TCU may shift the transmission to the ""Park"" position, possibly damaging the parking rod.","A damaged parking rod can allow the vehicle to roll when parked, increasing the risk of a crash or injury.","Honda will notify owners, and dealers will ensure the battery terminal connections are secure and will update the TCU software, free of charge. Additionally, the parking rod effectiveness will be checked. The recall began May 31, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are Z4J, Y4K." -04/12/2019,19V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V294000),"Forest River, Inc.",Loss of Braking due to Brake Hose Corrosion,"SERVICE BRAKES, HYDRAULIC",55-0992,Vehicle,14,"Forest River, Inc. (Forest River) is recalling certain 2019 Dynamax Isata motorhomes built on a RAM cab chassis. The primary and secondary brake hoses located between the brake master cylinder and the hydraulic control unit may have been manufactured without anti-corrosion plating on the ferrules.","If the ferrules corrode, the brake fluid may leak and cause a loss of braking, increasing the risk of a crash.","Forest River will notify owners, and FCA US dealers will inspect the brake hoses and replace them if necessary, free of charge. The recall began on May 6, 2019. Owners may contact FCA US customer service at 1-800-853-1403 or Forest River at 1-574-262-3474. Forest River's number for this recall is 55-0992." -04/12/2019,19V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V298000),Honda (American Honda Motor Co.),Timing Belt Teeth May Separate,ENGINE AND ENGINE COOLING,"L4M, Z4L",Vehicle,93946,"Honda (American Honda Motor Co.) is recalling certain 2018-2019 Acura MDX and Honda Pilot vehicles and 2019 Acura RLX, RLX Sport Hybrid, TLX and Honda Odyssey and Ridgeline vehicles. The timing belt teeth may separate from the belt.","Teeth separation from the timing belt may result in an engine stall, increasing the risk of crash.","Honda will notify owners, and dealers will inspect the vehicle and replace any affected timing belt free of charge. Vehicles receiving a replacement timing belt will also have the engine inspected and any damaged components will be replaced for free. The recall began June 7, 2019. Honda owners may contact customer service at 1-888-234-2138. Honda's number for this recall is L4M. Acura owners may contact customer service at 1-888-234-2138. Acura's number for this recall is Z4L." -04/12/2019,19E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E028000),Cush Corp,Wheel End Separation from Axle,SUSPENSION,NR (Not Reported),Equipment,195,"Cush Corp is recalling certain suspension systems that use AXN Heavy Duty Trailer Axles, model numbers TA250T67E7658034 and TA250T67E7658035. The wheel end nut locking device on these trailers may not have been properly installed, allowing the wheel end to separate from the axle.","If the wheel end separates from the axle, it can increase the risk of a crash.","Cush Corp will notify owners, and AXN dealers will inspect the locking clip to ensure its proper installation, correcting it as necessary, free of charge. The recall began September 20, 2018. Owners may contact AXN customer service at 1-502-882-9122 or Cush Corp at 1-417-724-1239." -04/11/2019,19V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V297000),"Subaru of America, Inc.",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,WUF-91,Vehicle,511,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2013 Forester vehicles, 2008-2011 Impreza vehicles, 2008-2014 WRX vehicles, 2005-2014 Legacy vehicles, 2005-2014 Outback vehicles and 2006-2008 Tribeca vehicles equipped with a mechanical key ignition switch installed as a replacement part. The ball spring inside the switch may break, reducing the strength of the ignition switch. If this occurs, the weight on the key ring and certain road conditions could cause the ignition switch to move out of the run position to the accessory position, turning off the engine.","The engine turning off unexpectedly can increase the risk of a crash. If a crash occurs under this condition, the air bag may not deploy, increasing the risk of injury.","Subaru will notify owners, and dealers will inspect the ignition switch, replacing the ignition switch, if necessary, free of charge. The recall began May 10, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUF-91." -04/11/2019,19V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V293000),"Chrysler (FCA US, LLC)",Shifter Cable Bushing May Detach From Transmission,POWER TRAIN,V34,Vehicle,298439,Chrysler (FCA US LLC) is recalling certain 2013-2016 Dodge Dart vehicles equipped with 6-speed automatic transmissions. The shifter cable bushing may fail allowing the shift cable to detach from the transmission.,"If the shifter cable detaches from the transmission, the vehicle may not perform the shifts performed by the driver. Additionally, despite selecting PARK with the shifter, the vehicle may roll away. These scenarios may increase the risk of a crash.","Chrysler will notify owners, and dealers will replace the transmission side shifter cable bushing, free of charge. The recall began September 5, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V34." -04/11/2019,19V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V296000),Karma Automotive LLC,Side Curtain Air Bags may not Deploy/FMVSS 226,AIR BAGS,RC-19-84-01,Vehicle,231,"Karma Automotive (Karma) is recalling certain 2018 Karma Revero vehicles. In the event of a roll over crash, the side curtain/head protection air bags may not deploy as intended due to a rollover sensor system that is not enabled. The system also lacks an instrument cluster warning light and a description of the system in the owner's manual. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If the side air bags do not deploy as intended in a roll over crash, it can increase the risk of injury.","Karma will notify owners, and dealers will replace the existing Airbag Control Unit (ACU) with a rollover enabled ACU and the owners manual will be updated with the description of the system, free of charge. The recall began July 1, 2019. Owners may contact Karma customer service at 1-855-288-6109. Karma's number for this recall is RC-19-84-01." -04/11/2019,19V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V295000),"Forest River, Inc.",Vehicle May Rollaway,POWER TRAIN,55-0993,Vehicle,16,"Forest River, Inc. (Forest River) is recalling certain 2018 Dynamax Isata vehicles built on a RAM chassis and equipped with a column shifter. Pushing the brake pedal for prolonged periods when the vehicle is running and in PARK may cause the Brake Transmission Shift Interlock (BTSI) pin to stick in the open position. With the pin in the open position, the transmission can be shifted out of PARK into any gear without pushing the brake pedal or having the key in the ignition.",Being able to shift the transmission without pushing the brake pedal and/or without a key in the ignition can increase the risk of an unintended vehicle rollaway that may result in personal injury or a crash.,"Forest River will notify owners, and Chrysler dealers will update the vehicle software, inspect the BTSI, and, as necessary, replace it, free of charge. The recall began May 6, 2019. Owners may contact Chrysler customer service at 1-800-853-1403 or Forest River at 1-574-262-3474. Forest River's number for this recall is 55-0993." -04/10/2019,19V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V285000),North Central Emergency Vehicles,Brake Light May Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5,"North Central Emergency Vehicles (North Central) is recalling certain 2016-2018 Ambulances remounted on Ford E-350 and E-450 and Chevrolet G4500 chassis equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","North Central will notify owners and dealers will replace the brake lights, free of charge. The recall began May 20, 2019. Owners may contact North Central Emergency Vehicles customer service at 1-320-395-2529." -04/10/2019,19V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V291000),"BMW of North America, LLC",Instrument Panel may Affect Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,50,"BMW of North America, LLC (BMW) is recalling certain 2019 X3 sDrive30i, X3 xDrive30i, X3 M40i, and X4 M40i vehicles. The instrument panel assembly may have been improperly manufactured, possibly affecting the deployment of the passenger's frontal air bag.","If the front passenger air bag does not deploy properly in the event of a crash, the occupant has an increased risk of injury.","BMW will notify owners, and dealers will replace the instrument panel assembly, free of charge. The recall began June 3, 2019. Owners may contact BMW customer service at 1-800-525-7417." -04/10/2019,19V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V288000),Toyota Motor Engineering & Manufacturing,Knee Airbags May not Deploy Properly,AIR BAGS,"KLD, KLE",Vehicle,564,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Lexus ES vehicles. These vehicles are equipped with a driver knee air bag assembly mounted to the lower instrument panel (IP) that may have been improperly installed, possibly affecting the deployment of the knee air bag in the event of a crash.","In the event of a crash, there is an increased risk of injury if the knee air bag does not deploy properly.","Toyota will notify owners, and dealers will inspect and replace the driver knee air bag assembly, if necessary, free of charge. The recall began May 8, 2019. Owners may contact Toyota customer service at 1-800-255-3987. Toyota's numbers for this recall are KLD and KLE." -04/10/2019,19V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V290000),"Daimler Vans USA, LLC",Loss of Power Steering Assist Due to Corrosion,STEERING,VS2SCHRALU,Vehicle,9471,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2017 Metris vehicles sold, or ever registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, Washington DC, West Virginia and Wisconsin. The aluminum bolts that attach the power steering gear assist motor to the gear housing may corrode and fracture causing a reduction or complete loss of power steering assist.","Loss of power steering assist would require a higher steering effort, especially at lower speeds, which may increase the risk of a crash.","DVUSA will notify owners, and dealers will replace the aluminum bolts with steels bolts, free of charge. DTNA issued owners an interim notification on June 3, 2019. The recall began November 15, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS2SCHRALU." -04/10/2019,19V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V287000),"Chrysler (FCA US, LLC)",ORC module May Disable Safety Features,AIR BAGS,V42,Vehicle,25004,Chrysler (FCA US LLC) is recalling certain 2019 Jeep Renegade and Fiat 500X vehicles. Incorrect software may cause the occupant restraint controller (ORC) module to disable certain passive safety features.,Deactivated passive safety features can increase the risk of injury in the event of a crash.,"Chrysler will notify owners, and dealers will update the ORC module software, free of charge. The recall began May 2, 2019. Owners may contact Chrysler's customer service at 1-800-853-1403. Chrysler's number for this recall is V42." -04/10/2019,19V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V286000),Shyft Group,Windshield Wipers May Become Inoperable,VISIBILITY,19008,Vehicle,8822,"Spartan Motors USA (Spartan) is recalling certain 2012-2018 Fleet Services/Utilimaster Reach vehicles. Due to improper electrical grounding, the windshield wiper motor may stall and cause the windshield wipers to become inoperative, reducing the driver's visibility.","A loss of windshield wiper becomes function can reduce visibility, increasing the risk of a crash.","Spartan will notify owners, and dealers will install a ground wire between the wiper motor and an appropriate spot on the vehicle to stop the motor from stalling, free of charge. The recall began April 30, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19008." -04/09/2019,19V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V283000),"Proterra Operating Company, Inc.",Air Pressure May Build up in Rear Brake System,SERVICE BRAKES,NR (Not Reported),Vehicle,39,"Proterra, Inc. (Proterra) is recalling certain 2015-2018 Catalyst 40 buses equipped with an optional tow fitting and airline that allows a tow truck to operate the rear brakes on the vehicle. The mesh cap covering the airline for the tow fitting can be clogged with road debris in inclement weather, possibly resulting in a build up of air pressure in the rear brake system.","A build up of air pressure can cause the brakes to drag and possibly overheat, increasing the risk of fire.","Proterra will notify owners, and dealers will install an additional shield to the tow fitting that protects the mesh cap, free of charge. The recall began June 4, 2019. Owners may contact Proterra customer service at 1-864-438-0000." -04/09/2019,19V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V276000),"Halcore Group, Inc.",Back Up Camera Display Image may be Reversed,BACK OVER PREVENTION,19E-009,Vehicle,196,"Halcore Group, Inc. (Halcore) is recalling certain 2016-2019 American Emergency Vehicles (AEV) TraumaHawk ambulances equipped with ASA Electronics back-up camera displays. The affected displays may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","AEV will notify owners and dealers will add a harness relay capacitor module to prevent the image from reversing, free of charge. The recall began June 11, 2019. Owners may contact ASA customer service at 1-800-384-4400 or Halcore at 1-800-447-0343." -04/09/2019,19V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V281000),"Halcore Group, Inc.",Back Up Camera Display Image may be Reversed,BACK OVER PREVENTION,19E-009,Vehicle,49,"Halcore Group, Inc. (Halcore) is recalling certain 2016-2019 Horton Type I and Type III ambulances equipped with ASA Electronics back-up camera displays. The displays may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Horton will notify owners and dealers will add a harness relay capacitor module to prevent the image from reversing, free of charge. The recall began June 13, 2019. Owners may contact ASA customer service at 1-800-384-4400 or Halcore at 1-800-447-0343." -04/09/2019,19V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V280000),Pierce Manufacturing,Brake Light May Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,FLCWBL0419,Vehicle,4,"Pierce Manufacturing (Pierce) is 2018-2019 Frontline C-35X, C-25, C-45X-3 and Encore Rescue vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Pierce has notified owners, and dealers will inspect and replace brake lights, if necessary, free of charge. The recall began April 23, 2019. Owners may contact Whelen customer service at 1-860-718-2331 or Pierce at 1-888-974-3723. Pierce's number for this recall is FLCWBL0419." -04/09/2019,19V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V284000),"Daimler Vans USA, LLC",Headlamps Lack Calibrated Sensors,EXTERIOR LIGHTING,VS3LEDSENS,Vehicle,590,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Freightliner Sprinter and Mercedes-Benz Sprinter vehicles equipped with LED high performance headlights. The sensor for the headlamp range adjustment may not have been mounted or calibrated, possibly causing unexpected changes in the headlamp lighting angle.","Unexpected changes in the headlamp lighting angle may affect the drivers visibility, increasing the risk of crash.","DVUSA will notify owners, and dealers will inspect and retrofit the sensor and correctly calibrate the rotation angle sensor, free of charge. The recall began June 11, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VS3LEDSENS." -04/09/2019,19V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V282000),PACCAR Incorporated,Undersized Wires may cause Engine Shutdown,ELECTRICAL SYSTEM,19PBB,Vehicle,5051,"PACCAR Incorporated (PACCAR) is recalling certain 2017-2020 Peterbilt 520 vehicles. Due to undersized wires, the connector between the cab power harness and the power distribution center (PDC) harness may overheat and melt, possibly resulting in an engine shutdown.",An unexpected engine shut down can increase the risk of a crash.,"PACCAR will notify owners, and dealers will replace the main power wire to the PDC with a wire of the correct size, free of charge. The recall began August 6, 2019. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 19PBB." -04/08/2019,19V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V279000),"Load Trail, LLC",Cylinder Clevis Bolts May Break off,STRUCTURE,NR (Not Reported),Vehicle,355,"Load Trail LLC (Load Trail) is recalling certain 2018-2019 83""x14' and 83""x 16' Tandem Axle, and 83""x16' Triple Axle Dump trailers with the 621-scissor hoist option. Under heavy loads, the bolts that attach the hydraulic cylinder clevis to the scissor hoist can break.","If the bolts break, the hydraulic cylinder may disengage from the scissor hoist, causing the dump box to lower back down onto the trailer frame at a rapid rate, increasing the risk of injury.","Load Trail will notify owners, and dealers will add bracing and replace the clevis bolts with bolts that can support heavy loads, replacing any damaged parts as necessary, free of charge. The recall began June 6, 2019. Owners may contact Load Trail customer service at 1-903-783-3900." -04/08/2019,19V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V278000),Ford Motor Company,Damage to Block Heater Connector may cause Fire,ENGINE,19S11,Vehicle,131068,"Ford Motor Company (Ford) is recalling certain 2015-2019 Ford F-150 and 2017-2019 Ford F-250 Super Duty, F-350 Super Duty, F-450 Super Duty, and F-550 Super Duty pick-up trucks equipped with an engine block heater and previously remedied under recall 18V894. During the previous repair, the block heater cable's splice connector may have been damaged.","A damaged cable could cause a resistive short, increasing the risk of overheated or melted wiring, increasing the risk of a fire.","Ford will notify owners, and dealers will disable the engine block heater from being used. When replacement cables become available, a second notice will be mailed and dealers will replace the engine block heater cord, free of charge. The recall began May 31, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S11." -04/08/2019,19V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V277000),"Volkswagen Group of America, Inc.",Hydraulic Brakes May Fail,"SERVICE BRAKES, HYDRAULIC",47O9,Vehicle,12645,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2018-2019 Audi Q5 and SQ5 vehicles. The brake master cylinder casting may be too short.","A short casting can cause a sudden loss of brakes, increasing the risk of crash. The electronic parking brake and its emergency brake function are not affected and will still function.","Audi has notified owners, and dealers will inspect the brake master cylinder, replacing it as necessary, free of charge. The recall began May 3, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 47O9." -04/05/2019,19V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V275000),PACCAR Incorporated,Cold Temperature may result in Parking Brake Delay,PARKING BRAKE,19KWB,Vehicle,1837,"PACCAR Incorporated (PACCAR) is recalling certain 2018-2020 T680 and T880 tandem axle vehicles equipped with a parking brake on a single axle and certain models of automated manual transmissions. During cold temperatures, the signal from the park brake pressure switch to the transmission controller may be delayed possibly resulting in the vehicle moving unexpectedly.",Unexpected vehicle movement may increase the risk of a crash or injury.,"PACCAR will notify owners and dealers will replace the park brake pressure switch, free of charge. PACCAR issued owners and interim notification on June 3, 2019. The recall began August 6, 2019. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 19KWB." -04/05/2019,19V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V274000),Nova Bus (US) Inc.,Engine Door Fan Connector may Overheat,ELECTRICAL SYSTEM,CR4595,Vehicle,1221,"Nova Bus (Nova) is recalling certain 2011-2019 LFS city buses. The engine door fan electrical connector may not be able to handle the required current and may overheat, possibly resulting in a fire.",A vehicle fire increases the risk of injury.,"Nova will notify owners, and dealers will replace the connector, free of charge. The recall began May 21, 2019. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4595." -04/04/2019,19V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V273000),"BMW of North America, LLC",PCV Heater may Short Circuit,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,184505,"BMW of North America, LLC (BMW) is recalling certain 2006 525i, 525xi, 530i, 530xi, 530xi Sports Wagon, 325i, 325xi, 325xi Sports Wagon, 330i, 330xi, Z4 3.0i and Z4 3.0si vehicles. The heater for the positive crankcase ventilation (PCV) valve may short circuit.","An electrical short can cause the parts within the PCV valve to melt, increasing the risk of a fire, even when the vehicle is not in use.","BMW will notify owners, and dealers will replace the PCV valve heater, free of charge. The recall began May 30, 2019. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall is an expansion to recall 17V-683." -04/04/2019,19V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V272000),Mazda North American Operations,Windshield Wipers may become Inoperable,VISIBILITY,3219D,Vehicle,187880,"Mazda North American Operations (Mazda) is recalling certain 2016-2018 Mazda3 vehicles. A defective windshield wiper relay may cause the windshield wipers to become inoperative, reducing the driver's visibility.",Reduced visibility while driving can increase the risk of crash.,"Mazda will notify owners, and dealers will replace the front body control module with a new module which uses an improved wiper relay design, free of charge. The recall began May 7, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3219D." -04/03/2019,19V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V269000),Weis Fire & Safety,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Weis Fire & Safety is recalling one 2018 Emergency vehicle built on a Ford F-550 4x4 Crew Cab chassis and equipped with Whelen brake lights recalled under 18E-063. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Weis Fire & Safety has already notified the owner, and replaced the brake lights, free of charge. The recall began October 1, 2018. Owners may contact Weis Fire & Safety customer service at 1-785-825-9526." -04/03/2019,19V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V271000),"Mobility Specialists, Inc.",Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,18E-044,Vehicle,4,"Mobility Specialists, Inc. (Mobility Specialists) is recalling certain 2014-2017 Ford E-150 and Transit vans modified to be equipped with Ricon S-Series and K-Series wheel chair lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Mobility Specialists, working with Ricon, has notified the owners. Ricon will provide instructions and materials for replacing defective parts. Owners may contact Ricon customer service at 1-800-322-2884." -04/02/2019,19V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V264000),"ST Engineering Hackney, Inc",Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,124,"VT Hackney, Inc. (VT Hackney) is recalling certain 2018-2019 Beverage Body vehicles equipped with ASA Electronics back-up camera displays recalled under 19E-009. The displays may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","VT Hackney has notified owners, and provide repair kits that prevent the image from reversing, free of charge. The recall began May 6, 2019. Owners may contact VT Hackney customer service at 1-800-763-0700, extension 2016." -04/02/2019,19V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V265000),Entegra Coach,Blower Motor Circuit May Overheat,ELECTRICAL SYSTEM,9903432,Vehicle,516,"Entegra Coach (Entegra) is recalling certain 2019 Entegra Vision and Emblem motorhomes built on a Ford F53 chassis. The blower motor electrical circuit may be missing the 25amp fuse, possibly resulting in overheating of the wiring.","If the wiring in the circuit overheats, it can increase the risk of fire.","Entegra has notified owners, and dealers will install a 25amp fuse, free of charge. The recall began April 16, 2019. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903432." -04/02/2019,19V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V270000),"Jayco, Inc.",Blower Motor Circuit May Overheat,ELECTRICAL SYSTEM,9903432,Vehicle,4519,"Jayco, Inc. (Jayco) is recalling certain 2014-2019 Precept, 2016-2019 Alante and 2019 Precept Prestige motorhomes built on a Ford F53 chassis. The blower motor electrical circuit may be missing the 25amp fuse, possibly resulting in overheating of the wiring.","If the wiring in the circuit overheats, it can increase the risk of fire.","Jayco has notified owners, and dealers will install a 25amp fuse, free of charge. The recall began April 16, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903432." -04/02/2019,19V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V268000),Precision Industries,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3,"Precision Industries (Precision) is recalling certain 2017-2018 Emergency Vehicles built on Spartan Metrostar chassis and equipped with Whelen brake lights recalled under 18E-063. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Precision will notify owners, and dealers will replace the lights, free of charge. The recall began June 12, 2019. Owners may contact Precision Industries customer service at 1-573-346-8387." -04/02/2019,19V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V266000),Wilson Trailer Company,Insufficient Grease on Axles,SUSPENSION,028P,Vehicle,13,"Wilson Trailer Company (Wilson) is recalling certain 2019-2020 Punch Side Gooseneck Livestock trailers. The axles may lack the proper amount of grease on the inner and outer bearings on the hubs, which may lead to bearing failure.","The ungreased axle bearings could result in a wheel locking up, possibly affecting vehicle handling and increasing the risk of crash.","Wilson will notify owners, and dealers will properly grease or replace the axles, as needed, free of charge. The recall began May 31, 2019. Owners may contact Wilson customer service at 1-800-798-2002. Wilson's number for this recall is 028P." -04/02/2019,19V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V267000),Kovatch Mobile Equipment Corp.,Lift-up Cover May Unexpectedly Fall,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,148,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017 Commercial Rescue, 2014-2019 Predator Panther Pumper, Commercial Pumper and Predator SS Pumper, 2012-2019 Predator Pumper, 2015-2019 Commercial Wildland, 2018 Predator Rescue and 2016 Predator SS Wildland vehicles. The lock for the gas springs that support the sliding, lift-up cover may be unintentionally disabled, preventing the lock from engaging.","If the lock is not engaged, the sliding, lift-up cover may fall unexpectedly, increasing the risk of injury to personnel working under the cover.","KME will notify owners, and dealers will replace the gas springs on the sliding, lift-up cover with new gas springs with an alternative locking mechanism or new gas springs without a locking mechanism and a separate stay arm, free of charge. The recall began May 23, 2019. Owners may contact KME customer service at 1-800-235-3928." -04/02/2019,19V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V263000),Lotus Cars Limited,Passenger Toe-board Lacks Stiffness/FMVSS 208,STRUCTURE,2019/01R,Vehicle,424,"Lotus Cars USA, Inc. (Lotus) is recalling certain 2017-2018 Evora vehicles. The toe board in the passenger footwell lacks stiffness, allowing the knee of an unbelted occupant to contact the rigid structure of the vehicle, in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, if the occupant's knee contacts the rigid structure, there may be an increased risk of injury.","Lotus will notify owners, and dealers will replace the toe board with a new design to provide the appropriate stiffness, free of charge. The recall began May 27, 2019. Owners may contact Lotus customer service at 1-800-245-6887. Lotus' number for this recall is 2019/01R." -04/01/2019,19V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V261000),Eldorado National-Kansas,Back Up Camera Display Image may be Reversed,BACK OVER PREVENTION,NR (Not Reported),Vehicle,296,"Eldorado National- Kansas (Eldorado) is recalling certain 2017-2018 Aerotech shuttle buses built on a Ford chassis equipped with ASA Electronics back-up camera display recalled under 19E-009. The displays may revert back to the factory default settings, possibly causing the camera image to be reversed.","If the display displays the image in reverse, the driver may unintentionally turn the opposite direction, increasing the risk of crash.","Eldorado will notify owners and dealers will install a repair module to the wiring to prevent the image from reversing. The recall began May 15, 2019. Owners may contact Eldorado National-Kansas customer service at 1-800-955-4236." -04/01/2019,19V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V260000),Labrie Enviroquip Group,CNG Tank Valve Stem may Eject from Valve Body,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,14,"Labrie Enviroquip Group (Labrie Enviroquip) is recalling certain 2017-2018 Automizer and Expert compressed natural gas (CNG) -powered refuse trucks. The CNG tanks are equipped with Luxfer valves recalled under 18E-111. If the valve knob is turned more than one turn, the valve's snap ring may fail and the valve stem may forcibly eject from the valve body.","The forcible ejection of the stem may increase the risk of injury to those nearby. Additionally, the unintended release of CNG can increase the risk of a fire.","Labrie Enviroquip will notify owners, and Luxfer will provide an upgrade kit for the valves which doubles the snap ring strength, free of charge. The recall began June 17, 2019. Owners may contact Labrie Enviroquip customer service at 1-418-813-8250 or Luxfer at 1-403-720-0262." -04/01/2019,19E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E027000),"Strategic Sports, Ltd.",Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1956,"Strategic Sports, Ltd. (Strategic Sports) is recalling certain Motovan Zox Sierra helmets, part number ST-560, in sizes XS, S, M, and L. The helmet shell may allow an object to penetrate through to the users head. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","In an event of the crash, the helmet may not protect the occupant, increasing the risk of injury.","Strategic Sports has notified the distributors and known owners, and will provide refunds for all consumers returning their helmet. Owners may contact Moto customer service at helmet.recall.info@gmail.com or 1-888-449-7773." -03/29/2019,19V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V259000),Supreme Corporation,Missing Interior Padding/FMVSS 201,STRUCTURE,NR (Not Reported),Vehicle,99,"Supreme Corporation (Supreme) is recalling certain 2014-2018 Service Body vehicles built on a Ford Transit chassis. The vehicles may lack the required padded trim that protects occupants from head impact. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""","In the event of a crash, there is an increased risk of injury, due to the missing padding.","Supreme will notify owners, and dealers will install padded trim, free of charge. The recall began June 20, 2019. Owners may contact Supreme customer service at 1-844-352-4921." -03/29/2019,19V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V258000),"Forest River, Inc.",Vehicles May Lack Inline Fuse,ELECTRICAL SYSTEM,29-0987,Vehicle,146,"Forest River, Inc. (Forest River) is recalling certain 2017-2019 Rockport work trucks. The inline fuse that protects the cargo and compartment lights circuit may not have been installed during production.","Without inline fuse protection, excess current cause the wiring to melt, increasing the risk of a fire.","Forest River has notified owners, and dealers will install an inline fuse, free of charge. The recall began April 8, 2019. Owners may contact Forest River customer service at 1-574-522-7599. Forest River's number for this recall is 29-0987." -03/29/2019,19V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V257000),Newmar Corporation,WiFiRanger Power Supply May Overheat,EQUIPMENT,NR (Not Reported),Vehicle,476,"Newmar Corporation (Newmar) is recalling certain 2018-2019 Bay Star, Essex, New Aire, 2018 Bay Start Sport, Canyon Star, Dutch Star, King Aire, Mountain Aire, Ventana LE, Ventana, and London Aire motorhomes. The power supply for the WiFiRanger may overheat.",An overheated power supply can increase the risk of a fire.,"Newmar has notified owners, and dealers will replace the power supply, free of charge. The recall began April 18, 2019. Owners may contact Newmar customer service at 1-800-731-8300." -03/28/2019,19V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V250000),"REV Ambulance Group Orlando, Inc.",Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Vehicle,3,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain 2018-2019 Road Rescue Ultramedic emergency vehicles equipped with ASA Electronics backup camera displays recalled under 19E-009. The displays may revert to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","Rev has notified owners, and dealers will install a harness relay capacitor module to prevent the image from reversing, free of charge. The recall began April 17, 2019. Owners may contact REV customer service at 1-855-661-9232." -03/28/2019,19V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V251000),Fire Equipment Sales & Service,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,Whelen 18E-063,Vehicle,2,"Fire Equipment Sales & Service (FES) is recalling one Super C Brush emergency vehicle and one Tanker emergency vehicle equipped with Whelen brake lights recalled under 18E-063. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","FES has already notified owners, and replaced the brake lights, free of charge. Owners may contact FES customer service at 1-803-494-6000 or Whelen customer service at 1-860-718-2331." -03/28/2019,19V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V254000),"Blanchat Mfg., Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Blanchat Mfg., Inc. (Blanchat) is recalling one 2018 B-27 Minuteman vehicle built on a Ford F-550 chassis and equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Blanchat has notified the owner, and will replace the brake lights, free of charge. The recall began on March 27, 2019. Owners may contact Blanchat customer service at 1-620-896-7145." -03/28/2019,19V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V255000),"Blanchat Mfg., Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Blanchat Mfg., Inc. (Blanchat) is recalling one 2018 B-27 Minuteman vehicle built on a RAM 5500 chassis and equipped with Whelen brake lights recalled under 18E-063. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Blanchat has notified the owner, and will replace the brake lights, free of charge. The recall began March 27, 2019. Owners may contact Blanchat customer service at 1-620-896-7145." -03/28/2019,19V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V253000),"Genie Industries, Inc.",Improperly Crimped Battery Cable Ends,ELECTRICAL SYSTEM,190009,Vehicle,40,"Genie Industries, Inc. (Genie) is recalling certain 2019 TZ-34 and TZ-50 trailer-mounted aerial devices. The battery cable ends at the quick disconnect may have been improperly crimped, resulting in possible excessive heat build-up of the conductor.","The excessive heat build-up can result in a fire, increasing the risk of injury at the work area.","Genie will notify owners and provide a replacement quick disconnect battery cable. The recall began May 23, 2019. Owners may contact Genie customer service at 1-800-536-1800. Genie's number for this recall is 190009." -03/28/2019,19V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V248000),"Chrysler (FCA US, LLC)",Passenger Seat Mounting Bolts may be Loose,SEATS,V31,Vehicle,253,Chrysler (FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles. The front passenger seat mounting bolts may be loose.,"In the event of a crash, the seat may move, increasing the risk of injury.","Chrysler has notified owners, and dealers will tighten the mounting bolts, free of charge. The recall began April 11, 2019. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is V31." -03/28/2019,19V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V256000),Honda (American Honda Motor Co.),Possible Loss of a Tailgate Lid Light,EXTERIOR LIGHTING,M49,Vehicle,322897,"Honda (American Honda Motor Co.) is recalling certain 2014-2019 Acura MDX and 2017-2019 Acura MDX Sport Hybrid vehicles. Moisture may enter the tailgate lid lights, possibly causing a loss of the tailgate lid lights and the taillights.","Loss of the taillights reduces the vehicle's visibility, increasing the risk of crash.","Acura will notify owners, and dealers will modify the tailgate lid lights and install updated gaskets and a wiring sub-harness or will replace both tailgate lid lights. The repairs will be performed free of charge. The recall began May 7, 2019. Owners may contact Acura customer service at 1-888-234-2138. Acura's number for this recall is M49." -03/28/2019,19V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V247000),Cabot Coach Builders Inc-DBA Royale Limo,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,4,"Cabot Coach Builders, Inc. DBA Royale Limousine (Royale) is recalling certain 2015-2018 Ford Transit-based mini-coaches equipped with Freedman GO-ES foldaway seats recalled under 18E-076. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Royale will notify owners and dealers will inspect and repair the seat. The recall began June 6, 2019. Owners may contact Royale customer service at 1-800-544-5587." -03/28/2019,19V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V249000),Cabot Coach Builders Inc-DBA Royale Limo,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,4,"Cabot Coach Builders, Inc DBA Royale (Royale Limousine) is recalling certain 2015-2017 Mercedes Sprinter-based mini coaches equipped with Freedman GO-ES Foldaway Seats, part numbers 437052OLHIFOLD and 43705PFOLDSS. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Royale Limousine will notify owners and dealers will inspect and repair the seat, free of charge. The recall began June 6, 2019. Owners may contact Royale Limousine customer service at 1-800-544-5587." -03/28/2019,19V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V252000),"Waldoch Crafts, Inc",Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,15,"Waldoch Crafts, Inc. (Waldoch) is recalling certain 2018 Ford Transit shuttle vans modified to be equipped with Freedman GO-ES Foldaway Seats, part number 43705. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Waldoch will notify owners and dealers will inspect and repair the foldaway seat, free of charge. The recall began September 25, 2020. Owners may contact Waldoch customer service at 1-651-464-3215." -03/28/2019,19V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V246000),"Chrysler (FCA US, LLC)",Sun Visors May Lack Air Bag Warning Information,AIR BAGS,V35,Vehicle,1097,"Chrysler (FCA US LLC) is recalling certain 2019 Dodge Charger vehicles. The driver and passenger sun visors may lack the required air bag warning information. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Failure to provide the air bag warning information increases the risk of injury.,"Chrysler has notified owners, and dealers will replace the driver and passenger sun visors, free of charge. The recall began April 17, 2019. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is V35." -03/27/2019,19V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V240000),Thor Motor Coach,Back Up Camera May Display Image in Reverse,VISIBILITY,RC000168,Vehicle,110,Thor Motor Coach (TMC) is recalling certain 2018 Thor Chateau and Four Winds motorhomes and 2019-2020 Magnitude and Omni motorhomes. The backup camera displays may revert back to the factory default settings which may cause the camera image to be reversed.,"If the monitor displays the image in reverse, the driver may unintentionally turn in the wrong direction, increasing the risk of crash.","TMC will notify owners, and dealers will install a harness to install that will prevent the image from inverting, free of charge. The recall began April 30, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000168." -03/27/2019,19V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V243000),"Osco Tank & Truck Sales, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,16342,"Osco Tank & Truck Sales, Inc. (Osco Tank & Truck Sales) recalling certain emergency vehicles built on 2018 Peterbilt 348 and 2012 Kenwoth T440 chassis and equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Osco Tank & Truck Sales will notify owners and dealers will replace the brake lights, free of charge. The recall began March 29, 2019. Owners may contact Osco Tank & Truck Sales customer service at 1-309-526-3636." -03/27/2019,19V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V241000),"Volkswagen Group of America, Inc.",Inaccurate Specifications on Tire Label,EQUIPMENT,01D2,Vehicle,8,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Tiguan LWB vehicles. The tire information label contains inaccurate tire dimension and inflation pressure specifications. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",The incorrect specifications can result in improper tire inflations or to installing a tire of the wrong size on the vehicle. Either of these situations can increase the risk of a vehicle crash.,"Volkswagen has notified owners, and dealers will install a corrected tire information label, free of charge. The recall began April 16, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01D2." -03/27/2019,19V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V244000),"Gulf States Toyota, Inc.",Non-Permanent Text on Load Capacity Label,EQUIPMENT,19R1,Vehicle,3634,"Gulf States Toyota (GST) is recalling certain 2019 C-HR, 4Runner, Avalon, Avalon Hybrid, Camry, Camry Hybrid, Highlander, Land Cruiser, Prius, RAV4, Sequoia, Tacoma, Sienna, Tundra and Yaris vehicles. The text on the load capacity label may become illegible. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the driver cannot read the label, they may unknowingly overload the vehicle, increasing the risk of a crash.","GST will notify owners, and dealers will provide corrected load carrying capacity modification labels, free of charge. The recall began May 24, 2019. Owners may contact GST customer service at 1-800-444-1074. GST's number for this recall is 19R1." -03/26/2019,19V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V236000),"Excellance, Inc",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,36,"Excellance, Inc. (Excellance) is recalling certain 2018 Ambulances and Emergency Vehicles built on Ford E-350, E-450, F-650, F-550 4x4, Chevrolet G4500, G4500 Diesel, C3500, G3500, Freightliner M2, International 4300, and Dodge 4500 chassis and equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Excellance has notified owners, instructing them to contact Whelen to have the brake lights replaced, free of charge. The recall began on March 21, 2019. Owners may contact Whelen customer service at 1-860-718-2331 or Execellance at 1-256-772-9321." -03/26/2019,19V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V239000),Custom Fab & Body LLC,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,7,"Custom Fab & Body LLC (Custom Fab & Body) is recalling certain 2018 Ford F-650 XLT Crew Cab, 2017-2018 International 7500 4x4, and 2018 International 7500 4x2, Freightliner M2-112 and M2-106, and Kenworth T-370-based emergency vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Custom Fab & Body has notified owners, instructing them to contact Whelen for replacement lights, free of charge. The recall began April 11, 2019. Owners may contact Whelen customer service at 1-860-526-9504." -03/26/2019,19V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V237000),Curbtender,Brake Lights may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,6,"Curbtender, Inc. (Curbtender) is recalling certain 2018 Ford F-650 and QT06 vehicles with curbtenders equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Curbtender will notify owners and dealers will replace the brake lights, free of charge. The recall began February 4, 2020. Owners may contact Curbtender customer service at 1-319-266-1721." -03/26/2019,19V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V238000),"Vantage Mobility International, LLC",Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,12,"Vantage Mobility International, LLC (Vantage) is recalling certain 2015-2018 Ford Transit Van, Mercedes-Benz Sprinter, and 2007 Ford F-250-based shuttle vehicles equipped with Freedman GO-3S foldaway seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Vantage has notified owners, instructing them to contact Freedman for a repair kit, free of charge. The recall began March 25, 2019. Owners may contact Freedman customer service at 1-800-443-4540." -03/26/2019,19T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T003000),Trans Texas Tire,Tire Sidewalls Incorrectly Labeled,TIRES,NR (Not Reported),Tire,560,"Trans Texas Tire (TTT) is recalling certain Contender 5.70-8 tires sold exclusively through Discount Tire stores. The tire sidewalls are incorrectly labeled, in that each side of the tire may state different PLY and PSI markings. As such, these tires fail to comply with the requirements of 49 CFR Part 574, ""Tire Identification & Recordkeeping.""","The incorrect PLY and PSI markings may result in underinflating or overloading the tires, increasing the risk of crash.","TTT will notify owners, and dealers will replace the tires with tires that have the correct sidewall markings, free of charge. The recall began May 2, 2019. Owners may contact Trans Texas Tire customer service at 1-903-572-0267." -03/25/2019,19V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V230000),Kovatch Mobile Equipment Corp.,Back Up Camera Display Image may be Reversed,BACK OVER PREVENTION,NR (Not Reported),Vehicle,4,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017 KME commercial rescue and 2019 KME commercial tanker vehicles equipped with an ASA Electronics backup camera display. The display may revert back to the factory default settings, which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","KME will notify owners, and dealers will install a harness/relay/capacitor module to prevent the image from reversing. The recall began May 17, 2019. Owners may contact KME customer service at 1-800-235-3928." -03/25/2019,19V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V232000),"SNF, Inc. dba BFX Fire Apparatus",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,55,"SNF, Inc. dba BFX Fire Apparatus (BFX) is recalling certain 2017-2018 Brush Trucks equipped with Whelen brake lights recalled under 18E-063. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.",BFX has notified the affected owners and will replace the Whelen lights. Owners may contact BFX Fire Apparatus customer service at 1-877-347-3011. -03/25/2019,19V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V235000),"Nissan North America, Inc.",Brake Lights May Remain Illuminated,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5744,"Nissan North America, Inc. (Nissan) is recalling certain 2019 Nissan Altima vehicles. The brake switch bracket may be in the incorrect location, which may cause the brake switch to remain on.","If the brake switch remains in the ON position, the brake lights will remain illuminated when the brakes are not being pressed, which may confuse other drivers. Additionally, the transmission shift lever may be moved out of the Park position without the brake pedal being pressed, allowing the vehicle to roll unexpectedly. Either condition increases the risk of a crash.","Nissan will notify owners, and dealers will inspect and install a new brake pedal as needed, free of charge. The recall began May 15, 2019. Owners may contact Nissan customer service at 1-800-867-7669." -03/25/2019,19V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V233000),North American Repower LLC,CNG Tank Valve Stem may Eject from Valve Body,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1,"North American Repower LLC (North American Repower) is recalling one 2005 Navistar International 1652 4x2 Compressed Natural Gas vehicle equipped with CNG tanks that have Luxfer One-Turn valves recalled under 18E-111. If the knob is turned more than one turn, the valve's snap ring may fail and the valve stem may forcibly eject from the valve body.","The forcible ejection of the stem may increase the risk of injury to those nearby. Additionally, the unintended release of CNG can increase the risk of a fire.","North American Repower has notified the owner, and provided an upgrade kit, free of charge. The recall began March 27, 2019. Owners may contact North American Repower customer service at 1-949-667-2673." -03/25/2019,19V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V234000),"Daimler Trucks North America, LLC",Power Steering Hose Clamp Improperly Installed,STEERING,FL-813,Vehicle,65,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built C2 Saf-T-Liner school buses built on an FCCC chassis. The clamp for the steering gear return hose may have been improperly installed, allowing the hose to separate from the steering gear.","If the hose separates from the steering gear, there may be a loss of steering assist which could result in a potentially disabled school bus. If the school bus is occupied when the steering assist is lost, the occupants would need to exit the vehicle and be transferred to another vehicle, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect and install power steering hose clamps as needed, free of charge. The recall began May 10, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-813." -03/25/2019,19V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V231000),Keystone RV Company,Tire may Contact Underside of Floor,TIRES,19-349,Vehicle,561,"Keystone RV Company (Keystone) is recalling certain 2018-2019 Dutchmen Kodiak recreational trailers, models 255BHSL and 283BHSL, equipped with 15-inch tires. The tire clearance to the floor may be insufficient, allowing the tire to contact the underside of the floor, possibly resulting in tire failure.","Tire failure can cause a loss of vehicle control, increasing the risk of crash.","Keystone has notified owners, and dealers will install a suspension lift kit, free of charge. The recall began on April 12, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-349." -03/22/2019,19V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V228000),"Tiffin Motorhomes, Inc.",A/C Wiring may Overheat,ELECTRICAL SYSTEM,TIFF-111,Vehicle,2289,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2018-2019 Phaeton, Allegro Bus, and Zephyr motorhomes. The alternating current electrical wires may have been improperly secured in the Energy Management Module, causing increased electrical resistance.","The additional resistance can cause the wires to overheat, increasing the risk of a fire.","Tiffin will notify owners, and dealers will inspect the Alternating Current Relay Board and make sure the wires are properly secured, free of charge. The recall began April 15, 2019. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIFF-111." -03/22/2019,19V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V224000),REV Recreation Group,Battery Terminals may Short Against Metal Straps,ELECTRICAL SYSTEM,190318REV,Vehicle,53,"REV Recreation Group (REV) is recalling certain 2019 Fleetwood Flair and Holiday Rambler Admiral motorhomes. The metal battery hold down straps or their mounting brackets may contact the terminals for the auxiliary batteries, possibly resulting in a short circuit.",A battery short circuit may increase the risk of a fire.,"REV will notify owners, and dealers will rework the motorhomes to prevent the auxiliary batteries from shorting against the battery hold down straps and strap mounting brackets, free of charge. The recall began May 8, 2019. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 190318REV." -03/22/2019,19V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V225000),"ITI Trailers And Truck Bodies, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,18E-063,Vehicle,1,"ITI Trailers and Truck Bodies, Inc. is recalling one 3000 Gallon Tanker truck built on a 2018 Peterbilt chassis, equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","ITI Trailers and Truck Bodies has notified the owners and replaced the lights, free of charge. The recall began January 15, 2019. Customers may contact ITI Trailers and Truck Bodies at 1-814-634-008." -03/22/2019,19V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V226000),"Watts Manufacturing, LLC",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8,"Watts Manufacturing, LLC (Watts Manufacturing) is recalling certain 2019 First responder vehicles built on Ford F-550 chassis and equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Watts Manufacturing will notify owners and Whelen dealers will replace the brake lights, free of charge. The recall began March 19, 2019. Owners may contact Watts Manufacturing customer service at 1-785-404-6003." -03/22/2019,19V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V227000),"Autocar, LLC",Increased Braking Distance May Occur,SERVICE BRAKES,ACX-1904,Vehicle,656,"Autocar, LLC (Autocar) is recalling certain 2019-2020 Xpeditor vehicles. The brake chamber clevis pin retainer may not have be been installed, possibly increasing the distance needed to stop the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",Additional distance needed to stop the vehicle may increase the risk of crash.,"Autocar will notify owners, and dealers will install any missing brake chamber clevis pin retainers, free of charge. The recall began May 20, 2019. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1904." -03/22/2019,19V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V229000),Driverge Vehicle Innovations,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,776,"TransitWorks is recalling certain 2015-2018 Ford Transit, 2018 Ford Transit Connect, and 2016 Dodge Ram ProMaster vehicles modified to be equipped with Freedman Seating GO-ES seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","TransitWorks has notified owners and instructed them to contact Freedman seats for a repair kit. The recall began December 19, 2019. Owners may contact Freedman Seating customer service at 1-800-443-4540 or TransitWorks customer service at 1-855-337-9543." -03/21/2019,19V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V223000),"ST Engineering Hackney, Inc",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,"VT Hackney, Inc. (VT Hackney) is recalling certain 2017-2018 emergency vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","VT Hackney will notify owners, and dealers will replace the lights. The recall began April 25, 2019. Owners may contact VT Hackney customer service at 1-800-763-0700, extension 2016." -03/20/2019,19V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V214000),Fouts Bros,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,15,"Fouts Bros (Fouts) is recalling certain 2017-2018 Fire Apparatus F-3000, F-Rescue and F-Pumper vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal is not being pressed. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it may confuse other drivers, increasing the risk of a crash.","Fouts has notified owners, and Fouts service centers will replace the brake lights, free of charge. The recall began on March 25, 2019. Owners may contact Fouts customer service at 1-800-948-5045." -03/20/2019,19V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V221000),"Osage Industries, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,173,"Osage Industries, Inc. (Osage) is recalling certain 2015-2019 Osage Brave, Warrior and Super Warrior Type I and Type III ambulances equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal is not being pressed.","If the brake lights incorrectly illuminate, it may confuse other drivers, increasing the risk of a crash.","Osage will notify owners and Whelen will provide replacement brake lights, free of charge. The began January 22, 2019. Owners may contact Osage Industries customer service at 1-573-897-3113." -03/20/2019,19V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V217000),"Navistar, Inc.",Engine Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",None,Vehicle,20142,"Navistar, Inc. (Navistar) is recalling certain 2017-2020 IC Bus CESB school buses equipped with Cummins B6.7 diesel engines with fuel module option number FS90301 or FS90453. The electrical wiring within the fuel heater may overheat and may cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of crash.,"Cummins will notify the affected Navistar owners. A temporary field action will involve removing the fuse for the fuel heater and replacing any fuel heater found with signs of damage or fuel leakage with a temporary cavity plug. Customers will be renotified once Cummins determines a final remedy. The recall began May 2, 2019. Owners may contact Cummins customer service at 1-800-286-6467 or Navistar customer service at 1-800-448-7825." -03/20/2019,19V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V216000),"Navistar, Inc.",Engine Fuel Heater May Overheat and Cause Fire,"FUEL SYSTEM, DIESEL",None,Vehicle,23122,"Navistar, Inc. (Navistar) is recalling certain 2017-2020 International DuraStar and WorkStar, 2018-2020 IC Bus CECB, International HV and MV, 2018-2019 IC Bus 1300 FBC and HCCB, and 2019-2020 IC Bus TCCB vehicles equipped with Cummins B6.7 diesel engines with fuel module option number FS90301 or FS90453. The electric fuel heater within the fuel module may overheat and cause plastic in the fuel heater to melt and potentially catch fire. It may also lead to engine stalling.",A fire increases the risk of injury. An engine stall can increase the risk of crash.,"Cummins will notify the affected Navistar owners. A temporary field action will involve removing the fuse for the fuel heater and replacing any fuel heater found with signs of damage or fuel leakage with a temporary cavity plug. Customers will be renotified once Cummins determines a final remedy. The recall began May 2, 2019. Owners may contact Cummins customer service at 1-800-286-6467 or Navistar customer service at 1-800-448-7825." -03/20/2019,19V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V222000),"Daimler Vans USA, LLC",Final Quality Check Was Not Performed,UNKNOWN OR OTHER,VSX566ZP25,Vehicle,7,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018-2019 Mercedes-Benz Sprinter and Metris vehicles. The affected vehicles left the reassembly plant without the final quality inspection of safety-relevant parts or bolt connections, resulting in possible unknown safety risks.",Failure to identify loose safety related parts can increase the risk of crash and injury.,"DVUSA will notify owners, and dealers will complete the final quality inspection, free of charge. The recall began May 17, 2019. Owners may contact DVUSA customer service at 1-877-762-8267. DVUSA's number for this recall is VSX566ZP25." -03/20/2019,19V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V220000),"Volvo Car USA, LLC",Front Seats may Move in a Crash,SEATS,R19931,Vehicle,2297,Volvo Car USA LLC (Volvo) is recalling certain 2018-2019 XC60 and S90 vehicles. The driver and passenger front seat rail rear flange nuts may not have been installed during assembly.,"If the nuts are missing, in the event of a crash, the front seat structure and position may be affected, increasing the risk of injury.","Volvo will notify owners, and dealers will inspect the front seat rails for missing flange nuts, installing them as necessary, free of charge. The recall began May 7, 2019. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R19931." -03/20/2019,19V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V218000),"Volkswagen Group of America, Inc.",Incorrect Side Impact Air Bag Installed,AIR BAGS,69Y8,Vehicle,3,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Atlas and 2020 Passat vehicles. An incorrect driver and/or front passenger side impact air bag may have been installed.","In an event of a side impact crash, an incorrect side airbag may not deploy as intended, increasing the risk of injury.","Volkswagen has inspected and replaced the side air bags, free of charge. The recall was completed in April 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69Y8." -03/20/2019,19V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V213000),Braun Corporation,Rear Wheel Speed Sensor Harness/FMVSS 135/126,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,404,"Braun Corporation (Braun) is recalling certain 2018-2019 Honda Odyessy vehicles modified to be equipped with an in-floor wheelchair ramp conversion. The rear wheel speed sensor harnesses may have been routed to the incorrect rear wheels, resulting in the possibility that the anti-lock brake system will not recognize each rear wheel speed properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake System"" and 404, ""Electronic Stability Control Systems.""","If the rear wheel speeds cannot be correctly monitored, the anti-lock brake system may not engage properly to prevent the wheels from locking up, increasing the risk of crash.","Braun has notified owners, and dealers will inspect and correct the rear wheel speed sensor harnesses, if necessary, free of charge. The recall began on April 4, 2019. Owners may contact Braun customer service at 1-800-488-0359." -03/20/2019,19V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V219000),"Mercedes-Benz USA, LLC",Right Door Cannot be Opened from Outside,LATCHES/LOCKS/LINKAGES,2019030020,Vehicle,5,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2019 CLA250 and CLA250 4MATIC vehicles. The right side door locks may not have been properly manufactured. As a result, the right-side doors may not be able to be opened from outside of the vehicle.","In the event of a crash, if the right side doors cannot be opened from the outside, it could increase the risk of injury.","MBUSA will notify owners, and dealers will replace the door locks, free of charge. The recall began May 3, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019030020." -03/20/2019,19V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V215000),Thor Motor Coach,Vehicle May Lack Mid-ship Marker Lights/FMVSS 108,EXTERIOR LIGHTING,RC000167,Vehicle,97,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Quantum RW28 motorhomes. The vehicles may be missing the mid-ship marker lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without mid-ship marker lights, other drivers may underestimate the length of the vehicle, increasing the risk of crash.","TMC will notify owners, and dealers will inspect and install mid-ship marker lights, as needed, free of charge. The recall began on April 25, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000167." -03/19/2019,19V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V211000),Collins Bus Corporation,Barrier may not Properly Restrain Occupant,SEATS,19e-010,Vehicle,3787,"Collins Bus Corporation (Collins Bus) is recalling certain 2015-2019 Midbus DH500, DH516, DH400, DE416, DE500, DE516, TH400, SH416, and SH400 school buses equipped with HSM 39-INCH FB11 restraining barriers. In a hard braking situation or vehicle crash event, the barrier may not properly restrain an unbelted seat occupant. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""",Failure to properly restrain an unbelted seat occupant can increase the risk of injury.,"Collins will notify owners, and HSM dealers will reinforce the barrier frame, free of charge. The recall began April 12, 2019. Owners may contact Collins customer service at 1-800-533-1850, extension 424. Collins' number for this recall is 19E-010." -03/19/2019,19V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V212000),Alexis Fire Equipment Company,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,18E-063,Vehicle,11,"Alexis Fire Equipment Company (Alexis) is recalling certain 2018 Custom Fire Apparatus vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Alexis will notify owners, and dealers will install replacement lights. free of charge. Owners may contact Alexis customer service at 1-800-322-2284. Alexis' number for this recall is 18E-063." -03/18/2019,19V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V209000),"Mack Trucks, Inc.",Back of the Conspicuity Reflectors Blocked,EXTERIOR LIGHTING,SC0418,Vehicle,43,"Mack Trucks, Inc. (Mack) is recalling certain 2020 Anthem and Pinnacle trucks. The conspicuity reflectors at the back of the cab may be blocked by the exhaust system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","If the reflectors are blocked, the vehicle's visibility to other drivers may be reduced, increasing the risk of crash.","Mack has notified owners, and dealers will install additional reflectors on the back of the cab, free of charge. The recall began April 10, 2019. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0418." -03/18/2019,19V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V206000),Keystone RV Company,Cooktop Flames May Invert,EQUIPMENT,19-348,Vehicle,327,"Keystone RV Company (Keystone) is recalling certain 2019 Dutchmen Aspen Trail and Coleman recreational trailers, equipped with a Capital cooktop inside the unit as the main cooking appliance. When the furnace is on, the cooktop flames may become inverted, which may lead to an excessive heat build up and a potential burn hazard.",An excessive heat build up can increase the risk of injury.,"Keystone has notified owners, and dealers will replace the Capital cooktop with an alternate cooktop, free of charge. The recall began April 5, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-348." -03/18/2019,19V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V210000),Electra Meccanica Vehicles Corp,Federal Cert Label May Have Incorrect Information,EQUIPMENT,19SC01,Vehicle,16,"Electra Meccanica Vehicles Corp. (Electra Meccanica) is recalling certain 2018 Solo vehicles. The Federal Certification labels may be missing the tire and rear wheel information and the maximum allowable cargo information. Also, the maximum combined occupant and cargo weight may be incorrectly stated higher than the actual maximum weight allows.","The missing and incorrect information may result in the incorrect tires being installed, or the vehicle being overloaded, both of which can increase the risk of a crash.","Electra Meccanica will notify owners, and dealers will replace the Federal Certification label, free of charge. The recall began April 8, 2019. Owners may contact Electra Meccanica customer service at 1-674-872-4747. Electra Meccanica's number for this recall is 19SC01." -03/18/2019,19V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V205000),"Quality Van Sales, Inc.",Seat Back may not Stay Upright/FMVSS 207,SEATS,NR (Not Reported),Vehicle,471,"Quality Van Sales, Inc. (Quality Van) is recalling certain 2015-2018 Ford Transit and E-350 vehicles modified to be equipped with Freedman GO-ES Foldaway Seat back cushions. The seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Quality Van will notify owners and dealers will inspect and repair the foldaway seat, free of charge. The recall began March 21, 2019. Owners may contact Quality Van customer service at 1-800-408-8550." -03/18/2019,19V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V207000),Kia Motors America,Seatbelt Buckle may be Improperly Installed,SEAT BELTS,SC177,Vehicle,197,"Kia Motors America (Kia) is recalling certain 2019 Sedona vehicles equipped with an 8-passenger seat arrangement. The seat belt buckle for the second-row middle seat may have been improperly installed on the wrong side of the seat, preventing the proper use of the 3-point seat belt. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",A seat belt that cannot be properly used increases the risk of injury in the event of a crash.,"Kia has notified owners, and dealers will inspect the seat belt installation, and reinstall the seat belt buckle to the correct side if necessary, free of charge. The recall began April 8, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia 's number for this recall is SC177." -03/18/2019,19V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V208000),Volvo Trucks North America,Sleeper Bunk Window May Detach From the Vehicle,STRUCTURE,RVXX1902,Vehicle,11089,Volvo Trucks North America (Volvo Trucks) is recalling certain 2018-2020 VNL and VNX vehicles configured as 740 and 760 sleeper models. The sleeper bunk window may detach and fall from the vehicle.,"If a window detaches from the vehicle, it may strike another vehicle or pedestrian, increasing the risk of a crash or injury.","Volvo Trucks has notified owners, and dealers will replace the window hinge, free of charge. Owners were notified of the recall on April 8, 2019 and will be sent a second notice when the remedy parts are available. The recall began August 21, 2019. Owners may contact Volvo Trucks customer service at 1-800-528-6586. Volvo Trucks' number for this recall is RVXX1902." -03/14/2019,19V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V202000),"Forest River, Inc.",Back Up Camera May Display Image in Reverse,VISIBILITY,51-0980,Vehicle,3051,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Orion Class C, Freelander Class C, and Leprechaun Class C motorhomes, Rockport work trucks, and Berkshire Ultra Coach, and StarCraft shuttle buses, equipped with ASA Electronics back up mirror-monitors, model number VOM74MM. The affected displays may revert back to the factory default settings, causing the camera image to be reversed.","If the monitor displays the image in reverse, the driver may unintentionally turn the opposite direction, increasing the risk of crash.","Forest River has notified owners, and dealers will install a harness/relay/capacitor module, free of charge. The recall began April 8, 2019. Orion, Freelander, and Leprechaun owners may contact Forest River customer service at 1-574-825-8602. Rockport owners should call 1-574-522-7599 and Berkshire, and Starcraft owners should call 1-574-642-3112. ASA Customer service can be reached at 1-800-384-4400. Forest River's number for this recall is 51-0980." -03/14/2019,19V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V203000),"Chrysler (FCA US, LLC)",Driver Warnings May Not Illuminate,ELECTRICAL SYSTEM,V32,Vehicle,7929,"Chrysler (FCA US LLC) is recalling certain 2019 Dodge Challenger and Charger and Chrysler 300 vehicles. The instrument cluster may not properly illuminate driver warnings. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","Failure of the instrument cluster to properly illuminate may prevent the driver from receiving warnings about the vehicle's systems, increasing the risk of crash.","Chrysler has notified owners, and dealers will update the instrument cluster software, free of charge. The recall began April 8, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V32." -03/14/2019,19V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V204000),Hyundai Motor America,Ignition Timing may Damage Engine,ELECTRICAL SYSTEM,182,Vehicle,16487,Hyundai Motor America (Hyundai) is recalling certain 2013 Veloster vehicles that are equipped with 1.6 liter turbo engines. The engine management software may cause premature ignition (pre-ignition) of the air/fuel mixture in the engine. The resulting excessive cylinder pressure may damage the engine.,"Engine damage can increase the risk of a fire or cause an engine stall, increasing the risk of a crash.","Hyundai will notify owners, and dealers will update the engine management software, free of charge. The recall began May 14, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 182." -03/14/2019,19V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V201000),"Chrysler (FCA US, LLC)",Steering Wheel May Detach From Steering Column,STEERING,V29,Vehicle,52,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Wrangler and 2019 Ram 1500 vehicles. These vehicles have improperly machined steering column stub shafts that may break, possibly causing the steering wheel to detach from the steering column.","If the steering wheel detaches from the steering column, the driver may lose control of the vehicle, increasing the risk of crash.","Chrysler will notify owners, and dealers will inspect the steering column, replacing it, as necessary, free of charge. The recall began April 5, 2019. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is V29." -03/14/2019,19V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V200000),Thor Motor Coach,Steering and Tie Rod Arm Bolts may be Loose,STEERING,RC000166,Vehicle,12,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Aria, and 2019 Palazzo motorhomes built on a Daimler Trucks North America (DTNA) chassis equipped with Detroit Axle axles. The affected vehicles may have loose steering and tie rod arm bolts.","Loose steering and tie rod arm bolts can cause separation of the tie rod arm from the front wheels, increasing the risk of a crash.","TMC has notified owners, and DTNA dealers will inspect the steering arm and tie rod arm bolts for to make sure that they are properly tightened, installing new fasteners as necessary, free of charge. The recall began on March 15, 2019. Owners may contact Daimler Trucks North America at 1-800-547-0712 to locate a Qualified Service Center or may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000166." -03/13/2019,19V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V197000),Newmar Corporation,Steering and Tie Rod Arm Bolts may be Loose,STEERING,18V-913,Vehicle,5,Newmar Corporation (Newmar) is recalling certain 2017-2019 Ventana motorhomes built on a Daimler Trucks North America (DTNA) chassis equipped with Detroit Axle axles. The affected vehicles may have loose steering and tie rod arm bolts.,"Loose tie rod arm bolts may lead to separation of the tie rod, resulting in a loss of vehicle control, increasing the risk of a crash.","Newmar will notify owners, and DTNA dealers will inspect the steering arm and tie rod arm bolts to make sure that they are properly tightened, installing new fasteners, as necessary, free of charge. The recall began April 18, 2019. Owners may contact Daimler Trucks North America at 1-800-547-0712 to locate a Qualified Service Center or can contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 18V-913." -03/13/2019,19V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V198000),"Transportation Collaborative, Inc.",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,18E-044,Vehicle,3,"Transportation Collaborative, Inc. (TCI) is recalling certain 2015 and 2017 Transtech Buses equipped with Ricon S-Series and K-Series wheel chair lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","TCI will notify owners and Ricon dealers will replace the lift positioning input cam, free of charge. The recall began April 24, 2019. Owners may contact TCI customer service at 1-845-988-0419. Transportation Collaborative's number for this recall is 18E-044." -03/11/2019,19V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V195000),"Mertz Manufacturing, Inc.",Air Brake Circuit Fitting Incorrect/FMVSS 121,PARKING BRAKE,M18-098,Vehicle,475,"Mertz Manufacturing, LLC is recalling certain 2008-2018 custom trailers. Plastic junction connections may have been installed in the air brake circuits. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If a plastic connector fails, a loss of service brakes will occur or the emergency brakes will activate unexpectedly. Either condition may increase the risk of a crash.","Mertz has notified owners and will provide metal brake line connections to replace the plastic connections. The recall began March, 29, 2019. Owners may contact Mertz customer service at 1-580-767-8404. Mertz's number for this recall is M18-098." -03/11/2019,19E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E024000),"Natural Gas Fuel Systems, Inc.",Fuel Cylinder May Rupture,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,130,"Natural Gas Fuel Systems, Inc. (NGFS) is recalling certain Momentum 90 DGE SM, 115 DGE TM, 113 DGE TM, 75 DGE TM, 93 DGE TM, 80 DGE SM, 75 DGE BOC, 45 DGE SM, and 115 DGE BOC compressed natural gas (CNG) fuel systems equipped with certain 26-inch diameter fuel cylinders, sold for installation on heavy and medium-duty vehicles. The CNG tanks may unexpectedly rupture.",An cylinder rupture may in serious injury or death or fire.,"NGFS will notify the purchasers, and Momentum dealers will replace the cylinders in the fuel systems with a cylinder from an alternate cylinder manufacturer, free of charge. The recall began April 24, 2019. Owners may contact Natural Gas Fuel Systems customer service at 1-830-302-5200." -03/08/2019,19V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V191000),"Forest River, Inc.",Federal Placard Incorrect Axle Rating Information,EQUIPMENT,37-0979; 47-0979,Vehicle,53,"Forest River, Inc (Forest River) is recalling certain 2018-2019 Forest River Surveyor recreational trailers, models SVT201RBLE, SVT201RBLE-47 and SVT201RBS-47. The Federal Placard indicates that the vehicles have 3,500 lb. capacity axles, whereas the vehicles actually have 2,500 lb. capacity axles.","The incorrect label may cause the trailer to be overloaded, possibly resulting in a loss of control and increasing the risk of a crash.","Forest River has notified owners and provided replacement placards that contain the accurate axle weight capacity information, free of charge. The recall began on March 18, 2019. Owners may contact Forest River's customer service at 1-574-642-3119. Forest River's numbers for this recall are 37-0979 and 47-0979." -03/08/2019,19V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V192000),"Forest River, Inc.",Front Overhead Bunk Latch Board May Fall,EQUIPMENT,68-0978,Vehicle,17,"Forest River, Inc. (Forest River) is recalling certain 2019 Georgetown motorhomes. The front overhead bunk latch board may be insufficiently secured and may fall while the vehicle is in motion.","If the bunk latch board falls while the vehicle is being driven, it can increase the risk of injury and crash.","Forest River has notified owners, and dealers will additionally secure the bunk latch board, free of charge. The recall began March 18, 2019. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-0978." -03/08/2019,19V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V186000),M H EBY,Inner Wheel Bearings Insufficiently Lubricated,SUSPENSION,NR (Not Reported),Vehicle,35,"M H EBY is recalling certain 2019-2020 EBY Gooseneck Livestock Trailers equipped with Dexter Axle 8,000 and 10,000 pound axles. The inner wheel bearings of the axles may not have been properly greased.","If the inner bearings were not properly greased, the wheel hub may overheat and smoke, increasing the risk of a fire or the bearing may fail, affecting handling and increasing the risk of a crash.","M H EBY will notify owners and instruct them to contact a Dexter Axle dealer to have the axle bearings properly lubricated, as necessary, free of charge. The recall began April 12, 2019. Owners may contact M H EBY at 1-717-354-1458." -03/08/2019,19V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V194000),SVO Group Inc,Insufficient U-Bolt Torque Causing Axle Separation,SUSPENSION,NR (Not Reported),Vehicle,5,SVO Group Inc. (SVO Group) is recalling certain 2018 Embassy shuttle buses. The U-bolts that hold the leaf spring to the rear axle may have been insufficiently tightened.,"The loose U-bolts may further loosen or break allowing the axle to separate and cause a loss of vehicle control, increasing the risk of a crash.","SVO Group has notified owners and instructed them to contact MORryde International, Inc. for the repairs. Owners may contact SVO Group customer service at 1-574-295-9359." -03/08/2019,19V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V193000),"Gillig, LLC",Loss of Headlights from Short Circuit,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,965,"Gillig LLC (Gillig) is recalling certain 2014-2019 Low Floor buses. Uncovered electrical terminals in the headlight power circuit may short circuit to ground, causing a loss of headlights.","A loss of headlights can reduce the driver's ability to see, increasing the risk of a crash.","Gillig has notified owners, and dealers will install new back covers on the headlight buckets, free of charge. The recall began April 1, 2019. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -03/07/2019,19E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E023000),Dexter Axle Company,Insufficient Grease on Bearings may cause Failure,SUSPENSION,NR (Not Reported),Equipment,882,"Dexter Axle Company (Dexter Axle) is recalling certain #13, #13D, #13G, #13T, #14, and #14T axles. The axles may lack the proper amount of grease on the inner and outer bearings in the hubs.","The ungreased axle bearings may result in a wheel locking up, affecting the vehicle handling and increasing the risk of crash.","Dexter has notify the trailer manufacturers that purchased the axles, and dealers will properly grease and reinstall the components or replace the components as necessary, free of charge. The recall began March 22, 2019. Owners may contact Dexter Axle customer service at 1-574-295-7888." -03/07/2019,19V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V184000),"General Motors, LLC",Insufficient Weld On Head Restraints,SEATS,N192209550,Vehicle,120,General Motors LLC (GM) is recalling certain Chevrolet Equinox and GMC Terrain vehicles. The rear-right seat may have insufficient welds on the head-restraint bracket.,"In the event of a crash, the insufficient welds may result in an increased risk of injury for an occupant seated in the rear-right position.","GM will notify owners, and dealers will replace the rear-right seatback frame, free of charge. The recall began April 15, 2019. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is N192209550." -03/07/2019,19V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V187000),"Suzuki Motor USA, LLC",Passenger Seat Occupant Detection System may Fail,AIR BAGS,"4011, 4012",Vehicle,31302,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2010-2013 Kizashi and 2006-2013 Grand Vitara vehicles. The front passenger leather seat may shrink due to high humidity and high temperature. As a result, the occupant classification system (OCS) sensor mat may not accurately detect if an adult or child is occupying the seat.","In the event of a crash necessitating airbag deployment, an incorrect classification may result in the passenger frontal air bag deploying even if there is a child in the front passenger seat, increasing their risk of injury.","Suzuki will notify owners, and dealers will replace the seat bottom cushion, free of charge. Interim owner notification letters were mailed on May 3, 2019. All second letters notifying owners of the remedy were mailed by April 10, 2020. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's numbers for this recall are 4011 and 4012." -03/07/2019,19V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V189000),Kovatch Mobile Equipment Corp.,Possible Waterway Weld Failure,STRUCTURE,NR (Not Reported),Vehicle,2,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2018 Predator Tractor-Drawn Aerial (TDA) vehicles. A weld may fail on the waterway pipes, possibly resulting in a pipe detaching from the vehicle.",Failure of the weld while the waterway has water in it increases the risk of injury to those nearby.,"KME will notify owners, and dealers will replace the affected sections of the lower waterways, free of charge. The recall began April 18, 2019. Owners may contact KME customer service at 1-800-235-3928." -03/07/2019,19V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V185000),Polaris Inc.,Seat Belt or Seat Back may Detach; Seat may Slide,SEAT BELTS,T-18-01,Vehicle,3305,"Polaris Industries, Inc. (Polaris) is recalling certain 2018-2019 Slingshot motorcycles. The driver-seat and passenger-seat seat belt and seat back anchoring bracket may have been improperly welded. Additionally, differences in the seat assembly may prevent proper latching of the seat slider, allowing the driver's seat to move unexpectedly.","If the seat belt buckle or seat back detach from the seat base, there would be an increased risk of injury in the event of a crash. If the driver's seat unexpectedly moves, it can cause the driver to lose control of the motorcycle, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect the seat belt bracket and seat back welds, and the seat slider latching function. If the weld is missing or incomplete, or if the slider doesn't latch properly, the seat bases will be replaced, free of charge. The recall began April 11, 2019. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-18-01. Note: this recall is an expansion of recall 18V-195." -03/07/2019,19V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V190000),EHG USA LP dba American Fastbacks,Vehicle May Be Above Gross Vehicle Weight Rating,STRUCTURE,NR (Not Reported),Vehicle,156,"Erwin Hymer Group USA LP dba American Fastbacks (American Fastbacks) is recalling certain 2017-2018 Badlands, Force Recon, Stryker, and Defcon models of modified-Jeep Wrangler vehicles. These vehicles may be between 400 and 600 pounds above the allowable Gross Vehicle Weight Rating (GVWR) due to the replacement parts that were installed on the vehicle which increased the overall weight.","The excessive weight can negatively impact the vehicle stability, increasing the risk of crash.","American Fastbacks has notified owners, and the manufacturer will repurchase the vehicles from owners. The recall began April 18, 2019. Owners may contact Erwin Hymer customer service at 1-844-533-7997 extension 301." -03/06/2019,19V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V179000),"Porsche Cars North America, Inc.",Air Bag Sensors May be Loose,AIR BAGS,AKA4,Vehicle,417,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2018 718 Boxster, Boxster S and Boxster GTS, 718 Cayman, Cayman S and Cayman GTS, 911 Carrera, Carrera T, Targa 4 GTS, Carrera 4, Carrera S, Carrera 4S, Carrera GTS, Carrera 4 GTS, Carrera Cabriolet, Carrera S Cabriolet, Carrera 4S Cabriolet, Carrera GTS Cabriolet, Carrera 4 GTS Cabriolet, Targa 4, Targa 4S, Turbo, Turbo S, Turbo S Exclusive Series, Turbo Cabriolet, Turbo S Cabriolet and GT3 vehicles. The side air bag impact sensors may not have been properly tightened to the vehicle.","In the event of a crash, the air bags may not deploy, increasing the risk of injury.","Porsche will notify owners, and dealers will tighten the air bag sensors, as necessary, free of charge. The recall began May 17, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA4." -03/06/2019,19V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V180000),"Porsche Cars North America, Inc.",Control Unit May Fail,ELECTRICAL SYSTEM,AKA5,Vehicle,182,"Porsche Cars North America, Inc is recalling certain 2018 Panamera, Panamera 4, Panamera 4 E-Hybrid, Panamera 4 E-Hybrid Executive, Panamera 4 E- Hybrid Sport Turismo, Panamera 4S, Panamera Turbo, Panamera Turbo Executive, Panamera 4 Sport Turismo, Panamera Turbo S E-Hybrid Sport Turismo, vehicles. Incorrect soldering of a control unit may result in the intermittent failure of various systems, possible affecting vehicle driveability.",Impaired vehicle driveability can increase the risk of a crash.,"Porsche Cars North America will notify owners, and dealers will replace the affected control units, free of charge. The recall began May 17, 2019. Owners may contact Porsche's customer service at 1-800-767-7243. Porsche's number for this recall is AKA5." -03/06/2019,19V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V177000),"Jayco, Inc.",Damaged Tow Hitch,TRAILER HITCHES,9903429,Vehicle,8,"Jayco, Inc. (Jayco) is recalling certain 2019-2020 Jayco Embark motorhomes. While the motorhome was being delivered, the hitch may have been damaged, compromising the motorhome's ability to safely tow vehicles.","The damaged hitch may result in the towed vehicle separating from the motorhome, increasing the risk of a crash.","Jayco has notified owners, and dealers will replace the hitch, free of charge. The recall began March 15, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903429." -03/06/2019,19V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V182000),Honda (American Honda Motor Co.),Driver Frontal Air Bag Inflator May Explode,AIR BAGS,"U40,M45,O41,G44",Vehicle,1101534,"Honda (American Honda Motor Co.) is recalling specific 2003 Acura 3.2CL, 2013-2016 ILX, 2013-2014 ILX Hybrid, 2003-2006 MDX, 2007-2016 RDX, 2002-2003 3.2TL, 2004-2006, and 2009-2014 TL, 2010-2013 ZDX and 2001-2007 and 2009 Honda Accord, 2001-2005 Civic, 2003-2005 Civic Hybrid, 2001-2005 Civic GX NGV, 2002-2007 and 2010-2011 CR-V, 2003-2011 Element, 2007 Fit, 2002-2004 Odyssey, 2003-2008 Pilot, and 2006-2014 Ridgeline vehicles. The affected vehicles received a replacement driver air bag inflator as part of a previous Takata inflator recall remedy or a replacement driver air bag module containing the same inflator type as a service part. Due to a manufacturing error, in the event of a crash necessitating deployment of the driver frontal air bag, these inflators may explode.","An explosion of an inflator within the driver frontal air bag module may result in sharp metal fragments striking the driver, front seat passenger or other occupants resulting in serious injury or death.","Honda will notify owners, and dealers will replace the driver's air bag inflator with an alternate inflator, free of charge. The recall began April 10, 2019. Honda owners may contact customer service at 1-888-234-2138. Honda's number for this recall is O41. Acura owners may contact customer service at 1-888-234-2138. Acura's number for this recall is U40." -03/06/2019,19V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V178000),Entegra Coach,Hitch may Become Fractured in Upper Corners,TRAILER HITCHES,9903429,Vehicle,39,"Entegra Coach (Entegra) is recalling certain 2019-2020 Entegra Reatta motorhomes. While the motorhome was being delivered, the tow hitch may have been damaged, compromising the motorhome's ability to safely tow vehicles.","The damaged hitch may result in the towed vehicle separating from the motorhome, increasing the risk of a crash.","Entegra has notified owners, and dealers will replace the hitch, free of charge. The recall began March 15, 2019. Owners may contact Entegra's customer service at 1-800-517-9137. Entegra's number for this recall is 9903429." -03/06/2019,19V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V172000),"Jayco, Inc.",Incorrect Hardware used to Secure Fuel Tank,"FUEL SYSTEM, GASOLINE",9901430,Vehicle,758,"Jayco, Inc. (Jayco) is recalling certain 2018 Jayco Talon and Seismic fifth wheel trailers. Incorrect hardware may have been used to secure the fuel tank that is used for refilling vehicles.","The incorrect hardware may fail to properly secure the fuel tank, possibly resulting in the fuel tank detaching from trailer, increasing the risk of a fire.","Jayco has notified owners, and dealers will install the correct fuel tank mounting hardware, as necessary, free of charge. The recall began on March 29, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901430." -03/06/2019,19V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V168000),Highland Ridge RV,Listed GVWR Exceeds Safety Chain Rating,EQUIPMENT,9904427,Vehicle,74,"Highland Ridge RV (Highland) is recalling certain 2019 Mesa Ridge Lite 2804RK and Open Range Ultra Lite 2804RK travel trailers. The Gross Vehicle Weight Rating (GVWR), shown on the label as 7,675lbs, exceeds the safety chain rating of 7,600lbs.","The incorrect GVWR on the label may allow the vehicle to be overloaded causing loss of vehicle control, increasing the risk of a crash.","Highland has notified owners and provide corrected labels, free of charge. The recall began March 18, 2019. Owners may contact Highland RV's customer service at 1-260-768-7771. Highland's number for this recall is 9904427." -03/06/2019,19V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V174000),"Jayco, Inc.",Parking Brake may not Engage,PARKING BRAKE,9803428,Vehicle,69,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco Greyhawk and Redhawk motorhomes. The parking brake cable ends may be too small, allowing the cable to disconnect, preventing the emergency brake from engaging.","Without the parking brake being engaged, the vehicle may unintentionally move, especially when parked on an incline, increasing the risk of a crash.","Jayco has notified owners, and dealers will replace the parking brake cable, free of charge. The recall began March 15, 2019. Owners may contact Jayco's customer service at 1-800-517-9137. Jayco's number for this recall is 9803428." -03/06/2019,19V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V181000),Karma Automotive LLC,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,5.84.17.001.01,Vehicle,472,"Karma Automotive (Karma) is recalling certain 2012 Fisker Karma vehicles ever registered in the states of Alaska, Arizona, Arkansas, Colorado, Connecticut, Delaware, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Dakota, Tennessee, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming and the District of Columbia. These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Karma has notified owners, and dealers will replace the passenger frontal air bag inflators, free of charge. The recall began March 25, 2019. Owners may contact Karma customer service at 1-855-288-6109. Karma's number for this recall is 5.84.17.001.01." -03/06/2019,19V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V188000),"Volkswagen Group of America, Inc.",Rear Coil Springs May Fracture,SUSPENSION,42J5,Vehicle,56173,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017-2019 Golf Sportwagen, 2019 Jetta, 2015-2019 Golf, and 2018-2019 Tiguan vehicles. The rear coil springs may prematurely fracture.","If a coil spring fractures while driving, it may damage a rear tire causing a loss of vehicle control, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the rear axle coil springs, free of charge. The recall began April 12, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 42J5." -03/06/2019,19V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V183000),"Fenton Mobility Products, Inc.",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,RICON RECALL RI61396,Vehicle,137,"Fenton Mobility Products, Inc. (Fenton) is recalling certain 2015-2017 Ford Transit passenger vans modified to be equipped with Ricon S & K Titanium Wheelchair Lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Fenton will notify owners, and a service technician will install Ricon Recall Parts Kit RI61396, free of charge. The recall began April 24, 2019. Owners may contact Fenton Mobility customer service at 1-716-484-7014. Fenton's number for this recall is RI61396." -03/05/2019,19V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V169000),"Jayco, Inc.",Brake Lines Incorrectly Routed,"SERVICE BRAKES, HYDRAULIC",9901426,Vehicle,73,"Jayco, Inc. (Jayco) is recalling certain 2017-2019 Seismic fifth wheel trailers equipped with optional hydraulic brakes. The brake lines may have been incorrectly routed between the frame and axle, possibly resulting in the brake lines being pinched or cut.","Damaged brake lines may reduce the trailer's braking ability, increasing the risk of crash.","Jayco will notify owners, and dealers will inspect the brake lines, correcting and replacing them as necessary, free of charge. The recall began April 15, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901426." -03/05/2019,19V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V166000),"Jayco, Inc.",Cargo Tray may Detach,EQUIPMENT,9901431,Vehicle,13,"Jayco, Inc. (Jayco) is recalling certain 2019 North Point Fifth Wheel recreational trailers equipped with cargo trays. The rivets that secure the stop bracket to the cargo tray may shear allowing the cargo tray to detach.","If the cargo tray detaches, the tray may hit someone, increasing the risk of injury.","Jayco has notified owners, and dealers will replace the hollow rivets with structural rivets, free of charge. The recall began March 15, 2019. Owners may contact Jayco's customer service at 1-800-517-9137. Jayco's number for this recall is 9901431." -03/05/2019,19V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V167000),"Triumph Motorcycles America, Ltd.",Coolant Leak Near Rear Tire,ENGINE AND ENGINE COOLING,SRAN563,Vehicle,848,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2019 Speed Twin motorcycles. Improper routing of the coolant hose may cause it to contact the exhaust header pipe, damaging the hose and resulting in a coolant leak near the rear tire.","Loss of coolant near the rear tire may cause a loss of traction, increasing the risk of crash.","Triumph will notify owners, and dealers will inspect the coolant hose routing, rerouting the hose and replacing it if necessary, free of charge. The recall began April 15, 2019. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN563." -03/05/2019,19V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V173000),"Jayco, Inc.",Incorrect Fuse for Awning Circuit,ELECTRICAL SYSTEM,9901428,Vehicle,1660,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco North Point and Pinnacle fifth wheel trailers equipped with Carefree Altitude Series awnings. The awning circuit incorrectly has a 15amp fuse instead of a 5amp one.","In the event of a short circuit, the incorrect fuse can increase the risk of a fire.","Jayco has notified owners, and dealers will replace the 15amp fuse with a 5amp fuse, free of charge. The recall began on March 22, 2019. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901428." -03/05/2019,19V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V171000),"Daimler Trucks North America, LLC",Odometer Reads Kilometers but Displays as Miles,ELECTRICAL SYSTEM,FL-812,Vehicle,361,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019 Western Star 4700 and 4900 trucks. The vehicles are accumulating distance in kilometers, but the odometer display is labeled as being miles. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","The odometer failing to register the correct distance travelled could cause driver confusion, as well as possible incorrect assumptions about driver speed. An incorrect speed assumption may increase the risk of crash.","DTNA will notify owners, and dealers will replace the speedometer, free of charge. The recall began April 29, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-812." -03/05/2019,19V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V175000),Entegra Coach,Parking Brake May Not Engage,PARKING BRAKE,9903428,Vehicle,23,"Entegra Coach (Entegra) is recalling certain 2019 Esteem motorhomes. The parking brake cable ends may be too small, allowing the cable to disconnect, preventing the emergency brake from engaging.","Without the parking brake being engaged, the vehicle may unintentionally move, especially when parked on an incline, increasing the risk of a crash.","Entegra has notified owners, and dealers will replace the parking brake cable, free of charge. The recall began March 15, 2019. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903428." -03/05/2019,19V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V176000),PACCAR Incorporated,Rear Axles Inadequately Lubricated,SUSPENSION,19KWA,Vehicle,93,"PACCAR Incorporated (PACCAR) is recalling certain 2020 Kenworth T680, T800, T880, W900 and W990 trucks. The rear axles may not contain oil.","Without lubricating oil, the bearings, hub and axle shafts may wear, resulting in the separation of a wheel end from the axle, increasing the risk of a crash.","Paccar will notify owners, and Kenworth dealers will inspect all of the rear axles for the presence of oil. If no oil is present, the wheels ends will be removed and the bearings, hub and axle shaft will be inspected for damage. If excessive wear or heat damage is evident, the components will be replaced, as necessary. Oil will then be added per the axle specifications. These repairs will be performed free of charge. The recall began April 16, 2019. Owners may contact Kenworth customer service at 1-425-828-5888. Paccar's number for this recall is 19KWA." -03/05/2019,19V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V170000),"Daimler Trucks North America, LLC",Wheelchair Lift can be used Without Parking Brake,EQUIPMENT ADAPTIVE/MOBILITY,FL-811,Vehicle,410,Daimler Trucks North America LLC (DTNA) is recalling certain 2003-2019 Thomas Built Buses Minotour school buses built on a Ford chassis equipped with a specific wheelchair lift option. The wheelchair lift can be operated without the parking brake being engaged after they key is turned off.,"When the vehicle is in neutral with the ignition and the parking brake off, the vehicle may move. Using the wheelchair lift during this time can increase the risk of injury.","DTNA has notified owners, and dealers will modify the wheelchair lift wiring harness, free of charge. DTNA issued owners an interim notification on April 10, 2019. The recall began December 20, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-811." -03/04/2019,19V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V162000),W. S. Darley & Co.,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5,"W.S. Darley & Co. (Darley) is recalling certain 2017-2019 WASP fire trucks built on a Ford F-550 or Spartan Metro Star chassis equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal is not being pressed. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective devices, and Assoc. Equipment.""","If the brake lights incorrectly illuminate, it may confuse other drivers, increasing the risk of a crash.","Darley has notified owners and will provide replacement brake lights, free of charge. The recall began March 18, 2019. Owners may contact Darley customer service at 1-800-634-7812." -03/04/2019,19V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V163000),"LDV, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,17,"LDV, Inc., (LDV) is recalling certain 2017-2018 Command Center and Emergency Response support vehicles. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","LDV has notified owners and Whelen dealers will replace the brake lights, free of charge. The recall began on April 9, 2019. Owners may contact Whelen customer service at 1-860-718-2331." -03/04/2019,19V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V165000),"KZRV, L.P.",Cooktop Flame May Invert,EQUIPMENT,KZ-2019-01,Vehicle,1164,"KZRV, L.P. (KZRV) is recalling certain 2019 RV Sonic Lite, Sportsmen Classic and Escape recreational trailers equipped with a Capital liquid propane (LP) Gas Drop-in 2 Burner cooktop. The cooktop's flame may become inverted when the furnace is running.","If the flame becomes inverted, excessive heat buildup may occur, increasing the risk of a burn injury.","KZRV will notify owners, and dealers will replace the existing cooktop with a cooktop by another manufacturer, free of charge. The recall began April 24, 2019. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2019-01." -03/03/2019,19E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E019000),Ivolution Sports Inc.,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,HY808,Equipment,4761,"Ivolution Sports, Inc. (Ivolution) is recalling certain IV2 HY808 helmets, part number Hy808, in sizes S, M, L, XL, and XXL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,Ivolution will notify owners and provide a full refund for the helmets. Owners may contact Ivolutution' s customer service at 1-951-852-6327. Ivolution's number for this recall is HY808. -03/01/2019,19V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V148000),"Chrysler (FCA US, LLC)",Adaptive Cruse Control May Fail To Deactivate,FORWARD COLLISION AVOIDANCE,V27,Vehicle,19114,FCA US LLC (Alfa Romeo) is recalling certain 2018-2019 Alfa Romeo Stelvio and 2017-2019 Giulia vehicles. The Brake System Module (BSM) software may prevent the driver from disabling the Adaptive Cruise Control (ACC) after the traction control system detects a specific wheel slip.,The driver's inability to deactivate the ACC can increase the risk of crash.,"Alfa Romeo has notified owners, and dealers will update the BSM software, free of charge. The recall began March 25, 2019. Owners may contact Alfa Romeo customer service 1-800-853-1403. The Alfa Romeo number for this recall is V27." -03/01/2019,19V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V154000),"Charles Machine Works, Inc.",Axle Bearings may not have been Greased,SUSPENSION,ID0555609,Vehicle,59,"Charles Machine Works, Inc (Charles) is recalling certain 2019 Ditch Witch VT24 trailers. The axle bearings may not have been greased.","The ungreased axle bearings could result in a wheel locking up, affecting vehicle handling and increasing the risk of crash.","Charles will notify owners, and dealers will inspect the axles for the affected batch number and rework the hubs with new seals and bearings, as necessary, free of charge. The recall began March 25, 2019. Owners may contact Charles customer service at 1-800-654-6481. Charles' number for this recall is ID0555609." -03/01/2019,19V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V159000),Marion Body Works Inc.,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,18E-063,Vehicle,18,"Marion Body Works Inc. (Marion) is recalling certain 2017-2018 Fire and Emergency Apparatus vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal is not being pressed. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, increasing the risk of a crash.","Marion will notify owners, and Whelen will replace the brake lights, free of charge. The recall began March 3, 2019. Owners may contact Whelen customer service at 1-860-526-4078." -03/01/2019,19V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V161000),SVI Trucks,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,16,"SVI Trucks (SVI) is recalling certain 2018 Light Rescue, Heavy Rescue, Fire Engine, Haz-Mat and Wildland emergency vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","SVI Trucks has notified owners and Whelen will replace the brake lights, free of charge. The recall began March 22, 2019. Owners may contact Whelen customer service at 1-860-718-2331." -03/01/2019,19V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V155000),"Maintainer Corporation of Iowa, Inc.",Brake Lights may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,12,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2017-2018 MCB Custom Bodies Responders/Rescue Walkaround vehicles equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Maintainer will notify owners instructing them how to obtain replacement brake lights, free of charge. The recall began September 12, 2018. Owners may contact Maintainer customer service at 1-800-831-8588 or Whelen customer service at 1-860-718-2331." -03/01/2019,19V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V152000),"Terex Advance Mixer, Inc.",Caliper Drive Pins may Fracture,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,98,"Terex Advance Mixer, Inc is recalling certain 2018-2019 Front Discharge Concrete Mixer Trucks equipped with Meritor EX225 disc brake calipers. The drive pins, a component with the axle sub-assembly, may have been cracked during assembly, possibly resulting in the pins fully fracturing.","If the drive pin becomes fully fractured, the vehicle may pull to one side while braking, causing a loss of vehicle control and increasing the risk of crash.","Terex will notify owners and Meritor dealers will inspect and replace the brake calipers, free of charge. The recall began April 23, 2019. Owners may contact Terex Advance customer service at 1-605-882-4000." -03/01/2019,19V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V157000),"BMW of North America, LLC",Front Brake Hose may Crack and Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2707,"BMW of North America, LLC (BMW) is recalling certain 2013-2018 BMW C600 Sport and C650 Sport and 2013-2019 C650 GT scooters. Repeated turning of the handlebars to the left most position may cause the front brake hose to crack and leak over time.","A brake fluid leak can reduce braking ability, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the brake hose, adding an additional protective sleeve that will cover the hose connection fitting, free of charge. The recall began August 6, 2019. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall includes scooters previously recalled under 15V-738." -03/01/2019,19V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V151000),"Forest River, Inc.",Incorrect Axle Information on Placard,EQUIPMENT,62-0972,Vehicle,4,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Sabre trailers. The Federal Placard may incorrectly state that the trailer has 6,000 lb. capacity axles when the trailer actually has 5,200 lb. capacity axles.","The incorrect label can cause the operator to overload the vehicle, which may lead to a loss of control, increasing the risk of crash.","Forest River has notified owners, and dealers will provide replacement placards that indicate the correct axle weight rating, free of charge. The recall began March 8, 2019. Owners may contact Forest River customer service at 1-574-642-2100. The Forest River number for this recall is 62-0972." -03/01/2019,19V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V156000),Indian Motorcycle Company,Possible Reduction in Brake Performance,SERVICE BRAKES,I-18-07,Vehicle,2072,"Indian Motorcycle Company (Indian) is recalling certain 2019 Indian Scout, Scout Bobber, and Scout Sixty motorcycles equipped with Anti-Lock Brake Systems (ABS). After the manufacturing process, air may remain trapped within the brake system, possibly reducing brake performance.",Reduced brake performance can increase the risk of a crash.,"Indian has notified owners, and dealers will perform a brake fluid bleed of the front and rear ABS to evacuate the air, free of charge. The recall began March 7, 2019. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-18-07." -03/01/2019,19V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V153000),Eldorado National-Kansas,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,16,"Eldorado National- Kansas (Eldorado National-Kansas) is recalling certain 2015-2016 Goshen Impulse shuttle buses equipped with Freedman GO-ES Foldaway Seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Eldorado National-Kansas will notify owners, and Freedman will repair the foldaway seat, free of charge. The recall began April 3, 2019. Owners may contact Eldorado National-Kansas customer service at 1-800-955-4236 or Freedman customer service at 1-800-443-4540." -03/01/2019,19V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V332000),Prime-Time Specialty Vehicles,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,90,"Prime-Time Specialty Vehicles (Prime-Time) is recalling certain 2016-2018 Ram ProMaster and Ford Transit vehicles modified to be equipped with Freedman GO-ES Foldaway Seats. When the seat back cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Prime-Time Specialty Vehicles has notified owners, and Freedman dealers have inspected and repaired the foldaway seats, free of charge. The recall began November 16, 2018. Owners may contact Freedman customer service at 1-800-443-4540 or Prime-Time Specialty Vehicles at 1-574-293-9191." -03/01/2019,19V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V150000),"Forest River, Inc.","Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,42-0975,Vehicle,36,"Forest River, Inc. (Forest River) is recalling certain 2016-2019 Elkhart ECE3 and ECE4 buses, equipped with Freedman GO-ES Foldaway Seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Forest River has notified owners, and Freedman will repair the foldaway seat, free of charge. The recall begin March 8, 2019. Owners may contact Forest River Customer Service at 1-(574) 327-2700 or Freedman customer service at 1-800-443-4540. Forest River's number for this recall is 42-0975." -03/01/2019,19E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E018000),"DiamondBack Automotive Accessories, Inc.",Truck Bed Cover Panel may Detach,EQUIPMENT,NR (Not Reported),Equipment,6816,"DiamondBack Automotive Accessories, Inc (Diamondback) is recalling certain DiamondBack HD and SE three-panel hard tonneau truck bed covers produced between March 28, 2018 and March 1, 2019. If the front panel section is not properly secured and locked, the front portion of the cover assembly could lift and separate from the truck bed while the vehicle is being driven.","If the cover separates from the truck bed, it could be a road hazard, increasing the risk of a crash.","DiamondBack will notify owners and will send owners a kit including cab-panel tether and a redesigned safety catch that secures the cover to the frame, free of Charge. The recall began March 28, 2019." -03/01/2019,19V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V158000),"Ameritrans Bus, Inc.",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,N/A,Vehicle,1,"Ameritrans Bus, Inc. (Ameritrans) is recalling one 2016 E225 vehicle equipped with a Ricon Wheelchair lift. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards towards the vehicle when exiting the lift, increasing the risk of injury.","Ameritrans will notify the owner and a Ricon dealer will replace the lift positioning input cam, free of charge. The recall began April 26, 2019. Owners may contact Ricon customer service at 1-800-322-2884." -03/01/2019,19V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V160000),Supreme Corporation,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,20,"Supreme Corporation (Supreme) is recalling certain 2014-2016 Classic American Trolley vehicles equipped with Ricon K-series or S-Series Ricon Wheelchair lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards towards the vehicle when exiting the lift, increasing the risk of injury.","Supreme will notify owners, and Ricon dealers will replace the lift positioning input cam, free of charge. The recall began May 3, 2019. Owners may contact Ricon customer service at 1-800-322-2884." -02/28/2019,19V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V147000),Triple E Recreational Vehicles,120V Circuits may not be Properly Grounded,ELECTRICAL SYSTEM,CA#9280-1,Vehicle,3,Triple E Recreational Vehicles is recalling certain 2019 Serenity S24CB motorhomes. A connector wiring error may prevent the 120V electrical outlets from being properly ground-fault protected.,"The incorrect connector could result in the inverter ground failing, causing the outlet user to be the ground path for electricity, increasing their risk of injury.","All of the affected motorhomes are still in dealer inventory. Triple E dealers will replace the two pin connector with a 3 pin connector for the ground wires, free of charge. The recall began March 12, 2019. Triple E customer service can be reached at 1-877-992-9906. Triple E's number for this recall is CA#9280-1." -02/28/2019,19V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V142000),"Chrysler (FCA US, LLC)",Auxiliary Battery Terminals May Overheat,ELECTRICAL SYSTEM,V17,Vehicle,33,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 vehicles equipped with a 48v auxiliary battery system located behind the rear seat (sales code: XBZ). Due to an incorrect assembly repair process, the auxiliary battery wire terminal connection may overheat.","If the auxiliary battery system overheats, there is an increased risk of a fire within the cabin even if the ignition is off.","FCA US has notified owners, and dealers will properly secure the auxiliary battery fasteners, free of charge. The recall began March 15, 2019. Owners may contact Chrysler's customer service at 1-800-853-1403. The Chrysler number for this recall is V17." -02/28/2019,19V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V144000),"Four Guys Stainless Tank & Equip., Inc.",Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,26,"Four Guys Stainless Tank & Equip., Inc. (Four Guys) is recalling certain 2017-2018 Whelen 60BTT, 60BTTC, M6BTT, and M6BTTC brake ....equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, increasing the risk of a crash.","Four Guys will notify owners and Whelen Dealers will replace the brake lights, free of charge. The recall began February 26, 2019. Owners may contact Four Guys Stainless Tank & Equip. customer service at 1-814-634-8373." -02/28/2019,19V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V149000),"Subaru of America, Inc.",Brake Lights May Not Illuminate,EXTERIOR LIGHTING,WUE-90,Vehicle,1303530,"Subaru of America, Inc. (Subaru) is recalling certain 2014-2016 Forester, 2008-2016 Impreza sedans, 2012-2016 Impreza station wagons, 2008-2014 WRX sedans (including STI), and 2013-2017 Crosstrek vehicles. Exposure to certain contaminants may cause the brake light switch to malfunction, preventing the brake lights from illuminating and also preventing keyless ignition vehicles from starting and CVT/automatic transmissions from being able to be shifted out of Park.","Brake lights that do not illuminate properly will not alert other drivers that the vehicle is slowing or stopping, increasing the risk of crash.","Subaru will notify owners, and dealers will replace the brake light switch, free of charge. The recall began April 15, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUE-90." -02/28/2019,19V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V146000),A-1 Auto Electric,CNG Tank Valve Stem may Eject from Valve Body,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,15,"A-1 Auto Electric (A-1) is recalling certain 2015 Freightliner Refuse vehicles modified to be powered by Compressed Natural Gas (CNG). The CNG system has tanks with a one-turn for controlling CNG flow. If the valve knob is turned more than one turn, the valve's snap ring may fail and the valve stem may forcibly eject from the valve body. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 304, ""Compressed Natural gas Fuel Container Integrity.""","If the knob is overtightened, the valve retaining snap ring may fail and eject from the valve body, increasing the risk to injury to any person in it's path. Additionally, the unintended release of CNG can increase the risk of a fire.","A-1 will notify owners, and dealers will double the snap ring strength, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact A-1 customer service at 1-559-485-4427." -02/28/2019,19V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V143000),"Chrysler (FCA US, LLC)",Control Arm May Separate From Steering Knuckle,SUSPENSION,V15,Vehicle,47771,Chrysler (FCA US LLC) is recalling certain 2018 Chrysler Pacifica and Pacifica hybrid vehicles. The right front lower control arm may separate from the steering knuckle.,A control arm separation could increase the risk of a crash.,"Chrysler will notify owners, and dealers will inspect the right front knuckle and lower control arm for damage, replacing the components as necessary. The right front lower control arm knuckle pinch bolt will be replaced with a larger-diameter pinch bolt. These repairs will be performed free of charge. The recall began April 26, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V15." -02/28/2019,19V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V141000),McLaren Automotive Incorporated,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,2792,"McLaren Automotive Incorporated (McLaren) is recalling certain 2012-2013 MP4-12C, 2014-2016 650s, 2015-2016 675 LT, 2014-2015 P1 and 2015-2017 570 vehicles. These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"McLaren will notify owners, and dealers will replace the air bags, free of charge. The recall began March 28, 2019. Owners may contact McLaren customer service at 1-646-429-8916." -02/28/2019,19V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V145000),Diamond Coach Corporation,"Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,12,"Diamond Coach Corporation (Diamond Coach) is recalling certain 2018 Transit MPV/VTUM and 2018 PT 2000 transit buses equipped with Freedman GO-ES Foldaway Seats. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Diamond Coach will notify owners, and dealers will inspect and repair the foldaway seat, free of charge. The recall began April 3, 2019. Owners may contact Diamond Coach customer service at 1-800-442-4645." -02/27/2019,19V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V136000),"Daimler Trucks North America, LLC",ABS Malfunction Light may not Reactivate,"SERVICE BRAKES, AIR",FL-810,Vehicle,14,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Cascadia vehicles. In the affected vehicles, the Anti-Lock Braking system (ABS) malfunction warning light may not reactivate after the ignition has been turned off and then switched back on. As such, the vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",Unknowingly operating a truck with an ABS malfunction may increase the risk of a crash.,"DTNA will notify owners, and dealers will reprogram the ABS module, free of charge. The recall began April 26, 2019. Owners may contact DTNA customer service at 1-800-547-0712. The DTNA number for this recall is FL-810." -02/27/2019,19V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V137000),"Daimler Trucks North America, LLC",Cluster Displays Incorrect Gear Selection,ELECTRICAL SYSTEM,FL-808,Vehicle,43,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2020 Freightliner Cascadia vehicles equipped with an ICU3S Instrument Cluster and a DT12 automated manual transmission. When the transmission is shifted out of the Neutral (N) position, the instrument cluster will continue to display the ""N"" position.","The incorrect gear selection display may cause the operator to falsely assume that the truck is in neutral, possibly resulting in the truck moving unexpectedly, increasing the risk of a crash.","Daimler Trucks North America (DTNA) will notify owners, and dealers will reprogram the powertrain controller so that the correct gear selection displays in the instrument cluster, free of charge. The recall began August 7,2019. Owners can contact DTNA's customer service at 1-800-745-8000. DTNA's number for this recall is FL-808." -02/27/2019,19V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V133000),"Triumph Motorcycles America, Ltd.",Clutch Cable may Cause Loss of Electrical Power,ELECTRICAL SYSTEM,SRAN560,Vehicle,12654,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2016-2019 Bonneville T120 and Bonneville T120 Black, 2017-2019 Bonneville T100 and T100 Black, 2017-2018 Street Cup and Street Scrambler, and 2016-2018 Street Twin motorcycles. The clutch cable may contact the main harness cover and cause damage to wiring within the main harness. This may lead to a loss of electrical power to various electrical circuits.","Loss of electrical power may cause the headlight or indicator lighting to malfunction or the engine to stall, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the original securing guide for the clutch cable and main harness with an updated one, free of charge. The recall began March 27, 2019. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SRAN560." -02/27/2019,19V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V127000),"Altec Industries, Inc.",Pedestal Tube may Crack,EQUIPMENT,CSN 713,Vehicle,14389,"Altec Industries, Inc (Altec) is recalling certain 2003-2019 Altec DL/DM, DL/DMB, and DC Digger Derrick vehicles. The pedestal tube welds may crack over time.",Unrepaired cracks may result in failure of the pedestal and uncontrolled movement increasing the risk of injury.,"Altec will notify owners and will provide repairs as necessary and a reinforcing kit. The recall began April 3, 2019. Owners may contact Altec's customer service at 1-877-462-5832. Altec's number for this recall is CSN 713." -02/27/2019,19E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E017000),Specialty Manufacturing Co.,Roof Hatch Glass may Shatter,STRUCTURE,NR (Not Reported),Equipment,348,Specialty Manufacturing Co. (Specialty) is recalling certain Transpec T287X Series glass roof hatches. Temperature and vibration stresses may cause the tempered glass roof hatch to shatter.,"If the tempered glass roof hatch shatters, glass fragments may fall onto passengers, increasing the risk of an injury.","Specialty will notify the affected bus manufacturers, and dealers for those companies will replace the hatch lids, free of charge. The recall began May 5, 2019. Owners may contact Specialty customer service at 1-800-951-7867." -02/27/2019,19V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V138000),"Daimler Trucks North America, LLC",School Bus may have been Built without ABS Module,"SERVICE BRAKES, AIR",FL-809,Vehicle,259,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built Saf-T-Liner C2 school buses. The affected school buses may have been built without Anti-Lock Braking System (ABS) modules. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",The operator may not be aware of the absence of ABS function. Unknowingly operating the vehicle without ABS function may increase risk of a crash.,"DTNA will notify owners, and dealers will inspect the buses and install any missing ABS modules, free of charge. The recall began June 26, 2019. Owners may contact DTNA customer service at 1-800-547-0712. The DTNA number for this recall is FL-809." -02/27/2019,19V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V135000),"BMW of North America, LLC",Seat Bolts may be Loose,SEATS,NR (Not Reported),Vehicle,31,"BMW of North America, LLC is recalling certain 2019 BMW X7 xDrive40i and X7 xDrive50i vehicles equipped with the ""business lounge seat"" option. The attachment bolts between the seat adapter and the vehicle may not have been properly tightened.","If the bolts were not properly tightened, in the event of a crash, the occupants may have an increased risk of injury.","None of the affected vehicles have been sold and are quarantined on dealer lots. BMW dealers will replace the attachment bolts for the seat adapter, free of charge. The recall began on February 27, 2019. Owners may contact BMW's customer service at 1-800-525-7417." -02/27/2019,19V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V134000),Toyota Motor Engineering & Manufacturing,Tire Sidewall Reinforcement Layer May Crack,TIRES,KLC,Vehicle,6296,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Lexus LS vehicles equipped with run-flat tires with a sidewall reinforcement layer inside the tire. The tire-on-wheel assembly process may have caused the reinforcement layer to crack, possibly resulting in the tire tread layer separating from the tire.","If the tire tread layer separates from the vehicle, vehicle handling and stability may be affected, increasing the risk of crash.","Toyota will notify owners, and Lexus dealers will replace the affected tires, free of charge. The recall began April 26, 2019. Owners may contact Lexus customer service at 1-800-255-3987. The Toyota number for this recall is KLC." -02/27/2019,19V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V140000),Midway Specialty Vehicles,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"Midway Specialty Vehicles (Midway) is recalling one 2016 Freightliner Sprinter vehicle modified to be equipped with a Ricon Titanium Wheelchair Lift. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards towards the vehicle when exiting the lift, increasing their risk of injury.","Midway has notified the affected owner and a Ricon dealer will replace the lift positioning input cam, free of charge. The recall began February 27, 2019. Owners may contact Ricon customer service at 1-800-322-2884 or Midway customer service at 1-574-264-2530." -02/26/2019,19V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V128000),"Foundation Ambulance, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,28,"Foundation Ambulance, Inc. (Foundation Ambulance) is recalling certain 2017-2018 Type I and Type III Modular Body ambulances equipped with Whelen brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, increasing the risk of a crash.","Foundation Ambulance has notified owners and will replace the Whelen lights, free of charge. The recall began March 21, 2019. Owners may contact Foundation Ambulance customer service at 1-678-826-2219." -02/26/2019,19V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V129000),Keystone RV Company,Cargo Tray May Detach,EQUIPMENT,19-347,Vehicle,1535,Keystone RV Company (Keystone) is recalling certain 2019 Alpine and High Country Montana recreational trailers and 2018-2019 Avalanche and Montana recreational trailers equipped with cargo trays. The rivets that secure the stop bracket to the cargo tray may shear allowing the cargo tray to detach.,"If the cargo tray detaches, the tray may hit someone, increasing the risk of injury.","Keystone RV has notified owners, and dealers will replace the affected fasteners, free of charge. The recall began March 26, 2019. Owners may contact Keystone RV's customer service at 1-866-425-4369. Keystone RV's number for this recall is 19-347." -02/26/2019,19V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V122000),"Navistar, Inc.",Exhaust Tail Pipe May Detach from Vehicle,ENGINE AND ENGINE COOLING,19501,Vehicle,24173,"Navistar, Inc. (Navistar) is recalling certain 2016-2020 International LT and 2017-2018 Prostar 73-inch sleeper cab models equipped with feature code 07BKP or 07BKR (exhaust system with horizontal after treatment device and horizontal tailpipe mounted on right side). In the affected vehicles, the rear exhaust hanger bracket may crack, which can cause the forward hanger bracket to also crack. If both brackets crack, the exhaust tail pipe may detach from the vehicle.","If the exhaust tail pipe detaches from the vehicle while being driven, it can become a road hazard, increasing the risk of crash.","Navistar will notify owners, and dealers will replace the rear exhaust hanger bracket and replace any forward bracket found cracked and any exhaust tailpipe found damaged, free of charge. The recall began April 23, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 19501." -02/26/2019,19V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V130000),"Mercedes-Benz USA, LLC",Front Seats Backs May Improperly Lock,SEATS,2019040007,Vehicle,22637,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain 2017-2018 Mercedes-Benz C300 Cabriolet, C300 Coupe, AMG C43 Coupe, C300 4MATIC Cabriolet, C300 4MATIC Coupe, AMG C43 Cabriolet, AMG C63 Cabriolet, AMG C63 Coupe, AMG C63 S Cabriolet and AMG C63 S Coupe vehicles and 2018 Mercedes-Benz E400 Coupe, E400 Cabriolet, E400 4MATIC Cabriolet and E400 4MATIC Coupe vehicles. The seatbacks of the front seats may not properly lock on the right side of the seat.","If the seatback does not properly lock, in the event of a crash, the seatbacks may fold forward, increasing the risk of injury.","Mercedes will notify owners, and dealers will inspect the locking of the seatback on the affected vehicles and replace the seatback lock, as necessary, free of charge. An interim owner letter was mailed on April 12, 2019 to notify owners. Owners will receive a second notification when the remedy is available. Owners may contact Mercedes-Benz customer service at 1-800-367-6372. MBUSA's number for this recall is 2019040007." -02/26/2019,19V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V132000),"Mercedes-Benz USA, LLC",Incorrect Rear Seat Back Covering/FMVSS 225,SEATS,2019030003,Vehicle,8,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain 2018-2019 GLA-250 and GLA250 4MATIC vehicles. An incorrect rear seat back covering carpet could have been installed on the split-rear seat back. As a result, the child seat anchorage point (top tether) on the center positon of the rear seat may be covered and inaccessible for use. As such, these vehicles fail to comply to Federal Motor Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the upper anchorage point is covered, the child seat will not be able to be secured as intended in the center position of the rear seat, increasing the risk of injury in the event of a crash.","Mercedes will notify owners, and dealers will check the rear seat back covering carpet on the affected vehicles and replace it if necessary, free of charge. The recall began April 6, 2019. Owners may contact Mercedes-Benz's customer service at 1-800-367-6372. Mercedes' number for this recall is 2019030003." -02/26/2019,19V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V131000),"Mercedes-Benz USA, LLC",Tail Lights and Side Marker Lights may Fail,EXTERIOR LIGHTING,2019030009,Vehicle,12,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 CLA250 and CLA250 4MATIC vehicles. The tail lights and the side marker lights may flicker or fail, affecting the vehicle's visibility.",Reduced visibility increases the risk of crash.,"MBUSA will notify owners, and dealers will replace the affected light bulb sockets, free of charge. The recall began April 5, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019030009." -02/26/2019,19V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V125000),New England Wheels,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,18E-044,Vehicle,3,"New England Wheels (New England) is recalling certain 2008, 2013 and 2014 Ford E-250 vehicles modified to be equipped with Ricon Wheelchair lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards towards the vehicle when exiting the lift, increasing their risk of injury.","New England has notified owners, and Ricon dealers will replace the lift positioning input cam, free of charge. The recall began on March 18, 2019. Owners may contact Ricon customer service at 1-800-322-2884 or New England customer service at 1-978-663-9724." -02/25/2019,19V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V126000),"Somerset Welding & Steel, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,28,"Somerset Welding & Steel Inc. (Somerset) is recalling certain 2017-2018 J&J Truck Bodies Dump Body vehicles equipped with Whelen 40BTTD brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, increasing the risk of a crash.","Somerset Welding & Steel has notified owners and will replace the brake lights, free of charge. The recall began March 7, 2018. Owners may contact J&J Truck Bodies customer service at 1-814-444-7044." -02/25/2019,19E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E016000),"Takata (TK Global, LLC)",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,1500000,"TK Global LLC (Takata) has determined that certain PSDI-5, SDI non-desiccated driver frontal air bag inflators that contain stabilized ammonium nitrate propellant may rupture due to propellant degradation occurring after long-term exposure to absolute humidity, temperatures, and temperature cycling. This recall addresses model year 2015 and newer vehicles.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2019." -02/25/2019,19V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V123000),"Jayco, Inc.",Possible Reduced Brake Performance,SERVICE BRAKES,NA,Vehicle,20,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco Embark motorhomes built on a Spartan chassis, equipped with independent front suspension and front drum brakes. The cotter pins may be missing or improperly installed at the actuator rod of the front slack adjuster for the front brakes.","The missing or improperly installed cotter pin may cause the actuator rod to detach, affecting brake performance and lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Spartan has notified owners, and Spartan Service Centers will inspect and properly install the cotter pin or install any missing pins and adjust the brakes appropriately, free of charge. The recall began on February 28, 2019. Owners may contact Jayco customer service at 1-800-517-9137." -02/25/2019,19V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V124000),Entegra Coach,Possible Reduced Brake Performance,SERVICE BRAKES,NR (Not Reported),Vehicle,45,"Entegra Coach (Entegra) is recalling certain 2019 Reatta motorhomes built on a Spartan chassis, equipped with independent front suspension and front drum brakes. The cotter pins may be missing or improperly installed at the actuator rod of the front slack adjuster for the front brakes.","The missing or improperly installed cotter pin may cause the actuator rod to detach, affecting brake performance and lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Entegra will notify owners, and Spartan Service Centers will inspect and properly install the cotter pin or install any missing pins and adjust the brakes appropriately, free of charge. The recall began on February 28, 2019. Owners may contact Entegra customer service at 1-800-517-9137." -02/25/2019,19E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E015000),"Meritor, Inc.",Vehicle May Pull During Braking,"SERVICE BRAKES, AIR",C19AA,Equipment,198,"Meritor, Inc. (Meritor) is recalling certain Op Shaft subassemblies, part number 68324870, used in Meritor EX225 disc brake calipers. The drive pins may have been cracked during assembly possibly resulting in the pins fully fracturing.","If the drive pin becomes fully fractured, the vehicle may pull to one side while braking, causing a loss of vehicle control and increasing the risk of crash.","Meritor has notified the purchasers of the affected Meritor EX225 disc brake calipers, and those dealers will inspect and replace the brake calipers, as necessary, free of charge. The recall began March 18, 2019. Owners may contact Meritor customer service at 1-866-668-7221. Meritor's number for this recall is C19AA." -02/22/2019,19V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V120000),Kia Motors America,Overheated Catalytic Converter May Damage Engine,ENGINE,SC176,Vehicle,378967,"Kia Motors America (Kia) is recalling certain 2012-2016 Kia Soul vehicles equipped with 1.6L Gasoline Direct Injection (GDI) engines. High exhaust gas temperatures may damage the catalytic converter, possibly resulting in abnormal engine combustion and damage to one or more of the engine's pistons and possible piston connecting rod failure.","Piston damage may result in an engine stall, increasing the risk of a crash. A broken connecting rod may puncture the engine block allowing engine oil to escape. The leaking oil may contact the exhaust, increasing the risk of a fire.","Kia will notify owners, and dealers will upgrade the Catalytic Overheating Protection Engine Control Unit logic to prevent overheating of the catalytic converter. In addition, the catalytic converter will also be replaced if it has been damaged. Depending on the extent of any damage, the engine may also be replaced, free of charge. The recall began April 17, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC176." -02/22/2019,19V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V121000),"Daimler Vans USA, LLC",Rear Fog Lights May Not Turn On,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1197,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2019 Mercedes-Benz Sprinter VS30 vehicles equipped with LED rear fog lights. The lights may not illuminate, despite the rear fog light switch being turned on.","The lack of functioning rear fog lamps prevents the enhanced visibility of the vehicle to other drivers on the road, increasing the risk of crash.","DVUSA will notify owners, and dealers will update the software settings of the control unit body controller, free of charge. The recall began April 18, 2019. Owners may contact DVUSA customer service at 1-877-762-8267." -02/21/2019,19E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E014000),"MORryde International, Inc.",Cargo Tray May Detach,EQUIPMENT,NR (Not Reported),Equipment,1541,"MORryde International, Inc. (MORryde) is recalling certain recreational trailer chassis that are equipped with Cargo Trays with carpeting. The affected trays, part numbers CTG60-48115W and 48105W, have rivets that secure the stop bracket to the cargo tray which may shear due to having insufficient strength.","If the stop bracket rivets fail, the cargo tray may disconnect and detach from the frame, increasing the risk of injury or a crash.","MORryde has notified the trailer manufacturers with the affected chassis and dealers for those companies will replace the hollow rivets with structural rivets, free of charge. The recall began February 20, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -02/21/2019,19V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V111000),"Porsche Cars North America, Inc.",Delayed Camera Display/FMVSS 111,BACK OVER PREVENTION,AKA0,Vehicle,98,"Porsche Cars North America, Inc (Porsche) is recalling certain 2019 Cayenne and Cayenne S vehicles. A software failure may cause the rearview camera image display to be delayed in responding. As such, these vehicles fail to comply to Federal Motor Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","A rearview camera display that does not function as designed can reduce the driver's view of what is behind the car, increasing the risk of a crash.","Porsche will notify owners, and dealers will update the related software, free of charge. The recall began April 19, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA0." -02/21/2019,19V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V118000),Prevost Car (US) Inc.,Fire Extinguisher May Not Discharge,EQUIPMENT,SR19-03,Vehicle,1270,"Prevost Cars, Inc is recalling certain 2015-2018 X3-45 VIP, X3-45 VIP Entertainer, X3-45 Passenger, H3-45 VIP, and H3-45 passenger coaches and motorhomes equipped with specific fire suppression systems. The actuator of the fire extinguisher system may not function properly, preventing the fire extinguisher from discharging the fire suppression agent.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","Prevost Cars will notify owners, and the fire suppression system manufacturer will inspect the systems, replacing them as necessary, free of charge. The recall began April 15, 2019. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR19-03." -02/21/2019,19V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V119000),Volvo Bus Corporation,Fire Extinguisher May Not Discharge,EQUIPMENT,SR19-03,Vehicle,316,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2015-2018 9700 motorcoaches equipped with specific fire suppression systems. The actuator of the fire extinguisher system may not function properly, preventing the fire extinguisher from discharging the fire suppression agent.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","Volvo Bus will notify owners, and the fire suppression system manufacturer will inspect the systems, replacing them as necessary, free of charge. The recall began April 15, 2019. Owners may contact Volvo Bus customer service at 1-866-870-2046. Volvo Bus' number for this recall is SR19-83." -02/21/2019,19V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V107000),"Mack Trucks, Inc.",Incorrect Air Tank Capacity/FMVSS 121 Air Brakes,"SERVICE BRAKES, AIR",SC0417,Vehicle,9,"Mack Trucks Inc. (Mack) is recalling one 2014 Pinnacle (CXU) vehicle and certain 2018-2019 Mack Anthem (AN) vehicles equipped with air brake supply tanks that have an air volume amount ranging from 70% to 96% of the amount required by the regulation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","The undersized air brake supply reservoir may provide an insufficient air supply to properly operate the brakes during repetitive brake applications, reducing braking performance and increasing the risk of a crash.","Mack will notify owners and dealers will add an air tank to the affected vehicles, free of charge. The recall began April 10, 2019. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0417." -02/21/2019,19V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V117000),"General Motors, LLC",Turn-Signals Will Not Self-Cancel After Turn,EXTERIOR LIGHTING,N182207090,Vehicle,5,"General Motors LLC (GM) is recalling certain 2019 Cadillac CT6 vehicles. Rotation of the steering wheel will not automatically cancel the turn-signals from flashing. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices and Associated Equipment.""","If the turn-signals do not automatically deactivate, the driver may fail to turn them off manually. An erroneous active turn-signal may mislead pedestrians and other drivers, increasing the risk of a crash.","GM has notified owners, and dealers will replace the turn-signal switch. The recall began March 11, 2019. Owners may contact Cadillac customer service at 1-800-458-8006. The Cadillac number for this recall is N182207090." -02/21/2019,19V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V098000),XL Hybrids INC,U-Joint May Fail and Front Driveshaft may Detach,POWER TRAIN,NR (Not Reported),Vehicle,94,"XL Hybrids Inc. (XL) is recalling certain 2013-2018 Isuzu Reach vehicles modified to be equipped with XL's electric hybrid system. The cardan (universal) joint on the front driveshaft may fail, possibly causing the front driveshaft to detach.","If the front driveshaft detaches from the vehicle, drive power will be lost, increasing the risk of a crash. The detached driveshaft may also create a road hazard, increasing the risk of a crash for following traffic.","XL will notify owners, and dealers will replace the front driveshaft with an updated one, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact XL customer service at 1-866-414-3212." -02/21/2019,19V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V103000),XL Hybrids INC,U-Joint May Fail and Front Driveshaft may Detach,POWER TRAIN,NR (Not Reported),Vehicle,174,"XL Hybrids, Inc (XL) is recalling certain 2015-2018 Ford Transit vehicles modified to be equipped with XL's electric hybrid system. The cardan (universal) joint on the front driveshaft may fail, possibly causing the front driveshaft to detach.","If the front driveshaft detaches from the vehicle, drive power will be lost, increasing the risk of a crash. The detached driveshaft may also create a road hazard, increasing the risk of a crash for following traffic.","XL will notify owners, and dealers will replace the front driveshaft with an updated one, free of charge. The recall began April 15, 2019. Owners may contact XL Hybrid's customer service at 1-833-953-5338." -02/21/2019,19V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V116000),"Winnebago Industries, Inc.",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,157,Vehicle,2,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2014 Metro Link vehicles equipped with Ricon S-Series and K-Series Titanium Wheelchair Lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Winnebago will notify owners and Ricon dealers will replace the lift positioning input cam, free of charge. The recall began on February 26, 2019. Owners may contact Ricon customer service at 1-800-322-2884. Winnebago's number for this recall is 157." -02/20/2019,19V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V113000),"Porsche Cars North America, Inc.",Fuel Leak After Crash,"FUEL SYSTEM, GASOLINE",AKA3,Vehicle,14388,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017-2019 718 Boxster, 718 Boxster S, 718 Cayman and 718 Cayman S vehicles and 2018-2019 718 Boxster GTS and 2018-2019 718 Cayman GTS vehicles. In the event of a crash, a crossmember may detach from the luggage compartment bracket, possibly causing a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of fire.,"Porsche will notify owners, and dealers will secure the crossmember with additional rivets, free of charge. The recall began April 19, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA3." -02/20/2019,19V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V110000),"Volkswagen Group of America, Inc.",Incorrect Driver Frontal Air bag Installed,AIR BAGS,69Y7,Vehicle,4,Volkswagen Group of America (Volkswagen) is recalling certain 2019 Jetta vehicles. An incorrect driver frontal airbag may have been installed during a service/repair visit.,"In the event of a crash necessitating air bag deployment, the wrong air bag may not work correctly, increasing the risk of injury.","Volkswagen will notify owners, and dealers will replace the driver frontal air bag with the correct part, free of charge. The recall began April 19, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69Y7." -02/20/2019,19V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V115000),"Porsche Cars North America, Inc.",No Visual Warning of Brake Pad Wear/FMVSS 135,ELECTRICAL SYSTEM,AKA1/AKA0,Vehicle,14110,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2018 Panamera 4 Executive, Panamera 4S Sport Turismo, Panamera 4 Hybrid, Panamera 4 Hybrid Executive, Panamera 4 Hybrid Sport Turismo, Panamera Turbo Sport Turismo, Panamera Turbo S Hybrid Executive, Panamera Turbo S Hybrid, Panamera 4 Sport Turismo and Panamera Turbo S Hybrid Sport Turismo vehicles, 2017-2018 Panamera, Panamera 4, Panamera Turbo Executive, Panamera 4S, Panamera Turbo and Panamera 4S Executive vehicles and 2019 Cayenne S and Cayenne vehicles. The instrument cluster may not provide a visual warning when the brake pads are worn out. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light vehicle brake systems.""","If the driver is not alerted when brake pads are worn out, the driver may lose control of the vehicle while attempting to brake, increasing the risk of crash.","Porsche will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began April 19, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA1/AKA0." -02/20/2019,19E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E013000),"MORryde International, Inc.",Pin Box Mounting Bolts Improperly Torqued,EQUIPMENT,NR (Not Reported),Equipment,189,"MORryde International, Inc. (MORryde) is recalling certain MORryde Rubber Pin Boxes, part number RPB72-1621HD-5. The rubber pin box mounting bolts may have been improperly torqued.","If the bolts loosen, the trailer could detach from the tow vehicle, increasing the risk of a crash.","MORryde will notify owners and dealers will replace the mounting bolts, free of charge. The recall began February 18, 2019. Owners may contact MORryde customer service at 1-574-293-1581." -02/20/2019,19V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V114000),"Volkswagen Group of America, Inc.",Shock Absorber Forks May Develop Cracks,SUSPENSION,40O4/40O6,Vehicle,34,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2019 Q7, Q8, S5 Cabriolet, and S5 Sportback vehicles. The front shock absorber forks may develop cracks allowing the shock absorbers to loosen.","Loose shock absorbers may impair vehicle steering, increasing the risk of crash.","Audi has notified owners, and dealers will replace the shock absorber forks, free of charge. The recall began March 18, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 40O4." -02/20/2019,19V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V112000),"Porsche Cars North America, Inc.",Shock Absorbers may Loosen,SUSPENSION,AKA2,Vehicle,1,"Porsche Cars North America, Inc. (Porsche) is recalling one 2019 Cayenne Turbo vehicle. The affected vehicle has shock absorber forks that may allow the shock absorbers to loosen.","Loose shock absorbers may impair vehicle steering, increasing the risk of crash.","Porsche will notify the owner, and a dealers will replace the shock absorber forks, free of charge. The recall began April 19, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AKA2." -02/19/2019,19V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V109000),Kia Motors America,Occupant Detection System Wire Harness May Break,ELECTRICAL SYSTEM,SC175,Vehicle,94389,"Kia Motors America (Kia) is recalling certain 2015-2018 Sedona vehicles equipped with manually-adjusted front passenger seats. Over time, the Occupant Detection System (ODS) wiring harness located underneath the front passenger seat may break from the seat being occupied.","If a child is in a child seat in the front seat, a broken ODS wiring harness will not prevent the front passenger air bag from deploying in the event of a crash, increasing the risk of injury to the child.","Kia will notify owners, and dealers will remove the wire harness clip to prevent the wiring harness from breaking. If the harness is found damaged, the front passenger seat cushion will be replaced. These repairs will be performed free of charge. The recall began March 19, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC175." -02/19/2019,19V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V108000),Keystone RV Company,Pin Box Mounting Bolts Insufficiently Tightened,TRAILER HITCHES,19-346,Vehicle,128,"Keystone RV Company (Keystone) is recalling certain 2019 Crossroad Redwood recreational trailers, equipped with MORryde Rubber Pin Boxes. The pin box mounting bolts may have been insufficiently tightened, possibly resulting in the trailer separating from the tow vehicle.",A separation of the trailer can increase the risk of a crash.,"Keystone has notified owners, and dealers will properly tighten the mounting bolts for the pin box, free of charge. The recall began on February 28, 2019. Owners may notify Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-346." -02/18/2019,19V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V104000),Shyft Group,Back Up Camera May Display Image in Reverse,VISIBILITY,19002,Vehicle,5855,"Spartan Motors USA (Spartan) is recalling certain 2018-2019 Fleet Services Truck Body and Velocity vehicles. The affected vehicles are equipped with ASA Electronics monitors for displaying the backup camera images, model number VOM74MMx. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.","If the monitor displays the image in reverse, the driver may unintentionally turn in the wrong direction, increasing the risk of crash.","Spartan will notify owners, and dealers will install a relay harness with a capacitor, free of charge. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19002." -02/18/2019,19V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V106000),Keystone RV Company,Spare Tire Carrier May Detach from Rear Wall,EQUIPMENT,19-345,Vehicle,239,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Bullet Crossfire recreational trailers equipped with a rear-wall mounted spare tire carrier. The spare tire carrier was improperly mounted, possibly resulting in the carrier detaching from the rear wall.","If the spare tire carrier detaches, it may become a road hazard, increasing the risk of crash.","Keystone has notified owners, and dealers will inspect the trailers and correctly install the tire carrier, as necessary, free of charge. The recall began on March 8, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-345." -02/15/2019,19V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V101000),Kia Motors America,Engine Oil Leak May Cause Stall or Fire,ENGINE,SC174,Vehicle,32296,"Kia Motors America (Kia) is recalling certain 2011-2012 Kia Sportage vehicles. The engine oil pan may leak and, if not addressed, the loss of oil may result in engine damage.","A damaged engine can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Kia has notified owners, and dealers will replace the oil pressure switch with an improved one, free of charge. In addition, dealers will inspect the oil pan for any oil leaks, replacing it if necessary, free of charge. The recall began July 3, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC174." -02/15/2019,19V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V092000),Oshkosh Corporation,Incorrect Location of Strobe Lights/ FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,241,"Oshkosh Corporation (Oshkosh) is recalling certain 2014-2019 S-Series Glider vehicles equipped with a strobe light package in the rear fender. The strobe lights may have been incorrectly located in the rear fender marker light position, potentially causing confusion for other drivers. As a result, the vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective devices, and associated Equipment.""","Strobe lights in this location may be wrongly interpreted when signaling others, increasing the risk of crash.","Oshkosh will notify owners, and replace the strobe lamp with a steady burning lamp, free of charge. The recall began April 10, 2019. Owners may contact Oshkosh customer service at 1-888-686-7278." -02/15/2019,19V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V099000),Ford Motor Company,Protection From High Voltage/FMVSS 305,HYBRID PROPULSION SYSTEM,19C05,Vehicle,2108,"Ford Motor Company (Ford) is recalling certain 2019 Fusion Energi Hybrid models. The affected vehicles may not adequately protect against direct and indirect contact of high voltage sources during normal operation. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 305, ""Electric-Powered Vehicles: Electrolyte spillage and electrical shock protection.""",Potential contact with high voltage sources increases the risk of injury.,"Ford will notify owners, and dealers will install a Bus Electrical Center (BEC) cover over the high voltage fuses, free of charge. The recall began April 2, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19C05." -02/15/2019,19V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V100000),"New Flyer of America, Inc.",Rooftop Glass Panel May Shatter,VISIBILITY,R19-002,Vehicle,172,"New Flyer Industries Ltd. (New Flyer) is recalling certain 2018 XDE60 and XD40, 2018-2019 XN40, and 2019 XE60 heavy duty urban transit buses. The affected vehicles are equipped with an AS-3 tempered glass panel in the rooftop emergency escape hatch that may shatter in extreme cold temperatures.","If the roof hatch glass shatters, glass particles could fall down onto passengers, increasing the risk of injury.","New Flyer has notified owners, and dealers will replace the tempered glass panel, free of charge. The recall began on March 6, 2019. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R19-002." -02/15/2019,19V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V091000),"Autocar, LLC",Undersized Brake Chambers/ FMVSS 121,PARKING BRAKE,ACX-1903,Vehicle,260,"Autocar, LLC (Autocar) is recalling certain 2008-2019 Xpeditor vehicles. The affected vehicles are equipped with undersized brake chambers, possibly allowing the truck to roll when parked. As a result, the vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air brake systems.""",Unexpected movement when parked can increase the risk of crash.,"Autocar will notify owners, and dealers will replace the parking brake chambers with ones of the proper size, free of charge. The recall began April 16, 2019. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1903." -02/15/2019,19V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V102000),Eldorado National-Kansas,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,73,"Eldorado National- Kansas (Eldorado) is recalling certain 2012-2018 Goshen Impulse, GCII, and Pacer shuttle buses equipped with Ricon S-Series and K-Series Wheelchair lifts, models K200, K201, K550, K551, S200, S550, S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Eldorado will notify owners, and Ricon dealers will replace the lift positioning input cam, free of charge. The recall began March 29, 2019. Owners may contact Ricon customer service at 1-800-322-2884." -02/14/2019,19V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V089000),"Ferrari North America, Inc.",Doors May Not Open,LATCHES/LOCKS/LINKAGES,67,Vehicle,582,"Ferrari North America, Inc. (Ferrari) is recalling certain 2017-2019 GTC4Lusso and 2018-2019 GTC4Lusso T vehicles. Tension on the door lock mechanism may result in the vehicle's door being unable to be opened by using the external door handle.","If a door cannot be opened with the external handle in the case of an emergency, it can increase the risk of injury for the driver or passengers.","Ferrari will notify owners, and dealers will install new door locks and cables, free of charge. The recall began June 25, 2019. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 67." -02/14/2019,19V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V097000),Toyota Motor Engineering & Manufacturing,Fuel Filler Pipe May Leak,"FUEL SYSTEM, GASOLINE",K0I,Vehicle,205,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Camry Hybrid and Avalon Hybrid vehicles. The fuel filler pipe may not have been properly reconnected to the fuel tank during an inspection after vehicle assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","The improperly connected filler pipe may leak fuel, which, in the presence of an ignition source can increase the risk of a fire.","Toyota will notify owners, and dealers will inspect the fuel filler pipe, replacing it if necessary, free of charge. The recall began March 19, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is K0I." -02/14/2019,19V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V090000),"Ferrari North America, Inc.",Fuel Vapor Separator may Crack and Leak Fuel,"FUEL SYSTEM, GASOLINE",69,Vehicle,2150,"Ferrari North America, Inc. (Ferrari) is recalling certain 2017 LaFerrari Aperta, 2018-2019 488 GTB, GTC4Lusso T, GTC4Lusso, 488 Spider, 812 Superfast, and 2019 488 Pista vehicles. The fuel vapor separator may crack and allow fuel to leak.",A fuel leak in the presence of an ignition source may increase the risk of fire.,"Ferrari will notify owners, and dealers will replace the fuel vapor separator, free of charge. The recall began June 25, 2019. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 69." -02/13/2019,19V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V096000),"BMW of North America, LLC",Driver's Seat and Seat Belt Bolts may be Loose,SEAT BELTS,NR (Not Reported),Vehicle,68,"BMW of North America, LLC (BMW) is recalling certain 2019 X5 xDrive40i and xDrive50i vehicles. The attachment bolts for the driver's seat and/or seat belt may not have been properly tightened.",The improperly tightened bolts can increase the risk of injury in the event of a crash.,"BMW will notify owners, and dealers will inspect the attachment bolts for the driver's seat and seat belt, and torque them to the correct specifications, as necessary, free of charge. The recall began April 9, 2019. Owners may contact BMW customer service at 1-800-525-7417." -02/13/2019,19V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V094000),"Volkswagen Group of America, Inc.",No Visual Warning of Brake Failure/FMVSS 135;101,ELECTRICAL SYSTEM,90L8,Vehicle,4064,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Beetle and Beetle Convertible vehicles. The instrument cluster may not provide a visual warning when a brake system failure is detected. As a result, the vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light vehicle brake systems"" and number 101, ""Controls and displays.""","If the driver is not alerted when there is a problem with brakes, the driver may lose control of the vehicle while attempting to brake, increasing the risk of crash.","Volkswagen will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began March 7, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 90L8." -02/13/2019,19E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E012000),Dana Incorporated,Pinion Tail Bearing Seizure on Front Steer Axles,SUSPENSION,NR (Not Reported),Equipment,1330,"Dana Incorporated, (Dana) is recalling certain Ultimate Dana 44 Front Axle. The pinion tail bearing may seize and prevent the axle from rotating.","A seized front axle can affect vehicle control, increasing the risk of a crash.","Dana will notify owners and dealers will repair the axles, free of charge. The manufacturer has not yet submitted a notification schedule. Owners can contact Dana customer service at 1-419-887-3000." -02/13/2019,19V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V095000),"Volkswagen Group of America, Inc.",Rear Center Headrests may Detach in a Crash,SEATS,72I8,Vehicle,3326,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Audi A3 sedan and RS3 vehicles. The latching pins for the center rear seat head restraint may be missing.","In the event of a crash, the head restraint may detach and cause injury to the vehicle occupants.","Audi has notified owners, and dealers will inspect the head restraints, replacing any that are missing pins, free of charge. The recall began on March 7, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 72I8." -02/12/2019,19V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V093000),"Daimler Trucks North America, LLC",Tie-Rod Separation Due to Vibration,STEERING,FL-807,Vehicle,111,"Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2016 Freightliner Cascadia vehicles equipped with Hendrickson 5"" drop axles. In certain front axle, brake lining, and brake spider combinations, braking may cause high vibrations, resulting in early failure of the tie-rod tube.","A tie-rod failure would cause a disconnect between the front wheels, resulting in a loss of steering ability, thereby increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the stamped brake spiders and the tie-rod, free of charge. The recall began April 12, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-807." -02/11/2019,19E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E009000),"ASA Electronics, LLC.",Back Up Camera Display Image may be Reversed,EQUIPMENT,NR (Not Reported),Equipment,18762,"ASA Electronics, LLC. (ASA) is recalling certain Voyager monitors used to display the back-up camera image. The affected monitors may revert back to the factory default settings which may cause the camera image to be reversed.","The driver may inadvertently turn the wrong direction to avoid an object behind the vehicle, increasing the risk of a crash.","ASA will notify owners and dealers will add a harness relay capacitor module, free of charge. ASA issued an interim notification to owners on March 6, 2019. The recall began March 25, 2019. Owners may contact ASA customer service at 1-800-384-4400." -02/11/2019,19V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V077000),Ford Motor Company,Doors May Open While Driving,LATCHES/LOCKS/LINKAGES,19S03,Vehicle,27609,"Ford Motor Company (Ford) is recalling certain 2017-2019 Lincoln Continental vehicles. The door latch pawl motors may not function properly, possibly resulting in a door latch not fully engaging.","A door latch that is not fully engaged may result in a door opening while driving, increasing the risk of injury.","Ford will notify owners, and dealers will replace the latch assemblies on all four doors, free of charge. The recall began October 14, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S03." -02/11/2019,19V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V079000),"Forest River, Inc.",Incorrect Front Tire PSI On Placard/FMVSS 110,EQUIPMENT,69-0949,Vehicle,25,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Wildwood recreational trailers. The Federal Placard indicates an incorrect front tire pressure of 110 PSI. The correct PSI of the front, rear and spare tires is 80 PSI. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire selection and Rims."" Additionally, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Overinflating a tire may result in tire failure, increasing the risk of a crash.","Forest River has notified owners, and supplied a corrected Federal Placard, free of charge. The recall began February 25, 2019. Owners may contact Forest River customer service at 1-574-534-6127, extension 10917. Forest River's number for this recall is 69-0949." -02/11/2019,19V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V080000),Lakota Corporation,Incorrect Weight Capacity On Placard/FMVSS 574,EQUIPMENT,NR (Not Reported),Vehicle,300,"Lakota Corporation (Lakota) is recalling certain 2018-2019 Lakota Bighorn, Charger, Colt and Livestock Edition trailers. The affected vehicles have incorrect tire data listed on the Federal Placard, possibly resulting in the tires being overloaded. As such, these vehicles fail to comply to with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110 ""Tire Selection and Rims,"" as well as 49 CFR Part 567, ""Certification.""","If the vehicle is loaded to the limit provided on the label, the tires could fail, increasing the risk of a crash.","Lakota will notify owners, and dealers will provide new placards with the correct weight capacity data listed, free of charge. The recall began March 18, 2019. Owners may contact Lakota customer service at 1-574-848-1636." -02/11/2019,19V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V076000),Ford Motor Company,Instrument Cluster May Go Blank on Start-Up,ELECTRICAL SYSTEM,19C03,Vehicle,4212,"Ford Motor Company (Ford) is recalling certain 2019 Ford Mustang, Lincoln Nautilus, and Lincoln Navigator vehicles. At vehicle start-up, the Instrument Panel Cluster Assembly (IPC) may not function, showing a blank display. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Controls and Displays.""","A blank instrument cluster will not show important information like vehicle speed, fuel or temperature level, or safety system warnings. Driving with an inoperative cluster can increase the risk of a crash.","Ford has notified owners, and dealers will reprogram the Instrument Panel Cluster Assembly (IPC), free of charge. The recall began March 8, 2019. Owners may contact customer service at 1-866-436-7332. Ford's number for this recall is 19C03." -02/11/2019,19V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V078000),"Forest River, Inc.",Pin Box Mounting Bolts Improperly Torqued,TRAILER HITCHES,410-0954,Vehicle,54,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Columbus recreational trailers, equipped with MORryde Rubber Pin Boxes. The pin box mounting bolts may have been insufficiently tightened, possibly resulting in the trailer separating from the tow vehicle.",A separation of the trailer can increase the risk of a crash.,"Forest River has notify owners, and Forest River or MORryde dealers will replace the mounting bolts, free of charge. The recall began February 25, 2019. Owners may contact Forest River customer service at 1-574-821-1487 or MORyde customer service at 1-574-293-1581. Forest River's number for this recall is 410-0954." -02/11/2019,19V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V075000),Ford Motor Company,Unexpected Transmission Downshift,POWER TRAIN,19S07,Vehicle,1263051,"Ford Motor Company (Ford) is recalling certain 2011-2013 F-150 vehicles equipped with a 6-speed automatic transmission. The transmission may unexpectedly downshift into first gear, regardless of vehicle speed.","Unexpectedly downshifting into first gear may result in a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the powertrain control module, free of charge. The recall began March 4, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S07." -02/11/2019,19V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V081000),Blue Bird Body Company,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,R19ZP-NSB,Vehicle,1,"Blue Bird Body Company (Blue Bird) is recalling one 2019 Blue Bird Vision bus equipped with a Ricon S-Series Titanium Wheelchair lift. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform raises above the height of the vehicle floor, the wheelchair user could fall inwards toward the vehicle, increasing their risk of injury.","Blue Bird has notified the owner and Ricon will repair the input cam, free of charge. The recall began March 4, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZP-NSB." -02/11/2019,19V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V082000),Blue Bird Body Company,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,R19ZP-SB,Vehicle,787,"Blue Bird Body Company (Blue Bird) is recalling certain 2015-2019 Vision and All American school buses equipped with Ricon S-Series Titanium Wheelchair lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform raises above the height of the vehicle floor, the wheelchair user could fall inwards toward the vehicle, increasing their risk of injury.","Blue Bird will notify owners, and Ricon dealers will repair the input cam, free of charge. The recall began March 4, 2019. Owners may contact Ricon customer service at 1-800-322-2884. Blue Bird's number for this recall is R19ZP-SB." -02/09/2019,19E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E011000),Drake Automotive Group LLC,Wheel Spindles may Fail,STEERING,NR (Not Reported),Equipment,598,"Drake Automotive Group, LLC (Drake) is recalling certain Scott Drake left and right wheel spindles, part numbers C5ZZ-3106-L, C5ZZ-3105-R, C70Z-3106-L, C70Z-3105-R sold for use on 1965-1966 Ford Mustang V8s and 1967-1969 Ford Mustangs (all vehicles with drums). The spindle may fail resulting in the wheel and tire detaching from the vehicle's steering system.","Spindle failure can cause a loss of steering control, increasing the risk of a crash.","Drake Automotive Group, LLC will notify owners and will replace all of the recalled units, free of charge. The recall began March 17, 2019. Owners may contact Drake automotive at 1-800-999-0289." -02/08/2019,19V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V083000),"Kawasaki Motors Corp., U.S.A.",Anti-Lock Brake System May Allow Wheels to Lock Up,"SERVICE BRAKES, HYDRAULIC",MC19-01,Vehicle,497,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain 2019 Z900 ABS, Z900 RS ABS & Z900 RS CAFE ABS motorcycles. The ABS hydraulic unit (ABS unit) may have been contaminated with debris during the manufacturing process, possibly resulting in the front or rear wheel locking up when braking while riding.","If the front or rear wheel locks up while braking, there would be an increased risk of a crash.","Kawasaki has notified owners, and dealers will inspect the ABS unit, replacing it as necessary, free of charge. The recall began February 15, 2019. Owners may contact Kawasaki Customer Care at 1-866-802-9381. Kawasaki's number for this recall is MC19-01." -02/08/2019,19E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E010000),Hickory Springs Manufacturing Company,Barrier may not Properly Restrain Occupant,SEATS,NR (Not Reported),Equipment,6786,"Hickory Springs Manufacturing Company (HSM) is recalling certain FB11-39 DRW restraining barriers. In a hard braking situation or vehicle crash event, the barrier may not properly restrain an unbelted seat occupant. As a result, these barriers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""",Failure to properly restrain an unbelted seat occupant can increase the risk of injury.,"HSM is working with Collins Bus, the purchaser of the affected barriers to notify owners, and Collins Bus dealers will install an extra part on the restraining barrier to reinforce the barrier frame, free of charge. The recall began February 28, 2019. Owners may contact HSM customer service at 1-419-492-2157 extension 243." -02/08/2019,19V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V084000),"Forest River, Inc.",Bunk Bed Door May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,10D-0950,Vehicle,85,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Rockwood and Flagstaff recreational trailers. The bunk bed door latch fasteners that secure the bunk bed door closed may fail, allowing the door to open while moving.","If the exterior bunk bed door opens unexpectedly while the trailer is being towed, it can increase the risk of a crash.","Forest River has notified owners, and dealers will install the correct fasteners for the bunk bed door latches, free of charge. The recall began February 25, 2019. Owners may contact Forest River customer service at 1-574-642-8943. Forest River's number for this recall is 10D-0950." -02/08/2019,19V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V085000),"Forest River, Inc.",Incorrect Federal Placards/FMVSS 110 & 567,EQUIPMENT,64-0948,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain 2019 Cherokee recreational trailers. The Federal Placards indicate incorrect tire size information of ST205/75R15, when the vehicles are actually equipped with ST225/75R15 tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims."" Additionally, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect information may cause an operator to install a tire that is insufficient for the vehicle, increasing the risk of crash.","Forest River has notified owners and sent them a new Federal Placard that has correct tire size information, free of charge. The recall began February 25, 2019. Owners may contact Forest River customer service at 1-541-644-8072, extension 4022. Forest River's number for this recall is 64-0948." -02/08/2019,19V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V064000),Isuzu Motors Limited,Incorrect Odometer Display/FMVSS 101,ELECTRICAL SYSTEM,V1901,Vehicle,264,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2019 Isuzu NPR-HD, NPR-XD, NQR, NRR, Chevrolet 4500HD, 4500XD, 5500HD, and 5500XD. The odometer accurately measures the distance traveled in miles, but erroneously indicates that they are kilometers in the LCD display instead of miles.","An incorrect odometer reading could lead to an unintended delay in critical safety related maintenance, potentially impairing the safe operation of the vehicle and increasing the risk of a crash.","Isuzu will notify customers and dealers to inspect the odometer LCD on their vehicle. If the distance traveled is listed as 'mi' (miles), the customer or dealer will be requested to inform Isuzu and the recall for that vehicle will be deemed complete. If the distance is listed as 'km' (kilometers), the customer will be requested to take the vehicle to the dealer, and the dealer will replace the meter cluster with one that indicates 'mi' (miles). The new odometer will be reprogrammed to reflect the number of miles traveled that was indicated on the original odometer. The recall began March 13, 2019. Isuzu owners may contact Isuzu customer service at 1-866-441-9638, GM owners may contact GM customer service at 1-800-862-4389." -02/07/2019,19V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V066000),"Daimler Trucks North America, LLC",Driver's Frontal Air Bag May Deploy Unexpectedly,AIR BAGS,FL806,Vehicle,3365,Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2020 Freightliner Cascadia vehicles equipped with an optional steering wheel air bag. The driver's frontal air bag may deploy unexpectedly.,"If the driver's frontal air bag deploys unexpectedly, it can increase the risk of a crash.","Daimler Trucks North America (DTNA) will notify owners, and dealers will remove the air bag as an the interim remedy, free of charge. DTNA is developing a remedy program, which when available, will be communicated to customers and dealers. DTNA issued owners an interim notification on April 5, 2019. The recall began July 19, 2019. Owners may contact Daimler Trucks customer service at 1-800-547-0712. DTNA's number for this recall is FL806. This recall supersedes recall 18V-787." -02/07/2019,19V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V088000),"General Motors, LLC",Front Fuel Tank May Overfill and Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",N182204190,Vehicle,18574,"General Motors, LLC (GM) is recalling certain 2016-2018 GMC Sierra 3500 and Chevrolet Silverado 3500 trucks equipped with gasoline engines and dual fuel tanks. The fuel-level sensor in the front tank may stick in a low-level position, allowing the rear tank to overfill the front tank.","If the front tank overfills, the excess pressure may cause the front tank to expand and contact the driveshaft, possibly resulting in a hole in the tank. The hole will leak fuel, which in the presence of an ignition source, can increase the risk of a fire.","GM has notified owners, and dealers will replace the rear-tank fuel-pump module, inspect the front tank and, if necessary, replace the front tank, free of charge. The recall began July 30, 2019. GM's number for this recall is N182204190." -02/07/2019,19V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V087000),"KTM North America, Inc.",Fuel Leak from Tank Cover Mounting Insert Area,"FUEL SYSTEM, GASOLINE",TB1904,Vehicle,1588,"KTM North America, Inc. (KTM) is recalling certain 2015-2016 1290 Super Adventure motorcycles. Fuel may leak from the fuel tank cover mounting insert area.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"KTM has notified owners, and dealers will inspect and replace the fuel tank cover mounting insert, free of charge. The recall began March 1, 2019. Owners may contact KTM customer service 1-888-985-6090. KTM's number for this recall is TB1904." -02/07/2019,19V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V086000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,N182182760,Vehicle,26772,"General Motors LLC (GM) is recalling certain 2016-2018 Cadillac CTS, and 2017 Cadillac ATS, Chevrolet Camaro, and Chevrolet Corvette vehicles. The electric power steering (EPS) assist system may fail.","Loss of power steering assist would require a higher steering effort, especially at lower speeds, which may increase the risk of a crash.","GM will notify owners, and dealers will replace the power steering gear assembly, free of charge. The recall began June 13, 2019. GM' number for this recall is N182182760." -02/06/2019,19V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V065000),"Subaru of America, Inc.",Loss of Electric Power Steering Assist,STEERING,WUC-88,Vehicle,10417,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Forester and Crosstrek vehicles. A connector inside the Electronic Power Steering (EPS) unit may short circuit resulting in a loss of electric power steering assistance.","Loss of power steering assist would require higher steering effort, increasing the risk of a crash.","None of the affected vehicles have been sold yet. Subaru has notified dealers and they will inspect the steering gearbox, replacing it as necessary, free of charge. The recall began February 7, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WUC-88." -02/06/2019,19E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E008000),Aisin World Corp. of America,Transmission Software May Cause Abrupt Downshift,POWER TRAIN,NR (Not Reported),Equipment,24265,"Aisin World Corp. of America (Aisin AW) is recalling certain Transmission Control Modules (TCM), part numbers PSPD189E1, PEFB189E1B, PAC6189E1A, PEFB189E1A, PEFB189E1C, 50052911, PEFB189E1D, 50053305, and 50054938 sold for use in 2016-2019 Mazda Miata MX-5 and 2017-2019 Fiat 124 vehicles equipped with automatic transmissions. Due to incorrect programming of the Transmission Control Module (TCM), certain conditions may cause the vehicle to unexpectedly downshift and abruptly decelerate.","If a vehicle downshifts unexpectedly, the driver may lose control of the vehicle, increasing the risk of crash.","Remedy program(s) will be conducted by both Mazda and FCA US. For additional information, see recalls 19V-068 and 19V-072." -02/05/2019,19V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V067000),"Chrysler (FCA US, LLC)",Brake Pedal May Separate From Pedal Assembly,"SERVICE BRAKES, HYDRAULIC",V07,Vehicle,193813,Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 vehicles equipped with adjustable pedals. The affected vehicles have a brake pedal that may move too far and separate from pedal assembly.,"If the brake pedal separates from the pedal assembly, the driver may be unable to brake the vehicle, increasing the risk of crash.","Chrysler will notify owners, and dealers will repair the adjustable pedal assembly, free of charge. The recall began on February 25, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V07." -02/05/2019,19V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V063000),Hyundai Motor America,Engine Oil Leak May Cause Stall or Fire,ENGINE AND ENGINE COOLING,181,Vehicle,120000,"Hyundai Motor America (Hyundai) is recalling certain 2011-2013 Tucson vehicles. The engine oil pan may leak and, if not addressed, the loss of oil may result in engine damage.","A damaged engine can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Hyundai has notified owners, and dealers will inspect for an oil pan leak, replacing it if necessary, and install an updated oil pressure switch, free of charge. The recall began August 19, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 181." -02/05/2019,19V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V068000),"Chrysler (FCA US, LLC)",Transmission Software May Cause Abrupt Downshift,POWER TRAIN,V20,Vehicle,8950,"Chrysler (FCA US LLC) is recalling certain 2017-2019 Fiat Spider 124 vehicles equipped with automatic transmissions. Due to incorrect programming of the Transmission Control Module (TCM), certain conditions may cause the vehicle to unexpectedly downshift and abruptly decelerate.","If a downshift occurs, the vehicle will suddenly decrease speed, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the TCM software, free of charge. The recall began March 28, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V20." -02/05/2019,19E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E007000),Indian Motorcycle Company,Unintentional Front Brake Application,SERVICE BRAKES,I-19-01,Equipment,60,"Indian Motorcycle Company (Indian) is recalling certain accessory brake levers, part number 2883795-658, sold for use on Scout and Scout bobber motorcycles. The accessory brake lever adjustment screw may have been set incorrectly, causing unintentional front brake application.","The accessory brake lever may apply the front brake, increasing the application while riding until the front wheel locks up, increasing the risk of a crash.","Indian Motorcycle Company will notify owners, and dealers will provide replacement parts, free of charge. The recall began April 24, 2019. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-19-01." -02/01/2019,19V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V069000),"Forest River, Inc.",Break-Away Switch May Disconnect From Battery,"SERVICE BRAKES, ELECTRIC",10B-0943,Vehicle,2454,"Forest River, Inc. (Forest River) is recalling certain 2019 Flagstaff and Rockwood recreational trailers. The break-away safety switch may be improperly wired, and as a result, the trailer brakes will not apply in the event that the trailer disconnects from the tow vehicle.",The trailer's inability to apply the brakes in the event of a separation can increase the risk of crash.,"Forest River will notify owners, and dealers will install a new wiring harness to maintain the supply of power to the brake system, free of charge. The recall began February 25, 2019. Owners may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is 10B-0943." -02/01/2019,19V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V072000),Mazda North American Operations,Transmission Software May Cause Abrupt Downshift,POWER TRAIN,3019A,Vehicle,14370,"Mazda North American Operations (Mazda) is recalling certain 2016-2019 MX-5 (Miata) vehicles with automatic transmissions. Due to incorrect programming of the Transmission Control Module (TCM), certain conditions may cause the vehicle to unexpectedly downshift and abruptly decelerate.","If the vehicle abruptly downshifts, the driver may lose control of the vehicle, increasing the risk of a crash.","Mazda will notify owners, and dealers will reprogram the TCM with corrected software, free of charge. The recall began March 14, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 3019A." -02/01/2019,19V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V071000),Ford Motor Company,Unintentional Shift out of Park,POWER TRAIN,19C02,Vehicle,2992,"Ford Motor Company (Ford) is recalling certain 2019 Ranger vehicles equipped with 10-speed automatic transmissions. In some of these vehicles, the transmission shift lever can be moved from the ""Park"" position without the key in the starting system and without depressing the brake pedal. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection.""","If the vehicle can be shifted out of Park without the brake applied, the vehicle may unexpectedly move. Unintentional vehicle movement can increase the risk of injury or crash.","Ford has notified owners, and dealers will inspect and repair the transmission floor shift selector interlock assembly, as necessary, free of charge. The recall began February 22, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19C02." -01/31/2019,19V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V073000),Life Line Emergency Vehicles,Brake Lights May Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,200,"Life Line Emergency Vehicles (Life Line) is recalling certain 2017-2019 Type I and Type III ambulances built on Ford F-Series, Ford E-Series, Freightliner, Chevrolet Cutaway G-Series, Dodge Chassis Cab, Navistar and Kenworth chassis, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, the brake lights may falsely illuminate even without the brake pedal being pressed.","If the brake lights falsely illuminate, other drivers could become confused, increasing the risk of a crash.","Life Line will notify owners, and dealers will replace the lights, free of charge. The recall began May 1, 2019. Owners may contact Life Line customer service at 1-563-578-3317, extension 132." -01/31/2019,19V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V070000),"Daimler Vans USA, LLC",Loss of Steering without Warning,STEERING,2019010006,Vehicle,4358,"Daimler Vans USA, LLC (Daimler Vans) is recalling certain 2019 Mercedes-Benz Sprinter VS30 vehicles. The steering shaft that connects to the steering gear may disconnect without warning.","The steering shaft disconnecting from the steering gear can cause a sudden loss of steering control, increasing risk of a crash.","Daimler Vans will notify owners, advising them to stop driving the vehicle immediately. Dealers will inspect the bolts connecting the steering shaft to the steering gear, fully tightening and/or adjusting them, as necessary, free of charge. The recall began February 15, 2019. Owners may contact Daimler Van's customer service at 1-800-367-6372. Daimler Van's number for this recall is 2019010006." -01/30/2019,19V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V062000),"Proterra Operating Company, Inc.",Ride Height System may Overload Front Tires,SUSPENSION,NR (Not Reported),Vehicle,310,"Proterra Inc., (Proterra) is recalling certain 2015-2018 Catalyst 40 and 35 transit buses. The affected vehicles are equipped with a four point height control system that may cause a load imbalance, overloading the front tires.","An overloaded front tire may fail unexpectedly, increasing the risk of crash.","Proterra will notify owners, and dealers will convert the current four point ride height system into a three point system to prevent the front tires from being overloaded, free of charge. The recall began March 26, 2019. Owners may contact Proterra customer service at 1-864-438-0000." -01/30/2019,19V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V074000),"BMW of North America, LLC",Taillights May Loosen and Detach,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5920,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 BMW X1 sDrive28i and X1 xDrive28i vehicles. Contaminated hardware may cause the attachment brackets of the taillight housings to crack, causing the lights to loosen or possibly detach from the vehicle.","If a taillight detaches from the vehicle, it would no longer provide the required lighting to following traffic, or it may become a road hazard, increasing the risk of a crash.","BMW will notify owners, and dealers will properly secure the taillights, free of charge. The recall began March 28, 2019. Owners may contact BMW customer service at 1-800-525-7417." -01/29/2019,19V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V061000),"Proterra Operating Company, Inc.",Missing Air Brake Supply Reservoir / FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,55,"Proterra Inc., (Proterra) is recalling certain 2015-2018 Catalyst 40 transit buses. The affected vehicles lack a Graham White air brake supply reservoir, possibly resulting in long term moisture build up in the air brake system. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","Built-up of moisture in the air brake system may lead to brake failure, increasing the risk of crash.","Proterra will notify owners, and dealers will install a supply reservoir with a drain between the air dryer and the air supply manifold, free of charge. The recall is expected to begin March 28, 2019. Owners may contact Proterra customer service at 1-864-438-0000." -01/29/2019,19V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V060000),Honda (American Honda Motor Co.),Reduced Fuel Pump Performance May Cause Stall,"FUEL SYSTEM, OTHER","N3X, P3W",Vehicle,437032,"Honda (American Honda Motor Co.) is recalling certain 2016-2018 Acura MDX, 2015-2019 Acura TLX and 2015-2017 Honda Accord vehicles, equipped with a 3.5L V6 engine. Particulates in fuel may adhere to the internal components of the fuel pump, reducing its performance.","Reduced fuel pump performance can result in an engine stall, increasing the risk of crash.","Honda will notify owners, and dealers will update the fuel injection engine control unit (FI-ECU) software and, if necessary, replace the fuel pump, free of charge. The recall began March 25, 2019. Owners may contact customer service at 1-888-234-2138. Acura's recall number for this recall is P3W. Honda's recall number for this recall is N3X." -01/29/2019,19T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19T001000),"Sailun Tire Americas, Inc.",Tire Missing Date of Manufacture/FMVSS 119,TIRES,NR (Not Reported),Tire,130,"Dynamic Tire Corp (Dynamic) is recalling certain Sailun tires, S698 157/154 L PR20, size 315/80R22.5, produced June 18, 2018-June 25, 2018. The TIN (Tire Identification Number) on the tire sidewall is incomplete and does not include the date of manufacture. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic tires- other than passenger cars.""",Tires with an incomplete TIN and subject to a safety recall would be impossible to identify as being affected by a safety recall. Using tires affected by a safety recall can increase the risk of a crash.,"Dynamic Tire has notified owners, and dealers will reimburse the purchase price or replace the tire, free of charge. The recall began February 12, 2019. Owners may contact Dynamic Tire customer service at 1-905-595-5558." -01/28/2019,19V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V059000),"Gillig, LLC",Ball Stud Improperly Torqued,STEERING,NR (Not Reported),Vehicle,3659,Gillig LLC (Gillig) is recalling certain 2016-2018 Low Floor buses. The ball stud of the steering system draglink may not have been properly tightened.,"If the ball stud is insufficiently tightened, the ball stud may wear, resulting in reduced handling and stability, increasing the risk of crash.","Gillig will notify owners, and dealers will inspect and correct the ball stud tightness, as necessary, free of charge. The recall began March 20, 2019. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -01/28/2019,19V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V057000),"Volkswagen Group of America, Inc.",Fuel Supply Line May Become Porous and Leak Fuel,"FUEL SYSTEM, GASOLINE",20BM,Vehicle,8985,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2016 Audi A8 and S8 vehicles. The fuel supply line for the high pressure fuel pump may become porous and leak fuel.","Leaking fuel, in the presence of an ignition source, increases the risk of fire.","Audi has notified owners, and dealers will install a fuel pressure damper, free of charge. The recall began February 21, 2019. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20BM." -01/28/2019,19V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V058000),Keystone RV Company,Kitchen Slide Bolt may Contact the Tire,STRUCTURE,19-341,Vehicle,121,"Keystone RV Company (Keystone) is recalling certain 2019 Montana recreational trailers, models 3855BR and 3854BR. The adjustment bolt for the kitchen slide may be too long, allowing it to make contact with the tire while moving.","If the adjustment bolt contacts the tire, the tire may fail, increasing the risk of a crash.","Keystone had notified owners, and dealers will replace the adjustment bolt with a correct length adjustment bolt, and replace the dinette slide room adjustment mechanism, free of charge. The recall began on February 7, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-341." -01/28/2019,19V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V055000),"Stoughton Trailers, LLC",Pintle Mounting may Fail and Trailer may Detach,TRAILER HITCHES,NR (Not Reported),Vehicle,2384,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2016-2019 DVW trailers. The forward attachment points for the pintle mounting assembly may crack, leading to the detachment of the pintle assembly from the trailer and therefore detaching the trailer in tow.",A trailer that detaches from the tow vehicle increases the risk of a crash.,"Stoughton will notify owners, and dealers will repair the cracks and reinforce the mounting, free of charge. The recall began March 25, 2019. Owners may contact Stoughton customer service at 1-608-873-2580." -01/25/2019,19V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V021000),"Chrysler (FCA US, LLC)",Steering Linkage May Separate,STEERING,V06,Vehicle,795575,"Chrysler (FCA US LLC) is recalling certain 2013-2018 Ram 3500 and 2014-2018 Ram 3500 Chassis Cab and Ram 2500 vehicles. The outboard steering linkage jam nut may loosen, allowing one end of the drag link to separate.","A drag link separation can cause a loss of steering control, increasing the risk of crash.","Chrysler will notify owners, and dealers will check the steering linkage jam nut tightness, replacing the drag link assembly or welding the nut to the adjuster sleeve, free of charge. The recall began March 22, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V06." -01/24/2019,19V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V051000),"Chrysler (FCA US, LLC)",Defrost System Incompatibility/FMVSS 103,VISIBILITY,V12,Vehicle,15,"Chrysler (FCA US LLC) is recalling certain 2019 RAM 1500 vehicles equipped with a 12"" touchscreen display and a base-level heating, ventilation and air conditioning (""HVAC"") system. Vehicles with this combination do not have a functioning windshield defrosting and defogging system. As a result, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 103, ""Windshield defrosting and defogging systems.""","The lack of a functioning windshield defrosting and defogging system may decrease the driver's visibility, increasing the risk of crash.","Chrysler will notify owners, and dealers will repurchase the affected vehicles. The recall began March 7, 2019. Owners may contact FCA US customer service at 1-800-853-1403. Chrysler's number for this recall is V12." -01/24/2019,19V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V053000),Honda (American Honda Motor Co.),Fuel Pump Feed Port May Crack And Leak,"FUEL SYSTEM, GASOLINE",Q3V,Vehicle,106683,"Honda (American Honda Motor Co.) is recalling certain 2017-2019 Ridgeline trucks. Exposure to acids, such as from car wash soaps, can result in the fuel pump feed port cracking.","A crack in the fuel pump feed port can allow pressurized fuel to leak out, increasing the risk of a fire.","Honda will notify owners, and dealers will replace the fuel pump, if necessary, and install a fuel pump cover, free of charge. The recall began March 14, 2019. Owners may contact Honda customer service at 1-888-234-2138. The recall number for this recall is Q3V." -01/24/2019,19V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V052000),Honda (American Honda Motor Co.),Inaccurate Fuel Gauge Reading,"FUEL SYSTEM, GASOLINE","H3U, Z3T",Vehicle,4455,"Acura (American Honda Motor Co.) is recalling certain 2014-2019 Acura ILX vehicles. The vehicles may have a deformed fuel tank, raising the height of the fuel pump and allowing the fuel level float to stick, possibly causing the fuel gauge to display an inaccurate fuel level.","If the fuel gauge displays that the vehicle has more gas than it actually does, the vehicle may run out of gas and stall, increasing the risk of a crash.","Acura will notify owners, and dealers will inspect and, as necessary, replace the fuel tank, free of charge. The recall began March 14, 2019. Owners may contact Acura customer service at 1-888-234-2138. Acura's number for this recall is H3U, Z3T." -01/24/2019,19V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V020000),"Chrysler (FCA US, LLC)",Loose Ground Causing Power Steering Assist Loss,STEERING,V04,Vehicle,159740,"Chrysler (FCA US LLC) is recalling certain 2019 Ram 1500 vehicles. The battery ground fastener on the driver-side front fender may have been improperly secured, possibly resulting in a loss of power steering assist.","A loss of power steering could vary the steering effort required, possibly causing vehicle oversteer or understeer, increasing the risk of crash.","Chrysler has notified owners, and dealers will properly secure the ground fastener, free of charge. The recall began on February 11, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V04." -01/24/2019,19V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V054000),"Mack Trucks, Inc.",Passenger Down View Mirror May Detach,VISIBILITY,SC0416,Vehicle,3906,"Mack Trucks, Inc. (Mack) is recalling certain 2019-2020 Mack Anthem, Granite, Pinnacle vehicles. The passenger side door down view mirror may detach from the door.","If the mirror detaches from the door, the mirror may strike another vehicle or pedestrian, increasing the risk of injury or crash.","Mack will notify owners, and dealers will properly attach the mirror, free of charge. The recall began March 19, 2019. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0416." -01/23/2019,19E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E006000),Carrier Corporation,APUs may not be GFCI Protected,EQUIPMENT,R-964,Equipment,4177,Carrier Corporation (Carrier) is recalling certain ComfortPro 210STA and PC6112 auxiliary power units (APU). The affected APUs use a second power supply harness that is not protected by a ground fault circuit interrupter (GFCI) connector.,"Without a GCFI connector, in the event of an electrical short, the user has an increased risk of an injury.","Carrier will notify owners, and dealers will install a GFCI connector and an AFCI, free of charge. Carrier issued owners an interim notification on March 22, 2019. Owners may contact Carrier customer service at 1-800-448-1661. Carrier's number for this recall is R-964." -01/23/2019,19V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V049000),Shyft Group,Actuator Rod for Front Slack Adjuster may Separate,SERVICE BRAKES,19001,Vehicle,73,Spartan Motors USA (Spartan) is recalling certain 2019-2020 Specialty K1 motor home chassis equipped with independent front suspension and front drum brakes. The cotter pins may be missing or improperly installed at the actuator rod of the front slack adjuster for the front brakes.,"The missing or improperly installed cotter pin may cause the actuator rod to detach, affecting brake performance and lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Spartan will notify owners, and service centers will inspect the cotter pin installation, properly installing the pin and adjusting the brakes as necessary, free of charge. The recall began March 7, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 19001." -01/23/2019,19V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V050000),"Forest River, Inc.",Lack of Propane and Carbon Monoxide Detector,EQUIPMENT,45-0931,Vehicle,7,"Forest River, Inc. (Forest River) is recalling certain 2018 XLR recreational trailers, models XLT26HFS, XLT26HFS-W, and XLT27KW. The affected trailers were not equipped with a liquid propane (LP)/carbon monoxide (CO) detector.","Without an LP/CO detector, an occupant may not be alerted to high levels of Carbon Monoxide, increasing the risk of injury.","Forest River has notified owners, and dealers will install an LP/CO detector, free of charge. The recall began February 6, 2019. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-0931." -01/22/2019,19V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V048000),"Forest River, Inc.",Block Heater Cable Splice Connector May Corrode,ELECTRICAL SYSTEM,51-0940,Vehicle,11,"Forest River, Inc. (Forest River) is recalling certain 2019 Glaval Entourage motorhomes and 2017-2018 Berkshire Coach Ultra motorhomes built on a Ford chassis and equipped with an engine block heater. Water and contaminants may get into the block heater cable's splice connector causing corrosion and damage to the connector, which can result in an electrical short.","Prolonged corrosion of the connector may cause a resistive short, overheating or melting the wiring and increasing the risk of a fire.","Forest River has notified owners, and Ford dealers will inspect the block heater cable and replace it if damage is found. If no damage is found, the terminal connector will be packed with grease and reconnected. The repairs will be performed free of charge. The recall began on February 6, 2019. Owners may contact Forest River customer service at 1-574-343-5111 or Ford customer service at 1-866-436-7332. Forest River's number for this recall is 51-0940." -01/21/2019,19V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V047000),"Mack Trucks, Inc.",Vehicle may Move after Clutch Component Fails,POWER TRAIN,SC0415,Vehicle,11,"Mack Trucks, Inc. (Mack) is recalling certain 2018 Anthem (AN) and Pinnacle (CXU) vehicles, equipped with an automated manual transmission. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"Mack has notified owners, and dealers will update the software or replace the clutch, as necessary, free of charge. The recall began on January 25, 2019. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0415." -01/18/2019,19V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V044000),"Hino Motors Sales U.S.A., Inc.",Brakes may Pull Left in Wet Conditions,SERVICE BRAKES,AACL0,Vehicle,7231,"Hino Motors Sales U.S.A., Inc. (Hino) is recalling certain 2007-2019 NJ8J (258ALP) vehicles. These vehicles do not have dust shields on the front brake assemblies. During wet conditions, uneven water saturation on the front brake assemblies may result in the vehicle pulling to the left during hard braking.","If the vehicle pulls left, it may cross into another lane unexpectedly, increasing the risk of crash.","Hino will notify owners, and dealers will install new brake drums with dust shields, free of charge. The recall began March 19, 2019. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is AACL0." -01/18/2019,19V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V045000),"Trail King Industries, Inc.",Fifth Wheel Coupler Plate may Crack,TRAILER HITCHES,TK201901,Vehicle,80,"Trail King Industries, Inc. (Trail King) is recalling certain 2016-2017 ACS and AACS drop deck fifth wheel trailers equipped with fifth wheel plates that have a 14"" king pin setting and 1/4"" plate. The fifth wheel coupler plate on these vehicles may crack, potentially allowing the trailer to detach from the tractor.","If the trailer to detaches from the tractor, it can increase the risk of a crash.","Trail King has notified owners, and dealers will replace the coupler plate, free of charge. The recall began on March 1, 2019. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK201901." -01/18/2019,19V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V043000),"Heartland Recreational Vehicles, LLC",Incorrect Certification Label/FMVSS 110,EQUIPMENT,99.01.45,Vehicle,294,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019 Prowler and Trail Runner recreational trailers. The Federal Certification Label may contain incorrect tire size, load range and tire pressure information. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Tires with an incorrect pressure may affect handling or may fail, increasing the risk of crash.","Heartland has notified owners and provided replacement certification labels, free of charge. The recall began February 14, 2019. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.45." -01/18/2019,19V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V046000),"Volvo Car USA, LLC",Tailgate Lifting Arms may Freeze and Separate,STRUCTURE,R89910,Vehicle,45990,"Volvo Car USA LLC (Volvo) is recalling certain 2018-2019 Volvo XC60 vehicles. Under certain conditions and cold temperatures, the tailgate lifting arms may freeze which may cause the lifting arms to separate from the vehicle.","If the tailgate lifting arms separate, the arms could project rearward with significant force, increasing the risk of injury.","Volvo has notified owners, and dealers will replace the tailgate lift arms with an improved designed, free of charge. The recall began May 14, 2019. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89910." -01/17/2019,19V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V039000),"Jaguar Land Rover North America, LLC",Crankshaft Pulley Bolt May Fracture,ENGINE AND ENGINE COOLING,H181,Vehicle,443,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2019 Jaguar F-Pace, F-Type, and XJ vehicles equipped with V6 or V8 gasoline engines. The crankshaft pulley retaining bolt may have been improperly manufactured, possibly causing the crankshaft pulley bolt to fracture, potentially resulting in engine failure.",Engine failure may increase the risk of a crash.,"Jaguar has notified owners, and dealers will replace the crankshaft pulley center retaining bolt, free of charge. The recall began February 11, 2019. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H181." -01/17/2019,19V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V040000),"Jaguar Land Rover North America, LLC",Crankshaft Pulley Bolt May Fracture,ENGINE,N276,Vehicle,2587,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2019 Range Rover, Range Rover Sport, Range Rover Velar and Discovery vehicles. The affected vehicles are equipped with V6 or V8 engines whose crankshaft pulley retaining bolt may fracture possibly resulting in engine failure.",Engine failure can increase the risk of crash.,"Land Rover has notified owners, and dealers will replace the crankshaft pulley center retaining bolt, free of charge. The recall began February 12, 2019. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N276." -01/17/2019,19V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V041000),"Heartland Recreational Vehicles, LLC",Insufficient Tire Load Range,TIRES,99.01.46,Vehicle,14,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019 Prowler and Trail Runner recreational trailers. The trailers were equipped with Load Range D tires instead of Load Range E tires.","Tires with an insufficient Load Range may fail, increasing the risk of crash.","Heartland has notified owners, and dealers will replace the tires with ones of the correct load range, free of charge. The recall began February 14, 2019. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.46." -01/17/2019,19V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V042000),"Winnebago Industries, Inc.",Overhead Cabinet May Detach,EQUIPMENT,NR (Not Reported),Vehicle,3351,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2012-2018 Winnebago ERA motorhomes. The overhead cabinet shelf may have been improperly attached, allowing the cabinet face to detach and fall into the cab area.","If the cabinet shelf detaches, contents from the cabinet may hit and/or distract the driver, increasing the risk of injury or a crash.","Winnebago will notify owners, and dealers will install two support brackets, additional screws, and a maximum capacity warning label, free of charge. The recall began February 27, 2019. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885." -01/16/2019,19V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V019000),"General Motors, LLC",Driver's Frontal Air Bag Inflator May Explode,AIR BAGS,N182206630,Vehicle,1145,"General Motors LLC (GM) is recalling certain 2010-2011 Chevrolet Malibu vehicles. In the event of a crash necessitating deployment of the driver frontal air bag, the air bag inflator may explode due to being overpressurized.","If the inflator explodes, sharp metal fragments may strike the driver or other occupants resulting in serious injury or death.","GM has notified owners, and dealers will replace the front driver air bag module, free of charge. The recall began February 25, 2019. Owners may contact GM customer service at 1-800-522-9559. GM's number for this recall is N182206630." -01/16/2019,19V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V036000),Kymco USA,Fuel Leak May Occur At The Fuel Line Clamp,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,323,KYMCO USA (KYMCO) is recalling certain 2018 Like 200i motorcycles. The fuel line clamp may loosen allowing fuel to leak.,A fuel leak in the presence of an ignition source can increase the risk of a fire.,"KYMCO will notify owners and dealers will inspect and correct the fuel line clamp tightness, free of charge. The recall began March 19, 2019. Owners may contact KYMCO customer service at 1-888-909-6301." -01/16/2019,19V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V037000),Kymco USA,Fuel Pump may Leak at Electrical Connection,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,910,KYMCO USA (KYMCO) is recalling certain 2018-2019 Like 150i motorcycles. The fuel pump may leak fuel from the electrical connection area when the tank is full.,A fuel pump leak from around the electrical connection area has an increased risk of a fire.,"KYMCO will notify owners, and dealers will replace the fuel pump, free of charge. The recall began March 19, 2019. Owners may contact KYMCO customer service at 1-888-235-3417." -01/16/2019,19V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V035000),"Volkswagen Group of America, Inc.",Improperly Welded Fuel Rails May Leak Fuel,"FUEL SYSTEM, GASOLINE",24DP,Vehicle,74881,"Volkswagen Group of America, Inc. (Audi) is recalling certain 2016-2018 Q7, A6 and A7 vehicles, and 2015-2018 Audi A8 vehicles. The left and right fuel rails may leak fuel.",A fuel leak in the presence of an ignition source can increase risk of a fire.,"Audi has notified owners, and dealers will replace the left and right fuel rail, free of charge. The recall began February 28, 2019. Owners may contact Audi customer service at 1-800-253-2834. Audi's number for this recall is 24DP." -01/16/2019,19V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V034000),"Proterra Operating Company, Inc.",Incorrect Axle Weight Rating on Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,184,"Proterra, Inc is recalling certain 2015-2018 Catalyst 40, and Catalyst 35 buses. The certification label may list an incorrect gross front axle weight rating and/or incorrect tire pressures. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the tire pressure is understated, an underinflated tire may result in an increased risk of tire failure, increasing the risk of a crash.","Proterra will notify owners, and dealers will replace the certification labels with correct information for all affected customers, free of charge. The recall began March 12, 2019. Owners may contact Proterra customer service at 1-864-438-0000." -01/15/2019,19V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V018000),"Chrysler (FCA US, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,V01,Vehicle,1413222,"Chrysler (FCA US LLC) is recalling certain 2010 Dodge Ram 3500, Ram 4500/5500, 2010-2011 Dodge Dakota, 2010-2014 Dodge Challenger, 2010-2015 Dodge Challenger, Chrysler 300, and 2010-2016 Jeep Wrangler vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could explode with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Chrysler will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began February 4, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is V01." -01/15/2019,19V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V033000),"Bentley Motors, Inc.",Rear Seat Belt Buckle May Detach/FMVSS 210,SEAT BELTS,RE 19/01,Vehicle,1059,"Bentley Motors, Inc. (Bentley) is recalling certain 2012-2018 Bentley Mulsanne vehicles. In the event of a crash, the rear seat belt anchor may detach from the vehicle. As such, these vehicles fail to comply to Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the rear seat belt buckle detaches, the seat occupant would have an increased risk of injury.","Bentley will notify owners, and dealers will improve the strength of the rear seat belt mounting by adding an additional reinforcement panel to the body structure, free of charge. The recall began March 7, 2019. Owners may contact Bentley Customer Service at 1-800-777-6923. Bentley's number for this recall is RE 19/01." -01/14/2019,19V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V016000),"BMW of North America, LLC",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,12880,"BMW of North America, LLC (BMW) is recalling certain 2015 X1 sDrive28i, X1 xDrive28i, and X1 xDrive35i vehicles. These vehicles are equipped with air bag inflators assembled as part of the driver frontal air bag modules, used as original equipment or replacement equipment, that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began March 14, 2019. Owners may contact BMW customer service at 1-800-525-7417." -01/14/2019,19V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V031000),Ford Motor Company,Failure of Hands-off the Wheel Alerts,LANE DEPARTURE,19S02,Vehicle,2276,Ford Motor Company (Ford) is recalling certain 2019 Lincoln Nautilus vehicles. The Lane Center Assist system may not adequately detect if a driver has their hands off the steering wheel for a prolonged period of time.,"If the system remains active despite the driver not having their hands on the wheel, the driver's inattention may increase the risk of crash.","Ford has notified owners, and dealers will update the Power Steering Control Module software, free of charge. The recall began on January 25, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S02." -01/14/2019,19V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V015000),"BMW of North America, LLC",Inflators In Sports Steering Wheels May Explode,AIR BAGS,NR (Not Reported),Vehicle,157549,"BMW of North America, LLC (BMW) is recalling certain model year 2000-2003 525i Sedan, 530i Sedan, 540i Sedan, 2001-2003 525i Sports Wagon and 540i Sports Wagon vehicles, and 2000-2004 X5 SAV 3.0i, X5 SAV 4.4i, and X5 SAV 4.6is vehicles. This recall affects certain vehicles where the original steering wheel has been replaced with the optional sports steering wheel. The sports steering wheel has a frontal air bag inflator that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will inspect the vehicle for an optional sports steering wheel with an affected inflator. Dealers will replace the air bag module as necessary, free of charge. The recall began March 14, 2019. Owners may contact BMW customer service at 1-800-525-7417." -01/14/2019,19V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V017000),"BMW of North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,83016,"BMW of North America, LLC (BMW) is recalling certain 2007-2013 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i and X5 M vehicles, 2008-2014 X6 xDrive35i, X6 xDrive50i and X6 M vehicles, 2009-2013 X5 xDrive35d vehicles and 2010-2011 X6 ActiveHybrid vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began March 14, 2019. Owners may contact BMW customer service at 1-800-525-7417." -01/14/2019,19V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V032000),Volvo Trucks North America,Vehicle may Move after Clutch Component Fails,POWER TRAIN,RVXX1901,Vehicle,1450,"Volvo Trucks North America (Volvo) is recalling certain 2018-2019 Volvo VNL vehicles equipped with an automated manual transmission. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"Volvo has notified owners and dealers will update the Transmission Control Module software, free of charge. The recall began February 1, 2019. Owners can contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1901." -01/11/2019,19V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V028000),"HME, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46,"HME, Inc (HME) is recalling certain 2017-2018 1871 vehicles, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, the brake lights may falsely illuminate even without the brake pedal being pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights falsely illuminate, other drivers could become confused, increasing the risk of a crash.","HME will notify owners, and dealers will replace the Whelen brake lights, free of charge. The recall began March 6, 2019. Owners may contact HME's customer service at 1-616-534-1463." -01/11/2019,19V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V014000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,69S8/69Y5,Vehicle,119394,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015 Passat, 2015-2016 Eos, 2015-2017 CC, 2016-2017 TT Roadster, TT Coupe, 2017 Audi R8 Coupe, and R8 Spyder vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternative inflator, free of charge. The recall began March 4, 2019. Volkswagen owners may contact Volkswagen customer service at 1-800-893-5298; Audi owners may contact Audi at 1-800-253-2834. Volkswagen's number for this recall is 69S8 (Audi) and 69Y5 (Volkswagen)." -01/11/2019,19V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V029000),Double K Inc.,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL794A-V,Vehicle,5,"Double K Inc. (Double K) is recalling certain 2017-2018 Hometown Trolley Villager, Mainstreet, and Steetcar trackless trolley buses, built on a Daimler trucks North America (DTNA) Freightliner chassis. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Double K will notify owners, instructing them to contact a DTNA dealer to have the brake caliper mounting bolts checked and tightened, free of charge. The recall began February 11, 2019. Owners may contact Double K customer service at 1-715-478-5095 or DTNA customer service at 1-800-547-0712. Double K's number for this recall is FL794A-V." -01/11/2019,19V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V030000),Double K Inc.,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL772A-K,Vehicle,5,"Double K, Inc is recalling certain 2017-2019 Hometown Trolley Villager, Mainstreet, and Streetcar trackless trolley buses, built on a Daimler trucks North America (DTNA) Freightliner chassis equipped with air disc brakes. The brake caliper mounting bolts on these vehicles may be insufficiently tightened, allowing the bolts to loosen.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Double K will notify owners, instructing them to contact a DTNA dealer to have the brake caliper mounting bolts checked and tightened, free of charge. The recall began April 5, 2019. Owners may contact Double K customer service at 1-715-478-5095 or DTNA customer service at 1-800-547-0712. Double K's number for this recall is F772A-K." -01/09/2019,19V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V005000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,1299448,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2014-2016 Toyota 4Runner, 2014-2015 Scion xB, Lexus IS350C, IS250C, 2014 Toyota Sienna, Lexus IS-F, and 2014-2017 Lexus GX460 vehicles sold, or ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Toyota is also recalling certain 2011-2013 Toyota Corolla, Corolla Matrix, Lexus IS250, IS350, 2011-2016 4Runner, 2011-2015 Scion xB, Lexus IS350C, IS250C, 2011-2014 Toyota Sienna, Lexus IS-F, 2011-2017 Lexus GX460, and 2011-2012 Lexus ES350 vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Toyota is also recalling certain 2010-2013 Toyota Corolla, Corolla Matrix, Lexus IS350, 2010-2016 4Runner, 2010-2013 Lexus IS250, 2010-2015 Scion xB, Lexus IS350C, IS250C, 2010-2017 Lexus GX460, 2010-2014 Lexus IS-F, and 2010-2012 Lexus ES350 vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Toyota will notify owners. Depending on the vehicle model, dealers will replace the front passenger air bag inflator, or replace the air bag assembly. The recall began February 15, 2019. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are ""Zone A"" Toyota: G0P, Lexus: GLG; ""Zone B"" Toyota: G0R, Lexus GLH; ""Zone C"" Toyota: H0A, and Lexus: HLA." -01/09/2019,19V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V006000),"Ferrari North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,65,Vehicle,11176,"Ferrari North America (Ferrari) is recalling certain 2014 Ferrari California, 2014-2015 Ferrari 458 Italia, 458 Spider, 2014-2016 Ferrari FF, 2014-2017 Ferrari F12, 2015-2018 Ferrari California T, 2015 Ferrari 458 Speciale A, 2016 Ferrari F60 America, 2016-2017 Ferrari F12 tdf, 2016-2018 Ferrari 488 GTB, 488 Spider, 2017-2018 Ferrari GTC4Lusso and 2018 GTC4Lusso T vehicles nationwide. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the passenger frontal air bag assembly, free of charge. The recall began March 8, 2019. Owners may contact Ferrari customer service at 1-866-551-2828. Ferrari's number for this recall is 65." -01/09/2019,19V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V007000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKA-19,Vehicle,43394,"Subaru of America, Inc. (Subaru) is recalling certain 2010-2013 Forester, 2010-2014 Tribeca, WRX, Outback, Legacy, and 2010-2011 Impreza vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru has notified owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began January 25, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is TKA-19." -01/09/2019,19V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V008000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKB-19,Vehicle,330120,"Subaru of America, Inc. (Subaru) is recalling certain 2010-2014 Tribeca, WRX, Outback, and Legacy vehicles, 2010-2011 Impreza vehicles and 2010-2013 Forester vehicles sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru is notifying owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began January 25, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is TKB-19." -01/09/2019,19V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V009000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKC-19,Vehicle,452630,"Subaru of America, Inc. (Subaru) is recalling certain 2010-2014 Tribeca, WRX, Legacy and Outback vehicles, 2010-2011 Impreza vehicles and 2010-2013 Forester vehicles sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru is notifying owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on January 25, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is TKC-19." -01/09/2019,19V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V010000),"Mercedes-Benz USA, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,288779,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2014 C250, C300 4Matic, C350, C63 AMG, E350 4Matic Coupe, E350 Cabrio, E350 Coupe, SLS AMG Cabrio, SLS AMG Coupe, 2014-2015 C250 Coupe, C350 4Matic Coupe, C350 Coupe, C63 AMG Coupe, GLK 350, GLK250 BlueTec 4Matic, GLK350 RWD, 2015-2017 E400 4Matic Coupe, E400 Cabrio, E400 Coupe, 2014-2017 E550 Cabrio, and 2014-2016 E550 Coupe vehicles sold, or ever registered, in the states of AL, CA, FL, GA, HI, LA, MS, SC, TX, PR, AS, GU, the MP, and VI or ""Zone A."" Additionally, MBUSA is recalling certain 2012-2014 C250, E350 4Matic Coupe, SLS AMG Cabrio, 2012-2015 C250 Coupe, C350 4Matic Coupe, C350 Coupe, C63 AMG Coupe, 2011 C300, 2011-2014 C300 4Matic, C350, C63 AMG, E350 Cabrio, E350 Coupe, SLS AMG Coupe, 2015-2016 E400 4Matic Coupe, E400 Cabrio, E400 Coupe, 2011-2016 E550 Cabrio, E550 Coupe, 2011-2015 GLK350 4Matic, GLK350 RWD, and 2013-2015 GLK250 BlueTec 4Matic vehicles ever registered in the states of AZ, AR, DE, DC, IL, IN, KS, KY, MD, MO, NE, NV, NJ, NM, NC, OH, OK, PA, TN, VA, and WV or ""Zone B."" MBUSA is also recalling certain 2012-2014 C250, E350 4Matic Coupe, SLS AMG Cabrio 2012-2015 C250 Coupe, C350 4Matic Coupe, C350 Coupe, C63 AMG Coupe, 2010-2011 C300, 2010-2014 C300 4Matic, C350, C63 AMG, E350 Coupe, 2011-2014 E350 Cabrio, SLS AMG Coupe, 2015-2016 E400 4Matic Coupe, E400 Cabrio, E400 Coupe, 2016-2017 E550 Cabrio, 2010-2016 E550 Coupe, 2010-2015 GLK350 4Matic, GLK350 RWD, and 2013-2015 GLK250 BlueTec 4Matic vehicles ever registered in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MO, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI and WY or ""Zone C."" These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the passenger or other occupants resulting in serious injury or death.,"MBUSA will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began March 29, 2019. Owners may contact MBUSA customer service at 1-800-367-6372." -01/08/2019,19V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V003000),"Daimler Vans USA, LLC",Driver Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,71301,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015-2017 Freightliner Sprinter 2500 and 3500 and Mercedes-Benz Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the driver frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the driver frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the front driver air bag module, free of charge. The recall is began March 15, 2019. Owners may contact DVUSA customer service at 1-877-762-8267." -01/08/2019,19V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V004000),"Daimler Vans USA, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,88388,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2014-2017 Freightliner Sprinter 2500 and 3500 and Mercedes-Benz Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the front passenger air bag module, free of charge. The recall began March 15, 2019. Owners may contact DVUSA customer service at 1-877-762-8267." -01/07/2019,19V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V027000),Motor Coach Industries,Loss of Steering Control,STEERING,SB 469,Vehicle,2089,"Motor Coach Industries (MCI) is recalling certain 2001-2015 J4500 and 1997-2013 102EL3/E4500 coaches equipped with a hydraulic rear axle (tag axle) steering system. The axle's alignment and low hydraulic pressure in the steering system may cause the steering system to lock, causing a loss of steering control at highway speeds.",Loss of steering control may increase the risk of a crash.,"MCI will notify owners. The manufacturer has not yet finalized the recall remedy. MCI issued owners an interim notification on March 26, 2019. Owner notification letters were mailed on May 14, 2021. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 469." -01/07/2019,19V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V001000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,19S01,Vehicle,782384,"Ford Motor Company (Ford) is recalling certain 2014 Ford Mustang vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Ford is recalling certain 2011 Ford Ranger and Mercury Milan vehicles, 2011-2012 Ford Fusion and Lincoln Zephyr/MKZ vehicles and 2011-2014 Ford Mustang vehicles sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Ford is also recalling certain 2010 Ford Edge and Lincoln MKX vehicles, 2010-2011 Ford Ranger and Mercury Milan vehicles, 2010-2012 Ford Fusion and Lincoln Zephyr/MKZ vehicles, and 2010-2014 Ford Mustang vehicles sold, or ever registered, in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MT, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI, and WY or ""Zone C."" These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Ford will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began February 13, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall 19S01." -01/07/2019,19V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V002000),"Tesla, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,SB-19-20-001,Vehicle,68673,"Tesla, Inc. (Tesla) is recalling all 2014-2016 Model S vehicles equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Tesla will notify owners, and Tesla Service Centers will replace the passenger frontal air bag modules, free of charge. The recall began May 29, 2019. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-19-20-001." -01/07/2019,19V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V026000),Keystone RV Company,Tire May Contact Rear Floor Support,STRUCTURE,19-338,Vehicle,288,"Keystone RV Company (Keystone) is recalling certain 2019 Dutchmen Endurance and 2017-2019 Dutchmen Voltage Travel Trailers. The tires may contact with the rear floor support, affecting the trailer's handling.","Tire contact with the floor support while being towed can affect vehicle handling, increasing the risk of a crash.","Keystone has notified owners, and dealers will cut a notch in the floor support to provide sufficient clearance between the tire and the floor support, free of charge. The recall began on January 15, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone RV's number for this recall is 19-338." -01/06/2019,19E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E004000),WSB Inc,Motorcycle Helmets may not Protect User/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1567,"WSB Inc (WSB) is recalling certain SC101 half-helmets, in all sizes, manufactured January 1, 2018 to January 31, 2018. The affected helmets may not adequately protect the wearer's head in the event of an impact, and an object may penetrate the helmet. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do properly protect the wearer's head can increase the risk of injury to the wearer in the event of a crash.,"WSB will notify owners and replace the helmets or refund the owners, free of charge. Owners may contact WSB customer service at 1-855-322-3733." -01/04/2019,19V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V025000),"Vantage Mobility International, LLC",Fuel Pump Gasket Causing Fuel leak/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9,"Vantage Mobility International, LLC (Vantage) is recalling certain 2014-2017 AMS Edge II vehicles. The fuel pump gasket may deteriorate, allowing fuel to leak. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Vantage has notified owners, and repair facilities will replace the fuel tank with a redesigned fuel tank, free of charge. The recall began on January 28, 2019. Owners may contact Vantage customer service at 1-800-488-9082." -01/03/2019,19V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V024000),"Airstream, Inc.",Incorrect Tire Info Printed on Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,189,"Airstream, Inc. (Airstream) is recalling certain 2019 Airstream Basecamp X recreational vehicles. The Federal Certification Label and Tire Placard may have incorrect information stating that the vehicle is equipped with 235/55R18 Load Range D tires needing 80 psi, when the vehicles are actually equipped with 235/75R15 Load Range D tires needing 51 psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the information is incorrect, the operator may overinflate the tires, increasing the risk of a crash.","Airstream has notified owners and will send them a new corrected Federal Certification Label and Tire Placard, free of charge. The recall began on February 22, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111 extension 7401 or 7411." -01/02/2019,19V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V022000),Pierce Manufacturing,Aerial Device May Rotate Unintentionally,ELECTRICAL SYSTEM,74B295,Vehicle,994,"Pierce Manufacturing (Pierce) is recalling certain 2004-2018 Arrow XT, Dash, Enforcer, Impel, Quantum and Velocity aerial vehicles. The aerial device may unexpectedly rotate to the right when the ladder is being extended.","If the aerial device moves in an unexpected direction, the ladder may contact an object, such as a building or an electrical wire, increasing the risk of injury.","Pierce will notify owners, and dealers will reprogram the aerial control module, free of charge. The recall began February 28, 2019. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B295." -01/02/2019,19V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19V023000),Ford Motor Company,"Insufficient Front Seat Frame Weld/FMVSS 207, 210",SEATS,18C08,Vehicle,63,"Ford Motor Company (Ford) is recalling certain 2019 Ford EcoSport vehicles. The front seat frames may have been improperly welded, resulting in the seat back being improperly secured. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""",A loose seat back can increase the risk of injury in a crash.,"Ford has notified owners, and dealers will replace the front seat assemblies, free of charge. The recall began May 8, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C08." -01/02/2019,19E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E001000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,1000000,"TK Global LLC (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI-6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags) may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling. This recall addresses model year 2014 and newer vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2019. Vehicles registered outside of these states may be covered by recalls 19E-002 or 19E-003." -01/02/2019,19E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E002000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,5000000,"TK Global LLC (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI-6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to moderate absolute humidity, temperatures, and temperature cycling. This recall addresses model year 2011 and newer vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2019. Vehicles registered outside of these states may be covered by recalls 19E-001 or 19E-003." -01/02/2019,19E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=19E003000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,4000000,"TK Global LLC (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling. This recall addresses model year 2010 or newer vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2019. Vehicles registered outside of these states may be covered by recalls 19E-001 or 19E-002." -12/31/2018,18V946000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V946000),Arcimoto Inc,Battery Shutdown May Occur Unexpectedly,ELECTRICAL SYSTEM,7F7-A3Z5C-12,Vehicle,23,"Arcimoto, Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. Over time, increased resistance at the battery connection may result in the Battery Management System unexpectedly shutting down propulsion power.",A sudden loss of propulsion power may increase the risk of a crash.,"Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the vehicles, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-A3Z5C-12." -12/31/2018,18V940000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V940000),Arcimoto Inc,Brake Fluid Leak Due to Incorrect Brake Fittings,"SERVICE BRAKES, HYDRAULIC",7F7-Y8A4X-12,Vehicle,2,"Arcimoto Inc (Arcimoto) is recalling certain 2017 FUV motorcycles. Incorrect fittings were installed in the braking system, potentially resulting in a brake fluid leak.","A brake fluid leak can reduce brake effectiveness, increasing the risk of a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will inspect and replace all the incorrect fittings with the correct ones, as necessary, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-Y8A4X-12." -12/31/2018,18V938000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V938000),Arcimoto Inc,Brake Warning Light Missing/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",7F7-H7M4W-12,Vehicle,23,"Arcimoto Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. The affected motorcycles do not have a service brake warning light to warn the operator if there is a brake system malfunction. As such, these vehicles fail to comply with Federal Motor Safety Standard (FMVSS) number 122, ""Motorcycle brake systems.""","If the operator unknowingly operates the motorcycle with a problem in the brake system, there would be an increased risk of a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will update the service brake warning light software, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-H7M4W-12." -12/31/2018,18V935000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V935000),"Subaru of America, Inc.",Camera Image may not Display/FMVSS 111,VISIBILITY,WTZ-85,Vehicle,71190,"Subaru of America, Inc. (Subaru) is recalling certain 2018 Legacy, Outback, and BRZ vehicles. In the affected vehicles, a software issue may cause the audio display system to not initialize, resulting in the camera display remaining blank. If this occurs, the rearview image will not display while backing up the vehicle. As a result, the vehicles fail to comply with requirements of Federal Motor Vehicle Safety (FMVSS) number 111, ""Rearview Mirrors.""",Failure to display the rearview image while backing up increases the risk of crash.,"Subaru has notified owners, and dealers will reprogram the audio system display software, free of charge. The recall began on February 5, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WTZ-85." -12/31/2018,18V937000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V937000),Arcimoto Inc,Excessive Stopping Distance/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",7F7-P2S8D-12,Vehicle,2,"Arcimoto Inc (Arcimoto) is recalling certain 2017 FUV motorcycles. The affected motorcycles were built with a front/rear split brake system instead of a left/right split brake system. In the event of a front brake system failure, the rear brake system may not allow the vehicle to meet the minimum stopping distance requirements. As such, these vehicles fail to comply with Federal Motor Safety Standard (FMVSS) number 122, ""Motorcycle brake systems.""","If the brakes cannot stop the motorcycle within the distance required, there is an increased risk of a crash.","Arcimoto has contacted the owners and will replace the existing brake lines with new brake lines that have an updated design, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-P2S8D-12." -12/31/2018,18V944000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V944000),Arcimoto Inc,Gearbox May Prematurely Fail,POWER TRAIN,7F7-P4G2A-12,Vehicle,14,"Arcimoto, Inc (Arcimoto) is recalling certain 2018 FUV motorcycles. Incorrect machining of the transmission case may result in premature failure of the gearbox.","Transmission failure may immobilize the motorcycle, increasing the risk of a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the vehicles, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-P4G2A-12." -12/31/2018,18V943000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V943000),Arcimoto Inc,Headlamps Positioned too far Apart/FMVSS 108,EXTERIOR LIGHTING,7F7-P6J5F-12,Vehicle,23,"Arcimoto Inc. (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. The headlights on the motorcycles may be spaced too far apart to appear as a motorcycle to oncoming traffic. As a result, the motorcycles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Lamps, reflective devices, and associated Equipment.""","Due to the improperly positioned headlamps, the vehicle may not be recognizable as a motorcycle in the dark, increasing the risk of crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the headlights with supplemental amber marker lights and add fully compliant headlights to the center of the vehicle, mounted to the frame, free of charge. The recall began January 14, 2019. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-P6J5F-12." -12/31/2018,18V945000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V945000),Arcimoto Inc,Possible Loss of Steering Control,STEERING,7F7-A3N5H-12,Vehicle,23,"Arcimoto Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. In the affected vehicles, the front suspension and steering system may loosen or wear, possibly resulting in a loss of steering control.",A sudden loss of loss of steering control may increase the risk of a crash.,"Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the tie-rods, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-A3N5H-12." -12/31/2018,18V942000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V942000),Arcimoto Inc,Reflex Reflector Not In Compliance/FMVSS 108,EXTERIOR LIGHTING,7F7-H6Y7W-12,Vehicle,23,"Arcimoto, Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. The combination brake light, tail light, and turn signal assembly does not have a reflex reflector in the side-facing surfaces. As such these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, reflective devices, and Associated Equipment.""","Without rear side reflex reflectors, the vehicle may have less visibility from the side, increasing the risk of a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will add a reflex reflector to each side of the vehicle, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-H6Y7W-12." -12/31/2018,18V939000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V939000),Arcimoto Inc,Seat May Collapse In The Event of A Crash,SEATS,7F7-W3A5M-12,Vehicle,23,"Arcimoto Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. In the event of a crash, the seat may not support the driver as intended, preventing the seatbelts from holding the driver in place.","If the driver is not properly secured, it can increase the risk of injury in a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the vehicles, free of charge. Owners may contact Arcimoto customer service at 541-683-6293. Arcimoto's number for this recall is 7F7-W3A5M-12." -12/31/2018,18V941000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V941000),Arcimoto Inc,Turn Signals Incorrectly Positioned/FMVSS 108,EXTERIOR LIGHTING,7F7-P5R6U-12,Vehicle,23,"Arcimoto Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. The front turn signal lights are not positioned at, or near, the front of the motorcycle as required. As such, these vehicles fail to comply to Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective devices, and Associated Equipment.""","The incorrectly positioned front turn signals can reduce their visibility, increasing the risk of a crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will add identical signal lights to a location in front of the existing ones, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-P5R6U-12." -12/28/2018,18V936000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V936000),Arcimoto Inc,Certification Label Not Applied/Part 567,EQUIPMENT,7F7-X7F9K-12,Vehicle,23,"Arcimoto Inc (Arcimoto) is recalling certain 2017-2018 FUV motorcycles. These vehicles were built without a certification label applied and, as such, they fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The missing label can affect the owner's ability to determine if a safety recall includes their vehicle. If the owner is not able to verify if their motorcycle is involved in a safety recall, it can increase the risk of injury or crash.","Arcimoto has notified all affected owners and the motorcycles are within the manufacturer's control. Arcimoto will replace the vehicle with a fully compliant one, free of charge. Owners may contact Arcimoto customer service at 1-541-683-6293. Arcimoto's number for this recall is 7F7-X7F9K-12." -12/28/2018,18V934000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V934000),Hyundai Motor America,High Pressure Fuel Pipe May Leak,ENGINE,180,Vehicle,150730,"Hyundai Motor America (Hyundai) is recalling certain 2011-2014 Sonata and 2013-2014 Santa Fe Sport vehicles previously repaired under recall numbers 15V-568 and 17V-226. The high pressure fuel pipe that connects to the fuel pump outlet may have been damaged, misaligned, or improperly torqued during the engine replacement procedure, allowing fuel to leak from the pipe.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Hyundai will notify owners, and dealers will inspect and replace the fuel pipe, as necessary, free of charge. The recall began March 1, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's recall number for this recall is 180." -12/27/2018,18V933000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V933000),"Forest River, Inc.",Water Heater Exhaust may Melt Power Cord or Hatch,ELECTRICAL SYSTEM,44-0929,Vehicle,151,"Forest River, Inc. (Forest River) is recalling certain 2019 Salem and Wildwood recreational trailers. The power cord hatch is located above the water heater exhaust, possibly resulting in the cord or the hatch melting.","A melted cord may result in bare wiring, increasing the risk of fire.","Forest River has notified owners, and dealers will secure the power cord away from the water heater exhaust, free of charge. The recall began February 4, 2019. Owners may contact Forest River customer service at 574-534-6127. Forest River's number for this recall is 44-0929." -12/26/2018,18V932000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V932000),Shyft Group,Brake Application Timing/FMVSS 121,"SERVICE BRAKES, AIR",18038,Vehicle,138,"Spartan Motors USA (Spartan) is recalling certain 2011-2019 Emergency Response Gladiator and Metro Star vehicles built into fire apparatus and equipped with tandem axles, drum brakes at the rear axles and Electronic Stability Control (ESC). Vehicles with this configuration may have a delay in their brake release, preventing them from complying with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","A delay in the brakes releasing may hinder vehicle movement, increasing the risk of a crash.","Spartan will notify owners, and dealers will re-route a portion of the brake system to bring the vehicle into compliance, free of charge. The recall began February 22, 2019. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18038." -12/21/2018,18V929000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V929000),"Daimler Trucks North America, LLC",Blown Ignition Fuse can Cause an Engine Shutdown,ELECTRICAL SYSTEM,FL-804,Vehicle,40,Daimler Trucks North America LLC (DTNA) is recalling certain 2019-2020 Thomas Built Saf-T-Liner C2 buses equipped with an optional auxiliary outlet powered by the ignition and accessory power circuits. An electrical overload on the auxiliary circuit may cause the ignition fuse to open and the engine to shut down.,An engine shutdown without the ability to restart increases the risk of a crash.,"DTNA has notified owners, and dealers will modify the wiring to prevent the power port from affecting the ignition circuit, free of charge. DTNA mailed owners an interim letter on February 1, 2019 to notify them of the issue. The recall began on August 27, 2019. Owners may contact Daimler Trucks North America customer service at 1-800-547-0712. DTNA's number for this recall is FL-804." -12/21/2018,18V930000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V930000),"Daimler Trucks North America, LLC",Blown Ignition Fuse can Cause an Engine Shutdown,ELECTRICAL SYSTEM,FL-804,Vehicle,5423,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019-2020 Thomas Built Saf-T-Liner C2 school buses equipped with an optional auxiliary outlet powered by the ignition and accessory power circuits. An electrical overload on the auxiliary circuit may cause the ignition fuse to open and the engine to shut down.",An engine shutdown without the ability to restart increases the risk of a crash.,"DTNA has notified owners, and dealers will modify the wiring to prevent the power port from affecting the ignition circuit, free of charge. DTNA mailed an interim letter on February 1, 2019. The recall began August 27, 2019. Owners may contact Daimler Trucks North America customer service at 1-800-547-0712. DTNA's number for this recall is FL-804." -12/21/2018,18V927000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V927000),Harley-Davidson Motor Company,Brake Caliper Corrosion may Cause Brake Drag,"SERVICE BRAKES, HYDRAULIC",0174,Vehicle,12871,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2016-2019 Street 500 (XG500), Street 750 (XG750), and 2017-2019 Street 750A (XG750A) motorcycles. The brake calipers may corrode internally after exposure to certain driving environments such as coastal regions or road salt, resulting in increased brake drag.",Excessive brake drag can increase the risk of crash.,"Harley-Davidson has notified owners, and dealers will install new front and rear brake calipers, free of charge. The recall began April 9, 2019. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0174." -12/21/2018,18V928000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V928000),Prevost Car (US) Inc.,Draglink Turnbuckle May Fracture,STEERING,SR19-04,Vehicle,676,"Prevost Cars, Inc (Prevost) is recalling certain 2000 XL-45 buses, 2000-2006 XL2-45 buses and 2007-2014 X3-45 buses. The draglink tube turnbuckle may fracture causing a loss of steering.",A complete loss of steering would increase the risk of a crash.,"Prevost has notified owners, and dealers will replace the draglink, free of charge. Prevost issued an interim notification to owners on February 13, 2019. The recall began June 3, 2019. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR19-04." -12/21/2018,18V924000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V924000),Collins Bus Corporation,Seat Legs may not have been Properly Tightened,SEATS,NR (Not Reported),Vehicle,199,"Collins Bus Corporation (Collins) is recalling certain 2018 SH, DH, P24, T22, T24 and TH buses. Bolts that connect the legs to the passenger seats may not have been properly tightened.",The improperly tightened bolts can increase the risk of injury in the event of a crash.,"Collins will notify owners, and dealers will inspect the seat bolts and torque them to the correct specification, free of charge. The recall began January 25, 2019. Owners may contact Collins customer service at 1-800-533-1850, extension 424." -12/21/2018,18V931000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V931000),PACCAR Incorporated,Vehicle may Move after Clutch Component Fails,POWER TRAIN,18PBE; 18KWH,Vehicle,25556,"PACCAR Incorporated (PACCAR) is recalling certain 2018-2019 Peterbilt 337, 348, 365, 367, 389, 567, 579 and 587 trucks and 2018-2019 Kenworth C500, T270, T370, T440, T660, T680, T800, T880 and W900 trucks equipped with automated manual transmissions. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended movement of a vehicle can increase the risk of a crash.,"PACCAR will notify owners, and dealers will update the transmission control module, free of charge. The recall began February 23, 2019. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's numbers for this recall are 18PBE and 18KWH." -12/20/2018,18V919000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V919000),Toyne Inc.,Brake Lights May Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,41,"Toyne, Inc. (Toyne) is recalling certain 2017-2018 Fire Apparatus trucks, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, the brake lights may falsely illuminate even without the brake pedal being pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights falsely illuminate, other drivers could become confused, increasing the risk of a crash.","Toyne will notify owners, and dealers will replace the brake lights, free of charge. The recall began February 27, 2019. Owners may contact Toyne customer service at 1-712-673-2328 or Whelen customer service at 1-860-718-2331." -12/20/2018,18V920000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V920000),Custom Truck And Body Works,Brake Lights may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,38,"Custom Trucks And Body Works (Custom Trucks) is recalling certain 2017-2019 Type I, II and III Ambulances, Rescue Trucks, Pump Trucks and Tanker Trucks equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights falsely illuminate, other drivers could become confused, increasing the risk of a crash.","Custom Trucks will notify owners, and dealers will replace the brake lights, free of charge. The recall began February 28, 2019. Owners may contact Custom Trucks customer service at 1-706-553-9178 or Whelen customer service at 1-860-718-2331." -12/20/2018,18V922000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V922000),"Nissan North America, Inc.",Fuel Tube may Leak or Disconnect,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,23903,"Nissan North America, Inc (Nissan) is recalling certain 2019 Altima vehicles. The retainer clip connecting the low pressure fuel tube to the high pressure fuel pump may not have been locked into position.","If the retainer clip is unlocked, the fuel tube may shift and cause a fuel leak, increasing the risk of a fire. If the fuel tube fully disconnects, the engine can stall, increasing the risk of a crash.","Nissan has notified owners, and dealers will route the fuel hose into the holding clip and lock the retainer clip into place, as necessary, free of charge. The recall began February 11, 2019. Owners may contact Nissan customer service at 1-800-867-7669." -12/20/2018,18V917000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V917000),"Chrysler (FCA US, LLC)",Instrument Cluster May Fail,ELECTRICAL SYSTEM,UC4,Vehicle,52,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles. The instrument cluster may fail resulting in a lack of activation of warning chimes, messages, and gauges.","Without the activation of warning chimes, messages, and gauges to provide vehicle information to the driver, there would be an increased risk of a crash.","Chrysler has notified owners, and dealers will inspect and, as necessary, replace the instrument cluster, free of charge. The recall began February 7, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UC4." -12/20/2018,18V923000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V923000),Great Dane Trailers,Spare Tire Carrier may Detach from Trailer,EQUIPMENT,NR (Not Reported),Vehicle,141,"Great Dane Trailers (Great Dane) is recalling certain 2018 Champion CL Drop Deck trailers equipped with aluminum crossmembers. The spare tire carriers may have been improperly installed, possibly resulting in the spare tire carrier detaching from the trailer.","A detached tire carrier would be a road hazard, increasing the risk of crash.","Great Dane will notify owners, and dealers will reinstall the tire carrier using the correct attachment fasteners, free of charge. The recall began March 1, 2019. Owners may contact Great Dane customer service at 1-877-369-3493." -12/20/2018,18V921000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V921000),Honda (American Honda Motor Co.),Vehicle May Lose Power,ELECTRICAL SYSTEM,A3O,Vehicle,1082,"Honda (American Honda Motor Co.) is recalling certain 2017-2018 Clarity Fuel Cell vehicles previously repaired under recall 18V-068. The previous software remedy may have been incomplete. As a result, the fuel cell control unit (FC-ECU) may misinterpret a small cell voltage drop, causing the vehicle to have a partial or complete loss of power.",A loss of power can increase the risk of a crash.,"Honda has notified owners, and dealers will update the FC-ECU software, free of charge. The recall began February 14, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is A3O." -12/19/2018,18V916000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V916000),"Nissan North America, Inc.",ABS Valve May Remain Open after ABS Event,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,86265,"Nissan of North America, Inc (Nissan) is recalling certain 2009 Murano vehicles. The valves within the ABS Hydraulic Control Units (HCU) may react with brake fluids containing specific corrosion preventative additives. This reaction may cause the valves to not close properly.","If the valves do not properly close, additional brake pedal travel may be required to stop the vehicle, increasing the risk of a crash.","Nissan has notified owners, and dealers will flush the brake system with DOT 4 fluid. The HCU will then be tested to detect a possible stuck valve condition. If necessary, the HCU will be replaced, free of charge. The recall began February 7, 2019. Owners may contact Nissan customer service at 1-800-867-7669." -12/19/2018,18V910000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V910000),"Mercedes-Benz USA, LLC",Active Driving System may not Detect Hands Off,LANE DEPARTURE,2019040024,Vehicle,6200,"Mercedes-Benz USA, LLC. (Mercedes) is recalling certain 2018 S450 4MATIC, S560 4MATIC Coupe, S63 AMG 4MATIC Coupe, Maybach S560 4MATIC, S560 4MATIC, S63 AMG and S63 AMG 4MATIC Cabrio vehicles. The Hands-off-Detection system may malfunction, causing the Active Steering Assist system to remain engaged despite the driver's hands not being on the steering wheel for a prolonged period of time.","If the system remains active despite the driver not having their hands on the wheel, the driver's inattention may increase the risk of crash.","Mercedes has notified owners, and dealers will update the software of the steering control unit, free of charge. The recall began May 13, 2019. Owners may contact Mercedes customer service at 1-800-367-6372. MBUSA's number for this recall is 2019040024." -12/19/2018,18V908000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V908000),"Mercedes-Benz USA, LLC",Active Steering Assist System May Remain Engaged,LANE DEPARTURE,2019040025,Vehicle,5754,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 AMG S63 4MATIC coupe, AMG S63 4MATIC sedan, AMG S63 4MATIC Cabriolet, S450 4MATIC sedan, S560 4MATIC coupe, S560 4MATIC sedan, and Maybach S560 4MATIC vehicles. Due to an incorrect steering boot installation, the Active Steering Assist system may remain engaged despite the driver's hands not being on the steering wheel for a prolonged period of time.","If the system remains active despite the driver not having their hands on the wheel, the driver's inattention may increase the risk of crash.","MBUSA has notified owners, and dealers will inspect the vehicles and correct the steering boot installation, as necessary, free of charge. The recall began May 13, 2019. Owners may contact Mercedes Benz customer service at 1-800-367-6372. MBUSA's number for this recall is 2019040025." -12/19/2018,18V895000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V895000),Dennis Eagle Inc.,Alarm Mute Switch Prevents Reversing Warning,ELECTRICAL SYSTEM,FSI 1240,Vehicle,5,Dennis Eagle Inc. (Dennis Eagle) is recalling certain 2017-2018 Dennis Eagle Elite refuse trucks equipped with reverse alarm mute switches. Using the reverse alarm mute switch will prevent the truck from beeping when the vehicle is in reverse.,"If the reverse alarm is muted, pedestrians may not realize the vehicle is reversing, increasing the risk of injury.","Dennis Eagle will notify owners, and dealers will remove the reverse alarm mute switch and install a blanking plate, free of charge. The recall began January 21, 2019. Owners may contact Dennis Eagle customer service at 1-813-440-8136. Dennis Eagle's number for this recall is FSI 1240." -12/19/2018,18V897000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V897000),"Seagrave Fire Apparatus, LLC",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,87,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2017-2018 Marauder and Capital emergency vehicles, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, the brake lights may falsely illuminate even without the brake pedal being pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake light falsely illuminate, other drivers could become confused, increasing the risk of a crash.","Seagrave will notify owners, and dealers will replace the brake lights, free of charge. The recall began February 8, 2019. Owners may contact Seagrave customer service at 715-823-2141." -12/19/2018,18V901000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V901000),Toyota Motor Engineering & Manufacturing,"CVT Pump Blade may Detach, Causing Loss of Power",POWER TRAIN,J17 / J07,Vehicle,3424,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Toyota Corolla hatchback vehicles equipped with Continuously Variable Transmissions (CVT). The pump impeller blades within the torque converter may detach, especially when driven under high load, potentially causing a vehicle stall.","A vehicle stall, especially when driving a high rate of speed, can increase the risk of a crash.","Toyota has notified owners, and dealers will replace the CVT and torque converter, free of charge. The recall began April 22, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J17/J07." -12/19/2018,18V900000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V900000),Toyota Motor Engineering & Manufacturing,Capacity Label Indicating Additional Weight,EQUIPMENT,J08,Vehicle,280,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Toyota Tundra standard and long bed trucks equipped with a spray-in bed liner. The load carrying capacity modification label may have been incorrectly calculated. If the label is followed, the vehicle may be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An overloaded vehicle can increase the risk of a crash.,"Toyota has notified owners, and provided corrected load carrying capacity labels, free of charge. The recall began on January 24, 2019. The recall number is J08. Owners may contact Toyota customer service at 1-888-270-9371." -12/19/2018,18V902000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V902000),"Navistar, Inc.",False Brake Light Warning,"SERVICE BRAKES, HYDRAULIC",18520,Vehicle,475,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 IC Bus CE school buses equipped with hydraulic brakes. The brake pressure switch on these buses may become stuck possibly resulting in a false fault code and brake warning light on the instrument cluster.","A false code or a brake warning light may lead a driver to immediately pull over to transfer passengers to another bus, which can increase the risk of injury. Additionally, if the driver is aware that the warning is false, they may continue to use the bus, and in the event of an actual brake system problem, the driver will not be warned, increasing the risk of a crash.","Navistar has notified owners, and dealers will inspect and replace any switch found from the suspect lot, free of charge. The recall began January 30, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18520." -12/19/2018,18V907000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V907000),Kia Motors America,High Pressure Fuel Pipe May Leak,ENGINE,SC172,Vehicle,71653,"Kia Motors America (Kia) is recalling certain 2011-2017 Optima, 2012-2017 Sorento and 2011-2018 Sportage vehicles that previously received an engine replacement under recall number 17V-224, warranty, or the Knock Sensor Detection System (KSDS) Product Improvement Campaign. The high pressure fuel pipe that connects to the fuel pump outlet may have been damaged, misaligned or improperly torqued during the engine replacement procedure, possibly causing a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Kia has notified owners, and dealers will inspect and replace the fuel pipe, as necessary, free of charge. The recall began January 17, 2019. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC172." -12/19/2018,18V911000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V911000),"Mercedes-Benz USA, LLC",Horizontal Headlight Adjustment/FMVSS 108,EXTERIOR LIGHTING,2019020007,Vehicle,104,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 CLS450, CLS450 4MATIC, and CLS53 AMG vehicles. The horizontal adjustment screw may not be effectively sealed, allowing the headlights to be improperly adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, & Associated Equipment.""","If the headlights are not properly adjusted, the driver may have reduced visibility, increasing the risk of a crash.","MBUSA has notified owners, and dealers will inspect the horizontal headlight adjustment screws, sealing them as necessary, free of charge. The recall began March 15, 2019. Owners may contact Mercedes-Benz customer service at 1-800-367-6372. MBUSA's number for this recall is 2019020007." -12/19/2018,18V906000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V906000),"Mercedes-Benz USA, LLC",Incorrect Headlight Adjustment/FMVSS 108,EXTERIOR LIGHTING,2019020008,Vehicle,2364,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz C300 and C300 4MATIC vehicles. The headlights on these vehicles may not be properly adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the low beam headlight is not properly adjusted, the driver may have reduced visibility, increasing the risk of a crash.","MBUSA has notified owners, and dealers will inspect the setting of the headlights and adjust them, as necessary, free of charge. The recall began March 12, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019020008." -12/19/2018,18V918000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V918000),"BMW of North America, LLC",Incorrect or Missing Air Bag label/FMVSS 208,EQUIPMENT,NR (Not Reported),Vehicle,11,"BMW of North America, LLC (BMW) is recalling certain 2019 BMW X5 xDrive40i and X5 xDrive50i vehicles. The driver and/or passenger sun visor may have an incorrect air bag warning label, or the label may be missing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant crash protection.""","Without a label that shows the proper restraint usage guidelines, the occupants may have an increased risk of injury in the event of a crash.","BMW notified owners, and dealers will inspect the driver and passenger sun visor, replacing the visors as necessary, free of charge. The recall began January 4, 2019. Owners may contact BMW customer service at 1-800-525-7417." -12/19/2018,18V898000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V898000),"Porsche Cars North America, Inc.",Intermittent Loss of Power Steering Assist,STEERING,AJ13,Vehicle,17667,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017-2018 Porsche Panamera, Panamera 4, Panamera 4S, Panamera Turbo, Panamera 4S Executive, Panamera Turbo Executive, 2018 Panamera 4 Executive, Panamera 4 E-Hybrid, Panamera Turbo S E-Hybrid, Panamera 4 E-Hybrid Executive, Panamera S E-Hybrid Executive, Panamera 4 Sport Turismo, Panamera 4S Sport Turismo, Panamera 4 E-Hybrid Sport Turismo, Panamera Turbo Sport Turismo, and Panamera Turbo S Sport Turismo vehicles. A software failure may result in an intermittent loss of electric power steering assist.",An intermittent loss of power steering assist can increase the risk of a crash.,"Porsche will notify owners, and dealers will reprogram the power steering control unit, free of charge. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ13." -12/19/2018,18V899000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V899000),"General Motors, LLC",Missing Rivet on Seat Belt Buckle Assembly,SEAT BELTS,N182204040,Vehicle,175,General Motors LLC (GM) is recalling certain 2019 Cadillac XTS vehicles. The front seat belt buckles may be missing a rivet that secures the buckle head to the cable mounting strap.,"If the securing rivet is missing, the buckle may separate from the cable mounting strap in the event of a crash, preventing the occupant from being properly restrained, thereby increasing the risk of injury.","GM will notify owners, and dealers will inspect the front seat buckle assemblies, replacing them if the rivets are missing, free of charge. The recall began February 7, 2019. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is N182204040." -12/19/2018,18V909000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V909000),"Mercedes-Benz USA, LLC",Parking Brake may Remain Engaged,ELECTRICAL SYSTEM,2018120025,Vehicle,675,"Mercedes-Benz USA,LLC (Mercedes) is recalling certain 2019 C43 AMG, C43 AMG Cabrio, C43 AMG 4MATIC Coupe, C300 4MATIC, C300 4MATIC Coupe, C300 Coupe, C300 Cabrio, C300 4MATIC Cabrio, and C300 vehicles. After parking and exiting the vehicle, the Electronic Stability Program (ESP) software may prevent the electronic parking brake from being disengaged when returning to the vehicle, unless the ESP system is deactivated.",Driving the vehicle with the ESP system deactivated could increase the risk of a crash.,"Mercedes has notified owners, and dealers will update the ESP system software, free of charge. The recall began January 29, 2019. Owners may contact Mercedes customer service at 1-800-367-6372. Mercedes' number for this recall is 2018120025." -12/19/2018,18V905000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V905000),"Mercedes-Benz USA, LLC",Passenger Airbag may not Deploy Properly/FMVSS 208,AIR BAGS,2019020004,Vehicle,809,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018-2019 Mercedes-Benz GLC63 AMG Coupe, GLC63S AMG Coupe, and GLC63 vehicles. In the event of a crash, the frontal air bag may have a delayed deployment for certain unbelted front seat passengers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",A delay in the air bag deployment can increase the risk of injury.,"MBUSA has notified owners, and dealers will update the air bag control unit software parameters, free of charge. The recall began March 1, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019020004." -12/19/2018,18V904000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V904000),"Volkswagen Group of America, Inc.",Rear Coil Springs May Fracture,SUSPENSION,42J2/42J3,Vehicle,6322,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018-2019 Volkswagen Atlas, 2015 Volkswagen Golf SportWagen, and 2019 Volkswagen Jetta vehicles. The rear coil springs may prematurely fracture.","If a coil spring fractures while driving, it may damage a rear tire causing a loss of vehicle control, increasing the risk of a crash.","Volkswagen has notified owners, and dealers will replace the rear axle coil springs, free of charge. The recall began January 31, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 42J2/42J3." -12/19/2018,18V915000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V915000),"Nissan North America, Inc.",Rear Door May Open When Window Is Lowered,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,341003,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2017 Altima vehicles, previously remedied under recall number 17V-040. The door latch-lock cable may not have been routed properly in the rear door when the remedy was applied. As a result, the cable may interfere with the window regulator causing the rear passenger door to unlatch and inadvertently open without warning when the window is lowered.","If the rear passenger door opens while the vehicle is moving, the rear passengers have an increased risk of injury.","Nissan will notify owners, and dealers will secure the latch-lock cables in the correct position using the new remedy procedure, free of charge. The recall began February 5, 2019. Owners may contact Nissan customer service at 1-800-647-7669." -12/19/2018,18V913000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V913000),"Daimler Trucks North America, LLC",Steering and Tie Rod Arm Bolts may be Loose,STEERING,FL-802,Vehicle,501,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Freightliner 114SD, 122SD, 108SD, Cascadia and Business class M2 trucks, Freightliner Custom Chassis XBS, XCL, XCM, MT45, MT55, S2G, S2RV, XCR and XCS custom chassis and Western Star 4700, 4900 and 5700 trucks equipped with Detroit Axle axles. The affected vehicles may have loose steering and tie rod arm bolts.","Loose tie rod arm bolts may lead to separation of the tie rod arm, resulting in a loss of vehicle control, increasing the risk of a crash.","DTNA has notified owners, and dealers will inspect the steering arm and tie rod arm bolts for to make sure that they are properly tightened, installing new fasteners as necessary, free of charge. The recall began February 9, 2019. Owners may contact Daimler Trucks at 1-800-547-0712. DTNA's number for this recall is FL-802." -12/19/2018,18V914000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V914000),"Daimler Trucks North America, LLC",Steering and Tie Rod Arm Bolts may be Loose,STEERING,FL-802,Vehicle,73,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Thomas Built Saf-T-Liner HDX, C2, and EFX School Buses, equipped with Detroit Axle axles. The affected vehicles may have loose steering tie rod arm bolts.","Loose tie rod arm bolts may lead to separation of the tie rod arm, affecting vehicle steering, and increasing the risk of a crash.","DTNA has notified owners, and dealers will inspect the steering arm and tie rod arm bolts for to make sure that they are properly tightened, installing new fasteners as necessary, free of charge. The recall began February 9, 2019. Owners may contact Daimler Trucks at 1-800-547-0712. DTNA's number for this recall is FL-802." -12/19/2018,18V912000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V912000),"Mercedes-Benz USA, LLC",Sunroof Bonding may Allow Water to Leak in,AIR BAGS,2019030006,Vehicle,13,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain 2018-2019 GLA250 and GLA250 4MATIC vehicles. The sunroof bonding may allow water to leak into the vehicle.","Water leaking into the vehicle from around the sunroof may affect the electrical contacts of the window air bag, potentially causing the window air bag to not deploy as intended, increasing the risk of injury in the event of a crash.","Mercedes has notified owners, and dealers will inspect the bonding of the panorama sliding sunroof and the electrical contacts of the window air bag on the affected vehicles, replacing the components as necessary, free of charge. The recall began April 12, 2019. Owners may contact Mercedes customer service at 1-800-367-6372. MBUSA's number for this recall is 2019030006." -12/19/2018,18V903000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V903000),"Daimler Trucks North America, LLC",Vehicle may Move after Clutch Component Fails,POWER TRAIN,FL-803,Vehicle,6795,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner 108SD, 114SD, 122SD, Cascadia, Business Class M2, Western Star 4700, 4900, and 5700 vehicles, equipped with certain Eaton ECA heavy-duty truck clutches. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"DTNA will notify owners, and dealers will update the software, and repair any physical components, free of charge. DTNA issued owners an interim notification on February 16, 2019. The recall began July 31, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-803." -12/18/2018,18V894000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V894000),Ford Motor Company,Block Heater Cable Splice Connector May Corrode,ENGINE,18S45,Vehicle,410289,"Ford Motor Company (Ford) is recalling certain 2015-2019 Ford F-150 and 2017-2019 Ford F-250 Super Duty, F-350 Super Duty, F-450 Super Duty, and F-550 Super Duty pick-up trucks equipped with an engine block heater. Water and contaminants may get into the block heater cable's splice connector causing corrosion and damage.","When the heater is plugged in, prolonged corrosion could cause a resistive short, increasing the risk of overheated or melted wiring which can increase the risk of a fire.","Ford will notify owners, and dealers will disable the block heater cable, free of charge. Once parts are available, Dealers will replace the engine block heater cable, free of charge. The recall began June 3, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S45." -12/18/2018,18V925000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V925000),Triple E Recreational Vehicles,Door Cable may Short Circuit Battery,ELECTRICAL SYSTEM,CA#9208-1,Vehicle,19,"Triple E Recreational Vehicles (Triple E) is recalling certain 2019 Serenity recreational vehicles, model S24CB. The coach battery compartment door support metal cable may contact the positive battery terminal.","If the cable contacts the positive battery terminal, a short may occur, increasing the risk of a fire.","Triple E will notify owners, and dealers will replace the battery compartment door support metal cable with one that is covered with tubing, free of charge. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9208-1." -12/18/2018,18V926000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V926000),"Eldorado National- California, Inc.","Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,5,"Eldorado National-California, Inc is recalling certain 2017-2018 Arrivo, EZR Max BRT and Passport buses. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Eldorado National California has notified owners, and dealers will inspect and repair the affected seats, free of charge. The recall began on January 31, 2019. Owners may contact Eldorado National-California Customer Service at 1-909-591-9557 or Freedman Seating Company at 1-800-443-4540." -12/18/2018,18E117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E117000),"Tap Worldwide, LLC","Tire Carrier Affecting Lighting/FMVSS 108, 111",EQUIPMENT,NR (Not Reported),Equipment,114,"TAP Worldwide, LLC (TAP) is recalling certain Poison Spyder Customs-brand Tire Carriers, part number 19-62-030TP1, sold as aftermarket parts. These Tire Carriers may not provide a license plate lamp or center high-mounted brake light and may also cause the rear visibility camera system to be inoperable. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment,"" and number 111, ""Rearview Mirrors.""","Without a high-mounted brake light, the warning given to others that the vehicle is slowing or stopping may be limited. If the rear camera is inoperable, the driver may have reduced visibility of what is behind the vehicle. Either condition can increase the risk of a crash.","TAP will notify owners, and dealers will replace the Poison Spyder Tire Carrier, free of charge. The recall began February 12, 2019. Owners may contact TAP customer service at 1-888-376-1417." -12/17/2018,18V892000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V892000),Blue Bird Body Company,Air Compressor Belt may Slip Reducing Air Output,ENGINE AND ENGINE COOLING,R19ZW-SB,Vehicle,28,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2019 Vision school buses equipped with Cummins ISV5.0 diesel engines with optional CP80009 air compressors. The air compressor belt may slip, reducing air output, which may result in the parking brake automatically applying.","If the parking brake applies while the vehicle is being driven, it can increase the risk of a crash.","Blue Bird has notified owners, and dealers will replace the existing air compressor belt with a new shorter air compressor belt, free of charge. The recall began February 1, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZW-SB." -12/17/2018,18V896000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V896000),"Heartland Recreational Vehicles, LLC",Improperly Secured LP Supply Hose,EQUIPMENT,99.01.44,Vehicle,78,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain Milestone recreational trailers, model 377MB. The liquid propane (LP) gas hose for the water heater may have been improperly secured with a zip tie. If the zip tie fails, the hose may contact the tire.","If the LP hose contacts the tire, it can cause a propane leak, increasing the risk of a fire.","Heartland will notify owners, and dealers will secure the hose with a P-clamp and replace the LP hose if damage is found, free of charge. The recall began February 11, 2019. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.44." -12/17/2018,18V893000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V893000),"Volkswagen Group of America, Inc.",Loose Front Suspension Fasteners,SUSPENSION,40O2,Vehicle,36,"Volkswagen Group of North America (Volkswagen) is recalling certain 2018 Audi A5 Sportback vehicles. The front suspension fasteners may not have been sufficiently tightened during vehicle production, possibly resulting in a front wheel becoming loose.",A loose front wheel may increasing the risk of a crash.,"Volkswagen has notified owners, and dealers will inspect the front suspension fasteners, and replace them as necessary, free of charge. The recall began January 23, 2019. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 40O2." -12/14/2018,18V891000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V891000),Hyundai Motor America,Sunroof may not Auto-Reverse,ELECTRICAL SYSTEM,179,Vehicle,86,"Hyundai Motor America (Hyundai) is recalling certain 2018 Hyundai Elantra GT vehicles. The panoramic sunroof motor may be incorrectly programmed, preventing the sunroof from detecting an obstacle while closing.","If the sunroof does not detect an obstacle while closing and then retract, there could be an increased risk of injury.","Hyundai will notify owners, and dealers will inspect the panoramic sunroof, replacing it as necessary, free of charge. The recall began February 5, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 179." -12/14/2018,18E116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E116000),"Tap Worldwide, LLC","Tire Carrier Delete Plate/FMVSS 108, 111",EQUIPMENT,NR (Not Reported),Equipment,96,"TAP Worldwide, LLC (TAP) is recalling certain Poison Spyder Customs Tire Carrier Delete Plates, part number 19-04-012P1, sold as aftermarket parts. These Tire Carrier Delete Plates may not provide a license plate illumination lamp, may interfere with the center high-mounted brake light positioning, and may also cause the rear visibility system to be inoperable. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment,"" and number 111, ""Rearview Mirrors.""","If the high-mounted brake light is inoperable, it can limit the warning given to others that the vehicle is slowing or stopping. If the rear camera is inoperable, the driver may have reduced visibility of what is behind the vehicle. Either condition can increase the risk of a crash.","TAP will notify owners, and dealers will replace the Poison Spyder Tire Carrier Delete Plates, free of charge. The recall began February 12, 2019. Owners may contact TAP customer service at 1-888-376-1417." -12/14/2018,18V889000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V889000),"Autocar, LLC",Universal Joint Strap Bolts may be Loose,POWER TRAIN,ACX-1901,Vehicle,1003,"Autocar, LLC (Autocar) is recalling certain 2019 Autocar Xpeditor vehicles. The universal joint strap bolts at the transmission output yoke may not be have been properly tightened.","If the universal joint strap bolts are loose, the strap may disconnect from the vehicle and the drive shaft could detach, increasing the risk of of a crash.","Autocar has notified owners, and dealers will properly tighten the universal joint strap bolts, free of charge. The recall began January 29, 2019. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1901." -12/13/2018,18V890000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V890000),Frazer,Brake Lights May Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,121,"Frazer is recalling certain 2017-2018 Frazer Type 1 Ambulance, Type 3 Ambulance, and Mobile Stroke Unit emergency vehicles, built on Ford F-350, F-450, F-550, and RAM and Chevrolet 3500, 4500, and 5500 chassis, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Frazer has notified owners, and dealers will replace the brake lights, free of charge. The recall began September 24, 2018. Owners may contact Frazer customer service at 1-888-372-9371." -12/13/2018,18V888000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V888000),Toyota Motor Engineering & Manufacturing,Brake Master Cylinder Seal may be Damaged,"SERVICE BRAKES, HYDRAULIC",J16/J06,Vehicle,44121,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 Toyota Tacoma vehicles. Improper machining of the brake master cylinder may result in internal damage of one of the seals, affecting brake performance.","Reduced brake performance can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the brake master cylinder, free of charge. The recall began January 28, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's numbers for this recall are J16/J06." -12/13/2018,18E115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E115000),"Lifeworks Technology Group, LLC",Heated Cushion or Blanket may Overheat and Melt,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,10980,"Lifeworks Technology Group, LLC (Lifeworks) is recalling certain Armor All 12V Heated Seat and Backrest cushions, part number AA-MJ-HE102B (UPC 81235015365), 12V Heated Blankets, part number AA-MJ-HE100BW (UPC 81235014113), and 2-in-1 Heated Gel/Memory Foam Cushions, part number AA-MJ-HE106B (UPC 81235015366), sold exclusively at Meijer stores. These heated accessories may overheat and melt when plugged into the 12V lighter socket or USB port.","Overheated wiring may melt, increasing the risk of a fire and injury.","Lifeworks has notified owners, informing them to return the product to the retail store to obtain a full refund, free of charge. The recall began January 11, 2019. Owners may contact Lifeworks customer service at 1-844-582-6840." -12/13/2018,18V887000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V887000),Toyota Motor Engineering & Manufacturing,Sensor Wire may Break Deactivating Air Bags,AIR BAGS,See attached report.,Vehicle,89740,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2008-2019 Toyota Land Cruiser and Lexus LX 570 vehicles. Over time, the seat belt tension sensor wire harness may break and deactivate the front passenger air bag, knee air bag, and passenger seat-mounted side airbag.","In the event of a crash, deactivated air bags can increase the risk of injury .","Toyota will notify owners, and dealers will modify the front passenger seat belt assembly or replace it with an improved one, as necessary, free of charge. The recall began February 11, 2019. Owners may contact Toyota customer service at 1-888-270-9371 or Lexus customer service at 1-800-255-3987. Toyota's numbers for this recall are Lexus Interim J2L and Remedy JLL, Toyota Interim J15 and Remedy J05." -12/12/2018,18V886000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V886000),"Gillig, LLC",Blocked Emergency Exit May Hinder Passenger Exit,STRUCTURE,NR (Not Reported),Vehicle,30,"Gillig, LLC (Gillig) is recalling certain 2016-2017 Gillig Low Floor transit buses. As built, one of the emergency exit windows may not be able to be easily used in the event of an emergency. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","An obstructed emergency exit can hinder passengers from vacating the bus in the event of an emergency, increasing the risk of injury.","Gillig will notify owners, and dealers will move one of the emergency exit windows to an unobstructed location, free of charge. The recall began February 22, 2019. Owners may contact Gillig's customer service at 1-510-264-5073 or 1-800-735-1500." -12/12/2018,18V882000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V882000),Van Hool N.V.,Fire Suppression System May Not Discharge,EQUIPMENT,P1039 / SB1578,Vehicle,244,"Van Hool N.V. (Van Hool) is recalling certain 2015-2018 Van Hool TD925 and TDX25 vehicles, equipped with certain Kidde Technologies, Inc. (KTI) KDS-25 fire extinguishers as part of the optional fire suppression system. The actuator of the extinguisher may not function properly, preventing the fire extinguisher from discharging the fire suppression agent in the event of a fire.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","Van Hool will notify owners, and KTI will inspect the fire suppression systems and replace the electrical piston actuators, as necessary, free of charge. The recall began March 6, 2019. Owners may contact Van Hool customer service at 1-877-427-7278 or 1-407-656-7977. Van Hool's numbers for this recall is P1039/SB1578." -12/12/2018,18V884000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V884000),Blue Bird Body Company,Fuel Hose or Brake Line Fluid Leak,POWER TRAIN,R19ZV-SB,Vehicle,5169,"Blue Bird Body Company (Blue Bird) is recalling certain 2013-2020 Blue Bird Vision school buses equipped with the Ford 6.8L V10 engines. The hydraulic brake lines or transmission shifter cable may have been improperly routed, causing the brake line to be exposed to excessive heat, and leak hydraulic brake fluid. Additionally, the transmission shifter cable could contact the gasoline fuel supply line to the engine which may result in a fuel leak.",A hydraulic brake fluid leak or a fuel line failure can increase the risk of a fire.,"Blue Bird will notify owners, and dealers will install a bracket which will insulate the brake lines from excessive heat, control routing of the brake lines, and secure the transmission shifter cable away from the fuel line, free of charge. The recall began February 7, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZV-SB." -12/12/2018,18V885000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V885000),Blue Bird Body Company,Fuel Hose or Brake Line Fluid Leak,POWER TRAIN,R19ZV-NSB,Vehicle,32,"Blue Bird Body Company (Blue Bird) is recalling certain 2016-2020 Blue Bird Vision transit buses equipped with the Ford 6.8L V10 engines. The hydraulic brake lines or transmission shifter cable may have been improperly routed, causing the brake line to be exposed to excessive heat, and leak hydraulic brake fluid. Additionally, the transmission shifter cable could contact the gasoline fuel supply line to the engine which may result in a fuel leak.",A hydraulic brake fluid leak or a fuel line failure can increase the risk of a fire.,"Blue Bird will notify owners, and dealers will install a bracket which will insulate the brake lines from excessive heat, control routing of the brake lines, and secure the transmission shifter cable away from the fuel line, free of charge. The recall began February 7, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZV-NSB." -12/12/2018,18V883000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V883000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,See attached report,Vehicle,168993,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2002-2005 Lexus SC and Toyota Sequoia, 2003-2005 Toyota Corolla and Tundra, and 2003-2007 Pontiac Vibe vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Toyota will notify the Toyota and Lexus owners. General Motors will notify the Pontiac Vibe owners. Depending on the vehicle model, dealers will replace the front passenger air bag inflator with an alternate inflator, or replace the air bag assembly that includes an alternate inflator, free of charge. The recall began January 23, 2019. Owners may contact Toyota customer service at 1-888-270-9371, Lexus customer service at 1-800-255-3987 or Pontiac customer service at 1-800-762-2737. Toyota's numbers for these recalls are J0A (Zone A Toyota), J0B (Zone B Toyota), J0C (Zone C Toyota), JLI (Zone A Lexus), JLJ (Zone B Lexus), and JLK (Zone C Lexus). Note: This recall includes vehicles that have had their air bag previously replaced under an earlier air bag campaign." -12/11/2018,18E113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E113000),"Gillig, LLC",Fire Suppression System May Not Discharge,EQUIPMENT,NR (Not Reported),Equipment,33,"Gillig LLC (Gillig) is recalling certain Fire Extinguishers, model number 83-133002-500 with part numbers 421220-11, 421220-12, 421220-21, 421220-22 and 424766, sold by Gillig as aftermarket parts. The actuator of the extinguisher may not function properly, preventing the fire extinguisher from discharging the fire suppression agent.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","Gillig will notify owners, and Kidde will replace fire extinguisher, free of charge. The recall began February 22, 2019. Owners may contact Kidde customer service at 1-252-237-7004 or Gillig customer service at 1-510-264-5073." -12/11/2018,18V879000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V879000),"Forest River, Inc.",Insufficient Grease on Bearings may cause Failure,POWER TRAIN,51-0923,Vehicle,128,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Apex, Spirit, Primetime Impression, and Tracer recreational trailers. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began February 4, 2019. Owners may contact Primetime customer service at (574) 862-1025, Coachmen Apex (574) 358-0401, Coachmen Spirit (574) 825-8205, or Dexter Axle (574) 295-7888. Forest River's number for this recall is 51-0923." -12/11/2018,18V880000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V880000),Blue Bird Body Company,Parking Brake Cable May Disengage/FMVSS 105,PARKING BRAKE,R19ZU-SB,Vehicle,535,"Blue Bird Body Company (Blue Bird) is recalling certain 2019 Blue Bird All American and Vision school buses. The parking brake cable may disengage from the foot pedal assembly, possibly allowing the bus to unintentionally move. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""",Unintended movement can increase the risk of a crash.,"Blue Bird will notify owners and dealers will install a clevis cable retention clip and cable-end return spring, free of charge. The recall began February 6, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZU-SB." -12/11/2018,18V881000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V881000),Blue Bird Body Company,Parking Brake Cable May Disengage/FMVSS 105,PARKING BRAKE,R19ZU-NSB,Vehicle,6,"Blue Bird Body Company (Blue Bird) is recalling certain 2019 Blue Bird All American and Vision transit buses. The parking brake cable may disengage from the foot pedal assembly, possibly allowing the bus to unintentionally move. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""",Unintended movement can increase the risk of a crash.,"Blue Bird will notify owners and dealers will install a clevis cable retention clip and cable-end return spring, free of charge. The recall began February 6, 2019. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R19ZU-NSB." -12/10/2018,18V876000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V876000),"Forest River, Inc.",Incorrect Axle Weight Rating on Placard/Part 567,SUSPENSION,51-0919,Vehicle,142,"Forest River, Inc (Forest River) is recalling certain 2019 Rockport vehicles. The Federal Placard may indicate an incorrect Gross Axle Weight Rating (GAWR), which can allow the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An overloaded vehicle may cause operator to lose control of vehicle, increasing the risk of a crash.","Forest River has notified owners, and dealers will replace the Federal Placard with a new corrected Placard, free of charge. The recall began January 18, 2018. Owners may contact Forest River customer service at 1-574-522-7599. Forest River's number for this recall is 51-0919." -12/10/2018,18V877000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V877000),"Daimler Trucks North America, LLC",Incorrectly Installed Roof Header Adhesive,STRUCTURE,FL-801,Vehicle,6031,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Thomas Built Buses Saf-T-Liner C2 school buses. The roof adhesive that supports the roof header may not have been properly applied.,"Improperly applied adhesive may affect the roof header joint strength, which, in the event of a rollover crash, can increase the risk of injury.","DTNA will notify owners, and dealers will inspect the placement of the roof header adhesive, and install mechanical fasteners, as necessary, free of charge. DTNA issued owners an interim notification on February 1, 2019. The recall began March 25, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-801." -12/10/2018,18V878000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V878000),"Daimler Trucks North America, LLC",Incorrectly Installed Roof Header Adhesive,STRUCTURE,FL-801,Vehicle,32,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Thomas Built Buses Saf-T-Liner C2 transit buses. The roof adhesive that supports the roof header may not have been properly applied.,"Improperly applied adhesive may affect the roof header joint strength, which, in the event of a rollover crash, can increase the risk of injury.","DTNA will notify owners, and dealers will inspect the placement of the roof header adhesive, and install mechanical fasteners, as necessary, free of charge. DTNA issued and interim notification to owners on February 1, 2019. The recall began March 25, 2020. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-801." -12/07/2018,18V873000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V873000),"Altec Industries, Inc.",Brake Lights May Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,CSN 708,Vehicle,156,"Altec Industries, Inc is recalling certain 2017-2018 Digger Derrick, Aerial Devices, and Service Body vehicles, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such these vehicles fail to comply to with the requirements of Federal Motor Vehicle Safety Standard FMVSS 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Altec will notify owners, and dealers will replace the brake lights, free of charge. The recall began February 7, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 708." -12/07/2018,18V874000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V874000),Rosenbauer America,Brake Lights May Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,18E-063,Vehicle,319,"Rosenbauer America (Rosenbauer) is recalling certain 2017-2018 Fire Apparatus vehicles, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such these vehicles fail to comply to with the requirements of Federal Motor Vehicle Safety Standard FMVSS 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Rosenbauer will notify owners, and dealers will inspect the vehicles and replace the brake lights, as necessary, free of charge. The recall began April 24, 2019. Owners may contact Rosenbauer customer service at 1-651-462-1000. Rosenbauer's number for this recall is 18E-063." -12/07/2018,18V871000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V871000),Keystone RV Company,Grill Can Be Stored While Flame is Still Lit,EQUIPMENT,19-343,Vehicle,152,"Keystone RV Company (Keystone) is recalling certain 2018-2019 Keystone Raptor recreational trailers. The quick disconnect rubber propane line may be incorrectly routed, allowing the outside grill to be stored while the fuel supply is still on and the flame is still lit.","If the grill is stored while the flame is still lit, it can increase the risk of a fire.","Keystone has notified owners, and dealers will replace the quick disconnect rubber propane line with a line that must be disconnected prior to storing the grill, free of charge. The recall began on January 14, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 19-343." -12/07/2018,18V875000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V875000),"Corp. Micro Bird, Inc.","Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,18-080-GUC,Vehicle,17,"Corp. Micro Bird Inc (Micro Bird) is recalling certain 2015-2018 Micro Bird CT Series buses, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Micro Bird has notified owners, and dealers will inspect and repair the foldaway seat, free of charge. The recall began January 28, 2019. Owners may contact Micro Bird customer service at 1-507-625-6426. Micro Bird's number for this recall is 18-080-GUC." -12/07/2018,18V870000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V870000),PACCAR Incorporated,Seat Belt may not Adequately Restrain Occupant,SEAT BELTS,18KWG and 18PBD,Vehicle,6857,"PACCAR Incorporated (PACCAR) is recalling certain 2018 Kenworth T680 and T880, and Peterbilt 567 and 579 trucks. The seat belt buckle assemblies on these vehicles may have been glued and not sewn during manufacturing, possibly causing the assembly to come apart under load, such as in the event of a crash.","If the seat belt buckle assembly separates, it can prevent the occupant from being properly restrained in the event of a crash, increasing the risk of a crash.","PACCAR will notify owners, and dealers will replace the seat belt buckle assemblies that were not sewn, free of charge. PACCAR issued owners an interim notification on February 4, 2019. The recall began February 28, 2019. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's numbers for this recall is 18KWG, and 18PBD." -12/07/2018,18V872000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V872000),"Mercedes-Benz USA, LLC",Steering Coupling may not have been Locked,STEERING,2018120010,Vehicle,2,"Mercedes-Benz USA, LLC (MBUSA) is recalling one 2018 Mercedes-Benz E400 Coupe and one C300 4Matic Coupe. The steering coupling may not have been correctly locked during manufacturing.","If the steering connection was not properly locked, the mechanical connection between the steering wheel and steering rack may come loose, reducing steering ability and increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the steering coupling and lock it correctly if necessary, free of charge. The recall began January 18, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018120010." -12/06/2018,18V866000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V866000),"Kawasaki Motors Corp., U.S.A.",Incorrect Brake Hose/Sensor Wire Routing,"SERVICE BRAKES, HYDRAULIC",MC18-06,Vehicle,1173,"Kawasaki Motor Corp., U.S.A. (KMC) is recalling certain 2018 Kawasaki Z900, Z900 ABS, and Z900RS vehicles. The rear brake hose and rear wheel rotation sensor wire may have been incorrectly routed, allowing them to contact the rear tire.","If the brake hose contacts the rear tire, the hose may be damaged, reducing the braking performance. If the wheel rotation wire gets damaged, the ABS may not function properly. Either condition can increase the risk of a crash.","KMC will notify owners, and dealers will inspect the brake line and rear wheel sensor wire routing, correcting the routing and replacing any damaged component, free of charge. The recall began December 17, 2018. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC18-06." -12/06/2018,18V868000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V868000),"General Motors, LLC",Passenger Air Bag Module Damaged During Assembly,AIR BAGS,N182198820,Vehicle,154,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Silverado 1500 Crew Cab and GMC Sierra 1500 Crew Cab vehicles. The passenger-side frontal air bag module may have been damaged during assembly, possibly resulting in the air bag not inflating properly in the event of a crash.","In the event of a crash, an air bag that does not inflate properly can increase the risk of injury.","GM will notify owners, and dealers will replace the passenger side air bag module, free of charge. The recall began on December 18, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020 and GMC customer service at 1-800-462-8782. GM's number for this recall is N182198820." -12/05/2018,18E112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E112000),"Cummins, Inc.",Air Compressor Belt Slippage Reducing Output,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,381,"Cummins Inc. (Cummins) is recalling certain Cummins ISV5.0 light duty diesel engines equipped with CP80009 and C80007 air compressors. The air compressor belt may slip, reducing air compressor output, which can inhibit braking performance.","If the air compressor belt slips causing a reduction in compressor output and inhibiting the brake ability, which can increase the risk of a crash.","Cummins will notify owners and dealers will replace the existing high mount refrigerant compressor configuration with a new low mount refrigerant compressor configuration, free of charge. The recall began February 1, 2019. Owners may contact Cummins customer service at 1-800-286-6467." -12/05/2018,18V862000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V862000),"Volkswagen Group of America, Inc.",Auxiliary Heater Connector may Overheat,ELECTRICAL SYSTEM,82C1,Vehicle,845,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015-2016 Audi A6 Sedans and 2015 Audi A7 vehicles. The auxiliary heater electrical connector on these vehicles may have been incorrectly inserted into the auxiliary heater, possibly resulting in increased electrical resistance.","The extra resistance can cause the connector to overheat, increasing the risk of a fire.","Volkswagen will notify owners, and dealers will inspect the auxiliary heater connector, replacing the auxiliary heater and connector, as necessary, free of charge. The recall began March 15, 2019. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 82C1." -12/05/2018,18V863000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V863000),"Volkswagen Group of America, Inc.",Improperly Secured Fuel Line may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",20BK,Vehicle,1104,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Audi TT Roadster, TT Coupe, A3 Sedan and A3 Cabriolet vehicles. The fuel hose quick connector may detach from the fuel supply line in the engine bay, resulting in a fuel leak.",A fuel leak in the engine compartment can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will secure the fuel line connection, as necessary, free of charge. The recall began January 11, 2019. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20BK." -12/05/2018,18V864000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V864000),"Volkswagen Group of America, Inc.",Improperly Secured Fuel Line may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",20Bi,Vehicle,516,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Golf R vehicles. The fuel hose quick connector may detach from the fuel supply line in the engine bay, resulting in a fuel leak.",A fuel leak in the engine compartment can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will secure the fuel line connection, as necessary, free of charge. The recall began January 11, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20Bi." -12/05/2018,18V865000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V865000),"Elgin Sweeper Company, Inc.","T-Fitting Failure Causing Air Leak/FMVSS 121, 106","SERVICE BRAKES, AIR",SB-0220,Vehicle,1230,"Elgin Sweeper Company Inc. (Elgin) is recalling certain 2015-2018 Elgin Broom Bear, Crosswind, Eagle, Road Wizard, and Whirl Wind street sweepers. The T-fitting installed on the air brake system may fail, causing air to leak, potentially resulting in the parking brake applying unexpectedly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems,"" and 106, ""Brake Hoses.""","If the parking brake applies unexpectedly, there would be an increased risk of a crash.","Elgin will notify owners, and dealers will inspect the street sweepers and replace the T-fittings, as necessary, free of charge. The recall began February 27, 2019. Owners may contact Elgin customer service at 1-877-342-5374." -12/04/2018,18V859000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V859000),Newmar Corporation,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",18V-703,Vehicle,308,"Newmar Corporation (Newmar) is recalling certain 2018-2019 Newmar Essex, Ventana LE, Ventana, London Aire, and Mountain Aire vehicles. The brake caliper mounting bolts may not have been sufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Newmar has notified owners, and Daimler Trucks North America dealers will inspect and tighten the brake caliper mounting bolts, free of charge. The recall began January 10, 2019. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 18V-703." -12/04/2018,18V861000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V861000),"Yamaha Motor Corporation, USA",Radiator Hose may Crack and Leak Coolant,ENGINE AND ENGINE COOLING,990125,Vehicle,16760,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2018 Yamaha YZFR3 motorcycles. The upper radiator hose may crack resulting in a coolant leak.","If coolant leaks onto the rear tire, it can cause a loss of control, increasing the risk of a crash.","Yamaha will notify owners, and dealers will install a new upper radiator hose, free of charge. The recall began December 17, 2018. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990125." -12/04/2018,18V860000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V860000),"Yamaha Motor Corporation, USA",Shifter Return Spring may Break,POWER TRAIN,990126,Vehicle,11240,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2016 Yamaha YZFR3 motorcycles. The shift shaft torsion spring may fracture, giving the shifter a loose feel and affecting the ability to shift gears.",Difficulty shifting gears can cause a loss of control and increase the risk of a crash.,"Yamaha will notify owners, and dealers will install a new shift shaft torsion spring, free of charge. The recall began December 17, 2018. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990126." -12/03/2018,18V858000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V858000),"McNeilus Truck & Manufacturing, Inc.",CNG Tank Valve Stem may Eject from Valve Body,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,199,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2016-2018 McNeilus Meridian Front Loader, Atlantic Front Loader, XE Rear Loader, Bridgemaster Mixer, Standard Mixer, and Oshkosh S-Series vehicles, equipped with certain MPVE-250 One-Turn Valves (OTV) on the CNG fuel tanks. If the valve knob is turned more than one turn, the valve's snap ring may fail and the valve stem may forcibly eject from the valve body.","The forcible ejection of the stem may increase the risk of injury to those nearby. Additionally, the unintended release of CNG can increase the risk of a fire.","McNeilus will notify owners, and dealers will replace the valve with a valve from another brand, free of charge. The recall began January 7, 2019 . Owners may contact McNeilus customer service at 1-888-686-7278." -12/03/2018,18V856000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V856000),"Forest River, Inc.",Clearance Lights may be Inoperative/FMVSS 108,EXTERIOR LIGHTING,63-0921,Vehicle,5,"Forest River, Inc (Forest River) is recalling certain 2019 Forest River Salem and Wildwood recreational trailers. The clearance lights on these vehicles may not work due to being incorrectly wired. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, �Lamps, Reflective Devices, and Associated Equipment.""","Inoperative clearance lights can reduce the trailers visibility to others, increasing the risk of a crash.","Forest River will notify owners, and dealers will correct the clearance light wiring, free of charge. The recall began December 18, 2018. Owners may contact Forest River customer service at 1-574-534-6127. Forest River's number for this recall is 63-0921." -12/03/2018,18V857000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V857000),"Gulf Stream Coach, Inc.",Insufficient Grease on Bearings may cause Failure,SUSPENSION,GS03122018,Vehicle,16,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2019 Gulf Stream Vintage Cruiser recreational trailers. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began January 29, 2019. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GS03122018." -12/01/2018,18E111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E111000),Luxfer Canada Ltd.,CNG Tank Valve Stem may Eject from Valve Body,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1607,"Luxfer Canada Ltd. (Luxfer) is recalling certain One-Turn Valves (OTV), part number MPVE-250. If the knob is turned more than one turn, the valve's snap ring may fail and the valve stem may forcibly eject from the valve body.","The forcible ejection of the stem may increase the risk of injury to those nearby. Additionally, the unintended release of CNG can increase the risk of a fire.","Luxfer will notify owners, and provide an upgrade kit for the valves which doubles the snap ring strength, free of charge. The recall began January 18, 2019. Owners may contact Luxfer customer service at 1-403-720-0262." -11/30/2018,18V851000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V851000),"Jayco, Inc.",Insufficient Grease on Bearings may cause Failure,SUSPENSION,9901422,Vehicle,149,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco White Hawk, Jay Flight SLX, and Jay Feather travel trailers. The inner wheel hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Jayco will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began December 21, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901422." -11/30/2018,18V855000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V855000),"Winnebago Industries, Inc.",Missing Edge Protection on Liquid Propane Lines,EQUIPMENT,NR (Not Reported),Vehicle,152,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2018-2019 Winnebago Forza motorhomes. The liquid propane (LP) lines may have been installed without edge protection where the LP lines pass through the closeout panel, possibly resulting in the lines being damaged and leaking fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Winnebago will notify owners, and dealers will install edge protection at the closeout panel, free of charge. The recall is expected to begin January 18, 2019. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885." -11/30/2018,18V852000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V852000),"Heartland Recreational Vehicles, LLC",Reflectors may not be Installed/FMVSS 108,VISIBILITY,99.01.43,Vehicle,847,"Heartland RV (Heartland) is recalling certain 2019 Heartland Elk Ridge, Milestone, Elk Ridge Express, Pioneer, Sundance, and Sundance XLT fifth-wheel recreational trailers. The forward reflectors on one or both sides may not have been installed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the reflectors are missing, the trailer may have reduced visibility to other drivers, increasing the risk of a crash.","Heartland will notify owners, and dealers will install the missing reflectors, free of charge. The recall began December 26, 2018. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.43." -11/30/2018,18V853000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V853000),Keystone RV Company,Spindle Weld Failure may cause Wheel Separation,SUSPENSION,19-342,Vehicle,169,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Montana recreational trailers. The axles may have defective welds on the spindles, potentially resulting in a spindle and wheel assembly detaching from the axle.","If the spindle or wheel assembly detaches from the axle, it can affect vehicle handling and increase the risk of a crash.","Keystone will notify owners, and dealers will inspect the axle tag, replacing it as necessary, free of charge. The recall began January 14, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-342." -11/30/2018,18V854000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V854000),Ducati North America,Timing Chain Tensioner may Loosen and Leak Oil,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1502,"Ducati North America (Ducati) is recalling certain 2018-2019 Ducati Panigale V4, V4 S and V4 SP motorcycles. The timing chain tensioner may loosen over time, possibly causing oil to leak from the bottom of the tensioner adjustment bolt.",An oil leak can increase the risk of a crash.,"Ducati will notify owners, and dealers will tighten the timing chain tensioner bolts, free of charge. The recall began January 24, 2019. Owners may contact Ducati customer service at 1-888-391-5446." -11/29/2018,18V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V837000),"Daimler Vans USA, LLC",Fuel Hose may Leak in Engine Compartment,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12383,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2017 Mercedes-Benz Metris vehicles. The fuel hose in the engine compartment may leak at the lower connecting point of the transition hose, between the underbody fuel line and the Schrader valve and/or where the fuel line connects to the fuel pump.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"DVUSA will notify owners, and dealers will replace the affected hose and clamp, free of charge. The recall is expected to begin January 25, 2019. Owners may contact DVUSA customer service at 1-877-762-8267." -11/29/2018,18V850000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V850000),"Mercedes-Benz USA, LLC","Steering Rack Locknut May Fail, Affecting Steering",STEERING,2019080012,Vehicle,6373,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2015-2016 Mercedes Benz C300, 2017-2019 C300 Cabrio, C300 Coupe, C63 Cabrio, 2015 C63S AMG, 2018-2019 C300, C350e, C63 AMG, C63S AMG Cabrio, 2018 C63 AMG Cabrio, C63 AMG Coupe, C63S AMG, C63S AMG Coupe, E300, E400 Cabrio, E400 Coupe, 2019 CLS450, E450 Cabrio, and E450 Coupe rear-wheel drive vehicles. A locknut in the steering rack may break under high load, possibly causing the steering to become stuck in one position.",A car that cannot be properly steered has an increased risk of a crash.,"MBUSA will notify owners, and dealers will replace the steering rack, free of charge. The recall began August 23, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019080012." -11/29/2018,18V849000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V849000),"Mercedes-Benz USA, LLC",Tailgate Spoiler May Detach,STRUCTURE,2018120002,Vehicle,16,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 Mercedes-Benz E450 4Matic Wagon and E63S AMG Wagon vehicles. The affected vehicles have a tailgate mounted spoiler that may not be properly attached and therefore could detach while driving.","If the tailgate mounted spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and correct the mounting of the spoiler, as necessary, free of charge. The recall began December 19, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018120002." -11/29/2018,18E110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E110000),Horizon Global,Trailer may Separate from Gooseball,TRAILER HITCHES,NR (Not Reported),Equipment,621,"Horizon Global (Horizon) is recalling certain Reese Elite Aftermarket Gooseball kits, both the Hi-Rise Ball kit, part number 19315, and the GM Kit, part number 30891, sold for aftermarket installation on Chevrolet and GMC trucks with the factory OEM underbed package. These parts are the connector used in a gooseneck hitch to connect the towing vehicle's underbed to a trailer. The load dynamics of the underbed in these vehicles may potentially result in the trailer separating from the gooseball.","If the trailer separates from the gooseball and the trailer is not using safety chains, the trailer could separate from the vehicle, increasing the risk of a crash.","Horizon will work with dealers to notify owners, and provide reimbursement for the parts purchased. The recall began January 10, 2019. Customers may contact Horizon customer service number at 1-877-973-7871." -11/28/2018,18E109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E109000),TSE Brakes,Brake Actuator Mounting Washer May Fracture,EQUIPMENT,NR (Not Reported),Equipment,264,"TSE Brakes is recalling certain Air Brake Actuators, part numbers 3030TVW3UL-4201, 3030TLW3OE-4071, 3030TL2-3769 and 20SCLW2. The washers used for mounting the actuators may fracture, allowing the actuators to loosen, potentially reducing the braking ability.","A reduction in the braking performance can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","TSE Brakes will notify owners, and dealers will replace the flat mounting washer, free of charge. The recall began January 7, 2019. Owners may contact TSE Brake customer service at 1-256-736-6275." -11/28/2018,18V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V841000),"Porsche Cars North America, Inc.",Brake Line Corrosion may Affect Brake Performance,"SERVICE BRAKES, HYDRAULIC",AJ11,Vehicle,112,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2018 Porsche Panamera Turbo S Hybrid Executive, Panamera 4 Hybrid, Panamera Turbo S Hybrid, Panamera 4 Hybrid Executive, Panamera 4 Hybrid Sport Turismo, and Panamera Turbo S Hybrid Sport Turismo vehicles. The brake lines installed on the front axle may corrode over time. Corrosion inside the line may affect the front braking performance.",Braking ability that is reduced due to a corroded brake line can increase the risk of a crash.,"Porsche will notify owners, and dealers will replace the brake line, and any damaged brake components, free of charge. The recall began June 26, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ11." -11/28/2018,18E108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E108000),"Porsche Cars North America, Inc.",Incorrect Thread may Allow Ski Bag to Detach,EQUIPMENT,AJ12,Equipment,95,"Porsche Cars North America, Inc. (Porsche) is recalling certain accessory equipment ski bags, part number 95B.860.811, sold for use in Cayenne and Macan vehicles. The ski bag fastening strap may have been sewn with incorrect thread, possibly resulting in the strap seams tearing and the ski bag being unsecured in the event of a crash.","If the ski bag detaches during a crash, it can increase the risk of injury.","Porsche will notify dealers, and the dealers will replace the ski bags, free of charge. The recall began January 10, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ12." -11/28/2018,18V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V844000),"Porsche Cars North America, Inc.",Incorrect Thread may Allow Ski Bag to Detach,EQUIPMENT,AJ12,Vehicle,142,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017 Porsche Cayenne Turbo S, Cayenne Turbo, Cayenne Plug-in Hybrid, Cayenne GTS, Cayenne Plug-in Hybrid Platinum Edition, Macan Turbo and Macan GTS vehicles, 2017-2018 Cayenne S, Macan, Cayenne Platinum Edition and Macan S vehicles and 2018 Cayenne vehicles equipped with the optional ski bag. The ski bag fastening strap may have been sewn with incorrect thread, possibly resulting in the strap seams tearing and the ski bag being unsecured in the event of a crash.","If the ski bag detaches during a crash, it can increase the risk of injury.","Porsche will notify owners, and dealers will replace the ski bags, free of charge. The recall began January 10, 2019. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ12." -11/28/2018,18V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V843000),Keystone RV Company,Insufficient Grease on Bearings may cause Failure,POWER TRAIN,18-340,Vehicle,982,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Cougar, Outback, Passport, Springdale, Bullet and Hideout recreational trailers and 2019 Dutchmen Aerolite and Atlas recreational trailers. The inner hub bearings of the axles may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began January 16, 2019. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-340." -11/28/2018,18V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V847000),"Altec Industries, Inc.",Missing or Insufficiently Tightened Fasteners,EQUIPMENT,CSN 706,Vehicle,49,"Altec Industries, Inc. (Altec) is recalling certain 2017 Altec AT37, AT41 and AT48 aerial devices. Some of the fasteners that secure the pedestal to the chassis may be missing or may be loose which can cause a loss of stability or separation of the pedestal.",A pedestal that is not secure can increase the risk of injury.,"Altec will notify owners and will repair the vehicles, free of charge. The recall began January 31, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 706." -11/28/2018,18V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V842000),"Champion Bus, Inc.",Observation Glass can Shatter from Road Debris,VISIBILITY,NR (Not Reported),Vehicle,88,"Champion Bus, Inc. (Champion) is recalling certain 2016-2018 Federal Coach Spirit vehicles. If the observation window that is located above the windshield is hit by road debris, it may shatter, resulting in glass falling into the driver and/or passenger compartment.",Glass that falls into the driver or passenger compartment can increase the risk of a crash or an injury.,"Champion will notify owners and dealers will replace the glass free of charge . The recall began January 9, 2019. Owners may contact Champion customer service at 1-810-724-1753 extension 415." -11/28/2018,18V848000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V848000),Honda (American Honda Motor Co.),Pillar Mounting Holes Incorrect Size/FMVSS 214 226,STRUCTURE,D3D,Vehicle,404,"Honda (American Honda Motor Co.) is recalling certain 2019 Honda Ridgeline and Pilot vehicles. The mounting holes for the clip that secures the right center pillar trim panel may be larger than intended. In the event of a crash necessitating right side curtain air bag deployment, the clip may not hold the center pillar trim panel in position and it may potentially interfere with the curtain air bag deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection,"" and 226, ""Ejection Mitigation.""","In the event of a crash, if the curtain air bag does not deploy as intended, it can increase the risk of injury.","Honda will notify owners, and dealers will install a bracket on the right center pillar that will securely hold the center pillar trim clip, free of charge. The recall began January 22, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is D3D." -11/28/2018,18V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V846000),Blue Bird Body Company,School Bus Seats may Detach from Floor/FMVSS 210,SEATS,R18ZT-SB,Vehicle,12,"Blue Bird Body Company (Blue Bird) is recalling certain 2020 Blue Bird All American and 2019-2020 Blue Bird Vision school buses, equipped with certain HSM NextGen 45"" 3PT school bus seats, part number GenQ3-45 LH. There may be an insufficient number of bolts attaching the seat to the bus floor, allowing the seat to detach from the bus floor in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the bus seat detaches from the floor, it can increase the risk of injury.","Blue Bird will notify owners, and dealers will install a secondary floor mounting brace, free of charge. The recall began December 12, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZT-SB." -11/28/2018,18V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V845000),Ford Motor Company,Transmission Clutch Slip and Fluid Leak,POWER TRAIN,18S07,Vehicle,2828,"Ford Motor Company (Ford) is recalling certain 2016-2018 Ford Focus vehicles equipped with a 1.0L Fox GTDI engine and a 6-speed manual transmission. The clutch may fracture, resulting in damage to the transmission assembly and possibly a transmission fluid leak.",A transmission fluid leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"Ford will notify owners, and dealers will update vehicles with software that detects and prevents prolonged clutch slip, and will replace the clutch, as necessary, free of charge. The recall began January 17, 2019. Owners may contact Ford at 1-866-436-7332. Ford's number for this recall is 18S07. Note: This recall is an expansion of Recall 18V-169." -11/27/2018,18V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V836000),"Volkswagen Group of America, Inc.",Air Bag Mounting Screw may be Loose,AIR BAGS,69Y4,Vehicle,12,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Audi A5 Sportback and 2017-2018 Audi A4 Allroad vehicles. A passenger air bag module mounting screw may not have been sufficiently tightened, possibly affecting the deployment of the air bag in the event of a crash.","If the air bag does not deploy correctly in the event of a crash, it can increase the risk of an injury.","Volkswagen will notify owners, and dealers will inspect the air bag mounting screw, tightening or replacing it as necessary, free of charge. The recall began December 19, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69Y4." -11/27/2018,18V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V835000),Ducati North America,Gear Shift Knob may Detach,POWER TRAIN,SRV-RCL-18-007,Vehicle,2742,"Ducati North America (Ducati) is recalling certain 2017-2019 Ducati Monster 1200, Monster 821, SuperSport and SuperSport S motorcycles. The shift lever may have been incorrectly assembled, possibly resulting in the shift knob detaching from the lever.","If the shift knob detaches, the rider may not be able to shift gears, increasing the risk of a crash.","Ducati will notify owners, and dealers will inspect the gear lever shift knob tightness, replacing it as necessary, free of charge. The recall began January 14, 2019. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-18-007." -11/27/2018,18V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V838000),"Mercedes-Benz USA, LLC",Incorrect Display of Passenger Air Bag Status,AIR BAGS,2018120009,Vehicle,104663,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 C300 Cabriolet, C300 Coupe, C300 4Matic Cabriolet, C300, C300 4Matic Coupe, C300 4Matic, C43 AMG Cabriolet, C43 AMG Coupe, C63 S AMG Cabriolet, C350e Plug-In Hybrid, C63 AMG Cabriolet, C63 AMG Coupe, C63 S AMG Coupe, C63 AMG, C63 S AMG, 2018-2019 GLC300 4Matic Coupe, GLC300, GLC63 AMG Coupe, GLC300 4Matic, GLC350e Plug-In Hybrid, GLC43 AMG Coupe, GLC43 AMG, GLC63 S AMG Coupe, and GLC63 AMG vehicles equipped with Audio 20 head units and automatic child seat recognition. The status of the passenger side air bag may not display correctly.","If the passenger air bag is incorrectly displayed as 'ON' when it is not, a front seat passenger may be unaware that the air bag will not deploy in the event of a crash, increasing their risk of injury.","MBUSA will notify owners, and dealers will update the audio head unit software, free of charge. The recall began January 3, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018120009." -11/27/2018,18V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V840000),"Mercedes-Benz USA, LLC",Loss of Electric Power Steering Assist,STEERING,2019040007,Vehicle,7,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 GLC300 vehicles. An internal sensor within the electric power steering unit may fail, deactivating the power steering assist.",A loss of electric power steering assist can increase the risk of a crash.,"MBUSA will notify owners, and dealers will replace the steering unit, free of charge. The recall began June 7, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA'S number for this recall is 2019040007." -11/27/2018,18V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V834000),Ducati North America,Oil Cooler Port May Crack Causing an Oil Leak,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1663,"Ducati North America (Ducati) is recalling certain 2018-2019 Ducati Panigale V4, V4 S, and V4 SP motorcycles. The oil cooler output port may crack, causing an oil leak.",An engine oil leak can increase the risk of a crash.,"Ducati will notify owners, and dealers will replace the oil cooler, free of charge. The recall began January 24, 2019. Owners may contact Ducati customer service at 1-888-391-5446." -11/27/2018,18V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V839000),"Mercedes-Benz USA, LLC",Seat Belts Incorrectly Detected as Unfastened,SEAT BELTS,2019020012,Vehicle,4969,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 C300 4Matic Cabriolet, C43 AMG Cabriolet, C300 Cabriolet, C300 Coupe, C300 4Matic Coupe, C43 AMG Coupe, E450 Coupe, E53 AMG Cabriolet, S450, S560, E450 Cabriolet, E450 4Matic Cabriolet, E450 4Matic Coupe, E53 AMG Coupe, S450 4Matic, S560 4Matic, S63 AMG and S65 AMG vehicles and Mercedes-Mayback S650 and S560 4 Matic vehicles. A correctly fastened seatbelt may be inaccurately detected as being unfastened, preventing the seat belt pre-tensioners from activating in the event of a crash.","If the seat belt tensioning does not activate in the event of a crash, it can increase the risk of injury.","MBUSA will notify owners, and dealers will replace the seat belt buckles, free of charge. The recall began March 18, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019020012." -11/27/2018,18V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V833000),Lamborghini (Automobili Lamborghini),System Warning Lamps Inoperative After Restart,ELECTRICAL SYSTEM,L614R0118/L615R0218,Vehicle,1152,"Automobili Lamborghini (Lamborghini) is recalling certain 2011-2014 Gallardo Coupe and Gallardo Spyder vehicles. The Engine Control Unit (ECU) software may erase trouble codes after the ignition is turned off, not illuminating warning lamps and preventing drivers from being warned of safety system problems the next time that they are driving.","If the warning lamps do not indicate a safety system failure such as an engine or fuel injection system malfunction, continuing to drive the vehicle with a faulty system and no warning can increase the risk of a crash or injury.","Lamborghini will notify owners, and dealers will reflash the engine software with the appropriate procedure, free of charge. The recall began December 14, 2018. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's numbers for this recall are L61XR0118/L615R0218." -11/27/2018,18E107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E107000),Fujian Wanda Automobile Glass Industry C,Water May Enter Windshield Wire Harness,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,8202,"Fujian Wanda Automobile Glass Industry (Wanda) is recalling certain aftermarket Replacement Windshields sold for use in 2014-2018 Toyota Highlander vehicles. The windshields have an attached wire harness that water may leak into, possibly causing damage to the vehicle's Engine Control Module (ECM).","The ECM damage may result in the engine stalling, increasing the risk of a crash.","Wanda will notify owners, and service centers will replace the windshields, and inspect the ECM for damage, having it replaced, as necessary, free of charge. The recall began January 29, 2019. Owners may contact Wanda customer service at 1-864-281-2760." -11/26/2018,18V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V828000),"Chrysler (FCA US, LLC)",Brake Fluid Leak due to Brake Line Damage,ENGINE AND ENGINE COOLING,UB9,Vehicle,6136,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Alfa Romeo Giulia vehicles equipped with GME 280HP engines and All Wheel Drive (""AWD""). The brake fluid line may contact a coolant hose clamp, possibly causing brake fluid to leak onto the exhaust.",Brake fluid leaking onto the exhaust can increase the risk of a fire.,"Chrysler will notify owners, and dealers will install a bracket on the brake fluid line to prevent contact with the coolant hose clamp. If damage is found on the brake line, it will be replaced, free of charge. The recall began January 10, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB9." -11/26/2018,18E106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E106000),"Irvine Shade & Door, Inc.",Driver Side Window Shade may Lower Without Warning,VISIBILITY,NR (Not Reported),Equipment,5000,"Irvine Shade & Door, Inc. (Irvine) is recalling certain Windshield Motor Shades. The motorized windshield roller shade at the driver's seating position may unroll without warning while driving.","If the windshield roller shade unrolls while driving, it could block the driver's visibility, increasing the risk of a crash.","Irvine will notify the vehicle manufacturers that purchased the shades, and dealers for those manufacturers will install a fastener to ensure the motor will not allow the shade to roll down while driving, free of charge. Owners may contact Irvine customer service at 1-574-522-1446." -11/26/2018,18V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V830000),"BMW of North America, LLC",Engine Connecting Rods may Loosen,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1,"BMW of North America, LLC (BMW) is recalling one 2019 F850GS motorcycle. The engine connecting rods may not have been installed properly, possibly causing them to become loose and disconnect over time.","Loose engine connecting rods can damage the engine, causing a loss of engine power, increasing the risk of a crash.","The motorcycle has not yet been sold, and the dealer will replace the engine, free of charge, prior to sale. The recall began December 7, 2018. Owners may contact BMW customer service at 1-800-525-7417." -11/26/2018,18V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V829000),Nova Bus (US) Inc.,Engine Fault Code Causes Loss of Vehicle Stability,ELECTRICAL SYSTEM,CR4422,Vehicle,337,Nova Bus (Nova) is recalling certain 2013-2018 Nova LFS Artic transit buses. A fault code in the engine may cause the vehicle to operate at zero velocity and lack of dampening reducing vehicle stability.,"If there is a loss of vehicle stability, it can increase the risk of a crash.","Nova will notify owners, and dealers will update the Hubner ACU software, free of charge. The recall began December 6, 2018. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4422." -11/26/2018,18V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V831000),"Maserati North America, Inc.",Fuel Line Damage may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",378,Vehicle,6334,"Maserati North America, Inc. (Maserati) is recalling certain 2014-2015 Maserati Quattroporte and Ghibli vehicles. During production of the fuel lines, the lines may have been damaged, possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Maserati will notify owners, and dealers will replace the fuel line assemblies, free of charge, unless previously repaired under recall 17V-045. The recall began January 15, 2019. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 378. Note: This recall supersedes recall number 17V-045." -11/26/2018,18V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V832000),"Airstream, Inc.",Incorrect Battery Cable Fuse may Overload Cable,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,31,"Airstream, Inc. (Airstream) is recalling certain 2019 Airstream Interstate 19 motorhomes. 150 amp fuses may have been used for the coach battery fuses instead of 100 amp fuses, potentially allowing the battery cables to be overloaded.","Overloaded battery cables may overheat, increasing the risk of a fire.","Airstream will notify owners, and dealers will remove the 150 amp fuses and install 100 amp fuses, free of charges. The recall began January 8, 2019. Owners may contact Airstream customer service at 1-877-596-6505 or 1-937-596-6111, extensions 7401 or 7411." -11/26/2018,18V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V824000),"Volkswagen Group of America, Inc.",No Warning When Key is Left in Ignition/FMVSS 114,ELECTRICAL SYSTEM,90L3 / 90L4,Vehicle,73549,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018-2019 Volkswagen Atlas and Tiguan and 2019 Volkswagen Jetta vehicles that do not have keyless entry. The instrument cluster may not provide an audible warning to let the driver know that the key is still in the ignition when the door is open. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection.""","If the driver is not notified by an audible noise that the key is left in the ignition, it can increase the risk of vehicle theft or crash.","Volkswagen will notify owners, and dealers will reprogram the instrument cluster, free of charge. The recall began December 13, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's numbers for this recall are 90L3 and 90L4." -11/22/2018,18V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V827000),"New Flyer of America, Inc.",Fire Suppression System May Not Discharge,EQUIPMENT,R18-020,Vehicle,463,"New Flyer of America, Inc. (New Flyer) is recalling certain 2015-2017 New Flyer XD40 and XN60, 2015 XD60 and XDE40 and 2013-2017 XN40 vehicles, equipped with certain Kidde Technologies, Inc. (KTI) KDS-25 fire extinguishers as part of the optional fire suppression system. The actuator of the extinguisher may not function properly, preventing the fire extinguisher from discharging the fire suppression agent in the event of a fire.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","New Flyer has notified owners, and KTI will inspect the fire suppression systems and replace the electrical piston actuators, as necessary, free of charge. The recall began on November 29, 2018. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R18-020." -11/21/2018,18V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V825000),Great Dane Trailers,Rear Impact Guards too Narrow/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,102,"Great Dane Trailers (Great Dane) is recalling certain 2019 Great Dane Freedom Combo Drop Deck Platform trailers. The rear impact guards on these vehicles may be too narrow. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 223, ""Rear Impact Guards.""","If the rear impact guards do not meet the width requirements, the guards may not prevent a vehicle from going under the trailer in the event of a rear impact, increasing the risk of injury.","Great Dane will notify owners, and dealers will install a set of rear impact guard extensions, free of charge. The recall began December 21, 2018. Owners may contact Great Dane customer service at 1-877-369-3493." -11/21/2018,18V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V826000),"Navistar, Inc.",Vehicle may Move after Clutch Component Fails,POWER TRAIN,18518,Vehicle,21740,"Navistar, Inc. (Navistar) is recalling certain 2019 International HV, MV, 2018-2019 HX, LT, RH, LoneStar, ProStar, WorkStar, and 2018 TranStar automated manual transmission vehicles, equipped with certain Eaton ECA heavy-duty truck clutches. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"Navistar will notify owners, and dealers will recalibrate the Transmission Control Module (TCM), free of charge. The recall began January 18, 2019. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18518." -11/20/2018,18V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V821000),"Navistar, Inc.",Improperly Routed Brake Air Line Tube,"SERVICE BRAKES, AIR",18517,Vehicle,187,"Navistar, Inc. (Navistar) is recalling certain 2019-2020 IC Bus CE school buses equipped with feature code 04AZS (4-channel Antilock Brakes, 4-channel Electronic Stability and Automatic Traction Control. The brake air line tube to the left brake modulator valve may have been improperly routed, possibly resulting in the line kinking, causing the vehicle to vehicle to pull to the right when braking or preventing the anti-lock brakes from functioning properly.",A vehicle pulling to the right during braking or improper ABS function can increase the risk of a crash.,"Navistar will notify owners, and dealers will reroute the air line tube and replace any kinked tube, free of charge. The recall began December 20, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18517." -11/20/2018,18V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V819000),"Heartland Recreational Vehicles, LLC",Insufficient Grease on Bearings may cause Failure,SUSPENSION,99.01.42,Vehicle,53,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019 Heartland Pioneer and Prowler recreational trailers, built on D28H, D35, D40 or D44 trailer axles. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Heartland will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began December 7, 2018. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.42." -11/20/2018,18V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V820000),Cruiser RV,Insufficient Grease on Bearings may cause Failure,SUSPENSION,99.03.16,Vehicle,25,"Cruiser RV (Cruiser) is recalling certain 2019 Cruiser MPG and Radiance Ultra Light recreational trailers, built on D28H, D35, D40, or D44 trailer axles. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Cruiser will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began December 7, 2018. Owners may contact Cruiser customer service at 1-574-206-7920. Cruiser's number for this recall is 99.03.16." -11/20/2018,18V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V823000),"Grand Design RV, LLC",Insufficient Grease on Bearings may cause Failure,SUSPENSION,910018,Vehicle,119,"Grand Design RV, LLC (Grand Design) is recalling certain 2019 Grand Design Imagine recreational trailers, built on D28H, D35, D40 or D44 trailer axles. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Grand Design will notify owners, and dealers will inspect and repair the hubs and bearings, as necessary, free of charge. The recall began December 12, 2018. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910018." -11/20/2018,18V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V822000),"Chrysler (FCA US, LLC)",Seat Track Sensor Out of Position,SEATS,UB7,Vehicle,23,"Chrysler (FCA US LLC) is recalling certain 2019 RAM 1500 trucks. The seat track position sensor on the manually-adjusted passenger seats may come loose and out of position, preventing the sensor from detecting if the seat is in the full-forward position.","If the sensor cannot identify that the seat is in the full-forward position and adjust the frontal air bag deployment accordingly, there would be an increased the risk of a injury in the event of a crash.","Chrysler will notify owners and dealers will inspect the passenger seat track position sensor bracket, replacing it as necessary, free of charge. The recall began December 20, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB7." -11/19/2018,18V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V818000),"Volkswagen Group of America, Inc.",Interim Butyl Tape Repair May Allow Fuel to Leak,"FUEL SYSTEM, GASOLINE",20BJ,Vehicle,5987,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2007-2012 Audi Q7 and 2009-2012 Audi Q5 vehicles, previously repaired under NHTSA recall 16V-660. These vehicles were previously repaired with an interim repair of installing butyl tape to the fuel pump flange, until replacement remedy parts became available.",The butyl tape may not prevent fuel from leaking. A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will replace the fuel pump flange and install butyl tape, free of charge. The recall began December 28, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20BJ." -11/19/2018,18T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T016000),Yokohama Tire Corporation,Rubber Compound Causing Tread Separation/FMVSS 119,TIRES,NR (Not Reported),Tire,529,"Yokohama Tire Corporation (Yokohama) is recalling certain Yokohama RY023 tires, size 295/75R22.5 (14G), that have DOT date code 2318. The rubber compound may be incorrect, possibly resulting in the tread separating from the casing. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other than Passenger Cars.""","If the tread separates, the driver may experience a loss of control, increasing the risk of a crash.","Yokohama has notified owners, and dealers will inspect and replace the tires, as necessary, free of charge. The recall began November 29, 2018. Owners may contact Yokohama customer service at 1-800-722-9888." -11/16/2018,18V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V812000),Thor Motor Coach,Driver Side Window Shade may Lower Without Warning,VISIBILITY,RC000165,Vehicle,1485,"Thor Motor Coach (TMC) is recalling certain 2017-2019 Thor Challenger, Miramar, and Outlaw motorhomes. The motorized windshield roller shade at the driver's seating position may unroll without warning while driving.","If the windshield roller shade unrolls while driving, it could block the driver's visibility, increasing the risk of a crash.","TMC will notify owners, and dealers will install a fastener to ensure the motor will not allow the shade to roll down during while driving. The recall began January 10, 2019. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000165." -11/16/2018,18V817000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V817000),Honda (American Honda Motor Co.),Incorrect Information in Owners Manual/FMVSS 225,EQUIPMENT,O3A,Vehicle,7016,"Honda (American Honda Motor Co.) is recalling certain 2017-2018 Honda Civic Hatchback and Civic Type R vehicles. The owners guide in these vehicles may not have been included or if included, the owner's guide may not have been properly provided required information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the information is missing or improper, it can increase the risk of injury or a crash.","Honda will notify owners, and dealers will replace the owners information kit, free of charge. The recall began January 9, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is O3A." -11/16/2018,18V815000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V815000),"Autocar, LLC",Loss of Power Steering Assist,STEERING,ACX-1803,Vehicle,761,"Autocar, LLC (Autocar) is recalling certain 2019 Autocar Xpeditor vehicles. The power steering assist cylinder bracket may not be properly secured to the frame rail, possibly causing an increase in steering effort or a loss of steering ability.",A reduction of power steering assist or a loss of steering control can increase the risk of a crash.,"Autocar will notify owners, and dealers will properly secure the power assist steering bracket to the frame, free of charge. The recall began December 18, 2018. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1803." -11/16/2018,18V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V816000),PACCAR Incorporated,Missing Reflex Reflectors on Markers/FMVSS 108,EXTERIOR LIGHTING,18KWF & 18PBC,Vehicle,1619,"PACCAR Incorporated (PACCAR) is recalling certain 2013-2019 Kenworth T680 and T880 and Peterbilt 579 trucks, greater than 30 feet long and equipped with side extender mounted intermediate marker lamp/turn signals that do not include a reflex reflector. Since both intermediate side marker lamps and reflex reflectors are required, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing reflex reflectors can reduce the vehicle's visibility to other drivers, increasing the risk of a crash.","PACCAR will notify owners and dealers will install reflex reflective tape, free of charge. The recall began January 15, 2019. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 18KWF, and 18PBC." -11/16/2018,18V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V813000),"ARBOC Specialty Vehicles, LLC",Seat Back may not Stay Upright/FMVSS 207,SEATS,NA,Vehicle,62,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain 2015-2018 ARBOC Spirit of Freedom, Spirit of Mobility and Spirit of Independence-Pro Master transit buses, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","ARBOC has notified owners, directing them to contact Freedman for repairs of the foldaway seat, free of charge. The recall began November 29, 2018. Owners may contact Freedman customer service at 1-800-443-4540 or ARBOC at 1-574-825-4880." -11/16/2018,18E105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E105000),"Iowa Mold Tooling Co., Inc.",Transmitter Failure Causing Crane Movement,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,20,"Iowa Mold Tooling Co., Inc. (IMT) is recalling certain Omnex Proportional Wireless Transmitters, part numbers 70733882 and 70733883, used for controlling cranes. These wireless transmitters have a diode that can fail, possibly causing the crane to move in an unintended manner.","If the crane moves in a way that was not intended, it can increase the risk of injury to those nearby.","IMT will notify owners, and IMT Distributors will replace the transmitter, free of charge. The recall began January 14, 2019. Owners may contact IMT customer service at 1-800-554-4421." -11/15/2018,18V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V809000),Polaris Inc.,Backup Camera Failure/Loss of Taillight/FMVSS 108,BACK OVER PREVENTION,T-18-04,Vehicle,11371,"Polaris Industries (Polaris) is recalling certain 2015-2016 Polaris Slingshot, Slingshot SL and Slingshot SL LE motorcycles equipped with a backup camera. The back-up camera may fail internally, possibly melting the voltage regulator and blowing the fuse for that circuit, thereby preventing the taillight from functioning properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, Lamps, Reflective Devices, and Associated Equipment.",The melted voltage regulator can increase the risk of a fire. The loss of a tail light can increase the risk of a crash.,"Polaris will notify owners, and dealers will inspect and replace the back-up camera, as necessary, free of charge. The recall began January 2, 2019. Owners may contact Polaris at 1-855-863-2284. Polaris' number for this recall is T-18-04." -11/15/2018,18V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V808000),Wabash National Corporation,Limb Deflectors may Detach from Trailer,STRUCTURE,LEG201803,Vehicle,5194,Wabash National Corporation (Wabash) is recalling certain 2014-2019 Wabash National Van trailers equipped with limb deflectors. The limb deflectors installed on the upper rear corner of the trailers may detach while moving.,"If the limb deflectors detach, it can increase the risk of a crash.","Wabash will notify owners, and dealers will remove the limb deflectors, free of charge. The recall began November 30, 2018. Owners may contact Wabash customer service at 1-765-771-5404. Wabash's number for this recall is LEG201803." -11/15/2018,18V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V810000),"Mack Trucks, Inc.",Tire Steel Cords May Become Visible/FMVSS 119,TIRES,SC0412,Vehicle,818,"Mack Trucks, Inc. (Mack) is recalling certain 2019 Mack Granite (GR), LR, and TerraPro (TE) trucks, equipped with Bridgestone M854 tires with DOT date codes 2418-2518, Bridgestone M860A tires with DOT date code 2518 or Bridgestone M864 tires with DOT date codes 2318-2418, all of size 425/65R22.5. The sidewall steel body cords may be exposed, possibly causing unexpected, rapid air loss while driving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires - Other than Passenger Cars.""",Rapid tire air loss can increase the risk of a crash.,"Mack will notify owners, instructing them to take their vehicles to Bridgestone Tire or Mack truck service centers for inspection and replacement, as necessary, free of charge. The recall began December 19, 2018. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0412." -11/15/2018,18V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V811000),Volvo Trucks North America,Tire Steel Cords may be Exposed/FMVSS 119,TIRES,RVXX1803,Vehicle,103,"Volvo Trucks North America (Volvo) is recalling certain 2019 Volvo VNL and VHD trucks, equipped with Bridgestone M854 tires with date codes 2418-2518, Bridgestone M860A tires with date code 2518, and Bridgestone M864 tires with date codes 2318-2418, all of size 425/65R22.5. The sidewall steel body cords may be exposed, possibly causing unexpected, rapid air loss during use. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires - Other than Passenger Cars.""",Rapid tire air loss can increase the risk of a crash.,"Volvo will notify owners, instructing them to take their vehicles to Bridgestone Tire or Volvo Truck service centers for inspection and replacement, as necessary, free of charge. The recall began December 19, 2018. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1803." -11/14/2018,18V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V806000),Ford Motor Company,Driver Air Bag Module Plastic Cover may Detach,AIR BAGS,18S38,Vehicle,268,Ford Motor Company (Ford) is recalling certain 2019 Lincoln Nautilus vehicles that are not equipped with Adaptive Front Steering. The plastic cover on the driver frontal air bag module may detach during air bag deployment.,"If the air bag cover separates during deployment, it can increase the risk of injury in the event of a crash.","Ford will notify owners, and dealers will replace the driver air bag module, free of charge. The recall began December 7, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S38." -11/14/2018,18V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V807000),Ford Motor Company,Fuel Pressure Sensor may Leak Fuel,"FUEL SYSTEM, GASOLINE",18S35,Vehicle,144,"Ford Motor Company (Ford) is recalling certain 2018 Ford Explorer vehicles equipped with 2.3L or 3.5L GTDI engine. Due to an assembly error, the fuel pressure sensor may leak fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Ford will notify owners, and dealers will replace the fuel line assembly, free of charge. The recall began December 7, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S35." -11/14/2018,18V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V803000),"Volkswagen Group of America, Inc.",Incorrectly Welded Rear Seat Guide Sleeves,SEATS,VW 72H8 / Audi 72H9,Vehicle,169,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen e-Golf and Golf R vehicles, and Audi A3 Sedan and RS3 vehicles. The rear seat frame head restraint guide sleeves may be incorrectly welded to the seat frame.","If the guide sleeves are incorrectly welded, in the event of a crash, the rear seat head restraints may have reduced stability, increasing the risk of injury.","Volkswagen and Audi will notify their owners, and dealers will inspect the guide sleeves for incorrect welds, replacing the rear seat frame, as necessary, free of charge. The recall began December 28, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298 or Audi customer service at 1-800-253-2834. Volkswagen's numbers for this recall are 72H8 (VW) and 72H9(Audi)." -11/14/2018,18V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V804000),"Suzuki Motor USA, LLC",Power Steering Pump May Seize,STEERING,CZ,Vehicle,18673,"Suzuki Motor America, Inc. (Suzuki) is recalling certain 2012-2013 Suzuki SX4 vehicles. The power steering pump may seize causing a loss of steering assist.","A seizure of the power steering pump would cause a loss of power steering assist, requiring extra steering effort at lower speeds, increasing the risk of a vehicle crash.","Suzuki has notified owners, and dealers will replace the power steering pump with an improved one, free of charge. The recall began October 25, 2019. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is CZ." -11/14/2018,18V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V805000),Ford Motor Company,Seats are Missing J-Channel Reinforcement Brackets,SEATS,18S37,Vehicle,34946,"Ford Motor Company (Ford) is recalling certain 2018 Lincoln Navigator, and Ford Expedition vehicles. The second row center seat track assemblies may be missing one or both of the J-Channel reinforcement brackets, possibly allowing the seat to move in the event of a crash.","In the event of a crash, a seat that moves may not properly restrain the seat occupant, increasing their risk of injury.","Ford will notify owners, and dealers will inspect the second row center seat for any missing J-channel reinforcement brackets, replacing the center seat frame assembly as necessary, free of charge. An interim owner notification was sent on December 21, 2018. A second letter will be mailed once the remedy is available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S37" -11/14/2018,18V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V801000),Blue Bird Body Company,Stretchers may Fall due to Clamp Failure,EQUIPMENT,R18ZQ-NSB,Vehicle,86,Blue Bird Body Company (Blue Bird) is recalling certain 2007-2019 Blue Bird All American ambulance buses. The clamps that secure the stacked stretchers may fail from repeated use or from high loads.,"If the clamps fail with patients in the stretchers, it can increase the risk of injury.","Blue Bird will notify owners, and dealers will install redesigned clamps, free of charge. The recall began December 12, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZQ-NSB." -11/14/2018,18V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V802000),Ford Motor Company,Unsecured Park Pawl may cause Unintended Movement,POWER TRAIN,18S36,Vehicle,4,"Ford Motor Company (Ford) is recalling certain 2019 Ford F-250 Super Duty, F-350 Super Duty and F-450 Super Duty vehicles. An incorrect transmission case casting may cause the park pawl assembly to not be secured, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"Ford will notify owners and dealers will inspect the transmission case, replacing the transmission as necessary, free of charge. The recall began December 7, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S36." -11/13/2018,18V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V800000),"Volvo Car USA, LLC",No GPS Location in the Event of a Crash,ELECTRICAL SYSTEM,R39917,Vehicle,17548,"Volvo Car USA LLC (Volvo) is recalling certain 2017-2019 Volvo XC90, S90, V60, V60 Cross Country, V90, XC40, XC60, and V90 Cross Country vehicles. The software installed in the Vehicle Connectivity Module (VCM) may have an error causing the Telematics and Driver Support Systems to function improperly. As a result, the GPS will not provide location information to emergency personnel in the event of an emergency.",If the GPS location is not provided to emergency personnel it can inhibit emergency response in the event of a crash or injury.,"Volvo will notify owners, and dealers will correct the software, free of charge. The recall began December 26, 2018. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R39917." -11/12/2018,18E104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E104000),BatteryJack Inc.,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,323,"BatteryJack Inc. (BatteryJack) is recalling certain DSR 808 Black, MatteAl, AM, and AXL adult motorcycle helmets, size medium, large, and extra large. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. Additionally, these helmets may not be properly labeled. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"BatteryJack will notify owners and provide a full refund, free of charge. The recall began December 16, 2016. Owners may contact BatteryJack customer service at 1-815-467-6464." -11/12/2018,18V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V796000),Coach and Equipment Mfg. Corp.,Seat Back may not Stay Upright,SEATS,18E-076,Vehicle,864,"Coach and Equipment Mfg Corp. (Coach and Equipment) is recalling certain 2015-2018 Coach and Equipment Phoenix and Metro lite transit buses, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Coach and Equipment has notified owners, and Freedman Seating will repair the foldaway seat, free of charge. The recall began November 26, 2018. Owners may contact Coach and Equipment customer service at 1-800-724-8464. Freedman's number for this recall is 18E-076." -11/12/2018,18V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V798000),"Champion Bus, Inc.","Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,76,"Champion Bus, Inc. (Champion) is recalling certain 2017-2018 Champion Challenger, Defender, LF Transport, Goshen G-Force, and Impulse transit buses, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Champion will notify owners, and dealers will inspect and repair the foldaway seat, free of charge. The recall began December 19, 2018. Owners may contact Champion customer service at 1-810-724-1753, extension 415 or Freedman customer service at 1-800-527-7477." -11/12/2018,18V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V799000),"Forest River, Inc.","Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,05-0903,Vehicle,38,"Forest River, Inc. (Forest River) is recalling certain 2017 Starcraft Senator II, 2016-2018 Starcraft Allstar, 2017-2018 Starcraft Starlite, and 2019 Starcraft Starquest transit buses, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Forest River will notify owners, and Freedman Seating will repair the foldaway seat, free of charge. The recall began December 4, 2018. Owners may contact Forest River customer service at 1-574-642-3112 or Freedman customer service at 1-800-443-4540. Forest River's number for this recall is 05-0903." -11/09/2018,18V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V794000),"Terex South Dakota, Inc.",Guide Arms May Fall Due To Insufficient Welds,STRUCTURE,SN669,Vehicle,1275,"Terex South Dakota, Inc. (Terex) is recalling certain 2017-2018 Terex Digger Derrick vehicles. The guide bar that attaches the pole guide arms to the pole guide tilt bracket may have insufficient welds, possibly resulting in the guide arm falling while in use.","If the pole guide arm falls, it may strike any nearby personnel, increasing the risk of injury.","Terex will notify owners, and dealers will replace the affected guide bars, free of charge. The recall is expected to begin December 14, 2018. Owners may contact Terex at 1-605-882-4000. Terex's recall number for this recall is SN669." -11/09/2018,18V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V789000),"Gillig, LLC",Loose Spring Cage Bolts may Cause Vehicle Rollaway,PARKING BRAKE,NR (Not Reported),Vehicle,4469,"Gillig LLC (Gillig) is recalling certain 2013-2018 Gillig Low Floor transit buses equipped with disk brakes. The spring cage bolts on the air brakes may not be sufficiently tightened, reducing the effectiveness of the parking brake.",Loose cage bolts may result in the bus rolling away when in the park position or a loss of braking ability if the service brake air pressure is lost while moving. Either condition may increase the risk of a crash.,"Gillig will notify owners, and dealers will tighten the spring cage bolts, free of charge. The recall began December 10, 2018. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -11/09/2018,18V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V795000),Honda (American Honda Motor Co.),Power Sliding Doors May Open While Moving,LATCHES/LOCKS/LINKAGES,"Z33, O36",Vehicle,107774,Honda (American Honda Motor Co.) is recalling certain model year 2018 and 2019 Honda Odyssey vehicles. The latch assemblies for the power sliding doors may stick and not properly latch to the door strikers.,"If the power sliding doors fails to latch, the doors may open while moving, increasing the risk of injury.","Honda will notify owners, and dealers will replace the left and right power sliding door rear latch assemblies, free of charge. The recall began January 3, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are Z33 and O36." -11/09/2018,18V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V788000),Eldorado National-Kansas,Seat Back may not Stay Upright,SEATS,NR (Not Reported),Vehicle,27,"Eldorado National-Kansas (Eldorado National-Kansas) is recalling certain 2014-2018 Eldorado National Aerolite, Aerotech, Impulse, and World Trans vehicles, equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop.","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Eldorado National-Kansas will notify owners, and Freedman Seating Company will repair the foldaway seats, free of charge. The recall began December 20, 2018. Owners may contact Eldorado National-Kansas customer service at 1-800-955-4236." -11/09/2018,18V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V790000),Keystone RV Company,Tire Contact with Frame may cause Loss of Control,STRUCTURE,18-339,Vehicle,95,"Keystone RV (Keystone) is recalling certain 2018-2019 Keystone Raptor recreational trailers, model 353TS. The tires may rub against the frame outrigger while being towed.","Tire contact with the frame outrigger may result in tire damage and can affect vehicle handling, increasing the risk of a crash.","Keystone has notified owners, and dealers will cut a notch into the frame outrigger that will provide clearance between the frame and tire, free of charge. The recall began November 20, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-339." -11/09/2018,18V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V791000),"Altec Industries, Inc.",Undersized Wiring May Cause Fire,ELECTRICAL SYSTEM,CSN 703,Vehicle,331,"Altec Industries, Inc. (Altec) is recalling certain 2008-2018 Altec AC18, AC23, AC26, AC30 and AC38 Cranes and D2B, D3A, D4A/B, DL42B, DT65 and DT80 Digger Derrick vehicles. The wiring on the 12V circuit from the chassis battery to the Power Distribution Module (PDM) may be insufficiently sized.","The insufficiently sized wire may overheat, increasing the risk of fire.","Altec will notify owners, and dealers will replace the wiring to the PDM, with a larger wire and/or replace the circuit breaker, free of charge. The recall began January 9, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 703." -11/09/2018,18V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V793000),Ducati North America,Vibrations may Distort Rear View Mirror Images,VISIBILITY,SRV-RCL-18-005,Vehicle,1676,"Ducati North America (Ducati) is recalling certain 2017-2019 Ducati Supersport motorcycles. Vibrations may distort the images in the mirrors, reducing the driver's visibility.",Reduced rearward visibility can increase the risk of a crash.,"Ducati will notify owners, and dealers will replace the mirrors with new mirrors, free of charge. The recall began January 28, 2019. Owners may contact Ducati customer service at 1-888-391-5446. Ducati's number for this recall is SRV-RCL-18-005." -11/09/2018,18V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V792000),"Altec Industries, Inc.",Wiring may Chafe and cause Fire,ELECTRICAL SYSTEM,CSN 704,Vehicle,186,"Altec Industries Inc. (Altec) is recalling certain 2017-2018 AT37-G, AT40, AT37, AT41, AT48 and L37M Aerial Devices. The under-hood wiring on these vehicles may be damaged by sharp edges within the engine bay area.",Damaged wiring can increase the risk of a fire.,"Altec will notify owners, and dealers will inspect the wiring, replacing any damaged protective loom and install an edge guard to the bracket area, free of charge. The recall began January 9, 2019. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 704." -11/08/2018,18E103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E103000),Silverstone Associates LLC,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,5100,"Silverstone Associates LLC (Silverstone) is recalling certain Ride Eazy DOT Sleek helmets, sizes S, M, L, XL, and XXL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"Silverstone will notify owners, and provide replacement helmets, free of charge. The recall began January 9, 2019. Owners may contact Silverstone customer service at 1-410-696-7180." -11/08/2018,18V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V786000),"Chrysler (FCA US, LLC)",Out of Position Door Latch may cause Door to Open,LATCHES/LOCKS/LINKAGES,UB6,Vehicle,52,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Wrangler four-door vehicles. The right rear passenger door latch may not be in the correct location, possibly preventing the door from latching properly.","If the right rear passenger door opens unexpectedly, it can increase the risk of injury.","Chrysler will notify owners, and dealers will repair the right rear door latch reinforcement, free of charge. The recall begin December 6, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB6." -11/07/2018,18E101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E101000),"Kidde Technologies, Inc.",Fire Suppression System May Not Discharge,EQUIPMENT,NR (Not Reported),Equipment,5000,"Kidde Technologies, Inc. (Kidde) is recalling certain Fire Extinguishers, model number 83-133002-500 with part numbers 421220-11 and 421220-12, used in certain fire suppression systems installed in buses and passenger coach vehicles. The actuator of the extinguisher may not function properly, preventing the fire extinguisher from discharging the fire suppression agent.","If the fire suppression system does not work as intended, it can increase the risk of injury in the event of a fire.","Kidde will notify the vehicle manufacturers that purchased the systems, and will inspect the fire extinguishers, replacing any affected piston actuators, free of charge. The recall began January 4, 2019. Owners may contact Kidde customer service at 1-252-237-7004." -11/07/2018,18E100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E100000),Dexter Axle Company,Insufficient Grease on Bearings may cause Failure,POWER TRAIN,NR (Not Reported),Equipment,1677,"Dexter Axle Company (Dexter) is recalling certain D28H, D35, D40, and D44 trailer axles. The inner hub bearings may not have been sufficiently greased, which can cause the bearings to overheat and fail.","If the bearings overheat, the hub may fail, affecting handling and increasing the risk of a crash.","Dexter will notify owners, and dealers will remove the hubs, repack the bearings and reinstall the hubs, free of charge. The recall began November 9, 2018. Owners may contact Dexter customer service at 1-574-295-7888." -11/07/2018,18E102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E102000),Eaton Corporation,Vehicle may Move after Clutch Component Fails,POWER TRAIN,NR (Not Reported),Equipment,79102,"Eaton Corporation (Eaton) is recalling certain ECA heavy-duty truck clutches, part numbers 122002-35, 122002-35A, 122002-42, and 122002-42A, for use in for automated manual transmission vehicles. An internal component in the clutch assembly may fail, possibly resulting in unintended vehicle movement.",Unintended vehicle movement can increase the risk of a crash.,"Eaton will notify owners and dealers will provide a software update, but in certain circumstances, Eaton may repair physical components in addition to providing a software update, replace the clutch, free of charge. The recall began on November 30, 2018. Owners may contact Eaton customer service at 1-800-826-4357." -11/06/2018,18V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V783000),Blue Bird Body Company,Alternator Cables may Rub and Chafe,ELECTRICAL SYSTEM,R18ZO - SB,Vehicle,6307,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2019 Vision school buses with Ford 6.8L Gen IV LPG, Gasoline, or CNG engines. The alternator cables may not be routed correctly and may contact and chafe against the air conditioning support bracket or a firewall reinforcement.","A damaged alternator cable could cause result in an electrical short, increasing the risk of a fire.","Blue Bird will notify owners, and dealers will verify that the air conditioning bracket and the alternator cables are properly installed, repairing them as necessary, free of charge. The recall is expected to begin December 06, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Birds recall number is R18ZO-SB." -11/06/2018,18V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V784000),Blue Bird Body Company,Alternator Cables may Rub and Chafe,ELECTRICAL SYSTEM,R18ZO - NSB,Vehicle,52,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2019 Blue Bird BBCV transit buses with Ford 6.8L Gen IV LPG, Gasoline, or CNG engines. The alternator cables may not be routed correctly and may contact and chafe against the air conditioning support bracket or a firewall reinforcement.","A damaged alternator cable could result in an electrical short, increasing the risk of a fire.","Blue Bird will notify owners, and dealers will verify that the air conditioning bracket and the alternator cables are properly installed, repairing them as necessary, free of charge. The recall is expected to begin December 6, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZO-NSB." -11/06/2018,18V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V785000),Keystone RV Company,Brake Disc Fasteners May Fail,"SERVICE BRAKES, HYDRAULIC",18-336,Vehicle,98,Keystone RV Company (Keystone) is recalling certain 2019 Keystone Montana recreational trailers with the Legacy package. The fasteners that secure the disc brake assembly may fail.,"If the fasteners fail, the trailer would lose all braking ability, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the brake disc mounting fasteners, free of charge. The recall began December 19, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-336." -11/06/2018,18V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V782000),"National Van Builders, Inc.",Seat Back may not Stay Upright/FMVSS 207,SEATS,NR (Not Reported),Vehicle,475,"National Van Builders, Inc. (National Van) is recalling certain 2015-2018 Ford Transit vehicles equipped with Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","National Van will notify owners, and dealers will inspect and repair the foldaway seat, free of charge. The recall began November 26, 2018. Owners may contact National Van customer service at 1-508-222-2272." -11/06/2018,18V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V781000),Lotus Cars Limited,Steering Column may not Properly Collapse,STEERING,2018/01R,Vehicle,36,"Lotus Cars Limited (Lotus) is recalling certain 2018 Lotus Evora vehicles. Due to an assembly error, in the event of a frontal collision, the steering column may not properly collapse to absorb some of the impact energy.","If the steering column does not collapse as intended in a crash, it can increase the risk of injury.","Lotus will notify owners, and dealers will correct the steering column assembly, free of charge. The recall began December 4, 2018. Owners may contact Lotus customer service at 1-800-245-6887. Lotus' number for this recall is 2018/01R." -11/05/2018,18V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V780000),Thor Motor Coach,Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",RC000164,Vehicle,134,Thor Motor Coach (TMC) is recalling certain 2018-2019 Thor Aria and Venetian motorhomes. The brake caliper mounting bolts may have been insufficiently tightened.,"Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","TMC will notify owners, and Daimler Trucks North America (DTNA) authorized service facilities will check and tighten the brake caliper mounting bolts, free of charge. The recall began December 5, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000164." -11/02/2018,18V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V779000),Triple E Recreational Vehicles,Brake Line Damage may cause Loss of Braking,SERVICE BRAKES,CA#9146-1,Vehicle,78,"Triple E Recreational Vehicles (Triple E) is recalling certain 2019 Triple E Unity motorhomes, models U24MB, U24CBB, U24TB, U24IX and U24FX. The driver-side front trans-mount leveling jack support bracket may contact the brake line causing a brake fluid leak, thereby reducing braking ability.",A reduction in braking ability can increase the risk of a crash.,"Triple E will notify owners, and dealers will relocate the leveling jack support bracket, as necessary, free of charge. The recall began November 20, 2018. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#9146-1." -11/01/2018,18V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V775000),Ford Motor Company,Air Bag may not Fully Inflate during Deployment,AIR BAGS,18S34,Vehicle,215,"Ford Motor Company (Ford) is recalling certain 2010 Ford Fusion, Mercury Milan and 2010-2012 Lincoln MKZ vehicles that previously received a replacement passenger air bag under recall 16V-384, 17V-024 or 18V-046. In the event of a crash requiring deployment of the passenger air bag, the bracket that secures the air bag inflator to the module housing may deform, allowing the gas that inflates the air bag to leak out.","If the air bag does not inflate as intended, there is an increased risk of injury in the event of a crash.","Ford will notify owners, and dealers will replace the passenger air bag module, free of charge. The recall began November 21, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S34." -11/01/2018,18V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V774000),"General Motors, LLC",Air Bags may not Deploy Due to Incorrect Setting,AIR BAGS,18365,Vehicle,12,"General Motors LLC (GM) is recalling certain 2019 Buick Encore, Chevrolet Spark, Traverse, and Trax vehicles. The Sensing Diagnostic Module (SDM) on these vehicle may not have been turned off of ""manufacturing mode,"" preventing the air bags from deploying in the event of a crash.","If the air bags do not deploy in the event of a crash, it can increase the risk of injury.","GM will notify owners, and dealers will reprogram the SDM module to the correct mode, free of charge. The recall began November 6, 2018. Owners may contact Buick customer service at 1-800-521-7300 and Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18365." -11/01/2018,18V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V777000),Honda (American Honda Motor Co.),Coating on Rear Brake Caliper Pistons/FMVSS 135,"SERVICE BRAKES, HYDRAULIC","C31, L30",Vehicle,64785,"Honda (American Honda Motor Co.) is recalling certain 2017-2019 Acura MDX, 2017-2018 Acura MDX Sport Hybrid, 2018-2019 Honda HR-V and Honda Odyssey, and 2016 Honda HR-V vehicles. The rear brake caliper pistons may have an insufficient coating, causing gas pockets to form, reducing brake performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""",A reduction of braking performance increases the risk of a crash.,"Owners will be notified, and Honda or Acura dealers will bleed the brakes, free of charge. The recall began December 11, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are C31 and L30." -11/01/2018,18V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V772000),"Subaru of America, Inc.",Engine Valve Spring Failure may cause Engine Stall,ENGINE AND ENGINE COOLING,WTY-84,Vehicle,165534,"Subaru of America, Inc. (Subaru) is recalling certain 2012-2014 Subaru Impreza, 2012-2013 Impreza Stationwagon, 2013 Subaru BRZ, XV Crosstrek and Toyota Scion FR-S vehicles. The engine valve springs in these vehicles may fracture causing an engine malfunction or a possible engine stall.",An engine stall can increase the risk of a crash.,"Subaru will notify their owners. Toyota will notify the FR-S owners. Dealers will replace the valve springs, free of charge. The recall began December 26, 2018. Subaru owners may contact Subaru customer service at 1-844-373-6614, Toyota owners may contact the Toyota Customer Experience Center at 1-888-270-9371. Subaru's number for this recall is WTY-84." -11/01/2018,18V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V773000),"Subaru of America, Inc.",Incorrect Fuel Range Display May Cause Stall,ELECTRICAL SYSTEM,WTW-82,Vehicle,228648,"Subaru of America, Inc. (Subaru) is recalling certain 2018 Subaru Legacy and Outback vehicles. Due to a software error, the low fuel warning light may not illuminate at the intended remaining fuel level and the miles-to-empty display may incorrectly indicate a positive number despite the tank being empty.","The inaccurate fuel display may cause a driver to unexpectedly run out of fuel and the vehicle to stall, increasing the risk of a crash.","Subaru will notify owners, and dealers will reprogram the combination meter software, free of charge. The recall began February 20, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WTW-82." -11/01/2018,18V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V778000),"Mack Trucks, Inc.",Loose Pinch Bolt may cause Loss of Steering,STEERING,SC0413,Vehicle,169,"Mack Trucks, Inc. (Mack) is recalling certain 2019 Mack Anthem (AN), Granite (GR), and Pinnacle (PI) vehicles. The pinch bolt on the upper steering shaft may not have been tightened, possibly resulting in the steering shaft separating and causing a loss of steering.",A loss of steering can increase the risk of a crash.,"Mack will notify owners, and dealers will inspect the vehicles for any loose pinch bolts, correcting the vehicles as necessary, free of charge. The recall began November 30, 2018. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0413." -11/01/2018,18V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V776000),Toyota Motor Engineering & Manufacturing,Unexpected Air Bag Deployment or Deactivation,AIR BAGS,J0W,Vehicle,16992,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2004-2006 Toyota Scion xA vehicles. The air bag control module for the supplemental restraint system (SRS ECU) may experience an internal short, possibly causing the air bags to unintentionally deploy, or become deactivated.","If the air bags and/or seat belt pretensioners unintentionally deploy, it can increase the risk of a crash. If the air bags and/or seat belt pretensioners are deactivated, it can increase the risk of injury in the event of a crash.","Toyota will notify owners, and dealers will inspect the SRS ECU, and if necessary, replace the air bag control module, free of charge. The recall began December 21, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0W." -10/31/2018,18V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V768000),"Forest River, Inc.",Driver Side Window Shade may Lower Without Warning,VISIBILITY,68-0822,Vehicle,4790,"Forest River, Inc. (Forest River) is recalling certain 2017-2019 Forest River Georgetown and FR3 motorhomes, 2018-2019 Berkshire motorhomes and 2018 Charleston motorhomes. The motorized windshield roller shade at the driver's seating position may unroll without warning while driving.","If the windshield roller shade unrolls while driving, it could block the driver's visibility, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a fastener to ensure the motor will not allow the shade to roll down during while driving. The recall began November 28, 2018. Owners may contact Forest River customer service at 1-574-206-7605. Forest River's number for the recall is 68-0822." -10/31/2018,18V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V769000),"Suzuki Motor USA, LLC",Fuel Tank may Crack due to Vent Line Restriction,"FUEL SYSTEM, GASOLINE",CY,Vehicle,21063,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2010-2013 Suzuki Kizashi vehicles. Dust can enter the vent line that provides fresh air to the carbon canister, restricting its air flow and possibly creating excessive negative pressure in the fuel tank which may result in the fuel tank cracking.","A cracked tank may leak fuel, increasing the risk of a fire.","Suzuki has sent owners an initial notification to inform them of the recall. When parts are available, a second notice will be mailed and dealers will install a cover over the opening near the suction pipe inlet, and relocate the suction filter. The fuel cap and fuel tank will also be replaced with improved parts. The recall began August 12, 2019. Owners may contact Suzuki customer service at 1-800-934-0934." -10/31/2018,18V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V767000),Keystone RV Company,Incorrect Location of Water Heater Exhaust,EQUIPMENT,18-335,Vehicle,7,Keystone RV Company (Keystone) is recalling certain 2019 Crossroads Cruiser recreational trailers with the water heater installed under the slide out. The exhaust location for the water heater may result in carbon monoxide or propane gas entering the living quarters.,"If carbon monoxide or propane gas enters the living quarters, it can increase the risk of injury.","The affected vehicles are still in dealer inventory and Keystone will relocate the water heater, free of charge. Owner letters will not be sent. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-335." -10/31/2018,18V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V771000),Kia Motors America,Incorrect Low Beam Aiming/FMVSS 108,EXTERIOR LIGHTING,SC171,Vehicle,1754,"Kia Motors America (Kia) is recalling certain 2019 Kia Forte vehicles equipped with LED headlights. The headlights may not have been manufactured with the correct low beam aiming. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the headlights are not properly aimed, the driver may have reduced visibility, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the headlight aiming and replace the headlights, as necessary, free of charge. The recall began November 30, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC171." -10/31/2018,18V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V770000),"Forest River, Inc.",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",35;5C-0897,Vehicle,182,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Forest River Berkshire recreational vehicles and StarTrans PS2 transit buses and 2019 Glaval Legacy transit buses. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","Forest River will notify owners, and Daimler Trucks North America (DTNA) authorized service facilities will check and tighten the brake caliper mounting bolts, free of charge. The recall began November 21, 2018. Owners may contact Forest River customer service at 1-574-642-3112. Forest River's number for this recall is 35 and 5C-0897." -10/30/2018,18V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V763000),Thor Motor Coach,Circuit Board Damage Affecting Lighting Functions,ELECTRICAL SYSTEM,RC000163,Vehicle,1769,"Thor Motor Coach (TMC) is recalling certain 2017 Tuscany XTE and 2017-2019 Venetian, Aria, Tuscany, and Palazzo motorhomes built on Freightliner Custom Chassis Corporation chassis. The Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Nonfunctioning lights can increase the risk of a crash.,"The remedy for this recall is still under development. Daimler Trucks North America, the manufacturer of the chassis began issuing owners an interim notification on October 24, 2018, and will send a second notification when parts become available. The recall began October 30, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000163." -10/30/2018,18V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V762000),"Altec Industries, Inc.",Elevator Riser Assembly Cracks,STRUCTURE,CSN 702,Vehicle,4,Altec Industries Inc. (Altec) is recalling certain 2009 Altec LSS 60 or LSS 70 Elevator Aerial devices. The elevator riser assembly may crack and fail.,"If the elevator riser fails, it can increase the risk of injury or death.","Altec will notify owners, and dealers will inspect the elevator riser for cracks, repairing any that are found and install an update kit, free of charge. The recall began December 27, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 702." -10/30/2018,18E098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E098000),Hickory Springs Manufacturing Company,Floor Pedestal may Detach/FMVSS 210,SEATS,NR (Not Reported),Equipment,100,"Hickory Springs Manufacturing Company (HSM) is recalling certain HSM NextGen 45"" 3PT school bus seats, part number GenQ3-45 LH. The bolts that secure the rear of the seat pedestal to the floor may fracture, allowing the pedestal to detach from the bus floor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the floor pedestal disconnects from the floor during a crash, it can increase the risk of injury.","HSM will notify the manufacturer that purchased the affected seats, and their dealers will install a new fastener and an additional strap to the rearward seat pedestal, free of charge. The recall began November 16, 2018. Owners may contact HSM customer service at 1-419-492-2157, extension 243." -10/30/2018,18V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V766000),Volvo Trucks North America,Incorrect Plow Light Software//FMVSS 108,EXTERIOR LIGHTING,RVXX1804,Vehicle,4625,"Volvo Trucks North America (Volvo) is recalling certain 2004-2019 Volvo VHD trucks equipped with snow plow lamp preparation kits. The snow plow headlights can be turned on without other exterior lights, and high beam indicator will not work when the snow plow high beams are on. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The driver may operate the vehicle with the snow plow headlights on but the marker and tail lamps off, reducing the vehicle's visibility and increasing the risk of a crash.","Volvo will notify owners, and dealers will update the software related to the plow lights, free of charge. The recall began December 19, 2018. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1804." -10/30/2018,18V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V765000),"Mack Trucks, Inc.",Incorrect Plow Light Software/FMVSS 108,EXTERIOR LIGHTING,SC0414,Vehicle,755,"Mack Trucks, Inc. (Mack) is recalling certain 2019 Mack Granite (GU) vehicles equipped with snow plow lamp preparation kits. The snow plow headlights can be turned on without other exterior lights, and high beam indicator will not work when the snow plow high beams are on. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The driver may operate the vehicle with the snow plow headlights on but the marker and tail lamps off, reducing the vehicle's visibility and increasing the risk of a crash.","Mack will notify owners, and dealers will update the software related to the plow lights, free of charge. The recall began December 19, 2018. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0414." -10/30/2018,18V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V764000),"Grand Design RV, LLC",Incorrectly Installed Mini Breaker May Cause Fire,ELECTRICAL SYSTEM,910017,Vehicle,1765,"Grand Design RV, LLC is recalling certain 2018-2019 Reflection fifth wheel trailers, models 28BH and 29RS. The circuit for the power converter does not have over-current protection.",An electrical short circuit in the unprotected circuit can increase the risk of a fire.,"Grand Design RV will notify owners, and dealers will inspect the trailers to determine if the 50-amp mini breaker at the bus bar is installed correctly and that the circuit is wired correctly, correcting it as necessary, free of charge. The recall began November 19, 2018. Owners may contact Grand Design RV customer service at 1-574-825-9679. Grand Design RV's number for this recall is 910017." -10/29/2018,18E097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E097000),"Chrysler (FCA US, LLC)",Accelerator Pedal may be Trapped by Floor Mat,EQUIPMENT,UB5,Equipment,13,"Chrysler (FCA US LLC) is recalling certain Mopar Floor Mats, part numbers 6ML07TRMAA and 6GA92TRMAA, sold as accessory equipment for 2018 Jeep Grand Cherokee Street and Racing Technology (""SRT"") and Trackhawk vehicles. These floor mats may have insufficient clearance between the mat and the accelerator pedal, possibly inhibiting the pedal from returning to an idle position.","If the floor mat prevents the accelerator pedal from returning to idle, there would be an increased risk of a crash.","Chrysler will notify owners, and dealers will replace any of the affected floor mats, free of charge. The recall began November 15, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB5." -10/29/2018,18V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V759000),"Chrysler (FCA US, LLC)",Accelerator Pedal may be Trapped by Floor Mat,EQUIPMENT,UB3,Vehicle,4822,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Grand Cherokee Street and Racing Technology (SRT) and Trackhawk vehicles. The driver's floor mat may have insufficient clearance between the mat and the accelerator pedal, possibly preventing the pedal from returning to the idle position.","If the floor mat prevents the accelerator pedal from returning to idle, there would be an increased risk of a crash.","Chrysler will notify owners, and dealers will replace any of the affected floor mats, free of charge. The recall began November 15, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB3." -10/29/2018,18V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V760000),"Heartland Recreational Vehicles, LLC",LP Hose for Outside Cooktop may Melt,EQUIPMENT,99.01.41,Vehicle,368,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019 Heartland Pioneer recreational trailers, model BH280. A flexible liquid propane (LP) hose was installed on the outside cooktop running into the firebox of the stove instead of a rigid metal tube supply line.","Heat from the cooktop can damage the hose, increasing the risk of a fire.","Heartland will notify owners, and dealers will replace the flexible LP hose inside the firebox with a rigid metal one, free of charge. The recall began November 16, 2018. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.41." -10/29/2018,18V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V761000),"Mercedes-Benz USA, LLC",Powertrain Control Unit may Reset Causing Stall,ELECTRICAL SYSTEM,2019030012,Vehicle,119,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2019 Mercedes-Benz C300, C300 4Matic, C300 4Matic Cabrio, C300 4Matic Coupe, C300 Coupe, C300 Cabrio, C43 AMG, C43 AMG Cabrio, C43 AMG Coupe, CLS450, CLS450 4Matic, CLS53 AMG 4Matic, E53 AMG 4Matic, E450 4Matic, E450 4Matic Coupe, E53 AMG 4Matic Coupe, G550, and G63 AMG vehicles. The Central Powertrain Controller (CPC) control unit could reset while driving, possibly causing an engine stall.",An engine stall can increase the risk of a crash.,"MBUSA will notify owners, and dealers will update the CPC control unit software, free of charge. The recall began April 12, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2019030012." -10/26/2018,18V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V756000),Pierce Manufacturing,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,717,"Pierce Manufacturing (Pierce) is recalling certain 2017-2018 Pierce Arrow XT, Dash, Enforcer, Impel, Quantum, Saber, Velocity, and Commercial vehicles equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Pierce will notify owners, and Whelen will inspect the vehicles and replace the brake lights, as necessary, free of charge. The recall began March 4, 2019. Owners may contact Pierce customer service at 1-888-974-3723." -10/26/2018,18V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V757000),"Altec Industries, Inc.",Fastener Failure may Cause Pedestal Separation,STRUCTURE,MAB 701,Vehicle,46,"Altec Industries, Inc. (Altec) is recalling certain 2018 Altec DM45, DM47B, DC45 and DC47 Digger Derricks and TA50 and TA60 Aerial Devices. The high strength fasteners used to secure the pedestal to the turn table may fail.","If the fasteners fail, the pedestal may separate from the turn table, increasing the risk of injury.","Altec has notified owners, and dealers will inspect the fasteners, replacing them as necessary, free of charge. The recall began October 26, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 701." -10/26/2018,18V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V758000),Isuzu Motors Limited,Operator May Not Engage Cab Lock Lever,LATCHES/LOCKS/LINKAGES,V1803,Vehicle,2076,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018-2019 Chevrolet Low Cab Forward 6500XD and Isuzu FTR vehicles. The cab may not provide an adequate warning to lock the cab tilt-lock after servicing. If the cab tilt-lock is not engaged, the cab can tilt forward while driving.","If the cab tilts forward while driving, it can increase the risk of a crash or injury.","Isuzu will notify owners and dealers will install an extension to the locking lever to increase its visibility to the operator, free of charge. The recall began November 30, 2018. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V1803." -10/25/2018,18V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V752000),"Forest River, Inc.",Awning Arm Fasteners May Come Loose,EQUIPMENT,75-0867,Vehicle,3606,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Cherokee Alpha Wolf and 2019 Cherokee Arctic Wolf recreational trailers. The awnings may have been mounted with fasteners that are insufficient in length and/or quantity, possibly resulting in the awning arm detaching from the wall.","If the awning arm detaches, it can increase the risk of injury or a crash.","Forest River will notify owners and dealers will inspect and replace with the correct fastener, free of charge. The recall began November 27, 2018. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 75-0867." -10/25/2018,18V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V755000),"BMW of North America, LLC",Coolant Leak Within EGR May Cause Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,44368,"BMW of North America, LLC (BMW) is recalling certain 2013-2018 BMW 328d and 328d xDrive, 2014-2018 328d Sports Wagon and 328d xDrive Sports Wagon, 2014-2016 535d and 535d xDrive, 2015 740Ld xDrive, 2015-2017 X3 xDrive28d SAV and 2014-2017 X5 xDrive35d SAV vehicles equipped with an Exhaust Gas Recirculation (EGR) module with an integrated cooler. If the EGR cooler leaks internally, the coolant can mix with diesel engine soot. The high EGR temperatures may result in these particles possibly smoldering and melting the intake manifold.",The melting intake manifold can increase the risk of a fire.,"BMW will notify owners, and dealers will inspect and replace the EGR cooler as necessary. If a leak has already occurred, the engine intake manifold will also be replaced. These repairs will be made free of charge. The recall began May 13, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/25/2018,18V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V753000),"Southeast Toyota Distributors, LLC",Incorrect GVWR on Certification Label/FMVSS 110,EQUIPMENT,SET18A,Vehicle,1295,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2017-2019 Toyota 4Runner vehicles that SET modified to be equipped with a TRD wheel package. The Gross Vehicle Weight Rating (GVWR) on the certification label may be incorrect, possibly resulting in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An overloaded vehicle can increase the risk of a crash.,"SET will notify owners and mail them corrected certification labels, free of charge. The recall began November 28, 2018. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET18A." -10/25/2018,18V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V754000),Kia Motors America,Wiring Harness may be Damaged by Fender,ELECTRICAL SYSTEM,SC170,Vehicle,16011,Kia Motors America (Kia) is recalling certain 2018 Kia Stinger vehicles. The front wiring harness located in the engine and passenger compartment may get damaged from contacting a burr on the left fender body panel.,"The damaged wiring harness may short circuit, increasing the risk of a fire.","Kia will notify owners, and dealers will inspect the wiring harness for damage. If no damage is found, a cover will be installed. If damage is found, the wiring harness will be replaced and a cover will be installed, free of charge. The recall began December 20, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall SC170." -10/24/2018,18V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V743000),"Daimler Vans USA, LLC",Incorrect Door Lever Prevents Door From Opening,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,76,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2018 Freightliner Sprinter 2500 and 3500 and Mercedes-Benz Sprinter 2500 and 3500 vehicles. The right side door latches may have been built with incorrect components. As a result, when the doors are electronically unlocked, the right-side doors may not be able to be opened from inside or outside of the vehicle.","In the event of a crash, if the right side doors cannot be opened, it could increase the risk of injury.","DVUSA will notify owners, and dealers will inspect and replace the locks if necessary, free of charge. The recall began January 31, 2019. Owners may contact DVUSA at 1-877-762-8267." -10/24/2018,18V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V751000),"Porsche Cars North America, Inc.",Seat Belt May Not Restrain Occupant/FMVSS 209,SEAT BELTS,AJ09,Vehicle,415,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2019 Porsche Cayenne vehicles. The passenger side rear seat belt buckle may break under load, such as in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","If the seat belt buckle breaks in the event of a crash, the occupant will not be properly restrained, increasing their risk of injury.","Porsche will notify owners, and dealers will replace the passenger rear seat belt buckle, free of charge. The recall began November 30, 2018. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ09." -10/23/2018,18V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V750000),"Proterra Operating Company, Inc.",Brake Support Bolt may Break,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,62,Proterra is recalling certain 2016-2017 Proterra Catalyst 40 transit buses equipped with axles with radial air disk brakes. Surface roughness of a guide pin in the radial brake calipers may cause the brake carriage guide pin support bolt to break.,"Breakage of the guide pin can cause loss of braking ability or loss of tire pressure, increasing the risk of a crash.","Proterra will notify owners and have them replace the calipers on the affected axles, free of charge. Owners may contact Proterra customer service at 1-864-438-0000." -10/22/2018,18V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V746000),Kovatch Mobile Equipment Corp.,Improperly Wired Warning Lights on Portable Pumps,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2015 and 2017 KME Commercial Skid vehicles equipped with Kubota Diesel Powered Portable Pumps, part number 200779, revisions A through C, supplied by Hale Products. These pumps may be improperly wired, causing the Oil Pressure and Temperature warning lamps to not illuminate when needed.","If the warning lamps are not operable, the user may not be warned that there is a problem with the pump's engine. Failure of the pump's engine may inhibit the ability to contain a fire, increasing the risk of injury.","KME will notify owners, and dealers will reverse the wires leading to the warning/indicators or provide a plug-in wire repair harness, free of charge. The recall began December 11, 2018. Owners may contact KME customer service at 1-800-235-3928." -10/22/2018,18V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V749000),E-One Incorporated,Improperly Wired Warning Lights on Portable Pumps,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4,"E-One Incorporated (E-One) is recalling certain 2017 E-One Classic Fire emergency vehicles equipped with Kubota Diesel Powered Portable Pumps, part number 200779, revisions A through C, supplied by Hale Products. These pumps may be improperly wired, causing the Oil Pressure and Temperature warning lamps to not illuminate when needed.","If the warning lamps are not operable, the user may not be warned that there is a problem with the pump's engine. Failure of the pump's engine may inhibit the ability to contain a fire, increasing the risk of injury.","E-One will notify owners, and dealers will reverse the wires leading to the warning/indicators or Hale will provide a plug-in wire harness, free of charge. The recall began January 10, 2019. Owners may contact E-One customer service at 1-352-861-3612." -10/22/2018,18V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V747000),E-One Incorporated,Melting Electrical Relay May Cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,86,"E-One Incorporated (E-One) is recalling certain 2012-2015 E-One Cyclone II, Cyclone III and Typhoon emergency vehicles. High current load in the HVAC system can cause one of the relays to melt.",A melting relay can increase the risk of a fire.,"E-One will notify owners, and dealers will install a new relay assembly, free of charge. The recall began January 10, 2019. Owners may contact E-One customer service at 1-352-861-3612." -10/22/2018,18V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V735000),Ford Motor Company,Stuck Canister Purge Valve may Cause Stall,"FUEL SYSTEM, GASOLINE",18S32,Vehicle,1282596,"Ford Motor Company (Ford) is recalling certain 2012-2018 Ford Focus vehicles with a 2.0L GDI or 2.0L GTDI engine. The Canister Purge Valve (CPV) may malfunction, possibly causing excessive vacuum in fuel vapor management system.","The excessive vaccuum may result in an engine stall while driving, without warning and without the ability to restart the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the Powertrain Control Module. Dealers will also check for fault codes and replace the CPV as needed. If the CPV is replaced, dealers will inspect and replace the carbon canister, fuel tank and fuel delivery module as necessary. The recall began August 19, 2019. Owners may contact Ford Customer service at 1-866-436-7332. Ford's number for this recall is 18S32. Note: Until the vehicle is serviced for this concern, owners are advised to keep the fuel tank at least halfway full." -10/22/2018,18V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V748000),E-One Incorporated,Torque Rod Tower Suspension Crack,SUSPENSION,NR (Not Reported),Vehicle,10,"E-One Incorporated (E-One) is recalling certain 2016-2018 E-One Cyclone II and Typhoon aerial devices. The torque rod tower may crack causing failure of the tower, possibly affecting vehicle handling.","If the torque rod tower fails and affects vehicle handling, it can increase the risk of a crash.","E-One will notify owners, and direct owners to contact the manufacturer of the Atlas suspension for replacement parts, free of charge. The recall began January 10, 2019. Owners may contact E-One customer service at 1-352-861-3612." -10/22/2018,18V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V745000),"Altec Industries, Inc.",Zone Rating Error may cause Loss of Load Control,ELECTRICAL SYSTEM,CSN 700,Vehicle,175,Altec Industries (Altec) is recalling certain 2014-2018 DHH and DHB Digger Derrick vehicles. The Zone Rating System may not alert the operator that the load being handled exceeds the rated load for the unit's specific position.,"Without an alert, there is a greater risk of unit instability or a loss of load control, increasing the risk of injury.","Altec will notify owners and dealers will update the Zone Rating System software, free of charge. The recall began December 12, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 700." -10/19/2018,18V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V742000),"Daimler Trucks North America, LLC",Brake Lights Remain Activated After Pedal Release,EXTERIOR LIGHTING,FL-799,Vehicle,6326,Daimler Trucks North America (DTNA) is recalling certain 2017-2018 Freightliner Cascadia vehicles. The brakes lights on these vehicles may remain activated after the brake pedal is released.,"If the brake lights remain activated, other drivers may be unaware that the vehicle is actually slowing or stopping, increasing the risk of a crash.","DTNA will notify owners and dealers will replace the brake light switch. The recall began January 18, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-799." -10/19/2018,18V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V737000),"Forest River, Inc.",Circuit Board Damage Affecting Lighting Functions,EXTERIOR LIGHTING,51-0893,Vehicle,1017,"Forest River, Inc. (Forest River) is recalling certain 2017 Coachmen Cross Country, 2017-2019 Coachmen Sportscoach and Forest River Berkshire and Legacy and 2017-2018 Forest River Charleston motorhomes built on Freightliner Custom Chassis Corporation (FCCC) chassis. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Nonfunctioning lights can increase the risk of a crash.,"The remedy for this recall is still under development. Owners will be notified and be sent to FCCC authorized service facilities for free repairs. Forest River issued owners an interim notification on November 16, 2018. A second notice will be mailed once remedy parts become available. Owners may contact Forest River customer service at 1-574-642-3112 or Coachmen customer service at 1-574-825-5821. Forest River's number for this recall is 51-0893." -10/19/2018,18V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V740000),"Chrysler (FCA US, LLC)",Improper Engine Restart May Cause Stall or Fire,ENGINE AND ENGINE COOLING,U94,Vehicle,10260,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Chrysler Pacifica Plug-in Hybrid Electric vehicles (PHEV). After the vehicle has been operating in PHEV propulsion mode, the gas-fueled engine may not restart properly resulting in unburned fuel entering the exhaust catalyst.",The improperly started engine could result in a loss of motive power increasing the risk of a crash or the unburned fuel in the catalyst may ignite increasing the risk of a fire.,"FCA will notify owners, and dealers will update the powertrain controller module software, and inspect and replace the catalytic converter as necessary, free of charge. The recall began November 15, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U94." -10/19/2018,18V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V739000),"Chrysler (FCA US, LLC)",Incorrect Transmission Calibration Causes Stall,POWER TRAIN,UA9,Vehicle,86053,Chrysler(FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles equipped with 2.4L engines. Improper transmission calibration may result in a stall.,A vehicle stall can increase the risk of crash.,"Chrysler will notify owners, and dealers will re-flash the transmission controller with a new calibration, free of charge. The recall began November 2, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UA9." -10/19/2018,18V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V741000),Thor Motor Coach,LP Hose may Contact Refrigerator Base,EQUIPMENT,RC000162,Vehicle,1384,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Thor Four Winds, Chateau, and Freedom Elite vehicles. The liquid propane (LP) hose may not have adequate space between the floor and the metal plate on the refrigerator, causing damage to the hose and possibly creating a propane leak.",A propane leak can increase the risk of a fire.,"TMC will notify owners, and dealers will remove a portion of the refrigerator base plate to provide additional clearance for the LP hose, free of charge. The recall began December 11, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000162." -10/19/2018,18V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V733000),"Forest River, Inc.",Side Marker Lights in Wrong Location/FMVSS 108,EXTERIOR LIGHTING,49-0891,Vehicle,26,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Primetime Impression fifth wheels, model MPF3000RLS-49. The side marker lights are not located in the correct spot, reducing visibility of the vehicle to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced visibility of the fifth wheel can increase the risk of a crash.,"Forest River will notify owners, and dealers will remedy the vehicles, free of charge. The recall began November 1, 2018. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 49-0891." -10/18/2018,18V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V734000),Harley-Davidson Motor Company,Clutch Fluid may Leak and cause Loss of Control,POWER TRAIN,0173,Vehicle,177636,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2017-2018 Police Road King (FLHP), Road King (FLHR), Road King Special (FLHRXS), Electra Glide Ultra Classic (FLHTCU), Ultra Limited (FLHTK), Ultra Limited Low (FLHTKL), Ultra Limited Shrine (FLHTK SHRINE), Police Electra Glide (FLHTP), Street Glide (FLHX), Street Glide Special (FLHXS), Road Glide Ultra (FLTRU), Road Glide (FLTRX), Road Glide Special (FLTRXS), Freewheeler (FLRT), Tri Glide Ultra (FLHTCUTG), CVO Limited (FLHTKSE) and CVO Street Glide (FLHXSE) motorcycles, 2017 Softail Slim S (FLSS), Fat Boy S (FLSTFBS) and CVO Pro Street Breakout (FXSE) motorcycles, 2018 115th Anniversary Ultra Limited (FLHTK ANV), 115th Anniversary Street Glide (FLHX ANV), 115th Anniversary Street Glide Special (FLHXS ANX), 115th Anniversary Tri Glide Ultra (FLHTCUTG ANV), 115th Anniversary CVO Limited (FLHTKSE ANV) and CVO Road Glide (FLTRXSE) motorcycles. The secondary clutch actuator cylinder may leak fluid internally and the clutch master cylinder may lose the ability to generate enough lift to disengage the clutch.","If the clutch cannot be disengaged it can result in a loss of control, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will install a new secondary clutch actuator piston assembly, free of charge. The recall began November 5, 2018. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0173." -10/18/2018,18V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V727000),"Charles Machine Works, Inc.",Jib Boom may Become Loose While Moving,STRUCTURE,ID0502488,Vehicle,96,"Charles Machine Works Inc (Charles Machine) is recalling certain 2018 Ditch Witch VT14, VT20 and VT24 trailers with HX30, HX50 or HX75 vacuum excavators equipped with an optional jib boom. The jib boom on these vehicles can become loose from the latching pin mechanism, allowing the boom to swing outside the trailer while being towed.","If the jib boom swings outside the trailer while it is being towed, it can increase the risk of injury or a crash.","Charles Machine will notify owners, and dealers will replace the latching pin with a hook mechanism that goes over the top of the arm, securing it to the trailer structure, free of charge. The recall began October 22, 2018. Owners may contact Charles Machine customer service at 1-800-654-6481. Charles Machine's number for this recall is ID0502488." -10/17/2018,18V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V732000),"BMW of North America, LLC",Body Control Unit may Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,172,"BMW of North America, LLC (BMW) is recalling certain 2019 BMW X5 xDrive40i vehicles. The capacitors within the Body Domain Controller (BDC) may short circuit and overheat.","If the BDC short circuits, other nearby components may also overheat, increasing the risk of a fire.","All affected vehicles remain on dealer lots, therefore owner letters will not be mailed. BMW dealers will replace the BDC control unit, free of charge. The recall began on October 17, 2018. Owners may contact BMW customer service at 1-800-525-7417." -10/17/2018,18V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V736000),Great Dane Trailers,Incorrect Amount of Reflective Tape/FMVSS 108,VISIBILITY,NR (Not Reported),Vehicle,28,"Great Dane Trailers (Great Dane) is recalling certain 2019 Great Dane Champion Composite Plate dry freight trailers. These trailers may have an insufficient amount of reflective conspicuity tape along the length of the trailer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the required amount of reflective tape, the trailers visibility may be reduced to other drivers, increasing the risk of a crash.","Great Dane will notify owners, and dealers will install an additional 12 inches of reflective conspicuity tape on each side of the trailer, free of charge. The recall began November 30, 2018. Owners may contact Great Dane customer service at 1-877-369-3493." -10/17/2018,18V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V731000),"Chrysler (FCA US, LLC)",Loss of Fuel Pressure,"FUEL SYSTEM, GASOLINE",UB2,Vehicle,21104,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Jeep Renegade 4X2 flex fuel/E85 vehicles equipped with a 2.4L engine. In certain operating conditions such as high power demand in conjunction with high altitude and/or high ambient temperatures, a manufacturing error in the fuel pump assembly may result in a loss of fuel pressure.","A loss of fuel pressure can cause a stall, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the fuel pump, free of charge. The recall began April 26, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UB2." -10/16/2018,18V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V728000),"Altec Industries, Inc.",Converter Failure may cause Fire,ELECTRICAL SYSTEM,CSN 699,Vehicle,24,"Altec Industries Inc. (Altec) is recalling certain 2015-2017 Altec TA45M and AM50/55 aerial devices equipped with 500W DC-DC converters. Due to voltage and current spikes, the converter can fail and cause a fire.","If the converter fails, it can increase the risk of a fire.","Altec will notify owners, and dealers will replace the 500W DC-DC converter with one that has a revised design, free of charge. The recall began December 10, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 699." -10/16/2018,18V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V729000),"Grand Design RV, LLC",Incorrectly Installed 50 amp Breaker May Overheat,ELECTRICAL SYSTEM,910016,Vehicle,92,"Grand Design RV, LLC (Grand Design) is recalling certain 2019 Grand Design Reflection travel trailers, models 285BHTS, 287RLTS and 297RSTS. The wires to the 50 amp mini-breaker may be installed incorrectly, leaving the circuit unprotected.","If the unprotected circuit overheats or experiences a short, it can increase the risk of a fire.","Grand Design will notify owners, and dealers will inspect the 50 amp mini-breaker to make sure that it is wired correctly, re-wiring it as necessary, free of charge. The recall began November 12, 2018. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910016." -10/16/2018,18E096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E096000),Streetcar ORV LLC,Incorrectly Machined Steering Knuckle may Fail,STEERING,NR (Not Reported),Equipment,847,"Streetcar ORV LLC (Streetcar) is recalling certain American Expedition Vehicles (AEV) 3"" Dualsport aftermarket suspension kits, part numbers N0436000 and N0436001, sold for installation on 2013-2018 RAM 2500 and 3500HD trucks. Improper installation and machining of the original equipment steering knuckle may weaken the joint between the steering drag link and knuckle.","The weakened connection may result in a fractured steering drag link, causing a loss of steering and increasing the risk of a crash.","Streetcar will notify owners and dealers will inspect and install a new steering knuckle, free of charge. The recall began December 3, 2018. Owners may contact AEV customer service at 1-248-926-0256, extension 500." -10/16/2018,18V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V730000),"Yamaha Motor Corporation, USA",Insufficiently Tightened Engine Oil Hose Flare Nut,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1902,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2018 Yamaha SR400 motorcycles. The engine oil line flare nut may be insufficiently tightened, allowing oil to leak onto the rear tire.","An oil leak onto the rear tire can cause a loss of control, increasing the risk of a crash.","Yamaha will notify owners, and dealers will inspect the flare nut connection. If oil is not leaking, the nut will be tightened. If oil is leaking, the engine oil line will be replaced and the flare nut will be tightened, free of charge. The recall began October 31, 2018. Owners may contact Yamaha customer service at 1-800-962-7926." -10/15/2018,18V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V726000),Keystone RV Company,Awning May Unroll While Moving,EQUIPMENT,18-333,Vehicle,60,Keystone RV Company (Keystone) is recalling certain 2019 Crossroads Cruiser and Volante fifth wheels equipped with Longitude awnings. These vehicles may be equipped with incorrect awning switches that do not prevent the awning motor from rolling out the awning while moving.,"The awning unexpectedly unrolls while the vehicle is moving, it can increase the risk of injury.","Keystone will notify owners, and dealers will replace the existing awning switch for a switch with a dynamic brake function, free of charge. The recall began November 14, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-333." -10/15/2018,18V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V724000),"Mercedes-Benz USA, LLC",Incorrect Software for Air Bag Control Unit,AIR BAGS,2018100008,Vehicle,2,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz AMG GT Cabrio and AMG GT-C Cabrio vehicles. Due to a software incompatibility, in the event of a low speed crash, both stages of the frontal air bags may deploy instead of only the first-stage deploying as intended.","If the air bags do not deploy as intended, it can increase the risk of injury.","MBUSA will notify owners, and dealers will update the air bag control unit software, free of charge. The recall began November 2, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018100008." -10/15/2018,18V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V722000),"Forest River, Inc.",Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,05-0886,Vehicle,872,"Forest River, Inc. (Forest River) is recalling certain 2013-2019 Starcraft Bus Prodigy, 2010-2019 Starcraft Bus Quest, 2019 Starcraft Bus Senator II, Quest XL and StarTrans Bus MFSAB buses, equipped with CE White/HSM SB11-30"" series, standard, unbelted, school bus seats, or SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","Forest River will notify owners, and dealers will insert an additional piece of expanded polystyrene (EPS) foam into the lower seatback area, free of charge. The recall began November 1, 2018. Owners may contact Forest River customer service at 1-574-642-3112. Forest River's number for this recall is 05-0886." -10/15/2018,18V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V723000),Keystone RV Company,Missing Bearing Races Causing Hub to Overheat,SUSPENSION,18-334,Vehicle,1276,"Keystone RV Company (Keystone) is recalling certain 2019 Dutchmen Aerolite and Atlas, Keystone Bullet, Laredo, Cougar, Hideout, Passport and Springdale, and Crossroads Sunset fifth wheels and travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","If the bearing cup is not installed it could lead to a bearing failure, affecting vehicle handling and increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect axles for hub clearance. If the hub clearance is not sufficient, appropriate parts will be provided to correct the defect, free of charge. The recall began November 16, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-334." -10/15/2018,18V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V725000),"Mercedes-Benz USA, LLC",Starter Battery has Exposed Positive Cable,ELECTRICAL SYSTEM,2018110002,Vehicle,4073,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz C300 4Matic Coupe, C300 4Matic Cabrio, E300, E300 4Matic, C300, C300 4Matic, C300 Coupe and C300 Cabrio vehicles. The cover for the starter battery may not cover the live positive electrical wire, and in certain crashes, the vehicle's strut brace may deform and short circuit the battery.","If the battery is shorted, the emergency door unlocking would be deactivated for an outside responder and the short circuit could increase the risk of a fire.","MBUSA will notify owners, and dealers will replace the positive pole cover, free of charge. The recall began November 27, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018110002." -10/12/2018,18V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V718000),"Riverside Travel Trailer, Inc.",Awning may Deploy While Moving,EQUIPMENT,NR (Not Reported),Vehicle,1,"Riverside Travel Trailer, Inc. (Riverside) is recalling one 2018 Riverside Dream recreational trailer equipped with a Solera Smart Arm Awning. The awning may deploy while moving.",An awning deployment while moving can increase the risk of a crash.,"Riverside will notify the owner, and a dealer will replace the awning controller, free of charge. The recall began October 20, 2018. Owners may contact Riverside customer service at 1-765-472-3920." -10/12/2018,18V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V719000),"Transportation Collaborative, Inc.",Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,18E-056,Vehicle,877,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain 2011-2018 Transtech Bus SST, SST Flat Floor and ST Aero school buses, equipped with CE White/HSM SB11-26"" and SB11-30"" series, standard, unbelted, school bus seats, or SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","Transportation Collaborative will notify owners, and dealers will install a styrene strip for additional padding, free of charge. The recall began November 16, 2018. Owners may contact Transportation Collaborative customer service at 1-845-988-0419. Transportation Collaborative's number for this recall is 18E-056." -10/12/2018,18T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T013000),"PT. Multistrada Arah Sarana, Tbk",Lower Sidewall Separation/ FMVSS 139,TIRES,NR (Not Reported),Tire,6318,"Pt.Multistrada Arah Sarana, TBK (Multistrada) is recalling certain Achilles Desert Hawk A/P LT tires, size LT215/85 R16 115/112R 10PR, with DOT date code 1915 through date code 3618. The lower sidewall of the tires may separate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","A sidewall separation can cause loss of air pressure, increasing the risk of a crash.","Multistrada will notify owners, and dealers will replace the tires, free of charge. The recall began November 30, 2018. Owners may contact Multistrada customer service at achillescare@multistrada.co.id or at corsec@multistrada.co.id, or by phone at 1-800-944-8414." -10/12/2018,18V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V721000),Great Dane Trailers,Missing Brake Rollers Reducing Brake Effectiveness,SERVICE BRAKES,NR (Not Reported),Vehicle,64,"Great Dane Trailers (Great Dane) is recalling certain 2019 Great Dane Everest CL reefer trailers. These trailers may have been built without brake rollers, causing a reduction in brake effectiveness.","If brake effectiveness is reduced, the distance needed to stop the trailer may be lengthened, increasing the risk of a crash.","Great Dane will notify owners, and dealers will inspect the trailers and install and missing brake rollers and inspect the brake drum and shoes for abnormal wear, free of charge. The recall began November 21, 2018. Owners may contact Great Dane customer service at 1-877-369-3493." -10/12/2018,18V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V717000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,1317F,Vehicle,155436,"Mazda North American Operations (Mazda) is recalling certain 2014-2015 Mazda CX-9 vehicles sold, or ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, unless covered in ""Zone A,"" Mazda is recalling certain 2011-2013 Mazda6, 2011-2012 CX-7, and 2011-2015 CX-9 sold, or ever registered in the states of Arizona, Arkansas, Delaware, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, West Virginia and the District of Columbia, or ""Zone B."" Additionally, unless covered in Zone A or Zone B, Mazda is recalling certain 2010-2013 Mazda6, 2010-2012 CX-7, and 2010-2015 CX-9 vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began November 9, 2018. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 1317F." -10/11/2018,18V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V715000),Hyundai Motor America,Bolts Damaging Side Curtain Air Bags,AIR BAGS,177,Vehicle,8204,Hyundai Motor America (Hyundai) is recalling certain 2019 Hyundai Santa Fe vehicles. The Side Curtain Air Bag (SCAB) mounting bolts may interfere with and damage the air bags during deployment.,"In the event of a crash, if the air bags become damaged during deployment they may not inflate properly, increasing the risk of injury.","Hyundai will notify owners, and dealers will install a protective cover over the SCAB installation bolts, free of charge. The recall began December 3, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 177." -10/11/2018,18V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V713000),"BMW of North America, LLC",Driveshaft may Separate from Flange,POWER TRAIN,NR (Not Reported),Vehicle,2661,"BMW of North America, LLC (BMW) is recalling certain 2016-2017 BMW M3 Sedans, 2016-2017 BMW M4 and M4 GTS Coupes and 2017 BMW M4 Convertible vehicles. The connection between the driveshaft and the flange may fail resulting in a loss of propulsion.",A loss of vehicle propulsion can increase the risk of a crash.,"BMW will notify vehicle owners, and dealers will replace the driveshaft, free of charge. The recall began April 9, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/11/2018,18V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V712000),"Erwin Hymer Group North America, Inc.",Generator may Overcharge Batteries,EQUIPMENT,NR (Not Reported),Vehicle,172,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling certain 2018-2019 Hymer Aktiv and Aktiv 2.0, Carado Axion and Banff and Roadtrek Simplicity, Simplicity SRT, Zion and Zion SRT motorhomes. The undermount generator may overcharge the auxiliary batteries, damaging them.","If the supplied sealed batteries are replaced with batteries that are not sealed, overcharging the batteries may result in an acid spill, increasing the risk of injury.","Erwin Hymer has notified owners, and dealers will install a new internal voltage regulator into the generator, free of charge. The recall began on October 24, 2018. Owners may contact Erwin Hymer customer service at 1-800-663-0066." -10/11/2018,18V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V711000),Toyota Motor Engineering & Manufacturing,Incorrect Weight on Capacity Label/FMVSS 110,EQUIPMENT,J0Z,Vehicle,508,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 Toyota Tundra vehicles. The accessory all-weather floormats may have been counted twice when creating the load carrying capacity modification label, resulting in the capacity modification label incorrectly overstating the additional weight by 10 pounds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Since the incorrect label is not within 1% of the additional weight, the vehicles are not compliant with the FMVSS.",All vehicle owners will be sent a corrected label. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0Z. -10/11/2018,18V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V710000),Toyota Motor Engineering & Manufacturing,Insufficiently Tightened Rear Axle Bearing Bolts,POWER TRAIN,J0Y,Vehicle,681,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2019 Toyota C-HR vehicles. The rear axle hub bearing bolts may have been insufficiently tightened, causing the bolts to loosen and damage the rear brake components or cause a rear wheel to detach.","If the bolts loosen and damage the rear brake components, or cause a rear wheel to detach, it would increase the risk of a crash.","Toyota will notify owners, and dealers will inspect the rear axle hub bearing bolts. If a bolt is found to be loose or detached, the dealer will replace the rear axle hub bearing assembly and rear axle carrier sub-assembly, free of charge. The recall began November 6, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0Y." -10/11/2018,18V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V714000),"Gulf Stream Coach, Inc.",Solar Charging Port Circuit is not Fused,EQUIPMENT,10112018,Vehicle,605,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2018-2019 Gulf Stream Conquest and B Touring Cruiser motorhomes. These vehicles have an auxiliary solar charging port circuit that is not fused.","If solar panels are connected and they exceed the amperage capacity of the circuit, the unprotected circuit can increase the risk of a fire.","Gulf Stream will notify owners, and dealers will install circuit protection, free of charge. The recall began November 15, 2018. Owners may contact Gulf Stream customer service at 1-800-482-6456, extension 5208. Gulf Stream's number for this recall is 10112018." -10/10/2018,18V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V697000),"Daimler Trucks North America, LLC",Engine Ground Stud may be Loose,ELECTRICAL SYSTEM,FL795,Vehicle,1545,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Custom Chassis Corporation (FCCC) MT45G, and MT55G vehicles. The engine ground stud may not have been properly tightened, causing the vehicle to seek other electrical paths to ground.","If other wires or components unintentionally serve as an engine ground, they may overheat, increasing the risk of a fire.","DTNA will notify owners, and dealers will inspect the grounding of the engine ground stud, repairing it as needed, free of charge. DTNA issued owners interim notifications on December 3, 2018. The recall began October 14, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL795." -10/10/2018,18E095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E095000),Alpha Technology Corp,Ignition Switch may Turn Off,ELECTRICAL SYSTEM,N/A,Equipment,153462,"Alpha Technology Corp (Alpha) is recalling certain mechanical key ignition switch systems, part number FOJ57 00000. Over time, weight on the key ring and road conditions or some other jarring event may cause the ignition switch to move out of the RUN position into the ACCESSORY position, turning off the engine.",The vehicle stall from the engine turning off could increase the risk of a crash.,"Alpha has notified the affected vehicle manufacturers. If those manufacturers determine that the switches create a safety risk in their vehicles, they will notify their owners and replace the switch, free of charge." -10/10/2018,18V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V709000),"Tap Worldwide, LLC",Missing GVWR and GAWR Labels/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,135,"TAP Worldwide, LLC (TAP) is recalling certain 2017-2018 Smittybilt SCOUT trailer kits, sold with tires and wheels included in the kit (SKU number 87400). These trailer kits were sold without the required labeling for the Gross Vehicle Weight Rating (GVWR), Gross Axle Weight Rating (GAWR), and cargo capacity statements. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The missing labels can result in the user overloading the trailer causing a loss of control, thereby increasing the risk of a crash.","TAP will notify owners and will provide the missing labels, free of charge. The recall began December 3, 2018. Owners may contact TAP customer service at 1-888-376-1417." -10/09/2018,18V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V705000),Thor Motor Coach,Incorrectly Installed Windshield Wiper may Fail,VISIBILITY,RC000161,Vehicle,2854,"Thor Motor Coach (TMC) is recalling certain 2013 Thor Ace, Daybreak, Challenger, Windsport, Hurricane, Outlaw, Tuscany, and Palazzo motorhomes. The windshield wiper system may have been incorrectly installed, causing the wipers to fail during use, reducing driver visibility.",A reduction of driver visibility can increase the risk of a crash.,"TMC will notify owners, and dealers will verify that the windshield wiper system is installed correctly, repairing or replacing the wiper system as needed, free of charge. The recall began November 28, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000161." -10/09/2018,18V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V708000),"Altec Industries, Inc.",Load Chart may Display Incorrect Values,ELECTRICAL SYSTEM,CSN 696,Vehicle,146,"Altec Industries Inc. (Altec) is recalling certain 2014-2018 Altec AC40-152S Cranes. On the affected cranes, the electronic Load Moment and Area Protection (LMAP) screen may display incorrect load chart values.","Using an incorrect chart value could lead to unit instability or loss of load control, increasing the risk of injury.","Altec will notify owners, and dealers will update the LMAP software, as necessary, free of charge. The recall is expected to begin on December 4, 2018. Owners may contact Altec at 1-205-991-7733. Altec's number for this recall is CSN 696." -10/09/2018,18V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V707000),Ford Motor Company,Rear Wing Hydraulic Fluid Leak may Cause Fire,STRUCTURE,18S29,Vehicle,176,Ford Motor Company (Ford) is recalling certain 2017-2018 Ford GT vehicles. The rear wing valve block may leak hydraulic fluid.,A hydraulic fluid leak in the presence of an ignition source can increase the risk of a fire.,"Ford will notify owners, and dealers will perform a software update to the fully integrated vehicle controller, which eliminates the possibility of excessive pressure in the valve block assembly. Some vehicles will have a rear wing hydraulic check valve installed and will have the o-rings and the filter replaced, if needed. The repairs will be performed free of charge. The recall began November 30, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S29." -10/09/2018,18V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V706000),"Altec Industries, Inc.",Step May Separate from Fiberglass Platform,STRUCTURE,CSN 695,Vehicle,1592,"Altec Industries Inc. (Altec) is recalling certain 2017-2018 Altec LR7, L42A and AT37-G TDA58 aerial devices and DB37, DL/DMB D2/3/4B, and DMB digger derricks, equipped with fiberglass platforms. The step on the outside of the fiberglass platform can break off during normal use.","If the step separates from the platform, it can increase the risk of injury.","Altec will notify owners, and dealers will inspect the platform step and replace the platform if the step has separated from the platform and add a platform step reinforcing kit, free of charge. The recall began December 3, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 695." -10/05/2018,18V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V704000),Hyundai Motor America,Electrical Resistance at Main Relay May Cause Fire,HYBRID PROPULSION SYSTEM,178,Vehicle,10575,"Hyundai Motor America (Hyundai) is recalling certain 2017-2018 Hyundai Ioniq Hybrid and 2018 Ioniq Plug-In Hybrid vehicles. The Main Relay within the Power Relay Assembly (PRA) may have inadequate connections between its contacts, causing increased electrical resistance.","The increased electrical resistance can overheat the rear seat which is above the PRA, increasing the risk of a fire.","Hyundai will notify owners, and dealers will inspect the Power Relay Assembly (PRA) for damage. If no damage is found, the main relay will be replaced. If damage is found, the PRA will be replaced. These repairs will be performed free of charge. The recall began February 28, 2019. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 178." -10/05/2018,18V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V698000),"Daimler Trucks North America, LLC",Emergency Exit not Opening Wide Enough/FMVSS 217,STRUCTURE,FL-797,Vehicle,701,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2019 Thomas Built Buses Minotour school buses with 36"" or 39"" wide seats. The rear emergency exit door may not open wide enough to meet the unobstructed emergency egress area requirements. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the emergency exit door does not open wide enough, it may limit the ability to exit the bus, increasing the risk of injury in the event of an emergency.","DTNA will notify owners, and dealers will modify the rear door slide system, increasing the angle that the door can open, free of charge. DTNA issued owners an interim notification on November 8, 2018. The recall began June 28, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-797." -10/05/2018,18V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V700000),Great Dane Trailers,Improperly Tightened Brake Adjuster Anchor Pins,SERVICE BRAKES,NR (Not Reported),Vehicle,197,"Great Dane Trailers (Great Dane) is recalling certain 2019 Great Dane Everest CL Multi-Temp trailers equipped with Haldex automatic brake adjusters. During manufacturing, the adjuster anchor pins may not have been properly tightened, causing the pins to loosen or detach.","A detached anchor pin would cause the automatic brake adjusters to not properly adjust the brakes to compensate for brake pad wear. If not corrected, this could lead to reduced braking ability or loss of brakes, increasing the risk of a crash. Loose anchor pins could cause the automatic brake adjuster to jam, keeping it from returning to its rest position which may cause the brakes to drag, increasing the risk of a fire.","Great Dane will notify owners, and dealers will inspect the anchor pin mounting bolts for the proper tightness, replacing any pins that are missing, free of charge. The recall began November 16, 2018. Owners may contact Great Dane customer service at 1-877-369-3493." -10/05/2018,18E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E094000),"Truck-Lite Company, LLC",Incorrect Labeling on Halogen Headlight/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,27026,"Truck-Lite Company, LLC (Truck-Lite) is recalling certain right-hand incandescent halogen headlights, part numbers Truck-Lite 27628C, 27628C7, Navistar 4049970C91, 4049970C92, 4049970C93, and 4049970C94, for installation on Navistar International LT-series trucks. The headlights may have incorrect ""VOL"" markings when they should be marked as ""VOR."" These headlights are correctly designed to be visually/optically aimed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associate d Equipment.""","If the headlights have incorrect markings, when they are replaced, the headlights may be aimed incorrectly, decreasing visibility and increasing the risk of a crash.","Truck-Lite will notify owners and will send them a ""DOT VOR"" label to install, free of charge. The recall began November 26, 2018. Owners may contact International Trucks Customer Service Center at 1-800-448-7825." -10/05/2018,18V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V702000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-794,Vehicle,1532,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2019 Thomas Built school buses Saf-T-Liner C2, Saf-T-Liner HDX and Saf-T-Liner EFX school buses. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA has notified owners, and dealers will check and tighten the brake caliper mounting bolts, free of charge. The recall began December 3, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-794." -10/05/2018,18V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V703000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-794,Vehicle,5534,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2019 Freightliner 108SD, 114SD, Cascadia, Business Class M2, Freightliner Custom Chassis Corporation S2C 106 Cab, S2G Cab Chassis, XCL, XCM, XBS, XCP, XCR, Western Star 4700, 4900 and 5700 trucks. The brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will check and tighten the brake caliper mounting bolts, free of charge. The recall began December 3, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-794." -10/05/2018,18V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V696000),Collins Bus Corporation,Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,18e056,Vehicle,1705,"Collins Bus Corporation (Collins) is recalling certain 2011-2018 Collins SL, SH, DH, DE, and TH school buses, built on Promaster chassis, equipped with CE White/HSM SB11-30"" series, standard, unbelted, school bus seats, or SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","Collins will notify owners, and dealers will install additional foam into the seat backs, free of charge. The recall began December 21, 2018. Owners may contact Collins customer service 1-800-533-1850, extension 424. Collins' number for this recall is 18e056." -10/05/2018,18V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V699000),"Daimler Trucks North America, LLC",Steering Wheel May Detach from Steering Column,STEERING,FL796,Vehicle,622,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner Cascadia and Western Star 5700 vehicles. The steering wheel on these vehicles may loosen over time and the steering wheel may detach from the steering column.","If the steering wheel detaches, there would be a loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will correct the steering wheel installation, as necessary, free of charge. The recall began November 21, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL796." -10/04/2018,18V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V685000),Toyota Motor Engineering & Manufacturing,"Air Bags May Not Deploy as Intended/FMVSS 208, 214",AIR BAGS,J0X,Vehicle,168187,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018-2019 Toyota Tundra and Sequoia vehicles and 2019 Toyota Avalon and Avalon Hybrid vehicles. The air bag electronic control unit (ECU) may erroneously detect a fault during the vehicle start-up self check. If this occurs, the ECU may not deploy the airbags as intended, in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection,"" and 214, ""Side Impact Protection.""","If the air bags do not deploy as intended, it can increase the risk of injury in a crash.","Toyota will notify owners, and dealers will update the software for the air bag ECU, free of charge. The recall began October 26, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0X. Note: 18V-122 was superseded by this recall. The software remedy also includes the updates to the software for 18V-122." -10/04/2018,18V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V695000),"Yamaha Motor Corporation, USA",Corrosion of Wiring may cause Loss of Control,ELECTRICAL SYSTEM,990122,Vehicle,4736,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2012-2013 Yamaha XTZ12 Super Tenere motorcycles. Over time, a gap may develop in the protective sealant where the lead wires of the accelerator position sensor (APS) and throttle position sensor (TPS) connect to the electronic control unit (ECU). This may cause corrosion on the wires, preventing the engine from returning to idle after the throttle is released.","If the engine does not return to idle when the throttle is released, it can lead to a loss of control, increasing the risk of a crash.","Yamaha will notify owners, and dealers will bypass the wire lead connection with a new sub lead harness multi-connector, free of charge. The recall began October 26, 2018. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990122." -10/04/2018,18V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V694000),"Suzuki Motor USA, LLC",Fuel Pump O-ring Twisted Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",2A86-2A88,Vehicle,6928,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2017-2018 Suzuki DL650A, DL650XA, GSX-R1000, GSX-R1000R, and 2018 GSX-S750 motorcycles. During installation, the fuel pump O-ring may have been twisted, reducing the sealing performance and possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Suzuki will notify owners, and dealers will replace the fuel pump O-ring and the fuel tank inner vessel, free of charge. The recall began October 31, 2018. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's numbers for this recall are 2A86-2A88." -10/04/2018,18V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V693000),"Altec Industries, Inc.",Hose Sock may Allow Electrical Continuity,EQUIPMENT,CSN 693,Vehicle,208,"Altec Industries Inc. (Altec) is recalling certain 2017 Altec AT37, AT41 and AT48 aerial devices. The hydraulic line protective hose sock may have been incorrectly installed through the insulating section of the lower boom.","The incorrectly installed protective hose sock can cause the potential for electrical continuity through the lower boom, increasing the risk of an electrical shock.","Altec will notify owners, and dealers will inspect the hydraulic hose bundle on the articulating arm and remove any hose sock in the insulated section, free of charge. The recall began November 14, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 693." -10/04/2018,18V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V684000),Toyota Motor Engineering & Manufacturing,Hybrid System may Shutdown and cause Stall,HYBRID PROPULSION SYSTEM,J0V,Vehicle,807329,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2010-2014 Toyota Prius and 2012-2014 Toyota Prius V vehicles. Excessive voltage in the Intelligent Power Module (IPM) within the inverter may cause the hybrid system to shut down, causing the vehicle to stall while being driven.","If the hybrid system shuts down unexpectedly, it can increase the risk of a crash.","Toyota will notify owners, and dealers will update the software for the motor/generator control electronic control unit (ECU) and the hybrid control ECU as necessary, free of charge. The recall began January 22, 2019. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0V. Note: The software updates in this recall are needed even if the vehicle had the software previously updated under recalls 14V-053 or 15V-449." -10/03/2018,18V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V691000),Shyft Group,EMS Cabinets may Detach in a Crash,EQUIPMENT,18030,Vehicle,923,"Spartan Motors USA (Spartan) is recalling certain 2001-2019 Spartan MetroStar and Gladiator emergency vehicles. The mounting fasteners for the Emergency Medical Service (EMS) cabinets may not be the correct size, allowing the cabinets to break free from their mountings in the event of a crash.","If the EMS cabinets become loose during a crash, the cabinets may become projectiles, increasing the risk of injury.","Spartan will notify owners, and dealers will replace the incorrect size fasteners with the correct fasteners, free of charge. The recall began November 30, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18030." -10/03/2018,18V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V692000),Motor Coach Industries,Missing Emergency Egress Windows/FMVSS 217,STRUCTURE,FCP 468,Vehicle,37,"Motor Coach Industries (MCI) is recalling certain 2018-2019 MCI J4500 motorcoaches with the 60 passenger seating option. These vehicles may have an insufficient number of emergency egress windows, inhibiting passenger exit in the event of an emergency. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, an insufficient number of emergency egress windows can lengthen the time that passengers need to exit the vehicle, increasing the risk of injury.","MCI will notify owners, and dealers will replace a non-egress window on each side of the vehicle to an egress window and install the proper emergency exit window labels, free of charge. The recall began April 4, 2019. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is FCP 468." -10/02/2018,18V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V686000),"Jayco, Inc.",Brake and Rear Turn Signals Intermittent/FMVSS 108,ELECTRICAL SYSTEM,9901408,Vehicle,176,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco Jay Flight travel trailers. The turn signal and brake lights were wired incorrectly causing the lights to work intermittently, preventing other drivers from knowing the intentions of the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the rear turn signals and brake lights do not operate as intended, other drivers will not be properly notified of stopping or turning, increasing the risk of a crash.","Jayco has notified owners, and dealers will correctly wire the rear turn signals and brake lights to the 7-way trailer cord, free of charge. The recall began October 15, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901408." -10/02/2018,18V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V688000),Entegra Coach,Entry Door may Open Unexpectedly,EQUIPMENT,9903409,Vehicle,95,"Entegra Coach (Entegra) is recalling certain 2019 Entegra Anthem, Aspire, Cornerstone and Insignia motorhomes. The affected vehicles have entry doors with latch rods that may be improperly adjusted, allowing the door to open during transit.","If the door opens during transit, it can increase the risk of injury or a crash.","Entegra has notified owners, and dealers will adjust the door latch rod, free of charge. The recall began October 15, 2018. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903409." -10/02/2018,18V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V689000),"Jayco, Inc.",Improperly Heat Treated Front Wheel Studs,WHEELS,NR (Not Reported),Vehicle,24,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco Precept and Precept Prestige motorhomes built on a Ford chassis and equipped with 22.5 inch front wheels. The front wheel hub assembly may have wheel studs that were not properly heat treated.","If a sufficient quantity of wheel studs break on one hub, vehicle handling could be affected, increasing the risk of a crash.","Ford will notify owners, and Ford dealers will inspect the front wheel hub assemblies and studs, and replace the studs as necessary, free of charge. The recall began September 28, 2018. Owners may contact Ford customers service at 1-866-436-7332 or Jayco customer service at 1-800-517-9137." -10/02/2018,18V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V687000),Entegra Coach,Vehicle May Move if Parked on a Grade/FMVSS 121,"SERVICE BRAKES, AIR",na,Vehicle,251,"Entegra Coach (Entegra) is recalling certain 2019 Entegra Aspire, Anthem and Insignia motorhomes built on a Spartan Motors chassis. The park brake systems may not prevent the vehicles from moving unintentionally if parked on a grade. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",Unintentional vehicle movement can increase the risk of a crash.,"Spartan will notify owners, and Spartan Service Centers will replace the rear brake chambers, free of charge. The recall began September 11, 2018. Owners may contact Spartan customer service at 1-855-589-9836 or Entegra customer service at 1-800-517-9137." -10/01/2018,18V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V682000),Winnebago Towable,LP Supply Line may get Damaged and Leak Gas,EQUIPMENT,NR (Not Reported),Vehicle,1034,"Winnebago Towable (Winnebago) is recalling certain 2017-2019 Winnebago Minnie Drop recreational trailers. The liquid propane (LP) gas supply line may be missing p-clamps, allowing the supply line to contact the burner assembly on the refrigerator.","If the LP line contacts the burner assembly, the hose may melt, causing a gas leak, increasing the risk of a fire.","Winnebago will notify owners, and dealers will inspect the LP supply line for melting, replacing and securing the line as necessary, free of charge. The recall began March 7, 2019. Owners may contact Winnebago customer service at 1-574-825-5280, extension 5220." -10/01/2018,18V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V683000),"Mercedes-Benz USA, LLC",Rear Seat Belt May be Unable to be Latched,SEAT BELTS,2018100002,Vehicle,4702,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016-2018 Mercedes-Benz GLC300 and GLC300 4Matic, 2018 GLC350e and GLC63 AMG 4Matic and 2017-2018 GLC43 AMG 4Matic vehicles. The seat belt latch plates (the parts that insert into the buckles) for the outboard rear seats may retract into the interior paneling, preventing the occupants from being able to use the seat belts.","If the rear seat passengers cannot fasten their seat belts, they have an increased risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will install felt strips between the C-pillar and rear side paneling, free of charge. The recall began November 2, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018100002." -09/28/2018,18V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V675000),"Chrysler (FCA US, LLC)",Front Track bar Bracket Separating from the Frame,STRUCTURE,UA5,Vehicle,18055,"Chrysler (FCA US LLC) is recalling certain 2018-2019 Jeep Wrangler vehicles. The front track bar brackets may be improperly welded, which can cause the bracket to separate from the frame, reducing steering capability.","An unexpected reduction in steering ability, can increase the risk of a crash.","Chrysler will notify owners, and dealers will inspect and repair the track bar bracket welds, as necessary, free of charge. The recall is expected to begin November 17, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is UA5." -09/28/2018,18V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V681000),"KZRV, L.P.",LP Manifold Location May Cause Fire,EQUIPMENT,KZ-2018-09,Vehicle,335,"KZRV, L.P. (KZRV) is recalling certain 2017-2019 KZRV Sonic 190VRB travel trailers. The liquid propane (LP) manifold may be located close to the axle tube, which can result in damage to the manifold, causing a leak.",A damaged and leaking LP manifold can increase the risk of a fire.,"KZRV will notify owners, and dealers will relocate the LP manifold, free of charge. The recall began November 16, 2018. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2018-09." -09/28/2018,18V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V679000),"Integrated Tower Systems, Inc.",Missing Control Panel Power Disconnect,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,125,"Integrated Tower Systems, Inc. (ITS) is recalling certain 2007-2018 Integrated Tower Systems Mobile Tower trailers that can only be powered by 220V A/C power. The control panel, part number CCP1828E, may not have a power disconnect on one of the two incoming hot legs.","The missing power disconnect can result in an electrical shock, increasing the risk of injury.","ITS will notify owners, and dealers will modify the control panel, free of charge. The recall began October 30, 2018. Owners may contact ITS customer service at 1-800-850-8535." -09/28/2018,18V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V680000),"BMW of North America, LLC",Rear Upper Control Arms may Fracture,SUSPENSION,NR (Not Reported),Vehicle,108,"BMW of North America, LLC (BMW) is recalling certain 2019 BMW X6 sDrive35i, X6 xDrive35i, X6 xDrive50i and X6M vehicles. The rear upper control arm pivot bolts may have been improperly hardened, possibly causing the rear upper control arms to break.","If a rear upper control arm breaks, it can affect vehicle handling and control, increasing the risk of a crash.","All affected vehicles remain on dealer lots, therefore owner letters will not be mailed. BMW dealers will replace both rear upper control arms, free of charge. The recall began September 21, 2018. Owners may contact BMW customer service at 1-800-525-7417." -09/27/2018,18V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V678000),"Forest River, Inc.",Improper Brake Flange Causing Brake Failure,SUSPENSION,10-0863,Vehicle,1785,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Flagstaff and Rockwood recreational trailers. The brake mounting flanges on the torsion axles may be incorrectly oriented, which can result in premature brake failure.",Premature brake failure can increase the risk of a crash.,"Forest River has notified owners, and dealers will replace the axles or hubs, free of charge. The recall began on October 12, 2018. Owners may contact Forest River customer service at 1-574-642-2640 or Dexter customer service at 1-574-295-7888." -09/27/2018,18V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V663000),Honda (American Honda Motor Co.),Magnet Becomes Dislodged Reducing Steering Ability,STEERING,"C2N, P2O",Vehicle,54,"Honda (American Honda Motor Co.) is recalling certain 2017-2018 Honda Civic and CR-V vehicles. The magnet that controls the torque sensor output signal for the electronic power steering system may not be properly secured, allowing the magnet to become dislodged. During a full lock turn, the dislodged magnet may cause steering assist to be applied in the opposite direction.",The unintended steering input reduces vehicle maneuverability and increases the risk of a crash.,"Honda will notify owners, and dealers will replace the steering gearbox assembly, free of charge. The recall began November 9, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are C2N, P2O." -09/27/2018,18V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V661000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"M2J, S2K",Vehicle,1355406,"Honda (American Honda Motor Co.) is recalling certain 2014 Honda Insight and Acura TSX and TSX Wagon, 2014-2015 Honda Crosstour and Pilot vehicles nationwide, as well as certain 2014 Honda FCX Clarity and Fit EV vehicles in Florida, Hawaii, Puerto Rico, Texas, Alabama, Georgia, Louisiana, Mississippi, South Carolina, California, American Samoa, Guam, the Northern Mariana Islands (Saipan) and the U.S. Virgin Islands. Honda is also recalling certain 2011-2013 Acura TSX, TSX Wagon and ZDX, Honda Crosstour, Insight, Fit and Pilot vehicles, 2011-2012 Honda Accord and 2011 Honda Civic NGV, Civic, Civic Hybrid and CR-V vehicles in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia and West Virginia. Lastly, Honda is recalling certain 2010-2013 Acura TSX and ZDX, Honda Crosstour, Fit, Insight and Pilot, 2011-2013 TSX Wagon, 2010-2012 Honda Accord and 2010-2011 Honda Civic NGV, Civic, Civic Hybrid and CR-V vehicles in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin and Wyoming. These vehicles are equipped with certain air bag air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to higher absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began November 6, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are M2J and S2K." -09/27/2018,18V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V662000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"H2H, S2I",Vehicle,57095,"Honda (American Honda Motor Co.) is recalling certain 2014 Honda Ridgeline vehicles nationwide. Honda is also recalling certain 2011-2012 Acura RL, 2011 Honda Element and 2011-2013 Ridgeline vehicles in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia. Lastly, if not included above, Honda is recalling certain 2010-2011 Honda Element, 2010-2012 Acura RL and 2010-2013 Ridgeline vehicles in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to higher absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began November 6, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are H2H and S2I." -09/27/2018,18V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V664000),Honda (American Honda Motor Co.),SRS May Become Disabled Due to Manufacturing Error,AIR BAGS,"B2R, C2P, Z2Q",Vehicle,118,"Honda (American Honda Motor Co.) is recalling certain 2019 Honda Insight, Odyssey, and Ridgeline vehicles. The Supplemental Restraint System (SRS) control unit may have a manufacturing error, possibly resulting in the air bags or seatbelt pretensioners not deploying in the event of a crash.","In the event of a crash, if the air bags or seatbelt pretensioners do not function as intended, there would be an increased risk of injury.","Honda will notify owners, and dealers will replace the SRS unit, free of charge. The recall began November 8, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are B2R, C2P, and Z2Q." -09/26/2018,18V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V677000),"Daimler Trucks North America, LLC",Air Lines Hooked to Wrong Gauges/FMVSS 121,"SERVICE BRAKES, AIR",FL-793,Vehicle,58,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 FCCC MC motorhome chassis. The primary air line was incorrectly connected to the secondary air pressure gauge and the secondary air line was connected to the primary air pressure gauge. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","In the event of a failure of one of the two air systems, an incorrect air pressure reading may occur, confusing the driver, therefore increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the air gauge lines for proper connection, correcting them as necessary, free of charge. The recall began November 2, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-793." -09/26/2018,18V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V676000),Midwest Fire Equipment & Repair Company,False Activations of Touchscreen,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,106,"Midwest Fire Equipment & Repair Company (Midwest) is recalling certain 2014-2019 Midwest Fire All-Poly Series emergency vehicles equipped with Class 1 Ultraview Touchscreens manufactured by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off, affecting vehicle performance.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"Midwest will notify owners, and dealers will upgrade the software or retrofit fuses, free of charge. The recall began October 23, 2018. Owners may contact Midwest customer service at 1-800-344-2059." -09/26/2018,18V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V674000),"BMW of North America, LLC",Incorrect ECU Programming Causing Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,"BMW of North America, LLC (BMW) is recalling certain 2013-2015 BMW 760Li vehicles. The Engine Control Unit (ECU) may have been programmed with incompatible software during a service visit, possibly causing the engine to stall.",An engine stall can increase the risk of a crash.,"All affected vehicles have been repaired by programming the ECU with the correct software. Therefore, owner letters will not be sent. Owners may contact BMW customer service at 1-800-525-7417." -09/26/2018,18V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V671000),"Volkswagen Group of America, Inc.",Incorrectly Positioned Headlight/FMVSS 108,EXTERIOR LIGHTING,94L1,Vehicle,28,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2019 Volkswagen Jetta vehicles equipped with LED headlights. The passenger side headlight may be incorrectly positioned, reducing the driver's visibility when it is dark. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",A reduction in the driver's visibility can increase the risk of a crash.,"Volkswagen will notify owners, and dealers will replace the passenger side headlight, free of charge. The recall began November 2, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 94L1." -09/26/2018,18V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V670000),Nova Bus (US) Inc.,Loss of Drive from Fractured Pressure Switch,POWER TRAIN,CR4437,Vehicle,2,"Nova Bus (Nova) is recalling certain 2017 Nova Bus LFS Hybrid and LFS Arctic Hybrid transit buses equipped with certain Allison transmission hybrid drive units. The pressure switches on these drive units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash.","Nova will notify owners, and Allison Transmission service centers will replace the C1 and C2 pressure switches, free of charge. The recall began October 5, 2018. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4435." -09/26/2018,18V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V672000),Shyft Group,Mounting Fasteners may Air Spring,SUSPENSION,18028,Vehicle,10,"Spartans Motors USA (Spartan) is recalling certain 2019 Spartan K2 Specialty vehicles. The upper mounting fasteners for the air spring may protrude, possibly resulting in the air spring bag being punctured.","A punctured air spring may deflate, possibly resulting in an overloading of the tag axle tires, thereby increasing the risk of a crash.","Spartan will notify owners, and dealers will replace air springs, free of charge. The recall is expected to begin in October 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18028." -09/26/2018,18V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V673000),"General Motors, LLC",Rear Seatbelt Retractor May Not Lock/FMVSS 208,SEAT BELTS,18315,Vehicle,15800,"General Motors LLC (GM) is recalling certain 2018-2019 Cadillac CT6, Escalade ESV, Chevrolet Suburban, Volt, and GMC Yukon XL vehicles. Certain second-row or third-row rear seatbelts retractor assemblies may not automatically lock when the seatbelt is fully pulled out of the retractor, possibly preventing a child seat from being properly secured. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If the child seat is not properly secured in the event of a crash, it can increase the risk of injury.","GM will notify owners, and dealers will inspect the rear seatbelt retractors and replace them if necessary, free of charge. The recall began November 7, 2018. Owners may contact Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 18315." -09/25/2018,18V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V666000),Kia Motors America,Electrical Resistance at Main Relay May Cause Fire,HYBRID PROPULSION SYSTEM,SC168,Vehicle,27030,"Kia Motors America (Kia) is recalling certain 2017-2018 Kia Niro hybrid electric vehicles. The Main Relay within the Power Relay Assembly (PRA) may have inadequate connections between its contacts, causing increased electrical resistance.","The increased electrical resistance can overheat the rear seat which is above the PRA, increasing the risk of a fire.","Kia will notify owners, and dealers will inspect the Power Relay Assembly (PRA) for damage. If no damage is found, the main relay will be replaced. If damage is found, the PRA will be replaced. These repairs will be performed free of charge. The recall began November 23, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC168." -09/25/2018,18V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V668000),Volvo Trucks North America,Fuel Line may Burst if Filter Screen Clogs,ENGINE AND ENGINE COOLING,RVXX1802,Vehicle,3705,"Volvo Trucks North America (Volvo) is recalling certain 2016-2019 Volvo VNL trucks equipped with Cummins ISX15 diesel engines. In certain driving conditions, such as on a long down-hill grade, the fuel line may burst if the fuel pump cooling circuit screen becomes restricted.","If the fuel line bursts, fuel may leak onto the road resulting in a roadway hazard for other motorists. The engine may also stall without warning, resulting in the vehicle's inability to restart, increasing the risk of a crash.","Cummins will notify owners, and dealers will replace the single screen filter banjo bolt will be replaced with a dual screen filter banjo bolt, free of charge. The recall began November 21, 2018. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1802." -09/25/2018,18V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V669000),"Maintainer Corporation of Iowa, Inc.",Hydraulic Pump Causing Driveshaft Wear,EQUIPMENT,NR (Not Reported),Vehicle,32,"Maintainer Corporation of Iowa, Inc. (Maintainer) is recalling certain 2017-2018 Maintainer Service Mechanic Bodies mounted on Ford F-Series Super Duty trucks. These vehicles have a FORCE America Hydraulic pump that can interfere with the front axle driveshaft when the front suspension is fully articulated, causing wear and the possible premature failure of the driveshaft.","Interference with the front axle driveshaft could cause the drive shaft to separate, resulting in damage to other nearby components, increasing the risk of a crash.","Maintainer will notify owners, and dealers will replace the existing pump with a different brand hydraulic pump, and inspect the front axle driveshaft for damage, replacing it as needed, free of charge. The recall began October 9, 2018. Owners may contact Maintainer customer service at 1-800-831-8588." -09/25/2018,18V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V665000),"Gillig, LLC",Loss of Drive from Broken Transmission Switch,POWER TRAIN,NR (Not Reported),Vehicle,90,"Gillig LLC (Gillig) is recalling certain 2017-2018 Gillig Low Floor transit buses equipped with certain Allison transmission hybrid drive units. The pressure switches on these Drive Units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash.","Gillig will notify owners, and Allison Transmission service centers will replace the C1 and C2 pressure switches, free of charge. The recall began October 4, 2018. Owners may contact Allison Transmission at 1-800-252-5283 or Gillig customer service at 1-800-735-1500." -09/25/2018,18E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E093000),Ioxus Corporation,Moisture may Enter Energy Storage Module,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,3877,"Ioxus Corporation (Ioxus) is recalling certain uStart energy storage modules, part number UST12V1100G31-ISA. The overlay seal may delaminate over time, allowing moisture to enter.","If moisture enters the storage module, it can cause an electrical short, increasing the risk of a fire.","Ioxus will work with vehicle manufacturers and provide an improved uStart energy module storage units, free of charge. The recall began September 25, 2018. Owners may contact Ioxus customer service at 1-877-751-4222. This recall is superseded by 19E-078." -09/25/2018,18V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V667000),"Suzuki Motor USA, LLC",Power Steering Tensioner Pulley Damage,STEERING,4009,Vehicle,304,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2006 Suzuki Grand Vitara vehicles. The power steering pump belt tension adjuster pulley has an outer portion that is made of plastic. Repeated heat stress can cause the plastic material to deteriorate, causing pieces of the pulley to break off.","Broken pieces of the pulley can get caught between the pulley and the drive belt, causing the drive belt to come off, resulting in a sudden loss of power steering assist, increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the power steering pump drive belt tension adjuster pulley, free of charge. The recall began November 9, 2018. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is 4009. Note: The vehicles included in this recall were not previously recalled under 10V-250." -09/24/2018,18V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V659000),"Winnebago Industries, Inc.",Entry Door may Open Unexpectedly/FMVSS 206,EQUIPMENT,154,Vehicle,13,"Winnebago Industries, Inc (Winnebago) is recalling certain 2019 Winnebago Horizon vehicles. The affected vehicles have entry doors that have latch rods that may be improperly adjusted, allowing the door to open while moving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the door opens while moving, it can increase the risk of injury or a crash.","Winnebago has notified owners, and dealers will readjust the door latch rod, free of charge. The recall began on October 26, 2018. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 154." -09/24/2018,18V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V660000),Fontaine Trailer Company,"Incorrect Rear Under Ride Guard/FMVSS 223, 224",STRUCTURE,NR (Not Reported),Vehicle,100,"Fontaine Trailer Company (Fontaine) is recalling certain 2019 Fontaine Infinity trailers. These trailers were built with an under ride guard compliant for a wheels back trailer configuration, however, due to the customers design changes, the wheel set was moved forward and the vehicles no longer meet the definition of a wheels back trailer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 223, ""Rear Impact Guards,"" and 224, ""Rear Impact Protection.""","The incorrect rear impact guards may not adequately reduce the possibility of a car traveling under the trailer in the event of a crash, increasing the risk of injury to the car driver.","Fontaine will notify owners, and dealers will remove the C-channel style horizontal member and replace it with a 4-inch tube and reinforcement gusset, free of charge. The recall began September 14, 2018. Owners may contact Fontaine customer service at 1-877-345-9526." -09/24/2018,18V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V658000),"Grand Design RV, LLC",Missing Bearing Races may cause Hub to Overheat,SUSPENSION,910015,Vehicle,997,"Grand Design RV, LLC (Grand Design) is recalling certain 2019 Grand Design Reflection, Imagine and Transcend travel trailers. These axles may be missing inner bearings on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","If the bearings prematurely wear, it can cause the hub to overheat and smoke, increasing the risk of a fire.","Grand Design will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 22, 2018. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910015." -09/21/2018,18V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V654000),Shyft Group,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,18026,Vehicle,95,"Spartan Motors USA (Spartan) is recalling certain 2017-2019 Spartan MetroStar and Gladiator emergency vehicles equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Spartan will notify owners, and dealers will replace the brake lights, free of charge. The recall is expected to begin October 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18026." -09/21/2018,18V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V655000),"General Motors, LLC",Climate Control Module Wiring Short Cauisng Fire,ELECTRICAL SYSTEM,18299,Vehicle,30448,"General Motors LLC (GM) is recalling certain 2016-2018 Chevrolet Express and GMC Sierra vehicles equipped with a single, manual, rear climate control module (CCM). If the temperature is set to maximum heat or the mode knob is set to maximum floor vent and an electrical short occurs, components within the CCM may overheat.","If the CCM overheats, there is an increased risk of a fire in the vehicle's headliner.","GM will notify owners, and dealers will remove the electrical insulation from a wiring connector within the CCM to remove the fire risk, free of charge. The recall began November 6, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 18299." -09/21/2018,18V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V657000),PACCAR Incorporated,Fuel Line may Burst if Filter Screen Clogs,ENGINE AND ENGINE COOLING,18E081,Vehicle,48896,"PACCAR Incorporated (PACCAR) is recalling certain 2017-2019 Kenworth C500, T600, T660, T680, T800, T880 and W900 trucks, as well as Peterbilt 367, 386, 389, 567, 579 and 587 trucks, equipped with Cummins ISX15 or X15 diesel engines. In certain driving conditions, such as on a long down-hill grade, the fuel line may burst if the fuel pump cooling circuit screen becomes restricted.","If the fuel line bursts, fuel may leak onto the road resulting in a roadway hazard for other motorists. The engine may also stall without warning, resulting in the vehicle's inability to restart, increasing the risk of a crash.","Cummins will notify owners, and dealers will replace the suspect fuel pump cooling circuit screen, free of charge. The recall began November 21, 2018. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 18E081." -09/21/2018,18V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V653000),Dennis Eagle Inc.,Ignition Barrel may Rotate causing Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5,"Dennis Eagle Inc. (Dennis Eagle) is recalling certain 2017-2018 Dennis Eagle Elite garbage trucks. The ignition barrels on these vehicles may have been improperly secured, allowing the housing to rotate freely and ignition wiring to become detached, possibly resulting in a stall.",A vehicle stall can increase the risk of a crash.,"Dennis Eagle will notify owners, and dealers will install a metal anti-rotation ring to keep the ignition barrel secured, free of charge. The recall began October 2, 2018. Owners may contact Dennis Eagle customer service at 1-813-440-8136." -09/21/2018,18V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V634000),"Heartland Recreational Vehicles, LLC",Missing Bearing Races may cause Hub to Overheat,SUSPENSION,99.01.40,Vehicle,622,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2019 Heartland Mallard, Pioneer, Sundance XLT, Wilderness, North Trail, Prowler and Trail Runner travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","The missing bearing race may cause premature hub bearing failure, possibly resulting in a separation of the hub from the axle, thereby increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 9, 2018. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.40." -09/21/2018,18V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V656000),Kia Motors America,Steering Column may Separate,STEERING,SC167,Vehicle,97,"Kia Motors America (Kia) is recalling certain 2018 Kia Sorento vehicles. The cowl crossbar that connects to the Motor Driven Power Steering (MDPS) steering column may be improperly welded, allowing the steering column to separate.","If the steering column separates, it can cause a loss of steering ability, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the cowl crossbar, free of charge. The recall began October 26, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC167." -09/20/2018,18E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E091000),Toyota Motor Engineering & Manufacturing,Brake Hose may Rupture Causing Loss of Braking,"SERVICE BRAKES, HYDRAULIC",J0U,Equipment,544,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain Toyota Racing Development (TRD) brake kits, part numbers PTR09-21111 and PTR09-52080, sold by Toyota as an optional accessory for model year 2008-2015 Scion xB, and 2011-2016 Scion tC vehicles. Over time, the brake hoses in these kits may fatigue and fail.",Failure of a brake hose will reduce braking performance and increase the risk of a crash.,"Toyota will notify all known owners of the Scion xB and Scion tC vehicles upon which an involved optional TRD Brake Kit could have been installed. If the vehicle is equipped with one of the TRD brake kits, it will be replaced with a standard equipment brake kit, free of charge. The recall began November 16, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0U." -09/20/2018,18V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V650000),Newmar Corporation,Brake Pedal May Not Release/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,123,"Newmar Corporation (Newmar) is recalling certain 2019 Newmar Dutch Star motorhomes. The brake pedal assembly may catch on the dash, preventing the brake pedal from fully releasing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","If the brake pedal does not properly release, it can increase the risk of a crash.","Newmar has notified owners, and dealers will reroute the brake adjustment cable, free of charge. The recall began November 3, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -09/20/2018,18V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V648000),Lion Electric Company,Ceiling Joints may Separate/FMVSS 221,STRUCTURE,2018RECALL01,Vehicle,18,"Lion Electric Company (Lion) is recalling certain 2016 Lion Lion C electric school buses. In the event of a crash, the ceiling joints may separate due to being assembled incorrectly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 221, ""School Bus Body Joint Strength.""","If the ceiling joint separates in the event of a crash, it can increase the risk of injury.","Lion will notify owners, and dealers will install rivets and glue to secure the joints, free of charge. The recall began November 1, 2018. Owners may contact Lion customer service at 1-855-546-6706. Lion's number for this recall is 2018RECALL01." -09/20/2018,18V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V651000),Keystone RV Company,Loss of Braking Ability,"SERVICE BRAKES, ELECTRIC",18-330,Vehicle,5236,"Keystone RV Company (Keystone) is recalling certain 2016-2019 Keystone Impact and Fuzion recreational trailers. The wiring for the electric brakes may contact the tires or wheels, causing damage to the wires, potentially reducing the trailer's braking ability.",A loss of braking ability can increase the risk of a crash.,"Keystone will notify owners, and dealers will inspect the wiring for damage, making repairs as necessary, install wiring protection and re-route the wiring, free of charge. The recall began October 22, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-330." -09/20/2018,18E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E092000),"BMW of North America, LLC",Risk of Shock or Fire from Charging Cable,EQUIPMENT,NR (Not Reported),Equipment,622,"BMW of North America, LLC (BMW) is recalling certain BMW TurboCord Portable Chargers, part number 61442448670. Capacitors within these charging systems may fail, possibly resulting in a shock hazard or a fire.",An electrical shock or a fire can increase the risk of injury or death.,"BMW will notify owners, and dealers will inspect the charging cable, and replace it if necessary, free of charge. The recall began November 19, 2018. Owners may contact BMW customer service at 1-800-525-7417." -09/20/2018,18V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V652000),"BMW of North America, LLC",Risk of Shock or Fire from Charging Cable,EQUIPMENT,NR (Not Reported),Vehicle,3501,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW 330e iPerformance, i3 Rex, i3 Sport Rex, X5 xDrive40e, i3 BEV, i3 Sport BEV and 2019 i8 and i8 Roadster vehicles and 2018-2019 530e iPerformance, 530e xDrive iPerformance and 740Le xDrive iPerformance vehicles. Capacitors within the TurboCord Portable Chargers may fail, possibly resulting in a shock hazard or a fire.",An electrical shock or a fire can increase the risk of injury or death.,"BMW will notify owners, and dealers will inspect the charging cable, and replace it if necessary, free of charge. The recall began February 22, 2019. Owners may contact BMW customer service at 1-800-525-7417." -09/19/2018,18V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V649000),"Multiquip, Inc.",Axles may be Overloaded,SUSPENSION,NR (Not Reported),Vehicle,47,"Multiquip, Inc. (Multiquip) is recalling certain 2018 Water trailers, models WTE5C and WTE5HP. These trailers have axles that have incorrect Gross Axle Weight Ratings (GAWR) of 2,470lbs instead of the intended 3,500lbs.","The incorrect axles may fail from being overloaded, increasing the risk of a crash.","Multiquip will notify owners, and dealers will replace the axle assemblies, free of charge. The recall began October 1, 2018. Owners may contact Multiquip customer service at 1-800-421-1244." -09/19/2018,18V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V643000),Livin' Lite Recreational Vehicles,Drawbar may Crack and Trailer may Separate,STRUCTURE,NR (Not Reported),Vehicle,154,"Livin' Lite Recreational Vehicles (Livin' Lite) is recalling certain 2017-2019 Livin' Lite CampLite travel trailers, models 21BHS, 21RBS, 23RKS and 23RLS. The drawbar of the trailer may crack resulting in the trailer separating from the tow vehicle.","If the trailer separates from the tow vehicle, it can increase the risk of a crash.","Livin' Lite will notify owners, and dealers will inspect and repair the welds, as necessary, and install an additional tube to reinforce the drawbar, free of charge. The recall began October 26, 2018. Owners may contact Livin' Lite customer service at 1-800-768-4016 extension 154 or 153." -09/19/2018,18V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V647000),Shyft Group,Improperly Heat Treated Front Wheel Studs,POWER TRAIN,18027,Vehicle,4,Spartan Motors USA (Spartan) is recalling certain 2018-2019 Spartan Metrostar emergency vehicles. The wheel studs may have not been properly heat treated causing them to fail.,"If enough of the improperly heat treated studs fail on the same steer axle hub, the wheel may detach, increasing the risk of a crash.","All affected vehicles have been repaired, therefore owner notification letters will not be mailed. The recall began June 26, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18027." -09/19/2018,18V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V646000),"Daimler Trucks North America, LLC",Incorrectly Installed Steering Shaft Assembly,STEERING,FL-791,Vehicle,19754,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner 108SD, 114SD, and Business Class M2 vehicles. The steering shaft assembly may have been installed incorrectly, which can cause a loss of connection between the steering wheel and the front wheels.","A loss of connection between the steering wheel and front wheels can cause a loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the steering shaft assembly, as necessary, free of charge. The recall began November 16, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-791." -09/19/2018,18V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V641000),"Daimler Trucks North America, LLC",Tire Steel Cords may be Exposed,TIRES,FL790,Vehicle,201,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner 108SD, 114SD, 122SD and Business Class M2 trucks and Western Star 4700 and 4900 trucks, equipped with certain Bridgestone M854 tires with date codes 2418-2518, Bridgestone M860A tires with date code 2518, and Bridgestone M864 tires with date codes 2318-2418, all of size 425/65R22.5. The sidewall steel body cords may be exposed, which can cause unexpected, rapid air loss during use.",Rapid air loss can increase the risk of a crash.,"DTNA will notify owners, and dealers will inspect and replace the affected tires, as necessary, free of charge. The recall began October 8, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL790." -09/19/2018,18V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V644000),"Navistar, Inc.",Trailer Brake Lights May Fail to Illuminate,EXTERIOR LIGHTING,18514,Vehicle,607,"Navistar, Inc. (Navistar) is recalling certain 2019 International MV and 2018-2019 International HV trucks equipped with option for combined trailer stop and turn lights. When a trailer is connected to one of the affected vehicles, the trailer brake lights may not illuminate when the truck's brakes are used.","If the trailer brake lights fail to illuminate, other drivers may not be warned of the vehicle slowing, increasing the risk of a crash.","Navistar will notify owners, and dealers will relocate the trailer brake light circuits from the trailer turn signal circuits to the vehicle brake light circuits, free of charge. The recall began October 23, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18514." -09/18/2018,18V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V640000),"Forest River, Inc.",Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,51-0852,Vehicle,1525,"Forest River, Inc. (Forest River) is recalling certain 2012-2016 Elkhart Coach ECII, Glaval Apollo and Sport buses, 2017-2018 Glaval Commute buses, 2012-2018 Glaval Entourage, Titan and Universal, StarCraft Bus Allstar and Starlite buses, 2013-2018 Glaval Legacy, Primetime and Titan II buses, 2015-2016 Allstar XL MVP buses, 2014-2016 StarCraft Prodigy buses, 2014 StarCraft Quest and Starquest buses, 2017 StarCraft Quest buses and 2016 StarCraft Senator II buses. These vehicles are equipped with certain Ricon S-Series and K-Series Titanium Wheel chair Lifts that have a wheelchair lift positioning input cam that may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Forest River will notify owners, and Ricon dealers will replace the wheelchair lift positioning input cam, free of charge. The recall began October 10, 2018. Owners may contact Ricon customer service at 1-800-322-2884. Forest River's number for this recall is 51-0852." -09/17/2018,18E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E090000),Dexter Axle Company,Misoriented Brake Flange may cause Brake Failure,SERVICE BRAKES,NR (Not Reported),Equipment,3463,"Dexter Axle Company (Dexter Axle) is recalling certain Torsion Trailer Axles, models #10, #10F and #11. The brake mounting flanges may be incorrectly oriented, possibly resulting in premature brake failure.",Premature brake failure can increase the risk of a crash.,"Dexter Axle will notify the trailer manufacturers that purchased the axles, and dealers for those manufacturers will inspect the axles and replace the entire axle, as necessary, free of charge. The recall began October 11, 2018. Owners may contact Dexter customer service at 1-574-295-7888." -09/17/2018,18V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V642000),Heil Environmental,Oil Tank Brackets may Fail,EQUIPMENT,BRACKET,Vehicle,5704,"Heil Environmental (Heil) is recalling certain 2014-2016 Rear Loader, Side Loader, Front End Loader and Rolloff Body/Hoist garbage trucks. The hydraulic oil tank brackets may crack, causing the oil tank to detach from the chassis frame rails and leak hydraulic oil.",Hydraulic oil leaking onto the roadway can increase the risk of a crash.,"Heil will notify owners, and dealers will replace both oil tank supporting brackets, free of charge. The recall began October 18, 2018. Owners may contact Heil customer service at 1-866-275-4345. Heil's number for this recall is BRACKET." -09/17/2018,18V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V639000),"Volkswagen Group of America, Inc.",Transmission Fluid Vent Hose may Leak Causing Fire,POWER TRAIN,34J1,Vehicle,1916,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017-2018 Audi R8 Spyder and R8 Coupe vehicles. Transmission fluid may leak from the gearbox ventilation hose after certain high speed and maneuvering situations.","If leaked transmission fluid contacts hot engine parts, it can increase the risk of a fire.","Audi will notify owners, and dealers will replace the single gearbox ventilation hose with a double ventilation hose, free of charge. The recall began October 18, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 34J1." -09/14/2018,18V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V638000),"Trail King Industries, Inc.",Aluminum Cross Members may Crack,STRUCTURE,TK201802,Vehicle,115,"Trail King Industries, Inc. (Trail King) is recalling certain 2016-2018 Trail King ACS and AACS trailers with aluminum cross members over the suspension. The aluminum cross members may crack in the welded corners where the cross member attaches to the frame beam, potentially causing the suspension to loosen from the frame.","If the suspension loosens the frame, it can increase the risk of a crash.","Trail King will notify owners, and dealers will replace the cross members, free of charge. The recall began October 24, 2018. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK201802." -09/14/2018,18V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V635000),"Chrysler (FCA US, LLC)",Coolant Hose may Leak Causing Stall,ENGINE AND ENGINE COOLING,U99,Vehicle,674,Chrysler (FCA US LLC) is recalling certain 2018-2019 Alfa Romeo Stelvio Quadrifoglio vehicles. The engine cooling hose may have inadequate webbing material allowing a coolant leak.,"A loss of coolant can cause the engine to overheat and the vehicle to stall, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the coolant hose, free of charge. The recall began October 10, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U99." -09/14/2018,18V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V636000),"Chrysler (FCA US, LLC)",Engine Misfire may cause Heat Damage,ELECTRICAL SYSTEM,UA4,Vehicle,34357,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Alfa Romeo Giulia and 2018 Alfa Romeo Stelvio vehicles, equipped with 2.0L engines. These engines may misfire causing the catalytic converter to overheat, possibly resulting in damage to the nearby wiring and engine components.","Heat damage to the engine compartment wiring or components can increase the risk of a fire or it can cause an engine stall, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the vehicles for diagnostic codes, and update the engine control module software, free of charge. The recall began October 10, 2018. Owners may contact Chrysler customer service at 1-844-253-2872. Chrysler's number for this recall is UA4." -09/14/2018,18V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V633000),Cruiser RV,Missing Bearing Races may cause Hub to Overheat,SUSPENSION,99.03.15,Vehicle,129,"Cruiser RV (Cruiser) is recalling certain 2019 Embrace, Fun Finder Xtreme Lite, MPG, Radiance Ultra Lite and Shadow Cruiser Ultra Lite travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","The missing bearing race may cause premature hub bearing failure, possibly resulting in a separation of the hub from the axle, thereby increasing the risk of a crash.","Cruiser will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 9, 2018. Owners may contact Cruiser customer service at 1-574-206-7920. Cruiser's number for this recall is 99.03.15." -09/14/2018,18V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V632000),"Bentley Motors, Inc.",Obstruction of View When in Reverse/FMVSS 111,BACK OVER PREVENTION,RE 18/11,Vehicle,12,"Bentley Motors, Inc. (Bentley) is recalling certain 2018 Bentley Mulsanne and 2018 Bentayga vehicles. When reverse gear has been selected, the rearview camera display may be obstructed or may not be fully visible within two seconds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If the full camera view is obstructed or delayed and the driver does not check their surroundings before backing up, there may be an increased risk of a crash.","Bentley will notify owners, and dealers will reprogram the software in the infotainment system, free of charge. The recall began October 19, 2018. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE 18/11." -09/14/2018,18V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V637000),"Grand Design RV, LLC",Outside Outlet Incorrectly Wired,EQUIPMENT,900014,Vehicle,53,"Grand Design RV (Grand Design) is recalling certain 2019 Grand Design Reflection travel trailers, model 295RL. The outside 110V outlet was not correctly wired to a ground-fault (GFI) protected circuit.","In the event of an electrical issue with an appliance or component that is plugged into the outside electrical outlet, an electrical shock may result, increasing the risk of injury.","Grand Design will notify owners, and dealers will install a new correctly wired ground fault receptacle, free of charge. The recall began October 8, 2018. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 900014." -09/14/2018,18V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V620000),"Mitsubishi Motors North America, Inc.",Prolonged Braking by Collision Avoidance System,ELECTRICAL SYSTEM,SR-18-007,Vehicle,9166,"Mitsubishi Motors North America (MMNA) is recalling certain 2018 Mitsubishi Outlander PHEV, Outlander Sport, 2018-2019 Eclipse Cross, and 2017-2018 Outlander vehicles equipped with a Forward Collision Mitigation (FCM) system that detects pedestrians. Due to incorrect software, the FCM-ECU (Electronic Control Unit) may apply braking for longer than needed, even after a pedestrian is no longer detected.","If the FCM-ECU software activates the brake for longer than necessary, the driver may react by applying additional braking. The resulting rapid deceleration of the vehicle can increase the risk of a rear-end collision.","MMNA will notify owners, and dealers will reprogram the FCM-ECU software with updated software, free of charge. The recall is began October 16, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-007." -09/14/2018,18V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V631000),Mazda North American Operations,Road Salt Causing Corrosion of Cross Member,STRUCTURE,2818I,Vehicle,50176,"Mazda North American Operations (Mazda) is recalling certain 2009-2010 Mazda Mazda6 vehicles sold, or ever registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin and the District of Columbia. The front cross member may corrode after exposure to road salt.","Corrosion may weaken the mounting point for the passenger side lower control arm, unexpectedly changing the steering alignment and increasing the risk of a crash.","Mazda will notify owners, and dealers will inspect the cross member and either install a side member and drain hose and apply wax to protect from rust, or install a drain hose and an improved front cross member, free of charge. The recall began March 18, 2019. Owners may contact Mazda customer service at 1-800-222-5500 Option 4. Mazda's number for this recall is 2818I." -09/14/2018,18V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V621000),"Mitsubishi Motors North America, Inc.",Safety Systems may be Disabled When in Use,ELECTRICAL SYSTEM,SR-18-008,Vehicle,58916,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2018 Mitsubishi Outlander Sport vehicles equipped with a Forward Collision Mitigation (FCM) system and 2018 Mitsubishi Outlander PHEV and Eclipse Cross vehicles and 2017-2018 Outlander vehicles equipped with an Adaptive Cruise Control (ACC) system and/or an Electric Parking Brake (EPB) system. The software for the Hydraulic Unit Electronic Control Unit (ECU) may be incorrect, possibly preventing the intervention of a safety system such as automatic emergency braking, Anti-lock Braking (ABS), Electronic Stability Control (ESC), or the Brake Auto Hold (BAH) function when any of these systems are in use.","If the safety systems do not function as intended, it can increase the risk of a crash.","MMNA will notify owners, and dealers will update the Hydraulic Unit-ECU software, free of charge. The recall began October 16, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-008." -09/13/2018,18V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V625000),"Jaguar Land Rover North America, LLC",Autonomous Emergency Braking System Failure,FORWARD COLLISION AVOIDANCE,N227,Vehicle,86,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2018 Land Rover Range Rover, Land Rover Range Rover Sport and Land Rover Discovery vehicles. The Autonomous Emergency Braking (AEB) system may be disabled without warning the driver that the system is not functional.","If the AEB does not intervene when needed, without warning, there would be an increased risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software, free of charge. The recall began October 17, 2018. Owners may contact Land Rover customer service at 1-800-637-6837, Option 9. Land Rover's number for this recall is N227." -09/13/2018,18V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V622000),Kovatch Mobile Equipment Corp.,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,111,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017-2019 Commercial Pumper, Commercial Rescue, Commercial Tanker, Commercial Wildland, 2018-2019 Predator Aerial, Predator Panther Pumper, Predator Pumper, Predator Rescue, Predator SS Pumper, Predator Tanker, 2018 Predator Panther Aerial, Predator Panther Tanker, Predator SS Aerial, Predator SS TDA, and Predator TDA vehicles equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","KME will notify owners, and dealers will replace the brake lights, free of charge. The recall began November 2, 2018. Owners may contact KME customer service at 1-800-235-3928." -09/13/2018,18V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V627000),"Forest River, Inc.",Carbon Monoxide Detector not Installed,EQUIPMENT,500-0855,Vehicle,130,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River East to West travel trailers. These vehicles may have been manufactured without a carbon monoxide detector, preventing occupants from being warned if carbon monoxide levels become too high.",Exposure to high levels of carbon monoxide can increase the risk of injury.,"Forest River will notify owners, and dealers will install a battery-powered carbon monoxide detector, free of charge. The recall began October 10, 2018. Owners may contact Forest River customer service at 1-574-264-6664 extension 50008. Forest River's number for this recall is 500-0855." -09/13/2018,18V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V626000),"Subaru of America, Inc.",Electronic Parking Brake may Fail,PARKING BRAKE,WTV-81,Vehicle,27175,"Subaru of America, Inc. (Subaru) is recalling certain 2010-2014 Subaru Legacy and Outback vehicles equipped with a manual transmission. The electronic parking brake (EPB) may not engage as intended, allowing the vehicle to rollaway if the transmission is not in the proper gear when parked.",A vehicle rollaway can increase the risk of a crash.,"Subaru will notify owners, and dealers will replace the EPB actuator assembly, free of charge. The recall began July 19, 2019. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WTV-81." -09/13/2018,18V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V623000),"Forest River, Inc.",Entry Door may Open Unexpectedly,EQUIPMENT,40-0853,Vehicle,56,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Berkshire motorhomes. The affected vehicles have entry doors with latch rods that may be improperly adjusted, allowing the door to open while moving.",If the door opens while moving it can increase the risk of injury or a crash.,"Forest River will notify owners, and dealers will readjust the door latch rod, free of charge. The recall began October 9, 2018. Owners may contact Forest River customer service at 1-574-522-1368. Forest River's number for this recall is 40-0853." -09/13/2018,18V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V628000),"Forest River, Inc.",Incorrect Axle Shackle may Result in Tire Damage,SUSPENSION,500-0856,Vehicle,20,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River East to West travel trailers, model 27KNS. Incorrect axle shackles may have been installed on these vehicles, allowing the tires to contact the floor or wheel well while moving.","If the tires contact a part of the trailer, they may be damaged and fail, causing a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a taller equalizer to the suspension to add length to the shackle, free of charge. The recall began October 10, 2018. Owners may contact Forest River customer service at 1-574-264-6664 extension 50008. Forest River's number for this recall is 500-0856." -09/13/2018,18V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V624000),"Forest River, Inc.",Missing Bearing Races may cause Hub to Overheat,SUSPENSION,51-0851,Vehicle,935,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Catalina and Apex travel trailers and Forest River Shasta, Wildwood, Salem, Vibe, Sierra, Sandpiper, XLR and Prime Time travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","The missing bearing race may cause premature hub bearing failure, possibly resulting in a separation of the hub from the axle, thereby increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 9, 2018. For customer service, Catalina owners may contact Coachmen at 1-574-825-8657, Apex owners should call 1-574-358-0401, Shasta owners: 1-574-825-8717, Wildwood and Salem owners: 1-574-534-3167, Vibe owners: 1-574-296-2084, Sierra and Sandpiper owners: 1-574-534-4574, XLR owners: 1-574-642-0432, Prime Time owners: 1-574-862-1025. Forest River's number for this recall is 51-0851." -09/13/2018,18V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V629000),Honda (American Honda Motor Co.),Rearview Image Display Failure/FMVSS 111,BACK OVER PREVENTION,"K2G, V2F",Vehicle,232140,"Honda (American Honda Motor Co.) is recalling certain 2018 Honda Accord and 2019 Honda Insight vehicles. In certain scenarios, the back-up camera center display may not function properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If the rearview camera display does not show what is behind the vehicle, it can increase the risk of a crash.","Honda will notify owners, and dealers will reprogram the display audio unit software, free of charge. The recall began October 30, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are K2G and V2F." -09/13/2018,18V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V630000),Honda (American Honda Motor Co.),"Wire Harness Damage Causing Failure/FMVSS 108, 123",ELECTRICAL SYSTEM,KJ7,Vehicle,505,"Honda (American Honda Motor Co.) is recalling certain 2018 Honda CRF250L motorcycles. The wiring harness may have been inappropriately installed, potentially resulting in damage to the wiring harness and affecting the operation of safety components such as the exterior lighting, horn, and instrument panel. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment,"" and 123, ""Motorcycle Control Displays.""","Lack of exterior lights can reduce the visibility of the motorcycle to traffic. A non-functioning horn can cause the inability to alert traffic of an impending crash, and a non-functioning instrument panel will not display the speed or fuel level. A damaged wiring harness can also result in an engine stall, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect the wiring harness, replacing it as necessary, free of charge. The recall began October 31, 2018. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KJ7." -09/12/2018,18V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V615000),"New Flyer of America, Inc.",Loss of Drive from Broken Transmission Switch,POWER TRAIN,R18-014,Vehicle,386,"New Flyer of America Inc. (New Flyer) is recalling certain 2016-2018 New Flyer XDE60, XDE40, and 2017 XDE35 transit buses, equipped with certain Allison transmission hybrid drive units. The pressure switches on these drive units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash.","New Flyer will notify owners, and Allison Transmission service centers will replace the C1 and C2 pressure switches, free of charge. The recall began on September 25, 2018. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R18-014." -09/12/2018,18V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V616000),Highland Ridge RV,Missing Bearing Races may cause Hub to Overheat,SUSPENSION,9904410,Vehicle,22,"Highland Ridge RV (Highland Ridge) is recalling certain 2019 Highland Ridge Open Range Ultra Lite, Mesa Ridge, and Open Range Lite travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","The missing bearing race may cause premature hub bearing failure, possibly resulting in a separation of the hub from the axle, thereby increasing the risk of a crash.","Highland Ridge will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 18, 2018. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904410." -09/12/2018,18V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V618000),"Jayco, Inc.",Missing Bearing Races may cause Hub to Overheat,SUSPENSION,9901410,Vehicle,416,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco White Hawk, Jay Flight, and Jay Flight SLX travel trailers. The axles may be missing inner bearing races on the hubs, which can cause the bearing to burnout or cause the hub to overheat.","The missing bearing race may cause premature hub bearing failure, possibly resulting in a separation of the hub from the axle, thereby increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the defective hubs with new hubs or replace the axles, free of charge. The recall began October 18, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901410." -09/12/2018,18V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V619000),Lakota Corporation,Refrigerator Vent may be Blocked by Insulation,EQUIPMENT,NR (Not Reported),Vehicle,287,"Lakota Corporation (Lakota) is recalling certain 2018-2019 Lakota Bighorn, Charger and Colt trailers equipped with a 6 or 8 cubic foot refrigerator installed in main living area with a roof vent. The refrigerator roof vent may be blocked by insulation.",A blocked roof vent may increase the risk of a fire or can cause carbon monoxide to enter the living quarters increasing the risk of injury.,"Lakota has notifiedy owners, and dealers will inspect the vent to make sure that it is not blocked, correcting it as necessary, free of charge. The recall began September 25, 2018. Owners may contact Lakota customer service at 1-574-848-1636." -09/12/2018,18V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V617000),"Altec Industries, Inc.",Rotation Platform Fasteners may Break,STRUCTURE,MAB 692,Vehicle,39,"Altec Industries Inc. (Altec) is recalling certain 2018 Altec AC18, AC23, AC30, AC40, AC45 Cranes, D2045, DT65 Digger Derricks, and AA55 Aerial Devices. The rotation platform fasteners may have been overtightened, possibly resulting in the fasteners breaking.","If the fasteners break, the pedestal or turntable may separate from the vehicle, increasing the risk of injury.","Altec has notified owners, and the rotation bearing fasteners will be replaced, free of charge. The recall began on September 21, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 692." -09/12/2018,18V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V614000),"BMW of North America, LLC",Wheel Bolts May Loosen,WHEELS,NR (Not Reported),Vehicle,33,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 BMW X6 sDrive35i, X6 xDrive35i, X6 xDrive50i, and X6M vehicles. The wheel bolts on these vehicles may not have been properly tightened.","The improperly tightened wheel bolts may loosen and break, affecting vehicle handling and control and increasing the risk of a crash.","BMW will notify owners, and dealers will replace and tighten all of the wheel bolts, free of charge. The recall began November 1, 2018. Owners may contact BMW customer service at 1-800-525-7417." -09/11/2018,18V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V605000),"Halcore Group, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,243,"Halcore Group, Inc. (Halcore) is recalling certain 2017-2018 Horton Type I and Type III ambulances, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Halcore will notify owners, and Whelen will replace the brake lights, free of charge. The recall began October 16, 2018. Owners may contact Halcore customer service at 1-800-447-0343." -09/11/2018,18V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V606000),E-One Incorporated,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,146,"E-One Incorporated (E-One) is recalling certain 2017-2019 Cyclone II, Typhoon and Quest II emergency vehicles, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","E-One will notify owners, and dealers will replace the brake lights, free of charge. The recall began October 26, 2018. Owners may contact E-One customer service at 1-352-861-3612." -09/11/2018,18V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V613000),"Ferrara Fire Apparatus, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,108,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2017-2019 Ferrara Inferno, Igniter, Cinder, Ultra, and Intruder emergency vehicles equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Ferrara will notify owners, and dealers will replace the brake lights, free of charge. The recall began November 1, 2018. Owners may contact Ferrara customer service at 1-800-443-9006." -09/11/2018,18T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T012000),"Continental Tire the Americas, LLC",Cords Visible Through Innerliner,TIRES,NR (Not Reported),Tire,1990,"Continental Tire the Americas, LLC (Continental Tire) is recalling certain Conti Hybrid HS3 tires, size 11R22.5 LI 146/143, Load Range H with DOT codes A33TKWUY 0818 through A33TKWUY 1318. These tires may have cords visible through the innerliner.","Tires that have cords visible through the innerliner can have sudden air loss, causing a loss of vehicle control, increasing the risk of a crash.","Continental Tire will notify owners, and dealers will provide replacement tires, free of charge. The recall began October 25, 2018. Owners may contact Continental customer service at 1-800-726-7113." -09/11/2018,18E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E089000),"Sunright International Of America, Inc.",Helmet Strap may Stretch/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,2304,"Sunright International of America, Inc. (Sunright) is recalling certain Rodia RHD200 and Rodia RHD200V helmets in all sizes manufactured August 1, 2008-July 31, 2018. When load is applied to the helmet such as in the event of a crash, the chin strap may stretch, allowing the helmet to separate from the rider's head. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Motorcycle Helmets.""","If the helmet does not remain secured to the rider's head in the event of a crash, it can increase the risk of injury.","Sunright will refund the purchase price. The recall began October 12, 2018. Owners may contact Sunright customer service at 1-770-682-3035." -09/11/2018,18V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V610000),"Mercedes-Benz USA, LLC",Incorrect Color of Turn Signal Lights/FMVSS 108,EXTERIOR LIGHTING,2018090014,Vehicle,4702,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 GLC300 4MATIC Coupe, GLC300, GLC300 4MATIC, GLC350e 4MATIC, GLC43 AMG 4MATIC Coupe, and GLC43 AMG 4MATIC vehicles equipped with LED headlights. The front turn signals may have an incorrect color of pink or violet. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Turn signals that are the wrong color may not be as easily recognized by other drivers, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the color of the turn signal, replacing the LED module as necessary, free of charge. The recall began November 2, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -09/11/2018,18V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V612000),Ford Motor Company,Incorrect Length of Door Striker Bolts/FMVSS 206,LATCHES/LOCKS/LINKAGES,18C06,Vehicle,503,"Ford Motor Company (Ford) is recalling certain 2018 Ford Edge and Lincoln MKX vehicles. These vehicles may have door striker bolts that are shorter than intended. Vehicles with shorter door striker bolts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components"" potentially resulting in the doors opening in the event of a crash.","If the doors open in the event of a crash, there is an increased risk of injury.","Ford will notify owners, and dealers will replace the door striker bolts, free of charge. The recall began October 18, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C06." -09/11/2018,18V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V609000),"Mercedes-Benz USA, LLC",Insufficient Limitation of Front Passenger Seat,SEATS,2018090013,Vehicle,22,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz E63S AMG 4MATIC vehicles. The front passenger seat can be adjusted beyond its intended limit.","If the passenger seat is adjusted beyond its intended limit, the occupant may have an increased risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will inspect the adjustment range, and if needed, install a mechanical adjustment range limitation or update the seat control unit software, free of charge. The recall began October 31, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018090013." -09/11/2018,18V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V608000),"Mercedes-Benz USA, LLC",Rear Window may Loosen and Detach,VISIBILITY,2018100003,Vehicle,387,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz C300, C300 4MATIC, C63 AMG, and C63S AMG vehicles. Incorrect bonding of the rear window may cause the window to loosen and detach from the vehicle.","If the window detaches from the vehicle, it can become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will rework the rear window bonding, free of charge. The recall is expected to begin November 2, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -09/11/2018,18V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V607000),"Mercedes-Benz USA, LLC",System may not Correct for Lane Departure,LANE DEPARTURE,2018090008,Vehicle,375,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 Mercedes Benz S63 AMG 4MATIC and S65 AMG vehicles. The software calibration for the Active Lane Keeping Assist may be incorrect, and as a result, the system may not intervene in the event of an unintended lane departure while traveling faster than 65 miles an hour.","If the Active Lane Keeping Assist does not intervene as expected above 65 miles per hour, there would be an increased risk of a crash.","MBUSA will notify owners, and dealers will update the multipurpose camera software, free of charge. The recall began October 5, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018090008." -09/11/2018,18V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V611000),Coach and Equipment Mfg. Corp.,Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,121,"Coach and Equipment Mfg Corp. (Coach and Equipment) is recalling certain 2013-2014 Coach and Equipment Condor LT, 2013-2017 Phoenix and Metro Lite and 2015 Pegasus transit buses, equipped with Ricon S-Series and K-Series Titanium Wheelchair Lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Coach and Equipment has notified owners, and Ricon servicing dealers will replace the input cam, free of charge. The recall began September 27, 2018. Owners may contact Coach and Equipment customer service at 1-800-724-8464 or Ricon customer service at 1-800-322-2884 or by emailing the Ricon at Admin18E044@wabtec.com." -09/10/2018,18V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V592000),Ford Motor Company,Charge Cord May Overheat Causing Fire,EQUIPMENT,18S24,Vehicle,49197,"Ford Motor Company (Ford) is recalling certain 120V Convenience charge cords that were supplied with and sold for use with 2013-2015 Ford C-Max Energi and Fusion Energi vehicles and 2012-2015 Ford Focus Electric vehicles. Cords with part numbers FM58-10B706-AA, FM58-10B706-AB, FM58-10B706-AC, FM58-10B706-AD, FM58-10B706-AE and FM58-10B706-AF were manufactured without thermistors, and during vehicle charging, increased resistance in the house's outlet or wiring can cause the cord to overheat and melt.",An overheated cord can increase the risk of a fire.,"Ford will notify owners, and dealers will replace the current cord with a new 120V convenience cord with a thermistor, free of charge. The recall began January 18, 2019. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S24." -09/10/2018,18V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V603000),Turtle Top,Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,180,"Turtle Top is recalling certain 2013-2018 Turtle Top Odyssey, VanTerra, and Terra Transit transit buses, equipped with Ricon S-Series and K-Series Titanium Wheelchair Lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Turtle Top will notify owners and dealers will replace the lift positioning input cam, free of charge. The recall began November 7, 2019. Owners may contact Turtle Top customer service at 1-800-296-2105." -09/08/2018,18V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V602000),"REV Ambulance Group Orlando, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,459,"REV Ambulance Group Orland, Inc. (REV) is recalling certain 2017-2018 Road Rescue, Marque, Wheeled Coach, Frontline, and McCoy Miller Type I and Type III ambulances, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","REV will notify owners, and Whelen will replace the brake lights, free of charge. The recall began October 19, 2018. Owners may contact REV customer service at 1-855-661-9232." -09/08/2018,18V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V585000),Trailstar International Inc,Incorrect Wheel End Nut Cause Wheel Separation,WHEELS,NR (Not Reported),Vehicle,37,"Trailstar International Inc. (Trailstar) is recalling certain 2019 Dump trailers. The locking device on the wheel end nut may be improperly installed, which can cause the wheel to separate from the axle.","If the wheel separates from the axle, it can increase the risk of a crash.","Trailstar has notified owners, and dealers will inspect the retaining clip on the Pro Torque nuts, properly securing it as necessary, free of charge. The recall begin on September 17, 2018. Owners may contact Trailstar customer service at 1-330-821-9900 or AXN Heavy Duty at 1-502-882-9122." -09/07/2018,18V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V601000),"Nissan North America, Inc.",Brake Fluid may Leak into ABS Pump and Ignite,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,215124,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2017 Nissan Murano, 2016-2017 Nissan Maxima, 2017-2018 Nissan Pathfinder, and 2017 Infiniti QX60 vehicles. The Anti-Lock Brake (ABS) actuator pumps may allow brake fluid to leak onto an internal circuit board.","A brake fluid leak on the circuit board may result in an electrical short, increasing the risk of a fire.","Nissan will notify owners, and dealers will inspect the serial number on the ABS actuator, replacing it as necessary, free of charge. The recall began October 29, 2018. Owners may contact Nissan customer service at 1-800-867-7669. Note: When brake fluid has leaked onto the circuit board, the ABS warning lamp will remain illuminated for more than 10 seconds after engine start up. If this occurs, owners are advised to park the vehicle outdoors away from other vehicles or structures and to not drive the vehicle." -09/07/2018,18V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V594000),"Halcore Group, Inc.",Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,588,"Halcore Group, Inc. (Halcore) is recalling certain 2017-2018 AEV Traumahawk Type I & Type III ambulances, equipped with Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Halcore will notify owners, and Whelen will replace the brake lights, free of charge. The recall began October 26, 2018. Owners may contact Halcore customer service at 1-800-447-0343." -09/07/2018,18V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V595000),"General Motors, LLC",Damaged Seat Heaters Can Cause Fire,SEATS,18286,Vehicle,52867,"General Motors LLC (GM) is recalling certain 2014-2016 Cadillac CTS vehicles, equipped with heated front seats. The flexible heating mats in the front seats may be damaged over time, resulting in the seat heaters producing excessive heat.","In cold ambient temperatures, the seat heaters in these vehicles can turn on automatically when the vehicle is remotely started. If a damaged seat heater is turned on while no one is inside the vehicle, the damaged seat heater can overheat, increasing the risk of a fire.","GM will notify owners, and dealers will recalibrate the body control module, disabling the automatic activation of the heated seat when the vehicle is remotely started, free of charge. The recall began November 1, 2018. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for the recall is 18286." -09/07/2018,18V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V600000),Honda (American Honda Motor Co.),Fuel Tank Crossover Couplings may Leak Fuel,"FUEL SYSTEM, GASOLINE","U29, Z28",Vehicle,967,Honda (American Honda Motor Co.) is recalling certain 2017-2018 Acura NSX vehicles. The crossover pipe couplers between the left and right fuel tanks may leak.,A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Honda will notify owners, and dealers will replace the left and right fuel tanks, free of charge. The recall began February 12, 2019. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are U29, and Z28." -09/07/2018,18V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V597000),"Navistar, Inc.",Improperly Crimped Brake Chamber,"SERVICE BRAKES, AIR",18512,Vehicle,2089,"Navistar, Inc. (Navistar) is recalling certain 2019 International HX, DuraStar, WorkStar, HV, LoneStar, LT, MV, and RH vehicles, and IC Bus HC, CE, and RE vehicles equipped with long stroke brake chambers and spring actuated parking brakes. The spring actuated parking brake may be improperly crimped to the long stroke service brake chamber, causing a service brake air leak and the possible separation of the spring brake chamber from the service brake section.","An air leak or separation of the spring brake chamber can increase the needed stopping distance, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the brake chamber assemblies from the suspected lot, free of charge. The recall began October 23, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18512." -09/07/2018,18V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V598000),"Navistar, Inc.",Improperly Crimped Brake Chamber,"SERVICE BRAKES, AIR",18513,Vehicle,777,"Navistar, Inc. (Navistar) is recalling certain 2019 IC Bus CE and RE school buses equipped with long stroke brake chambers and spring actuated parking brakes. The spring actuated parking brake may be improperly crimped to the long stroke service brake chamber, causing a service brake air leak and the possible separation of the spring brake chamber from the service brake section.","If there is an air leak or separation of the spring brake chamber, it can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the brake chamber assembly, free of charge. The recall began October 23, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18513." -09/07/2018,18V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V599000),Honda (American Honda Motor Co.),Loss of Brake Lights/FMVSS 108,ELECTRICAL SYSTEM,B2B,Vehicle,793,"Honda (American Honda Motor Co.) is recalling certain 2017 Acura NSX vehicles. Road vibrations may cause the metal screws that secure the printed circuit board for the high mounted center brake light to loosen and contact the circuitry, possibly resulting in the brake light fuse blowing and the brake lights not functioning. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Brake lights that do not work increase the risk of a crash.,"Honda will notify owners, and dealers will replace the center high mount brake light, free of charge. The recall began November 2, 2018. Owners may contact Acura Client Relations at 1-844-682-2872. Honda's number for this recall is B2B." -09/07/2018,18V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V586000),"General Motors, LLC",Temporary Loss of Electric Power Steering (EPS),STEERING,18289,Vehicle,1015918,"General Motors LLC (GM) is recalling certain 2015 Chevrolet Silverado 1500, Tahoe and Suburban, GMC Sierra 1500 and Yukon, and Cadillac Escalade vehicles. Electric power steering (EPS) assist may be lost momentarily, followed by a sudden return of EPS assist.","If EPS assist is lost and then suddenly returns, the driver may have difficulty steering the vehicle, especially at low speeds, increasing the risk of a crash.","GM will notify owners, and dealers will update the EPS module software, free of charge. The recall began October 12, 2018. Owners may contact Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020 and GMC customer service at 1-800-462-8782. GM's number for this recall is 18289." -09/07/2018,18V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V596000),"Corp. Micro Bird, Inc.",Warning Label Missing From Lower Strap/FMVSS 213,EQUIPMENT,18-076-IUS,Vehicle,252,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2018 Micro Bird MBII school buses equipped with certain NextGen School Bus seats with Integrated Child Restraint Systems. These seats may be missing a warning label on the lower restraint strap. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","Without a warning label, the seat may be used improperly, increasing the risk of injury.","Micro Bird will notify owners, and the seat manufacture will provide the missing labels and instructions for their installation, free of charge. The recall began October 18, 2018. Owners may contact Micro Bird customer service at 1-819-477-2012 or Hickory Springs customer service at 1-419-492-2157 extension 243. Micro Bird's number for this recall is 18-076-IUS." -09/06/2018,18V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V593000),"Nissan North America, Inc.",Air Bag Trim Separation during Deployment,AIR BAGS,NR (Not Reported),Vehicle,1671,"Nissan North America, Inc. (Nissan) is recalling certain 2019 INFINITI QX50 vehicles. In the event of a crash in very cold temperatures, the trim cover may separate unexpectedly from the passenger-side knee air bag module instead of splitting at the trim cover tear seam as designed.","If the passenger-side knee air bag cover detaches during deployment, it can increase the risk of injury.","INFINITI will notify owners, and retailers will replace the passenger-side knee air bag module, free of charge. The recall began October 23, 2018. Owners may contact INFINITI customer service at 1-800-662-6200." -09/05/2018,18V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V590000),"Fabform Industries, INC.",Dump Trailer Hinge Weld Fracture,STRUCTURE,NR (Not Reported),Vehicle,118,"Fabform Industries, Inc. (Fabform) is recalling certain 2017-2018 Fabform Power Tilt dump trailers. The hinges welded on the bottom frame may fracture and the dump box may unexpectedly fall.","If the dump box falls unexpectedly, it can increase the risk of injury or death.","Fabform will notify owners, and dealers will install gussets with reinforced welds to the existing hinges, free of charge. The recall began on September 13, 2018. Owners may contact Fabform customer service at 1-541-679-2920." -09/05/2018,18V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V579000),Toyota Motor Engineering & Manufacturing,Engine Wire Harness May Chafe and Short,ELECTRICAL SYSTEM,J0T,Vehicle,192347,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016-2018 Toyota Prius vehicles. A portion of the engine wire harness connected to the hybrid Power Control Unit (PCU), could contact the cover at this connection and wear, causing an electrical short circuit.",An electrical short can increase the risk of a fire.,"Toyota will notify owners, and dealers will inspect the engine wire harness assembly and replace it if damage is found. A protective sleeve or protective tape will be included to prevent any future damage. These repairs will be performed free of charge. The recall began October 30, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0T." -09/05/2018,18V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V588000),"Navistar, Inc.",Fuel Line may Burst if Filter Screen Clogs,ENGINE AND ENGINE COOLING,None,Vehicle,26288,"Navistar, Inc. (Navistar) is recalling certain 2017-2018 International ProStar and 9900i trucks, 2018-2019 International LT trucks, 2017-2019 International LoneStar and HX trucks and 2017 International PayStar trucks, equipped with Cummins ISX15 or X15 diesel engines. In certain driving conditions, such as on a long down-hill grade, the fuel line may burst if the fuel pump cooling circuit screen becomes restricted.","If the fuel line bursts, fuel may leak onto the road resulting in a roadway hazard for other motorists. The engine may also stall without warning, resulting in the vehicle's inability to restart, increasing the risk of a crash.","Cummins will notify the affected owners and dealers will replace the nylon fuel line with a steel fuel line, free of charge. Navistar issued owners an interim notification on October 11, 2018. The recall began November 21, 2018. Owners may contact Navistar customer service at 1-800-448-7825, or Cummins customer service at 1-800-286-6467." -09/05/2018,18V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V591000),"Mitsubishi Motors North America, Inc.",Incorrect Rim Size on Label/FMVSS 110,EQUIPMENT,SR-18-006,Vehicle,14791,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2018-2019 Mitsubishi Outlander vehicles equipped with 18-inch alloy wheels. The Certification Label lists an incorrect rear wheel rim size. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect rim size information on the label can cause the operator to replace the rim with an incorrect rim size, increasing the risk of a crash.","MMNA will notify owners and send them a corrected certification label, free of charge. Owners can also choose to have the label replaced by a dealer, free of charge. The recall began September 26, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-006." -09/05/2018,18V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V589000),"Volvo Car USA, LLC",Risk of Shock or Fire from Charging Cable,EQUIPMENT,R39901,Vehicle,172,"Volvo Car USA LLC (Volvo) is recalling certain 2019 Volvo XC60 hybrid electric vehicles, equipped with certain AeroVironment electric vehicle TurboCord and TurboDock/TurboDX charging systems. Capacitors within these charging systems may fail, possibly resulting in a shock hazard or a fire.",An electrical shock or a fire can increase the risk of injury or death.,"Volvo will notify owners, and dealers will inspect the charge cord, replacing it as necessary, free of charge. The recall began November 1, 2018. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R39901. Note: Owners are advised not to use the charging cord until it is inspected." -09/05/2018,18E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E088000),AXN Heavy Duty LLC,Wheel End Separation from Axle,SUSPENSION,NR (Not Reported),Equipment,1569,"AXN Heavy Duty LLC (AXN) is recalling certain Trailer Axles. The wheel end nut locking device on these trailers may not be properly installed, allowing the wheel end to separate from the axle.","If the wheel end separates from the axle, it can increase the risk of a crash.","AXN has notified the trailer manufacturers that purchased the axles, and dealers for those manufacturers will inspect the locking clip to ensure its proper installation, correcting it as necessary, free of charge. The recall began on August 29, 2018. Owners may contact AXN customer service at 1-502-882-9122." -09/04/2018,18V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V587000),Midwest Fire Equipment & Repair Company,Brake Light may Randomly Illuminate,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,37,"Midwest Fire Equipment & Repair Company (Midwest) is recalling certain 2017-2019 Midwest All-Poly Series and Quick Attack emergency vehicles, equipped with certain Whelen accessory brake lights. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed.","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Midwest will notify owners, and Whelen will replace the brake lights, free of charge. The recall began September 15, 2018. Owners may contact Midwest customer service at 1-800-344-2059." -09/04/2018,18V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V584000),Collins Bus Corporation,Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,59,"Collins Bus Corporation (Collins Bus) is recalling certain 2012-2018 School Buses, equipped with Ricon S-Series and K-Series Titanium Wheelchair Lifts. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Collins Bus will notify owners and Ricon dealers will replace the injection molded cam with an aluminum machined cam, free of charge. The recall is expected to begin October 2018. Owners may contact Collins Bus customer service at 1-800-533-1850 extension 424 or Ricon Customer Service at 1-800-322-2884." -08/31/2018,18V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V582000),"Daimler Trucks North America, LLC",Circuit Board Damage Affecting Lighting Functions,ELECTRICAL SYSTEM,FL788,Vehicle,12311,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2019 Freightliner Custom Chassis Corporation (FCCC) XBR, XBS, XCR, XCM, XCL, and XCS recreation vehicle chassis. The rear mounted Power Distribution Module (PDM) may have been damaged during manufacturing, possibly resulting in the rear marker lights, brake lights, or turn signals not functioning.",Nonfunctioning lights can increase the risk of a crash.,"The remedy for this recall is still under development. DTNA issued owners an interim notification on October 24, 2018. The recall began May 29, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL788." -08/31/2018,18V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V568000),Ford Motor Company,Fire after Seat Belt Pretensioner Deployment,SEAT BELTS,18S27,Vehicle,1619112,"Ford Motor Company (Ford) is recalling certain 2015-2018 Ford F-150 Regular Cab and SuperCrew Cab vehicles. If a front seat belt pretensioner deploys as the result of a crash, the sparks may ignite materials such as carpeting or insulation within the B-pillar area.",A vehicle fire could result if materials ignite inside the vehicle.,"Ford will notify owners, and dealers will remove the B-pillar insulation material and wiring harness tape, and install heat resistant tape, free of charge. The recall began September 28, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S27." -08/31/2018,18T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T011000),Bridgestone Americas Tire Operations,Steel Cords may be Exposed/FMVSS 119,TIRES,NR (Not Reported),Tire,2707,"Bridgestone Americas Tire Operations, LLC (BATO) is recalling certain Firestone FS818 tires with date codes 2318-2418, Bridgestone M854 tires with date codes 2418-2518, Bridgestone M860A tires with date code 2518, and Bridgestone M864 tires with date codes 2318-2418, all of size 425/65R22.5. The sidewall steel body cords may be exposed, which can cause unexpected rapid air loss during use. As such, these tires may fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires - Other than Passenger Cars.""",Rapid air loss can increase the risk of a crash.,"BATO will notify owners, and replace the tires with a comparable replacement, free of charge. The recall began October 8, 2018. Owners may contact BATO customer service at 1-800-847-3272." -08/31/2018,18V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V583000),Eldorado National-Kansas,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,244,"Eldorado National-Kansas (Eldorado) is recalling certain 2012-2018 Eldorado Aerotech, Aero Elite, Transtech, Advantage, World Trans and Impulse transit buses, equipped with Ricon S-Series and K-Series Titanium Wheelchair. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Eldorado will notify owners and Ricon dealers will replace the injection molded cam with an aluminum machined cam, free of charge. The recall began October 24, 2018. Owners may contact Eldorado National-Kansas customer service at 1-800-955-4236." -08/30/2018,18V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V578000),"General Motors, LLC",Brake Pedal May Come Loose,"SERVICE BRAKES, HYDRAULIC",18278,Vehicle,42280,"General Motors LLC (GM) is recalling certain 2015-2016 Chevrolet Silverado 2500, 3500, 1500 Crew Cab Special Service, Tahoe Police Pursuit/Special Service, GMC Sierra 2500, and 3500 vehicles. The brake pedal pivot nut may loosen, causing the brake pedal to be loose or inoperative.","If the brake pedal becomes loose or inoperative, the driver may be unable to stop the vehicle by using the brake pedal. Additionally, a loose pedal may also interfere with the accelerator pedal. Either condition may increase the risk of a crash.","GM will notify owners, and dealers will add adhesive to the nut and reinstall the nut with increased tightness, free of charge. The recall began October 3, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 18278. Note: The vehicles in this recall need this additional remedy despite being covered by recall 16V069 for brake pedal loosening." -08/30/2018,18V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V580000),"Kawasaki Motors Corp., U.S.A.",Center Stand may Drop Unexpectedly,STRUCTURE,MC18-05,Vehicle,390,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain 2018 Kawasaki Ninja H2 SX SE (ZXT02BJ) motorcycles. The pin for the center stand spring may have been improperly welded, and, as a result, the pin may shift or fall off resulting in the spring detaching and the center stand dropping to the ground unexpectedly and dragging while riding.","The dragging center stand can cause a loss of control, increasing the risk of a crash.","Kawasaki will notify owners, and dealers will replace the left center stand bracket, free of charge. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki's number for this recall is MC18-05." -08/30/2018,18V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V581000),"Daimler Trucks North America, LLC",Fuel Line may Burst if Filter Screen Clogs,ENGINE AND ENGINE COOLING,FL789,Vehicle,4500,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Freightliner Cascadia, Coronado and 122SD, and Western Star 4900 trucks, equipped with Cummins ISX15 or X15 diesel engines. In certain driving conditions, such as on a long down-hill grade, the fuel line may burst if the fuel pump cooling circuit screen becomes restricted.","If the fuel line bursts, fuel may leak onto the road resulting in a roadway hazard for other motorists. The engine may also stall without warning, resulting in the vehicle's inability to restart, increasing the risk of a crash.","Cummins will notify the affected owners. The remedy for this recall is still under development. DTNA issued an interim notification to owners on October 9, 2018. The recall began November 21, 2018. Owners may contact DTNA customer service at 1-800-547-0712 or Cummins customer service at 1-800-286-6467. DTNA's number for this recall is FL789." -08/30/2018,18V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V576000),"General Motors, LLC",Insufficient Coating on Rear Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC",18279,Vehicle,210628,"General Motors LLC (GM) is recalling certain 2018-2019 Chevrolet Equinox, Impala, Cruze, Volt and Bolt EV vehicles, GMC Terrain vehicles, Buick Lacrosse and Regal vehicles, Cadillac XTS and XTS Professional vehicles and 2018 Chevrolet Malibu vehicles. The rear brake caliper pistons may have an insufficient coating causing gas pockets to form, potentially reducing rear brake performance.",A reduction of braking performance can increase the risk of a crash.,"GM will notify owners, and dealers will bleed the vehicle's brake system, free of charge. The recall began October 11, 2018. Owners may contact Buick customer service at 1-800-521-7300, Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 18279." -08/30/2018,18V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V570000),"Jayco, Inc.",Leveling System Hoses may Leak and Cause Fire,SUSPENSION,9903407,Vehicle,327,"Jayco, Inc. (Jayco) is recalling certain 2018 Jayco Alante vehicles. The leveling system hydraulic hoses may become damaged due to their location, resulting in a hydraulic fluid leak.","The leaking hydraulic fluid leak may spray onto the exhaust system, increasing the risk of a fire.","Jayco will notify owners, and dealers will inspect the location of hoses and replace any damaged hoses, free of charge. The recall began September 13, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903407." -08/30/2018,18V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V573000),"Champion Bus, Inc.",Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,219,"Champion Bus (Champion) is recalling certain 2012-2018 Champion American Coach, American Crusader, American S2, Challenger, Crusader, Defender, and Impulse vehicles, equipped with certain S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","The remedy for this recall is still under development. The recall began November 1, 2018. Owners may contact Champion customer service 1-810-724-1753 extension 415 or Ricon customer service at 1-800-322-2884 or by emailing the Ricon at Admin18E044@wabtec.com." -08/30/2018,18V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V574000),"Corp. Micro Bird, Inc.",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,18-077-RUS,Vehicle,6,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2012-2018 Micro Bird G5, MBII, and T-Series school buses, equipped with certain S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Micro Bird will notify owners, and Ricon dealers will replace the injection molded cam with a new aluminum machined cam. The recall is expected to begin October 22, 2018. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 18-077-RUS." -08/30/2018,18V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V577000),"Brown Industries, LLC",Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"Brown Industries, LLC (Brown) is recalling certain 2017-2018 American Heritage Trolley buses, equipped with certain Ricon S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","American Trolley will notify owners and Ricon dealers will replace the defective input cams, free of charge. The recall began September 5, 2019. Owners may contact American Trolley customer service at 1-800-255-6827." -08/29/2018,18V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V569000),Toyota Motor Engineering & Manufacturing,Inner Seat Belt Buckle Magnet Missing,AIR BAGS,J0S,Vehicle,19354,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2012 Toyota Avalon vehicles. During a vehicle repair, the seat belt inner buckles may have been replaced with parts that may incorrectly tell the air bag management system that the seat belt is always buckled.","If the seat belt is falsely interpreted as being buckled, in the event of a crash, the air bags may not deploy appropriately, increasing the risk of injury.","Toyota will notify owners, and dealers will test the seat belt assembly to verify that it is properly detecting being unbuckled, replacing the inner seat belt assembly as necessary, free of charge. The recall began September 19, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0S." -08/29/2018,18V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V571000),Entegra Coach,Leveling System Hoses may Leak and Cause Fire,SUSPENSION,9903407,Vehicle,36,"Entegra Coach (Entegra) is recalling certain 2018 Entegra Odyssey vehicles. The leveling system hydraulic hoses may become damaged due to their location, resulting in a hydraulic fluid leak.","The leaking hydraulic fluid leak may spray onto the exhaust system, increasing the risk of a fire.","Entegra has notified owners, and dealers will inspect the location of hoses and replace any damaged hoses, free of charge. The recall began on September 13, 2018. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903407." -08/29/2018,18V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V572000),Thor Motor Coach,Short in 12V Circuit may cause Fire,ELECTRICAL SYSTEM,RC000160,Vehicle,138,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Outlaw motorhomes, model 29J. The 12V wiring for the coach may have been improperly wired to the battery instead of wired through a circuit breaker.","In the event of an electrical short circuit, the unprotected circuit can increase the risk of a fire.","TMC will notify owners, and dealers will correct the circuit's wiring, free of charge. The recall began October 9, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000160." -08/28/2018,18E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E087000),Dexter Axle Company,Missing Bearing Races Causing Hub to Overheat,SUSPENSION,N/A,Equipment,9350,"Dexter Axle Company (Dexter) is recalling certain D44 trailer axles with a 4400 pound capacity. These axles may be missing inner bearing races on the hubs, which can cause the bearing to fail or the hub to overheat.","The wheel hub may overheat and smoke, increasing the risk of a fire or the bearing may fail, affecting handling and increasing the risk of a crash.","Dexter Axle will notify the axle purchasers, and dealers for those vehicle manufacturers will replace the hubs with new hubs, free of charge. The recall began on September 13, 2018. Owners may contact Dexter Axle customer service at 1-574-295-7888." -08/28/2018,18V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V566000),Blue Bird Body Company,Warning Label Missing From Lower Strap/FMVSS 213,EQUIPMENT,R18ZN-SB,Vehicle,551,"Blue Bird Body Company (Blue Bird) is recalling certain 2019 Blue Bird All American and 2019-2020 Blue Bird Vision school buses, equipped with certain NextGen School Bus seats with Integrated Child Restraint Systems. These seats may be missing a warning label on the lower restraint strap. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","Without a warning label, the seat may be used improperly, increasing the risk of injury.","Blue Bird will notify owners, and dealers will install a warning label to the lower restraint strap portion of the Restraint Belt System, free of charge. The recall began September 26, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZN-SB." -08/28/2018,18V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V567000),"Mac Trailer Mfg., Inc.",Wheel End may Separate from Axle,WHEELS,10-70-001 2018,Vehicle,424,"MAC Trailer Mfg., Inc. (MAC) is recalling certain 2019 Dump and Waste trailers. The wheel end nut locking device on these trailers may not be properly installed, allowing the wheel end to separate from the axle.","If the wheel end separates from the axle, it can increase the risk of a crash.","MAC will notify owners, and dealers will inspect the locking nut to ensure that it is properly installed, correcting it as necessary, free of charge. The recall began September 25, 2018. Owners may contact MAC customer service at 1-800-795-8454. MAC's number for this recall is 10-70-001 2018." -08/27/2018,18E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E086000),"Webasto Charging Systems, Inc",Capacitor may Fail Causing EV Charger to Overheat,EQUIPMENT,NR (Not Reported),Equipment,6414,"Webasto Charging Systems, Inc (Webasto) is recalling certain AeroVironment TurboCord and TurboDock/TurboDX electric vehicle charging systems. Capacitors within these charging systems may fail, possibly resulting in a shock hazard or a fire.",An electrical shock or a fire can increase the risk of injury or death.,"Webasto will notify owners, and field service representatives will replace all TurboCord and TurboDock/TurboDX charging systems, free of charge. The recall began September 19, 2018. Owners may contact Webasto customer service at 1-888-516-6264." -08/27/2018,18V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V565000),"Fabform Industries, INC.",Dump Trailer Hinge Weld Fracture,STRUCTURE,NR (Not Reported),Vehicle,30,"Fabform Industries, Inc. (Fabform) is recalling certain 2018 EPT dump trailers. The hinges welded on the bottom frame may fracture and the dump box may unexpectedly fall.","If the dump box falls unexpectedly, it can increase the risk of injury or death.","Fabform will notify owners, and dealers will install gussets with reinforced welds to the existing hinges, free of charge. The recall began on September 13, 2018. Owners may contact Fabform customer service at 1-541-679-2920." -08/27/2018,18V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V564000),"Jayco, Inc.",Liquid may Leak into Power Window Switch,VISIBILITY,NR (Not Reported),Vehicle,170,"Jayco, Inc. (Jayco) is recalling certain 2015-2017 Jayco Redhawk motorhomes built on Chevrolet Van chassis. Liquid may leak into the driver's power window switch and cause corrosion, resulting in high electrical resistance.",High electrical resistance can increase the risk of a fire.,"GM will notify owners, and GM dealers will replace the driver side door window switch, free of charge. The recall began on August 27, 2018. Owners may contact Jayco customer service at 1-800-517-9137, Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782." -08/24/2018,18V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V563000),"Navistar, Inc.",Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,None,Vehicle,631,"Navistar, Inc. (Navistar) is recalling certain 2015-2019 IC Bus CE school buses, equipped with certain S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Navistar will notify owners, and IC Bus or Ricon dealers will replace the injection molded cam with an aluminum machined cam, free of charge. The recall began October 5, 2018. Owners may contact Navistar customer service at 1-800-448-7825." -08/23/2018,18V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V559000),REV Recreation Group,Exhaust Pipe and Waste Tank Contact Causing Fire,EQUIPMENT,180817REV,Vehicle,31,"REV Recreation Group (REV) is recalling certain 2018 Fleetwood Pulse, and 2018-2019 Holiday Rambler Prodigy motorhomes equipped with diesel-fuel generators. The generator's exhaust pipe may be routed close to the polypropylene water waste tank.","If the exhaust pipe contacts the waste water tank, the tank may melt, increasing the risk of a fire.","REV will notify owners, and dealers will correct the generator exhaust pipe routing and repair the waste water tank as necessary, free of charge. The recall is expected to begin October 16, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 180817REV." -08/23/2018,18V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V558000),"Autocar Industries, LLC",Incorrect Weld on Brake Pedal Mounting Plate,"SERVICE BRAKES, HYDRAULIC",ACTT-1801,Vehicle,297,"Autocar Industries, LLC (Autocar) is recalling certain 2018-2019 Autocar Xspotter vehicles. The brake pedal mounting plate may be incorrectly welded, possibly resulting in the brake pedal disconnecting.","If the brake pedal becomes disconnected, the brakes may not be able to be applied, increasing the risk of a crash.","Autocar will notify owners, and dealers will replace the brake pedal floor mounting plate, free of charge. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACTT-1801." -08/23/2018,18V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V557000),"BMW of North America, LLC",Missing Fuel Pump Crash Protection Plate,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9953,"BMW of North America, LLC (BMW) is recalling certain 2017-2019 MINI Cooper Countryman vehicles. These vehicles may be missing a crash protection plate near the high pressure fuel pump, which may result in a fuel leak in the event of a crash.","Without the crash protection plate, in the event of a crash, the fuel pump can become damaged, causing a fuel leak and increasing the risk of a fire.","MINI will notify owners, and dealers will install a crash protection plate, free of charge. Interim owner notification letters were mailed on October 22, 2018. Owners will receive a second notification when the repair is available. Owners may contact MINI customer service at 1-866-825-1525." -08/23/2018,18V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V556000),"Chrysler (FCA US, LLC)",Rear Axle may Fail Due to Insufficient Oil Level,POWER TRAIN,U88,Vehicle,4171,"Chrysler (FCA US LLC) is recalling certain 2018-2019 RAM 1500 trucks. The rear differential may have been insufficiently filled, possibly resulting in its failure.","If the rear axle assembly fails, it can cause a loss of drive or the rear wheels may lock up. Either scenario increases the risk of a crash.","Chrysler will notify owners, and dealers will inspect the rear axle oil level. Rear axles with an insufficient amount of oil will be replaced, free of charge. The recall began September 26, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U88." -08/23/2018,18V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V561000),"Daimler Trucks North America, LLC",Seat Mounting Foot May Detach from Floor/FMVSS 210,SEATS,FL787,Vehicle,33,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Thomas Built Buses Saf-T-Liner C2 school buses, equipped with S3B 45"" Restraint School Bus Seats. In the event of a crash, the seat's foot may pull through the bolted joint at the bus floor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat detaches from the floor, it can increase the risk of injury.","DTNA will notify owners, and dealers will install a washer between the rear mounting foot, and the bus floor to keep the seat secured, free of charge. The recall began October 17, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL787." -08/23/2018,18V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V560000),"Daimler Trucks North America, LLC",Wheelchair Lift may Raise too High,EQUIPMENT ADAPTIVE/MOBILITY,FL785,Vehicle,84,"Daimler Trucks North America LLC (DTNA) is recalling certain 2015-2019 Thomas Built Buses Saf-T-Liner C2 and Saf-T-Liner HDX school buses, equipped with certain S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height.","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","The remedy for this recall is still under development. DTNA issued owners interim notifications on October 17, 2018. The recall began December 6, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL785." -08/22/2018,18V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V554000),"Volvo Car USA, LLC",Brake Pedal may be Loose,"SERVICE BRAKES, HYDRAULIC",R59899,Vehicle,71,"Volvo Car USA LLC (Volvo) is recalling certain 2019 Volvo XC40 vehicles. The brake pedals may not have been correctly riveted, allowing the pedal to move out of position, possibly reducing braking performance.",Reduced braking performance can increase the risk of a crash.,"Volvo has notified owners advising them to stop driving their vehicle. Cars will be inspected on-site or towed to dealers and the brake pedals will be replaced as necessary, free of charge. Volvo began contacting their owners on August 23, 2018. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R59899." -08/22/2018,18V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V553000),"Altec Industries, Inc.",Incorrectly Located Battery Fuse may Cause Short,ELECTRICAL SYSTEM,CSN 691,Vehicle,40,Altec Industries Inc. (Altec) is recalling certain 2017-2018 Altec LS63 Aerial Devices. The fuse for the battery was not installed to the guidelines. The incorrectly placed fuse may increase the risk for an electrical short.,An electrical short can increase the risk of a fire.,"Altec will notify owners, and dealers will inspect the battery fuse location, relocating it if necessary, free of charge. The recall is expected to begin October 15, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 691." -08/22/2018,18V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V555000),PACCAR Incorporated,No Warning to Driver if there are Engine Problems,ELECTRICAL SYSTEM,18KWE,Vehicle,11429,"PACCAR Incorporated (PACCAR) is recalling certain 2016-2019 Kenworth C500, T660, T800, and W900 vehicles, equipped with 1.9M ISX15 engines. The engine harnesses may have been manufactured without check engine light (CEL) and stop engine light (SEL) circuits, preventing the driver from being warned of a serious engine problem.","If the driver is not warned of a serious engine problem, the engine may unexpectedly fail, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect or test the ISX15 engine harness, and install an overlay jumper harness to supply the missing CEL and SEL circuits, free of charge. The recall began November 30, 2018. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 18KWE." -08/22/2018,18V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V552000),"Altec Industries, Inc.",Platform Mounting Hole Failure,STRUCTURE,CSN 689,Vehicle,530,"Altec Industries Inc. (Altec) is recalling certain 2008-2018 Aerial Devices equipped with aluminum work platforms. The platform mounting holes may fail, causing the platform to move unexpectedly.","If the platform moves unexpectedly, it can increase the risk of injury.","Altec will notify owners, and dealers will install a bracket reinforcing kit, free of charge. The recall is expected to begin October 17, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 689." -08/21/2018,18V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V550000),"Forest River, Inc.",Break-Away Safety Switch may be Improperly Wired,ELECTRICAL SYSTEM,22/30-0824,Vehicle,5847,"Forest River, Inc. (Forest River) is recalling certain 2014-2019 Forest River Salem, Wildcat Maxx, Wildwood, Vibe, and Rainier recreational trailers. The break-away safety switch may not have been wired to a constant power source, and, as a result, the switch may be inadvertently disconnected from the trailer house battery causing the brakes to not engage if the trailer detaches from the tow vehicle.","If the trailer brakes cannot engage if the trailer detaches from tow vehicle, there would be an increased risk of a crash.","Forest River will notify owners, and dealers will install a new wiring harness to reroute the wiring, free of charge. The recall began September 25, 2018. Owners may contact Forest River customer service at 1-503-831-5410. Forest River's number for this recall is 22/30-0824." -08/21/2018,18V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V551000),"Nissan North America, Inc.",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,153047,"Nissan North America, Inc. (Nissan) is recalling certain 2017 Nissan NV200, Sentra, NV3500 Van, NV3500 Bus, NV200 Taxi, NV1500, NV2500 Van, Chevrolet City Express, 2017-2018 Frontier, Versa Note, and Versa Sedan vehicles that have a mechanical (physical) key ignition system. In these models, over time, the weight on the key ring and road conditions or some other jarring event may cause the ignition switch to move out of the run position to the accessory position, turning off the engine.","If the vehicle stalls, it can increase the risk of a crash.","Nissan will notify owners, and dealers will inspect the production information on the ignition switch, and replace it as necessary, free of charge. The recall began October 1, 2018. Owners may contact Nissan customer service at 1-800-867-7669." -08/20/2018,18V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V537000),"Volkswagen Group of America, Inc.",A/C Drain Tube Causing Air Bag Malfunction,AIR BAGS,87F9,Vehicle,9685,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Atlas vehicles. During production, the air conditioning system drain tube may have been twisted, causing water to drain into the air bag control module.","The wet air bag control module may result in an unintentional deployment of the air bags, increasing the risk of injury or crash.","Volkswagen will notify owners, and dealers will inspect the air conditioning drain tube, and if it is twisted, the drain tube and air bag control module will be replaced, free of charge. Some of the affected vehicles have had their drain tube previously replaced but did not receive a new air bag control module; the airbag control module will be replaced in these vehicles. The recall began September 14, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 87F9." -08/20/2018,18V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V548000),Ford Motor Company,Alternator and Starter Cables may be Loose,ELECTRICAL SYSTEM,18S25,Vehicle,87,"Ford Motor Company (Ford) is recalling certain 2018 Ford Edge, Lincoln MKX, 2019 Ford Flex, and Lincoln MKT vehicles. The power supply cables at the starter and the alternator may not have been properly secured, possibly resulting in an electrical arc.",An electrical arc can increase the risk of a fire.,"Ford will notify owners, and dealers will inspect the alternator and starter motor power supply cables to verify that they are properly secured, correcting them as necessary, free of charge. The recall began September 26, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S25." -08/20/2018,18E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E085000),"Allison Transmission, Inc.",Loss of Drive from Fractured Pressure Switch,POWER TRAIN,N/A,Equipment,592,"Allison Transmission, Inc. (Allison) is recalling certain H 50 EP, H 40 EP, H 50 Cert, and H 40 Cert Drive Units. The pressure switches on these Drive Units may fail, possibly resulting in a loss of drive.","A loss of drive can disable the vehicle unexpectedly, increasing the risk of a crash.","Allison will notify the vehicle manufacturers that purchased the affected transmissions, and dealers will replace the C1 and C2 pressure switches, free of charge. The recall began September 14, 2018. Owners may contact Allison customer service at 1-800-252-5283." -08/17/2018,18V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V545000),"Forest River, Inc.",Break-Away Safety Switch may be Improperly Wired,ELECTRICAL SYSTEM,220/320-0825,Vehicle,69,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Freedom Express recreational trailers. The break-away safety switch was not wired to a constant power source, and, as a result, the switch may be inadvertently disconnected from the trailer house battery and cause the brakes to not engage if the trailer detaches from the tow vehicle.","If the trailer brakes cannot engage if the trailer detaches from tow vehicle, there would be an increased risk of a crash.","Forest River has notified owners, and dealers will correct the break-away safety switch wiring, free of charge. The recall began September 11, 2018. Owners may contact Coachmen Freedom Express customer service at 1-574-825-8657. Forest River's number for this recall is 220/320-0825." -08/17/2018,18V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V547000),"Winnebago Industries, Inc.",Cabinet Mirror Over Driver Seat may Fall,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1066,"Winnebago Industries, Inc (Winnebago) is recalling certain 2018-2019 Winnebago Intent vehicles. The cabinet mirror over the driver's seat may not be properly secured, allowing the mirror to fall while moving.","If the mirror falls, it can distract the driver, increasing the risk of a crash.","Winnebago will notify owners, and dealers will install screws to secure the mirror to the overhead cabinet, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885." -08/17/2018,18V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V546000),"Winnebago Industries, Inc.",Solar Charging Port Circuit is not Fused,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6700,"Winnebago Industries, Inc (Winnebago) is recalling certain 2016-2019 Winnebago Era, Travato, Fuse, View, Trend, Aspect, Paseo, Via, Adventurer, Journey, Tour, and Grand Tour motorhomes. These vehicles have an auxiliary solar charging port circuit that is not fused.","If solar panels are connected and they exceed the amperage capacity of the circuit, the unprotected circuit can increase the risk of a fire.","Winnebago will notify owners, and dealers will install an inline 15 amp fuse into the auxiliary solar charging port circuit, free of charge. Winnebago issued interim notifications to owners on December 4, 2018. The recall began June 5, 2019. Owners may contact Winnebago customer service 1-641-585-6939 or 1-800-537-1885." -08/16/2018,18V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V540000),"KZRV, L.P.",Incorrect Tire Information on Federal Cert Label,EQUIPMENT,KZ-2018-08,Vehicle,1160,"KZRV, L.P. (KZRV) is recalling certain 2017-2019 KZRV Durango, Venom and Sidewinder recreational trailers. The Federal Certification label incorrectly lists the tire size as being ST235/80R16G, however, the correct tire size is ST235/85R16G.","The incorrect information may result in the incorrect tires being installed, increasing the risk of a crash.","KZRV will notify owners, and dealers will replace the Federal Certification label, free of charge. The recall began October 5, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-08." -08/16/2018,18V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V539000),"Mercedes-Benz USA, LLC",Insufficient Coating on Rear Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC",2018080013,Vehicle,9044,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz GLE350 4Matic, GLE350, GLS450 4Matic, GLS550 4matic, GLE43 AMG 4Matic, GLE63 AMG 4Matic, GLE63S AMG 4Matic, and GLS63 AMG 4Matic vehicles. The rear brake caliper pistons on these vehicles may not have been correctly coated, causing gas to become temporarily released into the rear brake hydraulic circuit, reducing braking performance.",Reduced braking performance can increase the risk of a crash.,"MBUSA will notify owners, and dealers will bleed the rear axle brake system, free of charge. The recall began September 14, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018080013." -08/16/2018,18V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V541000),Supreme Corporation,Reduced Clearance Light Visibility/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,440,"Supreme Corporation (Supreme) is recalling certain 2009-2018 Supreme Curtainside trucks. These trucks have intermediate clearance lights on the angled roof rail bracket, that may have limited visibility, reducing the vehicle's visibility to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced visibility can increase the risk of a crash.,"Supreme will notify owners, and dealers will replace the 30 degree clearance lights with 45 degree clearance lights, free of charge. The recall began October 26, 2018. Owners may contact Supreme customer service at 1-844-352-4921." -08/16/2018,18V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V542000),Volvo Trucks North America,Trailer may Separate from Fifth Wheel,TRAILER HITCHES,RVXX1801,Vehicle,69,"Volvo Trucks North America (Volvo) is recalling certain 2019 Volvo VNL and VNR trucks equipped with Jost fifth wheel couplings. The fifth wheel may have an outboard slider bracket that is too narrow, possibly allowing the trailer to separate from the tractor.","If the trailer separates from the tractor, it can increase the risk of a crash.","Volvo will notify owners, and dealers will inspect the fifth wheel slider bracket, replacing it as necessary, free of charge. The recall began September 25, 2018. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall RVXX1801." -08/16/2018,18V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V543000),"Mack Trucks, Inc.",Trailer may Separate from Fifth Wheel,TRAILER HITCHES,SC0411,Vehicle,9,"Mack Trucks, Inc. (Mack) is recalling certain 2019 Mack Anthem trucks equipped with Jost fifth wheel couplings. The fifth wheel may have an outboard slider bracket that is too narrow, possibly allowing the trailer to separate from the tractor.","If the trailer separates from the tractor, it can increase the risk of a crash.","Mack will notify owners, and dealers will inspect the fifth wheel slider bracket, replacing it as necessary, free of charge. The recall began September 25, 2018. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0411." -08/15/2018,18V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V536000),"Volkswagen Group of America, Inc.",Brake Caliper Bracket Bolts may be Loose,"SERVICE BRAKES, HYDRAULIC",46H6,Vehicle,8416,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Atlas and 2017-2018 Volkswagen Passat vehicles. The brake caliper bracket mounting bolts on these vehicles may not have been tightened sufficiently.","The loose brake bracket bolts can allow the caliper to move, reducing braking ability or causing a loss of vehicle control and increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the brake caliper bracket bolt tightness, replacing and re-torque the bolts as necessary, free of charge. Additionally brake caliper fasteners, bleeder valve, and brake hose bolts will be checked and torqued to the correct specification, if necessary, free of charge. For Passat vehicles, dealers will also inspect the parking brake cable for proper connection, free of charge. The recall began September 14, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 46H6." -08/15/2018,18V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V534000),"Forest River, Inc.",Countertop may cause Burns after Oven Use,EQUIPMENT,48-0833,Vehicle,22,"Forest River, Inc. (Forest River) is recalling certain 2019 Prime Time Tracer and Avenger travel trailers equipped with a Greystone oven. These ovens may be missing a diverter which can cause the countertop to get extremely hot.",The hot countertop increases the risk of burn injuries.,"Forest River will notify owners and dealers will install a diverter, free of charge. The recall began September 11, 2018. Owners may contact Prime Time customer service at 1-574-862-1025. Forest River's number for this recall is 48-0833." -08/15/2018,18V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V535000),"Volvo Car USA, LLC",Missing Rear Seat back Lock Strikers,SEATS,R89898,Vehicle,27,"Volvo Cars USA LLC (Volvo) is recalling certain 2019 Volvo XC40 vehicles. The rear seats may not have rear seat back lock strikers, allowing the seat back to move forward during certain hard braking conditions or a crash.","If the seat back moves forward during hard braking or in a crash, it can increase the risk of injury.","Volvo will notify owners, and dealers will inspect the vehicles and install the seat back lock strikers if they are missing, free of charge. The recall began October 12, 2018. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89898." -08/15/2018,18V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V533000),"BMW of North America, LLC",Passenger Air Bag Incorrectly Manufactured,AIR BAGS,NR (Not Reported),Vehicle,3,"BMW of North America, LLC (BMW) is recalling one each of 2019 BMW 430i xDrive Gran Coupe, 440i xDrive Gran Coupe and 430i xDrive Convertible vehicles. The front passenger air bag inflator may have been incorrectly manufactured, potentially affecting the air bag deployment performance in the event of a crash.","If the front passenger air bag does not deploy properly in the event of a crash, the occupant has an increased risk of injury.","All affected vehicles are still in dealer inventory. Dealers will replace the front passenger air bag module, free of charge." -08/15/2018,18V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V532000),"Winnebago Industries, Inc.",Propane Hose May Harden and Leak,EQUIPMENT,151,Vehicle,1654,"Winnebago Industries, Inc. (Winnebago) 2012-2013 Winnebago Era, View, and Via motorhomes and Itasca Navion and Reyo motorhomes. The high pressure liquid propane hoses may harden at the crimp fitting, possibly resulting in a propane leak.",A propane leak in the presence of an ignition source can increase the risk of a fire.,"Winnebago will notify owners, and dealers will inspect the propane hose, replacing it as necessary, free of charge. The recall began September 17, 2018. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 151." -08/15/2018,18V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V530000),"KZRV, L.P.",Road Debris may Damage Propane Line,EQUIPMENT,KZ-2018-07,Vehicle,132,"KZRV, L.P. (KZRV) is recalling certain 2018-2019 KZ RV Connect recreational trailers, model C261RL. The liquid propane lines on these vehicles are routed through the wheel well and may be damaged by road debris.",A damaged liquid propane can increase the risk of a fire.,"KZRV will notify owners, and dealers will re-route the propane supply lines away from the wheel well, free of charge. The recall began October 4, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-07." -08/15/2018,18V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V531000),Polaris Inc.,Seatbelt Retractor may Separate and Fail,SEAT BELTS,T-18-03,Vehicle,10658,"Polaris Industries, Inc. (Polaris) is recalling certain 2017-2019 Polaris Slingshot S, Slingshot SL, Slingshot GT LE, and Slingshot SLR motorcycles. In the event of a crash, the seatbelt retractor on the side opposite of the impact may separate, preventing the seatbelt from locking.","In the event of a crash, if the seat belt does not lock, the occupant may not be properly restrained, increasing their risk of injury.","Polaris will notify owners, and dealers will install a kit that prevents the retractor from separating in the event of a crash, free of charge. The recall began August 28, 2018. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-18-03." -08/15/2018,18V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V538000),Shyft Group,Vehicle May Move if Parked on a Grade,"SERVICE BRAKES, AIR",18023,Vehicle,274,"Spartan Motors USA (Spartan) is recalling certain 2018-2019 Spartan Specialty K2 vehicles. The park brake systems on these chassis may not be able to prevent the vehicles from moving unintentionally if parked on a grade. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the vehicle moves unintentionally while parked on a grade, it could increase the risk of a crash.","Spartan will notify the Entegra motorhome owners, and Spartan dealers will install new brake chambers, free of charge. The recall began September 11, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18023." -08/15/2018,18E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E083000),Hickory Springs Manufacturing Company,Warning Label Missing From Lower Strap/FMVSS 213,EQUIPMENT,NR (Not Reported),Equipment,5906,"Hickory Springs Manufacturing Company (HSM) is recalling certain NextGen School Bus seats with Integrated Child Restraint Systems. These seats may be missing a warning label on the lower restraint strap. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","Without a warning label, the seat may be used improperly, increasing the risk of injury.","HSM will notify the vehicle manufacturers that purchased the seats and dealers for those companies will install a warning label to the lower restraint strap portion of the Restraint Belt System. The recall began August 20, 2018. Owners may contact HSM customer service at 1-419-492-2157 extension 243." -08/14/2018,18E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E082000),Akoury,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,REC2015,Equipment,108,"Akoury is recalling certain AK AK88S motorcycle helmets, sizes XS, S, M, L, and XL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"Akoury will notify owners, and will provide a replacement helmet or provide a refund, free of charge. The recall is expected to begin October 1, 2018. Owners may contact Akoury customer service at 1-514-824-0666. Akoury's number for this recall is REC2015." -08/13/2018,18V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V527000),"Forest River, Inc.",Awning may Deploy While Moving,EQUIPMENT,51-0715,Vehicle,2582,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Work and Play and Adrenaline recreational trailers, 2018-2019 Forest River Forester and XLR recreational trailers and 2018 Forest River Rockwood recreational trailers. The awning may deploy while moving.","If the awning deploys while moving, there would be an increased risk of a crash.","Forest River will notify owners, and dealers will replace the awning controller, free of charge. The recall began September 13, 2018. Owners may contact Coachmen customer service at 1-574-825-6302, Forester customer service at 1-574-206-7600, Rockwood customer service at 1-574-642-4053, XLR Toyhauler customer service at 1-574-642-0432, or Lippert customer service at 1-574-538-4514 or recall@lci1.com. Forest River's number for this recall is 51-0715." -08/13/2018,18V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V528000),"Erwin Hymer Group North America, Inc.",Seat Installation may have Damaged Fuel Tank,"FUEL SYSTEM, DIESEL",2018-0010,Vehicle,33,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling certain 2017-2018 Roadtrek RS Adventurous XL, E-trek XL, RS Adventurous, and E-trek motorhomes equipped with a driver's side second row captain seat option. The diesel fuel tank may have been damaged while installing the second row seat pedestal.","A damaged fuel tank may leak fuel, increasing the risk of a fire.","Erwin Hymer will notify owners, and Mercedes dealers will inspect the diesel fuel tank, replacing it as necessary, free of charge. The recall began September 11, 2018. Owners may contact Erwin Hymer customer service at 1-800-663-0066. Erwin Hymer's number for this recall is 2018-0010." -08/13/2018,18V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V529000),"Erwin Hymer Group North America, Inc.",Sofa Installation Damaged Brake Line/FMVSS 105;106,"SERVICE BRAKES, HYDRAULIC",2018-0012,Vehicle,291,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling certain 2015-2018 Roadtrek Zion motorhomes equipped with a side-facing sofa. Installation of the sofa may have resulted in damage to the vehicle's rear brake line, possibly reducing braking performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems,"" and number 106, ""Brake Hoses.""","Damage to the rear brake line can increase the distance needed to stop the vehicle, increasing the risk of a crash.","Erwin Hymer will notify owners, and dealers will replace the brake lines and the sofa bolts, as necessary, free of charge. The recall began October 1, 2018. Owners may contact Erwin Hymer customer service at 1-800-663-0066. Erwin Hymer's number for this recall is 2018-0012." -08/10/2018,18E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E081000),"Cummins, Inc.",Fuel Line may Burst if Filter Screen Clogs,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,91286,"Cummins Inc. (Cummins) is recalling certain ISX15 diesel engines, part number D103012BX03, and X15 diesel engines, part number D103016BX03. These engines have nylon fuel lines and were built with a banjo bolt containing an integrated single screen filter on the fuel pump. The fuel pump cooling circuit screens may become restricted by debris from filtration material causing the fuel line to burst when the vehicle is operated under certain driving conditions, such as on a long down-hill grade.","If the fuel line bursts, a significant amount of fuel may leak onto the road resulting in a roadway hazard for other motorists. The engine may also stall, increasing the risk of a crash.","Cummins will notify owners and dealers will replace the affected nylon line with a steel line, free of charge. The recall began November 21, 2018. Owners may contact Cummins customer service at 1-800-286-6467." -08/10/2018,18V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V526000),"KZRV, L.P.",Road Debris may Damage Propane Line,EQUIPMENT,KZ-2018-006,Vehicle,61,"KZRV, L.P. (KZRV) is recalling certain 2018-2019 KZ RV Sportsmen 333BHK Travel Trailers. The liquid propane lines on these vehicles are routed through the wheel well and may be damaged by road debris.",A damaged liquid propane can increase the risk of a fire.,"KZRV will notify owners, and dealers will install a steel plate to protect the propane supply line, free of charge. The recall began September 4, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-006." -08/09/2018,18V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V511000),"Gillig, LLC",Incorrect Turn Signal Flash Pattern/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,178,"Gillig LLC (Gillig) is recalling certain 2012-2018 Gillig Low Floor vehicles. The front and rear turn signals on these vehicles may flash at different rates, potentially confusing other drivers of the vehicle's intention. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The mismatched flashing may confuse other drivers, increasing the risk of a crash.","Gillig will notify the owner of the buses, and dealers will reprogram the turn signals with new software, free of charge. The recall began August 30, 2018. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -08/09/2018,18V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V523000),"Chrysler (FCA US, LLC)",Insufficient Coating on Rear Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC",U86,Vehicle,154335,"Chrysler (FCA US LLC) is recalling certain 2018-2019 Dodge Grand Caravan and Jeep Compass, 2018 Dodge Journey, and 2019 Jeep Cherokee vehicles. The rear brake caliper pistons on these vehicles may have an insufficient coating causing gas pockets to form, potentially reducing rear brake performance.",A reduction of braking performance can increase the risk of a crash.,"Chrysler will notify owners, and dealers will bleed the vehicle's brake system, free of charge. The recall began September 29, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U86." -08/09/2018,18V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V525000),"Daimler Trucks North America, LLC",Insufficiently Tightened Brake Caliper Bolts,"SERVICE BRAKES, AIR",FL-783,Vehicle,4155,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2019 Freightliner 108SD, 114SD, 122SD, Cascadia, Columbia, Coronado, and Business Class M2 vehicles. During manufacturing, the brake caliper mounting bolts may have been insufficiently tightened.","Loose brake caliper mounting bolts can reduce brake effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will check and tighten the brake caliper mounting bolts, free of charge. The recall began October 5, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-783." -08/09/2018,18E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E080000),"TRW Automotive, Inc.",Outer Tie Rod Nut may Loosen,STEERING,NR (Not Reported),Equipment,2392,"TRW Automotive Inc (TRW) is recalling certain Outer Tie Rods, part number JTE7042, sold as replacement parts for certain 1988-2000 General Motors vehicles. The locking nut on these outer tie rod assemblies may not lock as designed, allowing the tie rod to separate and cause a loss of steering.",A loss of steering can increase the risk of a crash.,"TRW will notify their distributors and the known owners, and will refund the owners for the returned parts, free of charge. The recall began October 8, 2018. Owners may contact TRW customer service at 1-248-863-2437." -08/09/2018,18V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V524000),"Chrysler (FCA US, LLC)",Voltage Regulator may Fail and Cause Stall,ELECTRICAL SYSTEM,U87,Vehicle,12779,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Renegade, Compass and Grand Cherokee, RAM 1500 and Promaster, Fiat 500x, Dodge Journey, Challenger, Charger and Durango and Chrysler 300x vehicles, 2017-2018 Jeep Wrangler, Dodge Grand Caravan and Chrysler Town and Country vehicles and 2018-2019 Jeep Cherokee and 2018 Chrysler Pacifica and Pacifica Hybrid vehicles. The powertrain control module may be equipped with a voltage regulator chip in the circuit board that may fail, causing a stall or a no start condition.",A vehicle stall can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the powertrain control module, free of charge. The recall began October 2, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U87." -08/08/2018,18V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V522000),"Daimler Trucks North America, LLC",Pitman Arms May Fracture,STEERING,FL-784,Vehicle,116,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018-2019 Freightliner Cascadia vehicles. Over time, the pitman arms may crack and fracture.","If the pitman arm fractures there would be a loss of steering control, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the pitman arms, free of charge. The recall is expected to begin October 6, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-784." -08/07/2018,18V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V521000),BYD Coach & Bus,Brake Support Bolt may Break,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,14,"BYD Coach & Bus (BYD) is recalling certain 2016-2017 K11M hybrid electric transit buses, equipped with ZF Axles that have radial air disk brakes. Surface roughness of a guide pin in the radial brake calipers may cause the brake carriage guide pin support bolt to break.","Breakage of the guide pin can cause a loss of braking ability or a loss of tire pressure, increasing the risk of a crash.","BYD will notify owners, and dealers will install a bushing kit and reinstall the brake calipers, free of charge. The recall began October 11, 2018. Owners may contact BYD customer service at 1-661-940-3250." -08/07/2018,18V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V520000),"Terex South Dakota, Inc.",Undersized Weld at Auger Coupler,EQUIPMENT,SN665,Vehicle,101,"Terex south Dakota, Inc. (Terex) is recalling certain 2015-2018 Terex C4000, C5000, C6000, and General digger derricks. The welds between the coupler and hex shaft may be undersized, causing them to fail and the auger to fall unexpectedly.","If the auger falls, it can increase the risk of injury to the user or bystanders.","Terex will notify owners, and dealers will either repair the weld or replace the affected component, free of charge. The recall began October 3, 2018. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN665." -08/06/2018,18V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V518000),Newmar Corporation,Entry Door may Open Unexpectedly,EQUIPMENT,NR (Not Reported),Vehicle,239,"Newmar Corporation (Newmar) is recalling certain 2018-2019 Newmar Ventana LE, Mountain Aire, Essex, Ventana, Dutch Star, New Aire, London Aire and King Aire motorhomes. The affected vehicles have entry doors that have latch rods that may be improperly adjusted, allowing the door to open during transit.","If the door opens during transit, it can increase the risk of injury or a crash.","Newmar will notify owners, and dealers will readjust the door latch rod, free of charge. The recall began September 5, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -08/06/2018,18E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E079000),Hale Products Inc,Improperly Wired Warning Lights on Portable Pumps,EQUIPMENT,SB-166,Equipment,356,"Hale Products Inc (Hale) is recalling certain Kubota Diesel Powered Portable Pumps, part number 200779, revisions A through C. These pumps may be improperly wired, causing the Oil Pressure and Temperature warning lamps to not illuminate when needed.","If the warning lamps are not operable, the user may not be warned that there is a problem with the pump's engine. Failure of the pump's engine may inhibit the ability to contain a fire, increasing the risk of injury.","Hale will notify the vehicle manufacturers that purchased the pumps, and dealers for those manufacturers will reverse the wires leading to the warning/indicators or provide a plug-in wire harness, free of charge. The recall began September 9, 2018. Owners may contact Hale customer service at 1-800-533-3569. Hale's number for this recall is SB-166." -08/06/2018,18V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V519000),Garden State Bus Group,Incorrect Location of Emergency Exit/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,20,"Garden State Bus Group (Garden State) is recalling certain 2015 Garden State Double Deck Buses. The roof emergency exit may be incorrectly located towards the center of the passenger compartment and not in the rear, as required. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the emergency exit is located in the wrong location, it can cause a delay in exiting the vehicle in the event of an emergency, increasing the risk of injury.","Garden State will notify owners, and dealers will install an additional emergency exit hatch in the rear portion of the lower level that opens to the upper level, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Garden State customer service at 1-888-800-3779." -08/06/2018,18V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V516000),"Corp. Micro Bird, Inc.",Incorrectly Installed Seat Belt Anchorage Plate,SEAT BELTS,18-075-CUS,Vehicle,155,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2015-2018 Micro Bird G5, MB II, and T-Series school buses. During manufacturing, the seat belt anchorage plate may not have been correctly attached to the wall, limiting the capacity of the shoulder belt to restrain a passenger in the event of a crash.",If the belt anchorage plate detaches from the wall and cannot properly restrain a passenger it can increase the risk of injury.,"The remedy for this recall is still under development. The recall began September 26, 2018 . Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 18-075-CUS." -08/06/2018,18V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V517000),"Corp. Micro Bird, Inc.",Incorrectly Installed Seat Belt Anchorage Plate,SEAT BELTS,18-075-CUC,Vehicle,136,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2015-2018 Micro Bird G5, MB II, and T-Series transit buses. During manufacturing, the seat belt anchorage plate may not have been correctly attached to the wall, limiting the capacity of the shoulder belt to restrain a passenger in the event of a crash.","If the belt anchorage plate detaches from the wall, and cannot properly restrain a passenger it can increase the risk of injury.",The remedy for this recall is still under development. The manufacturer has not yet provided a notification schedule. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 18-075-CUC. -08/03/2018,18E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E078000),Honda (American Honda Motor Co.),Centerstand Circlip May Break,STRUCTURE,KJ5,Equipment,2933,"Honda (American Honda Motor Co.) is recalling certain Honda Genuine Accessory Centerstand Kits, part number 08M70-MJP-G50, sold for possible installation on 2016-2018 Africa Twin motorcycles. The circlip can break allowing the centerstand to detach.","If the centerstand detaches while moving, it can become a road hazard, increasing the risk of a crash. If the centerstand detaches while the motorcycle is parked on the centerstand, the motorcycle can fall over, increasing the risk of injury.","Honda will notify all registered owners of 2016-2018 Honda Africa Twins advising them that if they purchased the affected centerstand kit, not to use it and to take the motorcycle to a dealer. Dealers will replace the circlip and washer, free of charge. The recall began October 2, 2018. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KJ5." -08/03/2018,18V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V513000),"Mercedes-Benz USA, LLC",Child Seat Anchor May Detach in a Crash,CHILD SEAT,2018080015,Vehicle,39,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz E400 Cabrio and E400 4Matic Cabrio vehicles. The child seat anchoring system (ISOFIX) in these vehicles may not have been properly installed. As a result, in the event of a crash, the ISOFIX console may partially detach from the car body.","If the ISOFIX console partially detaches in a crash, it can increase the risk of injury for a child in a child seat.","MBUSA will notify owners, and dealers will inspect the ISOFIX console, and replace it if necessary, free of charge. The recall began September 28, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018080015." -08/03/2018,18V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V514000),"Mercedes-Benz USA, LLC",Child Seat may not Deactivate Passenger Air Bag,AIR BAGS,2018120001,Vehicle,86,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz CLA250, CLA250 4Matic, and CLA45 AMG 4Matic vehicles. The Occupant Classification System (OCS) may not be properly calibrated, resulting in the front passenger air bag not being deactivated if a child seat is in the front seat.","If a child seat is in the front seat and the passenger air bag is not deactivated, in the event of a crash, it can increase the risk of injury.","MBUSA will notify owners, and dealers will replace the front passenger seat cushion, free of charge. The recall began January 2, 2019. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018120001." -08/03/2018,18V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V515000),"Mercedes-Benz USA, LLC",Child Seat may not Deactivate Passenger Air Bag,AIR BAGS,2018100004,Vehicle,345,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz E300, E300 4Matic, E43 AMG 4Matic, E400 4Matic, E63S AMG 4Matic+, and 2019 CLS450 4Matic vehicles. The Occupant Classification System (OCS) may not be properly calibrated, resulting in the front passenger air bag not being deactivated if a child seat is in the front seat.","If a child seat is in the front seat and the passenger air bag is not deactivated, in the event of a crash, it can increase the risk of injury.","MBUSA will notify owners, and dealers will replace the front passenger seat cushion, free of charge. The recall began November 26, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -08/03/2018,18V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V512000),"Mercedes-Benz USA, LLC",Panoramic Sunroof may Detach,VISIBILITY,2018080006,Vehicle,4,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 GLE350, GLE350 4Matic, and GLE43 AMG vehicles. During manufacturing, components of the panoramic sunroof may have been installed with a bonding primer that was incorrectly made, possibly affecting the long-term adhesion to the vehicle.","If the front cover and/or rear fixed glass are not properly adhered, they may detach, creating a road hazard and increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the panoramic sunroof, replace it if necessary, free of charge. The recall began September 7, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018080006." -08/03/2018,18E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E076000),Freedman Seating Company,"Seat Back may not Stay Upright/FMVSS 207, 210",SEATS,NR (Not Reported),Equipment,3000,"Freedman Seating Company (Freedman) is recalling certain Freedman GO-ES Foldaway Seats, part numbers 43705, 45467, 48923, and 75719. When the back seat cushion is rotated from the stowed position to the upright position, the seat cushion may not remain locked into place when under load, such as in a crash or a sudden stop. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat back moves, the seat occupant has an increased risk of injury.","Freedman will notify affected the vehicle builders, and dealers for those manufacturers will inspect and repair the foldaway seat, free of charge. The recall began November 1, 2018. Owners may contact Freedman customer service at 1-800-443-4540." -08/02/2018,18V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V505000),Newmar Corporation,Caliper Mounting Bolts Insufficiently Tightened,"SERVICE BRAKES, HYDRAULIC",18V-353,Vehicle,119,"Newmar Corporation (Newmar) is recalling certain 2017-2019 Newmar Ventana LE and Ventana motorhomes, 2018 Mountain Aire and Essex motorhomes, and 2017-2018 London Aire motorhomes. The brake caliper mounting bolts on these vehicles may be insufficiently tightened, allowing the bolts to loosen.","If the brake caliper mounting bolts loosen, braking performance may be reduced, increasing the risk of a crash.","Newmar will notify owners, and authorized Daimler Trucks service centers will inspect the caliper mounting bolts and tighten them to the proper specification, free of charge. The recall began on August 30, 2018. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 18V-353." -08/02/2018,18V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V507000),Thor Motor Coach,Caliper Mounting Bolts Insufficiently Tightened,"SERVICE BRAKES, HYDRAULIC",RC000159,Vehicle,175,"Thor Motor Coach (TMC) is recalling certain 2017-2018 Thor Aria motorhomes and 2017-2019 Thor Venetian motorhomes. The brake caliper mounting bolts on these vehicles may be insufficiently tightened, allowing the bolts to loosen.","If the brake caliper mounting bolts loosen, braking performance may be reduced, increasing the risk of a crash.","TMC will notify owners, and authorized Daimler Trucks service centers will inspect the caliper mounting bolts and tighten them to the proper specification, free of charge. The recall began September 4, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000159." -08/02/2018,18V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V509000),"General Motors, LLC",Incorrect TPMS Calibration/FMVSS 138,TIRES,18255,Vehicle,94,"General Motors LLC (GM) is recalling certain 2018 Chevrolet Express and GMC Savana vehicles with certain combinations of front-tire and gross-vehicle-weight option codes. The Tire Pressure Monitoring System (TPMS) may be incorrectly calibrated, causing the TPMS warning lamp to illuminate when tire pressure reaches 37 PSI, not 41 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","If the low tire pressure telltale is not illuminated at the correct tire pressure, the driver may have less time to react to a low-tire-pressure situation, which could affect the driver's ability to control the vehicle in certain situations and could increase the risk of a crash.","GM will notify owners, and dealers will check the PSI information on the remote control door lock receiver (RCDLR) and tire placard match, and if the information is different the RCDLR will be reprogrammed. This repair will be done free of charge. The recall began August 27, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 18255." -08/02/2018,18E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E075000),Dexter Axle Company,Incorrect Tapered Roller Bearings Installed,SUSPENSION,NR (Not Reported),Equipment,236,"Dexter Axle Company (Dexter) is recalling certain Dexter Trailer Axles, part number D30/#10L. Incorrect tapered roller bearings may have been installed.","The incorrect bearings may overheat or fail prematurely, increasing the risk of a crash.","Dexter has notified the manufacturers that purchased the affected axles and those manufacturers will conduct recalls to have their dealers inspect and replace the bearings, free of charge. The recall began on June 20, 2018. Owners may contact Dexter customer service at 1-574-295-7888." -08/02/2018,18V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V508000),"Subaru of America, Inc.",Missing Spot Welds in B-Pillar Area,STRUCTURE,WTU-80,Vehicle,293,"Subaru of America, Inc. (Subaru) is recalling certain 2019 Subaru Ascent vehicles. These vehicles may be missing spot welds on, or around, the B-Pillar, compromising vehicle strength.","In the event of a crash, the missing spot welds may compromise the vehicle's strength, increasing the risk of injury.","Subaru will notify owners, and dealers will inspect the vehicle to check for missing spot welds. If the welds are missing, the vehicle will be replaced, free of charge. The recall began July 31, 2018. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WTU-80." -08/01/2018,18E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E074000),H&H Sports Protection,Helmet Straps may Come Loose/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,4314,"H&H Sports Protection (H&H Sports) is recalling certain VCAN V531 motorcycle helmets in sizes XS, S, M, L, XL, and XXL. The helmet straps may not be properly sewn and, as a result, the helmets may not stay secured to the rider's head in the event of a crash. Additionally, the labels have an incorrect manufacturer's name. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","A helmet that does not remain secured to the rider's head will not adequately protect the wearer in the event of a crash, increasing the risk of injury.","The affected helmets were sold through Amazon. H&H Sports will notify the owners, and instruct them to return the helmets to Amazon. A complete refund of the purchase price and shipping costs will be provided free of charge. The recall began August 7, 2018. Owners may contact Amazon customer service at 1-888-280-4331 or H&H Sports customer service at 1-626-444-0107 or by email at V531Recall@HHsportsprotection.com. ." -07/31/2018,18V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V510000),"Heartland Recreational Vehicles, LLC",Incorrect Load Range Tires Installed,TIRES,99.01.39,Vehicle,12,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2018 Heartland Sundance XLT TT recreational trailers. These vehicles may have been incorrectly equipped with Load Range C tires instead of Load Range D tires.","Overloading the tires may result in tire failure, increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the tires with ones of the correct load rating, free of charge. The recall began on August 21, 2018. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.39." -07/31/2018,18V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V504000),"Cummins, Inc.",Incorrectly Wired Remote E-Stop Connection,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,921,"Cummins Inc. (Cummins) is recalling certain 2015-2018 Power Generation trailers, models C60D6R, C150D6R, C80D6R, C100D6R, C200D6R, C300D6R, C150D2R3 and C200D2Re, 2016-2018 C275D2Re and 2018 C70D2Re and C100D2Re. These generator sets may have incorrectly wired remote emergency stop and remote start connections causing the remote stop to not function and shut down the generator as intended.","If the unit does not shut down as expected when the remote E-stop is activated, it can increase the risk of injury.","Cummins will notify owners, and dealers will inspect the remote E-stop function and, if necessary, repair or replace the remote E-stop/remote start switch panel, free of charge. The recall is expected to begin September 2018. Owners may contact Cummins customer service at 1-800-286-6467." -07/31/2018,18V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V502000),Alta Motors,Throttle Firmware may Cause Stall,ELECTRICAL SYSTEM,SVC-ESB-18-004,Vehicle,215,"Alta Motors (Alta) is recalling certain 2019 Alta Redshift EXR and 2018-2019 Alta Redshift MXR motorcycles. The software for the throttle control may fault if the throttle is rolled forward past the closed position, possibly resulting in a motorcycle stall.",A motorcycle stall can increase the risk of a crash.,"Alta will notify owners, and dealers will install an update for the throttle software, free of charge. The recall began August 6, 2018. Owners may contact Alta customer service at 1-415-230-0755. Alta's number for this recall is SVC-ESB-18-004." -07/31/2018,18V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V503000),"Daimler Trucks North America, LLC",Tie-Rod Separation Due to Vibration,STEERING,FL782,Vehicle,1256,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2012-2015 Freightliner Cascadia, Coronado, Business Class M2, 114SD, and Western Star 4900 trucks. In certain front axle, brake lining, and brake spider combinations, braking may cause high vibrations, resulting in early failure of the tie-rod tube.","A tie-rod failure would cause a disconnect between the front wheels, resulting in a loss of steering ability, thereby increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the brake linings, brake spider, and tie-rod, free of charge. The recall began March 22, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL782." -07/30/2018,18V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V501000),"TowBlazer, Inc.",Axle Spindle May Break During Use,SUSPENSION,NR (Not Reported),Vehicle,7,"TowBlazer, Inc. (TowBlazer) is recalling certain 2018 TowBlazer Heritage motorcycle tow-behind trailers. The axle spindles on these trailers may have a poor weld, possibly resulting in the spindle breaking and the wheel detaching.","If the wheel falls off, there would be an increased risk of a crash.","TowBlazer has notified owners, and dealers will correct the weld, or replace the chassis with a correctly welded spindle, free of charge. The recall began on July 10, 2018. Owners may contact TowBlazer customer service at 1-864-501-4559." -07/30/2018,18E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E070000),"Tap Worldwide, LLC",Axle Welds may Fail,POWER TRAIN,NR (Not Reported),Equipment,230,"TAP Worldwide, LLC (TAP) is recalling certain G2 Axle and Gear aftermarket Axle Housings, part number 67-2033TJR. The rosette welds in the center of the axle housings may have insufficient strength, allowing the axle tube to rotate unexpectedly.","If the axle tubes rotate, the vehicle's driveshaft may bind resulting in a loss of power and an increased risk of a crash.","TAP will notify owners and will replace the axle housings with new housings, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/30/2018,18E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E066000),"Tap Worldwide, LLC",Control Arm May Detach,SUSPENSION,NR (Not Reported),Equipment,610,"TAP Worldwide, LLC (TAP) is recalling certain Pro Comp aftermarket Control Arms, part numbers 8352, 8355, 20051, 20054, 8332, 8335, 8327, 8330, 8346, 8349, 51003B, 51004B, 51005B, 52001B, 56003B, 57001B, 57002B, and 57003B. These control arms may be missing or have improperly seated bottom-side circlips, allowing the control arm to detach.","If a control arms detaches it can cause a loss of steering or vehicle stability, increasing the risk of a crash.","TAP will notify owners and dealers will inspect the control arms and replace any that are affected, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/30/2018,18E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E068000),"Tap Worldwide, LLC",Improperly Seated Wheel Center Caps,WHEELS,NR (Not Reported),Equipment,3619,"TAP Worldwide, LLC (TAP) is recalling certain LRG Rims 8-Lug aftermarket Wheel Center Caps, models LRG107 and LRG108. These wheel center caps may not seat properly, creating interference between the wheel and the mounting surface which can cause the wheel to loosen over time.","If the wheels loosen, a loss of vehicle control may result, increasing the risk of a crash.","TAP will notify owners, and dealers will replace the wheel center caps, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417 or by email to:recallpartsassistance@4wp.com." -07/30/2018,18E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E073000),"Tap Worldwide, LLC",Incorrect Design of the Shock Absorber,SUSPENSION,NR (Not Reported),Equipment,2222,"TAP Worldwide, LLC (TAP) is recalling certain Pro Comp aftermarket Pro Runner Monotube Shock Absorbers, part numbers ZX2005 and ZX2007. The lower mount/base cup of the shock absorbers may be incorrect.","The incorrect lower mount/base cup may result in the shock absorbers not remaining properly secured to the vehicle, affecting vehicle handling and increasing the risk of a crash.","TAP will notify owners and provide replacement shock absorbers that have a correct lower mount/base cup, free of charge. The recall began September 28, 2018. Owners may contact TAP customer service 1-888-376-1417." -07/30/2018,18E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E071000),"Tap Worldwide, LLC",Incorrectly Machined Pitman Arms,STEERING,NR (Not Reported),Equipment,2212,"TAP Worldwide, LLC (TAP) is recalling certain Pro Comp aftermarket Pitman Arms, part numbers 56713B-1, 56714B-1, 56716B-1, 56717B-1, 56715B-1, and DC600. These pitman arms may not be properly machined potentially causing a misalignment between the pitman arm and the steering shaft.","The misalignment may cause a reduction or loss of steering control, increasing the risk of a crash.","TAP will notify owners and will replace the pitman arms, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/30/2018,18V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V499000),Keystone RV Company,LP Bottle Ring Brackets may Break,EQUIPMENT,18-328,Vehicle,344,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Summerland recreational trailers, models 1800BH, 1760BH, 1750RD. These trailers have single propane bottle brackets with two mounting legs that may break at the mounting point.","If the LP bracket ring bracket breaks, the propane cylinder may detach from the vehicle, increasing the risk of injury or crash.","Keystone will notify owners, and dealers will replace the existing LP bottle ring mounting bracket with a 3-legged bracket, free of charge. The recall began on August 24, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-328." -07/30/2018,18V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V500000),"Forest River, Inc.",LP Bottle Ring Brackets may Break,EQUIPMENT,17D-0805,Vehicle,156,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Cherokee Wolf Pup recreational trailers, models CKTR15SW-D, CKTR16BHS-D, CKTR16FQ-D, CKTR18RJB-D and CKTR18TO-D. These trailers have single propane bottle brackets with two mounting legs that may break at the mounting point.","If the LP bracket ring bracket breaks, the propane cylinder may detach from the vehicle, increasing the risk of injury or crash.","Forest River will notify owners, and dealers will replace the LP bottle ring bracket, free of charge. The recall began August 17, 2018. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 17D-0805." -07/30/2018,18V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V498000),Thor Motor Coach,LP Hose May Contact Tire in Wheel Well,EQUIPMENT,RC000158,Vehicle,167,Thor Motor Coach (TMC) is recalling certain 2018 Thor Ace 27.2 recreational vehicles. The rubber liquid propane (LP) hose may sag and contact the tire in the wheel well.,"Contact with the tire may cause the LP hose to leak, increasing the risk of a fire.","TMC will notify owners, and dealers will inspect the rubber LP hose and replace it as necessary. Dealers will install additional p-clamps or relocate the existing p-clamps to properly secure the hose, free of charge. The recall began on August 22, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000158." -07/30/2018,18E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E072000),"Tap Worldwide, LLC",Lower Control Arm Welds may Fail,SUSPENSION,NR (Not Reported),Equipment,1954,"TAP Worldwide, LLC (TAP) is recalling certain Rubicon Express aftermarket Lower Control Arms, part numbers RE4000, RE4010, and RE4050. These lower control arms have welds that may fail.","Lower control arm weld failure can cause a loss of vehicle control, increasing the risk of a crash.","TAP will notify owners and will replace the lower control arms, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/30/2018,18E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E065000),"Tap Worldwide, LLC",Lug Nuts May Bottom Out and Loosen,WHEELS,NR (Not Reported),Equipment,2720,"TAP Worldwide LLC (TAP) is recalling certain Pro Comp Extended Thread Lug Nuts, part numbers 21138, 21138B, and 26148 marketed as an accessory to be used with Pro Comp accessory or aftermarket wheels. These lug nuts may not seat properly and may bottom out when used with certain third-part wheel models.","If the lug nuts bottom out before they are properly tightened, they may come loose, affecting wheel mounting and causing a loss of vehicle control, increasing the risk of a crash.","TAP will notify owners and will provide replacement lug nuts with shorter shanks, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417 or by email at recallpartsassistance@4wp.com." -07/30/2018,18E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E067000),"Tap Worldwide, LLC",Missing Hub-Centering Ring on Wheel Spacer,WHEELS,NR (Not Reported),Equipment,376,"TAP Worldwide, LLC (TAP) is recalling certain G2 Axle and Gear aftermarket Wheel Spacers, part number G/293-50-200. These wheel spacers may have been shipped without hub-centering rings, possibly causing the wheels to not be centered on the hub properly.","If the hub-centering ring is missing, the wheels may wobble and possibly loosen, increasing the risk of a crash.","TAP will notify owners, and dealers will replace the wheels spacers with wheel spacers that are equipped with hub-centering rings, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417 or by email at recallpartsassistance@4wp.com ." -07/30/2018,18E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E064000),"Tap Worldwide, LLC",Steering Knuckle may Fracture Under High Load,STEERING,NR (Not Reported),Equipment,81,"TAP Worldwide LLC (TAP) is recalling certain Pro Comp aftermarket Steering Knuckles, part number EXP59010B-2, sold for use with Nissan Titan vehicles. High loads of force can cause these steering knuckles to deform or fracture.","A damaged steering knuckle can cause a loss of control, increasing the risk of a crash.","TAP will notify owners and provide a replacement steering knuckle, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/30/2018,18E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E069000),"Tap Worldwide, LLC",Surface Cracks on Wheels When Overloaded,WHEELS,NR (Not Reported),Equipment,567,"TAP Worldwide, LLC (TAP) is recalling certain LRG Rims aftermarket Wheels, part numbers LRG10129070700, LRG10129070900, and LRG10129082700. These wheels may have surface cracking if the vehicle is overloaded.","The surface cracking may progress to the point that the rim loses air, possibly resulting in tire failure and an increased risk of a crash.","TAP will notify owners, and will replace the wheels, free of charge. The recall began October 1, 2018. Owners may contact TAP customer service at 1-888-376-1417." -07/29/2018,18V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V497000),"Daimler Vans USA, LLC",Driveshaft Bolts may Loosen,POWER TRAIN,NR (Not Reported),Vehicle,6,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017-2018 Mercedes-Benz Metris vehicles. The drive shaft securing bolts may loosen at the automatic transmission flange.","If the bolts loosen and fall out, the driveshaft may separate causing a loss of drive, thereby increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the transmission flange, securing bolts, and clean the shaft seal, free of charge. The recall began September 28, 2018. Owners may contact DVUSA customer service at 1-877-762-8267." -07/27/2018,18V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V495000),"Trail King Industries, Inc.",Frame Channel Cracking,STRUCTURE,TK201801,Vehicle,46,"Trail King Industries, Inc. (Trail King) is recalling certain 2016-2018 Trail King Dolly trailers. The dolly frame channel may crack near the center cross members.","If the frame channel cracks completely it can cause the frame rail to separate, increasing the risk of a crash.","Trail King has notified owners, and dealers will reinforce the frame channel to prevent cracking, free of charge. The recall began August 15, 2018. Owners may contact Trail King customer service at 1-800-843-3324. Trail King's number for this recall is TK201801." -07/27/2018,18V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V496000),Hyundai Motor America,Passenger Air Bag may Deploy with a Child in Seat,AIR BAGS,002G,Vehicle,3305,"Hyundai Motor America (Hyundai) is recalling certain 2018 Genesis G80 vehicles. The Occupant Classification System (OCS) may incorrectly detect that an adult is in the passenger seat, even if the seat is unoccupied. In the event of a crash, if a child or infant is in the seat, the front passenger air bag may deploy instead of being deactivated.","In the event of a crash, if the front passenger air bag deploys instead of being deactivated when a child or infant are in the front passenger seat, it can increase the risk of injury.","Hyundai will notify owners, and dealers will reprogram the OCS, free of charge. The recall began August 24, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 002G." -07/27/2018,18E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E062000),"PTL Engineering, Inc",RV Door may Open While Moving/FMVSS 206,EQUIPMENT,N/A,Equipment,442,"PTL Engineering, Inc. (PTL) is recalling certain 3000 and 7000 Series recreational vehicle Entry Doors, part Numbers 009-227 and 019-064. The latch rod may be improperly adjusted, allowing the door to open unexpectedly while the vehicle is moving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the door opens while moving, it could become a distraction to the vehicle operator and other drivers and/or objects may fall out and become road hazards. Either scenario increases the risk of a crash.","PTL will notify the vehicle manufacturers that purchased the doors and dealers for those manufacturers will readjust the latch rod, free of charge. The recall began August 8, 2018. Owners may contact PTL customer service at 1-810-664-2310." -07/27/2018,18V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V486000),"Chrysler (FCA US, LLC)",Tailgate May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,U74,Vehicle,1149223,"Chrysler (FCA US LLC) is recalling certain 2015-2017 RAM 1500, 2500, and 3500 pickup trucks equipped with a power locking tailgate and either a 5 foot, 7 inch or 6 foot, 4 inch bed. The tailgate actuator limiter tab may fracture and cause the tailgate to unlatch and open while driving.","If the tailgate latch releases and the tailgate opens while driving, cargo may fall out, creating a road hazard and increasing the risk of a crash.","Chrysler will notify owners, and dealers will repair the vehicle, free of charge. The recall began September 17, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U74." -07/26/2018,18V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V493000),"Chrysler (FCA US, LLC)",Axle Shaft May Disengage Causing Loss of Drive,POWER TRAIN,U80,Vehicle,61,"Chrysler (FCA US LLC) is recalling certain 2018 Chrysler Pacifica vehicles. The front axle halfshafts may have been incorrectly assembled, preventing the shaft from being properly secured to the constant-velocity (CV) joint.","If the axle shaft disengages from the CV joint, the vehicle will have a loss of drive or allow the vehicle to move while in the ""Park"" position. Either condition may increase the risk of a crash.","Chrysler will notify owners, and dealers will replace the left or right halfshaft assembly, free of charge. The recall began September 18, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U80." -07/26/2018,18E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E063000),Whelen Engineering Co Inc,Brake Light may Randomly Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16342,"Whelen Engineering Co Inc (Whelen) is recalling various models of accessory brake lights for use with emergency vehicles. Depending on the specific wiring of the vehicle, these brake lights may illuminate when the brake pedal has not been pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment."" For a full list of the affected models visit: https://static.nhtsa.gov/odi/rcl/2018/RCLRPT-18E063-9047.pdf","If the brake lights incorrectly illuminate, it can confuse other drivers, possibly increasing the risk of a crash.","Whelen will notify owners, and will replace the brake lights, free of charge. The recall began on August 29, 2018. Owners may contact Whelen customer service at 1-860-718-2331." -07/26/2018,18V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V494000),"Chrysler (FCA US, LLC)",Half Shaft Bearing Cage may Break,POWER TRAIN,U78,Vehicle,702,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Cherokee all-wheel-drive vehicles. The bearing cage for the right front halfshaft assembly may not have been properly heat treated, possibly resulting in the bearing cage breaking and a potential halfshaft assembly failure.","If the halfshaft bearing cage breaks, the halfshaft may not be able to transmit engine power, causing a loss of drive or it can allow the vehicle to move while in the ""Park"" position. Either condition may increase the risk of a crash.","Chrysler will notify owners, and dealers will replace the front right halfshaft assemblies, free of charge. The recall began September 20, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U78." -07/26/2018,18V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V490000),"Forest River, Inc.",Incorrect Axle Capacity on Federal Placard,EQUIPMENT,48-0801,Vehicle,7,"Forest River, Inc. (Forest River) is recalling certain 2019 Prime Time Crusader fifth-wheel recreational trailers, model CSF315RST. The Federal Placard on these vehicles indicate that the axles have a weight capacity of 6,000lbs, however, their actual capacity is 5,100lbs.","The incorrect Federal Placard may result in the axles being overloaded, causing a loss of control, and increasing the risk of a crash.","Forest River has notified owners, and will provide replacement Federal Placards, free of charge. The recall began on July 30, 2018. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-0801." -07/26/2018,18V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V492000),"Chrysler (FCA US, LLC)",Loss of Drive from Incomplete Transmission Weld,POWER TRAIN,U85,Vehicle,5,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles and 2018 Chrysler Pacifica non-hybrid vehicles. A component in the transmission may not have been welded properly, possibly causing the transmission to not transmit engine power to the wheels.","If the transmission weld fails, the vehicle will stop moving, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the transmission, free of charge. The recall is expected to begin September 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U85." -07/25/2018,18E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E061000),Rock Run Industies,LP Bottle Ring Brackets may Break,EQUIPMENT,NR (Not Reported),Equipment,344,"Rock Run Industries (Rock Run) is recalling certain LP Bottle Ring Brackets, part number 10030. These brackets may break at the mounting point.","If the LP bracket ring breaks, the propane cylinder may fall from the vehicle, increasing the risk of injury or crash.","Rock Run has notified the vehicle manufacturers that purchased the brackets. Dealers for those manufacturers will replace the LP bottle ring brackets, free of charge. The recall began July 25, 2018. Owners may contact Rock Run at 1-574-642-9905." -07/25/2018,18V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V481000),"Forest River, Inc.",Seat Belt Assembly Mounting Washers May Crack,SEAT BELTS,35-0751,Vehicle,707,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Glaval Apollo, Commute, Concorde II, Entourage, Legacy, Primetime, Titan II, Titan II Low Floor, and Universal transit buses. A washer used in mounting the passenger's seat belt assembly may break, allowing the seat-belt to separate from the vehicle.","If the seat belt end does not remain secured to the vehicle, the occupant will not be restrained in the event of a crash, increasing their risk of injury.","Forest River will notify owners, and dealers will replace the seat belt mounting washers, free of charge. The recall began on August 20, 2018. Owners may contact Forest River customer service at 1-574-343-5167. Forest River's number for this recall is 35-0751. Note: This recall supersedes 18V376." -07/24/2018,18E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E060000),"SynTec Seating Solutions, LLC",Seat Mounting Foot May Detach from Floor/FMVSS 210,SEATS,RES101,Equipment,235,"SynTec Seating Solutions, LLC (SynTec) is recalling certain S3B 45"" Restraint School Bus Seats. The seat's foot may pull through the bolted joint at the bus floor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat mounting foot detaches from the floor, it can increase the risk of injury in the event of a crash.","SynTec has notified the bus manufacturer that purchased the seats, and dealers for those manufacturers will install a washer between the rear mounting foot and the bus floor, free of charge. The recall began on August 7, 2018. Owners may contact SynTec customer service at 1-336-862-7509. SynTec's number for this recall is RES101." -07/23/2018,18V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V488000),Karma Automotive LLC,Incorrect Driver Side Exterior Rearview Mirror,VISIBILITY,RC-18-78-01,Vehicle,50,"Karma Automotive LLC (Karma) is recalling certain 2018 Karma Revero vehicles. The driver's side exterior rearview mirrors may be made with convex, not flat glass. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","When using the incorrect rearview mirrors, the driver may fail to realize how close a vehicle or object actually is, increasing the risk of a crash.","Karma has notified owners, and dealers will inspect the driver side exterior rearview mirror, replacing it as necessary, free of charge. The recall began August 1, 2018. Owners may contact Karma customer service at 1-855-288-6109. Karma's number for this recall is RC-18-78-01." -07/20/2018,18E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E058000),"Meritor, Inc.",Improper Heat Treatment of Wheel Studs,WHEELS,NR (Not Reported),Equipment,3300,"Meritor, Inc. (Meritor) is recalling certain Wheel Studs, part number 09001988, installed in steer axle hubs. The wheel studs may have not been properly heat treated causing them to fail.","If enough of the improperly heat treated studs fail on the same steer axle hub, the wheel may detach, increasing the risk of a crash.","Meritor has notified the purchasers of the affected hubs, and those vehicle manufacturers will replace the wheel studs or replace the entire hub, free of charge. The recall began August 31, 2018. Owners may contact Meritor customer service at 1-866-668-7221." -07/20/2018,18V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V487000),"Daimler Trucks North America, LLC",Incorrectly Installed Steering Shaft Assembly,STEERING,FL-781,Vehicle,9093,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Business Class M2 trucks. The steering shaft assembly may have been installed incorrectly, which can cause a loss of connection between the steering wheel and the front wheels.","A loss of connection between the steering wheel and front wheels can cause a loss of vehicle control, increasing the risk of a crash.","DTNA has notified owners, and dealers will inspect the steering assembly installation, repairing it as necessary, free of charge. The recall began August 9, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-781." -07/20/2018,18V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V472000),"Van-Con, Inc.",Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,NR (Not Reported),Vehicle,1376,"Van-Con, Inc. (Van-Con) is recalling certain 2011-2018 33803 Dual Rear Wheel school buses, equipped with CE White/HSM SB11-30"" series, standard, unbelted, school bus seats, or SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","Van-Con is still finalizing a remedy plan. Van-Con issued owners an interim notification on September 18, 2018. Owners may contact Van-Con customer service at 1-732-356-8484." -07/20/2018,18V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V489000),Braun Corporation,Loss of Stability Control Function,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,31303,"On July 20, 2018 Braun Corporation (Braun) filed a recall for certain 2017-2018 BraunAbility Dodge Side Entry Vans with a manual in-floor wheelchair ramp built on Dodge RT minivan chassis. The brake lines may not be connected to the corresponding ports on the hydraulic control unit, causing reduced performance of the electronic stability control (ESC) system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems,"" and 126, ""Electronic Stability Control Systems."" On August 21, 2018, Braun expanded this recall to include an additional 31,165 vehicles. Included in this update are 2012-2016 BraunAbility Dodge Side Entry Vans and 2012-2018 Chrysler Town and Country Side Entry Vans.",A reduction of ESC function can increase the risk of a crash.,"Braun will notify owners, and dealers will reroute the right rear brake line to the left wheel, and install a brake line extension to reroute the left rear brake line to the right rear wheel. This repair will be completed free of charge. The recall began on August 17, 2018. Owners may contact Braun customer service at 1-800-488-0359." -07/20/2018,18V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V491000),"Daimler Trucks North America, LLC","No ABS/ESC lights with Key Cycle/FMVSS 121, 136",ELECTRICAL SYSTEM,FL-780,Vehicle,43584,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2017-2019 Freightliner Cascadia trucks. The Instrument Cluster Unit (ICU) may not perform the required bulb checks for the Anti-lock Brake System (ABS) or Electronic Stability Control (ESC) if the ignition is turned from on to off to on too quickly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems,"" and 136, ""Electronic Stability Control Systems on Heavy Vehicles.""","Without an ABS or ESC bulb check, the operator may unaware that the warning light bulbs are not working. If the warning bulbs are not working, in the event of an ABS or ESC malfunction, the driver may not be notified, increasing the risk of a crash.","DTNA will notify owners, and dealers will reprogram the ICU's to ensure a bulb check is performed each time the ignition is turned on, free of charge. Also, the sub-population with Tire Pressure Monitoring (TMPS) will also require replacement parts, free of charge. DTNA issued owners an interim notification on September 18, 2018. The recall began March 5, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-780." -07/20/2018,18E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E059000),"Jost International, Inc.",Slide Bracket may Cause Fifth Wheel Separation,TRAILER HITCHES,NR (Not Reported),Equipment,194,"Jost International, Inc. (Jost) is recalling certain Outboard Sliders, part number A8PX-Tab (12-24). One of the affected slide bracket assemblies may contain an outboard slider bracket that is too narrow, possibly allowing the fifth wheel trailer to separate from the tractor.","If the trailer separates from the tractor, it can increase the risk of a crash.","Jost has notified the vehicle manufacturers that purchased the fifth wheel assemblies, and dealers for those manufacturers will inspect the vehicles and replace the incorrect will replace the incorrect slider bracket if necessary, free of charge. The recall began on August 3, 2018. Owners may contact Jost customer service at 1-616-846-7700." -07/19/2018,18V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V483000),"Yamaha Motor Corporation, USA",Drive Chain Guard Bolts may Loosen,POWER TRAIN,990120,Vehicle,3493,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2018 Yamaha MT-07J, MT-07JC, XSR700J, and XSR700JC motorcycles. The bolts that connect the drive chain guard to the swingarm may loosen, possibly causing the chain guard to contact the drive chain and break.","If the chain guard breaks, it may fall onto the road, creating a road hazard and increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace both chain guard mounting bolts, free of charge. The recall began on August 3, 2018. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990120." -07/19/2018,18V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V485000),Polaris Inc.,Lower Main Frame may Crack,STRUCTURE,L-18-03,Vehicle,1946,"Polaris Industries, Inc. (Polaris) is recalling certain 2011-2016 GEM E2, E2L, ELXD, and EL electric vehicles. The lower main frame tube may crack which can result in failure of the secondary upper cab frame.","If the upper cab frame fails, it can increase the risk of injury or crash.","Polaris will notify owners, and dealers will install an additional frame brace to the lower frame tubes, free of charge. The recall began December 18, 2018. Owners may contact Polaris customer service at 1-855-743-3436. Polaris' number for this recall is L-18-03." -07/19/2018,18V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V482000),Thor Motor Coach,Missing Rear Reflectors/FMVSS 108,VISIBILITY,RC0000157,Vehicle,119,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Thor Outlaw motorhomes, model 29J. These vehicles were manufactured without the rear reflex reflectors, which can make the vehicle less visible to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing rear reflex reflectors can make the vehicle less visible to other drivers, increasing the risk of a crash.","TMC will notify owners, and dealers will install the missing reflectors, free of charge. The recall began on August 16, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC0000157." -07/19/2018,18V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V480000),Ducati North America,Rear Brake Pad Friction Material may Detach,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,72,"Ducati North America (Ducati) is recalling certain 2018 Ducati Panigale V4, Panigale 959, Panigale 1299 FE, and Hypermotard motorcycles. The friction material on the rear brake pads may detach from the backing plate.","If the rear brake pad friction material detaches, it may lengthen the distance needed to stop the motorcycle, increasing the risk of a crash.","Ducati will notify owners, and dealers will inspect the rear brake pads. Brake pads from the affected batch will be replaced, free of charge. The recall began August 27, 2018. Owners may contact Ducati customer service at 1-888-391-5446." -07/19/2018,18V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V484000),Polaris Inc.,Vehicle may Go in Opposite Direction than Intended,ELECTRICAL SYSTEM,L-18-02,Vehicle,2110,"Polaris Industries, Inc. (Polaris) is recalling certain 2016-2017 GEM E2, E4, E6, and ELXD vehicles. The drive mode switch can send an incorrect signal, causing the vehicle to become inoperative or go in the opposite direction than intended.","If the operator intends to go forward, but the vehicle reverses instead, there would be an increased risk of a crash.","Polaris will notify owners, and dealers will replace the drive mode system with one that has separate inputs for each position (forward, neutral and reverse), free of charge. The recall began November 28, 2018. Owners may contact Polaris customer service at 1-855-863-2284. Note: This recall supersedes recall 16V-884. Vehicles previously repaired under that campaign need the repairs covered by this campaign as well." -07/18/2018,18E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E057000),Brembo S.p.A.,Brake Pad Friction Material may Detach,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3026,"Brembo S.p.A. (Brembo) is recalling certain federal Mogul rear brake pads. During braking, the brake pad material may detach from the back plate, which can affect the braking performance in slowing the vehicle.","If the brake pad friction material detaches it can, inhibit braking ability, increasing the risk of injury and crash.","Brembo will work with the affected vehicle manufacturers and distributors, and replace the defective brake pads, free of charge. The recall began on July 17, 2018." -07/18/2018,18V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V478000),"Daimler Trucks North America, LLC",Cords Visible Through Tire Innerliner,TIRES,FL-778,Vehicle,10,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2019 Freightliner Cascadia trucks, equipped with certain Continental Coach HA3 tires, size 315/80R22.5 157/154 L. The cords on these tires may be visible through the innerliner.","Tires that have cords visible through the innerliner can have sudden air loss, causing a loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and Continental authorized service facilities will inspect and replace the tires, free of charge. The recall began on September 4, 2018. Owners may contact DTNA customer service at 1-800-547-0712, or Continental customer service at 1-888-799-2168. DTNA's number for this recall is FL-778." -07/18/2018,18V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V475000),"Forest River, Inc.",Inner Wheel Bearing may Seize,SUSPENSION,10-0786,Vehicle,164,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Forest River Rockwood and Flagstaff trailers. The inner wheel bearings may seize, which can cause the trailer wheels to lock-up.","If a wheel locks up, there would be an increased the risk of a crash.","Forest River will notify owners, and dealers will replace the inner wheel bearings, free of charge. The recall began on August 13, 2018. Owners may contact Forest River customer service at 1-574-642-4053. Forest River's number for this recall is 10-0786." -07/18/2018,18V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V474000),"Corp. Micro Bird, Inc.",Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,18-074-SUS,Vehicle,1357,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2011-2018 Micro Bird G5, MB-II, and T-series school buses, equipped with CE White/HSM SB11-30"" series, standard, unbelted, school bus seats, or SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","Micro Bird will notify owners and dealers will insert an additional piece of expanded polystyrene (EPS) foam into the seatback, free of charge. Micro Bird issued interim notifications to owners on September 12, 2018. The recall began December 7, 2018. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 18-074-SUS." -07/18/2018,18V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V479000),"Daimler Trucks North America, LLC",Tire Cords may be Visible,TIRES,FL-779,Vehicle,425,"Daimler Trucks North America LLC (DTNA) is recalling certain 2019 Freightliner Cascadia vehicles, equipped with certain Continental Hybrid HS3 tires, size 11R22.5 Load Range G. The tire cords may be visible through the innerliner.","Tires with visible cords through the innerliner may have a sudden loss of air, increasing the risk of a crash.","DTNA will notify owners, and Continental authorized service facilities will inspect and replace the tires, free of charge. The recall began on September 4, 2018. Owners may contact DTNA customer service at 1-800-547-0712, or Continental customer service at 1-888-799-2168. DTNA's number for this recall is FL-779." -07/17/2018,18E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E055000),Industrias Martinrea de Mexico SA de CV,Brake Hose Corrosion May Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3931,"Industrias Martinrea de Mexico SA de CV (Martinrea) has submitted a Defect Information Report based upon decisions made by Chrysler (FCA US LLC) and Ford Motor Company to conduct recalls (numbers 18V277 and 18V389 respectively). The brake circuit hose assemblies located between the master cylinder and the hydraulic control unit, may have been manufactured without anti-corrosion plating on the coupling fittings, or ""ferrules,"" of the hoses. This can lead to premature corrosion, and result in a brake fluid leak.","A brake fluid leak can reduce brake effectiveness, increasing the risk of a crash.","Martinrea is working with the affected vehicle manufacturers. Dealers for those manufacturers will replace the brake hoses, free of charge. The recall began July 17, 2018. Chrysler owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U41. Ford owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S19." -07/17/2018,18V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V473000),"BMW of North America, LLC",Fuel Gauge may Read Higher than Actual Level,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1645,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW M5 vehicles. The fuel level sensor in the fuel tank may become stuck against an in-tank fuel line, causing the fuel gauge to display an inaccurate and possibly larger amount of fuel than is actually available.",An incorrect fuel reading may lead to the vehicle stalling and increase the risk of a crash.,"BMW will notify owners, and dealers will secure the in-tank fuel line to keep the fuel line from contacting the fuel level sensor, free of charge. The recall is expected to begin September 2018. Owners may contact BMW customer service at 1-800-525-7417." -07/17/2018,18E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E056000),Hickory Springs Manufacturing Company,Knee Impact Area Foam Insufficient/FMVSS 222,SEATS,NR (Not Reported),Equipment,31990,"Hickory Springs Manufacturing Company (HSM) is recalling certain CE White SB11-30"" series, standard, unbelted, school bus seats, and SB11-30"" series school bus seats with lap belts only. The foam in the knee impact area of the lower seat back may not absorb enough impact in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the seat foam does not absorb enough impact energy, it can increase the risk of injury in the event of a crash.","HSM will notify the bus manufacturers that purchased the seats, and dealers for those manufacturers will insert an additional piece of expanded polystyrene (EPS) foam into the seatback, free of charge. The recall began September 11, 2018. Owners may contact HSM customer service at 1-419-492-2157 extension 243." -07/16/2018,18V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V470000),Ford Motor Company,Improperly Heat Treated Front Wheel Studs,WHEELS,18S21,Vehicle,162,Ford Motor Company (Ford) is recalling certain 2018 Ford F53 stripped chassis vehicles equipped with 22.5 inch front wheels. The front wheel hub assembly may have wheel studs that were not properly heat treated.,"If a sufficient quantity of wheel studs break on one hub, vehicle handling could be affected, increasing the risk of a crash.","Ford will notify owners, and dealers will replace any suspect front wheel hub studs, free of charge. The recall began August 20, 2018. Owners may contact Ford customers service at 1-866-436-7332. Ford's number for this recall is 18S21." -07/16/2018,18E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E054000),"TRW Automotive, Inc.",Insufficient Coating on Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,179179,"TRW Automotive Inc (TRW) has submitted a Defect Information Report based upon decisions made by Volkswagen Group of America, Inc., Fiat Chrysler USA, BMW of North America, LLC and Mercedes-Benz to conduct recalls to inspect, and bleed the front and/or rear brake system, due to the brake caliper pistons having an insufficient coating.","The insufficient coating may cause a reduction in braking performance, increasing the risk of a crash.","TRW is working with the affected vehicle manufacturers. The recall began July 16, 2018. Dealers for those manufacturers will inspect the brake caliper pistons, and bleed the brakes, free of charge." -07/16/2018,18V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V471000),Ford Motor Company,Unintentional Rollaway Due to Detached Shift Cable,POWER TRAIN,18S20,Vehicle,504182,"Ford Motor Company (Ford) is recalling certain 2013-2014 Ford Escape, and 2013-2016 Ford Fusion vehicles, equipped with six-speed automatic transmissions. The bushing that attaches the transmission shifter cable to the transmission may degrade over time and cause the bushing to detach from the transmission. The condition could allow the driver to move the shift lever to Park and remove the ignition key, while the transmission may not be in Park, with no warning message or audible chime.","If the vehicle is exited without the transmission being in Park and without the parking brake being applied, the vehicle may unexpectedly move, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the shifter cable bushing, free of charge. The recall began September 20, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S20. Note: Owners are directed to use the parking brake until the recall remedy repairs can be made." -07/13/2018,18V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V468000),"Forest River, Inc.",Incorrect Weight on Federal Placard,EQUIPMENT,400-0783,Vehicle,38,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Palomino hardside truck campers. The Federal Placard incorrectly states the dry weight as 1,591lbs, when the correct dry weight is 2,405lbs. This error may result in the vehicle being overloaded.","An overloaded vehicle may have reduced handling performance, increasing the risk of a crash.","Forest River has notified owners, and dealers will replace the incorrect Federal Placard with a corrected Placard, free of charge. The recall began on July 23, 2018. Owners may contact Palomino customer service at 1-269-432-3246. Forest River's number for this recall is 400-0783." -07/13/2018,18V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V467000),"Volkswagen Group of America, Inc.",Sunroof Light Bar May Short Circuit,VISIBILITY,60D1,Vehicle,45457,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Tiguan vehicles. The LED module for the panoramic sunroof ambient light bar may short circuit.",A short-circuit can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will disconnect the power supply for the panoramic sunroof LED module, free of charge, until a future service action can safely reactivate the feature. The recall began July 24, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall 60D1." -07/13/2018,18V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V469000),Keystone RV Company,Underrated Safety Chains Installed,EQUIPMENT,18-326,Vehicle,126,"Keystone RV Company (Keystone) is recalling certain 2018-2019 Dutchmen Aerolite trailers. The trailer has a Gross Vehicle Weight Rating (GVWR) of 9,680lbs, however, the safety chains are rated at 7,600lbs.","The lower rated safety chains may fail if the trailer detaches from the tow vehicle, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the 7,600lb rated chains with 11,700lb rated chains, free of charge. The recall began August 16, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-326." -07/12/2018,18V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V466000),"Multiquip, Inc.",Center-Mounted Trailer Jack may Collapse,STRUCTURE,TL 20180306,Vehicle,13,"Multiquip, Inc. (Multiquip) is recalling certain 2018 Multiquip TRLR45H and TRLR70USH trailers. The center-mounted trailer jack may unexpectedly collapse from damage caused by excessive load on the trailer.","If the center-mounted jack unexpectedly collapses, there would be an increased risk of injury.","Multiquip has notified Herc rentals, the company that owns all of the affected trailers, and will install additional gussets to the jack crossmember, free of charge. The recall began on March 23, 2018. Owners may contact Multiquip customer service at 1-800-421-1244. Multiquip's number for this recall is TL 20180306." -07/12/2018,18E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E053000),"Chrysler (FCA US, LLC)",Cruise Control Cannot Be Cancelled,POWER TRAIN,"U82, U83",Equipment,1930,"Chrysler (FCA US LLC) is recalling certain Mopar Stage 1 Kit Performance Packages Powertrain Control Modules (PCM) Part Numbers P5160023, P5160025, and Demon Crate PCM Part Number 68412287AA. The PCMs are being recalled to address a defect that could prevent the cruise control system from disengaging. If, when using cruise control, there is a short circuit within the vehicle's wiring, the driver may not be able to shut off the cruise control either by depressing the brake pedal or manually turning the system off once it has been engaged, resulting in either the vehicle maintaining its current speed or possibly accelerating.","If the vehicle maintains its speed or accelerates despite attempts to deactivate the cruise control, there would be an increased risk of a crash.","Chrysler will notify owners, and dealers will either perform a software update or replace the PCM, free of charge. The recall began July 26 , 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U82, and U83." -07/11/2018,18V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V465000),"BMW of North America, LLC",Crankshaft Sensor Firmware may Cause Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5309,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW 540d xDrive vehicles. The crankshaft sensor may be equipped with incorrect firmware, preventing the sensor from properly processing input from the crankshaft reluctor ring, possibly resulting in a vehicle stall. On September 12, 2018, BMW expanded the recall to a total of 5,309 vehicles including certain 2018-2019 BMW 540d xDrive, 230i M240i, M240i xDrive, X2 sDrive28i, X2 xDrive28i, X1 sDrive28i, X1 xDrive28i, 330i, 330i xDrive, 340i, 340i xDrive, 330i xDrive Gran Turismo, 530i, 530i xDrive, 540i, 540i xDrive, 530e, 530e xDrive, 640i xDrive Gran Turismo, 330e, 2019 430i Gran Coupe, 430i xDrive Gran Coupe, 440i Gran Coupe, 440i xDrive Gran Coupe, 430i, 430i xDrive, 440i, 440i xDrive, 740i, 740i xDrive, MINI Cooper, Cooper S, JCW, MINI Countryman (Cooper, Cooper All4, Cooper S, Cooper S All4, JCW All4), and MINI Clubman (Cooper, Cooper S, Cooper All4, Cooper S All4, JCW All4) vehicles.",A vehicle stall can increase the risk of a crash.,"BMW will notify owners, and dealers will replace the crankshaft sensor, free of charge. The recall began September 6, 2018. Owners may contact BMW customer service at 1-800-525-7417." -07/11/2018,18V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V460000),"Jayco, Inc.",Generator Exhaust Pipe Not Installed,EQUIPMENT,9901406,Vehicle,62,"Jayco Inc. (Jayco) is recalling certain 2018 Jayco Octane travel trailers, models VH and VF, equipped with an optional generator. During production, the generator exhaust pipe may not have been installed, allowing the generator's exhaust to enter the trailer.","If exhaust were to enter the trailer, it can increase the risk of injury.","Jayco has notifed owners, and dealers will install any missing generator exhaust pipes, free of charge. The recall began on July 24, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901406." -07/11/2018,18V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V464000),"Volkswagen Group of America, Inc.",Key May Be Removed While Not In Park/FMVSS 114,ELECTRICAL SYSTEM,37L5,Vehicle,33168,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015-2018 Volkswagen Golf and Golf Sportwagen vehicles. The build of silicate on the shift lever micro switch contacts may enable the key to be removed from the ignition while the vehicle shift lever is not in ""Park."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection and Rollaway Prevention.""","Removing the key while the shift lever is in a position other than ""Park"" increases the risk of an unintended vehicle rollaway that may result in personal injury or a crash.","Volkswagen will notify owners, and dealers will install an additional switch and circuit board, free of charge. The recall began March 19, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 37L5." -07/11/2018,18V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V463000),Pierce Manufacturing,Limited Retraction Bracket may fall from Aerial,STRUCTURE,74B290,Vehicle,17,"Pierce Manufacturing (Pierce) is recalling certain 2007-2017 Pierce Velocity, Impel, Arrow-XT, Quantum, and Enforcer emergency response vehicles equipped with 75ft aerial devices with a 21 inch or 28 inch limited retraction bracket. The bracket on the aerial device may detach from the aerial and fall to the ground.","If the bracket falls, it could strike a person below.","Pierce will notify owners, and dealers will install additional hardware to mount the limited retraction bracket, free of charge. The recall began on August 22, 2018. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B290." -07/11/2018,18V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V461000),Lamborghini (Automobili Lamborghini),Loose Centering Bolts may cause Wheel Detachment,WHEELS,L73XR0318,Vehicle,8,Automobili Lamborghini (Lamborghini) is recalling certain 2015-2016 Lamborghini Aventador SV Coupe and Aventador SV Roadster vehicles. The bolts centering and supporting the brake discs to the wheel's hub may loosen over time. Continued driving with loose centering bolts may result in the wheel detaching.,A wheel detachment can increase the risk of a crash.,"Lamborghini will notify owners, and dealers will replace the centering bolts with ones that have thread-locking fluid, free of charge. The recall began September 21, 2018. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73XR0318." -07/11/2018,18V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V462000),"KZRV, L.P.",Outside Kitchen Cooktop may Leak Propane Gas,EQUIPMENT,KZ-2018-005,Vehicle,500,"KZRV, L.P. (KZRV) is recalling certain 2018-2019 KZRV Sportsmen recreational trailers. Propane gas may leak at the back of the outside kitchen cooktop.",A gas leak at the outside kitchen cooktop can increase the risk of a fire.,"KZRV will notify owners and dealers will inspect the propane system for leaks and correct if necessary, free of charge. The recall began on August 31, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-005." -07/10/2018,18V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V458000),"MV Agusta USA, LLC",Fork Axle Carrier Defect May Cause Loss of Control,SUSPENSION,18RC02,Vehicle,22,"MV Agusta USA, LLC (MV Agusta) is recalling certain 2018 MV Agusta Brutale 800 Dragster RC, F3 800RC, and F3 800 motorcycles. These vehicles are equipped with a fork axle carrier that may have damaged threads which can cause excessive play of the wheel clamping screw.","Wheel clamping screws that experience excessive play can cause a loss of control, increasing the risk of a crash.","MV Agusta will notify owners, and dealers will inspect the threaded holes in the fork axle carriers, and if necessary replace the fork leg, free of charge. Owners are advised to not ride their motorcycles until the repair has been performed. The recall began July 20, 2018. Owners may contact MV Agusta customer service at 1-215-781-1770. MV Agusta's number for this recall is 18RC02." -07/10/2018,18E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E052000),Badass Helmet Company,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,762,"Badass Helmet Company (Badass) is recalling certain Trooper motorcycle helmets, model TR001.6, in sizes XS, S, M, L, XL, and 2XL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash and they may not stay secured to the rider's head. Additionally, the label inside the helmet may be incorrect in that it does not list the actual helmet manufacturer and does not list the model of the helmet. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"Badass will notify owners and replace the defective helmets, free of charge. The recall began September 7, 2018. Owners may contact Badass customer service at 1-866-334-3563." -07/10/2018,18V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V457000),"Mercedes-Benz USA, LLC",Incorrect Speed Limitation Software,ELECTRICAL SYSTEM,2018070007,Vehicle,20,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2017 Mercedes-Benz G65 AMG vehicles. These vehicles may be equipped with the incorrect reverse speed limitation software. While in reverse, any abrupt changes in steering while exceeding 16 MPH may cause the vehicle to become unstable.","An unstable vehicle in reverse gear can lead to a vehicle rollover, increasing the risk of injury.","MBUSA will notify owners, and dealers will update the engine control unit (ECU) software, free of charge. The recall began August 3, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -07/10/2018,18V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V455000),"Subaru of America, Inc.",Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,WTS-78,Vehicle,3654,"Subaru of America, Inc. (Subaru) is recalling certain 2018 Subaru Forester vehicles. The Certification Label may indicate the incorrect wheel size, tire size, and air pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",Installing incorrect tires or applying incorrect tire air pressure may increase the risk of a crash.,"Subaru will notify owners, and dealers will install a corrected label, free of charge. The recall began July 26, 2018. Owners may contact Subaru customer service at 1-844-373-6614. Subaru's number for this recall is WTS-78." -07/10/2018,18V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V456000),"Mercedes-Benz USA, LLC",Rear Beltline Trim may Separate from Vehicle,STRUCTURE,2018070012,Vehicle,10826,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2018 Mercedes C300 Cabriolet, C300 4Matic Cabriolet, C43 AMG Cabriolet, C63S AMG Cabriolet, and C63 AMG Cabriolet vehicles. Due to a bonding issue introduced in the production process, the rear beltline trim may separate from the vehicle.","If the beltline trim were to separate from the vehicle while driving, it could become a road hazard, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the rear beltline trim and replace the trim if necessary, free of charge. The recall began on September 21, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -07/06/2018,18V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V453000),"BMW of North America, LLC",Insufficient Coating on Rear Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5594,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 BMW X3 sDrive30i, X3 xDrive30i, X3 M40i and certain 2019 X4 xDrive30i and X4 M40i vehicles. The rear brake caliper pistons on these vehicles may have an insufficient coating, potentially reducing rear brake performance.",A reduction of braking performance can increase the risk of a crash.,"BMW will notify owners, and dealers will bleed the rear brake circuit, free of charge. The recall began August 31, 2018. Owners may contact BMW customer service at 1-800-525-7417." -07/06/2018,18V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V452000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,233,"Nissan North America, Inc. (Nissan) is recalling certain 2007-2008 Nissan Versa sedan and Versa hatchback vehicles originally sold, or ever registered, in Alabama, Arizona, Arkansas, California, Delaware, District of Columbia, Florida, Georgia, Hawaii, Illinois, Indiana, Kansas, Kentucky, Louisiana, Maryland, Mississippi, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, South Carolina, Tennessee, Texas, Virginia, West Virginia, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. The passenger air bag inflators may explode due to propellant degradation due to exposure to humidity and temperature cycling.",If an inflator were to explode it may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began July 25, 2018. Owners may contact Nissan customer service at 1-800-867-7669. Note: The vehicles covered by this recall are in addition to those covered by recall 16V-349." -07/05/2018,18V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V450000),Entegra Coach,Incorrect Cargo Capacity Information/FMVSS 120,WHEELS,9903405,Vehicle,58,"Entegra Coach (Entegra) is recalling certain 2018-2019 Entegra Odyssey, Qwest, Aspire, Insignia, Anthem, and Cornerstone motorhomes. The Cargo Carrying Capacity (CCC) label incorrectly overstates the cargo capacity, potentially causing the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other than Passenger Cars.""",An overloaded vehicle has an increased risk of a crash.,"Entegra will notify owners, and will provided a corrected CCC label, free of charge. The recall began on August 22, 2018. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903405." -07/05/2018,18V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V451000),"Jayco, Inc.",Incorrect Cargo Capacity Information/FMVSS 120,EQUIPMENT,9903405,Vehicle,49,"Jayco, Inc. (Jayco) is recalling certain 2018-2019 Jayco Alante, Precept, Seneca, Redhawk, and Melbourne motorhomes. The Cargo Carrying Capacity (CCC) label incorrectly overstates the cargo capacity, potentially causing the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims - Other than Passenger Cars.""",An overloaded vehicle has an increased risk of a crash.,"Jayco will notify owners, and will provided a corrected CCC label, free of charge. The recall began on August 22, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903405." -07/05/2018,18V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V448000),Keystone RV Company,Incorrect Rim Information on Federal Label,EQUIPMENT,18-325,Vehicle,83,"Keystone RV Company (Keystone) is recalling certain 2018-2019 Dutchmen Aerolite recreational trailers, models 2133RB and 2423BH. The Federal Certification Label incorrectly indicates a rim size of 14X5.5J when the correct rim size is 14X5J. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification"" and can create a safety risk.","The incorrect rim designation on the label, can cause the operator to replace the rim with an incorrect rim size, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the Federal Certification Label, with a corrected label, free of charge. The recall began on August 2, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-325." -07/05/2018,18V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V449000),"Jayco, Inc.",Screws that Secure Ladder Steps may Break,EQUIPMENT,9901404,Vehicle,202,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco White Hawk recreational trailers. The screws that secure the ladder steps to the ladder rail may break, which can cause occupants to fall.","If the ladder steps do not remain properly secured when stepped on, the user may fall, increasing the risk of injury.","Jayco has notified owners, and dealers will replace the #8 screws with heavier #10 screws, free of charge. The recall began on July 30, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901404." -07/05/2018,18V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V445000),"Jayco, Inc.",Wiper Arms Lift Away from Windshield/FMVSS 104,VISIBILITY,9903403,Vehicle,124,"Jayco, Inc. (Jayco) is recalling certain 2019 Jayco Alante and Precept motorhomes. When traveling at highway speeds, the windshield wiper arms may lift away from the windshield when the wiper speed setting is on high, decreasing the wiper's ability to clear the windshield. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""",The driver's reduced visibility can increase the risk of a crash.,"Jayco has notified owners, and dealers will replace the wiper system, free of charge. The recall began on July 30, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903403." -07/05/2018,18V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V446000),Entegra Coach,Wiper Arms Lift Away from Windshield/FMVSS 104,VISIBILITY,9903403,Vehicle,49,"Entegra Coach (Entegra) is recalling certain 2019 Entegra Emblem and Vision motorhomes. When traveling at highway speeds, the windshield wiper arms may lift away from the windshield when the wiper speed setting is on high, decreasing the wiper's ability to clear the windshield. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""",The driver's reduced visibility can increase the risk of a crash.,"Entegra has notified owners, and dealers will replace the wiper system, free of charge. The recall began on July 30, 2018. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903403." -07/03/2018,18V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V444000),"Forest River, Inc.",Liquid may Leak into Power Window Switch,VISIBILITY,51-0781,Vehicle,53,"Forest River, Inc. (Forest River) is recalling certain 2016 Forest River Forester, 2014-2016 Forest River Sunseeker and Coachmen Leprechaun, 2014 Coachmen Concord, and 2014-2017 Coachmen Freelander vehicles, built on Chevrolet chassis and equipped with power windows. Liquid may leak into the driver's power window switch and cause corrosion, resulting in high electrical resistance.",High electrical resistance can increase the risk of a fire.,"Forest River has notified owners, and Chevrolet dealers will replace the driver side window switch, free of charge. The recall began July 24, 2018. Owners may contact Chevrolet customer service at 1-800-630-2438, Forest River Forester and Sunseeker at 1-574-206-7600, Coachmen Concord, Freelander, and Leprechaun customer service at 1-574-825-8602. Forest River's number for this recall is 51-0781." -07/02/2018,18E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E050000),Lippert,Awning May Deploy While Moving,EQUIPMENT,18-058-001,Equipment,14383,"Lippert Components, Inc. (LCI) is recalling certain Solera Smart Arm Awnings. Water may enter the awning control module wiring harness and cause the awnings to partially deploy unexpectedly while the recreational vehicle is being driven.","If the awning deploys while the vehicle is moving, it can increase the risk of a crash.","LCI will notify the vehicle manufacturers that purchased the awnings and the vehicle manufacturers will conduct recalls to have their dealers replace the Solera Smart Arm controller with a new Smart Arm Controller, free of charge. The recall began August 21, 2018. Owners may contact LCI customer service at 1-574-538-4514. LCI's number for this recall is 18-058-001." -06/29/2018,18V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V440000),Shyft Group,Battery Positive Cable may Chafe and Arc,ELECTRICAL SYSTEM,18020,Vehicle,865,Spartan Motors USA (Spartan) is recalling certain 2010-2019 Spartan Emergency Response Gladiator vehicles. The protective sleeve for the cable that connects the battery positive terminal to the alternator can become brittle and allow the cable to chafe and arc.,"If the battery positive cable arcs, it can increase the risk of a fire.","Spartan will notify owners, and dealers will install brackets to move the cable away from any chafe points, and replace any damaged battery positive cables, free of charge. The recall began on August 27, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18020." -06/29/2018,18V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V441000),"Suzuki Motor USA, LLC",Brake Light May Not Illuminate,EXTERIOR LIGHTING,2A84,Vehicle,191,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2018 Suzuki DR-Z400S and DR-Z400SM motorcycles. During assembly the resin that fills the rear brake stop lamp switch may have adhered to the internal contacts, which can prevent the brake lamp from illuminating.","If the brake lights do not illuminate, it can increase the risk of a crash.","Suzuki will notify owners, and dealers will install a new stop lamp switch assembly, free of charge. The recall began on July 16, 2018. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is 2A84." -06/29/2018,18V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V442000),"Daimler Trucks North America, LLC",Suspension Mounting Bolts may Loosen,SUSPENSION,FL-776,Vehicle,512,"Daimler Trucks North America LLC (DTNA) is recalling certain 2015-2018 Freightliner Custom Chassis Corporation (FCCC) XCL Chassis equipped with V-Ride suspension. The suspension mounting bolts may have been insufficiently tightened, which can result in the bolts loosening.","If the mounting bolts loosen, the track bars that maintain the positioning of the rear axle may detach, affecting the vehicle's handling and stability and increasing the risk of a crash.","DTNA will notify owners, and DTNA authorized service facilities will inspect and correct the tightness of the mounting bolts, if necessary, free of charge. The recall began August 24, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-776." -06/28/2018,18V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V437000),"General Motors, LLC",Excess Adhesive on Child Seat Anchor/FMVSS 225,CHILD SEAT,18228,Vehicle,22043,"General Motors LLC (GM) is recalling certain 2016-2018 Cadillac CT6 vehicles. The inboard child seat anchorage bars may have had excess structural adhesive applied during assembly, which can interfere with the installation of a child seat. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the child seat cannot be attached correctly to the anchorage bar, there is an increased the risk of injury.","GM will notify owners, and dealers will inspect, remove any excess adhesive, and apply anti-corrosion primer to the inboard child seat anchorage bars, free of charge. The recall began August 3, 2018. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 18228." -06/28/2018,18V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V439000),"BMW of North America, LLC",Lower Control Arm May Break,SUSPENSION,NR (Not Reported),Vehicle,43,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW X5 xDrive35i, X5 xDrive50i, X5 xDrive35d, and X6 sDrive35i vehicles. The pivot bolt on the front lower-left control arm may not have been properly hardened, which may cause the control arm to break.","If the lower control arm breaks, vehicle handling and control can be affected, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the lower-left control arms and replace if necessary, free of charge. The recall began July 11, 2018. Owners may contact BMW customer service at 1-800-525-7417." -06/28/2018,18V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V438000),Newmar Corporation,Slide-Out Room may Move Unexpectedly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,930,"Newmar Corporation (Newmar) is recalling certain 2018 Newmar Bay Star, King Aire, London Aire, Mountain Aire, Bay Star Sport, Canyon Star, Dutch Star, Essex, New Aire, Ventana LE, and Ventana motorhomes. When the ignition key is in the off/accessory position and the battery disconnect is on, the slide-out rooms on these vehicles may move in or out unexpectedly.","If the slide-out room moves unexpectedly, it can increase the risk of injury.","Newmar will notify owners, and dealers will replace the slide-out room controller, free of charge. The recall began August 24, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -06/28/2018,18E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E046000),"Turn5, Inc.",Wheels may Crack and Fail,WHEELS,NR (Not Reported),Equipment,602,"Turn5, Inc. (Turn5) is recalling certain Mammoth-brand General Matte Black Wheels, part number J104367, size 17"" x 9"". These wheels may develop cracks between the center mounting pad and outer bead.","Cracks in the wheel could lead to wheel failure and/or a loss of vehicle control, increasing the risk of a crash.","Mammoth will notify owners, and refund or exchange the wheels. The recall began January 15, 2019. Owners may contact Turn5 customer service at 1-866-727-1266." -06/27/2018,18V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V434000),"Altec Industries, Inc.",Battery Electrical Short may Cause Fire,ELECTRICAL SYSTEM,CSN 688,Vehicle,290,"Altec Industries Inc. (Altec) is recalling certain 2016-2017 Altec Aerial Devices and Service Body vehicles, built on Ram 5500 Diesel chassis. The positive stud on the lead acid battery disconnect bracket may contact the hood and cause an electrical short.",An electrical short can increase the risk of a fire.,"Altec will notify owners, and dealers will replace the lead acid battery disconnect, free of charge. The recall began August 23, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 688." -06/27/2018,18V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V436000),"Forest River, Inc.",Outside Shower Cover Covers Water Heater Exhaust,EQUIPMENT,44-0762,Vehicle,326,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Forest River Wildwood, and 2016-2019 Forest River Salem recreational trailers. The outside auxiliary shower faucet cover may cover the water heater exhaust panel when opened.",The covered water heater exhaust panel could increase the risk of injury.,"Forest River has notified owners, and dealers will install a replacement outside shower, free of charge. The recall began on July 24, 2018. Owners may contact Forest River customer service at 1-574-534-3167. Forest River's number for this recall is 44-0762." -06/27/2018,18V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V435000),"Altec Industries, Inc.",Pedestal and Turntable Fasteners may Crack,EQUIPMENT,CSN 687,Vehicle,153,"Altec Industries Inc. (Altec) is recalling certain 2017 Altec AT40M/S, TA41-48M/S, and L42A aerial devices. The high strength pedestal and turntable fasteners may experience corrosion cracking, causing them to fail.","If enough of the fasteners fail, the pedestal and turntable may separate from the vehicle, increasing the risk of injury.","Altec will notify owners, and dealers will inspect the vehicles and replace any of the fasteners with a head marking of 3036, free of charge. The recall began August 23, 2018. Altec's number for this recall is CSN 687." -06/27/2018,18E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E049000),Federal-Mogul Motorparts LLC,Tie Rod may Loosen and Separate,STEERING,NR (Not Reported),Equipment,26118,"Federal-Mogul Motorparts LLC (Federal-Mogul) is recalling certain Tie Rod Ends, NAPA part number 269-6121, AC Delco part number 45A3098, McQuay-Norris part number ES4686E, Raybestos part number 410-1099, and Moog part numbers DS300044, DS800980A, and DS800981A. The crimped portion of the right hand outer tie rod replacement part may loosen allowing the inner and outer portions of the assembly to separate.","If the inner and outer portions separate, it can cause a loss of steering ability, increasing the risk of a crash.","Federal-Mogul will notify its distributors, and provide cards for the distributors to notify the customers that purchased the parts. The right hand outer tie rods subject to this recall installed on vehicles will be replaced at no cost to the vehicle owners. The recall began August 23, 2018. Owners may contact Federal-Mogul customer service at 1-877-489-6659." -06/26/2018,18E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E047000),Kovatch Mobile Equipment Corp.,Aerial Ladder Lifting Device Incorrect Load Rating,EQUIPMENT,NR (Not Reported),Equipment,2,"Kovatch Mobile Equipment Corp. (KME) is recalling certain KME Tip Mounted Lifting Devices, part numbers 95347115 and 95347118. The lifting devices do not meet the specified load rating or safety factor.","Using the device to lift the rated load may cause the device to deform, increasing the risk of injury.","KME has notified owners, and dealers will replace the replace the tip mounted lifting device, free of charge. The recall began July 26, 2018. Owners may contact KME customer service at 1-800-235-3928." -06/26/2018,18V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V433000),Kovatch Mobile Equipment Corp.,Aerial Ladder Lifting Device Incorrect Load Rating,EQUIPMENT,NR (Not Reported),Vehicle,13,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2017 KME Predator TDA, 2016-2018 KME Predator SS TDA, and 2018 KME Predator SS Aerial emergency vehicles equipped with an aerial ladder and optional tip mounted lifting device. The lifting devices do not meet the specified load rating or safety factor.","Using the device to lift the rated load may cause the device to deform, increasing the risk of injury.","KME has notified owners, and dealers will replace the tip lifting device, free of charge. The recall began July 26, 2018. Owners may contact KME customer service at 1-800-235-3928." -06/26/2018,18E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E048000),"TRW Automotive, Inc.",Ball Joint Supplied with Incorrect Attachment Nut,STEERING,NR (Not Reported),Equipment,310,"TRW Automotive Inc (TRW) is recalling certain aftermarket replacement Ball Joints, part number JBJ343. These ball joints have attachments nuts that are the incorrect size, possibly causing a loss of steering control.",A loss of steering control can increase the risk of a crash.,"TRW will notify the known purchasers and owners, and reimburse them for the returned ball joints, free of charge. The recall began on August 24, 2018. Owners may contact TRW customer service at 1-248-863-2437." -06/26/2018,18V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V432000),Toyota Motor Engineering & Manufacturing,Fuel Diaphragm Cracks may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",JLF,Vehicle,114998,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2007-2011 Lexus GS350 and GS450h, 2006-2013 Lexus IS350 and 2010-2014 Lexus IS350C vehicles, equipped with 3.5L V6 2GR-FSE gasoline engines. The diaphragms in the fuel pulsation dampers may harden over time and develop cracks, possibly causing a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Toyota will notify owners, and dealers will replace the fuel delivery pipe with a new pipe that has improved pulsation dampers, free of charge. The recall began August 23, 2018. Owners may contact Lexus customer service at 1-800-255-3987. Toyota's number for this recall is JLF." -06/25/2018,18V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V428000),"Forest River, Inc.",Break-Away Safety Switch Improperly Wired,ELECTRICAL SYSTEM,69-0764,Vehicle,110,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Wildwood and Salem recreational trailers. The break-away safety switch may have been improperly wired such that it is not connected to a constant power source, thereby possibly preventing the trailer brakes from automatically applying if the trailer were to separate from the tow vehicle.","If the trailer does not brake when it becomes detached from the tow vehicle, it can increase the risk of a crash.","Forest River will notify owners, and dealers will install a new wiring harness, free of charge. The recall began on July 25, 2018. Owners may contact Forest River customer service at 1-574-534-4058. Forest River's number for this recall is 69-0764." -06/25/2018,18V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V426000),Mazda North American Operations,Curtain Air Bags may not Deploy Properly/FMVSS 226,AIR BAGS,2718F,Vehicle,682,"Mazda North American Operations (Mazda) is recalling certain 2018 Mazda CX-5 vehicles. In the event of a side impact or rollover crash, the side curtain air bags may not properly unfold during deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If the air bags do not deploy properly in a crash, it can increase the risk of injury.","Mazda will notify owners, and dealers will replace the curtain air bags, free of charge. The recall began July 31, 2018. Owners may contact Mazda customer service at 1-800-222-5500, Option 4. Mazda's number for this recall is 2718F." -06/25/2018,18V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V430000),"Volkswagen Group of America, Inc.",Fuel Supply Line may Leak Fuel,"FUEL SYSTEM, GASOLINE",20AV,Vehicle,6633,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2015 Audi S8 and A8 vehicles. The fuel supply line for the high pressure fuel pump may become porous over time, resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Audi will notify owners, and dealers will replace the fuel line, free of charge. The recall began July 20, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20AV." -06/25/2018,18V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V429000),Keystone RV Company,Incorrect Rim Size on Federal Label,EQUIPMENT,18-324,Vehicle,20,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Summerland recreational trailers, model 2020QB. The Federal Identification Label on these vehicles may indicate an incorrect tire rim size of 15X6, when the correct rim size is 15X5. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification"" and can create a safety risk.","The incorrect rim designation on the label, can cause the operator to replace the rim with an incorrect rim size, increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the incorrect Federal label with a corrected label, free of charge. The recall began on July 11, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-324." -06/25/2018,18V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V424000),Shyft Group,Solenoid Corrosion may Hinder Fire Fighting,ELECTRICAL SYSTEM,18019,Vehicle,1243,"Spartan Motors USA (Spartan) is recalling certain 2009-2018 Gladiator and MetroStar emergency vehicles. The fire water pump solenoid may corrode internally, causing a loss of power to the pump control module.","A loss of power to the pump control module can cause a loss of water pressure for fighting fires, thereby increasing the risk of injury.","Spartan will notify owners, and dealers will replace the solenoids, free of charge. The recall began on August 7, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18019." -06/22/2018,18V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V427000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,69R7,Vehicle,237947,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2005-2008 Audi A4 Sedan, A4 Avant, S4 Avant and S4 Sedan, 2007-2008 RS4 Sedan, 2004 RS4 Cabriolet, 2007-2009 A4 Cabriolet and S4 Cabriolet, 2005-2011 A6 Sedan, 2006-2011 A6 Avant, and 2007-2011 S6 Sedan vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Audi has notified owners, and dealers will replace the passenger frontal air bag with an alternate remedy part, free of charge. The recall began June 29, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69R7. Note: This recall supersedes recalls 16V382, 17V032 and 18V004 and includes vehicles that may have had their air bag previously replaced under one of those campaigns." -06/21/2018,18V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V423000),E-One Incorporated,Aerial Ladder may Crack,STRUCTURE,NR (Not Reported),Vehicle,8,"E-One Incorporated (E-One) is recalling certain 2016-2017 E-One Cyclone II SP-10 emergency vehicles equipped with a 100 foot steel rear mount platform aerial device. Over time, movement of the bucket on the aerial ladder may cause stress fractures in the ladder tubing, compromising the integrity of the aerial device.","Stress fractures in the aerial device may result in the ladder failing, increasing the risk of injury of the bucket occupant.","E-One has notified owners, and dealers will either repair or replace the affected ladder sections, free of charge. The recall began on July 10, 2018. Owners may contact E-One customer service at 1-352-861-1122." -06/21/2018,18V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V425000),REV Recreation Group,Electrical Short may Result from Incorrect Wiring,ELECTRICAL SYSTEM,180618REV,Vehicle,5,"REV Recreation Group (REV) is recalling certain 2019 Fleetwood Flair and Holiday Rambler Admiral, model 28A, Class A motorhomes. These vehicles were manufactured with a non flexible Romex wire routed from a 120-Volt nightstand receptacle, through the traveling and stationary bed platform sections, instead of flexible sheathed SJO cable. As a result, the Romex wire may become damaged from the movement of the bedroom slide-out.","The damaged wiring could cause an electrical short, increasing the risk of a fire.","REV has repaired all of the affected Class A motorhomes while they were in dealer inventory by re-routing the wire harness to ensure that the flexible-sheathed SJO cable is routed through the traveling and stationary bed platform sections in the slide-out area, free of charge. All vehicles were repaired as of July 3, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 180618REV." -06/21/2018,18T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T009000),Achieva Rubber Corp.,Tire Strength Does not Meet Standards/FMVSS 119,TIRES,NR (Not Reported),Tire,2900,"Achieva Rubber Corp. (Achieva) is recalling certain Innova Ultra Runner tires sizes 4.80-8, 4.80-12, 5.30-12, and 5.70-8 in 4 ply and 6 ply, and 5.30-12 and 5.70-8 in 8 ply with the date code rage of 0114 through 3917. The tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires - Other Than Passenger Cars.""","If the tires fail to meet the strength test requirements, the tire may fail, increasing the risk of a crash.","Achieva will notify owners, and dealers will replace the affected tires with new tires, free of charge. The recall began on August 7, 2018. Owners may contact Achieva customer service at 1-310-328-8868." -06/21/2018,18E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E045000),Syncro Corporation,Trailer Brakes May Not Be Applied,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1944,"Syncro Corporation (Syncro) is recalling certain Hayes Sway Master aftermarket sway control products, part number 81775. These units may conflict with the tow vehicle's factory-installed integrated brake controllers thereby disabling the tow vehicle's ability to apply the trailer brakes","If the trailer brakes cannot be applied, it can cause a loss of control, increasing the risk of a crash.","Syncro will notify owners, instructing them to return the unit for repair, free of charge. The recall began on August 16, 2018. Owners may contact Hayes Customer Service at phone number 1-800-882-1204." -06/21/2018,18V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V431000),"BMW of North America, LLC",Turn Signals May Flash Multiple Colors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW X3 xDrive30i and X3 M40i vehicles. The rear turn signals on the outboard side panel will illuminate red, while the inboard turn signals simultaneously illuminate amber. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Turn signals that flash multiple colors may confuse other drivers, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the rear turn signal lights, and replace if necessary, free of charge. The recall began August 20, 2018. Owners may contact BMW customer service at 1-800-525-7417." -06/21/2018,18V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V422000),Triple E Recreational Vehicles,Water may Enter the Trailer Tow Module,ELECTRICAL SYSTEM,CA#9030-1,Vehicle,9,"Triple E Recreational Vehicles (Triple E) is recalling certain 2017-2018 Wonder recreational vehicles equipped with a trailer tow module. Water can enter the tow modules and corrode the wiring causing issues such as rapidly flashing turn signals, loss of instrument panel display, an electrical short and possibly the deployment of seatbelt pretensioner.","An electrical short can increase the risk of a fire. Turn signal, instrument cluster or seatbelt pretensioner problems can increase the risk of a crash.","Triple E has notified owners, and dealers will add a drainage hole in the driver's door stepwell and incorporate a fuse into the vehicle's wiring harness, free of charge. The recall began on June 27, 2018. Owners may contact Triple E customer service at 1-877-992-9906 or Ford customer service at 1-866-436-7332. Triple E's number for this recall is CA#9030-1." -06/21/2018,18E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E044000),Ricon Corporation,Wheelchair Lift may Raise too High/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,4262,"Ricon Corporation (Ricon) is recalling certain S-Series and K-Series Titanium Wheelchair Lifts, models K200, K201, K550, K551, S200, S2201, S550 and S551. The wheelchair lift positioning input cam may fail while the lift is in use, allowing the platform to travel higher than the vehicle's floor height. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems.""","If the wheelchair lift platform stops above the vehicle floor, the wheelchair user can tip inwards toward the vehicle when exiting the lift, increasing their risk of injury.","Ricon will notify owners and dealers will replace the lift positioning input cam, free of charge. Owners may contact Ricon customer service at 1-800-322-2884." -06/20/2018,18E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E043000),"TRW Automotive, Inc.",Air Bags/Seat Belt Pretensioners may be Disabled,AIR BAGS,NR (Not Reported),Equipment,727921,"TRW Automotive Inc (TRW) has submitted a Defect Information Report based upon decisions made by Hyundai Motor America and Kia Motors America to conduct recalls (numbers 18V137 and 18V363 respectively). In the event of a crash, certain ZF Air Bag Control Units (ACU) may be damaged from electrical overstress, preventing the frontal air bags and seat belt pretensioners from deploying.","If the frontal air bags and seat belt pretensioners are disabled, there is an increased risk of injury to the vehicle occupants in the event of a vehicle crash that necessitates deployment of these safety systems.",TRW is working with the vehicle manufacturers. Hyundai and Kia are finalizing the remedy plans for this recall. Hyundai owners may contact Hyundai customer service at 1-855-371-9460. Kia owners may contact Kia customer service at 1-800-333-4542. -06/20/2018,18V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V421000),Honda (American Honda Motor Co.),Random Characters on Certification Label,EQUIPMENT,U23,Vehicle,13,Honda (American Honda Motor Co.) is recalling certain 2018 Honda Civic vehicles. The manufacturing date area of the certification labels may have random characters which can affect the owner's ability to determine if a safety recall includes their vehicle.,"If the owner is not able to verify if their vehicle is involved in safety recall, it can increase the risk of injury or crash.","Honda will notify owners, and dealers will replace the certification label, free of charge. The recall began August 7, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is U23." -06/20/2018,18V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V420000),Bugatti,Side Air Bags may not Deploy Properly/FMVSS 214,AIR BAGS,NR (Not Reported),Vehicle,2,"Bugatti is recalling certain 2018 Chiron vehicles. The heat shield for the gas generator for the side air bags may have been incorrectly installed during the air bag manufacturing process, potentially reducing the performance of the air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","If the air bag deployment performance is reduced, it can increase the risk of injury.","Bugatti will notify owners, and dealers will remove the affected seats to repair or replace them, free of charge. The recall began July 26, 2018. Owners may contact Bugatti customer service at 1-805-557-1050." -06/20/2018,18V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V418000),"Gillig, LLC",Turn Signal Flashing Rate Incorrect/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,25579,"Gillig LLC (Gillig) is recalling certain 2001-2018 Gillig Low Floor transit buses. The turn signals may flash slowly, reducing their visibility to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",The reduced visibility of the turn signals can increase the risk of a crash.,"Gillig will notify owners, and dealers will update the software that controls the turn flash rate, free of charge. The recall began on August 2, 2018. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -06/19/2018,18V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V416000),Indian Motorcycle Company,Air in the Anti-Lock Brake System,"SERVICE BRAKES, HYDRAULIC",I-18-07,Vehicle,4185,"Indian Motorcycle Company (Indian) is recalling certain 2017-2018 Indian Scout, Scout Sixty, and Scout Bobber motorcycles. The Anti-Lock Brake System (ABS) may have air left in the system after the assembly process.","Air in the brake system can reduce brake effectiveness, increasing the risk of a crash.","Indian will notify owners, and dealers will bleed the front and rear anti-lock brake system, free of charge. The recall began July 16, 2018. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-18-07." -06/19/2018,18V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V413000),"Forest River, Inc.",Flame on Stove May be Inverted,EQUIPMENT,48-0755,Vehicle,435,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Prime Time recreational trailers. The stove is not isolated from the furnace return air, which potentially causes an inverted flame on the cooktop.","The inverted stove top flame can cause the propane supply line to fail, increasing the risk of injury.","Forest River will notify owners, and dealers will install a panel to separate the stove top from the furnace return air feed, free of charge. The recall began July 18, 2018. Owners may contact Forest River customer service at 1-574-862-3001. Forest River's number for this recall is 48-0755." -06/19/2018,18E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E042000),"Robert Bosch, LLC",Fuel Pump Flange Weld may Fracture,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,6493,"Robert Bosch LLC (Bosch) has submitted a Defect Information Report based upon decisions made by Ford Motor Company and General Motors to conduct recalls (numbers 18V392 and 18V358 respectively) to inspect and replace certain Robert Bosch HDP5 High Pressure Fuel Pump Assemblies, part numbers 0261520518 and 0261520515. Welds between the pump housing and the mounting flange may fracture, possibly causing a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Bosch is working with the affected vehicle manufacturers. Ford and GM will notify owners and dealers will replace the high pressure fuel pump assembly, free of charge. Owners may contact Ford customer service at 1-866-436-7332, Buick customer service 1-800-521-7300, Cadillac customer service 1-800-458-8006, Chevrolet customer service 1-800-222-1020, and GMC customer service at 1-800-462-8782." -06/19/2018,18V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V414000),"Forest River, Inc.",Incorrect PSI on Federal Placard/FMVSS 110,EQUIPMENT,48-0756,Vehicle,301,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Forest River Prime Time recreational trailers. The Federal Placard incorrectly states that the tire pressure should be 65PSI when the correct tire pressure is 80PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information may cause the operator to underinflate the tire, leading to premature tire wear and increasing the risk of a crash.","Forest River will notify owners and will provide a corrected Federal Placard, free of charge. The recall began on July 24, 2018. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-0756." -06/19/2018,18V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V415000),Thor Motor Coach,Water may Enter the Trailer Tow Module,ELECTRICAL SYSTEM,RC000154,Vehicle,158,"Thor Motor Coach (TMC) is recalling certain 2016-2018 Thor Gemini and Compass recreational vehicles built on a Ford chassis and equipped with a trailer tow module. Water can enter the tow modules and corrode the wiring causing issues such as rapidly flashing turn signals, loss of instrument panel display, an electrical short and possibly the deployment of seatbelt pretensioner.","An electrical short can increase the risk of a fire. Turn signal, instrument cluster or seatbelt pretensioner problems can increase the risk of a crash.","Ford has notified owners, and Ford dealers will add a drainage hole in the driver's door stepwell and incorporate a fuse into the vehicle's wiring harness, free of charge. The recall began on June 19, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000154." -06/18/2018,18V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V412000),"Navistar, Inc.",Fuel Line Damage Causing Fuel Leak,"FUEL SYSTEM, DIESEL",18511,Vehicle,19,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 International HX and LT trucks equipped with a Cummins ISX engine and a Wabco 37.4 air compressor. The air compressor discharge line may contact the fuel filter inlet and outlet lines (fuel lines) and the heat generated from the air compressor discharge line may cause heat damage to the fuel lines.","Continued heat damage to the fuel lines could cause the fuel lines to rupture, resulting in a fuel leak and increasing the risk of a fire.","Navistar will notify owners, and dealers will replace the straight fitting on the air compressor discharge line and the discharge line with a 45-degree fitting and a redesigned discharge line, free of charge. The recall began on July 20, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18511." -06/15/2018,18V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V405000),"Mercedes-Benz USA, LLC",Child Seat Tether Anchorage Missing/FMVSS 225,CHILD SEAT,2018070008,Vehicle,399,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 Mercedes-Benz GLA250 and GLA250 4Matic vehicles. The child seat top tether anchorage point on the center position of the rear seat may not have been installed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the top tether anchorage point is missing, a child seat will not be able to be properly installed in the center rear seat position, increasing the risk of injury.","MBUSA will notify owners, and dealers will replace the rear seat backrest, free of charge. The recall began August 15, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -06/15/2018,18V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V407000),"Mercedes-Benz USA, LLC",Electrical Power Bars in Pre-Fuse Box may be Loose,ELECTRICAL SYSTEM,2018080001,Vehicle,1701,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 Mercedes-Maybach S560 and S560 4Matic and Mercedes S450 4Matic, S450, S560, S560 4Matic, and S560 Coupe 4Matic vehicles. The electrical power bars inside the pre-fuse box in the trunk may not have been secured properly.","If the power bars are not properly secured, it can cause higher electrical resistance increasing the risk of a fire. Additionally, an intermittent contact between the power bars could lead to a loss of vehicle functions. The engine operation, the seat belt functions and the instrument cluster could be impaired, increasing the risk of a crash and injuries.","MBUSA will notify owners, and dealers will inspect the pre-fuse box, replacing it as necessary, free of charge. The recall began August 30, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018080001." -06/15/2018,18V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V411000),"Daimler Trucks North America, LLC",Improperly Torqued Brake Caliper Mounting Bolts,"SERVICE BRAKES, AIR",FL-775,Vehicle,18105,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Cascadia vehicles. The brake caliper mounting bolts on these vehicles may not been properly tightened, potentially resulting in the caliper detaching.","If the calipers detach, there would be reduced braking performance, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the brake caliper mounting bolts, tightening them as necessary, free of charge. The recall began on August 13, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-775." -06/15/2018,18V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V409000),"Daimler Trucks North America, LLC",Incorrectly Plumbed Air System Check Valve,"SERVICE BRAKES, AIR",FL-774,Vehicle,109,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Thomas Built Buses Saf-T-Liner EFX school buses. The check valve for the air brake system may not be plumbed correctly which can cause the primary air system to not be isolated from the secondary air system.,"In the event of a rapid loss of air pressure in the secondary system, the incorrectly plumbed check valve can cause rapid air loss in both secondary and primary system, causing the parking brakes to activate suddenly. This will increase the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the check valve as needed, free of charge. The recall began on August 12, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-774." -06/15/2018,18V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V410000),"Daimler Trucks North America, LLC",Incorrectly Plumbed Air System Check Valve,"SERVICE BRAKES, AIR",FL-774,Vehicle,5,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Thomas Built Buses Saf-T-Liner EFX transit buses. The check valve for the air brake system may not be plumbed correctly which can cause the primary air system to not be isolated from the secondary air system.,"In the event of a rapid loss of air pressure in the secondary system, the incorrectly plumbed check valve can cause rapid air loss in both secondary and primary system, causing the parking brakes to activate suddenly. This will increase the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the check valve as needed, free of charge. The recall began on August 12, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-774." -06/15/2018,18V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V401000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,104762,"Nissan North America, Inc. (Nissan) is recalling certain 2011 Nissan Versa sedan vehicles and 2011-2012 Nissan Versa hatchback vehicles ever registered in the states of Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia. Nissan is also recalling 2010-2011 Nissan Versa sedan vehicles and 2010-2012 Nissan Versa hatchback vehicles ever registered in the states of ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. In the event of a crash necessitating deployment of the passenger frontal air bag, these passenger air bag inflator may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began July 5, 2018. Owners may contact Nissan customer service at 1-800-867-7669." -06/15/2018,18V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V402000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2618F,Vehicle,308591,"Mazda North America Operations (Mazda) is recalling certain 2003-2008 Mazda6, 2006-2007 Mazdaspeed6 and 2004 MPV vehicles nationwide. Mazda is also recalling 2005-2006 MPV vehicles in Alabama, Arizona, Arkansas, California, Delaware, the District of Columbia, Florida, Georgia, Hawaii, Illinois, Indiana, Kansas, Kentucky, Louisiana, Maryland, Mississippi, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, South Carolina, Tennessee, Texas, Virginia, West Virginia, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. On July 9, 2019 this recall was expanded to include certain 2004-2011 RX-8 vehicles that were previously recalled under 16V-354 but have not yet been repaired. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these passenger air bag inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began July 6, 2018. Mailing to the affected RX-8 owners began July 6, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 2618F. Note: With the addition of the RX-8 vehicles, this recall fully supersedes recall 16V354." -06/15/2018,18V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V403000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2618F,Vehicle,237,"Mazda North America Operations (Mazda) is recalling certain 2009-2010 Mazda RX-8 vehicles that were previously recalled under recall 18V-017 but have not yet been repaired. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate one, free of charge. The recall began July 9, 2019. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 2618F. Note: This recall supersedes recall 18V017." -06/15/2018,18V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V404000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2618F,Vehicle,4184,"Mazda North America Operations (Mazda) is recalling certain 2005-2006 Mazda MPV vehicles sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. On July 9, 2019 this recall was expanded to include certain 2005-2009 RX-8 vehicles that were previously recalled under 17V-011 but have not yet been repaired. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began July 6, 2018 for MPV vehicles. The recall began July 9, 2019 for RX-8 vehicles. Owners may contact Mazda customer service at 1-800-222-5500, option 4. Mazda's number for this recall is 2618F. Note: With the addition of the RX-8 vehicles, this recall fully supersedes recall 17V-011." -06/15/2018,18V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V408000),"BMW of North America, LLC",Side Stand or Frame Damage,STRUCTURE,NR (Not Reported),Vehicle,2376,"BMW of North America, LLC (BMW) is recalling certain 2017-2018 BMW G310R and 2018 BMW G310GS motorcycles. Over time, repeated use and loading of the side stand could cause damage to the side stand and the motorcycle's frame.","Damage to the side stand and/or frame may result in the motorcycle unexpectedly falling over while it is stationary, increasing the risk of injury.","BMW will notify owners, and dealers will inspect the frame, installing a reinforcement plate and new side stand, or the frame will be replaced if necessary, free of charge. The recall began on September 21, 2018. Owners may contact BMW customer service at 1-800-525-7417." -06/15/2018,18E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E041000),Simard Suspensions inc,Wheel Guards may Melt from Brake Heat,SUSPENSION,NR (Not Reported),Equipment,89,Simard Suspensions Inc (Simard) is recalling certain front suspensions. These axles have plastic insulators installed between the wheel hub and the wheel or the brake drum and the wheel to prevent corrosion between the two components. Heat generated by the brakes may melt these insulators.,"If the insulators melt, it can cause the wheel to loosen and detach from the vehicle, increasing the risk of a crash.","Simard will notify owners, and dealers will remove or replace the insulators, free of charge. Owners may contact Simard customer service at 1-877-898-8317 or email: service@simardsuspensions.com." -06/14/2018,18E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E040000),Dexter Ventline and Door,Insufficient LP Bottle Strap Crimping,EQUIPMENT,"9902385, 9901385,",Equipment,2447,"Dexter Ventline and Door is recalling certain Ventline liquid propane gas (LP) Bottle Straps, part numbers C0538-19, C0538-12, and C0538-16. The LP bottle strap crimping may be insufficient, potentially causing the strap buckle to detach after the LP gas bottle has been removed.","If the strap buckle detaches from the strap, preventing the LP tank from being properly retained after the tank is replaced, the unrestrained tank can fall from the trailer, potentially being a road hazard and increase the risk of a crash.","Dexter Ventline and Door has notified the affected vehicle manufacturers and those companies are conducting recalls and notifying owners. Dealers for the companies will replace the LP bottle straps, free of charge. Owners may contact Dexter Ventline and Door customer service at 1-800-400-2164. Dexter Ventline and Door's numbers for this recall are 9902385, and 9901385." -06/14/2018,18V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V399000),"Grand Design RV, LLC",LP Gas Line may Contact the Underside of the Grill,EQUIPMENT,900013,Vehicle,200,"Grand Design RV, LLC (Grand Design) is recalling certain 2018-2019 Grand Design Solitude fifth-wheel trailers. The liquid propane (LP) gas line on the optional pull-out outside kitchen may contact the underside of the hot grill.","Contact with the hot grill may result in a propane leak, increasing the risk of a fire.","Grand Design will notify owners, and dealers will re-route the LP gas line to prevent it from contacting the bottom of the grill, free of charge. The recall began July 10, 2018. Owners may contact Grand Design RV customer service at 1-574-825-9679. Grand Design's number for this recall is 900013." -06/14/2018,18V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V397000),"General Motors, LLC",Loss of Propulsion Power in Low Voltage Condition,HYBRID PROPULSION SYSTEM,18215,Vehicle,4606,General Motors LLC (GM) is recalling certain 2013 Chevrolet Volt vehicles. An update to the Hybrid Powertrain Control Module 2 (HPCM2) may have disabled the cell balancing function causing a low-voltage condition.,"If the voltage drops, the vehicle may lose propulsion, increasing the risk of crash.","GM will notify owners, and dealers will reprogram the HPCM2, free of charge. The recall began July 24, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18215." -06/14/2018,18V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V398000),"Chrysler (FCA US, LLC)",Loss of Visibility in Backup Camera/FMVSS 111,BACK OVER PREVENTION,U56,Vehicle,1837,"Chrysler (FCA US LLC) is recalling certain 2018 Dodge Journey and RAM 1500, 2500, and 3500 vehicles. The backup camera may experience a loss of image display while backing up. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""",A loss of image in the rearview camera while backing up can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the rearview mirror, free of charge. The recall began August 2, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U56." -06/14/2018,18V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V396000),"Chrysler (FCA US, LLC)",Obstruction of View When put in Reverse/FMVSS 111,VISIBILITY,U58,Vehicle,1741,"Chrysler (FCA US LLC) is recalling certain 2018 Dodge Journey vehicles. When reverse gear has been selected, the rear camera view may not be fully visible within two seconds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If the full camera view is delayed and the driver does not check their surroundings before backing up, there may be an increased risk of a crash.","Chrysler will notify owners, and dealers will replace the rearview mirror, free of charge. The recall began August 2, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U58." -06/14/2018,18V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V400000),"General Motors, LLC",PPS Incorrectly Suppressing Air Bags,AIR BAGS,18208,Vehicle,66,"General Motors LLC (GM) is recalling certain 2016-2018 Chevrolet Malibu vehicles. During servicing, a Passenger Presence System (PPS) may have been installed that was not correctly calibrated to the vehicle's seat type. As a result, the PPS may not properly identify an adult passenger from a child passenger in the front passenger seat, potentially causing the air bag to not deploy when it should, or causing the air bag to deploy when it shouldn't.","In the event of a crash, improper air bag deployment can increase the risk of injury.","GM will notify owners, and dealers will replace the front passenger PPS seat service kit, free of charge. The recall began August 7, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18208." -06/14/2018,18V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V395000),"Chrysler (FCA US, LLC)",Unintentional Vehicle Movement/FMVSS 114,ELECTRICAL SYSTEM,U50,Vehicle,240242,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Chrysler Pacifica vehicles. The Manual Park Release (MPR) plug may be removed without a tool. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection.""","If the MPR is engaged unintentionally, the vehicle could roll away striking and injuring a bystander or cause a crash.","Chrysler will notify owners, and dealers will replace the MPR plug, free of charge. The recall began July 9, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U50." -06/13/2018,18V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V406000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Explode,AIR BAGS,69X3,Vehicle,2564,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2003 Volkswagen Passat sedan, Jetta, Jetta wagon, Golf, EuroVan, EuroVan Camper Van and EuroVan Chassis vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with metal fragments striking the driver or other occupants resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the driver's frontal air bag inflator, free of charge. The recall began May 2, 2019. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69X3." -06/13/2018,18V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V388000),"Porsche Cars North America, Inc.",Rear Axle Anti-Roll Bar Connecting Link may Detach,SUSPENSION,AJ06,Vehicle,715,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017-2018 Panamera 4S, Panamera Turbo and Panamera Turbo Executive and 2018 Panamera Turbo S E-Hybrid, Panamera Turbo S E-Hybrid Executive, Panamera 4S Sport Turismo, Panamera Turbo Sport Turismo, Panamera Turbo S E-Hybrid Sport Turismo, and Panamera 4S Executive vehicles. The connecting links may detach from the rear-axle anti-roll bar potentially damaging the surrounding suspension parts and affecting the vehicle's handling.",An unexpected change to the vehicle's handling can increase the risk of a crash.,"Porsche will notify owners, and dealers will replace the connecting links for the anti-roll bar, free of charge. The recall began October 2, 2018. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ06." -06/12/2018,18V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V394000),"New Flyer of America, Inc.",Brake Support Bolt may Break/FMVSS 121,"SERVICE BRAKES, AIR",R18-010,Vehicle,908,"New Flyer of America, Inc. (New Flyer) is recalling certain 2014-2016 New Flyer XT60, 2014-2017 New Flyer XN60 and XD60, and 2015-2017 New Flyer XDE60 urban transit buses equipped with ZF Axles that have radial air disk brakes. Surface roughness of a guide pin in the radial brake calipers may cause the brake carriage guide pin support bolt to break. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","Breakage of the guide pin can cause a reduction of braking ability and an increase in stopping distances, or a loss of tire pressure, increasing the risk of a crash.","New Flyer will notify owners, and dealers will install a bushing kit and reinstall the brake calipers, free of charge. The recall began June 29, 2018. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R18-010." -06/12/2018,18V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V391000),Lamborghini (Automobili Lamborghini),Engine may Stall at Low RPM while Downshifting,ENGINE AND ENGINE COOLING,L73X-R.02.18,Vehicle,1700,Automobili Lamborghini (Lamborghini) is recalling certain 2012-2018 Lamborghini Aventador Coupe and Roadster vehicles. The engine may stall unexpectedly during certain driving conditions such as when the accelerator pedal is released below 2000 rpms while the transmission is automatically down shifting to a lower gear.,An engine stall can increase the risk of a crash.,"Lamborghini will notify owners, and dealers will install updated engine software, free of charge. The recall began August 3, 2018. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73X-R.02.18." -06/12/2018,18V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V392000),Ford Motor Company,Fuel Pump Assembly Welds May Fracture Causing Leak,"FUEL SYSTEM, GASOLINE",18S17,Vehicle,5645,"Ford Motor Company (Ford) is recalling certain 2018 Ford Expedition, F-150, and Lincoln Navigator vehicles equipped with 3.5L GTDI V6 engines. These vehicles have high pressure fuel pump assemblies with welds that can fracture, which may cause an oil or fuel leak.",A fuel leak in the presence of an ignition source may increase the risk of a fire.,"Ford will notify owners, and dealers will replace the high pressure fuel pump and associated components, free of charge. The recall began July 17, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S17." -06/12/2018,18V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V393000),Kovatch Mobile Equipment Corp.,Platform Tether Control Failure,EQUIPMENT,NR (Not Reported),Vehicle,12,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2015-2017 KME Predator SS Aerial, and 2015-2018 KME Predator Aerial emergency vehicles equipped with an aerial platform and optional modular platform tether control. If the tether control gets unplugged while it is operating the aerial, the last command will be continued to be carried out.","If the aerial continues moving when the tether is unplugged, it can increase the risk of an injury.","KME will notify owners, and dealers will install updated software to stop the aerial's movement, free of charge. The recall began July 13, 2018. Owners may contact KME customer service at 1-800-235-3928." -06/11/2018,18V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V389000),Ford Motor Company,Brake Hose Corrosion May Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",18S19,Vehicle,1474,"Ford Motor Company (Ford) is recalling certain 2018 Ford F-650 and F-750 trucks. The brake circuit hose assemblies located between the master cylinder and the hydraulic control unit, may have been manufactured without anti-corrosion plating on the coupling fittings, or ""ferrules,"" of the hoses. This can lead to premature corrosion, and result in a brake fluid leak.","A brake fluid leak can reduce brake effectiveness, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the brake hose assemblies, free of charge. The recall began on July 17, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S19." -06/11/2018,18V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V390000),Ford Motor Company,Torque Converter Connection may Fail,POWER TRAIN,17S16 (S2),Vehicle,25,"Ford Motor Company (Ford) is recalling certain 2017-2018 Ford Edge and 2017 Lincoln MKZ vehicles. On vehicles with 2.0L gas engines and six-speed automatic transmissions, the torque converter weld studs may have been inadequately welded.","If the torque converter weld studs fail, the torque converter will not be connected to the engine flexplate and the vehicle will lose the ability to move, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the torque converters, free of charge. The recall began on July 5, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S16 (S2). Note: This recall is an expansion of recall 17V-427." -06/08/2018,18E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E039000),Darsan Trading Co.,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,180,"Darsan Trading Co. (Darsan) is recalling certain HCI Gloss Black Open Face helmets, model number 15, in size large. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that does not adequately protect the wearer from an impact can increase the risk of injury in the event of a crash.,"Darsan has notified owners, and will provide replacement helmets or give the consumer a credit for a replacement helmet, free of charge. The recall began on June 1, 2018. Owners may contact Helmet City customer service at 1-888-550-3731." -06/08/2018,18V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V386000),"Forest River, Inc.",Incorrect Axle Equalizer may Cause Axle Contact,SUSPENSION,72-0753,Vehicle,152,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Salem and Wildwood recreational trailers. These vehicles are equipped with an axle equalizer that can allow the axle to contact the chassis.","If the axle contacts the chassis, it could result in axle failure, increasing the risk of a crash.","Forest River has notified owners, and dealers will replace the axle equalizer kit with a taller equalizer kit, free of charge. The recall began on June 27, 2018. Owners may contact Forest River customer service at 1-574-534-4058. Forest River's number for this recall is 72-0753." -06/08/2018,18V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V385000),Thor Motor Coach,Insufficient U-Bolt Torque Causing Axle Separation,SUSPENSION,RC000156,Vehicle,691,"Thor Motor Coach (TMC) is recalling certain 2019 Thor Four Winds, Chateau, Freedom Elite, Majestic, Outlaw, Quantum and Vegas motorhomes built on modified Ford E-450 chassis. The U-bolts on the rear axle that hold the leaf spring and rear axle together may have been insufficiently tightened.","The loose U-bolts may further loosen or break allowing the axle to separate and cause a loss of control, increasing the risk of a crash.","TMC has notified owners, and dealers will tighten U-bolts to the proper torque, free of charge. The recall began on June 22, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000156." -06/08/2018,18V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V387000),Newmar Corporation,Wipers may not fully Contact Windshield/FMVSS 104,VISIBILITY,NR (Not Reported),Vehicle,77,"Newmar Corporation (Newmar) is recalling certain 2018-2019 Newmar Mountain Aire, London Aire, Essex, and King Aire motorhomes. These vehicles are equipped with windshield wipers that may have an incorrect bend, possibly preventing the wiper arms from properly contacting the windshield. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""","If the windshield wipers do not properly contact the windshield, the driver's visibility may be reduced, increasing the risk of a crash.","Newmar will notify owners, and dealers will replace the wiper arms, free of charge. The recall began on August 3, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -06/07/2018,18V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V380000),"Volkswagen Group of America, Inc.",Certain Child Seats may Damage Seat Belt Buckles,SEAT BELTS,69X1,Vehicle,54729,"Volkswagen Group of America, Inc. (Volkswaen) is recalling certain 2018 Volkswagen Atlas vehicles. The owner's manuals provided with the affected vehicles do not inform the customers about the child restraint size limitation/restrictions for the second row center seating position. As a result, the center and adjacent outboard seat belt buckles on the second row can become damaged it a child seat base is installed that is wider than 12.6 inches.","A damaged seat belt buckle can release unexpectedly, increasing the risk of injury in a crash.","Volkswagen will notify owners, and dealers will inspect the center and left outboard seat belt buckles, and replace them if necessary, free of charge. Volkswagen will also provide an owner's manual supplement addressing child safety and child restraints. The recall began June 29, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69X1." -06/07/2018,18V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V382000),Mobility Ventures LLC,Driver not Warned of Turn Signal Failure/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,977,"Mobility Ventures LLC (Mobility Ventures) is recalling certain 2015-2016 Mobility Ventures MV-1 vehicles. If a rear turn signal stops working properly, the vehicle will not adjust the turn signal flash rate frequency to warn the driver that a turn signal is not working correctly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the driver is unaware that his turn signals are not working properly, the driver may continue to use the vehicle with turn signals that may not communicate the driver's intentions, increasing the risk of a crash.","Mobility Ventures will notify owners and dealers will upload revised software into the vehicle's body control module, free of charge. Mobility Ventures issued owners an interim notification on July 30, 2018. The recall began May 6, 2019. Owners may contact Mobility Ventures customer service at 1-877-681-3678." -06/07/2018,18V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V379000),"Altec Industries, Inc.",High Voltage Grouding System may Fail,ELECTRICAL SYSTEM,CSN 686,Vehicle,44,Altec Industries Inc. (Altec) is recalling certain 2016-2017 Altec Aerial Devices and Digger Derrick vehicles. The high voltage grounding system may be equipped with improperly sized cable connection receptacles causing the high voltage grounding system to fail.,"If the grounding system fails, the user has an increased risk of injury.","Altec will notify owners, and dealers will inspect the high voltage grounding system cable ring terminal connectors and replace any that are improperly sized, free of charge. The recall began on August 6, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 686." -06/07/2018,18V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V381000),"Ferrari North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,61,Vehicle,1507,"Ferrari North America, Inc. (Ferrari) is recalling certain 2012 Ferrari California, 458 Italia, 458 Spider, and FF vehicles that have not already had their passenger frontal air bag replaced. These passenger frontal air bag modules have air bag inflators that may explode in the event of a crash due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the passenger frontal air bag assembly with one that uses an alternate inflator, free of charge. The recall began on July 19, 2018. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 61. Note: This recall supersedes recall 17V-018." -06/07/2018,18V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V376000),"Forest River, Inc.",Seat Belt Assembly Mounting Washers May Crack,SEAT BELTS,35-0751,Vehicle,704,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Glaval Apollo, Commute, Concorde II, Entourage, Legacy, Primetime, Titan II, Titan II Low Floor, and Universal transit buses. A washer used in mounting the driver's seat belt assembly may break, allowing the seat-belt to separate from the vehicle.","If the seat belt end does not remain secured to the vehicle, the occupant will not be restrained in the event of a crash, increasing their risk of injury.","Forest River has notified owners, and dealers will replace the seat belt mounting washers, free of charge. The recall began on July 2, 2018. Owners may contact Forest River customer service at 1-574-343-5167. Forest River's number for this recall is 35-0751." -06/07/2018,18V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V384000),Shyft Group,Tag Axle Tire Damage from DEF Bracket,"FUEL SYSTEM, OTHER",1806,Vehicle,102,Spartan Motors USA (Spartan) is recalling certain 2016-2019 Spartan Specialty Vehicles K2 and K3 motorhome chassis. The tag axle tire may become damaged due to contact with the Diesel Exhaust Fluid (DEF) fill mounting bracket.,"The damaged tag axle tire may fail, increasing the risk of a crash.","Spartan has notified owners, and dealers will modify the DEF fill mounting bracket to give adequate clearance to the tag axle tire, free of charge. The recall began on June 25, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 1806." -06/07/2018,18V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V383000),Keystone RV Company,Wooden Grill Assembly May Catch Fire,EQUIPMENT,18-322,Vehicle,5151,Keystone RV Company (Keystone) is recalling certain 2018-2019 Keystone Cougar recreational trailers equipped with an outdoor propane grill. The outdoor propane grill is installed in a wooden assembly that may not have enough clearance from the heated area.,"If the wooden assembly is exposed to high temperatures, there would be an increased risk of a fire.","Keystone will notify owners, and dealers will replace the wooden assembly with a metal assembly, free of charge. The recall began on July 26, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-322." -06/06/2018,18V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V374000),"BMW of North America, LLC",Lane Keeping Assist may not Warn Properly,LANE DEPARTURE,NR (Not Reported),Vehicle,51,"BMW of North America, LLC (BMW) is recalling certain 2018-2019 BMW X3 xDrive30i, X3 sDrive30i, and X3 M40i vehicles equipped with the ""Active Lane Keeping Assistant"" option. The steering wheel may be incompatible with the lane keeping assistant function and may not detect if the driver's hands are off the wheel.","If the sensors do not properly detect the driver's hands are off the wheel, the driver may not be alerted by one or more warning signals, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the steering wheel, replacing it if necessary, free of charge. The recall began on July 19, 2018. Owners may contact BMW customer service at 1-800-525-7417." -06/06/2018,18V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V377000),Shyft Group,Missing Seat Belt Retractor/FMVSS 208,SEAT BELTS,18019,Vehicle,3194,"Spartan Motors USA (Spartan) is recalling certain 1991-2018 Utilimaster Aeromaster and Walk-In Vans. These vehicles were manufactured with front seat belts that do not have an emergency locking seat belt retractor or automatic locking seat belt retractor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without retractors, the seat belts may not accommodate different size occupants, therefore the occupants may not be properly restrained in the event of a crash, increasing the risk of injury.","Spartan will notify owners and will install seat belts with retractors, free of charge. The recall began on August 6, 2018. Owners may contact Spartan customer service at 1-800-582-3454. Spartan's number for this recall is 18019." -06/06/2018,18V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V375000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag may Deploy Improperly,AIR BAGS,69W8 69W9,Vehicle,821,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Atlas and Tiguan vehicles. In the event of a crash, the passenger frontal air bag may tear or not properly unfold during deployment.","If the air bag were to tear or unfold incorrectly during deployment, it can increase the risk of injury.","Volkswagen will notify owners, and dealers will replace the passenger frontal air bag, free of charge. The recall began July 19, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's numbers for this recall are 69W8, and 69W9." -06/06/2018,18V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V373000),"Northwood Manufacturing, Inc.",Tires may Rub Against Shocks,SUSPENSION,2018-001,Vehicle,9,"Northwood Manufacturing, Inc. (Northwood) is recalling certain 2019 Northwood Nash 24M and Nash 29S travel trailers. The tires may rub against the shocks and cause damage to the tires.",Tire damage can result in tire failure and increase the risk of a crash.,"Northwood will notify owners, and dealers will re-mount the shocks to provide clearance between the shocks and tires, free of charge. The recall began July 9, 2018. Owners may contact Northwood customer service at 1-800-766-6274. Northwood's number for this recall is 2018-001." -06/05/2018,18T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T008000),"Continental Tire the Americas, LLC",Cords Visible Through Innerliner,TIRES,NR (Not Reported),Tire,3917,"Continental Tire the Americas, LLC. (Continental) is recalling certain Conti Coach HA3 tires, size 315/80R22.5 157/154 L, with DOT codes A372KWUU 3517 through A372KWUU 1618. These tires may have cords visible through the innerliner.","Tires that have cords visible through the innerliner can have sudden air loss, causing a loss of vehicle control, increasing the risk of a crash.","Continental will notify owners, and dealers will install equivalent tires, free of charge. The recall began August 16, 2018. Owners may contact Continental customer service at 1-800-726-7113." -06/05/2018,18V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V371000),Ducati North America,Hoses Near Exhaust Manifold May Melt Causing Fire,"FUEL SYSTEM, GASOLINE",TBD,Vehicle,1462,"Ducati North America (Ducati) is recalling certain 2017-2018 Ducati Supersport, and Supersport S motorcycles. The Airbox blow-by and fuel tank overfill hoses may be routed too close to the exhaust manifold, which may cause the hoses to melt.","If the hoses melt, it can cause a fuel leak, increasing the risk of a fire.","Ducati will notify owners, and dealers will inspect the hose routing and correct as necessary, free of charge. The recall began on July 6, 2018. Owners may contact Ducati customer service at 1-888-391-5446." -06/05/2018,18V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V372000),"Manac, Inc.",Trailer Cargo Securing Chains may Break,STRUCTURE,NR (Not Reported),Vehicle,9,"Manac Inc. (Manac) is recalling certain 2013-2018 Steel Dropdeck, 2017 Extendable Steel Dropdeck, and 2018 Steel Flatbed trailers equipped with steel side rails and lashing chains. The lashing chains may break which can allow the cargo to slide or tip during transit.","Broken lashing chains can allow the cargo to slide or tip, increasing the risk of injury or crash.","Manac will notify owners and dealers will install an aluminum shim under the floor between the tie-down extrusion and the siderail, free of charge. The recall began August 1, 2018. Owners may contact Manac customer service at 1-800-361-7900." -06/04/2018,18V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V370000),"Volkswagen Group of America, Inc.",Passenger's Air Bag may Deploy Improperly,AIR BAGS,74D5,Vehicle,139249,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2018 Audi S6 and S7, 2012-2018 A7 and A6 Sedan, and 2014-2018 RS7 vehicles equipped with basic seats (with or without heating). Stress or wear of the body-sensing mat within the front passenger seat may cause the Passenger Occupant Detection System (PODS) control module to malfunction.","If the PODS module malfunctions, the front passenger air bag may not deploy properly in the event of a crash, increasing the risk of injury.","Volkswagen will notify owners, and dealers will install a PODS system repair kit, free of charge. The recall began November 29, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 74D5." -06/01/2018,18V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V363000),Kia Motors America,Air Bags/Seat Belt Pretensioners may be Disabled,AIR BAGS,SC165,Vehicle,507587,"Kia Motors America (Kia) is recalling certain 2010-2013 Kia Forte, Forte Koup, 2011-2013 Kia Optima and 2011-2012 Kia Optima Hybrid and Sedona vehicles. In the event of a crash, the air bag control unit (ACU) may short circuit, preventing the frontal air bags and seat belt pretensioners from deploying.","If the frontal air bags and seat belt pretensioners are disabled, there is an increased risk of injury to the vehicle occupants in the event of a vehicle crash that necessitates deployment of these safety systems.","Kia will notify owners. For model year 2011 Sedona vehicles, Kia will instruct dealers to verify the ACU part number and, if necessary, install an extension wire harness kit between the ACU Connector and the Vehicle Harness Connector. For all other affected vehicles, Kia will instruct dealers to install the extension wire harness kit. The recall began September 28, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC165." -06/01/2018,18V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V368000),PACCAR Incorporated,"Driver not Warned when ABS Offline/FMVSS 121, 136",ELECTRONIC STABILITY CONTROL,18KWD;18PBB,Vehicle,85626,"PACCAR Incorporated (PACCAR) is recalling certain 2017-2018 Peterbilt 567 and 579 trucks and 2015-2018 Kenworth T660, T680, T800, T880 and W900 trucks. In the event that the Anti-lock Brake System (ABS) loses battery and/or ignition power to the controller, the dash warning light for the ABS may not illuminate to warn the driver of the loss of ABS. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems,"" and 136, ""Electronic Stability Control System on Heavy Vehicles.""","If the driver unknowingly operates the vehicle without the ABS functioning, there would be an increased risk of a crash.","PACCAR will notify owners, and dealers will update the NAMUX software within the cab control module, free of charge. PACCAR issued owners an interim notification on July 30, 2018. Owners may contact Peterbilt customer service at 1-918-259-3258 or Kenworth customer service at 1-425-828-5000." -06/01/2018,18V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V357000),"Forest River, Inc.",Improperly Torqued Differential U-Bolts,POWER TRAIN,105-0749,Vehicle,471,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Forester and Sunseeker and Coachmen Leprechaun and Freelander motorhomes. The U-Bolts that secure the rear differential may not have been properly tightened, causing them to loosen over time and allowing the rear axles to shift.","Loose rear axle assemblies can cause a loss of control, increasing the risk of a crash.","Forest River has notified owners, and dealers will inspect the U-Bolts and properly tighten or replace the U-Bolts, as necessary, free of charge. The recall began on June 6, 2018. Owners may contact Forest River customer service for Sunseeker and Forester vehicles at 1-574-206-7600, or Coachmen customer service for Freelander and Leprechaun vehicles at 1-574-825-8602. Forest River's number for this recall is 105-0749." -06/01/2018,18V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V369000),"Volkswagen Group of America, Inc.",Insufficient Coating on Brake Caliper Pistons,"SERVICE BRAKES, HYDRAULIC","47N8, 47N9, 47N6",Vehicle,10225,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Atlas, Passat, Beetle, Beetle Convertible, Golf, Golf SportWagen and GTI and Audi Q5 and SQ5 vehicles. The brake caliper pistons on these vehicles may have insufficient coating, potentially reducing the brake performance.",A reduction of braking performance can increase the risk of a crash.,"Volkswagen and Audi will notify their owners. Audi dealers will bleed the rear brakes. Volkswagen dealers will bleed the front and rear brake calipers. Note: Owners are advised not to drive their vehicles until the brake system has been checked. The recall began June 29, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298 and Audi customer service at 1-800-253-2834. Volkswagen's numbers for this recall are 47N8, 47N9, and 47N6." -06/01/2018,18V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V366000),"Forest River, Inc.",Insufficient U-Bolt Torque Causing Axle Separation,SUSPENSION,51-0752,Vehicle,144,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Rockport, Elkhart Coach ECE4 and Glaval Bus Commute, and 2018-2019 Starcraft Bus Allstar, Allstar MVP, Senator II and Senator II MVP transit buses. The U-bolts on the rear axle that hold the leaf spring and rear axle together may have been insufficiently tightened.","The loose U-bolts may further loosen or break allowing the axle to separate and cause a loss of control, increasing the risk of a crash.","Forest River has notified owners, and dealers will inspect the tightness of the U-bolt, replacing or tightening the U-bolt as necessary, free of charge. The recall began June 27, 2018. Owners may contact Rockport customer service at 1-888-711-1600, Glaval customer service at 1-800-445-2825, Starcraft customer service at 1-800-348-7440, and Elkhart customer service at 1-866- 478-7652. Forest River's number for this recall is 51-0752." -06/01/2018,18V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V367000),"MORryde International, Inc.",Insufficient U-Bolt Torque Causing Axle Separation,SUSPENSION,NR (Not Reported),Vehicle,904,"MORryde International, Inc. (MORryde) is recalling certain 2018 Ford E-450 chassis modified for transit bus use. The U-bolts on the rear axle that hold the leaf spring and rear axle together may have been insufficiently tightened.","The loose U-bolts may further loosen or break allowing the axle to separate and cause a loss of control, increasing the risk of a crash.","MORryde will notify the chassis purchasers, and dealers for those companies will inspect the tightness of the U-bolts, replacing or tightening the U-bolts as necessary, free of charge. The recall began on June 28, 2018. Owners may contact MORryde customer service at 1-574-293-1581." -06/01/2018,18V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V362000),Starcraft RV,LP Gas Bottle may Detach While Moving,EQUIPMENT,9902385,Vehicle,51,Starcraft RV (Starcraft) is recalling certain 2019 Starcraft Telluride fifth-wheel recreational trailers. The strap that secures the liquid propane (LP) gas bottle may separate from its buckle and no longer secure the propane tank.,An unsecured propane tank could detach from the trailer and increase the risk of a crash or leak propane and increase the risk of a fire.,"Starcraft will notify owners, and dealers will replace the propane tank securing strap with a new strap that has the correct crimping, free of charge. The recall began on July 27, 2018. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902385." -06/01/2018,18V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V364000),"Jayco, Inc.",LP Gas Bottle may Detach While Moving,EQUIPMENT,9901385,Vehicle,612,"Jayco, Inc. (Jayco) is recalling certain 2018-2019 Eagle, Eagle HT, NorthPoint, Pinnacle, Talon and Seismic fifth-wheel recreational trailers. The strap that secures the liquid propane (LP) gas bottle may separate from its buckle and no longer secure the propane tank.",An unsecured propane tank could detach from the trailer and increase the risk of a crash or leak propane and increase the risk of a fire.,"Jayco will notify owners, and dealers will replace the propane tank securing strap with a new strap that has the correct crimping, free of charge. The recall began on July 27, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901385." -06/01/2018,18V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V361000),"Forest River, Inc.",Tires of the Incorrect Load Range Installed,TIRES,22-0750,Vehicle,31,"Forest River, Inc. (Forest River) is recalling certain 2019 Forest River Wildcat recreational trailers. These trailers were equipped with Load Range D tires instead of Load Range E tires.","Using the trailer with underrated tires could result in tire failure, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the five tires and rims, free of charge. The recall began on June 27, 2018. Owners may contact Forest River customer service at 1-503-831-5410. Forest River's number for this recall is 22-0750." -05/31/2018,18E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E037000),"Dorman Products, Inc.",Ball Stud Separation may Cause Loss of Steering,SUSPENSION,CA0518XXXX,Equipment,4025,"Dorman Products, Inc. (Dorman) is recalling certain Dorman control arms, part numbers 521-898, 521-897, CA14583 and CA14584. These control arms may have a ball stud that can pull through the steering knuckle causing a partial loss of steering.",Loss of steering ability can increase the risk of a crash.,"Dorman will notify owners, and dealers will replace the ball stud with a new ball stud nut, free of charge. The recall began August 15, 2018. Owners may contact Dorman customer service at 1-800-523-2492. Dorman's number for this recall is CA0518XXXX." -05/31/2018,18E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E038000),"Yakima Products, Inc.",Bicycle Rack Rear Tire Tray Separation,EQUIPMENT,HU2018,Equipment,3184,"Yakima Products, Inc. (Yakima) is recalling certain HoldUp Evo hitch-mounted bike racks, part number 802479-2482. The rear tire tray may separate from the bike rack while the vehicle is moving.","If the rear wheel tray separates from the bike rack while a bicycle is attached to it, the rear bicycle wheel may drag on the road while the vehicle is moving, increasing the risk of a crash.","Yakima has notified owners, and will provide owners with a repair kit that will secure the rear bicycle wheel rear tray, free of charge. The recall began on June 6, 2018. Owners may contact Yakima customer service at 1-888-266-3085. Yakima's number for this recall is HU2018." -05/31/2018,18V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V358000),"General Motors, LLC",Fuel Pump Flange Weld may Fracture,"FUEL SYSTEM, GASOLINE",18188 18268,Vehicle,895,"General Motors LLC (GM) is recalling certain 2015-2018 GMC Canyon, 2016-2017 Buick Envision, 2016-2018 Chevrolet Colorado and Malibu, 2017-2018 GMC Acadia, 2018 Buick LaCrosse, Cadillac ATS, Chevrolet Equinox, and GMC Terrain vehicles. The high pressure fuel pump may detach from its mounting flange, possibly resulting in the pump damaging the high pressure fuel line.","A damaged fuel line can create a fuel leak, increasing the risk of a fire.","GM will notify owners, and dealers will replace the high pressure fuel pump, and high pressure fuel pipe, free of charge. The recall began July 2, 2018. Owners may contact Buick customer service at 1-800-521-7300, Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 18188." -05/31/2018,18V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V360000),"General Motors, LLC",Hard Braking and Acceleration may Disable Air Bags,AIR BAGS,18195,Vehicle,498,"General Motors LLC (GM) is recalling certain 2019 Chevrolet Corvette ZR1 vehicles. Hard braking or acceleration may cause the sensing diagnostic module (SDM) to enter a fault state. As a result, the SDM will not provide crash sensing or deploy the necessary air bags in the event of a crash.","In the event of a crash, if the air bags do not deploy as designed, the occupants have an increased risk of injury.","GM will notify owners, and dealers will reprogram the SDM with updated software, free of charge. The recall began on June 29, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18195." -05/31/2018,18V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V359000),PACCAR Incorporated,Rear Hub Axle Nut may be Over Tightened,POWER TRAIN,18KWC,Vehicle,36,"PACCAR Incorporated (PACCAR) is recalling certain 2019 Kenworth T270 and T370 vehicles. The rear hub axle nut on these vehicles may have been over tightened, possibly causing bearing failure or a fire.","Bearing failure can cause wheel separation, increasing the risk of crash.","PACCAR will notify owners, and dealers will disassemble the rear hub assembly, and install new bearings and re-assemble the hub, free of charge. The recall began June 22, 2018. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 18KWC." -05/30/2018,18V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V354000),"Forest River, Inc.",LP Gas Bottle may Detach While Moving,EQUIPMENT,110-0738,Vehicle,237,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Chaparral, Chaparral Lite and Brookstone, and Shasta Phoenix recreational trailers. The liquid propane (LP) gas bottle ring on these trailers may not have a deep enough pierce punch to bind the metal strap, possibly resulting in the LP bottle detaching.","If the LP bottle detaches while moving, it can increase the risk of a crash.","Forest River will notify owners, and dealers will install new LP bottle rings, free of charge. The recall began on June 28, 2018. Owners may contact Forest River customer service at 1-574-825-8360. Forest River's number for this recall is 110-0738." -05/30/2018,18V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V355000),"Nissan North America, Inc.","Seat Belt Anchorage Detachment/FMVSS 210, 209, 208",SEAT BELTS,NR (Not Reported),Vehicle,6,"Nissan North America, Inc. (Nissan) is recalling certain 2018 Infiniti QX30 vehicles. The bolt securing the right-hand side lower seat belt anchorage may have been incorrectly installed during production. This can result in the lower seat belt anchorage detaching in a crash. As such, these vehicles fail to comply with certain requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages"", number 209, ""Seat Belt Assemblies, and number 208, ""Occupant Crash Protection.""","If the lower seat belt anchorage detaches in a crash, it can increase the risk of injury.","Nissan will notify owners, and dealers will weld in a new retaining plate and secure the seat belt anchorage with a new anchor bolt, free of charge. All vehicles were repaired July 17, 2018. Owners may contact Infiniti customer service at 1-800-662-6200." -05/29/2018,18V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V351000),"Daimler Trucks North America, LLC",Front Brake Hose may Chafe,"SERVICE BRAKES, AIR",FL-773,Vehicle,640,Daimler Trucks North America LLC (DTNA) is recalling certain 2012-2019 Western Star 4900 trucks built with Lowmax hoods and disc brakes. There may be insufficient clearance between the front brake hose and the hood resulting in the brake hose being chafed.,"Front brake hose chafing may causing air loss, possibly reducing braking effectiveness and increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the front axle brake hose, free of charge. DTNA issued owners an interim notification on July 27, 2018. The recall began November 27, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-773." -05/29/2018,18V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V352000),"Daimler Trucks North America, LLC",Improperly Torqued Brake Caliper Mounting Bolts,"SERVICE BRAKES, HYDRAULIC",FL-772,Vehicle,2767,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner EFX and Saf-T-Liner HDX school buses equipped with air disc brakes. The brake caliper mounting bolts on these vehicles may be insufficiently tightened, allowing the bolts to loosen.","If the brake caliper mounting bolts come loose, braking performance may be reduced, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the brake caliper mounting bolts and tighten them as necessary, free of charge. DTNA issued owners an interim notification on July 25, 2018. The recall began September 4, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-772." -05/29/2018,18V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V353000),"Daimler Trucks North America, LLC",Improperly Torqued Caliper Mounting Bolts,"SERVICE BRAKES, HYDRAULIC",FL-772,Vehicle,8741,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Freightliner M2 Business Class, 108SD, 114SD and Cascadia trucks, Western Star 4700, 4900, and 5700 trucks, FCCC S2C 106 Cab, S2G Cab, XBR, XBS, XCL, XCM, XCP, XCR, and XCS chassis equipped with air disc brakes. The brake caliper mounting bolts on these vehicles may be insufficiently tightened, allowing the bolts to loosen.","If the brake caliper mounting bolts loosen, braking performance may be reduced, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the brake caliper mounting bolts and tighten them as necessary, free of charge. DTNA issued owners an interim notification on July 25, 2018. The recall began September 4, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-772." -05/29/2018,18V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V350000),Shyft Group,Loss of Air to the Air Brake System/FMVSS 121,"SERVICE BRAKES, AIR",18017,Vehicle,309,"Spartan Motors USA (Spartan) is recalling certain 2001-2018 Spartan Gladiator, Diamond, MetroStar, and Advantage emergency response vehicles. The affected vehicles may not be equipped with a pressure protection valve installed between the air reservoir and the lubrication control module. If the air line were to become disconnected between the lubrication control module and the air reservoir, a loss of air to the air brake system could occur. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",A loss of air to the air brake system could increase the risk of a crash.,"Spartan will notify owners, and dealers will inspect the vehicles and install a pressure protection valve, as necessary, free of charge. The recall began on June 26, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18017." -05/29/2018,18V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V349000),"Foretravel, Inc.",Missing Passenger Seat Base Securing Bolts,SEATS,NR (Not Reported),Vehicle,19,"Foretravel, Inc. (Foretravel) is recalling certain 2017-2018 Foretravel iH45 and Realm motorcoaches. The passenger seat base assembly may not be adequately secured.","In the event of a crash, the passenger seat base may move, increasing the risk of occupant injury.","Foretravel will notify owners, and dealers will install any missing bolts, free of charge. The recall began June 15, 2018. Owners may contact Foretravel customer service at 1-800-955-6226." -05/29/2018,18V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V348000),"Altec Industries, Inc.",Missing Placard for Trailer Hitch Load Limits,TRAILER HITCHES,CSN 684,Vehicle,201,"Altec Industries Inc. (Altec) is recalling certain 2012-2018 Altec LS63 and LS87 aerial devices equipped with a pintle hook mounted into the Class 3 receiver tube. This towing combination was shipped without a placard that provides the maximum allowable towing limit, possibly resulting in the receiver tube being overloaded.","An overloaded receiver tube could detach, increasing the risk of a crash.","Altec will notify owners, and provide them with a placard that states the limit of the receiver tube assembly as 600lbs vertical load, and 6,000lbs towing capacity, free of charge. The recall began on July 25, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 684." -05/27/2018,18V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V342000),"General Motors, LLC",Seat Back Frame Joint Improperly Welded,SEATS,18178,Vehicle,71,"General Motors LLC (GM) is recalling certain 2018 Chevrolet Sonic vehicles. A joint in the driver's seat-back frame may not be properly welded, reducing the strength of the seat-back frame.","In the event of a rear-impact crash, the seat-back may fail, increasing the risk of injury.","GM will notify owners, and dealers will replace the driver's seat-back, free of charge. The recall began June 28, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18178." -05/25/2018,18V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V344000),"Chrysler (FCA US, LLC)",Cylinder or Camshaft Damage,ENGINE AND ENGINE COOLING,U52,Vehicle,14,"Chrysler (FCA US LLC) is recalling certain 2019 Jeep Cherokee vehicles equipped with 2.0L engines. The engines in these vehicles may be missing valve stem keepers, which can allow the valve to drop into the engine cylinder causing engine damage. These engines may also have a reversed camshaft cap that can damage the camshaft bearing causing camshaft failure.","Cylinder damage or camshaft failure can cause the engine to stall, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and repair or replace the affected engine components, as necessary, free of charge. The recall began August 9, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U52." -05/25/2018,18V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V341000),"Tiffin Motorhomes, Inc.",Entry Door May open While Moving,STRUCTURE,TIF-110,Vehicle,1223,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2018-2019 Tiffin Allegro RED, Allegro Open Road, Breeze, Bus, Phaeton, and Zephyr motorhomes. The entry door on these vehicles may have been improperly assembled, allowing the door to open while the vehicle is moving.","If the door comes open while the motorhome is moving, there is an increased risk of injury to the motorhome occupants.","Tiffin will notify owners, and dealers will adjust the door lock mechanism, free of charge. The recall began on June 18, 2018. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-110." -05/25/2018,18V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V347000),"Maserati North America, Inc.",Incomplete Sub Frame Welds May Fracture,STRUCTURE,369,Vehicle,62,"Maserati North America, Inc. (Maserati) is recalling certain 2018 Maserati Quattroporte, Ghibli, and Levante vehicles. The welds on the front sub frame may be incomplete, which can result in the welds breaking.","If the welds fracture, it can cause a loss of vehicle control, increasing the risk of a crash.","Maserati will notify owners, and dealers will inspect the sub frame for incomplete welds, replacing the sub frame, as necessary, free of charge. The recall began on June 29, 2018. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 369." -05/25/2018,18V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V343000),"Chrysler (FCA US, LLC)",Intermediate Steering Shaft may Split,STEERING,U48,Vehicle,539,Chrysler (FCA US LLC) is recalling certain 2018 Jeep Wrangler vehicles. The intermediate steering shaft may not have been properly welded causing a split where the external spline is formed.,"If the weld seam splits, the steering wheel may lose center positioning causing a loss of steering responsiveness and increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and, as necessary, replace the intermediate steering shaft, free of charge. The recall began June 21, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U48." -05/25/2018,18V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V346000),"Altec Industries, Inc.",Starter Cable may Chafe and Cause Electrical Short,ELECTRICAL SYSTEM,CSN 683,Vehicle,133,"Altec Industries Inc. (Altec) is recalling certain 2016-2017 Digger Derrick DM, D2000, D3000, D4000 Series vehicles built on Freightliner M2106/V chassis. The starter cable may be improperly secured, allowing the cable to chafe which could result in an electrical short.",An electrical short can increase the risk of a fire.,"Altec will notify owners, and dealers will inspect and better secure the starter cable as needed, free of charge. The recall began July 20, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 683." -05/25/2018,18V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V345000),"Altec Industries, Inc.",Travel Height Different then Indicated on Label,EQUIPMENT,CSN 682,Vehicle,18,Altec Industries Inc. (Altec) is recalling certain 2017 Altec TA48S aerial devices. The travel height of these vehicles may be greater than the indicated height on the decal that is located on the chassis dashboard.,"If the travel height is higher than what is indicated on the decal, the vehicle may unexpectedly strike an overhead obstruction, increasing the risk of a crash.","Altec will notify owners, and dealers will measure the vehicle's travel height, and if height is different than what is on the decals, the decals will be replaced, free of charge. The recall began on July 18, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 682." -05/24/2018,18E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E035000),"Roush Performance Products, Inc.",Hose Barb Fittings may Damage Fuel Lines,ENGINE AND ENGINE COOLING,REMay2018,Equipment,146,"Roush Performance Products, Inc. (Roush) is recalling certain aftermarket supercharger kits, part number R1318-6006P1-AA, sold for installation on 2018 Ford Mustangs. The hose barb fittings on the supercharger kits may be manufactured incorrectly, possibly causing damage to the fuel lines and resulting in a fuel leak.",A fuel leak can increase the risk of a fire.,"Roush will notify the known owners and replace the defective fuel rail subassemblies, free of charge. The recall began on May 31, 2018. Owners may contact Roush customer service at 1-800-597-6874. Roush's number for this recall is REMay2018." -05/24/2018,18V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V340000),"General Motors, LLC",Sensing Module may not Power Down Correctly,AIR BAGS,18179,Vehicle,88503,"General Motors LLC (GM) is recalling certain 2018 GMC Terrain vehicles. The sensing diagnostic module (SDM) that senses a crash and deploys the necessary air bags may not power down correctly when the vehicle is shut off, causing it to be inoperative when the vehicle is restarted.","If the SDM becomes inoperative, it will not detect a crash or command the necessary air bag deployment, increasing the risk of injury in the event of a crash.","GM will notify owners, and dealers will reprogram the SDM with updated software, free of charge. The recall began June 29, 2018. Owners may contact GMC customer service at 1-800-462-8782. GM's number for this recall is 18179." -05/23/2018,18V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V336000),"BMW of North America, LLC",Engine Belt Idler Pulley Bolt may Loosen/Break,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,33214,"BMW of North America, LLC (BMW) is recalling certain 2009-2013 X5 xDrive 35d diesel vehicles. The engine idler pulley bolt may loosen over time and break.","If the idler pulley bolt breaks, the vehicle may unexpectedly lose power-assisted steering, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the idler pulley bolt with an improved part, free of charge. The recall began March 11, 2019. Owners may contact BMW customer service at 1-800-525-7417." -05/23/2018,18V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V337000),"Jaguar Land Rover North America, LLC",Fuel Gauge Reads Lower than Actual Level,ELECTRICAL SYSTEM,N206,Vehicle,1917,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2017 Land Rover Range Rover, Range Rover Sport, and Discovery vehicles. The fuel gauge on these vehicles may indicate that the fuel level is low and illuminate the warning lamp, when the fuel tank actually has more fuel. The engine management software may also cut off the engine when the vehicle has traveled approximately 17 more miles.","If the engine were to shut off, it can cause loss of power brake assistance. An engine stall would cause a loss of drive power. Both scenarios can increase the risk of a crash.","Land Rover will notify owners, and dealers will install a software update to correct the fuel level reading, free of charge. The recall began on June 22, 2018. Owners may Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N206." -05/23/2018,18V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V333000),"Forest River, Inc.",Missing Intermediate Side Marker Lights/FMVSS 108,EXTERIOR LIGHTING,73-0727,Vehicle,265,"Forest River, Inc. (Forest River) is recalling certain 2017-2019 Forest River Vengeance Rouge recreational trailers, models VGT25V-73 and VGT25V-73-W. These vehicles may be missing side marker lights in the middle of each side, reducing the visibility of the trailers to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",The reduced visibility can increase the risk of a crash.,"Forest River has notified owners, and dealers will install the missing amber side marker lights, free of charge. The recall began June 7, 2018. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 73-0727." -05/23/2018,18V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V338000),Kia Motors America,Power Sliding Door may not Auto-Reverse,ELECTRICAL SYSTEM,SC164,Vehicle,106428,Kia Motors America (Kia) is recalling certain 2015-2018 Kia Sedona vehicles equipped with a power sliding door (PSD). The PSD may not auto-reverse when its closing is obstructed.,"If the door closes on an occupant, there is an increased risk of an injury.","Kia will notify owners, and dealers will reprogram the PSD module software, free of charge. The recall began on June 18, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC164." -05/22/2018,18E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E036000),Fuel Helmets,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,20009,"Fuel Helmets (Fuel) is recalling certain Open Face helmets, part number SH-OF0016 in size Large and SH-OF0017 in size Extra Large manufactured June 2015-April 2017. The affected helmets may not adequately protect the wearer's head in the event of an impact, and an object may penetrate the helmet. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"Fuel Helmets will notify owners and replace the helmet, free of charge. The recall began December 10, 2018. Owners may contact Fuel customer service at 1-855-355-3835." -05/22/2018,18V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V335000),"Daimler Vans USA, LLC",Transmission Support Mounting Bolts may be Loose,POWER TRAIN,NR (Not Reported),Vehicle,7433,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015-2017 Mercedes-Benz Metris vehicles. The transmission support may not have been properly tightened to the vehicle body, potentially resulting in damage to the driveshaft.","Damage to the driveshaft could cause a loss of power to the wheels, increasing the risk of a crash.","DVUSA will notify owners, and dealers will inspect the transmission support mounting bolts, replacing and tightening them as necessary, free of charge. The recall began July 11, 2018. Owners may contact DVUSA customer service at 1-877-762-8267." -05/22/2018,18V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V339000),"Columbia Northwest, Inc.",Weld Joint Failure on Front A-Frame,STRUCTURE,NR (Not Reported),Vehicle,50,"Columbia Northwest, Inc. (Columbia Northwest) is recalling certain 2016-2017 Somerset Chesapeake and Somerset Newport recreational trailers. A weld on the front A-frame bars may fail, possibly allowing the front of the trailer to drop while being towed.","If the front of the trailer drops while being towed, it may contact the road, causing a loss of control and increasing the risk of a crash.","Columbia Northwest will notify owners and dealers will install steel supports welded to the joints identified on the front of the frame, free of charge. The recall began June 18, 2018. Owners may contact Columbia Northwest customer service at 1-724-237-5227." -05/21/2018,18V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V334000),"Forest River, Inc.",Incorrect Tire PSI on Federal Placard/FMVSS 110,EQUIPMENT,121-0734,Vehicle,23,"Forest River, Inc. (Forest River) is recalling certain 2019 Coachmen Viking recreational trailers, models T17BHS and T17FQS. The Federal Placard states that the tires have an inflation pressure of 65 PSI, when the tires actually require 75 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect Placard could cause the operator to underinflate the tires, possibly causing tire failure, increasing the risk of a crash.","Forest River has notified owners and provided a corrected Federal Placard, free of charge. The recall began May 31, 2018. Owners may contact Forest River customer service at 1-269-467-8281. Forest River's number for this recall is 121-0734." -05/18/2018,18V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V365000),"Van-Con, Inc.",Roof Seams may Separate/FMVSS 221,STRUCTURE,NR (Not Reported),Vehicle,5,"Van-Con, Inc. (Van-Con) is recalling one 2016 33803 Dual Rear Wheel school bus. The roof panel seams were not correctly bonded and thus may separate in the event of a crash. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 221, ""School Bus Body Joint Strength.""","If the roof panels separate in a crash, the occupants have an increased risk of injury.","The purchaser of the affected bus is aware of the issue, therefore an owner notification letter will not be mailed. Owners may contact Van-Con customer service at 1-732-356-8484." -05/17/2018,18E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E033000),LuK GmbH & Co. KG,Clutch Actuator Oil Leak may cause Fire,HYBRID PROPULSION SYSTEM,NR (Not Reported),Equipment,37185,"LuK GmbH & Co. KG (LuK) has submitted a Defect Information Report based upon decisions made by Kia Motors America and Hyundai Motor America to conduct recalls (numbers 18V257 and 18V260 respectively) to inspect and replace the Hydraulic Clutch Actuator (HCA) caps and assembly that can allow oil to accumulate in the cap area, possibly resulting in an electrical short.",An electrical short can increase the risk of a fire.,"LuK is working with the affected vehicle manufacturers. Dealers for those manufacturers will inspect the HCA caps for leaked oil, and replace the HCA assembly if necessary, free of charge. Kia owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC163. The recall began May 17, 2018. Hyundai owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 176." -05/17/2018,18V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V332000),"Chrysler (FCA US, LLC)",Cruise Control cannot be Cancelled,ELECTRICAL SYSTEM,"U49,U59-U65,U68,U73",Vehicle,4815661,"Chrysler (FCA US LLC) is recalling certain 2014-2018 Dodge Journey, Charger and Durango, RAM 2500, 3500, 3500 Cab Chassis (more than 10,000lb), 4500 Cab Chassis and 5500 Cab Chassis, Jeep Cherokee and Grand Cherokee and Chrysler 300, 2014-2019 RAM 1500, 2015-2018 Dodge Challenger, 2015-2017 Chrysler 200, 2016-2018 RAM 3500 Cab Chassis (less than 10,000 lb), 2017-2018 Chrysler Pacifica and 2018 Jeep Wrangler vehicles. These vehicles are being recalled to address a defect that could prevent the cruise control system from disengaging. If, when using cruise control, there is a short circuit within the vehicle's wiring, the driver may not be able to shut off the cruise control either by depressing the brake pedal or manually turning the system off once it has been engaged, resulting in either the vehicle maintaining its current speed or possibly accelerating.","If the vehicle maintains its speed or accelerates despite attempts to deactivate the cruise control, there would be an increased risk of a crash.","Chrysler will notify owners, and dealers will inspect the software, and perform a software flash on the engine or powertrain control module, free of charge. The recall began June 4, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Note: Owners are advised to stop using cruise control until the software update has been performed. In the event that cruise control cannot be disengaged while driving, owners should firmly and steadily apply the brakes and shift the transmission to neutral, placing the vehicle in park once it has stopped." -05/17/2018,18V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V326000),Rebel West Powersports LLC,Missing Rear Side Reflex Reflectors/FMVSS 108,VISIBILITY,recall1,Vehicle,1,"Rebel West Powersports LLC (Rebel West) is recalling one 2018 Rebel R4 LSV vehicle. The vehicle did not have rear side reflex reflectors. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the reflex reflectors are missing, it will reduce the vehicle's visibility to other drivers, increasing the risk of a crash.","Rebel West notified the owner, and rear reflex reflectors were installed, free of charge. No owner notification letter will be mailed. Owners may contact Rebel West customer service at 1-602-842-5100. Rebel West's number for this recall is recall1." -05/17/2018,18V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V327000),Daimler Coaches North America,Steering Drop Arm Failure,STEERING,46.40U10716A,Vehicle,8,"Setra of North America (Setra) is recalling certain 2017-2018 Setra S417 TC and S407 CC motorcoaches. The steering drop arm nut may loosen, possibly causing a loss of steering control.",A loss of steering control can increase the risk of a crash.,"Setra will notify owners, and dealers will replace the steering drop arm and nut, free of charge. The recall began on July 9, 2018. Owners may contact Setra customer service at 1-800-241-2947. Setra's number for this recall is 46.40U10716A." -05/17/2018,18V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V328000),"Tiffin Motorhomes, Inc.",Tow Hitch may Detach from Motorhome,TRAILER HITCHES,TIF-109,Vehicle,5871,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2013-2018 Allegro Open Road motorhomes. Insufficient strength of the frame rail may allow the tow hitch to detach from the motorhome.","If the hitch detaches, the tow vehicle would not be connected to the motorhome, increasing the risk of a crash.","Tiffin will notify owners, and dealers will install an insert plate to strengthen the frame rail, free of charge. Tiffin issued owners an interim notification on May 31, 2018. The recall began on July 24, 2018. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-109. Note: Some vehicles already remedied as part of recall 17V200 will need the additional repairs covered by this recall." -05/17/2018,18V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V331000),"Suzuki Motor USA, LLC",Transmission Control Module may Fail,POWER TRAIN,4005 to 4008,Vehicle,5786,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2013 Suzuki Kizashi and SX4 vehicles equipped with a Continuously Variable Transmission (CVT). The Transmission Control Module (TCM) may fail causing a reduction in speed or reduced vehicle acceleration.",A reduction in vehicle speed or reduced acceleration can increase the risk of a crash.,"Suzuki will notify owners, and dealers will replace the TCM, free of charge. The recall began on June 11, 2018. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is 4005 to 4008." -05/17/2018,18V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V330000),"Daimler Trucks North America, LLC",Wheelchair Lift can be Used when not in Park,EQUIPMENT ADAPTIVE/MOBILITY,FL-770,Vehicle,6,"Daimler Trucks North America LLC (DTNA) is recalling certain 2003-2006 Thomas Built Buses Minotour transit buses built on a Ford chassis and equipped with an optional wheelchair lift. The wheelchair lift may be allowed to operate when the vehicle is in neutral or drive, due to missing relay in the interlock wiring harness.","If the vehicle can be moved while the wheelchair lift is being used, there is an increased the risk of injury.","DTNA will notify owners, and dealers will inspect the wheelchair lift wiring, correcting it as necessary, free of charge. Daimler issued an interim notification to owners on June 19, 2018. The recall began November 15, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-770." -05/16/2018,18V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V321000),Polaris Inc.,Brake Pedal may Separate from Master Cylinder,"SERVICE BRAKES, HYDRAULIC",T-18-02,Vehicle,4342,"Polaris Industries, Inc. (Polaris) is recalling certain 2017-2018 Polaris Slingshot, Slingshot SL, Slingshot SLR, Slingshot SL Icon, and Slingshot GT LE motorcycles. The brake pedals may have been incorrectly installed, allowing the brake pedal to separate from the brake master cylinder.","If the brake pedal separates from the brake master cylinder, it would cause a loss of braking ability, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect the engagement of the brake pedal retaining clip and reassemble it if necessary, free of charge. The recall began on June 5, 2018. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-18-02." -05/16/2018,18V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V318000),"Porsche Cars North America, Inc.",Control Unit may Fail,ELECTRICAL SYSTEM,AJ05,Vehicle,3,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2018 Porsche Macan S and Macan vehicles. These vehicles have a control unit that may fail and prevent safety-related functions such as driver display alerts and possibly impair drivability and post-crash functions.",Failure of the control unit may increase the risk of a crash.,"Porsche will notify owners, and dealers will replace the affected control unit, free of charge. The recall began July 27, 2018. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ05." -05/16/2018,18V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V322000),"McNeilus Truck & Manufacturing, Inc.",Hydraulic Tank Overpressurize and Rupture,EQUIPMENT,VSR-TSB-018,Vehicle,1669,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2008-2018 Bridgemaster V concrete mixers equipped with an optional composite material hydraulic tank. The filler neck check valve may seal the tank too tightly, causing the tank to overpressurize and possibly rupture.","If the tank ruptures it may cause hydraulic fluid to spill. The ruptured tank can cause injuries from plastic debris. The spilled hydraulic fluid could be hot which could cause burn injuries. If the vehicle is on the road when the tank ruptures, the tank pieces or spilled hydraulic fluid may cause a road hazard which could increase the risk of a crash.","McNeilus has notified owners, and dealers will replace the filler neck, free of charge. The recall began on June 4, 2018. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for the recall is VSR-TSB-018." -05/16/2018,18V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V319000),Ford Motor Company,Improperly Adjusted Parking Brake Cable/FMVSS 105,PARKING BRAKE,18C05,Vehicle,151,"Ford Motor Company (Ford) is recalling certain 2018 Ford F-650 and F-750 vehicles equipped with hydraulic brakes. The parking brake cable may not have been adjusted properly, which may result in unexpected vehicle movement. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","For vehicles equipped with a transmission that does not have a 'Park' position or a transmission that has a 'Park' position but the transmission lever is not placed in 'Park', an improperly adjusted park brake cable could result in unintended movement of the vehicle, increasing the risk of a crash or injury.","Ford will notify owners, and dealers will correct the parking brake cable adjustment, free of charge. The recall began on May 25, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C05." -05/16/2018,18V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V320000),Keystone RV Company,Improperly Sealed LP Compartment,EQUIPMENT,18-321,Vehicle,94,"Keystone RV Company (Keystone) is recalling certain 2019 Keystone Cougar fifth-wheel trailers, models 28SGS and 27RLS. The propane compartment may not have been sealed properly during manufacturing, which if there were a propane leak, could allow the propane gas to seep into the living quarters.",A propane leak into the living area can increase the risk of injury or fire.,"Keystone will notify owners, and dealers will seal the inside of the LP compartment along the floor line and side wall, free of charge. The recall began on June 14, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-321." -05/16/2018,18V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V325000),"Volkswagen Group of America, Inc.",Incorrectly Folded Front Seat-Mounted Air Bag,AIR BAGS,69W6,Vehicle,548,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain Audi S5 Cabriolet vehicles equipped with Super Sport seats. The seat-mounted head/thorax air bag in the front passenger seat may have been folded incorrectly during installation.","If the air bag was not folded correctly during installation, the seat-mounted air bag may deploy improperly in the event of a crash, increasing the risk of injury.","Audi will notify owners, and dealers will replace the front passenger seat-mounted head/thorax air bag, free of charge. The recall began July 13, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69W6." -05/16/2018,18V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V323000),"BMW of North America, LLC",Loss of Fuel Pump,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,846,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW M5 vehicles. In certain driving conditions, the engine control unit software may cause the fuel pump to stop.","If the fuel pump stops, the vehicle will stall, increasing the risk of a crash.","BMW will notify owners, and dealers will update the engine control unit software, free of charge. The recall began on June 25, 2018. Owners may contact BMW customer service at 1-800-525-7417." -05/16/2018,18V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V324000),"Volkswagen Group of America, Inc.",Lower Ball Joint Separation,SUSPENSION,40N4/40N5,Vehicle,2473,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Tiguan and Tiguan long wheel base (LWB) vehicles. The nut that holds the lower ball joint of the front wheel on each side of the vehicle may be loose or improperly tightened.","A loose or improperly tightened ball joint nut can result in the separation of the lower ball joint causing steering, traction or other stability issues, increasing the risk of a crash.","Volkswagen has notified owners, and dealers will replace the nut on the lower ball joint and, as necessary, clean the thread in the ball joint, free of charge. The recall began May 30, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 40N4. Note: owners are advised not to drive their vehicle until the recall repair has been performed." -05/16/2018,18V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V317000),American Custom Golf Cars,Missing Rear Side Reflector/FMVSS 500,VISIBILITY,ACG-RC2018-02,Vehicle,72,"American Custom Golf Cars (ACG) is recalling certain 2016-2017 ACG Moke low speed vehicles. These vehicles may be missing the rear side red reflectors, reducing the vehicle's visibility to other drivers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 500, ""Low Speed Vehicles.""","If the rear side red reflectors are missing, the vehicle may have reduced visibility to drivers, increasing the risk of a crash.","ACG will notify owners, and dealers will install a different reflector, free of charge. The recall began on June 15, 2018. Owners may contact ACG customer service at 1-909-597-2885. ACG's number for this recall is ACG-RC2018-02." -05/16/2018,18V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V329000),"Volkswagen Group of America, Inc.",Modifications to Vehicles Made them Noncompliant,UNKNOWN OR OTHER,01C5/01C6,Vehicle,252,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2016 Eos, 2012 Passat, 2012-2016 CC, 2015-2016 e-Golf, 2011-2015 Touareg, 2012-2015 and 2017 Tiguan, and 2011-2016 Golf and 2011-2013 GTI vehicles. Modifications made while the vehicles were in an internal evaluation period may cause the affected vehicles to not comply with all of the applicable regulatory requirements.","If the vehicles do not meet all regulatory requirements, there could be an increased risk of a crash, fire, or injury.","Volkswagen will notify owners, and dealers will repair the vehicles to make them fully compliant or Volkswagen will repurchase them if necessary, free of charge. The recall began November 29, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298." -05/16/2018,18T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T006000),"Continental Tire the Americas, LLC",Tire Cords may be Visible,TIRES,NR (Not Reported),Tire,655,"Continental Tire the Americas, LLC. (Continental Tire) is recalling certain Conti Hybrid HS3 tires, size 11R22.5 Load Range G, with tire identification numbers (TIN) A33TKWUX and DOT date codes of 0918 through 1118. Cords may be visible through the innerliner.","Tires with visible cords through the innerliner may have a sudden loss of air, increasing the risk of a crash.","Continental Tire will notify owners, and dealers will replace the tires, free of charge. The recall began August 2, 2018. Owners may contact Continental Tire customer service at 1-888-799-2168." -05/15/2018,18V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V315000),"Navistar, Inc.",Emergency Window Mechanism may be Stiff/FMVSS 217,STRUCTURE,18508,Vehicle,7859,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 IC Bus CE and 2019 IC Bus RE school buses. The release mechanism on the emergency windows may be difficult to open in an emergency situation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If extra force is needed to pull the release handle, exit of the vehicle may be hindered, increasing the risk of injury in the event of an emergency.","Navistar will notify owners, and dealers will apply dry lubricant to the latch assembly, free of charge. The recall began on June 13, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18508." -05/15/2018,18V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V316000),"Navistar, Inc.",Emergency Window Mechanism may be Stiff/FMVSS 217,STRUCTURE,18509,Vehicle,14,"Navistar, Inc. (Navistar) is recalling certain 2018 IC Bus CE transit buses. The release mechanism on the emergency windows may be difficult to open in an emergency situation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If extra force is needed to pull the release handle, exit of the vehicle may be hindered, increasing the risk of injury in the event of an emergency.","Navistar will notify owners, and dealers will apply dry lubricant to the latch assembly, free of charge. The recall began on June 13, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18509." -05/14/2018,18V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V312000),Ford Motor Company,Incorrect Brake Fluid Cap/FMVSS 135,EQUIPMENT,18C04,Vehicle,273,"Ford Motor Company (Ford) is recalling certain 2018 Ford Ecosport vehicles sold in the United States Federal Territiories. These vehicles were shipped with the European brake reservoir pictogram cap label and the European English language owner's manual kits. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","Owners could be confused by the incorrect label on the brake fluid cap, potentially causing them to replace the brake fluid with an incorrect fluid which could affect brake performance, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the brake fluid cap and owner's manual kit, free of charge. The recall began on June 21, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C04." -05/14/2018,18V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V310000),"Trail Boss Conversions, Inc.",Loose or Missing Refrigerator Gas Valve Screw,EQUIPMENT,NR (Not Reported),Vehicle,1,"Trail Boss Conversions, Inc. (Trail Boss) is recalling one 2017 Twister Horse Trailer equipped with a Norcold N306 mini refrigerator that may have a loose or missing propane gas valve test port screw.","The loose or missing propane gas port screw can allow propane gas to leak when the refrigerator is used in 'gas' mode, increasing the risk of a fire.","Trail Boss has notified the dealer that is in possession of the one affected vehicle and the dealer will install and tighten the gas valve port screw, as necessary, free of charge. The recall began on May 25, 2018. Owners may contact Trail Boss customer service at 1-877-546-9074." -05/14/2018,18V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V314000),"BMW of North America, LLC",Loss of Electrical Power/Stalling,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6591,"BMW of North America, LLC (BMW) is recalling certain 2010-2011 BMW 335d vehicles with diesel engines. The connection of the positive battery cable at the fuse box terminal may degrade over time, possibly resulting in an intermittent loss of electrical power.","A loss of electrical power to the vehicle can cause the vehicle to unexpectedly stall, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the positive battery cable connector and secure it with an improved method, free of charge. The recall began on June 29, 2018. Owners may contact BMW customer service at 1-800-525-7417." -05/14/2018,18V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V313000),Keystone RV Company,Slide Out Switch Unprotected Circuit,ELECTRICAL SYSTEM,18-320,Vehicle,313,Keystone RV Company (Keystone) is recalling certain 2018 Keystone Montana fifth-wheel trailers. The switch for the slide-out room may not have circuit-protection.,"Without circuit protection, if the slide-out switch wiring shorts to ground, there would be an increased risk of a fire.","Keystone will notify owners, and dealers will install a inline fuse for that circuit, free of charge. The recall began on June 5, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-320." -05/13/2018,18V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V309000),Motor Coach Industries,Exhaust Bellow Pipes may Leak Exhaust,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1123,"Motor Coach Industries (MCI) is recalling certain 2011-2016 D4500, D4505, D4000, D4005, and D4000 ISTV motor coaches equipped with ISX engines. Due to vibrations, the exhaust bellow pipes develop a hole.","If the pipe develops a hole, during a regeneration cycle, hot exhaust gases may leak out, increasing the risk of a fire.","MCI will notify owners, and dealers will replace the bellows pipe assembly with an improved part, free of charge. The recall began July 10, 2018. Owners may contact MCI customer service at 1-800-241-2947." -05/11/2018,18V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V306000),"Navistar, Inc.",Brake Drum Overheating and Cracking,"SERVICE BRAKES, AIR",18507,Vehicle,149,"Navistar, Inc. (Navistar) is recalling certain 2019 International LT heavy diesel trucks equipped with feature codes 29WAY, 504312, and 504455. The lightweight brake drums with slack adjusters may drag against the brakes causing the drums to overheat which can result in the brake drum cracking, separating from the vehicle or the brakes becoming inoperative.","If the brake drum separates or if the brakes become inoperative, it can increase the risk of a crash.","Navistar has notified owners, and dealers will replace the brake drums and slack adjusters and replace the brake linings, free of charge. The recall began on May 23, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18507." -05/11/2018,18V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V307000),Newmar Corporation,Diesel Exhaust Fluid Tank Bracket Contacting Tire,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,96,"Newmar Corporation (Newmar) is recalling certain 2016-2018 Newmar Mountain Aire motorhomes. The Diesel Exhaust Fluid (DEF) tank bracket may contact the tag axle tire, possibly causing tire damage.","If the bracket damages the tire, it can cause tire failure, increasing the risk of a crash.","Newmar will notify owners, and Spartan Motors dealers will move the DEF bracket away from the tire, free of charge. The recall began on June 21, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -05/11/2018,18V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V308000),PACCAR Incorporated,Front Wheel Hub Incorrectly Assembled,SUSPENSION,18KWB,Vehicle,14,PACCAR Incorporated (PACCAR) is recalling certain 2018 Kenworth T270 trucks. The outer spindle nut of the front wheel hub assembly may have been incorrectly installed possibly causing bearing failure.,"Front wheel bearing failure can lead to front wheel separation, increasing the risk of a crash.","PACCAR has notified owners, and dealers have inspected the hub assembly and corrected the installations, free of charge. The recall began April 26, 2018. Owners may contact Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 18KWB." -05/11/2018,18V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V311000),"Altec Industries, Inc.",Stake Rails Become Dislodged,STRUCTURE,CSN 680,Vehicle,135,"Altec Industries Inc. (Altec) is recalling certain 2014-2017 Altec Flatbed Bodies with stake rails. The stake rails may not be properly retained, allowing them to become dislodged.","If the stake rails become dislodged while the vehicle is moving, it can increase the risk of an injury or a crash.","Altec will notify owners and provide stake rail retention kits, free of charge. The recall began on June 21, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 680." -05/11/2018,18E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E031000),"Strehl, LLC",Trailer Skirt Panel May Separate from Trailer,STRUCTURE,NR (Not Reported),Equipment,152,"Strehl, LLC (Strehl) is recalling certain TrailerBlade Fleet trailer skirts, part number 404000. The mounting brackets may separate from the skirt panels.","If multiple brackets separate, the trailer skirt could detach from the trailer, increasing the risk of a crash.","Strehl will notify owners, and dealers will inspect the brackets and install a supplemental safety cable on each bracket. If cracks are detected, the brackets will be replaced. These repairs will be performed free of charge. The recall began on June 19, 2018. Owners may contact Strehl customer service at 1-844-462-5233." -05/10/2018,18V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V305000),Hyundai Motor America,Front and Rear Glass Incorrectly Bonded,VISIBILITY,001G,Vehicle,37,"Hyundai Motor America (Hyundai) is recalling certain 2018 Hyundai Genesis G80 and Genesis G90 vehicles. The windshield and rear window on these vehicles may have been installed with incorrect primer, potentially reducing the glass bonding strength.","If the glass bonding strength is reduced over time, the windshield and rear window may detach while driving, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the front and rear glass, free of charge. The recall began on July 6, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 001G." -05/10/2018,18V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V304000),"General Motors, LLC",Fuel Leak in Rollover After Crash/FMVSS 301,"FUEL SYSTEM, GASOLINE",18159,Vehicle,111966,"General Motors LLC (GM) is recalling certain 2016-2018 Chevrolet Cruze LS vehicles, equipped with a gasoline engine and a tire inflator kit instead of a spare tire. The vehicles may leak gasoline following a rear-impact crash and a rollover. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","A fuel leak, in the presence of an ignition source, increases the risk of a fire.","GM will notify owners, and dealers will install a lock-ring on the fuel tank that will shield the fuel tank vapor pressure sensor from damage in a rear-impact crash, free of charge. The recall began June 7, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18159." -05/10/2018,18V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V303000),Keystone RV Company,Rear Safety Exit Window Blocked by Ladder,EQUIPMENT,18-319,Vehicle,156,Keystone RV Company (Keystone) is recalling certain 2016-2017 Crossroads Redwood travel trailers. The ladder on the back of the vehicle may be blocking the secondary emergency exit window.,"If there is a ladder blocking a window that is labeled as being an emergency exit, there is an increased risk of injury.","Keystone has notified owners instructing them to remove the emergency exit sticker from that window if it is blocked by a ladder, free of charge. The recall began on May 23, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-319." -05/09/2018,18V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V302000),"Triumph Motorcycles America, Ltd.",Turn Signal and Headlight Switches may Malfunction,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1249,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2018 Street Triple R, Street Triple R - Low Seat and Street Triple RS motorcycles. Water may get into the left-hand combination switch on the handlebar and cause the turn signal switch and the headlight switch to malfunction.","If the turn signal and headlight switches do not function properly, there would be an increased risk of a crash.","Triumph will notify owners, and dealers will replace the handlebar left-hand combination switch, free of charge. The recall began June 22, 2018. Owners may contact Triumph customer service at 1-678-854-2010." -05/08/2018,18V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V300000),"Daimler Trucks North America, LLC",Frontal Air Bag Fasteners may be Loose,AIR BAGS,FL-771,Vehicle,1219,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Cascadia vehicles. The fasteners that secure the driver's air bag module within the steering wheel may not have been installed to specification, possibly affecting the frontal air bag deployment in the event of a crash.","An incorrectly installed air bag may not function correctly in a crash, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect the frontal air bag fasteners, tightening them to the proper specification, free of charge. The recall began on July 9, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-771." -05/08/2018,18V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V301000),"Daimler Trucks North America, LLC",Wheelchair Lift can be Used when not in Park,EQUIPMENT ADAPTIVE/MOBILITY,FL-770,Vehicle,1688,"Daimler Trucks North America LLC (DTNA) is recalling certain 2002-2018 Thomas Built Buses Minotour school buses built on a Ford chassis and equipped with an optional wheelchair lift. The wheelchair lift may be allowed to operate when the vehicle is in neutral or drive, due to missing relay in the interlock wiring harness.","If the vehicle can be moved while the wheelchair lift is being used, there is an increased the risk of injury.","DTNA will notify owners, and dealers will inspect the wheelchair lift wiring, correcting it as necessary, free of charge. Daimler issued an interim notification to owners on June 19, 2018. The recall began November 15, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-770." -05/07/2018,18V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V299000),Nova Bus (US) Inc.,Brake Support Bolt may Break,"SERVICE BRAKES, AIR",CR4079,Vehicle,1058,"Nova Bus (Nova) is recalling certain 2015-2017 Nova LFS and LFS Artic transit buses, equipped with axles with radial air disk brakes. Surface roughness of a guide pin in the radial brake calipers may cause the brake carriage guide pin support bolt to break.","Breakage of the guide pin can cause loss of braking ability or loss of tire pressure, increasing the risk of a crash.","Nova will notify owners and dealers will install new guide pins at each wheel end on suspect axles, free of charge. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4079." -05/04/2018,18V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V296000),"Forest River, Inc.",Missing Air Cycling Fan on Refrigerator,EQUIPMENT,37-0719,Vehicle,29,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Surveyor recreational trailers, model SVT241RBLE. The refrigerator in the slide room may not have an air cycling fan to cool the refrigerator parts, which can cause the refrigerator to overheat.","If the refrigerator overheats, the cooling tubes may fail, increasing the risk of a fire.","Forest River has notified owners, and dealers will install a cooling fan assembly, free of charge. The recall began on May 9, 2018. Owners may contact Forest River customer service at 1-574-642-3119. Forest River's number for this recall is 37-0719." -05/04/2018,18V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V297000),"Jayco, Inc.",Windshield Wiper System Failure/FMVSS 104,VISIBILITY,9903378,Vehicle,998,"Jayco, Inc. (Jayco) is recalling certain 2018 Jayco Alante and 2018-2019 Jayco Precept vehicles. The windshield wiper system motor on these vehicles may fail when being operated in heavy snow or ice situations, thereby reducing driver visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""","Failure of the windshield wiper system can decrease the driver's visibility, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the wiper module with a new relay pack, free of charge. The recall began on June 29, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903378." -05/04/2018,18V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V298000),Entegra Coach,Windshield Wiper System Failure/FMVSS 104,VISIBILITY,9903378,Vehicle,109,"Entegra Coach (Entegra) is recalling certain 2019 Vision and Emblem motorhomes. The windshield wiper system motor on these vehicles may fail when being operated in heavy snow or ice situations, thereby reducing driver visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""","Failure of the windshield wiper system can decrease the driver's visibility, increasing the risk of a crash.","Entegra will notify owners, and dealers will replace the wiper module with a new relay pack, free of charge. The recall began on June 29, 2018. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903378." -05/03/2018,18V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V290000),"Navistar, Inc.",Air Supply Routing for Stability Control System,ELECTRONIC STABILITY CONTROL,18506,Vehicle,9,"Navistar, Inc. (Navistar) is recalling certain 2019 IC Bus CE school buses equipped with feature code 04091 (dual air brake system) and 04AZS (Antilock Brake System (ABS) with 4 channel Electronic Stability Protection (ESP)). The air supply line to the SR7 roll stability valve may have been improperly routed to the ATR6 brake control valve steer axle delivery port, when it should be connected to the ATR6 brake control valve control port.","During a stability control oversteer event when there are slippery road conditions, the parking brakes may be modulated unintentionally, potentially causing a loss of control and increasing the risk of a crash.","Navistar will notify owners, and dealers will reroute the SR7 roll stability valve supply line to the ATR6 brake control valve control port, free of charge. The recall began on June 12, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18506." -05/03/2018,18V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V289000),"Navistar, Inc.",Air Supply Routing for Stability Control system,ELECTRONIC STABILITY CONTROL,18504,Vehicle,72,"Navistar, Inc. (Navistar) is recalling certain 2017-2019 International HX severe service diesel trucks equipped with feature code 04091 (dual air brake system) and 04AZY (Antilock Brake System (ABS) with 6 channel Electronic Stability Protection (ESP)). The air supply line to the SR7 roll stability valve may have been improperly routed to the ATR6 brake control valve steer axle delivery port, when it should be connected to the ATR6 brake control valve control port.","During a stability control oversteer event when there are slippery road conditions, the parking brakes may be modulated unintentionally, potentially causing a loss of control and increasing the risk of a crash.","Navistar will notify owners, and dealers will reroute the SR7 roll stability valve supply line to the ATR6 brake control valve control port, free of charge. The recall began on June 12, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18504." -05/03/2018,18V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V293000),"Navistar, Inc.",D-ring Bolt on Seat Belt May Break/FMVSS 210,SEAT BELTS,18505,Vehicle,18665,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 International WorkStar, DuraStar, LoneStar, LT, ProStar, RH and IC Bus HC, 2018 International TranStar, 2019 International HV and MV trucks and transit buses. The front driver and passenger seat belt anchor D-ring bolt may break in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the D-ring bolt breaks during a crash, the seat occupant may not be properly restrained, increasing their risk of injury.","Navistar has notified owners, and dealers will replace the D-ring bolt depending on the information found on the seat belt label, free of charge. The recall began May 23, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18505." -05/03/2018,18V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V291000),"General Motors, LLC",Driver's Seat Belt Tensioner Cable May Separate,SEAT BELTS,18156,Vehicle,23004,General Motors LLC (GM) is recalling certain 2015-2016 Chevrolet Silverado 1500 and Tahoe Police Pursuit and Special-Service vehicles. The flexible steel cable connecting the driver's seat belt to the outboard side of the seat may be repeatedly bent over the seat side shield as the driver enters and exits the vehicle causing the cable to fatigue and separate.,"If the pretensioner cable becomes fatigued or breaks, the driver may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will replace the pretensioner cable and seat side-shield, free of charge. The recall began June 19, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18156." -05/03/2018,18V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V295000),"General Motors, LLC",Liquid may Leak into Power Window Switch,VISIBILITY,18155,Vehicle,207483,"General Motors LLC (GM) is recalling certain 2014-2017 Chevrolet Express and GMC Savana vehicles equipped with power windows. Liquid may leak into the driver's power window switch and cause corrosion, resulting in high electrical resistance.",High electrical resistance can increase the risk of a fire.,"GM will notify owners, and dealers will replace the driver side window switch, free of charge. The recall began August 10, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 18155." -05/03/2018,18V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V288000),"Daimler Vans USA, LLC",Missing Welds,STRUCTURE,NR (Not Reported),Vehicle,153,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017 Mercedes-Benz and Freightliner Sprinter 2500 and 3500 vehicles. These vehicles may be missing spot welds on the front side wall, connecting the door portal to the hinge reinforcements in the A-pillar area, possibly affecting vehicle strength in a crash.","If the missing welds affect body strength, there may be an increased risk of injury in the event of a crash.","DVUSA will notify owners, and dealers will inspect the vehicles and add any missing spot welds, free of charge. The recall began on July 2, 2018. Owners may contact DVUSA customer service at 1-877-762-8267." -05/03/2018,18V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V292000),"Jayco, Inc.",Roof Collapse from Power Lift Roof Override Misuse,STRUCTURE,9901379,Vehicle,2155,"Jayco, Inc. (Jayco) is recalling certain 2011 and 2013 Jay Series BB, BC and BD camping trailers equipped with a Lippert Power Roof Lift Mechanism. The manual over-ride feature on these power lifts may be misused, potentially resulting in torque from the drive motor damaging the lift mechanism.","Damage to the lift mechanism may cause the roof to fall unexpectedly, increasing the risk of injury.","Jayco will notify owners and will provide a warning label to instruct owners of the proper use of the manual over-ride feature, free of charge. The recall began on June 26, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901379." -05/03/2018,18V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V294000),Starcraft RV,Roof Collapse from Power Lift Roof Override Misuse,STRUCTURE,9902379,Vehicle,508,"Starcraft RV (Starcraft) is recalling certain 2011 Starcraft BC and BD and 2013 Comet BA, BB and BC camping trailers equipped with a Lippert Power Roof Lift Mechanism. The manual over-ride feature on these power lifts may be misused, potentially resulting in torque from the drive motor damaging the lift mechanism.","Damage to the lift mechanism may cause the roof to fall unexpectedly, increasing the risk of injury.","Starcraft will notify owners and will provide a warning label to instruct owners of the proper use of the manual over-ride feature, free of charge. The recall began on June 26, 2018. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902379." -05/03/2018,18V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V286000),"Jayco, Inc.",Rotational Pin Box Bearing may Loosen,TRAILER HITCHES,9901377,Vehicle,610,"Jayco, Inc. (Jayco) is recalling certain 2018 Jayco Eagle HT fifth wheel trailers equipped with certain 16K rotational rubber pin boxes. The spindle placement in the pin box may be incorrect, causing the bearing to be loose.","If the bearings become loose, the spindle may fail, increasing the risk of a crash.","Jayco will notify owners, and dealers will add a spacer to correct the spacing error, free of charge. The recall began on June 28, 2018. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9901377." -05/03/2018,18V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V287000),"Porsche Cars North America, Inc.",Stress Corrosion Cracking of Control Arm Shafts,SUSPENSION,AJ04,Vehicle,305,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2015 Porsche 918 Spyder vehicles. The connecting shafts of the longitudinal and transverse control arms may fail due to stress corrosion cracking, impacting vehicle handling.","If the control arm connecting shafts crack, affecting vehicle handling, it can increase the risk of a crash.","Porsche will notify owners, and dealers will replace the longitudinal and transverse control arms, free of charge. The recall began on September 6, 2018. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AJ04." -05/02/2018,18V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V284000),"Volkswagen Group of America, Inc.",Fuel Leak from Fuel Tank/FMVSS 301,"FUEL SYSTEM, GASOLINE",20AW,Vehicle,278,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain Volkswagen Atlas vehicles. The fuel tank on these vehicles may leak fuel due to a manufacturing error. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will replace the fuel tank, free of charge. The recall began June 22, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20AW. Note: This recall is an expansion of recall 17V-766." -05/02/2018,18E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E030000),Ivolution Sports Inc.,Helmet Obscures Peripheral Vision,EQUIPMENT,NR (Not Reported),Equipment,3803,"Ivolution Sports Inc. (Ivolution) is recalling certain IV2 HY-811 helmets, in all sizes. These helmets may block a portion of the rider's peripheral vision. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","If the rider's peripheral vision is reduced, there may be an increased risk of a crash.","Ivolution will notify owners, and owners will be sent a prepaid return shipping label to return the helmet for a full refund. Owners may contact Ivolution customer service at 1-951-852-6327." -05/02/2018,18E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E029000),"Fuel Injection Technology, Inc.",Injector O-Ring Seal Deterioration,"FUEL SYSTEM, GASOLINE",18-01,Equipment,1071,"Fuel Injection Technology, Inc. (FiTech) is recalling certain Summit Racing Max 500-EFI 240500 fuel injection systems. The fuel injector O-ring seals may leak fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"FiTech will notify the purchasers and will replace the fuel rails, O-rings and any related parts, free of charge. The recall began on May 15, 2018. Owners may contact FiTech customer service at 1-951-340-2624. FiTech's number for this recall is 18-01." -05/02/2018,18V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V285000),Thor Motor Coach,Power Steering Fluid Leak May Cause Fire,STEERING,RC000153,Vehicle,895,"Thor Motor Coach (TMC) is recalling certain 2011-2017 Thor Tuscany and Venetian motorhomes, built on Freightliner Custom Chassis Corporation (FCCC) chassis. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"FCCC has notified owners, and FCCC dealers will reroute the power steering hose to provide proper clearance, free of charge. The recall began on May 1, 2018. Owners may contact TMC customer service at 1-877-855-2867 or FCCC customer service at 1-800-547-0712. TMC's number for this recall is RC000153." -05/02/2018,18V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V274000),"Winnebago Industries, Inc.",Roof Rack may Detach,EQUIPMENT,150,Vehicle,293,"Winnebago Industries, Inc (Winnebago) is recalling certain 2018 Winnebago Travato and 2018-2019 Winnebago Era, and Revel recreational vehicles. The roof rack may not have been installed with the correct fasteners, possibly resulting in the roof rack detaching from the vehicle while moving.","If the roof rack detaches while moving, it could become a road hazard, increasing the risk of a crash.","Winnebago will notify owners, and dealers will add a screw adjacent to each rivet, free of charge. The recall began on May 29, 2018. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 150." -05/01/2018,18V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V281000),"Chrysler (FCA US, LLC)",Front Driveshaft may Separate from Vehicle,POWER TRAIN,U37,Vehicle,13928,Chrysler (FCA US LLC) is recalling certain 2015-2018 Dodge Charger pursuit police vehicles equipped with all-wheel drive and V8 engines. The front driveshaft universal joint may seize or fracture causing the shaft to detach from the vehicle.,"If the front driveshaft detaches from the vehicle it may become a road hazard, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the front driveshaft, free of charge. The recall began June 27, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U37." -05/01/2018,18V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V282000),"Chrysler (FCA US, LLC)",Fuel Leak may cause Fire,"FUEL SYSTEM, GASOLINE",U39,Vehicle,48990,Chrysler (FCA US LLC) is recalling certain 2018 Jeep Cherokee vehicles equipped with a 2.4L engine. These vehicles may have been manufactured with a fuel tube that may leak fuel into the engine compartment.,A fuel leak in the presence of the ignition source can increase the risk of a fire.,"Chrysler will notify owners, and dealers will inspect the fuel tube, replacing it as necessary, free of charge. The recall began May 24, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U39." -05/01/2018,18E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E028000),"Chrysler (FCA US, LLC)",Gooseneck Hitch Ball may not Fully Seat,TRAILER HITCHES,U40,Equipment,57477,"Chrysler (FCA US LLC) is recalling certain accessory Mopar Gooseneck Ball Kits, part numbers 82213631 and 82213632. The retention ball may not fully seat in the receiver plate. Despite the shuttle being in the locked position, the gooseneck ball may detach from the truck mounting hardware.","If the gooseneck ball does not remain secured, it can cause loss of vehicle control, increasing the risk of a crash.","The remedy for this recall is still under development. The recall began January 24, 2019. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U40." -05/01/2018,18V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V280000),"Chrysler (FCA US, LLC)",Incorrect Transmission Park Rods Installed,POWER TRAIN,U43,Vehicle,71,"Chrysler (FCA US LLC) is recalling certain 2018 Dodge Charger, Durango and Challenger, Jeep Grand Cherokee and Wrangler, Chrysler 300, and RAM 1500 vehicles. An incorrect transmission park lock rod may have been installed in the transmission.","If the incorrect park lock rod is installed, the transmission may not shift into 'PARK' and keep the vehicle from moving, increasing the risk of unintended vehicle movement and the risk of a crash.","Chrysler will notify owners, and dealers will install the correct park lock rod, free of charge. The recall began June 28, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U43." -05/01/2018,18V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V277000),"Chrysler (FCA US, LLC)",Loss of Braking due to Brake Hose Corrosion,"SERVICE BRAKES, HYDRAULIC",U41,Vehicle,2457,"Chrysler (FCA US LLC) is recalling certain 2018 RAM 4500 and 5500 cab chassis trucks. The primary and secondary brake hoses located between the brake master cylinder and the hydraulic control unit may have been manufactured without anti-corrosion plating on the ferrules, which can allow the ferrules to corrode.","If the ferrules corrode, the brake fluid may leak and cause a loss of braking, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the brake hoses and replace them if necessary, free of charge. The recall began June 19, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U41." -05/01/2018,18V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V279000),"Chrysler (FCA US, LLC)",Lower Control Arm Separation,SUSPENSION,U42,Vehicle,2761,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Compass vehicles. The front lower control arms may be incorrectly welded, potentially resulting in a control arm separation.","If the lower control arm separates, it can cause a loss of vehicle control, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and, if necessary, replace the front lower control arms, free of charge. The recall began May 31, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U42." -05/01/2018,18V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V278000),"Chrysler (FCA US, LLC)",Rear Lower Control Arm Fracture,SUSPENSION,U38,Vehicle,239904,"Chrysler (FCA US LLC) is recalling certain 2004-2007 Jeep Liberty vehicles. The rear suspension lower control arms can fracture due to excessive corrosion, causing a loss of vehicle control.","A fractured control arm can cause a loss of vehicle control, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the rear lower control arms, free of charge. The recall began June 26, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U38. Note: This recall is an expansion of recall 12V-085. Vehicles included in that campaign are not included in this recall." -04/30/2018,18V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V276000),"Altec Industries, Inc.",Improperly Adjusted Grappler Holding Valve,EQUIPMENT,CSN 679,Vehicle,4,"Altec Industries Inc. (Altec) is recalling certain 2017-2018 Altec EC175, EC225, and EC655 Feller Grappler Boom-Mounted Saw vehicles. The grappler load holding valve may not be properly adjusted, which can allow the tree trunk to slip or fall unexpectedly.","If the tree trunk slips or falls, there would be an increased risk of injury.","Altec will notify owners, and dealers will properly adjust the grappler load holding valve, free of charge. The recall began on June 22, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 679." -04/30/2018,18V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V275000),Ford Motor Company,Water may Enter the Trailer Tow Module,ELECTRICAL SYSTEM,17S34-S1,Vehicle,25658,"Ford Motor Company (Ford) is recalling certain 2015-2017 Ford Transit vehicles, equipped with a trailer tow module. Water can enter the tow modules and corrode the wiring causing issues such as rapidly flashing turn signals, loss of instrument panel display, an electrical short and possibly the deployment of seatbelt pretensioner.","An electrical short can increase the risk of a fire. Turn signal, instrument cluster or seatbelt pretensioner problems can increase the risk of a crash.","Ford will notify owners, and dealers will add a drainage hole in the driver's door stepwell and incorporate a fuse into the vehicle's wiring harness, free of charge. Owners may contact Ford customer service at 1-866-436-7332. Note: This is an expansion of recall 17V-668 (Ford recall 17S34). Ford's number for this recall expansion is 17S34-S1." -04/27/2018,18E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E027000),"Advance Stores Company, Incorporated",Fuses may not Protect from Excessive Current,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,6867,"Advance Stores Company, Incorporated (Advance Stores) is recalling certain ToolWorks TW1489 Fuse Kits sold through Advance Auto Parts and Carquest stores. The fuses in the kits may fail to protect the circuit from excessive current.","If the circuit is overloaded and the fuse fails to perform as intended, the vehicle wiring and electrical components could be damaged, increasing the risk of a fire.","Advance Stores will notify the known purchasers, and replace the fuse kits with those of another brand, and also provide a full refund, free of charge. Owners may contact Advance Stores customer service at 1-877-238-2623, select option 3." -04/27/2018,18V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V271000),"Mercedes-Benz USA, LLC",Headlight Adjustment not Sealed/FMVSS 108,EXTERIOR LIGHTING,2018050012,Vehicle,42,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2017 Mercedes-Benz E300 4Matic, E300, E43 AMG, and E400 vehicles. The headlight horizontal adjustment screws on these vehicles may not be properly sealed behind a non-removable sealing cap to keep headlights from being readjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the headlight's horizontal aim is altered, a misaimed headlight may lead to an insufficiently illuminated roadway, which may increase the risk of a crash.","MBUSA will notify owners, and dealers will retrofit the sealing caps for the headlights, free of charge. The recall is expected to begin in June 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018050012." -04/27/2018,18V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V270000),"Forest River, Inc.",Incorrect GVWR/CCC on Federal Placard/Part 567,EQUIPMENT,61-0704,Vehicle,7,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Prime Time recreational trailers, model WCF35MB. The Federal Placard states an incorrect Gross Vehicle Weight Rating (GVWR) which incorrectly calculated an incorrect Cargo Carrying Capacity (CCC) to indicate a negative CCC in pounds. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect information may cause the operator to exceed the CCC and GVWR of the vehicle, potentially increasing the risk of a crash.","Forest River has notified owners and provided Federal Placards with corrected information, free of charge. The recall began on May 3, 2018. Owners may contact Forest River customer service at 1-574-862-2589. Forest River's number for this recall is 61-0704." -04/27/2018,18V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V273000),"Mercedes-Benz USA, LLC",Insulation Mat may Deform and cause Fire,ENGINE AND ENGINE COOLING,2018060010,Vehicle,42781,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2008-2009 smart fortwo cabrio and fortwo coupe vehicles. The rear insulation mat in the engine compartment may deform, deteriorate, and loosen over time, allowing the mat to contact hot exhaust system components.","If the mat contacts hot exhaust system components, it can increase the risk of a fire.","MBUSA will notify owners, and dealers will replace the rear insulation mat with an improved one, free of charge. The recall began in July 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018060010." -04/27/2018,18V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V272000),"Mercedes-Benz USA, LLC",Oil in Active Curve System may Leak,SUSPENSION,2018070015,Vehicle,9725,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2012-2014 ML350 Bluetec 4Matic and ML550 4Matic, 2012-2015 ML63 AMG 4Matic and ML350 4Matic, 2013-2016 GL350 Bluetec 4Matic, GL550 4Matic and GL63 AMG 4Matic, 2017 GLS350d 4Matic, GLS450 4Matic, GLS550 4Matic and GLS63 AMG 4Matic, 2015 ML400 4Matic, 2016 GLE400 4Matic, GLE350 4Matic, GLE63 AMG 4Matic, GLE63S AMG 4Matic, GLE450 4Matic Coupe and GLE63S AMG 4Matic Coupe, 2015-2016 GL450 4Matic and 2013-2014 GL450 4Matic vehicles equipped with the Active Curve System (ACS). In certain driving conditions, if the oil level in the ACS reservoir is below the minimum level, the oil may foam and leak out of the vent holes in the reservoir cap.",The leaking oil in the presence of an ignition source can increase the risk of a fire.,"MBUSA will notify owners, and dealers will correct the oil level as necessary and replace the reservoir sealing cap to prevent oil foam from leaking out, free of charge. The recall began August 30, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018070015." -04/27/2018,18V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V269000),"Forest River, Inc.",Shifter position may incorrectly indicate 'Park',POWER TRAIN,3505-0713,Vehicle,3,"Forest River, Inc. (Forest River) is recalling certain 2018 Glaval Bus Concorde II and Starcraft Bus XLT transit buses. The gear shift cable clip may not be properly seated, allowing the transmission to be in a different gear than indicated by the gear shift lever position.","If the gear shift cable clip becomes unseated or dislodged, the gear shift lever position may indicate that the transmission is in 'Park' when it may be in a different gear. Additionally, despite selecting 'Park', if the parking brake is not applied before the vehicle is exited, the vehicle may roll. Either scenario increases the risk of a crash.","Forest River has notified owners, and Ford dealers will inspect the shift cable locking clip and properly seat it, if necessary, free of charge. The recall began June 4, 2018. Owners may contact Glaval customer service at 1-800-445-2825, Starcraft customer service at 1-800-348-7440, or Ford customer service at 1-866-906-9811. Forest River's number for this recall is 3505-0713." -04/27/2018,18E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E026000),"MORryde International, Inc.",Spindle Placement may cause Bearing to be Loose,TRAILER HITCHES,NR (Not Reported),Equipment,822,"MORryde International, Inc. (MORryde) is recalling certain Rotational Rubber Pin Boxes, part number RTPB83-1622-03. The spindle placement may be incorrect, causing the bearing to be loose.","A loose bearing can cause the spindle to fail, possible resulting in a loss of control of the fifth wheel trailer, increasing the risk of a crash.","MORryde will notify owners and dealers will fix the defect by removing the wedge from behind the king pin and reinstall the lockout bolts at the back of the pin box, free of charge. The recall began on April 26, 2018. Owners may contact MORryde customer service at 1-574-293-1581." -04/26/2018,18E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E025000),"ZF North America, Inc.",Brake Support Bolt may Break,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2430,"ZF North America, Inc. (ZF) is recalling certain Axles equipped with radial air disk brakes. Surface roughness of a guide pin in the radial brake calipers may cause the brake carriage guide pin support bolt to break.","Breakage of the guide pin can cause loss of braking ability or loss of tire pressure, increasing the risk of a crash.","ZF has notified the vehicle manufacturers that purchased the affected axles. ZF will provide a rebushing kit at no charge to repair the brake. The recall began on June 25, 2018. Owners may contact ZF customer service at 1-734-416-6200." -04/26/2018,18V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V267000),"General Motors, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,18146,Vehicle,6154,"General Motors LLC (GM) is recalling certain 2009-2014 Chevrolet Silverado HD and GMC Sierra HD, 2009 GMC Topkick 5000, 6000, 7000 and 8000 Series and Isuzu F Series, and 2009-2018 Chevrolet Express, and GMC Savana vehicles, equipped with certain Plastic-Handle Fire Extinguishers or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","GM will notify owners, instructing them to contact Kidde to get a replacement fire extinguisher, free of charge. The recall began June 11, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020, GMC customer service at 1-800-462-8782, and Isuzu customer service at 1-866-441-9638. GM's number for this recall is 18146." -04/26/2018,18V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V268000),Honda (American Honda Motor Co.),Improperly Installed Passenger Air Bag,AIR BAGS,"C1X, N2L, U2M",Vehicle,1335,"Honda (American Honda Motor Co.) is recalling certain 2003-2012 Honda Accord and Pilot, 2010 Accord Crosstour, 2001-2011 Civic, 2002-2011 CR-V, 2003-2004, 2006-2008 and 2011 Element, 2007 and 2009-2013 Fit, 2010-2012 Insight, 2002-2004 Odyssey, and 2012 Ridgeline vehicles. The front passenger air bag may have been installed incorrectly during replacement.","An incorrectly installed air bag may deploy improperly in the event of a crash, increasing the risk of injury.","Honda will notify owners, and dealers will inspect and, if necessary, replace the passenger frontal air bag module assembly, free of charge. The recall began June 22, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are K1P, and M1O." -04/26/2018,18V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V266000),Honda (American Honda Motor Co.),Seatbacks may not have Openings for Air Bags,AIR BAGS,"E1D, U1B, X1C",Vehicle,69,"Honda (American Honda Motor Co.) is recalling certain 2017 Honda Civic Hatchback and Civic Type R vehicles. Driver and front passenger seatback pads sold as replacement service parts were made without slit openings for the seat-mounted side air bags. In the event of a crash necessitating air bag deployment, the seatback pad would interfere and adversely affect air bag performance. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","If the seat-mounted air bags cannot not deploy correctly in the event of a crash, there would be an increased risk of injury.","Honda will notify owners, and dealers will replace the front seatback pads, free of charge. The recall began June 15, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is E1D, U1B, and X1C." -04/25/2018,18V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V261000),Lakota Corporation,Bolts that Attach Ramp may come Loose or Break,STRUCTURE,NR (Not Reported),Vehicle,350,"Lakota Corporation (Lakota) is recalling certain 2018-2019 Bighorn, Charger, and Colt trailers. The bolts that secure the ramps on these trailers may come loose or break during use or while moving.","If the ramp loosens or detaches during use or while moving, it can increase the risk of injury or a crash.","Lakota will notify owners, and dealers will replace the bolts with a different bolt, free of charge. The recall began on May 18, 2018. Owners may contact Lakota Recall Help Desk IPO Lakota Customer Service at 1-574-848-1636." -04/25/2018,18V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V263000),Blue Bird Body Company,Incorrect Pressure Display for Brakes/FMVSS 121,ELECTRICAL SYSTEM,R18ZE - SB,Vehicle,4886,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2019 Blue Bird All American and Vision school buses. The primary and secondary air brake gauges on the instrument cluster may intermittently indicate ""0 PSI"" instead of the correct air pressure in the tanks. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the gauges do not correctly display the air pressure that is in the tanks, the operator will not be able to know when the air pressure is actually dropping, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will update the display software, free of charge. The recall began on August 1, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZE-SB." -04/25/2018,18V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V264000),Blue Bird Body Company,Incorrect Pressure Display for Brakes/FMVSS 121,ELECTRICAL SYSTEM,R18ZE - NSB,Vehicle,345,"Blue Bird Body Company (Blue Bird) is recalling certain 2018-2019 Blue Bird All American and Vision transit buses. The primary and secondary air brake gauges on the instrument cluster may intermittently indicate ""0 PSI"" instead of the correct air pressure in the tanks. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the gauges do not correctly display the air pressure that is in the tanks, the operator will not be able to know when the air pressure is actually dropping, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will update the display software, free of charge. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZE-NSB." -04/25/2018,18V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V265000),Lakota Corporation,Ramp may come Loose Due to Missing Bolts,STRUCTURE,NR (Not Reported),Vehicle,200,"Lakota Corporation (Lakota) is recalling certain 2018-2019 Bighorn, Charger and Colt horse and livestock trailers equipped with a rear ramp option. These trailers may be missing the nuts and bolts through the ramp channel that go into the rear of trailer C channel, allowing the rear ramp to detach while moving.","If the ramp comes loose while moving, it can increase the risk of a crash.","Lakota has notified owners, and dealers will drill holes, and install the bolts and lock nuts to secure the ramp, free of charge. The recall began on May 9, 2018. Owners may contact Lakota helpdesk at 1-574-848-1636." -04/25/2018,18V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V262000),"Volkswagen Group of America, Inc.",Rear Shocks may have Poor Welds,SUSPENSION,42i7,Vehicle,7430,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Tiguan long wheelbase (LWB) vehicles. A lower loop of a rear shock absorber may separate from its base due to an incorrect welding process","If the lower loop of the rear shock absorber detaches, there may be a loss of vehicle control, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the rear shock absorbers, replacing them as necessary, free of charge. The recall began May 30, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 42i7." -04/24/2018,18V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V260000),Hyundai Motor America,Clutch Actuator Oil Leak may cause Fire,HYBRID PROPULSION SYSTEM,176,Vehicle,10156,"Hyundai Motor America (Hyundai) is recalling certain 2017 Hyundai Ioniq Hybrid vehicles. The Hydraulic Clutch Actuator (HCA) inner oil seal may leak, allowing oil to accumulate in the cap area, possibly resulting in an electrical short.",An electrical short can increase the risk of a fire.,"Hyundai will notify owners, and dealers will inspect the HCA caps for leaked oil and replace the HCA assembly if needed, free of charge. The recall is expected to begin June 20, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 176." -04/24/2018,18V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V258000),Blue Bird Body Company,Throttle Input may not be Blocked as Expected,VEHICLE SPEED CONTROL,R18ZF - NSB,Vehicle,12,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2018 Blue Bird Vision transit buses equipped with Gen4 Ford engines with an optional brake and throttle interlock. The brake and throttle interlock is supposed to apply the service brakes and prevent accelerator pedal input when activated, however the throttle input is not being blocked.","If throttle input is allowed, the bus may be able to overpower the applied brake, causing the bus to move unexpectedly, increasing the risk of a crash or an injury.","Blue Bird will notify owners, and dealers will update the Smart Relay Module software, free of charge. The recall began on May 24, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZF - NSB." -04/24/2018,18V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V259000),Blue Bird Body Company,Throttle Input may not be Blocked as Expected,VEHICLE SPEED CONTROL,R18ZF - SB,Vehicle,364,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2018 Blue Bird Vision school buses equipped with Gen4 Ford engines with an optional brake and throttle interlock. The brake and throttle interlock is supposed to apply the service brakes and prevent accelerator pedal input when activated, however the throttle input is not being blocked.","If throttle input is allowed, the bus may be able to overpower the applied brake, causing the bus to move unexpectedly, increasing the risk of a crash or an injury.","Blue Bird will notify owners, and dealers will update the Smart Relay Module software. The recall began on May 24, 2018. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R18ZF - SB." -04/20/2018,18V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V255000),"Altec Industries, Inc.",Boom Pivot Pin Failure,STRUCTURE,NR (Not Reported),Vehicle,12,Altec Industries Inc. (Altec) is recalling certain 1992-2006 Digger Derrick trucks that have a specific boom pivot pin which may fail and cause the boom to move unexpectedly.,Unexpected boom movement can increase the risk of injury or death.,"Altec will notify owners and instruct them to inspect the vehicle for defective pivot pins and replace any that are found, free of charge. The recall began on May 22, 2018. Owners may contact Altec customer service at 1-877-462-5832." -04/20/2018,18V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V257000),Kia Motors America,Clutch Actuator Oil Leak may cause Fire,HYBRID PROPULSION SYSTEM,SC163,Vehicle,27029,"Kia Motors America (Kia) is recalling certain 2017 Kia Niro vehicles. The Hydraulic Clutch Actuator (HCA) inner oil seal may leak, allowing oil to accumulate in the cap area, possibly resulting in an electrical short.",An electrical short can increase the risk of a fire.,"Kia will notify owners, and dealers will inspect the HCA caps for leaked oil and replace the HCA assembly if needed, or replace the HCA cap with additional sealant. These repairs will be performed free of charge. The recall is expected to begin June 15, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC163." -04/20/2018,18V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V256000),Supreme Corporation,Floor Frame Rail Detachment,STRUCTURE,NR (Not Reported),Vehicle,404,Supreme Corporation (Supreme) is recalling certain 2013-2017 Supreme Kold King vehicles. The floor frame rail may detach from the cross members due to insufficient weld penetration.,"If the floor frame rail detaches from the cross members, the body may separate from the chassis, increasing the risk of injury.","Supreme will notify owners, and dealers will install reinforcement gussets to the floor frame, free of charge. The recall began on June 29, 2018. Owners may contact Supreme customer service at 1-844-352-4921." -04/19/2018,18V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V250000),"Daimler Trucks North America, LLC",Battery Cable Short may cause Fire,ELECTRICAL SYSTEM,FL768,Vehicle,90,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Thomas Built Buses Saf-T-Liner C2 transit buses equipped with 2 8D batteries. The battery power cable may have inadequate clearance between the cable and the battery hold down bracket when the battery tray is pulled out for service, causing the cable to rub against the bracket.","The battery cable rubbing may cause the cable to short circuit, increasing the risk of a fire.","DTNA will notify owners, and dealers will be inspect the battery cables and reroute them for proper clearance, as required, free of charge. Daimler issued an interim notification to owners on June 18, 2018. The recall began October 3, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL768." -04/19/2018,18V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V249000),"Forest River, Inc.",Cooktop LP Hose Quick Disconnect Missing,EQUIPMENT,220-0691,Vehicle,68,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Coachmen Spirit recreational trailers, models SBT2963BH and SBT2342BH. The outdoor cooktop may have been installed without an liquid propane (LP) quick disconnect.","If the cooktop does not have an LP hose quick disconnect feature and the cooktop is placed into the vehicle while still connected to the LP supply and with the LP hose in the ON position, users may be exposed to Carbon Monoxide. Additionally, the escaping propane gas may increase the risk of a fire.","Forest River will notify owners, and dealers will disconnect the LP supply line and relocate it with a quick disconnect LP fitting, free of charge. The recall began on June 4, 2018. Owners may contact Forest River customer service at 1-574-825-8205. Forest River's number for this recall is 220-0691." -04/19/2018,18V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V252000),"General Motors, LLC",Glass Not Fully Tempered/FMVSS 205,STRUCTURE,18136,Vehicle,379,"General Motors LLC (GM) is recalling certain 2018 Chevrolet Equinox vehicles. The driver and front passenger door window glass may not be properly tempered. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""","If the glass is not tempered properly, and the window is broken, the glass can break into large pieces, increasing the risk of injury.","GM will notify owners, and dealers will replace the glass in the front doors, free of charge. The recall began May 15, 2018. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 18136." -04/19/2018,18V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V251000),"Daimler Trucks North America, LLC",Incorrect Brake Caliper Orientation,"SERVICE BRAKES, AIR",FL-767,Vehicle,40,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2019 Freightliner Business Class M2 trucks built with air disk brakes and spring suspension. The rear disk brake calipers may have been mounted in an incorrect orientation allowing the caliper to contact the suspension, reducing brake effectiveness.",Reduced braking effectiveness can increase the risk of a crash.,"DTNA will notify owners, and dealers will correct the orientation the rear brake calipers, free of charge. The recall began on June 14, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-767." -04/19/2018,18E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E024000),"Robert Bosch, LLC",Loss of Power Steering Assist Due to Corrosion,STEERING,NR (Not Reported),Equipment,557722,"Robert Bosch Automotive Steering (Bosch) has submitted a Defect Information Report based upon decisions by Ford Motor Company and Tesla, Inc. to conduct recalls (No. 15V250 and No. 18V204, respectively) to replace the aluminum mounting bolts in Bosch-supplied Electric Power Steering (EPS) systems that can corrode after exposure to certain driving environments such as road salt.","If the aluminum bolts corrode, they may fracture, allowing the steering gear motor to detach and cause a reduction or loss of power steering assist, increasing the risk of a crash.","Bosch is working with the affected vehicle manufacturers. Dealers for those manufacturers will replace the steering gear mounting bolts and add a corrosion-preventative sealer, free of charge. Ford owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S14. Tesla owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-18-32-002." -04/19/2018,18V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V253000),"Daimler Trucks North America, LLC",Seat Mounting Bracket Fracture,SEATS,FL-769,Vehicle,23102,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, Saf-T-Liner EFX, and Minotour school buses equipped with S3B Restraint Wall Mounted Seats. The wall mounting bracket may crack, causing the seat to not remain secured in place in the event of a crash.","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","DTNA will notify owners, and dealers will install an additional wall mounting bracket, free of charge. Daimler issued owners an interim notification on June 12, 2018. The recall began January 3, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-769." -04/19/2018,18V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V254000),"Daimler Trucks North America, LLC",Seat Mounting Bracket Fracture,SEATS,FL-769,Vehicle,24,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner EFX, Saf-T-Liner HDX, and Minotour transit buses, equipped with certain S3B Restraint Wall Mounted Seats. The wall mounting bracket may crack, causing the seat to not remain secured in place in the event of a crash.","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","DTNA will notify owners, and dealers will install an additional wall mounting bracket, free of charge. Daimler issued an interim notification to owners on June 15, 20 18. The recall began January 3, 2019. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-769." -04/19/2018,18T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T004000),"Kumho Tire U.S.A., Inc.",Tire Belts may Separate in Severe Conditions,TIRES,NR (Not Reported),Tire,1773,"Kumho Tire U.S.A., Inc. (Kumho) is recalling certain Solus KH16 tires, size P225/65R17. The tire belts may separate under severe conditions.",A tire belt separation can increase the risk of a crash.,"Kumho will notify owners, and dealers will replace all affected tires, free of charge. The recall began May 17, 2018. Owners may contact Kumho customer service at 1-800-445-8646." -04/18/2018,18V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V247000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Explode,AIR BAGS,69Q8,Vehicle,71335,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2006-2007 Volkswagen Passat sedan and wagon vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with metal fragments striking the driver or other occupants resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the front driver air bag inflator with an alternate inflator, free of charge. The recall began on April 30, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69Q8. Note: This recall partially supersedes recall 16V-079." -04/18/2018,18V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V248000),"BMW of North America, LLC",Electric Auxiliary Water Pump Failure,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,47806,"BMW of North America, LLC (BMW) is recalling certain 2011-2012 BMW 550i, 550i xDrive, 550i Gran Turismo, 550i Gran Turismo xDrive, 750i, 750Li, 750i xDrive, 750Li xDrive, 760Li, X5 xDrive50i, X5 M, X6 xDrive50i, X6 M, ActiveHybrid7, MINI Cooper S Convertible, John Cooper Works (JCW) Convertible, Cooper S Countryman, Cooper S Countryman ALL4, Cooper S, JCW, Cooper S Clubman, JCW Clubman, Cooper S Roadster, JCW Roadster, Cooper S Coupe, JCW Coupe and Rolls-Royce Ghost, 2011 BMW X6 Hybrid and 2012 BMW 650i Coupe, 650i xDrive Coupe, 650i Convertible and 650i xDrive Convertible vehicles. The electric auxiliary water pump may fail and cause the circuit board to overheat.","If the circuit board were to overheat, it can increase the risk of a fire.","BMW will notify owners, and dealers will replace the electric auxiliary water pump, free of charge. Depending on the model, there are currently limited parts available, however not all parts are available at this time. Owners will be notified of the recall beginning June 11, 2018, and will receive a second notification when remedy parts become available. Owners may contact BMW customer service at BMW 1-800-525-7417, MINI at 1-866-825-1525, or Rolls-Royce at 1-877-877-3735. Note: BMW recommends that owners park their vehicle outdoors until the recall remedy has been performed." -04/18/2018,18V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V246000),Riverside RV,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,2000,"Riverside RV (Riverside) is recalling various 2015-2017 White Water, Water Fall, and Mt. McKinley motorhomes equipped with certain Plastic-Handle Fire Extinguishers or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Riverside will notify owners, instructing them to contact Kidde to get a replacement fire extinguisher, free of charge. The recall began on April 9, 2018. Owners may contact Riverside customer service at 1-260-499-4511." -04/18/2018,18V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V245000),Newmar Corporation,Low Beams do not Illuminate with High Beams,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2038,"Newmar Corporation (Newmar) is recalling certain 2016-2017 Newmar Ventana, 2015-2016 Newmar London Aire, and 2013-2017 Newmar Dutch Star motorhomes. When switching from using the low beam headlights to the high beam headlights, the low beam headlights go out when the intention was to have both beams illuminate.","Without the low beams also illuminated when the high beams are on, the driver may have reduced visibility, increasing the risk of a crash.","Newmar will notify owners, and dealers will correct the vehicles so that the low beam stays illuminated when the high beam is switched on, free of charge. The recall began on May 18, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -04/17/2018,18V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V242000),"KZRV, L.P.",Awning may Deploy While Moving,EQUIPMENT,KZ-2018-04,Vehicle,7370,"KZRV, L.P. (KZRV) is recalling certain 2018-2019 KZRV Durango, Spree, Spree Escape, Connect, Sportsmen, Sidewinder, and Venom recreational trailers. The Solera Smart Arm awning may deploy while moving.","If the awning deploys while moving, there would be an increased risk of a crash.","KZRV will contact owners, and dealers will replace the awning controller. The recall began on June 15, 2018. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2018-04." -04/17/2018,18C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18C001000),Harmony Juvenile Products,Booster Seat Excessive Force/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,148165,"Harmony Juvenile Products (Harmony) is recalling certain Harmony Big Boost Deluxe booster seats. In the event of a crash, the seat belt may cause excessive force to be applied to the restrained child's chest. As such, these booster seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""",Excessive chest force can increase the risk of injury.,"Harmony will notify owners, and provide a replacement booster seat of a different model, free of charge to eligible U.S. consumers who currently own a Big Boost unit and are the original purchaser, original owner, and/or original user of the Big Boost unit. Interim notices informing owners of the safety risk were mailed August 21, 2018. The recall began July 3, 2020. Owners may contact Harmony customer service at 1-877-306-1001." -04/17/2018,18V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V241000),"KZRV, L.P.",Incorrect Amperage Circuit Breaker Installed,ELECTRICAL SYSTEM,KZ -2018-03,Vehicle,17,"KZRV, L.P. (KZRV) is recalling certain 2019 KZRV Connect recreational trailers, model C241RLK. These vehicles were incorrectly equipped with a 15/20 amp circuit breaker instead of a 15/15 amp breaker.",The incorrect circuit breaker may increase the risk of a fire.,"KZRV will notify owners, and dealers will replace the 15/20 amp circuit breaker with a 15/15 amp circuit breaker, free of charge. The recall began on April 20, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-03." -04/17/2018,18V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V244000),Lamborghini (Automobili Lamborghini),Incorrect GVWR on Certification Label/Part 567,EQUIPMENT,L73XR0118,Vehicle,11,"Automobili Lamborghini (Lamborghini) is recalling certain 2017 Lamborghini Centenario Coupe and Centenario Roadster vehicles. The certification label on these vehicles may have an incorrect weight limit, which can cause the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An overloaded vehicle may increase the risk of suspension or tire failure, increasing the risk of a crash.","Lamborghini will notify owners, and dealers will install a corrected certification label, free of charge. Owners may contact Lamborghini customer service at 1-866-681-6276. Lamborghini's number for this recall is L73XR0118." -04/17/2018,18V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V243000),"Gulf Stream Coach, Inc.",No Intermediate Side Marker Lights/FMVSS 108,EXTERIOR LIGHTING,04172018,Vehicle,362,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2016-2018 Gulf Stream Conquest and B Touring Cruiser motorhomes, models 6314, 6316, 6317, 6320, 63111, 5291 and 5316. These vehicles do not have intermediate side marker lights and have front and rear side marker lights that are spaced more than thirty feet apart. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without intermediate side marker lights, the motorhome would have decreased visibility to other drivers, increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will install intermediate side marker lights, free of charge. The recall began on May 18, 2018. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 04172018." -04/16/2018,18V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V239000),Ducati North America,Fuel Leak from Tank Breathing System Valve Plug,"FUEL SYSTEM, GASOLINE",TBD,Vehicle,692,"Ducati North America (Ducati) is recalling certain 2018 Ducati Panigale V4, Panigale V4 S, and Panigale V4 Speciale motorcycles. Fuel may leak from the gas tank's internal breathing system valve plug.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Ducati will notify owners, and dealers will replace the plug and the O-ring, free of charge. The recall began on May 21, 2018. Owners may contact Ducati customer service at 1-888-391-5446." -04/16/2018,18V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V238000),Ducati North America,Fuel Sprays When Cap is Removed,"FUEL SYSTEM, GASOLINE",SRV-RCL-18-002,Vehicle,692,"Ducati North America (Ducati) is recalling certain 2018 Ducati Panigale V4, Panigale V4 S, and Panigale V4 Speciale motorcycles. Fuel may spray out of the gas tank when the tank cap is opened.","If fuel spills out of the tank when it is opened, it can increase the risk of a fire in the presence of an ignition source.","Ducati will notify owners, and dealers will rework the fuel tank cap to improve the fuel tank's breathing capacity, free of charge. The recall began on May 21, 2018. Owners may contact Ducati customer service at 1-888-391-5446." -04/16/2018,18V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V233000),"Forest River, Inc.",Incorrect Rear Axle GAWR on Federal Placard,EQUIPMENT,225-0699,Vehicle,201,"Forest River, Inc. (Forest River) is recalling certain 2017-2019 Coachment Crossfit vehicles. The Federal Placards on these vehicles incorrectly list a rear axle Gross Axle Weight Rating (GAWR) that exceeds the GAWR assigned by the chassis manufacturer.","The incorrect GAWR may cause the operator to overload the vehicle, increasing the risk of a crash.","Forest River has notified owners and provided a corrected Federal Placard, free of charge. The recall began April 25, 2018. Owners may contact Forest River customer service at 1-574-825-8590. Forest River's number for this recall is 225-0699." -04/16/2018,18V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V240000),"Nissan North America, Inc.",Missing Load Capacity Modification Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,483,"Nissan North America, Inc. (Nissan) is recalling certain 2016-2018 Nissan Titan, 2016 and 2018 Nissan Titan XD vehicles. Accessories installed on these vehicles reduced the load carrying capacity, however, a Load Carrying Capacity modification label was not installed, possibly allowing the vehicle to be overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An overloaded vehicle can increase the risk of a crash.,"Nissan will notify owners and provide a new modification label, with installation instructions, free of charge. The recall began on June 4, 2018. Owners may contact Nissan customer service at 1-800-867-7669." -04/13/2018,18V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V235000),Isuzu Motors Limited,Brake Switch may Detach,EXTERIOR LIGHTING,V1801,Vehicle,80,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2018 Isuzu NPR and 2019 Isuzu NPR-HD and NPR-XD vehicles. These vehicles have a brake switch and nylon retainer that may not have been properly secured into the steel brake pedal assembly bracket.","If the brake switch and nylon retainer are not properly secured, the switch can detach from the bracket causing the brake lights to illuminate whether or not brake pedal is depressed, the shift interlock will not operate and the accelerator pedal input will be disabled resulting in the inability to accelerate. These conditions can increase the risk of a crash.","Isuzu has notified owners, and dealers will inspect the seating of the retainer, and re-seat the retainer clip or replace the retainer clip, if necessary, free of charge. The recall began on April 24, 2018. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is V1801." -04/13/2018,18V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V237000),Kovatch Mobile Equipment Corp.,Hydraulic Cab Lift Hose Chaffing may cause Fire,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2012-2016 KME Predator SS Pumper and Predator Pumper, and 2015-2016 Predator Aerial vehicles equipped with Cummins ISX12 engines. The braided cab lift hydraulic hoses, wire braided air lines and/or wire braided fuel cooler lines may be improperly routed and secured contacting the starter power stud, causing a leak and a possible short-circuit.",A fluid leak combined with arcing between the power stud and the exposed wire can increase the risk of a fire.,"KME will notify owners, and dealers will inspect the area around the starter and make sure that the hoses have sufficient clearance, replacing any damaged cab lift hydraulic hoses, and adding hose chafe guards, free of charge. The recall began on May 22, 2018. Owners may contact KME customer service at 1-800-235-3928." -04/13/2018,18V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V236000),Newmar Corporation,Loose Electrical Connections may cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,653,"Newmar Corporation (Newmar) is recalling certain 2018 Newmar Bay Star, Bay Star Sport, Canyon Star, Ventana LE, Ventana, Dutch Star, New Aire, Mountain Aire, London Aire, Essex, and King Aire motorhomes. The electrical connections in the breaker box may not be properly tightened, possibly causing the connections to overheat.",Overheating of the electrical connections can increase the risk of a fire.,"Newmar will notify owners, and dealers will tighten the loose electrical connections, as necessary, free of charge. The recall began on May 17, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -04/12/2018,18V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V234000),"Forest River, Inc.",Entry Door May Open While Moving,LATCHES/LOCKS/LINKAGES,68-0700,Vehicle,597,"Forest River, Inc. (Forest River) is recalling certain 2018-2019 Forest River FR3 and Georgetown recreational vehicles. The entry door latch may not engage fully, allowing the door to open unexpectedly while moving.","If the entry door opens unexpectedly, it can increase the risk of injury.","Forest River will notify owners and dealers will install shims between the entry door frame and the wall frame, two additional screws will be added through the entry door frame to secure the door frame to the sidewall frame and will verify that the entry door latch pawl is properly contacting the striker bolt, if required the dealer will adjust the striker bolt, at no charge to the owner. The recall began on May 9, 2018. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-0700." -04/12/2018,18V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V232000),"Forest River, Inc.",Incorrect Tire Pressure Label/FMVSS 110/Part 567,EQUIPMENT,22-0693,Vehicle,24,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Salem recreational trailers, model SMT282QBXL-OR. The Federal Placards on these vehicles may incorrectly state the tire pressure as 54 PSI, however, the correct tire pressure is 65 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims."" These vehicles also fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect tire pressure information can cause the operator to under inflate the tires, increasing the risk of a crash.","Forest River has notified owners and provided a tire placard with the correct tire pressure information, free of charge. The recall began April 13, 2018. Owners may contact Forest River customer service at 1-503-831-5413. Forest River's number for this recall is 22-0693." -04/12/2018,18V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V231000),"Chrysler (FCA US, LLC)",Left Rear Frame Section may Corrode,SEATS,U27,Vehicle,106,"Chrysler (FCA US LLC) is recalling certain 2018 Jeep Wrangler vehicles. The rear under body ladder rail may corrode, possibly reducing the strength of the rear floor pan and causing the left rear seat mount to become loose.","If the floor pan strength is reduced and/or the rear seat mount becomes loose, the rear seat may detach in a crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will inspect and, as necessary, coat the interior and exterior of the driver's side rear underbody ladder rail with three-part rust protection. The recall began September 11, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U27." -04/12/2018,18V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V230000),"General Motors, LLC",Rear Outboard Seat Belts may not Restrain Properly,SEAT BELTS,18117,Vehicle,8738,"General Motors LLC (GM) is recalling certain 2018 Buick Regal vehicles. During the manufacturing process, the rear seat belts may have been improperly routed around the bolster bracket on the rear outboard seats, which can cause inadequate restraint of the passengers.","If the seat belt fails to adequately restrain the passengers in a crash, it can increase the risk of injury.","GM will notify owners, and dealers will inspect the rear outboard seat belts, correcting the routing of the seat belts as necessary, free of charge. The recall began May 14, 2018. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 18117." -04/11/2018,18V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V229000),"Volkswagen Group of America, Inc.",Coolant Pump may Overheat or Short-Circuit,ENGINE AND ENGINE COOLING,19N3/19N4,Vehicle,342867,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2017 Audi A5 Cabriolet, A5 Sedan and Audi Q5 vehicles, 2012-2015 Audi A6 vehicles and 2013-2016 Audi A4 Sedan and A4 allroad vehicles. These vehicles, equipped with 2.0l Turbo FSI engines, have an electric coolant pump that can either become blocked with debris from the cooling system causing it to overheat or can short-circuit from moisture within the pump.",A blocked pump or a short-circuited pump can increase the risk of a fire.,"Audi will notify owners, and dealers will replace the pumps, free of charge. The recall began September 14, 2018. Owners may contact Audi customer service at 1-800-253-2834. Audi's number's for this recall is 19N3/19N4. Note: This recall is in additional to the coolant pump software update applied as a remedy under recall 17V002." -04/10/2018,18V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V226000),Keystone RV Company,Missing Fuel Protection Barrier,"FUEL SYSTEM, GASOLINE",18-317,Vehicle,423,Keystone RV Company (Keystone) is recalling certain 2018 Keystone Carbon and Raptor recreational fifth-wheel trailers. These vehicles were manufactured without a protective barrier in the fuel station to prevent fuel absorption in the main floor.,Fuel absorption into the main floor can increase the risk of a fire in the presence of an ignition source.,"Keystone will notify owners, and dealers will inspect the trailers and install a protective barrier is present, if necessary, free of charge. The recall began on April 24, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-317." -04/10/2018,18V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V228000),Indian Motorcycle Company,Motorcycle may Start Unexpectedly,ELECTRICAL SYSTEM,I-18-04,Vehicle,3341,"Indian Motorcycle Company (Indian) is recalling certain 2018 Indian Chief, Chief Classic, Chief Dark Horse, Chief Vintage, Chieftain, Chieftain Classic, Chieftain Dark Horse, Chieftain Elite, Chieftain Limited, Springfield, Springfield Dark Horse, Roadmaster, Roadmaster Elite, Roadmaster Icon, and Roadmaster Classic motorcycles. Corrosion may develop within the right combination switch, potentially resulting in the motorcycle starting without the user's intent if the key fob is near the motorcycle and the required safety interlock conditions are met.","If the motorcycle starts unintentionally and is parked in an enclosed space, exposure to carbon monoxide may increase the risk of injury.","Indian will notify owners, and dealers will replace the right hand combination switch, free of charge. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-18-04." -04/10/2018,18E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E023000),"SynTec Seating Solutions, LLC","Seat Mounting Bracket Fracture/FMVSS 210, 222",SEATS,RESB100,Equipment,23130,"SynTec Seating Solutions, LLC (SynTec) is recalling certain S3B Restraint Wall Mounted Seats. The wall mounting bracket may crack, causing the seat to not remain secured in place in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages,"" 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","Syntec will notify the bus manufacturers that purchased the seats, and dealers for those companies will install an additional wall mounting bracket, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Syntec customer service at 1-336-862-7509. Syntec's number for this recall is RESB100." -04/09/2018,18V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V224000),"Autocar, LLC",Drag Link Pinch Bolt may be Loose,STEERING,ACX-1802,Vehicle,541,"Autocar, LLC (Autocar) is recalling certain 2018-2019 Autocar Xpeditor vehicles. The pinch bolt on the clamp for the adjustable length drag link may not have been properly tightened.","If the pinch bolt loosens, there may be a loss of steering control, increasing the risk of a crash.","Autocar will notify owners, and dealers will inspect the drag link pinch bolt, tightening it as necessary, free of charge. The recall began on May 25, 2018. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1802." -04/09/2018,18V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V225000),Motor Coach Industries,Left Rear Window may Separate from Coach,VISIBILITY,SB 463,Vehicle,640,Motor Coach Industries (MCI) is recalling certain 2018 MCI J4500 motor coaches. The rear left hand window may separate from the vehicle.,"If the left rear window separates from the vehicle while it is moving, it can become a road hazard, increasing the risk of crash or injury.","MCI will notify owners, and dealers will check the rear left hand window to make sure that it is securely installed, correcting it as necessary, free of charge. MCI issued owners an interim notification on June 8, 2018. The recall began on August 24, 2018. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 463." -04/09/2018,18V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V223000),Motor Coach Industries,Tail Light Failure/FMVSS 108,ELECTRICAL SYSTEM,SB 461,Vehicle,197,"Motor Coach Industries (MCI) is recalling certain 2018 J4500 vehicles. The left rear taillight harness branch of the engine compartment wiring may contact the engine coolant tank causing a loss of power to the left taillight. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the left taillight does not work, the coach would have reduced visibility to other drivers, increasing the risk of a crash.","MCI will notify owners, and dealers will inspect the left taillight wiring harness, re-routing and repairing it as necessary, free of charge. The recall began on April 23, 2018. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 461." -04/06/2018,18E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E022000),"Keystone Automotive Operations, Inc.",Fifth Wheel Trailer Hitch Fasteners may Loosen,TRAILER HITCHES,NR (Not Reported),Equipment,25000,"Keystone Automotive Operations, Inc. (Keystone) is recalling certain Husky Towing Products, fifth wheel trailer hitches, part numbers 31569/14-1706, and 31570/14-1707. The fasteners in the fifth wheel trailer hitch may loosen, potentially causing the jaws to unexpectedly open or preventing the jaws from being able to be unlocked.","If the jaws unexpectedly open, the fifth wheel trailer will not be secured to the tow vehicle, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the affected hardware using thread locker, free of charge. The recall began on May 4, 2018. Owners may contact Keystone customer service at 1-800-432-8063." -04/06/2018,18V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V283000),"Gulf Stream Coach, Inc.",Incorrect GVWR on Federal Placard/Part 567,EQUIPMENT,04052018,Vehicle,25,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2017-2018 Conquest motorhomes, model 6280. The Federal Placards on these vehicles may incorrectly state the Gross Vehicle Weight Rating (GVWR) as 14,500 lbs. when the correct GVWR is 12,500 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator loads vehicle according to incorrect GVWR on the label, the vehicle may be overloaded, increasing the risk of a crash.","Gulf Stream will notify owners and will provide a corrected Federal Placard, free of charge. The recall began on June 27, 2018. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 04052018." -04/06/2018,18V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V222000),"Forest River, Inc.","Incorrect Information on Label/FMVSS 110, Part 567",EQUIPMENT,47-0698,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Surveyor recreational trailers, model ORSVT247BHDS. The Federal Placard on these vehicles incorrectly indicate a tire size of ST225/75R15D needing 65 PSI and a rim designation of 15X6.0JJ, however, the vehicle is actually equipped with ST205/75R14C tires needing 50 PSI and a rim designation of 14X5.5JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims."" As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator goes by the incorrect information on the Federal Placard they can over inflate the tires and cause premature tire wear, increasing the risk of a crash.","Forest River has notified owners and provided a corrected Federal Placard, free of charge. The recall began on April 11, 2018. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 47-0698." -04/05/2018,18V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V217000),Keystone RV Company,Brake Wire may be Damaged and Short Circuit,"SERVICE BRAKES, ELECTRIC",18-316,Vehicle,876,"Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Cruiser and Volante recreational trailers. The brake wire may have been improperly attached to the spring assembly on the axles, allowing the wire to be damaged and short circuit.","Damage to the wire can cause a loss of trailer braking, lengthening the distance needed to stop the vehicle, increasing the risk of a crash. An electrical short of the brake wire can increase the risk of a fire.","Keystone will notify owners, and dealers will relocate the brake wiring as needed, free of charge. The recall began on April 18, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-316" -04/05/2018,18E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E018000),Brembo S.p.A.,Front Master Cylinder Piston May Crack/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,80081,"Brembo S.p.A. (Brembo) is recalling certain motorcycle front brake master cylinders, part numbers 10.4623.62 and 10.4623.63. The piston within the front brake master cylinder may crack and fail.","If the front brake master cylinder piston fails, the loss of front braking ability can increase the risk of a crash.","Brembo has notified the motorcycle manufacturers that built motorcycles with the affected master cylinders, and they are conducting recalls to have their dealers replace the pistons with aluminum ones, free of charge. The recall began on December 13, 2017." -04/05/2018,18V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V218000),"Doepker Industries, Ltd.",Main Rails may Fail,STRUCTURE,HG201801,Vehicle,25,"Doepker Industries Ltd. (Doepker) is recalling certain 2015-2016 53' Tridem Galvanized Highboy Flatdeck Semi trailers. The lower rail main beam flanges may crack, possibly causing the load to shift and spill onto the road.","If the load shifts and spills onto the roadway, there is an increased risk of a crash.","Doepker will notify owners, and dealers will provide rental trailers, and replace the frames, free of charge. The recall began on May 1, 2018. Owners may contact Doepker customer service at 1-306-598-2171. Doepker's number for this recall is HG201801." -04/05/2018,18V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V220000),"Mitsubishi Motors North America, Inc.",Passenger Side Front Air Bag Inflator may Explode,AIR BAGS,SR-18-005,Vehicle,17120,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2004-2006 Mitsubishi Lancer vehicles that previously received a like-for-like passenger side frontal air bag inflator under recall 15V321 as interim remedy. Also recalled are 2004-2006 Lancer vehicles located in Guam or Saipan that previously received or never received a new inflator under 15V321 or 17V569. These passenger side frontal air bag inflators may be susceptible to moisture intrusion which, over time, could cause the inflator to explode in the event of an air bag deployment.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could explode with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","MMNA will notify owners, and dealers will install a final replacement passenger side frontal air bag inflator, free of charge. The recall began on April 26, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-005." -04/05/2018,18V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V221000),Honda (American Honda Motor Co.),"Rivets that Secure Seats may Fail/FMVSS 207, 210",SEATS,"D0S, T0T",Vehicle,5810,"Honda (American Honda Motor Co.) is recalling certain 2018 Honda Pilot and Ridgeline vehicles and 2018 Acura MDX vehicles. The front driver and passenger powered seats in the Honda vehicles and the driver powered seats in the Acura vehicles may have been assembled with improperly manufactured rivets. In the event of a crash, the rivets can break causing the seats not to be secured to the floor. As such, these vehicles may fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat does not remain secured to the floor, the seat occupant has an increased risk of injury.","Honda will notify owners, and dealers will replace the driver seat frame assembly in Acura MDX vehicles, and replace the driver and front passenger seat slide rail frames in Honda Pilot and Ridgeline vehicles, free of charge. The recall began May 30, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall is D0S, and T0T." -04/05/2018,18E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E021000),"Reading Truck Body, LLC",Truck Panel Body may Crack at Bottom Flange,STRUCTURE,NR (Not Reported),Equipment,12028,"Reading Truck Body, LLC. (Reading) is recalling certain 78 inch, 82 inch, 98 inch, 108 inch and 132 inch Standard Production Single and Dual Wheel Panel Bodies. The bottom flange of the rear cross member may crack where the truck body sits on the chassis frame, potentially damaging the turn signal wiring.","Damaged turn signal wiring can cause the turn signals to function improperly, increasing the risk of a crash.","Reading will notify owners, and dealers will inspect the panel body for cracks, and either install reinforcement brackets, or replace the truck body, free of charge. The recall began on June 1, 2018. Owners may contact Reading customer service at 1-800-458-2226." -04/05/2018,18V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V219000),Newmar Corporation,Valve Stem may get Damaged and Lose Air,TIRES,18V-194,Vehicle,72,Newmar Corporation (Newmar) is recalling certain 2018-2019 Newmar New Aire motorhomes built on Daimler Trucks FCCC XCS chassis equipped with wheels that have Freightliner-logo shaped holes. These wheels have a valve stem stabilizer that may dislodge and damage the valve stem.,"Valve stem damage can result in loss of air pressure in the inner tire, causing an overload of the outer tire and increasing the risk of a crash.","Newmar will notify owners, and Daimler Trucks dealers will inspect and replace the inner wheel valve stem stabilizer, as necessary, free of charge. The recall began on May 31, 2018. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 18V-194." -04/04/2018,18E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E019000),Badass Helmet Company,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,134,"Badass Helmet Company (Badass Helmet) is recalling certain Rogue helmets. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"Badass Helmet will notify owners, and issue a full refund. The manufacturer has not yet provided a notification schedule. Owners may contact Badass Helmet customer service at 1-866-334-3563." -04/04/2018,18E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E020000),Badass Helmet Company,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,64,"Badass Helmet Company (Badass Helmet) is recalling certain Metalhead 2.5 helmets. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"Badass Helmet will notify owners, and issue a full refund. The manufacturer has not yet provided a notification schedule. Owners may contact Badass Helmet customer service at 1-866-334-3563." -04/04/2018,18V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V215000),Zero Motorcycles Inc.,Internal Cells in Battery may Short Causing Fire,ELECTRICAL SYSTEM,SV-ZMC-018-383,Vehicle,218,"Zero Motorcycles (Zero) is recalling all 2012 Zero S, Zero DS, and Zero DSP (Police) motorcycles. Cell pouches in the battery packs may wear from contact with the holders, allowing humidity to enter the pouch and cause an electrical short within the battery.",An electrical short can increase the risk of a fire.,"Zero Motorcycles will notify owners and offer them a choice of either the repurchase of their motorcycle or a financial trade-assist towards a newer model year Zero Motorcycles motorcycle. The recall began on April 30, 2018. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-018-383. Note: Since owners are advised to no longer ride or charge the affected motorcycles, Zero Motorcycles dealers will arrange for the collection of the affected motorcycle at no charge to the owners." -04/04/2018,18V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V213000),Ford Motor Company,Missing Roll Pin Causing Loss of Park Function,POWER TRAIN,18S09,Vehicle,142,"Ford Motor Company (Ford) is recalling certain 2017-2018 Ford F-150 and 2018 Ford Expedition and Mustang and Lincoln Navigator vehicles equipped with 10-speed automatic transmissions. A roll pin may not have been installed in the transmission, potentially causing a loss of the ""Park"" function.","Despite the transmission shift lever being placed in 'Park' and the instrument panel display indicating 'Park,' the vehicle may roll away after it has been exited if the parking brake has not been applied, increasing the risk of injury or a crash.","Ford will notify owners, and dealers will inspect the transmission to make sure it has the roll pin, installing one if it is missing, free of charge. The recall began on April 13, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S09." -04/04/2018,18V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V214000),Ford Motor Company,Shifter position may incorrectly indicate 'Park',POWER TRAIN,18S10,Vehicle,292909,"Ford Motor Company (Ford) is recalling certain 2018 F-650 and F-750 vehicles equipped with 6-speed automatic transmissions and 2018 Ford F-150 and Expedition vehicles equipped with 10-speed automatic transmissions (excluding Expedition vehicles with a Rotary Gear Shift Dial on the console). The gear shift cable clip may not be properly seated, allowing the transmission to be in a different gear than indicated by the gear shift lever position.","If the gear shift cable clip becomes unseated or dislodged, the gear shift lever position may indicate that the transmission is in 'Park' when it may be in a different gear. Additionally, despite selecting 'Park', if the parking brake is not applied before the vehicle is exited, the vehicle may roll. Either scenario increases the risk of a crash.","Ford will notify owners, and dealers will inspect the shift cable locking clip and properly seat it, if necessary, free of charge. The recall began on April 13, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for the recall is 18S10." -04/03/2018,18V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V211000),Toyota Motor Engineering & Manufacturing,Brake Assist Vacuum Pump may Fail,"SERVICE BRAKES, HYDRAULIC",J0K/JLD,Vehicle,6046,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Camry and Highlander vehicles, 2017 Toyota Sienna and Tacoma vehicles and 2017 Lexus RX350 vehicles. During the manufacturing process, the oil galley in the rotor for the brake booster vacuum pump assembly may have been improperly machined possibly resulting in a sudden loss of brake assist.",A sudden loss of braking assist can increase the risk of a crash.,"Toyota will notify owners, and dealers will replace the brake booster vacuum pump, free of charge. The recall began on May 9, 2018. Owners may contact Toyota customer service at 1-888-270-9371, or Lexus customer service at 1-800-255-3987. Toyota's numbers for this recall are J0K/JLD." -04/03/2018,18V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V212000),"KZRV, L.P.",Loose or Missing Refrigerator Gas Valve Screws,EQUIPMENT,KZ -2018-02,Vehicle,55,"KZRV, L.P. (KZRV) is recalling certain 2018 KZRV Sportsmen Classic recreational trailers, models 130RB and 150RBT. These vehicles are equipped with Norcold N306 mini refrigerators that may have a loose or missing propane gas valve test port screw.","The loose or missing propane gas port screw can allow propane gas to leak when the refrigerator is used in 'gas' mode, increasing the risk of a fire.","KZRV will notify owners, and dealers will install and tighten the gas valve port screw, as necessary, free of charge. The recall began on April 16, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-02." -03/30/2018,18V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V210000),Futura Trailers Ltd,"Brake and Lighting Wiring Damage/FMVSS 135, 108",ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,204,"Futura Trailers Ltd (Futura) is recalling certain 2016-2018 Low Loader trailers. The left and right drawbars may disconnect from the front rail of the trailer chassis allowing the draw bars to swing and sever the trailer brake and light wires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment,"" and number 135, ""Light Vehicle Brake Systems.""","Severed brake and/or light wiring can cause the brakes or brake lights to fail, increasing the risk of a crash.","Futura will notify owners, and dealers will install an additional aluminum angle bracket to the junction of the left and right draw-bar, free of charge. The recall began on May 30, 2018. Owners may contact Futura customer service at 1-855-744-3877." -03/30/2018,18V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V209000),Van Hool N.V.,Seat Belt Buckle Casings may Fail,SEAT BELTS,NR (Not Reported),Vehicle,1528,"Van Hool N.V. (Van Hool) is recalling certain 2015-2018 CX45, TD925, TDX25, TX40, TX45, and 2016-2018 CX35 motorcoaches. The passenger seat belt buckles outer casing may fail leaving the seat belt buckles exposed.","The exposed seat belt buckles may reduce the seat occupants likelihood of using the seat belt, increasing the risk of injury in the event of a crash.","Van Hool will notify owners and dealers will replace the defective seatbelt buckles on the aisle side with flexible seatbelt buckles. The recall began on May 16, 2018. Owners may contact Van Hool customer service at 1-877-427-7278 or 1-407-656-7977." -03/29/2018,18V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V208000),"Mercedes-Benz USA, LLC",Air Bag Inflator Housing Material Failure,AIR BAGS,2018050003,Vehicle,57,"Mercedes-Benz USA LLC (MBUSA) is recalling certain 2018 AMG GT, AMG GT C, GLC43 AMG 4Matic, GLC300, GLC300 4Matic and GLC350e 4Matic vehicles. The housing for the driver side air bag inflator may have been made with defective steel. In the event of an air bag deployment, the defective steel may cause the inflator to improperly inflate the driver-side air bag and potentially rupture.","In the event of a crash involving driver air bag deployment, an improperly inflated air bag and/or an inflator rupture with sharp metal fragments might result in serious injury or death to the driver or to occupants.","MBUSA will notify owners, and dealers will replace the front driver air bag module, free of charge. The recall is expected to begin May 29, 2018. Owners may contact MBUSA customer service at 1-800-367-6372." -03/29/2018,18E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E017000),Timoney Technology,Front Axle Spindle may Fracture,SUSPENSION,NR (Not Reported),Equipment,146,"Timoney Technology (Timoney) is recalling certain Mark 1 and Gen 2 Independent Front Suspensions (IFS). Inconsistent machining may result in fatigue cracks developing over time in the front axle spindles, causing failure of the spindle and the possible separation of a front wheel from the vehicle.","If a wheel separates from the vehicle, it can increase the risk of a crash.","Timoney will notify the vehicle manufacturers that purchased the affected suspensions, and those manufacturers will conduct recalls of their own with their dealers replacing the front axle spindle, free of charge. The recall is expected to begin April 2018." -03/29/2018,18V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V206000),Shyft Group,Front Axle Spindle may Fracture,SUSPENSION,18012,Vehicle,11,"Spartan Motors USA (Spartan) is recalling certain 2004-2007 Spartan Emergency Response Gladiator vehicles equipped with Timoney Independent Front Suspensions. Inconsistent machining may result in fatigue cracks developing over time in the front axle spindles, causing failure of the spindle and the possible separation of a front wheel from the vehicle.",A wheel separation from the vehicle can increase the risk of a crash.,"Spartan will notify owners, and dealers will replace the front axle spindle, free of charge. The recall began on May 24, 2018. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 18012." -03/29/2018,18V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V204000),"Tesla, Inc.",Loss of Power Steering Assist Due to Corrosion,STEERING,SB-18-32-002,Vehicle,70421,"Tesla, Inc. (Tesla) is recalling certain 2012-2016 Tesla Model S vehicles equipped with Bosch steering racks. The aluminum bolts that attach the power steering gear assist motor to the gear housing may corrode and fracture causing a reduction or complete loss of power steering assist.","Loss of power steering assist would require a higher steering effort, especially at lower speeds, which may increase the risk of a crash.","Tesla will notify owners, and Tesla Service Centers will replace the steering gear mounting bolts and add a corrosion-preventative sealer, free of charge. The recall began May 7, 2019. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-18-32-002." -03/29/2018,18V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V203000),"Chrysler (FCA US, LLC)",Rear Liftgate May Open Unexpectedly,STRUCTURE,U34,Vehicle,12595,"Chrysler (FCA US LLC) is recalling certain 2018 Alfa Romeo Stelvio vehicles. Water may Leak into the wiring connectors for the rear liftgate and the liftgate-opening switch, causing corrosion.","Corrosion at the connectors may cause the liftgate to unintentionally open while moving at speeds of less than 3 miles per hour, allowing cargo to fall out of the vehicle, creating a road hazard and increasing the risk of a crash.","Chrysler will notify owners, and dealers will install additional protection against water leaking into the liftgate wiring connectors and switch, free of charge. The recall began April 25, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U34." -03/29/2018,18V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V207000),"Mercedes-Benz USA, LLC",Seatbacks may Not Lock,SEATS,2018040007,Vehicle,3088,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2018 C43 AMG 4Matic Coupe, C300 Coupe, C300 4Matic Coupe, C300 4Matic Cabriolet, C300 Cabriolet, C43 AMG 4Matic Cabriolet and C63S AMG Cabriolet, 2017 C63 AMG Cabriolet, C63S AMG Coupe and C63 AMG Coupe, 2018 E400 Coupe and E400 4Matic Coupe vehicles. The seatbacks of the front seats may not properly lock on the right side of the seat.","If the seatback does not properly lock, in the event of a crash, the seatbacks may fold forward, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the locking of the seatbacks, replacing the seatbacks lock, as necessary, free of charge. The recall is expected to begin May 25, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018040007." -03/29/2018,18V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V199000),"Navistar, Inc.",Splash Panel may Rub Against Fuel Line Fitting,"FUEL SYSTEM, DIESEL",18503,Vehicle,527,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 International LT trucks. When the hood is in the closed position, the fender splash panel may rub on the inlet fuel line fitting to the fuel/water separator, causing abrasion damage to the fitting and possibly resulting in a fuel leak.","A fuel leak in the presence of an ignition source can increase the risk of a fire. Additionally, fuel leaking onto the roadway may increase the risk of a crash.","Navistar will notify owners, and dealers will trim the splash panel, and replace the fuel/water inlet line if it is damaged, free of charge. The recall began on May 14, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18503." -03/29/2018,18V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V205000),"Chrysler (FCA US, LLC)",Water Leak at Front of Vehicle,EQUIPMENT,U36,Vehicle,12595,"Chrysler (FCA US LLC) is recalling certain 2018 Alfa Romeo Stelvio vehicles. Water may leak into the body control module and its connectors, causing corrosion. This corrosion can cause illumination of one or more malfunction indicator lamps, a loss of windshield wiper function, a loss of exterior lighting, a loss of horn function and/or unintended turn signal activation.",Electrical malfunctions such as windshield wipers that may not work in the rain and lights that may not work at night increase the risk of a crash.,"Chrysler will notify owners, and dealers will install additional sealing protection to prevent water from entering the body control module and its connectors. The recall began on April 25, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U36." -03/28/2018,18V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V201000),"LGS Industries, Inc.",Axle Spindle Weld Failure,SUSPENSION,NR (Not Reported),Vehicle,132,"LGS Industries Inc (LGS) is recalling certain 2018 Look, Pace, and Cargo Express cargo trailers. The spindle weld on the axle may fail, causing separation of the spindle and pipe.","If the spindle weld fails causing separation of the spindle and pipe, it can lead to loss of vehicle control, increasing the risk of a crash.","LGS will notify owners, and dealers will replace the axle assemblies, free of charge. The recall began on April 13, 2018. Owners may contact LGS customer service at 1-877-475-5665." -03/28/2018,18V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V200000),Toyota Motor Engineering & Manufacturing,Engine may Stall due to Incorrectly-Sized Pistons,ENGINE AND ENGINE COOLING,J1M/J0M,Vehicle,1730,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Camry vehicles equipped with a 2.5L, four-cylinder engine. The pistons on these vehicles may be larger than specified, possibly causing the engine to stall.",An engine stall can increase the risk of a crash.,"Toyota will notify owners, and dealers will inspect the production date codes of the pistons and, if an engine contains a piston from the affected production period, the engine assembly will be replaced, free of charge. The recall is expected to begin May 25, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J1M/J0M." -03/28/2018,18V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V202000),REV Recreation Group,Satellite Dish May Detach from Roof,EQUIPMENT,180322REV,Vehicle,2055,"REV Recreation Group (REV) is recalling certain 2018 Fleetwood Axon and Pulse, Holiday Rambler Reno and Prodigy, Monaco Marquis and American Coach American Dream motorhomes, 2017-2018 Fleetwood Bounder, Discovery, Discovery LXE, Flair, Jamboree, Southwind, Pace Arrow, Pace Arrow LXE and Storm motorhomes, Holiday Rambler Admiral XE, Endeavor, Endeavor XE, Navigator XE, Navigator, Vacationer, Vacationer XE and Vesta and American Coach American Eagle motorhomes and 2017 Holiday Rambler Scepter, Monaco Diplomat, and American Coach American Revolution motorhomes. The mounting screws for the satellite dish may not have been fastened through the sheet steel reinforcement, possibly allowing the satellite dish to detach from the roof while driving.","If the satellite dish detaches from the roof while driving, it can increase the risk of a crash or injury.","REV will notify owners, and dealers will resecure the satellite dish to the roof with a metal reinforcement, free of charge. The recall began on May 14, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 180322REV. Note: This recall supersedes recall 17V-802. Any vehicle repaired under that campaigned is not included in this one as the remedy for both recalls is the same." -03/27/2018,18V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V198000),Newmar Corporation,Power Steering Fluid Leak May Cause Fire,STEERING,FL-762,Vehicle,2139,"Newmar Corporation (Newmar) is recalling certain 2014-2017 Newmar Ventana, 2011-2017 Newmar Dutch Star, and 2011-2014 Newmar Mountain Aire vehicles, built on Freightliner XBR chassis and equipped with Cummins ISL engines. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.","If the power steering hose contacts the power stud causing a power steering fluid leak, additional steering effort may be needed increasing the risk of a crash or an electrical arc may occur, increasing the risk of a fire.","Newmar will notify owners, and Freightliner dealers will reroute the power steering hose, free of charge. The recall began on May 24, 2018. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is FL-762." -03/26/2018,18V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V196000),"Winnebago Industries, Inc.",Exterior Rearview Mirrors may Fall Off,VISIBILITY,149,Vehicle,908,"Winnebago Industries, Inc (Winnebago) is recalling certain 2018-2019 Winnebago Intent motorhomes. The top mounting screws for the exterior rearview mirrors may not be installed correctly, possibly resulting in the mirrors falling off while driving.","If the mirrors fall off while driving, it can increase the risk of a crash.","Winnebago will notify owners, and dealers will check the location of the mirror and remove and reinstall it to the correct location, as necessary, free of charge. The recall began on May 11, 2018. Owners may contact Winnebago customer service at 1-641-585-6939 or 1-800-537-1885. Winnebago's number for this recall is 149." -03/26/2018,18V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V191000),"Daimler Trucks North America, LLC",Power Stud may Electrically Arc to Bulkhead,ELECTRICAL SYSTEM,FL-766,Vehicle,7128,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2019 Western Star 4700, 4900, 5700, and 6900 trucks. The affected trucks have a power stud that passes through the bulkhead. In certain circumstances the power stud may contact the bulkhead and result in an electrical arc.",An electrical arc can increase the risk of a fire.,"DTNA will notify owners, and dealers will inspect the power stud for the proper clearance to the bulkhead, and replace it if necessary, free of charge. DTNA issued an interim notification to owners on May 23, 2018. The recall began October 29, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-766." -03/26/2018,18V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V190000),"Daimler Trucks North America, LLC",Propane Line May Chafe and Leak,"FUEL SYSTEM, OTHER",FL-765,Vehicle,957,Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2019 Thomas Built Buses Saf-T-Liner C2 school buses equipped with propane engines. The propane fuel line may contact the j-hook body support bracket that could cause chafing resulting in a propane leak.,A propane leak in the presence of an ignition source can increase the risk of a fire.,"DTNA will notify owners, and dealers will inspect the propane line clearance and reroute the line if needed. Any damaged lines will be replaced. These repairs will be performed free of charge. DTNA issued an interim notification to owners on May 9, 2018. The recall began on July 3, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-765." -03/26/2018,18V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V195000),Polaris Inc.,Seat Belt or Seat Back may Detach; Seat may Slide,SEAT BELTS,T-18-01,Vehicle,24235,"Polaris Industries, Inc. (Polaris) is recalling all 2015-2018 Polaris Slingshot motorcycles. The driver-seat and passenger-seat seat belt and seat back anchoring bracket may have been improperly welded. Additionally, differences in the seat assembly may prevent proper latching of the seat slider, allowing the driver's seat to move unexpectedly.","If the seat belt buckle or seat back detach from the seat base, there would be an increased risk of injury in the event of a crash. If the driver's seat unexpectedly moves, it can cause the driver to lose control of the motorcycle, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect the seat belt bracket and seat back welds, and the seat slider latching function. If the weld is missing or incomplete, or if the slider doesn't latch properly, the seat bases will be replaced, free of charge. The recall began on April 16, 2018. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-18-01." -03/26/2018,18V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V192000),"Daimler Trucks North America, LLC",Seats may Come Loose in a Crash,SEATS,FL-763,Vehicle,6606,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, Saf-T-Liner EFX, and Minotour school buses, equipped with certain Syntec-brand S3B, Non-Restraint, Wall Mounted Seats. The wall mounting bracket may crack, which may cause the seat to not remain secured in place in the event of a crash.","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","DTNA will notify owners, and dealers will install an additional wall mounting bracket, free of charge. DTNA issued an interim notification to owners on May 9, 2018. The recall began May 10, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-763." -03/26/2018,18V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V193000),"Daimler Trucks North America, LLC",Seats may Come Loose in a Crash,SEATS,FL-763,Vehicle,6,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, Saf-T-Liner EFX, and Minotour transit buses, equipped with certain Syntec-brand S3B, Non-Restraint, Wall Mounted Seats. The wall mounting bracket may crack, which may cause the seat to not remain secured in place in the event of a crash.","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","DTNA will notify owners, and dealers will install an additional wall mounting bracket, free of charge. DTNA issued an interim notification to owners on May 10, 2018. The recall began May 10, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-763." -03/26/2018,18V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V194000),"Daimler Trucks North America, LLC",Valve Stem may get Damaged and Lose Air,TIRES,FL-764,Vehicle,82,Daimler Trucks North America LLC (DTNA) is recalling certain 2018-2019 Freightliner Custom Chassis (FCCC) XCS motorhome chassis equipped with wheels that have Freightliner-logo shaped holes. These wheels have a valve stem stabilizer that may dislodge and damage the valve stem.,"Valve stem damage can result in loss of air pressure in the inner tire, causing an overload of the outer tire and increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the inner wheel valve stem stabilizer and replace it if necessary, free of charge. The recall began on July 31, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-764." -03/23/2018,18V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V197000),"Lazy Daze, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,109,"Lazy Daze, Inc. (Lazy Daze) is recalling certain 2012-2017 24' Twin King (24TK). 24' Front Lounge (24FL), 24' Front Dinette (24FD), 27' Mid-Bath (27MB), 27' Rear Bath (27RB), 27' Rear Kitchen (27RK), 31' Island Bed (31IB), and 31' Twin Bed (31TB) motorhomes equipped with certain Plastic-Handle Fire Extinguishers or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Lazy Daze will notify owners, instructing them to contact Kidde to get a replacement fire extinguisher, free of charge. The recall began on March 18, 2018. Owners may contact Lazy Daze customer service at 1-909-627-1103 or Kidde customer service at 1-855-271-0773 or they may also visit www.kidde.com and click on ""Product Safety Recall"" for more information." -03/23/2018,18V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V188000),"Ferrari North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,60A,Vehicle,1870,"Ferrari North America, Inc. (Ferrari) is recalling certain 2009-2011 Ferrari California, and 2010-2011 Ferrari 458 Italia vehicles that have not had their passenger frontal air bag replaced. These passenger frontal air bag modules have air bag inflators that may explode in the event of a crash due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the passenger frontal air bag assembly with one that uses an alternate inflator, free of charge. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 60A. Note: This recall supersedes recall 16V-341." -03/22/2018,18V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V189000),"Columbia Northwest, Inc.","Missing GAWR Information/FMVSS 110, Part 567",EQUIPMENT,NR (Not Reported),Vehicle,185,"Columbia Northwest, Inc. (Columbia Northwest) is recalling certain 2013-2018 Somerset E3 recreational trailers. The Certification Labels on these vehicles may be missing the Gross Axle Weight Rating (GAWR) information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selections and Rims,"" and the vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the GAWR information is missing, the users may unknowingly overload the trailer, increasing the risk of a crash.","Columbia Northwest will notify owners and send them a corrected certification label, free of charge. The recall began on May 18, 2018. Owners may contact Columbia Northwest customer service at 1-724-237-5227." -03/22/2018,18V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V187000),Keystone RV Company,Spare Tire and Carrier may Detach from Trailer,STRUCTURE,18-311,Vehicle,977,"Keystone RV Company (Keystone) is recalling certain 2018 Passport recreational trailers, models 153ML, 171EXP, 175BH, 195RB, 199ML, 217EXP and 239ML. The spare tire carrier may not have been mounted properly to the back wall of the trailer, and, as a result, the spare tire and carrier may detach from the trailer.","If the spare tire and carrier detaches from the trailer while it is being towed, it can increase the risk of a crash.","Keystone will notify owners, and dealers will inspect the spare tire carrier mounting and install reinforcing backers if necessary, free of charge. The recall began on April 14, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-311." -03/21/2018,18E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E016000),"BMW of North America, LLC",Accessory Windscreen Glazing/FMVSS 205,EQUIPMENT,NR (Not Reported),Equipment,1571,"BMW of North America, LLC (BMW) is recalling certain Accessory Windscreens, sold for installation on various motorcycles. Specifically being recalled is Windscreen model number 8531917, sold for use on model year 2012-2018 F700GS motorcycles, Windscreen model number 8544629, sold for use on model year 2015-2018 R1200R motorcycles, Windscreen model number 8546224, sold for use on model year 2014-2018 S1000R motorcycles, Windscreen model number 8551929, sold for use on model year 2015-2018 S1000XR motorcycles, Windscreen model number 8554726, sold for use on model year 2013-2018 R1200GS motorcycles, Windscreen model number 8554727 sold for use on model year 2014-2018 R1200GS Adventure motorcycles, Windscreen model number 8556927, sold for use on model year 2015-2018 R1200RS motorcycles, Windscreen model number 8559548, sold for use on model year 2017-2018 R1200GS motorcycles and Windscreen model number 8561755, sold for use on model year 2012-2018 F800GS motorcycles. These windscreens have extra tinting on them that may reduce the rider's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""","The darker windscreen can inhibit the driver's visibility, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the windscreen, free of charge. The recall is expected to begin May 10, 2018. Owners may contact BMW customer service at 1-800-525-7417." -03/21/2018,18V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V186000),"Forest River, Inc.",Refrigerator may Leak Propane,EQUIPMENT,51-0687,Vehicle,448,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Forest River Cherokee recreational trailers, models CCKT16BF, CCKT16BHS, CCKT16FQ, CCKT16GR, CCKT16GRH, CCKT17RP and CCKT18TO. These vehicles are equipped with Norcold N306 mini refrigerators that may have a loose or missing propane gas valve test port screw, allowing propane to leak out when the refrigerator is used in 'gas' mode.",A propane leak increases the risk of a fire.,"Forest River will notify owners, and Norcold dealers will install and tighten the gas valve port screw, as necessary, free of charge. The recall began on April 19, 2018. Owners may contact Forest River customer service at 1-260-499-2100, or Norcold customer service at 1-800-543-1219. Forest River's number for this recall is 51-0687." -03/21/2018,18V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V185000),"Forest River, Inc.",Refrigerator may be Missing Cooling fan,EQUIPMENT,3747-0667,Vehicle,80,"Forest River, Inc. (Forest River) is recalling certain 2018 Surveyor recreational trailers, models SVT248BHLE and SVT248BHLE-OR. The refrigerator in the slideroom may have been installed without an air cycling fan to cool the refrigerator parts, which can cause the refrigerator cooling tubes to fail.","If the refrigerator overheats, the cooling tubes may fail, increasing the risk of a fire.","Forest River will notify owners, and dealers will install a fan assembly, free of charge. The recall began on April 9, 2018. Owners may contact Forest River customer service at 1-573-642-3119. Forest River's number for this recall is 3747-0667." -03/21/2018,18V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V184000),"Maxey Trailers Mfg., Inc.",Suspension Arm Cracks,SUSPENSION,NR (Not Reported),Vehicle,251,"Maxey Trailers Mfg, Inc. (MaxxD) is recalling certain 2017-2018 A3X, A5X, and A6X trailers. The suspension arms on these vehicles may crack if they were installed without additional supporting welds around the suspension arm.","If the suspension arm cracks, the trailer will not be able to handle the load, making the trailer inoperable. Additionally, the axle may come loose during travel, increasing the risk of a crash.","MaxxD will notify owners, and dealers will inspect the suspension arm and either add additional welds, or replace the suspension arm, free of charge. The recall began on May 4, 2018. Owners may contact MaxxD customer service at 1-903-784-8059." -03/19/2018,18V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V183000),REV Recreation Group,HVAC Potentiometer Wires may get Disconnected,ELECTRICAL SYSTEM,180315REV,Vehicle,600,"REV Recreation Group (REV) is recalling certain 2018 American Coach American Dream and American Revolution motorhomes, Fleetwood Discovery, Discovery LXE, Pace Arrow and Pace Arrow LXE motorhomes, Holiday Rambler Endeavor, Endeavor XE, Navigator and Navigator XE motorhomes and Monaco Marquis and Signature motorhomes equipped with an Aurora heating, ventilation and air conditioning (HVAC) system. The wires for the HVAC system potentiometer may become disconnected from the quick connect terminals.","If the potentiometer wires detach and are reconnected incorrectly, there is an increased risk of a fire.","REV will notify owners, and dealers will inspect the potentiometer and solder the wires or replace the control panel, if necessary, free of charge. The recall began on May 14, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 180315REV." -03/19/2018,18V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V179000),"Forest River, Inc.",Power Steering Fluid Leak or Electrical Arcing,STEERING,51-0665,Vehicle,416,"Forest River, Inc. (Forest River) is recalling certain 2016-2017 Forest River Berkshire, 2012-2017 Forest River Charleston, 2013-2015 Coachmen Cross Country and Pathfinder, and 2014-2015 Glaval Synergy motorhomes built on Freightliner Custom Chassis Corporation (FCCC) chassis. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"Forest River will notify owners, and Freightliner dealers will reroute the power steering hose to provide proper clearance, free of charge. The recall began on April 13, 2018. Owners may contact DTNA customer service at 1-800-547-0712, Forest River customer service at 1-574-295-2117, Coachmen customer service at 1-574-825-8212, or Glaval customer service at 1-574-343-5167. Forest River's number for this recall is 51-0665." -03/19/2018,18V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V181000),Entegra Coach,Power Steering Fluid Leak or Electrical Arcing,STEERING,na,Vehicle,130,"Entegra Coach (Entegra) is recalling certain 2011-2012 and 2015-2016 Aspire built on Freightliner Custom Chassis Corporation (FCCC) chassis. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"Entegra will notify owners, and Freightliner dealers will reroute the power steering hose to provide proper clearance, free of charge. The recall began on May 1, 2018. Owners may contact Entegra customer service at 1-800-517-9137." -03/19/2018,18V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V180000),"Forest River, Inc.",Spare Tire Mount Failure,TIRES,77-0662,Vehicle,71,"Forest River, Inc. (Forest River) is recalling certain 2018 No Boundaries recreational trailers, models NBT10.5 and NBT10.6. The spare tire mount may not be strong enough and the spare tire may detach from the trailer.","If the spare tire detaches from the vehicle, it may become a road hazard, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the spare tire mount, free of charge. The recall began on April 25, 2018. Owners may contact Forest River customer service at 1-574-642-1612. Forest River's number for this recall is 77-0662." -03/19/2018,18V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V182000),"Conel, LLC dba McElrath Trailers",Trailer Neck Weld May Fail,STRUCTURE,NR (Not Reported),Vehicle,272,"Conel, LLC dba McElrath Trailers (McElrath Trailers) is recalling certain 2013-2018 818I, 2017-2018 VX50-800, VX30-800, VX50-800LT, and VX30-800LT trailers. A weld on the trailer neck may fail.","Failure of this weld in the neck portion of the trailer could result in instability of the trailer causing a loss of control, increasing the risk of a crash.","McElrath Trailers will notify owners and dealers will install reinforcements to the hitch area of the trailer frame, free of charge. The recall began on May 3, 2018. Owners may contact McElrath Trailers customer service at 1-864-814-2220." -03/16/2018,18T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T002000),Les Schwab,Retread May Separate from Tire,TIRES,NR (Not Reported),Tire,41336,"Les Schwab is recalling certain steel-belted radial truck tires that Les Schwab retreaded for their customers. The vulcanizing compound used during the retreading may not have been completely cured, resulting in incomplete adhesion of the tread to tire casing. The potentially affected retreaded tires were manufactured at Les Schwab's three retread facilities during calendar weeks 42 through 50 of 2017 and have the DOTR numbers: RDNJ4217RS - RDNJ5017RS, RNVK4417RS - RNVK5017RS and RCEE4217RS - RCEE5017RS.","The incompletely cured vulcanizing compound can result in the tire tread separating from the tire casing, increasing the risk of a crash.","Les Schwab will notify the customers that had their tires retreaded, and will exchange the affected tires for properly retreaded ones, free of charge. The recall began April 27, 1018. Owners may contact Les Schwab at 1-541-447-4136." -03/15/2018,18V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V175000),Pagani Automobili SpA,Battery May Fail Causing Engine Stall or No Start,ELECTRICAL SYSTEM,CB#216-2018,Vehicle,16,Pagani Automobili SpA (Pagani) is recalling all 2017 Huayra Coupe BC and Huayra Roadster vehicles. The battery management software may prevent the battery from providing enough power to start the car or keep the car running at idle.,An engine stall can increase the risk of a crash.,"Pagani will notify owners, and dealers will replace the battery with a new one that has new battery management software, free of charge. The recall began on April 5, 2018. Owners may contact Pagani customer service at 1-415-350-7220." -03/15/2018,18V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V171000),E-One Incorporated,Front Axle Spindle may Fracture,SUSPENSION,NR (Not Reported),Vehicle,36,"E-One Incorporated (E-One) is recalling certain 2008-2015 E-One Typhoon, Cyclone II, and Quest II vehicles, equipped with Timoney Independent Front Suspensions. Inconsistent machining may result in fatigue cracks developing over time in the front axle spindles, causing failure of the spindle and the possible separation of a front wheel from the vehicle.",A wheel separation from the vehicle can increase the risk of a crash.,"E-One will notify owners, and dealers will replace the front axle spindle, free of charge. The recall began on April 24, 2018. Owners may contact E-One customer service at 1-352-861-3612." -03/15/2018,18V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V176000),Toyota Motor Engineering & Manufacturing,Missing Air Bag Label/FMVSS 208,EQUIPMENT,J0L,Vehicle,19,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Prius C vehicles sold in Puerto Rico. The front passenger air bag and recommended child occupant seating positions label may not have been attached during assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If the label is missing, occupants may not follow the proper restraint usage guidelines, increasing the risk of injury in the event of a crash.","Toyota will notify owners and will mail the removable labels to all known owners of the subject vehicles, free of charge. The recall began on April 11, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0L." -03/15/2018,18V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V177000),"Mercedes-Benz USA, LLC",Rear Seat Belt May be Unable to be Latched,SEAT BELTS,2018030012,Vehicle,121858,"Mercedes Benz USA LLC (MBUSA) is recalling certain 2017-2018 GLC43 AMG, 2016-2018 GLC300 4Matic, 2016-2018 GLC300, 2018 GLC63 AMG 4Matic, and 2018 GLC350e 4Matic vehicles. The seat belt latch plates (the parts that insert into the buckles) for the outboard rear seats may retract into the interior paneling, preventing the occupants from being able to use the seat belts.","If the rear seat passengers cannot fasten their seat belts, they have an increased risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will install a buffer to the c-pillar paneling, free of charge. The recall is expected to begin May 14, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018030012." -03/15/2018,18V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V178000),"Hino Motors Sales U.S.A., Inc.",Valve Train Adjustment Screw may Fall Off,ENGINE AND ENGINE COOLING,AA9Q0,Vehicle,45,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain 2018-2019 NE8J, NJ8J, and NV8J trucks. The engine valve train adjustment screw lock nuts may not have been properly tightened manufacturing, possibly resulting in them coming loose within the engine and damaging it.",The damage to the engine may result in it shutting off and increasing the risk of a crash.,"Hino will notify owners, and dealers will inspect the torque on the valve train adjustment screw lock nuts. If a nut is found missing, the engine will be replaced, free of charge. The recall began on May 18, 2018. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is AA9Q0." -03/14/2018,18V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V172000),Kovatch Mobile Equipment Corp.,Front Axle Spindle may Fracture,SUSPENSION,NR (Not Reported),Vehicle,12,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2007-2012 KME Predator Pumper, 2013 Predator SS Aerial, 2007 Predator Aerial, 2008-2011 Predator Rescue, and 2007 Predator Tanker vehicles, equipped with Timoney Independent Front Suspensions. Inconsistent machining may result in fatigue cracks developing over time in the front axle spindles, causing failure of the spindle and the possible separation of a front wheel from the vehicle.",A wheel separation from the vehicle can increase the risk of a crash.,"KME will notify owners, and dealers will replace the front axle spindle, free of charge. The recall began on May 2, 2018. Owners may contact KME customer service at 1-800-235-3928." -03/14/2018,18V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V174000),"Ferrara Fire Apparatus, Inc.",Front Axle Spindle may Fracture,SUSPENSION,NR (Not Reported),Vehicle,59,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2004-2012 Inferno and Igniter emergency vehicles, equipped with Timoney Independent Front Suspensions. Inconsistent machining may result in fatigue cracks developing over time in the front axle spindles, causing failure of the spindle and the possible separation of a front wheel from the vehicle.",A wheel separation from the vehicle can increase the risk of a crash.,"Ferrara will notify owners, and dealers will replace the front axle spindle, free of charge. The recall began on April 27, 2018. Owners may contact Ferrara customer service at 1-800-443-9006." -03/14/2018,18V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V173000),"Maserati North America, Inc.",Software error may cause Shift to Neutral or Stall,ELECTRICAL SYSTEM,365,Vehicle,9044,"Maserati North America, Inc. (Maserati) is recalling certain 2017 Quattroporte vehicles equipped with V6 engines and Maserati Ghibli vehicles. Due to an engine software problem, at slow speeds such as stop-and-go traffic, the transmission may unexpectedly shift into neutral or park, or the engine may shut off.","If the transmission shifts into neutral or park unexpectedly, or if the engine shuts down without warning, it can increase the risk of a crash.","Maserati will notify owners, and dealers will re-flash the software for the engine control module, free of charge. The recall is expected to begin May 2018. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 365." -03/13/2018,18V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V170000),Honda (American Honda Motor Co.),Walk-In Seatbacks May Stay Unlatched,SEATS,X0R,Vehicle,254568,"Honda (American Honda Motor Co.) is recalling certain 2014-2016 Honda Odyssey vehicles. The second row outboard seats have a lever to fold the seatback and slide the seat forward to access the third row seats. Due to a manufacturing error, if the walk-in release lever is used to fold a fully reclined left outboard seatback forward, the seatback may stay in the unlocked position (free-folding) or unexpectedly unlock without engaging the walk-in or recliner lever.",An unlocked second row left outboard seatback increases the risk of injury to the seat occupant during a crash.,"Honda will notify owners, and dealers will confirm proper operation of the second row left outboard seatback, and install a support bracket to the seat recliner. If the seatback cannot lock, dealers will replace the seatback frame assembly. These repairs will be performed free of charge. The recall began May 7, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is X0R." -03/12/2018,18V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V165000),"Autocar, LLC",Overheating of Wire Harness,ELECTRICAL SYSTEM,ACX-1801,Vehicle,1320,"Autocar, LLC (Autocar) is recalling certain 2014-2018 Xpeditor vehicles equipped with a factory installed methane detection system. The circuit protection for the methane detector may be inadequate, and the harness may be improperly routed.","In the event that the wiring harness carries excessive current, the harness may overheat, increasing the risk of a fire.","Autocar will notify owners, and dealers will replace the ten amp fuse with a three amp fuse, free of charge. The recall began on April 13, 2018. Owners may contact Autocar customer service at 1-888-218-3611 or 1-877-973-3486. Autocar's number for this recall is ACX-1801." -03/12/2018,18V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V163000),"Daimler Trucks North America, LLC",Power Steering Fluid Leak May Cause Fire,STEERING,FL-762,Vehicle,9480,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2011-2017 Freightliner Custom Chassis Corporation (FCCC) XBR, XCL, XCM, and XCR recreational vehicle chassis, equipped with Cummins ISL engines. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"DTNA will notify owners, and dealers will reroute the power steering hose to provide proper clearance, free of charge. The recall is expected to begin on May 2018. Owners may contact DTNA customer service at 1-800-547-0712 . DTNA's number for this recall is FL-762. Note: This recall is an expansion of 16V-809." -03/12/2018,18V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V167000),Ford Motor Company,Steering Wheel may Detach,STEERING,18S08,Vehicle,1301986,Ford Motor Company (Ford) is recalling certain 2014-2018 Lincoln MKZ and Ford Fusion vehicles. The steering wheel retaining bolt may loosen allowing the steering wheel to detach while driving.,"A steering wheel detachment can cause a loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the steering wheel bolt with a longer bolt, free of charge. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S08." -03/12/2018,18V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V169000),Ford Motor Company,Transmission Clutch Slip and Fluid Leak,POWER TRAIN,18S07,Vehicle,5361,"Ford Motor Company (Ford) is recalling certain 2013-2014 Ford Fusion vehicles equipped with a 1.6L GTDI engine and 6-speed manual transmission and 2015-2016 Ford Focus vehicles equipped with a 1.0L GTDI engine and 6-speed manual transmission. Also included are four 2017 Ford Focus vehicles that had clutch replacements with potentially affected parts. The clutch may fracture, resulting in damage to the transmission assembly and possibly a transmission fluid leak.",A transmission fluid leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"Ford will notify owners, and dealers will update the Focus vehicles with software that detects and prevents prolonged clutch slip, and will replace the clutch, as necessary, free of charge. Owners of Fusion vehicles will have their clutch assembly replaced free of charge. The recall began August 3, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S07." -03/12/2018,18V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V166000),Hyundai Motor America,Voltage Protection Device Improper Activation,HYBRID PROPULSION SYSTEM,175,Vehicle,2840,"Hyundai Motor America (Hyundai) is recalling certain 2016-2018 Hyundai Sonata Plug-In Hybrid vehicles. These vehicles are equipped with a Voltage Protection Device (VPD), designed to protect the high voltage battery module, that may activate inadvertently.","If the VPD activates while the vehicle is being operated in Electric Vehicle (EV) mode, there may be a loss of power, increasing the risk of a crash.","Hyundai will notify owners, and dealers will remove the VPD switch and install a new Battery Management System (BMS) that contains an Overvoltage Protection Device (OPD). The recall is expected to begin May 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 175." -03/09/2018,18V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V164000),"Ferrari North America, Inc.",Brake Disc Wear Software,ELECTRICAL SYSTEM,64,Vehicle,40,"Ferrari North America, Inc. (Ferrari) is recalling certain 2016 488 GTB and 488 Spider vehicles. Due to a software error, the driver may not be warned that the brake discs are critically worn.","If the driver is not warned about the critical disc wear, brake disc damage may result, increasing the risk of a crash.","Ferrari will notify owners, and dealers will update the instrument panel node software, free of charge. Owners may contact Ferrari customer service at 1-201-816-2668. Ferrari's number for this recall is 64." -03/09/2018,18V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V168000),Supreme Corporation,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,33321,"Supreme Corporation (Supreme) is recalling certain 2003-2018 Supreme Signature Van, Iner-City, Kold King, and Service Body trucks, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Supreme will notify owners, instructing them to contact Kidde to get a replacement fire extinguisher, free of charge. The recall began on May 7, 2018. Owners may contact Supreme customer service at 1-800-352-4921 or Kidde customer service at 1-855-262-3540 or they may also visit www.kidde.com and click on ""Product Safety Recall"" for more information." -03/09/2018,18V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V162000),"Forest River, Inc.",Incorrect Information on Label/FMVSS 110 Part 567,EQUIPMENT,19-0661,Vehicle,28,"Forest River, Inc. (Forest River) is recalling certain 2018 Stealth Evo recreational trailers, model SJT2850-CA. The Federal Placard on these vehicles indicate a tire size of ST205/75R15 Load Range E, when the tires installed on the vehicle are ST225/75R15 Load Range E. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and the vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the placard indicates the wrong tire information, the owner could install incorrect replacement tires, resulting in premature tire wear or failure, increasing the risk of a crash.","Forest River has notified owners, and dealers will install a corrected federal placard with correct tire and rim information, free of charge. The recall began on March 15, 2018. Owners may contact Forest River customer service at 1-909-873-3777. Forest River's number for this recall is 19-0661." -03/09/2018,18E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E015000),"SynTec Seating Solutions, LLC",Seat Mounting Bracket Fracture/FMVSS 222,SEATS,NRB100,Equipment,6610,"Syntec Seating Solutions, LLC (Syntec) is recalling certain S3B Non-Restraint Wall Mounted Seats. The wall mounting bracket may crack, causing the seat to not remain secured in place in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, if the seat does not remain secured to the wall, the occupant has an increased risk of an injury.","Syntec will notify owners, and dealers will install an additional wall mounting bracket, free of charge. Syntec issued owners an interim notification on April 13, 2018. The recall began May 30, 2019. Owners may contact Syntec customer service at 1-336-862-7509. Syntec's number for this recall is NRB100." -03/08/2018,18V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V160000),"Chrysler (FCA US, LLC)",Front Fuel Tank Strap Bracket may Corrode,"FUEL SYSTEM, GASOLINE",U04,Vehicle,218617,"Chrysler (FCA US LLC) is recalling certain 2009-2012 Dodge Ram 1500 trucks currently, or ever registered, in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Exposure to environmental conditions such as water mixed with road salt may cause the front fuel tank strap frame ""T-Slot"" bracket to corrode, possibly causing the fuel tank to drop and make contact with the ground.","If the fuel tank were to drop and contact the ground, a fuel leak may result. Additionally, in the event of a crash, the fuel tank may not remain secured to the vehicle, possibly causing a fuel leak. A fuel leak in the presence in an ignition source, can increase the risk of a fire.","Chrysler will notify owners and dealers will bolt a bracket reinforcement to the frame, free of charge. The recall began May 2, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U04." -03/08/2018,18V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V159000),"Volkswagen Group of America, Inc.",Improperly Torqued Engine Support Bolts,ENGINE,10F7,Vehicle,4,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Tiguan long wheel base (LWB) vehicles. The engine support bolts on these vehicles may not have been properly tightened.","If the engine support bolts were not properly tightened, an unexpected engine breakdown or loss of engine power may occur, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace engine support bolts, free of charge. The recall began March 26, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 10F7." -03/08/2018,18V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V161000),Kia Motors America,Voltage Protection Device may Activate,HYBRID PROPULSION SYSTEM,SC162,Vehicle,1710,"Kia Motors America (Kia) is recalling certain 2017-2018 Kia Optima hybrid vehicles. These vehicles are equipped with a Voltage Protection Device (VPD), designed to protect the high voltage battery module, that may activate inadvertently.","If the VPD activates while the vehicle is being operated in Electric Vehicle (EV) mode, there may be a loss of power, increasing the risk of a crash.","Kia will notify owners, and dealers will remove the VPD switch and install two newly designed Battery Management Systems (BMS) that contain Overvoltage Protection Devices (OPDs), free of charge. The recall is expected to begin May 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC162." -03/08/2018,18E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E014000),"American Technology Components, Inc.",Wiring Harness may Overheat Causing Fire,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,4701,"American Technology Components, Inc. (ATC) is recalling certain 7-Way Wiring Harnesses used for the aftermarket installation of truck caps. The harnesses being recalled are Leer model numbers 201055, 138359, 202060 and 142672, and Tag model numbers 201056, 140259, 202061 and 142673. The wiring may overheat.","If the wiring overheats, there is an increased risk of a fire.","ATC will notify owners, and will replace the wiring harness, free of charge. The recall April 13, 2018. Owners may contact ATC customer service at 1-574-266-3172." -03/07/2018,18E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E012000),"S&B Filters, Inc.",Air Intake Kit may Prevent Ground Wire Attachment,EQUIPMENT,NR (Not Reported),Equipment,2225,"S&B Filters, Inc. (S&B Filters) is recalling certain Cold Air Intake Kits, part numbers 75-5085 and 75-5085D, sold for aftermarket installation on Ford Super Duty Powerstroke 6.7L diesel trucks. The battery tray, part number AL1298T-00, may not have the necessary hole to reattach the secondary battery ground wire if the truck is equipped with one.","If the secondary battery grounding wire cannot be properly attached after installing the Cold Air Intake Kit, the fuse box may melt, increasing the risk of a fire.","S&B Filters has notified owners and will replace the battery tray with a battery tray that can accommodate two ground wires, free of charge. The recall began on March 13, 2018. Owners may contact S&B Filters customer service at 1-909-947-0015, option 3." -03/07/2018,18V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V155000),"New Flyer of America, Inc.",Drive Shaft Failure Causing Loss of Drive Power,POWER TRAIN,R18-002,Vehicle,979,New Flyer of America Inc. (New Flyer) is recalling certain 2016-2018 XDE40 and XDE60 and 2017 XDE35 Heavy Duty Urban Transit buses. The plastic end-caps of the drive shaft slip yoke may crack and fail.,"Failure of the drive shaft end-caps would result in a loss of drive power, increasing the risk of a crash.","New Flyer will notify owners, and dealers will inspect the drive shaft slip yoke, replacing any drive shaft that has plastic end-caps on the slip yoke, free of charge. The recall began on March 22, 2018. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R18-002." -03/07/2018,18V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V156000),"Nissan North America, Inc.",Fuel Pressure Sensor may Loosen and Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,49385,"Nissan North America, Inc. (Nissan) is recalling certain 2011-2012 Nissan Juke vehicles previously remedied under recall 12V-069. During that recall remedy, the fuel pressure sensor may not have been properly tightened, potentially causing the sensor to loosen and leak fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Nissan will notify owners, and dealers will tighten the fuel pressure sensor to the proper torque, free of charge. The recall began on April 24, 2018. Owners may contact Nissan customer service at 1-800-867-7669." -03/07/2018,18V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V154000),"BMW of North America, LLC",Rear Spoiler may Loosen and Detach,STRUCTURE,NR (Not Reported),Vehicle,17008,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW X3 xDrive30i and X3 M40i vehicles. The rear spoiler may not have been properly attached during assembly, or may be missing screws, possibly causing the spoiler to detach while driving.","If the spoiler detaches while driving, it can become a road hazard, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the spoiler, correcting its attachment as necessary, free of charge. The recall is expected to begin May 1, 2018. Owners may contact BMW customer service at 1-800-525-7417." -03/07/2018,18E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E013000),Norcold Inc.,Refrigerator may Leak Propane,EQUIPMENT,NR (Not Reported),Equipment,1582,"Norcold Inc. (Norcold) is recalling certain Norcold refrigerators, models N305, N305.3, N306 and N306.3, part number 635690. These refrigerators have gas valve port screws that may be missing or loose allowing propane to leak inside the passenger compartment when the refrigerator is used in gas mode.",A propane leak in the presence of an ignition source can increase the risk of a fire.,"Norcold will notify the recreational vehicle manufacturers that purchased the affected refrigerators, and dealers for those manufacturers will inspect the gas valves, tightening them if necessary, free of charge. The recall began on March 29, 2018. Owners may contact Norcold customer service at 1-800-767-9101." -03/07/2018,18V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V157000),"Daimler Trucks North America, LLC",Wheelchair Lift Can be Operated While not in Park,EQUIPMENT ADAPTIVE/MOBILITY,FL-761,Vehicle,3304,Daimler Trucks North America LLC (DTNA) is recalling certain 2007-2018 Thomas Built Buses Minotour school buses built on GM chassis and equipped with wheelchair lifts. The wheelchair lift may be operated while the vehicle is in Neutral or Drive.,"If the wheelchair lift can be operated when the vehicle is not in Park, there is increased risk of injury to the lift user.","DTNA will notify owners, and dealers will inspect the wheelchair lift, correcting the electrical connections as necessary, free of charge. DTNA issued owners an interim notification on April 26, 2018. The recall began November 15, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-761." -03/07/2018,18V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V158000),"Daimler Trucks North America, LLC",Wheelchair Lift Can be Operated While not in Park,EQUIPMENT ADAPTIVE/MOBILITY,FL-761,Vehicle,14,Daimler Trucks North America LLC (DTNA) is recalling certain 2007-2018 Thomas Built Buses Minotour transit buses built on GM chassis and equipped with wheelchair lifts. The wheelchair lift may be operated while the vehicle is in Neutral or Drive.,"If the wheelchair lift can be operated when the vehicle is not in Park, there is increased risk of injury to the lift user.","DTNA will notify owners, and dealers will inspect the wheelchair lift, correcting the electrical connections as necessary, free of charge. DTNA issued owners an interim notification on April 26, 2018. The recall began November 15, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-761." -03/06/2018,18V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V148000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,69Q9,Vehicle,363713,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2009-2014 Volkswagen CC, 2010-2014 Golf, 2010-2014 Eos, 2007-2010 Passat Sedan and Wagon, and 2012-2014 Passat vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternative inflator, free of charge. The recall began March 16, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69Q9. Note: This recall partially supersedes recall 16V-078." -03/06/2018,18V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V151000),"Mercedes-Benz USA, LLC",Incorrect Adjustment of LED Headlights/FMVSS 108,EXTERIOR LIGHTING,2018030005,Vehicle,28,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2017 E300 4Matic, E300, and E43 AMG vehicles fitted with LED headlights. These vehicles may have misadjusted headlights, possibly resulting in the low beam headlights insufficiently illuminating the roadway. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",An insufficiently illuminated roadway may increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the headlamp adjustment, adjusting it as necessary, free of charge. The recall began on April 3, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018030005." -03/06/2018,18V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V150000),"Mercedes-Benz USA, LLC",Incorrect Welding of Backrest Rail and Fittings,SEATS,2018060001,Vehicle,99,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2018 Mercedes Benz C43 AMG, C63S AMG, E63 S AMG Sedan, and E63S AMG Stationwagon vehicles fitted with AMG performance seats. The backrest rail and backrest fitting may not be properly welded on the driver and front passenger seats.","The incorrect welding may result in the seats failing in the event of a crash, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the welds of the backrest frames, replacing the backrests as necessary, free of charge. The recall is expected to begin May 4, 2018. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2018060001." -03/06/2018,18V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V153000),"Nissan North America, Inc.",Incorrectly Installed Air Bag/FMVSS 214/226,AIR BAGS,NR (Not Reported),Vehicle,22,"Nissan North America, Inc. (Nissan) is recalling certain 2018 Nissan 370Z vehicles. The driver's side curtain air bag may have been installed incorrectly during production, possibly affecting its deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection,"" and 226, ""Ejection Mitigation.""","The incorrect curtain air bag installation can prevent the air bag from deploying correctly in the event of a crash, increasing the risk of injury.","Nissan will notify owners, and dealers will inspect the curtain air bag, correcting its installation as necessary, free of charge. The recall began May 1, 2018. Owners may contact Nissan customer service at 1-800-867-7669." -03/06/2018,18V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V152000),"Mack Trucks, Inc.",Loss of Lighting and Windshield Wipers,ELECTRICAL SYSTEM,SC0409,Vehicle,135,"Mack Trucks, Inc. (Mack) is recalling certain 2018 Anthem (AN), Granite (GU), and Pinnacle (CXU, PI) trucks. An electrical overload condition may cause the light control module (LCM) to fail, resulting in the loss of the exterior lighting, interior dashboard lighting, and the windshield wipers.",Loss of lighting or windshield wiper function can increase the risk of a crash.,"Mack will notify owners, and dealers will replace and reprogram the LCM, free of charge. The recall began on March 23, 2018. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0409." -03/06/2018,18V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V149000),"Chrysler (FCA US, LLC)",Steering Gears may Crack,STEERING,U23,Vehicle,225,Chrysler (FCA US LLC) is recalling certain 2018 RAM ProMaster City vehicles. The gears within the hydraulic rack and pinion steering system may have a casting defect that can cause a crack and a loss of hydraulic steering fluid.,"A hydraulic steering fluid leak may require additional sudden steering effort, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the steering gear housing, replacing any affected rack-and-pinion assembly, free of charge. The recall began March 13, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U23." -03/06/2018,18V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V147000),"Chrysler (FCA US, LLC)",Windshield Wipers Limited to Low Speed/FMVSS 104,VISIBILITY,U24,Vehicle,1505,"Chrysler (FCA US LLC) is recalling certain 2018 Alfa Romeo Stelvio vehicles. The software for the wiper motor may incorrectly interpret the wiper motor as overheating, limiting the windshield wipers to operating only at the low-speed setting. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 104, ""Windshield Wiping and Washing Systems.""","Limited wiper function can reduce the driver's visibility, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the wiper motor, free of charge. The recall began on April 25, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U24." -03/05/2018,18V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V146000),Triple E Recreational Vehicles,Incorrect Cargo Capacity on the Decals,EQUIPMENT,CA#8930-1,Vehicle,752,"Triple E Recreational Vehicles (Triple E) is recalling certain 2017-2018 Unity, Wonder, and Serenity motorhomes. The Occupant & Cargo Carrying Capacity (OCCC) and Tire labels may have been incorrectly calculated, resulting in an indicated a higher cargo capacity than actual.","The incorrect label can result in the vehicle being overloaded, increasing the risk of a crash.","Triple E will notify owners, and dealers will install new OCCC and Tire labels, free of charge. The recall began on March 22, 2018. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#8930-1." -03/05/2018,18V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V145000),"Morgan Truck Bodies, LLC",Water Intrusion Affecting Turn Signals,ELECTRICAL SYSTEM,FRWI-517 & FRWI-518,Vehicle,7269,"Morgan Truck Bodies LLC (Morgan) is recalling all 2013-2018 Morgan Truck Bodies built on Isuzu, Kenworth, Mercedes, Chevrolet, GM, Freightliner, Mitsubishi and Peterbilt chassis. Water may enter part of the wiring harness and affect the turn signal operation.",Incorrect turn signal operation may increase the risk of a crash.,"Morgan will notify owners, and dealers will replace or modify the affected wiring harness, free of charge. The recall began on March 21, 2018. Owners may contact Morgan customer service at 1-800-666-7426. Morgan's numbers for this recall are FRWI-517 and FRWI-518." -03/02/2018,18V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V143000),Keystone RV Company,Loose or Missing Refrigerator Gas Valve Screws,EQUIPMENT,18-315,Vehicle,2958,"Keystone RV Company (Keystone) is recalling certain 2018 Keystone Passport, Summerland and Hideout, Dutchmen Aspen Trail and Coleman, and Crossroads Zinger recreational trailers. These vehicles are equipped with Norcold N306 mini refrigerators that may have a loose or missing propane gas valve test port screw.","The loose or missing propane gas port screw can allow propane gas to leak when the refrigerator is used in 'gas' mode, increasing the risk of a fire.","Keystone will notify owners, and dealers will install and tighten the gas valve port screw, as necessary, free of charge. The recall began on April 23, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-315." -03/02/2018,18V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V144000),Newmar Corporation,Taillights May Detach from Vehicle,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,33,Newmar Corporation (Newmar) is recalling certain 2018 Essex motorhomes. The taillights on these vehicles may loosen and detach from the vehicle while driving.,"If the taillights detach, the driver will not be able to communicate his driving intentions, increasing the risk of a crash.","Newmar will notify owners, and dealers will secure the taillights with new hardware, free of charge. The recall began on March 23, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -03/01/2018,18V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V139000),"Jaguar Land Rover North America, LLC",Air Inlet Door may Detach Causing Windows to Fog,VISIBILITY,N143,Vehicle,7090,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2018 Range Rover Velar vehicles. The air inlet door linkages for the ventilation system may detach, preventing the system from clearing fog or condensation from the windshield and windows.","If condensation or fog cannot be cleared, the driver's visibility may be affected, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software to control the length of movement of the ventilation actuator arm, free of charge. The recall began on April 16, 2018. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N143." -03/01/2018,18V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V140000),"Jaguar Land Rover North America, LLC",Chafing Brake Hose may Cause Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",H074,Vehicle,41,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2018 Jaguar E-Pace vehicles. The brackets that secure the front brake hoses may not have been installed properly, allowing the front brake hoses to contact the tires, possibly resulting in a brake fluid leak.","A brake fluid leak can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Jaguar will notify owners, and dealers will inspect the front brake hose brackets, replacing any that do not provide sufficient clearance, free of charge. The recall began on April 16, 2018. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H074." -03/01/2018,18V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V142000),"Coach House, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,None,Vehicle,1023,"Coach House, Inc. (Coach House) is recalling certain 2003-2018 Platinum, 2008-2018 Platinum II, and 2010-2018 Arriva recreational vehicles, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Coach House will notify owners instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on April 11, 2018. Owners may contact Coach House customer service at 1-800-235-0984 or Kidde customer service at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -03/01/2018,18V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V141000),Ford Motor Company,Key Can Be Removed Without Being in Park/FMVSS 114,ELECTRICAL SYSTEM,18C02,Vehicle,2100,"Ford Motor Company (Ford) is recalling certain 2017-2018 Ford Taurus vehicles equipped with mechanical key ignition systems. The keys for these vehicles may be able to be removed from the ignition when transmission is not in the PARK position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection.""","If the key is removed from the ignition while the vehicle is not in the PARK position and the parking brake is not applied, the vehicle may roll away, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the shifter assembly, free of charge. The recall began May 11, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C02." -03/01/2018,18E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E011000),"RockyMounts, Inc.",Welds Can Crack Causing Bikes to Detach,EQUIPMENT,NR (Not Reported),Equipment,565,"RockyMounts, Inc. (RockyMounts) is recalling certain Split Rail 1.25"" bicycle racks, part number 11300, MonoRail 2"" bicycle racks, part number 10004, SplitRail 2"" bicycle racks, part number 11400, and MonoRail 1.25"" bicycle racks, part number 10003. The weld that attaches the hitch tube to the pivot bracket may crack and fail allowing the upper portion of the rack with the bicycles attached to separate from the vehicle.","If a portion of the rack and the attached bicycles separate from the vehicle, they can become a road hazard, increasing the risk of a crash.","RockyMounts will notify owners and will provide a new rack base, free of charge. The recall began on March 8, 2018. Owners may contact RockyMounts customer service at 1-303-402-0190." -02/28/2018,18V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V136000),"Forest River, Inc.",No Hazard Lights when Key is Off/FMVSS 108,EXTERIOR LIGHTING,35-0649,Vehicle,65,"Forest River, Inc. (Forest River) is recalling certain 2018 Glaval Bus Commute transit buses built on a 2018 Ford Transit van chassis. The hazard lights on these vehicles may not illuminate or flash when the ignition is turned off. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the hazard lights do not function when the ignition is off, the stopped vehicle may have reduced visibility, increasing the risk of a crash.","Forest River will notify owners, and dealers will wire the hazard warning signal flashers into their programmable relay power centers, free of charge. The recall began on March 2, 2018. Owners may contact Forest River customer service at 1-574-343-5111. Forest River's number for this recall is 35-0649." -02/28/2018,18E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E010000),Harley-Davidson Motor Company,Saddlebags Can Detach While riding,EQUIPMENT,0172,Equipment,895,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain Detachable Saddlebags, part numbers 90201561, 90201645, 90501552, 90201644, 90201555, and 90201513. The saddlebag latching arm, part number 90200481, may disengage, allowing the saddlebag to separate from the motorcycle while riding.","If the saddlebag separates from the motorcycle while riding, it can become a road hazard, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will install a kit onto the affected saddlebags that prevents the arm from unlatching inadvertently, free of charge. The recall began on March 9, 2018. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0172." -02/27/2018,18V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V137000),Hyundai Motor America,Air Bags/Seat Belt Pretensioners may be Disabled,AIR BAGS,174,Vehicle,580058,"Hyundai Motor America (Hyundai) is recalling certain 2011-2013 Sonata and 2011-2012 Sonata Hybrid vehicles. On February 27, 2018, Hyundai Motor Company (Hyundai) notified NHTSA that they were recalling 154,753 model year 2011 Sonata vehicles. On April 18, 2018, Hyundai expanded the recall to include an additional 425,305 model year 2012-2013 Sonata and 2011-2012 Sonata Hybrid vehicles. In the event of a crash, the air bag control unit (ACU) may short circuit, preventing the frontal air bags, seat belt pretensioners, and side air bags from deploying.","If the frontal air bags, seat belt pretensioners, and side air bags are disabled, there is an increased risk of injury to the vehicle occupants in the event of a vehicle crash that necessitates deployment of these safety systems.","Hyundai will notify owners, and dealers will install an external wire filter kit, free of charge. The recall began October 15, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 174." -02/27/2018,18V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V138000),"Altec Industries, Inc.",Fiberglass Boom May Fail,EQUIPMENT,CSN 676,Vehicle,59,"Altec Industries Inc. (Altec) is recalling certain 2004-2005 AM547, AM650, AM855 and AM862 Aerial Devices, and AM650 and AM855 Elevator vehicles. The fiberglass upper boom on these vehicles may degrade over time and fail.",Failure of the fiberglass upper boom may increase the risk of injury or death.,"Altec will notify owners, and dealers will inspect the boom for degradation, and replace the boom if necessary, free of charge or buy back the chassis and unit. The recall began on April 30, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 676." -02/27/2018,18V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V135000),American Custom Golf Cars,"Incorrect Windshield Installed/FMVSS 205, 500",VISIBILITY,ACG-RC2018-01,Vehicle,72,"American Custom Golf Cars (ACG) is recalling certain 2016-2017 Moke vehicles. These vehicles may have been built with windshields that do not have laminated glazing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials,"" and number 500, ""Low Speed Vehicles.""","In the event of a crash, if the non-laminated windshield shatters, it can increase the risk of injury.","ACG will notify owners, and dealers will inspect the windshield, replacing any that are not properly labeled AS-1 windshields, free of charge. The recall is expected to begin March 2018. Owners may contact ACG customer service at 1-909-597-2885. ACG's number for this recall is ACG-RC2018-01." -02/23/2018,18V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V134000),"Forest River, Inc.",Insufficient Safety Chains Installed,EQUIPMENT,45-0645,Vehicle,157,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Forest River XLR Toyhauler recreational trailers, models XLT25KW, XLT25KW-W, XLT28KW and XLT28KW-W. The safety chains on these vehicles do not exceed the Gross Vehicle Weight Rating (GVWR) of the trailer.","If the trailer becomes uncoupled, the existing safety chains may fail, allowing the trailer to separate from the tow vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the safety chains with chains that exceed the vehicle's GVWR, free of charge. The recall began on March 13, 2018. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-0645." -02/22/2018,18V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V133000),Vactor Manufacturing,Dump Body Cylinder Failure,EQUIPMENT,NR (Not Reported),Vehicle,1130,"Vactor Manufacturing (Vactor) is recalling certain 2011-2017 HXX and 2100 Plus vacuum excavator trucks. The hydraulic dump body cylinder can corrode at the threaded joint over time, causing the cylinder to fail when in a dump cycle.","If the hydraulic dump body cylinder fails during a dump cycle, the dump body may unexpectedly move, increasing the risk of injury.","Vactor will notify owners, and dealers will inspect the hydraulic cylinder, repairing or replacing the cylinder as necessary, free of charge. The recall began on June 7, 2018. Owners may contact Vactor customer service at 1-877-342-5374." -02/22/2018,18V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V129000),"Chrysler (FCA US, LLC)",Incorrect Tire Placard Information/FMVSS 110,EQUIPMENT,U17,Vehicle,3460,"Chrysler (FCA US LLC) is recalling certain 2018 RAM ProMaster City vehicles. The Tire Placards on these vehicles may indicate the incorrect total number of occupants allowed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the tire placard indicates an incorrect seating capacity, the operator may overload the vehicle, which can cause tire failure, increasing the risk of a crash.","Chrysler will notify owners, and dealers will install a corrected tire placard, free of charge. The recall began March 15, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U17." -02/22/2018,18V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V131000),"Chrysler (FCA US, LLC)",Oil Pump Housing Crack may Cause Engine Stall,ENGINE AND ENGINE COOLING,U18,Vehicle,9,"Chrysler (FCA US LLC) is recalling certain 2017 Jeep Renegade vehicles equipped with a 2.4L engine. These vehicles may be equipped with a cracked oil pump housing/balance shaft module (BSM), which can cause the oil pump to fail and the engine to stall.",An engine stall can increase the risk of a crash.,"Chrysler will notify owners, and dealers will inspect the oil pump for its production information, and replace the BSM as necessary, free of charge. The recall began March 13, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U18." -02/22/2018,18V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V132000),"Winnebago Industries, Inc.",Possible Luggage Roof Rack Detachment,EQUIPMENT,NR (Not Reported),Vehicle,101,"Winnebago Industries, Inc (Winnebago) is recalling certain 2018-2019 Winnebago Revel vehicles. The roof luggage rack mounting brackets on these vehicles may crack, allowing the luggage rack to detach from the roof of the vehicle.","If the luggage rack detaches from the roof while driving, it can increase the risk of a crash.","Winnebago will replace the mounting brackets, along with an additional metal L bracket to assist in securing the cross members to the luggage rack rails, free of charge. The recall began on March 29, 2018. Owners may contact Winnebago customer service at 1-800-537-1885." -02/22/2018,18V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V130000),Toyota Motor Engineering & Manufacturing,Wheels may Crack after an Impact,WHEELS,J0J,Vehicle,55,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Sienna vehicles built with a specific lot of 10-spoke alloy wheels from one production facility. These wheels may not have been properly cooled during manufacturing. As a result, the wheels may crack in the spokes from an impact while driving.","If the wheels crack at the spokes, the wheel may separate from the hub assembly causing a loss of vehicle control and increasing the risk of a crash.","Toyota began notifying owners initially by phone on February 26, 2018 and will mail letters to any unnotified owner starting on April 20, 2018. Dealers will inspect the wheels and replace them if necessary depending on their production location, free of charge. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0J." -02/21/2018,18V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V128000),"Forest River, Inc.",Water may Enter the Trailer Tow Module,ELECTRICAL SYSTEM,225-0647,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain 2018 Crossfit vehicles, models CFB22CF, CFB22CFEB and CFB22DF, built on Ford Transit chassis equipped with a trailer tow module. Water can enter the tow modules and corrode the wiring causing issues such as rapidly flashing turn signals, loss of instrument panel display, an electrical short and possibly the deployment of seatbelt pretensioner.","An electrical short can increase the risk of a fire. Turn signal, instrument cluster or seatbelt pretensioner problems can increase the risk of a crash.","Forest River has notified owners, and Ford or Lincoln dealers will add a drainage hole in the driver's door stepwell and incorporate a fuse into the vehicle's wiring harness, free of charge. The recall began on February 27, 2018. Owners may contact Forest River customer service at 1-574-825-8590 or Ford customer service at 1-800-392-3673. Forest River's number for this recall is 225-0647." -02/20/2018,18V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V125000),"Kaufman Trailers of NC, Inc.",Axle Spindle Failure,SUSPENSION,NR (Not Reported),Vehicle,189,"Kaufman Trailers of NC, Inc. (Kaufman) is recalling certain 2018 Kaufman Double Deck Car Hauler trailers, model numbers FE-3/7K-44 and FE-3/7K-47. The axles may have incorrect spindles which may fail, resulting in the detachment of a wheel and hub from the trailer.",A wheel and hub detachment increases the risk of a crash.,"Kaufman will notify owners, and dealers will inspect the axles and replace any axles that have incorrect spindles, free of charge. The recall began on February 28, 2018. Owners may contact Kaufman customer service at 1-336-790-2756 or 1-336-790-6800." -02/20/2018,18V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V126000),"Kaufman Trailers of NE, Inc.",Axle Spindle Failure,SUSPENSION,NR (Not Reported),Vehicle,81,"Kaufman Trailers of NC, Inc. (Kaufman) is recalling certain 2018 Kaufman Double Deck Car Hauler trailers, model numbers FE-3/7K-44 and FE-3/7K-47. The axles may have incorrect spindles which may fail, resulting in the detachment of a wheel and hub from the trailer.",A wheel and hub detachment increases the risk of a crash.,"Kaufman will notify owners, and dealers will inspect the axles and replace any axles that have incorrect spindles, free of charge. The recall began on February 28, 2018. Owners may contact Kaufman customer service at 1-336-790-2756 or 1-336-790-6800." -02/20/2018,18V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V122000),Toyota Motor Engineering & Manufacturing,Electronic Stability Control Deactivates/FMVSS 126,ELECTRONIC STABILITY CONTROL,J0H,Vehicle,64901,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Tundra and Sequoia vehicles. Electrical interference within the power supply circuit may cause the vehicle's electronic stability control system to be deactivated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""",Deactivation of the vehicle stability control system can increase the risk of a crash in certain conditions.,"Toyota will notify owners, and dealers will update the vehicle's software, free of charge. The recall began March 14, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0H. Note: This recall has been superseded by 18V-685. The software remedy for 18V-685 includes the updates to the software for this recall." -02/20/2018,18V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V124000),"Navistar, Inc.",Propane Booster Pump Relay may Fail Causing Stall,ELECTRICAL SYSTEM,18501,Vehicle,1047,"Navistar, Inc. (Navistar) is recalling certain 2016-2019 IC bus CE school buses equipped with 8.8L liquid propane gas (LPG) engines. The LPDM relay for the propane booster pump and the scavenge pump may intermittently fail, causing the fuel pump to stop.","If the fuel pump stops, the bus will stall, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the LPDM relay, free of charge. The recall began on April 12, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18501." -02/20/2018,18V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V127000),"Navistar, Inc.",Propane Booster Pump Relay may Fail Causing Stall,ELECTRICAL SYSTEM,18502,Vehicle,2,"Navistar, Inc. (Navistar) is recalling certain 2018 IC bus CE transit buses equipped with 8.8L liquid propane gas (LPG) engines. The LPDM relay for the propane booster pump and the scavenge pump may intermittently fail, causing the fuel pump to stop.","If the fuel pump stops, the bus will stall, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the LPDM relay, free of charge. The recall began on April 12, 2018. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 18502." -02/20/2018,18V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V123000),Toyota Motor Engineering & Manufacturing,"Rear Bench Seat Bracket Loose/FMVSS 207, 210, 225",SEAT BELTS,J0I,Vehicle,8769,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2017 Toyota Tundra vehicles. One of the rear split bench seat leg brackets may not have been properly tightened to the vehicle's floor pan, possibly allowing the seat to move in a crash. A vehicle with an improperly tightened seat leg bracket could fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" 210, ""Seat Belt Assembly Anchorages,"" and 225, ""Child restraint anchorage systems.""","If the rear split bench seat moves in a crash, the seat occupant has an increased risk of injury.","Toyota will notify owners, and dealers will tighten the five seat leg bracket bolts, as necessary, free of charge. The recall is expected to begin March 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0I." -02/19/2018,18V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V121000),Keystone RV Company,Incorrectly Installed GFCI Receptacle,ELECTRICAL SYSTEM,18-314,Vehicle,1747,"Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Zinger and Longhorn recreational trailers. The ground wire at the GFCI receptacle may be improperly installed, possibly resulting in an electrical short.",An electrical short can increase the risk of a fire.,"Keystone will notify owners, and dealers will inspect the connection at the GFCI receptacle, correcting the ground wire connection as necessary, free of charge. The recall began on March 20, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-314." -02/19/2018,18V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V119000),"Hino Motors Sales U.S.A., Inc.",Main Fuse Terminals may be Loose,ELECTRICAL SYSTEM,M0320,Vehicle,5667,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain 2018-2019 NE8J, NJ8J and NV8J trucks. The terminal bolts that secure the main fuse terminals within the fuse block may not have been properly tightened, possibly resulting in electrical arcing and overheating, or an engine shutdown.",An electrical arc or overheating can increase the risk of a fire. An engine shutdown can increase the risk of a crash.,"Hino will notify owners, and dealers will tighten any loose terminal bolts and replace any damaged electrical harness, free of charge. The recall began on March 10, 2018. Owners may contact Hino customer service at 1-248-699-9390. Hino's number for this recall is M0320." -02/19/2018,18V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V120000),Thor Motor Coach,Seat Belt Bracket Strength Insufficient/FMVSS 210,SEAT BELTS,RC000151,Vehicle,65,"Thor Motor Coach (TMC) is recalling certain 2018-2019 Outlaw recreational vehicles, model 29J. The sofa seat belt bracket may not meet the strength requirements and may not adequately restrain an occupant in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the bracket does not meet the strength requirements, the anchorage may fail in the event of a crash, increasing the risk of injury.","TMC will notify owners, and dealers will install a new bracket, free of charge. The recall began on April 4, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000151." -02/19/2018,18V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V114000),Karma Automotive LLC,Side Curtain Air Bag May Detach/FMVSS 226,AIR BAGS,RC-18-84-01,Vehicle,94,"Karma Automotive LLC (Karma) is recalling certain 2018 Revero vehicles. In the event of a crash, the side curtain/head protection air bags may partially detach from the inflator during air bag deployment, affecting the performance of the air bags. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If the air bag are not fully connected to the inflator, the air bags may not inflate properly, increasing the risk of injury in the event of a crash.","Karma will notify owners, and dealers will install new side curtain/head protection air bags that have an additional clamp on the air bag to secure it to the inflator, free of charge. The recall is expected to begin April 17, 2018. Owners may contact Karma customer service at 1-855-288-6109. Karma's number for this recall is RC-18-84-01." -02/17/2018,18V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V117000),Nova Bus (US) Inc.,PEX Connectors may Leak Coolant,ENGINE AND ENGINE COOLING,CR4225,Vehicle,24,"Nova Bus (Nova) is recalling certain 2013 LFS transit buses equipped with transmission oil coolers. In the event of a transmission oil cooler failure, transmission fluid may mix with coolant that circulates through the passenger compartment heating system. Exposure to transmission fluid may degrade the PEX connectors of the heating system, resulting in hot coolant leaking into the passenger area.","Leaking coolant could come into contact with passengers, increasing their risk of injury.","Nova will notify owners, and dealers will replace the PEX fittings with brass fittings, free of charge. The recall began on March 6, 2018. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR4226." -02/17/2018,18V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V118000),Hyundai Motor America,Steering Wheel May Detach from Steering Column,STEERING,173,Vehicle,41070,"Hyundai Motor America (Hyundai) is recalling certain 2018 Hyundai Santa Fe and Santa Fe Sport vehicles. The steering wheel assembly may break, possibly resulting in the steering wheel separating from the steering column while driving.",A steering wheel separation while driving can cause a loss of vehicle control and increase the risk of a crash.,"Hyundai will notify owners, and dealers will check the production lot number of the steering wheel assembly, replacing it as necessary, free of charge. The recall began on March 26, 2018. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 173." -02/16/2018,18V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V116000),"Daimler Trucks North America, LLC",Damaged Capacitor may Allow Water to Enter,ELECTRICAL SYSTEM,FL-760,Vehicle,584,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018 Freightliner MT45G and MT55G custom chassis built with certain uStart Ultra Capacitors. The bracket that secures the capacitor to the battery tray may damage the capacitor and allow water to enter the capacitor, causing corrosion or a possible electrical short.",An electrical short can increase the risk of fire.,"DTNA will notify owners, and dealers will remove the capacitors, replacing them with an additional conventional battery, free of charge. The recall began on April 13, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-760." -02/16/2018,18V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V115000),Keystone RV Company,Improperly Sealed Refrigerator Compartment,EQUIPMENT,18-312,Vehicle,312,"Keystone RV Company (Keystone) is recalling certain 2018 Summerland recreational trailers, model 1800BH. These vehicles may have an improperly sealed refrigerator compartment, possibly allowing carbon monoxide or propane gas to enter the living area.","If carbon monoxide or propane enters the living quarters, there would be an increased risk of injury to the occupants.","Keystone will notify owners, and dealers will remove the refrigerator, seal the compartment and reinstall the refrigerator, free of charge. The recall began on April 12, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-312." -02/15/2018,18V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V112000),"Jaguar Land Rover North America, LLC",Frontal Air Bags may not Deploy Properly,AIR BAGS,H090,Vehicle,307,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2018 XF Sportbrake vehicles. The Supplemental Restraint System (SRS) calibration may be incorrect, possibly causing the frontal air bags to deploy improperly in a low speed crash.","In the event of a crash, the driver and the front seat passenger may not be properly protected by the frontal air bags, increasing their risk of injury.","Jaguar will notify owners, and dealers will update the software for the air bag system, free of charge. The recall is expected to begin April 6, 2018. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H090." -02/15/2018,18V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V113000),"Daimler Vans USA, LLC",Incorrect Unloaded Vehicle Weight on Label,EQUIPMENT,NR (Not Reported),Vehicle,17,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016-2017 Mercedes-Benz Sprinter 2500 and Sprinter 3500 vehicles, equipped with folding seats (sales code S20). The unloaded vehicle weight (UVW) label on these incomplete vehicles may be incorrect.",The incorrect UVW label can result in final stage manufacturers exceeding the maximum vehicle weight once the vehicle is completed. A vehicle that exceeds its maximum weight has an increased risk of a crash.,"DVUSA will notify owners, and dealers will replace the UVW label and inspect the vehicle to make sure that it is not overloaded, free of charge. The recall began on April 3, 2018. Owners may contact DVUSA customer service at 1-877-762-8267." -02/14/2018,18V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V106000),Daimler Coaches North America,Anti-Pinch Strip May Not Function,STRUCTURE,72.40M10699A,Vehicle,429,Setra of North America (Setra) is recalling certain 2006-2010 S417 vehicles. The doorway strip that prevents a pinch injury from the outward swiveling entry door may not function properly.,"If the doorway strip does not function properly, there is an increased risk of a pinch injury.","Setra will notify owners, and dealers will, retrofit a bridging cable to the door control unit that will prevent deactivation of the anti-entrapment strip, free of charge. The recall began on March 16, 2018. Owners may contact Setra customer service at 1-800-241-2947. Setra's number for this recall is 72.4M10699A." -02/14/2018,18V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V107000),Toyota Motor Engineering & Manufacturing,High Pressure Fuel Pump May Crack and Leak Fuel,"FUEL SYSTEM, GASOLINE",J2B/JLB,Vehicle,9905,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016-2018 Lexus GS F, 2018 LC500, and 2015-2018 Lexus RC F vehicles, equipped with 5.0L V8 2UR-GSE engines with two high pressure fuel pumps. Specific operating conditions may result in damage to the pulsation damper in one of the high pressure fuel pumps, possibly causing a fatigue crack in the fuel pump cover.","A cracked cover may leak fuel, which, in the presence of an ignition source, can increase the risk of a fire.","Toyota will notify owners, and dealers will replace the high pressure fuel pumps, free of charge. The recall is expected to begin April 2, 2018. Owners may contact Lexus customer service 1-800-255-3987. Toyota's numbers for this recall are J2B and JLB." -02/14/2018,18V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V108000),Toyota Motor Engineering & Manufacturing,Incorrectly Connected Fuel Lines may Leak Fuel,"FUEL SYSTEM, GASOLINE",J0G,Vehicle,11807,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota Camry vehicles equipped with V6 engines. These vehicles have fuel delivery pipes that may not be properly connected to the fuel hoses in the engine compartment.,"The improperly connected hoses may leak fuel, which, in the presence of an ignition source, can increase the risk of a fire.","Toyota will notify owners, and dealers will inspect the fuel pipes for the correct installation, correcting them as necessary, free of charge. The recall is expected to begin March 30, 2018. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is J0G." -02/14/2018,18V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V110000),"Altec Industries, Inc.",Platform Leveling Yoke Failure,EQUIPMENT,CSN 672,Vehicle,18000,"Altec Industries Inc. (Altec) is recalling certain 1997-2017 LRV, and LR7 Aerial devices. The platform leveling yoke may fail, possibly causing an occupant to fall from the platform.","Failure of the platform leveling yoke can cause the occupant of the platform to fall out, increasing their risk of injury.","Altec will notify owners, and will inspect the leveling system to verify the correct alignment, replacing any improperly aligned yokes, free of charge. The recall began on April 11, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 672." -02/14/2018,18V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V109000),Lance Camper Manufacturing. Corp.,Power Tongue Jack may Operate Unintentionally,EQUIPMENT,NR (Not Reported),Vehicle,2054,"Lance Camper Manufacturing Corp. (Lance) is recalling certain 2018 recreational trailers, models 1475, 1575, 1685, 1995, 2185, 2285, 2295, 2375 and 2465, equipped with a Smart-Jack model power tongue jack. The laminated plastic touch pad on the jack may crack or separate allowing water to enter, potentially causing the jack to operate unintentionally.","If the jack retracts or extends unintentionally, it can increase the risk of injury to those within the trailer or increase the risk of a crash if the jack moves while the trailer is being towed.","Lance will notify owners, and dealers will replace the power tongue jack, free of charge. The recall began on March 1, 2018. Owners may contact Lance customer service at 1-661-949-3322." -02/13/2018,18V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V105000),"Gulf Stream Coach, Inc.",Incorrect Axle Kg Information on Label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,15,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2018 Geo and Matrix recreational trailers. The Federal Certification Labels on these vehicles may incorrectly list the Kilogram (Kg) weight rating of the rear axle as 182 Kg (401.31 lbs.) below its actual capacity. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The axle information for the front axle is correctly listed as 4400 lbs./1996kg, but the rear axle information is incorrectly listed as 4400lbs./1814kg. The discrepancy in information may cause the owner confusion.","Gulf Stream will notify owners, and will provide corrected labels, free of charge. The recall began on March 5, 2018. Owners may contact Gulf Stream customer service at 1-800-289-8787." -02/12/2018,18V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V104000),Ford Motor Company,Incorrect Brake Hoses may Chafe,"SERVICE BRAKES, HYDRAULIC",18S04,Vehicle,88,"Ford Motor Company (Ford) is recalling certain 2018 Ford Escape and Lincoln MKC vehicles. These vehicles may be equipped with incorrect front brake hoses that may chafe against other components, possibly resulting in a brake fluid leak.","A brake fluid leak may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the brake hoses, replacing any that are incorrect, free of charge. The recall is expected to begin March 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S04." -02/09/2018,18V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V102000),"Volkswagen Group of America, Inc.",Incorrect Driver Air Bag Installed/FMVSS 208,AIR BAGS,69V2,Vehicle,3768,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017-2018 Tiguan Limited vehicles. The front driver air bag installed on these vehicles may not be intended for use in vehicles sold in the United States. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, the incorrect air bags may not protect the driver as intended, increasing the risk of injury.","Volkswagen will notify owners, and dealers will replace the steering wheel and front driver air bag module, free of charge. The recall began May 30, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69V2." -02/09/2018,18V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V103000),"Mitsubishi Motors North America, Inc.",Wiper Link Can Corrode Due to Moisture Exposure,VISIBILITY,SR-18-004,Vehicle,158651,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2011-2016 Outlander Sport vehicles. Water may enter between the hood and windshield and cause the front wiper link ball joint to corrode, possibly resulting in the wiper link separating and the wipers becoming inoperative.",Loss of wiper function can reduce visibility and increase the risk of a crash.,"MMNA will notify owners, and dealers will replace the rod of the wiper link and the wiper motor crank arm, free of charge. The recall is expected to begin April 10, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-004." -02/08/2018,18V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V099000),"Halcore Group, Inc.",Battery Isolator May Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1322,"Halcore Group, Inc. (Halcore) is recalling certain 2017 AEV Traumahawk Ambulances. These vehicles are equipped with a Vanner Incorporated-brand battery isolator module which may overheat and cause equipment failure.","If the battery isolator module overheats there is an increased risk of a fire. Additionally, if the equipment that is connected to the isolator does not work there is an increased risk of injury.","Halcore will notify owners and dealers will replace the battery isolator module. The recall began April 9, 2018. Owners may contact Halcore customer service at 1-800-447-0343." -02/08/2018,18V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V098000),"Chrysler (FCA US, LLC)",Brake Switch may Malfunction,EXTERIOR LIGHTING,U09,Vehicle,39456,"Chrysler (FCA US LLC) is recalling certain 2017 Dodge Caravan and Jeep Wrangler vehicles. The brake switches on these vehicles may malfunction, keeping the brake lights illuminated and/or allowing the vehicle to be shifted out of the PARK position without the brake pedal being pushed.",Having the brake lamps continuously illuminated or being able to shift the vehicle out of PARK when the brake pedal is not pressed (and the ignition is in the RUN mode) can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the brake switches, free of charge. The recall began March 22, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U09." -02/08/2018,18V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V097000),"BMW of North America, LLC",Head Air Bags May Not Fully Inflate,AIR BAGS,NR (Not Reported),Vehicle,3,"BMW of North America, LLC (BMW) is recalling certain 2018 Rolls-Royce Ghost vehicles. The head air bags in these vehicles may have been damaged during vehicle assembly, possibly causing the head air bags to not fully inflate upon deployment.","If the head air bag does not inflate properly in a crash, it can increase the risk of injury.","None of the affected vehicles have been delivered to customers, therefore, owner notification letters will not be sent. Rolls-Royce dealers will inspect and replace the head air bags, as necessary, free of charge. Owners may contact Rolls-Royce customer service at 1-877-877-3735." -02/08/2018,18V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V101000),"Corp. Micro Bird, Inc.","Seat or Seat Belt Assembly Failure/FMVSS 210, 207",SEAT BELTS,18-073-TUS,Vehicle,207,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2015-2018 T-Series transit buses. These vehicles are equipped with at least one three-place seat that has Type 1 (lap belt) seat belts. In the event of a crash, the seats or seat belt attachments may not remain secured to the floor. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages,"" and number 207, ""Seating Systems.""","If the seat or seat belt attachments fail in the event of a crash, the seat occupants have an increased risk of injury.","Micro Bird will notify owners, and dealers will install a modification kit to keep the seat and seat belt assembly anchored, free of charge. The recall began on April 3, 2018. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 18-073-TUS." -02/08/2018,18V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V100000),"Chrysler (FCA US, LLC)",Vehicle May Rollaway,POWER TRAIN,U11,Vehicle,180462,"Chrysler (FCA US LLC) is recalling certain 2017-2018 RAM 1500, 2500, 3500, 3500 Cab Chassis, 4500 Cab Chassis, and 5500 Cab Chassis vehicles, all equipped with a column shifter. Pushing the brake pedal for prolonged periods when the vehicle is running and in PARK may cause the Brake Transmission Shift Interlock (BTSI) pin to stick in the open position. With the pin in the open position, the transmission can be shifted out of PARK into any gear without pushing the brake pedal or having the key in the ignition.",Being able to shift the transmission without pushing the brake pedal and/or without a key in the ignition can increase the risk of an unintended vehicle rollaway that may result in personal injury or a crash.,"Chrysler will notify owners and dealers will update the Body Control Module software. Dealers will also test the BTSI operation, replacing the solenoid as necessary. The recall began February 26, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U11." -02/07/2018,18V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V096000),"Volkswagen Group of America, Inc.",Incorrect Information on Tire Label/FMVSS 110,EQUIPMENT,44N9,Vehicle,3543,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2014-2015 Audi S7 and 2016-2018 RS7 vehicles. The tire information label on these vehicles incorrectly lists the combined maximum weight as 1146 lbs/520 kg, when the correct combined maximum weight is actually 992 lbs/450 kg. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the operator were to load the vehicle based on information on the tire information label, they could overload the vehicle, increasing the risk of a crash.","Audi will notify owners, and dealers will replace the tire information label, free of charge. The recall began on March 9, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 44N9." -02/07/2018,18V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V095000),Keystone RV Company,Tires with Incorrect Load Rating Installed,TIRES,18-313,Vehicle,882,Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Sunset trailers. These trailers may have Sterling Sport tires that are rated for 1760 lbs. instead of tires that are rated for 2040 lbs. as intended.,"The incorrect tires may be overloaded, possibly resulting in tire failure, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the tires with the correct load rated tires, free of charge. The recall began on March 13, 2018. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 18-313." -02/05/2018,18V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V094000),"Ferrara Fire Apparatus, Inc.",Water Pressure Relief valve may Open,EQUIPMENT,NR (Not Reported),Vehicle,66,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2015-2016 Inferno and International 4400, 2013-2016 Igniter, 2014-2017 Cinder and Freightliner M2 106, 2013-2014 Ember and 2013-2017 Kenworth T370 fire-fighting vehicles, equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","Ferrara will notify owners, and Ferrara certified dealers or technicians will replace the relief valve retaining ring with one that is stainless steel, free of charge. The recall began on February 12, 2018. Owners may contact Ferrara customer service at 1-800-443-9006." -02/03/2018,18E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E008000),Whammerdyne Inc.,Vent System may Seep Fuel,EQUIPMENT,NR (Not Reported),Equipment,463,"Whammerdyne Inc. (Whammerdyne) is recalling certain II Much VSR remote fuel tank vent systems, part number 100034. These vent systems may seep fuel.",Fuel seepage in the presence of an ignition source can increase the risk of a fire.,"Whammerdyne will notify owners and will replace the vent system with a redesigned unit, free of charge. The recall began on March 23, 2018. Owners may contact Whammerdyne customer service at 1-888-216-6033." -02/03/2018,18E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E009000),Whammerdyne Inc.,Vent System may Seep Fuel,EQUIPMENT,NR (Not Reported),Equipment,519,"Whammerdyne Inc. (Whammerdyne) is recalling certain II Much VSR remote fuel tank vent systems, part number 100016. These vent systems may seep fuel.",Fuel seepage in the presence of an ignition source can increase the risk of a fire.,"Whammerdyne will notify owners and will replace the vent system with a redesigned unit, free of charge. The recall began on March 23, 2018. Owners may contact Whammerdyne customer service at 1-888-216-6033." -02/02/2018,18V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V091000),Lance Camper Manufacturing. Corp.,Battery May Move or Fall Out of Compartment,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1164,"Lance Camper Manufacturing Corp. (Lance) is recalling certain 2018 travel trailers, models 1985, 1995, 2185, 2155, 2295, and 2375. The battery on these vehicles may move within its compartment while the vehicle is in motion, causing the door to open and allowing the battery to fall out.","If the battery falls out of the compartment with the trailer is being towed, it may become a road hazard, increasing the risk of a crash.","Lance will notify owners, and dealers will install a retrofit strap kit to keep the battery from moving, free of charge. The recall began on March 19, 2018. Owners may contact Lance customer service at 1-661-949-3322." -02/02/2018,18V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V093000),Triple E Recreational Vehicles,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,CA#8894-1,Vehicle,1159,"Triple E Recreational Vehicles (Triple E) is recalling certain 2002-2009 Invitation and Embassy recreational vehicles, 2002-2012 Regency, Regal, Senator and Topaz recreational vehicles, 2002-2010 Signature, Commander and Empress recreational vehicles, 2005-2013 Regency GT recreational vehicles, 2011-2013 MOT Trailers, 2012 Roughneck trailers (NT300), 2008-2013 Free Flight, Serenity (S24CB), Liberio (L24CB)and Free Spirit recreational vehicles and 2010-2013 Unity recreational vehicles. These motorhomes are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Triple E will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 28, 2018. Owners may contact Kidde customer service at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Triple E's number for this recall is CA#8894-1." -02/02/2018,18V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V090000),"Jaguar Land Rover North America, LLC",Fuel Leak in Engine Compartment,"FUEL SYSTEM, GASOLINE",H081,Vehicle,10073,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2018 Jaguar XE, XF, E-PACE, F-PACE and F-TYPE vehicles equipped with a 2.0L gasoline engine. The fuel rail end caps may leak, possibly resulting in fuel vapor or liquid fuel leaking into the engine bay.",A fuel leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"Jaguar will notify owners, and dealers will replace the fuel rail, free of charge. The recall began on March 8, 2018. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H081." -02/02/2018,18V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V092000),PACCAR Incorporated,"Gear Display may not be Accurate/FMVSS 102, 101",ELECTRICAL SYSTEM,18KWA and 118-A,Vehicle,1938,"PACCAR Incorporated (PACCAR) is recalling certain 2017-2018 Kenworth T680 and T880 trucks, and Peterbilt 567 and 579 trucks, all equipped with an automated Eaton UltraShift Plus or Eaton Advantage Transmission with right hand stalk shifter. The display that indicates which transmission gear the driver selected may display incorrectly. The display can indicate 'N' when the shifter is set into 'D' or 'R', and the as a result, the truck will not move. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect,"" and number 101, ""Control and Displays.""",A truck that does not move as expected can increase the risk of a crash.,"PACCAR will notify owners, and dealers will install a transmission software update, free of charge. The recall began on March 9, 2018. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4220. PACCAR's numbers for this recall is 18KWA and 118-A." -02/01/2018,18V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V087000),"Jaguar Land Rover North America, LLC",Fuel Leak in Engine Compartment,"FUEL SYSTEM, GASOLINE",N138,Vehicle,8211,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2018 Land Rover Range Rover Evoque, Range Rover Velar, and Land Rover Discover Sport vehicles equipped with a 2.0L gasoline engine. The fuel rail end caps may leak, possibly resulting in fuel vapor or liquid fuel leaking into the engine bay.",A fuel leak in the presence of an ignition source such as hot engine or exhaust components can increase the risk of a fire.,"Land Rover will notify owners, and dealers will replace the fuel rail, free of charge. The recall began on March 8, 2018. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N138." -02/01/2018,18V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V088000),"Jaguar Land Rover North America, LLC",TPMS Settings Incorrect/FMVSS 138,TIRES,N164,Vehicle,190,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2018 Land Rover Range Rover Evoque convertible vehicles equipped with 20-inch wheels. The Tire Pressure Monitoring System (TPMS) may be incorrectly set and thus may not illuminate the warning on the instrument panel when a tire's pressure is 25% below the recommended cold inflation pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","If the vehicle fails to warn the driver of low tire pressure, driving the vehicle may result in tire tread separation, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the TPMS setting to correct the illumination setting, free of charge. The recall began on March 9, 2018. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N164." -02/01/2018,18V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V089000),"Kawasaki Motors Corp., U.S.A.",Transmission Gears May Break,POWER TRAIN,MC18-01,Vehicle,3964,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2016-2018 ZX-10R and ZX-10RR (ZX1000R, ZX1000S, and ZX1000Z) motorcycles. A high impact force may cause the transmission gears to break during shifting.","If the transmission gears break it can cause a loss of control, increasing the risk of a crash.","KMC will notify owners, and dealers will replace the 2nd, 3rd, 4th output gears and the 2nd input gear, free of charge. Owners are advised to not ride their motorcycles until the repair has been performed. The recall began on February 26, 2018. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC18-01." -01/31/2018,18V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V086000),"Nissan North America, Inc.",Brake Master Cylinder may Leak Fluid into Booster,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,415,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2017 Nissan Juke Nismo RS vehicles. Due to a problem within the brake master cylinder, brake fluid may leak into the brake booster, reducing brake performance.","If brake fluid leaks into the brake booster it can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace the brake master cylinder, free of charge. The recall began March 19, 2018. Owners may contact Nissan customer service at 1-800-647-7261." -01/31/2018,18V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V084000),"Triumph Motorcycles America, Ltd.",Engine may Stall,ELECTRICAL SYSTEM,33,Vehicle,2824,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2016-2018 Thruxton and Thruxton R motorcycles. The engine may stall if the throttle is open or closed quickly while the clutch lever is pulled in.",An engine stall can increase the risk of a crash.,"Triumph will notify owners, and dealers will update the engine management software, free of charge. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is 33." -01/31/2018,18V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V085000),Toyota Motor Engineering & Manufacturing,Sensor Failures May Prevent Air Bag Deployment,AIR BAGS,"JLA, J0F",Vehicle,48672,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016 Toyota Prius and Lexus RX 350, RX 350 F Sport, RX 450h F Sport and RX 450h vehicles and 2015-2016 Lexus NX 200T, NX Turbo and NX 300h vehicles. The air bag pressure sensors and/or the acceleration sensors may fail causing the side/curtain shield air bags and/or the front air bags to not deploy in the event of a crash.","If the air bags fail to deploy in a crash, it can increase the risk of injury.","Toyota will notify owners, and dealers will replace the sensors as necessary based on their serial numbers, free of charge. The recall is expected to begin March 12, 2018. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are JLA, J0F." -01/30/2018,18V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V082000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,69R6,Vehicle,162782,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2006-2013 Audi A3, 2007-2009 A4 Cabriolet and S4 Cabriolet, 2008 RS4 Cabriolet, 2009-2012 Q5, and 2010-2012 Audi A5 Cabriolet and S5 Cabriolet vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Audi will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternative inflator, free of charge. The recall began February 23, 2018. Owners may contact Volkswagen customer service at 1-800-253-2834. Volkswagen's number for this recall is 69R6. Note: This recall partially supersedes recall 16V-078." -01/30/2018,18V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V083000),"Daimler Trucks North America, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,FL-759,Vehicle,606,"Daimler Trucks North America LLC (DTNA) is recalling certain 2002-2017 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, FS65, and Minotour school buses, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","DTNA will notify owners instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall is expected to begin March 30, 2018. Owners may contact DTNA customer service at 1-800-547-0712 or Kidde customer service at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information. DTNA's number for this recall is FL-759." -01/30/2018,18V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V078000),"Jayco, Inc.",Hydraulic Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",na,Vehicle,17,"Jayco, Inc. (Jayco) is recalling certain 2017 Precept motorhomes. The brake Hydraulic Electronic Control Units (HECU) on these vehicles may be missing valve block ball plugs, potentially causing a brake fluid leak or air ingestion during electronic brake distribution and/or ABS activation.","A brake fluid leak or air ingestion can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Jayco will notify owners, and Ford dealers will inspect the hydraulic block and replace the HECU if the ball plugs are present, free of charge. The recall began on February 16, 2018. Owners may contact Jayco customer service at 1-800-517-9137." -01/30/2018,18V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V077000),Entegra Coach,Insufficient Air Brake Supply Volume/FMVSS 121,"SERVICE BRAKES, AIR",na,Vehicle,393,"Entegra Coach (Entegra) is recalling certain 2015-2016 Aspire and 2017-2018 Insignia motorhomes built on a Spartan chassis. The air brake supply reservoir is less than 12x the combined volume of air for all service brake chambers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","The undersized air brake supply reservoir may provide an insufficient air supply to properly operate the brakes during repetitive brake applications, reducing braking performance and increasing the risk of a crash.","Entegra will notify owners, and Spartan service centers will replace the current air supply reservoir with one that has twice the capacity, free of charge. The recall began on February 16, 2018. Owners may contact Spartan Chassis at 1-800-543-4277 or Entegra customer service at 1-800-517-9137." -01/30/2018,18V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V081000),"Forest River, Inc.",Missing Secondary Egress Window,STRUCTURE,15-0626,Vehicle,53,"Forest River, Inc. (Forest River) is recalling certain 2018 Cardinal recreational trailers, models CAF3045RLLE, CAF304SR, CAF322DS and CAF392RD. These vehicles were manufactured without an emergency exit window in the rear wall of the vehicle.","Without a secondary means of escape from the vehicle, a person may be trapped inside the vehicle during an emergency, which could increase the risk of injury.","Forest River will notify owners, and dealers will install an emergency exit window, free of charge. The recall began on February 14, 2018. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-0626." -01/30/2018,18V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V079000),"Eclipse Recreational Vehicles, Inc.",Tires of an Incorrect Load Range Installed,TIRES,NR (Not Reported),Vehicle,19,"Eclipse Recreational Vehicles, Inc. (Eclipse) is recalling certain 2019 Attitude recreational trailers. These vehicles were equipped with tires that have the incorrect load range.","The incorrect tires may be overloaded, possibly resulting in tire failure and increasing the risk of a crash.","Eclipse will notify owners, and dealers will install tires of the correct load rating, free of charge. The recall began on February 19, 2018. Owners may contact Eclipse customer service at 1-951-684-6868." -01/30/2018,18E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E007000),Lippert,Vibrations Causing Damage to the Driveshaft,POWER TRAIN,2018-001-59,Equipment,28,"Lippert Components, Inc. (LCI) is recalling certain Ford F53 chassis reduced from a standard wheelbase of 208"" to 190"" for use by Forest River in Coachmen and Mirada recreational vehicles. The driveshaft may be misaligned, possibly resulting in excessive vibration at highway speeds.","The vibration may cause driveshaft damage, disabling the vehicle and increasing the risk of a crash.","LCI will notify owners, and Forest River dealers will replace the two piece driveshaft with a three piece driveshaft, free of charge. The recall is expected to begin March 2018. Owners may contact LCI customer service at 1-574-538-4514. LCI's number for this recall is 2018-001-59." -01/30/2018,18V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V080000),"Forest River, Inc.",Wiring Gauge Insufficient for Amp Draw,ELECTRICAL SYSTEM,68-0623,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain 2018 Georgetown recreational vehicles, models GTA36D7 and GTA34P7. These vehicles have 18 gauge wires connected to a 30 amp circuit breaker.","18 gauge wires cannot handle the potential amp draw, possibly resulting in the wires melting and increasing the risk of a fire.","Forest River will notify owners, and dealers will connect the 18 gauge wiring to an additional circuit breaker that will be installed, free of charge. The recall began on February 20, 2018. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-0623." -01/29/2018,18V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V076000),Harley-Davidson Motor Company,Brakes may Fail Due to Not Flushing Brake Fluid,"SERVICE BRAKES, HYDRAULIC",0171,Vehicle,174636,"Harley-Davidson Motor Company (Harley-Davidson) is recalling all 2008-2011 Touring, CVO Touring and VSRC motorcycles equipped with anti-lock brakes (ABS), including Road King (FLHR), Road King Police (EFI) (FLHP), Road King Police (EFI) (FLHPE), Electra Glide Standard Police (EFI) (FLHTP), Electra Glide Classic (EFI) (FLHTC), Electra Glide Ultra Classic (EFI) (FLHTCU) and Street Glide (EFI) (FLHX), 2008 VROD (VRSCAWA), CVO Road King 4 (FLHRSE4), Night Rod (VRSCDA), CVO Ultra Classic 3 (FLHTCUSE3), Night Rod Special (VRSCDXA), 2008-2010 Road King Classic (EFI) (FLHRC), 2008-2009 Road Glide (EFI) (FLTR) and Electra Glide Standard (EFI) (FLHT), 2009-2010 V-Rod (VRSCAW), 2009 CVO Ultra Classic (FLHTCUSE4) and CVO Road Glide 3 (FLTRSE3), 2009-2011 Night Rod Special (VRSCDX) and V-Rod Muscle (VRSCF), 2010 CVO Ultra Classic 5 (FLHTCUSE5) and CVO Street Glide (FLHXSE), 2010-2011 Electra Glide Ultra Limited (FLHTK) and Road Glide Custom (FLTRX), 2011 Road Glide Ultra 103 (FLTRU103), Street Glide 103 (FLHX103), Road King Classic 103 (FLHRC103), CVO Ultra Classic 6 (FLHTCUSE6), CVO Road Glide Ultra (FLTRUSE), Road Glide Custom 103 (FLTRX103), and CVO Street Glide 2 (FLHXSE2) motorcycles. Deposits may form on components within the brake system if the DOT 4 brake fluid is not replaced for a prolonged period of time beyond the 2-year maintenance schedule specified in the Owner�s Manual.","These deposits may cause a valve within the ABS Hydraulic Control Unit to stick, reducing braking ability and increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will flush the entire brake system with new Platinum Label DOT 4 brake fluid, free of charge. The recall began on February 14, 2018. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0171." -01/29/2018,18V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V075000),"Jayco, Inc.",Cook Top Flame Can Be Inverted Causing Explosion,EQUIPMENT,9901366,Vehicle,26,"Jayco, Inc. (Jayco) is recalling certain 2018 Eagle travel trailers, model 333BHOK. The flame on the Furrion cook top can become inverted or go out when the furnace is turned on, however, liquid propane (LP) gas will continue to flow to the burners.","LP gas flow to an unlit stove burner may result in an explosion, increasing the risk of injury.","Jayco will notify owners, and dealers will install two wood panels to prevent air from the furnace affecting the stove burners, free of charge. The recall began on February 14, 2018. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901366." -01/29/2018,18V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V074000),Highland Ridge RV,Incorrect GAWR on Federal Label/FMVSS 110,EQUIPMENT,9904374,Vehicle,84,"Highland Ridge RV (Highland Ridge) is recalling certain 2018 Open Range light travel trailers, model 312BHS. The Federal Label on these vehicles incorrectly lists the Gross Axle Weight Rating (GAWR) as 5100lbs when the correct GAWR is 4400lbs. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect GAWR information may result in the trailer being overloaded which can cause the tires to wear prematurely, increasing the risk of a crash.","Highland Ridge will notify owners, and dealers will replace the incorrect Federal Label with a corrected label, free of charge. The recall began on February 7, 2018. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland's number for this recall is 9904374." -01/29/2018,18V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V073000),"Jayco, Inc.",Incorrect GVWR on Federal Labels/FMVSS 110,EQUIPMENT,9901373,Vehicle,461,"Jayco, Inc. (Jayco) is recalling certain 2018 Eagle EA, EB, ED travel trailers. The Federal Labels and Cargo Carrying Capacity (CCC) label on these vehicles may incorrectly list the Gross Vehicle Weight Rating (GVWR) as 11,750lbs, when the actual GVWR is 11,700lbs. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the GVWR is incorrect it can allow the vehicle to be overloaded, increasing the risk of a crash.","Jayco will notify owners and provide them with a corrected label, free of charge. The recall began on February 13, 2018. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901373." -01/29/2018,18T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18T001000),Vogue Tyre & Rubber Co.,Missing Date Code on Sidewall/FMVSS 139,TIRES,NR (Not Reported),Tire,1203,"Vogue Tyre & Rubber Co. (Vogue) is recalling certain Signature V tires, sizes 245/40R20, 235/45R17, 225/50R17, 225/45R17, 235/55R17, 245/45R17 and 235/65R18, and Signature V SCT tires, sizes 235/65R18, 285/45R22, 275/55R20. These tires have incomplete Tire Identification number (TIN) codes on the intended outboard sidewalls in that they are missing date codes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Missing TIN information can make it difficult for owner to identify the tire in the event of a recall, potentially increasing the risk of driving with a recalled tire which could result in a crash.","Vogue will notify owners, and dealers will replace the affected tires, free of charge. The recall began February 12, 2018. Owners may contact Vogue customer service at 1-800-323-1466." -01/29/2018,18V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V072000),"Jayco, Inc.",Trailer Safety Chains may Fail,EQUIPMENT,9901372,Vehicle,81,"Jayco, Inc. (Jayco) is recalling certain 2017, 2018 Eagle 333BHOK (EC) travel trailers. The safety chains on these vehicles are rated at 11,700 lbs, however the Gross Vehicle Weight Rating (GVWR) is 12,500lbs. In the event of a trailer detachment, the underrated safety chains may fail.","If the safety chains fail in the event of a detachment, the trailer would separate from the tow vehicle, increasing the risk of a crash.","Jayco will notify owners, and dealers will install safety chains that have a GVWR of 16,200lbs, free of charge. The recall began on February 8, 2018. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901372." -01/26/2018,18V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V069000),"Mitsubishi Motors North America, Inc.",Belt Tensioner may Break Allowing Belt to Detach,ENGINE AND ENGINE COOLING,SR-18-001,Vehicle,141053,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2009-2012 Lancer, 2008-2012 Outlander, 2010-2012 Lancer Sportback, and 2011-2012 Outlander Sport vehicles equipped with either a 4B11 or 4B12 engine. The drive belt automatic tensioner flange may crack, allowing the accessory drive belt to detach.","If the drive belt detaches, the battery will discharge and the engine will stall, increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the belt tensioner with one that has an improved shape, free of charge. The recall is expected to begin March 27, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-001." -01/26/2018,18V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V070000),"Mitsubishi Motors North America, Inc.",Parking Brake Actuators may Corrode,PARKING BRAKE,SR-18-002,Vehicle,170354,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2014-2016 Outlander and 2013-2016 Outlander Sport vehicles. Water may enter the rear brake calipers causing the parking brake actuator shafts to corrode and possibly bind.","If the parking brake actuator shaft binds, the parking brake may not engage or disengage fully. If the parking brake does not engage properly, the vehicle may move unexpectedly if it is parked on a slope, increasing the risk of a crash.","MMNA will notify owners, and dealers will inspect the rear brake calipers and replace the parking brake boot and lever or the brake caliper body, as necessary. Dealers will also replace the piston assembly of the rear brake caliper. These repairs will be performed free of charge. The recall is expected to begin March 27, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-002." -01/26/2018,18V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V071000),"Mitsubishi Motors North America, Inc.",Sun Roof Glass may Detach from Assembly,VISIBILITY,SR-18-003,Vehicle,56641,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2007-2010 Outlander, 2008-2010 Lancer, 2009-2010 Lancer Evolution, and 2010 Lancer Sportback vehicles equipped with sunroofs. The sunroof glass may detach from the sunroof assembly, becoming a road hazard to other vehicles.","If the sunroof glass detaches from the assembly while driving, it can become a road hazard, increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the sunroof glass assembly, free of charge. The recall began on February 27, 2018. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-18-003." -01/25/2018,18V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V067000),"Forest River, Inc.",Liquid Propane Bottle May Detach from Trailer,EQUIPMENT,400-0612,Vehicle,253,"Forest River, Inc. (Forest River) is recalling certain 2018 Palomino PaloMini recreational trailers. The mounting bracket for the single liquid propane (LP) bottle may break allowing the LP bottle to detach from the vehicle.","If the LP bottle detaches from the vehicle, there is an increased risk of injury or crash.","Forest River will notify owners, and dealers will install a new LP bottle ring, free of charge. The recall began on March 1, 2018. Owners may contact Forest River customer service at 1-269-432-3246. Forest River's number for this recall is 400-0612." -01/25/2018,18V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V068000),Honda (American Honda Motor Co.),Vehicle May Lose Power,ELECTRICAL SYSTEM,R0L,Vehicle,471,"Honda (American Honda Motor Co.) is recalling certain 2017 Clarity Fuel Cell vehicles. The fuel cell control unit (FC-ECU) may misinterpret a small cell voltage drop, causing the vehicle to have reduced, or a complete loss of, power.",A loss of power can increase the risk of a crash.,"Honda will notify owners, and dealers will install a software update, free of charge. The recall began February 28, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is R0L." -01/24/2018,18E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E006000),Dainese S.p.A.,Chin Bar may Detach in a Crash,EQUIPMENT,NR (Not Reported),Equipment,325,"Dainese S.p.A (Dainese) is recalling certain AGV Carbon Modular motorcycle full-face, flip-up helmets, model AGV 580. The glue applied to the screws that secure the chin bar components together may have contacted the chin base polycarbonate material causing it to deteriorate prematurely.","The deteriorated polycarbonate material may result in the chin base detaching during an impact, increasing the risk of injury.","Dainese will notify owners, and dealers will replace the helmets, free of charge. The recall began February 12, 2018. Owners may contact Dainese customer service at 1-855-327-5639." -01/24/2018,18E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E005000),Fuel Helmets,Helmet Strap Failure in Low or High Temp/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,15003,"Fuel Helmets (Fuel) is recalling certain model SH-HHFL64 and SH-HHGL1 size small, SH-HHFL65 and SH-HHGL15 size medium, SH-HHGL16 and SH-HHFL66 size large, and SH-HHFL67 and SH-HHGL17 size extra large helmets. The strap that secures the helmet to the rider's head may fail in low or high temperatures. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","If the helmet strap fails to keep the helmet secured in the event of a crash, the rider has an increased risk of injury.","Fuel will replace the helmet, free of charge. The recall began July 7, 2018. Owners may contact Fuel customer service at 1-855-355-3835." -01/22/2018,18V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V060000),Wayfarer,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,24,"Wayfarer is recalling certain 2017 24 QW recreational vehicles, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Wayfarer will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on March 7, 2018. Owners may contact Wayfarer customer service at 1-256-356-8661, or Kidde customer service at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -01/22/2018,18V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V064000),"Suzuki Motor USA, LLC",Shifting with High RPMs may cause Chain to Break,ENGINE AND ENGINE COOLING,2A76 to 2A81,Vehicle,3097,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2017-2018 GSX-R1000, GSX-R1000A, GSX-R1000RA, and GSX-R1000RZA motorcycles. When upshifting between first and second gear, if the rider fails to engage second gear, a neutral condition will exist and may cause very high engine RPM. If the rider then shifts into second gear without disengaging the clutch, the motorcycle�s chain may stretch or break.","If the drive chain breaks, the motorcycle will lose power, increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the Engine Control Module (ECM), and inspect and replace the drive chain and sprockets, as necessary, free of charge. The recall began on January 25, 2018. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's numbers for this recall are 2A76 to 2A81." -01/22/2018,18V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V066000),"Forest River, Inc.",Side Marker Light and Reflector/FMVSS 108,EXTERIOR LIGHTING,75-0613,Vehicle,75,"Forest River, Inc. (Forest River) is recalling certain 2018 Cherokee recreational trailers. The amber side marker lights are not located as far to the front as feasible on the vehicle. Additionally, the vehicles may also be missing the intermediate side reflex reflectors located at, or near, the midpoint of the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the marker lights are in the wrong location or if the reflectors are missing, it can reduce the visibility of the vehicle to other drivers, increasing the risk of a crash.","Forest River will notify owners, and dealers will install amber side marker lights as far forward as feasible, and mount side marker reflectors, free of charge. The recall began on February 16, 2018. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 75-0613." -01/19/2018,18V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V065000),Aston Martin The Americas,Inadvertent Driver Air Bag Deployment,AIR BAGS,RA-01-1048,Vehicle,1027,Aston Martin The Americas (Aston Martin) is recalling certain 2017-2018 DB11 V12 Coupe and DB11 V8 Coupe vehicles. The driver's frontal air bag may unexpectedly deploy due to insufficient grounding of the steering components if an electrostatic discharge occurs and the air bag clockspring is broken.,"If the driver air bag inadvertently deploys, it can increase the risk of injury and a crash.","Aston Martin will notify owners, and dealers will add sufficient grounding to the steering components, free of charge. The recall is expected to begin March 2018. Owners may contact Aston Martin customer service at 1-888-923-9988." -01/19/2018,18V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V061000),Newmar Corporation,Insufficient Light Output/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,11,"Newmar Corporation (Newmar) is recalling certain 2018 Essex motorhomes built on a Freightliner chassis. The low beam headlights do not also illuminate as intended when the high beam headlights are activated, reducing the driver's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the driver has reduced visibility, there would be an increased risk of a crash.","Newmar will notify owners, and Daimler Trucks North America authorized service facilities will reprogram the Freightliner chassis module, free of charge. The recall began on February 9, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -01/19/2018,18V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V062000),Newmar Corporation,Insufficient Light Output/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1249,"Newmar Corporation (Newmar) is recalling certain 2017-2018 Ventana, Ventana LE and Dutchstar motorhomes built on a Freightliner chassis. The low beam headlights do not also illuminate as intended when the high beam headlights are activated, reducing the driver's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the driver has reduced visibility, there would be an increased risk of a crash.","Newmar will notify owners, and Daimler Trucks North America authorized service facilities will reprogram the Freightliner chassis module, free of charge. The recall began on February 9, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -01/19/2018,18V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V063000),"KZRV, L.P.",Sofa May Block Emergency Exit,STRUCTURE,KZ-2018-01,Vehicle,130,"KZRV, L.P. (KZRV) is recalling certain 2017-2018 Durango Gold recreational trailers. The rear sofa in these vehicles may limit visibility of the rear exit window label and/or the sofa cushion may restrict access to, and operation of, the exit window handle.","If the sofa delays using the exit window in the event of an emergency, the occupants have an increased risk of injury.","KZRV will notify owners, and dealers will replace the sofa back with a back that isn't as tall, free of charge. The recall began on March 19, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2018-01." -01/16/2018,18E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E004000),"Dorman Products, Inc.",A/C Bypass Pulley Bracket may Crack and Fail,EQUIPMENT,NR (Not Reported),Equipment,305,"Dorman Products, Inc. (Dorman) is recalling certain Dorman A/C Bypass Pulley Brackets, part number 34283, and Solutions A/C Bypass Pulley Brackets, part number 660-2001-1. These brackets may crack under certain loading conditions.","If the bracket cracks and fails, the vehicle may lose power steering assist, increasing the risk of a crash.","Dorman will replace the A/C Bypass Pulley free of charge. The recall began on March 9, 2018. Owners may contact Dorman customer service at 1-800-523-2492." -01/16/2018,18V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V038000),Mazda North American Operations,Driver Side Air Bag Inflator May Explode,AIR BAGS,2218A,Vehicle,2205,"Mazda is recalling certain 2006 B-series vehicles. Mazda requests owners NOT TO DRIVE these vehicles until they have been remedied. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to explode. On January 11, 2018, Mazda North American Operations (Mazda) notified NHTSA that they are recalling 160 model year 2006 B-Series vehicles built with driver-side air bags. As of February 9, 2018, Mazda is expanding the recall to a total of 2,205 model year 2006 B-Series vehicles built with driver-side air bags. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with sharp metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Mazda will notify owners instructing them to not drive their vehicles, and dealers will replace the front driver side air bag inflator with an alternate inflator, free of charge. The recall began January 18, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 2218A." -01/16/2018,18V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V039000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2318A,Vehicle,2205,"Mazda North America Operations (Mazda) is recalling certain 2006 B-Series vehicles. Mazda is requesting owners to NOT DRIVE these vehicles until they have been remedied. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to explode. On January 11, 2018, Mazda North American Operations (Mazda) notified NHTSA that they are recalling 160 model year 2006 B-Series vehicles built with driver-side air bags. As of February 9, 2018, Mazda is expanding the recall to a total of 2,205 model year 2006 B-Series vehicles built with driver-side air bags. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could explode with sharp metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Mazda will notify owners instructing them to not drive their vehicles, and dealers will replace the front passenger side air bag inflator with an alternate inflator, free of charge. The recall began January 18, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 2318A." -01/16/2018,18V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V059000),"Liberty Outdoors, LLC",Power Tongue Jack may Operate Unintentionally,EQUIPMENT,LOR-001,Vehicle,62,"Liberty Outdoors, LLC (Liberty) is recalling certain 2018 Little Guy Max recreational trailers, equipped with a Smart-Jack model power tongue jack. The laminated plastic touch pad on the jack may crack or separate allowing water to enter, potentially causing the jack to operate unintentionally.","If the jack retracts or extends unintentionally, it can increase the risk of injury to those within the trailer or increase the risk of a crash if the jack moves while the trailer is being towed.","Liberty will notify owners, and dealers will replace the power tongue jack, free of charge. The recall began on February 27, 2018. Owners may contact Liberty customer service at 1-877-545-4897. Liberty's number for this recall is LOR-001." -01/16/2018,18V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V058000),Ford Motor Company,Second Row Power Windows May Not Reverse/FMVSS 118,VISIBILITY,18C01,Vehicle,361,"Ford Motor Company (Ford) is recalling certain 2018 Ford Expedition and Lincoln Navigator vehicles. The second row window control modules may intermittently stop the movement of the power window. If something, such as a finger, is pinched by the window glass, the stopped window control module may prevent the window from automatically reversing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-Operated Window Systems.""","If the window does not automatically reverse when an obstruction is found, it can increase the risk of injury.","Ford will notify owners, and dealers will inspect the second row window electronic control modules, and replace them as necessary based on their build date codes, free of charge. The recall began on February 16, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18C01." -01/16/2018,18V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V055000),Indian Motorcycle Company,Water in Wiring Harness may Keep Brake Light Lit,ELECTRICAL SYSTEM,I-18-01,Vehicle,7392,"Indian Motorcycle Company (Indian) is recalling certain 2015-2017 Roadmaster motorcycles. Water may enter the trunk wiring harness, potentially causing the brake light to remain illuminated even when the brakes are not applied.","If the brake light remains illuminated when the brakes are not applied, a vehicle behind the motorcycle may not know when the motorcycle is actually slowing, increasing the risk of a crash.","Indian will notify owners, and dealers will replace the trunk wiring harness with an updated harness that contains sealing plugs in the connectors, free of charge. The recall began on January 30, 2018. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-18-01." -01/15/2018,18V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V054000),"Elgin Sweeper Company, Inc.",Debris Collected Under the Cab may Cause Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,7,Elgin Sweeper Company Inc. (Elgin) is recalling certain 2017 Crosswind street sweepers. Debris may collect under the cab area and contact the exhaust system.,"If flammable debris contacts the exhaust system, it can increase the risk of a fire.","Elgin will notify owners and dealers will install the FSO 1127691 exhaust wrap which will eliminate the exposure to debris, free of charge. The recall began on December 5, 2017. Owners may contact Elgin customer service at 1-877-342-5374." -01/15/2018,18V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V053000),"Foretravel, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,462,"Foretravel, Inc. (Foretravel) is recalling certain 2004-2019 U270, U295, U320, Nimbus, Phenix, Realm, and ih-45 motorhomes. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Foretravel will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 6, 2018. Owners may contact Foretravel customer service at 1-936-564-8367, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -01/12/2018,18V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V052000),"Jaguar Land Rover North America, LLC",Instrument Cluster Will Go Blank,ELECTRICAL SYSTEM,H056,Vehicle,3002,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017-2018 F-Pace vehicles. The Instrument Cluster (IC) may intermittently go blank.","A blank instrument cluster will not show important information like vehicle speed, increasing the risk of a crash.","Jaguar will notify owners, and dealers will update the vehicle software, free of charge. The recall began on February 16, 2018. Owners may contact Jaguar customer service at 1-800-452-4827. Note: This recall expands the scope of vehicles recalled under 17V-678. Jaguar's number for this recall is H056." -01/12/2018,18V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V051000),"Forest River, Inc.",Power Tongue Jack may Operate Unintentionally,EQUIPMENT,51-0610,Vehicle,1349,"Forest River, Inc. (Forest River) is recalling certain 2018 Rockwood and Flagstaff, and Coachmen Freedom Express recreational trailers and 2017-2018 Palomino and XLR ToyHauler and Coachmen Viking recreational trailers equipped with a Smart-Jack model power tongue jack. The laminated plastic touch pad on the jack may crack or separate allowing water to enter, potentially causing the jack to operate unintentionally.","If the tongue jack retracts or extends unexpectedly, there could be an increased risk of a crash or injury.","Forest River will notify owners, and a Forest River or a Lippert dealer will replace the power tongue jack, free of charge. The recall began on February 20, 2018. Rockwood and Flagstaff Owners may contact Forest River customer service at 1-574-642-5164; XLR ToyHauler owners can call 1-574-642-0432; Viking owners can call 1-269-467-4600; Freedom Express owners can call 1-574-825-8205; Palomino owners can call 1-269-432-3246. Lippert Customer service can be reached at 1-574-538-4514 or by email at recall@lci1.com. Forest River's number for this recall is 51-0610." -01/11/2018,18V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V035000),"Altec Industries, Inc.",Circuit Breaker Electrical Short May Cause Fire,ELECTRICAL SYSTEM,MAB 675,Vehicle,29,"Altec Industries Inc. (Altec) is recalling certain 2017 AT Aerial Devices mounted on Ford F-550 chassis. A circuit breaker located under the hood may contact the hood, potentially resulting in an electrical short.",An electrical short can increase the risk of a fire.,"Altec has notified owners, and dealers will update the circuit breaker bracket and install a insulating chafe pad, free of charge. The recall began on January 12, 2018. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is MAB 675." -01/11/2018,18V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V023000),Ford Motor Company,Driver Side Air Bag Inflator May Explode,AIR BAGS,18S02,Vehicle,33310,"Ford Motor Company (Ford) is recalling certain 2006 Ford Ranger trucks. Ford is requesting owners NOT TO DRIVE these vehicles until they have been repaired. On January 11, 2018, Ford Motor Company (Ford) notified NHTSA that they are recalling 2,700 model year 2006 Ranger vehicles built with driver-side air bag inflators . As of February 9, 2018, Ford is expanding the recall to a total of 33,310 model year 2006 Ranger vehicles. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could explode with sharp metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Ford will notify owners instructing them to not drive their vehicles, and dealers will replace the front driver side air bag inflator with an alternate inflator, free of charge. The recall for the original population began on January 16, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S02." -01/11/2018,18V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V049000),"Chrysler (FCA US, LLC)",Engine Stall Due to Software Issue,ELECTRICAL SYSTEM,U01,Vehicle,153859,"Chrysler (FCA US LLC) is recalling certain 2017 Chrysler Pacifica vehicles equipped with a 3.6l engine. The engine control software may become out of sync with the crankshaft position sensor, possibly resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Chrysler will notify owners, and dealers will update the engine control software, free of charge. The recall began March 7, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U01." -01/11/2018,18V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V047000),"Mitsubishi Fuso Truck of America, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,MFV00001,Vehicle,1153,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain 2004-2017 FE84D, FE85D, FEC52, FEC72, FEC92, FGB72, FK61F and FM657 trucks. These trucks are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","MFTA will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 11, 2018. Owners may contact MFTA customer service at 1-877-711-0707, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. MFTA's number for this recall is MFV00001." -01/11/2018,18V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V048000),"Chrysler (FCA US, LLC)",Fuel Line Separation may Cause Fire,"FUEL SYSTEM, GASOLINE",U02,Vehicle,1242,Chrysler (FCA US LLC) is recalling certain 2018 Jeep Grand Cherokee Trackhawk vehicles equipped with a 6.2L Supercharged Engine. The fuel line may separate.,"If the fuel line separates, the engine may stall, increasing the risk of a crash. In addition, a fuel line separation increases the risk of an engine compartment fire and injury.","Chrysler will notify owners, and dealers will inspect and, as necessary, replace the fuel line, free of charge. The recall began February 23, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U02." -01/11/2018,18V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V036000),"Altec Industries, Inc.",Load Chart may Display Incorrect Values,ELECTRICAL SYSTEM,CSN 673,Vehicle,122,"Altec Industries Inc. (Altec) is recalling certain 2014-2017 Altec AC40-152S Cranes. On the affected cranes, the electronic Load Moment and Area Protection (LMAP) may display incorrect load chart values.",Using an incorrect chart value could lead to unit instability or loss of load control increasing the risk of death of serious injury.,"Altec will notify owners, and dealers will update the LMAP software, as necessary, free of charge. The recall began on February 5, 2018. Owners may contact Altec at 1-205-991-7733. Altec's number for this recall is CSN 673." -01/11/2018,18V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V022000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,18S02,Vehicle,33310,"Ford Motor Company (Ford) is recalling certain 2006 Ford Ranger trucks. Ford is requesting owners NOT TO DRIVE these vehicles until they have been repaired. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to explode. On January 11, 2018, Ford Motor Company (Ford) notified NHTSA that they are recalling 2,700 model year 2006 Ranger vehicles built with passenger-side air bag inflators. As of February 9, 2018, Ford is expanding the recall to a total of 33,310 model year 2006 Ranger vehicles built with passenger-side air bag inflators. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to explode.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could explode with sharp metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Ford will notify owners instructing them to not drive their vehicles, and dealers will replace the passenger side air bag inflator with an alternate inflator, free of charge. The recall for the original population began on January 16, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 18S02." -01/11/2018,18V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V046000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,19S01,Vehicle,327796,"Ford Motor Company (Ford) is recalling certain 2013 Ford Mustang vehicles sold, or ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Ford is recalling certain 2010 Ford Edge, Fusion, Mustang and Ranger, Lincoln MKX and Zephyr/MKZ, and Mercury Milan vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Ford is also recalling certain 2009 Ford Edge, Fusion, Mustang and Ranger, Lincoln MKX and Zephyr/MKZ, and Mercury Milan vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), that may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Ford will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S01." -01/11/2018,18V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V037000),"Van-Con, Inc.",Uneven Lift Platform/ FMVSS 403 & 404,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,27,"Van-Con, Inc. (Van-Con) is recalling certain 2016-2018 Van-Con Dual Rear-Wheel school buses, model 33803, built on Chevrolet 3500 chassis and equipped with wheelchair lifts. The lifts in the affected vehicles may not deactivate until they are beyond the acceptable limit for being uneven. As such, these lifts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403 ""Platform lift systems"" and FMVSS number 404 ""Platform lift installations.""","A lift platform that is uneven may cause a fall, increasing the risk of an injury.","Van-Con will notify owners, and dealers will inspect the threshold warning system, adjusting it as necessary, free of charge. The recall began on January 30, 2018. Owners may contact Van-Con customer service at 1-732-356-8484." -01/11/2018,18V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V050000),Pierce Manufacturing,Water Pressure Relief valve may Open,EQUIPMENT,74B287,Vehicle,123,"Pierce Manufacturing (Pierce) is recalling certain 2015-2016 Arrow XT, Enforcer, Quantum, Saber, Velocity, and Commercial emergency vehicles equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","Pierce has notified owners, and dealers will install a remedy kit, free of charge. The recall began on February 9, 2018. Owners may contact Pierce customer service at 1-888-974-3723 or Hale Products at 1-800-533-3569. Pierce's number for this recall is 74B287." -01/11/2018,18V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V034000),"Forest River, Inc.",Wire may Overheat due to Wrong Panel Connection,ELECTRICAL SYSTEM,17A-0609,Vehicle,223,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Forest River Cherokee travel trailers. On the affected trailers, a 14 gauge and a 12 gauge neutral wire for the 110V Air Conditioning were connected to the same lug in the 120V panel neutral bus bar.","If both wires were connected to same lug, the smaller wire may overheat and fail due to trying to handle a higher load, thereby increasing the risk of an electrical fire.","Forest River will notify owners, and dealers will relocate the subject wire to another 14 gauge terminal, as necessary, free of charge. The recall began on February 14, 2018. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 17A-0609." -01/10/2018,18V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V033000),"KTM North America, Inc.",Front Brake Master Cylinder Piston May Crack,"SERVICE BRAKES, HYDRAULIC",TB1805,Vehicle,2361,"KTM North America, Inc. (KTM) is recalling certain 2015-2016 1290 Super Duke R ABS, 2016 1290 Super Duke R SE ABS and 1290 Super Duke GT ABS and 2017-2018 Super Duke R and1290 Super Duke GT motorcycles. The piston within the Brembo front brake master cylinder may fail.","If the front brake master cylinder piston fails, the loss of front braking ability can increase the risk of a crash.","KTM will notify owners, and dealers will replace the piston with an aluminum one, free of charge. The recall began on February 21, 2018. Owner's may contact KTM customer service at 1-888-985-6090." -01/10/2018,18V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V043000),"Mercedes-Benz USA, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,132167,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2013 C250, C250 Coupe, C350 Coupe 4Matic, C300 4Matic, C350, C350 Coupe, C63 AMG, C63 Coupe, E350 Cabrio, E350 Coupe, E550 Cabrio, E350 Coupe 4Matic, E550 Coupe, GLK350 4Matic, GLK250 Bluetec 4Matic, GLK350, SLS Coupe, SLS AMG GT Coupe, and SLS Roadster vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, MBUSA is recalling certain 2010 C300, C300 4Matic, C63 AMG, E350 Coupe, E550 Coupe, GLK350, and GLK350 4Matic vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" MBUSA is also recalling certain 2009 C300, C300 4Matic, C63 AMG, and C350 vehicles ever registered in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MO, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI and WY or ""Zone C."" In the event of a crash necessitating deployment of the passenger frontal air bag, these passenger air bag inflator may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"MBUSA will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. Mercedes issued an interim notification to owners on February 23, 2018. A second notice will be mailed when remedy parts are available. Owners may contact MBUSA customer service at 1-877-496-3691." -01/10/2018,18V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V044000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,52614,"Nissan North America, Inc. (Nissan) is recalling certain 2009-2012 Versa Hatchback, and 2009-2011 Versa Sedan vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Nissan is recalling certain 2009-2010 Versa Hatchback, and Versa Sedan vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Nissan is also recalling certain 2009 Versa Hatchback and Versa Sedan vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" In the event of a crash necessitating deployment of the passenger frontal air bag, these passenger air bag inflator may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began March 9, 2018. Owners may contact Nissan customer service at 1-800-647-7261." -01/09/2018,18V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V026000),Hyundai Motor America,ABS Module May Short Circuit,"SERVICE BRAKES, HYDRAULIC",172,Vehicle,87854,Hyundai Motor America (Hyundai) is recalling certain 2006-2011 Hyundai Azera and 2006 Hyundai Sonata vehicles. Water may enter the Anti-lock Brake (ABS) Module and result in an electrical short .,"An electrical short within the ABS Module may cause an engine compartment fire, even when the car is turned off, increasing the risk of an injury.","Hyundai will notify owners, and dealers will install a relay in the vehicle's main junction box to prevent the risk of an ABS short-circuit while the car is turned off, free of charge. The recall began on February 19, 2018. Owners may call Hyundai at 1-800-633-5151. Hyundai's number for this recall is 172." -01/09/2018,18V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V045000),Honda (American Honda Motor Co.),Air Bag Inflator May Explode,AIR BAGS,KJ1,Vehicle,960,"Honda (American Honda Motor Co.) is recalling certain 2009-2010 and 2012-2016 Honda GL1800 Gold Wing motorcycles. These motorcycles have air bag inflators assembled as part of the air bag module that may explode due to propellant degradation occurring after long-term exposure to higher absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the rider resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the air bag module, free of charge. The recall began February 9, 2018. Owners may contact Honda Motorcycle Customer Support at 1-866-784-1870. Honda's number for this recall is KJ1." -01/09/2018,18V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V057000),E-One Incorporated,Flat End Cap Failure Affecting Water Pressure,EQUIPMENT,NR (Not Reported),Vehicle,7,"E-One Incorporated (E-One) is recalling certain 2001-2002 E-One X-036 and X-113 emergency vehicles. The flat end caps on the fire pump manifold may fatigue over time and fail, allowing water to suddenly discharge or reducing the water pressure available for fighting fires.","Sudden discharge of water poses a risk of injury to firefighting personnel in close proximity, and partial or total loss of discharge pressure could place firefighting personnel or the public at an increased risk of injury.","E-One will notify owners, and dealers will inspect and replace the flat end cap with a domed end cap kit. Labor compensation will not be covered by E-One. The recall began on February 19, 2018. Owners may contact E-One customer service at 1-352-861-3612." -01/09/2018,18V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V020000),"New Flyer of America, Inc.",Improperly Torqued Hose Connections/FMVSS 121,"SERVICE BRAKES, AIR",R18-001,Vehicle,283,"New Flyer of America Inc. (New Flyer) is recalling certain 2017 XD40, XDE40, XN40, XT60, and 2016-2017 XDE60 transit buses. The air brake hose connections for the front axle ABS modulator valves may not be properly tightened, possibly resulting in the air brake hose disconnecting. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the brake hose disconnects from the ABS modulator valve, there will be no brake force applied to either of the front axle brake assemblies, lengthening the needed braking distance and increasing the risk of a crash.","New Flyer will notify owners, and will reconnect the air hose using the proper tightness, free of charge. The recall began on January 11, 2018. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R18-001." -01/09/2018,18V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V012000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKA-18,Vehicle,64179,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2013 Legacy, Forester, Tribeca, WRX and Outback vehicles, and 2009-2011 Impreza vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on February 9, 2018. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is TKA-18." -01/09/2018,18V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V013000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKB-18,Vehicle,93209,"Subaru of America, Inc. (Subaru) is recalling certain 2009-2010 Tribeca, Impreza, Forester, WRX, Legacy, and Outback vehicles sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on February 9, 2018. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is TKB-18." -01/09/2018,18V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V014000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,TKC-18,Vehicle,72150,"Subaru of America, Inc. (Subaru) is recalling certain 2009 Tribeca, Impreza, Forester, WRX, Legacy, and Outback vehicles sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.","An explosion of an inflator within the passenger frontal air bag module may result in sharp metal fragments striking the front seat passenger, driver or other occupants resulting in serious injury or death.","Subaru will notify owners, and dealers will replace the front passenger air bag inflators, free of charge. The recall began on February 9, 2018. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is TKC-18." -01/09/2018,18V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V016000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,2118A,Vehicle,84,"Mazda North American Operations (Mazda) is recalling certain 2009 B-Series trucks ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began June 15, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 2118A." -01/09/2018,18V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V018000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,1317F,Vehicle,70227,"Mazda North American Operations (Mazda) is recalling certain 2013 Mazda6 and CX-9 vehicles sold, or ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, unless covered in ""Zone A,"" Mazda is recalling certain 2010 Mazda6, CX-7 and CX-9 vehicles sold, or ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Additionally, unless covered in Zone A or Zone B, Mazda is recalling certain 2009 Mazda6, CX-7, and CX-9 vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator with an alternate inflator, free of charge. The recall began March 2, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1317F." -01/09/2018,18V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V021000),"Chrysler (FCA US, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,U03,Vehicle,328177,"Chrysler (FCA US LLC) is recalling certain 2009-2013 Jeep Wrangler, Chrysler 300, Dodge Challenger and Dodge Charger vehicles, and 2009-2011 Dodge Dakota vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Chrysler is recalling certain 2009-2010 RAM 4500 Cab Chassis, RAM 5500 Cab Chassis, RAM 3500 Cab Chassis, Jeep Wrangler, Chrysler 300, Dodge Dakota, Dodge Challenger, and Dodge Charger vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Chrysler is also recalling certain 2009 RAM 3500, RAM 2500, RAM 4500 Cab Chassis, RAM 5500 Cab Chassis, Dodge Durango, Chrysler Aspen, RAM 3500 Cab Chassis, Jeep Wrangler, Chrysler 300, Dodge Dakota, Dodge Challenger, and Dodge Charger vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. In the event of a crash necessitating deployment of the passenger frontal air bag, these passenger air bag inflator may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Chrysler will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began February 28, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is U03." -01/09/2018,18V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V024000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,See attached report,Vehicle,628018,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2013 Scion xB, Toyota Corolla, Corolla Matrix, Sienna, 4Runner, Lexus IS250, IS350, IS250C, IS350C, IS-F, and GX460 vehicles sold, ever registered, in the states of AL, CA, FL, GA, HI, LA, MS, SC, TX, PR, AS, GU, the MP (Saipan), and the U.S. VI or ""Zone A."" Toyota is also recalling certain 2010 Scion xB, Toyota Corolla, Corolla Matrix, Yaris, 4Runner, Lexus IS250, IS350, IS250C, IS350C, ES350, IS-F, GX460, and Pontiac Vibe vehicles sold, ever registered, in the states of AZ, AR, DE, DC, IL, IN, KS, KY, MD, MO, NE, NV, NJ, NM, NC, OH, OK, PA, TN, VA, and WV or ""Zone B."" Toyota is also recalling certain 2009 Scion xB, Toyota Corolla, Corolla Matrix, Yaris, Lexus IS250, IS350, ES350, IS-F, and Pontiac Vibe vehicles ever registered in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MT, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI, and WY or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Toyota will notify the Toyota, Scion and Lexus owners. General Motors will contact the Pontiac owners. Depending on the vehicle model, dealers will replace the front passenger air bag inflator, or replace the air bag assembly. The recall began on January 29, 2018. Owners may contact Toyota customer service at 1-800-331-4331, or Pontiac customer service at 1-800-762-2737. Toyota's numbers for this recall are ""Zone A"" Toyota: G0P, Lexus: GLG; ""Zone B"" Toyota: G0R, Lexus GLH; ""Zone C"" Toyota: H0A, and Lexus: HLA." -01/09/2018,18V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V025000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"G0R, H0A, J0A",Vehicle,116126,"On January 9, 2018, Toyota Motor Engineering & Manufacturing (Toyota) notified NHTSA that they are recalling 14,585 model year 2010-2012 Yaris vehicles ever registered in the states of Alaska, Arizona, Arkansas, Colorado, Connecticut, Delaware, District of Columbia, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Dakota, Tennessee, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, and Wyoming. As of January 30, 2018, Toyota is additionally recalling 3,347 model year 2010 Pontiac Vibe vehicles located in states listed above. Also included in this recall filing is 98,194 model year 2003-2008 Toyota Corolla Matrix vehicles, located throughout the U.S., that previously received a �like-for-like� interim air bag inflator replacement. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Toyota will notify owners, and dealers will replace the passenger frontal air bag assemblies with an alternate inflator, free of charge. The recall began on January 29, 2018. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are G0R (Zone B), and H0A (Zone C), J0A (Matrix Zone A), J0A (Matrix Zone A), J0A (Matrix Zone A)." -01/09/2018,18V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V030000),"BMW of North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,41808,"BMW of North America, LLC (BMW) is recalling certain 2007-2013 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i, X5 M, 2009-2010 X5 xDrive35d vehicles and 2009-2013 X6 xDrive35i, X6 xDrive50i, and X6 M vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" BMW is also recalling certain 2007-2010 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i, X5 M, X5 xDrive35d, X6 xDrive35i, X6 xDrive50i and X6M vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" BMW is also recalling certain 2007-2009 X5 xDrive30i, X5 xdrive35i, X5 xDrive48i, X5 xDrive50i, X5 M, X5 xDrive35d, X6 xDrive35i, X6 xDrive50i and X6M vehicles ever registered in the states of AK, CO, CT, ID, IA, ME, MA, MI, MN, MT, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI, and WY or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the passenger front air bag module, free of charge. The recall is expected to begin March 2018. Owners may contact BMW customer service at 1-800-525-7417." -01/09/2018,18V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V031000),"Tesla, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,SB-18-20-001,Vehicle,17846,"Tesla, Inc. (Tesla) is recalling all 2013 Model S vehicles equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Tesla will notify owners, and Tesla Service Centers will replace the passenger frontal air bag modules, free of charge. The recall is expected to begin in March 2018. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-18-20-001." -01/09/2018,18V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V032000),"Daimler Vans USA, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,17413,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2013 Freightliner Sprinter 2500 and 3500 and Mercedes-Benz Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the front passenger air bag module, free of charge. Daimler issued an interim notification to owners on March 13, 2018. The recall began December 28, 2018. Owners may contact DVUSA customer service at 1-877-762-8267." -01/09/2018,18V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V040000),"Ferrari North America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,63,Vehicle,1899,"On January 9, 2018 Ferrari North America, Inc. (Ferrari) recalled 1,073 model year 2013 California, 458 Italia, 458 Spider, FF, and F12 Berlinetta vehicles sold, or ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. On May 18, 2018, Ferrari expanded the recall to include an additional 826 model year 2013 California, 458 Italia, 458 Spider, FF, and F12 Berlinetta vehicles located throughout the rest of the United States. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the passenger frontal air bag assembly, free of charge. The recall began March 1, 2018 for the original population. The recall will begin in June 2018 for the expanded population. Owners may contact Ferrari customer service at 1-866-551-2828. Ferrari's number for this recall is 63." -01/09/2018,18V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V041000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"U0H, G0I",Vehicle,24945,"Honda (American Honda Motor Co.) is recalling certain 2010-2012 Acura RL, 2010 Honda Element, and 2010-2013 Honda Ridgeline vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Honda is recalling certain 2010 Acura RL, 2010-2011 Honda Element and Honda Ridgeline vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" If not included in zones A or B above, Honda is recalling certain 2009 Acura RL, Honda Element, and Honda Ridgeline vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to higher absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began February 16, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are U0H, and G0I." -01/09/2018,18V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V042000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,"B0K, L0J",Vehicle,691726,"Honda (American Honda Motor Co.) is recalling certain 2010-2013 Acura TSX, ZDX, Honda Accord Crosstour, Fit, Insight and Pilot vehicles, 2011-13 Acura TSX Sportswagon, 2010-2012 Honda Accord,, 2010-2011 Honda Civic, Civic NGV, Civic Hybrid and CR-V vehicles and 2013 Honda FCX Clarity and Fit EV vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands or ""Zone A."" Additionally, Honda is recalling certain 2010-2012 Acura TSX, Honda Accord, Accord Crosstour, Fit and Pilot, 2010-2011 Honda Civic, Civic NGV, Civic Hybrid and CR-V, and 2010 Acura ZDX and Honda Insight vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia or ""Zone B."" Unless included in Zones A or B above, Honda is recalling certain 2009 Acura TSX, Honda Accord, Civic, Civic NGV, Civic Hybrid, CR-V, Fit, and Pilot vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to higher absolute humidity, temperature and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began February 16, 2018. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are B0K and L0J." -01/09/2018,18V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V019000),E-One Incorporated,Starter Lock-Out Relay Failure Causing No-Start,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1147,"E-One Incorporated (E-One) is recalling certain 2013-2017 Cyclone II, Typhoon, and Quest II emergency vehicles equipped with a Cummins ISL, L9, ISX15, or X15 engine. The affected engines do not have a diode in the starter solenoid circuit to improve the longevity of the lock-out relay, resulting in accumulated damage over time.","The damaged starter lock-out relay may prevent the vehicle from starting, hindering personnel from responding to emergencies.","E-One will notify owners, and dealers will install a diode in the starter solenoid circuit and install a new starter lock-out relay, free of charge. The recall began on February 19, 2018. Owners may contact E-One customer service at 1-352-861-3612." -01/09/2018,18V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V056000),E-One Incorporated,Transfer Switch Electrical Connections May Loosen,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,196,"E-One Incorporated (E-One) is recalling certain 2005-2010 E-One Typhoon, Cyclone II, X-036, Cyclone III, SPGL, SPBE, FLM2, F550, I440, and I740 emergency vehicles, equipped with an IOTA 50 Amp transfer switch. Electrical connections at the transfer switch may loosen and cause excessive heat.",The excessive heat can increase the risk of a fire.,"E-One will notify owners, and dealers will replace the IOTA transfer switch with a Powermax switch, free of charge. The recall began on February 19, 2018. Owners may contact E-One customer service at 1-352-861-3612." -01/08/2018,18V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V009000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,J071,Vehicle,8925,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2013 Jaguar XF vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Unless included in ""Zone A"" above, Jaguar is recalling certain 2010 Jaguar XF vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Unless included in Zone A and Zone B above, Jaguar is recalling certain 2009 MY Jaguar XF vehicles, originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Jaguar will notify owners, and dealers will replace the front passenger air bag assemblies, free of charge. The recall began June 27, 2018. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J071." -01/08/2018,18V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V010000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,J072,Vehicle,16532,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2014-2015 Jaguar XF vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Unless included in ""Zone A"" above, Jaguar is also recalling certain 2011-2015 Jaguar XF vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Unless included in Zone A and Zone B above, Jaguar is also recalling certain 2010-2015 Jaguar XF vehicles, originally sold, or ever registered in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Jaguar will notify owners, and dealers will replace the front passenger air bag assembly, free of charge. The recall began June 27, 2018. Owners may contact 1-800-452-4827. Jaguar's number for this recall is J072." -01/08/2018,18V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V011000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,P083,Vehicle,2583,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2010 Land Rover Range Rover vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Unless included in ""Zone B"" above, Land Rover is recalling certain 2009 Land Rover Range Rover vehicles, originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Land Rover will notify owners, and dealers will replace the front passenger air bag assembly, free of charge. The recall began June 27, 2018. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P083." -01/08/2018,18V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V015000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,P084,Vehicle,8480,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2011-2012 Land Rover Range Rover vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Unless included in ""Zone B"" above, Land Rover is recalling certain 2010-2012 Land Rover Range Rover vehicles, originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Land Rover will notify owners, and dealers will replace the front passenger air bag assembly, free of charge. The recall began June 27, 2018. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P084." -01/08/2018,18V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V008000),"Terex South Dakota, Inc.",Platform may Move Unexpectedly,EQUIPMENT,SN663,Vehicle,1526,"Terex South Dakota, Inc. (Terex) is recalling certain 2015-2017 XT Pro 56, and XT Pro 60 aerial devices. The platform control enable system may be adjusted incorrectly. If not assembled and adjusted properly it may allow the rotation to move slowly if the enable is not depressed.","If the rotation system moves without the enable being depressed, it can increase the risk of injury.","Terex will notify owners, and dealers will inspect the single stick controls, making sure that they are assembled correctly and adjusted properly, free of charge. The recall began on March 7, 2018. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN663." -01/05/2018,18V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V007000),McLaren Automotive Incorporated,Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Vehicle,371,"McLaren Automotive Incorporated (McLaren) is recalling certain 2013 MP4-12C vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"McLaren will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. Owners may contact McLaren customer service at 1-646-429-8916." -01/04/2018,18V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V005000),"Gulf Stream Coach, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,01/04/2017,Vehicle,3034,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2011-2012 Endura Max fifth wheel, Matrix, Matrix fifth wheel, Yellowstone, Canyon Trail, Aztec, Ridgeline, Mako, Executive Ridgeline, Explorer, Stream-Lite Sport, Stream-Lite Explorer, Gulf Breeze, Gulf Breeze Sport, Visa, Gulf Breeze Explorer, Capri, Northern Express, Champaign Gulf Breeze, Champaign Stream-Lite, Conquest, Innsbrook, Special Edition, Track and Trail, Amerilite, Amerilite Super-Lite, Kingsport Super-Lite, Cavalier, Kingsport, Kingsport Park Model, Serenity Park Model, Trailmaster, Trailmaster Destination, Trailmaster Park Model, and Sky recreational trailers. These trailers are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Gulf Stream will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 14, 2018. Owners may contact Gulf Stream customer service at 1-800-289-8787, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -01/04/2018,18V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V006000),"Altec Industries, Inc.",Inner Race Rotation Bearing Fastener Failure,EQUIPMENT,CSN 674,Vehicle,4,Altec Industries Inc. (Altec) is recalling certain 2010-2011 Effer 440 and 470 Knuckle Boom Cranes. The inner race rotation bearing fasteners for the crane turret may fail and the pedestal may crack if the fasteners are not replaced every two years.,"If the rotation bearing fasteners fail or the pedestal cracks, the crane may not be stable, increasing the risk of injury.","Altec will notify owners, and dealers will inspect the pedestal weld for cracks and replace the inner race rotation bearing fasteners, free of charge. The recall began on February 2, 2018. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 674." -01/04/2018,18V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V004000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,69U1,Vehicle,10166,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2010-2011 Audi A6 Avant, A6 Sedan and S6 Sedan vehicles, ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone B"" above, Volkswagen is recalling certain 2009 Audi A4 Cabriolet and S4 Cabriolet vehicles, and 2009-2011 Audi A6 Avant, A6 Sedan and S6 Sedan vehicles registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming or ""Zone C."" These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may explode due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Audi will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. Audi mailed an interim owner notification March 02, 2018. When parts to perform the recall repair become available, Audi will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall is expected to begin in June 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69U1. Note: This recall has been superseded by 18V427." -01/03/2018,18V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V003000),"Forest River, Inc.",Improperly Torqued Brake Caliper Mounting Bolts,"SERVICE BRAKES, AIR",35-0608,Vehicle,3,"Forest River, Inc. (Forest River) is recalling certain 2018 Glaval Legacy transit buses.The brake caliper mounting bolts on these vehicles may not been properly tightened, potentially resulting in the caliper detaching.","The calipers can detach resulting in a deduction in braking, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the bolts, replacing them as needed, free of charge. The recall began on February 8, 2018. Owners may contact Forest River customer service at 1-574-343-5167, or DTNA customer service at 1-800-547-0712. Forest River's number for this recall is 35-0608." -01/02/2018,18V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V001000),"Erwin Hymer Group North America, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,17E062000,Vehicle,5185,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling certain 2012-2018 Roadtrek E-trek, CS Adventurous, RS Adventurous, SS Agile, Zion, Zion SRT, Simplicity, Simplicity SRT, Hymer Aktiv, Aktiv 2.0, Sonne, Carado Banff, Axion, and Sunlight Van One vehicles. These motorhomes are equipped with Kidde E10 or EH10 Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher.","If the fire extinguisher does not function properly, it can increase the risk of injury in the event of a fire.","Erwin Hymer will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 8, 2018. Owners may contact Erwin Hymer customer service at 1-844-413-8245, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. For additional guidance consumers can contact Erwin Hymer Group North America, Inc., customer service line at 844-496-3735. Erwin Hymer's number for this recall is 17E062000." -01/02/2018,18V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V002000),"Forest River, Inc.",Incorrect Circuit Breaker Rating May Cause Fire,ELECTRICAL SYSTEM,37-0604,Vehicle,152,"Forest River, Inc. (Forest River) is recalling certain 2018 Surveyor recreational trailers, models SVT266RLDS, SVT285IKDS, SVT285IKLE, SVT323BHLE, SVT33KRETS, SVT33KRLOK and SVT33KRLTS. These vehicles were built with a circuit breaker that allows more current that the wiring can handle.","The incorrect circuit breaker can cause the wiring to melt, increasing the risk of a fire.","Forest River will notify owners, and dealers will install a circuit breaker with the correct load rating, free of charge. The recall began on January 24, 2018. Owners may contact Forest River customer service at 1-574-642-3119, extension 205. Forest River's number for this recall is 37-0604." -01/02/2018,18E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E001000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,1000000,"Takata Corporation (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI-6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags) may explode due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling. This recall addresses model year 2013 vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2018. Vehicles registered outside of these states may be covered by recalls 18E-002 or 18E-003." -01/02/2018,18E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E002000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,1500000,"Takata Corporation (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI-6, and PSPI-L air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to moderate absolute humidity, temperatures, and temperature cycling. This recall addresses model year 2010 vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2018. Vehicles registered outside of these states may be covered by recalls 18E-001 or 18E-003." -01/02/2018,18E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18E003000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Explode,AIR BAGS,NR (Not Reported),Equipment,800000,"Takata Corporation (Takata) has decided that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment (such as after a vehicle crash necessitating replacement of the original air bags), may explode due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling. This recall addresses model year 2009 vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming.",An inflator explosion may result in sharp metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. The recall began on January 2, 2018. Vehicles registered outside of these states may be covered by recalls 18E-001 or 18E-002." -12/29/2017,17V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V847000),"ShowHauler Trucks, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,783,"ShowHauler Trucks, Inc. (ShowHauler) is recalling all 2003-2018 Garage Coach, Motorhome, and Toter Coach recreational vehicles. These motorhomes are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","ShowHauler will notify owners to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 28, 2018. Owners may contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information or owners may call ShowHauler customer service at 1-574-825-6764." -12/28/2017,17V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V846000),"Forest River, Inc.",Hydraulic Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",68-0606,Vehicle,52,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Georgetown recreational vehicles, models GTA31L5, GTA31R5, GTA369XLF, GTA36B5, GTA36B5F, GTA377XLF, GTA378XLF, built on Ford chassis and equipped with Antilock Brake Systems (ABS). The brake Hydraulic Electronic Control Units (HECU) on these vehicles may be missing valve block ball plugs, potentially causing a brake fluid leak or air ingestion during electronic brake distribution and/or ABS activation.","A brake fluid leak or air ingestion can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Forest River will notify owners, and Ford or Lincoln dealers will inspect the HECU for missing valve block ball plugs, replacing the unit as necessary, free of charge. The recall began on January 26, 2018. Owners may contact Ford customer service at 1-866-436-7332 or Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 68-0606." -12/28/2017,17V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V845000),Volvo Bus Corporation,Insufficiently Tightened Power Cable,ELECTRICAL SYSTEM,SR17-85,Vehicle,159,"Volvo Bus Corporation (Volvo) is recalling certain 2016-2018 9700 buses equipped with I-Start. The hardware that attaches the power supply cable to the fuse box may not be properly tightened, possibly causing the power cable and fuse box to overheat.","The power cable and fuse box can overheat, increasing the risk of a fire.","Volvo will notify owners, and dealers will inspect the fuse box for damage, and replace it if necessary, as well as replace and tighten the nuts attaching the power cable, free of charge. The recall began February 2, 2018. Owners may contact Volvo customer service at 1-866-870-2046. Volvo's number for this recall is SR17-85." -12/27/2017,17V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V844000),Thor Motor Coach,Missing Heat Shield Between LP Tank and Exhaust,EQUIPMENT,RC000150,Vehicle,25,"Thor Motor Coach (TMC) is recalling certain 2018 Freedom Traveler motorhomes, model A27. These vehicles may be missing a heat shield between the liquid propane (LP) tank and the generator exhaust pipe.",The missing heat shield can increase the risk of a fire.,"TMC has notified owners, and dealers will install the missing heat shield, free of charge. The recall began on January 12, 2018. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000150." -12/26/2017,17V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V843000),Newmar Corporation,Hydraulic Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",17V-768,Vehicle,30,"Newmar Corporation (Newmar) is recalling certain 2017 Bay Star, Bay Star Sport, and Canyon Star vehicles, built on Ford chassis and equipped with Antilock Brake Systems (ABS). The brake Hydraulic Electronic Control Units (HECU) on these vehicles may be missing valve block ball plugs, potentially causing a brake fluid leak or air ingestion during electronic brake distribution and/or ABS activation.","A brake fluid leak or air ingestion can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Newmar will notify owners, and Ford or Lincoln dealers will inspect the HECU for missing valve block ball plugs, replacing the unit as necessary, free of charge. The recall began on January 24, 2018. Owners may contact Ford customer service at 1-866-436-7332 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 17V-768." -12/22/2017,17V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V841000),"Tiffin Motorhomes, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,36005,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2009-2018 Allegro and Allegro RED, Bus and Phaeton vehicles, 2009-2010 Bay vehicles, 2011-2018 Breeze vehicles, and 2009-2015, and 2017-2018 Zephyr vehicles. These motorhomes are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Tiffin will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 5, 2018. Owners may contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Owners may also contact Tiffin customer service at 1-256-356-8661." -12/22/2017,17V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V839000),"MV Agusta USA, LLC",Front Brake Master Cylinder Failure,"SERVICE BRAKES, HYDRAULIC",18RC01,Vehicle,34,"MV Agusta USA, LLC (MV Agusta) is recalling certain 2015-2017 F4 RC and F4 RR motorcycles. These motorcycles are equipped with Brembo front brake master cylinders that may fail.","If the front brake master cylinder fails, the loss of front braking ability can increase the risk of a crash.","MV Agusta will notify owners, and dealers will replace the front brake master cylinder piston, free of charge. The began on January 19, 2018. Owners may contact MV Agusta customer service at 1-215-781-1770. MV Agusta's number for this recall is 18RC01." -12/22/2017,17V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V840000),PACCAR Incorporated,Unintended Vehicle Movement/FMVSS 102,POWER TRAIN,1217F and 17KWF,Vehicle,1222,"PACCAR Incorporated (PACCAR) is recalling certain 2018 Peterbilt 567, 579, Kenworth T680, and T880 trucks, equipped with certain Eaton Endurant and PACCAR AMT transmissions. The transmission control module (TCM) may allow the engine to crank briefly even if the transmission shifter is not in neutral. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect.""","If the transmission is not in neutral when the engine begins running, there may be unintended vehicle movement, increasing the risk of a crash.","PACCAR will notify owners, and dealers will update the TCM software, free of charge. The recall began February 6, 2018. Owners may contact Peterbilt customer service at 1-940-591-4000, or Kenworth customer service at 1-425-828-5000. PACCAR's numbers for this recall are 1217F and 1717KWF." -12/21/2017,17V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V842000),Hyundai Translead,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",17E049,Vehicle,259,"Hyundai Translead is recalling certain 2017 Hyundai Translead Composite trailers, model number 30012130, and HyCube trailers model numbers 30012400, 30012409, 30012410, 30012431, 30012434, 30012481, and 30012595. These trailers are equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Hyundai Translead will notify owners, and dealers will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began on January 19, 2018. Owners may contact Hyundai Translead customer service at 1-819-574-1500 or Meritor at 1-866-668-7221. Hyundai Translead's number for this recall is 17E049." -12/21/2017,17E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E076000),"Chrysler (FCA US, LLC)",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,T83,Equipment,6162,"Chrysler (FCA US LLC) is recalling certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers sold through Mopar service parts to equip various Chrysler vehicles. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","If the fire extinguisher does not function properly, it can increase the risk of injury in the event of a fire.","Chrysler will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began February 14, 2018. Owners may contact Chrysler customer service at 1-800-853-1403, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Chrysler's number for this recall is T83." -12/21/2017,17V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V824000),"Chrysler (FCA US, LLC)",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,T82,Vehicle,61791,"Chrysler (FCA US LLC) is recalling various Dodge, Chrysler, and RAM vehicles equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. A list of the affected trailer models is available at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V824-0103.pdf. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","If the fire extinguisher does not function properly, it can increase the risk of injury in the event of a fire.","Chrysler will notify owners instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began February 14, 2018. Owners may contact Chrysler customer service at 1-800-853-1403 or Kidde customer service service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Chrysler's number for this recall is T82." -12/21/2017,17V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V834000),"Maserati North America, Inc.",Fuel Leakage Within The Engine Compartment,"FUEL SYSTEM, GASOLINE",363,Vehicle,1405,"Maserati North America, Inc. (Maserati) is recalling certain 2018 Maserati Quattroporte and Ghibli vehicles. These vehicles have a fuel delivery pipe in the engine compartment that may leak fuel at the connections.",A fuel leak within the engine compartment increases the risk of a fire.,"Maserati will notify owners, and dealers will install a new fuel delivery line kit, free of charge. The recall is expected to begin February 9, 2018. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 363." -12/21/2017,17V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V835000),"Forest River, Inc.",Furnace may not be Secured in Place,EQUIPMENT,48-0600,Vehicle,170,"Forest River, Inc. (Forest River) is recalling certain 2018 Prime Time Crusader and Sanibel recreational trailers. A bracket used to secure the furnace in place may be missing, allowing the furnace to shift, possibly resulting in the fresh air intake and the furnace exhaust tubes being misaligned with the furnace.","If the tubes are misaligned, carbon monoxide could enter the passenger compartment, increasing the risk of illness or death. Additionally, flames may escape the furnace during start up, increasing the risk of a fire.","Forest River will notify owners, and dealers will install a bracket to secure the furnace, free of charge. The recall began on February 7, 2018. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-0600." -12/21/2017,17V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V838000),"Forest River, Inc.",Incorrectly Installed 110V and 12V Wires,ELECTRICAL SYSTEM,64-0456,Vehicle,3297,"Forest River, Inc. (Forest River) is recalling certain 2015-2018 Cascade and Cherokee recreational trailers. The trailer wiring may have been improperly routed, allowing the wires to be pinched between the chassis and the vehicle body.","Pinched wires may short circuit, increasing the risk of a fire.","Forest River will notify owners, and dealers will inspect the trailers, rerouting the wires, as necessary, free of charge. The recall began on February 7, 2018. Owners may contact Forest River customer service at 1-541-644-8072. Forest River's number for this recall is 64-0456." -12/20/2017,17V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V833000),Walker Stainless Equipment Company LLC,Caliper Bolts Improperly Torqued/FMVSS 121,"SERVICE BRAKES, AIR",W-6430 W-6431,Vehicle,15,"Walker Stainless Equipment Company LLC (Walker) is recalling certain 2018 Tank Trailers, equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the caliper bolts are improperly torqued, the caliper can detach resulting in a loss of braking ability, increasing the risk of a crash.","Walker has notified owners, and dealers will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began on January 5, 2018. Owners may contact Walker customer service at 1-800-356-5734. Walker's numbers for this recall are W-6430 and W-6431." -12/20/2017,17V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V823000),"Chrysler (FCA US, LLC)",Contaminated Brake Fluid may Affect Braking,"SERVICE BRAKES, HYDRAULIC",T84,Vehicle,216,"Chrysler (FCA US LLC) is recalling certain 2018 Alfa Romeo Giulia and Stelvio vehicles. The braking system on these vehicles may have been filled with contaminated brake fluid, possibly damaging the system and affecting its performance.",A reduction in braking performance can increase the risk of a crash.,"Alfa Romeo will notify owners, and dealers will inspect the braking system, replacing it as necessary, free of charge. The recall began February 1, 2018. Owners may contact Alfa Romeo customer service at 1-844-253-2872. Chrysler's number for this recall is T84." -12/20/2017,17V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V822000),"Volkswagen Group of America, Inc.",Curtain Air Bag May Not Deploy Properly/FMVSS 226,AIR BAGS,69T7,Vehicle,8037,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Audi A5 Coupe vehicles. The affected vehicles were built with head curtain air bag assemblies that may not unfold properly. As such, these vehicle fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","In the event of a crash necessitating deployment of the head curtain air bag, if the air bag does not deploy properly, the vehicle occupants have an increased risk of injury.","Audi will notify owners, and dealers will modify the head curtain air bags so that they deploy properly, free of charge. The recall began on January 18, 2018. Owners may contact Audi customer service at 11-800-253-2834. Volkswagen's number for this recall is 69T7." -12/20/2017,17V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V836000),Mobility Ventures LLC,Driver's Seat may Disengage from Seat Track,SEATS,R1801,Vehicle,5207,"Mobility Ventures LLC (Mobility Ventures) is recalling certain 2011-2016 MV-1 vehicles. During a hard rear impact, the driver's seat-height adjustment assembly may disengage from the seat track and the fore/aft seat adjuster may be released, potentially causing the seat to disengage from the seat track.","If the driver's seat partially of fully disengages from the seat track in a rear-end crash, they have an increased risk of injury.","Mobility Ventures will notify owners, and dealers will install a seat track reinforcement kit, free of charge. The recall began on February 14, 2018. Owners may contact Mobility Ventures customer service at 1-877-681-3678. Mobility Ventures number for this recall is R1801." -12/20/2017,17V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V831000),Toyota Motor Engineering & Manufacturing,Incorrect Load Information on Label/FMVSS 110,EQUIPMENT,Toyota H0Z Lexus HLF,Vehicle,649,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2017-2018 Toyota 4Runner and Tundra, 2018 Toyota Highlander, RAV4 and Lexus GX460 and 2017 Toyota Sienna and Tacoma vehicles. These vehicles may have incorrect load carrying capacity modification labels. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An incorrect load information label can result in the operator overloading the vehicle and increasing the risk of a crash.,"Toyota will notify owners and provide them with corrected labels, free of charge. The recall began on January 23, 2018. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are H0Z for Toyota vehicles, and HLF for Lexus vehicles." -12/20/2017,17V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V837000),"Nissan North America, Inc.","Inflator Component may Detach/FMVSS 214, 226",AIR BAGS,NR (Not Reported),Vehicle,111,"Nissan North America, Inc. (Nissan) is recalling certain 2018 Nissan Versa Note vehicles. During deployment of the side curtain air bag, a component of the air bag inflator may detach. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) number 214, ""Side Impact Protection,"" and 226, ""Ejection Mitigation.""","If the component detaches during deployment, it may enter the passenger compartment and be a projectile within the vehicle cabin, increasing the risk of injury.","Nissan will notify owners, and dealers will replace the side curtain air bags, free of charge. The recall began February 13, 2018. Owners may contact Nissan customer service at 1-800-647-7261." -12/20/2017,17V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V820000),"Chrysler (FCA US, LLC)",Seat Heaters May Overheat,SEATS,T80,Vehicle,16900,Fiat Chrysler Automobiles US LLC (Chrysler) is recalling certain 2005 Dodge Dakota pickup trucks equipped with heated seats. These driver and passenger seats may develop hot spots that can result in the seat cushion or seat back having burn holes.,The hot spots and burn holes can injure the seat occupant and can increase the risk of a fire.,"Chrysler will notify owners and dealers will update the seat heating system control features, free of charge. The recall began December 27, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T80." -12/20/2017,17E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E078000),Eaton Cummins Automated Transmission Tec,Unintended Vehicle Movement/FMVSS 102,POWER TRAIN,NR (Not Reported),Equipment,1338,"Eaton Cummins Automated Transmission Tec (Eaton Cummins) is recalling certain Endurant transmissions, part numbers EEO-17F112C, EEO-16F112C and EEO-18F112C and PACCAR transmissions, part numbers PO-14F112C, PO-15F112C, PO-16F112C, PO-17F112C and PO-18F112C. The transmission control module (TCM) may allow the engine to crank briefly even if the transmission shifter is not in neutral. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect.""","If the transmission is not in neutral when the engine begins running, there may be unintended vehicle movement, increasing the risk of a crash.","Eaton Cummins will notify the affected vehicle manufacturers who will file and conduct recalls to install updated TCM software, free of charge. The recall began on December 15, 2017. Owners may contact Eaton Cummins at 1-269-342-3184." -12/20/2017,17V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V821000),"Chrysler (FCA US, LLC)",Vehicle May Rollaway,POWER TRAIN,T79,Vehicle,1482874,"Chrysler (FCA US LLC) is recalling certain 2016-2017 Ram 3500 Cab Chassis with a Gross Vehicle Weight Rating (GVWR) of less than 10,000 lbs, 2011-2017 Ram 3500, 4500 and 5500 Cab Chassis vehicles, 2009-2017 Ram 1500 and 2010-2017 Ram 2500 and 3500 pickup trucks, all equipped with a column shifter. Pushing the brake pedal for prolonged periods when the vehicle is running and in PARK may cause the Brake Transmission Shift Interlock (BTSI) pin to stick in the open position. With the pin in the open position, the transmission can be shifted out of PARK into any gear without pushing the brake pedal or having the key in the ignition.",Being able to shift the transmission without pushing the brake pedal and/or without a key in the ignition can increase the risk of an unintended vehicle rollaway that may result in personal injury or a crash.,"Chrysler will notify owners, and dealers will update the vehicle software, inspect the BTSI, and, as necessary, replace it, free of charge. The recall began February 26, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T79." -12/20/2017,17V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V832000),Wabash National Corporation,Vertical Leg Support Missing Weld,STRUCTURE,B18001,Vehicle,58,Wabash National Corporation (Wabash) is recalling certain 2018 Wabash National Truck Body vehicles. The affected vehicles may be missing a weld on the vertical leg support.,"In the event of a rear-end collision, the occupants have an increased risk of injury.","Wabash will notify owners, and dealers will inspect the vertical leg support, welding it as necessary, free of charge. The recall began on January 17, 2018. Owners may contact Wabash customer service at 1-765-771-5300. Wabash's number for this recall is B18001." -12/19/2017,17E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E077000),A.L. Solutions US,Fuel Filter Cap Not Properly Seated,"FUEL SYSTEM, OTHER",N/A,Equipment,41784,"A.L. Solutions US (A.L. Solutions) is recalling certain after market diesel fuel filters, part number ALG-7554. The cap's thread design on these filters may not match the thread design of the housing, causing the filter to be sealed improperly and possibly causing a fuel leak.",A diesel fuel leak in the presence of an ignition source such as hot engine components can increase the risk of a fire.,"A.L. Solutions will notify its customers, and those companies will conduct recalls and notify the customers that purchased the filters, offering a refund or a replacement fuel filter, free of charge. The recall began on February 17, 2018. Owners may contact A.L. Solutions customer service at 1-201-825-4235." -12/19/2017,17V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V827000),Keystone RV Company,Incorrect Information on Federal Placard/Part 567,EQUIPMENT,17-310,Vehicle,12,"Keystone RV Company (Keystone) is recalling certain 2018 Hideout recreational trailers, model 310. The Federal Placard on these vehicles incorrectly lists the Gross Axle Weight Rating (GAWR) as 5,080 lbs and the tire size as ST225/75R15D with 65 PSI, when the correct GAWR is 5,200 lbs and the correct tire size is ST225/75R15E with 80 PSI. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect label information may cause the operator to underinflate the tires, possibly resulting in their failure and an increased risk of a crash.","Keystone has notified owners and provided a corrected Federal Placard, free of charge. The recall began on December 27, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-310." -12/19/2017,17V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V825000),"Forest River, Inc.",Inverter Lead Wire Insufficient Gauge,ELECTRICAL SYSTEM,225-0587,Vehicle,41,"Forest River, Inc. (Forest River) is recalling certain 2018 Coachmen Galleria motorhomes, models GAB24FLM, GAB24QM and GAB24TM. The inverter was installed using a lead wire that may not be able to handle the amperage draw.","If the lead wire cannot handle the draw, the lead wire may melt, increasing the risk of a fire.","Forest River will notify owners, and dealers will replace the lead wire, free of charge. The recall began on January 19, 2018. Owners may contact Forest River customer service at 1-574-825-8590. Forest River's number for this recall is 225-0587." -12/19/2017,17V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V830000),Newmar Corporation,Loose Electrical Connection at Transfer Switch,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2915,"Newmar Corporation (Newmar) is recalling certain model year 2016-2018 Bay Star, Bay Star Sport, Canyon Star, Dutch Star, Essex, King Aire, London Aire, Mountain Aire, New Aire, Ventana and Ventana LE motorhomes. These vehicles may have a loose power connection at the Automatic Transfer Switch (ATS), possibly resulting in a build up of heat.",The build up of heat in the wiring from the loose power connection can increase the risk of a fire.,"Newmar will notify owners, and dealers will inspect the electrical connection at the ATS, tightening it as necessary, free of charge. The recall began on February 5, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -12/19/2017,17V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V829000),REV Recreation Group,Water Intrusion may cause Electrical Short,ELECTRICAL SYSTEM,171213REV,Vehicle,347,"REV Recreation Group (REV) is recalling certain 2018 American Coach American Dream, American Revolution, Fleetwood Discovery, Discovery LXE, Holiday Rambler Endeavor, Endeavor XE, and Monaco Marquis recreational vehicles. Water may enter the 12-volt harness connectors due to missing gaskets or the placement of the pin connectors, potentially causing an electrical short.",An electrical short can increase the risk of a crash.,"REV Recreation Group will notify owners, and dealers will inspect, and if necessary, install a gasket for each affected harness pin connector and re-route harnesses that terminate near luggage compartment number five, free of charge. The recall began on February 15, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 171213REV." -12/18/2017,17V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V818000),"Mercedes-Benz USA, LLC",Air Bag Nondeployment or Incorrect Deployment,AIR BAGS,NR (Not Reported),Vehicle,8,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 AMG GT & AMG GT-C Roadster and 2018 AMG GT-S & GT Roadster vehicles equipped with AMG Performance Seats. The passenger occupant classification system (OCS) might not function properly, possibly causing the passenger frontal air bag to be incorrectly deactivated or incorrectly activated in the event of a crash.",A passenger air bag that is incorrectly activated or deactivated in the event of a crash increases the risk of injury due to potential incorrect airbag deployment or non-deployment.,"MBUSA will notify owners, and dealers will update the OCS software, and if necessary, replace the passenger seat cushion, free of charge. Owners will be notified of the recall in January 2018 and they will receive a second letter when the parts become available, currently expected to be in February 2018. Owners may contact MBUSA customer service at 1-877-496-3691." -12/18/2017,17V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V813000),Bluecar SAS,Air Bags may Deploy Without Warning or Impact,AIR BAGS,NR (Not Reported),Vehicle,281,"Bluecar SAS (Bluecar) is recalling certain 2016 Bluecar vehicles. While driving, the front driver, passenger, and side curtain air bags may deploy without warning and without a crash occurring.",Unexpected deployment of the air bags without a crash can increase the risk of injury.,"Bluecar has notified the company that owns the vehicles, and the air bag software is being updated, free of charge. The recall began on December 4, 2017. Owners may contact Bluecar customer service at 1-972-757-7251." -12/18/2017,17V817000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V817000),"Mercedes-Benz USA, LLC",Brake Booster May Not Provide Power Assist,"SERVICE BRAKES, HYDRAULIC",2018020010,Vehicle,432,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2017 Mercedes G550 & G550 4x4 Squared vehicles. The vacuum hose for the brake booster may collapse resulting in increased braking effort.",Increased braking effort may increase the risk of a crash.,"MBUSA will notify owners, and dealers will replace the vacuum hose, as necessary, free of charge. Parts are not currently available. Owners will be notified of the recall in January 2018 and they will receive a second letter when the parts become available, currently expected to be in March 2018. Owners may contact MBUSA customer service at 1-877-496-3691. MBUSA's number for this recall is 2018020010." -12/18/2017,17V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V816000),"Mercedes-Benz USA, LLC",Door May Not Lock/ FMVSS 206,LATCHES/LOCKS/LINKAGES,2018010009,Vehicle,8700,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 GLE400 4Matic, GLE350 4Matic, GLE350, GLE550e 4Matic, GLE43 AMG 4Matic, GLE63 AMG 4Matic, GLS450, GLE63S 4Matic, GLS63 4Matic, S550e, S600, S63 AMG 4Matic, S65 AMG, S550, Mercedes-Maybach S600, Mercedes-Maybach S550 4Matic, GLE43 AMG 4Matic Coupe, GLE63S 4Matic Coupe, 2017-2018 GLS550 4Matic, S550 4Matic, 2018 S450, and S63 AMG 4Matic vehicles. The rear passenger door on the driver side may indicate that it is locked, when it may not be. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the door appears to be locked, the door may be unintentionally opened, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the left rear door lock, replacing it as necessary, free of charge. The recall is expected to begin in January 2018. Owners may contact MBUSA customer service at 1-877-496-3691." -12/18/2017,17V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V828000),"Mercedes-Benz USA, LLC",Incorrect Tire Label on B-Pillar/FMVSS 101,EQUIPMENT,2018010010,Vehicle,64,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016-2017 Mercedes GLE 550e 4MATIC vehicles. The tire pressure label on the B-pillar lists incorrect seating capacity and front and rear tire dimension information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FVMSS) number 101, ""Tire Selection and Rims.""","Applying incorrectly sized tires to the vehicle will affect the speedometer reading, which can increase the risk of a crash.","MBUSA will notify owners, and dealers will inspect the tire pressure label, replacing it, as necessary, free of charge. The recall is expected to begin in January 2018. Owners may contact MBUSA customer service at 1-877-496-3691." -12/18/2017,17V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V803000),Ford Motor Company,Inflator Component may Detach During Deployment,AIR BAGS,17S44,Vehicle,11113,Ford Motor Company (Ford) is recalling certain 2018 Ford Escape vehicles. The side curtain air bags on these vehicles have a component that may detach during deployment of the inflatable curtain air bag.,"If the component detaches during deployment, it may enter the passenger compartment and be a projectile within the vehicle cabin, increasing the risk of injury.","Ford will notify owners, and dealers will replace the driver and passenger side curtain air bags, as necessary, free of charge. The recall is expected to begin January 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S44." -12/18/2017,17V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V819000),"Mercedes-Benz USA, LLC",Insufficient Low Beam Illumination/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8134,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016-2017 GLC300, GLC300 4MATIC and GLC43 4MATIC vehicles. These vehicles may have misadjusted headlights, possibly resulting in the low beam headlights insufficiently illuminating the roadway. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",An insufficiently illuminated roadway may increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the headlamp adjustment, adjusting it as necessary, free of charge. The recall began on January 12, 2018. Owners may contact MBUSA customer service at 1-877-496-3691." -12/18/2017,17V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V826000),"Mercedes-Benz USA, LLC","Seat Belt May Bind, Causing Slack",SEAT BELTS,2017120018,Vehicle,1263,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2018 Mercedes-Benz AMG GT, AMG GT R, AMG GT C and AMG GT S vehicles. The seat belts may bind within the guidance loops possibly causing slack in the seat belts.","If the seat belt binds, slack may develop through occupant movement which may lead to increased personal injury in the event of a crash.","MBUSA will notify owners, and dealers will reconfigure the seat belt guides, free of charge. The recall began March 30, 2018. Owners may contact MBUSA customer service at 1-877-496-3691. MBUSA'S number for this recall is 2017120018." -12/18/2017,17V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V814000),Ford Motor Company,"Vehicle May Roll Away/FMVSS 102, 114",ELECTRICAL SYSTEM,17C21,Vehicle,2100,"Ford Motor Company is recalling certain 2018 Ford Mustang vehicles equipped with an automatic transmission and a 12.4"" digital instrument cluster. If the ignition is turned off when the transmission is not in PARK, the instrument cluster may not illuminate the PRNDL gear position display and the operator may not receive the ""Key in Ignition"" chime when the driver's door is opened. As such, these vehicles fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect,"" and number 114, ""Theft Protection.""","Without a visual or audible warning to the driver that the vehicle is in PARK, the vehicle may roll away after it has been exited if the parking brake has not been applied, increasing the risk of injury or a crash.","Ford will notify owners, and dealers will update the instrument cluster software, as necessary, free of charge. The recall is expected to begin February 5, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C21." -12/15/2017,17E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E074000),Lippert,Cracking of the Electronic Jack Touch Pad,EQUIPMENT,2017-045-001,Equipment,12584,"Lippert Components, Inc. (Lippert) is recalling certain Power Tongue Jacks, Smart Jack model 426514. These jacks are operated with a laminated plastic touch pad which can crack or separate allowing water to enter and cause the jack to automatically retract or extend without warning.","If the jack retracts or extend unintentionally, it can increase the risk of injury to those within the trailer or increase the risk of a crash if the jack moves while the trailer is being towed.","Lippert will notify purchasers of the jacks and will replace the SMART Jack Power Tongue Jack, free of charge. The recall began on January 5, 2018. Owners may contact Lippert Customer Service at 1-574-538-4514 or via email recall@lci1.com . Lipperts number for this recall is 2017-045-001." -12/15/2017,17V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V809000),Newmar Corporation,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,17E-062,Vehicle,34699,"Newmar Corporation (Newmar) is recalling various 1995-2018 motorhomes. A list of the affected vehicles available at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V809-2309.pdf. These motorhomes are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Newmar will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on February 7, 2018. Owners may contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information or owners may contact Newmar customer service at 1-574-773-7791. Newmar's number for this recall is 17E-062." -12/15/2017,17V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V810000),"Daimler Trucks North America, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,FL-759,Vehicle,24860,"Daimler Trucks North America LLC (DTNA) is recalling certain 2002-2017 Freightliner Cascadia, Century Class, Columbia and Coronado trucks and Western Star 4700, 4900, 5700, 5900 and 6900 trucks. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","DTNA will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on April 11, 2018. Owners may contact DTNA customer service at 1-800-547-0712, or contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. DTNA's number for this recall is FL-759." -12/15/2017,17V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V812000),Ducati North America,Front Brake Master Cylinder Failure,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6758,"Ducati North America (Ducati) is recalling certain 2015-2018 1299 motorcycles (including STD, S, FE and SL models), Monster 1200 motorcycles (including S and R models), Multistrada motorcycles (including S and PP models), 2015-2017 Panigale R, 2016-2018 XDaviel S motorcycles and 2017-2018 Scrambler 800 Caf� Racer motorcycles. These motorcycles are equipped with Brembo front brake master cylinders that may fail.","If the front brake master cylinder fails, the loss of front braking ability can increase the risk of a crash.","Ducati will notify owners, and dealers will replace the front brake master cylinder piston, free of charge. The recall is expected to begin February 15, 2018. Owners may contact Ducati customer service at 1-800-231-6696." -12/15/2017,17V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V811000),"Piaggio Group Americas, Inc.",Front Brake Master Cylinder Failure/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1856,"Piaggio Group Americas. Inc. (Piaggio) is recalling certain 2016-2017 Aprilia RSV4 1000 motorcycles (including RR, Factory Superpole, and RF Superpole), and 2017 Aprilia Tuono V4 1100 motorcycles (including RR and Factory Superpole). These motorcycles are equipped with Brembo front brake master cylinders that may fail. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 122, ""Motorcycle Brake Systems.""","If the front brake master cylinder fails, the loss of front braking ability can increase the risk of a crash.","Aprilia will notify owners, and dealers will replace the front brake master cylinder piston, free of charge. The recall is expected to begin January 2018. Owners may contact Aprilia customer service at 1-212-380-4433." -12/15/2017,17V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V808000),"Forest River, Inc.","Incorrect PSI on Label/FMVSS 110, Part 567",EQUIPMENT,03-0599,Vehicle,25,"Forest River, Inc. (Forest River) is recalling certain 2018 Sandpiper and Sierra recreational trailers. The Federal Placard may incorrectly indicate the recommended tire pressure to be 110psi, however, the actual tire pressure should be 95psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the tires are inflated incorrectly to 110psi, it can cause premature wear of the tire, potentially causing a loss of control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on January 2, 2018. Owners may contact Forest River customer service at 1-574-534-4574. Forest River's number for this recall is 03-0599." -12/14/2017,17V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V804000),"Daimler Vans USA, LLC",Crosswind Assist may not Intervene as Expected,LANE DEPARTURE,NR (Not Reported),Vehicle,2177,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017 Mercedes-Benz Sprinter 3500 and Freightliner Sprinter 3500 vehicles equipped with the Crosswind Assist function. In the event of strong crosswind, automatic brake interventions by the vehicle dynamics control system (ADAPTIVE ESP) might not be activated.","If Crosswind Assist system does not activate the automatic braking system as expected in the event of a strong crosswind, there would be an increased risk of a crash.","DVUSA will notify owners, and dealers will update the ESP control unit with corrected software, free of charge. The recall is expected to begin in January 2018. Owners may contact DVUSA customer service at 1-854-888-3214." -12/14/2017,17V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V807000),Mazda North American Operations,Driver Side Frontal Air Bag Inflator May Rupture,AIR BAGS,1917L,Vehicle,17576,"Mazda North American Operations (Mazda) is recalling certain 2004-2006 B-Series trucks. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Mazda will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternate inflator, free of charge. The recall began on January 17, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1917L. Note: This recall supersedes recall 16V-048. Vehicles that received a replacement air bag inflator under the previous campaign need to return to a dealer to have an alternate inflator installed." -12/14/2017,17E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E073000),AP Racing,Missing DOT Information on Label/FMVSS 116,EQUIPMENT,NR (Not Reported),Equipment,2400,"AP Racing is recalling certain 16.9oz bottles of Super 600 Brake Fluid, part number CP5600. The label on this brake fluid is missing the required DOT information that the brake fluid is for Track/Race applications and not for use in vehicles on highways, nor does it state that it is DOT 4 brake fluid. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 116, ""Motor Vehicle Brake Fluids.""","Without the correct label information, the fluid may be added to a brake system that requires a different type of brake fluid. The fluid incompatibility may reduce braking performance, increasing the risk of a crash.","AP Racing will notify the distributors that purchased the brake fluid bottles from AP Racing, and will provide new labels to clarify the brake fluid's intended use, free of charge. The recall began on January 29, 2018. Owners may contact Essex Parts Services, US distributor of AP Racing fluids at 1-704-824-6030." -12/14/2017,17V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V806000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,1817L,Vehicle,17576,"Mazda North American Operations (Mazda) is recalling certain 2004-2006 Mazda B-series trucks. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Mazda will notify owners, and dealers will replace the passenger side frontal air bag inflator with an alternate inflator, free of charge. The recall began on January 17, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1817L. Note: This recall supersedes recall 15V-346. Vehicles that received a replacement air bag inflator under the previous campaign need to return to a dealer to have an alternate inflator installed." -12/14/2017,17V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V802000),REV Recreation Group,Satellite Dish May Detach from Roof,EQUIPMENT,171208REV,Vehicle,87,"REV Recreation Group (REV) is recalling certain 2018 Fleetwood Axon, Bounder, Flair, Southwind, Pace Arrow and Pace Arrow LXE motorhomes, and 2018 Holiday Rambler Navigator, Navigator XE, Reno, Vacationer, and Vacationer XE motorhomes. The satellite dish on these vehicles may detach from the roof while driving and become a road hazard.",If the satellite dish detaches from the roof while driving it can increase the risk of a crash or injury.,"REV will notify owners, and dealers will resecure the satellite dish to the roof with a metal reinforcement, free of charge. The recall began on February 9, 2018. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 171208REV." -12/14/2017,17T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T019000),Cooper Tire & Rubber Co.,Separation of the Tire Belt,TIRES,170,Tire,41014,"Cooper Tire & Rubber Co. (Cooper) is recalling certain Cooper Cobra Radial G/T tires, sizes P215/70R14, P225/70R14 and P225/70R15, Cornell 1000 tires, size P235/75R15, El Dorado Golden Fury GFT tires, size P205/75R15, Futura GLS Super Sport tires, size P225/70R14, Mastercraft Avenger G/T tires, size P225/70R14, Mastercraft MC-440 tires, sizes 185/60R15, 215/60R16, 225/60R16, 225/60R17 and 205/55R16, Starfire RS-C 2.0 tires, sizes 215/60R16 and 205/55R16, Starfire SF-340 tires, sizes P215/65R16, P185/60R15, P215/60R16 and P225/60R16, Cooper Trendsetter SE tires, sizes P205/75R15 and P235/75R15, Mastercraft A/S IV tires, sizes P205/75R15 and P235/75R15, and Vanderbilt Turbo-Tech G/T Radial tires, size P225/70R14. These tires were manufactured with an incorrect belt rubber compound that may result in poor adhesion of the rubber to the belt wires, potentially resulting in a belt separation.","If the belt separates from the tire it can cause loss of vehicle control, increasing the risk of a crash.","Cooper will notify owners, and dealers will replace the tires, free of charge. The recall began on January 3, 2018. Owners may contact Cooper customer service at 1-800-854-6288. Cooper's number for this recall is 170." -12/13/2017,17V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V800000),East Manufacturing Corp.,Cross Member may Crack,SUSPENSION,NR (Not Reported),Vehicle,93,"East Manufacturing Corp. (East) is recalling certain 2016-2018 Frame Dump trailers built with a pintle hook or brackets for the future installation of a pintle hook. Cracks may develop in the cross member that the pintle hook is connected to, possibly resulting in the cross member failing.","If the cross member fails, vehicle handling would be affected, increasing the risk of a crash.","East will notify owners, and dealers will weld any cracks and install reinforcing plates to the cross member, or replace the cross member, as necessary. These repairs will be performed free of charge. The recall began on December 20, 2017. Owners may contact East customer service at 1-330-325-9921." -12/13/2017,17V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V805000),Honda (American Honda Motor Co.),Fuel Tank Welds Missing Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",KJ0,Vehicle,20,Honda (American Honda Motor Co.) is recalling certain 2017 Honda VT1300CX Fury motorcycles and 2010 and 2016 Honda VT1300CX Fury motorcycles that received a replacement fuel tank. The fuel tank may be missing welds around the mounting bracket.,"If the welds are missing, the mounting bracket can separate from the tank, allowing fuel to leak and increasing the risk of a fire in the presence of an ignition source.","Honda will notify owners, and dealers will inspect the fuel tank welds and, as necessary, replace the fuel tank, free of charge. The recall began December 14, 2017. Owners may contact Honda customer service at 1-888-234-2138." -12/13/2017,17V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V799000),"Forest River, Inc.",Incorrect Circuit Breaker may Cause Excessive Heat,ELECTRICAL SYSTEM,40-0594,Vehicle,108,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Berkshire XLT motorhomes. Incorrect circuit breakers were used that may not contact the electrical sub-panel correctly.","If the breakers do not contact the sub-panel properly, the electrical resistance can cause excessive heat, increasing the risk of a fire.","Forest River will notify owners, and dealers will replace the incorrect circuit breaker, free of charge. The recall began on January 11, 2018. Owners may contact Forest River customer service at 1-574-522-1368. Forest River's number for this recall is 40-0594." -12/13/2017,17V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V801000),Hyundai Motor America,Inflator Component may Detach During Deployment,AIR BAGS,171,Vehicle,1209,Hyundai Motor America (Hyundai) is recalling certain 2018 Santa Fe Sport vehicles. The side curtain air bags on these vehicles have a component that may detach during deployment of the inflatable curtain air bag.,"If the component detaches during deployment, the curtain air bag may not inflate properly during a crash, increasing the risk of injury. Additionally, if the detached component were to enter the vehicle occupant compartment, there could be an increased risk of occupant injury.","Hyundai will notify owners, and dealers will replace the driver and passenger side curtain air bags, free of charge. The recall is expected to begin February 9, 2018. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 171." -12/12/2017,17E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E075000),"Autoliv, Inc.",Inflator Component may Detach During Deployment,AIR BAGS,NR (Not Reported),Equipment,13398,"Autoliv, Inc. (Autoliv) is recalling certain ACH 2.4 inflatable side curtain air bags. The inflators for these air bags have a component that may detach during deployment of the inflatable curtain air bag.","If the component detaches during deployment, it may enter the passenger compartment and be a projectile within the vehicle cabin, increasing the risk of injury.","Autoliv will notify the vehicle manufacturers that purchased the side curtain air bags. Those manufacturers will conduct recalls and their dealers will replace the affected air bags, free of charge. The recall began on December 12, 2017. Owners may contact Autoliv customer service at 1-248-276-0722." -12/12/2017,17V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V797000),Newmar Corporation,Reduced Visibility/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,194,"Newmar Corporation (Newmar) is recalling certain 2018 Bay Star and Bay Star Sport motorhomes. The front side marker lights on these vehicles may not be connected to the wiring harness. Additionally, when the headlight high beams are activated, the low beams may not illuminate as intended. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the front side marker lights are not connected to the wiring harness, and the low beams do not illuminate when high beams are activated, it can reduce visibility to the operator and to other drivers, increasing the risk of a crash.","Newmar will notify owners, and dealers will connect the front side marker lights to the wiring harness, and ensure the low beam lights illuminate with high beam activation, free of charge. The recall began on January 16, 2018. Owners may contact Newmar customer service at 1-800-731-8300." -12/12/2017,17V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V798000),"Corp. Micro Bird, Inc.",Roof May Not Meet Rollover Requirements/FMVSS 220,STRUCTURE,17-072-GUS,Vehicle,292,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2006-2017 G5 school buses with an unloaded weight more than 10,013 pounds. In a rollover, the roof may crush excessively. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 220, ""School Bus Rollover Protection.""","If roof crushes more than the rollover standards allow for the weight and configuration of the bus, the occupants have a greater risk of injury in the event of a rollover crash.","Micro Bird will notify owners, and dealers will modify the buses to prevent the roof from crushing excessively in a rollover, free of charge. The recall began on January 26, 2018. For more information, owners may contact Micro Bird at 1-819-475-9633. Micro Bird's number for this recall is 17-072-GUS." -12/11/2017,17V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V795000),Aston Martin The Americas,Battery Cable may Short Circuit,ELECTRICAL SYSTEM,RA-18-0026,Vehicle,1953,"Aston Martin The Americas (Aston Martin) is recalling certain 2005-2009 DB9, and DBS vehicles. The battery supply cable on these vehicles may become damaged when the driver seat is positioned in the full rearward location.","If the battery cable is damaged and then grounded, the short circuit can increase the risk of a fire.","Aston Martin will notify owners, and dealers will inspect the battery supply cable for damage, and install a routing block to keep the battery supply cable from being compressed by the seat, free of charge. The recall began February 8, 2018. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-18-0026." -12/11/2017,17V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V787000),Ford Motor Company,Driver Side Air Bag Inflator May Rupture,AIR BAGS,17S42,Vehicle,328213,"Ford Motor Company (Ford) is superseding a previous recall for certain 2004-2006 Ford Ranger trucks to implement a final repair. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Ford will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternate inflator, free of charge. The recall began January 16, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S42. Note: This recall supersedes recall 16V-036 which was an interim repair. Vehicles that received a replacement air bag inflator under the previous campaign need to return to a dealer to have an alternate inflator installed." -12/11/2017,17V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V792000),"Navistar, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NONE,Vehicle,10195,"Navistar, Inc. (Navistar) is recalling certain 2000-2001 International 4700, 2000-2002 4900, 2001-2003 8100 (TranStar) and 9100I, 2002-2003, 2005, 2007-2009, 2012-2014 and 2016-2018 DuraStar, 2012 and 2014-2017 ProStar, 2014-2015 TerraStar, and 2018 LT trucks. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' fire extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Navistar will notify owners, instructing them to notify Kidde for a replacement fire extinguisher, free of charge. The recall is expected to begin February 9, 2018. Owners may contact Navistar customer service at 1-331-332-1590, or contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -12/11/2017,17V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V796000),Aston Martin The Americas,"Park Pawl may not Engage, Allowing Vehicle to Move",POWER TRAIN,RA-07-0028,Vehicle,3493,"Aston Martin The Americas (Aston Martin) is recalling certain 2009-2016 DB9, 2009-2012 DBS, 2010-2015 Rapide, 2012 Virage, and 2014 Vanquish vehicles equipped with a 6-Speed Touchtronic II Automatic Transmission. A communication error between the Engine Control Module (ECM) and the Transmission Control Module (TCM) can cause the transmission park pawl to not engage.","If the park pawl does not engage and the vehicle is stopped on a slope and exited without the parking brake being applied, the vehicle may unexpectedly roll, increasing the risk of a crash.","Aston Martin will notify owners, and dealers will update the TCM software, free of charge. The recall is expected to begin February 1, 2018. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-07-0028." -12/11/2017,17V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V788000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,17S42,Vehicle,328213,"Ford Motor Company (Ford) is superseding a previous recall for certain 2004-2006 Ford Ranger trucks to implement a final repair. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","Ford will notify owners, and dealers will replace the passenger's frontal air bag inflator with an alternate inflator, free of charge. The recall began January 16, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S42. Note: This recall supersedes recall 15V322 which was an interim repair. Vehicles that received a replacement air bag inflator under the previous campaign need to return to a dealer to have an alternate inflator installed. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S42." -12/08/2017,17V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V786000),"Midwest Automotive Designs, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,550,"Midwest Automotive Designs, LLC (Midwest) is recalling certain Custom Vans and Camper Van recreational vehicles built on 2014-2017 Mercedes Benz Sprinter chassis and 2016-2017 RAM Promaster chassis. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' fire extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Midwest will notify owners, and dealers will replace the fire extinguisher with a different brand, free of charge. The recall began on December 11, 2017. Owners may contact Kidde customer service for their replacement extinguisher at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -12/08/2017,17E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E072000),Akron Brass Company,Fire Nozzle May Fracture Increasing Reaction Force,EQUIPMENT,NR (Not Reported),Equipment,296,"Akron Brass Company (Akron Brass) is recalling certain Ultrajet Style 1820 fire hose nozzles. These nozzles may fracture at the connection point between the nozzle body and the shutoff body, potentially causing the water flow pattern to change or the firefighter to lose control of the hose.","If the water pattern changes or the firefighter loses control of the hose, the fire fighting efforts may be hindered, increasing the risk of injury.","Akron Brass will notify owners, instructing them to return the affected nozzles to be retrofitted with a new component and O-rings or replace the old nozzle a new nozzle, free of charge. The recall began on December 29, 2017. Owners may contact Akron Brass Company customer service at 1-800-228-1161 or by email at akrontech@idexcorp.com." -12/08/2017,17V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V790000),"Forest River, Inc.","Incorrect Tire Info on Label/FMVSS 110, Part 567",EQUIPMENT,05-0595,Vehicle,133,"Forest River, Inc. (Forest River) is recalling certain 2018 Salem and Wildwood recreational trailers. The Federal Placard on these vehicles incorrectly states that the trailers are equipped with ST215/75R15 Load Range D tires, however, the installed tires are size ST205/75R15 Load Range D. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the incorrect label causes the operator to install tires of the wrong size, vehicle handling may be affected, increasing the risk of a crash.","Forest River will notify owners and provide corrected Federal Placards, free of charge. The recall began on December 18, 2017. Owners may contact Forest River customer service at 1-574-848-1335. Forest River's number for this recall is 05-0595." -12/08/2017,17V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V784000),Kia Motors America,Inflator Component may Detach During Deployment,AIR BAGS,SC159,Vehicle,2014,Kia Motors America (Kia) is recalling certain 2018 Kia Sorento vehicles. The side curtain air bags on these vehicles have a component that may detach during deployment of the inflatable curtain air bag.,"If the component detaches during deployment, it may enter the passenger compartment and be a projectile within the vehicle cabin, increasing the risk of injury.","Kia will notify owners, and dealers will replace the driver and passenger side curtain air bags, free of charge. The recall began on December 18, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC159." -12/08/2017,17V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V793000),"Mitsubishi Motors North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,SR-17-008,Vehicle,144,"Mitsubishi Motors North America, Inc. (MMNA) is recalling all 2016-2017 i-MiEV vehicles, equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"MMNA will notify owners, and dealers will replace the passenger side frontal air bag inflator, free of charge. The recall began on December 15, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-008." -12/08/2017,17V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V789000),"Grand Design RV, LLC",Power Tongue Jack may Operate Unintentionally,EQUIPMENT,900012,Vehicle,3969,"Grand Design RV, LLC (Grand Design) is recalling certain 2017-2018 Reflection and Imagine travel trailers equipped with a Smart-Jack model power tongue jack. The laminated plastic touch pad on the jack may crack or separate allowing water to enter, potentially causing the jack to operate unintentionally.","If the tongue jack retracts or extends unexpectedly, there could be an increased risk of a crash or injury.","Grand Design will notify owners, and dealers will replace the power tongue jack, free of charge. The recall began on December 29, 2017. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 900012." -12/08/2017,17V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V785000),"KZRV, L.P.",Quad Step Rivet Failure,EQUIPMENT,NR (Not Reported),Vehicle,171,"KZRV, L.P. (KZRV) is recalling certain 2014-2015 Durango Gold recreational trailers. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","KZRV will notify owners, and dealers will inspect and replace the two rivets joining the second and third step, and the four rivets on the top step, free of charge. The recall is expected to begin February 2, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. Note: This recall is an expansion of KZRV recall 15V-173." -12/08/2017,17V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V791000),"JH Global Services, Inc.",Tie Rod may Detach from Front Axle Spindle,STEERING,IRN 171101,Vehicle,20,"JH Global Services, Inc. (JH Global) is recalling certain 2017 Star EV Sport 4+2 vehicles. Due to a casting problem, the tie rod connection may break off from the front axle spindle resulting in a loss of steering control.",A loss of steering control from the tie rod connection breaking from the front axle spindle can increase the risk of a crash.,"JH Global has notified owners, and dealers will replace the front axle spindle, free of charge. The recall began on November 20, 2017. Owners may contact JH Global customer service at 1-888-878-9988. JH Global's number for this recall is IRN 171101." -12/07/2017,17V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V782000),"Winnebago Industries, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,17360,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2013-2018 Winnebago Era, Travato, Minnie Winnie, Fuse, View, Trend, Aspect, Brave, Vista, Sightseer, Adventurer, Forza, Journey, Tour, Revel, Paseo, Chalet, Access, and Intent motorhomes and Commercial vehicles, and 2013-2018 Itasca Spirit, Navion, Cambria, Tribute, Sunstar, Sunova, Suncruiser, Solei, Meridian, Elipse, Horizon, Reyo, and Via motorhomes. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' fire extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Winnebago will notify owners, instructing them to contact Kidde for replacement or aftermarket fire extinguishers, free of charge. The recall began on January 19, 2018. Owners may contact Winnebago customer service at 1-641-585-3535, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -12/07/2017,17V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V783000),"Autocar, LLC",Window Defrost Actuator May Overheat,ELECTRICAL SYSTEM,ACX-1704,Vehicle,1505,"Autocar, LLC (Autocar) is recalling certain 2017-2018 Xpeditor vehicles. These vehicles are equipped with an HVAC defrost door actuator system mechanism that may overheat due to inadequate circuit protection.",Overheating of the defrost actuator increases the risk of a fire.,"Autocar will notify owners, and dealers will install an additional harness with a one amp fuse to the circuit, free of charge. The recall began on January 12, 2018. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACX-1704." -12/06/2017,17V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V780000),"Forest River, Inc.",Floor Screws may Damage Fuel Lines,"FUEL SYSTEM, DIESEL",05-0592,Vehicle,810,"Forest River, Inc. (Forest River) is recalling certain 2017 Starcraft Bus Prodigy, Prodigy LP, and Quest school buses. The screws used to secure the floor in these buses may be too long and can damage the fuel lines underneath.","If the fuel lines are damaged from the screws that are too long, fuel may leak and cause an engine stall, increasing the risk of a crash. Additionally, the leaking fuel may increase the risk of a fire.","Forest River has notified owners, and dealers will inspect the fuel lines, replacing them as necessary, and will install shorter length screws to secure the floor, free of charge. The recall began on December 14, 2017. Owners may contact Starcraft customer service at 1-800-348-7440. Forest River's number for this recall is 05-0592." -12/06/2017,17V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V781000),"Volkswagen Group of America, Inc.",Fuel Line May Leak Fuel,"FUEL SYSTEM, GASOLINE",20AR,Vehicle,48693,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2014 Audi A6 and A7 vehicles. The fuel line has a compression point that can weaken, potentially resulting in a fuel leak.","A fuel leak in the presence of an ignition source, increases the risk of a fire.","Audi will notify owners, and dealers will replace the fuel line, free of charge. The recall began February 5, 2018. Owners may contact Audi customer service at 1-888-237-2834. Volkswagen's number for this recall is 20AR." -12/06/2017,17V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V779000),Travel Lite RV,Incorrect Hitch Coupler Installed,TRAILER HITCHES,NR (Not Reported),Vehicle,163,"Travel Lite RV (Travel Lite) is recalling certain 2018 Falcon recreational trailers, models F-23TH, and F-23RB. A 2"" Class III hitch coupler was mistakenly installed instead of a 2 5/16"" Class III hitch coupler.","Because the coupler is under rated for the gross vehicle weight rating (GVWR) of the trailer, the trailer could become unhitched from the tow vehicle, increasing the risk of a crash.","The remedy for this recall is still under development. The recall began on April 6, 2018. Owners may contact Travel Lite customer service at 1-574-831-3000." -12/04/2017,17V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V776000),Burch Tank and Truck,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1,"Burch Tank and Truck (Burch) is recalling certain 1984 Evans Cargo Tank trailers, equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Burch has notified owners, and fleets will be reimbursed by Meritor to inspect the bolts, and replace any loose or missing ones. The recall began on October 3, 2017. Owners may contact Burch customer service at 1-800-882-7640 or the Meritor call center at 1-866-668-7221." -12/04/2017,17V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V777000),Temsa,Contaminants in Engine Fire Suppression System,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,280,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain 2017-2018 TS30, TS35E, and TS45 buses. These vehicles have an engine fire suppression system that may contain contaminated ABC dry chemical.","If there are contaminants in the fire suppression dry chemical, the chemical may discharge improperly, affecting the suppression of a fire and increasing the risk of injury.","Temsa will notify owners, and dealers will replace the dry chemical in the fire suppression system, free of charge. The recall began on January 25, 2018. Owners may contact Temsa's agent, CH Bus Sales, at 1-407-271-8935." -12/04/2017,17V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V778000),Triple E Recreational Vehicles,Passenger Seat may Detach in a Crash,SEATS,CA#8809-1,Vehicle,64,"Triple E Recreational Vehicles (Triple E) is recalling certain 2016-2018 Wonder motorhomes, model W24MB. The bolts that fasten the passenger side seat pedestal may be improperly tightened.","In the event of a crash, the improperly tightened bolts may cause the passenger side seat pedestal bolts to fail, preventing the passenger from being restrained, increasing their risk of injury.","Triple E will notify owners, and dealers will correctly tighten the passenger side seat pedestal mounting bolts, free of charge. The recall began on December 18, 2017. Owners may contact Triple E customer service at 1-204-325-4361. Triple E's number for this recall is CA#8809-1." -12/01/2017,17V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V773000),Kia Motors America,Brake Pedal Stopper may Deteriorate,"SERVICE BRAKES, HYDRAULIC",SC158,Vehicle,134366,"Kia Motors America (Kia) is recalling certain 2012-2014 Forte and Forte Koup vehicles. The brake pedal stopper pad can deteriorate allowing the brake light switch plunger to remain extended when the brake pedal is released. This will allow the brake lights to remain illuminated continuously. It can also allow the shift lever to be moved without depressing the brake pedal, or activate the engine management brake pedal override feature.","If the brake light switch plunger does not retract as it should when the brake pedal is not being pressed, the brake lights may stay illuminated preventing accurate communication to following vehicles that the vehicle is slowing or stopping. Additionally, if the brake switch plunger is not retracted, then the transmission can be shifted out of PARK without depressing the brake pedal. Either condition increases the risk of a crash.","Kia will notify owners, and dealers will replace the brake pedal stopper pad, free of charge. The recall is expected to begin January 30, 2018. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC158." -12/01/2017,17V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V774000),"Kawasaki Motors Corp., U.S.A.",Improper ECU Setting may cause Engine Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9914,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain 2017-2018 Z125 PRO & PRO KRT Edition motorcycles, models BR125JHF and BR125JJF. The Electronic Control Unit (ECU) may have an improper setting for the fuel injection, allowing the engine to stall.",An engine stall can increase the risk of a crash.,"Kawasaki will notify owners, and dealers will replace the ECU, free of charge. The recall began on December 21, 2017. Owners may contact Kawasaki customer service at 1-866-802-9381." -12/01/2017,17V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V772000),"MV Agusta USA, LLC",Rear Wheel Spokes May Loosen,WHEELS,2813,Vehicle,45,"MV Agusta USA, LLC (MV Agusta) is recalling certain 2017 Brutale 800 Dragster RR motorcycles. The spokes on the rear wheel may loosen, potentially affecting the motorcycle's handling.","If the handling is compromised from the loose spokes on the rear wheel, there would be an increased risk of a crash.","MV Agusta will notify owners, and dealers will replace the rear wheels, free of charge. The recall began on December 13, 2017. Owners may contact MV Agusta customer service at 1-215-781-1770. MV Agusta's number for this recall is 2813." -12/01/2017,17V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V775000),Ford Motor Company,"Second Row Outboard Seat/FMVSS 202,207,210",SEATS,17C20,Vehicle,462,"Ford Motor Company (Ford) is recalling certain 2018 Expedition vehicles. The second row outboard seats may have excessive forward adjustment capability and/or may have an improperly installed bolt that secures the seat back to the seat base. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints"", number 207, ""Seating Systems"", and number 210, ""Seat Belt Anchorage System.""","If the seat back is not adequately secured, and/or the seat occupant is improperly positioned, there can be an increased risk of injury in a crash.","Ford will notify owners, and dealers will inspect the second row outboard seats for proper seat adjustment travel, replacing the seat frame assembly if necessary. Dealers will also inspect the bolts attaching the seat back to the seat base for the proper installation, correcting it as necessary. These repairs will be made free of charge. The recall began on January 10, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C20." -11/30/2017,17V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V761000),"Daimler Trucks North America, LLC",Brake Lights May Not Activate,EXTERIOR LIGHTING,FL-756,Vehicle,438255,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2008-2018 Freightliner Cascadia, Western Star 4700, 4900, 5700, and 6900 trucks. After hard brake applications, the brake light pressure switch may not activate the brake lights with a light application of the brake pedal.","If the brake lights fail to illuminate, there would not be a signal to other motorists that the vehicle is slowing, increasing the risk of a crash.","DTNA will notify owners, and dealers will repair the vehicles, free of charge. Daimler issued interim notifications to owners on January 22, 2018. The recall began on May 9, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-756." -11/30/2017,17V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V769000),Hyundai Motor America,Brake Pedal Stopper may Deteriorate,"SERVICE BRAKES, HYDRAULIC",170,Vehicle,390467,"Hyundai Motor Company (Hyundai) is recalling certain 2013-2014 Elantra sedan, coupe and GT vehicles. The brake pedal stopper pad can deteriorate allowing the brake light switch plunger to remain extended when the brake pedal is released. This will allow the brake lights to remain illuminated continuously. It can also allow the shift lever to be moved without depressing the brake pedal, or activate the engine management brake pedal override feature.","If the brake light switch plunger does not retract as it should when the brake pedal is not being pressed, the brake lights may stay illuminated preventing accurate communication to following vehicles that the vehicle is slowing or stopping. Additionally, if the brake switch plunger is not retracted, then the transmission can be shifted out of PARK without depressing the brake pedal. Either condition increases the risk of a crash.","Hyundai will notify owners, and dealers will replace the brake pedal stopper pad, free of charge. The recall is expected to begin February 8, 2018. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 170. This campaign expands recall 16V574." -11/29/2017,17V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V763000),"Southeast Toyota Distributors, LLC",Billet Overlay Grill may Detach from Vehicle,STRUCTURE,SET17C,Vehicle,431,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2015-2018 Toyota 4Runner vehicles equipped with an accessory Billet Grille Overlay installed by SET or provided by SET and installed by SET dealers. The U-nut that secures the overlay grille may fracture, allowing the Billet Grille Overlay to detach from the vehicle.","If the Billet Grille Overlay detaches while driving, it can become a road hazard, increasing the risk of a crash.","SET will notify owners, and dealers will replace the securing U-nuts with upgraded hardware, free of charge. The recall is expected to begin January 26, 2018. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET17C." -11/29/2017,17V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V767000),Ford Motor Company,Front Seat Adjuster Pivot Bolts may Loosen,SEATS,17S40,Vehicle,177264,Ford Motor Company (Ford) is recalling certain 2016 F-150 and Explorer vehicles. Loose power seat adjuster pivot bolts may cause the front seat cushions to detach and not properly restrain the seat occupant in the event of a crash.,"In the event of a crash, a seat occupant that is not properly restrained has an increased risk of injury.","Ford will notify owners, and dealers will inspect the tightness of the power seat track upper pivot link bolt, either applying threadlocker or replacing the lift link and hardware, free of charge. Interim letters are expected to go out January 15, 2018. Owners will receive a second notice when the remedy becomes available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S40." -11/29/2017,17V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V766000),"Volkswagen Group of America, Inc.",Fuel Tank may Leak Fuel,"FUEL SYSTEM, GASOLINE",20AQ,Vehicle,58,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Atlas vehicles. The fuel tank may have been manufactured with insufficient wall thickness, potentially resulting in the tank leaking fuel. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will replace the fuel tank, free of charge. The recall began December 10, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20AQ." -11/29/2017,17V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V768000),Ford Motor Company,Hydraulic Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",17S41,Vehicle,390,"Ford Motor Company (Ford) is recalling certain 2017 F-53 stripped motorhome chassis and F-59 stripped commercial chassis, equipped with Antilock Brake Systems (ABS). The brake Hydraulic Electronic Control Units (HECU) on these vehicles may be missing valve block ball plugs, potentially causing a brake fluid leak or air ingestion during electronic brake distribution and/or ABS activation.","A brake fluid leak or air ingestion can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the HECU for missing valve block ball plugs, replacing the unit as necessary, free of charge. The recall is expected to begin January 22, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S41." -11/29/2017,17V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V764000),Bugatti,Seat Recliner Brackets Improperly Welded,SEATS,NR (Not Reported),Vehicle,9,"Bugatti is recalling certain 2017-2018 Chiron vehicles. The front seat recliner brackets may not be welded properly, which can cause the back of the seat to move unexpectedly, affecting the driver's seating position.","If the driver's seating position changes unexpectedly, it could increase the risk of a crash.","Bugatti will notify owners, and service centers will inspect the welds on the recliner brackets for both seats, replacing the seat assembly, as necessary, free of charge. The recall began on December 7, 2017. Owners may contact Bugatti customer service at 1-805-557-1050." -11/28/2017,17V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V762000),Zero Motorcycles Inc.,Incorrect Information on Federal Label/Part 567,EQUIPMENT,SV-ZMC-017-380,Vehicle,36,"Zero Motorcycles Inc. (Zero) is recalling certain 2018 S ZF13.0, S ZF7.2, SR ZF14.4, DS ZF13.0, DSR ZF14.4, FX ZF7.2, and FXS ZF7.2 motorcycles. The information on the Vehicle Emission Control Information (VECI) Label may indicate the wrong model year. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the affected 2018 motorcycles are ever subject to a recall, the owner may not realize the safety risk because of the misstated model year.","Zero will notify owners, and dealers will replace the incorrect label with a corrected label, free of charge. The recall is expected to begin in December 2017. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-017-380." -11/24/2017,17V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V757000),"Gulf Stream Coach, Inc.",Incorrect Axle Information on Label/Part 567,EQUIPMENT,11/25/2017,Vehicle,6,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2018 Gulf Stream Coach 19FMB Breeze and Geo recreational trailers. The information on the Federal label lists an incorrect number of axles on the trailer. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The information regarding the trailer's gross axle weight rating (GAWR) for the front axle, tire, rim size and recommended tire pressure are correct, but there is only one axle, not two.","Gulf Stream will notify the affected owner and dealers, and will send a corrected label, free of charge. The recall began on December 15, 2017. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is 20171125." -11/22/2017,17V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V750000),"Heartland Recreational Vehicles, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,19615,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2010-2011 Elkridge, North Country, North Trail FW, 2011 Big Country, Bighorn, Caliber, Country Ridge, Cyclone, Edge, Focus, Graystone, Landmark, MPG, North Trail TT, Road Warrior, Sundance, Sundance TT, Sundance XLT FW, Sundance XLT TT, Trail Runner, 2018 Fuel TT, 2016-2018 Sundance XLT TT, and Torque TT recreational vehicles, equipped with certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Heartland will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Heartland customer service at 1-877-262-8032, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V751000),Cruiser RV,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,36037,"Cruiser RV (Cruiser) is recalling certain 2016-2017 Boss, Full House and Fun Finder Signature, 2018 Embrace and Striker FW, 2013-2016 Enterra and View Finder Signature, 2006-2016 Fun Finder, 2007-2015 Fun Finder Xtra, 2015-2017 Fun Finder Xtreme Lite and Shadow Cruiser Ultra Lite, 2016-2018 MPG, 2013-2017 Radiance, 2017-2018 Radiance Ultra Lite, 2010-2016 Shadow Cruiser, 2015-2016 Shadow Cruiser LE, 2017 South Fork, 2014-2018 Striker, 2009-2016 View Finder Lite, 2006-2007 Liberty, 2007 Land Roamer, 2009-2012 View Finder Toy Hauler, and 2006-2013 Fun Finder X recreational vehicles, equipped with certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Cruiser will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Cruiser customer service at 1-866-277-5630, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V752000),Entegra Coach,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,46,"Entegra Coach (Entegra) is recalling certain 2010-2011 Aspire, Anthem, and Cornerstone recreational vehicles, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Entegra will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Entegra customer service at 1-800-945-4787, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V753000),DRV Suites,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,7896,"DRV Suites (DRV) is recalling certain 2007-2018 Elite Suites, 2014-2018 Full House, 2003-2018 Mobile Suites, 2010-2018 Mobile Suite Estates, 2006-2012 Select Suite, 2013-2016 Tradition, and 2017 Travel Suites recreational vehicles, equipped with certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","DRV will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact DRV customer service at 1-574-457-6472, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V754000),"Bison Coach, LLC",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,200,"Bison Coach, LLC (Bison) is recalling certain 2010 Stratus, Aluma Sport, Trail Express, and Trail Hand recreational trailers, equipped with certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Bison will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Bison customer service at 1-574-658-4161, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V755000),Keystone RV Company,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,17-307,Vehicle,1205997,"Keystone RV Company (Keystone) is recalling various 2003-2018 Crossroads, Dutchmen, and Keystone recreational trailers equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. A list of the affected trailer models is available at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V755-5127.pdf. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Keystone will notify owners and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Keystone customer service at 1-574-535-2100, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Keystone's number for this recall is 17-307." -11/22/2017,17V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V756000),"Forest River, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,51-0544,Vehicle,365885,"Forest River, Inc. (Forest River) is recalling certain 2003-2018 Forest River Berkshire, Charleston, Rockport, Cedar Creek, Cherokee, Riverstone, Salem, Sandpiper, Sierra, Vengeance, Wildcat, Wildwood, XLR Boost, Cargo Mate, Continental Cargo, motorhomes, recreational trailers, toyhaulers, cargo trailers and restroom trailers and 2009-2018 Coachmen Mirada, Pursuit, Concord, Leprechaun, Freelander, Orion and Prism motorhomes, 2009-2017 Coachmen Apex and Catalina recreational trailers, and 2013-2017 Shasta Oasis and Revere recreational trailers, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Forest River will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on December 27, 2017. Owners may contact Forest River customer service at 1-800-348-7440, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Forest River's number for this recall is 51-0544." -11/22/2017,17V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V758000),Thor Motor Coach,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,110400,"Thor Motor Coach (Thor) is recalling various 2003-2018 recreational vehicles, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. See a list of the affected trailer models at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V758-5764.pdf. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Thor will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Thor customer service at 1-877-500-1020, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/22/2017,17E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E071000),Prevost Car (US) Inc.,Seat Belt Buckle Stuck in the Locked Position,SEAT BELTS,NR (Not Reported),Equipment,10,"Prevost Cars, Inc. (Prevost) is recalling certain Recaro AM71, AM72 and AM80 commercial bus driver seats sold as aftermarket replacement parts. In the affected seats, the seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked.","If the seat belt cannot be latched, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","Prevost will notify the purchasers, and dealers will inspect the driver seat belt buckles and replace them, if necessary, free of charge. The recall began on April 30, 2018. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is 17E035." -11/22/2017,17V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V765000),Kovatch Mobile Equipment Corp.,Water Pressure Relief valve may Open,EQUIPMENT,NR (Not Reported),Vehicle,74,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2015 Predator SS Tanker and Commercial Pumper built on Freightliner chassis, 2015-2018 Predator SS Pumper and Commercial Pumper built on Navistar chassis, 2016 Predator Panther Aerial and Predator Aerial, 2015-2017 Predator Panther Pumper and 2018 Predator SS Aerial vehicles equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","KME will notify owners, and KME dealers will install a remedy kit, free of charge. The recall began on January 8, 2018. Owners may contact KME customer service at 1-800-235-3926 or Hale customer service at 1-800-533-3569." -11/21/2017,17V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V741000),"Chrysler (FCA US, LLC)",Alternator may Fail Resulting in an Engine Stall,ELECTRICAL SYSTEM,T75,Vehicle,17116,"Chrysler (FCA US LLC) is recalling certain 2014 Dodge Challenger, Charger, Durango, Chrysler 300, and Jeep Grand Cherokee vehicles equipped with a 3.6L engine and a 160 amp alternator. In the affected vehicles, the alternator may suddenly fail.","If the alternator fails, the vehicle may stall without warning, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the alternator, free of charge. The recall began December 15, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T75." -11/21/2017,17E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E069000),Volvo Trucks North America,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Equipment,37367,"Volvo Trucks North America (Volvo) is recalling certain Kidde Plastic-Handle Fire Extinguishers sold as accessory equipment for use in Volvo trucks. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Volvo will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on November 2, 2017. Owners may contact Volvo customer service at 1-800-528-6586, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E070000),"Mack Trucks, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Equipment,37367,"Mack Trucks, Inc. (Mack) is recalling certain models of Kidde Plastic-Handle Fire Extinguishers sold as accessory equipment for use in Mack trucks. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Mack will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall is expected to begin January 19, 2018. Owners may contact Mack customer service at 1-610-709-2131 or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V746000),"Jayco, Inc.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,49563,"Jayco, Inc. (Jayco) is recalling various 2002-2016 recreational vehicles equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. A list of the affected trailer models is available at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V746-9524.pdf. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Jayco will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Jayco customer service at 1-800-283-8267, or Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V747000),Starcraft RV,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,2879,"Starcraft RV (Starcraft) is recalling certain 2009-2010 StarCraft, Centennial, Homestead, Travel Star, Travel Star EXP, Travel Star Sport, Autumn Ridge and Autumn Ridge SE recreational trailers, 2010 Rock Star, Lexion, Emblem and Homestead recreational trailers, 2013-2016 Comet recreational trailers, 2013-2015 AR-One and Launch recreational trailers, 2014-2016 Starflyer recreational trailers and 2016 Comet Hard Side recreational trailers. These trailers are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Starcraft will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Starcraft customer service at 1-800-945-4787, or contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V748000),Highland Ridge RV,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,1719,"Highland Ridge RV (Highland Ridge) is recalling certain 2010 Open Range, Residential and Rolling Thunder fifth wheels and 2010 Journeyer and Roamer recreational trailers. These vehicles are equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers that may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Highland Ridge will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact Highland Ridge customer service at 1-260-768-7771, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V749000),"KZRV, L.P.",Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,134046,"KZRV, L.P. (KZRV) is recalling various 2002-2018 recreational trailers equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. See a list of the affected trailer models at: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17V749-9547.pdf. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","KZRV will notify owners, instructing them to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on January 15, 2018. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153, or Kidde customer service toll free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/21/2017,17V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V745000),Mazda North American Operations,Incorrect Valve Spring may cause Engine Stall,ENGINE AND ENGINE COOLING,1717K,Vehicle,144,"Mazda North American Operations (Mazda) is recalling certain 2018 Mazda3 vehicles, equipped with an incorrect exhaust valve spring. The incorrect exhaust valve spring may fail while driving, potentially causing an engine stall.",An engine stall can increase the risk of a crash.,"Mazda will notify owners, and dealers will inspect the engines and replace any incorrect exhaust valve springs, free of charge. The recall is expected to begin January 20, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1717K." -11/21/2017,17V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V740000),"Chrysler (FCA US, LLC)",Instrument Brightness not Adjustable/FMVSS 101,ELECTRICAL SYSTEM,T70,Vehicle,25823,"Chrysler (FCA US LLC) is recalling certain model year 2017-2018 Jeep Compass vehicles. The brightness of the backlighting for the Instrument Panel Cluster (IPC) cannot be adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Controls and Displays.""","An instrument cluster that is too bright, and cannot be dimmed, can reduce the driver's ability to see at night, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update IPC software, as necessary, free of charge. The recall began December 8, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T70." -11/21/2017,17V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V738000),Supreme Corporation,Missing Rear and/or Side Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,172,"Supreme Corporation (Supreme) is recalling certain 2017 Supreme Signature Van, Iner-City and Kold King vehicles. These vehicles may have been built without rear and/or side reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing reflective devices reduce the vehicle's visibility, increasing the risk of a crash.","Supreme will notify owners and send them new reflex reflectors with mounting instructions, free of charge. The recall began on January 9, 2018. Owners may contact Supreme customer service at 1-800-642-4889." -11/21/2017,17V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V732000),"Chrysler (FCA US, LLC)",Passenger Air Bag Assembly May Contain Loose Nuts,AIR BAGS,T73,Vehicle,27210,Chrysler (FCA US LLC) is recalling certain 2018 Jeep Compass vehicles. The passenger side air bag assembly may have inflator mounting nuts loose within the module assembly.,"In the event of a crash necessitating air bag deployment, unsecured inflator mounting nuts outside of the cushion assembly are potential projectiles that may strike the driver or other occupants resulting in serious injury or death.","Chrysler will notify owners, and dealers will replace the passenger air bag module assembly, free of charge. The recall began December 28, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T73." -11/21/2017,17V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V742000),"Daimler Vans USA, LLC",Spare Tire Holder Not Secure,TIRES,NR (Not Reported),Vehicle,773,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017 Mercedes-Benz and Freightliner Sprinter 2500 and 3500 vans. The spare tire holder under the vehicle may not be properly secured.","If the spare tire holder is not properly secured, the spare tire may separate from the vehicle and become a road hazard, increasing the risk of a crash.","DVUSA will notify owners and dealers will lift the spare tire holder completely and tighten the securing screws as necessary, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact DVUSA custom service at 1-854-888-3214." -11/21/2017,17V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V743000),"Grand Design RV, LLC",Tire may Contact Slide Room and Cause Blow Out,EQUIPMENT,910011,Vehicle,114,"Grand Design RV, LLC (Grand Design) is recalling certain 2018 Reflection travel trailers, model 297RSTS. These vehicles may have insufficient clearance between the tire and the ram that moves the slide out room. The tire can contact the ram for the slide out room while the trailer is being towed, causing tire damage or a possible tire blowout.",Tire failure can increase the risk of a crash.,"Grand Design will notify owners, and dealers will install a lift kit at each of the axle hangers, giving two additional inches of clearance. Tires that show evidence of damage will be replaced. These repairs will be performed free of charge. The recall began on December 14, 2017. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910011." -11/21/2017,17V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V744000),Mazda North American Operations,Trailer Hitch Wiring Harness May Short Circuit,ELECTRICAL SYSTEM,1617K,Vehicle,1076,"Mazda North American Operations (Mazda) is recalling certain 2017 CX-5 vehicles equipped with an accessory trailer hitch wiring harness. This harness may be routed such that there is insufficient clearance between the harness and the exhaust muffler, allowing the wiring harness to contact the muffler.","Contact with the muffler may damage the trailer wiring harness, potentially resulting in the trailer lighting being inoperative, thereby increasing the risk of a crash.","Mazda will notify owners, and dealers will reroute the trailer hitch harness away from the muffler, replacing the harness if it is damaged, free of charge. The recall is expected to begin January 20, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1617K." -11/20/2017,17V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V733000),Burch Tank and Truck,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8,"Burch Tank and Truck (Burch) is recalling certain 2017 Cargo tank trailers, equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Burch has notified owners, and fleets will be reimbursed by Meritor to inspect the bolts, and replace any loose or missing ones. The recall began on October 3, 2017. Owners may contact Burch customer service at 1-800-882-7640 or the Meritor call center at 1-866-668-7221." -11/20/2017,17V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V735000),Burch Tank and Truck,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"Burch Tank and Truck (Burch) is recalling certain 2017 Heil Cargo tank trailers, equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Burch has notified owners, and fleets will be reimbursed by Meritor to inspect the bolts, and replace any loose or missing ones. The recall began on October 3, 2017. Owners may contact Burch customer service at 1-800-882-7640 or the Meritor call center at 1-866-668-7221." -11/20/2017,17E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E068000),Prevost Car (US) Inc.,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,SR17-31,Equipment,742,"Prevost Cars, Inc. (Prevost) is recalling certain Kidde Plastic-Handle and Push Button 'Pindicator' Fire Extinguishers sold as accessory equipment for use in coaches. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Prevost will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall is expected to begin January 20, 2018. Owners may contact Prevost customer service at 1-866-870-2046, or Kidde customer service toll free at 1-855-271-0773, or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Prevost's number for this recall is SR17-31." -11/20/2017,17V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V737000),Prevost Car (US) Inc.,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,SR17-31,Vehicle,1989,"Prevost Cars, Inc. (Prevost) is recalling certain 2009-2018 H3-41, H3-45, H3-45 VIP, X3-45, X3-45 VIP, and X3-45 VIP Entertainer vehicles, equipped with certain Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Prevost will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. Owner notification letters were mailed July 11, 2018. Owners may contact Prevost customer service at 1-866-870-2046, or Kidde customer service toll free at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information. Prevost's number for this recall is SR17-31." -11/20/2017,17V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V736000),"Winnebago Industries, Inc.",Improperly Secured Battery and Hydraulic Lines,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,58,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2017-2018 Grand Tour and Journey motorhomes. The battery cables and hydraulic lines on these vehicles may not be properly secured, allowing them to contact the driveshaft or exhaust system, potentially resulting in an electrical short or hydraulic fluid leak.","An electrical short can increase the risk of a fire. A hydraulic fluid leak can result in a loss of braking ability, increasing the risk of a crash.","Winnebago will notify owners, and dealers will inspect the battery cables and hydraulic lines, rerouting and securing them as necessary. Any damaged cables or lines will be replaced. These repairs will be performed free of charge. The recall began on January 16, 2018. Owners may contact Winnebago customer service at 1-641-585-3535." -11/20/2017,17V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V739000),E-One Incorporated,Water Pressure Relief valve may Open,EQUIPMENT,NR (Not Reported),Vehicle,298,"E-One Incorporated (E-One) is recalling certain 2013-2017 E-One Cyclone II, Quest, Typhoon, 2016 Freightliner M2 112, 2013-2015 International 7400, 2014-2017 International 4400, Freightliner M2 106, 2016-2017 Kenworth T370, and 2015 Kenworth T800 vehicles equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","E-One will notify owners, and a certified dealer or technician will install a stainless steel retaining ring, free of charge. The recall began on January 11, 2018. Owners may contact E-One customer service at 1-352-861-3612." -11/17/2017,17V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V729000),"Daimler Trucks North America, LLC",Buckle Mount Rod May Fracture/FMVSS 210,SEAT BELTS,FL-753,Vehicle,51,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2017 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner EFX, Saf-T-Liner HDX, and Minotour SRW school buses, equipped with IMMI-brand 3-point lap and shoulder belts. Under load, the seat belt buckle mount rod can fracture. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the buckle mount rod fractures, the seat occupant may not be restrained, increasing their risk of injury.","DTNA will notify owners, and dealers will replace the seat belt buckle rods, free of charge. DTNA issues owners an interim notification on December 11, 2017. The recall began on May 23, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-753." -11/17/2017,17V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V724000),"Forest River, Inc.",Carbon Monoxide May Enter Passenger Cabin,ENGINE AND ENGINE COOLING,55-0565,Vehicle,583,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Dynamax recreational vehicles, models ISC24FWM, ISC24RWM, ISC24FWMCD and ISC24CBM. If the vehicle is parked with the engine running, carbon monoxide may enter the passenger cabin through open windows or other openings in the floor.","If carbon monoxide enters the passenger cabin, it can increase the risk of injury or death.","Forest River will notify owners, and dealers will install stainless steel exhaust tips to lengthen the exhaust, free of charge. The began on December 14, 2017. Owners may contact Forest River customer service at 1-574-262-3474. Forest River's number for this recall is 55-0565." -11/17/2017,17V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V728000),Newell Coach Corp.,Circuit Breaker may Trip and Affect Safety,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,36,"Newell Coach Corp. (Newell) is recalling certain 2017-2018 P50 coaches. These coaches have 100 amp self-resetting circuit breakers that may trip unexpectedly causing a loss of essential coach chassis systems such as ignition power, head lights, tail lights and wipers.",If the circuit breaker trips there is an increased risk of a crash.,"Newell will notify owners and will replace the 100 amp breaker with a 120 amp breaker, free of charge. The recall began on December 5, 2017. Owners may contact Newell customer service at 1-888-363-9355." -11/17/2017,17V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V734000),REV Recreation Group,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,7399,"REV Recreation Group (REV) is recalling certain 2009-2010 and 2012-2014 Holiday Rambler Ambassador, 2010 and 2013-2014 Endeavor, 2009-2010 Neptune, 2010 Scepter, and 2011 Trip diesel motorhomes, equipped with Kidde Plastic-Handle or Push Button 'Pindicator' Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected fire extinguisher models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","REV will notify owners, and instruct them to contact Kidde for a replacement fire extinguisher, free of charge. The recall is expected to begin January 18, 2018. Owners may contact REV customer service at 1-800-509-3417, or Kidde customer service at 1-855-262-3540 or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -11/17/2017,17V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V727000),"BMW of North America, LLC",Improperly Torqued Wishbone Suspension Bolts,SUSPENSION,NR (Not Reported),Vehicle,33,"BMW of North America, LLC (BMW) is recalling certain 2018 BMW X5 SAV, X5 M SAV, X6 SAV, and X6 M SAV vehicles. Bolts that secure the front suspension may not have been properly tightened.","Loose bolts can affect the performance of the suspension, thereby increasing the risk of a crash.","BMW will notify owners, and dealers will inspect and tighten the wishbone suspension bolts, free of charge. The recall is expected to begin January 8, 2018. Owners may contact BMW customer service at 1-800-525-7417." -11/17/2017,17V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V723000),Newmar Corporation,Insufficient Light Output when using High Beams,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,41,"Newmar Corporation (Newmar) is recalling certain 2015-2018 London Aire motorhomes built on Daimler Trucks (DTNA) chassis. When the high beams are activated, only the high beam bulbs illuminate instead of both the high beam and low beam bulbs as intended.","If both the high beam and low beam bulbs do not illuminate, the reduced light output can affect the driver's visibility, increasing the risk of a crash.","Newmar will notify owners and DTNA dealers will modify the vehicles so that both beams illuminate when high beams are turned on, free of charge. The recall began on January 16, 2018. Owners may contact Daimler Trucks North America at 1-800-547-0712 or Newmar customer service at 1-800-731-8300." -11/17/2017,17V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V725000),Honda (American Honda Motor Co.),Second Row Seats may Tip Forward when Braking,SEATS,P0Q,Vehicle,806936,"Honda (American Honda Motor Co.) is recalling certain 2011-2017 Honda Odyssey vehicles. The second row outboard seats can slide sideways to one of two positions. If a seat is placed between either of the two positions when attaching the seat to the vehicle floor, the seat will not latch properly to the seat striker, allowing the seat to tip forward unexpectedly during braking.","If the seat tips forward during braking, it can increase the risk of injury.","Honda will notify owners, and dealers will install a bracket to the second row outboard floor strikers, free of charge. The recall began April 2, 2018. Owners may contact American Honda Customer Support & Campaign Center at 1-888-234-2138. Honda's number for this recall is S0G." -11/17/2017,17V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V730000),"Daimler Trucks North America, LLC",Shift Lock Bolt may Prevent Downshifting,POWER TRAIN,FL-754,Vehicle,231,"Daimler Trucks North America LLC (DTNA) is recalling certain 2018 Freightliner Cascadia trucks equipped with Detroit automatic transmissions. A shift lock bolt within the transmission can seize, preventing the transmission from being shifted out of gear range 7 through 12.","If the transmission cannot be shifted out of gear range 7 through 12, the engine may stall, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the transmissions and replace the transmission shift bolt, as necessary, free of charge. The recall began on February 28, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-754." -11/16/2017,17V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V720000),"BMW of North America, LLC",Excessive Neck Tension-Extension Force/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,32000,"BMW of North America, LLC (BMW) is recalling certain 2014-2018 BMW i3 electric and hybrid electric vehicles. Unbelted, small adult, drivers may be at a higher risk of neck injury in the event of a frontal crash. These vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","During a frontal impact, unbelted, small adult, drivers could be at a higher risk of neck injury.","BMW will notify owners, and dealers will update the Driver air bag control unit software, free of charge. The recall is expected to begin January 8, 2018. Owners may contact BMW customer service at the dedicated i3 recall number 1-855-269-3361." -11/16/2017,17V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V721000),"Smeal Holding, LLC",Water Pressure Relief valve may Open,EQUIPMENT,17028,Vehicle,20,"Smeal Holding LLC (Smeal) is recalling certain 2013-2017 Aerial and Pumper Fire Apparatus vehicles, equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","Smeal will notify owners, and Hale service providers will install a remedy kit, free of charge. The recall began on December 11, 2017. Owners may contact Smeal customer service at 1-800-543-5008 or Hale customer service at 1-800-533-3569. Smeal's number for this recall is 17028." -11/16/2017,17V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V722000),Shyft Group,Water Pressure Relief valve may Open,EQUIPMENT,17028,Vehicle,34,"Spartan Motors USA (Spartan) is recalling 2014-2017 Spartan Gladiator and MetroStar emergency response vehicles equipped with Hale pressure relief valves in the water pumps used for fire fighting. Rings securing the valves may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the water pressure available for fire fighting.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","Spartan will notify owners and Hale service providers will install a remedy kit, free of charge. The recall began on December 11, 2017. Owners may contact Spartan customer service at 1-800-543-5008 or Hale customer service at 1-800-533-3569. Spartan's number for this recall is 17028." -11/15/2017,17V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V718000),Toyota Motor Engineering & Manufacturing,Electric Vehicle Fuse May Fracture Limiting Power,HYBRID PROPULSION SYSTEM,H0R,Vehicle,39915,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2012-2015 Prius Plug-in Hybrid vehicles. The hybrid battery contains an Electric Vehicle (EV) fuse that may fracture after repeated high-load driving conditions such as climbing long hills.,The failed fuse may cause the hybrid system to shut down resulting in the loss of power. Loss of power while driving at higher speeds can increase the risk of a crash.,"Toyota will notify owners, and dealers will replace the EV fuse, free of charge. The recall is expected to begin January 8, 2018. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0R." -11/15/2017,17V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V717000),Toyota Motor Engineering & Manufacturing,Inoperative Electronic Parking Brake/ FMVSS 135,PARKING BRAKE,H0W,Vehicle,28764,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2018 Toyota CH-R vehicles. The electronic parking brake (EPB) may not operate properly, possibly causing the parking brake not to disengage after it is applied or prevent it from being applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard FMVSS number 135, ""Light Vehicle Brake Systems.""","If the EPB cannot be applied, there is an increased risk of a vehicle rollaway if the vehicle is parked on a hill without being placed into ""Park.""","Toyota has notified owners, and dealers will update the programming of the skid control ECU as necessary, free of charge. The recall began on November 30, 2017. Owners may contact Toyota at 1-800-331-4331. Toyota's number for this recall is H0W." -11/15/2017,17V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V719000),"BMW of North America, LLC",Software Error for Instrument Panel/FMVSS 101,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3188,"BMW of North America, LLC (BMW) is recalling certain 2018 230i, 230i xDrive, M240i, M240i xDrive, M2, and X3 xDrive 30i SAV vehicles. These vehicles may have an error in the software for the instrument panel, causing the display to not properly illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","If the display does not illuminate during start up or does not illuminate various control and warning symbols while driving, it can increase the risk of a crash.","BMW will notify owners, and dealers will update the instrument cluster display software, free of charge. The recall is expected to begin January 8, 2018. Owners may contact BMW customer service at 1-800-525-7417." -11/14/2017,17V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V713000),"Mercedes-Benz USA, LLC",Cruise Control may not Disengage,FORWARD COLLISION AVOIDANCE,2017110012,Vehicle,8043,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016-2017 G550 4Matic, G63 AMG, and G65 AMG vehicles. A malfunction of the Electronic Stability Program (ESP), while Distronic Plus is engaged, may cause the engine to not reduce power, regardless of the vehicle's speed, driving situation or brake application.","Increased braking effort and/or shifting to neutral would be needed to stop the vehicle, lengthening the distance needed to stop the vehicle and increasing the risk of a crash.","MBUSA will notify owners, and dealers will reprogram the ESP control unit software, free of charge. The recall began on December 6, 2017. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2017110012." -11/14/2017,17V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V726000),Isuzu Motors Limited,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,V1705,Vehicle,69138,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2011-2017 Isuzu NPR, 2008 NPR HD and NPR-HD Gas, 2011-2018 NPR HD and NRR, 2015-2018 NPR XD, 2012-2018 NQR, 2012-2017 NPR Gas and NPR-HD Gas, 2016-2017 Chevrolet Low Cab Forward 3500 HD, 3500 and 4500 and 2017-2018 Chevrolet Low Cab Forward 4500 HD, 4500 XD, 5500 HD and 5500 XD vehicles, equipped with certain Walter Kidde Plastic-Handle Fire Extinguishers, models FC10 and FC110. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable.","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Isuzu will notify owners, instructing them to contact Kidde to get a replacement fire extinguisher, free of charge. The recall is expected to begin in December 2017. Owners may contact Isuzu customer service at 1-866-441-9638 or Walter Kidde customer service at 1-855-262-3540 or they may also visit www.kidde.com and click on ""Product Safety Recall"" to order replacement fire extinguishers free of charge. Isuzu's number for this recall is V1705. Note: This recall includes fire extinguishers provided as a remedy for previous Isuzu recall 15V778." -11/14/2017,17V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V716000),"Nissan North America, Inc.",Front Passenger Seat Welds/FMVSS 202/207,SEATS,NR (Not Reported),Vehicle,210,"Nissan North America, Inc. (Nissan) is recalling certain 2016 Nissan Rogue vehicles. The vehicles have front passenger seat frames that may be improperly welded. As such, these vehicles fail to meet performance requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints"" and FMVSS 207, ""Seating Systems.""","In the event of a crash, the improperly welded seat back frames may increase the risk of injury.","Nissan will notify owners, and dealers will replace the front passenger seat back assembly, free of charge. The recall began January 08, 2018. Owners may contact Nissan customer service at 1-800-647-7261." -11/14/2017,17V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V712000),"Chrysler (FCA US, LLC)",Impact Sensor Housing may Fracture,AIR BAGS,T64,Vehicle,3514,Chrysler (FCA US LLC) is recalling certain 2018 Ram ProMaster vehicles. An incorrect rivet may have been used to attach the front door impact sensor which can cause the sensor housing to fracture.,"A fractured sensor could affect the deployment of the standard supplemental side airbags during certain side impact crashes, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace both front door impact pressure sensors, securing them with the correct rivets, free of charge. The recall began January 11 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T64." -11/14/2017,17V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V711000),"Forest River, Inc.","Incorrect Information on Label/FMVSS 110, Part 567",EQUIPMENT,48-0575,Vehicle,58,"Forest River, Inc. (Forest River) is recalling certain 2018 Prime Time Fury recreational trailers. The information on the Federal Placard may be incorrect, stating that the vehicle is equipped with ST235/80R16E tires and 16X6.0JJ rims, however, the vehicle is actually equipped with ST225/75R15E tires and 15X6.0JJ rims. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and 49 CFR Part 567, ""Certification.""","The placards do not indicate the correct tire/rim combination which could lead to the installation of incorrect replacement tires, potentially increasing the risk of a crash.","Forest River will notify owners, and dealers will install new corrected Federal Placards, free of charge. The recall began on December 8, 2017. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-0575." -11/14/2017,17V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V714000),"Mercedes-Benz USA, LLC",Power Steering may Malfunction and be Disabled,STEERING,2017120009,Vehicle,72,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 E300, S65 AMG Coupe, S550, S65 AMG Cabriolet, S550 Cabriolet, S550e, S65 AMG, and Mercedes-Maybach S600 vehicles. A transistor within the power steering control unit may overheat resulting in the power steering system being disabled.","If the power steering assist is unexpectedly disabled, it may increase the risk of a crash.","MBUSA will notify owners, and dealers will inspect the steering rack, replace it as necessary, free of charge. The recall is expected to begin in January 2018. Owners may contact MBUSA customer service at 1-877-496-3691." -11/14/2017,17V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V715000),"Mercedes-Benz USA, LLC",Sun Roof Panels may Detach,VISIBILITY,2017110009,Vehicle,9379,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017-2018 GLC300, GLC300 4Matic, and GLC43 AMG vehicles. The fixed panoramic sun roof frontal and side plastic panels may have insufficient bonding, allowing the panels to separate during vehicle operation.","If the sun roof panels detach from the vehicle, it can increase the risk of a crash or injury for following traffic.","MBUSA will notify owners, and dealers will inspect the bonding on the sun roof panels, correcting it as necessary, free of charge. The recall is expected to begin December 2017. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2017110009." -11/13/2017,17V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V709000),"Altec Industries, Inc.",Boom Tip may Crack and Fail,EQUIPMENT,CSN 655,Vehicle,375,Altec Industries Inc. (Altec) is recalling certain 1992-2000 Aerial Cable Placer AP45 vehicles. The boom tips on these vehicles may crack and fail.,"If the boom tip fails, it can increase the risk of injury.","Altec will notify owners, and dealers will inspect the boom tip, replacing any that are of an old design or have cracks, free of charge. The recall began on December 7, 2017. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN655." -11/13/2017,17V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V710000),Pleasant Valley Teardrop Trailers LLC,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,2590,"Pleasant Valley Teardrop Trailers LLC (Pleasant Valley) is recalling certain 2017-2018 MyPod, T@G, T@B 320, T@B 400, Cirrus 820, and Cirrus 920 travel trailers equipped with Kidde Plastic-Handle Fire Extinguishers, model 210D. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or requiring excessive force to activate the extinguisher. Additionally, the nozzle may detach from the valve assembly with enough force that it could cause injury and render the product inoperable.","In the event of a fire, if the fire extinguisher does not function properly, it can increase the risk of injury.","Pleasant Valley will notify owners and direct them to contact Kidde directly to get a replacement fire extinguisher, free of charge. The recall began on December 20, 2017. Owners may contact Pleasant Valley customer service at 1-330-852-4811 or Walter Kidde customer service at 1-855-262-3540." -11/13/2017,17E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E067000),"Iowa Mold Tooling Co., Inc.",Stabilizer Pin Locking Arm Pin Incorrect,EQUIPMENT,TB2017008,Equipment,19,"Iowa Mold Tooling Co., Inc. (IMT) is recalling certain Dominator I Crane bodies sold for installation onto other chassis. These cranes have incorrect stabilizer arm locking pins that may not engage properly allowing the stabilizer arm to extend from the side of the vehicle while traveling.","If the locking arm pin does not engage, the stabilizer arm may extend while the vehicle is in motion, increasing the risk of a crash.","IMT will notify owners, and dealers will replace the incorrect pin with a correct length pin, free of charge. The recall began on December 20, 2017. Owners may contact IMT customer service at 1-800-247-5958. IMT's number for this recall is TB2017008." -11/10/2017,17V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V708000),"Forest River, Inc.",Generator's Exhaust May Melt Plastic Underbelly,ELECTRICAL SYSTEM,73-0535,Vehicle,762,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 XLR Toyhauler, Vengeance and Wolf Pack recreational trailers equipped with an optional generator. The generator's exhaust pipe is mounted too close to the trailer's plastic underbelly.","The generator's exhaust may melt the trailer's underbelly, increasing the risk of a fire.","Forest River will notify owners, and dealers will inspect the routing of the exhaust pipe, lowering it away from the plastic underbelly, as necessary, free of charge. The recall began on December 4, 2017. Owners may contact Forest River customer service at 1-260-499-2100. Forest River's number for this recall is 73-0535." -11/10/2017,17V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V705000),PACCAR Incorporated,Park Brake Chamber May be to Small/FMVSS 121,PARKING BRAKE,1117E,Vehicle,4,"PACCAR Incorporated (PACCAR) is recalling certain 2017 Peterbilt 320 vehicles, equipped with Meritor disc brakes. The park brake chamber on these vehicles may be to small, which can cause the vehicle to move unexpectedly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","A vehicle with an undersized parking brake could result in the vehicle moving unexpectedly, increasing the risk of a crash or injury to anyone in the path of the vehicle.","PACCAR will notify owners, and dealers will replace the rear axle park brake chambers, free of charge. The recall began on December 15, 2017. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 1117E." -11/10/2017,17V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V707000),"Forest River, Inc.",Water Pump Leak may cause Fire,ENGINE AND ENGINE COOLING,55-0564,Vehicle,22,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Dynamax Isata vehicles, models ISC36DSD, ISC35DBD, ISC36DSD4X4, built on RAM chassis equipped with Cummins 6.7L Turbo Diesel engines that have Concentric-brand water pumps without a vent hole. These water pumps may leak coolant.",The leaking water pump can increase the risk of an engine compartment fire.,"Forest River will notify owners and Chrysler/RAM dealers will replace the water pumps, free of charge. The recall began on December 4, 2017. Owners may contact Forest River customer service at 1-574-262-3474 extension 212, or Chrysler customer service at 1-800-853-1403. Forest River's number for this recall is 55-0564." -11/09/2017,17V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V706000),Honda (American Honda Motor Co.),Right Halfshaft may Break,POWER TRAIN,K0E,Vehicle,5404,"Honda (American Honda Motor Co.) is recalling certain 2017 Honda Civic Sedan and Coupe vehicles. The right halfshaft may have been improperly heat treated, reducing its strength.","The improper heat treatment can result in the halfshaft breaking, preventing the engine from moving the vehicle, and can allow a possible roll away situation if the parking brake is not engaged. This can increase the risk of a crash.","Honda will notify owners, and dealers will inspect the halfshaft's serial number, replacing it as necessary and aligning the front wheels, free of charge. The recall began December 8, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is K0E." -11/08/2017,17V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V704000),Crestline Coach Ltd.,Inverter Can Overheat Causing Possible Fire,EQUIPMENT,NR (Not Reported),Vehicle,17,"Crestline Coach Ltd. (Crestline) is recalling certain 2016-2017 Icon 2.0 ambulances, equipped with 1000W inverters, model MMS 1012. If the vehicle is operated with the inverter disconnected from the conversion batteries, the inverter may overheat.","If the inverter overheats, it can increase the risk of a fire.","Crestline will notify owners and dealers will modify the wiring such that the inverter's DC output remains connected to the conversion batteries during all modes of operation, free of charge. The recall began on December 11, 2017. Owners may contact Crestline customer service at 1-306-934-8844." -11/08/2017,17V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V703000),"Kawasaki Motors Corp., U.S.A.",Rear Shock Absorber Mounting may Elongate,SUSPENSION,MC17-04,Vehicle,2383,"Kawasaki Motors Corp., U.S.A. (KMC) is recalling certain 2017-2018 ZR900AH, ZR900BH and ZR900BJ motorcycles. The rear shock absorber tie-rod frame mount holes can become elongated if the rear shock absorber bottoms out, affecting the operation of the shock absorber.","If the rear shock absorber does not function properly, it can increase the risk of a crash.","KMC will notify owners, and dealers will inspect the tie-rod mounting hole and replace the bracket or frame depending on the extent of the elongation of the tie-rod mounting hole, free of charge. The recall began on December 4, 2017. Owners may contact KMC customer service at 1-866-802-9381. KMC's number for this recall is MC17-04." -11/07/2017,17V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V701000),"Subaru of America, Inc.",Incorrect Floor Mat Retention Bracket,SERVICE BRAKES,WTR-77,Vehicle,2367,"Subaru of America, Inc. (Subaru) is recalling certain 2018 Crosstrek vehicles. These vehicles may be equipped with an incorrect floor mat retention bracket, allowing the floor mat to move out of position and interfere with the accelerator or brake pedal operation.","If the floor mat moves out of position and interferes with the accelerator or brake pedal operation, it can increase the risk of a crash.","Subaru has notified owners, and dealers will inspect the floor mat retention bracket and replace it if necessary, free of charge. The recall began November 14, 2017. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTR-77." -11/06/2017,17V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V700000),"Triumph Motorcycles America, Ltd.",Charging System Wire may Chafe and Short,ELECTRICAL SYSTEM,SB552,Vehicle,541,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2016-2017 Speed Triple R and Speed Triple S motorcycles. A wire for the charging system may rub against a bracket for the ABS modulator, potentially resulting in an electrical short.","An electrical short could cause the engine to stall, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the affected wire, rerouting it to avoid contact with the bracket, free of charge. The recall began on December 14, 2017. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SB552." -11/06/2017,17V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V702000),Crysteel Manufacturing Inc,Driveshaft Can Detach from Vehicle,POWER TRAIN,NR (Not Reported),Vehicle,9,Crysteel Manufacturing Inc. (Crysteel) is recalling certain 2017 dump body vehicles built on Isuzu NRR-Series chassis. The driveshafts on these vehicles may detach from the rear universal joint.,"If the driveshaft detaches from the rear universal joint, the vehicle will lose propulsion, increasing the risk of a crash.","Crysteel will notify owners, and Isuzu dealers will install a repair kit, free of charge. The recall began on December 6, 2017. Owners may contact Crysteel customer service at 1-800-533-0494." -11/06/2017,17V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V699000),"Forest River, Inc.","Incorrect Tire Information/FMVSS 110, Part 567",EQUIPMENT,425-0560,Vehicle,8,"Forest River, Inc. (Forest River) is recalling certain 2018 Puma recreational trailers. The Federal Placards indicate incorrect tire load range and tire pressure (PSI) information. The placard states a tire size of ST205/75R15/D requiring 50PSI, however the installed tires are size ST205/75R15/C, requiring 65PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and they also fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect tire information can cause the operator to over-inflate the tires, which can cause premature tire failure, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on December 4, 2017. Owners may contact Forest River Customer Service at 1-574-642-0588. Forest River's number for this recall is 425-0560." -11/03/2017,17V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V698000),Phoenix Motorcars,"Incorrect Tire and Rim Selection/FMVSS 119, 120",TIRES,NR (Not Reported),Vehicle,45,"Phoenix Motorcars (Phoenix) is recalling certain 2015 Zeus 300, and 2015-2017 Zeus 305 shuttle vans built on a Ford E-350 chassis. When the vehicle is fully loaded, it may exceed the Gross Axle Weight Rating (GAWR) and the Gross Vehicle Weight Rating (GVWR). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other Than Passenger Cars,"" and number 120, ""Wheels and Rims-Other Than Passenger Cars.""","If the vehicle is loaded to its maximum passenger capacity, the rear tires may fail, increasing the risk of a crash.","Phoenix will notify owners, and dealers will inspect and replace all of the vehicle wheels and tires with ones of a higher load rating, free of charge. The recall began on December 27, 2017. Owners may contact Phoenix customer service at 1-909-987-0815." -11/03/2017,17V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V695000),Entegra Coach,Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,9903363,Vehicle,1598,"Entegra Coach (Entegra) is recalling certain 2016-2018 Aspire, Anthem, Cornerstone, and Insignia motorhomes. The vehicles have lights that do not include reflectors and the vehicle does not have separate reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the required reflectors, the motorhome may be less visible to other drivers, increasing the risk of a crash.","Entegra will notify owners, and dealers will install compliant reflectors, free of charge. The recall began on January 2, 2018. Owners may contact Entegra customer service at 1-800-945-4787. Entegra's number for this recall is 9903363." -11/03/2017,17V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V697000),Highland Ridge RV,Safety Chains May Fail Allowing Trailer to Detach,STRUCTURE,9904364,Vehicle,118,"Highland Ridge RV (Highland Ridge) is recalling certain 2018 Light recreational trailers, models 312BHTS and 275RLS. The safety chains on these vehicles may be rated for a Gross Vehicle Weight Rating (GVWR) of 7,600 lbs, however the trailer has a GVWR of 11,700 lbs.","The lower rated safety chains may fail if the trailer detaches from the tow vehicle, increasing the risk of a crash.","Highland Ridge will notify owners, and dealers will replace the 7,600 lb chains with 11,700 lb chains, free of charge. The recall began on December 4, 2017. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904364." -11/03/2017,17V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V696000),"Jayco, Inc.",Unprotected Circuit From Battery May Cause Fire,ELECTRICAL SYSTEM,9901362,Vehicle,9930,"Jayco, Inc. (Jayco) is recalling certain 2016-2018 Jay Flight SLX recreational trailers equipped with a 35 amp power converter. The electrical circuit from the battery does not have overcurrent protection such as a fuse or circuit breaker.","In the event of an electrical short, the unprotected circuit increases the risk of a fire.","Jayco will notify owners, and dealers will install a fuse harness assembly with a circuit breaker for overcurrent protection, free of charge. The recall began on December 20, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901362." -11/02/2017,17V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V693000),REV Recreation Group,Hydraulic Leveling System Line may Leak,SUSPENSION,171102REV,Vehicle,395,"REV Recreation Group (REV) is recalling certain 2017-2018 Fleetwood Jamboree and Holiday Rambler Vesta motorhomes. The hydraulic leveling system lines may not be properly secured allowing them to contact the axle or the chassis drive train components, possibly resulting in a hydraulic fluid leak.",A leaking hydraulic fluid line can increase the risk of a fire or a crash.,"REV will notify owners, and dealers will secure the hydraulic lines with insulated clamps as necessary, replacing any damaged hydraulic lines, free of charge. The recall began on December 28, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 171102REV." -11/02/2017,17V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V692000),Thor Motor Coach,Improper Wiring Affecting Trailer Lights/FMVSS 108,EXTERIOR LIGHTING,RC000148,Vehicle,36,"Thor Motor Coach (TMC) is recalling certain 2018 Ace, Axis, Hurricane, Windsport, and Vegas motorhomes. The wiring for the trailer lights may have been inserted into the wrong locations of the trailer lighting socket causing the trailer lights to not function properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the trailer lights do not function as intended, it can increase the risk of a crash.","Thor has notified owners and dealers will re-wire a new connector, free of charge. The recall began on November 21, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000148." -11/02/2017,17V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V694000),"Van-Con, Inc.",Seat Barrier May Not Absorb Impact/FMVSS 222,SEATS,NR (Not Reported),Vehicle,320,"Van-Con, Inc. (Van-Con) is recalling certain 2007-2017 Dual Rear Wheel school buses built on Chevrolet 3500 Express chassis. The seat barrier behind the driver seat may be pinned to the bulkhead preventing it from deforming in the event of an impact. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the barrier is too rigid to absorb an impact, the occupants will have an increased risk of injury.","Van-Con will notify owners and will reposition the barrier as necessary, free of charge. The recall began on December 19, 2017. Owners may contact Van-Con customer service at 1-732-356-8484." -11/01/2017,17V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V691000),"Nissan North America, Inc.",Inadvertent Driver Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,17507,"Nissan North America, Inc. (Nissan) is recalling 2017-2018 Infiniti QX30 vehicles. The driver's air bag may unexpectedly deploy due to insufficient grounding of the steering components if an electrostatic discharge occurs and the air bag clockspring is broken.","If the driver air bag inadvertently deploys, it can increase the risk of injury and a crash.","Nissan will notify owners, and dealers will add sufficient grounding to the steering components, free of charge. The recall began March 26, 2018. Owners may contact Infiniti customer service at 1-800-622-6200, option 7." -11/01/2017,17V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V690000),"Heartland Recreational Vehicles, LLC",Shackle may Contact LP Fitting and Cause LP Leak,EQUIPMENT,99.01.37,Vehicle,561,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2018 Pioneer recreational trailers. The liquid propane (LP) manifold block may be mounted too close to the center shackle, allowing the shackle to hit the LP hose fitting and cause a propane leak.",A leaking LP system can increase the risk of a fire.,"Heartland has notified owners, and dealers will re-locate the manifold block further from the shackle area, free of charge. The recall began on November 14, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.37." -11/01/2017,17V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V689000),"Heartland Recreational Vehicles, LLC",Spring Hanger may Sever Electric Brake Wire,"SERVICE BRAKES, ELECTRIC",99.01.36,Vehicle,1085,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2018 Prowler and Trail Runner recreational trailers. The wires for the electric brakes may get caught in the spring hangers during axle movement, possibly resulting in the wires being severed.","A severed brake wire would reduce braking capability, increasing the risk of a crash.","Heartland has notified owners, and dealers will clamp the wires out of the area of the spring hanger and shackle, free of charge. The recall began on November 14, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.36." -10/31/2017,17V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V688000),"KZRV, L.P.",Outside Kitchen Area not Equipped with GFCI Outlet,ELECTRICAL SYSTEM,KZ-2017-08,Vehicle,151,"KZRV, L.P. (KZRV) is recalling certain 2017-2018 Connect recreational trailers equipped with an outside kitchen. The outlet for outside kitchen area does not have Ground Fault Circuit Interrupter (GFCI) protection.","Without the circuit protection, an individual may be shocked.","KZRV will notify owners, and dealers will replace the 110 volt outlet with a GFCI outlet, free of charge. The recall began on November 30, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2017-08." -10/30/2017,17V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V686000),"Mitsubishi Motors North America, Inc.",Air Bags May Not Deploy in a Crash,AIR BAGS,SR-17-006,Vehicle,83555,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2014-2018 Mirage vehicles. The internal acceleration sensor in the Supplemental Restraint System (SRS) Electronic Control Unit (ECU) can misinterpret vibrations such as those from poor road conditions or a flat tire to be a sensor error thereby disabling the air bags from deploying in a crash.",Air bags that do not deploy as designed in a crash increase the risk of injury.,"MMNA will notify owners, and dealers will reprogram the SRS-ECU software, free of charge. The recall began on November 10, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-006." -10/30/2017,17V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V687000),Motor Coach Industries,Air Lines Hooked to Wrong Gauges/FMVSS 121,"SERVICE BRAKES, AIR",SB 455,Vehicle,35,"Motor Coach Industries (MCI) is recalling certain 2018 MCI J4500 buses. The primary air line was incorrectly hooked to the secondary air pressure gauge and the secondary air line was hooked to the primary air pressure gauge. As such, these buses fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",The incorrect air pressure readings may increase the risk of a crash by delaying the driver's reaction to addressing the low air condition.,"MCI will notify owners, and dealers will inspect the air lines for proper connection, repairing them as necessary, free of charge. The recall began on December 12, 2017. Owners may contact MCI customer service at 1-800-241-29471. MCI's number for this recall is SB 455." -10/30/2017,17V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V683000),"BMW of North America, LLC",PCV Heater may Short Circuit,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,740561,"BMW of North America, LLC (BMW) is recalling certain 2008-2011 128i and 2007-2011 328i, 328xi, 328i xDrive, 525i, 525xi, 528i, 528xi, 530i, 530xi, X3 3.0si, X3 xDrive30i, X5 xDrive30i, Z4 3.0i, Z4 3.0si and Z4 sDrive30i vehicles. The heater for the positive crankcase ventilation (PCV) valve may short circuit.","An electrical short can cause the parts within the PCV valve to melt, increasing the risk of a fire, even when the vehicle is not in use.","BMW will notify owners, and dealers will replace the PCV valve heater, free of charge. Interim letters were mailed on November 27, 2017. Owners will receive a second notification by the end of October 2018. Owners may contact BMW customer service at 1-800-525-7417." -10/27/2017,17V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V684000),East Manufacturing Corp.,Draft Arm Tubing may Crack,STRUCTURE,NR (Not Reported),Vehicle,620,East Manufacturing Corp. (East) is recalling certain 2013-2018 Frameless Dump Hybrid trailers. These trailers have draft arm tubing that may crack and fail.,"If the draft arm tubing fails, a loss of vehicle control could occur, increasing the risk of a crash.","East Manufacturing will notify owners and dealers will inspect for cracks. If no cracks are found, dealers will remove the old brace bracket and replace with an updated bracket, free of charge. If cracks are found, dealers will install a new draft arm assembly, free of charge. The recall began on December 20, 2017. Owners may contact East customer service at 1-330-325-9921." -10/27/2017,17V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V682000),Indian Motorcycle Company,Incorrect Headlight Installed/FMVSS 108,EXTERIOR LIGHTING,I-17-03,Vehicle,2096,"Indian Motorcycles Company (Indian) is recalling certain 2017-2018 Chief, Chief Classic, Chief Dark Horse, Chief Vintage, Chieftain, Chieftain Classic, Cheiftain Dark Horse, Chieftain Elite, Chieftain Limited, Springfield, and Springfield Dark Horse motorcycles. These motorcycles may be equipped with a European-market, not US-market, halogen headlight assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The light output from the incorrect headlight can affect the motorcycle's visibility, increasing the risk of a crash.","Indian will notify owners, and dealers will inspect the motorcycle and replace any incorrect headlight assembly, free of charge. The recall began on December 6, 2017. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-17-03." -10/27/2017,17V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V685000),"Eldorado National- California, Inc.",Seat Belt Buckle Stuck in the Locked Position,SEAT BELTS,NR (Not Reported),Vehicle,272,"Eldorado National-California, Inc. (Eldorado National) is recalling certain 2017 Axess, E-Z Rider, XHF, and Arrivo buses, equipped with certain Recaro Commercial Bus Driver Seats, models Ergo R, Ergo D, AM71, AM72 and AM80. In the affected seats, the seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked.","If the seat belt becomes stuck in the locked position, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","Eldorado National will notify owners, and dealers will replace the buckle housings, free of charge. The recall began on December 1, 2017. Owners may contact Eldorado National customer service at 1-909-591-9557." -10/26/2017,17V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V678000),"Jaguar Land Rover North America, LLC",Instrument Cluster Will Go Blank,ELECTRICAL SYSTEM,H056,Vehicle,7036,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017-2018 Jaguar XF and F-Pace, 2016-2017 Jaguar XJ and 2018 Jaguar XE vehicles. The instrument cluster (IC) may intermittently go blank.","A blank instrument cluster will not show important information like vehicle speed, increasing the risk of a crash.","Jaguar will notify owners, and dealers will update the vehicle software, free of charge. The recall is expected to begin December 19, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H056." -10/26/2017,17V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V679000),"Jaguar Land Rover North America, LLC",Instrument Cluster Will Go Blank,ELECTRICAL SYSTEM,N124,Vehicle,21998,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2017 Land Rover Range Rover and Range Rover Sport vehicles. The instrument cluster (IC) may intermittently go blank.","A blank instrument cluster will not show important information like vehicle speed, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software, free of charge. The recall is expected to begin December 19, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N124." -10/26/2017,17V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V680000),Tremcar,Rear Impact Guards Insufficient Strength/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,223,"Tremcar is recalling certain 2008-2017 Hutchinson and Tremcar 406 B-train Pups, 2012-2017 Hutchinson and Tremcar 406 2 Axle Semi-Trailers, 2015-2017 Tremcar 406 3 Axle Semi-Trailers, and 2013 Tremcar 406 Quad Wagon vehicles. The rear impact guards on these vehicles were manufactured with aluminum alloy of insufficient strength. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 223, ""Rear Impact Guards.""","These rear impact guards may not adequately reduce the possibility of a car traveling under the trailer in the event of a crash, increasing the risk of injury to the car driver.","Tremcar has notified owners, and dealers will replace the rear impact guards, free of charge. The recall began on October 31, 2017. Owners may contact Tremcar customer service at 1-800-363-2158." -10/26/2017,17V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V677000),"Forest River, Inc.",Slide Room Arm May Contact the Tire,EQUIPMENT,10-0588,Vehicle,77,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Rockwood and Flagstaff travel trailers. The slide room arm may contact and damage the passenger side rear tire.","The damaged tire may leak air, resulting in a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a lift kit to elevate the chassis and replace any tire that has evidence of damage, free of charge. The recall began on November 30, 2017. Owners may contact Forest River customer service at 1-574-642-5164. Forest River's number 10-0588." -10/26/2017,17V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V681000),Honda (American Honda Motor Co.),Water may Enter Fuel Tank,"FUEL SYSTEM, GASOLINE",KH7,Vehicle,2443,Honda (American Honda Motor Co.) is recalling certain 2017 Honda CBR1000RR and CBR1000RR SP motorcycles. There may be a gap between the fuel tank cap seal and the fuel filler neck which can allow water to enter the fuel tank.,"If water enters the gas tank, the engine may stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the fuel tank cap. If water has gotten into the fuel tank, the affected components will be replaced. These repairs will be performed free of charge. The recall began on December 22, 2017. Owners may contact 1-866-784-1870. Honda's number for this recall is KH7." -10/25/2017,17V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V675000),"Volkswagen Group of America, Inc.",Aluminum Trim for Speakers can Come Loose,STRUCTURE,70G6,Vehicle,31323,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017-2018 Audi A4 Sedan and A4 allroad, and 2018 A5 Sportback vehicles. The aluminum trim on the front and rear doors can come loose from around the door speakers, leaving sharp edges exposed.",The sharp edges of the speaker trim increase the risk of injury to vehicle occupants.,"Audi will notify owners, and dealers will replace the speaker cover aluminum trim, free of charge. The recall began March 13, 2018. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 70G6." -10/25/2017,17V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V676000),"BMW of North America, LLC",Blower Motor Wiring may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,702965,"BMW of North America, LLC (BMW) is recalling certain 2006-2011 323i, 325i, 325xi, 328i, 328xi, 330i, 330xi, 335i, 335xi and M3, 2007-2011 328i xDrive, 335i xDrive and 335is and 2009-2011 335d vehicles. The wiring and electrical connectors for the system that controls air flow for the heating and air conditioning system may overheat.","Wiring that overheats could cause the electrical connectors to melt, and increase the risk of a fire, even when the vehicle is unattended.","BMW will notify owners, and dealers will replace the wiring and electrical connectors, free of charge. Interim letters were mailed on November 27, 2017. Owners will receive a second notice when the remedy becomes available. Owners may contact BMW customer service at 1-800-525-7417." -10/25/2017,17V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V673000),Keystone RV Company,Stabilizer Jacks may Detach from Frame in Transit,EQUIPMENT,17-306,Vehicle,1890,"Keystone RV Company (Keystone) is recalling certain 2017-2018 Keystone Cougar western edition recreational trailers. The stabilizer jacks may not have been properly welded to the chassis frame, possibly resulting in the jacks detaching from the trailer during transit.","If the stabilizer jacks separate during transit, they could be a road hazard, increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect the mounting of the four stabilizer jacks and install appropriate fasteners, free of charge. The recall began on December 5, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-306." -10/24/2017,17E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E064000),Silverstone Associates LLC,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,620,"Silverstone Associates LLC (Silverstone) is recalling certain Ride Eazy Trimless helmets in sizes S, M, L, XL, and XXL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"Silverstone will notify owners and will provide a replacement half helmet, free of charge. The recall began on January 10, 2018. Owners may contact Silverstone customer service at 1-410-696-7180." -10/24/2017,17V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V670000),"Chrysler (FCA US, LLC)",Oil Pump Failure Causing Engine Stall,ENGINE AND ENGINE COOLING,T65,Vehicle,357,Chrysler (FCA US LLC) is recalling certain 2018 Jeep Cherokee and Compass vehicles equipped with 2.4L engines. The engines may have a cracked oil pump housing that can result in oil pump failure.,"If the oil pump fails, the engine will stall, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the oil pump, replacing it as necessary, free of charge. The recall began December 5, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T65." -10/24/2017,17V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V671000),Ford Motor Company,Transmission Shift Linkage may Disconnect,POWER TRAIN,17S36,Vehicle,11783,"Ford Motor Company (Ford) is recalling certain 2017 F-150 vehicles equipped with ten-speed transmissions. The pin that attaches the transmission shift linkage to the transmission may come out, preventing the transmission from responding to movement of the shift lever.","The disconnected linkage may cause the vehicle to not move forward or backward as selected by the driver with the shift lever. Additionally, despite selecting 'Park', if the parking brake is not applied, the vehicle may roll. Either scenario increases the risk of a crash.","Ford will notify owners, and dealers will replace the roll pin with an updated part, free of charge. The recall is expected to begin December 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S36." -10/23/2017,17V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V672000),Ford Motor Company,Cylinder Heads Incorrectly Machined,ENGINE,17S37,Vehicle,22,Ford Motor Company (Ford) is recalling certain 2018 F-150 vehicles equipped with 3.5L engines. The cylinder heads may have been machined without lubrication supply holes for the camshaft bearing journals.,"Without a proper supply of lubrication, the engine will fail, causing a stall and increasing the risk of a crash.","Ford is not aware of any affected vehicles outside of dealer control. Should owner contact subsequently be required, arrangements will be made to transport their vehicle to a Ford or Lincoln dealer to have the engine replaced.The recall began October 24, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S37." -10/23/2017,17V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V669000),Ford Motor Company,Unintended Vehicle Movement,POWER TRAIN,17S35,Vehicle,12429,"Ford Motor Company (Ford) is recalling certain 2018 F-150 vehicles equipped with a 3.3L engine, a 6-speed transmission and a column mounted shift lever. Quickly moving the shift lever from Park to Drive may cause a loss of gear indication on the instrument cluster display and a momentary selection of an unintended gear, such as Reverse or Neutral before the vehicle achieves Drive function.","Unidentified or unintended gear selection may cause the vehicle to move in a way that was not intended by the driver, increasing the risk of crash or injury.","Ford will notify owners, and dealers will reprogram the powertrain control module, free of charge. Owners may contact Ford Customer Service at 1-866-436-7332. Ford's number for this recall is 17S35." -10/23/2017,17V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V668000),Ford Motor Company,Water may Enter the Trailer Tow Module,ELECTRICAL SYSTEM,17S34,Vehicle,65206,"Ford Motor Company (Ford) is recalling certain 2015-2017 Ford Transit vehicles, equipped with a trailer tow module. Water can enter the tow modules and corrode the wiring causing issues such as rapidly flashing turn signals, loss of instrument panel display, an electrical short and possibly the deployment of seatbelt pretensioner.","An electrical short can increase the risk of a fire. Turn signal, instrument cluster or seatbelt pretensioner problems can increase the risk of a crash.","Ford will notify owners, and dealers will add a drainage hole in the driver's door stepwell and incorporate a fuse into the vehicle's wiring harness, free of charge. The recall began on February 9, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S34." -10/20/2017,17V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V667000),Keystone RV Company,Cover Inside of Stove Top may Burn,EQUIPMENT,17-303,Vehicle,1697,"Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Cruiser and 2017-2018 Crossroads Sunset, Volante, and Zinger recreational vehicles, equipped with Flame King cook tops designed for outdoor use. The cook tops have a corrugated fiber board that can burn due to a breeze or an inverted flame.","If the flame of the cook top becomes inverted or is redirected due to a breeze, the corrugated fiber board may burn, increasing the risk of a fire.","Keystone will notify owners, and dealers will inspect the corrugated fiber board protector and burner for damage. If no damage exists, the fiber board regulator will be replaced. If damage is found on the fiber board, the cook top will be replaced, free of charge. The recall began on November 13, 2017. Owners may contact Keystone customer service at 1-855-226-7496. Keystone's number for this recall is 17-303." -10/20/2017,17E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E062000),Walter Kidde Portable Equipment Inc.,Fire Extinguisher May Be Clogged or Inoperable,EQUIPMENT,NR (Not Reported),Equipment,2500000,"Walter Kidde Portable Equipment Inc. (Kidde) is recalling 134 models of Plastic-Handle Fire Extinguishers and eight models of Push Button Pindicator Fire Extinguishers. These extinguishers may become clogged, preventing the extinguisher from discharging as expected or excessive force may be needed to activate the extinguisher. Additionally, in certain models, the nozzle may detach from the valve assembly with enough force that it could cause injury and also render the product inoperable. For a full list of the affected models visit: https://static.nhtsa.gov/odi/rcl/2017/RMISC-17E062-5427.pdf","If the fire extinguisher does not function properly, it can increase the risk of injury in the event of a fire.","Kidde will notify the affected vehicle manufacturers that equipped new vehicles with the extinguishers, and those manufacturers will conduct recalls to notify owners of the issue. Kidde will notify the purchasers of any replacement or aftermarket fire extinguishers. Owners will be instructed to contact Kidde for a replacement fire extinguisher, free of charge. The recall began on November 2, 2017. Owners may contact Kidde customer service toll-free at 1-855-262-3540, or online at www.kidde.com and click on ""Product Safety Recall"" for more information." -10/20/2017,17E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E063000),Aperia Technologies,Tire Inflator Adapter Plate Cracking,EQUIPMENT,NR (Not Reported),Equipment,14057,"Aperia Technologies (Aperia) is recalling certain Halo Tire Inflators, model number 20-00002032. The brackets used with the adapter plates may crack and fail allowing the adapter plate to separate from the wheel, resulting in rapid deflation of the tire.","Rapid air loss in a tire can affect vehicle handling, increasing the risk of a crash.","Aperia will notify owners, and dealers will replace the affected parts, free of charge. The recall began on November 19, 2017. Owners may contact Aperia customer service at 1-415-494-9624." -10/19/2017,17V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V664000),"General Motors, LLC",Front Fuel Tank May Overfill and Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",17399,Vehicle,35292,General Motors LLC (GM) is recalling certain 2011-2015 Chevrolet Silverado 3500 and GMC Sierra 3500 trucks equipped with dual fuel tanks. The low fuel level sensor for the front tank may stick causing the rear tank to overfill the front tank.,"If the front tank overfills, the excess pressure may cause the front tank to expand and contact the driveshaft, possibly resulting in a hole in the tank. The hole will leak fuel, which in the presence of an ignition source, can increase the risk of a fire.","GM has notified owners, and dealers will replace the rear tank fuel pump or update the fuel-level sensor software, as well as inspect the front tank, replacing it as necessary, free of charge. The recall began December 11, 2017. Owners may contact GM customer service for Chevrolet 1-800-222-1020 or for GMC customer service at 1-800-462-8782. GM's number for this recall is 17399." -10/19/2017,17V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V666000),"Van-Con, Inc.",Incorrect Seat Belt Buckle Position/FMVSS 222,SEAT BELTS,NR (Not Reported),Vehicle,266,"Van-Con, Inc. (Van-Con) is recalling certain 2011-2017 Dual Rear-Wheel school buses, model 33803, built on Chevrolet 3500 chassis. The seat belt buckle latch plate assembly, when buckled, may rest across the seated passenger's lap instead of being located to the side of the passenger. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""",The incorrectly positioned seat belt assembly may increase the risk of occupant injury in the event of a crash.,"Van-Con will notify owners and will replace the buckle end of the seat belt with a shorter length buckle end, free of charge. The recall began on December 19, 2017. Owners may contact Van-Con customer service at 1-732-356-8484." -10/19/2017,17V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V665000),"Daimler Trucks North America, LLC",Propane Line Contact with Transmission Yoke,"FUEL SYSTEM, OTHER",FL-752,Vehicle,916,"Daimler Trucks North America LLC (DTNA) is recalling certain 2012-2018 Thomas Built Bus Saf-T-Liner C2 school buses. The affected vehicles are propane-powered and have propane fuel lines that may contact the transmission yoke, possibly causing a propane leak.",A propane leak in the presence of an ignition source can increase the risk of a fire.,"DTNA will notify owners, and dealers will inspect the propane line routing, correcting it as necessary, free of charge. DTNA issued owners an interim notification on December 14, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-752." -10/19/2017,17E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E061000),"Accessible Technologies, Inc.",Supercharger Bracket may Damage ABS Line,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,99,"Accessible Technologies, Inc. (ATI) is recalling certain ProCharger Superchargers, model numbers AB037A-100, AB037A-100P, and A037A-100B, sold for installation on 2012-2017 Jeep Grand Cherokee SRT8 and SRT vehicles. The supercharger mounting bracket may contact and damage the ABS line, possibly resulting in a brake fluid leak.","A brake fluid leak may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","ATI will notify owners and will replace the supercharger brackets, free of charge. The recall began on December 12, 2017. Owners may contact ATI customer service at 1-913-338-2886." -10/18/2017,17V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V662000),"Volkswagen Group of America, Inc.",Back-Up Lights may not be Bright Enough/FMVSS 108,EXTERIOR LIGHTING,94J9,Vehicle,5509,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2018 Volkswagen Tiguan long wheel base (LWB) vehicles. The back-up lights in the taillight assemblies may not be bright enough. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the back-up lights are not bright enough, other drivers may not see the vehicle reversing, or the driver may back into an obstacle, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the affected inner taillight assemblies, free of charge. The recall began December 15, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 94J9." -10/18/2017,17V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V660000),"Navistar, Inc.",Brake Hose may Contact Tire,"SERVICE BRAKES, AIR",17510,Vehicle,778,"Navistar, Inc. (Navistar) is recalling certain 2015-2018 IC Bus RE school buses. The drop hose fittings for the air brakes may not be oriented correctly, and, as a result, the brake hoses may contact the tire when the wheels are turned to the limit.","Contact with the tires may damage the service brake air hose, causing the brakes to become inoperative or lengthening the distance needed to stop the bus, increasing the risk of a crash.","Navistar will notify owners, and dealers will reposition the drop hose fittings and replace any damaged drop hose or wheel speed sensor harness, free of charge. The recall began on November 21, 2017. Owners may contact Navistar customer service at 1-331-332-4331. Navistar's number for this recall is 17510." -10/18/2017,17V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V661000),"Navistar, Inc.",Brake Hose may Contact Tire,"SERVICE BRAKES, AIR",17511,Vehicle,105,"Navistar, Inc. (Navistar) is recalling certain 2015-2018 IC Bus RE commercial buses. The drop hose fittings for the air brakes may not be oriented correctly, and, as a result, the brake hoses may contact the tire when the wheels are turned to the limit.","Contact with the tires may damage the service brake air hose, causing the brakes to become inoperative or lengthening the distance needed to stop the bus, increasing the risk of a crash.","Navistar will notify owners, and dealers will reposition the drop hose fittings and replace any damaged drop hose or wheel speed sensor harness, free of charge. The recall began on November 21, 2017. Owners may contact Navistar customer service at 1-331-332-4331. Navistar's number for this recall is 17511." -10/18/2017,17V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V658000),Toyota Motor Engineering & Manufacturing,Improperly Bolted Hybrid Capacitor may cause Stall,HYBRID PROPULSION SYSTEM,H0U,Vehicle,6,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016 Prius vehicles. A capacitor within the hybrid system may not have been properly bolted to the inverter housing.,"If the capacitor was not properly secured, vibrations from driving the vehicle may damage the capacitor, shutting down the hybrid system, causing a loss of motive power and increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the inverter, free of charge. The recall is expected to begin by early December 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0U." -10/18/2017,17V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V663000),"Nissan North America, Inc.",Insufficient Seat Frame Weld/FMVSS 207/210,SEAT BELTS,NR (Not Reported),Vehicle,4883,"Nissan North America, Inc. (Nissan) is recalling certain 2016-2017 Nissan Rogue vehicles. The recliner joints on the lower seat frame for the rear seats may have improper welds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""",The insufficient welds can increase the risk of injury to the occupants in the event of a crash.,"Nissan will notify owners, and dealers will inspect the seat frames and replace any defective lower seat frames, free of charge. The recall began December 6, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -10/18/2017,17V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V659000),"Navistar, Inc.",Seat Belt Mount Rod May Fracture/FMVSS 210,SEAT BELTS,17512,Vehicle,47,"Navistar, Inc. (Navistar) is recalling certain 2017 IC Bus CE and 2016-2017 IC Bus RE school buses, equipped with certain IMMI school bus seat assemblies equipped with 3-point lap and shoulder belts. Under load, the seat belt buckle mount rod can fracture. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the buckle mount rod fractures, the seat occupant may not be restrained, increasing their risk of injury.","Navistar will notify owners, and dealers will replace the 3-point seat belt rods, free of charge. The recall began on December 14, 2017. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 17512." -10/18/2017,17V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V657000),Toyota Motor Engineering & Manufacturing,Shift Lever Assembly may Allow Rollaway,POWER TRAIN,H0V,Vehicle,310475,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2005-2007 and 2009-2010 Toyota Sienna vehicles. In the affected vehicles, due to a problem within the shift lock assembly, the shift lever may be moved out of the 'Park' position without depressing the brake pedal.","If the shift lever can be moved from the ""Park"" position without depressing the brake pedal and the parking brake is not applied, the vehicle may roll, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the shift lock solenoid and reapply the grease, free of charge. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0V. Vehicles that were previously recalled under campaign 13V-429 are not affected by this recall." -10/17/2017,17V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V655000),"Mercedes-Benz USA, LLC",Excess Insulation Impairing Air Bag Deployment,AIR BAGS,2018020002,Vehicle,3620,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 GLE300d 4Matic, GLE400 4Matic, GLE350 4Matic, GLE63 AMG, GLE63 AMG Coupe, GLE63S AMG and GLE63S AMG Coupe, and 2017 GLS450 4Matic, GLE550 4Matic, and GLE63 AMG 4Matic vehicles. These vehicles may have excess bulkhead insulation extending into the lower windshield area, possibly affecting the windshield bonding and the full protective function of the passenger's frontal air bag in the event of a crash.","If the passenger's frontal air bag does not function as designed in the event of a crash, the front seat passenger has an increased risk of injury.","MBUSA will notify owners, and dealers will remove any excess bulkhead insulation and rework the windshield bonding, as necessary, free of charge. Interim owner letters will be mailed in December 2017. Owners will receive a second notice when the remedy is available in late January 2018. MBUSA's number for this recall is 2018020002. Owners may contact MBUSA customer service at 1-877-496-3691." -10/16/2017,17V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V656000),"Smeal Holding, LLC",Cracks in Frame Causing Instability,STRUCTURE,17024,Vehicle,74,"Smeal Holding, Inc. (Smeal) is recalling certain 2010-2017 Aerial Fire Apparatus vehicles. The torque frame may crack at the notched area.","A cracked frame may cause the aerial device to be unstable, increasing the risk of injury.","Smeal will notify owners, and dealers will repair the cracks and add a reinforcement, free of charge. The recall began on December 8, 2017. Owners may contact Smeal customer service at 1-800-543-5008. Smeal's number for this recall is 17024." -10/16/2017,17V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V652000),Ford Motor Company,Doors may Open while Driving,LATCHES/LOCKS/LINKAGES,17S33,Vehicle,1101107,"Ford Motor Company (Ford) is recalling certain 2015-2017 Ford F-150, and 2017 F-250, F-350, F-450, and F-550 Super Duty trucks. The doors on these vehicles may have a bent or kinked actuation cable or the door latches may freeze after water gets into the latch. Either condition can result in the doors opening while driving although they appear to be closed.",A door that opens while driving can increase the risk of injury.,"Ford will notify owners, and dealers will inspect the door latch actuation cables and repair if necessary, and install water shields over the door latches, free of charge. The recall began October 12, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S33." -10/16/2017,17V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V651000),"Daimler Vans USA, LLC",Front Axle Wheel Bearing Not Seated Correctly,SUSPENSION,NR (Not Reported),Vehicle,109,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2017 Mercedes-Benz Metris Vans. The front axle wheel bearings may not have been correctly seated possibly resulting in a front wheel detaching.",The loss of a front wheel would increase the risk of a crash.,"DVUSA will notify owners, and dealers will inspect the front axle wheel bearing retaining rings, correcting their position as necessary, free of charge. The recall began on December 15, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -10/16/2017,17V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V650000),"Daimler Vans USA, LLC",Incorrect Load Capacity on Label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes-Benz Sprinter 2500 and 3500 vehicles. The label on the B-pillar may state a higher maximum vehicle load capacity than the vehicle is designed for. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the load capacity information is incorrect on the label, the vehicle may be overloaded, increasing the risk of a crash.","DVUSA will notify owners, and dealers will check the label and replace it if necessary, free of charge. The recall began on December 15, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -10/16/2017,17V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V653000),"Mercedes-Benz USA, LLC",Incorrectly Adjusted Low Beam Headlight/FMVSS 108,EXTERIOR LIGHTING,2017100009,Vehicle,8,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2018 GLA250 4Matic vehicles. The low beam headlight settings on these vehicles may deviate from the required specification, reducing the range of light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Reduced headlight range can affect visibility and increase the risk of a crash.,"MBUSA owns the affected vehicles. Dealers will inspect the headlight adjustment, correcting it as necessary, free of charge. The recall began on October 27, 2017. Owners may contact MBUSA customer service at 1-877-496-3691. MBUSA's number for this recall is 2017100009." -10/16/2017,17V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V654000),"Mercedes-Benz USA, LLC",Rear Axle Mounting Flange may Fracture,POWER TRAIN,2017110002,Vehicle,2098,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2015-2016 C63 AMG, 2015-2017 C63S and 2017 C63S AMG Coupe and C63 AMG Cabrio vehicles. The rear axle differential mounting flange may fracture from repeated aggressive launches.","A fractured rear axle mounting flange can cause the rear differential to become misaligned, possibly resulting in failure of the driveshaft and a loss of propulsion, increasing the risk of a crash.","MBUSA will notify owners, and dealers will update the vehicle's stability system software and chassis control unit software, free of charge. The recall began on November 20, 2017. MBUSA's number for this recall is 2017110002. Owners may contact MBUSA customer service at 1-877-496-3691." -10/16/2017,17E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E060000),Nitrous Supply,Solenoid Valve Sleeve End-Stop May Break,"FUEL SYSTEM, OTHER",n/a,Equipment,60,"Nitrous Supply is recalling certain Prostar Solenoid valves. The affected valves have end-stops on the sleeves that may break when under pressure, either during installation or during use.","If the end stop on the sleeves breaks, the end-stop may come off under pressure, increasing the risk of injury to those nearby or possibly damaging other nearby components.","Nitrous Supply notified all owners, and the manufacturer of the nitrous kits replaced the defective sleeves, free of charge. All recall repairs have been made. Owners may contact Nitrous Supply customer service at 1-714-373-1986." -10/13/2017,17V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V648000),LCB Manufacturing,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",001PB,Vehicle,4,"LBC Manufacturing (LCB) is recalling certain 2017-2018 Pitbull roll-off trailers, model numbers PB47 and PB40, manufactured with MPA/MTA suspensions equipped with Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","LCB has notified owners, and dealers will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began October 17, 2017. Owners may contact LCB customer service at 1-734-442-6202. LCB's number for this recall is 001PB." -10/13/2017,17V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V649000),"Eldorado Mobility, Inc.",Loose Crimp Fasteners may Allow Fuel Line to Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6145,"Eldorado Mobility Inc. (Eldorado Mobility) is recalling certain 2010-2017 Amerivan vehicles. The crimp fasteners that secure the fuel line connectors may not be fully crimped, allowing fuel to leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Eldorado Mobility will notify owners, and dealers will replace the fuel lines, free of charge. Owners may contact Eldorado Mobility customer service at 1-800-955-9086. Note: This recall supersedes recall 16V222. The recall began on December 5, 2017. Any vehicle previously repaired under that campaign, needs to be remedied again under this campaign." -10/12/2017,17V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V646000),West-Mark,Caliper Bolts Improperly Torqued/FMVSS 121,"SERVICE BRAKES, AIR",C17AB,Vehicle,1,"West-Mark is recalling one 2011 2TANCX3A tanker trailer manufactured with an MPA/MTA suspension equipped with Meritor EX225 brakes. The brake caliper bolts on this axle may not be properly torqued which can allow the calipers to detach from the mounting flange. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake System.""","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","West-Mark will notify the owner, and a dealer will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began on October 26, 2017. Owners may contact West-Mark customer service at 1-800-692-5844. West-Mark's number for this recall is C17AB." -10/12/2017,17V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V647000),Polaris Inc.,Engine Misfire may Melt Rear Brake Line,ENGINE AND ENGINE COOLING,V-17-02,Vehicle,26182,"Polaris Industries, Inc. (Polaris) is recalling certain 2010-2017 Victory Cross Country, Cross Country Tour, Cross Roads, Magnum, and Hard Ball motorcycles. If the engine misfires, continued riding may result in heat from the catalytic converter melting the rear brake line and nearby wiring.","A melted rear brake line can reduce braking performance, increasing the risk of a crash.","Polaris will notify owners, and dealers will re-route the brake line away from the exhaust catalyst, free of charge. The recall began on November 8, 2017. Owners may contact Polaris customer service at 1-877-737-7172. Polaris' number for this recall is V-17-02." -10/12/2017,17V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V644000),Triple E Recreational Vehicles,Fridge Power Supply is Incorrectly Wired,ELECTRICAL SYSTEM,CA #8764-1,Vehicle,56,"Triple E Recreational Vehicles (Triple E) is recalling 2016-2018 Wonder motorhomes, model W24MB. The fridge power supply is not correctly fused.","Without fused protection, in the event of an electrical overload, the power supply wire may overheat, increasing the risk of a fire.","Triple E will notify owners, and dealers will correctly connect the fridge wire to the 20 amp fuse block, free of charge. The recall began on November 1, 2017. Owners may contact Triple E RV customer service at 1-877-992-9906. Triple E RV�s number for this recall is CA #8764-1." -10/12/2017,17T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T018000),"Zhaoqing Junhong Co., Ltd.",Possible Tire Sidewall Separation/FMVSS 139,TIRES,NR (Not Reported),Tire,1916,"Zhaoqing Junhong Co., Ltd. (Zhaoqing) is recalling certain Antares Comfort A5 tires, size LT 225/75R16 118/116S 10 PR. These tires may experience sidewall separation while driving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""",A tire sidewall separation increases the risk of a crash.,"Zhaoqing will notify owners and dealers will replace the tires, free of charge. The recall began on December 5, 2017. Owners may contact Zhaoqing customer service at 1-855-444-5120 or by email at service@antaresrecall.com." -10/12/2017,17V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V639000),"Tesla, Inc.",Second Row Seat Backs may Move in a Crash,SEATS,SB-17-13-004,Vehicle,4582,"Tesla, Inc. (Tesla) is recalling certain 2016-2017 Model X vehicles. The left-side, second row, reclining seat backs may not fully latch due to having incorrectly adjusted recliner mechanism cables. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","If the seat back moves forward in the event of a crash, it can increase the risk of injury.","Tesla will notify owners, and Tesla service technicians will correct the cable adjustment for the left-side, fold-flat, second row, seat recliner mechanism, free of charge. The recall began on November 10, 2017. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-17-13-004." -10/12/2017,17V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V642000),"HME, Inc.",Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,12,"HME, Inc. (HME) is recalling certain 2015 Silverfox SFO fire emergency trucks equipped with certain Spicer D or E series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","HME will notify owners, and dealers will tighten the castellated nut and tie rod, replacing them as necessary, free of charge. The recall began on October 24, 2017. Owners may contact HME customer service at 1-616-534-1463." -10/12/2017,17V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V645000),"KZRV, L.P.",Tire may Contact Slide Room Support Arm,STRUCTURE,KZ-2017-07,Vehicle,19,"KZRV, L.P. (KZRV) is recalling certain 2017-2018 KZRV Sportsmen Sportster trailers. There is insufficient clearance between the slide out support arm and the vehicle tires. While the trailer is being towed, the axle travel can allow the tire to contact the support arm.","Tire contact with the slide support arm adjustment bolt may damage the tire, increasing the risk of a crash.","KZRV will notify owners and dealers will modify the slide room support arm to provide the proper clearance, free of charge. The recall began on November 17, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extensions 154 or 153. KZRV's number for this recall is KZ-2017-07." -10/12/2017,17V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V643000),Keystone RV Company,Toy Hauler Suspension may Fail,SUSPENSION,17-305,Vehicle,83,"Keystone RV Company (Keystone) is recalling certain 2018 Carbon, Fuzion, and Raptor triple axle toy haulers. These vehicles may have an incorrectly welded suspension equalizer that can result in the suspension's failure while traveling.","If the suspension fails, the trailer's handling would be affected, increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the equalizer with a different one, free of charge. The recall began on October 20, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-305." -10/11/2017,17V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V637000),"Nissan North America, Inc.",Front Coil Springs may Corrode,SUSPENSION,NR (Not Reported),Vehicle,1119,"Nissan North America, Inc. (Nissan) is recalling certain 2012 Versa Hatchback vehicles that were sold or ever registered in the District of Columbia, Connecticut, Delaware, Iowa, Illinois, Indiana, Kentucky, Massachusetts, Maine, Maryland, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia and Wisconsin. Road salt may corrode the front coil springs, possibly resulting in the coil springs fracturing.","If a front coil spring fractures, it may contact the tire, possibly puncturing it, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace both front coil springs, free of charge. The recall began December 6, 2017. Owners may contact Nissan customer service at 1-800-647-7261. This campaign expands recall 15V573." -10/11/2017,17V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V641000),"Caterpillar, Inc.",Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,4,"Caterpillar Inc. (Caterpillar) is recalling all 2016 Navistar CT660S trucks equipped with certain Spicer D or E series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Caterpillar will notify owners, and dealers will tighten the castellated nut and tie rod, replacing them as necessary, free of charge. The recall began on December 08, 2017. Owners may contact Caterpillar customer service at 1-800-447-4986." -10/10/2017,17V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V640000),"Chrysler (FCA US, LLC)",Active Headrests may not Deploy in a Crash,AIR BAGS,T56,Vehicle,363930,Chrysler (FCA US LLC) is recalling certain 2012 Jeep Liberty and 2012-2013 Chrysler 200 and Dodge Avenger vehicles. A component within the occupant restraint controller (ORC) may fail and prevent the active headrests from deploying in the event of a rear-end crash.,"If the active headrests do not deploy in certain rear-end crashes, the front seat occupants have an increased risk of injury.","Chrysler will notify owners, and dealers will replace the ORC as necessary, free of charge. The recall began on December 4, 2017. Owners may contact FCA customer service at 1-800-853-1403. FCA's number for this recall is T56." -10/09/2017,17V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V633000),Wabash National Corporation,Caliper Bolts Improperly Torqued/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,314,"Wabash National Corporation (Wabash) is recalling certain 2018 Van trailers manufactured with MPA/MTA suspensions equipped with Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Wabash will notify owners, and dealers will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began on November 14, 2017. Owners may contact Wabash customer service at 1-765-771-5300." -10/09/2017,17V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V631000),E-One Incorporated,Improperly Tightened Steering Assist Cylinder,STEERING,NR (Not Reported),Vehicle,356,"E-One Incorporated (E-One) is recalling certain 2016-2017 Quest, Cyclone II, and Typhoon emergency vehicles. The power steering assist cylinder may not have been properly tightened to the steering arm.","If the steering assist cylinder detaches there would be a loss of power steering assist, increasing the risk of a crash.","E-One will notify owners, and dealers will inspect and retighten the steering assist cylinder mounting bolts, free of charge. The recall began on November 27, 2017. Owners may contact E-One customer service at 1-352-861-3612." -10/09/2017,17V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V634000),Thor Motor Coach,Incorrect Water Capacity on Label/FMVSS 120,EQUIPMENT,RC000147,Vehicle,507,"Thor Motor Coach (TMC) is recalling certain 2017-2018 Challenger, Axis, Chateau, Four Winds, Hurricane, Miramar, Palazzo, Tuscany, Vegas, Venetian, and Windsport motorhomes. The cargo carrying capacity (CCC) label on these vehicles may indicate an incorrect water capacity for the water heater/fresh water tank. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Tires and Rims for Motor vehicles over 10,000lbs.""","If the water capacity information is incorrect and it causes the vehicle to be over loaded, there would be an increased risk of a crash.","TMC will notify owners and send them corrected labels, free of charge. The recall began on November 15, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000147." -10/09/2017,17T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T017000),Harbor Freight Tools,Tires may have Insufficient Strength/FMVSS 119,TIRES,NR (Not Reported),Tire,173557,"Harbor Freight Tools (Harbor Freight) is recalling certain Innova Ultra Runner utility trailer tires, sizes 5.3x12 and 4.80/4.00x12, and Far East utility trailer tires, size 4.80/4.00x8, purchased mounted on replacement trailer rims. These tires may not be strong enough to support the expected loads. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other than Passenger Cars.""","If the tires cannot meet the strength requirements, the tires may fail, increasing the risk of a crash.","Harbor Freight will notify owners, and stores will provide replacement tires mounted on rims, free of charge. The recall began on December 5, 2017. Owners may contact Harbor Freight customer service at 1-800-444-3353." -10/09/2017,17V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V638000),Harbor Freight Tools,Tires may have Insufficient Strength/FMVSS 119,TIRES,NR (Not Reported),Vehicle,95237,"Harbor Freight Tools (Harbor Freight) is recalling certain 2014-2017 Haul Master Heavy Duty Folding Trailers, Utility Trailers, Super Duty Trailers, Tag-Along Trailers, and Folding Utility Trailers. The tires on these trailers may not be strong enough to support the expected loads. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other than Passenger Cars.""","If the tires cannot meet the strength requirements, the tires may fail, increasing the risk of a crash.","Harbor Freight will notify owners, and stores will provide replacement tires mounted on rims, free of charge. The recall began on December 5, 2017. Owners may contact Harbor Freight customer service at 1-800-444-3353." -10/09/2017,17V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V635000),"Forest River, Inc.",Wheels may Loosen and Separate,WHEELS,420-0537,Vehicle,742,"Forest River, Inc. (Forest River) is recalling certain 2018 Puma recreational trailers. When installing and tightening the wheels on the trailers, the wheel center caps may have interfered, preventing the wheels from being properly tightened.","If the wheels were not properly tightened, they may loosen and detach while the trailer is moving, increasing the risk of a crash.","Forest River will notify owners, and dealers will remove the plastic wheel center cap and install a different center cap, free of charge. The recall began on November 1, 2017. Owners may contact Forest River customer service at 1-574-642-0588. Forest River's number for this recall is 420-0537." -10/06/2017,17V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V632000),John Evans Manufacturing Co.,Diaphragm Degradation may Cause Brakes to Engage,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,John Evans Manufacturing Co. (John Evans) is recalling certain 2017-2018 Flatbed trailers. The air brake diaphragm on these vehicles may degrade and allow the brake system air to leak from the quick release valve causing the emergency brakes to engage.,"Partial or full application of the emergency brakes can cause the wheel-end to overheat or a drag slowing or stopping the vehicle, increasing the risk of a crash.","John Evans will notify owners, and service centers will install heavy duty diaphragms in the quick release valves, free of charge. The recall began on November 20, 2017. Owners may contact John Evans customer service at 1-704-436-2590." -10/06/2017,17V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V623000),"Forest River, Inc.",Headlights may Shut Off While Driving,EXTERIOR LIGHTING,40-0241,Vehicle,276,"Forest River, Inc. (Forest River) is recalling certain 2014-2017 Berkshire XL and XLT buses. The headlights may shut off while switching from low beam to high beam settings, reducing visibility for the operator and other vehicles.","If the headlights shut off while driving, decreasing or causing a full loss of visibility, there would be an increased risk of a crash.","Forest River will notify owners, and dealers will install a supplemental wiring harness that will stop the headlights from shutting off unexpectedly, free of charge. The recall began on October 31, 2017. Owners may contact Forest River customer service at 1-574-295-2117. Forest River's number for this recall is 40-0241." -10/06/2017,17V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V627000),"Mercedes-Benz USA, LLC",Inadvertent Driver Air Bag Deployment,AIR BAGS,2017110011,Vehicle,495290,"Mercedes-Benz USA, LLC. (MBUSA) is recalling these vehicles: 2014-2018 CLA250, CLA250 4Matic, CLA45 AMG 4Matic, 2015-2018 GLA250, GLA250 4Matic, GLA45 AMG 4Matic, C300 4Matic, C63S AMG, 2012-2014 C250, C350, C300 4Matic, E550 4Matic, 2013-2014 C63 AMG, 2012-2015 C250 Coupe, C350 Coupe, C63 AMG Coupe, 2013-2015 C350 4Matic Coupe, GLK250 4Matic BlueTec, GLK350, GLK350 4Matic, 2016-2017 C350e, C43 AMG, 2015 C400 4Matic, 2016-2018 C63 AMG, GLC300, GLC300 4Matic, 2017-2018 C300 Coupe, C300 4Matic Coupe, C43 AMG, C63 AMG Coupe, C63S AMG Coupe, C300 Cabriolet, C300 4Matic Cabriolet, C43 AMG Cabriolet, C63 AMG Cabriolet, C63S AMG Cabriolet, GLC300 4Matic Coupe, GLC43 AMG, GLC43 AMG Coupe, 2014 E350 Coupe, E350 4Matic Coupe, E350 Cabriolet, E400 Hybrid, 2015-2017 E400 Coupe, E400 4Matic Coupe, E400 Cabriolet, 2014-2017 E550 Coupe, E550 Cabriolet, B250e, 2014-2016 E250 BlueTec, E63 AMG 4Matic Wagon, 2012-2013 E350 BlueTec, 2012-2016 E350, E350 4Matic, 2015-2016 E400, E400 4Matic, 2012 E63 AMG, 2014-2015 E250 4Matic BlueTec, 2013-2016 E350 Wagon, 2017 GLC300d 4Matic, and 2018 GLC350e 4Matic. The driver's air bag may unexpectedly deploy due to insufficient grounding of the steering components if an electrostatic discharge occurs and the air bag clockspring is broken.","If the driver air bag inadvertently deploys, it can increase the risk of injury and a crash.","MBUSA will notify owners, and dealers will add sufficient grounding to the steering components, free of charge. The recall began in December 6, 2017. Owners may contact MBUSA customer service at 1-877-496-3691." -10/06/2017,17V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V629000),"Daimler Trucks North America, LLC",Loose Upper Pinch Bolt may cause Loss of Steering,STEERING,FL-748,Vehicle,138,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Freightliner Cascadia vehicles. The upper steering pinch bolt may not have been properly tightened, possibly causing a loss of mechanical connection between the steering wheel and front wheels.",A loss of steering control increases the risk of a crash.,"DTNA will notify owners, and dealers will verify that the upper steering shaft pinch bolt is properly tightened, free of charge. The recall began on October 26, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-748. Note: Owners are advised not to drive their vehicles until they have been checked." -10/06/2017,17V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V625000),"Subaru of America, Inc.",Subwoofer Wire may Overheat and Cause Fire,ELECTRICAL SYSTEM,WTQ-76,Vehicle,9178,"Subaru of America, Inc. (Subaru) is recalling certain 2015 WRX and WRX/STI vehicles, equipped with an optional factory-installed subwoofer in the trunk. Items in the trunk may cause the subwoofer wiring to contact the subwoofer metal frame, possibly resulting in an electrical short.","An electrical short may damage the subwoofer amplifier, and may result in the subwoofer overheating, increasing the risk of a fire.","Subaru will notify owners, and dealers will inspect the subwoofer wire, install a wire retainer clip, and, as necessary, replace the subwoofer, free of charge. The recall began October 31, 2017. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTQ-76." -10/06/2017,17V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V628000),"Daimler Trucks North America, LLC",Tie Rod may Loosen,STEERING,FL-751,Vehicle,41,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016 Western Star 4900 and Freightliner Cascadia vehicles, equipped with certain Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. DTNA issued an interim to owners on December 4, 2017. The recall began on March 7, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-751." -10/06/2017,17V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V626000),Keystone RV Company,Trailers built without Carbon Monoxide Detector,EQUIPMENT,17-302,Vehicle,270,Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Cruiser and Volante recreational trailers. These vehicles may have been manufactured with propane gas detectors instead of being manufactured with a combination propane gas/carbon monoxide detector.,"Without a carbon monoxide (CO) detector, occupants will not be alerted to high levels of carbon monoxide, increasing the risk injury or death.","Keystone has notified owners, and dealers will install a CO detector, free of charge. The recall began on October 16, 2017. Owners may contact Keystone customer service at 1-855-226-7496. Keystone's number for this recall is 17-302." -10/05/2017,17V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V622000),"Volkswagen Group of America, Inc.",Auxiliary Heater Electrical Connector may Melt,ELECTRICAL SYSTEM,80C5/80C6,Vehicle,216913,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2016 Audi A5 Coupe, A5 Cabriolet, A4 Sedan, A4 Allroad and Q5 vehicles. Contact corrosion within the electrical connector for the auxiliary heater may cause the heater wires to overheat or melt.",The melted wires can increase the risk of a fire.,"Audi will notify owners, and dealers will replace the auxiliary heater and, as necessary, update the software, free of charge. The Recall began November 27, 2017. Owners may contact Audi customer service at 1-800-893-5298. Volkswagen's numbers for this recall are 80C5 and 80C6." -10/05/2017,17V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V630000),Cheetah Chassis Corporation,Diaphragm Degradation may Cause Brakes to Engage,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,508,"Cheetah Chassis Corporation (Cheetah) is recalling certain 2017-2018 Bridgemaster, 2017 Extendable and 2017-2018 Maximizer, Tank, Gooseneck, and Heavy Duty trailer chassis. The air brake diaphragm on these vehicles may degrade and allow the brake system air to leak from the quick release valve causing the emergency brakes to engage.","Partial or full application of the emergency brakes can cause the wheel-end to overheat or a drag slowing or stopping the vehicle, increasing the risk of a crash.","Cheetah will notify owners, and service centers will install heavy duty diaphragms in the quick release valves, free of charge. The recall began on November 20, 2017. Owners may contact Cheetah customer service at 1-704-436-2590." -10/05/2017,17V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V621000),"General Motors, LLC",Improper Air Bag Inflation,AIR BAGS,17387,Vehicle,16,"General Motors LLC (GM) is recalling certain 2015-2016 GMC Canyon and Chevrolet Colorado, and 2016 Chevrolet Volt vehicles. The driver's frontal air bag may improperly inflate during second-stage deployment in the event of a high speed crash.",An improperly inflated air bag increases the risk of injury in a crash.,"GM will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began November 8, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 17387." -10/04/2017,17V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V618000),Prevost Car (US) Inc.,Fuel Tank may Separate from Vehicle,"FUEL SYSTEM, DIESEL",SR17-28,Vehicle,3163,"Prevost Cars, Inc. (Prevost) is recalling certain 2008-2018 H3-41, H3-45, H3-45 VIP, X3-45, X3-45 VIP, X3-45 VIP Entertainer, and XL2 motor coaches. The fuel tank cradle supports may have gaps at the points where the cradle connects to the coach frame, which can allow the attachment bolts to loosen and fail causing the fuel tank to fall from the vehicle.","If the fuel tank separates from the vehicle, it could be a road hazard and the vehicle would stall. Either scenario increases the risk of a crash.","Prevost will notify owners, and dealers will correct the fuel tank cradle mounting, free of charge. The recall began on December 4, 2017. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR17-28." -10/04/2017,17V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V619000),Toyota Motor Engineering & Manufacturing,Generator Within Hybrid Transaxle may Short,ELECTRICAL SYSTEM,HLE,Vehicle,18130,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2010 Lexus HS 250h Hybrid vehicles. A component within the hybrid transaxle assembly may short circuit and result in a reduction or a complete loss of available power for moving the vehicle.,A complete loss of motive power can increase the risk of a crash.,"Lexus will notify owners, and dealers will replace the hybrid vehicle transaxle assembly, free of charge. The recall began on December 1, 2017. Owners may contact 1-800-255-3987. Toyota's number for this recall is HLE." -10/04/2017,17V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V617000),Hyundai Motor America,Seat Belt Linkage Detaches from Pretensioner,SEAT BELTS,169,Vehicle,443545,Hyundai Motor America (Hyundai) is recalling certain 2011-2014 Sonata and 2011-2015 Sonata Hybrid vehicles previously repaired under recall campaign 17V-152. The seat belt linkages for both front seat belts may detach from the seat belt anchor pretensioners.,"If the seat belt linkage detaches from the seat belt anchorage, it can not properly restrain the occupant in the event of a crash, increasing the risk of injury.","Hyundai will notify owners, and dealers will again verify the connection between the seat belt linkage and the pretensioner and additionally install a warning label to prevent future seat belt linkage detachment, free of charge. The recall began November 6, 2017. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 169." -10/04/2017,17V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V624000),"Transportation Collaborative, Inc.",Seat Belt Mounting Studs have Inadequate Padding,SEATS,17e045,Vehicle,21,"Transportation Collaborative, Inc. (Transtech) is recalling certain 2015-2016 Trans Tech SST, ST Aero, and SST FLR school buses built on Chevrolet chassis and equipped with certain CE White-brand QS11 Series convertible school bus seats. These seats were manufactured with integral D-Ring mounting studs that may have inadequate padding between the occupant and the D-ring mounting stud.","In the event of a rear end collision, the seat occupant's head may contact the D-ring mounting stud, increasing the risk of injury.","Transtech will notify owners, and dealers will add the proper padding, free of charge. The recall began on November 15, 2017. Owners may contact Transtech customer service at 1-845-988-0419. Transtech's number for this recall is 17e045." -10/04/2017,17V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V620000),"Grand Design RV, LLC",Wiring for Air Conditioning may Detach and Short,ELECTRICAL SYSTEM,910010,Vehicle,3621,"Grand Design RV, LLC (Grand Design) is recalling certain 2017-2018 Imagine recreational trailers. The wires at the air conditioning unit may detach from the connector and the loose wires may short circuit.",A short circuit increases the risk of a fire.,"Grand Design has notified owners, and dealers will change the existing wire connectors for the air conditioning unit to positive retention wire connectors, free of charge. The recall began on October 23, 2017. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910010." -10/03/2017,17V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V616000),Braun Corporation,Air Bag may Deploy Improperly/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,308,"Braun Corporation (Braun) is recalling certain model year 2016 BraunAbility MXV wheelchair accessible conversion vehicles built on Ford Explorer chassis. If the driver or front passenger seat is moved to its most rearward position, the seat position sensor may be dislodged, preventing the air bag control unit from accurately calculating the frontal air bag deployment force needed in the event of a crash.","In the event of a crash, if the frontal air bag does not deploy with the proper force, the occupants have an increased risk of injury.","Braun will notify owners, and dealers will modify the seat base pedestals to provide the necessary clearance for the seat position sensor, free of charge. The recall began on November 20, 2017. Owners may contact Braun customer service at 1-800-488-0359." -10/03/2017,17V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V615000),Great Dane Trailers,Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,90,Great Dane Trailers (Great Dane) is recalling certain 2018 Everest trailers manufactured with MPA/MTA suspensions equipped with Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.,"If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Great Dane will notify owners, and dealers will inspect the caliper mounting bolts, replacing any loose or missing ones, free of charge. The recall began on December 1, 2017. Owners may contact Great Dane customer service at 1-877-369-3493." -10/03/2017,17E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E058000),UD Trucks Corporation,Improper Retention of Wrist Pin Bushing,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1,"UD Trucks Corporation (UD) is recalling one Hino Motors engine, model J08EUJ, sold as a replacement engine for a 2008 UD1800 HD truck. This engine has wrist pin bushings in the connecting rods that may shift and cause excessive cylinder wear.","Excessive wear of the cylinders can result in engine failure, increasing the risk of a crash.","UD will notify the owner, and a dealer will inspect the stampings on the connecting rods, replacing them as necessary, free of charge. The recall began on December 20, 2017. Owners may contact UD customer service at 1-336-291-5237." -10/03/2017,17E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E057000),"International Specialty Services, Inc",Transmission Jack Angle Adjustment Bolt may Loosen,EQUIPMENT,NR (Not Reported),Equipment,4800,"International Specialty Services, Inc (ISS) is recalling certain NAPA and Evercraft 800lb. low profile transmission jacks. These jacks include a saddle with a tilt angle adjustment bolt that may come loose and destabilize the saddle that is holding the transmission.","If the tilt angle adjustment bolt loosens, the transmission could tip over increasing the risk of injury to the mechanic.","ISS will notify owners, and dealers will replace the transmission jacks with ones that have a bolt with a castle nut and cotter pin, free of charge. The recall began on December 4, 2017. Owners may contact ISS customer service at 1-864-660-8307." -10/02/2017,17E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E055000),Indiana Mills and Manufacturing Inc.,Buckle Mount Rod May Fracture/FMVSS 210,SEAT BELTS,NR (Not Reported),Equipment,1185,"Indiana Mills and Manufacturing Inc. (IMMI) is recalling certain Generation IV School Bus seats, part number 911698. These seats, equipped with 3-point lap and shoulder belts, have a buckle mount rod that may fracture under load. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, the buckle mount rod may fracture preventing the occupant from being properly restrained, increasing the risk of injury.","IMMI will notify the school bus manufacturers that purchased the seats, and dealers for those companies will replace the buckle mount rods, free of charge. Owners may contact IMMI customer service at 1-317-896-9531." -10/02/2017,17V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V614000),"Trail King Industries, Inc.",Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"Trail King Industries, Inc. (Trail King) is recalling certain 2018 Fifth Wheel Live Bottom trailers, model OLB844NG-HH, manufactured with MPA/MTA suspensions equipped with Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Trail King has notified owners and will inspect the caliper bolts, replacing any loose or missing ones, free of charge. The recall began on October 13, 2017. Owners may contact Trail King customer service at 1-800-843-3324." -10/02/2017,17V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V612000),"Forest River, Inc.","Inaccurate Information on Label/FMVSS 120, 567",EQUIPMENT,34-0528,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain 2018 Forester motorhomes, model FRC3271SF. The Federal Placard may inaccurately state that the vehicle has single rear wheels and tires, when the vehicle is equipped with dual rear wheels and tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims-Other than Passenger Cars"" and fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The Federal Placards may cause the operator to not properly maintain the tires and/or wheels. Failure to maintain the tires may lead to improper handling, potentially increasing the risk of a crash.","Forest River will notify owners and will provide a corrected Placard, free of charge. The recall began on October 18, 2017. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 34-0528." -10/02/2017,17V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V613000),"Forest River, Inc.",Incorrect Federal Placards/FMVSS 110/Part 567,EQUIPMENT,24-0530,Vehicle,1,"Forest River, Inc. (Forest River) is recalling one 2018 Haulin' Cargo trailer. The labels on this vehicle may list incorrect tire pressure information. As such, the trailer fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and the trailer fails to comply with the requirements of 49 CFR Part 567, ""Certification.""","The wrong tire pressure information may cause the tire to be underinflated, affecting vehicle handling, and increasing the risk of a crash.","Forest River will notify the owner, and a dealer will replace the affected labels, free of charge. The recall began on October 18, 2017. Owners may contact Forest River customer service at 1-574-848-1335. Forest River's number for this recall is 24-0530." -10/02/2017,17E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E056000),Hale Products Inc,Relief Valve Retaining Ring Corrosion,EQUIPMENT,SB-149,Equipment,2431,"Hale Products Inc. (Hale) is recalling certain retaining rings, part number 077-0750-21-0, that secure the pressure relief valve in the water pumps used for fire fighting. These rings may corrode over time after exposure to water, causing the ring to fail and the pressure relief valve to open, reducing the available water pressure.","A reduction in water pressure may hinder fire fighting efforts, increasing the risk of injury.","Hale will notify the affected purchasers, and dealers will install a remedy kit, free of charge. The recall began on November 20, 2017. Owners may contact Hale customer service at 1-800-533-3569. Hale's number for this recall is SB-149." -10/02/2017,17V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V611000),"Forest River, Inc.",Trailer Frames Missing Reinforcements,STRUCTURE,220-0529,Vehicle,594,"Forest River, Inc. (Forest River) is recalling certain 2013-2014 Coachmen Freedom Express recreational trailers. The frames on these vehicles may not have had reinforcement stiffeners welded onto the exterior I-Beam in the axle area, allowing the axles to be misaligned.","Misaligned axles can affect vehicle handling, increasing the risk of a crash.","Forest River will notify owners, and the frame manufacturer will inspect the trailer for frame reinforcements, installing them as necessary and secure the axle mountings, free of charge. The recall began on October 24, 2017. Owners may contact Forest River customer service at 1-574-825-8205, or Lippert Components customer service at 1-574-537-8900. Forest River's number for this recall is 220-0529." -09/29/2017,17T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T016000),"Max-Trac Tire Co., Inc.",Bulge in Tread Causing Separation/FMVSS 119,TIRES,169,Tire,245,"Max-Trac Tire Co., Inc. (Max-Trac) is recalling certain Avon Viper Stryke tires, sizes 120/70R14, 120/70R15, 160/60R14, and 160/60R15, manufactured from January 4, 2015 through April 8, 2017. A bulge may develop in the tread or the tread may separate from the tire. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other than Passenger Cars.""","A bulge in the tread or a tread separation can cause a loss of vehicle control, increasing the risk of a crash.","Max-Trac will notify owners, and dealers will replace the tires, free of charge. The recall began on October 23, 2017. Owners may contact Avon Motorcycle Tyres North America at 1-800-642-7470 extension 3159. Max-Trac's number for this recall is 169." -09/29/2017,17V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V609000),"Mitsubishi Motors North America, Inc.",Engine may Stall or Overheat,ELECTRICAL SYSTEM,SR-17-005,Vehicle,132552,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2015-2017 Outlander, 2015-2016 Lancer and Outlander Sport, and 2015 Lancer Evolution vehicles. These vehicles may have defective relays that can result in an engine stall, reduced engine power or the engine overheating.","If the engine stalls, there is an increased the risk of a crash.","MMNA will notify owners, and dealers will replace the affected relays, free of charge. The recall began October 24, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-005." -09/29/2017,17V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V610000),"Maserati North America, Inc.",Fuel Pump may Fail and cause Stall,"FUEL SYSTEM, GASOLINE",359,Vehicle,439,"Maserati North America, Inc. (Maserati) is recalling certain 2015-2017 Quattroporte GTS vehicles equipped with a V8 3.8 liter engine. A resistor in the low pressure fuel pump resistor may fail, causing a loss of engine power or a stall.",A stall can increase the risk of a crash.,"Maserati will notify owners, and dealers will replace the fuel pump resistor cable assembly, free of charge. Interim notices informing owners of the safety risk are expected to be mailed 11/28/2017. Owners will receive a second notice when the remedy is available. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 359." -09/29/2017,17V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V608000),Kia Motors America,Steering Gear May Separate,STEERING,SC155,Vehicle,342381,Kia Motors America (Kia) is recalling certain 2014-2016 Soul and Soul EV vehicles. The pinion plug may allow the pinion gear to separate from the steering gear assembly.,"If the pinion gear separates, steering will be lost, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect and secure the pinion plug or replace the steering gear assembly, as necessary, free of charge. The recall began November 16, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC155. Note: This recall supersedes campaigns 14V-332 and 15V-736. Vehicles previously remedied under those numbers are being recalled again under this campaign." -09/28/2017,17V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V606000),Silver Eagle Manufacturing Company,Caliper Bolts Improperly Torqued/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,"Silver Eagle Manufacturing Company (Silver Eagle) is recalling certain 2018 Vast20W converter dolly trailers, equipped with MPA/MTA suspensions and Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Silver Eagle has notified owners, and fleets will be reimbursed by Meritor to inspect the bolts, and replace any loose or missing ones. The recall began on October 10, 2017. Owners may contact Silver Eagle customer service at 1-800-547-6792 or the Meritor call center at 1-866-668-7221." -09/28/2017,17V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V605000),"BMW of North America, LLC",Front Passenger Seat Occupant Detection Mat Defect,AIR BAGS,NR (Not Reported),Vehicle,85302,"BMW of North America, LLC (BMW) is recalling certain 2006-2010 BMW X3 2.5i, X3 3.0i and X3 xDrive30i Sports Activity Vehicles. The front passenger seat occupant detection mat that determines if, and how, the passenger frontal air bag should deploy in a crash may fatigue and develop cracks which could lead to a system failure.","Should the system fail, in the event of a crash, the front passenger air bag would be deactivated, increasing the risk of personal injury.","BMW will notify owners, and dealers will replace the front passenger seat occupant detection mat, free of charge. Interim owner notification letters were mailed on November 27, 2017. A second notification letter will be sent when parts are available. Owners may contact BMW customer service at 1-800-525-7417." -09/28/2017,17V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V607000),"Hino Motors Sales U.S.A., Inc.",Improper Retention of Wrist Pin Bushing,ENGINE AND ENGINE COOLING,AA860,Vehicle,3224,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain 2011-2012 NE8J, NJ8J, and NV8J trucks. The engines have a wrist pin bushings in the connecting rods that may shift and cause excessive cylinder wear.","Excessive wear of the cylinders can result in engine failure, increasing the risk of a crash.","Hino will notify owners, and dealers will inspect and, as necessary, replace the connecting rods. Interim notices informing owners of the safety risk were mailed November 27, 2017. The recall began on March 19, 2018. Owners may contact Hino customer service at 1-248-699-9300. Hino's number for this recall is AA860." -09/27/2017,17V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V604000),"Entrans International, LLC",Caliper Bolts Improperly Torqued,"SERVICE BRAKES, AIR",C17AB,Vehicle,9,"Polar Tank Trailer, LLC. (Polar) is recalling certain 2018 SRJ7 trailers manufactured with Meritor MTA/MTP trailer suspensions. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange.","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Polar has notified the vehicle owners, instructing them to check the caliper bolts per the supplied bulletin, receiving reimbursement from Meritor. The recall began on October 4, 2017. Owners may contact Polar customer service at 1-320-746-2255 or Meritor at 1-866-668-7221. Polar's number for this recall is C17AB." -09/27/2017,17V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V603000),Wabash National Corporation,Counter Weight Tube May Detach,STRUCTURE,NR (Not Reported),Vehicle,73,Wabash National Corporation (Wabash) is recalling certain 2012-2013 converter dolly trailers. The affected trailers have fasteners connecting the counter weight tube to the body that may wear and/or loosen over time allowing the detachment of the counterweight tube from the converter dolly body while in motion.,Detachment of the counter weight while the dolly is in motion can increase the risk of a crash.,"Wabash will notify owners, and dealers will weld the counter weight permanently to the structure, free of charge. The recall began on October 12, 2017. Owners may contact Wabash customer service at 1-765-771-5404." -09/27/2017,17E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E054000),YSN Imports Inc.,Cover Inside of Stove Top may Burn,EQUIPMENT,NR (Not Reported),Equipment,1600,"YSN Imports Inc. (YSN) is recalling certain Flame King RV outdoor cooktop stoves, model number HT-600. These cooktops have a corrugated U-shaped cover inside the stove top that can burn if the flame inverts.","If the inside cover burns, it can increase the risk of a fire.","YSN will notify the vehicle manufacturers that equipped their RVs with the stove, and their dealers will provide replacement aluminum covers, free of charge. The recall began on September 28, 2017. Owners may contact YSN customer service at 1-310-715-1122." -09/27/2017,17E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E053000),Bearing Technologies Ltd,Wheel may not Mount Securely on Wheel Hub,SUSPENSION,NR (Not Reported),Equipment,4284,"Bearing Technologies Ltd (Bearing) is recalling certain Duralast Wheel Spindles, part number DL930676K, sold as a service part for the front wheel hub spindle of 2007-2010 Ford Edge vehicles. The affected wheel spindles have wheel mounting studs with an oversized shoulder that can prevent the wheel from being installed correctly.","If the wheel is installed incorrectly, the wheel may vibrate or wobble, increasing the risk of a crash.","Bearing will notify the distributors of the spindles. If the studs on a defective spindle are not loose, Bearing will replace the studs at no charge. If the studs on a defective spindle are loose, Bearing will replace the spindle assembly at no charge. Bearing will also pay shop labor for the remedy. The recall began on October 16, 2017. Owners may contact Bearing Technologies customer service at 1-800-597-3486 or visit www.recall17E053.com." -09/26/2017,17V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V601000),"Chrysler (FCA US, LLC)",Incorrect Federal Tire Placard/FMVSS 110,EQUIPMENT,T62,Vehicle,11288,"Chrysler (FCA US LLC) is recalling certain 2015-2017 RAM ProMaster City vehicles. These vehicles have incorrect information on the tire placard including incorrect vehicle capacity weight, total number of occupants, tire pressure and/or ""None"" designation for the spare tire size when a full size spare tire is present. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire placard can cause the operator to exceed the vehicle's weight capacity, or inflate the tires to an incorrect pressure, affecting vehicle handling, which can increase the risk of a crash.","Chrysler will notify owners, and dealers will replace the incorrect tire placard with a corrected one, free of charge. The recall began November 17, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T62." -09/26/2017,17V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V602000),"C & M Trailers, Inc.",Rear Lamps Mounted too High/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,58,"C & M Trailers Inc. (C&M) is recalling certain 2015-2016 cargo trailers that are over 80 inches wide. The affected trailers were built with side marker lamps mounted over 60 inches high. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Other motorists may not be able to identify the correct length of a trailer, increasing the risk of a crash.","C&M will notify owners, and dealers will correct the height of the markers, free of charge. The recall began on October 23, 2017. Owners may contact C&M's customer service at 1-972-875-4528." -09/26/2017,17V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V600000),"Trail King Industries, Inc.",Reduced Braking due to Incorrectly Installed Axles,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,143,"Trail King Industries, Inc. (Trail King) is recalling certain 2013-2018 Flatbed Trailers, model numbers TK20, TKT20, TK24, TKT24, and TK32. The axles on these vehicles may have been installed incorrectly, reducing the braking ability of the electric brakes.","The brakes may not be able to be applied to full strength, increasing the risk of a crash.","Trail King has notified owners, and dealers will inspect the orientation of the brakes, correcting them if necessary, free of charge. The recall began on October 4, 2017. Owners may contact Trail King customer service at 1-800-843-3324." -09/25/2017,17V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V599000),Ford Motor Company,"Insufficient Seat and Seat Belt Weld/FMVSS 210,207",SEAT BELTS,17C17,Vehicle,504,"Ford Motor Company (Ford) is recalling certain 2017 Ford F-150, F-250, F-350, F-450, and F-550 trucks with manually-adjusted front passenger seats. The seat belt anchor may not be adequately welded to the seat cushion frame. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages,"" and 207, ""Seating Systems.""","The seat belt buckle weld may fail, preventing the occupants from being properly restrained in the event of a crash, increasing the risk of injury.","Ford will notify owners, and dealers will replace the front passenger manual seat track, free of charge. The recall is expected to begin November 6, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C17." -09/25/2017,17V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V598000),Ford Motor Company,Rivets Missing from the Roof Braces,STRUCTURE,17S29,Vehicle,39,"Ford Motor Company (Ford) is recalling certain 2018 Ford F-150 Raptor Super Cab pick-up trucks not equipped with a moonroof. The structural roof braces may be missing rivets at the attachment of the roof rail, thereby reducing the structural integrity.","If the structural integrity is reduced, in the event of a rollover crash, there may be an increased risk of injury .","Ford will notify owners, and dealers will install the rivets for the roof brace attachments, free of charge. The recall began October 17, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S29." -09/25/2017,17V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V594000),Ford Motor Company,Tie Rod may Loosen,STEERING,17S30,Vehicle,77,"Ford Motor Company (Ford) is recalling certain 2015 F-650 and F-750 trucks, equipped with certain Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a loss of steering control at lower speeds and increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall is expected to begin November 20, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S30." -09/25/2017,17V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V597000),Keystone RV Company,Transfer Switch may Fail,EQUIPMENT,17-301,Vehicle,97,"Keystone RV Company (Keystone) is recalling certain 2008-2009 Raptor recreational vehicles, models 3110 and 3018, equipped with IOTA ITS-50R transfer switches. These transfer switches may fail when exposed to elevated electrical loads in higher ambient temperatures.","If the transfer switch fails, it can increase the risk of a fire.","Keystone will notify owners, and dealers will replace the transfer switch, free of charge. The recall began on November 1, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-301." -09/22/2017,17V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V592000),"Daimler Vans USA, LLC",Driveshaft Catch Strap Not Installed,POWER TRAIN,NR (Not Reported),Vehicle,109,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes-Benz Sprinter 2500/3500 vehicles. The affected vehicles were manufactured without a driveshaft catch strap, allowing a loose driveshaft to strike the fuel tank.","A loose driveshaft may strike and puncture the gas tank, resulting in a fuel leak, increasing the risk of a fire.","DVUSA will notify owners, and dealers will install the missing catch strap for the driveshaft, free of charge. Daimler issued an interim notification to owners on November 17, 2017. The recall began on December 21, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -09/22/2017,17V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V596000),"Forest River, Inc.",Inconsistent Adhesive On Panel Joints/FMVSS 221,STRUCTURE,05-0527,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain 2014 Starcraft Bus Prodigy School Buses. The affected buses were assembled with an inconsistent application of adhesive to the roof panels. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard FMVSS 221, ""School Bus Body Joint Strength.""","Without a consistent application of adhesive, the panels may separate in the event of a crash, increasing the risk of injury.","Forest River will notify owners, and dealers will inspect the joints for the proper amounts of adhesive, fixing them as necessary, free of charge. The recall began on November 9, 2017. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 05-0527." -09/22/2017,17V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V590000),"Jayco, Inc.",LP Line Damage may Result in Fire,EQUIPMENT,9903361,Vehicle,374,"Jayco, Inc. (Jayco) is recalling certain 2016-2017 Greyhawk motorhomes, model 29ME. Damage to the liquid propane (LP) line can occur by the line being melted by the vehicle's exhaust pipe, contacting the drive shaft, or being kinked at the p-clamp.",A damaged LP line can increase the risk of a fire.,"Jayco will notify owners, and dealers will inspect the LP lines, correcting them or replacing them as necessary, free of charge. The recall began on October 13, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903361." -09/22/2017,17V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V595000),"Daimler Vans USA, LLC",Loss of Electronic Power Steering Assist,STEERING,NR (Not Reported),Vehicle,3,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2015-2017 Mercedes-Benz Metris vans. These vehicles have electrical power steering control units with improperly welded contact pins.","The improperly welded pins may lose contact, deactivating the power steering assist and increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the electric power steering rack, free of charge. An interim notice is expected to be mailed on November 17, 2017. A second notice will be mailed to owners when parts become available. Owners may contact Daimler's customer service at 1-877-762-8267." -09/22/2017,17V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V591000),"BMW of North America, LLC",Reflex Reflectors may not be Visible/FMVSS 108,EQUIPMENT,NR (Not Reported),Vehicle,1478,"BMW of North America, LLC (BMW) is recalling certain 2014-2016 F800 GT and 2015-2016 F800 R motorcycles. The rear side reflex reflectors on these vehicles may not be properly visible in certain traffic conditions. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Obscured reflectors may reduce the visibility of the motorcycle, increasing the risk of a crash.","BMW will notify owners, and dealers will modify the license plate holder to reposition the rear side reflex reflectors, free of charge. The recall is expected to begin November 13, 2017. Owners may contact BMW customer service at 1-800-525-7417." -09/22/2017,17V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V593000),PACCAR Incorporated,Tie Rod may Loosen,STEERING,P817-C,Vehicle,17737,"PACCAR Incorporated (PACCAR) is recalling certain 2016 Peterbilt 220, 320, 325, 330, 337, 348, 365, 367, 382, 384, 386, 389, 389G, 567, 579 and 587 trucks and Kenworth K170, T170, T270, T370, T440, T470,T660, T680, T800, T880, and W900 trucks equipped with certain Spicer D or E series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on November 13, 2017. Owners may contact Peterbilt customer service at 1-940-591-4000 or Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is P817-C." -09/21/2017,17V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V588000),"Daimler Trucks North America, LLC",Battery Cable may Chafe and Short on Axle Yoke,ELECTRICAL SYSTEM,FL-746,Vehicle,32,Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2018 Western Star 4700 trucks. The battery cable may contact the all wheel drive axle yoke.,"Battery cable contact with the axle yoke may cause the cable to chafe and short, increasing the risk of a fire.","DTNA will notify owners, and dealers will inspect the battery cables, repairing them as needed, free of charge. The recall began on November 16, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-746." -09/21/2017,17V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V586000),Kia Motors America,Improperly Heat Treated Crankshaft May Cause Stall,ENGINE AND ENGINE COOLING,SC153,Vehicle,62,Kia Motors America (Kia) is recalling certain 2017 Sorento vehicles equipped with 3.3L engines. The engine crankshaft may have been improperly heat treated and may fail.,"If the crankshaft fails, the engine will stall, increasing the risk of a crash. A failed crankshaft also increases the risk of a fire.","Kia will notify owners, and dealers will inspect the crankshaft, and, as necessary, replace the engine sub assembly, free of charge. The recall began November 6, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC153." -09/21/2017,17V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V585000),"Forest River, Inc.",Seat Mounting Washers may Crack and Dislodge,SEATS,35-0497,Vehicle,707,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Glaval Bus Apollo, Commute, Concorde II, Entourage, Legacy, Primetime, Titan II, Titan II Low Floor, and Universal transit buses. The seats were mounted with washers that may crack and dislodge, resulting in the seats being not securely mounted.",If the seat is loose at the base there would be an increased risk of injury in the event of a sudden stop or crash.,"Forest River will notify owners, and dealers will replace the defective washers, free of charge. The recall began on November 9, 2017. Owners may contact Forest River customer service at 1-574-343-5167. Forest River's number for this recall is 35-0497." -09/21/2017,17V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V587000),"Daimler Trucks North America, LLC",Seats are Missing Reinforcement Bracket,SEATS,FL-747,Vehicle,53,Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner HDX and Saf-T-Liner C2 school buses. A reinforcement bracket may be missing from the seats that have 3-point seat belts.,"Without the reinforcement bracket, the seat may not be adequately secured, increasing the risk of injury in a crash.","DTNA will notify owners, and dealers will inspect the seats, installing any missing reinforcement brackets, free of charge. An interim notice was mailed to owners on November 7, 2017. The recall began on March 15, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-747." -09/21/2017,17V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V589000),"Daimler Trucks North America, LLC",Seats are Missing Reinforcement Bracket,SEATS,FL-747,Vehicle,28,Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner HDX and Saf-T-Liner C2 transit buses. A reinforcement bracket may be missing from the seats that have 3-point seat belts.,"Without the reinforcement bracket, the seat may not remain adequately secured, increasing the risk of injury in a crash.","DTNA will notify owners, and dealers will inspect the seats, installing any missing reinforcement brackets, as needed, free of charge. An interim notice was sent to owners on November 7, 2017. The recall began on March 14, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-747." -09/20/2017,17V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V584000),REV Recreation Group,Battery Tray Separation Leaking Battery Acid,ELECTRICAL SYSTEM,170914REV,Vehicle,934,"REV Recreation Group (REV) is recalling certain 2013-2015 Fleetwood Bounder and 2013-2016 Fleetwood Southwind recreational vehicles. The welds attaching the battery tray may be insufficient. As a result, the tray may separate from underneath the chassis.","An unsecured battery tray can cause a battery acid leak or an electrical short, increasing the risk of a fire or injury.","REV will notify owners, and dealers will inspect the battery tray, and install fasteners, if necessary, to secure the battery tray, free of charge. The recall began on November 17, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 170914REV." -09/20/2017,17V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V579000),"Navistar, Inc.",Brake Hose may Contact Tire and Leak,"SERVICE BRAKES, HYDRAULIC",17505,Vehicle,228,"Navistar, Inc. (Navistar) is recalling certain 2018-2019 IC Bus CE school buses. The hydraulic brake hose on the steer axle may be improperly routed and, as a result, the brake hose may contact the tire.","Contact with the tire may cause the hose to leak brake fluid, affecting braking performance and increasing the risk of a crash.","Navistar will notify owners, and dealers will correctly route the drop hose, replacing the drop hose if damage is found, free of charge. The recall began on October 11, 2017. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 17505." -09/20/2017,17V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V578000),Hyundai Motor America,Engine Bearing Wear may cause Engine Stall,ENGINE AND ENGINE COOLING,168,Vehicle,420,"Hyundai Motor America (Hyundai) is recalling certain 2017 Santa Fe vehicles equipped with 3.3L engines. The crankshaft assemblies may have been produced with surface irregularities in the crankshaft pin, causing engine bearing wear.","The engine bearing wear may cause the vehicle to stall, increasing the risk of a crash.","Hyundai will notify all owners, and dealers will inspect and replace the engine, as necessary, free of charge. The recall began November 6, 2017. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 168." -09/20/2017,17V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V577000),Hyundai Motor America,Front Coil Springs may Fracture and Puncture Tire,SUSPENSION,167,Vehicle,197,"Hyundai Motor America (Hyundai) is recalling certain 2018 Santa Fe Sport vehicles. The front coil springs may have been improperly manufactured and, as a result, may fracture under certain loads while driving.","If the coil spring fractures, it can puncture the tire, causing a loss of vehicle control and increasing the risk of a crash.","All of the affected vehicles are currently unsold on dealer lots. Dealers will replace both front coil springs, free of charge prior to the vehicle's sale. The recall began November 6, 2017. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 167." -09/20/2017,17V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V583000),"Volkswagen Group of America, Inc.",Fuel Filter Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",20Ai,Vehicle,73941,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2004-2007 Touareg vehicles. These gasoline-powered vehicles have a fuel filter flange that may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Volkswagen will notify owners, and dealers will inspect the fuel filter flange for cracks, replacing the flange if cracks are found. If no cracks are found, a protective cover will be installed onto the filter flange. These repairs will be performed free of charge. The recall began March 9, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20Ai." -09/20/2017,17V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V581000),Rosenbauer America,Fuel Pump Failure,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1,"Rosenbauer Motors (Rosenbauer) is recalling one model year 2017 Commander emergency vehicle equipped with a Cummins X15 diesel engine. This engine has a fuel pump whose drive gear may slip on its drive shaft, resulting in a loss of fuel pump function.","Failure of the fuel pump will result in a sudden engine stall with no warning, and with no ability to restart, increasing the risk of a crash.","Rosenbauer has notified the owner and the vehicle has been repaired, therefore, an owner notification letter will not be issued for this campaign. Owners may contact Rosenbauer customer service at 1-651-462-1000." -09/20/2017,17V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V576000),"Porsche Cars North America, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",AH10,Vehicle,50145,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2003-2006 Cayenne S and Cayenne Turbo vehicles, 2004-2006 Cayenne vehicles, and 2006 Cayenne S ""Titanium"" Edition vehicles. These gasoline-powered vehicles have a fuel pump flange that may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Porsche will notify owners, and dealers will replace the fuel filter flanges with new filter flanges that have a protective film, free of charge. The recall began July 6, 2018. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH10." -09/20/2017,17V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V582000),Double K Inc.,Seat Belt Stuck in Locked Position/FMVSS 209,SEAT BELTS,17E035,Vehicle,16,"Double K Inc. (Double K) is recalling certain 2016-2017 Hometown Trolley Villager, Mainstreet, and Streetcar trackless trolley buses, equipped with Recaro Commercial Bus Driver Seats, models Ergo R, Ergo D, AM71, AM72 and AM80. In the affected seats, the seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","If the seat belt cannot be latched, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","Double K will notify owners, and dealers will replace the buckle housings, free of charge. The recall began on November 10, 2017. Owners may contact Recaro customer service at 1-248-364-3818 or Double K customer service at 1-715-478-5090. Double K's number for this recall is 17E035." -09/20/2017,17V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V575000),"Navistar, Inc.",Tie Rod may Loosen,STEERING,17507,Vehicle,1175,"Navistar, Inc. (Navistar) is recalling certain 2016 International DuraStar, LoneStar, ProStar, TerraStar, TranStar, WorkStar, 9900i, and IC Bus HC vehicles equipped with certain Spicer D or E series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering, increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall began on November 8, 2017. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 17507." -09/20/2017,17V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V580000),"Navistar, Inc.",Tie Rod may Loosen,STEERING,17508,Vehicle,160,"Navistar, Inc. (Navistar) is recalling certain 2016 IC Bus CE school buses equipped with certain Spicer D or E series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering, increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall began on November 8, 2017. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 17508." -09/19/2017,17V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V574000),"Mercedes-Benz USA, LLC",Loss of Power Steering Assist,STEERING,NR (Not Reported),Vehicle,4,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2017 C43 AMG, one E300 4Matic sedan, one GLC300, and one E43 AMG 4Matic sedan. These vehicles have electrical power steering control units with improperly welded contact pins.","The improperly welded pins may lose contact, deactivating the power steering assist and increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the electric power steering rack, free of charge. The recall is expected to begin November 10, 2017. Owners may contact MBUSA customer service at 1-877-496-3691." -09/18/2017,17V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V572000),"Chrysler (FCA US, LLC)",Incorrectly Installed Brake Booster Shield,SERVICE BRAKES,T59,Vehicle,646394,Chrysler (FCA US LLC) is recalling certain 2011-2014 Dodge Durango and Jeep Grand Cherokee vehicles. The affected vehicles had brake booster shields installed under a previous campaign to prevent water from entering the brake booster and limiting braking ability. This recall is to verify that the brake booster shield installation was performed properly.,"If the brake booster shield was not installed properly, the vehicle's braking ability may be reduced, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the brake booster shield, correcting the installation as necessary, free of charge. The recall began November10, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T59." -09/17/2017,17E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E051000),Curt Manufacturing LLC,Trailer Hitch may Sag or Detach from Vehicle,TRAILER HITCHES,NR (Not Reported),Equipment,166,"Curt Manufacturing LLC (Curt) is recalling certain Class 1 trailer hitches, part number 11451, sold for installation on 2016-2018 Mini Cooper Clubman and Countryman vehicles. The vehicles may have inadequate structure points for the trailer hitch mounting, causing the hitch to sag under to certain loads and possibly separate from the vehicle.","If the trailer hitch sags or separates from the vehicle, there would be an increased risk of a crash.","Curt will notify owners, and dealers will provide a replacement hitch, free of charge. The recall began on October 20, 2017. Owners may contact Curt customer service at 1-800-798-0813." -09/15/2017,17V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V571000),"Nissan North America, Inc.",Insufficient Welds on Air Bag Inflator,AIR BAGS,NR (Not Reported),Vehicle,814,Nissan North America (Nissan) is recalling certain 2017 Infiniti Q50 and Q50 Hybrid vehicles. The driver's frontal air bag inflator may have been improperly welded.,"In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator may crack and release the gas needed to properly deploy the air bag, increasing the risk of injury.","Nissan will notify owners, and dealers will replace the driver side air bag inflator, free of charge. The recall began October 30, 2017. Owners may contact Infiniti customer service at 1-800-662-6200, option 7." -09/15/2017,17V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V573000),"Forest River, Inc.",Propane Line may have Insufficient Clearance,EQUIPMENT,64-0516,Vehicle,1725,"Forest River, Inc. (Forest River) is recalling certain 2015-2018 Vibe, and 2016-2018 Rainier recreational trailers. The liquid propane (LP) line may have insufficient clearance above the axle shackle.","Without adequate clearance, the LP line may be damaged, resulting in a propane leak, increasing the risk of a fire.","Forest River will notify owners, and dealers will replace the LP line with a longer one, routing it away from the axle hangers, free of charge. The recall began October 10, 2017. Owners may contact Forest River customer service at 1-541-644-8063. Forest River's number for this recall is 64-0516." -09/14/2017,17V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V568000),Volvo Bus Corporation,Accelerator Pedal May Not React,VEHICLE SPEED CONTROL,SR17-82,Vehicle,33,Volvo Bus Corporation (Volvo) is recalling certain 2017-2018 Prevost 9700 transit buses. The buses may not react when the accelerator pedal is pushed.,"If the vehicle does not accelerate when commanded, there would be an increased risk of a crash.","Volvo will notify owners, and dealers will replace the accelerator pedals, free of charge. The recall began on October 3, 2017. Owners may contact Volvo customer service at 1-866-870-2046. Volvo's number for this recall is SR17-82." -09/14/2017,17V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V565000),Kimble Mixer,Hex Nuts may be Improperly Torqued,POWER TRAIN,15E-065,Vehicle,1,Kimble Mixer has recalled one model year 2014 Mixer Custom Chassis equipped with a Marmon-Herrington drive axle. The hex nuts were improperly torqued where the flange mounts to the yoke.,"The loose hex nuts may allow the driveshaft to disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","The affected vehicle for this recall has been repaired, therefore, a notification letter will not be issued. Owners may contact Kimble Mixer customer service at 1-918-286-2424. Kimble Mixer's number for this recall is 15E-065." -09/14/2017,17V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V567000),"General Motors, LLC",Incorrect Seat Belt Torsion Bar/FMVSS 209,SEAT BELTS,"17368, 17375, 17376",Vehicle,38048,"General Motors (GM) is recalling certain 2017-2018 Chevrolet Silverado 2500 and 3500 and GMC Sierra 2500 and 3500 trucks. The front seat belt retractor assemblies were built with the incorrect torsion bar. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 209, ""Seat Belt Assemblies.""","The seat belt retractors may not perform as intended during a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace both front seat belt retractor assemblies, free of charge. The recall began March 24, 2021. Owners may contact GMC customer service at 1-888-988-7267 or Chevrolet customer service at 1-800-222-1020. GM's numbers for this recall are 17368, 17375, and 17376." -09/14/2017,17C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17C003000),Diono,Injury Risk when Seat used with Lap Belt/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,519052,"Diono is recalling certain Radian R100, Radian R120, Radian RXT, Olympia, Pacifica, and Rainier convertible and booster car seats. When the seat is installed in the forward facing position and secured to the car using the lap belt without also using the top tether, the seat may not adequately protect the child from injury in the event of a crash. As such, these child seats fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems."" Only seats manufactured between November 25, 2013, and September 5, 2017, are affected by this recall campaign.","If the seat is installed with only the lap belt, the child has an increased risk of a chest injury in the event of a crash.","Diono will notify owners, and provide a free remedy kit with an updated instruction manual, an energy absorbing pad, as well as a new chest clip, free of charge. The recall began on November 22, 2017. Owners may contact Diono customer service at 1-855-215-4951." -09/14/2017,17V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V569000),"Mitsubishi Motors North America, Inc.",Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,SR-17-004,Vehicle,66001,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain 2004-2006 Lancer and Lancer Evolution vehicles and 2004 Lancer Sportback vehicles. These vehicles are equipped with a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Mitsubishi will notify owners, and dealers will replace the front passenger air bag inflator with a different inflator, free of charge. The recall began on October 12, 2017. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-17-001. Note: This recall supersedes recall 15V-321." -09/14/2017,17V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V570000),Pierce Manufacturing,Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,56,"Pierce Manufacturing (Pierce) is recalling certain 2015-2016 Arrow XT, Enforcer, Impel, Quantum, Saber, and Velocity vehicles, equipped with certain Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Pierce will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on November 30, 2017. Owners may contact Pierce customer service at 1-414-832-3000." -09/13/2017,17V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V563000),Cruiser RV,Axles Installed Incorrectly,SUSPENSION,99.03.13,Vehicle,175,"Cruiser RV (Cruiser) is recalling certain 2018 Shadow Cruiser Ultra Lite recreational trailers, models ID225RBS, ID240BHS, ID263RLS, ID279DBS, ID280QBS and ID289RBS. The axles on these vehicles were installed backwards, possibly reducing the braking ability or causing the brakes to temporarily lock up.",Improper brake function can increase the risk of a crash.,"Cruiser has notified owners, and dealers will correct the axle installation, free of charge. The recall began on September 20, 2017. Owners may contact Cruiser customer service at 1-866-277-5630. Cruiser's number for this recall is 99.03.13." -09/13/2017,17V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V564000),"Heartland Recreational Vehicles, LLC",Axles Installed Incorrectly,SUSPENSION,99.01.35,Vehicle,134,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2018 Sundance XLT TT recreational trailers, models ID221RB, ID241BH, ID273RL, ID281DB, ID283RB and ID291QB. The axles on these vehicles were installed backwards, possibly reducing the braking ability or causing the brakes to temporarily lock up.",Improper brake function can increase the risk of a crash.,"Heartland has notified owners, and dealers will correct the axle installation, free of charge. The recall began on September 20, 2017. Owners may contact Heartland customer service at 1-574-206-7920 or by email at warranty@heartlandrvs.com. Heartland's number for this recall is 99.01.35." -09/13/2017,17V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V566000),"Halcore Group, Inc.",Door Striker Bolts may Fail/FMVSS 206,STRUCTURE,17E-038,Vehicle,4,"Halcore Group, Inc. (Halcore) is recalling certain 2016-2017 American Emergency Vehicles (AEV) Traumahawk type III ambulances, equipped with door striker bolts that may fail under load. As such, these bolts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door locks and door retention components.""","If the door striker bolts fail under load, the door may open in a crash, increasing the risk of injury.","AEV will notify owners, and dealers will replace the striker bolts, free of charge. The recall began on September 15, 2017. Owners may contact AEV customer service at 1-800-374-9749. Halcore's number for this recall is 17E-038." -09/12/2017,17V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V561000),Highland Ridge RV,Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,9904359,Vehicle,242,"Highland Ridge RV (Highland Ridge) is recalling certain 2018 Open Range 3X fifth wheel recreational trailers. The labels on these vehicles may not list the correct tire size information of 235/85R16. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the tire size information is incorrect, the operator may replace the tires with tires that are an incorrect size, increasing the risk of a crash.","Highland Ridge has notified owners and provided corrected labels, free of charge. The recall began on September 22, 2017. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904359." -09/12/2017,17V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V562000),"Chrysler (FCA US, LLC)",Water Pump Leak may cause Fire,ENGINE AND ENGINE COOLING,T51,Vehicle,443874,"Chrysler (FCA US LLC) is recalling certain 2013-2017 RAM 2500, 3500, 3500 Cab Chassis, 4500 Cab Chassis, and 5500 Cab Chassis vehicles, equipped with Cummins 6.7L Turbo Diesel engines that have Concentric-brand water pumps without a vent hole. These water pumps may leak coolant.",The leaking water pump can increase the risk of an engine compartment fire.,"Chrysler will notify owners, and dealers will replace the water pumps, free of charge. The recall began February 26, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T51." -09/11/2017,17T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T015000),"Trek Tire, LLC",Missing DOT Prefix on Tire/FMVSS 139,TIRES,NR (Not Reported),Tire,1400,"Trek Tire LLC (Trek Tire) is recalling certain Dunlop GrandTrek PT3A tires, size 275/50R21, manufactured between December 1, 2016, and December 7, 2016, which fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles."" The affected tires lack the complete DOT identification marking prefix for radial tires and light vehicles.","The lack of complete DOT identification markings can lead to inappropriate use of the tires, possibly increasing the risk of a crash.","Dealer Tire LLC will notify owners and the noncompliant tires will be replaced free of charge. The recall began on October 27, 2017. Owners may contact Trek Tire at 1-207-200-6967." -09/11/2017,17V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V560000),"Altec Industries, Inc.",Possible Jib Mast Failure,EQUIPMENT,CSN 664,Vehicle,143,Altec Industries Inc. (Altec) is recalling certain 2011-2017 Altec LS63 Aerial Devices. The jib mast on these vehicles may bend under load.,"The jib mast may bend and fail, increasing the risk of injury to those nearby.","Altec will notify owners and test the jib mast, replacing any that fail, free of charge. The recall began on October 13, 2017. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is CSN 664." -09/08/2017,17V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V559000),"Gillig, LLC",Loss of Power Steering Assist,STEERING,NR (Not Reported),Vehicle,108,"Gillig LLC (Gillig) is recalling certain 2013-2016 Hybrid and all Electric Low Floor buses with electro-hydraulic power steering assist. The coupler between the high-voltage electric motor and hydraulic steering pump shafts may fail, resulting in a loss of power steering assist.","A loss of power steering assist will cause the need for increased steering effort, increasing the risk of a crash.","Gillig will notify owners, and dealers will replace the steering motor-pump assemblies, free of charge. The recall began on October 24, 2017. Owners may contact Gillig customer service at 1-800-735-1500." -09/08/2017,17V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V558000),"Corp. Micro Bird, Inc.",Seat Belt Mounting Studs have Inadequate Padding,SEATS,17-071-CUS,Vehicle,25,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2016 G5 school buses, equipped with CE White QS11 Series Convertible School Bus Seats. These seats were manufactured with integral D-Ring mounting studs that may have inadequate padding between the occupant and the D-ring mounting stud.","In the event of a rear end collision, the seat occupant's head may contact the D-ring mounting stud, increasing the risk of injury.","Micro Bird will notify owners, and the seat manufacturer will provide a remedy kit, free of charge. The recall began on October 23, 2017. Owners may contact the seat manufacturer at 1-419-492-2157 extension 243 or Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 17-071-CUS." -09/07/2017,17E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E050000),J-Tech Corporation,Helmet may not Stay Fastened on Head,EQUIPMENT,NR (Not Reported),Equipment,5068,"J-Tech Corporation (J-Tech) is recalling certain Icon Alliance Dark, Alliance GT Rubatone, and Alliance GT Horror motorcycle helmets in sizes XS, S, M, L, XL, XXL, and XXXL. The helmets may have faulty stitching on the webbing possibly allowing the D-rings to separate from the chin strap.","In the event of a crash, the helmet may not stay secured to the rider's head, increasing the risk of injury.","J-Tech will notify owners, and will provide replacement helmets, free of charge. The recall began on November 13, 2017. Owners should contact Parts Unlimited at 1-800-369-1000 or by email at helmets@parts-unltd.com for information on returning the helmet for a replacement one." -09/07/2017,17V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V557000),"Eldorado National- California, Inc.",Improperly Torqued Suspension Link Rod Clamps,SUSPENSION,NR (Not Reported),Vehicle,41,"Eldorado National-California, Inc. (Eldorado National) is recalling certain 2015 35-foot and 40-foot Axess transit buses. The front suspension link rod clamps may not be properly torqued, allowing the link rod to loosen.","A loose link rod can decrease steering ability, increasing the risk of a crash.","Eldorado National will notify owners, and dealers will inspect the clamp for proper torque, installing new bolts as necessary, free of charge. The recall began on November 7, 2017. Owners may contact Eldorado National customer service at 1-909-591-9557." -09/07/2017,17V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V555000),Thor Motor Coach,Incorrectly Installed Windshield Wiper System,VISIBILITY,RC000146,Vehicle,1105,"Thor Motor Coach (TMC) is recalling certain 2014-2016 Ace, Challenger, Daybreak, Hurricane, Miramar, Outlaw, Windsport, Palazzo, Tuscany, and Tuscany XTE motorhomes. The windshield wipers may fail due to the system being incorrectly installed or secured.","If the windshield wipers cannot be used, driver visibility would be reduced, increasing the risk of a crash.","TMC will notify owners, and dealers will inspect the wiper system to verify it is installed correctly, repairing or replacing the system as necessary, free of charge. The recall began on September 27, 2017. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000146. Note: Although some of the vehicles included in this recall have previously been remedied under recalls 17V-096 or 17V-162, the vehicles may need additional repairs under this campaign." -09/07/2017,17V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V556000),"KZRV, L.P.",Missing 2 Amp Fuse Could Cause Fire,ELECTRICAL SYSTEM,KZ-2017-06,Vehicle,2382,"KZRV, L.P. (KZRV) is recalling certain 2017-2018 Sport Trek, Spree, and Connect recreational trailers. These vehicles may have been manufactured without a 2 amp fuse in the circuit for the awning lights.","Without the fuse, excessive current can cause the wire to overheat, increasing the risk of a fire.","KZRV will notify owners, and dealers will install a 2 amp fuse assembly as necessary, free of charge. The recall began on September 18, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2017-06." -09/06/2017,17V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V549000),Keystone RV Company,Electric Stabilizer Jacks not Circuit Protected,ELECTRICAL SYSTEM,17-299,Vehicle,6686,Keystone RV Company (Keystone) is recalling certain 2016-2018 Springdale and Summerland recreational trailers. The wiring for the electric stabilizer jacks were incorrectly connected to the unprotected side of the breaker.,An electrical short in the wiring for the electric stabilizer jack can increase the risk of a fire.,"Keystone will notify owners, and dealers will inspect the installation of the electrical stabilizer jack wiring, correcting it as necessary, free of charge. The recall began on September 22, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-299." -09/06/2017,17V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V554000),PACCAR Incorporated,Front Axle Sway Bar may Detach and Affect Steering,POWER TRAIN,817-D and 17KWE,Vehicle,2977,"PACCAR Incorporated (PACCAR) is recalling certain 2009-2010 Peterbilt 210 and 220 trucks; 2012-2018 Peterbilt 210, 220, 330 and 337 trucks; and 2010-2018 Kenworth K270 and K370 trucks. These LFNA trucks have a front axle sway bar link that may come loose on the frame rail end and fall into the path of the drag link, possibly binding the steering system.","If the sway bar link detaches and falls into the drag link, it may impact the ability of the vehicle to steer properly, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the upper sway bar link attachment for a hardened washer installed between the bushing and the nut, installing a washer if it is missing, free of charge. The recall began on October 2730, 2017. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4220. PACCAR's numbers for this recall are 817-D and 17KWE." -09/06/2017,17V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V553000),"Seagrave Fire Apparatus, LLC",Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,2,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain 2017 Aerialscope emergency vehicles, equipped with Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Seagrave will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on September 22, 2017. Owners may Seagrave for more information at 1-715-823-2141 extension 1910." -09/06/2017,17V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V552000),"Forest River, Inc.",Water Heater Installed too Close to Slideroom,EQUIPMENT,61-0515,Vehicle,88,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Prime Time Wildcat fifth-wheel recreational trailers. The water heater may have been installed too close to the underside of the slideroom possibly allowing carbon monoxide to enter the vehicle.","If carbon monoxide enters the vehicle through the slideroom opening, it can increase the risk of injury.","Forest River will notify owners, and dealers will install a kit to remedy the water heater's location, free of charge. The recall began on October 30, 2017. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 61-0515." -09/01/2017,17V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V550000),"Metro Worldwide, LLC",Bus may Exceed GVWR and GAWR when Loaded/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,18,"Metro Worldwide LLC (Metro Worldwide) is recalling certain 2016-2017 Metro Link 28WC and 28SH transit buses. In certain configurations, if the bus is fully loaded, the vehicle may exceed the Gross Vehicle Weight Rating (GVWR) and Gross Axle Weight Rating (GAWR) capacity. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Being overloaded can cause a loss of vehicle control, premature tire wear, or failure of suspension and braking systems, increasing the risk of a crash.","Metro Worldwide will notify owners, and dealers will inspect the vehicles, removing a seat as necessary to get the vehicles within the GVWR and GAWR requirements, free of charge. The recall began on September 15, 2017. Owners may contact Metro Worldwide customer service at 1-641-903-7369." -09/01/2017,17V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V551000),"Forest River, Inc.","Incorrect Information on Label/FMVSS 110, Part 567",EQUIPMENT,48-0514,Vehicle,60,"Forest River, Inc. (Forest River) is recalling certain 2018 Prime Time Tracer recreational trailers. The Federal Placard on these vehicles may not list the correct tire pressure information of 65 PSI and 448 kPa. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and the requirements of 49 CFR Part 567, ""Certification.""","Following the incorrect tire pressure information can cause the tires to prematurely fail, causing a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will provide corrected Federal Placards, free of charge. The recall began on September 21, 2017. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-0514." -08/31/2017,17E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E049000),"Meritor, Inc.",Caliper Bolts Improperly Torqued/FMVSS 121,"SERVICE BRAKES, AIR",C17AB,Equipment,1336,"Meritor, Inc. (Meritor) is recalling certain trailer axles and MPA/MTA suspensions equipped with Meritor EX225 brakes. The brake caliper bolts on these axles may not be properly torqued which can allow the caliper to detach from the mounting flange. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake System.""","If the caliper bolts are improperly torqued and the caliper detaches from the mounting flange, a loss of braking ability would occur, increasing the risk of a crash.","Meritor will notify the vehicle manufacturers that purchased the axles or suspensions, and dealers for those manufacturers will inspect the bolts, replacing any loose or missing ones, free of charge. The recall began on September 21, 2017. Owners may contact Meritor customer service at 1-866-668-7221. Meritor's number for this recall is C17AB." -08/31/2017,17V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V541000),"Chrysler (FCA US, LLC)",Halfshaft Separation,POWER TRAIN,T55,Vehicle,4,Chrysler (FCA US LLC) is recalling certain 2017 Dodge Durango vehicles. The vehicles may have been assembled with rear axle halfshafts that are too short.,"If a halfshaft is too short, it may disengage from the differential causing a loss of drive and increasing the risk of a crash.","Chrysler has notified owners, and dealers will replace both halfshafts, free of charge. The recall began on September 18, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T55." -08/31/2017,17V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V548000),Toyota Motor Engineering & Manufacturing,Incorrect Air Bag Installed/FMVSS 208,AIR BAGS,Toyota H0S Lexus HLD,Vehicle,21,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2008-2016 Toyota Land Cruiser, 2006 Lexus LX470, and 2008-2013 Lexus LX570 vehicles. These vehicles may be equipped with an incorrect driver or front passenger air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","An incorrect driver or front passenger air bag may not deploy as intended in the event of a crash, increasing the risk of injury.","Toyota will notify owners, and dealers will replace the affected air bag assemblies, free of charge. The recall began September 29, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0S. Lexus' number for this recall is HLD." -08/31/2017,17V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V545000),Honda (American Honda Motor Co.),Incorrectly Installed Replacement Air Bag,AIR BAGS,"O07,Y0A,N06,G05,M04",Vehicle,3257,"Honda (American Honda Motor Co.) is recalling certain 2008-2012 Accord, 2010-2012 Accord Crosstour, 2006-2011 Civic, 2007-2011 CR-V, 2009-2012 Fit and Pilot, 2010-2012 Insight, and 2009-2012 Acura TSX vehicles that received replacement passenger frontal air bag inflators. One dealership may have incorrectly installed the replacement air bag inflators.","In the event of a crash, an incorrectly installed passenger frontal air bag inflator may deploy the air bag improperly, increasing the risk of injury.","Honda will notify owners, and dealers will replace the passenger frontal air bag module assembly, free of charge. The recall began October 30, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are O07, Y0A, N06, G05, M04, Y01, and O09." -08/31/2017,17V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V543000),"Chrysler (FCA US, LLC)",Rim Information missing from Label/FMVSS 110,EQUIPMENT,T53,Vehicle,22242,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Jeep Cherokee vehicles. The tire and rim size information required to be on the Certification label was omitted during manufacturing, which may result in an incorrect tire and rim combination being installed on the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The missing tire and rim designation information may lead to an incorrect combination being installed on the vehicle, increasing the risk of a crash.","Chrysler will notify owners and will provide a corrected certification label, free of charge. The recall began October 13, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T53." -08/31/2017,17V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V542000),"Chrysler (FCA US, LLC)",Second Row Left Seat Belt may be Unlatched,SEAT BELTS,T54,Vehicle,47927,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Chrysler Pacifica vehicles equipped with the 8-passenger seating option. In certain passenger seating and vehicle situations, the second-row center seating position seat belt buckle could cause the left outboard seat belt to become unlatched.",Inadvertent unlatching of the left outboard seat belt can increase the risk of injury in the event of a crash.,"Chrysler will notify owners, and dealers will install a shorter second-row seat belt buckle, free of charge. The recall began October 26, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T54." -08/31/2017,17V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V535000),"Mack Trucks, Inc.",Tie Rod may Loosen,STEERING,SC0408,Vehicle,439,"Mack Trucks, Inc. (Mack) is recalling certain 2016 Pinnacle CHU and CXU diesel trucks equipped with certain Dana steer axles. The castellated nut and cotter pin on the steer axles may not have been properly torqued, allowing the tie rod to loosen within the steer axle.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on October 17, 2017. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0408." -08/31/2017,17V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V540000),E-One Incorporated,Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,5,"E-One Incorporated (E-One) is recalling certain 2015 Cyclone II and Quest II emergency vehicles, equipped with certain Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","E-One will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on October 5, 2017. Owners may contact E-One customer service at 1-800-627-5050." -08/31/2017,17V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V544000),Thor Motor Coach,Transfer Switch may Overheat,ELECTRICAL SYSTEM,RC000145,Vehicle,124,"Thor Motor Coach (TMC) is recalling certain 2010-2011 Hurricane, and 2011 Serrano and Windsport motorhomes. The affected vehicles are wired to be powered by a generator and are equipped with an Iota ITS-50R transfer switch that may fail when exposed to elevated electrical loads and used in higher temperatures.","The transfer switch may overheat, increasing the risk of a fire.","TMC will notify owners, and dealers will replace the Iota ITS-50R transfer switch with a transfer switch from another manufacturer, free of charge. The recall began on September 7, 2017. Owners may contact TMC customer service at 1-877-500-1020. Thor's number for this recall is RC000145." -08/31/2017,17V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V546000),Mazda North American Operations,Weld Spatter may cause OCS fault,AIR BAGS,1517H,Vehicle,51943,Mazda North American Operations (Mazda) is recalling certain 2016 Mazda6 vehicles. Debris from the welding process during manufacturing of the front passenger seat frame may damage the occupant classification system (OCS) wiring.,"If the wiring becomes damaged, there may be a loss of power steering assist and the deactivation of the passenger air bag, increasing the risk of a crash and the risk of injury in the event of a crash.","Mazda will notify owners, and dealers will attach a protective pad on the seat frame. If the OCS harness is damaged, insulating tape will be applied to the harness. These repairs will be performed free of charge. The recall began October 26, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1517H." -08/30/2017,17V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V537000),"Erwin Hymer Group North America, Inc.",Exhaust may Melt Taillight Wiring,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,195,"Erwin Hymer Group North America, Inc. (Erwin Hymer) is recalling certain 2016-2018 Hymer Aktiv recreational vehicles, built on RAM Promaster chassis and equipped with a Continental kit (CK). The exhaust pipe may melt the rear bumper cover and the vehicle wiring in that area.","The exhaust heat can melt the taillight wiring, causing the tail light not to function, increasing the risk of a crash. Additionally, the exhaust heat can burn anyone that contacts the bumper cover immediately after the vehicle has been operated.","Erwin Hymer has notified owners, and dealers will install a new tailpipe that redirects the exhaust down, away from the bumper area, free of charge. The recall began on September 1, 2017. Owners may contact Erwin Hymer customer service at 1-844-464-3735." -08/30/2017,17V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V538000),REV Recreation Group,Inadequately Stripped Generator Wiring,ELECTRICAL SYSTEM,170823REV,Vehicle,37,REV Recreation Group (REV) is recalling certain 2018 Holiday Rambler Vesta and Fleetwood Jamboree motorhomes. Wires within the generator junction box may have been improperly stripped before being connected.,"If the wiring was improperly stripped before being connected, an electrical short may result, increasing the risk of a fire.","REV will notify owners, and dealers will properly strip and reconnect the junction box wires, free of charge. The recall began on September 22, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 170823REV." -08/30/2017,17V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V539000),"New Flyer of America, Inc.",Seat Belt Buckle Stuck in the Locked Position,SEAT BELTS,R17-017,Vehicle,214,"New Flyer Industries Ltd. (New Flyer) is recalling certain 2015-2016 MD30, 2016 MD35, 2017 XD35, XD60, XDE35, XDE40, XDE60, XN35 and 2016-2017 XD40 and XN40 transit buses, equipped with certain Recaro Commercial Bus Driver Seats (models Ergo R, Ergo D, AM71, AM72 and AM80). The seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked.","If the seat belt cannot be latched, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","New Flyer has notified owners and work with the supplier to replace the buckle housings, free of charge. The recall began September 15, 2017. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyers' number for this recall is R17-017." -08/29/2017,17V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V525000),Crane Carrier Company,Tie Rod may Loosen,STEERING,17E041,Vehicle,61,"Crane Carrier Company (Crane Carrier) is recalling certain 2015-2016 LET2 vehicles, equipped with certain Dana Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Crane Carrier will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, and tighten them as necessary, free of charge. The recall began on September 27, 2017. Owners may contact Crane Carrier customer service at 1-918-286-2300. Crane Carrier's number for this recall is 17E041." -08/29/2017,17V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V533000),"Autocar, LLC",Tie Rod may Loosen,STEERING,ACX-1703,Vehicle,85,"Autocar, LLC (Autocar) is recalling certain 2017 Xpeditor vehicles, equipped with certain Dana Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Autocar will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall began on September 20, 2017. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACX-1703." -08/29/2017,17V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V534000),"Autocar Industries, LLC",Tie Rod may Loosen,STEERING,MDTT-1701,Vehicle,30,"Autocar Industries, LLC (Autocar Industries) is recalling certain 2016 Xpert, and Xspotter vehicles, equipped with certain Dana Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Autocar Industries will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall began on September 20, 2017. Owners may contact Autocar customer service at 1-877-777-5360. Autocar's number for this recall is MDTT-1701." -08/29/2017,17V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V536000),Volvo Trucks North America,Tie Rod may Loosen,STEERING,RVXX1702,Vehicle,470,"Volvo Trucks North America (Volvo) is recalling certain 2016 Volvo VNL and VNM trucks equipped with certain Dana Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering, increasing the risk of a crash.","Volvo will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary. If the tie rod stud and knuckle on units cannot be sufficiently torqued, the dealer will replace the knuckle and tie rod end assembly, free of charge. The recall began on October 17, 2017. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1702." -08/28/2017,17V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V531000),Triton Trailers LLC,Axle May Separate From Frame,SUSPENSION,NR (Not Reported),Vehicle,10,"Triton Trailers LLC (Triton) is recalling certain 2017 W-25 Single Torsion Axle Trailers. The axle mounting bolts may have been improperly tightened, possibly resulting in the detachment of the axle from the trailer.",If the axle separates from the trailer there would be an increased risk of a crash.,"Triton has notified the owner and has inspected the fasteners for proper torque, tightening them as necessary, free of charge. Owner notification occurred on August 25, 2017. The recall began on August 25, 2017. Owners may contact Triton customer service at 1-800-232-3780." -08/28/2017,17V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V532000),Hyundai Motor America,Coolant may Contact EPCU and cause Stall,HYBRID PROPULSION SYSTEM,166,Vehicle,218,Hyundai Motor Company (Hyundai) is recalling certain 2017 Ioniq Electric Vehicles. Manufacturing defects within the Electronic Power Control Unit (EPCU) may allow coolant to contact the unit's circuit board.,"If coolant contacts the EPCU, a stall may result, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect and replace the EPCU, as necessary, free of charge. Interim notices informing owners of the safety risk are expected were mailed October 26, 2017. Owners will receive a second notice when the remedy becomes available. Owners may contact Hyundai Customer Service at 1-800-633-5151. Hyundai's number for this recall is 166." -08/28/2017,17E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E048000),Ford Motor Company,Hub Unit Bearing may Allow Wheel Detachment,SUSPENSION,NR (Not Reported),Equipment,630,"Ford Motor Company (Ford) is recalling certain Wheel Hub Bearing assemblies, part number HB5Z-1104-C, incorrectly listed as being for installation on the rear axles of 2011-2017 Ford Explorer 4X2 vehicles. These bearings assemblies were manufactured without a self retention feature, possibly resulting in the separation of the wheel or wheel end.",A loss of the wheel or wheel end can increase the risk of a crash.,Ford will notify the distributors of the hubs specifying that they are to only be used on drive axles. It is believed that none of the hubs were purchased from Ford dealers for the incorrect application. Owners may contact Ford customer service at 1-866-436-7332. -08/28/2017,17V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V528000),Ford Motor Company,"Insufficient Seat Frame Weld/FMVSS 207, 210",SEAT BELTS,17C13,Vehicle,698,"Ford Motor Company (Ford) is recalling certain 2017 Focus vehicles. The rear left side seat back frame may have an insufficient weld between the outboard pivot bracket and the pivot nut joint, resulting in the seat back having reduced strength. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""",The reduced seat back strength may increase the risk of injury in the event of a crash.,"Ford will notify owners, and dealers will inspect and replace the rear second left side rear seat back as necessary, free of charge. The recall began October 10, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C13." -08/28/2017,17V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V526000),Ford Motor Company,Left Rear Seat Belt may Detach/FMVSS 210,SEAT BELTS,17C12,Vehicle,117423,"Ford Motor Company (Ford) is recalling certain 2015-2017 F-150, and 2017 F-250 and F-350 trucks equipped with a crew cab. The left rear inflatable seat belt buckle assembly may be inadequately attached to its mounting bracket. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the left rear inflatable seat belt buckle separates from it's mounting bracket, the seat occupant may not be adequately restrained, increasing their risk of injury.","Ford will notify owners, and dealers will inspect the seat belt assembly, replacing the attaching rivet as necessary, free of charge. Interim notices informing owners of the safety risk were mailed October 18, 2017. Owners will receive a second notice when the remedy becomes available. Owners may contact Ford Customer Service at 1-866-436-7332. Ford's number for this recall is 17C12." -08/28/2017,17V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V530000),Ford Motor Company,Loss of Power Assisted Steering,STEERING,17S23,Vehicle,253,"Ford Motor Company (Ford) is recalling certain 2017 Explorer, Taurus and Police Interceptor Utility and Sedan vehicles. The steering gear heat shield fasteners may corrode, allowing the heat shield to detach.","If the heat shield detaches, the steering gear may overheat, increasing the steering effort required by the driver, especially at lower speeds, and increasing the risk of a crash.","Ford will notify owners, and dealers to inspect and replace the heat shield fasteners as needed, free of charge. The recall began on September 13, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S23." -08/28/2017,17V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V529000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,17S26,Vehicle,650,Ford Motor Company (Ford) is recalling certain 2017 F-150 and Mustang vehicles. The air bag inflator within the passenger frontal air bag module may rupture in the event of a crash.,An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ford will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began October 11, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S26." -08/28/2017,17V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V527000),Kovatch Mobile Equipment Corp.,Tie Rod may Loosen,STEERING,NR (Not Reported),Vehicle,11,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2016 Predator Pumper, Predator Rescue, and Airport Refueler vehicles, equipped with certain Dana Spicer steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","KME will notify owners, and dealers will inspect the torque of the castellated nut and tie rod, tightening as necessary. If the nuts do not become properly secured and aligned after being adequately torqued, the dealer will replace the knuckle and tie rod end assemblies, free of charge. The recall began on October 5, 2017. Owners may contact KME customer service at 1-800-235-3928." -08/25/2017,17V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V523000),"Forest River, Inc.",Incorrect Information on Label/FMVSS 110,EQUIPMENT,45-0509,Vehicle,34,"Forest River, Inc. (Forest River) is recalling certain 2018 XLR ToyHaulers, models XLT23KW and XLT23KW-W. The Federal Placard on these vehicles may not provide the incorrect tire and rim combination information of ST225/75R15/E tires needing 80 PSI and rims of 16X6.0JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the information is incorrect, operators could install the incorrect size replacement tires, which can increase the risk of a crash.","Forest River will notify owners and provide a corrected Federal Placard, free of charge. The recall began on September 5, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-0509." -08/25/2017,17V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V524000),Shyft Group,Incorrect Tire Pressure Information on Label,EQUIPMENT,17022,Vehicle,11,Spartan Motors USA (Spartan) is recalling certain 2016 Utilimaster Truck Body vehicles. The rear tire pressure information printed on the label is less than the required tire pressure for the weight rating of the vehicle.,"The incorrect tire pressure information may cause the operator to under inflate the tires, possibly causing a tire blow out and increasing the risk of a crash.","Spartan will notify owners and will provide a corrected tire pressure label, free of charge. The recall began on October 5, 2017. Owners may contact Spartan customer service at 1-800-582-3454. Spartan's number for this recall is 17022." -08/24/2017,17V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V521000),"Daimler Trucks North America, LLC",Front Axle Capacity Exceeds Spring Capacity,SUSPENSION,FL-745,Vehicle,38,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Western Star 4900 trucks. The front axle weight capacity may exceed the spring capacity.,"Overloaded springs may result in the front axle separating from the vehicle, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the front axle springs, free of charge. The recall began on October 16, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-745." -08/24/2017,17V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V522000),Thor Motor Coach,Propane Leak from Pinched LP Hose,EQUIPMENT,RC000144,Vehicle,860,"Thor Motor Coach (TMC) is recalling certain 2018 Four Winds, Chateau and Freedom Elite recreational vehicles. The liquid propane (LP) hose may sag and become pinched between the frame and the leaf spring u-bolts, potentially damaging the hose and causing a propane leak.",A propane fuel leak may increase the risk of a fire.,"TMC will notify owners, and dealers will inspect the LP hose routing and install additional P-clamps or relocate the P-clamps to properly secure the hose, free of charge. The recall began on October 13, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000144." -08/23/2017,17E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E047000),Sharper Image,Emergency Jump Starter can Catch Fire,EQUIPMENT,NR (Not Reported),Equipment,1340,"Sharper Image is recalling certain Emergency Car Jump Starters, part number 204966, with three different outputs (12V, 16V, and 19V). These car jump starters may catch fire when they are plugged in.","If the jump starter catches fire, it can increase the risk of injury.","Sharper Image has notified the known purchasers offering a full refund, free of charge. The recall began on August 21, 2017. Owners may contact Sharper Image customer service at 1-248-741-5100." -08/23/2017,17V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V520000),"Gulf States Toyota, Inc.",Improperly Torqued Roof Rails Fastener,EQUIPMENT,17R3,Vehicle,1121,"Gulf States Toyota, Inc. (GST) is recalling certain 2017 Toyota Highlander and Highlander Hybrid vehicles equipped with accessory roof rail cross bars. The fasteners for the roof rails may not be torqued properly.","The roof rails may loosen and possibly detach from the vehicle, becoming a road hazard and increasing the risk of a crash.","GST will notify owners, and dealers will inspect and properly torque the fasteners, free of charge. The recall began September 29, 2017. Owners may contact GST customer service at 1-800-444-1074. GST's number for this recall is 17R3." -08/23/2017,17V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V519000),"Gillig, LLC",Seat Belt Buckle Stuck in the Locked Position,SEAT BELTS,NR (Not Reported),Vehicle,3432,"Gillig LLC (Gillig) is recalling certain 2017-2018 Low Floor transit buses, equipped with Recaro Commercial Bus Driver Seats. In the affected seats, the seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked.","If the seat belt cannot be latched, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","Gillig will notify owners and work with the supplier to replace the buckles, free of charge. The recall began on October 4, 2017. Owners may contact Adient-Recaro at 1-248-484-3250 or Gillig Service at 1-800-735-1500." -08/23/2017,17V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V517000),"Forest River, Inc.",Spindle Nut Over Torqued,SUSPENSION,10C-0496,Vehicle,69,"Forest River, Inc. (Forest River) is recalling certain 2018 Rockwood and Flagstaff recreational trailers equipped with Dexter Axles. The spindle nut on the axles may not have been torqued to the proper specifications.","The overtightened nut may cause the hub bearings to fail and the tire and rim to separate from the axle resulting in a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and Dexter axle dealers will inspect and replace any suspect bearings, hubs, and spindle nuts, free of charge. The recall began on August 31, 2017. Owners may contact Forest River customer service at 1-574-642-5164 or Dexter Axle at 1-574-295-7888. Forest River's number for this recall is 10C-0496." -08/23/2017,17V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V518000),"KZRV, L.P.",Tire can Rub on Steel Sewer Hose Housing,TIRES,KZ-2017-05,Vehicle,23,"KZRV, L.P. (KZRV) is recalling certain 2017-2018 Sportsmen and Sportster recreational trailers. The tires may rub against the steel enclosure housing for the sewer hose, causing premature tire wear.","Premature tire wear, may result in sudden tire failure, increasing the risk of a crash.","KZRV will notify owners, and dealers will relocate the sewer hose enclosure, free of charge. The recall began on August 30, 2017. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153. KZRV's number for this recall is KZ-2017-05." -08/22/2017,17V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V516000),"General Motors, LLC",Driveshaft Fracture and Separation,POWER TRAIN,17329,Vehicle,2905,General Motors LLC (GM) is recalling certain 2018 Chevrolet Equinox and GMC Terrain vehicles and 2017-2018 GMC Acadia vehicles. The right front intermediate driveshaft may fracture and separate while driving.,"If the front right intermediate drive shaft assembly separates while driving, the vehicle will lose propulsion, increasing the risk of a crash. If the assembly separates while parked on a grade, without the park brake engaged, the vehicle may move unintentionally, increasing the risk of a vehicle roll-away.","GM will notify owners, and dealers will replace the right front intermediate drive shaft assembly, free of charge. The recall began August 25, 2017. Owners may contact GMC customer service at 1-800-462-8782 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 17329." -08/21/2017,17E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E052000),"BMW of North America, LLC",Accessory Turn Signals Non-Compliant/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,9000,"BMW of North America, LLC (BMW) is recalling certain accessory turn signals manufactured for 2006-2017 R1200GS, 2007-2008 and 2010-2017 R1200GS Adventure, 2017 F700GS and F800GS, 2013-2017 F800GT, 2015-2016 F800R, 2014-2017 F800GS Adventure, 2014-2016 S1000R, 2015-2017 R1200R, 2016-2017 R1200RS, and 2010-2017 S1000RR motorcycles. As designed, these accessory turn signals may be insufficiently visible to other drivers, and, as such, fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If other drivers cannot easily see the turn signals, there would be an increased risk of a crash.","BMW will notify owners, and dealers will replace the turn signals, free of charge. The recall began October 25, 2017. Owners may contact BMW customer service at 1-800-525-7417." -08/18/2017,17V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V514000),"Forest River, Inc.",Incorrect GAWR on Federal Placards/Part 567,EQUIPMENT,61-0506,Vehicle,33,"Forest River, Inc. (Forest River) is recalling certain 2018 Prime Time recreational trailers, models WCF32WB, WCF34WB, and WCF37WB. The Gross Axle Weight Rating (GAWR) on the Federal Placard is listed as 6,160lbs when the axle is only rated for 6,000lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect GAWR may cause the vehicle to be overloaded and the axle to fail, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the incorrect Federal Placard and Cargo Carrying Capacity label, free of charge. The recall began on September 8, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 61-0506." -08/18/2017,17V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V513000),"Forest River, Inc.",Incorrect Tire Pressure Label on B-Pillar/Part 567,EQUIPMENT,35.55.215-0491,Vehicle,184,"Forest River, Inc. (Forest River) is recalling certain 2018 Forest River Dynamax, Forester, Sunseeker, and Coachmen Prism vehicles built on Mercedes-Benz Sprinter vans. The affected vehicles have tire labels on the B-pillar that list a tire pressure that is too low. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Operating the vehicle with low front tire pressures may result in tire damage, increasing the risk of a crash.","Forest River will notify owners, and authorized Mercedes-Benz or Freightliner Sprinter dealers will inspect and replace the tire pressure label with correct tire inflation pressure, free of charge. The recall began on September 5, 2017. Owners may contact Forest River customer service at 1-854-888-3214. Forest River's number for this recall is 35.55.215-0491." -08/18/2017,17V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V515000),"Iowa Mold Tooling Co., Inc.",Jump Start Plug Kit Fuse Block Electrical Short,ELECTRICAL SYSTEM,TB2017006,Vehicle,38,"Iowa Mold Tooling Co., Inc. (IMT) is recalling certain 2016-2017 Dominator Contractor series trucks built on 2017 Ford Super Duty chassis. These vehicles are equipped with a front jump start plug kit installed under the hood at the chassis battery. The fuse block for this kit may contact the hood creating an electrical short.",An electrical short can increase the risk of a fire.,"IMT will notify owners, and dealers will replace the jump start kit mounting bracket, thereby relocating the fuse block, free of charge. The recall began on September 29, 2017. Owners may contact IMT customer service at 1-800-247-5958. IMT's number for this recall is TB2017006." -08/18/2017,17E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E046000),Command Electronics Inc,LED Ceiling Lights may Produce Excessive Heat,INTERIOR LIGHTING,NR (Not Reported),Equipment,16428,"Command Electronics Inc. (Command) is recalling certain Interior Ceiling LED Lighting Part No. K-1050Q, equipped on Jayco and Highland Ridge recreational vehicles. After electrical high-stress testing, the LED ceiling lights may produce excessive heat during use.",The excessive heat from the LED ceiling lights may increase the risk of a fire.,"Command will work with Jayco and Highland Ridge RV, and dealers for the recreational vehicle manufacturers will replace the affected LED ceiling lights with a different light, free of charge. The recalls for the RV manufacturers began May 24, 2017. Owners may contact Command customer service at 1-269-679-4011." -08/18/2017,17V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V511000),"Heartland Recreational Vehicles, LLC",LP Hose may Rub Tire Causing Propane Leak,EQUIPMENT,99.01.34,Vehicle,101,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2018 Pioneer recreational trailers, models RD210, BH270 and BH250. The liquid propane (LP) hose may not have been properly secured to the frame near the tire and, as a result, the tire may rub through the LP hose causing a leak.",A propane leak can increase the risk of a fire.,"Heartland will notify owners, and dealers will properly secure the LP hose against the frame with a D-style hose clamp, free of charge. The recall began on August 23, 2017. Owners may contact Heartland customer service at 1-877-262-8032 or by email at warranty@heartlandrvs.com. Heartland's number for this recall is 99.01.34." -08/17/2017,17V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V510000),Blue Bird Body Company,Inadequate Padding Near Seat Back Studs,SEATS,R17ZB-SB,Vehicle,309,Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2019 Vision and model year 2016 All American school buses equipped with certain QS11 series convertible school bus seats supplied by CE White/HSM Solutions. The integral D-Ring mounting stud located in the upper area of the seat back frame does not provide an adequate padding surface between the seat occupant and the D-Ring mounting stud.,"In a rear crash event, the occupant's head may contact the D-Ring mounting stud, resulting in a head injury or even death.","Blue Bird will notify owners, and dealers will equip the Integra D-Ring mounting studs with the proper padding, free of charge. The recall began on September 15, 2017. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R17ZB-SB." -08/17/2017,17V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V512000),Tiny Idahomes LLC,Incorrect GVWR on the Federal Placard/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,47,"Tiny Idahomes LLC (Tiny Idahomes) is recalling certain 2014-2017 Tiny Idahomes Clear Creek, Cascade, Sejour, Carpathian, Cargo Trailers; 2016 Tiny Idahomes Zamora Vardo; 2017 Tiny Idahomes Yala Peak, and Grand Teton; and 2017 Rugged Mountain Custom RVs models Clear Creek, Drive Stream, Chinook Peak, Mt. Hood, Castle Peak, and Lincoln Peak recreational vehicles. The Federal Placard on these vehicles may indicate an incorrect Gross Vehicle Weight Rating (GVWR). As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","A label with an incorrect GVWR can cause confusion to the user and improper loading of the vehicle, possibly increasing the risk of a crash.","Tiny Idahomes/Rugged Mountain Custom RV will mail corrected labels. Owners can affix the corrected label themselves or, if they wish, they can contact their dealer to have the Federal Placard replaced, free of charge. The recall began on September 11, 2017. Owners may contact Tiny Idahomes customer service at 1-208-468-0576." -08/16/2017,17V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V508000),"Volkswagen Group of America, Inc.",Engine Control Software May Cause Stall,ENGINE AND ENGINE COOLING,24DF,Vehicle,8383,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017-2018 Audi A3 Cabriolet and A3 Sedan vehicles. The Engine Control Unit (ECU) software may misinterpret the flywheel rotation on engine start-up as a ""knocking"" condition, and the adjusted air/fuel mixture may result in an engine stall.",An engine stall can increase the risk of a crash.,"Audi will notify owners, and dealers will reprogram the ECU software, free of charge. The recall began September 19, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 24DF." -08/16/2017,17V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V509000),"Volkswagen Group of America, Inc.",Fuel Pump Failure Cause Engine Stall,"FUEL SYSTEM, GASOLINE",20AE,Vehicle,280915,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2009-2016 Volkswagen CC, 2006-2010 Passat and Passat Wagon vehicles. Interruption of electrical power to the fuel pump control module may cause the fuel pump to fail.","If the fuel pump fails, the engine will stall, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the fuel pump control module, free of charge. The recall began June 26, 2018. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 20AE." -08/16/2017,17V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V507000),"BMW of North America, LLC",Seat Belt may not Restrain in a Crash,SEAT BELTS,NR (Not Reported),Vehicle,67,"BMW of North America, LLC (BMW) is recalling certain 2018 430i, 430i xDrive, 440i, 440i xDrive, and M4 convertible vehicles. The Emergency Locking Retractors (ELR) within the front seat belt assemblies may have been produced with incompatible vehicle-sensitive locking mechanism housings.","If the vehicle has an incompatible vehicle-sensitive locking mechanism, the seat belt may not restrain the seat occupant in the event of a crash, increasing the risk of injury.","BMW will notify owners, and dealers will inspect and, if necessary replace, the front seat belt assemblies, free of charge. The recall began October 13, 2017. Owners may contact BMW customer service at 1-800-525-7417." -08/16/2017,17T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T014000),Triangle Tire USA,Tire may not Hold Air due to Hole/FMVSS 109,TIRES,NR (Not Reported),Tire,324,"Triangle Tire USA (Triangle) is recalling certain Triangle TR643 tires, size ST225/75R15, with DOT codes of 0517 and 0617 (produced during 5th and 6th weeks of 2017) sold as replacement tires for cargo and recreational trailers. Due to a specific mold irregularity, the tires may have a small hole where the sidewall and the tread meet, resulting in an air leak. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 109, ""New Pneumatic and Certain Specialty Tires.""","If the tire does not stay inflated, it can it can lead to tire failure, increasing the risk of a crash.","Triangle will notify owners, and dealers will replace the tires, free of charge. The recall began on September 15, 2017. Owners may contact Triangle customer service at 1-615-610-5050 or find additional information at www.triangletireus.com." -08/14/2017,17V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V506000),"Mercedes-Benz USA, LLC",ECU Software May Cause Engine Shut Down,ELECTRICAL SYSTEM,2017090005,Vehicle,12322,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016-2017 AMG GLE43 Coupe, and 2017 AMG GLE43 vehicles. The engine control unit and transmission control unit software may have compatibility conflicts and cause the engine to shut-down while the driver brakes to a stop, or accelerates following an ECO start.","If the engine shuts down, there is increased the risk of a crash.","MBUSA will notify owners, and dealers will reprogram the engine and transmission control unit software, free of charge. The recall begin September 18, 2017. Owners may contact MBUSA customer service at 1-877-496-3691." -08/14/2017,17V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V406000),"Navistar, Inc.",Fuel Pump may Fail,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,224,"Navistar Inc. (Navistar) is recalling certain 2018 International LT and HX severe service diesel trucks equipped with Cummins ISX 15L engines. These engines have a fuel pump whose drive gear could possibly slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Cummins has notified the owners of the affected vehicles and Cummins dealers will replace the fuel pumps, free of charge. The recall began on August 11, 2017. Owners may contact Cummins customer service at 1-800-286-6467 or Navistar customer service at 1-331-332-1590." -08/14/2017,17V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V504000),Kovatch Mobile Equipment Corp.,Ladder Tip Speed may Increase Unexpectedly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2012-2014 Predator Aerial, and 2014-2017 Predator SS Aerial vehicles. A software error may cause the aerial ladder tip control speed to momentarily switch from 20 percent speed to 100 percent overall speed.",The ladder speed accelerating without warning can increase the risk of injury to the ladder user or those nearby.,"KME will notify owners, and dealers will update the ladder speed software, free of charge. The recall began on October 3, 2017. Owners may contact KME customer service at 1-800-235-3926." -08/14/2017,17V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V505000),Keystone RV Company,"Propane Lines could be Damaged, then Leak",EQUIPMENT,17-296,Vehicle,161,Keystone RV Company (Keystone) is recalling certain 2018 Crossroads Redwood and Cameo recreational trailers. The propane manifold under the kitchen slide may contact the floor potentially causing damage to the propane line.,The damaged line may leak propane increasing the risk of a fire.,"Keystone will notify owners, and dealers will reposition the propane manifold, and remove the metal trim along the main floor for extra clearance, free of charge. The recall began on August 18, 2017. Owners may contact Crossroads customer service at 1-855-226-7496. Keystone's number for this recall is 17-296." -08/14/2017,17V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V502000),"BMW of North America, LLC",Right-Side Swingarm Pivot Pin Bolts May Loosen,STRUCTURE,NR (Not Reported),Vehicle,3368,"BMW of North America, LLC (BMW) is recalling certain 2014-2017 R NINE T motorcycles. The bolts that connect the right-side swingarm pivot pin to the frame may loosen.","If the right-side pivot pin loosens, the handling and stability of the motorcycle may be affected, increase the risk of a crash.","BMW will notify owners, and dealers will remove the pivot pin bolts, clean, and re-install them with the proper torque after applying a thread locking adhesive, free of charge. The recall began October 16, 2017. Owners may contact BMW customer service at 1-800-525-7417 or by email at CustomerRelations@bmwmotorcycles.com." -08/14/2017,17V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V503000),Kovatch Mobile Equipment Corp.,Unintentional Rotation of the Ladder,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2014-2016 Predator SS Aerial, and Predator Aerial vehicles. The software that controls the ladder rotation circuit may allow the ladder to rotate even after the rotation joystick is released.",Unintended rotation of the ladder can increase the risk of injury.,"KME will notify owners, and dealers will reprogram the ladder rotation software, free of charge. The recall began on October 3, 2017. Owners may contact KME customer service at 1-800-235-3926." -08/11/2017,17V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V501000),"Ride The Ducks International, LLC",Axle Housing may Fracture due to Fatigue,POWER TRAIN,NR (Not Reported),Vehicle,57,"Ride the Ducks International LLC (RTDI) is recalling certain 1996-2005 ""Stretch"" Amphibious Passenger Vehicles. Due to excessive fatigue, the front axle housing on the affected vehicles may fracture at the connection point between the knuckle ball and the housing, possibly resulting in a loss of vehicle control.",A loss of vehicle control can increase the risk of a crash.,"RTDI will notify the company-owned operators and licensors will replace the front axles with one with a coupler welded to the axle, free of charge. The recall began on September 21, 2017. RTDI customer service can be contacted at 1-417-266-7600. Note: This recall supersedes recall 16V-859." -08/10/2017,17V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V500000),"Forest River, Inc.",Battery Cable may Rub Against Frame Rail,ELECTRICAL SYSTEM,40-08032017-0491,Vehicle,47,"Forest River, Inc. (Forest River) is recalling certain 2016-2017 Berkshire vehicles built on Freightliner Custom Chassis XCR chassis. A battery cable mounting bracket may not have been installed correctly, as a result, the improperly routed and clipped battery cable can contact the frame rail, possibly chafing and short circuiting.",A battery cable short circuit can increase the risk of a fire.,"Foreest River will notify owners, and dealers will inspect and revise the battery cable mounting bracket and cable routing, as necessary, free of charge. The recall began on September 29, 2017. Owners may contact Forest River customer service at 1-800-34-7440 or DTNA customer service at 1-800-745-8000. Forest River's number for this recall is 40-08032017-0491." -08/10/2017,17V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V498000),Temsa,Tag Axle Hydraulic Steering Hose may Leak or Burst,STEERING,NR (Not Reported),Vehicle,205,Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain 2014-2018 TS45 coach buses. The hydraulic steering hose for the tag axle steering system may leak or burst during operation or service of the vehicle.,"If the hose bursts during vehicle operation, a loss of vehicle control can occur, increasing the risk of a crash. Additionally, the leaking hydraulic fluid may contact hot engine components, increasing the risk of a fire.","Temsa will notify owners, and dealers will replace the tag axle's steering hydraulic hoses, free of charge. The recall began on September 21, 2017. Owners may contact Temsa's agent, CH Bus Sales, at 1-407-271-8935." -08/10/2017,17V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V499000),Streetcar ORV LLC,Wheels may Fracture Causing Rapid Air Loss,WHEELS,NR (Not Reported),Vehicle,1765,"Streetcar ORV LLC, dba American Expedition Vehicles (AEV) is recalling certain 2013-2017 RAM 2500 and 3500 heavy duty trucks, modified by AEV to be equipped with cast aluminum Katla 8.5"" road wheels. The outer surface of the wheel may fracture, resulting in rapid air loss.","If the wheel fractures, a loss of vehicle control can occur, increasing the risk of a crash.","AEV will notify owners, and dealers will replace the wheels with wheels of similar value, free of charge. The recall began on August 30, 2017. Owners may contact AEV customer service at 1-248-926-0256 extension 500." -08/09/2017,17V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V497000),Newmar Corporation,Battery Cable may Rub Against Frame Rail,ELECTRICAL SYSTEM,17V-451,Vehicle,1167,"Newmar Corporation (Newmar) is recalling certain 2014 Moutain Aire and 2014-2017 Dutch Star recreational vehicles built on Freightliner XCR chassis manufactured by Daimler Trucks North America (DTNA). These chassis have a battery cable mounting bracket may not have been installed correctly, as a result, the improperly routed and clipped battery cable can contact the frame rail, possibly chafing and short circuiting.",A battery cable short circuit can increase the risk of a fire.,"Newmar will notify owners, and DTNA dealers will inspect and revise the battery cable mounting bracket and cable routing, as necessary, free of charge. The recall began on September 20, 2017. Owners may contact Daimler Trucks North America at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 17V-451." -08/08/2017,17V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V495000),"BMW of North America, LLC",Incorrectly Welded Driver Air Bag Inflator,AIR BAGS,NR (Not Reported),Vehicle,6785,"BMW of North America, LLC. (BMW) is recalling certain 2012-2013 BMW X3 xDrive28i, X3 xDrive35i, and M6 Convertible vehicles and 2013 M6 Coupe vehicles. The affected vehicles have a driver's frontal air bag inflator that may have been improperly welded.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator housing could separate from the base plate and result in metal striking the vehicle occupants, potentially resulting in serious injury or death.","BMW will notify owners, and dealers will replace the driver's front air bag module, free of charge. The recall began October 6, 2017. Owners may contact BMW customer service at 1-800-525-7417." -08/08/2017,17V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V496000),"Chrysler (FCA US, LLC)",Oil leak Due to Engine Oil Cooler Hose Separation,ENGINE AND ENGINE COOLING,T48,Vehicle,1207,Chrysler (FCA US LLC) is recalling certain 2017 Dodge Challenger and Charger vehicles equipped with Hellcat engines. The engine oil cooler (EOC) hoses may fail resulting in a rapid loss of engine oil.,"If an EOC line fails, oil may spray onto the windshield or contact a hot surface, impairing driver visibility and increasing the risk of a crash or fire.","Chrysler will notify owners, and dealers will replace the EOC lines, free of charge. The recall began October 3, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T48." -08/08/2017,17E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E045000),Hickory Springs Manufacturing Company,Seat Belt Mounting Studs have Inadequate Padding,SEATS,NR (Not Reported),Equipment,6052,"Hickory Springs Manufacturing Company (HSM) is recalling certain CE White Convertible School Bus Seats, QS11 Series. These seats were manufactured with integral D-Ring mounting studs that may have inadequate padding between the occupant and the D-ring mounting stud.","In the event of a rear end collision, the seat occupant's head may contact the D-ring mounting stud, increasing the risk of injury.","HSM will notify the bus manufacturers that purchased the seats and dealers for those manufacturers will add the proper padding, free of charge. The recall began on August 17, 2017. Owners may contact HSM customer service at 1-800-438-5341." -08/07/2017,17V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V493000),"Hino Motors Sales U.S.A., Inc.",Loose Door Hinge Bolts/FMVSS 206,STRUCTURE,M0300,Vehicle,99,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain 2018 NE8J, NJ8J, and NV8J vehicles. The door hinge bolts on these vehicles may not be sufficiently tightened, possibly allowing the door to open while driving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","The loose door hinges can cause the door to operate improperly and possibly open, increasing the risk of a crash or injury.","Hino will notify owners, and dealers will tighten the door hinge bolts, as necessary, free of charge. The recall began on October 9, 2017. Owners may contact Hino customer service at 1-248-699-9300. Hino's number for this recall is M0300." -08/07/2017,17E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E044000),"K&N Engineering, Inc.",Oil can Leak onto the Rear Tire or Rear Brake,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,134674,"K&N Engineering, Inc. (K&N) is recalling certain Powersports Oil Filters, part number KN-204, manufactured between March 1, 2016 and September 30, 2016. These oil filters may leak from the oil filter canister at the removal nut area onto the rear tire or rear brake of the motorcycle.","An oil leak onto the rear tire or rear brake can cause loss of vehicle control, increasing the risk of a crash.","K&N will notify the distributors that purchased the affected filters, and will replace the oil filters with an improved filter, free of charge. The recall began on October 6, 2017. Owners may contact K&N customer service at 1-800-643-6320 or by e-mail at recallkn204@knfilters.com." -08/07/2017,17V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V492000),Shyft Group,Seat Belt Mounting may Detach in a Crash/FMVSS 210,SEAT BELTS,17020,Vehicle,190,"Spartan Motors USA (Spartan) is recalling certain 2014-2017 Utilimaster Walk-In Vans. In the event of a crash, the seat belt D-ring mounting may detach, preventing the seat belt from restraining the occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""",A seat belt that does not keep the seat occupant restrained increases the risk of injury.,"Spartan will notify owners, and dealers will install a seat belt mounting reinforcement bracket, free of charge. The recall began on August 18, 2017. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 17020." -08/04/2017,17V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V490000),"Jaguar Land Rover North America, LLC",Improperly Secured Fuel Pump may Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",N074,Vehicle,1,"Jaguar Land Rover North America, LLC (Land Rover) is recalling one 2017 Land Rover Range Rover vehicle. A bolt used to attach the high pressure fuel pump may be too long. As a result, the fuel pump may not be properly secured and the fuel line may crack and leak.","A fuel line crack may leak fuel into the engine compartment, increasing the risk of a fire.","Land Rover will notify the owner, and a dealer will replace both fuel pumps and the associated fuel lines, free of charge. The recall began September 16, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N074." -08/04/2017,17V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V491000),"Jaguar Land Rover North America, LLC",Improperly Secured Fuel Pump may Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",H039,Vehicle,1,"Jaguar Land Rover North America, LLC (Jaguar) is recalling one 2017 Jaguar F-PACE vehicle equipped with a 3.0L engine. A bolt used to attach the high pressure fuel pump may be too long. As a result, the fuel pump may not be properly secured and the fuel line may crack and leak.","A fuel line crack may leak fuel into the engine compartment, increasing the risk of a fire.","Jaguar will notify the owner, and a dealer will replace both fuel pumps and the associated fuel lines, free of charge. The recall began September 12, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H039." -08/04/2017,17V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V494000),"Trail King Industries, Inc.",Pivot Plate may Crack and Trailer may Disconnect,STRUCTURE,NR (Not Reported),Vehicle,743,"Trail King Industries, Inc. (Trail King) is recalling certain 2012-2014 TK70HDG, TK80HDG, TK102HDG, TK110HDG, and TK110HED gooseneck trailers. The pivot plate reinforcement in the gooseneck pivot area is shorter than necessary to prevent the pivot plate from cracking.","The cracking plate may result in the trailer deck disconnecting from the gooseneck, increasing the risk of a crash.","Trail King will notify owners, and dealers will inspect the pivot plate for cracks, repairing any that are found, and add reinforcements to the pivot plate, free of charge. The recall began on August 18, 2017. Owners may contact Trail King customer service at 1-800-843-3324." -08/03/2017,17V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V488000),"BMW of North America, LLC",Brake Light may not Illuminate/FMVSS 108,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,911,"BMW of North America, LLC (BMW) is recalling certain 2014-2017 R1200RT Police motorcycles. While being used in a special operating mode, the brake lights on these motorcycles may not illuminate when the brakes are applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake light does not illuminate, other drivers may not know that the motorcycle is stopping, increasing the risk of a crash.","BMW will notify owners, and dealers will update the motorcycle's software, free of charge. The recall began October 12, 2017. Owners may contact BMW customer service at 1-800-525-7417." -08/03/2017,17V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V487000),"General Motors, LLC",Missing Child Anchorage Instructions/FMVSS 225,CHILD SEAT,17307,Vehicle,29647,"General Motors LLC (GM) is recalling certain 2017 Chevrolet Silverado 1500, and GMC Sierra 1500 trucks. The owner's manual for the affected vehicles may be missing instructions on how to use the tether anchorage and child restraint anchorage systems. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the instructions are missing from the owner's manual, the child seat may be installed incorrectly and not be properly secured, increasing the risk of injury in a crash.","GM will notify owners, and dealers will provide a corrected insert for the owners manual, free of charge. The recall began on September 25, 2017. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 17307." -08/03/2017,17V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V489000),"Conel, LLC dba McElrath Trailers",Trailer Neck may Detach,STRUCTURE,VSB 154,Vehicle,105,"Conel, LLC dba McElrath Trailers (McElrath Trailers) is recalling certain 2015-2017 VX30-800 and VX50-800 trailers. The frame on the trailers may deform at the transition of straight and angled lateral portions, possibly resulting in the trailer neck separating from the rear portion of the trailer.",If the trailer neck separates from the rear of the trailer there would be an increased risk of a crash.,"McElrath has notified owners, and dealers will add bracing to the trailer to reduce deflection in the side rails and tongue area, free of charge. The recall began on September 19, 2017. Owners may contact McElrath Trailers customer service at 1-864-814-2220. McElrath's number for this recall is VSB 154." -08/02/2017,17E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E043000),VMAC Global Technology Inc,Fan Assembly may Detach from Water Pump,ENGINE AND ENGINE COOLING,EXT-ALL-002,Equipment,93,"VMAC Global Technology Inc. (VMAC) is recalling certain VR 150 Underhood Air Compressors, part number V910022, and VR 70 Underhood Air Compressors, part number V900122, sold for use on 2017 Ford 6.2L V8 trucks. The flange plate on the water pump shipped with the VMAC mounting kit can detach and allow the fan assembly to detach and move around within the engine compartment.",The loose fan assembly may cause impact damage to other engine components and increase the risk of injury to persons standing adjacent to the vehicle.,"VMAC has notified owners and will provide a replacement water pump, free of charge. The recall began on August 15, 2017. Owners may contact VMAC customer service at 1-800-738-8622. VMAC's number for this recall is EXT-ALL-002." -08/02/2017,17V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V485000),"Chrysler (FCA US, LLC)",Incorrect Software Combination/FMVSS 101,ELECTRICAL SYSTEM,T50,Vehicle,3002,"Chrysler (FCA US LLC) is recalling certain 2017 Jeep Renegade vehicles. Due to a software issue, multiple malfunction indicator lamps may illuminate on the instrument panel when no malfunction exists. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","If the malfunction indicator lamps illuminate at incorrect times, the driver may be unaware when a true malfunction occurs, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the Instrument Panel Control software, free of charge. The recall began on September 14, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T50." -08/02/2017,17V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V484000),"Forest River, Inc.",Incorrect Weight on Federal Placard/Part 567,EQUIPMENT,63-07312017-0485,Vehicle,30,"Forest River, Inc. (Forest River) is recalling certain 2018 Salem and Wildwood recreational trailers. The Federal Placards on these vehicles may state an incorrect weight of the trailer. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An incorrect weight on the label may affect how the operator loads the vehicle, impacting the handling and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard with correct weight and cargo carrying capacity, free of charge. The recall began August 4, 2017. Owners may contact Forest River customer service at 1-574-534-4058. Forest River's number for this recall is 63-07312017-0485." -08/02/2017,17V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V486000),"CSI Emergency Apparatus, LLC",Wheels May Crack and Break,WHEELS,NR (Not Reported),Vehicle,4,"CSI Emergency Apparatus, LLC (CSI) is recalling certain 2013-2016 Wildland Emergency vehicles built on Ford F-550 chassis. These vehicles are equipped with Stazworks wheels that may crack and break during vehicle operation, resulting in a detachment of the wheel.",A wheel loss while driving can increase the risk of a crash.,"CSI has notified all owners, and dealers have replaced all the affected wheels, free of charge. The recall began on June 16, 2017. Owners may contact CSI customer service at 1-989-348-2877." -08/01/2017,17E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E042000),Timken Company,Hub Unit Bearing may Allow Wheel Detachment,SUSPENSION,NR (Not Reported),Equipment,400,"Timken Company (Timken) is recalling certain Rear Hub Unit Bearings , part numbers HB5Z1104A and HA590446 sold by Timken for installation on 2011-2017 Ford Explorer 4X2 vehicles. These Rear Hub Unit Bearings with Ford branding, were manufactured without a self retention feature, possibly resulting in the separation of the wheel or wheel end.",A loss of the wheel or wheel end can increase the risk of a crash.,"Timken will notify the known owners and the distributors that received the parts, and dealers will provide a replacement rear hub unit bearing, free of charge. The recall began on August 1, 2017. Owners may contact Timken customer service at 1-866-984-6536." -08/01/2017,17V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V483000),Utility Trailer Manufacturing Company,Improper Weld Allowing Mudflap Bracket to Detach,SUSPENSION,NR (Not Reported),Vehicle,35,Utility Trailer Manufacturing Company (Utility Trailer) is recalling certain 2017 VS2RA trailers. The weld that secures the mud flap bracket to the suspension beam may allow the mud flap bracket to detach.,"If the mud flap detaches during trailer use, it could become a road hazard, increasing the risk of a crash.","Utility Trailer has notified owners, and dealers will inspect the weld for cracks, re-welding the bracket as necessary, free of charge. The recall began on July 28, 2017. Owners may contact Utility Trailer customer service at 1-818-965-1541." -07/28/2017,17E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E040000),Carli Suspension,Adjustable Track Bar may Detach,SUSPENSION,NR (Not Reported),Equipment,2355,"Carli Suspension is recalling adjustable track bars, part numbers CS-DPRB03 and CS-DPRB14. These track bars were sold for use on 2013-> Ram 3500 4X4, 2014-> Ram 2500 4X4, 2003-2013 Ram 2500 Diesel and Hemi and 2003-2012 Ram 3500 diesel trucks. The track bars have a Johnny Joint rod end that may break, resulting in the track bar detaching from the axle.","If the joint were to break, the detached track bar would cause a loss of steering, increasing the risk of a crash.","Carli Suspension will notify owners, and will provide a heim joint to replace the Johnny Joint, free of charge. The recall began on August 14, 2017. Owners may contact Carli Suspension customer service at 1-888-992-2754 or info@CarliSuspension.com." -07/28/2017,17V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V478000),"Daimler Vans USA, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,43689,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2007-2009 Freightliner and Dodge Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled into the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the passenger side frontal air bag, free of charge. The recall began on September 29, 2017. Owners may contact DVUSA customer service at 1-877-762-8267. Note: This recall fully supersedes recall 15V-354 and partially supersedes recalls 16V-379 and 17V-025." -07/28/2017,17V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V479000),"Daimler Vans USA, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,20665,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2010-2011 Freightliner and Mercedes Benz Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled into the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the front passenger side air bag, free of charge. The began on January 12, 2018. Owners may contact DVUSA customer service at 1-877-762-8267. Note: This recall partially supersedes recall 16V-379." -07/28/2017,17V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V480000),"Daimler Vans USA, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,17609,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2012 Freightliner and Mercedes Benz Sprinter 2500 and 3500 vehicles. These vehicles are equipped with certain air bag inflators assembled into the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"DVUSA will notify owners, and dealers will replace the front passenger side air bag, free of charge. The recall began on January 12, 2018. Owners may contact DVUSA customer service at 1-877-762-8267. Note: This recall supersedes recall 17V-025." -07/28/2017,17V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V482000),"Vantage Mobility International, LLC",Rear Pinion Brackets may Crack,POWER TRAIN,PAC20170728,Vehicle,524,"Vantage Mobility International, LLC (VMI) is recalling certain 2017 Chrysler Pacifica lowered floor vehicles modified by VMI. The rear pinion bracket on both sides of the vehicle may crack, causing the axle not to be centered and the wheel to wobble.","A wheel wobble may cause a possible loss of control, increasing the risk of a crash.","VMI will notify owners, and dealers will replace the pinion brackets, free of charge. The recall began on August 14, 2017. Owners may contact VMI customer service at 1-800-488-9082. VMI's number for this recall is PAC20170728." -07/28/2017,17V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V481000),"BMW of North America, LLC",Reflex Reflector Visibility Blocked/FMVSS 108,EQUIPMENT,NR (Not Reported),Vehicle,47775,"BMW of North America, LLC (BMW) is recalling certain 2013-2017 F800R and F800GT motorcycles, 2014-2018 R1200GS and R1200GS Adventure motorcycles, 2016-2017 S1000XR motorcycles and 2015-2017 R1200R and R1200RS, 2008-2012 F650GS, 2008-2018 F800GS, and 2014-2017 F800GS Adventure motorcycles. When equipped with the optional aluminum luggage cases, the rear reflex reflectors may be partially blocked. The aluminum case mounts for the R1200GS and R1200GS Adventure may also partially block the reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the rear reflex reflectors are obscured from view, it can increase the risk of a crash.","BMW will notify owners, and dealers will install reflectors on the cases or for the case mounts, an additional bracket with rear reflex reflectors, free of charge. The recall began October 16, 2017. Owners may contact BMW customer service at 1-800-525-7417." -07/28/2017,17E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E041000),Dana Incorporated,Tie Rod may Loosen,STEERING,NR (Not Reported),Equipment,25300,"Dana, Inc., (Dana) is recalling certain Spicer D-Series and E-Series steer axles. The castellated nut on the steer axles may not be properly torqued, allowing the tie rod to loosen.","If the tie rod loosens, it may disconnect from the steering knuckle, causing a complete loss of steering and increasing the risk of a crash.","Dana will notify the manufacturers of the commercial vehicles that purchased the axles. Those manufacturers will conduct recalls and their dealers will inspect the torque of the castellated nut and tie rod, tightening it as necessary, free of charge. The recall began on August 22, 2017. Owners may contact Dana customer service at 1-877-777-5360." -07/27/2017,17V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V476000),"Nissan North America, Inc.",Fuel Pump Control Module Software may cause Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14192,"Nissan North America, Inc. (Nissan) is recalling certain 2016-2018 Infiniti Q50 and 2017 Infiniti Q60 vehicles equipped with a 2.0L engine. Incorrect Fuel Pump Control Module (FPCM) software may allow the fuel level in the main tank to be too low to supply fuel to the engine, causing the engine to stall while driving.",An engine stall can increase the risk of a crash.,"Nissan will notify owners, and Infiniti dealers will reprogram the Fuel Pump Control Module (FPCM) with corrected software, free of charge. The recall began August 29, 2017. Owners may contact Infiniti customer service at 1-800-662-6200." -07/27/2017,17V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V477000),REV Recreation Group,Headlight Lenses may Crack or Break,EXTERIOR LIGHTING,170720REV,Vehicle,219,"REV Recreation Group (REV) is recalling certain 2017-2018 Fleetwood Discovery and Discovery LXE, and Holiday Rambler Endeavor, Endeavor XE, and Admiral XE motorhomes, as well as 2018 Monaco Diplomat, Fleetwood Pace Arrow, Bounder, Flair, and Storm motorhomes, and Holiday Rambler Navigator and Vacationer XE motorhomes. The affected vehicles may have been manufactured with headlights that do not have tempered glass lenses.","If the headlamp lens is not tempered, it may crack or break, which may cause decreased illumination and/or premature failure of the headlight bulb, increasing the risk of a crash.","REV Recreation Group will notify owners, and authorized REV dealers will inspect, and if necessary, replace non-tempered, defective headlamp lenses with new headlamp lenses, free of charge. The recall began on September 8, 2017. Owners may contact REV customer service at 1-800-509-3417. REVs number for the recall is 170720REV." -07/26/2017,17V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V474000),Mazda North American Operations,Driver's Frontal Air Bag May Rupture,AIR BAGS,1417G,Vehicle,308992,"Mazda North American Operations (Mazda) is recalling certain model year 2003-2008 Mazda6, 2004-2008 RX-8, and 2006-2007 Mazdaspeed6 vehicles. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion and other factors, including manufacturing variability that, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Mazda will notify owners, and dealers will replace the driver's frontal air bag inflator with an alternate inflator, free of charge. The recall began on September 12, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1417G. Note: This recall supersedes recall 15V-382." -07/25/2017,17V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V473000),Lakota Corporation,Ramp may Detach from Rear of Trailer,STRUCTURE,Non-LQ ext ramp,Vehicle,14,"Lakota Corporation (Lakota) is recalling certain 2017-2018 Lakota trailers. The rear external load ramp was not mounted with nuts and bolts in addition to being welded, possibly resulting in the ramp detaching from the trailer.","If the ramp detaches from the rear of trailer, it may be a road hazard, increasing the risk of a crash.","Lakota will notify owners, and dealers will install bolts and nuts on each rear external ramp, free of charge. The recall began on August 10, 2017. Owners may contact Lakota customer service at 1-574-848-1636. Lakota's number for this recall is Non-LQ ext ramp." -07/25/2017,17V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V472000),Ford Motor Company,Seat and Seat Belt Mounting Bolts may Fracture,SEAT BELTS,17S17,Vehicle,94605,"Ford Motor Company (Ford) is recalling certain 2014 Ford F-150 and E-350, 2014-2015 Ford Escape, and 2015 Lincoln MKC vehicles. Improperly manufactured bolts may have been used to install certain seats, seatbacks, seatbelt buckles, or seatbelt anchors on these vehicles.","The improperly manufactured bolts may fracture. If a seat, seatback, or seatbelt anchor attaching bolt fractures, the affected component may not be properly secured, increasing the risk of injury in the event of a crash.","Ford will notify owners, and dealers will replace the affected bolts, free of charge. Interim notices informing owners of the safety risk were mailed September 8, 2017. Owners will receive a second notice when remedy parts become available in the fourth quarter of 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S17." -07/25/2017,17V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V471000),PACCAR Incorporated,Spotlight Circuit may not be adequately Protected,ELECTRICAL SYSTEM,17KWC and 717-B,Vehicle,5731,PACCAR Incorporated (PACCAR) is recalling certain 2013-2017 Peterbilt 567 and 579 Kenworth T680 and T880 trucks equipped with optional spotlights. The spotlight circuit may not be adequately protected in the event of a short.,A short in the spotlight circuitry may increase the risk of a fire at the cab fuse block.,"PACCAR will notify owners, and dealers will change the polyfuse switch in the spotlight circuit to a standard fuse, free of charge. The recall began on September 19, 2017. Owners may contact PACCAR customer service at 1-940-591-4220. PACCAR's number for this recall is 17KWC and 717-B." -07/24/2017,17V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V470000),Temsa,Air Bellow Protection Cover may Contact Tire,ENGINE,NR (Not Reported),Vehicle,184,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain 2014-2018 TS45 motorcoaches. During use or while servicing, the air bellow protection cover may be bent, allowing it to contact and potentially damage the tires on the tag axle.","The contact may cause a tire to go flat, affecting vehicle handling and increasing the risk of crash.","Temsa will notify owners, and dealers will replace the air bellow cover with a newly designed cover, free of charge. The recall began on September 12, 2017. Owners may contact CH Bus Sales, the US Agent for Temsa at 1-407-271-8935." -07/24/2017,17V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V469000),"Piaggio Group Americas, Inc.",Swing Arm may Loosen,SUSPENSION,NR (Not Reported),Vehicle,180,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2018 Liberty 50 iGet 3V scooters. The nut that holds the rear swing arm to the frame may loosen allowing the swing arm to move out of position.","The shifting swing arm may cause a loss of control, increasing the risk of a crash.","Piaggio will notify owners, and dealers will check the swing arm nut torque, tightening or replacing the nut, bolt and washer, free of charge. The recall began on August 2, 2017. Owners may contact Piaggio customer service at 1-212-380-4433." -07/22/2017,17V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V468000),"Piaggio Group Americas, Inc.",Front Brake Disc Screws may Loosen,"SERVICE BRAKES, HYDRAULIC",0000313,Vehicle,1200,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2014-2017 Piaggio Fly 150 3V ie scooters. The front brake disc mounting screws may loosen and contact the brake caliper holding plate or the fork leg.","If a screw loosens and contacts the caliper holding plate or the fork leg, the front wheel may suddenly lock up, increasing the risk of crash.","Piaggio has notified owners, and dealers will tighten the front brake disc mounting screws after applying a thread-locking adhesive, free of charge. The recall began July 31, 2017. Owners may contact Piaggio customer service at 1-212-380-4433. Piaggio's number for this recall is 0000313." -07/21/2017,17V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V467000),"BMW of North America, LLC",Front Wheel Rim may be Missing Markings/FMVSS 120,WHEELS,NR (Not Reported),Vehicle,37,"BMW of North America, LLC (BMW) is recalling certain 2017 BMW C650 GT and BMW C Evolution scooters for failing to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and rims-other than passenger cars."" The front rims may not be marked with the required rim type and the DOT designation.","Since the rim is not marked with the rim size and the DOT designation, a tire of the incorrect size may be installed on this rim, affecting the handling of the scoter and increasing the risk of a crash.","BMW will notify owners, and dealers will replace any rims that are not correctly marked, free of charge. Interim notices informing owners of the safety risk were mailed September 26, 2017. Owners will receive a second notice when the remedy becomes available. Owners may contact BMW customer service at 1-800-525-7417." -07/20/2017,17V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V462000),Toyota Motor Engineering & Manufacturing,Front Drive Shaft may Separate,POWER TRAIN,H0M,Vehicle,671,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016 Camry Hybrid and Avalon Hybrid vehicles. The front drive shaft may separate.,"A front driveshaft separation would result in a loss of propulsion while driving, and if the driver exits the vehicle without applying the parking brake, the vehicle may roll. Both scenarios can increase the risk of a crash.","Toyota will notify owners, and dealers will check the serial number of the vehicle's drive shaft, replacing any that are affected, free of charge. The recall began on August 11, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0M." -07/20/2017,17V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V463000),"Smeal Holding, LLC",Hydraulic Manifold may not be Fully Seated,EQUIPMENT,17019,Vehicle,109,"Smeal Fire Apparatus Co., Inc. (Smeal) is recalling certain 2016-2017 Aerial Fire Apparatus emergency vehicles. The hydraulic manifold that controls the aerial device may not be fully seated, possibly resulting in a hydraulic fluid leak.","The hydraulic fluid leak may result in inadvertent movement of the aerial device, increasing the risk of injury.","Smeal will notify owners, and dealers will inspect the mating surface of the hydraulic manifold, correcting the problem as necessary, free of charge. The recall began on August 10, 2017. Owners may contact Smeal customer service at 1-800-543-5008. Smeal's number for this recall is 17019." -07/20/2017,17V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V464000),Tremcar,Rear Impact Guard Failure/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,3,"Tremcar is recalling the rear impact guards used on certain 2008 Tremcar 1350 cubic ft B-train pup, 2008-2017 Tremcar 2800 cubic ft Dry Bulk Quad, 2014 Tremcar 1625 cubic ft Vac tandem, and 2016 Tremcar 2300 cubic ft Quad trailers. When impacted at the outer portions, the guards did not adequately resist sufficient force. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 223, ""Rear Impact Guards.""","These rear impact guards may not adequately reduce the possibility of a car traveling under the trailer in the event of a crash, increasing the risk of injury to the car driver.","The purchaser of the affected guards is aware of the recall, therefore owner notification letters will not be sent. The remedy for this recall is still under development. The recall began on July 20, 2017. Owners may contact Tremcar customer service at 1-800-363-2158." -07/20/2017,17V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V461000),"Mitsubishi Motors North America, Inc.",Water Intrusion may cause Wiper Motor Failure,VISIBILITY,SR-17-003,Vehicle,100082,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2007-2013 Outlander vehicles. In the affected vehicles, water may drop between the hood and the windshield and leak into the wiper motor breathing hole. The water may cause internal corrosion of the windshield wiper motor and the possible failure of the motor.","Failure of the wiper motor can cause a loss of visibility, increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the wiper motor, free of charge. The recall began July 28, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-003." -07/20/2017,17V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V460000),Shyft Group,Windshield Wipers may not Function,VISIBILITY,17018,Vehicle,514,"Spartan Motors USA (Spartan) is recalling certain 2015-2017 Spartan Fleet Vehicle and Service Utilimaster Aeromaster vehicles. The affected vehicles are missing a ground wire for the windshield wiper motor, possibly resulting in an intermittent loss of windshield wiper function.","A loss of windshield wiper function can reduce the driver's visibility, increasing the risk of a crash.","Spartan will notify owners, and dealers will add a ground wire for the wiper motor, free of charge. The recall began on August 17, 2017. Owners may contact Spartan customer service at 1-800-582-3454. Spartan's number for this recall is 17018." -07/19/2017,17V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V450000),"Daimler Trucks North America, LLC",Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",FL744,Vehicle,74,"Daimler Trucks North America (DTNA) is recalling certain 2017-2018 Freightliner 122SD trucks, Western Star 4900 and 6900 trucks, and Freightliner Custom Chassis XCM and XCP chassis equipped with Cummins ISX15 engines. The affected engines have a fuel pump whose drive gear may slip on its drive shaft, resulting in a loss of fuel pump function.","Failure of the fuel pump will result in a sudden engine stall with no warning, and with no ability to restart, increasing the risk of a crash.","Cummins will send notices to the owners of the affected vehicles and Cummins dealers will replace the fuel pumps, free of charge. The recall began on September 11, 2017. Owners may contact Cummins customer service at 1-800-286-6467 or DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL744." -07/19/2017,17V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V459000),Carry-On Trailer Corp.,Trailer Breakaway Brake may not Function,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,2728,"Carry-On Trailer Corp. (Carry-On Trailer) is recalling certain 2017 Utility, Dump, and Enclosed trailers equipped with electric brakes. The affected trailers use the Bright Way breakaway box number 2305 which has a push-to-test light that may remain lit at all times.","If push to test light remains lit for an extended period of time, the circuit board might fail causing the breakaway brakes to not perform as intended, increasing the risk of a crash if the trailer separates from the tow vehicle.","Carry-On Trailer has notified owners, and dealers will retrofit the previous version breakaway charger, free of charge. The recall began on July 14, 2017. Owners may contact Carry-On Trailer customer service at 1-706-356-5379." -07/18/2017,17E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E038000),TriMark Corporation,Door Striker Bolts may Fail/FMVSS 206,STRUCTURE,NR (Not Reported),Equipment,781,"TriMark Corporation (TriMark) is recalling certain door striker bolts, model number 070-0100, assembled into door systems for ambulance manufacturers and distributors. The striker bolts may fail under load allowing the doors to open in the event of a crash. As such, these bolts fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door locks and door retention components.""",If a door opens in a crash there would be an increased risk of injury.,"TriMark will notify the purchasers of the door systems, and will provide replacement Striker Bolts, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Trimark customer service at 1-641-394-3188." -07/18/2017,17V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V455000),Pierce Manufacturing,Fire Truck may not Pump Water in Cold Temperatures,EQUIPMENT,74B281,Vehicle,65,"Pierce Manufacturing (Pierce) is recalling certain 2016-2017 Arrow XT, Enforcer, Impel, Quantum, and Velocity fire trucks equipped with Hale Pump Interlock Module Kits. The Hale interlock pressure switch can fail after prolonged exposure to extreme cold temperatures, preventing the fire truck water pump from operating.","If the fire truck cannot pump water during a fire emergency, there would be an increased risk of injury.","Pierce will notify owners, and Hale Products dealers will replace the interlock modules, free of charge. The recall began on March 24, 2017. Owners may contact Hale customer service at 1-800-533-3569 or Pierce customer service at 1-414-832-3000. Pierce's number for this recall is 74B281." -07/18/2017,17V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V456000),"Winnebago Industries, Inc.",Incorrect GAWR and GVWR Information/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,6,"Winnebago Industries, Inc (Winnebago) is recalling certain 2015 BUS28WC and BUS28SH transit buses. Based on the seating capacity of the vehicle as equipped, if fully loaded, the vehicles may exceed the gross vehicle weight rating (GVWR) and/or the gross axle weight rating (GAWR) limitations indicated on the certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Overloading of the transit bus may result in a loss of control, increasing the risk of a crash.","Winnebago will notify owners, and dealers will reduce the seating capacity of the bus, free of charge. The recall began on September 13, 2017. Owners may contact Winnebago customer service at 1-641-585-3535." -07/18/2017,17V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V457000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,1317F,Vehicle,79402,"Mazda North America Operations (Mazda) is recalling certain 2012 CX-7, CX-9 and Mazda6 vehicles sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Mazda is recalling certain 2009 CX-7, CX-9 and Mazda6 vehicles sold, or ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone A"" or ""Zone B"" above, Mazda is recalling certain 2007-2008 CX-7 and CX-9 sold, or ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger side air bag inflator with an alternate inflator, free of charge. The recall began October 4, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1317F. Note: This recall supersedes recall 17V-012." -07/17/2017,17V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V451000),"Daimler Trucks North America, LLC",Battery Cable may Rub Against Frame Rail,ELECTRICAL SYSTEM,FL741,Vehicle,1308,"Daimler Trucks North America (DTNA) is recalling certain 2014-2017 Freightliner Custom Chassis XCR chassis. A battery cable mounting bracket may not have been installed correctly, as a result, the improperly routed and clipped battery cable can contact the frame rail, possibly chafing and short circuiting.",A battery cable short circuit can increase the risk of a fire.,"DTNA will notify owners, and dealers will inspect and revise the battery cable mounting bracket and cable routing, as necessary, free of charge. The recall began on September 14, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL741." -07/17/2017,17V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V449000),"Nissan North America, Inc.",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,515394,"Nissan North America, Inc. (Nissan) is recalling certain 2007-2011 Versa Sedan and 2007-2012 Versa Hatchback vehicles. The affected vehicles have a driver frontal air bag inflator that may rupture due to propellant degradation occurring after long-term exposure to moderate absolute humidity, temperatures, and temperature cycling.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the subject inflator with a new one manufactured by a different supplier, free of charge. The recall began on March 9, 2018. Owners may contact Nissan customer service at 1-800-647-7261." -07/17/2017,17V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V453000),"Daimler Trucks North America, LLC",Pocket Track may not Anchor Wheelchair in a Crash,EQUIPMENT,FL-743,Vehicle,1462,"Daimler Trucks North America LLC (DTNA) is recalling certain 2005-2018 Thomas Built Buses Saf-T-Liner C2 school buses. In the event of a crash, the wheelchair pocket track anchorage may not adequately secure a the wheelchair.","In the event of a crash, an unsecured wheelchair may increase the risk of injury.","DTNA will notify owners, and dealers will add additional fasteners to the wheelchair pocket track to reinforce the anchorage, free of charge. An interim notice was sent to owners on September 13, 2017. The recall began on December 20, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-743." -07/17/2017,17V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V454000),"Daimler Trucks North America, LLC",Pocket Track may not Anchor Wheelchair in a Crash,EQUIPMENT,FL-743,Vehicle,32,"Daimler Trucks North America LLC (DTNA) is recalling certain 2005-2018 Thomas Built Buses Saf-T-Liner C2 transit buses. In the event of a crash, the wheelchair pocket track anchorage may not adequately secure a the wheelchair.","In the event of a crash, an unsecured wheelchair may increase the risk of injury.","DTNA will notify owners, and dealers will add additional fasteners to the wheelchair pocket track to reinforce the anchorage, free of charge. An interim letter was mailed on September 13, 2017. The recall began on December 20, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-743." -07/17/2017,17V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V452000),"Daimler Trucks North America, LLC",Recovery Tow Hooks may Fail,EQUIPMENT,FL-742,Vehicle,2483,"Daimler Trucks North America (DTNA) is recalling certain 2018 Freightliner Cascadia, M2 Business Class, 114SD, and 122SD trucks, and Western Star 4700 and 5700 trucks. These vehicles have tow hooks used for recovery purposes that may fail during use.","If the tow hook fails without warning during a recovery operation, the sudden release of the vehicle may increase the risk of injury.","DTNA will notify owners, and dealers will inspect the vehicle's tow hooks and, depending on their production date codes, will replace them, free of charge. The recall began on September 14, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-742." -07/17/2017,17E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E037000),PACCAR Incorporated,Winch may Fail Under Load,EQUIPMENT,17WINA,Equipment,427,"PACCAR Incorporated (PACCAR) is recalling certain Braden Hydraulic Recovery winches, model number PD18C, sold as part numbers 05370, 05373, 05374, 05375, 05439, 05644, 06033, 06811, 06979, and 83195 by PACCAR Winches. A defective ring gear adapter might cause the winch to fail under load.","Failure of the winch may result in loss of control of the load, increasing the risk of injury.","PACCAR will notify owners, and dealers will test the winches, replacing any defective ring gear adapters, free of charge. The recall began on July 28, 2017. Owners may contact PACCAR customer service at 1-918-259-3258. PACCAR's number for this recall is 17WINA." -07/16/2017,17V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V448000),"Mercedes-Benz USA, LLC",Parking Brake Cable may Loosen,PARKING BRAKE,2017080009,Vehicle,5061,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 smart fortwo vehicles. In these vehicles, the lock nut that secures the parking brake cable to the parking brake lever may loosen over time, resulting in increased parking brake lever travel before the parking brake engages.","As the parking brake lever travel increases, the holding force may decrease to a point where the vehicle is no longer safely secured in all parking situations, allowing the vehicle to unexpectedly move when parked on a slope, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the parking brake cable lock nut, free of charge. The recall began September 20, 2017. Owners may contact smart customer service at 1-877-496-3691." -07/14/2017,17V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V444000),Keystone RV Company,Bolt for the Kitchen Slide May Contact Tire,EQUIPMENT,17-293,Vehicle,137,"Keystone RV Company (Keystone) is recalling certain 2016-2018 Keystone Avalanche recreational trailers, model 370RD. The affected vehicles have an adjustment bolt for the kitchen slide-out that could contact the front tire.","If the bolt contacts the front tire, the tire may suddenly fail, increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the adjustment bolt with a shorter one, free of charge. The recall began on July 27, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-293." -07/14/2017,17V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V446000),"Forest River, Inc.",Driveshaft Coupling May Fail,POWER TRAIN,5-07142017-0481,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain 2016 StarCraft Quest school buses built on Ford Transit chassis. In the affected vehicles, the flexible coupling connecting the transmission to the driveshaft may prematurely fail.","If the coupling fails, the vehicle will not be able to move under its own power and the disconnected driveshaft may impact and damage the brake and fuel lines. Additionally, the separated driveshaft may allow the vehicle to roll if the vehicle is exited when the transmission is in 'Park' but the parking brake is not applied. These scenarios may increase the risk of a crash.","Forest River will notify owners, and as an interim repair, Ford dealers will replace the flexible coupling on any vehicle with more than 30,000 miles. A final remedy repair of a redesigned flexible coupling or a revised driveshaft equipped with a universal joint is being developed and is expected in early 2018. These repairs will be made free of charge. The recall began on July 25, 2017. Owners may contact Ford customer service at 1-800-392-3673 or Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 5-07142017-0481." -07/14/2017,17V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V447000),"Mercedes-Benz USA, LLC",Left Front Axle Steering Knuckle may Fail,STEERING,2017090002,Vehicle,110,Mercedes-Benz USA LLC. (MBUSA) is recalling certain 2017 smart fortwo and smart fortwo Cabriolet vehicles. Casting imperfections may result in the failure of the left front axle steering knuckle.,"Failure of the left front axle steering knuckle could affect vehicle control, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the left front axle steering knuckle, replacing any from the affected batch, free of charge. The recall October 13, 2017. Owners may contact smart customer service at 1-877-496-3691." -07/14/2017,17V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V445000),"Forest River, Inc.",Wrong VIN on Federal Placard/FMVSS 567,EQUIPMENT,10C-07142017-0480,Vehicle,12,"Forest River, Inc. (Forest River) is recalling certain 2017 Rockwood travel trailers, models RLF8301WS and RLF8301WS-W. The affected vehicles have a Federal Placard with an incorrect ninth place check digit printed on the VIN label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect Check Digit will hinder the registration of the vehicle, which can lead to improper licensing and the failure to properly account for the vehicle in the event of a safety recall.","Forest River will notify owners, and will provide a corrected Federal Placard, free of charge. The recall began on July 21, 2017. Owners may contact Forest River customer service at 1-574-642-5164. Forest River's number for this recall is 10C-07142017-0480." -07/13/2017,17V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V441000),Entegra Coach,Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,18,"Entegra Coach (Entegra) is recalling certain 2018 Cornerstone motorhomes equipped with Cummins ISX 15L engines. These engines have a fuel pump whose drive gear could possibly slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Entegra has notified owners, and qualified Spartan Service Center/Cummins Distributors will replace the fuel pumps, free of charge. The recall began on July 21, 2017. Owners may contact Spartan customer service at 1-855-589-9836 or Entegra customer service at 1-800-517-9137." -07/13/2017,17V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V443000),PACCAR Incorporated,Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",C1909,Vehicle,1737,"PACCAR Incorporated (PACCAR) is recalling certain 2017-2018 Peterbilt 367, 389, 567, 579 and 587 trucks, and 2018 Kenworth C500, T680, T800, T880 and W900 trucks equipped with Cummins ISX 15L engines. These engines have a fuel pump whose drive gear could possibly slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Cummins will notify the vehicle purchaser, and Cummins dealers will replace the fuel pumps, free of charge. The recall began July 1, 2017. Owners may contact Cummins customer service at 1-800-286-6467 or PACCAR customer service at 1-425-468-7400. PACCAR's number for this recall is C1909." -07/13/2017,17V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V442000),Honda (American Honda Motor Co.),Fuel Supply Pipe may Disconnect and Leak,"FUEL SYSTEM, GASOLINE",KH1,Vehicle,32233,"Honda (American Honda Motor Co.) is recalling certain 2017 Honda CR-V 2WD and AWD vehicles. The affected vehicles have a fuel supply pipe that may have been improperly manufactured, possibly resulting in the pipe disconnecting and leaking while driving.","If the pipe disconnects, the engine will stall, increasing the risk of a crash. Additionally, the disconnected pipe may leak fuel, which, in the presence of an ignition source, can increase the risk of a fire.","Honda will notify owners, and dealers will replace the fuel supply pipe, free of charge. The recall began August 31, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KH1." -07/13/2017,17V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V440000),"Jayco, Inc.",Incorrect Cargo Carrying Capacity Label/FMVSS 110,EQUIPMENT,9901358,Vehicle,116,"Jayco, Inc. (Jayco) is recalling certain 2017 Jay Flight SLX travel trailers equipped with the Rocky Mountain Package option. The Cargo Carrying Capacity (CCC) labels on the affected vehicles did not include the weight of the water tank and water when calculating the CCC, therefore, the CCC is overstated beyond the 1% variance allowed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Without an accurate CCC, the trailer may be overloaded, affecting the handling and increasing the risk of a crash.","Jayco has notified owners and will provide them with corrected labels, free of charge. The recall began on July 20, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901358." -07/13/2017,17V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V439000),Keystone RV Company,Trailer built with Incorrect Drawbar,STRUCTURE,17-290,Vehicle,910,"Keystone RV Company (Keystone) is recalling certain 2016-2017 Keystone Outback travel trailers, models 220URB, 240URS, 250URS, 255UBH, and 293UBH. The affected vehicles were built with an incorrect drawbar installed to tow the travel trailer.","Under certain conditions while traveling, the drawbar may bend, affecting vehicle handling and increasing the risk of a crash.","Keystone will notify owners, and dealers will bolt on a reinforcement channel over the existing drawbar attachment of the frame, free of charge. The recall began on August 28, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-290." -07/11/2017,17V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V465000),"Kawasaki Motors Corp., U.S.A.",Defective Tail/Brake Light Assembly,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1837,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain 2017 Versys-X 300 motorcycles. A loose tail/brake light socket may allow the bulb to fall out.","Without a working tail/brake light, there is an increased risk of a crash.","Kawasaki will notify owners, and dealers will replace the tail/brake light socket, free of charge. The recall began on July 31, 2017. Owners may contact Kawasaki customer service at 1-866-802-9381." -07/10/2017,17V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V435000),"Chrysler (FCA US, LLC)",Alternator may Fail Resulting in Engine Stall,ELECTRICAL SYSTEM,T36,Vehicle,442214,"Chrysler (FCA US LLC) is recalling certain model year 2011-2014 Dodge Challenger, Dodge Charger, Chrysler 300, Dodge Durango, and 2012-2014 Jeep Grand Cherokee vehicles. The affected vehicles have electro-hydraulic power steering (EHPS) and are equipped with a 5.7L or a 3.6L engine and a 160, 180 or 220 amp alternator. In the affected vehicles, the alternator may suddenly fail.","If the alternator fails, the vehicle may stall without warning, increasing the risk of a crash. There is also the possibility that the alternator may short circuit, increasing the risk of a fire.","Chrysler will notify owners, and dealers will inspect the alternator and depending on the part number, will replace the alternator, if necessary, free of charge. The recall began February 12, 2018. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T36." -07/10/2017,17E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E034000),"Takata (TK Global, LLC)",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,2700000,"Takata Corporation (Takata) has determined that certain PSDI-5 driver frontal air bag inflators that use calcium sulfate as a desiccant may rupture due to propellant degradation occurring after long-term exposure to moderate absolute humidity, temperatures, and temperature cycling. These inflators were assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment, such as after a vehicle crash necessitating replacement of the original air bags. This recall is not for all desiccated PSAN inflators; rather it relates to a subset containing calcium sulfate.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, various vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible." -07/10/2017,17V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V438000),"BMW of North America, LLC",Fork Tube may Detach From Upper Triple Clamp,SUSPENSION,NR (Not Reported),Vehicle,14626,"BMW of North America, LLC (BMW) is recalling certain 2014-2017 BMW R1200GS and BMW R1200GS Adventure motorcycles. The motorcycle fixed fork tube may separate from the pressed in seal plug that secures the tube to the upper triple clamp.","If the fork tube detaches from the sealing plug, the handling and stability of the motorcycle will be affected, increasing the risk of a crash.","BMW will notify owners, and dealers will add an additional fixed fork tube bush. A fork that is sufficiently damaged will be replaced with a modified new part. These repairs will be made free of charge. The recall began August 31, 2017. Owners may contact BMW customer service at 1-800-525-7417." -07/10/2017,17V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V437000),"General Motors, LLC",Frontal Air Bags May Not Deploy,AIR BAGS,17287,Vehicle,40683,"General Motors LLC (GM) is recalling certain model year 2014-2016 Buick Lacrosse and Chevrolet Spark EV, Caprice PPV and SS vehicles, 2014-2017 Buick Encore and Chevrolet Corvette, Silverado 1500 and GMC Sierra 1500 vehicles, 2015-2016 Cadillac Escalade and Escalade ESV, Chevrolet Tahoe, Trax, Suburban and Silverado 2500 and 3500 and GMC Yukon and Yukon XL vehicles, and 2015-2017 GMC Sierra HD 2500 and 3500 vehicles. While being previously remedied for recall 16V-651, the affected vehicles may not have received the complete software update necessary to remedy the recall condition. Without the update, certain driving conditions may cause the air bag sensing and diagnostic module (SDM) software to activate a diagnostic test. During this test, deployment of the frontal air bags and the seat belt pretensioners would not occur in the event of a crash.",A failure of the front air bags or seat belt pretensioners to deploy in the event of a crash necessitating deployment increases the risk of injury to the driver and front passenger.,"GM will notify owners, and dealers will reflash the SDM software. Vehicles that have had a previous air bag deployment will have the SDM replaced. These repairs will be performed free of charge. The recall began on August 4, 2017. Owners may contact Buick customer service at 1-800-521-7300, Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 17287." -07/10/2017,17E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E036000),"MORryde International, Inc.",Jerry Can Holder may detach from Vehicle,EQUIPMENT,NR (Not Reported),Equipment,308,"MORryde International, Inc. (MORryde) is recalling certain accessory Jerry Can Holders, part numbers JP54-004 and JP54-005. The Jerry Can holders may tear apart from the C-channel used to secure the holder to the spare tire.","If the Jerry Can holder detaches, it may be a road hazard, increasing the risk of a crash.","MORyde will contact owners and an upgraded solid bar mount will be provided at no charge for all affected parts. The recall began on October 16, 2017. Owners may contact MORryde customer service at 1-574-293-1581." -07/10/2017,17V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V436000),Zero Motorcycles Inc.,No Warning of Turn Signal Lamp Failure/FMVSS 108,EXTERIOR LIGHTING,SV-ZMC-017-369,Vehicle,10,"Zero Motorcycles Inc. (Zero) is recalling certain 2017 S ZF6.5, S ZF13.0, DSP ZF13.0, and SR ZF13.0 motorcycles. In the event that a turn signal stops working, the turn signal flasher may not change its flash rate to alert the operator. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If motorcycle is operated without knowing that a turn signal is not working, there would be an increased risk of a crash.","Zero will notify owners and dealers will test the motorcycle's flasher, replacing it as necessary, free of charge. The recall began on July 25, 2017. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for the recall is SV-ZMC-017-369." -07/10/2017,17E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E035000),"Adient, PLC",Seat Belt Buckle Stuck in the Locked Position,SEAT BELTS,NR (Not Reported),Equipment,7021,"Adient plc (Adient) is recalling certain Recaro Commercial Bus Driver Seats, models Ergo R, Ergo D, AM71, AM72 and AM80. In the affected seats, the seat belt buckle may be stuck in the locked position, preventing the seat belt tongue from being able to be inserted and locked.","If the seat belt cannot be latched, the bus may be operated without the seat belt being used, increasing the risk of injury in the event of a crash.","Adient will notify the bus manufacturers that purchased the seats with the defective seat belt buckles and will replace the buckle housings, free of charge. The recall began on August 15, 2017. Owners may contact Adient at 1-734-254-5000." -07/07/2017,17V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V432000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment due to Chafed Wire,AIR BAGS,T47,Vehicle,363480,"Chrysler (FCA US LLC) is recalling certain 2011-2015 Dodge Journey vehicles. In the affected vehicles, the driver's frontal air bag may unexpectedly deploy if the air bag wiring harness gets chafed within the steering wheel and short circuits.",Unexpected deployment of the driver's frontal air bag increases the risk of a crash or driver injury.,"Chrysler will notify owners, and dealers will inspect the air bag wiring within the steering wheel, replacing it if necessary. A protective cover will also be installed. These repairs will be made free of charge. The recall began August 28, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T47." -07/07/2017,17V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V434000),"Chrysler (FCA US, LLC)",Possible Broken Fuel Tank Valve/FMVSS 301,"FUEL SYSTEM, GASOLINE",T45,Vehicle,4,"Chrysler (FCA US LLC) is recalling certain 2017 Ram 1500 trucks. The fuel tanks in the affected vehicles may have a broken fuel tank control valve which might leak fuel if the vehicle were to become inverted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","In the event of a rollover crash, leaking fuel in the presence of an ignition source can increase the risk of a fire.","Chrysler will notify owners, and dealers will replace the fuel tanks, free of charge. The recall began on August 10, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T45." -07/07/2017,17V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V431000),"Chrysler (FCA US, LLC)",Transmission may not Remain in Park,POWER TRAIN,T41,Vehicle,7802,"Chrysler (FCA US LLC) is recalling certain 2017 Dodge Challenger vehicles equipped with 5.7L V8 engines and eight-speed automatic transmissions. The transmission may not remain in the PARK position if that gear is selected, the engine is still running, and the driver exits the vehicle exited.","If the vehicle is exited without the transmission remaining in the PARK position and without the parking brake set, the vehicle may roll, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the transmission control module software, free of charge. The recall began 28, 2017. Owners may the Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T41." -07/07/2017,17V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V433000),"Chrysler (FCA US, LLC)",User Guide has Incorrect Jumpstarting Information,EQUIPMENT,T46,Vehicle,12989,"Chrysler (FCA US LLC) is recalling certain 2017 Jeep Compass vehicles. The affected vehicles have User's Guides that contain incorrect information regarding the jump start procedure, specifically, the polarity of the battery terminals are reversed in the battery terminal graphic.","If a customer follows the User's Guide, they may hook up the battery jumper cables incorrectly, increasing their risk of injury.","Chrysler will notify owners and will replace the User's Guides with a corrected version, free of charge. The recall began August 22, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T46." -07/06/2017,17V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V430000),"Forest River, Inc.",Driveshaft Coupling may Fail,POWER TRAIN,5.35.225-0461,Vehicle,557,"Forest River, Inc. (Forest River) is recalling certain 2017 Glaval Commute; 2017-2018 Crossfit; 2016-2017 Starcraft Candidate II and Prodigy Bus; 2015-2017 Starcraft Starlite recreational transit buses; and one 2017 Rockport work truck. These vehicles were built on Ford Transit chassis. In the affected vehicles, the flexible coupling connecting the transmission to the driveshaft may prematurely fail.","If the coupling fails, the vehicle will not be able to move under its own power and the disconnected driveshaft may impact and damage the brake and fuel lines. Additionally, the separated driveshaft may allow the vehicle to roll if the vehicle is exited when the transmission is in 'Park' but the parking brake is not applied. These scenarios may increase the risk of a crash.","Forest River will notify owners, and as an interim repair, Ford dealers will replace the flexible coupling on any vehicle with more than 30,000 miles. A final remedy repair of a redesigned flexible coupling or a revised driveshaft equipped with a universal joint is being developed and is expected in early 2018. These repairs will be made free of charge. The recall began on August 28, 2017. Owners may contact Ford customer service at 1-800-392-3673 or Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 5.35.225-0461." -07/06/2017,17V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V428000),"BMW of North America, LLC",Front Passenger Seat Occupant Detection Mat Defect,AIR BAGS,NR (Not Reported),Vehicle,2158,"BMW of North America, Inc. (BMW) is recalling certain 2006 325i, 325xi, 330i, 330xi, 525i, 525xi, 530i, 530xi, and 550i vehicles equipped with the Sport Seat option and certain 2006 525i, 525xi, 530i, 530xi, 550i vehicles with standard seats. The front passenger seat occupant detection mat that determines if, and how, the passenger frontal air bag should deploy in a crash may fatigue and develop cracks which could lead to a system failure.","Should the system fail, in the event of a crash, the front passenger air bag would be deactivated, increasing the risk of personal injury.","BMW will notify owners, and dealers will repair the occupant detection mat to eliminate the possibility that it may crack, replacing it as necessary, free of charge. The recall began September 1, 2017. Owners may contact BMW customer service at 1-800-525-7417." -07/06/2017,17V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V427000),Ford Motor Company,Torque Converter Connection may Fail,POWER TRAIN,17S16,Vehicle,6026,"Ford Motor Company (Ford) is recalling certain 2017 Lincoln MKZ and Ford Edge and Fusion vehicles. On vehicles with 2.0L gas engines and six-speed automatic transmissions, the torque converter weld studs may have been inadequately welded.","If the torque converter weld studs fail, the torque converter will not be connected to the engine flexplate and the vehicle will lose the ability to move, increasing the risk of a crash.","Ford or Lincoln will notify owners, and dealers will replace the torque converters, free of charge. The recall began August 25, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S16." -07/05/2017,17E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E033000),"Cummins, Inc.",Engine Flexplate may come Loose,ENGINE,C1914,Equipment,57,"Cummins, Inc. (Cummins) is recalling certain L9 heavy duty diesel engines, part number D563018BX03, sold for installation in Pierce fire trucks. On some engines, the capscrews that secure the flexplate may not have been properly tightened resulting in the flexplate separating.","If the flexplate separates, the engine may stall, increasing the risk of a crash.","Cummins will notify owners, and Cummins dealers will replace the flexplate and capscrews on the subject engines, free of charge. The recall began on July 21, 2017. Owners may contact Cummins customer service at 1-800-286-6467. Cummins' number for this recall is C1914." -07/03/2017,17V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V425000),"Southeast Toyota Distributors, LLC",Accessory Hood Scoop may Detach,EQUIPMENT,SET17B,Vehicle,3547,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2011-2016 Toyota Tacoma and 4Runner vehicles equipped with accessory hood scoops installed by SET or SET dealers. The adhesive attaching the hood scoop may weaken, allowing the hood scoop to detach from the vehicle.","If the hood scoop detaches, it may become a road hazard, increasing the risk of a crash.","SET will notify owners, and dealers will mechanically fasten the scoop to the hood, free of charge. The recall began on September 1, 2017. Owners may contact SET customer service at 1-954-429-2000. SET's number for this recall is SET17B." -07/03/2017,17E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E032000),"Dorman Products, Inc.",Power Window Switch may Allow Pinch/FMVSS 118,VISIBILITY,NR (Not Reported),Equipment,3424,"Dorman Products, Inc. (Dorman) is recalling certain aftermarket power window switches, Dorman-brand part numbers 901-601 and 901-370, and Solutions-brand part numbers 730-7444-1 and 730-7630-1. When the switch has been activated to raise the window, if something, such as a finger, is between the window glass and the window frame, the switch will not auto-reverse to prevent an injury. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-Operated Window Systems.""","If the anti-pinch function does not perform as intended during either the accidental or intentional activation of the auto-up feature of the switch, there would be an increased risk of an injury.","Dorman will notify owners and dealers will replace the window switch, free of charge. The recall began on September 18, 2017. Owners may contact Dorman customer service at 1-800-523-2492." -07/03/2017,17V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V426000),"Triumph Motorcycles America, Ltd.",Wiring for Hazard Warning Lights may be Damaged,ELECTRICAL SYSTEM,Safety Recall 549,Vehicle,636,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2017-2018 Triumph Street Cup motorcycles. The wiring harness for the hazard warning lights may be pulled and strained during normal steering action.","The pulled wires may cause the wires to pull loose from the connector resulting in a loss of the hazard warning lights, reducing the motorcycles visibility when hazard warning lights are wanted, increasing the risk of a crash.","Triumph will notify owners, and dealers will extend the wiring length by installing a supplemental harness, free of charge. The recall began July 18, 2017. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is Safety Recall 549." -06/30/2017,17V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V421000),Keystone RV Company,Air Conditioner Wiring Connectors Incorrect,EQUIPMENT,17-291,Vehicle,142,"Keystone RV Company (Keystone) is recalling certain model year 2018 Dutchmen Coleman recreational trailers, models 1705RB, 1755FD, 3015BH, 2605RL, 2305QB, 2515RL, 3025RE, and 2855BH. The affected trailers may have been built with incorrect wiring connectors at the air conditioner junction box.","The incorrect connectors may result in the wires coming loose and shorting together, increasing the risk of a fire.","Keystone will notify owners, and dealers will replace the incorrect crimp style connector with a twist-on style connector, free of charge. The recall began on July 11, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-291." -06/30/2017,17V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V419000),"KZRV, L.P.",Improper Size Spare Tires,TIRES,KZ-2017-04,Vehicle,38,"KZRV, L.P. (KZRV) is recalling certain 2018 Sportsmen LE recreational trailers. The affected trailers were supplied with the improper spare tires, with both the size and load capacity being incorrect.","If the spare tire is used while the trailer is fully loaded, the tire may fail, increasing the risk of a crash.","KZRV will notify owners and dealers will replace the spare tire with the proper one, free of charge. The recall began on July 24, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2017-04." -06/30/2017,17V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V422000),"Jayco, Inc.",Incorrect Information on Tire Labels/FMVSS 110,EQUIPMENT,9901357,Vehicle,104,"Jayco, Inc. (Jayco) is recalling certain 2017 Hummingbird travel trailers, models H13C0567-0603, 0608-0636, 0638-0662, and H13E0052-0110. The labels on the affected vehicles incorrectly state that the vehicle is equipped with 14"" load range D tires requiring 65 PSI, when the vehicle is actually equipped with 14"" load range C tires requiring 50 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect information on the label may result in the tires being over inflated, which could lead to their failure, increasing the risk of a crash.","Jayco will notify owners, and will provide corrected labels, free of charge. The recall began on July 13, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901357." -06/30/2017,17V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V423000),"Yamaha Motor Corporation, USA",Incorrect VIN on Label/FMVSS 567,EQUIPMENT,990115,Vehicle,40,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2017 Yamaha YZFR3 motorcycles. The affected motorcycles, intended for the US market, may have been manufactured with a Canadian Motor Vehicle Certification Label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the stamped vehicle identification number (VIN) does not match the VIN on the Vehicle Certification Label, owners may be unable to tell if their vehicle is under an important safety recall.","Yamaha will notify owners, and dealers will replace the Vehicle Certification Label, free of charge. The recall began July 21, 2017. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990115." -06/30/2017,17V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V424000),Honda (American Honda Motor Co.),Misrouted Fuel Feed and Fuel Purge Hoses,"FUEL SYSTEM, GASOLINE",KF8,Vehicle,193,Honda (American Honda Motor Co.) is recalling certain 2017 Acura MDX Sport Hybrid vehicles. The affected vehicles have an engine fuel feed hose and a fuel purge hose that may have been misrouted during vehicle assembly.,"The misrouting can cause the hoses to be damaged from contact with other components, potentially resulting in a fuel leak. A fuel leak in the presence of an ignition source may increase the risk of a fire.","Acura will notify owners, and dealers will inspect the routing of the fuel feed hose and the fuel purge hose. If misrouted, the hoses will be replaced and installed correctly, free of charge. The recall began on August 14, 2017. Owners may contact Acura Client Relations at 1-888-234-2138. Honda's number for this recall is KF8." -06/30/2017,17V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V420000),Newmar Corporation,Night Shades can be Lowered while Driving,EQUIPMENT,NR (Not Reported),Vehicle,1289,"Newmar Corporation (Newmar) is recalling certain 2014-2018 Newmar Dutch Star and 2015-2017 Newmar Ventana motorhomes. In the affected motorhomes, the driver side and passenger side powered night shades can be lowered by using the remote when the ignition is in the ON position.","If the vehicle is being driven and the button on the remote is pushed, the night shades may lower, blocking the driver's view, possibly increasing the risk of a crash.","Newmar will notify owners and dealers will install a relay to disable the operation of the driver and passenger night shade by the remote when the ignition is in the ON position. The recall began on July 28, 2017. Owners may contact Newmar customer service at 1-800-731-8300." -06/30/2017,17T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T013000),"Giti Tire (USA), Ltd.",Sidewall Cracks May Cause Loss of Air Pressure,TIRES,NR (Not Reported),Tire,394378,"GITI Tire (USA) Ltd. (GITI) is recalling certain Primewell Valera Touring II replacement passenger car tires, sizes 185/65R14 86H, 195/60R15 88H, 205/55R16 91H, 205/60R16 92V, 215/60R17 96H, and 235/60R17 102T. The affected tires may develop cracks in the lower sidewall, potentially resulting in a loss of air.","A loss of air pressure may result in sudden tire failure, increasing the risk of a crash.","GITI will notify owners, and dealers will replace the affected tires, free of charge. The recall began on July 31, 2017. Owners may contact GITI customer service at 1-866-488-4737." -06/29/2017,17V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V418000),Honda (American Honda Motor Co.),Battery Sensor May Short,ELECTRICAL SYSTEM,KG0,Vehicle,1148550,"Honda (American Honda Motor Co.) is recalling certain 2013-2016 Honda Accord vehicles. The case for the battery sensor, part of the battery management system, may allow water to get in, potentially causing an electrical short.",An electrical short increases the risk of a fire.,"Honda will notify owners, and dealers will replace the sensor, free of charge. Dealers will perform an interim remedy of applying adhesive to the case to prevent water intrusion. The recall began November 8, 2017. Owners may contact American Honda Customer Support Center at 1-888-234-2138. Honda's number for this recall is KG0." -06/29/2017,17V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V413000),Newmar Corporation,Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",17015,Vehicle,4,"Newmar Corporation (Newmar) is recalling certain 2018 London Aire, King Aire, and Essex motorhomes built on Spartan Motors chassis and equipped with Cummins ISX 15L engines. These engines have a fuel pump whose drive gear could possibly slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.","Failure of the fuel pump will result in an engine stall, increasing the risk of a crash.","Spartan will notify the vehicle owners, and Cummins dealers will replace the fuel pumps, free of charge. The recall began on July 28, 2017. Owners may contact Cummins customer service at 1-800-286-6467, Spartan customer service at 1-800-543-5008 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 17015." -06/29/2017,17V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V412000),"General Motors, LLC",Headliner Missing Foam Blocks/FMVSS 201,STRUCTURE,17275,Vehicle,10,"General Motors LLC (GM) is recalling certain 2016-2017 Buick Envision vehicles. The affected vehicles received a replacement headliner as part of a repair. These service parts might not have had impact energy-absorbing foam blocks attached. As such, these vehicles fail to comply with the requirements of Federal Motor Safety Standard (FMVSS) number 201, ""Occupant protection in interior impact.""","If the service parts do not have energy-absorbing foam blocks, there may be an increased risk of occupant injury in the event of a crash.","GM will notify owners, and dealers will replace the headliner assembly, free of charge. The recall began on July 28, 2017. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 17275." -06/29/2017,17V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V417000),Honda (American Honda Motor Co.),Incorrect Wire Harness Installed on Front Air Bag,AIR BAGS,KF9,Vehicle,629,Honda (American Honda Motor Co.) is recalling certain 2007-2011 Honda CR-V vehicles which have had the passenger frontal air bag replaced. The air bag inflator repair kit may have been assembled by the supplier with an incorrect wire harness.,"If an inflator with an incorrect wire harness is installed, the air bag may not deploy as intended, increasing the risk of injury in the event of a crash.","Honda will notify owners, and dealers will inspect and, if necessary, replace the passenger frontal air bag inflator, free of charge. The recall began on August 3, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KF9." -06/29/2017,17V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V411000),Aston Martin The Americas,Incorrectly Calibrated TPMS/FMVSS 138,TIRES,RA-13-0025,Vehicle,319,"Aston Martin the Americas (Aston Martin) is recalling certain 2017 DB11 vehicles. The affected vehicles have a tire pressure monitoring system (TPMS) that may be incorrectly calibrated, resulting in the low tire pressure warning tell-tale not illuminating at the required minimum activation pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","If the driver is not warned that a tire is under-inflated, continued use may result in tire failure, increasing the risk of a crash.","Aston Martin will notify owners, and dealers will update the TPMS software, free of charge. The recall began July 18, 2017. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-13-0025." -06/29/2017,17V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V416000),Toyota Motor Engineering & Manufacturing,Knee Air bag Installed using Incorrect Bolts,AIR BAGS,H0K,Vehicle,5,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016 Tundra vehicles. The affected vehicles have a passenger knee air bag module that was attached to the instrument panel mounting brackets with incorrect bolts.,"The incorrect bolts may cause the air bag module to loosen over time, affecting the performance of the knee airbag, increasing the risk of injury during a crash.","All of the affected vehicles have been inspected and any incorrect knee air bag mounting bolts have been replaced, free of charge. The recall began on June 22, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0K." -06/29/2017,17V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V415000),Toyota Motor Engineering & Manufacturing,Loose Lock Nut May Cause Tie Rod Separation,STEERING,HLC,Vehicle,1761,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2017 Lexus ES350 vehicles. The right-hand side tie rod lock nut may loosen over time.,"If the lock nut loosens, the tie rod may separate causing a loss of steering and increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect the lock nut and, if it is found loose, replace the lock nut, steering gear assembly, and tie rod assembly, free of charge. The recall began on July 26, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is HLC." -06/29/2017,17V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V429000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,1317F,Vehicle,205377,"Mazda North America Operations (Mazda) is recalling certain 2009-2011 Mazda6, and 2007-2011 CX-7 and CX-9 vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the passenger frontal air bag inflator with an alternate inflator, free of charge. The recall began on August 30, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1317F. Note: This recall supersedes recall 16V356 and all vehicles that were not remedied under that campaign are now covered by this one." -06/29/2017,17V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V414000),"General Motors, LLC",Temporary Loss of Electric Power Steering (EPS),STEERING,17276,Vehicle,690685,"General Motors LLC (GM) is recalling certain 2014 Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles. The vehicles may have a temporary loss of electric power steering (EPS) assist, especially during low-speed turning maneuvers.","If EPS assist is lost and then returns, the driver might lose temporary control of the steering wheel, increasing the risk of a crash.","GM will notify owners, and dealers will update the EPS module software, free of charge. The recall began on August 10, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-432-8782. GM's number for this recall is 17276." -06/28/2017,17V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V409000),Kovatch Mobile Equipment Corp.,Fuel Pump May Fail,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1,"Kovatch Mobile Equipment Corp. (KME) is recalling one 2017 Predator Tanker truck equipped with a Cummins ISX 15L engine. The affected engine has a fuel pump whose drive gear may slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Cummins will send a notice to the owner of the vehicle with the affected engine and a Cummins dealer will replace the fuel pump, free of charge. The recall began on August 7, 2017. Owners may contact Cummins customer service at 1-800-286-6467 or KME customer service at 1-800-235-3926." -06/28/2017,17V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V410000),Lakota Corporation,Furnace Flue may vent Inside Trailer,EQUIPMENT,NR (Not Reported),Vehicle,152,"Lakota Corporation (Lakota) is recalling certain 2018 Colt trailers. The furnace flue may not have been installed properly and, as a result, the furnace combustion system may not vent to the outside of the trailer living quarters.","If the furnace does not vent properly, a build up of carbon monoxide may occur within the trailer, increasing the risk of injury or death.","Lakota will notify owners, and dealers will inspect the trailers and confirm that the furnace flue is installed properly, free of charge. The recall began on July 27, 2017. Owners may contact Lakota customer service at 1-574- 848-1636 or service@lakotatrailers.com." -06/28/2017,17V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V407000),Lance Camper Manufacturing. Corp.,Utility Receivers may Fail,EQUIPMENT,NR (Not Reported),Vehicle,42,"Lance Camper Manufacturing. Corp. (Lance Camper) is recalling certain 2018 Lance Travel Trailers equipped with adjustable utility receivers sold as optional or aftermarket equipment. The receivers may have insufficient welds and, as a result, things connected to the receiver such as a bicycle rack may not be properly positioned.","If components such as a bicycle rack are not properly supported, they may contact the road, possibly resulting in road debris, increasing the risk of a crash.","Lance Camper has notified owners, and the owners will be refunded for their purchase once the receiver is returned. As an option, customers may instead get a bike rack that goes on the front of the travel trailer, free of charge. The recall began on May 26, 2017. Owners may contact Lance Camper customer service at 1-661-949-3322." -06/27/2017,17V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V403000),Shyft Group,Fuel Pump may Fail,"FUEL SYSTEM, DIESEL",17015,Vehicle,28,"Spartan Motors USA (Spartan) is recalling certain 2017-2018 K3 and K4 motor home chassis and Gladiator emergency response chassis cabs equipped with Cummins ISX 15L engines. These engines have a fuel pump whose drive gear could possibly slip on its drive shaft, causing a fuel pump function loss, resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Spartan will notify the final stage manufacturers that used these chassis or the vehicle purchaser, and Cummins dealers will replace the fuel pumps, free of charge. The recall began on July 12, 2017. Owners may contact Cummins customer service at 1-800-286-6467 or Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 17015." -06/27/2017,17V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V405000),Triple E Recreational Vehicles,Furnace may Melt Water Heater Door if Left Open,EQUIPMENT,CA #8690-1,Vehicle,35,"Triple E Recreational Vehicles (Triple E) is recalling certain 2017 Wonder motorhomes, model W24MB. When open, the door for the Truma water heater can block the furnace air intake and exhaust.","If the door is left open while the furnace is on, the water heater door may melt, increasing the risk of a fire.","Triple E will notify owners, and dealers will provide a decal with instructions to be installed on the water heater door, free of charge. Triple E issued interim notification to owners on September 13, 2017. The recall began on October 4, 2017. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA #8690-1." -06/27/2017,17V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V404000),"General Motors, LLC",Incorrectly Installed Tablet Holder/FMVSS 202a,EQUIPMENT,17239/17258,Vehicle,768,"General Motors LLC (GM) is recalling certain 2016-2017 Buick Envision vehicles. An accessory NSV Universal Tablet Holder may have been installed incorrectly onto the front seat head restraints, preventing the head restraint posts from fully engaging in the seat back. If so, the head restraints would fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints.""","If the head restraint posts are not fully engaging in the seat back, the head restraint may loosen or dislodge, increasing the risk of injury in a crash.","GM will notify owners, and dealers will inspect the head restraints and tablet holders for the correct installation, reinstalling them as necessary, free of charge. The recall began July 27, 2017. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 17239/17258." -06/26/2017,17V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V402000),"Daimler Trucks North America, LLC",Check Valve Missing from Air Brake System,"SERVICE BRAKES, AIR",FL-740,Vehicle,1550,"Daimler Trucks North America (DTNA) is recalling certain 2015-2017 Freightliner M2 Business Class, 108SD, and 114SD vehicles. The affected vehicles might not have a required check valve installed in one of the ports of the spring brake modulation valve. Without the valve, the primary air system is not isolated from the secondary air system.","A rapid loss of air pressure in the secondary system could cause a similar rapid loss of pressure in the primary system, which may lead to a sudden application of the parking brakes. This could increase the risk of a crash.","DTNA will notify owners, and dealers will inspect the vehicles, installing a check valve, as necessary, free of charge. The recall began on August 24, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-740." -06/26/2017,17V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V400000),"Volkswagen Group of America, Inc.",Crash Avoidance Parking Brake Use/FMVSS 108,EXTERIOR LIGHTING,45G6,Vehicle,24754,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2016-2017 Audi Q3 vehicles. If the parking brake is used during emergency braking, the brake lights on the vehicle will not activate. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A vehicle approaching from behind may not have any warning that the vehicle is stopping, increasing the risk of a crash.","Audi will notify owners, and dealers will update the vehicle software, free of charge. The recall began July 31, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 45G6." -06/26/2017,17V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V398000),Ford Motor Company,Driver's Knee Air Bag may not Inflate/FMVSS 208,AIR BAGS,17C11,Vehicle,3,"Ford Motor Company (Ford) is recalling certain 2016 Ford Escape vehicles. The driver's knee airbag modules installed in these vehicles were produced without the inflator gas generant material, and, as a result, the air bags may not inflate properly in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, if the driver's knee air bag does not inflate as intended, the driver has an increased risk of injury.","Ford will notify owners, and dealers will replace driver's knee air bag, free of charge. The recall began on August 8, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C11." -06/26/2017,17V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V408000),Ford Motor Company,Driveshaft Coupling may Fail,POWER TRAIN,17S15,Vehicle,372991,"Ford Motor Company (Ford) is recalling all 2015-2017 Transit vehicles except 156"" and 178"" wheelbase Chassis Cab and Cut-Away bodies. In the affected vehicles, the flexible coupling connecting the transmission to the driveshaft may prematurely fail.","If the coupling fails, the vehicle will not be able to move under its own power and the disconnected driveshaft may impact and damage the brake and fuel lines. Additionally, the separated driveshaft may allow the vehicle to roll if the vehicle is exited when the transmission is in 'Park' but the parking brake is not applied. These scenarios may increase the risk of a crash.","Ford will notify owners, and as an interim repair, dealers will replace the flexible coupling on any vehicle with more than 30,000 miles. A final remedy repair of a redesigned flexible coupling or a revised driveshaft equipped with a universal joint is being developed and is expected in early 2018. These repairs will be made free of charge. Interim notifications informing owners of the safety risk were mailed July 21, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S15." -06/26/2017,17V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V399000),"Transportation Collaborative, Inc.",In-Line Fuse Holder May Overheat,EQUIPMENT,NR (Not Reported),Vehicle,1046,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain 2012-2017 Transtech Bus ST Aero, SST, CST, Horizon, and RoadStar transit buses equipped with Bus-Air air conditioning systems. These air conditioning systems use a 30AMP in-line fuse that may short against the screw that secures the fuse holder.","If the fuse short circuits, the holder may overheat and melt, increasing the risk of a fire.","Transportation Collaborative will notify owners, and dealers will install an in-line mini fuse holder, free of charge. The recall began on August 21, 2017. Owners may contact Transportation Collaborative customer service at 1-845-988-0419." -06/26/2017,17V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V401000),Ford Motor Company,Second Row Seats may be Missing Attachment Studs,SEATS,17C10,Vehicle,4,"Ford Motor Company (Ford) is recalling certain 2017 Ford Explorer Police Interceptor vehicles. The affected vehicles may be missing the two front inboard attachments for the second row seats. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating systems"", and (FMVSS) number 210, ""Seat belt assembly anchorages.""","Seats with missing inboard attachments may not adequately restrain an occupant in a crash, increasing the risk of injury.","Ford will notify owners, and dealers will inspect the vehicles to verify that they have the second row seat attachment studs, installing them if not, free of charge. The recall began on August 14, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C10." -06/23/2017,17V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V396000),"Forest River, Inc.",Battery Wires Hooked to Refrigerator Left Exposed,ELECTRICAL SYSTEM,310-06212017-0455,Vehicle,1414,"Forest River, Inc. (Forest River) is recalling certain 2014-2015 Coachmen RV Encounter recreational vehicles, and 2014-2018 Coachmen RV Mirada and Mirada Select recreational vehicles equipped with the residential refrigerator option instead of the standard refrigerator. The unused, but powered, wiring for the standard refrigerator was left with exposed wire ends.","If the energized positive wire and negative wire make contact, the wires may sort circuit and possibly melt, increasing the risk of a fire.","Forest River will notify owners, and dealers will disconnect the positive and negative wires from the battery, free of charge. The recall began on August 3, 2017. Owners may contact Forest River customer service at 1-574-825-8212. Forest River's number for this recall is 310-06212017-0455." -06/23/2017,17V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V397000),Honda (American Honda Motor Co.),Third Row Center Seat Belt may not Latch/FMVSS 208,SEAT BELTS,KF7,Vehicle,3927,"Honda (American Honda Motor Co.) is recalling certain 2018 Honda Odyssey vehicles. The seat belt tongue for the third row center seating position may not be compatible with the latch, preventing the seat belt from latching securely. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If in the event of a crash, the seat belt cannot restrain the occupant they have an increased risk of being injured.","Honda will notify owners, and dealers will inspect the third row center seat belt to make sure that it has the correct tongue, replacing the seat belt, if necessary, free of charge. The recall began July 31, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KF7." -06/22/2017,17E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E031000),"Continental Automotive Systems, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,456106,"Continental Automotive Systems, Inc. (Continental) is recalling certain fuel pump flanges sold for use in Volkswagen, Audi and Porsche vehicles. The flange may crack allowing fuel to leak.","Fuel leakage in the presence of an ignition source, may increase the risk of a fire.","Continental will notify the vehicle and tank component manufacturers that purchased similar fuel pump flanges. Volkswagen, Audi and Porsche are already conducting recall campaigns to address the affected cracking fuel pump flanges. Owners may contact Continental at 1-248-393-5300." -06/22/2017,17V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V394000),"Jaguar Land Rover North America, LLC",Incorrect Air Bag Deployment Calibration Settings,AIR BAGS,H034,Vehicle,4926,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2010-2011 XJ vehicles. If, while servicing the vehicle, the vehicle does not successfully receive an update to the Restraint Control Module (RCM) software, the default air bag calibration settings may be incorrect.","In the event of a crash, the incorrect calibration may not activate the air bag deployment as intended, increasing the risk of injury.","Jaguar will notify owners, and dealers will update the RCM with the latest software, free of charge. The recall began on August 15, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H034." -06/22/2017,17V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V393000),Mazda North American Operations,Parking Brake Actuators may Corrode,PARKING BRAKE,1217F,Vehicle,227814,Mazda North American Operations (Mazda) is recalling certain 2014-2015 Mazda6 and 2014-2016 Mazda3 vehicles. Water could possibly enter the brake caliper causing the parking brake actuator shaft to corrode and possibly bind.,"If the parking brake actuator shaft binds, the parking brake may not engage or disengage fully. If the parking brake does not engage properly, the vehicle may move unexpectedly if it is parked on a slope, increasing the risk of a crash.","Mazda will notify owners, and dealers will check the parking brake actuator shafts, replacing any that are corroded, free of charge. Remedy parts are currently unavailable. Interim notices informing owners of the safety risk were mailed August 24, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1217F." -06/21/2017,17V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V389000),Aston Martin The Americas,Loss of Drive from Incorrect Clutch Software,ELECTRICAL SYSTEM,RA-07-0022,Vehicle,315,"Aston Martin The Americas (Aston Martin) is recalling certain 2011-2012 V8 Vantage vehicles. The affected vehicles received updated transmission and engine control software which may conflict with the pre-existing clutch settings and may cause the transmission to shift to neutral, or enable clutch protection mode which give abrupt gear shifts.","If the transmission shifts into neutral or does not operate as intended, there is an increased the risk of a crash.","Aston Martin will notify owners, and dealers will reinstall clutch system software, free of charge. The recall began August 18, 2017. Owners may contact Aston Martin customer service at 1-949-379-3100. Aston Martin's number for this recall is RA-07-0022." -06/21/2017,17E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E030000),Wilwood Engineering,Loss of Front Brakes,EQUIPMENT,R17-01MC,Equipment,15000,"Wilwood Engineering (Wilwood) is recalling certain 7/8"" Tandem Master Cylinder brakes, part numbers 260-9439, 260-12900, 261-13271 (with proportioning valve) and 261-13272 (with proportioning valve). The brake master cylinder seal in the front brake circuit may deform, resulting in a loss of braking in the front circuit.",An unexpected loss of front brake pressure may increase the risk of a crash.,"Wilwood will notify owners and will replace the piston and piston seal assemblies or exchange the master cylinders for rebuilt ones, free of charge. The recall began on July 7, 2017. Owners may contact Wilwood at 1-805-384-2270 or customercare@wilwood.com. Wilwood's number for the recall is R17-01MC." -06/21/2017,17V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V392000),"Pleasure Way Industries, Ltd.",Mirrors on the Closet Doors may Detach,EQUIPMENT,NR (Not Reported),Vehicle,37,Pleasure Way Industries Ltd (Pleasure Way) is recalling certain 2017 Lexor TS motorhomes. The affected vehicles have a mirror attached to the back of the closet door that may detach unexpectedly.,The falling mirror may increase the risk of injury.,"Pleasure Way will notify owners, and dealers will attach the mirror with clips instead of just adhesive, free of charge. The recall began on June 29, 2017. Owners may contact Pleasure Way customer service at 1-800-364-0189." -06/21/2017,17V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V391000),Aston Martin The Americas,Possible Clutch Fluid Leak,POWER TRAIN,RA-07-0024,Vehicle,179,"Aston Martin the Americas (Aston Martin) is recalling certain 2011-2014 V8 Vantage vehicles equipped with 7-speed Auto-Shift Manual (ASM) ""SportShift II"" transmissions. A connector for the clutch fluid line may break, resulting in a hydraulic fluid leak.","The loss of hydraulic fluid may prevent the vehicle from shifting out of the gear that it is in. Additionally, if the vehicle is being driven when the fluid level significantly drops, the transmission may shift to an emergency neutral as the vehicle comes to a stop. If the driver ignores the dash warning message and exits the vehicle without applying the parking brake, the vehicle may roll away. Either condition increases the risk of a crash.","Aston Martin will notify owners, and dealers will install a support bracket to hold pipe securely in position, free of charge. The recall began July 18, 2017. Owners may contact Aston Martin customer service at 1-949-379-3100. Aston Martin's number for this recall is RA-07-0024." -06/21/2017,17V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V390000),Aston Martin The Americas,Possible Transmission Hydraulic Fluid Leak,POWER TRAIN,RA-07-0023,Vehicle,6,Aston Martin The Americas (Aston Martin) is recalling certain 2012 V8 Vantage vehicles equipped with 6-speed Auto-Shift Manual (ASM) transmissions. A connector for the transmission fluid lines may break resulting in a hydraulic fluid leak.,"The loss of hydraulic fluid may prevent the vehicle from shifting out of the gear that it is in. Additionally, if the vehicle is being driven when the fluid level significantly drops, the transmission may shift to an emergency neutral as the vehicle comes to a stop. If the driver ignores the dash warning message and exits the vehicle without applying the parking brake, the vehicle may roll away. Either condition increases the risk of a crash.","Aston Martin will notify owners, and dealers will replace the clutch pipe, connector assembly, and related brackets, free of charge. The recall began July 18, 2017. Owners may contact Aston Martin customer service at 1-949-379-3100. Aston Martin's number for this recall is RA-07-0023." -06/20/2017,17E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E029000),"Cummins, Inc.",Fuel Pump may Fail,"FUEL SYSTEM, DIESEL",C1909,Equipment,2807,"Cummins, Inc. (Cummins) is recalling certain X15 heavy duty diesel engines used in trucks, fire trucks and recreational vehicles. The affected engines have a fuel pump whose drive gear may slip on its drive shaft, resulting in a loss of fuel pump function.","Failure of the fuel pump will result in an engine stall, increasing the risk of a crash.","Cummins will notify the vehicle manufacturers that purchased engines that used the affected fuel pumps. Cummins will send notices to the owners of the affected engines and Cummins dealers will replace the fuel pumps, free of charge. The recall began on August 11, 2017. Owners may contact Cummins customer service at 1-800-286-6467. Cummins' number for this recall is C1909." -06/20/2017,17V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V387000),"KZRV, L.P.",Incorrect Federal Certification Label/FMVSS 567,EQUIPMENT,KZ-2017-03,Vehicle,553,"KZRV, L.P. (KZRV) is recalling certain 2018 Sportsmen Classic, Spree, Connect, Durango, SportTrek, Spree Escape, Venom, and Sportsmen Sportster recreational trailers. The Federal Certification label on these vehicles does not contain the manufacturing date. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","In the event of a vehicle safety recall, the missing production date may prevent owners from determining if the recall affects them, increasing their risk of injury or a crash.","KZRV will notify owners and provide a corrected Federal Certification label, free of charge. The recall began on June 27, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153. KZRV's number for this recall is KZ-2017-03." -06/20/2017,17V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V388000),"KTM North America, Inc.",Possible Fuel Leak from the Fuel Filler Cap Area,"FUEL SYSTEM, GASOLINE",TB1803,Vehicle,1029,"KTM North America, Inc. (KTM) is recalling certain 2016-2017 KTM 690 Duke motorcycles. The affected motorcycles may leak fuel from filler cap area of the fuel tank.",A fuel leak increases the risk of fire or injury to the rider.,"The recall began January 2, 2018. Customers may contact KTM customer service at 1-888-985-6090." -06/19/2017,17V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V383000),Triple E Recreational Vehicles,Frame Extension Adapter Bolts Not Installed,STRUCTURE,CA #8645-1,Vehicle,26,"Triple E Recreational Vehicles (Triple E) is recalling certain 2016-2017 Wonder motorhomes, model W24MB. The frame extension adapter may be missing some supplemental attaching bolts.","Without the supplemental bolts, if the trailer towing capacity is reached or exceeded, there maybe a distortion in the vehicle frame and/or frame extension structure, affecting the vehicle control and increasing the risk if a crash.","Triple E will notify owners, and dealers will install the 4 (four) supplemental M12 X 90MM grade 10.9 bolts, free of charge. The recall began on July 4, 2017. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA #8645-1." -06/19/2017,17V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V385000),Starcraft RV,Outlet is not GFCI Protected,EQUIPMENT,9902356,Vehicle,38,Starcraft RV (Starcraft) is recalling certain Launch Outfitter 24RLS (UT) travel trailers equipped with the sleeper/tri-fold sofa or theater seating. The electrical outlet between the sleeper/tri-fold sofa seating does not have Ground Fault Circuit Interrupter protection.,An outlet that is not GFCI protected near a sink may increase the risk of an electrical shock.,"Starcraft will notify owners, and dealers will replace the outlet with a GFCI protected outlet, free of charge. The recall began on June 29, 2017. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902356." -06/19/2017,17V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V384000),Entegra Coach,Starter may Overheat,ELECTRICAL SYSTEM,NA,Vehicle,174,"Entegra Coach (Entegra) is recalling certain 2012-2015 Cornerstone motorhomes built on a Spartan Motors chassis. A component within the starter motor may break, potentially resulting in the starter motor overheating or drawing excessive current.",A starter motor that overheats may increase the risk of a fire.,"Entegra will notify owners, and Spartan Motors service centers will replace the starter, free of charge. The recall began on July 24, 2017. Owners may contact Spartan customer service at 1-800-543-4277 or Entegra customer service at 1-800-517-9137." -06/19/2017,17V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V386000),BYD Coach & Bus,"Wiper Arms May Crack, Bend, or Detach",VISIBILITY/WIPER,NR (Not Reported),Vehicle,13,BYD Coach & Bus (BYD) is recalling certain 2015-2016 K7 M buses. The affected vehicles have wiper arms that can crack where they mount to the wiper motor causing the wiper arms to bend or detach from the vehicle.,"A loss of wiper function can reduce the driver's visibility, increasing the risk of a crash.","BYD has notified the owners, and dealers will inspect the vehicles and replace the windshield wiper mounts, as necessary, free of charge. The recall began on June 19, 2017. Owners may contact BYD customer service at 1-661-940-3250." -06/15/2017,17C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17C002000),"Britax Child Safety, Inc.",Chest Clip Tab may Break and be a Choking Hazard,CHILD SEAT,NR (Not Reported),Child Seat,207037,"Britax Child Safety, Inc. (Britax) is recalling certain B-Safe 35, B-Safe 35 Travel Systems, B-Safe 35 Elite, B-Safe 35 Elite Travel Systems and BOB B-Safe rear-facing infant child safety seats, model numbers E1A183F, E1A185M, E1A185P, E1A186R, E1A203F, E1A205M, E1A205P, E1A206X, E1A206Z, E1A207E, E9LU65V, E9LU66X, E9LU66Z, E9LU67D, E9LU67E, EXA185M, S02063600, S02063700, S03803400, S03803500, S03803700, S03803800, S03803900, S04144400, S04144500, S04144600, S04145000, S04402800, S04884200, S04884300, S04975600, S04978900, S05260200, S06020300, S06020400, S06020500, S06020600, S06020700, S06020800, S06020900, S06147100, S921800, E1A215T, E1A215U, E1A216P, E1A221Q, E1A225C, E1A225U, E1A226L, E9LS51Q, E9LS56C, E9LS56L, E9LS57F, E9LS57G, E9LS57H, EXA216L, S01298600, S02063800, S02063900, S02064000, S04281200, S04281300, S04628500, S06018800, S06020000, S06020200, S923700, E9LT34A, E9LT34C, E9LT35X and EXLT34A. The affected child safety seats have a center tab on the chest clip marked ""ABS"" that may break.","The broken tab may present a choking hazard to an infant in the car seat, increasing the risk of injury.","Britax will notify owners and will provide a replacement chest clip marked ""PC"", free of charge. The recall began on June 21, 2017. Owners may contact Britax at 1-833-474-7016 or visit www.bsafe35clip.com." -06/15/2017,17V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V381000),Thor Motor Coach,Incorrect Awning Light Fuse,ELECTRICAL SYSTEM,RC000143,Vehicle,38,Thor Motor Coach (Thor) is recalling certain 2018 Outlaw 29H motorhomes. The affected vehicles were built incorrectly with a 15 amp fuse for the awning light instead of a 2 amp fuse.,"If the awning light circuit short circuits, the incorrect fuse may increase the risk of a fire.","TMC will notify owners, and dealers will replace the 15 amp fuse with a 2 amp fuse, free of charge. The recall began on August 9, 2017. Owner's may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000143." -06/15/2017,17V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V382000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,17248,Vehicle,6204,General Motors LLC (GM) is recalling certain 2014-2016 Chevrolet SS vehicles. Corrosion of the connector between the electric power steering module and the torque sensor connector may cause a loss of electric power steering assist.,"A greater steering effort would be needed to control the vehicle if power steering is lost, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the steering gear assembly, replacing it as necessary, free of charge. The recall began August 2, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 17248." -06/14/2017,17V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V380000),"Piaggio Group Americas, Inc.",Front Brake Line may Rub and Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1139,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain 2017 Moto Guzzi V7 III Racer 750, V7 III Stone 750, V7 III Special 750, and 2016-2017 V9 Bobber, V9 Roamer motorcycles. The front ABS brake hose may rub against the engine's secondary air system connection, possibly resulting in a brake fluid leak.","A loss of brake fluid can lengthen the distance needed to stop the motorcycle, increasing the risk of a crash.","Piaggio will notify owners, and dealers will secure the front ABS brake hose to prevent it from rubbing. Any hose that has already been damaged, will be replaced. The repairs will be made free of charge. The recall began June 22, 2017. Owners may contact Piaggio customer service at 1-212-380-4433." -06/14/2017,17V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V377000),"BMW of North America, LLC",Incorrect Engine Cooler Oil Line Installed,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,206,"BMW of North America, LLC (BMW) is recalling certain 2017-2018 M760Li xDrive vehicles. The affected vehicles may have had incorrect engine oil cooler line installed, causing an oil leak in the engine compartment.","If oil leaks onto the front brake discs, a greater distance may be needed to stop the vehicle, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the engine oil cooler line, free of charge. The recall began August 11, 2017. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall supersedes recall 17V-240." -06/14/2017,17V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V379000),"BMW of North America, LLC",Incorrect Left Rear Assembly Lamp/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,92,"BMW of North America, LLC (BMW) is recalling certain 2013-2015 740i, 740Li, 740Lxi, 750i, 750xi, 750Li and 750Lxi and 2014 ActiveHybrid 7 vehicles. The affected vehicles may have received incorrect replacement left rear taillight assemblies. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Vehicles with the incorrect left rear lamp assemblies may be less conspicuous to other drivers, possibly increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the vehicles and replace any incorrect left rear taillight assemblies, free of charge. The recall began August 11, 2017. Owners may contact BMW customer service at 1-800-525-7417." -06/14/2017,17V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V378000),Newmar Corporation,Starter may Overheat,ELECTRICAL SYSTEM,17012,Vehicle,210,"Newmar Corporation (Newmar) is recalling certain 2012-2015 King Aire and Essex motorhomes built on a Spartan Motors chassis. A component within the starter motor may break, potentially resulting in the starter motor overheating or drawing excessive current.",A starter motor that overheats may increase the risk of a fire.,"Newmar will notify owners, and Spartan Motors dealers will replace the starter, free of charge. The recall began on July 28, 2017. Owners may contact Spartan Motors at 1-800-543-4277 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 17012." -06/13/2017,17V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V376000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment due to Chafed Wire,AIR BAGS,T33,Vehicle,209135,"Chrysler (FCA US LLC) is recalling certain 2011-2012 Dodge Grand Caravan vehicles. In the affected vehicles, the driver's frontal air bag may unexpectedly deploy if the air bag wiring harness gets chafed within the steering wheel and short circuits.",Unexpected deployment of the driver's frontal air bag increases the risk of a crash or driver injury.,"Chrysler will notify owners, and dealers will inspect the air bag wiring within the steering wheel, replacing it if necessary. A protective cover will also be installed. These repairs will be made free of charge. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T33." -06/13/2017,17V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V375000),"Chrysler (FCA US, LLC)",Incorrect Seating Capacity Tire Placards/FMVSS 110,EQUIPMENT,T37,Vehicle,100,"Chrysler (FCA US LLC) is recalling certain 2017 Pacifica Plug-in Hybrid Electric vehicles (PHEV). The tire placard on the affected vehicles incorrectly lists the seating capacity as 6 occupants rather then 7 occupants, with a combined weight of 950lbs rather than 1,100lbs. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire label may cause customer confusion, potentially resulting in vehicle overloading, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace tire placard label, free of charge. The recall began July 6, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T37." -06/09/2017,17V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V371000),"Chrysler (FCA US, LLC)",Power Inverter Module Failure Due to Overvoltage,HYBRID PROPULSION SYSTEM,T34,Vehicle,1375,"Chrysler (FCA US LLC) is recalling certain 2017-2018 Pacifica Plug-in Hybrid Electric vehicles (PHEV). The affected vehicles have diodes in the Power Inverter Module (""PIM"") that may fail due to an overvoltage condition. If the diodes fail, the vehicle will not move under its own power.","A vehicle that suddenly cannot be driven, increases the risk of a crash.","Chrysler will notify owners, and dealers will reprogram the Powertrain Control Module, Battery Pack Control Module, On Board Charging Module, and PIM, free of charge. The PIM will be replaced as necessary. The recall began on September 14, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T34." -06/08/2017,17V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V369000),Supreme Corporation,Rear Reflectors may be Too High/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,11414,"Supreme Corporation (Supreme) is recalling certain 2007-2017 Signature Van and Kold King vehicles equipped with oval taillights installed in the rear corner posts. The affected vehicles have rear reflex reflectors that may have been mounted more than 60 inches above the road surface. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A reflector that is mounted too high may not be effectively illuminated by headlights at night, increasing the risk of a crash.","Supreme will notify owners, and will provide new rear reflex reflectors for any vehicle whose existing reflector height exceeds 60 inches, free of charge. The recall began on August 8, 2017. Owners may contact Supreme customer service at 1-800-642-4889." -06/08/2017,17V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V370000),"Volvo Car USA, LLC",Seatbelt Component may Detach and Enter the Cabin,SEAT BELTS,R89716,Vehicle,1305,"Volvo Car USA LLC (Volvo) is recalling certain 2017 XC90 vehicles. The Micro Gas Generator (MGG), a subcomponent part used within the right hand side seat belt retractor for the third row seats, may detach after the seatbelt retractor pretensioner is deployed.","Although, the seat belt will operate as intended in the event of a crash, if the MGG detaches, it may be a projectile within the vehicle cabin, increasing the risk of injury.","Volvo will notify owners, and dealers will replace the third row passenger's side seatbelt retractor, free of charge. The recall began August 4, 2017. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89716." -06/07/2017,17V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V368000),"Porsche Cars North America, Inc.",Camshaft Controllers may Loosen and Fail,ENGINE,AH08,Vehicle,17986,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2010-2012 Panamera S, Panamera 4S and Panamera Turbo vehicles, 2011-2012 Panamera and Panamera 4 vehicles, and 2011 Cayenne S and Cayenne Turbo vehicles. The affected vehicles have camshaft controllers that may come loose inside the engine, potentially resulting in an engine stall.",An engine stall can increase the risk of a crash.,"Porsche will notify owners, and dealers will replace the fastening screws for the camshaft adjusters, free of charge. Interim notices informing owners of the safety risk were mailed August 4, 2017. Owners will receive a second notice when the remedy is available. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH08." -06/05/2017,17V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V365000),Hyundai Motor America,Driver's Seat Belt Anchor not Fastened Correctly,SEAT BELTS,165,Vehicle,17160,"Hyundai Motor America (Hyundai) is recalling certain 2017 Santa Fe Sport vehicles. In the affected vehicles, the bolt for the driver's seat belt anchor might not have been sufficiently tightened during assembly.","If the bolt was not sufficiently tightened, driver's seat belt may come unanchored in a collision, increasing the risk of injury to the occupant.","Hyundai will notify owners and dealers will verify that the driver's seatbelt anchor is properly secured, free of charge. The recall began July 7, 2017. Owner's may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for the recall is 165." -06/05/2017,17V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V366000),"Forest River, Inc.",Incorrect Axle Equalizers Installed,SUSPENSION,45-05312017-0415,Vehicle,100,"Forest River, Inc. (Forest River) is recalling certain 2016-2017 XLR ToyHauler recreational trailers, models XLT23KW and WZXLT23KW. These vehicles were built with axle equalizers that are too long.","An equalizer that is too short in length may cause a failure of the equalizer and/or axle springs, resulting in a possible loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install the correct equalizers, free of charge. The recall began on June 28, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-05312017-0415." -06/05/2017,17V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V364000),"Daimler Vans USA, LLC",Incorrect Tire Pressure Label on B-Pillar,EQUIPMENT,NR (Not Reported),Vehicle,1257,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes-Benz and Freightliner Sprinter 2500 and 3500 vehicles equipped with reinforced front axles. The affected vehicles have tire labels on the B-pillar that list a tire pressure that is too low.","Operating the vehicle with low front tire pressures may result in tire damage, increasing the risk of a crash.","DVUSA will notify owners, Freightliner Sprinter and Mercedes-Benz dealers will check and replace the tire label, as necessary, free of charge. The recall began on August 5, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -06/05/2017,17V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V359000),Hyundai Motor America,Parking Brake Indicator may not Illuminate,PARKING BRAKE,164,Vehicle,161074,"Hyundai Motor America (Hyundai) is recalling certain 2015-2016 Sonata and Genesis vehicles. In the affected vehicles, the warning light to indicate that the parking brake is applied may intermittently not illuminate in the dash due to corrosion in the switch.","If the parking brake indicator is not illuminated when the parking brake is applied, the driver may operate the vehicle with the parking brake partially engaged, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the parking brake switch, free of charge. The recall began on August 4, 2017. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 164." -06/05/2017,17V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V367000),Vactor Manufacturing,Parking Brake may not Hold Vehicle,PARKING BRAKE,NR (Not Reported),Vehicle,37,"Vactor Manufacturing (Vactor) is recalling certain 2015-2017 Vactor Jetter vehicles. In certain conditions, the idle may unexpected rise, allowing the affected vehicles to over power the parking brake.","If the parking brake cannot keep the vehicle stationary, there would be an increased risk of a crash.","Vactor has notified the affected owners, and dealers will install diodes to keep the idle from rising, free of charge. The recall began on May 30, 2017. Owners may contact Vactor customer service at 1-847-622-7069." -06/05/2017,17V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V358000),Hyundai Motor America,Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,163,Vehicle,437400,"Hyundai Motor America (Hyundai) is recalling certain 2013-2017 Santa Fe and Santa Fe Sport vehicles. In the affected vehicles, the secondary hood latch actuating cable may corrode and bind, causing the secondary hood latch to remain in the unlatched position when the hood is closed.","If the hood is not securely closed or the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Hyundai will notify owners, and dealers will replace the secondary latch cable, free of charge. The recall began on August 4, 2017. Owner's may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for the recall is 163." -06/02/2017,17V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V361000),"McNeilus Truck & Manufacturing, Inc.",Backup Alarm System may Stop Sounding,BACK OVER PREVENTION,NR (Not Reported),Vehicle,9,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2016-2017 Bridgemaster V concrete mixers, equipped with both FLEX Controls and an optional broadband backup alarm. The backup camera display may shut off and the alarm may stop sounding if the truck is in reverse for an extended period of time.","If the backup alarm stops emitting the alarm sound when the truck is still reversing, others may not be alerted that the truck is backing up, increasing the risk of personal injury.","McNeilus has notified owners, and dealers will add a relay into the electrical circuit for the backup alarm system, free of charge. Owners may contact McNeilus customer service at 1-507-374-6321." -06/02/2017,17V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V360000),Motor Coach Industries,Front Air Brake Hoses may Leak/FMVSS 121,"SERVICE BRAKES, AIR",SB 454,Vehicle,1100,"Motor Coach Industries (MCI) is recalling certain 2014-2017 J4500 motor coaches equipped with ZF front axles. In the affected vehicles, the front brake hose routing clamps may have been over-tightened, possibly damaging the brake hose wall reinforcement. If the brake hose wall reinforcement is damaged, the brake hose may leak. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the front brake hoses leak, the distance needed to stop the vehicle may be lengthened, increasing the risk of a crash.","MCI will notify owners, and dealers will inspect the clamp tightness, replacing any damaged brake hoses, as necessary, free of charge. The recall began on July 14, 2017. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 454." -06/02/2017,17V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V362000),Thor Motor Coach,Mislocated or Possibly Missing Generator Exhaust,EQUIPMENT,RC000138,Vehicle,88,Thor Motor Coach (Thor) is recalling certain 2017 Challenger 37YT motorhomes. The exhaust pipe from the onboard gasoline generator may be mislocated or missing completely on the subject vehicles.,"Without a correctly installed generator exhaust pipe, there may be a buildup of carbon monoxide within the interior of the vehicle, increasing the risk of personal injury or death.","TMC will notify owners, and dealers will inspect the motorhomes for proper generator exhaust installation and routing, replacing or reinstalling the exhaust, as necessary, free of charge. The recall began on August 3, 2017. Owner's may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000138." -06/02/2017,17V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V363000),"Eldorado Mobility, Inc.",Rear Suspension Air Bags may Fail,SUSPENSION,NR (Not Reported),Vehicle,240,ElDorado Mobility is recalling certain 2010-2017 Amerivan in heavier duty cycles or with higher mileage that the Suspension Air Bag does not meet current integrity standards. The rear suspension air bags may fail unexpectedly.,"A loss of rear suspension from air bag failure can adversely affect the control of the vehicle, increasing the risk of a crash.","ElDorado Mobility will inspect and repair the rear suspension air bags, free of charge. The recall began on August 14, 2017. Owners may contact ElDorado Mobility customer service at 1-866-392-6300." -06/01/2017,17V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V355000),Mazda North American Operations,Ball Joint may Separate from Control Arm,SUSPENSION,1117E,Vehicle,35332,Mazda North American Operations (Mazda) is recalling certain 2004 Mazda RX-8 vehicles. The ball joint socket on the front suspension lower control arm may crack and the ball joint may separate from the socket.,"If the ball joint separates, steering control may be lost, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace the front lower control arms, free of charge. The recall began on July 31, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1117E." -06/01/2017,17V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V356000),Toyota Motor Engineering & Manufacturing,Crank Position Sensor Malfunction may cause Stall,ENGINE,H0H,Vehicle,31824,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016-2017 Tacoma vehicles equipped with a six-cylinder engine. The affected vehicles have a crank position sensor that may malfunction, potentially resulting in an engine stall.",An engine stall may increase the risk of a crash.,"Toyota will notify owners, and dealers will replace the crank position sensor with an improved design, free of charge. The recall began July 26, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0H." -06/01/2017,17V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V354000),Mazda North American Operations,Fuel Pump Pipe May Crack or Leak,"FUEL SYSTEM, GASOLINE",1017E,Vehicle,69447,Mazda North America Operations (Mazda) is recalling certain model year 2004-2008 RX-8 vehicles. Heat from the engine and the exhaust may cause the main fuel pump pipe to crack.,"If the fuel pump pipe cracks, fuel may leak, increasing the risk of a fire.","Mazda will notify owners, and dealers will replace the fuel pump filter kit, free of charge. The recall began on July 31, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 1017E." -06/01/2017,17V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V357000),Polaris Inc.,Missing Sealing Grommets in Replacement Swingarms,"SERVICE BRAKES, HYDRAULIC",T-17-04,Vehicle,8962,"Polaris Industries, Inc. (Polaris) is recalling certain 2015-2017 Slingshot vehicles. The affected vehicles previously had their rear swingarms replaced during the remedy of NHTSA recall number 16V-255. The replacement swingarms may have been installed without the sealing grommets installed, potentially resulting in road debris contaminating the rear wheel speed sensor.","Contamination of the rear speed sensor will disable the ABS and Traction/Stability Control, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect the swingarms for missing grommets, installing them as necessary, free of charge. The recall began June 13, 2017. Owners may contact Polaris customer service at 1-888-704-5290. Polaris' number for this recall is T-17-04." -05/31/2017,17V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V349000),Pierce Manufacturing,Improperly Torqued Sway Bar Fasteners,SUSPENSION,NR (Not Reported),Vehicle,29,"Pierce Manufacturing (Pierce) is recalling certain 2012-2017 Arrow XT, Dash, Enforcer, Quantum, and Velocity fire trucks equipped with the T3 rear steer option. The affected vehicles have a rear sway bar that may detach from the vehicle.","If the sway bar detaches, the vehicle may sway more during steering maneuvers, increasing the risk of a crash.","Pierce will notify owners, and dealers will replace and properly torque the sway bar fasteners, free of charge. The recall began on July 11, 2017. Owners may contact Pierce customer service at 1-888-974-3723." -05/31/2017,17V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V352000),"Volkswagen Group of America, Inc.",Mismatched Vehicle Identification Number/FMVSS 567,EQUIPMENT,06A8,Vehicle,2,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Jetta vehicles. The affected vehicles have Vehicle Identification Number (VIN) markings on the body that do not match the VIN plate near the windshield. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",The mismatched VINs make the vehicle noncompliant with regulatory requirements.,"Volkswagen has notified owners and has replaced the vehicles, free of charge. The recall began on July 7, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 06A8." -05/31/2017,17V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V351000),Shyft Group,Starter may Overheat,ELECTRICAL SYSTEM,17012,Vehicle,721,"Spartan Motors USA (Spartan) is recalling certain 2010-2014 K2 and K3 motor home chassis and Gladiator emergency response chassis cabs. A component within the starter motor may break, potentially resulting in the starter motor overheating or drawing excessive current.",A starter motor that overheats may increase the risk of a fire.,"Spartan will notify the purchasers of the chassis and dealers will replace the starters, free of charge. The recall began on July 20, 2017. Owners may contact Spartan customer service at 1-800-543-4277. Spartan's number for this recall is 17012." -05/31/2017,17V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V353000),"Terex Advance Mixer, Inc.",Water Tank Filler Neck Seam may Burst,EQUIPMENT,NR (Not Reported),Vehicle,53,"Terex Advance Mixer, Inc. (Terex) is recalling certain 2017 Front Discharge Mixers, equipped with certain 250 gallon water tanks. The welds that attach the filler neck onto the 250 gallon pressurized water tank may fail.","If the weld fails, the filler neck may separate from the pressurized tank, increasing the risk of injury.","Terex will replace the affected water tanks, free of charge. The recall began on July 25, 2017. Owners may contact Terex customer service at 1-800-678-5961." -05/30/2017,17V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V350000),"Jayco, Inc.",Incorrect GAWR Information on Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,88,"Jayco, Inc. (Jayco) is recalling certain 2018 Eagle TT 330RSTS (EA) recreational trailers. The Federal Placard on these vehicles incorrectly lists the Gross Axle Weight Rating capacity (GAWR) as 5,800lbs, when the axles actually have a capacity of 5,660lbs. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect GAWR may result in the vehicle being overloaded, causing a loss of control and increasing the risk of a crash.","Jayco will notify owners, and dealers will provide a new Federal ID labels with the correct GAWR, free of charge. The recall began on June 1, 2017. Owners may contact Jayco customer service at 1-800-283-8267." -05/30/2017,17V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V348000),Pierce Manufacturing,Rear Steer Axle Shaft not Properly Heat Treated,POWER TRAIN,74B283,Vehicle,225,"Pierce Manufacturing (Pierce) is recalling certain 1999-2013 Arrow XT, Dash, Enforcer, Quantum and Velocity fire trucks equipped with the electric All-steer rear steering option. The affected vehicles have rear steer axle shafts that were not properly heat treated.","Axle shafts that are not properly heat treated may break and potentially disable the vehicle, increasing the risk of a crash.","Pierce will notify owners, and dealers will replace the rear steer axle shafts, free of charge. An interim notice was mailed on July 24, 2017. The recall began June 3, 2020. Owners may contact Pierce customer service at 1-888-974-3723." -05/30/2017,17V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V347000),"KZRV, L.P.",Rubber Gas Hose Connected to Pilot Light,EQUIPMENT,NR (Not Reported),Vehicle,41,"KZRV, L.P. (KZRV) is recalling certain 2016-2018 Venom fifth-wheel travel trailers, models 4040DQ and 4011QK, equipped with the outside kitchen option. The affected vehicles do not have a 12"" copper pipe between the rubber gas supply hose and the cooktop pilot light.","Without the copper pipe, the rubber gas line may be too close to the pilot light and get too hot and melt, increasing the risk of a fire.","KZRV will notify owners, and dealers will install a 12"" copper extension between the pilot light and the rubber gas line, free of charge. The recall began on June 5, 2017. Owners may contact KZRV customer service at 1-800-768-4016, extension 153 or 154." -05/26/2017,17V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V343000),"Gulf Stream Coach, Inc.",Incorrect Axle Capacity Information/Part 567,EQUIPMENT,GS2500517,Vehicle,7,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2018 Vintage Cruiser travel trailers, model VN23BHS. The Federal Certification Label overstates the capacity of each axle by 700lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect information can cause the vehicle to be overloaded or result in axle failure, increasing the risk of a crash.","Gulf Stream will notify owners and will mail them a corrected Federal Certification Label, free of charge. The recall began on June 26, 2017. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GS2500517." -05/26/2017,17V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V346000),"Forest River, Inc.",Incorrect Tire Size on Federal Placard/FMVSS 110,EQUIPMENT,64-05232017-0413,Vehicle,11,"Forest River, Inc. (Forest River) is recalling certain 2016-2017 Vibe recreational trailers, model ORVBT236RBS-64. The Federal Placard has incorrect rear tire information, indicating ST205/75R15C tires inflated to 50psi, when the actual tires are size ST225/75R15D inflated to 65psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information can cause the operator to install the wrong size and load range of replacement tires, or underinflate the existing tires. Either condition increases the risk of a crash.","Forest River will notify owners will provide them a corrected Federal Placard, free of charge. The recall began on June 6, 2017. Owners may contact Forest River customer service at 1-541-644-8063. Forest River's number for this recall is 64-05232017-0413." -05/26/2017,17V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V344000),"Gulf Stream Coach, Inc.",Incorrect Tire information on Label/FMVSS 567,EQUIPMENT,GS250517,Vehicle,272,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2015-2017 Vista Cruisers and 2016-2018 Vintage Cruiser travel trailers. The Tire Identification Label incorrectly states that the trailers are equipped with ST215/75R 14 Load Range C rated tires when actually they have ST205/65R 14 Load Range D rated tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 567, ""Certification.""","The incorrect information may cause the user to install the wrong replacement tire, affecting the vehicle's handling, thereby increasing the risk of a crash.","Gulf Stream will notify owners and will provide them a corrected Tire Identification Label, free of charge. The recall began on June 26, 2017. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GS250517." -05/26/2017,17V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V345000),"VLRV, LLC (Vanleigh RV)",Spare Tire Assembly may Detach from Trailer,TIRES,VL-101,Vehicle,815,"VanLeigh RV (VanLeigh) is recalling certain 2015-2018 Vilano fifth-wheel recreational trailers. Because the winch that supports the spare tire may not be properly fastened to the trailer, the trailer's spare tire could fall off while unit is in motion.","If the spare tire falls off while the unit is in motion, it may increase the risk of a crash.","VanLeigh will notify owners, and dealers will secure the spare tire winch with the correct fasteners, free of charge. The recall began on July 10, 2017. Owners may contact VanLeigh customer service at 1-662-612-4040. VanLeigh's number for this recall is VL-101." -05/25/2017,17V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V341000),"Jaguar Land Rover North America, LLC",No Warning if Front Turn Signals Fail/FMVSS 108,EXTERIOR LIGHTING,H026,Vehicle,19,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2018 Jaguar F-TYPE vehicles equipped with Highline headlamps. If a front turn signal indicator stops working, the visual and audible turn signal reminders do not flash or chime faster as required. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, reflective devices, and associated equipment.""","Without the change to the flash and chime rate, the driver may not know that a turn signal is not working. If the turn signal is not working, other drivers will not be aware that the vehicle is turning, increasing the risk of a crash.","Jaguar will notify owners, and dealers will update the vehicle's software, free of charge. The recall began on July 12, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H026." -05/25/2017,17V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V342000),"Vantage Mobility International, LLC",Rear Brakes Possibly Crossed During Assembly,"SERVICE BRAKES, HYDRAULIC",Pac-20170525,Vehicle,371,"Vantage Mobility International, LLC (Vantage Mobility) is recalling certain 2017 Chrysler Pacifica lowered floor vans modified by Vantage Mobility for wheelchair accessibility. The affected vans have rear brake lines that might have been crossed during the modification. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 135, ""Light Vehicle Brake Systems.""","The crossed rear brake lines will cause the rear anti-lock brake system to be ineffective, increasing the risk of a crash.","Vantage Mobility will notify owners, and dealers will correct the rear brake line attachments, free of charge. The recall began on July 3, 2017. Owners may contact Vantage Mobility customer service at 1-800-488-9082. Vantage Mobility's number for this recall is Pac-20170525." -05/25/2017,17V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V340000),"Eldorado Mobility, Inc.",Trailing Arm Mounts may Break,STEERING,NR (Not Reported),Vehicle,413,"ElDorado Mobility (ElDorado Mobility) is recalling certain 2017 Amerivan 10"" lowered-floor vehicles. The vehicles have left and right trailing arm mounts that may break.","If the trailing arm mounts break, a loss of steering control may result, increasing the risk of a crash.","ElDorado Mobility will notify owners, and dealers will install reinforced trailing arm mounts, free of charge. The recall began on August 10, 2017. Owners may contact ElDorado Mobility customer service at 1-866-392-6300." -05/24/2017,17T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T011000),"Sumitomo Rubber USA, LLC",Air Pockets in the Shoulder Region of the tires,TIRES,NR (Not Reported),Tire,478,"Sumitomo Rubber USA, LLC (Sumitomo) is recalling certain models of Dunlop Sportmax Q3+ motorcycle tires, size 120/70ZR17 58W. The affected tires may have porosity (air pockets) in the shoulder region of the tire. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""",The tire defect may affect the handling and/or steering characteristics of the motorcycle. Continued use can result in tread chunking. These conditions may increase the risk of a crash.,"Dunlop will notify the retailers and customers and will offer replacement tires, free of charge. The recall began on June 2, 2017. Owners may contact Dunlop Motorcycle Tires at 1-800-845-8378." -05/24/2017,17V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V338000),"Daimler Trucks North America, LLC",Airline Hose and Engine Block Heater Wire may Melt,ENGINE,FL-739,Vehicle,736,Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2018 Freightliner Custom Chassis S2G Chassis trucks. The vehicles have an airline hose and the engine block coolant heater wire that may not have been properly routed and secured during production.,"The affected airline and wire may contact the exhaust pipe, possibly resulting in melting and shorting, increasing the risk of a fire.","DTNA will notify the owners, and dealers will inspect and correct the airline and heater cord routing and secure them, if needed, free of charge. An interim notice was mailed to owners on July 18, 2017. The recall began on September 29, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-739." -05/24/2017,17V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V337000),Motor Coach Industries,Exhaust Bellow Pipe may be Incorrectly Installed,ENGINE AND ENGINE COOLING,SB 397B,Vehicle,143,"Motor Coach Industries (MCI) is recalling certain 2011-2012 MCI D4000, D4005, D4500 and D4505 coaches equipped with Cummins ISX 12 liter engines. The vehicles may have an incorrectly installed exhaust bellow pipe, resulting in a bend in the pipe which can cause its premature failure.","If the pipe fails and a diesel regeneration cycle occurs, the hot exhaust gases will increase the risk of a fire.","MCI will notify owners and dealers will inspect and replace any deformed or failed bellow pipes if necessary, free of charge. The recall began on June 15, 2017. Owners may contact Motor Industries at 1-800-241-2947. MCI's number for this recall is SB 397B." -05/24/2017,17V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V339000),Keystone RV Company,Incorrect GAWR on Federal Identification/Part 567,EQUIPMENT,17-289,Vehicle,464,"Keystone RV Company (Keystone) is recalling certain 2012-2018 Springdale recreational vehicles, model 303BH. The Federal Identification Tag on these vehicles overstate the Gross Axle Weight Rating capacity (GAWR) by 800lbs for each axle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect GAWR makes the Cargo Carrying Capacity (CCC) label incorrect and may result in the vehicle being overloaded, affecting the vehicle control and increasing the risk of a crash.","Keystone will notify owners, and dealers will provide a new Federal Placard with the correct GAWR and a new CCC label, free of charge. The recall began on June 20, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-289." -05/24/2017,17V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V336000),"Forest River, Inc.",Incorrect GAWR on Federal Placard/Part 567,EQUIPMENT,15-05192017-0412,Vehicle,17,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 Cardinal recreational trailers, model CAF3250RL. The Federal Placard on these vehicles overstates the Gross Axle Weight Rating capacity (GAWR) by 840lbs. for each axle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect GAWR makes the Cargo Carrying Capacity (CCC) label incorrect and may result in the vehicle being overloaded, affecting the vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will provide a new Federal Placard with the correct GAWR and a new CCC label, free of charge. The recall began on June 6, 2017. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-05192017-0412." -05/23/2017,17V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V334000),"REV Ambulance Group Orlando, Inc.",Cot System Securing Hardware may be too Short,EQUIPMENT,NR (Not Reported),Vehicle,24,"REV Ambulance Group Orlando, Inc. (REV) is recalling certain model year 2012-2013 Road Rescue Type I, 2013-2016 Road Rescue Type III, and 2014-2017 Road Rescue Type IX emergency vehicles equipped with a 2"" subfloor. The bolts used to install the cot securing system to the floor may be too short.","In the event of a crash, the cot may not remain secured, possibly causing injury to the vehicle occupants.","REV will notify owners, and dealers will provide the correct replacement hardware for the affected units, free of charge. The recall began on July 20, 2017. Owners may contact REV customer service at 1-800-628-8178." -05/23/2017,17V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V335000),Keystone RV Company,Fuel Line Improperly Clamped to the Generator,EQUIPMENT,17-285,Vehicle,249,Keystone RV Company (Keystone) is recalling certain 2017-2018 Dutchmen Voltage trailers equipped with the Onan 5.5 generator option. The fuel line may have been clamped incorrectly to the generator.,"The incorrectly clamped fuel line may disconnect, possibly causing a fuel leak and increasing the risk of fire.","Keystone will notify owners, and dealers will properly clamp the fuel line to the generator, free of charge. The recall began on May 31, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-285." -05/23/2017,17T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T010000),American Kenda Rubber Industrial Company,Void in Tire may cause Tread Separation,TIRES,K3D5ANA5116-5216,Tire,696,"American Kenda Rubber Industrial (Kenda) is recalling certain Kenda Kenetica tires, size P235/75R15 105S KR17. The tires may have a void between the top steel belt and the tire undertread located at the overlapped steel belt splice.","The void can grow under normal use, possibly resulting in a tread separation or a sudden loss of air in the tire, increasing the risk of a vehicle crash.","Kenda will notify owners, and dealers will inspect and replace the affected tires with tires that do not contain a void, free of charge. The recall began on June 8, 2017. Owners may contact Kenda customer service at 1-866-536-3287. Kenda's number for this recall is K3D5ANA5116-5216." -05/22/2017,17V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V331000),Ford Motor Company,Door may Unlatch in a Side Impact Collision,LATCHES/LOCKS/LINKAGES,17C09,Vehicle,14410,"Ford Motor Company (Ford) is recalling certain 2015-2017 F-150, and 2017 F-250, F-350, F-450, and F-550 vehicles originally produced with black or body colored exterior door handles that may have been subsequently equipped with a chrome exterior door handle cover accessory kit purchased from a Ford dealer. These accessory door handle covers may cause the doors to unlatch in a side impact collision. As such, these vehicles may fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the doors unlatch and open in a side impact collision, the occupants have an increased risk of injury.","Ford will notify owners, and dealers will remove the accessory covers and refund the purchase price. The recall began July 13, 2017. Owners may contact Ford at 1-866-436-7332. Ford's number for the recall is 17C09." -05/22/2017,17V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V332000),Ford Motor Company,"Driver Seat Back Frame May Fail/FMVSS 202, 207",SEATS,17C08,Vehicle,2204,"Ford Motor Company (Ford) is recalling certain 2017 Ford Explorer, F-150, F-250, F-350, F-450 and F-550 vehicles equipped with a manual driver's seat back recliner mechanism. In the event of a crash, the seat back frame may not restrain the occupant due to having inadequate welds. As such, these vehicles may not meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 202a, ""Head Restraints"" and 207, ""Seating Systems.""","If the occupant is not adequately restrained in the event of a crash, they have an increased risk of injury.","Ford will notify owners, and dealers will inspect and, if necessary, replace the seat back frame, free of charge. The recall began on June 7, 2017. Owners may contact Ford at 1-866-436-7332. Ford's number for this recall is 17C08." -05/22/2017,17V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V333000),Harley-Davidson Motor Company,Engine Oil Cooler Line Clamp Incorrectly Installed,ENGINE AND ENGINE COOLING,0170,Vehicle,45589,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain 2017 Electric Glide Ultra Classic (FLHTCU), Police Electra Glide (FLHTP), Police Road King (FLHP), Road King (FLHR), Road King Special (FLHRXS), Street Glide (FLHX), Street Glide Special (FLHXS), Road Glide (FLTRX), and Road Glide Special (FLTRXS) motorcycles. In the affected motorcycles, a clamp used to secure an engine oil cooler line may have been improperly installed.","The incorrectly installed clamp may result in the engine oil cooler line detaching, causing a sudden loss of oil, potentially into the path of the rear tire, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will inspect and correct the oil cooler line clamps, as necessary, free of charge. The recall began on June 6, 2017. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0170." -05/19/2017,17V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V329000),Daimler Coaches North America,Exterior Covers may Detach,STRUCTURE,98.10M10519A,Vehicle,5,Setra of North America (Setra) is recalling certain 2017 Setra S407CC motor coaches. The vehicle's exterior covers which are bonded to powder coated frames may detach from the vehicle because the powder coating may peel off of the frame.,"Any panels that detach can become a road hazard, increasing the risk of a crash.","The affected vehicles have not been sold to customers and are still in inventory. They will be repaired by the US importer, prior to being put into service. Therefore, an owner notification letter will not be issued. Owners may contact Setra customer service at 1-800-241-2947. Setra's number for this recall is 98.10M10519A." -05/19/2017,17V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V330000),"Columbia Northwest, Inc.",LP Gas Bottle Trays Attached with Wrong Fasteners,EQUIPMENT,NR (Not Reported),Vehicle,40,"Columbia Northwest, Inc. (Columbia Northwest) is recalling certain 2017-2018 Aliner Ascape trailers. The trailers have liquid propane (LP) gas bottle trays that come loose from the frames due to the wrong rivets being used to attach the LP tray to the frame.","The LP gas bottles may fall from the trailer during travel, increasing the risk of a crash or a fire.","Columbia Northwest will notify owners, and dealers will secure the trays with the correct hardware, free of charge. The recall began on June 27, 2017. Owners may contact Columbia Northwest customer service at 1-724-237-5227." -05/18/2017,17V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V328000),"BMW of North America, LLC",Doors May Not Fully Latch,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,45484,"BMW of North America, LLC (BMW) is recalling certain 2005-2008 745i, 745Li, 750i, 750Li, 760i, 760Li, and B7 Alpina vehicles equipped with both the Comfort Access and Soft Close Automatic options. In these vehicles, the doors may appear to be closed and latched, but, in fact, may inadvertently open.",The door may unexpectedly open due to road or driving conditions or occupant contact with the door. The sudden opening may result in occupant ejection or increase the risk of injury in the event of a crash.,"BMW will notify owners, and dealers will update the door latch system, free of charge. The recall began February 8, 2018. Owners may contact BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -05/18/2017,17V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V327000),"BMW of North America, LLC",Incorrect Tire Information Label/FMVSS110,EQUIPMENT,NR (Not Reported),Vehicle,24,"BMW North America, LLC (BMW) is recalling certain 2017 BMW X5 M and BMW X6 M vehicles. The vehicles are equipped with 21-inch tires, however the Tire Information Label states that the vehicles are equipped with 20-inch tires. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",The incorrect tire size on the label does not comply with FMVSS number 110.,"BMW has notified the affected owners and is providing them with a corrected tire information placard, free of charge. The recall began June 15, 2017. Owners may contact BMW customer service at 1-800-525-7417." -05/18/2017,17V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V326000),"Ferrara Fire Apparatus, Inc.",Movable Ladder Guardrail may Bend or Break,EQUIPMENT,NR (Not Reported),Vehicle,61,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain 2000-2016 Fire Apparatus 100' Rear Mount Platform emergency vehicles. The affected vehicles are equipped with a movable ladder access guardrail that may bend or break under heavy loads.",A guardrail that bends or breaks under load can increase the risk of injury.,"Ferrara will notify owners, and service personnel or service centers will install a brace for the mansaver guardrail bar to support the required loads, free of charge. The recall is expected to begin in June 2017. Owners may contact Ferrara customer service at 1-800-443-9006." -05/17/2017,17V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V325000),"Bison Coach, LLC",Incorrect GAWR on Label/FMVSS 567,EQUIPMENT,9011,Vehicle,192,"Bison Coach, LLC (Bison) is recalling certain model year 2016-2018 Bison Horse Trailers, models Laredo, Premiere, Ranger, Silverado, Trail Boss and Trail Hand. These trailers contain incorrect Gross Axle Weight Rating (GAWR) information on the Certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If a trailer does not have the correct label, the users may overload the trailer, increasing the risk of a crash.","Bison will notify owners and provide them with a corrected label, free of charge. The recall began on June 14, 2017. Owners may contact Bison customer service at 1-574-658-4161. Bison's number for this recall is 9011." -05/17/2017,17V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V324000),Isuzu Motors Limited,Throttle may Stick in the Open Position,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,14807,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain model year 2008-2009 and 2012-2013 Isuzu NPR and NPR HD vehicles and 2008-2009 GMC W3500 and GMC W4500 vehicles. The affected vehicles, equipped with a gasoline-powered engine, have a throttle pedal that may get stuck under the steel stopper bolt, causing the pedal to remain in the full throttle position.","A stuck open accelerator pedal may result in very high vehicle speeds and make it difficult to stop the vehicle, which could cause a crash, serious injury or death.","Isuzu will notify owners, and dealers will remove and replace the stopper bolt with a flanged plate, to prevent lateral movement of the throttle, free of charge. The recall began on June 23, 2017. Owners may contact Isuzu customer service at 1-866-441-9638." -05/16/2017,17V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V322000),PACCAR Incorporated,Brake Control Airline is Incorrect Size/FMVSS 121,"SERVICE BRAKES, AIR",17KWB,Vehicle,23,"PACCAR Incorporated (PACCAR) is recalling certain 2012-2018 Kenworth T800 and T880 vehicles equipped with Neway ADZ tridem rear suspensions. The brake control airline may be the incorrect size, resulting in an imbalance in the service brake application timing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air brake systems.""","An incorrectly sized airline may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Kenworth will notify owners, and dealers will modify the air brake system with updated brake piping, free of charge. The recall began on June 21, 2017. Owners may contact Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 17KWB." -05/16/2017,17V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V323000),Nova Bus (US) Inc.,Full Throttle Application from Communication Loss,ELECTRICAL SYSTEM,CR4041,Vehicle,24,"Nova Bus (Nova) is recalling certain 2016 Nova LFS Artic transit buses. In the event of a loss of communication within the bus' multiplex network, the computer may command full throttle application, without input from the driver.","Unintentional, full throttle application may increase the risk of a crash.","Nova has notified owners, and dealers have reprogrammed the buses, free of charge. The recall began on April 28, 2017. Owners may contact Nova customer service at 1-450-472-6410. Nova's recall number for this campaign is CR4041." -05/16/2017,17E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E027000),Daytona Helmets International,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,2454,"Daytona Helmets International (Daytona) is recalling certain Skull Cap D1, D3 and D6 Helmets in sizes 3XS through 4XL manufactured during May 2015. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","In the event of a crash, the helmet may not adequately protect the wearer, increasing their risk of injury.","Daytona will notify owners, and dealers will replace the helmets, free of charge. The recall began on June 14, 2017. Owners may contact Daytona customer service at 1-800-452-5745." -05/15/2017,17E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E026000),Hickory Springs Manufacturing Company,Covers may Prevent Seat-Mounted Airbag Deployment,AIR BAGS,NR (Not Reported),Equipment,29,"Hickory Springs Manufacturing Company (HSM) is recalling certain Summit-brand driver and front passenger seat accessory seat covers sold for use in RAM ProMaster, Ford Transit and Mercedes Sprinter vehicles. The outside edge seam of the seat cover may not open up as designed, possibly affecting the deployment of the seat-mounted air bags in the event of a crash.","In the event of a crash, if the seat-mounted air bags cannot deploy as intended, the occupants have an increased risk of injury.","Hickory Springs will inspect and remove the defective seat cover and replace it with a new seat cover, free of charge. The recall began on May 31, 2017. Owners may contact HSM customer service at 1-800-438-5341." -05/15/2017,17V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V320000),"Terex South Dakota, Inc.",GFCI may not Protect User against Shock,ELECTRICAL SYSTEM,SN658,Vehicle,58,"Terex South Dakota (TSD) is recalling certain 2007-2016 vehicles equipped with Terex C4000, FC, HR, HRX, SCM, TC, TCX, TL, TPL, and XT aerial devices and digger derricks used for utility line work. In the event of a short circuit of a tool plugged into the onboard electrical socket, the GFPE breaker may not trip at the proper current before the user receives a shock.","Without proper protection against electrical shock, the user has a greater risk of injury.","TSD will notify owners, and dealers will replace the breakers with GFCI breakers that will trip at a lower current, free of charge. The recall began on June 27, 2017. Owners may contact TSD Customer Service Department at 1-800-982-8975. TSD's number for this recall is SN658." -05/15/2017,17V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V319000),"Forest River, Inc.",Incorrect Federal Placards/FMVSS 110,EQUIPMENT,400-05102017-0407,Vehicle,9,"Forest River, Inc. (Forest River) is recalling certain 2018 Palomino recreational trailers, model PAT251RBSS. The Federal Placard does not list the correct tire size, tire pressure, and rim size information of ST205/75R14C tires requiring 50 PSI and a rim size of 14X5.5JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect information may cause the operator to install an incorrect replacement rim or tire or overinflate the tire, all scenarios that may increase the risk of a crash.","Forest River will notify owners and will provide a corrected Federal placard, free of charge. The recall began on May 31, 2017. Owners may contact Forest River customer service at 1-269-432-3271. Forest River's number for this recall is 400-05102017-0407." -05/15/2017,17V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V321000),"Terex South Dakota, Inc.",Loss of Remote Control Functions,ELECTRICAL SYSTEM,SN659,Vehicle,444,"Terex South Dakota (TSD) is recalling certain 2012-2017 Digger Derricks and Aerial Devices, models C4000, C5000, C6000, C7000, General, HR, OM, RM,RMX, SC, SCM, TC, TCX, TL, TM, and XT, built on Freightliner chassis with SmartPlex engine controls. The vehicles have a switch to monitor whether the hood is open or not. If the switch thinks that the hood is open, the vehicle software may disable the Aerial or Digger Derrick remote engine control functions.","If the hood switch prevents the remote engine controls from shutting the vehicle engine down in the event of a hydraulic issue on the Aerial or Digger Derrick, it may increase the risk of an injury.","TSD will notify owners, and dealers will reprogram the vehicles to only disable the engine start function if the switch indicates that the hood is open, free of charge. The recall began on June 28, 2017. Owners may contact TSD Customer Service Department at 1-800-982-8975. TSD's number for this recall is SN659." -05/12/2017,17V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V318000),"Bombardier Recreational Products, Inc.",Low Beam may Shine Too High/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,94,"Bombardier Recreational Products Inc. (BRP) is recalling certain 2017 Can Am Spyder RT motorcycles. Due to a manufacturing error within the headlight assembly, the headlight may shine too high when on the low beam setting. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and associated Equipment.""","If the headlight beam is too high, oncoming traffic may be blinded by the glare, increasing the risk of a crash.","BRP will notify owners, and dealers will replace the defective headlights, free of charge. The recall began June 8, 2017. Owners may contact BRP customer service at 1-888-272-9222." -05/12/2017,17V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V316000),Keystone RV Company,Tires may Contact Outriggers,STRUCTURE,17-287,Vehicle,39,"Keystone RV Company (Keystone) is recalling certain 2017-2018 Raptor fifth-wheel recreational trailers, model 428SP. The affected trailers have tires that may contact the outriggers.","Tire contact with the outriggers may result in tire damage, possibly causing a loss of control, increasing the risk of a crash.","Keystone has notified owners, and dealers will cut a notch in the bottom side of the outriggers located above the tires on the door side of the unit, free of charge. The recall began on May 18, 2017. Owners may contact Keystone Customer Service at 1-866-425-4369. Keystone's number for this recall is 17-287." -05/11/2017,17V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V311000),"Southeast Toyota Distributors, LLC",Defective Lugnuts May Crack or Detach,WHEELS,SET17A,Vehicle,1325,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2013-2017 Toyota Tundra and Sequoia vehicles accessorized with Southeast Toyota accessory 20-inch Rockstar wheels installed by Southeast Toyota or a Southeast Toyota dealer. The Rockstar wheels were installed with lugnuts that may crack and detach.","Lugnuts that crack and detach may cause the wheels to separate from the vehicle, increasing the risk of a crash.","SET will notify owners, and dealers will install new replacement lugnuts, free of charge. The recall began June 23, 2017. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET17A." -05/11/2017,17V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V309000),"Volkswagen Group of America, Inc.",Heat Shield not Long Enough to Prevent Damage,ENGINE AND ENGINE COOLING,23W5,Vehicle,84262,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2012-2014 Passat vehicles, equipped with diesel engines and Direct-Shift Transmissions (DSG). The vehicle's underbody heat shield may not be long enough to protect the right half-shaft grease boot from heat, potentially resulting in a grease leak.","If the leaking grease contacts a heated surface, such as the exhaust system and/or the diesel particulate filter (DPF), it could increase the risk of fire.","Volkswagen will notify owners, and dealers will replace the driveshaft heat shield, free of charge. The recall began on July 7, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 23W5." -05/11/2017,17V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V314000),"Daimler Trucks North America, LLC",Improperly Anchored Seat Lap Belt,SEAT BELTS,FL-736,Vehicle,46,Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2018 Thomas Built Saf-T-Liner HDX transit buses. The occupant seat lap belts may have been anchored to the seat instead of the bus structure.,"A seat lap belt anchored to the seat instead of the bus structure may not properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect the seats and modify the seat belt anchorage if necessary, free of charge. An interim notification was sent to owners on June 15, 2017. The recall began on February 6, 2018. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-736." -05/11/2017,17V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V317000),"Daimler Trucks North America, LLC",Improperly Anchored Seat Lap Belt,SEAT BELTS,FL-736,Vehicle,152,Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2018 Thomas Built Saf-T-Liner HDX school buses. The occupant seat lap belts may have been anchored to the seat instead of the bus structure.,"A seat lap belt anchored to the seat instead of the bus structure may not properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect the seats and modify the anchorage if necessary, free of charge. An interim notice was mailed to owners on June 15, 2017. A second notice will be mailed when the remedy becomes available. The recall is expected to begin on July 9, 2017. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-736." -05/11/2017,17V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V312000),"Daimler Trucks North America, LLC",Seat Mounting Reinforcement Brackets Missing,SEATS,FL-735,Vehicle,22,Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2018 Thomas Built Buses Minotour DRW school buses. The occupant seats may have been installed without reinforcement brackets being used underneath the seat rail as intended.,"Without reinforcement brackets, in the event of a crash, the seats may come loose, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect the seats and install reinforcement brackets as necessary, free of charge. An interim notice was mailed to owners on July 5, 2017. The recall began on August 11, 2017. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-735." -05/11/2017,17V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V313000),"Daimler Trucks North America, LLC",Seats Installed without Under-Rail Washers,SEATS,FL-737,Vehicle,1132,"Daimler Trucks North America LLC (DTNA) is recalling certain 2014-2018 Thomas Built Buses Saf-T-Liner EFX and Saf-T-Liner HDX school buses. The occupant seats may have been installed without under-rail washers, reducing their anchorage strength.","Without under-rail washers, in the event of a crash, the seats may come loose, increasing the risk of injury.","DTNA will notify owners, and dealers will inspect the seats and replace the mounting hardware, as necessary, free of charge. The recall began on June 28, 2017. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-737." -05/11/2017,17V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V315000),"Daimler Trucks North America, LLC",Tandem Axle Output Shaft may Fracture,POWER TRAIN,FL-738,Vehicle,698,"Daimler Trucks North America LLC (DTNA) is recalling certain 2017 Freightliner Cascadia and Western Star 5700 trucks built with NFD tandem rear axles. During the hardening process, the axle assembly output shaft may have been made brittle, possibly resulting in the output shaft fracturing while the vehicle is in use.","If output shaft fractures while descending a grade, the compression braking will be ineffective. Additionally, large debris may land in the road. Both scenarios increase the risk of a crash.","DTNA will notify the owners, and Detroit Axle dealers will replace the output shaft, free of charge. The recall began on July 7, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-738." -05/10/2017,17C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17C001000),"Graco Children's Products, Inc.",Child Seat Webbing may Tear Under Load/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,25494,"Graco Children's Products Inc. (Graco) is recalling certain Graco My Ride 65 convertible child restraints, models 1871689, 1908152, 1813074, 1872691, 1853478, 1877535, 1813015, and 1794334. In the event of a crash, the child seat webbing may not adequately restrain the child. As such, these car seats fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""",A child that is not adequately restrained in a crash has an increased risk of an injury.,"Graco will notify owners, and dealers will provide consumers with a replacement harness, free of charge. The recall began on July 7, 2017. Owners may contact Graco customer service at 1-800-345-4109." -05/10/2017,17V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V310000),Temsa,Leveling Valve Bracket may detach,SUSPENSION,NR (Not Reported),Vehicle,167,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2014-2017 TEMSA TS 45 motorcoaches. Improper fasteners were used to attach the leveling valve linkage mechanism. As a result, the components may loosen and detach.","The loose parts may damage the tires, increasing the risk of a crash.","Temsa will notify owners, and dealers will install new brackets and fasteners, free of charge. The recall began on June 2, 2017. Owners may contact CH Bus Sales at 1-407-271-8935." -05/10/2017,17E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E025000),Sprague Devices,Wiper Arms may Bend or Detach,VISIBILITY,"17V-156, SR17-09",Equipment,1179,"Sprague Devices (Sprague) is recalling certain Heavy-Duty Bus Pantograph Wiper Arms. The mounting casting that attaches the wiper arms to the wiper motor may crack, possibly causing the arms to bend or detach.","A loss of wiper function can reduce the driver's visibility, increasing the risk of a crash.","Sprague will notify the purchasers, and the affected vehicle manufacturers will replace the wiper arms with an improved design, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Sprague at 1-219-872-7295. Sprague's number for the recall is 17V-156, SR17-09 ." -05/09/2017,17V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V307000),"General Motors, LLC",Air Bag Deployment may Injure Neck/FMVSS 208,AIR BAGS,17199,Vehicle,55068,"General Motors LLC (GM) is recalling certain 2016-2017 Chevrolet Spark vehicles. In the event of a crash, if a young child is seated improperly and not wearing a seat belt while in the front passenger seat, deployment of the front passenger air bag may injure the occupant's neck. As such, these vehicles fail to comply with the requirements of Federal Motor Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash with a frontal air bag deployment, an unbelted child in the front passenger seat has an increased risk of injury.","GM will notify owners, and dealers will replace the passenger air bag module, free of charge. The recall began July 5, 2017. Owners may contact GM customer service at 1-800-222-1020. GM's number for this recall is 17199." -05/09/2017,17V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V308000),"Mercedes-Benz USA, LLC",Brakes may Drag and Overheat,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,5818,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2015 SLK 250, 2016 SLK 350, 2016-2017 SLC 300, and 2017 SLC 43 AMG vehicles. In these vehicles, the electronic stability control (ESC) system software may incorrectly keep the brakes slightly applied.","If brake pads are constantly applied over long periods of driving, the brake components may heat up, affecting braking performance and increasing the risk of a crash. Additionally, the dragging brakes may overheat, increasing the risk of a fire.","MBUSA will notify owners, and dealers will update the software for the ESC system, free of charge. The recall began June 9, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -05/09/2017,17V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V301000),"Chrysler (FCA US, LLC)",Halfshaft may Disengage/Loss of Drive,POWER TRAIN,T26,Vehicle,4705,"Chrysler (FCA US LLC) is recalling certain 2017 Jeep Compass vehicles equipped with a 6-speed transmission. The left front halfshaft may not be properly seated, and, as a result, it may disengage from the transmission and/or break.","If the left front halfshaft disengages or breaks, the vehicle will have a loss of drive. Additionally, if the vehicle is parked without using the parking brake, the vehicle may roll, despite being in 'Park.' Either condition may increase the risk of a crash.","Chrysler will notify owners, dealers will inspect the left front halfshaft for engagement and replace any that are not properly engaged in the transmission, free of charge. The recall began on June 12, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T26." -05/09/2017,17V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V302000),"Chrysler (FCA US, LLC)",Side Curtain Air Bags may not Deploy in a Rollover,AIR BAGS,T25,Vehicle,1021279,"Chrysler (FCA US LLC) is recalling certain model year 2013-2016 Ram 1500, Ram 2500, and 2014-2016 Ram 3500 vehicles. Certain driving conditions, such as driving off-road or debris striking the vehicle may cause the roll rate sensor to trigger a fault within the Occupant Restraint Controller (ORC). If this fault occurs, the rollover side curtain air bag and the seat belt pretensioner will be disabled from deploying.","If the rollover side curtain air bags and seat belt pretensioners are disabled, there is an increased risk of injury to the vehicle occupants in the event of a crash that necessitates activation of these safety systems.","Chrysler will notify owners, and dealers will update the ORC software, free of charge. The recall began June 26, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T25." -05/09/2017,17E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E024000),Norgren Inc.,Suspension may Lower Unexpectedly,SUSPENSION,NR (Not Reported),Equipment,1,"Norgren Inc. (Norgren) is recalling one Kneeling Module, part number K990073. The air valve pistons have retaining snap rings in the manifold that may be improperly seated.","An unexpected loss of suspension air bag pressure while driving would result in an abrupt reduction in suspension height, potentially increasing the risk of a crash. A loss of suspension air bag pressure could also occur during vehicle servicing, increasing the risk of injury to maintenance personnel.","Norgren has notified the purchaser and provided them with a snap ring reset tool, free of charge. Owners may contact Norgren customer service at 1-303-794-2611." -05/08/2017,17V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V306000),"Forest River, Inc.",Incorrect Federal Tire Placard/FMVSS 110,EQUIPMENT,45-05032017-0398,Vehicle,52,"Forest River, Inc. (Forest River) is recalling certain 2017 XLR ToyHauler trailers, model XLT26HFS. The Federal Placard incorrectly states that the rear tire pressure should be 50psi, when the tires should actually be inflated to 80psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect information may cause the operator to underinflate the tire, potentially causing tire failure, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on May 31, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-05032017-0398." -05/05/2017,17E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E023000),"TRW Automotive, Inc.",Dust Shield may Allow Ball Joint Stud Corrosion,SUSPENSION,NR (Not Reported),Equipment,6086,"TRW Automotive Inc (TRW) is recalling certain aftermarket replacement Left Hand and Right Hand Lower Ball Joints, sold for use on Toyota 4Runner, Sequioa and Tundra vehicles. These ball joints were built incorrectly with a vented dust shield on the ball joint stud, which could allow contamination to enter the joint, possibly causing wear and looseness.","The ball stud wear may result in the ball stud separating from the steering knuckle, causing a loss of steering, and increasing the risk of a crash.","TRW will notify owners and will replace the affected ball joints, free of charge. The recall began on June 19, 2017. Owners may contact TRW Wixom Customer Service at 1-248-863-2437 or the ZF Services hotline at 1-800-321-0784." -05/05/2017,17E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E022000),Akron Brass Company,Firefighting Nozzles may have Reduced Water Output,EQUIPMENT,NR (Not Reported),Equipment,108,"Akron Brass Company (ABC) is recalling certain Ultrajet firefighting nozzles, style 1820. Components within the nozzles may bind, limiting the water output.","Reduced water flow may hinder the firefighting efforts, increasing the risk of injury.","ABC will notify owners and will rebuild the affected nozzles to prevent them from binding, free of charge. The recall began on May 23, 2017. Owners may contact Akron Brass Company customer service at 1-800-228-1161 or by email at akrontech@idexcorp.com." -05/04/2017,17V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V304000),"Jim Reed's Truck Sales, Inc.",Incorrect Information on Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,18,"Jim Reed's Truck Sales, Inc. (JRTS) is recalling certain 2014-2016 Hino 338 trucks modified by JRTS. The affected trucks have Certification labels that do not identify JRTS as the final stage manufacturer. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect final stage manufacturer information on the certification label may hinder owner awareness of safety recalls, increasing the risk of a fire or a crash.","JRTS will notify owners and send them a new certification label with the correct final stage manufacturer information, free of charge. The recall began on June 13, 2017. Owners may contact Jim Reed's Truck Sales' customer service at 1-914-737-3990." -05/04/2017,17V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V303000),"KZRV, L.P.",Possible Propane Gas Leak,EQUIPMENT,NR (Not Reported),Vehicle,113,"KZRV, L.P. (KZRV) is recalling certain 2018 Sport Trek and Durango travel trailers equipped with the outside kitchen option. The affected travel trailers may not have had the proper sealing tape installed on the propane gas line. Additionally, the gas line may not have been tested during production.","Due to either being untested, or improperly sealed, the propane line may leak, increasing the risk of a fire or explosion.","KZRV will notify owners, and dealers will seal the propane line and test the system for leaks, free of charge. The recall began on May 17, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 153 or 154." -05/04/2017,17V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V305000),Honda (American Honda Motor Co.),Replacement Engine Assembled with Wrong Pistons,ENGINE,KF6,Vehicle,16,"Honda (American Honda Motor Co.) is recalling certain 2015-2016 Honda CR-V vehicles that recently received a replacement engine. The replacement engine may have been built with the wrong pistons, potentially affecting the engine's performance.","The reduced performance may result in an engine stall, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect the engines and replace the incorrect components, as necessary, free of charge. The recall began June 20, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KF6." -05/03/2017,17V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V289000),"Porsche Cars North America, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",AH06,Vehicle,51497,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2015-2017 Macan S and Macan Turbo vehicles, and 2017 Macan, Macan Turbo with the Performance Package, and Macan GTS vehicles. The fuel pump flange on the affected vehicles may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Porsche will notify owners, and dealers will inspect the flanges, replacing any that are cracked. Flanges that aren't cracked will have a protective film applied. These repairs will be performed free of charge. The recall began on July 19, 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH06." -05/03/2017,17V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V298000),"Volkswagen Group of America, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",20Z8,Vehicle,240487,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013-2017 Audi Q5 and 2013-2017 Audi Q7 vehicles. These gasoline-powered vehicles have a fuel pump flange that may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Audi will notify owners, and dealers will replace the fuel pump flange if cracks are present. Flanges that do not have cracks will have a protective film applied. These repairs will be performed free of charge. The recall began July 3, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20Z8. Note: This recall is an expansion of recall 16V-660." -05/03/2017,17V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V297000),"Volkswagen Group of America, Inc.",Vehicle may Roll Despite being in 'Park',POWER TRAIN,37K6,Vehicle,5,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Audi Q5 vehicles. Due to a manufacturing defect within the gearbox, despite selecting the Park position, the vehicle may still unexpectedly roll.","Despite selecting 'Park', if the parking brake is not applied, the vehicle may rollaway, increasing the risk of a crash.","Audi will notify owners, and dealers will replace the geabox in the affected vehicles, free of charge. The recall began May 15, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 37K6." -05/02/2017,17V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V300000),Prevost Car (US) Inc.,Front Reflectors Missing/FMVSS 108,EQUIPMENT,SR17-15,Vehicle,71,"Prevost Cars, Inc. (Prevost) is recalling certain 2016-2017 Prevost X3-45 vehicles. The vehicles were manufactured without the front amber reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The missing reflex reflectors may reduce the side visibility of the vehicle in certain conditions, increasing the risk of a crash.","Prevost will notify owners, and dealers will install the missing front amber reflex reflectors, free of charge. The recall began on May 30, 2017. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR17-15." -05/02/2017,17V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V292000),"Forest River, Inc.",Improperly Seated Bolt in Axle Hanger,SUSPENSION,45-03202017-0355,Vehicle,487,"Forest River, Inc. (Forest River) is recalling certain 2014 XLR Hyperlite toyhaulers. These vehicles have an axle equalizer knurled bolt (axle shackle locating bolt) that may not be properly seated in the chassis axle hanger.","If the equalizer knurled bolt is not installed properly, the bolt may not properly secure the axle, allowing it to shift and result in a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace any equalizer knurled bolts and nuts that were improperly installed, free of charge. The recall began on June 7, 2017. Owners may contact Forest River customer service at 1-574-642-0431. Forest River's number for this recall is 45-03202017-0355." -05/02/2017,17V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V295000),"Gulf States Toyota, Inc.",Spare Tire Air Pressure may be Incorrect,TIRES,17R2,Vehicle,409,"Gulf States Toyota, Inc. (Gulf States) is recalling certain 2017 4Runner , 86, Avalon, Camry, Camry Hybrid, Corolla, Corolla iM, Highlander, Highlander Hybrid, Prius, Prius C, RAV4, RAV4 Hybrid, Sienna and Yaris vehicles. The spare tire air pressure was not adjusted to the proper pressure as stated on the Tire Pressure Label.","A spare tire that is not inflated to the proper value may not perform as intended, increasing the risk of a crash.","Gulf States will notify owners, and dealers will inspect the spare tires, adjusting their pressure as necessary, free of charge. The recall began June 15, 2017. Owners may contact Gulf States customer service at 1-800-444-1074. Toyota's number for this recall is 17R2." -05/02/2017,17V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V299000),Prevost Car (US) Inc.,Trailer Hitch may Loosen and Detach,TRAILER HITCHES,SR17-11,Vehicle,407,"Prevost Cars, Inc. (Prevost) is recalling certain 2014-2017 H3-45, H3-45 VIP, X3-45, X3-45 VIP, and X3-45 VIP Entertainer motor coaches equipped with 10,000lb-capacity trailer hitch receivers. The trailer hitch mounting fasteners may loosen.","If the fasteners loosen, the trailer hitch may deform or detach from the vehicle, increasing the risk of a crash.","Prevost will notify owners, and dealers will replace the trailer hitch mounting hardware, free of charge. The recall began on June 30, 2017. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR17-11." -05/02/2017,17V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V296000),Prevost Car (US) Inc.,Wiper Arms may Crack and Detach from Vehicle,VISIBILITY,SR17-09,Vehicle,123,"Prevost Cars, Inc. (Prevost) is recalling certain 2016-2017 H3-45 motor coaches. The affected vehicles have wiper arms that can crack where they mount to the wiper motor causing the wiper arms to bend or detach from the vehicle.","A loss of wiper function can reduce the driver's visibility, increasing the risk of a crash.","Prevost will notify owners, and dealers will inspect the vehicles and replace the windshield wiper mounts, as necessary, free of charge. The recall began on May 22, 2017. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR17-09." -05/01/2017,17V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V293000),"Volkswagen Group of America, Inc.",Head Curtain Air Bag Improper Deployment/FMVSS 226,AIR BAGS,69R2,Vehicle,17694,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015-2017 Audi A7 vehicles. The affected vehicles have head curtain air bags that may not deploy properly in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If the head curtain airbag does not deploy properly in the event of a crash, an unbelted passenger has an increased risk of injury.","Audi will notify owners, and dealers will replace the affected head curtain air bags, free of charge. The recall is expected to begin June 29, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for the recall is 69R2." -05/01/2017,17V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V288000),Highland Ridge RV,LED Ceiling Lights may Produce Excessive Heat,INTERIOR LIGHTING,9904350,Vehicle,3379,"Highland Ridge RV (Highland Ridge) is recalling certain 2017 Open Range, Highlander, Light and Roamer and Mesa Ridge fifth wheels and Mesa Ridge, Light, Roamer and Ultra Lite travel trailers. The LED ceiling lights may produce excessive heat.",The excessive heat from the LED ceiling lights may increase the risk of a fire.,"Highland Ridge will notify owners, and dealers will replace the affected LED ceiling lights with a different light, free of charge. The recall began on May 23, 2017. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904350." -05/01/2017,17V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V290000),"Jayco, Inc.",LED Ceiling Lights may Produce Excessive Heat,INTERIOR LIGHTING,9901349,Vehicle,13049,"Jayco Inc. (Jayco) is recalling certain 2017 Jay Flight Bungalow, Hummingbird, White Hawk, Jay Flight SLX, Jay Feather 7, Jay Feather and Jay Flight fifth wheel recreational trailers. The LED ceiling lights may produce excessive heat.",The excessive heat from the LED ceiling lights may increase the risk of a fire.,"Jayco will notify owners, and dealers will replace the affected LED ceiling lights with a different light, free of charge. The recall began on May 24, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for the recall is 9901349." -05/01/2017,17V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V294000),Shyft Group,Park Brake Actuator Knob Instructions Incorrect,PARKING BRAKE,17009,Vehicle,18,"Spartan Motors USA (Spartan) is recalling certain 2008-2017 Gladiator and MetroStar emergency response vehicles equipped with a supplemental park brake system (SPBS). The directions to activate the SPBS incorrectly state to ""Pull"" the actuation knob, when it should say ""Push.""","If the operator follows the incorrect directions and believes that the supplemental front park brake is applied when it is not, the vehicle may unexpectedly roll, increasing the risk of a crash.","Spartan will notify owners and supply a new actuator control knob with the correct directions, free of charge. The recall began on May 22, 2017. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 17009." -05/01/2017,17V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V291000),"Gulf States Toyota, Inc.",Roof Rack may Loosen and Detach,EQUIPMENT,17R1,Vehicle,1019,"Gulf States Toyota, Inc (Gulf States) is recalling certain 2016-2017 4Runner vehicles equipped with the TFORCE accessory package. The fasteners for the aftermarket roof rack may have been improperly tightened.","If the roof rack fasteners loosen, the roof rack may detach from the vehicle, increasing the risk of a crash.","Gulf States will notify owners, and dealers will inspect and, as necessary, tighten the roof rack fasteners, free of charge. The recall began June 15, 2017. Owners may contact Gulf States customer service at 1-800-444-1074. Gulf States' number for this recall is 17R1." -04/28/2017,17V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V287000),"Volkswagen Group of America, Inc.",Incorrect Head Restraints Installed/FMVSS 202a,SEATS,72G5,Vehicle,23,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2016-2017 CC vehicles. Incorrect front seat head restraints (rests) may have been installed, possibly resulting in the seat occupant's head being inadequately restrained in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints.""","If the seat occupant's head is inadequately restrained in the event of a crash, they have an increased risk of injury.","Volkswagen will notify owners, and dealers will replace the front seat head restraints, free of charge. The recall began June 26, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 72G5." -04/27/2017,17V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V286000),"Jaguar Land Rover North America, LLC",Fuel Return Hose may Leak,"FUEL SYSTEM, DIESEL",H016,Vehicle,7,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017 XE vehicles equipped with a 2.0L diesel engine. The vehicles have a fuel return hose that may leak.","A diesel fuel leak onto the road surface may cause a skid hazard, increasing the risk of a crash. If the fuel leak contacts a hot engine or exhaust component, there would be an increased risk of a fire.","Jaguar will notify owners, and dealers will replace the fuel return hose, free of charge. The began May 2, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H016." -04/27/2017,17V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V283000),Thor Motor Coach,Power Steering Fluid Leak or Electrical Arcing,STEERING,FL727A,Vehicle,186,"Thor Motor Coach (Thor) is recalling certain 2016-2017 Venetian and Tuscany motorhomes equipped with Cummins ISL engines. These vehicles, built on a Freightliner chassis, have a power steering hose that may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"Daimler Trucks (DTNA), the manufacturer of the Freightliner chassis has notified the motorhome owners, and DTNA dealers will reroute the high pressure power steering hose to provide adequate clearance from the starter stud, free of charge. The recall began on December 27, 2016. Owners may contact DTNA customer service at 1-800-547-0712 or Thor customer service at 1-877-500-1020. Thor's number for this recall is FL727A." -04/27/2017,17V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V285000),Toyota Motor Engineering & Manufacturing,Rear Differential may Leak,POWER TRAIN,H0G,Vehicle,227732,Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016-2017 Tacoma vehicles. Oil may leak from the area where the rear differential carrier is assembled to rear axle housing.,"If the vehicle is operated with an insufficient amount of oil in the rear differential, the differential may seize and cause a loss of control, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect the rear differential for oil leakage. Based on the inspection, dealers will either tightening the fastening nuts or replace the fastening nuts and gasket. If the rear differential components are damaged, the rear differential carrier assembly will be replaced. The repairs will be performed free of charge. The recall June 19, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0G." -04/27/2017,17V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V281000),Keystone RV Company,Rear Upper Bunk may be Insufficiently Supported,EQUIPMENT,17-284,Vehicle,29,"Keystone RV Company (Keystone) is recalling certain 2017 CrossRoads Volante trailers, model 310BH. The rear upper bunk may not be properly supported.","Without the proper supports, the bunk may fall when it is occupied, increasing the risk of injury.","Keystone will notify owners, and dealers will add screws through the bunk supports into the wall studs, free of charge. The recall began on May 10, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-284." -04/27/2017,17V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V284000),Thor Motor Coach,Trailer Brakes may Stay Activated,SERVICE BRAKES,FL723AB,Vehicle,4,"Thor Motor Coach (Thor) is recalling certain 2015 Tuscany motorhomes built on a Freightliner Custom Chassis Corporation (FCCC) XCM, XCR, or XCL motorhome chassis manufactured by Daimler Trucks North America (DTNA). In these vehicles with a heavier, adjustable, straight foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","DTNA has notified owners, and Freightliner dealers will modify the affected pedal assemblies, free of charge. The recall began on November 7, 2016. Owners may contact DTNA customer service at 1-800-547-0712 or Thor customer service at 1-877-500-1020. Thor's number for this recall is FL723AB." -04/26/2017,17V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V275000),"Nissan North America, Inc.",Air Bag Cushion may Separate from Assembly,AIR BAGS,NR (Not Reported),Vehicle,509,"Nissan North America, Inc. (Nissan) is recalling certain 2017 Versa, and Versa Note vehicles. The ring plate that secures the air bag cushion to the passenger frontal air bag assembly may fail, possibly causing the air bag to deploy improperly in the event of a crash.","In the event of a crash, if the passenger frontal air bag does not deploy as intended, it can increase the risk of injury.","Nissan will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began June 12, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -04/26/2017,17V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V278000),"Elgin Sweeper Company, Inc.",Broom Flap Support End Cap may Detach,EQUIPMENT,SB-0201,Vehicle,217,"Elgin Sweeper Company Inc. (Elgin) is recalling certain 2016-2017 Eagle-F, Broom Bear-H, and Road Wizard street sweepers. The main broom flap support end cap may detach from the sweeper.","If the main broom flap support end cap detaches from the sweeper, it may be a road hazard, increasing the risk of a crash.","Elgin will notify owners, and dealers will replace the main broom flap support end cap with a newly designed part, free of charge. The recall began on May 11, 2017. Owners may contact Elgin customer service at 1-877-342-5374. Elgin's number for this recall is SB-0201." -04/26/2017,17V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V279000),Polaris Inc.,Front Steel Wheel Lug Nuts may Loosen,WHEELS,L-17-01,Vehicle,1254,"Polaris Industries, Inc. (Polaris) is recalling certain 2016-2017 GEM E2, E4, E6, and ELXD electric vehicles, equipped with steel wheels. The lug nuts on the front wheels may loosen, potentially resulting in a front wheel detaching from the vehicle.","If a wheel separates from the vehicle, it can increase the risk of a crash.","GEM will notify owners, and dealers will replace the lug nuts, and inspect the wheels. The recall began June 8, 2017. Owners may contact GEM Consumer Service Department at 1-855-743-3436. Polaris' number for this recall is L-17-01." -04/26/2017,17V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V282000),"Forest River, Inc.","Incorrect Federal Placards Issue/FMVSS 110, 567",TIRES,51-04242017-0393,Vehicle,71,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Salem, Wildwood, XLR, Sanibel, Wildcat, Vengeance, Chaparral Lite and Columbus recreational trailers. The Federal Placard may inaccurately list the tire and rim combinations that are installed on the trailers. Additionally, the Gross Axle Weight Rating (GAWR) and the Gross Vehicle Weight Rating (GVWR) information may be incorrect. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and 49 CFR part 567, ""Certification.""","The incorrect information may cause the operator to install an incorrect replacement rim or tire, overinflate the tire, or overload the vehicle, all scenarios that may increase the risk of a crash.","Forest River will notify owners and will provide a corrected Federal Placard, free of charge. The recall began on May 17, 2017. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 51-04242017-0393." -04/26/2017,17V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V280000),"Volkswagen Group of America, Inc.",Incorrect Vehicle Production Date/FMVSS 567,EQUIPMENT,51F5,Vehicle,2091,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2015 Audi A3 1.8T FWD S tronic and 2.0T Quattro S tronic vehicles. The safety certification label has an incorrect vehicle production date. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","In the event of a vehicle safety recall, an incorrect production date may prevent owners from determining if the recall affects them, increasing their risk of injury or a crash.","Audi will notify owners, and dealers will install an overlay label containing the correct vehicle production date, free of charge. The recall June 23, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 51F5." -04/26/2017,17V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V276000),Livin' Lite Recreational Vehicles,Outrigger Frame Structures may Fail,STRUCTURE,NR (Not Reported),Vehicle,5,"Livin' Lite Recreational Vehicles (Livin' Lite) is recalling certain 2018 Quicksilver recreational trailers, model TH 7X20. The frame structures that support the trailer floor may fail.","If enough of the support structures fail, the trailer may have structural instability, increasing the risk of a crash.","Livin' Lite will notify owners, and dealers will reinforce the outrigger frame structures and add additional outriggers as needed. These repairs will be performed free of charge. The recall began on May 19, 2017. Owners may contact Livin' Lite customer service at 1-866-272-5578." -04/25/2017,17V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V273000),"Chrysler (FCA US, LLC)",Improper Air Bag Information/FMVSS 208,EQUIPMENT,T24,Vehicle,113896,"Chrysler (FCA US LLC) is recalling certain 2014-2017 Ram ProMaster vehicles. The sun visor, dashboard labels, and owner's manuals incorrectly state that the vehicles are equipped with frontal driver and passenger advanced air bags when they are not. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","The incorrect information may change how close the occupants position themselves to the air bags, increasing the risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will correct the sun visor labels, the dashboard (hangtag) label, and the owner's manual and user guide information, free of charge. The recall began June 14, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T24." -04/25/2017,17V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V274000),Ducati North America,Rear Shock Absorber may Crack and Detach,SUSPENSION,SRV-RCL-17-002,Vehicle,568,Ducati North America (Ducati) is recalling certain 2016-2017 Multistrada 1200 Enduro motorcycles. The motorcycle's rear shock absorber lower shock-end eyelet may crack and possibly detach from the swingarm.,"If the rear shock absorber detaches from the swingarm, the motorcycle's handling would be affected, increasing the risk of a crash.","Ducati will notify owners, and dealers will replace the rear shock absorber assembly, free of charge. The recall is expected to begin May 22, 2017. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is SRV-RCL-17-002." -04/25/2017,17V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V271000),"Grand Design RV, LLC",Slide Room may Extend While Trailer is Being Towed,EQUIPMENT,910009,Vehicle,1662,"Grand Design RV, LLC (Grand Design) is recalling certain 2017-2018 Imagine travel trailers. The screws that secure the slide room mechanism columns may shear, allowing the slide room to extend while the trailer is being towed.",If the slide room opens during transit there would be an increased risk of a crash.,"Grand Design will notify owners, and dealers will replace the slide mechanism column securing screws, free of charge. The recall began on May 15, 2017. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910009." -04/24/2017,17V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V268000),"Nissan North America, Inc.",Seatbelt May Not Adequately Protect Head/FMVSS 201,SEAT BELTS,NR (Not Reported),Vehicle,44264,"Nissan North America, Inc. (Nissan) is recalling certain 2016-2017 Nissan Titan Crew Cab and Titan XD Crew Cab vehicles. In the event of a crash, the rear seatbelt assembly may not adequately protect the occupant's head, allowing it to contact the D-ring bolt trim cap. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""","If the occupant's head contacts the D-ring bolt trim cap during a crash, there is an increased risk of injury.","Nissan will notify owners, and dealers will install energy absorbing material to the C-Pillar Finishers and replace the Seatbelt Bolt and Bolt Cap, free of charge. The recall began September 19, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -04/21/2017,17V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V272000),"Daimler Vans USA, LLC",Failed Updated Control Units,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2013-2014 Freightliner Sprinter and 2016 Mercedes-Benz Metris vehicles. During vehicle servicing, the affected vehicles received software updates that may conflict with some of the vehicle's computers.","The improper software may cause problems with the electronic stability control system, the air bag control unit or the engine management software. These problems can result in an increased risk of a crash or an increased risk of injury in the event of a crash.","DVUSA will notify owners, and Mercedes-Benz and Freightliner dealers will update the affected control units on the vehicles, free of charge. An interim notice was sent to owners on July 12, 2017. The recall began on September 1, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -04/21/2017,17V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V269000),National Fleet Services of Ohio,Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",VR,Vehicle,8,"National Fleet Services of Ohio (National Fleet) is recalling certain 2016 Ford E-450 vehicles equipped with Roush, Generation 4, Propane Conversion Kits. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"National Fleet will notify owners, and Roush dealers will replace the defective fuel control valve solenoid, free of charge. The recall began on April 21, 2017. Owners may contact National Fleet customer service at 1-440-903-5177, or Roush customer service at 1-800-597-6874. National Fleet's number for this recall is VR." -04/21/2017,17V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V266000),"Forest River, Inc.","Incorrect Federal Placards/FMVSS 110, 567",EQUIPMENT,50-04182017-0392,Vehicle,32,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Prime Time Avenger motorhomes, model AVT31DBS. The Federal Placard on these vehicles only indicates that the rear tire size is ST225/75R15E tires with 80 PSI, when the placard should state that the front, rear, and spare tires are ST225/75R15E tires with 80 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims,"" and 567, ""Certification.""","The incomplete Federal placard information could cause the user to install an incorrect tire, resulting in a possible overloading of the vehicle, increasing the risk of a crash.","Forest River will notify owners and will provide a corrected Federal placard, free of charge. The recall began on May 18, 2017. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 50-04182017-0392." -04/21/2017,17V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V270000),Riverside RV,Rear Reflectors Missing/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,146,"Riverside RV (Riverside) is recalling certain 2017-2018 Whitewater and Mt. McKinley travel trailers. These trailers were manufactured without rear-facing reflectors and have non-reflective tail lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without rear-facing reflectors or reflective tail lights, the vehicle may have reduced visibility from behind, increasing the risk of a crash.","Riverside will notify owners, and dealers will install reflective tape on the rear bumper below the tail lights, free of charge. The recall began on May 11, 2017. Owners may contact Riverside customer service at 1-260-499-4578." -04/21/2017,17V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V267000),"General Motors, LLC",Rear Suspension Toe-Link may Disconnect,SUSPENSION,17168,Vehicle,11246,"General Motors LLC (C) is recalling certain 2017 Buick LaCrosse vehicles. The rear suspension toe-links may have been incorrectly installed, and, as a result, they may loosen and disconnect from the rear suspension system.","If a rear-suspension toe-link disconnects, it may cause a loss of vehicle control, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the left and right rear suspension toe-link assemblies, correcting their installation as necessary, free of charge. The recall began May 25, 2017. Owners may contact Buick's customer service at 1-800-521-7300. GM's number for this recall is 17168." -04/20/2017,17V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V265000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,17167,Vehicle,823,"General Motors LLC (GM) is recalling certain 2014-2016 Chevrolet Caprice Police Pursuit vehicles (PPV), previously remedied under recall 16V-160. The connector between the electric power steering module and the torque sensor may fail, possibly resulting in a loss of electric power steering assist.","A greater steering effort would be needed to control the vehicle if power steering assist is lost, especially at lower speeds, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the steering gear assembly, replacing it as necessary, free of charge. The recall began May 15, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020." -04/20/2017,17V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V264000),Thor Motor Coach,Power Wire for Steps Incorrectly Fused,ELECTRICAL SYSTEM,RC000135,Vehicle,36,Thor Motor Coach (TMC) is recalling certain 2017 Quantum KM24 motorhomes. The power supply wire for the steps was incorrectly attached to a 50 amp circuit breaker instead of being connected to a 20 amp circuit breaker.,"Should the step circuit be overloaded, the breaker may not trip as intended, increasing the risk of a fire.","TMC will notify owners, and dealers will relocate the power wire for the steps to the correct breaker, free of charge. The recall began on June 2, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000135." -04/19/2017,17V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V262000),"Winnebago Industries, Inc.",Axxess module may Interfere with Electrical System,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5057,"Winnebago Industries, Inc (Winnebago) is recalling certain 2014-2017 Winnebago View, VIA, ERA, and Itasca Navion motorhomes. The affected vehicles have an Axxess radio volume control module that may interfere with the chassis electrical system.","The Axxess radio volume control module can affect electrical system functions, possibly causing an engine shutdown, power loss, illumination of malfunction indicator warning lights, and interfere with the restraint system. These scenarios can increase the risk of crash or increase the risk of injury in the event of a crash.","Winnebago will notify owners, and dealers will remove the Axxess radio volume control module, free of charge. The recall began on May 23, 2017. Owners may contact Winnebago customer service at 1-800-537-1885." -04/19/2017,17V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V259000),"Stoughton Trailers, LLC",Cracked Welds on the Suspension Front Hangers,SUSPENSION,NR (Not Reported),Vehicle,4188,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2017-2018 DAVW and DVW 285S dry van single-axle trailers. The outside welds that attach the front suspension hangers to the subframe may crack, allowing the front hanger to detach.","If the hangers detach, the axle assemblies will break loose from the trailer causing a loss of vehicle control and increasing the risk of a crash.","Stoughton will notify owners, and dealers will inspect the front hanger for cracks, repairing them as necessary. Dealers will also install gussets inside the subframe, free of charge. The recall began on July 17, 2017. Owners may contact Stoughton customer service at 1-608-873-2500." -04/19/2017,17V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V260000),"Tesla, Inc.",Parking Brake may not Release or Fully Apply,PARKING BRAKE,SB-17-33-002,Vehicle,31709,"Tesla, Inc. (Tesla) is recalling certain 2016 Model S and Model X vehicles. The electric parking brake calipers have an internal gear that may be improperly manufactured, possibly resulting in the gear fracturing during parking brake application or release.","If the gear breaks during parking brake release, the vehicle will not be able to be moved. If the gear breaks during parking brake application, the parking brake may not adequately hold the vehicle, potentially resulting in the vehicle rolling, increasing the risk of a crash.","Tesla will notify owners, and service centers will replace both the left and right electric parking brake calipers, free of charge. The recall began March 6, 2018. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-17-33-002." -04/19/2017,17V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V263000),"Gillig, LLC",Suspension may Lower Unexpectedly,SUSPENSION,NR (Not Reported),Vehicle,2604,"Gillig LLC (Gillig) is recalling certain 2015-2016 Low Floor transit buses equipped with Norgren-brand suspension kneeling modules. The suspension kneeling modules on these vehicles have snap rings on the solenoid valve pistons which may not have been fully inserted and seated during assembly, potentially affecting the suspension air bag pressure and the vehicle's suspension height.","An unexpected loss of suspension air bag pressure while driving would result in an abrupt reduction in suspension height, potentially increasing the risk of a crash. A loss of suspension air bag pressure could also occur during vehicle servicing, increasing the risk of injury to maintenance personnel.","Gillig will notify owners and pay fleets to inspect the front and rear kneeling modules. A snap ring reset tool will be provided free of charge to permanently seat the snap ring in the intended groove. The recall began on June 2, 2017. Owners may contact Gillig customer service at 1-800-735-1500." -04/18/2017,17V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V261000),"Mack Trucks, Inc.",Alternator Cable may Overheat,ELECTRICAL SYSTEM,SC0407,Vehicle,3282,"Mack Trucks, Inc. (Mack) is recalling certain 2015-2018 LR and 2011-2018 TerraPro (LEU and MRU) trucks. The alternator cable may be insufficiently thick to handle the current, and, as a result, may overheat.","If the alternator cable overheats, it would increase the risk of a fire.","Mack will notify owners, and dealers will replace the alternator cable, free of charge. The recall began on June 16, 2017. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0407." -04/18/2017,17E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E021000),"Cummins, Inc.",Fan Support Bearing Failure,ENGINE AND ENGINE COOLING,C1885,Equipment,227,"Cummins, Inc. (Cummins) is recalling certain ISV5.0 light duty diesel engines installed exclusively in Tiffin Breeze motorhomes. The fan support bearing may fail, possibly resulting in the loss of fuel pump function, causing the engine to stall.",An engine stall increases the risk of a crash.,"Cummins will notify owners, and dealers will replace the fan support and fan adapter, free of charge. The recall began on May 16, 2017. Owners may contact Cummins customer service at 1-800-286-6467. Cummins' number for this recall is C1885." -04/18/2017,17V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V256000),Honda (American Honda Motor Co.),Incorrect Certification Label/Part 567,EQUIPMENT,"KF3, KF4",Vehicle,1425,"Honda (American Honda Motor Co.) is recalling certain 2017 CR-V and Acura RDX vehicles. The Certification Labels on the affected vehicles were printed with ink that may be inadvertently wiped away with an alcohol solvent. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the label information can be wiped away, the operator may not be able to refer to the information, possibly resulting in the vehicle being overloaded, which can increase the risk of a crash.","Honda and Acura will notify owners, and dealers will replace the Certification Label, free of charge. The recall began June 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are KF3 (CR-V)and KF4 (RDX)." -04/18/2017,17V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V258000),Volvo Trucks North America,Incorrect GAWR on Certification Label/Part 567,EQUIPMENT,RVXX1701,Vehicle,65,"Volvo Trucks North America (Volvo) is recalling certain 2015-2017 VHD trucks. The Gross Axle Weight Rating (GAWR) for the pusher or tag axle may be incorrect on the certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the GAWR information is incorrect, the operator may overload the vehicle, increasing the risk of a crash.","Volvo will notify owners and provide a corrected label along with instructions on how to properly affix the new label to their vehicle, free of charge. The recall began June 15, 2017. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1701." -04/18/2017,17V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V255000),"Corp. Micro Bird, Inc.",Roof may Crush in a Rollover/FMVSS 220,STRUCTURE,17-070-SUS,Vehicle,602,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2012-2017 MB II school buses. In the event of a rollover, the roof strength may be insufficient to prevent the roof from crushing. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 220, ""School Bus Rollover Protection.""","In the event of a rollover, if the school bus roof crushes, the occupants have an increased risk of injury.","Micro Bird will notify owners, and dealers will modify the buses to prevent the roof from crushing, free of charge. The recall began on June 5, 2017. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 17-070-SUS. Note: This recall supersedes recall 15V-683." -04/18/2017,17V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V257000),"Navistar, Inc.",Unfused Heater Booster Pump Circuit,ELECTRICAL SYSTEM,17503,Vehicle,336,"Navistar, Inc. (Navistar) is recalling certain 2016-2018 IC Bus CE school buses equipped with a plastic booster pump, 17k Webasto heater and a Webasto Smart Temp timer. The power circuit for the heater booster pump may be unfused.","Without circuit protection, if the vehicle has a heater booster pump electrical failure, it can increase the risk of a fire.","Navistar will notify owners, and dealers will relocate the circuit to a fused section of the power distribution center, free of charge. The recall began on May 12, 2017. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 17503." -04/17/2017,17V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V254000),Rosenbauer America,Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Vehicle,34,"Rosenbauer Motors (Rosenbauer) is recalling certain 2012-2017 Commander vehicles. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Rosenbauer will notify owners, and dealers will inspect, clean and secure the ball joint free of charge. The recall began on May 12, 2017. Owners may contact Rosenbauer customer service at 1-651-462-1000." -04/13/2017,17V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V253000),"Nissan North America, Inc.",Front Passenger Air Bag may Deploy Improperly,AIR BAGS,NR (Not Reported),Vehicle,30038,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2017 LEAF and 2014, 2016 and 2017 Sentra vehicles. Due to a manufacturing error within the air bag inflators, the passenger frontal air bag may not properly deploy in the event of a crash.","In the event of a crash, if the front passenger air bag doesn't deploy properly, it can increase the risk of injury to passengers.","Nissan will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began June 7, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -04/13/2017,17E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E020000),"FiveCubits, Inc.",TREQ-VMx Mobile Tablet may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,13240,"FiveCubits, Inc. (FiveCubits) is recalling certain TREQ-VMx mobile data tablets sold for use by commercial truck operators in the construction materials industry. The tablets contain lithium ion polymer batteries that may overheat.","If the lithium ion polymer battery in the tablet overheats, there would be an increased risk of a fire.","FiveCubits will notify owners and will push an over-the-air (OTA) software update to keep the batteries at a low state of charge, free of charge. The recall began on June 12, 2017. Owners may contact FiveCubits customer service at 1-888-473-5832." -04/12/2017,17V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V252000),"Mercedes-Benz USA, LLC",Steering Coupling Bolt may be Loose,STEERING,NR (Not Reported),Vehicle,168,"Mercedes-Benz USA LLC. (MBUSA) is recalling certain 2013-2014 C250, C300 4MATIC, GLK250 4MATIC BLUETEC and GLK350 vehicles, 2013 C250 Coupe, C350, C350 4MATIC Coupe, C350 Coupe and C63 AMG Coupe vehicles, and 2013-2015 GLK350 4MATIC vehicles. The steering coupling connecting bolt may have been insufficiently tightened, possibly resulting in a loss of steering.",A loss of steering can increase the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the steering coupling connecting bolt, tightening it as necessary, free of charge. The recall began May 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V247000),"Mercedes-Benz USA, LLC",Engine may not Shut Off after a Crash,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"Mercedes-Benz USA, LLC. (MBUSA) is recalling one 2013 R320 4MATIC CDI vehicle equipped with a six-cylinder diesel engine. In the event of a crash where the primary communication pathway between the air bag control unit and the engine control unit is damaged, the supplementary communication pathway may not shut off the engine or fuel pump.","If the engine and fuel pump after not shut off after a crash, there would be an increased risk of a fire.","MBUSA will notify the owner, and a dealer will update the engine control unit with new software, free of charge. The recall began by early June 2017. Owners may contact MBUSA customer service at1-800-367-6372." -04/11/2017,17V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V250000),"Mercedes-Benz USA, LLC",Incorrect Torque on Steering Coupling,STEERING,2017060004,Vehicle,10832,"Mercedes-Benz USA, LLC.(MBUSA) is recalling certain 2013-2016 G550 and G63 AMG vehicles and 2016 G65 AMG vehicles. The steering coupling may have been insufficiently tightened, resulting in the steering connection wearing.","The steering coupling wear may cause a loss of steering, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the steering coupling, free of charge. The remedy is currently unavailable. Interim notifications informing owners of the safety risk were mailed May 27, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V249000),"Foretravel, Inc.",Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Vehicle,81,"Foretravel, Inc. (Foretravel) is recalling certain 2012-2018 ih-45, Phenix and Nimbus motorhomes. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Foretravel will notify owners, and dealers will inspect clean, and secure the ball joint, free of charge. The recall began on April 26, 2017. Owners may contact Foretravel customer service at 1-800-955-6226, option 3." -04/11/2017,17V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V243000),"Mercedes-Benz USA, LLC",Loss of Electric Power Steering Assistance,STEERING,NR (Not Reported),Vehicle,3,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016-2017 C300 vehicles. The electrical contacts for the power steering electric motor may not have been properly welded, possibly resulting in a loss of electrical contact.","A loss of electrical contact will cause the electric power steering assist to deactivate, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the electric power steering rack, free of charge. The recall began June 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V245000),"Mercedes-Benz USA, LLC",Loss of Instrument Cluster Display/FMVSS 101,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2017 E300 and E300 4MATIC vehicles. The software for the widescreen instrument cluster may cause the instrument cluster to not display anything on vehicle on startup, or the display may reset while driving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","Without the instrument cluster displaying important information such as the vehicle's speed, there would be an increased risk of a crash.","MBUSA will notify owners, and dealers will update the instrument cluster display software, free of charge. The recall began late May 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V241000),"Mercedes-Benz USA, LLC",Possible Loss of Electric Power Steering Assist,STEERING,2017050013,Vehicle,58323,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016 GLE300d 4Matic, E400 4Matic Coupe, GL63 AMG, GLE350, GLE350 4Matic, GLE350d 4Matic, GLE400 4Matic, GLE43 AMG Coupe 4Matic, GLE550e 4Matic, GLE63 AMG 4Matic, GLE63S AMG 4Matic and GLE63S AMG Coupe 4Matic vehicles, 2017 E300 4Matic and GLS63 AMG 4Matic vehicles, and 2016-2017 GL350 4Matic BlueTec, GL450 4Matic, and GL550 4Matic vehicles. The affected vehicles have an electric power steering connector that may be insufficiently sealed, allowing water to enter the control unit.","If water enters the power steering control unit, the power steering assist may be deactivated, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the connector and inspect the electric power steering rack, replacing the rack as necessary. These repairs will be performed free of charge. Remedy parts are currently unavailable. Interim notices informing owners of the safety risk are expected to be mailed June 30, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V246000),"Mercedes-Benz USA, LLC",Roof Spoiler may Detach,STRUCTURE,NR (Not Reported),Vehicle,411,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016-2017 E300 and 2017 E300 4MATIC vehicles. The affected vehicles have a roof mounted spoiler that may not be properly attached and thus may detach while driving.","If the roof-mounted spoiler detaches while driving, it can become a road hazard, increasing a risk of a crash.","MBUSA will notify owners, and dealers will inspect the roof spoilers, replacing them as necessary, free of charge. The recall began June 9, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -04/11/2017,17V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V251000),"Mercedes-Benz USA, LLC",Seat Belt Pretensioners may not Function Properly,SEAT BELTS,NR (Not Reported),Vehicle,12743,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 C300, C300 4Matic, C300 Coupe, C300 Coupe 4Matic, C43 AMG, C43 AMG Coupe, C43 AMG Cabrio, C63 AMG, C63 AMG Coupe, C63S AMG, C63S AMG Coupe, C63S Cabrio, GLC300, GLC300 4Matic, GLC43 AMG, S550, S550 4Matic, S550e, S600, S63 AMG 4Matic, S65, Mercedes-Maybach S550 4Matic, and Mercedes-Maybach S600 vehicles. The affected vehicles have front seat seatbelt pretensioners that may not function properly in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection,"" and 209, ""Seat Belt Assemblies.""","If the front seat seatbelt pretensioners do not function properly, the seat occupants may not be adequately restrained in the event of a crash, increasing the risk of injury.","MBUSA will notify owners, and dealers will replace the front seat belts, free of charge. The recall began October 13, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -04/10/2017,17V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V239000),Thor Motor Coach,Incorrect Hitch Weight Capacity on Label,EQUIPMENT,NR (Not Reported),Vehicle,148,"Thor Motor Coach (TMC) is recalling certain 2017 Ace, Hurricane, and Windsport motorhomes. The weight rating labels for the tow hitches on these vehicles indicate a 10,000lb weight capacity when the actual hitch capacity is 8,000lbs.","If the hitch is loaded to the capacity on the label, the hitch may damage the motorhome or the hitch may disconnect from the tow vehicle, increasing the risk of the crash.","TMC will notify owners and provide them corrected labels, free of charge. The recall began on May 22, 2017. Owner's may contact TMC customer service at 1-877-500-1020." -04/10/2017,17V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V238000),Thor Motor Coach,Incorrect Rim Information on Placard/Part 567,EQUIPMENT,RC000133,Vehicle,90,"Thor Motor Coach (TMC) is recalling certain 2017 Palazzo 36.1 and 36.3 motorhomes. The Federal certification label on these vehicles indicates an incorrect front tire rim size. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the front rim is replaced based on the incorrect label information, it can cause an unsafe driving condition, increasing the risk of a crash.","TMC will notify owners and will provide corrected replacement labels, free of charge. The recall began on June 2, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000133." -04/10/2017,17V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V244000),"Daimler Vans USA, LLC",Seat Belt Pretensioners may not Function Properly,SEAT BELTS,NR (Not Reported),Vehicle,305,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes-Benz Metris vehicles. The affected vehicles have front seat seatbelt pretensioners that may not function properly in the event of a crash.","If the front seat seatbelt pretensioners do not function properly, the seat occupants may not be adequately restrained in the event of a crash, increasing the risk of injury.","DVUSA will notify owners, and dealers will replace the front seat belts, free of charge. An interim notification was mailed to owners on June 9, 2017. A second notice was mailed on July 7, 2017, to tell owners that the remedy is now available. Owners may contact DVUSA customer service at 1-877-762-8267." -04/10/2017,17V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V248000),PROLine Products LLC,Short Wheel Nuts may cause Wheel Separation,WHEELS,NR (Not Reported),Vehicle,54,"PROLine Products LLC (PROLine) is recalling certain 2016-2017 Cargo trailers equipped with 3500lb-capacity galvanized Dexter Torflex axles. Due to the acorn wheel nuts that secure the wheels to the hub being too short, the wheels may detach during use.","If the trailer wheels loosen or detach, it can increase the risk of a crash.","PROLine will notify owners, and dealers will replace the acorn wheel nuts, free of charge. The recall began on April 21, 2017. Owners may contact PROLine customer service at 1-800-994-0960." -04/10/2017,17V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V242000),Duruxx LLC,Vehicle Exceeds Allowed Limit/FMVSS 500,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,17,"Duruxx LLC (Duruxx) is recalling certain 2015-2016 DRX2 Low-Speed vehicles. The affected vehicles can exceed the 40 km/h speed allowed under the ""Low Speed Vehicle"" classification. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 500, ""Low Speed Vehicles.""","If the vehicles can exceed the allowed speed, it can increase the risk of a crash.","Duruxx will notify owners, and dealers will adjust the throttle body to limit the maximum speed, free of charge. The recall began on September 7, 2017." -04/07/2017,17V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V236000),"Altec Industries, Inc.",Fiberglass Upper Boom Failure,STRUCTURE,CSN 654,Vehicle,199,"Altec Industries Inc. (Altec) is recalling certain 2004-2005 AM547, AM650, 855, 862 Aerial Devices and AM650 and 855 Elevators. The fiberglass upper boom on these vehicles may fail without warning.","If the upper boom were to fail during operation, it would increase the risk of serious injury or death.","Altec has notified owners, and dealers will inspect the fiberglass upper boom, free charge. The recall began on April 7, 2017. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 654." -04/07/2017,17V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V237000),"Forest River, Inc.",Incorrect GAWR and GVWR Information/Part 567,EQUIPMENT,17-04042017-0367,Vehicle,579,"Forest River Inc. (Forest River) is recalling certain 2007-2011 Cherokee recreational trailers. The Federal Placards on these vehicles incorrectly state a Gross Axle Weight Rating (GAWR) of 3,970 lbs., when the actual capacity is 3,500 lbs. The Gross Vehicle Weight Rating (GVWR) is also incorrect. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect information may result in a user unintentionally overloading the vehicle, increasing the risk of the crash.","Forest River will notify owners, and dealers will replace the Federal Placard with corrected one, free of charge. The recall began on May 31, 2017. Owners may contact Forest River at 1-260-593-4001 extension 17119. Forest River's number for this recall is 17-04042017-0367." -04/07/2017,17V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V235000),"Forest River, Inc.",Incorrect GAWR on the Federal Placard/Part 567,EQUIPMENT,10-04042017-0366,Vehicle,7,"Forest River, Inc. (Forest River) is recalling certain 2017 Rockwood and Flagstaff recreational vehicles. The Federal Placard may indicate an incorrect Gross Axle Weight Rating (GAWR) of 2,200 lbs when the correct GAWR actually is 3,000 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",Inaccurate GAWR information on the Federal placard can increase the risk of a crash.,"Forest River will notify owner's, and dealers will install a corrected Federal Placard, free of charge. The recall began on April 21, 2017. Owner's may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is 10-04042017-0366." -04/06/2017,17V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V233000),"Mitsubishi Motors North America, Inc.",Doors may Open Unexpectedly,LATCHES/LOCKS/LINKAGES,SR-17-002,Vehicle,35674,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2016 Outlander and Outlander Sport vehicles. The inside door latch mechanisms may not latch securely in high temperatures, allowing the doors to open while vehicle is in motion.","If a door opens while the vehicle is being driven, it can increase the risk of injury.","MMNA will notify owners, and dealers will replace the door latches, free of charge. The recall began August 25, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-002." -04/06/2017,17V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V234000),"Corp. Micro Bird, Inc.",Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",17-069-CUS,Vehicle,43,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain 2016-2017 G5 school buses, equipped with certain Generation 4 Propane Conversion Kits. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Micro Bird will notify owners, and Roush CleanTech dealers will replace the defective fuel control valve solenoid coils, free of charge. The recall began on April 25, 2017. Owners may contact Micro Bird customer service 1-819-477-2012, or Roush CleanTech at 1-800-597-6874. Micro Bird's number for this recall is 17-069-CUS." -04/05/2017,17V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V231000),E-One Incorporated,Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Vehicle,29,"E-One Incorporated (E-One) is recalling certain 2013-2016 Typhoon and Cyclone II and 2014-2016 Quest emergency vehicles. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","E-One will notify owners, and dealers will inspect, clean and secure the ball joint, free of charge. The recall began on May 5, 2017. Owners may contact E-One customer service at 1-800-627-5050." -04/05/2017,17V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V232000),"Tiffin Motorhomes, Inc.",Loose Ball Joints may cause Loss of Steering,SUSPENSION,TIF-108,Vehicle,154,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2017 Allegro Breeze motorhomes. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Tiffin will notify owners, and dealers will inspect, clean and secure the ball joint free of charge. The recall began on April 24, 2017. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-108." -04/04/2017,17V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V228000),"McNeilus Truck & Manufacturing, Inc.",CNG Hose may Leak at the Fuel Filter Connection,"FUEL SYSTEM, OTHER",VSR-TSB-017,Vehicle,258,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2014-2016 Standard (REL-10), Heavy Duty (REL-11), Extra Compaction (XC/REL-13), 3.5 yd Tag Axle (TG/REL-16), Atlantic Front Loader (FEL-29), Zero Radius (ZR/ASL-48), AutoReach (AR/ASL-49), Pacific Ultra Front Loader (FEL-76) and Pacific Full Eject Front Loader (FEL-87) refuse trucks, and Bridgemaster(BMV) and Standard (STD) concrete mixers, equipped with Cummins ISX12G compressed natural gas (CNG) engines. These vehicles may have been built with an incorrect fitting to connect the low pressure CNG hose to the CNG fuel filter.","The incorrect fitting may result in a CNG leak, which in the presence of an ignition source, may increase the risk of a fire. Additionally, the hose may disconnect from the filter and result in an engine stall, increasing the risk of a crash.","McNeilus will notify owners, and pay for the owner's service technicians to install the correct fitting. The recall began on April 28, 2017. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is VSR-TSB-017." -04/04/2017,17V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V230000),"Gulf Stream Coach, Inc.",Incorrect GVWR on Federal Placard/FMVSS 567,EQUIPMENT,GS040417,Vehicle,251,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain 2011-2017 Amerilite trailers, model 14RBC. The Federal Placard on these vehicles may have incorrect Gross Vehicle Weight Rating (GVWR) information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect GVWR information may result in the trailer being overloaded, affecting the tires or the vehicle's handling, increasing the risk of a crash.","Gulf Stream will notify owners and will provide a corrected Federal Placard, free of charge. The recall began on April 28, 2017. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GS040417." -04/04/2017,17V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V227000),"Forest River, Inc.",Side Deck Patio may Open Unexpectedly,EQUIPMENT,45-03242017-0360,Vehicle,68,"Forest River, Inc. (Forest River) is recalling certain 2016-2018 XLR Toyhauler recreational vehicles. The fasteners for the side patio deck bar lock in these vehicles may not be strong enough, allowing the patio door to unlatch and the deck to drop unexpectedly.","If the patio deck drops while the vehicle is in use, there would be an increased risk of a crash.","Forest River will notify owners, and dealers will replace the fasteners with stronger ones, free of charge. The recall began on May 17, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-03242017-0360." -04/04/2017,17V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V229000),Newmar Corporation,Water may Leak into Headlight Connector,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,26,"Newmar Corporation (Newmar) is recalling certain 2017 King Aire motorhomes. The seals on the headlight harness connectors may not be properly seated, allowing water to enter the connector. As a result, the glass dash display may switch to the turn signal camera mode causing the dash to show the turn signal side camera view over the speedometer and RPM displays.","If the driver cannot see the speedometer and RPM displays, there would be an increased risk of a crash.","Newmar will notify owners, and dealers will inspect and reseat the seals as needed, free of charge. The recall began on April 21, 2017. Owners may contact Newmar customer service at 1-800-731-8300." -03/31/2017,17V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V224000),Kia Motors America,Bearing Wear may result in Engine Seizure,ENGINE AND ENGINE COOLING,SC147,Vehicle,618160,"Kia Motor Company (Kia) is recalling certain 2011-2014 Optima, 2012-2014 Sorento and 2011-2013 Sportage vehicles. Machining errors during the engine manufacturing process may cause premature bearing wear within the engine.","Bearing wear may result in the engine seizing, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the engine assembly, and replace the engine if necessary, free of charge. The recall began June 20, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC147." -03/31/2017,17V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V226000),Hyundai Motor America,Bearing Wear may result in Engine Seizure,ENGINE AND ENGINE COOLING,162,Vehicle,572000,Hyundai Motor America (Hyundai) is recalling certain 2013-2014 Sonata and Santa Fe Sport vehicles. Machining errors during the engine manufacturing process may cause premature bearing wear within the engine.,"Bearing wear may result in the engine seizing, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect the engine, replacing the engine short block, as necessary, free of charge. The recall began June 2017. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 162." -03/31/2017,17V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V221000),"Yamaha Motor Corporation, USA",Handlebar Mounts may Loosen,STEERING,990114,Vehicle,22433,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2017 FJ-09, FZ-09, and XSR900 motorcycles. The lower handlebar holder may loosen due to a painting issue and the inadequate application of the thread-locking agent.","If the handlebars are not properly secured to the motorcycle, a loss of vehicle control may result, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the lower handlebar holder, free of charge. The recall began April 13, 2017. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990114." -03/31/2017,17V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V218000),"Forest River, Inc.",Incorrect GAWR on Federal Placard/Part 567,EQUIPMENT,27-03292017-0362,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain 2017 Salem and Wildwood recreational vehicles. The Federal Placard on these vehicles incorrectly lists the Gross Axle Weight Rating capacity (GAWR) being 5,080 lbs, when the axles actually have a capacity of 4,400 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect GAWR may result in the vehicle being overloaded, causing a loss of control and increasing the risk of a crash.","Forest River will notify owners, and dealers will provide a new Federal Placard with the correct GAWR, free of charge. The recall began on April 18, 2017. Owners may contact Forest River customer service at 1-574-534-4058. Forest River's number for this recall is 27-03292017-0362." -03/31/2017,17V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V223000),Kovatch Mobile Equipment Corp.,Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Vehicle,9,"Kovatch Mobile Equipment Corp. (KME) is recalling certain 2013-2014 Predator SS Aerial, 2013-2016 Predator SS Pumper, 2014 Predator Aerial, Predator Pumper, and Predator Pumper TDA trucks. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","KME will notify owners, and dealers will inspect, clean and secure the ball joint free of charge. The recall began on May 8, 2017. Owners may contact KME customer service at 1-570-669-5577." -03/31/2017,17V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V222000),"BMW of North America, LLC",Turn Signal Deactivates Inner Brake Lamp/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,16883,"BMW of North America, LLC (BMW) is recalling certain 2016-2017 MINI Cooper Clubman, Cooper S Clubman and JCW Clubman vehicles. When the affected vehicles are braking and the turn signals are on, the inner, bumper-mounted, brake light will go out. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake light does not illuminate when a turn signal is activated, other drivers may be confused, increasing the risk of a crash.","MINI will notify owners, and dealers will reprogram the vehicle to correct the brake lighting, free of charge. The recall began May 22, 2017. Owners may contact MINI customer service at 1-866-825-1525." -03/31/2017,17V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V225000),Ford Motor Company,Vehicle may Roll when in Park/FMVSS 102/114,POWER TRAIN,17C06,Vehicle,48443,"Ford Motor Company (Ford) is recalling certain 2017 Ford F-250 Super Duty trucks equipped with 6.2L engines and six-speed automatic transmissions. These transmissions may have a damaged park rod actuating plate that can result in unexpected vehicle movement even though the transmission has been shifted to 'Park.' As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence/Starter Interlock/Transmission Braking Effect"", and number 114, ""Theft Protection.""",Unexpected vehicle movement such as a vehicle rollaway can increase the risk of a crash.,"Ford will notify owners, and dealers will inspect the park rod actuating plate and replace it, if necessary, free of charge. The recall began on June 1, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C06." -03/30/2017,17V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V219000),Honda (American Honda Motor Co.),Fuel Tank may Leak,"FUEL SYSTEM, GASOLINE",KE8,Vehicle,136,Honda (American Honda Motor Co.) is recalling certain 2016 Honda Pilot 2WD and AWD vehicles. The affected vehicles have fuel tanks that may leak.,A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Honda will notify owners, and dealers will replace the fuel tank, free of charge. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KE8." -03/30/2017,17V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V220000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,KF0,Vehicle,37421,"Honda (American Honda Motor Co.) is recalling certain 2003 Honda Accord Coupe vehicles, equipped with a four-cylinder engine. If the passenger frontal air bag module has been replaced, such as after a crash necessitating frontal air bag deployment, the replacement air bag module may include a Takata air bag inflator. These inflators may rupture due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will inspect the vehicle and replace any Takata inflator used in the passenger frontal air bag module, free of charge. The recall is expected to begin May 1, 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KF0." -03/29/2017,17V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V216000),"Subaru of America, Inc.",Loss of Fuel Pressure from Fuel Vaporization,"FUEL SYSTEM, GASOLINE",WTP-75,Vehicle,33131,"Subaru of America, Inc. (Subaru) is recalling certain 2017 Impreza vehicles. Winter fuels may vaporize prematurely in the fuel line, resulting in a reduction in fuel pressure, possibly causing the engine to stall.",An engine stall can increase the risk of a crash.,"Subaru will notify owners, and dealers will reprogram the engine control unit to turn the radiator cooling fan on at a lower temperature, free of charge. The recall began on April 20, 2017. Owners may contact Subaru customer service at 1-800-782-2738. Subaru's number for this recall is WTP-75." -03/29/2017,17V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V215000),"Daimler Trucks North America, LLC",Transmission Grade Brake may Remain Activated,POWER TRAIN,FL-734,Vehicle,25,"Daimler Trucks North America LLC (DTNA) is recalling certain 2015-2016 FCCC S2G trucks equipped with an 8.0L propane engine and an Allison transmission. The transmission grade brake on these trucks may not deactivate when the disable switch is depressed, which can cause a loss of traction in certain icy, or other slippery conditions, due to aggressive downshifting.","If the transmission grade brake stays engaged, unknowingly to the operator, in low-traction conditions, it can increase the risk of a crash.","DTNA will notify owners, and dealers will update the vehicle's programming, free of charge. The recall began on May 31, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-734." -03/29/2017,17V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V217000),"Daimler Trucks North America, LLC",Transmission Grade Brake may Remain Activated,POWER TRAIN,FL-734,Vehicle,1,"Daimler Trucks North America LLC (DTNA) is recalling one model year 2016 Thomas Built Buses Saf-T-Liner C2 school bus equipped with an 8.0L propane engine and an Allison transmission. The transmission grade brake on this bus may not deactivate when the disable switch is depressed, which can cause a loss of traction in certain icy, or other slippery conditions, due to aggressive downshifting.","If the transmission grade brake stays engaged, unknowingly to the operator, in low-traction conditions, it can increase the risk of a crash.","DTNA will notify the owner, and a dealer will update the bus' programming, free of charge. The recall began on May 26, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-734." -03/28/2017,17V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V214000),"Schwarze Industries, Inc.",Air Brakes may Leak/FMVSS 121,"SERVICE BRAKES, AIR",airbrake upgrade kit,Vehicle,129,"Schwarze Industries, Inc. (Schwarze) is recalling certain 2013-2017 A7 Tornado, A8 Twister, A9 Monsoon, and M6 Avalanche street sweepers. The air brake systems on these vehicles may have been manufactured with the wrong fittings, causing the brake lines to leak air, possibly resulting in the vehicle stopping unexpectedly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the brakes apply and the vehicle stops unexpectedly, it can increase the risk of a crash.","Schwarze will notify owners, and dealers will replace the incompatible air brake line fittings, free of charge. The recall began on April 13, 2017. Owners may contact Schwarze customer service at 1-800-879-7934." -03/28/2017,17V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V213000),Hyundai Motor America,Loss of Electric Power Steering Assist,STEERING,161,Vehicle,99,Hyundai Motor America (Hyundai) is recalling certain 2017 Elantra vehicles. The affected vehicles may have a damaged Electronic Power Steering (MDPS) connector resulting in a loss of electric power steering assistance.,"Loss of power steering assist would require higher steering effort, especially at lower speeds, which may increase the risk of a crash.","Hyundai will notify owners, and dealers will replace the EPS motor, free of charge. The recall is expected to begin April 28, 2017. Owners may contact Hyundai customer service at 1-800-243-7766. Hyundai's number for this recall 161." -03/27/2017,17V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V210000),Ford Motor Company,Doors may Unexpectedly Open,LATCHES/LOCKS/LINKAGES,15S16,Vehicle,191432,"Ford Motor Company (Ford) is recalling certain 2014 Ford Fiesta, 2013-2014 Ford Fusion and 2013-2014 Lincoln MKZ vehicles. A component within the door latches may break making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Ford will notify owners, and dealers will replace all four door latches, free of charge. The recall began May 1, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S16." -03/27/2017,17V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V212000),Ford Motor Company,Driveline Vibrations May Fracture Transmission,POWER TRAIN,17S08,Vehicle,509,Ford Motor Company (Ford) is recalling certain 2017 Ford F-450 and F-550 Superduty vehicles. Operating the vehicle at highway speeds may cause the driveline to vibrate and fracture the driveline components or the transmission.,"If the driveline or transmission fractures, the vehicle may lose motive power, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the driveshaft and two center bearing brackets, free of charge. The recall began May 18, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford recall number 17S08." -03/27/2017,17V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V209000),Ford Motor Company,Engine Cylinder Head may Leak Oil,ENGINE AND ENGINE COOLING,17S09,Vehicle,208584,"Ford Motor Company (Ford) is recalling certain 2014 Escape, 2014-2015 Fiesta ST, 2013-2014 Fusion and 2013-2015 Transit Connect vehicles equipped with 1.6L GTDI engines. If the vehicle is started and driven with an insufficient level of coolant within the engine cooling system, the engine cylinder head may overheat, crack and leak oil.","If the cylinder head cracks and leaks oil, the oil may contact a hot engine or exhaust component, increasing the risk of a fire.","Ford will notify owners, and dealers will install a coolant level sensor and the supporting hardware and software, free of charge. Interim notices informing owners of the safety risk were mailed April 21, 2017. The recall began on January 5, 2018. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S09." -03/27/2017,17V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V205000),Ford Motor Company,Improperly Welded Windshield Header/FMVSS 214,STRUCTURE,17C05,Vehicle,84,"Ford Motor Company (Ford) is recalling certain 2017 Edge vehicles equipped with the optional Panoramic Vista Roof. These vehicles may have an improperly welded windshield header, reducing the vehicle's lateral structural integrity. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","If the vehicle has reduced lateral structural integrity, the occupants are at an increased risk of injury in the event of a side-impact crash.","Ford will notify owners, and dealers will repair the windshield header, free of charge. The recall began May 18, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for the recall is 17C05." -03/27/2017,17V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V206000),Keystone RV Company,Incorrect Circuit Breaker Installed,ELECTRICAL SYSTEM,17-282,Vehicle,43,"Keystone RV Company (Keystone) is recalling certain 2017 Cougar recreational trailers, models 326RDS, 327RKL, 333MKS, 336BHS and 359MBI. These vehicles were built with a manual-resetting 12 volt circuit breaker, which cannot be used in close proximity to the liquid propane storage.","If the breaker sparks when it is being manually reset, it can increase the risk of a fire.","Keystone will notify owners, and dealers will inspect the trailers and replace the breaker with one that automatically resets, as necessary, free of charge. The recall began on March 29, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-282." -03/27/2017,17V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V211000),Great Dane Trailers,Service Brake Air Leak can Reduce Braking Ability,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,34,"Great Dane Trailers (Great Dane) is recalling certain 2018 Everest SS refrigerated trailers. A plug for the front brake chamber service port may not have been properly tightened, possibly reducing the service brake pressure.","A reduction of service brake pressure can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Great Dane will tighten the diagnostic tee pipe plug or remove the tee. The recall began on April 28, 2017. Owners may contact Great Dane customer service at 1-912-232-4471." -03/27/2017,17V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V207000),Motor Coach Industries,Sway Bar may Crack and Fail,SUSPENSION,Service Bulletin 452,Vehicle,1165,Motor Coach Industries (MCI) is recalling certain 2014 -2016 J4500 vehicles. The front sway bar on these vehicles may crack at the bushing/clamp locations.,"If the sway bar cracks, it can detach from the vehicle, affecting vehicle handling and increasing the risk of a crash.","Motor Coach Industries (MCI) will notify owners and dealers will replace the sway bar assembly, free of charge. The recall began on June 13, 2017. Owners may contact Motor Industries at 1-800-241-2947. MCI's number for this recall is Service Bulletin 452." -03/23/2017,17V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V201000),"Hino Motors Sales U.S.A., Inc.",Clutch Drum Wear may Cause Loss of Drive,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,1815,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain 2013-2017 XFC710L, XFC720L, XFC730L, and XFC740L vehicles. The clutch drum spline of the front module of the Hybrid Vehicle (HV) motor may wear out.","If the clutch drum spline wears out, the vehicle will lose the ability to move under its own power, increasing the risk of a crash.","Hino will notify owners, and dealers will replace the clutch drum spline with one that has increased wear resistance, free of charge. An interim notice was mailed to owners on May 22, 2017. The recall began on November 9, 2017. Owners may contact Hino customer service at 1-248-699-9390." -03/23/2017,17V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V199000),"McNeilus Truck & Manufacturing, Inc.",Corrosion of CNG Fuel Hose may cause Fuel Leak,"FUEL SYSTEM, OTHER",Agility 16E-092,Vehicle,130,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain 2013-2015 HD REL-11, REL TG TAG-12, MA-42, M-44, ZR-48, AR-49, and Pacific LoPro FEL-88 Refuse Trucks, equipped with compressed natural gas (CNG) fuel systems by Agility Fuel Systems. The affected CNG systems have flexible stainless steel, sleeved, high pressure hoses that may corrode from exposure to environmental conditions such as water mixed with road salt.","Corrosion of the fuel hose may result in a CNG leak, which in the presence of an ignition source, may increase the risk of a fire.","McNeilus will notify owners instructing them to contact Agility to have the defective hose assemblies replaced free of charge. The recall began on April 28, 2017. Owners may contact Agility customer service at 1-949-267-7745 or contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is Agility 16E-092." -03/23/2017,17V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V208000),"Iowa Mold Tooling Co., Inc.",Corrosion of CNG Fuel Hose may cause Fuel Leak,"FUEL SYSTEM, OTHER",16E-092,Vehicle,1,"Iowa Mold Tooling Co., Inc. (IMT) is recalling one model year 2013 Refuse-Container Delivery vehicle, equipped with a compressed natural gas (CNG) fuel system by Agility Fuel Systems. The affected CNG system has flexible stainless steel, sleeved, high pressure hoses that may corrode from exposure to environmental conditions such as water mixed with road salt.","Corrosion of the fuel hose may result in a CNG leak, which in the presence of an ignition source, may increase the risk of a fire.","IMT will notify the owner and instruct them to contact Agility to have the defective hose assembly replaced free of charge. The recall began on May 4, 2017. Owners may contact IMT customer service at 1-800-247-5958, or Agility customer service at 1-888-686-7278. IMT's number for this recall is 16E-092." -03/23/2017,17V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V198000),"Chrysler (FCA US, LLC)",Differential Pin Retaining Screw may Loosen,POWER TRAIN,T20,Vehicle,30,"Chrysler (FCA US LLC) is recalling certain 2016-2017 Ram 1500 trucks. The differential pin retaining screw may come loose while driving, potentially causing the differential to break or lock up.",A broken or locked up differential may result in a loss of motive power and possibly a loss of vehicle control. Either scenario increases the risk of a crash.,"Chrysler will notify owners, and dealers will inspect and replace the differential retaining pin, free of charge. The recall began April 24, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T20." -03/23/2017,17V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V203000),Blue Bird Body Company,Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",R17ZA (SB),Vehicle,1274,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2018 Vision school buses, designed to run on propane. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Blue Bird will notify owners, and dealers for Roush CleanTech, the supplier of the propane fuel kit, will replace the defective fuel control valve solenoids, free of charge. The recall began on April 21, 2017. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for recall is R17ZA (SB)." -03/23/2017,17V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V204000),Blue Bird Body Company,Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",R17ZA (NSB),Vehicle,22,"Blue Bird Body Company (Blue Bird) is recalling certain 2017-2018 Vision transit buses, designed to run on propane. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Blue Bird will notify owners, and dealers for Roush CleanTech, the supplier of the propane fuel kit, will replace the defective fuel control valve solenoids, free of charge. The recall began on April 21, 2017. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for recall is R17ZA (NSB)." -03/23/2017,17V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V202000),Blue Bird Body Company,Shoulder Seat Belt D-Ring may Detach in a Crash,SEAT BELTS,R17YZ (SB),Vehicle,92,"Blue Bird Body Company (Blue Bird) is recalling certain 2016 Vision and All American school buses, equipped with certain QS11, QSCR11, QSJ11, and Davenport school bus seats that include three-point lap/shoulder seat belts. These seats may have a loose or missing D-ring mounting nut, allowing the shoulder belt D-ring to detach in a crash.","A loose or missing shoulder belt D-ring may prevent the seat belt from adequately restraining the seat occupant in the event of a crash, increasing their risk of injury.","Blue Bird will notify owners, and personnel from the school bus seat manufacturer will inspect and repair the affected seats, free of charge. The recall began on April 12, 2017. Owners may contact Blue Bird Campaigns Administration at 1-478-822-2242. Blue Bird's number for this recall is R17YZ (SB)." -03/23/2017,17V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V200000),"Tiffin Motorhomes, Inc.",Tow Hitch may Detach from Motorhome,TRAILER HITCHES,NR (Not Reported),Vehicle,4990,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2011-2016 Allegro Open Road motorhomes. The tow hitch on these vehicles may can detach from the coach under heavy loading or hard braking conditions.","If the hitch detaches, the tow vehicle would not be connected to the motorhome, increasing the risk of a crash.","Tiffin will notify owners, and dealers will install frame rail extension liner brackets, free of charge. The recall began on March 28, 2017. Owners may contact Tiffin Motorhomes customer service at 1-256-356-8661." -03/22/2017,17V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V196000),"Volkswagen Group of America, Inc.",Frontal Air Bag may deploy too Forcibly/FMVSS 208,AIR BAGS,69Q3,Vehicle,11618,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Audi A3 and S3 Sedan vehicles. In a lower-speed crash situation, the air bag control unit software may deploy the passenger frontal air bag improperly if the front seat passenger is sitting on the edge of the seat or is laying in the seat with the seat reclined. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","If the air bag deploys with more force than intended, it can increase the risk of injury.","Audi will notify owners, and dealers will update the air bag control module software, free of charge. The recall began April 20, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69Q3." -03/22/2017,17V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V195000),Newmar Corporation,Loose Ball Joints may cause Loss of Steering,SUSPENSION,17004,Vehicle,595,"Newmar Corporation (Newmar) is recalling certain 2017-2018 Dutch Star, 2016-2018 Mountain Aire and London Aire, and 2012-2018 Essex and King Aire motorhomes built on a Spartan Motors chassis. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Newmar will notify owners, and Spartan service centers will remove, clean, apply thread locker, reinstall and torqued the ball joints, as necessary, free of charge. The recall began on May 3, 2017. Owners may contact Spartan at 1-800-543-4277 to locate a qualified service center or contact Newmar customer service at 1-574-773-7791. Newmar's number for this recall is 17004." -03/21/2017,17V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V192000),"Chrysler (FCA US, LLC)",Incorrect PCM Software Calibration,POWER TRAIN,T19,Vehicle,25583,"Chrysler (FCA US LLC) is recalling certain 2014 Fiat 500L vehicles. The Powertrain Control Module (PCM) software calibration maybe incorrect, limiting the engine to idle speed and torque even when accelerator pedal is fully pressed.","If the vehicle does not accelerate as expected, there may be an increased risk of a crash.","Chrysler will notify owners, and dealers will update the PCM software, free of charge. The recall began April 13, 2017. Owners may the Fiat Information Center at 1-888-242-6342. Chrysler's number for this recall is T19." -03/21/2017,17V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V197000),REV Recreation Group,Incorrect Tire Information on Label/Part 567,EQUIPMENT,170317REV,Vehicle,42,"REV Recreation Group (REV) is recalling certain 2017 Fleetwood Bounder and Holiday Rambler Vacationer vehicles. These vehicles are equipped with Federal Placards that incorrectly list a tire size of 235/80R 22.5 G when the actual tire size is 255/80R 22.5 G. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator were to replace the tires according to the information on the Federal Placard, it could increase the risk of a crash.","REV will notify owners, and dealers will install a corrected label, free of charge. The recall began on April 12, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 170317REV." -03/21/2017,17V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V194000),"KTM North America, Inc.",Preformed Fuel Hose May Develop Holes or Cracks,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,487,"KTM North America, Inc. (KTM) is recalling certain 2016-2017 KTM 1290 Super Duke GT motorcycles. The preformed fuel hose can develop small holes or cracks, potentially causing a fuel leak.",A fuel leak in the presence of a ignition source can increase the risk of a fire.,"KTM will notify owners, and dealers will replace the defective fuel hose, free of charge. The recall began on May 5, 2017. Customers may contact KTM customer service at 1-888-985-6090." -03/21/2017,17V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V191000),Isuzu Motors Limited,Rear Wheel/Axle Assembly may Partially Separate,POWER TRAIN,NR (Not Reported),Vehicle,97000,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2011-2016 NPR, 2011-2017 NPR-HD, NQR, NRR, 2015-2017 NPR-XD, 2012-2016 Reach, NPR Gas and NPR-HD Gas incomplete trucks. The left rear wheel bearing hub locking bolts may not have been properly tightened during assembly.","The loose bolts can allow the wheel assembly to move outward from the axle housing, affecting the control of the vehicle and reducing braking performance, thereby increasing a risk of a crash.","Isuzu will notify owners, and dealers will inspect the left rear wheel bearing hub locking bolts, tightening them as necessary, free of charge. The recall began on April 19, 2017. Owners may contact Isuzu customer service at 1-866-441-9638." -03/21/2017,17E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E019000),Hickory Springs Manufacturing Company,Shoulder Seat Belt D-Ring may Detach in a Crash,SEAT BELTS,NR (Not Reported),Equipment,1549,"Hickory Springs Manufacturing Company (HSM) is recalling certain QS11, QSCR11, QSJ11 and Davenport school bus seats that include three-point lap/shoulder seat belts. These seats may have a loose or missing D-ring mounting nut, allowing the shoulder belt D-ring to detach in a crash.","A loose shoulder belt D-ring may prevent the seat belt from adequately restraining the seat occupant in the event of a crash, increasing their risk of injury.","HSM has notified the bus manufacturer that purchased the affected seats and an HSM field service technician will inspect the school buses that have the subject seats, repairing them as necessary, free of charge. The recall began on March 30, 2017. Owners may contact HSM customer service at 1-800-438-5341." -03/20/2017,17V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V188000),Triple E Recreational Vehicles,Missing Exit Decal on Driver Side Cab Door,EQUIPMENT,CA #8593-1,Vehicle,15,"Triple E Recreational Vehicles (Tirple E) is recalling certain 2017 Wonder motorhomes, model W24MB. These vehicles are missing the 'Exit' decal that should have been installed on the driver side cab door.","If the 'Exit' decal is missing, in the event of an emergency, occupants may not remember that the driver side cab door is an exit, increasing their risk of a injury.","Triple E has notified owners and sent them an 'Exit' decal to install, free of charge. The recall began on March 27, 2017. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA #8593-1." -03/17/2017,17V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V187000),Entegra Coach,Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Vehicle,2161,"Entegra Coach (Entegra) is recalling certain 2012-2013 and 2015-2018 Anthem; 2013 and 2017-2018 Aspire; and 2012-2018 Cornerstone motorhomes built on a Spartan Motors chassis. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Entegra will notify owners, and Spartan service centers will remove, clean, apply thread locker, and reinstall the properly torqued ball joint, free of charge. The recall began on April 25, 2017. Owners may contact call Spartan customer service at 1-800-543-4277 or Entegra customer service at 1-800-945-4787." -03/17/2017,17V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V189000),"BMW of North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,36,"BMW of North America, Inc. (BMW) is recalling certain 2017 X5 sDrive35i, X5 xDrive35i, X5 xDrive50i, X5 xDrive35d, and X5 xDrive40e vehicles. These vehicles are equipped with passenger frontal air bag modules using certain air bag inflators that may not vent properly in the event of a crash necessitating deployment of the passenger frontal air bag.","If the inflator cannot vent properly, the inflator may rupture, resulting in metal fragments striking the vehicle occupants and causing serious injury or death.","BMW has notified owners, and dealers will replace the air bag modules, free of charge. The recall began on March 20, 2017. Owners may contact BMW customer service at 1-800-525-7417." -03/16/2017,17V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V190000),Kia Motors America,Brake Vacuum Hose may Kink,"SERVICE BRAKES, HYDRAULIC",SC146,Vehicle,47,"Kia Motors America (Kia) is recalling certain 2017 Cadenza vehicles. The brake vacuum hose on the affected vehicles may kink, reducing braking performance.","Reduced braking performance can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the brake vacuum hose, replacing it as necessary, free charge. The recall began on April 17, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC146." -03/16/2017,17V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V164000),"Ride The Ducks International, LLC",Improperly Mounted Headlamp/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,13,"Ride The Ducks International LLC (RTDI) is recalling certain 1999-2002 Stretch Amphibious passenger vehicles. The headlights may have been mounted 56"" above the ground instead of being mounted between 22"" and 54"" above the ground as is required to prevent the headlights from blinding oncoming traffic. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the headlights are not installed within the required limits, it can cause a decrease in visibility, increasing the risk of a crash.","RTDI will notify owners, and dealers will relocate the headlights to the proper height requirements, free of charge. The recall began on April 20, 2017. Owners may contact RTDI customer service at 1-417-266-7600." -03/16/2017,17V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V179000),"Mercedes-Benz USA, LLC",Missing Headlight Adjustment Cap/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2213,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 Smart Fortwo vehicles. The horizontal headlight adjustment mechanism on these vehicles may not have been properly sealed off to prevent future adjustment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the headlight can be adjusted horizontally, the headlight may be adjusted outside of the designed specifications, reducing the driver's visibility and potentially blinding oncoming traffic, increasing the risk of a crash.","MBUSA will notify owners, and dealers will install the correct sealing caps to prevent the headlights from being adjusted horizontally, free of charge. The recall began September 8, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -03/16/2017,17V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V184000),"Nissan North America, Inc.",Power Steering Hose may Detach,STEERING,NR (Not Reported),Vehicle,56766,"Nissan North America (Nissan) is recalling certain 2013-2014 Murano and Murano Cross Cabriolet vehicles. The power steering hose clamp may not adequately secure the hose, allowing the hose to detach and leak power steering fluid.","If the power steering fluid leaks onto a heat source such as hot engine or exhaust components, there could be an increased risk of a fire.","Nissan will notify owners, and dealers will install a power steering high pressure hose kit, free of charge. The recall began May 10, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -03/15/2017,17V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V186000),"Trail King Industries, Inc.",Fifth Wheel Coupler Plate may Crack,TRAILER HITCHES,NR (Not Reported),Vehicle,55,"Trail King Industries, Inc. (Trail King) is recalling certain 2016-2017 ACS and AACS drop deck fifth wheel trailers. The fifth wheel coupler plate on these vehicles may crack, potentially allowing the trailer to detach from the tractor.","If the trailer to detaches from the tractor, it can increase the risk of a crash.","Trail King will notify owners, and dealers will replace the coupler plate, free of charge. The recall began on March 20, 2017. Owners may contact Trail King customer service at 1-800-843-3324." -03/15/2017,17V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V183000),"VLRV, LLC (Vanleigh RV)",Incorrect Tire and Load Information/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,270,"VanLeigh RV (VanLeigh) is recalling certain 2016-2017 Vilano fifth-wheel recreational trailers, models 325RL and 365RL. These vehicles have a Federal Placard that indicates incorrect tire and load range information, possibly resulting in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",If the vehicle is overloaded it can increase the risk of a crash.,"VanLeigh will notify owners and will send them a corrected Federal Placard label, free of charge. The recall began on April 20, 2017. Owners may contact VanLeigh customer service at 1-662-612-4040." -03/15/2017,17V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V182000),"Ride The Ducks International, LLC","Seat and Seat Belt Assembly/FMVSS 207,208,209,210",SEAT BELTS,NR (Not Reported),Vehicle,105,"Ride The Ducks International LLC (RTDI) is recalling certain 1996-2014 Stretch Amphibious and Truck Amphibious passenger vehicles. These vehicles are equipped with 'Captain's Chair'-style driver's seats and non-retractable lap belt seat belt assemblies. The seats, seat belt assemblies and seat belt anchorage systems may not adequately secure the driver in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems"", 208, ""Occupant Crash Protection"", 209, ""Seat Belt Assemblies"", and 210, ""Seat Belt Assembly Anchorages.""","If the driver seat, seat belt assemblies, or seat belt anchorages fail to restrain the driver in the event of a crash, it can increase the risk of injury.","RTDI will notify owners, and dealers will replace the driver's seats and seat belt assembly, free of charge. The recall began on April 20, 2017. Owners may contact RTDI customer service at 1-417-266-7600." -03/14/2017,17V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V176000),"Mercedes-Benz USA, LLC",Air Bag 'Out-of-Position' Setting/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,65,"Mercedes-Benz USA LLC, (MBUSA) is recalling certain 2017 E300 and E300 4Matic vehicles. The front passenger air bag may not deploy properly if a front seat passenger is sitting on the edge of the seat or is laying in the seat with the seat reclined. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash that necessitates air bag deployment, if the air bag does not deploy as intended, there would be an increased risk of occupant injury.","MBUSA will notify owners, and dealers will update the air bag control module software, free of charge. The recall began April 13, 2017. Owner's can contact MBUSA customer service at 1-800-367-6372." -03/14/2017,17V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V174000),"Navistar, Inc.",Air Dryer Mounting Bracket may Fracture,"SERVICE BRAKES, AIR",17502,Vehicle,2786,"Navistar Inc. (Navistar) is recalling certain 2016-2018 International LT, 2016-2017 International ProStar, 2017-2018 International LoneStar and International RH heavy diesel trucks. The air dryer mounting bracket may fracture, causing air system leaks or a loss of air pressure to the brake system.","A loss of brake air pressure could lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the air dryer mounting bracket, free of charge. The recall began on May 12, 2017. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for the recall is 17502." -03/14/2017,17V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V178000),"Mercedes-Benz USA, LLC",Door Opening Cable may Fail/FMVSS 206,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,26,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2016 G550 4MATIC and G63 AMG vehicles. In the affected vehicles, the cable that unlatches the door when the inner door handle is pulled may break if the door is difficult to release, such as could occur after a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the cable breaks and the door cannot be opened from inside the vehicle after a crash, the occupant is at an increased risk of an injury.","MBUSA will notify owners and dealers will replace the cable that connects the inner door handle and the door lock on all four doors, free of charge. The recall began on April 28, 2017. Owners can contact Mercedes-Benz customer service at 1-800-367-6372." -03/14/2017,17V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V173000),Volvo Bus Corporation,Ground Cable Installation may cause Relay Failure,ELECTRICAL SYSTEM,SR17-80,Vehicle,70,"Volvo Bus Corporation (Volvo Bus) is recalling certain 2016-2017 Volvo 9700 transit buses equipped with the I-Start feature. These vehicles have a ground cable that may have been improperly installed, resulting in inadequate electrical contact. The poor contact may cause the power feed relay to fail and the engine to stall.",An unexpected engine shutdown increases the risk of a crash.,"Volvo Bus will notify owners, and dealers will inspect the vehicles and correct the ground wire installation, as necessary, free of charge. The recall began on May 4, 2017. Owners may contact Volvo Bus customer service 1-877-773-8678. Volvo Bus' number for this recall is SR17-80. Note: The affected vehicles were previously remedied for a similar issue under recall 16V836, however, this recall requires additional repairs to ensure that the power feed relay will not fail." -03/14/2017,17V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V175000),"Altec Industries, Inc.",IMS Cable may Rub and Short Circuit,ELECTRICAL SYSTEM,CSN 646,Vehicle,335,"Altec Industries Inc. (Altec) is recalling certain 2015-2016 Aerial devices and Service Body Trucks equipped with certain JEMS 4A or JEMS 4E4 Idle Mitigation Systems (IMS). A cable within the IMS may have been improperly installed, possibly causing the cable to rub against an electrical component and short circuit.",A short circuit increases the risk of fire.,"Altec will notify owners, and dealers will replace and reroute the contactor cable within the IMS, free of charge. The recall began on April 13, 2017. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for the recall is CSN 646." -03/14/2017,17V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V172000),"Forest River, Inc.",Incorrect Axle Capacity Information/Part 567,EQUIPMENT,10C-03082017-0341,Vehicle,35,"Forest River, Inc. (Forest River) is recalling certain 2017 Flagstaff and Rockwood recreational trailers. The Federal Placard on these vehicles indicates a capacity of 5,000 lbs for each axle, however, each axle actually has a capacity of 4,000 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect information can cause the vehicle to be overloaded or result in axle failure, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the Federal Placard with a corrected one, free of charge. The recall began on March 27, 2017. Owners may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is 10C-03082017-0341." -03/14/2017,17V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V171000),"Forest River, Inc.",Incorrect Tire Size on Federal Placard/FMVSS 110,EQUIPMENT,64-03082017-0339,Vehicle,14,"Forest River, Inc. (Forest River) is recalling certain 2017 Cherokee recreational trailers, model ORCKT244JR-64. The Federal Placard has incorrect tire and rim size information, indicating ST205/75R15C tires with 50 PSI and a rim size of 15X5.5JJ, when the actual combination is ST205/75R14C tires with 50 PSI and a rim size of 14X5.5JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information can cause the operator to install the wrong size of replacement tires, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on March 31, 2017. Owners may contact Forest River customer service at 1-541-995-3447. Forest River's number for this recall is 64-03082017-0339." -03/14/2017,17V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V169000),"Forest River, Inc.",Incorrect Tire and Rim Information/FMVSS 110,EQUIPMENT,420-03072017-0338,Vehicle,44,"Forest River, Inc. (Forest River) is recalling certain 2017 Puma recreational trailers, models PT23FBC and PT25RSC. The Federal Placard has incorrect tire and rim size information, indicating ST205/75R15C tires with a 50 psi and rim size of 14X5, when the correct information is ST205/75R14C tires with a 50 psi, and rim size of 14X5.5JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information can cause the operator to install the wrong size of replacement tires, increasing the risk of a crash.","Forest River will notify owners, and dealers will provide a corrected Federal Placard, free of charge. The recall began on March 30, 2017. Owners may contact Forest River customer service at 1-574-642-0588. Forest River's number for this recall is 420-03072017-0338." -03/14/2017,17V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V167000),"Jayco, Inc.",Spare Wheel Steel Rim may Rub Brake Caliper,WHEELS,9901347,Vehicle,14,Jayco Inc. (Jayco) is recalling certain 2017 Designer fifth wheel recreational trailers equipped with the disk brake option. The steel rim of the spare tire may rub against the brake caliper.,"The interference may generate enough heat to cause the tire to fail, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the spare wheel with an aluminum rim with a new spare, free of charge. The recall began on March 27, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for the recall is 9901347." -03/14/2017,17V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V177000),"Mercedes-Benz USA, LLC",Wrong Control Unit Software Installed,AIR BAGS,NR (Not Reported),Vehicle,51,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 AMG GT-S, GLC300, CLA250 and GLE300d 4Matic vehicles, 2013 C250, E350 BlueTec and G63 AMG vehicles, 2008-2014 C300 vehicles, 2013-2014 C300 4Matic and ML350 4Matic vehicles, 2009 C350 vehicles, 2014 CLS550, E350 4Matic, E350 Coupe 4Matic, E350 Wagon 4Matic, GLK350 and SL550 vehicles, 2012 CLS550 4Matic vehicles, 2012-2016 E350 vehicles, 2016-2017 GL450 4Matic vehicles, 2012-2014 ML350 4Matic BlueTec vehicles, 2015 S550, S550 4Matic and C300 4Matic Sedan vehicles, 2015-2016 C300 Sedan vehicles, and 2017 SL63 AMG vehicles. Various control units on these vehicles may have been updated with incorrect software, potentially affecting the correct deployment of the air bags in the event of a crash.","If the air bags do not deploy as intended in the event of a crash, there would be an increased risk of injury in the event of a crash.","MBUSA will notify owners, and dealers will update software in the affected control units, free of charge. The recall began April 21, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -03/13/2017,17V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V168000),Ford Motor Company,Driver's Door may Unlatch in a Crash/FMVSS 206,LATCHES/LOCKS/LINKAGES,17C04,Vehicle,5470,"Ford Motor Company (Ford) is recalling certain 2017 Ford Mustang vehicles. The return spring for the driver side interior door handle may come loose, allowing the driver's door to unlatch in a side impact crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""",If the door unlatches in a crash it can increase the risk of injury.,"Ford will notify owners, and dealers will inspect the driver-side interior door handle and repair the return spring, as necessary, free of charge. The recall began April 14, 2017. Owners may contact Ford at 1-866-436-7332. Ford's number for the recall is 17C04." -03/13/2017,17E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E017000),"Roush CleanTech, LLC",Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",RE,Equipment,15,"Roush CleanTech, LLC (Roush) is recalling certain Generation 4 Propane Conversion Kits sold for aftermarket installation. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Roush has notified owners and dealers will replace the fuel control valve solenoid, free of charge. The recall began on March 21, 2017. Owners may contact Roush at 1-800-597-6874. Roush's number for the recall is RE." -03/13/2017,17E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E018000),"Roush CleanTech, LLC",Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",OE,Equipment,1997,"Roush CleanTech, LLC (Roush) is recalling certain Generation 4 Propane Conversion Kits sold to original equipment manufacturers and vehicle alterers for installation on vehicles prior to their first sale. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Roush will notify the original equipment manufacturers and vehicle alterers that installed the affected kits and those companies will conduct recalls to replace the fuel control valve solenoids, free of charge. The recall began on March 21, 2017. Owners may contact Roush at 1-800-597-67874. Roush's number for the recall is OE." -03/13/2017,17V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V170000),"Roush CleanTech, LLC",Fuel Control Valve Short may cause Engine Shut-off,"FUEL SYSTEM, OTHER",VR,Vehicle,434,"Roush CleanTech, LLC (Roush) is recalling certain 2015-2017 Roush-modified Ford E-450, F59, F-650 and F-750 vehicles equipped with certain Generation 4 Propane Conversion Kits. The fuel control valve solenoid may short circuit, shutting off the flow of propane to the engine, causing the engine to shut off.",An engine stall while driving increases the risk of a crash.,"Roush has notified owners, and dealers will replace the fuel control valve solenoid, free of charge. The recall began on March 22, 2017. Owners may contact Roush customer service at 1-800-597-6874. Roush's number for this recall is VR." -03/13/2017,17E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E016000),"Strategic Sports, Ltd.",Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,990,"Strategic Sports, Ltd. (Strategic Sports) is recalling certain Zox Nano Helmets sizes XL through XXXXXL, with manufacture dates of February 2013 and March 2013. The helmet size and the date of manufacturer are printed on a sewn-in black fabric label, inside the helmet. These helmets may not adequately protect the wearer in the event of a secondary head impact during a motorcycle crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, �Motorcycle Helmets.""","In the event of a crash where the rider hits the helmet twice in the same spot, the helmet may not adequately protect the wearer, increasing the risk of injury.",Strategic Sports will notify owners and refund the purchase price of the helmets. Owners may contact Strategic Sports at helmet.recall.info@gmail.com. -03/13/2017,17V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V165000),"Ride The Ducks International, LLC",Internal Display Lights Incorrect/FMVSS 101,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,105,"Ride The Ducks International LLC (RTDI) is recalling certain 1996-2014 Stretch Amphibious Passenger and Truck Amphibious Passenger vehicles. The instrument cluster does not illuminate the associated symbol when the vehicles' turn signals or high beam lights are in use, instead only a solid color is lit. Additionally, the indicator for the windshield wiping system is not illuminated when the vehicle's headlights are activated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","If the instrument panel does not illuminate correct telltale displays for the turn signals or high beam headlights, the vehicle operator may not recognize that the systems are been activated, potentially increasing the risk of a crash.","RTDI will notify owners, and dealers will replace the instrument panel telltales and controls, free of charge. The recall began on April 20, 2017. Owners may contact RTDI customer service at 1-417-266-7600." -03/13/2017,17V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V160000),Shyft Group,Loose Ball Joints may cause Loss of Steering,SUSPENSION,17004,Vehicle,2783,"Spartan Motors USA (Spartan) is recalling certain 2011-2017 Gladiator, 2016-2017 MetroStar, 2012-2018 K2, 2011-2018 K3, 2017-2018 K4, and 2011-2017 MM vehicles. The ball joints on the independent front suspension (IFS) modules can loosen and separate, leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Spartan will notify owners, and dealers will remove, clean, apply thread locker, and reinstall the properly torqued ball joint, free of charge. The recall began on March 24, 2017. Owners may contact Spartan customer service at 1-800-543-4277. Spartan's number for this recall is 17004." -03/13/2017,17V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V163000),Thor Motor Coach,Seatbelts on the Passenger-Side Sofa Too Short,SEAT BELTS,RC000129,Vehicle,58,Thor Motor Coach (TMC) is recalling certain 2017 Aria 3601 motorhomes. The seat belts on the passenger side sofa may be too short to fasten around passengers seated there.,"If the seat belt cannot adequately restrain passengers, it can increase the risk of injury in the event of a crash.","TMC will notify owners, and dealers will replace the incorrect seat belt with a longer one, free of charge. The recall on April 19, 2017. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000129." -03/13/2017,17V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V166000),Thor Motor Coach,Sofa may be Missing Middle Seat Belt,SEAT BELTS,RC000130,Vehicle,171,"Thor Motor Coach (TMC) is recalling certain 2017 Chateau, Freedom Elite, and Four Winds Motorhomes. The sofa may not have a seat belt for the middle seating position.","Without a seat belt, the occupant sitting in the middle position of the sofa will not be properly restrained in the event of a crash, increasing the risk of an injury.","Thor Motor Coach will notify owners, and dealers will install a middle seat belt, free of charge. The recall began on May 8, 2017. Owners may contact TMC customer service 1-877-855-2867. TMC's number for the recall is RC000130." -03/13/2017,17V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V161000),"Maserati North America, Inc.",Software error may cause Shift to Neutral or Stall,ELECTRICAL SYSTEM,10338,Vehicle,3291,"Maserati North America, Inc. (Maserati) is recalling certain 2017 Levante vehicles. Due to an engine software problem, at slow speeds such as stop-and-go traffic, the transmission may unexpectedly shift into neutral or the engine may shut off.","If the transmission shifts into neutral unexpectedly or if the engine shuts down without warning, it can increase the risk of a crash.","Maserati will notify owners, and dealers will update the engine control module software, free of charge. The recall began March 31, 2017. Owners may contact Maserati customer service at 1-877-696-2737." -03/13/2017,17V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V162000),Thor Motor Coach,Windshield Wipers may Fail,VISIBILITY,NR (Not Reported),Vehicle,8617,"Thor Motor Coach (TMC) is recalling certain 2014-2015 ACE, Hurricane, Challenger, Daybreak, Miramar, Outlaw, and Windsport motorhomes. These vehicles have windshield wiper systems that may have been improperly installed and secured, possibly causing the wipers to fail during use.","Failure of the windshield wipers may impair the driver's visibility, increasing the risk of a crash.","TMC has notified owners, and dealers will inspect and tighten the wiper arm securing nuts, free of charge. The recall began on May 5, 2017. Owners may contact TMC customer service at 1-877-855-2867." -03/12/2017,17E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E015000),"Tegol, Inc.",Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,11487,"Tegol, Inc. (Tegol) is recalling certain Outlaw V-5 Series helmets, in all sizes. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. Additionally, the helmets may not stay secured to head during a motorcycle crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"Tegol will notify owners and will refund owners the price of the helmet, free of charge. The recall began during March 2017. The Owners may contact Tegol customer service at 1-866-371-0281 or by email at tegolrecall@gmail.com." -03/10/2017,17V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V158000),Polaris Inc.,Loose Steering/Suspension Connections,STEERING,T-17-01,Vehicle,254,"Polaris Industries, Inc. (Polaris) is recalling certain 2017 Slingshot, Slingshot SL, and Slingshot SLR vehicles. Three of the bolted connections between the steering and the front suspension may have been insufficiently tightened, possibly resulting in a reduction of steering and/or front suspension performance.","Reduced steering and/or suspension performance can affect vehicle handling, increasing the risk of a crash.","Polaris will notify owners, and dealers will replace the affected nuts and bolts, tightening them correctly, free of charge. The recall began on March 23, 2017. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-17-01." -03/10/2017,17V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V159000),Kia Motors America,Loss of Electric Power Steering Assist,STEERING,SC145,Vehicle,135,Kia Motors America (Kia) is recalling certain 2017 Niro vehicles. The affected vehicles may have a damaged Motor Driven Power Steering (MDPS) connector resulting in a loss of electric power steering assistance.,"Loss of power steering assist would require higher steering effort, especially at lower speeds, which may increase the risk of a crash.","Kia will notify owners, and dealers will replace the MDPS motor, free of charge. The recall began April 3, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC145." -03/09/2017,17V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V153000),"Jaguar Land Rover North America, LLC",Incorrect Driveshaft may have been Installed,POWER TRAIN,H009,Vehicle,25,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017 Jaguar F-PACE vehicles equipped with automatic transmissions. These vehicles may have been built with a rear driveshaft that is too short, potentially resulting the driveshaft separating from the vehicle.","If the driveshaft detaches, a loss of drive power would result, increasing the risk of a crash.","Jaguar will notify owners, and dealers will inspect the driveshafts, replacing any that are incorrect, free of charge. The recall began May 1, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is H009." -03/09/2017,17V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V154000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag may not Deploy,AIR BAGS,N026,Vehicle,205,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016 Land Rover Range Rover and Range Rover Sport vehicles. The passenger frontal air bag inflator initiator may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the passenger frontal air bag will not deploy, increasing the risk of injury in the event of a crash.","Land Rover will notify owners, and dealers will replace the front passenger air bag, free of charge. The recall began May 1, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is N026." -03/09/2017,17V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V157000),"Manac, Inc.",Rub Rail may Detach,STRUCTURE,NR (Not Reported),Vehicle,3,"Manac Inc. (Manac) is recalling certain 2016-2017 Van Trailers. The aluminum rivets that secure the external rub rails may fail, allowing the rub rails to detach.","If the rub rail detaches, it may become a road hazard, increasing the risk of a crash or injury.","Manac will notify owners and dealers will replace the aluminum rivets with stainless steel rivets, free of charge. The recall began on May 1, 2017. Owners may contact Manac customer service at 1-418-228-2018." -03/09/2017,17V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V155000),"Airstream, Inc.",Tire may Rub Against Wheel Well,SUSPENSION,NR (Not Reported),Vehicle,293,"Airstream Inc. (Airstream) is recalling certain 2017 Base Camp recreational trailers. When the trailer is heavily loaded, the axle travel may allow the tires on these vehicles to contact the plastic liner of the wheel well or fender, possibly resulting in tire failure.",Tire failure can increase the risk of a crash.,"Airstream will notify owners, and dealers will replace the axle to limit the axle travel, free of charge. The recall began on April 13, 2017. Owners may contact Airstream customer service at 1-937-596-6111, extension 7401 or 7411." -03/09/2017,17V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V156000),"Gillig, LLC",Wiper Arms may Crack and Detach from Vehicle,VISIBILITY/WIPER,NR (Not Reported),Vehicle,2732,Gillig LLC (Gillig) is recalling certain 2016-2017 Low Floor transit buses. The affected vehicles have wiper arms that can crack where they mount to the wiper motor causing the wiper arms to bend or detach from the vehicle.,"A loss of wiper function can reduce the driver's visibility, increasing the risk of a crash.","Gillig will notify owners, and dealers will replace the affected wiper arms, free of charge. The recall began on March 31, 2017. Owners may contact Gillig customer service at 1-800-735-1500." -03/08/2017,17V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V151000),"Volkswagen Group of America, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",20Z4,Vehicle,20908,Volkswagen Group of America Inc. (Volkswagen) is recalling certain 2007-2010 Touareg vehicles. The fuel filter flange may crack and allow fuel to leak out.,A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Volkswagen will notify owners, and dealers will inspect and replace the fuel filter flange if cracks are found. A protective cover will be applied to the fuel filter to prevent oxidization cracks from forming. These repairs will be made free of charge. The recall began August 3, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for the recall is 20Z4." -03/08/2017,17V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V152000),Hyundai Motor America,Seat Belt Linkages may Detach,SEAT BELTS,160,Vehicle,977778,"Hyundai Motor America (Hyundai) is recalling certain 2011-2014 Sonata and 2011-2015 Sonata Hybrid vehicles. In the affected vehicles, the seat belt linkages for both front seat belts may detach from the seat belt anchor pretensioners.","In the event of a crash, if the seat belts detach from the anchor pretensioners, it can increase the risk of injury.","Hyundai will notify owners and dealers will inspect the connection between the seat belt linkages and the seat belt anchor pretensioners, repairing them as necessary, free of charge. The recall is expected to begin April 7, 2017. Owner's may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for the recall is 160." -03/08/2017,17V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V150000),"Volkswagen Group of America, Inc.",Seatbelt Component may Detach and Enter the Cabin,SEAT BELTS,69O8,Vehicle,1676,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Audi A5 Cabriolet and S5 Cabriolet vehicles. A component within the front, rear, and rear center seat belt retractor pretensioners may detach after the seatbelt retractor pretensioner is deployed in the event of a crash.","Although, the seat belt will operate as intended in the event of a crash, the pretensioner component may be a projectile within the vehicle cabin, increasing the risk of injury.","Audi will notify owners, and dealers will replace the safety belt retractors/pretensioners, free of charge. The recall began on June 28,2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for the recall is 69O8." -03/07/2017,17V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V145000),Zero Motorcycles Inc.,Anti-Lock Brakes may not Function Properly,"SERVICE BRAKES, HYDRAULIC",SV-ZMC-017-363,Vehicle,61,"Zero Motorcycles Inc. (Zero) is recalling certain 2017 S, DS, and FXS motorcycles. The Anti-Lock Braking System (ABS) Hydraulic Control Unit (HCU) may have the wrong vehicle model information, possibly causing the ABS to function improperly.","If the ABS does not function properly in a braking event, there is an increased risk of a crash.","Zero will notify owners and dealers will reconfigure the HCU, or replace it as needed, free of charge. The recall began on March 13, 2017. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for the recall is SV-ZMC-017-363." -03/07/2017,17V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V148000),"Daimler Vans USA, LLC",Blind Spot Monitoring Function Not Installed,LANE DEPARTURE,NR (Not Reported),Vehicle,72,"Daimler Vans USA LLC (DVUSA) is recalling certain 2016-2017 Mercedes-Benz Metris vehicles. These vans were to be equipped with the Blind Spot Monitoring (BSM) feature, however, the installed instrument cluster and steering wheel does not support the function, and thus, the BSM system does not work on the vehicle.","If a vehicle is in the driver's blind spot, but the BSM system does not warn the driver, there would be an increased risk of a crash.","DVUSA will notify owners, and dealers will install the correct instrument cluster and steering wheel to enable the BSM function, free of charge. Interim notices informing owners of the safety risk were mailed on May 8, 2017. Owners will receive a second notice when the remedy becomes available. The recall began on May 26, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -03/07/2017,17V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V149000),"Daimler Vans USA, LLC",Bracket Not Welded Correctly,POWER TRAIN,NR (Not Reported),Vehicle,892,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes-Benz Sprinter 2500 and 3500 vehicles and Freightliner Sprinter 2500 and 3500 vehicles. The bracket for the center support bearing of the drive shaft may not have been properly welded.","If the event of a crash, the bracket may detach and the drive shaft may damage the fuel system, increasing the risk of a fire.","DVUSA will notify owners and dealers will install three additional rivets to secure the bracket, free of charge. Interim notices informing owners of the safety risk were mailed on May 5, 2017. The recall began on July 7, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -03/07/2017,17E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E014000),H&H Sports Protection,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,7506,"H&H Sports Protection (H&H) is recalling certain TORC T-55 V2 low profile half helmets, sizes XS, S, M, L, XL, XXL. These helmets may not adequately protect the wearer in the event of a head impact during a motorcycle crash. Additionally, the helmets may not stay secured to head during a motorcycle crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",A helmet that fails to meet the safety requirements can increase the risk of injury in the event of a crash.,"H&H will notify owners and will either replace or provide a refund for the helmet, free of charge. The recall began on April 20, 2017. Owner's may contact H&H Sports Protection at 1-626-444-0107." -03/07/2017,17V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V147000),Keystone RV Company,Smoke Detector may not have been Installed,EQUIPMENT,17-279,Vehicle,30,Keystone RV Company (Keystone) is recalling certain 2017 Cougar and Laredo recreational trailers. The affected vehicles may have been incorrectly equipped with two carbon monoxide detectors instead of one smoke detector and one carbon monoxide detector.,"Without a smoke detector, in the event of a fire, the trailer occupants have an increased risk of injury.","Keystone will notify owners and dealers will inspect the trailers and install a smoke detector, if necessary, free of charge. The recall began on March 14, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for the recall is 17-279." -03/07/2017,17V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V146000),"Chrysler (FCA US, LLC)",Tire Pressure Warning Light/FMVSS 138,TIRES,T16,Vehicle,297,"Chrysler (FCA US LLC) is recalling certain 2017 Fiat 500X vehicles. When the vehicle has a tire with low tire pressure, the tire pressure monitoring system (TPMS) warning light may not illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""",Driving a vehicle with an underinflated tire may result in tire failure and increase the risk of a crash.,"Fiat will notify owners, and dealers will update the instrument panel software, free of charge. The recall began April 13, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T16." -03/06/2017,17V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V141000),"Forest River, Inc.",Incorrect Axle Information on the Label/Part 567,EQUIPMENT,49-02242017-0331,Vehicle,11,"Forest River Inc. (Forest River) is recalling certain 2017 Prime Time Manufacturing Crusader recreational trailers, model CSF338RSK. The Federal placard indicates that the trailers have axles that have a capacity of 7,000 lbs when their actual capacity is 6,000 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect axle information on the placard can result in the trailer being overloaded, causing a loss of control and increasing the risk of a crash.","Forest River will notify owners and dealers will replace the Federal placard with a corrected placard, free of charge. The recall began on March 20, 2017. Owners may contact Forest River Customer Service at 1-574-862-1025. Forest River's number for the recall is 49-02242017-0331." -03/06/2017,17V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V142000),Hyundai Motor America,Incorrect Tire Pressure Sensor Mode/FMVSS 138,TIRES,159,Vehicle,190,"Hyundai Motor America (Hyundai) is recalling certain 2017 Santa Fe Sport vehicles. The affected vehicles have a tire pressure monitoring system (TPMS) that may not have been set in the correct mode during vehicle assembly, and therefore will not provide an appropriate warning in the event of an underinflated tire. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""",An underinflated inflated tire can increase the risk of a crash.,"Hyundai will notify owners, and dealers will replace the TPMS sensors, free of charge. The recall began March 31, 2017. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for the recall is 159." -03/06/2017,17V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V143000),"Nissan North America, Inc.",Possible Driver-Side Curtain Airbag Non-Deployment,AIR BAGS,NR (Not Reported),Vehicle,79,"Nissan North America Inc. (Nissan) is recalling certain 2017 Infiniti QX30 vehicles. The affected vehicles have a driver-side curtain air bag inflator initiator that may fail to ignite during a crash, preventing the air bag from deploying.","If the air bag fails to deploy in the event of a crash, it can increase the risk of injury.","Nissan will notify owners, and dealers will replace the driver-side curtain air bag assembly, free of charge. The recall began on May 2, 2017. Owners may contact Infiniti customer Service at 1-800-662-6200." -03/06/2017,17V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V144000),"Nissan North America, Inc.",Side Air Bags may Deploy Unexpectedly,AIR BAGS,NR (Not Reported),Vehicle,54751,"Nissan North America, Inc. (Nissan) is recalling certain 2012 Nissan Versa vehicles. Degradation of the side impact sensor connector pins may cause the curtain and seat-mounted air bags to deploy unexpectedly if the door is slammed.","If the curtain and seat-mounted air bags inadvertently deploy, it can increase the risk of injury.","Nissan will notify owners, and dealers will install a new jumper harness, and replace the side impact satellite sensors, free of charge. The recall began November 28, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -03/03/2017,17V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V140000),REV Recreation Group,Improperly Secured Fuel Pump and Fuel Filter,"FUEL SYSTEM, OTHER",170301REV,Vehicle,742,"REV Recreation Group (REV) is recalling certain 2015 Fleetwood Bounder Classic motorhomes, 2015-2016 Fleetwood Terra motorhomes, 2016-2017 Fleetwood Storm, Holiday Rambler Admiral XE and Fleetwood Flair motorhomes, and 2017 Holiday Rambler Vacationer XE motorhomes. The affected vehicles, equipped with an Onan 5.5 Kilowatt Generator, have an external fuel pump and in-line fuel filter that may be improperly secured to the chassis.","If the fuel pump or filter detach or become loose, a fuel leak may result, which in the presence of an ignition source, can increase the risk of a fire or explosion.","REV will notify owners, and dealers will inspect the mounting of the generator's external fuel pump and in-line fuel filter, securing them as necessary, free of charge. The recall began on April 28, 2017. Owners may contact REV customer service at 1-800-509-3417. REVs number for the recall is 170301REV." -03/03/2017,17V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V139000),REV Recreation Group,Interior Steps may be Unstable,EQUIPMENT,170228REV,Vehicle,693,"REV Recreation Group (REV) is recalling certain 2015-2016 American Coach American Heritage and American Tradition motorhomes, 2015-2017 American Coach American Revolution and American Coach American Eagle motorhomes, 2016 American Coach American Allegiance motorhomes, 2016-2017 American Coach American Dream motorhomes and 2017 Holiday Rambler Diplomat and Holiday Rambler Scepter motorhomes. The support for the interior steps may have been inadequately secured, possibly resulting in the solid-surface step tread being unstable.",An unstable step tread can increase the risk of an injury.,"REV will notify owners, and dealers will install new screws to properly secure the support for the interior steps, free of charge. The recall began on April 21, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for the recall is 170228REV." -03/02/2017,17V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V138000),"BMW of North America, LLC",Front Driveshaft Universal Joint may Fail,POWER TRAIN,NR (Not Reported),Vehicle,121909,"BMW of North America, LLC, (BMW) is recalling certain 2011-2013 X5 xDrive35i, X5 xDrive50i, X5 M and X5 xDrive35d vehicles, 2011-2014 X6 xDrive35i, X6 xDrive50i and X6M vehicles, and 2011 x6 ActiveHybrid Vehicles. Water and debris may enter the front driveshaft's universal joint, causing excessive wear and possibly resulting in the joint's failure.","If the front universal joint fails, the front wheels would not be driven, affecting vehicle traction. Additionally, continued driving of the vehicle with a broken front universal joint may damage other components. Either condition may increase the risk of a crash.","BMW will notify owners, and dealers will replace the front driveshaft, free of charge. The recall began on April 18, 2017. Owners may contact BMW customer service at 1-800-525-7417." -03/02/2017,17V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V133000),"Porsche Cars North America, Inc.",Front Passenger Air Bag may not Deploy/FMVSS 208,AIR BAGS,AH02,Vehicle,17871,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2015-2016 Macan S and Macan Turbo and 2017 Macan GTS vehicles. The passenger occupant detection sensor mat may fail in the front passenger seat, deactivating the front passenger air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, if the front passenger air bag does not deploy as intended, the front passenger has an increased risk of injury.","Porsche will notify owners, and dealers will replace the sensor mat and seat cushion, free of charge. The recall began June 28, 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH02." -03/02/2017,17V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V135000),"Porsche Cars North America, Inc.",Improper Windshield Bonding/FMVSS 212,VISIBILITY,AH04,Vehicle,21,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017 911 Carrera Cabriolet, 911 Carrera 4 Cabriolet, 911 Carrera 4S Cabriolet, 911 Carrera S Cabriolet, 911 Targa S, 911 Targa 4S, 911 Turbo Cabriolet, 718 Boxter and 718 Boxter S vehicles. During manufacturing, the windshield may not have been properly bonded to the vehicle, allowing it to detach in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 212, ""Windshield Mounting.""","In the event of a crash, if the windshield separates from the vehicle, it can increase the risk of injury.","Porsche will notify owners, and dealers will rebond the windshield, free of charge. The recall began on May 12, 2016. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for the recall is AH04." -03/02/2017,17V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V137000),"Volkswagen Group of America, Inc.",Incorrect Tire Information Label/FMVSS 110,EQUIPMENT,01B8,Vehicle,4875,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Jetta vehicles. The affected vehicles have incorrect information on the tire information label, possibly causing the operator to overload the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Overloading the vehicle may affect vehicle handling or result in tire damage, increasing the risk of a crash.","Volkswagen will notify owners, and dealers install a corrected tire information label, free of charge. The recall began March 30, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for the recall is 01B8" -03/02/2017,17V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V136000),"Volkswagen Group of America, Inc.",Incorrect Tire Label Information/FMVSS 110,EQUIPMENT,01B9,Vehicle,797,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Beetle and Jetta GLI vehicles. The affected vehicles have incorrect information on the tire information label, possibly causing the operator to overload the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Overloading the vehicle may affect vehicle handling or result in tire damage, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will install a corrected tire information label, free of charge. The recall began March 30, 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for the recall is 01B9." -03/02/2017,17V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V134000),"Porsche Cars North America, Inc.",Passenger Frontal Air Bag may not Deploy,AIR BAGS,AH03,Vehicle,120,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2016 911 GT3 RS and 911 R vehicles and 2017 911 Carrera, 911 Carrera Cabriolet, 911 Carrera 4, 911 Carrera 4S, 911 Carrera 4S Cabriolet, 911 Carrera S, 911 Carrera S Cabriolet, 911 Targa 4, 911 Targa 4S, 911 Turbo S, 911 Turbo S Cabriolet, 718 Boxster, 718 Boxster S, 718 Cayman and 718 Cayman S vehicles. The passenger frontal air bag inflator initiator may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the passenger frontal air bag will not deploy, increasing the risk of injury in the event of a crash.","Porsche will notify owners, and dealers will replace the affected air bags, free of charge. The recall began May 15, 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH03." -03/02/2017,17V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V132000),"Subaru of America, Inc.",Rearview Camera Display may not Function Properly,BACK OVER PREVENTION,WTN-74,Vehicle,25567,"Subaru of America, Inc. (Subaru) is recalling certain 2017 Impreza vehicles. Due to a software problem, the rearview camera display may not work properly.","A rearview camera display that does not function as designed can reduce the driver's view of what is behind the car, increasing the risk of a crash.","Subaru will notify owners, and dealers will update the infotainment software, free of charge. The recall began on March 27, 2017. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for the recall is WTN-74." -03/01/2017,17V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V130000),"New Flyer of America, Inc.",Front Axle Beam may Crack,SUSPENSION,R17-002,Vehicle,2357,"New Flyer Industries Ltd (New Flyer) is recalling certain 2006 L40LFand DE60LF transit buses, 2006-2007 C35LF, C40LFR, D35LF, D40LFR, D60LFR, DE40LF and DE40LFR transit buses, and 2005-2007 C40LF, D40LF, D60LF, DE60LFA, GE40LF, 2007 D35LFR, and DE60LFR transit buses. These vehicles are equipped with MAN V8-65L axle beams that may have cracks on the upper and/or lower surface, which, over time can cause the axle beam to fail.","Failure of the front axle beam can cause a loss of vehicle control, increasing the risk of a crash.","New Flyer will notify owners, and dealers will inspect the axle beams and determine a repair, as necessary, free of charge. The recall began on March 10, 2017. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R17-002." -03/01/2017,17V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V131000),"REV Ambulance Group Orlando, Inc.",Loss of Rear Brake Power from Leaking Banjo Bolts,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,69,"REV Ambulance Group Orlando, INC. (REV) is recalling certain 2017 Wheeled Coach Type I, McCoy-Miller Type I, Frontline Type I, Marque Type I, and Road Rescue Type I ambulances, built on Ford F-350, F-450, or F-550 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.) made by LiquidSpring. Due to an incorrect torque specification, the rear brake caliper banjo bolts may have been overtightened.","The improperly tightened banjo bolts may result in a partial or complete loss of rear brake power, increasing the risk of a crash.","REV will notify owners, and LiquidSpring dealers will replace the rear brake banjo bolts, free of charge. The recall began during April 2017. Owners may contact LiquidSpring customer service at 1-765-474-7816 extension 1 or by email at service@liquidspring.com or REV customer service at 1-800-628-8178." -03/01/2017,17V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V127000),"Volvo Car USA, LLC",Seat Mounted Air Bag may not Deploy/FMVSS 208/214,AIR BAGS,R89712,Vehicle,112,"Volvo Car USA LLC (Volvo) is recalling certain 2017 S60, S60CC, V60, V60 Cross Country, and XC60 vehicles. The affected vehicles have driver and front passenger seat side mounted side air bags (SAB) with inflator initiators that may fail to ignite during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection"" and number 214, ""Side Impact Protection.""","If the air bag inflator initiator fails to ignite, the air bag will not deploy, increasing the risk of injury.","Volvo will notify owners, and dealers will inspect and, if necessary, replace the front seat side air bags, free of charge. The recall began March 31, 2017. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89712. Note: This recall is an expansion of recall 16V-918." -03/01/2017,17V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V129000),"Forest River, Inc.",Slide Room Bracket may Contact Front Tire,EQUIPMENT,10-02152017-0328,Vehicle,57,"Forest River, Inc. (Forest River) is recalling certain 2017 Rockwood and Flagstaff recreational trailers. The slide room mounting bracket on these vehicles may contact the driver side front tire, potentially damaging it and causing tire deflation.",Tire deflation can increase the risk of a crash.,"Forest River will notify owners, and dealers will install a rearward offset mounting bracket head to keep the slide room bracket from touching the tire, free of charge. The recall began on April 12, 2017. Owners may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is 10-02152017-0328." -02/28/2017,17E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E013000),Reyco Granning,Loose Ball Joints may cause Loss of Steering,SUSPENSION,NR (Not Reported),Equipment,3328,"Reyco Granning (Reyco) is recalling certain Independent Front Suspensions (IFS) modules, sizes 1000, 1700, 1800, 20 and 24. The ball joints on the IFS modules can loosen and separate leading to a partial loss of steering.","A separated ball joint can cause a loss of steering control, increasing the risk of a crash.","Reyco will notify the vehicle manufacturers that purchased the IFS modules and dealers for those manufacturers will inspect, clean and secure the ball joint free of charge. The recall began on March 23, 2017. Owners may contact Reyco customer service at 1-800-753-0050." -02/27/2017,17V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V123000),Ford Motor Company,Frontal Air Bag may not Deploy Properly/FMVSS 208,AIR BAGS,17C02,Vehicle,27531,"Ford Motor Company (Ford) is recalling certain 2016-2017 Ford Edge and Lincoln MKX vehicles and 2017 Lincoln Continental vehicles. In the event of a crash, the driver's frontal air bag may not fully inflate or the air bag cushion may detach from the air bag module. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","During deployment, if the air bag does not fully inflate or the cushion detaches, there is an increased risk of injury in the event of a crash.","Ford will notify owners, and dealers will replace the driver frontal air bag module, free of charge. The recall began June 16, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C02." -02/27/2017,17V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V121000),"Tiffin Motorhomes, Inc.",Insufficient Exhaust Pipe Clearance may cause Fire,ENGINE AND ENGINE COOLING,TIF-106,Vehicle,35,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain 2012 Phaeton motorhomes with floor plans QBH, QKH, and QTH, built on PowerGlide chassis. The affected vehicles have an exhaust pipe that is mounted too close to the underside of the floor.",Insufficient spacing between the exhaust pipe and the floor may result in the insulation melting and an increased risk of a fire.,"Tiffin will notify owner, and dealers will reconfigure the exhaust to provide extra clearance, free of charge. The recall began on March 22, 2017. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for the recall is TIF-106." -02/27/2017,17V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V120000),"Halcore Group, Inc.",Loss of Rear Brake Power from Leaking Banjo Bolts,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"Halcore Group, Inc. (Halcore) is recalling certain 2017 American Emergency Vehicle (AEV) Traumahawk Type I ambulances built on Ford F-350, F-450, or F-550 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.) made by LiquidSpring. Due to an incorrect torque specification, the rear brake caliper banjo bolts may have been overtightened.","The improperly tightened banjo bolts may result in a partial or complete loss of rear brake power, increasing the risk of a crash.","Halcore will notify owners, and LiquidSpring dealers will replace the rear brake banjo bolts, free of charge. The recall began on March 13, 2017. Owners may contact LiquidSpring customer service at 1-765-474-7816 extension 1 or at service@liquidspring.com or AEV customer service at 1-800-374-9749." -02/27/2017,17V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V122000),"Halcore Group, Inc.",Loss of Rear Brake Power from Leaking Banjo Bolts,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11,"Halcore Group, Inc. (Halcore) is recalling certain 2017 Horton ambulances, models 623, 603F, 453, and 457, built on Ford F-350, F-450, or F-550 chassis equipped with Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.) made by LiquidSpring. Due to an incorrect torque specification, the rear brake caliper banjo bolts may have been overtightened.","The improperly tightened banjo bolts may result in a partial or complete loss of rear brake power, increasing the risk of a crash.","Horton will notify owners, and LiquidSpring dealers will replace the rear brake banjo bolts, free of charge. The recall began on March 7, 2017. Owners may contact LiquidSpring customer service at 1-765-474-7816, extension 1, or at service@liquidspring.com or Horton customer service at 1-614-534-8181." -02/27/2017,17V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V125000),"Daimler Trucks North America, LLC",Possible Loss of Steering due to Loose Pinch Bolt,STEERING,FL-733,Vehicle,149,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Thomas Built Buses Saf-T-Liner HDX school buses. The upper pinch bolt that secures the mechanical connection between the steering wheel and the front wheels may not have been properly tightened.,"The loose pinch bolt may result in a loss of steering and vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the steering shaft pinch bolt, tightening it as necessary, free of charge. The recall began on February 24, 2017. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-733." -02/27/2017,17V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V126000),"Daimler Trucks North America, LLC",Possible Loss of Steering due to Loose Pinch Bolt,STEERING,FL-733,Vehicle,6,Daimler Trucks North America LLC (DTNA) is recalling certain 2017-2018 Thomas Built Buses Saf-T-Liner HDX transit buses. The upper pinch bolt that secures the mechanical connection between the steering wheel and the front wheels may not have been properly tightened.,"The loose pinch bolt may result in a loss of steering and vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the steering shaft pinch bolt, tightening it as necessary, free of charge. The recall began on February 24, 2017. Owners may contact DTNA Customer Service 1-800-547-0712. DTNA's number for the recall is FL-733." -02/27/2017,17V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V124000),"Daimler Trucks North America, LLC",Rapid Loss of Brake Air Pressure,"SERVICE BRAKES, AIR",FL-732,Vehicle,450,Daimler Trucks North America LLC (DTNA) is recalling certain 2015-2018 Western Star 4900 trucks. The aluminum air tanks on these vehicles may have improper welds possibly resulting in a rapid loss of air pressure.,"A rapid loss of air pressure without warning may cause a sudden application of the park brakes, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the aluminum air tanks with steel, triple compartment, air tanks, free of charge. The recall began on April 27, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-732." -02/24/2017,17V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V118000),"Forest River, Inc.",Propane Leak from Improperly Installed Vent,EQUIPMENT,72-02162017-0329,Vehicle,17,"Forest River, Inc. (Forest River) is recalling certain 2017 Wildwood recreational trailers, model WDT197BH and Salem recreational trailers, model SMT197BH. The lower sidewall vent for the refrigerator was improperly installed, allowing propane gas to enter the vehicle.",A propane leak into the interior of the vehicle in the presence of an ignition source can increase the risk of a fire or explosion.,"Forest River will notify owners, and dealers will install a new vent into the vehicle floor, free of charge. The recall began on April 7, 2017. Owners may contact Forest River Customer Service at 1-260-593-4001. Forest River's number for the recall is 72-02162017-0329." -02/24/2017,17V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V117000),"Forest River, Inc.",Propane Line may Leak after Contact with Axle,EQUIPMENT,67-02082017-0321,Vehicle,98,"Forest River, Inc. (Forest River) is recalling certain 2017 Stealth recreational vehicles, model CSFTFQ2817G-67 and Sandstorm recreational vehicles, model CSCT282GSLR-67. The liquid propane (LP) line under the vehicle may be damaged from contact with the axle, causing it to leak.",A propane leak in the presence of an ignition source increases the risk of a fire or explosion.,"Forest River will notify owners, and dealers will repair the vehicles, free of charge. The recall began on March 31, 2017. Owners may contact Forest River customer service at 1-909-873-3777. Forest River's number for this recall is 67-02082017-0321." -02/24/2017,17V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V119000),"Gillig, LLC",Visibilty of Turn Signals/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,17056,"Gillig LLC (Gillig) is recalling certain model year 1997-2017 Low Floor transit buses. The front turn signals installed on standard profile (non-BRT) buses may not be sufficiently visible to other drivers or pedestrians. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",The reduced visibility of the turn signals may increase the risk of a crash.,"Gillig will notify owners, and dealers will install turn signals that have increased visibility. The recall began June 7, 2019. Owners may contact Gillig customer service at 1-510-264-5073 or 1-800-735-1500." -02/23/2017,17V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V116000),"General Motors, LLC",Improperly Sealed Power Steering Connectors,STEERING,17085,Vehicle,2085,"General Motors LLC (GM) is recalling certain 2017 Buick LaCrosse vehicles. The electrical connectors for the Electronic Power Steering (EPS) system may not be properly sealed. As a result, water may enter and corrode the connectors possibly resulting in a loss of power steering.","A loss of power steering may result in increased manual steering effort, increasing the risk of a crash.","GM will notify owners, and dealers will inspect correct the seal seating and secure the EPS connector seals, free of charge. The recall began on March 14, 2017. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 17085." -02/23/2017,17V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V113000),"Tiffin Motorhomes, Inc.",Incorrect Weight Capacity on Tow Hitch Sticker,EQUIPMENT,TIF-105,Vehicle,284,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2017 Allegro Open Road motorhomes. A sticker on the tow hitch may list the incorrect weight capacity for the hitch. The sticker states a capacity of 10,000 lbs, and a maximum tongue weight of 1,000 lbs, when the correct towing capacity is 5,000 lbs, with a maximum tongue weight of 500 lbs.","If the hitch is loaded to the weight on sticker, the hitch may fail and the towed vehicle can separate from the motorhome, increasing the risk of a crash.","Tiffin will notify owners and will supply a corrected weight capacity sticker, free of charge. The recall began on March 22, 2017 . Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-105." -02/23/2017,17V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V115000),"BMW of North America, LLC",Seat-Mounted Air Bags may not Deploy,AIR BAGS,NR (Not Reported),Vehicle,292,"BMW of North America, LLC (BMW) is recalling certain 2017 430i, 430i xDrive, 440i, 440i xDrive and M4 vehicles and Rolls-Royce Dawn vehicles. The affected vehicles have seat-mounted side air bag inflator initiators that may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the seat-mounted air bag will not deploy, increasing the risk of injury.","BMW will notify owners, and dealers will replace the air bag modules, free of charge. The recall began April 17, 2017. Owners may contact BMW customer service at 1-800-525-7417." -02/23/2017,17V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V114000),"Mercedes-Benz USA, LLC",Starting Current Limiter may Overheat,ELECTRICAL SYSTEM,2017080002,Vehicle,307629,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain 2015-2017 C300 4Matic, C300, CLA250, CLA250 4Matic and CLA45 AMG vehicles, 2017 C300 4Matic Cabrio, C300 4Matic Coupe, C300 Cabrio, C300 Coupe, E300, E300 4Matic, E400 4Matic Wagon, E43 AMG 4Matic, GLA250, GLA250 4Matic and GLC300 4Matic Coupe vehicles and 2016 C350e and GLC300 vehicles and 2016-2017 C450 4Matic AMG Sport and GLC300 4Matic vehicles. In the event that the engine or transmission cannot turn over, the starting current limiter may overheat from the repeated attempts of the starter motor attempting to start the vehicle.","If the starting current limiter overheats, the surrounding components can melt, increasing the risk of a fire.","MBUSA will notify owners, and dealers will install an additional fuse in the electrical line to the starter, free of charge. The recall began August 31, 2017. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2017080002." -02/21/2017,17V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V111000),"Yamaha Motor Corporation, USA",Fuel Leak due to Fuel Tank Abrasion,"FUEL SYSTEM, GASOLINE",990112,Vehicle,14320,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2016 Yamaha YZF-R3 motorcycles. In the affected motorcycles, engine vibration can cause the fuel tank mounting bracket to contact the fuel tank, which overtime, may result in the tank leaking fuel.",A fuel leak in the presence of a ignition source can increase the risk of a fire.,"Yamaha will notify owners, and dealers will replace the fuel tank bracket. The fuel tank will be inspected and replaced if necessary. These repairs will be performed free of charge. The recall is expected to begin March 9, 2017. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990112." -02/21/2017,17E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E012000),LiquidSpring LLC,Loss of Rear Brake Power from Leaking Banjo Bolts,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,321,"LiquidSpring LLC (LiquidSpring) is recalling certain Compressible Liquid Adaptive Suspension Systems (C.L.A.S.S.), part number 11326, model numbers DS100F2, DS129FS3, DS147FS3, and DS147FS3-NY. In the affected suspension systems, the rear brake banjo bolts of the rear brake system may have been overtightened at the rear brake caliper.","The improperly tightened banjo bolts may result in a partial or complete loss of the rear brakes, increasing the risk of a crash.","LiquidSpring has notified the purchasers, and the affected vehicle manufacturers will file recalls to have their dealers remove and replace the banjo bolts and crush washers, free of charge. The recall began on February 23, 2017. Owners may contact LiquidSpring customer service at 1-765-474-7816." -02/21/2017,17V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V112000),"Yamaha Motor Corporation, USA",Water may Enter Ignition Switch and cause Stall,ELECTRICAL SYSTEM,990112,Vehicle,14320,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain 2015-2016 Yamaha YZF-R3 motorcycles. Water can enter and corrode the ignition switch resulting in an unexpected engine stall.",An engine stall increases the risk of a crash.,"Yamaha will notify owners, and dealers will replace the ignition switch subassembly, free of charge. The recall began March 9, 2017. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990112." -02/20/2017,17E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E011000),"Roush CleanTech, LLC",Fittings may Wear and Leak Propane,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,21,"Roush CleanTech, LLC (Roush) is recalling certain Propane Conversion Kits, part number 25031 � Jiffy Fitting 1/4, sold for installation on Ford F-250 trucks. Fittings in the kit may wear, resulting in a propane leak.",A propane leak in the presence of an ignition source can increase the risk of a fire.,"Roush will notify owners and replace the fuel return line and the quick connect fittings and add a new fuel line retention bracket and clamp, free of charge. The recall began on March 8, 2017. Owners may contact Roush customer service at 1-800-597-6874." -02/20/2017,17E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E010000),"Autoliv, Inc.",Improper Intiator Generant Mix Ratio,AIR BAGS,NR (Not Reported),Equipment,16604,"Autoliv, Inc. (Autoliv) is recalling certain AI2 Air Bag Initiators manufactured June 16, 2016, to November 4, 2016. The affected initiators could contain an improper generant mix ratio that may prevent the air bags from deploying properly in the event of a crash.","In the event of a crash, air bags that fail to deploy properly increase the risk of injury.",Autoliv has notified the vehicle manufacturers that used the affected initiators and the automakers will file new recalls as necessary. Owners may contact Autoliv at 1-248-276-0722. Note: This recall expands the population of initiators previously recalled under 16E-095. -02/20/2017,17V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V108000),"Winnebago Industries, Inc.",Propane Hose may Rupture after Brake Line Contact,EQUIPMENT,NR (Not Reported),Vehicle,1058,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2016-2017 Travato recreational vehicles. The liquid propane (LP) hose may contact the emergency brake cable, potentially damaging it and causing it to leak propane.",A propane leak can increase the risk of a fire or an explosion.,"Winnebago will notify owners and dealers will inspect the vehicles, repositioning and securing the LP hose to avoid contact with the brake cable, free of charge. The recall began on March 6, 2017. Owners may contact Winnebago customer service at 1-800-537-1885." -02/17/2017,17V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V106000),Keystone RV Company,Incorrect Tire Information on Label/Part 567,EQUIPMENT,17-277,Vehicle,64,"Keystone RV Company (Keystone) is recalling certain 2017 Dutchmen Coleman recreational trailers, model 2515RL. On these vehicles, the Federal Identification Tag indicates incorrect tire and rim size information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect label information may result in the operator using the wrong rim size for the vehicle, increasing the risk of a crash.","Keystone will notify owners and will supply a corrected Federal Identification Tag, free of charge. The recall began on February 28, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-277." -02/17/2017,17V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V110000),Aluminum Trailer Company (ATC),Lift platform may disengage from Safety Lock,LATCHES/LOCKS/LINKAGES,STKR-LIFT,Vehicle,16,"Aluminum Trailer Company (ATC) is recalling certain 2017 bumper-pull Quest trailers equipped with the Stacker package and either three, 6000lb or two, 7000lb axles. In the affected vehicles, the trailer walls may flex and allow the lift platform to disengage from the safety lock. If this happens when the lifting chains are slack, the lift platform may unexpectedly drop.","If the platform unexpectedly drops, it can increase the risk of injury.","ATC will notify owners, and dealers will install a flange to prevent the lift from slipping out of the safety lock, free of charge. The recall began on April 18, 2017. Owners may contact ATC customer service at 1-574-773-2440. ATC's number for this recall is STKR-LIFT." -02/17/2017,17V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V107000),"Altec Industries, Inc.",Rotation Bearing Fasteners may Crack,STRUCTURE,MAB 650,Vehicle,35,Altec Industries Inc. (Altec) is recalling certain 2016 DLB Digger Derrick vehicles. The fasteners that secure the outer rotation bearings may fail.,"If the fasteners that attach the rotation platform to the truck fail, the digger boom may unintentionally move, increasing the risk of injury to the user or those nearby.","Altec has notified owners, and dealers will inspect and replace the fasteners, as necessary, free of charge. The recall began on February 24, 2017. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 650." -02/17/2017,17V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V109000),"Altec Industries, Inc.",Rotation Bearing Fasteners may Fail,EQUIPMENT,MAB 651,Vehicle,10,"Altec Industries, Inc. (Altec) is recalling certain 2015-2016 AH125, AH150, and HL125 aerial device vehicles. In the affected vehicles, the rotation bearing fasteners may fail.","If the fasteners that attach the aerial device to the truck fail, the boom may unintentionally move, increasing the risk of personal injury or death to the aerial device user or those nearby.","Altec has notified owners, and dealers will inspect and if necessary replace the fasteners, free if charge. The recall began on February 24, 2017. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is MAB 651." -02/17/2017,17V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V105000),Isuzu Motors Limited,Transmission Bracket Mounting Stud may Fail,POWER TRAIN,NR (Not Reported),Vehicle,21000,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2015-2017 NPR HD, NPR XD, NQR and NRR trucks. During manufacturing, the stamping equipment may have created burrs on the frame crossmember that the transmission is mounted to. These burrs may cause the transmission mounting studs to break.","If the studs break, the transmission may not be properly supported, preventing it from shifting correctly and increasing the risk of a crash.","Isuzu will notify owners, and dealers will inspect the vehicles and install a metal shim to prevent stress on the mounting studs, free of charge. The recall on April 17, 2017. Owners may contact Isuzu customer service at 1-866-441-9638." -02/16/2017,17V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V104000),"Volvo Car USA, LLC",Curtain Air Bag Securing Bolts may Fail/FMVSS 226,AIR BAGS,R89714,Vehicle,10476,"Volvo Car USA LLC (Volvo) is recalling certain 2017 XC90, S90, and V90 Cross Country vehicles. The bolts that secure the Inflatable Curtain (IC) air bags in place may break, possibly resulting in the IC air bag deploying improperly in the event of a crash. As, such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If the IC air bags do not deploy properly in the event of a crash, the vehicle occupants have an increased risk of injury.","Volvo will notify owners, and dealers will inspect and replace the bolts, as necessary, free of charge. The recall is expected to begin April 1, 2017. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89714." -02/16/2017,17E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E009000),Hale Products Inc,Pump Switch Failure may cause Water Pumping Delay,EQUIPMENT,SB-142,Equipment,93,"Hale Products Inc. (Hale) is recalling certain Fire Pump Engagement Pressure Switches, part number 200-2560-00-0. These pressure switches are used to initiate the fire pump gearbox engagement with an interlock module when retrofitted to existing air shift control for the fire pump. These switches may fail during extremely cold temperatures, preventing the truck's water pump from being put into gear.","If the interlock switch fails, it can delay water delivery when battling a fire, increasing the risk of injury.","Hale will replace the interlock module kit, free of charge, with kits that have passed a low temperature evaluation. The recall began on July 28, 2017. Owners may contact Hale customer service at 1-800-533-3569. Hale's number for this recall is SB-142." -02/15/2017,17V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V100000),Blue Bird Body Company,Battery Box Mounting Bracket May Crack,STRUCTURE,R17YY-SB,Vehicle,19833,"Blue Bird Body Company (Blue Bird) is recalling certain 2015-2018 Vision school buses manufactured February 19, 2014, through March 3, 2017, equipped with a frame mounted battery box. The support brackets for these battery boxes may crack causing the battery box to separate from the chassis.","If the battery box detaches, it can become a road hazard, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect and repair the buses, as necessary, free of charge. The recall began on March 20, 2017. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R17YY-SB." -02/15/2017,17V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V101000),Blue Bird Body Company,Battery Box Mounting Brackets May Crack,STRUCTURE,R17YY-NSB,Vehicle,263,Blue Bird Body Company (Blue Bird) is recalling certain 2015-2018 Vision transit buses equipped with frame mounted battery boxes. The support brackets for these battery boxes may crack causing the battery box to separate from the chassis.,"If the battery box detaches, it can become a road hazard, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect and repair the buses, as necessary, free of charge. The recall began on March 20, 2017. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R17YY-NSB." -02/15/2017,17V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V103000),PACCAR Incorporated,Plastic Fuel Fittings may Leak Fuel,"FUEL SYSTEM, OTHER",17KWA and 217-A,Vehicle,465,"PACCAR Incorporated (PACCAR) is recalling certain 2015-2018 Kenworth K370, T680, T880 and 2017-2018 Peterbilt 567 and 579 trucks. The plastic fuel tee fittings on these trucks may leak fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Kenworth and Peterbilt will notify owners, and dealers will replace the suspect fuel tees, free of charge. The recall began on April 13, 2017. Owners may contact Kenworth customer service at 1-425-828-5000 and Peterbilt customer service at 1-940-591-4000. PACCAR's numbers for this recall is 17KWA and 217-A." -02/15/2017,17V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V102000),Prevost Car (US) Inc.,Steering Arm Levers may Crack and Fail,STEERING,SR17-05,Vehicle,71,"Prevost Cars, Inc. (Prevost) is recalling certain 2017 H3-45 and X3-45 motor coaches. These vehicles have steering arm levers that were incorrectly forged, possibly resulting in the steering arm levers cracking and failing.","If the steering arm lever fails, causing a loss of steering, it can increase the risk of a crash.","Prevost will notify owners, and dealers will replace the steering arm lever, free of charge. The recall began on March 20, 2017. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR17-05." -02/14/2017,17V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V098000),"Foretravel, Inc.",Brake Pedal may have Restricted Movement,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22,"Foretravel, Inc. (Foretravel) is recalling certain 2015-2017 Realm motorhomes. The brake pedal movement may be restricted in the pedal box, possibly preventing full brake application.",A reduction in braking ability may increase the risk of a crash.,"Foretravel will notify owners, and dealers will reposition or modify the pedal box to allow the proper brake pedal travel, free of charge. The recall began on March 22, 2017. Owners may contact Foretravel customer service at 1-800-955-6226." -02/14/2017,17V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V097000),"Chrysler (FCA US, LLC)",Front Driveshaft Bolts may Loosen and Disconnect,POWER TRAIN,T03,Vehicle,69298,"Chrysler (FCA US LLC) is recalling certain 2014-2017 Dodge Charger and Chrysler 300 vehicles equipped with all-wheel drive (AWD). The front driveshaft bolts may loosen and allow the front driveshaft to disconnect, potentially causing a loss of motive power.",A loss of motive power can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace all eight front driveshaft bolts, free of charge. The recall began April 7, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is T03." -02/14/2017,17V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V099000),"Gillig, LLC",Visibilty of Turn Signals and Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2787,"Gillig, LLC (Gillig) is recalling certain 2016-2017 Low Floor transit buses. These vehicles have front LED turn signals with integrated side reflex reflectors that may not be sufficiently visible to other drivers or pedestrians. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",A bus that has reduced visibility to other drivers or pedestrians has an increased risk of a crash.,"Gillig will notify owners and will replace the LED turn signal/reflector units, free of charge. The recall is expected to begin March 31, 2017. Owners may contact Gillig customer service at 1-800-735-1500." -02/14/2017,17V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V096000),Thor Motor Coach,Windshield Wipers may Loosen and Fail,VISIBILITY,RC000128,Vehicle,2483,"Thor Motor Coach (TMC) is recalling certain 2014-2015 Tuscany, Tuscany XTE and Palazzo motorhomes. The windshield wiper systems on these vehicles may have been improperly installed or secured, causing the wipers to fail during operation.","If the windshield wipers fail, the driver would have decreased visibility, increasing the risk of a crash.","TMC will notify owners, and dealers will inspect the wiper system, tightening the wiper nuts to the proper specifications, as necessary, free of charge. The recall began on April 12, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000128." -02/13/2017,17V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V095000),"Forest River, Inc.",Undersized LP Lines may cause Stove to Extinguish,EQUIPMENT,410-0201207-0317,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain 2017 Palomino Columbus recreational vehicles equipped with the package to install an optional generator. The liquid propane (LP) supply hose for the generator may be too small, and, as a result, the stove may not have a sufficient supply of propane to keep the burner(s) lit.","If the burner(s) cannot stay lit, after the flame extinguishes, propane may continue to flow into the vehicle, increasing the risk of a fire or explosion when the stove range is re-ignited.","Forest River will notify owners, and dealers will install the correct propane supply lines, free of charge. The recall began on March 9, 2017. Owners may contact Forest River customer service at 1-574-825-3161. Forest River's number for this recall is 410-0201207-0317." -02/10/2017,17V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V093000),"Daimler Vans USA, LLC",Air Bag Control Unit may be Damaged in a Crash,AIR BAGS,NR (Not Reported),Vehicle,15338,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2013-2016 Mercedes-Benz Sprinter 2500 and 3500 and Freightliner Sprinter 2500 and 3500 vans. These vehicles were manufactured without a reinforcement plate and protective bracket on the air bag control unit. As a result, the air bag control unit may not remain functional after the initial impact, possibly preventing additional air bags from deploying in response to a secondary impact.","If additional air bags do not deploy as intended, the occupants are at an increased risk of injury.","DVUSA will notify owners, and dealers will install a reinforcement plate and protective bracket around the air bag control unit, free of charge. The recall began on May 26, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -02/10/2017,17V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V094000),"Daimler Vans USA, LLC",Driveshaft Catch Strap Not Installed,POWER TRAIN,NR (Not Reported),Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015 Mercedes-Benz Sprinter 2500 and 3500 vehicles. The affected vehicles were manufactured without a driveshaft catch strap, allowing a loose driveshaft to strike the fuel tank. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","A loose driveshaft may strike and puncture the gas tank, resulting in a fuel leak, increasing the risk of a fire.","DVUSA will notify owners, and dealers will install a driveshaft catch strap, free of charge. The recall began on April 27, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -02/10/2017,17V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V092000),"Daimler Vans USA, LLC",Fuel Tank Protection Missing/FMVSS 301,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2015 Mercedes-Benz Sprinter 2500 and 3500 vehicles. These vehicles were manufactured without a protective plate on the front of the gas tank and a foam ring at the filler neck. As such, these vehicles may not comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","Without the protective plate and the foam ring installed, impacts may damage the tank resulting in a fuel leak that can increase the risk of a fire.","DVUSA will notify owners, and dealers will replace the fuel tank, free of charge. The recall began on June 6, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -02/10/2017,17V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V091000),"Heartland Recreational Vehicles, LLC",Missing GVWR Information/Part 567,EQUIPMENT,99.01.32,Vehicle,3,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2017 Sundance recreational trailers. The Federal Certification label on these vehicles may not have the Gross Vehicle Weight Rating (GVWR) listed on the label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the GVWR is not listed, the operator would not know the trailer's weight limit and may overload the vehicle, increasing the risk of a crash.","Heartland will notify owners, and will provide them a replacement certification label, free of charge. The recall began on March 1, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.32." -02/10/2017,17V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V090000),"Heartland Recreational Vehicles, LLC",Possible LP Leak from Hose Fitting and Gas Valve,EQUIPMENT,99.01.33,Vehicle,603,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2017 Cyclone and Road Warrior toy haulers equipped with a Furrion cook top. The liquid propane (LP) hose that is connected to the cook top may be angled incorrectly, causing excessive pressure on the hose fitting and the gas valve, potentially resulting in a propane leak.",A propane leak in the presence of an ignition source can increase the risk of a fire.,"Heartland will notify owners, and dealers will install a flexible gas connector from the cook top to the LP hose, free of charge. The recall began on March 6, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.33." -02/10/2017,17V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V089000),"Airstream, Inc.",Spare Tire Information Missing/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,82,"Airstream, Inc. (Airstream) is recalling certain 2017 Sport, Flying Cloud and International recreational trailers. The Tire Placard on these vehicles may be missing the spare tire information. As such, these vehicles fail to comply with the Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Without the correct tire and load information for the spare tire, the operator may install the incorrect tire or overload it, with either scenario increasing the risk of a crash.","Airstream will notify owners, and dealers, will provide a corrected Tire Placard, free of charge. The recall began on March 10, 2017. Owners may contact Airstream customer service at 1-937-596-6111 extension 7401 or 7411." -02/10/2017,17T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T003000),Cooper Tire & Rubber Co.,Traction Requirements Not Met/FMVSS 139,TIRES,166,Tire,7067,"Cooper Tire & Rubber Co. (Cooper) is recalling certain Discoverer M+S Sport tires, sizes 235/75R15, 255/65R16, 215/70R16, 225/70R16, 235/70R16, 245/70R16, 265/70R16, 255/60R17, 225/65R17, 235/65R17, 265/65R17, 255/55R18, 235/60R18 and 255/50R19. These tires may be marked with the Alpine Symbol, but do not meet the traction requirements for snow tires. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","The affected tires may not provide the expected traction or performance in snow conditions, increasing the risk of a crash.","Cooper will notify owners, and dealers will replace all the affected tires with tires from a different brand line, free of charge. The recall began on February 20, 2017. Owners may contact Cooper customer service at 1-800-854-6288. Cooper's number for this recall is 166." -02/09/2017,17V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V084000),"Jaguar Land Rover North America, LLC",Cracked Sill Panel may cause Ruptured Fuel Line,"FUEL SYSTEM, GASOLINE",K458,Vehicle,9,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017 XF vehicles. The affected vehicles may have a cracked left hand inner sill panel. In the event of a crash involving a left hand impact, the cracked sill panel may result in the underfloor fuel lines rupturing and leaking fuel.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Jaguar will notify owners, and dealers will inspect the vehicle's left inner sill panel. If cracks are found, Jaguar will repurchase the vehicle and supply the customer with a new vehicle, free of charge. The recall began April 7, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is K458." -02/09/2017,17V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V088000),"BMW of North America, LLC",Fuel Vent Line may Chafe and Leak Fuel Vapor,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19130,"BMW of North America, LLC (BMW) is recalling certain 2014-2017 i3 REx hybrid electric vehicles. The fuel tank vent line may rub against the ribbed wire protection sleeve of the battery positive (B+) cable, creating a hole in the vent line and causing a fuel vapor leak.",A fuel vapor leak in the presence of an ignition source can increase the risk of a fire.,"BMW will notify owners, and dealers will inspect the fuel vent line, replacing it as necessary, and install a clip to prevent it from chafing, free of charge. The recall beganApril 3, 2017. Owners may contact BMW customer service at 1-800-525-7417." -02/09/2017,17V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V085000),"Suzuki Motor USA, LLC",Gear Shift Rear Shaft may Break,POWER TRAIN,VZ,Vehicle,791,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain 2009-2013 Grand Vitara vehicles equipped with a manual transmission. The gear shift rear shaft on these vehicles may break, preventing the gears from being able to be changed.","If the transmission cannot be shifted, it can increase the risk of a crash.","Suzuki will notify owners, and dealers will replace the gear shift rear shaft, free of charge. The recall began March 2017. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is VZ." -02/09/2017,17V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V087000),"BMW of North America, LLC",Incorrect Coating on Battery Positive Cables,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1160,"BMW of North America, LLC (BMW) is recalling certain 2014 X1 sDrive28i, X1 xDrive28i and X1 xDrive35i vehicles. The affected vehicles may have battery positive (B+) cables that develop high resistance in the connections to the fuse box.","The high resistance may result in loss of the cable's electrical connection, possibly causing an engine stall and preventing the vehicle from restarting, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the B+ cable connector with one that is silver coated and better secure it to the fuse box, free of charge. The recall began April 3, 2017. Owners may contact BMW customer service at 1-800-525-7417." -02/09/2017,17V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V082000),Mazda North American Operations,Seat Lifter Links may Crack or Separate,SEATS,0917B,Vehicle,173859,"Mazda North American Operations (Mazda) is recalling certain 2011 Mazda2 and 2010-2011 Mazda3 and Mazdaspeed3 vehicles equipped with a manual seat lifter. In the affected vehicles, the seat height adjustment lifter links may break or detach from the seat frame and the seat angle may incline causing the driver to not be able to maintain an appropriate driving position.","If the driver cannot maintain an appropriate driving position, there is an increased risk of a crash.","Mazda will notify owners, and dealers will inspect the seat lifter links and install a reinforcement bracket to the lifter links, or replace the entire seat adjuster unit, free of charge. The recall began April 7, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0917B." -02/08/2017,17V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V075000),"Volkswagen Group of America, Inc.",Brake Fluid Leak may Reduce Braking Power,"SERVICE BRAKES, HYDRAULIC",47N3,Vehicle,1007,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Passat vehicles. Brake fluid may leak slowly from the some of the brake line connections, resulting in a low brake fluid level.","A low brake fluid level may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the affected brake lines, free of charge. The recall is expected to begin in March 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 47N3." -02/08/2017,17V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V077000),"Mercedes-Benz USA, LLC",Center Console may Open in a Crash/FMVSS 201,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,5882,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 GLE 400 4Matic, GLE 350 4Matic, GLE 350, GLE 550E 4Matic, GLE 63 AMG, GLE 63S AMG, GLE 43 AMG 4Matic Coupe, GLE 63S AMG 4Matic Coupe, GLS 450 4Matic, GLS 550 4Matic, and GLS 63 AMG 4Matic vehicles. In certain types of crash events, the center console may unlatch, allowing the objects within to fly around the cabin. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""","In the event of a crash, if objects are not secured within the center console, they may strike the vehicle occupants, increasing their risk of injury.","MBUSA will notify owners, and dealers will modify the center console so that it remains latched in a crash, free of charge. The recall is expected to begin in early March 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/08/2017,17V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V080000),"Mercedes-Benz USA, LLC",Certain Front Air Bags may not Deploy in a Crash,AIR BAGS,NR (Not Reported),Vehicle,2112,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 CLA250, CLA250 4Matic, E400 Coupe, E400 4Matic Coupe, E550 Coupe, E400 Cabriolet, E550 Cabriolet, E300, E300 4Matic, E400 Wagon, GLA250, and GLA250 4Matic vehicles. The pelvis air bag or the front passenger air bag inflator initiator may fail to ignite in the event of a crash.","If the pelvis airbag or the front passenger airbag does not deploy as intended in the event of a crash, the occupants have an increased risk of injury.","MBUSA will notify owners, and dealers will replace the affected air bag modules, free of charge. The recall began March 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/08/2017,17V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V076000),"Mercedes-Benz USA, LLC",Passenger Detection System may Disable Air Bag,AIR BAGS,2017030003,Vehicle,12456,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 E300, E300 4Matic, and E43 AMG vehicles. The front passenger occupant detection control unit may have been incorrectly installed. As a result, the front passenger seat occupant may be misclassified. For example, an adult may be misclassified as a child seat, causing the front passenger air bag to be deactivated in the event of a crash.","If the passenger front air bag does not deploy as intended in the event of a crash, it can increase the risk of a injury.","MBUSA will notify owners, and dealers will inspect the routing of the pressure hose of the seat occupancy detection control unit and replace the pressure hose and seat occupancy detection mat if necessary, free of charge. The recall began March 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/08/2017,17V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V078000),"Mercedes-Benz USA, LLC",Transmission may not Respond to Shift Lever Input,POWER TRAIN,NR (Not Reported),Vehicle,73,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2017 E300 and E300 4Matic vehicles. The affected vehicles may have a damaged steering column-mounted shift lever module. If the internal circuit board is damaged, moving the shift lever will not select a transmission gear.","If the vehicle does not move forward or backward as selected by the driver with the shift lever, there is an increased risk of a crash.","MBUSA will notify owners, and dealers will replace the steering column-mounted shift lever module, free of charge. The recall began April 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/08/2017,17V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V081000),"Mercedes-Benz USA, LLC",Upper Control Arm Connecting Bolt may be Loose,SUSPENSION,NR (Not Reported),Vehicle,37,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 GLE350 4Matic, GLE350, GLE350 4Matic Bluetec, GL450 4Matic, and GLE450 Coupe 4Matic vehicles. In the affected vehicles, the bolt that connects the upper control arm and the axle stub may not have been properly tightened.","The loose bolt may cause improper wheel tracking, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the tightness of the bolt connecting the upper control arm and the axle stub on the affected vehicles, replacing the upper control arm if necessary, free of charge. The recall began March 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/08/2017,17V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V079000),"Mercedes-Benz USA, LLC","Windshield may Detach in a Crash/FMVSS 208, 212",AIR BAGS,NR (Not Reported),Vehicle,4,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2016 GLE350 4Matic and GLS 450 4Matic vehicles. The windshield bonding may be insufficient and, as a result, the windshield may separate from the vehicle in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection"" and number 212, ""Windshield Mounting.""","If the windshield detaches in the event of a crash, the passenger frontal air bag may not be supported properly after it deploys, increasing the risk of injury.","MBUSA will notify owners, and dealers will replace the windshield, free of charge. The recall began March 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -02/07/2017,17V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V074000),Cruiser RV,Furnace Export Port may be on Wrong End,EQUIPMENT,98.03.12,Vehicle,34,Cruiser RV (Cruiser) is recalling certain 2016-2017 Boss recreational trailers. The affected vehicles have a vertically-mounted furnace installed such that the exhaust ports may be at the top of the furnace instead of at the bottom.,"If the ports are located in the wrong area it can cause restriction in the chamber, making the furnace operation unsafe, increasing the risk of injury.","Cruiser will notify owners, and dealers will reinstall the furnace so that the exhaust port is at the bottom, free of charge. The recall began on March 8, 2017. Owners may contact Cruiser customer service at 1-866-277-5630. Cruiser's number for this recall is 98.03.12." -02/03/2017,17V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V071000),Midwest Fire Equipment & Repair Company,Brake Lights May Not Illuminate/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1,"Midwest Fire Equipment & Repair Company (Midwest) is recalling one 2017 All-Poly Series vehicle. The stop light switch on this vehicle may not illuminate the brake lights when the brakes are applied. As such, this vehicle fails to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brakes lights do not illuminate when the brakes are pressed, other drivers may not know that the vehicle is slowing or stopping thereby increasing the risk of a crash.","Midwest will notify the owner, and a Peterbilt dealer will inspect and replace the affected brake light switch, free of charge. The recall began on February 10, 2017. Owners may contact Peterbilt customer service at 1-940-591-4000 or Midwest customer service at 1-800-344-2059." -02/03/2017,17V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V070000),"Volkswagen Group of America, Inc.",Engine may Seize,ENGINE AND ENGINE COOLING,10F4,Vehicle,2,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Jetta vehicles equipped with a 1.4L engine. These vehicles have an engine that may seize due to an improper casting of the block.","If the engine seizes, the wheels may suddenly lock up, causing a loss of vehicle control and increasing the risk of a crash.","Volkswagen will either buy back the vehicle or replace the engine block, free of charge. The recall began February 2017. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 10F4." -02/03/2017,17V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V072000),REV Recreation Group,Fuel may Leak from Fuel Filling Tube,"FUEL SYSTEM, GASOLINE",170131REV,Vehicle,391,"REV Recreation Group (REV) is recalling certain 2017 Fleetwood Storm and Holiday Rambler Vacationer XE motorhomes and 2016-2017 Holiday Rambler Vacationer motorhomes. In the affected vehicles, the spring shackle bolt may contact the fuel filler components or the fuel vent tubing causing a hole, potentially resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"REV will notify owners, and dealers will inspect the fuel filler tube and fuel vent components and re-route them or install additional components to shield them from contacting the spring shackle bolt, free of charge. The recall began on April 4, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 170131REV." -02/03/2017,17V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V073000),Lamborghini (Automobili Lamborghini),Fuel may Leak out of a Full Tank and cause a Fire,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1453,"Automobili Lamborghini (Lamborghini) is recalling certain 2012-2017 Aventador Coupe and Aventador Roadster vehicles. In certain driving conditions while the vehicle has a full gas tank, gasoline may contact the exhaust system.",Gasoline contact with an ignition source such as a hot exhaust system can increase the risk of a fire.,"Lamborghini will notify owners, and dealers will upgrade the fuel tank's evaporative emissions system, free of charge. The recall began February 2017. Owners may contact Lamborghini customer service at 1-866-681-6276." -02/02/2017,17V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V066000),"Jayco, Inc.",Brakes may not Apply if Trailer Disconnects,ELECTRICAL SYSTEM,9901344,Vehicle,93,"Jayco, Inc. is recalling certain 2017 Seismic and Seismic Wave fifth-wheel recreational trailers equipped with hydraulic brakes. In the affected vehicles, the break away switch may not be properly wired.","If the break away switch does not function correctly due to improper wiring and the trailer disconnects from the tow vehicle during transit, the fifth wheel brakes will not automatically apply, increasing the risk of a crash.","Jayco will notify owners, and dealers will correct the wiring, free of charge. The recall began on March 13, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901344." -02/02/2017,17V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V068000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,46,"Nissan North America, Inc. (Nissan) is recalling certain 2002 Pathfinder and Infiniti QX4 vehicles. These vehicles are equipped with Takata air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the front passenger air bag assembly, free of charge. The recall began on March, 31, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -02/02/2017,17V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V067000),"BMW of North America, LLC",Rear CV Joints may Fail,POWER TRAIN,NR (Not Reported),Vehicle,8752,"BMW of North America, LLC (BMW) is recalling certain 2011-2012 135i Coupe, 1 Series M Coupe and 135i Convertible vehicles, 2011 Z4 sDrive 35i, 335i, 335d, 335i Coupe, 335is Coupe, 335i Convertible, 335is Convertible, 535i, 535i xDrive, 535i Gran Turismo and 550i xDrive Gran Turismo vehicles and 2012 740i and 740Li vehicles. The rear driveshaft constant velocity (CV) joint on the affected vehicles may fatigue and break.","If the CV joint breaks, the vehicle may have a loss of propulsion, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the rear driveshaft CV joint and, based on its production date, will replace it, free of charge. The recall began April 21, 2017. Owners may contact BMW customer service at 1-800-525-7417." -02/01/2017,17V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V065000),Highland Ridge RV,Axle may Shift and become Misaligned,SUSPENSION,9904343,Vehicle,148,"Highland Ridge RV (Highland Ridge) is recalling certain 2016-2017 Open Range fifth-wheel vehicles. The axle hangers on the affected vehicles may puncture the riser tube wall, allowing the axle to shift and become misaligned.","If the axle shifts and becomes misaligned the tires may wear irregularly and possibly fail, increasing the risk of a crash.","Highland Ridge will notify owners, and dealers will weld on new hangers, free of charge. The recall began on March 29, 2017. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904343." -01/31/2017,17V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V064000),Van Hool N.V.,Steering Wheel may be Difficult to Turn when Cold,STEERING,P826,Vehicle,1396,"Van Hool N.V. (Van Hool) is recalling certain 2010-2014 C2045 and T2145 motorcoaches, 2014-2015 TX40 motorcoaches, 2014-2017 TX45 motorcoaches, 2011-2015 TD925 motorcoaches, 2014-2016 CX45 motorcoaches and 2010-2013 T2140 motorcoaches. When the vehicle is started in low temperatures, the steering wheel may be difficult to turn.",Reduced steering ability can increase the risk of a crash.,"Van Hool will notify owners, and dealers will replace the steering box, free of charge. The recall began on February 21, 2017. Owners may contact ABC Bus, Inc. at 1-877-427-7278. Van Hool's number for this recall is P826." -01/26/2017,17E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E008000),"Triumph Motorcycles America, Ltd.",Alarm Circuit Board Corrosion may cause Stall,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,225,"Triumph Motorcycles America, LTD (Triumph) is recalling certain Triumph S 4 Alarm Kits and Immobilizers made by Datatool. This alarm was sold for aftermarket use on certain Trophy, Trophy SE, Tiger 1050, Daytona 675, Rocket III, Tiger 800, Tiger 900, Tiger 955, Daytona 600, Daytona 650, Sprint ST 1050, Sprint ST, Sprint RS, America 790, Daytona 955i, Speed Triple 955i, Thunderbird, Street Triple, Bonneville 865cc, Thruxton 865cc, Bonneville T100 865cc, America/Speedmaster, Speed Triple 1050i, Sprint ST 1050, Sprint GT 1050 ABS, Speed Triple, T100, Street Twin, T120, Thruxton/R and Tiger Explorer motorcycles. These alarms have an internal nickel hydride battery that may leak.","The battery may leak onto the unprotected circuit board below it, possibly causing the engine to stall, thereby increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the affected alarms, free of charge. The recall began February 2017. Owners may contact Triumph customer service at 1-678-854-2010." -01/26/2017,17V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V061000),"General Motors, LLC",Front Passenger Air bag may not Deploy,AIR BAGS,17036,Vehicle,91007,"General Motors LLC (GM) is recalling certain 2006-2010 Pontiac Solstice and 2007-2010 Saturn Sky vehicles. The Passenger Air Bag Suppression System (PPS) sensor may become bent or damaged within the front passenger seat, possibly disabling the front passenger air bag.","In the event of a crash, if the front passenger air bag does not deploy as intended, the front passenger has an increased risk of injury.","The remedy for this recall is still under development. A permanent remedy is currently under development. The recall began February 26, 2018. Owners may contact Pontiac customer service at 1-800-762-2737 or Saturn customer service at 1-800-553-6000. GM's number for this recall is 17036." -01/26/2017,17V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V060000),"Forest River, Inc.",Incorrect Vehicle Information on Label/Part 567,EQUIPMENT,45-0132016-0312,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain 2017 XLR fifth-wheel recreational vehicles. These vehicles have a Federal Placard that identifies the vehicle as a ""Travel Trailer"" when the placard should state ""Fifth-Wheel."" Also, the VIN does not correspond to the type of vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","With the incorrect information, the operator may attempt to tow the vehicle incorrectly, increasing the risk of a crash.","Forest River will notify owners, and will provide a new corrected Federal Placard, free of charge. The recall began on February 22, 2017. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-0132016-0312." -01/26/2017,17V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V057000),"General Motors, LLC",Incorrectly Welded Seat Back Frame/FMVSS 202a,SEATS,17035,Vehicle,17197,"General Motors LLC (GM) is recalling certain 2016-2017 Chevrolet Cruze vehicles. A bracket used in the driver or front passenger seat-back recliner mechanism may have been incorrectly welded to the seat-back frame, as a result, in the event of a crash, the head-restraints may not function properly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints.""","In a crash, the seat-backs for the front seats may break, increasing the risk of injury to the occupants.","GM will notify owners, and dealers will inspect the front passenger seats, replacing any with seat-back frames that are incorrectly welded, free of charge. The recall began on February 28, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 17035." -01/26/2017,17V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V063000),Hyundai Motor America,Loss of Power Brake Assist,"SERVICE BRAKES, HYDRAULIC",157,Vehicle,33803,"Hyundai Motor Company (Hyundai) is recalling certain 2017 Elantra vehicles. In the affected vehicles, the brake booster may fail, resulting in a loss of power brake assist.","A loss of power brake assist can lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Hyundai has notified owners, and dealers will replace the brake system booster assembly, free of charge. The recall began on February 6, 2017. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 157." -01/26/2017,17V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V062000),"BMW of North America, LLC",Passenger Air Bag May Not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,16771,"BMW of North America, LLC (BMW) is recalling certain 2016-2017 X1 xDrive28i and X1 sDrive28i vehicles. The affected vehicles have an instrument panel that may not allow the front passenger air bag to deploy properly in the event of a crash.","In the event of a crash, if the front passenger air bag does not deploy properly, it can increase the risk of injury.","BMW will notify owners, and dealers will replace the instrument panel, free of charge. The recall began May 2017. Owners may contact BMW customer service at 1-800-525-7417." -01/26/2017,17V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V059000),"Forest River, Inc.",Power Steering Hose Arcing and Steering Fluid Leak,STEERING,40-01182017-0311,Vehicle,67,"Forest River, Inc. (Forest River) is recalling certain 2017-2018 Berkshire and Charleston recreational vehicles built on Freightliner Custom Chassis Corporation (FCCC) RV chassis. In these vehicles, the power steering hose may be improperly routed causing inadequate clearance between the hose and power stud. As a result, the hose can rub the power stud causing arcing and a power steering fluid leak.",Arcing in the presence of power steering fluid leak under high pressure could increase the risk of a fire.,"Forest River will notify owners, and FCCC dealers will reroute the power steering hose for proper clearance, free of charge. The recall began on March 22, 2017. Owners may contact Forest River customer service at 1-574-295-2117, or FCCC customer service at 1-800-547-0712. Forest River's number for this recall is 40-01182017-0311." -01/26/2017,17V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V056000),"Jayco, Inc.",Propane Manifold may Crack due to Impact from Axle,EQUIPMENT,9903342,Vehicle,25,"Jayco, Inc. (Jayco) is recalling certain 2017 Eagle fifth-wheel recreational vehicles equipped with the dry camping option. In the affected vehicles, the LP manifold was mounted to the fifth wheel frame directly above the axle assembly and the suspension U-bolts. Impact from the axle can crack the LP manifold resulting in a propane gas leak.",An LP gas leak can increase the risk of a fire.,"Jayco will notify owners, and dealers will relocate the LP manifold, and inspect and replace the LP lines and fittings, as necessary, free of charge. The recall began on February 24, 2017. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903342." -01/25/2017,17V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V054000),"Porsche Cars North America, Inc.",Fuel Leak due to Sheared Fastening Screws,"FUEL SYSTEM, GASOLINE",AH01,Vehicle,4090,"Porsche Cars North America, Inc. (Porsche) is recalling certain 2017 911 Carrera, 911 Carrera S, 911 Carrera 4, 911 Carrera 4S, 911 Targa 4, 911 Targa 4S + GTS, 911 Carrera Cabriolet, 911 Carrera S Cabriolet, 911 Carrera 4 Cabriolet, 911 Carrera 4S Cabriolet, 718 Boxster, 718 Boxster S, 718 Cayman, and 718 Cayman S vehicles. The screws that fasten the fuel collection pipes in the engine compartment may shear off, resulting in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Porsche will notify owners, and dealers will install improved fastening screws, free of charge. The recall began March 27, 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH01." -01/25/2017,17V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V055000),Advance Engineered Products Ltd.,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,11,Advance Engineered Products Ltd. (Advance Engineered) is recalling certain 2014-2015 Dry Bulk Cargo Tank trailers equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.,"If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Advance Engineered has notified owners, and will provide remedy kits, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on August 22, 2016. Owners may contact Advance Engineered customer service at 1-306-721-5678." -01/25/2017,17E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E006000),UCI International LLC,Improperly Sized In Line Filters Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4521,"Champion Laboratories Inc., a unit of UCI International (UCI) is recalling certain FRAM Model G2 inline fuel filters. The connection hoses supplied with these filters may be oversized, potentially resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"UCI will notify the known purchasers and will replace the inline fuel filter, free of charge. The recall began on April 2, 2017. Owners may contact UCI customer service at 1-800-882-0890" -01/25/2017,17E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E007000),"Porsche Cars North America, Inc.",Sheared Fastening Screws may cause Fuel Leak,ENGINE AND ENGINE COOLING,AH01,Equipment,37,"Porsche Cars North America, Inc. (Porsche) is recalling certain Replacement 2.0L, 2.5L, 3.0L LP, and 3.0L HP Engines, part numbers 9A2100920 X, 9A2100925 X, 9A2100927AX, 9A2100930 X and 9A2100930AX. These engines have screws that fasten the fuel collection pipes that may shear off, resulting in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Porsche will notify the engine purchasers and will install improved fastening screws, free of charge. The recall began March 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AH01." -01/24/2017,17V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V052000),Ford Motor Company,Improper Weld Joints on Floor Pan,STRUCTURE,17S03,Vehicle,17,Ford Motor Company (Ford) is recalling certain 2016 Focus and C-Max vehicles. The floor pan may have improperly welded left-hand apron joints.,"Improperly welded apron joints may reduce the front-end structural integrity of the vehicle, increasing the risk of injury in the event of a crash.","Ford will notify owners, and dealers will inspect the apron joints, repairing the vehicle, as necessary, free of charge. The recall began March 8, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17S03." -01/24/2017,17V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V053000),Ford Motor Company,Instrument Cluster May Fail to Illuminate/FMVSS102,ELECTRICAL SYSTEM,17C01,Vehicle,6792,"Ford Motor Company (Ford) is recalling certain 2017 F-150 trucks equipped with an eight-inch productivity screen. In these vehicles, the instrument cluster may lose power after the initial vehicle start-up in cold ambient temperatures. Several gauges, including the transmission gear position indicator, may not illuminate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicles Safety Standard (FMVSS) number 102, ""Transmission shift position sequence, starter interlock, and transmission braking effect.""","If the transmission gear position indicator fails to illuminate, the driver may be unable to tell the transmission shift position, increasing the risk of a crash or injury from unintended vehicle movement.","Ford will notify owners, and dealers will reprogram the instrument cluster, free of charge. The recall began February 20, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 17C01." -01/24/2017,17V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V051000),Toyota Motor Engineering & Manufacturing,Rear Step Bumper May Break after Damage to Bracket,STRUCTURE,H0C,Vehicle,72847,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2016-2017 Tundra vehicles equipped with a resin rear step bumper and resin reinforcement brackets (vehicles with chrome step bumpers are not affected). In the event of an impact to the corner of the bumper, the resin bracket may be damaged but not be noticed.","If a person steps on the corner of the bumper that is damaged, a portion of the bumper may break away, increasing the risk of injury.","Toyota will notify owners, and dealers will replace the resin rear bumper reinforcement brackets with steel ones, and replace the rear bumper tread, free of charge. The recall began on May 21, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is H0C." -01/23/2017,17E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E005000),IH Parts America Inc,Incorrect Steering Tie Rod Hardness,STEERING,1,Equipment,113,"IH Parts America Inc. (IH Parts) is recalling certain CPT Crawler Proven Tech Steering tie rod adjusters with Draglink Intersect Holes, model number CPT-Tierod-ADJ, which was sold individually and part of assembly CPT-S80/800-TIEROD-4, CPT-S80/800-TIEROD-8, sold for replacement use on the following makes and models: 1961-65 International Scout 80 and 1966-71 International Scout 800, 800A and 800B. These steering tie rod adjusters may have been manufactured with an incorrect hardness, allowing the tie rod to fracture affecting steering capability.","The tie rod fractures, the vehicle's steering and vehicle handling could be affected, increasing the risk of a crash.","IH Parts has notified the purchasers, and will provide a replacement steering tie rod adjuster, free of charge. The recall began on January 27, 2017. Owners may contact IH Parts customer service at 1-530-274-1795. IH Parts' number for this recall is 1." -01/23/2017,17V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V049000),"Autocar Industries, LLC",Interior Lighting Adjustment Switch Missing,INTERIOR LIGHTING,ACTT-1701,Vehicle,29,"Autocar Industries, LLC (Autocar) is recalling certain 2016-2017 Xspotter vehicles. These vehicles were manufactured without a dimmer switch to adjust the dash illumination brightness. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","Without a switch to adjust the dash illumination brightness, the dash lights may be too dim or too bright with either condition increasing the risk of a crash.","Autocar will notify owners and dealers will install a dimmer switch to adjust dash illumination, free of charge. The recall began on March 10, 2017. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACTT-1701." -01/23/2017,17V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V050000),"Autocar, LLC",S-Cam may Loosen and cause Brake Engagement,SERVICE BRAKES,ACX-1701,Vehicle,38,"Autocar, LLC (Autocar) is recalling certain 2013-2016 Xpeditor vehicles equipped with auxiliary axles and 36/36 rear brake chambers. Over-braking can cause excessive vibration and cause the S-cam tube bolts to become loose and allow the brakes to unexpectedly engage.",Brakes that engage unexpectedly can increase the risk of a crash.,"Autocar will contact owners and dealers will change the rear brake chambers and the S-cam brackets, free of charge. The recall began on March 17, 2017. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1701." -01/20/2017,17V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V047000),"BMW of North America, LLC",Driver's Frontal Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,230117,"BMW of North America, LLC (BMW) is recalling certain 2000-2002 BMW 320i, 323i, 325i, 325xi, 330i, 330xi, 323Ci, 325Ci, 330Ci, M3, 323iT, 325iT and 325xiT vehicles, 2001-2002 525i, 530i, 540i, M5, 525iT and 540iT vehicles, and 2001-2003 X5 3.0i, X5 4.4i, and X5 4.6is vehicles. These vehicles may have had a driver-side air bag module installed as replacement equipment such as after a vehicle crash necessitating replacement of the original air bag, or as a remedy part for a prior recall. These replacement modules contain an air bag inflator that may rupture due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","BMW will notify owners, and dealers will inspect the driver side air bag module, replacing it as necessary, free of charge. The recall began March 15, 2017. Owners may contact BMW customer service at 1-800-525-7417." -01/20/2017,17V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V044000),"Airstream, Inc.","Incorrect Tire Information on Label/FMVSS 110, 567",EQUIPMENT,NR (Not Reported),Vehicle,82,"Airstream, Inc. is recalling certain 2017 Flying Cloud, International, and Sport recreational trailers. The Federal Certification label and Tire Placards on these vehicles have incorrect information. The label was printed for ST225/75R15 Load Range E tires, but the vehicle has ST225/75R15 Load Range D tires. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims"" and Part 567, ""Certification.""","The incorrect information on the labels could cause an owner to overinflate the tires, possibly resulting in a tire blowout, increasing the risk of a crash.","Airstream will notify owners, and dealers will replace the incorrect label with a corrected label, free of charge. The recall began on February 15, 2017. Owners may contact Airstream customer service at 1-937-596-6111, extension 7401 or 7411." -01/20/2017,17V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V046000),"Maserati North America, Inc.",Seat Wiring Harness may Short Circuit,ELECTRICAL SYSTEM,342,Vehicle,39381,"Maserati North America, Inc. (Maserati) is recalling certain 2014-2017 Quattroporte and Ghibli, and 2017 Levante vehicles. Adjusting the front seats may cause the seat wiring harness to rub, possibly resulting in an electrical short.",An electrical short can increase the risk of a fire.,"Maserati will notify owners, and dealers will inspect the vehicles, replacing the seat wiring harness, as necessary, free of charge. The recall began June 26, 2017. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 342." -01/20/2017,17E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E004000),The New Haven Companies,Tiedowns may not Secure Wheelchair in a Crash,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,9535,"The New Haven Companies (New Haven) is recalling certain Safe Haven Wheelchair Securement Tiedowns, model number NH56328P028. These tiedowns may not adequately secure a wheelchair in the event of a crash.","If the tiedown fails in the event of a crash, the unrestrained wheelchair can increase the risk of injury to the occupant or those nearby.","New Haven will notify the purchasers and through a third party, the tiedowns will be replaced, free of charge. The recall began on February 27, 2017. Owners may contact New Haven customer service at 1-818-686-7020." -01/20/2017,17T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T002000),"Continental Tire the Americas, LLC",Tire Bulge due to Lack of Adhesion,TIRES,NR (Not Reported),Tire,325,"Continental Tire the Americas, LLC (Continental) is recalling certain General Tire Grabber light truck tires, size 33x12.50R18 LT 118Q, Load Range E, manufactured May 3, 2015, to May 16, 2015 (DOT week codes 1815 and 1915). These replacement tires may have a lack of adhesion within the belt package, causing tread wear, tread bulging, and possible tread separation.",Tread separation may increase the risk of a crash.,"Continental will notify owners, and dealers will replace the affected tires, free of charge. The recall began on February 3, 2017. Owners may contact Continental customer service at 1-888-799-2168." -01/20/2017,17V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V048000),Walker Stainless Equipment Company LLC,Underride Guard may Detach from Trailer,STRUCTURE,"W-6225, W-6279",Vehicle,543,Walker Stainless Equipment Company LLC (Walker) is recalling certain 2014-2017 Food Grade Tank Trailers. The weld joints that attach the underride guard to the trailer frame may crack.,"If the welds crack, the underride guard may detach from the trailer frame, becoming a road hazard and increasing the risk of a crash.","Walker will notify owners, and dealers will modify the underride guard mounting, free of charge. The recall began on February 8, 2017. Owners may contact Walker customer service at 1-800-356-5734. Walker's number for this recall is W-6225,W-6279." -01/19/2017,17V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V043000),"Daimler Trucks North America, LLC",Unresponsive Instrument Clusters and Turn Signals,ELECTRICAL SYSTEM,FL731,Vehicle,769,"Daimler Trucks North America LLC (DTNA) is recalling certain 2016-2017 Freightliner Business Class M2, 108SD, and 114SD trucks. The affected trucks have been modified to be equipped with both left hand and right hand instrument clusters. Due to incompatibilities between the displays, the instrument clusters and/or turn signals may become unresponsive.",Unresponsive instrument clusters and/or turn signals can increase the risk of a crash.,"DTNA will notify owners, and dealers will replace the left instrument cluster with a cluster compatible with the right display, free of charge. The recall began on May 8, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL731." -01/19/2017,17V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V041000),Pratt Industries Inc.,Wheel End may Separate from Axle,SUSPENSION,EQ16-003,Vehicle,126,"Pratt Industries Inc. (Pratt) is recalling certain 2014 DC432LS9 and DC432LS9HL ISO Tank Chassis equipped with SAF-Holland 5-Inch Tapered Axles. In the affected axles, the wheel end may separate from the axle due to an out of specification material thickness on the spindle.","The wheel end may separate, increasing the risk of a crash.","Pratt will notify owners, and dealers will inspect the axles and replace any defective spindles, free of charge. The recall began on March 14, 2017. Owners may contact Pratt customer service at 1-269-465-4646 extension 110. Pratt's number for this recall is EQ16-003." -01/18/2017,17V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V039000),"Forest River, Inc.",Incorrect Tire Information on Placard/FMVSS 110,EQUIPMENT,48-01162017-0310,Vehicle,165,"Forest River, Inc. (Forest River) is recalling certain 2017 Prime Time Avenger recreational vehicles. The Federal Placards on these vehicles may indicate an incorrect tire and rim combination. The Federal Placard indicates ST225/75R15E tires with 80 PSI and a rim designation of 15X6.0JJ, while the subject vehicles' Federal Placard should indicate ST225/75R15D tires with 65 PSI and a rim designation of 15X5.0JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard(FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect tire information can cause the tires to be over inflated, possibly resulting in a tire blowout and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on March 17, 2017. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 48-01162017-0310." -01/18/2017,17V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V040000),"Nissan North America, Inc.",Rear Door may Open when Window is Lowered,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,341005,"Nissan North America, Inc. (Nissan) is recalling certain 2015-2017 Altima vehicles. The rear door latch/lock cable on the vehicles may have been improperly routed. As a result, lowering a rear window may inadvertently cause that door to unlatch and open.","If the rear passenger doors inadvertently open while the vehicle is in motion, it may increase the risk of injury to the rear passengers.","Nissan will notify owners, and dealers will correct the rear door latch/lock cable routing, free of charge. The recall began on February 16, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -01/18/2017,17V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V038000),Thor Motor Coach,Sofa Seatbelts too Short to Restrain Passengers,SEAT BELTS,RC000127,Vehicle,94,Thor Motor Coach (TMC) is recalling certain 2017 Aria motorhomes. The driver's side sofa seatbelts may be too short for passengers to use.,"In the event of a crash, an occupant not restrained by a seatbelt has an increased risk of injury.","TMC will notify owners, and dealers will install longer seatbelts, free of charge. The recall began on March 20, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000127." -01/17/2017,17V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V036000),"4-Star Trailers, Inc.",Brake Fluid Leak from Ruptured Brake Line,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,227,"4-Star Trailers, Inc. (4-Star) is recalling certain 2012-2016 Gooseneck Horse trailers. The hydraulic brake line may rupture where it connects to the brake caliper, resulting in a brake fluid leak and a loss of braking.","If the hydraulic brake line ruptures there may be a loss of brake power, increasing the risk of a crash.","4-Star will notify owners, and dealers will change the brake line compression fitting to a banjo fitting, free of charge. The recall began on March 14, 2017. Owners may contact 4-Star customer service at 1-800-848-3095." -01/17/2017,17V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V037000),Highland Ridge RV,Gas May Enter the Cabin from Open Gas Valve,EQUIPMENT,9904341,Vehicle,396,"Highland Ridge RV (Highland) is recalling certain 2017 Open Range, Mesa Ridge and Roamer fifth wheels and travel trailers. These vehicles are equipped with an outside range that can be stored with the gas valve left open, allowing gas to enter and buildup within the vehicle.","If gas leaks into the cabin, it can increase the risk of an explosion or fire.","Highland Ridge will notify owners and dealers will install a larger gas valve handle, inspect that the drawer guide rail is in its proper location, repairing it as required, and place a warning label on the range stating the gas valve must be turned off prior to storing the range in the unit. The recall began on March 8, 2017. Owners may contact Highland customer service at 1-260-768-7771. Highland's number for this recall is 9904341." -01/16/2017,17V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V035000),"Triumph Motorcycles America, Ltd.",Throttle may Stick Open when using Heated Grips,STEERING,SB 546,Vehicle,1390,"Triumph Motorcycles America, LTD (Triumph) is recalling certain 2016-2017 Bonneville T120 and Bonneville T120 Black motorcycles. During use, the heated hand grips may expand and cause the throttle to stick open.","If the throttle sticks open, there would be an increased risk of a crash.","Triumph will notify owners, and dealers will install a spacer to prevent the throttle from sticking, free of charge. The recall began February 20, 2017. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SB 546." -01/13/2017,17V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V034000),REV Recreation Group,"Seat Belt Anchors may Detach/FMVSS 207, 210",SEAT BELTS,170110REV,Vehicle,884,"REV Recreation Group (REV) is recalling certain 2016-2017 Renegade RV Verona, Verona LE and Specialty Sprinter vehicles, 2011-2017 Explorer, Ikon and Core vehicles, 2014-2017 XL, Classic with Garage, Toter Home and Villagio vehicles, 2015-2017 Classic-Equine and Vienna vehicles, and 2011-2016 RSV vehicles. In the affected motor coaches and motorhomes, the seat belt anchorage hardware may pull out of the floor framing in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","In the event of sudden braking or a vehicle crash, the seat belts may detach from the floor framing, increasing the risk of injury.","REV will notify owners, and dealers will replace the seat belt mounting hardware and install reinforcement plating, free of charge. REV Recreation Group issued interim notifications to owners for certain model year 2016-2017 Specialty Sprinter, 2015-2017 Vienna, and 2014-2017 Villagio, Class C motorhomes, and 2011-2017 Ikon, Class ""Super C"" motorhomes. REV Recreation Group issued notification informing owners of the of certain model year 2011-2017 Classic (including Classic Equine and Classic with Garage), model year 2011-2017 Explorer, model year 2011-2016 RSV, model year 2014-2017 Toter Home, model year 2014-2017 XL, model year 2016-2017 Verona, and model year 2016-2017 Verona LE, Class ""Super"" C motorhomes; The recall began on March 14, 2017 for these vehicles. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 170110REV." -01/12/2017,17V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V033000),"General Motors, LLC",Incorrect Side View Mirror Installed/FMVSS 111,VISIBILITY,17017,Vehicle,214,"General Motors LLC (GM) is recalling certain 2016-2017 Chevrolet Suburban HD vehicles. These vehicles were assembled with a convex right-hand outside mirror, instead of with a non-convex (flat) right-hand outside mirror. As such, these vehicles fail to comply with the requirements of Federal Motor Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If equipped with the incorrect right-side rear-view mirror, the driver may misjudge the distance of other vehicles, increasing the risk of a crash.","GM will notify owners, and dealers will replace the convex mirror with a non-convex mirror and provide a new page for the owner's manual with the customer notification letter, free of charge. The recall began February 7, 2017. Owners may contact GM customer service at 1-800-222-1020. GM's number for this recall is 17017." -01/11/2017,17V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V026000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKB-17,Vehicle,69529,"Subaru of America, Inc. (Subaru) is recalling certain 2005-2006 Baja, 2009 Forester, Legacy and Outback and 2006-2009 Impreza (including WRX and STI models) and Tribeca vehicles originally sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify owners, and dealers will replace the passenger front air bag inflator, free of charge. The recall began March 6, 2017. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is TKB-17." -01/11/2017,17V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V032000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,33421,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2009 Audi A4 Cabriolet, S4 Cabriolet, A6 Avant, A6 Sedan and S6 Sedan vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone B"" above, Volkswagen is recalling certain 2005-2008 Audi A4 Avant, A4 Sedan, A6 Sedan, S4 Avant and S4 Sedan vehicles, 2007-2008 A4 Cabriolet, RS4 Sedan, S4 Cabriolet and S6 Sedan vehicles, and 2006-2008 A6 Avant and 2008 RS4 Cabriolet vehicles originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Audi will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began March 30, 2018. Owners may contact Audi customer service at 1-800-253-2834. Note: This recall has been superseded by recall number 18V427." -01/10/2017,17V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V031000),Honda (American Honda Motor Co.),Air Bag Inflator May Rupture,AIR BAGS,KE5,Vehicle,882,"Honda (American Honda Motor Co.) is recalling certain 2006-2009 and 2012 Honda GL1800 (Goldwing) motorcycles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, if not included in ""Zone A,"" Honda is recalling certain 2006-2009 Honda GL1800 (Goldwing) motorcycles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, if not included in Zone A or Zone B above, Honda is recalling certain 2006-2008 Honda GL1800 (Goldwing) motorcycles originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the operator resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the air bag module, free of charge. The recall began February 2017. Owners may contact Honda Motorcycle Customer Support at 1-866-784-1870. Honda's number for this recall is KE5." -01/10/2017,17V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V013000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,2118A,Vehicle,725,"Mazda North America Operations (Mazda) is recalling certain 2007-2009 B-Series trucks sold, or ever registered, in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone B"" above, Mazda is recalling certain 2007-2008 B-Series trucks sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Mazda will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began June 15, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0817A." -01/10/2017,17V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V014000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKA-17,Vehicle,53480,"Subaru of America, Inc. (Subaru) is recalling certain 2005-2006 Subaru Baja, 2006-2011 Impreza (including WRX and STI models), 2006-2012 Tribeca, 2009-2012 Forester, Legacy, Outback, and 2012 WRX vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began March 6, 2017. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is TKA-17." -01/10/2017,17V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V015000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,P082,Vehicle,8711,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2012 Land Rover Range Rover vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan) and the U.S. Virgin Islands, or ""Zone A."" Additionally, Land Rover is recalling certain 2009 Land Rover Range Rover vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia and West Virginia, or ""Zone B."" Additionally, Land Rover is recalling certain 2007-2008 Land Rover Range Rover vehicles originally sold, or ever registered in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Land Rover will notify owners, and dealers will replace the front passenger air bag assemblies, free of charge. The recall began December 18, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P082." -01/10/2017,17V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V016000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKC-17,Vehicle,62764,"Subaru of America, Inc. (Subaru) is recalling certain 2005-2006 Baja, 2006-2008 Impreza (including WRX and STI models), Tribeca, and 2006 Saab 9-2X vehicles, originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the front passenger air bag inflator, free of charge. The recall began March 8, 2017. Subaru owners may contact Subaru customer service at 1-800-782-2783. Saab owners may contact the Saab Customer Assistance Center at 1-800-955-9007. Subaru's number for this recall is TKC-17." -01/10/2017,17V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V017000),"Mercedes-Benz USA, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,104119,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain 2012 C300 4Matic, C250, C250 Coupe, C350, C350 Coupe 4Matic, C350 Coupe, C63 AMG, C63 AMG Coupe, E350 Coupe 4Matic, E350 Cabrio, E350 Coupe, E550 Cabrio, E550 Coupe, GLK350 4Matic, GLK350, SLS AMG Cabrio, and SLS AMG Coupe vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above MBUSA is recalling certain 2009 C300 4Matic, C300, C350 and C63 AMG vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone A"" or ""Zone B"" above MBUSA is recalling certain 2008 C300 4Matic, C300, and C350 vehicles originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"MBUSA will notify owners, and dealers will replace the front passenger air bag modules, free of charge. Owners were sent an interim notification in March 2017. Second notices started going out in October 2018 and continue to be mailed as parts become available. Owners may contact MBUSA customer service at 1-877-496-3691" -01/10/2017,17V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V020000),"BMW of North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,48951,"BMW of North America, LLC (BMW) is recalling certain 2012 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i, X5 M, X6 xDrive35i, X6 xDrive50i, and X6 M vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, BMW is recalling certain 2009 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i, and X5 M vehicles, 2008-2009 X6 xDrive 35i, X6 xDrive50i, X6 M, and 2009 X5 xDrive35d vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone A"" or ""Zone B"" above, BMW is recalling certain 2007-2008 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i and X5 M vehicles, and 2008 X6 xDrive35i, X6 xDrive50i, and X6 M vehicles originally sold, or ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to high absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the front passenger air bag inflator or air bag module, free of charge. Interim letters were mailed March 2017. Owners will receive a second notice when remedy parts become available. Owners may contact BMW customer service at 1-800-525-7417." -01/10/2017,17V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V022000),"Mitsubishi Motors North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,SR-17-001,Vehicle,1964,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain 2012 and 2014 i-MiEV vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"MMNA will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on March 10, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-17-001." -01/10/2017,17V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V023000),"Tesla, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,2997,"Tesla Motors, Inc. (Tesla) is recalling all 2012 Model S vehicles. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the frontal air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Tesla will notify owners, and dealers will replace the front passenger air bag, free of charge. The recall began September 12, 2017. Owners may contact Tesla customer service at 1-877-798-3752." -01/10/2017,17V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V024000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,19S01,Vehicle,654695,"Ford Motor Company (Ford) is recalling certain 2012 Ford Fusion and Mustang and Lincoln Zephyr and MKZ vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Ford is recalling certain 2009 Ford Ranger, Edge, Fusion and Mustang, Lincoln MKX, MKZ and Zephyr and Mercury Milan vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone A"" or ""Zone B"" above, Ford is recalling certain 2007-2008 Ford Ranger, Edge and Lincoln MKX, 2006-2008 Ford Fusion, Mercury Milan, Lincoln Zephyr and MKZ, 2005-2008 Ford Mustang and 2005-2006 Ford GT vehicles originally sold, or ever registered, in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ford will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. Interim letters informing owners of the recall and that parts are not yet available began mailing March 1, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S01." -01/10/2017,17V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V027000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,J070,Vehicle,8114,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2012 Jaguar XF vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Unless included in ""Zone A"" above, Jaguar is recalling certain 2009 Jaguar XF vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Jaguar will notify owners, and dealers will replace the passenger frontal air bag assembly, free of charge. The recall began December 18, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J070." -01/10/2017,17V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V028000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,152554,"Nissan North America, Inc. (Nissan) is recalling certain 2012 Nissan Versa hatchbacks originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan) and the U.S. Virgin Islands, or ""Zone A"". Additionally, if not included in ""Zone A"" above, Nissan is recalling certain 2009-2010 Infiniti M35 and M45 and 2009 Nissan Versa sedans and hatchbacks originally sold, or ever registered, in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B"". Additionally, if not included in ""Zone A"" or ""Zone B"" above, Nissan is recalling certain 2005-2008 Infiniti FX35 and FX45, 2006-2010 Infiniti M35 and M45, and 2007-2008 Nissan Versa vehicles originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the front passenger air bag inflators, free of charge. The recall began on June 8, 2017. Owners will receive a second notice when remedy parts become available. Owners may contact Nissan customer service at 1-800-647-7261." -01/10/2017,17V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V029000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,"KD9, KE0",Vehicle,308884,"Honda (American Honda Motor Co.) is recalling certain 2005-2006 Acura MDX and Honda CR-V vehicles, 2005-2011 Honda Element vehicles, 2005-2012 Acura RL vehicles, 2006-2012 Honda Ridgeline vehicles, 2007-2008 Honda Fit vehicles and 2005-2008 Honda Pilot vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, if not included in ""Zone A"" above, Honda is recalling certain 2005-2006 Acura MDX and Honda CR-V vehicles, 2005-2009 Acura RL and Honda Element vehicles, 2007-2008 Honda Fit vehicles, 2005-2008 Honda Pilot vehicles and 2006-2009 Honda Ridgeline vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, if not included in ""Zone A"" or ""Zone B"" above, Honda is recalling certain 2005-2006 Acura MDX and Honda CR-V vehicles, 2005-2008 Acura RL, Honda Element and Honda Pilot vehicles, 2007-2008 Honda Fit vehicles and 2006-2008 Honda Ridgeline vehicles originally sold, or ever registered in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall bagan March 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are KD9 and KE0." -01/10/2017,17V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V030000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,"KE1, KE2",Vehicle,977708,"Honda (American Honda Motor Co.) is recalling certain 2009-2012 Acura TSX, 2011-2012 Acura TSX Wagon, 2010-2012 Acura ZDX, 2008-2012 Honda Accord, 2010-2012 Honda Accord Crosstour and Honda Insight, 2009-2012 Honda Fit, 2009-2012 Pilot, 2007-2011 Honda CR-V, 2012 Honda FCX Clarity and 2006-2011 Honda Civic, Civic Hybrid, Civic NGV vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, if not included in ""Zone A"" above, Honda is recalling certain 2009 Acura TSX, Honda Fit and Pilot, 2008-2009 Honda Accord, 2006-2009 Civic, Civic Hybrid and Civic NGV, and 2007-2009 Honda CR-V vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, if not included in ""Zone B"" above, Honda is recalling certain 2008 Honda Accord, 2006-2008 Honda Civic, Civic Hybrid and Civic NGV and 2007-2008 Honda CR-V vehicles originally sold, or ever registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the front passenger side air bag inflator, free of charge. The manufacturer has mailed an interim notification, and will send a second notification when parts are available. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are KE1 and KE2." -01/09/2017,17V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V008000),"Heartland Recreational Vehicles, LLC",Incorrect Certification Label/Part 567,EQUIPMENT,99.01.31,Vehicle,124,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2017 Mallard recreational trailers. The certification label on these vehicles may have incorrect tire size and/or tire pressure information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the label has incorrect tire pressure or size information, the operator may improperly inflate the tires or possibly over load the vehicle, increasing the risk of a crash.","Heartland has notified owners, and dealers will replace the certification label with a corrected label, free of charge. The recall began on January 25, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.31." -01/09/2017,17V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V005000),McLaren Automotive Incorporated,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,654,"McLaren Automotive Incorporated (McLaren) is recalling certain 2012 MP4-12C vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina and Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"McLaren will notify owners, and dealers will replace the air bag inflators, free of charge. The recall began November 13, 2017. Owners may contact McLaren customer service at 1-646-429-8916." -01/09/2017,17V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V006000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,577875,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain 2012 Toyota 4Runner, Corolla, Corolla Matrix, Sienna, Yaris, Scion xB, Lexus ES350, GX460, IS-F, IS250, IS350, IS250C, IS350C, and Lexus LFA vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Toyota is recalling certain 2009 Toyota Corolla, Corolla Matrix, Yaris, Yaris HB, Scion xB, Pontiac Vibe, Lexus, ES350, IS250, IS350, and IS-F vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Additionally, unless included in ""Zone A"" or ""Zone B"" above, Toyota is recalling certain 2006-2008 Lexus IS250 and IS350, 2007-2008 Lexus ES350, Toyota Yaris, Yaris HB, and 2008 Lexus IS-F and Scion xB vehicles originally sold, or ever registered in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Toyota will notify the Toyota, Scion and Lexus owners. General Motors will contact the Pontiac owners. Depending on the model, dealers will replace the passenger frontal air bag inflator or the air bag assembly, free of charge. The recall began on February 1, 2017. Owners may contact Toyota customer service at 1-800-331-4331, or Pontiac customer service at 1-800-762-2737. Toyota's numbers for final remedy for this campaign are G0P (Toyota Zone A), G0R (Toyota Zone B), H0A (Toyota Zone C), GLG (Lexus Zone A), GLH (Lexus Zone B) and HLA (Lexus Zone C)." -01/09/2017,17V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V009000),"Altec Industries, Inc.",Winch Brake may allow Unexpected Line Movement,EQUIPMENT,CSN 643,Vehicle,617,"Altec Industries Inc. (Altec) is recalling certain 2005-2016 TA37M, TA41M, TA45M telescoping aerial devices. The winch brake on these vehicles may be improperly oriented, possibly resulting in unexpected winch line movement.","If the winch boom line unexpectedly moves, there may be an increased risk of injury.","Altec will notify owners, and dealers will reverse the direction of the winch brake and check and adjust the winch brake torque setting, free of charge. The recall began on March 15, 2017. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is CSN 643." -01/06/2017,17V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V007000),Kia Motors America,Driver Air Bag may not Fully Inflate,AIR BAGS,SC143,Vehicle,1,"Kia Motors America (Kia) has recalled one 2016 Optima vehicle. In this vehicle, the end seal for the driver's frontal air bag inflator may not have been properly installed, possibly resulting in reduced inflation of the frontal air bag in the event of a crash.","In the event of a crash, an air bag that does not inflate fully increases the risk of injury.","The affected vehicle was remedied on January 10, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC143." -01/06/2017,17V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V004000),Karma Automotive LLC,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,5.84.17.001.01,Vehicle,811,"Karma Automotive LLC (Karma) is recalling certain 2012 Fisker Karma vehicles originally sold, or ever registered, in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina and Texas. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the passenger frontal air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Karma will notify owners, and dealers will replace the air bag inflators, free of charge. The recall began on September 8, 2017. Karma Automotive Client Services Team can be reached at clientservices@karmaautomotive.com or by calling 1-855-288-6109. Karma's number for this recall is 5.84.17.001.01." -01/03/2017,17V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V001000),"Volkswagen Group of America, Inc.",Air Bag Inflator may Rupture due to Corrosion,AIR BAGS,69P1,Vehicle,234057,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2011-2017 Audi Q5 vehicles. The sunroof drainage system may allow water to soak into the foam surrounding the side head air bag inflator canister resulting in the corrosion of the canister. If this happens, the corrosion can weaken the canister and the inflator could fracture without air bag deployment, propelling fragments into the passenger compartment, striking and causing serious injury to vehicle occupants.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Audi will notify owners, and dealers will inspect the inflator and either coat it or replace it, as necessary, after removing the surrounding foam, free of charge. The recall is expected to began March 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69P1." -01/03/2017,17V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V002000),"Volkswagen Group of America, Inc.",Coolant Pump May Overheat and cause Fire,ENGINE AND ENGINE COOLING,19M1,Vehicle,342867,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2013-2017 Audi A5, A5 Cabriolet and Q5 vehicles, 2013-2016 Audi Allroad and Audi A4 vehicles and 2012-2015 Audi A6 vehicles. These vehicles, equipped with 2.0l Turbo FSI engines, have an electric coolant pump that can be blocked with debris from the cooling system, resulting in the pump overheating.","If the coolant pump overheats, it can increase the risk of a fire.","Audi will notify owners, and dealers will update the software so that the power supply to the coolant pump is deactivated if the pump becomes blocked with debris, free of charge. The recall is expected to begin February 20, 2017. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 19M1." -01/03/2017,17V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17V003000),REV Recreation Group,Loose Rear Sway Bar may Detach,STRUCTURE,161229REV,Vehicle,365,"REV Recreation Group (REV) is recalling certain 2017 Holiday Rambler Vacationer XE, Admiral XE, Fleetwood Storm and Fleetwood Flair motor homes. The rear sway bar may not have been properly tightened and, as a result, the sway bar may detach from the vehicle.","If the sway bar falls from the vehicle, it can increase the risk of a crash.","REV will notify owners, and dealers will tighten the rear sway bar bolts, replacing them as necessary, free of charge. The recall began on March 3, 2017. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 161229REV." -01/03/2017,17T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17T001000),"Sumitomo Rubber USA, LLC",Missing Information on Sidewall/FMVSS 119,TIRES,NR (Not Reported),Tire,138,"Sumitomo Rubber USA, LLC (Sumitomo) is recalling certain Kelly Armorsteel KDA tires, size 11R22.5 Load Range G, manufactured December 4, 2016, to December 17, 2016. The tires do not have the tire size, maximum load rate, speed restriction, number of plies, the word ""tubeless"" and the load range information marked on both sidewalls. As, such these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""","If the tires are missing specific information such as the maximum load rate, the tires may be overloaded, increasing the risk of a crash.","Sumitomo will notify owners, and dealers will inspect and, as necessary, replace the tires, free of charge. The recall began March 15, 2018. Owners may contact Goodyear customer assistance at 1-800-592-3267." -01/03/2017,17E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E001000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,3100000,"Takata Corporation (Takata) has determined that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment, such as after a vehicle crash necessitating replacement of the original air bags, may rupture due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling. This recall addresses model year 2005-2008 vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. Note: Model year 2004 and older vehicles were included in recall 16E-044 for these states. Vehicles registered outside of these states may be covered by recalls 17E-002 or 17E-003." -01/03/2017,17E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=17E002000),"Takata (TK Global, LLC)",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,1300000,"Takata Corporation (Takata) has determined that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment, such as after a vehicle crash necessitating replacement of the original air bags, may rupture due to propellant degradation occurring after long-term exposure to high absolute humidity, high temperatures, and high temperature cycling. This recall addresses model year 2012 vehicles ever registered in the states of Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. Note: Model year 2011 and older vehicles were included in recall 16E-042 for these states. Vehicles registered outside of these states may be covered by recalls 17E-001 or 17E-003." -12/31/2016,16V957000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V957000),"Forest River, Inc.",Rear Door Hinge Welds may be Insufficient,STRUCTURE,51-12312016-0310,Vehicle,366,"Forest River, Inc. (Forest River) is recalling certain model year 2017 XLR Toyhauler and Prime Time Spartan recreational fifth-wheel vehicles manufactured August 21, 2016, to December 12, 2016. The affected vehicles have rear cargo door hinges with welds on the hinge pin and hinge plate that may be insufficient, and as a result, the top of the door may swing down with more force than normal.","The hinge pin may separate from the hinge plate, leading the side of the door to shift. This condition could cause the springs to lift off the hinged end of the door and could cause the top of the door to swing down with more force than normal, increasing the risk of personal injury.","Forest River will notify owners, and dealers will replace the ramp door hinge, free of charge. The recall began on February 22, 2017. For more information, XLR owners may call 1-574-642-0432 and Spartan owners may call 1-574-862-1025. Forest River's number for this recall is 51-12312016-0310." -12/30/2016,16V956000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V956000),Hyundai Motor America,Driver Air Bag may not Fully Inflate,AIR BAGS,156,Vehicle,110,"Hyundai Motor Company (Hyundai) is recalling certain model year 2017 Hyundai Elantra vehicles manufactured April 15, 2016, to September 13, 2016, and Sonata vehicles manufactured May 27, 2016 to September 16, 2016. In these vehicles, the end seal for the driver's frontal air bag inflator may not have been properly installed, possibly resulting in reduced inflation of the frontal air bag in the event of a crash.","In the event of a crash, an air bag that does not inflate fully increases the risk of injury.","Hyundai will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began February 13, 2017. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 156." -12/30/2016,16V947000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V947000),"Chrysler (FCA US, LLC)",Driver Side Frontal Air Bag May Rupture,AIR BAGS,S92,Vehicle,12691,"Chrysler (FCA US LLC) is recalling certain model year 2009 Dodge Durango and Chrysler Aspen vehicles manufactured January 17, 2007, to December 18, 2008, and 2010 RAM 3500 cab chassis manufactured September 25, 2009, to February 1, 2010. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Chrysler has notified owners, and dealers will replace the driver's frontal air bag inflator, free of charge. The recall began January 11, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S92. Note: This recall covers vehicles that were accidentally excluded from recall 15V-313." -12/30/2016,16C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C009000),"Thorley Industries, LLC -DBA 4Moms",Infant Carrier may not Secure to Base,CHILD SEAT,NR (Not Reported),Child Seat,1622,"Thorley Industries LLC d/b/a 4moms (4moms) is recalling certain 4moms Self Installing Rear-facing Infant Car Seats, model number 1032, manufactured July 1, 2016, to October 31, 2016. Due to a tight rivet, the affected car seats have a coupling hook that may not properly engage around the coupling pin, preventing the infant carrier portion from securely attaching to the seat base.","If the infant carrier does not properly attach to the base, the carrier can detach in a crash, increasing the risk of injury.","4moms will notify owners and will replace the infant carrier portion, free of charge. The recall began on January 10, 2017. Owners may contact 4moms at 4moms.com/recalls or by calling 1-888-614-6667." -12/30/2016,16V948000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V948000),"BMW of North America, LLC",Motorcycle Rear Suspension Bolt may Loosen,SUSPENSION,NR (Not Reported),Vehicle,21,"BMW North America, LLC (BMW) is recalling certain model year 2016-2017 S 1000 RR motorcycles manufactured June 8, 2016, to November 16, 2016, and 2017 S 1000 R motorcycles manufactured on October 12, 2016. One of the bolts on the rear suspension deflection lever may loosen and adversely affect the handling of the motorcycle.","If the bolt loosens and affects the motorcycle's handling, there may be an increased risk of a crash.","BMW will notify owners, and dealers will replace the bolts and tighten them to the proper specifications, free of charge. The recall began February 17, 2017. Owners may contact BMW customer service at 1-800-525-7417." -12/30/2016,16V946000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V946000),"Porsche Cars North America, Inc.",Seat Mounted Air Bags may not Deploy,AIR BAGS,AG10,Vehicle,85,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2017 718 Boxster, 718 Boxster S, 718 Cayman, 718 Cayman S, 911 Carrera, 911 Carrera S, 911 Carrera S Cabriolet, 911 Carrera 4S, 911 Turbo, 911 Turbo S, 911 Carrera 4S Cabriolet, and 911 Turbo Cabriolet vehicles. The seat mounted side air bag inflator initiator may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the side air bag will not deploy, increasing the risk of injury in the event of a crash.","Porsche will notify owners, and dealers will replace the affected air bag modules, free of charge. The recall began April 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AG10." -12/29/2016,16V955000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V955000),"Volkswagen Group of America, Inc.",Air Bags or Seat Belt Pretensioners may not Deploy,AIR BAGS,VW: 69P4; Audi 69P2,Vehicle,5947,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2017 Audi A7, A4, A6, Volkswagen Golf and Tiguan vehicles and 2016 Volkswagen e-Golf vehicles for driver frontal air bags, passenger frontal air bags or head air bags that may not deploy properly. Additionally, certain 2017 Audi Q7, A4 Sedan, A4 Allroad, and 2018 Audi Q5 vehicles are being recalled because the seat belt pretensioners may not activate properly.","In the event of a crash, if the air bags and/or the seat belt pretensioners do not inflate or function properly, the vehicle occupants have an increased risk of injury.","Volkswagen and Audi will notify owners, and dealers will replace the affected air bags and seat belt pretensioners, free of charge. The recall began April 2017. Owners may contact Volkswagen customer service at 1-800-893-5298 or Audi customer service at 1-800-253-2834." -12/29/2016,16V941000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V941000),"Jaguar Land Rover North America, LLC",Possible Front Passenger Air Bag Non-Deployment,AIR BAGS,P094,Vehicle,550,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain 2016 Land Rover Range Rover and Range Rover Sport vehicles and 2017 Range Rover Evoque vehicles. The affected vehicles have a front passenger air bag inflator initiator that may fail to ignite during a crash, preventing the air bag from deploying.","In the event of a crash of sufficient severity, the front passenger air bag may not deploy as required, increasing the risk of injury.","Land Rover will notify owners, and dealers will replace the front passenger air bag, free of charge. The recall is expected to begin February 20, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P094." -12/29/2016,16V943000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V943000),"Jaguar Land Rover North America, LLC",Possible Front Passenger Air Bag Non-Deployment,AIR BAGS,J080,Vehicle,16,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2016-2017 Jaguar XJ vehicles manufactured September 12, 2016, to October 26, 2016. The affected vehicles have a front passenger air bag inflator initiator that may fail to ignite during a crash, preventing the air bag from deploying.","In the event of a crash of sufficient severity, the front passenger air bag may not deploy as required, increasing the risk of injury.","Jaguar will notify owners, and dealers will replace the front passenger air bag, free of charge. The recall is expected to begin February 20, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J080." -12/29/2016,16V945000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V945000),Ford Motor Company,Reinforcement Bracket Missing from Fuel Tank,"FUEL SYSTEM, GASOLINE",16S45,Vehicle,7105,"Ford Motor Company (Ford) is recalling certain 2017 Ford F-250 and F-350 Super Duty trucks manufactured August 10, 2016, to September 17, 2016. The frame reinforcement bracket may not have been attached to the front fuel tank strap, allowing the fuel tank strap to separate from the frame.","A fuel tank strap that separates and allows the fuel tank to contact the ground may cause a fuel leak, increasing the risk of a fire.","Ford will notify owners, and dealers will inspect and, if necessary, install the reinforcement bracket, free of charge. The recall began on February 7, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S45." -12/29/2016,16V942000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V942000),"Jaguar Land Rover North America, LLC",Seat Belt Pretensioners may not Function Properly,SEAT BELTS,P095,Vehicle,13500,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2017 Land Rover Discovery Sport vehicles and 2016-2017 Land Rover Range Rover and Range Rover Sport vehicles. The affected vehicles have seatbelt pretensioners that may not function properly in the event of a crash.","If the front seat seatbelt pretensioners do not function properly, the seat occupants may not be adequately restrained in the event of a crash, increasing the risk of injury.","Land Rover will notify owners, and dealers will inspect the front seat belt assemblies, replacing them as necessary, free of charge. The recall began February 20, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P095." -12/29/2016,16V944000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V944000),Timberland INC DBA Glacier,Wheel may Separate from Chassis,SUSPENSION,NR (Not Reported),Vehicle,38,"Timberland Inc. DBA Glacier (Glacier) is recalling certain model year 2016 Glacier 17 RV Explorer recreational trailers, models A612, A614 and A165, manufactured February 1, 2016, to November 1, 2016. In the affected vehicles, the drop axle pivot pin retainer bolt may be too short for the locking nut to fully engage.","If the bolt separates from the lock nut, the wheel assembly may detach from the chassis, increasing the risk of a crash.","Glacier will notify owners, and representatives of the Ickler Company, the chassis manufacturer, will travel to the dealer's or customer's location to fix the issue, free of charge. The recall began on January 26, 2017. Owners may contact Glacier customer service at 1-218-454-1078 or the Ickler Company at 1-320-251-8282." -12/28/2016,16V938000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V938000),"Navistar, Inc.",Battery Cover Latch may Short Against Battery,ELECTRICAL SYSTEM,16513,Vehicle,294,"Navistar, Inc. (Navistar) is recalling certain 2017 International ProStar, LoneStar, 9900i, and TranStar trucks. The affected vehicles have a metallic battery cover latch that may unlatch and contact the battery jump start stud, causing an electrical short to ground if the jump start stud is not covered.",An electrical short to ground increases the risk of a fire.,"Navistar will notify owners, and dealers will install a latch stop to prevent the latch from rotating to the unlatched position, free of charge. The recall began on January 27, 2017. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16513." -12/28/2016,16V937000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V937000),Toyota Motor Engineering & Manufacturing,Front Passenger Air Bag may not Fully Inflate,AIR BAGS,"G06, GLR",Vehicle,2,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling one 2016 Toyota 4Runner vehicle manufactured November 1, 2016 and one 2017 Lexus GX460 vehicle manufactured November 16, 2016. The affected vehicles are equipped with Takata PSPI-LD front passenger air bag inflators that may have been manufactured without ignition booster tablets. As a result, in the event of a crash, the air bag may not fully inflate during deployment of the primary stage. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",The improper inflation of the passenger air bag may increase the risk of injury in the event of a crash.,"Toyota dealers have replaced the passenger side air bag modules, free of charge. Toyota notified the affected dealers on December 15, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G06, GLR." -12/28/2016,16V954000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V954000),Keystone RV Company,Incorrect Information on Federal Placard/Part 567,EQUIPMENT,17-275,Vehicle,1651,"Keystone RV Company (Keystone) is recalling certain model year 2016-2017 Alpine fifth-wheel recreational trailers manufactured August 10, 2015, to December 1, 2016, and Avalanche fifth-wheel recreational trailers manufactured September 11, 2015, to December 1, 2016. The Federal Placard on the affected vehicles may have incorrect spare tire load range information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator inflates the spare tire using the information on the Federal Certification label information, the tire may be overinflated, increasing the risk of tire failure.","Keystone has notified owners, and dealers will replace the Federal Placard, free of charge. The recall began on January 17, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 17-275." -12/28/2016,16V939000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V939000),"Nissan North America, Inc.",Possible Passenger Airbag Non-Deployment/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,509,"Nissan North America, Inc. (Nissan) is recalling certain 2017 Infiniti QX30 vehicles manufactured August 11, 2016, to September 27, 2016. The affected vehicles have a passenger air bag inflator initiator that may fail to ignite during a crash, preventing the air bag from deploying. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",A passenger air bag that fails to deploy in the event of a crash can increase the risk of injury.,"Nissan will notify owners, and dealers will replace the passenger air bag assembly, free of charge. The recall began on March 21, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -12/28/2016,16V940000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V940000),"Jaguar Land Rover North America, LLC",Seat Belt Pretensioners may not Function Properly,SEAT BELTS,J081,Vehicle,2394,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2017 Jaguar XE vehicles manufactured July 12, 2016, to December 2, 2016, and Jaguar F-Type vehicles manufactured July 14, 2016, to December 16, 2016. The affected vehicles have front seat seatbelt pretensioners that may not function properly in the event of a crash.","If the front seat seatbelt pretensioners do not function properly, the seat occupants may not be adequately restrained in the event of a crash, increasing the risk of injury.","Jaguar will notify owners, and dealers will inspect the front seat belt assemblies, replacing them as necessary, free of charge. The recall is expected to begin February 20, 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J081." -12/28/2016,16V953000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V953000),"Chrysler (FCA US, LLC)",Side Curtain Air Bags may not Inflate Properly,AIR BAGS,S95,Vehicle,1,"Chrysler (FCA US LLC) is recalling one model year 2017 RAM ProMaster City vehicle manufactured on November 5, 2016. This vehicle has side curtain air bags that may not inflate properly in the event of a crash.","If the side curtain air bags do not inflate properly, the vehicle occupants are at an increased risk of injury in the event of a crash.","Chrysler has notified the owner, and a dealer inspected the side curtain air bags, free of charge. The recall began January 17, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S95." -12/28/2016,16V936000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V936000),"Maserati North America, Inc.",Transmission May Shift into Neutral,ELECTRICAL SYSTEM,338,Vehicle,1514,"Maserati North America, Inc. (Maserati) is recalling certain 2017 Levante vehicles. The engine software may cause the transmission to shift to neutral, or the engine to shut down, when the vehicle speed is approximately two miles per hour.","If the transmission unexpectedly shifts to neutral, or the engine shuts down, there is an increased risk of a crash.","Maserati will notify owners, and dealers will update the engine control software, free of charge. The recall began on January 6, 2017. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 338." -12/27/2016,16V951000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V951000),"Kalmar Solutions, LLC",Corrosion of Power Distribution Center,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1639,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2016 Ottawa T2 vehicles manufactured August 16, 2014, to November 17, 2016. The affected vehicles are equipped with a chassis power board that is not protected from moisture.",Exposure to moisture may result in an electrical short which can increase the risk of a fire.,"Kalmar will notify owners, and dealers will replace the chassis power distribution center with sealed modules, free of charge. Kalmar issued an interim notification to owners on February 7, 2017. Owners may contact Kalmar customer service at 1-785-229-6341. Note: The remedy for this recall will also remedy the safety issue addressed by recall 16V-073, therefore that recall will be superseded by this one. The recall began on March 3, 2017. Any vehicle that was remedied under that campaign still needs this recall remedy." -12/27/2016,16V935000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V935000),"Daimler Vans USA, LLC",Front Passenger Air Bag may not Vent Properly,AIR BAGS,NR (Not Reported),Vehicle,22,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2017 Mercedes-Benz Metris Vans manufactured September 9, 2016, to September 28, 2016. The affected vehicles have a passenger air bag that may have been manufactured with an incorrect Tether Activation Unit (TAU). As a result, in the event of a crash necessitating deployment of the passenger frontal air bag, the air bag may not vent properly.","An improperly vented air bag may not protect the front passenger as expected, increasing the risk of injury.","DVUSA will notify owners, and authorized Mercedes-Benz Sprinter dealers will replace the front passenger air bag, free of charge. The recall began February 8, 2017. Owners may contact DVUSA customer service at 1-877-762-8267." -12/27/2016,16V934000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V934000),"HME, Inc.",Incorrect Weight on Certification label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,45,"HME, Inc. (HME) is recalling certain model year 2015-2016 Type-6 Wildland trucks manufactured January 2, 2015, to December 1, 2016. The Certification label on the affected vehicles may incorrectly list the Gross Vehicle Weight Rating (GVWR) as 15,876 kilograms instead of the correct GVWR of 8,845 kg. (The Gross Vehicle Weight Rating of 19,500 lbs is listed correctly on the label.) As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If there is an incorrect weight rating on the label, the operator may overload the vehicle, possibly resulting in a loss of vehicle control and increasing the risk of a crash.","HME will mail a corrected certification label to owners free of charge. The recall began on February 6, 2017. Owners may contact HME customer service at 1-616-534-1463." -12/27/2016,16V932000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V932000),Honda (American Honda Motor Co.),Seat Adjuster may Stick Unlocked/FMVSS 207,SEATS,KD4,Vehicle,7549,"Honda (American Honda Motor Co.) is recalling certain model year 2016 Odyssey vehicles manufactured September 23, 2016, to October 24, 2016. The affected vehicles have a second row center seat with a horizontal adjuster bar that may stick in the unlocked position, allowing the seat to unexpectedly slide. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seat Systems.""",An unlocked second row center seat may increase the risk of injury to the seat occupant in the event of a crash.,"Honda will notify owners, and dealers will inspect the slide function and replace the horizontal position adjustment bar, as necessary, free of charge. The recall began February 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KD4." -12/27/2016,16V933000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V933000),Honda (American Honda Motor Co.),Second Row Outboard Seats may Stay Unlocked,SEATS,KD5,Vehicle,633753,"Honda (American Honda Motor Co.) is recalling certain model year 2011-2016 Odyssey vehicles manufactured August 17, 2010, to October 1, 2015. The affected vehicles have second row outboard seats that have a release lever that allows the seats to move for easier access to the third row of seats. This release lever may remain in the unlocked position allowing the seats to move unexpectedly.",An unlocked second row outboard seat increases the risk of injury to the seat occupant during a crash.,"Honda will notify owners, and dealers will install an additional bracket and spring to both second row outboard seats, free of charge. Interim letter has been mailed, and a second notification will be sent . Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KD5." -12/27/2016,16V952000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V952000),Southwest Products,Trailer Tongue may Separate from the Generator,STRUCTURE,NR (Not Reported),Vehicle,182,"Southwest Products (Southwest) is recalling certain model year 2013-2016 QP25, QP35, and QP45/50 trailer-mounted generator sets manufactured January 8, 2013, to November 30, 2016. The trailer tongue portion of the trailer may separate from the rest of the trailer body carrying the generator.","If the generator section of the trailer detaches from the tow vehicle, it could be a road hazard, increasing the risk of a crash.","Southwest will replace the trailer assembly free of charge. The recall began on February 3, 2017. Owners may contact Southwest customer service at 1-602-269-3581." -12/23/2016,16V931000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V931000),"Gillig, LLC",Gas Detection System Malfunction,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,451,"Gillig LLC (Gillig) is recalling certain model year 2015-2016 Low Floor compressed natural gas (CNG) transit buses manufactured September 1, 2015, to December 5, 2016, equipped with Amerex SafetyNet fire suppression system panel/controller units. These buses have gas detection electronics that may be disabled without providing the operator with a warning of a system malfunction. Affected display panel/controller units were also provided as replacement parts for warranty claims, part numbers 16389, 24109, 24918, 24926 and 24927.","If not corrected, the fire suppression systems on certain CNG-powered buses may fail to indicate the presence of a natural gas (methane) leak. In such cases, the driver will not receive a fault code indicating that the Gas Detection electronics have been disabled. This may increase the risk of asphyxiation, fire, or explosion.","Gillig will notify owners, and Amerex representatives will replace the Operator Display Panel/Controllers, free of charge. The recall began January 20, 2017. Owners may contact Gillig customer service at 1-800-735-1500." -12/23/2016,16V930000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V930000),Kovatch Mobile Equipment Corp.,Ladder Position Sensor Malfunction,EQUIPMENT,NR (Not Reported),Vehicle,82,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2011-2017 Predator Aerial and Predator Panther Aerial, 2014 Predator TDA, 2014-2017 Predator SS TDA, and 2012-2017 Predator SS Aerial fire trucks. In the affected vehicles, water may leak into the ladder position sensor allowing the ladder to make contact with the vehicle or be placed off of the short jack side of the truck.",If the ladder contacts the truck or is placed off of the short jack side of the truck there may be a increased risk of injury.,"KME will notify owners, and dealers will inspect the ladder position sensor mount and bearing system, replacing them as needed, free of charge. The recall began on February 8, 2017. Owners may contact KME customer service at 1-800-235-3926." -12/23/2016,16V949000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V949000),DRV Suites,Loose Caliper Bolts may Cause Loss of Braking,"SERVICE BRAKES, HYDRAULIC",99.02.08,Vehicle,110,"DRV Suites (DRV) is recalling certain model year 2016-2017 Elite Suites and Mobile Suites fifth wheel recreational trailers manufactured January 29, 2016, to November 14, 2016. The brake caliper bolts may loosen, causing a loss of braking capability.",A loss of braking capability can increase the risk of a crash.,"DRV has notified owners, and dealers will replace the caliper bolts and sleeves using a thread adhesive, free of charge. The recall began on January 11, 2017. Owners may contact DRV customer service at 1-260-562-3500. DRV's number for this recall is 99.02.08." -12/23/2016,16V950000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V950000),"ARBOC Specialty Vehicles, LLC",Park Brake may Engage when Door Opens,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain model year 2015-2016 Spirit of Liberty transit buses manufactured November 7, 2014, to July 29, 2016. On the affected vehicles, the parking brake can engage if the entry door is opened at any speed.","If the parking brake engages unexpectedly while the vehicle is in motion, it can increase the risk of a crash.","ARBOC has notified owners, and dealers will update the vehicle's programming, free of charge. The recall began on January 13, 2017. Owners may contact ARBOC customer service at 1-866-953-5555." -12/23/2016,16V929000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V929000),"Mack Trucks, Inc.",Premature Axle Hub Failure,SUSPENSION,SC0406,Vehicle,200,"Mack Trucks, Inc. (Mack) is recalling certain model year 2012, 2014-2015 and 2017 Granite (GU), 2012-2017 Pinnacle (CHU, CXU), and 2013-2015 and 2017 Titan (TD) trucks manufactured January 7, 2011, to September 29, 2016. The affected vehicles were built with front wheel hubs that cannot support the gross axle weight rating of the front axle.","Overloaded front wheel hubs can result in premature failure of the hubs, bearings, and the related components, which can cause the front hub assembly to separate from the front axle. Because of this, the driver may lose control of the vehicle or parts may be dropped on the road, increasing the risk of a crash.","Mack will notify owners, and dealers will replace the hub assemblies, free of charge. The recall began on February 16, 2017. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0406." -12/22/2016,16V928000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V928000),Volvo Trucks North America,Brake System Contamination Due to Oil and Water,"SERVICE BRAKES, AIR",RVXX1608,Vehicle,5547,"Volvo Trucks North America (Volvo) is recalling certain model year 2013-2017 VNL and VNM trucks and certain model year 2017 VNX trucks. In the affected vehicles, incorrect software for controlling the electronic air dryer may result in oil and water contaminating the brake system.","If the brake system becomes contaminated, braking performance could be affected, increasing the risk of a crash.","Volvo will notify owners, and dealers will reprogram the vehicle control module and replace the air dryer filter, free of charge. The recall began on February 16, 2017. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1608." -12/22/2016,16V926000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V926000),Kovatch Mobile Equipment Corp.,Brakes may Engage Unexpectedly,POWER TRAIN,NR (Not Reported),Vehicle,10,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2005-2016 Predator SS Aerial vehicles manufactured September 18, 2004, June 20, 2008, to May 23, 2016, and 2009-2011 Predator Aerial vehicles manufactured March 6, 2009, to January 14, 2011. The affected vehicles have tandem rear axles with S-cam brakes that may engage without the brake pedal being pressed.","If the brakes engage, a rear wheel may lock up increasing the risk of a crash. Additionally, the excessive heat caused may increase the risk of a fire.","KME will notify owners, and dealers will inspect and tighten the S-cam bracket hardware, as necessary, free of charge. The recall began on February 1, 2017. Owners may contact KME customer service at 1-800-235-3926." -12/22/2016,16V924000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V924000),"C & M Trailers, Inc.",License Plate Lights may be Missing/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,35,"C&M Trailers Inc. (C&M) is recalling certain 2016 5x10 Cargo Trailers manufactured July 1, 2016, to December 1, 2016. The affected trailers may be missing the required license plate illumination. As such, these vehicles fail to comply with the requirement of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A lack of trailer lighting may make it difficult for other drivers to see the trailer, increasing the risk of a crash.","C&M will notify owners, and dealers correct the lights and install a new license plate cover, free of charge. The recall began on February 21, 2017. Owners may contact C&M customer service at 1-972-875-4528." -12/22/2016,16V925000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V925000),Ford Motor Company,Oil Leak from Turbocharger,ENGINE AND ENGINE COOLING,16S46,Vehicle,1163,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford Taurus, 2016-2017 Ford Flex, Lincoln MKT, 2017 Ford Explorer and Ford Explorer Police Interceptor Utility vehicles equipped with 3.5L GTDI engines. Improperly brazed turbocharger oil supply tubes may leak oil on engine components.","An oil leak, in the presence of an ignition source, increases the risk of a fire.","Ford will notify owners, and dealers will inspect, and if necessary, replace the turbocharger oil supply tubes, free of charge. The recall began on January 31, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S46." -12/22/2016,16V927000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V927000),Volvo Trucks North America,Premature Axle Hub Failure,SUSPENSION,RVXX1607,Vehicle,16,"Volvo Trucks North America (Volvo) is recalling certain 2017 Volvo VHD, VNL, and VNM trucks manufactured February 19, 2016, to June 21, 2016. The affected vehicles were built with front wheel hubs that cannot support the gross axle weight rating of the front axle.","Overloaded front wheel hubs can result in premature failure of the hubs, bearings, and the related components, which can cause the front hub assembly to separate from the front axle. Because of this, the driver may lose control of the vehicle or parts may be dropped on the road, increasing the risk of a crash.","Volvo will notify owners, and dealers will replace the hub assemblies, free of charge. The recall began on February 16, 2017. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1607." -12/22/2016,16V923000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V923000),Pierce Manufacturing,Starter Motor may be Damaged by Cab Bracket,ELECTRICAL SYSTEM,74B279,Vehicle,23,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Dash emergency vehicles manufactured October 17, 2014, to September 30, 2016 and equipped with Cummins ISL engines. The affected vehicles have a starter motor that may be damaged from interference with to an incorrect cab lift pump bracket that was installed.","The interference may result in possible starter motor failure or an electrical short, increasing the risk of a fire.","Pierce will notify owners, and dealers will inspect the vehicles, replacing the bracket and starter motor, as necessary, free of charge. The recall began on January 11, 2017. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B279." -12/21/2016,16V922000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V922000),"General Motors, LLC",Brake Lines May Leak Fluid,"SERVICE BRAKES, HYDRAULIC",16169,Vehicle,327,"General Motors LLC (GM) is recalling certain 2016 Buick Envision vehicles manufactured January 19, 2016, to March 18, 2016. The the master cylinder brake lines may crack and leak brake fluid.","If there is a loss of brake fluid, braking performance may be reduced or lost, increasing the risk of a crash.","GM will notify owners, and dealers will replace the master cylinder brake lines, free of charge. The recall began on January 18, 2016. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 16169." -12/21/2016,16V920000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V920000),Toyota Motor Engineering & Manufacturing,Key may be Removed when not in Park/FMVSS 114,ELECTRICAL SYSTEM,G0E,Vehicle,94,"Toyota Motor Company (Toyota) is recalling certain model year 2017 Toyota 86 vehicles manufactured July 1, 2016 through August 11, 2016 equipped with an automatic transmission and ignition key. Vehicles with a push-to-start button or manual transmission are not affected. In the affected vehicles, it may be possible to remove the ignition key without the transmission being in the ""Park"" position. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard number 114, ""Theft Protection and Rollaway Prevention.""","If the key can be removed from the ignition when the transmission is not in the ""Park"" position, the vehicle could roll away increasing the risk of a crash and occupant or pedestrian injuries.","Toyota will notify owners, and dealers will inspect the ignition key/transmission interlock wiring connections, correcting them as necessary, free of charge. The recall began in January 31, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0E." -12/21/2016,16V919000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V919000),"BMW of North America, LLC",Loose Ground Cable may cause Shift to Neutral,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8,"BMW of North America, LLC (BMW) is recalling certain model year 2016 X5 xDrive40e vehicles manufactured July 29, 2015, to September 9, 2015. The affected vehicles have a Digital Motor Electronic (DME) control unit that may have a loose electrical ground cable, possibly causing an under-voltage condition which would result in the transmission shifting to neutral.","If the vehicle unexpectedly shifts to neutral, there would be an increased risk of a crash.","BMW will notify owners, and dealers will tighten the ground cable, free of charge. The recall began February 6, 2017. Owners may contact BMW customer service at 1-800-525-7417." -12/21/2016,16V918000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V918000),"Volvo Car USA, LLC",Seat Mounted Air Bag may not Deploy/FMVSS 208/214,AIR BAGS,R89712,Vehicle,376,"Volvo Car USA LLC (Volvo) is recalling certain model year 2017 S60 and S60 Cross Country, V60 and V60 Cross Country, and XC60 vehicles manufactured August 16, 2016, through October 21, 2016. The affected vehicles have driver and front passenger seat side mounted side air bags (SAB) with inflator initiators that may fail to ignite during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection"" and number 214, ""Side Impact Protection.""","If the air bag inflator initiator fails to ignite, the air bag will not deploy, increasing the risk of injury.","Volvo will notify owners, and dealers will inspect and, if necessary, replace the front seat side air bags, free of charge. The recall is expected to begin on February 13, 2017. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89712." -12/21/2016,16V915000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V915000),Bluecar SAS,Water may Leak into Battery Connector,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,235,"Bluecar SAS (Bluecar) is recalling certain 2016 Bluecar vehicles manufactured April 24, 2015, to April 19, 2016. In heavy rain or snow, water may leak into the high voltage connector between the battery and the engine possibly resulting in the engine shutting down.",An uncontrolled engine shutdown may increase the risk of a crash.,"Bluecar has already notified owners, and technicians have applied grease on both ends of the connector, free of charge. The recall has already been completed. Owners may contact Bluecar customer service at 1-972 757-7251." -12/20/2016,16V913000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V913000),"Volkswagen Group of America, Inc.",ABS and Stability Control Becomes Inoperative,ELECTRONIC STABILITY CONTROL,45F2/45F5,Vehicle,135683,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009-2010 Volkswagen Jetta A5 Sedan, 2009 Volkswagen Jetta SportWagen, Eos, GTI, Rabbit and Audi A3 vehicles, and 2010 Volkswagen Golf A6 vehicles. The Antilock Brake System (ABS) control unit may fail during ABS or Electronic Stability Control (ESC) activation, possibly causing a loss of vehicle control.",A loss of vehicle control can increase the risk of a crash.,"Volkswagen will notify owners, and dealers will update the ABS control module software to improve the module's self-testing abilities. Any module that fails the new diagnostic test will be replaced. These repairs will be made free of charge. The recall began February 2017. Owners may contact Volkswagen customer service at 1-800-893-5298." -12/20/2016,16E096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E096000),"MICO, Inc.",Brake Switch may Leak Brake Fluid,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1100,"MICO, Inc. (MICO) is recalling certain aftermarket Hydraulic Pressure Switch Kits, models 02-600-017 and 02-600-030, Brake Locks with Hydraulic Pressure Switches, models 02-620-009, 02-620-172, 02-620-173 and 03-620-173, and Hydraulic Pressure Switches, models 20-580-009I0425, 20-580-009I0600, 20-580-016D0250, 20-580-016I0250, 20-580-016I0500, 20-580-021I1000, 20-580-023D0750, 20-580-024I0250, 20-580-090I0650, 20-580-024I0450, and 20-580-024I0600. The affected switches may leak brake fluid, potentially causing a loss of braking power.",A loss of braking power due to a fluid leak can increase the risk of a crash.,"MICO will notify the purchasers of the switch, and will either replace the pressure switch free of charge or offer a refund. The recall began on December 29, 2016. Owners may contact MICO customer service at 1-507-625-6426." -12/20/2016,16V912000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V912000),"C & M Trailers, Inc.",Missing Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,670,"C&M Trailers Inc. (C&M) is recalling certain model year 2016 Boat Trailers, Jet Ski Trailers and 5x10 Utility Trailers manufactured June 1, 2016, to December 1, 2016. The affected trailers may be missing front reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing reflex reflectors may make the trailer more difficult to be seen by other drivers, increasing the risk of a crash.","C&M will notify owners and will send them the missing reflex reflectors to install, free of charge. The recall began on February 21, 2017. Owners may contact C&M customer service at 1-972-875-4528." -12/20/2016,16V914000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V914000),"BMW of North America, LLC",Seat Mounted Air Bags may not Deploy,AIR BAGS,NR (Not Reported),Vehicle,3506,"BMW of North America, LLC (BMW) is recalling certain model year 2017 BMW 640i, 640i xDrive, 650i, 650i xDrive, M6, 535i, 535i xDrive, 430i, 430i xDrive, 440i, 440i xDrive, M4, X1 sDrive28i, X1 xDrive28i, i3, i8, Rolls-Royce Dawn, Mini Clubman Cooper, Clubman Cooper S, Cooper All4, Cooper S All4, Mini 4-Door Cooper, Cooper S, Mini 2-Door Cooper, Cooper S, John Cooper Works and 2016 BMW 528i, 528i xDrive, 535i, 535i xDrive, 550i, 550i xDrive, M5 and 535d vehicles. The affected vehicles have seat- mounted side air bag inflator initiators that may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the seat-mounted air bag will not deploy, increasing the risk of injury.","BMW will notify owners, and dealers will replace the air bag modules, free of charge. The recall began February 6, 2017. Owners may contact BMW customer service at 1-800-525-7417." -12/19/2016,16V911000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V911000),"Nissan North America, Inc.",Air Bag May Not Deploy Due to Software Issue,AIR BAGS,NR (Not Reported),Vehicle,757,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2015 Altima vehicles manufactured January 3, 2013, to July 29, 2013, 2015-2016 Rogue vehicles manufactured October 14, 2014, to August 12, 2016, and 2016 Maxima vehicles manufactured June 4, 2015, to August 19, 2015. An incorrect Occupant Classification System (OCS) Electronic Control Unit (ECU) may have been installed in the front passenger seat. The incorrect ECU and seat combination may misclassify the front passenger seat occupant.","If the front passenger seat occupant is misclassified, the air bag may deploy incorrectly in the event of a crash, increasing the risk of injury.","Nissan will notify owners, and dealers will replace the ECU and update the OCS software free of charge. The recall began February 13, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -12/19/2016,16C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C008000),"Baby Trend, Inc.",Center Adjuster Rivet May Break/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,34,"Baby Trend, Inc. (Baby Trend) is recalling certain Hybrid LX 3-in-1 Centennial booster seats, model number FB58181, manufactured on July 23, 2016, and Hybrid LX 3-in-1 Kiwi booster seats, model number FB48417, manufactured on July 14, 2016. The affected child seats have a center adjuster rivet that may pull through or break if the harness is being used with a child weighing more than 40 lbs. As such, these child seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","In the event of a crash, the child seat occupant is at an increased risk of injury.","Baby Trend will notify owners and replace the child seat or provide a full refund. The recall began on February 13, 2017. Owners may contact Baby Trend customer service at 1-800-328-7363." -12/16/2016,16V906000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V906000),Toyota Motor Engineering & Manufacturing,Air Bag Fasteners May Loosen Affecting Deployment,AIR BAGS,G05,Vehicle,12,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Avalon, and 2017 Camry vehicles manufactured August 3, 2016, to September 12, 2016. The front passenger knee air bag module may have been attached to the lower instrument panel with incorrect fasteners.","If the air bag was installed with incorrect fasteners, the fasteners may become loose over time, affecting the air bag deployment and increasing the risk of injury.","Toyota will notify owners, and dealers will inspect the fasteners, and if necessary, replace the instrument panel brace and body bracket and reattach the air bag assembly, free of charge. The recall began on February 8, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G05." -12/16/2016,16V907000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V907000),"Chrysler (FCA US, LLC)",Crankshaft Sensor May Fail Causing Engine Stall,ENGINE AND ENGINE COOLING,S89,Vehicle,42231,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Journey, Jeep Compass, and Jeep Patriot vehicles manufactured May 9, 2016, to July 15, 2016. The crankshaft or camshaft sensor may only work intermittently, causing the engine to stall.","If the engine stalls, there is an increased the risk of a crash.","Chrysler will notify owners, and dealers will replace the crankshaft or camshaft sensor, free of charge. The recall began February 8, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S89." -12/16/2016,16V909000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V909000),"C & M Trailers, Inc.","Missing Information on Label/FMVSS 110, 567",EQUIPMENT,NR (Not Reported),Vehicle,2605,"C & M Trailers Inc. (C&M) is recalling certain model year 2015-2016 76x16 Utility trailers manufactured April 1, 2015, to December 4, 2016. The tire placard on the affected vehicles my not have the tire and rim size information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification"", and to Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Missing information on the tire placard may result in the tires being replaced with ones of an incorrect size, increasing the risk of a crash.","C&M will notify owners and will provide a corrected tire placard, free of charge. The recall began on February 21, 2017. Owners may contact C&M customer service at 1-972-875-4258." -12/16/2016,16V908000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V908000),Keystone RV Company,Rear Door Hinge Weld may be Insufficient,STRUCTURE,16-274,Vehicle,1608,"Keystone RV Company (Keystone) is recalling certain model year 2017 Keystone Carbon and Raptor fifth wheel recreational trailers, and 2016-2017 Fuzion and Dutchmen Voltage fifth wheel recreational trailers. The affected vehicles have rear cargo door hinges with welds on the hinge pin and hinge plate that may be insufficient, and as a result, the top of the door may swing down with more force than normal.","If the door does not open as expected, there would be an increased risk of injury to those in the door's path.","Keystone will notify owners, and dealers will replace the ramp door hinge, free of charge. The recall began on January 13, 2017. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-274." -12/16/2016,16V910000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V910000),"Chrysler (FCA US, LLC)",Seat Mounted Air Bag Non-Deployment,AIR BAGS,S96,Vehicle,25,"Chrysler (FCA US LLC) is recalling certain model year 2017 RAM ProMaster vehicles manufactured October 1, 2016, to December 7, 2016. The seat mounted side air bag inflator initiator may fail to ignite during a crash.","If the air bag inflator initiator fails to ignite, the air bag will not deploy, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the seat mounted side air bags, free of charge. The recall began February 7, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S96." -12/15/2016,16V903000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V903000),"Mercedes-Benz USA, LLC",Classification System may Deactivate Air Bag,AIR BAGS,2016120004,Vehicle,47799,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016-2017 GL350 4Matic Bluetec, GL550 4Matic, GLE350 4Matic, GLE43 AMG Coupe, GLE450 4Matic, 2016 GLE300d 4Matic, GLE350, GLE350d 4Matic, GLE400 4Matic, GLE550e 4Matic, GLE63 AMG, GLE63 AMG 4Matic, GLE63S AMG 4Matic Coupe, and 2017 GLS63 AMG vehicles manufactured April 23, 2014, to May 10, 2016. The front passenger seat Occupant Classification System (OCS) calibration may be incorrect, and as a result, the system can incorrectly classify the occupant as a child seat, deactivating the front passenger air bag.","If the front passenger air bag does not deploy as necessary in the event of a crash, the front passenger has an increased risk of injury.","MBUSA will notify owners, and dealers will update the OCS software, free of charge. Owners may contact MBUSA customer service at 1-800-367-6372." -12/15/2016,16V904000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V904000),"Halcore Group, Inc.",Cot May Not Be Securely Fastened,EQUIPMENT,NR (Not Reported),Vehicle,7,"Halcore Group, Inc. (Halcore) is recalling certain 2016 AEV Traumahawk ambulances manufactured March 20, 2016, to October 28, 2016. The affected vehicles are equipped with Stryker Medical Performance cot mounts that may not securely attach the cot into place.","If the cot dislodges from its mount, serious injury may occur to the patient and/or to individuals within the ambulance body.","All affected vehicles have been contacted by Stryker, received a remedy kit and the vehicles have been repaired, therefore an owner notification letter will not be issued for this campaign. Owners may contact AEV customer service at 1-800-374-9749." -12/15/2016,16V905000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V905000),"Jayco, Inc.",Entrance/Exit Steps may Unexpectedly Retract,ELECTRICAL SYSTEM,9903340,Vehicle,680,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Alante and Precept motorhomes manufactured August 10, 2015, to March 15, 2016. The wiring for the entrance steps may be incorrectly installed, and as a result, the steps may unexpectedly retract.","If the steps retract on their own, a person trying to enter or exit the motorhome may fall, increasing their risk of injury.","Jayco will notify owners, and dealers will inspect the entrance step wiring, correcting the wiring as necessary, free of charge. The recall began on January 18, 2017. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903340." -12/15/2016,16E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E094000),"Autoliv, Inc.",Seatbelt Component may Detach and Enter the Cabin,SEAT BELTS,NR (Not Reported),Equipment,111500,"Autoliv, Inc. (Autoliv) is recalling certain seatbelt retractors equipped with pretensioners, models R200, R200 Long and R200.1, manufactured April 10, 2016, to October 15, 2016. The Micro Gas Generator (MGG), a subcomponent part used on front, rear, and rear center seat belt retractors with pretensioners, may detach after the seatbelt retractor pretensioner is deployed.","Although, the seat belt will operate as intended in the event of a crash, if the MGG detaches, it may be a projectile within the vehicle cabin, increasing the risk of injury.","Autoliv has notified the vehicle manufacturers that purchased the MGGs and is working with them to determine into which vehicles the affected MGGs were installed into. As this work progresses, vehicle recalls may be announced by the impacted vehicle manufacturers. Owners may contact Autoliv at 1-248-276-0722." -12/14/2016,16V901000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V901000),"Mercedes-Benz USA, LLC",Brake Booster Vacuum Line Connector May Break,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2014 CLA250 vehicles manufactured December 14, 2012, to April 24, 2013 equipped with gasoline engines. The affected vehicles have a fitting that connects the vacuum line to the brake booster which may break causing increased forced to be needed to apply the brakes.","If the vehicles unexpectedly need increased pressure on the brake pedal to apply the brakes, there would be an increased risk of a crash.","MBUSA will notify owners, and dealers will replace the connector end fitting at the brake booster, free of charge. The recall began July 21, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -12/14/2016,16V900000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V900000),"Mercedes-Benz USA, LLC",Improperly Assembled Axle Carrier Bolts,POWER TRAIN,NR (Not Reported),Vehicle,48,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 GL350 4Matic Blutec, GL450 4Matic, GL550 4Matic, ML250 Blutec, ML350, ML350 4Matic, ML400 4Matic and 2015-2016 GL63 AMG 4Matic vehicles manufactured September 29, 2014 through March 27, 2015. The affected vehicles have axle bolts on the front and/or rear drive axle carriers that may not have been assembled correctly. As a result, the remaining bolts may fracture.","If any of the remaining front or rear axle bolts fracture, the vehicle may be unstable, reducing the handling capability and increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the axle carrier bolts, free of charge. The recall is began February 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -12/14/2016,16V899000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V899000),"Mercedes-Benz USA, LLC",Loss of Electric Power Steering Assist,STEERING,NR (Not Reported),Vehicle,70,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2013-2015 SL550, 2013-2014 SL63 AMG, 2014-2016 E350, 2014 E350 Cabriolet, E350 Coupe, 2014-2015 S550, 2015 E350 Bluetec, 2015-2016 E400, 2016 E550 Coupe, and Maybach S600 vehicles manufactured August 23, 2012, to August 14, 2015. The affected vehicles use an electric power steering system that may have improperly soldered contacts inside the control unit, potentially resulting in the power steering system deactivating while driving.","If the control unit pins lose connection, there would be a loss of electric power steering assist, increasing the risk of a crash. The increase in pin contact resistance can also increase the risk of a fire, even while the vehicle is parked and ignition is off.","MBUSA will notify owners, and dealers will replace the electric power steering control unit, free of charge. The recall began October 13, 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -12/14/2016,16V897000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V897000),Triple E Recreational Vehicles,Overloaded Wire may result in a Fire,ELECTRICAL SYSTEM,CA #8495-1,Vehicle,18,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2017 Serenity S24CB recreational vehicles manufactured June 1, 2016 through November 23, 2016. In the affected vehicles, the circuit wire leading from the coach's power system to the battery is incorrectly connected to a 150 amp fuse, however, the wire is only rated for a maximum load of 120 amps.",An overloaded wire increases the risk of a fire.,"Triple E will notify owners, and dealers will correct the wires at the fuse holder, free of charge. The recall began on January 5, 2017. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA #8495-1." -12/14/2016,16E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E093000),"MORryde International, Inc.",Rear Door Hinge Weld may be Insufficient,STRUCTURE,NR (Not Reported),Equipment,2500,"MORryde International, Inc. (MORryde) is recalling certain Zero G Ramp Door hinges manufactured August 21, 2016, to December 12, 2016. The welds on the hinge pin and hinge plate may be insufficient, and as a result, the top of the door may swing down with more force than normal.","If the door does not open as expected, there would be an increased risk of injury to those in the door's path.","MORryde will notify the trailer manufacturers that purchased the affected hinges. The trailer manufacturers will notify owners, inspect and replace insufficient welds on the hinges, free of charge. The recall began on December 21, 2016. Owners may contact MORryde customer service at 1-574-293-1581." -12/14/2016,16V898000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V898000),"KZRV, L.P.",Rear Door Hinge Weld may be Insufficient,STRUCTURE,NR (Not Reported),Vehicle,262,"KZRV, L.P. (KZRV) is recalling certain model year 2016-2017 Venom and Durango Gold toyhaulers and fifth wheel trailers manufactured January 11, 2016, to December 2, 2016. The affected vehicles have rear cargo door hinges with welds on the hinge pin and hinge plate that may be insufficient, and as a result, the top of the door may swing down with more force than normal.","If the door does not open as expected, there would be an increased risk of injury to those in the door's path.","KZRV will notify owners, and dealers will inspect the weld thickness, and if necessary replace the rear door hinges, free of charge. The recall began on January 13, 2017. Owners may contact KZRV customer service at 1-800-768-4016 extension 154 or 153." -12/14/2016,16V896000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V896000),DRV Suites,Rear Door Hinge Welds may be Insufficient,STRUCTURE,99.02.07,Vehicle,26,"DRV Suites (DRV) is recalling certain model year 2017 Full House recreational trailers, models JX450, LX410, LX450 and LX455, manufactured August 29, 2016, to November 30, 2016. The affected vehicles have rear cargo door hinges with welds on the hinge pin and hinge plate that may be insufficient, and as a result, the top of the door may swing down with more force than normal.","If the door does not open as expected, there would be an increased risk of injury to those in the door's path.","DRV will notify owners, and dealers will inspect the weld thickness, and if necessary replace the hinge, free of charge. The recall began on January 11, 2017. Owners may contact DRV customer service at 1-260-562-3500. DRV's number for this recall is 99.02.07." -12/13/2016,16E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E092000),Agility Fuel Solutions,Corrosion of CNG Fuel Hose may cause Fuel Leak,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1695,"Agility Fuel Systems (Agility) is recalling certain Roofmount CNG Fuel Systems, EZ Pack Heil Tailgate CNG Fuel Systems, Side-Mount CNG Fuel Systems, and Heil Roofmount CNG Fuel Systems manufactured January 1, 2013, to December 31, 2014. The affected fuel systems have flexible stainless steel, sleeved, high pressure hoses that may corrode from exposure to environmental conditions such as water mixed with road salt.","Corrosion of the fuel hose may result in a compressed natural gas (CNG) leak, which in the presence of an ignition source, may increase the risk of a fire.","Agility will notify owners, and dealers will replace the hose assemblies, free of charge. The recall began on February 2, 2017. Owners may contact Agility customer service at 1-949-267-7745." -12/13/2016,16V893000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V893000),Thor Motor Coach,Door Hinge Pin and Plate Weld Insufficient,STRUCTURE,NR (Not Reported),Vehicle,209,"Thor Motor Coach (TMC) is recalling certain model year 2016-2017 Outlaw motorhomes, models 37BG, 37LS, 37RB, 38RE and 38RF, manufactured January 13, 2016, to December 8, 2016. The affected vehicles have rear cargo door hinges with welds that may be inadequate for securing the hinge pin to the hinge plate.","If the welds are insufficient, the hinge may fail and the door could open with more force than normal, increasing the risk of injury.","TMC will notify owners, and dealers will inspect the hinge weld thickness, replacing the hinge as necessary, free of charge. The recall began on February 6, 2017. Owners may contact TMC customer service at 1-877-500-1020." -12/13/2016,16V894000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V894000),"Gulf Stream Coach, Inc.",Incorrect GAWR and GVWR on Certification/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,9,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2017 B Touring Cruiser motorhomes, model 5210, manufactured May 16, 2016 to July 15, 2016. The Certification label on the affected vehicles may contain incorrect front and rear Gross Axle Weight Rating (GAWR) and Gross Vehicle Weight Rating (GVWR) information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",Labels that contain incorrect weight information can lead to the vehicle being overloaded which can cause axle failure and increase the risk of a crash.,"Gulf Stream will notify owners will provide a corrected Certification label, free of charge. The recall began on January 4, 2017. Owners may contact Gulf Stream customer service at 1-800-289-8787." -12/12/2016,16V890000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V890000),"Forest River, Inc.",Brake Transmission Shift Interlock,POWER TRAIN,35-12022016-0277,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Glaval Legacy transit buses manufactured April 5, 2016, to October 5, 2016. The brake transmission shift interlock feature may be inoperable making it possible to shift into a drive gear without first pressing the brake pedal.","This condition can result in the vehicle moving unintentionally or rolling away, increasing the risk of injury or a crash.","Forest River will notify owners. Allison Transmission Distributors and dealers will update the vehicle's software, free of charge. The recall began on January 4, 2017. Owners may contact Allison customer service at 1-800-252-5283, or Forest River customer service at 1-574-343-5167. Forest River's number for this recall is 35-12022016-0277." -12/12/2016,16V891000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V891000),Ducati North America,Side Stand Pivot Bolt Nut may Detach,STRUCTURE,SRV-RCL-16-004,Vehicle,5502,"Ducati North America (Ducati) is recalling certain model year 2015-2016 Ducati Scrambler motorcycles manufactured February 17, 2015, to November 11, 2016. The affected vehicles have a side stand pivot nut that can detach, potentially causing the side stand position sensor to no longer function properly.","If the side stand position sensor does not function properly, the engine may stall, or the motorcycle may be ridden while the stand is still down. Either scenario increases the risk of a crash.","Ducati will notify owners, and dealers will replace the side stand pivot bolt, free of charge. The recall began on begin January 24, 2017. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is SRV-RCL-16-004." -12/12/2016,16V892000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V892000),"Yamaha Motor Corporation, USA",Speed Sensor Wire may Break,ELECTRICAL SYSTEM,990111,Vehicle,2640,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 XC155F SMAX scooters manufactured September 17, 2014, to October 27, 2015. The affected motorcycles may have an insufficiently clamped speed sensor lead wire, causing the wire to fatigue and break.","If the speed sensor wire breaks, the speedometer will not work, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the speed sensor assembly, free of charge. The recall began on January 27, 2017. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990111." -12/09/2016,16V886000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V886000),"Corp. Micro Bird, Inc.",Bus can be Driven with Wheelchair Lift Deployed,EQUIPMENT ADAPTIVE/MOBILITY,16-067-IUS,Vehicle,8,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2015-2016 T-Series school buses manufactured August 24, 2015, to November 30, 2016. The affected vehicles have a battery-powered wheelchair lift with an interlock that can be deactivated by the operator, allowing the vehicle to be driven with the lift door open or while the lift platform is deployed.",Driving the bus with the lift platform deployed or with the door open can result in injury to those nearby or increase the risk of a crash.,"Micro Bird will notify owners, and will provide a field modification to remedy this recall, free of charge. The recall began on January 18, 2017. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 16-067-IUS." -12/09/2016,16V889000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V889000),"Jaguar Land Rover North America, LLC",Control Arm Fastener may Fail,SUSPENSION,Q650/Q651,Vehicle,220,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2016-2017 Land Rover Discovery Sport vehicles manufactured May 30, 2016, to August 24, 2016, and 2016-2017 Range Rover Evoque vehicles manufactured June 7, 2016, to August 26, 2016. The affected vehicles have front lower control arm fasteners that may fail due to an assembly error, possibly resulting in separation of the steering knuckle.","If the fasteners were to fail causing the knuckle to separate, vehicle handling may be affected, increasing the risk of a crash.","Land Rover will notify owners, and dealers will replace the hardware that connects the front lower control arm to the knuckle, free of charge. The recall began on January 27, 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is Q650/Q651." -12/09/2016,16V885000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V885000),"Porsche Cars North America, Inc.",Front Lower Control Arms may Crack,SUSPENSION,AG09,Vehicle,306,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 918 Spyder vehicles manufactured November 6, 2013, to July 27, 2015. The affected vehicles have front lower control arms that may crack at the ball joint.","A cracked lower control arm may affect vehicle handling, increasing the risk of a crash.","Porsche will notify owners, and dealers will replace the lower control arms, free of charge. The recall began on February 20, 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AG09." -12/09/2016,16V887000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V887000),"Smeal Holding, LLC",Movable Ladder Guardrail may Bend,EQUIPMENT,NR (Not Reported),Vehicle,216,"Smeal Fire Apparatus Co., Inc. (Smeal) is recalling certain model year 1997-2016 Rear Mount Aerial Platform Apparatus emergency vehicles manufactured January 1, 1997, to November 30, 2016. The affected vehicles are equipped with a movable ladder access guardrail that may bend or break under heavy loads.",A guardrail that bends or breaks under load can increase the risk of injury.,"Smeal will notify owners, and dealers will add a support to the opposite side of the guardrail, free of charge. The recall began on January 11, 2017. Owners may contact Smeal customer service at 1-877-415-8628." -12/09/2016,16V888000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V888000),Honda (American Honda Motor Co.),Water may Leak into Rear Wiring Harness,ELECTRICAL SYSTEM,KD3,Vehicle,9179,"Honda (American Honda Motor Co.) is recalling certain model year 2017 Ridgeline AWD vehicles manufactured April 1, 2016, to August 11, 2016. Water may enter the rear wiring harness through the connector located under the truck bed drain hole, possibly causing the connection terminals to corrode.","Corrosion of the wiring harness can cause increased electrical resistance, unexpectedly activating the vehicle stability assist (VSA) system, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect the rear wiring harness and related components, replacing them as necessary, free of charge. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KD3." -12/08/2016,16E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E091000),"Tesla, Inc.",Adapter Cables may Overheat,EQUIPMENT,NR (Not Reported),Equipment,6729,"Tesla Motors, Inc. (Tesla) is recalling certain Universal Mobile Connector Adapters, models NEMA 14-30 (part number 1018243-00-A or 1018243-00-B), NEMA 10-30 (part number 1016174-00-B), and NEMA 6-50 (part number 1016021-00-B or 1016021-00-A). The affected adapters may have insufficient welds within the cable which can result in increased electrical resistance.","Increased electrical resistance may cause overheating or arcing, increasing the risk of a fire.","Tesla will notify owners and will provide them with a replacement adapter, free of charge. The recall began on January 12, 2017. Owners may contact Tesla customer service at 1-877-798-3752." -12/08/2016,16V882000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V882000),Starcraft RV,Incorrect Tire and Rim Size on Label/FMVSS 110,EQUIPMENT,9902339,Vehicle,125,"Starcraft RV is recalling certain model year 2017 Comet, Satellite, Launch, and Autumn Ridge mini trailers manufactured June 21, 2016, to November 18, 2016 and equipped with the extreme package. The Federal labels on the affected vehicles may state incorrect tire and rim sizes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If there is incorrect tire and rim information on the label, owners may replace the tires or rims with items not specified for the unit, increasing the risk of a crash.","Starcraft has notified owners and mailed corrected labels to the affected owners, free of charge. The recall began on December 22, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902339." -12/08/2016,16V884000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V884000),Polaris Inc.,Vehicle may Go in Opposite Direction than Intended,ELECTRICAL SYSTEM,L-16-01,Vehicle,1644,"Polaris Industries, Inc. (Polaris) is recalling certain 2016-2017 GEM E2, E4, E6, and ELXD electric vehicles manufactured May 29, 2015, to November 18, 2016. The drive mode switch can send an incorrect signal, causing the vehicle to go in the opposite direction than intended.","If the operator intends to go forward, but the vehicle reverses instead, there would be an increased risk of a crash.","Polaris will notify owners, and dealers will replace the drive switch, free of charge. The recall began on December 28, 2016. Owners may contact GEM Consumer Service Department at 1-855-743-3436. Polaris' number for this recall is L-16-01." -12/07/2016,16V880000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V880000),"Daimler Trucks North America, LLC",Alternator may Fail Resulting in Engine Stall/Fire,ELECTRICAL SYSTEM,FL-729,Vehicle,235,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2008-2009 Sterling Bullet 4500 and 5500 cab chassis vehicles manufactured November 1, 2007, to November 7, 2008. The affected vehicles have a 220 amp alternator that may develop a short circuit.","If the alternator develops a short circuit, there is an increased risk of a fire.","DTNA will notify owners, and DTNA dealers will replace the alternator, free of charge. The recall began on February 1, 2017. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-729." -12/07/2016,16E095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E095000),"Autoliv, Inc.",Improper Intiator Generant Mix Ratio,AIR BAGS,NR (Not Reported),Equipment,116820,"Autoliv, Inc. (Autoliv) is recalling certain AI2 Seat Belt and Air Bag Initiators manufactured June 16, 2016, to November 4, 2016. The affected initiators could contain an improper generant mix ratio that may prevent the air bags and/or the seat belt pretensioners from deploying in the event of a crash.",Air bags and/or seat belt pretensioners that fail to deploy in the event of a crash increase the risk of injury.,"Autoliv has notified the vehicle manufacturers that purchased the initiators and are working with them to determine which vehicles the affected initiators were installed into. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. Owners may contact Autoliv at 1-248-276-0722." -12/07/2016,16V879000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V879000),"Heartland Recreational Vehicles, LLC",Spare Steel Wheel may Wear through Brake Line,POWER TRAIN,99.01.30,Vehicle,50,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2016-2017 Landmark 365 fifth wheel recreational trailers manufactured September 30, 2015, to October 24, 2016 and equipped with disc brakes. The spare steel wheel on the affected vehicles may not properly fit on the axle hub, resulting in the wheel rubbing on the brake line, causing it to wear.","The brake line may be worn through causing a loss of braking or vehicle control, increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the steel spare wheel with an aluminum wheel, free of charge. The recall began on January 11, 2017. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.30." -12/06/2016,16V878000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V878000),"Suzuki Motor USA, LLC",Alternator may not Charge Battery,ELECTRICAL SYSTEM,2A67,Vehicle,8613,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2012-2016 DL650 motorcycles manufactured August 30, 2011, to October 12, 2015. In the affected motorcycles, the alternator stator may have insufficient heat resistance, resulting in a short circuit of the stator wires.","A short circuit of the stator wires may prevent the battery from properly charging, causing an engine stall and increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the stator, free of charge. The recall began on January 6, 2017. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's number for this recall is 2A67." -12/06/2016,16V877000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V877000),Indian Motorcycle Company,Fuel Rail may Chafe and Leak,"FUEL SYSTEM, GASOLINE",I-16-03,Vehicle,23746,"Indian Motorcycle Company (Indian) is recalling certain model year 2014-2017 Chief Classic, Chief Dark Horse, Vintage, Chieftan, Chieftan Dark Horse, Springfield and Roadmaster motorcycles manufactured April 15, 2013, to July 15, 2016. In the affected motorcycles, the fuel rail may contact other components and result in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Indian will notify owners, and dealers will install a bracket that will limit movement of the fuel rail, free of charge. The recall began on December 12, 2016. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-16-03." -12/05/2016,16V872000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V872000),PACCAR Incorporated,Brake Lights may not Illuminate/FMVSS 108,EXTERIOR LIGHTING,816-F,Vehicle,2046,"PACCAR Incorporated (PACCAR) is recalling certain model year 2017 Peterbilt 325, 330, 337, 348, 365, 367, 386, 389, and 587 vehicles manufactured April 20, 2016, to June 13, 2016. The brake lights may not illuminate when the brakes are applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights do not illuminate when the brakes are applied, other drivers will be unaware the vehicle is stopping, which can increase the risk of a crash.","PACCAR will notify owners, and dealers will inspect and replace any brake light switches with date code 08-01760, free of charge. The recall began on January 26, 2017. Owners may contact Peterbilt customer service at 1-940-591-4000. Paccar's number for this recall is 816-F." -12/05/2016,16V873000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V873000),Entegra Coach,Collision Mitigation System Improperly Installed,FORWARD COLLISION AVOIDANCE,9903335,Vehicle,125,"Entegra Coach (Entegra) is recalling certain 2017 Cornerstone vehicles manufactured October 26, 2015, to November 18, 2016 and built on a Spartan Motors chassis. The affected vehicles are equipped with a Wabco OnGuard Collision Mitigation System that may have been installed upside down reducing its functionality.",Reduced collision mitigation functionality may increase the risk of a crash.,"Entegra will notify owners, and Spartan Motors dealers will correct the orientation of the radar and re-calibrate the system, free of charge. The recall began on January 26, 2017. Owners may contact Spartan customer service at 1-855-589-9836 or Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903335." -12/05/2016,16V875000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V875000),Ford Motor Company,Front Seat Belts May Not Restrain Occupants,SEAT BELTS,16S42,Vehicle,603392,"Ford Motor Company (Ford) is recalling certain model year 2013-2016 Ford Fusion vehicles manufactured November 2, 2012, to July 31, 2014, and 2013-2015 Lincoln MKZ vehicles manufactured November 14, 2012, to July 31, 2014. In the event of a crash, heat from the deployment of a seat belt pretensioner may cause a front seat belt anchor cable to fail.","If the driver or front passenger seatbelt cables cannot properly restrain the front seat occupants, they would be at an increased risk of injury.","Ford will notify owners, and dealers will apply a protective coating to the seat belt cable, free of charge. The recall began May 16, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S42." -12/05/2016,16V874000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V874000),Ford Motor Company,Rear Seat Back Pivot Pins may Fail,SEATS,16S43,Vehicle,25,"Ford Motor Company (Ford) is recalling certain 2017 Ford Fusion vehicles manufactured September 27, 2016, to September 28, 2016. The left rear seat backs pivot pins may have been improperly welded.","During a crash, the improper welds may fail, allowing any stowed luggage to move into the passenger compartment, increasing the risk of injury.","Ford will notify owners, and dealers will replace the left hand, second row seat back frame, free of charge. The recall began January 10, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S43." -12/05/2016,16E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E089000),Hickory Springs Manufacturing Company,"Seats may Unexpectedly Move/FMVSS 207, 210",SEAT BELTS,NR (Not Reported),Equipment,50,"Hickory Springs Manufacturing Company (HSM) is recalling certain Phantomizer 19"" Conversion Van Seats Part No. CF8819LEG027-01 manufactured October 10, 2016. The affected seats are equipped with Atwood slide tracks that may not properly engage, allowing the seats to move in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","If the seat moves in the event of a crash, the seat occupant would be at an increased risk of injury.",HSM will notify the purchasers of the seats and will offer replacements free of charge. Owners may contact HSM customer service at 1-800-438-5341. -12/02/2016,16V868000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V868000),"General Motors, LLC",Cooling Fan Corrosion may cause Electrical Short,ENGINE AND ENGINE COOLING,16145,Vehicle,49927,"General Motors LLC (GM) is recalling certain model year 2010-2014 Chevrolet Tahoe Police Pursuit vehicles manufactured August 24, 2009, to December 1, 2013. The affected vehicles, equipped with special equipment options for police or government service, may experience corrosion of the under-hood cooling fan assembly due to fluid intrusion, which may result in an electrical short circuit.",A short circuit increases the risk of a fire.,"GM will notify owners, and dealers will replace the fan motor and shroud, extend the wiring and re-orient the fan motor to reduce the risk of corrosion, free of charge. The recall began on September 7, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 16145." -12/02/2016,16V866000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V866000),"Forest River, Inc.",Incorrect Information on Federal Placard/FMVSS 110,EQUIPMENT,420-11162016-0276,Vehicle,23,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Puma trailers, models PT38DBS and PT38RLQ, manufactured August 15, 2016, to November 15, 2016. The Federal placards on the affected vehicles have incorrect tire and rim information. The placard incorrectly states a combination of ST225/75R15/D tires needing 65 PSI and a rim designation of 15X6.0JJ, while the vehicle is actually equipped with ST235/80R/16E tires needing 80 PSI and a rim designation of 16X6.0JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If referencing the information that is on Federal placard, the operator could under-inflate the tires causing a reduction of vehicle handling and increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the incorrect Federal placard with a correct one, free of charge. The recall began on January 4, 2017. Owners may contact Forest River customer service at 1-574-642-0606. Forest River's number for this recall is 420-11162016-0276." -12/02/2016,16V870000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V870000),"General Motors, LLC",Insufficient Welds On Rear Side Air Bag Inflator,AIR BAGS,16146,Vehicle,113,"General Motors LLC (GM) is recalling certain 2017 Malibu vehicles manufactured on November 10, 2016. The right-hand rear side air bag inflator manifold may have insufficient welds.","Insufficient welds could cause the inflator to separate and propel air bag debris into the cabin during a crash. Also, the inflator could fail to inflate during a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace the rear side air bag modules, free of charge. The recall began on January 25, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 16146." -12/02/2016,16V867000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V867000),"Mitsubishi Motors North America, Inc.",Lift Gate Supports may Fail and Lift Gate may Fall,STRUCTURE,SR-16-011,Vehicle,50228,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2011-2012 Outlander Sport vehicles manufactured August 26, 2010, to June 1, 2012, and 2016 Outlander Sport vehicles manufactured January 11, 2016, to July 8, 2016. The lift gate support outer tube on the affected vehicles may have insufficient anti-corrosion treatment that can allow the outer tube to corrode due to salt and water penetration.","If the outer tube corrodes, there may be a rapid loss of the gas used to provide lift assistance, causing the lift gate to fall suddenly, increasing the risk of injury.","MMNA will notify owners, and dealers will replace the lift gate supports, free of charge. The recall began on January 20, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-011." -12/02/2016,16V869000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V869000),Thor Motor Coach,Missing Mid-Ship Marker Light,EXTERIOR LIGHTING,RC000124,Vehicle,32,"Thor Motor Coach (TMC) is recalling certain model year 2017 Quantum RQ29 motorhomes manufactured June 27, 2016, to September 29, 2016. The affected vehicles may be missing a mid-ship marker light. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Systems (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the mid-ship marker light is missing, other drivers can mistake the length of the vehicle, increasing the risk of a crash.","TMC will notify owners, and dealers will install a mid-ship marker light if it is missing, free of charge. The recall began on January 25, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000124." -12/01/2016,16E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E088000),Lippert,Brake Flange Nut may be Improperly Tightened,SERVICE BRAKES,LCI-45A1-2016,Equipment,206,"Lippert Components, Inc. (LCI) is recalling certain 7000lb and 8000lb Brake Axles, part numbers V000394887 and V00034684, manufactured October 12, 2016, to October 13, 2016. The flange nuts may be loose on the backing plate for the roadside brake.","Loose brake flange nuts may cause the brakes to lock up or not engage, increasing the risk of a crash.","LCI has notified the affected purchasers, and dealers will inspect and repair or replace the brake axles, as necessary, free of charge. Owners may contact LCI customer service at 1-574-537-8900. LCI's number for this recall is LCI-45A1-2016." -12/01/2016,16V865000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V865000),Livin' Lite Recreational Vehicles,Rubber LP Gas Line can Melt and Catch Fire,EQUIPMENT,NR (Not Reported),Vehicle,86,"Livin' Lite Recreational Vehicles (Livin' Lite) is recalling certain model year 2017 Camplight and Quick Silver RV Trailers, Toyhaulers, and Truck Campers manufactured May 19, 2016, to November 18, 2016. The affected vehicles have a rubber liquid propane (LP) gas line connecting the range hood and the pilot light, instead of a 12"" hard pipe.","A rubber LP gas line connected to the pilot light can get hot and melt, increasing the risk of a fire.","Livin' Lite will notify owners, and dealers will install a 12"" copper extension between the range hood and pilot light, free of charge. The recall began on January 9, 2017. Owners may contact Livin' Lite customer service at 1-866-272-5578." -12/01/2016,16E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E087000),Carrier Corporation,Starter Housing May Come Apart,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,29180,"Carrier Corporation (Carrier) is recalling certain starters used for starting Carrier Transicold trailer refrigeration units. The starters, Carrier Transicold or Performance Parts Group part number 25-39316-01, or Thermo Engine Supply part number R-25-39316-00, were manufactured April 1, 2009, to August 18, 2016. These starter assemblies may come apart during the start cycle, and the pieces may strike someone that is in close proximity to the starter.","Broken parts of the starter may strike someone in close proximity, increasing their risk of injury.","Carrier will replace the alternate starter, free of charge. Carrier issued owners an interim notification on January 24, 2017. The recall began on May 19, 2017. Owners may contact Carrier customer service at 1-800-448-1661." -11/30/2016,16V864000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V864000),"CSC Motorcycles, LLC",Brake Fluid Label Missing/FMVSS 122,EQUIPMENT,16-0023810-18747-10,Vehicle,392,"CSC Motorcycles, LLC (CSC) is recalling certain model year 2015-2016 Cyclone motorcycles manufactured April 4, 2015, to November 10, 2016. The affected vehicles may not be equipped with a supplemental label that reminds the user to clean the brake reservoir before adding brake fluid and to use DOT 4 brake fluid from a sealed container. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 122, ""Motorcycle Brake Systems.""","If the supplemental brake fluid label is missing, the operator may use an incorrect brake fluid which could damage the brake system and increase the risk of a crash.","CSC will notify owners and will provide the customer with the missing label, free of charge. The recall began January 2017. Owners may contact CSC customer service at 1-800-884-4173. CSC's number for this recall is 16-0023810-18747-10." -11/30/2016,16V861000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V861000),"Cummins, Inc.",Door Hinges may Fail Causing Door to Detach,STRUCTURE,NR (Not Reported),Vehicle,164,"Cummins Inc. (Cummins) is recalling certain model year 2015-2016 Cummins Power Generation Generator sets, models C60D6R, C150D2RE, C100D6R, C200D6R, C200D2RE, C275D2RE, and C300D6R, manufactured December 18, 2015, to October 3, 2016. The affected generator sets have been mounted on trailers, and due to the possibility that the door hinges may fail, the generator set doors may detach while the trailer is being moved.","If the door detaches, it can become a road hazard, increasing the risk of a crash.","Cummins will notify owners, and dealers will replace the hinges, free of charge. The recall began on December 16, 2016. Owners may contact Cummins customer service at 1-800-343-7357." -11/30/2016,16V863000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V863000),"LGS Industries, Inc.",Ramp Door Cable Brackets may Detach,STRUCTURE,NR (Not Reported),Vehicle,34,"LGS Industries Inc (LGS) is recalling certain model year 2017 Look, Pace, and Cargo Express cargo trailers manufactured October 24, 2016, to November 8, 2016. Due to insufficient welds, the bracket that attaches the torsion spring cable to the ramp door could detach from the ramp door.","If the bracket detaches, the door can fall open, creating a crushing hazard or, if the door is completely open, the cable and bracket could act as a projectile, possibly causing personal injury.","LGS will notify owners, and dealers will inspect the cable brackets, repairing them as necessary, free of charge. The recall began on January 17, 2017. Owners may contact LGS customer service at 1-877-475-5665." -11/30/2016,16V862000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V862000),Kia Motors America,Trailer Brakes May Stay Illuminated/FMVSS 108,ELECTRICAL SYSTEM,SC142,Vehicle,10212,"Kia Motors America (Kia) is recalling certain model year 2016-2017 Sorento vehicles manufactured October 27, 2014, to August 25, 2016, and 2017 Sportage vehicles manufactured December 10, 2015, to August 26, 2016. The affected vehicles are equipped with an accessory trailer hitch wiring harness that, due to a malfunction of the tow hitch module, may result in the trailer brake lights being constantly illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, "" Lamps, Reflective Devices, and Associated Equipment.""","If the trailer brake lights stay illuminated while being used, other drivers may be confused, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the trailer tow hitch harness, free of charge. The recall began January 18, 2017. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC142." -11/29/2016,16V857000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V857000),Van Hool N.V.,Front Steering Knuckle Carriers may Crack,STEERING,P855,Vehicle,1612,"Van Hool N.V. (Van Hool) is recalling certain model year 2010-2014 C2045 and T2145; 2010 C3045; 2016 CX35; 2014-2016 CX45 and TX45; 2009-2016 TD925; 2015-2016 TDX25 and TX40 and 2010-2013 T2140 motorcoaches. In the affected vehicles, the front steering knuckle carriers may crack.","Cracking of a steering knuckle carrier may result in its total failure, allowing a wheel to separate from the vehicle, increasing the risk of a crash.","Van Hool will notify owners, and dealers will replace the steering knuckle carriers that were produced from August 2009 through March 2011. Carriers that were produced from April 2011 to December 2014 will be inspected by ultrasonic measurement and replaced as necessary. These repairs will be performed free of charge. The recall began on January 19, 2017. Owners may contact ABC Bus, Inc. at 1-877-427-7278. Van Hool's number for this recall is P855. Note: This recall expands recalls 14V-569 and 15V-331." -11/29/2016,16V860000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V860000),"Forest River, Inc.",Instrument Cluster Warning Incorrect/FMVSS 101/105,ELECTRICAL SYSTEM,5-11212016-0274,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 StarTrans PS2 transit buses manufactured April 26, 2016, to October 11, 2016, built on a Daimler Trucks North America (DTNA) chassis and equipped with ICU3s instrument clusters and hydraulic brakes. In the event of a brake malfunction, these clusters may illuminate the Brake System Malfunction telltale/indicator lamp with the word ""PARK"" instead of the word ""BRAKE"". As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays,"" and number 105, ""Hydraulic and Electric Brake Systems.""","If ""PARK"" illuminates instead of the word ""BRAKE,"" the driver will be unaware of a braking issue or malfunction, increasing the risk of a crash.","Forest River will notify owners, and DTNA will replace the ICU3s instrument clusters with new clusters, free of charge, when new clusters are available. Owners are to be notified of this issue beginning on January 18, 2017. Owners may contact Forest River customer service at 1-574-642-3112 and DTNA customer service at 1-800-385-4357. Forest River's number for this recall is 5-11212016-0274." -11/29/2016,16V858000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V858000),Toyota Motor Engineering & Manufacturing,Power Sliding Door May Open while Driving,STRUCTURE,G04,Vehicle,744437,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2011-2016 Toyota Sienna minivans manufactured January 4, 2010, to August 12, 2016. If the power sliding door is unable to be opened when commanded, such as if the door is frozen shut, the door may subsequently open unexpectedly, possibly while the vehicle is moving.","If door opens while the vehicle is moving, there would be an increased risk of injury to the vehicle occupants.","Toyota will notify owners, and dealers will replace the junction block, rear sliding door wire harnesses, and install two sub wire harnesses, free of charge. The recall began on July 28, 2017. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G04." -11/28/2016,16V852000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V852000),"Autocar, LLC",Hybrid Drive Mounting Bolts Improperly Torqued,HYBRID PROPULSION SYSTEM,ACX-1605,Vehicle,107,"Autocar, LLC (Autocar) is recalling certain model year 2012-2016 Xpeditor vehicles manufactured September 6, 2011, to October 1, 2015. The affected vehicles have hybrid power drive unit cradle mounting bolts that may not have been properly tightened.","Improperly torqued mounting bolts may loosen and the power drive unit and drive shaft could detach, becoming a road hazard and increasing the risk of a crash.","The remedy for this recall is still under development. The recall began January 13, 2017. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number is ACX-1605." -11/28/2016,16V855000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V855000),"Autocar, LLC",Ignition Relay may Open causing Engine Stall,ELECTRICAL SYSTEM,ACX-1606,Vehicle,4904,"Autocar, LLC (Autocar) is recalling certain model year 2013-2017 Xpeditor vehicles manufactured December 10, 2012, to November 1, 2016. In the affected vehicles, fuse box vibration may cause the ignition relay to open resulting in an engine stall.",An engine stall increases the risk of a crash.,"Autocar will notify owners, and dealers will install an additional bracket to lower the vibration of the fuse box, free of charge. The recall began on January 20, 2017. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1606." -11/28/2016,16V856000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V856000),"Maserati North America, Inc.",Rear Differential Pinion Nut Improperly Torqued,POWER TRAIN,328,Vehicle,326,"Maserati North America, Inc. (Maserati) is recalling certain model year 2017 Quattroporte and Ghibli vehicles manufactured July 1, 2016, to October 12, 2016. The rear differential unit pinion nut may not have been properly tightened, allowing the pinion nut to loosen.","A loose pinion gear may bind, possibly resulting in the rear wheels locking up and increasing the risk of a crash.","Maserati will notify owners, and dealers will inspect the rear differential unit pinion nut torque, and, as necessary, replace the rear differential unit, free of charge. The recall began on December 30, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 328." -11/28/2016,16V853000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V853000),"Midwest Automotive Designs, LLC","Seats may Unexpectedly Move/FMVSS 207, 210",SEAT BELTS,NR (Not Reported),Vehicle,28,"Midwest Automotive Designs, LLC (Midwest) is recalling certain model year 2016 Mercedes Benz Sprinter 2500 and 3500 vehicles manufactured July 1, 2016, to September 30, 2016, equipped with certain left side seat adjusters, model number 486077 manufactured by Atwood. The affected seat adjusters may allow the seats to move in the event of a crash. As such, these adjusters fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages"", and 207 ""Seating Systems.""","If the seat moves in the event of a crash, the seat occupant would be at an increased risk of injury.","Midwest will notify owners, and dealers will replace the left slide track, free of charge. The recall began on December 22, 2016. Owners may contact Midwest customer service at 1-574-522-4878." -11/28/2016,16V854000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V854000),"KTM North America, Inc.",Wiring Harness could Fray and Brake Line may Melt,"SERVICE BRAKES, HYDRAULIC",TB1706,Vehicle,7801,"KTM North America, Inc. (KTM) is recalling certain model year 2015-2016 1290 Super Adventure motorcycles manufactured December 1, 2014, to March 10, 2016, and 2013-2016 1190 Adventure and Adventure R motorcycles manufactured November 20, 2012, to April 25, 2016. In the affected vehicles, the wiring harness can fray and contact the ABS modulator. If the brake line is electrically conductive, the brake line may overheat and melt.","If the brake line melts, brake failure may result, increasing the risk of a crash.","KTM will notify owners, and dealers will re-position the wiring harness for the electronic control unit, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact KTM customer service at 1-888-985-6090." -11/25/2016,16V851000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V851000),"Gulf Stream Coach, Inc.",Unrestricted Viewing of DVD Monitor While Driving,EQUIPMENT,GM112316,Vehicle,340,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2016-2017 Conquest and B Touring Cruiser Class C motorhomes manufactured September 24, 2015 through October 24, 2016. In the affected vehicles, the in-dash radio unit assembly was improperly wired allowing the DVD to operate while the vehicle is in motion.","If the DVD monitor is operating and viewable while the vehicle is in motion, it may be a distraction to the driver, increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will disable the viewing of the DVD monitor while the vehicle is being driven, free of charge. The recall began on December 16, 2016. Owners may contact the Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GM112316." -11/23/2016,16V850000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V850000),"Kalmar Solutions, LLC",Circuit Board may be Overloaded and cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,798,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2016 Ottawa T2 vehicles manufactured July 15, 2014, to November 3, 2016. In the affected vehicles, the ground circuit of the cab power distribution circuit board can be overloaded.",An overloaded ground circuit may increase the risk of a fire in the dashboard.,"Kalmar will notify owners, and dealers will modify the wiring harness on the electrical option circuit to bypass the undersized ground circuit, free of charge. The recall began on January 17, 2017. Owners may contact Kalmar customer service at 1-785-229-6327." -11/23/2016,16V849000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V849000),"Chrysler (FCA US, LLC)",Fuel Tank may have Cracked Control Valve,"FUEL SYSTEM, GASOLINE",S90,Vehicle,359,"Chrysler (FCA US LLC) is recalling certain model year 2017 Jeep Wrangler vehicles manufactured November 1, 2016, to November 3, 2016. The affected vehicles may have a fuel tank that has a cracked or broken control valve, possibly resulting in a fuel leak in a rollover event, debris in the fuel tank and/or the potential of over fueling the vehicle.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Chrysler will notify owners, and Jeep dealers will inspect the fuel tank and replace fuel tank and sending unit, as necessary, free of charge. The recall began January 12, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S90." -11/23/2016,16V848000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V848000),Newmar Corporation,Water may Leak into Turn Signal Module,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"Newmar Corporation (Newmar) is recalling certain model year 2017 King Aire motorhomes manufactured January 22, 2016, to October 19, 2016. Water may leak into the turn signal module. If the module is wet while the headlights are on, the glass dash display may switch to the turn signal camera mode causing the dash to show the turn signal side camera view over the speedometer and RPM displays.","If the driver cannot see the speedometer and RPM displays, there would be an increased risk of a crash.","Newmar will notify owners, and dealers will replace the defective module with a new module that is waterproof, free of charge. The recall began on December 16, 2017. Owners may contact Newmar customer service at 1-800-731-8300." -11/22/2016,16V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V847000),"Nissan North America, Inc.",Fuel Tank Breather Tube Incorrectly Attached,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,12112,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016 Titan Diesel XD vehicles manufactured August 7, 2015, to September 1, 2016. The affected vehicles may not have had the temporary fuel tank breather tube cap removed during the vehicle's assembly and the fuel tank breather tube may not have been connected to the bed rail. As a result, the fuel tank may not have the proper ventilation, possibly causing the fuel gauge and the distance to empty meter to both display inaccurately.","If the fuel gauge reads incorrectly, the vehicle can run out of fuel without the driver being aware, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect the fuel tank breather tube, replacing the fuel tank, fuel sending unit, and/or fuel tank breather tube, as necessary, free of charge. The recall began on December 12, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -11/22/2016,16V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V846000),"Forest River, Inc.",Incorrect Information on Federal Placard/Part 567,EQUIPMENT,45-11122016-0272,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain model year 2017 XLR recreational trailers, models XLF413AMP, XLF422AMP, WZXLF422AMP and XLF380AMP, manufactured September 29, 2016, to November 8, 2016. The affected vehicles may be equipped with an incorrect Federal Placard that does not indicate that the vehicle has a third axle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the Federal Placard is missing the correct axle information, the operator may overload the trailer, causing a loss of a vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on December 1, 2016. Owners may contact Forest River customer service at 1-574-642-0432. Forest River's number for this recall is 45-11122016-0272." -11/22/2016,16V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V845000),E-One Incorporated,Suspension Air Bags may Deflate,SUSPENSION,NR (Not Reported),Vehicle,16,"E-One Incorporated (E-One) is recalling certain model year 2010-2016 tandem axle Cyclone vehicles manufactured July 15, 2010, to June 12, 2016. The affected vehicles are equipped with FIREMAAX suspension and aerial jack legs. While the vehicle is parked with the jack legs extended, the FIREMAAX suspension air bags may lose pressure. When the jack legs are retracted, the air bags may be wrinkled, resulting in damage and the possible failure of the pressurized suspension air bags.","Sudden suspension air bag failure can result in a reduction of vehicle stability and handling, increasing the risk of a crash.","E-One will notify owners, and dealers will install a pressure protection valve on the exhaust port of the height control valve, free of charge. The recall began December 19, 2017. Owners may contact E-One customer service at 1-352-861-3612." -11/21/2016,16V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V841000),"Grand Design RV, LLC",Aluminum Ladder Hinge may Separate,EQUIPMENT,910008,Vehicle,1975,"Grand Design RV (Grand Design) is recalling certain model year 2015-2016 Momentum toy haulers and Solitude recreational trailers manufactured July 8, 2014, to August 31, 2015, equipped with certain aluminum black ladders manufactured by Christianson Industries. These ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Grand Design will notify owners, and dealers will install a bracket over the back of existing hinges, free of charge. The recall began on December 16, 2016. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910008." -11/21/2016,16V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V844000),"General Motors, LLC",Convertible Roof Control Module/FMVSS 118,VISIBILITY,16126,Vehicle,4,"General Motors LLC (GM) is recalling certain model year 2016 Buick Cascada vehicles manufactured December 1, 2015, to February 24, 2016. The affected vehicles may have had the original convertible roof control module (CRCM) replaced with an incorrect CRCM, that allows the windows to close automatically when the roof is closed and can allow the windows to be closed remotely from distances beyond 11 meters using the key fob. As such, these vehicles no longer meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-Operated Window Systems.""","If the windows close automatically or can be closed remotely in ways that do not meet all the requirements of FMVSS 118, the unexpected closure can increase the risk of injury to the passengers.","GM will notify owners, and dealers will replace the CRCM with correct module, free of charge. The recall began on December 1, 2016. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 16126." -11/21/2016,16V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V843000),Hyundai Motor America,Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,154,Vehicle,41264,"Hyundai Motor America (Hyundai) is recalling certain model year 2007-2008 Entourage vehicles manufactured February 16, 2006, to June 30, 2008. In the affected vehicles, the secondary hood latch may corrode and bind and remain in the unlatched position when the hood is closed.","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Hyundai will notify all of the owners. For vehicles originally sold, or ever registered, in Alaska, Connecticut, Delaware, Illinois, Indiana, Iowa, Kansas, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, Nebraska, New Hampshire, New Jersey, New York, North Dakota, Ohio, Pennsylvania, Rhode Island, South Dakota, Utah, Vermont, West Virginia, Wisconsin, and the District of Columbia, dealers will replace the secondary latch. For vehicles in any other state, dealers will inspect and either lubricate or replace the secondary latch, as necessary, free of charge. Owners may contact Hyundai customer service at 1-800-633-5151. The recall began January 2017. Hyundai's number for this recall is 154." -11/21/2016,16T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T018000),"Pirelli Tire, LLC",Sidewall Cracking Due to Incorrect Component,TIRES,NR (Not Reported),Tire,3708,"Pirelli Tire LLC (Pirelli) is recalling certain P Zero All Season tires, size 275/40R19 101W, manufactured January 11, 2016, to October 29, 2016, as an original equipment fitment exclusively for certain Maserati cars. Due to an incorrect carcass component, the affected tires may develop cracks in their lower sidewall, possibly resulting in a loss of air.","A loss of air may result in tire failure or a loss of vehicle control, increasing the risk of a crash.","Pirelli will notify Maserati owners and the dealers that purchased the tires as replacements. Pirelli will work with Maserati to replace the tires, free of charge. The recall began on December 30, 2016. Owners may contact Pirelli customer service at 1-706-368-5800." -11/21/2016,16V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V840000),"Maserati North America, Inc.",Tire Sidewalls may Crack,TIRES,324,Vehicle,1861,"Maserati North America, Inc. (Maserati) is recalling certain model year 2017 Ghibli and Quattroporte vehicles and one model year 2016 Ghibli vehicle manufactured February 29, 2016, to October 29, 2016. These vehicles are equipped with certain Pirelli P Zero All Season tires, size 275/40R19 101W, that may develop cracks in their lower sidewall, possibly resulting in a loss of air.","A loss of air may result in tire failure or a loss of vehicle control, increasing the risk of a crash.","Maserati will notify owners, and dealers will replace the affected tires, free of charge. The recall began on December 30, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 324." -11/21/2016,16V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V842000),Hyundai Motor America,Trailer Brakes May Stay Illuminated,ELECTRICAL SYSTEM,153,Vehicle,6172,"Hyundai Motor America (Hyundai) is recalling certain model year 2016-2017 Tucson vehicles manufactured May 19, 2015, to November 14, 2016, and 2017 Santa Fe vehicles manufactured November 28, 2015, to November 14, 2016. The affected vehicles may be equipped with an accessory trailer hitch wiring harness that, due to a malfunction of the tow hitch module, may result, in the trailer brake lights being constantly illuminated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, "" Lamps, Reflective Devices, and Associated Equipment.""","If the trailer brake lights stay illuminated while being used, other drivers may be confused, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the affected accessory trailer hitch wiring harnesses, free of charge. The recall is expected to begin January 13, 2017. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 153." -11/18/2016,16V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V839000),"Maserati North America, Inc.",Back-Up Camera Disabled in Very Cold Temperatures,BACK OVER PREVENTION,327,Vehicle,7481,"Maserati North America, Inc. (Maserati) is recalling certain model year 2017 Quattroporte, Ghible, and Levante vehicles manufactured July 1, 2016, to November 14, 2016. In temperatures below freezing, the entertainment telematics module (ETM) may place itself in a protection mode, disabling the back-up camera.","If the back-up camera is inoperable, it may be more difficult for the operator to see people or objects behind the vehicle, increasing the risk of injury or crash.","Maserati will notify owners, and dealers will update the ETM software, free of charge. The recall began on December 30, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 327." -11/18/2016,16V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V837000),"Navistar, Inc.",Engine Coolant Leak into Cabin,ENGINE AND ENGINE COOLING,16510,Vehicle,20673,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2016 IC Bus CE school buses manufactured November 3, 2009, to February 26, 2015, and 2012-2015 IC Bus BE school buses manufactured August 2, 2010, to September 15, 2014. The affected vehicles have a water shutoff valve, inside, forward of driver heater (feature code 48PPJ or 48PPP) that has a formed heater hose that over time, may fatigue and split resulting in hot engine coolant fluid leaking into the driver's foot area.","If hot, pressurized coolant suddenly spills into the operator's foot area, there is an increased risk of a burn injury or a crash.","Navistar will notify owners, and dealers will replace the formed heater hose with a more robust one, free of charge. The recall began on January 4, 2017. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16510." -11/18/2016,16V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V838000),"Navistar, Inc.",Engine Coolant Leak into Cabin,ENGINE AND ENGINE COOLING,16511,Vehicle,157,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2016 IC Bus CE transit buses manufactured July 1, 2010, to February 4, 2015, and one IC Bus BE transit bus manufactured on November 2, 2010. The affected vehicles have a water shutoff valve, inside, forward of driver heater (feature code 48PPJ or 48PPP) that has a formed heater hose that over time, may fatigue and split resulting in hot engine coolant fluid leaking into the driver's foot area.","If hot, pressurized coolant suddenly spills into the operator's foot area, there is an increased risk of a burn injury or a crash.","Navistar will notify owners, and dealers will replace the formed heater hose with a more robust one, free of charge. The recall began on January 4, 2017. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16511." -11/18/2016,16V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V836000),Volvo Bus Corporation,Power Feed Relay may Fail and cause Engine Stall,ELECTRICAL SYSTEM,SR16-86,Vehicle,583,"Volvo Bus Corporation (Volvo Bus) is recalling certain model year 2008-2017 9700 buses manufactured January 7, 2008, to August 25, 2016. The affected vehicles are equipped with a power feed relay for the engine and transmission which may be undersized for the application, causing the relay to fail and the engine to stall.",An unexpected engine shutdown increases the risk of a crash.,"Volvo Bus will notify owners, and dealers will replace the existing relay with a larger, more robust, relay, free of charge. The recall began on December 20, 2016. Owners may contact Volvo Bus customer service at 1-877-773-8678. Volvo Bus' number for this recall is SR16-86." -11/17/2016,16V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V833000),"Daimler Vans USA, LLC",BRAKE Indicator Lamp Inoperative/FMVSS 105,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17501,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2003-2006 Dodge and Freightliner Sprinter 2500 and 3500 vans manufactured June 30, 2003, to August 31, 2006. The instrument cluster on the affected vehicles fails to illuminate the BRAKE warning lamp in the instrument cluster during the vehicle start up bulb-function check. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 105, ""Hydraulic and Electric Brake Systems.""","Without the BRAKE lamp illuminating during the vehicle start up bulb-function check, the driver has no confirmation that the lamp is working and therefore may not know whether or not the lamp will illuminate if the brake fluid level is low. If the operator is unaware that the vehicle has low brake fluid, there would be an increased risk of a crash.","DVUSA will notify owners, and DVUSA and Dodge dealers will correct the instrument cluster software, as necessary, free of charge. An interim notification was sent to owners on January 6, 2017. A second notice will be mailed to owners once the remedy becomes available. The recall began on July 27, 2017. Owners may contact DVUSA customer service at 1-770-705-2070." -11/17/2016,16V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V835000),"Altec Industries, Inc.",Cylinder End Gland may Fail and cause Boom to Move,EQUIPMENT,NR (Not Reported),Vehicle,2194,"Altec Industries Inc. (Altec) is recalling certain model year 1995-1999 Aerial Device trucks manufactured May 1, 1995, to August 15, 1999 and equipped with Rosenboom Machine and Tool lower boom lift cylinders. The cylinder end gland could fail which could cause uncontrolled boom movement.",Uncontrolled boom movement may increase the risk of injury to the operator or bystanders.,"Altec will notify owners, and dealers will inspect the boom, and repair or replace the cylinder, free of charge. The recall began on January 13, 2017. Owners may contact Altec customer service at 1-205-991-7733." -11/17/2016,16V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V832000),"BMW of North America, LLC",Supplemental Restraints may not Deploy as Needed,AIR BAGS,NR (Not Reported),Vehicle,91,"BMW of North America, LLC (BMW) is recalling certain model year 2011 BMW 528i, 528xi, 535i, 535xi, 550i and 550xi vehicles manufactured March 1, 2010, through August 31, 2011. The affected vehicles may have received a replacement Sensor Cluster Unit (SCU) during a service visit. These SCUs have an acceleration sensor that may have been incorrectly programmed and, as a result, the SCU may not accurately determine if activation and deployment of the air bags, safety belt pre-tensioners and head restraints is necessary in the event of a crash.","Depending on the severity of the crash, inadequate activation of the driver and/or passenger air bags, safety belt pre-tensioners and active head restraints may increase the risk of injury.","BMW will notify owners, and dealers will replace the SCU, free of charge. The recall began on December 16, 2016. Owners may contact BMW customer service at 1-800-525-7417." -11/17/2016,16V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V831000),"Mercedes-Benz USA, LLC",Underbody Panel may Melt from Catalyst Heat,STRUCTURE,2016110008,Vehicle,799,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2017 E400 4Matic Coupe, E400 Convertible, E550 Coupe and E550 Convertible vehicles manufactured June 7, 2016, to September 8, 2016. On the affected vehicles, there may be insufficient clearance between the left catalytic converter and the composite underbody panel.","The insufficient clearance may cause the panel to melt, increasing the risk of a fire.","MBUSA will notify owners, and dealers will inspect and replace the underbody panel, as necessary, free of charge. The recall began December 2016. Owners may contact Mercedes customer service at 1-800-367-6372." -11/17/2016,16V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V834000),Thor Motor Coach,Water Intrusion may cause Short Circuit,ELECTRICAL SYSTEM,RC000123,Vehicle,528,"Thor Motor Coach (TMC) is recalling certain model year 2014-2016 Tuscany motorhomes, models 40DX, 40KQ, 40RX, 42GX, 42WX, 44MT, 45AT and 45LT, manufactured April 11, 2013, to October 12, 2015. In the affected vehicles, water may leak into the keyless entry module and cause an electrical short.",An electrical short can increase the risk of a fire.,"TMC will notify owners, and dealers will seal the area around the keyless entry module, free of charge. The recall began on January 10, 2017. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000123." -11/16/2016,16E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E085000),"Dorman Products, Inc.",Clock Spring Cable May Tear,AIR BAGS,NR (Not Reported),Equipment,1056,"Dorman Products, Inc. (Dorman) is recalling certain Dorman P/N 525-016, Solutions P/N 665-3499 and OE Solutions P/N 525-016 aftermarket clock spring assemblies manufactured January 18, 2016, to October 11, 2016. The coil harness may not have been centered when it was wound, and, as a result, after the air bag is installed, turning the steering wheel may cause the cable to tear.","If the cable tears, the driver's air bag may not deploy in the event of a crash, increasing the risk of injury.","Dorman will notify and provide owners with instructions for a diagnostic inspection of the clock spring assemblies. If found defective, Dorman dealers will replace the defective clock spring assembly with a new clock spring, free of charge. The recall began on December 7, 2016. Owners may contact Dorman customer service at 1-800-523-2492 and press 5." -11/16/2016,16V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V830000),Aluminum Trailer Company (ATC),Fuel Tank may Detach from Subframe,"FUEL SYSTEM, GASOLINE",ARVFTANK,Vehicle,46,"Aluminum Trailer Company (ATC) is recalling certain model year 2016-2017 Bumper Pull seven or eight foot wide Toy Hauler trailers manufactured October 1, 2015, to October 31, 2016. The fuel tank may have been attached to the sub frame without rivnuts, and as a result, the mounting bolts may loosen and the fuel tank may detach.","If the fuel tank becomes loose and detaches from the vehicle, a fuel leak may result, increasing the risk of a fire.","ATC will notify owners and dealers will replace the mounting bolts, free of charge. The recall began on January 13, 2017. Owners may contact ATC customer service at 1-574-773-2440. ATC's number for this recall is ARVFTANK." -11/16/2016,16V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V829000),"Mercedes-Benz USA, LLC",Seat Belt Extender may not Retract as Intended,SEAT BELTS,2016110006,Vehicle,672,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016-2017 S63 AMG Coupe, S65 AMG Coupe, S550 Coupe 4Matic, S63 AMG 4Matic Convertible, and S550 Convertible vehicles manufactured June 29, 2015, to March 15, 2016. The seat belt extenders on the affected vehicles may not retract as intended and may potentially break the event of a crash.","In the event of a crash, if the seat belt extender does not retract and/or the extender breaks, the seat occupant may not be properly restrained, increasing their risk of injury.","MBUSA will notify owners, and dealers will update the control unit software, free of charge. The recall is expected to begin in mid-December 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -11/15/2016,16V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V823000),"KZRV, L.P.",Aluminum Ladder Hinge may Separate,EQUIPMENT,NR (Not Reported),Vehicle,318,"KZRV, L.P. (KZRV) is recalling certain model year 2015 Venom, Inferno, Sportsmen, Sportster, MXT and SportTrek trailers manufactured July 1, 2014, to August 31, 2015, equipped with certain aluminum black ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","KZRV will notify owners, and dealers will install a hinge brace over the back of the existing hinges, free of charge. The recall began on December 16, 2016. Owners may contact KZRV customer service at 1-800-768-4016, extension 154 or 153." -11/15/2016,16V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V825000),Keystone RV Company,Aluminum Ladder Hinge may Separate,EQUIPMENT,16-267,Vehicle,6252,"Keystone RV Company (Keystone) is recalling certain model year 2015-2016 Keystone Carbon, Fuzion, Impact, Raptor, and Dutchmen Voltage toy hauler fifth wheels equipped with aluminum black ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Keystone will notify owners, and dealers will install a hinge brace over the back of the existing hinges, free of charge. The recall began on November 29, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-267." -11/15/2016,16V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V828000),"Forest River, Inc.",Aluminum Ladder Hinge may Separate,EQUIPMENT,51-11102016-0271,Vehicle,1104,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2017 FR3 motorhomes manufactured September 24, 2014, to May 12, 2016; 2015-2017 Prime Time Spartan toyhaulers manufactured June 10, 2014, to May 31, 2016; 2013-2016 Palomino Columbus toyhaulers manufactured October 4, 2012, to December 4, 2015; and 2015-2016 XLR Thunderbolt and Nitro toyhaulers manufactured May 23, 2014, to November 23, 2016. These vehicles were equipped with certain aluminum, black, ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Forest River will notify owners, and dealers will install a remedy kit to correct the issue, free of charge. The recall began on January 3, 2017. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 51-11102016-0271." -11/15/2016,16V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V824000),"Daimler Trucks North America, LLC",Incomplete Adhesion may cause Tread Separation,TIRES,FL-728,Vehicle,863,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2017 Freightliner Cascadia, Business Class M2, and 122SD trucks manufactured January 24, 2016, to October 10, 2016 and equipped with Goodyear G399A LHS 295/75R22.5 Load Range G tires. The tires on the affected vehicles may have cured improperly, possibly resulting in a partial tread separation.",Partial tread separation can increase the risk of a crash.,"Goodyear will notify the owners of the affected Freightliner vehicles and Goodyear dealers will replace the affected tires, free of charge. The recall began on December 14, 2016. To find a Goodyear dealer, owners should contact Goodyear Consumer Relations at 1-800-592-3267. Consumers may also contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-728." -11/15/2016,16V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V826000),Newmar Corporation,Power Steering Fluid Leak or Electrical Arcing,STEERING,16V 809,Vehicle,370,"Newmar Corporation (Newmar) is recalling certain model year 2016-2017 Dutch Star and Ventana motorhomes manufactured January 22, 2016, to November 7, 2016, equipped with Cummins ISL engines. These vehicles, built on a Freightliner chassis, have a power steering hose that may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"Newmar will notify owners, and Freightliner dealers will reroute the power steering hose for proper clearance, free of charge. The recall began on December 16, 2017. Owners may contact Freightliner customer service at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V 809." -11/15/2016,16E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E084000),"TI Group Automotive Systems, LLC",Pressure Relief Retainer Cap May Move,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,38,"TI Group Automotive Systems, LLC (TI Automotive) is recalling certain Precision-brand aftermarket and replacement equipment Fuel Pump Modules, model numbers TU200 and TU201, manufactured September 14, 2016, to October 25, 2016. The affected fuel pumps have a pressure relief valve retainer cap that may move after the module is installed, causing a loss of fuel flow.","The reduced fuel flow may result in an engine stall, increasing the risk of a crash.","TI Automotive will notify owners, and dealers will provide a refund or replace the fuel pump module, free of charge. The recall began on December 22, 2016. Owners may contact TI Automotive customer service at 1-866-867-3759." -11/15/2016,16V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V827000),Entegra Coach,Throttle Circuit Electrical Interference,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,177,"Entegra Coach (Entegra) is recalling certain model year 2017 Aspire, Anthem, Cornerstone, and Insignia motorhomes manufactured April 15, 2016, to October 25, 2016 and built on Spartan Motors chassis. The throttle circuit wires on the affected vehicles may not have been be twisted to cancel out electromagnetic interference, and as a result, interference may cause the throttle signal to be higher or lower than intended.",Unintended deceleration or acceleration can increase the risk of a crash.,"Entegra has notified owners, and Spartan service centers will install an overlay harness with twisted wires, free of charge. The recall began on November 29, 2016. Owners may contact Spartan customer service at 1-800-543-4277 or Entegra customer service at 1-800-945-4787." -11/14/2016,16V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V818000),Highland Ridge RV,Aluminum Ladder Hinge may Separate,EQUIPMENT,9904333,Vehicle,61,"Highland Ridge RV (Highland) is recalling certain model year 2016 Highlander travel trailers, model 31RGR, manufactured May 26, 2015, to September 24, 2015, equipped with certain aluminum black ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Highland will notify owners, and dealers will install hinge braces over the existing hinges, free of charge. The recall began on November 29, 2016. Owners may contact Highland customer service at 1-260-768-7771. Highland's number for this recall is 9904333." -11/14/2016,16V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V819000),"Heartland Recreational Vehicles, LLC",Aluminum Ladder Hinge may Separate,EQUIPMENT,99-01-28,Vehicle,2045,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2015-2016 Cyclone travel trailers manufactured July 6, 2014, to September 29, 2015 and 2015-2016 Road Warrior and 2016 Torque trailers manufactured July 18, 2014, to September 30, 2015. The affected trailers are equipped with aluminum black ladders manufactured by Christianson Industries that have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Heartland will notify owners, and dealers will install hinge braces over the back of the existing hinges, free of charge. The recall began on December 2, 2016. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99-01-28." -11/14/2016,16V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V820000),DRV Suites,Aluminum Ladder Hinge may Separate,EQUIPMENT,99-02-06,Vehicle,15,"DRV Suites (DRV) is recalling certain model year 2015-2016 Full House trailers, models JX450, LX450, LX455 and TX500, manufactured October 31, 2014, to August 20, 2015, equipped with aluminum black ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","DRV will notify owners, and dealers will install a hinge brace over the back of existing hinges, free of charge. The recall began on December 2, 2016. Owners may contact DRV customer service at 1-260-562-3500. DRV's number for this recall is 99-02-06." -11/14/2016,16V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V821000),Cruiser RV,Aluminum Ladder Hinge may Separate,EQUIPMENT,99-03-11,Vehicle,499,"Cruiser RV (Cruiser) is recalling certain model year 2015-2016 Stryker toy hauler trailers manufactured June 12, 2014, to August 27, 2015, equipped with aluminum black ladders manufactured by Christianson Industries. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Cruiser will notify owners, and dealers will install a hinge brace over the back of the existing hinges, free of charge. The recall began on December 2, 2016. Owners may contact Cruiser customer service at 1-260-562-3500. Cruiser's number for this recall is 99-03-11." -11/14/2016,16V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V822000),Keystone RV Company,Propane Leak Due to Contact with Cross Tube,EQUIPMENT,16-269,Vehicle,127,"Keystone RV Company (Keystone) is recalling certain model year 2017 Cougar fifth wheel trailers, models 246RLSWE, 268RLSWE, 279RKSWE, 281RDIWE, 283RETWE and 284RDBWE, manufactured August 2, 2016, to October 28, 2016. During installation, the propane gas cross tube manifold that connects the propane cylinders may have contacted the fasteners for the floor decking.","The contact may result in a propane leak, which in the presence of an ignition source, can increase the risk of a fire.","Keystone has notified owners, and dealers will replace the manifold, free of charge. The recall began on November 15, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-269." -11/10/2016,16V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V814000),"Chrysler (FCA US, LLC)",Damaged Fuel Rail Tube may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",S85,Vehicle,30183,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Durango and Jeep Grand Cherokee vehicles manufactured February 10, 2016, to April 28, 2016 and equipped with a 3.6L engine built at the Saltillo engine plant. During the assembly of the engine, the fuel rail crossover tube may have been damaged, which, over time, may result in a fuel leak.","A fuel leak in the presence of an ignition source, can increase the risk of a fire.","Chrysler will notify owners, and dealers will inspect the engine assembly for damage to the fuel rail crossover tube, replacing it as necessary, free of charge. The recall began on December 23, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S85." -11/10/2016,16V815000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V815000),Kia Motors America,Hydraulic Electronic Control Unit may Short,ELECTRICAL SYSTEM,SC138,Vehicle,71704,"Kia Motors America (Kia) is recalling certain model year 2008-2009 Kia Sportage vehicles manufactured August 9, 2007, to May 13, 2009. The wire harness cover on the Hydraulic Electronic Control Unit (HECU) may be improperly sealed allowing water to get onto the HECU circuit board. If the water is contaminated with salt, such as could occur from melted snow, the wire harness connector pins may corrode and the circuit board may short circuit.","If the HECU short circuits, there is an increased risk of an engine compartment fire.","Kia will notify owners, and dealers will inspect the connector pins for corrosion, if no corrosion is found, the connector cover will be replaced. If corrosion is present, the dealer will replace the HECU assembly and the connector cover, free of charge. The recall began on November 28, 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC138." -11/10/2016,16V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V816000),"Bentley Motors, Inc.",Seat Mechanism and Panel Joints may Loosen,SEATS,RE16/32,Vehicle,378,"Bentley Motors, Inc. (Bentley) is recalling certain model year 2017 Bentayga vehicles manufactured March 1, 2016, to September 30, 2016. During the assembly process, the affected vehicles may not have had the seat mechanism and instrument panel joints properly tightened.","If the seat mechanism and instrument panel joints were not tightened, they can loosen, increasing the risk of injury in the event of a crash.","Bentley will notify owners, and dealers will inspect and tighten the seat mechanism and instrument panel joints, as necessary, free of charge. The recall is expected to begin in January 2017. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE16/32." -11/08/2016,16V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V812000),Hyundai Translead,I-Beam Cracks causing Bogie to Detach,STRUCTURE,801060,Vehicle,892,"Hyundai Translead is recalling certain model year 2012-2013 HT Hycube, HT Composite-XT, HT Original, and HT Composite 28' trailers manufactured September 20, 2012, to May 7, 2013. The affected vehicles have I-beams that may crack. If the cracks extend, the bogie may detach. These trailers have been identified and have been listed in the file attached.","If the bogie detaches, there would be an increased risk of a crash.","Hyundai Translead will notify owners, and dealers will install a repair kit, free of charge. The recall began on February 21, 2017. Owners may contact Hyundai Translead customer service at 1-819-574-1500. Hyundai Translead's number for this recall is 801060." -11/08/2016,16V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V811000),"Forest River, Inc.",Spare Tire Rim Incompatible with Brake Hubs,TIRES,70-10312016-0263,Vehicle,111,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Riverstone Legacy fifth wheel recreational trailers manufactured October 7, 2016, to October 18, 2016. The spare tire and rim combination on the affected vehicles may be incompatible with the disk-brake hubs, preventing the rim from mounting flat and flush to the hub face.","If an owner installs the spare wheel that was provided with the trailer, the lug nuts may fail, allowing the wheel to detach, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the spare rim and tire assembly, free of charge. The recall began on December 20, 2016. Owners may contact Forest River customer service at 1-574-367-3269. Forest River's number for this recall is 70-10312016-0263." -11/08/2016,16V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V810000),Newmar Corporation,Throttle Circuit Electrical Interference,ELECTRICAL SYSTEM,16V-776,Vehicle,51,"Newmar Corporation (Newmar) is recalling certain model year 2017 Dutch Star, Mountain Aire, London Aire, Essex, and King Aire motorhomes manufactured May 12, 2016, to September 22, 2016 and built on a Spartan Motors chassis. The throttle circuit wires on the affected vehicles may not have been be twisted to cancel out electromagnetic interference, and as a result, interference may cause the throttle signal to be higher or lower than intended.",Unintended deceleration or acceleration can increase the risk of a crash.,"Newmar will notify owners, and Spartan dealers will install an overlay harness with twisted wires, free of charge. The recall began on December 1, 2016. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan at 1-800-543-4277. Newmar's number for this recall is 16V-776." -11/08/2016,16V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V813000),"Chrysler (FCA US, LLC)",Windshield Wiper Circuit Failure,VISIBILITY,S83,Vehicle,53155,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Dart vehicles manufactured April 13, 2015, to June 7, 2016. Due to voltage spikes caused by a problem within the windshield washer pump, the windshield wiper circuit may fail.","Without functioning windshield wipers, the driver's visibility may be reduced, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the windshield washer pumps, free of charge. The recall began on December 28, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S83." -11/07/2016,16V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V808000),"Suzuki Motor USA, LLC",Brake Light Switch Corrosion Causing Short Circuit,ELECTRICAL SYSTEM,2A66,Vehicle,1890,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2013, 2015, and 2017 GW250 motorcycles. Water may enter the main wiring harness at the rear brake light switch connectors, possibly corroding the brake light switch.","The corrosion may cause an electrical short and the loss of the head light, tail light and brake lights, increasing the risk of a crash.","Suzuki will notify owners, and dealers will install an improved brake light switch assembly, and install a water protection cover, as necessary, free of charge. The recall began on November 28, 2016. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's number for this recall is 2A66." -11/07/2016,16V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V806000),"Terex Advance Mixer, Inc.",King Pin Fracture may cause Wheel End Separation,STEERING,NR (Not Reported),Vehicle,19,"Terex Advance Mixer, Inc. (Terex) is recalling certain model year 2016-2017 Front Discharge Mixers manufactured July 1, 2016, to September 30, 2016, equipped with certain Meritor front drive steer axles. These front axles have a king-pin that may fracture and possibly result in wheel end separation.","If the wheel end separates, a loss of vehicle control may result, increasing the risk of a crash.","Terex will notify owners, and dealers will replace all of the affected lower king-pins, free of charge. The recall began on January 5, 2017. Owners may contact Terex customer service at 1-800-678-5961." -11/07/2016,16V809000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V809000),"Daimler Trucks North America, LLC",Power Steering Fluid Leak or Electrical Arcing,STEERING,FL-727,Vehicle,1827,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016-2017 FCCC XBR, XCL, XCM, and XCR recreational vehicle chassis manufactured January 1, 2016, to October 12, 2016, equipped with Cummins ISL engines. The power steering hose on the affected vehicles may be routed incorrectly, and, as a result, the hose may rub against the power stud on the starter motor, possibly causing electrical arcing and a power steering fluid leak.",Electrical arcing in the presence of leaking power steering fluid can increase the risk of a fire.,"DTNA will notify owners, and dealers will reroute the power steering hose to provide proper clearance, free of charge. The recall began on December 27, 2016. Owners may contact DTNA customer service at 1-800-547-0712 . DTNA's number for this recall is FL-727." -11/04/2016,16V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V804000),PTIC,Axles may be Overloaded,SUSPENSION,001-2016-11,Vehicle,45,"Pavement Technologies Int'l. Corp. (PTIC) is recalling certain model year 2014-2016 Stratos DMT-400, DTM-600, DMT-1000, DMD-400, DMD-600, DMD-1000, SG-400I, SG-600I, and SG-1000I Asphalt Distributor trailers manufactured October 1, 2014, to October 20, 2016. The weight of the affected trailers, when the tank is fully loaded, may exceed the axle manufacturer's maximum load bearing capacity.","If the axles are overloaded, the bearings may overheat and/or the hubs may detach from the axles, increasing the risk of a crash.","PTIC will notify owners, and dealers will replace the axles with upgraded ones, free of charge. The recall began on December 23. 2016. Owners may contact PTIC customer service at 1-518-218-7676." -11/04/2016,16V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V802000),"General Motors, LLC",Front Brake Calipers may Leak Brake Fluid,"SERVICE BRAKES, HYDRAULIC",16096,Vehicle,1844,"General Motors LLC (GM) is recalling certain model year 2017 Cadillac XT5 vehicles manufactured April 16, 2016, to May 9, 2016, and 2017 GMC Acadia vehicles manufactured April 19, 2016, to April 22, 2016. The front brake calipers may have a torn or misaligned caliper piston seal which may allow brake fluid to leak.","If there is a brake fluid leak, braking performance may be reduced, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the front brake calipers, replacing the brake caliper assemblies, as necessary, free of charge. The recall began on December 12, 2016. Owners may contact GM customer service at 1-800-458-8006 (Cadillac), or 1-800-462-8782 (GMC). GM's number for this recall is 16096." -11/04/2016,16V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V805000),"Terex South Dakota, Inc.",Improper Wiring may allow Unintended Boom Movement,EQUIPMENT,SN631,Vehicle,6,"Terex South Dakota (TSD) is recalling certain model year 2009-2014 Terex TC, and TCX hybrid electric trucks manufactured June 8, 2009, to July 30, 2014 and equipped with aerial devices. The affected vehicles may be improperly wired, and as a result, the aerial boom may move unintentionally when the hydraulic tools are being used.","Inadvertent boom movement can cause the platform to strike objects in the work area, increasing the risk of injury to the operator.","TSD will notify owners, and dealers will install a diode and alter the wiring to correct the issue, free of charge. The recall began on November 20, 2016. Owners may contact TSD customer service at 1-800-982-8975. TSD's number for this recall is SN631." -11/04/2016,16V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V803000),PACCAR Incorporated,Incomplete Tread Adhesion Causing Tire Separation,TIRES,1016G (PB) & 16KWC,Vehicle,202,"PACCAR Incorporated (PACCAR) is recalling certain model year 2017 Kenworth K370, T270, T370, T440, T660, T800 trucks manufactured February 2, 2016, to October 13, 2016, and Peterbilt 330, 337, 348, 367, 389, 567, and 579 trucks manufactured March 7, 2016, to October 5, 2016. The affected vehicles are equipped with certain Goodyear LHS Load Range G tires, size 295/75R22.5 G399A, that due to incomplete adhesion, have a tire tread that may partially separate.",A partial tread separation may increase the risk of a crash.,"Goodyear will notify the owners of the affected Peterbilt and Kenworth vehicles and Goodyear dealers will replace the affected tires, free of charge. The recall began on December 14, 2016. To find a Goodyear dealer, owners should contact Goodyear Consumer Relations at 1-800-592-3267. Consumers may also contact Kenworth customer service at 1-425-828-5000 and Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 1016G (PB) (Peterbilt), and 16KWC (Kenworth)." -11/03/2016,16V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V800000),"Yamaha Motor Corporation, USA",Clutch Lever Seal may Crack and cause Oil Leak,POWER TRAIN,990108,Vehicle,2550,"Yamaha Motor Corporation , USA (Yamaha) is recalling certain model year 2014-2016 WR250R motorcycles manufactured August 1, 2013, to June 1, 2016. Due to an incorrect assembly process, the clutch push lever oil seal may crack, allowing engine oil to leak out.","If oil leaks from the engine, the oil may get on the rear tire, causing a loss of control and increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the clutch push lever oil seal, free of charge. The recall began November 11, 2016. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990108." -11/03/2016,16V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V801000),E-One Incorporated,Filter for Aerial Ladder may leak,EQUIPMENT,NR (Not Reported),Vehicle,196,"E-One Incorporated (E-One) is recalling certain model year 2014-2016 Typhoon, Quest, and Cyclone fire trucks manufactured January 1, 2014, to October 11, 2016, and equipped with aerial ladders. Due to a design change, the filter for the aerial ladder may leak hydraulic fluid.","A hydraulic fluid leak can cause a loss of aerial device function, increasing the risk of injury.","E-One will notify owners, and dealers will inspect and replace the filter and head assembly, as necessary, free of charge. The recall began on November 29, 2016. Owners may contact E-One customer service at 1-800-627-5050." -11/03/2016,16E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E083000),"Meritor, Inc.",King Pin Fracture may cause Wheel End Separation,STEERING,NR (Not Reported),Equipment,19,"Meritor, Inc. (Meritor) is recalling certain MX810 Series front drive steer axles, part numbers MX23810DANC7-538 and MX23810DANC8-538, manufactured May 27, 2016, to August 16, 2016 and equipped with MX25K lower king-pins. These lower king-pins may not meet design specifications and, as a result, may fracture, possibly causing a wheel end separation.","A wheel end separation can cause loss of vehicle control, increasing the risk of a crash.","Meritor will notify owners, and dealers will replace all of the lower king-pins, free of charge. The recall began on November 22, 2016. Owners may contact Meritor customer service at 1-248-435-1725." -11/02/2016,16V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V799000),"Chrysler (FCA US, LLC)",Improper Welds on Driver's Knee Air Bag Inflator,AIR BAGS,S84,Vehicle,88,"Chrysler (FCA US LLC) is recalling certain model year 2017 Jeep Cherokee vehicles manufactured October 13, 2016, to October 17, 2016. Improper welds on the driver's knee air bag inflator may prevent the air bag from properly inflating.","If the driver's knee air bag does not properly inflate, there is an increased risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the driver's knee air bag module, free of charge. The recall began November 9, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S84." -11/02/2016,16V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V798000),"Volvo Car USA, LLC","Seat Belt Buckle may Separate/FMVSS 210, 209",SEAT BELTS,R89708,Vehicle,74027,"Volvo Car USA LLC (Volvo) is recalling certain model year 2016-2017 XC90, S90, XC60, V60 Cross Country, V60, S60 Cross Country, S60, and S60 Inscription vehicles manufactured February 16, 2015, to August 22, 2016. On the affected vehicles, the front passenger seat belt buckle attaching stud may loosen, allowing the buckle to separate from the seat belt bracket. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages"" and number 209, ""Seat Belt Assemblies.""","If the seat belt buckle separates from the bracket, the front seat passenger may not be adequately restrained in the event of a crash, increasing their risk of injury in the event of a crash.","Volvo will notify owners, and dealers will inspect the front passenger seat belt buckle stud, replacing the seat belt buckle as needed, free of charge. The recall began January 2017. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89708." -11/02/2016,16V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V797000),Isuzu Motors Limited,Throttle may Stick in the Open Position,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,25018,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain model year 2014-2016 Isuzu NPR and NPR HD vehicles manufactured August 26, 2013, to November 11, 2016, and 2016 Chevrolet Low Cab Forward 3500 and 4500 vehicles manufactured July 27, 2016, to November 11, 2016. The affected vehicles have a throttle pedal that may get stuck under the steel stopper bolt, causing the pedal to remain in the full throttle position. Note: In gasoline models only.","A stuck open accelerator pedal may result in very high vehicle speeds and make it difficult to stop the vehicle, which could cause a crash, serious injury or death.","Isuzu will notify owners, and dealers will remove and replace the stopper bolt with a flanged plate, to prevent lateral movement of the throttle, free of charge. The recall began November 14, 2016. Owners may contact Isuzu customer service at 1-866-441-9638." -11/01/2016,16V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V795000),Shyft Group,Exhaust Tube Can Separate Causing Fire,ENGINE AND ENGINE COOLING,16026,Vehicle,245,"Spartan Motors USA (Spartan) is recalling certain model year 2011-2017 Transit Bus Chassis Cabs manufactured February 17, 2011, to October 19, 2016. The affected vehicles have an exhaust tube that may disconnect at a joint near the underside of the floor, potentially exposing the floor to high temperatures for prolonged time periods.","If the floor is exposed to the heat of exhaust gases for long periods, it can increase the risk of a fire.","Spartan will notify owners, and dealers will remove the current securing clamp and install a sleeve with different clamps, free of charge. The recall began on November 29, 2016. Owners may contact Spartan customer service at 1-800-543-4277. Spartan's number for this recall is 16026." -11/01/2016,16V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V796000),"Jaguar Land Rover North America, LLC",Fuel Line Clearance may be Insufficient,"FUEL SYSTEM, GASOLINE",J077,Vehicle,5081,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2015 Jaguar XF vehicles manufactured May 22, 2013, to June 15, 2015 and equipped with 2.0L GTDi engines. The affected vehicles may have insufficient clearance between the underfloor fuel delivery lines and the under shield and body allowing the fuel lines to chafe, possibly resulting in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Jaguar will notify owners, and dealers will inspect the fuel line for abrasions, replacing it as necessary and install additional clips, free of charge. Parts are not yet available and second notice will be sent when parts are available. The recall is expected to begin January 2017. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J077." -11/01/2016,16V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V794000),"Winnebago Industries, Inc.",Loose Driver and Passenger Seat Mounting Bolts,SEATS,NR (Not Reported),Vehicle,816,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2017 Winnebago View and Itasca Navion motorhomes manufactured March 21, 2016, to September 15, 2016. The affected vehicles may have loose driver and front passenger seat mounting bolts, possibly allowing the seats to detach from the mounting pedestals.","If the seat detaches from the mounting pedestal, it can increase the risk of injury and crash.","Winnebago will notify owners, and dealers will tighten the seat mounting bolts to the proper specification, free of charge. The recall began on November 16, 2016. Owners may contact Winnebago customer service at 1-800-537-1885." -11/01/2016,16E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E082000),"Omix Ada, Inc",Premature Wear of Steering Shaft,STEERING,RR1-16,Equipment,344,"Omix Ada, Inc. (Omix Ada) is recalling certain Replacement Steering Sector Shafts for early Willlys & Jeep 1941-1966 CJ2a, CJ3a, Willys MB and 1950-1952 M38 (military models), originally equipped with Ross steering boxes. The affected steering sector shafts, manufactured July 25, 2011, to October 14, 2016, may have an incomplete heat treatment, causing accelerated wear and possibly resulting in premature failure.",Premature failure of the steering sector shaft can cause loss of control and increase the risk of a crash.,"Omix Ada will notify owners and will pay so that the affected steering sector shafts are replaced, free of charge. The recall began on November 30, 2016. Owners may contact Omix Ada customer service at 1-770-614-6101. Omix Ada's number for this recall is RR1-16." -10/31/2016,16V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V793000),Mazda North American Operations,Fuel Pump Sealing Rings may Leak Fuel,"FUEL SYSTEM, GASOLINE",1017E,Vehicle,69447,"Mazda North America Operations (Mazda) is recalling certain model year 2004-2008 RX-8 vehicles manufactured April 10, 2003, to February 18, 2008. The affected vehicles have fuel pump sealing rings that may deteriorate due to exposure to heat from the engine or exhaust pipe.","The deteriorated seals may leak fuel, which, in the presence of an ignition source, can increase the risk of a fire.","Mazda will notify owners, and dealers will replace the fuel pump sealing ring set and add a thermal insulation pad to the fuel tank, free of charge. The recall began July 31, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0516J." -10/31/2016,16V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V791000),"Mitsubishi Motors North America, Inc.",Water Intrusion may cause Wiper Link Corrosion,VISIBILITY,SR-16-009,Vehicle,100082,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2007-2013 Outlander vehicles manufactured September 8, 2006, to March 29, 2013. In the affected vehicles, water may enter between the hood and windshield and cause the front wiper link ball joint to corrode, possibly resulting in the wiper link separating and the wipers becoming inoperative.",Loss of wiper function can reduce visibility and increase the risk of a crash.,"MMNA will notify owners, and dealers will replace the rubber boot on the ball joint to prevent water intrusion. Additionally, they will inspect the wiper motor crank arm for excessive play, replacing it as necessary. These repairs will be done free of charge. The recall began on July 28, 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-009." -10/31/2016,16V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V792000),"Mitsubishi Motors North America, Inc.",Water Intrusion may cause Wiper Motor Failure,VISIBILITY,SR-16-010,Vehicle,93801,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2011-2015 Outlander Sport vehicles manufactured August 26, 2010, to January 5, 2015. In the affected vehicles, water may drop between the hood and the windshield and leak into the wiper motor breathing hole. The water may cause internal corrosion of the windshield wiper motor and the possible failure of the motor.","Failure of the wiper motor can cause a loss of visibility, increasing the risk of a crash.","MMNA will notify owners, and dealers will replace the wiper motor, free of charge. The manufacturer has begun the recall, but parts are not yet available; a second notice will be sent when parts are available. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-010." -10/28/2016,16V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V788000),Mazda North American Operations,Fuel Delivery Module may Crack and cause Fuel Leak,"FUEL SYSTEM, GASOLINE",0416J,Vehicle,912,"Mazda North American Operations (Mazda) is recalling certain model year 2010-2011 Tribute vehicles manufactured March 3, 2009, to May 26, 2011. On vehicles with a 3.0L engine, the Fuel Delivery Module (FDM) may crack, causing a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Mazda will notify owners, and dealers will replace the FDM flange with one that has a redesigned fuel supply port, free of charge. Remedy parts are currently unavailable. Interim notices informing owners of the safety recall were mailed on December 23, 2016. Owners will receive a second notice when remedy parts are in stock. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0416J." -10/28/2016,16E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E081000),Vega Helmet Corporation,Helmet Failed Impact Attenuation Testing/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1053,"Vega Helmet Corporation (Vega) is recalling certain motorcycle half helmets, models XTA and XTA Touring in sizes L, XL, and XXL, manufactured from February 2013 through December 2014. The affected helmets may not adequately protect the user's head in the event of an impact such as can happen during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 218, ""Motorcycle Helmets.""","In the event of a crash, the helmet may not adequately protect the wearer increasing the risk of injury.","Vega will notify owners, and provide a full refund or a free replacement helmet. The recall began on December 16, 2016. Owners may contact Vega helmet customer service at 1-800-728-4898." -10/28/2016,16V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V787000),"Forest River, Inc.",Incorrect Axle Information on Placard/Part 567,EQUIPMENT,6-10252016-0262,Vehicle,92,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Salem recreational trailers, model SMT186RB, manufactured October 13, 2016 through October 21, 2016 and model year 2017 Wildwood recreational trailers, model WDT186RB, manufactured October 7, 2016, through October 21, 2016. The Federal Placard Label and the VIN incorrectly states that the vehicle has two axles, while the vehicle is only equipped with one axle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the owner follows the information on the Federal Placard Label, the operator may overload the vehicle, increasing the risk of a crash.","Forest River will notify owners and will provide a corrected Certificate of Origin, Federal Placard and VIN plate for each trailer, free of charge. The recall began on November 22, 2016. Owners may contact Forest River customer service at 1-574-534-1251. Forest River's number for this recall is 6-10252016-0262." -10/28/2016,16V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V786000),Starcraft RV,Incorrect Information on Federal Placard/FMVSS 110,EQUIPMENT,9902328,Vehicle,94,"Starcraft RV (Starcraft) is recalling certain model year 2017 AR-ONE trailers, model 28R, manufactured March 1, 2016, to August 5, 2016. The affected vehicles have incorrect information on Federal Placard and Cargo Carrying Capacity (CCC) labels, possibly resulting in the vehicle being overloaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An overloaded trailer increases the risk of a crash.,"Starcraft has notified owners and provided corrected Federal Placards and CCC labels, free of charge. The recall began on November 3, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902328." -10/28/2016,16V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V789000),"Jaguar Land Rover North America, LLC",Rear Lower Control Arm Connecting Bolt may Fail,SUSPENSION,J076,Vehicle,23,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2017 Jaguar F-Type SVR vehicles built between February 19, 2016 and August 15, 2016. Due to assembly corrections during manufacturing, the bolts connecting the rear lower control arms to the knuckle assembly may fail prematurely.","If the lower control arm bolt connecting bolt fails, the rear control arm assembly may separate from the vehicle, resulting in a loss of control and increasing the risk of a crash.","Jaguar will notify owners, and dealers will replace the bolt that connects the rear lower control arm to the rear knuckle joint, free of charge. The recall is expected to begin on December 19, 2016. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J076." -10/27/2016,16V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V784000),REV Recreation Group,Electrical Harness and Hydraulic Line Damage,ELECTRICAL SYSTEM,161018REV,Vehicle,366,"REV Recreation Group (REV) is recalling certain model year 2015-2016 Holiday Rambler Vacationer motorhomes. The affected vehicles have a front truss that may not be adequately supported at the attachment points, allowing any wire harnesses or hydraulic lines routed between the truss and its supporting framework to be pinched or crushed.","A damaged wire harness can cause an electrical short, resulting in intermittent operation of electrical systems or a vehicle shut down. A damaged hydraulic line may leak fluid. Either condition may increase risk of a fire or a crash.","REV will notify owners, and dealers will install additional steel to support the front truss,. Dealers will also inspect the hydraulic hoses and electrical wiring, relocating them as necessary. These repairs will be done free of charge. The recall began on November 29, 2016. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 161018REV." -10/27/2016,16V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V783000),Con-Tech Manufacturing,Fender Mounts may Crack,SUSPENSION,NR (Not Reported),Vehicle,573,"Con-Tech Manufacturing (Con-Tech) is recalling certain model year 2015-2017 BridgeKing concrete mixer trucks manufactured September 13, 2015, to April 8, 2016. On the affected vehicles, the fender mounts on the bridge axles may crack and the fenders may separate from the vehicle.",A fender that detaches from the bridge axle can become a road hazard and increase the risk of a crash.,"Con-Tech will notify owners, and dealers will install a service kit that includes fender mount support gussets, free of charge. The recall began on November 2, 2016. Owners may contact Con-Tech customer service at 1-507-374-2239." -10/27/2016,16V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V785000),"Jayco, Inc.",Incorrect Information on Federal Placard/FMVSS 110,EQUIPMENT,9901331,Vehicle,56,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Jay Sport camping trailers, model 12SC, manufactured September 14, 2016, to October 3, 2016. The labels on the affected vehicles incorrectly state that the vehicle is equipped with ST175/80R13D tires requiring 65 PSI, when the vehicle is actually equipped with ST175/80R13C tires requiring 50 PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect tire pressure information may result in the tires being over inflated, which can cause possible tire failure, increasing the risk of a crash.","Jayco has notified owners and provided them with a corrected label, free of charge. The recall began on November 1, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901331." -10/27/2016,16V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V782000),"Forest River, Inc.",Touching Stove my cause Shock,EQUIPMENT,59-102212016-0260,Vehicle,115,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Vibe trailers manufactured September 20, 2016, to October 20, 2016. The outside of the kitchen stove may have been connected to a 12V D.C. positive circuit, potentially shocking a user that touches it.",An energized stove may increase the risk of an electrical shock and injury.,"Forest River will notify owners, and dealers will disconnect the positive wire, free of charge. The recall began on December 20, 2016. Owners may contact Forest River customer service at 1-574-296-2084 extension 105. Forest River's number for this recall is 59-102212016-0260." -10/26/2016,16V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V778000),Ford Motor Company,Drain Valve Opening May Cause Fuel Leak,"FUEL SYSTEM, DIESEL",16S39,Vehicle,170,"Ford Motor Company (Ford) is recalling certain model year 2017 Ford F-250 SD, F-350 SD, F-450 SD, and F-550 SD trucks manufactured March 21, 2016, to August 28, 2016. The protective shield on the fuel conditioning module may have inadequate adhesion, allowing the shield to become dislodged.","If the shield becomes dislodged, the drain valve may open resulting in a fuel leak. A fuel leak, in the presence of an ignition source, increases the risk of a fire. Under certain conditions, significant liquid fuel on the road surface may cause a slip hazard, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the protective shield, free of charge. The recall began November 11, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S39." -10/26/2016,16V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V777000),Ford Motor Company,Fuel Delivery Module may Crack and cause Fuel Leak,"FUEL SYSTEM, GASOLINE",16S41,Vehicle,329265,"Ford Motor Company (Ford) is recalling certain model year 2010-2012 Ford Escape vehicles manufactured February 26, 2009, to April 29, 2012, and 2010-2011 Mercury Mariner vehicles manufactured February 25, 2009, to December 12, 2010. On vehicles with a 3.0L engine, the Fuel Delivery Module (FDM) may crack, causing a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford will notify owners, and dealers will replace the FDM flange with one that has a redesigned fuel supply port, free of charge. Remedy parts are currently unavailable. Interim notices were mailed to owners on December 13, 2016. Owners will receive a second notice when remedy parts become available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S41." -10/26/2016,16V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V779000),Ford Motor Company,Oil Leak from Engine Cooler Hose,ENGINE AND ENGINE COOLING,16S40,Vehicle,6582,"Ford Motor Company (Ford) is recalling certain model year 2015-2017 Mustang vehicles manufactured February 24, 2015, to August 30, 2016. A hose may separate from the engine oil cooler tube assembly causing an oil leak.","A sudden loss of engine oil may cause engine failure, increasing the risk of a crash. Additionally, an oil leak, in the presence of an ignition source, increases the risk of a fire.","Ford will notify owners, and dealers will replace the engine oil cooler tube assembly, free of charge. The recall began on March 23, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S40." -10/26/2016,16V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V781000),"General Motors, LLC",Side Air Bag Fabric May Tear During Deployment,AIR BAGS,16079,Vehicle,18,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Malibu vehicles manufactured November 18, 2015, to June 7, 2016. The fabric of the side-impact air bag cushion may tear during deployment.","If the air bag tears during deployment, the air bag may not perform as designed, increasing the risk of injury in the event of a crash.","GM will notify owners, and dealers will inspect and, as necessary, replace the air bag module, free of charge. The recall began October 27, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 16079." -10/26/2016,16V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V780000),"Forest River, Inc.",Stowage of Ramp may cause Engine Stall,EQUIPMENT,29-10212016-0261,Vehicle,22,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Rockport cargo box trucks and work trucks manufactured December 8, 2015, to May 31, 2016 and built on GM chassis. Cycling the rear ramp in and out may cause the electrical connections on the fuel sending unit to be damaged, resulting in a loss of fuel pressure.","A loss of fuel pressure will result in an engine stall, increasing the risk of a crash.","Forest River will notify owners, and dealers will reinstall the loading ramp structure to give sufficient clearance, free of charge. The recall began on November 29, 2016. Owners may contact Forest River customer service at 1-574-522-7599. Forest River's number for this recall is 29-10212016-0261." -10/26/2016,16V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V776000),Shyft Group,Throttle Circuit Electrical Interference,ELECTRICAL SYSTEM,16025,Vehicle,245,"Spartan Motors USA (Spartan) is recalling certain model year 2017 Spartan Specialty Vehicle K2 and K3 vehicles manufactured March 24, 2016, to August 31, 2016. The throttle circuit wires on the affected vehicles may not have been be twisted to cancel out electromagnetic interference, and as a result, interference may cause the throttle signal to be higher or lower than intended.",Unintended deceleration or acceleration can increase the risk of a crash.,"Spartan will notify owners, and dealers will install an overlay harness with twisted wires, free of charge. The recall began on November 3, 2016. Owners may contact Spartan customer service at 1-800-543-5277. Spartan's number for this recall is 16025." -10/25/2016,16E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E079000),Atwood Mobile Products,Left Side Seat Adjuster Changes Position/FMVSS 210,SEAT BELTS,NR (Not Reported),Equipment,1540,"Atwood Mobile Products (Atwood) is recalling certain left side seat adjusters, model numbers 486059, 486053, 486077, 487952, and 486954, used in All Belts to Seats (ABTS) applications, manufactured June 14, 2016, to August 31, 2016. The affected seat adjusters may allow seats to move in the event of a crash. As such, these adjusters fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat moves in the event of a crash, the seat occupant would be at an increased risk of injury.","The remedy for this recall is still under development. The recall began on October 26, 2016. Owners may contact Atwood customer service at 1-574-264-2131." -10/25/2016,16E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E080000),Ivolution Sports Inc.,Mohawk may not Easily Detach from Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1007,"Ivolution Sports Inc. (Ivolution) is recalling certain IV2 JX-SKY 3/4 open face helmets manufactured October 16, 2015, to November 12, 2015. The affected helmets have a detachable Skull Mohawk portion that was affixed with a metal screw instead of a plastic screw, preventing the Mohawk from easily detaching in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","If the Mohawk feature of the helmet does not detach in the event of a crash, the rider could be at an increased risk of neck injury.","Ivolution will notify owners, and provide a full refund for all returned helmets. The recall began on September 13, 2016. Owners may contact Ivolution customer service at 1-951-852-6327." -10/24/2016,16V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V772000),"Jayco, Inc.",Axles Underrated for Trailer Capacity,STRUCTURE,9901330,Vehicle,30,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Eagle fifth wheel trailers, model 355 MBQS, manufactured October 7, 2016, to October 11, 2016. The affected vehicles may have an axle of insufficient load capacity.","If the axle is overloaded, excess tire wear may result, possibly causing tire failure and an increased risk of a crash.","All of the affected trailers have been quarantined at dealers and therefore owner notification letters will not be sent. Jayco dealers will replace the 6000lb capacity axle with a 7000lb capacity axle, including new rims and tires and will install updated Federal ID, and Cargo Carrying Capacity labels, free of charge. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901330." -10/24/2016,16V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V775000),Toyota Motor Engineering & Manufacturing,Brake Fluid Level Sensor Inoperative/FMVSS 135,ELECTRICAL SYSTEM,G03,Vehicle,7056,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Highlander vehicles manufactured May 26, 2016, to September 16, 2016. The brake fluid level sensor may not be connected to the wire harness, preventing the sensor from detecting the brake fluid level. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 135, ""Light Vehicle Brake Systems.""","If the brake fluid level is low and is not detected, the braking performance may be decreased, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect and, as necessary, connect the wire harness to the sensor, free of charge. The recall began November 14, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this G03." -10/24/2016,16V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V774000),"Forest River, Inc.",Carbon Monoxide Leak from Missing Cable Tie,EQUIPMENT,55-10162016-0257,Vehicle,156,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Dynamax Isata motorhomes, models ISC24FWM, ISC24RWM, ISC35DBD and ISC36DSD, manufactured May 19, 2016, to October 19, 2016. The affected vehicles may be missing a securing cable tie on the rubber grommet for the copper liquid propane (L.P.) gas line, allowing liquid propane to enter the cabin.","If the rubber grommet is not properly sealed and secured, there is an increased risk of propane leak and a fire.","Forest River will notify owners, and dealers will inspect the grommet and install a cable tie, as necessary, free of charge. The recall began on November 21, 2016. Owners may contact Forest River customer service at 1-574-262-3474 extension 203. Forest River's number for this recall is 55-10162016-0257." -10/24/2016,16V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V769000),"ARBOC Specialty Vehicles, LLC",Engine can be Started while being Serviced,ENGINE,NR (Not Reported),Vehicle,18,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain model year 2016 Spirit of Liberty vehicles manufactured November 7, 2014, to July 29, 2016. In the affected vehicles, the rear engine-run lockout safety switch may have been improperly wired, and as a result, it may be possible to start the engine while the vehicle is being worked on by a mechanic.","If the engine can be started while a mechanic is working on the vehicle, they have an increased risk of injury and or death.","ARBOC will notify owners, and dealers will inspect the rear engine-run lockout safety switch wiring, correcting it as necessary, free of charge. The recall is expected began on November 4, 2016. Owners may contact ARBOC customer service at 1-866-953-5555." -10/24/2016,16V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V770000),Kia Motors America,Inadequately Welded Driver Seatback Frame,SEATS,SC140,Vehicle,1408,"Kia Motors America (Kia) is recalling certain model year 2016 Kia Sorento vehicles manufactured March 3, 2016 to March 21, 2016. The driver's seatback frame may have been produced with inadequate weld joints and, as a result, the seatback may not function as designed in the event of a rear-end collision.","In the event of a crash, the driver seatback frame could break and fail to restrain a seat occupant, increasing the risk of injury.","Kia will notify owners, and dealers will inspect the welds and replace the driver seatback frame, as necessary, free of charge. The recall began on December 9, 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC140." -10/24/2016,16V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V771000),East Manufacturing Corp.,Rivet Failure may Cause RAD to Detach,EQUIPMENT,16E-066,Vehicle,20,"East Manufacturing Corp. (East) is recalling certain model year 2016 Beast II flatbed trailers manufactured May 22, 2015, to June 19, 2015, equipped with certain Conestoga XP sliding trailer tarping systems with RAD-style rear closures. In the affected trailers, the rear aerodynamic device (RAD) may separate from the rear of the tarping system, due to rivet failure.","If the RAD detaches from the trailer it may be a road hazard, increasing the risk of a crash.","East will notify owners, and dealers will replace the mounting rivets with a bolted connection, free of charge. The recall began on September 6, 2016. Owners may contact East customer service at 1-330-325-9921. East's number for this recall is 16E-066." -10/24/2016,16V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V773000),Newmar Corporation,Wardrobe Slide Out may Extend Unexpectedly,EQUIPMENT,NR (Not Reported),Vehicle,19,"Newmar Corporation (Newmar) is recalling certain model year 2017 Dutch Star and Ventana motorhomes manufactured May 17, 2016, to September 27, 2016. On certain motorhomes, the wardrobe slide out motor may have been installed without having a brake.","If the slide out motor does not have a brake installed, the slide out box could extend unexpectedly, increasing the risk of a crash.","Newmar will notify owners, and dealers will inspect the motor and replace it if necessary, free of charge. The recall ibegan on December 16, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -10/21/2016,16V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V768000),Newmar Corporation,Entry/Exit Steps May Retract Unexpectedly,EQUIPMENT,NR (Not Reported),Vehicle,42,"Newmar Corporation (Newmar) is recalling certain model year 2017 London Aire, Essex, and King Aire motorhomes manufactured December 9, 2015, to September 26, 2016. The hydraulic entry step controller may not be functioning as designed and may allow the steps to retract unexpectedly.","The steps can retract without warning, causing someone using the steps to fall, increasing the risk of injury.","Newmar will notify owners, and dealers will inspect the steps and update the controller software, free of charge. The recall is expected to begin December 19, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -10/21/2016,16V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V767000),Kovatch Mobile Equipment Corp.,Separation of Aerial Water Way Trolley,EQUIPMENT,NR (Not Reported),Vehicle,54,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2011-2013 Predator Panther Aerial, 2011-2015 Predator Aerial, 2012-2015 Predator SS Aerial, 2014 Predator TDA, and 2014-2015 Predator SS TDA emergency vehicles equipped with aerial water way trollies. The aerial device water way trolley could separate from the ladder.","If the water way trolley separates from the ladder, it may fall, increasing the risk of injury to those nearby.","KME will notify owners, and dealers will install re-enforcement inserts to the side clamps of the water way trolley, free of charge. The recall began on December 1, 2016. Owners may contact KME customer service at 1-800-235-3928." -10/21/2016,16V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V764000),"Kaufman Trailers of NE, Inc.",Spring Eye may Break Allowing Axle to Move,SUSPENSION,NR (Not Reported),Vehicle,127,"Kaufman Trailers of NE, Inc. (Kaufman) is recalling certain model year 2015-2016 FE-3/7K-44 Mini Car Haulers manufactured January 1, 2015, to August 31, 2016. On the affected trailers, the spring eye may break off the spring and allow the axle to slide back and forth.","If the axle slides back and forth, the tires on that axle may contact the fenders or the adjacent tires, possibly damaging the tires and increasing the risk of a crash.","Kaufman has notified owners and dealers will replace all of the springs on the affected trailers with a newly designed spring that has a thicker top leaf and rubber bushing with steel sleeve. The recall began on October 24, 2016. For help with this recall, owners may contact Kaufman at 1-336-790-2756." -10/21/2016,16V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V765000),"Navistar, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,685,"Navistar, Inc. (Navistar) is recalling certain model year 2015 IC Bus AE and BE, 2015-2017 CE and 2016-2017 RE school buses, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Navistar will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 28, 2016. Owners may contact Navistar customer service at 1-331-332-1590, or Ricon Customer Service at 1-800-322-2884." -10/21/2016,16V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V766000),"Navistar, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"Navistar, Inc. (Navistar) is recalling certain model year 2016 IC Bus RE transit buses manufactured November 12, 2015, to November 16, 2015, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Navistar will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 28, 2016. Owners may contact Navistar customer service at 1-331-332-1590, or Ricon Customer Service at 1-800-322-2884." -10/20/2016,16V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V759000),"Mercedes-Benz USA, LLC",Low-Beam Headlights out of Adjustment/FMVSS 108,EXTERIOR LIGHTING,2016100003,Vehicle,2215,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016-2017 GLE 300d 4MATIC, GLE 350, GLE 350 4MATIC, and GLE 400 4MATIC vehicles manufactured October 14, 2015, to November 23, 2015. The low beam headlights on the affected vehicles may not be properly adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","If the low-beam headlights are out of adjustment, the driver's visibility may be reduced, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and correct the headlight adjustment, as necessary, free of charge. The recall is expected to begin in November 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -10/20/2016,16V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V760000),"Mercedes-Benz USA, LLC",Low-Beam Headlights out of Adjustment/FMVSS 108,EXTERIOR LIGHTING,2016100004,Vehicle,996,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016-2017 S550 Coupe 4MATIC, S63 AMG Coupe 4MATIC, S65 AMG Coupe and S63 AMG Convertible 4Matic vehicles manufactured September 3, 2015, to February 4, 2016. The low beam headlights on the affected vehicles may not be properly adjusted. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the low-beam headlights are out of adjustment, the driver's visibility may be reduced, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and correct the headlight adjustment, as necessary, free of charge. The recall is expected to begin in November 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -10/20/2016,16V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V762000),"Forest River, Inc.",Mislabeled Axle Capacity,SUSPENSION,20-10112016-0255,Vehicle,8,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Cedar Creek recreational trailers manufactured September 8, 2016, to September 19, 2016. The axles installed on these vehicles were incorrectly identified as having a 7,000 pound capacity when they were only rated and designed to carry up to 6,000 pounds.","The owner of a vehicle with the incorrect axles could unknowingly overload the vehicle, possibly resulting in a loss of control or reduced braking distance, potentially increasing the risk of a crash.","All affected vehicles have been captured at the dealer level and are being repaired prior to sale. Therefore, an owner notification letter will not be issued for this campaign. Dealers will replace the axles that are rated for a 7,000lb capacity. Owners may contact Forest River customer service at 1-574-593-4000 extension 20209. Forest River's number for this recall is 20-10112016-0255." -10/20/2016,16V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V761000),Entegra Coach,Tempurpedic Mattress may Burn Quickly/FMVSS 302,EQUIPMENT,9903329,Vehicle,634,"Entegra Coach (Entegra) is recalling certain model year 2016-2017 Cornerstone and Anthem motorhomes manufactured April 7, 2015, to August 18, 2016. The affected vehicles are equipped with a Tempurpedic Sealy Mattress that may burn quickly when on fire. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""","If the mattress burns quickly, a vehicle occupant may not have enough time to exit the vehicle in the event of a fire, increasing the risk of injury.","Entegra will notify owners, and dealers will replace the Tempurpedic Sealy Mattress with a Sleep Number Mattress, free of charge. The recall began on November 3, 2016. Owners may contact Entegra customer service at 1-800-517-9137. Entegra's number for this recall is 9903329." -10/19/2016,16V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V758000),"Mercedes-Benz USA, LLC",Fuel System Failure due to Wiring Harness Damage,"FUEL SYSTEM, GASOLINE",2016100001,Vehicle,6858,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2017 E300 Sedan and E300 Sedan 4Matic vehicles manufactured December 10, 2015, to June 30, 2016. In the affected vehicles, the rear bench seat frame may contact and damage the wiring harness for the fuel pump, fuel tank pressure sensor or fuel level gauge.","Damage to the fuel pump wiring may result in an engine stall, increasing the risk of a crash.","MBUSA has notified owners, and dealers will modify the routing of the affected wiring harness, repairing it as necessary, free of charge. The recall began October 28, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -10/19/2016,16V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V757000),Johnston North America,Hinge Cracks may cause Hopper Detachment,STRUCTURE,NR (Not Reported),Vehicle,214,"Johnston North America (Johnston) is recalling certain model year 2013-2016 VT651 and VT801 street sweepers manufactured May 1, 2013, to October 13, 2016. The affected street sweepers have tipping hinges that may crack, allowing the hopper to detach from the chassis.","If the hopper detaches, it can increase the risk of injury to those nearby.","Johnston will notify owners, and dealers will install a reaction beam to increase the torsional stiffness of the body and stabilize the tipping pivot brackets, free of charge. The recall began on November 4, 2016. Owners may contact Johnston customer service at 1-704-658-1333." -10/19/2016,16V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V756000),Newmar Corporation,Incorrectly Installed Collision Mitigation Radar,FORWARD COLLISION AVOIDANCE,NR (Not Reported),Vehicle,15,"Newmar Corporation (Newmar) is recalling certain model year 2017 King Aire motorhomes manufactured January 22, 2016, to October 4, 2016. The affected vehicles are equipped with WABCO OnGuard collision mitigation radar which may have been mounted upside down on the front lower bumper, resulting in decreased performance.","If the collision mitigation radar has reduced performance, there may be an increased risk of a crash.","Newmar will notify owners, and dealers will check the orientation of the OnGuard radar and, if necessary, correct the orientation, free of charge. The recall began on December 14, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -10/19/2016,16V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V755000),Polaris Inc.,Swing Arm may have Decreased Strength,POWER TRAIN,T-16-06,Vehicle,17572,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015-2017 Slingshot motorcycles manufactured March 4, 2014, to September 7, 2016. The affected vehicles may have been manufactured with a swing arm that has insufficient strength.","Due to the insufficient swing arm strength, the swing arm may fracture resulting in a loss of momentum or vehicle control, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect, and repair or replace the swing arm, as necessary, free of charge. The recall began December 2016. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-16-06." -10/18/2016,16V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V752000),Polaris Inc.,Brake Fluid Leak from Overtorqued Pressure Switch,"SERVICE BRAKES, HYDRAULIC",T-16-02,Vehicle,6860,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2016-2017 Slingshot motorcycles manufactured December 28, 2015, to April 27, 2016. The brake pressure switch may have been over tightened in the affected motorcycles.","Over tightening of the brake pressure switch may damage the seal, allowing brake fluid to leak, resulting in reduced brake performance, increasing the risk of a crash.","Polaris will notify owners, and dealers will install new brake pressure switch seals, free of charge. The recall began December 2016. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-16-02." -10/18/2016,16V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V754000),Polaris Inc.,Fuel Line may Leak from Abrasion Against Hood,"FUEL SYSTEM, GASOLINE",T-16-03,Vehicle,17795,"Polaris Idustries, Inc. (Polaris) is recalling certain model year 2015-2017 Slingshot motorcycles manufactured March 4, 2014, to October 7, 2016. The affected vehicles may have insufficient clearance between the fuel line and the hood structure.",The insufficient clearance may allow the fuel line to rub against the hood until it leaks fuel. A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Polaris will notify owners, and dealers will replace the replace the engine fuel line, and inspect the retention clips to reduce the risk of interference, free of charge. The recall began December 2016. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is T-16-03." -10/18/2016,16V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V751000),"Forest River, Inc.",Incorrect Federal Tire Placard/FMVSS 110,EQUIPMENT,37-10132016-0256,Vehicle,149,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Surveyor recreational vehicles, model ORSVT247BHDS, manufactured August 10, 2016, to September 13, 2016. The Federal Placard installed on the vehicles indicate an incorrect tire and rim combination. The Federal Placard states that the trailer is equipped with ST225/75R15D tires with 65 PSI and a rim designation of 15X6.0JJ, when actually they have ST205/75R14C tires with 50 PSI and a rim designation of 14X5.5JJ. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The operator may over-inflate the tire based on the information printed on the Federal Placard. Overinflating a tire may lead to pre-mature tire degradation, a tire blowout, or reduced handling, increasing the risk of a crash.","Forest River will notify owners and dealers and will provide a corrected Federal Placard, free of charge. The recall began on November 18, 2016. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 37-10132016-0256." -10/18/2016,16V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V749000),"Forest River, Inc.",Instrument Cluster Warning Incorrect/FMVSS 101/105,ELECTRICAL SYSTEM,51-10022016-0252,Vehicle,63,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 StarTrans P/S2 transit buses manufactured January 19, 2016, to May 2, 2016, and model year 2016-2017 Glaval Legacy transit buses manufactured November 9, 2015, to August 4, 2016, equipped with ICU3 instrument clusters and hydraulic brakes. In the event of a brake malfunction, these clusters may illuminate the Brake System Malfunction telltale/indicator lamp with the word ""PARK"" instead of the word ""BRAKE"". As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays,"" and number 105, ""Hydraulic and Electric Brake Systems.""","If the word ""PARK"" illuminates instead of the word ""BRAKE,"" the driver may be unaware of a braking issue or malfunction, increasing the risk of a crash.","Forest River will notify owners, and Daimler Trucks North America LLC (DTNA) authorized service facilities will replace the ICU3 dash instrument clusters, free of charge. An interim notice was mailed to owners on November 23, 2016. Owners may contact StarTrans customer service at 1-574-642-3112, Glaval customer service at 1-574-343-5167, or DTNA customer service at 1-800-547-0712. Forest River's number for this recall is 51-10022016-0252." -10/18/2016,16E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E078000),Lippert,Loss of Trailer Braking from Brake Control Module,ELECTRICAL SYSTEM,LCI-68-092016,Equipment,304,"Lippert Components, Inc. (LCI) is recalling certain Sway Command anti-sway tow controllers, part number 0271841, manufactured January 5, 2016, to July 19, 2016 and sold for use with model year 2014-2016 GM trucks. The use of LCI's Sway Command with these trucks that are equipped with the Integrated Trailer Brake Control Module (ITBCM) could cause reduced braking effectiveness or a loss of brake control when towing a trailer.",Reduced or complete loss of braking control can increase the risk of a crash.,"LCI will notify owners and will replace the current controller with an updated controller with correct programming, free of charge. The recall began on December 5, 2016. Owners may contact 1-574-537-8900. LCI's number for this recall is LCI-68-092016." -10/18/2016,16V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V750000),"Chrysler (FCA US, LLC)",Passenger Air Bag Door May Detach,AIR BAGS,S77,Vehicle,2,"Chrysler (FCA US LLC) is recalling certain 2016 MY Dodge Viper vehicles manufactured January 6, 2016, to January 8, 2016. A defective vibration weld on the passenger airbag chute may cause the passenger air bag door to detach during the air bag deployment.","If the air bag door detaches during deployment, there is an increased the risk of injury to vehicle occupants.","Chrysler will notify owners, and dealers will replace the passenger side upper panel assembly, free of charge. The recall began on November 17, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S77." -10/18/2016,16V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V753000),Mazda North American Operations,Turn Signals do not Cancel Automatically/FMVSS 108,EXTERIOR LIGHTING,0316J,Vehicle,180,"Mazda North American Operations (Mazda) is recalling certain model year 2017 Mazda6 vehicles manufactured August 12, 2016, to September 28, 2016 and equipped with optional accessory fog lights. Due to an incorrect combination switch being installed, the turn signals may not automatically cancel by the rotation of the steering wheel. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A vehicle continuously driven with the turn signal flashing may result in confusion to other drivers, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace the combination switch, free of charge. The recall began December 2016. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0316J." -10/17/2016,16V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V744000),Newmar Corporation,Incorrect Wheelchair Lift Base Bolts/FMVSS 404,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,114,"Newmar Corporation (Newmar) is recalling certain model year 2012-2017 Canyon Star motor homes manufactured September 7, 2011, to September 6, 2016 and equipped with wheelchair lifts. Incorrect bolts may have been used to install the wheelchair lift base. These bolts may unexpectedly break allowing the lift to move. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 404, ""Platform Lift Installations.""",Unintentional movement of the wheelchair lift can cause injury to the lift occupant and/or the lift operator.,"Newmar will notify owners, and Newmar service facilities will replace the wheelchair lift base mounting bolts, free of charge. The recall began on October 28, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -10/17/2016,16V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V748000),"Jayco, Inc.",Inner Wall of Tires Rubbing Against Wheel Wells,TIRES,9901326,Vehicle,81,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Jay Sport camping trailers manufactured March 31, 2016, to September 30, 2016 and equipped with the Baja Option. The inside walls of the tires on the affected vehicles may rub against the wheel wells, possibly resulting in a tire blowout.",A tire blowout may increase the risk of a crash.,"Jayco will notify owners, and dealers will replace the axle and wheel wells and labels, free of charge. The recall began on November 10, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901326." -10/17/2016,16V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V745000),Entegra Coach,Intermittent Power Steering Assist Loss,STEERING,9903325,Vehicle,56,"Entegra Coach (Entegra) is recalling certain model year 2017 Cornerstone motorhomes manufactured April 13, 2016, to August 25, 2016. The affected vehicles have a power steering pump that may have an occasional loss of output power resulting in reduced or intermittent loss of power steering assist.",An intermittent loss of power steering assist could increase the risk of a crash.,"Entegra will notify owners, and Qualified Spartan Service Centers will replace the power steering pumps, free of charge. The recall began on November 10, 2016. Owners may contact Entegra customer service at 1-800-945-4787. Entegra's number for this recall is 9903325." -10/17/2016,16V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V746000),"BMW of North America, LLC",Loose Fuel Pump Wiring may cause Stall/Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,136188,"BMW of North America, LLC (BMW) is recalling certain model year 2007-2011 BMW X5 3.0si, X5 4.8i, X5 M, X5 xDrive30i, X5 xDrive35i, X5 xDrive48i and X5 xDrive50i, 2008-2011 X6 x Drive35i, X6 xDrive50i and X6 M, 2010-2011 X6 ActiveHybrid, 535i xDrive Gran Turismo, 535i Gran Turismo, 550i xDrive Gran Turismo and 550i Gran Turismo, 2011-2012 528i, 535i, 535i xDrive, 550i and 550i xDrive and 2012 535i ActiveHybrid, 640i Convertible, 650i Convertible, 650i xDrive Convertible, 650i Coupe and 650i Coupe xDrive vehicles. The affected vehicles have in-tank fuel pumps that may have insufficiently crimped wire contacts.","The loose wires may cause the connector to melt, resulting in a fuel leak. Additionally, the fuel pump may stop working, possibly causing an engine stall and increase the risk of a crash.","BMW will notify owners, and dealers will replace the fuel pump module, free of charge. The recall began February 2017. Owners may contact BMW customer service at 1-800-525-7417." -10/17/2016,16V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V747000),"BMW of North America, LLC",Seat Belt may Not Lock/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,15455,"BMW of North America, LLC (BMW) is recalling certain model year 2016-2017 X1 sDrive28i, X1 xDrive28i, MINI Hardtop 4 Door Cooper, Mini Hardtop 4 Door Cooper S, MINI Cooper Clubman, and Cooper S Clubman, 2017 Rolls-Royce Ghost, and 2016 528i vehicles. The vehicle-sensitive locking mechanism of the seat belt Emergency Locking Retractor (ELR) for the driver's seat may not lock as designed. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","In the event of a crash where heavy braking is applied, the Emergency Locking Retractor (ELR) may activate when the occupant is more forward in the seat, possibly increasing the risk of injury.","BMW will notify owners, and dealers will replace the driver's seat belt assembly, free of charge. The recall began July 3, 2019. Owners may contact BMW customer service at 1-800-525-7417." -10/17/2016,16V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V743000),"Seagrave Fire Apparatus, LLC",Steering may Unexpectedly Lock,STEERING,15V-687/RSB16-260-00,Vehicle,1,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling one model year 2010 Seagrave Heavy Rescue Body Fire Truck manufactured January 5, 2010, to January 19, 2015 and built on a Spartan Motors Metro Star chassis. In the affected vehicle, the power steering fluid may overheat and cause the steering to unexpectedly lock during steering maneuvers.","If the steering locks, there could be a loss of control of the vehicle, increasing the risk of a crash.","Seagrave has notified the owner, and a Spartan Motors service provider will install a cooler to prevent the steering fluid from overheating, free of charge. The recall began October 21, 2016. Owners may contact Seagrave customer service at 1-715-823-2141 or Spartan Motors USA, Inc. at 1-800-543-5008. Seagrave's number for this recall is 15V-687/RSB16-260-00." -10/14/2016,16V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V740000),"Morbark, Inc.",Incorrect Location of Side Marker Lights/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3331,"Morbark, Inc. (Morbark) is recalling certain model year 2008-2016 Beever wood chippers, models M15R, M15RX, M18R, M18RX and M20R, manufactured January 5, 2008, to October 3, 2016. The side marker lights on the affected vehicles may be mounted too high to be easily seen. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Side marker lights in an incorrect location may increase the risk of a crash.,"Morbark will notify owners, and dealers will relocate the rear side marker lights, free of charge. The recall began on January 9, 2017. Owners may contact Morbark customer service at 1-517-866-2381." -10/14/2016,16V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V741000),Toyota Motor Engineering & Manufacturing,Parking Brake Cable may Disengage from Lever,PARKING BRAKE,G01,Vehicle,91585,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016-2017 Prius vehicles manufactured August 6, 2015, to October 3, 2016. The affected vehicles are equipped with a foot-operated parking brake system that has a parking brake cable that may disengage.","If the parking brake cable disengages from the mechanism and the transmission is left in a gear other than 'Park' while the ignition is on and the driver leaves the vehicle, the vehicle may roll unexpectedly, increasing the risk of a crash.","Toyota will notify owners, and dealers will install a clip at the parking brake cable end to prevent the cable from disengaging, free of charge. The recall began November 10, 2016. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is G01." -10/14/2016,16V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V742000),Supreme Corporation,Roller Support Chains on Lift Gate may Fail,STRUCTURE,NR (Not Reported),Vehicle,44,"Supreme Corporation (Supreme) is recalling certain model year 2014-2015 Spartan Service Body, Signature Van, Iner-City and Kold King vehicles. The affected vehicles are equipped with equipped with Thieman Tailgates-brand TVL 12/16 series lift gates supported with roller chains that may fail.","Failure of either the street or curb side roller chain would result in that side of the platform falling immediately to the ground without notice, causing an uneven surface and increasing the risk of injury.","Supreme will notify owners, and Thieman dealers will inspect and repair the lift gates, as necessary, free of charge. The recall began on November 22, 2016. Owners may contact Supreme customer service at 1-800-842-4889." -10/13/2016,16V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V739000),"Chrysler (FCA US, LLC)",Alternator may Fail Resulting in Engine Stall/Fire,ELECTRICAL SYSTEM,S68,Vehicle,74811,"Chrysler (FCA US LLC) is recalling certain model year 2011-2014 Dodge Charger Police vehicles, 2007-2013 RAM 3500 Cab Chassis, 2008-2013 RAM 4500 and 5500 Cab Chassis, and 2013 RAM 2500 and 3500 vehicles. The affected vehicles have a 220 amp alternator that may suddenly fail.","If the alternator fails, the vehicle may stall without warning, increasing the risk of a crash. There is also the possibility that the alternator may short circuit, increasing the risk of a fire.","Chrysler will notify owners, and dealers will replace the alternator with a revised alternator, free of charge. The recall began on December 23, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S68." -10/13/2016,16V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V735000),Volvo Trucks North America,Ball Joints may Fail due to Corrosion,SUSPENSION,RVXX1606,Vehicle,4177,"Volvo Trucks North America (Volvo) is recalling certain model year 2009-2016 VHD trucks manufactured from April 7, 2008, through December 9, 2015, equipped with USK non-greasable drag links. The ball joint seals may be compromised, which can allow water and other contaminants to enter the ball joints.","If water and contaminants enter the ball joint, corrosion can occur and lead to accelerated wear, which over time can result in failure of the ball joint, possibly resulting in complete loss of steering, increasing the risk of a crash.","Volvo will notify owners, and dealers will replace the drag links, free of charge. The recall began on December 2, 2016. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1606." -10/13/2016,16V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V734000),"Chrysler (FCA US, LLC)",Front Impact Sensor may Disconnect in a Crash,AIR BAGS,S76,Vehicle,182743,"Chrysler (FCA US LLC) is recalling certain model year 2016-2017 Jeep Wrangler vehicles manufactured June 16, 2015, to August 14, 2016. In certain crash conditions, the front impact sensor wiring may be pulled until it detaches before a signal can be received by the Occupant Restraint Controller (ORC).","If the ORC module does not receive a signal from the front impact sensor, both frontal air bags and the seat belt pretensioners will not deploy in the event of a crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will reroute the front impact sensor wiring and relocate the impact sensor branch, free of charge. The recall began on November 10, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S76." -10/13/2016,16V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V736000),"Chrysler (FCA US, LLC)",Improper Driver Air Bag Wire Routing,AIR BAGS,S75,Vehicle,14,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Viper vehicles manufactured May 24, 2016, to August 28, 2016. The wires for the driver's frontal air bag may be pinched.","If the driver's air bag wires are pinched, the air bag may not deploy properly in the event of a crash necessitating air bag deployment, increasing the risk of injury.","Dodge will notify owners, and dealers will replace the driver's frontal air bag and clockspring, free of charge. The recall is began on November 17, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's recall number for this recall is S75." -10/13/2016,16V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V738000),"Subaru of America, Inc.",Power Relay may Fail Allowing Air Pump to Overheat,ELECTRICAL SYSTEM,WTM-73,Vehicle,100127,"Subaru of America, Inc. (Subaru) is recalling certain model year 2007-2009 model year Legacy and Outback vehicles, 2008-2014 Impreza vehicles and 2009-2013 Forester vehicles, all equipped with turbo-charged engines. The relay that controls the secondary air injection pump may fail, causing the pump to continuously operate and overheat.","If the air injection pump overheats, it may melt and increase the risk of a fire.","Subaru will notify owners, and dealers will replace the secondary air injection pump relay, free of charge. The recall began December 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTM-73." -10/13/2016,16V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V737000),E-One Incorporated,Pump Drive Shaft or Bearings may Loosen,EQUIPMENT,NR (Not Reported),Vehicle,17,"E-One Incorporated (E-One) is recalling certain model year 2012-2016 E-One Pumpers manufactured January 1, 2012, to June 23, 2016 and built on a Ford F-550 chassis modified to be equipped with driveline-driven (""split-shaft"") pumps. The bearings and drive shafts of the pumps may loosen due to high vibration levels, such as those created when the vehicle is driven above 65 MPH.","If the bearings or drive shafts loosen, parts may fall from the vehicle becoming road hazards, the pump may not function to assist in fire fighting or there may be a loss of vehicle control, increasing the risk of a crash.","E-One will notify owners, and Ford dealers will recalibrate the vehicle to be speed limited to 65 MPH, free of charge. The recall began on November 29, 2016. Owners may contact E-One customer service at 1-352-861-3612." -10/12/2016,16V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V731000),Ford Motor Company,Incorrect Headlight Lenses/FMVSS 108,EXTERIOR LIGHTING,16C15,Vehicle,1827,"Ford Motor Company (Ford) is recalling certain model year 2017 Lincoln Continental vehicles manufactured June 14, 2016, to September 23, 2016 and equipped with high intensity discharge (HID) headlights. The headlights may have been built with incorrect lenses, adversely affecting the turn signal visibility as well as not being properly marked. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""",Reduced turn signal visibility to other drivers and pedestrians can increase the risk of a crash.,"Ford will notify owners, and dealers will inspect the headlights, replacing them as necessary, free of charge. The recall began November 16, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C15." -10/12/2016,16V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V732000),"Forest River, Inc.",Incorrect Information on Federal Placard/Part 567,EQUIPMENT,225-10062016-0253,Vehicle,207,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Coachmen Galleria recreational vehicles, manufactured October 27, 2015, through August 31, 2016. The affected vehicles have an incorrect Cargo Carrying Capacity Federal placard indicating two seat-belted locations when the vehicle has up to five additional designated seating areas, causing the cargo capacity listed to be inaccurate. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The incorrect cargo capacity information may result in the vehicle being overloaded, increasing the risk of a crash.","Forest River will notify owners, and dealers will adhere a corrected Federal Placard, free of charge. The recall began on November 18, 2016. Owners may contact Forest River customer service at 1-574-825-8628. Forest River's number for this recall is 225-10062016-0253." -10/12/2016,16V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V727000),Keystone RV Company,Loose or Frayed Wiring may cause Fire,ELECTRICAL SYSTEM,16-266,Vehicle,84,"Keystone RV Company (Keystone) is recalling certain model year 2017 Dutchmen Coleman recreational trailers, models 1805RB, 3025RE, 2305QB, 3015BH, 262BH and 2605RL, manufactured September 15, 2016, to September 27, 2016. Wiring in the power center may be loose and some wires may be frayed.",Loose or frayed wiring may increase the risk of a fire.,"Keystone has notified owners, and dealers will inspect the wiring in the power center, correcting it as necessary, free of charge. The recall began on October 17, 2016. Owners may contact Keystone customer service at 1-574-535-2100. Keystone's number for this recall is 16-266." -10/12/2016,16V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V730000),"ShowHauler Trucks, Inc.",Roller Chain on Lift Gate Insufficient Strength,STRUCTURE,16E076,Vehicle,3,"ShowHauler Trucks, Inc. (ShowHauler) is recalling certain model year 2014-2015 Garagecoaches manufactured September 25, 2014, to July 7, 2015. The affected vehicles are equipped with Thieman Tailgates-brand TVL 12/16 series lift gates supported with roller chains that may fail.","Failure of either the street or curb side roller chain would result in that side of the platform falling immediately to the ground without notice, causing an uneven surface and increasing the risk of injury.","ShowHauler will notify owners, and Thieman dealers will replace the lift gate chains, free of charge. The recall began on October 20, 2016. Owners may contact Thieman customer service at 1-800-524-5210 extension 104 or ShowHauler customer service at 1-574-825-6764. ShowHauler's number for this recall is 16E076." -10/12/2016,16V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V729000),Ducati North America,Side Stand Screw may Loosen and cause Bike to Fall,STRUCTURE,RCL-16-003(B),Vehicle,1433,"Ducati North America (Ducati) is recalling certain model year 2016-2017 XDiavel motorcycles manufactured July 7, 2015, to June 22, 2016. The side stand plate lower fastening screw on the affected motorcycles may not be sufficiently tightened, causing the stand to fail and the bike to fall. Additionally, during normal use on the road, the loosening of the lower screw could cause damage to the side stand sensor switch, causing the engine to stall.","If the lower stand place screw becomes loose it can cause the bike to fall, or the engine to stall, increasing the risk of injury or a crash.","Ducati will notify owners, and dealers will replace the side stand pivot and side stand plate fastening screw, free of charge. The recall began November 7, 2016. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is RCL-16-003(B)." -10/12/2016,16V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V733000),Ford Motor Company,"Software Affecting Stability Control/FMVSS 126,135",ELECTRONIC STABILITY CONTROL,16C14,Vehicle,53,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Ford Edge vehicles manufactured February 9, 2015, to August 12, 2016. During dealer servicing, the affected vehicles may be have been updated with incorrect Antilock Brake System (ABS) and Electronic Stability Control (ESC) software. This software can cause the ESC system to lose engine torque control, and not provide any warning lamps to warn the driver if there was an ABS or ESC system malfunction. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems"" and number 135, ""Light Vehicle Brake Systems.""","If the operator is not warned of an ABS or ESC malfunction and the ESC loses engine torque control, there would be an increased risk of a crash.","Ford will notify owners, and dealers will replace the ABS module, and update the service software, free of charge. The recall begin November 22, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C14." -10/12/2016,16V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V728000),"Forest River, Inc.",Wiring Harness may Rub and Short,ELECTRICAL SYSTEM,10-10062016-0254,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Flagstaff and Rockwood trailers equipped with two air conditioners. There is may be excess slack in the wiring harness used in the air conditioner that contains a heating element.","If the wires are not tied back and properly secured away from the heating element, the wires may contact the heating element, melt and short, increasing the risk of a fire.","Forest River will notify owners, and dealers will install a remedy kit to constrain the wires, free of charge. The recall began on November 1, 2016. Owners may contact Forest River customer service at 1-574-642-5164. Forest River's number for this recall is 10-10062016-0254." -10/11/2016,16E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E077000),Christianson Industries Inc,Aluminum Ladder Hinge may Separate,EQUIPMENT,NR (Not Reported),Equipment,14536,"Christianson Industries, Inc. (Christianson) is recalling certain aluminum black ladders manufactured July 8, 2014 to August 31, 2015, sold for installation on Toy Hauler recreational vehicles. The affected ladders have retractable hinges, each with a welded 'top hat' that can separate from the hinge.","If the hinges separate from the ladder while in use, the ladder may fall from the vehicle, increasing the risk of injury.","Christianson will notify the purchasers of the ladders and provide a repair kit for the ladders for dealers to install, free of charge. The recall began on November 20, 2016. Owners may contact Christianson's customer service number at 1-269-663-8502." -10/11/2016,16V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V725000),Honda (American Honda Motor Co.),Parking Brake may not Apply Just After Key Off,PARKING BRAKE,KC6,Vehicle,350083,Honda (American Honda Motor Co.) is recalling certain model year 2016 Honda Civic two door and four door 1.5L turbo and 2.0L vehicles. The electric parking brake (EPB) may not engage if it is applied immediately after turning the ignition off.,"If the EPB is not applied, the vehicle may roll away, increasing the risk of a crash.","Honda will notify owners, and dealers will update the vehicle's software to allow the EPB to engage immediately after the ignition is turned off, free of charge. The recall began on November 8, 2016. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KC6." -10/11/2016,16V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V724000),"Nissan North America, Inc.",Side Curtain Air Bag Seams may Tear,AIR BAGS,NR (Not Reported),Vehicle,1754,"Nissan North America, Inc. (Nissan) is recalling certain model year 2017 Versa vehicles manufactured August 1, 2016, to August 16, 2016. A seam in the fabric section of the side curtain air bags may tear during side curtain air bag deployment, potentially affecting the performance of the air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation"", and number 214, ""Side Impact Protection.""","In the event of a crash necessitating side curtain air bag deployment, if the side curtain air bags do not deploy as intended there would be an increased risk of injury.","Nissan will notify owners, and dealers will replace the left and right side curtain air bags, free of charge. The recall began on December 2, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -10/11/2016,16V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V726000),Hyundai Motor America,Sunroof Panel may Detach,VISIBILITY,152,Vehicle,62811,"Hyundai Motor America (Hyundai) is recalling certain model year 2015-2016 Sonata Hybrid vehicles manufactured December 8, 2014, to August 18, 2015, and Hyundai Sonata vehicles manufactured May 28, 2014, to March 18, 2016, equipped with the panoramic sunroof option. Due to a bonding issue with the sunroof wind deflector, the sunroof panel on the affected vehicles may detach while driving.","If the sunroof detaches from the vehicle it could become a road hazard, increasing the risk of a crash.","Hyundai will notify owners, and dealers will repair the wind deflector anchor plate, free of charge. The recall began December 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 152." -10/07/2016,16V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V718000),"REV Ambulance Group Orlando, Inc.",Attendant Seats may Unexpectedly Move,SEATS,NR (Not Reported),Vehicle,39,"REV Ambulance Group Orlando, INC (REV) is recalling certain model year 2016-2017 Marque Type III, Road Rescue Type I, Road Rescue Type III, Wheeled Coach Type I, Wheeled Coach Type III, Frontline Type I, Frontline Type III, McCoy Miller Type I, and McCoy Miller Type III ambulances manufactured January 1, 2016, to September 30, 2016. Due to a problem with the seat tracks, the attendant seat(s) on the affected vehicles may unexpectedly move in a rapid deceleration event such as a crash.","In the event of a crash, the seat may move forward at a high rate of speed, increasing the risk of injury to the seat occupant.","REV will notify owners, and dealers will replace the seat tracks, free of charge. The recall began on November 20, 2016. Owners may contact REV customer service at 1-800-628-8178." -10/07/2016,16V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V720000),"Autocar, LLC",Improperly Torqued Steering Linkage Castle Nuts,STEERING,ACX-1604,Vehicle,2375,"Autocar, LLC (Autocar) is recalling certain model year 2015-2017 Xpeditor vehicles manufactured March 2, 2015, to September 22, 2016. The castle nuts on the steering linkage assembly may not have been tightened properly.","If the castle nuts were not properly tightened, the cotter pin could shear and the steering linkage assembly components could separate, resulting in the loss of steering and increasing the risk of a crash.","Autocar will notify owners, and dealers will tighten the steering linkage castle nuts, as necessary, free of charge. The recall is expected to begin during November 2016. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACX-1604." -10/07/2016,16V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V723000),"Autocar Industries, LLC",Improperly Torqued Steering Linkage Castle Nuts,STEERING,MDTT-1602,Vehicle,1132,"Autocar Industries, LLC (Autocar) is recalling certain model year 2015-2017 Xspotter and Xpert vehicles manufactured March 2, 2015, to September 22, 2016. The castle nuts on the steering linkage assembly may not have been tightened properly.","If the castle nuts were not properly tightened, the cotter pin could shear and the steering linkage assembly components could separate, resulting in the loss of steering and increasing the risk of a crash.","Autocar will notify owners, and authorized Autocar service repair facilities will repair the vehicles, free of charge. The recall began on November 18, 2016. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is MDTT-1602." -10/07/2016,16V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V717000),"Grand Design RV, LLC",Incorrect GAWR Info on Certification/Part 567,EQUIPMENT,910007,Vehicle,480,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2015-2017 Reflection recreational trailers, model 357BHS and 367BHS, manufactured November 12, 2014, to September 22, 2016. The affected vehicles have an incorrect Gross Axle Weight Rating (GAWR) on the Federal Certification Label, stating a GAWR of 7,000 lbs when the actual GAWR is 6,400 lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator loads the vehicle to the GAWR on the label, it can cause a loss of vehicle control, increasing the risk of a crash.","Grand Design will notify owners, and dealers will install a corrected Federal Certification Label, free of charge. Owners will also have the option to replace the Certification Label themselves, free of charge. The recall began on October 28, 2016. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910007." -10/07/2016,16V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V719000),Winnebago Towable,Incorrect Water Information on Label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,3118,"Winnebago Towable (Winnebago) is recalling certain model year 2016-2017 Winnebago Winnie Drop, Micro Minnie, Minnie, Minnie Plus, Spyder, Scorpion, Destination, Instinct, and Voyage travel trailers manufactured November 9, 2015, to September 6, 2016. The weight label on the affected vehicles incorrectly states the fresh water capacity in gallons when it should be stated in pounds.","The incorrect information may cause the trailer to be overloaded, possibly resulting in a loss of control and increasing the risk of a crash.","Winnebago will notify owners, and dealers will replace the incorrect weight labels with corrected labels, free of charge. The recall began on January 19, 2017. Owners may contact Winnebago owner relations at 1-574-825-5250 extension 5220." -10/07/2016,16V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V722000),Hyundai Motor America,OCS Electrical Connector may Disconnect,AIR BAGS,151,Vehicle,84500,"Hyundai Motor America (Hyundai) is recalling certain model year 2010-2016 Genesis Coupe vehicles manufactured December 12, 2008, to June 11, 2016. The electrical harness connector for the front passenger seat Occupant Classification System (OCS) may dislodge when the seat is moved.","In the event of a crash necessitating deployment of the passenger frontal air bag, the disconnected OCS would, by default, cause the first stage, and only the first stage, of the air bag to deploy, whether there is a child seat in the front seat and the bag should not deploy or if the crash is severe and both stages should deploy. Either scenario increases the risk of injury to the front seat occupant.","Hyundai will notify owners, and dealers will secure the OCS connector to prevent it from disconnecting, free of charge. Parts are not currently available and a second letter will be sent to owners when parts are available. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 151." -10/07/2016,16V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V721000),Newmar Corporation,Trailer Brakes may Stay Activated,"SERVICE BRAKES, ELECTRIC",16V 654,Vehicle,7,"Newmar Corporation (Newmar) is recalling certain model year 2015 Dutch Star motorhomes manufactured July 24, 2014, to September 10, 2014 and built on a Freightliner Custom Chassis Corporation (FCCC) XCM, XCR, or XCL motorhome chassis. In these vehicles with a heavier, adjustable, straight foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","Newmar will notify owners, and Freightliner dealers will modify the affected pedal assemblies, free of charge. The recall began on December 1, 2016. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V 654." -10/06/2016,16V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V716000),"Subaru of America, Inc.",Improperly Aligned Knee Guard Bracket,AIR BAGS,WTL-72,Vehicle,54,"Subaru of America, Inc. (Subaru) is recalling certain model year 2017 Legacy and Outback vehicles manufactured September 21, 2016, to September 23, 2016. In the affected vehicles, the knee guard bracket may not be properly attached to the steering beam assembly.","If the knee guard is not properly attached and the driver is not wearing a seatbelt, the knee guard may not be able to properly restrain the driver's lower body in the event of a crash, increasing the risk of injury.","Subaru will notify owners, and dealers will inspect the knee guard welding on each vehicle's steering beam, replacing the beam as necessary, free of charge. The recall began November 14, 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTL-72." -10/06/2016,16V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V714000),"Mack Trucks, Inc.",Incomplete Adhesion may cause Tread Separation,TIRES,SC0405,Vehicle,57,"Mack Trucks, Inc. (Mack) is recalling certain model year 2017 Pinnacle CHU and CXU trucks manufactured March 9, 2016, to May 19, 2016 and equipped with Goodyear G399A LHS 295/75R22.5 LRG tires. The tires on the affected vehicles may have cured improperly causing an incomplete adhesion, possibly resulting in a partial tread separation.",Partial tread separation can increase the risk of a crash.,"Mack will notify owners, and Goodyear dealers will replace the affected tires, free of charge. The recall began on November 7, 2016. Owners may contact Mack customer service at 1-800-866-1177, or Goodyear customer service at 1-800-592-3267. Mack's number for this recall is SC0405." -10/06/2016,16V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V713000),"Jayco, Inc.",Incorrect Polyfuse may Allow a Electrical Short,ELECTRICAL SYSTEM,9901321,Vehicle,137,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Seismic travel trailers manufactured November 19, 2015, to August 19, 2016. The affected vehicles may be equipped with an underrated resettable fuse for the awning with LED lights.","The incorrect fuse may not properly protect the circuit, allowing an electrical short to occur and increasing the risk of a fire.","Jayco will notify owners, and dealers will replace the fuse with the correct 1.85 amp hold/3.70 amp trip fuse, free of charge. The recall began on November 3, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901321." -10/06/2016,16V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V715000),Newmar Corporation,Intermittent Loss of Power Steering Assist,STEERING,16V 676,Vehicle,12,"Newmar Corporation (Newmar) is recalling certain model year 2017 Newmar King Aire, Essex, London Aire, and Mountain Aire motorhomes manufactured May 12, 2016, to August 23, 2016 and built on a Spartan Motors chassis. The affected vehicles have a power steering pump that may have an occasional loss of output power resulting in reduced or intermittent loss of power steering assist.",An intermittent loss of power steering assist could increase the risk of a crash.,"Newmar will notify owners, and Spartan Motors dealers will replace the power steering pump, free of charge. The recall began on October 26, 2016. Owners may contact Spartan Motors customer service at 1-800-543-4277 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V 676." -10/06/2016,16T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T017000),"Giti Tire (USA), Ltd.",Sidewall Cracks may cause Loss of Air Pressure,TIRES,NR (Not Reported),Tire,250620,"GITI Tire (USA) Ltd. (GITI) is recalling certain imported Primewell Valera Touring II tires, sizes 205/50R17 93V XL, 215/50R17 95V XL, 225/50R17 94V, 225/50R18 95T, and 205/65R16 95H, GT Radial Champiro Touring A/S tires, sizes 205/50R17 93V XL, 215/50R17 95V XL, 225/50R17 94V, 205/65R16 95H, and 225/50R18 95T, and Dextero Touring DTR1 tires, sizes 205/50R17 93V XL, 215/50R17 95V XL, 225/50R17 94V, manufactured by PT. Gajah Tunggal TBK in Indonesia. The affected replacement passenger car tires may develop cracks in the lower sidewall, potentially resulting in a loss of air.","A loss of air pressure may result in sudden tire failure, increasing the risk of a crash.","GITI will notify owners, and dealers will replace the affected tires, free of charge. The recall began on October 24, 2016. Owners may contact GITI customer service at 1-877-342-0882." -10/05/2016,16V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V712000),"Daimler Trucks North America, LLC",Brake Transmission Shift Interlock Inoperable,POWER TRAIN,FL-726,Vehicle,162,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2017 Thomas Built Buses Saf-T-Liner C2 school bus chassis manufactured November 25, 2015, through April 27, 2016. The brake transmission shift interlock feature may be inoperable making it possible to shift into a drive gear without first pressing the brake pedal.","This condition can result in the vehicle moving unintentionally or rolling away, increasing the risk of injury or a crash.","DTNA will notify owners, and dealers will update the vehicle's software, free of charge. The recall began on November 1, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-726." -10/05/2016,16V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V709000),"Universal Trailer Cargo Group, Inc.",High Wind Conditions may cause Trailer to Detach,TRAILER HITCHES,ID119915,Vehicle,89,"Universal Trailer Cargo Group, Inc. (UTC Group) is recalling certain model year 2015-2016 Haulmark and Wells Cargo Aluminum Snowmobile trailers, models HAS85X16DT2, HAS85X20DT2, HAS85X22DT2, HAS85X24DT2, WAS85X1622, WAS85X2022 and WAS85X2422, manufactured June 18, 2015, to September 23, 2016. Cross winds may result in the trailers tipping or lifting, possibly causing the couplers to tear.","If the coupler tears, the trailer can separate from the tow vehicle, increasing the risk of a crash.","UTC Group will notify owners, and dealers will attach a reinforcement plate assembly and extra coupler tube to each trailer, free of charge. The recall began on October 26, 2016. Owners may contact UTC Group customer service at 1-574-264-9661. UTC Group's number for this recall is ID119915." -10/05/2016,16T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T016000),"Continental Tire the Americas, LLC",Improper Adhesion on Belt Package,TIRES,NR (Not Reported),Tire,14567,"Continental Tire the Americas, LLC (Continental) is recalling certain Crosscontact LX20 tires, size P275/55R20 111S, manufactured May 3, 2015, to May 9, 2015. The tires, sold as replacement tires as well as original equipment on certain General Motors full size trucks and SUVs, may have insufficient adhesion within the belt package, resulting in tread wear, vibration, noise, or bulging areas on the tire.","The insufficient adhesion can cause partial or full tread/belt loss, increasing the risk of a crash.","Continental will notify owners, and dealers will replace the tires, free of charge. The recall began on November 11, 2016. Owners may contact Continental customer service at 1-888-799-2168." -10/05/2016,16V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V710000),"Altec Industries, Inc.",Improperly Sized Fiberglass Boom Tip Cover,EQUIPMENT,NR (Not Reported),Vehicle,219,"Altec Industries Inc (Altec) is recalling certain model year 2014-2015 A65, A70, A75, A72-T, A77-T, and A82-T aerial devices manufactured April 15, 2014, to October 15, 2015. The affected aerial devices have a fiberglass cover over the boom tip that may have an improperly sized opening.","The improperly sized opening may allow the exposed metal tip of the boom to contact an electrically energized conductor, such as an overhead wire, increasing the risk of a injury to the boom operator.","Altec will notify owners, and dealers will replace any boom tip cover that has an improperly sized opening, free of charge. The recall began on December 1, 2016. Owners may contact Altec customer service at 1-205-991-7733." -10/05/2016,16V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V711000),"Daimler Trucks North America, LLC",Seat Belt Anchor Plate may Fail under Load,SEAT BELTS,FL-725,Vehicle,1944,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2017 Western Star 4900 and 5700 trucks manufactured March 22, 2013, to September 23, 2016 and equipped with a Stratosphere sleeper cab. The seat belt mounting plate may have a drill hole that is too large.","If the plate has a hole that is too big, the plate may fail when it stressed such as in the event of a crash, preventing the seat belt from adequately restraining the seat occupant, increasing the risk of injury.","DTNA will notify owners, and dealers will reinforce the seat belt mounting plate, free of charge. An interim notice was mailed to owners on December 7 2016. The final remedy is now available. A second notice was mailed to owners on February 24, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-725." -10/04/2016,16V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V707000),"Daimler Trucks North America, LLC",Brake Transmission Shift Interlock,POWER TRAIN,FL-726,Vehicle,11,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2017 Freightliner Custom Chassis (FCCC) S2 bus chassis manufactured November 25, 2015, through April 27, 2016. The brake transmission shift interlock feature may be inoperable making it possible to shift into a drive gear without first pressing the brake pedal.","This condition can result in the vehicle moving unintentionally or rolling away, increasing the risk of injury or a crash.","DTNA will notify owners, and dealers will update the vehicle's software, free of charge. The recall began on November 30, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-726." -10/04/2016,16V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V708000),"REV Ambulance Group Orlando, Inc.",False Activations of Touchscreen,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,145,"REV Ambulance Group Orlando, INC. (REV) is recalling certain model year 2010-2016 Road Rescue Specialty Vehicles, as well as Ultramedic, Promedic, Duramedic, Metromedic, and Transmedic emergency vehicles equipped with Class 1 Ultraview Touchscreens manufactured by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off, affecting vehicle performance.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"REV will notify owners, and dealers will upgrade the software or retrofit fuses, free of charge. The recall began on November 20, 2016. Owners may contact REV customer service at 1-800-628-8178 or Hale Products Customer Service Center at 1-800-533-3569 or halecustomerservice@idexcorp.com." -10/03/2016,16V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V704000),"BMW of North America, LLC",Electronic Power Steering Control Unit Not Welded,STEERING,NR (Not Reported),Vehicle,103,"BMW of North America, LLC (BMW) is recalling one model year 2017 BMW X3 xDrive 28i vehicle manufactured on June 7, 2016. This vehicle has electronic power steering (EPS), and the contact pins on the EPS control unit may not have been welded properly resulting in increased resistance.","An increase in pin contact resistance can increase the risk of a fire, even while the vehicle is parked and ignition is off.","The vehicle was repaired at the dealership before sale. Therefore, an owner notification notice will not be issued for this campaign. Owners may contact BMW customer service at 1-800-525-7417." -10/03/2016,16V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V706000),Fontaine Modification,Improper Press Fit on Steering Shaft,STEERING,NR (Not Reported),Vehicle,70,"Fontaine Modification (Fontaine) is recalling certain model year 2013-2017 Fontaine-modified Peterbilt 220 and Kenworth 370 dual-steer vehicles manufactured September 30, 2013, to August 22, 2016. The right hand side steering may fail due to an improperly press-fitted steering shaft.",Loss of steering control can increase the risk of a crash.,"Fontaine will notify owners, and dealers will replace the steering shaft, free of charge. The recall began on November 2, 2016. Owners may contact Fontaine customer service at 1-704-409-1614." -10/03/2016,16V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V705000),Kia Motors America,Right Front Axle Driveshaft may Fail,POWER TRAIN,SC139,Vehicle,12214,"Kia Motors America (Kia) is recalling certain model year 2016 Kia Optima vehicles manufactured November 13, 2015, to April 23, 2016 and equipped with a 2.4l engine. The right front axle driveshaft may crack and fail.","If the driveshaft cracks and separates from the vehicle, it will not be able to move forward. Additionally, if the parking brake is not applied upon exiting the vehicle, the vehicle may roll. Either scenario can increase the risk of a crash.","Kia will notify owners, and dealers will replace the front axle driveshaft, free of charge. The recall began November 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC139." -09/30/2016,16V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V702000),Motor Coach Industries,No Warning when Brake Air Reservoir is Low,"SERVICE BRAKES, AIR",SB 439,Vehicle,41,"Motor Coach Industries (MCI) is recalling certain model year 2017 J4500 motorcoaches manufactured March 14, 2016, to August 23, 2016. The affected vehicles may experience a multiplexing programming error that will not provide any visual or audible warnings if the vehicle's primary service brake air reservoir system has low pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the driver is unaware that the service brakes have low air pressure, the brakes may apply automatically, increasing the risk of a crash.","MCI will notify owners, and dealers will correct the programming of the multiplexing system, free of charge. The recall began on October 18, 2016. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 439." -09/30/2016,16V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V703000),"Halcore Group, Inc.",Seats may Unexpectedly Move,SEATS,NR (Not Reported),Vehicle,41,"Halcore Group, Inc. (Halcore) is recalling certain model year 2016-2017 American Emergency Vehicle (AEV) Traumahawk ambulances manufactured August 1, 2016, to September 28, 2016. Due to a problem with the seat tracks, the attendant seat(s) on the affected vehicles may unexpectedly move in a rapid deceleration event such as a crash.","In the event of a crash, the seat may move forward at a high rate of speed, increasing the risk of injury to the seat occupant.","Halcore will notify owners, and dealers will replace the seat tracks, free of charge. The recall began on October 29, 2016. Owners may contact AEV Warranty/Customer Service Department at 1-800-374-9749, or by email at warranty@aev.com." -09/29/2016,16V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V700000),"General Motors, LLC",Exterior Mirror Without Magnification/FMVSS 111,VISIBILITY,16036,Vehicle,40,"General Motors LLC (GM) is recalling certain model year 2016-2017 Chevrolet Express manufactured September 25, 2015, to August 22, 2016, and 2016 GMC Savana cargo and cutaway vans manufactured January 28, 2016, to May 18, 2016. The affected vehicles were manufactured without an inside rearview mirror and with a right-hand convex exterior review mirror. These vehicles are required to have either an inside rearview mirror or both left and right-hand flat exterior rearview mirrors. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, ""Rearview Mirrors.""","If the driver does not have a clear unobstructed view to the back of the vehicle, it can increase the risk of a crash.","GM will notify owners, and dealers will instal a right-hand flat rearview mirror, free of charge. The recall began on November 8, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 16036." -09/29/2016,16V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V701000),"Gillig, LLC",Insufficient Grease at Axle Wheel Ends,POWER TRAIN,NR (Not Reported),Vehicle,143,"Gillig LLC (Gillig) is recalling certain model year 2016 Low Floor transit buses manufactured May 26, 2016, to September 26, 2016. The affected buses have axles that may have insufficient grease at the wheel ends, possibly resulting in bearing failure.",Bearing failure may increase the risk of a crash.,"Gillig service centers or the fleet services for the bus owners will inspect the wheel bearings and add grease as necessary, free of charge. The recall began on October 5, 2016. Owners may contact Gillig customer service at 1-800-735-1500. Note: Gillig is advising that vehicles with the affected axles are removed from operation until the recall has been remedied." -09/29/2016,16E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E076000),Thieman Tailgates,Roller Chains on Lift Gate may Fail,STRUCTURE,NR (Not Reported),Equipment,504,"Thieman Tailgates (Thieman) is recalling certain TVL125, TVL125A, TVL16, TVL16A, and SP TVL125A AL 75X48+18+6 D/FACS liftgates manufactured September 25, 2014, to July 2, 2015. The roller chains on the affected liftgates may fail.","If a supporting chain fails unexpectedly during operation, one side of the platform would drop, increasing the risk of a injury to someone on the liftgate or those nearby.","Thieman has notified the truck equipment distributors/dealers, body manufacturers, and owners that purchased the affected liftgates and Theiman distributors will replace the roller chains, free of charge. The recall began August 24, 2016. Owners may contact Alan Freeman in Thieman customer service at 1-800-524-5210 extension 104." -09/28/2016,16V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V698000),Ford Motor Company,Hatchback can be Unlatched with One Button Press,LATCHES/LOCKS/LINKAGES,16C13,Vehicle,64038,"Ford Motor Company (Ford) is recalling certain model year 2013-2017 Ford Focus hatchback vehicles manufactured February 14, 2012, to August 26, 2016 and equipped with a manual transmission. The hatchback of the affected vehicles may be unlatched with a single press of the interior latch release button. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","With only a single press needed, the driver may accidently unlatch the hatchback, increasing the risk of injury to any unsecured passengers in the back.","Ford will notify owners, and dealers will reprogram the Body Control Module with updated software, free of charge. The recall began February 10, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C13." -09/28/2016,16E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E075000),"Meritor, Inc.",Insufficient Grease at Axle Wheel Ends,POWER TRAIN,NR (Not Reported),Equipment,238,"Meritor Inc. (Meritor) is recalling certain 71000 Series Drum Axles, 71000 Series Disc Brake Axles, and 79000 Series Disc Brake Axles manufactured April 22, 2016, to September 9, 2016. The affected axles may have insufficient grease at the wheel ends, possibly resulting in bearing failure.",Bearing failure may increase the risk of a crash.,"Meritor will notify the vehicle manufacturers that purchased the axles. Those manufacturers will notify the vehicle owners, and their dealers will inspect and the grease the wheel ends, free of charge. The recall began on October 11, 2016. Owners may contact Meritor customer service at 1-248-435-1725. Note: Meritor is advising that vehicles with the affected axles are removed from operation until the recall has been remedied." -09/28/2016,16V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V699000),Newmar Corporation,Wheelchair Access Door may Open while Moving,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,71,"Newmar Corporation (Newmar) is recalling certain model year 2015-2017 Canyon Star recreational vehicles manufactured June 5, 2014, to September 6, 2016. These vehicles have a wheelchair access door with a power door lock that may open while the vehicle is in motion if the keyfob button is pressed accidentally.","If the wheelchair access door opens while the vehicle is being driven, it could cause a loss of vehicle control, increasing the risk of a crash.","Newmar will notify owners, and dealers will add a relay harness to prevent the keyfob button from opening the door while the vehicle is in motion. The recall began on October 18, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -09/27/2016,16V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V697000),"Eldorado National- California, Inc.",Insufficient Grease at Axle Wheel Ends,POWER TRAIN,NR (Not Reported),Vehicle,39,"Eldorado National-California, Inc. (Eldorado) is recalling certain model year 2016 Axess transit buses manufactured May 1, 2016, to September 20, 2016. The affected buses have axles that may have insufficient grease at the wheel ends, possibly resulting in bearing failure.",Bearing failure may increase the risk of a crash.,"Eldorado has notified owners, and dealers will inspect the wheel bearings and add grease as necessary, free of charge. The recall began on September 28, 2016. Owners may contact Eldorado customer service at 1-909-591-9557. Note: Eldorado is advising that vehicles with the affected axles are removed from operation until the recall has been remedied." -09/27/2016,16V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V695000),Ford Motor Company,Panoramic Roof Panel may Separate from Vehicle,VISIBILITY,16S35,Vehicle,887,"Ford Motor Company (Ford) is recalling certain model year 2014 Transit Connect vehicles manufactured October 4, 2013, to July 14, 2014 and equipped with a Panoramic Fixed-Glass Vista roof. The panoramic roof panel may have an inadequate bond to the vehicle, possibly resulting in the panel separating from the vehicle.","If the panoramic roof panel separates from the vehicle while it is being driven, it may increase the risk of a crash.","Ford will notify owners, and dealers will remove, clean, and reinstall the panoramic roof panel, free of charge. Owner notification letters were mailed on January 21, 2022. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S35." -09/27/2016,16V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V696000),Thor Motor Coach,Spare Tire Bracket may Loosen and Detach,TIRES,RC000122,Vehicle,223,"Thor Motor Coach (TMC) is recalling certain model year 2016-2017 Four Winds and Chateau motorhomes manufactured June 16, 2015, to April 29, 2016. The affected motorhomes are equipped with a spare tire bracket that may loosen and detach during vehicle operation.","If the spare tire bracket and spare tire detaches, it could be a road hazard, increasing the risk of a crash or injury.","TMC will notify owners, and dealers will install carriage bolts to properly secure the spare tire bracket, free of charge. The recall began on October 31, 2016. Owners may contact Thor customer service at 1-877-500-1020. TMC's number for this recall is RC000122." -09/27/2016,16E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E074000),TruckCraft Corporation,Tow Body Steel Understructure may Crack,STRUCTURE,NR (Not Reported),Equipment,75,"TruckCraft Corporation (TruckCraft) is recalling certain TC-505 Lynx Plus 96"" wide X 140"" long tow bodies, part number D1-06074, manufactured March 9, 2012, to September 22, 2016. The steel understructure of the affected tow bodies may crack, possibly resulting in an attached trailer disconnecting from the tow vehicle.","If a towed trailer disconnects from the tow vehicle, there would be an increased risk of a crash.","TruckCraft will notify owners, and dealers will install a bolt on upgrade kit, free of charge. The recall began on November 14, 2016. Owners may contact TruckCraft customer service at 1-800-755-3867." -09/27/2016,16V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V694000),"Subaru of America, Inc.",Windshield Wiper Motor Bottom Cover may Melt,VISIBILITY,WTK-71,Vehicle,592647,"Subaru of America, Inc. (Subaru) is recalling certain model year 2010-2014 Legacy vehicles manufactured November 26, 2008, to June 7, 2013, and 2010-2014 Outback vehicles manufactured January 9, 2009 to June 7, 2013. Due to contamination, components within the windshield wiper motor bottom cover may interfere with each other. If an obstruction, such as a buildup of snow or ice prevents the wiper arms from being able to stop in the parked position, the wiper motor may overheat and the bottom cover may melt.","If the windshield wiper motor overheats, the wipers may fail, reducing driver visibility and increasing the risk of a crash. Additionally, the wiper motor cover may melt, increasing the risk of a fire.","Subaru will notify owners, and dealers will replace the windshield wiper motor bottom cover assembly, free of charge. The recall began October 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTK-71. Note: This recall supersedes recall 11V-469. All vehicles that were remedied under that campaign are affected by this campaign, and need to have their wiper motor bottom cover replaced again." -09/26/2016,16V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V690000),"Volvo Car USA, LLC",A/C Water Drain may Affect Air Bag Deployment,AIR BAGS,R89707,Vehicle,43766,"Volvo Cars of North America, LLC (Volvo) is recalling certain model year 2016-2017 Volvo XC90 and S90 vehicles manufactured April 15, 2015 through September 19, 2016. In the affected vehicles, the drain hose for the air conditioning may leak into the passenger compartment due to a drain hose installation error during manufacturing.","Significant water drainage into the passenger compartment may adversely affect air bag deployment in the event of a crash, increasing the risk of occupant injury.","Volvo will notify owners, and dealers will inspect the air conditioning drain hose for proper installation, replacing the hose as necessary, free of charge. The recall is expected to begin on November the 14, 2016. Owners may contact Volvo at 1-800-458-1552. Volvo's number for this campaign is R89707." -09/26/2016,16V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V689000),"BMW of North America, LLC",Engine Stalling Due to ECU Software,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1398,"BMW of North America, LLC (BMW) is recalling certain model year 2013-2016 BMW G650GS motorcycles manufactured March 8, 2013, to October 12, 2015, and 2013-2015 BMW G650GS Sertao motorcycles manufactured March 8, 2013, to May 23, 2014. The affected motorcycles may stall during operation due to an engine control unit (ECU) software issue.","If the engine stalls during operation, it increases the risk of a crash.","BMW will notify owners, and dealers will update the ECU software, free of charge. The recall is expected to begin November 18, 2016. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall supersedes recall 15V-537. Motorcycles that were repaired under that recall need to have their software updated again as part of this campaign." -09/26/2016,16V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V691000),"Piaggio Group Americas, Inc.",Front Brake Master Cylinder may Let in Air,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1628,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain model year 2014-2015 Aprilia Tuono V4 1000, 2016 Tuono V4 1100, 2015 Caponord 1200 ABS/ADD, and 2016 Caponord Rally motorcycles manufactured June 18, 2013, to June 13, 2016. The affected motorcycles have a front brake master cylinder that may allow air into the hydraulic circuit, causing a longer than expected braking distance.","If an abnormal distance is required to stop the motorcycle, there is an increased risk of a crash.","Aprilia will notify owners, and dealers will replace the front brake master cylinder pushrod and boot assembly, free of charge. The recall began October 04, 2016. Owners may contact Aprilia customer service at 1-866-705-1727." -09/26/2016,16V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V692000),"Tiffin Motorhomes, Inc.",Incorrect Weight Capacity on Tow Hitch Sticker,EQUIPMENT,TIF-104,Vehicle,1658,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2015-2017 Allegro Open Road motorhomes manufactured April 1, 2015, to September 16, 2016. The affected vehicles have a tow hitch with a weight capacity sticker that may indicate an incorrect weight capacity.","If the hitch is loaded to the weight on sticker, the hitch may fail and the towed vehicle can separate from the motorhome, increasing the risk of a crash.","Tiffin will notify owners, and send them a corrected label to replace the incorrect label, free of charge. The recall began on October 31, 2016. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-104." -09/26/2016,16V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V693000),"Forest River, Inc.",Insufficient Strength of Roller Chain on Lift Gate,STRUCTURE,29-09202016-0250,Vehicle,45,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Forest River Rockport delivery vehicles, models RPAF1270 and RPAA1270, manufactured November 24, 2014, to August 28, 2015. The affected vehicles are equipped with Thieman Tailgates-brand TVL 12/16 series lift gates supported with roller chains that may fail.","If the roller chain fails, the lift gate may fall unexpectedly, increasing the risk of injury.","Forest River will notify owners, and Thieman Lift Gate distributors will repair the lift gate, free of charge. The recall began on November 11, 2016. Owners may contact Forest River customer service at 1-888-711-1600, or Thieman customer service at 1-800-524-5210 extension 104. Forest River's number for this recall is 29-09202016-0250." -09/23/2016,16V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V687000),"General Motors, LLC",Missing Bolt may Allow Seat Belt Webbing to Detach,SEAT BELTS,16035,Vehicle,131,"General Motors LLC (GM) is recalling certain model year 2016 Cadillac CT6 vehicles manufactured July 21, 2016, to July 22, 2016. The bolt that connects the front passenger seat belt webbing to the seat's anchor plate may be missing. Without the bolt, the seat belt webbing may detach from the seat anchor.","If the seat belt webbing detaches from the seat anchor, the seat belt may not properly restrain the front seat passenger in the event of a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace the existing front passenger seat belt webbing anchor bolt, or install a bolt if it is missing, free of charge. The recall began on September 24, 2016. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 16035. Note: Owners are advised not to allow an occupant to sit in the front passenger seat until the recall remedy has been performed." -09/23/2016,16V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V688000),Shyft Group,Tiller Frame may Crack,STRUCTURE,NR (Not Reported),Vehicle,9,"Spartan Motors USA (Spartan) certain model year 2004-2010 Emergency Response Gladiator tractor drawn aerial fire apparatus vehicles manufactured November 18, 2004, to July 26, 2010. The tiller frame of the affected vehicles may crack near the outriggers.","If the tiller frame fully cracks, the vehicle may be unstable, increasing the risk of injury to someone on the ladder.","Spartan will notify owners, and dealers will install reinforcements plates, free of charge. The recall began on November 18, 2016. Owners may contact Spartan customer service at 1-800-543-5008." -09/23/2016,16V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V686000),"Chrysler (FCA US, LLC)",Tow Hook Bracket May Be Loose,EQUIPMENT,S73,Vehicle,100,"Chrysler (FCA US LLC) is recalling certain model year 2017 Jeep Grand Cherokee manufactured August 8, 2016 through August 16, 2016. In the affected vehicles, the rear tow hook bracket or tow eye bracket may be loose.","If the tow bracket is loose, the bracket may detach from the vehicle while being it is being driven, possibly becoming a road hazard. If the bracket detaches during a vehicle recovery, there may be a loss of control of the towed vehicle. Either scenario increases the risk of a crash.","Chrysler will notify owners, and dealers will confirm both tow hook bracket bolts are properly tightened, free of charge. The recall began on October 31, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S73." -09/23/2016,16V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V685000),Mazda North American Operations,Weld of Fuel Tank Recirculation Pipe may Leak,"FUEL SYSTEM, GASOLINE",0216I,Vehicle,3849,"Mazda North American Operations (Mazda) is recalling certain model year 2016 Mazda3 vehicles manufactured September 24, 2015, to October 16, 2015. During manufacturing, the fuel tanks for the affected vehicles may have deformed, resulting in a fuel leak from the recirculation pipe welded connection.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Mazda will notify owners, and depending on the tank lot number, dealers will inspect the recirculation pipe weld, replacing the fuel tank, as necessary, free of charge. The recall began November 1, 2016. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0216I." -09/22/2016,16V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V684000),Mazda North American Operations,Possible Fuel Leak from Deformed Fuel Tank,"FUEL SYSTEM, GASOLINE",0116I,Vehicle,17484,"Mazda Motors North American Operations (Mazda) is recalling certain model year 2014-2016 Mazda3 vehicles manufactured January 4, 2014, to September 18, 2015. The fuel tank of the affected vehicles may have been improperly handled during manufacturing and, as a result, the welded attachment of the Inlet Check Valve (ICV) may fail and allow fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Mazda will notify owners, and depending on the tank lot number, dealers will inspect the ICV weld, replacing the fuel tank, as necessary, free of charge. The recall began November 1, 2016. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 0116I." -09/21/2016,16V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V682000),"Forest River, Inc.",Drawbar and Coupler may Fracture,TRAILER HITCHES,24-09142016-0244,Vehicle,45,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Amera-Lite cargo trailers, models ALDD610SA, ALDR610SA, ALDD612SA and ALDR612SA, manufactured February 11, 2016, to May 11, 2016. The thickness of the steel tubes used to manufacture the trailer's drawbars may be insufficient for the vehicle's Gross Vehicle Weight Rating (GVWR).","The drawbars can fracture and fail during operation, potentially resulting in a loss of control or the trailer detaching from the tow vehicle. Either scenario increases the risk of a crash.","Forest River will notify owners, and dealers will replace the drawbars, free of charge. The recall began on October 24, 2016. Owners may contact Forest River customer service at 1-574-848-9216. Forest River's number for this recall is 24-09142016-0244." -09/21/2016,16V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V683000),"BMW of North America, LLC",Incorrectly Welded Driver Air Bag Inflator,AIR BAGS,NR (Not Reported),Vehicle,3606,"BMW of North America, LLC. (BMW) is recalling certain model year 2015 BMW X3 sDrive28i, X3 xDrive28i, X3 xDrive35i, X3 xDrive28d, X4 xDrive28i and X4 xDrive35i vehicles, and model year 2014-2015 X5 xDrive35i, X5 sDrive35i, X5 xDrive50i, and 2014 X5 xDrive35d vehicles. The affected vehicles have a driver's frontal air bag inflator that may have been improperly welded.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator housing could separate from the base plate and result in metal striking the vehicle occupants, potentially resulting in serious injury or death.","BMW will notify owners, and dealers will replace the driver's front air bag, free of charge. The recall began on November 1, 2016. Owners may contact BMW customer service at 1-800-525-7417." -09/20/2016,16V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V680000),"Porsche Cars North America, Inc.",Anti-Rollbar Links may Shift out of Position,SUSPENSION,AG06,Vehicle,243,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2017 Macan, Macan S, Macan GTS, and Macan Turbo vehicles. In the affected vehicles, the anti-rollbar connecting links may move out of position allowing the vehicle to oversteer in certain driving conditions.","Vehicle oversteer may lead to a loss of vehicle control, increasing the risk of a crash.","Porsche will notify owners, and dealers will inspect, and as necessary, replace the front anti-rollbar links, free of charge. The recall began January 2017. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AG06." -09/20/2016,16V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V679000),Ducati North America,Final Drive Pulley Nut Insufficiently Tightened,POWER TRAIN,RCL-16-003A,Vehicle,1433,"Ducati North America (Ducati) is recalling certain model year 2016-2017 Ducati XDiavel motorcycles manufactured July 7, 2015, to June 22, 2016. The affected motorcycles may have an insufficiently tightened final drive pulley retaining nut which may result in a loss of power transmission to the rear wheel.",A loss of power transmission to the rear wheel may increase the risk of a crash.,"Ducati will notify owners, and dealers will install a new washer under the final drive pulley retaining nut and increase the tightening torque, free of charge. The recall began on November 1, 2016. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is RCL-16-003." -09/20/2016,16E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E073000),"Porsche Cars North America, Inc.",Incorrect Label on Brake Fluid Container/FMVSS 116,"SERVICE BRAKES, HYDRAULIC",To be determined.,Equipment,32944,"Porsche Cars North America, Inc. (Porsche) is recalling certain 1L containers of Porsche-brand Brake Fluid, part number 00004330552, as well as 30L containers of Brake Fluid, part number 00004330553, manufactured September 1, 2015, to August 31, 2016. These bottles of brake fluid state ""DOT"" and not the required ""DOT 4."" As such, these bottles of brake fluid fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 116, ""Motor Vehicle Brake Fluids.""","If the brake fluid isn't labeled in accordance with the regulations, the brake fluid may unintentionally be used in a vehicle brake system that is incompatible with that type of fluid, affecting brake performance and increasing the risk of a crash.","Porsche will notify dealers, and have the the brake fluid containers relabeled, free of charge. The recall began December 2016. Owners may contact Porsche customer service at 1-800-767-7243." -09/20/2016,16V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V678000),"New Flyer of America, Inc.",Pressure Relief Device may Fracture,"FUEL SYSTEM, OTHER",R16-026,Vehicle,38,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2016 New Flyer XN60 and XN40 Xcelsior transit buses manufactured June 22, 2016, to September 14, 2016, powered by compressed natural gas (CNG). The pressure relief device (PRD) of the CNG system may fracture and separate, allowing a high pressure release of CNG.",An unexpected release of CNG gas in the presence of an ignition source increases the risk of a fire.,"New Flyer has notified owners, and dealers will install new a vent tubing system and replace the PRD, free of charge. The recall began September 28, 2016. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R16-026. Note: Owners are advised to remove the vehicles from operation until the recall remedy can be applied." -09/19/2016,16V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V675000),"Mitsubishi Motors North America, Inc.",Headlamp Clips may not be Properly Secured,EXTERIOR LIGHTING,SR-16-008,Vehicle,587,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2017 Mirage vehicles manufactured October 28, 2015, to August 4, 2016 and equipped with High Intensity Discharge (HID) headlamps. The affected vehicles may have been assembled without the headlight horizontal adjustment lockout clips properly secured. As such, these vehicles fail to comply with the requirement of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the horizontal adjustment locking clip being secured, the headlight can be adjusted to either reduce the driver's visibility or blind oncoming vehicles. Both conditions can increase the risk of a crash.","MMNA will notify owners, and dealers will secure the horizontal locking clips as necessary, free of charge. The recall began on September 3, 2016. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-008." -09/19/2016,16V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V676000),Shyft Group,Intermittent Power Steering Assist Loss,STEERING,16022,Vehicle,264,"Spartan Motors USA (Spartan) is recalling certain model year 2010-2017 Emergency Response K3, Metrostar, and Gladiator emergency response chassis cabs and motor home chassis manufactured April 12, 2010, to August 31, 2016. The affected vehicles have a power steering pump that may have an occasional loss of output power resulting in reduced or intermittent loss of power steering assist.",An intermittent loss of power steering assist could increase the risk of a crash.,"Spartan will notify owners, and dealers will replace the power steering pumps, free of charge. The recall began on October 11, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16022." -09/19/2016,16V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V674000),Utility Trailer Manufacturing Company,Rivet Failure may Cause RAD to Detach,EQUIPMENT,NR (Not Reported),Vehicle,66,"Utility Trailer Manufacturing Company (Utility) is recalling certain model year 2015-2017 Flatbed trailers, model FS2CHA, manufactured January 1, 2015, to September 16, 2016, equipped with certain Conestoga XP sliding trailer tarping systems with RAD-style rear closures. In the affected trailers, the rear aerodynamic device (RAD) may separate from the rear of the tarping system, due to rivet failure.","If the RAD detaches from the trailer it may be a road hazard, increasing the risk of a crash.","Utility will notify owners, and dealers will replace the mounting rivets with a bolted connection, free of charge. The recall began on September 20, 2016. Owners may contact Utility customer service at 1-818-965-1541." -09/16/2016,16V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V673000),"Forest River, Inc.",Incorrect Tire/Rim Information on Label/FMVSS 110,EQUIPMENT,27-09082016-0243,Vehicle,178,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Salem and Wildwood recreational trailers manufactured August 9, 2016, to September 6, 2016. The Federal Placard on the affected vehicles incorrectly lists the tire and rim combination. The placard states ST225/75R15 Load Range C tires with an inflation pressure of 50PSI and a rim size of 15X6.0JJ, however, the trailer is equipped with ST225/75R15 Load Range D tires that have an inflation pressure of 65PSI, installed on 15X6.0JJ rims. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The incorrect tire information on the Federal Label may result in the operator under-inflating the tires. An underinflated tire may cause sudden tire failure, or poor handling, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on October 27, 2016. Salem owners may contact Forest River customer service at 1-574-534-1251. Wildwood owners may contact Forest River customer service at 1-574-533-2165. Forest River's number for this recall is 27-09082016-0243." -09/16/2016,16V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V671000),"Jayco, Inc.",Labels Have Incorrect Tire Information/FMVSS 110,EQUIPMENT,9901320,Vehicle,30,"Jayco, Inc. (Jayco) is recalling certain 2017 Octane Super Lite travel trailers manufactured June 22, 2016, to June 23, 2016. The labels on the affected vehicles have incorrect tire load range and tire pressure information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect tire pressure information may result in the tires being over inflated, which can cause their sudden failure, increasing the risk of a crash.","Jayco has notified owners and provided them with a new label with the correct tire information, free of charge. The recall began on September 23, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901320." -09/16/2016,16V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V672000),Toyota Motor Engineering & Manufacturing,Unintended Partial Passenger Air Bag Inflation,AIR BAGS,G0W,Vehicle,7817,"Toyota Motor Engineering and Manufacturing (Toyota) is recalling certain model year 2016 Toyota Prius vehicles manufactured November 30, 2015, to June 14, 2016. An air bag inflator manufacturing error may result in the inadvertent partial inflation of the front passenger air bag.",A front passenger air bag that unintentionally inflates can increase the risk of a crash or injury.,"Toyota will notify owners, and dealers will replace the front passenger air bag assembly, free of charge. The recall began November 10, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0W." -09/15/2016,16V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V668000),"Chrysler (FCA US, LLC)",Air Bags/Seat Belt Pretensioners may be Disabled,AIR BAGS,S61,Vehicle,1435625,"Chrysler (FCA US LLC) is recalling certain model year 2011-2014 Chrysler 200, 2010 Chrysler Sebring, 2010-2012 Dodge Caliber and 2010-2014 Jeep Patriot, Compass and Dodge Avenger vehicles. The Occupant Restraint Control (OCR) module may short circuit, preventing the frontal air bags, seat belt pretensioners, and side air bags from deploying in the event of a crash.","If the frontal air bags, seat belt pretensioners, and side air bags are disabled, there is an increased risk of injury to the vehicle occupants in the event of a vehicle crash that necessitates deployment of these safety systems.","Chrysler will notify owners, and dealers will replace the OCR, free of charge. Interim letters informing owners that parts are not available yet were mailed on October 26, 2016. The recall began on August 15, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S61." -09/15/2016,16V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V667000),"Chrysler (FCA US, LLC)",Incorrect Spare Tire Information/FMVSS 110,EQUIPMENT,S69,Vehicle,32,"Chrysler (FCA US LLC) is recalling certain model year 2016 Fiat 500 vehicles manufactured June 11, 2015, to July 27, 2016. The tire placard on the affected vehicles lists a tire inflation pressure for the spare tire that exceeds the maximum pressure listed on the sidewall. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the spare tire is used while overinflated, the tire may suddenly fail, increasing the risk of a crash.","Fiat will notify owners, and dealers will add an overlay on the tire placard to the correct tire inflation information, free of charge. The recall began October 25, 2016. Owners may contact Chrysler customer service at 1-888-242-6342. Chrysler's number for this recall is S69." -09/15/2016,16V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V669000),Starcraft RV,Label Incorrectly States Two Axles/Part 567,EQUIPMENT,9902319,Vehicle,40,"Starcraft RV (Starcraft) is recalling certain model year 2017 AR-ONE MAXX LE trailers, model 19BHLE, manufactured August 25, 2016, to September 6, 2016. The Federal label on the affected vehicles states that the trailers are built with two axles, each with a 2500 pound capacity, however, the vehicles are only built with one 2500 pound capacity axle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The trailer would be overloaded if the operator goes by the listed axle capacity, possibly resulting in axle or tire failure, thereby increasing the risk of a crash.","Starcraft has notified the dealers who have the trailers quarantined and will provide them with a corrected Federal label, free of charge. The recall began September 19, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902319." -09/15/2016,16E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E072000),"Stellar Industries, Inc",Proportional Control Valve may be a Projectile,EQUIPMENT,TBT - 1601,Equipment,291,"Stellar Industries, Inc. (Stellar) is recalling certain 3200-series cranes manufactured December 26, 2012, to July 25, 2016. The proportional control valve can fail and the valve post may eject from the valve housing.","If the valve post ejects, it may be a projectile, injuring the crane operator or others nearby.","Stellar will notify owners, and dealers will install a retaining bracket to keep the valve from ejecting, free of charge. The recall began on October 10, 2016. Owners may contact Stellar customer service at 1-800-321-3741. Stellar's number for this recall is TBT-1601." -09/15/2016,16V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V670000),"Daimler Vans USA, LLC",Seat Belt Anchorage Bolts may be Loose,SEAT BELTS,NR (Not Reported),Vehicle,271,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2016 Mercedes-Benz and Freightliner Sprinter 2500 and 3500 vehicles manufactured March 1, 2016, to May 31, 2016. The bolts connecting the lower seat belt connection to the rear bench seat may not have been properly tightened.","If the bolts were not properly tightened, the seat belt may fail to secure the seat occupant in the event of a crash.","DVUSA will notify owners, and Sprinter dealers will inspect the connecting bolts, tightening them as necessary, free of charge. The recall began on November 18, 2016. Owners may contact DVUSA customer service at 1-877-762-8267." -09/14/2016,16V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V663000),"Smeal Holding, LLC",False Activations of the Touchscreen display,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6,"Smeal Fire Apparatus Co., Inc. (Smeal) is recalling certain 2015-2016 Aerial fire apparatus vehicles manufactured October 1, 2015, to August 31, 2015, equipped with Class 1 Ultraview Touchscreens manufactured by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off, affecting vehicle performance.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"Smeal will notify owners, and dealers will reprogram the unit's software, free of charge. The recall began on October 18, 2016. Owners may contact Smeal customer service at 1-877-415-8628, option 1 for Smeal, then option 4 for Direct Customer Service." -09/14/2016,16V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V661000),Honda (American Honda Motor Co.),Fuel Pump may Seize and cause Engine Stall,"FUEL SYSTEM, GASOLINE","KC3, KC4",Vehicle,17643,"Honda (American Honda Motor Co.) is recalling certain model year 2014-2015 Grom 125 motorcycles manufactured June 12, 2013, to September 8, 2015, and 2014-2015 NSS300 & NSS300A motorcycles manufactured June 18, 2013 to March 19, 2015. The resin bracket inside the fuel pump of the affected motorcycles may swell and cause the pump impeller to seize.","If the fuel pump seizes, the motorcycle will stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the fuel pump assembly with one that uses a metal bracket internally, free of charge. The recall began October 2016. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are KC3 and KC4. Note: This recall supersedes recall 14V-672. Some, but not all, motorcycles that were remedied under that campaign are affected by this recall as well and need to have the fuel pump replaced again." -09/14/2016,16V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V664000),"Daimler Trucks North America, LLC",Instrument Cluster Warning Incorrect/FMVSS 101/105,ELECTRICAL SYSTEM,FL-724,Vehicle,1621,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016-2017 Thomas Built Buses Saf-T-Liner C2 school buses manufactured November 25, 2015, to September 8, 2016, equipped with ICU3s instrument clusters and hydraulic brakes. In the event of a brake malfunction, these clusters may illuminate the Brake System Malfunction telltale/indicator lamp with the word ""PARK"" instead of the word ""BRAKE"". As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays,"" and number 105, ""Hydraulic and Electric Brake Systems.""","If ""PARK"" illuminates instead of the word ""BRAKE,"" the driver will be unaware of a braking issue or malfunction, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the ICU3s instrument clusters with new clusters, free of charge. An interim notice was sent to owners on November 4, 2016. The remedy is now available. A second notice was mailed to owners on April 17, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-724." -09/14/2016,16V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V666000),"Daimler Trucks North America, LLC",Instrument Cluster Warning Incorrect/FMVSS 101/105,ELECTRICAL SYSTEM,FL-724,Vehicle,3329,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016-2017 Freightliner Custom Chassis (FCCC) S2 chassis and Freightliner Business Class M2 trucks and non-school buses manufactured March 3, 2015, to September 8, 2016, equipped with ICU3s instrument clusters and hydraulic brakes. In the event of a brake malfunction, these clusters may illuminate the Brake System Malfunction telltale/indicator lamp with the word ""PARK"" instead of the word ""BRAKE"". As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays,"" and number 105, ""Hydraulic and Electric Brake Systems.""","If ""PARK"" illuminates instead of the word ""BRAKE,"" the driver will be unaware of a braking issue or malfunction, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the ICU3s instrument clusters with new clusters, free of charge. An interim notification letter was sent to owners on November 4, 2016. The remedy is now available. A second notice was mailed to owners on April 17, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-724." -09/14/2016,16V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V662000),"Gillig, LLC",Rear Brake Hoses can Rub on the Chassis and Fray,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,34,"Gillig LLC (Gillig) is recalling certain model year 2014-2016 Gillig 29-foot Low Floor transit buses manufactured November 20, 2014, to February 11, 2016. These buses, equipped with disc brakes, have rear brake hoses that can rub chassis components and fray.","A frayed hose may leak air, causing the rear brake(s) to lock up unexpectedly, or fail to operate when the brakes are applied. Either scenario increases the risk of a crash.","Gillig will provide fleets new rear brake hoses, fittings, clamps, and hardware along with instructions on how to reorient the hoses using the new fittings, and reimburse them for their labor, free of charge. The recall began on September 29, 2016. Owners may contact Gillig customer service at 1-800-735-1500." -09/13/2016,16V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V657000),"Daimler Trucks North America, LLC",Compressed Natural Gas Fuel Leak After Fast Fill,"FUEL SYSTEM, OTHER",FL-720,Vehicle,114,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2017 Thomas Built Buses Saf-T-Liner C2 school buses manufactured April 30, 2016, to July 29, 2016 and equipped with a compressed natural gas (CNG) engine. During a fast fuel fill, an internal seal on a filling valve may dislodge allowing fuel to leak after the tank has been filled.",A fuel leak in the presence of an ignition source may increase the risk of a fire.,"DTNA has notified all affected owners and all of the vehicles have been remedied, therefore owner notification notices will not be issued for this campaign. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-720." -09/13/2016,16V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V659000),Wabash National Corporation,Frame Cracks Causing Counterbalance Leg Detachment,STRUCTURE,LEG201603,Vehicle,2466,"Wabash National Corporation (Wabash) is recalling certain model year 2015-2016 Con-Gear Converter Dolly Trailers manufactured March 31, 2014, to August 6, 2015. In the affected trailers, the frame may crack on the counterbalance leg weld seam or the top plate.","The cracks may progress and result in the counterbalance leg detaching while the trailer is being used, possibly causing the counterbalance leg to be a road hazard, increasing the risk of a crash.","Wabash will notify owners, and dealers will inspect the dolly for cracks, and add welds and weld plugs on the inboard side of the counterbalance legs. If welding will not resolve the issue than the dolly frame will be replaced. These repairs will be performed free of charge. The recall began on September 26, 2016. Owners may contact Wabash customer service at 1-765-771-5404. Wabash's number for this recall is LEG201603." -09/13/2016,16V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V660000),"Volkswagen Group of America, Inc.",Fuel Pump Flange May Crack Causing Fuel Leak,"FUEL SYSTEM, GASOLINE",20W9,Vehicle,143214,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009-2012 Audi Q5, and 2007-2012 Audi Q7 vehicles equipped with gasoline engines. The fuel pump flange on the affected vehicles may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Audi will notify owners, and dealers will inspect the flange, replacing any flanges that are cracked. If the flange is not cracked, dealers will clean the pump flange and install a butyl rubber band to protect the pump. These repairs will be made free of charge. The recall began November 9, 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 20W9." -09/13/2016,16V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V655000),"Forest River, Inc.",Incorrect Information on Federal Placard/FMVSS 110,EQUIPMENT,37-09082016-0242,Vehicle,39,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Surveyor recreational trailers, model SVT226RLDS, manufactured October 9, 2015, to March 16, 2016. These vehicles may be equipped with tires and rims that do not match the information listed on the Federal Placard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","The operator may over-inflate the tires based on the information printed on the Federal Placard, possibly resulting in sudden tire failure, causing a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners will provide them with a corrected Federal Placard, free of charge. The recall began on September 30, 2016. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 37-09082016-0242." -09/13/2016,16V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V658000),"Daimler Trucks North America, LLC",Incorrectly Torqued Brake Caliper Mounting Bolts,"SERVICE BRAKES, AIR",FL-722,Vehicle,251,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016-2017 Freightliner M2 Business Class and 114 SD trucks manufactured March 10, 2015, to July 11, 2016. The brake caliper mounting bolts on the affected vehicles may be incorrectly torqued, allowing the bolts to loosen and detach.","If the brake caliper mounting bolts loosen or detach, braking ability may be reduced, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the brake caliper mounting bolts for the proper torque and tighten them as necessary, free of charge. An interim notice was sent to owners on November 7, 2016. The final remedy is now available. A second notice was mailed to owners on January 26, 2017. Owners may contact DTNA customer service at -800-547-0712. DTNA's number for this recall is FL-722." -09/13/2016,16V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V656000),"Daimler Trucks North America, LLC",Power Distribution Module may Melt or Burn,ELECTRICAL SYSTEM,FL-721,Vehicle,1039,"Daimler Trucks North America, LLC. (DTNA) is recalling certain model year 2013-2017 Freightliner Cascadia vehicles manufactured September 24, 2012, to May 27, 2015 and equipped with compressed natural gas (CNG) engines. The affected vehicles have a Power Distribution Module (PDM) that is mounted near the CNG fuel tank. Due to its location, the PDM may be sprayed with water and contaminants from the road, possibly causing the PDM to short circuit.","If the PDM short circuits, there would be an increased risk of a fire, especially if the nearby CNG tank leaks.","DTNA will notify owners, and dealers will relocate the PDM, free of charge. An interim notice was mailed to owners on November 7, 2016. The recall began on March 3, 2017. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-721." -09/13/2016,16E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E071000),"EVS, Ltd","Seats may Unexpectedly Move/FMVSS 207, 210",SEAT BELTS,NR (Not Reported),Equipment,389,"EVS, Ltd. (EVS) is recalling certain EVS emergency vehicle seats, model numbers 1880, 1870, 1780, 1770, 1740, 1750, 1800, 1850, 1900, and 2000. The affected seats are equipped with Dometic/Atwood slide tracks that may not properly engage, allowing seats to move in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems,"" and 210, ""Seat Belt Assembly Anchorages.""","If the seat moves in the event of a crash, the seat occupant would be at an increased risk of injury.","EVS will notify owners and dealers will replace the seat tracks, free of charge. The recall began on September 19, 2016. Owners may contact EVS customer service at 1-800-364-3218." -09/12/2016,16V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V654000),"Daimler Trucks North America, LLC",Trailer Brakes may Stay Activated,"SERVICE BRAKES, ELECTRIC",FL-723,Vehicle,1881,"Daimler Trucks North America (DTNA) is recalling certain model year 2013-2016 Freightliner Custom Chassis Corporation (FCCC) XCM, XCR, and XCL motorhome chassis manufactured December 21, 2012, to December 22, 2015. On certain motorhome chassis built with a heavier, adjustable, straight foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","DTNA will notify owners, and dealers will modify the affected brake assemblies, free of charge. The recall began on November 7, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-723." -09/09/2016,16V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V653000),"BMW of North America, LLC",Rear Sub-Frame Bolts may Loosen,STRUCTURE,NR (Not Reported),Vehicle,196,"BMW North America, LLC (BMW) is recalling certain model year 2016 BMW M2 Coupe vehicles, 2015-2017 M3 Sedan vehicles and 2015-2016 M4 Coupe and M4 Convertible vehicles. During servicing of the rear differential for a prior service action, the rear sub-frame bolts may have been reused instead of being replaced. Reuse of the existing bolts may cause the bolts to loosen.","Loose rear sub-frame bolts may adversely affect vehicle handling and control, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the rear sub-frame bolts with new bolts, free of charge. The recall began on November 3, 2016. Owners may contact BMW customer service at 1-800-525-7417." -09/08/2016,16V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V649000),"Maserati North America, Inc.",Front Wheel Bearings with Insufficient Hardness,SUSPENSION,310,Vehicle,7,"Maserati North America, Inc. (Maserati) is recalling certain model year 2015 Ghibli vehicles manufactured March 11, 2015, through May 14, 2015. The right and/or left front wheel bearings may have insufficient hardness, resulting in their premature failure.","Wheel bearing failure may adversely affect vehicle handling, increasing the risk of a crash.","Maserati will notify owners, and dealers will inspect the front wheel bearings, replacing them as necessary, free of charge. The recall began on September 30, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 310." -09/08/2016,16V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V651000),"General Motors, LLC",Frontal Air Bags May Not Deploy,AIR BAGS,16007,Vehicle,3640162,"General Motors LLC (GM) is recalling certain model year 2015-2017 Chevrolet Silverado 2500 HD, 3500 HD, Tahoe, Suburban, GMC Sierra 2500 HD and 3500 HD, GMC Yukon, GMC Yukon XL, Cadillac Escalade and Cadillac Escalade ESV vehicles and 2014-2017 Chevrolet Corvette, Silverado 1500, Trax, Caprice Police Pursuit Vehicle, GMC Sierra 1500, Buick Encore, and 2014-2016 Buick Lacrosse, Chevrolet Spark EV and SS vehicles. In the affected vehicles, certain driving conditions may cause the air bag sensing and diagnostic module (SDM) software to activate a diagnostic test. During this test, deployment of the frontal air bags and the seat belt pretensioners would not occur in the event of a crash.",A failure of the front air bags or seat belt pretensioners to deploy in the event of a crash necessitating deployment increases the risk of injury to the driver and front passenger.,"GM will notify owners, and dealers will reflash the SDM software. Vehicles that have had a previous air bag deployment will have the SDM replaced. These repairs will be performed free of charge. The recall began on October 13, 2016. Owners may contact Buick customer service at 1-800-521-7300, Cadillac customer service at 1-800-458-8006, Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 16007." -09/08/2016,16V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V652000),Groupe Cambli inc,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,5,"Groupe Cambli Inc. (Cambli) is recalling certain model year 2014-2015 Beverage Industry trailers manufactured January 1, 2014, to September 30, 2015, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Cambli will notify owners, and Bendix dealers will install a remedy repair kit, free of charge. The recall began on September 29, 2016. Owners may contact contact Cambli customer service at 1-888-358-4920." -09/08/2016,16V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V648000),"Volkswagen Group of America, Inc.",Loss of Electric Power Steering Assist,STEERING,48M5,Vehicle,8,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2017 Audi Q7 vehicles manufactured November 11, 2015, to November 23, 2015. In the affected vehicles, the electric power steering assist control unit may short circuit resulting in a loss of power steering assist.","With a loss of power steering assist, extra steering effort will be required, especially at lower speeds, increasing the risk of a crash.","Audi will notify owners, and dealers will replace the steering rack, free of charge. The recall began November 2016. Owners may contact Audi customer service at 1-800-822-2834. Volkswagen's number for this recall is 48M5." -09/08/2016,16V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V650000),Pleasant Valley Teardrop Trailers LLC,Propane Hose may Rub and Leak,EQUIPMENT,NR (Not Reported),Vehicle,2286,"Pleasant Valley Teardrop Trailers LLC (Pleasant Valley) is recalling certain model year 2013-2017 T@B travel trailers manufactured January 1, 2013 through August 31, 2016 and equipped with a 3-way refrigerator. The affected vehicles have a rubber gas hose in the refrigerator compartment that can rub against the refrigerator fins, causing the hose to wear and possibly leak propane.",A propane leak increases the risk of a fire.,"Pleasant Valley will notify owners, and dealers will inspect, secure and replace the damaged gas hoses, as necessary, free of charge. The recall began on October 3, 2016. Owners may contact Pleasant Valley customer service at 1-330-852-4811." -09/07/2016,16C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C007000),"Evenflo Company, Inc.",Child Can Access/Loosen Harness Adjustment Button,CHILD SEAT,NR (Not Reported),Child Seat,29742,"Evenflo Company, Inc. (Evenflo) is recalling certain Evolve 3-in-1 Combination Booster Seats, model number 34411700 manufactured February 26, 2015, to February 9, 2016 and model number 34411741 manufactured May 27, 2015, to February 9, 2016. The affected seats have a button for adjusting the harness tightness. The child in the seat can access this button and loosen the harness without the caregiver's knowledge.","If the child is able to loosen the harness, they may not be properly secured in the event of a crash, increasing their risk of injury.","Evenflo will notify the registered owners, and will provide a remedy kit with a replacement harness adjustment button, free of charge. The recall began on September 28, 2016. Owners may contact Evenflo at www.evolve.evenflo.com or 1-800-233-5921." -09/07/2016,16V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V646000),"Volkswagen Group of America, Inc.",Engine Compartment Fuel Hose may Degrade and Leak,"FUEL SYSTEM, GASOLINE",24BZ,Vehicle,28249,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2012-2013 Audi A6 and Audi A7 vehicles. The affected vehicles have a fuel hose in the engine compartment that may degrade and leak fuel.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Audi will notify owners, and dealers will replace the under hood fuel pump and fuel hose, free of charge. The recall began November 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 24BZ." -09/07/2016,16T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T014000),"Tireco, Inc.",Improper Sidewall Markings/FMVSS 119,TIRES,NR (Not Reported),Tire,11904,"Tireco Inc. (Tireco) is recalling certain Milestar BS623 tires, size 225/70R 19.5 G/14, manufactured June 23, 2013, to January 24, 2015. The affected tires have incorrect markings on the sidewall, indicating both ratings as ""DUAL"" when the first rating should be identified as ""SINGLE."" As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""","Incorrectly identifying the ratings on the tires may result in the operator inadvertently overloading the tires, possibly causing their failure, thereby increasing the risk of a crash.","Tireco will notify owners, and provide owners with a full refund of the entire purchase price. The recall began on October 14, 2016. Owners may contact Tireco customer service at 1-800-937-9433." -09/07/2016,16V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V645000),"Forest River, Inc.",Roof May Fall Due to Missing Wire Clip,STRUCTURE,120-08302016-0240,Vehicle,109,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Coachmen Viking recreational trailers manufactured May 31, 2016, to August 23, 2016. The affected vehicles may be missing wire clip that retains the gas lift roof struts to the mounting bracket.","Without the wire retaining clip, the roof lifting strut could detach from the mounting bracket, allowing one side of the roof to drop down quickly, increasing the risk of injury.","Forest River will notify owners, and dealers will install a wire clip to secure the strut, free of charge. The recall began on September 29, 2016. Owners may contact Forest River customer service at 1-269-467-8281. Forest River's number for this recall is 120-08302016-0240." -09/07/2016,16V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V647000),"Volkswagen Group of America, Inc.",Suction Pump may Allow Fuel into the EVAP System,ENGINE AND ENGINE COOLING,20Y6/20Y5,Vehicle,110042,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015-2016 Volkswagen Golf, Golf SportWagen, GTI, Audi A3 sedan and A3 Cabriolet vehicles. Due to a problem with the suction pump inside the fuel tank, fuel may flow into the evaporative emissions (EVAP) system.","As fuel accumulates in the EVAP system, it may leak out through the charcoal canister filter element. A fuel leak in the presence of an ignition source increases the risk of a fire.","Volkswagen will notify owners, and dealers will replace the suction pump, free of charge. The recall began November 2016. Volkswagen owners may contact Volkswagen customer service at 1-800-893-5298, Audi owners may contact Audi customer service at 1-800-253-2834. Volkswagen's numbers for this recall are 20Y6 and 20Y5." -09/06/2016,16V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V643000),Ford Motor Company,Doors may Unexpectedly Open,LATCHES/LOCKS/LINKAGES,16S30,Vehicle,2046297,"Ford Motor Company (Ford) is recalling certain model year 2012-2015 Ford Focus, 2013-2015 Ford Escape and Ford C-MAX, 2015 Lincoln MKC and Ford Mustang, and 2014-2016 Ford Transit Connect vehicles. A component within the door latches may break, preventing the doors from latching and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Ford will notify owners, and dealers will replace the door latches with an improved part, free of charge. The recall began on January 27, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S30." -09/06/2016,16V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V644000),Mazda North American Operations,Rear Lift Gate may Fall if Lift Gate Stays Corrode,STRUCTURE,9916H,Vehicle,580455,"Mazda North American Operations (Mazda) is recalling certain model year 2010-2013 Mazda3 and Mazdaspeed3 vehicles manufactured November 18, 2008, to June 8, 2013, 2012-2015 Mazda5 vehicles manufactured October 26, 2010, to June 22, 2015, 2016 CX-3 vehicles manufactured June 1, 2015, to December 26, 2015, and 2013-2016 CX-5 vehicles manufactured December 15, 2011, to December 26, 2015. On the affected vehicles, the lift gate support struts may corrode, possibly causing the struts to break and/or the lift gate to drop unexpectedly.","If the lift gate falls unexpectedly, it may hit the user, increasing their risk of injury.","Mazda dealers will replace the both lift gate supports, free of charge, however parts are not currently available. The recall began April 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 9916H." -09/06/2016,16V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V642000),"Volkswagen Group of America, Inc.",Side Marker Lights may not Illuminate/FMVSS 108,ELECTRICAL SYSTEM,97CB,Vehicle,79895,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2016 TT roadster, A3 cabriolet, A3 sedan and A3 e-tron, 2016-2017 TT coupe, 2017 A4 sedan and Q7 and 2015-2017 Q3 vehicles. The affected vehicles may have been programmed with new software that inadvertently makes the side marker lights inoperative in conjunction with the parking lights or the headlights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the side marker lights do not illuminate, the vehicle may be less visible at night, increasing the risk of a crash.","Audi will notify owners, and dealers will upload revised software to correct the issue, free of charge. This recall began November 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 97CB." -09/06/2016,16V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V641000),"Volkswagen Group of America, Inc.",Third Row Seat may Move Forward Under Load,SEATS,72F8,Vehicle,19205,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2017 Audi Q7 vehicles manufactured August 30, 2015, to July 10, 2016. In the affected vehicles, the third row seat back may move forward under load, such as in a frontal collision. As such, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the third row seat does not remain in its adjusted position, there may be an increased risk of injury to an occupant in the event of a crash.","Audi will notify owners, and dealers will install an additional support bracket to the seat, free of charge. The recall is expected to begin in November 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 72F8." -09/06/2016,16V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V640000),Honda (American Honda Motor Co.),Transmission may Unexpectedly Shift to Neutral,POWER TRAIN,KC2,Vehicle,8354,"Honda (American Honda Motor Co.) is recalling certain model year 2015 Acura TLX 2WD and 4WD vehicles. In the affected vehicles, the transmission wire harness connections may have insufficient crimps, and, as a result, the transmission may unexpectedly shift to neutral.","If the vehicle unexpectedly shifts to neutral, there is an increased risk of a crash.","Acura has notified owners, and dealers will, based on the automatic transmission serial number, update the transmission software to prevent the transmission from shifting into neutral due to a faulty crimp, free of charge. The recall began January 13, 2017. Owners may contact Acura Client Relations at 1-888-234-2138. Honda's number for this recall is KC2." -09/02/2016,16V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V636000),"Nissan North America, Inc.",Brake Fluid may Leak into ABS Pump and Ignite,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,120329,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016-2017 Nissan Maxima vehicles manufactured February 10, 2015, to August 19, 2016 and equipped with Intelligent Cruise Control, 2015-2017 Murano vehicles manufactured August 22, 2014, to August 19, 2016 and equipped with Intelligent Cruise Control, and 2015-2016 Murano Hybrid vehicles manufactured August 22, 2014, to July 19, 2016. The affected vehicles have Anti-Lock Brake (ABS) actuator pumps that may allow brake fluid to leak onto an internal electrical circuit board.","A brake fluid leak onto the circuit board may result in an electrical short, increasing the risk of a fire.","Nissan will notify owners, and dealers will inspect the ABS Actuator, replacing it as necessary, free of charge. The recall began on December 12, 2016. Owners may contact Nissan customer service at 1-800-647-7261. Note: When brake fluid has leaked onto the circuit board, the ABS warning lamp will remain illuminated for more than 10 seconds after engine start up. If this occurs, owners are advised to park the vehicle outdoors away from other vehicles or structures and to not drive the vehicle." -09/02/2016,16V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V639000),Shyft Group,Driver's Seat May Recline Unexpectedly,SEATS,16023,Vehicle,151,"Spartan Motors USA (Spartan) is recalling certain model year 2016 Utilimaster Walk-In Vans manufactured January 1, 2016, to August 24, 2016 and equipped with a reclining style seat. The driver's seat on the affected vehicles may recline unexpectedly.","Unexpected reclining of the driver's seat may affect the driver's ability to control the vehicle, increasing the risk of a crash. Additionally, if the seat fails in a crash, the seat occupant would be at a greater risk of injury.","Utilimaster will notify owners, and dealers will replace the seat with a non-reclining one, free of charge. The recall began on October 17, 2016. Owners may contact Utilimaster customer service at 1-800-582-3454. Spartan's number for this recall is 16023." -09/02/2016,16V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V638000),"Tiffin Motorhomes, Inc.",Passenger Side View Mirror may not Hold Position,VISIBILITY,TIF-103,Vehicle,36,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2017 Allegro Bus motorhomes manufactured April 12, 2016, to June 21, 2016. Due to insufficient holding power of the mirror arm swivel mechanism, the passenger side mirror could move while the vehicle is in motion.","If the mirror does not stay in position, it can reduce the driver's visibility, increasing the risk of a crash.","Tiffin will notify owners, and dealers will install a retrofit kit to secure the passenger mirror swivel arm mechanism, free of charge. The recall began on September 9, 2016. Owners may contact Tiffin customer service at 1-256- 356-8661. Tiffin's number for this recall is TIF-103." -09/01/2016,16T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T013000),Goodyear Tire & Rubber Company,Improper Curing may cause Tread Separation,TIRES,NR (Not Reported),Tire,1650,"Goodyear Tire & Rubber Company (Goodyear) is recalling certain G399A LHS tires, size 295/75R22.5 LRG, manufactured January 24, 2016, to May 28, 2016. Due to an anomaly during the curing press set-up operation, incomplete adhesion between the tread and the top belt may have occurred.","Incomplete adhesion may result in tread separation of the tire while in use, increasing the risk of a crash.","Goodyear will notify the vehicle manufacturers that purchased the tires, as well as those that purchased the tires as replacement equipment. The vehicle manufacturers will notify their owners. Dealers will replace the affected tires with a similar tires, free of charge. The recall began on October 13, 2016. Owners may contact Goodyear customer service at 1-800-592-3267." -09/01/2016,16V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V635000),"Kaufman Trailers of NC, Inc.",Spring Eye may Break Allowing Axle to Move,SUSPENSION,NR (Not Reported),Vehicle,285,"Kaufman Trailers (Kaufman) is recalling certain model year 2015-2016 Mini 5-Car Hauler trailers, model FE-3/7K-44, manufactured July 1, 2015, to August 24, 2016. During use, the suspension spring eye may break, and allow the axle to slide back and forth.","If the axle is able to slide back and forth, the tires on the sliding axle can contact either the fender or the adjacent tire, adversely affecting handling and increasing the risk of a crash.","Kaufman Trailers of NC, Inc. will replace all springs on your trailer with a newly designed spring that has a thicker top leaf and rubber bushing with steel sleeve, free of charge. The recall began on October 24, 2016. Owners may contact Kaufman customer service at 1-336-790-6800." -08/31/2016,16V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V633000),PACCAR Incorporated,Air and Electric Bracket may cause Tripping Hazard,STRUCTURE,816-E,Vehicle,1,"PACCAR Incorporated (PACCAR) is recalling one model year 2017 Peterbilt 567 truck manufactured April 26, 2016. The affected vehicle has a left-hand rail-mounted trailer air and electric bracket that protrudes upward, becoming a tripping hazard.",Tripping on the bracket or associated connections could increase the risk of injury in the event of a fall from the top of the vehicle frame.,"Peterbilt will notify the owner, and an authorized dealer will move the air and electric connections from the left hand rail to the right hand rail, free of charge. The vehicle has been repaired. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number of this recall is 816-E." -08/31/2016,16V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V634000),"Daimler Trucks North America, LLC",Axle Capacity may Exceed Hub Capacity,POWER TRAIN,FL-718,Vehicle,156,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2017 Freightliner M2 Business Class, 108 SD, 114 SD, Cascadia, Coronado, Western Star 4700, 4800, and 5700 XE trucks manufactured March 15, 2013, to July 29, 2016 and equipped with Conmet aluminum non-high capacity hubs. These vehicles specify a front axle weight limit that may be greater than that of the hub capacity. As a result, the hub may fail and the wheel may separate from the axle.","If a wheel separates from the axle, there would be an increased risk of a crash.","DTNA will notify owners, and dealers will replace the front axle hubs, free of charge. The recall began during November 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-718." -08/31/2016,16V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V630000),Hyundai Motor America,Driver Seat May Inadvertently Move,SEATS,150,Vehicle,9700,"Hyundai Motor Company (Hyundai) is recalling certain model year 2007-2008 Azera vehicles manufactured March 7, 2007 through August 14, 2007. In the affected vehicles, the power-adjustable front driver seat may unexpectedly move without the driver's input while the vehicle is being driven.","Unintentional movement of the driver's seat may affect the driver's ability to control the vehicle, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the power-adjustable seat switch, free of charge. The recall began October 28, 2016. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 150." -08/31/2016,16V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V632000),PACCAR Incorporated,Incorrect Information on Certification/Part 567,EQUIPMENT,816-D,Vehicle,15,"PACCAR Incorporated (PACCAR) is recalling certain model year 2013 Peterbilt 367 trucks, manufactured April 18, 2012, to June 29, 2012. The affected vehicles may be equipped with a certification label that has incorrect gross axle weight rating (GAWR) and gross vehicle weight rating (GVWR) information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect GAWR and GVWR information can result in the vehicle being overloaded, increasing the risk of a crash.","Peterbilt will notify owners, and dealers will replace the certification labels, free of charge. The recall began on September 21, 2016. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 816-D." -08/31/2016,16V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V629000),"Daimler Trucks North America, LLC",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,FL-716,Vehicle,958,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015-2017 Thomas Built Buses Safe-T-Liner C2, Saf-T-Liner HDX, Saf-T-Liner EFX, and Minotour DRW school buses manufactured July 15, 2014, to July 21, 2016, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","DTNA will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on October 10, 2016. Owners may contact DTNA customer service at 1-800-547-0712, or Ricon customer service at 1-800-322-2884 or by email at admin16E020@wabtec.com. DTNA's number for this recall is FL-716." -08/31/2016,16V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V631000),"Daimler Trucks North America, LLC",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,FL-716,Vehicle,3,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015-2017 Thomas Built Buses Saf-T-Liner C2, and Saf-T-Liner HDX transit buses manufactured July 15, 2014, to July 21, 2016, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","DTNA will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on October 10, 2016. Owners may contact DTNA customer service at 1-800-547-0712, or Ricon customer service at 1-800-322-2884 or by email at admin16E020@wabtec.com. DTNA's number for this recall is FL-716." -08/30/2016,16V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V628000),Hyundai Motor America,Inability to Accelerate from a Stop,ELECTRICAL SYSTEM,149,Vehicle,41000,"Hyundai Motor Company (Hyundai) is recalling certain model year 2016 Tucson vehicles manufactured May 20, 2015 through May 31, 2016 and equipped with a 7-speed EcoShift Dual Clutch Transmission. Certain driving conditions and high temperatures may cause the vehicle to not move if the accelerator pedal is pressed and released repeatedly.",Inability to move the vehicle while in traffic may increase the risk of a crash.,"Hyundai will notify owners, and dealers will update the Transmission Control Module software, free of charge. The recall is expected to begin on October 28, 2016. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 149." -08/30/2016,16V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V627000),Triple E Recreational Vehicles,Submerged Showerhead may cause Water Contamination,EQUIPMENT,CA #8368-1,Vehicle,24,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2016 Unity motorhomes, model U24X, manufactured October 15, 2015, to June 16, 2016. The affected vehicles have a showerhead that can be lowered into the shower pan or sink basin.","In the event of a waste water backup, a submerged showerhead may syphon the waste water, possibly contaminating the fresh water supply, increasing the risk of injury.","Triple E will notify owners, and dealers will install two guide rings to prevent the shower head from lowering into the shower pan or sink basin, free of charge. The recall began on September 23, 2016. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA #8368-1." -08/29/2016,16E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E069000),"Idle Free Systems, Inc.",Auxillary Power Interface Causing Fire,ELECTRICAL SYSTEM,RLK,Equipment,507,"Idle Free Systems, Inc. (IFS) is recalling certain IFS Auxiliary Power Units with the Reefer-type trailer Link Kit option manufactured January 1, 2010, to May 31, 2016. In the affected power units, the battery positive cable may short to ground.","If the positive battery cable short circuits, it can increase the risk of a fire.","IFS has notified owners, and dealers will install a supplemental auxiliary battery bank positive terminal fuse, free of charge. The recall began on September 19, 2016. Owners may contact IFS customer service at 1-920-206-9333. IFS' number for this recall is RLK." -08/29/2016,16V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V626000),Kovatch Mobile Equipment Corp.,Drive Shaft Tube Thickness Insufficient,POWER TRAIN,NR (Not Reported),Vehicle,56,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2015-2016 Predator SS Pumper vehicles manufactured January 17, 2015, to July 21, 2015, and 2014-2016 FDNY Pumper vehicles manufactured May 21, 2014, to July 27, 2015. The affected vehicles may have replacement drive shafts that may twist and fail during use.","Failure of the driveshaft may leave the fire truck immobilized in traffic, increasing the risk of a crash. Additionally, the truck may not be able to respond to an emergency, increasing the chances of injury for those at risk.","KME has notified owners, and dealers replaced the drive shafts, free of charge. All affected vehicles have been remedied, free of charge. Owners may contact KME customer service at 1-800-235-3926." -08/29/2016,16T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T012000),"Michelin North America, Inc.",Missing Tire Load and Inflation Markings/FMVSS 119,TIRES,NR (Not Reported),Tire,184,"Michelin North America, Inc. (Michelin) is recalling certain Pilot Power 3 replacement sport motorcycle tires, size 180/55ZR17 (73W), manufactured between April 17, 2016 and May 7, 2016. These tires are missing the required maximum load and corresponding inflation pressure information on the sidewall. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other Than Passenger Cars.""","Without the required maximum load and corresponding inflation pressure information on the sidewall, improper use of the tire may result, increasing the risk of tire failure and a crash.","Michelin will notify owners, and dealers will replace the tires, free of charge. The recall began on October 13, 2017. Owners may contact Michelin Consumer Care at 1-866-324-2835." -08/26/2016,16V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V625000),"Halcore Group, Inc.",Condenser Controller Wire Harness,EQUIPMENT,NR (Not Reported),Vehicle,351,"Halcore Group, Inc. (Halcore) is recalling certain model year 2013-2016 Horton ambulances, models 453, 457, 503, 553, 603, and 623, manufactured November 29, 2013, to March 1, 2016. The affected vehicles may have an improperly sealed Cool-Tech air-conditioning condenser controller wire harness that can allow water to enter the controller housing.","If water gets into the controller housing, the controller may short circuit, increasing the risk of an electrical fire.","Halcore will notify owners, and dealers will replace the Cool-Tech condenser fan controller assembly, free of charge. Halcore issued an interim notification to owners on September 9, 2016. The recall began on October 26, 2016. Owners may contact Horton customer service at 1-614-317-9856, or by email at warranty@hortonambulance.com" -08/26/2016,16V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V623000),"Tiffin Motorhomes, Inc.",Driver-Side Windshield Wiper Arm may Break,VISIBILITY,TIF-102,Vehicle,28,"Tiffin Motorhomes (Tiffin) is recalling certain model year 2017 Allegro Open Roads vehicles manufactured June 7, 2016, to August 15, 2016. The affected vehicles have a driver-side wiper arm that may sweep off of the edge of the windshield, when trying to return, the wiper arm may break.","A broken windshield wiper may reduce the driver's visibility, increasing the risk of a crash.","Tiffin will notify owners, and dealers will replace the driver-side wiper pivot shaft and extending linkage, free of charge. The recall began on September 12, 2016. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-102." -08/26/2016,16V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V624000),Midwest Fire Equipment & Repair Company,Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,NR (Not Reported),Vehicle,2,"Midwest Fire Equipment & Repair (Midwest Fire) is recalling certain model year 2016-2017 All-Poly 2500 series and All-Poly 3000 series fire trucks manufactured October 6, 2015, to April 28, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Midwest Fire will notify owners, and dealers will remove the shift unit assembly and replace the clevis pin and retaining rings, free of charge. The recall began on September 1, 2016. Owners may contact Midwest Fire customer service at 1-800-344-2059." -08/25/2016,16V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V622000),"Bison Coach, LLC",Battery Cable is not Fused,ELECTRICAL SYSTEM,9010,Vehicle,654,"Bison Coach, LLC (Bison) is recalling certain model year 2015-2016 Premiere, Silverado, Laredo, Ranger, Trail Hand, and Trail Boss gooseneck horse trailers. The affected trailers do not have an inline fuse installed on the battery cable.","In the event of an electrical short circuit, the battery wiring could overheat, increasing the risk of a fire.","Bison has notified owners, and dealers will install a 30-amp inline fuse on the battery cable, free of charge. The recall began on September 15, 2016. Owners may contact Bison customer service at 1-574-658-4161. Bison's number for this recall is 9010." -08/25/2016,16V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V621000),Ford Motor Company,Fuel Pump Malfunction may Cause Engine Stall,"FUEL SYSTEM, GASOLINE",16S31,Vehicle,77502,"Ford Motor Company (Ford) is recalling certain model year 2013-2015 Ford Taurus, Ford Flex, Lincoln MKS and Lincoln MKT vehicles equipped with 3.5L GTDI Ecoboost engines and 2013-2015 Ford Taurus Police Interceptor vehicles. A component within the fuel pump electric module (PEM) may overheat causing a loss of electrical power to the fuel pump.","A loss of power to the fuel pump will cause the engine to stall or prevent the vehicle from starting, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the fuel PEM part number and replace the fuel PEM, as necessary, free of charge. The recall began on December 1, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S31." -08/25/2016,16V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V620000),"Seagrave Fire Apparatus, LLC",Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,16E059,Vehicle,28,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain model year 2015-2016 Marauder II fire trucks manufactured April 9, 2015, to April 20, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Seagrave will notify owners, and dealers will remove the shift unit assembly and replace the clevis pin and retaining rings, free of charge. The recall began on August 26, 2016. Owners may contact Seagrave customer service at 1-715-823-1910 or by email at service@seagrave.com. Seagrave's number for this recall is 16E059." -08/24/2016,16V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V615000),Hyundai Motor America,Air Bag may not Prevent Neck Injury/FMVSS 208,AIR BAGS,148,Vehicle,1031,"Hyundai Motor Company (Hyundai) is recalling certain model year 2016 Sonata vehicles manufactured March 28, 2016 through April 12, 2016. The affected vehicles have a driver-side frontal air bag that may not adequately protect the driver's neck from injury in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",A frontal air bag that does not adequately protect the driver's neck may increase their risk of injury in the event of a crash.,"Hyundai will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began October 14, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 148." -08/24/2016,16V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V619000),"Volkswagen Group of America, Inc.",Coolant Leak may cause Engine Stall,ENGINE AND ENGINE COOLING,80B9,Vehicle,9067,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2010-2013 Audi A8 vehicles manufactured May 15, 2010, to May 14, 2012. The affected vehicles have a coolant valve that may leak, allowing coolant to enter the engine control module causing a loss of power or the engine to stall.",A vehicle stall increases the risk of a crash.,"Audi will notify owners, and dealers will replace the coolant valve and inspect for coolant that has leaked through the electrical connector, free of charge. The recall is expected to begin October 19, 2016. Owners may contact Audi customer service at 1-800-253-2834." -08/24/2016,16V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V618000),Ford Motor Company,Engine may Stall Due to Fuel Pump Contamination,ENGINE AND ENGINE COOLING,16S32,Vehicle,2013,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Transit vehicles manufactured July 15, 2015, to April 14, 2016 and equipped with a 3.2L diesel engine. A fuel injector or the fuel volume control valve may clog due to metallic debris within the fuel system.","If debris clogs the fuel system, the engine may stall, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the fuel injection pump and associated parts and, if necessary, will replace the fuel filter and flush the fuel system, free of charge. The recall began on October 14, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S32." -08/24/2016,16V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V617000),Ford Motor Company,Power Window Force may be Excessive/FMVSS 118,ELECTRICAL SYSTEM,16C12,Vehicle,17985,"Ford Motor Company (Ford) is recalling certain model year 2017 Ford Escape Titanium and SE vehicles manufactured October 5, 2015, to May 12, 2016. The settings for the closing-force of the power-operated windows may allow the windows to close on an object such as a body part and injure it before the windows auto-reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-Operated Window Systems.""","If a window closes on a body part, it can increase the risk of injury.","Ford has notified owners, and dealers will update the power window operating system software, free of charge. The recall began on September 6, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C12." -08/24/2016,16V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V616000),Eldorado National-Kansas,Side Lamps may not Stay Illuminated/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,320,"Eldorado National-Kansas (Eldorado National) is recalling certain model year 2011-2016 Aero Elite 300 and 320 vehicles manufactured June 27, 2011, to June 9, 2016 and built on Ford and Navistar chassis. The intermediate side lamps may not stay illuminated when the headlights are on. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the side marker lamps do not stay illuminated when the headlights are activated, it can decrease the vehicle's visibility to other drivers, increasing the risk of a crash.","Eldorado National will notify owners, and dealers will inspect the intermediate side lamps, replacing them as necessary, free of charge. The recall began on October 17, 2016. Owners may contact Eldorado National customer service at 1-800- 955-4236 or by email at bussupport@eldorado-bus.com." -08/23/2016,16V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V611000),"Morbark, Inc.",Missing Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2741,"Morbark, Inc. (Morbark) is recalling certain model year 2009-2016 Beever wood chipper trailers manufactured January 5, 2009, to August 3, 2016. The affected trailers are missing reflex reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without reflectors, the wood chipper trailer may be less visible to other traffic, increasing the risk of a crash.","Morbark will notify owners and provide them with reflectors to install, free of charge. The recall on November 4, 2016. Owners may contact Morbark customer service at 1-517-866-2381." -08/23/2016,16V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V612000),"Morbark, Inc.",Tail Light Location is Incorrect/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,813,"Morbark Inc. (Morbark) is recalling certain model year 2013-2016 Beever M15R wood-chipper trailers manufactured February 6, 2013, to August 3, 2016, and Beever M20R wood-chipper trailers manufactured January 5, 2009, to August 3, 2016. The stop lights and tail lights on the affected vehicles may be located too high to be easily seen. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Rear lights that cannot easily be seen increase the risk of a crash.,"Morbark will notify owners and dealers will install a kit that repositions the lights, free of charge. The recall began on November 4, 2016. Owners may contact Morbark customer service at 1-517-866-2381." -08/23/2016,16V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V613000),"Jumping Jack, Inc.","Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,300,"Jumping Jack, Inc. (Jumping Jack) is recalling certain model year 2014-2015 utility trailers, in sizes Standard 6'x8' and Mid 6'x12', manufactured August 15, 2014, to August 31, 2015. The torsion arm of the axle assembly was made too small for its housing, and as a result, the torsion arm, spindle, and tire and wheel assemblies may detach from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","Jumping Jack will notify owners and provide a free replacement torsion axle. Owners can either preform the repair themselves or, if needed, Jumping Jack will assist owners to find a repair shop. Repairs will be made free of charge. The recall began on October 17, 2016. Owners may contact Jumping Jack customer service at 1-801-520-5310." -08/23/2016,16V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V614000),"Jaguar Land Rover North America, LLC",Transmission may Unexpectedly Shift to Neutral,POWER TRAIN,P091,Vehicle,10455,"Jaguar Land Rover North America, LCC (Land Rover) is recalling certain model year 2015 Discovery Sport manufactured September 17, 2014 through November 3, 2014 and 2014-2015 Range Rover Evoque vehicles manufactured July 15, 2013 through July 1, 2015. In the affected vehicles the transmission sensor clusters may have insufficient crimps in the transmission wire harness, and as a result, the transmission may unexpectedly shift to neutral.","If the vehicle unexpectedly shifts to neutral, there is an increased risk of a crash.","Land Rover will notify owners, and dealers will inspect the automatic transmission serial number and if required, will update the transmission software to prevent the transmission from shifting into neutral due to a faulty crimp, free of charge. The recall is expected to began October 14, 2016. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P091." -08/22/2016,16V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V607000),"Chicago Scooter Company, LLC",Front Wheel Bearings may Fail,SUSPENSION,NR (Not Reported),Vehicle,778,"Chicago Scooter Company (Chicago Scooter) is recalling certain model year 2016-2017 go. scooters manufactured September 22, 2015, to May 13, 2016. These scooters have front wheel bearings that may fail, adversely affecting handling.","Front wheel bearing failure may result in a loss of control of the scooter, increasing the risk of a crash.","Chicago Scooter will notify owners, and dealers will replace the entire front wheel, free of charge. The recall began September 2016. Owners may contact Chicago Scooter customer service at 1-773-433-1311 or by email at recall@chicagoscootercompany.com." -08/22/2016,16V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V609000),Keystone RV Company,Incorrect Tire and Load Information/Part 567,EQUIPMENT,16-262,Vehicle,99,"Keystone RV Company (Keystone) is recalling certain model year 2017 Cougar recreational trailers, models CG28SGS17, CG28RDB17, CG28RKS17, CG29RES17, CG29RLI17 and CG28DBI17, manufactured July 15, 2016, to August 3, 2016. The affected trailers have a Federal Identification Tag and Tire and Loading Information Label with incorrect information. Additionally, tires with the wrong load range may have been installed. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If tires of an incorrect load range are installed, tire failure may result, possibly causing a loss of vehicle control, and increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the tires and/or Federal Identification Tag if it is incorrect, free of charge. The recall began on September 9, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-262." -08/22/2016,16V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V610000),Zero Motorcycles Inc.,Insufficient Power Affecting Safety Features,ELECTRICAL SYSTEM,SV-ZMC-016-356,Vehicle,96,"Zero Motorcycles Inc. (Zero) is recalling certain model year 2015 SR, S, DS, and FX motorcycles. The affected motorcycles have a DC-DC converter that may have insufficient output power. During high power demand, the anti-lock brake system (ABS) may not function properly.","If the converter power output is insufficient, during an ABS activated event, the ABS and all vehicle lights would temporarily stop functioning, increasing the risk of a crash.","Zero has notified owners, and dealers will inspect the DC-DC converters, replacing ones of a specific type as necessary, free of charge. The recall began on September 16, 2016. Owners may contact Zero customer service at 1-888-841-8085. Zero's number for this recall is SV-ZMC-016-356." -08/18/2016,16V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V606000),Kovatch Mobile Equipment Corp.,Front Grille May Separate from Front Cab Face,STRUCTURE,NR (Not Reported),Vehicle,27,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2012-2013 Predator Pumper, Predator Panther Pumper and Predator Aerial, 2013 Predator Panther Aerial and Predator Rescue and 2012 Predator Panther Tanker emergency vehicles. In the affected vehicles, the front grille may loosen and separate from the cab face.","If the front grille detaches from the vehicle while driving, it could become a road hazard, increasing the risk of a crash.","All the vehicles affected in this campaign have been remedied. Therefore, an owner notification will not be issued. Owners may contact KME customer service at 1-570-669-5577." -08/17/2016,16V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V605000),"REV Ambulance Group Orlando, Inc.",Power Control Module Short Circuit,ELECTRICAL SYSTEM,Recall # 16-E038,Vehicle,172,"REV Ambulance Group Orlando, INC. (REV) is recalling certain model year 2010-2016 Road Rescue Specialty Vehicle, Ultramedic, Promedic, Duramedic, Metromedic and Transmedic emergency vehicles manufactured January 1, 2010, to May 1, 2016. These vehicles are equipped with certain Class 1 ES-Key power control modules manufactured by Hale Products. The affected power control modules may not provide sufficient circuit protection depending on their combination of software and installation, possibly resulting in a short circuit.","A short circuit may result in damage to components of the vehicle's electrical system, affecting their function such as causing a loss of headlights, increasing the risk of a crash. A short circuit may also increase the risk of a fire.","REV will notify owners, and dealers will upgrade the software or retrofit fuses, free of charge. The recall began on November 20, 2016. Owners may contact REV customer service at 1-800-628-8178 or Hale Products Customer Service Center at 1-800-533-3569 or halecustomerservice@idexcorp.com. REV's number for this recall is Recall #16-E038." -08/16/2016,16V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V603000),"Mercedes-Benz USA, LLC",Damaged Electronic Stability Control Unit,ELECTRONIC STABILITY CONTROL,2016090002,Vehicle,62,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 GLC 300 SUV, GLC 300 4Matic SUV, C300 Sedan and C300 4Matic vehicles manufactured February 8, 2016, to May 18, 2016. The affected vehicles may be equipped with an Electronic Stability Program (ESP) control unit that may have been damaged before being installed.","A damaged ESP control unit may inadvertently activate the stability control altering the vehicle's path. Additionally, the electronic parking brake may not function. Either condition may increase the risk of a crash.","MBUSA will notify owners, and dealers will replace the ESP Hydraulic control units, free of charge. The recall is expected to begin in October 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -08/15/2016,16V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V600000),Keystone RV Company,Improper Wiring of Air Conditioner Thermostat,EQUIPMENT,16-261,Vehicle,51585,Keystone RV Company (Keystone) is recalling certain model year 2011-2017 Bullet and Passport recreational trailers. The affected vehicles are equipped with an air conditioner LCD thermostat that may not be properly wired.,"If the thermostat is wired improperly, any damage to the thermostat wiring may result in an electrical short, increasing the risk of a fire.","Keystone will notify owners, and dealers will correct the wiring at the air conditioner control box, free of charge. The recall began on October 7, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-261." -08/15/2016,16V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V602000),"Mercedes-Benz USA, LLC",Rear Head Restraints may Not Stay Locked in Place,SEATS,2016090003,Vehicle,2,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 GLE Coupe 450 AMG 4Matic vehicles manufactured July 11, 2015, to July 25, 2015. The affected vehicles may be equipped with rear head restraints that may not stay locked in the upright position at very low temperatures.","If the vehicle is involved in a crash in very low temperatures, the rear head restraints may not function as intended, increasing the risk of rearseat occupant injury.","MBUSA will notify owners, and dealers will replace the rear head restraints, free of charge. The recall is expected to begin in October 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -08/15/2016,16V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V599000),"Autocar Industries, LLC",Steering Shaft Weld may Break Affecting Steering,STEERING,ACTT-1601,Vehicle,294,"Autocar Industries, LLC (Autocar) is recalling certain model year 2016-2017 Xspotter vehicles manufactured August 3, 2015, to April 21, 2016. The steering column shaft weld may break causing a separation of the steering wheel from the steering system, creating a loss of steering ability.",A loss of steering ability increases the risk of a crash.,"Autocar will notify owners, and dealers will inspect the steering columns and replace them as necessary, free of charge. The recall began on October 7, 2016. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACTT-1601." -08/15/2016,16V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V601000),Shyft Group,Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,16021,Vehicle,55,"Spartan Motors USA (Spartan) is recalling certain model year 2014-2016 Legend and Star fire trucks manufactured April 15, 2015, to April 16, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Spartan will notify owners, and dealers will replace the retaining clevis pin and retaining rings, free of charge. The recall began on September 12, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16021." -08/12/2016,16V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V597000),Harbor Freight Tools,Incorrectly Positioned Rear Lamp Bracket/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,374319,"Harbor Freight Tools (Harbor Freight) is recalling certain model year 2006-2016 Haul Master trailers, model numbers 90154, 42708, 90153, 66771, 42709, 94564 trailers, and 2013-2016 Haul Master trailers, model numbers 62170, 62209, 61730, and 69897. The affected trailers may be equipped with incorrectly positioned rear lamp brackets that may not illuminate the license plate. The lights fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The trailers may be less visible to other drivers, increasing the risk of a vehicle crash.","Harbor Freight will notify owners and will provide them with a new tail light package, free of charge. The recall began on October 10, 2016. Owners may contact Harbor Freight customer service at 1-805-388-1000." -08/12/2016,16V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V598000),"Winnebago Industries, Inc.",Loose Electrical Connection may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3826,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2015-2017 Itasca Cambria, 2015-2017 Winnebago ERA, Travato, Fuse, Aspect, and Vista recreational vehicles, and 2015-2017 Itasca Sunstar recreational vehicles manufactured May 6, 2014, to April 22, 2016. The affected vehicles may have a electrical connection to the automatic transfer switch (ATS) that may not be properly tightened.","A loose power connection may cause a build up of heat at the connection, increasing the risk of a fire.","Winnebago will notify owners, and dealers will tighten the electrical connection, replacing the ATS box and switch, as necessary. These repairs will be performed free of charge. The recall began on September 22, 2016. Owners may contact Winnebago customer service at 1-800-537-1885." -08/12/2016,16V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V596000),Toyota Motor Engineering & Manufacturing,Rear Suspension Arm (Tie Rod) Corrosion,SUSPENSION,Toyota G0V Lexus GLK,Vehicle,337449,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2006-2011 Toyota RAV4 vehicles manufactured October 31, 2005, to September 7, 2010, and 2010 Lexus HS250h vehicles manufactured July 6, 2009, to August 26, 2010. The affected vehicles have rear suspension arms (rear tie rods) with adjusting lock nuts that may have been improperly tightened after servicing. As a result of being loose, the arm may have thread damage and may rust, possibly leading to the failure of the arm and an abrupt change in the vehicle's alignment.","Failure of the rear tie rod could cause a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners and dealers will replace both rear suspension arms and encapsulate the locknuts, free of charge. The recall began on September 30, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for this recall are G0V for Toyota vehicles and GLK for Lexus vehicles. Note: This recall supersedes recall 13V-383, in which some vehicles were only inspected, sealed, and did not have both arms replaced. The affected vehicles were previously recalled under 13V-383, but did not have both rear suspension arms replaced at that time. Those vehicles need to have both arms replaced as part of this recall remedy." -08/12/2016,16T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T011000),Goodyear Tire & Rubber Company,Tread Chunk Due to Low Inflation/FMVSS 139,TIRES,NR (Not Reported),Tire,16757,"Goodyear Tire & Rubber Company (Goodyear) is recalling certain Dunlop SP50 tires, size P205/70R15 95T, manufactured December 2, 2012, to February 1, 2014. The affected tires could experience tread chunking in service. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""",If the tire experiences tread chunking in service the risk of a crash may be increased.,"Goodyear will notify owners, and dealers will replace tires, free of charge. The recall began on September 27, 2016. Owners may contact Goodyear customer service at 1-800-592-3267." -08/11/2016,16V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V594000),Mazda North American Operations,Air Bag Control Unit may Fail due to Moisture,AIR BAGS,9816H,Vehicle,41918,"Mazda North American Operations (Mazda) is recalling certain model year 2009-2010 Mazda6 vehicles manufactured February 4, 2008, to December 3, 2009. The protective coating may not have been properly applied to the air bag control unit (ACU) and, as a result, moisture may damage the unit causing it to malfunction.","Failure of the ACU would illuminate the air bag warning light and prevent the air bags from deploying in the event of a crash, increasing the risk of injury.","Mazda dealers will replace the ACU, free of charge, however parts are not currently available. The recall began June 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 9816H." -08/11/2016,16V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V593000),Mazda North American Operations,Lower Control Arm and Ball Joint Separation,SUSPENSION,9716H,Vehicle,190102,"Mazda North American Operations (Mazda) is recalling certain model year 2007-2012 Mazda CX-7 vehicles manufactured February 14, 2006, to May 9, 2012. In the affected vehicles, water may enter the front suspension ball joint fittings. If the water is contaminated with salt, such as from driving on snowy roads that have been treated, the ball joint may corrode and separate from the lower control arm, resulting in a loss of steering control.",A loss of steering control can increase the risk of a crash.,"Mazda will notify owners, and dealers will replace both front lower control arms, free of charge. As a priority, Mazda will first address all affected 2007-2008 vehicles as well as 2009-2011 vehicles currently registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia. West Virginia, Wisconsin, and the District of Columbia. The remaining vehicles will be addressed as parts are available. The recall began September 20, 2017. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 9716H." -08/11/2016,16V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V595000),"General Motors, LLC",Misrouted Fuel Line May Cause Fire,"FUEL SYSTEM, GASOLINE",54180,Vehicle,189,"General Motors LLC (GM) is recalling certain model year 2016 Buick Verano vehicles manufactured February 16, 2016, to May 12, 2016, equipped with a 2.0 liter turbocharged engine. The engine fuel line assembly may be misrouted, allowing the fuel line to contact the surface of the engine.","If the fuel line contacts the engine, the fuel line may wear, resulting in a fuel leak and increasing the risk of a fire.","GM will notify owners, and dealers will replace the fuel line assembly, free of charge. The recall began on August 19, 2016. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 54180." -08/10/2016,16V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V592000),Tadano America Corporation,Air Line may cause Loss of Mobility and Braking,"SERVICE BRAKES, AIR",21602480,Vehicle,58,"Tadano America Corporation (Tadano) is recalling certain model year 2013-2015 ATF70G-4, ATF100G-4, ATF130G-5, ATF180G-5, ATF220G-5, and ATF400G-6 all-terrain crane trucks manufactured April 1, 2014, to October 9, 2015. The affected vehicles may have an improperly assembled air line connection which may result in a sudden loss of mobility or reduced braking.",A loss of air supply resulting in a loss of mobility and reduced braking power can increase the risk of a crash.,"Tadano has notified owners, and dealers will test all of the air connections, repairing the connections as necessary, free of charge. The recall began on August 30, 2016. Owners may contact Tadano customer service at 1-281-869-0030. Tadano's number for this recall is 21602480." -08/10/2016,16V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V590000),"Chrysler (FCA US, LLC)",Improper Torque on Seat Fasteners,SEATS,S63,Vehicle,1827,"Chrysler (FCA US LLC) is recalling certain model year 2014-2016 Jeep Cherokee vehicles manufactured July 29, 2013, to February 5, 2016. The seat fasteners on the first or second row seats may not have been tightened to the proper torque specification.","Loose fasteners may allow the seats to move, increasing the risk of injury to the seat occupants in the event of a crash.","Chrysler will notify owners, and dealers will replace the seats or seat sets, free of charge. The recall is expected to begin during September 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall S63." -08/10/2016,16V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V589000),"Chrysler (FCA US, LLC)",Improperly Torqued Fasteners,STEERING,S59,Vehicle,192,"Chrysler (FCA US LLC) is recalling certain model year 2016 Chrysler 200 vehicles manufactured May 24, 2016, to May 25, 2016. Multiple chassis fastener joints may not have been tightened to the proper torque specification.","If the chassis fastener joints are improperly torqued they may loosen and fail or fall out, reducing steering and handling capability and increasing the risk of a crash.","Chrysler has notified owners, and dealers will inspect the joints and tighten or replace the fasteners, as necessary, free of charge. The recall began on September 2, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S59." -08/10/2016,16V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V591000),Temsa,Rear Tires may Rub Against Each Other and Fail,SUSPENSION,NR (Not Reported),Vehicle,13,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2015-2017 TS 45 motorcoaches manufactured July 25, 2014, to April 21, 2016. Due to insufficient clearance between the twin tires on the rear axle, the tires may rub against each other resulting in their failure.",A tire that fails unexpectedly can increase the risk of a crash.,"Temsa will notify owners, and dealers will replace the steel rims with ones that have a bigger offset, free of charge. The recall began on September 19, 2016. Owners may contact CH Bus Sales at 1-407-271-8935." -08/09/2016,16V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V588000),Pagani Automobili SpA,Driver Frontal Air Bag may not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,32,"Pagani Automobili SpA (Pagani) is recalling certain model year 2014-2016 Huayra vehicles manufactured April 21, 2014, to July 29, 2016. In the affected vehicles, the driver side frontal air bag may not remain adequately secured to the steering wheel during deployment, and therefore the air bag may deploy improperly.",Improper deployment of the driver frontal air bag can increase the risk of injury in the event of a crash.,"Pagani has notified owners, and dealers will change the fasteners on the steering wheel air bag assembly, free of charge. The recall began August 16, 2016. Owners may contact Pagani customer service at 1-415-350-7220." -08/09/2016,16V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V587000),Outdoors RV Manufacturing,Fifth-Wheel may Separate from Tow Vehicle,TRAILER HITCHES,2016-001,Vehicle,140,Outdoors RV Manufacturing (ORV) is recalling certain model year 2015-2017 Glacier Peak fifth-wheel travel trailers. The affected trailers have a pin box that may flex resulting in metal fatigue and possibly the separation of the fifth-wheel trailer from the tow vehicle.,If the fifth-wheel separates from the tow vehicle there would be an increased risk of a crash.,"ORV has notified owners, and dealers will inspect the pin box, reinforcing it as necessary, free of charge. The recall began on August 26, 2016. Owners may contact ORV customer service at 1-541-962-1866 extension 222. ORV's number for this recall is 2016-001." -08/08/2016,16V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V586000),Kovatch Mobile Equipment Corp.,False Activations of Touchscreen,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,74,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2013 Predator Panther Rescue, 2013-2014 Predator Aerial, 2013-2016 Predator Pumper, Predator Rescue and Predator SS Aerial, 2014 7600 Tanker and Predator Tractor Drawn Aerial, 2014-2017 Predator Panther Pumper and Predator SS Pumper and 2017 Predator SS Rescue vehicles, equipped with Class 1 Ultraview Touchscreens by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge, causing accessories to turn on or off.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"KME will notify owners, and dealers will reprogram the units, free of charge. The recall began on October 14, 2016. Owners may contact KME customer service at 1-800-235-3926 or Hale Products Customer Service Center @ 1-800-533-3569 or halecustomerservice@idexcorp.com." -08/05/2016,16V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V584000),"Eldorado National- California, Inc.",Front Tires may Contact Tie-Rods,STEERING,NR (Not Reported),Vehicle,16,"Eldorado National-California, Inc. (Eldorado National) is recalling certain model year 2016 E-Z Rider II transit buses manufactured March 1, 2016, to July 31, 2016. The affected vehicles are equipped with front steel rims that may allow the inside sidewall of the front tires to contact the outer end of the front tie-rods due to insufficient clearance.","If the tie-rods contact the front tires, the tires may be damaged and suddenly lose air, increasing the risk of a crash.","Eldorado National has notified the owners, and dealers will replace the steel wheels with ones that provide adequate clearance, free of charge. The recall began on August 10, 2016. Owners may contact Eldorado National customer service at 1-909-591-9557." -08/05/2016,16E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E068000),WSB Inc,Motorcycle Helmets may not Protect User/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,300,"WSB Inc (WSB) is recalling certain WSB777 half helmets in all sizes manufactured May 1, 2015, to May 2, 2015. The affected helmets may be missing or have insufficient labeling and may not be strong enough to protect a user in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do properly protect the wearer's head can increase the risk of injury to the wearer in the event of a crash. Missing labeling information reduces the user's possibility of identifying the helmet in the event of a safety recall.,"WSB will notify owners, and replace or reimburse the owners, free of charge. The recall began on September 7, 2016. Owners may contact WSB customer service at 1-855-322-3733." -08/05/2016,16V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V585000),Pierce Manufacturing,Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,74B277,Vehicle,470,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Arrow, Dash, Enforcer, Impel, Quantum, Saber, and Velocity fire trucks manufactured June 29, 2015, to June 30, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or power to an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Piece will notify owners, and dealers will remove the shift unit assembly and replace the clevis pin and retaining rings, free of charge. The recall began on September 2, 2016. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B277." -08/04/2016,16V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V581000),"Ferrara Fire Apparatus, Inc.",Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,NR (Not Reported),Vehicle,57,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2015-2016 Inferno, Igniter, Intruder and Cinder fire trucks built on Freightliner and International chassis manufactured April 13, 2015, to May 30, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Ferrara will notify owners, and the shift unit assembly will be removed and the clevis pin and retaining rings will be replaced, free of charge. The recall began on September 9, 2016. Owners may contact Ferrara customer service at 1-225-567-7100 extension 3011." -08/04/2016,16V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V583000),"Smeal Holding, LLC",Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,NR (Not Reported),Vehicle,88,"Smeal Fire Apparatus Co., Inc. (Smeal) is recalling certain model year 2015-2016 Smeal Aerial and Pumper fire trucks manufactured July 16, 2015, to August 1, 2016. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Smeal will notify owners, and dealers will remove the shift unit assembly and replace the clevis pin and retaining rings, free of charge. The recall began on September 12, 2016. Owners may contact Smeal customer service at 1-877-415-8628." -08/04/2016,16V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V582000),"General Motors, LLC",Windshield Wipers may become Inoperative,VISIBILITY,25302,Vehicle,367808,"General Motors LLC (GM) is recalling certain model year 2013 Chevrolet Equinox and GMC Terrain vehicles. In the affected vehicles, the ball joints in the windshield wiper module may corrode and wear over time, possibly resulting in one or both of the windshield wipers becoming inoperative.","Inoperative windshield wipers may reduce the driver's visibility, increasing the risk of a crash.","GM will notify owners, dealers will repair the AIP-hole, inspect and, if necessary, replace the front wiper module, free of charge. The recall began on April 13, 2017. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 25302." -08/03/2016,16V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V577000),"Southeast Toyota Distributors, LLC",Accessory Exhaust Tip May Contact and Burn People,ENGINE AND ENGINE COOLING,SET16D,Vehicle,425,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2010-2015 Toyota 4Runner vehicles manufactured September 3, 2009, to December 1, 2014. The affected vehicles may be equipped with accessory exhaust tips installed by SET or SET dealers that may contact people and possibly burn them while they are standing behind the vehicle.",Contact with an exhaust tip may result in personal injury.,"SET will notify owners, and dealers will install a re-designed exhaust tip that is smaller in diameter and is more recessed behind the bumper, free of charge. The recall began September 15, 2016. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET16D." -08/03/2016,16V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V578000),E-One Incorporated,False Activations of Touchscreen,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"E-One Incorporated (E-One) is recalling one model year 2015 Typhoon emergency vehicle manufactured March 16, 2015, to October 30, 2015, equipped with a Class 1 Ultraview Touchscreen manufactured by Hale Products. The touchscreen may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off.",Uintended turning on or off of any or multiple accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"E-One has notified the owner and updated touchscreen software has been installed, free of charge. The recall began on August 4, 2016. Owners may contact E-One customer service at 1-904-237-1122." -08/03/2016,16V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V580000),Hyundai Translead,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,16E-045,Vehicle,8967,"Hyundai Translead (HT) is recalling certain model year 2004-2016 Dry Van, Reefer Van, Chassis, and Container trailers manufactured January 4, 2004, to March 4, 2016. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","The remedy for this recall is still under development. The recall began on August 4, 2016. Owners may contact HT customer service at 1-819-574-1500. HT's number for this recall is 16E-045." -08/03/2016,16V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V576000),"Subaru of America, Inc.",Loose Bolts may affect Braking and Handling,"SERVICE BRAKES, HYDRAULIC",WTE-66,Vehicle,99,"Subaru of America, Inc. (Subaru) is recalling certain model year 2017 Outback vehicles manufactured June 20, 2016, to June 23, 2016. The affected vehicles may have improperly tightened attaching bolts for the front left and right brake calipers, wheel hubs, and the right stabilizer clamp.","If any of the front brake caliper, wheel hub or stabilizer clamp attaching bolts loosen or detach, the related components would also become loose and may detach possibly making the vehicle unstable and reducing the braking capability. These conditions would increase the risk of a crash.","Subaru has notified owners, and dealers will inspect the bolts for proper torque, and replace any loose bolts, free of charge. The recall began on August 8, 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTE-66." -08/03/2016,16V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V579000),"Forest River, Inc.",Tire may Contact Wheel Well or Bottom of Trailer,SUSPENSION,17C-07292016-0234,Vehicle,230,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Cherokee recreational trailers, models CCKT16BHS, CCKT16FQ and CCKT17CJ, manufactured April 15, 2016, to July 28, 2016. The affected vehicles may have insufficient clearance between the bottom of the trailer and the top of the tire and, during use, the tire may make contact, possibly damaging the tire.","A damaged tire may unexpectedly deflate, causing a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a bolt on lift kit, free of charge. The recall began on September 15, 2016. Owners may contact Forest River customer service at 1-260-593-4005. Forest River's number for this recall is 17C-07292016-0234." -08/02/2016,16V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V574000),Hyundai Motor America,Brake Pedal Stopper Pad Deterioration,EXTERIOR LIGHTING,146,Vehicle,64500,"Hyundai Motor America (Hyundai) is recalling certain model 2013 Elantra vehicles manufactured December 1, 2012, to April 30, 2013. The brake pedal stopper pad can deteriorate allowing the brake light switch plunger to remain extended when the brake pedal is released.","If the brake light switch plunger does not retract as it should when the brake pedal is not being pressed, the brake lights may stay illuminated preventing accurate communication to following vehicles that the vehicle is slowing or stopping. Additionally, if the brake switch plunger is not retracted, then the transmission can be shifted out of PARK without depressing the brake pedal. Either condition increases the risk of a crash.","Hyundai will notify owners, and dealers will replace the brake pedal stopper pad with an improved part, free of charge. The recall is expected to begin on September 30, 2016. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 146." -08/02/2016,16V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V575000),Hyundai Motor America,Instrument Cluster may Malfunction,ELECTRICAL SYSTEM,147,Vehicle,3031,"Hyundai Motor America (Hyundai) is recalling certain model year 2015 Genesis sedans manufactured February 1, 2015, through May 20, 2015. The affected vehicles are equipped with a seven-inch TFT-LCD instrument cluster that may display an incorrect vehicle speed or may illuminate all of the warning lights or not illuminate a warning light that needs to be lit.",If the instrument cluster displays the vehicle speed or illuminates the warning lights incorrectly there would be an increased risk of a crash.,"Hyundai will notify owners, and dealers will update the instrument cluster software, free of charge. The recall is expected to begin on September 30, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 147." -08/02/2016,16V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V573000),Aluma KLM,Misaligned Welds may cause Axle Mounts to Detach,SUSPENSION,NR (Not Reported),Vehicle,1839,"Aluma/KLM is recalling certain model year 2011-2015 8605T, 8610T, and 8612T trailers manufactured January 1, 2011, to October 30, 2015. The affected trailers may have misaligned axle mounts, possibly resulting in the axle mounts detaching from the trailer.","If the axle mounts separate, there could be a loss of control, increasing the risk of a crash.","Aluma/KLM will notify owners, and dealers will inspect the axle mount alignment, repairing it as necessary. Additionally, flat straps will be retrofitted to the axle mounts. These repairs will be performed free of charge. The recall began on September 30, 2016. Owners may contact Aluma/KLM customer service at 1-866-415-3285." -08/02/2016,16V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V570000),e-ride Industries,Missing Rear Reflector/FMVSS 500,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1038,"E-ride Industries (E-ride) is recalling certain model year 2005-2016 EXV2 electric utility vehicles manufactured March 1, 2005, to July 29, 2016, and EXV4 electric utility vehicles manufactured March 3, 2005, to July 19, 2016. The affected vehicles may not be equipped with a red reflector on the back of the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 500, ""Low Speed Vehicles.""","A missing red reflector on the rear vehicle can make the vehicle less visible to other drivers, increasing the risk of a crash.","E-ride will notify owners, and dealers will install a red reflector to both corners of the rear bumper, free of charge. The recall is expected to begin in September 2016. Owners may contact E-ride customer service at 1-800-950-4351." -08/02/2016,16V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V571000),Thor Motor Coach,Shower Curtains may be Flammable/FMVSS 302,EQUIPMENT,RC000121,Vehicle,5633,"Thor Motor Coach (Thor) is recalling certain model year 2012-2017 Ace, 2013 Citation, 2012-2013 Siesta and 2017 Four Winds and Road Bear Rental motorhomes. The affected vehicles are equipped with shower curtains that may not adequately resist catching fire in the presence of an ignition source. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""","A flammable shower curtain may further fuel a fire, increasing the risk of injury.","Thor will notify owners, and dealers will replace the shower curtains with curtains made with fire retardant, free of charge. The recall began on September 15, 2016. Owners may contact Thor customer service at 1-877-500-1020. Thor's number for this recall is RC000121." -08/02/2016,16V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V572000),Aluma KLM,Trailer may Separate due to Missing Welds,TRAILER HITCHES,NR (Not Reported),Vehicle,529,"Aluma/KLM is recalling certain model year 2011-2015 5410T and 5410WD trailers manufactured January 1, 2011, to June 1, 2015. Due to missing welds, the trailer tongues may separate from the body of the trailer.","If the trailer tongue separates, the rear of the tongue retainer and tongue tube will drag on pavement and the trailer will not be properly secured to the tow vehicle, resulting in a loss of control, increasing the risk of a crash.","Aluma/KLM will notify owners, and dealers will inspect the trailers for missing welds, adding any missing welds and retrofitting two additional gussets, free of charge. The recall began on September 30, 2016. Owners may contact Aluma/KLM customer service at 1-866-415-3285." -08/01/2016,16V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V566000),"Heartland Recreational Vehicles, LLC",LED Light Overheat Causing Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4585,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2016-2017 Wilderness and Mallard travel trailers, 2015-2017 Elkridge fifth wheel travel trailers, and 2017 Sundance and Torque travel trailers. The affected vehicles have an LED light on the front cap of the camper that may short circuit and overheat.",If the light overheats there would be an increased risk of a fire.,"Heartland will notify owners, and dealers will replace the light with one that has built-in voltage protection. The recall began on September 1, 2016. Owners may contact Heartland customer service at 1-877-262-8032." -08/01/2016,16V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V568000),"Jayco, Inc.",Shower Door may Increase Fire Risk/FMVSS 302,EQUIPMENT,9903318,Vehicle,2240,"Jayco, Inc. (Jayco) is recalling certain model year 2013-2017 Redhawk motorhomes manufactured August 1, 2012, to June 24, 2016. The affected vehicles are equipped with shower curtains that may not adequately resist catching fire in the presence of an ignition source. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""","A flammable shower curtain may further fuel a fire, increasing the risk of injury.","Jayco has notified owners, and dealers will replace the shower curtains with curtains made with fire retardant, free of charge. The recall began August 11, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903318." -08/01/2016,16V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V567000),E-One Incorporated,Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,NR (Not Reported),Vehicle,42,"E-One Incorporated (E-One) is recalling certain model year 2015-2016 Cyclone II vehicles manufactured July 31, 2015, to June 12, 2016, 2015-2016 Typhoon vehicles manufactured September 21, 2015, to July 27, 2016, 2015 Freightliner M2 vehicles manufactured November 3, 2015, and 2015 International 7400 vehicles manufactured November 3, 2015. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","E-One will notify owners and will supply a remedy kit that replaces the clevis pin and retaining rings, free of charge. The recall began on September 8, 2016. Owners may contact E-One customer service at 1-352-861-3612." -08/01/2016,16V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V569000),Kovatch Mobile Equipment Corp.,Transmission May Not Switch from Road to Pump Mode,POWER TRAIN,NR (Not Reported),Vehicle,112,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2016 Predator SS Tractor Drawn Aerial, Predator SS Aerial, Predator Pumper, Predator Aerial, M114 Tanker, 7600 Tanker, 7600 Pumper, 7400 Tanker, 4400 Pumper, and FDNY Pumper and 2016-2017 Predator SS Pumper and Predator Panther Pumper and 2015-2017 M2 Pumper vehicles. The affected vehicles may be equipped with certain C20 and C21 split-shaft transmissions from Waterous. This transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","KME will notify owners, and dealers will inspect and repair the transmissions, free of charge. The recall began on October 11, 2016. Owners may contact KME customer service at 1-800-235-3926." -07/29/2016,16V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V565000),Cruiser RV,LED Light may Overheat and cause a Fire,ELECTRICAL SYSTEM,99-03-10,Vehicle,649,"Cruiser RV (Cruiser) is recalling certain model year 2017 Shadow Cruiser, Fun Finder, MPG, Radiance, South Fork, and Stryker recreational trailers. The affected vehicles have an LED light on the front cap of the camper that may short circuit and overheat.",If the light overheats there would be an increased risk of a fire.,"Cruiser will notify owners, and dealers will replace the light with one that has built-in voltage protection. The recall began on September 1, 2016. Owners may contact Cruiser customer service at 1-260-562-3500." -07/29/2016,16V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V564000),Keystone RV Company,Underrated Fifth Wheel Pin Box Hitch Installed,TRAILER HITCHES,16-259,Vehicle,19,"Keystone RV Company (Keystone) is recalling certain model year 2017 Dutchmen Voltage toy hauler fifth wheel trailers manufactured March 11, 2016, to June 14, 2016. The affected vehicles were incorrectly built with a 18,000 lb rated fifth wheel pin box hitch instead of a 21,000 lb rated hitch.","If the vehicle is loaded to a weight greater than 18,000 lbs, the pin box can fail, possibly resulting in the trailer separating from the tow vehicle and increasing the risk of a crash.","Keystone notified owners, and dealers will remove and replace the pin box inner with one rated for 21,000 lbs, free of charge. The recall began on August 5, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-259." -07/28/2016,16V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V562000),"Tiffin Motorhomes, Inc.",Air Compressor Failure due to Debris in Intake,ENGINE AND ENGINE COOLING,TIF-101,Vehicle,67,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2016-2017 Breeze motorhomes manufactured July 7, 2015, to June 14, 2016. The affected vehicles have air compressors attached to the engine that may fail due to debris from manufacturing being left in the air intake tube.","Failure of the air compressor may result in the inability to maintain air pressure while driving which would cause the parking brake to set unexpectedly, increasing the risk of a crash.","Tiffin will notify owners, and Cummins certified technicians will inspect the air compressor for debris. Engines with no damage will have a new air intake tube installed. Engines with foreign material damage will be repaired by a Cummins certified technician, and have the air intake tube, charge air cooler, and air filter replaced. These repairs will be performed free of charge. The recall began on August 11, 2016. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIF-101." -07/28/2016,16V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V563000),"Mitsubishi Motors North America, Inc.",Vehicle Hesitation when Accelerating,POWER TRAIN,SR-16-006,Vehicle,82436,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2015-2016 Outlander Sport vehicles and 2016 Outlander and Lancer vehicles. The affected vehicles are equipped with a constant velocity transmission (CVT) that, in certain driving conditions, may cause a delay in the vehicle accelerating.",A hesitation during acceleration can increase the risk of a crash.,"MMNA has notified owners, and dealers will reprogram the CVT control unit with modified software, free of charge. The recall began on August 15, 2016. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-006." -07/27/2016,16V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V561000),"Jayco, Inc.",Driver Seat may Detach from Seat Base,SEATS,9903310,Vehicle,1230,"Jayco, Inc. (Jayco) is recalling certain model year 2016-2017 Alante and Precept motorhomes manufactured October 13, 2014, to June 23, 2016. The affected vehicles have a driver seat that may loosen and detach from the seat base as a result of the seat having been swiveled around.","If the seat detaches from the seat base while vehicle is being driven, the operator may lose control, increasing the risk of a crash.","Jayco has notified owners, and dealers will install a jam nut on top of the seat base nut, free of charge. The recall began on August 16, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9903310." -07/27/2016,16E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E067000),"Shower Enclosures America, Inc.",Shower Curtains may be Flammable/FMVSS 302,EQUIPMENT,NR (Not Reported),Equipment,9610,"Shower Enclosures America, Inc. (SEA) is recalling certain Arcadia shower curtains manufactured February 1, 2012, to July 15, 2016. These shower curtains may not adequately resist catching fire in the presence of an ignition source. As such, these curtains fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""","A flammable shower curtain may further fuel a fire, increasing the risk of injury.","SEA has notified the recreational vehicle companies that purchased and installed the shower curtains, and their dealers will replace the shower curtains with shower curtains made with fire retardant, free of charge. The recall began on July 11, 2016. Owners may contact SEA customer service at 1-800-536-7324 extension 3032." -07/27/2016,16V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V560000),"Jayco, Inc.",Sway System may cause Loss of Trailer Brakes,ELECTRICAL SYSTEM,9901308,Vehicle,3085,"Jayco, Inc. (Jayco) is recalling certain model year 2016-2017 Jay Feather, Jay Flight, Jay Flight SLX, Eagle, White Hawk, and Octane travel trailers manufactured January 5, 2016, to July 18, 2016, equipped with a Sway Command anti-sway system. When connected to certain tow vehicles that have an integrated brake controller, and after the anti-sway system has applied the trailer brakes in response to a sway event, the trailer brakes may no longer function to slow or stop the trailer.","A loss of trailer brakes may lengthen the distance needed to stop the vehicle and cause a loss of vehicle control, increasing the risk of a crash.","Jayco will notify owners, and dealers will remove the Sway Command system from the affected travel trailers, free of charge. The recall began on August 3, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901308." -07/27/2016,16T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T010000),"Vee Tyre and Rubber Co., Ltd.",Tire Sidewall May Blister/FMVSS 139,TIRES,NR (Not Reported),Tire,21,"Vee Tyre and Rubber Co., Ltd (Vee) is recalling certain Taiga M/T tires, size LT225/75R16, manufactured January 8, 2015, to May 7, 2015. The sidewall of the affected tires may blister and the interliner may separate, compromising the integrity of the tires at high speeds. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","If the sidewall blisters or interliner separates it may cause a tire blow out at high speeds, increasing the risk of a crash.","Vee has successfully quarantined the affected tires. The recall began on May 25, 2016. Owners may contact Vee customer service at 1-212-564-7575." -07/26/2016,16V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V558000),"Forest River, Inc.",Bus Frame May Crack Causing Loss of Control,STRUCTURE,37-07222016-0231,Vehicle,39,"Forest River, Inc. (Forest River) is recalling certain model year 2011-2016 Glaval Titan II Low Floor CNG transit buses manufactured December 30, 2014, to March 7, 2016. The affected buses may have frames that may crack","A cracked frame may reduce the driver's ability to control the vehicle, increasing the risk of a crash.","Spartan will notify owners on behalf of Forest River, and Spartan dealers will weld any cracked frame as an interim fix. For the final remedy, the dealers will add reinforcements to both chassis rails, free of charge. The recall began on September 12, 2016. Owners may contact Spartan customer service at 1-800-543-4277. Forest River's number for this recall is 37-07222016-0231." -07/26/2016,16V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V555000),Braun Corporation,Electrical Harness can become crushed,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,139,"Braun Corporation (Braun) is recalling certain model year 2016 MXV vehicles manufactured February 8, 2016, to June 23, 2016 and built on a Ford Explorer chassis. The passenger seat electrical harness may be incorrectly routed and can be crushed between the seat structure and the seat riser manufactured as part of the wheelchair accessible conversion.","The crushed seat harness may prevent correct passenger air bag deployment, increasing the risk of injury to the seat occupant in the event of a crash.","Braun will notify owners, and dealers will inspect the seat wiring harness routing. Improperly routed and/or damaged harnesses will be replaced and correctly routed as required, free of charge. The recall began on August 26, 2016. Owners may contact Braun customer service at 1-800-488-0359." -07/26/2016,16V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V556000),"Navistar, Inc.",Fuse Terminal may Break Causing Loss of Cab Power,ELECTRICAL SYSTEM,16508,Vehicle,3952,"Navistar, Inc. (Navistar) is recalling certain model year 2014-2017 International ProStar trucks manufactured June 11, 2013, through May 19, 2016. In the affected vehicles, the connection for the cube fuse terminal may break resulting in a total loss of power to the cab and an unexpected engine stall.",An unexpected engine stall can increase the risk of a crash.,"Navistar will notify owners, and dealers will replace the cube fuse with a chassis-mounted power distribution module (PDM), free of charge. An interim notice was sent to owners on September 14, 2016. The recall began on October 28, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16508." -07/26/2016,16V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V554000),Mahindra Tractor Assembly Inc,Insufficient Clamping Force on Fork Tubes,SUSPENSION,NR (Not Reported),Vehicle,283,"Mahindra Tractor Assembly Inc. (Mahindra) is recalling certain model year 2015-2016 GenZe 2.0 and Enterprise 1 scooters manufactured October 2, 2015, to July 11, 2016. The front forks of the affected scooters may not be properly tightened within the steering mounts and, as a result, the fork tubes may move affecting low speed maneuverability.","If the fork tubes move and affect the maneuverability or the turning radius of the scooter, it can increase the risk of a crash.","Mahindra will notify owners and new bolts and washers to ensure proper clamp force will be installed, free of charge. The recall began September 14, 2016. Owners may contact Mahindra customer service at 1-888-808-9526." -07/26/2016,16E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E066000),"Aero Industries, Inc.",Rivet Failure may Cause RAD to Detach,EQUIPMENT,NR (Not Reported),Equipment,746,"Aero Industries, Inc. (Aero) is recalling certain Conestoga XP sliding trailer tarping systems manufactured October 15, 2014, to January 19, 2016. In the affected tarping systems, the rear aerodynamic device (RAD) may separate from the rear of the tarping system, due to rivet failure.","If the RAD detaches from the trailer it may be a road hazard, increasing the risk of a crash.","Aero will notify owners, and will replace the rivets with higher strength bolts and nuts, free of charge. The recall began on September 1, 2016. Owners may contact Aero customer service at 1-800-535-7563." -07/26/2016,16V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V557000),"Load Trail, LLC",Trailer Welds may Crack and Equipment may Detach,STRUCTURE,NR (Not Reported),Vehicle,54,"Load Trail LLC (Load Trail) is recalling certain model year 2014-2016 81.5 x 22 Triple Axle Tilt Deck trailers manufactured January 1, 2014, to January 1, 2016. The affected trailers, sold through Altec for use in transporting TDA58 Articulating Telescopic Aerial Devices, have weld joints that may crack where the front bumper, frame, and the stationary deck are joined.","If the welds fail, the equipment may disengage from the trailer, increasing the risk of a crash.","Load Trail will notify owners, and dealers will repair the weld joints on the trailers, free of charge. The recall began on September 21, 2016. Owners may contact Load Trail customer service at 1-800-650-5194." -07/26/2016,16V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V559000),"Chrysler (FCA US, LLC)",Weld Failure may Reduce Steering Ability,STEERING,S58,Vehicle,59,"Chrysler (FCA US LLC) is recalling certain model year 2015 RAM 2500 trucks, and RAM 3500 trucks and cab chassis. The affected vehicles may have inadequate welds securing the front track bar frame brackets, possibly resulting in the bracket components separating from the frame.","If the bracket components separate from the frame, the vehicle may have a reduced response to steering input, increasing the risk of a crash.","Chrysler will notify owners, and dealers will weld on a new track bar frame bracket or replace the frame of the vehicle, free of charge. The recall began on September 14, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S58." -07/25/2016,16V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V552000),"Forest River, Inc.",Shower Curtains may be Flammable/FMVSS 302,EQUIPMENT,51-07152016-0225,Vehicle,1330,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2017 Dynamax and Coachmen Pursuit recreational vehicles and 2016-2017 Freelander and Orion recreational vehicles. The affected vehicles are equipped with shower curtains that may not adequately resist catching fire in the presence of an ignition source. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 302, ""Flammability of Interior Materials.""","A flammable shower curtain may further fuel a fire, increasing the risk of injury.","Forest River will notify owners, and dealers will replace the shower curtains with curtains made with fire retardant, free of charge. The recall began on September 12, 2016. Owners may contact Dynamax customer service at 1-574-262-3474, Pursuit customer service at 1-574-825-8305 (east of the Mississippi) or 1-574-825-8317 (west of the Mississippi) and Freelander or Orion customer service at 1-574-825-8602. Forest River's number for this recall is 51-07152016-0225." -07/25/2016,16V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V553000),"BMW of North America, LLC",Side Air Bag may Deploy Improperly/FMVSS 226,AIR BAGS,NR (Not Reported),Vehicle,7810,"BMW of North America, LLC (BMW) is recalling certain model year 2016-2017 MINI Clubman vehicles manufactured August 19, 2015, through July 14, 2016. The side curtain air bags for the front seat occupants may deploy in the intended positions in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","If a side curtain air bag does not inflate as intended in the event of a crash, there is an increased risk of injury to the front seat occupants.","BMW will notify owners, and dealers will modify the driver and passenger side curtain air bag covers, free of charge. The recall is expected to begin September 12, 2016. Owners may contact BMW customer service at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -07/25/2016,16E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E065000),"ZF North America, Inc.",Transmission may Unexpectedly Shift to Neutral,POWER TRAIN,NR (Not Reported),Equipment,505000,"ZF North America, Inc. (ZF) is recalling certain Transmission Control Sensor Clusters manufactured May 1, 2013, to July 15, 2014. These transmission sensor clusters, used in 9-speed automatic transmissions, may have insufficient crimps in the transmission wire harness, and as a result, the transmission may unexpectedly shift to neutral.","If the vehicle unexpectedly shifts to neutral, there is an increased risk of a crash.","ZF will notify the vehicle manufacturers that purchased the affected transmissions. Those manufacturers will file recalls and their dealers will update the transmission software to prevent the transmission from shifting into neutral due to a faulty crimp, free of charge. The recall began on July 15, 2016. Owners may contact ZF customer service at 1-734-416-6200." -07/22/2016,16V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V547000),"Forest River, Inc.",Federal Placard says Trailer is a Bus/Part 567,EQUIPMENT,37-07142016-0224,Vehicle,72,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Surveyor recreational trailers, model SVT226RLDS, manufactured October 9, 2015, to June 9, 2016. The affected vehicles have a Federal Placard that incorrectly classifies the vehicle as a school bus. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the vehicle is misclassified on the label, it can cause the vehicle to be overloaded, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace the incorrect Federal Placard with a corrected placard, free of charge. The recall began on September 12, 2016. Owners may contact Forest River customer service at 1-800-348-7440. Forest River's number for this recall is 37-07142016-0224." -07/22/2016,16V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V548000),"Mitsubishi Motors North America, Inc.",Fluid may Leak from Transmission Hose,POWER TRAIN,SR-16-005,Vehicle,45731,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2015 Mitsubishi Outlander Sport vehicles manufactured June 25, 2014, through November 25, 2015 and equipped with a 2.0L engine and a continuously variable transmission (CVT). During assembly, a clamp for a CVT hose may not have been properly secured, allowing the hose to detach and leak transmission fluid.","If enough transmission fluid leaks out, the transmission may not function properly and the vehicle may become inoperable, increasing the risk of a crash. Additionally, if leaking transmission fluid contacts an a hot surface there is an increased risk of a fire.","Mitsubishi will notify owners, and dealers will inspect the hose clamps, correcting their installation, as necessary, free of charge. The recall began on August 15, 2016. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-16-005." -07/22/2016,16V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V551000),Pierce Manufacturing,Hydraulic Fluid may Leak from Aerial Device Pump,EQUIPMENT,74B276,Vehicle,8,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Enforcer, Impel, and Velocity vehicles manufactured April 12, 2016, to May 31, 2016, equipped with aerial devices. The affected vehicles may have a plastic plug installed in an unused port in the hydraulic pump for the aerial device. This plastic plug may separate from the pump resulting in a hydraulic fluid leak, potentially disabling the aerial device.",The inoperable aerial device can increase the risk of injury if the operator needs to move away from a hazardous situation or it may impede the safety mission.,"Pierce has notified owners, and dealers will inspect the vehicles and replace the plastic plug with a metal plug, as necessary, free of charge. The recall began on July 26, 2016. Owners may contact Pierce customer service at 1-888?-974-3723. Pierce's number for this recall is 74B276." -07/22/2016,16V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V549000),"Forest River, Inc.",Incorrect Tire PSI on Federal Placard/FMVSS 110,EQUIPMENT,10-07192016-0230,Vehicle,4,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Rockwood and Flagstaff trailers manufactured July 8, 2016, to July 11, 2016. The affected vehicles are equipped with a Federal Placard that incorrectly indicates that the ST225/75R15D tires have a recommended pressure of 50 PSI. These tires should be maintained at 65PSI. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the tires are run at a low pressure, they may overheat and fail, possibly causing a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will provide a corrected Federal Placard, free of charge. The recall began on September 18, 2015. Owners may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is 10-07192016-0230." -07/22/2016,16V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V550000),"Forest River, Inc.",Slideroom Driveshaft may Contact Tires,EQUIPMENT,220-07192016-0229,Vehicle,132,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Coachmen Freedom Express recreational vehicles, models FET28SE, FET282BHDS, FET282BHDSLE, FET281RLDS, FET281RLDSLE, FET29SE, FET292BHDS and FET292BHDSLE, manufactured May 16, 2016, to July 19, 2016. These vehicles may have insufficient space between the slideroom driveshaft and the driver's side tires, causing the tires to rub.","If the driveshaft rubs against the tires, tire failure may result, possibly causing a loss of control and increasing the risk of a crash.","Forest River will notify owners, and dealers will repair the vehicle, free of charge. The recall began on August 25, 2016. Owners may contact Forest River customer service at 1-574-825-8205. Forest River's number for this recall is 220-07192016-0229." -07/21/2016,16V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V546000),Pierce Manufacturing,Missing Side Marker Lamps/FMVSS 108,EXTERIOR LIGHTING,74B275,Vehicle,8,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Pumper and Tanker trucks built on Freightliner chassis manufactured September 27, 2014, to June 14, 2016. The affected vehicles were modified to be equipped with extended bumpers, requiring the vehicles to have additional side markers lights due to the new vehicle length. Since the vehicles do not have the necessary amount of side marker lights, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","If the vehicle is missing side marker lights, it may have reduced visibility to other drivers, increasing the risk of a crash.","Pierce notified owners, and dealers will install the required side marker lamps, free of charge. The recall began on August 15, 2016. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B275." -07/20/2016,16V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V544000),"Ferrara Fire Apparatus, Inc.",False Activations of the Touchscreen display,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,24,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2011-2016 Inferno, Igniter, Intruder, and Cinder emergency vehicles manufactured October 3, 2011, to May 31, 2016, equipped with Class 1 Ultraview Touchscreens manufactured by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off, affecting vehicle performance.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"Ferrara will notify owners, and service personnel or service centers will reprogram the units, free of charge. The recall began on August 26, 2016. Owners may contact Ferrara customer service at 1-225-567-7100 extension 3011." -07/20/2016,16E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E063000),Eaton Corporation,Hydraulic Motor Shaft Failure,EQUIPMENT,NR (Not Reported),Equipment,853,"Eaton Corporation (Eaton) is recalling certain Spool Valve Motors, part numbers 101-1033-009, 101-1035-009, 101-1042-009, 101-1083-009,101-1090-009, 101-1091-009, 101-1701-009, 101-1702-009, 101-1703-009,101-1710-009, 101-1711-009, 101-1722-009, 158-1094-001, 158-1628-001, 158-3373-001, 158-3452-001, and 158-3704-001, manufactured December 26, 2015, to March 30, 2016. These hydraulic motors have a motor shaft that may break. If the motor is used to operate a hydraulic boom or winch and the shaft breaks, there may be unexpected movement of the boom or winch.","If the motor shaft breaks causing unexpected boom rotation or winch movement, the operator or those nearby may be at an increased risk of injury.","Eaton will notify the vehicle manufacturers that purchased the hydraulic motors, and their dealers will replace the hydraulic motors, free of charge. The recall began on May 10, 2016. Owners may contact Eaton customer service at 1-800-386-1911." -07/20/2016,16V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V545000),"Chrysler (FCA US, LLC)",Trailer Hitch Assembly May Separate From Vehicle,TRAILER HITCHES,S62,Vehicle,8581,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Jeep Renegade vehicles manufactured August 25, 2014, to June 25, 2016, equipped with a factory-installed optional trailer hitch package. The trailer hitch assembly may have been attached with only a single fastener per side, not three per side as required.","Without the proper amount of fasteners, the trailer hitch assembly may separate from the vehicle, and any towed vehicle may no longer be properly connected, increasing the risk of a crash.","Chrysler will notify owners, and dealers will install two additional fasteners per side, free of charge. The recall began on October 13, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S62." -07/19/2016,16V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V541000),"Charles Machine Works, Inc.",Breakaway Brake Switch May Not Work,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,79,"Charles Machine Works Inc. (Charles Machine) is recalling certain model year 2016 Ditch Witch T14MV trailers manufactured June 23, 2015, to July 01, 2016. The affected trailers may have an incorrect wiring harness that could result in the brakes not applying in the event that the trailer separates from the tow vehicle.","If the trailer brakes do not activate in the event of a trailer breakaway, there would be an increased risk of a crash.","Charles Machine has notified owners, and dealers will correct the switch wiring, free of charge. The recall began on August 5, 2016. Owners may contact Charles Machine customer service at 1-800-654-6481." -07/19/2016,16V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V537000),Shyft Group,Chassis Frame May Crack Causing Loss of Control,STRUCTURE,16019,Vehicle,39,"Spartan Motors USA (Spartan) is recalling certain model year 2011-2015 Transit Bus Chassis Cabs manufactured June 16, 2011, to December 1, 2015, and built to be completed as transit buses powered by compressed natural gas (CNG). These chassis cabs have frames that may crack.","The cracked frame may reduce the driver's ability to control the vehicle, increasing the risk of a crash.","Spartan has notified owners, and dealers will weld any cracked frames as an interim fix. For the final remedy, the dealers will add reinforcement to both chassis rails, free of charge. An interim notice was sent to owners on July 18, 2016. The recall began on October 5, 2016. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 16019." -07/19/2016,16V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V540000),"BMW of North America, LLC",Inadequately Welded Driveshaft may Fracture,POWER TRAIN,NR (Not Reported),Vehicle,956,"BMW of North America, LLC (BMW) is recalling certain model year 2015 BMW M5 sedans manufactured September 4, 2014, through December 4, 2014, 2015 M6 coupes manufactured September 3, 2014, through December 3, 2014, 2015 M6 convertibles manufactured September 8, 2014, through December 4, 2014, and 2015 M6 Gran Coupe vehicles manufactured September3, 2014, through December 4, 2014. The affected vehicles have a driveshaft that may have been inadequately welded during manufacturing.","Due to the improper weld, the driveshaft may fracture and fail, causing loss of drive to the rear wheels and a loss of propulsion. Additionally, if the car is turned off and exited without the parking brake applied, the car may roll. Either condition increases the risk of a crash.","BMW will notify owners, and dealers will inspect and replace the driveshaft, as necessary, free of charge. The recall is expected to begin during September 2016. Owners may contact BMW customer service at 1-800-525-7417." -07/19/2016,16V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V538000),Starcraft RV,Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,9902307,Vehicle,194,"Starcraft RV (Starcraft) is recalling certain model year 2016-2017 AR-ONE Maxx travel trailers and fifth wheels manufactured May 4, 2015, to June 27, 2016. The affected vehicles may be equipped with a Federal Label with incorrect tire information, and as a result, the owner could replace the tire with an incorrect size. As such, these vehicles fail to comply with the Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the tire is replaced with an incorrect tire size, vehicle handling could be affected, increasing the risk of a crash.","Starcraft will notify owners, and dealers will install a corrected Federal and Tire label, free of charge. The recall began on August 5, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902307." -07/19/2016,16V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V542000),Blue Bird Body Company,Propane Fuel Leak from Damaged Fuel Lines,"FUEL SYSTEM, OTHER",R16YT-SB,Vehicle,2902,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2017 Vision school buses manufactured July 3, 2014, to June 24, 2016, equipped with 6.8L Ford engines and Gen 3 propane units. The affected vehicles have propane fuel lines that may rub or are crossed and secured together, possibly resulting in line damage and a propane fuel leak.",A propane leak in the presence of an ignition source may increase the risk of a fire.,"Blue Bird will notify owners, and dealers will inspect and reroute any Gen 3 propane lines that are not parallel. If damaged, the fuel line(s) will be replaced. These repairs will be performed free of charge. The recall began on August 15, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R16YT-SB." -07/19/2016,16V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V543000),Blue Bird Body Company,Propane Fuel Leak from Damaged Fuel Lines,"FUEL SYSTEM, OTHER",R16YT-NSB,Vehicle,49,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2016-2017 Vision transit buses manufactured September 24, 2015, to May 21, 2016, equipped with 6.8L Ford engines and Gen 3 propane units. The affected vehicles have propane fuel lines that may rub or are crossed and secured together, possibly resulting in line damage and a propane fuel leak.",A propane leak In the presence of an ignition source may increase the risk of a fire.,"Blue Bird will notify owners, and dealers will inspect and reroute any Gen 3 propane lines that are not parallel. If damaged, the fuel line(s) will be replaced. These repairs will be performed free of charge. The recall began on August 15, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R16YT-NSB." -07/19/2016,16V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V539000),"Bentley Motors, Inc.",Sunroof Glass may Detach from Vehicle,VISIBILITY,NR (Not Reported),Vehicle,127,"Bentley Motors, Inc. (Bentley) is recalling certain model year 2007-2009 Continental Flying Spur vehicles manufactured April 25, 2007 through October 31, 2008. The sunroof glass on the affected vehicles may not be properly secured to the sunroof frame. As a result, the sunroof glass may detach from the car while driving.","If the glass detaches from the sunroof frame it could be come a road hazard, increasing the risk of a crash.","Bentley will notify owners, and dealers will apply additional adhesive between the sunroof glass frame and sunroof glass panel, free of charge. Owners may contact Bentley customer service at 1-800-777-6923." -07/14/2016,16V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V536000),"Altec Industries, Inc.",Unintended Winch Movement,EQUIPMENT,CSN 635,Vehicle,252,"Altec Industries Inc. (Altec) is recalling certain model year 2015-2016 Aerial Devices and Digger Derrick vehicles equipped with front bumper winches or capstans, manufactured December 26, 2015, to March 30, 2016. The affected vehicles have a hydraulic motor whose shaft may fail resulting in unexpected movement of the winch or the capstan.",Unexpected winch movement may increase the risk of injury.,"Altec will notify owners, and dealers will replace the hydraulic motor, free of charge. The recall began on August 26, 2016, 2016. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is CSN 635." -07/13/2016,16E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E062000),"Tegol, Inc.",Helmet: Impact and Penetration Risk/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,5292,"Tegol, Inc. (Tegol) is recalling certain Outlaw Slim-G Series motorcycle helmets, part number GLD-12-510-511, in all sizes, manufactured March 30, 2013, to June 5, 2013. The affected helmets may not adequately protect the wearer's head in the event of an impact, and an object may penetrate the helmet. Additionally, these helmets may not be labeled properly. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do properly protect the wearer's head can increase the risk of injury to the wearer in the event of a crash. Missing labeling information reduces the user's possibility of identifying the helmet in the event of a safety recall.,"Tegol will notify owners and offer a full refund on all helmets affected by the recall. The recall began on July 19, 2016. The recall began on July 19, 2016. Owners may contact Tegol customer service at 1-714-496-9988." -07/13/2016,16V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V534000),"Ferrara Fire Apparatus, Inc.",Power Control Module Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2014-2016 Igniter vehicles manufactured January 1, 2014, to May 2, 2016, equipped with certain Class 1 ES-KEY power control modules manufactured by Hale Products. The affected power control modules may not provide sufficient circuit protection depending on their combination of software and installation, possibly resulting in a short circuit.","A short circuit may result in damage to components of the vehicle's electrical system, affecting their function, such as causing a loss of headlights, thereby increasing the risk of a crash. A short circuit may also increase the risk of a fire.","Ferrara will notify owners, and dealers will upgrade the software and/or retrofit fuses, free of charge. The recall began on August 26, 2016. Owners may contact Ferrara customer service at 1-225-567-7100." -07/13/2016,16V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V533000),Triple E Recreational Vehicles,Propane Gas Line may be Damaged,EQUIPMENT,CA#8349-1,Vehicle,15,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2016-2017 Unity recreational vehicles, models U24TB and U24IB, manufactured March 1, 2016, to June 9, 2016. The Truma propane water heater line on the affected vehicles may be damaged from items moving within the lower storage compartment, causing the line to rupture and allow propane gas to leak out.",A propane gas leak in the presence of an ignition source increases the risk of a fire.,"Triple E will notify owners, and dealers will reposition the protective cleat for the gas line, free of charge. The recall began on August 15, 2016. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#8349-1." -07/13/2016,16V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V535000),"Kawasaki Motors Corp., U.S.A.",Shock Absorbers may Leak Oil and Lose Function,SUSPENSION,MC16-04,Vehicle,1282,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain model year 2017 Kawasaki Z125 Pro motorcycles manufactured February 4, 2016 through June 7, 2016. In the affected motorcycles, the shock absorbers may leak oil and lose their function.","Loss of function of the shock absorbers may affect the motorcycle's handling, increasing the risk of a crash.","Kawasaki will notify owners, and dealers will replace the shock absorbers, free of charge. The recall began July 26, 2016. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki's number for this recall is MC16-04." -07/13/2016,16V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V532000),"Tiffin Motorhomes, Inc.",Windshield Wiper Arms May Break,VISIBILITY,TIFF-100,Vehicle,10351,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2007-2011 Allegro, Allegro Bus, Phaeton, and Zephyr motorhomes, 2007-2010 Allegro Bay motorhomes, and 2010-2011 Allegro Breeze motorhomes. The windshield wiper arms on the affected vehicles may break off.","If the windshield wiper arms break, the driver's visibility may be reduced, increasing the risk of a crash.","Tiffin will notify owners, and dealers will replace the wiper blade arms, free of charge. The recall began on August 19, 2016. Owners may contact Tiffin customer service at 1-256-356-8661. Tiffin's number for this recall is TIFF-100." -07/12/2016,16V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V528000),Honda (American Honda Motor Co.),Connecting Rod Bearing Retainer may Fail,ENGINE AND ENGINE COOLING,KB9,Vehicle,11424,"Honda (American Honda Motor Co.) is recalling certain model year 2015-2016 CBR300RA, CBR300R and CB300F motorcycles. The affected motorcycles may have an improperly machined crankshaft which may result in the failure of the connecting rod bearing retainer.","If the connecting rod bearing retainer fails, the engine may stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the crankshaft assembly, free of charge. The recall began on August 26, 2016. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KB9." -07/12/2016,16V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V527000),"Nissan North America, Inc.",Hybrid Powertrain Module May Cause Engine Shut Off,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,1140,"Nissan North America, Inc. (Nissan) is recalling certain model year 2012-2013 Infiniti M35 Hybrid vehicles manufactured March 23, 2010, to September 9, 2013. A system overheat condition may cause the hybrid powertrain control module to shut off the engine.","If the engine shuts off while driving, there is an increased risk of a crash.","Nissan will notify owners, and dealers will reprogram the hybrid control module, automatic transmission control unit, and inverter software, free of charge. The recall began on August 15, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -07/12/2016,16V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V529000),"Chrysler (FCA US, LLC)",Transmission may Shift Unexpectedly to Neutral,POWER TRAIN,S55,Vehicle,329540,"Chrysler (FCA US LLC) is recalling certain model year 2014-2015 Jeep Cherokee and 2015 Chrysler 200, Jeep Renegade, RAM ProMaster, and 2016 Fiat 500X vehicles equipped with 9-speed automatic transmissions. The transmission sensor clusters may have insufficient crimps in the transmission wire harness, and as a result, the transmission may unexpectedly shift to neutral. On August 29, 2016 Chrysler added the 2016 Fiat 500X vehicles to this recall.","If the vehicle unexpectedly shifts to neutral, there is an increased risk of a crash.","Chrysler will notify owners, dealers will reprogram the Powertrain Control Module and the Transmission Control Module and if necessary replace the transaxle range sensor wire harness, free of charge. The recall began on November 7, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S55." -07/11/2016,16E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E061000),"Bombardier Recreational Products, Inc.",Accessory Passenger Seat may not Alter VSS Setting,SEATS,NR (Not Reported),Equipment,111,"Bombardier Recreational Products Inc. (BRP) is recalling certain Coast to Coast accessory passenger seats, manufactured November 18, 2015, to April 4, 2016, and sold for use on Can-Am Spyder F3-series motorcycles. When a passenger is sitting on the accessory seat, the seat may not activate a switch that changes the vehicle stability system to compensate for a passenger being on board.","If the vehicle stability system is not altered, the operator may lose control of the motorcycle, increasing the risk of a crash.","BRP has notified owners, and dealers will modify the seat to correct the issue, free of charge. The recall began July 22, 2016. Owners may contact BRP customer service at 1-888-272-9222." -07/11/2016,16V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V522000),"MANAC Trailers USA, Inc.",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,2,"MANAC Trailers USA, Inc. (MANAC) is recalling certain 2016 Flatbed trailers, model 10850B069, manufactured October 1, 2014, to October 31, 2014. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","MANAC will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. . The recall began on September 2, 2016. Owners may contact MANAC customer service at 1-573-262-2166." -07/11/2016,16V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V523000),"Manac, Inc.",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,4,"MANAC, Inc. (MANAC) is recalling certain model year 2016 Flatbed trailers manufactured September 1, 2014, to September 30, 2014, and 2017-2018 Van trailers manufactured January 1, 2015, to March 31, 2016. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","MANAC will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on September 2, 2016. Owners may contact MANAC, Inc. at 1-418 228-2018." -07/11/2016,16V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V524000),"Entrans International, LLC",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,109,"Polar Tank Trailer, LLC (Polar Tank) is recalling certain model year 2014-2016 DOT 406, DOT 407, DOT 412, MC 331 and Non-Code trailers manufactured January 1, 2014, to April 28, 2016. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Polar Tank Trailer will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on October 3, 2016. Owners may contact Polar Tank customer service at 1-320-746-2255." -07/11/2016,16V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V525000),Heil Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,203,"Heil Company (Heil) is recalling certain model year 2014-2016 Petroleum, Crude, Dry Bulk and Flatbed trailers manufactured January 1, 2014, to June 18, 2016. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Heil will contact owners and Bendix will provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on September 23, 2016. Owners may contact Heil customer service at 1-800-400-6913." -07/11/2016,16V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V526000),Honda (American Honda Motor Co.),Side Marker Lights may not Function/FMVSS 108,EXTERIOR LIGHTING,KB8,Vehicle,11846,"American Honda Motor Co. (Honda) is recalling certain model year 2016 Civic 2-Door vehicles manufactured February 23, 2016, through May 20, 2016. The affected vehicles may have a damaged LED side marker light circuit board inside the taillight assembly, making the marker light inoperable. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","If a side marker light does not function, vehicle visibility can be decreased to other drivers, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect both the taillight assemblies, replacing them as necessary, free of charge. The recall began on August 31, 2016. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is KB8." -07/08/2016,16V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V519000),"Volkswagen Group of America, Inc.",Air Bags may Deploy with Excessive Force/FMVSS 208,AIR BAGS,69O3,Vehicle,14535,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2017 Audi Q7 vehicles manufactured August 30, 2015, to May 8, 2016. Due to a software issue within the air bag control module, the frontal air bags may deploy with more force than required in certain crashes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Air bags that deploy with excessive force may increase the risk of injury.,"Volkswagen will notify owners, and dealers will update the air bag control module software, free of charge. The recall began September 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69O3." -07/08/2016,16V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V518000),"General Motors, LLC",Driver's Seat Belt Tensioner Cable May Separate,SEAT BELTS,31340,Vehicle,15486,"General Motors LLC (GM) is recalling certain model year 2014-2016 Chevrolet Caprice Police Pursuit vehicles manufactured May 14, 2013 through June 14, 2016, and Chevrolet SS vehicles manufactured May 15, 2013 through April 27, 2016. The driver's seat belt tensioner cable may be repeatedly bent over the seat side shield as the driver enters and exits the vehicle causing the cable to fatigue and separate.","If the tensioner cable separates, the driver may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will inspect the tensioner cable assembly, replacing any cable that is damaged. For vehicles that do not require a tensioner assembly replacement, a cable guide will be installed. All vehicles will receive new seat trim with a redesigned opening for the cable routing. These repairs will be performed free of charge. The recall began on November 3, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 31340." -07/08/2016,16E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E060000),Tong Ho Hsing Industrial Co.,Helmet may not Protect User from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,342,"Tong Ho Hsing Industrial Co. (THH) is recalling certain Hawk AP-80 motorcycle helmets, part number T378, size M. The affected helmets may not adequately protect a user in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do not adequately protect the wearer increase their risk of injury in the event of a crash.,THH will notify owners and provide a replacement helmet free of charge or they will offer a full refund. The recall is expected to begin during September 2016. Owners may contact THH customer service at 1-978-483-8072. -07/08/2016,16V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V520000),"Porsche Cars North America, Inc.",Seat Belt Mounting Screws may Fail,SEAT BELTS,AG04,Vehicle,306,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 Porsche 918 Spyder Hybrid Electric vehicles manufactured February 2, 2015 through July 1, 2015. In the affected vehicles, incorrect screws might have been used when re-installing and/or re-securing the seat belt mount or the seat belt reel during vehicle service.","In the event of a crash, the incorrect bolts may not keep the seat belts properly anchored to the car, increasing the risk of injury to the seat occupants.","Porsche will notify owners, and dealers will inspect, and as necessary, replace the seat belt mount and seat belt reel attaching bolts, free of charge. The recall began October 18, 2016. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AG04." -07/08/2016,16V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V521000),"General Motors, LLC",Unexpected Loss of High Voltage Power,HYBRID PROPULSION SYSTEM,51230,Vehicle,534,"General Motors LLC (GM) is recalling certain model year 2016 Malibu Hybrid vehicles manufactured October 27, 2015, to June 3, 2016. The affected vehicles have a shut-off switch for the high voltage battery for use when servicing the vehicle. This manual service disconnect switch (MSD) may not be properly installed and thus may not lock into position, unexpectedly disconnecting the high-voltage power while driving, effectively stalling the vehicle.",A vehicle stall increases the risk of a crash.,"GM will notify owners, and dealers will inspect the MSD and correct the installation, as necessary, free of charge. The recall began on August 10, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 51230." -07/07/2016,16V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V517000),"General Motors, LLC",Front Seat Wiring Harness May Cause Fire,ELECTRICAL SYSTEM,30710,Vehicle,42984,"General Motors LLC (GM) is recalling certain model year 2011 Buick Regal vehicles manufactured November 3, 2009, to March 25, 2011, equipped with 8-way power adjustable front seats. The power seat wiring harness may contact the seat frame, causing the wires to chafe.","Chafed harness wires may cause a short circuit, increasing the risk of a fire.","GM will notify owners, and dealers will inspect and secure the wiring harness, and repair any chafed wires as necessary, free of charge. The recall began on March 13, 2017. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 30710." -07/07/2016,16V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V516000),"General Motors, LLC",Incorrect Weight Information on Label/FMVSS 110,EQUIPMENT,56340,Vehicle,4558,"General Motors LLC (GM) is recalling certain 2016-2017 Buick Envision vehicles manufactured February 4, 2016, to April 25, 2016. The Tire and Loading Information label may display the incorrect maximum weight information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect weight information may cause an owner to overload the vehicle. Overloading may reduce vehicle control, increasing the risk of a crash.","GM will notify owners, and dealers will install a corrected label as necessary, free of charge. The began on August 22, 2016. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 56340." -07/07/2016,16V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V514000),"Jayco, Inc.",Incorrect Weight On Labels/ FMVSS 110,EQUIPMENT,9901300,Vehicle,32,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Jay Flight SLX travel trailers, model 212 QBW, manufactured June 27, 2016, to June 28, 2016. The affected vehicles were manufactured with Cargo Carrying Capacity (CCC) and Tire Labels indicating incorrect vehicle weight. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect weight on labels can allow the operator to overload the vehicle, affecting vehicle handling, and increasing the risk of a crash.","Jayco has notified the dealers that have the affected trailers and supplied them with corrected labels, free of charge. The recall began July 6, 2016. Owners may contact Jayco customer service at 1-800-2833-8267. Jayco's number for this recall is 9901300." -07/07/2016,16V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V515000),Lodi Truck and Equipment,Valve Bank Cover May Crack and Detach,EQUIPMENT,NR (Not Reported),Vehicle,179,"Lodi Truck and Equipment (Lodi) is recalling certain model year 2013-2016 Dominator I, Dominator II, Dominator III, Dominator IV, and Dominator-Propane trucks manufactured April 4, 2013, to January 22, 2016, equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, or 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Lodi will notify owners, and dealers will replace the valve bank cover, with a thicker cover, free of charge. Owners may contact Lodi customer service at 1-916-372-5634." -07/07/2016,16V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V513000),"Kibbi, LLC",Valve Stem Extensions may Loosen and Leak Air,TIRES,Sprinter 6302016,Vehicle,293,"Kibbi, LLC (Kibbi) is recalling certain model year 2015-2016 Renegade Vienna vehicles manufactured February 9, 2015, to June 1, 2016, and 2014-2016 Renegade Villagio vehicles manufactured March 4, 2013, to June 6, 2016. While checking or filing the rear inner tires, the valve stem extensions may inadvertently be loosened, resulting in a slow air leak.","If the valve stem extensions loosen and allow air to leak, the tires may be underinflated, increasing the risk of tire failure and a crash.","Kibbi will notify owners, and dealers will replace the valve stem extensions, free of charge. The recall began on July 6, 2016. Owners may contact Kibbi customer service at 1-574-966-0196. Kibbi's number for this recall is Sprinter 6302016." -07/06/2016,16V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V512000),Newmar Corporation,Front Fascia Wood Trim may Separate,STRUCTURE,NR (Not Reported),Vehicle,152,"Newmar Corporation (Newmar) is recalling certain model year 2017 Dutch Star, Mountain Aire, London Aire, Essex, and King Aire motorhomes manufactured December 4, 2015, to July 5, 2016. The affected vehicles have front fascia wood trim that may separate from the slide out and possibly contact the driver or a passenger.","If the fascia separates and contacts the driver or a passenger, a loss of vehicle control may result, increasing the risk of a crash.","Newmar will notify owners, and dealers will secure the trim with screws, free of charge. The recall began on August 16, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -07/06/2016,16V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V511000),"Winnebago Industries, Inc.",Water Heater Propane Line may not be Sealed,EQUIPMENT,141,Vehicle,262,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2017 Winnebago View, and Itasca Navion motor coaches manufactured November 16, 2015, to June 23, 2016. In the affected vehicles, the grommet around the liquid propane (LP) line may not be properly sealed to prevent carbon monoxide and/or LP gas from entering the living quarters.","If carbon monoxide or LP gas enters the living quarters, it can increase the risk of illness or death to the occupants.","Winnebago will notify owners, and dealers will apply sealant to the grommet opening to seal the LP line, free of charge. The recall began on July 22, 2016. Owners may contact Winnebago customer service at 1-800-537-1885. Winnebago's number for this recall is 141." -07/06/2016,16V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V510000),Motor Coach Industries,Windows may Open Unexpectedly,VISIBILITY,SB 433B,Vehicle,63,"Motor Coach Industries (MCI) is recalling certain model year 2015-2016 J4500 vehicles manufactured April 14, 2015, to February 22, 2016. On the affected vehicles, the non-egress single pane passenger windows may have improperly installed mounting hardware, allowing the windows to open unexpectedly at the bottom.","A window that opens unexpectedly as a result of a crash or contact with the window may allow the passenger to be ejected from the bus, increasing their risk of injury.","MCI will notify owners, and dealers will tighten and secure the window mounting hardware, free of charge. The recall began on July 22, 2016. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 433B." -07/05/2016,16C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C006000),"Combi USA, Inc.",Excessive Force Transmitted to Child/FMVSS 213,CHILD SEAT,610,Child Seat,39395,"Combi USA, Inc. (Combi) is recalling certain Coccoro Convertible Child Restraints, model number 8220, manufactured from January 1, 2009, to June 29, 2016. When the Coccoro car seat is installed in a forward facing position and only secured with the vehicle's lap belt, excessive force may be transmitted to the car seat occupant in the event of a crash, increasing their risk of injury. As such, these child seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","In the event of a crash, the seat occupant is at an increased risk of injury.","Combi will notify owners, and provide them with a cover to be added to the bottom of the seat, free of charge. The recall began on July 29, 2016. Owners may contact Combi customer service at 1-888-232-3294, or by going to http://registration.combiusa.com/recall. Combi's number for this recall is 610. Note: This recall does not affect the use of the Coccoro child restraint when it is installed in a rearward-facing position." -07/05/2016,16V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V501000),Newmar Corporation,Flexible Exhaust Tube may Tear,ENGINE AND ENGINE COOLING,16V 313,Vehicle,742,"Newmar Corporation (Newmar) is recalling certain model year 1998-2010 Dutch Star, 2008 Kountry Star, 2008-2009 All Star and Ventana, 2009-2010 Dutch Aire, 2014-2015 King Aire and 2015 Essex motorhomes, built on a Spartan Motors chassis. In the affected vehicles, the flexible exhaust tube may tear allowing hot exhaust to blow against other components or materials.","If hot exhaust gas contacts other components or materials, it can increase the risk of a fire.","Newmar will notify owners, and Spartan dealers will inspect the alignment of the tubes, correcting them and replacing any that are torn. These repairs will be performed free of charge. The recall began on August 29, 2016. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-543-4277. Newmar's number for this recall is 16V 313." -07/05/2016,16V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V503000),Utility Trailer Manufacturing Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,98000,"Utility Trailer Manufacturing Company (Utility) is recalling certain model year 2014-2016 FS1CHA, FS1CHS, FS2CDHA, FS2CHA, FS2CHS, FS3CDHA, FS3CHA, FS3CHS, TS1CA, TS2CDHA, TS2CHA, VS1DC, VS1RA, VS2DX, VS2RA, VS2RAP, VS3DX, VS3RA, and VS4DX refrigerated, dry van, and flatbed trailers manufactured January 1, 2014, to March 4, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Utility will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. Utility distributed an interim notification to owners on July 27, 2016. The recall began on August 18, 2016. Owners may contact Utility customer service at 1-800-423-6591." -07/05/2016,16V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V505000),"ST Engineering Hackney, Inc",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,360,"VT Hackney, Inc. (VT Hackney) is recalling certain 2014-2016 Kidron refrigerated trailers, and Hackney Beverage Trailers manufactured February 1, 2014, to June 1, 2016, equipped with certain Bendix SR-5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","VT Hackney will notify owners and any affected SR-5 valves will be replaced by kits ordered from Bendix, free of charge. VT Hackney issued an interim notification to owners on August 10, 2016. The recall began on August 24, 2016. Owners may contact VT Hackney customer service at 1-800-763-0700." -07/05/2016,16V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V506000),East Manufacturing Corp.,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,290,"East Manufacturing Corp. (East) is recalling certain model year 2014-2016 Flatbed, Frame Dump, and Flatbed Tipper trailers manufactured January 10, 2014, to April 24, 2015, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","East Manufacturing Corp. will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on August 22, 2016. Owners may contact East customer service at 1-330-325-9921." -07/05/2016,16V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V502000),"General Motors, LLC",Key May Be Removed When Not In Park/FMVSS 114,ELECTRICAL SYSTEM,"50490, 50491",Vehicle,8367,"General Motors LLC (GM) is recalling certain model year 2016-2017 Buick Verano and 2016 Chevrolet Malibu as the electronic park lock lever may allow the ignition key to be removed without the transmission being in PARK. Also, certain 2013 Buick Encore, 2011 Buick Regal, 2013-2014 Buick Verano, 2011-2016 Chevrolet Cruze, 2010-2013 Chevrolet Equinox 2013-2015 Chevrolet Malibu, and 2011-2013 GMC Terrain vehicles may have been serviced with similar defective replacement electronic park lock levers. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection and Rollaway Prevention.""","If the key is removed without the transmission in PARK, the vehicle may rollaway as occupants are exiting, increasing the risk of injury.","GM will notify owners, and dealers will inspect and if necessary replace the key cylinder lock housing, free of charge. The recall began on October 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, Buick 1-800-521-7300, and GMC 1-800-462-8782. GM's number for this recall is 50490 and 50491." -07/05/2016,16V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V504000),Jerr-Dan Corporation,Mounted Controls may Stay Activated,EQUIPMENT,NR (Not Reported),Vehicle,24,"Jerr-Dan Corporation (Jerr-Dan) is recalling certain model year 2014-2016 HDR1000 Wrecker trucks manufactured April 17, 2014 and April 5, 2016, equipped with a JFB body and vehicle mounted controls and remote controls. If the wrecker is being operated with the remote control, it may be possible for the vehicle mounted controls to remain engaged and continue activating the previously selected wrecker function.","A sticking control lever may result in unintended movement of the wrecker equipment, increasing the risk of injury.","Jerr-Dan will notify owners, and dealers will repair the vehicles, free of charge. The recall began on August 31, 2016. Owners may contact Jerr-Dan customer service at 1-717-597-7111." -07/05/2016,16V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V507000),"General Motors, LLC",Passenger Presence Sensor Wires May Be Damaged,AIR BAGS,36110,Vehicle,289254,"General Motors LLC (GM) is recalling certain model year 2009-2010 Chevrolet Impala vehicles manufactured April 25, 2008 through February 16, 2010. The front passenger seat frame may contact and damage the wires of the passenger presence sensor module.","If the wires are damaged, the passenger presence sensory system may fail to recognize that the passenger seat is occupied, disabling the air bag. Damage may also cause the air bag fuse to short resulting in a loss of all air bags and seat belt pretensions. Both conditions increase the risk of injury during a crash.","GM will notify owners, and dealers will double wrap the wires with anti-abrasion tape and replace damaged wires as necessary, free of charge. The recall began on August 1, 2016. Owners may contact Chevrolet customer service at 1-800-521-7300. GM's recall campaign number is 36110." -07/05/2016,16V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V500000),"Forest River, Inc.",Trailer Brake Lights may not Illuminate/FMVSS 108,ELECTRICAL SYSTEM,210-06282016-0216,Vehicle,214,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2017 Forest River Orion recreational vehicles manufactured January 1, 2014, to June 30, 2016; 2014 Rockport work and delivery trucks manufactured on January 29, 2016; and 2015-2017 Forest River Rev recreational vehicles manufactured December 10, 2014, to June 30, 2016. These vehicles are built on a Chrysler RAM ProMaster chassis and are equipped with a Trailer Tow Lighting Control Module that may have a software error which can prevent illumination of the trailer brake lights during brake actuation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Trailer brake lights that are inoperative can increase the risk of a crash.,"Forest River will notify owners, and RAM dealers will replace the Trailer Tow Light Control Module, free of charge. The recall began on August 31, 2016. Owners may contact Forest River customer service at 1-800-348-7440, or RAM customer service at 1-800-853-1403. Forest River's number for this recall is 210-06282016-0216." -07/01/2016,16V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V498000),"General Motors, LLC",Headlights may be Incorrectly Aimed/FMVSS 108,EXTERIOR LIGHTING,50190,Vehicle,32913,"General Motors LLC (GM) is recalling certain model year 2016 Cruze vehicles manufactured November 5, 2015, to May 26, 2016. The headlight assemblies are not marked with a three-digit identifier code used to properly aim the headlights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Without the identification code, the headlights may be improperly aimed during service, reducing nighttime visibility and increasing the risk of a crash.","GM will mail owners instructions and adhesive labels, with the correct code, to install on their headlight assemblies. Owners may also bring the vehicle to a GM dealership for any assistance with applying the label, free of charge. The recall began on August 11, 2016. Owners may contact Chevrolet Customer Service Department at 1-800-222-1020. GM's number for this recall is 50190." -07/01/2016,16V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V494000),Fontaine Trailer Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,Bendix 16E-045,Vehicle,1106,"Fontaine Trailer Company (Fontaine) is recalling certain model year 2015-2017 Revolution trailers manufactured February 17, 2014, to April 11, 2016, equipped with certain Bendix SR5 spring brake valves. These brake valves were improperly machined without a radius on the internal check valve seat, causing a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Fontaine will contact owners and Bendix will provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on August 22, 2016. Owners may contact Fontaine Customer Service Department at 1-800-821-6535. Fontaine's number for this recall is Bendix 16E-045." -07/01/2016,16V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V496000),Wilson Trailer Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,132P,Vehicle,10,"Wilson Trailer Company (Wilson) is recalling certain model year 2015 DWH-550, and CD-1080 trailers manufactured November 20, 2015, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Wilson will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. Wilson issued an interim notification to owners on August 18, 2016. The recall began on August 26, 2016. Owners may contact Wilson Customer Service Department at 1-800-798-2002. Wilson's number for this recall is 132P." -07/01/2016,16V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V499000),Mazda North American Operations,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,9616F,Vehicle,5038,"Mazda North American Operations (Mazda) is recalling certain model year 2007-2009 B-Series trucks manufactured June 6, 2006, to January 22, 2009, originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Mazda is recalling certain model year 2007-2008 B-Series trucks manufactured February 21, 2006, to April 28, 2008, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Any vehicle not included in ""Zone A"", or ""Zone B"" is not included in this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Mazda notified owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began June 15, 2018. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 9616F." -07/01/2016,16V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V495000),"Chrysler (FCA US, LLC)",Rear Output Shaft Fracture/Possible Loss of Power,POWER TRAIN,S48,Vehicle,889,"Chrysler (FCA US LLC) is recalling certain model year 2016 Ram 3500 trucks manufactured July 24, 2015, through January 7, 2016, and 2016 Ram 4500/5500 trucks manufactured July 24, 2015, through October 8, 2015. The transfer case may have been manufactured with a misshapen main output shaft, creating voids that may cause a shaft fracture.","If the main output shaft fractures, the vehicle may lose motive power, increasing the risk of a crash. Additionally, the driver may be unable to place the vehicle in PARK, increasing the risk of a vehicle rollaway.","Chrysler will notify owners, and dealers will replace the transfer case, free of charge. The recall began on August 11, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S48." -07/01/2016,16V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V497000),"Ameritrans Bus, Inc.",Unnecessary Tire and Loading Placards/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,803,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2012-2016 shuttle buses manufactured August 1, 2012, to June 24, 2016, built on Ford E-350, E-450, and F-550 chassis, Dodge 5500 chassis, and Freightliner M2 chassis. These vehicles may be equipped with Tire and Loading Placards that are not applicable to vehicles weighing more than 10,000 pounds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Use of the label on these vehicles may confuse the operator and may result in overloading the vehicle, increasing the risk of a crash.","Ameritrans will notify owners, and dealers will remove the Tire and Loading Placards, free of charge. The recall began on September 2, 2016. Owners may contact Ameritrans Customer Service Department at 1-574-218-4786." -06/30/2016,16V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V491000),"Moritz International, Inc.",Axles may Detach from Trailer,SUSPENSION,NR (Not Reported),Vehicle,1250,"Moritz International, Inc. (Moritz) is recalling certain model year 2015-2016 CR-series, SR-series, DLH-series, FH-series, UDC-series, FH+10-series, ULH-series, ULH+6-series, and ULC-series trailers manufactured March 6, 2015, to June 19, 2016. The affected trailers have axles whose mounting brackets may not have been properly tightened. As a result, the axles may detach from the trailer.","If an axle loosens or detaches, there would be an increased risk of a crash.","Moritz will notify owners, and dealers will properly tighten the axles, free of charge. The recall began on July 22, 2016. Owners may contact Moritz Customer Service Department at 1-419-526-5222." -06/30/2016,16V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V490000),"Chrysler (FCA US, LLC)",Center Passenger Seat Belts May Become Inoperable,SEAT BELTS,S42,Vehicle,3620,"Chrysler (FCA US LLC) is recalling certain model year 2017 Pacifica vehicles manufactured February 22, 2016, through April 28, 2016. The center overhead seat belt stow clip may fracture and prevent use of the seat belt in the third-row and/or second-row center passenger seat (if so equipped).","If passengers occupying the third-row and/or second-row center seats cannot use a seat belt, there is an increased risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the third-row and, if necessary, second-row center overhead seat belt stow bezel, free of charge. The recall began on July 14, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S42." -06/30/2016,16V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V487000),Toyota Motor Engineering & Manufacturing,Curtain Shield Air Bag Inflators May Crack,AIR BAGS,Toyota G0U Lexus GLJ,Vehicle,482002,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2010-2012 Toyota Prius, 2010 and 2012 Toyota Prius Plug-in Hybrid, and 2011-2012 Lexus CT200h vehicles. A weld in the curtain shield air bag inflator may crack causing one or both portions of the inflator to eject into the passenger cabin.","If either portion of the curtain shield air bag inflator ejects into the passenger cabin, there is an increased risk of injury to vehicle occupants.","Toyota will notify owners, and dealers will install retention brackets to the curtain shield air bags, free of charge. The recall began on October 17, 2016. Owners may contact Toyota Customer Service Department at 1-800-331-4331. Toyota's number for this recall is Toyota G0U, and Lexus GLJ." -06/30/2016,16V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V488000),Vermeer Manufacturing Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,VFK3104,Vehicle,45,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2015-2016 Vermeer-Freeman TR620 trailers manufactured August 8, 2014, to June 17, 2016, and TR626 trailers manufactured May 5, 2015, to June 17, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Bendix and Vermeer Freeman will work together to send necessary parts and instructions to repair the spring brake valve. Dealers will be reimbursed for their parts and labor. Vermeer issued an interim notification to owners on August 19, 2016 for remedy not available. Owners may contact Vermeer Customer Service Department at 1-641-628-3141. Vermeer's number for this recall is VFK3104." -06/30/2016,16V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V489000),"Brenner Tank, LLC",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,179,"Brenner Tank, LLC (Brenner) is recalling certain model year 2015-2017 Liquid Tank trailers manufactured March 14, 2013, to March 30, 2016, equipped with certain Bendix SR-5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","The remedy for this recall is still under development. An interim notice was sent to owners on August 22, 2016. Owners may contact Brenner Customer Service Department at 1-800-558-8265." -06/30/2016,16V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V492000),Thor Motor Coach,Missing Warning Label near Fuel Fill Station,EQUIPMENT,RC000120,Vehicle,49,"Thor Motor Coach (TMC) is recalling certain model year 2017 Outlaw motorhomes manufactured January 15, 2016, to June 24, 2016. The affected vehicles are missing a warning label near the fuel fill station. This label warns operators not to smoke while in the presence of flammable vapors.",An operator that smokes near the fuel fill station with flammable vapors present can increase the risk of a fire.,"TMC will notify owners, and dealers will install the warning label, free of charge. The recall began on August 9, 2016. Owners may contact TMC's Customer Service Department at 1-877-500-1020. TMC's number for this recall is RC000120." -06/30/2016,16V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V493000),Heartland Trailer Mfg,Rear Clearance Light is Blocked by Gate Brace,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,20,"Heartland Trailer Mfg. (Heartland) is recalling certain model year 2015-2016 Revolution trailers manufactured September 1, 2015, to April 30, 2016. The affected trailers have a rear clearance light that is covered by a brace for the rear gate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A blocked clearance light may make the trailer less visible to other drivers, increasing the risk of a crash.","Heartland will notify owners, and dealers will remove the gate brace, free of charge. The recall began on August 9, 2016. Owners may contact Heartland Customer Service Department at 1-573-471-6826." -06/29/2016,16V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V482000),Ford Motor Company,Electronic Stability Control Systems/FMVSS 126,ELECTRONIC STABILITY CONTROL,16C10,Vehicle,1895,"Ford Motor Company (Ford) is recalling certain model year 2016 Transit Connect vehicles manufactured February 22, 2016, through June 16, 2016. The brake Hydraulic Control Unit (HCU) pump may be contaminated with metallic debris. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","If the brake HCU pump is contaminated, the performance of the electronic stability control and related brake systems may degrade, increasing the risk of a crash.","Ford will notify owners and dealers will replace the brake HCU pump, free of charge. The recall began on August 22, 2016. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 16C10." -06/29/2016,16V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V485000),"Nissan North America, Inc.",Engine Room Harness Connection May Fail,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1522,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016 Sentra vehicles manufactured April 11, 2016, through April 26, 2016. The engine room harness may have a terminal pin too large to maintain a connection with the Engine Control Unit (ECU).","If the engine room harness loses connection to the ECU, the vehicle may not start or the engine may stall, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace the terminal pin on the engine room harness, free of charge. The recall began on August 15, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -06/29/2016,16V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V483000),Transcraft Corporation,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,10,"Transcraft Corporation (Transcraft) is recalling certain model year 2015-2017 Platform Trailers manufactured January 1, 2014, to March 4, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Transcraft will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. Transcraft issued an interim notification to owners on August 11, 2016. The recall began on September 6, 2016. Owners may contact Transcraft Customer Service Department at 1-618-833-5151." -06/29/2016,16V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V484000),Wabash National Corporation,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,14862,"Wabash National Corporation (Wabash) is recalling certain model year 2015-2017 Van Trailers manufactured January 1, 2014, to May 10, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Wabash will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge.. Wabash issued an interim notification to owners on August 10, 2016. The recall began on September 6, 2016. Owners may contact Wabash Customer Service Department at 1-765-771-5300." -06/29/2016,16V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V486000),Vermeer Manufacturing Company,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,IK3350,Vehicle,254,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2014-2016 DT6, HG4000, HC6000, HG8000, TG5000, TG7000 and WC2300XL, 2014-2015 TG9000 and 2015-2016 WC2500XL trailers, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Vermeer will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. Vermeer issued an interim notification to owners on August 19, 2016. The recall began on October 14, 2016. Owners may contact Vermeer Customer Service Department at 1-641-628-3141. Vermeer's number for this recall is IK3350." -06/29/2016,16V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V481000),Newmar Corporation,Loss of Headlights/Windshield Wiper Malfunction,VISIBILITY,NR (Not Reported),Vehicle,24,"Newmar Corporation (Newmar) is recalling certain model year 2017 Ventana, Ventana VL, and Dutch Star motorhomes manufactured November 1, 2015, to June 24, 2016 and built on a Freightliner Custom Chassis. In the affected vehicles, when the windshield wipers are turned off, the headlights may also turn off. Additionally, the wiper arms may stop in an incorrect location blocking the driver's view, and the wiper motor may stall when under load.","If the headlights go out or the wiper system does not operate properly, the driver's visibility may be adversely affected, increasing the risk of a crash.","Newmar will notify owners, and Freightliner dealers will update the wiper software, free of charge. The recall began on July 28, 2016. Owners may contact Newmar Customer Service Department at 1-800-731-8300." -06/29/2016,16V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V480000),Kia Motors America,Rear Crossmember Weld Fracture,SUSPENSION,SC137,Vehicle,7901,Kia Motors America (Kia) is recalling certain model year 2016 Sorento vehicles. A component of the rear suspension may not be properly welded.,"The improper weld may break, affecting the rear suspension alignment, thereby increasing the risk of a crash.","Kia will notify owners, and dealers will inspect the welds at the rear suspension cross-member, replacing the rear cross-member assembly, as necessary, free of charge. The recall began July 27, 2016. Owners may contact Kia Customer Service Department at 1-800-333-4542. Kia's number for this recall is SC137." -06/28/2016,16V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V475000),Ford Motor Company,"Driver Seat Back Frame May Fail/FMVSS 202, 207",SEATS,16C11,Vehicle,5280,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford Explorer and F-150 vehicles equipped with a manual recline driver's seat. The seat back frame may have insufficient welds which may not meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 202, ""Head Restraints"" and 207, ""Seating Systems.""","The seat back may not adequately restrain the occupant during a crash, increasing the risk of injury.","Ford will notify owners, and dealers will inspect and, if necessary, replace the seat back frame, free of charge. The recall begin on August 18, 2016. Owners may contact Ford at 1-800-392-3673. Ford's number for this recall is 16C11." -06/28/2016,16V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V472000),"Forest River, Inc.",Engine Brake may not Activate,VEHICLE SPEED CONTROL,40-06202016-0214,Vehicle,138,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Charleston vehicles manufactured September 16, 2013, to December 10, 2015 and assembled on a Freightliner chassis built by Daimler Trucks North America (DTNA). The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.","A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake capacity, potentially increasing the risk of a crash.","Forest River will notify owners, and Daimler Trucks North America dealers will replace the pedal, free of charge. The recall began on August 4, 2016. Owners may contact Daimler Trucks Customer Service Department at 1-800-547-0712 or by E-mail at DTNA.Warranty.Campaigns@Daimler.com. Forest River's number for this recall is 40-06202016-0214." -06/28/2016,16V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V478000),Newmar Corporation,Engine Brake may not Activate,ENGINE AND ENGINE COOLING,16V 321,Vehicle,1243,"Newmar Corporation (Newmar) is recalling certain model year 2014-2016 Dutch Star and Mountain Aire and 2015-2016 London Aire and Essex motorhomes manufactured January 28, 2013, to December 14, 2015 and built on a Daimler Trucks North America (DTNA) chassis. The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.","A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake capacity, potentially increasing the risk of a crash.","Newmar will notify owners, and DTNA dealers will replace the throttle pedal, free of charge. The recall began on August 5, 2016. Owners may contact Newmar Customer Service Department at 1-800-731-8300 or Daimler Trucks North America LLC at 1-800-547-0712, or by e-mail at DTNA.Warranty.Campaigns@Daimler.com. Newmar's number for this recall is 16V 321." -06/28/2016,16V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V473000),"Strick Trailers, LLC",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,45,"Strick Trailers, LLC (Strick) is recalling certain model year 2015 tandem axle 53 foot van trailers manufactured August 18, 2014, to August 28, 2014, and 2017 tandem axle 53 foot van trailers manufactured November 23, 2015, to December 17, 2015, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined, which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Stricks will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on August 22, 2016. Owners may contact Strick Trailers Customer Service Department at 1-260-692-1300." -06/28/2016,16V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V474000),Cheetah Chassis Corporation,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,289,"Cheetah Chassis Corporation (Cheetah) is recalling certain 2015-2016 Tandem Axle Extendable Chassis trailers, 2015-2016 Tandem Axle and Single Axle Straight Frame Chassis trailers, 2014-2016 Tandem Axle Gooseneck Chassis trailers, 2015 Tandem Axle Flatbed trailers, 2015-2016 Tridem Axle Bridgemaster Chassis trailers and 2016 Tandem Axle Curtain side Flatbed trailers. These trailers are equipped with certain Bendix SR5 spring brake valves which may have been improperly machined which could cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Cheetah will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on August 22, 2016. Owners may contact Cheetah Customer Service Department at 1-570-752-2709." -06/28/2016,16V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V476000),Great Dane Trailers,Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Vehicle,13509,"Great Dane Trailers (Great Dane) is recalling certain model year 2015-2017 Dry Freight Van, Reefer, and Flatbed trailers manufactured January 1, 2014, to March 4, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Great Dane will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on September 9, 2016. Owners may contact Great Dane Customer Service Department at 1-912-232-4471." -06/28/2016,16V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V479000),Ford Motor Company,Loss of Motive Power from Pinion Gear Wear,POWER TRAIN,16S28,Vehicle,865,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Ford Focus Electric vehicles manufactured August 20, 2015, through April 13, 2016. The transmission's differential pinion gear shaft may overheat and fracture.","A fractured pinion shaft could cause a loss of motive power and loss of the transmission park function, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the transmission differential assembly, free of charge. The recall began on March 24, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S28." -06/28/2016,16V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V477000),"Terex South Dakota, Inc.",Platform Leveling Cylinder Weld Failure,EQUIPMENT,SN642,Vehicle,400,"Terex South Dakota (TSD) is recalling certain model year 2015-2016 HR, HRX, TC, and TCX Aerial devices manufactured May 4, 2015, to June 15, 2016. The platform leveling cylinder on the affected vehicles may have poor welds, and as a result, platform leveling cylinder may fail at the elbow, allowing the platform to tilt.","If the platform tilts, the platform occupant may fall, increasing their risk of injury.","TSD will notify owners, and dealers will replace the hydraulic cylinders, free of charge. The recall began on August 22, 2016. Owners may contact TSD Customer Service Department at 1-800-982-8975. TSD's number for this recall is SN642." -06/27/2016,16V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V471000),Harley-Davidson Motor Company,Clutch may not Fully Disengage,POWER TRAIN,0169,Vehicle,27232,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2016 Electric Glide Ultra Classic (FLHTCU), Electra Glide Ultra Classic Low (FLHTCUL), Ultra Limited Low (FLHTKL), Ultra Limited (FLHTK), CVO Street Glide (FLHXSE), Street Glide (FLHX), Street Glide Special (FLHXS), Road Glide Special (FLTRXS), Road Glide (FLTRX), Police Electra Glide (FLHTP), Road Glide Ultra (FLTRU), Fat Boy S (FLSTFBS), Softail Slim S (FLSS), and CVO Softail Pro Street Breakout (FXSE) motorcycles. In the affected motorcycles, the clutch master cylinder may lose the ability to generate enough lift to disengage the clutch, especially if the motorcycle has been parked for an extended period of time.","When the engine is running and the motorcycle is in gear, if the clutch cannot be fully disengaged, the motorcycle may move unexpectedly, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will inspect the clutch master cylinder for the presence of gas in the fluid, if so, the dealer will flush the clutch system and rebuild the clutch master cylinder, free of charge. The recall began July 19, 2016. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0169." -06/27/2016,16V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V469000),Thor Motor Coach,Engine Brake may not Activate,ENGINE AND ENGINE COOLING,RC000119,Vehicle,487,"Thor Motor Coach (TMC) is recalling certain model year 2014-2016 Tuscany motorhomes manufactured February 28, 2013, to August 31, 2015. The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.","A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake capacity, potentially increasing the risk of a crash.","TMC will notify owners, and dealers for Daimler Trucks North America (DTNA), manufacturer of the motorhome chassis, will replace the throttle pedal, free of charge. The recall began on July 15, 2016. Owners may contact TMC customer service at 1-877-500-1020 or Daimler Warranty Campaign Department at 1-800-547-0712 or by email at DTNA.Warranty.Campaigns@Daimler.com. TMC's number for this recall is RC000119." -06/27/2016,16V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V467000),Volvo Trucks North America,Front Steer Axle may Fracture,STEERING,RVXX1605,Vehicle,129,"Volvo Trucks North America, (Volvo) is recalling certain model year 2013 VNM and VNL trucks manufactured April 16, 2012, to May 4, 2012. These vehicles are equipped with certain Meritor FF967 non-drive front steer axles that may have been incorrectly heat treated.","The improperly heat treated axles may fracture, resulting in a loss of vehicle control and increasing the risk of a crash.","Volvo will notify owners, and dealers will inspect the axles for specific heat code serial numbers. The affected axles will be replaced, free of charge. The recall began on August 1, 2016. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1605." -06/27/2016,16V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V468000),Thor Motor Coach,Front Sway Bar May Detach,SUSPENSION,RC000117,Vehicle,122,"Thor Motor Coach (TMC) is recalling certain model year 2016 Tuscany XTE, Palazzo, and 2016-2017 Venetian motorhomes manufactured September 9, 2015, to January 12, 2016. The front sway bar mounting brackets may not fit properly on the axle causing the mounting bolts to bend or loosen.","If the sway bar bolts loosen, the sway bar may detach from the axle, affecting the handling and increasing the risk of a crash.","TMC will notify owners, and Detroit Axle service centers, subsidiaries of Daimler Trucks, the manufacturer of the chassis, will modify the sway bar mounting, free of charge. The recall began on July 22, 2016. Owners may contact Thor Motor Coach Customer service department at 1-877-500-1020, or Daimler Trucks North America LLC at 1-800-547-0712, or e-mail them at DTNA.Warranty.Campaigns@Daimler.com to locate a service center. TMC's number for this recall is RC000117." -06/27/2016,16V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V470000),John Evans Mfg.,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"John Evans Mfg. (John Evans) is recalling certain 2016 Cheetah tandem axle flatbed trailers manufactured July 29, 2015, to August 6, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"John Evans will notify owners, and service centers will replace the actuators, free of charge. The recall began on July 6, 2016. Owners may contact John Evans customer service at 1-803-436-3100." -06/27/2016,16V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V466000),"Forest River, Inc.",Incorrect Axle Information on Placard/Part 567,EQUIPMENT,61-03032016-0211,Vehicle,11,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Spartan Toyhaulers, model STF3712X, manufactured March 31, 2016, to June 17, 2016. The Federal Certification Label incorrectly states that the vehicle has a third axle with two extra tires, however, the vehicle is only equipped with two axles and four tires. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the owner follows the information on the Federal Placard Label, the operator may overload the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will install corrected Federal Placards, free of charge. The recall began on July 27, 2016. Owners may contact Forest River customer service at 1-574-862-3033. Forest River's number for this recall is 61-03032016-0211." -06/27/2016,16V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V465000),"Forest River, Inc.",Rear Light Failure due to Water Intrusion,EXTERIOR LIGHTING,51-06012016-0206,Vehicle,1999,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2017 Forester motorhomes manufactured June 10, 2014, to May 25, 2016, Sunseeker motorhomes manufactured April 4, 2014, to May 25, 2016, 2015-2016 Solera motorhomes manufactured February 28, 2014, to September 17, 2015, and 2016 Isata motorhomes manufactured October 30, 2015, to May 26, 2016. Water may leak into the electrical module that controls the vehicle taillights, brake lights, turn signal lights, clearance lights and marker lights, making the lights inoperative. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the rear brake lights fail to illuminate, following motorists may not realize that the vehicle in front of them is stopping. Inoperative taillights, clearance lights and marker lights will make the vehicle less visible to others. Either condition can increase the risk of a crash.","Forest River will notify owners, and dealers will repair the vehicles, free of charge. An interim notice was sent to owners on August 16, 2016. The recall began on December 8, 2016. Forester, Solera, and Sunseeker owners may contact Forest River customer service at 1-574-206-7600. Isata customers should call 1-574-262-3474. Forest River's number for this recall is 51-06012016-0206." -06/24/2016,16V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V460000),"Yamaha Motor Corporation, USA",Clutch Pressure Plate Bearing may Fail,POWER TRAIN,990105,Vehicle,11280,"Yamaha Motor Corporation (Yamaha) is recalling certain model year 2015-2016 YZF-R3 F/G motorcycles manufactured January 1, 2015, to April 15, 2016. The clutch pressure plate bearing may break due to an insufficient load rating, causing the clutch to not disengage and preventing the transmission from shifting properly.","If the clutch cannot be disengaged, the rider may not be easily able to stop the motorcycle, increasing the risk of a crash.","Yamaha has notified owners, and dealers will replace the clutch pressure plate bearing, free of charge. The recall began July 11, 2016. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990105." -06/24/2016,16V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V462000),Entegra Coach,Engine Brake may not Activate,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,30,"Entegra Coach (Entegra) is recalling certain model year 2015-2016 Aspire and Aspire TK motorhomes manufactured July 14, 2014, to January 15, 2016. The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.",A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake capacity potentially increasing the risk of a crash.,"Daimler Trucks North America (DTNA), manufacturer of the motorhome chassis, has notified owners, and DTNA dealers will replace the throttle pedal, free of charge. The recall began on August 15, 2016. Owners may contact Entegra customer service at 1-800-945-4787 or Daimler Warranty Campaign Department at 1-800-547-0712 or email DTNA.Warranty.Campaigns@Daimler.com." -06/24/2016,16V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V461000),"Chrysler (FCA US, LLC)",Loss of Power from Transmission Pump Failure,POWER TRAIN,S44,Vehicle,26298,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Chrysler Town & Country, Dodge Grand Caravan vehicles manufactured July 31, 2015, to April 18, 2016, 2016 Dodge Journey vehicles manufactured August 17, 2015, to January 29, 2016, and 2016 RAM ProMaster vehicles manufactured August 15, 2016, to April 15, 2016. The transmission pump may seize causing a loss of hydraulic pressure.","If the transmission loses hydraulic pressure, the vehicle may lose motive power, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the transmission pump, free of charge. The recall began on August 18, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S44." -06/24/2016,16V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V464000),"Volkswagen Group of America, Inc.",Rear Child Locks May Disengage,LATCHES/LOCKS/LINKAGES,58C9,Vehicle,5658,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain 2016 CC vehicles manufactured January 12, 2016, to February 3, 2016, Golf R and Tiguan vehicles manufactured November 25, 2015, to January 28, 2016, and e-Golf vehicles manufactured November 25, 2015, to January 11, 2016. Vibrations, such as those created by opening and closing a vehicle door, may cause the rear child door locks to disengage, allowing a child to open a rear door while inside the vehicle.","If an unrestrained child unexpectedly opens a door, they may fall from the vehicle increasing their risk of injury.","Volkswagen will notify owners, and dealers will inspect, and if necessary, replace the child lock(s), free of charge. The recall began on August 22, 2016. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 58C9." -06/24/2016,16V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V463000),Entegra Coach,Trailer Brakes may Stay Activated,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,30,"Entegra Coach (Entegra) is recalling certain model year 2015-2016 Aspire vehicles manufactured July 14, 2014, to January 15, 2016 and built on Daimler Trucks North America motorhome chassis. On these vehicles, equipped with a heavier, adjustable foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","Daimler Trucks will notify owners, and their dealers will modify the affected brake assemblies, free of charge. The recall began on June 6, 2016 . Owners may contact Entegra customer service at 1-800-945-4787 or Daimler Trucks customer service at 1-800-547-0712." -06/23/2016,16V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V458000),"Mitsubishi Motors North America, Inc.",Lower Control Arm Detachment Due to Corrosion,SUSPENSION,SR-16-003,Vehicle,194674,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2002-2007 Lancer, 2004 Lancer Wagon, 2003-2006 Lancer Evolution, 2003-2006 Outlander and 2007-2013 Outlander V-6 vehicles originally sold in, or ever registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin and the District of Columbia. In the affected vehicles, the front lower control arms may detach due to the front cross member corroding from salt water exposure such as from road salt use.","A detached front control arm can result in the loss of control of the vehicle, increasing the risk of a crash.","MMNA will notify owners, and dealers will inspect the front cross members. Depending on the level of existing corrosion, either a sealing/anti-corrosion agent will be applied or the front cross member will be replaced with a new one that has a sealing/anti-corrosion agent applied to it. These repairs will be performed free of charge. The recall began January 2017. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-003." -06/23/2016,16V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V459000),"Yamaha Motor Corporation, USA",Oil Pump Drive Gear may Fail; Engine may Sieze,ENGINE AND ENGINE COOLING,990105,Vehicle,11280,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015-2016 Yamaha YZF-R3 F/G motorcycles manufactured January 1, 2015, to April 15, 2016. Due to an oil pump problem, the oil pressure in these motorcycles may not be properly regulated. As a result, the oil pump drive gear may fail and cause the engine to seize from lack of oil supply.","If the engine seizes from a lack of oil supply, the rear wheel may lock up suddenly, increasing the risk of a crash.","Yamaha has notified owners, and dealers will replace the oil pump, free of charge. The recall began July 5, 2016. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990105." -06/23/2016,16E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E059000),Waterous Company,Transmission Power Output may not be Changed,POWER TRAIN,NR (Not Reported),Equipment,1557,"Waterous Company (Waterous) is recalling certain Split-Shaft Transmission Shift Units manufactured April 9, 2015, to April 20, 2016. These shift units allow the user to select whether the Split-Shaft Transmission sends power to the wheels of an emergency response vehicle or powers an add-on unit such as a water pump used for fighting fires. A component within the shift unit may be damaged and as a result, the operator may not be able to switch the power output.","If the power output cannot be changed, once the fire truck arrives at the scene, it may not be able to pump water to aid in extinguishing the fire, increasing the risk of injury.","Waterous will notify the vehicle manufacturers that purchased the shift units and will work with them to remove, repair, and reinstall the shift units, free of charge. The recall began on July 22, 2016. Owners may contact Waterous customer service at 1-651-450-5067." -06/22/2016,16V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V454000),"Navistar, Inc.",Emergency Exit Missing Reflective Tape/FMVSS 217,STRUCTURE,16505,Vehicle,1787,"Navistar, Inc. (Navistar) is recalling certain 2016-2017 IC Bus CE school buses manufactured June 15, 2015, to May 20, 2016, and RE school buses manufactured June 18, 2015, to April 27, 2016. These buses may have been manufactured without reflective outline tape around the emergency exit roof hatches. As a result, these vehicles fail to comply with the requirements for Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","Absence of the reflective outline tape may reduce conspicuity of the emergency exit roof hatches, reducing the ability of emergency personnel to identify and gain access to the emergency roof hatches, possibly increasing the passenger's risk of personal injury or death during an emergency.","Navistar will notify owners, and dealers will install reflective tape around the roof hatch, free of charge. The recall began n July 18, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16505." -06/22/2016,16V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V455000),"Winnebago Industries, Inc.",Engine Brake may not Activate,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,705,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2014-2016 Winnebago Tour motorhomes manufactured May 25, 2013, to November 25, 2015, and Itasca Ellipse motorhomes manufactured May 25, 2013, to November 18, 2015. The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.","A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake ability, potentially increasing the risk of a crash.","Daimler Trucks North America has notified owners, and dealers, will replace the throttle pedal, free of charge. An interim notification was distributed to owners on July 8, 2016. The recall began on August 15, 2016. Owners may contact Daimler Warranty Campaign Department at 1-800-547-0712 or email DTNA.Warranty.Campaigns@Daimler.com." -06/22/2016,16V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V456000),"Mack Trucks, Inc.",Front Steer Axle may Fracture,STEERING,SC0404,Vehicle,64,"Mack Trucks, Inc. (Mack) is recalling certain model year 2013 Pinnacle (CXU) trucks manufactured April 16, 2012, to May 4, 2012. These vehicles are equipped with certain Meritor FF967 non-drive front steer axles that may have been incorrectly heat treated.","The improperly heat treated axles may fracture, resulting in a loss of vehicle control and increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the axles for specific heat code serial numbers. The affected axles will be replaced, free of charge. The recall began on August 1, 2016. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0404." -06/22/2016,16V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V457000),"Forest River, Inc.",Improperly Seated Bolt,SUSPENSION,45-06102016-0208,Vehicle,2224,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2016 XLR toyhaulers manufactured August 28, 2012, to November 5, 2015. These vehicles may have an axle equalizer knurled bolt (axle shackle locating bolt) that may not be properly seated in the chassis axle hanger.","If the equalizer knurled bolt is not installed properly, the bolt may not properly secure the axle, allowing it to shift and result in a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace any equalizer knurled bolts and nuts that were improperly installed, free of charge. The recall began on August 16, 2016. Owners may contact Forest River customer service at 1-574-642-0431. Forest River's number for this recall is 45-06102016-0208." -06/21/2016,16V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V453000),"Navistar, Inc.",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1191,"Navistar, Inc. (Navistar) is recalling certain model year 2017 International ProStar, LoneStar, PayStar, HX, and 9900 trucks equipped with a Cummins ISX15L engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and Cummins dealers will replace the ECM, free of charge. The recall began on July 8, 2016. Owners may contact Cummins customer service at 1-800-343-7357 or Navistar customer service at 1-331-332-1590." -06/21/2016,16V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V449000),"General Motors, LLC",Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,46600,Vehicle,17,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Equinox and GMC Terrain vehicles manufactured October 16, 2015. The certification labels may have incorrect tire/rim size and cold tire pressure information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the information on the certification labels is incorrect, the operator may install incorrectly sized tires or rims or may improperly inflate the tires, increasing the risk of a crash.","GM will notify owners, and dealers will inspect and replace the certification label, free of charge. The recall began on July 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1050, or GMC customer service at 1-800-462-8782. GM's number for this recall is 46600." -06/21/2016,16V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V450000),"Forest River, Inc.",Propane may Leak from Cracked Regulator Window,EQUIPMENT,51-05312016-0205,Vehicle,175,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Flagstaff recreational trailers manufactured August 11, 2015, through October 27, 2015, and Work N' Play recreational trailers manufactured from October 25, 2015, through May 6, 2016. The MB Sturgis liquid propane (LP) regulator on these vehicles may allow propane gas to leak into the regulator sight glass causing it to degrade and potentially crack.","If the indicator sight glass cracks, propane gas may leak out. In the presence of an ignition source, a fire could occure.","Forest River will notify owners. A remedy plan has not been determined. The recall began on August 1, 2016. Owners may contact Forest River customer service at 1-888-291-6665. Forest River's number for this recall is 51-05312016-0205." -06/21/2016,16V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V452000),"Navistar, Inc.",Seat May Separate From the Base Frame,SEATS,NR (Not Reported),Vehicle,5,"Navistar, Inc. (Navistar) is recalling certain model year 2016 IC Bus RE school buses manufactured January 25, 2016, to March 31, 2016, equipped with Freedman-brand passenger seats with integrated child seats (ICS). These seats may separate from the base frame due to bolt failure. As, such these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Navistar has already completed the repair work on the affected vehicles, free of charge to owners. Owner notifications will not be sent. Owners may contact Navistar customer service at 1-331-332-1590." -06/21/2016,16V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V451000),"Gillig, LLC",Stop Lamp Activation/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,112,"Gillig LLC (Gillig) is recalling certain model year 2012-2016 Lowfloor diesel-electric hybrid vehicles manufactured March 6, 2012, to June 7, 2016. The affected vehicles are equipped with stop lamp activation that may inadvertently flash the rear brake lights. As such, these vehicles do not comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Flashing brake lights may cause confusion to other drivers, increasing the risk of a crash.","Gillig will notify owners, and dealers will install a new software update, free of charge. The recall began on July 2016. Owners may contact Gillig customer service at 1-800-735-1500." -06/20/2016,16V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V448000),Shyft Group,Brake Release Timing/FMVSS 121,"SERVICE BRAKES, AIR",16017,Vehicle,38,"Spartan Motors USA (Spartan) is recalling certain model year 2004-2016 Gladiator tractor-drawn aerial emergency vehicles manufactured September 12, 2004, to September 30, 2015. The air brakes on these vehicles may have excessive actuation and release timing, lengthening the distance needed to stop the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""",If a longer distance is needed to stop the vehicle there would be an increased risk of a crash.,"Spartan will notify owners, and dealers will repair the vehicles with a new 3/8"" control line, free of charge. The recall began on August 15, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16017." -06/20/2016,16V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V447000),Eldorado National-Kansas,Circuit Board May Break and cause Electrical Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,53,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2016 Aerotech, Aero Elite, and Advantage shuttle buses manufactured March 4, 2016, to April 22, 2016 and built on Ford, Chevrolet, and Navistar chassis. These vehicles have a component in the electrical power distribution center that may break and result in electrical arcing.",Electrical arcing increases the risk of a fire.,"Eldorado will notify owners, and dealers will replace the affected component within the power distribution center, free of charge. The recall began on July 29, 2016. Owners may contact Eldorado customer service at 1-800-955-4236." -06/20/2016,16E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E058000),Speedtech LLC,Nitrous Solenoid Valve Not Welded Correctly,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,300,"Speedtech LLC (Speedtech) is recalling certain Nitrous Solenoid Valves, part number 100-2115, used in nitrous oxide systems for drag racing. Due to improper welding, the affected valves may separate when under pressure either during installation or during use of the nitrous system resulting in the piston ejecting.","If the piston ejects, it can increase the risk of injury to those nearby or possibly damage other nearby components.","Speedtech notified the affected owners, and replaced the valves, free of charge. The recall began on September 7, 2015. Additional owner notifications will not be sent. Owners may contact Speedtech customer service at 1-205-331-4972." -06/17/2016,16V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V446000),Indian Motorcycle Company,Engine Misfire may Increase Fire Risk,ELECTRICAL SYSTEM,I-16-02,Vehicle,18367,"Indian Motorcycle Company (Indian) is recalling certain model year 2014-2016 Chief Classic, Dark Horse, Chieftain, Roadmaster, Vintage, Springfield, and Chieftain Dark Horse motorcycles manufactured April 15, 2013, to June 16, 2015. In the event of an engine misfire, unburned fuel may pass through parts of the exhaust system, raising the exhaust temperatures.",Elevated exhaust temperatures may result in an increased risk of fire.,"Indian will notify owners, and dealers will update the engine control module (ECM) software, free of charge. The recall began July 2016. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-16-02." -06/16/2016,16V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V444000),"Jaguar Land Rover North America, LLC",Driver's Frontal Air Bag May Not Deploy Properly,AIR BAGS,P086,Vehicle,32,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2016 Land Rover LR4 vehicles manufactured May 3, 2016 through May 10, 2016. The affected vehicles have driver side frontal air bags that may not inflate properly.",An air bag that does not inflate properly may increase the risk of injury to the driver in the event of a crash.,"Land Rover will notify owners, and dealers will replace the driver side frontal air bag, free of charge. The recall is expected to begin on August 5, 2016. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P086." -06/16/2016,16V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V441000),Eldorado National-Kansas,Fuel Line Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,285,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2012-2016 Amerivan 10 vehicles manufactured November 30, 2012, to May 20, 2016. Due to an improperly installed fuel line separator, the fuel line may rub against the engine cradle and cause a fuel leak.",A fuel leak in the presence of an ignition source may result in a fire.,"Eldorado will notify owners, and dealers will inspect the fuel line, and rework fuel line routing, free of charge. The recall began on September 7, 2016. Owners may contact Eldorado customer service at 1-913-392-2171." -06/16/2016,16V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V443000),E-One Incorporated,Power Control Module Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27,"E-One Incorporated (E-One) is recalling certain model year 2014-2016 E-One Cyclone II and Typhoon vehicles manufactured January 1, 2014, to May 31, 2016, equipped with certain Class 1 Es-Key power control modules manufactured by Hale Products. The affected power control modules may not provide sufficient circuit protection depending on their combination of software and installation, possibly resulting in a short circuit.","A short circuit may result in damage to components of the vehicle's electrical system, affecting their function such as causing a loss of headlights, increasing the risk of a crash. A short circuit may also increase the risk of a fire.","E-One will notify owners, and dealers will upgrade the software or retrofit fuses, free of charge. The recall began on July 25, 2016. Owners may contact E-One customer service at 1-904-237-1122, or Hale customer service at 1-800-533-3569." -06/16/2016,16V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V445000),"Ferrara Fire Apparatus, Inc.",Pump Strainer could fail due to Weak Soldering,EQUIPMENT,NR (Not Reported),Vehicle,60,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2015-2016 Inferno, Igniter, Cinder, Ultra, and Intruder vehicles built on Freightliner and International chassis manufactured August 3, 2015, to April 29, 2016, equipped with pumps to provide pressurized water to aid in fighting fires. These pumps have 6"" intake strainers that may have been improperly soldered during production and, as a result, the strainers may come apart during use, allowing parts of the strainer and debris to enter the pump, possibly damaging the pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","Ferrara will notify owners, and owners will check the strainer for missing solder at the joints. Any strainers missing solder will be replaced, free of charge. The recall began on July 20, 2016. Owners may contact Ferrara customer service at 1-800-443-9006 or hale customer service at 1-800-533-3569." -06/16/2016,16V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V442000),"Mercedes-Benz USA, LLC",Right Rear Seat Belt Anchorage Bolt Misinstalled,SEAT BELTS,NR (Not Reported),Vehicle,423,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2015 ML250, ML350, ML350 4Matic, ML400 4Matic, ML63 AMG, and 2016 GLE450 AMG 4Matic vehicles manufactured from April 27, 2015, through May 19, 2015. The affected vehicles may have had the right rear seatbelt anchor bolt incorrectly installed.","In the event of a vehicle crash, the right rear seatbelt anchor bolt could fail to secure the passenger, increasing their risk of injury.","MBUSA will notify owners, and dealers will inspect and, if necessary, correct the installation of the right rear seat belt anchor bolt, free of charge. The recall began on July 22, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -06/15/2016,16V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V440000),"Mercedes-Benz USA, LLC",Engine may Shut Down due to ECU Software,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5826,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2016 GLE450 AMG 4Matic Coupe vehicles manufactured December 10, 2014, to June 6, 2016. An error within the engine control unit (ECU) software may allow the engine to shut-down while the vehicle is braking, possibly confusing the driver into thinking the shut-down was planned due to the ECO start/stop function.","If the engine shuts down unintentionally, there may be an increased risk of a crash.","MBUSA will notify owners, and dealers will update the ECU software, free of charge. The recall began August 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -06/15/2016,16V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V439000),"Mercedes-Benz USA, LLC",Low-Beam Headlights Adjusted Incorrectly/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,100,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 SLK300, SLK350, SL400, SL550, and SL63 AMG vehicles manufactured from June 29, 2015, through July 13, 2015. The affected vehicles are equipped with low-beam headlights that may have been aimed incorrectly during vehicle production. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Improperly adjusted low-beam headlights may reduce the driver's visibility, increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect and if necessary adjust the headlamps, free of charge. The recall began on July 22, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -06/15/2016,16V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V436000),"Nissan North America, Inc.",Passenger Air Bag Harness Connector Disconnect,AIR BAGS,NR (Not Reported),Vehicle,4355,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016 LEAF vehicles manufactured February 24, 2016, to March 23, 2016, and Sentra vehicles manufactured February 9, 2016, to March 4, 2016. The wiring harness connector may disconnect from the dual-stage passenger air bag.","If the wiring harness disconnects, the passenger air bag may not to deploy during a crash, increasing the risk of injury.","Nissan will notify owners, and dealers will inspect the wiring harness connector for proper engagement and, if necessary, replace the passenger air bag module and main body harness, free of charge. The recall began on August 9, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -06/15/2016,16V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V438000),"Mercedes-Benz USA, LLC",Software Error May Disable Power Steering Assist,STEERING,NR (Not Reported),Vehicle,17,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 C300 4Matic vehicles manufactured November 4, 2015, to March 1, 2016. In the affected vehicles, the electric power steering assist system may shutdown due to a software error.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required at lower speeds, increasing the risk of a vehicle crash.","MBUSA will notify owners, and dealers will update the software for the electric power steering control unit, free of charge. The recall began January 2017. Owners may contact MBUSA customer service at 1-800-367-6372." -06/15/2016,16V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V437000),Thor Motor Coach,Trailer Brakes may Stay Activated,SERVICE BRAKES,RC000116,Vehicle,463,"Thor Motor Coach (TMC) is recalling certain model year 2014-2016 Tuscany motor homes manufactured February 28, 2013, to August 31, 2015 and built on chassis supplied by Daimler Trucks North America. On certain motorhome chassis built with a heavier, adjustable foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","TMC will notify owners, and Daimler Trucks dealers will modify the affected brake assemblies, free of charge. The recall began on July 21, 2016. Owners may contact TMC customer service at 1-877-855-2867 or Daimler Trucks at 1-800-547-0712. TMC's number for this recall is RC000116." -06/14/2016,16V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V432000),"KZRV, L.P.",Refrigerator may Overheat,EQUIPMENT,NR (Not Reported),Vehicle,61,"KZRV, L.P. (KZRV) is recalling certain model year 2016-2017 Spree travel trailers manufactured March 13, 2015, to May 3, 2016. The refrigerator vents on the affected trailers may be installed in an incorrect location, causing the refrigerator compartment to overheat, triggering the high temperature sensors to shut down the refrigerator.","If the high temperature sensor fails to shut down the refrigerator, the refrigerator would overheat, increasing the risk of a fire.","KZRV will notify owners, and dealers will install a larger refrigerator vent, and extend the internal baffle, free of charge. The began on July 22, 2016. Owners may contact KZRV customer service at 1-800-768-4016 extension 153 or 154." -06/14/2016,16V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V433000),PJ Trailers,Trailer Tongue may Break and Detach,TRAILER HITCHES,NR (Not Reported),Vehicle,36,"PJ Trailers is recalling certain model year 2015-2016 T1 single axle tilt trailers manufactured March 31, 2015, to November 17, 2015. During production, these trailers had a notch cut into steel tongue that may have been too deep and thus compromised the strength of the tongue, causing it to crack and separate from the trailer.","If the trailer separates from the tongue, the rest of the trailer would not be connected to the tow vehicle, increasing the risk of a crash.","PJ Trailers has notified owners, and provided each owner with a reinforcement kit to have installed, free of charge. The recall began in November 2015. Owners may contact PJ Trailers customer service at 1-866-752-8781." -06/14/2016,16V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V435000),"Terex South Dakota, Inc.",Unintended Boom or Winch Movement,EQUIPMENT,SN641,Vehicle,440,"Terex South Dakota, Inc. (TSD) is recalling certain model year 2016 HR, HRX, LT, LTM, TL, TC, and TCX aerial devices manufactured January 1, 2016, to May 12, 2016. These aerial devices have a hydraulic motor whose shaft may fail resulting in unexpected boom rotation or winch movement.",Unexpected boom rotation or winch movement may increase the risk of injury.,"TSD will notify owners, and instruct owners to inspect the hydraulic motor. Motors within a certain serial number range will be replaced, free of charge. The recall began on August 3, 2016. Owners may contact TSD customer service at 1-800-982-8975. TSD's number for this recall is SN641." -06/14/2016,16V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V434000),"Corp. Micro Bird, Inc.",Window May Shatter Due to Water Freezing in Frame,STRUCTURE,16-066-LUC,Vehicle,79,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2015-2016 MBII, G5, and CT-Series commercial buses manufactured August 21, 2015, to June 2, 2016. The affected buses have T-Slider window frames that may allow water to accumulate inside the frame. In freezing conditions, the accumulated water can freeze, expand and put extra pressure on the window glass causing it to shatter.",Shattered window glass may increase the risk of injury to the bus occupants.,"Micro Bird will notify owners, and dealers will seal or replace the windows, as necessary, free of charge. The recall began on July 19, 2016. Owners may contact Lippert Window customer service at 1-450-378-6722 or Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 16-066-LUC." -06/13/2016,16V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V429000),Shyft Group,Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,16016,Vehicle,15,"Spartan Motors USA (Spartan) is recalling certain model year 2017 Gladiator and K3 motorhome chassis manufactured April 18, 2016, through June 7, 2016 and equipped with Cummins ISX15 engines using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Spartan will notify owners, and Cummins dealers will replace the defective ECM with a remedy part, free of charge. The recall began on June 9, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16016." -06/13/2016,16V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V428000),East Manufacturing Corp.,Incorrect GVWR/GAWR Ratings/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,6,"East Manufacturing Corp. (East) is recalling certain model year 2016 Hybrid and Steel Dump trailers manufactured May 16, 2016, to June 2, 2016. These trailers may have incorrect Federal Certification labels with overstated gross axle weight ratings (GAWR) and/or gross vehicle weight ratings (GVWR). As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the GAWR and/or GVWR limits are overstated, the driver may overload the trailer, increasing the risk of a crash.","East will notify owners, and will supply a new Certification Label and mounting rivets, free of charge. The recall began on July 1, 2016. Owners may contact East customer service at 1-330-325-8204." -06/13/2016,16V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V431000),"Gulf Stream Coach, Inc.",Incorrect Tire Information on Placard/Part 567,EQUIPMENT,GT060816,Vehicle,24,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2016-2017 Ameri-Lite and Super-Lite trailers manufactured January 11, 2016, through April 11, 2016. On the Federal Information Certification label, these trailers incorrectly list the tire size as ST205/75D-14-C with a wheel size of 14x5.5, when the correct tire size is actually 235/75R-15-C with a wheel size of 15x6. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If relying on the label, an incorrect replacement wheel and tire combination may be installed, possibly increasing the risk of a crash.","Gulf Stream will notify owners, and dealers will install a corrected Federal Certification label, free of charge. The recall began on July 22, 2016. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is GT060816." -06/13/2016,16E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E057000),"Triumph Motorcycles America, Ltd.",Increased Stopping Distance due to Brake Lever,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,119,"Triumph Motorcycles America, LTD (Triumph) is recalling certain accessory Adjustable Brake Levers, sold as part of an aftermarket lever replacement kit, part number A2021334. These brake levers are intended for installation on 2016 and 2017 Thruxton 1200, Street Twin, Bonneville T120, and Bonneville T120 Black motorcycles. Under certain conditions, the brake levers may contact the handlebar before maximum braking force is applied.","Without the ability to apply maximum front braking, the distance needed to stop the motorcycle may be lengthened, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the affected brake levers, free of charge. The recall began July 7, 2016. Owners may contact Triumph customer service at 1-678-854-2010." -06/13/2016,16E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E056000),Wilson Manifolds Inc,Nitrous Solenoid Valve Not Welded Correctly,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,55,"Wilson Manifolds Inc. (Wilson) is recalling certain Peter Paul 22X01031GM 12/DC solenoid valves manufactured May 1, 2015, to July 30, 2015. Due to improper welding, the affected valves may separate when under pressure either during installation or during use of the nitrous system resulting in the piston ejecting.","If the piston ejects, it can increase the risk of injury to those nearby or possibly damage other nearby components.","Wilson has notified owners, and has provided replacement solenoid valve stems, free of charge. The recall began on September 23, 2016. Owners may contact Wilson customer service at 1-954-771-6216." -06/13/2016,16V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V430000),"Nissan North America, Inc.",Software May Reduce Steering Ability,STEERING,NR (Not Reported),Vehicle,28182,"Nissan North America, Inc.'s (Nissan) is recalling certain model year 2014-2016 Infiniti Q50 vehicles manufactured December 26, 2012, to December 11, 2015, and Infiniti Q50 Hybrid vehicles manufactured December 10, 2012, to December 17, 2015. The Direct Adaptive Steering system may experience an error at vehicle start up altering the vehicle's steering responsiveness and turning radius.","If the vehicle does not steer as the driver anticipates, there is an increased the risk of a crash.","Nissan will notify owners, and dealers will reprogram the Direct Adaptive Steering ECU software, free of charge. The recall began on August 12, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -06/13/2016,16V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V427000),Vermeer Manufacturing Company,Unintended Braking due to Incorrect Pushrod Length,PARKING BRAKE,IK3334,Vehicle,11,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2014-2016 TG5000 vehicles manufactured November 23, 2013, to May 23, 2016. The assembly instruction manual for these vehicles called for the wrong slack adjuster pushrod length to be used, and as a result, the pushrod threads may fail, causing the trailer parking brakes to unintentionally engage.",If the trailer brakes unintentionally engage it would increase the risk of a crash.,"Vermeer will notify owners, and dealers will reset the air brake pushrod length to the correct dimension, free of charge. The recall began on August 4, 2016. Owners may contact Vermeer customer service at 1-641-628-3141. Vermeer's number for this recall is IK3334." -06/10/2016,16E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E055000),Hendrickson USA. L.L.C.,Axle Sleeve Weld May Crack,SUSPENSION,TB-H801,Equipment,37,"Hendrickson USA. L.L.C. (Hendrickson) is recalling certain Bridge Axles, part number B5R13X-04B, manufactured December 7, 2015, to January 11, 2016. The affected bridge axles have tube sleeves that may crack along the seam welds.","If one tube sleeve cracks, vehicle handling may be affected. If both tube sleeves crack, the bridge axle may detach from the vehicle. Either condition increases the risk of a crash.","Hendrickson notified the one vehicle manufacturer that purchased the affected axles on May 24, 2016. That manufacturer is replacing the axles under recall 16V-421, free of charge. The recall began on May 16, 2016. Owners may contact Hendrickson customer service at 1-630-773-9111. Hendrickson's number for this recall is TB-H801." -06/10/2016,16V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V421000),"McNeilus Truck & Manufacturing, Inc.",Axle Sleeve Weld May Crack,SUSPENSION,Hendrickson TB-H801,Vehicle,19,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2016 Bridgemaster V Concrete Mixers manufactured April 8, 2016, through May 13, 2016. The affected vehicles have bridge axle tube sleeves that may crack along the tube sleeve welds.","If one tube sleeve cracks, vehicle handling may be affected. If both tube sleeves crack, the bridge axle may detach from the vehicle. Either condition increases the risk of a crash.","The owners have been notified and all the affected vehicles have had the bridge axles replaced, free of charge. Therefore, an owner notification letter will not be issued for this campaign. The recall began on May 24, 2016. Owners may contact McNeilus customer service at 1-507-374-6321. McNeilus' number for this recall is Hendrickson TB-H801." -06/10/2016,16V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V423000),Heartland Trailer Mfg,Clearance Lights are not Visible at the Rear,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,70,"Heartland Trailer Mfg. (Heartland) is recalling certain model year 2016 18' Carhauler dovetail trailers manufactured December 1, 2015, to April 30, 2016. The affected trailers have clearance lights that are not visible from the rear of the trailer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Without visible clearance lights, the trailer is at an increased risk of a crash.","Heartland will notify owners, and dealers will install P2-rated beehive-style clearance lamps on the front and rear sides of the trailer, free of charge. The recall began on July 22, 2016. Owners may contact Heartland customer service at 1-573-471-6826." -06/10/2016,16V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V426000),PACCAR Incorporated,Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,616-C and 16KWB,Vehicle,3227,"PACCAR Incorporated (PACCAR) is recalling certain model year 2017 Kenworth C500, T660, T680, T800, T880, and W900 vehicles manufactured March 9, 2016, to April 26, 2016 and 2017 Peterbilt 320, 365, 367, 389, 567, 579, and 587 vehicles manufactured March 10, 2016, to May 6, 2016. The affected vehicles are equipped with Cummins ISX12 or ISX15 engines and have an engine control module (ECM) that may short circuit, causing the engine to stall without warning without the ability to restart it.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and Cummins dealers will replace the defective engine control modules, free of charge. The began on July 8, 2016. Owners may contact Cummins customer service at 1-800-343-7357, Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4000. PACCAR's numbers for this recall are 16KWB (Kenworth) and 616-C (Peterbilt)." -06/10/2016,16V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V424000),"Maserati North America, Inc.",Driver may Exit Vehicle when it is not in PARK,POWER TRAIN,307,Vehicle,12631,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014 Quattroporte and Ghibli vehicles manufactured June 1, 2013, to February 28, 2014. The affected vehicles, equipped with an eight-speed automatic transmission and a monostable gear selector, may mislead owners about which gear the vehicle is in and may not adequately warn the driver when driver's door is opened and the vehicle is not in PARK, allowing them to exit the vehicle while the vehicle is still in gear.",Drivers thinking that their vehicle's transmission is in the PARK position may be struck by the vehicle and injured if they attempt to get out of the vehicle while the engine is running and the parking brake is not engaged.,"Maserati will notify owners, and dealers will perform a software update, free of charge. The remedy software is currently in development. Owners were mailed an interim notification on July 1, 2016. A second notice will be mailed when the software is available. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 307." -06/10/2016,16V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V425000),Vermeer Manufacturing Company,Kingpin may Separate from Trailer,TRAILER HITCHES,NR (Not Reported),Vehicle,11,"Vermeer Manufacturing Company (Vermeer) is recalling certain 2014-2016 TG5000 Tub Grinder trailers manufactured November 23, 2013, to May 23, 2016. The spherical washers used during the assembly of the kingpin may have been installed incorrectly, possibly causing the attaching bolts to fail and therefore the kingpin to detach.","If the kingpin does not remain properly connected to the trailer, the trailer may detach from the vehicle, increasing the risk of a crash.","Vermeer will notify owners, and dealers will inspect and repair the installation of the spherical washers, as necessary, free of charge. The recall began on August 4, 2016. Owners may contact Vermeer customer service at 1-641-628-3141." -06/10/2016,16V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V422000),"General Motors, LLC",No Warning Chime /FMVSS 114,ELECTRICAL SYSTEM,45340,Vehicle,18780,"General Motors LLC (GM) is recalling certain model year 2015-2016 Chevrolet Sonic and Trax, and 2013-2015 Spark vehicles equipped with a Bring Your Own Media radio. The affected radios may fail to provide an audible warning chime when the driver fails to fasten their seatbelt or if the driver leaves the key in the ignition. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 208 ""Occupant Crash Protection"" and 114 ""Theft Protection.""","Without audible indicators, the driver may not fasten their seatbelt, increasing the risk of injury during a crash.","GM will notify owners, and dealers will update the radio software, free of charge. The recall began on July 22, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 45340." -06/09/2016,16V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V416000),"Daimler Trucks North America, LLC",Defective Engine Control Module may Cause Stall,ENGINE AND ENGINE COOLING,FL-715,Vehicle,268,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2017 Freightliner Cascadia, 122SD, Western Star 4900SA and 4900FA, and FCCC XCM and XCP trucks manufactured from March 14, 2016, through May 18, 2016, equipped with a Cummins ISX12 or ISX15 engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall without the ability to restart the engine can increase the risk of a crash.,"Cummins will notify owners, and Cummins dealers will install a new ECM, and correct ECM calibrations, free of charge. The recall began on July 8, 2016. Owners may contact DTNA customer service at 1-800-547-0712, or Cummins customer service at 1-800-343-7357. DTNA's number for this recall is FL-715." -06/09/2016,16V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V417000),Honda (American Honda Motor Co.),Fuel Tank May Have Insufficient Welds,"FUEL SYSTEM, GASOLINE","KA9, KB0",Vehicle,39,"Honda (American Honda Motor Co.) is recalling certain model year 2015 Acura MDX 2WD and MDX 4WD vehicles, 2016 Acura MDX 4WD vehicles, 2015-2016 Honda Odyssey vehicles, and 2016 Honda Pilot 2WD and 4WD vehicles. The affected vehicles have fuel tanks that were manufactured with insufficient welds which may separate and allow fuel to leak out.",A fuel leak in the presence of an ignition source may result in a fire.,"Honda will notify owners, and dealers will replace the fuel tanks, free of charge. Owners may contact Honda/Acura customer service at 1-888-234-2138. The recall began on July 29, 2016. Honda's numbers for this recall are KA9 (Honda vehicles) and KB0 (Acura vehicles)." -06/09/2016,16E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E054000),1888653 Ontario Inc,Helmets: Impact Risk and Missing Labels/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,338,"1888653 Ontario Inc. (Ontario) is recalling certain EVOS Full Face Modular Helmets, model number ST-818-6F-L, size Large, manufactured June 8, 2014, to July 10, 2014. The affected helmets may not adequately protect the wearer's head in the event of an impact. Additionally, these helmets may be missing or have incomplete information regarding the manufacturer's name as well be missing the words ""Certified"" and ""FMVSS No. 218."" As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do properly protect the wearer's head can increase the risk of injury to the wearer in the event of a crash. Missing labeling information reduces the user's possibility of identifying the helmet in the event of a safety recall.,"The company will notify owners and will offer a full refund. The recall began on August 1, 2016. Owners may contact 1888653 Ontario customer service at 1-416-848-0673." -06/09/2016,16V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V420000),"Southeast Toyota Distributors, LLC",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,SET-16C,Vehicle,4253,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2016 Toyota Camry and Highlander, 2015-2016 Toyota Tundra, Scion FR-S, and tC vehicles. The Load Carrying Capacity Modification Label may not reflect the correct added weight of the installed accessories. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims for Passenger Cars.""","An incorrect label may lead an owner to overload the vehicle, increasing the risk of a crash.","SET will notify owners, and provide a corrected label for placement over the inaccurate label, free of charge. The recall began on July 14, 2016. Owners may contact SET customer service at 1-866-405-4226." -06/09/2016,16V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V418000),"Daimler Trucks North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,FL-714,Vehicle,2601,"Daimler Trucks of North America (DTNA) is recalling certain model year 2008-2009 Sterling Bullet 4500 and 5500 chassis cab vehicles manufactured October 15, 2007, through November 10, 2008. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. These inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity, high temperatures, and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Sterling will notify the owners and dealers will replace the passenger frontal air bag inflator, free of charge. An interim letter was mailed to owners on July 22, 2016. The remedy is now available. Notification was mailed to owners on May 12, 2017. Owners may contact Sterling customer service at 1-800-547-0712. DTNA's number for this recall is FL-714." -06/09/2016,16V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V415000),"Volkswagen Group of America, Inc.",Sunroof Glass may Detach from Vehicle,VISIBILITY,60C3,Vehicle,536,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2007-2009 Audi A8 and S8 vehicles. The sunroof glass on the affected vehicles may not be properly secured to the sunroof frame. As a result, the sunroof glass may detach from the car while driving.","If the glass detaches from the sunroof frame it could be come a road hazard, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will install additional adhesive between the sunroof glass and frame, free of charge. The recall is expected to begin in August 4, 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 60C3." -06/09/2016,16V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V419000),"Forest River, Inc.",Vehicle may Exceed GVWR due to Extra Seat Belts,EQUIPMENT,15-05312016-0204,Vehicle,9,"Forest River, Inc. (Forest River) is recalling certain model year 2017 Georgetown motorhomes manufactured May 17, 2016, through May 9, 2016. These vehicles were accidentally equipped with two seat belt assemblies on the rear-facing dinette seat, allowing the vehicle to transport up to eight passengers instead of six passengers as the gross vehicle weight rating (GVWR) was based on.","With the extra passengers, the GVWR may be exceeded and the vehicle may be overloaded, increasing the risk of a crash.","Forest River has notified owners, and dealers will remove the extra seat belt assemblies, free of charge. The recall began on July 5, 2016. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-05312016-0204." -06/08/2016,16V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V409000),DS Corp - DBA Crossroads RV,Continued Propane Flow From Extinguished Range,EQUIPMENT,16-254,Vehicle,114,"DS Corp DBA Crossroads RV (Crossroads) is recalling certain model year 2016-2017 Hill Country and Sunset Trail recreational trailers manufactured May 13, 2015, to April 18, 2016 and equipped with an outside kitchen compartment. In the affected trailers, the inside range burners may be extinguished unintentionally when the outside kitchen compartment door is opened.","With the burners extinguished, the propane may continue to flow, creating a build up of propane gas, which in the presence of an ignition source, can increase the risk of a fire and/or explosion.","Crossroads has notified owners, and dealers will install a piece of trim to cover the air gap behind the inside range to the outside kitchen, free of charge. The recall began on June 9, 2016. Owners may contact Crossroads customer service at 1-855-226-7496. Crossroad's number for this recall is 16-254." -06/08/2016,16V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V410000),Oshkosh Corporation,Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,16E047-Cummins C1792,Vehicle,6,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2016 S-Series Front Discharge Concrete Mixers manufactured May 16, 2016, to May 25, 2016, equipped with a Cummins ISX12 or ISX15 engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and dealers will replace the existing ECM with a new ECM, free of charge. The recall began onJuly 7, 2016. Owners may contact Oshkosh customer service at 1-888-686-7278. Owners may also contact Cummins customer service at 1-800-343-7357. Oshkosh's number for this recall is 16E047-Cummins C1792." -06/08/2016,16V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V412000),Nova Bus (US) Inc.,Destination Sign may not be Properly Secured,EQUIPMENT,CR3539,Vehicle,914,"Nova Bus (Nova) is recalling certain model year 2012-2015 Nova LFS and LFS Artic transit buses manufactured from June 18, 2012, through October 19, 2015. The affected transit buses have destinations signs that may not be properly secured and, as a result, the sign may fall.","If an sign falls, there is an increased risk of injury to anyone under or standing near the sign.","Nova will notify owners, and dealers will inspect and secure the sign as necessary, free of charge. The recall began on July 20, 2016. Owners may contact Nova customer service at 1-450-472-6410. Nova's recall number for this campaign is CR3539." -06/08/2016,16V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V413000),"Terex Advance Mixer, Inc.",Main Chute May Detach During Operation,EQUIPMENT,Construction_000278,Vehicle,338,"Terex Advance (Terex) is recalling certain model year 2016 Front Discharge Concrete Mixer trucks manufactured January 14, 2016, to May 31, 2016. The weld on the outer chute race may fail causing the main chute to detach and fall off while the vehicle is in motion.",If the main chute detaches while the vehicle is being driven there would be an increased risk of a crash.,"Terex has notified the affected owners, and dealers will replace the main chute race assembly, free of charge. The recall began on June 13, 2016. Owners may contact Terex customer service at 1-800-678-5961. Terex's number for this recall is Construction_000278." -06/08/2016,16V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V414000),Newmar Corporation,Possible Steering Loss Due to Incorrect Spacer,STEERING,16V 366,Vehicle,510,"Newmar Corporation (Newmar) is recalling certain model year 2014-2016 Dutch Star motorhomes manufactured from June 5, 2014, through October 16, 2015, and built on a Freightliner chassis. In the affected vehicles, the steering box may have been manufactured with an incorrect spacer with insufficient height that can cause too much play, causing the connection to wear between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering control, increasing the risk of a crash.","Newmar will notify owners, and Freightliner dealers will inspect and replace the steering box if necessary, free of charge. Note: Owners are urged not to drive their vehicles until they have been inspected. The recall began on July 14, 2016. Owners may contact Freightliner customer service at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V 366." -06/08/2016,16V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V411000),"Forest River, Inc.",Possible Steering Loss Due to Wrong Spacer,STEERING,35-06022016-0207,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Glaval Synergy transit buses manufactured March 23, 2015, to April 29, 2015. The affected vehicles are built on a Freightliner Custom Chassis and have steering boxes that were manufactured using incorrect internal spacers, resulting in premature wear in the connection between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","Forest River will notify owners, and Freightliner dealers will inspect and replace the steering box, as necessary, free of charge. The recall began on June 10, 2016. Note: Owners are urged not to drive their vehicles until they have been inspected. Owners may contact Forest River customer service at 1-574-262-2212 or Freightliner customer service at 1-800-547-0712. Forest River's number for this recall is 35-06022016-0207." -06/08/2016,16E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E053000),"Thule, Inc.",Rooftop Bike Carrier not Securing Properly,EQUIPMENT,NR (Not Reported),Equipment,9140,"Thule (Thule Inc.) is recalling certain Sprint bicycle carriers, models 569/569000 and 528, manufactured December 1, 2013 through April 1, 2016. The fork clamping mechanism may not properly secure the bike fork to the carrier, allowing the bike to detach from the vehicle.","If the bike detaches from the vehicle while it is being driven, it could become a road hazard, increasing the risk of a crash.","Thule has notified the registered owners, and dealers will exchange the affected bicycle carriers for an improved replacement carrier, free of charge. Consumers are advised not to use the existing carriers. The recall began on June 8, 2016. Owners may contact Thule's customer service at 1-844-361-8939." -06/07/2016,16V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V407000),"Daimler Trucks North America, LLC",Exterior Emergency Door Handle may Detach,STRUCTURE,FL-713,Vehicle,717,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 1998-2002 Thomas Built Buses Saf-T-Liner Conventional, 2000-2002 Saf-T-Liner ER, 2000-2002 Saf-T-Liner MVP-EF, 2000-2001 CL-960, 1998-1999 Vista, 2000-2002 Saf-T-Liner MVP-ER, and 2000-2002 TL-960 transit buses. In the affected vehicles, the stem that connects the outside emergency door handle to the emergency door opening mechanism may corrode.","If the stem corrodes, the door handle could detach from the emergency door opening mechanism, delaying the opening of the door and the evacuation of the bus. In the event of an emergency, this may increase the risk of injury to the bus occupants.","DTNA will notify owners, and dealers will either replace the stems or protect them against corrosion, free of charge. An interim notice was sent to owners on July 28, 2016. A second notice was mailed to owners on December 9, 2016 Parts are available. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-713." -06/07/2016,16V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V406000),Thor Motor Coach,Possible Steering Loss Due to Wrong Spacer,STEERING,RC000115,Vehicle,207,"Thor Motor Coach (TMC) is recalling certain model year 2015-2016 Tuscany motor homes manufactured July 28, 2014, to July 27, 2015. The affected vehicles are built on a Freightliner Custom Chassis and have steering boxes that were manufactured using incorrect internal spacers, resulting in premature wear in the connection between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","TMC will notify owners, and Freightliner Custom Chassis dealers will inspect and replace the steering box if necessary, free of charge. The recall began on June 10, 2016. Note: Owners are urged not to drive their vehicles until they have been inspected. Owners may contact Freightliner Custom Chassis customer service at 1-800-547-0712 or TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000115." -06/06/2016,16V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V404000),Lakota Corporation,17.5 Inch Aluminum Rims may Leak Air,WHEELS,NR (Not Reported),Vehicle,29,"Lakota Corporation (Lakota) is recalling certain model year 2016 Lakota Bighorn, Charger, and Livestock Edition trailers manufactured October 8, 2015, through November 10, 2015, and equipped with 17.5 inch aluminum rims. In the affected trailers, the aluminum rims may have pin holes, resulting in a loss of tire pressure.","A loss of tire air pressure may result in tire failure, increasing the risk of a crash.","Lakota will notify the owners, and dealers will inspect and replace any defective wheels, free of charge. The recall began on August 24, 2016. Owners may contact Lakota customer service at 1-574-848-1636." -06/06/2016,16V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V403000),"Volkswagen Group of America, Inc.",Fuel Rail may Detach and Leak,"FUEL SYSTEM, GASOLINE",15F7,Vehicle,55,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2016 Jetta vehicles manufactured October 31, 2015, to January 21, 2016, 2016 Passat vehicles, equipped with 1.8T engines manufactured November 13, 2015, to December 9, 2015, and 2016 Golf vehicles manufactured November 5, 2015, to November 11, 2015. In the affected vehicles, the fuel rail may detach from the cylinder head and result in a fuel leak.","A fuel leak, in the presence of an ignition source, can result in a vehicle fire.","Volkswagen will notify owners, and dealers will replace the cylinder heads, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 15F7." -06/06/2016,16E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E052000),"Meritor, Inc.",Improperly Heat Treated Front Steer Axles,SUSPENSION,NR (Not Reported),Equipment,231,"Meritor, Inc. (Meritor) is recalling certain FF967 Non-Drive Front Steer axles, part number 3100H7860, manufactured March 24, 2012, to April 11, 2012. The affected front axles may have been incorrectly heat treated.","If the front axle was not properly heated treated, it may fracture and a loss of vehicle control may occur, increasing the risk of a crash.","Meritor will notify the truck manufacturer that purchased the axles, and their dealers will inspect the axles for specific heat code and serial numbers. Axles meeting the criteria will be replaced, free of charge. The recall began on June 8, 2016. Owners may contact Meritor customer service at 1-866-668-7221." -06/06/2016,16V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V405000),Blue Bird Body Company,Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT,R16YR-NSB,Vehicle,32,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2017 All American transit buses manufactured from November 13, 2014, through May 4, 2016, and 2016-2017 Vision transit buses manufactured from May 30, 2015, through February 2, 2016, equipped with Ricon S-Series (S2005 and S5510) wheelchair lifts. In the affected vehicles the platform side plate on the wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Blue Bird will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 27, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242 or Ricon Customer Service at 1-800-322-2884. The recall number for Blue Bird is R16YR-NSB." -06/03/2016,16V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V400000),Shyft Group,Pump Strainer could fail due to Weak Soldering,EQUIPMENT,16012,Vehicle,39,"Spartan Motors (Spartan) is recalling certain model year 2015 Gladiator and MetroStar Emergency Response vehicles manufactured June 3, 2015, to March 16, 2016, equipped with pumps to provide pressurized water to aid in fighting fires. These pumps have 6"" intake strainers that may have been improperly soldered during production and, as a result, the strainers may come apart during use, allowing parts of the strainer and debris to enter the pump, possibly damaging the pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","Spartan will notify owners to check the strainer for missing solder at the joints. Any strainers missing solder will be replaced, free of charge. The recall began on June 10, 2016. Owners may contact Spartan customer service at 1-800-543-5008 or Hale Products Customer Service Center at 1-800-533-3569. Spartan's number for this recall is 16012." -06/03/2016,16V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V401000),"Mitsubishi Motors North America, Inc.",Sun Visor May Detach During Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,16315,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2001-2002 Chrysler Sebring and Dodge Stratus vehicles, equipped with beige interiors. The affected vehicles were previously repaired for a recall issue using an incorrect part. The incorrect part may not prevent the passenger side sun visor from detaching if the passenger frontal air bag deploys and the passenger side sun visor is folded down in a certain position.","If the passenger side sun visor detaches and is propelled rearward, there is an increased risk of occupant injury.","Chrysler will notify the affected owners. Dealers will install the correct tether strap to retain the passenger sun visor, free of charge. The recall began July 26, 2016, owners will be sent a second email when parts are available. Owners may contact Chrysler customer service at 1-800-853-1403." -06/03/2016,16V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V402000),Keystone RV Company,Unprotected Light Ends may Cause Electrical Short,ELECTRICAL SYSTEM,16-255,Vehicle,135,"Keystone RV Company (Keystone) is recalling certain model year 2016-2017 Dutchmen Kodiak recreational trailers manufactured June 10, 2015 through April 6, 2016. In the affected vehicles, the two sections of LED rope lights that serve as backlighting for the countertop each have exposed ends which may short against each other, possibly resulting in an electrical short.",An electrical short increases the risk of a fire.,"Keystone notified owners, and dealers will install a heat shrink tube over one of the LED rope light ends, free of charge. The recall began on June 8, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-255." -06/02/2016,16V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V394000),"Autocar, LLC",Defective Engine Control Module may Cause Stall,ENGINE AND ENGINE COOLING,ACX-1603,Vehicle,18,"Autocar, LLC (Autocar) is recalling certain model year 2016-2017 Xpeditor vehicles manufactured March 21, 2016, to April 11, 2016, equipped with a Cummins ISX12 or ISX15 engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and Cummins dealers will replace the existing ECM with a new ECM, free of charge. The recall began on July 7, 2016. Owners may contact Cummins customer service at 1-800-343-7357 or Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1603." -06/02/2016,16V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V395000),"Daimler Trucks North America, LLC",Exterior Emergency Door Handle may Detach,STRUCTURE,FL-713,Vehicle,24698,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 1998-2002 Thomas Built Buses Saf-T-Liner Conventional, 2000-2002 Saf-T-Liner ER, 2000-2017 Saf-T-Liner MVP-EF, 1998-1999 Vista, 2003 Saf-T-Liner FS65, 2013-2017 Saf-T-liner C2, 2000-2002 Saf-T-Liner MVP-ER, 2013-2017 Saf-T-Liner HDX. In the affected vehicles, the stem that connects the outside emergency door handle to the emergency door opening mechanism may corrode.","If the stem corrodes, the door handle could detach from the emergency door opening mechanism, delaying the opening of the door and the evacuation of the bus. In the event of an emergency, this may increase the risk of injury to the bus occupants.","DTNA will notify owners, and dealers will either replace the stems or protect them against corrosion, free of charge. An interim notice was sent to owners on July 28, 2016. A second notice was mailed to owners on December 16, 2016. Parts are available. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-713." -06/02/2016,16V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V399000),West-Mark,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",15E-017,Vehicle,7,"West-Mark is recalling certain model year 2014-2015 Sugar Tank trailers manufactured October 1, 2014, to June 30, 2015 equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"West-Mark has notified their affected customers, and dealers will remove and replace the Haldex Life Seal Type 30/30 long stroke actuators with Haldex Gold Seal Type 30/30 long stroke actuators, free of charge. The recall began on May 12, 2016. Owners may contact West-Mark customer service at 1-800-692-5844. Owners may also contact Haldex customer service at 1-800-752-2501 or HaldexHotline@Haldex.com." -06/02/2016,16V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V397000),"Tiffin Motorhomes, Inc.",Possible Steering Loss Due to Wrong Spacer,TBD,NR (Not Reported),Vehicle,539,"Tiffin Motorhomes is recalling certain model year 2014-2016 Allegro Phaeton and 2015-2016 Allegro Bus trucks manufactured October 1, 2014 to August 1, 2015, equipped with certain ZF RL77 / 80EM independent front steering axles equipped with Bosch 8018 steering boxes. The boxes were manufactured using incorrect internal spacers that can cause premature wear in the connection between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","Tiffin will notify owners, and dealers will inspect and replace the steering box if necessary, free of charge. Owners are urged not to drive their vehicles until they have been inspected. The recall began on August 17, 2016. Owners may contact Tiffin customer service at 1-256-356-8661." -06/02/2016,16V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V396000),"Southeast Toyota Distributors, LLC",Seat Heater Electrical Wiring,SEATS,SET16B,Vehicle,7749,"Southeast Toyota Distributors, LLC (SET) is recalling certain 2005-2011 4Runner, Highlander, Sequoia, and Sienna, 2005-2010 Avalon and Tundra, 2006-2008 Camry Solara, 2006-2010 Highlander hybrid, 2006-2011 Rav4 and Tacoma, 2007-2010 FJ Cruiser, 2007-2011 Camry hybrid, 2009-2010 Venza, 2010-2012 Prius, 1988-1990 and 2005-2010 Camry, and 1989 and 2009-2010 Corolla vehicles equipped with aftermarket accessory seat heaters with a copper strand heating element. The electrical wiring in the seat heaters may be damaged when the seat cushion is compressed.","If damaged, the copper strand heating element may short circuit, increasing the risk of a fire.","SET will notify owners, and dealers will disconnect the seat heaters, free of charge, and refund the purchase price of the seat heater accessory. The recall began on July 14, 2016. Owners may contact SET customer service at 1-866-405-4226. SET number for this recall is SET16B." -06/02/2016,16V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V398000),"Ameritrans Bus, Inc.",Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2015-2016 285 shuttle buses manufactured March 2, 2015, through December 23, 2015, built on Ford E-450 chassis and equipped with certain model S2000, S5000, and S5500, wheelchair lifts manufactured by the Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Ameritrans will notify the purchasers of the lifts, and Ricon dealers will inspect the side plates for damage and for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 30, 2016. Owners may contact Ameritrans customer service at 1-574-262-8935, or Ricon customer service at 1-800-322-2884." -06/01/2016,16V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V388000),"Terex Advance Mixer, Inc.",Defective Engine Control Module may Cause Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21,"Terex Advance (Terex) is recalling certain model year 2016 Front Discharge Mixer trucks manufactured March 31, 2016, to May 9, 2016 equipped with a Cummins ISX12 or ISX15 engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and dealers will replace the existing ECM with a new ECM, free of charge. The recall began on July 8, 2016. Owners may contact Cummins customer service at 1-800-343-7357 or Terex customer service at 1-800-433-6691." -06/01/2016,16V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V393000),Volvo Trucks North America,Defective Engine Control Module may Cause Stall,ENGINE AND ENGINE COOLING,RVXX1604,Vehicle,136,"Volvo Trucks North America (Trucks) is recalling certain model year 2017 VNL trucks manufactured March 15, 2016, to April 20, 2016, equipped with a Cummins ISX12 or ISX15 engine using certain engine control modules (ECM). These ECM's may experience an internal electrical short that can cause a fuse to blow, resulting in an unexpected engine stall without the ability to restart the engine.",An engine stall can increase the risk of a crash.,"Cummins will notify owners, and Cummins dealers will replace the existing ECM with a new ECM, free of charge. The recall began on July 11, 2016. Owners may contact Cummins customer service at 1-800-343-7357 or Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1604." -06/01/2016,16V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V387000),Kia Motors America,Front Lower Control Arm Corrosion,SUSPENSION,SC133,Vehicle,97884,"Kia Motors Corporation (Kia) is recalling certain model year 2006-2012 Kia Sedona vehicles manufactured from June 15, 2005, through August 14, 2012 and originally sold in, or currently registered in Alaska, Connecticut, Delaware, Illinois, Indiana, Iowa, Kansas, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, Nebraska, New Hampshire, New Jersey, New York, North Dakota, Ohio, Pennsylvania, Rhode Island, South Dakota, Utah, Vermont, West Virginia, Wisconsin and the District of Columbia. In the affected vehicles, the front lower control arms may break due to corrosion from salt water exposure such as from road salt use.","A broken control arm can result in the loss of control of the vehicle, increasing the risk of a crash.","Kia will notify owners and dealers will replace the front lower control arms on 2006-2007 models. 2008-2012 models will either have their front lower control arms replaced or additional anti-corrosion coating will be applied. These repairs will be performed free of charge. The recall began on July 27, 2016. Owners may contact Kia at 1-800-333-4542. Kia's number for this recall is SC133." -06/01/2016,16V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V392000),Kymco USA,Gear Shift Sequence Reversed,POWER TRAIN,NR (Not Reported),Vehicle,340,"KYMCO (KYMCO USA) is recalling certain model year 2016 K-Pipe motorcycles manufactured March 1, 2016, to May 25, 2016. In the affected models, the gear shift pattern was assembled in a reverse sequence when compared to the standard setup. As such, these motorcycles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 123, ""Motorcycle Controls and Displays.""","If the motorcycle shifts opposite of other motorcycles, a rider may be confused and may select the wrong gear, adversely affecting control of the motorcycle and increasing the risk of a crash.","KYMCO will notify owners, and dealers will repair the motorcycles, free of charge. The recall began on July 13, 2016. Owners may contact KYMCO customer service at 1-888-235-3417." -06/01/2016,16E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E051000),M.B. Sturgis Inc.,Propane may Leak from Cracked Regulator Window,EQUIPMENT,250615 0012,Equipment,2083,"M.B. Sturgis, Inc. (M.B. Sturgis) is recalling certain Auto Changeover Propane Gas Regulators, part number 108260, manufactured June 25, 2015, to July 17, 2015. In the affected regulators, the plastic fuel level gauge window may crack, allowing propane gas to leak out.",A propane gas leak in the presence of an ignition source increases the risk of a fire.,"M.B. Sturgis has notified the vehicle manufacturers that purchased the regulators, and their dealers will replace the regulator, free of charge. The recall began on May 23, 2016. Owners may contact M.B. Sturgis customer service at 1-888-291-6665. M.B. Sturgis' number for this recall is 250615 0012." -06/01/2016,16V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V390000),Pierce Manufacturing,Pump Strainer could fail due to Weak Soldering,EQUIPMENT,74B272,Vehicle,114,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Arrow XT, Enforcer, Impel, Quantum, Saber, and Velocity emergency vehicles manufactured August 4, 2015, to August 24, 2016, equipped with pumps to provide pressurized water to aid in fighting fires. These pumps have 6"" intake strainers that may have been improperly soldered during production and, as a result, the strainers may come apart during use, allowing parts of the strainer and debris to enter the pump, possibly damaging the pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","Pierce will notify owners to check the strainer for missing solder at the joints. Any strainers missing solder will be replaced, free of charge. The recall began on June 16, 2016. Owners may contact Pierce customer service at 1-888-974-3723 or Hale Products Customer Service Center at 1-800-533-3569. Pierce's number for this recall is 74B272." -06/01/2016,16V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V389000),Kia Motors America,Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,SC134,Vehicle,219800,"Kia Motors Corporation (Kia) is recalling certain model year 2006-2014 Kia Sedona vehicles manufactured from June 15, 2005, through April 04, 2014. In the affected vehicles, the secondary hood latch may bind and remain in the unlatched position when the hood is closed.","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Kia will notify owners and dealers will replace the secondary hood latch or clean and lubricate the latch, depending on the vehicle's location and the condition of the latch. These repairs will be performed free of charge. The recall began on July 27, 2016. Owners may contact Kia at 1-800-333-4542. Kia's recall number is SC134." -06/01/2016,16V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V391000),"KZRV, L.P.",Trailer Safety Chains may Fail,STRUCTURE,NR (Not Reported),Vehicle,2,"KZRV, L.P. (KZ) is recalling certain model year 2016 MXT travel trailers, model 3192, manufactured December 15, 2015, to March 22, 2016. The safety chains located on the A- frame are rated for 11,700 pounds instead of chains that are rated equal or greater than the gross vehicle weight rating (GVWR).","In the event that the main trailer connection fails, the weight of the trailer could break the safety chains. This would allow the trailer to separate from the vehicle, increasing the risk of a crash.","KZ will notify owners, and dealers will replace the safety chains with chains that meet or exceed the GVWR, free of charge. The recall began on June 28, 2016. Owners may contact KZ customer service at 1-800-768-4016 extension 153 or 154." -06/01/2016,16V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V386000),"Forest River, Inc.",Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,51-05132016-0197,Vehicle,406,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Glaval Universal, Primetime, Sport, Titan, Titan II, Entourage, Legacy transit buses manufactured January 1, 2006, to April 29, 2016, 2015-2016 Elkhart ECE3, ECE4, ECG4 transit buses manufactured October 24, 2014, to September 9, 2015, and 2006-2016 Starcraft Bus Allstar, Allstar XL, Starlite, Quest, Quest XL, and StarTrans Senator II, Senator II HD, and PS/2 vehicles manufactured January 1, 2006, to April 29, 2016. These vehicles are equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Forest River will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on July 7, 2016. Owners may contact Forest River's customer service at 1-800-348-7440, or Ricon customer service at 1-818-267-3000. Forest River's number for this recall is 51-05132016-0197." -05/31/2016,16E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E050000),Stanley Industries & Automotive LLC,Air Impact Wrenches may Over Tighten,EQUIPMENT,NR (Not Reported),Equipment,49,"Stanley Assembly Technologies, (SAT) is recalling certain Mac Data Torq air-impact wrenches, part number ADT006, and Stanley Data Torq air-impact wrenches, part number 24N100006, manufactured September 23, 2015, to January 5, 2016. These computer-controlled air impact wrenches used to tighten vehicle lug nuts have software installed that may contain an error allowing the wrench to produce more torque than the amount set by the operator.","If the lug nuts were over tightened, the wheel attaching studs may fracture and the wheel may separate from the vehicle, increasing the risk of a crash.","SAT will notify the purchasers of the tools, and will recalibrate the impact wrenches and correct the software error. The recall began on August 25, 2016. Owners may contact SAT customer service at 1-614-876-3809." -05/31/2016,16V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V380000),"Nissan North America, Inc.",Brake Light Switch Malfunction,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,79853,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2014 Pathfinder vehicles manufactured June 20, 2012, to June 13, 2013. The brake light switch may have been installed incorrectly causing the relay to make intermittent contact and repeatedly cycle. This may result in the relay remaining in the ""ON"" position, causing the brake lights to remain illuminated even when the brakes are not applied. Additionally, the brake light switch may interfere with the brake-shift interlock, allowing the driver to shift the vehicle out of the ""Park"" position, without depressing the brake pedal.","If the brake override is activated, the driver will not be accelerate normally, increasing the risk of a crash. If the brake lights remain illuminated, other drivers may fail to stop when the vehicle actually brakes, increasing the risk of a crash. If the driver inadvertently shift the vehicle out of the ""PARK"" position without depressing the brake, the vehicle may rollaway, increasing the risk of injury.","Nissan will notify owners, and dealers will inspect the brake light switch and, as necessary, replace the relay, free of charge. The recall began on July 25, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -05/31/2016,16V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V382000),"Volkswagen Group of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,194453,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2004-2008 Audi A4, and 2005-2011 Audi A6 vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Volkswagen is recalling certain model year 2004-2008 Audi A4, and 2005-2008 Audi A6 vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Lastly, unless included in ""Zone A"" or ""Zone B"" above, Volkswagen is recalling model year 2004 Audi A4 vehicles originally sold, or registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Audi will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The interim owner letters were sent to owners in July 2016, and will be sent a second letter once parts are available. Owners may contact Audi customer service at 1-800-822-2834." -05/31/2016,16V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V384000),Ford Motor Company,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,19S01,Vehicle,1892343,"Ford Motor Company (Ford) is recalling certain model year 2007-2011 Ford Ranger vehicles, 2006-2011 Ford Fusion, Mercury Milan and Lincoln Zephyr/MKZ vehicles, 2007-2010 Ford Edge, Lincoln MKX vehicles, 2005-2006 Ford GT vehicles, and 2005-2011 Ford Mustang vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Ford is recalling certain model year 2007-2008 Ford Ranger, Edge and Lincoln MKX vehicles, 2006-2008 Ford Fusion, Mercury Milan and Lincoln Zephyr/MKZ vehicles, 2005-2006 Ford GT vehicles and 2005-2008 Ford Mustang vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Any vehicle not included in ""Zone A"", or ""Zone B"" is not included in the safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ford will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. Ford mailed interim letters informing owners that parts are not yet available on July 15, 2016. Owners will receive a second notice when remedy parts become available. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 19S01." -05/31/2016,16V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V385000),"Winnebago Industries, Inc.",Possible Steering Loss Due to Wrong Spacer,STEERING,NR (Not Reported),Vehicle,306,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2015-2016 Winnebago Tour and Itasca Ellipse motor homes manufactured August 29, 2014, to November 4, 2015 and built on a Freightliner chassis. In the affected vehicles, the steering box may have been manufactured with an incorrect spacer with insufficient height that can cause too much play, causing the connection to wear between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","Daimler Trucks of North America will notify owners, and Freightliner dealers will inspect and replace the steering gears, as necessary, free of charge. The recall began on May 31, 2016. Note: Owners are urged not to drive their vehicles until they have been inspected. Owners may contact Freightliner at 1-800-547-0712." -05/27/2016,16V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V376000),"Volkswagen Group of America, Inc.",Air Bag Control Unit Power Supply Corrosion,AIR BAGS,69O1,Vehicle,8381,"Volkswagen Group of America, Inc. (VW) is recalling certain model year 2008-2009 Audi A4, A5, and Q5 vehicles. In the affected vehicles, the air bag control units may corrode and fail.","If the air bag control unit fails, the air bags may not deploy in the event of a crash, increasing the risk of occupant injury.","Audi will notify owners, and dealers will replace the air bag control unit, free of charge. The recall began October 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 69O1." -05/27/2016,16E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E049000),xperion E&E USA LLC,CNG Tank Neck Adapter May Pull Out from Tank Boss,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,696,"xperion E&E USA LLC (xperion) is recalling certain X-Store CNG Fuel Tanks, part numbers TC_660_1, TC_660_2, TC_660_3, TC_660_11, TC_540_5, 87330000677, 87330000669, and 87330000685, manufactured April 22, 2015, to April 27, 2016. These 27.5, 30, 40 and 45-DGE (Diesel Gallon Equivalent), back of cab and side mounted compressed natural gas (CNG) fuel tanks have a neck adapter that connects the tank boss to the fuel system that may pull out from the tank boss, allowing fuel to leak from the coupling.",A CNG fuel leak in the presence of an ignition source increases the risk of a fire.,"xperion will notify the owners that purchased the affected tanks as part of a Momentum-brand CNG fuel system. xperion will repair the tank connector, free of charge. The recall began on June 3, 2016. Owners may contact xperion customer service at 1-740-788-9560." -05/27/2016,16V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V378000),Vermeer Manufacturing Company,Chipper may Separate from Tow Vehicle,STRUCTURE,IK3304,Vehicle,636,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2012-2016 BC900XL wood chippers manufactured June 8, 2012, to May 31, 2016. The chassis of the affected wood chippers may have improper welds which could result in separation of the wood chipper from the tow vehicle.","If the brush chipper separates from the tow vehicle, there would be an increased risk of a crash.","Vermeer will notify owners, and dealers will remove the current fixed tongue and bolt on a new fixed tongue, free of charge. The recall is expected to begin in July 2016. Owners may contact Vermeer customer service at 1-800-829-0051 extension 7060. Vermeer's number for this recall is IK3304." -05/27/2016,16V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V372000),Kovatch Mobile Equipment Corp.,Lithium Ion Battery May Overheat,EQUIPMENT,NR (Not Reported),Vehicle,9,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2015-2016 Predator Severe Service vehicles manufactured August 28, 2014, to January 27, 2016. The affected vehicles are equipped with Pelican 9410L flashlights, part number 9410-021-245 or 9410-021-110, with lithium ion battery packs, part number 9413-301-001, which may overheat.","If the flashlight battery pack overheats, it can increase the risk of a fire.","KME will notify owners to inspect the flashlights and battery packs, and request replacements from Pelican, as necessary, free of charge. The recall began on June 16, 2016. Owners may contact KME customer service at 1-800-235-3926." -05/27/2016,16V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V377000),"Forest River, Inc.",Parking Brake Cable Connector Clip May Fail,PARKING BRAKE,35-05242016-0200,Vehicle,6,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Glaval Concorde and Concorde II transit buses manufactured December 30, 2015, to May 13, 2016 and built on Ford chassis. The clip that connects the hand operated parking brake actuator cable to the intermediate parking brake cable may fail.","If the parking brake cable connector clip fails, the vehicle may unexpectedly roll, increasing the risk of a crash.","Forest River will notify owners, and Ford dealers will replace the parking brake cable connector clip, free of charge. The recall began on July 1, 2016. Owners may contact Ford customer service at 1-866-436-7332. Forest River's number for this recall is 35-05242016-0200." -05/27/2016,16V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V373000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,J069,Vehicle,20107,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2009-2011 Jaguar XF vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. Vehicles not originally sold or ever registered in these states are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Jaguar will notify owners, and dealers will replace the passenger frontal air bag assemblies, free of charge. The recall began March 2017. Owners may contact Jaguar Land Rover customer service at 1-800-452-4827. Jaguar's number of this recall is J069." -05/27/2016,16V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V374000),"Jaguar Land Rover North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,P081,Vehicle,34738,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2007-2011 Land Rover Range Rover vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Land Rover is recalling certain model year 2007-2008 Land Rover Range Rover vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Land Rover will notify owners, and dealers will replace the passenger frontal air bag assemblies, free of charge. The recall began March 2017. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P081." -05/27/2016,16V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V375000),Coach and Equipment Mfg. Corp.,Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,255,"Coach and Equipment Mfg Corp. (Coach and Equipment) is recalling certain model year 2014-2015 Metro Lite buses manufactured October 1, 2014, to October 31, 2015, 2015 Pegasus buses manufactured August 1, 2015, to August 31, 2015, and 2014-2015 Phoenix buses manufactured September 1, 2014, to November 30, 2015, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Coach and Equipment will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 29, 2016. Owners may contact Coach and Equipment customer service at 1-800-724-8464." -05/26/2016,16V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V371000),"Terex Advance Mixer, Inc.",Driveshaft may Disconnect,POWER TRAIN,NR (Not Reported),Vehicle,117,"Terex Advance (Terex) is recalling certain model year 2015-2016 Mixer FD3000, FD4000, and FD6000B vehicles manufactured August 1, 2014, to September 30, 2015, and equipped with drive axles manufactured by Marmon-Herrington. The affected axles may have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Terex will notify owners and provide instructions to properly torque the bolts. The recall began on July 15, 2016. Owners may contact Terex customer service at 1-800-433-6691." -05/26/2016,16V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V363000),"Mercedes-Benz USA, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,258163,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2008-2011 C300 Sedan, C300 4matic Sedan, C350 Sedan, C63 AMG Sedan vehicles, 2010-2011 GLK350, GLK350 4-Matic and E350 Coupe vehicles, 2011 SLS AMG, E350 Convertible, E550 Coupe and E550 Convertible vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, MBUSA is recalling certain model year 2008 C300 Sedan, C350 Sedan, C63 AMG Sedan and C300 4-Matic Sedan vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"MBUSA will notify owners, and dealers will replace the passenger frontal air bag modules, free of charge. Owners were sent an interim notification October 2016. A second notice will be mailed when remedy parts are available. Owners may contact MBUSA customer service at 1-877-496-3691." -05/26/2016,16V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V364000),"BMW of North America, LLC",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,97738,"BMW of North America, LLC (BMW) is recalling certain model year 2007-2011 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i and X5M vehicles, 2009-2011 X5 xDrive35d vehicles, 2008-2011 X6 xDrive35i, X6 xDrive50i and X6 M vehicles, and 2010-2011 X6 ActiveHybrid vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, BMW is recalling certain model year 2007-2008 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i and X5M vehicles, and 2008 BMW X6 xDrive35i, X6 xDrive50i and X6 M vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles of these model years and models that were not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to high absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"BMW will notify owners, and dealers will replace the passenger frontal air bag inflator or air bag module, free of charge. The recall began July 28, 2017. Owners may contact BMW customer service at 1-800-525-7417." -05/26/2016,16V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V366000),"Daimler Trucks North America, LLC",Possible Steering Loss Due to Wrong Spacer,STEERING,FL-712,Vehicle,1385,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015-2016 FCCC XBP, XBR, XCM, XCR, XCL, and XCP trucks manufactured May 1, 2014, to June 16, 2015, equipped with certain ZF RL77 / 80EM independent front steering axles equipped with Bosch 8018 steering boxes. The boxes were manufactured using incorrect internal spacers that can cause premature wear in the connection between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and replace the steering box if necessary, free of charge. Owners are urged not to drive their vehicles until they have been inspected. The recall began on May 31, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-712." -05/26/2016,16V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V370000),Ducati North America,Rear Wheel may have been Installed Incorrectly,WHEELS,SRV-RCL-16-001,Vehicle,925,"Ducati North America (Ducati) is recalling certain model year 2016 XDiavel S motorcycles manufactured November 25, 2015 to May 18, 2016. The affected motorcycles have a rear wheel that may have been incorrectly installed on the hub.","If the rear wheel was incorrectly installed, the drive pins may fail, resulting in a loss of braking and a loss of power transmission from the engine. These conditions increase the risk of a crash.","Ducati will notify owners, and dealers will remove the rear wheel and install rubber inserts to prevent the wheel from being improperly installed. Any wheel that is found to have been improperly installed will be replaced. These repairs will be performed free of charge. The recall began on June 16, 2016. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is SRV-RCL-16-001." -05/26/2016,16V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V367000),Toyota Motor Engineering & Manufacturing,Strut Rod Separation,SUSPENSION,G0S,Vehicle,3106,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Yaris vehicles manufactured January 13, 2015, to February 27, 2015. The front strut mounting bearings can be damaged when a high load is applied to the strut, such as driving over a large bump.","A damaged strut mounting bearing may cause the strut rod to separate, causing a loss of vehicle stability and increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the strut mounting bearings and, as necessary, replace the strut and front suspension support sub-assembly, free of charge. Remedy parts are currently unavailable. Interim notices were mailed to owners July 12, 2016. The recall began on September 29, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0S." -05/26/2016,16V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V362000),PACCAR Incorporated,Unexpected Loss of Headlights/FMVSS 108,EXTERIOR LIGHTING,16KWA,Vehicle,355,"PACCAR Incorporated (PACCAR) is recalling certain model year 2016 Kenworth W900 trucks manufactured May 19, 2015, to December 21, 2015. The affected vehicles may have a temporary loss of headlights when being switched from low beam to high beam mode. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A loss of headlights while switching to high beams will reduce the driver's visibility, increasing the risk of a crash.","Kenworth will notify owners, and dealers will alter the wiring harness to enable the high beams to illuminate, free of charge. The recall began on July 13, 2016. Owners may contact Kenworth customer service at 1-425-828-5000. Kenworth's number for this recall is 16KWA." -05/26/2016,16V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V368000),Dejana Truck & Utility Equipment Co,Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001/TB2016002,Vehicle,11,"Dejana Truck & Equipment Co, Inc. (Dejana) is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV vehicles manufactured April 23, 2013, to January 22, 2016, equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, or 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Dejana will notify owners, and dealers will replace the valve bank cover with a thicker cover, free of charge. The recall began on June 2, 2016. Owners may contact Dejana customer service at 1-888-836-0649. Dejana's number for this recall is TB2016001/TB2016002." -05/26/2016,16V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V365000),"Transportation Collaborative, Inc.",Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,78,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain model year 2014-2016 Trans Tech Student Safety Trasnporter (SST) and ST Aero school buses manufactured from January 2, 2014, through January 1, 2016, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Transportation Collaborative will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 28, 2016. Owners may contact Transportation Collaborative customer service at 1-845-988-0419." -05/26/2016,16V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V369000),Supreme Corporation,Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,759,"Supreme Corporation (Supreme) is recalling certain model year 2008-2014 Startrans Activity Bus, Azure Hybrid, Candidate, Senator, Senator HD, Senator II, President, President S2, Sentinel Van, and Trolley shuttle buses manufactured May 9, 2008, to August 9, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Supreme will notify owners and advise them to contact Ricon, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 29, 2016. Owners may contact Supreme customer service at 1-800-642-4889 or Ricon customer service at 1-800-322-2884." -05/25/2016,16V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V357000),"MANAC Trailers USA, Inc.",Coupling Plate may Detach from Trailer,STRUCTURE,NR (Not Reported),Vehicle,18,"Manac Trailers USA, Inc. (MANAC) is recalling certain model year 2014-2015 Darkwing Aluminum Flatbed 5 or 8 axle trailers manufactured May 19, 2014 to June 5, 2015. The affected trailers may have cracks in the structural web connected to the coupling plate of the trailer below the cross-member, which could ultimately result in separation of the coupling plate from the trailer.","If the coupling plate separates from the trailer, the trailer could disconnect from the towing vehicle, increasing the risk of a crash.","MANAC has notified owners, and dealers will install a new coupling plate and repair all cracked frame webs, free of charge. The recall began on June 8, 2016. Owners may contact MANAC customer service at 1-800-361-7900." -05/25/2016,16V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V360000),"Forest River, Inc.",Incorrect Load Range Tires Installed/FMVSS 110,TIRES,67-05192016-0199,Vehicle,68,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Stealth Evo recreational vehicle trailers, models CSJT280RKS and CSJT290QBS, manufactured January 7, 2016, to March 18, 2016. The affected vehicles may have had tires of the wrong load range installed which may result in premature tire failure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""",Unexpected tire failure increases the risk of a crash.,"Forest River will notify owners, and dealers will supply new correct tires and rims, free of charge. The recall began on July 18, 2016. Owners may contact Forest River customer service at 1-909-873-3777 extension 52. Forest River's number for this recall is 67-05192016-0199." -05/25/2016,16V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V358000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKA-16,Vehicle,302127,"Subaru of America, Inc. (Subaru) is recalling certain model year 2003-2004 Legacy, Outback, 2009-2011 Legacy, Outback, Forester, 2006-2011 Impreza, Tribeca, 2003-2006 Baja, and 2006 Saab 9-2x vehicles originally sold or that have ever been registered in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" These vehicles may be equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the passenger frontal air bag inflator, free of charge. The recall began August 26, 2016. Owners may contact Subaru customer service at 1-856-488-8500. Saab owners may contact GM at 1-800-955-9007. Subaru's number for this recall is TKA-16." -05/25/2016,16V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V359000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKB-16,Vehicle,146010,"Subaru of America, Inc. (Subaru) is recalling certain model year 2003-2004 Legacy, Outback, 2006-2008 Impreza, Tribeca, 2006 Saab 9-2x, and 2003-2006 Baja vehicles originally sold or that have ever been registered in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" These vehicles may be equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify their owners. General Motors will notify Saab owners. Dealers will replace the passenger frontal air bag inflator, free of charge. The recall began August 24, 2016. Owners may contact Subaru customer service at 1-856-488-8500. Subaru's number for this recall is TKB-16. Note: This notice is only for vehicles that were not covered by 16V-358 for Zone A." -05/25/2016,16V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V361000),"Subaru of America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TKC-16,Vehicle,62940,"Subaru of America, Inc. (Subaru) is recalling certain model year 2003-2004 Legacy, Outback, and Baja vehicles originally sold or that have ever been registered in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming, or ""Zone C."". These vehicles may be equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Subaru will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began August 24, 2016. Owners may contact Subaru customer service at 1-856-488-8500. Subaru's number for this recall is TKC-16. Note: This recall covers vehicles that were not previously covered in 16V-358 for Zone A or 16V-359 for Zone B." -05/25/2016,16V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V355000),"Grand Design RV, LLC",Propane may Leak from Cracked Regulator Window,EQUIPMENT,910006,Vehicle,1300,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2016-2017 Imagine and Reflection recreational trailers manufactured January 15, 2016 to May 4, 2016. The MB Sturgis LP regulator on these vehicles may allow propane gas to leak into the regulator sight glass causing it to degrade and potentially crack.","If the indicator sight glass cracks, propane gas may leak out, increasing the risk of a fire.","Grand Design will notify owners, and dealers will replace the LP regulator kit, free of charge. The recall began on June 6, 2016. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910006." -05/25/2016,16V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V353000),Rosenbauer America,Seats may Detach from Base in a Crash/FMVSS 207,SEATS,NR (Not Reported),Vehicle,25,"Rosenbauer Motors (Rosenbauer) is recalling certain 2012-2016 Commander vehicles manufactured January 2, 2012, to May 16, 2016. The affected vehicles have Battalion air suspension seats that may separate from its base in a frontal collision. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the seat detaches from its base in the event of a crash, there is an increased risk of injury to the occupant.","Rosenbauer will notify owners, and dealers will attach two tethers from the seat to the cab, free of charge. The recall began on July 11, 2016. Owners may contact Rosenbauer customer service at 1-651-462-1000." -05/24/2016,16V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V347000),Honda (American Honda Motor Co.),Air Bag Inflator May Rupture,AIR BAGS,KA8,Vehicle,2701,"Honda (American Honda Motor, Inc.) is recalling certain model year 2006-2010 Honda GL1800 (Gold Wing) motorcycles manufactured February 8, 2006, to May 14, 2009 originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Honda is recalling certain model year 2006-2008 Honda GL 1800 (Gold Wing) motorcycles manufactured May 10, 2007, to May 14, 2009 originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Motorcycles not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These motorcycles are equipped with an air bag inflator assembled as part of the air bag module, used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the air bag, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the rider resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the air bag module containing the inflator, free of charge. Honda distributed an interim notification to owners on July 19, 2016. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is KA8." -05/24/2016,16V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V343000),Ford Motor Company,Child Seat Tether Anchor Blocked/FMVSS225,CHILD SEAT,16C09,Vehicle,5,"Ford Motor Company (Ford) is recalling certain model year 2016 Lincoln MKX vehicles manufactured September 24, 2015. An incorrect seat back trim cover was installed on the affected vehicles, blocking the child seat tether anchors in the second row center seating position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 225, ""Child restraint anchorage systems.""",An improperly anchored child seat can increase the risk of injury in a crash.,"Ford will notify owners, and dealers will replace the seat back trim cover and tether cover bezel on the second row, free of charge. The recall began on June 16, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C09." -05/24/2016,16V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V342000),"Daimler Vans USA, LLC",Improper Rear Differential Gear Weld,POWER TRAIN,NR (Not Reported),Vehicle,2,"Daimler Vans USA, LLC (DVUSA) is recalling certain 2016 Mercedes Benz Metris vehicles manufactured from September 1, 2015, through December 31, 2015. The affected vehicles have rear differential gears that may have been improperly welded.","The weld may fail and result in a loss of power to the wheels, increasing the risk of a crash.","DVUSA will notify owners, and dealers will replace the rear differential gears, free of charge. The recall began on August 11, 2016. Owners may contact DVUSA customer service at 1-877-762-8267." -05/24/2016,16V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V345000),Ford Motor Company,Master Cylinder Rear Cup Seal Leak,"SERVICE BRAKES, HYDRAULIC",16S24,Vehicle,225012,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 F-150 vehicles manufactured August 1, 2013, to August 31, 2014 equipped with 3.5L engines. The master cylinder rear cup seal may roll, resulting in brake fluid leakage from the primary reservoir into the brake booster.","Loss of brake fluid from the primary reservoir results in a complete loss of front brake function, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the brake master cylinder and, if necessary, the brake booster, free of charge. The recall began on October 28, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S24." -05/24/2016,16V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V344000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,"KA0, KA1, KA2, KA3",Vehicle,1790894,"Honda (American Honda Motor Co.) is recalling certain model year 2003-2006 Acura MDX, 2005-2011 Acura RL, 2005-2006 Honda CR-V, 2003-2011 Element, 2007-2008 Fit, 2003-2008 Pilot, 2002-2004 Odyssey, and 2006-2011 Ridgeline vehicles originally sold, or that have ever been registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Honda is recalling certain model year 2003-2006 Acura MDX, 2005-2008 Acura RL, 2005-2006 Honda CR-V, 2003-2008 Element, 2007-2008 Fit, 2003-2008 Pilot, 2002-2004 Odyssey, and 2006-2008 Ridgeline vehicles originally sold, or that have ever been registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Lastly, unless included in ""Zone A"" or ""Zone B"" above, Honda is recalling model year 2002-2004 Odyssey and model year 2003-2004 Acura MDX, Honda Element, and Honda Pilot vehicles originally sold, or registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began June 27, 2016. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are KA0, KA1, KA2, and KA3." -05/24/2016,16V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V346000),Honda (American Honda Motor Co.),Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,"KA4, KA5, KA6, KA7",Vehicle,2719386,"Honda (American Honda Motor Co.) is recalling certain model year 2009-2011 Acura TSX, 2011 TSX Wagon, 2010-2011 Acura ZDX, 2008-2011 Honda Accord, 2010-2011 Accord Crosstour, 2006-2011 Civic, Civic Hybrid, and Civic GX, 2007-2011 CR-V, 2010-2011 FCX Clarity and Insight, and 2009-2011 Fit, and Pilot vehicles originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless already included in ""Zone A"" above, Honda is recalling certain model year 2008 Honda Accord, 2006-2008 Civic, Civic Hybrid and Civic GX, and 2007-2008 CR-V vehicles originally sold, or ever registered, in Arizona, Arkansas, Delaware, the District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Honda will notify owners, and dealers will replace the inflator, free of charge. The recall began March 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall is KA4, KA5, KA6, and KA7." -05/24/2016,16V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V349000),"Nissan North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,413852,"Nissan North America, Inc. (Nissan) is recalling certain model year 2003-2008 Infiniti FX35 and FX45, 2003-2004 Infiniti I35, 2006-2010 Infiniti M35 and M45, and 2007-2011 Nissan Versa vehicles, originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Nissan is recalling certain model year 2005-2008 Infiniti FX35 and FX45, 2003-2004 Infiniti I35, 2006-2008 Infiniti M35 and M45, and 2007-2008 Nissan Versa vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Lastly, unless included in ""Zone A"" or ""Zone B"" above, Nissan is recalling certain model year 2003-2004 Infiniti I35 vehicles originally sold, or registered, in Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. These inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Nissan will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began December 21, 2017. All owners should receive a second notice by May 15, 2017. Owners may contact Nissan customer service at 1-800-647-7261." -05/24/2016,16V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V352000),"Chrysler (FCA US, LLC)",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,S43,Vehicle,4648270,"Chrysler (FCA US LLC) expanded the affected population to include 73,712 2005-2009 RAM 2500 trucks produced at the St. Louis North Assembly Plant. With this change, Chrysler is recalling certain model year 2004-2008 RAM 1500, 2005-2009 RAM 2500, 2006-2009 RAM 3500, 2007-2010 RAM 3500 Cab Chassis, 2008-2010 RAM 4500 and 5500 Cab Chassis, 2004-2009 Dodge Durango, 2007-2009 Chrysler Aspen, 2007-2012 Jeep Wrangler, 2008-2012 Dodge Challenger, 2005-2008 Dodge Magnum, 2005-2012 Chrysler 300, 2006-2012 Dodge Charger, 2005-2011 Dodge Dakota, and 2006-2009 Mitsubishi Raider vehicles originally sold, or ever registered, in AL, CA, FL, GA, HI, LA, MS, SC, TX, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Chrysler is also recalling 2004-2008 RAM 1500, 2005-2009 RAM 2500, 2006-2009 RAM 3500, 2007-2009 RAM 3500 Cab Chassis, 2008-2009 RAM 4500 and 5500 Cab Chassis, 2004-2009 Dodge Durango, 2007-2009 Chrysler Aspen, 2007-2009 Jeep Wrangler, 2008-2009 Dodge Challenger, 2005-2008 Dodge Magnum, 2005-2009 Chrysler 300, 2006-2009 Dodge Charger, 2005-2009 Dodge Dakota and 2006-2009 Mitsubishi Raider vehicles originally sold, or ever registered, in AZ, AR, DE, Washington D.C., IL, IN, KS, KY, MD, MO, NE, NV, NJ, NM, NC, OH, OK, PA, TN, VA, and WV, or ""Zone B."" Lastly, unless included in ""Zone A"" or ""Zone B"" above, Chrysler is recalling certain 2005-2008 RAM 2500, 2006-2008 RAM 3500, 2007-2008 RAM 3500 Cab Chassis, 2008 RAM 4500 and 5500 Cab Chassis, 2004-2008 Dodge Durango, 2007-2008 Chrysler Aspen, 2007-2008 Jeep Wrangler, 2008 Dodge Challenger, 2005-2008 Dodge Magnum, 2005-2008 Chrysler 300, 2006-2008 Dodge Charger, 2005-2008 Dodge Dakota, and 2006-2008 Mitsubishi Raider vehicles originally sold, or registered, in AK, CO, CT, ID, IA, ME, MA, MI, MN, MT, NH, NY, ND, OR, RI, SD, UT, VT, WA, WI, and WY.","These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. These inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling. An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.","Chrysler will notify the Chrysler, Dodge, Jeep and RAM owners. Mitsubishi owners will be notified by their company. Dealers will replace the passenger frontal air bag inflator, free of charge. The recall began on March 27, 2017. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S43. Note: This recall supersedes recall 14V-7700." -05/24/2016,16V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V348000),Hyundai Motor America,Secondary Hood Latch may Disengage,LATCHES/LOCKS/LINKAGES,145,Vehicle,81000,"Hyundai Motor Company (Hyundai) is recalling certain model year 2016 Tucson vehicles manufactured May 19, 2015 to March 14, 2016. In the affected vehicles, if the primary hood latch has been released, and the vehicle is driven, the secondary hood latch may not hold adequately secure the hood to prevent it from opening while the vehicle is in motion.","If the primary hood latch is inadvertently released and the secondary latch cannot secure the hood, the hood may unexpectedly open while driving, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the secondary hood latch, free of charge. The recall began on June 30, 2016. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 145." -05/24/2016,16V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V351000),"Daimler Vans USA, LLC",Super High Roof Vehicles Missing Crash Pads,STRUCTURE,NR (Not Reported),Vehicle,3,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2015-2016 Mercedes-Benz Sprinter 2500 and 3500 vehicles manufactured May 31, 2015, to April 30, 2016, and 2015-2016 Freightliner Sprinter 2500 and 3500 vehicles manufactured May 1, 2015, to April 30, 2016. The affected vehicles are configured to have super-high roofs, but may not be equipped with the required crash pads.","If the required crash pads are missing, it can increase the risk of injury to a front passenger seat occupant if they are unbelted.","DVUSA will notify owners, and dealers will install the required crash-pads, free of charge. The recall began on August 11, 2016. Owners may contact DVUSA customer service at 1-877-762-8267." -05/24/2016,16V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V350000),New England Wheels,Wheelchair Lift/Platform Cracking/Pivot Arm Holes,EQUIPMENT ADAPTIVE/MOBILITY,16E-020,Vehicle,2,"New England Wheels (New England) is recalling certain model year 2006-2014 Ford E-250, E-350, and 2015 Ford Transit vans equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","New England will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 29, 2016. Owners may contact New England customer service at 1-800-886-9247. New England's number for this recall is 16E-020." -05/23/2016,16V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V339000),Ducati North America,Clutch Component may Break and Rear Wheel may Lock,POWER TRAIN,SRV-RCL-16-002,Vehicle,168,"Ducati North America (Ducati) is recalling certain model year 2014 1199 Superleggera motorcycles manufactured April 8, 2014, through November 13, 2014. On the affected motorcycles, the damper plate assembled between the primary driven gear and the clutch basket assembly could break due to fatigue, and result in the engine seizing, and therefore, the rear wheel locking up.",A rear wheel lock up may cause a loss of control and increase the risk of a crash.,"Ducati will notify owners, and dealers will install a new clutch assembly, free of charge. The recall began on July 11, 2016. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is SRV-RCL-16-002." -05/23/2016,16V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V335000),"Mercedes-Benz USA, LLC",Clutch Disk Weld May Crack,POWER TRAIN,NR (Not Reported),Vehicle,1,"Mercedes-Benz USA, LLC (MBUSA) is recalling one 2016 CLA45 AMG vehicle manufactured November 10, 2015. This vehicle is equipped with a dual clutch transmission that may have a defective weld between the dual clutch disk and hub. This weld may crack and result in a loss of power to the wheels, causing the vehicle to stop.",A sudden loss of power can increase the risk of a crash.,"MBUSA will notify the owner, and a dealers will replace the dual clutch, free of charge. The recall began on August 11, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -05/23/2016,16E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E048000),Tucker Rocky Distribution,Helmet Failed Penetration Testing/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,7022,"Tucker Rocky Distribution (Tucker Rocky) is recalling certain Speed and Strength SS2200 motorcycle helmets sizes XS, S, M, L, XL, XXL, manufactured January 25, 2013, to June 30, 2014. The helmets failed the penetration testing, failing to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""",Inadequate helmet protection can increase the risk of serious injury to the wearer.,"Tucker Rocky will notify owners, and replace the helmet, free of charge. The recall began on July 11, 2016. Owners may contact Tucker Rocky customer service at 1-817-258-9247." -05/23/2016,16V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V338000),"Stoughton Trailers, LLC",Improperly Machined Trailer Spring Brake Valve,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2657,"Stoughton Trailers, LLC (Stoughton) is recalling certain model year 2015-2017 trailers manufactured March 13, 2014, to April 28, 2016, equipped with certain Bendix SR5 spring brake valves. These valves may have been improperly machined which may cause the parking brake chamber to fail while the trailer is parked.","If the parking brake chamber fails while the trailer is parked, the trailer may roll away, increasing the risk of crash or injury.","Stoughton will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. The recall began on July 26, 2016. Owners may contact Stoughton customer service at 1-608-873-2500." -05/23/2016,16V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V334000),"Mitsubishi Motors North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,SR-16-002,Vehicle,38628,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2006-2007 Lancer and Lancer Evolution vehicles manufactured June 29, 2005, to June 19, 2007, equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating air bag deployment, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"MMNA will notify owners, and dealers will replace the passenger frontal air bag inflator, free of charge. The recall began on July 19, 2016. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-002." -05/23/2016,16V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V340000),Toyota Motor Engineering & Manufacturing,Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,TG1P/G1R L:G2G/G2H,Vehicle,1754517,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2008-2011 Scion xB and Lexus IS F, 2009-2011 Toyota Corolla and Corolla Matrix, 2006-2011 Toyota Yaris, Lexus IS250 and Lexus IS350, 2010-2011 Toyota 4Runner, Lexus IS250C, Lexus IS350C and Lexus GX460, 2011 Sienna, 2007-2011 Lexus ES350, and 2009-2010 Pontiac Vibe vehicles, originally sold, or ever registered, in Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands, or ""Zone A."" Additionally, unless included in ""Zone A"" above, Toyota is recalling certain model year 2008 Scion xB and Lexus IS F, 2007-2008 Toyota Yaris, 2006-2008 Lexus IS250 and Lexus IS350 and 2007-2008 Lexus ES350 vehicles, originally sold, or ever registered, in Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia, or ""Zone B."" Vehicles of these model years and models that were not originally sold or ever registered in either Zones A or B are not subject to this safety recall. These vehicles are equipped with certain air bag inflators assembled as part of the passenger frontal air bag modules, and used as original equipment or replacement equipment. In the event of a crash necessitating deployment of the front air bags, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Toyota will notify the Toyota and Lexus owners. General Motors will contact the Pontiac owners. Depending on the model, dealers will replace the passenger frontal air bag inflator or the air bag assembly, free of charge. The recall began on December 6, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's numbers for interim notification for this campaign are G1P (Toyota Zone A), G1R (Toyota Zone B), G2G (Lexus Zone A), and G2H (Lexus Zone B). Toyota's numbers for final remedy for this campaign are G0P (Toyota Zone A), G0R (Toyota Zone B), GLG (Lexus Zone A), and GLH (Lexus Zone B)." -05/23/2016,16V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V341000),"Ferrari North America, Inc.",Passenger Frontal Air Bag Inflator May Rupture,AIR BAGS,60,Vehicle,2826,"Ferrari North America, Inc. (Ferrari) is recalling certain model year 2009-2011 Ferrari California vehicles manufactured February 16, 2009, to July 8, 2011, and model year 2010-2011 458 Italia vehicles manufactured March 5, 2010, to July 29, 2011. These vehicles are equipped with air bag inflators assembled as part of the passenger frontal air bag modules, used as original equipment or replacement equipment. In the event of a crash necessitating air bag deployment, these inflators may rupture due to propellant degradation occurring after long-term exposure to absolute humidity and temperature cycling.",An inflator rupture may result in metal fragments striking the vehicle occupants resulting in serious injury or death.,"Ferrari will notify owners, and dealers will replace the passenger frontal air bag assembly, free of charge. The recall began October 30, 2017. Owners may contact Ferrari customer service at 201-816-2668. Ferrari's number for this recall is 60." -05/23/2016,16V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V333000),"BMW of North America, LLC",Possible Damage to Lower Child Seat Anchor Bars,CHILD SEAT,NR (Not Reported),Vehicle,188668,"BMW of North America, LLC (BMW) is recalling certain model year 2011-2017, X3 sDrive28i, X3 xDrive28i and X3 xDrive35i, vehicles manufactured July 2, 2010 to April 14, 2016, 2015-2017 X3 xDrive28d vehicles manufactured March 10, 2014 to March 31, 2016, and 2015-2017 x4 xDrive28i, X4 xDrive35i and X4 xDriveM40i vehicles manufactured March3, 2014 to April 15, 2016. The affected vehicles have lower anchor bars for securing child restraint seats that may become damaged when using the European-ISOFIX-type, rigid-style connector, child restraint system.",Damaged lower anchor bars may increase the child's risk of injury in the event of a crash.,"BMW will notify owners, and dealers will weld a reinforcing bracket to the lower anchor bars and the vehicle body, free of charge. The recall began on July 13, 2016. Owners may contact BMW customer service at 1-800-525-7417." -05/23/2016,16V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V336000),"Forest River, Inc.",Shower Door Flammability/FMVSS 302,EQUIPMENT,34-05052016-0184,Vehicle,13,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Forester and Sunseeker recreational vehicles manufactured from February 29, 2016, through April 20, 2016. These vehicles are equipped with a shower door that may not meet the flammability standards. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 302, ""Flammability of Interior Materials.""","Failure to meet the flammability standard of FMVSS 302 could enhance the spread of a flame in the event of a fire, increasing the risk serious injury.","Forest River will notify owners, and dealers will replace the shower doors, free of charge. The recall began on July 11, 2016. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 34-05052016-0184." -05/23/2016,16V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V337000),"Volkswagen Group of America, Inc.",Vehicle Weight Information Understated/Part 567,EQUIPMENT,01B5,Vehicle,11,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2016 Golf R vehicles manufactured March 17, 2016 to March 23, 2016. The affected vehicles may be equipped with a Federal Certification Label that lists an incorrect rear axle weight limit. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The listed weight limit is low enough that the vehicle owner may ignore the weight limits and overload the vehicle and exceed the Gross Vehicle Weight Rating (GVWR), thereby increasing the risk of a crash.","Volkswagen will notify owners, and dealers will install a corrected certification label, free of charge. The recall began July 2016. Volkswagen's number for this recall is 01B5." -05/20/2016,16V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V329000),Thor Motor Coach,Chassis Battery Cable Improperly Installed,ELECTRICAL SYSTEM,RC000114,Vehicle,44,"Thor Motor Coach (TMC) is recalling certain 2017 Tuscany, Tuscany ZTE, and Venetian motorhomes manufactured March 15, 2016, to April 7, 2016. The isolator relay cable for the chassis battery was improperly installed which could cause sudden, unexpected loss of power.","If the motorhome experiences an unexpected loss of power, it can increase the risk of a crash.","TMC will notify owners, and dealers will correctly install the isolator relay cable, free of charge. The recall began on June 28, 2016. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000114." -05/20/2016,16V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V332000),"Heartland Recreational Vehicles, LLC",Incorrect Tire Information on Placard/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,618,"Heartland Recreational Vehicles (Heartland) is recalling certain model year 2017 trailers manufactured February 29, 2016, to May 5, 2016. The certification labels have incorrect tire pressure information, failing to comply with the requirements of 49 CFR Part 567, ""Certification.""","Improper inflation can cause the trailer tires to become overloaded, resulting in poor handling and increased risk of a crash.","Heartland will notify owners, and dealers will replace the certification label, free of charge. The recall began on June 16, 2016. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99-01-25." -05/20/2016,16V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V305000),"Jayco, Inc.",Incorrect Weight on Tire Labels/FMVSS 110,EQUIPMENT,9901299,Vehicle,26,"Jayco, Inc. (Jayco) is recalling certain model year 2017 Jay Flight trailers manufactured May 6, 2016, to May 9, 2016. The weight ratings on the tire labels are incorrect. Thus, these vehicles fail to comply with the requirements of Federal Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims.""","Incorrect weight ratings on the tire label could cause the operator to overload the vehicle and lead to premature tire wear, increasing the risk of a crash.","All affected units are in dealer inventory. Dealers will be provided new, corrected labels. The recall began May 27, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901299." -05/20/2016,16V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V330000),"Forest River, Inc.",Trailer Brakes may Remain Activated,"SERVICE BRAKES, ELECTRIC",40-05132016-0196,Vehicle,147,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Charleston Class A motorhomes manufactured from September 16, 2013, through September 25, 2016, and built on certain Daimler Trucks North America LLC (DTNA) chassis. On certain motorhome chassis built with a heavier, adjustable foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged. As a result, the brakes could drag and overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","Forest River will notify owners, and DTNA dealers will modify the affected brake assemblies, free of charge. The recall began on June 23, 2016. Owners may contact DTNA customer service at 1-800-547-0712. Forest River's number for this recall is 40-05132016-0196." -05/20/2016,16V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V331000),"National Van Builders, Inc.",Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,Ricon 2016,Vehicle,2,"National Van Builders, Inc. (National Van) is recalling certain model year 2015 Ford Transit vehicles manufactured July 1, 2015, to October 30, 2015, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","National Van will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 15, 2016. Owners may contact National Van customer service at 1-800-527-7477. National Van's number for this recall is Ricon 2016." -05/19/2016,16V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V323000),"Daimler Trucks North America, LLC",Coolant Leak Into the Bus Body,ENGINE AND ENGINE COOLING,FL-708,Vehicle,2032,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2017 Thomas Built Buses Saf-T-Liner HDX school buses manufactured November 29, 2012, to February 4, 2016. These vehicles use a rubber elbow to connect a coolant line to a heater inside the bus. This elbow may restrict coolant flow and possibly fail as a result of the increased stress on the elbow.","If the rubber elbow fails, hot coolant may leak inside the bus body increasing risk of injury to the passengers.","DTNA will notify owners, and dealers will replace the rubber elbow with a nylon fitting, free of charge. An interim notice was sent out to owners on July 6, 2016. The recall began on September 20, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-708." -05/19/2016,16V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V324000),"Daimler Trucks North America, LLC",Coolant Leak Into the Bus Body,ENGINE AND ENGINE COOLING,FL-708,Vehicle,131,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2017 Thomas Built Buses Saf-T-Liner HDX buses manufactured November 29, 2012, to February 4, 2016. These vehicles use a rubber elbow to connect a coolant line to a heater inside the bus. This elbow may restrict coolant flow and possibly fail as a result of the increased stress on the elbow.","If the rubber elbow fails, hot coolant may leak inside the bus body increasing risk of injury to the passengers.","DTNA will notify owners, and dealers will replace the rubber elbow with a nylon fitting, free of charge. An interim notice was mailed on July 6, 2016. The recall began on September 20, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-708." -05/19/2016,16V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V325000),"Daimler Trucks North America, LLC",Heater Hose Failure Causing Coolant Leak,ENGINE AND ENGINE COOLING,FL-709,Vehicle,94,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2011-2017 Thomas Built Buses Saf-T-Liner HDX school buses manufactured April 28, 2010, to April 15, 2016. The affected vehicles have a transmission retarder that may increase coolant system pressure high enough to cause hose fatigue and lead to premature failure of the hose, resulting in a coolant leak inside the bus body.","If the heater hose fails, hot coolant may leak inside the bus body increasing risk of injury to the passengers.","DTNA will notify owners, and dealers will replace the heater hose, free of charge. An interim notice was mailed on July 6, 2016. The recall began on September 20, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-709." -05/19/2016,16V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V328000),"Ameritrans Bus, Inc.",Incorrect GVWR on Certification Label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,225,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2012-2016 285 shuttle buses manufactured from August 1, 2012, through May 13, 2016 and built on Ford E-450 chassis. The certification labels may have an inaccurate gross vehicle weight rating (GVWR). As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the GVWR is unknowingly exceeded, vehicle handling may be adversely affected, increasing the risk of a crash.","Ameritrans will notify owners, and dealers will remove and/or reposition bus seats as necessary and install a corrected labels, free of charge. The recall began on July 18, 2016. Owners may contact Ameritrans customer service at 1-574-262-8935." -05/19/2016,16V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V322000),Keystone RV Company,Incorrect Load Range Tires Installed,TIRES,16-253,Vehicle,402,"Keystone RV Company (Keystone) is recalling certain model year 2016-2017 Keystone Summerland recreational trailers, models 1700FQ, 1750RD and 1800BH, manufactured April 8, 2016, to April 20, 2016. The trailers may have been manufactured with ST215/75R14 Load Range C tires rated for 1870lbs, when they should have been manufactured with ST215/75R14 Load Range D tires rated for 2200lbs.","Vehicle owners may inadvertently overload the tires which may result in tire failure, thereby increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the tires with ones of the proper load rating, free of charge. The recall began on May 25, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-253." -05/19/2016,16V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V326000),"Daimler Trucks North America, LLC",Transmission Retarder may cause Coolant Leak,ENGINE AND ENGINE COOLING,FL-709,Vehicle,43,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2011-2017 Thomas Built Buses Saf-T-Liner HDX buses manufactured April 28, 2010, to April 15, 2016. The affected vehicles have a transmission retarder that may increase coolant system pressure high enough to cause hose fatigue and lead to premature failure of the hose, resulting in a coolant leak inside the bus body.","If the heater hose fails, hot coolant may leak inside the bus body increasing risk of injury to the passengers.","DTNA will notify owners, and dealers will replace the heater hose, free of charge. DTNA distributed interim notifications to owners on July 6, 2016. The recall began on September 20, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-709." -05/19/2016,16V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V327000),"Daimler Trucks North America, LLC",Wrong Tire Pressure on Incomplete Vehicle label,EQUIPMENT,FL-710,Vehicle,727,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015-2016 FCCC XCR chassis manufactured May 12, 2014, to December 10, 2015. The incomplete vehicle document (IVD) labels incorrectly list the tire pressures as 130 psi in the steer and tag axle positions rather than the correct rating of 120psi.","If the tire is inflated to the incorrect PSI on the label, the rims may suddenly fail due to being over pressurized, increasing the risk of a crash.","DTNA notified the only purchaser of the affected chassis and provided them with corrected IVD labels, free of charge. DTNA will not notify the motorhome owners directly. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-710." -05/18/2016,16V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V320000),"Gillig, LLC",Driver's Window may Block too Much Light/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,34,"Gillig LLC (Gillig) is recalling certain 2016 Low Floor vehicles manufactured March 3, 2016, to April 21, 2016. The driver's side window on the affected vehicles may block too much light, thereby decreasing the driver's visibility. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 205, ""Glazing Materials.""",Reduced driver's visibility can increase the risk of a crash.,"Gillig will notify owners, and dealers will install compliant driver's windows, free of charge. The recall began on June 20, 2016. Owners may contact Gillig customer service at 1-800-735-1500." -05/18/2016,16E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E047000),"Cummins, Inc.",ECM Short Circuit Causing Engine to Stall,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,5430,"Cummins Inc. (Cummins) is recalling certain ISX12, part number 4358814 and ISX15, part numbers 5317106 and 4358814, engines manufactured from March 7, 2016, through April 12, 2016. These engines have an Engine Control Module (ECM) that may short circuit and blow a fuse, resulting in the engine stalling without warning. If this occurs, the engine cannot be restarted until the ECM and fuse are replaced.",An unexpected engine stall increases the risk of a crash.,"Cummins will notify owners, and dealers will replace the existing ECM with a new ECM, free of charge. The recall began on July 8, 2016. Owners may contact Cummins customer service at 1-800-343-7357." -05/18/2016,16V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V321000),"Daimler Trucks North America, LLC",Engine Brake may not Activate,VEHICLE SPEED CONTROL,FL-711,Vehicle,2275,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2012-2015 FCCC XCL, XCM, XCP, and XCR motorhome chassis manufactured January 23, 2012, to April 10, 2014. The throttle pedal position sensor on the affected vehicles may not return to zero, causing the engine brake to suddenly not activate as expected, reducing the vehicle's deceleration ability.","A sudden loss of an engine brake without warning on a motorhome may lead to a reduced brake ability, potentially increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the throttle pedal, free of charge. An interim notice was mailed out to owners on July 5, 2016. The recall began on August 18, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-711." -05/18/2016,16E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E046000),Hale Products Inc,False Activations of Touchscreen,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,2262,"Hale Products, Inc (Hale) is recalling certain Class 1 Ultraview Touchscreen Displays manufactured September 30, 2011, to May 10, 2016, equipped with Class 1 Ultraview Touchscreens manufactured by Hale Products. These touchscreens may experience false switch activations that can happen without the operator's knowledge causing accessories to turn on or off, affecting vehicle performance.",The unintended turning on or off of accessories such as emergency beacons or automatic snow chains can increase the risk of a crash.,"Hale will notify the purchasers of the displays. Some models will be reprogrammed, others will get supplemental training guides to prevent the unintended activations. The recall began on June 30, 2016. Owners may contact Hale customer service at 1-800-533-3569." -05/18/2016,16V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V315000),Lakota Corporation,Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,NR (Not Reported),Vehicle,3,"Lakota Corporation (Lakota) is recalling certain model year 2014 Luxe trailers. The affected trailers are equipped with certain Frigidaire KG series convection microwaves, model CFMV154CLS, that may start on their own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Lakota will notify owners, and dealers will replace the membrane/keypad component, free of charge. The recall began on June 3, 2016. Owners may contact Lakota customer service at 1-574- 848-1636 or service@lakotatrailers.com." -05/18/2016,16V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V318000),"Heartland Recreational Vehicles, LLC",Trailer Safety Chains may Fail,STRUCTURE,NR (Not Reported),Vehicle,172,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain 2016-2017 trailers manufactured September 28, 2015, to April 30, 2016.","In the event that the main trailer connection fails, the weight of the trailer could break the safety chains. This would allow the trailer to separate from the vehicle, increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the chains, free of charge. The recall began on June 2, 2016. Owners may contact Heartland customer service at 1-877-262-8032." -05/18/2016,16V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V314000),"Stoughton Trailers, LLC",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,324,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2014 AHV, AVW, AVXW and ZGPVW trailers. These trailers are equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Stoughton will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began on July 7, 2016. Owners may contact Stoughton customer service at 1-608-873-2555, or SAF-Holland customer service at 1-888-396-6501. Note: This recall is an expansion of recall 14V-268." -05/18/2016,16V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V317000),Mobility Works (WMK Inc.),Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,16E-020,Vehicle,11,"Mobility Works (WMK Inc.) is recalling certain model year 2014-2015 Ford E-150, E-250, E-350, and Chevrolet Express 2500 vans manufactured January 1, 2014, to December 31, 2015, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Mobility Works will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on June 17, 2016. Owners may contact Mobility Works customer service at 1-800-769-8267. Mobility Works' number for this recall is 16E-020." -05/18/2016,16V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V316000),"Autocar, LLC",Wheel Separation from Rear Axle,SUSPENSION,ACX-1602,Vehicle,67,"Autocar, LLC (Autocar) is recalling certain model year 2016-2017 Xpeditor vehicles manufactured March 04, 2016, through April 21, 2016. The tab lock washers on the rear axle wheel ends may not have been properly bent over the outer spindle nut during assembly.","If the spindle nuts loosen, the wheel assembly may separate from the rear axle, increasing the risk of a crash.","Autocar will notify owners and dealers will inspect the tab lock washers and remedy tabs where needed, free of charge. The recall began on June 30, 2016. Owners may contact Autocar's customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1602." -05/18/2016,16V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V319000),"Autocar Industries, LLC",Wheel Separation from Rear Axle,SUSPENSION,MDTT-1601,Vehicle,43,"Autocar Industries, LLC (Autocar) is recalling certain model year 2016-2017 Auto Xspotter and 2017 Autocar Xpert vehicles manufactured March 04, 2016, through April 21, 2016. The tab lock washers on the rear axle wheel ends may not have been properly bent over the outer spindle nut during assembly.","If the spindle nuts loosen, the wheel assembly may separate from the rear axle, increasing the risk of a crash.","Autocar will notify owners and dealers will inspect the tab lock washers and remedy tabs where needed, free of charge. The recall began on June 30, 2016. Owners may contact Autocar's customer service at 1-765-489-5499. Autocar's number for this recall is MDTT-1601." -05/17/2016,16V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V313000),Shyft Group,Flexible Exhaust Tube may Tear,ENGINE AND ENGINE COOLING,16014,Vehicle,2582,"Spartan Motors (Spartan) is recalling certain model year 2007-2015 Spartan K3 and MM motorhome chassis manufactured September 21, 2006, to March 23, 2015. In the affected vehicles, the flexible exhaust tube may tear allowing hot exhaust to blow against other components or materials.","If hot exhaust gas contacts other components or materials, it can increase the risk of a fire.","Spartan will notify the motorhome manufacturers that purchased the affected chassis, and Spartan dealers will inspect the alignment of the tubes, correcting them and replacing any that are torn. These repairs will be performed free of charge. The recall began on June 23, 2016. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 16014. Note: This recall supersedes 15V-554." -05/17/2016,16V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V311000),"BMW of North America, LLC",Front Driveshaft Universal Joint may Fail,POWER TRAIN,NR (Not Reported),Vehicle,21493,"BMW of North America, LLC (BMW) is recalling certain model year 2011 X5 xDrive 35i, xDrive50i, X5 M, X6 xDrive35i, X6 xDrive50i, and X6 M vehicles manufactured April 5, 2010, to November 20, 2010, 2011 X5 xDrive35d diesel vehicles manufactured April 7, 2010, to November 20, 2010, and 2011 X6 Active Hybrid vehicles manufactured April 15, 2010, to November 17, 2010. The affected vehicles have a front driveshaft universal joint that may not seal out water and debris from getting in and damaging the joint, which could lead to its failure.","If the front universal joint fails, the front wheels would not be driven, affecting vehicle traction. Additionally, continued driving of the vehicle with a broken front universal joint may damage other components. Either condition may increase the risk of a crash.","BMW will notify owners, and dealers will replace the front driveshaft, free of charge. The recall began on July 8, 2016. Owners may contact BMW customer service at 1-800-525-7417." -05/17/2016,16E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E045000),"Bendix Commercial Vehicle Systems, LLC",Improperly Machined Trailer Spring Brake Valve,PARKING BRAKE,NR (Not Reported),Equipment,194410,"Bendix Commercial Vehicle Systems LLC (Bendix) is recalling certain SR-5 Trailer Spring Brake Valves manufactured January 1, 2014, to March 4, 2016. These brake valves were improperly machined without a radius on the internal check valve seat, causing a delay of application of the spring brakes while parking.","If there is a delay of the spring brake application, the trailer may roll away after it has decoupled from the tractor, increasing the risk of a crash or injury.","Bendix will contact owners and provide a remedy kit, complete with instructions, to repair any affected SR-5 trailer relay valves, free of charge. Bendix issued an interim notification on June 17, 2016. The recall began on August 22, 2016. Owners may contact Bendix customer service at 1-800-247-2725." -05/17/2016,16V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V312000),Kia Motors America,Improperly Tightened Seat Belt Retractor Screws,SEAT BELTS,SC132,Vehicle,5245,"Kia Motors America (Kia) is recalling certain model year 2013 Forte vehicles manufactured September 10, 2012, to October 31, 2012. The screws that hold the front seatbelt retractor retaining plates may not have been properly tightened, and as a result, the seatbelt retractor retaining plates may break in a crash.","If a retaining plate breaks during a crash, pieces of the plate could strike the occupants, increasing risk of injury.","Kia will notify owners, and dealers will inspect and replace both front seatbelt assemblies, as necessary, free of charge. Owners may contact Kia customer service at 1-800-333-4542. The recall began July 1, 2016. Kia's number for this recall is SC132." -05/17/2016,16V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V308000),"Mercedes-Benz USA, LLC",Loss of Torque due to Driveshaft Bond Failure,POWER TRAIN,NR (Not Reported),Vehicle,136,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 AMG GT S vehicles manufactured June 1, 2015 to July 24, 2015. In affected vehicles, the adhesive bond between the carbon-fiber driveshaft and the rear flange may fail, and as a result, there may be a loss of torque to the rear wheels.","If the adhesive bond fails and results in a loss of torque to the rear wheels, the vehicle operator may be unable to move the vehicle, or may experience deceleration if the vehicle is in motion, increasing the risk of a vehicle crash.","MBUSA will notify owners, and dealers will inspect and replace the carbon-fiber driveshaft, as necessary, free of charge. The recall began on July 29, 2016. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2016050008." -05/17/2016,16V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V310000),Collins Bus Corporation,Seat May Separate From the Base Frame,SEATS,16E037,Vehicle,4,"Collins Bus Corporation (Collins) is recalling certain 2016 DH416 school buses manufactured February 18, 2016, to February 19, 2016 built on Ford chassis, and 2016 DE516 school buses manufactured January 18, 2016, to February 19, 2016 built on Chevrolet chassis. These vehicles are equipped with seats that may separate from the base frame due to bolt failure. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety System (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Collins will notify owners, and the manufacturer of the seats will replace the seats free of charge. The recall began on June 17, 2016. Owners may contact Collins customer service at 1-800-533-1850. Collins' number for this recall is 16E037." -05/17/2016,16V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V309000),Eldorado National-Kansas,Seat May Separate From the Base Frame/FMVSS 222,SEATS,NR (Not Reported),Vehicle,2,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2016 Advantage and Aerotech transit buses manufactured January 15, 2016, to January 29, 2016 and built on a Ford chassis. These vehicles are equipped with seats that may separate from the base frame due to bolt failure. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety System (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Eldorado has notified owners, and dealers will replace the seats, free of charge. The recall began June 6, 2016. Owners may contact Freedman Seating Company at 1-773-524-2440 or Eldorado customer service at 1-800-955-9086." -05/16/2016,16V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V302000),"Chrysler (FCA US, LLC)",Clutch Diaphragm Spring May Fracture,POWER TRAIN,S34,Vehicle,39185,"Chrysler (FCA US LLC) is recalling certain model year 2012-2016 Fiat 500 vehicles manufactured June 21, 2010, through January 12, 2016, equipped with a manual transmission. The clutch diaphragm spring may fracture and fail, causing an inability to switch gears.","If the clutch diaphragm spring fails, the driver may not be able to shift gears or the vehicle may lose motive power, increasing the risk of a crash.","The remedy for this recall will include the installation of a clutch pedal limiter and a clutch pedal switch. The recall began on November 10, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S34." -05/16/2016,16V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V301000),"Chrysler (FCA US, LLC)",Front Halfshafts May Fracture,POWER TRAIN,S32,Vehicle,64,"Chrysler (FCA US LLC) is recalling certain 2016 RAM 1500 trucks manufactured February 19, 2016, to March 3, 2016. The front halfshafts may have been incorrectly manufactured causing them to fracture without warning.","A fractured halfshaft may damage underbody components and create road debris, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace both front halfshafts, free of charge. The recall began on July 5, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S32." -05/16/2016,16E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E042000),"Takata (TK Global, LLC)",Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,8500000,"Takata Corporation (Takata) has determined that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment�or�replacement equipment,�such as after a vehicle crash necessitating replacement of the original air bags,�may rupture due to�propellant degradation occurring after�long-term�exposure to high absolute humidity, high temperatures, and high temperature cycling.� This recall addresses vehicles ever registered in�the states of�Alabama, California, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, American Samoa, Guam, the Northern Mariana Islands (Saipan), and the U.S. Virgin Islands. �",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. Takata notified the OEMs on May 16, 2016. NHTSA will supply this information as soon as possible. Note: Vehicles registered outside of these states may be covered by recalls 16E-043 or 16E-044." -05/16/2016,16E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E043000),"Takata (TK Global, LLC)",Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,5100000,"Takata Corporation (Takata) has determined that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment, such as after a vehicle crash necessitating replacement of the original air bags, may rupture due to propellant degradation occurring after long-term exposure to moderate absolute humidity, temperatures, and temperature cycling. This recall addresses vehicles ever registered in the states of Arizona, Arkansas, Delaware, District of Columbia, Illinois, Indiana, Kansas, Kentucky, Maryland, Missouri, Nebraska, Nevada, New Jersey, New Mexico, North Carolina, Ohio, Oklahoma, Pennsylvania, Tennessee, Virginia, and West Virginia.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. Takata notified the OEMs on May 16, 2016. NHTSA will supply this information as soon as possible. Note: Vehicles registered outside of these states may be covered by recalls 16E-042 or 16E-044." -05/16/2016,16E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E044000),"Takata (TK Global, LLC)",Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,250000,"Takata Corporation (Takata) has determined that certain PSPI, PSPI-1.1, PSPI-2, PSPI 6, PSPI-L, and SPI air bag inflators assembled as part of the frontal air bag modules, and used as original equipment or replacement equipment, such as after a vehicle crash necessitating replacement of the original air bags, may rupture due to propellant degradation occurring after long-term exposure to lower absolute humidity, temperature and temperature cycling. This recall addresses vehicles ever registered in the states of Alaska, Colorado, Connecticut, Idaho, Iowa, Maine, Massachusetts, Michigan, Minnesota, Montana, New Hampshire, New York, North Dakota, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington, Wisconsin, and Wyoming.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. Takata notified the OEMs on May 16, 2016. NHTSA will supply this information as soon as possible. Note: Vehicles registered outside of these states may be covered by recalls 16E-042 or 16E-043." -05/16/2016,16V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V307000),"Altec Industries, Inc.",Improperly Torqued Rotation Bearing Fasteners,EQUIPMENT,CSN 633,Vehicle,63,"Altec Industries Inc. (Altec) is recalling certain model year 2014-2016 DL and DM Digger Derricks manufactured October 1, 2014, to April 30, 2016 with the digger booms mounted in the corner. The rotation bearing fasteners on the affected vehicles may not have been properly torqued.","If the fasteners are loose or improperly torqued, structural failure may result, causing unexpected movement of the digger derrick and increasing the risk of injury.","Altec has notified owners, and instruct them to perform the annual torque inspection, free of charge. The recall began June 2, 2016. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 633." -05/16/2016,16V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V300000),"Chrysler (FCA US, LLC)",Incorrect Torque On Third Row Seats,SEATS,S37,Vehicle,99,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Grand Caravan and Chrysler Town and Country vehicles manufactured March 16, 2016, to March 17, 2016. The nuts on the third row seatbacks were incorrectly torqued and may become loose.","If the third row seatback becomes loose, it may separate from the seat frame, increasing the risk of injury.","Chrysler will notify owners, and dealers will re-torque the third row seatback nuts, free of charge. The recall began on July 1, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S37." -05/16/2016,16V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V304000),"Jayco, Inc.",Missing Lock Washers to Secure Propane Tank,EQUIPMENT,9901298,Vehicle,241,"Jayco, Inc. (Jayco) is recalling certain 2016 Jay Flight SLX recreational trailers manufactured March 3, 2016, to April 20, 2016. The bolts that secure the propane tank to the trailer's A-frame may be missing lock washers, allowing the propane tank to loosen and detach from the vehicle.","If the propane tank detaches from the trailer, there is an increased risk of a crash.","Jayco has notified owners, and dealers will install the lock washers to the two bolts that secure the propane tank to the A-frame, free of charge. The recall began on May 17, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901298." -05/16/2016,16V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V303000),"Chrysler (FCA US, LLC)",Propulsion System May Shut Down,ELECTRICAL SYSTEM,S26,Vehicle,16584,"Chrysler (FCA US LLC) is recalling certain model year 2013-2016 Fiat 500e vehicles manufactured March 22, 2012, to January 29, 2016. The power inverter module (PIM) may experience voltage spikes which can cause the propulsion system to shut down and loss of motive power.",Loss of motive power can increase the risk of a crash.,"Chrysler will notify owners, and dealers will update the PIM software, free of charge. The recall began on July 5, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S26." -05/16/2016,16V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V306000),"Mercedes-Benz USA, LLC",Rear Tie Rod Lock Nuts may Loosen,SUSPENSION,2016050008,Vehicle,327,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 SLK300 vehicles manufactured January 19, 2016 to April 19, 2016. In the affected vehicles, improperly manufactured lock nuts may have been used on the rear wheel tie rod connection, and as a result, the rear wheel alignment may change and the rear axle may steer independently.",A change of the rear wheel alignment and independent steering of the rear axle may increase the risk of a crash.,"MBUSA will notify owners, and dealers will replace the lock nuts on the rear tie rods, free of charge. The recall began on June 24, 2016. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2016050008." -05/16/2016,16E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E041000),"Chrysler (FCA US, LLC)",Seat Cover Affects Air Bag Deployment,EQUIPMENT,S30,Equipment,345,"Chrysler (FCA US LLC) is recalling aftermarket Mopar Canvas Seat Covers for certain 2012-2016 RAM 1500, 2500, and 3500 trucks. These Mopar canvas seat covers were sold through Chrysler dealerships beginning October 15, 2015. The seat covers can impede the deployment of the seat thorax airbags.","If the seat cover impedes the air bag deployment, the seat thorax air bags may not provide adequate protection in the event of a crash, increasing the risk of a injury.","Chrysler will notify owners to remove the front seat covers and return them for a full refund. The recall began on July 1, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S30." -05/13/2016,16V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V297000),Quality Trailers,Axle May Disconnect From Spring Hangers,SUSPENSION,NR (Not Reported),Vehicle,57,"Quality Trailers is recalling certain model year 2015 Flatbed Equipment and Wedge Car Hauler trailers manufactured April 1, 2015, to April 30, 2016. The lock nuts that secure the axle hanger to the springs may not have been properly crimped allowing the nut to loosen and detach during operation.","If the nuts were to fall off, the bolts could loosen, and the axle may disconnect from the spring hangers, shifting or detaching from the trailer and increasing the risk of a crash.","Quality Trailers will notify owners, and provide them with new Nylock replacement nuts, free of charge. The recall began on May 26, 2016. Owners may contact Quality customer service at 1-336-859-2501." -05/13/2016,16V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V299000),Supreme Corporation,Electric Entry Steps may Become Unstable,EQUIPMENT,NR (Not Reported),Vehicle,153,"Supreme Corporation (Supreme) is recalling certain model year 2007-2009 Silver Crown and Ponyxpress vehicles manufactured January 24, 2007, to June 30, 2010 and equipped with entry steps that electrically extend and retract. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may become unstable.",Unstable entry and exit steps increase the risk of injury.,"Supreme will notify owners and advise them to have a Lippert Components dealer install a retainer bracket, free of charge. The recall began on June 20, 2016. Owners may contact Lippert Components customer service at 1-574-537-8900 or Supreme customer service at 1-574-642-0800." -05/13/2016,16V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V298000),Supreme Corporation,Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Vehicle,80,"Supreme Corporation (Supreme) is recalling certain model year 2010-2016 Classic American Trolley vehicles manufactured November 19, 2010, to January 29, 2016 and equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seat belt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Supreme will notify owners to have a Recaro dealers inspect the seats for missing welds. If missing welds are found, the seats will be repaired, free of charge. The recall began on June 20, 2016. Owners may contact Recaro customer service at 1-248-484-3203 or Supreme customer service at 1-574-642-0800." -05/13/2016,16E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E040000),"ZF North America, Inc.",Possible Steering Loss Due to Wrong Spacer,SUSPENSION,NR (Not Reported),Equipment,1951,"ZF North America, Inc. (ZF) is recalling certain RL 77, and RL 80 EM axle assemblies, part numbers 4474077034, 4474077019, 447407718, 4474077021, 4474077020, 4474077036, 4474077026, and 44740770 manufactured May 1, 2014, to May 29, 2015. Certain ZF RL77 / 80EM independent front steering axles equipped with Bosch 8018 steering boxes. The boxes were manufactured using incorrect internal spacers that can cause premature wear in the connection between the steering wheel and the front axle.","The steering wheel's connection to the front axle could fail resulting in a sudden loss of steering ability, increasing the risk of a crash.","ZF has notified its vehicle manufacturing purchasers and will work with them on executing free recall remedies for all affected vehicles. The recall began on May 19, 2016. Owners are urged not to drive their vehicles until they have been inspected. Owners may contact ZF customer service at 1-734-416-6200." -05/12/2016,16V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V296000),Supreme Corporation,Electrical Short in Marker Light May Cause Fire,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,23238,"Supreme Corporation (Supreme) is recalling certain model year 2011-2014 Signature Van, Iner-City, and Kold King vehicles manufactured April 1, 2011, to December 31, 2014. These vehicles have roof marker lights mounted on composite corner caps.","In the event that a marker light short circuits, the corner cap may catch fire.","Supreme will notify owners, and dealers will install an in-line fuse with suitable amperage for the marker light circuit, free of charge. The recall began on July 1, 2016. Owners may contact Supreme customer service at 1-574-642-0800." -05/12/2016,16V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V293000),E-One Incorporated,Pump Strainer could fail due to Weak Soldering,EQUIPMENT,NR (Not Reported),Vehicle,140,"E-One Incorporated (E-One) is recalling certain model year 2015-2016 Cyclone II, Quest II and Typhoon emergency vehicles manufactured May 1, 2015, to March 31, 2016, equipped with pumps to provide pressurized water to aid in fighting fires. These pumps have 6"" intake strainers that may have been improperly soldered during production and, as a result, the strainers may come apart during use, allowing parts of the strainer and debris to enter the pump, possibly damaging the pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","E-One will notify owners to check the strainer for missing solder at the joints. Any strainers missing solder will be replaced, free of charge. The recall began on June 6, 2016. Owners may contact E-One customer service at 1-352-861-3612 or Hale customer service at 1-800-533-3569." -05/12/2016,16V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V294000),Kovatch Mobile Equipment Corp.,Pump Strainer could fail due to Weak Soldering,EQUIPMENT,NR (Not Reported),Vehicle,108,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2016 KME Predator and KME 2016-2107 Predator Severe Service and Panther emergency vehicles, equipped with pumps to provide pressurized water to aid in fighting fires. These pumps have 6"" intake strainers that may have been improperly soldered during production and, as a result, the strainers may come apart during use, allowing parts of the strainer and debris to enter the pump, possibly damaging the pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","KME will notify owners to check the strainer for missing solder at the joints. Any strainers missing solder will be replaced, free of charge. The recall began on June 14, 2016. Owners may contact KME customer service at 1-570-669-5577 or Hale Products Customer Service Center at 1-800-533-3569." -05/12/2016,16V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V295000),"Champion Bus, Inc.",Seat May Separate From the Base Frame/FMVSS 222,SEATS,NR (Not Reported),Vehicle,5,"Champion Bus, Inc. (Champion) is recalling certain model year 2016 Champion Bus Challenger shuttle buses manufactured January 29, 2016, to April 4, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety System (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Champion will notify owners, and dealers will replace the seats, free of charge. The recall began on May 27, 2016. Owners may contact Champion customer service at 810-724-1753 extension 415." -05/11/2016,16V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V290000),"Chrysler (FCA US, LLC)",Clockspring Assembly May Become Contaminated,AIR BAGS,S33,Vehicle,388532,"Chrysler (FCA US LLC) is recalling certain model year 2007-2010 Jeep Wrangler JK vehicles manufactured March 2, 2006, to August 13, 2010. The clockspring assembly may become contaminated with dust and cause the air bag circuit to fail.","Failure of the air bag circuit may prevent the driver's frontal air bag from deploying in the event of a crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the clockspring, wheel back cover, and column shroud, free of charge. The recall began on December 14, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S33." -05/11/2016,16V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V288000),"Chrysler (FCA US, LLC)",Clockspring Assembly May Become Contaminated,AIR BAGS,S40,Vehicle,7196,"Chrysler (FCA US LLC) is recalling certain model year 2011-2016 Right Hand Drive Jeep Wrangler vehicles manufactured February 16, 2010, to May 2, 2016. The clockspring assembly may become contaminated with dust and cause the air bag circuit to fail.","Failure of the air bag circuit may prevent the driver's frontal air bag from deploying in the event of a crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the clockspring, wheel back cover, and column shroud, free of charge. The recall began on August 11, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S40." -05/11/2016,16V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V285000),"Forest River, Inc.",Front Sway Bar May Detach,STEERING,40-05032016-0183,Vehicle,62,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Berkshire manufactured May 29, 2015, to April 26, 2016, and 2016 Coachmen Cross Country recreational vehicles manufactured April 30, 2015, to December 14, 2015 and built on Daimler Trucks chassis. The front sway bar mounting brackets may not fit properly on the axle causing the mounting bolts to bend or loosen.","If the sway bar bolts loosen, the sway bar may detach from the axle, affecting the handling and increasing the risk of a crash.","Forest River will notify owners, and Daimler Trucks dealers will modify the mounting of the sway bar, free of charge. The recall began on June 30, 2016. Owners may contact DTNA customer service at 1-800-547-0712. Forest River's number for this recall is 40-05032016-0183." -05/11/2016,16V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V291000),Keystone RV Company,Incorrect Axles Installed,SUSPENSION,16-252,Vehicle,21,"Keystone RV Company (Keystone) is recalling certain model year 2016-2017 Passport recreational trailers, model 3350BHWE, manufactured January 6, 2016, to April 21, 2016. These trailers were built with axles that have a 3500 pound capacity instead of being built with axles that have a 4400 pound capacity.","If the vehicle is loaded to the specifications listed, the incorrect axle may be overloaded and fail as a result, increasing the risk of a crash.","Keystone has notified owners, and dealers will replace the axle, free of charge. The recall began May 16, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-252." -05/11/2016,16V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V289000),Pacific Coachworks,Incorrect Cargo Carrying Capacity/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,135,"Pacific Coachworks is recalling certain model year 2016 Rage'N toy haulers, model 27FBX, manufactured April 1, 2015, to April 30, 2016. There may be an incorrect Cargo Carrying Capacity (CCC) value printed on the Federal Information label, allowing the vehicle to be over loaded. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheel and Rims - Other Than Passenger Cars.""","If the vehicle was loaded to the incorrect CCC on the label, the vehicle would be overloaded, possibly causing tire failure, and increasing the risk of a crash.","Pacific Coachworks will notify owners, and dealers will issue a corrected Federal Information Tag with the correct CCC information, free of charge. The recall began on June 27, 2016. Owners may contact Pacific Coachworks customer service at 1-951-686-7294." -05/11/2016,16V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V287000),"Chrysler (FCA US, LLC)",Left Front Halfshaft May Fracture,POWER TRAIN,S38,Vehicle,52,"Chrysler Group LLC (Chrysler) is recalling certain model year 2016 Jeep Cherokee vehicles manufactured September 30, 2015, to October 2, 2015. The left halfshaft may have been incorrectly manufactured causing it to fracture without warning.","A fractured halfshaft may disconnect from the drive axle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the left halfshaft, free of charge. The recall began on June 30, 2016. Owners may contact Chrysler's customer service at 1-800-853-1403. Chrysler's recall number is S38." -05/11/2016,16V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V292000),"Subaru of America, Inc.",Loss of Steering Ability,STEERING,WTD-65,Vehicle,48819,"Subaru of America, Inc. (Subaru) is recalling certain model year 2016-2017 Legacy and Outback vehicles manufactured February 29, 2016, to May 6, 2016. The steering column on the affected vehicles may have been improperly machined, and as a result, turning the steering wheel may have no effect on the direction of the wheels.",The loss of steering ability would increase the risk of a crash.,"Subaru will notify owners, and dealers will inspect the lot number on the steering column, replacing the steering column, as necessary, free of charge. The recall began May 13, 2016. Owners may contact Subaru customer service at 1-800-782-2783 or by visiting http://www.wtd65.service-campaign.com. Subaru's number for this recall is WTD-65. Note: Until the vehicles have been inspected, owners are advised not to drive their vehicles." -05/11/2016,16V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V286000),Great Lakes Manufacturing Inc.,Rear Impact Guards not Wide Enough/FMVSS 224,STRUCTURE,NR (Not Reported),Vehicle,360,"Great Lakes Manufacturing Inc. (Great Lakes) is recalling certain model year 1998-2016 Drywall Pup trailers manufactured January 1, 1998, to April 29, 2016. The rear impact guards on the affected trailers do not extend within 4"" of the side of the vehicle. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 224, ""Rear Impact Protection.""","If the rear impact guards to not stretch the required length, it can increase the risk of injury in the event of a crash.","Great Lakes will notify owners, and dealers will retrofit a new rear impact guard, free of charge. The recall began on June 29, 2016. Owners may contact Great Lakes customer service at 1-920-842-2012." -05/11/2016,16V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V284000),"Chrysler (FCA US, LLC)",Right Front Halfshaft May Fracture,POWER TRAIN,S39,Vehicle,1029,"Chrysler Group LLC (Chrysler) is recalling certain model year 2016 Jeep Cherokee vehicles manufactured October 3, 2015, to March 22, 2016. The right halfshaft may have been incorrectly manufactured causing it to fracture without warning.","A fractured halfshaft may disconnect from the drive axle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the right halfshaft, free of charge. The recall began on June 30, 2016. Owners may contact Chrysler's customer service at 1-800-853-1403. Chrysler's recall number is S39." -05/10/2016,16V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V283000),Harley-Davidson Motor Company,Engine Vibrations may Damage the Ignition Switch,ELECTRICAL SYSTEM,0168,Vehicle,8060,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014.5-2016 Dyna Low Rider motorcycles (FXDL 103) manufactured January 6, 2014 to April 7, 2016. In the affected motorcycles, engine vibrations may damage the ignition switch internally and, as a result, the engine may shut off while riding.","If the engine shuts off, the motorcycle would stall, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will install an improved ignition switch, free of charge. The recall began on June 3, 2016. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0168." -05/10/2016,16V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V278000),REV Recreation Group,Framework may cause Tire Interference,STRUCTURE,160429REV,Vehicle,49,"REV Recreation Group (REV) is recalling certain model year 2016-2017 Holiday Rambler Endeavor motor homes, models 40DP, 40G, 40E, 40G and 40X, manufactured November 23, 2015, to April 7, 2016, and Holiday Rambler Endeavor XE motor homes , model 37PE, manufactured November 17, 2015, to April 6, 2016. The affected vehicles have a section of framework that may rub, or cause the mud flap to rub, against the front passenger-side tire, resulting in excessive tire wear. Additionally, steering may be restricted.",Excessive tire wear may result in tire failure. Restricted steering can affect control of the vehicle. Either condition increases the risk of a crash.,"REV will notify owners, and dealers will inspect the tube steel skirt framing and remove the diagonal section if present, and install additional screws to secure the mud flap. This repair will be done free of charge. The recall began on June 14, 2016. Owners may contact REV customer service at 1-800-509-3417. REV's number for this recall is 160429REV." -05/10/2016,16V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V277000),"Winnebago Industries, Inc.",Front Sway Bar May Detach,STEERING,NR (Not Reported),Vehicle,91,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2016 Winnebago Journey and Forza, and 2016 Itasca Solei and Meridian motor homes manufactured May 7, 2015, to March 25, 2016. In the affected vehicles, the front sway bar mounting brackets may not fit properly on the axle causing the mounting bolts to bend or loosen.","If the sway bar bolts loosen, the sway bar may detach from the axle, affecting the handling and increasing the risk of a crash.","Winnebago owners will be notified by Daimler Trucks North America (DTNA) and DTNSA will modify the sway bar mounting, free of charge. The recall began on June 7, 2016. Owners may contact DTNA at 1-800-547-0712." -05/10/2016,16V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V279000),"KTM North America, Inc.",Rear Shock may Leak Oil and Lose Function,SUSPENSION,TB1611,Vehicle,1238,"KTM North America, Inc. (KTM) is recalling certain model year 2015-2016 1290 Super Adventure motorcycles manufactured December 1, 2014, to December 11, 2015. These motorcycles have a rear shock absorber that may leak oil from the rebound damping plug, resulting in a loss of shock function.","Loss of function of the rear shock may affect the handling of the motorcycle, increasing the risk of a crash.","KTM will notify owners, and dealers will inspect the rebound damping plug for leaking and replace the shock absorber, as necessary, and install a new version of the suspension control unit software, free of charge. The recall began June 28, 2016. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is TB1611." -05/10/2016,16V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V281000),Turtle Top,Seat May Separate From the Base Frame,SEATS,16E-037,Vehicle,6,"Turtle Top is recalling certain model year 2016 Odyssey transit buses manufactured December 17, 2015, to March 29, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection"", and 213, ""Child Restraint Systems.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Turtle Top will notify owners, and dealers will replace the seats, free of charge. The recall began on June 22, 2016. Owners may contact Turtle Top customer service at 1-574-831-4340. Turtle Top's number for this recall is 16E-037." -05/10/2016,16V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V280000),Newmar Corporation,Steering Fluid Temperature may Exceed Hose Rating,STEERING,16V-121,Vehicle,93,"Newmar Corporation (Newmar) recalling certain model year 2014-2015 Essex, and 2015 Mountain Aire and London Aire motorhomes manufactured from May 20, 2013, through April 09, 2015. These vehicles are built on Freightliner rear engine chassis that have 18,000lb or 20,000lb-capacity front axles. In these motorhomes, the power steering fluid temperature may exceed the power steering hose material rating, subsequently causing the hoses to fail, resulting in a sudden loss of power steering.","Loss of power steering assist would result in increased difficulty to steer the vehicle in either direction at low speeds, increasing the risk of a crash.","Newmar will notify owners, and Freightliner dealers will replace the power steering hose with a higher temperature rated one, free of charge. The recall began on June 15, 2016. Owners may contact Freightliner customer service at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V-121." -05/10/2016,16V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V282000),Keystone RV Company,Television and Bracket may Fall from the Wall,EQUIPMENT,16-251,Vehicle,88,"Keystone RV Company (Keystone) is recalling certain model year 2016-2017 Keystone Outback recreational trailers, model 326RL, manufactured February 24, 2016, to April 21, 2016. These vehicles have a television mounting bracket that may not be properly secured to the wall.","The improperly secured bracket may allow the TV to fall, increasing the risk of injury to an occupant nearby.","Keystone has notified the affected owners. Dealers will re-install the TV bracket with larger screws, free of charge. The recall began on May 13, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-251." -05/10/2016,16V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V276000),Elpers Truck Equipment,Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001 - IMT dist,Vehicle,35,"Elpers Truck Equipment (Elpers) is recalling certain model year 2013-2016 Peterbilt 337, International 4300, 4400, Maxforce, Dodge 5500, and Ford F-450, and F-550 trucks manufactured April 4, 2013, to January 22, 2016 and equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, and 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Elpers will notify owners, and dealers will replace the valve bank cover, with a thicker gauge cover, free of charge. The recall began on May 25, 2016. Owners may contact Elpers' customer service at 1-877-244-4596. Elpers' number for this recall is TB2016001 - IMT dist." -05/09/2016,16V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V275000),Shyft Group,Improperly Installed Push-to-Trip Circuit Breaker,ELECTRICAL SYSTEM,16013,Vehicle,89,"Spartan Motors USA (Spartan) is recalling certain model year 2012-2015 Utilimaster Aeromaster vehicles manufactured from November 5, 2013, through March 31, 2016. The push-to-trip circuit breaker for the lift gate system may have been improperly wired. As a result, even though the circuit breaker has been pushed, the lift gate system may still be powered.","With an improperly wired circuit breaker, maintenance personnel could be unaware that the lift gate system is still energized, increasing the risk of personal injury.","Spartan will notify owners, and dealers will move and properly install the push-to-trip breaker on the driver's side of the vehicle, free of charge. The recall began on June 8, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16013." -05/06/2016,16V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V274000),"Jaguar Land Rover North America, LLC",License Plate Lamp may Detach/FMVSS 108,EXTERIOR LIGHTING,P077,Vehicle,14731,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2015-2016 Land Rover Discovery Sport vehicles manufactured September 17, 2014, to March 5, 2016. In the affected vehicles, the license plate illumination lamp may fall out. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without license plate illumination, the vehicle may be difficult to identify at night.","Land Rover will notify owners, and dealers will replace both rear license plate lamp housings, free of charge. The recall began on June 21, 2016. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P077." -05/06/2016,16V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V273000),"Chrysler (FCA US, LLC)",Power Steering Return Hose may Rupture,STEERING,S08,Vehicle,8569,"Chrysler (FCA US LLC) is recalling certain model year 2009-2016 Dodge Journey vehicles manufactured July 31, 2007, to November 12, 2016. After exposure to cold temperatures, the power steering return hose may rupture at engine start-up causing a loss of power steering assist.","A loss of power steering assist may require extra steering effort, especially at lower speeds, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the power steering return hoses, steel tubes, and power steering oil cooler, free of charge. The recall began on May 24, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S08." -05/05/2016,16V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V272000),"General Motors, LLC",Electronic Stability Control Systems/FMVSS 126,ELECTRONIC STABILITY CONTROL,39440,Vehicle,66,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Malibu vehicles manufactured March 7, 2016, through March 12, 2016. The memory chip in the electronic brake control module (EBCM) may fail and cause the loss of electronically controlled brake systems including anti-lock brakes (ABS) and electronic stability control (ESC). As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","If the EBCM fails the primary braking system will still function, however, the loss of ABS and ESC increase the risk of a crash.","GM will notify owners, and dealers will install a replacement EBCM, free of charge. The recall began on June 17, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020). GM's number for this recall is 39440." -05/04/2016,16V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V271000),"Kaufman Trailers of NC, Inc.",Axle May Disconnect From Spring Hangers,SUSPENSION,NR (Not Reported),Vehicle,522,"Kaufman Trailers (Kaufman) is recalling certain model year 2015-2016 Flatbed Equipment and Wedge Car Hauler trailers manufactured April 1, 2015, to April 30, 2016. The lock nuts that secure the axle hanger to the springs may not have been properly crimped allowing the nut to loosen and detach during operation.","If the nuts were to fall off, the bolts could loosen, and the axle may disconnect from the spring hangers, shifting or detaching from the trailer and increasing the risk of a crash.","Kaufman will notify owners, and provide them with new Nylock replacement nuts, free of charge. The recall began on May 20, 2016. Owners may contact Kaufman customer service at 1-336-790-6800." -05/04/2016,16V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V270000),Newmar Corporation,Front Sway Bar May Detach,STEERING,16V 208,Vehicle,59,"Newmar Corporation (Newmar) is recalling certain model year 2015-2016 Ventana, and Ventana LE vehicles manufactured March 27, 2015, to February 8, 2016, built on a Freightliner chassis. The front sway bar mounting brackets may not fit properly on the axle causing the mounting bolts to bend or loosen.","If the sway bar bolts loosen, the sway bar may detach from the axle, affecting the handling and increasing the risk of a crash.","Newmar will notify owners, and dealers for Daimler Trucks, manufacturer of the chassis, will modify the sway bar mounting, free of charge. The recall began on June 14, 2016. Owners should contact Daimler Trucks North America LLC at 1-800-547-0712, or e-mail them at DTNA.Warranty.Campaigns@Daimler.com to locate a service center. Owners may also contact the Newmar service department at 1-800-731-8300. Newmar's number for this recall is 16V 208." -05/04/2016,16V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V268000),"Volvo Car USA, LLC",Sunroof may Fully Close Unintentionally,VISIBILITY,R89702,Vehicle,30214,"Volvo Car USA LLC (Volvo) is recalling certain model year 2016 XC90 vehicles manufactured January 27, 2015, to April 23, 2016. The sunroofs on the affected vehicles have a switch on the overhead console that may not be adequately recessed to prevent the switch from being unintentionally pressed. When pressed, the sunroof may fully close. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""","If the switch is unintentionally pressed and the sunroof panel closes, there is an increased risk of occupant injury.","Volvo will notify owners, and dealers will perform a software upgrade that disables the auto-close function, free of charge. The recall began June 24, 2016. Owners may contact Volvo customer service at 1-800-458-1552 or by visiting http://Volvo.custhelp.com. Volvo's number for this recall is R89702." -05/04/2016,16V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V269000),"Auto Truck, Inc.",Valve Bank Cover May Crack and Detach,EQUIPMENT,"TB2016001, TB2016002",Vehicle,158,"Auto Truck Inc. (Auto Truck) is recalling certain model year 2013-2016 IMT Dominator Series III vehicles manufactured April 4, 2013, to January 22, 2016, equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, or 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Auto Truck will notify owners, and dealers will replace the valve bank cover, with a thicker cover, free of charge. The recall began on June 29, 2016. Owners may contact Auto Truck customer service at 1-855-288-6875. Auto Truck's number for this recall is TB2016001, and TB2016002." -05/03/2016,16V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V267000),"Forest River, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,51-04262016-0182,Vehicle,77,"Forest River, Inc. (Forest River) is recalling certain model year 2007-2014 Solera, and Coachmen Prism vehicles, built on Mercedes-Benz and Freightliner Sprinter chassis. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Forest River will notify owners, and either Mercedes-Benz or Freightliner dealers will replace the driver frontal air bag inflator, free of charge. Parts are not currently available. Interim notices were sent on June 23, 2016. A second notice will be sent when remedy parts are available. Owners may contact Forest River customer service at 1-877-496-3691 or may call the Sprinter/Takata hotline at 1-877-496-3691. Forest River's number for this recall is 51-04262016-0182." -05/03/2016,16V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V265000),Blue Bird Body Company,Seat May Separate From the Base Frame,SEATS,R16YP-NSB,Vehicle,6,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2017 All American Forward Engine transit buses manufactured February 9, 2016, to February 19, 2016 and one Vision transit bus manufactured on February 1, 2016, equipped with Freedman Integrated Child Seats (ICS) Passenger Seats. These vehicles are equipped with seats that may separate from the base frame due to bolt failure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Blue Bird has notified owners, and dealers will replace the seats, free of charge. The recall began on May 23, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R16YP-NSB." -05/03/2016,16V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V266000),Adkins Truck Equipment Co,Valve Bank Cover May Crack and Detach,EQUIPMENT,16V-266,Vehicle,77,"Adkins Truck Equipment Co. (Adkins) is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV trucks equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, or 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported..","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Adkins will notify owners, and dealers will replace the valve bank cover with a thicker cover, free of charge. The recall began during May 2016. Owners may contact Adkins customer service at 1-704-596-2299. Adkins' number for this recall is 16E-012." -05/02/2016,16V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V263000),Kovatch Mobile Equipment Corp.,Cab Doors may Open Unexpectedly,STRUCTURE,NR (Not Reported),Vehicle,14,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2012-2014 Predator Severe-Service vehicles manufactured September 2, 2011, to September 20, 2013. The cab door latch retaining hardware may loosen, preventing the cab door from closing properly and allowing the cab door to open unexpectedly while moving.","If the door opens while the vehicle is in motion, the occupants are at an increased risk of injury.","KME will notify owners, and dealers will inspect the cab door latch hardware, replacing it as necessary, free of charge. The recall began on May 25, 2016. Owners may contact KME customer service at 1-800-235-3926." -05/02/2016,16V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V264000),"Maserati North America, Inc.",Improperly Torqued Rear Tie Rod Bolt,SUSPENSION,303,Vehicle,26464,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014-2016 Quattroporte and Ghibli vehicles manufactured February 1, 2013, to September 18, 2015. During the assembly process, the rear tie-rod to hub assembly attaching bolt may not have been properly tightened.","An improperly tightened rear tie-rod to hub carrier assembly attaching bolt may allow the tie-rod to separate from the hub carrier, resulting in a loss of control, increasing the risk of a crash.","Maserati will notify owners, and dealers will inspect the left and right rear tie-rod to hub carrier assembly attaching bolts to verify that they are properly tightened, replacing the rear tie-rod to hub carrier assembly as necessary, free of charge. The recall is expected to begin during July 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 303." -05/02/2016,16V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V262000),QT Equipment,Valve Bank Cover May Crack and Detach,EQUIPMENT,NR (Not Reported),Vehicle,271,"QT Equipment is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV trucks equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, or 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","QT Equipment will notify owners, and dealers will replace the valve bank cover, with a thicker cover, free of charge. The recall began on June 22, 2016. Owners may contact QT Equipment customer service at 1-800-758-2410." -04/29/2016,16V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V260000),Thor Motor Coach,Anchorage Strength Requirements/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,32,"Thor Motor Coach (TMC) is recalling certain model year 2017 ACE and Road Bear Rental motorhomes manufactured February 11, 2016, to March 9, 2016. The seat belt anchorages located in the slide out section may not meet the specified strength requirements, allowing them to pull loose during a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat belt anchorages pull loose in a crash, they will not properly restrain the occupant, increasing the risk of injury.","TMC will notify owners, and dealers will install reinforcement brackets, and plates, free of charge. The recall began on May 27, 2016. Owners may contact TMC customer service at 1-877-500-1020." -04/29/2016,16C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C005000),Kiddy USA,Buckle May Only Partially Engage/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,1429,"Kiddy USA (Kiddy) is recalling certain World Plus combination forward facing child restraints that convert to a high back booster seat, model 51 100 WP, manufactured from July 2, 2012, through October 5, 2013. The buckle/tongue on the affected booster seats may only partially engage. As a result, the consumer may have a false impression that the buckle is fully latched when it is not. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","A partially engaged buckle will not adequately restrain the child in the event of a crash, increasing the risk of injury.","Kiddy will notify registered owners and will reimburse owners the full purchase price of the car seat plus packaging costs. The recall began on June 15, 2016. Owners may contact Kiddy customer service at 1-855-92KIDDY (1-855-925-4339)." -04/29/2016,16V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V258000),"Forest River, Inc.",Incorrect Information on Federal Placard/FMVSS 110,EQUIPMENT,15-04172016-0179,Vehicle,38,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Cardinal recreational vehicles, models CAF3455RL, CAF3825FL and CAF3850RL, manufactured from November 20, 2015, through April 1, 2016. These vehicles may be equipped with a Federal Placard that indicates an incorrect tire and rim combination. The placard states the tire and rim combination is ST235/80R16 LRE Tires with 80 PSI and a rim designation of 16X6.00JJ, when the actual combination on the vehicle is LT235/85T16 LRG Tires with 110 PSI and a rim designation of 16X6.00HD. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","If the operator inflates the tires to the PSI indicated on the label, the tires will be operated while being under-inflated causing pre-mature wear and a possible tire blow out, increasing the risk of a vehicle crash.","Forest River will notify owners, and provide a new corrected Federal Placard, free of charge. The recall is expected to begin on, or about, June 23, 2016. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-04172016-0179." -04/29/2016,16V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V259000),Monroe Truck Equipment,Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001 - IMT dist,Vehicle,1,Monroe Truck Equipment (Monroe) is recalling one model year 2013 Ford F-550 truck with an IMT model 7500 crane. The affected crane has a valve bank cover that may crack and fall from the crane while the crane is being transported.,"If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","Monroe will notify the owner, and dealers will replace the valve bank cover with a thicker cover, free of charge. The recall began and was completed on May 2, 2016. Owners may contact Monroe customer service at 1-800-882-1900. Monroe's number for this recall is TB2016001 - IMT dist." -04/29/2016,16V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V261000),"Daimler Vans USA, LLC",Windows may Separate from Vehicle in a Crash,STRUCTURE,NR (Not Reported),Vehicle,55,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2015-2016 Mercedes Benz and Freightliner Sprinter 2500 and 3500 vehicles manufactured April 1, 2015, to October 31, 2015. The affected vehicles may have had multiple layers of paint applied, and as a result, in a crash, the windows may separate from the vehicle when the outer layer of paint peels from the layer below.","If the windows separate from the vehicle in a crash, the occupants are at a greater risk of injury.","DVUSA will notify owners, and dealers will remove the windows and inspect the paintwork, repainting the vehicles as necessary, free of charge. This recall began August 4, 2016. Owners may contact DVUSA customer service at 1-770-705-2070." -04/28/2016,16V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V257000),"General Motors, LLC",No 'Key Left in Ignition' Warning Chime/FMVSS 114,ELECTRICAL SYSTEM,17130,Vehicle,317572,"General Motors LLC (GM) is recalling certain model year 2013-2016 Chevrolet Sonic and Trax vehicles and 2013-2015 Chevrolet Spark vehicles equipped with a Bring Your Own Media radio. The affected radios may fail to provide an audible warning chime when the driver, after turning off the ignition and leaving the key in the cylinder, waits 10 minutes or longer to open the door. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114 ""Theft Protection.""","Without audible indicators, the driver may leave the key in the ignition, increasing the risk of theft.","GM will notify owners, and dealers will update the radio software, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 17130." -04/28/2016,16E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E039000),"Chrysler (FCA US, LLC)",Trailer Brake Lights may not Illuminate/FMVSS 108,ELECTRICAL SYSTEM,S29,Equipment,2291,"Chrysler (FCA US LLC) is recalling certain RAM ProMaster Trailer Light Modules, part number 68229650AB. These accessory modules were sold for installation on RAM ProMaster and ProMaster City vehicles. The Trailer Tow Lighting Control Module may have a software error on the affected vehicles and can prevent illumination of the trailer brake lights during brake actuation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""",Trailer brake lights that are inoperative can increase the risk of a crash.,"Chrysler will mail letters to owners to try to notify the purchasers of the modules, and dealers will replace the Trailer Tow Light Control Modules, free of charge. The recall began on June 20, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S29." -04/28/2016,16V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V253000),"Chrysler (FCA US, LLC)",Trailer Brake Lights may not Illuminate/FMVSS 108,ELECTRICAL SYSTEM,S22,Vehicle,6422,"Chrysler (FCA US LLC) is recalling certain model year 2014-2016 RAM ProMaster vehicles manufactured July 24, 2015, to February 15, 2016, and 2015-2016 ProMaster City vehicles manufactured August 15, 2014, to February 1, 2016. The Trailer Tow Lighting Control Module may have a software error on the affected vehicles and can prevent illumination of the trailer brake lights during brake actuation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""",Trailer brake lights that are inoperative can increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the Trailer Tow Light Control Module, free of charge. The recall began on June 20, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S22." -04/28/2016,16V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V252000),Newmar Corporation,Trailer Brakes may Stay Activated,"SERVICE BRAKES, HYDRAULIC",16V-204,Vehicle,1150,"Newmar Corporation (Newmar) is recalling certain model year 2014-2016 Dutch Star, Mountain Aire, Essex, and 2015-2016 London Aire vehicles manufactured March 27, 2013, to October 16, 2015 and built on a Freightliner chassis. On certain recreational vehicles built with a heavier, adjustable foot pedal, the brake activation signal to certain towed devices may not deactivate when the service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","Newmar will notify owners, and Freightliner dealers will modify the affected assemblies, free of charge. The recall began on May 26, 2016. Owners may contact Freightliner/Daimler Trucks North America LLC at 1-800-547-0712 or Newmar customer service at 1-800-731-8300. Newmar's number for this recall is 16V-204." -04/28/2016,16V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V256000),"General Motors, LLC",Upper Control Arms May Have Insufficient Welds,SUSPENSION,42190,Vehicle,3738,"General Motors LLC (GM) is recalling certain model year 2016-2017 Chevrolet Silverado 1500 and 2016 Cadillac Escalade, Cadillac Escalade ESV, Chevrolet Suburban, Chevrolet Tahoe, GMC Sierra, GMC Yukon and GMC Yukon XL vehicles. The front upper control arms may have inadequate welds near the control arm bushing.","Inadequate welds may allow the control arm to separate from the bushing, compromising steering and increasing the risk of a crash.","GM will notify owners, and dealers will replace the left and right front upper control arms and realign the vehicle, free of charge. The recall began on May 18, 2016. Until the repairs have been made, owners are advised not to drive their vehicles. Owners may contact Chevrolet customer service at 1-800-222-1020, Cadillac customer service at 1-800-458-8006, or GMC customer service at 1-800-462-8782. GM's number for this recall is 42190." -04/28/2016,16V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V254000),Custom Truck and Equipment,Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001,Vehicle,15,"Custom Truck and Equipment (CTE) is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV trucks manufactured April 4, 2013, to January 22, 2016, equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, and 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","CTE will notify owners, and dealers will replace the valve bank cover, with a thicker gauge cover, free of charge. The recall began on May 28, 2016. Owners may contact Custom Truck customer service at 1-888-712-2962. CTE's number for this recall is TB2016001." -04/28/2016,16V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V255000),Legacy Equipment Company,Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001 - IMT dist,Vehicle,51,"Legacy Equipment Company (LEC) is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV trucks equipped with IMT cranes, models 6000, 7500, 8600, 9500, 10000, 12000, and 14000. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","LEC will notify owners, and dealers will replace the valve bank cover, with a thicker gauge cover, free of charge. The recall began on June 3, 2016. Owners may contact LEC customer service at 1-801-975-0400. LEC's number for this recall is TB2016001 - IMT dist." -04/27/2016,16V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V249000),"Chrysler (FCA US, LLC)",Brake Transmission Shift Interlock Failure,EXTERIOR LIGHTING,S28,Vehicle,32384,"Chrysler (FCA US LLC) is recalling certain model year 2016 Jeep Grand Cherokee vehicles manufactured May 15, 2015 to February 19, 2016. The brake transmission shift interlock solenoid may have a loose electrical connection which could result in a loss of solenoid function.","If the solenoid loses function, the transmission may lock in the Park or Neutral position when the vehicle comes to a stop, possibly rendering the vehicle disabled in traffic, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the shifter assembly, free of charge. The recall began on May 27, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S28." -04/27/2016,16V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V250000),Ford Motor Company,"Driver Seat Riser Weld may Fail/FMVSS 207,210",SEAT BELTS,16C05,Vehicle,39,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford Fusion vehicles manufactured from March 10, 2016, through March 16, 2016. The front driver seat track assembly's rear riser may have been improperly welded to the seat track rail, and as a result, the driver may not be adequately restrained in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 207, ""Seating Systems"" and 210, ""Seat Belt Assembly Anchorages.""","An improperly welded driver seat riser may fail to adequately restrain the driver during crash, increasing the risk of injury.","Ford quarantined the affected vehicles at dealerships prior to their sale. Dealers will replace the front driver seat track rail, free of charge. The recall began on May 19, 2016. Ford's number for this recall is 16C05." -04/27/2016,16V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V251000),"Subaru of America, Inc.",Electronic Stability Control System/FMVSS 126,ELECTRONIC STABILITY CONTROL,WTC-64,Vehicle,766,"Subaru of America, Inc. (Subaru) is recalling certain model year 2015 Legacy and Outback vehicles manufactured on July 20, 2015. The brake fluid used in these vehicles may contain excess moisture which may adversely affect the performance of the electronic stability control system. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","Poor performance of the electronic stability control system when it is activated may result in a loss of vehicle control, increasing the risk of a crash.","Subaru will notify owners, and dealers will perform an ABS activation, then flush and replace the brake fluid, free of charge. The recall began on May 20, 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTC-64." -04/27/2016,16T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T006000),"Pirelli Tire, LLC",Missing the Date Code on the Tire/FMVSS 139,TIRES,NR (Not Reported),Tire,79,"Pirelli Tire LLC (Pirelli) is recalling certain P Zero Trofeo tires sizes, 225/50ZR15 91Y, manufactured from April 1, 2015, through April 7, 2015, and 245/45ZR16 94Y manufactured from March 21, 2015, through March 26, 2015. The affected tires may not be marked with a date code. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 139, ""New Pneumatic Radial Tires for Light Vehicles.""","A missing date code could render the tire difficult to identify in the event of a safety-related issue, possibly causing them not to be removed from service. This will increase the risk of crash.","Pirelli will notify owners, and dealers will replace the tires missing the date code, free of charge. The recall began on June 14, 2016. Owners may contact Pirelli customer service at 1-800-747-3554." -04/27/2016,16E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E038000),Hale Products Inc,Power Control Module Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,56220,"Hale Products Inc. (Hale) is recalling certain Class 1 Es-Key power control modules, models PDM, HDPDM, SN, and SNII, manufactured February 28, 2006, to April 6, 2016. The affected power control modules may not provide sufficient circuit protection depending on their combination of software and installation, possibly resulting in a short circuit.","A short circuit may result in damage to components of the vehicle's electrical system, affecting their function such as causing a loss of headlights, increasing the risk of a crash. A short circuit may also increase the risk of a fire.","Hale will notify owners, and dealers will upgrade the software or retrofit fuses to outputs, free of charge. The recall began on June 6, 2016. Owners may contact Hale customer service at 1-800-533-3569." -04/27/2016,16V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V248000),Ford Motor Company,Unexpected Transmission Downshift,POWER TRAIN,16S19,Vehicle,153581,"Ford Motor Company (Ford) is recalling certain model year 2011-2012 Ford F-150 trucks, 2012 Ford Expedition, Lincoln Navigator, and Ford Mustang vehicles. The affected vehicles are equipped with an automatic transmission that may unexpectedly downshift to first gear, regardless of vehicle speed.","An unexpected downshift into first gear can cause the vehicle to slow down suddenly without warning and the rear tires may slide or lock, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the powertrain control module with updated software, free of charge. The recall began on September 19, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S19." -04/26/2016,16V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V247000),Ford Motor Company,Air Bag Second Stage may not Inflate Properly,AIR BAGS,16C06,Vehicle,695,"Ford Motor Company (Ford) is recalling certain model year 2009-2012 Ford Flex, 2008 and 2010-2012 Ford Taurus, 2008-2009 Ford Taurus X, 2008 Mercury Sable, 2009 and 2011 Lincoln MKS vehicles. The driver frontal air bag may improperly inflate during second-stage deployment in the event of a high speed crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",An improperly inflated air bag increases the risk of injury in the event of a crash.,"Ford will notify owners, and dealers will inspect and replace the driver's frontal air bag module, as necessary, free of charge. The recall is expected to begin on June 13, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16C06." -04/26/2016,16V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V242000),"Nissan North America, Inc.",Deformed Seat Belt Bracket Affecting OCS Operation,AIR BAGS,NR (Not Reported),Vehicle,645898,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2016 Sentra vehicles manufactured June 4, 2012, to April 9, 2016. The front passenger seat belt bracket may become deformed if it is used to secure a Child Restraint System (CRS). The deformed seat bracket may cause the Occupant Classification System (OCS) to incorrectly classify the installed CRS, resulting in the front passenger air bag to not be turned off as designed when a CRS is in the seat.","If the frontal passenger air bag deploys in the event of a crash when a child seat is installed in the front passenger seat, there will be an increased risk of injury to the child in the CRS.","Nissan will notify owners, and dealers will reinforce the seat belt bracket as well as reprogram the Air Bag Control Unit (ACU) and OCS Electronic Control Unit (ECU), free of charge. The recall began on June 13, 2016. Owners are warned not to install a CRS in the front seat. Owners may contact Nissan customer service at 1-800-867-7669." -04/26/2016,16V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V244000),"Nissan North America, Inc.",Passenger Air Bag may not Deploy due to OCS Error,AIR BAGS,NR (Not Reported),Vehicle,3296947,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016-2017 Nissan Maxima, 2013-2016 Nissan Altima, NV200, LEAF, Sentra, and Pathfinder, 2014-2016 Nissan NV200 Taxi, Infiniti QX60, QX60 Hybrid, and Q50 Hybrid, 2014-2017 Nissan Rogue and Infiniti Q50, 2015-2016 Nissan Murano, Murano Hybrid, and Chevrolet City Express, 2014-2015 Nissan Pathfinder Hybrid, and 2013 Infiniti JX35 vehicles. In these vehicles, the front seat passenger Occupant Classification System (OCS) may incorrectly classify an adult passenger as a child or classify the seat as empty despite it being occupied. As a result, the passenger frontal air bag may be turned off and not deploy in the event of a crash.","If the passenger frontal air bag does not deploy as intended in the event of a crash, the passenger is at an increased risk of injury.","Nissan will notify their owners. Chevrolet City Express owners will be notified by General Motors. Dealers will reprogram the Air Bag Control Unit (ACU) and OCS Electronic Control Unit (ECU) in Altima, Maxima, Murano, Rogue, and Sentra vehicles, and replace the OCS ECU in LEAF, NV200, NV200 Taxi, Pathfinder, Infiniti Q50, JX35, and QX60 and Chevrolet City Express vehicles, free of charge. Interim notices were sent to owners on May 31, 2016. Owners will receive a second notice when remedy parts become available. Owners may contact Nissan customer service at 1-800-867-7669, Infiniti customer service at 1-888-833-3216 or Chevrolet customer service at 1-800-222-1020." -04/26/2016,16V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V246000),Ford Motor Company,Possible Damage to Tire Inner Sidewall,TIRES,16S17,Vehicle,2288,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford F-250, F-350, F-450, and F-550 trucks manufactured April 5, 2016, to April 11, 2016. The tires installed during assembly of the affected vehicles may have sustained damage to the inner sidewall, possibly resulting in a loss of air or a tire rupture.","A rapid loss of air or a tire rupture while the vehicle is being driven may cause a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the tires for damage and replace them as necessary, free of charge. The recall began on May 23, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S17." -04/26/2016,16V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V245000),Ford Motor Company,Rear Suspension Toe Link may be Improperly Welded,SUSPENSION,16S18,Vehicle,75364,"Ford Motor Company (Ford) is recalling certain model year 2014-2015 Ford Explorer vehicles manufactured January 17, 2014 to May 31, 2014. The affected vehicles may have improperly welded rear suspension toe links that may fracture.","A fracture of the rear suspension toe link may result in a loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the rear suspension toe links, free of charge. The recall began on November 18, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S18." -04/26/2016,16V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V243000),"Volkswagen Group of America, Inc.",TPMS Incorrectly Calibrated/FMVSS 138,TIRES,44M9,Vehicle,366,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2016 Toureg vehicles manufactured July 7, 2015 to March 3, 2016. In the affected vehicles, the Tire Pressure Monitoring System (TPMS) may be improperly calibrated and, as a result, the TPMS may fail to warn the driver that the tire pressure is low. Additionally, the tire pressures printed on the Safety Certification labels are incorrect. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","If the vehicle is driven on underinflated tires, the tires may fail suddenly, increasing the risk of a crash.","Volkswagen has notified owners, and dealers will correct the TPMS settings and replace the safety certification label, free of charge. The recall began on May 13, 2016. Volkwagen's number for this recall is 44M9." -04/26/2016,16V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V241000),Toyne Inc.,Transmission May Shift Out of Gear,POWER TRAIN,SB 129,Vehicle,13,"Toyne Inc. (Toyne) is recalling certain model year 2014-2015 Spartan Metro Star emergency vehicles manufactured December 20, 2014, to June 3, 2015. These vehicles are equipped with certain K Gearboxes from Hale Products which may shift out of gear from ""road"" to ""neutral"" while the truck is in transit.","If the vehicle unexpectedly shifts to neutral on the way to attend a fire, the delay may hinder fire fighting efforts. Additionally, the loss of drive may increase the risk of a crash.","All of the affected vehicles have been remedied by removing the gearbox, having Hale repair it and then reinstalling it, free of charge. Owners may contact Toyne customer service at 1-712-673-2328. Toyne's number for this recall is SB 129." -04/25/2016,16V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V240000),"Chrysler (FCA US, LLC)",Driver may Exit Vehicle when it is not in PARK,POWER TRAIN,S27,Vehicle,811290,"Chrysler (FCA US LLC) is recalling certain model year 2012-2014 Dodge Charger and Chrysler 300 vehicles manufactured February 15, 2011, to November 27, 2014, and 2014-2015 Jeep Grand Cherokee vehicles manufactured July 16, 2012, to December 22, 2015. The affected vehicles, equipped with an eight-speed automatic transmission and a monostable gear selector, may not adequately warn the driver when driver's door is opened and the vehicle is not in PARK, allowing them to exit the vehicle while the vehicle is still in gear.",Drivers thinking that their vehicle's transmission is in the PARK position may be struck by the vehicle and injured if they attempt to get out of the vehicle while the engine is running and the parking brake is not engaged.,"Chrysler will notify owners, and dealers will update the vehicle software to mitigate the risk of vehicle rollaway, free of charge. The recall began on June 24, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S27. Note: On October 19, 2016 Chrysler identified some previously repaired vehicles did not receive the complete software updates. Chrysler will renotify the affected owners, and dealers will update the software again." -04/25/2016,16C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C004000),"Graco Children's Products, Inc.",Printed Instructions Missing Information/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,20505,"Graco Children's Products Inc. (Graco) is recalling certain Graco TurboBooster booster seats, models 1967886, 1963973, 1963974, 1963975, 1963976, and 1975173, manufactured between December 22, 2015, and April 5, 2016. The instructions for the booster seats are missing the information that the seats should be securely belted to the vehicle at all times, even if the seat is unoccupied. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 213, ""Child Restraint Systems.""","In the event of a vehicle crash, an unoccupied and unsecured child restraint may strike other occupants and cause injury.","Graco will notify registered owners and provide the missing printed instructions, free of charge. Non-registered owners can obtain the missing printed instructions by contacting Graco customer service at 1-800-345-4109. The recall began on June 8, 2016." -04/25/2016,16V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V239000),"Pitts Enterprises, Inc.",Suspension Welds May Crack,SUSPENSION,NR (Not Reported),Vehicle,637,"Pitts Enterprises, Inc. (Pitts) is recalling certain model year 2014-2016 LT, LP and PT logging trailers manufactured January 1, 2014, to May 31, 2015. The affected trailers have a single point trunnion mount suspension which may develop cracks in the welds between the suspension and the frame.","If the welds crack, the suspension can shift or detach, increasing the risk of a crash.","Pitts will notify owners, and dealers will inspect the suspension for cracks and repair the welds, free of charge. The recall began on May 6. 2016. Owners may contact Pitts customer service at 1-800-321-8073." -04/25/2016,16V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V238000),"Winnebago Industries, Inc.",Trailer Brakes may Stay Activated,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,56,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2014 Winnebago Tour, and Itasca Ellipse vehicles manufactured May 23, 2013, to August 9, 2013 and built on a Freightliner chassis. On certain recreational vehicles built with a heavier, adjustable foot pedal, the brake activation signal to certain towed devices may not deactivate when the service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","Daimler Trucks North America, LLC., (DTNA) will notify owners, and dealers will modify the affected brake assemblies, free of charge. The recall began on June 6, 2016. Owners may contact Daimler Truck North America, LLC., customer service at 1-800-745-8000. DTNA's Recall number for this recall campaign is FL-704. Owners may also contact Winnebago customer service at 1-641-585-3535." -04/22/2016,16V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V237000),"Forest River, Inc.",Incorrect Information on Federal Placard/Part 567,EQUIPMENT,49-04172016-0178,Vehicle,159,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2017 Prime Time Crusader trailers, model CSF370BHQ, manufactured August 26, 2014, to March 3, 2016. The Federal Placard on the affected trailers incorrectly indicates the Cargo Carrying Capacity (CCC) as 800-900 pounds, when the correct CCC is 2700 to 2800 pounds. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",The vehicle operator does not have accurate information regarding the vehicle's Cargo Carrying Capacity as currently indicated on the Federal Placard.,"Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on June 15, 2016. Owners may contact Forest River customer service at 1-574-862-1025. Forest River's number for this recall is 49-04172016-0178." -04/22/2016,16V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V236000),"Southeast Toyota Distributors, LLC",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,SET16A,Vehicle,94,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2016 Toyota Yaris, Rav4, Land Cruiser and 4Runner vehicles, and Scion FR-S, iM, and TC vehicles manufactured January 28, 2016, to March 14, 2016. The Load Carrying Capacity Modification Label may not reflect the correct added weight of the installed accessories. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims for Passenger Cars.""","An incorrect label may result in the vehicle being overloaded, increasing the risk of a crash.","SET will notify owners, and provide them a corrected label to be installed over the inaccurate label, free of charge. The recall began on June 3, 2016. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET16A." -04/22/2016,16E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E037000),Freedman Seating Company,Seat May Separate From the Base Frame/FMVSS 222,SEATS,NR (Not Reported),Equipment,813,"Freedman Seating Company (Freedman) is recalling certain Family Seat, Family 3pta and ICS seats manufactured January 15, 2016, to January 29, 2016. Due to bolt failure, the affected seats may separate from the base frame. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety System (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat may separate from the base frame, increasing the risk of injury to the seat occupant.","Freedman will notify the bus manufacturers that purchased the affected seats and will provide new, replacement seats free of charge. Freedman began notifying the affected bus manufacturers on April 15, 2016. The bus manufacturers will conduct recalls to notify the bus owners and provide them with a free remedy. Owners may contact their bus manufacturer or Freedman customer service at 1-800-443-4540." -04/22/2016,16V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V235000),Vermeer Manufacturing Company,Tires may Rub on Fenders,TIRES,IK3285,Vehicle,158,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2015-2016 TLR33 trailers manufactured June 10, 2015, to April 14, 2016. The affected trailers may be equipped with undersized tires resulting in the tires rubbing against the fenders.","Tire contact with the fender may cause sudden tire failure, increasing the risk of a crash.","Vermeer will provide an install kit with necessary parts and instructions to install a frame lift, free of charge. The recall began on June 16, 2016. Owners may contact Vermeer customer service at 1-641-628-3141. Vermeer's number for this recall is IK3285." -04/21/2016,16V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V231000),Kia Motors America,Air Bag Second Stage may not Inflate Properly,AIR BAGS,SC131,Vehicle,17,"Kia Motors America (Kia) is recalling certain model year 2016 Kia Optima vehicles manufactured November 10, 2015, to February 12, 2016. In these vehicles, a chemical enhancer required for the for the second stage deployment of the driver's frontal air bag was not loaded, resulting in the second stage not deploying in necessitating crashes.",If the second stage air bag does not deploy it increases the risk of injury or death.,"Kia will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began on May 6, 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC131." -04/21/2016,16V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V232000),Hyundai Motor America,Air Bag Second Stage may not Inflate Properly,AIR BAGS,144,Vehicle,33,"Hyundai Motor Company (Hyundai) is recalling certain model year 2015-2016 Sonata vehicles manufactured May 29, 2014 to February 11, 2016, 2017 Elantra vehicles manufactured January 12, 2016 to February 22, 2016, and one 2016 Sonata Hybrid vehicle manufactured October 15, 2015. In these vehicles, the driver's frontal air bag may be missing a chemical enhancer required for the second stage air bag deployment, resulting in the second stage not deploying in certain crashes. The primary stage will deploy as intended.",An air bag that does not inflate increases the risk of injury.,"Hyundai will notify owners, and dealers will replace the driver's frontal air bag module, free of charge. The recall began on May 5,2016. Owners may contact Hyundai customer service at 1-855-371-9460. Hyundai's number for this recall is 144." -04/21/2016,16V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V233000),"Terex South Dakota, Inc.",Lower Boom of Aerial Device may Crack/Fail,STRUCTURE,SN618,Vehicle,1332,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2001-2003 XT52, XT55 and XT60 aerial devices manufactured January 1, 2001, to May 31, 2003. The affected trucks have aerial devices that may have been built with lower booms made of material of insufficient strength.","Booms made from weaker materials may crack and fail, increasing the risk of injury to the boom operator or those nearby.","Terex will notify owners, and dealers will inspect the lower boom to verify that it was made with the correct material. Any boom that was made with an improper material will be replaced, free of charge. The recall began on June 9, 2016. Owners may contact Terex customer service at 1-800-982-8975. Terex's recall campaign number is SN618. Note: This recall is an expansion of recall 15V-353." -04/21/2016,16V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V234000),"Strick Trailers, LLC",Rear Impact Guards/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,167,"Strick Trailers, LLC (Strick) is recalling certain model year 2005-2009 single axle 28 foot van trailers manufactured July 25, 2004, to February 3, 2009 and equipped with rear impact guards using gussets 55997 and 555998. These rear impact guard gussets could increase the chances of injury in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 223, ""Rear Impact Guards.""","If the rear impact guards do not meet the safety standards, it can increase the risk of injury in the event of a crash.","Strick will notify owners, and service centers will install reinforcements to the rear impact guards, free of charge. The recall began on June 15, 2016. Owners may contact Strick customer service at 1-260-692-1300." -04/20/2016,16V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V229000),"Jaguar Land Rover North America, LLC",Air Bag Second Stage may not Inflate Properly,AIR BAGS,J065,Vehicle,5,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2009, 2011, 2012 and 2015 XF vehicles manufactured February 6, 2008 to October 20, 2014. In the affected vehicles, the driver frontal air bags may be missing a chemical enhancer required for the second stage deployment, resulting in the second stage deploying improperly in certain crashes.",An air bag that inflates improperly increases the risk of injury.,"Jaguar will notify owners, and dealers will replace the driver frontal air bag module, free of charge. The recall began on May 5, 2016. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J065." -04/20/2016,16T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T005000),Bridgestone Americas Tire Operations,Inconsistent Rubber Coverage of Steel Plies,TIRES,NR (Not Reported),Tire,8,"Bridgestone/Firestone North America Tire (Bridgestone) is recalling certain Firestone FR710 tires, size 205/65R16, and Champion Fuel Fighter tires, sizes 205/65R15 and 205/70R15, manufactured March 27, 2016, to April 9, 2016. These replacement passenger car tires may have been manufactured with inconsistent rubber coverage over the steel plies. As a result, the tread may separate.",A tread separation increases the risk of a crash.,"All the affected tires have been contained and destroyed, therefore, an owner notification letter will not be issued for this campaign. All affected tires were returned to BATO on May 5, 2016. Owners may contact Bridgestone customer service at 1-800-847-3272." -04/20/2016,16V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V228000),"Gulf States Toyota, Inc.",Incorrect Weight Calculations on Label/FMVSS 110,EQUIPMENT,16R2,Vehicle,844,"Gulf States Toyota, Inc. (Gulf States) is recalling certain model year 2015-2016 Toyota 4Runner vehicles manufactured September 22, 2014, to March 23, 2016 and equipped with accessories installed by Gulf States. The Load Carrying Capacity Modification Label may not reflect the correct added weight of the installed accessories. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims for Passenger Cars.""","An incorrect label may result in the vehicle being overloaded, increasing the risk of a crash.","Gulf States will notify owners, and dealers will install an accurate label, free of charge. The recall began on June 1, 2016. Owners may contact Gulf States customer service at 1-800-444-1074. Gulf States' number for this recall is 16R2." -04/20/2016,16V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V230000),"Jayco, Inc.",Missing Circuit Breaker may Result in Fire,ELECTRICAL SYSTEM,9901295,Vehicle,322,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Octane Super Lite travel trailers manufactured November 2, 2015, to April 4, 2016. These trailers may have been built without a 30amp circuit breaker which, in the event of an electrical short, may result in a fire.",An electrical short on an unprotected circuit increases the risk of a fire.,"Jayco will notify owners, and dealers will install a 30 amp circuit breaker, free of charge. The recall began on May 6, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901295." -04/20/2016,16V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V226000),"Forest River, Inc.",Seat May Separate From the Base Frame,SEATS,5-04162016-0175,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain model year 2016 StarTrans Senator II transit buses manufactured March 18, 2016, to March 21, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure.","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Forest River will notify owners, and dealers will replace the seats free of charge. The recall began on June 7, 2016. Owners may contact Forest River customer service at 1-574-262-2212. Forest River's number for this recall is 5-04162016-0175." -04/20/2016,16V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V227000),"Forest River, Inc.",Seat May Separate From the Base Frame,SEATS,5-04162016-0174,Vehicle,7,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Starcraft Prodigy and Quest school buses manufactured January 29, 2016, to February 25, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure.","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Forest River will notify owners, and dealers will replace the seats free of charge. The recall began on June 7, 2016. Owners may contact Forest River customer service at 1-574-262-2212. Forest River's number for this recall is 5-04162016-0174." -04/19/2016,16V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V223000),"New Flyer of America, Inc.",Rear Bus Doors May Open While in Motion,ELECTRICAL SYSTEM,R16-005,Vehicle,1897,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2013 C40LFR, XN35, 2014-2016 XD35, XD60, XDE40, 2015-2016 XD40, XDE60, 2014 XDE35, 2013-2015 XE40, 2013-2016 XN40, XN60, and 2014-2015 XT40, and XT60 transit buses. These buses have an Electric Transit Operator (ETO) controller that controls the bus door motor function which may have a software defect which can cause failure of the rear door guide roller linkage resulting in a bus' rear door opening unexpectedly while the bus is in motion.","If the rear bus door opens unexpectedly while the bus is in motion, there is an increased risk of injury for the passengers.","New Flyer will notify owners, and dealers will install a firmware upgrade, and replace the roller bracket plates, free of charge. The recall began on May 4, 2016. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R16-005." -04/19/2016,16V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V224000),"Forest River, Inc.",Seat May Separate From the Base Frame,SEATS,42-04162016-0177,Vehicle,10,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Elkhart ECE4 transit buses manufactured January 13, 2016, to January 26, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure.","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Forest River will notify owners and dealers will replace the seats free of charge. The recall began June 14, 2016. Owners may contact Forest River customer service at 1-574-264-5179. Forest River's number for this recall is 42-04162016-0177." -04/19/2016,16V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V225000),"Forest River, Inc.",Seat May Separate From the Base Frame,SEATS,35-04162016-0173,Vehicle,5,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Glaval Entourage and Universal transit buses manufactured from February 26, 2016, through March 3, 2016. These vehicles are equipped with seats that may separate from the base frame due to bolt failure.","In the event of a crash, the seat can separate from the base frame, increasing the risk of injury to the seat occupant.","Forest River will notify owners and dealers will replace the seats free of charge. The recall began on June 7, 2016. Owners may contact Forest River customer service at 1-574-262-2212. Forest River's number for this recall is 35-04162016-0173." -04/18/2016,16V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V221000),Riverside RV,Tires may Rub due to Incorrect Axle Width,SUSPENSION,NR (Not Reported),Vehicle,101,"Riverside RV (Riverside) is recalling certain model year 2015 White Water Retro travel trailers, model 176S, manufactured September 1, 2015, to February 1, 2016. The axle on the affected trailers may be too narrow, and as a result, the tires may rub, causing tire failure.",Tire failure increases the risk of a crash.,"Riverside will notify owners, and dealers will inspect and replace the axle, as necessary, free of charge. The recall began on May 11, 2016. Owners may contact Riverside customer service at 1-260-499-4578." -04/15/2016,16V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V219000),"Nissan North America, Inc.",Rear Lift Gate may Fall if Lift Gate Stays Corrode,STRUCTURE,NR (Not Reported),Vehicle,108503,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014-2016 Nissan Rogue vehicles manufactured July 31, 2013, to January 16, 2016. In the affected vehicles, the rear lift gate support stays may corrode due to insufficient anti-corrosion treatment.","Corrosion of one or both of the rear lift gate support stays could cause a sudden release of pressure. If this occurs, the support stays may break off, increasing the risk of injury.","Nissan will notify owners, and dealers will replace the rear tailgate stays, free of charge. The recall began on November 18, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -04/14/2016,16V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V218000),"Forest River, Inc.",Dinette Table May Fall Due to Inadequate Support,EQUIPMENT,53-04112016-0170,Vehicle,1736,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Shasta Airflyte 16 foot and 19 foot recreational vehicles manufactured from April 28, 2015, through May 14, 2015. The dinette table on the affected vehicles may not have adequate support when lowered on its supporting leg.","Without adequate support, the dinette table may fall between the dinette benches without warning, possibly resulting in injury.","Forest River will notify owners, and dealers will install two new support legs, free of charge. The recall began on June 9, 2016. Owners may contact Forest River customer service at 1-574-821-1314. Forest River's recall number for this campaign is 53-04112016-0170." -04/14/2016,16V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V217000),"Forest River, Inc.",Exit Window Labels Incorrect Placement/FMVSS 217,STRUCTURE,35-04112016-0168,Vehicle,1860,"Forest River, Inc. (Forest River) is recalling certain 2008-2016 Glaval Bus Apollo, Concorde II, Entourage, Legacy, Primetime, Sport, Titan, Titan II, and Titan II Low Floor transit buses manufactured from August 1, 2008, through March 6, 2016. The labels on the rear emergency exit window are not located within 16 centimeters of the release mechanisms as required. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 217, ""Bus Emergency Exits and Window Retention and Release.""","If the label is not located the correct distance from the mechanism, it may hinder an occupant's ability to open the emergency window and escape from the vehicle quickly in the event of an emergency.","Forest River will notify owners, and provide a new label along with instructions for the correct placement of the label on the window. The label and instructions will be provided free of charge. The recall began on June 9, 2016. Owners may contact Glaval Bus customer service at 1-574-642-3112. Forest River's number for this campaign is 35-04112016-0168." -04/14/2016,16V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V215000),Toyota Motor Engineering & Manufacturing,Occupant Classification System/FMVSS 208,AIR BAGS,G0J,Vehicle,58515,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Avalon and Camry vehicles manufactured November 30, 2015 to March 4, 2016. The occupant classification system (OCS) that activates or deactivates the front passenger seat air bag system may have been improperly calibrated. As a result, the front passenger air bag and the front passenger knee air bag may not deploy as intended in certain crash scenarios. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Air bags that do not deploy as intended during a crash increase the risk of injury.,"Toyota will notify owners, and dealers will recalibrate the OCS, free of charge. The recall began by May 13, 2016. Owners may contact Toyota customer service at 1-888-270-9371. Toyota's number for this recall is G0J." -04/14/2016,16E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E035000),Steve Johnson Induction Solutions,Solenoid Valve Sleeve End-Stop May Break,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,49,"Steve Johnson Induction Solutions (Induction Solutions) is recalling certain Bottom Exit, Side Exit, and .125 Bottom Exit nitrous oxide solenoid valves, part number 22X01751Gm 12/DC, manufactured from May 1, 2015, through July 30, 2015. The affected valves have end stops on the sleeves that may break when under pressure either during installation or during use.","If the end stop on the sleeves breaks, the end stop may come off under pressure, increasing the risk of injury to those nearby or possibly damaging other nearby components.","Induction Solutions notified all affected owners on August 17, 2015, and provided a replacement solenoid, free of charge. Owners may contact Induction Solutions customer service at 1-352-593-5900." -04/13/2016,16V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V214000),Hillsboro Industries,Axle May Loosen and Shift,SUSPENSION,NR (Not Reported),Vehicle,26,"Hillsboro Industries (Hillboro) is recalling certain model year 2016 Open Aluminum Utility Trailers manufactured November 6, 2015, to April 1, 2016. On these trailers with a 2,990 Gross Vehicle Weight Rating (GVWR), the axle attachment hardware may have been improperly installed, and as a result, the axle may not remain secured and aligned.","If the axle shifts, the trailer may pull to one side, increasing the risk of a crash.","Hillsboro believes that all affected trailers were quarantined at dealers before being sold, therefore owner notifications will not be sent. Dealers will correct the axle mounting, free of charge. The recall began on April 14, 2016. Owners may contact Hillsboro customer service at 1-316-947-3127." -04/13/2016,16V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V213000),"Karavan Trailers, Inc.",Bending Axle Spindle Flange may cause Tire Failure,SUSPENSION,NR (Not Reported),Vehicle,192,"Karavan Trailers Inc (Karavan) is recalling certain model year 2016 KPSD trailers manufactured September 29, 2015, to March 29, 2016. The axle spindle flange on the affected trailers may bend and result in abnormal tire camber, causing excessive wear on the tires.","Excessive wear may result in tire failure, increasing the risk of a crash.","Karavan will notify owners, and dealers will replace the axle assembly, free of charge. The recall began on June 3, 2016. Owners may contact Karavan customer service at 1-920-928-6200." -04/13/2016,16V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V211000),"Mercedes-Benz USA, LLC",Loss of Vehicle Battery may Result in Rollaway,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,223,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 SLK300 vehicles manufactured June 2, 2015 to July 14, 2015 and equipped with a nine-speed automatic transmission. The backup power supply for the ignition switch in the affected vehicles may not have been properly connected. As a result, if the vehicle is being driven and there is a loss of power from the main vehicle battery, the transmission cannot be shifted to ""Park"" nor can the electric parking brake be applied.","In this situation, without the backup power supply, the only way to keep the vehicle from moving is to press the brake pedal. As soon as the driver attempts to exit the vehicle, the vehicle may roll, increasing the risk of injury.","MBUSA will notify owners, and dealers will correct the ignition switch wiring and perform a software update, free of charge. The recall began on May 9, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -04/13/2016,16E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E034000),Nitrous Outlet,Nitrous Solenoid Valve Not Welded Correctly,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,582,"Nitrous Outlet is recalling certain .122 Nitrous Solenoid valves, part number 00-50004 manufactured May 1, 2015, to July 30, 2015. Due to improper welding, the affected valves may separate when under pressure either during installation or during use of the nitrous system resulting in the piston ejecting.","If the piston ejects, it can increase the risk of injury to those nearby or possibly damage other nearby components.","Nitrous Outlet has notified owners, and offered to provide a full refund or a replacement part, free of charge. The recall began on August 31, 2015. Owners may contact Nitrous Outlet customer service at 1-254-848-4300." -04/13/2016,16V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V212000),"Strick Trailers, LLC",Rear Impact Guards/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,460,"Strick Trailers, LLC (Strick) is recalling certain model year 2004 Single axle 28 foot van trailers, model S4280E99NFOWW, manufactured August 1, 2003, to October 31, 2003 and equipped with rear impact guards using gussets 52236 and 52237. These rear impact guard gussets could increase the chances of injury in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 223, ""Rear Impact Guards.""","If the rear impact guards do not meet the safety standards, it could increase the risk of injury in the event of a crash.","Strick will notify owners, and service centers will install reinforcements to the rear impact guards, free of charge. The recall began on June 2, 2016. Owners may contact Strick customer service at 1-260-692-1300." -04/12/2016,16V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V209000),"General Motors, LLC",Driver's Seat Belt Tensioner Cable Can Separate,SEAT BELTS,15822,Vehicle,895232,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Silverado 1500 and GMC Sierra 1500 trucks manufactured January 29, 2013, to January 21, 2015. While entering the vehicle, the seat belt tensioner cable may be positioned such that the driver slides over it. This movement may result in the fatigue and separation of the cable.","If the tensioner cable separates, the driver may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will modify the vehicles to prevent the tensioner from being damaged. Any tensioner that has already been damaged will be replaced, free of charge. The recall began on August 11, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 15822." -04/12/2016,16V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V207000),"Daimler Trucks North America, LLC",Front Axle Load Capacity Exceeds Tire Load Rating,TIRES,FL-706,Vehicle,4,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016 114SD and M2 Business Class trucks manufactured from June 10, 2015, through October 1, 2015. The affected vehicles have front axles that have a 20,000 pound capacity, however, the installed Bridgestone R249 front tires have a lower maximum load capacity.","The operator may unintentionally overload the tires, possibly causing tire failure thereby increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the front tires with tires of a higher load capacity, free of charge. The recall began on June 7, 2016. Owners may contact DTNA customer service at 800-547-0712. DTNA's recall number for this campaign is FL-706." -04/12/2016,16V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V208000),"Daimler Trucks North America, LLC",Front Sway Bar May Detach,STEERING,FL-707,Vehicle,822,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 FCCC XBS, XCL, XCS, XCR and XCM motorhome chassis manufactured from March 10, 2015, through January 14, 2016 and equipped with Detroit front axles. The front sway bar mounting brackets may not fit properly on the axle causing the mounting bolts to bend or loosen.","If the sway bar bolts loosen, the sway bar may detach from the axle, affecting the handling and increasing the risk of a crash.","DTNA will notify owners, and dealers will modify the mounting of the sway bar, free of charge. The recall began on June 9, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-707." -04/12/2016,16V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V210000),Kia Motors America,Headlights may Flicker or Turn Off,EXTERIOR LIGHTING,SC130,Vehicle,3099,"Kia Motors America (Kia) is recalling certain model year 2015-2016 K900 vehicles manufactured December 18, 2013 to January 11, 2016 and equipped with LED headlights. In the affected vehicles, when using the multi-function light switch in ""AUTO"" mode, electrical resistance may build in the switch and result in the headlights flickering or turning off when driving.",Loss of headlight illumination may reduce visibility and increase the risk of a crash.,"Kia will notify owners, and dealers will replace the multi-function switch, free of charge. The recall began on May 20, 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC130." -04/12/2016,16V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V206000),"Daimler Trucks North America, LLC",Reduced Braking Power,"SERVICE BRAKES, AIR",FL-705,Vehicle,702,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2010-2017 Freightliner M2 Business Class, 108SD, 114SD, and Columbia trucks manufactured from January 6, 2010, through February 29, 2016, equipped with certain Bendix rear disk brakes and spring suspensions. The rear disk brake caliper may have been installed incorrectly, thus allowing the caliper to contact the suspension.","Caliper contact with the spring suspension may reduce the braking effectiveness, increasing the risk of a crash.","DTNA will notify owners, and dealers will correct the orientation of the rear brake calipers, as necessary, free of charge. The recall began on June 8, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's recall number for this campaign is FL-705." -04/11/2016,16V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V203000),Mazda North American Operations,Insufficient Bolt Torque may Cause Steering Loss,STEERING,9316D,Vehicle,578,"Mazda North American Operations (Mazda) is recalling certain model year 2016 CX-3 vehicles manufactured June 1, 2015, to December 2, 2015, 2013-2014 Mazda2 vehicles manufactured July 3, 2013, to August 8, 2014, 2014-2016 CX-5 vehicles manufactured January 19, 2013, to December 2, 2015, and 2013-2015 CX-9 vehicles manufactured December 6, 2012, to July 31, 2015. The lower mounting nuts and bolts that attach the front strut assembly to the steering knuckle may loosen, allowing the steering knuckle to separate.","If the steering knuckle separates from the strut assembly, it can cause a loss of steering control, increasing the risk of a crash.","Mazda will notify owners, and dealers will inspect the lower mounting nuts and bolts that secure the front strut assembly to the steering knuckle. If the bolts are loose, they will be replaced and then correctly tightened, free of charge. The recall is expected to begin May 20, 2016. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 9316D." -04/11/2016,16V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V204000),"Daimler Trucks North America, LLC",Trailer Brakes may Stay Activated,"SERVICE BRAKES, ELECTRIC",FL-704,Vehicle,2989,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2013-2016 FCC XCS, XCM, XCR, XCL, XCP, XBS, XBR, and XBP trucks manufactured from January 7, 2013, through June 1, 2015. On certain motorhome chassis built with a heavier, adjustable, offset, foot pedal, the brake activation signal to certain towed devices may not deactivate when the motorhome service brakes are released.","If the brake activation signal to a towed device remains active when the motorhome chassis service brakes are released, the brakes on a towed device may remain engaged depending on brake configuration of the trailer. As a result, the brakes would drag and possibly overheat potentially resulting in a fire. Additionally, following drivers may be confused by the motorhome's actions, increasing the risk of a crash.","DTNA will notify owners, and dealers will modify the affected brake assemblies, free of charge. The recall began on June 6, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's recall number for this campaign is FL-704." -04/11/2016,16V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V205000),"Forest River, Inc.",Vehicle may not have TPMS/FMVSS 138,TIRES,29-04062016-0166,Vehicle,27,"Forest River, Inc. (Forest River) is recalling certain model year 2015 and 2016 Rockport vehicles, models RPAF1466N, RPAF14FX and RPGSA92-12, manufactured from January 30, 2015, through February 24, 2015. The affected vehicles may have been manufactured without a tire pressure monitoring system (TPMS). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","Without the TPMS, the driver would not be alerted one or more of the vehicle's tires is under-inflated. An under-inflated tire may result in tire failure, increasing the risk of a crash.","Because the manufacturer of the chassis is General Motors LLC (GM), GM will notify owners, and GM dealers will install the correct hardware and software for the TPMS, free of charge. The recall began on May 9, 2016. Owners may contact Forest River at 1-574-295-1022 or GM customer service at 1-800-462-8782." -04/11/2016,16V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V202000),"Chrysler (FCA US, LLC)",Water Intrusion of the Communication Connector,ELECTRICAL SYSTEM,S24,Vehicle,23930,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Ram ProMaster City vans manufactured September 26, 2014, to March 5, 2016. A low-voltage electrical harness connector by the front driver seat may be susceptible to water intrusion and corrosion. Corrosion may result in a loss of communication to the Transmission Control Module (TCM) and may cause the transmission to unexpectedly shift into and stay in neutral without warning the next time that the vehicle stops.","An unintended shift into neutral will prevent the vehicle from being moved. Additionally, if the driver turns off the engine, the driver will be unable to restart the engine. Both scenarios can increase the risk of a crash.","Chrysler will notify owners, and dealers will relocate the harness connector to under the instrument panel, free of charge. The recall began on June 3, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S24." -04/08/2016,16V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V199000),Bugatti,Corrosion of the Battery Cable at the Alternator,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13,"Bugatti is recalling certain model year 2006-2008 Veyron vehicles manufactured October 3, 2006, to December 22, 2006. In the affected vehicles, the positive battery (B+) cable and the connection to the alternator may corrode.","The corrosion may result in the battery positive cable overheating, increasing the risk of a fire.","All affected vehicles have had the battery B+ cable and the alternator replaced, free of charge. Owners may contact Bugatti at 1-805-557-1050." -04/08/2016,16V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V200000),Bugatti,Fuel Gauge may Read Higher than Actual,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,72,"Bugatti is recalling certain model year 2006-2010 Veyron vehicles manufactured March 10, 2006, to January 17, 2010 and 2010-2011 Veyron Grand Sport vehicles manufactured September 29, 2009, to June 30, 2010. In the affected vehicles, the fuel tank gauge may indicate that there is more fuel in the tank than there actually is.","The inaccurate gauge may cause a driver to unexpectedly run out of fuel and the vehicle to stall, increasing the risk of a crash.","Bugatti will notify owners, and dealers will replace the fuel tank control unit and upgrade the software, free of charge. The recall began on May 23, 2016. Owners may contact Bugatti at 1-805-557-1050." -04/08/2016,16E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E032000),Soaring Helmet Corporation,Helmet may not Protect from Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,6453,"Soaring Helmet Corporation (Soaring) is recalling certain Vega CFS helmets, part number 7590, in all sizes, manufactured April 1, 2011, to April 29, 2011. The affected helmets may not adequately protect a user in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do not adequately protect the wearer increase their risk of injury in the event of a crash.,"Since the helmet purchasers are unknown, a notification was placed on the Vega website on May 4, 2016. Retailers will exchange the helmets for a different Vega helmet or offer a refund, free of charge. Owners may contact Soaring at 1-425-656-0683." -04/08/2016,16E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E033000),Soaring Helmet Corporation,Penetration Test Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,6631,"Soaring Helmet Corporation (Soaring) is recalling certain Stealth Phantom helmets, part numbers 8300 and 8351, in sizes extra small through XXL, in all sizes and graphics, manufactured April 1, 2013, to December 30, 2014. The affected helmets may not adequately protect the wearer from penetration injuries in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing their risk of injury.","Since the helmet purchasers are unknown, a notification was placed on the Stealth website on May 4, 2016. Retailers will exchange the helmets for a different Stealth helmet or offer a refund, free of charge. Owners may contact Soaring at 1-425-656-0683." -04/08/2016,16V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V201000),"Heartland Recreational Vehicles, LLC",Trailer Safety Chains not Equal to GVWR,EQUIPMENT,NR (Not Reported),Vehicle,33,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2016-2017 Torque travel trailers, models T31 and T32, manufactured December 15, 2015, to March 16, 2016. The affected vehicles are equipped with safety chains on the A-frame that are rated for 11,700 lbs instead of being rated equal to, or greater than, the gross vehicle weight rating (GVWR) of the travel trailer","In the event the main trailer connection fails, the weight of the trailer can break the safety chains if the chains are not strong enough, allowing the trailer to separate from the vehicle, increasing the risk of a crash.","Heartland will notify owners, and dealers will replace the existing safety chains with chains that have a 16,200 pound rating, free of charge. The recall began on April 21, 2016. Owners may contact Heartland customer service at 1-877-262-8032 or by email at parts@heartlandrvs.com." -04/07/2016,16V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V193000),"Nissan North America, Inc.",ABS Brake Actuator may have a Damaged O-Ring,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12616,"Nissan North America, Inc. (Nissan) is recalling certain model year 2016 Murano vehicles manufactured December 17, 2015, to February 11, 2016, and 2016 Maxima vehicles manufactured November 25, 2015, to February 12, 2016 and equipped with an antilock braking system (ABS) and Vehicle Dynamic Control (VDC). The ABS actuator may have a damaged O-ring that may result in a lack of brake fluid pressure.","Insufficient brake fluid pressure may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and replace the ABS actuator, as necessary, free of charge. The recall began on May 16, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -04/07/2016,16V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V198000),Toyota Motor Engineering & Manufacturing,Brake Actuator may have a Damaged O-Ring/FMVSS126,ELECTRONIC STABILITY CONTROL,"G0I, GLC",Vehicle,16656,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Toyota RAV4 vehicles manufactured October 30, 2015, to February 3, 2016, 2016 Lexus RX350 vehicles manufactured October 26, 2015, to February 8, 2016, and 2016 Lexus ES350 vehicles manufactured September 1, 2015, to February 29, 2016. These vehicles are equipped with an ABS actuator that may have a damaged O-ring which could result in improper brake fluid pressure control during ABS, Traction Control, or Stability Control activation. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","Insufficient brake fluid pressure may cause a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect the brake actuator, replacing it as necessary, free of charge. The recall began on May 4, 2016, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0I, GLC." -04/07/2016,16E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E031000),Soaring Helmet Corporation,Helmet may not Protect in Impact/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,11588,"Soaring Helmet Corporation (Soaring) is recalling certain Vega XTV 7400 helmets, sizes 2XS - 2XL, manufactured January 3, 2011, to February 24, 2012. The affected helmets may not adequately protect a user in the event of a head impact during a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""",Helmets that do not adequately protect the wearer increase their risk of injury in the event of a crash.,"Since the helmet purchasers are unknown, a notification was placed on the Vega website on May 4, 2016. Retailers will exchange the helmets for a different Vega helmet or offer a refund, free of charge. Owners may contact Soaring at 1-425-656-0683." -04/07/2016,16V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V197000),Toyota Motor Engineering & Manufacturing,Seat Belt Failure Due to Incorrect Height Adjuster,SEAT BELTS,G0H,Vehicle,234,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Toyota Sienna vehicles manufactured February 15, 2016, to February 19, 2016. In the affected vehicles, incorrect front seat belt height adjusters may have been installed. During a crash, this incorrect height adjuster may contact the B-pillar and tear or separate.","Failure and detachment of seat belt height adjuster would result in the occupant not being properly restrained in a crash, increasing their risk of injury.","Toyota will notify owners, and dealers will replace the front seat belt height adjusters, free of charge. The recall began on April 29, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0H." -04/07/2016,16V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V196000),Cruiser RV,Trailer Safety Chains not Equal to GVWR,EQUIPMENT,NR (Not Reported),Vehicle,48,"Cruiser RV (Cruiser) is recalling certain model year 2016-2017 Stryker travel trailers, models ST3316, STG3112 and STG3212, manufactured December 11, 2015, to March 10, 2016. The affected vehicles are equipped with safety chains on the A-frame that are rated for 11,700 lbs instead of being rated equal to, or greater than, the gross vehicle weight rating (GVWR) of the travel trailer.","In the event the main trailer connection fails, the weight of the trailer can break the safety chains if the chains are not strong enough, allowing the trailer to separate from the vehicle, increasing the risk of a crash.","Cruiser will notify owners, and dealers will replace the existing safety chains with chains that have a 16,200lb rating, free of charge. The recall began on April 21, 2016. Owners may contact Cruiser customer service at 1-260-562-3500." -04/07/2016,16V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V195000),"Jayco, Inc.",Turn Signal Wires May be Crossed,ELECTRICAL SYSTEM,9901293,Vehicle,43,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Octane travel trailers, model 222(V2), manufactured March 23, 2016, to March 30, 2016. The turn signal wires on the affected trailers may be crossed, activating the opposite turn signal of the one intended. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""",Crossed turn signal wires may confuse other drivers by incorrectly indicating the intended direction and thereby increasing the risk of a crash.,"Jayco will notify owners, and dealers will inspect and repair the wiring, as necessary, free of charge. The recall began on April 25, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901293." -04/06/2016,16E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E030000),"Advics North America, Inc.",ABS Brake Actuator may have Damaged O-Rings,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,721,"Advics North America, Inc. (Advics) is recalling certain ABS Brake Actuators manufactured October 12, 2015, to January 29, 2016. These actuators are made for Toyota vehicles as part numbers 44540-06260, 44540-06370, 44540-0E240, 44540-0E250, 44540-0E260, 44540-0E270, 44540-0E280, 44540-0E290, 44540-0E261, 44540-0E271, 44540-0R170, 44540-0R220, 44540-33450-A, 44540-33750-A, 44540-48430-A, 44540-48440-A, 44540-48620-A, 44540-48600-A, 44540-48610-A, 44540-48630-A, 44050-0R330, and for Nissan vehicles as part numbers 47660 5AA0C, 47660 5AE0C, and 47660 4RB0B. These ABS actuators may have been assembled with a gear pump containing a damaged O-ring resulting in a lack of brake fluid pressure.","Insufficient brake fluid pressure may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","ADVICS has notified the vehicle manufacturers that purchased the brake actuators. Those manufacturers have filed recalls with NHTSA and will notify the affected owners. Dealers will inspect and replace the actuators, as necessary, free of charge. The recall began on March 31, 2016. Owners may contact ADVICS customer service at 1-513-696-5450." -04/06/2016,16E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E028000),"Key Safety Systems, Inc. - (DBA Joyson)",Air Bag Second Stage may not Inflate Properly,AIR BAGS,NR (Not Reported),Equipment,300,"Key Safety Systems, Inc. (KSS) is recalling certain Driver Frontal Air Bags, model ADI Dual, manufactured May 6, 2007, to January 29, 2016. These air bags may be missing a chemical enhancer required for the second stage deployment, resulting in the second stage deploying improperly in certain crashes.",An air bag that inflates improperly increases the risk of injury.,"KSS will notify the vehicle manufacturers that purchased the affected air bags, and those manufacturers will notify owners and their dealers will replace the air bag module, free of charge. The recall began on April 1 2016. Owners may contact KSS customer service at 1-586-726-3800." -04/06/2016,16E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E029000),Hale Products Inc,Incorrectly Labeled Warning Lights,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,177,"Hale Products Inc. (Hale) is recalling certain Portable Pumps powered with Yanmar 9 horsepower diesel engines, manufactured March 1, 2007, to December 11, 2015. These pumps may incorrectly identify the warning light on the dash panel to warn of low oil pressure when the warning light actually warns of low battery charge.","If the operator shuts off the pump to add oil due to the mislabeled light, the pump may not restart due to having a weak battery. If the pump cannot be operated, fire suppression may be hindered, increasing the risk of injury.","Hale will notify the purchasers of the pump and will provide a replacement label to affix over the oil warning icon on the pump panel. The recall began on April 18, 2016. Owners may contact Hale customer service at 1-800-533-3569." -04/06/2016,16V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V192000),"Tesla, Inc.",Third Row Seat may Collapse Under Load,SEATS,SB-16-13-003,Vehicle,2676,"Tesla Motors, Inc. (Tesla) is recalling certain model year 2016 Model X vehicles manufactured September 29, 2015, to March 30, 2016. In the affected vehicles, the third row seat back may move forward under load such as in a frontal collision. As such, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the third row seat does not remain in its adjusted position, there may be an increased risk of injury to an occupant in the event of a crash.","Tesla will notify owners, and dealers will replace all affected third row seats, free of charge. The recall began on April 20, 2016. Owners may contact Tesla customer service at 1-844-248-3752 or by email at ServiceHelpNA@teslamotors.com. Tesla's number for this recall is SB-16-13-003" -04/05/2016,16V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V190000),Hyundai Motor America,Loss of Electric Power Steering Assist,STEERING,143,Vehicle,173000,"Hyundai Motor Company (Hyundai) is recalling certain model year 2011 Sonata vehicles manufactured December 11, 2009, to October 31, 2010. In the affected vehicles, the Electronic Power Steering (EPS) circuit board may be damaged and result in a loss of power steering assist.","With a loss of power steering assist, extra steering effort will be required, especially at lower speeds, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the EPS control unit, free of charge. The recall began May 30, 2016. Owners may contact Hyundai customer service at 1-855-371-9640. Hyundai's number for this recall is 143." -04/05/2016,16V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V191000),Nova Bus (US) Inc.,Missing J-Bracket Welds on Bus Operator Seat,SEATS,CR3632,Vehicle,430,"Nova Bus (Nova) is recalling certain model year 2010-2015 Nova LFS transit buses manufactured from August 10, 2010, through November 5, 2015. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seat belt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Nova will notify owners, and dealers will inspect the seats for missing welds. If missing welds are found, the seats will be repaired, free of charge. The recall began on June 8, 2016. Owners may contact Nova customer service at 1-450-472-6410. Nova's recall number for this campaign is CR3632." -04/05/2016,16E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E027000),Hale Products Inc,Pump Strainer could fail due to Weak Soldering,EQUIPMENT,NR (Not Reported),Equipment,2400,"Hale Products Inc. (Hale) is recalling certain 6 Inch Suction Strainers, part number 010-0030-00-0, manufactured July 15, 2015, to March 30, 2016. The affected strainers may have been improperly soldered leaving the strainer weak, which can cause the strainer to break and allow the strainer and debris to enter and possibly damage the fire pump.","If the strainer and/or debris enters the pump, and the operator is forced to shut down the pump, reducing firefighting effectiveness, there could be an increased risk of injury.","Hale will replace the defective strainers with new strainers, next day air, free of charge. The recall began on April 20, 2016. Owners may contact Hale Products at 1-800-533-3569." -04/04/2016,16V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V187000),"Jaguar Land Rover North America, LLC",Fuel Tank Outlet Flange may Leak,"FUEL SYSTEM, GASOLINE",J059,Vehicle,28,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2010 Jaguar XF vehicles manufactured December 17, 2008, to April 15, 2009. The affected vehicles have a fuel tank with an outlet flange that may crack, allowing fuel to leak onto the ground.",A fuel leak in the presence of an ignition source may increase the risk of a fire.,"Jaguar will notify owners, and dealers will replace the fuel outlet mounting flange, free of charge. The recall began on May 11, 2016. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J059." -04/04/2016,16V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V189000),"Kalmar Solutions, LLC",Inaccurate Brake Air Pressure Gauge/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1698,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2016 Ottawa T2 vehicles manufactured July 14, 2014, to March 25, 2016. The brake system air pressure gauge, may not display the accurate air pressure level. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the brake system pressure gauge does not display the proper air pressure, there is an increased risk of a crash.","Kalmar will notify owners, and dealers will replace the air system pressure sensors, free of charge. The recall began on June 3, 2016. Owners may contact Kalmar customer service at 1-785-229-6327." -04/04/2016,16V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V188000),Ford Motor Company,Side Curtain Air Bag Assembly Improperly Installed,AIR BAGS,16S13,Vehicle,37066,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Transit vehicles manufactured March 12, 2014, to March 18, 2016. In the affected vehicles, the side curtain air bag may not deploy with the proper trajectory due to being folded and packaged incorrectly.",A side curtain air bag that does not deploy as intended may increase the risk of occupant injury in the event of a crash.,"Ford will notify owners, and dealers will inspect and re-orient the side curtain air bag assembly, as necessary, free of charge. The recall began on May 18, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S13." -04/01/2016,16V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V186000),Pierce Manufacturing,Flashlight Battery Pack May Overheat,EQUIPMENT,74B271,Vehicle,36,"Pierce Manufacturing (Pierce) is recalling certain model year 2010-2016 Arrow-XT, Quantum, and Velocity vehicles manufactured from October 30, 2010, through January 24, 2016. The affected vehicles are equipped with Pelican 9410L flashlights, part number 9410-021-245 or 9410-021-110, with lithium ion battery packs which may overheat.","If the flashlight battery pack overheats, it can increase the risk of a fire.","Pierce will notify owners and instruct them to inspect the flashlight and battery pack, and if necessary, to request a replacement battery pack from Pelican Products, free of charge. The recall began on April 18, 2016. Owners may contact Pierce customer service at 1-414-832-3000. Pierce's recall number for this campaign is 74B271." -04/01/2016,16E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E026000),"Robert Bosch, LLC",Front Brake Pad Shims May Shift and Contact Disc,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,49635,"Bosch Brake Components LLC (Bosch) is recalling certain aftermarket replacement front brake pads, models Bosch QuietCast BC598 and BP765, Bosch Blue BE598 and BE598H, Prostop PD598 and PD765M, Duralast Gold DG598, Duralast MKD598, Stop Master ST598, UltraStop ULT598, UltraLife MX598 and MX765, BrakeBest MKD765, and Prostop Platinum PGD598. These brake pads, manufactured October 1, 2014, to October 31, 2015 are intended for use on 2001-2007 Ford Taurus, 2001-2005 Mercury Sable, 1995-1999 Ford Taurus SHO, 1995-2002 Lincoln Continental, and 1993-1998 Lincoln Mark VIII vehicles. The brake pad shim may shift out of position causing the shim to contact the brake disc resulting in damage to the disc.","A damaged or broken brake disc may reduce a vehicle's braking power, increasing the risk of a crash.","Bosch will instruct the owners how to have the affected brake pads replaced, free of charge. The recall began on May 26, 2016. Owners may contact Bosch customer service at 1-888-715-3616." -04/01/2016,16V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V184000),"General Motors, LLC",Manufactured Without TPMS/FMVSS 138,TIRES,15819,Vehicle,321,"General Motors LLC (GM) is recalling certain model year 2014-2016 Chevrolet Express and GMC Savana incomplete vehicles equipped with a 159 inch wheel base manufactured August 2, 2013, to January 30, 2016. The affected vehicles were shipped to final stage manufacturers without a tire pressure monitoring system (TPMS). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring Systems.""","Without a TPMS, the driver would not be alerted if one or more tires became under inflated. Driving with under inflated tires increases the risk of a crash.","GM will notify owners, and dealers will install the hardware and software necessary to equip the vehicles with a TPMS, free of charge. The recall began on May 25, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 15819." -04/01/2016,16V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V185000),Kompact Kamp,Missing Side Marker Lights/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4219,"Kompact Kamp is recalling certain 1983-2016 Kompact Kamp motorcycle trailers that were manufactured without side marker lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Without side marker lights, vehicle visibility can be decreased to other drivers, increasing the risk of a crash.","Kompact Kamp will provide and install sidemarker lights on all trailers that were not equipped with sidemarker lights. The recall began on May 27, 2016. Owners may contact Kompact Kamp customer service at 1-717-933-8070." -04/01/2016,16E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E025000),"Kraco Enterprises, LLC",Seat Covers Missing Special Seams for Side Air Bag,AIR BAGS,NR (Not Reported),Equipment,4760,"Kraco Enterprises, LLC (Kraco) is recalling certain Who-Rae Butterfly Rose 3-pc seat cover kits manufactured October 1, 2015, to October 31, 2015 and sold through AutoZone stores. The packaging for the affected seat covers incorrectly states that they are acceptable for use in vehicles that have seat-mounted side air bags. However, the seat covers in the package do not have special side seams intended to allow for the correct deployment of seat-mounted side air bags upon return of the mispackaged seat covers.","If the driver is in crash, the seat covers may prevent the side air bags from deploying properly, increasing the risk of injury.","Kraco does not have a list of purchasers of the affected seat covers, and thus will not be mailing letters. Signage will be posted at AutoZone stores and owners may return the seat covers to the store for a full refund or a free set of seat covers suitable for use with seat-mounted side airbags. The recall began on April 1, 2016. Owners may also contact Kraco customer service at 1-800-678-1910 for a free refund or a free set of seat covers suitable for use with seat-mounted side airbags." -03/31/2016,16V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V183000),Ford Motor Company,Engine Block Heater May Overheat,ENGINE AND ENGINE COOLING,16S14,Vehicle,1543,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Lincoln MKC vehicles manufactured November 25, 2013, to January 25, 2016, and 2016 Ford Explorer vehicles manufactured October 20, 2014, to January 28, 2016. The affected vehicles are equipped with 2.3L GTDI engines and engine block heaters. These engine block heaters have elements that may overheat while plugged in.",Overheating of the engine block increase the risk of a fire.,"Ford will notify owners, and dealers will replace the engine block heater, free of charge. Dealers will also inspect and replace the electrical cord, as necessary. The recall began on May 18, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S14. Note: Owners should not use the engine block heater until the vehicle has been remedied." -03/31/2016,16E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E024000),"Strategic Sports, Ltd.",Helmet Penetration Test Failure/FMVSS 218,EQUIPMENT,N/A,Equipment,540,"Strategic Sports, Ltd. (Strategic Sports) is recalling certain Leather Up XElement helmets, part numbers ST-559-12GB and 11FB, in sizes L, XL, and XXL, manufactured June 11, 2013, to August 30, 2013. The affected helmets may not adequately protect a user in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","An individuals head may not be fully protected when wearing this helmet, increasing the risk of injury in the event of a crash.","Strategic Sports will notify the owners and provide them with a full refund, free of charge. The recall began on May 3, 2016. Owners may contact Strategic Sports customer service at 1-619-861-8110." -03/31/2016,16V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V182000),Ford Motor Company,Parking Brake Cable Connector Clip May Fail,PARKING BRAKE,16S15,Vehicle,4654,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 F-650 and F-750 trucks manufactured January 28, 2015, to November 30, 2015. The clip that connects the hand operated parking brake actuator cable to the intermediate parking brake cable may fail.","If the parking brake cable connector clip fails, the vehicle may unexpectedly roll, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the parking brake cable connector clip, free of charge. The recall began on May 19, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S15." -03/31/2016,16V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V181000),"Nissan North America, Inc.",Starter Motor Wire Harness may Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1554,"Nissan North America, Inc. (Nissan) is recalling certain 2016 Frontier V6 vehicles manufactured February 29, 2016, to March 7, 2016. The starter motor wire harness may have been installed in an incorrect position, allowing the starter harness terminal to contact the heat shield and result in an electrical short.",An electrical short increases the risk of a fire.,"Nissan will notify owners, and dealers will inspect and reposition the starter wire harness, as necessary, free of charge. The recall began on April 13, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -03/30/2016,16V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V180000),Starcraft RV,Entry Steps may be Improperly Installed,EQUIPMENT,9902292,Vehicle,26,"Starcraft RV (Starcraft) is recalling certain model year 2016 Launch Ultra Lite trailers, model 31BHT, manufactured June 23, 2015, to September 29, 2015. The entry steps may have been installed without using the proper bolts, possibly resulting in the steps loosening or separating from the trailer.","Loose steps or steps that drop when weight is applied may cause the user to fall, increasing their risk of injury.","Starcraft will notify owners, and dealers will inspect the step installation, correcting the mounting as necessary, free of charge. The recall began on April 25, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902292." -03/30/2016,16V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V178000),Honda (American Honda Motor Co.),Incorrect Passenger Air Bag Module/FMVSS 208,AIR BAGS,JZ3,Vehicle,11602,"Honda (American Honda Motor Co.) is recalling certain model year 2004-2007 Accord vehicles manufactured October 1, 2003, to August 17, 2007. The affected vehicles may have been assembled with an incorrect passenger frontal air bag module that does not comply with the advanced air bag requirements. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",An air bag module does not meet the advanced air bag requirements can increase the risk of injury or death in the event of a crash.,"Honda will notify owners, and dealers will inspect and replace the air bag module as necessary, free of charge. The recall began on May 2, 2016. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JZ3." -03/30/2016,16V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V179000),"Forest River, Inc.",Tire may Contact the Wheel Well,SUSPENSION,420-06092015-0050,Vehicle,2639,"Forest River, Inc. (Forest River) is recalling certain model year 2008-2016 Puma recreational trailers and toy haulers, models PT20RDC, PT21FBC, PT22RBC, PT26RLC, PT26FBSC, PT21TUC, PT27RBSC, PT25FBC, PT22RB, PTH21TFU, PTH24THS, PTH25TFS, PTH27SBU, PTH27RLSS, PTH25TFQ, and PTH21TFB manufactured from June 25, 2007, through March 23, 2016. When the trailer hits a bump, the tire(s) may contact the floor or wheel well and result in tire damage.","A damaged tire could deflate and cause a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a lift kit to add additional clearance to the vehicles, free of charge. The recall began on May 11, 2016. Owners may contact Forest River customer service at 1-574-642-0607. Forest River's recall number for this campaign is 420-06092015-0050." -03/29/2016,16V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V177000),"Terex South Dakota, Inc.",Inadequate Welds at the Boom Tip Leveling Sprocket,STRUCTURE,SN638,Vehicle,2153,"Terex South Dakota (Terex) is recalling certain model year 2011-2016 HR, HRX, TC, TCX, and SML aerial devices. The affected aerial devices may have inadequate welds at the boom tip leveling sprockets. A failure of these welds may result in the platform tilting unexpectedly.","If the platform tilts unexpectedly, the user may fall, increasing their risk of injury.","Terex will notify owners. Terex will notify owners and provide a leveling sprocket for any unit with a cracked weld on the leveling sprocket or provide a reinforcement kit for any unit without a cracked weld on the leveling sprocket, free of charge. The recall began on May 24, 2016. Owners may contact Terex South Dakota at 1-800-982-8975. Terex's number for this recall is SN638." -03/29/2016,16V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V176000),"Forest River, Inc.",Missing Secondary Egress Window,STRUCTURE,15-03232016-0151,Vehicle,133,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2017 Georgetown recreational vehicles, model GTA369XLF, manufactured from December 8, 2014, through March 22, 2016. A vented window was installed in the rear wall of the vehicle instead of a secondary egress window.","Without a secondary egress window, occupants may be trapped in the event of an emergency, increasing the risk of injury or death.","Forest River will notify owners, and dealers will remove the vented window and install an egress window, free of charge. The recall began on May 10, 2016. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-03232016-0151." -03/29/2016,16V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V175000),"Forest River, Inc.",Tire may Contact the Wheel Well,SUSPENSION,420-06092015-0050SA,Vehicle,577,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2016 Puma recreational trailers, models T12RBC, T15UDC, T17QBC, and T18FBC, manufactured from January 1, 2013, through March 1, 2016. When the trailer hits a bump, the tire(s) may contact the floor or wheel well and result in tire damage.","A damaged tire could deflate and cause a loss of vehicle control, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a lift kit to add additional clearance to the vehicles, free of charge. The recall began on May 11, 2016. Owners may contact Forest River customer service at 1-574-642-0607. Forest River's recall number for this campaign is 420-06092015-0050SA." -03/28/2016,16V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V174000),"Terex South Dakota, Inc.",Aerial Device Lift Turret may Crack,STRUCTURE,SN622,Vehicle,33,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2007-2013 TLM37, TLM40, TLM41, and TLM50 aerial devices manufactured March 29, 2007, to January 31, 2013. The aerial devices have the pedestal attached to the lift turrets that may crack due to missing reinforcements.","Cracks, if not repaired, may result in the failure of the aerial pedestal, increasing the risk of injury to the operator or those nearby.","Terex will notify owners, and dealers will install reinforcement plates on the pedestal, free of charge. The recall began on April 22, 2016. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN622." -03/25/2016,16V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V173000),"BMW of North America, LLC",Air Bags may not Deploy due to Residue on Module,AIR BAGS,NR (Not Reported),Vehicle,6110,"BMW of North America, LLC (BMW) is recalling certain model year 2016 740Li, 750Li, and 750Lxi vehicles manufactured July 1, 2015, to December 11, 2015. The affected vehicles have an air bag control module that may randomly reset due to an electrical short circuit as a result of residual metallic particles from the manufacturing process.","In the event of a crash while the air bag module is resetting, the air bags may not deploy, increasing the risk of occupant injury.","BMW will notify owners, and dealers will replace the air bag control module, free of charge. The recall began on July 11, 2016. Owners may contact BMW customer service at 1-800-525-7417." -03/25/2016,16V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V172000),Blue Bird Body Company,"Seat Leg may Detach, Seat may Give/FMVSS 210",SEATS,R16YM-SB,Vehicle,67,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2011-2017 All American school buses manufactured from August 20, 2010, through December 16, 2015. Buses with rear side emergency doors have seats over the wheelhouse area whose rear legs may detach from the floor in a crash, resulting in belted occupants traveling forward. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat does not allow the occupant to be properly restrained in the event of a crash, they would be at an increased risk of injury.","Blue Bird will notify owners, and dealers will replace the rear leg assembly, free of charge. The recall began on April 19, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's recall number for this campaign is R16YM-SB." -03/24/2016,16E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E023000),Honda (American Honda Motor Co.),Accessory Trunk may Detach from Scooter,EQUIPMENT,JY8,Equipment,1533,"Honda (American Honda Motor Co.) is recalling certain accessory rear trunk bases, part numbers 08L71-K35-J00, 08L70-KZY-910, and 81200-KWN-780 used to mount accessory trunks on Honda PCX125 and PCX150 scooters. The locking hook of the accessory removable trunk may not fully engage to the trunk mounting base, allowing the trunk to inadvertently detach.","If the trunk detaches while riding, it may become a road hazard and increase the risk of a crash.",Remedy parts are not currently available. Honda will send owners an interim notification to instruct them not to use the trunk or to visit a dealer for a temporary remedy. The recall began August 2016. The manufacturer has not yet provided a notification schedule. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JY8. -03/24/2016,16V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V170000),"Volkswagen Group of America, Inc.",Missing Brake Pedal Clip may cause Loss of Braking,"SERVICE BRAKES, HYDRAULIC",46G4,Vehicle,46574,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2011-2016 Touareg vehicles. The brake pedal pivot pin may be missing a securing clip, allowing the pivot pin to move and the brake pedal to dislodge.","If the brake pedal dislodges, the driver may not be able to apply the brakes, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the brake pedal assembly to verify the presence of the securing clip and install any missing securing clips, free of charge. The recall began on April 27, 2016. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 46G4." -03/24/2016,16V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V171000),"Volkswagen Group of America, Inc.",Water Corrosion on Electrical Terminals,ELECTRICAL SYSTEM,23T3,Vehicle,91442,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2012-2014 Passat vehicles equipped with TDI engines. Due to improperly assembled wire seals in a connector for an underbody sensor, water may enter and corrode the electrical connectors of the sensor, causing an electrical short.","An electrical short can cause the electrical connectors of the sensor to overheat, increasing the risk of a fire.","Volkswagen will notify owners, and dealers will inspect the connector, replacing it as necessary, free of charge. The recall began in September. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 23T3." -03/23/2016,16V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V166000),Bugatti,Automobile Jacking Plates may Loosen and Detach,STRUCTURE,NR (Not Reported),Vehicle,87,"Bugatti is recalling certain 2006-2010 Veyron vehicles manufactured March 10, 2006, to March 9, 2012, 2010-2012 Veyron Grand Sport vehicles manufactured September 29, 2009, to October 14, 2014, and 2011-2013 Veyron Super Sport vehicles manufactured February 18, 2011, to August 17, 2012. In the affected vehicles, the underbody aluminum reference plates used when lifting the vehicle may corrode and detach from the vehicle.","If these jacking plates separate from the vehicle while driving, they may be a road hazard, potentially striking another vehicle, and increasing the risk of a crash.","Bugatti will notify owners, and dealers will rivet and seal the underbody aluminum reference plates, free of charge. The recall began on May 26, 2016. Owners may contact Bugatti at (805) 557-1050." -03/23/2016,16V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V168000),"Chrysler (FCA US, LLC)",Front Left Brake Caliper May Break,"SERVICE BRAKES, HYDRAULIC",S16,Vehicle,21183,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Jeep Grand Cherokee and Dodge Durango vehicles manufactured December 9, 2015, to January 14, 2016. In the affected vehicles, the left front brake caliper may crack due to being made from an incorrect material.",A cracked brake caliper may lengthen the distance needed to stop the vehicle and increase the risk of a crash.,"Chrysler will notify owners, and dealers will inspect the front left brake caliper and depending on its casting date, replace it, free of charge. The recall is expected to begin on May 12, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S16." -03/23/2016,16V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V167000),"Chrysler (FCA US, LLC)",Loss of Power Steering Assist,STEERING,S19,Vehicle,440,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Ram 1500 trucks manufactured January 22, 2015, to September 13, 2015. Contamination on the Electric Power Steering (EPS) control circuit board may cause a short and result in the loss of power steering assist.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required, especially at lower speeds, increasing the risk of a vehicle crash.","Chrysler will notify owners, and dealers will replace the EPS unit, free of charge. The recall is expected to begin on May 16, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S19." -03/23/2016,16V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V169000),"Porsche Cars North America, Inc.",Missing Brake Pedal Clip may cause Loss of Braking,"SERVICE BRAKES, HYDRAULIC",AG02,Vehicle,88300,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2011-2016 Cayenne vehicles manufactured April 28, 2010, to January 11, 2016. The brake pedal pivot pin may be missing a circlip, allowing the pivot pin to move and the brake pedal to dislodge.","If the brake pedal dislodges, the driver may not be able to apply the brakes, increasing the risk of a crash.","Porsche will notify owners, and dealers will inspect the brake pedal assembly circlip, installing any missing circlips, free of charge. The recall began on July 8, 2016. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AG02." -03/22/2016,16V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V164000),"Forest River, Inc.",Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,64-03112016-0147,Vehicle,224,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Cherokee Grey Wolf recreational trailers manufactured from March 23, 2015, through March 9, 2016. The Federal Placard incorrectly indicates the tire and rim size as ST205/75R15/C Tire(s) with 15X5.0JJ rims. However, the trailer is equipped with ST205/75R14/C Tire(s) with 14X5.5JJ rims. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""","Incorrect information on the Federal Placard may lead to the operator overloading the vehicle, increasing the risk of a tire blowout and the possibility of a crash.","Forest River will notify owners and will send them a corrected Federal Placard, free of charge. The recall began on April 25, 2016. Owners may contact Forest River customer service at 1-541-995-3447 extension 4013. Forest River's recall number for this campaign is 64-03112016-0147." -03/22/2016,16V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V165000),"Weiler, Inc",Missing Reflectors in Lenses/FMVSS 108,EQUIPMENT,NR (Not Reported),Vehicle,368,"Weiler, Inc. (Weiler) is recalling certain model year 2002-2016 B2, B3, B5, F1, F3, F5, M100, M200, and WT4000 trucks manufactured April 8, 2003, to March 21, 2016. These trucks may have been produced with LED marker lights that do not have reflectors built into the lenses, thus reducing the visibility of the truck. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing reflectors can reduce the visibility of the vehicle, increasing the risk of a crash.","Weiler will notify owners will supply reflective decals to be installed, free of charge. The recall began on May 20, 2016. Owners may contact Weiler customer service at 1-641-828-6622." -03/21/2016,16V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V161000),Winnebago Towable,Carbon Monoxide may Enter Cabin,EQUIPMENT,NR (Not Reported),Vehicle,418,"Winnebago Towable (Winnebago) is recalling certain model year 2016 Winnie Drop recreational trailers manufactured from September 10, 2015, through March 8, 2016. The refrigerator compartment may not be completely sealed and thus may allow carbon monoxide to enter the main cabin.","If carbon monoxide were to enter the main cabin, it can increase the risk of carbon monoxide poisoning, or possible death.","The remedy for this recall is still under development. The recall began on June 21, 2016. Owners may contact Winnebago customer service at 1-574-825-5250." -03/21/2016,16V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V163000),"Triumph Motorcycles America, Ltd.",Fuel may Leak into Fuel Pump Harness,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5939,"Triumph Motorcycles America, LTD. (Triumph) is recalling certain model year 2016 Street Twin motorcycles manufactured September 7, 2015, to November 21, 2015. The wiring in the fuel tank that powers the fuel pump may have damaged insulation and, as a result, fuel may enter the wiring and travel down the harness, outside of the tank and drip from the connector at the main harness.","A fuel leak, in the presence of an ignition source such as an electrical short, increases the risk of a fire.","Triumph will notify owners, and dealers will inspect the fuel pump harness and replace it as needed, based on its batch number, free of charge. The recall began April 2016. Owners may contact Triumph customer service at 1-678-854-2010." -03/21/2016,16V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V162000),"Subaru of America, Inc.",Turbocharger Intake Duct Crack may cause Stall,ENGINE AND ENGINE COOLING,WTA-62,Vehicle,18187,"Subaru of America, Inc. (Subaru) is recalling certain model year 2015-2016 WRX vehicles manufactured April 10, 2015, to October 21, 2015, and Forester 2.0XT vehicles manufactured April 10, 2015, to October 20, 2015. The turbocharger air intake duct may crack and possibly result in an engine stall.",An engine stall increases the risk of a crash.,"Subaru will notify owners, and dealers will inspect the turbocharger air intake duct, and replace it as necessary, free of charge, depending on the lot number found on the duct. The recall began April 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WTA-62." -03/18/2016,16V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V160000),"General Motors, LLC",Failure of Electric Power Steering,STEERING,22010,Vehicle,6280,"General Motors LLC (GM) is recalling certain model year 2014-2016 Caprice Police Pursuit Vehicles manufactured May 15, 2013, to March 3, 2016. Corrosion of the connector between the electric power steering module and the torque sensor connector may cause a loss of electric power steering assist.","A greater steering effort would be needed to control the vehicle if power steering is lost, increasing the risk of a crash.","GM will notify owners, and dealers will replace the steering gear assembly, free of charge. The recall began on May 11, 2016. Owners will receive a second notice when remedy parts become available. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 22010." -03/18/2016,16E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E022000),"International Specialty Services, Inc",Jack Stands may Collapse due to Incorrect Welds,EQUIPMENT,NR (Not Reported),Equipment,9912,"International Specialty Services, Inc. (ISS) is recalling certain Evercraft jack stands, model 776-2000, manufactured June 1, 2015 to March 7, 2016 and sold by NAPA Auto Parts stores. During production, the welds may not have been properly located and, as a result, the jack stands may collapse during use.","If the jack stand collapses, the vehicle could fall, increasing the risk of injury to the individual working underneath it or people around it.","ISS is working to identify customers who have purchased the product. NAPA stores will refund the full purchase price. The recall began on April 22, 2016. Owners may contact ISS at 1-864-660-8307." -03/17/2016,16V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V157000),Rosenbauer America,Brake Pedal may Stick From Piston Corrosion,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,392,"Rosenbauer Motors (Rosenbauer) is recalling certain 2012-2015 Commander vehicles manufactured January 1, 2012, to May 1, 2015. The brake pedal piston on the affected vehicles may corrode, causing the brake pedal to stick or be difficult to activate.","If the piston corrodes, the brakes may be difficult to activate or the brakes may drag and overheat. Either scenario can increase the risk of a crash.","Rosenbauer will notify owners, and dealers will install a solid spacer plate, pedal base, piston and piston seal, sealing this assembly to prevent contamination, free of charge. The recall began on May 1, 2016. Owners may contact Rosenbauer customer service at 1-651-462-1000." -03/17/2016,16E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E021000),Battery-Biz Inc.,Jumpstarter Cable May Overheat Causing Fire,EQUIPMENT,NR (Not Reported),Equipment,13000,"Battery-Biz Inc. (Battery-Biz) is recalling certain Cyntur CTJSLI Lithium Ion Jumpstarters manufactured December 24, 2014, to November 1, 2015. Due to faulty design of the cable assembly, the jumpstarter may overheat and catch fire.",Over-cranking will cause the cable to melt and the pack to overheat and catch fire.,"Battery-Biz began notifying owners, and retailers on February 26, 2016. The manufacturer will provide a free replacement cable, with new safety features. The replacement cables will begin shipping after March 31, 2016. The recall began on March 26, 2016. Owners may contact Cyntur customer service at 1-800-780-6552 or through the Cyntur website at www.cyntur.com/recall." -03/17/2016,16V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V159000),Winnebago Towable,Misprinted Trailer VIN Plate,EQUIPMENT,NR (Not Reported),Vehicle,50,"Winnebago Towable (Winnebago) is recalling certain 2016 Instinct trailers manufactured January 12, 2016, to February 29, 2016. The affected trailers may have an inadvertent ""I"" stamped as the fifth character in the VIN number.",No direct safety risk exists but an accurate VIN is required to verify trailer applicability for any future safety recalls.,"Winnebago will notify owners, and dealers will install a new VIN plate over the incorrect VIN plate, free of charge. The recall began on April 19, 2016. Owners may contact Winnebago customer service at 1-574-825-5250." -03/17/2016,16V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V158000),"Jayco, Inc.",Trailers may be Overloaded due to Incorrect Axles,SUSPENSION,9901291,Vehicle,10,"Jayco, Inc. (Jayco) is recalling certain model year 2016 White Hawk travel trailers, model 25BHS, manufactured on March 3, 2016. The affected trailers were incorrectly built on axles rated for 3000 lbs., when they should have been built with axles that have a capacity of 3500 lbs.","If the trailer is loaded to the capacity listed on the label, trailer handling may be affected, increasing the risk of a crash.","All of the affected trailers have been quarantined at Jayco dealers prior to their sale and thus no owner notification letters will be sent. Dealers will install the correct axles, free of charge. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901291." -03/16/2016,16V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V155000),"Winnebago Industries, Inc.",Hitch Attachment Bolt Not Properly Torqued,TRAILER HITCHES,140,Vehicle,31,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015 Winnebago Adventurer vehicles manufactured January 16, 2016, to March 8, 2016, and 2015-2016 Itasca Suncruiser vehicles manufactured January 6, 2016, to March 8, 2016. In the affected vehicles, the bolts that attach the hitch to the frame were not properly torqued.","Improper torquing of the hitch bolts could cause the hitch to detach, increasing the risk of a crash.","Winnebago will notify owners, and dealers will inspect and, where necessary, replace the hitch attachment bolts free of charge. The recall began on April 15, 2016. Owners may contact Winnebago customer service at 1-641-585-3535. Winnebago's number for this recall is 140." -03/16/2016,16V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V156000),"Mack Trucks, Inc.",Steering Shafts May Not be Properly Secured,STEERING,SC0401,Vehicle,75,"Mack Trucks, Inc. (Mack) is recalling certain model year 2016-2017 Titan vehicles manufactured from February 25, 2015, through February 12, 2016. The bolt connecting the upper steering shaft to the lower steering shaft may not properly secure the upper steering shaft, which can lead to separation of the steering shaft.",Separation of the steering shaft will result in complete loss of steering which may lead to a vehicle crash.,"Mack strongly recommends that the affected vehicles not be driven until the interim remedy is applied. An interim notice was sent to Mack owners on March 21, 2016, and an interim repair is available now. A second notice was mailed on May 12, 2016. The final remedy is now available. Both remedies will be free of charge. Owners may contact Mack customer service at 1-877-800-4945 opt #1. Mack's number for this recall is SC0401." -03/16/2016,16V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V154000),"Terex South Dakota, Inc.",Suspension Air Bag Inadvertently Inflate,SUSPENSION,SN636,Vehicle,131,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2015-2016 C5000, C6000, General 80, RMX, TM100, and TM125 aerial devices, and digger derrick lifts installed on trucks manufactured August 4, 2015, to February 16, 2016. The suspension circuit can inflate the suspension air bags on the affected vehicles if the Master/PTO switch or ignition is turned off in the cab while the boom is in the raised position. This can cause the frame to rise, lifting the outriggers from the ground.","If the outrigger lifts off the ground, causing instability of the truck, it can increase the risk of injury to the operator.","Terex will notify owners, and dealers will install a second outrigger enable relay, free of charge. The recall began on April 29, 2016. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN636." -03/15/2016,16V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V153000),Lakota Corporation,Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,NR (Not Reported),Vehicle,15,"Lakota Corporation (Lakota) is recalling certain model year 2016 Bighorn and Charger recreational vehicles manufactured from March 5, 2015, through March 20, 2015. In the affected vehicles, the screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Lakota will notify owners, and dealers will replace the bolts, free of charge. The recall began on April 8, 2016. Owners may contact Lakota customer service at 1-574-848-1636." -03/15/2016,16T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T003000),Cooper Tire & Rubber Co.,Tire May Lose Air Due to Pin Size Hole in Sidewall,TIRES,163,Tire,577,"Cooper Tire & Rubber Co. (Cooper) is recalling certain Roadmaster RM234 tires, size 295/75R22.5, manufactured August 6, 2015, to September 5, 2015 (weeks 3115-3515). The affected tires may have a pin-sized hole in the sidewall that can result in a loss of air.","A loss of tire air pressure can cause sudden tire failure, increasing the risk of a crash.","Cooper will notify owners, and dealers will replace the tires including the mounting and balancing, free of charge. The recall began on April 20, 2016. Owners may contact Cooper customer service at 1-800-854-6288. Cooper's number for this recall is 4Y." -03/15/2016,16V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V152000),Stallion Bus And Transit Corp.,Wipers May Become Inoperative,VISIBILITY,NR (Not Reported),Vehicle,12,"Stallion Bus and Transit Corp. (Stallion Bus) is recalling certain model year 2013 900 series transit buses manufactured from March 1, 2013, through October 31, 2013. The 12 volt to 24 volt power converter on the wiper system may shut off when the wiper speed is changed resulting in a loss of wiper function.","Visibility will be reduced should the wiper assembly stop working during operation, increasing the risk of a vehicle crash.","All of the affected buses were repaired on April 30, 2014. Therefore, an owner notification letter will not be issued for this recall campaign. Owners may contact Stallion Bus customer service at 1-631-270-3800." -03/11/2016,16V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V149000),"Nissan North America, Inc.",Improper Plating on Fuel Pump may Result in Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46671,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Nissan Rogue vehicles manufactured July 25, 2013, to December 21, 2013, and February 1, 2014, to June 7, 2014. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle may stall without warning, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace the fuel pump, free of charge. Remedy parts are currently unavailable. Owners were sent interim notices on May 9, 2016. Owners will receive a second notice when remedy parts become available. The recall is expected to begin on May 9, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -03/11/2016,16V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V150000),"Forest River, Inc.",Incorrect PSI on Certification Label/Part 567,EQUIPMENT,51-02292016-0141,Vehicle,355,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2012 Amera-Lite cargo trailers manufactured November 2, 2005, to July 21, 2011; 2007-2013 Cargo Mate cargo trailers manufactured December 1, 2006, to February 27, 2013; 2005-2016 Continental Cargo cargo trailers manufactured January 27, 2005, to November 11, 2015; and 2007-2012 US Cargo cargo trailers manufactured January 30, 2007, to July 12, 2011. The tire pressure specification for the 5.30"" x 12"" Load Range C Tire is listed as 50 PSI instead of the correct tire pressure specification of 80 PSI. As a result, the subject vehicles have incorrectly stated Gross Axle Weight Rating (GAWR) and Gross Vehicle Weight Rating (GVWR) on the Federal Placard. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Using the trailers to the loading specifications on the label while the tires are underinflated may result in sudden tire failure, increasing the risk of a crash.","Forest River will notify owners and will provide Federal placard stickers with the correct PSI, GAWR, and GVWR, free of charge. The recall began on April 8, 2016. Owners may contact Forest River customer service at 1-574-266-7539. Forest River's number for this campaign is 51-02292016-0141." -03/11/2016,16V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V151000),"General Motors, LLC",Side Air Bag Weld Studs May Separate/FMVSS 214,AIR BAGS,31820,Vehicle,3137,"General Motors LLC (GM) is recalling certain 2016 Malibu vehicles manufactured February 16, 2016, to March 5, 2016. The two weld studs that mount the front and rear side impact air bags may fracture and separate from the air bag during deployment. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) No. 214, ""Side Impact Protection.""","Fractured weld studs may allow the side air bag to move out of position during deployment, increasing the risk of injury.","GM will notify owners, and dealers will replace the side air bag modules, free of charge. The recall began on April 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 31820." -03/11/2016,16E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E020000),Ricon Corporation,Wheel Chair Lift Platform Cracking/Big Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,5000,"Ricon Corporation (Ricon) is recalling certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured August 26, 2014, to July 1, 2015. The platform side plate of the affected wheelchair lifts may crack. Additionally, the lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack or the platform mounting fails from out-of-position bearings, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the vehicle's doors are opened, the platform may fall onto the lift operator, increasing their risk of injury.","Ricon will notify the purchasers of the lifts, and their dealers will inspect the side plates for damage and for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on April 18, 2016. Owners may contact Ricon customer service at 1-800-322-2884." -03/10/2016,16V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V145000),Hyundai Motor America,Absence of Front Seat Belt Audible Warning,SEAT BELTS,141,Vehicle,34200,"Hyundai Motor America (Hyundai) is recalling certain model year 2016-2017 Santa Fe vehicles manufactured September 1, 2015 to February 12, 2016. In the affected vehicles, the wires in the front seat belt buckle harnesses may be damaged by the seat's height adjuster mechanism, resulting in a failure to provide an audible warning when front seat occupants do not fasten their seat belts. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","Without a warning to remind the front seat occupants that their seat belts are not buckled, they may forget to buckle their seat belt, increasing their risk of injury in the event of a crash.","Hyundai will notify owners, and dealers will inspect and reroute the wires in the front seat belt buckle harnesses to their proper locations, as necessary, free of charge. The recall began on April 27, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 141." -03/10/2016,16V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V148000),Pierce Manufacturing,Coolant Leak into Passenger Compartment,ELECTRICAL SYSTEM,74B269,Vehicle,267,"Pierce Manufacturing (Pierce) is recalling certain model year 2014-2016 Enforcer and Saber emergency vehicles manufactured from March 3, 2014, through February 3, 2016. The clamps on the heater hose may have been improperly installed allowing engine coolant to leak into the passenger compartment.","If coolant leaks into the passenger compartment, it may contact electrical components causing a shorting of circuits and a loss of function of features controlled by those circuits, including loss of power to vehicle which may result in a stall and increase the risk of a crash. The hot coolant may also contact occupants and possibly cause burn injuries.","Pierce will notify owners, and dealers will inspect the hose clamp installation. Any improperly installed clamps will be corrected free of charge. The recall began on April 11, 2016. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B269." -03/10/2016,16V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V146000),"Mercedes-Benz USA, LLC",Steering Column Wiring Harness Incorrectly Routed,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,888,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 GLC 300 vehicles manufactured June 16, 2015, to November 3, 2015, and 2016 GLC 300 4Matic vehicles manufactured July 16, 2015, to November 3, 2015. The steering columns in the affected vehicles may have the wiring harness for the switch module incorrectly routed. As a result, the harness may chafe and the air bag may unexpectedly deploy or the engine may stall.",An unexpected air bag deployment or engine stall increases the risk of a crash.,"MBUSA will notify owners, and dealers will inspect the wiring harnesses, properly rerouting them as necessary. Any damaged harnesses will be replaced. These repairs will be performed free of charge. The recall began on April 22, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -03/10/2016,16V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V147000),Hyundai Motor America,Trailer Turn Signals may not Work,EXTERIOR LIGHTING,142,Vehicle,2263,"Hyundai Motor America (Hyundai) is recalling certain model year 2016 Hyundai Tucson vehicles manufactured May 26, 2015 to January 15, 2016 and equipped with an accessory trailer hitch harness either included with the accessory trailer hitch or sold as a service part. In the affected vehicles, when the vehicle's engine is running and the brake lights are illuminated, if the turn signal is activated, the trailer turn signal lights will either turn off or remain continuously illuminated (not flash). As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard Number 108, "" Lamps, Reflective Devices, and Associated Equipment.""","Failure to illuminate the trailer's turn signal lights would prevent the communication of the driver's intent, increasing the risk of a crash.","Hyundai will notify owners, and dealers will update the tow hitch harness, free of charge. The recall began on May 2, 2016. Owners may contact Hyundai customer service at 1-855-371-9640. Hyundai's number for this recall is 142." -03/09/2016,16V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V143000),"Daimler Trucks North America, LLC",Electrical Connector Compressor Overheating,EQUIPMENT,FL-703,Vehicle,8865,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015-2016 Freightliner Cascadia trucks manufactured from March 24, 2014, through November 9, 2015. The affected vehicles are equipped with Bergstrom Parksmart HVAC auxiliary units. On these units, there may be inadequate contact between the electrical connector on the compressor and electrical pins causing a high electrical resistance resulting in excessive heat.",The overheated connection can increase the risk of a fire.,"DTNA will notify owners, and dealers will replace the connector caps. Additionally, dealers will replace the harnesses if there is evidence of heat discoloration. These repairs will be performed free of charge. The recall began on May 12, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's recall number for this campaign is FL-703." -03/09/2016,16V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V144000),Van Hool N.V.,Missing J-Bracket Welds on Bus Operator Seat,SEATS,P814-SB1354,Vehicle,205,"Van Hool N.V. (Van Hool) is recalling certain model year 2012 A300L, 2011 C2045, 2011-2013 T2145, 2012-2015 TD925, 2016 TDX25, and 2014-2015 TX45 motor coaches equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash, increasing their risk of injury.","Van Hool will notify owners, and dealers for the manufacturer of the seat will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on May 25, 2016. Van Hool's recall number for this campaign is P814-SB1354." -03/09/2016,16E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E019000),Orscheln Products L.L.C.,Parking Brake Cable Clips may Fail,PARKING BRAKE,NR (Not Reported),Equipment,6414,"Orscheln Products L.L.C. (Orscheln) is recalling certain Cable Connector Clips Part No. 82100600 which are incorporated into Orscheln cable assembly Part Nos. 15867200, 15867201, 15867202, 15867204, 15880700, 15880701, 15880702, 15883400, 15884000, 23034304, 23034305, 23034306, 23035801, 23035802, 23035803, 23037200, 23037201, 23037202, 1586704-P, and 15880700-P, manufactured January 19, 2015, to September 30, 2015. The metal connecting clip that connects the parking brake cable linkage may fail.","Unintentional release of the parking brake can cause the vehicle to roll, increasing the risk of injury or a crash.","Orscheln will notify its customers and will replace the parking brake cable connector clip with properly heat treated cable clips, free of charge. The recall began on March 25, 2016. Owners may contact Orscheln customer service at 1-660-269-4900." -03/08/2016,16V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V142000),Daimler Coaches North America,Crimping on Control Arm Housing May Crack,SUSPENSION,33.10U10124B,Vehicle,7,"Setra of North America (Setra) is recalling certain model year 2005-2009 S417 coaches manufactured March 1, 2005, to February 28, 2009, that had service part lower control arm(s) installed. The hot crimping that connects the tube ends to the control arm joint housing shafts may crack, causing the tube to separate from the shaft.","Should the tube crack and separate from the shaft of the vehicle, loss of vehicle control is possible, increasing the risk of a crash.","MCI, the sales agent for these vehicles, notified owners verbally, and dealers will replace the lower control arms, free of charge. The recall began on March 28, 2016. Owners may contact Setra customer service at 1-800-241-2947. Setra's number for this recall is 33.10U10124B." -03/08/2016,16V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V140000),Shyft Group,Incorrect Reading From Tank Level Pressure Sensor,EQUIPMENT,16003,Vehicle,3,"Spartan Motors USA (Spartan) is recalling certain model year 2014-2015 Gladiator and MetroStar emergency vehicles manufactured from November 18, 2014, through July 9, 2015. Under certain conditions, the fire-suppression-agent tank level pressure sensor may register an incorrect reading. This may result in the reading to indicate more agent (typically water or fire fighting foam) left in the tank than actually is.","If there is an incorrect reading of agent in the tank, it can increase the risk of injury to the fire fighter if the tank unexpectedly runs out of agent.","Spartan will notify owners, and dealers will recalibrate the tank level system or supply a new sensor, free of charge. The recall began on March 30, 2016. Owners may contact Spartan customer service at 1-800-543-5008. Spartan's number for this recall is 16003." -03/08/2016,16V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V141000),"Navistar, Inc.",Parking Brake Connecting Cable Clips may Fail,PARKING BRAKE,16504,Vehicle,2747,"Navistar, Inc. (Navistar) is recalling certain model year 2016 International 1300 trucks manufactured February 26, 2015, to May 12, 2015, 2016-2017 International DuraStar trucks manufactured January 28, 2015, to February 4, 2016, International TerraStar trucks manufactured January 28, 2015, to February 1, 2016, and 2016 IC AC transit buses manufactured January 28, 2015, to February 2, 2015. The metal connecting clip that connects the hand operated parking brake actuator cable to the intermediate parking brake cable may fail.","If the parking brake cable connection fails, the vehicle may unexpectedly roll, increasing the risk of injury or a crash.","Navistar will notify owners, and dealers will replace the hand parking brake cable connector clips, free of charge. The recall began on May 3, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16504." -03/07/2016,16E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E018000),"ZF North America, Inc.",Crimping on Control Arm Housing May Crack,SUSPENSION,N/A,Equipment,37,"ZF Group North America Operations (ZF) is recalling certain Control Arms model numbers 0501 218 145, and 0501 211 327 manufactured June 23, 2015, to February 2, 2016. The hot crimping that connects the tube ends to the control arm joint housing shafts may crack, causing the tube to separate from the shaft.","Should the tube crack and separate from the shaft of the vehicle, loss of vehicle control is possible, increasing the risk of a crash.","ZF will notify dealers and exchange all affected parts with new parts, free of charge. The recall began on February 12, 2016. Owners may contact ZF customer service at 1-734-416-6200." -03/07/2016,16V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V138000),"Volkswagen Group of America, Inc.",Electric Motor may Shutdown Unexpectedly,ELECTRICAL SYSTEM,93B4,Vehicle,5561,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015-2016 e-Golf vehicles manufactured May 21, 2014, to March 1, 2016. Oversensitive diagnostics for the high-voltage battery management system may falsely detect an electrical surge resulting in the vehicle's electric drive motor shutting down unexpectedly.",An unexpected vehicle shutdown can increase the risk of a crash.,"Volkswagen has notified owners, and dealers will update the battery management software, free of charge. The recall began March 15, 2016. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 93B4." -03/07/2016,16V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V139000),Thor Motor Coach,Heat from Exhaust may Melt Storage Compartment,ENGINE AND ENGINE COOLING,RC000112,Vehicle,385,"Thor Motor Coach (TMC) is recalling certain model year 2014-2016 Hurricane and Windsport motor homes manufactured January 30, 2013, to March 6, 2015. In the affected motor homes, the vehicle exhaust is located near a storage compartment where heat may build-up, causing the compartment to melt.",Heat build-up in the vehicle storage compartment increases the risk of fire.,"TMC will notify owners, and dealers will install a heat shield to prevent heat build-up in the storage compartment. The recall began on April 20, 2016. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000112." -03/07/2016,16V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V137000),"Jaguar Land Rover North America, LLC",Loss of Power Steering Assist,STEERING,J061,Vehicle,6938,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2015 Jaguar XF vehicles manufactured May 16, 2012, to June 15, 2015 and equipped with 2.0L GTDi engines. The retaining bolt for the Front End Auxiliary Drive (FEAD) idler pulley on the engine may fail resulting in a loss of power steering assist.",A loss of power steering assist may increase the risk of a crash.,"Jaguar will notify owners, and dealers will replace the FEAD pulley assembly, free of charge. Owners were sent interim notifications on May 28, 2016. This recall began July 1, 2016. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J061." -03/04/2016,16V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V132000),"Universal Trailer Cargo Group, Inc.",Electric Entry Steps may Become Unstable,EQUIPMENT,NR (Not Reported),Vehicle,217,"Universal Trailer Cargo Group, Inc. (Universal Trailer) is recalling certain model year 2007-2010 Haulmark Motorcoach vehicles manufactured April 1, 2007, to June 30, 2010. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may become unstable.",Unstable entry and exit steps increase the risk of injury.,"Universal Trailer will notify owners, and dealers will install a retainer bracket on the double step assemblies and the Coachstep Linkage Assembly will be replaced and a retainer bracket will be installed on the trip step assemblies. The recall began on May 2, 2016. Owners may contact Universal Trailer customer service at 1-574-264-9661." -03/04/2016,16V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V133000),Prevost Car (US) Inc.,Fire Risk Due to Missing Coolant Hose Clip,ENGINE AND ENGINE COOLING,SR16-18,Vehicle,1348,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2012-2016 H3-41 and H3-45, 2011-2016 H3-VIP, 2011-2016 X3-45 Coach vehicles, 2012-2016 X3-VIP vehicles, and 2011-2013 XL2 Entertainer vehicles. The coolant line on the affected vehicles may be missing a positioning clip, allowing the coolant line to rub against the braided fuel hose at one of the injectors.",Contact between the fuel line and the coolant line may cause a fuel leak and result in fuel spraying onto hot exhaust components increasing the risk of an engine compartment fire.,"Prevost will notify owners, and dealers will inspect the fuel line for abrasion, replacing it as necessary. The fuel and coolant lines will be properly secured. These repairs will be performed free of charge. The recall began on April 20, 2016. Owners may contact Prevost customer service at 1-418-883-3391. Prevost's number for this recall is SR16-18." -03/04/2016,16V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V136000),Hardkore Karts LLC,Missing Certification Label and VIN/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,34,"Hardkore Karts LLC (Hardkore Karts) is recalling certain model year 2009-2013 Club Car Precedent golf carts equipped with the street package, manufactured July 1, 2013, to November 1, 2016. These vehicles do not have a vehicle identification number (VIN), certification label or DOT compliant windshield. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","In the event of a crash, a non-compliant windshield may have an increased risk of occupant injury compared to a DOT-compliant, safety-glass windshield.","Hardkore Karts will notify owners, and provide a VIN, the correct certification label and install the correct windshield, free of charge. The recall was planned to begin on March 7, 2016. Owners may contact Hardkore Karts customer service at 1-877-796-5501." -03/04/2016,16V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V134000),Shyft Group,Parking Brake Cable Clips may Fail,PARKING BRAKE,16005,Vehicle,63,"Spartan Motors USA (Spartan) is recalling certain model year 2016-2017 Specialty Vehicle school bus chassis manufactured from March 19, 2015, through November 9, 2015. The metal connecting clip that connects the hand operated parking brake actuator cable to the intermediate parking brake cable may fail.","If the parking brake cable connection fails, the vehicle may unexpectedly roll, increasing the risk of injury or a crash.","Spartan will notify owners, and dealers will install new clips, free of charge. The parts are currently not available and all owners are advised to chock their wheels until the parts become available. The recall began on March 25, 2016. Owners may contact Spartan customer service at 1-800-543-4277. Spartan's number for this recall is 16005." -03/04/2016,16V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V131000),Prevost Car (US) Inc.,Seat Frame Support Attachment Cracking,SEATS,SR16-305,Vehicle,237,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2015-2016 X3-45 vehicles manufactured from October 1, 2014, through February 12, 2016, equipped with American Seating sliding passenger seats. The sliding seats on the affected vehicles may experience cracks between the seat frame and the support pedestal.","A crack in the seat attachment could compromise the structural integrity of the seat, increasing the risk of passenger injury in the event of a crash.","Prevost will notify owners, and dealers will replace the sliding seats, free of charge. The recall began on April 20, 2016. Owners may contact Prevost customer service at 1-418-883-3391. Prevost's number for this recall is SR16-305." -03/04/2016,16V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V135000),Nova Bus (US) Inc.,Windshield Wipers May Become Inoperative,VISIBILITY,CR3601 & CR3642,Vehicle,863,"Nova Bus (Nova) is recalling certain model year 2014-2016 LFS and LFS Artic vehicles manufactured from January 1, 2014, through February 15, 2016. On the affected vehicles, the pin on the wiper idler arm may strip causing the windshield wipers to become inoperative.","If the windshield wipers become inoperative, visibility will be decreased, increasing the risk of a crash.","Nova will notify owners, and dealers will replace the wiper idler arm, free of charge. The recall began on April 21, 2016. Owners may contact Nova customer service at 1-800-350-6682. Nova's number for this recall is CR3601." -03/03/2016,16V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V126000),"Forest River, Inc.",Intermittent Loss of Ignition Switch Contact,ELECTRICAL SYSTEM,51-022242016-0138,Vehicle,176,"Forest River, Inc. (Forest River) is recalling certain model year 2016-2017 Dynamax Rev recreational vehicles manufactured from April 1, 2015, through February 15, 2016, and 2016-2017 Coachman Orion recreational vehicles manufactured from May 18, 2015, through December 10, 2015. These vehicles, built on RAM ProMaster chassis, have an ignition switch that may have an intermittent loss of electrical contact.","An intermittent loss of contact can result in a vehicle stall and/or a partial or complete loss of air bags, anti-lock brakes, electronic stability control and/or instrument panel cluster. Loss of functionality with any of these safety systems can increase the risk of crash and/or increase the risk of injury in the event of a crash.","Forest River will notify owners, and Fiat Chrysler Automobiles (FCA) dealers will replace the ignition switch contact holder block, free of charge. The recall began on May 20, 2016. Owners may call the FCA Recall Assistance Center at 1-800-853-1403 or contact Forest River customer service at 1-574-262-3474. Forest River's number for this recall is 51-022242016-0138." -03/03/2016,16V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V127000),Toyota Motor Engineering & Manufacturing,Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,147242,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2008-2010 Lexus SC vehicles manufactured August 3, 2007, to July 30, 2010, 2008 Toyota Corolla vehicles manufactured May 25, 2007, to December 21, 2007, 2008 Toyota Corolla Matrix vehicles manufactured June 1, 2007, to December 18, 2007, and 2008 Pontiac Vibe vehicles manufactured June 1, 2007, to January 2, 2008. This is to address a safety defect in the passenger side frontal air bag inflator which may produce excessive internal pressure causing the inflator to rupture upon deployment of the air bag. This recall addresses both the passenger side frontal air bags that were originally installed in the vehicles, as well as replacement air bags that may have been installed as replacement service parts. A replacement air bag may have been installed, as one example, if a vehicle had been in a crash necessitating the replacement of the passenger side frontal air bag.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","The recall began on March 25, 2016 for Toyota and Lexus vehicle owners. The recall began on June 23, 2016 for GM owners. The respective dealers will either replace the front passenger air bag inflator or the entire front passenger air bag assembly depending on the model. Owners may contact Toyota customer service at 1-800-331-4331, or Pontiac customer service at 1-800-762-2737. This recall expands recall 15V-285." -03/03/2016,16V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V128000),Toyota Motor Engineering & Manufacturing,Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,71163,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2008-2010 Lexus SC vehicles manufactured August 3, 2007, to July 30, 2010, 2008 Toyota Corolla vehicles manufactured June 1, 2007, to December 21, 2007, 2008 Toyota Corolla Matrix vehicles manufactured June 1, 2007, to December 18, 2007, and 2008 Pontiac Vibe vehicles manufactured June 1, 2007, to January 2, 2008 that were originally sold, or ever registered, in Florida, Puerto Rico, Hawaii, the U.S. Virgin Islands, Guam, Saipan, American Samoa, Georgia, Alabama, Louisiana, Mississippi and Texas. The affected vehicles have a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture upon its deployment.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","The recall began on March 25, 2016 for Toyota and Lexus vehicle owners. The recall began on June 8, 2016 for GM owners. The respective dealers will either replace the front passenger air bag inflator or the entire front passenger air bag assembly depending on the model. Owners may contact Toyota customer service at 1-800-331-4331, or Pontiac customer service at 1-800-762-2737. This recall expands recall 15V-286." -03/03/2016,16V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V130000),"Strick Trailers, LLC",Rear Impact Guards/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,233,"Strick Trailers, LLC (Strick) is recalling certain model year 2001, 2003, 2005, and 2008-2012 Single axle van trailers equipped with rear impact guards using gussets 50185 and 50186. These rear impact guard gussets increase the chances of injury in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 223, ""Rear Impact Guards.""","If the rear impact guards do not meet the safety standards, it can increase the risk of injury in the event of a crash.","Strick will notify owners, and service centers will install reinforcements free of charge. The recall began on April 15, 2016. Owners may contact Strick customer service at 1-704-436-2590." -03/03/2016,16V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V129000),Kovatch Mobile Equipment Corp.,Transmission May Shift Out of Gear,POWER TRAIN,NR (Not Reported),Vehicle,18,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2015-2016 Predator emergency vehicles manufactured from May 19, 2014, through August 15, 2015, equipped with K gearboxes manufactured by Hale Products, Inc. The affected gearboxes may shift out of gear from ""road"" to ""neutral"" while the vehicle is in transit.",An unexpected shift in the transmission could result in a vehicle crash.,"KME will notify owners. The existing gearbox will be inspected and, where necessary, a replacement gearbox will be ordered and installed. Repairs will be performed free of charge. The recall began on April 8, 2016. Owners may contact KME customer service at 1-800-235-3926." -03/02/2016,16E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E017000),Bergstrom Inc.,Connector for HVAC Auxiliary Unit may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,10819,"Bergstrom Inc. (Bergstrom) is recalling certain ParkSmart HVAC Auxiliary units manufactured for Freightliner Cascadia trucks, specifically models A22-69027-004, A22-69027-005, A22-72122-001, A22-72122-002, and BSM 1000627018. High electrical resistance from inadequate contact between the electrical connector on the compressor end of the harness and the electrical pins on the top of the compressor may result in excessive heat.",The overheated connection can increase the risk of a fire.,"Daimler Trucks North America will notify owners and authorized Freightliner dealers will replace the connector caps. Additionally, dealers will replace the harnesses if there is evidence of heat discoloration. These repairs will be performed free of charge. The recall began on May 13, 2016. Owners may contact Bergstrom customer service at 1-866-204-8570." -03/02/2016,16V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V123000),Pierce Manufacturing,Drive Shaft Cap may not be Properly Tightened,POWER TRAIN,74B270,Vehicle,239,"Pierce Manufacturing (Pierce) is recalling certain model year 2016 Arrow-XT, Dash, Enforcer, Impel, Quantum, Saber, and Velocity fire and emergency vehicles manufactured October 13, 2015, to February 9, 2016. The fastener cap over the bearing on the universal joint of the drive shaft may have been improperly tightened.","If the cap was not properly tightened, the cap may detach from the vehicle and become a road hazard. Additionally, the universal joint may separate and the vehicle may not be able to be driven, increasing the risk of a crash.","Pierce will notify owners, and dealers will check and correct the tightness of all bolts for the universal joint caps, as needed, free of charge. The recall began on March 25, 2016. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B270." -03/02/2016,16V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V125000),"General Motors, LLC",Improper Air Bag Inflation,AIR BAGS,28030,Vehicle,1579,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Colorado vehicles manufactured January 19, 2016, to February 2, 2016, Chevrolet Malibu vehicles manufactured January 9, 2016, to January 26, 2016, and 2016 GMC Canyon vehicles manufactured January 21, 2016, to February 4, 2016. The driver frontal air bag may improperly inflate during second-stage deployment in the event of a high speed crash.",An improperly inflated air bag increases the risk of injury.,"GM will notify owners, and dealers will replace the driver side frontal air bag module, free of charge. The recall began on April 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is 28030." -03/02/2016,16V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V124000),"KTM North America, Inc.",Unexpected Engine Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1015,"KTM North America, Inc. (KTM) is recalling certain model year 2013-2014 Husqvarna TR650 Terra and TR650 Strada motorcycles manufactured January 1, 2012, to December 31, 2013. The affected motorcycles may unexpectedly stall.",A stall increases the risk of a crash.,"The remedy for this recall is still under development. KTM issued an interim notification to owners on August 16, 2016. The recall began April 2017. Owners may contact KTM customer service at 1-440-985-3553." -03/01/2016,16E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E016000),American Grease Stick Company,Brake Fluid Container Labeling Incorrect/FMVSS 116,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,12638,"American Grease Stick Company (AGS) is recalling certain bottles of Carquest DOT5 Silicone Brake Fluid manufactured October 9, 2013, to September 15, 2015. The affected bottles may not clearly show the minimum wet equilibrium reflux boiling point (ERPB) rating, and may not contain the words ""Motor Vehicle"" on the label where the bottle identifies the contents as DOT Brake Fluid. As such, these bottles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 116, ""Motor Vehicle Brake Fluids.""","If a customer were confused by the label, they might use the wrong brake fluid, which could result in decreased braking performance and thereby increase the risk of a crash.","AGS notified all of the known affected purchasers under the previous campaign of 15V-093. Bottles will be returned and relabeled with the correct label, free of charge. Owners may contact AGS customer service at 1-800-253-0403. Note: This recall supersedes recall 15V-093." -03/01/2016,16V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V122000),"Maserati North America, Inc.",Floor Mat Interference with Accelerator Pedal,VEHICLE SPEED CONTROL,301,Vehicle,28235,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014-2016 Quattroporte and Ghibli vehicles manufactured February 1, 2013, to November 30, 2015. In the affected vehicles, the driver-side floor mat anchor may break allowing the floor mat to move and get trapped between the accelerator pedal and the vehicle carpet.","If the floor mat moves and becomes trapped between the accelerator and the vehicle carpet, it may result in very high vehicle speeds, which could cause a crash, serious injury or death.","Maserati will notify owners, and dealers will replace the driver-side floor mat and possibly the accelerator pedal cover, free of charge. The recall began April 29, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 301. Note: These vehicles are equipped with a brake override system. In the event a pedal is trapped, pushing on the brake pedal will brake the vehicle and enable the driver to slow and stop and turn off the vehicle." -03/01/2016,16V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V121000),"Daimler Trucks North America, LLC",Steering Fluid Temperature may Exceed Hose Rating,STEERING,FL-702,Vehicle,128,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2016 Freightliner Custom Chassis XCP chassis manufactured from April 26, 2013, through January 15, 2015. The power steering fluid temperature may exceed the power steering hose material ratings on some rear engine chassis built with certain 18,000lb and 20,000lb-load capacity front axles used in motor home applications. This can cause the hose to fail, resulting in a sudden loss of power steering fluid and power assist.","Loss of power steering assist would result in increased difficulty to steer the vehicle in either direction at low speeds, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the power steering hose with a hose that has a higher temperature rating, free of charge. The recall began on July 22, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's recall number for this campaign is FL-702." -02/29/2016,16V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V118000),"Terex South Dakota, Inc.",Aerial Platform may Tilt Unexpectedly,EQUIPMENT,SN621,Vehicle,465,"Terex South Dakota, Inc. (Terex) is recalling certain 2008-2015 TLM37, TLM37P, TLM39, TLM41, TLM50, TLM55, and TLLM60 aerial devices manufactured June 18, 2008, to September 28, 2015. On the affected devices, both the boom tip leveling cylinder and the master cylinder at the elbow may make contact with the structural components, potentially damaging the boom tip leveling cylinder rod eye and the master cylinder rod eye.","Repeated contact may result in the rod eyes cracking. This cracking can lead to the failure of the boom tip leveling cylinder rod eye and the platform tilting unexpectedly which could cause the occupants to fall from the aerial platform, increasing their risk of injury.","Terex will notify owners, and dealers will modify the aerial devices to prevent the components from making contact. The recall began on April 11, 2016. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN621." -02/29/2016,16V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V120000),"Jayco, Inc.",Battery Positive Cable may Short,ELECTRICAL SYSTEM,9901286,Vehicle,2105,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Eagle Half Ton fifth wheels and Eagle travel trailers manufactured April 8, 2015, to February 19, 2016. In the affected trailers, the positive cable (B+) connecting the battery box to the roof-mounted solar panel preparation package may not be protected by a circuit breaker.","Without circuit protection, the wire may short circuit, increasing the risk of a fire.","Jayco will notify owners, and dealers will tie the unprotected circuit into a 30amp circuit breaker, free of charge. The recall began on March 18, 2016. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901286." -02/29/2016,16V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V119000),"Nissan North America, Inc.",Brake Relay may Freeze in Cold Temperatures,SERVICE BRAKES,NR (Not Reported),Vehicle,46859,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2015 LEAF vehicles manufactured November 19, 2012, to July 31, 2015. During very cold temperatures, the relay inside the electronic brake booster may freeze, requiring the driver to exert more effort to slow the vehicle down.","If the brake relay fails, longer distances or additional brake effort would be required to stop the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will reprogram the Intelligent Brake Control Unit software, free of charge. The recall began on March 28, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -02/29/2016,16V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V117000),Hyundai Motor America,Loss of Wiper Function due to Corrosion,VISIBILITY,140,Vehicle,18700,"Hyundai Motor America (Hyundai) is recalling certain model year 2012 Genesis vehicles manufactured August 1, 2011, to April 30, 2012, and 2011-2013 Equus vehicles manufactured July 10, 2011, to June 12, 2012. The windshield wiper motor cover seal on the affected vehicles may degrade allowing corrosion on the wiper motor's circuit board. The corrosion can cause intermittent or total loss of wiper function.","Inoperative wipers during inclement weather can decrease driver visibility, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the wiper motor cover and seal, free of charge. The recall began on April 22, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 140." -02/29/2016,16V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V116000),"Mitsubishi Fuso Truck of America, Inc.",PVC Pipe Heater Short Circuit may cause Fire,ENGINE AND ENGINE COOLING,C1008310,Vehicle,853,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain model year 2012-2016 FEC52, FEC72, FEC92 trucks manufactured February 4, 2011, to March 31, 2015, and 2012-2015 FGB72 trucks manufactured June 22, 2011, to April 8, 2014. The affected vehicles are equipped with an optional cold weather PVC heater kit. In these vehicles, the PVC pipe heater wiring may chafe on a metal clamp possibly resulting in the wire short circuiting.",A short circuit increases the risk of a fire.,"MFTA will notify owners, and dealers will replace the PVC pipe heater, free of charge. The recall began on April 6, 2016. Owners may call MFTA customer service at 1-877-711-0707. MFTA's number for this recall is C1008310." -02/26/2016,16V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V114000),"Chrysler (FCA US, LLC)",Air Bag may Deploy Improperly,AIR BAGS,S09,Vehicle,71,"Chrysler (FCA US LLC) is recalling certain model year 2015 Chrysler 200 vehicles manufactured April 7, 2014, to August 3, 2015. During service work, the affected vehicles may have had either the Occupant Classification Module (OCM) or the Seat Cushion Foam (SCF) of the front passenger seat replaced instead of the both pieces together, which make up a complete calibrated set.","If both pieces were not replaced together, the occupant detection and classification system may not be properly calibrated and the passenger air bag may improperly deploy in the event of a crash, increasing the risk of injury.","Chrysler will notify owners, and dealers will install a new OCM-SCF seat service kit, free of charge. The recall began on May 27, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S09." -02/26/2016,16V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V115000),Open Range R.V. Company,Gross Vehicle Weight Rating Calculation Incorrect,EQUIPMENT,9905283,Vehicle,1956,"Open Range R.V. Company (Open Range) is recalling certain model year 2012-2014 Mesa Ridge and Roamer trailers, and 2013-2014 Light trailers manufactured March 23, 2011, to March 20, 2014. In the affected fifth wheel and travel trailers, the Gross Vehicle Weight Rating (GVWR) calculation on the label may be incorrect, which may result in the overloading of the vehicles.","If the owners load the trailers based on the incorrect labels, the trailers may be overloaded, resulting in tire failure, and increasing the risk of a crash.","Open Range will notify owners and will provide a label with the corrected weight information, free of charge. The recall began on April 11, 2016. Owners may contact Highland customer service at 1-260-768-7771. Open Range's number for this recall is 9905283." -02/26/2016,16E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E015000),Walser Asia Pacific Ltd.,Heated Seat Cushion May Overheat,EQUIPMENT,NR (Not Reported),Equipment,41412,"Walser Asia Pacific Ltd. (Walser) is recalling certain accessory Auto XS Heated Car Seat Cushions, model number 16478, manufactured June 30, 2015, to August 30, 2015, and sold exclusively through ALDI USA stores between December 20, 2015 and February 10. The seat covers may overheat causing the fabric to melt.","If the seat cover overheats melting the fabric, it can increase the risk of personal injury to the seat occupant or may result in a vehicle fire.","Walser does not know the contact information for the purchasers of the heated seat covers. Walser will work with the exclusive seller, ALDI USA to issue a joint press release instructing owners to return the affected seat covers back to ALDI for a refund. The recall began on February 11, 2016. Owners may contact Walser customer service at 1-800-222-0999." -02/26/2016,16V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V113000),"Chrysler (FCA US, LLC)",Powertrain Control Module Missing Backup Software,ELECTRICAL SYSTEM,S10,Vehicle,1122,"Chrysler (FCA US LLC) is recalling certain model year 2016 Dodge Dart vehicles manufactured July 25, 2015, to December 16, 2015 and equipped with a 2.0L engine and a manual transmission. Additionally included are certain 2015 Dodge Dart vehicles similarly equipped and brought in for dealer service between September 15, 2015 and January 12, 2016. In the affected vehicles, the powertrain control module that monitors the engine torque output may be missing a backup layer of software.","Without a backup layer of software, the control module may fail to prevent an un-commanded torque event, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the Engine Control Module software, free of charge. The recall began on March 25, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S10." -02/25/2016,16V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V109000),Honda (American Honda Motor Co.),Brake Fluid may Leak from Loose Rear Line,"SERVICE BRAKES, HYDRAULIC",JY3,Vehicle,1984,"Honda (American Honda Motor Co.) is recalling certain model year 2014 NSS300 and NSS300A scooters manufactured June 18, 2013, to September 12, 2013. The rear brake line connection on the affected vehicles may have been improperly tightened, allowing brake fluid to leak.","If the rear brake line leaks, there would be a reduction of loss of rear brake pressure and therefore rear braking function, increasing the risk of a crash.","Honda will notify owners, and dealers will tighten the rear brake line connection to specification, and fill the rear brake fluid reservoir, as necessary, free of charge. The recall began March 24, 2016. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is JY3." -02/25/2016,16E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E014000),Vapor Bus International,Rear Bus Doors May Open While in Motion,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,4826,"Vapor Bus International (Vapor Bus) is recalling certain Electric Transit Operator (ETO) Controller Assemblies, part number 51220550, manufactured March 7, 2013, to December 21, 2015. These assemblies, which control a bus door operator motor and brake, may have a software defect which can cause failure of the rear door guide roller linkage resulting in a bus' rear door opening unexpectedly while the bus is in motion.","If the rear bus door opens expectedly while the bus is in motion, there is an increased risk of injury for the passengers.","Vapor Bus will notify owners, and dealers will update the ETO Controller Assembly software, and replace all of the roller brackets, free of charge. The recall began on April 12, 2016. Owners may contact Vapor Bus customer service at 1-847-777-6423." -02/25/2016,16V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V111000),Ford Motor Company,Rear Seat Belt Buckle may not Latch,SEAT BELTS,16S06,Vehicle,48990,"Ford Motor Company (Ford) is recalling certain model year 2015-2016 Transit vehicles manufactured February 13, 2014, to January 13, 2016 and equipped with rear passenger seats. The rear seat belt buckles may be damaged if a heavy object is placed on, or impacts, the top of the buckle. The damage may prevent the buckle from latching or from remaining latched.",An unlatched seat belt increases the risk of injury to the occupant in the event of a crash.,"Ford will notify owners, and dealers will modify or replace the seat belt buckles, depending on their location in the vehicle, free of charge. The recall began May 18, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S06." -02/25/2016,16V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V110000),Ford Motor Company,Restraint System May Misclassify Front Passenger,AIR BAGS,16S05,Vehicle,2894,"Ford Motor Company (Ford) is recalling certain model year 2016 F-150 trucks manufactured April 27, 2015, to November 22, 2015, and equipped with Multi-Contour Seats (MCS). The front passenger seat Occupant Classification System (OCS) that calibrates the air bag deployment level may incorrectly classify an adult as a child when the seat massage feature is activated.","If an adult is incorrectly classified as a child, the passenger frontal air bag will not deploy during a crash, increasing the risk of injury.","Ford will notify owners, and dealers will update the Occupant Classification System Module (OCSM) with new software, free of charge. The recall began on March 11, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S05." -02/25/2016,16V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V112000),Open Range R.V. Company,Trailer Safety Chains not Equal to GVWR,EQUIPMENT,9905277,Vehicle,387,"Open Range R.V. Company (Open Range) is recalling certain model year 2012-2015 Journeyer trailers, models JT 337 RLS and JT340FLR, manufactured September 6, 2011, to April 30, 2014. The affected vehicles are equipped with safety chains on the A-frame that are rated for 11,700lbs instead of being rated equal to, or greater than, the gross vehicle weight rating (GVWR) of the travel trailer.","In the event the main trailer connection fails, the weight of the trailer can break the safety chains if the chains are not strong enough, allowing the trailer to separate from the vehicle, increasing the risk of a crash.","Open Range will notify owners, and dealers will replace the existing safety chains with chains that have a 16,200lb rating, free of charge. The recall began on February 29, 2016. Owners may contact Open Range customer service at 1-260-768-7771. Open Range's number for this recall is 9905277." -02/24/2016,16V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V105000),Isuzu Motors Limited,Certification Label Typographical Errors/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,21,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain model year 2016 NPR-HD, NPR-XD, NQR, and NRR trucks manufactured July 3, 2015, to September 2, 2015 and equipped with 5.2L diesel engines. The certification label on the affected vehicles may have typographical errors in the rim size, tire pressure and weight information that may prevent the owner from accurately loading and maintaining the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the rim size, tire pressure and weight information cannot be referenced and understood, the owner may overload the vehicle or underinflate the tires. These conditions may increase the risk of a crash.","Isuzu will provide owners with a corrected certification label, free of charge. The recall began on April 25, 2016. Owners may contact Isuzu customer service at 1-866-441-9638." -02/24/2016,16V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V106000),Temsa,Front Lower Control Arm Housing May Crack,SUSPENSION,NR (Not Reported),Vehicle,70,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2016 TS35C buses manufactured September 1, 2015, to January 31, 2016, and 2016 TS 45 buses manufactured September 1, 2015, to December 31, 2015. In the affected buses, the front lower control arm housings may crack, allowing the components to separate.","If the control arm cracks and the components separate, a loss of steering would occur, increasing the risk of a vehicle crash.","Temsa will notify owners, and dealers will replace the lower control arms of the front axles, free of charge. The recall began on April 13, 2016. Owners may contact Temsa representative CH Bus Sales at 1-407-271-8935." -02/24/2016,16V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V107000),DS Corp - DBA Crossroads RV,Furnace Exhaust Cover Misindentifies Hot Outlet,EQUIPMENT,40-2015,Vehicle,13,"DS Corp DBA Crossroads RV (Crossroads) is recalling certain model year 2016-2017 Z1 Lite travel trailers manufactured January 2, 2016, to February 4, 2016. The affected trailers are equipped with a Suburban furnace, model #NT-20SEQ, that may have an exhaust cover that incorrectly identifies the hot exhaust tube location.","If the cover indicates the wrong hot tube location, someone may unexpectedly touch the hot exhaust tube, increasing their risk of injury. Additionally, if a plastic return tube was installed there is an increased risk of fire.","Crossroads will notify owners, and dealers will replace the exhaust cover, free of charge. The recall began on February 26, 2016. Owners may contact Crossroads customer service at 1-855-226-7496. Crossroad's number for this recall is 40-2015." -02/24/2016,16V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V108000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,21510,Vehicle,74,"General Motors LLC (GM) is recalling certain model year 2016 Buick Regal Vehicles manufactured August 30, 2015, to February 12, 2016. The affected vehicles have a power-steering assist system that may fail.",A loss of power steering assist may increase the risk of a crash.,"GM will notify owners, and dealers will replace the electric belt drive rack and pinion steering gear assembly, free of charge. The recall began on March 21, 2016. Owners may contact Buick customer service at 1-800-521-7300. GM's number for this recall is 21510." -02/24/2016,16V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V104000),Campagna Motors,Possible Loss of Steering,STEERING,NR (Not Reported),Vehicle,80,"Campagna Motors (Campagna) is recalling certain model year 2013-2015 T-Rex 16S motorcycles manufactured June 3, 2013 to October 30, 2015. In the affected vehicles, the steering column could be incorrectly connected to the steering rack allowing the steering column to disconnect from the steering rack.","If the steering column disconnects from the steering rack, the driver would lose the ability to steer the vehicle, increasing the risk of a crash.","Campagna will notify owners, and dealers will inspect and correct the steering column to steering rack assembly, as necessary, free of charge. The recall began on April 1, 2016. Owners may contact Campagna customer service at 1-888-641-2112 extension 222." -02/23/2016,16V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V101000),Blue Bird Body Company,Battery Cable May Overheat and Cause a Fire,ELECTRICAL SYSTEM,R16YL-NSB,Vehicle,2,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2009 Vision transit buses manufactured from November 27, 2007, through February 18, 2008, and equipped with Caterpillar C707 engines. In the affected buses, the positive starter cable may be incorrectly attached to the same Power Distribution Unit (PDU) stud as the battery cable, exposing the smaller battery cable to a higher current draw during cranking.","Exposure to high current draw may cause the battery cable to overheat, melt the wire insulation and increase the risk of a short circuit and a fire.","Blue Bird will notify owners, and dealers will relocate the starter cable to the chassis power stud. Any damaged battery cables will be replaced. These repairs will be made free of charge. The recall began on March 10, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's recall number for this campaign is R16YL-NSB." -02/23/2016,16V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V100000),Blue Bird Body Company,Battery Cable may Overheat and cause a Fire,ELECTRICAL SYSTEM,R16YL-SB,Vehicle,733,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2008-2009 Vision school buses manufactured from May 10, 2007, through March 5, 2008 and equipped with Caterpillar C707 engines. In the affected buses, the positive starter cable may be incorrectly attached to the same Power Distribution Unit (PDU) stud as the battery cable, exposing the smaller battery cable to a higher current draw during cranking.","Exposure to high current draw may cause the battery cable to overheat, melt the wire insulation and increase the risk of a short circuit and a fire.","Blue Bird will notify owners, and dealers will relocate the starter cable to the chassis power stud. Any damaged battery cables will be replaced. These repairs will be made free of charge. The recall began on March 10, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's recall number for this campaign is R16YL-SB." -02/23/2016,16V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V103000),"Daimler Trucks North America, LLC",Possible Loss of Exterior Lights and Wipers,EXTERIOR LIGHTING,FL-701,Vehicle,2323,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2012-2017 Thomas Built Buses Minotour school buses manufactured from October 26, 2010, through December 14, 2015 and built on a GM chassis. The affected school buses have a body control module that may fail resulting in intermittent or total loss of exterior lighting or windshield wiper function.","Loss of exterior lighting or windshield wiper function can decrease visibility, increasing the risk of a crash.","DTNA will notify owners, and dealers will modify the wiring to the body control module, free of charge. The recall began on April 18, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's recall number for this campaign is FL-701." -02/23/2016,16V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V102000),"Kawasaki Motors Corp., U.S.A.",Steering Damper Bracket Separation,STEERING,MC16-03,Vehicle,544,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain model year 2016 Ninja ZX-10R and Ninja ZX-10R ABS motorcycles, models ZX1000RGFAL, ZX1000RGFL, ZX1000SGFAL and ZX1000SGFL, manufactured October 28, 2015, to January 18, 2016. In the affected motorcycles, the steering damper bracket mounting bolts may break due to being over tightened.","If the steering damper bracket mounting bolts break, the steering damper bracket would detach and could interfere with steering the motorcycle, increasing the risk of a crash.","Kawasaki will notify owners, and dealers will replace the steering damper bracket mounting bolts, free of charge. The recall began February 29, 2016. Owners may contact KMC customer service at 1-866-802-9381. Kawasaki's number for this recall is MC16-03." -02/19/2016,16V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V095000),Volvo Trucks North America,Ball Joints may Fail due to Corrosion,SUSPENSION,RVXX1601,Vehicle,2053,"Volvo Trucks North America (Volvo) is recalling certain model year 2009-2010 VT trucks manufactured from April 9, 2008, through September 24, 2009, and certain 2016 model VNL and VNM trucks manufactured from January 2, 2015, through to November 6, 2015. The affected vehicles are equipped with USK non-greasable drag links that may experience corrosion of the ball joints due to the seals being compromised, possibly resulting in accelerated wear and failure of the ball joint.","Failure of the ball joint may cause separation of the socket and a complete loss of steering, increasing the risk of a crash.","Volvo will notify owners, and dealers will replace the drag links, free of charge. The recall began on April 21, 2016. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1601. Note: This recall is an expansion of a previous recall 15V-651." -02/19/2016,16V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V099000),"Mack Trucks, Inc.",Driveshaft may Disconnect,POWER TRAIN,SC0399,Vehicle,33981,"Mack Trucks, Inc. (Mack) is recalling certain model year 2012-2016 Granite (GU), Pinnacle (CHU, CXU), TerraPro (LEU, MRU), Titan (TD), and LR trucks manufactured from September 1, 2011, through September 8, 2015. The cap nut that retains the interaxle driveshaft yoke to the rear axle input shaft may loosen.","If he cap nut loosens and falls off, the yoke can separate from the axle input shaft and allow the drive shaft to disconnect, increasing the risk of a crash.","Mack will notify owners, and dealers will replace the cap nut. The input shaft threads will be inspected for damage. Any damaged input shaft will be replaced. These repairs will be performed free of charge. An interim notice was sent to owners on April 25, 2016. The recall began on June 7, 2016. Owners may contact Mack customer service at 1-610-709-2131. Mack's recall campaign number for this recall is SC0399." -02/19/2016,16V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V096000),Toyota Motor Engineering & Manufacturing,Seat Belt Webbing may be Cut by Seat Frame,SEAT BELTS,G0F,Vehicle,1123752,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2006-2012 RAV4 vehicles manufactured July 28, 2005, to December 19, 2012, and 2012-2014 RAV4 EV vehicles manufactured July 24, 2012, to August 29, 2014. In the event of a frontal collision, the rear seat belts for the outboard seats may be cut by the seat cushion frame.","A cut seat belt may not properly restrain the seat occupant, increasing their risk of injury in a crash.","Toyota will notify owners, and dealers will install a protector over both rear seat cushion frames, free of charge. The recall began on June 24, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0F." -02/19/2016,16V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V098000),"Mack Trucks, Inc.",Steering Shaft May Disconnect from Junction Box,STEERING,SC0400,Vehicle,1187,"Mack Trucks, Inc. (Mack) is recalling certain model year 2016-2017 Granite (GU) and TerraPro (MRU) trucks manufactured from November 9, 2015, through January 19, 2016. The affected trucks may be missing a roll pin to secure the upper steering yoke to the steering shaft.","If the roll pin is missing, the steering shaft may disconnect from the yoke, resulting in a complete loss of steering and increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the vehicles and replace the steering shaft if the roll pin is missing, free of charge. The recall began on April 1, 2016. Owners may contact Mack customer service at 1-610-709-2131. Mack's recall campaign number for this recall is SC0400." -02/18/2016,16C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C003000),"Evenflo Company, Inc.",Central Front Adjuster may be Loosened by Child,CHILD SEAT,Transitions CFA,Child Seat,56247,"Evenflo Company, Inc. (Evenflo) is recalling certain Transitions 3-in-1 Combination Booster Seats, model numbers 34411686, 34411695, and 34411029, produced from December 18, 2014, through January 29, 2016. The central front adjuster (CFA) button that is used to loosen the seat's internal harness may be within the child's reach, allowing the child to activate the CFA and loosen the internal harness.","If the internal harness is not tightened snugly around the child, the child would be at an increased risk of injury in the event of a crash.","Evenflo will notify owners and provide a remedy kit that includes a newly-designed seat pad and CFA assembly, free of charge. Owners may contact Evenflo at www.transitions.evenflo.com or 1-800-233-5921. The recall began on March 14, 2016. Note: This safety issue only impacts the use of the seat in the forward-facing harnessed booster (22-65 lbs. and 28-50 in.) configuration." -02/18/2016,16V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V091000),"Navistar, Inc.",Hood may Open Unexpectedly While Braking,STRUCTURE,16502,Vehicle,9662,"Navistar, Inc. is recalling certain model year 2016-2017 IC CE school buses manufactured from November 24, 2014, through January 22, 2016. In the affected vehicles, the hood straps used to latch the hood closed may become elongated and not return to their original length. As a result, the hood may open unexpectedly when the bus is braking.","If the hood opens while braking, the driver's vision may be obstructed, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the hood straps, free of charge. The recall began on April 18, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16502." -02/18/2016,16V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V094000),"Forest River, Inc.",Incorrect Federal Placard/Part 567,EQUIPMENT,225-02102016-0134,Vehicle,23,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Coachmen Galleria motorhomes manufactured from October 30, 2015, through February 15, 2016. The Federal Placards on the affected vehicles incorrectly lists the number of seatbelts as zero. Additionally, the placards did not factor in the fresh water capacity in the vehicle weight calculation and the Gross Vehicle Weight Rating (GVWR) is missing from the label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Without the GVWR listed on the label, the operator may overload the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected Federal Placard, free of charge. The recall began on March 3, 2016. Owners may contact Forest River customer service 1-574-825-8628. Forest River's number for this recall is 225-02102016-0134." -02/18/2016,16V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V093000),"Daimler Vans USA, LLC",Incorrect Load Capacity Information on Labels,EQUIPMENT,NR (Not Reported),Vehicle,2278,"Daimler Vans USA, LLC (DVUSA) is recalling certain model year 2015-2016 Mercedes-Benz and Freightliner Sprinter 2500 and 3500 vans manufactured April 29, 2015, to December 15, 2015. The affected vehicles have a tire pressure label that incorrectly states a higher maximum load capacity than the vehicle is designed for.","The vehicle may be overloaded if loaded to the incorrect weight shown on the label, possibly resulting in axle or tire failure, increasing the risk of a crash.","DVUSA will notify owners, and Mercedes-Benz and Freightliner dealers will replace the incorrect tire pressure label, free of charge. The recall began March 2016. Owners may contact DVUSA customer service at 1-877-762-8267." -02/18/2016,16E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E013000),"Daystar Products International, Inc.",Rear Control Arm Bracket Weld Failure,SUSPENSION,16-01,Equipment,50,"Daystar Products International, Inc. (Daystar) is recalling certain aftermarket replacement rear control arm brackets included in Daystar's 2015-2016 Jeep Renegade 1.5"" spacer kit, part KJ09168BK, shipped from Daystar to distributors between October 27, 2015 and November 5, 2015. The affected spacers may have improper or incomplete welds on the top flange on the rear control arm bracket, that can allow the rear axle to shift while driving.",If the axle moves there could be an increased risk of a crash.,"Daystar will notify owners, and direct them to repair shops to have the brackets inspected and replaced as needed, free of charge. The recall began on March 11, 2016. Owners may contact Daystar customer service at 1-623-907-0081 or by email at Jbilyeu@daystarweb.com. Daystar's number for this recall is 16-01." -02/18/2016,16V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V092000),Highland Ridge RV,Vehicle Weight Calculation Incorrect,EQUIPMENT,9904283,Vehicle,1912,"Highland Ridge RV (Highland) is recalling certain model year 2015-2016 Highland Toy Hauler, Light, Mesa Ridge, and Roamer travel and fifth wheel trailers manufactured May 6, 2014, to August 31, 2015. The Gross Vehicle Weight Rating calculation on the label may be incorrect, which can allow the vehicle to be overloaded.","If the vehicle is overloaded due to incorrect Weight Rating information on the label, tire failure may result, increasing the risk of a crash.","Highland will notify owners and will provide a corrected label, free of charge. One model, the HT31RGR Highland Toy Hauler will require two heavier axles installed and five larger tires as well. These repairs will provided free of charge. The recall began on March 22, 2016. Owners may contact Highland customer service at 1-260-768-7771. Highland's number for this recall is 9904283." -02/17/2016,16V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V090000),"Navistar, Inc.",Hood may Open Unexpectedly While Braking,STRUCTURE,16503,Vehicle,104,"Navistar, Inc. (Navistar) is recalling certain model year 2016 IC CE commercial buses manufactured from November 24, 2014, to January 20, 2016. In the affected vehicles, the hood straps used to latch the hood closed may become elongated and not return to their original length. As a result, the hood may open unexpectedly when the bus is braking.","If the hood opens while braking, the driver's vision may be obstructed, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the hood straps, free of charge. The recall began on April 18, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 16503." -02/17/2016,16V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V097000),Volvo Trucks North America,Steering Shaft May Disconnect from Junction Box,STEERING,RVXX1602/RVXX1603,Vehicle,18116,"Volvo Trucks North America (Volvo) is recalling certain model year 2016-2017 VNL, VNX, and VNM trucks manufactured from May 11, 2015, through April 18, 2016. The trucks may have been manufactured without a roll pin on the steering shafts. If the roll pin is missing, the lower steering shaft may disconnect from the junction block. Also, the bolt connecting the upper steering shaft to the lower steering shaft may not have been properly tightened. Either condition can lead to separation of the steering shaft.",Separation of the steering shaft will result in complete loss of steering which may lead to a vehicle crash.,"Volvo is strongly recommending that the affected vehicles not be driven until the interim remedy is applied. An interim notice was sent to Volvo owners on March 16, 2016, and an interim repair is available now. A second notice was mailed on May 13, 2016. The final remedy is now available. Both remedies are free of charge. Owners may contact Volvo customer service at 1-877-800-4945 opt #1. Volvo's recall numbers for this campaign are RVXX1602 and RVXX1603. This recall supersedes safety recall 15V-786." -02/17/2016,16V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V089000),Keystone RV Company,Television May Fall From the Wall Mount,EQUIPMENT,16-247,Vehicle,107,"Keystone RV Company (Keystone) is recalling certain model year 2016 Sprinter vehicles manufactured July 28, 2015, to November 19, 2015, and equipped with a Haier television, model 55E2500, mounted to the wall. These televisions may break off of the wall mounting inside the vehicle.","If the television falls while people are in the vehicle, there would be an increased risk of injury.","Keystone will notify owners, and dealers will replace the television, free of charge. The recall began February 23, 2016. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 16-247." -02/17/2016,16E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E012000),"Iowa Mold Tooling Co., Inc.",Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016001,Equipment,1598,"Iowa Mold Tooling Co., Inc. (IMT) is recalling certain Series III Cranes, models 6000, 7500, 8600, 9500, 10000, 12000, and 14000, manufactured April 4, 2013, to January 22, 2016. The affected cranes have a valve bank cover that may crack and fall from the crane while the crane is being transported.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","IMT will notify owners, and dealers will replace the valve cover with a thicker cover, free of charge. The recall is expected to begin during March 2016. Owners may contact IMT customer service at 1-800-247-5958. IMT's number for this recall is TB2016001." -02/16/2016,16V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V086000),Starcraft RV,Incorrect Tire Information on Labels/FMVSS 119,EQUIPMENT,9902260,Vehicle,21,"Starcraft RV (Starcraft) is recalling certain model year 2016 AR-One toy hauler trailers, model 17XTH, manufactured from October 28, 2015, through January 19, 2016. The affected trailers may be equipped with labels that indicate incorrect tire size and tire inflation information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires-Other than Passenger Cars.""","If the tires are replaced with ones that are of an incorrect size and pressure, the handling of the trailer may be adversely affected or tire failure may occur. Either condition increases the risk of a crash.","Starcraft will notify owners and will mail them corrected labels, free of charge. The recall began on February 22, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902260." -02/16/2016,16V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V087000),"Mercedes-Benz USA, LLC",Sunroof Glass may not be Properly Bonded,VISIBILITY,NR (Not Reported),Vehicle,53,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 C300 vehicles manufactured December 11, 2015, to December 23, 2015, C300 4Matic vehicles manufactured December 12, 2015, to December 29, 2015, and C450 AMG 4Matic vehicles manufactured December 12, 2015, to December 22, 2015. The affected vehicles may be equipped with a panoramic sunroof that may not be properly bonded, allowing the glass to detach and fall from the vehicle during operation.","If the panoramic glass detaches during vehicle operation, it can increase the risk of injury or crash.","MBUSA will notify owners, and dealers will inspect the bonding of the rear sunroof glass panel, replacing it as necessary, free of charge. The recall began on April 12, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -02/16/2016,16V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V088000),"Iowa Mold Tooling Co., Inc.",Valve Bank Cover May Crack and Detach,EQUIPMENT,TB2016002,Vehicle,822,"Iowa Mold Tooling Co., Inc. (IMT) is recalling certain model year 2013-2016 Dominator-Propane, Dominator I, Dominator II, Dominator III, and Dominator IV vehicles manufactured April 4, 2013, to January 22, 2016. The affected vehicles are fitted with IMT Series III cranes, models 6000, 7500, 8600, 9500, 10000, 12000, and 14000, which have a valve bank cover that may crack and fall from the crane while the vehicle is being driven.","If the valve bank cover detaches from the crane it could be a road hazard, increasing the risk of a crash.","IMT will notify owners, and dealers will replace the valve bank cover with a thicker one, free of charge. The recall began on April 6, 2016. Owners may contact IMT customer service at 1-800-247-5958. IMT's number for this recall is TB2016002." -02/12/2016,16V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V085000),"Transportation Collaborative, Inc.",Barriers may not Deform Properly/FMVSS 222,SEATS,NR (Not Reported),Vehicle,50,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain model year 2012-2015 Trans Tech Student Safety Transporter school buses manufactured from December 1, 2012, through April 23, 2015. In the event of a crash, the barrier on the driver's side may not deform as intended. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Standard (FMVSS) number 222, ""School Bus Passenger Seating and Crash Protection.""","If the barrier does not deform properly, vehicle occupants are at a greater risk of injuries should they impact the barrier in a crash.","Trans Tech will notify owners and provide a free retrofit kit along with installation instructions. An interim notice was distributed to owners on April 14, 2016. The recall began on April 18, 2016. Owners may contact Transportation Collaborative customer service at 1-845-988-0419." -02/11/2016,16V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V083000),"Volkswagen Group of America, Inc.",Air Bag Control Unit Power Supply Corrosion,AIR BAGS,Not yet assigned,Vehicle,1037,"Volkswagen Group of America, Inc. (VW) is recalling certain model year 2009 Volkswagen Routan vehicles manufactured February 7, 2008, to August 28, 2008. In the affected vehicles, the air bag control units may corrode and fail.","If the air bag control unit fails, the air bags may not deploy in the event of a crash, increasing the risk of occupant injury. Additionally, the air bags may inadvertently deploy, increasing the risk of a crash.","VW will notify owners, and dealers will replace the air bag control unit, free of charge. The recall began April 2016. Owners may contact Volkswagen customer service at 1-800-893-5298." -02/11/2016,16V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V081000),"Mercedes-Benz USA, LLC",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,711159,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2009-2010 ML320 BlueTec 4Matic, GL320 BlueTec 4Matic and R320 CDI 4Matic, 2011 E350 Cabriolet and E550 Cabriolet, 2009-2011 ML350, ML350 4Matic, ML550 4Matic, ML63 AMG, and C63 AMG, 2010-2011 ML450 4Matic Hybrid, E350 Coupe, E350 4Matic, E550 Coupe, E550 4Matic, and E63 AMG, 2011-2012 GL350 BlueTec 4Matic and R350 BlueTec 4Matic, 2009-2012 GL450 4Matic, GL550 4Matic and R350 4Matic, 2007-2008 SLK280, SLK350, and SLK55 AMG, 2011-2014 SLS AMG Coupe, 2012 SLS AMG Cabriolet, 2013-2014 SLS AMG GT and SLS AMG GT Cabriolet, 2005 C230 Kompressor and C320, 2006-2007 C230, 2006-2011 C350, 2008-2011 C300 and C300 4Matic, 2010-2012 GLK350 and GLK350 4Matic and 2007-2008 Chrysler Crossfire vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","MBUSA will their notify owners, and Fiat Chrysler will notify the affected Chrysler owners. Dealers for the respective brands will replace the driver's frontal air bag module, free of charge. This recall began November 2016. Mercedes-Benz owners may contact MBUSA customer service at 1-800-367-6372 and Chrysler owners may contact Fiat Chrysler customer service at 1-800-853-1403." -02/11/2016,16V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V084000),"General Motors, LLC",Intermittent Failure of Audio Warning System,ELECTRICAL SYSTEM,15808,Vehicle,139,"Genera Motors LLC (GM) is recalling certain model year 2016 Chevrolet Camaro, Malibu, Silverado and GMC Sierra vehicles. The radio may intermittently fail to provide an audio warning when the key has been left in the ignition and the door is opened or when the driver does not fasten their seat belt. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) number 114, ""Theft Protection"", and/or 208, ""Occupant Crash Protection.""",An unbelted driver is at a greater risk of injury in a crash.,"GM will notify owners, and dealers will update the radio software, free of charge. The recall began on March 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 15808." -02/11/2016,16V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V082000),Starcraft RV,Water Heater May Scald Operator,EQUIPMENT,9902282,Vehicle,5,"Starcraft RV (Starcraft) is recalling certain model year 2016 Solstice and Travel Star fifth wheel trailers manufactured July 31, 2015, to September 14, 2015 and equipped with Atwood on demand water heaters. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator to scald themselves, increasing the risk of injury.","Starcraft will notify owners, and dealers will install a water flow adjustment stop key that prevents the recall condition from occurring, free of charge. The recall began on March 9, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902282." -02/10/2016,16V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V077000),"Daimler Vans USA, LLC",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,136361,"Daimler Vans USA, LLC (Daimler Vans) is recalling certain model year 2007-2009 Dodge Sprinter 2500 and 3500 vehicles manufactured July 1, 2006, to July 31, 2008, 2007-2014 Freightliner Sprinter 2500 and 3500 vehicles manufactured July 1, 2006, to July 1, 2014, and 2010-2014 Mercedes Benz Sprinter 2500 and 3500 vehicles manufactured July 1, 2010, to July 1, 2014. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Daimler Vans will notify the Mercedes-Benz and Freightliner owners and Fiat Chrysler will notify the Dodge owners. The respective dealers will replace the driver frontal air bag inflator, free of charge. The recall began March 31, 2017. Mercedes-Benz and Freightliner owners may contact Daimler Van's customer service at 1-877-762-8267. Dodge owners may contact Fiat Chrysler customer service at 1-800-853-1403." -02/10/2016,16V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V078000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,659493,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2010-2014 Golf, 2007-2010 Passat sedans and wagon, 2012-2014 Passat sedan and Eos, 2009-2014 CC, 2009-2012 Audi Q5, 2010-2012 S5 Cabriolet and 2010-2012 Audi A5 Cabriolet vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the driver's frontal air bag inflators, free of charge. Volkswagen issued an interim notification to owners on April 12, 2016, and will send a second notification when parts are available. Volkswagen will notify owners again once parts are available. Volkswagen owners may contact Volkswagen customer service at 1-800-893-5298. Audi owners may contact Audi customer service at 1-800-253-2834." -02/10/2016,16V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V079000),"Volkswagen Group of America, Inc.",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,151767,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2006 Volkswagen Passat sedans and wagons, 2005-2013 Audi A3, and 2006-2009 Audi A4 Cabriolet vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the driver's frontal air bag inflators, free of charge. The recall began March 2017. Volkswagen owners may contact Volkswagen customer service at 1-800-893-5298. Audi owners may contact Audi customer service at 1-800-253-2834." -02/10/2016,16V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V076000),"Chrysler (FCA US, LLC)",ESC may not Reset on Restart/FMVSS 126,ELECTRONIC STABILITY CONTROL,S04,Vehicle,57,"Chrysler (FCA US LLC) is recalling certain model year 2016 Ram ProMaster vans manufactured October 21, 2015, to December 17, 2015 and equipped with 3.0L diesel engines. If the driver has disabled the electronic stability control (ESC) system, the system is required to be reactivated the next time the vehicle is started. The recalled vehicles have an Anti-Lock Brake System (ABS) control module that may not reset the ESC to active status when the key is turned off and back on quickly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""",Operating the vehicle with the ESC off may increase the risk of a crash.,"FCA will notify owners, and dealers will the update ABS control module software, free of charge. The recall began March 1, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S04." -02/10/2016,16V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V075000),Toyota Motor Engineering & Manufacturing,Key may be Removed when not in Park/FMVSS 114,ELECTRICAL SYSTEM,G0E,Vehicle,25706,"Toyota Motor Company (Toyota) is recalling certain model year 2013-2016 Toyota Scion FR-S vehicles manufactured March 13, 2012, to January 14, 2016 and equipped an automatic transmission and ignition key. Vehicles with a push-to-start button are not affected. In the affected vehicles, it may be possible to remove the ignition key without the transmission being in the ""Park"" position. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard number 114, ""Theft Protection and Rollaway Prevention.""","If the key can be removed from the ignition when the transmission is not in the ""Park"" position, the vehicle could roll away increasing the risk of a crash and occupant or pedestrian injuries.","Toyota will notify owners, and dealers will inspect the ignition key/transmission interlock wiring connections, correcting them as necessary, free of charge. The recall began on March 7, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is G0E." -02/10/2016,16V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V080000),"Daimler Trucks North America, LLC",Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,FL-700,Vehicle,878,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016-2017 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, Saf-T-Liner EFX, and Minotour DRW school buses manufactured from May 1, 2015, through November 16, 2015, equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","DTNA will notify owners, and the stop arm blade assemblies will be replaced, free of charge. The recall began on April 11, 2016. Owners may contact DTNA customer service at 1-800-745-8000 or Transpec at 1-800-547-0712. DTNA's number for this recall is FL-700." -02/09/2016,16V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V074000),Honda (American Honda Motor Co.),Piston Wrist Pin Circlips may not be Secured,ENGINE AND ENGINE COOLING,JX9,Vehicle,42129,"Honda (American Honda Motor Co.) is recalling certain model year 2016 Civic vehicles manufactured September 22, 2015, to February 3, 2016 and equipped with 2.0L engines. The affected vehicles have engines with piston assemblies that may have been manufactured without a piston wrist pin circlip or with an incorrectly installed piston wrist pin circlip.","If a circlip is missing or incorrectly installed, the piston wrist pin may not be secure and may drift and damage the engine cylinder causing the engine to seize, and increasing the risk of a crash or a fire.","Honda will notify owners, and dealers will inspect and replace the piston assemblies and damaged engine components, as necessary, free of charge. Parts are expected to be available in the Summer of 2016. Owners were mailed an interim notification beginning March 31, 2016, and will be mailed a second notice when parts are available. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JX9." -02/09/2016,16V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V073000),"Kalmar Solutions, LLC",Power Board Can Cause Electrical Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,622,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2016 Ottawa T2 trucks manufactured July 14, 2014, to November 2, 2015. The affected vehicles are equipped with a chassis power board that is not protected from moisture. Additionally, the bolts that mount the chassis power board may rub against the circuit board and cause an electrical short.",Exposure to moisture or rubbing from mounting bolts may result in an electrical short which can increase the risk of a fire.,"Kalmar will install nylon washers to any truck that were not built with washers. The recall began on April 21, 2016. Owners may contact Kalmar customer service at 1-785-229-6341." -02/09/2016,16E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E011000),Haier America,Television May Fall From the Wall Mount,EQUIPMENT,NR (Not Reported),Equipment,379,"Haier America (Haier) is recalling certain 55"" LED Televisions, model number 55E3500, manufactured September 1, 2015, to October 27, 2015, installed in fifth-wheel recreational vehicles. The affected televisions have bottom brackets for mounting the televisions to wall mounts, and these bottom brackets may separate from the wall mounts when installed in recreational vehicles, causing the televisions to fall.","An affected television installed in a recreational vehicle may fall, increasing the risk of injury to people in the vehicle.","Haier notified the recreational vehicle manufacturer on February 8, 2016, and will work with them to remove the affected televisions from the vehicles, free of charge. The recall began on February 23, 2016. Owners may contact Haier customer service at 1-877-337-3639." -02/08/2016,16V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V072000),"Stoughton Trailers, LLC",Coupler may Fail if Trailer Loaded to Maximum,TRAILER HITCHES,NR (Not Reported),Vehicle,10,"Stoughton Trailers, LLC (Stoughton) is recalling certain model year 2015-2016 Barrett P gooseneck trailers manufactured July 1, 2014, to December 31, 2015. The affected trailers have an Upper Coupler Section with a Gross Trailer Weight Rating (GTWR) of 25,000lbs, however the trailer has an assigned Gross Vehicle Weight Rating (GVWR) of over 25,000lbs.","If the trailer is loaded past 25,000lbs, the upper coupler may fail causing separation of the trailer from the tow vehicle and increasing the risk of a crash.","Stoughton will notify owners and depending on the trailer GVWR, dealers will either replace the upper coupler slide-in inner tube or the trailers will need to be returned to the manufacturer to have the upper coupler replaced. These repairs will be made free of charge. The recall began on March 11, 2016. Owners may contact Stoughton customer service at 1-608-873-2500." -02/05/2016,16V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V069000),"General Motors, LLC",Brake Pedal May Come Loose,"SERVICE BRAKES, HYDRAULIC",20760,Vehicle,430771,"General Motors LLC (GM) is recalling certain model year 2015-2016 Chevrolet Silverado 1500, 2500, and 3500 heavy duty trucks manufactured October 1, 2013, to February 1, 2016, 2015-2016 Chevrolet Tahoe Police Pursuit Vehicles (PPV) manufactured March 1, 2014, to February 1, 2016, and 2015-2016 GMC Sierra 2500 and 3500 heavy duty trucks manufactured October 29, 2013, to February 1, 2016. On the affected vehicles, the brake pedal pivot nut may loosen, causing the brake pedal to be loose or inoperative.","If the brake pedal becomes loose or inoperative, the driver may be unable to stop the vehicle by using the brake pedal. Additionally, a loose pedal may also interfere with the accelerator pedal. Either condition may increase the risk of a crash.","GM will notify owners, and dealers will add adhesive to the brake pedal pivot nut and reinstall with an increased torque, free of charge. The recall began on March 14, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 20760." -02/05/2016,16V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V071000),"BMW of North America, LLC",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,840000,"BMW of North America, LLC (BMW) is recalling certain model year 2008-2013 128i and 135i coupes and convertibles and 1 Series M coupes, 2006-2011 325i, 325xi, 328i, 328xi, 328i xDrive, 330i, 330xi, 335i, 335xi, 335i xDrive Sedans, 2009-2011 335d sedans, 2006-2012 325xiT, 328i and 328xi sports wagons, 2007-2013 328i, 328xi, 328i xDrive, 335i, 335xi, 335i xDrive, 335is and M3 Coupes and Convertibles, 2013-2015 X1 sDrive28i, X1 xDrive28i and X1 xDrive35i SAVs, 2007-2010 X3 xDrive30i SAVs, 2007-2013 X5 xDrive30i, X5 xDrive35i, X5 xDrive48i, X5 xDrive50i and X5 M SAVs, 2009-2013 BMW X5 xDrive35d SAVs, 2008-2014 X6 xDrive35i, X6 xDrive50i, and X6 M SACs, 2010-2011 BMW X6 xDrive50i SACs and 2008-2011 M3 Sedan vehicles. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","BMW will notify owners, and dealers will replace the driver's frontal air bag module or inflator depending on the vehicle model, free of charge. The recall began March 9, 2018. Owners may contact BMW customer service at 1-800-525-7417." -02/05/2016,16V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V066000),PACCAR Incorporated,Driveshaft may Disconnect,POWER TRAIN,216-A,Vehicle,11,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015-2016 Peterbilt 365 and 367 vehicles manufactured from August 27, 2014, through June 5, 2015, and equipped with drive axles manufactured by Marmon-Herrington. The affected axles have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Peterbilt will notify the owners, and dealers will inspect the torque and, if necessary, tighten the bolts, free of charge. The recall began on March 11, 2016. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall campaign is 216-A." -02/05/2016,16V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V065000),Toyota Motor Engineering & Manufacturing,Inadvertent Side Curtain Air Bag Deployment,AIR BAGS,"G0C, GLB",Vehicle,320409,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2003-2006 Toyota Land Cruiser and Lexus LX470, 2005-2006 Toyota Tundra and Sequoia, 2004-2006 Toyota 4Runner and Lexus GX470 vehicles equipped with side curtain-shield-air bags. The affected vehicles have an air bag control module that may be improperly programmed, causing the side curtain-shield-air bags to deploy inadvertently.","If the side curtain-shield-air bags deploy unexpectedly, it can increase the risk of occupant injury.","Toyota will notify owners, and dealers will replace the air bag control module with one that has improved programming, free of charge. The recall began on December 1, 2016. Owners may contact Toyota customer service at 1-888-271-9371. Toyota's number for this recall is G0C and GLB." -02/05/2016,16V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V068000),Nova Bus (US) Inc.,Incorrect Routing of the Main Power Cable,ELECTRICAL SYSTEM,CR3590,Vehicle,229,"Nova Bus (Nova) is recalling certain model year 2010-2015 Nova LFS Artic transit buses manufactured from September 1, 2010, through April 30, 2015, and equipped with Allison transmissions. The main power cable within the energy guiding system (EGS) may have been incorrectly routed and, as a result, the cable may disconnect.","If the main power cable disconnects, there will be a loss of power that could disable the vehicle, increasing the risk of a crash.","Nova will notify owners, and dealers will inspect the main power cable, re-routing it as necessary, free of charge. The recall began on April 11, 2016. Owners may contact Nova customer service at 1-450-472-6410. Nova's recall number for this campaign is CR3590." -02/05/2016,16V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V070000),Kia Motors America,Transmission Cooler Hose may Leak Fluid,POWER TRAIN,SC129,Vehicle,10240,"Kia Motors America (Kia) is recalling certain model year 2011 Forte vehicles manufactured August 27, 2010, to November 11, 2010. The affected vehicles have a transmission fluid cooler hose that may have been improperly manufactured, resulting in a transmission fluid leak.","If enough transmission fluid leaks out, the transmission may not function properly and the vehicle may stop moving, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the transmission cooler hose, free of charge. The recall began March 30, 2016. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC129." -02/05/2016,16V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V067000),"Genie Industries, Inc.",Turntable Mounting Bolts may Shear,EQUIPMENT,Issue 121,Vehicle,6,"Genie Industries, Inc. (Genie) is recalling certain model year 2016 TZ 34/20 trailer-mounted boom lifts manufactured January 5, 2016, to January 20, 2016. The affected lifts have bolts that attach the turntable to the rotation bearing that may not have been properly tightened.","If the bolts are not properly tightened, they may shear and the platform can fall, increasing the risk of injury.","Genie will notify owners, and dealers will correctly tighten the bolts attaching the turntable to the rotation bearing, free of charge. The began on March 9, 2016. Owners may contact Genie customer service at 1-800-536-1800. Genie's number for this recall is Issue 121." -02/04/2016,16E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E010000),"Helmet City, Inc.",Helmet Straps may Stretch Under Load/FMVSS 218,EQUIPMENT,115 XL (Apr 2014),Equipment,270,"Helmet City, Inc. (HCI) is recalling certain model 115 German helmets, size XL, manufactured from April 1, 2014, through April 30, 2014. During a load situation such as during a crash, the straps that secure the affected helmets may stretch excessively. As such, these helmets fail to comply with the retention requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","If the helmet straps stretch significantly in the event of a crash, the helmet may not remain secured to the user's head increasing their risk of injury.","HCI will notify owners and will replace the model 115 helmets with a model 100 helmet, free of charge. The recall began on February 19, 2016. Owners may contact HCI customer service at 1-888-550-3731. HCI's number for this recall is 115 XL (Apr 2014)." -02/04/2016,16E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E008000),"Helmet City, Inc.",Helmets may not Meet Impact Requirements/FMVSS 218,EQUIPMENT,100 XL/M (dec 2013),Equipment,900,"Helmet City, Inc. (HCI) is recalling certain model 100 motorcycle helmets, sizes Medium and X-Large, both in Gloss Black, manufactured from December 1, 2013, through December 31, 2013. The affected helmets may not be strong enough to adequately protect a user's head in an impact. As such, these helmets fail to comply with the impact attenuation and penetration requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","The wearer of the helmet may not be adequately protected in the event of a crash, increasing the risk of serious injury.","HCI will notify owners and will provide a replacement model 100 helmet, free of charge. HCI will replace the noncompliant helmets free of charge. Owners may contact HCI customer service at 1-888-550-3731. HCI's number for this recall is 100 XL/M (dec 2013)." -02/04/2016,16E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E009000),"Takata (TK Global, LLC)",Seat-Mounted Side Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,1129,"Takata Corporation (Takata) is recalling certain seat-mounted, SSI-20 design type, Side Air Bag Inflators manufactured December 13, 2014, to December 14, 2014. A suspected manufacturing error during production of certain inflator lots may result in unusually high pressures in the inflators upon deployment of the side air bags. This over pressure could cause the inflator to rupture, causing metal fragments to be propelled into the passenger compartment.",An inflator rupture may result in metal fragments striking the driver or other occupants resulting in serious injury or death.,"Takata is working with the vehicle manufacturers that used these inflators in their vehicles. Those manufacturers are contacting their vehicle owners and their dealers will replace the seat-mounted side air bag inflators, free of charge. General Motors vehicles are covered by recall 15V-666 and Volkswagen vehicles are covered by recall 16V-045." -02/03/2016,16V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V061000),Honda (American Honda Motor Co.),Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,"JY0, JY1, JY2",Vehicle,2232187,"Honda (American Honda Motor Co.) is recalling certain model year 2007-2011 Honda CR-V, 2011-2015 CR-Z, 2010-2014 FCX, and Insight, 2009-2013 Fit, 2013-2014 Fit EV, 2007-2014 Ridgeline, 2013-2016 Acura ILX, 2013-2014 Acura ILX Hybrid, 2007-2016 RDX, 2005-2012 Acura RL, 2009-2014 Acura TL, and 2010-2013 Acura ZDX vehicles. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Honda will notify owners, and dealers will replace the inflator, free of charge. The recall began March 2017. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are JY0, JY1, and JY2." -02/03/2016,16V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V063000),"General Motors, LLC",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,28810 and 28811,Vehicle,113716,"General Motors LLC (GM) is recalling certain model year 2006-2011 Saab 9-3 vehicles manufactured May 31, 2002, to February 15, 2011, 2006-2009 Saab 9-5 vehicles manufactured June 7, 2005, to May 28, 2009, and 2008-2009 Saturn Astra vehicles manufactured April 11, 2007, to July 24, 2008. Upon deployment of the driver's frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","GM will notify owners, and dealers will replace the driver's frontal air bag inflator on Saab 9-3 and 9-5 vehicles and will replace the driver's frontal airbag module on Saturn Astra vehicles, free of charge. The recall began on March 1, 2017. Owners may contact Saab customer service at 1-800-955-9007 or Saturn customer service at 1-800-553-6000. GM's number for this recall is 28810." -02/03/2016,16V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V064000),Mazda North American Operations,Fuel Filler Pipe may Rupture in a Crash/FMVSS 301,"FUEL SYSTEM, GASOLINE",9216B,Vehicle,268799,"Mazda North American Operations (Mazda) is recalling certain model year 2014-2016 Mazda CX-5 vehicles manufactured June 27, 2013, to February 2, 2016. The affected vehicles have a fuel filler pipe that may rupture in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","A rupture of the fuel filler pipe may result in a fuel leak, increasing the risk of a fire.","Mazda will notify owners, and dealers will alter the attachment between the fuel filler pipe and the left rear side of the bracket of the fuel filler pipe, free of charge. The recall began on February 25, 2016. Owners may contact Mazda customer service at 1-800-222-5500, option 6. Mazda's number for this recall is 9216B." -02/03/2016,16V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V060000),"Subaru of America, Inc.",Hood May Open Unexpectedly,LATCHES/LOCKS/LINKAGES,WQX-59 and WQY-60,Vehicle,77017,"Subaru of America, Inc. (Subaru) is recalling certain model year 2006-2014 Tribeca vehicles manufactured November 16, 2004, to January 27, 2014. Due to a possible malfunction of the hood safety system and hood lock system, the hood may open unexpectedly while driving.","If the hood unexpectedly opens while driving, it may interfere with the driver's visibility, increasing the risk of a crash.","Subaru will notify owners, and dealers will complete this recall in two phases. Phase one will involve inspection, cleaning, and lubricating the hood safety and hood lock systems. If after this is performed the hood latch does not operate properly, it will be replaced with a new current style part. Phase two will involve installing an improved hood safety system and hood lock system. Interim notification was mailed March 4, 2016. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WQX-59 (phase one) and WQY-60 (phase two)." -02/03/2016,16V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V059000),"Forest River, Inc.",Incorrect Information on Federal Placard/Part 567,EQUIPMENT,23-01262016-0131,Vehicle,52,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Wildcat recreational trailers, models WCF28SGX, WCF29RKP, WCF29RLX, and WCF31SAX, manufactured from September 25, 2015, through January 20, 2016. The affected vehicles may have been produced with an incorrect Federal placard that has an improperly reduced Gross Axle Weight Rating (GAWR) of 3500lbs. The correct GAWR is 5200lbs. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect Federal Placard information such as the Gross Axle Weight Rating could lead to reduced handling of the vehicle, potentially leading to loss of control or a crash.","Forest River will notify owners, and dealers will provide a corrected Federal placard, free of charge. The recall began on February 19, 2016. Owners may contact Forest River customer service at 1-574-862-2071. Forest River's number for this recall is 23-01262016-0131." -02/03/2016,16V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V062000),"Forest River, Inc.",Incorrectly Wired Circuit Causing Electrical Arc,ELECTRICAL SYSTEM,37-01152016-0131,Vehicle,12,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Surveyor recreational vehicles, model SVF275BHSS, manufactured from November 4, 2015, through November 11, 2015. In the affected vehicles, the general circuit receptacle may be incorrectly wired, and as a result, too much current may travel through the receptacle.","Too much electrical current can cause an electrical arc, and potentially electrocute the user.","Forest River will notify owners, and dealers will repair any wiring, breakers, and other items, as necessary, free of charge. The recall began on February 19, 2016. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 37-01152016-0131." -02/02/2016,16V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V056000),Honda (American Honda Motor Co.),Air Bag Control Unit Power Supply Corrosion,AIR BAGS,JY4,Vehicle,341444,"American Honda Motor Company, Inc. (Honda) is recalling certain model year 2008-2010 Accord vehicles. In the affected vehicles, the air bag control units may corrode and fail.","If the air bag control unit fails, the air bags may not deploy in the event of a crash, increasing the risk of occupant injury.","Honda will notify owners, and dealers will replace the air bag control units, free of charge. Parts are expected to be available in Fall 2016. Interim notifications have been mailed to owners on March 15, 2016, and a second notice will be mailed when remedy parts are available. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JW9. Note: This recall supersedes Recall 15V665." -02/02/2016,16C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C002000),"Graco Children's Products, Inc.",Incorrect Position of Reclining Label/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,15064,"Graco Children's Products, Inc. (Graco) is recalling certain Extend2Fit Convertible child seats manufactured November 27, 2015, to January 20, 2016. The affected child seats may have the recline label affixed at the wrong location, resulting in confusion about how to use the seat properly. As such, these child seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 213, ""Child Restraint Systems.""","If the instructions are followed as shown, a rear-facing infant could be placed in an upright position and/or a forward-facing toddler could be placed in a recline position. Either scenario may increase the risk of injury to the child in the event of a crash.","Graco will notify owners and provide a new corrected label with application instructions, free of charge. The recall began on March 22, 2016. Owners may contact Graco customer service at 1-800-345-4109." -02/02/2016,16V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V055000),Newmar Corporation,Maximum Tire Inflation Exceeds Rim Capacity,TIRES,NR (Not Reported),Vehicle,165,"Newmar Corporation (Newmar) is recalling certain model year 2015 Ventana, and 2015-2016 Ventana LE vehicles manufactured January 16, 2015, to January 13, 2016 built on Freightliner Chassis. The affected vehicles may have a front rim maximum pounds per square inch (psi) rating of 120psi which is lower than the Michelin tires maximum inflation rating of 130 psi.","If the tires are inflated to their maximum pressure, the rims may suddenly fail due to being over pressurized, increasing the risk of a crash.","Newmar will notify owners, and at the owner's choice dealers will either install a new Federal Tag Label with the correct psi rating or install 130 psi rated front rims. The recall began on March 22, 2016. Owners may contact Newmar customer service at 1-574-773-7791." -02/02/2016,16V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V058000),Highland Ridge RV,Trailer Safety Chains not Equal to GVWR,EQUIPMENT,9904277,Vehicle,239,"Highland Ridge RV (Highland) is recalling certain model year 2015-2016 Highlander, Mesa Ridge, Roamer, and Journeyer travel trailers manufactured April 7, 2014, to January 11, 2016. The affected vehicles are equipped with safety chains on the A-frame that are rated for 11,700lb instead of being rated equal to or greater than the gross vehicle weight rating (GVWR) of the travel trailer.","In the event the main trailer connection fails, the weight of the trailer can break the safety chains if the chains are not strong enough, allowing the trailer to separate from the vehicle, increasing the risk of a crash.","Highland will notify owners, and dealers will replace the existing safety chains with chains that have a 16,200lb rating, free of charge. The recall began on February 25, 2016. Owners may contact Highland customer service at 1-260-768-7771. Highland's number for this recall is 9904277." -02/02/2016,16V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V057000),Hyundai Motor America,Transmission Cooler Hose may Leak Fluid,POWER TRAIN,139,Vehicle,11176,"Hyundai Motor America (Hyundai) is recalling certain model year 2011 Hyundai Tucson vehicles manufactured July 22, 2010, to October 31, 2010. The affected vehicles have a transmission fluid cooler hose that may have been improperly manufactured, resulting in a transmission fluid leak.","If enough transmission fluid leaks out, the transmission may not function properly and the vehicle may stop moving, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the transmission fluid cooler hose, free of charge. The recall is expected to begin March 25, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 139." -02/01/2016,16V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V053000),Toyota Motor Engineering & Manufacturing,Inflator Gas may Leak from Driver's Knee Air Bag,AIR BAGS,GLA,Vehicle,5072,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Lexus RX350 and RX450h vehicles manufactured November 16, 2015, to December 23, 2015. Due to an improper weld, the gas needed to inflate the driver's knee air bag may escape from the inflator.",A defective inflator may increase the risk of injury in the event of a crash.,"Toyota will notify owners, and dealers will inspect and, if necessary, replace the knee air bag assembly, free of charge. The recall began March 7, 2016. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is GLA." -02/01/2016,16V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V054000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,15595,Vehicle,2988,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Colorado vehicles manufactured January 6, 2015, to March 17, 2015, and 2015 GMC Canyon vehicles manufactured January 6, 2015, to March 19, 2015. A poor electrical connection within the steering gear connector may cause a loss of power steering assist.",A loss or reduction in power steering assist may increase the risk of a crash.,"GM will notify owners, and dealers will replace the steering gear torque sensor cover assembly, free of charge. The recall began March 1, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 15595." -02/01/2016,16V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V052000),Snake River Trailer Company,"Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,17,"Snake River Trailer Company (Snake) is recalling certain model year 2015-2016 Horse Trailers manufactured October 27, 2014, to January 29, 2015, equipped with 3500lb-capacity torsion model axles, part numbers B-7100A, B-7110A, HT-35XL, T35545EB, T35545I, T35550EB, T35550HB, T35550I, T35655EB and T35655I, manufactured by Henderson Wheel. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","Snake River will notify owners, and the axle manufacturer will supply a replacement axle free of charge and cover the labor costs needed to replace it. The recall began on February 26, 2016. Owners may contact Snake River customer service at 1-208-455-2768." -02/01/2016,16T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16T002000),Bridgestone Americas Tire Operations LLC,Tread Separation or Detachment,TIRES,NR (Not Reported),Tire,35907,"Bridgestone Americas Tire Operations, LLC (BATO) is recalling certain FS561 replacement tires, size 255/70R22.5, manufactured January 25, 2015, to January 27, 2016 (DOT weeks 0515-0416) for use on trailers. The affected tires may experience possible tread separation or detachment due to scrubbing during use.","Tread separation or detachment may result in a sudden loss of air pressure, increasing the risk of a crash.","BATO will notify owners, and dealers will replace the tires, free of charge. The recall began on February 4, 2016. Owners may contact BATO customer service at 1-800-847-3272." -01/29/2016,16V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V047000),"Chrysler (FCA US, LLC)",Air Bag Control Unit Power Supply Corrosion,AIR BAGS,S07,Vehicle,110482,"FCA US LLC (Chrysler) is recalling certain model year 2009 Dodge Journey vehicles manufactured December 31, 2007, to August 31, 2008, 2008-2009 Dodge Grand Caravan and Chrysler Town and Country vehicles manufactured June 18, 2007, to August 31, 2008. In the affected vehicles, the air bag control units may corrode and fail.","If the air bag control unit fails, the air bags may not deploy in the event of a crash, increasing the risk of occupant injury. Additionally, the air bags may inadvertently deploy, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the air bag control unit, free of charge. The recall began on December 6, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S07." -01/29/2016,16V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V050000),"Stoughton Trailers, LLC",Incorrectly Positioned Panel on Grain Trailer,STRUCTURE,NR (Not Reported),Vehicle,622,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2009-2010 Grain Hopper trailers manufactured December 17, 2007, to December 1, 2009. The affected trailers may have an incorrectly positioned panel in the hopper assembly or the lower part of the cargo area of the trailer.","The incorrectly positioned panel may separate, allowing the cargo to spill onto the roadway. Additionally, the trailer could have a major structural failure. Either scenario increases the risk of a crash.","Stoughton will notify owners and dealers will inspect the trailers and reinforce the hopper connections, if necessary, free of charge. The recall began on March 14, 2016. Owners may contact Stoughton customer service at 1-608-873-2555." -01/29/2016,16V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V051000),"C & B Quality Trailer Works, Inc.","Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,27,"C & B Quality Trailer Works, Inc. (C & B) is recalling certain model year 2015-2016 Horse Trailers manufactured October 6, 2014, to June 29, 2015, equipped with 3500lb-capacity torsion model axles, part numbers B-7100A, B-7110A, HT-35XL, T35545EB, T35545I, T35550EB, T35550HB, T35550I, T35655EB and T35655I, manufactured by Henderson Wheel. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","C & B will notify owners, and the axle manufacturer will supply a replacement axle free of charge and cover the labor costs needed to replace it. The recall began on February 26, 2016. Owners may contact C & B customer service at 1-208-455-2768." -01/28/2016,16V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V043000),"Chrysler (FCA US, LLC)",Body-Side Sill may Give when Jacking Car,STRUCTURE,S03,Vehicle,441578,"FCA US LLC (Chrysler) is recalling certain model year 2011-2016 Dodge Charger vehicles manufactured August 23, 2010, to January 7, 2016. When an affected vehicle is lifted using the supplied tire jack without chocking the wheels, the vehicle's body-side sill may give causing the tire jack to fail and the car to fall.",A car that falls unexpectedly increases the risk of injury.,"Chrysler will notify owners, and dealers will provide owners with wheel chocks and instructions for their use, free of charge. The recall began on March 21, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S03." -01/28/2016,16V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V046000),Ford Motor Company,Loss of Trailer Braking Function,ELECTRICAL SYSTEM,16S01,Vehicle,75,"Ford Motor Company (Ford) is recalling certain model year 2016 E-350 and E-450 vehicles manufactured November 3, 2014, to December 10, 2015 and equipped with a 6.8L engine and an optional trailer brake controller. The trailer braking system may fail, increasing the distance needed to stop the vehicle.","If the vehicle unexpectedly needs an extended braking distance, there would be an increased risk of a crash.","Ford will notify owners, and dealers will reprogram the powertrain control module, free of charge. The recall began on February 19, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S01. Note: This recall supersedes 15V-710. Any vehicle previously repaired under 15V-710 will need to be repaired again." -01/28/2016,16V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V045000),"Volkswagen Group of America, Inc.",Seat-Mounted Air Bag Inflators May Rupture,AIR BAGS,69M1 Audi - 69L9 VW,Vehicle,734,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Volkswagen Tiguan vehicles manufactured January 15, 2015, to January 21, 2015, and 2015 Audi Q5 vehicles manufactured January 13, 2015, to February 3, 2015. The affected vehicles are equipped with driver and front seat passenger seat-mounted air bag inflators that may rupture in the event of a crash.","In the event of a crash necessitating deployment of a seat-mounted air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Volkswagen will notify owners, and dealers will replace the side air bag modules, free of charge. The recall began July 7, 2016. Owners may contact Audi customer service at 1-800-822-2834 or Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 69M1 (for Audi) and 69L9 (for VW)." -01/28/2016,16V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V044000),"Chrysler (FCA US, LLC)",Windshields with Incorrect Primer/FMVSS 212,VISIBILITY,S02,Vehicle,184,"FCA US LLC (Chrysler) is recalling certain model year 2015-2016 Chrysler Town and Country, and 2014-2015 Dodge Grand Caravan vehicles manufactured August 16, 2014, to December 5, 2015. The windshield on the affected vehicles may have been installed using expired urethane primer, allowing the windshield to become displaced in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 212, ""Windshield Mounting.""","If the windshield dislodges during a crash, there is an increased risk of occupant injury.","Chrysler will notify owners, and dealers will replace the windshield, free of charge. The recall began March 4, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is S02." -01/27/2016,16E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E007000),"Continental Automotive Systems, Inc.",Air Bag Control Unit Power Supply Corrosion,AIR BAGS,NR (Not Reported),Equipment,5000000,"Continental Automotive Systems, Inc. (Continental) is recalling certain Air Bag Control Units (ABCU) manufactured January 1, 2006, to December 31, 2010. The affected units have a power supply component that may corrode and result in the failure of the ABCU.","If the air bag control unit fails, safety systems such as seat belt pretensioners and air bags may not deploy in the event of a crash, increasing the risk of occupant injury. Additionally, in some vehicles, the air bags may inadvertently deploy, increasing the risk of a crash.","Continental will notify the vehicle manufacturers that installed the air bag control units into vehicles. The affected vehicle manufacturers will file recalls for these vehicles and notify their customers and replace the air bag control units. The recall began on January 26, 2016." -01/27/2016,16V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V041000),Newmar Corporation,Incorrect Maximum Tire Inflation on Label,EQUIPMENT,NR (Not Reported),Vehicle,283,"Newmar Corporation (Newmar) is recalling certain model year 2016 Ventana, and Dutch Star vehicles manufactured March 19, 2015, to January 21, 2016 on Freightliner chassis. The affected vehicles have an ""Incomplete Vehicle Label"" that incorrectly lists the maximum front tire inflation level to be 130 pounds per square inch (psi), when the correct level is 120 psi.","If the tire is overinflated due to the incorrect label, the tire may unexpectedly fail, increasing the risk of a crash.","Newmar will notify owners, and Freightliner will provide a corrected label, free of charge. The recall began on February 29, 2016. Owners may contact Newmar customer service at 1-574-773-7791." -01/27/2016,16V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V042000),Bluecar SAS,Software may cause Vehicle to Shut Off,ELECTRICAL SYSTEM,Software Shut Off,Vehicle,202,"Bluecar SAS (Bluecar) is recalling certain model year 2016 Bluecar vehicles manufactured June 7, 2015, to December 15, 2015. The power train software of the affected vehicles may shut down power to the car after certain driving conditions such as high acceleration with immediate release of the accelerator, or harsh braking action.","If the vehicle loses power, it can increase the risk of a crash.","Bluecar notified the owner of the fleet of vehicles, and all affected vehicles have received corrected power train software, free of charge. The recall was completed on December 23, 2015. Bluecar's number for this recall is Software Shut Off." -01/26/2016,16V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V040000),"Terex South Dakota, Inc.",Aerial Device Leveling System may Fail,STRUCTURE,SN627,Vehicle,73,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2011-2015 SCM48, SCM50, and SCM55 aerial devices manufactured August 24, 2011, to November 5, 2015. The affected vehicles have a leveling cylinder linkage that can be forced past its intended stop position, causing damage to, and failure of, the leveling system.","If the leveling system fails, the aerial platform may tilt, increasing the risk of injury to the user or those nearby.","Terex will notify owners, and dealers will install a stop to prevent excessive cylinder linkage movement, free of charge. The recall began on February 22, 2016. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN627." -01/26/2016,16V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V037000),"Altec Industries, Inc.",Cracks in the Pedestal Welds,EQUIPMENT,CSN 629,Vehicle,5,"Altec Industries Inc. (Altec) is recalling certain model year 2015 Effer 440 and 470 Knuckle Boom Cranes manufactured January 1, 2015, to December 31, 2015. The affected cranes have pedestals that may crack in the welded area.","The cracks may lead to pedestal separation and the crane falling, increasing the risk of injury.","Altec will notify owners and dealers will inspect the pedestal for cracked welds and will replace the mounting bolts for the rotation bearing. The recall began on March 3, 2016. Owners may contact Altec customer service at 1-800-860-0183. Altec's number for this recall is CSN 629." -01/26/2016,16V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V039000),"ShowHauler Trucks, Inc.",Electric Entry Steps may Be Unstable,EQUIPMENT,NR (Not Reported),Vehicle,190,"ShowHauler Trucks, Inc. (ShowHauler) is recalling certain model year 2007-2011 Motorhomes, Garage units, and Toterhomes manufactured June 1, 2007, to April 13, 2011. The affected vehicles are equipped with certain Lippert-brand Coachstep Double and Triple Electric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"ShowHauler will notify owners and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. The recall began on February 23, 2016. Owners may contact ShowHauler customer service at 1-574-825-6764." -01/26/2016,16V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V038000),"New Flyer of America, Inc.",Missing J-Bracket Welds on Bus Operator Seat,SEATS,R16-001,Vehicle,4848,"New Flyer Industries, Ltd. (New Flyer) is recalling certain model year 2015 New Flyer MD30, 2012 C35LFR, 2010-2011 D35LFR, NABI 35LFW, 2011 D40LFR, 2010-2012 D60LFR and NABI 31LFW, 2010 C40LF, DE35LF, D40LF, DE40LFA, DE60LFA, GE35LFR and GE40LF, 2009 DE60LF and GE40LFR, 2010-2013 C40LFR, DE60LFR, NABI 416 and NABI 60BRT, 2010-2015 XD35, XDE40, NABI 40LFW and 42BRT, 2011-2015 XD40 and XN40, 2013-2015 XD60, XDE60 and XN35, 2010-2014 XDE35, 2013 XE40, 2012-2015 XN60, equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash, increasing their risk of injury.","New Flyer will notify owners instructing them to inspect their seats for missing welds. Recaro will supply replacement anchorage brackets and cover the labor to replace them if any welds are missing, free of charge. The recall began on February 4, 2016. Owners may contact New Flyer customer service at 1-204-224-6706, or Recaro customer service at 1-800-873-2276. New Flyer's number for this recall is R16-001." -01/25/2016,16V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V036000),Ford Motor Company,Driver Side Air Bag Inflator May Rupture,AIR BAGS,16S03,Vehicle,361692,"Ford Motor Company (Ford) is recalling certain model year 2004-2006 Ranger vehicles manufactured March 24, 2003, to May 4, 2006. Upon deployment of the driver side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Ford will notify owners, and dealers will replace the air bag inflators, free of charge. The recall began February 26, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 16S03. Note: This recall supersedes 14V-343 and only applies to Rangers manufactured in North America." -01/25/2016,16E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E005000),"Takata (TK Global, LLC)",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,3900000,"Takata Corporation (Takata) is recalling certain PSDI-5 air bag inflators manufactured from start of production (January 1, 2003), through production impacting up through model year 2014 vehicles, assembled as part of the driver-side frontal air bag modules in certain Audi, BMW, Honda, Mercedes-Benz, Saab, Toyota and Volkswagen vehicles. These inflators, used as original or replacement equipment during service, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Takata will be working with vehicle manufacturers to identify into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: Toyota has already launched a recall campaign to address their vehicles under recall number 15V-284. Additionally, inflators installed as part of a prior recall remedy are not affected by this recall." -01/25/2016,16E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E006000),"Takata (TK Global, LLC)",Driver's Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,1200000,"Takata Corporation (Takata) is recalling certain SDI driver-side air bag inflators manufactured from start of production (January 1, 2002) through production impacting up through model year 2014 vehicles, and assembled as part of the driver-side frontal air bag modules in certain Audi, Ford, Mazda, Sprinter and Volkswagen vehicles. These inflators, used as original or replacement equipment during service, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Takata will be working with vehicle manufacturers to identify into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: Ford has already launched a recall campaign to remedy their affected vehicles under recall number 16V-036." -01/25/2016,16V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V035000),"Volkswagen Group of America, Inc.",Insufficient Drainage on Hybrid Battery Tray,HYBRID PROPULSION SYSTEM,53B8,Vehicle,825,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2011-2015 Touareg Hybrid vehicles manufactured March 20, 2010, to April 11, 2015. The hybrid battery tray may not drain water sufficiently. If water collects in the hybrid battery tray, it may cause an electrical short in the high voltage battery.",An electrical short in the high voltage battery increases the risk of a fire.,"Volkswagen will notify owners, and dealers will install a fitted drain valve to allow water to drain properly, free of charge. The recall began late February 2016. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this 53B8." -01/22/2016,16V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V028000),"Autocar, LLC",Brake Pedal May Detach,SERVICE BRAKES,ACX-1601,Vehicle,1028,"Autocar, LLC (Autocar) is recalling certain model year 2013-2016 Xpeditor vehicles manufactured August 15, 2012, to January 5, 2016. The affected vehicles are configured with dual-drive, right-hand-stand-up cabs. In these vehicles, the locking cotter pin on the brake pedal mounting bracket may not be fully engaged, allowing the brake pedal to detach.","If the brake pedal detaches, there would be an increased the risk of a crash.","Autocar will notify owners, and dealers will correct the installation of, or install, the cotter pin, free of charge. The recall began on March 4, 2016. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1601." -01/22/2016,16V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V032000),"Evergreen Recreational Vehicles, LLC",Carbon Monoxide from Generator may Fill Cabin,EQUIPMENT,NR (Not Reported),Vehicle,610,"Evergreen Recreational Vehicles, LLC (Evergreen) is recalling certain model year 2013-2015 Amped and Amped Reactor recreational vehicles manufactured June 1, 2013, to August 31, 2015. In the affected vehicles, the generator and generator pump may shift during transit, and as a result, carbon monoxide from the generator may fill the passenger cabin when the generator is running.","If carbon monoxide enters the cabin, occupants are at an increased risk of injury.","Evergreen will notify owners, and dealers will inspect the vehicles and correct the generator installation, as necessary, free of charge. The recall began on March 7, 2016. Owners may contact Evergreen customer service at 1-574-825-4298." -01/22/2016,16V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V033000),Vintage Trailers Ltd.,Incorrect GAWR on Federal Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,373,"Vintage Trailers Ltd. (Vintage) is recalling certain model year 2009-2016 Intimidator, Aero, Outlaw, Bandit, and Crystal SS triple axles trailers manufactured May 9, 2008, to September 23, 2015. The affected trailers have a Federal Certification Label that incorrectly lists the gross axle weight rating (GAWR) of each axle as 5,200 pounds when the correct GAWR is 5,080 pounds. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Wheels and Rims- Other than Passenger Cars.""","If the operator overloads the trailer past the 15,200 pound gross vehicle weight rating (GVWR) limit, axle failure may occur, increasing the risk of a crash.","Vintage will notify owners and will provide a corrected Federal Certification Label, free of charge. The recall began on March 1, 2016. Owners may contact Vintage customer service at 1-800-233-5455." -01/22/2016,16V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V029000),"Nissan North America, Inc.",Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,846000,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2015 Nissan Altima vehicles manufactured March 6, 2012, to December 31, 2014. In the affected vehicles, the secondary hood latch may bind and remain in the unlatched position when the hood is closed.","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","These vehicles were previously included in recalls 14V-565 and 15V-116, however the previous remedy plan may not have been performed consistently to remove the safety risk. To correct this issue, Nissan will re-notify all affected owners and dealers will replace the hood latch with a new one, free of charge. The recall began on February 17, 2016. Owners may contact Nissan customer service at 1-800-647-7261. Note: This recall supersedes recalls 14V-565 and 15V-116." -01/22/2016,16V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V030000),"Navistar, Inc.",Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,16501,Vehicle,529,"Navistar, Inc. (Navistar) is recalling certain model year 2016-2017 IC CE school buses manufactured May 4, 2015, to December 15, 2015, and 2016 IC RE school buses manufactured July 17, 2015, to December 15, 2015, and equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the stop arm blade assembly, free of charge. The recall began on March 17, 2016. Owners may contact Navistar customer service at 1-331-332-1590, or Specialty customer service at 1-800-951-7867. Navistar's number for this recall is 16501." -01/22/2016,16V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V031000),Collins Bus Corporation,Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,NR (Not Reported),Vehicle,867,"Collins Bus Corporation (Collins) is recalling certain model year 2015 DE416, DE416WR, DE500, DE516, DE516WR, DH400, DH416, DH416WR, DH500, DH516, SH400, SL400, TH400, and TL400 school buses manufactured May 1, 2015, to December 21, 2015, equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Collins will notify owners, and the stop arm blade assemblies will be replaced, free of charge. The recall began on February 22, 2016. Owners may contact Collins customer service at 1-800-533-1850, or Transpec customer service at 1-800-951-7867." -01/21/2016,16V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V024000),Rosenbauer America,Ball Joints may Detach from Front Suspension,STEERING,TSB 01-009-15,Vehicle,9,"Rosenbauer Motors (Rosenbauer) is recalling certain model year 2014-2015 Commander fire truck cabs and chassis manufactured December 31, 2013, to December 31, 2015, and equipped with certain Independent Front Suspension (IFS) assemblies manufactured by Reyco Granning. The affected assemblies may have loose ball joints which could separate causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"Rosenbauer has notified the affected owners and has repaired all of the vehicles by reworking the ball joint, free of charge. Notification began on September 2, 2015. Owners may contact Rosenbauer customer service at 1-651-462-1000. Rosenbauer's number for this recall is TSB 01-009-15." -01/21/2016,16V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V027000),Rosenbauer America,Driveshaft may Disconnect,POWER TRAIN,NR (Not Reported),Vehicle,2,"Rosenbauer Motors (Rosenbauer) is recalling certain model year 2015 Commander fire trucks manufactured July 28, 2014, to July 22, 2015, and equipped with drive axles manufactured by Marmon-Herrington. The affected axles may have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Rosenbauer notified the owners, and dealers will check the hex nut for proper torque, tightening as necessary, free of charge. The recall began on February 4, 2016. Owners may contact Rosenbauer customer service at 1-651-462-1000." -01/21/2016,16E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E004000),"Meritor, Inc.",Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,8,"Meritor, Inc. (Meritor) is recalling certain Trailer Axle Assemblies, part number HTQ4671LH8846. The affected axle assemblies are equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. These axles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"Meritor will notify their affected vehicle manufacturing customers, and their dealers will remove and replace the Haldex Life Seal Type 30/30 long stroke actuators with Haldex Gold Seal Type 30/30 long stroke actuators, free of charge. The recall is expected to begin in February 2016. Owners may contact Meritor customer service at 1-248-435-1725 or Haldex customer service at 1-800-752-2501." -01/21/2016,16V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V025000),Vanguard National Trailer Corporation,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",15E-017,Vehicle,96,"Vanguard National Trailer Corporation (Vanguard) is recalling certain model year 2014-2015 Dry Freight Van Trailers manufactured November 22, 2013, to November 12, 2014, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire..,"Vanguard will notify owners, and dealers will replace the actuators, free of charge. The recall began on January 29, 2016. Owners may contact Vanguard customer service at 1-888-253-3008. Vanguard's number for this recall is 15E-017." -01/21/2016,16V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V026000),"Winnebago Industries, Inc.",Intermittent Loss of Ignition Switch Contact,AIR BAGS,NR (Not Reported),Vehicle,359,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015-2016 Winnebago Travato, Trend, and Itasca Viva! motor homes manufactured February 27, 2015, to January 6, 2016. The affected vehicles have an ignition switch that may experience an intermittent loss of electrical contact.","An intermittent loss of contact can result in a vehicle stall and/or a partial or complete loss of the air bags, anti-lock brakes, electronic stability control and/or instrument panel cluster. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","FCA US (Chrysler), manufacturer of the motorhome chassis, will notify owners, and Chrysler dealers will replace the ignition switch contact holder block, free of charge. Owners were sent interim notices in January 2016. The recall began on March 4, 2016. Owners may contact Chrysler customer service at 1-800-853-1403 or Winnebago customer service at 1-641-585-3535." -01/20/2016,16E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E003000),GMAX Helmet LLC.,Failure of Penetration Test/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,2915,"GMAX Helmet LLC (GMAX) is recalling certain GM78 Fullface helmets, size medium, manufactured between March 2012 and April 2014. The affected helmets may not adequately protect a user in the event of a crash. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle Helmets.""","An individuals head may not be fully protected when wearing this helmet, increasing the risk of injury in the event of a crash.","GMAX will notify dealers and customers will be offered to either exchange their helmet for any GMAX helmet or receive a full refund. The recall began on March 11, 2016. Owners may contact GMAX customer service at 1-208-376-8400." -01/20/2016,16V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V020000),Motor Coach Industries,Missing J-Bracket Welds on Bus Operator Seat,SEATS,SB 431,Vehicle,607,"Motor Coach Industries (MCI) is recalling certain model year 2011-2013 and 2015 J4500 coaches manufactured November 18, 2011, to July 10, 2015, 2011-2012 and 2014-2015 D4000 coaches manufactured manufactured September 24, 2010, to September 5, 2015, 2011-2013 and 2015-2016 D4005 coaches manufactured January 17, 2011, to November 23, 2015, 2012-2014 and 2016 D4000ISTV coaches manufactured July 18, 2012, to December 2, 2015, 2010-2016 D4500 coaches manufactured April 15, 2010, to December 18, 2015 and 2011-2016 D4505 coaches manufactured December 15, 2010, to December 4, 2015. The affected buses are equipped with certain Recaro Ergo-M Commercial Bus Driver Seats that have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","MCI will notify owners and dealers will inspect the seats and determined if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on February 15, 2016. Owners may contact MCI at 1-800-241-2947. MCI's number for this recall is SB 431." -01/20/2016,16V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V022000),Daimler Coaches North America,Missing J-Bracket Welds on Bus Operator Seat,SEATS,91.10U10086A,Vehicle,91,"Setra of North America (Setra) is recalling certain model year 2011-2012 S417TC buses manufactured August 2, 2010, to October 3, 2011, and 2012 Setra S407CC buses manufactured August 2, 2010, to July 4, 2011, and equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Setra will notify owners, and the seats will be inspected to determine if any welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on February 24, 2016. Owners may contact Setra customer service at 1-800-241-2947 or Recaro customer service at 1-248-484-3203. Setra's number for this recall is 91.10U10086A." -01/20/2016,16V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V023000),"Altec Industries, Inc.",Unexpected Aerial Device Movement,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,195,"Altec Industries (Altec) is recalling certain model year 2010-2015 AH75, AH85, and AH100 Aerial Devices manufactured January 10, 2008, to December 31, 2015. The affected units have a hydraulic pressure control valve that may allow the aerial device to move even when not told to do so.",An aerial device that moves unexpectedly increases the risk of injury to the operator.,"Altec will notify owners, and dealers will replace the hydraulic pressure control valves, free of charge. The recall began on March 15, 2016. Owners may contact Altec customer service at 1-205-991-7733." -01/19/2016,16V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V019000),Western Trailer Company,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"Western Trailer Company (Western) is recalling certain model year 2015-2016 Chip B-Train trailers manufactured December 29, 2014, to February 26, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"Western has notified the affected owners and the brake chambers have already been replaced, free of charge. Owners may contact Western customer service at 1-888-344-2539." -01/19/2016,16V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V017000),Daimler Buses North America,Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Vehicle,408,"Daimler Buses North America (DBNA) is recalling certain model year 2010-2012 Orion VII transit buses manufactured April 5, 2010, to October 31, 2012, equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash, increasing their risk of injury.","DBNA will notify owners, and dealers will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on February 29, 2016. Owners may contact DBNA customer service at 1-905-403-1111." -01/19/2016,16V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V018000),"Suzuki Motor USA, LLC",Rectifier/Regulator Failure Causing Engine Stall,ELECTRICAL SYSTEM,2A56 to 2A64,Vehicle,68344,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2008-2012 AN400, AN400A, DL1000, GSX1300R, 2008-2009 GSF1250S and GSF1250SA, 2008 GSX1300BK and GSX1300BKA, 2008-2010 GSX650F, GSX-R600, GSX-R750, VLR1800, VLR1800T, and 2009-2010 SFV650 and VZ1500 motorcycles. Due to a problem with the circuit board for the regulator/rectifier power module, the motorcycle may not sufficiently charge the battery and the motorcycle may stall.","If the engine stalls while riding, there would be an increased risk of a crash.","Suzuki will notify owners, and dealers will replace the regulator/rectifier, free of charge. The recall is expected to begin March 4, 2016. Owners may contact Suzuki customer service at 1-800-444-5077. Suzuki's number for this recall is 2A56 to 2A64." -01/19/2016,16V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V016000),"Forest River, Inc.",Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,5-12222015-0125,Vehicle,317,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Starcraft Quest, and XL school buses manufactured June 1, 2015, to November 1, 2015, equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Forest River will notify owners, and their dealers will replace the stop arm blade assembly, free of charge. The recall began on February 4, 2016. Owners may contact Forest River customer service at 1-800-348-7440 or the manufacturer of the stop arms at 1-800-951-7867. Forest River's number for this recall is 5-12222015-0125." -01/19/2016,16E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E002000),"Pilkington North America, Inc.",Windshield Bracket for Laser Sensor may Detach,VISIBILITY,NR (Not Reported),Equipment,193,"Pilkington North America, Inc. (Pilkington) is recalling certain replacement windshields, model FW04026 GTY, manufactured November 23, 2015, to December 16, 2015 for use in Mazda CX-5 vehicles that are equipped with the Smart City Brake Support system. The affected windshields have a bracket mounted on the inside to hold a laser sensor or LIDAR device for the Smart City Brake Support system. These brackets were improperly affixed with only tape instead of tape and urethane and therefore may loosen.","If the bracket loosens or detaches from the windshield, the safety features of the Smart City Brake Support system may be disabled and therefore increase the risk of a crash.","Pilkington will contact the wholesalers and retailers that purchased the windshields to try to identify the affected customers. The affected windshields will be replaced, free of charge. This recall began on February 15, 2016. Owners may contact Pilkington at 1-844-278-7230." -01/15/2016,16V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V015000),"Forest River, Inc.",Fuel Fill Guard Contact May Damage Front Tires,SUSPENSION,310-01112016-0126,Vehicle,56,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Coachmen Cross Country vehicles manufactured May 26, 2015, to December 2, 2015. During suspension travel, the front tires may be damaged from contacting the fuel fill guard.","If the tire contacts the fuel fill guard, it may be damaged and deflate, resulting in a loss of vehicle control and increasing the risk of a crash.","Forest River will notify owners, and dealers will install a revised fuel fill guard that will not contact the tires. Any tire that shows sign of contact with the fuel fill guard will be replaced. These repairs will be performed free of charge. The recall is expected to begin March 10, 2016. Owners east of the Mississippi river may contact Forest River customer service at 1-574-825-8317. Owners west of the Mississippi river may contact Forest River customer service at 1-574-825-8305. Forest River's number for this recall is 310-01112016-0126." -01/15/2016,16V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V013000),"Jet Company, Inc.",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,84,"Jet Company, Inc. (Jet) is recalling certain model year 2014 Grain dry bulk trailers manufactured November 1, 2013, to February 14, 2014, equipped with certain CBX series Trailer Suspension Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer that it was connected to, increasing the risk of a crash.","Jet will notify owners, and service centers will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began February 4, 2016. Owners may contact Jet customer service at 1-515-332-3117, or SAF-Holland customer service at 1-888-396-6501." -01/15/2016,16V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V014000),Supreme Corporation,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1762,"Supreme Corporation (Supreme) is recalling certain model year 2008-2014 Azure Hybrid, Candidate, Senator, Senator HD, Senator II, President, President S2, Sentinel, and Trolley shuttle buses manufactured May 9, 2008, to August 9, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Supreme will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on March 14, 2016, 2016. Owners may contact Supreme customer service at 1-800-642-4889, or Ricon customer service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -01/14/2016,16V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V012000),"Eldorado National- California, Inc.",Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Vehicle,897,"Eldorado National-California , Inc. (Eldorado) is recalling certain model year 2010-2015 Axess and EZRM, 2011-2015 XHF, and 2014-2016 Arrivo vehicles equipped with certain Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Eldorado will notify owners, and dealers will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on February 8, 2016. Owners may contact Eldorado customer service at 1-909-591-9557." -01/13/2016,16V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V008000),Newmar Corporation,Electric Entry Steps may be Unstable,EQUIPMENT,15E 078,Vehicle,3712,"Newmar Corporation (Newmar) is recalling certain model year 2008-2014 Bay Star, Dutch Star, and Ventana, 2012-2014 Bay Star Sport and Ventana VL, 2008-2015 Canyon Star, 2009-2010 Dutch Aire and 2008 Kountry Star motorhomes manufactured May 29, 2007, to January 14, 2015, and equipped with certain Coachstep Double and Triple Electric Steps manufactured by Lippert Components. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Newmar will notify owners, and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. The recall began on February 17, 2016. Owners may contact Newmar customer service at 1-574-773-7791 or Lippert Customer service at 574-537-8900. Newmar's number for this recall is 15E 078." -01/13/2016,16V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V010000),"Champion Bus, Inc.",Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Vehicle,8,"Champion Bus, Inc. (Champion) is recalling certain model year 2009-2015 Crusader, Stacked Rail, and CTS RE vehicles manufactured April 5, 2010, to October 14, 2015, equipped with Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Champion will notify owners, and dealers will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on February 25, 2016. Owners may contact Champion customer service at 1-810-724-6474, or Johnson Controls (manufacturer of Recaro seats) customer service at 1-248-484-3203." -01/13/2016,16V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V011000),"Gillig, LLC",Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Vehicle,6734,"Gillig LLC (Gillig) is recalling certain model year 2010-2015 Low Floor transit buses manufactured April 1, 2010 to October 30, 2015, equipped with Recaro Ergo-M Commercial Bus Driver Seats. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Gillig will notify the owners, and dealers will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on March 1, 2016. Owners may contact Gillig customer service at 1-800-735-1500." -01/13/2016,16V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V009000),Turtle Top,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,276,"Turtle Top is recalling certain model year 2006-2014 Odyssey, 2008-2009 and 2011 Odyssey LT, 2007-2008 and 2010-2012 Odyssey XL, 2008 and 2012 Terra Transport and 2007-2008 and 2013 Van Terra vehicles equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Turtle Top will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on March 21, 2016. Owners may contact Turtle Top customer service at 1-574-831-4340, or Ricon customer service at 1-800-322-2884." -01/12/2016,16E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16E001000),"Wells Vehicle Electronics, L.P.",Brake light Switch may not Function,EXTERIOR LIGHTING,NR (Not Reported),Equipment,24159,"Wells Vehicle Electronics, L.P. (Wells) is recalling certain Brake Light switches, sold as Airtex part number 1S5010, Advantech part number 5T9, Duralast part number CR4854, Valucraft part number CR4854VC, Carquest ECC ""Blue"" part number 53-54425, and Carquest Rig ""Red"" part number 58220, manufactured April 2, 2015, to September 18, 2015. The affected brake light switches may not illuminate the brake lights, or disengage the cruise control.","If the switch does not illuminate brake lights, other drivers may not know that the vehicle is slowing. If the brake light switch does not cancel cruise control, the vehicle may unexpectedly maintain its speed. Either condition can increase the risk of a crash.","Wells will notify owners, and distributors will replace the brake light switch, free of charge. The recall began on March 8, 2016. Owners may contact Wells customer service at 1-920-922-5900." -01/11/2016,16V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V007000),"Gulf Stream Coach, Inc.",Electric Entry Steps may be Unstable,EQUIPMENT,CS070116,Vehicle,662,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2008-2011 Caribbean, Yellowstone and Independence, 2008-2009 Crescendo, Sun Voyager, and Toy Hauler, 2008 Sun Sport, 2008-2010 Tour Master, 2010 B Touring Cruiser, 2010-2011 Conquest, 2009-2010 Conquest Super C and Super Nova, 2009 Endura and Gladiator motor homes manufactured August 1, 2007 to September 30, 2010. The affected vehicles are equipped with Lippert-brand Coachstep Double and Triple Electric Steps. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Gulf Stream will notify owners, and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. The recall began on March 1, 2016. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is CS070116." -01/08/2016,16C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16C001000),"Britax Child Safety, Inc.",Carry Handle May Crack and Fracture,CHILD SEAT,NR (Not Reported),Child Seat,71454,"Britax Child Safety, Inc. (Britax) is recalling certain B-Safe 35 child seats, models E9LU65M, E9LU65P, E9LU63F, E9LU66R, E9LS63F and EXLU65M, B-Safe 35 Elite child seats, models E9LS55T, E9LS56P, E9LS55U, E9LS66C and E9LS65U, and B-Safe 35 Travel Systems, models S914900, S915400, S915200, S921900 and S01635200, manufactured October 1, 2014, to July 1, 2015. The affected child restraints have handles that may develop cracks in, under, and around, the carry handle grip. The cracks may lead to the handle fracturing and the seat falling while being carried.","If the seat falls, there is an increased risk of injury to the infant in the child restraint.","Britax will notify all registered owners, and will ship them a remedy kit that includes a carry handle reinforcing bracket, free of charge. The recall began on January 21, 2016. Owners may contact Britax customer service at 1-800-683-2045 or Britax.Recall@Britax.com. Please Note: This does not affect the safety performance of the seat when used in a motor vehicle. It is safe for consumers to continue to use their car seat when secured in a vehicle or on a stroller. The car seat should not be lifted or carried by the carry handle until the remedy kit has been installed." -01/08/2016,16V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V005000),"Transportation Collaborative, Inc.",Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,15E-090,Vehicle,257,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain model year 2015 Trans Tech Bus Student Safety Transporter, Student Transporter Aero, and Roadstar school buses manufactured May 1, 2015, to November 15, 2015, equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Transportation Collaborative will notify owners, and dealers will replace the stop arm blade assembly, free of charge. The recall began on January 27, 2016. Owners may contact Transportation Collaborative customer service at 1-845-988-0419 or the manufacturer of the stop arms at 1-800-951-7867. Transportation Collaborative's number for this recall is 15E-090." -01/08/2016,16V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V006000),Blue Bird Body Company,Stop Arm Reflective Decal May be Loose/FMVSS 131,OTHER,R16YK-SB,Vehicle,112,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2016-2017 All American school buses manufactured May 18, 2015, to November 9, 2015, and Vision school buses manufactured May 8, 2015, to October 27, 2015, equipped with certain Transpec T6000, T6100, and T7000 series school bus stop arms. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will replace the stop arm blade assembly, free of charge. The recall began on January 28, 2016. Owners may contact Blue Bird customer service at 1-478-822-2242 or the manufacturer of the stop arms at 1-800-951-7867. Blue Birds number for this recall is R16YK-SB." -01/06/2016,16V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V004000),Bluecar SAS,Gear Shift Lever May Break,POWER TRAIN,Gear Shift Lever,Vehicle,149,"Bluecar SAS (Bluecar) is recalling certain model year 2016 Bluecar hybrid-electric vehicles manufactured June 7, 2015, to September 11, 2015. The affected vehicles have a gear shift lever that may break preventing the car from maintaining the intended gear position.","If the gear shift lever breaks, the vehicle may become immobilized, increasing the risk of a crash.","Bluecar has notified the one purchaser of the affected vehicles and the remedy of replacing the gear shift with a newly designed gear lever has begun, free of charge." -01/05/2016,16V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V002000),"HME, Inc.",Driveshaft may Disconnect,POWER TRAIN,NR (Not Reported),Vehicle,1,"HME, Inc. (HME) is recalling one 2015 SFO fire service chassis vehicle manufactured on July 31, 2015 and equipped with a drive axle manufactured by Marmon-Herrington. The affected axle may have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","HME will notify the owner, and a dealer will inspect the torque and if necessary tighten the bolts, free of charge. The recall began on February 24, 2016. Owners may contact HME customer service at 1-616-534-1463." -01/05/2016,16V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V003000),"Foretravel, Inc.",Electric Entry Steps may be Unstable,EQUIPMENT,NR (Not Reported),Vehicle,23,"Foretravel, Inc. (Foretravel) is recalling certain model year 2008 Nimbus motorhomes manufactured July 9, 2007, to March 25, 2008. The affected vehicles are equipped with certain Lippert-brand Coachstep Double Electric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Foretravel will notify owners and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. The recall began on February 20, 2016. Owners may contact Foretravel customer service at 1-936-564-8367, or Lippert customer service at 1-574-537-8900." -01/04/2016,16V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=16V001000),"Halcore Group, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15E-068,Vehicle,9,"Halcore Group, Inc. (Halcore) is recalling certain model year 2006-2013 American Emergency Vehicles (AEV) Ambulance Wheelchair Vans manufactured January 2, 2006 to March 15, 2013, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Halcore will notify the owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on January 13, 2016. Owners may contact Ricon Customer Service at 1-800-322-2884 or AEV customer service at 1-800-374-9749. Halcore's number for this recall is 15E-068." -12/31/2015,15V889000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V889000),PACCAR Incorporated,Incorrect Load Range/FMVSS 120,TIRES,1115Q,Vehicle,15,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Peterbilt model 388 vehicles manufactured from January 28, 2014, through February 3, 2014. The affected vehicles were built with Michelin MN295/60 R22.5 XZA front tires and 8.25"" wheels and were certified to a GAWR greater than the maximum 12,350 lbs allowed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","If the truck exceeds the load rating on the tire, the tire may suddenly fail, increasing the risk of a crash.","Peterbilt will notify owners, and dealers will replace the 8.25"" front wheels with 9.00"" wheels and re-program the maximum vehicle speed to the appropriate settings, free of charge. The recall began on January 14, 2016. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's recall campaign number for this recall is 1115Q." -12/31/2015,15V890000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V890000),"Compass Conversions, LLC",Water Heater May Scald Operator,EQUIPMENT,15E-087,Vehicle,3,"Compass Conversions, LLC (Compass Conversions) is recalling one model year 2014 Bloomer Horse Trailer and one 2015 Platinum Horse Trailer with Atwood Model on-demand water heaters. Additionally, one Atwood water heater from Compass Conversions inventory is being recalled. The affected on-demand water heaters have a gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Compass Conversions will notify the owners and Atwood dealers will install a remedy kit, free of charge. The recall began on January 10, 2016. Owners may contact Compass Conversion customer service at 1-254-771-9909 or Atwood customer service at 1-574-264-2131." -12/30/2015,15V888000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V888000),"Gillig, LLC",Drain Hole Orientation in Front Brake Chamber,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"Gillig LLC (Gillig) is recalling certain model year 2014-2015 Low Floor vehicles manufactured November 20, 2014, to June 2, 2015. The affected vehicles may be equipped with front brake chambers with an incorrect drain hole orientation. This can allow water to build up within the brake chamber, causing corrosion, deterioration, and reduce braking ability.","Corrosion, part deterioration, or frozen water in the brake chamber may reduce braking ability, increasing the risk of a crash.","Gillig will notify owners and the brake chambers will be replaced free of charge. The recall began on March 1, 2016. Owners may contact Gillig customer service at 1-800-735-1500." -12/30/2015,15V886000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V886000),"Corp. Micro Bird, Inc.",STOP Arm Decals may Peel Off/FMVSS 131,OTHER,NR (Not Reported),Vehicle,66,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2015 MBII and G5 school buses manufactured between May 1, 2015, and December 18, 2015, equipped with Transpec stop arms, part numbers T6000-, T6100-, and T7000-. The STOP decal may peel off the plastic blade of the stop arm. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 131, ""School Bus Pedestrian Safety Devices.""","Absence of the reflective decal would reduce visibility to other drivers, increasing the risk of a crash.","Micro Bird will notify owners and recall repair kits will be available free of charge. The recall began on January 20, 2016. Owners may contact Micro Bird customer service at 1-819-477-2012." -12/30/2015,15V887000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V887000),"BMW of North America, LLC",Steering Gearbox Malfunction,STEERING,NR (Not Reported),Vehicle,2,"BMW of North America, LLC (BMW) is recalling one model year 2016 MINI Cooper Hardtop 2 Door vehicle manufactured November 24, 2015, and one BMW X1 Sports Activity Vehicle (SAV) manufactured October, 19 2015. The steering gearbox may have been manufactured with incorrect parts.",A gearbox malfunction may cause a loss of vehicle control and increase the risk of a crash.,"BMW will replace the steering gearbox, free of charge. Affected vehicles are located in dealer inventory and will be remedied before customer retail. The recall began on December 28, 2015. Owners may contact BMW customer service at 1-800-525-7417." -12/29/2015,15V883000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V883000),"Corp. Micro Bird, Inc.",Incorrect Torque of Camber Caster Kit Bolt,WHEELS,10-065-AUS,Vehicle,464,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2014-2016 MBII and G5 school buses manufactured May 21, 2014, to November 24, 2015. The affected vehicles may have a camber caster kit bolt that was insufficiently torqued, causing the bolt to come loose.","An insufficiently torqued bolt may become loose and fall out causing vehicle misalignment. Loss of vehicle control is possible, increasing the risk of a crash.","Micro Bird will notify owners, and dealers will correct the torque, free of charge. The recall began on January 18, 2016. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 10-065-AUS." -12/29/2015,15V884000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V884000),"Corp. Micro Bird, Inc.",Incorrect Torque of Camber Caster Kit Bolt,WHEELS,15-065-AUC,Vehicle,42,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2014-2016 MBII and G5 transit buses manufactured September 5, 2014, to November 24, 2015. The affected vehicles may have a camber caster kit bolt that was insufficiently torqued, causing the bolt to come loose.","An insufficiently torqued bolt may become loose and fall out causing vehicle misalignment. Loss of vehicle control is possible, increasing the risk of a crash.","Micro Bird will notify owners, and dealers correct the torque, free of charge. The recall began on January 18, 2016. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 15-065-AUC." -12/29/2015,15V885000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V885000),Temsa,Loose Steering Gearbox Bracket,STEERING,NR (Not Reported),Vehicle,473,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2008-2016 TS35C buses manufactured July 21, 2008, to December 12, 2015. In the affected vehicles, the steering gearbox bracket fastener may loosen.","If the bracket fasterner loosens it can cause loss of vehicle control, increasing the risk of a crash.","Temsa will notify owners, and dealers will replace the fastener bolts, free of charge. The recall began on February 4, 2016. Owners may contact Temsa customer service at 1-404-602-0151." -12/28/2015,15V880000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V880000),"Tiffin Motorhomes, Inc.",Electric Entry Steps may Become Unstable,EQUIPMENT,NR (Not Reported),Vehicle,14889,"Tiffin Motorhomes (Tiffin) is recalling certain model year 2007-2015 motorhomes manufactured May 1, 2007, to December 31, 2014, equipped with certain Coachstep Double and Triple Electric Steps. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may become unstable.",Unstable entry and exit steps increase the risk of injury.,"Dealers will install a retainer bracket on the double step assemblies and the Coachstep Linkage Assembly will be replaced and a retainer bracket will be installed on the trip step assemblies. The recall began on Ferbuary 10, 2016. Owners may contact Tiffin customer service at 1-256-356-8661, or Lippert customer service at 1-574-537-8900." -12/28/2015,15V882000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V882000),"BMW of North America, LLC",Impaired Dynamic Stability Control (DSC) Functions,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,16,"BMW of North America, LLC (BMW) is recalling certain model year 2015 i8 vehicles manufactured May 29, 2015, to June 5, 2015. Improperly drilled holes within the Dynamic Stability Control (DSC) hydraulic unit may restrict one or more pistons impairing the DSC functions, including braking.",Impaired DSC functionality may negatively impact vehicle handling and braking and increase the risk of a crash.,"BMW will notify owners, and dealers will inspect the DSC hydraulic unit, and replace if necessary, free of charge. The recall began on February 8, 2016. Owners may contact BMW customer service at 1-800-525-7417." -12/28/2015,15V881000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V881000),"Ferrari North America, Inc.",Low Pressure Fuel Line Connection,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,119,"Ferrari North America (FNA) is recalling certain model year 2016 488 GTB vehicles manufactured September 9, 2015, to November 6, 2015. The affected vehicles may be equipped with a low pressure fuel line connection that was not properly coated during manufacturing. This may cause a fuel vapor leak during engine start.",A fuel vapor leak during engine start increases the risk of a fire.,"Ferrari will replace the low pressure fuel line assembly connection, free of charge. Affected vehicles are located in dealer inventory and will be remedied before customer retail. The recall began on December 18, 2015. Owners may contact FNA customer service at 1-866-551-2828." -12/28/2015,15V879000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V879000),"Chrysler (FCA US, LLC)",Vanity Lamp Short may Result in Fire,ELECTRICAL SYSTEM,R71,Vehicle,389252,"Chrysler (FCA US LLC) is recalling certain model year 2011-2013 Dodge Durango and Jeep Grand Cherokee vehicles manufactured December 3, 2009, to September 1, 2012. In the affected vehicles, the wiring for the vanity lamp in the sun visor may short circuit, after having been remedied for a prior recall for the vanity lamp wiring. This recall is also addressing certain vehicles that have not been remedied under that prior recall.","The vanity lamp wiring may short, increasing the risk of a vehicle fire.","Chrysler will notify owners, and dealer will install clearance for sun visor wiring, protection from sharp edges, and replace the sun visor, free of charge. The recall began on July 28, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R71." -12/23/2015,15V873000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V873000),H&H Trailers by Novae Corp.,Aluminum Hinges may Break,STRUCTURE,NR (Not Reported),Vehicle,1847,"H&H Trailers, LLC (H&H) is recalling certain model year 2015-2016 GCA Golf Car Trailers, AMS Bike Trailers, RSA Rail Side Single Axle Utility Trailers, RSA Rail Side Tandem Axle Utility Trailers, SSA Solid Side Single Axle Utility Trailers, and SSA Solid Side Tandem Axle Utility Trailers manufactured November 1, 2014, to October 16, 2015. The affected trailers may be equipped with aluminum gate hinges that may bend and possibly break.","If the hinge breaks, the gate may open unexpectedly, increasing the risk of a crash.","H&H will notify owners, and dealers will replace the hinges, free of charge. The recall began on January 13, 2016. Owners may contact H&H customer service at 1-712-542-2618." -12/23/2015,15V871000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V871000),Hyundai Motor America,ESC Malfunction may cause Loss of Control,ELECTRONIC STABILITY CONTROL,137,Vehicle,155000,"Hyundai Motor America (Hyundai) is recalling certain model year 2011-2012 Elantra vehicles manufactured October 29, 2010, to October 25, 2011. Due to an electronic stability control (ESC) sensor malfunction, the brakes for one or more wheels may be applied unexpectedly and the engine power may be reduced. These symptoms will be accompanied by illumination of the ESC indicator lamp in the instrument cluster.","If the one or more of the brakes are inappropriately applied, control of the vehicle may be lost, increasing the risk of a crash.","Hyundai will notify owners, and dealers will verify the proper operation of the ESC sensors, and update the ESC system's calibration, free of charge. The recall began June 6, 2016. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 137." -12/23/2015,15V877000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V877000),Entegra Coach,Electric Entry Steps May Become Unstable,EQUIPMENT,9903275,Vehicle,271,"Entegra Coach (Entegra) is recalling certain model year 2008 and 2010-2011 Aspire and Anthem motorhomes, 2008 and 2010 Cornerstone motorhomes, 2008 Emblem and Alante motorhomes, and 2009-2011 Insignia motorhomes. The affected vehicles are equipped with certain Lippert-brand Coachstep Double aElectric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may become unstable.",Unstable entry and exit steps increase the risk of injury.,"Entegra will notify owners, and dealers will install a retainer bracket on the double step assemblies. On the trip step assemblies, the Coachstep linkage Assembly will be replaced and a retainer bracket will be installed. The manufacturer has not yet provided a notification schedule. Owners may contact Entegra customer service at 1-800-945-4787, or Lippert customer service at 1-574-537-8900. Entegra's number for this recall is 9903275." -12/23/2015,15V872000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V872000),REV Recreation Group,Electric Entry Steps may be Unstable,EQUIPMENT,151216REV,Vehicle,2123,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2010-2011 Holiday Rambler Admiral, 2009-2014 Holiday Rambler Ambassador, 2010 Holiday Rambler Arista, 2010-2014 Holiday Rambler Endeavor, 2009-2011 Holiday Rambler Neptune, 2011-2014 Holiday Rambler Vacationer, 2009-2011 Monaco Cayman, 2010-2014 Monaco Diplomat, 2014 Monaco Dynasty, 2009-2014 Monaco Knight, 2012-2013 Monaco LaPalma, 2009-2013 Monaco Monarch, 2009-2011 Monaco Riptide, 2008 Safari Passage, and 2008 Safari Simba motorhomes. The affected vehicles are equipped with certain Lippert-brand Coachstep Double Electric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"ARG will notify owners and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. The recall began on February 12, 2016. Owners may contact ARG customer service number at 1-800-509-3417. ARG's number for this recall is 151216REV." -12/23/2015,15V874000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V874000),Honda (American Honda Motor Co.),Engine Stall from Loss of Sensor Signal,ELECTRICAL SYSTEM,JW7,Vehicle,22142,"Honda (American Honda Motor Co.) is recalling certain model year 2012-2014 VT750CA, VT750C2 and VT750C2F, 2011-2016 VT750C, 2013-2016 VT750CS, 2010-2016 VT750C2B and 2013-2014 VT750C2S motorcycles. Engine vibration may cause the bank angle sensor wire to rub on the wire harness joint connector, resulting in a loss of the sensor signal.","Without the bank angle sensor signal, the engine may stall while riding, increasing the risk of a crash.","Honda will notify owners, and dealers will relocate the joint connector and replace the bank angle sensor, free of charge. The recall began on January 25, 2016. Owners may contact Honda Motorcycle customer service at 1-866-784-1870. Honda's number for this recall is JW7." -12/23/2015,15V875000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V875000),"Forest River, Inc.",Incorrect Tire Size on Federal Label/Part 567,EQUIPMENT,49-12182015-0124,Vehicle,60,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Prime Time recreational trailers, models FHT2614X, FHT2910 and FHT2912X, manufactured September 14, 2015, to December 17, 2015. The affected vehicles may be equipped with a Federal Placard that lists an incorrect tire size of ST225/75R15 Load Range E, when the correct tire size is ST225/75R15 Load Range D. The actual tires installed on the trailer have a maximum tire pressure lower than what the placard lists and may be overinflated if filled per the placard specifications. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",Over inflated tires may result in sudden tire failure and increase the risk of a crash.,"Forest River will notify owners and will provide a corrected Federal placard, free of charge. The recall began on February 17, 2016. Owners may contact Forest River customer service at 1-574-862-3001. Forest River's number for this recall is 49-12182015-0124." -12/23/2015,15V878000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V878000),"Chrysler (FCA US, LLC)",Power Steering Hose Clamp Incorrectly Positioned,STEERING,R68,Vehicle,60140,"Chrysler (FCA US LLC) is recalling certain model year 2015 Jeep Compass and Patriot vehicles manufactured January 1, 2015, to May 11, 2015. During assembly, the power steering hose retention clamp may have been installed at an incorrect location, resulting in the detachment of the low pressure return hose.","If the power steering fluid return hose detaches, it would leak fluid and increase the risk of a fire.","Chrysler will notify owners, and dealers will inspect the return power steering hose clamp, repositioning the clamp as necessary, free of charge. The recall began on February 5, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R68." -12/23/2015,15V876000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V876000),"General Motors, LLC",Seat Belt Assembly Bolt not Properly Tightened,SEAT BELTS,15777,Vehicle,15,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Cruze vehicles manufactured September 24, 2014, to May 29, 2015. In the affected vehicles, one of the driver-side seat belt assembly bolts may not be properly tightened.","An insufficiently torqued bolt may prevent the seat belt from holding the required load in a crash, increasing the risk of injury.","GM will notify owners, and dealers will inspect and tighten the bolts, free of charge. The recall began on January 27, 2016 Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15777." -12/23/2015,15V870000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V870000),"Navistar, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,68,"Navistar, Inc. is recalling certain model year 2007-2015 IC CE transit buses, 2008-2011 IC FE transit buses and 2009-2013 IC RE transit buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Navistar will notify the purchasers of the lifts, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on February 19, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -12/22/2015,15V863000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V863000),"Kaufman Trailers of NC, Inc.",Axles may Leak Oil and Bearings may Fail,SUSPENSION,NR (Not Reported),Vehicle,55,"Kaufman Trailers (Kaufman) is recalling certain model year 2016 Flatbed and Wedge Car Hauler trailers manufactured September 11, 2015, to October 14, 2015, equipped with certain 10,000 lb dual wheel axle assemblies. The affected trailers were manufactured with mismatched axle hub and cone assemblies that may cause leaking bearing oil seals, thus resulting in wheel bearing failure.",Premature bearing failure may increase the risk of a crash.,"Kaufman has notified owners, and dealers will replace the affected axle assemblies, free of charge. The recall began on January 15, 2016. Owners may contact Kaufman customer service at 1-336-790-6817." -12/22/2015,15V866000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V866000),"Winnebago Industries, Inc.",Electric Steps may Extend while Driving,STRUCTURE,NR (Not Reported),Vehicle,1253,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015-2016 Winnebago Sightseer, Vista, and Adventurer motorhomes manufactured August 1, 2014 through August 31, 2015, and 2015-2016 Itasca Sunova, Sunstar, and Suncruiser motorhomes manufactured August 1, 2014, through August 31, 2015. The affected vehicles have electrically operated entry/exit steps that may extend down and out while the vehicle is moving.","If the steps extend while the vehicle is being driven, the steps may strike a person or another vehicle, increasing the risk of injury or a crash.","Winnebago will notify owners, and dealers will replace the step switch connections at no charge. The recall began on February 12, 2016. Owners may contact Winnebago customer service at 1-641-585-3535." -12/22/2015,15V859000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V859000),"Daimler Trucks North America, LLC",Front Driveshaft may Disconnect,POWER TRAIN,FL-699,Vehicle,43,"Daimler Trucks North America, Inc. (DTNA) is recalling certain model year 2015-2016 Freightliner 108SD, 114SD, Business Class M2, and Western Star 4900 vehicles manufactured September 26, 2014, to November 6, 2015, and equipped with certain drive axles manufactured by Marmon-Herrington. The affected axles have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the hex nuts, tightening them as necessary, free of charge. The recall began on February 5, 2016. Owners may contact DTNA customer service at 1-800-745-8000, or Marmon-Herrington customer service at 1-800-547-0712. DTNA's number for this recall is FL-699." -12/22/2015,15V860000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V860000),"Forest River, Inc.",Incorrect Axle Weight on Federal Placard/Part 567,EQUIPMENT,15-12112015-0122,Vehicle,14,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Cardinal fifth wheel travel trailers, model CAF3850RL. The affected vehicles have Federal Certification Placards that list an incorrect gross axle weight from what is actually installed on the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",Incorrect placards may result in improper trailer loading. Improper loading may increase the risk of a crash.,"Forest River will notify owners and mail them a corrected Federal placard label, free of charge. The recall began on January 13, 2016. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 15-12112015-0122." -12/22/2015,15V865000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V865000),Ford Motor Company,Left or Right Rear Axle Shafts may Fracture,POWER TRAIN,15S37,Vehicle,1170,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Transit vehicles manufactured May 1, 2015, to June 26, 2015, and equipped with dual rear wheels. The affected vehicles have a left or right rear axle drive shafts that may fracture, resulting in loss of drive power. Additionally, the vehicle may unexpectedly roll if it is parked without the parking brake applied.",A loss of drive power or vehicle rollaway after being parked can increase the risk of a vehicle crash.,"Ford will notify owners, and dealers will replace the left and right axle drive shafts, free of charge. The recall began February 9, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S37." -12/22/2015,15V861000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V861000),Ford Motor Company,Loss of Headlights,EXTERIOR LIGHTING,15S39,Vehicle,296004,"Ford Motor Company (Ford) is recalling certain model year 2003-2005 Ford Crown Victoria and Mercury Grand Marquis vehicles manufactured October 3, 2001, to August 2, 2005. The affected vehicles have a lighting control module (LCM) that may fail, resulting in a loss of headlights.",A loss of headlights can reduce driver visibility and increase the risk of a crash.,"Ford will notify owners, and dealers will replace the LCM, free of charge. The recall began April 14, 2017. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S39." -12/22/2015,15V858000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V858000),Ford Motor Company,Rear Brake Hoses may Chafe and Leak Air,"SERVICE BRAKES, AIR",15S38,Vehicle,302,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford F-650 and F-750 trucks manufactured April 15, 2015, to December 15, 2015, and equipped with rear air suspension. In the affected vehicles, the rear brake hoses may contact and chafe on the rear axle housing while driving.","A chafed rear brake line may result in an air leak, reducing the rear braking ability and increasing the risk of a crash.","Ford will notify owners, and dealers will install revised rear brake air chambers and replace any damaged rear air brake lines, free of charge. The recall began on February 9, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S38." -12/22/2015,15V867000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V867000),Ford Motor Company,"Seat Belts may not be Anchored/FMVSS 209, 210",SEAT BELTS,15C17,Vehicle,2590,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford F-150 SuperCrew trucks manufactured January 22, 2015, to March 17, 2015. The affected vehicles may be equipped with driver or front passenger seat belt anchorage assemblies whose pretensioner cable was not properly crimped. As a result, the seat belts may not properly restrain the seat occupant in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies"" and 210, "" Seat Belt Assembly Anchorages.""",An occupant that is not be properly restrained is at an increased risk of injury in the event of a crash.,"Ford will notify owners, and dealers will replace the driver and/or front passenger side seat belt retractor(s) and pretensioner(s), free of charge. The recall began on February 12, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C17." -12/22/2015,15V862000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V862000),Motor Coach Industries,Seats may Detach from Floor in a Crash,SEATS,SB 430,Vehicle,9,"Motor Coach Industries (MCI) is recalling certain model year 2016 MCI J4500 motor coaches manufactured August 26, 2015, to December 3, 2015, and equipped with Kiel passenger seats. During assembly, one of the seat mounting bolts was installed incorrectly.","In the event of a crash, the seat may detach from its floor mounting, increasing the risk of injury to the seat occupant.","MCI will notify owners, and dealers will correct the seat mounting, free of charge. The recall began on January 12, 2016. Owners may contact MCI at 1-800-241-2947. MCI's number for this recall is SB 430." -12/22/2015,15T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T024000),Hankook Tire America Corp.,Tires May Develop Cracks in Sidewall,TIRES,NR (Not Reported),Tire,46968,"Hankook Tire America Corp. (Hankook) is recalling certain Ventus S1 Noble 2 tires, size 245/45R18 96W, manufactured May 20, 2013, to February 14, 2015, and size 245/40R19 94W and 275/35R19 96W tires manufactured May 22, 2013, to February 14, 2015 supplied for 2015 Hyundai Genesis vehicles as well as being sold as replacement tires. The affected tires may develop cracks in the tire sidewall, resulting in a loss of air.","A loss of tire pressure may cause tire failure and a loss of vehicle control, increasing the risk of a crash.","Hankook will notify the purchasers of the replacement tires and Hankook dealers will pay or credit the cost of the tire, free of charge. Owners of affected Hyundai vehicles will be notified by Hyundai and Hyundai dealers will replace the tires, free of charge. The recall began on December 18, 2015. Owners may contact Hankook customer service at 1-800-426-5665." -12/22/2015,15V864000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V864000),Hyundai Motor America,Tires May Develop Cracks in Sidewall,TIRES,138,Vehicle,11142,"Hyundai Motor America (Hyundai) is recalling certain model year 2015 Genesis vehicles manufactured March 3, 2014, to February 9, 2015, and equipped with Hankook Ventus S1 noble2 tires installed as original equipment. The affected tires may develop cracks in the tire sidewall, resulting in a loss of air.","Tire sidewall cracks could cause a rupture during use, resulting in a rapid air loss and loss of vehicle control, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the factory tires with tires of another brand, free of charge. The recall began February 19, 2016. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 138." -12/22/2015,15V868000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V868000),"Navistar, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4784,"Navistar, Inc. is recalling certain model year 2007-2015 IC BE and CE school buses, 2013-2015 IC AE school buses, 2007-2011 IC FE school buses, and 2007-2014 IC RE school buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Navistar will notify the purchasers of the lifts, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on February 19, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -12/21/2015,15V857000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V857000),"McNeilus Truck & Manufacturing, Inc.",Missing Reflectors on Tailgate/FMVSS 108,EQUIPMENT,VSR-TSB-015,Vehicle,30,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2015 Atlantic front loader refuse trucks manufactured May 22, 2015, to October 26, 2015, and equipped with an optional tailgate for a compressed natural gas (CNG) system. The affected trucks may have been manufactured without rear and side rear red reflectors. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Assoc. Equipment.""","Missing reflectors can cause the vehicle to be less visible to other drivers, increasing the risk of a crash.","McNeilus will notify owners, and dealers will install the missing four reflectors, free of charge. The recall began on January 8, 2016. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is VSR-TSB-015." -12/21/2015,15V856000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V856000),Starcraft RV,Sewer Gas Caution Label Omitted,EQUIPMENT,9902274,Vehicle,45,"Starcraft RV (Starcraft) is recalling certain model year 2015-2016 Autumn Ridge, and Solstice fifth wheel trailers manufactured August 12, 2014, to October 16, 2015, and equipped with a side vented sewer drainage system termination valve. The affected vehicles may be missing a caution label to inform the operator not to leave the drain valve open to prevent an escape of sewer gas.","If the drain valve is left open, sewer gas may fill the recreational vehicle, increasing the risk of occupant injury.","Starcraft will notify owners, and send them the missing label, free of charge. The recall began on January 13, 2016. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902274." -12/18/2015,15V852000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V852000),"Suzuki Motor USA, LLC",Engine Stall due to Tappet and Camshaft Wear,ENGINE AND ENGINE COOLING,"2A50, 2A51, 2A52",Vehicle,6214,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2013-2014 SFV650 and AN650A, and 2012-2014 DL650A motorcycles. Contamination from component production and storage combined with manufacturing variations may result in excessive tappet and camshaft wear within the engines of the affected motorcycles.","The excessive wear may result in an engine stall, increasing the risk of a crash.","Suzuki will notify owners, and dealers will inspect the tappet clearance, replacing the tappets and camshafts, as necessary. All motorcycles that have less than 2500 miles will have their tappets and camshafts replaced since wear may not be evident. These repairs will be performed free of charge. The recall began on February 5, 2016. Owners may contact Suzuki customer service at 1-714-996-7040. Suzuki's number for this recall is 2A50, 2A51, and 2A52." -12/18/2015,15V849000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V849000),"Maserati North America, Inc.",Fuel Delivery Line Corrosion may Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",300,Vehicle,33,"Maserati North America, Inc. (Maserati) is recalling certain model year 2016 Granturismo and Granturismo Convertible vehicles manufactured September 1, 2015, to November 30, 2015. The affected vehicles are equipped with a non-galvanized main fuel delivery line that may corrode and result in a fuel leak.",A fuel leak in the presence of an ignition source can increase the risk of a fire.,"Maserati will notify owners, and dealers will replace the main delivery fuel line, free of charge. The recall began on January 7, 2016. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 300." -12/18/2015,15V850000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V850000),"Mitsubishi Fuso Truck of America, Inc.",Fuel Return Hose may Deteriorate and cause Leak,"FUEL SYSTEM, DIESEL",C1008210,Vehicle,9456,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain model year 2012-2015 FEC52, FEC72, FEC92, and FGB72 trucks manufactured April 8, 2011, to July 22, 2014. The affected vehicles have a fuel return hose that may deteriorate due to being exposed to chemicals or lubricants, causing the hose to swell and detach.","If the fuel hose detaches a fuel leak may result, increasing the risk of a fire.","MFTA will notify owners, and dealers will inspect the fuel return hose, replacing it with an improved hose, as necessary, free of charge. The recall began on February 15, 2016. Owners may call MFTA customer service at 1-877-711-0707. MFTA's number for this recall is C1008210." -12/18/2015,15V854000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V854000),"Suzuki Motor USA, LLC",Ignition Switch Terminals may Corrode,ELECTRICAL SYSTEM,2A53,Vehicle,2404,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2014 DL1000 motorcycles manufactured January 17, 2014, to June 5, 2014, and 2015 DL1000 motorcycles manufactured November 5, 2014, to February 6, 2015. The ignition switch terminals of the affected vehicles may corrode if they come into contact with liquid such as salt water. As a result, the motorcycle's electrical power may be disconnected or the switch may be bypassed, preventing the engine from being shut off with the ignition key.","If electrical power is lost, the engine would stall, increasing the risk of a crash.","Suzuki will notify owners, and dealers will install a cover for the ignition switch connector, and any corroded ignition lead wire and wire harnesses will be replaced. These repairs will be performed free of charge. The recall began January 19, 2016. Owners may contact Suzuki customer service at 1-714-996-7040. Suzuki's number for this recall is 2A53." -12/18/2015,15V853000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V853000),"Suzuki Motor USA, LLC",Poor Battery Ground Conductivity,ELECTRICAL SYSTEM,2A53,Vehicle,2404,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2014 Suzuki DL1000 motorcycles manufactured January 17, 2014 to June 5, 2014, and 2015 Suzuki DL1000 motorcycles manufactured November 5, 2014, to February 6, 2015. Due to corrosion or being attached to the painted engine case, the battery ground connection may have poor electrical conductivity.","As a result of the poor conductivity, the engine may stall and be unable to be restarted, increasing the risk of a crash.","Suzuki will notify owners, and dealers will relocate the battery ground connection to an unpainted surface and replace the ground wire protector with a high-heat resistance tube, free of charge. The recall began on January 29, 2016. Owners may contact Suzuki customer service number at 1-714-996-7040. Suzuki's number for this recall is 2A53." -12/18/2015,15V851000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V851000),"Suzuki Motor USA, LLC",Wiring Harness may Rub and Short,ELECTRICAL SYSTEM,2A53,Vehicle,2410,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2014 Suzuki DL 1000 motorcycles manufactured January 17, 2014, to June 5, 2014, 2015 Suzuki DL1000 motorcycles manufactured November 4, 2014, to February 6, 2015 and 2016 Suzuki DL1000 motorcycles manufactured June 11, 2015, to July 15, 2015. The affected motorcycles have a wiring harness that may rub against the bottom of the fuel tank. Vibration from riding may cause the wiring insulation to wear off, allowing a bare wire to short circuit against the fuel tank.","A short circuit may cause the engine to stall, increasing the risk of a crash.","Suzuki will notify owners, and dealers will inspect the motorcycles and reroute the wiring harnesses as necessary. Any damaged harnesses will be repaired or replaced. This work will be performed free of charge. The recall began on January 29, 2016. Owners may contact Suzuki customer service number at 1-714-572-1490. Suzuki's number for this recall is 2A53." -12/17/2015,15V848000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V848000),"Jayco, Inc.",Seat Belt Anchor may Detach/FMVSS 210,SEAT BELTS,9903273,Vehicle,67,"Jayco Inc. (Jayco) is recalling certain model year 2016 Alante motorhomes manufactured November 3, 2015, to November 23, 2015. The affected vehicles have forward and rearward facing dinette seats whose seat belts may not have the proper plate to anchor the seat belt brackets. This can allow the seat belt end to detach from the vehicle in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","A seat belt that is not properly anchored to the vehicle may not restrain the occupant in a crash, increasing their risk of injury.","Jayco will notify owners, and dealers will install the correct seat belt bracket backer plate, free of charge. The recall began on February 11, 2016. Owners may contact Jayco customer service at 1-800-517-9137. Jayco's number for this recall is 9903273." -12/17/2015,15E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E094000),Vanguard National Parts OEX,Wheel End may Separate from Axle,SUSPENSION,15E-080,Equipment,768,"Vanguard National Parts OEX (Vanguard) is recalling certain SAF-Holland tapered axles, part numbers 24790745090, 24790175090, and 24790165090, manufactured January 17, 2012, to January 10, 2013. In the affected axles, the wheel end may separate from the axle due to an out of specification material thickness on the spindle.",A wheel end that separates from the trailer axle increases the risk of a crash.,"Vanguard will notify owners, and the affected axles will be inspected and replaced as necessary, free of charge. The recall began on February 9, 2016. Owners may contact Vanguard customer service at 1-219-253-2000, or SAF-Holland customer service at 1-888-396-6501. Vanguard's number for this recall is 15E-080." -12/16/2015,15V847000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V847000),Vanguard National Trailer Corporation,Brake Caliper Bolts may be Loose,"SERVICE BRAKES, AIR",15E083,Vehicle,85,"Vanguard National Trailer Corporation (Vanguard) is recalling certain model year 2015-2016 CIMC Dry Freight and Refrigerated trailers manufactured October 22, 2014, to October 2, 2015, and equipped with certain Meritor EX225L2 or EX225L+ axles. The affected axle assemblies have caliper bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","Vanguard will notify owners, and dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on December 18, 2015. Owners may contact Vanguard customer service at 1-219-253-2000, or Meritor customer service at 1-866-668-7221. Vanguard's number for this recall is 15E083." -12/16/2015,15V846000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V846000),Aston Martin The Americas,Double-Locked Doors cannot be Opened/FMVSS 206,LATCHES/LOCKS/LINKAGES,RA-01-0021,Vehicle,6076,"Aston Martin Lagonda of North America (Aston Martin) is recalling certain model year 2010-2015 DB9, 2010-2012 DBS, 2010-2016 V8 Vantage, 2012 Virage, 2010-2016 Rapide, 2014-2016 Vanquish, 2011-2016 V12 Vantage, and 2012-2013 V12 Zagato vehicles. The affected vehicles are equipped with interior door unlocking mechanisms that may not function when the vehicle has been locked from the outside. As such, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","If the doors cannot be opened by an occupant from inside the vehicle, they may be trapped inside, increasing their risk of injury.","Aston Martin will notify owners, and dealers will disable the double locking feature by reprogramming the software, free of charge. The recall began August 10, 2016. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-01-0021." -12/16/2015,15V845000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V845000),"Mercedes-Benz USA, LLC",Loss of Electric Power Steering Assist,STEERING,2015120006,Vehicle,28452,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2015 C300 and C400 4matic sedans manufactured January 27, 2014, to December 1, 2014. Due to an error in the electric power steering control unit software, the affected vehicles may have a loss of electric power steering assist.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required, especially at lower speeds, increasing the risk of a vehicle crash.","MBUSA will notify owners, and dealers will update the power steering software, free of charge. The recall began in January 15, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -12/16/2015,15V844000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V844000),"Suzuki Motor USA, LLC",Obstructed Fuel Tank Breather Hose May Cause Leak,"FUEL SYSTEM, OTHER",2A49,Vehicle,287,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2013 Suzuki SFV650 motorcycles manufactured March 23, 2013, to April 8, 2013, 2014 Suzuki SFV650 motorcycles manufactured October 24, 2013, to November 26, 2013 and 2015 Suzuki SFV650 motorcycles manufactured August 9, 2014, to September 12, 2014. During assembly of the motorcycle, the fuel tank breather hose may have not been positioned properly and may become kinked.","If the fuel tank breather hose is kinked, pressure may build inside the fuel tank and cause the tank to crack, resulting in a fuel leak, increasing the risk of a fire.","Suzuki will notify owners, and dealers will inspect and replace the fuel tank breather hose. If the existing breather hose was found to be kinked and obstructed, the fuel tank will also be replaced. These repairs will be performed free of charge. The recall began on January 8, 2016. Owners may contact Suzuki customer service number at 1-714-572-1490. Suzuki's number for this recall is 2A49." -12/15/2015,15V841000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V841000),Great Dane Trailers,Caliper Bolts may be Loose,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,63,"Great Dane Trailers (Great Dane) is recalling certain model year 2015-2016 Reefer semi trailers manufactured December 19, 2013, to June 28, 2015, and equipped with certain Meritor EX225L2, EX225L+, or Bendix ADB22X axles. The affected axle assemblies have caliper bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","Great Dane will notify owners, and dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on January 11, 2016. Owners may contact Great Dane customer service at 1-912-232-4471, or Meritor customer service at 1-866-668-7221." -12/15/2015,15V842000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V842000),"Daimler Trucks North America, LLC",Emergency Window Retention/FMVSS 217,STRUCTURE,FL-697,Vehicle,1222,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016 Thomas Built Buses Saf-T-Liner C2 school buses manufactured May 1, 2015, to August 1, 2015. The affected buses are equipped with push-out tempered glass windows that may not remain attached to the bus in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of a crash, the affected windows may not be able to retain the bus occupants, increasing their risk of injury.","DTNA will notify owners, and dealers will modify the windows to ensure that they meet the window retention requirements, free of charge. The recall began on February 9, 2016. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-697." -12/15/2015,15V843000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V843000),"Daimler Trucks North America, LLC",Seats may Tilt Rearward in a Crash/FMVSS 222,SEATS,FL-698,Vehicle,508,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2016-2017 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, Minotour DRW and Saf-T-Liner EFX school buses manufactured August 19, 2014, to October 22, 2015, and equipped with certain Syntec S3B Track Mounted Seats in 30"", 36"", 39"" and 45"" widths. In the event of a severe rear-end collision, the seats may tilt rearward. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a severe rear-end collision, the seats may tilt rearward and result in injuries to the passenger's knees and/or impede the exiting of the bus.","DTNA will notify owners, and dealers will install a toe-clamp on the front feet of the S3B track mounted seats, free of charge. The recall began on January 21, 2016. Owners may contact DTNA customer service at 1-800-745-8000, or Syntec customer service at 1-800-547-0712. DTNA's number for this recall is FL-698." -12/14/2015,15V837000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V837000),Motor Coach Industries,Axle Hanger Bracket may be Missing Welds,POWER TRAIN,SB 429,Vehicle,32,"Motor Coach Industries (MCI) is recalling certain model year 2015 D4500 motor coaches manufactured January 23, 2015, to May 1, 2015, and D4505 motor coaches manufactured May 12, 2015, to May 13, 2015. The affected coaches have drive axles that may be missing welds on the hanger brackets, allowing the hanger bracket to separate from the axle housing.","If the bracket separates from the axle housing, vehicle control may be affected, increasing the risk of a crash.","MCI will notify owners, and dealers will inspect the coaches and replace the affected axles, free of charge. The recall began on January 4, 2016. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 429." -12/14/2015,15V839000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V839000),"Altec Industries, Inc.",Outrigger Welds May Crack,STRUCTURE,CSN 627,Vehicle,8,"Altec Industries, Inc. (Altec) is recalling certain model year 2013-2014 Manitex/PM Knuckle Boom Cranes, 3852 series, manufactured January 1, 2013, to December 31, 2014. The affected vehicles have outriggers whose welds may crack causing the outriggers to fail.","If the outriggers fail, the truck may tip over, increasing the risk of injury.","Altec will notify owners, and dealers will inspect the outriggers and repair any cracks found, and install reinforcing collars, free of charge. The recall began on January 8, 2016. Owners may contact Altec customer service at 1-205-991-7733. A ltec's number for this recall is CSN 627." -12/14/2015,15V840000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V840000),Open Range R.V. Company,Sewer Gas Caution Label Omitted,EQUIPMENT,NR (Not Reported),Vehicle,39,"Open Range R.V. Company (Open Range) is recalling certain model year 2014-2015 3X recreational trailers, model 388RKS, manufactured June 12, 2013, to May 1, 2014, and equipped with a side vented sewer drainage system termination valve. The affected vehicles may be missing a caution label to inform the operator not to leave the drain valve open to prevent an escape of sewer gas.","If the drain valve is left open, sewer gas may fill the recreational vehicle, increasing the risk of occupant injury.","Open Range will notify owners and send them the missing label, free of charge. The recall began on February 1, 2016. Owners may contact Open Range customer service at 1-260-768-7771." -12/14/2015,15V838000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V838000),"Charmac Trailers, Inc.","Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,4,"Charmac Trailers Inc. (Charmac) is recalling certain model year 2015-2016 Horse and Cargo trailers manufactured March 16, 2015, to September 25, 2015, and equipped with certain 3500lb-capacity torsion model axles. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a loss of trailer stability and control, increasing the risk of a crash.","Charmac will notify owners, and dealers will replace the suspect axles, free of charge. The recall began on January 28, 2016. Owners may contact Charmac customer service at 1-208-733-5241." -12/11/2015,15V836000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V836000),McLaren Automotive Incorporated,Hood may Open While Driving/FMVSS 113,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,122,"McLaren Automotive Incorporated (McLaren) is recalling certain model year 2014-2015 P1 hybrid vehicles manufactured March 1, 2013, to October 31, 2015. The affected vehicles have a secondary hood latch that may not properly re-engage. As a result, if the primary latch is released inadvertently, the hood may open while the vehicle is moving. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 113, ""Hood Latch System.""",If the hood opens while driving it may increase the risk of a crash.,"McLaren will notify owners, and dealers will replace the hood latch with a newly-designed latch, free of charge. The recall began on January 18, 2016. Owners may contact McLaren customer service at 1-646-429-8916." -12/11/2015,15V834000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V834000),Highland Ridge RV,Sewer Gas Caution Label Omitted,EQUIPMENT,9904272,Vehicle,180,"Highland Ridge RV (Highland) is recalling certain model year 2015 Open Range fifth wheels and 2015-2016 3X fifth wheels and Highlander travel trailers manufactured May 8, 2014, to December 4, 2015 and equipped with a side vented sewer drainage system termination valve. The affected vehicles may be missing a caution label to inform the operator not to leave the drain valve open to prevent an escape of sewer gas.","If the drain valve is left open, sewer gas may fill the recreational vehicle, increasing the risk of occupant injury.","Highland will notify owners and send them the missing label, free of charge. The recall began on January 15, 2016. Owners may contact Highland customer service at 1-260-768-7771. Highland's number for this recall is 9904272." -12/11/2015,15V833000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V833000),"General Motors, LLC",Third Row Seat Frame may be Incorrectly Welded,SEATS,21930,Vehicle,2633,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Traverse, GMC Acadia, and Buick Enclave vehicles manufactured November 6, 2015, to November 12, 2015. The affected vehicles have a the third row left lower seat frame that may have welds that are not in the correction location.","If the seat frame is not welded in the correct places, the seat may not perform as intended, and in the event of a crash, the seat occupant could be at an increased risk of injury.","GM will notify owners, and dealers will inspect the third row left side lower seat frame, replacing it as necessary, free of charge. The recall began on January 29, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, GMC customer service at 1-800-462-8782 or Buick customer service at 1-800-521-7300. GM's number for this recall is 21930." -12/11/2015,15V835000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V835000),"Trail Boss Conversions, Inc.",Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,1,"Trail Boss Conversions, Inc. (Trail Boss) is recalling one model year 2013 Bloomer Horse Trailer manufactured October 1, 2013, to November 29, 2013, and equipped with an Atwood on-demand water heaters. The affected water heater has a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Trail Boss will notify the owner and an Atwood dealer will install a remedy kit, free of charge. The recall began on February 15, 2016. Owners may contact Trail Boss customer service at 1-816-690-7133, or Atwood customer service at 1-574-264-2131." -12/10/2015,15V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V830000),"General Motors, LLC",Air Bag Computer Housing may Fracture,AIR BAGS,15794,Vehicle,90,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Silverado and GMC Sierra pick up trucks manufactured October 13, 2015, to October 14, 2015. In the affected vehicles, the mounting stud used to secure the air bag sensing and diagnostic Module (SDM) may be incorrectly positioned, and as a result, the SDM housing could fracture.","If the SDM housing fractures, water may get into SDM causing it to malfunction and hinder the proper deployment of the air bags in the event of a crash, thereby increasing the risk of occupant injury.","GM will notify owners, and dealers will have the mounting stud repositioned and the SDM replaced, free of charge. The recall began December 2, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 15794." -12/10/2015,15V831000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V831000),"Forest River, Inc.",Carbon Monoxide Detector not Installed,EQUIPMENT,51-12072015-0119,Vehicle,721,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Evo, Salem, Sandstorm, Shockwave, Stealth, and Wildwood recreational trailers. The affected vehicles were mistakenly not equipped with a carbon monoxide detector to warn occupants of elevated levels of carbon monoxide.","If occupants are not warned elevated carbon monoxide levels, they are at an increased risk of injury.","Forest River will notify owners, and dealers will remove the existing Liquid Propane (L.P.) Detector and install a combination L.P./carbon monoxide detector, free of charge. The recall began on January 27, 2016. Owners may contact Forest River customer service at 1-909-873-3777, extension 53. Forest River's number for this recall is 51-12072015-0119." -12/10/2015,15V832000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V832000),"Roush Performance Products, Inc.",Rear Brake Caliper Guide Pins may be Loose,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,461,"Roush Performance Products, Inc. (Roush) is recalling certain model year 2015 Ford Mustang GT Roush Stage 3 vehicles manufactured April 1, 2015, to October 31, 2015, and equipped with Roush Extreme Duty Half Shafts. The affected vehicles have a brake caliper guide pin that may not have been sufficiently tightened during installation of the half shafts. As a result, the caliper guide pin may loosen while driving, reducing the vehicle's rear braking ability.",A partial loss of the rear braking system can increase the risk of a crash.,"Roush will notify owners, and Roush-authorized Ford dealers will tighten the caliper guide pin to the proper specification, free of charge. The recall began in February 2016. Owners may contact Roush customer service at 1-800-597-6874." -12/10/2015,15T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T022000),Cooper Tire & Rubber Co.,Tread May Crack/FMVSS 139,TIRES,161,Tire,153,"Cooper Tire & Rubber Co. (Cooper) is recalling certain Cooper Zeon LTZ tires size 275/55R20 XL Extra Load tubeless tires manufactured September 1, 2015, to September 14, 2015. The affected tires may experience tread cracking or tread lug chunking during use. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Tread cracking or tread lug chunking may cause a loss of tire pressure, increasing the risk of a crash.","Cooper will notify owners, and dealers will replace the tires, free of charge. The recall began on January 4, 2016. Owners may contact Cooper customer service at 1-800-854-6288. Cooper's number for this recall is 161." -12/09/2015,15V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V826000),"Chrysler (FCA US, LLC)",Liftgate Module Short due to Water Leak,ELECTRICAL SYSTEM,R67,Vehicle,32784,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Jeep Cherokee vehicles manufactured February 18, 2015, to September 10, 2015 and equipped with the power liftgate option. In the affected vehicles, water may leak into the Power Liftgate Control Module and result in a high resistance short circuit.",A short circuit in the module increases the risk of a fire.,"Chrysler will notify owners, and dealers will inspect the module and connectors for corrosion, replacing the damaged components as necessary. The mastic shield will be removed and the module will be covered with a water shield. These repairs will be performed free of charge. The recall began on February 1, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R67." -12/09/2015,15V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V828000),"Halcore Group, Inc.",Loss of Ambulance Body Lights and Electrics,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18,"Halcore Group, Inc. (Halcore) is recalling certain model year 2015 Horton 623, 603, 503, 553 and 453 ambulances manufactured October 1, 2015, to November 16, 2015 and equipped with the i4G system for controlling the ambulance body electrics. Due to a circuit board component being installed incorrectly, the ambulance body may have electrical system failure of the interior and exterior lights, as well as other life saving electrical equipment such as the oxygen system.","Failure of ambulance body electrics can hinder emergency response and/or rescue efforts, increasing the risk of injury to ambulance patients.","Halcore will notify owners, and Horton will replace the affected electrical component, free of charge. The recall began on January 4, 2016. Owners may contact Horton customer service at 1-800-282-5113." -12/09/2015,15V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V829000),Newmar Corporation,Steering Gear Mounting Bracket may Crack,STEERING,15V 633,Vehicle,1920,"Newmar Corporation (Newmar) is recalling certain model year 1997-2005 Dutch Star and Mountain Aire, 1998-1999 London Aire, 2004 Essex and 1997-1998 Kountry Aire motorhomes. The affected vehicles have a steering gear mounting bracket that may crack, causing a loss of steering ability.",A loss of steering increases the risk of a crash.,"Newmar will notify owners, and Spartan dealers will replace the steering gear mounting brackets, free of charge. The recall began on January 4, 2016. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-543-4277. Newmar's number for this recall is 15V 633." -12/09/2015,15V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V827000),"Ameritrans Bus, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,26,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2012-2014 CTV, 225, 200, 245, 285, 375, and 395 vehicles manufactured August 1, 2012, to July 10, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Ameritrans will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on January 21, 2016. Owners may contact Ameritrans customer service at 1-574-262-8935, or Ricon customer service at 1-800-322-2884." -12/08/2015,15V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V823000),"Volkswagen Group of America, Inc.",Passenger Seat Occupant Detection System may Fail,AIR BAGS,74D1,Vehicle,21074,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2012-2013 Audi A6 vehicles manufactured March 28, 2011, to March 25, 2013, and 2012-2013 Audi A7 vehicles manufactured January 25, 2011, to March 19, 2013. In vehicles with heated and cooled seats, the Passenger Occupant Detection System (PODS), used to enable the front passenger air bags, may malfunction and prevent the passenger-side air bags from deploying in a crash.",An air bag that does not deploy as intended increases the risk of occupant injury in a crash.,"Volkswagen will notify owners, and Audi dealers will install a PODS system repair kit, free of charge. The recall began on February 5, 2016. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 74D1." -12/08/2015,15V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V825000),"Strick Trailers, LLC",Rear Impact Guards/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,188,"Strick Trailers, LLC (Strick) is recalling certain model year 2007, 2009, and 2015 Dry Freight Van Trailers, equipped with rear impact guard gussets 59653 and 59654. These rear impact guard gussets increase the chances of injury in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 223, ""Rear Impact Guards.""","If the rear impact guards do not meet safety standards, it can increase the risk of injury in the event of a crash.","Strick will notify owners, and dealers will install reinforcements, or replace the rear impact guards, free of charge. The recall began on February 1, 2016. Owners may contact Strick customer service at 1-704-436-2590." -12/08/2015,15V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V824000),"Volkswagen Group of America, Inc.",Side Air Bag May Not Deploy Due to Seat Stitching,AIR BAGS,74C9,Vehicle,904,"Volkswagen Group of America, LLC (Volkswagen) is recalling certain model year 2015 Audi A3 Cabriolet vehicles manufactured June 5, 2014, to April 1, 2015. The affected vehicles have a driver or front passenger seat whose cover may be incorrectly stitched, preventing the side air bag from properly deploying in the event of a crash.",Improper side air bag deployment may increase the risk of injury in the event of a crash.,"Volkswagen will notify owners, and dealers will replace the driver's and/or front passenger's seatback cover, free of charge. Owners were mailed interim notices on February 4, 2016. The recall began on February 29, 2016 . Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 74C9." -12/08/2015,15V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V822000),"Grand Design RV, LLC",Vehicle Weight Information Understated/Part 567,EQUIPMENT,910005,Vehicle,32,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2016 Momentum trailers, models 397th, 398M, and 388M, manufactured September 2, 2015, to November 12, 2015. The affected trailers may be equipped with a Federal Certification Label that lists an incorrect unloaded vehicle weight (UVW), causing the cargo carrying capacity (CCC) to be overstated. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator loads vehicle per the information on the label, the vehicle may exceed the Gross Vehicle Weight Rating (GVWR), thereby increasing the risk of a crash.","Grand Design will notify owners, and dealers will install a corrected label, free of charge. The recall began on January 11, 2016. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910005." -12/07/2015,15V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V820000),Polaris Inc.,Seat Belt Retractor Failure/FMVSS 209,SEAT BELTS,L-15-02,Vehicle,1364,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015 GEM EL, ES, E4, E4S, ELXD, E6, E6S, and E2 vehicles manufactured December 15, 2014, to August 25, 2015. The seat belts in the affected vehicles have retractor mechanisms that may fail, causing the seat belt to be stuck in one position. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","If the seat belt does not retract or extend, the seat occupant may not be properly secured in the event of a crash, increasing their risk of injury.","GEM will notify owners, and dealers will replace the seat belt assemblies, free of charge. The recall began on December 31, 2015. Owners may contact GEM Consumer Service Department at 1-855-743-3436. Polaris' number for this recall is L-15-02." -12/07/2015,15V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V816000),"Daimler Trucks North America, LLC",Tailpipe may Activate CNG Pressure Relief Device,ENGINE AND ENGINE COOLING,FL-695,Vehicle,17,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2013-2015 Freightliner Cascadia vehicles manufactured March 27, 2015, to November 4, 2014, and powered by compressed natural gas (CNG). The affected vehicles have a tailpipe that allows hot exhaust to exit near the CNG tank pressure relief device (PRD).",Hot exhaust in close proximity to the PRD may cause the PDR to activate and CNG to be unexpectedly released from the tank. Discharge of CNG in the presence of an ignition source can increase the risk of a fire.,"All the vehicles involved in this recall campaign have been repaired. The recall is began on March 13, 2015. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-695." -12/07/2015,15V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V821000),Honda (American Honda Motor Co.),Universal Joint Failure in Driveshaft,POWER TRAIN,JW2,Vehicle,1825,"Honda (American Honda Motor Co.) is recalling certain model year 2010, 2012 and 2013 VFR1200F and VFR1200FD motorcycles. Manufacturing or assembly errors may result in the affected motorcycles having driveshaft universal joint bearings that may prematurely wear which can cause the universal joint to separate or break.","If the universal joint separates, the motorcycle would stall. If the universal joint breaks, it may interfere with the swing arm and lock the rear wheel. Either condition could increase the risk of a crash.","Honda will be notify owners, and dealers will replace the driveshaft, free of charge. The recall began on December 29, 2015, however parts may not be available until mid-2016. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JW2." -12/07/2015,15V817000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V817000),Triple E Recreational Vehicles,Water Heater May Scald Operator,EQUIPMENT,Atwood Water Heater,Vehicle,2,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2014 Regency GT 24MB motorhomes manufactured September 1, 2013, to December 1, 2013, equipped with certain Atwood on demand water heaters. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves, increasing the risk of injury.","Triple E will notify owners and Atwood dealers will remedy the hot water heater issue, free of charge. The recall began on January 8, 2016. Owners may contact Triple E customer service at 1-204-325-4361, or Atwood customer service at 1-574-264-2131. Triple E's number for this recall is Atwood Water Heater." -12/07/2015,15V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V819000),Tiny Idahomes LLC,Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,13,"Tiny Idahomes LLC (Tiny Idahomes) is recalling certain model year 2014-2016 Clear Creek and Cascade vehicles manufactured May 1, 2014, to December 1, 2015, and 2015-2016 Carpathian vehicles manufactured May 1, 2015, to December 1, 2015, and equipped with certain Atwood on demand water heaters. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Tiny Idahomes will notify owners and Atwood dealers will remedy the hot water heater issue, free of charge. The recall began on January 6, 2016. Owners may contact Tiny Idahomes customer service at 1-208-468-0576, or Atwood customer service at 1-574-264-2131." -12/04/2015,15V815000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V815000),"Mitsubishi Motors North America, Inc.",Air Bag Deployment may be Delayed due to Corrosion,AIR BAGS,SR-16-001,Vehicle,55899,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2014-2015 Mitsubishi Mirage vehicles manufactured July 27, 2013, to September 2, 2015. If the driver enters an affected vehicle with their feet covered water and salt, it may soak through the carpet and cause corrosion to a wiring connector located in a junction box behind a kick panel to the left of the driver's footrest.","In the event of a crash, corrosion of the connector could delay deployment of the frontal air bags, increasing the risk of injury to the driver and the front seat passenger.","MMNA will notify owners, and dealers will inspect the affected connectors, replacing any found to be corroded. A waterproof sheet will be installed over the connectors to prevent future corrosion. These repairs will be performed free of charge. The recall is expected to begin in February 2016. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-16-001." -12/03/2015,15V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V814000),"ShowHauler Trucks, Inc.",Water Heater May Scald Operator,EQUIPMENT,NR,Vehicle,1,"ShowHauler Trucks, Inc. is recalling one 2013 ShowHauler 20'6"" msl recreational vehicle equipped with an Atwood on demand water heater (ODWH) model OD45, OD50, or OD50CW. The affected water heater has a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Showhauler will notify the owner and Atwood will provide a remedy kit, free of charge. The recall began on January 21, 2016. Owners may contact Atwood customer service at 1-574-264-2131 and/or ShowHauler customer service 1-574-825-6764." -12/02/2015,15V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V813000),Ford Motor Company,Engine Wiring Splices may cause Stall,ELECTRICAL SYSTEM,14S17-S1,Vehicle,9017,"Ford Motor Company (Ford) is recalling certain model year 2013 Escape vehicles manufactured January 11, 2012, to April 1, 2013, and 2013-2014 Focus ST vehicles manufactured May 03, 2012, to October 14, 2013. Insufficient compression in the engine wiring harness splices to the Manifold Absolute Pressure (MAP) sensor may provide incorrect signals to the powertrain control module (PCM).","The incorrect signals could cause the vehicle to hesitate or the engine to stall, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the current crimped splices with new splices, free of charge. The recall began on January 7, 2016. Owners may contact Ford customer service 1-866-436-7332. Ford's number for this recall is 14S17-S1." -12/02/2015,15V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V812000),Ford Motor Company,Fuel Delivery Module may Crack and Leak,"FUEL SYSTEM, GASOLINE",13S04-S1,Vehicle,868,"Ford Motor Company (Ford) is recalling certain model year 2013 Explorer, Explorer Police Utility, Taurus, Taurus Police Interceptor, Flex, Lincoln MKS, and Lincoln MKT vehicles. In the affected vehicles, the fuel delivery module may crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners, and dealers will replace the fuel delivery module, free of charge. The recall began on December 21, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 13S04-S1." -12/01/2015,15V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V807000),"General Motors, LLC",Console Door may not Fully Latch/FMVSS 201,LATCHES/LOCKS/LINKAGES,16370,Vehicle,8763,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Colorado trucks manufactured August 25, 2015 to September 24, 2015, and GMC Canyon trucks manufactured August 28, 2015 to September 24, 2015. The affected vehicles have a console compartment lid latch assembly that may fail to keep the compartment door closed in the event of a crash. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 201, ""Occupant Protection in Interior Impact.""","If the console compartment door does not remain closed in a crash, the contents stored in the console may strike the vehicle occupants, increasing their risk of injury.","GM will notify owners, and dealers will replace the console compartment door latch assembly, free of charge. The recall began on January 5, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 16370." -12/01/2015,15V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V811000),"Ferrari North America, Inc.",Leak at Low Pressure Fuel Line Connection,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,185,"Ferrari North America, Inc. (FNA) is recalling certain model year 2016 California T vehicles manufactured September 8, 2015, to November 11, 2015. The affected vehicles have a low pressure fuel line that may not connect properly to the fuel pump feed pipe.",The improper low pressure fuel line connection can result in a fuel leak in the engine compartment which may increase the risk of a fire.,"FNA has notified owners, and dealers will replace the low pressure fuel line assembly, free of charge. The recall began on December 18, 2015. Owners may contact Ferrari customer service at 1-201-816-2600." -12/01/2015,15V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V810000),"Altec Industries, Inc.",Missing Welds or Incorrect Anvil Spacers,EQUIPMENT,CSN 626,Vehicle,718,"Altec Industries Inc. (Altec) is recalling certain model year 2011-2015 DC610 and DSC6 Brush Chippers manufactured June 1, 2011, to April 1, 2015. The affected brush chippers may have improper or missing welds. Additionally, the DSC6 chippers may be equipped with incorrect anvil spacers.","Improper or missing welds and/or incorrect anvil spacers may cause the anvil to detach and interfere with the cutting blades, significantly damaging the chipper and increasing the risk of injury.","Altec will notify owners, and dealers will inspect and repair any of the missing or incorrect anvil welds, and will replace the improper anvil spacers, free of charge. The recall began on January 19, 2016. Owners may contact Altec customer service at 1-800-860-0183. Altec's number for this recall is CSN 626." -12/01/2015,15V808000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V808000),Newmar Corporation,Refrigerator Door Latch May Inadvertently Lock,EQUIPMENT,NR (Not Reported),Vehicle,979,"Newmar Corporation (Newmar) is recalling certain model year 2008-2014 King Aire, 2009-2014 Essex, 2011-2015 Mountain Aire, Ventana, and Dutch Star, 2012-2014 Ventana LE, 2012-2015 Canyon Star, and 2015 London Aire motorhomes. The affected vehicles are equipped with refrigerator door latches that may inadvertently lock without the operator's knowledge.","If an individual climbed into the refrigerator and the door inadvertently latched, the person would not be able to open the door, increasing their risk of injury.","Newmar will notify owners, and dealers will install a new replacement door latch that will not automatically latch, free of charge. The recall began on January 24, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -11/30/2015,15V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V803000),Newmar Corporation,Cargo Door Lock Actuators May Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1085,"Newmar Corporation (Newmar) is recalling certain model year 2014-2015 Ventana and Dutch Star motorhomes and model year 2014 Mountain Aire and Essex motorhomes manufactured May 31, 2015, to January 21, 2015. The affected vehicles have cargo door lock actuators that may overheat and melt the actuator housing.",A door lock actuator that overheats may increase the risk of a fire.,"Newmar will notify owners, and dealers will install a new low voltage disconnect module and wire harness for the door lock actuator, free of charge. The recall began on January 4, 2016. Owners may contact Newmar customer service at 1-800-731-8300." -11/30/2015,15V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V805000),Terex Environmental Equipment,Operating Instruction Decals may Detach,EQUIPMENT,NR (Not Reported),Vehicle,141,"Terex Environmental Equipment (Terex Environmental) is recalling certain model year 2007-2015 Model 700, 705, 710, 720, 730, 750, 770, and 790 trailer-mounted wood chippers manufactured August 30, 2011, to May 20, 2013. Safety-related decals describing the operation of the wood chippers may not remain adhered to the powder coat paint.","If the decal with operation instructions detaches, the operator may be at a greater risk of injury.","Terex Environmental will notify owners about the issue. Terex Environmental is working with decal vendors to find a replacement decal that can with stand the harsh environment. The recall began on January 15, 2016. Owners may contact Terex Environmental customer service at 1-989-588-4295." -11/30/2015,15V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V804000),"Mack Trucks, Inc.",Rear Brakes May Overheat,"SERVICE BRAKES, AIR",SC0398,Vehicle,679,"Mack Trucks, Inc. (Mack) is recalling certain model year 2010-2016 Granite 4X2 trucks manufactured September 17, 2009, to July 31, 2015. Due to a brake imbalance between the steer and drive axle brakes, the rear brakes may overheat.",If the rear brakes overheat there would be an increased risk of a tire blowout or a wheel-end fire.,"Mack will notify owners, and dealers will replace either the brake chambers on the steer axles or the drive axles to correct the imbalance, free of charge. The recall began on January 27, 2016. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0398." -11/30/2015,15V806000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V806000),"Forest River, Inc.","Shoulder Belts Sits too Low on Torso/FMVSS 209,210",SEAT BELTS,40-11192015-0117,Vehicle,285,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Legacy motorhomes, models 340BH, 340KP, and 360RB, manufactured September 12, 2013, to September 25, 2015. The affected vehicles are equipped with a seat belts whose shoulder belt may rest at, or below, the shoulder of the seat occupant. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 209, ""Seat Belt Assemblies"", and 210, ""Seat Belt Assembly Anchorages.""","If the shoulder belt rests too low on the torso, it can increase the risk of injury in the event of a crash.","Forest River will notify owners, and dealers will install new seat belt systems, free of charge. An interim notice was mailed to owners on January 13, 2016. The recall began on February 1, 2016. Owners may contact Forest River customer service at 1-574-293-6137 or 1-574-295-2117. Forest River's number for this recall is 40-11192015-0117." -11/30/2015,15V802000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V802000),"Yamaha Motor Corporation, USA",Transmission Gears may Break/Rear Wheel Lock Up,POWER TRAIN,99100,Vehicle,2921,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 YZFR1, YZFR1C, YZFR1MF and YZFR1MFC motorcycles manufactured August 1, 2014, to June 1, 2015. The affected motorcycles have transmission gears that may fail.","If the gears fail, the transmission may lock up, resulting in a loss of vehicle control, thereby increasing the risk of a crash.","Yamaha has notified owners, and dealers will replace the transmission assembly with an improved one, free of charge. The recall began on December 4, 2015. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 99100." -11/25/2015,15V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V797000),Newmar Corporation,Egress Window Not Installed Over DINETTE,STRUCTURE,NR (Not Reported),Vehicle,10,"Newmar Corporation (Newmar) is recalling certain model year 2016 King Aire vehicles manufactured March 9, 2015, to September 14, 2015. The affected vehicles may have been manufactured without an emergency exit window over the driver's side dinette table.","The absence of an exit window may delay or prevent exit from the vehicle in the event of an emergency, increasing the risk of injury.","Newmar will notify owners, and dealers will inspect the window, and if necessary install egress window, free of charge. The recall began on December 2, 2015. Owners may contact Newmar customer service at 1-574-773-7791." -11/25/2015,15V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V798000),"Forest River, Inc.",Electric Entry Steps may be Unstable,EQUIPMENT,51-11102015-0109,Vehicle,9687,"Forest River, Inc. (Forest River) is recalling certain 2014 FR3, 2009 Forest River Encore, Sportscoach Elite, and Aurora, 2008-2009 Cruise Master, 2012-2015 Aviator, 2007-2014 Georgetown, 2007-2009 Legend, 2008-2012 Ridgeview, 2008-2014 Cross Country, 2010-2014 Coachmen Encounter, 2009-2014 Pathfinder, Solera, Mirada, Prism, and Pursuit motorhomes. The affected vehicles are equipped with certain Lippert-brand Coachstep Double and Triple Electric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Forest River will notify owners and dealers will install a retainer bracket to reinforce the operating mechanism, free of charge. Forest River issued an interim notification to owners on January 7, 2016. The recall began on March 3, 2016. Owners may contact Forest River customer service number at 1-574-389-4600. Forest River's number for this recall is 51-11102015-0109. Or owners can contact Lippert Components at 1-574-537-8900." -11/25/2015,15V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V799000),"Chrysler (FCA US, LLC)",Intermittent Loss of Ignition Switch Contact,ELECTRICAL SYSTEM,R64,Vehicle,16106,"Chrysler (FCA US LLC) is recalling certain model year 2015 Ram ProMaster vans manufactured October 1, 2014, to June 17, 2015. The affected vehicles have an ignition switch that may have an intermittent loss of electrical contact.","An intermittent loss of contact can result in a vehicle stall and/or a partial or complete loss of the air bags, anti-lock brakes, electronic stability control and/or instrument panel cluster. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the ignition switch contact holder block, free of charge. The recall began March 4, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R64." -11/25/2015,15V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V800000),"Chrysler (FCA US, LLC)",Power Brake Booster Contamination,"SERVICE BRAKES, HYDRAULIC",R63,Vehicle,105425,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013-2014 Dodge Dart vehicles manufactured February 27, 2012 to January 23, 2014 and equipped with either a 2.0L or 2.4L engine. In affected vehicles, engine oil from the vacuum pump may seep into the brake booster, damaging a component within the brake booster.","Internal damage to brake booster could result in a loss of brake assist, lengthening the distance needed to stop the vehicle and increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the brake booster grommet for the presence of oil. If no oil is found, the vacuum tube assembly will be replaced. If oil is found, the vacuum pump, vacuum tube assembly, brake booster and master cylinder will be replaced. The recall began on May 9, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R63." -11/25/2015,15V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V801000),"Columbia Northwest, Inc.",Water Heater May Scald Operator,EQUIPMENT,15E-087,Vehicle,46,"Columbia Northwest, Inc. (Columbia) is recalling certain model year 2013-2014 Somerset E1 and Santa Fe recreational trailers manufactured November 1, 2012, to January 31, 2013, and equipped with Atwood on demand water heaters. The water heaters have a water and gas valve that may cause the heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","The remedy for this recall is still under development. The recall began on January 15, 2016. Owners may contact Columbia customer service at 1-724-423-7440, or Atwood customer service at 1-574-264-2131. Columbia's number for this recall is 15E-087." -11/24/2015,15V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V791000),Wabash National Corporation,Brake Caliper Bolts may be Loose,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,91,"Wabash National Corporation (Wabash) is recalling certain model year 2013-2015 Van Trailers manufactured December 9, 2013, to August 25, 2015, and equipped with certain Meritor EX225L2, EX225L+, and Bendix ADB22X axles. The affected axle assemblies have brake caliper mounting bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","Wabash will notify owners, and dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on January 11, 2016. Owners may contact Wabash customer service at 1-765-771-5404." -11/24/2015,15V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V790000),"ST Engineering Hackney, Inc",Brake Caliper Mounting Bolts may be Loose,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"VT Hackney, Inc. (VT Hackney) is recalling certain model year 2015 Kidron Refrigerated Trailers manufactured April 28, 2015, to April 30, 2015 and equipped with certain Meritor EX225L2 or EX225L+ axles. The affected axle assemblies have caliper bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","VT Hackney will notify owners, and their dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on December 22, 2015. Owners may contact VT Hackney customer service at 1-800-763-0700." -11/24/2015,15V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V795000),"Nissan North America, Inc.",Certification Label Missing Information/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,18,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015-2016 GT-R vehicles manufactured February 24, 2014, to June 16, 2015 to be sold in Puerto Rico. The affected vehicles have a Certification Label that is missing the Gross Vehicle Weight Rating (GVWR) and Gross Axle Weight Rating (GAWR) information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Due to the label missing the GVWR/GAWR information, the operator may overload the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will apply a corrected label, free of charge. The recall began on December 23, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -11/24/2015,15V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V794000),"Subaru of America, Inc.",Drive Shaft May Detach From Differential,POWER TRAIN,WQV-57,Vehicle,3251,"Subaru of America, Inc. (Subaru) is recalling certain model year 2016 Legacy vehicles manufactured October 24, 2015, to November 16, 2015, and Outback vehicles manufactured October 24, 2015, to November 17, 2015. Due to the improper tightening of the securing nuts, the drive shaft may separate from the rear differential.","If the drive shaft detaches from the rear differential, it may strike the fuel tank and result in a fuel leak, increasing the risk of a fire.","Subaru has notified owners, and dealers will inspect the fastening nuts, and tighten or replace them, as necessary, free of charge. The recall began on December 10, 2015. Owners may contact Subaru customer service at 1-856-488-8500. Subaru's number for this recall is WQV-57." -11/24/2015,15V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V793000),Ford Motor Company,Fuel Tank May Crack,"FUEL SYSTEM, GASOLINE",15S34,Vehicle,411205,"Ford Motor Company (Ford) is recalling certain model year 2010-2011 Ford Fusion vehicles manufactured July 21, 2008, to March 4, 2011, and 2010-2011 Mercury Milan vehicles manufactured July 23, 2008, to December 10, 2010. The affected vehicles have fuel vapor canisters whose purge valves may not operate properly resulting in abnormal pressure changes in the fuel tank.",The pressure changes may cause the tank to crack and leak fuel. A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford will notify owners, and dealers will update the vehicle powertrain control modules and inspect the vehicle for any diagnostic trouble codes (DTCs) for this issue and perform a leak test on the Canister Purge Valve (CPV). The fuel tank will be inspected for cracks. The CPV and fuel tank will be replaced as necessary. These repairs will be performed free of charge. The recall began on January 15, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S34." -11/24/2015,15V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V792000),"Mercedes-Benz USA, LLC",Incorrect Fuel Line may Result in Fire or Stall,"FUEL SYSTEM, GASOLINE",2015110006,Vehicle,809,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2014 E350 and E350 4Matic sedans manufactured June 4, 2014, to July 9, 2014. The affected vehicles were built with a fuel feed line that has a single flare fitting instead of a double flare fitting.","If the fuel feed line has the incorrect flare fitting, the connection between the fuel hose and the fuel feed line might develop a leak or may completely disconnect. Leaking fuel in the presence of an ignition source increases the risk of a fire and if the fuel feed line disconnects, the vehicle would stall, increasing the risk of a crash.","MBUSA will notify owners, and dealers will install the correct fuel line, free of charge. This recall began on January 11, 2016. Owners may contact Mercedes-Benz customer service at 1-800-367-6372." -11/24/2015,15V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V796000),"Mercedes-Benz USA, LLC",Onboard Charger Malfunction/Car may Shift to Park,ELECTRICAL SYSTEM,2015120002,Vehicle,52,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 S550 Hybrid vehicles manufactured April 24, 2015, to June 12, 2015. The affected vehicles are equipped with a high voltage onboard charger that may not have been built to specification, and as a result, the charging function for an external charging cable might not function and the onboard charger may incorrectly detect a charging cable, even while the vehicle is being driven.","If the charging cable is incorrectly detected and the vehicle is stopped or moving at a very slow speed, the vehicle may unexpectedly shift to park, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the onboard charger, free of charge. The recall began on January 27, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -11/24/2015,15V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V789000),Ford Motor Company,Park Pawl may Fracture Due to Being Overloaded,POWER TRAIN,15S35,Vehicle,13,"Ford Motor Company (Ford) is recalling certain model year 2016 F-650 trucks manufactured July 29, 2015, to September 3, 2015. The affected vehicles may have been built with an incorrect Park-Reverse-Neutral-Drive-Manual (PRNDM) steering column, instead of Reverse-Neutral-Drive-Manual (RNDM) steering column. If the vehicle has the incorrect steering column, is parked on a hill, and the PRNDM placed in ""P"", park pawl may fracture due to being overloaded.","If the park pawl fractures, the vehicle may unexpectedly move, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the PRNDM steering column with the correct RNDM steering column, free of charge. The recall began on January 5, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S35." -11/23/2015,15V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V784000),DS Corp - DBA Crossroads RV,Axle Rating Less than Stated on Label,SUSPENSION,39,Vehicle,9,"DS Corp DBA Crossroads RV (Crossroads RV ) is recalling certain model year 2016 Crossroads ReZerve travel trailers manufactured September 29, 2015, to November 2, 2015. The affected vehicles are equipped with 4400 pound axles but the Federal Identification Label states that the trailer has a 5200 pound axle.","The operator may overload the trailer by following the label information, resulting in a loss of vehicle control, and thereby increasing the risk of a crash.","All of the affected travel trailers are quarantined on dealer lots and dealers will replace the 4400 pound axle with the correct 5200 pound axle, prior to the sale of the trailers. The recall began on November 30, 2015. Owners may contact Crossroads RV customer service at 1-260-593-3850. Crossroads RV's number for this recall is 39." -11/23/2015,15V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V782000),"BMW of North America, LLC",Driveshaft Slip-Joint may not have been Greased,POWER TRAIN,NR (Not Reported),Vehicle,42,"BMW of North America, LLC (BMW) is recalling certain model year 2015-2016 M3 Sedan vehicles manufactured May 30, 2015, to September 2, 2015, 2016 M4 Coupe vehicles manufactured July 3, 2015, to September 11, 2015, and 2015-2016 M4 Convertible vehicles manufactured May 29, 2015, to August 4, 2015. The affected vehicles have a driveshaft with a slip-joint that may not have been filled with grease. As a result, the slip-joint may fail over time.","If the slip-joint fails, there would be a loss of power to the rear axle and therefore the vehicle would stop moving, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the driveshaft, replacing it as necessary, free of charge. The recall began on January 14, 2016. Owners may contact BMW customer service at 1-800-525-7417." -11/23/2015,15V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V788000),"Suzuki Motor USA, LLC",Front Brake Calipers may Leak Brake Fluid,"SERVICE BRAKES, HYDRAULIC",2A48,Vehicle,600,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2016 GSX-S1000 motorcycles manufactured July 8, 2015, to July 29, 2015, GSX-S1000A motorcycles manufactured July 10, 2015, to August 24, 2015 and, and GSX-S1000FA motorcycles manufactured July 21, 2015, to July 27, 2015. The affected motorcycles may leak brake fluid from the front brake calipers.","If the front brake calipers leak brake fluid, braking performance would be reduced, increasing the risk of a crash.","Suzuki has notified owners, and dealers will replace the front brake calipers, free of charge. The recall began on December 1, 2015. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's number for this recall is 2A48." -11/23/2015,15V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V780000),"Tesla, Inc.",Front Seat Belts may be Incorrectly Secured,SEAT BELTS,SB-15-20-002,Vehicle,59415,"Tesla Motors, Inc. (Tesla) is recalling certain model year 2012-2015 Model S vehicles manufactured May 31, 2012, to November 12, 2015. The affected vehicles are equipped with driver or front passenger seat belts that may be improperly connected to the outboard lap pretensioner.","If the seat belt is not correctly attached to the pretensioner, it may not properly restrain the seat occupant in the event of a crash, increasing their risk of injury.","Tesla will notify owners, and service centers will inspect the driver and front passenger seat belts, correcting their connection, as necessary, free of charge. The recall began on December 14, 2015. Owners may contact Tesla customer service at 1-877-798-3752. Tesla's number for this recall is SB-15-20-002." -11/23/2015,15V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V781000),"Strick Trailers, LLC",Rear Impact Guard Insufficient Strength/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,2179,"Strick Trailers, LLC (Strick) is recalling certain model year 1998-2005 Dry Freight Van Trailers manufactured April 19, 1998, to January 17, 2005 and equipped with rear impact guards that use gussets 46829 and 46830. The rear impact guards may not be strong enough to prevent a vehicle from traveling under a trailer in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 223, ""Rear Impact Guards.""","If the trailer is rear ended by a automobile, the guard may fail to prevent the automobile from traveling under the trailer, increasing the risk of injury to the driver of the automobile.","Strick will notify owners, and service centers will install reinforcements to the rear impact guards, free of charge. The recall began on January 13, 2016. Owners may contact Strick customer service at 1-704-436-2590." -11/23/2015,15V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V787000),"BMW of North America, LLC",Side Curtain Air Bags may be Out of Position,AIR BAGS,NR (Not Reported),Vehicle,13,"BMW of North America, LLC (BMW) is recalling certain model year 2015-2016 Rolls-Royce Phantom vehicles manufactured May 22, 2015, to September 23, 2015. The affected vehicles have left and right side curtain air bags that may not have been manufactured properly.","As a result of the improper manufacturing, the air bags may not position themselves as intended during deployment, increasing the risk of occupant injury in the event of a vehicle crash.","Rolls-Royce will notify owners, and dealers will inspect and replace the side curtain air bags, as necessary, free of charge. The recall began on January 16, 2016. Owners may contact Rolls-Royce customer relations at 1-877-877-3735." -11/23/2015,15V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V785000),Supreme Corporation,Wrong Grade Windshields Installed/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,45,"Supreme Corporation (Supreme) is recalling certain model year 2015-2016 Supreme Classis American Trolley vehicles manufactured October 1, 2014, to November 2, 2015. The affected vehicles were manufactured with windshields that meet AS2 or AS3 specifications, not the AS1 specification as required. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 205 ""Glazing Materials.",Windshields that do not meet AS1 requirements may reduce the driver's visibility and increase the risk of a crash.,"Supreme will notify owners, and dealers will replace the noncompliant windshields, free of charge. The recall began on January 11, 2016. Owners may contact Supreme customer service at 1-574-642-4888 extension 237." -11/20/2015,15V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V776000),"Navistar, Inc.",Accelerator Position Sensor may Cause High Idle,VEHICLE SPEED CONTROL,15517,Vehicle,15730,"Navistar, Inc. is recalling certain model year 2013-2014 International ProStar and DuraStar trucks manufactured April 26, 2012, to April 4, 2013, WorkStar trucks manufactured April 27, 2012, to March 29, 2013, LoneStar trucks manufactured May 21, 2012, to April 2, 2013, and TranStar trucks manufactured April 30, 2012, to March 25, 2013. In the affected vehicles, the accelerator pedal position sensor can move and result in a high engine idle.","A high engine idle may make downshifting the transmission difficult and the engine brake may be disabled. These factors may hinder slowing down the truck when descending a long grade, thereby increasing the risk of a crash.","Navistar will notify owners, and dealers will recalibrate the electronic control module (ECM) to allow it to recognize that the pedal is at the idle position, free of charge. The recall began on January 19, 2016. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15517." -11/20/2015,15V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V777000),Polaris Inc.,Headlights May Shut Off While Riding,ELECTRICAL SYSTEM,SLI-15-05,Vehicle,9182,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015-2016 Slingshot motorcycles manufactured April 21, 2014, to October 22, 2015, Slingshot SL motorcycles manufactured April 28, 2015 to October 23, 2015, and Slingshot SL SE motorcycles manufactured December 15, 2014, to October 22, 2015. In the affected motorcycles, the headlight relay may fail and result in a loss of headlights.","A loss of headlights can reduce driver visibility, increasing the risk of a crash.","Polaris will notify owners, and dealers will replace the single headlight relay with a circuit that uses two headlight relays, free of charge. The recall began on December 3, 2015. Owners may contact Slingshot customer service at 1-855-863-2284. Polaris' number for this recall is SLI-15-05." -11/20/2015,15V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V778000),Isuzu Motors Limited,Kidde Handheld Fire Extinguisher may not Discharge,EQUIPMENT,NR (Not Reported),Vehicle,25209,"Isuzu Technical Center of America, Inc. (Isuzu) is recalling certain 2012-2016 NPR, NPR-HD, NPR-XD, NQR, and NRR diesel trucks manufactured November 24, 2011, to July 24, 2015, and 2012-2015 NPR and NPR-HD gasoline-powered trucks manufactured October 5, 2011, to August 27, 2015. The trucks may have been equipped with certain Kidde plastic valve disposable handheld fire extinguishers, model FC10, that may not properly discharge when the lever is pressed.","In the event of a fire, if the fire extinguisher does not work correctly, there is an increased risk of injury.","Isuzu will notify and instruct owners to order replacement fire extinguishers free of charge directly from Kidde Safety at www.kidde.com, or toll-free at (855)283-7991, or by contacting and visiting a dealer. The recall began on January 18, 2016. Owners may contact Isuzu customer service at 1-866-441-9638." -11/20/2015,15V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V775000),"Nissan North America, Inc.",Shift Selector may Move from Park/ FMVSS 114,POWER TRAIN,NR (Not Reported),Vehicle,33880,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Rogue vehicles manufactured February 10, 2015, to May 13, 2015. In the affected vehicles, due to a problem with the shift selector knob, it may be possible to shift out of the ""Park"" position without depressing the brake pedal. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard 114, ""Theft Protection and Rollaway Prevention.""","If the shift selector can be moved out of the ""Park"" position while the brake pedal is not depressed, the vehicle may unexpectedly roll, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and replace the shift selector knob, as necessary, free of charge. The recall began on January 15, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -11/20/2015,15V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V779000),New England Wheels,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15E-068,Vehicle,278,"New England Wheels is recalling certain model year 2006-2014 Ford E-250, and E-350 cargo vans modified to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","New England Wheels will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on January 5, 2016. Owners may contact New England Wheels customer service at 1-800-866-9247, or Ricon Customer Service at 1-800-322-2884. New England Wheels' number for this recall is 15E-068. Note: These vans and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/19/2015,15V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V774000),Utility Trailer Manufacturing Company,Brake Caliper Bolts may be Loose,"SERVICE BRAKES, AIR",15E083,Vehicle,10,"Utility Trailer Manufacturing Company (Utility Trailer) is recalling certain model year 2015 Refrigerated Van trailers, model VS2RA, manufactured on December 16, 2013, and equipped with certain Meritor EX225L2, EX225L+, or Bendix ADB22X axles. The affected axle assemblies have caliper bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","Utility Trailer has notified the owners, and dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on November 4, 2015. Owners may contact Utility Trailer customer service at 1-818-965-1541, or Meritor customer service at 1-866-668-7221. Utility Trailer's number for this recall is 15E083." -11/19/2015,15V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V771000),"Forest River, Inc.",Water Heater May Scald Operator,EQUIPMENT,51-11092015-0107,Vehicle,489,"Forest River, Inc. (Forest River) is recalling certain model year 2012-2016 Berkshire, Charleston, Legacy, Dynamax, XLR, Continental Cargo, Work & Play, Shockwave, and Coachmen Brookstone recreational vehicles and toy haulers, equipped with Atwood on demand water heaters, models OD45, OD50, and OD50CW, manufactured January 2, 2012, to August 13, 2015. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Forest River will notify owners of a field remedy as provided by Atwood to the Dealerships and O.E.M. A. Inspection and installation instructions for the remedy, to be used and applied only by qualified service center personnel. B. Installation of a water flow adjustment STOP KEY that prevents the adjustment of the water flow down below .5gal/min. C. The addition of a star or lock washer to secure the adjustment screw that prevents unintended adjustment or and adjustment drift from vibration as you travel down the road. D. Securement of the remedy with the application of a warning and tamper proof label applied over the stop key and adjustment screw. The recall began on December 17, 2015. Owners may contact Forest River customer service at 1-800-348-7440, or Atwood customer service at 1-574-264-2131. Forest River's number for this recall is 51-11092015-0107." -11/19/2015,15E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E092000),"Gillig, LLC",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,4,"Gillig LLC (Gillig) is recalling certain Ricon Model S5510 Wheelchair lifts manufactured November 3, 2010, to February 25, 2011 and sold through the Gillig aftermarket parts department. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Gillig will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 28, 2015. Owners may contact Gillig customer service at 1-800-735-1500, or Ricon Customer Service at 1-800-322-2884. Note: These wheelchair lifts were subject to a similar recall in 2014. All lifts that received that recall remedy are still affected by this recall as well." -11/19/2015,15V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V770000),"Corp. Micro Bird, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15-063-RUC,Vehicle,25,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2006-2014 MB II, G5, and CT-Series transit buses manufactured January 1, 2006, to December 31, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Micro Bird will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 13, 2015. Owners may contact Micro Bird customer service at 1-819-477-2012, or Ricon Customer Service at 1-800-322-2884. Micro Bird's number for this recall is 15-063-RUC." -11/19/2015,15V772000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V772000),"Kingmor Supply, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,271,"Kingmor Supply, Inc. (Kingmor) is recalling certain model year 2005-2017 IC CE school buses manufactured September 1, 2005, to May 1, 2017, and modified to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Kingmor will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 18, 2015. Owners may contact Kingmor customer service at 1-800-782-4474, or Ricon Customer Service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/19/2015,15V773000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V773000),Coach and Equipment Mfg. Corp.,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15E-068,Vehicle,2029,"Coach & Equipment Mfg Corp. (Coach & Equipment) is recalling certain model year 2006-2014 Alley Cat, Condor LT, Metro Lite, Pegasus, and Phoenix transit buses manufactured January 1, 2006, to September 18, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Coach and Equipment will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 18, 2015. Owners may contact Coach & Equipment customer service at 1-800-724-8464, or Ricon Customer Service at 1-800-322-2884. Coach & Equipment's number for this recall is 15E-068. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/18/2015,15V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V765000),"Forest River, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,51-11102015-0108,Vehicle,813,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2014 Glaval Universal, Primetime, Sport, Titan, and Titan II transit buses manufactured January 1, 2006, to September 26, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Forest River will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 16, 2016. Owners may contact Forest River customer service at 574-343-5184 or Ricon Customer Service at 1-800-322-2884. Forest River's number for this recall is 51-11102015-0108." -11/18/2015,15V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V766000),"Forest River, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,51-11102015-0108,Vehicle,1001,"Foreest River, Inc. (Forest River) is recalling certain model year 2006-2014 Starcraft Xpress, Starquest, Starlite, Allstar, Allstar XL, MVP, Ultrastar, and XLT transit buses manufactured January 1, 2006, to September 26, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Forest River will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 16, 2015. Owners may contact Forest River customer service at 1-800-348-7440 or Ricon Customer Service at 1-800-322-2884. Forest River's number for this recall is 51-11102015-0108." -11/18/2015,15V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V767000),"Forest River, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,51-11102015-0108,Vehicle,43,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2014 Starcraft Prodigy and Quest school buses manufactured January 1, 2006, to September 26, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Forest River will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 16, 2015. Owners may contact Forest River customer service at 1-800-348-7440 or Ricon Customer Service at 1-800-322-2884. Forest River's number for this recall is 51-11102015-0108." -11/18/2015,15V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V768000),"Forest River, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,51-11102015-0108,Vehicle,5675,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2014 Elkhart ECII transit buses manufactured January 1, 2006, to September 26, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Forest River will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 16, 2015. Owners may contact Forest River customer service at 574-264-5179 ext. 102 or Ricon Customer Service at 1-800-322-2884. Forest River's number for this recall is 51-11102015-0108. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/18/2015,15V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V769000),"Corp. Micro Bird, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15-063-RUS,Vehicle,223,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2006-2014 MBII, G5, and T-Series school buses manufactured January 1, 2006, to December 31, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts built by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Micro Bird will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 11, 2015. Owners may contact Micro Bird customer service at 1-819-477-2012, or Ricon Customer Service at 1-800-322-2884. Micro Bird's number for this recall is 15-063-RUS." -11/17/2015,15V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V762000),Keystone RV Company,Exterior Folding Ladder may be Improperly Attached,EQUIPMENT,15-242,Vehicle,1756,"Keystone RV Company (Keystone) is recalling certain model year 2015-2016 Dutchmen Voltage recreational trailers manufactured August 6, 2014, to October 15, 2015. The affected vehicles may be equipped with an exterior folding ladder that is not properly secured to the vehicle wall.","If the ladder is not properly attached to the trailer, the ladder may detach while being used, increasing the risk of injury.","Keystone has notified owners, and dealers will inspect the trailers and install the appropriate fasteners to properly secure the ladder to vehicle wall, free of charge. The recall began on December 8, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-242." -11/17/2015,15E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E091000),M.B. Sturgis Inc.,Propane may Leak from Cracked Regulator Window,EQUIPMENT,100515 0012,Equipment,1456,"M.B. Sturgis Inc. (M.B. Sturgis) is recalling certain Auto Changeover Regulators Model Number 108260/108263 for propane gas cylinders manufactured May 1, 2015, to June 25, 2015. In the affected regulators, propane gas may leak into the plastic gas level indicator window causing it to degrade and crack.","If the indicator window cracks, propane gas may leak out, increasing the risk of a fire.","M.B. Sturgis has notified the recreational vehicle manufacturers that purchased the regulators and the RV manufacturers will conduct recalls to remove the regulators free of charge. The recall began on December 15, 2015. Owners may contact M.B. Sturgis customer service at 1-888-291-6665." -11/17/2015,15V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V761000),"Airstream, Inc.",Propane may Leak from Cracked Regulator Window,EQUIPMENT,NR (Not Reported),Vehicle,904,"Airstream, Inc. (Airstream) is recalling certain model year 2016 Classic, Flying Cloud, International, Sport, Eddie Bauer, and Land Yacht recreational trailers manufactured August 3, 2015, to November 13, 2015, and equipped with Auto Changeover Propane Gas Regulators. Propane gas may leak into the plastic gas level indicator window of the regulator causing it to degrade and crack.","If the indicator window cracks, propane gas may leak out, increasing the risk of a fire.","Airstream will notify owners, and dealers will replace the propane regulator and the required hoses, free of charge. The recall began on December 16, 2015. Owners may contact Airstream customer service at 1-937-596-6111 extension 7401 or 7411." -11/17/2015,15V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V764000),"Evergreen Recreational Vehicles, LLC",Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,1656,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2013-2015 Bayhill, Lifestyle, Amped, I-Go, Sun Valley, Element, Reactor, and Ever-Lite recreational vehicles manufactured June 1, 2013, to August 31, 2015, equipped with Atwood on-demand water heaters. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","EverGreen will notify owners, and dealers will install a hot water heater rework kit to remedy the safety risk, free of charge. The recall began on January 14, 2016. Owners may contact EverGreen customer service at 1-574-825-4298." -11/17/2015,15V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V763000),"Mobility Specialists, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,285,"Mobility Specialists, Inc. (Mobility Specialists) is recalling certain model year 2006-2014 Ford E-250, and E-350 vehicles modified to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack. Additionally, the affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator. Additionally, if the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Mobility Specialists will notify owners to take their vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on November 13, 2015. Owners may contact Mobility Specialists customer service at 1-877-777-5438, or Ricon customer service at 1-800-322-2884." -11/16/2015,15V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V759000),Hyundai Motor America,Brake Pedal Stopper Pad Deterioration,EXTERIOR LIGHTING,136,Vehicle,304900,Hyundai Motor America (Hyundai) is recalling certain model 2011-2012 Sonata vehicles. The brake pedal stopper pad can deteriorate allowing the brake light switch plunger to remain extended when the brake pedal is released.,"If the brake light switch plunger does not retract as it should when the brake pedal is not being pressed, the brake lights may stay illuminated preventing accurate communication to rearward following vehicles that the vehicle is slowing or stopping. Additionally, if the brake switch plunger is not retracted, then the transmission can be shifted out of PARK without depressing the brake pedal. Either condition increases the risk of a crash.","Hyundai will notify owners, and dealers will replace the brake pedal stopper pad with an improved part, free of charge. The recall began on January 6, 2016. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 136." -11/16/2015,15V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V756000),Hyundai Motor America,Rear Suspension Bolts may be Loose,POWER TRAIN,135,Vehicle,10800,"Hyundai Motor America (Hyundai) is recalling certain model year 2013-2015 Genesis Coupe vehicles manufactured December 28, 2011, to April 6, 2015, equipped with manual transmissions. In the affected vehicles, if the differential and the suspension rear crossmember were not properly aligned during vehicle assembly, the bolts that secure the differential may loosen.","If the rear differential loosens from its mounting position, the driveshaft may disconnect from the differential, resulting in a loss of propulsion and an increased risk of a crash.","Hyundai will notify owners, and dealers will verify the proper assembly of the differential, free of charge. The recall began on December 30, 2015. Owners may contact Hyundai's customer service at 1-855-671-3059. Hyundai's number for this recall is 135." -11/16/2015,15V755000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V755000),"Navistar, Inc.",Turbocharger Oil Supply Line Interference,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,60,"Navistar, Inc. (Navistar) is recalling certain model year 2014-2015 International TranStar vehicles manufactured March 5, 2013, to December 12, 2014, equipped with certain Cummins Westport ISL G engines manufactured September 13, 2007, to September 23, 2015. These engines have a turbocharger oil supply line that may contact or interfere with the turbocharger inlet elbow, clean air intake clamp, or the air fuel control tube, and result in an oil leak.",If the turbocharger oil supply line oil leaks in the proximity of the engine exhaust manifold there would be an increased risk of a fire.,"Navistar will notify owners, and dealers will inspect for oil supply line interference or damage, eliminating the interference and replacing the oil supply line, as necessary, free of charge. The recall began on November 23, 2015. Owners may contact Navistar customer service at 1-331-332-1590, or Cummins customer service at 1-800-343-7357." -11/16/2015,15V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V760000),Pierce Manufacturing,Unexpected Pressure Surge to Fire Hose,EQUIPMENT,74B252,Vehicle,186,"Pierce Manufacturing (Pierce) is recalling certain model year 2013-2015 Arrow XT, Quantum, Velocity, Impel, and Saber fire-fighting vehicles manufactured June 19, 2013, to July 31, 2014. The affected vehicles have fire hose water pressure regulators that may not respond consistently to operator input and, as a result, there may be an unexpected water pressure surge to the fire hose.",An unexpected surge in water pressure to the fire hose can increase the risk of injury to the hose operator or those nearby.,"Pierce will notify owners, and dealers will update the water pressure governor firmware, free of charge. The recall began on January 5, 2016. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B252." -11/16/2015,15V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V758000),"Winnebago Industries, Inc.",Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,257,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015-2016 Winnebago Journey and Adventurer motorhomes, and 2015 Itasca Meridian and Suncruiser motorhomes manufactured March 20, 2014, through November 6, 2015, and equipped with Atwood on demand water heaters, models OD45, OD50, and OD50CW. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator to scald themselves and increasing the risk of injury.","Winnebago will notify owners. The remedy for this recall is still under development. The recall began on January 26, 2016. Owners may contact Winnebago customer service at 1-641-585-3535, or Atwood customer service at 1-574-264-2131." -11/16/2015,15V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V757000),"Champion Bus, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15E-068,Vehicle,1338,"Champion Bus, Inc. (Champion) is recalling certain model year 2006-2015 Challenger, Defender, Crusader, American, American Coach, American Crusader, Corporal, CTS-FE, CTS-RE, HC American, Platinum Shuttle, and Stacked Rail transit buses manufactured January 1, 2006, to August 25, 2015, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Champion will notify owners, and Ricon will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 21, 2015. Owners may contact Champion customer service at 1-810-724-1753 extension 415, or Ricon customer service at 1-800-322-2884. Champion's number for this recall is 15E-068. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/13/2015,15V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V754000),"Daimler Trucks North America, LLC",Alternator Wiring Harness Incorrectly Routed,ELECTRICAL SYSTEM,FL-694,Vehicle,27,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016 Minotour DRW school buses manufactured February 2, 2015, to June 11, 2015. During relocation of the alternator, the wiring harness may have been rerouted incorrectly resulting in the power cable being strained. As a result, the power cable may become loose at the alternator terminal.","A loose power cable to alternator terminal nut may result in an electrical arc, increasing the risk of a fire.","DTNA will notify owners, Repairs will be performed by Daimler Trucks North America authorized service facilities. All affected vehicles have been repaired as of January 20, 2016. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-694." -11/13/2015,15V752000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V752000),Newmar Corporation,Engine Cooling Fan May Separate from Fan Drive,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,465,"Newmar Corporation (Newmar) is recalling certain model year 2004-2007 Essex motorhomes manufactured March 24, 2003, to March 7, 2007, and 2005-2007 London Aire motorhomes manufactured May 30, 2005, to October 23, 2006, and 2007-2008 Mountain Aire motorhomes manufactured January 19, 2006, to February 27, 2007. In the affected vehicles, the engine cooling fan may separate from the fan drive while the fan is spinning.","If the engine area is open and the cooling fan and detaches, someone nearby may be injured.","Newmar will notify owners, and Spartan dealers will replace the fan and fan drive system, free of charge. The recall began on December 1, 2016. Owners may contact Newmar service department at 1-800-731-8300 or Spartan Chassis at 1-800-543-4277." -11/13/2015,15C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15C004000),"Graco Children's Products, Inc.",Missing Information on Label/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,8240,"Graco Children's Products Inc. (Graco) is recalling certain Milestone child seats, model numbers 1910130, 1923980, 1926538, and 1926539, for failing to comply with the requirements of Federal Motor Vehicle Safety Standard number 213, ""Child Restraint Systems."" The affected child seat have labels that are missing the required phrase ""Secure this child restraint with the vehicle's child restraint anchorage system (LATCH) if available or with a vehicle belt.""",An improperly secured child seat may increase the risk of injury in the event of a crash.,"Graco will notify owners and provide them with new labels that contain all of the required information, free of charge. The recall began on October 21, 2016. Owners may contact Graco customer service at 1-800-345-4109." -11/13/2015,15V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V753000),"Trails West Manufacturing of Idaho, Inc.","Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,279,"Trails West Manufacturing of Idaho, Inc. (Trails West) is recalling certain model year 2015-2016 Santa Fe, Santa Fe II, Classic, Classic II, Sierra, Sierra II, Royale, Sierra Select, RPM BP, and Hot Shot trailers manufactured February 18, 2015, to August 25, 2015, and equipped with 3500lb-capacity torsion model axles. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","Trails West will notify owners, and dealers will replace any suspect axles, free of charge. The recall began on December 9, 2015. Owners may contact Trails West customer service at 1-208-852-2200." -11/13/2015,15V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V751000),REV Recreation Group,Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,15,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2016 Fleetwood Southwind 34A, 36L, and 32VS motorhomes equipped with Atwood Model 0D50 on-demand water heaters. In the affected vehicles, the on-demand water heaters have a gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","ARG will notify owners and Atwood will provide a remedy for the hot water heater free of charge. The recall began on January 27, 2016. Owners may contact ARG customer service at 1-800-509-3417 or Atwood customer service at 1-574-264-2131." -11/12/2015,15E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E090000),Specialty Manufacturing Co.,Stop Arm Reflective Decal May be Loose/FMVSS 131,EQUIPMENT,NR (Not Reported),Equipment,3796,"Specialty Manufacturing Co. (Specialty) is recalling certain Transpec T6000, T6100, and T7000 series school bus stop arms manufactured May 1, 2015, to October 18, 2015. The affected stop arms have a reflective decal that may peel loose from the stop arm. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 131, ""School Bus Pedestrian Safety Devices.""","Without a reflective decal, the stop arms would have reduced visibility to other drivers, increasing the risk of a crash.","Specialty will notify the bus manufacturers that purchased the affected stop arms, and their dealers will replace the stop arm blade assembly, free of charge. The recall began on December 17, 2015. Owners may contact Specialty customer service at 1-800-951-7867." -11/12/2015,15V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V747000),Newmar Corporation,Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Vehicle,90,"Newmar Corporation (Newmar) is recalling certain model year 2014-2016 Canyon Star motorhomes manufactured September 10, 2013, to August 18, 2015 and equipped with Atwood on-demand water heaters. In the affected vehicles, the water heater valve may not be properly set and, as a result, the water and gas valve may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Newmar will notify owners, and dealers will install a remedy kit to eliminate the scald hazard, free of charge. The recall began on December 8, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -11/12/2015,15V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V748000),Goshen Coach,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1442,"Goshen Coach (Goshen) is recalling certain modle year 2006-2015 Pacer, Pacer LS, Pacer LTD, GCII, Impulse, Connection, Commander, G-Force, G-Force Access, G-Force LTD, Sentinel, Sentinel UC, and Mainstream Low Floor buses manufactured January 1, 2006, to October 19, 2015, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Goshen will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on November 23, 2015. Owners may contact Goshen customer service at 1-574-970-6300, or Ricon Customer Service at 1-800-322-2884. Note: These vehicles and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/12/2015,15V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V749000),"Winnebago Industries, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"Winnebago Industries, Inc. (Winnebago) is recalling one model year 2008 Aspect, one model year 2010 Vista and one model year 2012 Vista recreational vehicle, each equipped with wheelchair lifts manufactured by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Winnebago will notify owners to contact Ricon and dealers can inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on November 17, 2015. Owners may contact Ricon Customer Service at 1-800-322-2884. Note: These vehicles and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/12/2015,15V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V750000),Eldorado National-Kansas,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2978,"Eldorado National- Kansas (Eldorado) is recalling certain model year 2006-2015 Aerotech, AeroElite, Aerolite, Advantage, Transtech, and Krystal shuttle buses and model year 2006-2014 VersaShuttle shuttle buses manufactured January 1, 2006, to August 25, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Eldorado will notify owners, and Ricon will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 15, 2015. Owners may contact Eldorado customer service at 1-785-827-1033, or Ricon Customer Service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/10/2015,15V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V743000),Van Hool N.V.,Air Brake Release Timing/FMVSS 121,"SERVICE BRAKES, AIR",P786 - SB1326,Vehicle,48,"Van Hool is recalling certain model year 2015-2016 TD925 vehicles manufactured May 13, 2015, to October 22, 2015, and 2015-2016 TDX25 vehicles manufactured December 23, 2014, to October 22, 2015. In the affected vehicles, the air brakes may take an excessive amount of time to release. As such, the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 121, ""Air Brake Systems.""","A delay in releasing the brake could cause the brakes to drag and cause premature wear of the brake linings. Under certain conditions, excessive brake drag could contribute to heat build-up within the foundation brake assembly resulting in degradation of braking power. Heat buildup in the foundation of the brake assembly can result in a fire. Degradation of braking power can increase the risk of a crash.","Van Hool's designated agent, ABC Bus, Inc. (ABC Bus), will notify Van Hool motorcoach owners, and ABC Bus dealers will correct the air brake connections, free of charge. The recall began on July 28, 2016. Owners may contact ABC Bus at 1-877-427-7278. Van Hool's number for this recall is P786." -11/10/2015,15V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V746000),Shyft Group,Driveshaft may Disconnect,POWER TRAIN,15026,Vehicle,23,"Spartan Motors USA (Spartan) is recalling certain model year 2014-2015 MetroStar Chassis cabs built for Emergency Response use and ILAV Chassis cabs for Department of Defense use, manufactured December 9, 2014 to June 3, 2015 and equipped with certain drive axles manufactured by Marmon-Herrington. The affected axles have hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Spartan will notify owners and dealers will inspect the hex nuts, tightening them as necessary, free of charge. The recall began on December 16, 2015. Owners may contact Marmon Herrington customer service at 1-517-543-6400 or contact Spartan customer service at 1-800-543-4277." -11/10/2015,15V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V745000),Thor Motor Coach,Electric Entry Steps may be Unstable,EQUIPMENT,RC000111,Vehicle,12656,"Thor Motor Coach (Thor) is recalling certain model year 2011-2016 Thor Challenger, Thor Citation, Thor Hurricane, Thor Tuscany, Thor Windsport, 2011-2012 Thor Astoria, Thor Avanti, Thor Chateau, 2011-2014 Thor Daybreak, 2011-2015 Thor Outlaw, Thor Siesta, 2014-2015 Thor Miramar, 2012 Thor Four Winds, 2008-2011 Damon Astoria, Damon Daybreak, Damon Outlaw, Damon Tuscany, 2008-2012, Damon Challenger, 2008-2010 Damon Essence, 2009-2011 Damon Avanti, Four Winds Chateau, Four Winds Citation, Four Winds Four Winds, Four Winds Hurricane, Four Winds Siesta, Four Winds Windsport, 2009-2010 Four Winds Dorado, Four Winds Dutchmen, Four Winds Magellan, Four Winds Mandalay and 2009 Four Winds Fun Mover, and Four Winds Presidio motorhomes. The affected vehicles are equipped with certain Lippert-brand Coachstep Double and Triple Electric Steps. These steps use a bolt to attach the fan gear assembly to the steps. This bolt may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Thor will notify owners, and dealers will install a retainer bracket to reinforce the operating mechanism and replace all of the affected bolts, free of charge. The recall began on January 6, 2016. Owners may contact Thor customer service at 1-877-855-2867. Thor's number for this recall is RC000111." -11/10/2015,15V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V742000),"Forest River, Inc.",Parking Brake may not Function Properly,PARKING BRAKE,310-10282015-0103,Vehicle,13,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Coachmen Mirada motorhomes, model MDA31FWF, manufactured August 21, 2015, to October 2, 2015. In the affected vehicles, the parking brake actuator may be out of calibration causing the parking brake system to not properly hold the vehicle even with the parking brake pedal fully depressed. Additionally, the parking brake may not disengage completely when the parking brake pedal is released.","If the parking brake does not fully engage, the vehicle may unexpectedly roll, increasing the risk of personal injury or a crash. A parking brake that drags may result in a wheel end fire.","Forest River will notify owners, and Ford dealers will replace the parking brake foot pedal pedal assembly, free of charge. The recall began on December 9, 2015. Owners may contact Forest River customer service at 1-574-293-1581. Forest River's number for this recall is 310-10282015-0103." -11/10/2015,15V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V744000),"Maserati North America, Inc.",Passenger Side Door Latch Not Heat Treated,LATCHES/LOCKS/LINKAGES,292,Vehicle,135,"Maserati North America, Inc. (Maserati) is recalling certain model year 2016 GranTurismo and GranTurismo Convertibles manufactured June 24, 2015, to September 2, 2015. The affected vehicles were built with passenger side door latch components that were not heat treated.","If the door latch was not heat treated, in the event of a crash, the door latch may fail allowing the door to open, increasing the risk of injury.","Maserati will notify owners, and dealers will replace the passenger side door latch assembly, free of charge. The recall began on November 30, 2015. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 292." -11/09/2015,15V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V741000),"Forest River, Inc.",Incorrect Tire Size on Federal Placard/Part 567,EQUIPMENT,37-11052015-0106,Vehicle,67,"Forest River, Inc. (Forest River) is recalling certain model year 2010-2016 Surveyor recreational trailers, models SVT243RBS and ORSVT243RBS. The affected vehicles have Federal Certification Placards that list an incorrect tire and rim size from what is actually installed on the vehicle. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator installs tires that are the size that is indicated on the placard, it can cause poor vehicle handling, increasing the risk of a crash.","Forest River will notify owners and mail them a corrected Federal placard label, free of charge. The recall began on December 2, 2015. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 37-11052015-0106." -11/09/2015,15V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V739000),"BMW of North America, LLC",Replacement Passenger Seat Cushions/Air Bag Coding,AIR BAGS,NR (Not Reported),Vehicle,38,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2015 MINI Cooper Hardtop 2 door vehicles manufactured February 25, 2014, to May 16, 2015, 2014-2015 MINI Cooper S Hardtop 2 door vehicles manufactured March 28, 2014, to May 9, 2015, 2015 MINI Cooper Hardtop 4 door vehicles manufactured October 17, 2014, to June 2, 2015, and 2015 MINI Cooper S Hardtop 4 door vehicles manufactured November 24, 2014, to June 11, 2015. During a service appointment, the affected vehicles received replacement front passenger seat cushions (which contain integral Capacitive Interior Sensing (CIS) functions). The CIS functions may have been incorrectly calibrated, and if so, would cause impaired occupant classification and thus inappropriate air bag activation/deactivation.",Inappropriate air bag activation/deactivation can increase the risk of occupant injury in the event of a vehicle crash.,"MINI will notify owners, and dealers will inspect and, if necessary, replace the front passenger seat cushion, free of charge. The recall began on December 28, 2015. Owners may contact MINI customer service at 1-866-825-1525 ." -11/09/2015,15E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E089000),"SynTec Seating Solutions, LLC",Seats may Tilt Rearward in a Crash/FMVSS 222,SEATS,TMS100,Equipment,3585,"SynTec Seating Solutions, LLC (SynTec) is recalling certain S3B Track Mounted Seats in 30"", 36"", 39"" and 45"" widths, manufactured August 24, 2014, to October 23, 2015. In the event of a severe rear-end collision, the seats may tilt rearward. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a severe rear-end collision, the seats may tilt rearward and result in injuries to the passenger's knees and/or impede the exiting of the bus.","SynTec will notify the manufacturer that purchased the seats, and dealers for that manufacturer will replace install a toe-clamp on the front feet of the S3B track mounted seats, free of charge. The recall began on January 21, 2016. Owners may contact SynTec customer service at 1-336-862-7509. SynTec's number for this recall is TMS100." -11/09/2015,15V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V740000),PACCAR Incorporated,Trucks can Exceed Speed Rating of Front Tires,TIRES,1115P,Vehicle,1876,"PACCAR Incorporated (PACCAR) is recalling certain model year 2009-2010 Peterbilt 340, 2010, 2012, and 2015-2016 Peterbilt 337, 2010 Peterbilt 335, 2011-2016 Peterbilt 348, 2009 and 2011-2016 Peterbilt 365, 2009 and 2012-2013 Peterbilt 386, 2009-2015 Peterbilt 388, 2015-2016 Peterbilt 389, and 2015 Peterbilt 567 auto hauler vehicles. The affected trucks are equipped with Michelin 295/60R22.5 XZA-2 front tires that have a speed rating less than the vehicle is governed to.","Higher vehicle speeds and other factors such as tire load and road temperatures may result in premature tire failure, increasing the risk of a crash.","Peterbilt will notify owners, and dealers will reprogram the engine's vehicle speed parameters to limit the maximum vehicle speed to the tire speed rating, free of charge. The recall began on January 4, 2016. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 1115P." -11/06/2015,15V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V737000),Outdoors RV Manufacturing,Electrical Wires and LP Hoses may be Pinched,ELECTRICAL SYSTEM,2015-001,Vehicle,99,"Outdoors RV Manufacturing (Outdoors) is recalling certain model year 2015-2016 Glacier Peak and Timber Ridge trailers, 2016 Wind River and Black Stone trailers. The affected vehicles may have inadequately secured liquid propane (LP) hoses and electrical wires allowing them to be pinched or scraped during movement of the kitchen slide-out room.","If the wires or lines get pinched or scraped, the wires may short or the LP lines may leak. Either condition increases the risk of a fire.","Outdoors will notify owners, and dealers will inspect the LP line and electrical wires, securing them as necessary. Any damaged wires or hoses will be replaced. These repairs will be performed free of charge. The recall began on December 4, 2015. Owners may contact Outdoors customer service at 1-541-624-5500. Outdoors number for this recall is 2015-001." -11/05/2015,15V733000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V733000),"Nissan North America, Inc.",Front Brake Caliper Mounting Bolts may be Loose,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,119,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Altima and 2016 Maxima vehicles manufactured October 6, 2015, to October 7, 2015. The affected vehicles have front brake calipers whose mounting bolts may not be properly tightened.","If the bolts were not properly tightened, the caliper may detach and reduce braking ability, increasing the risk of a crash.","Nissan will notify owners, and dealers will check the brake caliper mounting bolts, tightening them as necessary, free of charge. The recall began on December 14, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -11/05/2015,15V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V735000),Nova Bus (US) Inc.,Passenger Counter Location Causing Pinch Hazard,STRUCTURE,CR3492 and CR3493,Vehicle,304,Nova Bus (Nova) is recalling certain model year 2010-2015 Nova LFS and 2013-2015 LFS Artic transit buses. The affected vehicles are equipped with an optical sensor for the passenger counter system whose location may result in a passenger's arm being pinched between the passenger counter housing and the door.,A passenger could be injured if their arm is caught in the door.,"Nova will notify owners, and dealers will install a longer protective cover over the passenger counter system and add a warning label, free of charge. The recall began on November 23, 2015. Owners may contact Nova customer service at 1-800-350-6682. Nova's numbers for this recall are CR3492 and CR3493." -11/05/2015,15V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V732000),Collins Bus Corporation,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2980,"Collins Bus Corporation (Collins) is recalling certain model year 2006-2016 Collins and Mid Bus DE416WR, DH416WR, and DH516WR school buses manufactured January 1, 2006, to February 4, 2016, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Collins will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 21, 2015. Owners may contact Collins customer service at 1-800-533-1850, or Ricon Customer Service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/05/2015,15V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V734000),"Dodgen Industries, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"Dodgen Industries, Inc. (Dodgen) is recalling certain model year 2006-2014 Mobility RV's manufactured January 1, 2006, to November 24, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured January 1, 2006, to August 25, 2014 by Ricon. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Dodgen will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 1, 2015. Owners may contact Dodgen customer service at 1-515-332-3755, or Ricon Customer Service at 1-800-322-2884. Note: These recreational vehicles and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/04/2015,15V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V729000),Mobility Works (WMK Inc.),Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,15E-068,Vehicle,667,"MobilityWorks (WMK Inc.) is recalling certain model year 2006-2014 Ford E-150, E-250, and E-350 vans modified by MobilityWorks to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","MobilityWorks will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 15, 2015. Owners may contact MobilityWorks customer service at 1-800-769-8267, or Ricon Customer Service at 1-800-322-2884. Note: These vehicles and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/04/2015,15V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V730000),Blue Bird Body Company,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,R15YI-SB,Vehicle,5114,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2007-2015 All American, Vision, 2007-2011 Micro Bird, and 2007-2008 Conventional school buses, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured January 1, 2006, to August 25, 2014 by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Blue Bird will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 1, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242, or Ricon Customer Service at 1-800-322-2884." -11/04/2015,15V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V731000),Blue Bird Body Company,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,R15YI-NSB,Vehicle,90,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2007-2015 All American and Vision and 2007-2011 Micro Bird transit buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured January 1, 2006, to August 25, 2014 by the Ricon Corporation. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Blue Bird will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 1, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242, or Ricon Customer Service at 1-800-322-2884." -11/03/2015,15V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V727000),Newmar Corporation,ABS Modulator Valve may Fracture due to Contact,SUSPENSION,13V 392,Vehicle,60,"Newmar Corporation (Newmar) is recalling certain model year 2012-2013 Essex recreational vehicles manufactured March 22, 2011, to January 8, 2013, and 2012 King Aire recreational vehicles manufactured March 22, 2011, to March 31, 2011, and built on a Spartan Motors chassis. Due to contact with the steering relay rod, the ABS modulator valve may fracture resulting in air not being applied to the affected wheel's air brakes.",This may lengthen the distance needed to stop the vehicle or cause the vehicle to pull to one side when braking. Either condition increases the risk of a crash.,"Spartan will notify owners on Newmar's behalf and Spartan dealers will reorient the ABS modulator valve and install spacers for additional clearance, free of charge. The recall began on November 30, 2015. Owners may contact Newmar customer service at 1-800-731-8300, or Spartan customer service at 1-517-543-6400. Newmar's number for this recall is 13V 392." -11/03/2015,15V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V725000),Prevost Car (US) Inc.,Front Suspension Mounting Studs may Break,SUSPENSION,SR15-52,Vehicle,7,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2016 X3-45 VIP, H3-45 VIP, and H3-45 coaches manufactured June 17, 2015 to August 14, 2015. Studs that attach the independent front suspension to the vehicle frame may fail and allow a front wheel to turn unexpectedly.",A wheel that turns unexpectedly may cause a loss of vehicle control and increase the risk of a crash.,"Prevost will notify owners, and dealers will replace the affected studs, free of charge. The recall began on November 24, 2015. Owners may contact Prevost customer service at 1-866-870-2046. Prevost's number for this recall is SR15-52." -11/03/2015,15V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V726000),"Forest River, Inc.",Transmission can Shift Without Pressing Brake,POWER TRAIN,51-10302015-0105,Vehicle,217,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Forest River FR3 and Georgetown, and Coachmen Mirada and Pursuit recreational vehicles manufactured August 7, 2015, to October 22, 2015. Due to an incorrect shift cable bracket and an improper shift cable adjustment, the affected vehicles can be shifted out of 'PARK' without applying the brakes.","If the vehicle can be shifted into reverse without the brakes being applied, the vehicle may unintentionally move, increasing the risk of a crash.","Forest River will notify owners, and Ford dealers will replace the transmission shift control bracket and adjust the transmission shift cable, free of charge. The recall began on December 3, 2015. Owners may contact Forest River at 1-800-392-3673. Forest River's number for this recall is 51-10302015-0105." -11/03/2015,15V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V728000),Toyota Motor Engineering & Manufacturing,Unexpected Braking due to Pre-Collision System,FORWARD COLLISION AVOIDANCE,"F1V, F2E",Vehicle,30812,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2013-2015 Avalon and Avalon Hybrid vehicles manufactured October 19, 2012 to October 27, 2015 and 2013-2015 Lexus ES350 and ES300h vehicles manufactured June 18, 2012 to July 6, 2015. The affected vehicles are equipped with a Pre-Collision System (PCS) as optional equipment. In these vehicles, the PCS may unexpectedly activate and apply the brakes when the radar detects a steel joint or plate in the roadway as an object.",A vehicle that unexpectedly brakes increases the risk of a crash.,"Toyota will notify owners, and dealers will replace certain PCS components, free of charge. The recall began on July 28, 2016. Owners may contact Toyota at 1-888-270-9371. Toyota's numbers for this campaign are F1V and F2E." -11/03/2015,15V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V724000),Diamond Coach Corporation,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,49,"Diamond Coach Corporation (Diamond) is recalling certain model year 2006-2011 VIP and PT 2000, 2200, 2500, 2800, 3200, and 3201 transit buses manufactured January 1, 2006, to December 31, 2011, and equipped with certain Ricon model S2010 and S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Diamond will notify owners, and owners will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 17, 2015. Owners may contact Diamond customer service at 1-620-795-2191, or Ricon Customer Service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -11/02/2015,15V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V723000),Kovatch Mobile Equipment Corp.,Driveshaft may Disconnect,POWER TRAIN,NR (Not Reported),Vehicle,3,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2016 Predator and Severe Service vehicles manufactured May 8, 2015, to October 1, 2015, and equipped with certain drive axles manufactured by Marmon-Herrington. The affected axles are equipped with hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","KME will notify owners, and dealers will inspect the hex nuts, tightening them as necessary, free of charge. The recall began on November 20, 2015. Owners may contact KME customer service at 1-800-235-3926." -11/02/2015,15V720000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V720000),"McNeilus Truck & Manufacturing, Inc.",Hydraulic Test Port Tube Failure Causing Fire,ENGINE,VSR-TSB-014,Vehicle,730,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2012-2015 Atlantic, Pacific, Contender, and Ultra front loader refuse trucks manufactured March 2, 2012, to October 14, 2015 and equipped with an optional hydraulic test port tube to check hydraulic system pressures and taking hydraulic fluid samples. This tube may crack or break and allow hydraulic fluid to contact hot exhaust and turbo components.",Hydraulic fluid contacting hot exhaust and turbo components increases the risk of a fire.,"McNeilus will notify owners, and dealers will remove the optional hydraulic test port tube, and cap off the hydraulic test inlet port, free of charge. The recall began on December 16, 2015. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is VSR-TSB-014." -11/02/2015,15V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V721000),Indian Motorcycle Company,Loss of Rear Brakes,"SERVICE BRAKES, HYDRAULIC",I-15-04,Vehicle,7611,"Indian Motorcycle Company (Indian) is recalling certain model year 2015-2016 Chief Classic, Chief Vintage, Chieftain, Roadmaster, and 2016 Dark Horse motorcycles manufactured January 2, 2015, to October 23, 2015. Due to a problem with the rear brake master cylinder, the motorcycles may have a reduction in, or a complete loss of, rear brake power.","A full or partial loss of rear braking power may lengthen the distance needed to slow or stop the motorcycle, increasing the risk of a crash.","Indian will notify owners, and dealers will replace the rear brake master cylinder piston assembly, free of charge. The recall began on November 5, 2015. Owners may contact Indian customer service at 1-877-204-3697. Indian's number for this recall is I-15-04." -11/02/2015,15V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V722000),"Transportation Collaborative, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,188,"Transportation Collaborative, Inc. (Transportation Collaborative) is recalling certain model year 2006-2015 Trans Tech Student Safety Transporter, ST Aero, and Roadster school buses manufactured January 1, 2006, to April 21, 2014, and equipped with certain Ricon model S2005, S2010, S5005, S5010, S5505, S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Transportation Collaborative will notify owners, and owners will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 17, 2015. Owners may contact Transportation Collaborative customer service at 1-845-988-0419, or Ricon customer service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -10/30/2015,15V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V718000),"BMW of North America, LLC",Bent Left Rear Seat Inboard Anchor/FMVSS 225,CHILD SEAT,NR (Not Reported),Vehicle,7162,"BMW of North America, LLC (BMW) is recalling certain model year 2016 528i, 528i xDrive, 535i, 535i xDrive, 535d xDrive, M5, 550i, 550i xDrive, and 535d sedans. The affected vehicles have an inboard lower anchor for child restraints on the left rear seat that may have been bent downwards, preventing the child seat from fully engaging both lower anchors. As such, these vehicles may fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","If the child seat is not properly attached to the lower anchors, it can increase the child's risk of injury in the event of a crash.","BMW will notify owners, and dealers will inspect and, if necessary, repair the inboard lower anchor on the left rear seat, free of charge. The recall began on December 28, 2015. Owners may contact BMW customer service at 1-800-525-7417." -10/30/2015,13V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V544000),"General Motors, LLC",Compressed Natural Gas (CNG) Label/FMVSS 303,EQUIPMENT,13365,Vehicle,1808,"General Motors (GM) is recalling certain model year 2013-2014 Chevrolet Silverado HD, Chevrolet Express, and GMC Sierra HD vehicles, and model year 2013 GMC Savana compressed natural gas (CNG) vehicles that fail to comply with Federal Motor Vehicle Safety Standard No. 303 ""Fuel System Integrity of Compressed Natural Gas Vehicles."" In the affected vehicles, the text of the CNG fuel-only label is smaller than the required size, and as a result, may be less noticeable.","Text that does not conform to the required labeling size could inhibit fuel tank inspection practices and safe refueling, increasing the risk of a fire.","GM will notify owners and will send them a replacement label, free of charge. The recall began December 3, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 13365." -10/30/2015,15V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V717000),"Porsche Cars North America, Inc.",Leak from Low Pressure Fuel Line,"FUEL SYSTEM, GASOLINE",AF06,Vehicle,21835,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015-2016 Macan S vehicles manufactured March 27, 2014, to October 27, 2015, and 2015-2016 Macan Turbo vehicles manufactured March 5, 2014, to October 27, 2015. The affected vehicles have a low pressure fuel line in the engine compartment that may leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Porsche will notify owners, and dealers will install an improved low pressure fuel line, free of charge. Parts are not currently available. Porsche mailed an interim notification to owners on November 9, 2015 and will mail a second notice when parts are available. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AF06." -10/30/2015,15V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V719000),Thor Motor Coach,Transmission can Shift Without Pressing Brake,POWER TRAIN,RC000110,Vehicle,209,"Thor Motor Coach (TMC) is recalling certain model year 2016 Ace, Challenger, Hurricane, Miramar, Outlaw, and Windsport vehicles manufactured July 14, 2015, to October 16, 2015. Due to an incorrect shift cable bracket and an improper shift cable adjustment, the affected vehicles can be shifted out of 'PARK' without applying the brakes.","If the vehicle can be shifted into reverse without the brakes being applied, the vehicle may unintentionally move, increasing the risk of a crash.","Ford will notify owners on TMC's behalf, and Ford dealers will replace the transmission shift control bracket and adjust the transmission shift cable, free of charge. The recall began on November 12, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000110." -10/29/2015,15V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V714000),Honda (American Honda Motor Co.),Driver Side Air Bag Inflator may Rupture,AIR BAGS,JV9,Vehicle,515,"American Honda Motor Company, Inc. (Honda) is recalling certain model year 2016 CR-V vehicles manufactured October 12, 2015, to October 19, 2015. The metal housing surrounding the driver's air bag inflator in these vehicles may have been manufactured incorrectly.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Honda will notify owners, and dealers will replace the driver side frontal air bag module, free of charge. The recall began in November 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda'a number for this recall is JV9." -10/29/2015,15V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V716000),"Eldorado National- California, Inc.",Electrical Door Actuator May Catch Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,58,"Eldorado National-California, Inc. (Eldorado National) is recalling certain model year 2009-2010 Passport buses manufactured April 2, 2009, to June 30, 2010 and equipped with A&M Systems-brand door actuators. Voltage spikes may damage electrical components and electrical circuits, causing the actuator's circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Eldorado National will notify owners, and dealers will replace the affected circuit boards, free of charge. The recall began on December 2, 2015. Owners may contact Eldorado National customer service at 1-909-591-9557." -10/29/2015,15V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V715000),"Eldorado National- California, Inc.",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,18,"Eldorado National-California, Inc. (Eldorado National) is recalling certain model year 2006-2007 MST and Transmark vehicles manufactured January 1, 2006, to December 30, 2007, and equipped with certain Ricon model S2005, S2010, S5005, S5010, S5505, S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Eldorado National-California will notify owners, and Ricon dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on December 2, 2015. Owners may contact Eldorado National customer service at 1-909-591-9557 or Ricon Customer Service at 1-800-322-2884. Note: These buses and wheelchair lifts were subject to a similar recall in 2014. All vehicles that received that recall remedy are still affected by this recall as well." -10/28/2015,15E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E088000),"Adient, PLC",Missing J-Bracket Welds on Bus Operator Seat,SEATS,NR (Not Reported),Equipment,17280,"Johnson Controls, Inc. (Johnson Controls) is recalling certain Recaro Ergo-M Commercial Bus Driver Seats, part number AM 80-Ergo M, manufactured April 5, 2010, to October 14, 2015. The affected seats have J-Brackets that may be missing welds which could allow the seat belt anchorage assembly to separate from the J-Bracket.","If the seatbelt anchorage assembly separates from the J-Bracket, the bus driver may not be properly restrained in the event of a crash increasing their risk of injury.","Johnson Controls will notify the bus manufacturers that purchased the affected seats. Their dealers will inspect the seats to determine if welds are missing. Any J-Bracket that is missing welds will be removed and replaced, free of charge. The recall began on December 9, 2015. Owners may contact Johnson Controls customer service at 1-248-484-3203." -10/28/2015,15V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V713000),Newmar Corporation,Transmission can Shift Without Pressing Brake,POWER TRAIN,15S25,Vehicle,93,"Newmar Corporation (Newmar) is recalling certain model year 2016 Bay Star Sport, Bay Star, and Canyon Star vehicles manufactured July 8, 2015, to September 23, 2015. Due to an incorrect shift cable bracket and an improper shift cable adjustment, the affected vehicles can be shifted out of 'PARK' without applying the brakes.","If the vehicle can be shifted into reverse without the brakes being applied, the vehicle may unintentionally move, increasing the risk of a crash.","Newmar will notify owners, and Ford dealers will replace the transmission shift control bracket and adjust the transmission shift cable, free of charge. The recall began on November 13, 2015. Owners may contact Newmar customer service at 1-800-731-8300. Newmar's and Ford's number for this recall is 15S25." -10/27/2015,15V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V711000),"Mercedes-Benz USA, LLC",Air Bag Control Unit may Corrode and Malfunction,AIR BAGS,2015110002,Vehicle,127504,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2008-2009 C300 Sedan, C300 4Matic, C63 AMG, and C350 vehicles, and 2010 GLK350 and GLK350 4Matic vehicles. Due to a manufacturing error, the air bag control unit may corrode and cause the control unit to malfunction.","The malfunctioning air bag control unit may cause the air bags to unexpectedly deploy increasing the risk of injury and the possibility of a vehicle crash. Alternatively, the air bag control unit malfunction may cause the air bags to not deploy in the event of a crash necessitating air bag deployment, increasing the risk of occupant injury.","MBUSA will notify owners, and dealers will inspect the air bag control unit and replace it, as necessary, free of charge. Mercedes-Benz issued an interim notification to owners on December 23, 2015. The recall began on March 14, 2016. Owners may contact MBUSA customer service at 1-800-367-6372." -10/27/2015,15V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V710000),Ford Motor Company,Brake Controller may not Activate Trailer Brakes,ELECTRICAL SYSTEM,15S32,Vehicle,65,"Ford Motor Company (Ford) is recalling certain model year 2016 E-350 and E-450 vehicles manufactured November 3, 2014, to September 1, 2015, and equipped with a 6.8L engine and an optional trailer brake controller. In the affected vehicles, the trailer brake controller may not actuate the trailer brakes.","If the trailer brakes are not activated when the towing vehicle is slowing down, the distance needed to stop the vehicle may be lengthened, increasing the risk of a crash.","Ford will notify owners, and dealers will reprogram the powertrain control module, free of charge. The recall began on November 10, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S32." -10/27/2015,15V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V712000),Ford Motor Company,Fuel Tank may Leak Due to Corrosion,"FUEL SYSTEM, GASOLINE",15S31,Vehicle,110636,"Ford Motor Company (Ford) is recalling certain model year 2009-2010 Ford Edge vehicles manufactured September 11, 2008, to July 1, 2010, and Lincoln MKX vehicles manufactured September 23, 2008, to July 1, 2010, originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Due to corrosion from salt water exposure such as from road salt use, the affected vehicles may leak fuel from the fuel tank seam weld under the tank mounting reinforcement brackets.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford will notify owners, and dealers will inspect the vehicles and either clean and treat the fuel tank with a corrosion preventative or replace the tank, free of charge. The recall began on May 10, 2016. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S31." -10/27/2015,15V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V709000),"Mercedes-Benz USA, LLC",Rear Drive Shaft may Loosen and Separate,POWER TRAIN,MFR ID Code,Vehicle,52,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2016 GLE450 AMG 4Matic coupes and GLE63 AMG S 4Matic coupes manufactured December 10, 2014, to April 29, 2015. The affected vehicles may be equipped with rear drive shaft bolt fasteners that may loosen and result in the rear drive shaft separating from the transmission or the rear axle differential.","If the drive shaft separates, the vehicle will stall, increasing the risk of a vehicle crash.","MBUSA will notify owners, and dealers will inspect the bolt fasteners, tightening them as necessary, free of charge. The recall is expected to begin in mid-November 2015. Owners may contact MBUSA customer service at 1-800-367-6372." -10/27/2015,15V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V708000),Fontaine Trailer Company,Welds for Structural Member may Crack,STRUCTURE,Slider Enhancement,Vehicle,552,"Fontaine Trailer Company (Fontaine) is recalling certain model year 2014-2016 Revolution flat trailers manufactured September 30, 2013, to September 28, 2015. The affected trailers have welds that may crack where the structural support member attaches to the frame hanger.","If the welds crack, the structural member may also crack and the structural support member may separate from the frame hanger resulting in a failure of the slider box, which could increase the risk of a crash.","Fontaine will notify owners, and dealers will inspect the trailers and repair any cracks, as necessary. Additional reinforcing components will also be added. These repairs will be performed free of charge. The recall began on December 15, 2015. Owners may contact Fontaine customer service at 1-205-485-1300. Fontaine's name for this recall is ""Slider Enhancement.""" -10/26/2015,15V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V706000),Pierce Manufacturing,Driveshaft may Disconnect,POWER TRAIN,74B266,Vehicle,5,"Pierce Manufacturing (Pierce) is recalling certain model year 2015-2016 Arrow XT, Velocity, Enforcer, and Saber vehicles manufactured November 20, 2014, to September 29, 2015. The affected vehicles are equipped with front drive axles whose hex nuts on the flange yoke may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Pierce will notify owners, and dealers will inspect the hex nuts, tightening them as necessary, free of charge. The recall began on November 12, 2015. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B266." -10/26/2015,15V701000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V701000),"General Motors, LLC",Engine Oil Dripping On Manifold may Cause Fire,ENGINE AND ENGINE COOLING,15757,Vehicle,1003556,"General Motors LLC (GM) is recalling certain model year 1998-1999 Chevrolet Lumina and Oldsmobile Intrigue, 1997-2004 Buick Regal and Pontiac Grand Prix, 2000-2004 Chevrolet Impala, and 1998-2004 Chevrolet Monte Carlo vehicles. The affected vehicles were previously repaired under recalls 08V-118, 09V-116, and 15V-201 to address the possibility that engine oil may drip onto the hot exhaust manifold.",Engine oil that drips onto the hot surface of the exhaust manifold may result in a fire.,"The remedy applied under recalls 08V-118, 09V-116, and 15V-201 did not adequately remove the safety risk. Under the improved remedy, dealers will replace the engine�s front valve cover and gasket. Vehicles that are covered by recalls 08V-118, 09V-116, or 15V-201 that have not yet received the original remedy will instead receive the improved remedy under the original recall number. The recall began on February 19, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020, Buick customer service at 1-800-521-7300, Oldsmobile customer service at 1-800-442-6537 and Pontiac customer service at 1-800-458-8006. GM's number for this recall is 15757. Note: Until the improved remedy has been applied, owners are advised to park their vehicle outside since the fire risk exists even when the vehicle is unattended." -10/26/2015,15V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V704000),Isuzu Motors Limited,Fuel Tank may Corrode and Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13671,"Isuzu Manufacturing Services of America (Isuzu) is recalling certain model year 2006-2008 Isuzu NPR and NPR-HD and Chevrolet W3500 and W4500 trucks manufactured March 16, 2005, to August 13, 2008 and 2006-2008 GMC W3500 and W4500 trucks manufactured July 18, 2005, to August 13, 2008. The affected vehicles have a fuel tank that may corrode and leak fuel.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Isuzu will notify owners, and dealers will replace the fuel tank, free of charge. Isuzu issued an interim notification to owners on December 18, 2015. The recall began on April 8, 2016. Owners may contact Isuzu customer service at 1-866-441-9638." -10/26/2015,15V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V702000),"Mack Trucks, Inc.",Interference of Turbocharger Oil Supply Line,ENGINE AND ENGINE COOLING,SC0396,Vehicle,2571,"Mack Trucks, Inc. (Mack) is recalling certain model year 2010-2016 Granite (GU), LR, and TerraPro (LEU, MRU) trucks manufactured November 17, 2009 to October17, 2015. The affected trucks have engines with a turbocharger oil supply line that may contact or interfere with the turbocharger inlet elbow, clean air intake clamp, or the air fuel control tube, and result in an oil leak.",If the turbocharger oil supply line oil leaks in the proximity of the engine exhaust manifold there would be an increased risk of a fire.,"Cummins will notify owners on behalf of Mack, and dealers will inspect for oil supply line interference or damage, eliminating the interference and replacing the oil supply line, as necessary, free of charge. The recall is expected to begin November 30, 2015. Owners may contact Cummins at 1-800-343-7357 or Mack customer service at 1-800-866-1177. Cummins' number for this recall is SC0396." -10/26/2015,15V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V705000),"Volkswagen Group of America, Inc.",Loss of Power Brakes due to Camshaft Lobe Fracture,ENGINE AND ENGINE COOLING,23R1,Vehicle,91867,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015-2016 Jetta, Beetle, Beetle Convertible, Passat, Golf and Golf SportWagen vehicles. In the affected vehicles, the camshaft lobe that drives the brake vacuum pump may shear off, resulting in a loss of brake assist.","If the camshaft lobe shears off there would be a loss of brake assist, lengthening the distance needed to stop the vehicle and increasing the risk of a crash.",Volkswagen dealer will update the engine control module (ECM) software. The recall began March 2016. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 23R1. -10/26/2015,15V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V707000),Ford Motor Company,Restraint Components may be Damaged/FMVSS/209/225,CHILD SEAT,15C13,Vehicle,1900,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford Mustang vehicles manufactured September 26, 2015, to October 1, 2015. The front and rear seat belts and child seat tether anchors may have been damaged in shipping from the supplier to the vehicle assembly plant and may not adequately restrain the occupant in a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard numbers 208, ""Occupant Crash Protection,"" and 225, ""Child restraint anchorage systems.""","If the restraint components do not function as intended, the occupants may not be properly restrained in the event of a crash, increasing their risk of injury.","Ford will notify owners, and dealers will replace the front and rear seat belt assemblies and the child seat tether anchors, free of charge. The recall began on December 18, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C13." -10/26/2015,15V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V703000),"Terex Advance Mixer, Inc.",Steering Pump for Tag Axle may Fail,STEERING,NR (Not Reported),Vehicle,288,"Terex Advance (Terex) is recalling certain model year 2011-2015 FD4000B, FD5000D, FD6000B, and FD7000B concrete mixers manufactured January 1, 2011, to September 1, 2015. The affected vehicles have steerable tag axles operated by Eaton Hydraulics S26 Gear Pumps. These gear pumps may unexpectedly fail, reducing the ability to properly steer the vehicle.",The loss of steering ability may increase the risk of a crash.,"Terex will notify owners, and dealers will replace the S26 gear pumps, free of charge. The recall began on December 22, 2015. Owners may contact Terex customer service at 1-800-433-6691." -10/23/2015,15V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V693000),"Navistar, Inc.",10-Speed Manual Transmission may Remain in Reverse,POWER TRAIN,15516,Vehicle,5,"Navistar, Inc. (Navistar) is recalling certain model year 2016 International ProStar trucks manufactured January 5, 2015, to January 7, 2015, and 2016 International TranStar trucks manufactured on January 6, 2015, and equipped with certain Eaton Fuller FR-Series 10-speed manual transmissions. When the transmission shift lever is moved from reverse to neutral, the reverse gear may stay engaged. When the transmission shift lever is moved from reverse to a forward gear position, the transmission may mechanically lock because both the reverse gear and forward gear are simultaneously engaged.","Even though the transmission has been shifted out of reverse into neutral, the vehicle may unexpectedly move backwards, increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect the transmission. Any affected transmission will be repaired or replaced, free of charge. The recall began on November 20, 2015. Owners may contact Navistar customer service at 1-800-343-7357. Navistar's number for this recall is 15516." -10/23/2015,15V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V697000),Honda (American Honda Motor Co.),Improper Rear Grab Rail Bracket/FMVSS 214/226,AIR BAGS,JV8,Vehicle,25367,"Honda (American Honda Motor Co.) is recalling certain model year 2015-2016 Fit LX-trim vehicles manufactured April 11, 2014, to July 02, 2015 and not equipped with a sunroof. In the affected vehicles, the rear grab handle brackets were not manufactured properly, and as a result, the brackets may puncture the side curtain air bags upon their deployment. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection"" and number 226, ""Ejection Mitigation"".","If the side curtain air bags are punctured upon deployment, the outboard seat occupants may be at a higher risk of injury during a crash.","Honda will notify owners, and dealers will replace the rear grab handle bracket, free of charge. The recall began on December 18, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JV8." -10/23/2015,15V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V699000),Thor Motor Coach,Parking Brake may not Function Properly,PARKING BRAKE,RC000107,Vehicle,17,"Thor Motor Coach (TMC) is recalling certain model year 2016 Challenger, Hurricane and Windsport motorhomes manufactured July 31, 2015, to September 9, 2015. In the affected vehicles, the parking brake actuator may be out of calibration causing the parking brake system to not properly hold the vehicle even with the parking brake pedal fully depressed. Additionally, the parking brake may not disengage completely when the parking brake pedal is released.","If the parking brake does not fully engage, the vehicle may unexpectedly roll, increasing the risk of personal injury or a crash. A parking brake that drags may result in a wheel end fire.","TMC will notify owners, and dealers will replace the parking brake foot pedal assembly, free of charge. The recall began on November 16, 2015. Owners may contact TMC customer service at 1-877-855-2867. TMC's number for this recall is RC000107." -10/23/2015,15V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V700000),Honda (American Honda Motor Co.),Rear Brakes may Drag,"SERVICE BRAKES, HYDRAULIC",JV6,Vehicle,145219,"American Honda Motor Co., Inc. (Honda) is recalling certain model year 2001-2010 and 2012-2015 GL1800, 2001-2005 GL1800A and 2013-2015 GL1800B motorcycles. The rear brakes of the affected motorcycles may drag after the brakes are released.","A rear brake that drags may increase the risk of a vehicle crash. Additionally, extended riding with the rear brake dragging could generate enough heat to result in a fire.","Honda will notify owners, and dealers will replace the secondary brake master cylinder and the rear brake master cylinder, and flush the brake fluid, free of charge. The recall began on December 7, 2015. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is JV6. Note: This recall supercedes recall 14V-472." -10/23/2015,15V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V692000),Starcraft RV,Road Debris may Damage Propane Line and Wriring,ELECTRICAL SYSTEM,9902266,Vehicle,36,"Starcraft RV (Starcraft) is recalling certain model year 2016 Autumn Ridge trailers, model 339BHTS, manufactured March 27, 2015, to September 22, 2015. The affected trailers have liquid propane (LP) lines and wires routed under the travel trailer. These LP lines and wires may be inadequately protected from road debris.","Road debris may damage the LP lines and electrical wires, increasing the risk of a propane leak and an electrical short. These conditions may result in a fire.","The remedy for this recall is still under development. The recall began on December 4, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902266." -10/23/2015,15V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V695000),"BMW of North America, LLC",Side Impact Crash Worthiness/FMVSS 214,AIR BAGS,NR (Not Reported),Vehicle,1,"BMW of North America, LLC (BMW) is recalling one model year 2015 Rolls-Royce Ghost manufactured on January 23, 2014. The affected vehicle has thorax air bags fitted to both front seats that may fail to meet the side impact performance requirements for the front seat occupants. As such, this vehicle may fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","In the event of a vehicle crash necessitating air bag deployment, this may increase the risk of injury to the front seat passengers.","A Rolls-Royce dealer will replace the driver-side and passenger-side thorax air bag modules, free of charge. The recall began October 22, 2015. Owners may contact Rolls-Royce at 1-877-877-3735." -10/23/2015,15V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V694000),"Halcore Group, Inc.",Steel Cable that Anchors Seat Belt may Fail,SEAT BELTS,NR (Not Reported),Vehicle,3300,"Halcore Group, Inc. (Halcore) is recalling certain model year 2008-2014 American Emergency Vehicle (AEV) Type II ambulances manufactured February 1, 2008, to August 1, 2014. In the affected vehicles, the flexible steel cable that connect the seat belt to the vehicle on the rearward facing attendant seat may be bent from being sat on while entering the seat. This repeated bending may result in the cable breaking.","If the cable breaks, the seat occupant may not be properly restrained in the event of a crash, increasing their risk of injury.","Halcore will notify owners, and dealers will replace the flexible steel cable with a sleeve encased webbed belt which allows flexibility, free of charges. The recall is expected to begin on December 7, 2015. Owners may contact AEV customer service at 1-800-374-9749 or warranty@aev.com." -10/23/2015,15V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V698000),Thor Motor Coach,Transfer Switch may Overheat,ELECTRICAL SYSTEM,RC000106,Vehicle,503,"Thor Motor Coach (TMC) is recalling certain model year 2009-2011 Four Winds Hurricane and Windsport, 2009-2010 Four Winds Mandalay, 2010 Four Winds Magellan, and 2010-2011 Four Winds Serrano motorhomes manufactured May 2, 2009, to September 1, 2010. The affected vehicles are wired to be powered by a generator and are equipped with an Iota ITS-50R transfer switch that may fail when exposed to elevated electrical loads and used in higher ambient temperatures.","As the transfer switch fails, it may overheat, increasing the risk of a fire.","TMC will notify owners, and dealers will replace the Iota ITS-50R transfer switch with a transfer switch from another manufacturer, free of charge. The recall began on November 23, 2015. Owners may contact Thor customer service at 1-877-855-2867. Thor's number for this recall is RC000106." -10/23/2015,15V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V691000),Blue Bird Body Company,Windshield Wipers may become Inoperative,VISIBILITY/WIPER,R15YH-SB,Vehicle,63,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2016-2017 Vision school buses manufactured September 3, 2015, to September 18, 2015. In the affected vehicles, the windshield wiper motor harness connector may have been installed incorrectly, causing the wiper system to stop without warning.","An inoperative windshield wiper may reduce the driver's visibility during inclement weather, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect and correct the wiper motor connection, free of charge. The recall began on November 18, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YH-SB." -10/23/2015,15V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V696000),Blue Bird Body Company,Windshield Wipers may become Inoperative,VISIBILITY/WIPER,R15YH-NSB,Vehicle,1,"Blue Bird Body Company (Blue Bird) is recalling one 2017 Vision transit bus. In the affected vehicle, the windshield wiper motor harness connector may have been installed incorrectly, causing the wiper system to stop without warning.","Inoperative windshield wipers may decrease the driver's visibility during inclement weather, increasing the risk of a crash.","Blue Bird will notify the owner, and a dealer will inspect and repair the wiper motor connection, free of charge. The recall began on November 18, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YH-NSB." -10/22/2015,15V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V690000),"Mack Trucks, Inc.",Hex Nuts may be Improperly Torqued,POWER TRAIN,SC0397,Vehicle,8,"Mack Trucks, Inc. (Mack) is recalling certain model year 2014 Granite (GU) trucks manufactured January 1, 2013, to October 16, 2013, and equipped with certain drive axles manufactured by Marmon-Herrington. The affected axles are equipped with hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the hex nut, tightening it to proper torque, free of charge. The recall is expected to begin on November 30, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0397." -10/22/2015,15E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E086000),ECCO Holdings Corp.,LED Worklamp May Overheat,EQUIPMENT,NR (Not Reported),Equipment,71388,"ECCO is recalling certain portable and magnetically mountable LED Worklamps, part numbers EW2461 and EW2461-NA, manufactured October 1, 2014, to February 11, 2015. The affected work/utility lamps are powered by a rechargeable Lithium-ion battery that can be charged using a vehicle charger (12 volt adapter) or an AC adapter. These lamps may overheat.",A lamp that overheats increases the risk of injury or fire.,"ECCO will notify owners and will replace the worklamps, free of charge. The recall began on November 6, 2015. Owners may contact ECCO customer service at 1-800-635-5900." -10/22/2015,15V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V689000),Toyota Motor Engineering & Manufacturing,Power Window Master Switch may Melt,VISIBILITY,C0M,Vehicle,1814284,"Toyota Motor Company (Toyota) is recalling certain model year 2009-2011 Tundra, Sequoia, Corolla, Corolla Matrix and Scion xB, 2008-2011 Highlander and Highlander Hybrid, 2007 Camry and Camry Hybrid, 2009 Camry and Camry Hybrid, 2006-2011 RAV4, 2006-2010 Yaris, and 2009-2010 Scion xD and Pontiac Vibe vehicles. During the manufacturing of the Power Window Master Switch (PWMS), grease lubricant may have been inconsistently applied to the sliding electrical contacts.","If the sliding electrical contacts are not protected by lubricant, debris and moisture that get into the switch may cause a short circuit and the switch assembly may overheat and melt, increasing the risk of a fire.","Toyota will notify owners, and dealers will inspect the switch, applying a lubricant if no abnormality is found. If abnormality is found, the PWMS circuit board will be replaced, free of charge. The recall is expected to begin December 20, 2015. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is C0M." -10/22/2015,15E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E087000),Atwood Mobile Products,Water Heater May Scald Operator,EQUIPMENT,NR (Not Reported),Equipment,7375,"Atwood Mobile Products (Atwood) is recalling certain On Demand Water Heaters, models OD45, OD50, OD50CW, manufactured January 2, 2012, to August 13, 2015. The affected water heaters have a water and gas valve that may cause the water heater to overheat the water in the hot water supply tap.","The overheating of the water may result in the release of steam, possibly causing the operator is to scald themselves and increasing the risk of injury.","Owners will be notified of the recall by their vehicle manufacturer. Owners will be instructed to contact Atwood at 1-877-546-9074 or go to www.atwood6710@stericlcle.com to confirm if their On Demand water heater is affected by the recall. RV dealers will install a rework kit free of charge. The recall began on November 18, 2015." -10/21/2015,15V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V688000),"Bentley Motors, Inc.",Battery Cable Connection May Be Loose,ELECTRICAL SYSTEM,RE15/15,Vehicle,7778,"Bentley Motors, Inc. (Bentley) is recalling certain model year 2012-2014 Continental GT vehicles manufactured February 1, 2011, to April 30, 2014, 2012-2015 Continental GTC vehicles manufactured February 1, 2011, to June 30, 2014, 2012-2013 Continental Flying Spur vehicles manufactured March 31, 2011, to August 30, 2012, and 2014 Flying Spur vehicles manufactured February 28, 2013, to April 28, 2014. In the affected vehicles, a battery cable connection may be loose at the firewall.","A loose battery cable may overheat, increasing the risk of a fire.","Bentley will notify owners, and dealers will replace the battery cable securing nut, free of charge. The recall began on November 17, 2015. Owners may contact Bentley customer service at 1-800-777-6923. Bentley's number for this recall is RE15/15." -10/21/2015,15V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V684000),"Corp. Micro Bird, Inc.",Heated Mirror Wires may Overheat,ELECTRICAL SYSTEM,15-061-MUS,Vehicle,3,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2015 T-Series school buses manufactured August 24, 2015, to September 17, 2015, and built on Ford Transit Chassis. The affected vehicles have the electrical wire of the heated cross view mirror on the passenger entrance door side connected to the same electrical harness as the heated and remote rear view mirror. The diameter of this electrical wire is not sufficient for the amperage required for all of the heated mirrors.","The insufficient diameter may cause the electrical wire to overheat, increasing the risk of a fire.","Micro Bird will notify owners, and dealers will install a separate connection for the passenger entrance door mirror, free of charge. The recall began on November 4, 2015. Owners may contact Micro Bird customer service at 1-819-477-2012 extension 364. Micro Bird's number for this recall is 15-061-MUS." -10/21/2015,15V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V685000),"Jayco, Inc.",Missing GVWR Warning Labels,EQUIPMENT,9901265,Vehicle,724,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Eagle Half Ton (HT) fifth wheel trailers manufactured May 19, 2015, to October 8, 2015. The affected vehicles do not have warning labels on the towing hitch to identify the maximum gross vehicle weight rating (GVWR) for towing, maximum tongue weight and towing vehicle braking information.","A vehicle operator could unknowingly overload the trailer, which may result in tire or axle failure and increase the risk of a crash.","Jayco will notify owners, and dealers will apply the proper warning label, free of charge. The recall began on December 2, 2015. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901265." -10/21/2015,15V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V686000),"Maserati North America, Inc.",Starter Motor Cable may Short to Ground,ELECTRICAL SYSTEM,279,Vehicle,984,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014 Quattroporte GTS V8 vehicles manufactured October 1, 2013, to December 31, 2013. In the affected vehicles, the battery positive cable for the alternator and starter motor may not have its insulating cap installed properly at the starter motor. Additionally, the cable may not be adequately secured in the engine bay. These factors may result in the cable shorting to ground.","If the battery positive cable shorts to ground, the wiring harness may overheat, resulting in a fire. The car also may stall, increasing the risk of a crash.","Maserati will notify owners, and dealers will inspect the vehicle to verify that the starter motor cable has a properly installed protective cap and that the cable is adequately secured. If not, the starter motor cable assembly will be replaced. These repairs will be performed free of charge. The recall began on November 11, 2015. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 279." -10/21/2015,15V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V687000),Shyft Group,Steering may Unexpectedly Lock,STEERING,15025,Vehicle,2038,"Spartan Motors USA (Spartan) is recalling certain model year 2009-2014 ER Gladiator and MetroStar vehicles manufactured January 5, 2010, to January 19, 2015. In the affected vehicles, the power steering fluid may overheat and cause the steering to unexpectedly lock during steering maneuvers.","If the steering locks, there could be a loss of control of the vehicle, increasing the risk of a crash.","Spartan will notify owners, and dealers will install a cooler to prevent the steering fluid from overheating, free of charge. An interim notice was sent to owners on December 17, 2015. The recall began on November 7, 2016. Owners may contact Spartan customer service at 1-800-543-4277." -10/20/2015,15V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V682000),Volvo Trucks North America,10-Speed Manual Transmission may Remain in Reverse,POWER TRAIN,RVXX1510,Vehicle,7,"Volvo Trucks North America (Volvo) is recalling certain model year 2016 VN trucks manufactured January 6, 2015, to January 15, 2015, equipped with certain Eaton Fuller FR-Series 10-speed manual transmissions. In the affected vehicles, when the transmission shift lever is moved from reverse to neutral, the reverse gear may stay engaged. When the transmission shift lever is moved from reverse to a forward gear position, the transmission may mechanically lock because both the reverse gear and forward gear are simultaneously engaged.","Even though the transmission has been shifted out of reverse into neutral, the vehicle may unexpectedly move backwards, increasing the risk of a crash.","Volvo will notify owners, and dealers will inspect and repair the transmissions, if necessary, free of charge. The recall began on December 21, 2015. Owners may contact Volvo customer service at 1-800-528-6586, or Eaton customer service at 1-800-826-4357. Volvo's number for this recall is RVXX1510." -10/20/2015,15V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V678000),Hyundai Motor America,ABS Warning Lamp May Not Illuminate/FMVSS 135,ELECTRICAL SYSTEM,134,Vehicle,64744,"Hyundai Motor America (Hyundai) is recalling certain model year 2015-2016 Sonata vehicles manufactured May 28, 2014, to August 21, 2015. The affected vehicles are equipped with an Antilock Braking System (ABS) warning light intended to warn the driver if there is an ABS malfunction. In the event of an ABS malfunction, the Brake System warning light will illuminate, but the ABS warning light will not illuminate. Since the vehicles have ABS malfunction lights that do not illuminate, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","If the driver is alerted there is a brake system malfunction, but not specifically with the ABS system, the driver may operate the vehicle unaware that the vehicle's brakes may lock up during hard braking, increasing the risk of a crash.","Hyundai will notify owners, and dealers will update the ABS control unit software, free of charge. The recall is expected began on November 30, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 134." -10/20/2015,15V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V681000),"Nissan North America, Inc.",Air Bag may not Detect Passenger in Seat,AIR BAGS,NR (Not Reported),Vehicle,919,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2015 Altima and Pathfinder vehicles, 2013-2014 Nissan Sentra vehicles, 2013 Infiniti JX35 vehicles, 2014-2015 Infiniti QX60 vehicles and 2014 Infiniti QX60 Hybrid vehicles. The affected vehicles received an incorrect occupant classification system (OCS) control unit during a repair. These OCS control units may incorrectly classify the front passenger seat as empty, when it is occupied by an adult.","If the OCS does not detect an adult occupant in the passenger seat, the passenger air bag would be deactivated. Failure of the passenger airbag to deploy during a crash (where deployment is warranted) could increase the risk of injury to the passenger.","Nissan will notify owners, and dealers will update the OCS software, free of charge. The recall began on November 30, 2015. Owners may contact Nissan at 1-800-647-7261." -10/20/2015,15V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V680000),Starcraft RV,Circuit Breakers may be Mislabeled,ELECTRICAL SYSTEM,9902060,Vehicle,985,"Starcraft RV (Starcraft) is recalling certain model year 2015-2016 Launch, Launch Ultra, AR-One, AR-One Maxx, Autumn Ridge, and Travel Star travel trailers manufactured July 9, 2015, to October 2, 2015. The affected trailers have a circuit breaker box with circuit breakers that may be mislabeled.","With an incorrectly labeled circuit breaker box, someone may turn off the wrong breaker to work on the electrical system and receive an electrical shock.","Starcraft will notify owners, and will send owners a corrected circuit breaker box label, free of charge. The recall began on November 25, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902060." -10/20/2015,15V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V679000),Fontaine Modification,Steering System may Bind or Lock Up,STEERING,NR (Not Reported),Vehicle,358,"Fontaine Modification is recalling certain model year 2014-2016 Freightliner M2 vehicles converted to be equipped with dual steering wheels by Fontaine Modification between March 13, 2014 and September 1, 2015. In the affected vehicles, a locating pin in the dual steering linkage may break or fall out resulting in the momentary loss of steering or steering lock up.",A momentary loss of steering or steering lock up increases the risk of a crash.,"Fontaine Modification will notify owners and supply a steering linkage locating key remedy kit for Freightliner dealers or authorized service facilities (including the customer's own maintenance shop) to install free of charge. The recall began on December 18, 2015. Owners may contact Fontaine Modification customer service at 1-800-366-8246." -10/20/2015,15E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E085000),"Cummins, Inc.",Turbocharger Oil Supply Line Interference,ENGINE AND ENGINE COOLING,C1673,Equipment,3020,"Cummins Inc. (Cummins) is recalling certain Cummins Westport ISL G engines manufactured September 13, 2007, to September 23, 2015. The affected engines were sold for use exclusively in Mack Trucks and Navistar vehicles, both as original equipment and as replacement equipment. These engines have a turbocharger oil supply line that may contact or interfere with the turbocharger inlet elbow, clean air intake clamp, or the air fuel control tube, and result in an oil leak.",If the turbocharger oil supply line oil leaks in the proximity of the engine exhaust manifold there would be an increased risk of a fire.,"Cummins will notify owners on, and dealers will inspect for oil supply line interference or damage, eliminating the interference and replacing the oil supply line, as necessary, free of charge. The recall began on November 23, 2015. Owners may contact Cummins at 1-800-343-7357. Cummins' number for this recall is C1673." -10/19/2015,15V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V676000),"Chrysler (FCA US, LLC)",Air Conditioning Hose may Touch Exhaust Manifold,ENGINE AND ENGINE COOLING,R57,Vehicle,75592,"Chrysler (FCA US LLC) is recalling certain model year 2015 Jeep Cherokee vehicles manufactured October 1, 2014, to June 18, 2015. The affected vehicles may have a misrouted air conditioning suction/discharge hose.","If the line is misrouted, it may contact the exhaust manifold, increasing the risk of a vehicle fire.","Chrysler will notify owners, and dealers will inspect the routing of the air conditioning hose. Any hose that is misrouted will be replaced and installed correctly. This work will be performed free of charge. The recall began on November 23, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R57." -10/19/2015,15V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V672000),Volvo Trucks North America,Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,RVXX1511,Vehicle,3,"Volvo Trucks North America (Volvo) is recalling certain model year 2016 Volvo VN trucks manufactured on August 13, 2015. The affected vehicles are equipped with certain Cummins engines whose engine control module (ECM) may short circuit and blow a fuse resulting in the engine stalling without warning.",An engine that stalls without warning increases the risk of a crash.,"Cummins will notify owners on behalf of Volvo, and will replace any defective ECM, free of charge. The recall began in October 2015. Owners may contact Cummins customer service at 1-800-343-7357. Cummins' number for this recall is C1698. Owners may also contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1511." -10/19/2015,15V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V671000),Starcraft RV,Happy Jack Bed Can Break and Fall,EQUIPMENT,9902267,Vehicle,224,"Starcraft RV (Starcraft) is recalling certain model year 2014-2016 Launch Ultra Lite travel trailers, model 28BHS JU, manufactured from October 31, 2013, through October 1, 2015. The affected trailers are equipped with a Happy Jack bed that will try to lift up too far, damaging the bed's brackets and motor.","Damage to the bed's brackets and motor may cause the bed to break and possibly fall onto anyone that may be under it, increasing their risk of injury.","Starcraft will notify owners, and dealers will reposition the bed's brackets so that it will not lift up too far, free of charge. The recall began on December 3, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's recall campaign number is 9902267." -10/19/2015,15V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V674000),Mazda North American Operations,Ignition Switch may Overheat,ELECTRICAL SYSTEM,8715J,Vehicle,1368500,"Mazda North American Operations (Mazda) is recalling certain model year 1989-1998 MPV, 1990-1995 323, 1990-1998 Protege, 1992-1993 MX-3, 1993-1995 929, 1993-1997 MX-6, and 1993-1998 626 vehicles. In the affected vehicles, grease applied to the contact points inside the ignition switch may become conductive and overheat.",If the ignition switch overheats there would be an increased risk of a fire.,"Mazda will notify owners, and dealers will replace the ignition switch, free of charge. The recall began on December 17, 2015. Owners may contact Mazda Customer Experience Center at 1-800-222-5500, option#6. Mazda's number for this recall is 8715J." -10/19/2015,15V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V673000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment,AIR BAGS,R60,Vehicle,284611,"Chrysler (FCA US LLC) is recalling certain model year 2003 Jeep Liberty vehicles manufactured March 29, 2003, to July 3, 2003, and 2004 Jeep Grand Cherokee vehicles manufactured May 27, 2003, to May 20, 2004. Due to electrical noise beyond the tolerance of the air bag electronic control module (ECM), a component in the ECM may fail, causing the front air bags, side air bags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the air bags may increase the risk of injury and the possibility of a vehicle crash.,"Chrysler will notify owners, and dealers will replace the air bag electronic control module and the side impact sensors, as necessary, free of charge. The recall began on May 5, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R60." -10/19/2015,15V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V670000),Shyft Group,Incorrect Load Capacity/FMVSS 110,EQUIPMENT,15024,Vehicle,406,"Spartan Motors USA (Spartan) is recalling certain model year 2014-2015 Utilimaster Vans manufactured July 11, 2014, to September 22, 2015. The affected vehicles may be equipped with a Tire placard that indicates the wrong cargo capacity information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims.""",An incorrect label may result in the vehicle being overloaded which can cause tire failure and increase the risk of a crash.,"Utilimaster will notify owners and will send a label with the cargo capacity information corrected, free of charge. The recall began on December 17, 2015. Owners may contact Utilimaster customer service at 1-800-582-3454. Spartan's number for this recall is 15024." -10/19/2015,15V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V677000),Mazda North American Operations,Rebuilt Transmission Shift Lever May Disengage,POWER TRAIN,8815J,Vehicle,4,"Mazda North American Operations (Mazda) is recalling certain model year 2008 Tribute vehicles manufactured February 9, 2007 to April 22, 2008. The affected vehicles have had their CD4E transmission replaced with remanufactured one that was rebuilt between June 11, 2015 through July 15, 2015. These service repair part transmissions have a shift lever bolt that may not be properly tightened. As a result, the shift control lever could disengage from the transmission without warning.","If the shift lever disengages from the transmission, a driver may be unable to shift gear positions and the indicated shift position may not represent the gear position the vehicle is in. Should a disengagement occur while the vehicle is being driven, when the driver goes to stop and park the vehicle, the gear selection indicator may show that the transmission is in the ""PARK"" position, but the vehicle transmission may not actually be in the ""PARK"" gear position. If the vehicle is not in the ""PARK"" position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","Mazda will notify owners, and dealers will inspect the transmission and if necessary tighten the manual shift lever bolt or replace the manual shift lever assembly, free of charge. The recall began on November 30, 2015. Owners may contact Mazda Customer Experience Center at 1-800-222-5500, option#6. Mazda's number for this recall is 8815J." -10/19/2015,15V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V675000),"Chrysler (FCA US, LLC)",Water May Enter the ABS Module,ELECTRONIC STABILITY CONTROL,R61,Vehicle,275187,"Chrysler (FCA US LLC) is recalling certain model year 2012-2015 Dodge Journey vehicles manufactured April 21, 2012, to April 14, 2015. In the affected vehicles, water may enter the wiring harness for the Anti-lock Brake System (ABS) module and leak into the module, disabling the ABS and/or the Electronic Stability Control (ESC) system.","If the ABS or ESC is disabled, a loss of vehicle stability could occur, increasing the risk of a crash.","Chrysler will notify owners, and dealers will seal the ABS wiring harness to prevent water from entering and will replace the ABS module and repair the headlamp and dash wiring harness, as necessary. These repairs will be performed free of charge. The recall began on December 21, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R61." -10/16/2015,15V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V662000),"Mercedes-Benz USA, LLC",Camshaft Weld may Fail and cause Engine Stall,ENGINE AND ENGINE COOLING,2015100006,Vehicle,857,"Mercedes-Benz USA, LLC (Mercedes-Benz) is recalling certain model year 2015 CLA250, CLA250 4Matic, GLA250, GLA250 4Matic, and 2016 SLK300 roadster vehicles manufactured July 17, 2015, to August 31, 2015. The affected vehicles have intake or exhaust camshafts whose welds may fail and possibly cause engine damage.","Engine damage may result in a stall, increasing the risk of a crash.","Mercedes-Benz will notify owners, and dealers will replace the affected camshafts, free of charge. Interim notices were mailed to owners on December 9, 2015. The recall began on December 23, 2015. Owners may contact Mercedes-Benz customer service at 1-800-367-6372. Mercedes-Benz's number for this recall is 2015100006." -10/16/2015,15V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V668000),Honda (American Honda Motor Co.),"Improper Software to Module FMVSS 126,135,138",ELECTRICAL SYSTEM,JV7,Vehicle,35406,"Honda (American Honda Motor Co.) is recalling certain model year 2016 Honda Pilot 2WD vehicles manufactured May 4, 2015, to September 8, 2015 and 2016 Pilot 4WD vehicles manufactured May 7, 2015 to September 4, 2015. In the affected vehicles, when one of the safety systems such as tire pressure monitoring, anti-lock braking or electronic stability control malfunctions, there is potential that the instrument panel will not illuminate the corresponding warning light, however the warning lamps will illuminate when the ignition is turned off and then turned back on. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic stability control systems"", number 135, ""Light vehicle brake systems"" and number 138, ""Tire pressure monitoring systems"".","If a safety system cannot immediately warn the driver when needed, the driver may be at increased risk of a crash.","Honda will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began on December 11, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JV7." -10/16/2015,15V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V666000),"General Motors, LLC",Side Impact Air Bag Modules may Rupture,AIR BAGS,01320,Vehicle,395,"General Motors LLC (GM) is recalling certain model year 2015 Buick LaCrosse, Cadillac XTS, Chevrolet Camaro, Equinox, Malibu, and GMC Terrain vehicles. The affected vehicles have front seat-mounted side impact air bags whose inflator may rupture upon its deployment.","In the event of a crash necessitating deployment of one or both of the side impact air bags, the air bag's inflator may rupture and the air bag may not properly inflate. The rupture could cause metal fragments to strike the vehicle occupants, potentially resulting in serious injury or death. Additionally, if the air bag does not properly inflate, the driver or passenger is at an increased risk of injury.","GM will notify owners, and dealers will replace the side impact air bag modules, free of charge. The recall began on October 19, 2015. Owners may contact Buick customer service at 1-800-521-7300, Chevrolet customer service at 1-800-222-1020, Cadillac customer service at 1-800-458-8006, or GMC customer service at 1-800-462-8782. GM's number for this recall is 01320." -10/16/2015,15V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V663000),"Chrysler (FCA US, LLC)",Spare Tire Heat Shield Missing,TIRES,R58,Vehicle,253,"Chrysler (FCA US LLC) is recalling certain model year 2016 Ram 1500 trucks with a 5.7L engine and dual exhaust manufactured August 3, 2015, to August 10, 2015. The affected vehicles may be missing a heat shield for the spare tire.","Without a heat shield, heat from the exhaust system may damage the spare tire. When used, the damaged tire may have a tread separation or side wall rupture, resulting in a loss of control and an increased risk of a crash.","Chrysler will notify owners, and dealers will install a spare tire heat shield if the vehicle is missing one. Vehicles that have already been sold with an excess of 50 miles will also have their spare tires replaced. These repairs will be performed free of charge. The recall began on December 2, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R58." -10/16/2015,15V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V664000),"Winnebago Industries, Inc.",Transmission can Shift Without Pressing Brake,POWER TRAIN,NR (Not Reported),Vehicle,297,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2015-2016 Winnebago Brave, Sightseer, Vista and Adventurer motorhomes and Itasca Tribute, Sunova, Sunstar, and Suncruiser motorhomes manufactured from July 13, 2015, through October 6, 2015. The affected vehicles, built on Ford chassis, can be shifted out of 'PARK' without applying the brakes, due to an incorrect shift cable bracket and an improper shift cable adjustment.","If the vehicle can be shifted into reverse without the brakes being applied, the vehicle may unintentionally move, increasing the risk of a crash.","Ford will notify owners, and Ford dealers will replace the transmission shift control bracket and adjust the transmission shift cable, free of charge. The recall began on November 12, 2015. Owners may contact Winnebago customer service at 1-641-585-3535 or Ford customer service at 1-866-436-7332." -10/16/2015,15V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V667000),Shyft Group,Undercarriage Ramp Rubbing Hydraulic Brake Line,"SERVICE BRAKES, HYDRAULIC",15023,Vehicle,209,"Spartan Motors USA (Spartan) is recalling certain model year 2012 Utilimaster Walk-In Vans manufactured September 26, 2011, to June 25, 2012. The affected vehicles have an undercarriage ramp that may rub against a hydraulic brake line.","Contact between the ramp and the brake line may cause a hole in the brake line resulting in a loss of brake fluid and lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Utilimaster will notify owners, and dealers will install a new hydraulic brake line that will not contact the undercarriage ramp, free of charge. The recall began on November 25, 2015. Owners may contact Utilimaster customer service at 1-800-582-3454. Spartan's number for this recall is 15023." -10/16/2015,15V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V669000),Starcraft RV,Water Heater may be Wired Incorrectly,EQUIPMENT,9902261,Vehicle,247,"Starcraft RV (Starcraft) is recalling certain model year 2016 Travel Star travel trailers, models G2JB5099-5101, JD5093-5094, JF5079, JG5067, and JN5065-5066; and Launch Ultra Lite travel trailers, models G2JM5112-5113, JR5187-5197, JS5179-5196, JT5533-5639, JU5121-5155, and JZ5128-5160, manufactured from August 7, 2015, through October 6, 2015. In the affected trailers, the water heater may be improperly wired such that the warning light will not illuminate to let the operator know that the gas is on but did not ignite.","If the warning light does not illuminate to notify the operator that the gas did not ignite, a buildup of gas may result, increasing the risk of fire in the presence of an ignition source.","Starcraft will notify owners, and dealers will correct the water heater wiring, free of charge. The recall began on November 30, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902261." -10/15/2015,15V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V660000),"BMW of North America, LLC",Electro-Hydraulic Power Steering Loss,STEERING,NR (Not Reported),Vehicle,86018,"BMW of North America, LLC (BMW) is recalling certain model year 2002-2005 MINI Cooper and Cooper S vehicles and 2005 Cooper and Cooper S Convertible vehicles. The affected vehicles may experience temporary or permanent loss of the electro-hydraulic steering assistance.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required at lower speeds, potentially increasing the risk of a vehicle crash.","MINI will notify owners, and dealers will inspect the electro-hydraulic power steering system, replacing the components and wiring, as necessary, free of charge. Interim notices were mailed to owners on December 10, 2015. Owners will receive a second notice when remedy parts become available. Owners may contact MINI customer service at 1-866-825-1525." -10/15/2015,15V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V661000),"Chrysler (FCA US, LLC)",Incorrectly Heat Treated Rear Axle Shaft,POWER TRAIN,R59,Vehicle,61859,"Chrysler (FCA US LLC) is recalling certain model year 2015-2016 Ram 1500 trucks manufactured June 17, 2015, to September 28, 2015. The affected vehicles may have been built with rear axles that were incorrectly heat treated.","If the rear axle shaft was not properly heated treated, it may fracture and a wheel separation could occur, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect the vehicles and replace the axle assemblies, as necessary, free of charge. The recall began on November 23, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R59." -10/15/2015,15V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V659000),"Forest River, Inc.",Slide Mechanism Power Bypasses Circuit Breaker,ELECTRICAL SYSTEM,37-10142015-0098,Vehicle,89,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Surveyor travel trailers and fifth wheels, models SVT321BHTS, SVT33RETS, SVT32RLTS, SVT33RLTS and SVT32RETS, manufactured April 13, 2015, to October 6, 2015. In the affected vehicles, the power supply wire for the room slide mechanism may have been incorrectly installed such that it doesn't pass through a circuit breaker.","Without the power supply wire being properly connected to a circuit breaker, an excessive power draw or electrical short may result in melted wires and an increased risk of a fire.","Forest River will notify owners, and dealers will inspect the vehicles and correct the power supply wire installation if needed. Damaged power supply wires will be replaced as necessary. These repairs will be performed free of charge. The recall began on November 3, 2015. Owners may contact Forest River customer service at 1-574-642-3119 extension 205. Forest River's number for this recall is 37-10142015-0098." -10/15/2015,15V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V658000),"Airstream, Inc.",Wiring May Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,564,"Airstream, Inc. (Airstream) is recalling certain model year 2015-2016 Interstate Grand Tour Extended vehicles manufactured July 11, 2014, to September 1, 2015, and Interstate Lounge Extended vehicles manufactured November 21, 2014, to September 1, 2015. The affected vehicles may have electrical wiring connections that were not properly tightened and an interior wiring harness grounding wire that was installed incorrectly.","If the electrical connections are loose, or the ground wire is located incorrectly, the wiring may overheat, increasing the risk of a fire.","Airstream will notify owners, and dealers will tighten all of the wiring connections and relocate the wiring harness ground wire, free of charge. The recall began on November 12, 2015. Owners may contact Airstream customer service at 1-937-596-6111 extension 7401 or 7411." -10/14/2015,15V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V656000),Toyota Motor Engineering & Manufacturing,Driver's Knee Air Bag Module Bolts may Loosen,AIR BAGS,F0T,Vehicle,306,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2016 Tacoma trucks manufactured August 20, 2015, to September 10, 2015. In the affected vehicles, incorrect bolts were used to install the driver's knee air bag module.","The incorrect bolts may loosen over time and affect the performance of the driver's knee air bag, increasing the risk of driver injury during a crash that necessitates deployment of the air bags.","Toyota will notify owners, and dealers will install the correct driver's knee air bag module mounting bolts, free of charge. The recall began on November 19, 2015. Owners may contact Toyota customer service at 1-800-331-4331. Toyota's number for this recall is F0T." -10/14/2015,15V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V655000),"Mercedes-Benz USA, LLC",Electric Powertrain Shut Down,ELECTRICAL SYSTEM,2015100005,Vehicle,2618,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2014-2015 B-Class Electric Drive vehicles manufactured November 21, 2013, to May 26, 2015. Due to a communication error within the electric drive system, the electric powertrain unit may shut down, temporarily immobilizing the vehicle and resulting in a loss of propulsion power.",A vehicle stall increases the risk of a crash.,"MBUSA will notify owners, and dealers will update the electric drive system software, free of charge. The recall began on December 2, 2015. Owners may contact MBUSA customer service at 1-800-367-6372." -10/14/2015,15V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V652000),"Mercedes-Benz USA, LLC",Engine Stall due to Engine Control Unit Software,ELECTRICAL SYSTEM,2015100003,Vehicle,3177,"Mercedes-Benz USA LLC (Mercedes-Benz) is recalling certain model year 2014 S63 AMG sedans and 2015-2016 S63 AMG 4Matic sedans and coupes manufactured May 14, 2013, to September 18, 2015. In the affected vehicles, due to a software error within the engine control unit, the vehicle may stall when coasting to a stop, such as at a traffic light.","The vehicle stall may be interpreted by the driver to be a planned shut-down as part of the ECO-Start-function. However, the engine will not restart automatically after releasing the brake pedal, immobilizing the vehicle and increasing the risk of a crash.","Mercedes-Benz will notify owners, and dealers will update the engine control unit software, free of charge. The recall BEGAN ON DECEMBER 2, 2015. Owners may contact Mercedes-Benz customer service at 1-800-367-6372. Mercedes-Benz's number for this recall is 2015100003." -10/14/2015,15V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V657000),"Mercedes-Benz USA, LLC","Incorrect Seat Belt Position/FMVSS 208, 209",SEAT BELTS,2015100002,Vehicle,2580,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 S550 4Matic Coupe, AMG S63 4Matic Coupe, and AMG S65 vehicles manufactured January 27, 2014, to April 2, 2015. In the affected vehicles, left-side front seat belts may have been installed on the right-side and vice versa. As a result, the installation angle may be incorrect, affecting the seat belt locking behavior. Additionally, the child seat restraint function for the passenger seat would not be available. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection,"" and FMVSS number 209, ""Seat Belt Assemblies.""","If the seat belt is installed improperly, it may not properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","MBUSA will notify owners, and dealers will inspect the installation of the seat belts, correcting them as necessary, free of charge. The recall began on October 30, 2015. MBUSA's recall number is 2015100002. Owners may contact MBUSA customer service at 1-800-367-6372." -10/14/2015,15V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V653000),The RV Factory LLC,Seat Bracket Weld may Fail/FMVSS 210,SEATS,NR (Not Reported),Vehicle,7,"The RV Factory LLC (RV Factory) is recalling certain model year 2015-2016 Avion Azure motorhomes manufactured January 1, 2014, to September 24, 2015. The affected vehicles may have an improperly placed weld on the underfloor seat bracket used to mount the second row seats. As a result, the bracket may break in a crash. As such, these vehicles fail to comply with the requirements of Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the bracket breaks, the seats may move, increasing the risk of injury in the event of a crash.","RV Company will notify owners, and dealers will replace the brackets, free of charge. The recall began on October 24, 2015. Owners may contact RV Company customer service at 1-844-284-6678 ext 106." -10/14/2015,15V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V654000),Newmar Corporation,Wheel Bearings may Overheat,SUSPENSION,15V-548,Vehicle,119,"Newmar Corporation (Newmar) is recalling certain model year 2007-2008 Mountain Aire motorhomes manufactured October 16, 2006, to July 24, 2007, 2007-2008 Essex motorhomes manufactured November 1, 2006, to May 24, 2007 and 2007-2008 Dutch Star motorhomes manufactured October 12, 2006, to June 29, 2007. The affected vehicles have tag axles with wheel bearings that may be adjusted too tight, resulting in their overheating during use.","If the wheel bearings overheat, there is an increased risk of a wheel end fire.","Newmar will notfy owners, and Spartan dealers will check the wheel end bearings for appropriate end play, replacing them as necessary, free of charge. The recall began on October 29, 2015. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-543-4277. Newmar's recall number is 15V-548." -10/13/2015,15V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V646000),E-One Incorporated,Air Bags may be Deactivated,AIR BAGS,NR (Not Reported),Vehicle,18,"E-One Incorporated (E-One) is recalling certain model year 2014-2015 Typhoon, Cyclone II, and Quest emergency vehicles manufactured October 28, 2014, to August 29, 2015. The affected vehicles may have left the production facility with a harness for the front air bag system disconnected.","If the air bag harness is not connected to the air bag control system, the front air bag will not deploy in the event of a crash, increasing the risk of injury.","E-One will notify owners, and dealers will inspect the air bag harness, connecting it as necessary, and test the system for proper operation, free of charge. All affected vehicles have been repaired. Therefore an owner notification letter will not be issued for this recall campaign. The recall is expected to begin during November 2015. Owners may contact E-One customer service at 1-800-627-5050." -10/13/2015,15V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V649000),Great Dane Trailers,Axle Nut Retaining Clips may Not be Seated,SUSPENSION,NR (Not Reported),Vehicle,1971,"Great Dane Trailers (Great Dane) is recalling certain model year 2016 Dry Freight and Converter Dollies trailers manufactured June 19, 2015, to September 22, 2015. During production, the axle nut retaining clips may not have been properly seated or may have been omitted from the axle assemblies.","Without a properly seated axle nut retaining clip, the wheel nut may loosen resulting in excessive wheel end play and a loss of vehicle control, increasing the risk of a crash.","Great Dane will notify owners, and dealers will inspect the vehicles to verify that the axle nut retaining clips are properly installed, correcting them as necessary, free of charge. The recall began on October 27, 2015. Owners may contact Great Dane customer service at 1-877-369-3493." -10/13/2015,15V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V651000),Volvo Trucks North America,Ball Joints may Fail due to Corrosion,SUSPENSION,RVXX1508/RVXX1509,Vehicle,14934,"Volvo Trucks North America (Volvo) is recalling certain model year 2009-2015 Volvo VN trucks manufactured April 14, 2008, to December 23, 2014. The affected vehicles may experience corrosion of the ball joints due to the seals being compromised, possibly resulting in accelerated wear and failure of the ball joint.","Failure of the ball joint may cause separation of the socket and a complete loss of steering, increasing the risk of a crash.","Volvo will notify owners, and dealers will inspect and replace the drag links, free of charge. Parts are not currently available. Volvo issued an interim notification to owners on October 28, 2015. Replacement parts are now available. Notices to owners were mailed on March 1, 2016. Owners may contact Volvo customer service at 1-877-800-4945 option #1. Volvo's number for the vehicle inspection is RVXX1508. Volvo's number for the replacement of drag links is RVXX1509." -10/13/2015,15V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V643000),Volvo Trucks North America,Fifth Wheel Locking Mechanism may not Engage,TRAILER HITCHES,RVXX1507,Vehicle,669,"Volvo Trucks North America (Volvo) is recalling certain model year 2011-2013 VNL and VNM trucks manufactured June 21, 2010, to December 14, 2012. The affected trucks are equipped with Fontaine Ultra LT Fifth Wheel connectors, which, due to cumulative damage to the fifth wheel and its locking mechanism, have a locking mechanism that may fail to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","Volvo will notify owners, and Fontaine dealers will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on November 23, 2015. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1507." -10/13/2015,15V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V644000),"Mack Trucks, Inc.",Fifth Wheel Locking Mechanism may not Engage,TRAILER HITCHES,SC0395,Vehicle,448,"Mack Trucks, Inc. (Mack) is recalling certain model year 2011-2014 Pinnacle (CHU and CXU) trucks manufactured September 10, 2010, to June 17, 2013. The affected trucks are equipped with Fontaine Ultra LT Fifth Wheel connectors, which, due to cumulative damage to the fifth wheel and its locking mechanism, have a locking mechanism that may fail to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","Mack will notify owners, and Fontaine dealers will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on November 18, 2015. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0395." -10/13/2015,15V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V645000),"Forest River, Inc.",Incorrect Tire and Rim Placard,EQUIPMENT,19-10082015-0093,Vehicle,78,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Salem recreational trailers manufactured June 2, 2015, to October 6, 2015 and 2015 Wildwood recreational trailers manufactured June 3, 2015, to October 1, 2015. In the affected vehicles, the tire and wheel placard incorrectly states the wheel rim and tire size. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the incorrect tire and rim is installed, there may be instability of the vehicle when towing, increasing the risk of a crash.","Forest River will notify owners and will provide a corrected tire placard, free of charge. The recall began on October 26, 2015. Owners may contact Forest River customer service at 1-800-453-6064. Forest River's recall number is 19-10082015-0093." -10/13/2015,15V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V650000),"Forest River, Inc.",Incorrect Tire and Rim Placard/Part 567,EQUIPMENT,17A-10082015-0094,Vehicle,19,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2014 Cherokee recreational trailers, model T19V, manufactured February 18, 2013, to August 14, 2013. In the affected vehicles, the Federal placard displays incorrect vehicle information. The original placard indicates that the tires on the vehicle are ST225/75R15D and the axle indicates a 5,200 lbs. capacity. However, the vehicle was built with a 3,500 lbs. axle and ST205/75R15C tires, which results in a decrease in the Gross Vehicle Weight Rating. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","By relying on the incorrect Tire, Rim, GVWR and Cargo Carrying Capacity information indicated on the Federal Placards, an owner may unknowingly overload the vehicle, possibly resulting in tire or axle failure, increasing the risk of a crash.","Forest River will notify owners and provide a corrected, free of charge. The recall began on October 26, 2015. Owners may contact Forest River customer service at 1-800-453-6064. Forest River's number for this campaign is 17A-10082015-0094." -10/13/2015,15V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V647000),"Mercedes-Benz USA, LLC",Insufficient Fuel Pump Output causing Engine Stall,"FUEL SYSTEM, GASOLINE",2015100004,Vehicle,4,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 S550 Hybrid vehicles manufactured May 13, 2013 to April 22, 2015. In the affected vehicles, after driving in electric mode, the fuel pump output may be insufficient to restart the gasoline engine and the vehicle will stall.",A vehicle stall increases the risk of a crash.,"MBUSA will notify owners, and dealers will update the fuel system control unit software, free of charge. The recall is expected to begin in November 2015. Owners may contact Mercedes-Benz customer service at 1-800-367-6372." -10/13/2015,15V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V642000),Newmar Corporation,Parking Brake may not Function Properly,PARKING BRAKE,NR (Not Reported),Vehicle,86,"Newmar Corporation (Newmar) is recalling certain model year 2016 Bay Star, Bay Star Sport and Canyon Star motorhomes manufactured July 8, 2015, to September 14, 2015. In the affected vehicles, the parking brake actuator may be out of calibration causing the parking brake system to not properly hold the vehicle even with the parking brake pedal fully depressed. Additionally, the parking brake may not disengage completely when the parking brake pedal is released.","If the parking brake does not fully engage, the vehicle may unexpectedly roll, increasing the risk of personal injury or a crash. A parking brake that drags may result in a wheel end fire.","Newmar will notify owners, and dealers will replace the parking brake foot pedal assembly, free of charge. The recall began on October 22, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -10/13/2015,15V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V648000),"Autocar, LLC",Right-Hand Brake Plunger may Stick,SERVICE BRAKES,ACX-1505,Vehicle,483,"Autocar, LLC (Autocar) is recalling certain model year 2014-2016 Xpeditor vehicles manufactured January 3, 2014, to August 13, 2015. In dual-drive, right-hand stand configurations, the right-side brake plunger may stick and cause the brakes to drag.","If the brake plunger is not functioning properly and affecting braking performance, a loss of vehicle control may result, increasing the risk of a crash.","Autocar will notify owners, and dealers will replace the brake plunger, free of charge. The recall began on December 4, 2015. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACX-1505." -10/09/2015,15V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V639000),PACCAR Incorporated,10-Speed Manual Transmission may Remain in Reverse,POWER TRAIN,15KWN and 1015N,Vehicle,27,"Paccar (Paccar Incorporated) is recalling certain 2016 Kenworth T680, T800, and T880 trucks manufactured January 5, 2015, to January 7, 2015 and 2016 Peterbilt 367, 384, 567, and 579 trucks manufactured January 2, 2015, to January 9, 2015 and equipped with Eaton Fuller FR 10-speed manual transmissions. In the affected vehicles, when the transmission shift lever is moved from reverse to neutral, the reverse gear may stay engaged. When the transmission shift lever is moved from reverse to a forward gear position, the transmission may mechanically lock because both the reverse gear and forward gear are simultaneously engaged.","Even though the transmission has been shifted out of reverse into neutral, the vehicle may unexpectedly move backwards, increasing the risk of a crash.","Paccar will notify the owners, and dealers will inspect and repair the affected transmissions if necessary, free of charge. The recall began on December 4, 2015. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4000. Paccar's numbers for this recall are 15KWM (Kenworth) and 1015N (Peterbilt)." -10/09/2015,15V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V641000),PACCAR Incorporated,Fifth Wheel Locking Mechanism may not Engage,EQUIPMENT,15KWP and 1015M,Vehicle,290,"Paccar Incorporated (Paccar) is recalling certain model year 2012-2013 Peterbilt 579 and 587 trucks manufactured February 14, 2011, to December 5, 2012 and 2011 Kenworth T700 trucks manufactured September 21, 2010, to October 1, 2010. The affected trucks are equipped with Fontaine Ultra LT Fifth Wheel connectors, which, due to cumulative damage to the fifth wheel and its locking mechanism, have a locking mechanism that may fail to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","PACCAR will notify owners, and dealers will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on December 7, 2015. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4000. Paccar's numbers for this recall are 15KWP (Kenworth) and 1015M (Peterbilt)." -10/09/2015,15V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V640000),"General Motors, LLC",Ignition Lock Actuator may Bind,ELECTRICAL SYSTEM,15573,Vehicle,3073,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Silverado and GMC Sierra trucks manufactured January 24, 2014, to February 26, 2014, 2015 Chevrolet Suburban vehicles manufactured February 12, 2014 and Chevrolet Tahoe vehicles manufactured February 6, 2014, to February 13, 2014. In the affected vehicles, the ignition lock actuator may bind, making turning the key difficult or causing the ignition to get stuck in the ""Start"" position.","If stuck in the ""Start"" position, the ignition may suddenly snap back into the ""Accessory"" position, causing a loss of engine, steering, and braking power, increasing the risk of a vehicle crash. If the vehicle is in a crash, the air bags may not deploy, increasing the risk of occupant injury.","GM will notify owners, and dealers will replace the ignition lock housing, free of charge. The recall began on November 20, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 15573." -10/09/2015,15V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V638000),Starcraft RV,Inadequate Wheel to Wheel Well Clearance,STRUCTURE,9902258,Vehicle,35,"Starcraft RV is recalling certain model year 2016 Autumn Ridge travel trailers manufactured March 27, 2015, to September 22, 2015. The affected vehicles have an incorrectly built frame that may result in inadequate clearance between the wheel and the wheel well.","Inadequate clearance between the wheel and the wheel well may cause premature tire wear or possible tire failure, increasing the risk of a crash.","The remedy for this recall is still under development. The recall began on November 17, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902258." -10/09/2015,15E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E084000),Hale Products Inc,Incorrect Reading From Tank Level Pressure Sensor,EQUIPMENT,NR (Not Reported),Equipment,1289,"Hale Products Inc. (Hale) is recalling certain Quenching Agent Level Pressure Sensors, Class 1 ITL Level Displays, manufactured May 1, 2015, to July 31, 2015. When the vehicle is stationary, the affected sensors may give an incorrect reading of the remaining fire fighting agent (typically water or firefighting foam) left in the tank.","If there is an incorrect reading of agent in the tank, it can increase the risk of injury to the fire fighter if the tank unexpectedly runs out of agent.","Hale will notify owners, and dealers will either recalibrate the system or replace the pressure sensor, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Hale customer service at 1-800-533-3569." -10/09/2015,15V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V636000),"General Motors, LLC",Seat Position Identifier may have been Omitted,SEATS,15567,Vehicle,23,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Caprice vehicles manufactured August 14, 2013, to February 3, 2014, and Chevrolet SS vehicles manufactured August 15, 2013, to February 16, 2014. The affected vehicles received replacement seat base assemblies during repair service, but during the work, the seat position target bracket may not have been transferred from the old seat to the new one. Without the seat position target bracket, the air bag may deploy at a higher intensity than necessary.",An air bag that deploys at a higher than intended level increases the risk of injury during a crash.,"GM will notify owners, and dealers will inspect the vehicles and, if necessary, install a seat frame equipped with a target bracket, free of charge. The recall began on December 28, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15567." -10/09/2015,15V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V637000),Ducati North America,Side-Stand may Break,STRUCTURE,RCL-15-003,Vehicle,869,"Ducati North America (Ducati) is recalling certain model year 2015-2016 Multistrada 1200 and 1200 S motorcycles manufactured December 1, 2014, to June 11, 2015. In the affected vehicles, the side-stand may break, due to an incorrect length of the side-stand support tube.","If the side-stand breaks, the motorcyle would fall over, increasing the risk of injury to the rider and/or the passenger.","Ducati will notify owners, and dealers will replace the side-stand support tubes, as necessary, free of charge. The recall began on November 5, 2015. Owners may contact Ducati customer service at 1-800-231-6696. The recall number for this recall is RCL-15-003." -10/08/2015,15V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V632000),Kovatch Mobile Equipment Corp.,Ball Joints may Detach from Front Suspension,SUSPENSION,NR (Not Reported),Vehicle,8,"Kovatch Mobile Equipment Corp. (KME) is recalling certain model year 2013-2015 Predator emergency vehicles manufactured January 23, 2013, to January 28, 2015. The affected vehicles have front independent suspension assemblies that may have loose ball joints which could separate causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"KME will notify owners, and dealers will correct the ball joint installation, free of charge. The recall began on October 30, 2015. Owners may contact KME customer service at 1-800-235-3926." -10/08/2015,15V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V635000),"Tiffin Motorhomes, Inc.",Ball Joints may Detach from Front Suspension,SUSPENSION,NR (Not Reported),Vehicle,298,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2014-2016 Breeze motorhomes manufactured September 5, 2013, to September 30, 2015. The affected assemblies may have loose ball joints which could separate causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"Tiffin will notify owners, and dealers will correct the ball joint installation, as necessary, free of charge. The recall began on October 30, 2015. Owners may contact Tiffin customer service at 1-256-356-8661." -10/08/2015,15V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V631000),"Navistar, Inc.",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,74,"Navistar Inc. (Navistar) is recalling certain model year 2016 International ProStar trucks manufactured August 5, 2015, to August 14, 2015, DuraStar trucks manufactured August 7, 2015, to August 13, 2015, Paystar trucks manufactured August 11, 2015, to August 14, 2015, and LoneStar trucks manufactured August 10, 2015, to August 14, 2015. In the affected vehicles, the Engine Control Module (ECM) may short circuit, causing the engine to stall without warning.",An engine that stalls without warning increases the risk of a crash.,"Navistar will notify owners, and Cummins dealers will replace the ECM, free of charge. The recall began on October 22, 2015. Owners may contact Navistar customer service at 1-800-448-7825, or Cummins customer service at 1-800-343-7357." -10/08/2015,15V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V634000),Volvo Trucks North America,Electric Auxiliary Power Units may Fall from Truck,ELECTRICAL SYSTEM,RVXX1506,Vehicle,101,"Volvo Trucks North America (Volvo) is recalling certain model year 2012-2014 Volvo VNL trucks manufactured December 1, 2011, to September 1, 2013, equipped with certain Electric Auxiliary Power Units (APU), part number BA600, manufactured by Idle Free Systems (IFS). The affected APUs have metal housings whose mounting points may crack and tear. Additionally, the mounting bolts of the power units may loosen or possibly fail.","If the mounting points crack and tear or the attaching bolts loosen or fail, the power unit may detach from the truck, becoming a road hazard and increasing the risk of a crash.","Volvo will notify owners and IFS dealers will inspect the APU for damage and, where needed, install a welded gusset upgrade kit to strengthen the APU C-channels. All units will receive stronger clamping brackets. The recall began on December 10, 2015. Owners may contact Volvo customer service at 1-800-528-6586, or IFS customer service at 1-920-206-9333. Volvo's number for this recall is RVXX1506." -10/08/2015,15V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V633000),Shyft Group,Steering Gear Mounting Bracket may Crack,STEERING,15022,Vehicle,3313,"Spartan Motors USA (Spartan) is recalling certain model year 1997-2005 MM and K2 motorhome chassis manufactured January 20, 2003, to May 16, 2005. The affected vehicles have a steering gear mounting bracket that may crack, causing a loss of steering ability.",A loss of steering increases the risk of a crash.,"Spartan will notify owners, and dealers will replace the steering gear mounting brackets, free of charge. An interim notice was mailed to owners on December 4, 2015. Owners may contact Spartan customer service at 1-800-543-4277. Spartan's number for this recall is 15022." -10/07/2015,15V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V629000),Hyundai Motor America,Front Coil Springs May Fracture,SUSPENSION,133,Vehicle,28157,"Hyundai Motor America (Hyundai) is recalling certain model year 2011 Elantra vehicles manufactured November 12, 2010, to March 31, 2011, and Sonata vehicles manufactured December 11, 2009, to February 28, 2010, originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Road salt may corrode the front coil springs, possibly resulting in the coil springs fracturing.","If a front coil spring fractures, it may contact the tire, possibly puncturing it, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the front coil springs, free of charge. Interim notifications were mailed on November 17, 2015. The recall began on January 6, 2016. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 133. Note: Vehicles that were previously registered in salt belt states but are currently registered elsewhere are eligible to be inspected and repaired." -10/07/2015,15V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V630000),Volvo Trucks North America,Headlamps Do Not Meet Requirements/FMVSS 108,EXTERIOR LIGHTING,RVXX1505,Vehicle,1669,"Volvo Trucks North America (Volvo) is recalling certain model year 2015-2016 VAH and VHD trucks manufactured April 1, 2014, to August 14, 2015. The affected vehicles may be equipped with headlights that do not meet the minimum intensity requirements, resulting in insufficient illumination of the roadway. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",Headlights that provide insufficient illumination increase the risk of a crash.,"Volvo will notify owners, and dealers will replace the headlights, free of charge. The recall began on January 19, 2016. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1505." -10/07/2015,15V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V627000),"Volkswagen Group of America, Inc.",Incorrect Occupant Classification,AIR BAGS,69L6,Vehicle,993,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Jetta vehicles manufactured September 8, 2014, to November 28, 2014, Golf vehicles manufactured April 2, 2014, to December 3, 2014, and E-Golf vehicles manufactured July 26, 2014, to October 18, 2014. The affected vehicles are equipped a Passenger Occupant Detection System (PODS) that may have been manufactured improperly. As a result, the front passenger seat occupant may be improperly classified or may not be detected.","In the event of a crash, if the front passenger seat occupant is incorrectly classified or non-detected, the passenger frontal air bag may deploy improperly or not at all, increasing the risk of occupant injury.","Volkswagen will notify owners, and dealers will replace the PODS control module, free of charge. The recall began on November 20, 2015. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswgen's number for this recall is 69L6." -10/07/2015,15V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V628000),"BMW of North America, LLC",Passenger Frontal Air Bag May not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,6073,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2016 MINI Cooper S and MINI Cooper two-door vehicles, 2015-2016 MINI John Cooper Works and MINI Cooper S and MINI Cooper four-door vehicles and 2014-2015 BMW i3 vehicles. Due to a manufacturing error, the passenger frontal air bag may not deploy properly in a low speed crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a vehicle crash, an air bag that does not deploy properly increases the risk of injury to the front seat passenger.","MINI and BMW will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began on November 25, 2015. Owners may contact MINI customer service at 1-866-825-1525 and BMW customer service at 1-800-525-7417." -10/06/2015,15V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V626000),Kia Motors America,Brake-Shift Interlock Mechanism Can Chip or Crack,POWER TRAIN,SC124,Vehicle,377062,"Kia Motors America (Kia) is recalling certain model year 2011-2013 Kia Sorento vehicles manufactured October 19, 2009, to January 31, 2013. In the affected vehicles, if excessive force is applied to the gear shift lever, the brake-shift interlock mechanism may chip or crack allowing the transmission being able to be shifted out of ""Park"" without the brakes being depressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection.""","Without requiring the brake to be pressed, the vehicle may be unintentionally shifted out of Park, allowing it to roll, which may result in a crash.","Kia will notify owners, and dealers will replace the brake-shift interlock mechanism, free of charge. The recall began on November 9, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC124." -10/06/2015,15E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E083000),"Meritor, Inc.",Caliper Bolts may be Loose,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,259,"Meritor, Inc. (Meritor) is recalling certain Meritor EX225L2, EX225L+, and Bendix ADB22X axles manufactured December 9, 2013, to August 25, 2015. The affected axle assemblies have caliper bolts that may not have been properly tightened, allowing the caliper mounting bolts to back out and the caliper to detach from the axle flange.","If the caliper detaches from the axle flange, braking performance would be reduced, increasing the risk of a crash.","Meritor will notify the vehicle manufacturers that purchased the axles. The vehicle manufacturers will notify owners, and their dealers will inspect the caliper bolts, tightening them as necessary, free of charge. The recall began on November 13, 2015. Owners may contact Meritor customer service at 1-866-668-7221." -10/06/2015,15V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V625000),"Winnebago Industries, Inc.",LP Hose Hardening may Result in LP Leak,EQUIPMENT,NR (Not Reported),Vehicle,8842,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2013-2016 Winnebago Era, Travato, View, Trend, Via, Journey, and Tour motorhomes and Itasca Navion, Viva, Reyo, Meridian, and Elipse motorhomes manufactured June 26, 2012, to August 26, 2015. In the affected vehicles, the high pressure liquid propane (LP) hose may harden and result in an LP leak at the crimp fitting.",An LP leak in the presence of an ignition source increases the risk of a fire.,"Winnebago will notify owners, and dealers will replace the LP hose, free of charge. The recall began on November 25, 2015. Owners may contact Winnebago customer service at 1-641-585-3535." -10/06/2015,15E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E082000),"Dorman Products, Inc.",Steering Shaft May Separate,STEERING,NR (Not Reported),Equipment,1767,"Dorman Products, Inc. (Dorman) is recalling certain model Dorman Steering Shafts, part number 425-359, Solutions Steering Shafts, part number 7-0359, and OE Solutions Steering Shafts, part number 425-359, manufactured April 17, 2014, to September 28, 2015. These aftermarket replacement steering shafts are sold for use in 1995-2002 Ford Crown Victoria, Mercury Grand Marquis, and Lincoln Town Car vehicles. These steering shafts may separate during operation if the integral fastener is loose or missing and if the interfacing vehicle shaft is compressed in length.","If the shafts separate during vehicle operation, a loss of steering control would result, increasing the risk of a vehicle crash.","Dorman will notify owners, and dealers will replace the steering shaft, free of charge. The recall began on October 28, 2015. Owners may contact Dorman customer service at 1-800-523-2492, option 5." -10/05/2015,15V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V623000),"Daimler Trucks North America, LLC",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,FL-690,Vehicle,4,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016 Thomas Built Bus Saf-T-Liner C2 school buses manufactured August 6, 2015, to August 20, 2015, and equipped with certain Cummins ISB6.7 engines whose engine control module (ECM) may short circuit and blow a fuse resulting in the engine stalling without warning.",An engine that stalls without warning increases the risk of a crash.,"DTNA will notify owners, and dealers will replace the ECM, free of charge. The recall began on October 22, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-690." -10/05/2015,15V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V624000),Riverside RV,Incorrect Tire Label Information/Part 574,EQUIPMENT,NR (Not Reported),Vehicle,132,"Riverside RV is recalling certain model year 2016 Retro Travel Trailers, models 177SE, 166, 195, and 509, manufactured May 1, 2015, to July 31, 2015 and equipped with Coker whitewall tires. The affected trailers are equipped with Tire and Loading labels that list incorrect tire pressure information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 574, ""Tire Identification & Recordkeeping.""","If an owner inflates the tires to the incorrect pressure listed on the label, the tire may be overinflated, and a tire blow out may occur, increasing the risk of a crash.","Riverside has reprinted and sent the corrected labels to owners and dealers, free of charge. The recall began on September 1, 2015. Owners may contact Riverside customer service at 1-260-499-4578." -10/05/2015,15E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E081000),Hale Products Inc,Transmission May Shift Out of Gear,POWER TRAIN,SB 129,Equipment,51,"Hale Products Inc. (Hale) is recalling certain K Gearboxes manufactured December 20, 2014, to August 3, 2015. These gearboxes are used in fire apparatus to transfer engine power from driving a fire hose pump to turning the vehicle driveshaft. The affected gearboxes, sizes XK and LK, may shift out of gear from ""road"" to ""neutral"" while in the fire truck is in transit.","If the vehicle unexpectedly shifts to neutral on the way to attend a fire, the delay may hinder fire fighting efforts. Additionally, the loss of drive may increase the risk of a crash.","Hale will notify owners, and dealers will remove the gearbox and ship it to Hale to be remedied. Once repaired, it will be reinstalled. This work will be performed free of charge. The recall began on November 15, 2015. Owners may contact Hale customer service at 1-800-533-3569. Hale's number for this recall is SB 129." -10/05/2015,15E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E080000),SAF-Holland,Wheel End may Separate from Axle,SUSPENSION,NR (Not Reported),Equipment,768,"SAF-Holland is recalling certain 5-Inch Tapered Axles used in trailer applications, part numbers 24790175090, 24790745090, and 24790165090, manufactured December 13, 2011, to December 25, 2011. In the affected axles, the wheel end may separate from the axle due to an out of specification material thickness on the spindle.",A wheel end that separates from the trailer axle increases the risk of a crash.,"SAF-Holland will inspect and replace defective spindles, free of charge to owner. The recall began on November 2, 2015. Owners may contact SAF-Holland customer service at 1-888-396-6501." -10/02/2015,15V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V620000),"Daimler Trucks North America, LLC",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,FL-690,Vehicle,273,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016 Freightliner Cascadia, Business Class M2, 108SD, 114SD, and 122SD, Western Star 4700 and 4900, Thomas Built Buses Saf-T-Liner C2, and Freightliner MT55 vehicles manufactured August 7, 2015, to August 26, 2015. The affected vehicles are equipped with certain Cummins ISB6.7, ISL9, ISX12 or ISX15 engines whose engine control module (ECM) may short circuit and blow a fuse resulting in the engine stalling without warning.",An engine that stalls without warning increases the risk of a crash.,"DTNA will notify owners, and dealers will replace the ECM free of charge. The recall began on October 22, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-690." -10/02/2015,15V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V621000),Mazda North American Operations,Fuel Shut Off Valve may cause Fuel Leak,"FUEL SYSTEM, GASOLINE",8615J,Vehicle,14411,"Mazda North American Operations (Mazda) is recalling certain model year 2015-2016 Mazda3 vehicles manufactured May 21, 2015, to August 25, 2015. The affected vehicles are equipped with a fuel tank with a shut-off valve that can allow fuel to enter into the fuel tank emissions systems. If enough fuel enters the emission system it may leak out onto the ground or result in an engine stall.",A fuel leak in the presence of an ignition source increases the risk of a fire. An engine that stalls increases the risk of a crash.,"Mazda will notify owners, and dealers will inspect the vehicle's fuel shut-off valve. As needed, the fuel shut-off valve and the affected fuel tank emissions system components will be replaced, free of charge. The recall began on October 20, 2015. Owners are advised not to drive their vehicle until the repairs have been completed. Mazda will provide rental cars until that time. Owners may contact the Mazda Customer Experience Center at 1-800- 222-5500, option #6. Mazda's number for this recall is 8615J." -10/02/2015,15E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E079000),"The Chamberlain Group, Inc.",Portable Jump Starter may Overheat While Charging,EQUIPMENT,NR (Not Reported),Equipment,8542,"The Chamberlain Group, Inc. (Chamberlain) is recalling certain Portable Jump Starters, model CA1000, manufactured August 1, 2014, to September 9, 2015. The affected jump starters are able to be charged when the internal battery is either too hot or too cold for charging, possibly resulting in the unit overheating.","If the portable jump starter overheats, it would increase the risk of a fire.","Chamberlain will notify owners and provide them with a full refund of the portable jump starter. The recall began on October 13, 2015. Owners may contact Chamberlain customer service at 1-877-277-7135." -10/02/2015,15V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V619000),"C & B Quality Trailer Works, Inc.","Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,79,"C&B Quality Trailer Works, Inc. (C&B Quality) is recalling certain model year 2015-2016 Horse Trailers manufactured from February 25, 2015, through September 15, 2015, and equipped with 3500lb-capacity torsion model axles. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","C&B Quality will notify owners, and the axle manufacture will supply a replacement axle free of charge and cover the labor costs needed to replace it. The recall began on October 20, 2015. Owners may contact C&B Quality Trailer Works, Inc. at 1-208-455-2768." -10/02/2015,15V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V622000),Snake River Trailer Company,"Tire, Wheel, Hub, and Torsion Arm may Detach",SUSPENSION,NR (Not Reported),Vehicle,34,"Snake River Trailer Company (Snake River) is recalling certain model year 2015-2016 Horse trailers manufactured February 25, 2015, to September 15, 2015, and equipped with 3500lb-capacity torsion model axles. The weld that secures the torsion arm assembly may fail allowing the tire, wheel, hub, and torsion arm to separate from the trailer.","A separation of the torsion arm can result in a reduction in vehicle stability, increasing the risk of a crash.","Snake River will notify owners, and the axle manufacture will supply a replacement axle free of charge and cover the labor costs needed to replace it. The recall began on November 20, 2015. Owners may contact Snake River customer service at 1-208-459-8344." -10/01/2015,15V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V617000),"Daimler Trucks North America, LLC",10-Speed Manual Transmission may Remain in Reverse,POWER TRAIN,FL-693,Vehicle,14,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2015-2016 Freightliner Cascadia, Business Class M2, 108SD, 114SD, and Western Star 4700 trucks manufactured January 4, 2015, to April 24, 2015, and equipped with Eaton Fuller FR 10-speed manual transmissions. In the affected vehicles, when the transmission shift lever is moved from reverse to neutral, the reverse gear may stay engaged. When the transmission shift lever is moved from reverse to a forward gear position, the transmission may mechanically lock because both the reverse gear and forward gear are simultaneously engaged.","Even though the transmission has been shifted out of reverse into neutral, the vehicle may unexpectedly move backwards, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the affected transmissions if necessary, free of charge. The recall began on November 24, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-693." -10/01/2015,15V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V615000),Pierce Manufacturing,Ball Joint Contamination Causing Premature Wear,SUSPENSION,74B267,Vehicle,910,"Pierce Manufacturing (Pierce) is recalling certain model year 2006-2007 Arrow XT, Dash, Enforcer, Lance, Impel, and Quantum vehicles manufactured January 1, 2006, to March 31, 2007. In the affected vehicles, tears in the ball joint protective boots may result in contamination of the ball joints.","The contamination may cause premature ball joint failure and the wheel to disengage from the control arm, increasing the risk of a vehicle crash.","Pierce will notify owners, and dealers will inspect the affected vehicles for torn ball joint boots. Pierce will also evaluate the ball joint wear. Ball joints with an unexpected level of wear will be replaced. These repairs will be performed free of charge. The recall began on December 10, 2015. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B267." -10/01/2015,15V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V616000),"Daimler Trucks North America, LLC",Fifth Wheel Locking Mechanism may not Engage,TRAILER HITCHES,FL-692,Vehicle,5801,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2011-2014 Cascadia, Business Class M2, Coronado, and Columbia Glider vehicles manufactured April 5, 2010, to June 15, 2013. The affected trucks are equipped with Fontaine Ultra LT Fifth Wheel connectors, which, due to cumulative damage to the fifth wheel and its locking mechanism, have a locking mechanism that may fail to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","DTNA will notify owners, and DTNA authorized service facilities will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on November 20, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-692." -10/01/2015,15V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V618000),Ford Motor Company,Fuel Tank may Crack in a Crash/FMVSS 301,"FUEL SYSTEM, GASOLINE",15C11,Vehicle,658,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford Fusion vehicles manufactured September 3, 2015, to September 13, 2015, and 2016 Lincoln MKZ vehicles manufactured September 3, 2015, to September 12, 2015. The affected vehicles have a fuel tank that may have insufficent wall thickness. As a result, the fuel tanks may crack in the event of a crash and thus the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 301, ""Fuel System Integrity.""","A fuel tank that cracks may leak fuel, increasing the risk of a fire.","Ford will notify owners, and dealers will replace the fuel tank, free of charge. The recall began on October 19, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C11." -09/30/2015,15V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V612000),"Tiffin Motorhomes, Inc.",Exhaust Pipe may Melt Insulation,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,140,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2010-2012 Phaeton motorhomes built on Powerglide chassis with floor plans QBH, QKH, and QTH manufactured July 1, 2010, to August 1, 2011. The affected vehicles have an exhaust pipe that is mounted too close to the underside of the floor.",Insufficient spacing between the exhaust pipe and the floor may result in the insulation melting and an increased risk of a fire.,"Tiffin will notify owners, and dealers will change the configuration of the exhaust to provide extra clearance between it and the floor, free of charge. The recall began on December 1, 2015. Owners may contact Tiffin customer service at 1-256-356-8661. Note: Although these vehicles may have been previously repaired for this condition under recall number 11V-416, it is important that the affected vehicles receive the revised remedy of this recall." -09/30/2015,15V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V613000),"Daimler Trucks North America, LLC",Improperly Torqued Steering Arm Bolt,STEERING,"Fl-691, 15R2, 15R3",Vehicle,10843,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2016 Freightliner Cascadia, Business Class M2, 108SD, 114SD, 122SD, Coronado Glider, and Columbia Glider vehicles manufactured June 29, 2015, to September 7, 2015. In the affected vehicles, the steering arm bolts may not be properly tightened.","If the steering arm bolts are not properly tightened, the steering arm may separate from the knuckle causing a loss of steering and increasing the risk of a crash.","DTNA will notify owners, and Daimler Trucks North America or Detroit Diesel authorized service facilities will inspect the steering arm bolts, tightening them as necessary, free of charge. The recall began on November 12, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-691." -09/30/2015,15V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V610000),Keystone RV Company,Insufficient Welds on Rear Mounting Plate,STRUCTURE,15-238,Vehicle,240,"Keystone RV Company (Keystone) is recalling certain model year 2016 Retreat recreational trailers manufactured July 13, 2015, to September 24, 2015, and model year 2016 Residence recreational trailers manufactured April 2, 2015, to September 2, 2015. The affected vehicles may have been manufactured with an insufficient weld on the rear mounting plate that the detachable A-frame is bolted to.","If the A-Frame plate detaches from the frame while the vehicle is in motion it can reduce vehicle handling, increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect the welds and repair them as necessary, free of charge. The recall began on October 22, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-238." -09/30/2015,15V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V611000),Ford Motor Company,Transmission can Shift Without Pressing Brake,POWER TRAIN,15S25,Vehicle,1477,"Ford Motor Company (Ford) is recalling certain model year 2016 Ford F-53 and F-59 stripped chassis trucks manufactured June 1, 2015, to August 11, 2015. Due to an incorrect shift cable bracket and an improper shift cable adjustment, the affected vehicles can be shifted out of 'PARK' without applying the brakes.","If the vehicle can be shifted into reverse without the brakes being applied, the vehicle may unintentionally move, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the transmission shift control bracket and adjust the transmission shift cable, free of charge. The recall began on November 12, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S25." -09/30/2015,15V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V614000),Ford Motor Company,Unexpected Braking using Adaptive Cruise Control,FORWARD COLLISION AVOIDANCE,15S29,Vehicle,33481,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford F-150 trucks manufactured March 18, 2014, to August 6, 2015 and equipped with Adaptive Cruise Control (ACC). While using the Adaptive Cruise Control, the vehicle may falsely detect an obstacle in its path and may unexpectedly apply the brakes.",A vehicle that unexpectedly brakes increases the risk of a crash.,"Ford will notify owners, and dealers will reprogram the cruise control module with updated ACC radar software, free of charge. The recall began on October 25, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S29." -09/29/2015,15V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V608000),Ford Motor Company,Axle Recall Remedy may been Performed Improperly,SUSPENSION,15S27,Vehicle,283413,"Ford Motor Company (Ford) is recalling certain model year 1998-2003 Windstar vehicles manufactured September 2, 1997, to July 3, 2003. The affected vehicles were previously remedied to safeguard against the rear axle cracking from corrosion, however, the remedy brackets may have been misinstalled. The incorrect bracket installations may limit the effectiveness of the service repair for NHTSA recalls 10V-385, 12V-193, and 12V-195.","If the brackets were not installed properly, the rear axle may fracture, affecting the vehicle handling and increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the brackets to verify their proper installation. If a bracket is found to have been misinstalled, the rear axle will be replaced. These repairs will be performed free of charge. The began on October 21, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S27." -09/29/2015,15V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V607000),"Navistar, Inc.",Fifth Wheel Locking Mechanism may not Engage,TRAILER HITCHES,None,Vehicle,3776,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2014 International ProStar trucks manufactured May 18, 2010, to April 5, 2013, 2012-2014 International LoneStar trucks manufactured September 7, 2011, to March 25, 2013, and 2011-2013 International TranStar trucks manufactured October 18, 2010, to February 20, 2013. The affected trucks are equipped with Fontaine Ultra LT Fifth Wheel connectors, which, due to cumulative damage to the fifth wheel and its locking mechanism, have a locking mechanism that may fail to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","Navistar will notify owners, and Fontaine dealers will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on November 18, 2015. Owners may contact Navistar customer service at 1-800-448-7825, or Fontaine customer service at 1-844-597-7393." -09/29/2015,15V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V609000),"General Motors, LLC",Front Windshield Wiper Motor may Overheat,VISIBILITY,15780/15789,Vehicle,29295,"General Motors LLC (GM) is recalling certain model year 2016 Chevrolet Traverse, GMC Acadia, and Buick Enclave vehicles manufactured August 18, 2015 to September 24, 2015. Due to a manufacturing defect, the windshield wiper motor may overheat when used.",A wiper motor that overheats increases the risk of a fire.,"GM has notified owners, and dealers will replace the windshield wiper motor cover assembly, free of charge. Owners are advised not to use their front windshield wipers until the wiper cover has been replaced. If weather conditions prevent operation of the vehicle without using the windshield wipers, GM will make arrangements to pick up the vehicle for servicing. The recall began on September 30, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020, Buick customer service at 1-800-521-7300, and GMC customer service at 1-800-462-8782. GM's number for this recall is 15780." -09/29/2015,15V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V606000),Ford Motor Company,Rebuilt Transmission Shift Lever May Disengage,POWER TRAIN,15S28,Vehicle,57,"Ford Motor Company (Ford) is recalling certain model year 2001-2008 Ford Escape and Mercury Mariner vehicles manufactured March 31, 2001, to September 1, 2009. The affected vehicles are equipped with either a 2.3L or 3.0L engine and have had their CD4E transmission replaced with remanufactured one that was rebuilt between June 11, 2015 through July 15, 2015. These service repair part transmissions have a shift lever bolt that may not be properly tightened. As a result, the shift control lever could disengage from the transmission without warning.","If the shift lever disengages from the transmission, a driver may be unable to shift gear positions and the indicated shift position may not represent the gear position the vehicle is in. Should a disengagement occur while the vehicle is being driven, when the driver goes to stop and park the vehicle, the gear selection indicator may show that the transmission is in the ""PARK"" position, but the vehicle transmission may not actually be in the ""PARK"" gear position. If the vehicle is not in the ""PARK"" position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","Ford will notify owners, and dealers will inspect the transmissions and either tighten the manual shift lever bolt or replace the manual shift lever assembly. These repairs will be performed free of charge. The recall began on October 23, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S28." -09/28/2015,15V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V603000),Shyft Group,Driveshaft Gear Box may shift to Neutral,EQUIPMENT,15021,Vehicle,14,"Spartan Motors USA (Spartan) is recalling certain model year 2014 MetroStar emergency vehicles manufactured January 5, 2015, to March 9, 2015, and equipped with a fire pump and a Hale Products K-Gearbox. The K-Gearbox transmission in the affected vehicles may unexpectedly shift to neutral while traveling to or from a fire.","If the vehicle unexpectedly shifts to neutral on the way to attend a fire, the delay may hinder fire fighting efforts. Additionally, the loss of drive may increase the risk of a crash.","Spartan will notify owners, and dealers will remove the gearbox, send it to Hale for repairs and then reinstall it once it has been fixed. These repairs will be performed free of charge. The recall began on November 3, 2015. Owners may contact Spartan customer service at 1-800-867-6478. Spartan's number for this recall is 15021." -09/28/2015,15V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V604000),Volvo Bus Corporation,Exhaust Clamp Failure at Turbocharger,ENGINE AND ENGINE COOLING,SR15-85,Vehicle,205,"Volvo Bus Corporation (Volvo) is recalling certain model year 2009-2013 Volvo 9700 buses manufactured August 28, 2008, to December 21, 2012. In the affected vehicles, the exhaust clamp at the turbocharger may fail, allowing hot exhaust gas to contact materials in the engine compartment.","If hot exhaust gas contacts other components or materials, it can increase the risk of a fire.","Volvo will notify owners, and dealers will replace the exhaust clamp, free of charge. The recall began on November 11, 2015. Owners may contact Volvo Bus at 1-866-870-2046. Volvo's number for this recall is SR15-85." -09/28/2015,15V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V605000),Ford Motor Company,Fuel Tank Mounting Bolts may be Loose,"FUEL SYSTEM, GASOLINE",15S26,Vehicle,203,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Taurus, Lincoln MKS, and 2016 Ford Explorer vehicles manufactured on July 24, 2015. During vehicle production, the fuel tank attachment bolts may not have been properly tightened. As a result, the fuel tank straps may fracture and the fuel tank could separate from the vehicle.","If the fuel tank separates from the vehicle, a fuel leak may occur, increasing the risk of a fire.","Ford will notify owners, and dealers will tighten the fuel tank attachment bolts, as necessary, free of charge. The recall began on October 19, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S26." -09/25/2015,15V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V602000),Honda (American Honda Motor Co.),Hybrid System may go into Fail Safe Mode,HYBRID PROPULSION SYSTEM,JT7,Vehicle,6786,"Honda (American Honda Motor Co.) is recalling certain model year 2014-2015 Honda Accord Hybrid vehicles manufactured August 29, 2013, to May 30, 2015. Electrical interference may cause the hybrid system to switch into fail-safe mode, disabling the gasoline engine, limiting the vehicle's speed to 40 miles per hour and functioning only on battery power. Once the battery is discharged, the vehicle will stall.",A vehicle stall increases the risk of a crash.,"Honda will notify owners, and dealers will update the hybrid system software, free of charge. The recall began on November 6, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JT7." -09/25/2015,15V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V601000),"Merhow Acquisition, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,178,"Merhow Acquisition, LLC (Merhow) is recalling certain model year 2006-2013 Horse Trailers equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Merhow has notified owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on August 15, 2013. Owners may contact Merhow customer service at 1-269-483-0010, or Fastec customer service at 1-800-837-2505." -09/25/2015,15V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V600000),"Jaguar Land Rover North America, LLC",Second Row Seat Back may not Latch Properly,SEATS,P072,Vehicle,856,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2015 Range Rover and Range Rover Sport vehicles manufactured June 2, 2015, to June 11, 2015. In the affected vehicles, the second row seat back may not latch properly, especially in the center section.","In the event of a crash, if the seat back is not properly latched, the seat belt may not properly restrain the occupant, increasing their risk of injury.","Land Rover will notify owners, and dealers will inspect the second row seat mechanism, replacing it as required, free of charge. The recall began on November 12, 2015. Owners may contact Land Rover's customer service at 1-800-637-6837. Land Rover's number for this recall is P072." -09/24/2015,15V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V598000),E-One Incorporated,Ball Joints may Detach from Front Suspension,SUSPENSION,NR (Not Reported),Vehicle,9,"E-One Incorporated (E-One) is recalling certain model year 2013-2014 Typhoon, Cyclone II, and Quest emergency vehicles manufactured August 2, 2013, to December 16, 2014. The affected vehicles have front independent suspension assemblies that may have loose ball joints which could separate causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"E-One will notify owners, and dealers will inspect and repair the suspension assemblies, as necessary, free of charge. The recall began on October 9, 2015. Owners may contact E-One customer service at 1-800-627-5050." -09/24/2015,15V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V597000),PACCAR Incorporated,Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,15KWM and 915-L,Vehicle,354,"Paccar Incorporated (Paccar) is recalling certain model year 2016 Kenworth T370, T660, T680, T800, T880, and W900 vehicles manufactured July 31, 2015, to August 12, 2015, and 2016 Peterbilt 337, 348, 365, 367, 382, 386, 389, 567, 579, and 587 vehicles manufactured August 4, 2015, to August 12, 2015. In the affected vehicles, the Engine Control Module (ECM) may short circuit, causing the engine to stall without warning.",An engine that stalls without warning increases the risk of a crash.,"PACCAR will notify owners, and dealers will replace the defective engine control modules, free of charge. The recall began on October 22, 2015. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4000. Paccar's numbers for this recall are 15KWM (Kenworth) and 915-L (Peterbilt)." -09/24/2015,15V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V599000),"General Motors, LLC",Driver's Master Power Window Switch may Short,VISIBILITY,15700,Vehicle,9932,"General Motors LLC (GM) is recalling certain model year 2006-2007 Buick Rainier, Chevrolet Trailblazer and GMC Envoy vehicles, and 2006 GMC Envoy XL and Chevrolet Trailblazer EXT vehicles. Fluid may enter into the driver's door master power window switch module, causing corrosion that could result in a short in the circuit board, causing window switches to become inoperative. Previously, the affected vehicles may have had their master power window switch module treated with a protective coating, instead of having it replaced.","The protective coating may not eliminate the risk that the circuit board could short and result in a fire, even while the vehicle is unattended.","GM will notify owners, and dealers will install a new driver's door switch module, free of charge. The recall began on November 2, 2015. Owners may contact Buick customer service at 1-800-521-7300, Chevrolet customer service at 1-800-222-1020, and GMC customer service at 1-800-462-8782. GM's number for this recall is 15700." -09/24/2015,15E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E078000),Lippert,Electric Entry Steps may be Unstable,EQUIPMENT,LCI-SCS-091815,Equipment,47340,"Lippert Components, Inc. (Lippert) is recalling certain Coachstep Double and Triple Electric Steps manufactured May 25, 2007, to December 18, 2014. The bolt that attaches the fan gear assembly to the steps may fracture allowing the fan gear to disengage from the steps. As a result, the steps may not remain in the expected position and may be unstable.",Unstable entry and exit steps increase the risk of injury.,"Dealers will install a retainer bracket on the double step assemblies and the Coachstep Linkage Assembly will be replaced and a retainer bracket will be installed on the trip step assemblies. The recall began on February 5, 2016. Owners may contact Lippert customer service number at 1-574-537-8900. Lippert's number for this recall is LCI-SCS-091815." -09/24/2015,15V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V596000),"Forest River, Inc.",Exhaust Gas may Enter Passenger Area,ENGINE AND ENGINE COOLING,35-20222015-0091,Vehicle,17,"Forest River, Inc. (Forest River) is recalling certain model year 2011-2016 Glaval Titan II Low Floor diesel transit buses manufactured October 5, 2011, to September 11, 2015. During installation of the floor decking, a screw may have pierced the exhaust tube.","If the exhaust tube was pierced and the screw is removed, exhaust fumes may enter the passenger area. Additionally, there is an increased risk of a fire.","Forest River will notify owners, and dealers will remove and inspect the exhaust system, sealing or replacing it, as necessary, free of charge. The recall began on October 7, 2015. Owners may contact Forest River customer service at 1-800-445-2825 ext 167. Forest River's number for this recall is 35-20222015-0091." -09/24/2015,15V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V595000),"Chrysler (FCA US, LLC)",Hood may Open Unexpectedly,LATCHES/LOCKS/LINKAGES,R53,Vehicle,1625,"Chrysler Group LLC (Chrysler) is recalling certain model year 2016 Chrysler Town and Country and Dodge Grand Caravan vehicles manufactured August 19, 2015 to August 27, 2015. In the affected vehicles, the bolts that attach the hood striker may loosen and, as a result, the hood may open unexpectedly while driving.","If the hood opens while driving, the driver's vision may be obstructed, increasing the risk of a crash.","Chrysler will notify owners, and dealers will install new hood striker bolts with the proper torque, free of charge. The recall began on October 22, 2015. Owners may contact Chrysler's customer service at 1-800-853-1403. Chrysler's recall number is R53." -09/23/2015,15V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V592000),"Chrysler (FCA US, LLC)",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,R52,Vehicle,41,"Chrysler (FCA US LLC) is recalling certain model year 2016 Ram 2500, 3500, 3500 Cab Chassis and 4500/5500 Cab Chassis trucks manufactured July 31, 2015, to August 13, 2015 and equipped with a 6.7L Cummins Diesel engine. In the affected vehicles, the Engine Control Module (ECM) may short circuit, causing the engine to stall without warning.",An engine that stalls without warning increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the ECM, free of charge. The recall began on December 21, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R52." -09/23/2015,15V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V594000),"Mitsubishi Motors North America, Inc.",Delayed Air Bag Deployment due to Impact Sensor,AIR BAGS,SR-15-011,Vehicle,13558,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2014 Mitsubishi Mirage vehicles manufactured July 27, 2013, to November 20, 2013, and 2012 Mitsubishi i-MiEV vehicles manufactured October 28, 2011, to September 7, 2012. Due to an increased resistance in the impact sensor for the air bag system, in the event of a crash necessitating deployment of the frontal, side and/or curtain air bags when the SRS warning is illuminated, the frontal air bag may have a delayed deployment and/or the side and curtian air bag may not deploy at all.","In the event of a crash, an air bag that does not deploy or deploys late, increases the risk of occupant injury.","Mitsubishi will notify owners, and dealers will replace the affected impact sensors, free of charge. The recall began on November 5, 2015. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-15-011." -09/23/2015,15V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V591000),Blue Bird Body Company,Engine Control Module may Short Circuit,ELECTRICAL SYSTEM,R15YG-SB,Vehicle,2,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2016 Vision school buses manufactured on August 16, 2015. In the affected vehicles, the Engine Control Module (ECM) may short circuit, causing the engine to stall without warning.",An engine that stalls without warning increases the risk of a crash.,"The affected buses have been corrected. Therefore, an owner notification letter will not be issued for this campaign. Owners may contact Blue Bird's customer service number at 1-478-822-2242. Blue Bird's recall number is R15YG-SB." -09/23/2015,15V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V589000),"Forest River, Inc.",Insufficient Trailer Wiring Harness Ground Wire,ELECTRICAL SYSTEM,17B-0918-2015-0090,Vehicle,5374,"Forest River Inc. (Forest) is recalling certain model year 2009-2016 Forest River Cherokee and Vengeance recreational trailers manufactured May 16, 2008, to September 14, 2015. The wiring harness for the trailer's lights, electric brakes, battery charging and many of the interior 12V fixtures may have an insuffient ground wire.","With an insufficient ground wire, the wiring harness may overheat, increasing the risk of fire. Additionally, the ground wire failure would result in the loss of the trailer's external lights and electric brakes, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the trailer wiring harnesses, and upgrade the ground wires, as necessary, free of charge. The recall began on October 20, 2015. Owners may contact Forest River's customer service number at 1-260-593-4005. Forest River's recall number is 17B-0918-2015-0090." -09/23/2015,15V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V590000),"Chrysler (FCA US, LLC)",Passenger Air Bag may Deploy Improperly/FMVSS 208,AIR BAGS,R54,Vehicle,15,"Chrysler (FCA US LLC) is recalling certain model year 2015 Fiat 500L vehicles manufactured April 23, 2015, to May 10, 2015. The affected vehicles may be equipped with a passenger frontal air bag that was not folded properly during the assembly process. As a result, the air bag may not deploy as designed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, if the air bag does not inflate as designed, the front seat occupant is at an increased risk of injury.","Fiat will notify owners, and dealers will replace the passenger frontal air bag module, free of charge. The recall began on October 15, 2015. Owners may contact Fiat customer service at 1-888-242-6342. Chrysler's number for this recall is R54." -09/23/2015,15V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V593000),"Yamaha Motor Corporation, USA",Upper Triple Clamp may Fracture,STEERING,990099,Vehicle,16,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 YZFR3 motorcycles manufactured January 1, 2015, to August 31, 2015. The affected motorcycles may have an incorrectly manufactured upper triple clamp (handle crown) that may crack while riding.","If the upper triple clamp fractures, a loss of steering control may result, increasing the risk of a crash.","Yamaha will notify customers, and dealers will replace the upper triple clamp with a new one, free of charge. The recall began on October 16, 2015. Owners may contact Yamaha's customer service at 1-800-962-7926. Yamaha's recall number is 990099." -09/23/2015,15V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V588000),"Stealth Enterprises, LLC",Wheel Attaching Studs may Fail,SUSPENSION,NR (Not Reported),Vehicle,165,"Stealth Enterprises LLC DBA Stealth Trailers (Stealth Trailers) is recalling certain model year 2016 Qualitec Gooseneck and Yukon, Stealth Super-Lite, Predator, Intruder, Car Hauler Express, Gooseneck, Liberty, Liberty Limited Edition, Phantom I, Prowler, Titan, Titan SE, Viper, and Coldshore trailers manufactured March 9, 2015, to March 23, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Stealth Trailers will notify owners, and dealers will replace any affected wheel hub, free of charge. The began on October 23, 2015. Owners may contact Stealth Trailers customer service at 1-574-848-5900." -09/22/2015,15V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V582000),DS Corp - DBA Crossroads RV,Air Movement Through Kitchen Range May Cause Fire,EQUIPMENT,38,Vehicle,246,"DS Corp DBA Crossroads RV (Crossroads) is recalling certain model year 2015-2016 Sunset Trail trailers manufactured November 14, 2014, to September 1, 2015. The affected trailers are equipped with kitchen ranges that were installed without a panel to isolate the range from air movement.","Without the required isolation panel, a back draft may occur from the top burner increasing the risk of a potential explosion, fire or carbon monoxide build up.","Crossroads has notified owners, and dealers will install the panel to prevent air movement affecting the kitchen range, free of charge. The recall began on September 25, 2015. Owners may contact Crossroads at 1-855-226-7496 or by email at service@crossroadsrv.com. Crossroads' number for this recall is 38." -09/22/2015,15V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V585000),Newmar Corporation,Flexible Exhaust Tube May Tear,ENGINE AND ENGINE COOLING,15V-554,Vehicle,165,"Newmar Corporation (Newmar) is recalling certain model year 2010 Dutch Star motorhomes manufactured May 13, 2009, to April 14, 2010, 2010 Dutch Aire motorhomes manufactured May 12, 2009, to February 8, 2010, and 2012-2013 King Aire motorhomes manufactured March 22, 2011, to May 17, 2013. The affected vehicles are built on a Spartan Motors chassis and have a flexible exhaust tube that may tear allowing hot exhaust to blow against other components or materials.","If hot exhaust gas contacts other components or materials, it can increase the risk of a fire.","Newmar will notify owners, and Spartan dealers will install a new exhaust tube, free of charge. The recall began on October 8, 2015. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-543-4277. Newmar's number for this recall is 15V-554." -09/22/2015,15V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V583000),Kymco USA,Front Hydraulic Brake Hose may Contact Tire,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,824,"KYMCO (KYMCO USA) is recalling certain model year 2015 Super 8-50 X and 2015 Super 8-150 X road scooters manufactured February 6, 2015, to September 15, 2015. In the affected models, the front hydraulic brake hose may be improperly routed, and as a result, the brake hose may contact the front tire when the front suspension is compressed.","If the hydraulic brake hose contacts the tire, the hose may rupture, resulting in a loss of front brakes and increasing the risk of a crash.","KYMCO will notify owners, and dealers will replace the two brake hose securing brackets, free of charge. . Owners may contact KYMCO customer service at 1-888-235-3417." -09/22/2015,15T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T020000),"Michelin North America, Inc.",Lack of DOT Symbol and Load Range Letter/FMVSS 119,TIRES,NR (Not Reported),Tire,247,"Michelin North America, Inc. (Michelin) is recalling certain Michelin X Works XZY tires, size 315/80R22.5 156/150K, manufactured from January 1, 2011, to July 31, 2015. The affected tires lack the required DOT symbol and load range letter designation, and, as such, they fail to conform to the requirements of U.S Code 30112 and Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires for Motor Vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds) and Motorcycles.""","The subject tires comply with all FMVSS performances but are missing the DOT symbol, creating confusion with tires that do not comply with these requirements. Tires that do not comply with FMVSS requirements may increase the risk of a crash.","Michelin will notify owners and will either correct the tires by permanently applying the required markings or replace the tires with a similar product, free of charge. The recall began on February 13, 2017. Owners may contact Michelin at 1-888-847-8475." -09/22/2015,15V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V587000),"Suzuki Motor USA, LLC",Power Steering Pump may Seize,STEERING,VS,Vehicle,18673,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2012-2103 Suzuki SX4 vehicles manufactured September 3, 2011, to April 5, 2013. In the affected vehicles, insufficient clearance between the power steering pump body and the power steering fluid control valve may cause improper movement of the valve, and as a result, the power steering pump may seize.","A seizure of the power steering pump would cause a loss of power steering assist, requiring extra steering effort at lower speeds, increasing the risk of a vehicle crash.","Suzuki will notify owners, and dealers will replace the power steering pump, free of charge. The recall began on October 9, 2015. Owners may contact Suzuki's customer service number at 1-800-934-0934. Suzuki's number for this recall is VS." -09/22/2015,15V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V586000),"Daimler Trucks North America, LLC",Rear Brake Calipers may Contact Spring Suspension,"SERVICE BRAKES, AIR",FL-688,Vehicle,53,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2016 Freightliner Business Class M2, 108SD, and 114SD trucks manufactured April 30, 2013, to September 14, 2015. Due to incorrect positioning, the rear disk brake calipers may contact the spring suspension reducing rear brake performance.",A reduction in braking performance can increase the risk of a crash.,"DTNA will notify owners, and dealers will correct the orientation of the rear brake calipers, free of charge. The recall began on November 13, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-688." -09/21/2015,15E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E077000),Eaton Corporation,10-Speed Manual Transmission may Remain in Reverse,POWER TRAIN,NR (Not Reported),Equipment,75,"Eaton Corporation (Eaton) is recalling certain Eaton Fuller FR-Series 10-speed manual transmissions, models FR-14210B, FRF-15210B, FRF-9210B, FRM-15210B, FRO-11210B, FRO-13210B, FRO-14210C, FRO-15210C, FRO-16210B, FRO-16210C, FROF-11210C, FROF-12210C, FROF-13210C, FROF-14210C, FROF-15210C, and FROF-16210C, manufactured December 18, 2014, to December 21, 2014. When the transmission shift lever is moved from reverse to neutral, the reverse gear may stay engaged. When the transmission shift lever is moved from reverse to a forward gear position, the transmission may mechanically lock because both the reverse gear and forward gear are simultaneously engaged.","Even though the transmission has been shifted out of reverse into neutral, the vehicle may unexpectedly move backwards, increasing the risk of a crash.","Eaton will notify the vehicle manufacturers that purchased the transmissions. Those vehicle manufacturers will notify owners and remedy the recall issue, free of charge. The recall began in September 2015. Owners may contact Eaton's customer service number at 1-800-826-4357." -09/21/2015,15V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V579000),"Mitsubishi Motors North America, Inc.",Incorrect VINs on Certification Labels/Part 567,EQUIPMENT,SR-15-010,Vehicle,2,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2011 Outlander Sport vehicles manufactured on December 3, 2010. The affected vehicles are equipped with incorrect certification labels that were installed during manufacturing. The incorrect labels do not have the correct vehicle identification numbers (VIN) printed on the label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",A vehicle must comply with all regulatory requirements to ensure that it is safe.,"Mitsubishi will notify owners, and dealers will install corrected certification labels, free of charge. The recall began on October 8, 2015. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-15-010." -09/21/2015,15V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V580000),Motor Coach Industries,Incorrectly Assembled Fuse Block,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,145,"Motor Coach Industries, Inc. (MCI) is recalling certain model year 2015 D4000 vehicles manufactured June 8, 2015, to July 20, 2015, D4005 vehicles manufactured March 18, 2015, to July 10, 2015, D4500 vehicles manufactured December 19, 2014, to July 20, 2015, and D4505 vehicles manufactured December 18, 2014, to July 15, 2015. In the affected vehicles, the fuse block assembly for the heating, ventilation and air conditioning motors in the battery compartment may have been assembled incorrectly.","The incorrectly assembled fuse block may not protect the circuit and the connections may arc, increasing the risk of a fire.","MCI will notify owners, and dealers will replace the fuse block assembly, free of charge. The recall began on November 2, 2015. Owners may contact MCI customer service at 1-800-241-2947." -09/21/2015,15E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E076000),Henderson Wheel & Trailer Supply Inc.,Torsion Arm Assembly may Detach from Trailer,SUSPENSION,NR (Not Reported),Equipment,600,"Henderson Wheel & Trailer Supply Inc. (Henderson Wheel) is recalling certain torsion arm assemblies, part numbers B-7100A, B-7110A, HT-35XL, T35545EB, T35545I, T35550EB, T35550HB, T35550I, T35655EB and T35655I, manufactured February 18, 2015 to August 25, 2015. The torsion arm of the assembly was made too small for its housing, and as a result, the torsion arm, spindle, and tire and wheel assemblies may detach from the trailer.","A separation of the torsion arm can result in a loss of trailer stability and control, increasing the risk of a crash.","Henderson Wheel will notify the trailer manufacturers that used the affected axles in their trailer production. Those companies will notify their customers and will reinforce or replace the torsion arm assemblies, as necessary, free of charge. The recall began on August 15, 2014. Owners may contact Henderson Wheel customer service at 1-801-486-4916." -09/21/2015,15V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V581000),"Winnebago Industries, Inc.",Wiring Harness may be Pinched or Damaged,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,172,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015-2016 Winnebago Sightseer and Itasca Sunova motorhomes with a D35G floorplan, manufactured March 19, 2015, to July 15, 2015. In the affected vehicles, the wiring harness behind the panel board may be pinched or damaged when the left rear slideout room is retracted due to insufficient clearance.",A damaged or pinched wiring harness increases the risk of a fire.,"Winnebago will notify owners, and dealers will inspect the wiring harness for damage, repairing it as necessary. Additionally, the harness attachment point will be relocated to provide the harness extra clearance. These repairs will be performed free of charge. The recall began on November 5, 2015. Owners may contact Winnebago customer service number at 1-641-585-3535." -09/18/2015,15V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V578000),Triple E Recreational Vehicles,Possible Shock when Installing Window Valance,ELECTRICAL SYSTEM,CA#8135-1,Vehicle,13,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2016 Libero L24CB and Serenity S24CB recreational vehicles manufactured July 17, 2015, to September 9, 2015. In the affected vehicles, there is the possibility of an electrical shock when the window valance on the driver side rear of the vehicle is removed; the screw may become electrically charged.",The possibility of an electrical shock increases the risk of injury.,"Triple E will notify owners, and dealers will reroute the wiring to the overhead cabinet near where the valance is to be installed, free of charge. The recall began on November 5, 2015. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#8135-1." -09/18/2015,15V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V577000),Toyota Motor Engineering & Manufacturing,Windshield Wipers may become Inoperative,VISIBILITY/WIPER,NR (Not Reported),Vehicle,423456,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2009-2012 RAV4 vehicles manufactured October 27, 2008, to December 19, 2012 and 2012-2014 RAV4 EV vehicles manufactured July 24, 2012, to August 29, 2014. In the affected vehicles, water may drip onto the joint that connects the wiper linkage to the wiper motor.","Over time, the dripping water may cause corrosion and wear at the joint, potentially resulting in the separation of the wiper linkage. Once this occurs, the wipers would not function, reducing driver visibility and increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the water diverter channel. In addition, a new wiper linkage with a wiper motor crank arm will be installed. The wiper linkage will have a protective cover over the wiper linkage joint to minimize water splash and a retainer ring to prevent the wiper arm from separating from the wiper motor. The recall began on November 7, 2016. Owners may contact Toyota's customer service number at 1-800-331-4331." -09/16/2015,15V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V575000),Vermeer Manufacturing Company,Missing Side Reflex Reflectors,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,21401,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2008-2016 Vermeer BC1000XL, 2013-2016 BC700XL, 2012-2016 BC900XL, 2009-2016 BC1200XL, 2003-2016 BC1800XL, 2005-2014 BC600XL, 2005-2016 SC802 and 2005-2013 SC602 Brush Chippers and Stump Cutters. These models have LED side markers lights that do not have reflectors built into the lenses, reducing the visibility of the vehicle. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 108, "" Lamps, Reflective Devices, and Associated Equipment.""","The absence of reflectors could reduce the ability for others to see the vehicle, increasing the risk of a crash.","Vermeer will notify owners, and will supply reflective decals to be installed on the trailer sides, free of charge. The recall began on November 13, 2015. Owners may contact Vermeer customer service at 1-800-829-0051 or by email at productsafety@vermeer.com." -09/16/2015,15V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V576000),"Forest River, Inc.",Tow Hitch may Detach,TRAILER HITCHES,310-09112015-0086,Vehicle,3804,"Forest River, Inc., (Forest River) is recalling certain 2011-2016 Coachmen Pursuit, Mirada, and Encounter motorhomes manufactured from March 1, 2011, through September 11, 2015. In the affected vehicles, the trailer hitch attaching bolts and nuts may not have been properly tightened, allowing the hitch to detach during use.","If the trailer hitch partially or fully detaches from the motorhome while it is towing a vehicle, a loss of vehicle control could occur, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a new fastener kit, free of charge. The recall began on October 9, 2015. Owners West of the Mississippi River may contact Forest River customer service at 1-574-825-8317. Owners East of the Mississippi River may contact Forest River customer service at 1-574-825-8305. Forest River's campaign number for this recall is 310-09112015-0086." -09/15/2015,15E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E075000),"Old World Industries, LLC",Portable Rechargeable Jump-Starter may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,683,"Old World Industries, LLC (Old World) is recalling certain Peak Lithium Rechargeable Jump-Starters, model PKC0LS, manufactured December 22, 2014, to March 24, 2015. The affected jump-starters contain a lithium battery that may overheat.","If the battery overheats, there is an increased risk of a fire.","Old World will notify owners, and distributors will refund purchasers the cost of the jump-starter and the return shipping charges. The recall began on October 30, 2015. Owners may contact Old World customer service at 1-847-559-2000." -09/15/2015,15V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V574000),Honda (American Honda Motor Co.),Transmission Software may Result in Pulley Damage,POWER TRAIN,"JU2-Civic, JU3-Fit",Vehicle,143676,"Honda (American Honda Motor Co.) is recalling certain model year 2014-2015 Civic vehicles manufactured January 16, 2014, to November 6, 2014 and 2015 Fit vehicles manufactured March 12, 2014, to May 12, 2015. The software settings that control the transmission operation may result in damage to the transmission drive pulley shaft.","If the transmission drive pulley shaft is damaged, it may break, and the vehicle may lose acceleration or the front wheels may lock up while driving, increasing the risk of a crash.","Honda will notify owners, and dealers will update the software for the transmission, free of charge. The recall is expected to begin October 30, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are JU2 (Civic) and JU3(Fit)." -09/14/2015,15V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V573000),"Nissan North America, Inc.",Front Coil Springs may Corrode,SUSPENSION,NR (Not Reported),Vehicle,218019,"Nissan (Nissan North America, Inc.) is recalling certain model year 2007-2012 Nissan Versa vehicles manufactured May 8, 2006, to November 12, 2012, that were sold or ever registered in the District of Columbia, Connecticut, Delaware, Iowa, Illinois, Indiana, Kentucky, Massachusetts, Maine, Maryland, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia and Wisconsin. Road salt may corrode the front coil springs, possibly resulting in the coil springs fracturing.","If a front coil spring fractures, it may contact the tire, possibly puncturing it, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace both front coil springs, free of charge. The recall began on February 2, 2016. Owners may contact Nissan customer service at 1-800-647-7261." -09/14/2015,15V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V572000),"McNeilus Truck & Manufacturing, Inc.",Kidde Handheld Fire Extinguisher may not Discharge,EQUIPMENT,Kidde: CPSC 15-079,Vehicle,6745,"McNeilus Truck & Manufacturing, Inc., (McNelius) is recalling certain model year 2013-2015 McNeilus Bridge Master Mixer, Standard Mixer, Sliding Trailer Mixer, Standard Rear Loader, Rear Loader w/3.5 YD HD Tail, Zero Radius Automated, Auto Reach, Atlantic Front Loader, Split Body Rear Loader, Rear Loader w/Tag Axle, Metro Pak Rear Loader, XXC Rear Loader, and Pacific Front Loader vehicles manufactured August 1, 2013, to May 14, 2015. These concrete mixers and refuse trucks are equipped with certain Kidde plastic valve disposable handheld fire extinguishers that may not properly discharge when the lever is pressed.","In the event of a fire, if the fire extinguisher does not work correctly, there is an increased risk of injury.","McNeilus will notify owners, and advise them to follow the provided instructions from Kidde to inspect their fire extinguishers. Kidde will replace the fire extinguishers as necessary, free of charge. The recall began on October 19, 2015. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is Kidde: CPSC 15-079." -09/11/2015,15V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V570000),Triple E Recreational Vehicles,Improperly Sealed Battery Compartment,ELECTRICAL SYSTEM,CA#8132-1,Vehicle,246,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2015-2016 Unity motorhomes, models U24MB, U24CB, U24IB and U24TB, manufactured from September 2, 2014, through September 9, 2015. In the affected vehicles, the battery compartment under the entrance step was not properly sealed to prevent gases from the battery from entering the vehicle.","Explosive gases from the battery may enter the motorhome, increasing the risk of a fire.","Triple E will notify owners, and dealers will seal the battery compartment to prevent gases from entering the motorhome, free of charge. The recall began on November 2, 2015. Owners may contact Triple E customer service at 1-877-992-9906. Triple E's number for this recall is CA#8132-1." -09/11/2015,15V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V571000),"Jaguar Land Rover North America, LLC",Incorrect Air Bag Information in Manual/FMVSS 208,AIR BAGS,P071,Vehicle,5914,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2014 Land Rover Range Rover Sport vehicles manufactured December 16, 2013, to April 15, 2014. In the affected vehicles, the owner's handbook information may incorrectly describe the functionality of the Air Bag Status Indicator Lamp. As such, these vehicles fail to comply with requirements of the Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","An occupant that does not correctly understand the air bag functionality, may be at an increased risk of injury in a crash.","Land Rover will notify owners and will send out an owner's handbook supplement to all affected owners, free of charge. The recall began on October 8, 2015. Owners may call Land Rover customer service at 1-800-637-6837. Land Rover's recall number is P071." -09/11/2015,15V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V569000),"Jaguar Land Rover North America, LLC",Incorrect Electric Power Steering Software Setting,STEERING,J055,Vehicle,1,"Jaguar Land Rover North America, LCC (Jaguar) is recalling one 2016 Jaguar F-Type vehicle manufactured February 3, 2015. The affected vehicle has the power steering system still set in the supplier's factory operating mode. In this condition, in the event of a steering system malfunction, the vehicle can experience additional steering inputs from the electric power steering system.","If the vehicle is in motion when this occurs, the driver may unexpectedly lose the ability to control the vehicle, increasing the risk of a crash.","Jaguar will notify the owner, and a dealer will either correct the steering system software or replace the steering rack, free of charge. The recall is expected to begin October 31, 2015. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J055." -09/10/2015,15E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E074000),"Cequent Consumer Products, Inc.",Bike Carrier Cradles may Fail,EQUIPMENT,NR (Not Reported),Equipment,2724,"Cequent Consumer Products, Inc. (Cequent) is recalling certain model Reese Explore Bike Carriers, part numbers 1392900 (two-bike trunk mount bike carrier), 1393100 (four-bike hitch mount bike carrier), and 6314400 (four-bike hitch mount bike carrier), manufactured from January 1, 2015, through July 17, 2015. The affected bike carriers have cradles that may have been molded incorrectly, which can cause the cradle to rip and fail.","If the cradle fails, a bicycle on the cradle may partially or fully fall from the rack, becoming a road hazard and increasing the risk of a vehicle crash.","Cequent will notify owners and will provide a cradle replacement kit. The recall began September 28, 2015. Owners may contact Cequent customer service at 1-877-208-2573 or by email at returnsprocessing@cequentgroup.com." -09/10/2015,15V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V568000),Hyundai Motor America,Connecting Rod Wear may Result in Engine Stall,ENGINE,132,Vehicle,470000,"Hyundai Motor America (Hyundai) is recalling certain model year 2011-2012 Sonata vehicles manufactured December 11, 2009, to April 12, 2012 at Hyundai Motor Manufacturing Alabama and equipped with either a 2.0 liter or 2.4 liter Gasoline Direct injection engine. In the affected vehicles, metallic debris may not have been fully removed during manufacturing of the engine crankshaft. If the debris was not completely removed, oil flow may be restricted through the connecting rod bearings, causing connecting rod damage. A worn connecting rod bearing will produce a metallic, cyclic knocking noise from the engine and possible engine failure.","Engine failure would result in a vehicle stall, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect the vehicles and replace the engine assembly, as necessary, free of charge. Additionally, Hyundai Motor America will increase the warranty for the engine sub-assembly (short block) to 10 years/120,000 miles for both original and subsequent owners of 2011 and 2012 Sonatas manufactured at Hyundai Motor Manufacturing Alabama equipped with 2.0 liter and 2.4 liter Gasoline Direct injection engines. Interim notifications were mailed to owners starting on October 8, 2015. A second notification will be mailed when parts are available. Owners may contact Hyundai customer service at 1-855-671-3059 or by visiting www.HyundaiUSA.com/Campaign132. Hyundai's number for this recall is 132." -09/10/2015,15V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V567000),Entegra Coach,Flexible Exhaust Tube May Tear,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,99,"Entegra Coach (Entegra) is recalling certain model year 2010 Anthem and 2012-2014 Cornerstone motorhomes manufactured October 5, 2009, to June 18, 2013 and built on a Spartan Motors chassis. In the affected vehicles, the flexible exhaust tube may tear allowing hot exhaust to blow against other components or materials.","If hot exhaust gas contacts other components or materials, it can increase the risk of a fire.","Entegra will notify owners and Spartan Motors dealers will replace the flexible exhaust tube with an improved one, free of charge. The recall began on October 20, 2015. Entegra owners may contact Spartan customer service at 1-800-543-4277." -09/08/2015,15V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V566000),Hyundai Motor America,Brake Light Switch may not Function,EXTERIOR LIGHTING,131,Vehicle,99500,"Hyundai Motor America (Hyundai) is recalling certain model year 2009-2011 Hyundai Accent vehicles manufactured March 1, 2009, to February 11, 2011. In the affected vehicles, the brake light switch may malfunction. A malfunctioning brake light switch may cause the brake lights to not illuminate when the brake pedal is depressed or may cause an inability to deactivate the cruise control by depressing the brake pedal. Additionally, a malfunctioning brake light switch may also prevent the shifter from being moved out of the PARK position.",Failure to illuminate the brake lights during braking or the inability to disengage the cruise control could increase the risk of a crash.,"Hyundai will notify owners, and dealers will replace the brake switch, free of charge. The recall began on October 21, 2015. Owners may contact Hyundai's customer service at 1-855-671-3059 or by visiting www.HyundaiUSA.com/Campaign131. Hyundai's number for this recall is 131. This recall is an expansion of 13V-113." -09/08/2015,15E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E073000),"Cummins, Inc.",Defective Engine Control Module may Cause Stall,ELECTRICAL SYSTEM,C1698,Equipment,805,"Cummins Inc. (Cummins) is recalling certain ISB6.7, ISL9, ISX12 and ISX15 engines. The affected engines have an Engine Control Module (ECM) that may short circuit and blow a fuse resulting in the engine stalling without warning.",An engine that stalls without warning increases the risk of a crash.,"Cummins will notify owners, and dealers will replace any defective ECM with a remedy part, free of charge. The recall began on October 22, 2015. Owners may contact Cummins customer service at 1-800-343-7357. Cummins' number for this recall is C1698." -09/04/2015,15V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V560000),"Ferrara Fire Apparatus, Inc.",Ball Joints may Detach from Front Suspension,SUSPENSION,NR (Not Reported),Vehicle,8,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2013-2014 Igniter and Inferno firetrucks manufactured October 16, 2013, to December 10, 2014. The affected vehicles are built with independent front suspensions that may have loose ball joints.",A loose ball joint may separate from the steering linkage resulting in a loss of steering control and an increased risk of a crash.,"Ferrara will notify owners, and dealers will inspect the firetrucks and replace the affected suspension components, as necessary, free of charge. The recall is expected to begin in October 2015. Owners may contact Ferrara customer service at 1-225-567-7100 ext 3011." -09/04/2015,15V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V562000),"New Flyer of America, Inc.",Improperly Torqued Tie Rod Clamp,STEERING,R15-015,Vehicle,432,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2014-2015 New Flyer XDE40 and XD40, 2014 XD60, XN35 and XN60, 2015 XDE35, and 2013-2015 XN40 transit buses. The affected vehicles may be equipped with an improperly torqued front axle center link retaining clamp on the tie rod. As a result, the tie rod may disconnect, causing a loss of steering.",A loss of steering increases the risk of a crash.,"New Flyer will notify owners, and dealers will inspect the vehicles to verify that the center link retaining clamp is properly torqued. Any components displaying play or movement will be replaced. These repairs will be performed free of charge. The recall began on October 1, 2015. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R15-015." -09/04/2015,15V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V561000),Keystone RV Company,Transfer Switch may Overheat,ELECTRICAL SYSTEM,15-234,Vehicle,3585,"Keystone RV Company (Keystone) is recalling certain model year 2008-2009 Big Sky, Challenger, Everest, Fuzion, Montana, and Raptor travel trailers and fifth wheels equipped with an IOTA ITS-50R transfer switch. These transfer switches, used in vehicles wired to be powered by a generator, may fail when exposed to elevated electrical loads and used in higher ambient temperatures.","As the transfer switch fails, it may overheat, increasing the risk of a fire.","Keystone will notify owners, and dealers will replace the IOTA ITS-50R transfer switch with a different brand transfer switch, free of charge. The recall began on October 8, 2015. Owners may contact Keystone customer service by calling 1-866-425-4369. Keystone's number for this recall is 15-234." -09/04/2015,15V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V563000),Honda (American Honda Motor Co.),Vehicles were Built with Incorrect Air Bags,AIR BAGS,JU0,Vehicle,37,"Honda (American Honda Motor Co.) is recalling certain model year 2003 Odyssey vehicles manufactured August 28, 2002, to August 30, 2002. The affected vehicles were manufactured with the incorrect air bag modules, rendering the vehicles noncompliant with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Air bags that do not meet the safety requirements increase the risk of occupant injury in the event of a crash.,"Honda will notify owners, dealers will replace the passenger frontal air bag module, free of charge. The recall began on October 27, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JU0." -09/04/2015,15V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V564000),"Daimler Trucks North America, LLC",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,FL-686,Vehicle,52,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2006-2015 Thomas Built Buses Saf-T-Liner HDX, Saf-T-Liner EF, Saf-T-Liner EFX, and Minotour DRW transit buses manufactured January 3, 2006, to August 1, 2014, and equipped with certain Ricon model S2005, S2010, S5005, S5010, S5505, S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","DTNA will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on November 2, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-686." -09/04/2015,15V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V565000),"Daimler Trucks North America, LLC",Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,FL-686,Vehicle,4334,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2006-2015 Thomas Built Buses FS-65, Saf-T-Liner C2, Saf-T-Liner EF, Saf-T-Liner EFX, Saf-T-Liner HDX, and Minotour DRW school buses manufactured January 3, 2006, to August 1, 2014, and equipped with certain Ricon model S2005, S2010, S5005, S5010, S5505, S5510 wheelchair lifts. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","DTNA will notify owners, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began onNovember 2, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-686." -09/03/2015,15V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V559000),Honda (American Honda Motor Co.),Plug Top Ignition Coil Damage,ELECTRICAL SYSTEM,JT9,Vehicle,17796,"Honda (American Honda Motor Co.) is recalling certain model year 2015 Fit vehicles manufactured December 6, 2013, to August 28, 2014. The affected vehicles may experience damage to the wires inside the Plug Top Ignition Coils (PTC) due to improper protection against electrical noise.","If the wires become damaged, the coil may overheat and cause the engine to stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the Plug Top Ignition Coils with new design, free of charge. The recall began on October 9, 2015. Owners may contact Honda Automobile Customer Service at 1-888-234-2138. Honda's number for this recall is JT9." -09/03/2015,15V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V558000),"General Motors, LLC",Rear Defogger Coil Antenna Module may Overheat,VISIBILITY,15299,Vehicle,96145,"General Motors LLC (GM) is recalling certain model year 2013-2016 Cadillac ATS sedan vehicles manufactured April 23, 2012, to September 2, 2015. In the affected vehicles, the coil antenna module that powers the rear defogger system may generate excessive heat due to excessive cycling or continuous operation.","If the coil antenna generates excessive heat, there is an increased risk of a fire.","GM will notify owners, and dealers will update the Electronic Climate Control module to remove the automatic rear defogger ""on"" function, free of charge. The recall began on October 16, 2015. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 15299." -09/03/2015,15V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V556000),Eldorado National-Kansas,Seat Belt may Unlatch Unexpectedly/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,23,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2015 Amerivan vehicles built on Toyota Sienna chassis manufactured July 1, 2015, to August 20, 2015. In the affected vehicles, the Toyota seat belt tab may not properly latch to the Amerivan's Qstem seat belt buckle assembly. As a result, the seat belt may unlatch unexpectedly when pulled on. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorage.""","If the seat belt unlatches, the occupant would not be properly restrained and is at an increased risk of injury in the event of a crash.","Eldorado will notify owners, and dealers will install a new Q-stem assembly with an alternate buckle assembly, free of charge. The recall began on October 7, 2015. Owners may contact Eldorado customer service at 1-785-827-1033." -09/03/2015,15V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V557000),Fontaine Trailer Company,Suspension Member Disconnection,SUSPENSION,NR (Not Reported),Vehicle,23,"Fontaine Trailer Company (Fontaine) is recalling certain model year 2015 Traverse HT trailers manufactured March 4, 2015, to August 6, 2015. The affected trailers have a suspension member that may separate from the trailer as a result of cracks in the trailer.","If the suspension member separates from the trailer, there would be an increased risk of a crash.","Fontaine has notified owners and has installed additional reinforcing pieces, free of charge. The recall began September 2, 2015. Owners may contact Fontaine customer service at 1-205-485-1375." -09/02/2015,15V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V551000),"Foretravel, Inc.",Ball Joints may Detach from Front Suspension,SUSPENSION,NR (Not Reported),Vehicle,57,"Foretravel, Inc. (Foretravel) is recalling certain model year 2012-2014 Nimbus, Phenix, and IH45 motorhomes manufactured May 16, 2011, to February 24, 2014. The affected vehicles are built with independent front suspensions that may have loose ball joints.",A loose ball joint may separate from the steering linkage resulting in a loss of steering control and an increased risk of a crash.,"Foretravel will notify owners, and dealers will inspect the motorhomes and tighten the ball joints, as necessary, free of charge. The recall began on October 6, 2015. Owners may contact Foretravel customer service at 1-800-955-6226, option 3." -09/02/2015,15V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V553000),"Forest River, Inc.",Rear Window Glass may Fall Out,VISIBILITY,53-08282015-0081,Vehicle,1736,"Forest River Inc. (Forest River) is realling certain model year 2016 Shasta Airflyte 16 and Shasta Airflyte 19 trailers manufactured September 26, 2014 to August 17, 2015. In the affected vehicles, the rear exit window glass may come loose and fall out due to poor adhesion.","If the rear window glass detaches, it could fall onto the road and be a road hazard, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the trailers to verify that the windows are properly secured. Any window that fails the inspection process will be replaced. These repairs will be performed free of charge. The recall began on September 22, 2015. Owners may contact Forest River customer service at 1-574-825-8717. Forest River's number for this recall is 53-08282015-0081." -09/02/2015,15E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E072000),"Peter Paul Electronics Co., Inc.",Solenoid Valve Sleeve End-Stop May Break,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,4567,"Peter Paul Electronics Co., Inc. (Peter Paul) is recalling certain nitrous oxide solenoid valves, part numbers 22X01421GM 12/DC, 22X01431GM 12/DC; 22X01441GM 12/DC; 70-1010; 22X01701GM 12/DC; 22X00981GM 12/DC; 22X01031GM 12/DC; 22X01481GM 12/DC; 22X01731GM 16/DC; 22X01751GM 12/DC; 22X01761GM 12/DC; 22X01781GM 16/DC; 22X01821GM 16/DC; 22X01861GM 12/DC;22X01871GM 12/DC; 22X01881GM 12/DC; O22X00551GM 12/DC; and O22X00591GM 16/DC manufactured May 5, 2015, to July 24, 2015. The affected valves have end stops on sleeves that may break when under pressure either during installation or during use.","If the end stop on the sleeves breaks, the end stop may come off under pressure, increasing the risk of injury to those nearby or possibly damaging other nearby components.","Peter Paul will notify the manufacturers who purchsed the valves for use in nitrous oxide fuel systems and repair or replace the solenoid valves, free of charge. The recall began on August 14, 2015. Owners may call Peter Paul customer service at 1-860-229-4884." -09/02/2015,15V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V555000),"Volvo Car USA, LLC",Starter Motor Fuse May Blow,ELECTRICAL SYSTEM,R39574,Vehicle,7855,"Volvo Cars of North America, LLC. (Volvo) is recalling certain model year 2016 Volvo S60, V60, V60CC, XC60, XC70, and S80 vehicles manufactured April 8, 2015 to August 19, 2015. In certain driving conditions when using the automatic engine stop/start function, the starter motor fuse may blow, preventing the car from restarting when necessary.","If the vehicle is unexpectedly unable to be started in the middle of traffic, such as when stopped at an intersection, there is an increased risk of a crash.","Volvo will notify owners, and dealers will replace the existing starter motor fuse with a higher amperage fuse, free of charge. The recall began on October 26, 2015. Owners may contact Volvo customer service at 1-800-458-1552 or by visiting http://volvo.custhelp.com. Volvo's number for this recall is R39574." -09/02/2015,15V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V552000),"Forest River, Inc.",Tires may Contact Wheel Well,SUSPENSION,53-08282015-0082,Vehicle,1736,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Shasta Airflyte 16 and Shasta Airflyte 19 trailers manufactured September 26, 2014, to August 17, 2015. The affected vehicles may have insufficient clearance between the tire and the wheel well at the top of the tire tread and also at the inner sidewall.","If there is insufficient tire clearance, the tire may rub, resulting in sudden tire failure which could increase the risk of a crash.","Forest River will notify owners, and dealers will install a new axle that provides the proper clearance between the tire and the wheel well, free of charge. The recall began on October 8, 2015. Owners may contact Forest River customer service at 1-574-825-8717. Forest River's number for this recall is 53-08282015-0082." -09/01/2015,15V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V549000),Shyft Group,Engine Cooling Fan may Detach from Engine,ENGINE AND ENGINE COOLING,15014,Vehicle,1212,"Spartan Motors USA (Spartan) is recalling certain model year 2004-2008 K2, K3 and MM motorhomes manufactured March 17, 2003, to March 15, 2007. In the affected vehicles, the engine cooling fan may separate from the fan drive while the fan is spinning.","If the engine area is open and the cooling fan is operating and detaches, someone nearby may be injured.","Spartan will notify owners, and dealers will replace the fan and fan drive system, free of charge. Interim notices were mailed to owners on October 29, 2015. The recall began on October 29, 2015. Owners may contact Spartan customer service at 1-800-582-3454. Spartan's number for this recall is 15014." -09/01/2015,15V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V550000),"Kawasaki Motors Corp., U.S.A.",Ignition Switch Wires may Chafe/Possible Stall,ELECTRICAL SYSTEM,MC15-10,Vehicle,11836,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain model year 2009-2015 Vulcan 1700 Voyager and 2011-2015 Vulcan 1700 Vaquero motorcycles manufactured February 2, 2009, to March 20, 2015. In the affected vehicles, an ignition wire may chafe due to contact with the fuel tank, resulting in a short circuit and possible engine stall.",An engine stall increases the risk of a crash.,"Kawasaki will notify owners, and dealers will install additional shielding and padding to prevent the ignition wire from shorting. Any igniton switch that has damaged wires will be replaced. These repairs will be performed free of charge. The recall began on September 15, 2015. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki's number for this recall is MC15-10." -09/01/2015,15V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V547000),Shyft Group,Mirror Lenses may Fall Out,VISIBILITY,15016,Vehicle,322,"Spartan Motors USA (Spartan) is recalling certain model year 2008-2010 Gladiator, and MetroStar emergency vehicles manufactured December 12, 2008, to August 6, 2010. The affected vehicles have mirror lenses that may fall off due to vibration.","If the mirror lens comes loose and and falls out, the driver's ability to see objects in the mirror would be impaired, increasing the risk of a crash.","Spartan will notify owners, and dealers will install a new mirror assembly, free of charge. The recall began on October 30, 2015. Owners may contact Spartan cutomer service at 1-800-582-3454. Spartan's number for this recall is 15016." -09/01/2015,15E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E071000),Specialty Products Company,Suspension Bolt may Fracture,SUSPENSION,NR (Not Reported),Equipment,897,"Specialty Products Company (SPC) is recalling certain aftermarket alignment hardware kits, part number 28810 (for use on certain 1999-2015 Mercedes-Benz vehicles), and part number 66037 (for use on 2005-2015 Chrysler 300 & 300C, 2006-2008 Dodge Magnum and 2008-2015 Dodge Charger and Challenger vehicles) that were sold by Specialty Products Company between March 9, 2015 and June 22, 2015. The affected suspension bolts may fracture.","If suspension bolt fractures it can cause a loss of vehicle control, increasing the risk of vehicle crash.","SPC will notify owners and dealers will replace the affected bolts, free of charge. The recall began on September 3, 2015. Owners may contact SPC customer service at 1-303-772-2103." -09/01/2015,15V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V548000),Shyft Group,Wheel Bearings may Overheat,SUSPENSION,14015,Vehicle,440,"Spartan Motors USA (Spartan) is recalling certain 2007-2008 MM and K2 motorhome chassis manufactured March 07, 2006, to June 22, 2006. The affected vehicles have tag axles with wheel bearings that may be adjusted too tight, resulting in their overheating during use.","If the wheel bearings overheat, there is an increased risk of a wheel end fire.","Spartan will notify owners, and dealers will adjust the wheel bearing load, replacing the bearings as necessary, free of charge. The recall began on October 7, 2015. Owners may contact Spartan at 1-800-582-3454. Spartan's number for this recall is 14015." -08/31/2015,15V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V544000),"Corp. Micro Bird, Inc.",Battery Cable Feeder Stud Corrosion,ELECTRICAL SYSTEM,15-060-BUC,Vehicle,11,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2013-2015 G5 transit buses manufactured March 25, 2013, to May 1, 2015. In the affected buses, the positive battery feeder stud that is attached to the positive cable in the battery box may prematurely corrode. Additionally, bolts designed to mount the battery box may also be missing.","If the feeder stud is corroded, a short circuit may result, increasing the risk of a fire. If the battery box mounting bolts are missing, the battery and box may detach causing damage to other components.","Micro Bird will notify owners, and dealers will replace the feeder stud components and install a protective cap to prevent corrosion, free of charge. Any missing battery box bolts will be installed. The recall began on September 22, 2015. Owners may contact Micro Bird customer service at 1-819-477-2012 extension 364. Micro Bird's number for this recall is 15-060-BUC." -08/31/2015,15V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V545000),"Corp. Micro Bird, Inc.",Battery Cable Feeder Stud Corrosion,ELECTRICAL SYSTEM,15-060-BUS,Vehicle,283,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2013-2015 G5 school buses manufactured March 25, 2013, to May 1, 2015. In the affected buses, the positive battery feeder stud that is attached to the positive cable in the battery box may prematurely corrode. Additionally, bolts designed to mount the battery box may also be missing.","If the feeder stud is corroded, a short circuit may result, increasing the risk of a fire. If the battery box mounting bolts are missing, the battery and box may detach causing damage to other components.","Micro Bird will notify owners, and dealers will replace the feeder stud components and install a protective cap to prevent corrosion, free of charge. Any missing battery box bolts will be installed. The recall began on September 22, 2015. Owners may contact Micro Bird customer service at 1-819-477-2012 extension 364. Micro Bird's number for this recall is 15-060-BUS." -08/31/2015,15V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V546000),"Mitsubishi Motors North America, Inc.",Parking Brake Cable Contacting Fuel Tank,"FUEL SYSTEM, GASOLINE",SR-15-009,Vehicle,1497,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2014-2015 Lancer Evolution vehicles manufactured January 31, 2014, to September 5, 2014, and 2014-2015 Lancer Ralliart vehicles manufactured February 3, 2014, to September 5, 2014. The affected turbocharged vehicles have a right parking brake cable that may contact the fuel tank, wearing away the tank's protective coating.","Without the protective coating, the fuel tank may rust and leak. A fuel leak in the presence of an ignition source increases the risk of a fire.","Mitsubishi will notify owners, and dealers will replace the right parking brake cable, and inspect the fuel tank, free of charge. If the fuel tank's exterior coating shows signs of damage from abrasive contact with the right parking brake cable, the fuel tank will also be replaced, free of charge. The recall began on October 13, 2015. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-15-009." -08/27/2015,15E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E069000),"Alpine Electronics of America, Inc.",Audio Amplifier may Overheat,EQUIPMENT,NR (Not Reported),Equipment,13914,"Alpine Electronics Of America, Inc. (Alpine) is recalling certain Audio Amplifiers, models PDR-F50, PDR-M65, and PDR-V75 manufactured December 1, 2013, to July 1, 2015. Due to a manufacturing error, the power circuit board (PCB) may develop an abnormal hot spot.",A PCB that overheats increases the risk of a vehicle fire.,"Apline will notify owners and dealers will replace the amplifier, free of charge. The recall began on October 22, 2015. Owners may contact Alpine customer service at 1-800-733-4101 or visit www.alpine-usa.com/recallpdr." -08/27/2015,15V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V543000),"Strick Trailers, LLC",Rear Impact Guard Insufficient Strength/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,33,"Strick Trailers, LLC (Strick) is recalling certain model year 2001 Van Trailers manufactured October 11, 2000, and 2009 Van Trailers manufactured March 12, 2008, to March 17, 2008. The affected trailers may be equipped with rear impact guards that may not be strong enough to prevent a vehicle from traveling under a trailer in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 223, ""Rear Impact Guards.""","If the trailer is rear ended by a automobile, the guard may fail to prevent the automobile from traveling under the trailer, increasing the risk of injury to the driver of the automobile.","Strick will notify owners, and fleets will add reinforcements to the gussets, free of charge. The remedy parts are not available, but owners will receive an interim notification starting late October 2015 and will receive a second notice when the remedy parts are available, currently expected to be before the end of 2015. Owners may contact Strick customer service at 1-260-692-1300." -08/27/2015,15E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E070000),"Holley Performance Products, Inc",Solenoid End-Stop Sleeves May Break,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1020,"Holley Performance Products, Inc. (Holley) is recalling certain NOS-brand Nitrous Oxide systems manufactured May 1, 2015, to August 17, 2015. The affected nitrous oxide systems have solenoid valves that may fracture when the fuel system is pressurized.","If the valve fractures, portions of the valve may become projectiles, increasing the risk of injury to those nearby or possibly damaging other nearby components.","Holley will notify owners and will repair or replace the solenoid valves, free of charge. The recall began in October 2015. Owners may contact Holley customer service at 1-800-638-0032." -08/26/2015,15V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V541000),"Chrysler (FCA US, LLC)",Weld Failure may Reduce Steering Ability,STEERING,R46,Vehicle,149080,"Chrysler (FCA US LLC) is recalling certain model year 2014 Ram 2500 trucks and 2013-2014 Ram 3500 trucks and cab chassis manufactured October 9, 2012, to July 29, 2014. The affected vehicles may have inadequate welds securing the front track bar frame brackets, which may result in the bracket components separating from the frame.","If the bracket components separate from the frame, the vehicle may be more difficult to steer and control, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and install a reinforcement bracket over the front track bar bracket. This recall began on February 24, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R46." -08/25/2015,15V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V540000),Shyft Group,Front Splay Rails May Crack,STRUCTURE,15019,Vehicle,696,"Spartan Motors USA (Spartan) is recalling certain model year 2012-2015 Gladiator and MetroStar emergency vehicles manufactured March 4, 2013, to December 17, 2014. In the affected vehicles, the front splay rails may crack.","If the front splay rails crack, they may separate, causing the cab to collapse when it is being raised, increasing the risk of injury to those nearby.","Spartan will replace the splay rails with new splay rails with certified welds, free of charge. An interim notification was mailed to owners on September 24, 2015. The recall began on October 31, 2016. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15019." -08/25/2015,15V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V542000),"Chrysler (FCA US, LLC)",Transmission Control Module Failure,POWER TRAIN,R42,Vehicle,23564,"Chrysler (FCA US LLC) is recalling certain model year 2013-2015 Dodge Dart vehicles manufactured February 24, 2012, to June 16, 2015. The affected vehicles may experience failure of the transmission control module (TCM), causing the transmission to unexpectedly shift into neutral.","If the transmission shifts into neutral, it can cause loss of motive power, increasing the risk of a vehicle crash.","Chrysler will notify owners, and dealers will replace the TCM and bracket, free of charge. Chrysler issued an interim notification to owners on October 14, 2015. The recall began on January 15, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R42." -08/24/2015,15V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V537000),"BMW of North America, LLC",Engine Control Unit Software may cause Low Idle,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1060,"BMW of North America, LLC (BMW) is recalling certain model year 2013-2015 G 650 GS motorcycles manufactured March 8, 2013, to March 2, 2015, and 2013-2014 G 650 GS Sertao motorcycles manufactured March 8, 2013, to May 23, 2014. The affected motorcycles may stall when they are idling and the clutch lever is pulled in.","If the engine stalls, there is an increased risk of a crash.","BMW will notify owners, and dealers will install a revised version of the engine control unit software, free of charge. The recall began on October 14, 2015. Owners may contact BMW customer service at 1-800-525-7417 or by email at CustomerRelations@bmwusa.com." -08/24/2015,15V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V538000),"McNeilus Truck & Manufacturing, Inc.",Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",Emcara: 15E-059,Vehicle,365,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2014-2015 CNG Refuse and Concrete trucks manufactured July 30, 2014, to July 10, 2015. The affected vehicles are powered with compressed natural gas (CNG) and are equipped with pressure relief devices (PRD) that may not function as designed, failing to vent a buildup of pressure, such as could occur if the CNG tank was exposed to fire.","If the PRD does not activate in the event of a buildup of pressure, the CNG tank may explode, increasing the risk of fire and injury.","McNeilus will notify owners, and dealers will inspect and replace the PRD's, as necessary, free of charge. The recall began on September 25, 2015. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is Emcara: 15E-059." -08/24/2015,15V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V539000),East Manufacturing Corp.,Wheel Bearings May Overheat,SUSPENSION,NR (Not Reported),Vehicle,83,"East Manufacturing Corp. (East) is recalling certain model year 2014-2016 Refuse, Dump, Dolly Tipper Genesis, Frame Genesis, Frameless Genesis, Frame S&P, and Truck Dolly trailers manufactured August 26, 2013, to February 24, 2015. The affected trailers may have an insufficient amount of grease in the wheel end hubs.","If there is a lack of grease in the wheel end hubs, the wheel bearings may overheat, increasing the risk of a vehicle fire. There is also the possibility that the wheel can come off the vehicle, increasing the risk of a crash.","East will notify owners, and dealers will inspect and add more grease to the wheel end hubs, as necessary, free of charge. The recall began on September 9, 2015. Owners may contact East customer service at 1-330-325-8204." -08/21/2015,15V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V534000),"Chrysler (FCA US, LLC)",Side Air Bag may Deploy Improperly,AIR BAGS,R47,Vehicle,188047,"Chrysler (FCA US LLC) is recalling certain model year 2014-2015 Ram 1500 Quad Cab trucks manufactured August 26, 2013, to August 8, 2015. The affected vehicles are equipped with side air bag inflatable curtains (SABIC) that may not fully overlap the C-pillars in the event of a vehicle crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 226, ""Ejection Mitigation.""","In the event of a vehicle crash, if a SABIC does not inflate as intended, there is an increased risk of injury to the rear seat occupant.","Chrysler will notify owners, dealers will inspect the right and left side air bag inflatable curtains (SABIC) for proper orientation and a foil patch will be installed on both sides of the headliner. One or both of the air bag inflatable curtains (SABIC) will be replaced if necessary. The recall began on October 7, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R47." -08/21/2015,15V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V535000),"Strick Trailers, LLC",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,4,"Strick Trailers, LLC (Strick) is recalling certain model year 2014 Van Trailers manufactured November 12, 2013, to December 9, 2013, and equipped with SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The trailer suspension has pivot bolts that may fail at the point where the bolt head meets the body of the bolt.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Strick has notified the owners, and SAF-Holland has arranged for delivery of one repair kit per axle free of charge. SAF-Holland will reimburse the owner for the labor required to install the repair kits. The recall began September 17, 2015. Owners may contact Strick customer service at jclontz@diamatrix.net or 1-704-436-2590. Note: This recall supercedes recall 14V-497." -08/21/2015,15V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V536000),"McNeilus Truck & Manufacturing, Inc.",Transit Arm Latch May Loosen,EQUIPMENT,VSR-TSB-008,Vehicle,809,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2010-2015 Zero Radius (ZR) Side-Loader Refuse Trucks, model 48, manufactured January 1, 2010, to April 10, 2015. The affected trucks are equipped with an air actuated transit arm latch that may loosen over time, causing the transit arm latch to unintentionally release, allowing the arm to extend beyond the overall width of the vehicle.","If the latch arm unexpectedly extends from the side of the vehicle, there is an increased the risk of a crash.","McNeilus will notify owners, and fleet service technicians will install a new a chain style transit arm latch that will keep the arm from drifting, free of charge. The recall began on October 19, 2015. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is VSR-TSB-008." -08/21/2015,15E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E068000),Ricon Corporation,Wheel Chair Lift Link Arm Pivot Holes,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,38000,"Ricon Corporation (Ricon) is recalling certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured January 1, 2006, to August 25, 2014. The affected lifts are equipped with folding link arms that may have pivot holes that are too big, allowing the bearings to move out of position.","If the bearings move out of position, the stowed platform may have excessive movement resulting in failure of the platform mounting. This failure could cause the wheel chair lift platform to fall out of the vehicle when the doors are opened, increasing the risk of injury for the lift operator.","Ricon will notify the purchasers of the lifts, and dealers will inspect the link arms for damage or for displaced bearings. The platform will be inspected for cracks. Any damaged parts will be replaced, free of charge. The recall began on September 25, 2015. Owners may contact Ricon Customer Service at 1-800-322-2884, or by email at admin15E068@wabtec.com." -08/20/2015,15E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E067000),Reyco Granning,Ball Joints may Detach from Front Suspension,STEERING,NR (Not Reported),Equipment,2016,"Reyco Granning (Reyco) is recalling certain Independent Front Suspension (IFS) assemblies manufactured April 27, 2011, to February 23, 2015. The affected assemblies may have loose ball joints which could separate causing a loss of steering control.",A loss of steering control increases the risk of a crash.,"Reyco will notify the motorhome and firetruck manufacturers that purchased the IFS assemblies. Those manufacturers will contact the vehicle purchasers and their dealers will correct the ball joint installation, free of charge. The recall began on September 8, 2015. Owners may contact Reyco customer service at 1-800-753-0050." -08/20/2015,15V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V533000),Ford Motor Company,Passenger Seat Belt Anchorage/FMVSS 210,SEAT BELTS,15C09,Vehicle,25941,"Ford Motor Company (Ford) is recalling certain model year 2011-2013 and 2015 Ford F-650, and F-750 trucks manufactured February 14, 2011, to April 28, 2015, and equipped with a 70% fixed bench passenger seat. The affected vehicles have passenger seat belt anchorage floor attachments that are not installed in the correct location. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""",Seat belt anchors that are installed in an incorrect location may increase the risk of occupant injury in the event of a crash.,"Ford will notify owners, and dealers will correct the seat belt anchorage locations, free of charge. The recall began on November 12, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C09." -08/20/2015,15V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V532000),Oshkosh Corporation,Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",Emcara: 15E-059,Vehicle,33,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2014-2015 S-Series concrete mixers manufactured July 16, 2014, to June 30, 2015. The affected concrete mixers are powered with compressed natural gas (CNG) and are equipped with pressure relief devices (PRD) that may not function as designed, failing to vent a buildup of pressure, such as could occur if the CNG tank was exposed to fire.","If the PRD does not activate in the event of a buildup of pressure, the CNG tank may explode, increasing the risk of fire and injury.","Oshkosh will notify owners, and dealers will inspect and replace the PRD's, as necessary, free of charge. The recall began on September 25, 2015. Owners may contact Oshkosh customer service at 1-888-686-7278. Oshkosh's number for this recall is Emcara 15E-059." -08/19/2015,15V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V531000),Thor Motor Coach,Dinette Convertible may Slide Out of Position,EQUIPMENT,RC000104,Vehicle,98,"Thor Motor Coach (TMC) is recalling certain model year 2014-2015 Tuscany XTE motorhomes manufactured March 28, 2013, to February 27, 2015. In the affected vehicles, the dinette convertible table top insert may slide out of position allowing the insert to flip up if it is sat on.","If the insert flips up when sat on, the occupant may fall, increasing the risk of injury.","TMC has notified owners, and dealers will install an additional support bracket to slide the table insert into, preventing the insert from flipping up, free of charge. The recall began on September 1, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000104." -08/19/2015,15V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V530000),Thor Motor Coach,Unable to Select Defrost Mode,VISIBILITY,RC000103,Vehicle,290,"Thor Motor Coach (TMC) is recalling certain model year 2016 Axis and Vegas recreational vehicles manufactured March 26, 2015, to July 6, 2015. In the affected vehicles, the heating, ventilation and air conditioning control may lock on one setting, preventing the operator from changing the air flow, thereby eliminating the ability to defrost the windshield.","If the windshield cannot be defrosted, the driver's visibility may be affected, increasing the risk of a crash.","TMC has notified owners, and dealers will install a jumper harness to prevent the condition, free of charge. The recall began on September 1, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000103." -08/18/2015,15V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V528000),"Mack Trucks, Inc.",Air Brake Reservoir Volume/FMVSS 121,"SERVICE BRAKES, AIR",SC0394,Vehicle,84,"Mack Trucks, Inc. (Mack) is recalling certain model year 2011-2016 Granite (GU) trucks manufactured September 24, 2011, to July 1, 2015. The affected trucks may be equipped with an air brake system reservoir that does not have a sufficient volume. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the air brake system reservoir has as insufficient volume, braking performance may be affected, increasing the risk of a crash.","Mack will notify owners, and dealers will add additional air brake reservoir volume, free of charge. The recall began on October 15, 2015. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0394." -08/18/2015,15V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V527000),"Forest River, Inc.",Engine Grid Heater Power Cable may Short,ELECTRICAL SYSTEM,5-08102015-0072,Vehicle,32,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2014 Starcraft All Star XL, 2013 Starcraft All Star, and XLT transit buses manufactured October 17, 2012, to November 20, 2012. The affected vehicles may have an improperly routed engine grid heater power feed cable which can result in the cable contacting the metal edge on the cab.","If the cable contacts the metal edge of the cab, it may cause an electrical short, increasing the risk of a fire.","Forest River will notify owners, and dealers will install a cable tie to provide proper clearance for the engine grid heater power feed cable, free of charge. The recall began on September 18, 2015. Owners may contact Forest River's customer service at 1-574-389-4600. Forest River's number for this recall is 5-08102015-0072." -08/18/2015,15V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V525000),"Forest River, Inc.",Fuel Injector Failure may Result in Vehicle Stall,"FUEL SYSTEM, OTHER",05-08102015-0071,Vehicle,30,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2014 Starcraft All Star XL transit buses manufactured by October 17, 2012, to November 26, 2012, and 2013 Starcraft XLT transit buses manufactured October 14, 2012, to November 26, 2012. The affected vehicles are equipped with Navistar engines that have fuel injectors that may fail.","If one or more fuel injectors fail, the engine may misfire, causing a loss of performance, possibly resulting in an engine stall and increasing the risk of a crash.","Forest River will notify owners, and Navistar dealers will recalibrate the engine control module (ECM) software, free of charge. The recall began on September 9, 2015. Owners may contact Navistar customer service at 1-800-448-7825 or Forest River customer service at 1-574-389-4600. Forest River's number for this recall is 05-08102015-0071." -08/18/2015,15V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V526000),Turtle Top,Images From Rear Camera are Reversed,BACK OVER PREVENTION,15E-050,Vehicle,14,"Turtle Top is recalling certain model year 2014-2015 Odyssey transit buses manufactured March 12, 2014, to June 30, 2015, 2014 Odyssey XLT transit buses manufactured January 15, 2015, to April 22, 2015, and 2014 Van Terra transit buses manufactured May 6, 2014, to June 30, 2015. The affected vehicles are equipped with a back up camera system which may display images from the camera in reverse.","If an object or person are on the left side of the screen but are actually on the right side of the vehicle, or vice versa, there is an increased risk of a crash.","Turtle Top will work with ASA Electronics to notify owners, and dealers will replace the camera unit, free of charge. The recall began on September 18, 2015. Owners may contact Turtle Top customer service at 1-574-831-4340 or ASA Electronics at 1-877-384-4400. Turtle Top's number for this recall is 15E-050." -08/18/2015,15V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V529000),E-One Incorporated,Manual Master Body Power Disconnect Switch,EQUIPMENT,NR (Not Reported),Vehicle,164,"E-One Incorporated (E-One) is recalling certain model year 2013-2016 E-One Pumpers, Tankers, and Rescue vehicles manufactured using International truck chassis from May 5, 2012, to May 16, 2015. The vehicles are equipped with a manual master body power disconnect switch that activates various side and rear lights as well as the sirens. However, the switch was not linked to the vehicle start circuit, such that an operator may operate the vehicle without the requisite lighting.","An emergency vehicle operated without side and rear lighting, its sirens, or warning lights, increases the risk of a crash and injury to its and other vehicle occupants.","E-One will notify owners, and dealers will install a relay that will interlock with the engine start circuit so the vehicle cannot be operated until the switch has been engaged, free of charge. The recall began on September 18, 2015. Owners may contact E-One customer service at 1-904-237-1122." -08/17/2015,15V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V521000),"Mack Trucks, Inc.",Brake Loss from Incorrect Brake Chamber Mounting,"SERVICE BRAKES, AIR",SC0392,Vehicle,79,"Mack Trucks, Inc. (Mack) is recalling certain model year 2013-2015 Pinnacle (CXU) trucks manufactured from October 3, 2012, through February 18, 2014 and equipped with Meritor air disc brakes. In the affected vehicles, the brake chambers may have been incorrectly mounted resulting in internal contamination of the air brake calipers.","Contamination of the calipers may cause a loss of brakes on one wheel, lengthening the distance required to stop the vehicle, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the disc brake caliper and brake chamber to determine if the washers are located in the correct position. If the washers are in the correct position, no further action is required. If the washers are not located in the correct position, replacement of the disc brake caliper and brake chamber will be performed and the addition of two washers per brake assembly will be installed, free of charge. The recall began on September 30, 2015. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0392." -08/17/2015,15V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V523000),Volvo Trucks North America,Draglink Ball Socket Boot Damage,STEERING,RVXX1503,Vehicle,1319,"Volvo Trucks North America (Volvo) is recalling certain model year 2012-2016 VAH trucks manufactured January 31, 2011, to June 25, 2015, and equipped with a sealed drag link. In the affected trucks, the draglink ball socket boot may be damaged due to the angle of the ball stud. A damaged boot may allow contaminants to enter and corrode the ball socket.","Corrosion will accelerate wear of the ball, possibly resulting in the ball joint separating from the socket, causing loss of steering and an increased risk of a crash.","Volvo will notify owners, and dealers will replace the drag link with one that has an improved geometry, free of charge. The recall began on October 13, 2015. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1503." -08/17/2015,15V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V522000),"Mack Trucks, Inc.",Improperly Secured Chassis Harness and Air Lines,ELECTRICAL SYSTEM,SC0393,Vehicle,62,"Mack Trucks, Inc. (Mack) is recalling certain model year 2013 and 2015 Titan (TD), model year 2014 and 2015 Pinnacle (CHU), and model years 2009-2010, 2012, and 2014-2016 Granite (GU) trucks. The chassis harness and air lines may not be properly clipped to the crossmember, which can allow the cables and air lines to fall and get twisted in the driveline.","If the electrical cables and air lines were to fall and get tangled in the driveline, it could affect the electrical system and braking system, increasing the risk of a vehicle crash.","Mack will notify owners, and dealers will inspect the vehicles and properly clip the harness and air lines, free of charge. The recall began on September 30, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0393." -08/17/2015,15V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V520000),"BMW of North America, LLC",Side Marker Lamps Inoperative/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,7727,"BMW North America, LLC (BMW) is recalling certain model year 2012-2015 320i, 320xi, 328i, 328xi, 335i, 335xi, and ActiveHybrid3 vehicles manufactured October 20, 2011, to June 22, 2015, 2014-2015 328xi Sports Wagon vehicles manufactured March 21, 2013, to March 17, 2015, 2014-2015 328d, 328xd vehicles manufactured June 28, 2013, to April 21, 2015, and 2014-2015 328xd Sports Wagon vehicles manufactured July 5, 2013, to April 21, 2015. The affected vehicles may have been programmed with new software that inadvertently makes the front side marker lights inoperative in conjunction with the parking lights or the headlights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the side marker lights do not illuminate, the vehicle may be less visible at night, increasing the risk of a crash.","BMW will notify owners, and dealers will upload revised software to correct the issue, free of charge. The recall began on October 7, 2015. Owners may contact BMW customer service at 1-800-525-7417 or by email at CustomerRelations@bmwusa.com." -08/17/2015,15V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V524000),Volvo Trucks North America,Trim Panel may Restrict Trailer Hand Brake Release,SERVICE BRAKES,RVXX1504,Vehicle,2854,"Volvo Trucks North America (Volvo) is recalling certain model year 2012-2015 VNL and VNM trucks manufactured May 31, 2011, to December 1, 2014. In the affected trucks, the trailer hand brake handle may not to return to the off position due to being restricted by the cut out in the trim panel.","If the brake handle does return to the off position, the trailer service brakes may drag causing the wheel end to overheat and potentially cause a wheel end fire or tire blowout. Either condition increases the risk of a crash.","Volvo will notify owners, and dealers will inspect the trim panel slot and make it longer, as necessary, free of charge. The recall began on October 19, 2015. Owners may contact Volvo customer service at 1-800-258-6586. Volvo's number for this recall is RVXX1504." -08/14/2015,15V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V517000),"Chrysler (FCA US, LLC)",Battery Harness may Rub Engine Mount,ELECTRICAL SYSTEM,R43,Vehicle,1655,"Chrysler (FCA US LLC) is recalling certain model year 2014-2015 Ram 1500 diesel 4x2 trucks manufactured August 8, 2013, to July 2, 2015. The affected vehicles have a battery harness that may rub against the frame bracket for the right engine mount resulting in an electrical short.","If the harness shorts, the vehicle may stall and there is an increased risk of a fire.","Chrysler will notify owners, and dealers will inspect the vehicles to confirm that the battery harness is correctly routed and secured. Any harness that shows evidence of wear will be replaced. These repairs will be performed free of charge. The recall began on October 8, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R43." -08/14/2015,15E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E066000),Fontaine Fifth Wheel Company,Fifth Wheel Locking Mechanism may not Engage,TRAILER HITCHES,NR (Not Reported),Equipment,6800,"Fontaine Fifth Wheel Company (Fontaine) is recalling certain Ultra LT Fifth Wheel connectors, part number SLTPL4000, manufactured July 29, 2009 to May 27, 2013. Over time, improper coupling techniques may result in cumulative damage to the fifth wheel and its locking mechanism, which in turn may result in the locking mechanism failing to operate or to properly engage.","If the fifth wheel and locking mechanism are sufficiently damaged, the locking mechanism may fail to operate as intended and the trailer may unexpectedly detach from the tractor, increasing the risk of a crash.","Fontaine will notify owners, and dealers will replace the fifth wheel with an Ultra NT model fifth wheel, free of charge. The recall began on November 2, 2015. Owners may contact Fontaine customer service at 1-844-597-7393 or ultraltrecall@fifthwheel.com." -08/14/2015,15V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V519000),"General Motors, LLC",Headlamps may Fail,EXTERIOR LIGHTING,14291,Vehicle,429170,"General Motors LLC (GM) is recalling certain model year 2007 Pontiac Grand Prix, 2006-2009 Buick LaCrosse, 2006-2007 Buick Rainier, Chevrolet Trailblazer, GMC Envoy, 2006 Chevrolet Trailblazer EXT, GMC Envoy XL, 2006-2008 Isuzu Ascender, and Saab 9-7x vehicles. In the affected vehicles, the headlamp driver module (HDM) may overheat and fail, causing the headlamps and daytime running lights to not illuminate.","Headlamps that do not illuminate reduce the driver's ability to see the roadway and reduce the vehicle's visibility to oncoming vehicles, both of which increase the risk of a vehicle crash.","GM will notify owners, and dealers will replace the HDM, free of charge. The recall began on May 17, 2016. Owners may contact Buick customer service at 1-800-521-7300 or Pontiac customer service at 1-800-762-2737. GM's number for this recall is 14291." -08/14/2015,15E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E065000),Marmon-Herrington,Hex Nuts may be Improperly Torqued,POWER TRAIN,NR (Not Reported),Equipment,525,"Marmon-Herrington is recalling certain drive axles, model numbers MT14, MT17, MT22, R17 and R22, manufactured July 28, 2014, to July 22, 2015. The affected axles are equipped with hex nuts on the flange yoke that may not have been properly tightened.","If the hex nuts are not tightened to specification, the driveshaft may disconnect from the drive axle, resulting in a loss of propulsion and increasing the risk of a crash.","If improper torque is observed, the hex nuts should be tightened to the appropriate torque. Owners may contact Marmon-Herrington customer service at 1-502-253-0277." -08/14/2015,15V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V518000),"Grand Design RV, LLC",Under Rated Axles Installed/Part 567,EQUIPMENT,910004,Vehicle,1721,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2014-2016 Reflection fifth-wheel trailers manufactured September 5, 2013, to June 30, 2015. The affected vehicles may have been manufactured with axles rated to 5200 lbs. instead of 6000 lbs. as designed and as listed on the Certification Label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The inaccurate label may result in users overloading their trailer, resulting in axle or tire failure and increasing the risk of a crash.","Grand Design will notify owners, and dealers will inspect the trailers and will replace any axle that is only rated to 5200 lbs. with an axle rated to 6000 lbs., free of charge. The recall began on September 10, 2015. Owners may contact Grand Design customer service at 1-574-825-8000 ext. 2015. Grand Design's number for this recall is 910004." -08/13/2015,15V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V515000),"Southeast Toyota Distributors, LLC",Accessory Exhaust Tips May Burn People,ENGINE AND ENGINE COOLING,SET15D,Vehicle,2530,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2010-2015 Toyota 4Runner vehicles manufactured March 29, 2010, to July 30, 2015. The affected vehicles may be equipped with accessory exhaust tips installed by SET or SET dealers that may contact people and possibly burn them while they are standing behind the vehicle.",Contact with an exhaust tip may result in personal injury.,"SET will notify owners, and dealers will install a re-designed exhaust tip that is smaller in diameter and is more recessed behind the bumper, free of charge. The recall began on September 22, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for the recall is SET15D." -08/13/2015,15V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V512000),"Terex South Dakota, Inc.",Aerial Device - Platform can fall,STRUCTURE,SN619,Vehicle,386,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2013-2015 Aerial Devices and Digger Derrick trucks manufactured from June 3, 2013, through November 13, 2014. Due to an issue in assembly, the vertical cylinders and, by extension, the outriggers may drift when loaded.",Outrigger drifting could result in the platform falling and seriously injuring platform occupants or bystanders.,"Terex will notify owners, and dealers will install the orifice and replace the affected valves, free of charge. The recall began on November 5, 2015. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN619." -08/13/2015,15V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V516000),Pierce Manufacturing,Driveshaft Separation,POWER TRAIN,74B265,Vehicle,191,"Pierce Manufacturing (Pierce) is recalling certain model year 2014-2015 Pierce Arrow XT, Dash CF, Enforcer, Quantum, and Velocity emergency vehicles manufactured from November 3, 2014, through July 31, 2015. The affected vehicles have a driveshaft that may bend or twist possibly causing it disconnect.","If the driveshaft disconnects from the vehicle, the vehicle would have a loss of drive, disabling it on the roadway and preventing the vehicle from responding to an emergency. Additionally, portions of the driveshaft could become a road hazard. These scenarios may increase the risk of a crash.","Pierce has notified owners, and dealers will install a stronger driveshaft, free of charge. The recall began on September 15, 2015. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B265." -08/13/2015,15V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V513000),"Halcore Group, Inc.",Images From Rear Camera are Reversed,BACK OVER PREVENTION,15E050,Vehicle,140,"Halcore Group, Inc. (Halcore) is recalling certain model year 2014-2015 American Emergency Vehicles (AEV) Trauma Hawk emergency vehicles manufactured from December 1, 2014, through June 30, 2015. The affected vehicles are equipped with a back up camera system which may display images from the camera in reverse.","If an object or person are on the left side of the screen but are actually on the right side of the vehicle, or vice versa, there is an increased risk of a crash.","Halcore will notify owners, and dealers will work with ASA Electronics to replace any camera that is not displaying the correct images. The recall began on September 11, 2015. Owners may contact AEV customer service at 1-800-374-9749 or ASA customer service at 1-877-384-4400. Halcore's number for this recall is 15E050." -08/13/2015,15V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V514000),"Southeast Toyota Distributors, LLC",TPMS Incorrectly Calibrated/FMVSS 138,TIRES,SET15E,Vehicle,949,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2015 Toyota Prius C vehicles manufactured April 20, 2015, to June 30, 2015. In the affected vehicles, the Tire Pressure Monitoring System (TPMS) may be improperly calibrated and, as a result, the TPMS may fail to warn the driver that the tire pressure is low. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 138, ""Tire Pressure Monitoring Systems.""","If the vehicle is driven on underinflated tires, the tires may fail. Sudden tire failure increases the risk of a crash.","SET will notify owners, and dealers will re-calibrate the TPMS, free of charge. The recall began on September 15, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET15E." -08/12/2015,15V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V510000),"Winnebago Industries, Inc.",Deadbolt Plate Not Fully Staked,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3307,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2014-2015 Winnebago Vista, Brave, Trend, Minnie Winnie, and Itasca Sunstar, Tribute, Viva!, and Spirit vehicles manufactured March 18, 2013, to November 18, 2014. Due to a manufacturing issue, the deadbolt locks installed on the vehicles may become stuck in a locked position.","A stuck deadbolt could potentially trap occupants inside the vehicle, increasing the risk of injury.","Winnebago will notify owners, and dealers will inspect and repair deadbolts as needed, free of charge. Winnebago issued an interim notification to owners on August 21, 2015. The recall began on November 4, 2015. Owners may contact Winnebago customer service at 1-641-585-3535, or TriMark customer service at 1-641-394-3188." -08/12/2015,15V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V511000),Pierce Manufacturing,Headlamps May Flicker In Cold Temperatures,EXTERIOR LIGHTING,74B264,Vehicle,12,"Pierce Manufacturing (Pierce) is recalling certain model year 2014-2015 Velocity and Quantum vehicles manufactured from February 10, 2014, through January 8, 2015, and equipped with LED headlamp assemblies. The headlamps on the affected vehicles may flicker when the vehicle is operated in extreme cold temperatures causing the headlights to provide interrupted illumination. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the headlights flicker and do not provide steady illumination, other drivers may be confused and the driver may have reduced visibility, increasing the risk of a vehicle crash.","Pierce will notify owners, and dealers will replace the headlamps, free of charge. The recall began on September 3, 2015. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B264." -08/12/2015,15V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V507000),"Nissan North America, Inc.",Lower Trim Panel may Impede Pedal Operation,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,298747,"Nissan North America, Inc. (Nissan) is recalling certain model year 2012-2015 Nissan Versa sedan vehicles manufactured June 9, 2011, to March 11, 2015, and 2014-2015 Nissan Versa Note vehicles manufactured April 23, 2013, to March 11, 2015. The affected vehicles have a center console trim panel that may catch the driver's shoe and delay the transition from the accelerator pedal to the brake pedal.",A delay in the application of the brake pedal would lengthen the distance needed to stop the vehicle and increase the risk of a crash.,"Nissan will notify owners, and dealers will modify the console trim panel, free of charge. The recall began on September 14, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -08/12/2015,15V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V508000),"Chrysler (FCA US, LLC)",Radio Software Security Vulnerabilities,ELECTRICAL SYSTEM,R45,Vehicle,7810,"Chrysler (FCA US LLC) is recalling certain model year 2015 Jeep Renegade vehicles manufactured September 18, 2014, to June 25, 2015. The affected vehicles are equipped with radios that have software vulnerabilities that can allow third-party access to certain networked vehicle control systems.","Exploitation of the software vulnerability may result in unauthorized remote modification and control of certain vehicle systems, increasing the risk of a crash.","Chrysler will notify and mail affected owners a USB drive that includes a software update that eliminates the vulnerability, free of charge. Optionally, owners may download the update to their own USB drive from http://www.driveuconnect.com/software-update/ or take their vehicle to a Chrysler dealer for immediate installation. In an effort to mitigate the effects of this security vulnerability, Chrysler has had the wireless service provider close the open cellular connection to the vehicle that provided unauthorized access to the vehicle network. This measure may not have been implemented on all vehicles and does not address access by other means that will be remedied by the software update. The recall began on September 30, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R45." -08/12/2015,15V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V509000),"Chrysler (FCA US, LLC)",Windshield Wipers may Fail,VISIBILITY,R39,Vehicle,158684,"Chrysler (FCA US LLC) is recalling certain model year 2014 Jeep Cherokee vehicles manufactured January 4, 2013, to July 11, 2014. Use of the front windshield wipers on dry glass may cause damage to the body control module (BCM).","BCM damage may result in the failure of the windshield wipers, impairing the driver's vision and increasing the risk of a vehicle crash.","Chrysler will notify owners, and dealers will install a ground strap to protect the BCM from damage, free of charge. Owners were notified of the recall on October 7, 2015. The recall began on December 15, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R39." -08/11/2015,15V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V504000),"Mitsubishi Fuso Truck of America, Inc.",Brake Pad Shims may Corrode,"SERVICE BRAKES, HYDRAULIC",C1008010,Vehicle,7104,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain model year 2012-2016 FEC52 vehicles manufactured February 3, 2011, to March 31, 2015, and 2012-2013 FEC72 and FEC92 vehicles manufactured February 3, 2011, to January 9, 2013. The affected vehicles have brake pad shims that may rust or corrode after exposure to snow and ice melting chemicals that have been applied to roadways.","Rust or corrosion will result in swelling of the shims causing an increased brake pedal stroke. The extra brake travel may lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","MFTA will notify owners, and dealers will replace any steel brake pad shims with stainless steel shims, free of charge. The recall began on October 6, 2015. Owners may call MFTA customer service at 1-877-711-0707. MFTA's number for this recall is C1008010." -08/11/2015,15C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15C003000),"Britax Child Safety, Inc.",Harness Adjuster/Release Button may Stick,CHILD SEAT,NR (Not Reported),Child Seat,213753,"Britax Child Safety, Inc. (Britax) is recalling certain Advocate ClickTight child seats, model numbers E9LT95Q, E9LT95Z, E9LT95N, and E1A025Q, Boulevard ClickTight child seats, model numbers E9LT86F, E1A135Q, E9LT86G, E9LT85Q, E9LT86A, E9LT86H, E9LT85S, E1A015Q, E1A016A, and E1A016H, and Marathon ClickTight child seats, model numbers E1A116L, E9LT76P, E9LT71Q, E9LT76N, E9LT76B, E9LT75R, E9LT76L, E1A006B, E1A005R and EXA116L, manufactured August 1, 2014, to July 29, 2015. The affected child seats have a red harness adjuster button that may stick in the down (harness release) position allowing the shoulder harness to loosen.","If the harness loosens, the child may not be properly restrained, increasing their risk of injury in the event of a crash.","Britax will notify registered owners and send them a remedy kit that includes a lubricant to apply to the harness adjuster button, free of charge. The recall began on August 14, 2015. Owners may contact Britax customer service at 1-888-427-4829, option 3 or by visiting www.BritaxClickTightConvertibleRecall.com." -08/11/2015,15V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V506000),"Strick Trailers, LLC",Improperly Positioned Tires/FMVSS 224,SUSPENSION,NR (Not Reported),Vehicle,1006,"Strick Trailers, LLC (Strick) is recalling certain model year 2013 Dry Freight Van Trailers, model number S4280E99NFWOP, manufactured October 1, 2012, to July 15, 2013. As built, the trailers have tires that are more than 12 inches forward of the rear of the trailer. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 224, ""Rear Impact Protection.""",Failing to meet the rear impact protection requirements increases the risk of injury to occupants of a vehicle that collides with the rear of the trailer.,"Strick will notify owners and will replace the fixed torque arm with an adjustable torque arm allowing for the rearward adjustment of the axle, free of charge. The recall began on September 29, 2015. Owners may contact Strick customer service at 1-704-436-2590." -08/11/2015,15V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V505000),"Mercedes-Benz USA, LLC",Secondary Rubber Hood Seal,ENGINE AND ENGINE COOLING,2015080001,Vehicle,209,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2016 Mercedes Benz E350, E400, E400 4Matic, E63 4M S AMG, E350 4Matic, E63-4M S AMG, 2015 CLS400, CLS400 4Matic, CLS550, CLS63-4M ""P"" AMG, and CLS550 4Matic vehicles manufactured April 16, 2015, to April 22, 2015. The integral steel cable that secures the rubber seal to the bulkhead might have been damaged due to the supplier rework of the rubber seal. In the event the rubber seal is not properly secured around the engine compartment, it is possible for the rubber seal to temporarily stick to the hood when it is opened and then may fall into the engine bay when the hood is closed.","If the rubber seal falls into the engine compartment, it may contact parts of the engine or exhaust system, increasing the risk of a fire.","MBUSA will notify owners, and dealers will replace the rubber seal, in the engine compartment, free of charge. The recall began on September 2, 2015. MBUSA's number is 2015080001. Owners may contact MBUSA customer service at 1-201-573-5339." -08/10/2015,15V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V500000),"General Motors, LLC",Improperly Routed Side Impact Wire Harness,AIR BAGS,15075,Vehicle,59474,"General Motors LLC (GM) is recalling certain model year 2010 Chevrolet Cobalt vehicles manufactured January 4, 2010, to June 23, 2010. The affected vehicles may be equipped with an improperly routed Side-Impact Sensor (SIS) wiring harness in the driver side front door. The misrouted wiring harness could cause an electrical short that disables the driver side curtain air bag.","A disabled driver side roof-rail air bag will not deploy in the event of a crash necessitating deployment of that air bag, increasing the risk of injury to the driver.","GM will notify owners, and dealers will inspect the sensor's wiring in the driver's door and make repairs as necessary, free of charge. The recall began on September 8, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15075." -08/10/2015,15V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V503000),Goshen Coach,Incorrectly Torqued Seat Mounts,SEATS,NR (Not Reported),Vehicle,1494,"Goshen Coach (Goshen) is recalling certain model year 2014-2015 Pacer, Pacer LS, PacerLTD, GCII, Impulse, Connection, Commander, G-Force, G-Force Access, G-FforceLTD, Sentinel, Sentinel UC, Mainstream Low Floor vehicles manufactured July 1, 2014, to July 27, 2015. The driver and passenger seat mounting space not have been properly tightened. The bolts can come loose and cause the seat to move if involved in a crash. Thus, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) No. 207, ""Seating Systems.""",The failure of the seat to stay in place in the event of a crash increases the risk of injury to the occupant in that seat.,"Goshen will notify owners, and dealers will inspect and re-tighten the bolts, free of charge. The recall began on September 3, 2015. Owners may contact Goshen customer service at 1-574-970-6300." -08/10/2015,15T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T016000),"Michelin North America, Inc.",Rapid Air Loss Due to Bead Area Sidewall Rupture,TIRES,NR (Not Reported),Tire,104000,"Michelin North America, Inc. (MNA) is recalling certain BFGoodrich Commercial T/A All-Season tire size LT275/70R18 125/122Q LRE, BFGoodrich Commercial T/A All-Season 2 sizes LT275/70R18 125/122R LRE, LT235/80R17 120/117R LRE, LT265/70R17 121/118R LRE, LT245/75R17 121/118R LRE, LT245/70R17 119/116R LRE, and BFGoodrich Rugged Terrain T/A sizes LT275/70R18 125/122R LRE and LT275/65R18 123/120R LRE. The affected tires may experience rapid air loss due to a rupture in the sidewall in the bead area.","If the tire sidewall ruptures during use resulting in a rapid air loss, it can cause loss of vehicle control, increasing the risk of a vehicle crash.","MNA will notify owners, and dealers will provide similar replacement tires free of charge. The recall began on August 24, 2015. Owners may contact BFGoodrich Consumer Care at 1-866-524-2638." -08/10/2015,15V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V501000),"Nissan North America, Inc.",Seat Belts may not Latch or may not Unlatch,SEAT BELTS,NR (Not Reported),Vehicle,1554,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Nissan Armada vehicles manufactured April 30, 2015, to June 5, 2015. The affected vehicles may have been built with driver or front passenger seat belt assemblies that may not properly latch or that may not unlatch when the release button is pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection"" and number 209, "" Seat Belt Assemblies.""","A seat belt that does not properly latch would not restrain a user, increasing their risk of injury in the event of a crash. A seat belt that does not properly unlatch when the release button is pressed may prevent the occupant from quickly exiting the vehicle in a emergency, such as after a crash, increasing their risk of injury.","Nissan will notify owners, and dealers will inspect the both front seat belt buckle assemblies, replacing them as necessary, free of charge. The recall began on September 14, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -08/10/2015,15V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V502000),"Subaru of America, Inc.",Transmission Oil Leak,POWER TRAIN,WQU-56,Vehicle,2893,"Subaru of America, Inc. (Subaru) is recalling certain 2015 and 2016 model year Subaru Legacy 4-Door and Outback vehicles manufactured July 3, 2015, to July 27, 2015. Transmission oil may leak from a deformed seal cap on the propeller shaft yoke.","If the transmission oil leaks onto the exhaust pipe, there is a possible risk of fire.","Subaru will notify owners, and dealers will replace the propeller shaft, free of charge. The recall began on August 28, 2015. Owners may contact 1-800-782-2783. Subaru's number for this recall is WQU-56." -08/10/2015,15V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V499000),Keystone RV Company,Window Incorrectly Labeled as Emergency Exit,STRUCTURE,15-233,Vehicle,405,"Keystone RV Company (Keystone) is recalling certain model year 2014-2015 Keystone Avalanche recreational vehicles, model 355RK, manufactured from May 6, 2013, through April 24, 2014; model year 2015-2016 Keystone Alpine, models 3100RL, 3101RL, 3555RL, 3556RL, 3590RS, 3591RS, 3600RS, 3601RS, and 3730RS, manufactured from October 8, 2014, through July 28, 2015; and model year 2016 Keystone Laredo, models 325RL, 350FB, and 355RL, manufactured from July 13, 2015, through July 21, 2015. The affected vehicles may be equipped with a rear window that has a sticker labeling it as an emergency exit sticker. However, this window may be partially blocked by the rear ladder and was not intended to be a secondary emergency exit.","In the event of an emergency, occupants could try to escape through the rear window, but would not be able to. This delay in their escape may increase the risk of injury.","Keystone has notified owners, and dealers will remove the emergency exit sticker, free of charge. The recall began on August 17, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-233." -08/06/2015,15V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V498000),"LGS Industries, Inc.",A Frame Coupler Latch may not Lock Into Place,STRUCTURE,NR (Not Reported),Vehicle,3612,"LGS Industries Inc. (LGS) is recalling certain model year 2015-2016 Look trailers, models ST, Element, Vision, LXT, Element Puresport, Element Puresport Deckover, Vision Puresport, Vision Puresport Deckover , Element Motorcycle, and Vision Motorcycle, 2015-2016 Pace trailers, models Outback, Journey, Cargo Sport, PXT, Aerosport, Aerosport Deckover, Journey Motorcycle, and Legacy Motorcycle, and 2015-2016 Cargo Express cargo trailers, models EX, XL, PRO, CXT, XL Yukon, XL Yukon Deckover , Pro Sport, Pro Sport Deckover, XL Motorcycle, and Pro Motorcycle. The affected trailers have a gross vehicle weight rating (GVWR) of 5,000 pounds or less, and were manufactured November 4, 2014, to July 27, 2015. The Ram 2"" A Frame Coupler used to secure the trailer to the tow vehicle may have been manufactured improperly, preventing the external latch from fully locking into place. If the coupler's latch does not fully engage, the trailer may separate from the tow vehicle, increasing the risk of a vehicle crash. LGS will notify owners, and dealers will inspect and repair the coupler, as necessary, free of charge. The recall is expected to begin September 30, 2015. Owners may contact LGS customer service at 1-877-475-5665.","If the coupler's latch does not fully engage, the trailer may separate from the tow vehicle, increasing the risk of a vehicle crash.","LGS will notify owners, and dealers will inspect and repair the coupler, as necessary, free of charge. The recall began on September 15, 2015. Owners may contact LGS customer service at 1-877-475-5665." -08/06/2015,15V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V495000),Starcraft RV,Improperly Secured Furnace,EQUIPMENT,9902246,Vehicle,705,"Starcraft RV (Starcraft) is recalling certain model year 2015-2016 Launch Ultra Lite vehicles manufactured June 17, 2014, to July 23, 2015. The furnaces equipped on the trailers may not have been secured properly and could separate from the exhaust.","Hazardous exhaust fumes could be released into the cabin area, sickening and injurying any occupants.","Starcraft will notify owners, and dealers will inspect the furnace, and if necessary secure the furnace to the floor platform, free of charge. The recall began on August 25, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902246." -08/06/2015,15V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V496000),"Forest River, Inc.",Incorrect GVWR on Certification Label/Part 567,EQUIPMENT,17B-08032015-0069,Vehicle,190,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2015 Vengeance vehicles manufactured December 20, 2013, to November 3, 2014. The gross vehicle weight rating (GVWR) is less than the vehicle's GVWR represented on its certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","A customer may be confused as to actual GVWR of the vehicle, as well as the vehicle's load carrying capacity. Misinformation as to load carrying capacity can lead to vehicle overloading that can cause a tire failure and crash.","Forest River will notify owners, and dealers will install a new corrected certification label, free of charge. The recall began on August 31, 2015. Owners may contact Forest River customer service at 1-219-533-5934. Forest River's number for this recall is 17B-08032015-0069." -08/06/2015,15V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V497000),"Volvo Car USA, LLC",Inflatable Curtain Air Bag May Improperly Deploy,AIR BAGS,NR (Not Reported),Vehicle,3911,"Volvo Cars of N.A., LLC (Volvo) is recalling certain model year 2016 Volvo XC90 vehicles manufactured January 27, 2015, to July 10, 2015. The third row seating side curtain air bags may not fully inflate.","Underinflated air bags may not fully protect third row occupants, increasing the risk of injury in the event of a crash.","Volvo will notify owners, and dealers will modify the D-pillar interior panels to allow full inflation of the third row airbags, free of charge. The recall began on September 21, 2015. Owners may contact Volvo Customer Care at 1-800-458-1552." -08/06/2015,15V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V494000),Turtle Top,Window Emergency Catches/FMVSS 217,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2,"Turtle Top is recalling certain model year 2012 Van Terra XL transit bus manufactured October 13, 2012, to February 7, 2013, and 2012 Odyssey XL MPV transit bus manufactured May 2, 2011, to October 4, 2011, which fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 217, ""Bus Emergency Exits and Window Retention and Release."" The windows may not meet minimum loading requirements.",Windows that do not meet minimum loading requirements are at an increased risk of breaking and falling onto a passenger when pushed by passengers or objects.,"Turtle Top will notify owners, and dealers will install a newly designed catch and handle combination. Repairs will be made free of charge. The recall began on September 8, 2015. Owners may contact Turtle Top customer service at 1-574-831-4340." -08/05/2015,15V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V488000),"Ameritrans Bus, Inc.",Images From Rear Camera are Reversed,BACK OVER PREVENTION,15E050,Vehicle,2,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2015 225 vehicles manufactured on a Ford E-350 chassis from February 1, 2015, through March 31, 2015. The affected vehicles are equipped with a back up camera system which may display images from the camera in reverse.","If an object or person are on the left side of the screen but are actually on the right side of the vehicle, or vice versa, there is an increased risk of a crash.","Ameritrans will notify owners, and dealers will replace the camera, free of charge. The recall began on September 21, 2015. Owners may contact Ameritrans customer service at 1-574-262-8935. Ameritrans' number for this recall is 15E050." -08/05/2015,15V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V490000),"Winnebago Industries, Inc.",Incorrect Tire Inflation Info on Labels/Part 567,EQUIPMENT,133,Vehicle,1732,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2012-2016 Winnebago Era recreational vehicles manufactured November 11, 2010, to July 20, 2015. The certification label affixed to the vehicles provide an incorrect front tire inflation pressure. Accordingly, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect tire pressure information could cause an owner or operator to under or over inflate the tires, increasing the risk of a tire failure and a crash.","Winnebago will notify owners, and dealers will provide new certification labels with the correct tire inflation pressure specifications, free of charge. The recall began on September 18, 2015. Owners may contact Winnebago customer service at 1-641-585-3535." -08/05/2015,15V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V491000),DRV Suites,Reflectors at Incorrect Height/FMVSS 108,EXTERIOR LIGHTING,99.02.05,Vehicle,7465,"DRV Suites (DRV) is recalling certain 2014-2015 Tradition, 2014-2016 Full House, 2006-2016 Elite Suites, and 2013-2016 Estates fifth wheel travel trailers. The affected vehicles have front side reflex reflectors located above the maximum height of 60"". As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the reflector is located outside of the required area, it can reduce the visibility of the vehicle by other drivers, increasing the risk of a crash.","DRV has notified owners and will provide a new reflector to install in the correct location, free of charge. The recall began July 21, 2017. Owners may contact DRV customer service at 1-260-562-3500. DRV's number for this recall is 99.02.05." -08/05/2015,15V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V487000),"Forest River, Inc.",Reverse Camber in Axle Tube,POWER TRAIN,400-07282015-0065,Vehicle,23,"Forest River, Inc.(Forest River) is recalling certain model year 2015 Palomino PaloMini vehicles manufactured November 14, 2014, to July 23, 2015. The cambers in the axle tubes may have been installed upside down. This can cause the tube to appear bent downward towards the ground, when the bend should be pointing upwards to the unit floor.","A mispositioned camber may come in contact with a tire, a spindle or other components leading to fracture or failure, and increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect and reposition any mispositioned cambers, free of charge. The recall began on August 21, 2015. Owners may contact Forest River customer service at 1-269-432-3246. Forest River's number for this recall is 400-07282015-0065." -08/05/2015,15V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V489000),"Felling Trailers, Inc.",Tires may Rub on Fender,STRUCTURE,NR (Not Reported),Vehicle,92,"Felling Trailers, Inc (Felling) is recalling certain model year 2016 FT-6T tilting trailers manufactured from February 15, 2015, through June 30, 2015. Due to an improper placement of the fender, the tires on affected trailers may rub against the fenders.","If the tire rubs on the fender, tire damage may occur, possibly causing tire failure and increasing the risk of a crash.","Felling has notified owners, and dealers will measure the tire clearance and install a lift kit if necessary, free of charge. The recall began on September 11, 2015. Owners may contact Felling customer service at 1-888-335-5464." -08/05/2015,15V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V492000),Newmar Corporation,Vehicle Ride Height may be Too Low,SUSPENSION,NR (Not Reported),Vehicle,82,"Newmar Corporation (Newmar) is recalling certain model year 2015-2016 Essex and King Aire vehicles manufactured March 7, 2014, to June 15, 2015, and 2016 Mountain Aire vehicles manufactured March 9, 2015, to June 5, 2015. The control module for the air suspension may experience a loss of power resulting in the air suspension not being able to achieve ride height.","If the ride height of the suspension is less than specified ride height the vehicle may be difficult to control, increasing the risk of a crash.","Newmar will notify owners and Spartan Motors will repair the motor homes free of charge. The recall began on August 5, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -08/05/2015,15V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V493000),"Forest River, Inc.",Wiring may Loosen at Inlet and Arc,ELECTRICAL SYSTEM,51-07302015-0068,Vehicle,634,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 XLR vehicles, models T29HFS, T31FDK, T31FQSL, T30FQSL, T21FQSL, T24FQSL, T24HFS, T27HFS, T28TQDL and T30HDS, manufactured October 20, 2014, to July 14, 2015. In the affected vehicles, the wiring at the electrical inlet used for connecting external AC power to the trailer may have been strained during the assembly process. As a result, the wiring may loosen at the inlet connector.","If the wires are not properly secured to the connector, the wires may arc, increasing the risk of a vehicle fire.","Forest River will notify owners, and dealers will rewire the inlet to relieve the wiring strain and secure the electrical wiring connections, free of charge. The recall began on August 25, 2015. Owners may contact Forest River customer service at 1-574-642-0437. Forest River's number for this recall is 51-07302015-0068." -08/04/2015,15V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V483000),"Volkswagen Group of America, Inc.",Air Bag Clock Spring may Fail,AIR BAGS,69L2,Vehicle,415825,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2010-2014 Volkswagen CC, and Passat, 2010-2013 Eos, 2011-2014 Golf, GTI, Jetta, and Tiguan, and 2012-2014 Jetta Sportwagen vehicles. In the affected vehicles, debris may contaminate the air bag clock spring, a spiral wound, flat cable that keeps the air bag powered while the steering wheel is being turned. This contamination may tear the cable and result in a loss of electrical connection to the driver's frontal air bag.","A loss of electrical connection to the driver's frontal air bag will prevent the air bag from deploying in the event of a vehicle crash, increasing the risk of injury.","Volkswagen will notify owners, and dealers will install a protective cover over the steering wheel clock spring if the air bag light is off. If the airbag light is on and the steering wheel clock spring requires replacement, dealers will install a new steering wheel clock spring. These repairs will be performed free of charge. The recall began on January 15, 2016. Owners may contact Volkswagen customer service at 1-800-822-8987." -08/04/2015,15V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V486000),"Nissan North America, Inc.",Fuel Sending Unit may Leak Fuel,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46846,"Nissan North America, Inc. (Nissan) notified the agency on July 31, 2015, that they are recalling certain model year 2016 Nissan Maxima vehicles manufactured February 10, 2015, to August 18, 2015. On October 14, 2015, Nissan expanded the recall to cover an additional 41,388 vehicles, including certain model year 2013-2015 Altima 3.5 vehicles equipped with a V6 engine manufactured March 30, 2012, to August 18, 2015 as well as the vehicles covered by the July 31, 2015 notification. In the affected vehicles, due to an improperly installed o-ring that may not have been seated correctly at the time of assembly, fuel may leak during a crash from the area where the fuel sending unit attaches to the fuel tank.","If fuel leaks from between the fuel sending unit and the tank, it may increase the risk of a fire in the event of a crash.","Nissan will notify owners, and dealers will install a retainer ring between the fuel tank and the fuel sending unit. The recall began on September 28, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -08/04/2015,15V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V484000),"Forest River, Inc.",Hitch Head GVWR Less than Label/Part 567,EQUIPMENT,20-07282015-0066,Vehicle,91,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Cedar Creek Silver Back recreational vehicles manufactured October 23, 2014, to July 2, 2015. The gross vehicle weight rating (GVWR) that is less than the vehicle's GVWR represented on its certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""",Inaccurate weight information can mislead an owner as to the vehicle's weight carrying capacity which could result in vehicle overloading and a crash.,"Forest River will notify owners, and dealers will install a new set of corrected certification labels, free of charge. The recall began on August 25, 2015. Owners may contact Forest River customer service at 1-260-593-2417. Forest River's number for this recall is 20-07282015-0066." -08/04/2015,15V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V485000),"New Flyer of America, Inc.",Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",R15-012,Vehicle,70,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2014 NABI 42BRT transit buses manufactured from December 19, 2014, through June 6, 2015, and 2014-2015 NABI 40LFW transit buses manufactured from September 11, 2014, through June 3, 2015. The affected buses are powered with compressed natural gas (CNG) and are equipped with pressure relief devices (PRD) that may not function as designed, failing to vent a buildup of pressure, such as could occur if the CNG tank was exposed to fire.","If the PRD does not activate in the event of a build up of pressure, the CNG tank may explode, increasing the risk of fire and injury.","New Flyer has notified owners, and Agility, supplier of the CNG system, will replace the PRDs, free of charge. The recall began on August 17, 2015. Owners may contact New Flyer customer service at 1-204-224-1251. New Flyer's number for this recall is R15-012." -08/04/2015,15E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E064000),Emerson Process Mgmt Regulator Tech. Inc,Restricted Flow Rate of the Pressure Relief Valve,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,110,"Emerson Process Mgmt Regulator Tech, Inc. (Emerson) is recalling certain Fisher Pressure Relief Valves model numbers H732A, H832A, H733, and H833 manufactured from April 9, 2013, through April 24, 2015 and sold as aftermarket or for use as service replacement equipment in cargo tank trailer applications for transporting compressed gases, such as butane or amines. The flow rate of valves with relief setpoints up to 200 psig may be restricted in the event the tank trailer is involved in a crash or other emergency and is exposed to a fire.","Without sufficient flow in these conditions, the tank could explode causing serious injury to bystanders.","Emerson will notify owners and will provide replacement pressure relief valves free of charge. The recall began on August 17, 2015. Owners may contact Emerson customer service at 1-888-237-1751." -07/30/2015,15V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V481000),"Liftmoore, Inc.",Battery Equalizers-Possible Fire,ELECTRICAL SYSTEM,13E-050,Vehicle,13,"Liftmoore, Inc. is recalling Sure Power Battery Equalizers, part number 12040E00, sold as replacement parts for installation and use on certain 2001 through 2006 6036WX crane trucks. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Liftmoore will notify owners, and dealers will replace any affected battery equalizer, free of charge. Owners may contact Liftmoore customer service at 1-713-688-5533. Liftmoore's number for this recall is 13E-050." -07/30/2015,15V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V478000),"Forest River, Inc.",Images From Rear Camera are Reversed,BACK OVER PREVENTION,51-06232015-0057,Vehicle,160,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Glaval Bus Apollo, Concorde, Entourage, and Legacy, and Elkhart Coach ECE4, 2014-2016 AllStar XL, and 2014-2015 Forest River Rockport, Starcraft Starquest, AllStar, Starlite, AllStar MVP, XLT, and Xpress vehicles. The affected vehicles are equipped with a back up camera system which may display images from the camera in reverse.","If an object or person are on the left side of the screen but are actually on the right side of the vehicle, or vice versa, there is an increased risk of a crash.","Forest River will notify owners, and dealers will replace the camera, free of charge. The recall began on August 25, 2015. Owners may contact Forest River customer service at 1-574-264-5179. Forest River's number for this recall is 51-06232015-0057." -07/30/2015,15V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V480000),"Forest River, Inc.",Incorrect GVWR on Certification Label/FMVSS 567,EQUIPMENT,03-07292015-0067,Vehicle,207,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Sandpiper and Sierra recreational vehicles manufactured October 15, 2013, to July 13, 2015. The affected vehicles may be equipped with Certification labels with an inaccurate gross vehicle weight rating (GVWR). Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards (FMVSS) No. 567, ""Certification.""",Inaccurate weight information can mislead an owner as to the vehicle's weight carrying capacity which could result in vehicle overloading and a crash.,"Forest River will notify owners, and dealers will install a new set of corrected certification labels, free of charge. The recall began on August 25, 2015. Owners may contact Forest River customer service at 1-574-534-8386. Forest River's number for this recall is 03-07292015-0067." -07/30/2015,15V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V482000),"Heartland Recreational Vehicles, LLC",Incorrect Tire Size Information/FMVSS 567,EQUIPMENT,99-01-23,Vehicle,1680,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain trailers of various models and model years. Click on ""All Products Associated With This Recall"" for a complete list. The tire certification labels applied to the vehicles may contain inaccurate tire sizing and/or inflation information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","An owner or operator could rely on the inaccurate information in inflating the tires which could cause under or over inflation which, in turn, could lead to a tire failure or crash.","Heartland will notify owners, and dealers will send a replacement label with the correct information, free of charge. The recall began on September 29, 2015. Owners may contact Heartland customer service at 1-574-266-3988." -07/30/2015,15V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V479000),Temsa,Parking Brakes may Drag while Vehicle is Moving,PARKING BRAKE,NR (Not Reported),Vehicle,64,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2013-2016 TS45 coaches manufactured from July 1, 2013, through July 28, 2015. Due to the low output pressure of the inversion relay valve, the affected coaches may have insufficient air pressure for the rear axle parking brake system.","The low air pressure may cause the parking brakes to drag while the vehicle is in motion resulting in the overheating of the disc brakes, increasing the risk of a fire.","Temsa will notify owners, and dealers will repair the vehicles free of charge. The recall began on October 23, 2015. Owners may contact Temsa customer service at 1-404-602-0151." -07/29/2015,15V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V475000),Honda (American Honda Motor Co.),Fuel Level Sensor Float Arm Deformation,"FUEL SYSTEM, GASOLINE",JT1,Vehicle,14575,"Honda (American Honda Motor Co.) is recalling certain model year 2013-2015 Honda CBR500 motorcycles manufactured January 24, 2013, to May 14, 2015, and 2013-2015 CB500 motorcycles manufactured January 31, 2013, to May 16, 2015. The affected motorcycles may experience the fuel level sensor float arm becoming deformed due to exposure to environmental and roadway conditions. This deformation can cause the float arm to separate from the fuel level sensor body.","If the float arm separates from the sensor body, it can give the fuel meter inaccurate information, or in some cases the float may contact the positive and negative terminals causing an electrical short. Either condition may cause the vehicle to stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the fuel level sensor assembly, free of charge. The recall began on September 15, 2015. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JT1." -07/29/2015,15V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V474000),Harley-Davidson Motor Company,Poor Seal at Fuel Pump Inlet,"FUEL SYSTEM, GASOLINE",0167,Vehicle,10594,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2015 XG500 motorcycles manufactured January 20, 2014, to July 7, 2015, and XG750 motorcycles manufactured May 12, 2014, to July 7, 2015. The fuel pump modules on these motorcycles have a poor seal at the fuel pump inlet.","If there is a poor seal at the fuel pump inlet it can cause interruption to the fuel supply, possibly causing a brief hesitation with the abrupt restoration of power. This abrupt restoration of power can lead to loss of control, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will install a new fuel pump assembly, free of charge. The recall began on August 21, 2015. Owners may contact Harley-Davidson customer service at 1-414-343-4056. Harley-Davidson's number for this recall is 0167." -07/29/2015,15V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V476000),Ford Motor Company,Second Row Seat Not Installed/FMVSS 225,CHILD SEAT,15C08,Vehicle,265,"Ford Motor Company (Ford) is recalling certain model year 2015 Lincoln MKT Town Car vehicles equipped with the livery package manufactured February 4, 2015, to June 23, 2015. The vehicles were intended to seat five passengers, but were delivered without the second row seating. Accordingly, the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110. The vehicles also fail to comply with FMVSS No. 225, ""Child Restraint Anchorages"" since they were delivered without a tether anchorage at the front passenger seating position, and as is required for vehicles without a second row of seats.",The vehicles do not have the seats and restraints that they were intended to have. Unrestrained or improperly restrained occupants are at an increased risk of injury in the event of a crash.,"Dealers will inspect and install second row seating if it is missing. The recall began on July 28, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C08." -07/28/2015,15V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V471000),Shyft Group,Air Suspension Control Module Power Loss,SUSPENSION,15018,Vehicle,106,"Spartan Motors USA (Spartan) is recalling certain model year 2015-2016 K2, and K3 vehicles manufactured November 19, 2013, to May 7, 2015. Power could be lost in the vehicle's air suspension system.","A failure of the air suspension system could result in a loss of some vehicle control, increasing the risk of a crash.","Spartan will notify owners, and dealers will install a independent electrical circuit that will supply power to the control module, free of charge. The recall began on September 9, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15018." -07/28/2015,15V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V477000),Newmar Corporation,Exterior Fuel Dispensing Compartment,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,472,"Newmar Corporation (Newmar) is recalling certain model year 2009-2016 Canyon Star toy haulers manufactured from November 28, 2007, through July 9, 2015, and model year 2007-2009 All Star toy haulers manufactured from January 30, 2006, through October 21, 2009. There is unprotected flammable plastic wrap surrounding the exterior fuel dispensing system which could burn if exposed to an ignition source.","If the exterior fuel dispensing compartment were to catch fire, the surrounding plastic wrap material could burn increasing the risk of a vehicle fire.","Newmar will notify owners, and dealers will install a protective metal sheet on the top of the exterior fuel compartment. The repair will be performed free of charge. The recall began on September 1, 2015. Owners may contact Newmar customer service at 1-574-773-7791." -07/28/2015,15V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V470000),"Chrysler (FCA US, LLC)",Intermittent Connection C4 Connector and PDC,ELECTRICAL SYSTEM,R24,Vehicle,77971,"Chrysler (FCA US LLC) is recalling certain model year 2015 Chrysler 200 vehicles manufactured January 7, 2014, to September 23, 2014. The affected vehicles may have a Power Distribution Center (PDC) electrical connector that may cause intermittent power failures to certain electrical components.","An intermittent loss of power to electrical components could cause a vehicle to stall without warning, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the C4 connector using a 12 wire split kit for 3.6L engines, or replace the transmission wiring harness for 2.4L engines, free of charge. The recall began on October 21, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R24." -07/28/2015,15V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V472000),Honda (American Honda Motor Co.),Missing Tire Placard/FMVSS 110,EQUIPMENT,"JT2, JT4",Vehicle,11511,"Honda (American Honda Motor Co.) is recalling certain model year 2016 HR-V vehicles manufactured January 12, 2015, to May 20, 2015. The affected vehicles may be missing the required tire placard indicating ""Tire and Loading Information."" These vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the tire placard is missing the driver or owner may not know at what pressure to inflate the tires, resulting in over or under tire inflation which potentially increases the risk of a tire failure and crash.","Honda will notify owners, and dealers will inspect the vehicle, and apply a new label, free of charge. The recall began on September 18, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JT2, or JT4." -07/28/2015,15V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V473000),"Altec Industries, Inc.",Outrigger Interlock Control System,EQUIPMENT,CSN 625,Vehicle,2514,"Altec Industries Inc. (Altec) is recalling certain model year 2006-2015 Aerial Devices manufactured from June 1, 2006, through April 1, 2015. The affected aerial devices outrigger interlock control system may not detect proper deployment of the outriggers, allowing for instability of the boom.","If the aerial device is operated while the outrigger is not properly deployed it can cause instability of the boom, increasing the risk of person injury or death.","Altec will notify owners, and dealers will replace the aerial device with a new outrigger interlock module, free of charge. The recall began on September 4, 2015. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is CSN 625." -07/27/2015,15V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V466000),Spartan ERV,Cracks Developing in Torque Frame,STRUCTURE,15013,Vehicle,29,"Spartan ERV (Spartan) is recalling certain model year 2007-2015 Gladiator emergency vehicles manufactured from April 18, 2007, through June 10, 2015. The affected vehicles were built with aerial devices and the torque frames are susceptible to cracking.","The supporting frame could fail to support the aerial device, allowing it to fall and strike and injure a bystander, become a road hazard, or startle the vehicle's driver, increasing the risk of a crash.","Spartan will njotify owners, and dealers will repair the vehicles by adding reinforcement sections for each side of the frame, free of charge. The recall began on October 7, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15013." -07/27/2015,15V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V468000),"Chrysler (FCA US, LLC)",Front Upper Control Arm,SUSPENSION,R34,Vehicle,199,"Chrysler (FCA US LLC) is recalling certain model year 2015 Ram 4500, and 5500 pickup trucks manufactured January 30, 2015, to February 6, 2015. The affected vehicles may have inadequate penetration of the front upper control arm loop to spacer weld, reducing the front suspension stability.","A reduction of suspension stability control could affect control of the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and replace any affected upper control arms, free of charge. The recall began on September 17, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R34." -07/27/2015,15V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V467000),"Chrysler (FCA US, LLC)",Inadvertent Side Air Bag Deployment,AIR BAGS,R35,Vehicle,284095,"Chrysler (FCA US LLC) is recalling certain model year 2011-2014 Dodge Charger vehicles manufactured May 6, 2010, to June 5, 2014. In the affected vehicles, the side impact sensor calibrations may be overly sensitive, and as a result, the side air bag inflatable curtains and seat air bags may unexpectedly deploy and the seat belt pre-tensioners may activate.",Air bags that unexpectedly deploy increase the risk of a crash or injury.,"Chrysler will notify owners, and dealers will update the Occupant Restraint Control module calibration, free of charge. The recall began on August 25, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R35." -07/27/2015,15V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V469000),"Chrysler (FCA US, LLC)",Incorrectly Heat Treated Rear Lower Control Arms,SUSPENSION,R38,Vehicle,5492,"Chrysler (FCA US LLC) is recalling certain model year 2015 Jeep Grand Cherokee and Dodge Durango vehicles manufactured June 12, 2015, to June 20, 2015. The affected vehicles may be equipped with rear lower control arms that may have been incorrectly heat treated. This may cause the rear lower control arm to fracture.","If the rear lower control arm fractures it may result in a change in ride height, loss of rear end stability, and reduced braking capabilities, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and if necessary replace the lower control arms, free of charge. The recall began July 29, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R38. Note: This supersedes Recall No. 15V-407." -07/24/2015,15V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V462000),"Forest River, Inc.",Improperly Positioned Cable,ELECTRICAL SYSTEM,35-05262015-0038,Vehicle,20,"Forest River, Inc. (Forest River) is recalling certain model year 2007-2015 Glaval Bus Titan II transit buses manufactured June 12, 2007, to January 14, 2015. The affected vehicles may have a cable that is routed across the top of the fan shroud. This cable is not properly positioned on the terminal strip, which can cause a loose connection or possible arching.","If the cable is improperly positioned can experience a loose connection, or cause arching, increasing the risk of a vehicle fire.","Forest River will notify owners, and dealers will inspect the cable to stud connection, and reposition the cable, free of charge. The recall began on September 16, 2015. Owners may contact Forest River customer service at 1-219-533-5934. Forest River's number for this recall is 35-05262015-0038." -07/24/2015,15V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V465000),"General Motors, LLC",Occupant Sensing System/FMVSS 208,AIR BAGS,15400,Vehicle,5493,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Impala vehicles manufactured April 15, 2013, to June 19, 2015, equipped with front vented-heated passenger seats. Accordingly, the Automatic Occupant Sensing (AOS) system may fail to suppress the front passenger air bag if a child seat is in the front passenger seat. These vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection.""","If the front passenger air bag deploys with a child seat in the front passenger seat, it increases the risk of injury to the child.","GM will notify owners, and dealers will correct the calibration-learning error by preconditioning the empty seat, and also resetting the ECU to a seat zero-value, free of charge. The recall began on August 25, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15400." -07/24/2015,15V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V464000),Ford Motor Company,Parking Brake may not Fully Engage/FMVSS 135,PARKING BRAKE,15C07,Vehicle,7165,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Taurus, Ford Flex, and Lincoln MKS vehicles manufactured May 4, 2015, to May 23, 2015, Lincoln MKT vehicles manufactured May 4, 2015, to May 21, 2015, and 2015-2016 Ford Explorer vehicles manufactured May 4, 2015, to May 23, 2015. The affected vehicles have a parking brake that may not fully engage when applied. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","If the parking brake does not fully engage and the transmission is left in a gear other than 'Park' while on a slope, the vehicle may roll away, increasing the risk of a crash.","Ford will notify owners, and dealers will test the operation of the parking brake system, and if necessary, replace the parking brake control assembly, free of charge. The recall began on September 4, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C07." -07/24/2015,15V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V463000),"General Motors, LLC",Power Operated Roof Panel/FMVSS 118,VISIBILITY,15568,Vehicle,63665,"General Motors LLC (GM) is recalling certain model year 2013-2016 Cadillac ATS vehicles manufactured April 25, 2012, to June 25, 2015. The affected vehicles may experience the roof panel closing automatically when the non-recessed switches are pressed and the roof panel is open. These vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""","Because the switch is not recessed, the roof panel switch may inadvertently be pressed resulting in unintended auto-closure of the roof panel, increasing the risk of personal injury.","GM will notify owners and dealers will replace the roof console accessory switch trim plate, free of charge. The recall began on August 19, 2015. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 15568. Note this recall supersedes 15V-106." -07/23/2015,15V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V461000),"Chrysler (FCA US, LLC)",Radio Software Security Vulnerabilities,EQUIPMENT,R40,Vehicle,1416903,"Chrysler (FCA US LLC) is recalling certain model year 2013-2015 Ram 1500, 2500, 3500, 4500, and 5500, 2015 Chrysler 200, Chrysler 300, Dodge Charger, and Dodge Challenger, 2014-2015 Jeep Grand Cherokee, Cherokee, and Dodge Durango, and 2013-2015 Dodge Viper vehicles. The affected vehicles are equipped with radios that have software vulnerabilities that can allow third-party access to certain networked vehicle control systems.","Exploitation of the software vulnerability may result in unauthorized remote modification and control of certain vehicle systems, increasing the risk of a crash.","Chrysler will notify and mail affected owners a USB drive that includes a software update that eliminates the vulnerability, free of charge. Optionally, owners may download the update to their own USB drive from http://www.driveuconnect.com/software-update/ or take their vehicle to a Chrysler dealer for immediate installation. In an effort to mitigate the effects of this security vulnerability, Chrysler has had the wireless service provider close the open cellular connection to the vehicle that provided unauthorized access to the vehicle network. This measure may not have been implemented on all vehicles and does not address access by other means that will be remedied by the software update. The recall began on August 25, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R40." -07/22/2015,15V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V456000),PACCAR Incorporated,Alternator Cable May Chafe,ELECTRICAL SYSTEM,715-K,Vehicle,288,"PACCAR Incorporated (PACCAR) is recalling certain model year 2012-2016 Peterbilt 365, 367, 384, 386, 388, 389, 567, 579, and 587 trucks manufactured January 13, 2011, to April 20, 2015. The affected trucks, equipped with extended-body Leece Neville alternators, have alternator charge cables that may chafe against a formed metal freon discharge line.","If the alternator cable rubs through its insulation, an electrical short may occur, increasing the risk of a fire.","Peterbilt will notify owners, and dealers will reroute the alternator charge cable away from the metal freon line and install a plastic insulator on the cable end, free of charge. The recall began on September 23, 2015. Owners may contact Peterbilt customer service at 1-940-591-4000. Peterbilt's number for this recall is 715-K." -07/22/2015,15V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V457000),PACCAR Incorporated,Brake Valve Lines may be Improperly Connected,"SERVICE BRAKES, AIR",15KWK,Vehicle,334,"PACCAR Incorporated (PACCAR) is recalling certain model year 2016 Kenworth T440, T470, T660, T680, T800, T880, and W900 trucks manufactured February 16, 2015, to March 9, 2015. The affected vehicles are equipped with an SR-7 spring brake valve assembly that may have had the primary and secondary service brake applications installed in reverse. In the event of a failure in the primary or secondary circuit, the redundant circuit would not provide adequate service brake functionality. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 121, ""Air Brake Systems.""",A loss of braking ability would increase the risk of a crash.,"Kenworth will notify owners, and dealers will inspect the vehicles and correct the air line installations as required, free of charge. The recall began on September 16, 2015. Owners may contact Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 15KWK." -07/22/2015,15V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V458000),PACCAR Incorporated,DRLs Override Hazard Lights/FMVSS 108,EXTERIOR LIGHTING,15KWL,Vehicle,12551,"PACCAR Incorporated (PACCAR) is recalling certain model year 2011-2016 Kenworth T440, T470, T660, T680, and T880 trucks manufactured January 14, 2010, to May 22, 2015, and equipped with HID Headlamps and the option for Daytime Running Lamps (DRL). The DRLs are required to deactivate when the hazard warning lights are activated, however, the DRLs on these vehicles override the hazard flashing functionality after the brake pedal is pushed for more than two seconds. Normal hazard flashing functionality returns once the service brake is released. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the hazard warning lamps are overridden by the DRL, oncoming vehicles may fail to be warned, increasing the risk of a crash.","Kenworth will notify owners, and dealers will update the cab controller software, free of charge. The recall began on September 167, 2015. Owners may contact Kenworth customer service at 1-425-828-5000. Kenworth's number for this recall is 15KWL." -07/22/2015,15V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V459000),"Chrysler (FCA US, LLC)",Inadvertent Driver Air Bag Deployment,AIR BAGS,R36,Vehicle,1059444,"Chrysler (FCA US LLC) is recalling certain model year 2012-2014 Ram 1500, 2500, 3500, 4500, and 5500 trucks manufactured January 18, 2011, to October 7, 2014, and equipped with the Electronic Vehicle Information Center option. The affected vehicles have a steering wheel wiring harness that may rub against the driver air bag module retainer spring.",This abrasion may result in an electrical short that could cause driver's frontal air bag to unexpectedly deploy. Inadvertent deployment of the air bag may increase the risk of injury and the possibility of a vehicle crash.,"Chrysler will notify owners, and dealers will inspect, repair as necessary, and secure the steering wheel wiring harness. Additionally, protective caps will be added to the air bag retainer spring ends. These repairs will be done free of charge. The recall began on September 18, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R36." -07/22/2015,15V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V460000),"Chrysler (FCA US, LLC)",Inadvertent Side Air Bag Deployment,AIR BAGS,R23,Vehicle,667441,"Chrysler (FCA US LLC) is recalling certain model year 2013-2015 Ram 1500, 2500, and 3500 trucks manufactured June 20, 2012, to January 26, 2015. In the affected vehicles, the side impact sensor calibrations may be overly sensitive, and as a result, the side air bag inflatable curtains and seat air bags may unexpectedly deploy and the seat belt pre-tensioners may activate.",Air bags that unexpectedly deploy increase the risk of a crash or injury.,"Chrysler will notify owners, and dealers will update the Occupant Restraint Control module calibration, free of charge. The recall began on September 8, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R23." -07/22/2015,15V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V455000),"Tracker Marine, LLC",Incorrect Load Range Tires Installed,TIRES,TS-0031,Vehicle,346,"Tracker Marine L.L.C. (Tracker) is recalling certain model year 2016 Trailstar Tahoe boat trailers, models 400, 450, 500, and 550, manufactured March 23, 2015, to June 24, 2015. The affected trailers were built with wheels that have load range ""C"" tires installed, instead of load range ""D"" tires as specified. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the trailer exceeds the load rating on the tire, the tire may suddenly fail, increasing the risk of a crash.","Tracker will notify owners, and dealers will replace the wheels that have load range ""C"" tires for wheels with the correct load range ""D"" tires, free of charge. Owners may contact Tracker customer service at 1-417-873-4555. Tracker's number for this recall is TS-0031." -07/21/2015,15V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V453000),"Nissan North America, Inc.",Doors May Not Fully Latch/FMVSS 206,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,6595,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Nissan Rogue vehicles manufactured June 9, 2015, to June 10, 2015, and 2015 Nissan Sentra and Versa Note vehicles manufactured June 5, 2015, to June 13, 2015. In the affected vehicles, the driver side front and rear doors may not fully latch. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 206, ""Door Locks and Door Retention Components.""","A door that does not fully latch may result in the door opening while the car is moving. The distraction may increase the risk of a crash and/or a vehicle occupant may fall out of the vehicle if they are not wearing a seatbelt, increasing their risk of injury.","Nissan will notify owners, and dealers will inspect the date, lot number, and cavity code on the left front and rear door latches, and replace them, as necessary, free of charge. The recall began on August 31, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -07/21/2015,15V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V454000),REV Recreation Group,Possible Incorrect Propane Gas Tank Regulator,EQUIPMENT,150708ARG,Vehicle,92,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2016 Fleetwood Flair, Storm, Terra SE, Jamboree Sport, Tioga Montara, Tioga Ranger, Holiday Rambler Admiral, and Monaco Trek vehicles. The affected vehicles may have been improperly manufactured with a vertical propane gas tank regulator, instead of the horizontal gas tank regulator required. Use of the incorrect regulator can allow moisture to build up in the regulator, possibly resulting in improper operation.","If the regulator fails to operate properly, it can cause a propane gas leak, increasing the risk of a fire.","ARG will notify owners, and dealers will inspect the motorhomes and replace the regulator, as necessary, free of charge. The recall began on August 14, 2015. Owners may contact ARG customer service at 1-800-509-3417. ARG's number for this recall is 150708ARG." -07/21/2015,15T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T015000),Discount Tire,Tread Separation,TIRES,NR (Not Reported),Tire,79513,"Discount Tire is recalling certain Pathfinder SAT LT245/75R17E1 121R W tires manufactured September 16, 2013, to May 19, 2015, Pathfinder SAT LT265/75R16E1 123Q W tires manufactured August 5, 2013, to May 19, 2015, Pathfinder SAT LT265/70R17E1 121S B tires manufactured September 2, 2013, to May 19, 2015, and Pathfinder SAT LT275/65R18E1 123S B tires manufactured October 7, 2013, to May 19, 2015. These replacement light truck tires may have been manufactured with an inner liner gauge that is lower than specified. As a result, the tire tread may separate and cause rapid air pressure loss.","If a tire experiences tread separation or air pressure loss, it can increase the risk of a vehicle crash.","Discount Tire will notify owners, and dealers will provide replacement tires or refund the purchase price, free of charge. The recall began on August 21, 2015. Owners may contact Discount Tire customer service at 1-888-519-6914." -07/20/2015,15V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V451000),Mazda North American Operations,Corrosion of Front Suspension Ball Joint,SUSPENSION,8515G,Vehicle,193484,"Mazda North American Operations (Mazda) is recalling certain model year 2007-2014 CX-9 vehicles manufactured October 24, 2006, to December 28, 2013. The affected vehicles have front suspension ball joints that may corrode from water leaking into the fitting.","Over time, the ball joint corrosion may result in the front lower control arm separating from the ball joint, causing a loss of steering control and increasing the risk of a crash.","Mazda will notify owners, and dealers will replace both the left and right lower control arms, free of charge. The recall began on September 14, 2015. The recall will begin with model year 2007-2009 vehicles registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, Washington D.C., West Virginia, and Wisconsin. The second phase will be for model year 2010-2014 vehicles in the same states. Finally, all remaining vehicles will be remedied. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 8515G." -07/20/2015,15V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V452000),"Volkswagen Group of America, Inc.",Loss of Electric Power Steering Assist,STEERING,48M1,Vehicle,5625,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2014-2015 Audi SQ5 vehicles manufactured May 22, 2013, to April 14, 2015. The affected vehicles have an electric power steering assist system that may shut down in cold temperatures due to a steering motor sensor fault.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required at lower speeds, increasing the risk of a vehicle crash.","Volkswagen will notify owners, and dealers will update the power steering control module software, free of charge. The recall began on July 31, 2015. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 48M1." -07/17/2015,15E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E062000),H&H Sports Protection,Motorcyle Helmet Restraint Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,6356,"H&H Sports Protection (H&H) is recalling certain VCAN V528 Milano helmets, sizes XS, S, M, L and XL, manufactured April 1, 2008, to October 9, 2014. The helmet retention systems failed during high temperature testing. Also, the required labeling may not be found on the helmets. As such, these helmets do not meet the requirements of Federal Vehicle Safety Standard (FMVSS) number 218, ""Motorcycle helmets.""",Failed helmet restraints can increase the risk of serious personal injury to the occupant.,"These helmets in size XL were originally recalled under campaign 14E-082. On July 15, 2015, H&H expanded the recall to include an additional 5,184 helmets in other sizes. H&H has notified the additional owners, retailers and dealers, and H&H will reimburse the full purchase price for the helmets. The recall began Julne 21, 2015. Owners may contact H&H customer service at 1-858-680-8226 or at OP@HHsportsprotection.com. Note: This recall supersedes recall 14E-082." -07/17/2015,15V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V450000),"BMW of North America, LLC",Side Impact Crash Worthiness/FMVSS 214,STRUCTURE,NR (Not Reported),Vehicle,30456,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2015 MINI Cooper and MINI Cooper S Hardtop 2 Door vehicles and 2015 MINI John Cooper Works Hardtop 2 Door vehicles. The affected vehicles do not meet the side impact performance requirements for the rear seat passengers. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 214, ""Side Impact Protection.""","If the side impact performance requirements are not met, rear seat passengers may be at a higher risk of injury during a crash.","MINI will notify owners, and dealers will install additional energy absorption material between the rear interior side panels and the exterior vehicle body, free of charge. The recall began on September 4, 2015. Owners may contact MINI customer service at 1-866-825-1525. Note: this recall supersedes 14V-815." -07/17/2015,15T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T014000),"Continental Tire the Americas, LLC",Tires may Leak Air from Around Bead,TIRES,NR (Not Reported),Tire,4884,"Continental Tire the Americas, LLC (CTA) is recalling certain ContiProContact tires, size 225/45R17 91H, manufactured February 22, 2015, to May 16, 2015. Due to a manufacturing error, these aftermarket replacement tires may leak air from the bead area.",A loss of air pressure may result in sudden tire failure and increase the risk of a crash.,"CTA will notify owners, and dealers will replace the affected tires, free of charge. The recall began on July 31, 2015. Owners may contact CTA customer service at 1-888-799-2168." -07/17/2015,15E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E061000),SAF-Holland,Trailer Suspension Pivot Bolt Failure,SUSPENSION,P022,Equipment,16959,"SAF-Holland is recalling certain CBX series Trailer Suspension Systems. The affected trailer suspensions have pivot bolts that may fail. The bolts were used in CBX20, CBX23, CBX25, CBX40, and CBX69 Trailer suspensions as well as part of various repair kits.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer that it was connected to, increasing the risk of a crash.","This recall expands the population of suspensions previously recalled under campaign 14E-024. SAF-Holland will notify the additional trailer owners, and dealers will replace the defective pivot bolts with new pivot bolts, free of charge. This notification began on August 10, 2015. Owners may contact SAF-Holland customer service at 1-888-396-6501. SAF-Holland's recall number for this campaign is P022. Note: This recall supersedes 14E-024." -07/15/2015,15V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V447000),Vermeer Manufacturing Company,Discharge Chute may Crack and Detach from Chipper,EQUIPMENT,IK3194,Vehicle,481,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2012-2015 BC900XL brush chippers manufactured January 30, 2012, to July 30, 2015. The flanges that attach the brush chipper discharge chute may crack and fail while the brush chipper is being towed, causing the chute to separate from the chipper.","If the chute detaches from the chipper, it would become a road hazard, increasing the risk of a crash.","Vermeer will notify owners, and dealers will relocate the discharge chute rotation clamps and will add an additional clamp, free of charge. The recall began on September 9, 2015. Owners may contact Vermeer customer service at 1-800-829-0051. Vermeer's number for this recall is IK3194." -07/15/2015,15V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V449000),Toyota Motor Engineering & Manufacturing,Inverter Failure may cause Hybrid Vehicle to Stall,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,108624,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2012-2014 Prius V vehicles manufactured August 22, 2011, to June 30, 2014. A component within the hybrid inverter assembly may overheat, causing the hybrid system to reduce output power allowing the vehicle to only drive a short distance. In some circumstances, the hybrid system may shut down causing the vehicle to stop while being driven.","The vehicle may enter a fail-safe/limp-home mode that limits the drivability of the vehicle. The hybrid system could also shut down completely resulting in a vehicle stall, increasing the risk of a crash.","Toyota will notify owners, and dealers will update the software for the motor/generator control electronic control unti (ECU) and the hybrid control ECU, free of charge. The recall began on July 30, 2015. Owners may contact Toyota customer service at 1-888-270-9371." -07/15/2015,15E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E060000),Flex-a-lite,Missing Fuse Holder/Incorrect Circuit Breaker,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,135,"Flex-A-Lite is recalling certain aftermarket electric fan kits, part numbers 274 (Dual Electric Fan Kit) and 59274 (Aluminum Radiator and Dual Electric Fan Combination Kit), manufactured February 3, 2014 to May 27, 2015. The affected electric fan kits were not supplied with a fuse holder to be installed between the fan control module and the battery. Additionally, in the event of an electrical short, the circuit breakers that were supplied with the kits may not be sensitive enough to trip before electrical damage could occur.","Use of an electric fan kit without the additional fuse holder between the battery and fan control module or with the original circuit breaker installed may result in electrical system damage in the event of an electrical short, increasing the risk of a vehicle fire.","Flex-A-Lite will notify owners, and will provide purchasers with a replacement kit that includes a 60 amp fuse harness to be installed between the battery and fan control module as well as a 30 amp circuit breaker to replace the existing one between the fan motors and fan control module, free of charge. The recall began on June 24, 2015. Owners may contact Flex-A-Lite customer service at 1-800-851-1510." -07/15/2015,15V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V448000),Shyft Group,Valve Stems may Rub on Brake Caliper,TIRES,15012,Vehicle,212,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2007-2015 Advantage, Diamond, Gladiator, and MetroStar emergency response vehicles manufactured January 18, 2007 to February 9, 2015. The front wheels of the affected vehicles have valve stems that may rub against the brake caliper.","If the valve stems rub against the brake caliper, a hole may develop causing the tire to deflate suddenly, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect the front wheel valve stems and replace any that have wear marks, free of charge. The recall began on September 2, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15012." -07/14/2015,15E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E058000),Agility Fuel Solutions,CNG Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,524,"Agility Fuel Systems (Agility) is recalling certain compressed natural gas (CNG) fuel systems, part numbers 22989600, 24990722, 24989800,23708001, 23710031, 25600000, 25799500, 22999800, 22989700, 24990601, 25789600, 25789800, 22999500, 22999700, 25799700, 25799800, 25729800, 22929500, 22922500, 25769500, 25769700, 25799500, 22969500, 22969600, 22969700, 22969800, 22999600, 24269800, 24960800, 25789700, 25799600, 23914000, 25640000, 25653000, 23913000, 23910000, 23903000, manufactured August 1, 2014, to June 1, 2015. The affected systems are equipped with pressure relief devices (PRDs) that may not function as designed and vent a buildup of pressure, such as could occur if the compressed natural gas (CNG) tank was exposed to fire.","If the PRD does not activate in the event of a buildup of pressure, the CNG tank may explode, increasing the risk of fire and injury.","Agility will notify owners, and dealers will replace the defective PRD's, free of charge. The recall began on August 20, 2015. Owners may contact Agility customer service at 1-949-267-7745." -07/14/2015,15V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V446000),Kia Motors America,Front Passenger Seat Belt may not Latch,SEAT BELTS,SC123,Vehicle,2587,"Kia Motors America (Kia) is recalling certain model year 2016 Kia Sorento vehicles manufactured October 23, 2014, to December 10, 2014. The affected vehicles have a front passenger seat belt whose buckle latch assembly may prevent the front passenger from fastening the seat belt.","If the front passenger seat belt cannot be latched, an occupant sitting in the front passenger seat has an increased risk of injury in the event of a crash.","Kia will notify owners, and dealers will replace the front passenger seat belt buckle cover, free of charge. The recall began on August 18, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC123." -07/14/2015,15E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E059000),Emcara Gas Development Inc.,Pressure Relief Device may not Vent Pressure,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,2351,"Emcara Gas Development Inc. (Emcara) is recalling certain Pressure Relief Devices (PRD), model numbers LT102B and LT130, manufactured from July 23, 2014, to December 31, 2014. The affected PRDs may not function as designed and vent a buildup of pressure, such as could occur if the compressed natural gas (CNG) tank was exposed to fire.","If the PRD does not activate in the event of a buildup of pressure, the CNG tank may explode, increasing the risk of fire and injury.","Emcara will notify the purchasers of the affected PRDs, and the defective PRDs will be replaced, free of charge. The recall began on July 9, 2015. Owners may contact Emcara customer service at 1-519-821-5259." -07/13/2015,15V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V445000),Starcraft Bus,Possible Overloading of Vehicle/FMVSS 567,EQUIPMENT,05-06242015-0058,Vehicle,800,"Starcraft Bus (Starcraft) is recalling certain model year 2002-2007 Allstar, Starquest, Starlite, and Ultrastar commercial buses manufactured January 1, 2002, to September 30, 2007. The affected vehicles, when loaded with passengers and fuel, may exceed the gross vehicle weight rating (GVWR). As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the buses are loaded beyond the GVWR rating on the certification label, the vehicle could have poor handling, tire or suspension failure, increasing the risk of a vehicle crash.","Starcraft will notify owners, and dealers will install a revised certification label based on corrected axle and wheel calculations or dealers will remove seats from buses that cannot support additional weight beyond the GVWR on the existing label. This work will be done free of charge. The recall began on September 8, 2015. Owners may contact Starcraft customer service at 1-800-348-7440. Starcraft's number for this recall is 05-06242015-0058." -07/13/2015,15T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T011000),Hercules Tire & Rubber Company,Tread Separation,TIRES,01-2015,Tire,90000,"Hercules Tire & Rubber Company (Hercules) is recalling certain All Trac A/T tires, sizes 235/70R16 106T, 235/75R15 109T XL, 245/70R16 107T, 255/70R16 111T, 265/70R16 112T, 265/75R16 116T and 275/70R16 114T. The affected tires may experience a tread separation.","A tire tread separation may result in sudden air loss, increasing the risk of a vehicle crash.","Hercules will notify owners, and dealers will replace the tires, free of charge. The recall began on August 13, 2015. Owners may contact Hercules customer service at 1-888-943-2402. Hercules number for this recall is 01-2015." -07/13/2015,15T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T012000),"Continental Tire the Americas, LLC",Tread Separation,TIRES,NR (Not Reported),Tire,3826,"Continental Tire the Americas, LLC (CTA) is recalling certain ContiProContact tires, size P205/65R15 95T Extra Load, manufactured February 8, 2015, to February 14, 2015, sold as aftermarket replacement tires. The affected tires may experience a tread separation.","A tire tread separation may result in sudden air loss, increasing the risk of a vehicle crash.","CTA will notify owners, and dealers will replace the affected tires and provide reimbursement to owners who replaced tires prior to the recall campaign. The recall began on July 31, 2015. CTA's number for this recall is 1-888-799-2168." -07/10/2015,15V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V440000),Wilson Trailer Company,Cracking Welds may Result in Trailer Separation,SUSPENSION,323D,Vehicle,1890,"Wilson Trailer Company (Wilson) is recalling certain model year 2006-2015 Grain trailers manufactured January 1, 2006, to March 31, 2015. In the the affected trailers, the welds that attach the bolster plate to the pickup plate around the kingpin may fail. Failure of these welds may result in the kingpin separating from the pickup plate.","If the kingpin separates from the pickup plate, the trailer could detach from the tractor, increasing the risk of a crash.","Wilson will notify owners, and dealers will inspect the aluminum kingpin assemblies for cracked or failed welds, repairing them as necessary. Additionally, a new forged steel kingpin will be installed with supplemental fasteners. These repairs will be performed free of charge. The recall began on July 29, 2015. Owners may contact Wilson customer service at 1-800-798-2002. Wilson's number for this recall is 323D." -07/10/2015,15V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V443000),"Autocar, LLC",Defrost Mode Door Actuator Overheating,EQUIPMENT,ACX-1504,Vehicle,1042,"Autocar, LLC (Autocar) is recalling certain model year 2015-2016 Xpeditor vehicles manufactured November 18, 2014, to July 6, 2015. The affected vehicles are equipped with heating, ventilation and air conditioning (HVAC) units whose defrost mode door actuators may overheat.",Overheating of the defrost actuator increases the risk of a fire.,"Autocar will notify owners, and dealers will install an additional harness with four, one amp fuses to the circuit, free of charge. The recall began on September 3, 2015. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1504." -07/10/2015,15V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V444000),"Chrysler (FCA US, LLC)",Driver Side Frontal Air Bag Inflator May Rupture,AIR BAGS,R37,Vehicle,88460,"Chrysler (FCA US LLC) is recalling certain model year 2008-2010 Dodge Challenger vehicles manufactured September 19, 2007, to October 29, 2010. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Chrysler will notify owners, and dealers will replace the driver's frontal air bag inflator, free of charge. The recall began on November 17, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R37." -07/10/2015,15V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V441000),"KTM North America, Inc.",Gas Tank may Leak Fuel from Threaded Inserts,"FUEL SYSTEM, GASOLINE",TB1507,Vehicle,640,"KTM North America, Inc. (KTM) is recalling all model year 2014 1290 Super Duke R motorcycles manufactured July 1, 2013, to April 30, 2014. The affected motorcycles may leak fuel from the threaded inserts at the rear of the gas tank.","A fuel leak from the threaded inserts, in the presence of an ignition source, may increase the risk of a fire.","KTM will notify owners, and dealers will seal the threaded inserts to prevent future fuel leaks. If the motorcycle shows evidence of an existing fuel leak at the threaded insert, the gas tank will be replaced. These repairs will be performed free of charge. The recall began on August 11, 2015. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is TB1507." -07/10/2015,15V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V442000),"General Motors, LLC",Steering Gear Not Tightened to Specification,STEERING,15386,Vehicle,10,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Cruze vehicles manufactured November 8, 2013, to March 12, 2015, and 2015 Chevrolet Volt vehicles manufactured April 11, 2014. In the affected vehicles, the inner tie rod may not be tightened to specification allowing the tie rod to separate from the steering gear.","Separation of the tie rod from the steering gear could result in the loss of steering, increasing the risk of a crash.","GM will notify owners, and dealers will replace the steering gear assembly, free of charge. The recall began on July 28, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15386." -07/08/2015,15V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V436000),Ford Motor Company,Engine may Continue to Run/FMVSS 114,ELECTRICAL SYSTEM,15C06,Vehicle,374781,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Escape vehicles manufactured April 1, 2014, to June 12, 2015, Ford Focus vehicles manufactured June 17, 2014, to June 12, 2015, and Ford C-Max vehicles manufactured April 22, 2014, to June 12, 2015. In the affected vehicles, the engine may continue to run after the key or the START/STOP engine button is turned to off. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 114, ""Theft Protection and Rollaway Prevention.""","If the engine does not turn off as expected, someone could move the transmission shifter out of park and the vehicle may move unintentionally, increasing the risk of a crash.","Ford will notify owners, and dealers will update the body control module software, free of charge. The recall began on July 27, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C06." -07/08/2015,15V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V437000),"ST Engineering Hackney, Inc",Inadequate Power to Second Trailer's ABS/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,49,"VT Hackney, Inc. (VT Hackney) is recalling certain model year 2014-2015 Kidron Refrigerated Trailers manufactured August 9, 2013, to June 15, 2015. The affected trailers have a main wiring harness that may not supply adequate power to the connector at the rear of the trailer. This rear connector is used when a second trailer is attached for doubles operation. As a result of the insufficient power, second trailer's anti-lock brake system (ABS) may not function properly. As such, these vehicles fail to comply with the Requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the ABS module on the second trailer does not function properly, the trailer may have an increased braking distance in an emergency braking situation, increasing the risk of a crash.","VT Hackney will notify owners, and dealers will install an additional power cable, free of charge. The recall began on August 20, 2015. Owners may contact VT Hackney customer service at 1-800-763-0700." -07/08/2015,15V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V435000),"Charles Machine Works, Inc.",Incorrect Wiring Harness may not Activate Brakes,ELECTRICAL SYSTEM,ID0388109,Vehicle,69,"Charles Machine Works Inc. (Charles Machine) is recalling certain model year 2014-2015 Ditch Witch T14MV trailers manufactured December 1, 2014, to June 22, 2015. The affected trailers may have an incorrect wiring harness that would result in the brakes not applying should the trailer breakway from the tow vehicle.","If the brakes do not activate in the event of a trailer breakaway, there would be an increased risk of a crash.","Charles Machine will notify owners, and dealers will correct the pin locations in the trailer harness connector, free of charge. The recall began on July 24, 2015. Owners may contact Charles Machine customer service at 1-800-654-6481. Charles Machine's number for this recall is ID0388109." -07/08/2015,15V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V439000),Honda (American Honda Motor Co.),Starter Relay Switch may Cause Engine Stall,ELECTRICAL SYSTEM,"JS9, JT0",Vehicle,47168,"Honda (American Honda Motor Co.) is recalling certain model year 2013-2015 ST1300PA, 2014-2015 CB500, CBR500, CRF250L, CBR650, CTX700, NSS300, VT750, VT1300, 2015 CB300F, CBR300, CBR600, and 2014-2016 NC700 motorcycles. In the affected motorcycles, sealant may have been incorrectly applied to the starter relay switch, and as a result, the electrical system may have a loss of power.","A loss of electrical power may cause an engine stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace any affected starter relay switch, free of charge. The recall began on August 31, 2015. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is JS9 and JT0." -07/08/2015,15V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V438000),"Navistar, Inc.",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,63,"Navistar, Inc. (Navistar) is recalling certain model year 2013-2015 International TranStar vehicles manufactured April 10, 2012, to December 12, 2014. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Navistar, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 16, 2015. Owners may contact Navistar customer service at 1-800-448-7825, or Cummins customer service at 1-800-343-7357." -07/07/2015,15V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V434000),REV Recreation Group,Emergency Exit Window may not have been Installed,STRUCTURE,150625ARG,Vehicle,32,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2015-2016 Fleetwood Southwind recreational vehicles, model 32 VS, manufactured April 16, 2014, to June 19, 2015. The affected vehicles may have been manufactured without an emergency exit window on the road side bedroom wall.","In the event of an emergency, the occupant's exit from the vehicle may be delayed or prevented, increasing their risk of injury.","ARG will notify owners, and dealers will inspect the vehicles and, if necessary, they will replace the existing road side bedroom wall window with an emergency exit window, free of charge. The recall began on August 14, 2015. Owners can contact ARG customer service at 1-800-509-3417. ARG's number for this recall number is 150625ARG." -07/07/2015,15V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V431000),"Chrysler (FCA US, LLC)",Engine Cover may Contact Exhaust Manifold,ENGINE AND ENGINE COOLING,R32,Vehicle,145379,"Chrysler (FCA US LLC) is recalling certain model year 2011-2015 Dodge Journey vehicles manufactured July 19, 2010, to May 26, 2015 and equipped with 2.4L engines. In the affected vehicles, the engine cover may detach from the engine and contact the exhaust manifold.","If the displaced engine cover contacts the exhaust manifold, there would be an increased risk of a vehicle fire.","Chrysler will notify owners, and dealers will install an improved mounting system for the engine cover, free of charge. The recall began on October 15, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R32." -07/07/2015,15V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V432000),"Daimler Trucks North America, LLC",Exterior Emergency Door Handle may Detach,STRUCTURE,FL-685,Vehicle,103038,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2002-2013 Thomas Built Buses Saf-T-Liner ER, 2001-2005 Saf-T-Liner Conventional, 2002-2013 Saf-T-Liner MVP-EF, 2013 Saf-T-Liner EFX, 2001-2008 Saf-T-Liner FS65, 2005-2013 Saf-T-Liner C2, 2003-2013 Saf-T-Liner HDX, 2002-2003 Saf-T-Liner MVP-ER, 2002 Vista, and 2002-2003 TL-960 school buses manufactured from February 5, 2001, through May 29, 2012. In the affected vehicles, the stem that connects the outside emergency door handle to the emergency door opening mechanism may corrode.","If the stem corrodes, the door handle could detach from the emergency door opening mechanism, delaying the opening of the door and the evacuation of the bus. In the event of an emergency, this may increase the risk of injury to the bus occupants.","DTNA will notify owners, and dealers will either replace the stems or protect them against corrosion, free of charge. Daimler issued an interim notification to owners on August 25, 2015. The recall began on December 24, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-685." -07/07/2015,15V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V433000),"Ferrari North America, Inc.",Improperly Assembled Drivers Air Bag,AIR BAGS,57,Vehicle,814,"Ferrari North America, Inc. (FNA) is recalling certain model year 2015 Ferrari 458 Italia, 458 Spider, 458 Speciale, 458 Speciale A, California T, FF, F12 Berlinetta, and LaFerrari vehicles manufactured December 19, 2014, to April 29, 2015. The affected vehicles may be equipped with a driver side air bag module that was improperly assembled. This can cause the air bag to deploy in a rotated orientation.","In the event of a crash, the deployment of the driver's air bag in a rotated orientation increases the risk of injury.","FNA will notify owners, and dealers will replace the front Driver's Side Air Bag Module, free of charge. The recall began on August 10, 2015. Owners may contact Ferrari customer service at 1-866-551-2828. Ferrari's number for this recall is 57." -07/06/2015,15V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V425000),"Daimler Trucks North America, LLC",Exterior Emergency Door Handle may Detach,STRUCTURE,FL-685,Vehicle,3013,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2002-2004 Thomas Built Buses Saf-T-Liner ER, 2001-2005 Saf-T-Liner Conventional, 2002-2013 Saf-T-Liner MVP-EF, 2013 Saf-T-Liner EFX, 2001-2008 Saf-T-Liner FS65, 2005-2013 Saf-T-Liner C2, 2003-2013 Saf-T-Liner HDX, 2002-2003 Saf-T-Liner MVP-ER, 2002 Vista, and 2002-2003 TL-960 non-school buses. In the affected vehicles, the stem that connects the outside emergency door handle to the emergency door opening mechanism may corrode.","If the stem corrodes, the door handle could detach from the emergency door opening mechanism, delaying the opening of the door and the evacuation of the bus. In the event of an emergency, this may increase the risk of injury to the bus occupants.","DTNA will notify owners, and dealers will either replace the stems or protect them against corrosion, free of charge. An interim notice was mailed to owners on August 28, 2015. The recall began on December 24, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-685." -07/06/2015,15V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V426000),"Mercedes-Benz USA, LLC",Fuses may be Improperly Installed,AIR BAGS,2015060007,Vehicle,43,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2014 CLA 250C vehicles manufactured September 10, 2014, to September 11, 2014, 2014 CLA 250C 4Matic vehicles manufactured September 13, 2014, to September 25, 2014, and 2014 CLA 45 AMG 4Matic vehicles manufactured September 10, 2014, to September 25, 2014. The affected vehicles have fuses that may have been incorrectly installed in the passenger side interior fuse boxes.","If the fuses were not properly installed, they may lose electrical contact. In the event of a loss of electrical contact, certain systems may be impacted, including the function of the front passenger seat occupancy recognition system, the passenger side air bag indicator lamp, the instrument cluster and the windshield wipers. Should the function of the front passenger seat occupancy recognition system or the passenger side airbag indicator lamp be affected, the risk of injury for passengers in the event of a crash would be increased. Should the function of the instrument cluster and the windshield wipers be affected, the risk of a crash would be increased.","MBUSA will notify owners, and dealers will inspect the position and orientation of the fuses, and if necessary, replace the fuse box, free of charge. The recall began on August 18, 2015. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2015060007." -07/06/2015,15V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V428000),Prevost Car (US) Inc.,Hub Carrier May Crack Due,SUSPENSION,SR15-330,Vehicle,68,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2015 X3-45 Commuter Coaches manufactured August 1, 2014, to June 1, 2015. The affected motorcoaches are equipped with hub carriers that may leak or crack.","Cracks in the hub may result in hub failure, which could cause a loss of vehicle control, increasing the risk of a crash.","Prevost will notify owners, and dealers will inspect and replace the affected hub carriers, free of charge. The recall began on November 11, 2015. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR15-330." -07/06/2015,15V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V430000),Starcraft Bus,Incorrect Tire Placard Information/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,832,"Starcraft Bus (Starcraft) is recalling certain model year 2008-2015 Prodigy and Quest school buses manufactured October 20, 2008, to June 1, 2015. The affected vehicles may be equipped with Tire Placards that display an incorrect kilopascal (kPa) value for tire pressures. The label may also be missing the spare tire information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the tire is filled based on the incorrect information listed on the placard, the tire may be over inflated, possibly resulting in sudden tire failure, increasing the risk of a crash.","Starcraft will notify owners and will provide them with corrected labels, free of charge. The recall began on September 4, 2015. Owners may contact Starcraft customer service at 1-800-348-7440." -07/06/2015,15V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V429000),Entegra Coach,Jack Plates may Rub on Air Brake Hose,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,211,"Entegra Coach (Entegra) is recalling certain model year 2015 and 2016 Cornerstone Class A motorhomes, models 45B, 45J and 45K, manufactured from February 24, 2014, through August 18, 2015, and built on a Spartan Chassis. The affected motorhomes have rear jack plates that may rub on the tag axle brake air hose when the plates are retracted.","If the rear jack plates rub on the air brake hose, an air leak may occur when the brake pedal is being pressed, reducing the braking performance of both the drive axle and the tag axle, lengthening the distance needed to stop the motorhome and increasing the risk of a vehicle crash.","Entegra will notify owners on behalf of Spartan, and dealers will reposition the tag axle brake air hose so that it is clear of the jack plate, free of charge. The recall began on August 21, 2015. Owners may contact Entegra customer service at 1-800-945-4787." -07/06/2015,15V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V424000),Honda (American Honda Motor Co.),Rear Seatbelt May Be Trapped,SEAT BELTS,JS7,Vehicle,1358,"Honda (American Honda Motor Co.) is recalling certain model year 2016 Honda Pilot vehicles manufactured May 4, 2015, to June 5, 2015. Due to an assembly issue, the third row seatbelt may be trapped between the rear seat and the rear sideliner.","If the third row seatbelt is trapped, the occupants may not be restrained properly, increasing the risk of injury.","Honda will notify owners, and dealers will inspect and repair the rear third row seat belt, free of charge. The recall began on August 6, 2015. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JS7." -07/06/2015,15V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V427000),Harley-Davidson Motor Company,Saddlebags may Separate from Motorcycle,EQUIPMENT,0166,Vehicle,185272,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014-2015 Road King (FLHR), Street Glide (FLHX), Street Glide Special (FLHXS), Electra Glide Ultra Classic (FLHTCU), Ultra Limited (FLHTK), Police Road King (FLHP), Police Electra Glide (FLHTP), CVO Ultra Limited (FLHTKSE), 2014 CVO Road King (FLHRSE), and 2015 Electra Glide Ultra Classic Low (FLHTCUL), Ultra Limited Low (FLHTKL), Road Glide (FLTRX), Road Glide Special (FLTRXS), CVO Street Glide (FLHXSE), and CVO Road Glide Ultra (FLTRUSE) motorcycles. The affected motorcycles have saddlebag mounting receptacles that may not adequately secure the saddlebags to the motorcycle.","If a saddlebag is not adequately secured, it may separate from the motorcycle while riding, creating a road hazard and increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will replace the affected saddlebag mounting receptacles with updated receptacles, free of charge. The recall began on July 30, 2015. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0166." -07/02/2015,15V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V423000),"Terex Advance Mixer, Inc.",Concrete Mixing Drum may Detach from Vehicle,EQUIPMENT,NR (Not Reported),Vehicle,120,"Terex Advance (Terex) is recalling certain model year 2015 Front Discharge Concrete Mixer Trucks manufactured April 1, 2015, to June 23, 2015. In the affected trucks, the bolts that secure the concrete mixing drum to the drum drive plate may not have been properly tightened.","If the bolts are not properly tightened, the drum may separate from the vehicle, increasing the risk of injury or a crash.","Terex will notify owners, and dealers will install new bolts using a thread locker, after removing the paint from under the fasteners. These repairs will be done free of charge. The recall began on Sptember 23, 2015. Owners may contact Terex customer service at 1-800-433-6691." -07/02/2015,15E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E055000),"Osram Sylvania, Inc.",Head Lamp Intensity Requirement/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,63000,"Osram Sylvania Products, Inc. (Osram) is recalling certain Sealed Beam Headlamps manufactured from February 3, 2014, through June 19, 2015, with Part Number H5006, that fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected headlamps may not meet the minimum intensity requirements.",These headlamps may not provide sufficient illumination of distant objects or the roadway. Insufficient illumination could result in a vehicle crash.,"Owners will be instructed to return affected lamps to the place of purchase for a refund or replacement. The recall began on September 16, 2015. Owners may contact OSRAM Sylvania Customer Service at Hillsboro.cswebmail@sylvania.com 1-800-729-3777." -07/02/2015,15E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E056000),"Osram Sylvania, Inc.",Head Lamp Intensity Requirement/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,66000,"Osram Sylvania Products, Inc. (Osram) is recalling certain Sealed Beam Headlamps manufactured from February 3, 2014, through June 19, 2015, with Part Numbers H5001, that fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected headlamps may not meet the minimum intensity requirements.",These headlamps may not provide sufficient illumination of distant objects or the roadway. Insufficient illumination could result in a vehicle crash.,"Owners will be instructed to return affected lamps to the place of purchase for a refund or replacement. The recall began on September 16, 2015. Owners may contact OSRAM Sylvania Customer Service at Hillsboro.cswebmail@sylvania.com 1-800-729-3777." -07/02/2015,15V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V422000),Van Hool N.V.,Idle Speed Set too Low,ELECTRICAL SYSTEM,P764,Vehicle,50,"Van Hool N.V. (Van Hool) is recalling certain model year 2014-2015 TD925 vehicles manufactured October 11, 2013, to December 12, 2014, and 2015 TDX925 vehicles manufactured on December 23, 2014. The affected vehicles are equipped with Cummins engines that may have their idle speed set too low.","A prolonged engine idle at the low speed, combined with high electrical demand, may cause the alternator to overheat, increasing the risk of a fire.","Van Hool will notify owners through its agent ABC Bus Inc., and Cummins service technicians will correct the engine idle speed setting. Additionally, the buses need to have their alternators replaced during the next scheduled maintenance. These repairs will be performed, free of charge. The recall began on August 6, 2015. Van Hool's number for this recall is P764." -07/02/2015,15E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E057000),Norco Industries Inc.,Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,NR (Not Reported),Equipment,5743,"Norco Industries Inc. (Norco) is recalling certain Accu Slide room mechanisms manufactured March 3, 2015, to March 16, 2015. The screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Norco notified the affected vehicle manufacturers of the recall on March 13, 2015. The vehicle manufacturers will notify their owners and conduct the recall remedy repairs, free of charge. Owners may contact their vehicle manufacturer or Norco customer service at 1-574-262-3400." -07/01/2015,15V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V417000),Honda (American Honda Motor Co.),A/C Compressor Clutch Drive Bolts may Corrode,EQUIPMENT,JQ7,Vehicle,106439,"American Honda Motor Co. (Honda) is recalling certain model year 2014-2015 Acura MDX and MDX AWD vehicles manufactured April 23, 2013, to December 16, 2014. The affected vehicles have air conditioning compressor clutch drive bolts that may not have received the proper anti-corrosion coating.","If a bolt was not coated, it may corrode and break as a result. If the bolt breaks, the compressor clutch plate may separate from the vehicle, possibly becoming a road hazard.","Honda will notify owners, and dealers will replace the air conditioning compressor clutch drive bolt and install a new clutch plate if necessary, free of charge. The recall began on August 7, 2015. Owners may contact Acura client relations at 1-800-382-2238. Honda's number for this recall is JQ7." -07/01/2015,15V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V421000),"General Motors, LLC",Blower Motor Connector may Overheat,VISIBILITY,15042,Vehicle,164993,"General Motors LLC (GM) is recalling certain model year 2006-2010 Hummer H3 vehicles manufactured February 5, 2005, to May 24, 2010, and 2009-2010 Hummer H3T vehicles manufactured May 21, 2008, to May 24, 2010. In the affected vehicles, the connector module that controls the blower motor speed for the heating, ventilation and air conditioning system may overheat.","If the blower motor connector module overheats, it can increase the risk of a fire.","GM will notify owners, and dealers will replace part of the blower motor connector and harness, free of charge. The recall began February 26, 2016. Owners may contact Hummer customer service at 1-800-732-5493. GM's number for this recall is 15042." -07/01/2015,15V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V420000),"Gillig, LLC",Electrical Power Cable may Chafe on Fuel Line,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6971,"Gillig LLC (Gillig) is recalling certain model year 2010-2015 Low Floor transit buses manufactured April 13, 2010, to June 12, 2015. Due to the routing of the grid heater electrical power cable, the cable may chafe against a fuel injector hard line.","If the electrical power cable rubs against the injector fuel line, the cable may short circuit or the fuel line may leak fuel. Either possibility increases the risk of a fire.","Gillig will notify owners, and dealers will inspect the grid heater power cable/hard injector fuel line for wear, and will properly route and support the grid heater power cable, free of charge. The recall began on July 17, 2015. Owners may contact Gillig customer service at 1-800-735-1500." -07/01/2015,15V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V418000),"Nissan North America, Inc.",Engine Start/Stop Button may Stick,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14595,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Versa Sedan vehicles manufactured July 16, 2013, to January 29, 2014, 2013-2014 Cube vehicles manufactured July 3, 2013, to October 21, 2013, and 2013-2014 Juke vehicles manufactured July 3, 2013, to October 22, 2013. When exposed to hot temperatures, the affected vehicles have an engine start/stop button that may stick inside the button housing.","If the engine start/stop button gets stuck in the housing, road vibrations may cause the engine to shut off unexpectedly while the vehicle is being driven, increasing the risk of a crash.","Nissan will notify owners, and dealers will modify the start/stop switch housing, free of charge. The recall began on August 4, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -07/01/2015,15V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V419000),"Subaru of America, Inc.",Front Passenger Air Bag may not Deploy,AIR BAGS,WQT-55,Vehicle,30348,"Subaru of America, Inc. (Subaru) is recalling certain 2012 model year Subaru Impreza 4-Door and Station Wagon vehicles (except WRX/STI models) manufactured April 21, 2011, to February 16, 2012. In the affected vehicles, the Occupant Detection System (ODS) may deactivate if a front seat passenger operates a device that is plugged into the power outlet such as a music player or cell phone, or touches a metal part of the vehicle such as the forward/rearward seat adjuster lever.","If the ODS deactivates, the front passenger air bag will be turned off and the front passenger air bag will not deploy in the event of a crash, increasing the risk of injury to the seat occupant.","Subaru will notify owners, and dealers will replace the Occupant Control Unit with a modified one, free of charge. The recall began August 21, 2015. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WQT-55." -06/30/2015,15V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V412000),Oshkosh Corporation,Bolts may Shear on Torque Converter,POWER TRAIN,NR (Not Reported),Vehicle,24,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2015 S-Series Front Discharge concrete mixer glider trucks manufactured February 10, 2015, to March 20, 2015. The affected vehicles have Allison HD4500 transmissions that were remanufactured by Valley Truck Parts that may be coated with a thick layer of paint on the torque converter to adaptation kit mounting surface which can soften during vehicle operation. This may result in the mounting bolts loosening.","If the mounting bolts loosen, the bolts on the torque converter bolt flange may shear, resulting in a sudden loss of drive power, and increasing the risk of a crash.","Oshkosh has notified owners, and Valley Truck Parts will remove the paint from the mating surface of the torque converter, and replace the bolts, free of charge. The recall began on May 8, 2015. Owners may contact Oshkosh customer service at 1-888-686-7278." -06/30/2015,15V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V414000),Hyundai Motor America,Front Passenger Seat Belt may not Latch,SEAT BELTS,130,Vehicle,128804,"Hyundai Motor America (Hyundai) is recalling certain model year 2015 Sonata vehicles manufactured April 25, 2014, to December 4, 2014. The affected vehicles have a front passenger seat belt whose buckle latch assembly may prevent the front passenger from fastening the seat belt.","If the front passenger seat belt cannot be latched, an occupant sitting in the front passenger seat has an increased risk of injury in the event of a crash.","Hyundai will notify owners, and dealers will repair or replace the front passenger seat belt buckle, free of charge. The recall began on September 15, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 130." -06/30/2015,15V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V415000),"General Motors, LLC",Liftgate Struts may Fail and Liftgate may Fall,STRUCTURE,15240,Vehicle,691144,"General Motors LLC (GM) is recalling certain model year 2008-2012 Buick Enclave vehicles manufactured January 3, 2007, to February 29, 2012, 2009-2012 Chevrolet Traverse vehicles manufactured July 6, 2008, to March 9, 2012, 2007-2012 GMC Acadia vehicles manufactured September 15, 2006, to February 29, 2012, and 2007-2010 Saturn Outlook vehicles manufactured August 17, 2006, to March 18, 2010. The affected vehicles, equipped with the power liftgate option, have gas struts that hold the power liftgate up when open. These struts may prematurely wear and the open liftgate may suddenly fall.","If the open liftgate unexpectedly falls, it may strike a person, increasing their risk of injury.","GM will notify owners, and dealers will update the software for the power liftgate actuator motor control unit so that the motor will prevent the rapid closing of the lift gate, free of charge. The recall began on November 15, 2016. Owners may contact Buick customer service at 1-800-521-7300, Chevrolet customer service at 1-800-222-1020, GMC customer service at 1-800-462-8782, and Saturn customer service at 1-800-553-6000. GM's number for this recall is 15240." -06/30/2015,15V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V416000),"General Motors, LLC","Radio Software Lock Up/FMVSS 208, 114",EQUIPMENT,15504,Vehicle,45785,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Spark vehicles manufactured April 30, 2014, to May 20, 2015, and 2015 Chevrolet Sonic vehicles manufactured June 18, 2014, to June 10, 2015. In the affected vehicles, equipped with the base radio and OnStar, the radio may lock up due to a software issue, causing the display to go blank and all audio functions to cease. Because of this, there may be no warning chimes such as the reminder to buckle the seat belt and the key being left in ignition when the driver goes to exit the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 208 ""Occupant Crash Protection"", and 114 ""Theft Protection.""","Without audible indicators, the driver may leave the key in the ignition, increasing the risk of theft. If a driver or front passenger does not buckle their seat belt, there would be no chime to remind them to fasten their seat belts. If a driver or passenger does not buckle their seat belt there is an increased risk that they will be injured in a crash.","GM will notify owners, and dealers will update the radio software, free of charge. The recall began on August 11, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15504." -06/30/2015,15V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V411000),Newmar Corporation,Rear Stay Rod Fasteners may Loosen,POWER TRAIN,NR (Not Reported),Vehicle,96,"Newmar Corporation (Newmar) is recalling certain model year 2015-2016 King Aire and Essex vehicles manufactured from March 13, 2014, and May 13, 2015, and model year 2016 Mountain Aire vehicles manufactured from March 17, 2015, through April 17, 2015. The affected vehicles, built on a Spartan Chassis, have fasteners that attach the stay rod (v-rod) to the rear drive axle that may not have been installed with thread locker or tightened in the correct sequence.","If the fasteners loosen, the stay rod may disconnect from the rear axle, allowing the rear axle to move freely, increasing the risk of a vehicle crash.","Spartan will notify owners on behalf of Newmar, and dealers will replace the fasteners using thread lock, tightening them in the proper sequence and with the required torque values, free of charge. The recall began on July 13, 2015. Owners may contact Newmar customer service at 1-800-731-8300 or Spartan customer service at 1-800-582-3454." -06/30/2015,15V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V413000),Goshen Coach,Seat Belts may Rub and Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,2432,"Goshen Coach (Goshen) is recalling certain model year 2013-2015 Pacer, Pacer LS, Pacer LTD, GCII, Impulse, Connection, Commander, G-Force, G-Force Access, G-Force LTD, Sentinel, Sentinel UC, and Mainstream Low Floor buses manufactured August 26, 2013, to June 18, 2015. In the affected vehicles, the passenger seat belts may rub against the metal seat frame and fray. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","A frayed seat belt fray may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Goshen will notify owners, and dealers will install a plastic sleeve over the metal seat frame, and replace any seat belts that show evidence of fraying, free of charge. The recall began on July 30, 2015. Owners may contact Goshen customer service at 1-877-734-4943." -06/29/2015,15V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V408000),"Carson Trailer, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,426,"Carson Trailer, Inc. (Carson) is recalling certain model year 2009-2012 Fun Runner trailers manufactured May 12, 2006, to June 7, 2012, and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Carson will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on August 25, 2015. Owners may contact Carson at 1-310-516-6046 or Fastec at 1-800-837-2505." -06/29/2015,15V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V409000),Keystone RV Company,Rear Window Emergency Exit may not be Usable,EQUIPMENT,15-232,Vehicle,537,"Keystone RV Company (Keystone) is recalling certain model year 2013 Montana trailers, models 3100RL, 3150RL13, 3400RL, 3402RL, 3582RL, 3625RE, 3725RL, 3750FL, and 3900FB, manufactured November 12, 2012, to January 30, 2013, and 2014 Mountaineer trailers, models 331RLT, 356TBF and 375FLF, manufactured August 21, 2013, to September 18, 2013. In all models except the Mountaineer 375FLF, the rear windows are labeled with an exit sticker, but the rear window is not intended to be a secondary emergency exit. With the Mountaineer 375FLF, the rear window is intended as the secondary emergency exit, but it may be blocked by the rear ladder.","In the event of an emergency, occupants could try to escape through the rear window, but would not be able to. This delay in their escape may increase the risk of injury.","Keystone has notified owners, and dealers will remove the emergency exit sticker from the windows that were not intended to be emergency exits. Mountaineer 375FLF vehicles will have the window replaced, so that egress section of the window is on the opposite side of where the ladder is installed. These repairs will be performed free of charge. The recall began on July 9, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-232." -06/29/2015,15V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V410000),"Yamaha Motor Corporation, USA",Stator Coil Insulation May Become Damaged,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12721,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2008-2011 WR250X motorcycles manufactured June 1, 2008, to June 1, 2011 and 2008-2015 WR250R motorcycles manufactured June 1, 2008, to June 1, 2015. In the affected motorcycles, the insulation on the stator coil, a component of the alternator, may become damaged and short circuit to due insufficient heat resistance.","If the stator coil is not insulated, the motorcyle will not charge and the battery will go dead, causing the engine to stall which increases the risk of a crash.","Yamaha will notify owners, and dealers will replace the stator coil with one that has sufficient heat resistance, free of charge. The recall began on July 30, 2015. Owners may contact Yamaha customer service at 1-800-962-7926." -06/24/2015,15V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V404000),"Erwin Hymer Group North America, Inc.",Air Bag Electrical Plug may Disconnect,AIR BAGS,NR (Not Reported),Vehicle,335,"Roadtrek Motorhomes Inc. (Roadtrek) is recalling certain model year 2014 CS Adventurous, E-Trek, RS Adventurous, SS Agile, and TS Adventurous vehicles manufactured from September 18, 2013, through April 9, 2015, and built on a Mercedes-Benz Sprinter Chassis. The affected vehicles have electrical wiring connections under the front seats that can become dislodged or damaged and prevent the optional front seat SH9 Thorax air bags from deploying.","If the front thorax air bag fails to deploy in the event of a crash, the seat occupant has a increased risk of injury.","Roadtrek will notify owners, and dealers will modify the electrical connections, free of charge. The recall began on August 20, 2015. Owners may contact Roadtrek customer service at 1-888-762-3873." -06/24/2015,15V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V403000),Shyft Group,Engine Cooling Fan May Crack,ENGINE AND ENGINE COOLING,15011,Vehicle,1599,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2010-2015 Furion, Gladiator, and Metrostar emergency response vehicles manufactured November 10, 2009, to June 16, 2015. In the affected vehicles, the engine cooling fan may crack and the fan blades may detach while the fan is spinning.","If the cab is raised, such as during a repair, and the engine cooling fan is operating and comes apart, those in close proximity could be injured from the shattered parts.","Spartan will notify the vehicle manufacturers that purchased the affected emergency vehicle chassis, and their dealers will install a new engine cooling fan, free of charge. The recall began on August 19, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15011." -06/24/2015,15V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V402000),Ford Motor Company,Incorrect Seat Belt Label/FMVSS 209,SEAT BELTS,15C05,Vehicle,49,"Ford Motor Company (Ford) is recalling certain model year 2015 Transit vehicles manufactured March 1, 2015, to April 10, 2015. The affected vehicles may have been built with seat belt assemblies that have seat belt labels that are missing the required belt model and model year and instead state ""prototype sample."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 209, ""Seat Belt Assemblies.""","In the event of a safety issue with the affected seat belts, the vehicle owner may not be able to identify the seat belt if the seat belt label does not include a date of manufacturer.","Ford has notified the one fleet owner affected, and a Ford representative will travel to the vehicle locations to install a new label that includes all of the required information. There will be no charge for this service. The recall began on June 12, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C05." -06/24/2015,15V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V406000),Ford Motor Company,Instrument Cluster may be Inoperative/FMVSS 101,ELECTRICAL SYSTEM,15C03,Vehicle,184519,"Ford Motor Company (Ford) is recalling certain model year 2014-2015 Ford Escape vehicles manufactured May 19, 2014, to February 6, 2015, and Transit Connect vehicles manufactured May 11, 2014, to July 2, 2015. Due to a software incompatibility issue, the instrument panel cluster be inoperative including a blank multiple functional display (MFD), and non-functional warning chimes, messages and warning lights. Specific warning chimes, messages and warning lights. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Control and Displays.""","If the instrument cluster is inoperative, the driver of may not be warned of safety related issues such as low tire pressures or disabled air bags, increasing the risk of personal injury or a crash.","Ford will notify owners, and dealers will update the instrument panel software, free of charge. The recall began on August 4, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15C03." -06/24/2015,15E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E054000),Dannmar Equipment,Insufficiently Welded Two-Post Car Lift,EQUIPMENT,NR (Not Reported),Equipment,236,"Dannmar Equipment (Dannmar) is recalling certain MaxJax Portable Two-Post automatic car lift systems, part number 17152001, sold between September 2, 2014, to January 15, 2015. The affected car lifts may have lower carriage plates that may be insufficiently welded to the inside of the carriage.","If the lower carriage plates are not properly welded, they may not be able to hold the rated weight while lifting a vehicle. As a result, the lift arms may snap and the vehicle could fall from the lift, increasing the risk of personal injury.","Dannmar has begun notifying owners and will supply owners with replacement carriages, free of charge. The recall began March 18, 2015. Owners may contact Dannmar customer service at 1-877-432-6627." -06/24/2015,15V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V405000),Shred-Tech Corporation,Vehicles Exceed GAWR on Label/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,162,"Shred-Tech Corporation (Shred-Tech) is recalling certain model year 2011-2013 MDS-20GT vehicles manufactured July 1, 2011, to March 1, 2013, 2010-2013 MDS-26GTX vehicles manufactured August 2, 2010, to March 1, 2013, 2013-2015 MDS 1/26 vehicles manufactured April 1, 2013, to May 1, 2015, and 2013-2015 MDS 2/26 vehicles manufactured March 1, 2015, to May 29, 2015. The affected vehicles were built on Hino 258LP and Freightliner M2 106 chassis and are equipped with EPA 2010 Emission Controls. With the EPA controls, the vehicles exceed the front axle Gross Axle Weight Rating (GAWR) specified on the certification label. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the axle weight on the certification label is exceeded, it can cause poor vehicle handling or front axle failure, increasing the risk of a vehicle crash.","Shred-Tech will notify owners, and dealers will install a revised certification label on vehicles built on Freightliner M2 chassis increasing the GAWR to 9,000 pounds, and will modify the wheel base to redistribute the weight on vehicles built on Hino 258LP chassis, free of charge. The recall began on July 30, 2015. Owners may contact Shred-Tech customer service at 1-800-465-3214." -06/24/2015,15V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V401000),Cruiser RV,Wheel Attaching Studs may Break,SUSPENSION,11043R & 11044R,Vehicle,13,"Cruiser RV (Cruiser) is recalling certain model year 2016 Stryker travel trailers manufactured March 23, 2015, to April 20, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Cruiser will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on July 14, 2015. Owners may contact Cruiser customer service at 1-866-277-5630. Cruiser's number for this recall is 11043R & 11044R." -06/23/2015,15V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V397000),"Forest River, Inc.",Head Restraint Exceeds Measurement/FMVSS 202a,SEATS,55-06112015-0051,Vehicle,2,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Dynamax Rev vehicles manufactured November 25, 2014, to November 26, 2014. The affected vehicles may have been manufactured with head restraints that exceed the maximum backset measurement limit of 55mm. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard number 202a, ""Head Restraints.""","If the vehicle is struck from behind, the head restraint may not properly limit the seat occupant's head movement rearward, increasing the risk of injury.","Forest River will notify owners, and Chrysler dealers will replace the front seat head restraints, free of charge. The recall began on July 8, 2015. Owners may contact Forest River customer service at 1-574-262-3474 ext. 212. Forest River's number for this recall is 55-06112015-0051." -06/23/2015,15E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E053000),"Suzuki Motor USA, LLC",Incorrect Mounting Hardware for Accessory Backrest,SEATS,NR (Not Reported),Equipment,308,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain Accessory Backrest Mounting Hardware kits, part numbers 990A0-75148 and 990A0-75148-BLK, manufactured March 1, 2012, to April 21, 2015. The affected hardware kits are for installing accessory backrests on 2006-2015 Suzuki VZR1800 (Boulevard M109R) motorcycles. The mounting hardware kits may include four 110mm bolts instead of two 75mm bolts and two 95mm bolts.","If the backrest is installed with bolts that are too long, the mounting bolts may contact the rear tire, causing a loss of control and increasing the risk of a crash.","Suzuki will notify owners, and dealers will correct the mounting hardware as needed, free of charge. The recall began on July 21, 2015. Owners may contact Suzuki customer service at 1-800-444-5077." -06/23/2015,15V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V398000),"Altec Industries, Inc.",Rotation Bearing Fasteners may Fail,EQUIPMENT,CSN 620,Vehicle,23,"Altec Industries Inc. (Altec) is recalling certain model year 2013-2015 Altec AH125, HL125 and AH150 aerial devices manufactured January 7, 2013, to January 2, 2015. In the affected vehicles, the rotation bearing fasteners may fail.","If the fasteners that attach the aerial device to the truck fail, the boom may unintentionally move, increasing the risk of personal injury or death to the aerial device user or those nearby.","Altec will notify owners and instruct users to complete their annual torque inspection. Any bolts that break during the inspection will be replaced, free of charge. The recall began on July 22, 2015. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 620." -06/23/2015,15V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V399000),"General Motors, LLC",Steel Cable that Anchors Seat Belt may Fail,SEAT BELTS,15206,Vehicle,47042,"General Motors LLC (GM) is recalling certain model year 2011-2013 Chevrolet Caprice vehicles manufactured October 15, 2010, to October 22, 2013, and 2008-2009 Pontiac G8 vehicles manufactured July 25, 2007, to February 18, 2009. In the affected vehicles, the flexible steel cables that connect the seat belts to the vehicle at the outside of the driver seat and the front passenger seat may be bent from being sat on while entering the vehicle. This repeated bending may result in the cable breaking.","If the cable breaks, the seat occupant may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will replace the seat belt tensioner assembly which includes the steel cable, free of charge. These replacement parts reposition the tensioner cable out of the path of entry into the vehicle and uses a more flexible cable, set at a more upright angle. The recall began on July 5, 2016. Owners may contact Chevrolet customer service at 1-800-222-1020 or Pontiac customer service at 1-800-762-2737. GM's number for this recall is 15206." -06/23/2015,15V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V400000),Starcraft RV,Wrong Tire Size on Certification Label/Part 567,EQUIPMENT,9902240,Vehicle,50,"Starcraft RV (Starcraft) is recalling certain model year 2014-2016 AR-ONE TT trailers and 2014-2016 Comet CT Hard Sided camping trailers, models 28V, 28P, 28R, 28S, 28V, 28W, BC, and BH, manufactured June 3, 2013, to February 6, 2015 and equipped with the Extreme Package Option. The affected trailers have Certification labels that incorrectly state a tire size of ST205/75R 14C when the actual tire size is LT235/75R 15C. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator installs the incorrect tires due to the information on the certification label, vehicle handling could be affected, increasing the risk of a crash.","Starcraft will notify owners, and dealers will install a corrected label, free of charge. The recall began on July 17, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902240." -06/22/2015,15V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V394000),"Navistar, Inc.",Engine Grid Heater Power Cable may Short,ELECTRICAL SYSTEM,15514,Vehicle,29182,"Navistar, Inc. (Navistar) is recalling certain model year 2010-2014 International Durastar trucks manufactured May 13, 2009, to June 24, 2013, 2011-2012 International Workstar trucks manufactured November 30, 2010, to September 26, 2011, and 2010-2014 IC Bus HC transit buses manufactured November 19, 2009, to April 24, 2013. The affected vehicles may have an improperly routed engine grid heater power feed cable which can result in the cable contacting the metal edge on the cab.","If the cable contacts the metal edge of the cab, it may cause an electrical short, increasing the risk of a fire.","Navistar will notify owners, and dealers will secure the power feed cable so that it cannot contact the cab, free of charge. The recall began on August 3, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15514." -06/22/2015,15V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V395000),Entegra Coach,Rear Stay Rod Fasteners may Loosen,POWER TRAIN,NR (Not Reported),Vehicle,24,"Entegra Coach (Entegra) is recalling certain model year 2015 Aspire vehicles manufactured October 24, 2013, to February 11, 2015. In the affected vehicles, the fasteners that attach the stay rod (v-rod) to the rear drive axle may not have been installed with thread locker or tightened in the correct sequence.","If the fasteners come loose, the stay rod may disconnect from the rear axle, resulting in a loss of control, increasing the risk of a crash.","Entegra will notify owners, and dealers will replace the fasteners using thread lock, tightening them in the proper sequence and with the required torque values, free of charge. The recall began on August 12, 2015. Owners may contact Entegra customer service at 1-800-945-4787." -06/22/2015,15V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V396000),Turtle Top,Terminal Strip Possibly Reconnected Improperly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,355,"Turtle Top is recalling certain model year 2006-2014 Odyssey, 2011 Odyssey LT, 2006-2012 Terra Transport, 2014 Terra Transport, and 2014 Van Terra vehicles built on a GM chassis with a 6.6L engine. The affected transit buses and MPV specialty vehicles are equipped with Trans-Air add-on compressor mount kits, part numbers 4012506-01, 4012506-02, 4013126-01, 4013126-02, 4013235-01, 4013235-02, 4012909, 4013125, 4013222 and 717173 installed by Trans-Air personnel. After installing the compressor, a power distribution terminal strip may not have been properly reconnected.","If the power distribution terminal strip has a poor connection or a loose connection, the strip may arc or overheat, increasing the risk of a vehicle fire.","Turtle Top will notify owners, and dealers will inspect the power distribution terminal strip connection, correcting it as necessary, free of charge. The recall began on August 19, 2015. Owners may contact Turtle Top customer service at 1-800-673-2446." -06/22/2015,15V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V393000),"Chrysler (FCA US, LLC)",Water may Enter Power Liftgate Module,STRUCTURE,R27,Vehicle,99399,"Chrysler (FCA US LLC) is recalling certain model year 2014-2015 Jeep Cherokee vehicles manufactured January 4, 2013, to February 18, 2015 and equipped with a Power Liftgate option. In the affected vehicles, water may enter the Power Liftgate Control Module and cause a high resistance short circuit in the module.",A short circuit in the liftgate control module may result in a fire.,"Chrysler will notify owners, and dealers will inspect the power liftgate control module and connectors for corrosion, substitute a bolt for the threaded grommet installed to seal an attachment point used in non-power liftgate vehicles and cover the power liftgate control module in a foam water shield, free of charge. The recall began on October 26, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R27." -06/19/2015,15V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V389000),Motor Coach Industries,Hub Carrier may Crack,POWER TRAIN,SB 425,Vehicle,232,"Motor Coach Industries (MCI) is recalling certain model year 2014 D4500 vehicles manufactured December 19, 2013, to April 14, 2014, 2013-2014 D4505 vehicles manufactured February 1, 2013, to April 22, 2014, and 2013-2015 J4500 vehicles manufactured November 26, 2013, to May 22, 2015. The affected motorcoaches are equipped with hub carriers that may have areas of porosity which could result in the hub carrier leaking oil or cracking.","Cracks in the hub may result in hub failure, which could cause a loss of vehicle control, increasing the risk of a crash.","MCI will notify owners, and dealers will begin a routine inspection process to identify any hub carrier leaks. When parts become available, the affected hub carriers will be replaced, free of charge. The recall began on August 4, 2015. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is SB 425." -06/19/2015,15E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E052000),"Performance Machine, Inc.",Motorcycle Wheels may Crack,WHEELS,n/a,Equipment,113,"Performance Machine, Inc. (PM) is recalling certain Coastal Moto Phantom wheels manufactured January 1, 2010 to July 8, 2014. The affected five spoke motorcycle wheels, offered in Contrast Cut, Contrast Cut Platinum, and Chrome in thirteen sizes, have spokes that may crack.","A cracked spoke may result in spoke failure and impair vehicle handling, increasing the risk of a crash.","Performance Machine will notify owners and will replace the wheels, free of charge. Performance Machine issued an interim notification to owners on June 16, 2015. The recall began on July 30, 2015. Owners may contact PM customer service at 1-800-479-4037." -06/19/2015,15V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V388000),Shyft Group,Rear Stay Rod Fasteners may Loosen,POWER TRAIN,15010,Vehicle,144,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2015-2016 K2, K3 and MM chassis manufactured October 2, 2013, to April 2, 2015. In the affected vehicles, the fasteners that attach the stay rod (v-rod) to the rear drive axle may not have been installed with thread locker or tightened in the correct sequence.","If the fasteners come loose, the stay rod may disconnect from the rear axle, resulting in a loss of control, increasing the risk of a crash.","Spartan will notify owners, and dealers will replace the fasteners using thread lock, tightening them in the proper sequence and with the required torque values, free of charge. The recall began on August 11, 2015. Owners may contact Spartan customer service at 1-800-582-3454. Spartan's number for this recall is 15010." -06/19/2015,15V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V391000),"Champion Bus, Inc.",Seat Belts may Rub and Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,1818,"Champion Bus, Inc. (Champion) is recalling certain model year 2013-2015 American Crusader, American Coach, Challenger, Crusader, CTS-FE, CTS-RE, Defender, EZ Trans, HCAC, HC, DFUC, LF Transport, Premier, and Spirit transit buses manufactured March 1, 2013, to June 12, 2015. In the affected vehicles, the passenger seat belts may rub against the metal seat frame and fray. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","A frayed seat belt fray may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Champion will notify owners, and dealers will install a plastic sleeve over the metal seat frame, and replace any seat belts that show evidence of fraying, free of charge. The recall began on September 16, 2015. Owners may contact Champion customer service at 1-810-724-1753 extension 562." -06/19/2015,15V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V390000),"Forest River, Inc.",Wheel Attaching Studs may Break,SUSPENSION,51-05282015-0042,Vehicle,44,"Forest River, Inc. (Forest River) is recalling certain model year 2013 XLR and Vengeance, 2010 Sandpiper, 2004 Auto Plus, 2008 Cargo Mate and 2015-2016 Hydra-Lift trailers. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on July 8, 2015. Owners may contact Forest River customer service at 1-574-534-3167. Forest River's number for this recall is 51-05282015-0042." -06/17/2015,15V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V385000),"Jaguar Land Rover North America, LLC",Doors may Unexpectedly Unlatch when Closed,LATCHES/LOCKS/LINKAGES,P068,Vehicle,65372,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2013-2016 Range Rover vehicles manufactured July 26, 2012, to March 9, 2015, and 2014-2016 Range Rover Sport vehicles manufactured February 18, 2013, to March 5, 2015. In the affected vehicles, the doors may unlatch unexpectedly when closed.","If a vehicle door unlatches, the distraction may increase the risk of a crash and/or a vehicle occupant may fall out of the vehicle if they are not wearing a seatbelt, increasing their risk of injury.","Land Rover will notify owners, and dealers will update the keyless entry software, free of charge. The recall began August 6, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P068." -06/17/2015,15V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V386000),"Jaguar Land Rover North America, LLC",Panoramic Roof Assembly may Detach,VISIBILITY,P065,Vehicle,492,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2012-2013 Land Rover LR4 vehicles manufactured August 15, 2012, to September 18, 2012. Due to the use of an incorrect primer, the panoramic roof adhesive may not adequately secure the roof assembly.","The insufficient bond may result in the panoramic roof assembly detaching from the vehicle, increasing the risk of a crash.","Land Rover will notify owners, and dealers will apply the correct primer, free of charge. The recall began in August 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P065." -06/17/2015,15V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V384000),"Transportation Collaborative, Inc.",Possible Overloading of Rear Axle,POWER TRAIN,NR (Not Reported),Vehicle,46,"Transportation Collaborative, Inc. (TCI) is recalling certain model year 2012-2015 Trans Tech Bus Student Safety Transporter school buses manufactured December 1, 2012, to April 23, 2015. The affected vehicles were built to accommodate 35 children or 23 adults. However, when the bus is loaded to this capacity, the load may exceed the rated capacity of the rear axle and tires.","If the vehicle is loaded to the listed capacity, the rear axle or tires may fail, increasing the risk of a crash.","TCI will notify owners, and dealers will remove two seats, and install a corrected capacity label, free of charge. The recall began on July 1, 2015. Owners may contact TCI customer service at 1-845-988-0419." -06/17/2015,15V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V383000),"Daimler Trucks North America, LLC",Speedometer may not Display the Vehicle Speed,ELECTRICAL SYSTEM,FL-683,Vehicle,21,"Daimler Trucks North America, LLC (DTNA) is recalling certain model year 2015 Western Star 4700, 4800 and 4900 trucks manufactured November 15, 2014, to January 30, 2015. In the affected vehicles, the speedometer may not operate properly, possibly not displaying the vehicle's speed.","If the speedometer does not show the vehicle speed, the driver may unknowingly exceed the posted speed limit, increasing the risk of a crash.","DTNA will notify owners, and dealers will install a new speedometer, free of charge. The recall began on July 28, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-683." -06/16/2015,15V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V379000),Vactor Manufacturing,Cabinet and Boiler may Detach from Truck,EQUIPMENT,NR (Not Reported),Vehicle,387,"Vactor Manufacturing (Vactor) is recalling certain model year 2014-2015 Vactor HXX PD, HXX Fan, HXX Prodigy, and 2100 Plus, and Guzzler Guzzcavator trucks manufactured January 10, 2014, to June 2, 2015. The affected vacuum trucks have boilers that may have been assembled with incorrect hardware and/or improper tightening procedures.","If the boiler assembly was not correctly mounted, the cabinet and boiler may detach from the truck, increasing the risk of a crash.","Vactor will notify owners and dealers will inspect and repair the units, as needed, free of charge. The recall began on July 20, 2015. Owners may contact Vactor customer service at 1-877-342-5374." -06/16/2015,15V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V378000),Great Dane Trailers,Convertor Dolly Brakes may Drag,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,111,"Great Dane Trailers (Great Dane) is recalling certain model year 2015 Converter Dolly trailers manufactured February 18, 2014, October 27, 2014. Due to a problem with the brake valve, the affected dollies may experience brake drag.","If the brakes drag on the converter dolly, the wheel end may overheat, resulting in a fire. Also, the wheel may detach. Either condition increases the risk of a crash.","Great Dane will notify owners, and dealers will replace the affected brake valves, free of charge. The recall began on July 28, 2015. Owners may contact Great Dane customer service at 1-877-369-3493." -06/16/2015,15V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V381000),"Heartland Recreational Vehicles, LLC",GAWR Missing From Certification Label/Part 567,EQUIPMENT,99.01.22,Vehicle,34,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2016 Torque T27, T28, T29, and T33 travel trailers manufactured May 11, 2015, to May 29, 2015. The affected trailers have Federal Certification labels that may be missing the gross axle weight rating (GAWR) information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","The vehicle operator may unintentionally overload the trailer due to the missing GAWR information, increasing the risk of a vehicle crash.","Heartland will notify owners, and dealers will replace the incorrect certification label with a corrected label, free of charge. The recall began on July 29, 2015. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99.01.22." -06/16/2015,15V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V380000),"Elgin Sweeper Company, Inc.",Mounting Pins may Move from Loss of Retainer Pins,EQUIPMENT,SB-0167,Vehicle,66,"Elgin Sweeper Company Inc. (Elgin) is recalling certain model year 2009-2015 Megawind MX vehicles manufactured January 1, 2009, to February 4, 2015. The affected street sweepers have boom mounting pins that may lose their retaining pins, allowing the mounting pins to move out of position and the boom to move.","If the mounting pin moves out of position, the boom may detach from the truck, increasing the risk of crash or personal injury.","Elgin will notify owners, and dealers will inspect and replace the mounting pins and retainers with a revised mounting pin, free of charge. The recall began on July 31, 2015. Owners may contact Elgin customer service at 1-877-342-5374. Elgin's recall number for this campaign is SB-0167." -06/16/2015,15V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V377000),"Evergreen Recreational Vehicles, LLC",Quad Entry Step Rivet Failure,EQUIPMENT,NR (Not Reported),Vehicle,937,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2014-2016 Lifestyle, Bay Hill, Alpha Gold and Tesla fifth wheel recreational trailers manufactured March 11, 2014, to January 23, 2015. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears under occupant load, the steps may give and the occupant may fall, increasing the risk of personal injury.","Evergreen will notify owners, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall is expected to begin August 7, 2015. Owners may contact EverGreen customer service at 1-574-825-4298." -06/16/2015,15V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V376000),"Evergreen Recreational Vehicles, LLC",Wheel Attaching Studs may Break,SUSPENSION,NR (Not Reported),Vehicle,15,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2015 i-Go, Ever-Lite, Sun Valley and Ascend travel trailers manufactured March 12, 2015, to May 29, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","EverGreen will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall is expected to begin August 7, 2015. Owners may contact EverGreen customer service at 1-574-825-4298." -06/15/2015,15V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V371000),"HME, Inc.",Engine may Shutdown in Emergency Vehicles,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8,"HME, Inc. is recalling certain emergency vehicles manufactured January 1, 2014, to March 31, 2015 and built on a model year 2014-2015 Ford F-550 chassis. The affected vehicles may detect an incorrect Exhaust Gas Temperature Sensor (EGT) fault indicating that the vehicle is too hot, causing the engine management system to shut down the engine and prevent its immediate restart.","Engine shut down and a subsequent cool down period may delay medical treatment or assistance to those needing it, increasing their risk of injury.","HME will notify owners, and dealers will update the Powertrain Control Module (PCM) software, free of charge. The recall began on July 7, 2015. Owners may contact HME customer service at 1-616-261-2636." -06/15/2015,15V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V372000),Braun Corporation,Incorrect GVWR and GAWR on Labels/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,2461,"Braun Corporation (Braun) is recalling certain model year 2013-2015 Braun-modified Chrysler and Dodge vehicles manufactured December 19, 2012, to May 5, 2015. The affected vehicles have certification labels that may have incorrect gross vehicle weight rating (GVWR) information, and front and rear gross axle weight rating (GAWR) information printed on the Certification labels. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator loads the vehicle based on information on the Certification label, the operator may overload the vehicle, adversely affecting the vehicle handling and braking and increasing the risk of crash.","Braun will notify owners, and dealers will install a corrected certification label, free of charge. The recall began on August 6, 2015. Owners may contact Braun customer service at 1-800-488-0359." -06/15/2015,15V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V373000),"Volkswagen Group of America, Inc.",Left Rear Brake Line may be Loose,"SERVICE BRAKES, HYDRAULIC",47M3,Vehicle,62,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Passat vehicles manufactured May 18, 2015, to May 21, 2015. The affected vehicles have a brake line at the left rear wheel area that may not have been properly tightened.","If the brake line was not properly tightened, it may leak brake fluid, causing a reduction in braking performance, lengthening the distance needed to stop the vehicle and increasing the risk of crash.","Volkswagen has notified owners, and dealers will tighten the brake line fitting, free of charge. The recall began on June 11, 2015. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 47M3." -06/15/2015,15V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V370000),Honda (American Honda Motor Co.),Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,"JS1, JS2",Vehicle,3498481,"Honda (American Honda Motor Co.) is recalling certain model year 2001-2005 Honda Civic vehicles manufactured March 21, 2000, to January 20, 2005, 2001-2004 Honda Civic GX vehicles manufactured June 14, 2000, to August 19, 2004, 2003-2005 Honda Civic Hybrid vehicles manufactured February 24, 2002, to January 18, 2005, 2003-2007 Honda Accord vehicles manufactured February 21, 2002, to August 28, 2007, 2002-2004 Honda CR-V vehicles, 2002-2003 Honda Odyssey vehicles manufactured June 19, 2001, to July 12, 2003, 2003 Acura MDX vehicles manufactured September 19, 2002, to June 19, 2003, 2003 Honda Element vehicles manufactured June 25, 2002, to July 31, 2003, and 2003 Honda Pilot vehicles manufactured November 26, 2001, to August 21, 2003. The affected vehicles have a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture upon its deployment.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the passenger seat occupant or other occupants possibly causing serious injury or death.","Honda will notify owners, and dealers will replace the passenger air bag inflator, free of charge. The recall began on July 1, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's numbers for this recall are JS1 and JS2. Note: Vehicles that have already received a replacement passenger air bag inflator as part of the recall remedy for an earlier campaign such as 14V353 or 14V700 (Honda recall numbers S95, JH6, JH7, JH8, JH9, JJ0, JJ1, JJ2, JJ6, JM5 and JM6) are not included in this recall. However, this recall does supersede 13V132 and 14V349. Note: On December 18, 2015 Honda informed NHTSA of an expansion of this recall to include certain model year 2004 Honda CR-V vehicles in addition to additional model year 2003 CR-V vehicles." -06/15/2015,15V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V374000),New Horizons RV Corporation,Quad Entry Step Rivet May Shear,EQUIPMENT,NR (Not Reported),Vehicle,50,"New Horizons RV Corporation (New Horizons) is recalling certain model year 2013-2015 Summit and Majestic recreational vehicles manufactured March 11, 2013, to January 30, 2015. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears under occupant load, the steps may give and the occupant may fall, increasing the risk of personal injury.","New Horizons will notify owners, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall began on July 7, 2015. Owners may contact New Horizons customer service at 1-800-238-3140." -06/15/2015,15V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V375000),Newmar Corporation,Tag Axle Suspension Hangers may Move,SUSPENSION,NR (Not Reported),Vehicle,57,"Newmar Corporation (Newmar) is recalling certain model year 2015 Essex and King Aire vehicles manufactured March 26, 2014, to December 4, 2014. The affected vehicles have tag axle suspension hangers that may move, allowing the tag axle assembly to shift off center.","If the tag axle moves off center, vehicle handling may suddenly be affected, increasing the risk of a crash.","Newmar has notified owners, and dealers will weld the tag axle suspension hangers to the chassis frame, free of charge. The recall began on June 22, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -06/15/2015,15E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E051000),Alcoa Inc.,Wheel Fracture During Tire Mounting and Inflation,WHEELS,NR (Not Reported),Equipment,45794,"Alcoa Inc. (Alcoa) is recalling certain 22.5"" X 8.25"" aluminum wheels, model number 88367X, manufactured from April 27, 2015, through May 19, 2015. Due to a forging problem, the wheel rim flange section may separate during the initial tire mounting and inflation process.",Personal injury could occur if the flange separates during the initial tire mounting and inflation process.,"Alcoa will notify its original equipment manufacturers, fleets and distributor customers, and will inspect and replace as necessary, free of charge, that has not yet had a tire mounted and subjected to full operating inflation pressure. The recall began on July 31, 2015. Owners may contact Alcoa customer service at 1-844-276-1567 or 88367Xquestions@alcoa.com." -06/12/2015,15V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V366000),"Subaru of America, Inc.",Collision Mitigation Braking may not Function,EXTERIOR LIGHTING,WQS-54,Vehicle,71710,"Subaru of America, Inc. (Subaru) is recalling certain model year 2015 Legacy vehicles manufactured March 10, 2014, to April 16, 2015, Outback vehicles manufactured February 24, 2014, to April 16, 2015, Impreza vehicles manufactured September 9, 2014, to April 14, 2015, XV Crosstrek vehicles manufactured October 16, 2014, to April 15, 2015, and 2016 WRX vehicles manufactured March 23, 2015, and equipped with the Eyesight Driver Assist System. If the switch that activates the brake lights fails, the automatic pre-collision braking component of the driver assist system will not function.","If the automatic pre-collision braking system does not function as intended, the vehicle will not react to an obstacle in its path, increasing the risk of a crash.","Subaru will notify owners, and dealers will reprogram the driver assist system, free of charge. The recall began on July 20, 2015. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WQS-54." -06/12/2015,15V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V369000),"Forest River, Inc.",Incorrect Data on Certification Label/Part 567,EQUIPMENT,54-06052015-0047,Vehicle,249,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Shasta Airflyte SAT16 and SAT19 recreational travel trailers manufactured September 15, 2014, to October 22, 2014. The affected trailers have a Federal Certification Label that incorrectly lists the tire size, gross axle weight rating (GAWR), gross vehicle weight rating (GVWR) and cargo carrying capacity. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the operator overloads the trailer due to the incorrect information on the Certification label, the tires may fail suddenly, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a corrected label, free of charge. The recall began on July 9, 2015. Owners may contact Forest River customer service at 1-574-825-8717. Forest River's number for this recall is 54-06052015-0047." -06/12/2015,15V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V368000),"Nissan North America, Inc.",Incorrect Wheel and Tire Size on Labels/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,110,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Rogue Select vehicles manufactured November 17, 2014, to December 12, 2014 and equipped with seventeen-inch wheels. The affected vehicles have incorrect tire size information on the tire labels. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""",The labels list the incorrect tire size. Installing tires of the incorrect size may increase the risk of a crash.,"Nissan will notify owners, and will send them new labels with the corrected information, free of charge. The recall began on June 22, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -06/12/2015,15E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E049000),"Yakima Products, Inc.",Q-Tower Roof Rack may Detach Unexpectedly,EQUIPMENT,NR (Not Reported),Equipment,3468,"Yakima Products, Inc. (Yakima) is recalling certain Q-Tower Roof Racks, part numbers 8000124 and 8000135, manufactured January 26, 2015, to May 26, 2015, and Q-Tower Stripped Replacement towers, part number 8880048, manufactured April 1, 2015, to April 15, 2015. The affected roof racks have crossbar clamping wedges that may slide on the crossbars during the installation process, causing the rack to have a loose fit on the vehicle.",A rack that does not snugly fit the roof may eject from the vehicle while it is in motion increasing the risk of a vehicle crash.,"Yakima will notify owners and will provide owners with proper crossbar clamping wedges, free of charge. The recall began on June 17, 2015. Owners may contact Yakima customer service at 1-888-266-3085 or email them at qtowerrecall@yakima.com." -06/12/2015,15E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E050000),"ASA Electronics, LLC.",Rear Camera Image may be Reversed,BACK OVER PREVENTION,NR (Not Reported),Equipment,2181,"ASA Electronics, LLC. (ASA) is recalling certain Voyager rear cameras, model number VCMS140I, manufactured November 25, 2014, to April 14, 2015. The affected rear cameras may reverse the display image, possibly displaying images on the right that should appear on the left and vice versa.","If the camera displays the image in reverse, the driver may inadvertently turn the wrong direction to avoid hitting an object behind the vehicle, increasing the risk of a crash.","ASA will notify owners, and dealers will replace the rear camera, free of charge. The recall began on August 4, 2015. Owners may contact ASA customer service at 1-877-384-4400." -06/10/2015,15V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V364000),"Nissan North America, Inc.",ABS Actuator may Malfunction,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9614,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Murano vehicles manufactured December 4, 2014, to March 17, 2015. These vehicles are equipped with Anti-Lock Braking System (ABS) actuators which may have contamination in the solenoid valves, potentially affecting the valves' ability to completely close and allow a build up of hydraulic brake pressure, or fully open and allow the hydraulic brake pressure to completely drop.","Under some driving conditions, when the ABS is activated, the malfunctioning ABS actuator could cause a loss of vehicle stability, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and replace the ABS actuator, as necessary, free of charge. The recall began on August 13, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -06/10/2015,15V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V362000),Silver Eagle Manufacturing Company,Convertor Dolly Brakes may Drag,"SERVICE BRAKES, AIR",15E021,Vehicle,20,"Silver Eagle Manufacturing Company (Silver Eagle) is recalling certain model year 2014-2015 VAST-20N, VAST-20W, and CTL-40W Converter Dollies manufactured February 6, 2014, to March 4, 2015. Due to a problem with the brake valve, the affected dollies may experience brake drag.","If the brakes drag on the converter dolly, the wheel end may overheat, increasing the risk of a fire.","Silver Eagle will notify owners, and dealers will replace the brake valve, free of charge. The recall began on July 8, 2015. Owners may contact Silver Eagle customer service at 1-800-547-6792." -06/10/2015,15V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V361000),"Daimler Trucks North America, LLC",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,FL-684,Vehicle,2601,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2008-2009 Sterling Bullet 4500 and 5500 trucks manufactured October 15, 2007, to November 10, 2008. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking and potentially seriously injuring the driver or other occupants.","DTNA will notify owners, and dealers will replace the driver's frontal air bag, free of charge. The recall began on October 6, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-684." -06/10/2015,15E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E048000),"ZF North America, Inc.",Hub Carrier may Crack Due to Porosity,POWER TRAIN,NR (Not Reported),Equipment,473,"ZF Group North America Operations (ZF) is recalling certain Hub Carriers manufactured January 17, 2014, to June 1, 2015. Due to casting problems, the affected hub carriers may have areas of porosity which may result in the hub carrier leaking oil or cracking.","Cracks in the hub may result in hub failure, which could cause a loss of vehicle control, increasing the risk of a crash.","ZF has notified the affected bus manufacturers, and their dealers will begin a routine inspection process to identify any hub carrier leaks. When parts become available, the affected hub carriers will be replaced, free of charge. Owners may contact ZF customer service at 1-734-416-6200." -06/10/2015,15C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15C002000),"Baby Jogger, LLC",Owner Documents Printed Incorrectly/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,15103,"Baby Jogger, LLC (Baby Jogger) is recalling certain City GO Infant Car Seats (models BJ64510 and BJ64529), City GO Base for infant car seat (models BJ80400 and BJ61500); City Mini Infant Car Seat/Stroller Travel Systems (model BJ72510); and Vue Lite Infant Car Seat/Stroller Travel Systems (models BJ70411, BJ70424, and BJ70431). The affected child seats have information on the labels, instruction manual and registration card that is either the wrong size, has an incorrect background color, or is in the incorrect order or is missing. As such, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 213, ""Child Restraint Systems.""","Missing information, undersized text, lack of capitalization and warnings in an incorrect order may affect the consumer's understanding on the proper use of the infant car seat, increasing the risk of injury to the child in the event of a crash.","Baby Jogger will notify registered owners and will provide a free replacement infant car seat. The recall began on September 27, 2016. Owners may contact Baby Jogger toll-free at 1-800-241-1848." -06/10/2015,15V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V365000),"Rush Truck Centers of Texas, LP",Seat Belt Anchorage Assembly/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,37,"Rush Truck Centers of Texas, LP (Rush), doing business as Custom Vehicle Solutions, is recalling certain modified 2011-2016 Peterbilt 337 trucks manufactured March 26, 2010, to March 9, 2015, modified 2013-2015 Peterbilt 348 trucks manufactured May 14, 2012, to March 25, 2014, and modified 2014 Peterbilt 382 trucks manufactured on November 1, 2013. The affected trucks, converted from conventional day cabs to crew cabs, may be equipped with seat belt anchorage assemblies that may come unanchored when under load. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 210, ""Seat Belt Assembly Anchorages.""","If the seat belt anchor pulls away, the seat occupant may not be properly secured in the event of a crash, increasing the risk of occupant injury.","Rush will notify owners, and dealers will repair the vehicles free of charge. The recall began on, July 16, 2015. Owners may contact Rush customer service at 1-713-766-3007." -06/10/2015,15V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V363000),"Winnebago Industries, Inc.",Seats may Detach From Floor in a Crash,SEATS,132,Vehicle,48,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2014-2015 Metro Link transit buses manufactured December 20, 2013, to April 9, 2015. The affected buses may have been built without shims and flat washers on the seat pedestal, allowing the seat to detach from the floor in the event of a crash.","If the seat detaches from the floor during a vehicle crash, the seat occupant would be at an increased risk of personal injury.","Winnebago will work with Metro Worldwide, the transit bus distributor, to notify owners and remedy the vehicles, free of charge. The recall began on August 28, 2015. Owners may contact Metro Worldwide customer service at 1-641-903-7377. Winnebago's number for this recall is 132." -06/09/2015,15V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V358000),"General Motors, LLC",Brake Pedal Bracket may Fracture,"SERVICE BRAKES, HYDRAULIC",15352,Vehicle,2163,General Motors LLC (GM) is recalling certain model year 2015 Cadillac ATS and CTS vehicles. The affected vehicles have a bracket between the brake pedal assembly and the rod that actuates the brakes that may fracture during normal brake pedal operation.,"If the bracket fractures, the driver would not be able to apply the brakes, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the vehicle and replace any affected bracket, free of charge. The recall began July 6, 2015. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 15352." -06/09/2015,15V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V355000),Vermeer Manufacturing Company,Hitch Safety Chain may be Incorrectly Installed,TRAILER HITCHES,IK3175,Vehicle,64,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2015 TLR30HD trailers manufactured April 21, 2015, to May 15, 2015, and 2015 TLR30LD trailers manufactured April 17, 2015, and May 14, 2015. The affected trailers may have an incorrectly installed safety chain.","If the trailer hitch becomes unhooked from the tow vehicle, the safety chain will not prevent the trailer from completely separating from the tow vehicle, increasing the risk of a crash.","Vermeer will notify owners and dealers will install a field repair kit. The recall began on July 14, 2015. Owners may contact Vermeer customer service at 1-800-829-0051 or by email at productsafety@vermeer.com. Vermeer's number for this campaign is IK3175." -06/09/2015,15V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V360000),Kia Motors America,Intermittent Failure of the Brake Light Switch,EXTERIOR LIGHTING,SC121,Vehicle,7722,"Kia Motors America (Kia) is recalling certain model year 2011 Sportage vehicles manufactured March 7, 2011, to June 8, 2011. In the affected vehicles, the brake light switch may intermittently fail.","Whenever the brake switch is not working, the brake lights will not illuminate, reducing the ability to warn other motorists of the driver's intentions of stopping, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the brake light switch, free of charge. The recall began on July 7, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC121." -06/09/2015,15V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V356000),"Gulf Stream Coach, Inc.",Quad Entry Step Rivet Failure,EQUIPMENT,HS060215,Vehicle,21,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2015 Canyon Trail and Sedona trailers manufactured April 3, 2014, to September 30, 2014. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","Gulf Stream will notify owners, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall began on June 30, 2015. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is HS060215." -06/09/2015,15V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V357000),"Kalmar Solutions, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2010-2014 Ottawa tractors manufactured December 6, 2010, to July 21, 2014, equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Kalmar, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Kalmar customer service at 1-785-229-6327 or Cummins customer service at 1-800-343-7357." -06/09/2015,15V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V359000),"Forest River, Inc.",Wheel Studs may Break,SUSPENSION,51-05142015-0037,Vehicle,1497,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Evo, Salem, Sandstorm, Shockwave, Stealth, Wildwood, Cherokee Grey Wolf, Wildcat Maxx, Vibe, R-Pod, and Surveyor trailers. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect and replace any affected wheel hub, free of charge. The recall began on June 25, 2015. Owners may contact Forest River customer service at 1-909-873-3777. Forest River's number for this recall is 51-05142015-0037." -06/08/2015,15V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V352000),Fontaine Trailer Company,Bolted Connections may Loosen from Cracked Washers,STRUCTURE,NR (Not Reported),Vehicle,159,"Fontaine Trailer Company (Fontaine) is recalling certain model year 2016 Revolution flat deck platform and step deck platform semi-trailers manufactured April 20, 2015, to May 13, 2015. In the affected trailers, the hardened washers used in the bolted connections that secure the upper coupler, landing gear and suspensions to the trailer sub-frame may crack.","Failure of the washers can cause the bolted joints to loosen, causing detachment of the trailer's structural components, increasing the risk of a crash.","Fontaine will notify owners, and dealers will replace the affected washers as well as the nuts and bolts used in the connections, free of charge. The recall began on July 1, 2015. Owners may contact Fontaine customer service at 1-205-485-1300." -06/08/2015,15V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V351000),"Mercedes-Benz USA, LLC",Oil may Leak from Chain Tensioner Gasket,ENGINE AND ENGINE COOLING,2015050005,Vehicle,814,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain model year 2015 E250 BlueTec vehicles manufactured November 3, 2014, to December 15, 2014, E250 BlueTec 4Matic vehicles manufactured November 4, 2014, December 17, 2014, GLK250 vehicles manufactured November 13, 2014, to January 30, 2015, and 2015 ML250 BlueTec vehicles manufactured December 12, 2014, to February 9, 2015. In the affected vehicles, oil may leak from around the chain tensioner gasket area.","Leaking oil may drip onto a hot engine surface, increasing the risk of a fire. Additionally, the leaking oil may be a road hazard for other vehicles, increasing the risk of a crash.","Mercedes will notify owners, and dealers will replace the chain tensioner gasket, free of charge. The recall began on June 23, 2015. Owners may contact Mercedes customer service at 1-800-367-6372. Mercedes' number for this recall is 2015050005. Note: This is an expansion of NHTSA recall 14V-762." -06/05/2015,15V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V348000),Prevost Car (US) Inc.,Automatic Fire Suppression System False Warning,ELECTRICAL SYSTEM,SR15-30,Vehicle,452,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2010-2014 X3-45, XLII-45, H3-41, and H3-45 coaches manufactured November 30, 2009, to August 12, 2014. In the affected vehicles, the wires for the Automatic Fire Suppression System (AFSS) Linear Thermal Detector (LTD) may be damaged by temperatures in the engine compartment.","The damaged wires may activate the AFSS and shutdown the engine, increasing the risk of a vehicle crash.","Prevost will notify owners, and dealers will relocate the AFSS LTD wiring, free of charge. The recall began on July 17, 2015. Owners may contact Prevost customer service at 1-800-463-7738. Prevost's number for this recall is SR15-30." -06/05/2015,15V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V350000),Nova Bus (US) Inc.,Delay in Parking Brake Application,PARKING BRAKE,CR3405,Vehicle,250,"Nova Bus is recalling certain model year 2001-2004 LFS buses manufactured January 1, 2001, to December 31, 2004. The affected vehicles have certain air hoses that may have been incorrectly connected to the R14 valve, causing a delay when applying the parking brake.","A delay in the application of the parking brake may result in the bus rolling forward or rearward a few feet, increasing the risk of a crash.","Nova Bus is confirming that all buses were inspected and repaired. Nova Bus will notify the owner of any unremedied bus and dealers will correct the hose connection, free of charge. Owners may contact Nova Bus customer service at 1-450-472-6410. Nova Bus' number for this recall is CR3405." -06/05/2015,15V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V347000),Prevost Car (US) Inc.,Front Suspension Bolts may Break,SUSPENSION,SR15-29,Vehicle,10,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2015 X3-45, and H3-45 coaches manufactured October 1, 2014, to April 30, 2015. Bolts in the front suspensions of the affected coaches may fail due to a problem with the bolt manufacturing process.","Suspension bolt failure may cause a loss of vehicle control, increasing the risk of a vehicle crash.","Prevost will notify owners, and dealers will replace the affected bolts, free of charge. The recall began on July 16, 2015. Owners may contact Prevost customer service at 1-800-463-7738. Prevost's number for this recall is SR15-29." -06/05/2015,15V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V349000),Prevost Car (US) Inc.,Rusted Booster Stud Connection may Fail,ELECTRICAL SYSTEM,SR15-27,Vehicle,314,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2006-2010 X3-45 coaches manufactured January 11, 2006, to April 12, 2010. The affected vehicles have booster stud connections that may rust. As they rust, the stud may weaken and break, allowing the power cable to ground against the vehicle frame.","If the power cable electrically shorts against the frame, there would be an increased risk of a fire.","Prevost will notify owners, and dealers will install a protective box over the connection to prevent the power cable from contacting the frame if it comes loose. Any cable that is corroded will be replaced, free of charge. The recall began on July 24, 2015. Owners may contact Prevost customer service at 1-800-463-7738. Prevost's number for this recall is SR15-27." -06/03/2015,15E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E047000),"Advics North America, Inc.",ABS Actuator may Malfunction,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,8874,"ADVICS North America, Inc. (ADVICS) is recalling certain antil-lock brake system (ABS) Actuators manufactured December 4, 2014, to December 23, 2014. These ABS actuators may have contamination in the solenoid valves, potentially affecting the valves ability to completely close and allow a build up of hydraulic brake pressure, or fully open and allow the hydraulic brake pressure to completely drop.","Under some driving conditions, when the ABS is activated, the malfunctioning ABS actuator could cause a loss of vehicle stability, increasing the risk of a crash.","ADVICS has notified the affected vehicle manufacturers. The vehicle manufacturers will contact the vehicle owners, and their dealers will inspect and replace the ABS actuator, as necessary, free of charge." -06/03/2015,15V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V341000),Toyota Motor Engineering & Manufacturing,ABS Actuator may Malfunction,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3013,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Lexus NX200t vehicles manufactured December 18, 2014, to February 2, 2015. These vehicles are equipped with an Anti-Lock Braking System (ABS), Traction Control System (TRAC), and Vehicle Stability Control System (VSC) which are controlled by an ABS actuator. A component inside the actuator may have been damaged during its assembly and may cause the actuator to not function properly.","Under some driving conditions, when the ABS is activated, the malfunctioning ABS actuator could cause a loss of vehicle stability, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect and replace the ABS actuator, as necessary, free of charge. The recall began on July 21, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -06/03/2015,15E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E045000),Timken Company,Front Wheel Bearing has Wrong Dimensions,SUSPENSION,NR (Not Reported),Equipment,576,"The Timken Company (Timken) is recalling certain aftermarket front wheel bearings, part number 510072, sold from January 22, 2015, to May 21, 2015, to be used as service parts on 2001-2012 Ford Escape, 2001-2011 Mazda Tribute, and 2005-2011 Mercury Mariner vehicles. The affected wheel bearings have incorrect dimensions of a 42mm bore, 76mm outer dimension, and 39mm width, instead of a 42mm bore, 78mm outer dimension and a 45mm width.","Use of an incorrectly sized wheel bearing can adversely affect the braking and steering of the vehicle, increasing the risk of a crash.","Timken has begun notifying distributors who will offer purchasers replacement wheel bearings, free of charge. The recall began on May 21, 2015. Owners may contact Timken customer service at 1-866-984-6536." -06/03/2015,15E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E046000),"Strange Engineering, Inc.",Modified Drive Axles may Fail,POWER TRAIN,NR (Not Reported),Equipment,90,"Strange Engineering, Inc. (Strange) is recalling certain Modified Street Axles, part numbers P3109F05, P3509F05, P3509F0558, P3509F0558S, and P3509F05S, manufactured December 8, 2011, to April 17, 2015. The affected drive axles were modified after being heated treated and, as a result, the axles may have reduced strength.","The reduction in strength may result in premature axle failure, increasing the risk of a vehicle crash.","Strange will notify owners, and repair shops will replace the axles and install new wheel bearings, sleeves, and seals, free of charge. The recall began on September 28, 2015. Owners may contact Strange customer service at 1-847-663-1701." -06/03/2015,15V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V342000),"Volvo Car USA, LLC",Seat Air Bag Wiring Harness Routed Incorrectly,AIR BAGS,R89571,Vehicle,584,"Volvo Cars of N.A., LLC (Volvo) is recalling certain model year 2016 Volvo XC90 vehicles manufactured January 27, 2015, to May 19, 2015. The affected vehicles have front seats whose wiring harness for the Side Impact Protection System (SIPS) may have been routed incorrectly.","If the wiring harness is routed incorrectly, the wiring may be damaged, disabling the front seat side impact air bag, and increasing the risk of injury to the seat occupant in the event of a crash necessitating deployment of the front seat side impact air bag.","Volvo will notify owners, and dealers will inspect the routing of the SIPS wiring, correcting the routing and installing a protective sleeve as necessary, free of charge. The recall began on June 30, 2015. Owners may contact Volvo customer service at 1-800-458-1552. Volvo's number for this recall is R89571." -06/03/2015,15V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V343000),"Daimler Trucks North America, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,FL-681,Vehicle,3200,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2007-2016 Freightliner 114SD and M2 Business Class trucks, 2008-2009 Sterling LT8500 trucks and Thomas Built Bus Saf-T-Liner HDX transit buses equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of DTNA, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact DTNA customer service at 1-800-745-8000 or Cummins customer service at 1-800-343-7357. DTNA's number for this recall is FL-681." -06/03/2015,15V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V344000),"Daimler Trucks North America, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,FL-681,Vehicle,746,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2008-2015 Thomas Built Buses Saf-T-Liner HDX school buses manufactured May 25, 2008, to December 18, 2014, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of DTNA, and dealers secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact DTNA customer service at 1-800-745-8000, or Cummins customer service at 1-800-343-7357. DTNA's number for this recall is FL-681." -06/02/2015,15V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V337000),"Mitsubishi Motors North America, Inc.",Corrosion of ABS Hydraulic Unit,"SERVICE BRAKES, HYDRAULIC",SR-15-004,Vehicle,74836,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2006-2009 Eclipse vehicles manufactured April 20, 2005, to February 13, 2009, and 2007-2009 Eclipse Spyder vehicles manufactured December 23, 2005, to February 13, 2009. Due to corrosion inside the antil-lock brake system (ABS) unit, one or more of the internal valves may seize. In a braking event that uses the ABS, a seized valve would increase brake pedal travel and reduce braking ability.",A sudden reduction of braking performance may increase the risk of a crash.,"MMNA will notify owners, and dealers will inspect, flush and clean the ABS hydraulic unit using high grade brake fluid, free of charge. If the inspection shows that the valves may seize, the ABS unit will be replaced. The recall began on July 21, 2015. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-15-004." -06/02/2015,15V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V339000),Ford Motor Company,Fuel Tank or Vapor Lines may Degrade from Heat,"FUEL SYSTEM, GASOLINE",15S19,Vehicle,19095,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Mustang vehicles manufactured February 14, 2014, to February 10, 2015, and equipped with 2.3L engines. Prolonged exposure to elevated underbody temperatures can cause degradation of the fuel tank and/or fuel vapor lines, which may eventually result in a fuel leak. In addition, this condition could cause seals in the parking brake cable to degrade, potentially affecting parking brake function.","If the vehicle experiences a fuel leak in the presence of an ignition source it can, increase the risk of a vehicle fire. Reduced parking brake function could potentially result in unexpected vehicle movement, which may increase the risk of injury.","Ford will notify owners, and dealers will replace the fuel tank shield, add thermal patches to the fuel tank and parking brake cable, and add thermal wraps to the fuel vapor lines. The repairs will be performed free of charge. The recall began on July 9, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S19." -06/02/2015,15V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V340000),Ford Motor Company,Loss of Electric Power Steering Assist,STEERING,15S18,Vehicle,393623,"Ford Motor Company (Ford) is recalling certain model year 2011-2012 Ford Fusion vehicles without a 3.5L engine and Lincoln MKZ hybrid electric vehicles, 2011 Mercury Milan vehicles, 2011-2012 Ford Taurus, Ford Flex, Lincoln MKS, and Lincoln MKT vehicles equipped with a 3.5L GTDI engine and 2013 Ford Taurus, Ford Flex, Lincoln MKS, and Lincoln MKT vehicles equipped with any available engine. The affected vehicles have electric power steering assist systems that may shut down as a result of a steering motor sensor fault.","If the vehicle experiences a loss of power steering assist, extra steering effort will be required at lower speeds, increasing the risk of a vehicle crash.","Ford will notify owners, and dealers will check the Power Steering Control Module (PSCM) for Diagnostic Trouble Codes (DTC). If dealers find any loss of steering assist DTCs, the steering gear will be replaced, free of charge. If, no codes are found during the PSCM inspection, the PSCM software will be updated, free of charge. The recall began on July 21, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S18." -06/02/2015,15V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V336000),"Airstream, Inc.",Possibility that Sliding Door may not be Opened,EQUIPMENT,NR (Not Reported),Vehicle,232,"Airstream, Inc. (Airstream) is recalling certain model year 2015-2016 Airstream Interstate NCV3 B motorhomes manufactured August 1, 2014, to May 18, 2015. In the affected vehicles, if the screen door is in the closed position and the vehicle's curbside sliding door is closed, the motorhome occupants may not be able to move the screen door in order to open the sliding door to exit the vehicle.","If occupants are unable to open the sliding door and exit the vehicle in the event of an emergency, they would be at an increased risk of injury.","Airstream will notify owners, and dealers will attach a stop on the screen door to keep the sliding door from shutting if the screen door is closed, free of charge. The recall began on June 29, 2015. Owners may contact Airstream customer service at 1-937-596-6111 extension 7401 or 7411." -06/02/2015,15V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V338000),"Mitsubishi Motors North America, Inc.",Sun Visor May Detach During Air Bag Deployment,AIR BAGS,SR-15-005 (FCA R30),Vehicle,443442,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2000-2005 Eclipse vehicles manufactured April 5, 1999, to December 17, 2004, 2001-2005 Eclipse Spyder vehicles manufactured January 19, 2000, to March 18, 2005, 2001-2005 Chrysler Sebring vehicles manufactured April 17, 2000, to February 21, 2005, and 2001-2005 Dodge Stratus vehicles manufactured April 17, 2000, to February 22, 2005. In the affected vehicles, the passenger side sun visor may be folded down in such a position that, if the passenger frontal air bag deploys, the passenger side sun visor may detach.","If the passenger side sun visor detaches and is propelled rearward, there is an increased risk of occupant injury.","MMNA will notify their owners, and Chrysler will notify the Chrysler and Dodge owners. Dealers will install a tether strap to retain the passenger sun visor, free of charge. The recall began on July 20, 2015. Owners may contact MMNA customer service at 1-888-648-7820. MMNA's number for this recall is SR-15-005. Chrysler and Dodge owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R30." -06/01/2015,15V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V333000),"New Flyer of America, Inc.",Rear Bus Doors May Open While Bus is in Motion,STRUCTURE,R15-006,Vehicle,1147,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2013 C40LFR, XE40, XN35, and XN60, 2014 XD35, XDE40, and XT60, 2014-2015 XD60, and XT40, 2013-2014 XDE35, and XN40, and 2015 XDE60 transit buses. These vehicles have door controller assemblies that may have a software defect which can cause the rear passenger doors to open, without warning, when the bus accelerates from a stopped position.","If the rear bus door opens while the bus is in motion, there is an increased risk of injury for the passengers.","New Flyer will notify owners, and dealers will update the Door Controller Assembly software, free of charge. The recall began on June 24, 2015. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's number for this recall is R15-006." -06/01/2015,15V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V334000),"Accubuilt, Inc.",Rubbing Driveshaft may Result in Fire,SUSPENSION,NR (Not Reported),Vehicle,970,"Accubuilt, Inc. (Accubuilt) is recalling certain model year 1998-2005 Lincoln Town Car 120"" Limousines manufactured January 2, 1998, to July 21, 2005 by DaBryan Coachbuilders. In certain situations, such as when overloaded or in the event of rear suspension failure, the driveshaft may rub against the vehicle body, below the rear seating area.","The rubbing driveshaft may generate significant heat, increasing the risk of a fire.","Accubilt will supply a remedy kit to replace the current jounst component mounted on the rear axle and will reimburse up to 1 hour of labor for eligible vehicles built after September 1, 2004. Owners were mailed interim notifications on July 15, 2015. The recall began on February 23, 2016. Owners may contact Accubuilt customer service at 1-419-222-1501." -06/01/2015,15V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V331000),Van Hool N.V.,Steering Knuckle Carrier may Break,STEERING,P750,Vehicle,555,"Van Hool N.V. (Van Hool) is recalling certain model year 2014 C2045, 2014-2015 CX45, TD925, TX40, TX45, and 2015 TDX25 coaches. The affected vehicles have front steering knuckle carrier that may break.","If the front steering knuckle carrier breaks, the coach wheel may separate from the vehicle, increasing the risk of a crash.","ABC Bus will notify owners on behalf of Van Hool, and dealers will inspect and replace the affected steering knuckles, as necessary, free of charge. The recall began on July 6, 2015. Owners may contact ABC Bus at 1-877-427-7278. Van Hool's number for this recall is P750." -06/01/2015,15V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V330000),Oshkosh Corporation,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,44,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2012-2014 S-Series Front Discharge Concrete Mixer vehicles manufactured February 29, 2012, to November 13, 2013, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Oshkosh, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Oshkosh customer service at 1-888-686-7278 or Cummins customer service at 1-800-343-7357." -06/01/2015,15V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V335000),"Porsche Cars North America, Inc.",Wiring Harness for Cooling Fan may Short,ENGINE AND ENGINE COOLING,AF05,Vehicle,223,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 918 Spyder vehicles manufactured February 25, 2014, to April 29, 2015. In the affected vehicles, the wiring harness for the left rear radiator fan may contact an engine heat insulation plate.","If the harness contacts the insulation plate, the harness may chafe and result in an electrical short which could increase the risk of a fire.","Porsche will notify owners, and dealers will inspect the wiring harness and secure it to a coolant tube using a tie-wrap clip, free of charge. The recall began on July 13, 2015. Owners may contact Porsche customer service at 1-800-767-7243. Porche's number for this recall is AF05. Note: The wiring harness could short and result in a fire even when the vehicle is unattended. As a precaution, owners are advised to park outside until the remedy has been made." -05/29/2015,15V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V327000),"Corp. Micro Bird, Inc.",School Bus Seats may be too Flammable/FMVSS 302,SEATS,15-059-HUS,Vehicle,10,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2015 G5 school buses manufactured February 2, 2015, to April 1, 2015. The affected vehicles have seat bottoms whose foam core may not meet the flammability requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 302, ""Flammability of Interior Materials.""","If the seats are built with this seat bottom foam core, the seats may not resist catching fire in the presence of an ignition source, increasing the risk that a fire may start or spread.","Micro Bird will notify owners, and dealers will replace the school bus seat bottoms with foam that is compliant to the safety standard, free of charge. The recall began on June 1, 2015. All of the affected vehicles are still with dealers. Therefore, an owner notification letter will not be issued. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 15-059-HUS." -05/29/2015,15V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V326000),"Genie Industries, Inc.",Stabilizing Outriggers may Drift,EQUIPMENT,150004,Vehicle,26,"Genie Industries, Inc. (Genie) is recalling certain model year 2015 TZ-34/20 trailers manufactured January 26, 2015, to February 24, 2015. Due to out of specification cylinders, the stabilizing outriggers may drift while the boom lift is being used.","If the outriggers drift while the boom lift is in use, the lift may tip-over, increasing the risk of injury to the user or those nearby.","Terex will notify owners on behalf of Genie, and dealers will replace the cylinder in the affected outrigger assemblies, free of charge. The recall began on July 22, 2015. Owners may contact Genie customer service at 1-800-536-1800. Genie's number for this recall is 150004." -05/29/2015,15V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V328000),Goshen Coach,Terminal Strip Possibly Reconnected Improperly,EQUIPMENT,NR (Not Reported),Vehicle,5,"Goshen Coach (Goshen) is recalling certain model year 2006-2015 GCII vehicles manufactured January 1, 2006, through February 28, 2015 on GM chassis. The affected vehicles are equipped with Trans-Air add-on compressor mount kits, part numbers 4012506-01, 4012506-02, 4013126-01, 4013126-02, 4013235-01, 4013235-02, 4012909, 4013125, 4013222 and 717173 installed by Trans-Air personnel. After installing the compressor, a power distribution terminal strip may not have been properly reconnected.","If the power distribution terminal strip has a poor connection or a loose connection, the strip may arc or overheat, increasing the risk of a vehicle fire.","Goshen will notify owners, and dealers will inspect the power distribution terminal strip connection, correcting it as necessary, free of charge. The recall began in June 2015. Owners may contact Goshen customer service at 1-574-206-7004 or Trans/Air at 1-800-673-2446." -05/29/2015,15V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V329000),"Navistar, Inc.",Upper Stack Tail Pipe Weld May crack,ENGINE AND ENGINE COOLING,15511,Vehicle,102,"Navistar, Inc. (Navistar) is recalling certain model year 2015-2016 International 9900 trucks manufactured January 6, 2014, to March 12, 2015, and 2015-2016 International Lonestar trucks manufactured February 20, 2014, to March 13, 2015. The affected vehicles are equipped with a 6"" diameter stack tail pipe, that may not have sufficient support. The unsupported weight of the upper stack tail pipe and vibration associated with normal vehicle operation over time may cause a crack of the weld joint between the inlet pipe and the flare expansion of the stack tail pipe, which may result in partial or full separation of the stack tail pipe from the vertical exhaust pipe.","If the stack tail pipe separates from the exhaust pipe it can fall into the roadway possibly hitting another vehicle, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the stack tail pipe with a one piece stack tail pipe, free of charge. The recall began on July 20, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15511." -05/28/2015,15V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V318000),"BMW of North America, LLC",Driver Frontal Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,419235,"BMW of North America, LLC (BMW) is recalling certain model year 2002-2005 325i, 325xi, 330i, and 330xi Sedans, and 325xi and 325i Sportswagons, 2002-2006 330Ci, 325Ci, and M3 Convertibles and 325i, 330i, and M3 Coupes, 2002-2003 M5, 540i, 525i Sedan, and 530i Sedans, and 540i and 525i Sportswagons, and 2003 X5 3.0i and 4.4i Sports Activity Vehicles. Please note that the 5-series and X5 vehicles are only included if they are equipped with the optional sports steering wheel. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","BMW will notify owners, and dealers will replace the front driver air bag module, free of charge. The recall began Aug 2016. Owners may contact BMW customer service at 1-800-525-7417. Note: This recall supersedes recall 14V-348 in its entirety. Additionally, vehicles that have had their driver side frontal air bag replaced previously as part of a recall remedy need to have their air bag replaced under this recall as well. Note: On December 17, 2015 BMW removed the model year 2004 X5 3.0i and 4.4i Sports Activity vehicle from this recall. Those vehicles were mistakenly identified as including the air bags that are subject to this recall." -05/28/2015,15V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V319000),Ford Motor Company,Driver Side Frontal Air Bag May Rupture,AIR BAGS,15S21,Vehicle,1018622,"Ford Motor Company (Ford) is recalling certain model year 2005-2014 Mustang vehicles manufactured April 6, 2004, to June 21, 2014, and 2005-2006 GT vehicles manufactured February 20, 2004, to September 22, 2006. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Ford will notify owners, and dealers will replace the front driver side air bag inflator, free of charge. The recall began on June 10, 2016. Even if interim repairs were performed under safety recall 14V-802, owners must bring their vehicles in for the final remedy. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S21. Note: This recall supersedes safety recall 14V-802." -05/28/2015,15V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V320000),Honda (American Honda Motor Co.),Driver's Frontal Air Bag May Rupture,AIR BAGS,NR (Not Reported),Vehicle,6281043,"Honda (American Honda Motor Co.) is recalling certain model year 2001-2007 Accord, 2001-2005 Civic, 2001-2004 Honda Civic GX, 2003-2005 Honda Civic Hybrid, 2002-2006 CR-V, 2003-2011 Element, 2002-2004 Odyssey, 2003-2008 Pilot, 2006 Ridgeline, 2003 Acura 3.2CL, 2003-2006 Acura MDX, and 2002-2003 Acura 3.2TL vehicles. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion and other factors, including manufacturing variability that, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Honda will notify owners, and dealers will replace the driver frontal air bag inflator, free of charge. The recall began on July 1, 2015. Owners may contact Honda customer service at 1-888-234-2138. Owners may contact Acura customer service at 1-800-382-2238, select option 4. Note: Vehicles that have had their driver frontal air bag replaced previously as part of a recall remedy prior to September 12, 2014 need to have their air bag replaced under this recall as well. Vehicles that, on or after September 12, 2014, received a remedy for a prior driver frontal air bag inflator recall already received an inflator of a different design, and therefore are not included in this recall and do not require additional servicing. Note: This recall fully supersedes recalls 08V-593, 09V-259, 10V-041, 11V-260, 14V-351 and 15V-153." -05/28/2015,15V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V322000),Ford Motor Company,Passenger Front Air Bag Inflator May Rupture,AIR BAGS,15S22,Vehicle,362327,"Ford Motor Company (Ford) is recalling certain model year 2004-2006 Ranger trucks manufactured March 24, 2003, to May 4, 2006. The affected vehicles are equipped with a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Ford will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on December 4, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S22. Note: This recall partially supersedes recall 14V-787." -05/28/2015,15V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V323000),"Subaru of America, Inc.",Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,WQR-53,Vehicle,432016,"Subaru of America, Inc. (Subaru) is recalling certain model year 2003-2004 Subaru Baja vehicles manufactured January 22, 2003, to July 21, 2004, 2004-2005 Impreza vehicles manufactured January 28, 2003, to May 31, 2005, 2003-2008 Subaru Legacy vehicles manufactured January 22, 2003, to May 2, 2008, 2003-2008 Subaru Outback vehicles manufactured February 18, 2003, to May 5, 2008, and 2005 Saab 9-2x vehicles manufactured February 11, 2004, to March 17, 2005. The affected vehicles are equipped with a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture upon its deployment.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Subaru will notify their owners and General Motors will notify Saab owners. Dealers will replace the passenger air bag inflator, free of charge. The Subaru recall began on June 17, 2015. Owners may contact Subaru customer service at 1-800-782-2783. The Saab recall began on July 27, 2015. Owners of Saab vehicles may call 1-800-955-9007. Subaru's number for this recall is WQR-53. Note: The recall completely supersedes recall 14V-399 (WQL-48) and partially supersedes recall 14V-763 (WQP-51) in that model year 2004 through 2005 Subaru Impreza and model year 2005 Saab 9-2x vehicles are now only part of this campaign. Note: On December 18, 2015 Subaru informed NHTSA of an expansion of this recall to include certain model year 2003-2004 Subaru Baja, 2003-2008 Subaru Legacy and 2003-2008 Subaru Outback vehicles." -05/28/2015,15V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V324000),"General Motors, LLC",Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,15438 and 15817,Vehicle,330198,"General Motors LLC (GM) is recalling certain model year 2007-2008 Chevrolet Silverado 2500HD and 3500HD trucks manufactured November 28, 2006, to August 29, 2008, and 2007-2008 GMC Sierra 2500HD and 3500HD trucks manufactured November 27, 2006, to August 29, 2008. The affected vehicles are equipped with a passenger side frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture upon its deployment.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants, potentially resulting in serious injury or death.","GM will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. The recall began on July 27, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's numbers for this recall are 15438 and 15817." -05/27/2015,15V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V313000),"Chrysler (FCA US, LLC)",Driver Side Frontal Air Bag May Rupture,AIR BAGS,R25,Vehicle,4077169,"Chrysler (FCA US LLC) is recalling certain model year 2005-2009 Dodge Ram 2500, 2004-2008 Dodge Ram 1500 and Durango, 2006-2009 Dodge Ram 3500, 2008-2010 Dodge Ram 4500 and 5500, 2007-2008 Chrysler Aspen, 2005-2010 Chrysler 300, 300C, 300S, and SRT8, 2006-2010 Dodge Charger, 2005-2008 Magnum, 2005-2011 Dodge Dakota, and 2006-2009 Mitsubishi Raider vehicles. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Chrysler will notify the affected Chrysler and Dodge owners and Mitsubishi will notify the affected Raider owners. Dealers will replace the driver's frontal air bag inflator, free of charge. The recall began for Chrylser on June 8, 2015. The recall for Mitsubishi started on June 24, 2015. Chrysler and Dodge owners may contact Chrysler customer service at 1-800-853-1403. Mitsubishi owners may call 1-888-648-7820. Chrysler's number for this recall is R25. Note: This recall supersedes recall 14V817 in its entirety. Vehicles that have had their driver side frontal air bag replaced previously need to have their air bag replaced under this recall as well." -05/27/2015,15V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V315000),"Southeast Toyota Distributors, LLC",Incorrect Tire Inflation Information/FMVSS 110,EQUIPMENT,SET15C,Vehicle,144,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2015 Toyota Tundra vehicles manufactured March 11, 2015, to April 11, 2015 and equipped with Nitto Terra Grappler G2 275/60R20 116S XL tires. These vehicles have a tire placcard that incorrectly states the recommended cold tire inflation pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the operator inflates the tires according to the information on the tire placard, the tires may be underinflated, increasing the risk of tire failure which could result in a crash.","SET will notify owners, and dealers will install a new tire placard with the correct cold tire inflation pressure information, free of charge. The recall began on June 29, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET15C." -05/27/2015,15V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V312000),"Chrysler (FCA US, LLC)",Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,R26,Vehicle,385686,"Chrysler (FCA US LLC) is recalling certain model year 2003 Dodge Ram 1500, 2500, and 3500 trucks manufactured August 29, 2002, to July 25, 2003 to address a safety defect in the passenger side frontal air bag inflator which may produce excessive internal pressure causing the inflator to rupture upon deployment of the air bag. This recall addresses both the passenger side frontal air bags that were originally installed in the vehicles, as well as replacement air bags that may have been installed as replacement service parts. A replacement air bag may have been installed, as one example, if a vehicle had been in a crash necessitating the replacement of the passenger side frontal air bag.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Chrysler will notify owners, and dealers will replace the passenger frontal air bag, free of charge. The recall began on March 16, 2016. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R26. Note: This recall partially supersedes recall 14V770." -05/27/2015,15V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V317000),Keystone RV Company,Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,15-225,Vehicle,1529,"Keystone RV Company (Keystone) is recalling certain model year 2015 Keystone Sprinter, Cougar, Montana, Montana High Country, Outback, Bullet, Avalanche, Alpine, Fuzion, Impact, Laredo, Raptor, Carbon, and Passport, and Dutchmen Kodiak, Aerolite, Denali, and Voltage vehicles. In the affected vehicles, the screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Keystone has notified owners, and dealers will replace the screws that secure the drive chain, free of charge. The recall began on June 18, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-225." -05/27/2015,15V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V314000),Crane Carrier Company,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,630,"Crane Carrier Company (Crane Carrier) is recalling certain model year 2008-2015 COE, LDT2, and LET2 trucks manufactured February 25, 2008, to May 20, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Crane Carrier, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Crane Carrier customer service at 1-918-836-1651 or Cummins customer service at 1-800-343-7357." -05/27/2015,15V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V316000),"Eldorado National- California, Inc.",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,599,"Eldorado National-California, Inc. (Eldorado) is recalling certain model year 2007-2015 Axess, E-Z Rider II, and XHF vehicles manufactured July 1, 2007, to May 2, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins has notified owners on behalf of Eldorado, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 16, 2015. Owners may contact Eldorado customer service at 1-909-591-9557 or Cummins customer service at 1-800-343-7357." -05/26/2015,15V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V310000),PACCAR Incorporated,Driveshaft may Slip,POWER TRAIN,15KWJ and 515-H,Vehicle,30,"PACCAR Incorporated (PACCAR) is recalling certain model year 2014 and 2015 Kenworth T660, T680, and T800 trucks manufactured January 29, 2013, to April 2, 2014, and 2013 Peterbilt 587 trucks manufactured on August 8, 2012. The affected trucks are built with a driveshaft that may not transmit power to the wheels due to weld failure from corrosion.","If the weld fails causing a loss of power to the rear wheels, the vehicle operator may be unable to move the vehicle, or may experience deceleration if the vehicle is in motion, increasing the risk of a vehicle crash.","PACCAR will notify owners, and dealers will replace the defective driveshafts, free of charge. The recall began on July 15, 2015. Owners may contact Kenworth customer service at 1-425-828-5000, or Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 15KWJ and 515-H." -05/26/2015,15V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V311000),"Volkswagen Group of America, Inc.",Incorrect Pressure Information/Part 567,EQUIPMENT,01A5,Vehicle,2957,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Tiguan vehicles manufactured January 22, 2015, to March 20, 2015. These vehicles may be equipped with Certification labels that are missing the required tire pressure information and they may state incorrect weight and loading information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","If the labels have incorrect weight and loading information, the operator may overload the vehicle which could cause vehicle instability, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will correct the information on the certification label, free of charge. The recall began on June 12, 2015. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 01A5." -05/26/2015,15V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V308000),Open Range R.V. Company,Quad Entry Step Rivet Failure,EQUIPMENT,NR (Not Reported),Vehicle,122,"Open Range R.V. Company (Open Range) is recalling certain model year 2015 Roamer, Mesa Ridge, and 3X fifth wheel trailers manufactured May 7, 2014, to June 4, 2014. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears under occupant load, the steps may give and the occupant may fall, increasing the risk of personal injury.","Highland Ridge will notify owners on behalf of Open Range, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall began on June 29, 2015. Owners may contact Open Range customer service at 1-260-768-7771." -05/26/2015,15V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V307000),Collins Bus Corporation,School Bus Seats may be too Flammable/FMVSS 302,SEATS,15E032,Vehicle,13,"Collins Bus Corporation (Collins) is recalling certain model year 2015 DE516WR, SL408, SH40, and DH500 school buses manufactured February 2, 2015, to April 1, 2015. The affected vehicles have seat bottoms whose foam core may not meet the flammability requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 302, ""Flammability of Interior Materials.""","If the seats are built with this seat bottom foam core, the seats may not resist catching fire in the presence of an ignition source, increasing the risk that a fire may start or spread.","Collins will notify owners, and dealers will replace the school bus seat bottoms with foam that is compliant to the safety standard, free of charge. The recall began on June 25, 2015. Owners may contact Collins customer service at 1-800-533-1850. Collins' number for this recall is 15E032." -05/26/2015,15V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V306000),"Ferrari North America, Inc.",Tire Pressure Monitoring System Message/FMVSS 138,TIRES,56,Vehicle,85,"Ferrari North America, Inc. (FNA) is recalling certain model year 2014-2015 LaFerrari vehicles manufactured May 15, 2014, to March 4, 2015. In the event of a tire puncture, the affected vehicles will display the incorrect warning message of ""Low Tyre Pressure-Max speed 50 mph"" instead of the correct message ""Low Tyre Pressure-Do not proceed."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 138, ""Tire Pressure Monitoring Systems.""","The incorrect message may cause the driver to continue driving on a punctured tire, causing a loss of vehicle control, and increasing the risk of a crash.","FNA will notify owners, and dealers will update the tire pressure monitoring system software to give the correct reading, free of charge. The recall began on July17, 2015. Owners may contact FNA customer service at 1-866-551-2828. FNA's number for this recall is 56." -05/26/2015,15V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V309000),PACCAR Incorporated,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,15KWH and 515-G,Vehicle,4823,"PACCAR Incorporated (PACCAR) is recalling certain model year 2010-2016 Kenworth T440, T800, and W900 trucks manufactured August 31, 2009, to April 20, 2015, and 2008-2015 Peterbilt 320, 337, 348, 365, 382, and 384 trucks manufactured July 27, 2007, to April 28, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of PACCAR, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Kenworth customer service at 1-425-828-5000, Peterbilt customer service at 1-940-591-4000 or Cummins Inc. at 1-800-343-7357. PACCAR's number for this recall is 15KWH and 515-G." -05/22/2015,15V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V302000),Open Range R.V. Company,Gas Line for Kitchen Slideout Is Too Short,EQUIPMENT,NR (Not Reported),Vehicle,47,"Open Range R.V. Company (Open Range) is recalling certain model year 2013-2014 Residential 417RS fifth wheel recreational trailers manufactured April 27, 2012, to March 6, 2014. The flexible gas line for the kitchen slideout section is too short.","When the kitchen area is expanded, the gas line may be pulled excessively, resulting in a gas leak, increasing the risk of a fire.","Highland Ridge will notify owners on behalf of Open Range, and dealers will replace the existing gas line with a longer gas line, free of charge. The recall began on June 29, 2015. Owners may contact Open Range customer service at 1-260-768-7771." -05/22/2015,15V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V305000),"Ferrari North America, Inc.",Headrest Impact Energy Absorbtion/FMVSS 202a,SEATS,55,Vehicle,85,"Ferrari North America, Inc. (FNA) is recalling certain model year 2014-2015 LaFerrari vehicles manufactured May 15, 2014, to March 4, 2015. The affected vehicles have L32 seats as standard equipment for the passenger seat and as optional equipment for the driver seat. In a crash, the headrests of L32 seats may not absorb the required amount of energy, and thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 202a, ""Head Restraints.""",Headrests that do not absorb the required amount of energy can increase the risk of injury in the event of a crash.,"FNA will notify owners, and dealers will replace the headrests, free of charge. The recall began on July 17, 2015. Owners may contact Ferrari customer service at 1-866-551-2828. Ferrari's number for this recall is 55." -05/22/2015,15E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E044000),MACVAD Limited,Heated Seat Covers May Overheat,EQUIPMENT,NR (Not Reported),Equipment,33444,"MACVAD Limited (MACVAD) is recalling certain accessory Auto XS Heated Seat Covers, part number 44322, manufactured August 1, 2014, to September 1, 2014. The seat covers may overheat causing the fabric to melt.","If the seat cover overheats melting the fabric, it can increase the risk of personal injury to the seat occupant or may result in a vehicle fire.","MACVAD will refund the full amount of the original purchase price. The recall began on July 17, 2015. Owners may contact MACVAD customer service at 1-800-685-5053." -05/22/2015,15V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V303000),"Forest River, Inc.",Incorrect GVWR on Weight Tags/Part 567,EQUIPMENT,53-05132015-0035,Vehicle,120,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2015 Coachmen Shasta SHT27RL travel trailers manufactured May 7, 2013, to May 7, 2015. The affected trailers may have an incorrect gross vehicle weight rating (GVWR) information stated on the Federal Weight Tags. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","Incorrect GVWR information on the label may lead the operator to load the trailer to an incorrect weight, increasing the risk of a vehicle crash.","Forest River will notify owners, and dealers will replace the incorrect label with a corrected label, free of charge. The recall began on June 23, 2015. Owners may contact Forest River customer service at 1-574-825-8717. Forest River's number for this recall is 53-05132015-0035." -05/22/2015,15V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V304000),Highland Ridge RV,Quad Entry Step Rivet Failure,EQUIPMENT,9904242,Vehicle,93,"Highland Ridge RV (Highland Ridge) is recalling certain model year 2015 Roamer, Mesa Ridge and 3X fifth wheel trailers manufactured May 7, 2014, to June 4, 2014. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears under occupant load, the steps may give and the occupant may fall, increasing the risk of personal injury.","Highland Ridge will notify owners, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall began during June 2015. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904242." -05/20/2015,15V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V301000),Honda (American Honda Motor Co.),Activation of Collision Mitigation Braking System,FORWARD COLLISION AVOIDANCE,"JQ4, JQ5, JQ6",Vehicle,19502,"Honda (American Honda Motor Co.) is recalling certain model year 2014-2015 Acura MDX 2WD and AWD, RLX and 2014 Acura RLX Hybrid vehicles. In certain driving conditions, the Collision Mitigation Braking System (CMBS) may incorrectly interpret certain roadside objects such as metal fences or metal guardrails as obstacles and unexpectedly apply the brakes.","If the CMBS unexpectedly applies emergency braking force while driving, there is an increased risk of a crash.","Honda will notify owners, and dealers will update the CMBS software, free of charge. The recall began on July 6, 2015. Owners may contact Acura customer service at 1-800-382-2238. Honda's numbers for this recall is JQ4, JQ5 and JQ6." -05/20/2015,15V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V299000),"Forest River, Inc.",Incorrect GVWR on Labels/Part 567-Certification,EQUIPMENT,17B-05132015-0036,Vehicle,361,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2016 Vengeance trailers, model numbers VGF377V, VGF378V, VGF394V13, VGF396V, BWZVGF377V, BWZVGF394V13, BWZVGF378V, and BWZVGF396V. The affected trailers may be equipped with incorrect certification labels that state the gross vehicle weight rating (GVWR) is 18,500 pounds when the actual GVWR is 18,000 pounds. As such, these vehicles fail to comply with the requirements of the Code of Federal Regulations number 567, ""Certification.""",The incorrect GVWR on the labels may result in the vehicle operator over loading the vehicle which could increase the risk of a crash.,"Forest River will notify owners, and dealers will install a new corrected label, free of charge. The recall is expected to begin in June 2015. Owners may contact Forest River customer service at 1-260-593-4005. Forest River's number for this recall is 17B-05132015-0036." -05/20/2015,15V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V298000),Starcraft Bus,Terminal Strip Possibly Reconnected Improperly,EQUIPMENT,15V-213,Vehicle,110,"Starcraft Bus (Starcraft) is recalling certain model year 2006-2015 Allstar, Starlite, Starquest, and Senator II transit buses manufactured June 20, 2006, to February 17, 2015 and built on a GM chassis. The affected vehicles are equipped with Trans-Air add-on compressor mount kits, part numbers 4012506-01, 4012506-02, 4013126-01, 4013126-02, 4013235-01, 4013235-02, 4012909, 4013125, 4013222 and 717173 installed by Trans-Air personnel. After installing a compressor, a power distribution terminal strip may not have been properly reconnected.","If the power distribution terminal strip has a poor connection or a loose connection, the strip may arc or overheat, increasing the risk of a vehicle fire.","Starcraft will notify owners, and dealers will inspect the power distribution terminal strip connection, correcting it as necessary, free of charge. The recall began on August 17, 2015. Owners may contact Starcraft customer service at 1-800-348-7440. Starcraft's number for this recall is 15V-213." -05/20/2015,15V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V300000),Starcraft Bus,Terminal Strip Possibly Reconnected Improperly,ELECTRICAL SYSTEM,15V-213,Vehicle,76,"Starcraft Bus (Starcraft) is recalling certain model year 2006-2015 Quest and Prodigy school buses manufactured June 20, 2006, through February 17, 2015 on GM chassis. The affected vehicles are equipped with Trans-Air add-on compressor mount kits, part numbers 4012506-01, 4012506-02, 4013126-01, 4013126-02, 4013235-01, 4013235-02, 4012909, 4013125, 4013222 and 717173 installed by Trans-Air personnel. After installing the compressor, a power distribution terminal strip may not have been properly reconnected.","If the power distribution terminal strip has a poor connection or a loose connection, the strip may arc or overheat, increasing the risk of a vehicle fire.","Starcraft will notify owners, and dealers will inspect the power distribution terminal strip connection, correcting it as necessary, free of charge. The recall began on August 17, 2015. Owners may contact Starcraft customer service at 1-800-348-7440. Starcraft's number for this recall is 15V-213." -05/19/2015,15V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V297000),"Tiffin Motorhomes, Inc.",Moisture in Switch may cause Slide-Out to Extend,EQUIPMENT,NR (Not Reported),Vehicle,304,"Tiffin Motorhomes, Inc.(Tiffin) is recalling certain model year 2015 Allegro Red 36 QSA, Allegro Red 38 QBA, Phaeton 40 QBH, and Phaeton 40 QKH motorhomes manufactured April 22, 2014, to May 8, 2015. In the affected vehicles, moisture may enter the slide-out controller and cause the ""switch out"" connection to short, and cause the motorhome slide-out section to extend while the motorhome is moving.","If the slide-out opens during transit, there is an increased risk of a vehicle crash.","Tiffin will notify owners, and dealers will install a relay to disconnect the power source of the slide-out, free of charge. The recall began on June 16, 2015. Owners may contact Tiffin customer service at 1-256-356-8661." -05/19/2015,15V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V295000),"Gillig, LLC",Taillight Bracket may Separate from Bus Body,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,263,"Gillig LLC (Gillig) is recalling certain model year 2014-2015 Low Floor vehicles manufactured September 1, 2014, to April 30, 2015. The affected vehicles may have a taillight bracket that is inadequately bonded to the bus body.","If the bracket is inadequately bonded, it may detach from the body, preventing the stop and turn lights from being visible to following vehicles, increasing the risk of a crash.","Gillig has notified owners. Gillig will inspect the taillight brackets to verify that they are properly bonded to the body. Brackets that are not properly bonded will be removed and properly bonded to the vehicle, free of charge. The recall began on June 12, 2015. Owners may contact Gillig customer service at 1-800-735-1500." -05/19/2015,15V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V293000),Blue Bird Body Company,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,R15YE-SB,Vehicle,840,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2009-2016 All American rear engine school buses manufactured December 7, 2008, to May 11, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Blue Bird, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242 or Cummins Inc. at 1-800-343-7357. Blue Bird's number for this recall is R15YE-SB." -05/19/2015,15V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V294000),Blue Bird Body Company,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,R15YE-NSB,Vehicle,34,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2009-2016 All American rear engine non school buses manufactured December 7, 2008, to May 11, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will notify owners on behalf of Blue Bird, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242 or Cummins Inc. at 1-800-343-7357. Blue Bird's number for this recall is R15YE-NSB." -05/19/2015,15V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V296000),"NABI Bus, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,20152,Vehicle,1809,"NABI Bus, LLC (NABI) is recalling certain model year 2007-2015 LFW and BRT transit buses and 2007-2013 CLFW transit buses. Excessive engine crankcase pressures may cause the the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins will work with NABI to notify owners, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact NABI customer service at 1-256-241-1298. NABI's number for this recall is 20152." -05/18/2015,15E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E040000),"Takata (TK Global, LLC)",Driver's Frontal Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Equipment,17600000,"Takata Corporation (Takata) has determined that the batwing-shaped propellant in some PSDI, PSDI-4, and PSDI-4K air bag inflators assembled as part of the frontal driver air bag module, and used as original equipment, replacement equipment, or as a remedy part for a prior recall, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Takata will be working with vehicle manufacturers to identify into which vehicles the affected inflators were installed either as original equipment, replacement equipment, or as a recall remedy part. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: This recall is in addition to prior recalls 08V-593, 09V-259, 10V-041, 11V-260, 14V-343, 14V-344, 14V-348, 14V-351, 14V-802, 14V-817 and 15V-153." -05/18/2015,15V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V289000),"Autocar, LLC",Parking Brake may Unexpectedly Engage,PARKING BRAKE,ACX-1502,Vehicle,1123,"Autocar, LLC (Autocar) is recalling certain model year 2011-2016 Xpeditor vehicles manufactured October 12, 2010, to May 4, 2015. The affected vehicles have a synchronization valve with Autocar part number A7660006-001 and any of the following cab configurations where the park brake button (sometimes referred to as the park brake valve) is located to the right of the RH drive steering wheel: RH Drive, dual drive/dual sit, and dual drive/RH stand. If the operator inadvertently or erroneously attempts to release the park brake without first firmly applying the service brake, the park brake will subsequently engage, at any speed and likely unexpectedly to the operator.","The park brake may engage unexpectedly at any speed, increasing the risk of a crash.","Autocar will notify owners, and dealers will replace the synchronization valve with one that has a lower opening pressure, free of charge. The recall began on July 8, 2015. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is ACX-1502." -05/18/2015,15E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E041000),"Takata (TK Global, LLC)",Passenger Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,7700000,"Takata Corporation (Takata) has determined that some model SPI air bag inflators assembled as part of the passenger frontal air bag module for model year 2001-2008 vehicles, and used as original or replacement equipment during service, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Takata will be working with vehicle manufacturers to identify into which vehicles the affected inflators were installed, either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: This recall is in addition to prior recalls 13V-133, 13V-136, 14V-312, 14V-340, 14V-343, 14V-350, 14V-361, 14V-399, 14V-421, 14V-471, 14V-655, 14V-701, 14V-752, 14V-763, 14V-770, 14V-787, 15V-226, 13E-017, and 14E-073." -05/18/2015,15E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E042000),"Takata (TK Global, LLC)",Passenger Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,5200000,"On May 18, 2015, Takata Corporation (Takata) determined that some model PSPI-L passenger frontal air bag inflators assembled as part of the passenger frontal air bag module for certain model year 2004-2007 Honda Accord vehicles and certain model year 2003-2007 Toyota Corolla, Matrix and Pontiac Vibe vehicles, used as original or replacement equipment during service, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability. On December 15, 2015, Takata filed an expansion to include additional PSPI-L inflators installed in certain model year 2005-2008 Subaru Legacy and Outback vehicles.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: This recall is being conducted in phases, with the first phase to address vehicles sold or ever registered in the areas of high absolute humidity and that have indicated the highest risk in testing and field experience. These areas include: Florida, Puerto Rico, the U.S. Virgin Islands, Hawaii, the outlying U.S. territories, Texas, Louisiana, Georgia, South Carolina, Alabama, and Mississippi." -05/18/2015,15E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E043000),"Takata (TK Global, LLC)",Passenger Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,3300000,"On May 18, 2015, Takata Corporation (Takata) determined that some model PSPI air bag inflators assembled as part of the frontal passenger air bag module for certain model year 2003 Honda Accord vehicles and certain model year 2001-2005 Honda Civic vehicles, and used as original or replacement equipment during service, may rupture from exposure to persistent conditions of high absolute humidity and/or due to manufacturing variability. On December 15, 2015, Takata filed an expansion to include additional PSPI inflators installed in certain model year 2002-2004 Honda CR-V and model year 2003-2008 Mazda 6 vehicles.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Takata will be working with vehicle manufacturers to identify into which vehicles the affected inflators were installed either as original or replacement equipment during service. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible. NOTE: This recall is being conducted in phases, with the first phase to address vehicles sold or ever registered in the areas of high absolute humidity and that have indicated the highest risk in testing and field experience. These areas include: Florida, Puerto Rico, the U.S. Virgin Islands, Hawaii, the outlying U.S. territories, Texas, Louisiana, Georgia, South Carolina, Alabama, and Mississippi." -05/18/2015,15V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V290000),"Chrysler (FCA US, LLC)",Vehicle Can Exceed the Speed Rating of the Tires,TIRES,R17,Vehicle,1771,"Chryser (FCA US LLC) is recalling certain model year 2014-2015 Ram 4500 and 5500 cab chassis trucks manufactured August 20, 2013, to January 27, 2015 and equipped with 6.4L Hemi engines. The affected vehicles have a maximum governed speed of 106 mph but are fitted with tires that are only rated for a maximum speed of 87 mph.","If the vehicle exceeds the tires' maximum speed rating, the tires may suddenly fail, increasing the risk of a crash.","Chrysler has notified owners, and dealers will correct the electronic control unit software to limit the vehicle's speed to 87 mph, free of charge. The recall began on June 10, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R17." -05/18/2015,15V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V291000),"Chrysler (FCA US, LLC)",Vehicle may Unexpectedly Shift into Neutral,POWER TRAIN,R20,Vehicle,3851,"Chrysler (FCA US LLC) is recalling certain model year 2013-2015 Fiat 500 battery electric vehicles manufactured March 8, 2013, to March 7, 2015. The Electric Vehicle Control Unit (EVCU) of the affected vehicles may set a diagnostic trouble code (DTC) that may cause the transmission to unexpectedly shift to neutral.","If the vehicle unexpectedly shifts to neutral, the loss of drive could increase the risk of a crash.","Chrysler will notify owners, and dealers will reprogram the EVCU, free of charge. The recall began June 19, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R20." -05/18/2015,15V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V292000),"New Flyer of America, Inc.",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,R15-007,Vehicle,2956,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2009-2012 C35LFR, 2008-2013 C40LF, 2008-2013 C40LFR, 2009 L40LFR, 2009 C35LF, 2013-2014 XN35, 2011-2014 XN40, and 2012-2014 XN60 buses, equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If the engine oil comes into contact with hot surfaces, it can increase the risk of a vehicle fire.","Cummins will notify owners on behalf of New Flyer, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 25, 2015. Owners may contact New Flyer customer service at (204) 224-6706. New Flyer's number for this recall is R15-007." -05/15/2015,15V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V287000),"Nissan North America, Inc.",Passenger Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,1090569,"Nissan North America, Inc. (Nissan) is recalling certain model year 2001-2003 Nissan Maxima, 2002-2004 Pathfinder, 2002-2006 Sentra, 2002-2003 Infiniti QX4 and I35, 2003 FX35 and FX45, and 2001 I30 vehicles. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Nissan will notify owners, and dealers will replace the passenger air bag inflator, free of charge. The recall began on June 15, 2015. Owners may contact Nissan customer service at 1-800-647-7261. Note: On December 18, 2015 Nissan informed NHTSA of an amendment of this recall to remove 2004-2005 Infiniti FX35 and FX45 vehicles." -05/15/2015,15V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V288000),Daimler Buses North America,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,455,"Daimler Buses North America (DBNA) is recalling certain model year 2007-2012 Orion VII natural gas-powered transit buses manufactured January 1, 2007, to October 1, 2012. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If the engine oil comes into contact with hot surfaces, it can increase the risk of a vehicle fire.","Cummins will notify owners on behalf of DBNA, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact DBNA at 1-905-403-7807 or Cummins Inc. at 1-800-343-7357." -05/15/2015,15E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E039000),Dexter Ventline and Door,Wheel Attaching Studs may Fail,SUSPENSION,NR (Not Reported),Equipment,1616,"Industrial Axle Company (IAC) is recalling certain ALKO AXIS Axles, model numbers H52, QF48, QF52, QF60, QF70, D52, D60, T52, and T60, part number 363239.9, manufactured March 9, 2015, to April 17, 2015. The affected axle hubs have wheel mounting studs that may fail.","If the wheel studs break while the trailer is being used, wheel separation may occur, increasing the risk of a vehicle crash.","IAC will notify the vehicle manufacturers that purchased the affected hubs and dealers for those manufacturers will notify the trailer owners. The axle hubs and drums will be inspected, and depending on the date of production, the hub and drum will be replaced, free of charge. The recall began on May 8, 2015. Owners may contact IAC customer service at 1-800-400-2164 or IACWarranty@industrialaxles.com." -05/13/2015,15V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V284000),Toyota Motor Engineering & Manufacturing,Driver Side Frontal Air Bag May Rupture,AIR BAGS,NR (Not Reported),Vehicle,159700,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2004-2005 Toyota RAV4 vehicles manufactured May 13, 2003, to October 25, 2005. The affected vehicles are equipped with a dual-stage driver frontal air bag that may be susceptible to moisture intrusion which, over time, could cause the inflator to rupture.","In the event of a crash necessitating deployment of the driver's frontal air bag, the inflator could rupture with metal fragments striking the driver or other occupants resulting in serious injury or death.","Toyota will notify owners, and dealers will replace the driver's frontal air bag, free of charge. Owners were mailed an interim notice June 17, 2015. The recall began on August 21, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -05/13/2015,15V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V282000),"Chrysler (FCA US, LLC)",Driver's Side Air Bag Mounting Bolt Loose/Missing,AIR BAGS,R22,Vehicle,72,"Chrysler (FCA US LLC) is recalling certain model year 2015 Dodge Challenger vehicles manufactured March 28, 2015, to April 1, 2015. In the affected vehicles, the driver's side air bag inflated curtain (SABIC) may have a loose or missing rear mounting bolt.","A loose or missing SABIC rear mounting bolt may alter the air bag inflated curtain's deployment, increasing the risk of occupant injury in the event of a side impact or roll-over crash.","Chrysler has notified owners, and dealers will inspect and repair the vehicles, as needed, free of charge. The recall began on May 28, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R22." -05/13/2015,15V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V285000),Toyota Motor Engineering & Manufacturing,Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,1973468,"Toyota Motor Engineering & Manufacturing (Toyota) notified the agency on May 13, 2015 that they are recalling certain model year 2004 Sequoia vehicles manufactured August 18, 2003, to August 19, 2004, and 2003-2004 Tundra vehicles manufactured March 18, 2003, to August 25, 2004. On June 16, 2015, Toyota expanded the recall to include an additional 1,270,468 vehicles, including model year 2002-2003 and 2005-2007 Sequoia, 2005-2006 Tundra, 2003-2007 Corolla, 2003-2007 Corolla Matrix, 2003-2007 Pontiac Vibe and 2002-2007 Lexus SC vehicles. This is to address a safety defect in the passenger side frontal air bag inflator which may produce excessive internal pressure causing the inflator to rupture upon deployment of the air bag. This recall addresses both the passenger side frontal air bags that were originally installed in the vehicles, as well as replacement air bags that may have been installed as replacement service parts. A replacement air bag may have been installed, as one example, if a vehicle had been in a crash necessitating the replacement of the passenger side frontal air bag.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Toyota will notify their owners. Pontiac Vibe owners will be notified by GM. Dealers will replace the front passenger air bag. The recall began on July 13, 2015. Toyota owners may contact Toyota customer service at 1-800-331-4331. Pontiac owners may call 1-800-762-2737. NOTE: This recall supersedes recall 14V-312 in its entirety." -05/13/2015,15V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V286000),Toyota Motor Engineering & Manufacturing,Passenger Side Front Air Bag Inflator may Rupture,AIR BAGS,14491,Vehicle,1069055,"Toyota Motor Engineering & Manufacturing (Toyota) notified the agency on May 13, 2015, that they are recalling 2005-2007 Lexus SC, Toyota Corolla, Corolla Matrix, Sequoia, and Pontiac Vibe, and 2005-2006 Toyota Tundra vehicles that were originally sold, or ever registered, in Florida, along the Gulf Coast, Puerto Rico, Hawaii, the U.S. Virgin Islands, Guam, Saipan and American Samoa. On June 16, 2015 Toyota expanded the recall to cover an additional 769,055 vehicles, including certain model year 2002-2004 Lexus SC, Toyota Sequoia, 2003-2004 Toyota Corolla Matrix, Toyota Corolla, Pontiac Vibe, and Toyota Tundra vehicles, as well the vehicles covered by the May 13, 2015 notification in the portions of Georgia, Alabama, Louisiana, Mississippi and Texas that were not previously included. The inflators in the front passenger air bags are susceptible to rupture in the event of a crash necessitating the deployment of the front passenger air bag.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Toyota will notify their owners. Pontiac Vibe owners will be notified by GM. Dealers will replace the passenger side front air bag, free of charge. Owners may contact Toyota customer service at 1-800-331-4331. Toyota began the recall on July 13, 2015. Pontiac Vibe owners may contact GM at 1-800-762-2737. GM began the recall on June 29, 2015. NOTE: This recacll supersedes recall 14V-655 in its entirety. For vehicles located in the U.S. states not listed above, please see Toyota recall 15V-285 which covers all other U.S. states." -05/13/2015,15V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V283000),"Forest River, Inc.",Tie Rod Jam Nut may have been Left Loose,STEERING,35-05262015-0038,Vehicle,226,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2015 Glaval Universal, Titan II, Titan II Low Floor, Legacy, Concorde II, and Entourage transit buses manufactured April 9, 2014, to October 6, 2014. During the alignment process, a tie rod jam nut my have been left loose.","A loose tie rod jam nut may result in a loss of control, increasing the risk of a crash.","Forest River will notify owners, and dealers will inspect the tie rod end jam nut, tightening it as needed, free of charge. The recall began on June 8, 2015. Owners may contact Forest River customer service at 1-800-445-2825 extension 138. Forest River's number for this recall is 35-05262015-0038." -05/13/2015,15V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V280000),"Autocar, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,ACX-1503,Vehicle,5245,"Autocar, LLC (Autocar) is recalling certain model year 2008-2016 Xpeditor vehicles manufactured July 30, 2007, to April 29, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If the engine oil comes into contact with a hot surface, it can increase the risk of a vehicle fire.","Cummins will notify owners on behalf of Autocar, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 16, 2015. Owners may contact Autocar customer service at 1-765-489-5499 or Cummins Inc. at 1-800-343-7357. Autocar's number for this recall is ACX-1503." -05/13/2015,15V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V281000),"Autocar Industries, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,MDTT-01,Vehicle,41,"Autocar Industries, LLC (Autocar) is recalling certain model year 2014-2016 Xpert and XSpotter vehicles manufactured September 24, 2013, to April 22, 2015, and equipped with certain Cummins Westport ISL G engines. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there could be is an increased risk of a fire.","Cummins will notify owners on behalf of Autocar, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 16, 2015. Owners may contact Autocar customer service at 1-765-589-5499 or Cummins Inc. at 1-800-343-7357. Autocar's number for this recall is MDTT-01." -05/12/2015,15V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V278000),"General Motors, LLC",Brake Fluid Leak,"SERVICE BRAKES, HYDRAULIC",14888,Vehicle,24380,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Colorado, and GMC Canyon trucks manufactured January 6, 2014, to December 24, 2014. The affected vehicles may experience the front brake calipers leaking brake fluid. This is due to air pockets, an imperfection in the metal caliper body.","If the vehicle experiences a brake fluid leak it can increase the stopping distance, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will inspect and replace the front-brake calipers if necessary, free of charge. The recall began June 9, 2015. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14888." -05/12/2015,15E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E038000),Fleetline,Fender Brackets may Separate,EQUIPMENT,NR (Not Reported),Equipment,3200,"Fleetline is recalling certain Nu-Line and Fleetline Fender Brackets and Fender Kits with Fender Brackets, part numbers N230PMLH, N230PMRH, N230-19L, N230-19R, 1650-1, 1650-2, 1650-7 and 1650-8, manufactured January 1, 2015, to April 13, 2015. Due to an insufficient weld, portions of the affected fender brackets may separate, causing the fender to not be properly supported.","If the fender is not supported, it may contact the tires, and the fender may be torn from the vehicle, creating a road hazard and increasing the risk of a crash.","Fleetline will notify the end users who will be offered replacement brackets that bolt on, free of charge. The recall began on June 26, 2015. Owners may contact Fleetline customer service at 1-615-382-6100." -05/12/2015,15V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V279000),Ford Motor Company,Steering Intermediate Shaft may Separate,STEERING,15S17,Vehicle,8963,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford F-150 trucks manufactured March 19, 2015, to March 30, 2015. The affected vehicles may have been built with a steering upper intermediate shaft that was improperly riveted.","If the intermediate shaft was improperly riveted, it could separate from the intermediate shaft flex coupling, resulting in a loss of steering control and increasing the risk of a vehicle crash.","Ford will notify owners, and dealers will inspect the intermediate shaft and replace it, as necessary, free of charge. The recall began on May 22, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S17." -05/12/2015,15V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V276000),Motor Coach Industries,Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,SB 423,Vehicle,243,"Motor Coach Industries (MCI) is recalling certain model year 2011-2012 D4000 motorcoaches manufactured November 12, 2011, to July 11, 2012, and 2014-2015 D4500 motorcoaches manufactured July 4, 2014, to April 30, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If the engine oil comes into contact with a hot surface, it can increase the risk of a vehicle fire.","MCI will notify owners, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 18, 2015. Owners may contact MCI customer service at 1-800-241-2947 or Cummins Inc. at 1-800-343-7357. MCI's number for this recall is SB 423." -05/11/2015,15V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V273000),"Forest River, Inc.",Quad Entry Step Rivet Failure,EQUIPMENT,15-05062015-0034,Vehicle,689,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2015 Dynamax, 2014 Cardinal trailers, and 2015 Cedar Creek, Sierra and Sandpiper trailers. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","Forest River will notify owners, and dealers will remove the rivets and the step sections will be bolted together, free of charge. The recall began on June 11, 2015. Owners may contact Forest River customer service at 1-574-389-4600. Forest River's number for this recall is 15-05062015-0034." -05/11/2015,15V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V272000),PACCAR Incorporated,Rear Wheel Lug Nuts may be Loose,WHEELS,15KWG,Vehicle,49,"PACCAR Incorporated (PACCAR) is recalling certain model year 2016 Kenworth T660, T680, T800, T880, and W900 trucks manufactured February 1, 2015, to April 20, 2015. During assembly, the affected vehicles did not undergo the rear wheel mounting torque verification process, and thus the rear wheels may be loose.","If the rear wheel lug nuts are undertorqued, the wheels may separate from the vehicle, increasing the risk of a crash.","Kenworth will notify owners, and dealers will verify that the rear wheel lug nuts are correctly tightened, free of charge. The recall began on July 1, 2015. Owners may contact Kenworth customer service at 1-425-828-5000. Kenworth's number for this recall is 15KWG." -05/11/2015,15V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V274000),Volvo Trucks North America,Vent Tube Detaching From the Breather,ENGINE AND ENGINE COOLING,RVXX1502,Vehicle,185,"Volvo Trucks North America (Volvo) is recalling certain model year 2012-2016 VNM trucks manufactured March 21, 2011, to April 30, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there could be an increased risk of a fire.","Volvo will notify owners, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1502." -05/11/2015,15V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V275000),"Mack Trucks, Inc.",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,SC0391,Vehicle,2124,"Mack Trucks, Inc. (Mack) is recalling certain model year 2011-2016 Mack MRU and LEU trucks manufactured June 25, 2010, to April 30, 2015, and 2015-2016 LR6 trucks manufactured from December 18, 2014 through March 6, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there could be an increased risk of a fire.","Cummins will notify owners on behalf of Mack, and Cummins service centers will administer the repairs which include securing the ends of the 90-degree elbow and reprogramming the electronic control module (ECM) with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Mack customer service at 1-800-528-6586 or Cummins Inc. at 1-800-343-7357. Mack's number for this recall is SC0391." -05/08/2015,15V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V270000),PACCAR Incorporated,Alternator Charge Cable may Chafe,ELECTRICAL SYSTEM,15KWE and 515-F,Vehicle,1494,"PACCAR Incorporated (PACCAR) is recalling certain model year 2014-2016 Kenworth T660, T680, T880 trucks manufactured February 18, 2013, to April 10, 2015, and 2011-2016 Peterbilt 386, 389, 567, 579, and 587 trucks manufactured December 13, 2010, to April 20, 2015. The affected trucks, equipped with PACCAR MX-13 engines and Delco-Remy 40SI alternators, have alternator charge cables that may chafe against a formed metal freon discharge line.","If the alternator cable rubs through its insulation, an electrical short may occur, increasing the risk of a fire.","PACCAR will notify owners, and dealers will reroute the alternator charge cable away from the metal freon line, free of charge. PACCAR issued an interim notification to owners on July 10, 2015. The recall began on September 16, 2015. Owners may contact Kenworth customer service at 1-425-828-5000 or Peterbilt customer service at 1-940-591-4000. PACCAR's numbers for this recall are 15KWE and 515-F." -05/08/2015,15V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V267000),"General Motors, LLC",Seat-Frame Attachment Hooks may be Loose,SEATS,15150,Vehicle,49980,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Colorado and GMC Canyon trucks manufactured January 6, 2014, to April 1, 2015. In the affected vehicles, the hooks that secure the driver's and/or front passenger's seat frame may not have been properly attached to the vehicle body during assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the seat-frame attachment hooks are not secured properly, the seat may not be adequately anchored to the vehicle, and in the event of a crash, the seat occupant could be at an increased risk of an injury.","GM will notify owners, and dealers will inspect the seats, correcting their installation as necessary, free of charge. The recall began on June 2, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service 1-800-462-8782. GM's number for this recall is 15150." -05/08/2015,15V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V268000),Ducati North America,Shock Absorber Damping Rod Nut may Loosen/Detach,SUSPENSION,RCL-15-002,Vehicle,549,"Ducati North America (Ducati) is recalling certain model year 2014 1199 Panigale S version, 1199 Superleggera and 1199 Panigale R version motorcycles. The affected motorcycles may have been built with an improperly manufactured rear shock absorber. The nut on the damper rod for these shock absorbers may loosen, resulting in a loss of damping and the possible disassembling of the shock.","If the damper rod nut loosens, shock absorber performance would be affected, possibly causing a loss of vehicle control and increasing the risk of a crash.","Ducati will notify owners, and dealers will either replace the rear shock assembly or send the shock to the supplier's repair center to be remedied, free of charge. The recall began on June 29, 2015. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is RCL-15-002." -05/08/2015,15V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V269000),"General Motors, LLC",Steel Cable that Anchors Seat Belt may Fail,SEAT BELTS,15031,Vehicle,437045,"General Motors LLC (GM) is recalling certain model year 2011-2012 Chevrolet Malibu vehicles manufactured April 8, 2010, to October 11, 2012. In the affected vehicles, the flexible steel cables that connect the seat belts to the vehicle at the outside of the driver seat and the front passenger seat may be bent from being sat on while entering the vehicle. This repeated bending may result in the cable breaking.","If the cable breaks, the seat occupant may not be properly restrained in the event of a crash, increasing their risk of injury.","GM will notify owners, and dealers will replace the outboard lap anchor mounting bracket and inspect the flexible steel cable, replacing it as necessary, free of charge. The recall began on November 16, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15031." -05/08/2015,15V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V271000),PACCAR Incorporated,Water may Leak into Wiper Motor,VISIBILITY,15KWF,Vehicle,104807,"PACCAR Incorporated (PACCAR) is recalling certain model year 2011-2016 Kenworth T270, T370, T440, T470, C500, C540, C550, T660, T800, W900, and 963 trucks manufactured November 1, 2010, to April 6, 2015. In the affected trucks, water may leak into the wiper motor.","As water leaks in, the wiper may cease to function on the 'intermittent' setting, reducing the driver's visibility and increasing the risk of a crash. Additionally, the water may cause corrosion which, over time, may result in an electrical short, increasing the risk of a fire.","PACCAR is still developing and testing a remedy. The recall is expected to begin in July 2015. An interim letter was sent to owners on July 2, 2015. The recall began on September 2, 1015. Owners may contact Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 15KWF." -05/07/2015,15E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E036000),"FMF Store Fixtures, Inc.",Fender Brackets may Separate,EQUIPMENT,NR (Not Reported),Equipment,3200,"FMF Store Fixtures Inc. (FMF Store) is recalling certain Nu-Line and Fleetline Fender Brackets and Fender Kits with Fender Brackets, part numbers N230PMLH, N230PMRH, N230-19L, N230-19R, 1650-1, 1650-2, 1650-7 and 1650-8, manufactured January 1, 2015, to April 13, 2015. Due to an insufficient weld, portions of the affected fender brackets may separate, causing the fender to not be properly supported.","If the fender is not supported, it may contact the tires, and the fender may be torn from the vehicle, creating a road hazard and increasing the risk of a crash.","FMF Store will notify the distributors that purchased the fender brackets. The distributors will notify the end users who will be offered replacement brackets that bolt on, free of charge. The recall began on June 15, 2015. Owners may contact FMF Store customer service at 1-800-565-4945." -05/07/2015,15V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V266000),"Jayco, Inc.",Quad Entry Step Rivet Failure,EQUIPMENT,NR (Not Reported),Vehicle,2747,"Jayco, Inc. (Jayco) is recalling certain model year 2013-2015 Seismic Pinnacle and Eagle Premier recreational trailers manufactured April 3, 2013, to February 27, 2015. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears under occupant load, the occupant may fall, increasing the risk of personal injury.","Jayco will notify owners, and dealers will replace the defective rivets with bolts, free of charge. The recall began on June 4, 2015. Owners may contact Jayco customer service at 1-800-283-8267." -05/07/2015,15V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V265000),Thor Motor Coach,Seat Mounting Area may not be Reinforced,SEATS,RC000101,Vehicle,56,"Thor Motor Coach (TMC) is recalling certain model year 2016 Hurricane and Windsport motorhomes manufactured March 10, 2015, to March 24, 2015. In the affected motorhomes, the co-pilot seats may be attached to the floor of the motorhome in an area that is not properly reinforced.","If the floor at the attachment point is not properly reinforced, the seat base mounting may loosen over time, increasing the risk of injury in the event of a crash.","TMC will notify owners, and dealers will install a reinforcement plate at the co-pilot seat mounting bolt location, free of charge. The recall began on June 22, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000101." -05/07/2015,15E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E035000),Curt Manufacturing LLC,Trailer Hitch Ball Mount Assembly may Fracture,TRAILER HITCHES,NR (Not Reported),Equipment,134155,"CURT Manufacturing LLC (CURT) is recalling certain U-Haul Power Tow Towing Starter Kits, part number TS1, manufactured July 1, 2014, to January 31, 2015. The ball mount tongue in the affected products may break at the bend if the trailer being towed is loaded to the ball mount�s maximum rating.","If the ball mount tongue breaks, the trailer may disengage from the tow vehicle, increasing the risk of a crash.","CURT will notify owners and will replace the ball mount assemblies, free of charge. The recall began on June 18, 2015. Owners may contact CURT customer service at 1-844-770-6145." -05/07/2015,15E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E037000),Curt Manufacturing LLC,Trailer Hitch Ball Mount Assembly may break,TRAILER HITCHES,NR (Not Reported),Equipment,28000,"CURT Manufacturing LLC (CURT) is recalling certain U-Haul Power Tow Towing Starter Kits, part number TS2, manufactured July 1, 2014, to January 31, 2015. The ball mount tongue in the affected products may break at the bend if the trailer being towed is loaded to the ball mount�s maximum rating.","If the ball mount tongue breaks, the trailer may disengage from the tow vehicle, increasing the risk of a crash.","CURT will notify owners and will replace the ball mount assemblies, free of charge. The recall began on June 18, 2015. Owners may contact CURT customer service at 1-844-770-6145." -05/05/2015,15E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E034000),"Idle Free Systems, Inc.",Electric Aux Power Units may Fall from Truck,EQUIPMENT,N/A,Equipment,5069,"Idle Free Systems, Inc. (IFS) is recalling certain Electric Auxiliary Power Units (APU), part number BA600, manufactured October 1, 2009, to April 30, 2015. The affected APUs have metal housings whose mounting points may crack and tear. Additionally, the mounting bolts of the power units may loosen or possibly fail.","If the mounting points crack and tear or the attaching bolts loosen or fail the power unit may detach from the truck, becoming a road hazard and increasing the risk of a crash.","IFS will notify owners, and dealers will inspect the APU for damage and, where needed, install a welded gusset upgrade kit to strengthen the APU C-channels. All units will receive stronger clamping brackets. All repairs will be performed free of charge." -05/05/2015,15V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V261000),"Mercedes-Benz USA, LLC - DBA Sprinter",Oil may Leak from Chain Tensioner Gasket,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1335,"Mercedes-Benz USA, LLC - DBA Sprinter (Mercedes) is recalling certain model year 2015 Sprinter 2500 and Sprinter 3500 vehicles manufactured February 28, 2014, to January 22, 2015. In the affected vehicles, oil may leak from around the chain tensioner gasket area.","Leaking oil may drip onto a hot engine surface, increasing the risk of a fire. Additionally, the leaking oil may be a road hazard for other vehicles, increasing the risk of a crash.","Mercedes will notify owners, and dealers will replace the chain tensioner gasket, free of charge. The recall began May 18, 2015. Owners may contact Mercedes customer service at 1-877-762-8267. Note: This recall is an expansion of 14V-764." -05/05/2015,15V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V264000),Eldorado National-Kansas,Rear Shock Absorbers may Separate,SUSPENSION,NR (Not Reported),Vehicle,201,"ElDorado National-Kansas (ElDorado) is recalling certain model year 2012-2015 Amerivan 10 vehicles manufactured November 2, 2012, to April 8, 2015. In the affected vehicles, the upper rear shock absorber mounting bracket and the upper end of the shock absorber may separate from the chassis, possibly causing damage to the heater hose or the fuel filler hose.","If the loose rear shock absorber damages the fuel filler hose, fuel may leak and increase the risk of a fire.","ElDorado will notify owners, and dealers will replace the mounting bracket with a revised bracket that will be welded to the vehicle chassis. A suspension strap will also be added. These repairs will be made free of charge. The recall began on June 22, 2015. Owners may contact ElDorado National-Kansas customer service at 1-785-827-1033." -05/05/2015,15V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V263000),Starcraft Bus,School Bus Seats may be too Flammable/FMVSS 302,SEATS,NR (Not Reported),Vehicle,20,"Starcraft Bus (Starcraft) is recalling certain model year 2015 Prodigy and Quest school buses manufactured August 21, 2014, to April 16, 2015. The affected vehicles have seat bottoms whose foam core may not meet the flammability requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 302, ""Flammability of Interior Materials.""","If the seats are built with this seat bottom foam core, the seats may not resist catching fire in the presence of an ignition source, increasing the risk that a fire may start or spread.","Starcraft will notify owners, and dealers will replace the school bus seat bottoms with foam that is compliant to the safety standard, free of charge. The recall is expected to begin in June 2015. Owners may contact Starcraft customer service at 1-800-348-7440 or by email at starcraftwarranty@forestriverinc.com." -05/05/2015,15V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V262000),"Gillig, LLC",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1101,"Gillig LLC (Gillig) is recalling certain model year 2010-2015 Lowfloor vehicles manufactured August 26, 2010, to April 30, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Gillig will notify owners, and dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 2, 2015. Owners may contact Gillig customer service at 1-800-735-1500." -05/04/2015,15E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E033000),Vapor Bus International,Rear Bus Doors May Open While in Motion,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,3000,"Vapor Bus International (Vapor Bus) is recalling certain ETO Controller Assemblies, part number 51220550, manufactured March 7, 2013, to April 12, 2015. These assemblies, which control the door operator motor and brake, may have a software defect which can cause the rear passenger doors to open, without warning, when the bus accelerates from a stopped position.","If the rear bus door opens while the bus is in motion, there is an increased risk of injury for the passengers.","Vapor Bus has notified the bus manufacturers that purchased the affected units, and dealers will update the ETO Controller Assembly software, free of charge. The recall began on May 8, 2015. Owners may contact Vapor Bus customer service at 1-847-777-6450." -05/04/2015,15V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V259000),"Jayco, Inc.",Wheel Attaching Studs may Break,SUSPENSION,9901238,Vehicle,2,"Jayco, Inc. (Jayco) is recalling certain model year 2016 Eagle FW WB trailers manufactured April 20, 2015, to April 21, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on June 15, 2015. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901238." -05/04/2015,15V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V260000),"Eldorado National- California, Inc.",Wire that Connects Starter to Alternator May Chafe,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,117,"Eldorado National-California, Inc. (Eldorado National) is recalling certain model year 2012-2014 Passport HD vehicles manufactured May 1, 2012, to June 30, 2014. In the affected vehicles, the power cable that connects the starter motor to the alternator may chafe on the auxiliary air conditioning compressor bracket.","If the wire chafes, the wire may short to ground, increasing the risk of a fire.","ElDorado National has notified owners, and dealers will inspect & secure the wires to protect them from rubbing on the compressor bracket. Any wire that is damaged will be replaced. These repairs will be performed free of charge. The recall began on May 15, 2015. Owner's may contact Eldorado National customer service at 1-909-591-9557." -05/01/2015,15V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V258000),Starcraft RV,Incorrect Tire Size on Federal Label/Part 567,EQUIPMENT,9902239,Vehicle,36,"Starcraft RV (Starcraft) is recalling certain model year 2016 Launch and AR-One travel trailers manufactured March 31, 2015, to April 20, 2015. The affected vehicles may be equipped with Federal Certification Labels that incorrectly list the tire size as ST205/75R14C when the actual size is LT235/75R15C. As such, these labels fail to comply with Federal Regulation Part 567.","If the operator installs an incorrect tire due to the wrong label information, excessive tire wear may result and may cause instability during towing, increasing the risk of a crash.","Starcraft will notify owners, and dealers will install a new corrected label, free of charge. The recall began on May 28, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's number for this recall is 9902239." -05/01/2015,15V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V257000),REV Recreation Group,Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,150422ARG,Vehicle,16,"Allied Recreation Group, Inc. (ARG) is recalling certain 2014 Holiday Rambler Presidential fifth wheel trailers, model 363 RE, manufactured February 28, 2013, to November 1, 2013, 2014 Holiday Rambler Presidential fifth wheel trailers, model 363 RL, manufactured January 30, 2013, to June 21, 2013, 2015 Holiday Rambler Alumascape fifth wheel trailers, model 313 RL, manufactured January 30, 2013, to October 25, 2013, and 2015 Holiday Rambler Alumascape fifth wheel trailers, model 343 RE, manufactured October 15, 2013, to October 25, 2013. The affected trailers may be equipped with certain Frigidaire KG series Microwave model CFMV154CLS convection microwaves manufactured January 27, 2013, through April 10, 2013. These microwaves may start on their own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","ARG will notify owners, and ARG dealers will work in conjunction with Electrolux Home Products, Inc. Appliance service personnel to replace the membrane/keypad component, free of charge. The recall began on June 5, 2015. Owners may contact ARG customer service at 1-800-509-3417. ARG's number for this recall is 150422ARG." -05/01/2015,15E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E032000),Hickory Springs Manufacturing Company,School Bus Seats may be too Flammable/FMVSS 302,SEATS,NR (Not Reported),Equipment,1780,"Hickory Springs Manufacturing Company (HSM) is recalling certain CE White school bus seat assemblies which incorporate Seat Bottom Cushion assemblies manufactured February 2, 2015, to April 1, 2015, described as School Bus Seat Bottom with Virgin Foam Core, in sizes ranging from 26-inches to 45-inches wide. For a complete list of the affected seats, see the products table. The affected seats may not meet the flammability requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 302, ""Flammability of Interior Materials.""","If the seats are built with this seat bottom foam core, the seats may not resist catching fire in the presence of an ignition source, increasing the risk that a fire may start or spread.","HSM will notify the bus manufacturers that used the affected seat foam cores, and their dealers will replace the school bus seat bottoms with foam that is compliant to the safety standard, free of charge. The recall began on May 1, 2015. Owners may contact HSM customer service at 1-800-438-5341." -04/29/2015,15V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V254000),"Navistar, Inc.",Rear Drive Axles may have Insufficient Lubricant,POWER TRAIN,N/A,Vehicle,4,"Navistar, Inc. (Navistar) is recalling certain model year 2016 International PayStar trucks manufactured January 19, 2015, to January 20, 2015, and 2016 International WorkStar trucks manufactured on January 19, 2015. The affected vehicles are equipped with Meritor MT-40-14X rear drive axles that may circulate an inadequate amount of lubricant to the wheel end hub assembly.","Without adequate lubrication to the wheel end hub assembly, the bearings may fail prematurely, increasing the risk of a crash.","Navistar has already repaired the affected vehicles, free of charge. The recall was completed in April 2015. Owners may contact Navistar customer service at 1-800-448-7825." -04/29/2015,15V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V255000),"Triumph Motorcycles America, Ltd.",Shock Absorber Damping Rod Nut may Loosen/Detach,SUSPENSION,SB524,Vehicle,566,"Triumph Motorcycles America, LTD (Triumph) is recalling certain model year 2014-2015 Daytona 675 R and Speed Triple R motorcycles manufactured January 1, 2014, to April 1, 2015. The affected motorcycles may have been built with an improperly manufactured rear shock absorber. The nut on the damper rod for these shock absorbers may loosen, resulting in a loss of damping and the possible disassembling of the shock.","If the damper rod nut loosens, shock absorber performance would be affected, possibly causing a loss of vehicle control and increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the rear shock absorber, free of charge. The recall began on May 7, 2015. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SB524." -04/29/2015,15V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V256000),Lakota Corporation,Wheel Studs may Break,SUSPENSION,160230,Vehicle,1,"Lakota Corporation (Lakota) is recalling one model year 2016 Lakota Charger C39 trailer manufactured on March 24, 2015. In the affected trailer, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the trailer, increasing the risk of a crash.","Lakota has notified the owner, and a dealer will replace any affected wheel hub, free of charge. Owners may contact Lakota customer service at 1-574-848-1636. Lakota's number for this recall is 160230." -04/28/2015,15V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V253000),"Mastercraft Boat Company, Inc.",Boat Trailer may detach from Tow Vehicle,TRAILER HITCHES,RC-01 and RC-02,Vehicle,1740,"Mastercraft Boat Company Inc (Mastercraft) is recalling certain model year 2015 boat trailers manufactured April 1, 2014, to March 11, 2015. The trailer tongue bolt may fail allowing the trailer swing tongue to disengage from the tow ball of the vehicle.","If the trailer tongue disconnects from the tow vehicle, there is an increased risk of a crash.","Mastercraft will notify owners, and dealers will replace the swing tongue bolt and hardware, as necessary, free of charge. The recall began on May 11, 2015. Owners may contact Mastercraft customer service at 1-423-884-2221. Mastercraft's numbers for this recall are RC-01 and RC-02." -04/28/2015,15V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V249000),Shyft Group,Driveshaft may Disconnect,POWER TRAIN,NR (Not Reported),Vehicle,97,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2014 Utilitmaster Walk-In Vans manufactured December 8, 2014, to January 23, 2015, and altered by Lippert Components. Due to inadequately torqued fasteners, the driveshaft may disconnect.","If the driveshaft disconnects there would be a loss of power delivery to the rear axle, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect the torque of the driveshaft fasteners, tightening them as necessary, free of charge. The recall began on June 8, 2015. Owners may contact Spartan customer service at 1-800-582-3484." -04/28/2015,15V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V251000),Ford Motor Company,Loose or Missing Underbody Heat Shields,STRUCTURE,15S12,Vehicle,73,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford F-150 vehicles manufactured January 30, 2015, to January 31, 2015. The affected vehicles may have loose or missing underbody heat shields.","A missing underbody heat shield can lead to degradation or melting of the fuel or vapor lines, increasing the risk of a fire.","Ford will notify owners, and dealers will inspect the vehicle for missing underbody heat shields and fasteners, and will install the missing components as required, free of charge. The recall began on May 13, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S12." -04/28/2015,15V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V250000),Ford Motor Company,Loss of Power Steering Assist From Salt Corrosion,STEERING,15S14,Vehicle,487301,"Ford Motor Company (Ford) is recalling certain model year 2013-2015 Ford Fusion and Lincoln MKZ vehicles manufactured February 3, 2012, to March 20, 2015, and 2015 Ford Edge vehicles manufactured February 26, 2015, to February 28, 2015, and originally sold, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. In the affected vehicles, snow or water containing road salt or other contaminants may corrode the electric power steering gear motor attachment bolts.","If the bolts corrode, the steering gear motor may detach from the gear housing resulting in a loss of power steering assist. Loss of power steering assist would require a higher steering effort, especially at lower speeds, which may increase the risk of a crash.","Ford will notify owners, and dealers will apply sealer and replace the steering gear motor bolts as required. If one or more of the steering gear motor attachment bolts are broken or missing, a new steering gear will be installed in the vehicle. These repairs will be performed free of charge. The recall began on June 24, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S14." -04/27/2015,15T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T009000),Shandong Jinyu Industrial Co. LTD.,Belt Separation Due to Heat Build Up,TIRES,NR (Not Reported),Tire,5068,"Shandong Jinyu Industrial Co. LTD, (Shandong) is recalling certain Jinyu YS78 and Evergreen ES89 AT tires, size LT225/75R16, manufactured April 1, 2011, to August 31, 2014 (DOT date codes 1611 through 4314). The affected tires may not be able to properly dissipate heat, and as a result, the tire belts may separate.","If the tire belts separate, the tire may suddenly lose air, increasing the risk of a crash.","Dealers will cover the cost of replacement tire and mount the new tire(s) for free. The recall began on July 29, 2015. Owners may contact Shandong customer service at 1-786-521-1296." -04/27/2015,15V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V247000),Shyft Group,Images From Rear Camera are Reversed,BACK OVER PREVENTION,NR (Not Reported),Vehicle,2904,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2012-2015 Utilimaster Walk-in vans and truck body vehicles manufactured January 21, 2014, to March 12, 2015. The affected vehicles are equipped with a back up camera system which may display images from the camera in reverse.","If an object or person are on the left side of the screen but are actually on the right side of the vehicle, or vice versa, there is an increased risk of a crash.","Spartan will notify owners, and dealers will inspect the vehicles and replace any camera that is not displaying the correct images. The recall began on June 24, 2015. Owners may contact Spartan customer service at 1-800-582-3454." -04/27/2015,15V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V248000),Ford Motor Company,Park Lamps too Bright with Headlights on/FMVSS 108,EXTERIOR LIGHTING,15C02,Vehicle,21435,"Ford Motor Company (Ford) is recalling certain model year 2015 Lincoln MKZ vehicles manufactured February 17, 2014, to March 19, 2015, and equipped with daytime running lights (DRL). In the affected vehicles, the parking lights do not reduce their light output from a DRL level when used in conjunction with the headlights. As such, the light output may exceed the the permissable amount allowed by Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the light output is excessive, oncoming traffic may be temporarily blinded, increasing the risk of a crash.","Ford has notified owners, and dealers will update the lighting control software, free of charge. The recall began on May 8, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for the recall is 15C02." -04/24/2015,15V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V243000),Capacity of Texas,Dimmer Switch for Dash Controls/FMVSS 101,INTERIOR LIGHTING,NR (Not Reported),Vehicle,337,"Capacity of Texas (Capacity) is recalling certain model year 2013-2015 ISB13 Yard Tractors manufactured from September 1, 2013, through April 22, 2015. The affected vehicles were manufactured without a dimmer switch to control the backlighting illumination on the dashboard. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 101, ""Controls and Displays.""","If the driver can not adjust the amount of dash illumination, the driver may not be able to easily see the dash controls. This distraction may increase the risk of a crash.","Capacity will notify owners, and fleets will install a switch with dimming capability, free of charge. The recall began on May 27, 2015. Owners may contact Capacity customer service at 1-800-323-0135." -04/24/2015,15V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V246000),Ford Motor Company,Doors may Unexpectedly Open,LATCHES/LOCKS/LINKAGES,15S16,Vehicle,456440,"Ford Motor Company (Ford) notified the agency on April 23, 2015, that they are recalling certain model year 2013-2014 Ford Fusion and Lincoln MKZ vehicles manufactured July 1, 2012, to May 31, 2013, and 2012-2014 Fiesta vehicles manufactured February 1, 2012, to May 31, 2013. On April 30, 2015, Ford expanded the recall to cover an additional 119,567 vehicles, including certain model year 2011 Ford Fiestas manufactured from November 11, 2009, to May 31, 2013 and certain model year 2013 Ford Fusion and Lincoln MKZ vehicles manufactured from February 1, 2012, to June 30, 2012. A component within the door latches may break making the doors difficult to latch and/or leading the driver or a passenger to believe a door is securely closed when, in fact, it is not.","A door that is not securely latched could open while the vehicle is in motion, increasing the risk of injury to a vehicle occupant.","Ford will notify owners, and dealers will replace all four door latches with an improved part, free of charge. Interim notifications were mailed to owners on June 5, 2015. The recall began on December 18, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S16." -04/24/2015,15V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V245000),"General Motors, LLC",Shift Position Not Illuminating/FMVSS 102,POWER TRAIN,12162,Vehicle,3690,"General Motors LLC (GM) is recalling certain model year 2013 Chevrolet Malibu vehicles manufactured April 10, 2012, to August 2, 2012. In the affected vehicles, the console transmission gear selection indicator may not illuminate the shift position selected. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Position Sequence, Starter Interlock, and Transmission Braking Effect.""","If the console shift indicator does not illuminate the transmission gear selection, a driver could inadvertently select a transmission position other than the position the driver intended, increasing the risk of a crash.","GM has notified owners, and dealers will replace the transmission gear selection control module, free of charge. The recall began on April 20, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 12162." -04/24/2015,15V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V244000),"Jet Company, Inc.",Weak Top Rail may Allow Trailer to Buckle,STRUCTURE,NR (Not Reported),Vehicle,223,"Jet Company, In. (Jet Co) is recalling certain model year 2011-2012 38, 40, and 42-foot Aluminum Grain Trailers, manufactured January 22, 2010 through November 30, 2011 and equipped with a 6061-T6 aluminum extrusion 2x5 top tube. The top rail on the sides of the trailer may be too weak to prevent the trailer from buckling.","If the trailer buckles, a loss of control may result, increasing the risk of a crash.","Jet Co will notify owners, and dealers will measure the strength of the top rail, adding an aluminum reinforcement, as necessary, free of charge. The recall began on May 19, 2015. Owners may contact Jet Co. customer service at 1-515-332-3117. Note: This recall is an expansion of 13V-582." -04/22/2015,15V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V241000),"Navistar, Inc.",Linear Power Module may Fail,VISIBILITY,15509,Vehicle,82736,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2015 International DuraStar, ProStar, TranStar and WorkStar, 2012-2015 International TerraStar, 2013-2015 International LoneStar and IC Bus HC, and 2014-2015 IC Bus AC vehicles. A vehicle double battery jump start or electrical load dump event could result in an overvoltage condition of a component within the HVAC system linear power module (LPM) which is used to control the blower speed. The overvoltage condition could result in the overheating and failure of the LPM.","If the LPM overheats and fails, there is an increased risk of a fire.","Navistar will notify owners, and dealers will replace the LPM with an upgraded one, free of charge. An interim letter was mailed to owners on June 18, 2015. A second notification will mailed when parts become available. The recall began on August 6, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15509." -04/22/2015,15V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V242000),"Navistar, Inc.",Linear Power Module may Fail,VISIBILITY,15510,Vehicle,113,"Navistar, Inc. (Navistar) is recalling certain model year 2014-2015 IC Bus AE school buses manufactured February 14, 2013, to March 10, 2014. A vehicle double battery jump start or electrical load dump event could result in an overvoltage condition of a component within the HVAC system linear power module (LPM) which is used to control the blower speed. The overvoltage condition could result in the overheating and failure of the LPM.","If the LPM overheats and fails, there is an increased risk of a fire.","Navistar will notify owners, and dealers will replace the LPM with an upgraded one, free of charge. The recall began on June 17, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15510." -04/22/2015,15V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V240000),"Gulf States Toyota, Inc.",Reuse of Trim Panel Clip may Allow Panel to Detach,STRUCTURE,15R1,Vehicle,387,"Gulf States Toyota, Inc. (GST) is recalling certain model year 2015 Toyota Sienna vehicles manufactured January 23, 2015, to April 13, 2015, and equipped with non-Toyota-brand overhead entertainment accessories installed by GST. During reassembly of the interior after the overhead entertainment system installation, a trim panel securing clip may have been reused instead of being replaced.","If the clip was damaged during the entertainment system installation, in the event of a side curtain air bag deployment, the trim panel may detach and strike one of the vehicle occupants, increasing the risk of injury.","GST will notify owners, and dealers will replace the trim panel securing clip, free of charge. The recall began June 5, 2015. Owners may contact GST customer service at 1-800-444-1074. GST's number for this recall is 15R1." -04/22/2015,15V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V239000),Polaris Inc.,Vehicle Frame may Crack,STRUCTURE,L-15-01,Vehicle,628,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2009-2010 GEM eLXD L09GVHA4X and L10GVHA4X hybrid electric vehicles manufactured November 25, 2008, to December 30, 2010. The affected vehicles have frame welds between the cab and cargo bed that may crack.","If the frame welds crack, the frame may fall and contact the pavement, stopping the vehicle suddenly and increasing the risk of a crash.","Polaris will notify owners, and dealers will repair the vehicles free of charge. The recall began May 28, 2015. Owners may contact Polaris customer service at 1-888-704-5290. Polaris' recall number is L-15-01." -04/21/2015,15V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V237000),"Forest River, Inc.",Incorrect Federal Certification Label/Part 567,EQUIPMENT,51-04172015-0031,Vehicle,83,"Forest River, Inc. (Forest River) is recalling certain model year 2015-2016 Coachmen Freelander vehicles manufactured February 14, 2014, to April 1, 2015, and 2015 Coachmen Leprechaun vehicles manufactured on June 10, 2014. The affected vehicles, manufactured on a Ford 158"" wheelbase chassis with a 5.4L V-8 engine, may have a Federal Certification label that lists an incorrect gross vehicle weight rating (GVWR), gross axle weight rating (GAWR) and wrong cargo carrying capacity information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","With incorrect GVWR, GAWR, and cargo carrying capacity information, the operator may overload the trailer, increasing the risk of a crash.","Forest River will notify owners and will provide replacement labels with the corrected information, free of charge. The recall began on April 17, 2015. Owners may contact Coachmen customer service at 1-800-453-6064. Forest River's number for this recall is 51-04172015-0031." -04/21/2015,15V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V236000),"Southeast Toyota Distributors, LLC",Reuse of Trim Panel Clip may Allow Panel to Detach,STRUCTURE,SET15B,Vehicle,262,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2015 Sienna vehicles manufactured September 1, 2014, to April 13, 2015 and equipped with overhead entertainment accessories installed by SET. During reassembly of the interior after the overhead entertainment system installation, a trim panel securing clip may have been reused instead of being replaced.","If the clip was damaged during the entertainment system installation, in the event of a side curtain air bag deployment, the trim panel may detach and strike one of the vehicle occupants, increasing the risk of injury.","SET will notify owners, and dealers will replace the trim panel securing clip, free of charge. The recall began on May 22, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET15B." -04/21/2015,15V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V235000),Starcraft RV,Wheel Studs may Break,SUSPENSION,9902237 9902238,Vehicle,34,"Starcraft RV (Starcraft) is recalling certain model year 2016 Autumn Ridge ARONE Maxx 289BHS, 346RESA, 286KBS, 329BHU, and 30BHU, trailers manufactured March 17, 2015, to April 14, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Starcraft will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on June 15, 2015. Owners may contact Starcraft customer service at 1-800-945-4787. Starcraft's numbers for this recall are 9902237 and 9902238." -04/21/2015,15V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V238000),Highland Ridge RV,Wheel Studs may Break,SUSPENSION,9904237 9904238,Vehicle,20,"Highland Ridge RV (Highland) is recalling certain model year 2016 Mesa Ridge, 3X, and Roamer travel trailers and fifth wheels, models 367FB, 388RKS, and 427BHS, manufactured from April 27, 2015, to May 6, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Highland will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on June 16, 2015. Owners may contact Highland customer service at 1-260-768-7771. Highland's numbers for this recall are 9904237 and 9904238." -04/20/2015,15V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V233000),"Mitsubishi Motors North America, Inc.",Blower Motor may Fail,VISIBILITY,SR-15-003,Vehicle,76958,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2009-2011 Lancer vehicles manufactured March 16, 2009, to March 30, 2011, 2010-2011 Lancer Sportback vehicles manufactured June 17, 2009, to December 1, 2010, 2010-2011 Lancer Evolution vehicles manufactured July 14, 2009, to January 7, 2011, 2009-2011 Outlander vehicles manufactured February 10, 2009, to June 22, 2011, and 2011 Outlander Sport vehicles manufactured August 26, 2010, to November 19, 2010. In the affected vehicles, the blower motor may fail.","Failure of the blower motor may reduce the performance of the windshield defroster, diminishing the driver's visibility and increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace a suspect blower motor, free of charge. The recall began on June 15, 2015. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-15-003." -04/20/2015,15V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V232000),"Mitsubishi Motors North America, Inc.",Loss of Lights and/or Windshield Wipers,ELECTRICAL SYSTEM,SR-15-002,Vehicle,53396,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2009-2010 Mitsubishi Lancer vehicles manufactured January 12, 2009, to July 6, 2010, 2009-2010 Outlander vehicles manufactured January 12, 2009, to August 27, 2010, 2010 Lancer Sportback vehicles manufactured June 17, 2009, to June 8, 2010, and 2010 Lancer Evolution vehicles manufactured July 14, 2009, to August 4, 2010. The affected vehicles have an electronic control unit (ECU) that controls the head lights, tail lights, and windshield wipers. Due to a manufacturing error, the voltage inside this ECU may be unstable.","Unstable voltage could result in intermittent failure of the vehicle's head lights, tail lights, and windshield wipers. If the headlights and/or windshield wipers fail, the driver could have reduced visibility. If the tail lights fail, the vehicle could be less visible. Either condition increases the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the affected ECU, free of charge. The recall began on June 15 ,2015. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-15-002." -04/20/2015,15V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V234000),Cruiser RV,Propane Gas could Seep into Passenger Compartment,EQUIPMENT,11041R,Vehicle,46,"Cruiser RV (Cruiser) is recalling certain model year 2015 Viewfinder recreational trailers manufactured September 4, 2014, to March 30, 2015. In the affected vehicles, the liquid propane (LP) compartment in the slide room is not properly sealed to the interior of the trailer. If a leak occurs in the LP compartment, propane gas could dissipate into the interior of the trailer.",A propane gas leak into the interior of the trailer increases the risk of a fire in the presence of an ignition source.,"Cruiser will notify owners, and dealers will modify the recreational trailer so that the LP compartment is sealed from the passenger area, free of charge. The recall began on May 14, 2015. Owners may contact Cruiser customer service at 1-866-277-5630. Cruiser's number for this recall is 11041R." -04/20/2015,15E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E030000),"Cummins, Inc.",Vent Tube May Detach from Engine Breather,ENGINE AND ENGINE COOLING,C1627,Equipment,28941,"Cummins Inc. (Cummins) and Cummins Westport Inc. are recalling certain Cummins Westport ISL G engines, part number G6LTAA8.9E, manufactured February 26, 2007, to April 14, 2015. Excessive engine crankcase pressures may cause the 90-degree elbow of the vent tube assembly to detach from the crankcase ventilation breather, possibly allowing engine oil to come into contact with hot surfaces.","If engine oil comes into contact with a hot surface, there is an increased risk of a fire.","Cummins has begun the process of notifying the affected vehicle manufacturers and vehicle owners. Dealers will secure the ends of the 90-degree elbow. In addition, the electronic control module (ECM) will be reprogrammed with software that can adjust the engine output under misfire conditions to limit crankcase pressures. These repairs will be performed free of charge. The recall began on June 12, 2015. Owners may contact Cummins customer service at 1-800-343-7357. Cummins number for this recall is C1627." -04/20/2015,15V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V231000),"Forest River, Inc.",Wheel Studs may Break,SUSPENSION,51-03312015-0025,Vehicle,691,"Forest River, Inc. (Forest River) is recalling certain model year 2016 Amera-Lite ATTX and WATTX, Forest River Cherokee, Cherokee Grey Wolf, Cherokee Wolf Pup, Salem, Salem Laminated, Salem Limited Edition, Vengeance, Wildwood, Wildwood Laminated, and Wildwood Limited Edition, Cargo Mate Blazer, E Series, E Series Wedge, Eliminator, and Qualifier, Continental Cargo Auto Master, Elite Series, Tailwind and Value Hauler, Coachmen Catalina and Freedom Express, Palomino Puma and US Cargo Patriot X, Phantom, Trail & Sport and Trail Master trailers manufactured March 1, 2015, to March 31, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Forest River will notify owners, and dealers will replace any affected wheel hub, free of charge. The recall began on June 16, 2015. Owners may contact Forest River customer service at 1-800-453-6064. Forest River's number for this recall is 51-03312015-0025." -04/17/2015,15V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V227000),Highland Ridge RV,Gas Line for Kitchen Slideout Is Too Short,EQUIPMENT,9904236,Vehicle,5,"Highland Ridge RV (Highland Ridge) is recalling certain model year 2015 Residential 417RS fifth wheel recreational trailers manufactured May 14, 2014, to June 10, 2014. The flexible gas line for the kitchen slideout section is too short.","When the kitchen area is expanded, the gas line may be pulled excessively, resulting in a gas leak, increasing the risk of a fire.","Highland Ridge will notify owners, and dealers will replace the existing gas line with a new longer gas line, free of charge. The recall began on May 21, 2015. Owners may contact Highland Ridge customer service at 1-260-768-7771. Highland Ridge's number for this recall is 9904236. Note: This recall is an expansion of recall 14V254." -04/17/2015,15V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V229000),"Volkswagen Group of America, Inc.",Improper Plating may cause Fuel Pump to Fail,"FUEL SYSTEM, GASOLINE",Audi: 20V5/VW: 20W5,Vehicle,6205,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Volkswagen Golf, and GTI manufactured on February 17, 2014, to May 22, 2014, and Audi A3 manufactured on February 16, 2013, to April 23, 2014. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle will not start, or if the engine is running, it will stop and the vehicle will stall, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the vehicles and replace any affected fuel pumps, free of charge. The recall began on June 16, 2015. Owners may contact Volkswagen at 1-800-893-5298 or Audi at 1-800-253-2834." -04/17/2015,15V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V228000),Toyota Motor Engineering & Manufacturing,Improperly Tightened Rear Suspension,SUSPENSION,NR (Not Reported),Vehicle,114,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Toyota Scion tC vehicles manufactured December 3, 2014, to January 30, 2015 and equipped with accessory coil springs as part of an optional Release Series 9 trim package. During installation of these coil springs, the rear suspension components may not have been properly tightened.","If the rear suspension components were not properly tightened, the rear suspension arms may detach, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the bolts, nuts, rear suspension arms, and rear suspension member sub assembly, free of charge. The recall began on June 12, 2015. Owners may contact Scion customer service at 1-866-707-2466." -04/17/2015,15V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V226000),"Nissan North America, Inc.",Passenger Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,12606,"Nissan North America, Inc. (Nissan) is recalling certain model year 2003-2004 Infiniti I35, 2003-2005 FX35 and FX45, and 2006 M35 and M45 vehicles originally sold, or currently registered, in geographic locations associated with high absolute humidity. Specifically, vehicles sold, or ever registered, in Florida, Hawaii, Puerto Rico, the U.S. Virgin Islands, Saipan, Guam, and American Samoa, as well as Alabama, Mississippi, Louisiana, Texas, and Georgia, are included. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Nissan will notify owners, and dealers will replace the passenger air bag inflator, free of charge. The recall began on June 16, 2015. Owners may contact Nissan customer service at 1-800-647-7261. Note: This recall supersedes recall 14V-701." -04/17/2015,15V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V230000),Honda (American Honda Motor Co.),Shock Absorber Damping Rod Nut may Loosen/Detach,SUSPENSION,JQ3,Vehicle,504,"Honda (American Honda Motor Co.) is recalling certain model year 2014 Honda CBR1000S motorcycles manufactured December 9, 2013, to March 28, 2014, and 2015 Honda CBR1000S motorcycles manufactured October 20, 2014, to February 27, 2015. The affected motorcycles may have been built with an improperly manufactured rear shock absorber. The nut on the damper rod for these shock absorbers may loosen, resulting in a loss of damping and the possible disassembling of the shock.","If the damper rod nut loosens, shock absorber performance would be affected, possibly causing a loss of vehicle control and increasing the risk of a crash.","Honda will notify owners, and dealers will remove the shock assembly and send it to the supplier's service center for repair. Once repaired, the supplier's service center will ship the shock assembly back to the dealer and the dealership will reinstall the shock on the motorcycle. This work will be performed free of charge. The recall began on May 8, 2015. Owners may contact Honda customer service at 1-866-784-1870. Honda's number for this recall is JQ3." -04/15/2015,15V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V222000),"Chrysler (FCA US, LLC)",Broken Clutch Ignition Interlock Spring,POWER TRAIN,R13,Vehicle,43939,"Chrysler (FCA US LLC) is recalling certain model year 2006 Dodge Viper and Jeep Wrangler and Liberty vehicles manufactured July 1, 2005, to July 31, 2006. In the affected vehicles, the springs within the clutch pedal position switch that prevents the vehicle from starting unless the clutch pedal is pushed down may break. As a result, the vehicle may not be started when the clutch pedal is pushed down or the engine may crank and start without the clutch pedal being pushed down causing the vehicle to unexpectedly lurch.",If the vehicle unexpectedly moves there is an increased risk of a crash.,"Chrysler will notify owners, and dealers will replace the clutch ignition interlock switch, free of charge. The recall began on August 31, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R13." -04/15/2015,15V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V225000),"General Motors, LLC",Front Brake Hose Assemblies may Corrode and Leak,"SERVICE BRAKES, HYDRAULIC",15149,Vehicle,4907,"General Motors LLC (GM) is recalling certain model year 2004-2007 Cadillac CTS-V vehicles manufactured between September 6, 2003, and June 11, 2007, currently registered, or originally sold, in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. In the affected vehicles, snow or water containing road salt or other contaminants may corrode the front brake hose fitting at the caliper.",Corrosion may cause the brake system to leak which could lengthen the distance needed to stop the vehicle and increase the risk of a crash.,"GM will notify owners, and dealers will replace both front brake hose assemblies, free of charge. The recall began on May 8, 2015. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 15149. Note: This recall is an expansion of recall 10V-105." -04/15/2015,15V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V224000),Thor Motor Coach,Missing Information on OCCC Label/FMVSS 120,EQUIPMENT,RC000099,Vehicle,168,"Thor Motor Coach (TMC) is recalling certain model year 2016 Four Winds, Citation, Outlaw, Chateau, Siesta, and Freedom Elite motorhomes manufactured February 14, 2015, to April 6, 2015. The affected vehicles may be missing the water weight carrying capability information on the Occupant and Cargo Carrying Capacity (OCCC) label . As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds).""","If the vehicle is loaded to its weight capacity without including the weight of the water carried onboard, the motorhome may be overloaded. This can cause a loss of vehicle control, increasing the risk of a crash.","TMC will notify owners and will provide a new OCCC label with the correct information, free of charge. The recall began on May 1, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000099." -04/15/2015,15V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V223000),"Chrysler (FCA US, LLC)",Side Air Bags Inflatable Curtains/FMVSS 214,AIR BAGS,R19,Vehicle,2408,"Chrysler (FCA US LLC) is recalling certain model year 2015 Ram ProMaster City vehicles manufactured November 6, 2014, to March 17, 2015. The affected cargo and passenger vehicles have side air bag inflatable curtains that, due to an installation issue, may not deploy properly. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 214, ""Side Impact Protection.""","In the event of a crash, side air bag inflatable curtains that do not deploy properly may increase the risk of vehicle occupant injury.","Chrysler will notify owners, and dealers will modify the installation of side air bag inflatable curtains , free of charge. The recall began on May 6, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R19." -04/14/2015,15V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V219000),"Gillig, LLC",Air Brake Hoses may Rub Causing Air Leak,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,623,"Gillig LLC (Gillig) is recalling certain model year 2013-2015 Low Floor transit buses manufactured July 8, 2013, to February 7, 2015 and equipped with disc brakes. The front left and right brake air hoses that connect to the brake chamber may touch and rub against the air bag suspension towers.","If the front brake hoses rub the air bag suspension tower, a hole may develop and the resulting air leak may reduce the brake air pressure, lengthening the distance needed to stop the transit bus and increasing the risk of a crash.","Gillig has notified owners, and dealers will replace the brake hoses with shorter ones that will not contact the suspension tower, free of charge. The recall began on April 28, 2015. Owners may contact Gillig customer service at 1-800-735-1500." -04/14/2015,15V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V220000),Fontaine Modification,Brake Lights may not Illuminate/FMVSS 121,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3571,"Fontaine Modification (Fontaine) is recalling certain model year 2006-2015 Freightliner M2 trucks manufactured January 2, 2006, to January 23, 2015 and modified by Fontaine to have dual steering. Brake lights of the affected vehicles will not illuminate if the primary brake air supply is depleted below 6 psi. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","If the primary brake air system fails causing the truck to rely on the secondary brake air system, the brakes lights may not illuminate when the brakes are applied, increasing the risk of a crash.","Fontaine will notify owners, and dealers will install a repair kit to resolve the issue, free of charge. The recallbegan on June 12, 2015. Owners may contact Fontaine customer service at 1-800-366-8246." -04/14/2015,15V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V221000),"Yamaha Motor Corporation, USA",Shock Absorber Damping Rod Nut may Loosen/Detach,SUSPENSION,990095,Vehicle,350,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 YZFR1M motorcycles manufactured January 19, 2015, to March 23, 2015. The affected motorcycles may have been built with an improperly manufactured rear shock absorber. The nut on the damper rod for these shock absorbers may loosen, resulting in a loss of damping and the possible disassembling of the shock.","If the damper rod nut loosens, shock absorber performance would be affected, possibly causing a loss of vehicle control and increasing the risk of a crash.","Yamaha will notify owners, and dealers will inspect the motorcycles and replace any affected rear shock absorbers, free of charge. The recall began on April 29, 2015. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990095." -04/13/2015,15V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V218000),Hyundai Motor America,Air Bag may Deploy when Child Restraint is in Seat,AIR BAGS,129,Vehicle,2580,"Hyundai Motor America (Hyundai) is recalling certain model year 2015 Accent vehicles manufactured September 15, 2014, to February 10, 2015. In very cold temperatures, the occupant detection system (ODS) may not be able to determine if a child restraint seat is in the front passenger seat.","If the ODS fails to detect that the seat is occupied by a child restraint seat, the front air bag will not be deactivated and, in the event of a crash necessitating front air bag deployment, the air bag deployment could cause increased risk of injury to the occupant in the child restraint seat.","Hyundai will notify owners, and dealers will correct ODS software, free of charge. The recall began on June 4, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 129." -04/13/2015,15V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V216000),Harley-Davidson Motor Company,Clutch may not Fully Disengage,POWER TRAIN,0165,Vehicle,106966,"Harley-Davidson Motor Company (Harley-Davidson) notified the agency on April 9, 2015, that they are recalling certain model year 2014-2015 Electra Glide Ultra Classic (FLHTCU), Electra Glide Ultra Classic - Twin Cooled (FLHTCU TC), Ultra Limited (FLHTK), Police Electra Glide (FLHTP), Street Glide (FLHX), Street Glide Special (FLHXS), CVO Street Glide (FLHXSE), 2015 Electra Glide Ultra Classic Low (FLHTCUL), Ultra Limited Low (FLHTKL), Electra Glide Ultra Classic Low - Twin Cooled (FLHTCUL TC), Road Glide Special (FLTRXS), Road Glide (FLTRX), and 2014 CVO Road King (FLHRSE) motorcycles. On July 31, 2015, Harley-Davidson expanded the recall to cover an additional 61,065 motorcycles. In the affected motorcycles, the clutch master cylinder may lose the ability to generate enough lift to disengage the clutch, especially if the motorcycle has been parked for an extended period of time.","When the engine is running and the motorcycle is in gear, if the clutch cannot be fully disengaged, the motorcycle may move unexpectedly, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will flush the clutch system and rebuild the clutch master cylinder, free of charge. The recall began April 23, 2015. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0165." -04/13/2015,15V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V217000),Harley-Davidson Motor Company,Missing Rear Reflector Assembly/FMVSS 108,EXTERIOR LIGHTING,0620,Vehicle,8904,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2015 XG500 motorcycles manufactured January 28, 2014, to March 9, 2015, and 2015 XG750 motorcycles manufactured May 12, 2014, to March 9, 2015. The affected motorcycles may have been manufactured without a rear reflector assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the motorcycle is missing the rear reflector it can reduce the vehicle's visibility to other drivers, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will install a rear reflector assembly, free of charge. The recall began on April 29, 2015. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0620." -04/13/2015,15V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V215000),DS Corp - DBA Crossroads RV,Wheel Studs may Break,SUSPENSION,37,Vehicle,272,"DS Corp DBA Crossroads RV (Crossroads) is recalling certain model year 2016 Cruiser, Cruiser Aire, ReZerve, Elevation, Hampton, Longhorn, Longhorn Rezerve, Z1, Zinger, and Sunset Trail recreational trailers. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Crossroads has notified owners, and dealers will replace the defective hubs, free of charge. The recall began on April 14, 2015. Owners may contact Crossroads customer service at 1-855-226-7496. Crossroads number for this recall is 37." -04/10/2015,15V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V211000),Shyft Group,Tag Axle Suspension Hangers may Move,SUSPENSION,15001,Vehicle,66,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2015 K3 chassis manufactured February 28, 2014, to October 21, 2014. In the affected chassis, the tag axle suspension hangers may move allowing the tag axle assembly to shift off center.","If the tag axle moves off center, vehicle handling may suddenly be affected, increasing the risk of a crash.","Spartan will notify owners, and dealers will weld the tag axle suspension hangers to the main frame, free of charge. The recall began on April 17, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15001." -04/10/2015,15V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V213000),Trans-Air Manufacturing Corp.,Terminal Strip Possibly Reconnected Improperly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,835,"Trans-Air Manufacturing Corp. (Trans-Air) is recalling certain model year 2006-2014 GM G3500 and G4500 vehicles modified with Trans-Air add-on compressor mount kits, part numbers 4012506-01, 4012506-02, 4013126-01, 4013126-02, 4013235-01, 4013235-02, 4012909, 4013125, 4013222 and 717173 installed by Trans-Air personnel. After installing a compressor, a power distribution terminal strip may not have been properly reconnected.","If the power distribution terminal strip has a poor connection or a loose connection, the strip may arc or overheat, increasing the risk of a vehicle fire.","Trans-Air will notify owners, and dealers will inspect the power distribution terminal strip connection, correcting it as necessary, free of charge. The recall began on May 29, 2015. Owners may contact Trans-Air customer service at 1-800-673-2446." -04/10/2015,15V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V214000),"Jaguar Land Rover North America, LLC",Vehicle Control Systems may be Disabled,ELECTRICAL SYSTEM,P062,Vehicle,2687,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2015 LR4 vehicles manufactured August 19, 2014, to February 9, 2015. Due to an Anti-Lock Braking System (ABS) software error, the Dynamic Stability Control (DSC), Roll Stability Control (RSC), Traction Control (TC) and Hill Decent Control (HDC) systems may be disabled.","If these safety systems are disabled, a loss of vehicle stability and control may occur, increasing the risk of crash.","Land Rover will notify owners, and dealers will update the ABS software, free of charge. The recall began on May 21, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P062." -04/10/2015,15V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V212000),"Grand Design RV, LLC",Wheel Studs may Break,SUSPENSION,910003,Vehicle,148,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2015-2016 Reflection 303RLS, 308BHTS and 313RLTS, model 2016 Solitude 375RE trailers manufactured March 12, 2015, to April 6, 2015. In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Grand Design has notified owners, and dealers will replace any affected wheel hub, free of charge. The recall began on April 14, 2015. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910003." -04/08/2015,15V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V210000),"KTM North America, Inc.",Vent Hose Clamp may Damage Rear Brake Line,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,409,"KTM North America, Inc. (KTM) is recalling certain model year 2015 690 Enduro R motorcycles manufactured November 1, 2014, to February 28, 2015. The rear brake line from the ABS pressure modulator to the foot brake cylinder may have been damaged during the assembly process and/or be subject to subsequent damage caused by contact with the spring clamp of the crank case ventilation hose.","A damaged brake line may cause a loss of rear braking ability, increasing the risk of a crash.","KTM will notify owners, and dealers will inspect the positioning of the crank case ventilation hose clamp, correcting it as necessary. Any damaged brake line will be replaced. These repairs will be performed free of charge. The recall began on May 1, 2015. Owners may contact KTM customer service at 1-888-985-6090. Note: Owners are advised to not ride their motorcycle until the recall has been remedied." -04/07/2015,15V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V208000),"Hino Motors Sales U.S.A., Inc.",Front Axle U-Bolt Over Torqued,SUSPENSION,NR (Not Reported),Vehicle,1951,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain model year 2015-2016 238, 258, 268, and 338 trucks manufactured January 5, 2015, to March 20, 2015. In the affected vehicles, the U-bolt that connects the suspension springs to the front axle may have been overtightened.","If the U-bolt was overtightened, the bolt may stretch resulting in it loosening or failing. Either result may cause a loss of steering ability, increasing the risk of a vehicle crash.","Hino will notify owners, and dealers will replace the front axle U-bolts on the subject vehicles free of charge. The recall began on June 5, 2015. Owners may contact Hino customer service at 1-248-699-9300." -04/07/2015,15V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V209000),Highland Ridge RV,Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,NR (Not Reported),Vehicle,238,"Highland Ridge RV (Highland) is recalling certain model year 2015-2016 Roamer, Mesa Ridge, Light, 3X, and Journeyer travel and fifth wheel trailers manufactured March 6, 2015, to March 26, 2015. In the affected vehicles, the screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Highland will notify owners, and dealers will replace the slide room mechanism attaching screws, free of charge. The recall began on May 5, 2015. Owners may contact Highland customer service at 1-260-768-7771." -04/07/2015,15V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V206000),PACCAR Incorporated,Vehicle Speed may Unexpectedly Increase,VEHICLE SPEED CONTROL,415-E and 15KWC,Vehicle,379,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015-2016 Peterbilt 220 and Kenworth K300 trucks manufactured September 1, 2014, to March 30, 2015. Each time the cruise control speed decrease button is pressed, the vehicle speed will actually increase by one mile per hour.","If a driver is intending to slow down a vehicle but instead it inadvertently speeds up, there is an increased risk of a crash.","PACCAR will notify owners, and dealers will update the cab controller software, free of charge. The recall began on June 5, 2015. Owners may contact Peterbilt customer service at 1-940-591-4000, or Kenworth customer service at 1-425-828-5000. PACCAR's numbers for this recall are 415-E and 15KWC." -04/07/2015,15E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E029000),Lippert,Wheel Attaching Studs may Fail,SUSPENSION,LCI-TRP-0315001,Equipment,9154,"Lippert Components, Inc. (Lippert) is recalling certain Axle Hubs, part number 122093, manufactured March 12, 2015, to March 26, 2015, and axle hubs, part number 122093, 122096, and 126003, manufactured from March 13, 2015, and April 15, 2015. The affected axle hubs have wheel mounting studs that may fail.","If the wheel studs break while the trailer is being used, wheel separation may occur, increasing the risk of a vehicle crash.","Lippert has notified the trailer manufacturers that purchased the axles built with the affected hubs. The trailer manufacturers will notify the vehicle owners and their dealers will replace the hubs with hubs from a different supplier, free of charge. The recall began on June 10, 2015. Owners may contact Lippert customer service at 1-574-537-8900. Lippert's number for this recall is LCI-TRP-0315001." -04/07/2015,15V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V207000),Keystone RV Company,Wheel Studs may Break,SUSPENSION,15-230,Vehicle,2260,"Keystone RV Company (Keystone) is recalling certain model year 2015-2016 Keystone Sprinter, Springdale, Bullet, Cougar, Hideout, and Passport trailers and 2015-2016 Dutchmen Aspen, Coleman, Denali, Razorback, Rubicon, and Voltage trailers. For a full list of the specific models and floor plans affected, see RCLRPT-15V207-4161.PDF under �Associated Documents.� In the affected trailers, the studs that are used to attach the wheels to the axle hubs may break.","If the wheel studs break, the wheel could detach from the vehicle, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the wheel hubs, free of charge. The recall began on June 29, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-230." -04/06/2015,15V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V204000),"Autocar, LLC",Cross Member Mounting Bracket Failure,STRUCTURE,ACX-1501,Vehicle,195,"Autocar, LLC (Autocar) is recalling certain model year 2013-2015 Autocar ACX front-end loader garbage trucks manufactured March 8, 2013, to September 24, 2014. The mounting brackets of the first cross member behind the engine may fail and cause the cross member to detach from the frame rails.","Other components that are supported by the cross member may separate from the vehicle if the cross member detaches, becoming road hazards and increasing the risk of a crash.","Autocar will notify owners, and dealers will replace the aluminum mounting brackets with a high tensile steel brackets, free of charge. The recall began on June 2, 2015. Owners may contact Autocar customer service at 1-888-218-3611. Autocar's number for this recall is ACX-1501." -04/06/2015,15V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V202000),"General Motors, LLC",Electronic Parking Brake may Drag,PARKING BRAKE,15259,Vehicle,126,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Impala vehicles manufactured March 22, 2013, to May 22, 2014. In the affected vehicles, the electronic parking brake piston actuation arm may not fully retract causing the brake pads to stay partially engaged. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Systems (FMVSS) No. 135 ""Light Vehicle Brake Systems.""",Brake pads that remain partially engaged with the rotors may cause excessive brake heat that may result in a fire.,"GM has notified owners, and dealers will reprogram the electronic parking brake control module with new software, free of charge. The recall began on May 6, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15259. Note: The vehicles covered by this campaign were previously remedied incorrectly under campaigns 14V541 or 15V085." -04/06/2015,15V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V201000),"General Motors, LLC",Engine Oil Dripping On Manifold may Cause Fire,ENGINE AND ENGINE COOLING,14574,Vehicle,330742,"General Motors LLC (GM) notified the agency on April 2, 2015, that they are is recalling certain model year 2004 Buick Regal vehicles manufactured April 9, 2003, to June 1, 2003, 2004 Chevrolet Impala vehicles manufactured April 8, 2003, to June 23, 2003, and 2004 Chevrolet Monte Carlo vehicles manufactured April 7, 2003, to June 23, 2003. On May 18, 2015, GM expanded the recall to cover an additional 49,751 2004 Pontiac Grand Prix vehicles manufactured January 6, 2003, to June 25, 2004. In the affected vehicles, the valve cover gasket may leak.","The leaking engine oil can drip onto the hot surface of the exhaust manifold, increasing the risk of a fire.","GM will notify owners, and dealers will remove the plastic cover and plastic oil fill tube extension and replace the front valve cover and gasket. These repairs will be done free of charge. The recall began on April 24, 2015. Owners may contact Buick customer service at 1-800-521-7300, Pontiac customer service at 1-800-762-2737 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14574." -04/06/2015,15V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V205000),"BMW of North America, LLC",Front Passenger Seat Occupant Detection Mat,AIR BAGS,NR (Not Reported),Vehicle,91800,"BMW of North America, LLC (BMW) is recalling certain model year 2005-2006 MINI Cooper and Cooper S vehicles manufactured January 5, 2005, to November 28, 2006, and 2005-2008 MINI Cooper Convertible and Cooper S Convertible vehicles manufactured January 5, 2005, to July 31, 2008. Due to manufacturing, installation, and exposure issues, the front passenger seat occupant detection mat may not function properly and, as a result, the front passenger air bag may not deploy in a crash.","An improperly functioning mat may cause the passenger frontal air bag to be inactive when the seat is occupied, and in the event of a crash, the air bag will not deploy, increasing the passenger's risk of injury.","MINI will notify owners, and dealers will replace the front passenger seat occupant detection mat, free of charge. The recall began on October 12, 2015. Owners may contact MINI customer service at 1-866-825-1525." -04/06/2015,15E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E028000),"Robert Bosch, LLC",Improper Plating may cause Fuel Pump to Fail,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,132536,"Various vehicle manufacturers are recalling vehicles that were built with certain Bosch Fuel Delivery Modules manufactured September 9, 2013, to April 16, 2014. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle will not start, or if the engine is running, it will stop and the vehicle will stall, increasing the risk of a crash.","Bosch has notified the vehicle manufacturers that purchased the pumps. Owners of all vehicles in which a defective fuel pump was installed will be notified by their respective vehicle manufacturers and the pumps will be replaced, free of charge. Owners may contact their vehicle manufacturer for more information." -04/06/2015,15V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V203000),"Forest River, Inc.",Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,51-0331201501,Vehicle,35,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Georgetown GT335, FR3 FR30, Pursuit 31BD, and 29SB, and 2016 Cardinal CAF3825FL and Tracer TRT270AIR and TRT3200BHT fifth wheel and travel trailers. In the affected vehicles, the screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Forest River will notify owners, and dealers will replace the slide room mechanism cable attaching screws, free of charge. The recall began on May 5, 2015. Owners may contact Forest River customer service at 1-574-642-0437. Forest River's number for this recall is 51-0331201501." -04/03/2015,15V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V197000),"Nissan North America, Inc.",Improper Plating on Fuel Pump may Result in Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,29297,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Nissan Rogue vehicles manufactured January 2, 2014, to June 4, 2014. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle may stall without warning, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace the fuel pump, free of charge. The recall began on May 26, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -04/03/2015,15V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V198000),"Heartland Recreational Vehicles, LLC",Quad Entry Step Rivet Failure,EQUIPMENT,99-01-20,Vehicle,1691,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2015 Bighorn, Cyclone, Edge, Elkridge, Landmark 365, Road Warrior, and Torque fifth wheel and travel trailers. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","Heartland has notified owners, and dealers will replace the defective rivets with bolts, free of charge. The recall began on April 13, 2015. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99-01-20." -04/03/2015,15V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V196000),PACCAR Incorporated,Rear Drive Axles may have Insufficient Lubricant,POWER TRAIN,15KWB,Vehicle,24,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015-2016 Kenworth T680 and T880 trucks manufactured November 17, 2014, to January 5, 2015. The affected vehicles are equipped with Meritor MT-40-14X rear drive axles that may circulate an inadequate amount of lubricant to the wheel end hub assembly.","Without adequate lubrication to the wheel end hub assembly, the bearings may fail prematurely, increasing the risk of a wheel-end fire or crash.","Kenworth will notify owners, and dealers will replace the defective rear drive axle and inspect the wheel ends for damage, replacing them, as needed, free of charge. The recall began May 29, 2015. Owners may contact Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 15KWB." -04/03/2015,15V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V199000),"Heartland Recreational Vehicles, LLC",Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,99-01-21,Vehicle,252,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2016 Big Country, Bighorn, Cyclone, Edge, Elkridge, North Trail, Prowler, Road Warrior, Sundance XLT, Torque, Wilderness and 2015-2016 Landmark 365 fifth wheel and travel trailers. In the affected vehicles, the bolts that attach the expanding room to the sliding mechanism chain may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Heartland will notify owners, and dealers will replace the defective bolts, free of charge. The recall began April 16, 2015. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99-01-21." -04/03/2015,15V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V200000),"Volkswagen Group of America, Inc.",Sunroof Continues to Close with Key Off/FMVSS 118,VISIBILITY,60C1,Vehicle,3646,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Audi Q3 vehicles manufactured April 4, 2014, to November 5, 2014. If the vehicle is turned off while the sunroof is closing, the sunroof may continue to close instead of stopping. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""","If the sunroof is closing while the vehicle is shut off and a vehicle occupant is in its path, there is an increased risk of injury.","Audi will notify owners, and dealers will update the sunroof control module software, free of charge. The recall began on April 13, 2015. Owners may contact Audi customer service at 1-800-253-2834. Volkswagen's number for this recall is 60C1." -04/01/2015,15E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E027000),Buy4easy Inc,Helmet Impact Attenuation/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,7392,"Buy4easy Inc. (Buy4easy) is recalling certain TMS HY-809 motorcycle half-helmets, sizes S, M, L, anf XL, manufactured March 20, 2012, to October 31, 2012. The affected motorcycle helmets may insufficiently dampen impacts. Additionally, the helmets may be missing, or have incomplete, manufacturing dates and instructions to the purchaser. As such, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Buy4easy will notify owners and will offered a full refund. The recall began on May 6, 2015. Owners may contact Buy4easy customer service at 1-626-388-9898." -04/01/2015,15V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V194000),"Volkswagen Group of America, Inc.",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,28H1,Vehicle,20676,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009 Routan vehicles manufactured June 25, 2008, to July 8, 2009, and 2010 Routan vehicles manufactured October 1, 2009, to August 11, 2010. This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. Road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the ignition key inadvertently moves into the OFF or ACCESSORY position, the engine will turn off, which will then depower various key safety systems including, but not limited to, air bags, power steering, and power braking. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Volkswagen will notify owners, and dealers will replace the ignition switch and key FOBs, free of charge. The recall began on June 23, 2015. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 28H1. Note: This recall supersedes recalls 11V151 and 14V396. Vehicles that previously received an ignition switch trim ring as a recall remedy must have their vehicles remedied again under this campaign. Vehicles that have already received a new ignition switch are not covered by this campaign." -04/01/2015,15V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V195000),"Mitsubishi Fuso Truck of America, Inc.",Lower Timing Chain Bolt may be Loose,ENGINE,C1007710,Vehicle,25,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain model year 2014-2015 FEC72 vehicles manufactured November 8, 2013, to January 28, 2014, and 2012-2015 FEC92 vehicles manufactured April 22, 2011, to February 1, 2014. On the affected vehicles, the lower engine timing chain bolt may have been insufficiently tightened during assembly.","A timing chain bolt that was not properly tightened may result in an engine oil leak, possibly causing the engine to seize, increasing the risk of a crash.","MFTA will notify owners, and dealers will tighten the lower engine timing chain bolt to the proper torque, free of charge. The recal is expected to begin in late June 2015. Owners may call MFTA customer service at 1-877-711-0707. MFTA's number for this recall C1007710." -04/01/2015,15V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V193000),Oshkosh Corporation,Undersized Air Tank Reservoirs/FMVSS 121,"SERVICE BRAKES, AIR",VSR-TSB-010,Vehicle,26,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2014-2015 S-Series Front Discharge Concrete Mixer vehicles manufactured September 24, 2013, to November 12, 2014. The affected vehicles have air tanks that hold less than the required 12 times the combined volume of the service brake chambers. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 121, ""Air Brake Systems.""","With the air tank volume being less than required, in certain situations the vehicle may have an insufficient quantity of air to operate the brakes, increasing the risk of a crash.","Oshkosh will notify owners and dealers will install a larger capacity air tank, free of charge. The recall began April 15, 2015. Owners may contact Oshkosh customer service at 1-888-686-7278. Oshkosh's number for this recall is VSR-TSB-010." -03/31/2015,15V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V190000),"Airstream, Inc.",Abutting Wedge Incorrectly Installed,STRUCTURE,NR (Not Reported),Vehicle,180,"Airstream, Inc. (Airstream) is recalling certain model year 2015 Interstate motorhomes manufactured from October 6, 2014, through March 25, 2015, and built on a Mercedes-Benz Sprinter chassis. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal crash, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal crash, a greater force may be necessary to open the doors, increasing the risk of injury.","Mercedes Benz will notify owners on behalf of Airstream, and dealers will inspect and, if necessary, correct the abutting wedge installation, free of charge. Owners were notified on April 10, 2015. Owners may contact Airstream customer service at 1-937-596-6111 or owners may contact Mercedes-Benz Sprinter Customer Service at 1-877-762-8267." -03/31/2015,15V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V191000),Thor Motor Coach,Abutting Wedge Incorrectly Installed,STRUCTURE,NR (Not Reported),Vehicle,197,"Thor Motor Coach (Thor) is recalling certain model year 2015 Siesta and Citation motorhomes manufactured from September 26, 2014, through February 27, 2015, and built on a Mercedes-Benz Sprinter chassis. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal crash, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal crash, a greater force may be necessary to open the doors, increasing the risk of injury.","Mercedes-Benz will notify owners on behalf of Thor, and dealers will inspect and, if necessary, correct the installation of the abutting wedge, free of charge. The recall began on March 23, 2015. Owners may contact Thor customer service at 1-877-500-1020 or owners may contact Sprinter Customer Service at 1-877-762-8267." -03/31/2015,15V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V189000),"BMW of North America, LLC",Improper Plating on Fuel Pump may Result in Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18054,"BMW of North America LLC (BMW) is recalling certain model year 2014 228i Coupe, M235i Coupe, 320i, 320xi, 328i, 328xi, 335i, 335xi, ActiveHybrid 3, 328xi Sports Wagon, 428i Coupe, 428xi Coupe, 435i Coupe, 435xi Coupe, 428i Convertible, 428xi Convertible, 435i Convertible, 328xi Gran Turismo, 335xi Gran Turismo, and 2015 428i Gran Coupe, 428xi Gran Coupe, and 435i Gran Coupe vehicles. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle may stall without warning, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the fuel pump, free of charge. Owners were mailed interim notices on May 28, 2015. The recall began on July 6, 2015. Owners may contact BMW customer service at 1-800-525-7417." -03/31/2015,15E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E026000),Buy4easy Inc,Penetration Test Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,12181,"Buy4easy Inc (Buy4easy) is recalling certain TMS JX-A5005 full face helmets with visors, sizes S, M, L, and XL, manufactured from April 1, 2012, to July 15, 2013. The affected motorcycle helmets failed the penetration test. Additionally, the helmet label does not meet DOT regulations. As such, these helmets fail to meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""",The wearer of this helmet may not be properly protected in the event of vehicle crash.,"Buy4easy will notify owners and will offered a full refund. The recall besgan on May 12, 2015. Owners may contact Buy4easy customer service at 1-626-388-9898." -03/31/2015,15V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V188000),"BMW of North America, LLC",Rear Reflex Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,13443,"BMW of North America, LLC (BMW) is recalling certain model year 2013 528i, 528i xDrive, 535i, 535i xDrive, 550i, 550i xDrive, and ActiveHybrid 5 vehicles. The rear reflex reflectors may not reflect enough light. As such, the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The vehicle may be less visible to other vehicles, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the rear reflex reflectors, free of charge. The recall began July 28, 2017. Owners may contact BMW customer service at 1-800-525-7417." -03/31/2015,15V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V192000),"Mercedes-Benz USA, LLC",Steering Gear Mounting Bolts May Break,STEERING,2015040002,Vehicle,5058,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2014-2015 Smart Fortwo Coupes and Convertibles, and 2014 Fortwo Coupe Electric and Fortwo Convertible Electric vehicles. The affected vehicles have steering gear mounting bolts which may break during vehicle operation.","If the steering gear mounting bolts break, vehicle handling could be affected, increasing the risk of a crash.","MBUSA will notify owners, and dealers will replace the steering gear mounting bolts, free of charge. The recall began on May 8, 2015. Owners may contact Smart customer service at 1-800-762-7887." -03/30/2015,15V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V187000),"Forest River, Inc.",Abutting Wedge Incorrectly Installed,STRUCTURE,15V-082,Vehicle,378,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Coachmen Prism recreational vehicles manufactured from July 1, 2014, through October 14, 2014 and built on Mercedes-Benz Sprinter chassis. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal impact, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal crash, greater force may be necessary to open the doors, increasing the risk of injury.","Sprinter will notify owners, and Sprinter dealers will check the installation of the abutting wedge, correcting it as necessary, free of charge. The recall began in March 2015. Owners may contact Forest River customer service at 1-574-642-0437. Forest River's number for this recall is 15V-082." -03/30/2015,15V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V185000),"Daimler Trucks North America, LLC",Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",FL676,Vehicle,3732,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner Cascadia, Business Class M2, 108SD, 114SD, 122SD, Coronado, Western Star 4700, and Western Star 4900 trucks manufactured October 6, 2014, to February 16, 2015, and equipped with Haldex Life Seal brake chambers. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.","While traveling at highway speeds, brake drag may cause loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the brake chambers, free of charge. Owners were mailed interim notices at the end of May 2015. The recall began on September 25, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL676." -03/30/2015,15V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V183000),Motor Coach Industries,Seat Belt may not properly Restrain Driver,SEAT BELTS,NR (Not Reported),Vehicle,21,"Motor Coach Industries (MCI) is recalling certain model year 2007-2010 MCI E4500 and J4500 motor coaches manufactured November 21, 2006, to August 27, 2009, and equipped with certain Recaro Automotive Seating Ergo M bus driver seats. The affected seats were manufactured in a way that the tether bar may push into the retractor panel door and potentially interfere with the seat belt locking mechanism.","If the seat belt locking mechanism does not function as intended, the bus driver may not be properly restrained, increasing the risk of personal injury in the event of a crash.","MCI will notify owners , and dealers will inspect and retrofit the seats free of charge. The recall began on May 14, 2015. Owners may contact MCI customer service at 1-800-241-2947." -03/30/2015,15E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E025000),Ohlins Racing AB,Shock Absorber Damping Rod Nut may Loosen/Detach,SUSPENSION,NR (Not Reported),Equipment,964,"Ohlins Racing AB (Ohlins) is recalling certain TTX36 aftermarket motorcycle shock absorbers manufactured November 5, 2013, to February 20, 2015. A complete list of the affected models and the motorcycles that they fit can be viewed by clicking on file RCORRD-15E025-7729.pdf under Associated Documents. The nut on the damper rod for these shock absorbers may loosen, resulting in a loss of damping and the possible disassembling of the shock.","If the piston rod nut loosens, shock absorber performance would be affected, possibly causing a loss of vehicle control and increasing the risk of a crash.","Ohlins will notify owners, and dealers will secure the rod nut, free of charge. Owners are advised not to ride their motorcycles until the recall remedy has been performed. The recall is began in April 2015. Owners may contact Ohlins customer service at 1-800-336-9029." -03/30/2015,15V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V186000),DS Corp - DBA Crossroads RV,Slide Room may Extend While Vehicle is in Motion,EQUIPMENT,36,Vehicle,62,"DS Corp, doing business as Crossroads RV (Crossroads), is recalling certain model year 2016 Crossroads Sunset Trail, Cruiser Aire, Cruiser, Cameo, and ReZerve recreational trailers manufactured March 4, 2015, to March 20, 2015. In the affected vehicles, the screws that attach the expanding room to the sliding mechanism cable may fail allowing the room to extend unintentionally while the vehicle is in motion.","If the room extends while vehicle is in motion, there is an increased risk of a crash.","Crossroads will notify owners, and dealers will replace the slide room mechanism attaching screws, free of charge. The recall began on April 6, 2015. Owners may contact Crossroads customer service at 1-855-226-7496. Crossroads number for this recall is 36." -03/30/2015,15V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V184000),Motor Coach Industries,Tie Rod Nuts may be Incorrectly Torqued,STEERING,NR (Not Reported),Vehicle,131,"Motor Coach Industries (MCI) is recalling certain model year 2014 J4500 and model year 2015 D4000ISTV, D4005, D4500, and D4505 motor coaches manufactured August 26, 2014, to December 3, 2014. The affected motor coaches have front and steerable tag axles whose tie rod nuts may be improperly torqued.","If the tie rod nuts are not properly torqued, the tie rod may not be adequately secured, resulting in a loss of vehicle control and increasing the risk of a crash.","MCI will notify owners, and dealers will inspect the tie rod nut torque, replacing the parts as necessary, free of charge. The recall began on April 15, 2015. Owners may contact MCI customer service at 1-800-241-2947." -03/27/2015,15V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V178000),"Chrysler (FCA US, LLC)",Door may Open While Driving,STRUCTURE,R14,Vehicle,1455,"Chrysler (FCA US LLC) is recalling certain model year 2013-2014 Dodge Viper vehicles manufactured October 1, 2012, to February 6, 2014. Moisture may get into the door switch, resulting in the driver or passenger door opening unexpectedly while the vehicle is in motion.","If the driver or passenger door opens unexpectedly while the vehicle is in motion, there is an increased risk of a crash and injury.","Chrysler will notify owners, and dealers will replace the door handle assemblies and top covers, free of charge. The recall began on July 10, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R14." -03/27/2015,15V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V179000),"Chrysler (FCA US, LLC)",Electric Propulsion System may Shutdown,ELECTRICAL SYSTEM,R15,Vehicle,5660,"Chrysler (FCA US LLC) is recalling certain model year 2013-2015 Fiat 500 EV vehicles manufactured March 27, 2012, to November 1, 2014. If the vehicle goes in to limp home mode, incompatible software between Electric Vehicle Control Unit (EVCU) and Battery Pack Control Module (BPCM) may cause the electric propulsion system to fully shut down.","An electric propulsion system shut down will cause a stall-like condition, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the vehicle software to ensure compatability between components, free of charge. The recall began on May 21, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R15." -03/27/2015,15V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V180000),Blue Bird Body Company,Inverter may Fail and Cause Fire,ELECTRICAL SYSTEM,R15YA-NSB,Vehicle,23,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2016 Vision non-school transit buses manufactured June 19, 2014, to December 11, 2014. In the affected vehicles, the voltage inverter for the illumination of the driver's heater control panel may fail.",An inverter failure may produce smoke and increase the risk of a fire.,"Blue Bird will notify owners, and dealers will replace the inverter with an inverter from an alternate vendor, free of charge. The recall began on April 23, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YA-NSB." -03/27/2015,15V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V181000),Blue Bird Body Company,Inverter may Fail and Cause Fire,ELECTRICAL SYSTEM,R15YA-SB,Vehicle,2663,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2016 Vision school buses manufactured June 19, 2014, to December 11, 2014. In the affected vehicles, the voltage inverter for the illumination of the driver's heater control panel may fail.",An inverter failure may produce smoke and increase the risk of a fire.,"Blue Bird will notify owners, and dealers will replace the inverter with an inverter from an alternate vendor, free of charge. The recall began on April 23, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YA-SB." -03/27/2015,15V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V182000),"Daimler Trucks North America, LLC",Kidde Handheld Fire Extinguisher may not Discharge,EQUIPMENT,FL680,Vehicle,2226,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 Western Star 4700, 4900, 5700, and 6900 trucks manufactured from July 23, 2013, through December 4, 2014, and equipped with certain Kidde disposable handheld fire extinguishers. These fire extinguishers may not fully discharge as designed when the lever is repeatedly pressed and released.","In the event of a fire, if the fire extinguisher does not work correctly, there is an increased risk of injury to the truck occupants.","DTNA will notify owners, and Kidde will provide a replacement extinguisher when contacted directly or affected owners may go to an authorized DTNA repair facility to order a replacement fire extinguisher, free of charge. The recall began on May 26, 2015. Affected owners may contact Kidde directly toll free at (855) 283-7991 from 8 a.m. to 5 p.m. ET Monday through Friday or owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL680." -03/26/2015,15V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V177000),"Kalmar Solutions, LLC",Wiring for ABS Components is Crossed,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,52,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2015 Kalmar Ottawa T2 terminal tractors manufactured September 15, 2014, to February 10, 2015. The affected vehicles have the wiring for the rear axle antilock brake system (ABS) components wired incorrectly. Specifically, the left side components are connected to the right side of the ABS control module and vice versa.","If the communication between the ABS components and the module is reversed, it can cause vehicle instability during braking, increasing the risk of a vehicle crash.","Kalmar will notify owners, and dealers will correct the ABS wiring, free of charge. The recall is expected to begin April 27, 2015. Owners may contact Kalmar customer service at 1-785-229-6327." -03/25/2015,15V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V175000),Ford Motor Company,Engine Shutdown in Emergency Vehicles,POWER TRAIN,15S09,Vehicle,6322,"Ford Motor Company (Ford) is recalling certain model year 2011-2015 Ford F-350, F-450, and F-550 trucks manufactured February 22, 2010, to January 30, 2015, and equipped with ambulance or fire engine preparation packages. The affected vehicles may detect an incorrect Exhaust Gas Temperature Sensor (EGT) fault indicating that the vehicle is too hot, causing the engine management system to shut down the engine and prevent its immediate restart.","Engine shut down and a subsequent cool down period may delay medical treatment or assistance to those needing it, increasing their risk of injury.","Ford will notify owners, and dealers will update the Powertrain Control Module (PCM) software, free of charge. The recall began on April 22, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S09." -03/25/2015,15V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V174000),Pierce Manufacturing,Rear Leaf Spring Spacer Block may Fracture,SUSPENSION,NR (Not Reported),Vehicle,8,"Pierce Manufacturing (Pierce) is recalling certain model year 2015 Saber, Enforcer, Impel, and Velocity vehicles manufactured December 4, 2014, to March 23, 2015. The rear axle cast iron leaf spring spacer block may crack and fracture.","If the leaf spring spacer block fractures, the pieces may become a road hazard. If the entire spacer block separates from the vehicle, the alignment of the rear axle may suddenly shift. Either condition could increase the risk of a crash.","Pierce will notify owners, and dealers will replace the cast iron spring spacer block with a machined steel spring spacer block, free of charge. The recall began on March 23, 2015. Owners may contact Pierce customer service at 1-888-974-3723." -03/25/2015,15E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E024000),"Gillig, LLC",Seat Belt may not properly Restrain Driver,SEAT BELTS,NR (Not Reported),Equipment,1,Gillig LLC (Gillig) is recalling one Recaro Automotive Seating Ergo M bus driver seat sold through the Gilig aftermarket parts department. The affected seat was manufactured in a way that the tether bar may push into the retractor panel door and potentially interfere with the seat belt locking mechanism.,"If the seat belt locking mechanism does not function as intended, the bus driver may not be properly restrained, increasing the risk of personal injury in the event of a crash.","Gillig will notify the owner, and Recaro will provide a remedy that will reorient the seat belt retractor and tether bar mounting, free of charge. The recall began on March 31, 2015. Owners may contact Gillig customer service at 1-510-785-1500." -03/25/2015,15V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V176000),"Yamaha Motor Corporation, USA",Shift Cam Segment Stopper may Fracture,POWER TRAIN,NR (Not Reported),Vehicle,4900,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 FJ-09 (FJ09F/FC), FZ-09 (FZ09F/FC), FZ6R (FZ6RF/FC), Super Tenere (XTZ12F/FC), Super Tenere ES (XTZ12EF/EFC), and R6 (YZF-R6) motorcycles manufactured September 1, 2014, to November 17, 2014. The affected motorcycles may have an incorrectly manufactured shift cam segment stopper, having a sharp edge on the inside of the bend instead of a smooth radius. As a result, the stopper can crack and possibly fracture at this sharp edge.","If the stopper fractures, the transmission may not shift properly, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the shift shaft assembly with a new one, free of charge. The recall began on April 6, 2015. Owners may contact Yamaha customer service at 1-800-962-7926." -03/24/2015,15V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V169000),"Navistar, Inc.",Front Driveshaft may Seize,POWER TRAIN,15506,Vehicle,500,"Navistar, Inc. (Navistar) is recalling certain model year 1999-2002 International 4800 4x4 trucks manufactured June 30, 1999, through May 28, 2002, and equipped with Fabco TC-200 transfer cases. The field remedy that these vehicles received as part of Navistar recall 05501 (NHTSA recall number 03V-415), a double Cardan front driveshaft, may seize under certain conditions.","If the double Cardan joint of the driveshaft seizes, the front driveshaft may separate and under certain conditions, potentially cause a front axle lockup, increasing the risk of a crash.","Navistar will notify owners, and dealers will install front driveshaft guards at both ends of the shaft and lockout front wheel hubs. Any drive shaft that is found with loose or binding double Cardan joints at either end will be replaced, free of charge. The recall began on June 16, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15506. Note: This recall supersedes recall 14V-520 which provided an interim-only remedy of disconnecting the front driveshaft." -03/24/2015,15V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V170000),Shyft Group,Fuel/Water Separator Heater Connectors may Melt,"FUEL SYSTEM, DIESEL",15006,Vehicle,292,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2011-2016 School Bus chassis manufactured April 21, 2011, to February 26, 2015. The fuel/water separator heater terminals and connectors may melt and allow air into the fuel system resulting in an engine stall. Additionally, heat from the terminals may ignite the connector, harness, and other materials.",An engine stall increases the risk of a crash. Overheated terminals may result in a vehicle fire.,"A bracket that will secure the harness to the heated fuel water separator will be supplied, and installed. Additionally, a new filter head assembly and connecting harness will be supplied. All of which will be supplied free of charge. This recall began on December 2, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 15006." -03/24/2015,15V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V171000),Ford Motor Company,Interior Door Handle Return Spring may Unseat,STRUCTURE,15S11,Vehicle,194484,"Ford Motor Company (Ford) is recalling certain model year 2011-2013 Explorer vehicles. In the affected vehicles, the interior door handle return spring may unseat, resulting in interior door handle that does not return to the fully stowed position after actuation.","If the interior door handle return spring is unseated, the door may unlatch in the event of a side impact crash, increasing the risk of personal injury.","Ford will notify owners, and dealers will inspect all four of the interior door handles and either repair or replace them, free of charge. The recall began on July 23, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S11." -03/24/2015,15V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V173000),"KZRV, L.P.",Quad Step Rivet Failure,EQUIPMENT,NR (Not Reported),Vehicle,723,"KZRV, L.P. (KZRV) is recalling certain model year 2015 KZ-RV Gold, Goldrush, Goldrush Klondike, and Prestige, 2014-2015 Goldrush Discovery, 2013-2015 Goldrush Nugget and 2012-2015 Stoneridge recreational vehicles manufactured May 27, 2011, to December 8, 2014. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","KZRV will notify owners, and dealers will replace the defective rivets, free of charge. The recall began on April 24, 2015. Owners may contact KZRV customer service at 1-800-768-4016." -03/24/2015,15V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V172000),Ford Motor Company,Vacuum Pump Relay may Overheat,ELECTRICAL SYSTEM,15S10,Vehicle,1549,"Ford Motor Company (Ford) is recalling certain model year 2013-2015 Lincoln MKT vehicles with a limousine or hearse preparation package, manufactured March 6, 2012, to March 10, 2015. In the affected vehicles, the vacuum pump relay may overheat due to an internal fault or contamination.","If the vacuum pump relay overheats, there is an increased risk of a vehicle fire.","Ford will notify owners, and dealers will replace the vacuum pump relay with a new electro-mechanical relay, free of charge. The recall began on July 6, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S10." -03/23/2015,15V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V167000),"Navistar, Inc.",Air Hose for Front Service Brake may Contact Tire,"SERVICE BRAKES, AIR",15507,Vehicle,17,"Navistar, Inc. (Navistar) is recalling certain model year 2015-2016 IC RE school buses manufactured November 4, 2014, to December 23, 2014. In the affected vehicles, the air brake hose for the front wheel service brakes may contact the tires when the steering is fully turned.","Contact with the tire may result in hose abrasion, resulting in an air leak, causing the vehicle to pull to one side when braking and/or requiring extra distance to stop the school bus. Either condition may increase the risk of a crash.","Navistar will notify owners, and dealers will correct the front air brake hose fitting orientation, replacing any hose with signs of abrasion, as necessary, free of charge. The recall began on April 13, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15507." -03/23/2015,15V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V168000),"Navistar, Inc.",Air Hose for Front Service Brake may Contact Tire,"SERVICE BRAKES, AIR",15508,Vehicle,7,"Navistar, Inc. (Navistar) is recalling certain model year 2015 IC RE non-school Transit Buses manufactured November 4, 2014, to November 18, 2014. In the affected vehicles, the air brake hose for the front wheel service brakes may contact the tires when the steering is fully turned.","Contact with the tire may result in hose abrasion, resulting in an air leak, causing the vehicle to pull to one side when braking and/or requiring extra distance to stop the bus. Either condition may increase the risk of a crash.","Navistar will notify owners, and dealers will correct the front air brake hose fitting orientation, replacing any hose with signs of abrasion, as necessary, free of charge. The recall began on April 13, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15508." -03/23/2015,15V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V165000),"Navistar, Inc.",Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",15504,Vehicle,2222,"Navistar, Inc. (Navistar) is recalling certain model year 2015-2016 International 9900, DuraStar, LoneStar, PayStar, ProStar, WorkStar and 2015 International TranStar and IC Bus CE vehicles equipped with a Haldex air braking system. The affected brake actuators may have been manufactured with an incomplete attachment of the internal rubber diaphragm to the actuation mechanism. This could cause dragging or overheated brakes.",If the brakes drag and overheat there is an increased risk of a wheel end fire.,"Navistar will notify owners, and dealers will replace the Haldex Life Seal Brake chambers, free of charge. The recall began on June 19, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15504. Note: This recall supersedes recall 14V-806." -03/23/2015,15V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V166000),"Navistar, Inc.",Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",15505,Vehicle,68,"Navistar, Inc. (Navistar) is recalling certain model year 2015-2016 IC CE school buses manufactured August 8, 2014, to February 20, 2015, and 2015-2016 IC RE school buses manufactured July 31, 2014, to January 9, 2015, equipped with Haldex air brake actuators. The affected brake actuators may have been manufactured with an incomplete attachment of the internal rubber diaphragm to the actuation mechanism. This could cause dragging or overheated brakes.",If the brakes drag and overheat there is an increased risk of a wheel end fire.,"Navistar will notify owners, and dealers will replace the Haldex Life Seal Brake chambers, free of charge. The recall began on June 19, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15505. Note: This recall supersedes recall 14V-808." -03/23/2015,15V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V164000),"General Motors, LLC",Roof Panel May Inadvertently Auto Close/FMVSS 118,VISIBILITY,15176,Vehicle,87063,"General Motors LLC (GM) is recalling certain model year 2013-2015 Chevrolet Malibu vehicles October 24, 2011, to March 5, 2015. In the affected vehicles, the Slide or Tilt switch for the roof panel may not be adequately recessed to prevent the switch from inadvertently being pressed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""","The Slide or Tilt roof panel switch may inadvertently be pressed and the roof panel may auto-close unexpectedly, increasing the risk of a pinch injury.","GM will notify owners, and dealers will update the Body Control Module (BCM) software to remove auto-close feature for certain switch positions, free of charge. The recall began April 21, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15176." -03/23/2015,15V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V163000),"Terex South Dakota, Inc.",Turntable Securing Bolts may Fail,EQUIPMENT,SN616,Vehicle,97,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2014-2015 Aerial Devices and General Digger Derricks manufactured March 28, 2014, to March 1, 2015. In the affected vehicles, the fasteners that attach the turntable bearing to the carrier and the aerial or the digger derrick may fail.","If the attaching bolts fail, the boom may fall, increasing the risk of injury to the operator or those nearby.","Terex will notify owners, and dealers will check the affected bolts, replacing them as necessary, free of charge. The recall begin on March 27, 2015. Owners may contact Terex customer service at 1-800-982-8975. Terex's number for this recall is SN616." -03/20/2015,15V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V160000),"Forest River, Inc.","Brake Wires may Pinch, Break or Short",ELECTRICAL SYSTEM,430-03112015-0017,Vehicle,1125,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2014 Sabre travel trailers and fifth wheels manufactured August 1, 2013, to June 30, 2014. The wires that control the brakes may have been improperly routed resulting in the wires chaffing, breaking or shorting.","Damage to the wires that control the brakes may unexpectedly lengthen the distance needed to stop the vehicle, increasing the risk of a crash. Additionally, a short in the wires may increase the risk of a fire.","Forest River will notify owners, and dealers will inspect the trailers and reroute the brake wires, as necessary, free of charge. The recall began on April 6, 2015. Owners may contact Forest River customer service at 1-574-389-4600. Forest River's number for this recall is 430-03112015-0017." -03/20/2015,15E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E023000),Buy4easy Inc,Failed Penetration and Retention Test/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,8988,"Buy4easy Inc (Buy4easy) is recalling certain TMS JX-A111 full face motorcycle helmets with visor, sizes S, M, L, and XL, manufactured June 1, 2013, to September 30, 2013. During testing, the shell of the affected motorcycle helmets fractured and the liner split thereby failing to meet the penetration and retention requirements. Additionally, the helmet label does not meet the DOT standard. As such, these helmets fail to meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","The wearer of this helmet may not be properly protected in the event of crash, increasing their risk of injury.","Buy4easy will notify owners and will offered a full refund. The recall began on April 29, 2015. Owners may contact Buy4easy customer service at 1-626-388-9898." -03/20/2015,15V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V162000),"General Motors, LLC",Missing Rim Size Information on Label/FMVSS 110,EQUIPMENT,15166,Vehicle,19831,"General Motors LLC (GM) is recalling certain model year 2015 Buick Encore vehicles manufactured August 26, 2014, to February 9, 2015, and 2015 Chevrolet Trax vehicles manufactured October 13, 2014, to February 3, 2015. The affected vehicles have tire placards that do not provide the rim size information for the front or rear wheels. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the label is missing front and rear rim size information, the owner may replace the rims with ones that are an incorrect size, increasing the risk of crash.","GM will notify owners, and will send owners a corrected label, free of charge. The recall April 29, 2015. Owners may contact Buick customer service at 1-800-521-7300, and Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15166." -03/20/2015,15V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V159000),"Charles Machine Works, Inc.",Possible Incorrect Wheel Bearings in Axle Assembly,SUSPENSION,ID #0376152,Vehicle,169,"Charles Machine Works Inc. (Charles Machine) is recalling certain model year 2002-2015 Ditch Witch T26 trailers. The affected trailers may have been manufactured with axles that have incorrect wheel bearings. The incorrect wheel bearings may not be able to support the trailer's rated load and, as a result, the bearings may fail and the wheel may detach.",Bearing failure or wheel detachment would increase the risk of a crash.,"Charles Machine will notify owners, and dealers will inspect the wheel bearings and replace them, as necessary, free of charge. The recall began on April 8, 2015. Owners may contact Charles Machine customer service at 1-800-654-6481. Charles Machine's number for this recall is ID #0376152." -03/20/2015,15V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V161000),Jerr-Dan Corporation,Underlift Boom may Drift Down,EQUIPMENT,NR (Not Reported),Vehicle,50,"Jerr-Dan Corporation (Jerr-Dan) is recalling certain model year 2010 Standard Duty MPL-NGS, MPL-NG and MPL40 Wreckers manufactured August 3, 2010, through September 30, 2010. In the affected vehicles, the underlift boom tilt cylinder may drift down while a vehicle is being towed.","If the underlift boom tilt cylinder drifts down during towing, the vehicle that is being towed may contact the road surface, increasing the risk of the vehicle crash.","Jerr-Dan will notify owners and dealers will replace the underlift tilt circuit counterbalance valve, free of charge. The recall began on April 24, 2015. Owners may contact Jerr-Dan customer service at 1-800-926-9666. Note: This recall is an expansion of 14V-248." -03/18/2015,15V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V156000),"Forest River, Inc.",Exterior Furnace Vent Missing,EQUIPMENT,400-03032015-0016,Vehicle,200,"Forest River, Inc. (Forest River) is recalling certain model year 2014 Palomino SolAire trailers manufactured July 1, 2014, to August 31, 2014. The affected vehicles may have been manufactured without an exterior furnace vent causing exhaust fumes to be vented into the trailer. Additionally, the lack of a furnace vent may result in a heat buildup around the furnace.","Exhaust fumes inside the trailer may result in carbon-monoxide poisoning, increasing the risk of occupant injury. A heat build up, increases the risk of a fire.","Forest River will notify owners, and dealers will install an exterior furnace vent in any affected trailer that does not have one, free of charge. The recall is expected to begin in April 2015. Owners may contact Forest River customer service at 1-574-389-4600. Forest River's number for this recall is 400-03032015-0016." -03/18/2015,15V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V157000),"General Motors, LLC",Front Driver Air Bag Inflator May Be Misaligned,AIR BAGS,15037,Vehicle,40,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Colorado vehicles manufactured September 15, 2014, to January 21, 2015, and 2015 GMC Canyon vehicles manufactured October 3, 2014, to December 9, 2014. The affected vehicles have a front driver air bag inflator that may be misaligned to the air bag module backplate. This can cause the inflator to separate from the backplate during a deployment.","If the inflator separates from the back plate in the event of a crash necessitating deployment of the driver's frontal air bag, this may cause the air bag or steering wheel components to separate and be propelled into the interior compartment, potentially seriously injuring the driver or other occupants. Additionally, the air bag may fail to properly inflate, increasing the risk of injury to the driver.","GM has notified owners, and dealers will inspect the driver air bag module inflator for proper alignment, replacing the air bag, as necessary, free of charge. The recall began March 19, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020, or GMC customer service at 1-800-462-8782. GM's number for this recall is 15037." -03/18/2015,15V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V158000),"Charles Machine Works, Inc.",Incorrect Pre-Load on Wheel Bearings,SUSPENSION,ID #0377453,Vehicle,590,"Charles Machine Works Inc (Charles Machine) is recalling certain model year 2013-2015 Ditch Witch T18 tandem axle trailers manufactured January 1, 2013, to February 15, 2015, and with or without vacuum excavators mounted on them. The wheel hubs of the affected trailers may have incorrect bearing pre-loads which can cause the trailer wheels to lock up.",A trailer wheel lock up would increase the risk of a crash.,"Charles Machine will notify owners, and dealers will inspect the axles, and replace the bearings, as necessary, free of charge. The recall began on April 8, 2015. Owners may contact Charles Machine customer service at 1-800-654-6481. Charles Machine's number for this recall is ID #0377453." -03/18/2015,15E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E022000),Woodstock Safety Mirror Co.,Incorrect Stop Signal Arm Border/FMVSS 131,EQUIPMENT,NR (Not Reported),Equipment,169,"Woodstock Safety Mirror Co. (Woodstock) is recalling certain Stop Arms, model number 03G13CH (part number 8000-1135C), manufactured July 3, 2013, to September 1, 2013. The affected stop arms have a border width of 10mm instead of the required 12mm. As a result, the front side of stop signal arm's border is obscured by more than the maximum 15 percent. As such, these stop arms fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 131, ""School Bus Pedestrian Safety Devices.""","A stop arm that does not meet the dimensional requirements may be less noticeable and thereby reduce the visibility of a stopped school bus, increasing the risk of a pedestrian injury.","Woodstock will notify owners, and will send those that purchased the stop arms a replacement border decal kit, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Woodstock at 1-845-247-3429." -03/18/2015,15C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15C001000),"Graco Children's Products, Inc.",Label Missing Instruction Manual Information,CHILD SEAT,NR (Not Reported),Child Seat,31838,"Graco Children's Products Inc. (Graco) is recalling certain ComfortSport child restraints, model numbers 1813040 and 1794333; Ready Ride child restraints, model numbers 1924520 and 1924519; and Classic Ride child restraints, model number 1812930. These seats were manufactured between March 1, 2014, and February 28, 2015. The affected convertible child restraints are missing a statement on the affixed label that informs of location of the instruction manual. Without the notice on the fixed label, these seats fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 213 ""Child Restraint Systems.""","If the label does not inform the seat owner of the instruction manual's location, the owner may not be able to refer to it and may use the seat improperly, increasing the risk of injury to the child in the event of a crash.","Graco will notify the registered owners and will mail them corrected labels to affix to the child restraints. The recall began on March 3, 2016. Owners may contact Graco at 1-800-345-4109." -03/17/2015,15V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V154000),Hyundai Translead,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",14E075000,Vehicle,3412,"Hyundai Translead (HT) is recalling certain model year 2014-2015 Original, Composite, Composite XT, HyCube and Dolly trailers manufactured January 1, 2014, to December 31, 2014 equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"Hyundai Translead will notify owners, and dealers will replace the actuators, free of charge. The recall began on August 21, 2015. Owners may contact Hyundai Translead customer service at 1-800-251-0871." -03/17/2015,15V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V155000),"Eldorado National- California, Inc.",Tie Rod Nuts may be Incorrectly Torqued,STEERING,NR (Not Reported),Vehicle,29,"ElDorado National-California, Inc. (ElDorado) is recalling certain model year 2014 ElDorado National E-Z Rider II and ElDorado National California Axess buses manufactured January 2, 2014, to December 31, 2014. The affected buses have front axles whose tie rod nuts may be improperly torqued.","If the tie rod nuts are not properly torqued, the tie rod may not be adequately secured, resulting in a loss of vehicle control and increasing the risk of a crash.","ElDorado will notify owners, and dealers will inspect the tie rod nut torque and replace the parts, as necessary, free of charge. The recall began on April 2, 2015. Owners may contact Eldorado customer service at 1-909-591-9557." -03/16/2015,15V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V152000),Ducati North America,Cable may Prevent the Throttle from Closing,VEHICLE SPEED CONTROL,RCL-15-001,Vehicle,5962,Ducati North America (Ducati) is recalling certain model year 2010-2014 Multistrada 1200 motorcycles. The inner sleeve of the opening throttle cable may move and prevent the full closing of the throttle.,"If the throttle cannot be fully closed, there is an increased risk of a crash.","Ducati will notify owners, and dealers will replace the upper throttle cover with one that prevents the inner throttle sleeve from moving, free of charge. The recall began on May 11, 2015. Owners may contact Ducati customer service at 1-800-231-6696. Ducati's number for this recall is RCL-15-001." -03/16/2015,15V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V150000),"Altec Industries, Inc.",Counterbalance Valve Crack may Allow Boom Movement,EQUIPMENT,CSN 614,Vehicle,120,"Altec Industries Inc. (Altec) is recalling certain model year 2014 Aerial Devices manufactured April 1, 2014, to July 18, 2014, and equipped with certain SUN Hydraulics Corporation counterbalance valves. In the affected vehicles, the counterbalance valve may crack, allowing hydraulic fluid to leak, and possibly result in boom movement.",Unintended boom movement of the aerial device increases the operator's risk of injury.,"Altec will notify owners, and dealers will replace the counterbalance valves, free of charge. The recall began on May 12, 2015. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 614." -03/16/2015,15V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V151000),"Spartan Tool, LLC",Trailer Hitch Welds may Fail,TRAILER HITCHES,NR (Not Reported),Vehicle,88,"Spartan Tool, LLC (Spartan) is recalling certain model year 2013-2014 Sewer Jetters, model numbers 738, 740, and 758, manufactured November 1, 2013, to December 31, 2014. The trailer mounted Sewer Jetters may have their trailer hitch welds fail, and the trailer may detach from the tow vehicle.","If the trailer detaches from the tow vehicle, there is an increased risk of a crash.","Spartan will notify owners, and dealers will replace the hitch tubes with formed hitch tubes, free of charge. The recall began March 30, 2015. Owners may contact Spartan customer service at 1-800-435-3866." -03/16/2015,15V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V149000),Newmar Corporation,Wiper Blades may Detach from Wiper Arms,VISIBILITY,NR (Not Reported),Vehicle,153,"Newmar Corporation (Newmar) is recalling certain model year 2014-2015 King Aire, Essex, London Aire, and Mountain Aire motor homes manufactured November 26, 2013, to November 11, 2014. The wiper blades may separate from the wiper arm connectors, especially when the wipers are used at the high speed setting.","If the wiper blades separate from the wiper arms, the driver may have reduced visibility, increasing the risk of a crash.","The recall began on March 17, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -03/13/2015,15V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V148000),"BMW of North America, LLC",Air Bag Incorrect Deployment Timing/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,2067,"BMW of North America, LLC (BMW) is recalling certain model year 2015 428i Convertible, 428i xDrive Convertible, 435i Convertible, and 435i xDrive Convertible vehicles manufactured October 22, 2014, to February 27, 2015. Due to a programming error, the driver's front air bag deployment timing may be incorrect. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection.""","If the driver's front air bag deployment timing is incorrect, there is an increased risk of personal injury in the event of a vehicle crash.","BMW will notify owners, and dealers will reprogram the air bag control module with corrected software version, free of charge. The recall began May 11, 2015. Owners may contact BMW customer service at 1-800-525-7417." -03/13/2015,15V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V147000),"BMW of North America, LLC",Head Protection System Air Bag Improper Inflation,AIR BAGS,NR (Not Reported),Vehicle,46,"BMW of North America, LLC (BMW) is recalling certain model year 2015 BMW X5 xDrive 35d Sports Activity Vehicles (SAV) manufactured August 19, 2014, to February 16, 2015, and 2014-2015 BMW X5 xDrive 35i, X5 sDrive 35i, X5 xDrive 50i, Sports Activity Vehicles (SAV) manufactured August 28, 2013, to February 16, 2015. In the affected vehicles, the Head Protection System (HPS) air bag may not be securely connected to the air bag inflator gas generator.","Without a secure connection to the inflator, the HPS air bags may have insufficient inflation during a vehicle crash, increasing the risk of injury.","BMW will notify owners, and dealers will replace the Head Protection System, free of charge. The recall began on June 24, 2015. Owners may contact BMW customer service at 1-800-525-7417." -03/13/2015,15V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V143000),Toyota Motor Engineering & Manufacturing,Loss of Electric Drive,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,2497,"Toyota Motor Engineering & manufacturing (Toyota) is recalling certain model year 2012-2014 Rav4 EV vehicles manufactured July 24, 2012, to August 29, 2014. Due to a software issue within a component of the Electric Vehicle Traction Motor Assembly, the electric propulsion motor may shift to ""neutral"" resulting in a possible loss of drive power.",A loss of drive power may increase the risk of a crash.,"Toyota will notify owners, and dealers will update the Electric Vehicle Traction Motor Assembly software, free of charge. The recall began on September 10, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -03/13/2015,15V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V146000),"General Motors, LLC",Loss of Electric Power Steering Assist,STEERING,15168,Vehicle,2295,"General Motors LLC (GM) is recalling certain model year 2015 Buick Encore vehicles manufactured November 27, 2014, to February 24, 2015, and 2015 Chevrolet Trax vehicles manufactured November 18, 2014, to February 17, 2015. The steering column assembly housing may contact the power steering printed circuit board causing the circuit board to wear.","The circuit board wear may cause a sudden loss of electric power steering assist, increasing the risk of a crash.","GM will notify owners, and dealers will inspect and replace the steering column assembly, as necessary, free of charge. The recall began April 24, 2015. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15168." -03/13/2015,15V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V145000),"General Motors, LLC","On, but Unattended, Vehicle may cause CO Poisoning",ELECTRICAL SYSTEM,14617,Vehicle,50236,"General Motors LLC (GM) is recalling certain model year 2011-2013 Volt vehicles manufactured August 25, 2010, to June 26, 2013. If the driver exits the vehicle without turning off the electrical system, the battery may drain low enough that the gasoline engine will automatically start itself to recharge the electric battery.","If the engine runs for an extended period of time in an enclosed space, there may be a build up of carbon monoxide, increasing the risk of personal injury.","GM will notify owners, and dealers will update the engine management software to limit the time that the stationary vehicle can be left in the ON position, free of charge. The recall began April 15, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14617." -03/13/2015,15V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V144000),Toyota Motor Engineering & Manufacturing,Possible Loss of Electric Power Steering,STEERING,NR (Not Reported),Vehicle,110085,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Camry, Camry Hybrid, Highlander, and Highlander Hybrid, and 2014-2015 Rav4 vehicles. A component of the electric power steering (EPS) electronic control unit (ECU) may have been damaged during the manufacturing process. Over time, this damage may result in failure of the electric power steering system.",An unexpected loss of power steering increases the risk of a crash.,"Toyota will notify owners, and dealers will inspect the serial number of the EPS ECU or steering column assembly. If the number is within the affected range, the EPS ECU will be replaced, free of charge. The recall began on May 7, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -03/11/2015,15V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V140000),"Kalmar Solutions, LLC",Battery Ground may Disconnect and Harness may Melt,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,311,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014-2015 Ottawa terminal tractors manufactured June 20, 2014, to November 14, 2014. Due to improper routing, the battery ground cable may detach from its mounting on the transmission, and as a result, excessive current may travel through the vehicle's engine harness, melting it.",Melting of the engine harness may cause an electrical short and increase the risk of a fire.,"Kalmar will notify owners, and dealers will replace the battery cable and correct its routing to eliminate stress on its attachment point, free of charge. The recall began on March 26, 2015. Owners may contact Kalmar customer service at 1-785-229-6327." -03/11/2015,15V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V139000),"Mack Trucks, Inc.",Inadvertent Fifth Wheel Latch Release,TRAILER HITCHES,SC0390,Vehicle,262,"Mack Trucks, Inc (Mack) is recalling certain model year 2012-2015 CXU trucks manufactured February 4, 2011, to December 23, 2014, and equipped with an air release fifth wheel latch. The affected vehicles have a switch to release the fifth wheel latch that may invertently be pushed and cause the trailer to unintentionally disconnect from the tractor after the parking brake has been released.",An inadvertent decoupling of the trailer from the tractor may increase the risk of a crash.,"Mack will notify owners, and dealers will install a secondary action that operators will need to activate before the fifth wheel will release, free of charge. The recall began on May 6, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0390." -03/11/2015,15E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E021000),"Bendix Commercial Vehicle Systems, LLC",Inversion Valve may cause Brakes to Drag,SERVICE BRAKES,NR (Not Reported),Equipment,1003,"Bendix Commercial Vehicle Systems LLC (Bendix) is recalling certain TR-3 Inversion Air Brake Valves, part number 101450, manufactured February 6, 2014, to October 15, 2014. The bodies of the affected inversion valves may have incorrect dimensions, possibly causing the brakes to drag and overheat.","If the defective valve causes the brakes to drag and overheat, there is an increased risk of a wheel end fire.","Bendix will notify the affected vehicle manufacturers who will notify their vehicle owners. Bendix will provide a repair kit, free of charge. The recall began May 22, 2015. Owners may contact Bendix customer service at 1-800-247-2725 and select Option 1 for Customer Service." -03/11/2015,15V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V142000),Indian Motorcycle Company,Loss of Rear Brakes,"SERVICE BRAKES, HYDRAULIC",I-15-01 A/B,Vehicle,987,"Indian Motorcycle Company (Indian) is recalling certain model year 2015 Scout N15MSA00AA, N15MSA00AH, N15MSA00AR, N15MSA00AS, N15MSA00BA, N15MSA00BH, N15MSA00BS, N15MSA00CA, and N15MSA00CS motorcycles manufactured May 12, 2014, to April 9, 2015. Due to a problem with the rear brake master cylinder, the motorcycles may have a reduction in, or a complete loss of, rear brake power.","A full or partial loss of rear braking power may lengthen the distance needed to slow or stop the motorcycle, increasing the risk of a crash.","Indian will notify owners, and dealers will inspect and replace the rear brake master cylinder, as necessary, free of charge. The recall began on March 6, 2015. Owners may contact the Indian Motorcycle Consumer Service Department at 1-877-204-3697. Indian's number for this recall is I-15-01 A/B." -03/11/2015,15V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V141000),"BMW of North America, LLC",Rear Wheel Mounting Flange may Crack,WHEELS,NR (Not Reported),Vehicle,43426,"BMW of North America, LLC (BMW) is recalling certain model year 2005-2010 R1200GS and R1200RT, 2006-2010 R1200GS Adventure, 2007-2010 R1200R, 2007 R1200S and K1200R Sport, 2005-2007 R1200ST, 2008-2009 HP2 Megamoto, 2006 HP2 Enduro, 2008-2010 HP2 Sport, 2005-2008 K1200S, 2006-2008 K1200R, K1200GT, 2009-2011 K1300S, 2010-2011 K1300R, and 2009-2010 K1300GT motorcycles. In the affected motorcycles, the rear wheel mounting flange may crack if the rear wheel mounting bolts are over tightened.","If the rear wheel mounting flange cracks, the mounting bolts may loosen and the rear wheel may not remain secured to the motorcycle, causing a loss of stability and increasing the risk of a crash.","BMW will notify owners, and dealers will replace the existing aluminum rear wheel flange with a steel one, free of charge. The recall began on May 7, 2015. Owners may contact BMW customer service at 1-800-525-7417." -03/10/2015,15V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V138000),"Mercedes-Benz USA, LLC",Improperly Attached Fuel Delivery Module and Wires,"FUEL SYSTEM, GASOLINE",2015030004,Vehicle,3039,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 C300 4matic and C400 4matic vehicles manufactured April 7, 2014, to July 25, 2014. In the affected vehicles, the fuel delivery module may be improperly secured to the fuel tank. Secondly, electrical wires that connect to the fuel delivery module might have been pinched between the flange of the fuel delivery module and the tank.","If the locking plate is not properly secured to the fuel delivery module it may become loose, and leak fuel, increasing the risk of a fire. If the electrical wires are pinched, the fuel pump may stop working, resulting in a stall, thereby increasing the risk of a crash.","MBUSA will notify owners, and dealers will inspect the vehicles for improperly secured locking plates and pinched wires, correcting the vehicles as necessary, free of charge. The recal began on April 24, 2015. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2015030004." -03/10/2015,15V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V136000),Blue Bird Body Company,Incorrect Fasteners on Seat Gusset/FMVSS 210,SEAT BELTS,R15YC - SB,Vehicle,1344,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2013-2016 All American A3FE, A3RE, T3FE, T3RE, and D3RE school buses manufactured June 28, 2012, to September 25, 2014, and 2013-2016 Vision BBCV school buses manufactured June 9, 2012, to September 30, 2014. Incorrect fasteners may have been used to secure the seat gusset reinforcement to the side wall resulting in the seat belts being improperly anchored. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 210, ""Seat Belt Assembly Anchorages.""","If the seat belts are improperly anchored, there is an increased risk of occupant injury in the event of a crash.","Blue Bird will notify owners, and dealers will inspect the the seat gusset reinforcement mounting fasteners, and will install an additional gusset reinforcement bracket, as necessary, free of charge. The recall began on April 2, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Birds number for this recall is R15YC-SB." -03/10/2015,15E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E020000),"Meritor, Inc.",Rear Drive-Train Lubricant Levels,POWER TRAIN,C15AC,Equipment,30,"Meritor, Inc. (Meritor) is recalling certain MT-40-14X Rear Drive Train axles manufactured November 11, 2014, to December 18, 2014. Due to an incorrect carrier and housing combination, the axles may have low lubricant levels that can cause the axle sump to inadequately circulate lubricant to the wheel end hub assembly.","Without adequate lubrication to the wheel end hub assembly, the bearings may fail prematurely, increasing the risk of a crash.","Meritor will notify owners, and dealers will change the axle, and inspect the wheel ends for damage, replacing the components of the wheel ends, as necessary, free of charge. Owners may contact Meritor customer service at 1-248-435-1725. Meritor's number for this recall is C15AC." -03/10/2015,15V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V137000),"Mercedes-Benz USA, LLC",Rear Side Marker Illumination/FMVSS 108,EXTERIOR LIGHTING,2015030005,Vehicle,30141,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 CLS 400 and CLS 400 4matic, 2012-2015 CLS 550 and CLS 550 4matic, 2012-2013 CLS 63, 2014 CLS 63, and 2014-2015 CLS 63P. The affected vehicles have LED tail lights that may not light on the sides, reducing the rear side visibility of the vehicle. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Reduced rear side marker illumination may prevent other drivers from seeing the vehicle, increasing the risk of a crash.","MBUSA will notify owners, and dealers will update the lighting controller software, free of charge. The recall began April 6, 2015. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2015030005." -03/09/2015,15V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V135000),"Winnebago Industries, Inc.",Abutting Wedge Incorrectly Installed,STRUCTURE,NR (Not Reported),Vehicle,519,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015 Winnebago ERA, View, and Itasca Navion vehicles manufactured September 11, 2014, to February 27, 2015 and built on a Mercedes-Benz Sprinter Chassis. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal impact, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal accident, a greater force may be necessary to open the doors, increasing the risk of injury.","Mercedes-Benz notify owners, and their dealers will check the installation of the abutting wedge, correcting it as necessary, free of charge. The recall began in March 2015. Owners may contact Mercedes-Benz Sprinter customer service at 1-877-762-8267." -03/09/2015,15E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E019000),Harbor Freight Tools,Missing Red Sidemarker Lamps/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,888122,"Harbor Freight Tools (Harbor Freight) is recalling certain Haul Master LED Trailer Light Kits, item number 60597, manufactured May 3, 2013, to February 5, 2015, Haul Master Deluxe 12V Trailer Light Kits, item number 93861, manufactured February 4, 2006, to February 5, 2015, and Haul Master Deluxe 12V Trailer Light Kits, item number 69624, manufactured March 29, 2013, to February 5, 2015. Item 60597 may be missing red side-marker lamps. Item 93861 may have an incorrectly positioned rear lamp bracket that may not illuminate the license plate. Item 69624 may have lenses that are not compliant. As such, these kits fail to meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the trailer lights fail to comply with the safety standards, the trailer may be less visible to other drivers, increasing the risk of a crash.","Harbor Freight will notify its website or catalogue customers by direct mail. In addition, Harbor Freight will notify its customers by posting notices at its retail store locations and on its online website. Harbor Freight will provide affected customers with a complete tail light replacement package at no charge to customer. The recall began on May 18, 2015. Owners may contact Harbor Freight customer service at 1-805-388-1000." -03/09/2015,15V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V134000),Toyota Motor Engineering & Manufacturing,Roof Headliner Requirements/FMVSS 201,STRUCTURE,NR (Not Reported),Vehicle,16582,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2012-2015 Yaris vehicles manufactured August 31, 2011, to February 9, 2015, and sold or registered in Puerto Rico. The affected vehicles may have been manufactured with a roof headliner that does not provide the proper occupant protection in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 201, "" Occupant Protection in Interior Impact.""","If the vehicles are equipped with a headliner that does not meet the impact requirements, there is an increased risk of occupantl injury in the event of a crash.","Toyota will notify owners, and dealers will replace the headliner, free of charge. The recall began on June 22, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -03/06/2015,15V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V130000),"Forest River, Inc.",Fueling Station too Close to Ignition Source,EQUIPMENT,45-02102015,Vehicle,25,"Forest River, Inc. (Forest River) is recalling certain model year 2015 XLR Nitro XLT31FQSL recreational vehicles manufactured July 21, 2014, to January 31, 2015 and configured with a garage in the rear of the trailer and an optional fueling station. If the fueling station nozzle is fully extended and pulled as far forward as possible, the hose may be too close to the fuel burning appliance to prevent the fuel vapors from igniting.","If the vapor from the fueling nozzle is able to reach the fuel burning appliance, there is an increased risk of a vehicle fire.","Forest River will notify owners, and dealers will relocate the fueling station box and hose nozzle to a safe distance from the fuel burning appliance, free of charge. The recall began on March 30, 2015. Owners may contact Forest River customer service at 1-574-642-0437. Forest River's number for this recall is 45-02102015." -03/06/2015,15V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V131000),"Forest River, Inc.",Fueling Station too Close to Ignition Source,EQUIPMENT,45-02172015,Vehicle,1,"Forest River, Inc. (Forest River) is recalling one model year 2015 XLR Hyperlite XLR31FDK recreational vehicle manufactured September 30, 2014, to November 25, 2015, and equipped with a front deck for carrying motorcycles and quad runners and an optional fueling station. If the fueling station nozzle is fully extended and pulled as far forward as possible, the hose may be too close to the fuel burning appliance to prevent the fuel vapors from igniting.","If the vapors released by fueling a vehicle stored in the trailer is able to reach the flame or heating element of a fuel burning appliance it may ignite, increasing the risk of a fire.","The single unit affected by this campaign is still at the dealership and will be repaired by the dealer before delivery to the new owner. Therefore, an owner notification letter will not be issued for this campaign. The recall began on April 3, 2015. Owners may contact Forest River customer service at 1-574-642-0437. Forest River's number for this recall is 45-02172015." -03/06/2015,15E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E017000),Haldex Commercial Vehicle Systems,Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,159380,"Haldex Commercial Vehicle Systems (Haldex) is recalling certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators, part number 1533030XXX/LC3030L, manufactured December 17, 2013, to February 18, 2015. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Haldex will notify their affected vehicle manufacturing customers, and their dealers will remove and replace the Haldex Life Seal Type 30/30 long stroke actuators with Haldex Gold Seal Type 30/30 long stroke actuators, free of charge. The recall is expected to begin in March 2015. Owners may contact Haldex customer service at 1-800-752-2501 or HaldexHotline@Haldex.com. Note: This recall supersedes recall 14E-075. Any affected vehicle whose brake chamber was previously inspected but not replaced is included in this recall." -03/06/2015,15V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V132000),PACCAR Incorporated,Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,215-D,Vehicle,213230,"PACCAR Incorporated (PACCAR) is recalling certain model year 2006-2016 Peterbilt 587, 579, 567, 389, 388, 387, 385, 382, 379, 378, 367, 365 and 357 trucks manufactured July 25, 2005, to February 26, 2016. The affected vehicles may be equipped with Tire and Rim Certification Labels that list a tire pressure below the actual correct amount. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire selection and rims and motor home/recreation vehicle trailer load carrying capacity information for motor vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds).""","If the tires are underinflated due to the incorrect inflation pressure listed on the label, the truck may not be able to carry the maximum gross vehicle weight rating (GVWR) load listed without experiencing tire failure which would increase the risk of a crash.","Peterbilt will notify owners and mail them a corrected Tire and Rim certification label, free of charge. The recall began on June 19, 2015. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 215-D." -03/06/2015,15V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V133000),"Tiffin Motorhomes, Inc.",Steering Knuckle may Fail,STEERING,NR (Not Reported),Vehicle,128,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2014 Breeze motorhomes. The affected vehicles may be equipped with a steering knuckle that may fracture.","If the steering knuckle fails while the motorhome is being driven, a loss of vehicle control may result, increasing the risk of a crash.","Tiffin will notify owners, and dealer representatives will come to where the motorhome is parked, looking for any steering knuckle in the affected production lot. If the the motorhome has one the the subject steering knuckles, the vehicle will be towed to the dealer and the knuckle will be replaced, free of charge. The recall began March 12, 2015. Owners may contact Tiffin customer service at 1-256-356-8661." -03/06/2015,15E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E018000),"Multiprens USA, Inc.",Warning Triangle Kit/FMVSS 125,EQUIPMENT,MUSA0814,Equipment,22104,"Multiprens, USA, Inc. (Multiprens) is recalling certain STK-100 triangle kits manufactured October 4, 2011, to July 21, 2014. The affected triangle kits may have have an incorrect inner border of the orange florescent material, the triangles may not be as reflective as required, and the reflector color may not be correct. Additionally, the triangles may also move under wind load, and may be subject to joint separation and discoloration after being used. As such, these triangle kits fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 125, ""Warning Devices.""","Failure of the warning triangles to meet the Safety Standard requirements may result in other vehicles not being warned about a disabled vehicle, increasing the risk of a crash.",Multiprens will notify owners and advise them to return the triangle kits for a full refund. The recall is expected to begin in April 2015. Owners may contact Multiprens customer service at 1-913-371-6999. Multiprens' number for this recall is MUSA0814. -03/04/2015,15V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V128000),"Forest River, Inc.",Incorrect GVWR Rating on Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,94,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Wildcat WCF275CKX, WCF272RLX, WCF295RSX, WCF293REX, WCF282RKX, and WCF312BHX recreational fifth wheel trailers manufactured November 6, 2014, to February 18, 2015. The affected vehicles may be equipped with Federal Certification Labels that incorrectly state the gross vehicle weight rating (GVWR) to be 13,000lbs. when the correct GVWR is 11,999lbs. As such, these trailers fail to conform to Part 567, ""Certification.""","If the trailer is overloaded, the trailer pin box (the connection point for the trailer to the vehicle) may fail, resulting in a loss of control, increasing the risk of a crash.","Forest River will notify owners and will send corrected Federal Certification Labels, free of charge. The recall began on March 24, 2015. Owners may contact Forest River customer service at 1-574-206-7600." -03/04/2015,15E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E016000),Taizhou Tianda Rope & Belt Co. Ltd,Seat Belt Buckle may be Difficult to Unlatch,SEAT BELTS,NR (Not Reported),Equipment,480,"Taizhou Tianda Rope & Belt Co. Ltd (Taizhou Tianda) is recalling certain Seat Belts, model TN (part number 67SA1-04501-A1), manufactured June 1, 2013, to October 20, 2013. Improper manufacturing of the seat belt buckle may prevent the seat belts from being easily unlatched.","If the seat belt cannot be easily unlatched, egress from the vehicle could be hindered, increasing the risk of injury in the event of an emergency.","Taizhou Tianda will notify the affected vehicle manufacturer who will contact the owners and replace the defective buckles, free of charge. The recall began April 3, 2015. Owners may contact Taizhou Tianda customer service at 1-866-617-2127." -03/04/2015,15V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V129000),"NABI Bus, LLC",Tie Rod Nuts may be Incorrectly Torqued,STEERING,20151,Vehicle,63,"NABI Bus, LLC (NABI) is recalling certain model year 2014 40LFW city transit buses manufactured September 12, 2014, to December 31, 2014. The affected buses have front axles whose tie rod nuts may be improperly torqued.","If the tie rod nuts are not properly torqued, the tie rod may not be adequately secured, resulting in a loss of vehicle control and increasing the risk of a crash.","NABI will notify owners, and dealers will be retorque the tie rod nuts, free of charge. The recall began on March 20, 2015. Owners may contact NABI customer service at 1-256-241-1298. NABI's number for this recall is 20151." -03/04/2015,15V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V127000),"Daimler Trucks North America, LLC",Water Intrusion Causing Electrical Shorts,ELECTRICAL SYSTEM,FL-679,Vehicle,45036,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2007-2011 Freightliner Cascadia trucks manufactured March 26, 2007, to August 31, 2010. Water may leak into the Signal-detection and Activation Module (SAM) Chassis causing corrosion which may result in electrical shorts or possible intermittent operation of trailer lights.","Intermittent operation of the trailer lights may prevent other drivers from knowing that the truck is slowing or stopping, increasing the risk of a vehicle crash. Additionally, an electrical short in the SAM chassis may result in a a fire.","DTNA will notify owners, and dealers will inspect the SAM chassis for corrosion, replacing it as necessary. Any vehicle that does not have a drip shield mounted in the cab over the SAM chassis will receive one. These repairs will be performed free of charge. An interim letter was sent to owners on May 4, 2015. The recall began on October 8, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-679." -03/03/2015,15E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E014000),Ford Motor Company,Improper Fit of Replacement Steering Gears,STEERING,15S08,Equipment,1608,"Ford Motor Company (Ford) is recalling certain Motorcraft STG-454 service replacement steering gears manufactured July 1, 2014, to October 17, 2014. These steering gears are for use on 2008-2010 model year F-250 and F-350 vehicles equipped with 6.4L diesel engines. The affected steering gears may not install properly, and as a result, there may be insufficient clamp load on the joints which may cause the steering gear retention bolts to fracture.","Steering gear retention bolt fractures may cause a loss of steering control, increasing the risk of a vehicle crash.","Ford will notify owners, and dealers will install a spacer between the steering gear and the vehicle frame rail to ensure adequate clamp load on the joints, free of charge. The interim notices were mailed on April 22, 2015. A second notice will be mailed to owners when parts become available. A remedy began on July 13, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S08." -03/03/2015,15V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V126000),"Forest River, Inc.",Incorrect Certification Label/Part 567,EQUIPMENT,45-03022015,Vehicle,142,"Forest River, Inc. (Forest River) is recalling certain 2015 XLR XLF375AMP, XLR XLF380AMP, XLR XLF386X12HP, XLR XLF395AMP, XLR XLF415AMP, and XLR XLF425AMP recreational vehicles and toy haulers. The vehicles may be equipped with the incorrect hitch assembly rating information. The correct gross vehicle weight rating (GVWR) is 18,000lbs, however the Certification label states that the GVWR rating is 21,000lbs. As such, these trailers fail to conform to Part 567, ""Certification.""","If the trailer is loaded based on the incorrect GVWR, the hitch assembly would be overloaded which may result in hitch assembly failure, causing a loss of control and increasing the risk of a crash.","Forest River will notify owners and will send corrected Certification, Tire Information, and Cargo Carrying Capacity labels, free of charge. The recall began on March 25, 2015. Owners may contact Forest River customer service at 1-574-206-7600. Forest River's number for this recall is 45-03022015." -03/03/2015,15E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E015000),Agility Fuel Solutions,LNG Fuel System Solenoid Valve Corrosion,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,2040,"Agility Fuel Systems (Agility) is recalling certain LNG Fuel Systems, part numbers 23811000, 23812000, 23813000, 23820000, 23821000 and 23822000, manufactured October 1, 2013, to February 27, 2015 and installed on heavy duty vehicles originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. The affected fuel systems have solenoid valves may corrode from exposure to road salt.","The corrosion may cause the solenoid valve coil to fail and stop the flow of fuel to the engine. As a result, the vehicle would stall, increasing the risk of a crash.","Agility will notify the affected vehicle manufacturers and they will contact their owners. Dealers will replace or repair the defective solenoid valve coils, free of charge. An interim notice was mailed to owners on April 28, 2015. The recall began on May 16, 2016. Owners may contact Agility customer service at 1-949-236-5520." -03/03/2015,15V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V124000),Blue Bird Body Company,Steering Shaft Interference may Affect Steering,STEERING,R14XE,Vehicle,399,"Blue Bird Body Company (Blue Bird) is recalling certain 2016 All American school buses manufactured from September 11, 2014, through January 8, 2015. In the affected vehicles, a clamp on the steering shaft may come in contact with the rubber boot at the floor.","If the steering shaft clamp comes into contact with the rubber boot, additional effort would be needed to steer the vehicle, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will relocate the rubber boot and install a new steering shaft clamp, free of charge. The recall began on March 26, 2015. Owners may contact Blue Bird Customer Service at 1-478-822-2242. Blue Bird's number for this recall is R14XE. Note: This recall is an expansion of recall 14V-309." -03/02/2015,15V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V123000),Kia Motors America,Accelerator Pedal may Fracture,VEHICLE SPEED CONTROL,SC116,Vehicle,208858,"Kia Motors America (Kia) is recalling certain model year 2014-2015 Soul and Soul electric vehicles manufactured July 21, 2013, to January 8, 2015. A section of the accelerator pedal may bend and fracture.","If the vehicle has a bent or broken accelerator pedal, the driver may have difficulty accelerating the vehicle, increasing the risk of a crash.","Kia will notify owners, and dealers will add a supporting rubber underneath the pedal stopper, free of charge. The recall began on March 24, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC116." -03/02/2015,15V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V121000),Honda (American Honda Motor Co.),Connecting Rod Bolts may be Improperly Torqued,ENGINE AND ENGINE COOLING,"JP2-Accord, JP3-CR-V",Vehicle,137,"American Honda Motor Co. (Honda) is recalling certain model year 2014 Accord L4 vehicles manufactured July 29, 2014, to July 31, 2014, 2015 Accord L4 vehicles manufactured August 14, 2014, to January 30, 2015, and 2015 CR-V vehicles manufactured September 9, 2014, to February 6, 2015. The affected vehicles may have been assembled with improperly torqued connecting rod bolts, which can cause the engine to lose power or leak oil.","Loss of engine power may result in a vehicle stall, increasing the risk of a crash. If the engine leaks oil in the proximity of hot engine or exhaust components, there is an increased risk of a fire.","Honda will notify owners, and dealers will replace the engine short block, free of charge. The recall began on March 27, 2015. Owners may contact Honda customer service at 1-888-234-2138. Honda's number for this recall is JP2 (for Accord models) and JP3 (for CR-V models)." -03/02/2015,15V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V122000),Prevost Car (US) Inc.,Fuel Line Abrasion Causing Fuel Leak,"FUEL SYSTEM, DIESEL",SR15-04,Vehicle,455,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2007-2012 XLII, X3-45, H3-41, H3-45, and H3-45 VIP vehicles manufactured July 5, 2007, to May 11, 2012. The affected vehicles may be missing a fuel line locating clip, allowing the fuel line to rub against the braided coolant hose.","The fuel line rubbing may result in abrasion and a fuel leak, increasing the risk of a fire.","Prevost will notify owners, and dealers will inspect the fuel line for abrasion, replacing it as necessary, and will properly secure the fuel line and coolant line, free of charge. The recall began on March 26, 2015. Owners may contact Prevost customer service at 1-418-883-3391. Prevost's number for this recall is SR15-04." -03/02/2015,15V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V119000),Prevost Car (US) Inc.,Kidde Handheld Fire Extinguisher may not Discharge,EQUIPMENT,SR15-03,Vehicle,291,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2014-2015 Prevost XLII-45, X3-45, X3-45 VIP, H3-41, H3-45, and H3-45 VIP motorcoaches manufactured July 23, 2013, to November 28, 2014, and equipped with certain Kidde plastic valve disposable handheld fire extinguishers. These fire extinguishers may not fully discharge as designed when the lever is pressed.","In the event of a fire, if the fire extinguisher does not work correctly, there is an increased risk of injury to the bus occupants.","Prevost will notify owners, and dealers will inspect and replace the fire extinguisher if necessary, free of charge. The recall began March 27, 2015. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR15-03." -03/02/2015,15V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V120000),"REV Ambulance Group Orlando, Inc.",Various Electrical System Failures,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18,"Wheeled Coach Industries, Inc. (Wheeled Coach) is recalling certain model year 2010 ambulances manufactured May 4, 2010, to September 24, 2010 on Freightliner Business Class M2 chassis. The affected vehicles may have a loss of instrument panel cluster functions, loss of cab or instrument lighting and other electrical issues.","Without cab or instrument lighting, the emergency responders are unable to service patients, potentially furthering their injuries.","All affected vehicles have already been repaired by Wheeled Coach, free of charge. Owners may contact Wheeled Coach customer service at 1-800-628-8178." -02/27/2015,15V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V114000),"Chrysler (FCA US, LLC)",Damaged Fuel Rail Hose Connection,ENGINE AND ENGINE COOLING,R07,Vehicle,1875,"Chrysler (FCA US LLC) is recalling certain model year 2015 Dodge Challenger SRT and Dodge Charger SRT vehicles manufactured September 18, 2014, to February 5, 2015, and equipped with a 6.2L supercharged engine. O-ring seal and fuel rail crossover hose damage may result in the fuel rail hose connection leaking fuel.",A fuel leak in the presence of an ignition source such as hot engine or exhaust components increases the risk of a vehicle fire.,"Chrysler will notify owners and dealers will replace the engine fuel rail injector crossover hose, free of charge. The recall began April 23, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R07." -02/27/2015,15V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V115000),"Chrysler (FCA US, LLC)",Fuel Pump Relay may Fail Resulting in Stall,ELECTRICAL SYSTEM,R09,Vehicle,339525,"Chrysler (FCA US LLC) is recalling certain model year 2012-2013 Jeep Grand Cherokee vehicles manufactured September 17, 2010, to August 19, 2013, and equipped with a 3.6, 5.7 or 6.4 liter engine, and 2012-2013 Dodge Durango vehicles manufactured January 18, 2011, to August 19, 2013, and equipped with a 3.6 or 5.7 liter engine. In the affected vehicles, the fuel pump relay inside the Totally Integrated Power Module (TIPM-7) may fail, causing the vehicle to stall without warning.",A vehicle stall increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the fuel pump relay with one external to the TIPM. The recall began on August 7, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R09. Note: This recall is an expansion of recall 14V-530. Note: This recall has been superseded by recall 19V813." -02/27/2015,15V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V113000),"General Motors, LLC",Parking Brake Cable Brackets/FMVSS 135,PARKING BRAKE,15135,Vehicle,1733,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Cruze vehicles manufactured February 4, 2015, to February 9, 2015. The left-rear or right-rear parking brake cable brackets may not have been properly fastened during the assembly process. As a result, the fastening bolts may back out completely, causing the parking brake bracket to separate and the parking brake to not hold the vehicle in place. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 135, ""Light Vehicle Brake Systems.""","If the parking brake bracket separates, the parking brake may not hold the vehicle, increasing the risk of a vehicle roll away and a crash.","GM will notify owners, and dealers will inspect the left-rear and right-rear parking brake brackets bolts, tightening them as necessary, free of charge. The recall began in March 24, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 15135." -02/27/2015,15V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V117000),"Kawasaki Motors Corp., U.S.A.",Police Use Modifications/Electrical System Issues,ELECTRICAL SYSTEM,MC15-02,Vehicle,194,"Kawasaki Motors Corp., U.S.A. (Kawasaki) is recalling certain model year 2009-2013 Kawasaki Concours 14 and 14ABS motorcycles manufactured May 8, 2008, to February 20, 2013, and modified for police authority use. The additional police accessories may cause the 30-amp main fuse to blow. Also, the additional police wiring harness may chafe leading to a short, which may blow the main fuse.","If the fuse blows, the engine will stall, increasing the risk of a crash.","Kawasaki has notified the affected police departments and will send trained personnel to repair the motorcycles, free of charge. The recall began April 13, 2015. Owners may contact Kawasaki customer service at 1-866-802-9381. Kawasaki 's number for this recall is MC15-02. Note: This recall is an expansion of recalls 12V-134, 13V-370 and 13V-387." -02/27/2015,15V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V116000),"Nissan North America, Inc.",Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,625400,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2015 Nissan Altima vehicles manufactured March 1, 2013, to December 31, 2014. In the affected vehicles, the secondary hood latch may bind and remain in the unlatched position when the hood is closed.","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will be instructed to modify the bend angle of the hood actuation lever to eliminate potential interference with the hood inner panel. In addition, dealers will clean and lubricate the latch joint as needed. If significant corrosion is observed, the latch assembly will be replaced. This repairs will be performed free of charge. The recall began March 31, 2015. Owners may contact Nissan customer service at 1-800-647-7261. Note: This recall is an expansion of recall 14V-565." -02/27/2015,15V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V118000),Blue Bird Body Company,Steering Shaft Interference may Affect Steering,STEERING,R14XE,Vehicle,40,"Blue Bird Body Company (Blue Bird) is recalling certain 2016 All American transit buses manufactured from September 15, 2014, through January 12, 2015. In the affected vehicles, a clamp on the steering shaft may come in contact with the rubber boot at the floor.","If the steering shaft clamp comes into contact with the rubber boot, additional effort would be needed to steer the vehicle, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will relocate the rubber boot and install a new steering shaft clamp, free of charge. The recall began on March 25, 2015. Owners may contact Blue Bird Customer Service 1-478-822-2242. Blue Bird's number for this recall is R14XE. Note: This recall is an expansion of recall 14V-306." -02/25/2015,15E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E013000),Hickory Springs Manufacturing Company,Quad Step Rivet May Shear,EQUIPMENT,NR (Not Reported),Equipment,17469,"Hickory Springs Manufacturing Company (HSM) is recalling certain RV quad entry steps, models 24"" RV Step 8x8 PRCD RAD, 24"" RV Step 8x8 RAD, 24"" RV Step 8x8 ST PRC RAD RGR, 24"" 8x8 Quad PRCD RAD Boxed, and 24"" RV Step 8x8 ST PRC RAD W/BRKT, all manufactured October 18, 2012, to February 14, 2014. The rivets joining the 2nd, 3rd, and 4th steps may shear and fail when weight is placed upon the steps.","If the rivet shears under occupant load, the occupant may fall, increasing the risk of personal injury.","HSM will notify the manufacturers that purchased the steps for use in recreational vehicles, and those manufacturers will notify the vehicle owners. To remedy the steps, the rivets will be removed and the step sections will be bolted toegther, free of charge. The recall began on March 27, 2015. Owners may contact HSM customer service at 1-800-438-5341." -02/25/2015,15V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V111000),"McNeilus Truck & Manufacturing, Inc.",Secondary Brake Pressure Insufficient/FMVSS 121,PARKING BRAKE,VSR-TSB-009,Vehicle,536,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2005-2014 Bridgemaster V Mixer vehicles manufactured October 1, 2005, to December 31, 2014. The affected vehicles are built with the optional Bridgemaster parking brake system on the trailing liftable axle. This parking brake system includes a valve that allows the secondary brake pressure to fall below the required 45 psi after one treadle application. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 121, ""Air Brake Systems.""","If the primary braking system fails, the emergency brake system may not achieve the level of performance needed, increasing the risk of a crash.","McNeilus will notify owners, and dealers will install a check valve, free of charge. The recall began on March 10, 2015. Owners may contact McNeilus customer service at 1-888-686-7278. McNeilus' number for this recall is VSR-TSB-009." -02/25/2015,15V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V112000),Farber Specialty Vehicles,Wheelchair Lift Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14E-041,Vehicle,117,"Farber Specialty Vehicles (Farber) is recalling various specialty vehicles modified by Farber and equipped with model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Farber will notify owners to take their vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on March 24, 2015. Owners may contact Farber customer service at 1-800-331-3188, or Ricon customer service at 1-800-322-2884. Farber's number for this recall is 14E-041." -02/24/2015,15V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V108000),PACCAR Incorporated,Improperly Torqued Tie Rod Clamp,STEERING,215-C,Vehicle,5141,"PACCAR Incorporated (PACCAR) is recalling certain model year 2009-2015 Peterbilt 320, 365, 367, 388, and 389 trucks manufactured July 21, 2008, to February 28, 2014. The front axle tie rod end clamp bolts may be improperly torqued.","Undertorqued tie rod end clamp bolts are susceptible to corrosion, which may cause loose bolts to separate resulting in a loss of vehicle control and an increased risk of a crash.","PACCAR will notify owners, and dealers will replace the front axle tie rod assembly on any vehicle where the factory installed assembly has not been previously replaced, free of charge. Owners were mailed interim notices on May 11, 2015. The recall began on April 4, 2016. Owners may contact Peterbilt customer service at 1-940-591-4220. PACCAR's number for this recall is 215-C." -02/24/2015,15V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V110000),"BMW of North America, LLC",Rear Turn Signals may be Obscured/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1792,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2015 R nine T motorcycles manufactured November 27, 2013, through January 26, 2015. The design of the rear turn signals may partially obscure the lights from being seen by the driver of a following vehicle. As such, these motorcycles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","In certain road and traffic conditions, the rear turn signals may be slightly obscured to the driver of a following vehicle and increase the risk of a crash.","BMW will notify owners, and dealers will replace the rear turn signals with ones that have longer arms, free of charge. The recall began October 21, 2016. Owners may contact BMW customer service at 1-800-525-7417." -02/24/2015,15V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V109000),Lance Camper Manufacturing. Corp.,Screws for Awning Lateral Arm Brackets may Fail,EQUIPMENT,NR (Not Reported),Vehicle,550,"Lance Camper Manufacturing Corp. (Lance) is recalling certain model year 2015 Slide-In Campers, and Travel Trailers built April 10, 2014, to December 15, 2014, and equipped with certain Latitude Awnings, styles GX and G, manufactured by Carefree of Colorado. The affected awnings may have screws that attach the lateral arm brackets to the mounting brackets that were not manufactured to specification.","The screws could fail, causing the supporting bracket to fail, and the awning to fall and potentially strike and injure a person beneath it.","Lance will notify owners, and dealers will remove and replace the defective screws, free of charge. The recall began on February 20, 2015. Owners may contact Lance customer service at 1-661-949-3322." -02/24/2015,15V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V107000),Prevost Car (US) Inc.,Seat Belt Retractor may not Lock,SEAT BELTS,SR15-308,Vehicle,38,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2014 X3-45 commuter coaches manufactured October 1, 2014, to January 29, 2015, and equipped with Recaro-brand driver seats with a two-point seat belt and inward-facing retractor configuration. These seats have a seat belt retractor that may not lock as intended when the occupant has the seat in the full back position.","If the seat belt retractor does not lock, the seat occupant may not be properly restrained during a vehicle crash, increasing their risk of personal injury.","Prevost will notify owners, and dealers will inspect and reconfigure the seat belt to provide the needed clearance, free of charge. The recall began in March 2015. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR15-308." -02/24/2015,15T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T007000),"Yokohama Off-Highway Tires America, Inc",Tread Separation,TIRES,ATG-396HS-001,Tire,309,"Alliance Tire Americas, Inc. (Alliance) is recalling certain model 396 tires, size 445/65R22.5 manufactured April 22, 2013, to November 23, 2014, and size 600/50R22.5 manufactured May 27, 2013, to November 2, 2014. In the affected tires, the tread may separate from the tire.","If the tread separates, the tire may have a rapid loss of air, increasing the risk of a crash.","Alliance will notify owners, and dealers will reimburse consumers for the defective tires. The recall began March 9, 2015. Owners may contact Alliance customer service at 1-800-343-3276. Alliance's number for this recall is ATG-396HS-001." -02/23/2015,15V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V105000),"Daimler Trucks North America, LLC",Corrosion of Fuel Hoses may Result in CNG Leak,"FUEL SYSTEM, OTHER",FL-678,Vehicle,14,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 Freightliner Cascadia trucks manufactured November 19, 2013, to July 14, 2014, and equipped with certain model Side-Mount compressed natural gas (CNG) Fuel Systems, Part No. 23736011, manufactured August 1, 2013, to August 21, 2014 and Motion Industries T1700-06 flexible fuel hoses. The stainless steel braid hose reinforcement may corrode prematurely near the fitting crimp inside the slave tank enclosure.","If the corrosion progresses and goes undetected, the hose could begin to leak CNG, increasing the risk of a fire in the presence of an ignition source.","DTNA will notify owners and dealers will replace the defective hose, free of charge. The recall began on April 1, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-678." -02/23/2015,15V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V100000),Hyundai Motor America,Electric Power Steering Assist may be Disabled,STEERING,127,Vehicle,204768,"Hyundai Motor America (Hyundai) is recalling certain model year 2008-2010 Elantra vehicles manufactured June 1, 2008, to April 30, 2010, and 2009-2010 Elantra Touring vehicles manufactured November 1, 2008, to April 30, 2010. The electronic power steering (EPS) electronic control unit (ECU) may sense a discrepancy in the steering input signals and, as a result, disable the steering power assist.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","Hyundai will verify the proper operation of the Electronic Power Steering (EPS) and update the EPS control unit, free of charge. The recall began April 14, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 127." -02/23/2015,15V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V104000),"Gulf Stream Coach, Inc.",Incorrect Tire Labels/Part 567,EQUIPMENT,EWR ID 00309,Vehicle,229,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2010-2014 Conquest SE, Trailmaster, and Kingsport recreational trailers, models 265BHS and 265BHG, manufactured October 28, 2009, to August 22, 2013. The tire label on the affected trailers does not contain the correct tire size and tire pressure information. As such, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","A tire blowout may result if the operator over inflates the tires due to incorrect label information, increasing the risk of a crash.","Gulf Stream will notify owners and will send owners corrected labels with instructions for the proper installation of the labels, free of charge. The recall is expected to begin in March 2015. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is EWR ID 00309." -02/23/2015,15V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V099000),Toyota Motor Engineering & Manufacturing,Incorrect Tire Placard Information/FMVSS 110,TIRES,NR (Not Reported),Vehicle,18,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Tacoma pickup trucks manufactured August 7, 2014, to December 22, 2014. The affected vehicles may have had their tires and wheels changed to TRD PRO accessory tires and wheels, causing the inflation information on the tire placard to be incorrect which may result in the tire being improperly inflated. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""",Improperly inflated tires may increase the risk of a vehicle crash.,"Toyota will notify owners, and dealers will send a revised tire placard with correct tire size and inflation information to owners, free of charge. The recall began March 13, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -02/23/2015,15V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V103000),Cruiser RV,Opening Slide Floor May Expose Owners to Fumes,EQUIPMENT,NR (Not Reported),Vehicle,51,"Cruiser RV (Cruiser) is recalling certain model year 2016 Stryker Toy and Stryker Toy Hauler trailers manufactured July 21, 2014, to January 9, 2015, and equipped with an optional slide floor. In the affected trailers, the slide floor can be flipped up to access the storage space underneath. If the floor is flipped up while the trailer is stationary, the trailer occupants may be exposed to exhaust fumes from the generator or fumes from the exterior fueling station.","If the optional slide floor is opened and the occupants are exposed to fumes, there is an increased risk of injury.","Cruiser will notify owners, and dealers will secure the slide floor so that it cannot be opened, completely sealing it from the occupant space, free of charge. The recall began April 14, 2015. Owners may contact Cruiser customer service at 1-866-277-5630." -02/23/2015,15V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V102000),Keystone RV Company,Quad Entry Step Failure,EQUIPMENT,15-224,Vehicle,5390,"Keystone RV Company (Keystone) is recalling certain model year 2013-2015 Montana vehicles manufactured November 1, 2012, to May 22, 2014, 2014-2015 Raptor vehicles manufactured February 3, 2014, to January 15, 2015, and 2015 Dutchmen Voltage vehicles manufactured May 6, 2014, to February 3, 2015. In the affected vehicles, a rivet for the quad entry steps may shear and fail, causing the steps to give when being used.","If the rivet shears causing the quad step to fail, the step user may fall, increasing the risk of personal injury.","Keystone will notify owners, and dealers will inspect and replace two rivets joining the second and third step, and replace four rivets on the top step with fasteners, free of charge. The recall began on April 7, 2015. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 15-224." -02/23/2015,15V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V101000),"Altec Industries, Inc.",Short Circuit may Result in Module Overheating,ELECTRICAL SYSTEM,CSN 612,Vehicle,5142,"Altec Industries Inc. (Altec) is recalling certain model year 2012-2014 Digger Derrick and Aerial Device vehicles manufactured October 1, 2012, to June 30, 2014, and mounted on Freightliner chassis. In the event of a short circuit condition, the 30 amp breaker to the trailer relay module may react too slowly to prevent the module from overheating.","If the module overheats, there is an increased risk of a fire.","Altec will notify owners, and dealers will replace the 30 amp circuit breaker with a 20 amp one, free of charge. The recall began on April 17, 2015. Owners may contact Altec customer service at 1-800-860-0183. Altec's number for this recall is CSN 612." -02/19/2015,15E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E012000),"Meritor, Inc.",Castellated Nuts on Tie Rods Incorrectly Torqued,STEERING,C15AB,Equipment,402,"Meritor, Inc. (Meritor) is recalling certain Front Non-Drive Axles, model numbers FH941, FH945, and MFS12155 manufactured July 25, 2014, to December 5, 2014. The affected axles have castellated nuts on the tie rod that may not be properly torqued.","If the castellated nuts are not properly torqued, the tie rod may not be adequately secured, resulting in a loss of vehicle control and increasing the risk of a crash.","Meritor will notify the affected vehicle manufacturers who will notify the vehicle owners, and their dealers will inspect the torque on the tie rod end nuts, replacing the damaged components, as necessary, free of charge. The recall is expected to begin on March 23, 2015. Owners may contact Meritor customer service at 1-866-668-7221. Meritor's number for this recall is C15AB." -02/19/2015,15V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V096000),"Altec Industries, Inc.",Cylinder Base End Lug May Crack,EQUIPMENT,CSN 611,Vehicle,3889,"Altec Industries, Inc. (Altec) is recalling certain model year 2011-2014 Aerial Devices, models L36A, LRV, and LR7, manufactured June 1, 2011, to September 30, 2014, and built with Texas Hydraulics upper boom drive cylinders. In the affected aerial devices, the cylinder base end lug casting may develop cracks.","If the cylinder lug castings crack, they may fail, resulting in unintended movement of the boom, increasing the risk of personal injury or death to the aerial device user or those nearby.","Altec will notify owners, and dealers will inspect the cylinders for specific casting suspect lots. If both upper boom drive cylinders are not of the suspect lots, no further action is required. If a cylinder is found to be of one of the suspect lots, it will be inspected for visible cracks. If cracks are found the unit should be removed from service immediately and the cylinder will be replaced. If no cracks are found, the unit will be scheduled for magnetic particle inspection of the cylinder lug within 60 days. All of these actions will be performed free of charge. The recall began on April 6, 2015. Owners may contact Altec customer service at 1-800-860-0183. Altec's number for this recall is CSN 611." -02/19/2015,15V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V095000),"Bombardier Recreational Products, Inc.",High Engine Compartment Temperatures,ENGINE,NR (Not Reported),Vehicle,5165,Bombardier Recreational Products Inc. (BRP) is recalling all model year 2013 Can-Am Spyder RT motorcycles. Prolonged idling or slow speed riding in warmer temperatures may result very high temperatures in the engine compartment.,Very high temperatures in the engine compartment may increase the risk of skin burns or a vehicle fire.,"BRP has notified owners. Dealers will repair the vehicles free of charge. The recall began on May 26, 2015. Owners may contact BRP customer service at 1-888-272-9222." -02/19/2015,15V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V098000),Toyota Motor Engineering & Manufacturing,Improperly Tightened Rear Axle Bolts,SUSPENSION,NR (Not Reported),Vehicle,226,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Yaris vehicles manufactured September 8, 2014, to January 9, 2015. The affected vehicles may have improperly tightened rear axle bearing bolts.","The improperly tightened bolts may loosen during vehicle operation and may potentially cause the wheel to lock up or may damage the rear brake components, reducing their effectiveness. Either condition increases the risk of a crash.","Toyota will notify owners, and dealers will inspect the rear axle bearing bolts, tightening them as necessary, free of charge. The recall began during April 3, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -02/19/2015,15V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V094000),"Daimler Trucks North America, LLC",Incorrect Brake Boost Pump Switch,"SERVICE BRAKES, HYDRAULIC",FL-677,Vehicle,153,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner Business Class M2 vehicles manufactured June 4, 2014, to December 1, 2014 that are equipped with hydraulic brakes and a Bosch Hydro-Max Brake Boost Pump. Due to an incompatibility between the boost pump switch and the instrument cluster, certain instrument display brake warnings may not illuminate correctly when there is a problem with the brake system.","If the instrument panel doesn't display warnings, the driver may be unaware that braking force is reduced, increasing the risk of a crash.","DTNA will notify owners, and dealers will install the correct brake switch, free of charge. The recall began on April 13, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-677." -02/19/2015,15V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V097000),Hyundai Motor America,Water may Leak into Rear Combination Lamp Assembly,ELECTRICAL SYSTEM,128,Vehicle,24400,"Hyundai Motor America (Hyundai) is recalling certain model year 2015 Genesis vehicles manufactured February 21, 2014, to January 24, 2015. Water may leak into the rear combination lamp assemblies and cause an incorrect gear display on the instrument panel or a delay in the engagement of the selected gear when the vehicle is shifted from Park to Reverse or Drive.","If the incorrect gear is being displayed, the vehicle may move in an unintended direction, increasing the risk of a crash.","Hyundai will notify owners, and dealers will apply pads to prevent water intrusion into the combination lamp housing, free of charge. The recall began on April 14, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 128." -02/18/2015,15V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V091000),"Jaguar Land Rover North America, LLC",Fuel Starvation may cause Vehicle Stall,"FUEL SYSTEM, GASOLINE",J051,Vehicle,355,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013 XF vehicles manufactured September 11, 2012, to October 8, 2012. The electronic modules which control the fuel pump may shut down causing the fuel pump to stop pumping fuel.",The fuel pump shutdown will result in the vehicle stalling. The vehicle would also lose power-assisted braking and power-assisted steering. Any of these conditions may increase the risk of a vehicle crash.,"Jaguar will notify owners, and dealers will inspect, and install if necessary, an additional wiring harness to the in-tank fuel pump, free of charge. The recall began March 23, 2015. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J051." -02/18/2015,15E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E009000),"Gillig, LLC",Inconsistent Output from Hydraulic Steering Pump,STEERING,NR (Not Reported),Equipment,177,"Gillig LLC (Gillig) is recalling certain S26 Eaton-brand hydraulic pumps manufactured January 1, 2011, to November 1, 2014 that were sold through Gillig's aftermarket parts department. The affected hydraulic pumps may have manufacturing inconsistencies with the spool assembly which may result in unexpected changes in the steering effort.","Unexpected changes in steering effort may cause a loss of vehicle control, increasing the risk of a vehicle crash.","Gillig will notify owners and will replace the pump, free of charge. The recall began on March 4, 2015. Owners may contact Gillig customer service at 1-800-735-1500." -02/18/2015,15E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E011000),Harley-Davidson Motor Company,LED Turn Signals are not Bright Enough/FMVSS 108,EXTERIOR LIGHTING,0619,Equipment,2476,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain accessory LED Bullet Turn Signal Kits manufactured May 31, 2011, to December 16, 2014, sold for installation on 2012 and later Dyna-family motorcycles and 2011 and later Softail family motorcycles. The affected Turn Signal Kits may not flash brightly enough to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the turn signals do not flash brightly enough, other drivers may fail to see that motorcycle is turning or changing lanes, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will replace the turn signals with updated and compliant ones, free of charge. The recall began on March 9, 2015. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0619." -02/18/2015,15V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V093000),"Jaguar Land Rover North America, LLC",Passenger Air Bag May Be Disabled,AIR BAGS,P059,Vehicle,61793,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2013-2015 Land Rover Range Rover vehicles manufactured August 23, 2012, to February 5, 2015, and 2014-2015 Range Rover Sport vehicles manufactured June 16, 2013, to February 5, 2015. In the affected vehicles, a light weight adult front seat passenger may be improperly classified by the occupant classification system (OCS) and, as a result, the front seat passenger air bag may be disabled.","If the front passenger air bag is disabled during a vehicle crash, there is an increased risk of injury.","Land Rover will notify owners, and dealers will update the OCS software, free of charge. The recall began April 9, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P059." -02/18/2015,15V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V092000),"Jaguar Land Rover North America, LLC",Wheel Lug Nuts May Crack,WHEELS,P056,Vehicle,28,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2015 Land Rover Range Rover, Range Rover Sport, and LR4 vehicles manufactured January 6, 2015, to January 23, 2015. The affected vehicles have wheel lug nuts that may crack and detach from the wheel hub stud.","If one or more of the wheel lug nuts crack or detach from the wheel hub, the remaining lug nuts may be unable to keep the wheel secured to the vehicle. If the wheel detaches, loss of vehicle control would result, increasing the risk of a crash.","Land Rover will notify owners, and dealers will replace the wheel nuts with new wheel nuts, free of charge. The recall began March 23, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P056." -02/18/2015,15E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E010000),"Gillig, LLC",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,4,"Gillig LLC (Gillig) is recalling certain S5510 series wheelchair lifts sold as aftermarket accessory parts and manufactured by Ricon Corporation from November 30, 2010, to February 25, 2011. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Gillig will notify owners to contact Ricon and have supplemental platform support bumpers installed. Any platform that has already started cracking will be replaced, free of charge. The recall began on March 16, 2015. Owners may contact Gillig customer service at 1-800-735-1500, or Ricon customer service at 1-800-322-2884." -02/13/2015,15V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V090000),"Chrysler (FCA US, LLC)",Automatic Transmission Not Shifting Into Park,POWER TRAIN,R08,Vehicle,21466,"Chrysler (FCA US LLC) is recalling certain model year 2015 Chrysler 200 vehicles manufactured March 9, 2014, to December 15, 2014, and equipped with a 9-speed automatic transmission. The automatic transmission parking pawl may become contaminated or the park rod may become dislodged or broken. This may prevent the transmission from shifting into the Park position.","If the shift indicator displays ""Park"" but the park lock does not engage, the vehicle may roll away increasing the risk of a crash.","Chrysler will notify owners, and dealers inspect the transmission. Any transmission found with contamination or a park rod will be replaced, free of charge. The recall began April 9, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R08." -02/13/2015,15E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E007000),UCI International LLC,Fuel Leak at Fuel Filter Connection,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,267,"Airtex Products, LP (Airtex) is recalling certain replacement equipment fuel pump modules, part numbers C8006, PF2032, and DW3950, manufactured May 21, 2012, to June 2, 2014, and sold on or after July 23, 2014, through January 28, 2015. The affected fuel pumps have a flexible line that connects the fuel pump to an external fuel filter. Due to an improper seal, the flexible line may leak fuel where it connects to the fuel filter.",A fuel leak increases the risk of a fire.,"Airtex will notify owners and will replace the defective fuel pumps, free of charge. The recall began on April 3, 2015. Owners may contact Airtex customer service at 1-800-880-3056." -02/13/2015,15E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E006000),Suomy SPA,Penetration Testing Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,390,"Suomy SPA (Suomy) is recalling certain Apex-S1R-EX motorcycle helmets, sizes Extra Small, Small, and Medium manufactured January 1, 2013, to July 31, 2013. The affected motorcycle helmets may not meet the penetration requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","In the event of a motorcycle crash, the wearer may not be adequately protected, increasing the risk of personal injury.","The remedy for this recall is still under development. The recall began on July 1, 2015. For more information owners may contact Suomy Motosport America Customer Relations by email at: Jim@Suomy.com" -02/13/2015,15V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V088000),"Mercedes-Benz USA, LLC",Rubber Seal may Dislodge and Contact Exhaust,STRUCTURE,2015020001,Vehicle,147224,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2013-2015 E350 Sedan, E350 4Matic Sedan, E350 4Matic Station Wagon, E400 Hybrid Sedan, CLS 550 CGI, and CLS550 4Matic, 2013-2014 E550 4Matic Sedan, 2013 E63 Sedan, E63 Station Wagon and CLS63, 2014-2015 CLS63 4Matic, E63 4Matic Sedan, E63 4Matic Sedan ""S"", and E63 4Matic Station Wagon, 2015 CLS400, 2015 E400 Sedan, E400 4Matic Sedan and CLS400 4Matic and 2014 CLS63 ""S"". The affected vehicles have a rubber seal at the back of the engine bay that may temporarily stick to the hood when it is opened and then may fall into the engine bay when the hood is closed.","If the rubber seal falls into the engine compartment, it may contact parts of the exhaust system, increasing the risk of a fire.","MBUSA will notify owners, and dealers will attach four additional retaining clips to the rubber seal, free of charge. The recall began March 6, 2015. Owners may contact MBUSA customer service at 1-201-573-5339. MBUSA's number for this recall is 2015020001." -02/13/2015,15E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E008000),"Adient, PLC",Seat Belt may not properly Restrain Driver,SEAT BELTS,NR (Not Reported),Equipment,618,"Johnson Controls, Inc. (Johnson Controls) is recalling certain Recaro Automotive Seating Ergo M bus driver seats manufactured from May 8, 2003, to January 13, 2015. The affected seats were manufactured in a way that the tether bar may push into the retractor panel door and potentially interfere with the seat belt locking mechanism.","If the seat belt locking mechanism does not function as intended, the bus driver may not be properly restrained, increasing the risk of personal injury in the event of a crash.","Johnson Controls has notified the affected vehicle manufacturers and will correct the orientation of the seat belt retractor and tether bar, free of charge. For more information, owners may contact Johnson Controls at 1-414-524-2397." -02/13/2015,15V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V089000),Kia Motors America,Vehicle may not be able to Accelerate,VEHICLE SPEED CONTROL,SC115,Vehicle,12361,"Kia Motors America (Kia) is recalling certain model year 2016 Sorento vehicles manufactured October 27, 2014, to January 29, 2015. Due to an improperly soldered component in the accelerator pedal assembly, the driver may not be able to accelerate the vehicle.","If the vehicle is unable to be accelerated, there is an increased risk of a crash.","Kia will notify owners, and dealers will replace the accelerator assembly, free of charge. The recall began on February 19, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC115." -02/11/2015,15V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V085000),"General Motors, LLC",Electronic Parking Brake may Drag,PARKING BRAKE,15100,Vehicle,3660,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Impala vehicles manufactured November 15, 2012, to May 30, 2014. In the affected vehicles, the electronic parking brake piston actuation arm may not fully retract causing the brake pads to stay partially engaged. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Systems (FMVSS) No. 135 ""Light Vehicle Brake Systems.""",Brake pads that remain partially engaged with the rotors may cause excessive brake heat that may result in a fire.,"GM will notify owners, and dealers will reprogram the electronic parking brake control module with new software, free of charge. The recall began March 5, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 (Chevrolet). GM's number for this recall is 15100. Note: This recall covers a limited population of vehicles that were remedied incorrectly under recall 14V-541." -02/11/2015,15V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V084000),"Navistar, Inc.",Fuel Line Leak Due to Wiring Harness Chafing,ELECTRICAL SYSTEM,15501,Vehicle,6302,"Navistar, Inc. (Navistar) is recalling certain model year 2015-2016 IC CE school buses manufactured October 3, 2013, to March 16, 2015. In the affected school buses, the powertrain wiring harness may contact the high pressure fuel line for one of the fuel injectors, possibly resulting in a fuel leak.","If the high pressure fuel line leaks, fuel may spray into the engine compartment, increasing the risk of a fire.","Navistar will notify owners, and dealers will install an additional harness saddle and cable tie strap to provide proper clearance, free of charge. The recall began February 20, 2015. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 15501." -02/11/2015,15V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V087000),"Mercedes-Benz USA, LLC",Headlamps/FMVSS 108,EXTERIOR LIGHTING,2015020003,Vehicle,9137,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2015 C300 and C400 vehicles manufactured from June 18, 2014, through September 5, 2014, that fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected vehicles were assembled with horizontal adjustment mechanisms that allow the owner to change the horizontal adjustment used during the manufacturing process, instead of the proper sealing caps.","If the original horizontal adjustment is used to alter the low beam aim, the misaimed headlamp may not properly illuminated the road or cause increased glare to oncoming drivers, which increases the risk of a crash.","Mercedes-Benz will notify owners, and dealers will replace the horizontal adjustment mechanisms on the headlamps with sealing caps on the affected vehicles. The recall began May 23, 2016. Owners may contact Mercedes at 1-800-367-6372." -02/11/2015,15V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V083000),Novae Corporation,Lift Cylinder Mount may Fail,EQUIPMENT,NR (Not Reported),Vehicle,95,"Novae Corporation (Novae) is recalling certain model year 2015 Sure-Trac Single Ram SD Dump Trailers manufactured September 10, 2014, to November 15, 2014. In the affected dump trailers, the hydraulic cylinder lift ram mount attached to the dump bed may fail because it is too thin.","If the mount fails, the dump bed could collapse during use, increasing the risk of personal injury.","Novae will notify owners, and dealers will install a hydraulic cylinder lift ram mount reinforcement kit, free of charge. The recall began on January 19, 2015. Owners may contact Novae customer service at 1-260-758-9838." -02/11/2015,15V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V086000),"Airstream, Inc.",Liquid Propane Tank Tray may not be Secured,EQUIPMENT,NR (Not Reported),Vehicle,3345,"Airstream, Inc. (Airstream) is recalling certain model year 2014-2015 Land Yacht, Eddie Bauer, International, Flying Cloud, and Sport travel trailers manufactured August 1, 2013, to February 4, 2015. The screws that secure the tray for the liquid propane (LP) tanks may fail and the LP tanks may fall from the trailer.","If the screws that secures the tank to the trailer fails, the tank can separate from the trailer becoming an object that can impact another vehicle on the road. There is also an increased risk of a fire.","Airstream will notify owners, and dealers will install new attaching screws to secure the LP tank tray, free of charge. The recall began on February 25, 2015. Owners may contact Airstream customer service at 1-937-596-6111." -02/10/2015,15V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V082000),"Mercedes-Benz USA, LLC - DBA Sprinter",Abutting Wedge Incorrectly Installed,STRUCTURE,2015020004,Vehicle,5586,"Mercedes-Benz USA, LLC - DBA Sprinter (Sprinter) is recalling certain model year 2015 Sprinter 2500 and 3500 vehicles manufactured July 1, 2014, to October 14, 2014. In the affected vehicles, the abutting wedge, a component attached to the door jamb to make opening the door easier after a severe frontal impact, may have been installed incorrectly.","If a vehicle that has an incorrectly installed abutting wedge is involved in a severe frontal accident, a greater force may be necessary to open the doors, increasing the risk of injury.","Sprinter will notify owners, and dealers will check the installation of the abutting wedge, correcting it as necessary, free of charge. The recall began in March 2015. Owners may contact Sprinter customer service at 1-877-762-8267." -02/10/2015,15V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V081000),Toyota Motor Engineering & Manufacturing,Intermediate Steering Shaft Weld may Fail,STEERING,NR (Not Reported),Vehicle,116,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 FJ Cruiser vehicles manufactured August 7, 2013, to August 20, 2013. In the affected vehicles, the intermediate steering shaft which connects the steering wheel and the steering gear box may have an inadequate weld.","If the intermediate steering shaft weld fails, there would be a loss of steering control, increasing the risk of a vehicle crash.","Toyota will notify owners, and dealers will replace the intermediate steering shaft, free of charge. The recall began on March 6, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -02/10/2015,15E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E005000),Dana Incorporated,Loss of Torque from Driveshaft Bond Failure,POWER TRAIN,NR (Not Reported),Equipment,127,"Dana Driveshaft Manufacturing, LLC (Dana) is recalling certain commercial vehicle lightweight driveshafts, model SPL250, sizes 1610-2200 or 2220-2830, manufactured January 2, 2013, through June 30, 2013. In affected driveshafts, the welded bond of the driveshaft and the rear yoke may fail, leading to slippage between the driveshaft and yoke and, potentially, to loss of torque to the rear wheels.","If the welded bond fails and results in a loss of torque to the rear wheels, the vehicle operator may be unable to move the vehicle, or may experience deceleration if the vehicle is in motion, increasing the risk of a vehicle crash.","Dana will notify owners, and dealers will replace the driveshafts, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Dana customer service at 1-419-887-3000. Note: This recall is an expansion of 14E-050." -02/10/2015,15T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T004000),"Tireco, Inc.",Lower Sidewall Tire Cracking,TIRES,NR (Not Reported),Tire,3793,"Tireco Inc. (Tireco) is recalling certain Milestar BS623 Premium All Position tires, size 225/70R19.5, and Milestar BD733 Regional Open Shoulder Drive tires, size 225/70R19.5, manufactured June 9, 2014, to September 28, 2014. The affected tires may crack in the lower sidewall.","Tires that have cracks in the lower sidewall have an increased risk of a sudden failure, increasing the risk of a crash.","Tireco will notify owners, and purchasers of the affected tires will receive full refunds. The recall began on March 5, 2015. Owners may contact Tireco customer service at 1-310-767-7990." -02/10/2015,15V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V080000),"Forest River, Inc.",Risk of Fire due to Contact with Heating Element,EQUIPMENT,SB111014,Vehicle,726,"Forest River, Inc. (Forest River) is recalling certain model year 2014 Rockwood and Flagstaff recreational vehicles manufactured June 26, 2014, to October 9, 2014, and equipped with the Chill Chaser option. In the affected vehicles, excessive foam insulation and/or loose wiring may touch the Chill Chaser heating element.","If the foam insulation or loose wiring contacts the heating element, there is an increased risk of fire.","Forest River will notify owners, and dealers will inspect the foam insulation and wiring, making any necessary repair, free of charge. The recall began on March 17, 2015. Owners may contact Forest River customer service at 1-574-642-2640. Forest River's number for this recall is SB111014." -02/09/2015,15V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V079000),Nova Bus (US) Inc.,Damaged Crimping Rings on Air Brake Hoses,"SERVICE BRAKES, AIR",CR1430,Vehicle,5,"Nova Bus (Nova) is recalling certain model year 2009 LFS transit buses manufactured January 1, 2009, to December 31, 2009. In the affected buses, the brake hose fitting crimping ring may have been damaged and, as a result, the crimping ring may fail where the brake hose attaches to the air brake chamber.","Failure of the crimping rimgs may affect the braking performance, increasing the risk of a crash.","Nova has notified owners, and dealers inspected and replaced the damaged fittings, as necessary, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1430." -02/09/2015,15V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V076000),Nova Bus (US) Inc.,Emergency Exit Windows Difficult to Open/FMVSS 217,VISIBILITY,CR1314,Vehicle,5,"Nova Bus (Nova) is recalling certain model year 2008 LFS transit buses manufactured January 1, 2008, to December 31, 2008. Surrounding material may interfere with opening of the emergency exit windows, making them more difficult to open. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 217, ""Bus Emergency Exits and Window Retention and Release.""","An emergency exit that is difficult to open may hinder egress in the event of an emergency, increasing the risk of injury.","Nova has notified owners, and dealers removed any material that restricted the opening of the emergency exit, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1314." -02/09/2015,15V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V073000),Nova Bus (US) Inc.,Exhaust Pipe Leak may Result in Fire,ENGINE AND ENGINE COOLING,CR1261,Vehicle,10,"Nova Bus (Nova) is recalling certain model year 2007 LFS transit buses manufactured January 1, 2007, to December 31, 2007. In the affected vehicles, the band clamp on the flex pipe between the turbocharger and the diesel particulate filter may be incorrectly located allowing the exhaust pipe to leak hot exhaust gases onto nearby components.","If the components are exposed to hot exhaust gases, there is an increased risk of a fire.","Nova notified owners, and dealers correctly positioned the clamps on the affected vehicles, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1261." -02/09/2015,15V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V077000),Nova Bus (US) Inc.,Incorrectly Routed Power Feed Cable,ELECTRICAL SYSTEM,CR1332,Vehicle,35,"Nova Bus (Nova) is recalling certain model year 2007-2009 LFS transit buses manufactured January 1, 2007, to December 31, 2009. A power feed cable in the battery compartment may have been incorrectly routed and clipped. As a result, the battery cable may prematurely wear and short to ground.",A battery cable that shorts to ground increases the risk of a fire.,"Nova notified owners, and dealers inspected the buses and correctly routed the battery power feed cable, as necessary, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1332." -02/09/2015,15V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V078000),Nova Bus (US) Inc.,Power Relay Incorrectly Wired,ELECTRICAL SYSTEM,CR1366,Vehicle,5,"Nova Bus (Nova) is recalling certain model year 2009 LFS transit buses manufactured January 1, 2009, to December 31, 2009. The affected buses may have an incorrectly wired main power relay circuit, causing the circuit protection to be defeated.","If the incorrectly wired circuit short circuits, there would be an increased risk of a fire.","Nova notified owners, and dealers corrected the main power relay circuit wiring, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1366." -02/09/2015,15V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V075000),Nova Bus (US) Inc.,Rear Exit Door Controls may not Function Properly,ELECTRICAL SYSTEM,CR1300,Vehicle,17,"Nova Bus (Nova) is recalling certain model year 2006-2007 LFS transit buses manufactured January 1, 2006, to December 31, 2007. In the affected vehicles, the rear exit door controls may not function properly.","If the rear exit door does not open and close as expected, there is an increased risk of injury to bus occupants.","Nova notified owners, and dealers corrected the exit door control programming, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1300." -02/09/2015,15V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V074000),Nova Bus (US) Inc.,Wires In Connector For ABS System May Be Reversed,"SERVICE BRAKES, AIR",CR1287,Vehicle,5,"Nova Bus (Nova) is recalling certain model year 2007 LFS transit buses manufactured January 1, 2007, to December 31, 2007. Two wires in the antilock brake system (ABS) connector may be reversed, and the ABS may be disabled.","Without a functioning antilock brake system, there is an increased risk of a crash.","Nova notified owners, and dealers inspected and corrected the position of the wires, as necessary, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1287." -02/06/2015,15V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V069000),"Jaguar Land Rover North America, LLC",Engine may Seize due to Loose Connecting Rod Bolts,ENGINE AND ENGINE COOLING,P055,Vehicle,2,"Jaguar Land Rover North America, LLC (Land Rover) is recalling one model year 2015 Range Rover Sport vehicle manufactured November 16, 2014, and one 2015 LR4 vehicle manufactured November 11, 2014. In the affected vehicles, the 3.0L V6 supercharged engines may have improperly torqued connecting rod bolts. As a result, the connecting rod may separate from the crankshaft and the engine may seize.",If the engine seizes there is an increased risk of a crash.,"Land Rover will notify owners, and dealers will replace the affected engines, free of charge. The recall began February 27, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P055." -02/06/2015,15V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V067000),Newmar Corporation,Loose Steering Linkage Castlenuts,STEERING,NR (Not Reported),Vehicle,24,"Newmar Corporation (Newmar) is recalling certain model year 2013-2014 King Aire and Essex vehicles manufactured April 12, 2013, to October 18, 2013, and built on Spartan Chassis. In the affected vehicles, the steering linkage castlenuts may loosen without warning and the steering linkage may separate from the bell cranks.","If the steering linkage separates from the bell cranks, a loss of vehicle control may result, increasing the risk of a crash.","Newmar will notify owners, and Spartan dealers will inspect the steering linkage castle nuts and tighten them, as necessary, free of charge. The recall began February 27, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -02/06/2015,15T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T003000),"Toyo Tire Holdings of Americas, Inc.",Off Center Belts may Result in Tread Separation,TIRES,NR (Not Reported),Tire,138,"Toyo Tire Holdings of Americas Inc. (Toyo) is recalling certain Open Country M/T tires, size 40X15.5R22 127Q, manufactured October 26, 2014, to November 1, 2014 (week code 4314). During production, the affected tires were made with their belts off center which may result in tread separation and/or loss of inflation pressure.",Tread separation or loss of inflation pressure may increase the risk of a crash.,"Toyo will notify owners, and dealers will replace the tires, free of charge. The recall began on March 6, 2015. Owners may contact Toyo customer service at 1-800-442-8696." -02/06/2015,15V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V071000),Nova Bus (US) Inc.,Rear Axle Half Shaft may Fail,POWER TRAIN,BS1555,Vehicle,30,"Nova Bus (Nova) is recalling certain model year 2009-2010 LFS transit buses manufactured January 1, 2009, to December 31, 2010 with ZFAV132 rear axles. The affected vehicles may have been produced with rear axle half shafts that received an inadequate surface treatment which may result in axle shaft failure.","If the axle half shaft fails, the bus would be disabled, increasing the risk of a crash.","Nova has notified the affected owners, and all affected buses have been reapired, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is BS1555." -02/06/2015,15V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V072000),Nova Bus (US) Inc.,Rear Brake System Air Line may Detach,"SERVICE BRAKES, AIR",CR1247R1,Vehicle,16,"Nova Bus (Nova) is recalling certain model year 2006 LFS transit buses manufactured January 1, 2006, to December 31, 2006. In the affected vehicles, the air lines for the rear brake system may have an incorrectly positioned retaining ring (ferrule).","The incorrectly positioned retaining ring may allow the air line to detach, compromising the rear axle braking performance and increasing the risk of a crash.","Nova has notified owners, and dealers have inspected the air lines and repositioned the ferrules, as necessary, free of charge. Owners may contact Nova customer service at 1-450-472-6410. Nova's number for this recall is CR1247R1." -02/06/2015,15V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V070000),"Altec Industries, Inc.",Un-Impeded Movement of Telescopic Jib,EQUIPMENT,CSN 610,Vehicle,724,"Altec Industries Inc. (Altec) is recalling certain model year 2005-2013 Altec Crane Telescopic Jib's manufactured March 1, 2005, to August 30, 2013. There may be un-impeded movement of the telescopic jib if the limiting pin is not inserted in the correct position.",The un-impeded movement of the jib may increase the risk of injury to the operator or those nearby.,"Altec will notify owners, and dealers will install a retrofit kit that will aid the operator in the proper placement of the pin, free of charge. The recall began on March 10, 2015. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 610." -02/06/2015,15V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V068000),"OBS, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,OBS # 01-15,Vehicle,8,"OBS, Inc. (OBS) is recalling certain model year 2012 Chevrolet CG33803 vehicles manufactured January 6, 2012, to January 9, 2013, 2007 Collins Midstar 20IS vehicles manufactured March 10, 2007, to August 27, 2007, Blue Bird A3FE2803a vehicles manufactured September 25, 2006, to March 23, 2007, and 2010 Blue Bird BBCV3011s vehicles manufactured May 10, 2009, to November 4, 2009, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","OBS will notify owners to take buses to a Ricon dealer or service center who will inspect and install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. Owners may contact OBS customer service at 1-330-453-3725. OBS' number for this recall is OBS # 01-15." -02/04/2015,15V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V066000),"Piaggio Group Americas, Inc.",Defective Fuel Pump may Result in Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2613,"Piaggio Group Americas Inc. (Piaggio) is recalling certain model year 2008-2010 Vespa GTS 250, GTV 250, GTS Super 250, 2011 Vespa LX 150, LXV 150, S 150, 2010-2011 Vespa GTS 300, GTV 300, GTS Super 300, 2009-2010 Piaggio MP3 250, BV 250 Tourer, and 2010 BV 300 Tourer motorcycles. Due to a defective fuel pump, the affected motorcycles may stall while being operated or may fail to restart after being shut off for 15-20 minutes.","If the motorcycle stalls, there is an increased risk of a crash.","Piaggio will notify owners, and dealers will replace the defective fuel pump, free of charge. The recall began March 16, 2015. Owners may contact Piaggio customer service at 1-212-380-4433." -02/04/2015,15V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V063000),Utility Trailer Manufacturing Company,Improperly Seated Brake Chamber Diaphragm,PARKING BRAKE,14E075,Vehicle,3111,"Utility Trailer Manufacturing Company (Utility) is recalling certain model year 2014-2015 FS2CHA, VS2DX, VS1DC, VS2RA, and VS1RA trailers manufactured April 14, 2014, to November 4, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators manufactured January 9, 2014, to October 28, 2014. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Utility will notify owners and dealers will replace the actuators, free of charge. The recall began on April 9, 2015. Owners may contact Utility customer service at 1-800-423-6591. Utility's number for this recall is 14E075." -02/04/2015,15V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V065000),Morgan Olson Corporation,Rear Vehicle Illumination Incorrect/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,11,"Morgan Olson Corporation (Morgan Olson) is recalling certain model year 2014 Service Body trucks built on Sprinter cab chassis manufactured April 11, 2014, to December 18, 2014. The affected vehicles may have the rear identification lamps mounted below the doors. Also, the license plate illumination lamp may be mounted incorrectly which may result in incomplete illumination of the license plate. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the rear identification lamps and the license plate lamp are not mounted correctly, the vehicle may have reduced visibility, increasing the risk of a vehicle crash.","Morgan Olson will notify owners, and dealers will modify the trucks to add rear identification lights above the door, and remount the license plate lamp, free of charge. The recall began on July 10, 2015. Owners may contact Morgan Olson customer service at 1-800-262-3437." -02/04/2015,15V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V062000),Newmar Corporation,Steering Shaft may Disconnect or Slip,STEERING,NR (Not Reported),Vehicle,30,"Newmar Corporation (Newmar) is recalling certain model year 2015 Essex motorhomes manufactured March 13, 2014, to November 13, 2014, built on Spartan chassis. Due to the steering column having inadequate spline engagement at the steering gear, the steering shaft may disconnect or slip.","If the steering shaft disconnects or slips there would be a loss of steering control, increasing the risk of a crash.","Spartan will notify owners on behalf of Newmar, and dealers will replace the steering shaft, free of charge. The recall began on February 26, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -02/04/2015,15V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V064000),"General Motors, LLC",Sudden Loss of Electric Power Steering,STEERING,14772,Vehicle,69633,"General Motors LLC (GM) is recalling certain model year 2006-2007 Chevrolet Malibu and Malibu Maxx vehicles manufactured April 1, 2006, to June 30, 2006, and 2006-2007 Pontiac G6 vehicles manufactured April 18, 2006, to June 30, 2006. In the affected vehicles, there may be a sudden loss of electric power steering (EPS) assist that could occur at any time while driving.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","GM will notify owners, and dealers will replace the torque sensor assembly, free of charge. The recall began February 24, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 or Pontiac customer service at 1-800-762-2737. GM's number for this recall is 14772. Note: This is an expansion of recall 14V-153 to cover additional vehicles built between April 1, 2006 and June 30, 2006." -02/03/2015,15V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V057000),"Mack Trucks, Inc.",Air Brake Reservoir too Small/FMVSS 121,"SERVICE BRAKES, AIR",SC0389,Vehicle,85,"Mack Trucks, Inc. (Mack) is recalling certain model year 2014-2015 CXU trucks manufactured June 1, 2013, to November 28, 2014. These trucks may be equipped with an 88 liter air reservoir for the brakes instead of a 96 liter air reservoir. The lower volume of air may result in increased distances being needed to stop the truck. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","If the truck unexpectedly requires extra distance to stop, there is an increased risk of a crash.","Mack will notify owners, and dealers will install a larger air brake reservoir tank, free of charge. The recall began April 1, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0389." -02/03/2015,15V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V061000),Newmar Corporation,Defective Quick Release Valve Seat,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,98,"Newmar Corporation (Newmar) is recalling certain model year 2014-2015 Newmar King Aire, and Essex vehicles manufactured December 9, 2013, to December 16, 2014, equipped with certain Wabco Quick Release Valves with Double Check. In the affected valves, the rubber diaphragm may be damaged by sharp edges on the valve seat ribs, reducing the available air pressure in the air tanks.","The reduced air pressure levels may reduce braking performance and/or the parking brakes could reapply, increasing the risk of a crash.","Newmar will notify owners, and dealers will inspect and replace the valve, free of charge. The recall began on February 26, 2015. Owners may contact Newmar customer service at 1-800-731-8300." -02/03/2015,15V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V059000),Blue Bird Body Company,Exhaust Hanger Failure,ENGINE AND ENGINE COOLING,R15YB-SB,Vehicle,1936,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2011-2016 All American rear engine school buses manufactured June 5, 2010, to January 13, 2015. In the affected school buses, the exhaust system hangers may fail, possibly causing damage to the Selective Catalytic Reduction (SCR) and the Diesel Particulate Filter (DPF) housings.","If all the exhaust hangers were to fail, the housings may fall onto the roadway, creating a road hazard and increasing the risk of a crash.","Blue Bird will notify owners, and dealers will install new bolted hanger assemblies and support cables, free of charge. The recall began on March 6, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YB-SB." -02/03/2015,15V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V060000),Blue Bird Body Company,Exhaust Hanger Failure,ENGINE AND ENGINE COOLING,R15YB-NSB,Vehicle,474,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2011-2016 All American rear engine transit buses manufactured June 5, 2010, to January 13, 2015. In the affected transit buses, the exhaust system hangers may fail, possibly causing damage to the Selective Catalytic Reduction (SCR) and the Diesel Particulate Filter (DPF) housings.","If all the exhaust hangers were to fail, the housings may fall onto the roadway, creating a road hazard and increasing the risk of a crash.","Blue Bird will notify owners, and dealers will install new bolted hanger assemblies and support cables, free of charge. The recall began on March 5, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R15YB-NSB." -02/03/2015,15V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V058000),"Terex South Dakota, Inc.",Platform Rotate Cylinder may Move Unintentionally,EQUIPMENT,SN614,Vehicle,305,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2013 Hi-Ranger HR, HRX, TC, TCX, OM, and TLM trucks manufactured July 12, 2013, to December 26, 2013. On the affected vehicles, due to a problem with the bearing installation, the platform rotate cylinder can separate from the brackets and allow the platform to rotate without operator control.","If the platform rotates without operator control, there is an increased risk of injury.","Terex will notify owners, and dealers will replace the cylinder, free of charge. The recall began Feburary 17, 2015. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN614." -02/02/2015,15V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V055000),"KTM North America, Inc.",Fork Piston Rod may Detach from Fork Cap,SUSPENSION,TB 1503,Vehicle,249,"KTM North America, Inc. (KTM) is recalling certain model year 2015 Husqvarna FE 350 S and FE 501 S motorcycles manufactured from July 23, 2014, to October 17, 2014. In the forks of the affected motorcycles, the threaded connection between the piston rod and fork cap may not have been sufficiently tightened and therefore the piston rod could become stuck within the fork leg.","If the piston rod detaches within the fork leg, the front suspension could malfunction and destabilize the motorcycle, increasing the risk of a crash.","KTM will notify owners, and Husqvarna motorcycle dealers will inspect the torque of the fork piston rod to the fork cap, correcting it as necessary, free of charge. The recall began January 21, 2015. Owners may contact KTM customer service at 1-888-985-6090. KTM's number for this recall is TB 1503. Note: This recall supersedes recall 14V-772 in its entirety." -02/02/2015,15V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V056000),"Mack Trucks, Inc.",Inability to Open Door from Inside,LATCHES/LOCKS/LINKAGES,SC0388,Vehicle,734,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 Mack LEU trucks manufactured March 31, 2014, to December 12, 2014. In the affected vehicles, a component of the door opening mechanism may be too short and as a result, the door may not be able to be opened by someone inside the truck.","If the door cannot be opened from the inside, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Mack will notify owners, and dealers will replace the inner door latches, free of charge. The recall began March 27, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0388." -02/02/2015,15V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V053000),"Brammo, Inc.",Oil may Leak from Breather onto Rear Tire,POWER TRAIN,NR (Not Reported),Vehicle,149,"Brammo, Inc. (Brammo) is recalling certain model year 2013-2014 Empulse and Empulse R motorcycles manufactured November 19, 2012, to July 8, 2014. Oil leaking from the transmission breather tube may blow onto the rear fender and tire.","If oil leaks and contacts the rear tire, a loss of control may occur, increasing the risk of crash.","Brammo will notify owners, and dealers will install a new transmission breather baffle kit, free of charge. The recall began on February 11, 2015. Owners may contact Brammo customer service at 1-541-482-9555." -02/02/2015,15V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V054000),"Nissan North America, Inc.",Steering Column Tube may be Out of Round,STEERING,NR (Not Reported),Vehicle,16973,"Nissan North America, Inc. (Nissan) is recalling certain model year 2008 Infiniti EX35 vehicles equipped with the power tilt/telescope option included in the premium package, manufactured June 29, 2007, to April 25, 2008, 2009 Infiniti FX35 and FX45 vehicles manufactured October 31, 2007, to April 16, 2008, and 2009 Nissan GT-R vehicles manufactured March 14, 2007, to April 25, 2008. The steering column outer tube may not be round, resulting in extra stress being applied to the upper steering bearing. This stress may cause the bearing retainer to fracture, creating extra play in the steering wheel or a possible loss of steering.",Extra play in the steering wheel or a loss of steering may increase the risk of a crash.,"Nissan will notify owners, and dealers will replace the steering shaft on the Infiniti EX35, FX35, and FX45 vehicles, and will replace the steering column assembly on the Nissan GT-R vehicles, free of charge. The recall began on March 9, 2015. Infiniti owners may contact customer service at 1-800-662-6200. Nissan owners may contact the GT-R hotline at 1-866-668-1487." -01/30/2015,15V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V048000),"Grech Motors, LLC",Batteries may be Incorrectly Positioned,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,118,"Grech Motors L.L.C. (Grech) is recalling certain model year 2014-2015 G40M2 shuttle buses built on Freightliner M2 truck chassis, manufactured August 26, 2013, to December 10, 2014. In the affected vehicles, the batteries may not be installed in the correct position which could allow the positive battery terminals and clamps to contact the grounded battery retention bracket.","If the positive battery terminals contact the retention bracket, an electrical short would result, increasing the risk of a fire.","Grech will notify owners, and dealers will correct the battery installation, free of charge. The recall began in March 17, 2015. Owners may contact Grech customer service at 1-855-994-7324." -01/30/2015,15V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V050000),Ford Motor Company,Improper Torque of Seat Belt Bolts,SEAT BELTS,15S03,Vehicle,16091,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford Transit Connect vehicles manufactured November 6, 2013, to September 20, 2014. In the affected vehicles, the upper seat belt bolts may have been improperly torqued, allowing them to loosen over time.","If the seat belt anchorage fasteners loosen over time, there is an increased risk of personal injury in the event of a crash.","Ford will notify owners, and dealers will replace the original seatbelt fasteners with properly torqued fasteners, free of charge. The recall began March 26, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S03." -01/30/2015,15V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V051000),PACCAR Incorporated,Improperly Torqued Brake Caliper Bolts,"SERVICE BRAKES, AIR",15KWA and 115B,Vehicle,106,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Peterbilt 210, 220, 320, and Kenworth K270, K370, T660, T800, T880 trucks manufactured July 21, 2014, to September 16, 2014. The brake caliper bolts may not be properly torqued.","As a result, the brake caliper bolts may loosen, reducing the effectiveness of the brakes and increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect, and tighten or replace any loose caliper bolts, as necessary, free of charge. The recall began on March 27, 2015. Owners may contact Peterbilt customer service 1-940-591-4000, or Kenworth customer service at 1-425-828-5000. PACCAR's number for this recall is 15KWA (Kenworth) and 115B (Peterbilt)." -01/30/2015,15V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V049000),"Heartland Recreational Vehicles, LLC",Incorrect Axle Placement,SUSPENSION,99-01-19,Vehicle,131,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2015 Heartland Big Country 3800FL vehicles manufactured October 22, 2014, to December 16, 2014 and 2015 Heartland Big Country 3900FLP vehicles manufactured September 23, 2014, to January 12, 2015, 2015 Heartland Big Horn 3750FL vehicles manufactured September 3, 2014, to January 14, 2015, and Landmark 365 Charleston vehicles manufactured on December 24, 2014. In the affected recreational vehicles, the axles may be placed too far forward on the frame resulting in improper weight distribution across the axles.","Improper weight distribution across the axles may result in poor handling, increasing the risk of a crash.","Heartland will notify owners, and dealers will move the axles rearward to help with weight distribution on the Big Horn, and 3800 FL Big Country, and will add a ballast to the pin box to improve handling the 3900 FLP Big Country, free of charge. The recall began February 16, 2015. Owners may contact Heartland customer service at 1-877-262-8032. Heartland's number for this recall is 99-01-19." -01/30/2015,15V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V052000),"All Wheel Drive Equipment Mfg., Inc.",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1,"All Wheel Drive Equipment Mfg., Inc. (All Wheel) is recalling one model year 2011 Ford F-550 truck with a 6.8L gasoline engine manufactured May 14, 2010, to May 28, 2010. The affected vehicle is equipped with a PTO Assembly Pressure Switch, part number FR67, used with power take off (PTO) assemblies for Ford F-550 chassis. The PTO switch may leak oil onto the thermal blanket.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","All Wheel has notified the owner and will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. Owners may contact All Wheel customer service at 1-800-311-4778." -01/28/2015,15V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V045000),Honda (American Honda Motor Co.),Inadvertent Air Bag Deployment,AIR BAGS,"JP5, JP6",Vehicle,374177,"Honda is recalling certain model year 2003-2004 Honda Odyssey vehicles manufactured February 13, 2002, to August 13, 2004, and 2003 Acura MDX vehicles manufactured February 21, 2002, to September 23, 2003. Due to electrical noise, a component in the air bag control module may fail, causing the front air bags, side air bags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the air bags may increase the risk of injury and the possibility of a vehicle crash.,"Honda dealers will replace the supplemental restraint system electronic control unit (SRS ECU). The recall began on February 22, 2016. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JN6 (Odyssey), and JN7 (MDX). Note: This recall supersedes recall 13V-412. Vehicles that had a noise filter installed as the remedy for that campaign need to have the SRS ECU replaced under this campaign." -01/28/2015,15V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V046000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment,AIR BAGS,R06,Vehicle,752644,"Chrysler (FCA US LLC) is recalling certain model year 2002-2003 Jeep Liberty vehicles manufactured January 9, 2001, to March 28, 2003, 2002-2004 Jeep Grand Cherokee vehicles manufactured February 13, 2001, to May 23 2003, and 2003-2004 Dodge Viper vehicles manufactured November 1, 2001, to June 30, 2004. Due to electrical noise beyond the tolerance of the air bag electronic control module (ECM), a component in the ECM may fail, causing the front air bags, side air bags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the air bags may increase the risk of injury and the possibility of a vehicle crash.,"Chrysler dealers will replace the air bag control module and side impact sensors as required, free of charge. This recall remedy was applied during earlier recall campaigns of these vehicles under safety recalls 12V527 and 13V040. All owners that have not had the recall repair performed under safety recalls 12V527 or 13V040 are strongly encouraged to have it performed and not wait for the final remedy to be deployed to the field. The recall began on December 29, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R06." -01/28/2015,15V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V043000),Toyota Motor Engineering & Manufacturing,Inadvertent Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,1006849,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2003-2004 Toyota Corolla vehicles manufactured December 28, 2001, to May 2, 2004, 2003-2004 Toyota Corolla Matrix vehicles manufactured January 6, 2002, to April 29, 2004, 2003-2004 Avalon vehicles manufactured June 5, 2002, to December 20, 2004, and 2003-2004 Pontiac Vibe vehicles manufactured January 18, 2002, to April 27, 2004. Due to electrical noise, a component in the air bag control module may fail, causing the front air bags, side air bags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the air bags or the seat belt pretensioners increases the risk of an injury or crash.,"Toyota will notify their owners. Pontiac Vibe owners will be notified by GM. Dealers will replace the air bag control module, free of charge. The recall began on August 24, 2015. Toyota owners may contact Toyota customer service at 1-800-331-4331. GM issued an interim notification to owners on March 27, 2015. The recall began on August 24, 2015. Pontiac owners may call 1-800-620-7668. Note: This recall supersedes recalls 13V-029 and 14V-147. Vehicles that had a noise filter installed as the remedy for one of those campaigns need to have the air bag control module replaced under this campaign." -01/28/2015,15V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V042000),"Jaguar Land Rover North America, LLC",Incorrect Routing of Brake Vacuum Hose,"SERVICE BRAKES, HYDRAULIC",P052,Vehicle,29311,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2013-2014 Land Rover Range Rover vehicles manufactured August 16, 2012, to January 8, 2014, and 2014-2015 Land Rover Range Rover Sport vehicles manufactured May 7, 2013, to February 12, 2015. In the affected vehicles, the brake vacuum hose may have been incorrectly routed allowing a hole to be worn ito it.","If a hole is worn into the brake vacuum hose, a complete loss of braking assistance could occur, lengthening the distance required to stop the vehicle and increasing the risk of a crash.","Land Rover will notify owners, and dealers will inspect the brake vacuum hose and correctly route it, as necessary, free of charge. Any brake vacuum hose that is damaged will be replaced, free of charge. The recall began March 2, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P052." -01/28/2015,15V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V040000),Ford Motor Company,Interior Door Handle Return Spring may Unseat,STRUCTURE,15S02,Vehicle,194889,"Ford Motor Company (Ford) is recalling certain model year 2010-2013 Ford Taurus vehicles manufactured December 1, 2009, to July 31, 2010, and 2011-2013 Lincoln MKS vehicles manufactured June 1, 2011, to October 31, 2011. In the affected vehicles, the interior door handle return spring may unseat, resulting in interior door handle that does not return to the fully stowed position after actuation.","If the interior door handle return spring is unseated, the door may unlatch in the event of a side impact crash, increasing the risk of personal injury.","Ford will notify owners, and dealers will inspect all four of the interior door handles and either repair or replace them, free of charge. The recall began March 23, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 15S02." -01/28/2015,15V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V047000),Toyota Motor Engineering & Manufacturing,Sub-Woofer Electrical Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,51495,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2011-2012 Toyota Avalon vehicles manufactured February 9, 2010, to October 22, 2012. In the affected vehicles, the sub-woofer speaker located in the trunk may experience an intermittent electrical short which may cause damage to the integrated circuit (IC) in the audio amplifier. In some cases, the damaged IC may allow a constant electrical current flow to the sub-woofer.","A constant electrical current flow may cause the sub-woofer to overheat, increasing the risk of fire.","Toyota will notify owners, and dealers will replace the audio system amplifier and install a protective cover around the sub-woofer, free of charge. The recall began on July 1,2015. Owners may contact Toyota customer service at 1-888-270-9371." -01/28/2015,15V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V044000),"General Motors, LLC",Tire Tread Cracking/FMVSS 110,TIRES,15025 / 15067,Vehicle,9074,"General Motors LLC (GM) is recalling certain model year 2015 Buick Enclave vehicles manufactured December 9, 2014, to January 14, 2015, 2015 Chevrolet Traverse vehicles manufactured December 9, 2014, to January 20, 2015, and 2015 GMC Acadia vehicles manufactured December 9, 2014, to January 16, 2015, and all equipped with Goodyear P255/65R18 Fortera HL tires. These vehicles are equipped with tires that may experience tread cracking. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or Less.""","If the tire treads crack, a loss of tire pressure and possible tire failure may result, increasing the risk of a crash.","GM will notify owners, and dealers will replace the tires that were manufactured within a specific date range, free of charge. The rec all began on March 9, 2015. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 15025/15067. Note: This recall is for Goodyear P255/65R18 Fortera HL tires installed as original equipment. For tires that were purchased as replacement equipment, see recall 15T-002." -01/28/2015,15V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V041000),"Chrysler (FCA US, LLC)",Unintended Side Curtain Air Bag Deployment,AIR BAGS,R05,Vehicle,230290,"Chrysler is recalling certain model year 2014-2015 Jeep Cherokee vehicles manufactured January 1, 2013, to November 19, 2014. The affected vehicles may experience unintended side curtain and seat air bag deployment during vehicle operation.","If the air bags deploy unexpectedly during vehicle operation, it can increase the risk of personal injury and increase the risk of a crash.","Chrysler will notify owners, and dealers will re-flash the occupant restraint control module software, free of charge. The recall began on March 4, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R05." -01/27/2015,15V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V039000),"Jaguar Land Rover North America, LLC",Front Brake Hose(s) may Rupture,"SERVICE BRAKES, HYDRAULIC",P054,Vehicle,74648,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2006-2012 Land Rover Range Rover vehicles manufactured April 15, 2005, to September 4, 2012. One or both of the flexible front brake hoses may rupture causing loss of brake fluid.","If one or both of the flexible brake hoses fails, the vehicle may require a longer distance to stop, increasing the risk of a crash.","Land Rover will notify owners, and dealers will replace the left and right front brake hoses, free of charge. The recall began on July 28, 2015. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P054." -01/27/2015,15V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V037000),"Jaguar Land Rover North America, LLC",Incorrect Airbag Description in Handbook/FMVSS 208,AIR BAGS,J050,Vehicle,1346,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2015 Jaguar XJ vehicles manufactured July 2, 2014, to December 4, 2014. The affected vehicles may have an incorrect description of the operation of Occupant Sensor System (OSS) in the owner's manual. Since the manual does not correspond with the actual Air Bag Status Indicator Lamp, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection.""","If the occupant does not correctly understand how air bag functions, they may be at an increased risk of personal injury in the event of a crash.","Jaguar will notify owners, and supply a supplement to add to the owner's handbook, free of charge. The recall began March 2, 2015. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J050." -01/27/2015,15V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V036000),PACCAR Incorporated,Incorrect Horn Contact Plate may Disable ESC,ELECTRONIC STABILITY CONTROL,115A,Vehicle,39,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Peterbilt 389 Pride and Class edition vehicles manufactured October 1, 2014, to December 4, 2014, and equipped with electronic stability control (ESC). The affected vehicles were manufactured with an incorrect horn contact plate that may damage the ESC steering angle sensor.","If the steering angle sensor is damaged, the ESC sensor may malfunction, increasing the risk of a vehicle crash.","Peterbilt will notify owners, and dealers will replace the horn contact plate and the ESC steering angle sensor, free of charge. The recall began on March 6, 2015. Owners may contact Peterbilt customer service at 1-940-591-4000. PACCAR's number for this recall is 115A." -01/27/2015,15V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V035000),DS Corp - DBA Crossroads RV,Incorrect Ramp Capacity Label,EQUIPMENT,35,Vehicle,53,"DS Corp, doing business as Crossroads RV, is recalling certain model year 2015 Crossroads Z1 trailers manufactured June 26, 2014, to January 14, 2015. The affected toyhauler trailers have front loading ramps that state a maximum load capacity of 700 pounds when the actual maximum load capacity is 500 pounds.","If the ramps are overloaded, the ramps may fail, increasing the risk of personal injury.","Crossroads RV will notify owners, and supply with them with corrected load capacity labels to place over the existing labels, free of charge. The recall began February 3, 2015. Owners may contact Crossroads RV at 1-855-886-7496. Crossroads RV's number for this recall is 35." -01/27/2015,15V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V038000),"Jaguar Land Rover North America, LLC",Parking Lamps may Turn Off/FMVSS 108,EXTERIOR LIGHTING,J049,Vehicle,4787,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2012-2015 Jaguar XK vehicles manufactured March 4, 2011, to March 20, 2014. In the affected vehicles, the front side lamps (parking lamps) may turn off after approximately 5 minutes. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the parking lamps turn off, the vehicle will have reduced conspicuity, increasing the risk of a crash.","Jaguar will notify owners, and dealers will update software that controls the front side lamps, free of charge. The recall began March 5, 2015. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J049." -01/26/2015,15V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V032000),"Nissan North America, Inc.",Electrical Short Due to Water Seepage,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,468815,"Nissan North America, Inc. (Nissan) is recalling certain model year 2008-2013 Nissan Rogue vehicles manufactured March 7, 2007, to November 26, 2013, and 2014 Nissan Rogue Select vehicles manufactured September 23, 2013, to July 2, 2014. The affected vehicles may experience an electrical short in the harness connector due to a mixture of snow/water and salt seeping through the carpet on the driver side floor near the harness connector.",An electrical short can cause a vehicle fire.,"Nissan will notify owners, and dealers will inspect the kick panel wiring harness connector and will if necessary install a new harness connector and waterproof seal, free of charge. The recall began on February 26, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -01/26/2015,15E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E004000),"Cummins, Inc.",Fuel Inlet Connection May Crack,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,54,"Cummins Inc. (Cummins) is recalling certain QSK50 Tier 2 Dual Fuel Engines manufactured January 15, 2013, through January 15, 2015, designed for use on oil well fracturing rigs. These dual fuel engines may operate on either diesel fuel plus gaseous fuel or diesel fuel only. The gaseous fuel inlet connection elbow for the engines may crack, causing a fuel leak during engine operation.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Cummins will notify owners, and dealers will replace the gas connection elbow and install supports, free of charge. The recall began March 19, 2015. Owners may contact Cummins customer service at 1-812-377-5000." -01/26/2015,15V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V033000),"Nissan North America, Inc.",Hood Release Cable Assembly,STRUCTURE,NR (Not Reported),Vehicle,170665,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2014 Nissan Pathfinder vehicles manufactured June 20, 2012, to November 18, 2013, 2014 Nissan Pathfinder Hybrid vehicles manufactured July 18, 2013, to November 18, 2013, 2013 Infiniti JX35 vehicles manufactured November 29, 2011, to June 14, 2013, and 2014 QX60 vehicles manufactured May 16, 2013, to November 18, 2013, and 2014 Infiniti QX60 Hybrid vehicles manufactured July 18, 2013, to November 18, 2013. In the affected vehicles the hood release cable assembly may have been installed incorrectly preventing the latching claw from fully engaging. The secondary latch may remain in the open position when the hood is closed.","If the primary hood latch is released and the secondary latch fails during operation of the vehicle, it could cause the hood to open during vehicle operation impairing the driver's vision, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will modify the angle of the hood release mechanism to provide additional length to the release cable, free of charge. The recall began on March 9, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -01/26/2015,15V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V031000),"General Motors, LLC",Improperly Fastened Toe Link Outer Ball Joint,SUSPENSION,14857,Vehicle,43,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Corvette vehicles manufactured September 26, 2014, to October 2, 2014. In the affected vehicles the toe link outer ball joint on the rear suspension may not have been properly tightened during the assembly process. The Toe link may loosen with the vehicle use and eventually separate.","A toe link separation can result in a reduction in vehicle stability and steering control, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will inspect and replace any damaged parts, free of charge. The recall began February 23, 2015. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet). GM's number for this recall is 14857." -01/26/2015,15V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V034000),"BMW of North America, LLC",Incorrect Capacity Information on Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,13130,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2015 MINI Cooper Hardtop two door vehicles manufactured December 1, 2013, to December 14, 2014. The affected vehicles may have been manufactured with an incorrect maximum capacity weight stated on the Tire Information Placard. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""",The maximum weight listed on the label is incorrect (too low) and therefore does not comply with Federal Regulations.,"MINI will notify owners, and dealers will replace the incorrect labels with corrected labels, free of charge. Owners were mailed interim notification on March 18, 2015. The recall began on October 15, 2015. Owners may contact MINI customer service at 1-866-825-1525." -01/23/2015,15V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V029000),TOR Truck Company,Accelerator Pedal Failure/FMVSS 124,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2,"TOR Truck Company (TOR) is recalling certain model year 2008 DR8490 drilling rog carrier vehicles, manufactured January 1, 2008, to June 1, 2008. In the affected vehicles the accelerator pedal mechanical power spring, may fail prematurely. This could cause the accelerator pedal to not return to idle position.","If the mechanical power spring fails prematurely causing the accelerator pedal not to return to idle, it can increase the risk of a vehicle crash.","TOR will notify owners, and dealers will inspect and replace the accelerator if stamped with a suspect serial number, free of charge. The recall began January 28, 2015. Owners may contact TOR customer service at 1-514-912-0053." -01/23/2015,15E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E003000),Nova Bus (US) Inc.,Alternator Cable Terminal may Fracture and Arc,ELECTRICAL SYSTEM,"CR3230E, CR3231E",Equipment,41,"Nova Bus is recalling certain N67588 alternator cables manufactured December 1, 2011, to December 1, 2013 and sold as service parts for 2010-2014 LFS transit buses. The affected alternator cables may have been damaged during installation. This damage can cause the cable terminal to fracture and result in the cable arcing to other components.",Arcing of the alternator cable may result in an engine compartment fire.,"Nova Bus will notify owners, and dealers will inspect the terminal and replace the cable if it is damaged, free of charge. The recall began on February 2, 2015. Owners may contact Nova Bus customer service at 1-450-472-6410. Nova Bus' numbers for this recall are CR3230E and CR3231E. Note: Buses that were manufactured with the subject alternator cable are covered under recall 14V381." -01/23/2015,15V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V027000),"Autocar, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, OTHER",A-1410,Vehicle,38,"Autocar, LLC (Autocar) is recalling certain model year 2015 Xpeditor trucks manufactured May 22, 2014, to July 17, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners for Autocar, and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began September 29, 2014. Owners may contact Autocar customer service at 1-765-489-5499, or Cummins customer service at 1-800-343-7357. Autocar's number for this recall is A-1410." -01/23/2015,15V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V028000),"Volkswagen Group of America, Inc.",Fuel Leaking Into Engine Compartment,"FUEL SYSTEM, GASOLINE",24BL,Vehicle,44658,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2014-2015 Jetta vehicles manufactured March 28, 2014, to November 24, 2014, 2014-2015 Passat vehicles manufactured April 7, 2014, to November 18, 2014, 2015 Golf and GTI vehicles manufactured July 1, 2014, to November 20, 2014, and 2014-2015 Beetle and Beetle Convertible vehicles manufactured March 31, 2014, to November 27, 2014. A sealing cap at the fuel rail may fail, allowing fuel to leak into the engine compartment.","A fuel leak, in the presence of an ignition source, can result in a vehicle fire.","Volkswagen will notify owners, and dealers will replace the fuel rails with new parts, free of charge. The recall began February 6, 2015. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 24BL. Note: This recall expands and supersedes recall 14V-809 (Volkswagen recall number 24Bi) and only affects vehicles not previously repaired under that campaign." -01/23/2015,15V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V030000),Highland Ridge RV,Screws for Awning Lateral Arm Brackets may Fail,EQUIPMENT,NR (Not Reported),Vehicle,284,"Highland Ridge RV (Highland) is recalling certain model year 3x recreational trailers manufactured August 5, 2014, to November 17, 2014 equipped with recalling Latitude Awnings styles GX and G manufactured April 10, 2014, to November 4, 2014 manufactured by Carefree of Colorado. The affected awnings may have screws that attach the lateral arm brackets to the mounting brackets that were not manufactured to specification.","The screws could fail, causing the supporting bracket and the awning to fall and potentially injure a person beneath it.","Highland will notify owners, and dealers will replace the defective screws, free of charge. The recall began February 2015. Owners may contact Highland customer service at 1-260-768-7771, or Carefree customer service at 1-800-621-2617." -01/23/2015,15T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15T002000),Goodyear Tire & Rubber Company,Tread Cracking/FMVSS 139,TIRES,NR (Not Reported),Tire,48512,"Goodyear Tire & Rubber Company (Goodyear) is recalling certain Fortera HL P255/65R18 109S tires manufactured November 30, 2014, to January 10, 2015. The affected tires experienced cracking of the tread during tire endurance testing inspection. Thus, these tires fail to comply with requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 139, ""New pneumatic radial tires for light vehicles.""","If the tires experience tread cracking, it may result in a loss of tire pressure and possible tire failure, increasing the risk of a vehicle crash.","Those tires installed as original equipment on certain 2015 Buick Enclave, Chevrolet Traverse, and GMC Acadia are being replaced free of charge by General Motors under safety recall 15V-044. GM will notify the affected vehicle owners. Replacement equipment tires are being replaced free of charged by Goodyear. Goodyear will notify all owners for which it has registration information. The recall began February 26, 2014. GM vehicle owners may contact GM at 1-800-521-7300 (Buick), 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 15025/15067. Owners of replacement equipment tires may contact Goodyear at 1-800-592-3267." -01/22/2015,15V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V024000),Life Line Emergency Vehicles,Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,4,Life Line Emergency Vehicles (Life Line) is recalling certain model year 2014-2015 Life Line-modified Ford F-Series emergency vehicles that are equipped with Liquid Spring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail allowing the fluid tank to separate from the vehicle.,"If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","The remedy for this recall is still under development. The recall began on February 2, 2015. Owners may contact Life Line customer service at 1-563-578-3317." -01/22/2015,15V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V023000),Great Dane Trailers,Internal Rubber Diaphragm Incomplete Attachment,PARKING BRAKE,NR (Not Reported),Vehicle,7702,"Great Dane Trailers (Great Dane) is recalling certain model year 2015 Reefer and Van Trailers manufactured March 3, 2014, to February 24, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators manufactured January 9, 2014, to October 28, 2014. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Great Dane will notify owners, and dealers will inspect the brake actuator and replace, as necessary, free of charge. The recall began on March 2, 2015. Owners may contact Great Dane customer service at 1-912-232-4471." -01/22/2015,15V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V025000),"Mack Trucks, Inc.",Internal Rubber Diaphragm Incomplete Attachment,PARKING BRAKE,SC0387,Vehicle,349,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 and 2016 CXU and LEU trucks manufactured May 20, 2014, to March 24, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators manufactured from January 9, 2014, through February 3, 2015. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Mack will notify owners, and dealers will inspect the brake actuator and replace, as necessary, free of charge. The recall began March 20, 2015. Owners may contact Mack customer service at 1-610-709-2131. Mack's number for this recall is SC0387." -01/22/2015,15V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V026000),Volvo Trucks North America,Internal Rubber Diaphragm Incomplete Attachment,PARKING BRAKE,RVXX1501,Vehicle,170,"Volvo Trucks North America (Volvo) is recalling certain model year 2015 and 2016 VNX and VNL trucks manufactured from May 20, 2014, through March 6, 2015, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators manufactured January 9, 2014, to October 28, 2014. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Volvo will notify owners, and dealers will inspect the brake actuator and replace, as necessary, free of charge. The recall began March 20, 2015. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1501." -01/22/2015,15E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E002000),Tucker Rocky Distribution,Retention System Separation/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,15653,"Tucker Rocky Distribution (Tucker Rocky) is recalling certain Speed and Strength SS200, SS300, and SS400 motorcycle helmets manufactured February 1, 2013, to December 7, 2013, sizes XS-XXL. The helmets fail to meet certain performance requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","A rider may not be adequately protected in the event of a crash, increasing the risk of serious injury.","The remedy for this recall is still under development. The recall began March 25, 2015. Owners may contact Tucker Rocky customer service at 1-817-258-9247." -01/21/2015,15V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V022000),Polaris Inc.,Steering Rack Assembly may Disengage,STEERING,SLI-15-02,Vehicle,1896,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015 Slingshot motorcycles manufactured August 26, 2014, to January 9, 2015, and 2015 Slingshot SL motorcycles manufactured August 18, 2014, to January 10, 2015. In the affected motorcycles, the upper pinion bearing may fail on the steering rack assembly, resulting in the pinion gear disengaging from the steering rack.","If the steering pinion gear disengages from the steering rack, a loss of steering control could result, increasing the risk of a crash.","Polaris will notify owners, and dealers will replace the steering rack assembly, free of charge. The recall began on January 30, 2015. Owners may contact Polaris customer service at 1-855-863-2284. Polaris' number for this recall is SLI-15-02." -01/20/2015,15V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V019000),"Volkswagen Group of America, Inc.",Fuel Injection System Fuel Leak,"FUEL SYSTEM, GASOLINE",Audi: 24AP/VW: 24BK,Vehicle,26008,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2011-2012 Audi S4, S5, Q7, 2012 Audi A6, Volkswagen Touareg Hybrid, and 2012-2013 Audi A7 vehicles. In the affected vehicles the fuel injection system may experience a fuel leak.","A fuel leak in the injection system in the presence of an ignition source, increases the risk of a fire.","Volkswagen will notify owners, and dealers will replace the fuel rails and corresponding seals, free of charge. The recall began on March 17, 2015. Owners may contact Audi customer service at 1-800-822-2834 or Volkswagen customer service at 1-800-893-5298. Volkswagen's numbers for this recall are 24AP for Audi customers and 24BK for Volkswagen customers." -01/20/2015,15V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V016000),"Porsche Cars North America, Inc.",Fuel Injection System may Leak,ENGINE AND ENGINE COOLING,AF03,Vehicle,1368,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2011-2012 Cayenne S Hybrid, and 2012 Panamera S Hybrid vehicles manufactured April 26, 2011, to August 2, 2012. The fuel injection system may leak.",A fuel leak in the presence of an ignition source increasea the risk of a fire.,"Porsche will notify owners, and dealers will replace the fuel rails, free of charge. The recall began on April 17, 2015. Owners may contact Porsche customer service at 1-800-767-7243." -01/20/2015,15E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15E001000),Tucker Rocky Distribution,Impact Attenuation Testing/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1379,"Tucker Rocky Distribution (Tucker Rocky) is recalling certain Speed and Strength SS500DVD motorcycle helmets manufactured April 12, 2011, to August 31, 2013, sizes XS, S, and M. The helmets fail to meet certain performance requirements of Federal Motor Vehicle Safety Standard (FMVSS) 218, ""Motorcycle Helmets.""","A rider may not be adequately protected in the event of a crash, increasing the risk of serious injury.","Tucker Rocky will notify owners, and replace any XS, S, and M size Speed and Strength SS500 helmets with a compliant Speed and Strength SS400 helmet, free of charge. The recall began March 19, 2015. Owners may contact Tucker Rocky customer service at 1-817-258-9247." -01/20/2015,15V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V017000),"Jayco, Inc.",Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,9901227,Vehicle,20,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Eagle 30.5 BHLT fifth wheel trailers manufactured March 13, 2014, to August 1, 2014. The affected trailers have incorrect tire size information on the tire label. As such, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the trailer tires are replaced with the ones listed incorrectly on the label, the trailer may be overloaded, resulting in poor handling or tire failure. Either of these conditions may increase the risk of a crash.","Jayco will notify owners, send them new labels with the corrected information, free of charge. The recall began February 2, 2015. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901227." -01/20/2015,15V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V021000),"Entrans International, LLC",Internal Rubber Diaphragm Incomplete Attachment,PARKING BRAKE,14E075,Vehicle,10,"Polar Tank Trailer, LLC (Polar) is recalling certain model year 2015 SRJH, APX0, and ATB6 trailers manufactured August 27, 2014, to November 29, 2014, equipped with certain Haldex Life Seal Type 30/30 Long Stroke Air Brake Actuators manufactured January 9, 2014, to October 28, 2014. The affected actuators may have an incomplete attachment of the internal rubber diaphragm to the actuation mechanism of the parking brake section of the Life Seal actuator.","If the diaphragm is not completely attached, there may be internal leakage from the service section past the diaphragm, potentially trapping air pressure in the parking brake section. This air pressure in turn, if not vented, may prevent full release of the actuator unit, and may induce brake drag and may result in overheated wheelend service brakes, increasing the risk of a fire.","Polar will notify owners, and dealers will inspect and replace the actuators, as necessary, free of charge. The recall began April 2, 2015. Owners may contact Polar customer service at 1-320-746-2255. Polar's number for this recall is 14E075." -01/20/2015,15V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V020000),Polaris Inc.,Roll Hoops Not Meeting Specifications,STRUCTURE,SLI-15-01,Vehicle,1577,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015 Slingshot motorcycles manufactured August 26, 2014, to December 16, 2014, and 2015 Slingshot SL motorcycles manufactured August 18, 2014, to December 15, 2014. The affected motorcycles may be equipped with roll hoops that do not meet hardness specifications.","If the roll hoops do not meet strength specifications, in the event of a rollover crash they may not provide proper protection, increasing the risk of a personal injury.","Polaris will notify owners, and dealers will replace the roll hoops, free of charge. The recall began on January 30, 2015. Owners may contact Polaris customer service at 1-651-408-7579. Polaris' number for this recall is SLI-15-01." -01/20/2015,15V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V018000),Frontline Communications,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,9,"Frontline Communications (Frontline) is recalling certain model year 2007-2011 Mobile Medical Unit vehicles manufactured from December 13, 2007, to February 17, 2011, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Frontline will notify owners to contact Ricon Customer Service to arrange for the installation of supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on February 25, 2015. Owners may contact Frontline customer service at 1-727-573-0400, or Ricon customer service at 1-800-322-2884." -01/16/2015,15V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V015000),Kia Motors America,Cooling Fan Resistor May Melt,ELECTRICAL SYSTEM,SC113,Vehicle,86880,"Kia Motors America (Kia) is recalling certain model year 2014 Kia Forte vehicles manufactured December 5, 2012, to April 17, 2014. In the affected vehicles, the cooling fan resistor may overheat and melt.","If the cooling fan resistor overheats and melts, there is an increased risk of a vehicle fire.","Kia will notify owners, and for vehicles produced from December 5, 2012 to January 27, 2014, dealers will replace the cooling fan resistor and multi-fuse unit. For vehicles produced from January 28, 2014 to April 17, 2014, dealers will replace the multi-fuse unit only. Owners of vehicles with a 1.8L engine will also have the engine control unit software updated. The recall began on February 20, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC113." -01/16/2015,15V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V014000),Shyft Group,Front Sway Bar Mounting Bracket Failure,STRUCTURE,NR (Not Reported),Vehicle,24,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2015 Spartan MM chassis manufactured October 2, 2013, to November 19, 2014. In the affected vehicles, the front sway bar mounting brackets may break, causing the sway bar to detach from the mounting frame.","If the sway bar detaches, additional vehicle sway may occur, increasing the risk of a crash.","Spartan will notify owners and dealers will replace the front sway bar mounting brackets, free of charge. The recall began on May 15, 2015. Spartan issued an interim notification to owners on March 4, 2015. Owners may contact Spartan customer service at 1-517-543-6400." -01/16/2015,15V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V013000),Toyota Motor Engineering & Manufacturing,Passenger Air Bag may not Deploy/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,4971,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014-2015 Toyota Prius V vehicles manufactured November 7, 2013, to January 7, 2015. The occupant classification system (OCS) that activates or deactivates the passenger seat air bag system may be improperly calibrated. As a result, the passenger air bag may not deploy in a vehicle crash. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection.""","If the air bag does not deploy as intended, there is an increased risk of injury in the event of a crash.","Toyota will notify owners, and dealers will re-calibrate of the OCS system, free of charge. The recall began February 12, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -01/16/2015,15V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V011000),"Southeast Toyota Distributors, LLC",Trailer Lights may Shut Off Due to Software,EXTERIOR LIGHTING,SET-15A,Vehicle,1140,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2013-2015 Toyota Rav4 vehicles manufactured June 1, 2013, to December 29, 2014, and equipped with an accessory trailer light module. The software within the module may incorrectly detect an electrical short and preventively turn off the electrical current and the trailer lights.","If the system incorrectly detects an electrical short and turns off the trailer lights while the trailer is being towed at night, there is an increased risk of a crash.","SET will notify owners, and dealers will replace the trailer light module with a new unit with corrected software, free of charge. The recall began on March 17, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET-15A." -01/14/2015,15V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V010000),Winnebago Towable,Axle may Contact Liquid Propane Pipe Fitting,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,746,"Winnebago Towable is recalling certain model year 2013-2015 Winnebago Minnie 2201DS and 2450BHS travel trailers manufactured May 7, 2012, to November 13, 2014, and 2013-2015 Sunnybrook Remington 2200DS and 2451BHS travel trailers manufactured May 7, 2013, to November 13, 2014. The axle may contact the black liquid propane pipe fitting, resulting in the fitting cracking or breaking.","If the propane pipe fitting cracks or breaks, propane may leak, increasing the risk of a fire.","Winnebago Towable will notify owners, and dealers will install metal tubular steel bump stop to the frame. The recall began on January 19, 2015. Owners may contact Winnebago Towable customer service at 1-574-825-5250." -01/14/2015,15V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V012000),"Nissan North America, Inc.",Front Hub Assembly Bolts May Loosen and Fall Off,SERVICE BRAKES,NR (Not Reported),Vehicle,893,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014-2015 Nissan Pathfinder and Infiniti QX60 vehicles manufactured August 14, 2014, to November 5, 2014, and 2014-2015 Nissan Rogue vehicles manufactured August 12, 2014, to November 15, 2014. During the assembly process, the front wheel hub assembly fasteners may not have been properly torqued.",The under-torqued fasteners may result in a brake caliper separating from the wheel assembly causing a reduction in braking performance or reduced steering control. These conditions increase the risk of a crash.,"Nissan will notify owners, and dealers will inspect the vehicles and tighten any loose bolts to the proper specification, free of charge. The recall began February 2, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -01/12/2015,15V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V009000),Entegra Coach,Screws for Awning Lateral Arm Brackets may Fail,EQUIPMENT,NR (Not Reported),Vehicle,11,"Entegra Coach (Entegra) is recalling certain model year 2015 Aspire motorhomes manufactured July 14, 2014, to October 29, 2014, and equipped with certain Latitude awnings manufactured by Carefree of Colorado. The affected awnings may have screws that attach the lateral arm brackets to the mounting brackets that were not manufactured to specification.","The screws could fail, causing the supporting bracket to fail, and the awning to fall and potentially strike and injure a person beneath it.","Entegra will notify owners, and dealers will remove and replace the defective screws, free of charge. The recall began December 30, 2014. Owners may contact Entegra customer service at 1-800-945-4787." -01/12/2015,15V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V008000),"Winnebago Industries, Inc.",TPMS may not Locate Sensors/FMVSS 138,TIRES,P62,Vehicle,1107,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2014-2015 Winnebago Trend, Travato, and Itasca Viva motorhomes manufactured November 13, 2013, to December 23, 2014. In the affected vehicles, the Tire Pressure Monitoring System (TPMS) may fail to learn the locations of the individual sensors while the vehicle is being driven. As a result, the low tire pressure warning light will illuminate, despite the the tire pressures being within specification. Should one of the tires lose air pressure, the driver would not be notified of the change in air pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring Systems.""","If the TPMS light illuminates because the sensors cannot be located, it could mask an actual low tire pressure condition, possibly resulting in tire failure, increasing the risk of a crash.","Winnebago will have Chrysler notify owners, and dealers will update the TPMS module software, free of charge. The recall began December 8, 2014. Owners may contact Winnebago customer service at 1-800-537-1885. Winnebago's number for this recall is P62." -01/09/2015,15V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V005000),Ford Motor Company,Improper Plating on Fuel Pump may Result in Stall,"FUEL SYSTEM, GASOLINE","14S30, 15S13",Vehicle,54543,"Ford Motor Company (Ford) notified the agency on January 8, 2015, that they are recalling certain model year 2014 Ford Escape vehicles manufactured April 15, 2014, to May 8, 2014, and 2015 Lincoln MKC vehicles manufactured April 21, 2014, to May 15, 2014. On April 30, 2015, Ford expanded the recall to cover an additional 45,505 vehicles, including certain model year 2014-2015 Ford Transit Connect vehicles manufactured November 11, 2013, to August 29, 2014, 2014-2015 Ford Fiesta vehicles manufactured April 10, 2014, to June 17, 2014 and 2014 Ford Edge vehicles manufactured April 30, 2014, to May 21, 2014. Improper nickel plating of components within the fuel pump may result in the fuel pump failing.","If the fuel pump fails, the vehicle may stall without warning, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the fuel pump, free of charge. The recall began on February 27, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S30." -01/09/2015,15V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V006000),Ford Motor Company,Inadvertent Shut Down (Start/Stop Switch Location),ELECTRICAL SYSTEM,14S29,Vehicle,11144,"Ford Motor Company (Ford) is recalling certain model year 2015 Lincoln MKC vehicles manufactured August 20, 2013, to September 9, 2014. In the affected vehicles, the Push-to Start/Stop (PTS) button that is located at the bottom of the shift transmission controls may inadvertently be pushed, causing the engine to shut off.","If the PTS switch is inadvertently pressed, the vehicle may stop unexpectedly, increasing the risk of a crash. In the event of a crash with the vehicle turned off, the air bags and seat belt restaints may not function as intended, increasing the risk of injury.","Ford will notify owners, and dealers will relocate the PTS switch and reprogram the Powertrain Control Module (PCM), free of charge. The recall began March 3, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S29." -01/09/2015,15V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V007000),"Piaggio Group Americas, Inc.",Sprocket may Loosen and the Rear Wheel may Lock Up,POWER TRAIN,NR (Not Reported),Vehicle,337,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain model year 2014-2015 Aprilia Shiver 750 motorcycles manufactured February 10, 2014, to October 28, 2014 and 2015 Aprilia Caponord 1200 motorcycles manufactured November 14, 2013, to October 16, 2014. Due to improper machining of the output gear shaft face, the fastening screw on the sprocket may loosen and the rear wheel may lock up.",A rear wheel lock up increases the risk of a crash.,"Piaggio will notify owners, and dealers will inspect the output shaft, replacing any that are found to be defective, free of charge. The recall began on January 28, 2015. Owners may contact Piaggio customer service at 1-212-380-4433." -01/08/2015,15V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V003000),Lance Camper Manufacturing. Corp.,Awning Mounting Brackets may Crack,EQUIPMENT,NR (Not Reported),Vehicle,240,"Lance Camper Manufacturing Corp. (Lance) is recalling certain model year 2015 Slide-In Campers and Travel Trailers manufactured August 1, 2014, to October 27, 2014, and equipped with certain Latitude awnings manufactured by Carefree of Colorado. The mounting brackets of the affected awnings may crack, and the awnings may fall.","If an awning falls, there is an increased risk of injury to anyone under the awning.","Lance will notify owners, and dealers will remove and replace all the mounting brackets, free of charge. The recall began November 26, 2014. Owners may contact Lance customer service at 1-661-949-3322." -01/08/2015,15V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V004000),Thor Motor Coach,Screws for Awning Lateral Arm Brackets may Fail,EQUIPMENT,RC000097,Vehicle,154,"Thor Motor Coach (TMC) is recalling certain model year 2015 Challenger, Four Winds 5000, Hurricane, Miramar, Chateau Citation, Chateau, Windsport, and Palazzo motorhomes manufactured April 24, 2014, to December 11, 2014, and equipped with certain Latitude awnings manufactured by Carefree of Colorado. The affected awnings may have screws that attach the lateral arm brackets to the mounting brackets that were not manufactured to specification.","The screws could fail, causing the supporting bracket to fail, and the awning to fall and potentially strike and injure a person beneath it.","TMC will notify owners, and dealers will remove and replace the defective screws, free of charge. The recall began January 23, 2015. Owners may contact TMC customer service at 1-877-500-1020. TMC's number for this recall is RC000097." -01/07/2015,15V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V002000),Polaris Inc.,Fuel Pump may Seize/Motorcycle may Stall,"FUEL SYSTEM, GASOLINE",V-15-01 A/B,Vehicle,2342,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2013-2014 Victory Cross Country, Cross Roads, Hammer Eight Ball, High Ball, Jackpot, Vegas Eight Ball, 2014 Victory Cross Country Eight Ball, Cross Roads Eight Ball, Ness Cross Country, 2015 Victory Gunner, and 2013 Victory Hardball motorcycles. The fuel pump in the affected motorcycles may have been incorrectly crimped during manufacturing, which may result in the fuel pump seizing.","If the fuel pump seizes, the motorcycle will stall, increasing the risk of a crash.","Victory will notify owners, and dealers will replace the fuel pump, free of charge. The recall began on January 14, 2015. Owners may contact Victory consumer service at 1-877-737-7172. Polaris' number for this recall is V-15-01 A/B." -01/05/2015,15V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=15V001000),Motor Coach Industries,Front Brake Hose may Rub on Tire,SERVICE BRAKES,NR (Not Reported),Vehicle,147,"Motor Coach Industries (MCI) is recalling certain model year 2013-2015 MCI J4500 motor coaches manufactured July 83, 2013, to December 19, 2014 and equipped with ZF axles and independent front suspension. The routing and clamping of the steering axle brake hose to the steering axle brake chamber may allow the brake hose to rub the front tire or contact and rub the upper control arm.","The rubbing may wear a hole into the brake hose resulting in a loss of air pressure in the front brake chamber, reducing brake performance and increasing the risk of a crash.","MCI will notify owners. The remedy for this recall is still under development. The recall began on March 2, 2015. Owners may contact MCI customer service at 1-800-241-2947." -12/31/2014,14V830000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V830000),"Subaru of America, Inc.",Brake Line Corrosion at Four-Way Connector,"SERVICE BRAKES, HYDRAULIC",WQQ-52,Vehicle,200064,"Subaru of America, Inc. (Subaru) is recalling certain model year 2008-2011 Impreza, 2008-2014 WRX and STI, and 2009-2013 Forester vehicles, currently, or formerly, registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia that were remedied under recall 14V-311 prior to December 23, 2014. The brake lines may experience brake line corrosion due to salt water splashing on the brake lines through a gap in the fuel tank protector.","Brake fluid may leak due to the brake line corrosion and may result in longer distances being required to slow or stop the vehicle, increasing the risk of a crash.","Subaru will notify owners, and dealers will apply an anti-corrosion wax to the four-way joint connector area of the brake line system, free of charge. The recall began on January 27, 2015. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WQQ-52. Notes: This recall is specific to affected Forester, Impreza, WRX, and STI customers who had their car remedied under NHTSA recall no. 14V-311 prior to December 23, 2014. Subaru has determined that this remedy was inadequate due to incomplete repair instructions provided to dealers. Affected Forester, Impreza, WRX, and STI vehicles that were not repaired under NHTSA recall no. 14V-311 prior to December 23, 2014 will continue to be processed under NHTSA recall no. 14V-311. Affected vehicles not currently, or formerly, registered in the salt belt states identified in this recall are eligible for repair, at no cost to the customer, upon request." -12/30/2014,14V826000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V826000),"Dodgen Industries, Inc.",Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,14E-034,Vehicle,17,"Dodgen Industries, Inc. (Dodgen) is recalling certain model year 2014-2015 Born Free RV and Born Free Mobility RV vehicles manufactured from September 13, 2014, to December 22, 2014, and equipped with Liquid Spring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Dodgen will notify owners, and dealers will install a new re-designed bracket, free of charge. The recall began on January 15, 2015. Owners may contact Dodgen customer service at 1-515-332-3755 or LiquidSpring at 1-765-474-7816. Dodgen's number for this recall is 14E-034." -12/30/2014,14V827000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V827000),"General Motors, LLC",Ignition Lock Actuator may Bind,ELECTRICAL SYSTEM,14696 and 14912,Vehicle,84192,"General Motors LLC (GM) is recalling certain model year 2011-2012 Cadillac Escalade, Escalade ESV, Escalade EXT, Chevrolet Avalanche, Silverado HD, Silverado LD, Suburban, Tahoe, GMC Sierra LD, Sierra HD, Yukon, and Yukon XL vehicles. In the affected vehicles, the ignition lock actuator may bind, making turning the key difficult or causing the ignition to get stuck in the ""Start"" position.","If stuck in the ""Start"" position, the ignition may suddenly snap back into the ""Accessory"" position, causing a loss of engine, steering, and braking power, increasing the risk of a vehicle crash. If the vehicle is in a crash, the air bags may not deploy, increasing the risk of occupant injury.","GM will notify owners, and dealers will inspect and replace the ignition lock housing, as necessary, free of charge. The recall began on February 12, 2015. Owners may contact GM customer service at 1-800-458-8006 (Cadillac), 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14696 for the original equipment, and 14912 for the service replacement parts." -12/30/2014,14V829000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V829000),Shyft Group,Steering Slip Shaft Premature Wear,STEERING,14022,Vehicle,32,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2015 K3 Chassis manufactured November 22, 2013, to October 28, 2014. The steering slip shaft, located between the steering column and steering gear, may prematurely wear.",Premature wear of the steering slip shaft may increase the risk of a vehicle crash.,"Spartan will notify owners, and dealers will replace the affected slip shaft, free of charge. The recall began on February 3, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14022." -12/30/2014,14V828000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V828000),"Southeast Toyota Distributors, LLC",Vehicle Accessories May Detach,EQUIPMENT,SET-14B,Vehicle,3958,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2014-2015 Toyota 4Runner, Tacoma, FJ Cruiser, Land Cruiser, RAV4, Scion FRS, and XB vehicles. The affected vehicles may have accessories installed by SET, such as running boards or other items, that were incorrectly installed. The accessory attaching fasteners were not tightened with the proper torque, possibly causing the accessory to detach from the vehicle.",Accessories that detach from a vehicle may result in a vehicle crash and/or personal injury.,"SET will notify owners, and dealers will inspect and tighten the affected bolts, free of charge. The recall began February 23, 2015. Owners may contact SET customer service at 1-866-405-4226. SET's number for this recall is SET-14B." -12/29/2014,14V824000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V824000),"Porsche Cars North America, Inc.",Front and Rear Alignment may be Incorrect,SUSPENSION,AF04,Vehicle,2,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 Cayenne Diesel and Cayenne S vehicles manufactured November 26, 2014, to November 27, 2014. Due to a manufacturing error, the suspension alignment on the front and rear axles may not have been performed correctly and the screw connections of the camber, toe and caster may not have been tightened with the specified torque.","If the suspension alignment was incorrectly performed, vehicle handling could be reduced, increasing the risk of a crash.","Porsche will notify owners, and dealers will perform a front and rear suspension alignment, and check the screw connections for the proper torque, retightening as necessary, free of charge. The manufacturer has not yet provided a notification date. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AF04." -12/29/2014,14V822000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V822000),Kia Motors America,Headliner Plate Detachment,STRUCTURE,SC112,Vehicle,95314,"Kia Motors America (Kia) is recalling certain model year 2010-2013 Kia Soul vehicles manufactured January 8, 2009, to October 2, 2013, equipped with a sun roof. A headliner plate may detach during deployment of the curtain air bag.",A detached headliner plate may increase the risk of injury to the occupant during a vehicle crash.,"Kia will notify owners, and dealers will install industrial adhesive strips to secure the headliner plates, free of charge. The recall is expected to begin February 2, 2015. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC112." -12/29/2014,14V821000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V821000),"Champion Bus, Inc.",Imperial Triangle Warning Signs/FMVSS 125,EQUIPMENT,NR (Not Reported),Vehicle,773,"Champion Bus, Inc. (Champion) is recalling certain model year 2012-2014 American Crusader, Challenger, Crusader, CTS-FE, CTS-RE, Defender, EZ-Street, HC American, HCAC, LF Transport, M1235, Platinum Shuttle, Stacked Rail, and Federal Coach Premier, and Spirit transit buses manufactured January 1, 2012, to October 1, 2014, equipped with certain triangle warning signs manufactured by Imperial Supplies, LLC. Test reports indicate that the triangle warning signs, labeled C&J, may reflect an inadequate amount of light. As such, these triangle warning kits fail to comply with Federal Motor Vehicle Safety Standard No. 125, ""Warning devices.""","Warning triangles that do not properly reflect light may fail to warn others that a vehicle is parked, increasing the risk of a crash.","Champion will notify owners to inspect their triangles for production dates between April 2011, to April 2014, and the affected triangles will be replaced, free of charge. The recall began on January 6, 2015. Owners may contact Champion customer service at 1-810-724-6474." -12/29/2014,14V810000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V810000),PACCAR Incorporated,Improperly Seated Brake Chamber Diaphragm,PARKING BRAKE,14KWP & 1214L (PB),Vehicle,1623,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Peterbilt 367, 389, 567, 579, and 587 trucks manufactured from May 23, 2014, to February 13, 2015, and 2015 Kenworth T270, T370, T440, T470, T660, T680, T800, T880, and W900 trucks manufactured from May 23, 2014, to February 13, 2015, equipped with certain air brake actuators. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"Kenworth and Peterbilt will notify owners, and dealers will inspect and replace the brake chamber, as necessary, free of charge. An interim notice was mailed to owners March 3, 2015. The recall began on May 14, 2015. Owners may contact PACCAR customer service at 1-425-828-5000 (Kenworth), or 1-940-591-4000 (Peterbilt). PACCAR's number for this recall is 14KWP (Kenworth), and 1214L (Peterbilt)." -12/29/2014,14V823000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V823000),"Forest River, Inc.",Incorrect Tire Information on Label/FMVSS 110,EQUIPMENT,59-12232014,Vehicle,159,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Vibe VBT272BHS travel trailers manufactured July 15, 2014, to December 19, 2014. These trailers may have incorrect tire size and tire pressure information on the Federal Certification and Tire labels. The information on the label lists the installed tires as ST225/75R15/C inflated to 50 PSI, however the tires that are actually mounted on the trailer are ST225/75R15/D inflated to 65 PSI. As such, these trailers fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 Kilograms (10,000 Pounds) or Less.""","If the tires are replaced with the tires indicated on the label, the tires may be insufficient to carry the load and a tire blow out may result, increasing the risk of a crash.","Forest River will send new labels to dealers and owners with the correct tire information, free of charge. The recall began on January 19, 2015. Owners may contact Forest River customer service at 1-206-593-4005. Forest River's number for this recall is 59-12232014." -12/29/2014,14V825000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V825000),"Dodgen Industries, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"Dodgen Industries, Inc. (Dodgen) is recalling certain model year 2006-2014 Dodgen Mobile Tech. Mobility RV's manufactured January 1, 2006, to November 24, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Dodgen will notify owners to take their RV's to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 28, 2015. Owners may contact Dodgen customer service at 1-515-332-3755, or Ricon customer service at 1-800-322-2884." -12/24/2014,14V820000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V820000),"General Motors, LLC",Fuel Tank Vent Line Hose Clamp may be Loose,"FUEL SYSTEM, DIESEL",14855,Vehicle,56,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado HD diesel vehicles manufactured September 30, 2014, to October 21, 2014, and GMC Sierra HD diesel vehicles manufactured October 8, 2014, to October 21, 2014. In the affected vehicles, the hose clamp that secures the fuel tank vent line may not have been properly tightened during assembly.","A loose hose clamp could allow the fuel tank vent line to detach which may result in a fuel leak, increasing the risk of a fire.","GM will notify owners, and dealers will inspect and tighten the fuel tank vent line hose clamp, as necessary, free of charge. The recall began on February 6, 2015. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14855." -12/24/2014,14V819000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V819000),"General Motors, LLC",Improperly Heat-Treated Rear Axle Shaft,POWER TRAIN,14892,Vehicle,152,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado 1500, and GMC Sierra 1500 vehicles manufactured November 24, 2014, to November 25, 2014. Due to an improper heat-treatment, the rear axle shaft may fracture while the vehicle is being driven.","If the rear axle shaft fractures, the rear wheel may separate from the axle shaft, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the rear axles, and replace any that were improperly heat-treated, free of charge. The recall began on December 17,2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14892." -12/24/2014,14V818000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V818000),"Mercedes-Benz USA, LLC",Seat Belt Load Limiters,SEAT BELTS,2014120006,Vehicle,1378,"Mercedes-Benz USA, LLC. (MBUSA) is recalling certain model year 2015 E250 Diesel, E250 Blue Tec 4 Matic, E350 Sedan, E350 Sedan 4 Matic, E350 Wagon 4 Matic, E400 Sedan, E400 Sedan 4 Matic, E63 Sedan, and E63 Wagon vehicles manufactured October 8, 2014, to October 24, 2014. In the affected vehicles, the double seat belt buckle for the middle position of the rear passenger seat could fail under loading experienced in a severe frontal crash.","If the middle position double seat belt buckle assembly fails under load such as in a severe frontal crash, there is an increased risk of injury to the seat occupant.","MBUSA will notify owners, and dealers will replace the double seat belt buckle, free of charge. The recall began February 2, 2015. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2014120006." -12/23/2014,14V813000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V813000),"Elgin Sweeper Company, Inc.",Charging System Wiring Insufficient for Current,ELECTRICAL SYSTEM,SB-0160,Vehicle,6,"Elgin Sweeper Company Inc. (Elgin) is recalling certain model year 2014 Elgin Eagle 4MF, and Road Wizard 4MW street sweepers manufactured October 3, 2014, to November 26, 2014. Due to the routing, the battery and the alternator wires may conduct higher current than designed, resulting in wire failure and charging system loss.","The excessive current may result in melted wires and an electrical short, increasing the risk of a fire.","Elgin has notified owners, and dealers will replace and reroute the affected wiring, free of charge. The recall began on December 30, 2014. Owners may contact Elgin customer service at 1-877-342-5374. Elgin's number for this recall is SB-0160." -12/23/2014,14V816000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V816000),"Porsche Cars North America, Inc.",Front Lower Control Arms may Fracture,SUSPENSION,AF01,Vehicle,39,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 Porsche 918 vehicles manufactured February 25, 2014, to September 18, 2014. The front lower control arms may fracture.",The fracture of a lower control arm while the vehicle is being drivem increases the risk of a crash.,"Porsche will notify owners, and dealers will replace the front lower control arms, free of charge. The recall began on May 29, 2015. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AF01. Note: Owners are advised not to drive their vehicle until it has been remedied." -12/23/2014,14V814000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V814000),"Caterpillar, Inc.",Improperly Seated Brake Chamber Diaphragm,PARKING BRAKE,14V-814,Vehicle,57,"Caterpillar Inc. (Caterpillar) is recalling certain model year 2015 CT660, and CT681 trucks manufactured July 28, 2014, to November 5, 2014. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.",Brake drag may result in a wheel end fire.,"Caterpillar will notify owners, and dealers will replace the brake actuators, free of charge. An interim letter was mailed to owners on March 18, 2015. A second notice will be mailed once parts become available. Owners may contact Caterpillar customer service at 1-309-675-5658." -12/23/2014,14V812000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V812000),Shyft Group,Steering Linkage Fasteners may Loosen,STEERING,14023,Vehicle,277,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2013-2015 Gladiator, K2, K3, MetroStar, and MM motorhome and emergency response chassis cabs manufactured November 28, 2012, to October 15, 2013. The castle nuts for the steering linkage may loosen, allowing the steering linkage to separate.","If the steering linkage separates, a loss of steering control would occur, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect and tighten the castle nuts, as necessary, free of charge. The recall began on January 26, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14023." -12/22/2014,14E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E086000),Shark,Impact Testing Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,2538,"Shark is recalling certain medium and extra large RAW motorcycle helmets manufactured August 22, 2013, to June 29, 2014. During testing, some of the affected helmets failed to conform to the impact attenuation requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a helmet that fails to meet impact requirements, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Shark will notify owners and will direct owners to contact service provider Realtime Results who will replace the helmet, free of charge. The recall began on January 30, 2015. Owners may contact Realtime Results at 1-888-770-7157." -12/22/2014,14V807000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V807000),"Navistar, Inc.",Incorrect Headlight Wiring/FMVSS 108,EXTERIOR LIGHTING,14525,Vehicle,498,"Navistar, Inc. (Navistar) is recalling certain model year 2013-2015 International WorkStar vehicles manufactured March 16, 2012, to October 1, 2014. In the affected vehicles, the headlight low beam and ground circuits may have been reversed at the headlight connector resulting in reduced light output. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Reduced light output may impair the driver's vision, increasing the risk of a crash.","Navistar will notify owners, and dealers will correct the wiring in headlight harness connector, free of charge. The recall began on December 29, 2014. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 14525." -12/22/2014,14E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E085000),Roadhouse Distribution Inc.,Motorcycle Helmet Penetration Test/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,974,"Roadhouse Distribution Inc. (Roadhouse) is recalling certain Voss 888CF motorcycle helmets sizes XS-XXL manufactured June 1, 2013, to October 31, 2014. The affected helmets failed in penetration testing due to inadequate material in the helmet shell. Thus, these helmets fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle helmets.""","The wearer of the helmet may not be adequately protected, increasing the risk of personal injury during a vehicle crash.","Roadhouse will notify owners and resellers, and provide a replacement helmet free of charge. The safety recall began January 22, 2015. Owners may contact Roadhouse Distribution Inc at 1-877-431-2453." -12/22/2014,14V811000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V811000),"Suzuki Motor USA, LLC",Shift Selector Moved From Park,POWER TRAIN,VL,Vehicle,60823,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2010-2013 SX4 vehicles manufactured July 16, 2009, to November 1, 2012, and 2010-2013 Kizashi vehicles manufactured October 13, 2009, to October 31, 2012. The shift selector can be moved out of the ""Park"" position without depressing the brake pedal.","If the shift selector is moved out of the ""Park"" position while the brake pedal is not depressed, the vehicle may unexpectedly roll, increasing the risk of a vehicle crash.","Suzuki will notify owners, and dealers will replace the shift selector assembly and inspect, and if necessary, replace the shift knob, free of charge. The recall began January 16, 2015. Owners may contact Suzuki customer service at 1-714-996-7040. Suzuki's number for this recall is VL." -12/19/2014,14E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E084000),"ZF North America, Inc.",Automatic Transmission may Not Shift Into Park,POWER TRAIN,NR (Not Reported),Equipment,34657,ZF Group North America Operations (ZF Group) is recalling certain 9-Speed Automatic Transmissions. The automatic transmission parking pawl may have been contaminated during manufacturing and the park rod may become dislodged or broken. This may prevent the transmission from shifting into the Park position.,"The shift indicator may show that the vehicle is in Park but the park lock may not be engaged, allowing the vehicle to roll away unintentionally, increasing the risk of a crash.",ZF Group has notified the vehicle manufacturers that purchased these transmissions. The vehicle manufacturers that installed these transmissions in their vehicle products will notify the affected vehicle owners and perform a free remedy on those vehicles. Owners may contact their vehicle manufacturer for more information. Owners may contact ZF Group customer service at 1-734-416-6200. -12/19/2014,14V805000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V805000),"ARBOC Specialty Vehicles, LLC",Electrical Connections may not be Weatherized,ELECTRICAL SYSTEM,RC056301,Vehicle,94,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain model year 2015 Spirit of Mobility, and Spirit of Freedom transit buses manufactured July 1, 2014, to December 12, 2014. In the affected vehicles, the exterior electrical connections for the side marker lights may not be weatherized.","Exposed electrical connections may short, increasing the risk of a fire.","ARBOC will notify owners, and dealers will install heat shrink to weatherize the connections, free of charge. The recall began on January 6, 2015. Owners may contact ARBOC customer service at 1-866-953-5555. ARBOC's number for this recall is RC056301." -12/19/2014,14V803000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V803000),"Nissan North America, Inc.",Parking Pawl May Not Engage,POWER TRAIN,NR (Not Reported),Vehicle,194,"Nissan North America, Inc. (Nissan) is recalling certain model year 2015 Nissan Armada vehicles manufactured September 15, 2014, to October 14, 2014. Due to interference between the parking rod and the transmission housing, the parking pawl may not fully engage.","This condition may allow the vehicle to move with the shifter in the ""Park"" position, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will inspect the casting date stamp on the transmission housing and replace the affected transmissions, free of charge. The recall began January 19, 2015. Owners may contact Nissan customer service at 1- 800-647-7261." -12/19/2014,14V804000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V804000),"General Motors, LLC",Seat Track Bracket Rattle,SEATS,14863,Vehicle,3155,"General Motors LLC (GM) is recalling certain model year 2015 Cadillac SRX vehicles manufactured November 11, 2014, to December 3, 2014. The front driver's seat may have been built with an incorrect seat track bracket. Drivers' seats with this condition may not be properly attached to the seat track.","The front outboard seat bracket may become disengaged during a vehicle crash, increasing the risk of personal injury.","GM will notify owners, and dealers will inspect and replace affected seat track hook brackets, free of charge. The recall began on February 5, 2015. Owners may contact GM customer service at 1-800-458-8006 (Cadillac). GM's number for this recall is 14863." -12/17/2014,14V801000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V801000),"Ferrara Fire Apparatus, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",14E-051 NHTSA C#,Vehicle,12,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2014 Ferrara Fire Custom trucks manufactured from August 1, 2014, to September 30, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"All of the affected vehicles have been repaired, therefore, a recall notification notice will not be issued for this campaign. Owners may contact Ferrera at 1-800-443-9006 or Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545." -12/17/2014,14V797000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V797000),Blue Bird Body Company,Parking Brake Pedal Separation,PARKING BRAKE,R14XR,Vehicle,2,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015 Vision non-school buses manufactured July 8, 2015, and All American non-school buses manufactured September 12, 2014. These buses, equipped with hydraulic brakes, may have an incorrectly manufactured parking brake pedal assembly which could separate and bend causing the parking brake not to engage properly.","If the parking brake does not engage properly, the vehicle may unexpectedly move, increasing the risk of a vehicle crash.","Blue Bird will notify owners, and dealers will inspect the date code on the parking brake pedal assembly and will replace the assembly if it is within that date range, free of charge. The recall began on January 29, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. blue Bird's recall number is R14XR." -12/17/2014,14V798000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V798000),Blue Bird Body Company,Parking Brake Pedal Separation,PARKING BRAKE,R14XR,Vehicle,304,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015-2016 Vision and All American school buses manufactured July 8, 2014, to September 22, 2014. These buses, equipped with hydraulic brakes, may have an incorrectly manufactured parking brake pedal assembly which could separate and bend causing the parking brake not to engage properly.","If the parking brake does not engage properly, the vehicle may unexpectedly move, increasing the risk of a vehicle crash.","Blue Bird will notify owners, and dealers will inspect the date code on the parking brake pedal assembly and will replace the assembly if it is within that date range, free of charge. The recall began on January 29, 2015. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XR." -12/17/2014,14V800000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V800000),"Chrysler (FCA US, LLC)",Tire Pressure Monitoring System/FMVSS 138,TIRES,P76,Vehicle,944,"Chrysler Group LLC (Chrysler) is recalling certain model year 2015 Dodge Dart Aero vehicles manufactured August 24, 2014, to October 28, 2014. The affected vehicles were built with a premium instrument cluster and Lowline Tire Pressure Monitoring System (TPMS). The TPMS warning light may not illuminate when low tire pressure is detected. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 138, ""Tire pressure monitoring systems.""","A malfunctioning TPMS light will not notify an owner of an improperly inflated tire. An improperly inflated tire may experience a complete loss of tire pressure, increasing the risk of a vehicle crash.","Chrysler will notify owners, and dealers will reconfigure the vehicles from a lowline TPMS to a highline TPMS, free of charge. The recall began on January 27, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P76." -12/17/2014,14V799000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V799000),Farber Specialty Vehicles,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14E-041,Vehicle,14,"Farber Specialty Vehicles (Farber) is recalling certain model year 2005-2008 Winnebago WFG38S vehicles manufactured January 1, 2008, to December 24, 2009 equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Farber will notify owners to take vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began February 2015. Owners may contact Farber customer service at 1-800-331-3188, or Ricon customer service at 1-800-322-2884. Farber's number for this recall is 14E-041." -12/16/2014,14V794000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V794000),Harley-Davidson Motor Company,Brake Master Cylinder Banjo Bolt Thread Corrosion,"SERVICE BRAKES, HYDRAULIC",0163 and 0164,Vehicle,19015,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2012 FXST103, FLSTC, FLSTC103, FLSTF, FLSTF103, FXDL, FXDWG, FXDWG103, FXDC, FXDB, FLSTN, FLSTN103, FLSTC103Shrine, FLSTFB, FLSTFB103, FXS, FXS103, FLS, FLS103, FLD, FLD103, FXDF, and FXDF103 Dyna and Softail motorcycles manufactured August 22, 2011, through February 24, 2012. In the affected motorcycles, the threads for the brake line banjo bolt in the front brake master cylinder may corrode.","If the threads corrode, a sudden loss of brake fluid could result, causing a loss of the front brakes, and increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will flush and inspect the front brake master cylinder and, if necessary, replace the master cylinder, free of charge. The recall is expected to begin on January 22, 2015. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0163 and 0164." -12/16/2014,14V795000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V795000),"Chrysler (FCA US, LLC)",Clutch Ignition Interlock Switch,ELECTRICAL SYSTEM,P80,Vehicle,54164,"Chrysler Group LLC (Chrysler) is recalling certain model year 2006-2007 Dodge Ram 1500, 2500, 3500, Dakota, and 2006 Mitsubishi Raider vehicles manufactured July 1, 2005, to July 31, 2006 with manual transmissions. The return springs in the clutch ignition interlock switch may break.","Broken springs can result in a no-start condition, or cause unintended movement when the ignition is cranked, increasing the risk of a vehicle crash.","Chrysler will notify owners, and dealers will replace the clutch ignition interlock switch, free of charge. The recall began on March 27, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P80." -12/16/2014,14V792000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V792000),Honda (American Honda Motor Co.),Delamination of Headlight Aluminum Film/FMVSS 108,EXTERIOR LIGHTING,JN2,Vehicle,9751,"American Honda Motor Co. (Honda) is recalling certain model year 2014 Acura RLX vehicles manufactured November 22, 2012, to January 30, 2014, 2015 Acura RLX vehicles manufactured June 4, 2014, to November 18, 2014, and 2014 Acura RLX Hybrid vehicles manufactured November 5, 2013, to July 25, 2014. An aluminum film applied to the inner reflector of the headlight may experience adhesion issues causing the film to delaminate. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""","Delamination of the aluminum film may diminish output of the headlight, increasing the risk of a vehicle crash.","Honda will notify owners, and dealers will replace both of the headlights, free of charge. The recall began February 2, 2015. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JN2." -12/16/2014,14V793000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V793000),"Terex Advance Mixer, Inc.",Front Axle Spring Pin Not Secured Properly,SUSPENSION,NR (Not Reported),Vehicle,553,"Terex Advance (Terex) is recalling certain model year 2013-2015 Front Discharge Concrete Mixer Trucks manufactured August 20, 2012, to December 5, 2014. Due to improperly secured castellated retaining nuts on the front axle leaf spring rear pin and the steering system, the rear end of the front axle leaf spring may partially disconnect from the front suspension hanger.","If the front axle spring becomes partially disconnected from the front suspension hanger, steering difficulty may result, increasing the risk of a crash.","Terex will notify owners, and dealers will inspect and correct the retaining nut installation, as necessary, free of charge. The recall began on May 15, 2015. Owners may contact Terex customer service at 1-800-433-6691." -12/16/2014,14V796000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V796000),"Chrysler (FCA US, LLC)",Rear Axle Pinion Nut May Loosen at Differential,POWER TRAIN,P77,Vehicle,257065,"Chrysler Group LLC (Chrysler) is recalling certain model year 2005 Dodge Ram 1500 trucks manufactured January 28, 2004, to August 3, 2005. In the affected vehicles, the rear axle pinion nut may loosen due to an undersized spline on the pinion gear.","If the pinion nut loosens, the rear axle may seize, and/or the driveshaft may detach resulting in a loss of vehicle control, increasing the risk of a crash.","Chrysler will notify owners, and dealers will install a retention feature to the pinion nut, free of charge. The recall began on June 26, 2015, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P77." -12/15/2014,14V790000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V790000),"Volkswagen Group of America, Inc.",Insufficient Headlight Output,EXTERIOR LIGHTING,57F6,Vehicle,25007,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Jetta vehicles manufactured July 11, 2014, to November 13, 2014. Due to incorrect software within the headlight control module, the low beam headlights may turn off when high beam lights are turned on. As a result, the light output from the headlights may be insufficient. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108. ""Lamps, Reflective Devices, and Associated Equipment.""",Insufficient headlight output may increase the risk of a crash.,"Volkswagen will notify owners, and dealers will update the headlight control module software, free of charge. The recall is expected to begin in January 2015. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 57F6." -12/15/2014,14V791000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V791000),"Hino Motors Sales U.S.A., Inc.",Parking Brake may Release or not fully Engage,PARKING BRAKE,A9970,Vehicle,8140,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain model year 2005-2015 Hino ND8J, NE8J, and NF8J trucks manufactured August 26, 2003, to May 14, 2014. In the affected vehicles, components of the parking brake handle assembly may wear, resulting in either the parking brake unexpectedly releasing when engaged or preventing the parking brake from fully engaging.","Either parking brake condition may result in the vehicle rolling unexpectedly, increasing the risk of a crash.","Hino will notify owners, and dealers will install a new parking brake lever that contains a two-way damper and a roller at the cable joining pin, free of charge. The recall began February 2, 2015. Owners may contact Hino customer service at 1-248-699-9330. Hino's number for this recall is A9970. Note: This recall supersedes 13V-614." -12/15/2014,14V788000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V788000),Honda (American Honda Motor Co.),Side Curtain Air Bag Improper Inflation,AIR BAGS,"JN0, JN1, JN3",Vehicle,1252,"American Honda Motor Co. (Honda) is recalling certain model year 2015 Crosstour 4 Cylinder vehicles manufactured October 1, 2014, to November 4, 2014, Crosstour V6 2WD vehicles manufactured September 30, 2014, to November 13, 2014, and Crosstour V6 4WD vehicles manufactured September 30, 2014, to November 18, 2014. The inflator tube for the side curtain air bag may have been incorrectly manufactured.","If the side curtain air bag does not properly inflate, it can affect the performance of the air bag in the event of a vehicle crash, increasing the risk of occupant injury.","Honda will notify owners, and dealers will replace the left and/or right side curtain air bags, free of charge. The recall begn January 30, 2015. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JN0, JN1, and JN3." -12/15/2014,14V789000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V789000),"BMW of North America, LLC",Transmission Software may Result in Rollaway,POWER TRAIN,NR (Not Reported),Vehicle,1928,"BMW of North America, LLC (BMW) is recalling certain model year 2014-2015 MINI Cooper Hardtop 2 Door, and Cooper S Hardtop 2 Door vehicles manufactured January 6, 2014, to October 17, 2014. During service appointments, dealers may have inadvertently reprogrammed the transmission control unit with software that may allow drivers to exit the vehicle when the transmission is not in Park. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 114, ""Theft Protection and Rollaway Prevention.""","If the driver exits the vehicle without the transmission being in Park, the vehicle could roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","MINI will notify owners, and dealers will reprogram the transmission control module with the correct software, free of charge. The recall February 4, 2015. Owners can contact MINI customer service at 1-866-825-1525." -12/12/2014,14V787000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V787000),Ford Motor Company,Passenger Front Air Bag Inflator May Rupture,AIR BAGS,14S28,Vehicle,410,"Ford Motor Company, (Ford) is conducting a regional recall for certain model year 2005-2006 Ford GT vehicles vehicles originally sold, or ever registered, in geographic locations associated with high absolute humidity. Specifically, vehicles sold, or ever registered, in Florida, Hawaii, Puerto Rico, the U.S. Virgin Islands, Saipan, Guam, and American Samoa, as well as certain areas of Alabama, Mississippi, Louisiana, Texas, and Georgia, are included. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Ford will notify owners, and dealers will replace the inflators in all affected vehicles, free of charge. The recall began January 30, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S28. NOTE: This recall supersedes, in part, safety recall 14V-343 as to the front passenger air bag inflators only. The driver's air bag inflators will continue to be addressed by that recall." -12/10/2014,14V786000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V786000),"Ameritrans Bus, Inc.",Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,4,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2013-2014 F330 transit buses built on F550 chassis manufactured May 23, 2013, to March 19, 2014 and 2013 R330 transit buses built on Ram 5500 chassis manufactured September 1, 2014, to October 31, 2014. The affected vehicles are equipped with LiquidSpring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Ameritrans will notify owners, and LiquidSpring will install a re-designed bracket, free of charge. The recall began on December 22, 2014. Owners may contact Ameritrans customer service at 1-574-262-8935 or LiquidSpring at 1-765-474-7816." -12/10/2014,14V785000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V785000),"Tishomingo Acquisition, LLC",Cracking or Breakage of The Draft Arm,STRUCTURE,NR (Not Reported),Vehicle,19,"Tishomingo Acquisition, LLC (Tishomingo) is recalling certain model year 2012-2015 Ox Trailers Quarter Frame dump trailers manufactured August 27, 2012, to December 1, 2014. The draft arm of the affected trailers may crack or break.","If the draft arm breaks, a loss of vehicle control may result, increasing the risk of a crash.","Tishomingo has notified owners, and will replace the draft arm, free of charge. The recall began on December 19, 2014. Owners may contact Tishomingo customer service at 1-800-255-4345." -12/09/2014,14V782000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V782000),Starcraft RV,Incorrect Tire Label Information/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,32,"Starcraft RV (Starcraft) is recalling certain model year 2015 Travel Trailer 2JY 17SB manufactured August 27, 2014, to November 10, 2014. The tire labels contain incorrect tire pressure information. The label indicates 65 PSI when the correct tire pressure is 50 PSI. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 110 "" Tire Selection and Rims for Passenger Cars.""","Incorrect tire pressure information may cause operators to over inflate the tire, increasing the risk of a tire blow out and a vehicle crash.","Starcraft will mail new labels to owners with replacement instructions. Owners can also request dealers to install the new tire label, free of charge. The recall began on December 10, 2014. Owners may contact Starcraft customer service at 1-800-945-4787." -12/09/2014,14V784000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V784000),Hyundai Motor America,Left Axle Shaft May Separate,POWER TRAIN,126,Vehicle,208,"Hyundai Motor America (Hyundai) is recalling certain 1.6 liter model year 2015 Sonata vehicles manufactured August 29, 2014, to October 28, 2014. The affected vehicles may have been assembled with an incorrect left axle shaft which may result in the shaft separating from the transaxle differential.","If the left axle shaft separates from the transaxle, the vehicle may stop moving, increasing the risk of a crash. Additionally, a separated axle shaft may allow the vehicle to roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","Hyundai will notify owners, dealers will inspect and replace the axle shaft, as necessary, free of charge. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 126." -12/09/2014,14E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E083000),"Cummins, Inc.",Raincap Assembly Detachment,ENGINE AND ENGINE COOLING,C1583,Equipment,175,"Cummins Inc. (Cummins) is recalling certain Cummins Emission Solution Ecofit Tier2 DOC Raincaps part numbers 4354195, A048L539, 4352927, A047A112, and 89486A manufactured December 17, 2012, to October 29, 2014. The affected raincaps are used on exhaust aftertreatment systems. The raincap lid may detach during transport or during stationary engine operation.","If the raincap lid detaches during transport it can fall into the roadway, increasing the risk of a vehicle crash. If the raincap lid detaches during stationary engine operation, it can fall increasing the risk of personal injury. The raincap lid may also be very hot, further increasing the risk of personal injury.","Cummins will notify owners, and dealers will replace the raincap assembly, free of charge. The recall began January 28, 2015. Owners may contact Cummins customer service at 1-812-377-5000. Cummins' number for this recall is C1583." -12/09/2014,14V783000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V783000),"ARBOC Specialty Vehicles, LLC",Windows Not Safety Stamped/FMVSS 205,VISIBILITY,TSB1415,Vehicle,43,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain model year 2015 Spirit of Mobility transit buses manufactured June 23, 2014, to November 21, 2014. The affected vehicles were manufactured with driver side transition windows that were not safety stamped. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 205 ""Glazing Materials.""","A broken window can create glass shards, increasing the risk of personal injury.","ARBOC will notify owners, and dealers will replace the window, free of charge. The recall began on December 19, 2014. Owners may contact ARBOC customer service at 1-574-825-1720. ARBOC's number for this recall is TSB1415." -12/08/2014,14V778000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V778000),Pierce Manufacturing,Accelerator Return Springs may Fail Prematurely,VEHICLE SPEED CONTROL,74B258,Vehicle,185,"Pierce Manufacturing (Pierce) is recalling certain model year 2008-2011 Quantum fire apparatus manufactured February 21, 2008, to April 25, 2011. The mechanical springs used to return the accelerator pedal to idle after the driver lifts their foot off the pedal may break.","If the springs break, the pedal may not return to idle once the driver lifts their foot off the pedal. This unintended acceleration increases the risk of a crash.","Pierce will notify owners, and dealers will replace the throttle pedal assemblies, free of charge. The recall began on December 23, 2014. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B258." -12/08/2014,14V779000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V779000),Honda (American Honda Motor Co.),Automatic Transmission Not Shifting Into Park,POWER TRAIN,JM8,Vehicle,9392,"American Honda Motor Co. (Honda) is recalling certain model year 2015 Acura TLX V6 2WD vehicles manufactured July 14, 2014, to November 12, 2014, and certain 2015 TLX V6 SH-AWD vehicles manufactured August 26, 2014, to November 10, 2014. The automatic transmission parking pawl may become contaminated or the park rod may become dislodged or broken. This may prevent the transmission from shifting into the Park position.","If the shift indicator displays ""Park"" but the park lock does not engage, the vehicle may roll away increasing the risk of a crash.","Honda will notify owners, and dealers will inspect and replace the transmission if necessary, free of charge. The recall began January 30, 2015. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JM8." -12/08/2014,14V781000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V781000),"Halcore Group, Inc.",Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,55,"Halcore Group, Inc. (Halcore) is recalling certain model year 2012-2015 AEV Type 1 F-series manufactured January 1, 2013, to July 31, 2014. The affected vehicles are equipped with LiquidSpring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Halcore will notify owners, LiquidSpring will install a re-designed bracket, free of charge. The recall began on December 17, 2014. Owners may contact Halcore customer service at 1-614-539-8181 or LiquidSpring at 1-765-474-7816." -12/08/2014,14E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E082000),H&H Sports Protection,Motorcyle Helmet Restraint Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1172,"H&H Sports Protection (H&H) is recalling certain VCAN V528 helmets size XL manufactured April 1, 2008, to October 9, 2014. The helmet retention systems failed during high temperature testing. Also, the required labeling may not be found on the helmets. Thus, these helmets do not meet the requirements of Federal Vehicle Safety Standard (FMVSS) No. 218 ""Motorcycle helmets.""",Failed helmet restraints can increase the risk of serious personal injury to the occupant.,"H&H will notify affected owners, retailers and dealers, and H&H will reimburse the full purchase price for the helmets. The recall began February 20, 2015. Owners may contact H&H customer service at 1-858-680-8226 or at OP@HHsportsprotection.com." -12/08/2014,14V780000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V780000),"Kingmor Supply, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,250,"Kingmor Supply, Inc. (Kingmor) is recalling certain model year 2006-2014 IC CE school buses manufactured from January 1, 2006, to October 31, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Kingmor will notify owners and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on December 18, 2014. Owners may contact Kingmor customer service at 1-800-782-4474, or Ricon at 1-800-322-2884." -12/05/2014,14V776000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V776000),Doubletree RV,Door Lock Cylinder May Jam,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,301,"Doubletree RV (Doubletree) is recalling certain model year 2006-2013 Select Suite, Tradition, Mobile Suite, and Elite Suite recreational trailers manufactured January 1, 2006, to April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Doubletree will notify owners, and dealers will replace the cylinders, free of charge. The recall began December 29, 2014. Owners may contact Fastec directly at www.fastecindustrial.com or by calling toll free 1-800-837-2505, or Doubletree customer service at 1-260-562-1075." -12/05/2014,14V774000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V774000),Ford Motor Company,Fuel Pressure Sensor May Leak,"FUEL SYSTEM, GASOLINE",14S27,Vehicle,712,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Mustang vehicles manufactured September 25, 2014, to October 9, 2014. The fuel pressure sensor may not have been seated properly to the fuel jumper line, which may cause a fuel leak.","A partially seated fuel pressure sensor could cause a fuel odor or a fuel leak, increasing the risk of a vehicle fire in the presence of an ignition source.","Ford will notify owners, and dealers will replace the fuel jumper line, free of charge. The recall began on December 17, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S27." -12/05/2014,14V775000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V775000),"Jayco, Inc.",Incorrect Tire Label Information/FMVSS 110,EQUIPMENT,9901229,Vehicle,114,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Eagle HT FW 28.5RSTS ""PR"" trailers manufactured June 2, 2014, to October 28, 2014. Incorrect tire size information may be found on the tire label. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims for Passenger Cars.""",Replacing a tire based on an incorrect tire size could overload the trailer causing poor handling and increasing the risk of a crash.,"Jayco will mail new labels to registered owners with placement instructions. Owners can also request dealers to install the new label with the correct tire size ST225/75R15D, free of charge. The recall began on December 8, 2014. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901229." -12/05/2014,14V777000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V777000),Ford Motor Company,Plastic Sliding Door Panel Separation,STRUCTURE,14S26,Vehicle,19825,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford Transit Connect cargo vans manufactured August 9, 2013, to September 20, 2014. The affected vehicles are equipped with sliding door panels that may have an improper bond strength between the plastic panel and paint primer. This could cause the door panel to separate from the vehicle while driving.","If the plastic sliding door panel separates while driving, it can increase the risk of a vehicle crash.","Ford will notify owners, and dealers will reinstall the panel with proper materials, free of charge. The recall began January 28, 2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S26." -12/05/2014,14E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E081000),"Velvac, Inc.",Warning Triangle Kits/FMVSS 125,EQUIPMENT,NR (Not Reported),Equipment,9216,"Velvac, Inc. (Velvac) is recalling certain warning triangle kits under brand name Velvac TO-502 Part No 90235 and brand name Torch Industrial TO-205 Part No. 090235, manufactured December 28, 2012, to April 10, 2014. These warning triangle kits do not comply with configuration, stability, color, and durability testing. Thus, these warning triangle kits fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 125 ""Warning devices.""","If the warning triangle fails to provide adequate stability and reflectivity when used outdoors, it can increase the risk of a vehicle crash.","Velvac will notify owners, and dealers will replace the warning triangles, free of charge. The recall began January 22, 2015. Owners may contact Velvac customer service at 1-262-787-7102." -12/03/2014,14V768000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V768000),Temsa,Headlamps and Driving Lights may Fail,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,38,"Temsa Global Sanayi Ve Ticaret A.S.(Temsa) is recalling certain model year 2014-2015 TS45 motorcoaches manufactured April 1, 2014, to November 30, 2014. Due to a headlamp control module malfunction, the headlamps and daytime running lamps may fail while driving.","If the headlamps and daytime running lamps fail while driving, there would be a loss of visibility, increasing the risk of a crash.","Temsa will notify owners, and CH Bus Sales dealers will remove the affected headlamp control module and update the buses software, free of charge. The recall began on December 9, 2014. Owners may contact CH Bus Sales, representatives of Temsa, at 1-407-271-8935." -12/03/2014,14V770000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V770000),"Chrysler (FCA US, LLC)",Passenger Air Bag Inflator May Rupture,AIR BAGS,P78,Vehicle,250896,"Chrysler Group LLC (Chrysler) is recalling certain model year 2004-2005 Dodge Ram 1500, 2500, and 3500, 2004-2005 Dodge Durango, 2005 Dodge Dakota, 2005 Dodge Magnum and 2005 Chrysler 300, 300C and 300 SRT8 vehicles originally sold, or ever registered, in geographic locations associated with high absolute humidity. Specifically, vehicles sold, or ever registered, in Alabama, Florida, Georgia, Hawaii, Louisiana, Mississippi, Texas, Puerto Rico, U.S. Virgin Islands, Saipan, Guam, and American Samoa are addressed by this recall. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Chrysler will notify owners, and dealers will replace the front passenger air bag inflator, free of charge. For vehicles that were sold, or are currently registered, in Florida, Puerto Rico, Hawaii, and the U.S. Virgin Islands, owners were notified and the recall began on December 5, 2014. For all other vehicles, Chrysler notified owners and the recall began on February 3, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P40 Expanded. Note: This recall has been superseded by recall 16V-352. This recall superseded the passenger air bag portion of recall 14V-354." -12/03/2014,14V771000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V771000),Prevost Car (US) Inc.,Pressure Relief Valve Failure,ENGINE AND ENGINE COOLING,SR15-01,Vehicle,80,"Prevost Cars, Inc.(Prevost) is recalling certain model year 2009-2011 XL2, XL2 Shells, X3 Shell Converted Coaches, and X3 motorcoaches manufactured January 1, 2009, to December 31, 2011, and equipped with an automatic fire suppression system (AFSS) pressure tank in the engine compartment. The tank's pressure relief valve may not withstand the temperatures in the engine compartment, resulting in the venting of the extinguishing agent.","If the event of a fire, if the pressure tank has previously vented, the system would not be functional to help extinguish the fire, increasing the risk of injury.","Prevost will notify owners, and dealers will relocate the tank, free of charge. Owners were mailed interim notices on February 2, 2015. A second notice for owners to obtain the remedy was mailed on May 21, 2015. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR15-01." -12/03/2014,14V769000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V769000),Nova Bus (US) Inc.,Seats may not be Properly Attached to Wall,SEATS,CR3280,Vehicle,7,"Nova Bus is recalling certain model year 2012 LFS transit buses manufactured June 27, 2012, to October 15, 2012, and equipped with slim flip-up seats. In the affected vehicles, the anchor rivnut may not properly secure one end of the seat to the bus wall.","If the seat detaches from the wall, there is an increased risk of injury.","Nova Bus will notify owners, and dealers will inspect and replace the anchor rivnut, as necessary, free of charge. The recall began December 19, 2014. Owners may contact Nova Bus customer service at 1-800-350-6682. Nova Bus' number for this recall is CR3280." -12/02/2014,14V765000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V765000),"Triumph Motorcycles America, Ltd.",Side Stand Pivot Bolt may Fracture,STRUCTURE,SB518,Vehicle,2180,"Triumph Motorcycles America, LTD (Triumph) is recalling certain model year 2011-2014 Explorer motorcycles manufactured November 1, 2011, to June 1, 2014. The side stand pivot bolt may fracture.","If the side stand pivot bolt fractures, the motorcycle may fall when parked on the side stand, increasing the risk of injury to someone nearby.","Triumph will notify owners, and dealers will replace the side stand pivot bolt and lock nut, free of charge. The recall began January 5, 2015. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SB518." -12/02/2014,14V766000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V766000),Double K Inc.,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"Double K Inc. (Double K) is recalling certain Hometown Trolley Villager transit buses manufactured August 15, 2008, to May 24, 2014. The affected vehicles are equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Double K will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. Owners may contact Double K customer service at 1-715-478-5090. Owners may contact Ricon customer service at 1-800-322-2884." -12/02/2014,14V767000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V767000),"Halcore Group, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,9,"Halcore Group, Inc. (Halcore) is recalling certain model year 2006-2013 American Emergency Vehicles (AEV) Ambulance Wheelchair Vans manufactured March 1, 2006, to March 31, 2013, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Halcore will notify owners to take their vans to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on December 10, 2014. Owners may contact American Emergency Vehicles at 1-800-374-9749 or Ricon customer service at 1-800-322-2884." -12/01/2014,14V762000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V762000),"Mercedes-Benz USA, LLC",Oil may Leak from Chain Tensioner Gasket,ENGINE AND ENGINE COOLING,2014120002,Vehicle,4871,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain model year 2014-2015 E250 BlueTec, E250 BlueTec 4Matic, GLK250 4Matic BlueTec, and 2015 ML250 4Matic BlueTec vehicles manufactured February 28, 2014, to November 10, 2014. In the affected vehicles, oil may leak from around the chain tensioner gasket area.","Leaking oil may drip onto a hot engine surface, increasing the risk of a fire. Additionally, the leaking oil may be a road hazard for other vehicles, increasing the risk of a crash.","Mercedes will notify owners, and dealers will replace the chain tensioner gasket, free of charge. The recall began on December 19, 2014. Owners may contact Mercedes customer service at 1-800-367-6372. Mercedes' number for this recall is 2014120002." -12/01/2014,14V764000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V764000),"Mercedes-Benz USA, LLC - DBA Sprinter",Oil may Leak from Chain Tensioner Gasket,ENGINE AND ENGINE COOLING,2014120003,Vehicle,8279,"Mercedes-Benz USA, LLC - DBA Sprinter (Mercedes) is recalling certain model year 2014-2015 Sprinter 2500, and Sprinter 3500 vehicles manufactured February 28, 2014, to November 21, 2014. In the affected vehicles, oil may leak from around the chain tensioner gasket area.","Leaking oil may drip onto a hot engine surface, increasing the risk of a fire. Additionally, the leaking oil may be a road hazard for other vehicles, increasing the risk of a crash.","Mercedes will notify owners, and dealers will replace the chain tensioner gasket, free of charge. The recall began on December 19, 2014. Owners may contact Mercedes customer service at 1-877-762-8267. Mercedes' number for this recall is 2014120003." -12/01/2014,14V763000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V763000),"Subaru of America, Inc.",Passenger Air Bag Inflator may Rupture,AIR BAGS,WQP-51,Vehicle,4175,"Subaru of America, Inc. (Subaru) is recalling certain model year 2003-2004 Legacy and Outback vehicles, and 2003-2005 Baja vehicles sold, or ever registered, in geographic locations associated with high absolute humidity. Specifically, vehicles sold, or ever registered, in Puerto Rico, Hawaii, the U.S. Virgin Islands, Guam, Saipan, American Samoa, Florida and adjacent counties in southern Georgia, as well as the coastal areas of Alabama, Louisiana, Mississippi and Texas. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Subaru will notify their owners. Dealers will replace the passenger air bag inflator, free of charge. The recall began on January 15, 2015. Owners may contact Subaru at 1-800-782-2783. Subaru's number for this recall is WQP-51. Note: This recall supersedes recall 14V-471. This recall has been partially superseded by 15V-323. All 2005 model year Subaru Legacy and Outback vehicles will now be repaired under recall 15V-323." -12/01/2014,14V761000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V761000),Heil Company,Secondary Coupling System On Pull Trailer may Fail,TRAILER HITCHES,NR (Not Reported),Vehicle,129,"Heil Company (Heil) is recalling certain model year 2000-2014 Petroleum Pull Trailers manufactured August 29, 2000, to September 12, 2014. On the affected trailers, the cables of the secondary coupling system may fail to keep the trailer connected to the tow vehicle if the pintle hitch connection should fail.","A failure of the cables of the secondary coupling system after the pintle hitch has become disconnected, could result in the trailer detaching from the tow vehicle, increasing the risk of a crash.","Heil will notify owners and dealers and will install larger diameter secondary coupling cables, free of charge. The recall began on December 29, 2014. Owners may contact Heil customer service at 1-800-400-6913." -11/28/2014,14V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V683000),"Nissan North America, Inc.",Fuel Pressure Sensor May Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,133592,"Nissan North America, Inc. (Nissan) is recalling certain model year 2012-2014 Nissan Juke, 2012-2013 Infiniti M56, QX56, and 2014-2015 Infiniti Q70 (V8 engine vehicles only), and QX80 vehicles. The fuel pressure sensors may not have been sufficiently tightened during production. As a result, the fuel pressure sensor may loosen with vehicle usage and cause a fuel leak.",A fuel leak in the presence of an ignition source could cause a vehicle fire.,"Nissan will notify owners, and dealers will re-torque the fuel pressure sensors free of charge. The recall began on January 25, 2015. Owners may contact Nissan customer service at 1-800-647-7261." -11/28/2014,14V759000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V759000),"Daimler Trucks North America, LLC",Fuel Tank Strap may be Unsecured,"FUEL SYSTEM, GASOLINE",FL-675,Vehicle,22,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2013-2015 Thomas Built Buses Minotour non-school buses manufactured April 2, 2012, to October 3, 2014 and built on a GM or Ford Chassis with a gasoline engine. In the affected buses, the fastener that secures the fuel tank strap may be loose.","An unsecured fuel tank strap could allow the fuel tank to contact the ground, increasing the risk of a fuel leak and fire.","DTNA will notify owners, and dealers will inspect and properly secure the fuel tank strap, as necessary, free of charge. The recall began on January 26, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-675." -11/28/2014,14V760000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V760000),"Daimler Trucks North America, LLC",Fuel Tank Strap may be Unsecured,"FUEL SYSTEM, GASOLINE",FL-675,Vehicle,4606,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2013-2015 Thomas Built Buses Minotour school buses manufactured April 2, 2012, to October 3, 2014, and built on a GM or Ford Chassis with a gasoline engine. In the affected buses, the fastener that secures the fuel tank strap may be loose.","An unsecured fuel tank strap could allow the fuel tank to contact the ground, increasing the risk of a fuel leak and fire.","DTNA will notify owners, and dealers will inspect and properly secure the fuel tank strap, as necessary, free of charge. The recall began on January 26, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-675." -11/28/2014,14V758000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V758000),"Daimler Trucks North America, LLC",Improperly Seated Brake Chamber Diaphragm,"SERVICE BRAKES, AIR",FL-676,Vehicle,1580,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner Business Class M2, 108SD, 114SD, 122SD, Coronado, Columbia Glider, Argosy Glider, Western Star 4700, and Western Star 4900 trucks manufactured September 17, 2014, to November 10, 2014 equipped with Haldex Life Seal brake chambers. The affected vehicles may experience brake drag due to an improperly seated diaphragm in the brake chamber.","While traveling at highway speeds, brake drag may cause loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and repair the diaphragm if necessary, free of charge. Owners were sent an interim notice on January 27, 2015. The recall began on September 25, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-676." -11/26/2014,14V757000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V757000),Toyota Motor Engineering & Manufacturing,Air Bag Deployment may Cause Assist Grip To Detach,AIR BAGS,NR (Not Reported),Vehicle,25551,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2015 Sienna vehicles manufactured September 2, 2014, to November 25, 2014. In the event of a crash that necessitates the deployment of the curtain shield airbag (CSA), the second row overhead assist grips may detach.","If the assist grip detaches due to CSA deployment, the grip may strike a vehicle occupant, increasing the risk of injury.","Toyota will notify owners, and dealers will modify the headliner near the second row overhead assist grip, free of charge. The recall began on January 15, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -11/26/2014,14E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E080000),"Cycle Gear, Inc.",Failed Impact Requirements / FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,246,"Cycle Gear, Inc. (Cycle Gear) is recalling certain Street & Steel Brotherhood and Anarchy model motorcycle helmets manufactured February 1, 2014, to February 28, 2014. The affected part number is ST-222 and includes sizes extra small, small, and medium. These helmets may not meet the impact attenuation and penetration requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","In the event of a crash, the helmet may not adequately protect the wearer, increasing the risk of personal injury.","Cycle Gear will notify owners and will replace the affected helmets, free of charge. The recall began on December 19, 2014. Owners may contact Cycle Gear customer service at 1-800-292-5343." -11/26/2014,14V756000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V756000),REV Recreation Group,"Seat Pedestal Mounting Bracket/FMVSS 207, 210",SEAT BELTS,141117ARG,Vehicle,345,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2014-2015 Fleetwood Excursion vehicles manufactured July 16, 2013, to November 5, 2014, and 2015 Holiday Rambler Ambassador vehicles manufactured August 7, 2014, to October 23, 2014. On the affected vehicles, a seat pedestal mounting support bracket may not have been installed according to engineering specifications. Thus, these vehicles fail to comply with the Federal Motor Vehicle Safety Standards (FMVSS) No. 207, ""Seating Systems,"" and No. 210 ""Seat Belt Assembly Anchorages.""","An incorrectly installed seat pedestal can cause the seat to detach from the floor, failing to retrain the occupant and increasing the risk of occupant injury in the event of a vehicle crash.","ARG will notify owners, and dealers will inspect and install a new mounting bracket hardware if necessary, free of charge. The recall began on December 30, 2014. Owners may contact ARG customer service at 1-800-509-3417. ARG's number for this recall is 141117ARG." -11/25/2014,14V754000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V754000),"Yamaha Motor Corporation, USA",Air Induction Pipe Failure,"FUEL SYSTEM, GASOLINE",990091,Vehicle,4776,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2013-2015 Yamaha XT250 motorcycles manufactured August 1, 2012, to October 1, 2014. The affected motorcycles contain an air induction pipe and hose which may fail after prolonged periods of high RPM operation. The air induction hose may melt causing hot exhaust gases to leak from the hose.","A melted air induction hose may cause the engine to stall, increasing the risk of a vehicle crash.","Yamaha will notify owners, and dealers will replace the air induction pipe and hose, free of charge. The recall began January 9, 2015. Owners may contact Yamaha customer service at 1-714-761-7300. Yamaha's number for this recall is 990091." -11/25/2014,14V753000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V753000),Aston Martin The Americas,Seat Heaters may Overheat,SEATS,RA-01-0019,Vehicle,7256,"Aston Martin Lagonda of North America (Aston Martin) is recalling certain model year 2006-2014 DB9, V12 Vantage, V8 Vantage, DBS, and Virage vehicles manufactured July 3, 2006, to November 5, 2014. In the affected vehicles, the electronic control module for the driver and front passenger seat heaters may fail, preventing the seat heaters from being able to be turned off.","If the electronic control module fails, the seat heater could get hot enough that areas of the seat may overheat and smolder, increasing the risk of injury to the seat occupant.","Aston Martin will notify owners, and dealers will install an additional module to the circuit that can interrupt the power to the seat heaters in case the electronic control module for the seat heaters fails, free of charge. The recall began in January 2015. Owners may contact Aston Martin Customer Service by calling 1-888-923-9988. Aston Martin's number for this recall is RA-01-0019." -11/24/2014,14V747000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V747000),Shyft Group,Defective Quick Release Valve Seat,"SERVICE BRAKES, AIR",14021,Vehicle,1059,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2013-2015 Gladiator, DR, K2, K3, MetroStar, MM, and NVS vehicles manufactured December 14, 2011, to October 21, 2014, equipped with certain Wabco Quick Release Valves with Double Check. In the affected valves, the rubber diaphragm may be damaged by sharp edges on the valve seat ribs, reducing the available air pressure in the air tanks.","The reduced air pressure levels may reduce braking performance and/or the parking brakes could reapply, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect and replace the valve, free of charge. The recall began January 22, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14021." -11/24/2014,14V751000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V751000),Capacity of Texas,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",14E-051,Vehicle,20,"Capacity of Texas (Capacity) is recalling certain model year 2014 ISB13 trucks manufactured from April 28, 2014, to July 10, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Capacity will notify owners, and dealers will replace the fuel filter with a non-defective one, free of charge. The recall is expected to during December 2014. Owners may contact Capacity customer service at 1-800-323-0135. Capacity's number for this recall is 14E-051. Owners may contact Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545." -11/24/2014,14V749000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V749000),"Chrysler (FCA US, LLC)",Instrument Cluster Inoperative,ELECTRICAL SYSTEM,P74,Vehicle,11674,"Chrysler Group LLC (Chrysler) is recalling certain model year 2015 Dodge Challenger vehicles manufactured June 30, 2014, to October 8, 2014. In the affected vehicles, the instrument cluster may become inoperative. This could cause the gauges to oscillate at zero and the Vehicle Theft Alarm could remain illuminated. Thus, the affected vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) No. 101, ""Controls and displays.""","If the instrument cluster becomes inoperative, it can increase the risk of a vehicle crash.","Chrysler will notify owners, and dealers will install a software enhancement, free of charge. The recall began on December 15, 2014. Owners can contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P74." -11/24/2014,14V748000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V748000),"Champion Bus, Inc.",Passenger Seat Nut Durability,SEATS,NR (Not Reported),Vehicle,168,"Champion Bus, Inc. (Champion) is recalling certain model year 2014-2015 LF Transport, HCAC, Defender, Crusader, and Challenger transit buses manufactured September 2, 2014, to October 14, 2014. The spring nuts used to secure the passenger seats failed durability testing.",Spring nuts that fail to secure the seat and allow seat movement could increase the risk of personal injury in the event of a vehicle crash.,"Champion will notify owners, and dealers will replace the defective seat nuts, free of charge. The recall began in December 2014. Owners may contact Champion at 1-810-724-6474." -11/24/2014,14V750000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V750000),Harley-Davidson Motor Company,Rear Brake Master Cylinder,"SERVICE BRAKES, HYDRAULIC",0162,Vehicle,1560,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2015 Tri-Glide FLHTCUTG motorcycles manufactured July 14, 2014, to October 15, 2014. The affected motorcycles have a rear brake master cylinder assembled with an incorrect piston. This piston may not provide the proper support and may allow a tear in the primary cup.","If the primary cup develops a tear it will decrease the brake performance, increasing the risk of a vehicle crash.","Harley-Davidson will notify owners, and dealers will replace the rear master cylinder, free of charge. The recall began December 16, 2014. Owners may contact Harley-Davidson customer service at 414-343-4056. Harley-Davidson's number for this recall is 0162." -11/21/2014,14V745000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V745000),"Altec Industries, Inc.",Aerial Device Inadvertent Boom Movement,EQUIPMENT,CSN 609,Vehicle,1907,"Altec Industries Inc. (Altec) is recalling certain model year 1999-2014 aerial devices models A65, A70, A75, A72-, A/77-T, A82-T, A72-TE88, and A77-TE93 manufactured January 1, 1999, to July 15, 2014. The affected aerial devices may have an improperly set hydraulic pressure transducer which relieves excessive backpressure in the hydraulic tank circuit.","In cooler temperatures, the improperly set hydraulic pressure transducer may result in inadvertent boom movement, increasing the risk of injury to the occupant or those nearby.","Altec will notify owners, and dealers will replace and install a pressure switch, free of charge. The recall began in January 16, 2015. Owners may contact Altec customer service at 1-205-991-7733. Altec's number for this recall is CSN 609." -11/21/2014,14V746000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V746000),Terex Aerial Work Platforms,Fuel Tank Structural Support,"FUEL SYSTEM, DIESEL",SN 140016,Vehicle,84,"Terex Aerial Work Platforms (Terex) is recalling certain model year 2014 Light Tower AL5 work platforms manufactured October 16, 2013, to June 11, 2014. The affected work platforms have insufficient structural support for the lower section of the 60 gallon fuel tank. This reduced support can cause the fuel tank to become deformed and contact the trailer axle.",A deformed fuel tank making contact with the trailer axle could increase the risk of a vehicle fire.,"Terex will notify owners, and dealers will add structural support to the lower part of the fuel tank, free of charge. The recall began on December 18, 2014. The structural support remedy will be available starting December 29, 2014. Owners may contact Terex customer service at 1-800-536-1800. Terex's number for this recall is SN 140016." -11/21/2014,14V744000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V744000),"Mitsubishi Motors North America, Inc.",Seat Belt Lap Fastener Not Torqued Properly,SEAT BELTS,SR-14-011,Vehicle,54779,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2013-2015 Outlander Sport vehicles manufactured July 20, 2012, to July 23, 2014. In the affected vehicles, the front passenger seat belt lap end attachment fastener may not be torqued to specification, and the fastener may loosen with time.","A loosened and weakened fastener may not be capable of withstanding the load forces associated with a vehicle crash, leaving the seat occupant insufficiently restrained and increasing the risk of injury.","Mitsubishi will notify owners, and dealers will inspect and replace the seat belt lap end attachment fastener, free of charge. The recall began on December 1, 2014. Owners may contact Mitsubishi customer service at 1-714-372-6000. Mitsubishi's number for this recall is SR-14-011." -11/20/2014,14V738000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V738000),"Mack Trucks, Inc.",Automatic Shut-down Protection System,ENGINE,SC0386,Vehicle,40,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 CXU and GU trucks manufactured January 1, 2014, to August 20, 2014. The affected vehicles contain an incorrectly wired Automatic Shut-down Protection System, which may not operate as expected.","If the Automatic Shut-down Protection System does not operate as expected, the operator may be unable to control the increase in the engines rpms, increasing the risk of engine failure and vehicle fire.","Mack will notify owners, and dealers will inspect the system for correct operation and repair if necessary, free of charge. The recall began on January 16, 2015. Owners may contact Mack customer service at 1-610-709-2131. Mack's number for this recall is SC0386." -11/19/2014,14V741000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V741000),"Jaguar Land Rover North America, LLC",Incorrect Torque of Brake Pipe Unions,"SERVICE BRAKES, HYDRAULIC",J048,Vehicle,1571,"Jaguar Land Rover North America (Jaguar) is recalling certain model year 2014-2015 Jaguar XJ vehicles manufactured February 6, 2014, to July 23, 2014. In the affected vehicles, the brake line junctions under the vehicle may leak brake fluid.","A brake fluid leak may reduce the vehicle's braking ability, requiring additional distance to stop the vehicle, thereby increasing the risk of a crash.","Jaguar will notify owners, and dealers will inspect the brake line junctions, tightening them as necessary, free of charge. The recall is expected to begin on January 16, 2015. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J048." -11/19/2014,14V743000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V743000),"Southeast Toyota Distributors, LLC",Seat Heater Electrical Wiring,SEATS,NR (Not Reported),Vehicle,3233,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2010-2011 Prius and Corolla, 2009-2011 Venza, 2006-2010 Avalon, 2007-2010 FJ Cruiser, 2005-2011 Sienna and Sequoia, 2006-2011 Tacoma 4x2 and 4x4, Camry, Highlander, Tundra 4x2 and 4x4, and 2007-2011 Rav4 and 4Runner. The affected vehicles may experience compression of the seat cushion which may damage the seat heater wiring.","Damage to the seat heater wiring could cause the wires to short, increasing the risk of the seat burning and causing personal injury to the occupant.","SET will notify owners, and dealers will disconnect the heaters with copper strand heating elements and refund the purchase price of the seat heater accessory, free of charge. The recall is expected to began in January 2015. Owners may contact SET customer service at 1-866-405-4226." -11/19/2014,14T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T016000),"China Manufacturers Alliance, LLC",Sidewall Blister/ FMVSS 119,TIRES,NR (Not Reported),Tire,10462,"China Manufacturers Alliance, LLC (CMA) is recalling certain Bluestar LQ225 size 8-14.5 low platform trailer tires manufactured February 24, 2013, to August 9, 2014. The affected tires can develop a sidewall blister on the upper section of the sidewall. This blister may pop while the vehicle is in operation. Thus, these tires fail to conform to the requirements of the Federal Motor Vehicle Safety Standards (FMVSS) No. 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","If the sidewall blister pops, rapid air pressure loss could cause loss of vehicle control, increasing the risk of a vehicle crash.","CMA will notify owners, and distributors to send the tires back for full reimbursement, free of charge. The recall began December 12, 2014. Owners may contact CMA customer service at 1-626-301-9575." -11/19/2014,14E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E079000),"AFX North America, Inc.",Single Impact Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,4074,"AFX North America, Inc. (AFX) is recalling certain model FX-76 motorcycle helmets sizes L, XL, and XXL manufactured March 30, 2013, to October 31, 2013. The affected helmets failed the sample test for single impact. Thus, these helmets fail to comply with the requirements of the Federal Motor Vehicle Safety Standards (FMVSS) No. 218, ""Motorcycle helmets.""","In the event of a vehicle crash, the rider could face serious injury if there is significant impact.","The remedy for this recall is still under development. The recall began January 14,2015. Owners may contact AFX customer service at 1-519-686-6477." -11/19/2014,14V742000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V742000),"Champion Bus, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1229,"Champion Bus, Inc. (Champion Bus) is recalling certain model year 2006-2014 American Coach, American Crusader, Challenger, Corporal, Crusader, CTS-FE, CTS-RE, Defender, HCAC, HC American, Platinum Shuttle, and Stacked Rail transit buses manufactured January 1, 2006, to July 31, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Champion Bus will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began in November 2014. Owners may contact Champion Bus customer service at 1-810-724-6474. Owners may contact Ricon customer service at 1-800-322-2884." -11/18/2014,14V737000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V737000),"Mack Trucks, Inc.",Ball Socket may Detach from Tie Rod,STEERING,SC0385,Vehicle,1048,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 CHU and CXU trucks manufactured from March 31, 2014, through June 26, 2014. In the affected vehicles, the collars that prevent the ball sockets from backing out of the tie rod may have been incorrectly positioned. This may allow the ball sockets to come loose.","If the ball sockets come loose from the tie rod, a complete loss of steering may result, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect and re-position the collar if necessary, free of charge. The recall began on January 20, 2015. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0385." -11/18/2014,14V735000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V735000),Isuzu Motors Limited,Brake Light Switch may Bend and/or Corrode,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3564,"Isuzu Manufacturing Services of America (Isuzu) is recalling certain model year 2012-2014 Reach chassis manufactured July 26, 2011, to August 7, 2014. In the affected vehicles, the brake light switch may be bent while braking, possibly causing it to not activate the brake lights and potentially corrode.","If the brake light switch bends or corrodes, the brake light switch may become inoperative, increasing the risk of a crash.","Isuzu will notify owners, and dealers will apply a protector and a waterproof cover with an extension harness so that the switch cannot be bent or corroded, free of charge. Parts are not currently available. Owners will be sent an interim notification and then will be sent a second notice when remedy parts are available. Isuzu issued an interim notification to owners on December 17, 2014. The manufacturer has not yet provided a notification schedule. Owners may contact Isuzu customer service at 1-866-441-9638." -11/18/2014,14V739000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V739000),Volvo Trucks North America,Eco-Roll may not Re-Engage Drivetrain,POWER TRAIN,RVXX1406,Vehicle,6234,"Volvo Trucks North America (Volvo) is recalling certain model year 2012, 2014-2015 VHD, 2012-2015 VNL, and 2014-2015 VNM trucks manufactured June 16, 2011, to August 18, 2014, and equipped with the Eco-Roll option. The affected trucks may fail to re-engage the vehicle drivetrain after using the Eco-Roll feature.","If the drivetrain does not re-engage, the vehicle's stopping distance may be lengthened, increasing the risk of a crash.","Volvo has notified owners, and dealers will update the Eco-Roll software, free of charge. The recall began on December 10, 2014. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1406." -11/18/2014,14V736000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V736000),Ford Motor Company,Key Removal When Not In Park/FMVSS 114,POWER TRAIN,14C11,Vehicle,56479,"Ford Motor Company (Ford) is recalling certain model year 2014-2015 Ford Fusion vehicles manufactured July 27, 2013, to October 31, 2014, 2015 Ford Fusion Hybrid vehicles manufactured February 24, 2014, to October 31, 2014, and 2015 Ford Fusion Energi vehicles manufactured July 14, 2014, to October 31, 2014. In the affected vehicles, the key may be able to be removed even while the transmission is not in Park. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 114, ""Theft Protection and Rollaway Prevention.""","If the key can be removed despite that the transmission is not in Park, a driver may think the vehicle is safety parked, when it is not, increasing the risk of a vehicle rollaway that could cause the vehicle to strike and injure the driver, other vehicle occupants, or bystanders.","Ford will notify owners, and dealers will repair the vehicles, free of charge. The recall began on December 15, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14C11." -11/18/2014,14V740000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V740000),Volvo Trucks North America,Premature Tire Failure,TIRES,RVXX1405,Vehicle,115,"Volvo Trucks North America (Volvo) is recalling certain model year 2011-2014 VAH and VNL trucks manufactured May 12, 2010, to October 31, 2014. The affected vehicles may experience premature tire failure during certain operating conditions such as high speeds, heavy load, and high road temperature.",Premature tire failure could increase the risk of a vehicle crash.,"Volvo will notify owners, and dealers will replace the tires and set the road speed limiter, free of charge. The recall began on January 16, 2015. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1405." -11/17/2014,14E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E077000),"Femtec, Inc.",Aftermarket Wheels May Crack,WHEELS,803-18x9-8L,Equipment,4809,"Femtec, Inc. (Femtec) is recalling certain model WORX Series 803 aftermarket alloy wheels, size 18x9"", with an 8-lug hole pattern, manufactured December 21, 2012, to October 29, 2014. The affected wheels may crack.","The cracks in the wheel may grow, ending with the rim and tire separating from the center portion of the wheel, increasing the risk of a crash.","Femtec will notify owners, and dealers will replace the wheels with similar wheels, free of charge. The recall began December 1, 2014. Owners may contact Femtec customer service at 1-844-291-8100. Femtec's number for this recall is 803-18x9-8L." -11/17/2014,14V734000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V734000),REV Recreation Group,Grab Bar Insufficient Structural Reinforcement,EQUIPMENT,141107ARG,Vehicle,40,"Allied Recreational Group, Inc. (ARG) is recalling certain model year 2014-2015 Fleetwood Bounder Classic recreational vehicles manufactured April 10, 2013, to August 7, 2014. Due to insufficient structural reinforcement at the installation area, a grab bar can be pulled loose in the affected vehicles.","If the grab bar is pulled loose during use, it could increase the risk of personal injury.","ARG will notify owners, and dealers will remove and reinstall the grab bar onto a reinforcement steel plate, free of charge. The recall began on December 29, 2014. Owners may contact ARG customer service at 1-800-509-3417. ARG's number for this recall is 141107ARG." -11/17/2014,14E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E078000),Carefree Of Colorado,Screws for Awning Lateral Arm Brackets may Fail,EQUIPMENT,NR (Not Reported),Equipment,1146,"Carefree of Colorado (Carefree) is recalling certain Latitude Awnings styles GX and G manufactured April 10, 2014, to November 4, 2014. The awnings were supplied to various vehicle manufacturers as original equipment for use in manufacturing new motorhomes. The affected awnings may have screws that attach the lateral arm brackets to the mounting brackets that were not manufactured to specification.","The screws could fail, causing the supporting bracket to fail, and the awning to fall and potentially strike and injure a person beneath it.",Owners will be notified by their vehicle manufacturer with instructions on how to obtain the free remedy. Owners should contact their vehicle manufacturer for more information or they may contact Carefree customer service at 1-800-621-2617. -11/14/2014,14E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E074000),FLY Racing,Metal Ring Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,972,"FLY Racing (FLY) is recalling certain model .357 Helmets size XL manufactured June 1, 2012, to December 31, 2012. The metal ring on the retention strap may separate in high heat conditions. Thus, these helmets fail to conform the requirements of the Federal Motor Vehicle Safety Systems (FMVSS) No. 218, ""Motorcycle Helmets.""",A helmet that may not remain secure increases the risk of injury to the user in the event of a crash.,"FLY will notify owners, and dealers will exchange or refund the affected helmets, free of charge. The recall began on February 10, 2015. Owners, may contact FLY customer service at 1-208-376-8400." -11/14/2014,14E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E076000),"Robert Bosch, LLC",Restraint Control Module Short,AIR BAGS,NR (Not Reported),Equipment,1073320,"Ford and Chrysler are recalling various vehicles with certain original equipment Restraint Control Modules (RCM) AB10+ manufactured by Robert Bosch LLC between February 1, 2012, to August 27, 2013. The conformal coating of the circuit boards in the affected modules may not have been cured properly which could induce shorting in those circuits.","Depending on which circuits short, the frontal air bags, side curtain air bags and the seat belt pretensioners may not deploy in a crash necessitating their deployment, and increasing the risk of injury to vehicle occupants.","The affected vehicle manufacturers, Ford and Chrysler have initiated safety recall campaigns 14V597 and 14V643, respectively, to address this safety defect. Owners with questions may contact Ford Motor Company Customer Relation Center at 1-866-436-7332 or Chrysler customer service at 1-800-853-1403." -11/13/2014,14E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E065000),Carefree Of Colorado,Awning Mounting Brackets may Crack,EQUIPMENT,NR (Not Reported),Equipment,759,"Carefree Of Colorado (Carefree) is recalling certain Latitude awnings, styles GX and GW, manufactured August 7, 2014, to October 3, 2014. The mounting brackets of the affected awnings may crack, and the awnings may fall.","If an awning falls, there is an increased risk of injury to anyone under the awning.","Carefree has notified owners, and dealers will replace the mounting brackets, free of charge. The recall began on November 18, 2014. Owners may contact Carefree customer service at 1-800-621-2617." -11/13/2014,14V731000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V731000),PACCAR Incorporated,Incorrect or Loose Steering Wheel Attachment,STEERING,1114K,Vehicle,35,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Peterbilt 389 ""Pride and Class"" edition trucks manufactured September 30, 2014, to November 3, 2014. In the affected vehicles, the steering wheel may have been installed with an incorrect attachment nut, or the nut may not be have been properly torqued.","An incorrect or improperly torqued steering wheel attachment nut could allow the steering wheel to come loose, resulting in a loss of vehicle control, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect the steering wheel attachment nut, and replace it and/or tighten it, as necessary, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact PACCAR customer service at 1-940-591-4220 (Peterbilt). PACCAR's number for this recall is 1114K." -11/13/2014,14E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E073000),"Takata (TK Global, LLC)",Passenger Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Equipment,0,"Takata Corporation (Takata) has determined that certain model SPI, PSPI, and PSPI-L passenger frontal air bag inflators manufactured April 13, 2000, to July 31, 2004, and installed in vehicles originally sold, or currently registered, in areas of high absolute humidity, may be susceptible to rupture in the event of a crash necessitating deployment of the front passenger air bag. Specifically, vehicles sold, or currently registered, in Puerto Rico, Hawaii, the U.S. Virgin Islands, Guam, Saipan, American Samoa, Florida and adjacent counties in southern Georgia, as well as the coastal areas of Alabama, Louisiana, Mississippi and Texas, are susceptible to excessive internal pressure that could cause a rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.",The vehicle manufacturers that installed these inflators on their vehicle products will notify the affected vehicle owners and perform a free remedy on vehicles. Owners may contact their vehicle manufacturer for more information. -11/13/2014,14V732000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V732000),Toyota Motor Engineering & Manufacturing,Premature Ball Joint Wear,SUSPENSION,NR (Not Reported),Vehicle,56,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2011 Toyota Camry vehicles manufactured March 8, 2011, to July 20, 2011. In the affected vehicles, the rubber boot on the front suspension lower arm ball joint may have been damaged during manufacturing. The damage could cause the boot to leak lubricant grease which could then cause the ball joint to wear and loosen prematurely.","A loosened ball joint may separate from the knuckle and could cause a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect and replace the ball joint, free of charge. The recall began on December 16, 2014. Owners may contact Toyota customer service at 1-800-331-4331." -11/13/2014,14V728000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V728000),"Ameritrans Bus, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,26,"Ameritrans Bus, Inc. (Ameritrans) is recalling certain model year 2012-2014 Ford E Series shuttle buses built on E150, E250, E350, and E450, and Freightliner M2 Series shuttle buses manufactured August 1, 2012, to July 10, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Ameritrans will notify owners to take the shuttle buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on January 5, 2015. Owners may contact Ameritrans customer service at 1-574-262-8935 or Ricon customer service at 1-800-322-2884." -11/13/2014,14V729000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V729000),"Forest River, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,969,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2012 Starcraft Bus Xpress, Starquest, Starlite, Allstar, Allstar XL, MVP, Ultrastar, and XLT transit buses manufactured June 1, 2006, to February 27, 2012 equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Starcraft Bus will notify all owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began in January 2015. Owners may contact Starcraft Bus customer service at 1-800-348-7440, or Ricon customer service at 1-800-322-2884." -11/13/2014,14V730000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V730000),"Forest River, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,46,"Forest River, Inc. (Forest River) is recalling certain 2010-2012 Starcraft Bus Quest and Prodigy school buses manufactured January 13, 2010, to November 17, 2011 equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Starcraft Bus will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began January 9, 2015. Owners may contact Forest River customer service at 1-219-533-5934, or Ricon customer service at 1-800-322-2884." -11/12/2014,14V725000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V725000),Harley-Davidson Motor Company,Front Turn Signals may not Warn if Out/FMVSS 108,EXTERIOR LIGHTING,0618,Vehicle,4688,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014-2015 FLS Softail motorcycles manufactured March 25, 2013, to October 2, 2014. The affected vehicles may have been manufactured without lamp-outage detection for the front turn signals. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the turn signal lamp outage indicator, the rider may not be aware that a front turn signal is not working. And without working front turn signals, there is an increased risk of a crash.","Harley-Davidson will notify owners, and dealers will correct the body control module software, free of charge. The recall began November 24, 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0618." -11/12/2014,14V727000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V727000),"Hino Motors Sales U.S.A., Inc.",Hybrid Motor Output Shaft may Fail,HYBRID PROPULSION SYSTEM,A9930,Vehicle,691,"Hino Motor Sales U.S.A., Inc. (Hino) is recalling certain model year 2012-2015 Hino XFC vehicles manufactured August 27, 2011, to November 7, 2014. In the affected vehicles, the output shaft of the Hybrid Vehicle (HV) motor may break.","If the output shaft breaks during vehicle operation, the vehicle may stop moving under its own power, increasing the risk of a vehicle crash.","Hino will notify owners, and dealers will replace the HV motor with one that has a stronger output shaft, free of charge. The recall began February 6, 2015. Owners may contact Hino customer service at 1-248-699-9300. Hino's number for this recall is A9930." -11/12/2014,14V726000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V726000),Wabash National Corporation,Seating of Inner Diaphragm,PARKING BRAKE,NR (Not Reported),Vehicle,6792,"Wabash National Corporation (Wabash) is recalling certain model year 2014-2016 Van Trailers manufactured December 17, 2013, to January 23, 2015, equipped with a Haldex air braking system. The affected brake actuators may have been manufactured with an incomplete attachment of the internal rubber diaphragm to the actuation mechanism. This could cause dragging or overheated brakes.","If the brakes begin to drag and overheat it can cause the brakes to smoke, increasing the risk of a vehicle fire and crash.","Wabash will notify owners, and dealers will replace the brake actuator, free of charge. The recall began on June 18, 2015. Owners may contact Wabash customer service at 1-765-771-5300." -11/12/2014,14V724000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V724000),Innovative Trailer Design Industries,Suspension Pivot Bolt Failure,SUSPENSION,ITD-2014-W01,Vehicle,1,"Innovative Trailer Design Industries (Innovative) is recalling one model year 2014 V40TAN49 van trailer manufactured October 15, 2013, to December 30, 2013. The trailer is equipped with a SAF-Holland Pivot Bolt Part Number 93201070 that may have a quench crack where the bolt head meets the body of the bolt.","The bolt may be suspectible to cracking and then fracture. If both sides of the pivot connection fracture, the axle assembly could separate from the trailer, increasing the risk of a vehicle crash.","Innovative will notify owners, and dealers will replace the old pivot bolts with new pivot bolts, free of charge. The recall began on December 30, 2014. Owners may contact Innovative customer service at 1-905-670-7755. Innovative's number for this recall is ITD-2014-W01." -11/12/2014,14V723000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V723000),Daimler Coaches North America,Undersize Replacement Steering Shaft,STEERING,N/A,Vehicle,1,"Setra of North America (Setra) is recalling one model year 2012 S407 motorcoach manufactured August 1, 2011. The affected motorcoach may have had its intermediate steering shaft replaced with an undersized intermediate steering shaft.","Under heavy steering load, the telescopic intermediate steering shaft may separate, resulting in a loss of steering and increasing the risk of a crash.","Setra has notified the one vehicle owner and replaced the affected intermediate shaft, free of charge. The recall began on November 7, 2014. Owners may contact Setra customer service at 1-866-624-2622." -11/10/2014,14V717000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V717000),"Daimler Trucks North America, LLC",Defective Valve Seat,"SERVICE BRAKES, AIR",FL-673,Vehicle,2618,"Daimler Trucks North America LLC (Daimler) is recalling certain model year 2014-2015 Freightliner 122SD, Argosy, and Cascadia trucks manufactured July 22, 2013, to October 13, 2014, equipped with Wabco Quick Release Valves with Double Check manufactured February 6, 2013, to April 19, 2014. The affected vehicles may have been produced with a defective valve seat installed.","Improper seating can result in the valves improperly adjusting air pressure levels, thereby reducing the braking performance of the vehicles and increasing the risk of a crash.","Daimler will notify owners, and dealers will inspect, and replace the valves, free of charge. The recall began on December 30, 2015. Owners may contact Daimler customer service at 1-800-745-8000. Daimler's number for this recall is FL-673." -11/10/2014,14V718000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V718000),Sutphen Corporation,Main Extend Cables Failed/FMVSS 403,EQUIPMENT,NACIS# 336120,Vehicle,181,"Sutphen Corporation (Sutphen) is recalling certain model year 2000-2014 SPH 100, SP 110, SPI 112, SAI 110 aerial devices manufactured November 5, 2014. The main extension cable on the aerial ladders may fail.","A cable failure may cause the ladder to collapse in use, increasing the risk of injury to a user.","Sutphen will notify owners, and dealers will inspect and repair or replace the ladders, as necessary, free of charge. The recall began in October 2014. Owners may contact Sutphen customer service at 1-866-287-5549. Sutphen's number for this recall is NACIS# 336120." -11/10/2014,14V719000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V719000),"General Motors, LLC",Possible Loss of Power Steering Assist,STEERING,14743,Vehicle,679,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado, Suburban, Tahoe, GMC Sierra, and Yukon XL vehicles, equipped with electric power steering (EPS). Due to a problem with the EPS module, the affected vehicles may experience a sudden loss of power steering assist during vehicle operation.",An unexpected loss of power steering increases the risk of a crash.,"GM will notify owners, and dealers will replace the power steering assist motor kit, free of charge. The recall began on November 17, 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14743." -11/10/2014,14V721000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V721000),"BMW of North America, LLC",Seatback may Fold in Rear Impact Crash,SEATS,NR (Not Reported),Vehicle,846,"BMW of North America, LLC (BMW) is recalling certain model year 2015 MINI Cooper Hardtop 2 Door vehicles manufactured August 12, 2014, to September 2, 2014. In the affected vehicles, the driver and front passenger seatback adjustment mechanism may not be fully engaged.","If the seatback adjustment mechanism is not fully engaged, the seatback may fold during a rear impact collision, increasing the risk of injury to the seat occupant.","MINI will notify owners, and dealers will re-align and re-tighten the seatback adjustment mechanisms, free of charge. The recall began December 29, 2014. Owners can contact MINI customer service at 1-866-825-1525." -11/10/2014,14V722000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V722000),PACCAR Incorporated,Undersized Wire Gauge for Stop Lamp Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1380,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Kenworth T660, T800, W900, T400, and C500 heavy trucks manufactured September 19, 2014, to October 30, 2014. The affected vehicles may have been produced with an undersized wire gauge for the trailer stop lamp circuit in the instrument panel harness.",If the smaller wire gauge may overheat increasing the risk of a vehicle fire.,"PACCAR will notify owners, and dealers will replace the defective wire with a properly sized wire, free of charge. The recall began on December 19, 2014. Owners may contact PACCAR customer service at 1-425-828-5000 (Kenworth)." -11/07/2014,14V715000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V715000),Toyota Motor Engineering & Manufacturing,Ball Joint may Detach from Left Lower Arm,SUSPENSION,NR (Not Reported),Vehicle,5650,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Toyota Camry, Camry HV, Avalon, and Avalon HV vehicles equipped with 16-inch and 17-inch rims. In the affected vehicles, the left-side front suspension lower arm may have been incorrectly manufactured. As a result, the left side lower arm may not have enough clamping surface area for one of the bolts that secures the lower arm to the lower ball joint.","Because of the insufficient clamping force, the lower arm may separate from the ball joint, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the left side lower arm, free of charge. The recall began on December 12, 2014. Owners may contact Toyota customer service at 1-800-331-4331." -11/07/2014,14V716000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V716000),PACCAR Incorporated,Defective Valve Seat,PARKING BRAKE,NR (Not Reported),Vehicle,101,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Kenworth K270 and K370 trucks manufactured February 4, 2014, to October 10, 2014, and 2014-2015 Peterbilt 220 trucks manufactured December 5, 2013, to October 10, 2014, equipped with certain Wabco Quick Release Valves with Double Check manufactured February 6, 2013, to April 19, 2014. The affected vehicles may have been produced with a defective valve seat installed.","Improper seating can result in the valves improperly adjusting air pressure levels, thereby reducing the braking performance of the vehicles and increasing the risk of a crash.","PACCAR will notify owners, and dealers will and replace the valves, free of charge. The recall began on December 30, 2014. Owners may contact PACCAR customer service at 1-425-468-7400." -11/07/2014,14V710000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V710000),Ford Motor Company,Improper Airbag Suppression/FMVSS 208,SEATS,14C10,Vehicle,113418,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford F-150 and Flex vehicles manufactured March 1, 2014, to May 31, 2014. The affected vehicles were manufactured with a reduced clearance between the seat frame and the seat track assembly. This can cause the Occupant Classification System (OCS) to inaccurately register passenger weight and improperly suppress the passenger front airbag when the passenger seat is occupied by an adult passenger. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection.""",Improper suppression of the passenger airbag increases the risk of an injury to the seat occupant in the event of a crash necessitating deployment of the front passenger airbag.,"Ford will notify owners, and dealers will widen the gap between the seat frame and seat track assembly and recalibrate the seat OCS, free of charge. The recall began November 25, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14C10." -11/07/2014,14V711000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V711000),"Chrysler (FCA US, LLC)",Incorrect Label Information/FMVSS 110,EQUIPMENT,P70,Vehicle,667,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014-2015 Dodge Journey vehicles manufactured October 25, 2013, to August 22, 2014. The affected vehicles may be equipped with tire placard labels which contain inaccurate seating capacity and occupant/cargo combined weight information. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 110, ""Tire Selection and Rims for Passenger Cars.""","With inaccurate information on the tire placard, the operator may overload the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will install a correct tire placard label, free of charge. The recall began April 8, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P70." -11/07/2014,14T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T015000),"Sailun Tire Americas, Inc.",Incorrect Label Information/FMVSS 119,TIRES,NR (Not Reported),Tire,17369,"Dynamic Tire Corp. (Dynamic) is recalling certain Towmax STR tires, size ST225/75 R15 manufactured June 15, 2014, to October 14, 2014. The affected tires may have the Incorrect Load Capacity and Inflation Pressure Stampings. Thus, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) No. 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""",The misinformation on the label could lead a driver to overinflate the tires. Tire overinflation may increase the risk of a tire failure which can increase the risk of a crash.,"Dynamic will notify owners, and dealers will replace all eligible tires, free of charge. The recall began on December 24, 2014. Owners may contact Dynamic QA/Compliance at 1-905-595-5558 Ext. 508." -11/07/2014,14V713000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V713000),Hyundai Motor America,Inoperative Stop Lamps,EXTERIOR LIGHTING,125,Vehicle,42925,"Hyundai Motor America (Hyundai) is recalling certain 2009-2011 Hyundai Genesis vehicles manufactured April 30, 2008, to November 21, 2010, and 2011 Hyundai Equus vehicles manufactured July 31, 2010, to November 21, 2010. Due to a circuit failure, the stop lamps in the affected vehicles may not illuminate.",A following vehicle may not recognize that the vehicle is slowing or coming to a stop if the stop lamps on the vehicle do not illuminate as expected. There is an increased risk of a rear-end crash as a result.,"Hyundai will notify owners, and dealers will repair the stop lamp switch circuit, free of charge. Hyundai issued an interim notification to owners on January 6, 2015. The recall began on March 23, 2015. Owners may contact Hyundai customer service at 1-855-671-3059. Hyundai's number for this recall is 125." -11/07/2014,14V712000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V712000),"Forest River, Inc.",Trailer may Detach from Vehicle,EQUIPMENT,06-11032014,Vehicle,40,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Salem Ice Cabin trailers manufactured October 10, 2014, to October 28, 2014, and certain model year 2015 Wildwood Ice Cabin trailers manufactured October 10, 2014, to October 22, 2014. Due to insufficient thickness, the Lippert Components-brand draw bar of the affected trailers may break.","If the draw bar breaks, the front of the trailer may fall or the trailer may detach from the vehicle, increasing the risk of a crash.","Forest River has notified the dealers who have the affected trailers quarantined on their lots. Lippert Components personnel will reinforce the draw tube, free of charge. The recall began on November 17, 2014. Owners may contact Forest River customer service at 1-800-353-7383. Forest River's number for this recall is 06-11032014." -11/07/2014,14V714000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V714000),"Jaguar Land Rover North America, LLC",Wire Harness Configuration,ELECTRICAL SYSTEM,J047,Vehicle,7079,"Jaguar Land Rover North America LLC (Jaguar) is recalling certain model year 2014-2015 F-TYPE vehicles manufactured August 31, 2012, to October 22, 2014. In the affected vehicles the seatbelt harness connector which connects the Seatbelt Tension Sensor (STS) to the Occupant Classification Sensor Control Module (OCSCM) may not have been correctly wired. The OCSCM senses whether there is an occupant in the front passenger seating position, and the STS senses whether tension on the seatbelt indicates a child restraint is being used in the front passenger seating position. Both sensors provide information to the restraint control module (RCM) which informs whether the front passenger airbag should be activated, depending on whether the sensors detect the seat is occupied and/or that it is occupied by an adult passenger.","Should the STS not have been wired correctly, the front passenger air bag may not be suppressed, and may remain activated, even when a child restraint is placed in the front passenger seat or a small statured adult occupies that seat. In the event of a crash necessitating deployment of the front passenger air bag, a child or small stature occupant may be at an increased risk of injury.","Jaguar will notify owners, and dealers will correct the harness connector wire configuration, free of charge. The recall began on December 3, 2014. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J047." -11/05/2014,14V709000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V709000),Ford Motor Company,"Brake Lights may Fail, or be Slow, to Illuminate",EXTERIOR LIGHTING,14C09,Vehicle,618,"Ford Motor Company (Ford) is recalling certain model year 2014 F-150 vehicles manufactured March 1, 2014, to March 13, 2014. The affected vehicles may have a brake pedal position switch that is improperly adjusted. As a result, the brake lights may illuminate with a delay or not at all. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the brake lights fail to illuminate, or illuminate after a delay, there is an increased risk of a crash.","Ford has notified owners, and dealers will adjust the brake pedal position switch, free of charge. The recall began on November 24, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14C09. Note: Until the vehicle has been remedied, owners are advised not to use their cruise control system." -11/05/2014,14V708000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V708000),Ford Motor Company,Fuel Filter Bracket Mounting,"FUEL SYSTEM, GASOLINE",14S23,Vehicle,89,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Transit vehicles manufactured July 28, 2014, to August 7, 2014. In the affected vehicles the fuel filter bracket mounting may detach from the frame cross member over time.","A separation of the fuel filter from the cross member will disrupt distribution of fuel to the engine, thereby inducing an engine stall. An unexpected engine stall while driving increases the risk of a crash.","Ford will notify owners, and dealers will install a reinforcement plate, free of charge. The recall began on December 19, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S23." -11/05/2014,14V707000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V707000),Blue Bird Body Company,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",R14XM,Vehicle,17,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015 All American and Vision transit buses manufactured from May 22, 2014, to August 2, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began during September 2014. Owners may contact Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XM." -11/05/2014,14V703000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V703000),Ford Motor Company,Fuel and Vapor Lines may Abrade,"FUEL SYSTEM, GASOLINE",14S24,Vehicle,25238,"Ford Motor Company (Ford) is recalling certain model year 2014 Transit Connect vehicles manufactured August 1, 2013, to July 10, 2014. In the affected vehicles, the fuel and vapor lines may have been incorrectly installed in the engine compartment, allowing the two lines to make contact.",Contact between the two lines may result in abrasion and a fuel leak. A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford has notified owners, and dealers will inspect the fuel line routing. If the fuel line has been routed incorrectly, it will be replaced and routed correctly. These repairs will be made free of charge. The recall began on November 17, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S24." -11/05/2014,14V704000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V704000),Ford Motor Company,Improper Repair of Upper Intermediate Shaft,STEERING,14S25,Vehicle,36888,"Ford Motor Company (Ford) is recalling certain model year 2005-2011 Ford Crown Victoria, 2005-2011 Mercury Grand Marquis vehicles manufactured March 23, 2004, to August 30, 2011, and 2005-2011 Lincoln Town Car vehicles manufactured March 8, 2004, to August 30, 2011, and on which the upper intermediate shaft was serviced during the course of safety recall 13V-385. The prior repairs may not have been correctly performed.","Improper servicing of the upper intermediate shaft could cause the shaft to separate, which can then result in a loss of steering control, and increasing the risk of a crash.","Ford will notify the owners of vehicles whose repair records reflect that the upper intermediate steering shaft was repaired during the course of the prior recall 13V-385. Dealers will inspect and replace the upper immediate shaft if necessary free of charge. The recall began November 17, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S25." -11/05/2014,14V702000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V702000),Wabash National Corporation,Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,4,"Wabash National Corporation (Wabash) is recalling certain model year 2013 Van trailers manufactured September 20, 2013, to November 30, 2013, equipped with certain 2013 Pivot Bolts Part Number 93201070 manufactured by SAF-Holland. The affected pivot bolts are susceptible to cracking.","In the event that both sides of the pivot connection crack, it could cause a separation of the axle/suspension assembly from the trailer, increasing the risk of a vehicle crash.","Wabash will notify owners, and dealers will replace the pivot bolts with new pivot bolts, free of charge. The recall began on February 9, 2015. Owners may contact Wabash at 1-888-396-6501." -11/05/2014,14E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E072000),Allwin Powersports Corp.,Testing Failure/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,540,"Allwin Powersports Corp (Allwin) is recalling certain model LS2 helmets model HH566 casing carbon helmets , sizes XS, S, M, L, XL, and XXL manufactured January 2011, to January 2012. The helmets do not meet the minimum performance requirements of the penetration test in ambient and high temperatures. Thus, these helmets fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""",The helmets may not adequately protect a rider in the event of a crash.,"Allwin will notify owners, and dealers will replace the helmets with new helmets, free of charge. The recall began in November 2014. Owners may contact Allwin customer service at 1-888-968-9888 or email to LS2info@ls2helmets.us." -11/05/2014,14V706000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V706000),Cummings Mobility Conversion & Supply,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14E-041,Vehicle,34,"Cummings Mobility Conversion & Supply (Cummings) is recalling certain model year 2006-2014 Ford E-150, E-250, E-350, Chevrolet Express, 2006-2008 Dodge Sprinter, and 2009-2014 Mercedes-Benz Sprinter, and 2013 Ford Transit Connect vehicles manufactured January 1, 2006, to October 8, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Cummings will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began January 13, 2015. Owners may contact Cumming's customer service at 1-800-639-5438 or Ricon customer service at 1-800-322-2884. Cumming's number for this recall is 14E-041." -11/04/2014,14V697000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V697000),"Jayco, Inc.",Certification Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,1221,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Jay Flight trailers manufactured July 10, 2014, to October 24, 2014. The affected trailers may have been manufactured with cargo carrying capacity labels that overstate the load carrying capacity. Thus these vehicles fail to comply with the requirements of the Federal Motor Vehicles Safety Standards No.110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","A vehicle operator could inadvertently overload the trailer due to the incorrect information on the label and induce premature tire wear or a tire failure, increasing the risk of a vehicle crash.","Jayco will notify owners, and dealers will install corrected labels, free of charge. The recall began November 18, 2014. Owners may contact Jayco customer service at 1-800-283-8267." -11/04/2014,14V699000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V699000),Keystone RV Company,Circuit Breaker may Rub Propane Cylinder,ELECTRICAL SYSTEM,14-219,Vehicle,507,"Keystone RV Company (Keystone) is recalling certain model year 2015 Laredo trailers manufactured July 7, 2014, to October 14, 2014. In the affected vehicles, a circuit breaker may rub against the propane cylinder.","If the circuit breaker rubs against the propane cylinder, an electrical short may result, increasing the risk of a fire.","Keystone has notified owners, and dealers will relocate the breaker away from the propane cylinder, free of charge. The recall began on November 10, 2014. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 14-219." -11/04/2014,14V698000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V698000),"Porsche Cars North America, Inc.",Hood Lock Upper Components,LATCHES/LOCKS/LINKAGES,AE04,Vehicle,1382,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2014-2015 Porsche 911, Boxster, and Cayman vehicles manufactured May 7, 2014, to September 23, 2014. The front hood upper lock components were not manufactured to specification and may fail to securely latch the vehicle's hood during operation.","A failure of the hood latching mechanism may cause the hood to suddenly open during vehicle operation and will severely impede the driver's ability to see out the front windshield, increasing the risk of a vehicle crash.","Porsche will notify owners, and dealers will replace the lock on the front hood, free of charge. The recall began December 12, 2014. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AE04." -11/04/2014,14V700000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V700000),Honda (American Honda Motor Co.),Passenger Air Bag Inflator May Rupture,AIR BAGS,NR (Not Reported),Vehicle,0,"American Honda Motor Co. (Honda) is recalling certain model year 2001-2005 Honda Civic, 2003-2004 Civic CNG and Element, 2002-2005 CR-V, 2002-2004 Odyssey, 2003-2005 Accord, Pilot, Civic Hybrid, and Acura MDX, 2005 Acura RL and 2006 Honda Ridgeline vehicles originally sold, or ever registered, in geographic locations associated with high absolute humidity. Specifically, vehicles sold, or ever registered, in Alabama, Florida, Georgia, Hawaii, Louisiana, Mississippi, South Carolina, Texas, Puerto Rico, U.S. Virgin Islands, Saipan, Guam, and American Samoa are addressed by this recall. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Honda will notify owners, and dealers will replace the passenger side air bag inflator, free of charge. The recall began January 26, 2015. Owners may contact Honda customer service at 1-800-999-1009." -11/04/2014,14T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T014000),"Toyo Tire Holdings of Americas, Inc.",Possible Belt Separation,TIRES,NR (Not Reported),Tire,175310,"Toyo Tire Holdings of Americas, Inc. (Toyo) is recalling certain OPEN Country H/T Tuff Duty tires, sizes LT235/85 R16 120Q, LT245/75 R16 120R, LT265/75 R16 123Q, LT265/70 R17 121R, LT225/75 R17 116Q, LT235/80 R17 120R, LT285/75 R16 126Q, and Nitto Dura Grappler Highway Terrain Dura-Belt sizes LT245/75 R17 121Q, LT265/70 R17 121Q, LT265/75 R16 123Q, and LT275/65 R18 123Q. Due to stress on the belt edge, the affected tires may experience tread/belt separation.","Tread/belt separation may result in a sudden loss of tire inflation pressure, increasing the risk of a crash.","Toyo will notify owners, and dealers will replace the tires, free of charge. The recall began on December 15, 2014. Owners may contact Toyo customer service at 1-800-442-8696." -11/03/2014,14V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V693000),"HME, Inc.",Accelerator Return Springs may Fail Prematurely,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5,"HME, Inc. (HME) is recalling certain model year 2000-2006 1871 emergency vehicles manufactured January 1, 2000, to March 15, 2006. The mechanical springs used to return the accelerator pedal to idle after the driver lifts their foot off the pedal may break.","If the springs break, the pedal may not return to idle once the driver lifts their foot off the pedal. This unintended acceleration increases the risk of a crash.","HME has notified owners, and dealers will replace the affected pedal assemblies, free of charge. The recall began on November 14, 2014. Owners may contact HME customer service at 1-616-261-3626." -11/03/2014,14V695000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V695000),Thor Motor Coach,Awning Mounting Brackets may Crack,EQUIPMENT,RC000095,Vehicle,215,"Thor Motor Coach (Thor) is recalling certain model year 2015 Four Winds 5000, Hurricane, Miramar, Chateau Citation, Chateau, Four Winds Siesta, Windsport, and Freedom Elite motorhomes manufactured August 7, 2014, to October 17, 2014. The affected motorhomes have awnings whose mounting brackets may crack, and the awnings may fall.","If an awning falls, there is an increased risk of injury to anyone under the awning.","Thor has notified owners, and dealers will replace the defective mounting brackets, free of charge. The recall began on November 10, 2014. Owners may contact Thor customer service at 1-877-855-2867. Thor's number for this recall is RC000095." -11/03/2014,14V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V690000),"Airstream, Inc.",Improper Tightening of Electrical Connections,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1740,"Airstream, Inc. (Airstream) is recalling certain model year 2014-2015 Airstream Land Yacht, Classic, Eddie Bauer, International, Flying Cloud, and Sport travel trailers manufactured November 26, 2013, to August 14, 2014. The affected vehicles may have been built with power inlet receptacles that may not be properly tightened to the electrical connectors.","If the electrical connection is loose it could cause excessive heat, increasing the risk of a vehicle fire.","Airstream will notify owners, and dealers will inspect the receptacle for damage and tighten the electrical connectors, or replace the power inlet if necessary, free of charge. The recall began on December 2, 2014. Owners may contact Airstream customer service at 1-937-596-6111." -11/03/2014,14V696000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V696000),"Jayco, Inc.",Incorrect Weight Calculations on Label/FMVSS 110,EQUIPMENT,9901226,Vehicle,268,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Eagle HT FW P1 PN PP PR PW PX PY and PZ trailers manufactured August 20, 2014, to October 27, 2014. The affected vehicles may have incorrect weight calculations on the cargo carrying capacity label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information for Motor Vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","A vehicle operator could inadvertently overload the trailer due to the incorrect information, resulting in the trailer having tire failure, increasing the risk of a crash.","Jayco has notified owners, and dealers will replace the certification label with a corrected certification label, free of charge. The recall began on November 12, 2014. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901226." -11/03/2014,14V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V694000),"Triumph Motorcycles America, Ltd.",Unintended Fuel Injector Activation,"FUEL SYSTEM, GASOLINE",SB519,Vehicle,417,"Triumph Motorcycles America, LTD (Triumph) is recalling certain model year 2014-2015 Triumph Thunderbird, Thunderbird ABS, Tiger 800,Tiger 800 ABS, Thruxton, and Bonneville motorcycles manufactured February 6, 2014, to August 7, 2014. The engine control unit may improperly activate the fuel injectors.","Improper signalling to, and activation of, the fuel injectors could cause the engine to unexpectedly lose power, increasing the risk of a vehicle crash.","Triumph will notify owners, and dealers will modify the internal ECU hardware, free of charge. The recall began December 4, 2014. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is SB519." -11/03/2014,14V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V691000),"Navistar, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14517,Vehicle,68,"Navistar, Inc.(Navistar) is recalling certain model year 2007-2015 IC CE transit buses manufactured January 23,2006, to May 12, 2014, 2008, and 2011 IC FE transit buses manufactured October 5, 2006, to September 28, 2009, and 2009-2010, and 2013 IC RE transit buses manufactured September 19, 2007, to November 29, 2011, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Navistar will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The interim notices were mailed on December 29, 2014. The recall began on January 29, 2015. Owners may contact Navistar customer service at 1-331-332-1590 or Ricon customer service at 1-800-322-2884. Navistar's number for this recall is 14517." -11/03/2014,14V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V692000),"Navistar, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14518,Vehicle,4784,"Navistar, Inc. (Navistar) is recalling certain model year 2013-2015 IC AE, 2007-2015 IC BE, CE, 2007-2011 IC FE, and 2007-2014 IC RE school buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Navistar will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on January 29, 2015. Owners may contact Navistar customer service at 1-331-332-1590 or Ricon customer service at 1-800-322-2884. Navistar's number for this recall is 14518." -10/31/2014,14V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V685000),"Eldorado National- California, Inc.",Accelerator Return Springs may Fail Prematurely,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,44,"Eldorado National-California, Inc. (Eldorado) is recalling certain model year 2008-2009 Axess, E-Z Rider II, XHF, Escort RE-A, and Transmark RE vehicles manufactured April 1, 2008, to December 30, 2008. The mechanical springs used to return the accelerator pedal to idle after the driver lifts their foot off the pedal may break.","If the springs break, the pedal may not return to idle once the driver lifts their foot off the pedal. This unintended acceleration increases the risk of a crash.","Eldorado has notified owners, and dealers will replace the affected pedal assemblies, free of charge. The recall began on December 8, 2014. Owners may contact Eldorado customer service at 1-909-591-9557." -10/31/2014,14V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V684000),"Forest River, Inc.",Ball Joint Torque Not Correct,SUSPENSION,NR (Not Reported),Vehicle,354,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2015 Rockport, Parcelport, Cargoport, and Workport vehicles manufactured December 2, 2013, to October 17, 2014. In the affected vehicles the upper ball joint pinch bolt may not have been sufficiently tightened.","If the pinch bolt is not sufficiently tightened, it can separate causing a loss of vehicle control that increases the risk of a vehicle crash.","Forest River will notify owners, and dealers will inspect the upper ball joint pinch bolt, and tighten if necessary, free of charge. The recall began on November 17, 2014. Owners may contact Forest River customer service at 1-219-533-5934." -10/31/2014,14V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V687000),Eldorado National-Kansas,Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,2,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2013 Aero Elite vehicles manufactured May 6, 2013, to June 6, 2013. The affected vehicles are equipped with LiquidSpring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Eldorado has notified owners, and LiquidSpring will install a re-designed bracket, free of charge. The recall began in November 2014. Owners may contact Eldorado customer service at 1-800-850-1287 or LiquidSpring at 1-765-474-7816." -10/31/2014,14V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V688000),"Navistar, Inc.",Electrical Harness Insufficient Size,ELECTRICAL SYSTEM,14516,Vehicle,18798,"Navistar, Inc. (Navistar) is recalling certain model year 2010-2015 International Lonestar vehicles manufactured October 12, 2009, to June 16, 2014, and 2009-2015 International ProStar vehicles manufactured December 16, 2008, to June 20, 2014. In the affected vehicles the electrical harness that supplies power to the HVAC system may not be of sufficient size for the electrical load of the circuit. This can result in an increase in resistance and heating at the connectors.",An increase in resistance and heating at the connectors could cause a vehicle fire.,"Navistar will notify owners, and dealers will replace the 60 amp relay and battery harness with a 150 amp relay and battery harness, free of charge. Navistar issued an interim notification to owners on December 29, 2014. The recall began on March 2, 2015. Owners may contact Navistar customer service at 1-331-332-1590. Navistar's number for this recall is 14516." -10/31/2014,14V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V689000),"Forest River, Inc.",Frame Spring Hanger Failure,SUSPENSION,6-102914,Vehicle,206,"Forest River, Inc. (Forest River) is recalling certain model year 2015 Salem 8X16FK, 8X18RB, 8X20RD, 8X20RC, 8X20SV, 8X21RV, 8X22RDV, and 8X22RHV, and 2015 Wildwood 8X16FK, 8X18RB, 8X20RD, 8X20RC, 8X20SV, 8X21RV, 8X22RDV, and 8X22RHV ice house fishing cabin trailers manufactured September 22, 2014, to October 23, 2014. The affected trailers may have been built with frame spring hangers that may be brittle and susceptible to fracturing.","A spring hanger that fractures may result in a loss of control of the trailer, increasing the risk of a crash.","Forest River has notified the dealers that have the affected trailers quarantined. Dealers will install a spring hanger reinforcement kit, free of charge. The recall began in late October 2014. Owners may contact Forest River customer service at 1-800-353-7383. Forest River's number for this recall is 6-102914." -10/31/2014,14V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V686000),Eldorado National-Kansas,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,18,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2014-2015 Krystal K40 vehicles manufactured April 25, 2014, to June 29, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009. The filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter, free of charge. The recall began on August 20, 2014. Owners may contact Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545. Owners may contact Eldorado customer service at 1-913-392-2171." -10/29/2014,14V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V680000),"Daimler Trucks North America, LLC",CNG Cabinet Tank/FMVSS 303,ENGINE AND ENGINE COOLING,FL-671,Vehicle,65,"Daimler Trucks of North America LLC (DTNA) is recalling certain model year 2011-2015 Freightliner Cascadia and M2 trucks manufactured June 2, 2011 to October 23, 2014. The vehicles are not in compliance with the requirements of the Federal Motor Vehicle Safety Standards No. 303, ""Fuel System Integrity Of Compressed Natural Gas Vehicles."" Specifically, the tail pipe on these vehicles terminates under the compressed natural gas (CNG) tank and can overheat the fuel system.","Due to the area of its placement, the exhaust system forces heat around, and may overheat, the fuel system components, increasing the risk of a vehicle fire.","DTNA will notify owners, and dealers will extend the tailpipe beyond the cabinet, free of charge. The recall began Feburary 12, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-671." -10/29/2014,14E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E071000),"Takata (TK Global, LLC)",Driver's Frontal Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Equipment,30867,"Takata Corporation (Takata) has determined that certain SDI-X air bag inflators, manufactured June 16, 2008, to June 20, 2014, may have been manufactured with an incorrect outer baffle.","In the event of a crash necessitating deployment of the driver's frontal air bag, the incorrect baffle may block the flow of the propellant to the air bag and the air bag's inflator may rupture. The rupture could cause metal fragments to strike and potentially seriously injure the vehicle occupants.","Takata will be working with vehicle manufacturers to determine into which vehicles the affected inflators were installed either as original equipment, replacement equipment, or as a recall remedy part. As this work progresses, numerous vehicle recalls will likely be announced by the impacted vehicle manufacturers. NHTSA will supply this information as soon as possible." -10/29/2014,14V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V682000),Ford Motor Company,Fuel Tank may Leak Due to Corrosion,"FUEL SYSTEM, GASOLINE",14S22,Vehicle,186024,"Ford Motor Company (Ford) is recalling certain model year 2007-2008 Lincoln MKX, and Ford Edge vehicles, manufactured June 15, 2006, to September 22, 2008, and originally sold, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Due to corrosion from salt water exposure such as from road salt use, the affected vehicles may leak fuel from the fuel tank seam weld under the tank mounting reinforcement brackets.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Interim notices were mailed to owners on December 12, 2014. The recall began on October 6, 2015. Dealers will inspect the vehicles and either clean and treat the fuel tank with a corrosion preventative or replace the tank, free of charge. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S22." -10/29/2014,14V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V681000),"Daimler Trucks North America, LLC",Parking Brake may Apply Unintentionally,PARKING BRAKE,FL-672,Vehicle,4353,"Daimler Trucks North America LLC (DTNA) is recalling certain 2013-2015 Freightliner M2 trucks manufactured December 10, 2012, to October 28, 2014, and equipped with the auto-apply brake feature. In the affected vehicles, the parking brake may apply unintentionally.","If the parking brake applies without warning while driving and without activating the brake lights, there is an increased risk of a crash.","DTNA will notify owners, and dealers will remedy the vehicles, free of charge. DTNA issued an interim notification letter to owners on December 26, 2014. The recall began on February 18, 2015. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-672." -10/28/2014,14V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V677000),Morgan Olson Corporation,Aluminum Document Holder/FMVSS 201,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,100,"Morgan Olson Corporation (Morgan Olson) is recalling certain model year 2014 Sprinter 2500 vehicles manufactured May 30, 2014, to August 1, 2014. The affected vehicles may have an aluminum document holder installed in the cab side of the load area partition that an unbelted occupant may strike in the event of a crash. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 201, ""Occupant Protection in Interior Impact.""","If the vehicle is involved in a crash, an unbelted occupant may strike the document holder, increasing their risk of injury.","Morgan Olson will notify owners, and dealers will relocate the document holder, free of charge. The recall began on December 4, 2014. Owners may contact Morgan Olson customer service at 1-800-262-3437." -10/28/2014,14V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V678000),"Hino Motors Sales U.S.A., Inc.",Brake Warning Lamp/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2641,"Hino Motors Sales U.S.A., Inc. (Hino Motors) is recalling certain model year 2012-2015 XJC and XFC vehicles manufactured February 17, 2011, to October 31, 2014. The brake warning lamp that is supposed to illuminate in the event of a loss of brake fluid pressure or that there is low brake fluid may not operate correctly due to a software programming issue. Thus, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standards No. 105, ""Hydraulic and Electric Brake Systems.""","If the warning lamp does not illuminate in the event of low pressure or low brake fluid volume, the driver will not be warned of the potential for a reduction or loss of braking capability, increasing the risk of a crash.","Hino Motors will notify owners, and dealers will reprogram the ABS ECU, free of charge. The recall began on December 19, 2014. Owners may contact Hino customer service at 1-248-699-9300." -10/28/2014,14E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E070000),WABCO USA LLC,Defective Quick Release Valve Seat,"SERVICE BRAKES, AIR",C15AA,Equipment,3721,"Meritor WABCO Vehicle Control Systems (Meritor WABCO) is recalling certain Wabco Quick Release Valves with Double Check manufactured February 6, 2013, to April 19, 2014. In the affected valves, the rubber diaphragm may be damaged by sharp edges on the valve seat ribs, reducing the available air pressure in the air tanks.","The reduced air pressure levels may reduce braking performance and/or the parking brakes could reapply, increasing the risk of a crash.","MeritorWABCO has notified affected OEM customers, which will conduct the notification and remedy campaign. The recall is expected to begin during December 2014. Owners may contact Meritor WABCO at 1-248-435-8001. Meritor WABCO's identification number for this recall is C15AA." -10/28/2014,14V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V679000),Shyft Group,Rear ABS Harness Connectors may be Reversed,"SERVICE BRAKES, AIR",14015,Vehicle,65,"Spartan Motors Chassis, Inc. (Spartan) is recalling certain model year 2011-2015 school bus chassis manufactured December 21, 2010, to June 26, 2014, and equipped with air brake systems. The affected chassis may have been manufactured with the rear antilock brake system (ABS) harness connectors reversed.","If the ABS connectors are reversed, the rear wheels may lock up while braking, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect and correct the ABS harness connectors, as necessary, free of charge. The recall began on January 14, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14015." -10/28/2014,14V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V676000),"Halcore Group, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"Halcore Group, Inc. (Halcore) is recalling certain model year 2006 Leader Type II Ambulances, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Halcore will notify owners to take the vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on November 20, 2014. Owners may contact Halcore customer service at 1-614-539-8181 or Ricon customer service at 1-800-322-2884." -10/27/2014,14V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V673000),"Jaguar Land Rover North America, LLC",Electrical Short or Loss of Power Assist Steering,ELECTRICAL SYSTEM,J044,Vehicle,272,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain 2015 F-TYPE vehicles manufactured August 25, 2014, to September 12, 2014, 2015 XF vehicles manufactured September 3, 2014, to September 12, 2014, and 2015 XJ vehicles manufactured August 21, 2014, to September 11, 2014. In the affected vehicles, the Front End Accessory Drive (FEAD) belt, Power Assisted Steering (PAS) pump pulley and/or battery positive cable at the alternator may detach.","If the battery positive cable loosens, an electrical short may result, increasing the risk of a fire. If the FEAD belt looses or detaches, the vehicle may lose power assisted steering, increasing the risk of a crash.","Jaguar has notified owners, and dealers will inspect the affected engine mounted components for the proper threading and torque, correcting them as necessary, free of charge. The recall began November 10, 2014. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J044." -10/27/2014,14V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V672000),Honda (American Honda Motor Co.),Fuel Pump may Seize and cause Engine Stall,"FUEL SYSTEM, GASOLINE",JL1 NSS300; JL2 GROM,Vehicle,10076,"American Honda Motor Co. (Honda) is recalling certain model year 2014 GROM125 motorcycles manufactured June 12, 2013, to September 24, 2014, and 2014 Forza-NSS300, and NSS300A motorcycles manufactured June 18, 2013, to May 21, 2014. The resin bracket inside the fuel pump of the affected motorcycles may swell and cause the pump impeller to seize.","If the fuel pump seizes the motorcycle will stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the fuel pump with an updated fuel pump, free of charge. The recall began on December 15, 2014. Owners may contact Honda customer service at 1-310-783-2000. Honda's number for this recall is JL1 NSS300 (Forza) and JL2 Grom (Grom125)." -10/27/2014,14V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V674000),"BMW of North America, LLC",Fuel Tank Bolt Weld Not Welded To Specification,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,223,"BMW of North America, LLC (BMW) is recalling certain model year 2014 i8 vehicles manufactured from May 16, 2014, to September 16, 2014. A bolt used to attach a ground cable between the tank and the vehicle chassis may not have been properly welded during manufacturing.","An inadequate weld of the bolt to the fuel tank could cause a fuel leak. In the presence of an ignition source, a fuel leak could lead to a fire.","BMW will notify owners, and dealers will inspect and replace the fuel tank if necessary, free of charge. The recall began in November 2014. Owners may contact BMW customer service at 1-800-525-7417 or CustomerRelations@bmwusa.com." -10/27/2014,14V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V675000),Mazda North American Operations,Tire Pressure Monitoring System/FMVSS 138,TIRES,8014J,Vehicle,99711,"Mazda North American Operations (Mazda) is recalling certain model year 2014-2015 Mazda6 vehicles manufactured October 25, 2012, to October 10, 2014. If the pressures of four of the tires on an affected vehicle gradually drop at the same time, the tire pressure monitoring system (TPMS) may not warn the driver of the drop in pressure. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard (FMVSS) No. 138, ""Tire Pressure Monitoring System.""","A vehicle that is driven with under inflated tires may experience a sudden tire failure, increasing the risk of a crash.","Mazda will notify owners, and dealers will update the TPMS software, free of charge. The recall began on December 10, 2014. Owners may contact Mazda customer service at 1-800-222-5500." -10/24/2014,14V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V668000),"Nissan North America, Inc.",Driver's Frontal Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,1848,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013 Infiniti QX56 vehicles manufactured September 1, 2012, to April 26, 2013, and 2014 Infiniti QX80 vehicles manufactured June 18, 2013, to February 11, 2014. In the affected vehicles, the driver's frontal air bag inflator may have been manufactured with an incorrect part.","In the event of a crash necessitating deployment of the driver's air bag, the incorrect part may block the flow of propellant to the air bag and the air bag's inflator may rupture. The rupture could cause metal fragments to strike and potentially seriously injure the vehicle occupants.","Nissan will notify owners, and dealers will replace the front driver air bag inflator, free of charge. The recall began on December 1, 2014. Owners may contact Nissan customer service at 1-800-647-7261." -10/24/2014,14V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V667000),"Volkswagen Group of America, Inc.",Front Air Bags may not Deploy on Secondary Impact,AIR BAGS,69K5,Vehicle,101938,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013-2015 Audi A4 and S4 vehicles manufactured February 16, 2012, to October 21, 2014, and 2013-2015 Audi Allroad vehicles manufactured March 12, 2012, to October 21, 2014. Due to an improper algorithm in the air bag control module, if a crash necessitates deployment of the side air bags, a second impact to the front of the vehicle may not command the front air bags to also deploy.","If the front air bags do not deploy in the event of a secondary impact to the front of the vehicle, there is an increased risk of occupant injury.","Volkswagen will notify owners, and Audi dealers will update the air bag control unit software, free of charge. The recall began on November 14, 2014. Owners may contact Audi customer service at 1-800-822-2834. Volkswagen's number for this recall is 69K5." -10/24/2014,14V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V669000),"Daimler Trucks North America, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",FL-664,Vehicle,133,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Thomas Built Buses Saf-t-liner school buses manufactured May 2, 2014, to July 31, 2015. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins has notified owners on behalf of DTNA, and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began in late September 2014. Owners may contact DTNA customer service at 1-800-745-8000 or Cummins customer service at 1-800-223-4583. DTNA's number for this recall is FL-664." -10/24/2014,14V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V670000),"Volkswagen Group of America, Inc.",Possible Movement of Seatback,SEATS,72F1,Vehicle,393,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Volkswagen Jetta and Passat vehicles manufactured September 23, 2014, to October 9, 2014, and equipped with manual front seatback recliners. In the affected vehicles, the seatback recliner retaining bracket may not engage correctly, resulting in unexpected movement of the seatback.","Unexpected movement of the driver's seatback may distract the driver, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will inspect the assembly of the seatback recliner retaining bracket, correcting it as necessary, free of charge. The recall began in October 2014. Owners may contact Volkswagen customer service at 1-800-893-5298. Volkswagen's number for this recall is 72F1." -10/22/2014,14V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V664000),Shyft Group,Engine Cooling Fan Vibration,ENGINE AND ENGINE COOLING,14018,Vehicle,304,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2010-2015 Gladiator vehicles manufactured March 25, 2010, to October 16, 2014. The engine cooling fan may break and separate during severe vibration.","If the hood to the vehicle is open, such as during a repair, and the engine cooling fan is operating and comes apart, those in close proximity could be injured from the shattered parts.","The cooling fans in the affected vehicles will be replaced by dealers free of charge. The recall began on December 19, 2014. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for the recall is 14018." -10/22/2014,14V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V666000),"Elgin Sweeper Company, Inc.",Hydraulic Oil Cooler Wiring Harness,ENGINE AND ENGINE COOLING,SB-0148,Vehicle,92,"Elgin Sweeper Company Inc. (Elgin) is recalling certain model year 2012-2014 Broom Badger sweeper trucks manufactured March 1, 2013, to October 1, 2014. The affected vehicles are equipped with a modification hydraulic oil cooler fan wiring harness. The oil cooler fan may fail and cause overheating.","If the oil cooler fan fails and the hydraulic system overheats, a vehicle fire could result.","Elgin will notify owners, and dealers will install a modified wiring harness that separates ground wires form the fan and sending unit, free of charge. The recall began December 1, 2014. Owners may contact Elgin customer service at 1-847-741-5370. Elgin's number for this recall is SB-0148." -10/22/2014,14V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V663000),"Gulf States Toyota, Inc.",Incorrect Load Carrying Capacity Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,142,"Gulf States Toyota, Inc. (Gulf States) is recalling certain model year 2015 Toyota Tacoma vehicles manufactured September 2, 2014, to October 15, 2014. The affected vehicles may contain an incorrect Load Carrying Capacity Modification Label. As a result, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims for Passenger Cars.""","An incorrect label may result in the vehicle being overloaded, increasing the risk of a crash.","Gulf States has notified owners, and dealers will install an accurate label, free of charge. The recall began December 1, 2014. Owners may contact Gulf States customer service at 1-800-444-1074." -10/22/2014,14V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V665000),Neely Coble Company,Steering Column may Separate,STEERING,DS14-001,Vehicle,52,"Neely Coble Company (Neely Coble) is recalling certain model year 2012-2014 Isuzu NQR vehicles equipped with the dual steering modification by Neely Coble. In the affected vehicles, the screw that holds the upper left hand steering column and steering wheel could loosen and separate from the lower column.","If the screw holding the upper steering column and steering wheel loosens, the upper and lower steering columns may separate, resulting in a loss of steering, increasing the risk of a crash.","Neely Coble will notify owners, and dealers will secure the steering column connection, free of charge. The recall began on December 5, 2014. Owners may contact Neely Coble customer service at 1-256-350-1630. Neely Coble's number for this recall is DS14-001." -10/21/2014,14E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E069000),"Tegol, Inc.",Helmet Indentation/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,15871,"Tegol, Inc. (Tegol) is recalling certain Hawk GLD-900 Series helmets in all sizes. The affected helmets fail to meet the minimum safety requirements set forth in Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""",Helmets that do not comply with minimum safety standards may not offer the protection intended by the safety standards and accordingly increase the risk of injury to the user in the event of a crash.,"Tegol will notify owners, and owners will be offered a full refund, free of charge. The recall began in October 2014. For more information about the recall, owners should contact Leather Up customer service at 1-866-371-0281." -10/21/2014,14V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V659000),"Daimler Trucks North America, LLC",Loss Of Clutch Function,POWER TRAIN,FL-670,Vehicle,391,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner Business Class M2 trucks manufactured May 27, 2014, to September 25, 2014, and equipped with certain models of Eaton Fuller 365mm clutches. Due to an incorrect clutch-release bearing component, the affected clutches may not disengage as needed.","The loss of clutch function could cause unintended motion or extend stopping distance, increasing the risk of vehicle crash.","DTNA will notify owners, and dealers will inspect and replace the clutches, as necessary, free of charge. The recall began on December 8, 2014. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-670." -10/21/2014,14V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V660000),Pierce Manufacturing,Lower Control Arm may Fracture,SUSPENSION,74B257,Vehicle,135,"Pierce Manufacturing (Pierce) is recalling certain model year 2009-2013 Pierce Enforcer, Impel, Quantum, Velocity, and Arrow XT emergency vehicles manufactured November 11, 2009, to April 23, 2013, and equipped with TAK-4 front independent suspensions. The affected vehicles have front lower control arms that may crack and fracture.","If one of the lower control arm fractures, the attached wheel may separate, increasing the risk of a crash.","Pierce will notify owners, and dealers will inspect and replace the lower control arms, as necessary, free of charge. The recall began on November 5, 2014. Owners may contact Pierce customer service at 1-888-974-3723. Pierce's number for this recall is 74B257." -10/21/2014,14V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V661000),"ARBOC Specialty Vehicles, LLC",Undersized Wire To Fuel Pump Supply,"FUEL SYSTEM, GASOLINE",TSB1401,Vehicle,280,"ARBOC Specialty Vehicles, LLC (ARBOC) is recalling certain model year 2009-2014 Spirit of Mobility transit buses, models 191WB and 210WB, and Spirit of Freedom transit buses, models 191WB and 210WB, manufactured September 24, 2008, to March 27, 2014. The affected vehicles were built with an undersized wire to the fuel pump supply circuit.","The undersized wire may cause the fuel pump to not function, resulting in a vehicle stall, increasing the risk of a crash.","ARBOC will notify owners, and dealers will replace the affected harness, free of charge. The recall is expected to begin in December 2014. Owners may contact ARBOC customer service at 1-866-953-5555. ARBOC's number for this recall is TSB1401." -10/21/2014,14V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V662000),Supreme Corporation,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1705,"Supreme Corporation (Supreme) is recalling certain model year 2006-2014 Senator, Senator II, Candidate, Candidate II, Senator HD, and Sentinel transit buses manufactured January 2, 2006, to April 30, 2014, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Supreme will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began in November 2014. Owners may contact Supreme customer service at 1-800-642-4889 or Ricon customer service at 1-800-322-2884." -10/20/2014,14V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V657000),"Yamaha Motor Corporation, USA",Battery Cable Pinched By Seat Base,ELECTRICAL SYSTEM,990089,Vehicle,3100,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2015 FZ07 motorcycles manufactured May 1, 2014, to September 30, 2014. In the affected motorcycles, the positive battery cable may be pinched between the seat base and seat bracket.","If the battery cable is pinched, it may chafe and short-circuit, increasing the risk of a fire.","Yamaha has notified owners, and dealers will replace the positive battery cable and seat bracket, free of charge. The recall began on October 31, 2014. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990089." -10/20/2014,14C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C006000),"Evenflo Company, Inc.",Buckle may not Unlatch,CHILD SEAT,NR (Not Reported),Child Seat,202346,"Evenflo Company, Inc. (Evenflo) is recalling certain Embrace 35 two-piece, rear-facing infant child restraints equipped with an AmSafe QT1 buckle. The affected model numbers include: 30711365 (Snugli brand), 31511040, 31511323, 31511400, 3151198, 3151953, 31521138, 46811205 (or 24502447), 46811237 (or 24502446), 48111200, 48111215, 48111215A, 48111218, 48111234, 48111235, 48111235A, 48111462, 48411391 (or 24502786), 48411391D (or 24502787), 48411392 (or 24502830), 48411504 (or 24507546), 48411504D (or 24507544), 52911307A, 52921040, 55311138 (or 24505003), 55311238 (or 24505000), and 55311292 (or 24505001) and were manufactured at various times from December 2011 through May 2013. Over time, use of the seat can make the harness buckle difficult to unlatch.","A buckle that does not release easily, or possibly at all, may make it difficult to remove the child from the restraint, increasing the risk of injury in the event of a vehicle crash, fire, or other emergency, in which a prompt exit from the vehicle is required.","Evenflo will notify registered owners and provide a remedy kit, including a replacement buckle and instructions for easy consumer removal of the AmSafe buckle and installation of the newly-designed replacement buckle. The recall began on November 3, 2014. Owners may contact Evenflo's toll-free number at 1-800-490-7591, or visit their website at www.embracebuckle.evenflo.com." -10/20/2014,14V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V656000),"Volkswagen Group of America, Inc.",Rear Trailing Arm may Fracture,SUSPENSION,NR (Not Reported),Vehicle,442066,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2011-2013 Jetta vehicles manufactured March 1, 2010, to November 30, 2012, and 2012-2013 Beetle vehicles manufactured March 1, 2011, to July 31, 2013. The durability of the rear trailing arms may be reduced in vehicles whose rear trailing arms have been previously deformed, such as a result of a rear or side-rear impact crash.","The reduced durability of the trailing arm may result in its sudden fracture, possibly causing loss of vehicle control and increasing the risk of a crash.","Volkswagen will notify owners, and dealers will install a sheet metal inlay on the rear axle trailing arms designed to prevent a sudden loss of control in the event of trailing arm sudden fracture, free of charge. The recall began April 7, 2015. Owners may contact Volkswagen customer service at 1-800-893-5298." -10/20/2014,14V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V658000),"Volkswagen Group of America, Inc.",Sun-Roof May Break,VISIBILITY,60B9,Vehicle,7062,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013-2015 Beetle vehicles manufactured June 13, 2013, to July 3, 2014. The glass sunroofs in the affected vehicles may break when the vehicles are operated over a hard road surface or strike a pothole.",Vehicle occupants could be injured by falling glass. A sunroof break during vehicle operation also increases the risk of driver distraction and a resulting vehicle crash.,"Volkswagen will notify owners, and dealers will replace the sunroof, free of charge. The recall began on December 15, 2015. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 60B9." -10/20/2014,14T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T013000),ITG Voma Corporation,Tread Separation,TIRES,NR (Not Reported),Tire,94890,"ITG Voma Corporation (ITG Voma) is recalling certain Capitol Precision Trac II tires, sizes 245/70R17, 235/70R16, 235/75R15, 245/70R16, 245/75R16, 255/70R16, and 265/75R16. The affected tires may experience a tread separation.","A tire tread separation may result in sudden air loss, increasing the risk of a vehicle crash.","ITG Voma will notify the distributor, American Tire Distributors, and dealers will replace the affected tires, free of charge. The recall began in October 2014. Owners may contact American Tire Distributors at 1-704-992-2000." -10/17/2014,14V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V652000),Keystone RV Company,12V Breaker Not Connected To Protected Terminal,ELECTRICAL SYSTEM,14-217,Vehicle,1412,"Keystone RV Company (Keystone) is recalling certain model year 2014-2015 Dutchmen Aerolite, and Dutchmen Denali travel trailers manufactured December 2, 2013, to September 11, 2014. The affected trailers may have been produced with a 12V breaker that is located near the battery, but may not have been connected to the protected terminal breaker.","Should the 12V breaker experience an electrical short, a vehicle fire could occur.","Keystone will notify owners, and dealers will verify the wiring to the breakers is connected to the protected terminal and/or remedy the connection, free of charge. The recall began November 5, 2014. Owners may contact Keystone customer service at 1-219-642-4590. Keystone's number for this recall is 14-217." -10/17/2014,14V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V653000),Great Dane Trailers,Brake Drag on Convertor Dolly,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,125,"Great Dane Trailers (Great Dane) is recalling certain model year 2015 Converter Dollies manufactured March 7, 2014, to May 16, 2014. Due a problem with a brake valve, the affected trailers may experience brake drag.","If the trailer brake drags, the wheel end may overheat, resulting in a fire. Also, the wheel may detach. Either condition increases the risk of a crash.","Great Dane will notify owners. Great Dane will replace the suspect TR-3 valve with a new replacement TR-3 valve and re-orientation of the DC-4 valve. The recall began on December 19, 2014. Owners may contact Great Dane customer service at 1-877-369-3493." -10/17/2014,14V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V654000),"Maserati North America, Inc.",Improper Fuel Line,"FUEL SYSTEM, GASOLINE",256,Vehicle,139,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014-2015 Quattroporte, and Ghibli vehicles manufactured July 23, 2014, to August 7, 2014. The fuel delivery hoses in the vehicles may have been improperly crimped.","The improper crimp can cause a fuel leak and, in the presence of an ignition source, could result in a fire.","Maserati will notify owners, and dealers will replace the entire fuel delivery line, free of charge. The recall began in October 2014. Owners may contact Maserati customer service at 1-877-696-2737. Maserati's number for this recall is 256." -10/17/2014,14V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V650000),"BMW of North America, LLC",Left Rear Seat Frame Steel Plate,SEATS,NR (Not Reported),Vehicle,11,"BMW of North America, LLC (BMW) is recalling certain model year 2015 X5 vehicles manufactured September 12, 2014,to September 21, 2014 and equipped with the optional rear comfort seat. The left rear seat belt attachment point in the affected vehicles may not have been sufficiently welded.","In the event of a crash, the seat belt attachment could break and fail to restrain a seat occupant, increasing the risk of injury.","BMW will notify owners, and dealers will replace the left rear seat frame, free of charge. The recall began November 2014. Owners may contact BMW customer service at 1-800-525-7417 or CustomerRelations@bmwusa.com." -10/17/2014,14V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V649000),Ford Motor Company,Passenger Safety Belt Tension Sensor/FMVSS 208,SEAT BELTS,14C08,Vehicle,55,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford Mustang vehicles manufactured August 18, 2014, to October 2, 2014. In the affected vehicles, the passenger safety belt tension sensor may misclassify the size of the front passenger seat occupant. This could cause a child size occupant to be classified as an adult and an adult passenger to be classified as a child passenger. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","If the tension sensor misclassifies the front passenger, improper passenger air bag deployment may occur, increasing the risk of occupant injury in the event of a vehicle crash.","Ford has notified owners, and dealers will replace the passenger safety belt buckle, free of charge. The recall began on October 28, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14C08." -10/17/2014,14V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V651000),Turtle Top,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,276,"Turtle Top is recalling certain model year 2006-2014 Odyssey, 2008-2009, 2011 Odyssey LT, and 2007-2008, 2010-2012 Odyssey XL, 2008, 2012 Terra Transport, and 2007-2008, 2013 Van Terra transit buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Turtle Top will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began November 18, 2014. Owners may contact Turtle Top customer service at 1-574-831-4340 or Ricon customer service at 1-800-322-2884." -10/16/2014,14V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V648000),"BMW of North America, LLC",Exterior Rearview Mirror/FMVSS 111,VISIBILITY,NR (Not Reported),Vehicle,53,"BMW of North America, LLC (BMW) is recalling certain model year 2015 X3 and X4 Sports Activity Vehicles manufactured July 28, 2014 to July 29, 2014. The affected vehicles may have been produced with a driver's side exterior rearview mirror that was designed to meet non-US market requirements. Thus, these vehicles fail to comply with the Federal Motor Vehicle Safety Standards No. 111, ""Rearview Mirrors.""","The driver may not notice that vehicles viewed in the mirror are closer than they appear, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the driver's side exterior rearview mirror, free of charge. The recall began on December 16, 2014. Owners may contact BMW customer service at 1-800-525-7417 or CustomerRelations@bmwusa.com." -10/15/2014,14V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V647000),Toyota Motor Engineering & Manufacturing,Fuel Leak at Fuel Pressure Sensor/Fuel Pipe,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,422509,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2007-2010 Lexus LS vehicles manufactured May 9, 2006, to July 20, 2010, 2006-2011 Lexus GS vehicles manufactured January 6, 2005, to September 10, 2010, and 2006-2011 Lexus IS vehicles manufactured August 30, 2005, to September 10, 2010. Due to anti-corrosion plating remnants, fuel may leak from where the fuel pressure sensor is attached to the fuel delivery pipe.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Toyota will notify owners, and dealers will clean and reseal the fuel pressure sensor mounting area, free of charge. The recall began March 3, 2015. Owners may contact Toyota customer service at 1-800-331-4331." -10/14/2014,14V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V643000),"Chrysler (FCA US, LLC)",Air Bags/Seat Belt Pretensioners may be Disabled,AIR BAGS,P67,Vehicle,126532,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Dodge Durango vehicles manufactured June 2, 2013, to June 28, 2014, and 2014 Jeep Grand Cherokee vehicles manufactured October 30, 2012, to April 30, 2014. Due to a fault within the Occupant Restraint Control (OCR) module, the frontal air bags, seat belt pretensioners, and side air bags may be disabled. The malfunction indicator light �MIL� should illuminate to initially warn drivers of a failure.","If the frontal air bags, seat belt pretensioners, and side air bags are disabled, there is an increased risk of injury to the vehicle occupants in the event of a vehicle crash that necessitates use of the passive restraint system.","Chrysler will notify owners, and dealers will replace the ORC module, free of charge. The recall began on April 27, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P67." -10/14/2014,14V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V644000),"Yamaha Motor Corporation, USA",Front And Rear Wheel Insufficient Hardness,WHEELS,990088,Vehicle,28,"Yamaha Motor Corporation, U.S.A. (Yamaha) is recalling certain model year 2014 Yamaha YZF-R6 motorcycles manufactured August 1, 2014, to September 1, 2014. The front and rear wheels of the affected motorcycles may have been manufactured with insufficient hardness.","If the wheels have insufficient hardness, the wheels may loosen and/or air may leak from around the tire bead. Either condition increases the risk of a crash.","Yamaha has notified owners, and dealers will replace the front and rear wheel and tire assemblies, free of charge. The recall began on October 30, 2014. Owners may contact Yamaha customer service at 1-800-962-7926. Yamaha's number for this recall is 990088." -10/14/2014,14V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V646000),Vermeer Manufacturing Company,Pintle Hitch may Separate from Trailer,STRUCTURE,VFK000500,Vehicle,5,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2014 TR620 Trommel trailers manufactured June 2, 2014, to September 27, 2014. The affected trailers may have been manufactured with an incorrect material used for the tapped pintle hitch mount plate.","The incorrect material may allow the pintle hitch mounting bolts to loosen. This could cause a separation of the towed trailer from the tow vehicle, increasing the risk of crash.","Vermeer will notify owners, and dealers will install a field kit to correct the pintle hitch mounting, free of charge. The recall began on December 18, 2014. Owners may contact Vermeer customer service at 1-800-829-0051. Vermeer's number for this recall is IK003100." -10/10/2014,14V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V642000),"REV Ambulance Group Orlando, Inc.",Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,29,"Wheeled Coach Industries, Inc. (Wheeled Coach) is recalling certain model year 2014 emergency vehicles built on Dodge 4500 and Chevrolet CG33803 (G3500) chassis, and 2013-2015 emergency vehicles built on Ford F-450 chassis. The affected vehicles are equipped with LiquidSpring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Wheeled Coach will notify owners, and LiquidSpring dealers will install a re-designed bracket, free of charge. The recall began on December 4, 2014. Owners may contact Wheeled Coach customer service at 1-855-661-9232 or LiquidSpring customer service at 1-765-474-7816 extension 109." -10/10/2014,14E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E068000),Eaton Corporation,Clutch may not Disengage,POWER TRAIN,NR (Not Reported),Equipment,574,"Eaton Corporation (Eaton) is recalling certain Eaton Fuller 365mm clutches manufactured May 26, 2014, to June 17, 2014. Due to an incorrect clutch-release bearing component, the affected clutches may not disengage as needed.","If the driver is not able to disengage the clutch, unintended vehicle motion or extended stopping distances may occur, increasing the risk of crash.","Eaton will notify the affected vehicle manufacturers and owners, and Eaton personnel will inspect and replace the clutches, as necessary, free of charge. The recall began in November 2014. Owners may contact Eaton customer service at 1-800-386-1911." -10/10/2014,14V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V639000),Honda (American Honda Motor Co.),Front Seat Belts Not may not Function in Cold,SEAT BELTS,"MDX=JK7, RLX=JK8",Vehicle,43481,"American Honda Motor Company (Honda) is recalling certain model year 2014-2015 Acura MDX vehicles manufactured April 23, 2013, to August 25, 2014, and 2014 Acura RLX vehicles manufactured November 5, 2012, to November 25, 2013. In the affected vehicles, the driver and front passenger seat belt may not extend or retract in low temperatures.",A seatbelt that does not function increases the risk of injury in a crash.,"Honda has notified owners, and dealers will replace the driver and front passenger seat belts, free of charge. The recall began in November 2014. Owners may contact Acura customer service at 1-800-382-2238. Honda's number for this recall is JK7 for the MKX, and JK8 for the RLX." -10/10/2014,14V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V640000),Keystone RV Company,Fuel Filter Clamp may be Installed Incorrectly,"FUEL SYSTEM, OTHER",14-218,Vehicle,27,"Keystone RV Company (Keystone) is recalling certain model year 2015 Dutchmen Rubicon trailers manufactured August 22, 2014, to September 17, 2014. The affected vehicles may have been assembled with the clamp installed incorrectly on the fuel line at the generator fuel filter and the fuel tank. As a result, the fuel line may disconnect.","If the fuel line at the generator fuel filter and fuel tank disconnects, fuel may leak, increasing the risk of a fire.","Keystone has notified owners, and dealers will inspect the fuel line clamp on the generator and the fuel tank and reposition it, as necessary, free of charge. The recall began on October 17, 2014. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 14-218." -10/10/2014,14V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V638000),"Strick Trailers, LLC",Rear Impact Guards need Gusset Reinforcements,EQUIPMENT,NR (Not Reported),Vehicle,29,"Strick Trailers, LLC (Strick) is recalling certain model year 2009-2015 Dry Freight Van Trailers manufactured April 25, 2008, to June 5, 2014. The affected trailers are equipped with rear impact guards using gusset part numbers 40033/40034, 43191/43192, 63133/63134 or 67046/67047. The rear impact guards with these gussets do not meet federal standards for strength and energy absorption. As such, these trailers do not comply with the Federal Motor Vehicle Safety Standard No. 223, ""Rear Impact Guards.""","If the trailer is struck from behind and the rear impact guards do not meet the required standards, there is an increased risk of injury in the event of a crash.","Strick will notify owners, and the rear impact guards of the trailers will be reinforced, free of charge. The recall began on December 5, 2014. Owners may contact Strick customer service at 1-704-436-2590." -10/10/2014,14V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V637000),Goshen Coach,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1330,"Goshen Coach (Goshen) is recalling certain model year 2011-2012 G-Force, 2006-2007 Sentry, and 2006-2014 GCII, Pacer, and Sentinel buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Goshen will notify owners, and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on December 8, 2014. Owners may contact Goshen customer service at 1-574-206-7004 or Ricon customer service at 1-800-322-2884." -10/10/2014,14V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V641000),Mobility Works (WMK Inc.),Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,834,"Mobility Works (WMK Inc.) is recalling certain model year 2006-2014 Ford E150, E250, and E350 vans modified by Mobility Works to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Mobility Works will notify owners, and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on November 10, 2014. Owners may contact Mobility Works customer service at 1-800-769-8267 or Ricon customer service at 1-800-322-2884." -10/09/2014,14V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V645000),"General Motors, LLC",Driver Air Bags may be Incorrectly Wired/FMVSS 208,AIR BAGS,14690,Vehicle,2283,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Colorado and GMC Canyon vehicles manufactured January 6, 2014, to October 1, 2014. In the affected vehicles, the driver air bag connections may have been wired incorrectly. This could reverse the deployment sequence and disrupt the deployment timing of the driver air bag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","If the driver air bag does not deploy as designed, there is an increased risk of driver injury in the event of a crash necessitating air bag deployment.","GM will notify owners, and dealers will reprogram the inflatable restraint sensing and diagnostic module (SDM), free of charge. The recall began on October 6, 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14690." -10/08/2014,14V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V634000),"Chrysler (FCA US, LLC)",Alternator may Fail Resulting in Engine Stall,ELECTRICAL SYSTEM,P60,Vehicle,435081,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2014 Chrysler 300, Dodge Charger, Challenger, and Durango; and 2012-2014 Jeep Grand Cherokee vehicles manufactured April 22, 2010, to January 2, 2014, and equipped with a 3.6L engine and a 160 amp alternator. In the affected vehicles, the alternator may suddenly fail.","If the alternator fails, the vehicle may stall without warning, increasing the risk of a crash.","Chrysler has notified owners, and dealers will replace the alternator, free of charge. The recall began on February 27, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P60." -10/08/2014,14V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V635000),"Chrysler (FCA US, LLC)",Fuel Heater may Leak and could Increase Fire Risk,ENGINE AND ENGINE COOLING,P65,Vehicle,315325,"Chrysler Group LLC (Chrysler) is recalling certain model year 2010-2014 Ram 2500, 3500, 4500, and 5500 trucks manufactured March 27, 2009, to September 5, 2013. In the affected vehicles, the electrical connectors of the diesel fuel heater may overheat.","If the connectors overheat, the fuel heater may leak fuel, increasing the risk of a fire.","Chrysler will notify owners, and dealers will replace the harness side connector with a silver plated beryllium copper terminal service kit, and inspect the fuel heater for leaks, replacing it as necessary, free of charge. Chrysler issued interim notification to owners on December 8, 2014. The recall began on April 27, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P65." -10/08/2014,14V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V631000),"Chrysler (FCA US, LLC)",Potential for Fire in Heated Exterior Mirror,ELECTRICAL SYSTEM,P61,Vehicle,313772,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2013 Jeep Wrangler vehicles manufactured February 16, 2010, to July 19, 2013. Corrosion in the exterior heated power mirror electrical connector may result in an electrical short.",An electrical short increases the risk of a fire.,"Chrysler will notify owners, and dealers will move the exterior mirror power feed to a separate connector, free of charge. Chrysler issued an interim notification to owners on December 8, 2014. The recall began on March 3, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P61." -10/08/2014,14V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V630000),Shyft Group,Seat Belt may be too Long/FMVSS 208,SEAT BELTS,14019,Vehicle,29,"Spartan Motors Chassis, Inc. (Spartan) is recalling certain model year 2013-2015 Gladiator and MetroStar emergency vehicles manufactured February 18, 2013, to August 5, 2014. The seats in the affected vehicles have seats belts that may be too long to fit smaller occupants. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","If the seat belt does not properly fit the seat occupant, the seat occupant has an increased risk of being injured in the event of a crash.","Spartan has notified owners, and dealers will replace the seat belt buckle, with a shorter belt buckle, free of charge. The recall began November 25, 2014. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14019." -10/08/2014,14V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V636000),"Chrysler (FCA US, LLC)",Steering Software may Disable Stability Control,ELECTRONIC STABILITY CONTROL,P64,Vehicle,132792,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Dodge Durango, and Jeep Grand Cherokee vehicles manufactured October 3, 2013, to April 11, 2014. Due to an issue with the software for the Steering Column Control Module (SCCM), the Electronic Stability Control (ESC) may be disabled.","If the ESC is disabled during certain driving situations, the driver may not be able to adequately control the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the SCCM software, free of charge. The recall began on November 24, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P64." -10/08/2014,14V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V633000),"Chrysler (FCA US, LLC)",TPMS may not Locate Sensors/FMVSS 138,TIRES,P62,Vehicle,23053,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram ProMaster vehicles manufactured April 23, 2013, to August 22, 2014. In the affected vehicles, the Tire Pressure Monitoring System (TPMS) may fail to learn the locations of the individual sensors while the vehicle is being driven. As a result, the low tire pressure warning light will illuminate, despite the the tire pressures being within specification. Should one of the tires lose air pressure, the driver would not be notified of the change in air pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring Systems.""","If the TPMS light illuminates because the sensors cannot be located, it could mask an actual low tire pressure condition, possibly resulting in tire failure, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the TPMS module with new software, free of charge. The recall began on December 8, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P62." -10/08/2014,14V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V632000),"Chrysler (FCA US, LLC)",Tire Pressure Warning may Illuminate/FMVSS 138,TIRES,P63,Vehicle,10390,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Chrysler Town and Country and Dodge Grand Caravan vehicles manufactured March 20, 2014, to April 22, 2014, and 2014 Jeep Wrangler vehicles manufactured March 21, 2014, to April 22, 2014. Due to a software error, the Tire Pressure Monitoring System (TPMS) may fail to learn the locations of the individual sensors while the vehicle is being driven. As a result, the low tire pressure warning light will illuminate, despite the the tire pressures being within specification. Should one of the tires lose air pressure, the driver would not be notified of the change in air pressure. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring Systems.""","If the TPMS light illuminates because the sensors cannot be located, it could mask an actual low tire pressure condition, possibly resulting in tire failure, increasing the risk of a crash.","Chrysler has notified owners, and dealers will reprogram the TPMS module, free of charge. The recall began on October 23, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P63." -10/08/2014,14T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T012000),"Continental Tire the Americas, LLC",Tires Possibly Deformed During Curing Process,TIRES,NR (Not Reported),Tire,5993,"Continental Tire the Americas, LLC (CTA) is recalling certain ProContact GX SSR MOE tires, size 225/45R18 95H XL, manufactured June 22, 2014, to July 28, 2014, used for front axle fitment on 2015 Mercedes-Benz C-Class vehicles. The affected tires may have been deformed during the curing process, and could cause the tire tread to appear distorted when inflated.","A tire that was deformed during the curing process may suddenly fail during use, increasing the risk of a crash.","CTA has notified owners, and tire dealers or Mercedes-Benz dealers will replace the tires, free of charge. The recall began on October 30, 2014. Owners may contact CTA customer service at 1-888-799-2168." -10/07/2014,14V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V625000),"Forest River, Inc.",Certification Labels/FMVSS 567,EQUIPMENT,2014-PLT6,Vehicle,205,"Forest River, Inc. (Forest River) is recalling certain model year 2014-2015 Salem and Wildwood T174BH recreational vehicles manufactured September 18, 2013, to August 29, 2014. The affected vehicles may have an incorrect Gross Vehicle Weight Rating (GVWR) on the certification and tire information labels. As such, the vehicles do not conform to Part 567, ""Certification.""","If the trailer is loaded to the specifications listed on the label, tire failure may result, increasing the risk of a crash.","Forest River will notify owners, and will provide corrected labels to the owners, free of charge. The recall began on November 11, 2014. Owners may contact Forest River customer service at 1-800-353-7383. Forest River's number for this recall is 2014-PLT6." -10/07/2014,14V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V627000),"BMW of North America, LLC",Loss of Brake Assist/Vacuum Pump Lubrication,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8988,"BMW of North America LLC (BMW) is recalling certain model year 2014 BMW 328i xDrive Sports Wagon, 2012-2014 BMW 320i Sedan, 328i Sedan, 320i xDrive Sedan, 328i xDrive Sedan, 2012-2013 BMW 528i Sedan, 528i xDrive Sedan, 2013-2014 BMW X1 sDrive28i, X1 xDrive28i Sports Activity Vehicle, 2013-2014 BMW X3 xDrive28i Sports Activity Vehicle, 2012-2014 BMW Z4 sDrive28i Roadster, and 2014 BMW 428i Coupe, and 428i xDrive Coupe. Due to insufficient lubrication, the vacuum pump that supplies brake power assistance may fail. Note: This recall is an expansion of recall 13V-454.",A failure of the brake vacuum pump results in a reduction in braking power that could increase the risk of a crash.,"BMW will notify owners, and dealers will install a locking ring in the camshaft to retain the camshaft seal disk in the proper location, free of charge. The recall began on December 2, 2014. Owners may contact BMW customer service at 1-800-525-7417." -10/07/2014,14V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V629000),"Suzuki Motor USA, LLC",Missed Shifts may Result in Chain Detachment,POWER TRAIN,"2A40,2A41,2A42,2A43",Vehicle,23073,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2011-2014 GSX-R750 and 2009-2014 GSX-R1000 motorcycles. If a gear is missed while upshifting, the strain applied to the drive chain after the next shift may cause the rear axle to move, damaging the left-side drive chain adjuster.","If the drive chain adjuster gets damaged, the drive chain may come off, removing power to the rear wheel, and increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the left-side chain adjuster with an improved part. The recall began on October 17, 2014. Owners may contact Suzuki customer service at 1-714-572-1490. Suzuki's numbers for this recall are 2A40, 2A41, 2A42 and 2A43." -10/07/2014,14V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V626000),"EZ Loader Adjustable Boat Trailers, Inc.",Suspension may Fail Resulting in Wheel Detachment,SUSPENSION,NR (Not Reported),Vehicle,1357,"EZ Loader Adjustable Boat Trailers, Inc. (EZ Loader) is recalling certain model year 2014-2015 Adjustable Steel and Aluminum trailers manufactured May 27, 2014, to September 11, 2014. In the affected trailers, the inner metal bar that acts as the suspension spring may break.","If the suspension fails, the trailer may be more difficult to control. Additionally, failure of the suspension may result in wheel separation. Either condition could increase the risk of a crash.","EZ Loader will notify owners, and dealers will inspect and repair the trailers, as necessary, free of charge. The recall began on October 27, 2014. Owners may contact EZ Loader customer service at 1-800-398-5623." -10/07/2014,14V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V628000),Trans Tech Bus,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,188,"Trans Tech Bus (Trans Tech) is recalling certain model year 2007-2014 Student Safety Transporter and RoadStar and 2008-2014 Student Transporter Aero school buses manufactured January 1, 2007, through September 1, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Trans Tech has notified owners and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began in November 2014. Owners may contact Trans Tech customer service at 1-845-988-2333 or Ricon customer service at 1-800-322-2884." -10/06/2014,14V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V624000),"General Motors, LLC",Inconsistent Passenger Airbag Deployment/FMVSS 208,AIR BAGS,14686,Vehicle,1046,"General Motors LLC (GM) is recalling certain model year 2015 Cadillac Escalade and Escalade ESV vehicles. The passenger side instrument panel top cover on the affected vehicles may have been manufactured using an incorrect spacer fabric, causing a reduction of adhesion between the spacer fabric and the vinyl show surface. This reduced adhesion may result in inconsistent passenger air bag deployment. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""",Inconsistent air bag deployment increases the risk of personal injury in the event of a crash necessitating air bag deployment.,"GM will notify owners, and dealers will replace the instrument panel top cover, free of charge. The recall began on November 11, 2014. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14686." -10/06/2014,14V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V620000),Newmar Corporation,Jack Mounting Bracket may Rub Against Suspension,SUSPENSION,NR (Not Reported),Vehicle,20,"Newmar Corporation (Newmar) is recalling certain model year 2014-2015 Essex motorhomes manufactured February 15, 2013, to June 4, 2014, and built on Freightliner chassis. In the affected vehicles, the rear axle jack mounting bracket may be attached too close to the rear suspension air bag.","The rear axle mounting bracket may rub against the suspension air bag resulting in the air bag leaking air and a suspension collapse, increasing the risk of a crash.","Newmar has notified owners, and dealers will provide a clearance gap between the bracket and air bag, free of charge. The recall began in November 2014. Owners may contact Newmar customer service at 1-800-731-8300." -10/06/2014,14V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V623000),Shyft Group,Transmission Fluid And Engine Coolant May Mix,POWER TRAIN,14017,Vehicle,389,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2006-2013 Advantage, Diamond, Gladiator, and MetroStar emergency vehicles manufactured November 29, 2005, to June 19, 2013. In the affected vehicles, the transmission fluid cooler may fail, allowing the engine coolant to mix with the transmission fluid.","If the engine coolant mixes with the transmission fluid, the transmission may not shift properly, increasing the risk of a crash.","Spartan will notify owners and dealers will install a new transmission fluid cooler, free of charge. Parts are not currently available. Owners were mailed an interim notification on November 25, 2014 and will also be mailed a second letter when parts are available. Parts should be available in mid to late January 2015. The recall began on February 9, 2015. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14017." -10/06/2014,14V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V621000),"Corp. Micro Bird, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14-058-RIU,Vehicle,222,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2006-2014 MB II and G5 school buses manufactured January 1, 2006, to January 9, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Micro Bird will notify owners and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began during December 2014. Owners may contact Micro Bird customer service at 1-819-477-2012 extension 401 or Ricon customer service at 1-800-322-2884. Micro Bird's number for this recall is 14-058-RIU." -10/06/2014,14V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V622000),"Corp. Micro Bird, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14-058-RIU,Vehicle,7,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2006-2014 MB II and G5 transit buses manufactured January 1, 2006, to January 9, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Micro Bird will notify owners and Ricon will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on December 1, 2014. Owners may contact Micro Bird customer service at 1-819-477-2012 extension 401 or Ricon customer service at 1-800-322-2884. Micro Bird's number for this recall is 14-058-RIU." -10/03/2014,14V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V619000),"BMW of North America, LLC",Nut that Secures Spare Tire may Loosen,TIRES,NR (Not Reported),Vehicle,5805,"BMW of North America, LLC (BMW) is recalling certain model year 2014 MINI Cooper Hardtop 2-door vehicles manufactured January 7, 2014, to July 21, 2014. The spare wheel may have been attached under the car with a nut that is not self-locking.","Vibrations from driving may cause the nut to loosen, allowing the wheel to separate from the car. If the spare wheel separates from the vehicle, it could become a road hazard and increase the risk of a crash.","BMW will notify owners, and dealers will replace the spare wheel securing nut with a self-locking nut, free of charge. The recall began on November 20, 2014. Owners may contact MINI customer service at 1-866-275-6464." -10/03/2014,14E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E067000),PACCAR Incorporated,Steering/LNG Pump Failure,STEERING,14KWL,Equipment,2,"PACCAR Parts, a division of PACCAR Incorporated, is recalling certain Eaton V2020 Vane Pumps, part number J69-1041. The affected pumps have shafts that could possibly break and result in pump failure.","If the vane pump fails, there may be a sudden loss of power steering assist, increasing the risk of a crash.","PACCAR has notified the affected owners and has retrieved all the defective vane pumps, replacing them with new pumps, free of charge. The recall began September 19, 2014. Owners may contact PACCAR Parts customer service at 1-425-254-4400. PACCAR's number for this recall is 14KWL." -10/03/2014,14V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V618000),"Jaguar Land Rover North America, LLC",TPMS may not Locate Sensors,TIRES,P050,Vehicle,28037,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2014 Range Rover and Range Rover Sport and 2013-2014 LR4 vehicles manufactured September 16, 2013, to June 30, 2014. In the affected vehicles, the Tire Pressure Monitoring System (TPMS) may fail to learn the locations of the individual sensors while the vehicle is being driven. As a result, the low tire pressure warning light will illuminate, despite the the tire pressures being within specification. Should one of the tires subsequently lose air pressure, the driver would not be notified of the change in air pressure.","If the TPMS light illuminates because the sensors cannot be located, it could mask an actual low tire pressure condition, possibly resulting in tire failure, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the Body Control Module (BCM) software, free of charge. The recall began on November 6, 2014. Owners may contact Land Rover customer service at 1-800-637-6837, Option 9. Land Rover's number for this recall is P050." -10/03/2014,14V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V616000),"Altec Industries, Inc.",Trailer Tongue may Fail,EQUIPMENT,CSN 605,Vehicle,344,"Altec Industries Inc. (Altec) is recalling certain model year 2009-2012 Novae Sure-Trac ST81181TPL2-B-140 equipment trailers built August 31, 2009, to September 27, 2012, and manufactured with 3/16 inch thick steel tubing. The tongue of the affected trailers may crack and separate from the trailer frame.","If the trailer tongue fails, a loss of control of the trailer or a separation of the trailer from the tow vehicle may occur, increasing the risk of a crash.","Altec will notify owners, and dealers will inspect and repair any cracks found and add a reinforcing kit, free of charge. The recall begin on November 13, 2014. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for the recall is CSN 605." -10/03/2014,14V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V617000),New England Wheels,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,14E-041,Vehicle,286,"New England Wheels (New England) is recalling certain model year 2006-2014 E-250, and E-350 vehicles modified by New England to be equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","New England will notify owners to take vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on November 17, 2014. Owners may contact New England customer service at 1-800-886-9247 or Ricon customer service at 1-800-322-2884. New England's number for this recall is 14E-041." -10/01/2014,14V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V614000),"General Motors, LLC",Contamination of the Chassis Electronic Module,ELECTRICAL SYSTEM,14515,Vehicle,106307,"General Motors LLC (GM) is recalling certain model year 2013-2014 Cadillac CTS, Escalade, Escalade ESV, Chevrolet Suburban, Tahoe, GMC Yukon, and Yukon XL, and 2014 Buick Enclave, Chevrolet Express, Impala, Silverado HD, Traverse, GMC Acadia, Savana, and Sierra HD vehicles. In the affected vehicles, the chassis electronic module may be internally contaminated, resulting in an electrical short.","If the module experiences an electrical short, the vehicle could stall, increasing the risk of a crash.","GM will notify owners, and dealers will replace the chassis electronic module, free of charge. The recall began on December 26, 2014. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-458-006 (Cadillac), 1-800-222-1020 (Chevrolet), and 1-800-462-8782 (GMC). GM�s number for this recall is 14515." -10/01/2014,14V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V615000),Entegra Coach,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,38,"Entegra Coach (Entegra) is recalling certain model year 2015 Aspire and Anthem Class A motorhomes manufactured July 18, 2014, to September 17, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Entegra will notify owners, and Spartan Chassis dealers will work with Cummins to replace the fuel filter with a non-defective one, free of charge. The recall began during October 2014. Owners may contact Entegra customer service at 1-800-945-4787." -10/01/2014,14V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V613000),Honda (American Honda Motor Co.),Incorrect Values On Certification Label/Part 567,EQUIPMENT,JK6,Vehicle,189,"American Honda Motor Co. (Honda) is recalling certain model year 2015 Acura TLX AWD vehicles manufactured August 26, 2014, to September 20, 2014. The affected vehicles may have incorrect values for the Gross Vehicle Weight Rating (GVWR) and Gross Axle Weight Rating (GAWR) front and rear printed on the safety certification label. As such, the vehicles do not conform to Part 567, ""Certification.""","If the vehicle is loaded to the specifications listed on the label, tire failure may result, increasing the risk of a crash.","Honda will notify owners, and dealers will install a corrected certification label, free of charge. The recall is expected to begin on October 21, 2014. Owners may contact Honda customer service at 1-800-382-2238. Honda's number for this recall is JK6." -10/01/2014,14V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V612000),Coach and Equipment Mfg. Corp.,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2029,"Coach and Equipment Mfg Corp. (Coach and Equipment) is recalling certain model year 2006-2014 Phoenix, Metro Lite, Pegasus, Condor LT, and Alley Cat transit buses manufactured January 1, 2006, to September 18, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Coach and Equipment will notify owners to contact Ricon Corporation who will supply supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 27, 2014. Owners may contact Coach and Equipment customer service at 1-800-724-8464 or Ricon customer service at 1-800-322-2884." -09/30/2014,14V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V608000),Campagna Motors,Engine Oil Pan may Hit Road,ENGINE,NR (Not Reported),Vehicle,230,"Campagna Motors (Campagna) is recalling certain model year 2007 and 2009-2013 T-Rex 1400R, 14R, and 14RR motorcycles manufactured September 1, 2006, to December 31, 2013, and equipped with Kawasaki 1352cc engines. Due to low ground clearance, the engine oil pan may hit the road or an object in the road.","Impacts to the engine oil pan could cause the oil drain bolt to push through the engine oil pan, resulting in an engine oil leak. The oil leak may cause a loss of rear-wheel traction, increasing the risk of a crash.","Campagna will notify owners, and dealers will replace the drain bolt with a flush one, free of charge. The recall began on November 26, 2014. Owners may contact Campagna customer service at 1-888-641-2112 extension 222." -09/30/2014,14V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V609000),"Tiffin Motorhomes, Inc.",Incorrect Certification Label Information/567,EQUIPMENT,NR (Not Reported),Vehicle,488,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2013-2015 Allegro Bus 45 foot LP, 37 foot, and 40 foot motorhomes. In the affected vehicles, the Federal Certification label incorrectly states the front Gross Axle Weight Rating (GAWR). As such, the vehicles do not conform to Part 567, ""Certification.""","If the motorhome is loaded to the incorrect specifications listed on the label, tire failure may result, increasing the risk of a crash.","Tiffin will notify owners and send a corrected sticker for the customer to put over the incorrect sticker, free of charge. The recall began early October 2014. Owners may contact Tiffin customer service at 1-256-356-8661." -09/30/2014,14V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V607000),"Eldorado National- California, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,18,"Eldorado National-California, Inc. (Eldorado National) is recalling certain model year 2006-2007 MST, and Transmark transit buses manufactured January 1, 2006, to December 30, 2007, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Eldorado National will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 9, 2014. Owners may contact Eldorado National customer service at 1-909-591-9557 or Ricon customer service at 1-800-322-2884." -09/30/2014,14V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V610000),Eldorado National-Kansas,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,178,"Eldorado National-Kansas (Eldorado) is recalling certain model year 2006-2014 Aerotech, Aerolite, Aero Elite, Transtech, and Advantage coaches manufactured January 1, 2006, to September 26, 2014, and built on Ford E-350, E-450 and E-550 chassis, and Chevrolet 3500 and 4500 chassis, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Eldorado will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 20, 2014. Owners may contact Eldorado customer service at 1-800-955-9086 or Ricon customer service at 1-800-322-2884." -09/30/2014,14V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V611000),Diamond Coach Corporation,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,45,"Diamond Coach Corporation (Diamond) is recalling certain model year 2006-2011 VIP and PT 2000, 2200, 2500, 2800, 3200, and 3201 transit buses manufactured January 1, 2006, to December 31, 2011, equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Diamond will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall is expected to begin in November 2014. Owners may contact Diamond customer service at 1-800-442-4645 or Ricon customer service at 1-800-322-2884." -09/29/2014,14V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V602000),Newmar Corporation,Incorrect Circuit Breaker Amperage Rating,EQUIPMENT,NR (Not Reported),Vehicle,561,"Newmar Corporation (Newmar) is recalling certain model year 2007-2012 Bay Star, Ventana VT/VL, Dutch Aire, Dutch Star, All-Star, Mountain Aire, and Essex motorhomes manufactured January 16, 2007, to May 24, 2012. In the affected vehicles, the circuit breaker for the refrigerator heated water line may be incorrect for the amperage draw.",A circuit breaker that is incorrectly rated for the amperage need increases the risk of a fire.,"Newmar will notify owners, and dealers will inspect the motorhome and verify that the circuit breaker rating is correct for the amperage draw, free of charge. The recall began November 6, 2014. Owners may contact Newmar customer service at 1-800-731-8300." -09/29/2014,14V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V603000),DS Corp - DBA Crossroads RV,"Incorrect Information On Label/FMVSS 567, 110",EQUIPMENT,N/A,Vehicle,136,"DS Corp doing business as Crossroads RV (Crossroads) is recalling certain model year 2015 Crossroads Zinger Z-1 trailers manufactured March 21, 2014, to September 10, 2014, and 2015 Crossroads Cruiser trailers manufactured April 3, 2014, to September 5, 2014. The affected trailers may have a Federal Certification Label that has incorrect information. The GVWR is overstated by 2,000 lbs. for the Cruiser models and 1,600 lbs for the Zinger Z-1 models, this overstatement caused the Cargo Carrying Capacity (CCC) to be overstated on the Tire Placard label. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims for Passenger Cars"" and Part 567, ""Certification.""","Incorrect GVWR information may result in the trailer being overloaded which could cause sudden tire, axle or suspension failure, increasing the risk of loss of control and a crash.","Crossroads will notify owners, and will send corrected Federal Certification, Tire Placard, and CCC labels to the owners with installation instructions, free of charge. The recall began in October 2014. Owners may contact Crossroads customer service at 1-855-226-7496." -09/29/2014,14V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V604000),Toyota Motor Engineering & Manufacturing,Leaf Spring may Fracture and Puncture Tank,SUSPENSION,NR (Not Reported),Vehicle,710711,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2005-2011 Toyota Tacoma Pre-Runner and 4x4 vehicles manufactured September 14, 2009, to October 11, 2010. In the affected vehicles, one of the leaf springs may fracture due to stress or corrosion. While being driven, the broken leaf could move out of position and contact surrounding components including the fuel tank, possibly puncturing the tank and causing a fuel leak.","If the fuel tank leaks fuel from being punctured, there is an increased risk of a fire.","Toyota will notify owners and dealers will install new rear leaf spring assemblies. The recall began on January 29, 2016. Owners may contact Toyota customer service at 1-800-331-4331." -09/29/2014,14V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V606000),"Navistar, Inc.",Lower Clutch Rod Nut may be Missing or Loose,POWER TRAIN,14515,Vehicle,78,"Navistar, Inc. (Navistar) is recalling certain model year 2015 International TranStar vehicles manufactured April 2, 2014, to June 18, 2014. In the affected vehicles, the nut that fastens the lower clutch rod to the bell crank arm may not have been installed or tightened to the specified torque.","A missing or insufficiently tightened nut could cause the lower clutch rod to separate from the bell crank arm, making it difficult to shift the transmission. If the lower clutch rod separates while the vehicle is stopped and the clutch pedal is depressed with the engine running, or it separates during deceleration, the vehicle may lunge unexpectedly in the direction of the selected gear. Any of these scenarios increase the risk of a crash.","Navistar has notified owners, and dealers will replace any missing lower clutch rod nut, and verify that the nut is correctly torqued, free of charge. The recall began in late October 2014. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 14515." -09/29/2014,14E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E066000),Emerson Process Mgmt Regulator Tech. Inc,Pressure Relief Valve may Break,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,300,"Emerson Process Mgmt Regulator Tech Inc. (Emerson) is recalling certain Fisher, two-inch, H282, H882, H5112, and H8112 pressure relief valves manufactured January 1, 2003, to July 3, 2014, and used in cargo tank trailer applications. The affected relief valves may break, causing the upper portion of the valve to separate from the stem, and possibly be ejected upward from the tank.","If the relief valve breaks, an uncontrolled release of pressurized gas into the atmosphere may result increasing the risk of personal injury or fire. Additionally, the ejected valve could become a road hazard, increasing the risk of crash.","Emerson will notify owners, and dealers will replace the two-inch, H282, H882, H5112, and H8112 valves being used in cargo transport applications with a redesigned pressure relief valve, free of charge. The recall began on December 10, 2014. Owners may contact Emerson customer service at 1-888-237-1751." -09/29/2014,14V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V605000),"Mitsubishi Fuso Truck of America, Inc.",Transmission Fluid Oil Cooler Hose may Burst,POWER TRAIN,C1007010,Vehicle,9138,"Mitsubishi Fuso Truck of America, Inc. (Mitsubishi Fuso) is recalling certain model year 2012-2015 FEC52, FEC72, FEC92, and FGB72 trucks manufactured April 8, 2011, to April 18, 2014. The automatic transmission fluid (ATF) oil cooler hose may burst.","If the hose bursts, the ATF would leak out. Once a significant amount of fluid is lost, the transmission may become inoperative, increasing the risk of a crash.","Mitsubishi Fuso will notify owners, and dealers will replace any affected ATF oil cooler hoses, free of charge. The recall began on November 26, 2014. Owners may contact Mitsubishi Fuso customer service at 1-877-711-0707. Mitsubishi Fuso's number for this recall is C1007010." -09/26/2014,14V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V597000),Ford Motor Company,Air Bags may not Deploy as Intended,AIR BAGS,14S21,Vehicle,746842,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 Ford C-Max vehicles manufactured January 19, 2012, to November 21, 2013; Ford Fusion vehicles manufactured February 3, 2012, to August 24, 2013; Ford Escape vehicles manufactured October 5, 2011, to November 1, 2013; and Lincoln MKZ vehicles manufactured April 25, 2012, to September 30, 2013. The coating on portions of the Restraint Control Module (RCM) may crack, and when exposed to humidity, circuits on the printed circuit board may short.","The short circuits could cause the frontal air bags, side curtain air bags and the seat belt pretensioners to not function as intended when needed, increasing the risk of occupant injury in the event of a crash.","Ford will notify owners, and dealers will replace the RCM, free of charge. Parts are not currently available. The recall began on May 26,2015. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S21." -09/26/2014,14V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V601000),"Altec Industries, Inc.",Disc Chipper Fasteners may Fail,EQUIPMENT,CSN 604,Vehicle,813,"Altec Industries Inc. (Altec) is recalling certain model year 2011-2014 DC1317 wood chippers manufactured September 1, 2011, to July 14, 2014. In the affected vehicles, the fasteners that attach the chipper cutting disc bearing to the unit may fail and the chipper disc may detach.","If the disc detaches within the housing, there is an increased risk of injury to the operator or those nearby.","Altec has notified owners, and dealers will replace the disc bearing mounting bolts, free of charge. The recall began on October 29, 2014. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 604." -09/26/2014,14V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V598000),"Mercedes-Benz USA, LLC",Possible Loss of Steering Function At Low Speeds,STEERING,2014090008,Vehicle,10509,"Mercedes-Benz USA, LLC (MBUSA) is recalling certain model year 2015 C300 4Matic and C400 4Matic vehicles manufactured March 28, 2014, to September 18, 2014. If the steering coupling interlock mechanism is not locked in place, the sliding shaft, which is part of the steering column, could become disengaged from the steering coupling socket due to vibrations, steering thrust, or load feedback from the road surface.","If the sliding shaft becomes disengaged from the steering coupling socket, the driver may experience noises, steering backlash, and in a worst case, loss of steering control, which may increase the risk of a crash.","MBUSA has notified owners, and dealers will inspect the steering coupling interlock mechanism to verify that it is in the locked position, free of charge. The recall began on October 1, 2014. Owners may contact MBUSA customer service at 1-800-367-6372. MBUSA's number for this recall is 2014090008." -09/26/2014,14V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V596000),Polaris Inc.,Transmission Component Installed Incorrectly,POWER TRAIN,V-14-03 A/B,Vehicle,122,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2015 Victory Cross Country, Cross Country Eightball, Cross Country Tour, Gunner, Hammer Eightball, High-Ball, Magnum, Vision Tour ABS and Vegas Eightball motorcycles manufactured August 11, 2014, to September 2, 2014. The affected motorcycles may have been manufactured with the transmission shift drum detent roller spring incorrectly installed.","If the roller spring is incorrectly installed, the transmission may not shift as intended, potentially causing the operator to lose control, increasing the risk of a crash.","Polaris has notified owners, and dealers will inspect and repair the transmission, free of charge. The recall began on October 9, 2014. Owners may contact Polaris customer service at 1-888-704-5290. Polaris' number for this recall is V-14-03 A/B." -09/26/2014,14V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V599000),"Forest River, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,828,"Forest River, Inc. (Forest River) is recalling certain model year 2006-2014 Glaval Universal, Primetime, Sport, Titan, and Titan II transit and shuttle buses manufactured January 1, 2006, to September 26, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Forest River will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on December 1, 2014. Owners may contact Glaval customer service at 1-800-445-2825 or Ricon customer service at 1-800-322-2884." -09/26/2014,14V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V600000),Collins Bus Corporation,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2332,"Collins Bus Corporation (Collins) is recalling certain model year 2006-2014 Collins and Mid Bus Super Bantam, Grand Bantam, Super Guide, Grand Guide, DE416WR, DH416WR, and DE516WR school buses manufactured January 1, 2006, to June 16, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Collins will notify owners, and dealers will install a supplemental platform support bumper kit. Any platform that has already started cracking will be replaced, free of charge. The began on December 15, 2014. Owners may contact Collins customer service at 1-800-533-1850 or Ricon customer service at 1-800-322-2884." -09/24/2014,14V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V592000),"Daimler Trucks North America, LLC",Propane Fuel Delivery System may Leak,"FUEL SYSTEM, OTHER",FL-667,Vehicle,405,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 FCCC S2G, MT45G, and MT55G truck chassis manufactured September 17, 2013, to August 27, 2014. The affected vehicles may be equipped with LPI fuel rails for 6 and 8 liter engines. The propane fuel injectors in these fuel rails may not be properly secured by the retainer clip and a fuel delivery tube may leak.","Either condition may result in a propane leak which may cause a stall. Additionally, leaking propane in the presence of an ignition source increases the risk of a fire.","DTNA will notify owners, and Daimler Trucks North America authorized service facilities or CleanFuel USA authorized repair facilities will verify the proper installation of the injector retainer clip, and replace any leaking fuel delivery tubes, free of charge. The recall began on November 21, 2014. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-667." -09/24/2014,14V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V595000),Elkhart Coach,Ricon Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,437,"Elkhart Coach (Elkhart) is recalling certain model year 2006-2014 Ford E-350 and Ford E-450 vehicles manufactured January 1, 2006, to May 1, 2014 and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Elkhart will notify owners to take the vehicles to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 1, 2014. Owners may contact Ricon customer service at 1-800-322-2884. Owners may also contact Elkhart customer service at 1-574-264-5179. This recall has been superseded by campaign 15V-768." -09/24/2014,14V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V593000),"General Motors, LLC",Secondary Hood Latch Corrosion,LATCHES/LOCKS/LINKAGES,14456,Vehicle,89294,"General Motors LLC (GM) is recalling certain model year 2013-2015 Chevrolet Spark vehicles manufactured January 17, 2012, to July 29, 2014. The secondary hood latch may prematurely corrode at the latch pivot causing the striker to get stuck out of position, preventing it from properly engaging the hood latch.","If the secondary hood latch corrodes causing the latch to be stuck out of position, and the primary hood latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will replace the striker with a new part which has superior corrosion protection, free of charge. The recall began on January 7, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14456." -09/24/2014,14V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V594000),"Entrans International, LLC",Trailer Suspension Pivot Bolt Failure,SUSPENSION,14E-024,Vehicle,5,"Polar Tank Trailer, LLC (Polar Tank) is recalling certain model year 2014 SRJ7 trailers manufactured January 2, 2014, to January 14, 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Polar Tank will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began on November 24, 2014. Owners may contact Polar Tank customer service at 1-320-746-2255 or SAF-Holland customer service at 1-888-396-6501. Polar Tank's number for this recall is 14E-024." -09/23/2014,14V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V590000),"Daimler Trucks North America, LLC",Fuse may Blow if using both Hazard & Brake Lights,ELECTRICAL SYSTEM,FL-666,Vehicle,4,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Minotour school buses manufactured August 1, 2013, to June 4, 2014. In the affected vehicles, if the hazard and brake lights are used simultaneously, the circuit may be overloaded and cause the fuse to blow.","If the fuse blows, the hazard lights and brake lights will cease to function, increasing the risk of a crash.","DTNA has notified owners, and dealers have replaced the fuses with fuses of a higher amperage, free of charge. The recall began in November 2014. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-666." -09/23/2014,14V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V585000),"Jayco, Inc.",Inadequate Gas Range Venting,EQUIPMENT,9901221,Vehicle,114,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Jay Flight travel trailers, models 264BHW (7V) and 267BHSW (7W), manufactured April 23, 2014, to June 4, 2014. The affected trailers are equipped with the roof AC option, eliminating the roof vent. As such, since the window does not open, there is inadequate venting for the gases emanating from the range.","In the event of a situation where the propane gas continues to flow, if the gas range cannot vent, an ignition source may ignite the propane gas, resulting in a fire.","Jayco will notify owners, and dealers will replace the non-opening window with a window that opens, free of charge. The recall began on October 28, 2014. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall 9901221." -09/23/2014,14V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V588000),"Daimler Trucks North America, LLC",Inverter Causing Fires,EQUIPMENT,FL-668,Vehicle,259,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 Freightliner Cascadia vehicles manufactured May 5, 2014, to August 18, 2014. The affected vehicles are equipped with certain 1100W, 1500W, or 2000W inverters sold as a standalone option with both the Thermo King TriPac EVOLUTION and TriPac-e Auxiliary Power Units (""APU""). The Thermo King inverters provide 120V AC household power to a tractor cabin. The inverters may spark or overheat, resulting in a potential fire.",An inverter fire may result in a vehicle fire.,"DTNA will notify owners, and Thermo King will either replace the inverter free of charge or refund the full purchase price. The recall began on November 14, 2014. Owners may contact Thermo King customer service at 1-866-766-2708. Owners may also contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-668." -09/23/2014,14V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V589000),"Daimler Trucks North America, LLC",Manual Tank Shutoff Valve may Stick Closed,"FUEL SYSTEM, OTHER",FL-669,Vehicle,16,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2013 Freightliner Business Class M2 vehicles manufactured May 29, 2012, to June 11, 2012, and equipped with certain compressed natural gas (CNG) fuel tank systems manufactured by Agility Fuel Systems. In the affected fuel systems, due to a separation of the valve seat from the valve stem, the manual tank shutoff valve can get internally stuck in the closed position while being opened, although the knob may indicate that the valve is open.","If the valve is stuck closed, the flow of fuel would be blocked from the fuel container to the engine. Such a condition poses a safety risk to service personnel as there is no safe way to depressurize the fuel system and service the subject valve when it is stuck in the closed position, increasing the risk of injury to the service personnel. There may also be a small fuel leak through the valve stem when the valve seat becomes detached, increasing the risk of fire. The affected fuel container may also become over-pressurized if the stuck valve goes undetected for a period of time, or is not repaired in a timely manner, and the ambient temperature increases significantly.","DTNA will notify owners, and Agility Fuel Systems dealers will replace the valve seat and stem assembly, free of charge. The recall began in October 2014. Owners may contact DTNA's customer service at 1-800-745-8000 or Agility's customer service at 1-949-236-5520. DTNA's number for this recall is FL-669." -09/23/2014,14V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V591000),"Daimler Trucks North America, LLC",Propane Fuel Delivery System may Leak,"FUEL SYSTEM, OTHER",FL-667,Vehicle,112,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 Thomas Built Buses Saf-T-Liner C2 school buses manufactured September 17, 2013, to August 27, 2014. The affected vehicles may be equipped with LPI fuel rails for 6 and 8 liter engines. The propane fuel injectors in these fuel rails may not be properly secured by the retainer clip and a fuel delivery tube may leak.","Either condition may result in a propane leak which may cause a stall. Additionally, leaking propane in the presence of an ignition source increases the risk of a fire.","DTNA will notify owners, and Daimler Trucks North America authorized service facilities or CleanFuel USA authorized repair facilities will verify the proper installation of the injector retainer clip, and replace any leaking fuel delivery tubes, free of charge. The recall began on November 21, 2014. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-667." -09/23/2014,14V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V587000),"NABI Bus, LLC",Transmission Interlock/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,20146,Vehicle,1338,"NABI Bus, LLC (NABI) is recalling certain model year 2012 31LFW transit buses manufactured April 28, 2012, to December 16, 2012, and 2008-2013 416 transit buses manufactured October 30, 2008, to February 15, 2014. The affected vehicles may not be equipped with a transmission interlock that prevents the wheelchair lift or ramp from being moved from the stowed position unless the transmission is in neutral. As such, the buses fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems for Motor Vehicles.""","If the wheelchair lift or ramp can be removed from the stowed position while the transmission is not in neutral, if the service brakes fail to hold the bus, the bus may move unexpectedly, increasing the risk of injury to the wheelchair lift or ramp user.","NABI will notify owners, and dealers will install a new electrical program that prevents the lift or ramp from being moved from the stowed position unless the transmission is in neutral, free of charge. The recall began in November 2014. Owners may contact NABI customer service at 1-256-241-1298. NABI's number for this recall is 20146." -09/23/2014,14V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V584000),"National Van Builders, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,Ricon2014,Vehicle,45,"National Van Builders, Inc. (National Van) is recalling certain 2007-2014 Ford E-150 and E-250 vehicles manufactured February 26, 2007, to August 19, 2014, and equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","National Van will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 3, 2014. Owners may contact National Van customer service at 1-800-527-7477. National Van's number for this recall is Ricon2014." -09/23/2014,14V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V586000),"Winnebago Industries, Inc.",Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"Winnebago Industries, Inc. (Winnebago) is recalling one model year 2008 Aspect WF726A coach, one model year 2010 Vista WFE32K coach and one model year 2012 Vista WFE36D coach. The affected vehicles are equipped with certain model S2005, S2010, S5005, S5010, S5505, or S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Winnebago will notify owners to take the coaches to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began in October 2014. Owners may contact Ricon customer service at 1-800-322-2884 or Winnebago customer service at 1-800-537-1885." -09/22/2014,14V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V581000),"Nissan North America, Inc.",Electric Drive Motor may Stop Working,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,5412,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Infiniti Q50 hybrid vehicles manufactured December 10, 2012, to June 25, 2014, and Infiniti Q70 hybrid vehicles manufactured November 7, 2013, to May 7, 2014. Due to a software error, the electric motor may stop working while the vehicle is being driven using the electric motor only.",The stall-like condition that occurs when the electric motor stops working may increase the risk of a crash.,"Nissan will notify owners, and dealers will reprogram the motor inverter software, free of charge. The recall began on November1, 2014. Owners may contact Nissan customer service at 1-800-647-7261." -09/22/2014,14V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V579000),"Kalmar Solutions, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",C1545,Vehicle,276,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2014 Ottawa terminal tractors manufactured June 2, 2014, to July 31, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Kalmar will notify owners, and Cummins service centers will replace the fuel filter with a non-defective one, free of charge. Kalmar issued an interim notification to owners on November 10, 2014. The recall is expected to begin in November 2014. Owners may contact Kalmar customer service at 1-785-229-6327. Kalmar's number for this recall is C1545. Owners may also contact Cummins customer service at 1-800-223-4583." -09/22/2014,14V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V578000),Starcraft RV,Inadequate Gas Range Venting,EQUIPMENT,9902221,Vehicle,72,"Starcraft RV is recalling certain model year 2015 AR-One travel trailers, models 28P, 28R, 28U, 28V, 28S, and 28W, manufactured April 23, 2014, to July 18, 2014. The affected trailers are equipped with the roof AC option, eliminating the roof vent. As such, since there is no widow in the kitchen, there is inadequate venting for the gases emanating from the range.","In the event of a situation where the propane gas continues to flow, if the gas range cannot vent, an ignition source may ignite the propane gas, resulting in a fire.","Starcraft RV will notify owners, and dealers will install a range hood that vents to the outside of the trailer, free of charge. The recall begin on October 28, 2014. Owners may contact Starcraft RV customer service at 1-800-945-4787. Starcraft RV's number for this recall is 9902221." -09/22/2014,14E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E063000),"Auto Pro USA, Inc.",Steering Hub Adapters may cause Wheel Misalignment,STEERING,SWA1002 blk/chrome,Equipment,255,"Auto Pro USA, Inc. (Auto Pro) is recalling certain aftermarket accessory Steering Hub Adapters, part number SWA1002 (black/chrome), sold from June 2013 through July 2014 for use on 1969 and 1970 Camaros. The affected steering hub adapters may cause the steering wheel to become misaligned in reference to the wheels.",If the steering wheel becomes misaligned in relation to the wheels of the vehicle there is an increased risk of a crash.,"Auto Pro will notify owners, and will replace the parts with new parts from a different company, free of charge. The recall began in September 2014. Owners may contact Auto Pro customer service at 1-310-637-4500. Auto Pro's number for this recall is SWA1002 blk/chrome." -09/22/2014,14E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E064000),"Auto Pro USA, Inc.",Steering Hub Adapters may cause Wheel Misalignment,STEERING,SWA1001 blk /chrome,Equipment,228,"Auto Pro USA, Inc. (Auto Pro) is recalling certain aftermarket accessory Steering Hub Adapters, part number SWA1001 (black/chrome), sold from June 2013 through July 2014 for use on 1967 and 1968 Camaros. The affected steering hub adapters may cause the steering wheel to become misaligned in reference to the wheels.",If the steering wheel becomes misaligned in relation to the wheels of the vehicle there is an increased risk of a crash.,"Auto Pro will notify owners, and will replace the parts with new parts from a different company, free of charge. The recall began in September 2014. Owners may contact Auto Pro customer service at 1-310-637-4500. Auto Pro's number for this recall is SWA1001 blk/chrome." -09/22/2014,14V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V582000),"Nissan North America, Inc.",Transmission Housing may Fracture,POWER TRAIN,NR (Not Reported),Vehicle,817,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Infiniti Q50 hybrid vehicles manufactured October 16, 2013, to January 27, 2014, and Infiniti Q70 hybrid vehicles manufactured November 7, 2013, to December 10, 2013. The affected vehicles may have been assembled with transmissions whose housings were damaged during their manufacturing.","The damaged housings could crack and fracture, creating road debris and disabling the vehicle, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect the transmission assembly and replace it if cracks are found, free of charge. The recall began on November 10, 2014. Owners may contact Nissan customer service at 1- 800-647-7261." -09/22/2014,14V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V583000),"Nissan North America, Inc.",Vehicle may Gradually Accelerate Unexpectedly,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6562,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2014 Infiniti M35 hybrid vehicles manufactured April 7, 2012, to September 9, 2013, 2014 Infiniti Q50 hybrid vehicles manufactured December 10, 2012, to July 15, 2014, and 2014-2015 Infiniti Q70 hybrid vehicles manufactured April 9, 2010, to May 7, 2014. Due to a software error, In the affected vehicles, if the signal is lost from one of the two throttle position sensors (TPS), the engine control module (ECM) will go into a fail-safe mode, partially closing the throttle chamber. Should the lost signal be restored, the throttle chamber may open, regardless of the position signal from the TPS.",The vehicle may gradually accelerate due to the throttle chamber reopening. This unexpected acceleration may increase the risk of a crash.,"Nissan will notify owners, and dealers will reprogram the ECM, free of charge. The recall began on November 10, 2014. Owners may contact Nissan customer service at 1-800-647-7261." -09/19/2014,14V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V575000),Turtle Top,Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,Equipment #14E-034,Vehicle,2,"Turtle Top is recalling certain model year 2013 Odyssey XL transit buses manufactured January 29, 2013, to July 9, 2013, built on Ford F-550 chassis, and equipped with Liquid Spring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Turtle Top customers were notified by LiquidSpring, and LiquidSpring dealers will install a new re-designed bracket, free of charge. The recall began on September 9, 2014. Owners may contact Turtle Top customer service at 1-800-296-2105." -09/19/2014,14V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V570000),"General Motors, LLC",Driver Air Bag may Separate from Steering Wheel,AIR BAGS,14594,Vehicle,89,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Corvette vehicles manufactured August 20, 2014, to August 27, 2014. In the event of a driver frontal air bag deployment, the driver air bag module back plate may fracture, allowing the driver air bag to separate from the steering wheel.",An air bag that separates from the steering wheel may increase the risk of injury to the driver in the event of a crash.,"GM will notify owners, and dealers will replace the driver side air bag, free of charge. The recall began on October 29, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14594." -09/19/2014,14V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V573000),"Navistar, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,782,"Navistar, Inc. (Navistar) is recalling certain model year 2015 IC Bus CE school buses manufactured May 13, 2014, to July 24, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter with a non-defective one, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Navistar customer service at 1-800-448-7825 or Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545." -09/19/2014,14V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V572000),"Navistar, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1050,"Navistar, Inc. (Navistar) is recalling certain model year 2015 International Durastar vehicles manufactured May 9, 2014, to July 22, 2014, and 2015 IC Bus CE Commercial buses manufactured June 5, 2014, to June 6, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter with a non-defective one, free of charge. The notification schedule for this recall ran July 29 to December 31, 2014. Owners may contact Navistar customer service at 1-800-448-7825 or Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545." -09/19/2014,14V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V576000),Toyota Motor Engineering & Manufacturing,Fuel may Leak from Fuel Delivery Pipe,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15872,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Toyota Avalon, Camry, Sienna, and Highlander and model year 2015 Lexus RX350 vehicles. Fuel may leak from the one of the fuel delivery pipes in the engine compartment.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Toyota will notify owners, and dealers will replace any of the suspect fuel delivery pipes free of charge. The recall began November 17, 2014. Owners may contact Toyota customer service at 1-800-331-4331." -09/19/2014,14V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V571000),"General Motors, LLC",Possible Loose Rear Suspension Toe Adjuster Link,SUSPENSION,14457,Vehicle,290241,"General Motors LLC (GM) is recalling certain model year 2010-2015 Cadillac SRX vehicles manufactured April 14, 2009, to September 1, 2014, and 2011-2012 Saab 9-4X vehicles manufactured February 1, 2011, to September 13, 2011. On the affected vehicles, the jam nut in the rear suspension toe adjuster link may not be torqued to the proper specification. A loose toe adjuster link can cause the vehicle to sway or wander at highway speeds. A loose toe adjuster link may lead to thread damage and eventual failure. Failure of the toe adjuster link will cause an abrupt change in the vehicle's alignment.","Failure of the toe adjuster link could cause a loss of vehicle control, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the torque of the left and right rear toe link adjuster lock nuts, and replace the parts if there is evidence of damage or a loose link, free of charge. The The recall began November 11, 2014. Owners may contact Cadillac customer service at 1-800-458-8006 or Saab customer service at 1-800-955-9007. GM's number for this recall is 14457." -09/19/2014,14V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V577000),"Subaru of America, Inc.",Trailer Hitch Assembly may be Incorrectly Torqued,TRAILER HITCHES,WQN-50,Vehicle,56,"Subaru of America, Inc. (Subaru) is recalling certain model year 2015 Outback vehicles manufactured January 22, 2014, to August 18, 2014, and equipped with a Subaru accessory trailer hitch assembly. During installation, the trailer hitch mounting nuts may have been overtightened, potentially resulting in failure of the trailer hitch mounting studs.","The mounting nut(s) may not provide sufficient force to remain attached to the studs or the studs themselves might break. If this were to happen while a trailer is being towed, the driver might not be able to operate the vehicle as desired or the trailer may detach from the vehicle. Either situation could increase the risk of a crash.","Subaru will notify owners, and dealers will replace all eight mounting nuts for the trailer hitch assembly, and will inspect all eight mounting studs for damage, free of charge. The recall began on October 7, 2014. Owners may contact Subaru customer service at 1-800-782-2783. Subaru's number for this recall is WQN-50." -09/19/2014,14V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V574000),"Navistar, Inc.",Weld at Exhaust Manifold may Crack,ENGINE AND ENGINE COOLING,61401-C,Vehicle,6481,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2012 Workhorse W62 Commercial Chassis manufactured June 21, 2010, to October 2, 2012. In the affected vehicles, the weld joining the right hand side exhaust down pipe to the exhaust manifold may fatigue.","A failure of the weld may allow hot exhaust gases to enter the engine compartment, increasing the risk of a fire.","Navistar will notify owners, and dealers will install support brackets on the right and left hand exhaust down pipes and a catalyst spacer bar to prevent swaying. Any cracked down pipes will be replaced. These repairs will be performed free of charge. The recall began on November 17, 2014. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 61401-C." -09/17/2014,14V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V569000),Van Hool N.V.,Front Steering Knuckle Carrier may Crack,STEERING,P732,Vehicle,158,"Van Hool N.V. (Van Hool) is recalling certain model year 2011-2013 TD925 vehicles manufactured December 17, 2010, to February 14, 2013. In the affected vehicles, the front steering knuckle carrier may crack.","Cracking of the steering knuckle carrier may result in its total failure, allowing a wheel to separate from the vehicle, increasing the risk of a crash.","Van Hool designated agent ABC Bus Companies will notify owners, and dealers will replace the front steering knuckle carriers if they are affected, free of charge. The recall began on November 3, 2014. Owners may contact ABC Bus Companies customer service at 1-800-222-2875. Van Hool's number for this recall is P732." -09/17/2014,14V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V566000),"Daimler Trucks North America, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",FL-664,Vehicle,6759,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner 108SD, 114SD, and M2 Business Class; Thomas Built Buses HDX; Western Star 4700; and FCCC MBC, MC, MT45, MT55, S2C 106CAB, Sport M2 106, XBR, XBS, XCL,XCM, XCR, and XCS vehicles manufactured May 2, 2014, to July 31, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners on behalf of DTNA, and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began on September 29, 2014. Owners may contact DTNA customer service at 1-800-745-8000 or Cummins customer service at 1-800-223-4583. DTNA's number for this recall is FL-664." -09/17/2014,14V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V567000),"Chrysler (FCA US, LLC)",Ignition Switch may Turn off,ELECTRICAL SYSTEM,P57,Vehicle,292798,"Chrysler Group LLC (Chrysler) is recalling certain model year 2008 Chrysler 300 vehicles manufactured May 31, 2007, to May 12, 2008, Dodge Magnum vehicles manufactured May 23, 2007, to May 12, 2008, Dodge Charger vehicles manufactured May 24, 2007, to May 12, 2008, Jeep Commander vehicles manufactured April 3, 2007, to May 12, 2008, and Jeep Grand Cherokee vehicles manufactured March 21, 2007, to May 12, 2008. In the affected vehicles, the ignition key (FOBIK) may not return to the ""ON"" position after being rotated to the ""START"" position, instead sticking between the two positions. Potentially, while the vehicle is being driven, the ignition may inadvertently move through the ""RUN"" position to the ""ACCESSORY"" or ""OFF"" ignition position, turning off the engine.","If the ignition stays between ""START"" and ""ON"" positions it could cause loss of certain electrical functions. If the ignition key inadvertently moves into the ""OFF"" or ""ACCESSORY"" position, the engine will turn off, which will then depower various key safety systems including but not limited to air bags, power steering, and power braking. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the ignition switch and key FOBs, free of charge. The recall began August 19, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P57." -09/17/2014,14V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V568000),"General Motors, LLC",Parking Brake may Only Work on One Wheel/FMVSS 135,PARKING BRAKE,14620,Vehicle,783,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Corvette vehicles manufactured August 20, 2014, to September 4, 2014. In the affected vehicles, only one of the rear parking brake cables may be fully seated and engaged, resulting in the parking brake only operating on one of the rear park brake drums. Without the parking brake working on both rear wheels, the vehicle may roll away if parked on a steep gradient. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 135, ""Light Vehicle Brake Systems.""","If the parking brake cable isn't fully seated and engaged on both of the rear park brake drums, the vehicle may roll away if parked on a steep gradient, increasing the risk of a crash.","GM will notify owners, and dealers will inspect and correct the park brake cable installation, as necessary, free of charge. The recall began on October 31, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14620." -09/16/2014,14E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E062000),RevZilla Motorsports LLC,Size Labeling Inadequate/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,87,"RevZilla Motorsports LLC (RevZilla) is recalling certain model LaZer Monaco Pure Glass, Roadster PG, and Window PG motorcyle helmets, models MLD035010-D00L, MLD035010-M10L, MLD035010-S00L, MLD035010-T10L, MLD035020-OD0L, and MLD035040-2C0L, size large only. The affected helmets may not be adequately labeled with the correct size information. Thus, these helmets fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","A helmet that is inadequately labeled may not fit the occupant properly, therefore reducing the protection offered in the event of a crash.","RevZilla will notify owners, and replace the helmet liner with one that has a permanent discrete size label attached, free of charge. The recall began December 1, 2014. Owners may contact RevZilla customer service at 1-877-792-9455." -09/15/2014,14V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V565000),"Nissan North America, Inc.",Secondary Hood Latch may Bind and not Latch,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,220423,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013 Nissan Altima vehicles manufactured March 6, 2012, to February 28, 2013. In the affected vehicles, interference between the hood inner panel and the secondary latch lever, in combination with debris and corrosion, may cause the secondary hood latch to bind and remain in the unlatched position when the hood is closed.","If the primary latch is inadvertently released and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will be instructed to modify the bend angle of the hood actuation lever to eliminate potential interference with the hood inner panel. In addition, dealers will clean and lubricate the latch joint as needed. If significant corrosion is observed, the latch assembly will be replaced. This repairs will be performed free of charge. The recall began on October 20, 2014. Owners may contact Nissan customer service at 1-800-647-7261." -09/12/2014,14V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V558000),"Halcore Group, Inc.",Bracket for Suspension Fluid Tank may Fracture,SUSPENSION,NR (Not Reported),Vehicle,29,"Halcore Group, Inc. (Halcore) is recalling certain model year 2014 Horton ambulances, models 403, 453, 457, 603, and 623 manufactured February 1, 2014, and August 31, 2014, and equipped with Liquid Spring-brand aftermarket suspension kits. The mounting bracket that attaches the suspension fluid tank to the frame may fail, allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Halcore will notify owners, and Halcore dealers will install a re-designed bracket, free of charge. The recall began in October 2014. Owners may contact Halcore customer service at 1-614-539-8181. Owners may also contact Liquid Spring customer service at 1-765-474-7816 extension 109." -09/12/2014,14V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V560000),"Mitsubishi Motors North America, Inc.",Brake Booster Switch Crack,"SERVICE BRAKES, HYDRAULIC",SR-14-008,Vehicle,2,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2011 Outlander Sport vehicles manufactured on September 3, 2010. In the affected vehicles, the switch sleeve in the brake booster may crack and prevent the brake pedal from returning properly.","If the pedal is unable to move back to the proper position, the vehicle may not move as expected, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will inspect the brake booster, replacing it as necessary, free of charge. The recall began in October 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-008." -09/12/2014,14V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V564000),"Mitsubishi Motors North America, Inc.",Brake Lamp Switch may not Function,EXTERIOR LIGHTING,SR-14-010,Vehicle,37145,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2007-2009 Outlander vehicles manufactured December 15, 2006, to October 31, 2007, and April 16, 2008, to August 22, 2009. In the affected vehicles, the brake light switch may malfunction causing the brake lights to not illuminate during brake application.","Brake lights that are inoperative would not warn other drivers that the vehicle is stopping, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the brake light switch with a new one, free of charge. The recall began in mid-October 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-010. Note: This recall is an expansion of recall 08V-680 and does not include any vehicles that were previously recalled." -09/12/2014,14V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V559000),Lion Electric Company,Ceiling Joint Missing Adhesive/FMVSS 221,STRUCTURE,NR (Not Reported),Vehicle,9,"Lion Bus Inc. (Lion Bus) is recalling certain model year 2013 and 2014 360 school buses manufactured August 30, 2012, to December 14, 2012. Adhesive may not have been applied properly to the joint between the metal ceiling panels. As such, the buses may not meet the requirements of Federal Motor Vehicle Safety Standard No. 221, ""School Bus Body Joint Strength.""","In the event of a crash, the metal ceiling joint may split apart, increasing the risk of injury to the passengers.","Lion Bus will notify owners, and dealers will install rivets to the two ceiling joints to add strength to the joints, free of charge. The recall began in November 2014. Owners may contact Lion Bus customer service at 1-855-546-6706." -09/12/2014,14V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V562000),"Mitsubishi Motors North America, Inc.",Drive Belt may Detach due to Worn Engine Pulley,ENGINE AND ENGINE COOLING,SR-14-009,Vehicle,165923,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2008-2011 Lancer, Lancer Evolution, and Outlander; 2009-2011 Lancer Sportback, Lancer Rilliart, and Lancer Sportback Ralliart; and 2011 Outlander Sport vehicles. The affected vehicles, manufactured with 4B1 engines, have an engine pulley and belt arrangement for turning the alternator, the cooling fan and the power steering pump (if equipped). These pulleys may experience unusual wear and allow for belt detachment.","If the drive belt detaches, the battery may discharge, resulting in an engine stall, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the drive belt with a rubber belt. Drive pulleys that are excessively worn will be replaced. These repairs will be performed free of charge. The recall began on October 15, 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-009." -09/12/2014,14V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V561000),"Jayco, Inc.",Roof Ladder May be Installed on Wrong Side,EQUIPMENT,9901220,Vehicle,36,"Jayco, Inc. (Jayco) is recalling certain model year 2015 19RD (TP) Jay Flight trailers manufactured May 19, 2014, to May 21, 2014. The affected trailers may have been manufactured with the roof ladder installed on the door side of the trailer. This incorrect location does not have a reinforcing backer to hold the ladder to the trailer.","If the ladder does not have the support of the backer, when the ladder is used, the screws can pull out of the trailer wall and the ladder may give, increasing the risk of injury to the ladder user.","Jayco will notify owners, and dealers will inspect the placement of the ladder, and install a backer if the ladder is installed on the wrong side, free of charge. The recall began on September 30, 2014. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901220." -09/11/2014,14V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V555000),Volvo Trucks North America,Brake Caliper Bolts may be Improperly Tightened,"SERVICE BRAKES, AIR",RVXX1403,Vehicle,3175,"Volvo Trucks North America (Volvo) is recalling certain model year 2014-2015 VAH, VNL, and VNM trucks manufactured March 4, 2013, to April 28, 2014. Due to the bolts holding the disc brake caliper to the backing plate not being tightened to the specified torque, the disc brake caliper may detach from the backing plate.","If the disc brake caliper detaches from the backing plate it can affect the brakes to that particular wheel causing the vehicle to ""pull"" to the left or right, increasing the risk of a crash.","Volvo will notify owners, and dealers will inspect and tighten the bolts to specification, as necessary, free of charge. The recall began October 10, 2014. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1403." -09/11/2014,14V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V554000),"Mack Trucks, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",SC0384,Vehicle,78,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 GU trucks manufactured April 28, 2014, to June 19, 2014. The Cummins ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners, and Cummins Service Centers will replace the fuel filter with a non-defective one, free of charge. The recall began on September 2014. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0384. Owners may also contact Cummins customer service at 1-800-223-4583." -09/11/2014,14V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V557000),Volvo Trucks North America,Incorrect Software Settings may cause Engine Stall,ELECTRICAL SYSTEM,RVXX1404,Vehicle,46,"Volvo Trucks North America (Volvo) is recalling certain model year 2015 VNL and VNX trucks manufactured January 7, 2014, to June 5, 2014, and equipped with a D16 engine. Due to the engine control unit having an incorrect parameter setting in the software, the engine may stall.",An engine stall while driving increases the risk of a crash.,"Volvo will notify owners, and dealers will update the engine control unit software, free of charge. The recall began in October 2014. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1404." -09/11/2014,14V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V556000),Toyota Motor Engineering & Manufacturing,Possible Improper Side-Curtain Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,132624,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Toyota Tundra CrewMax and Double Cab vehicles manufactured July 29, 2013, to August 22, 2014. Due to the possible misinstallation of the upper tab of the B-pillar interior trim, the Curtain-Shield Air Bags (CSA) may not deploy properly in the event of a crash.",If the Curtain-Shield Air Bags (CSA) do not deploy properly there is an increased risk of occupant injury during a crash.,"Toyota will notify owners, and dealers will inspect the B-pillar interior trim installation and will replace it if it is not installed correctly, free of charge. Owners may contact Toyota customer service at 1-800-331-4331." -09/11/2014,14V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V553000),"Mack Trucks, Inc.",Seat Belts may Detach,SEAT BELTS,SC0383,Vehicle,381,"Mack Trucks, Inc. (Mack) is recalling certain 2015 CHU, CXU, and GU trucks manufactured June 4, 2014, through June 18, 2014. In the affected vehicles, the bolts that attach the seat belt to the seat frame may not have been torqued to the required specification. This could cause the bolts to loosen over time, allowing the seat belt to detach.","If the seat belt detaches from its mounts, the seat belt would fail to properly restrain to the seat occupant, increasing the risk of injury in the the event of a crash.","Mack will notify owners, and dealers will tighten the bolts to the required specification, free of charge. The recall began in October 2014. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0383." -09/10/2014,14V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V547000),"Gillig, LLC",Air Brake Supply Lines Crossed/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,90,"Gillig LLC (Gillig) is recalling certain model year 2014 Lowfloor transit buses manufactured January 2, 2014, to March 6, 2014. In the affected vehicles, the air brake system supply lines from the primary and secondary air tanks to the brake valves may have been crossed at the bulkhead during assembly. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","If the primary and secondary air brake supply lines from the tanks to the brake valve are crossed and the vehicle loses pressure in the primary tank, the vehicle service brake system performance may be reduced. In the case of a total loss of primary tank air pressure, the service brake system will not function. If the service brake system does not function or performance is reduced, an application of the brake pedal by the vehicle operator may not slow or stop the vehicle as expected, increasing the risk of a crash.","Gillig will notify owners, and dealers will correct the installation of the primary and secondary brake supply lines, free of charge. The recall began on October 17, 2014. Owners may contact Gillig customer service at 1-800-735-1500." -09/10/2014,14V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V548000),"Triumph Motorcycles America, Ltd.",Bolts at Steering Head could Loosen,STEERING,Service bulletin 501,Vehicle,1368,"Triumph Motorcycles America, LTD (Triumph) is recalling certain model year 2012-2013 Triumph Street Triple and Street Triple R motorcycles manufactured July 1, 2012, to October 1, 2013, and equipped with ABS. In the affected motorcycles, the four bolts that secure the two cable guides on either side of the headstock do not contain threadlock. As a result, the bolts could loosen.","If the bolts loosen, steering movement could be restricted, increasing the risk of a crash.","Triumph will notify owners, and dealers will replace the four bolts with new bolts containing threadlock, free of charge. The recall began on November 7, 2014. Owners may contact Triumph customer service at 1-678-854-2010. Triumph's number for this recall is Service Bulletin 501." -09/10/2014,14V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V551000),"Mack Trucks, Inc.",Engine Control Unit Software may cause Stall,ENGINE AND ENGINE COOLING,SC0382,Vehicle,19,"Mack Trucks, Inc. (Mack) is recalling certain model year 2015 Titan trucks manufactured January 17, 2014, to May 23, 2014. Due to an incorrect parameter setting in the software for the engine control unit, the engine may stall.",An engine stall may increase the risk of a crash.,"Mack has notified owners, and dealers will reprogram the engine control unit, free of charge. The recall began on October 22, 2014. Owners may contact Mack customer service at 1-800-528-6586. Mack's number for this recall is SC0382." -09/10/2014,14E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E061000),"Omix Ada, Inc",Floor Mats May Interfere With Pedal Movement,EQUIPMENT,RRmat 1-14,Equipment,45524,"Omix Ada, Inc. (Omix Ada) is recalling certain Rugged Ridge All Terrain floor mats, Cabela's Custom-Fit floor mats, Line-X Truck Gear floor mats, and Tread Lightly aftermarket floor mats manufactured November 1, 2009, to August 27, 2014, for aftermarket use in Chevrolet and GMC full size trucks and SUV's. The affected floor mats may move forward unintentionally.","If the floor mats move forward unintentionally, they can interfere with the movement of the accelerator pedal, preventing its return to an idle position, which could result in unintended vehicle speeds, increasing the risk of a crash.","Omix Ada will notify its wholesale customer and will provide owners with a floor liner anchor and hook to secure the floor mats, free of charge. Owners may also have the floor liner anchor and hooks installed by an Omix designated service center free of charge. The recall began on October 15, 2014. Owners may contact Omix Ada customer service at 1-844-642-7625. Omix Ada's number for this recall is RRmat 1-14." -09/10/2014,14V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V550000),"Yamaha Motor Corporation, USA",Headlight Harness may be too Short,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5300,"Yamaha Motor Corporation, USA (Yamaha) is recalling certain model year 2014 Yamaha FZ09 motorcycles manufactured August 1, 2013, to August 29, 2014. The affected motorcycles may have a headlight harness that is too short and when the handlebars are turned fully to the left or right the harness may break near the coupler or coupler may disconnect from the headlight bulb.","If the harness breaks or the coupler detaches from the headlight, the headlight will go out, reducing the rider's visibility and increasing the risk of a crash.","Yamaha will notify owners, and dealers will install a sub-harness to lengthen the headlight harness, free of charge. The recall is expected to begin on September 22, 2014. Owners may contact Yamaha customer service at 1-800-962-7926." -09/10/2014,14V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V552000),Mazda North American Operations,Motor Electronics Coolant Pump Failure,HYBRID PROPULSION SYSTEM,7814I,Vehicle,423,"Mazda North American Operations (Mazda) is recalling certain model year 2008 Mazda Tribute Hybrid vehicles manufactured October 10, 2006, to May 23, 2008. The coolant pump for the hybrid system may fail, resulting in the hybrid electronics overheating.","If the hybrid electronics system overheats, it may shut down the powertrain, resulting in a stall-like condition, increasing the risk of a crash.","Mazda will notify owners, and dealers will replace the original Motor Electronics Coolant (MEC) Pump with an improved brushless pump, free of charge. The recall began November 5, 2014. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 7814I." -09/10/2014,14V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V549000),Keystone RV Company,Non GFCI 120V Receptacle Increases Risk of Shock,EQUIPMENT,14-216,Vehicle,198,"Keystone RV Company (Keystone) is recalling certain model year 2014-2015 Hideout 308BHDS fifth wheel trailers manufactured October 2, 2013, to August 8, 2014. The affected trailers may have been built with a 120V outlet in the exterior kitchen that is not part of the GFCI protected circuit.",An outlet that is not part of the GFCI protected circuit has an increased risk of providing an electrical shock if an electrical fault exists in an appliance plugged into the receptacle.,"Keystone has notified owners, and dealers will verify that the outside kitchen outlet is on a GFCI circuit, replacing it as necessary, free of charge. The recall began on September 15, 2014. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 14-216." -09/09/2014,14V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V543000),"General Motors, LLC",Driver's Frontal Air Bag may not Deploy Properly,AIR BAGS,14537,Vehicle,304,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Sonic vehicles manufactured July 28, 2014, to August 1, 2014. Due to a loss of electrical connection in the steering column, in the event of a severe crash, the driver's frontal air bag deployment may be limited to the first-stage deployment only instead of the intended first-stage and second-stage deployments.","If only the first-stage of the driver's frontal air bag deploys without the additional second-stage, the driver has an increased risk of injury during a crash.","GM will notify owners, and dealers will test the terminals in the IP harness clock spring coil connector and replace any loose terminals, free of charge. The recall began in October 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14537." -09/09/2014,14V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V541000),"General Motors, LLC",Electronic Parking Brake may Drag,PARKING BRAKE,14471,Vehicle,205309,"General Motors LLC (GM) is recalling certain model year 2013-2015 Cadillac XTS vehicles manufactured February 14, 2012, to August 22, 2014, and 2014-2015 Chevrolet Impala vehicles manufactured November 5, 2012, to September 2, 2014. In the affected vehicles, the electronic parking brake piston actuation arm may not fully retract causing the brake pads to stay partially engaged.",Brake pads that remain partially engaged with the rotors may cause excessive brake heat that may result in a fire.,"GM will notify owners, and dealers will update the electronic parking brake software, free of charge. The recall began on October 28, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020, or Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14471." -09/09/2014,14V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V542000),"General Motors, LLC",Fuel Pump Electrical Terminal Overheating,"FUEL SYSTEM, GASOLINE",14405,Vehicle,10005,"General Motors LLC (GM) is recalling certain model year 2004-2007 Cadillac CTS-V vehicles manufactured October 6, 2003, to March 15, 2007, and 2006-2007 Cadillac STS-V vehicles manufactured June 23, 2005, to March 15, 2007. In the affected vehicles, the electrical terminals of the fuel pump module may overheat resulting in the melting of the flange material.","If the flange melts, a hole may be created allowing the fuel pump to leak fuel, causing the vehicle to stall, increasing the risk of a vehicle crash. Additionally, leaking fuel in the presence of an ignition source increases the risk of a fire.","GM will notify owners, and dealers will replace the fuel module and fuel tank jumper harness, free of charge. GM sent out interim notices in late October. The recall began on March 12, 2015. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14405." -09/09/2014,14V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V540000),"General Motors, LLC",Knee Contact may Turn Ignition Switch Off,ELECTRICAL SYSTEM,14445,Vehicle,47043,"General Motors LLC (GM) is recalling certain model year 2011-2013 Chevrolet Caprice vehicles manufactured October 15, 2010, to December 6, 2013, and 2008-2009 Pontiac G8 vehicles manufactured July 25, 2007, to February 18, 2009. In the affected vehicles, the driver may accidentally hit the ignition key with their knee, unintentionally knocking the key out of the run position, turning off the engine.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury. Additionally, a key knocked out of the run position could cause loss of engine power, power steering, and power braking, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will remove the key blade from the original flip key/RKE transmitter assemblies, and cut and fit a revised key blade and housing assembly, in which the blade has been indexed by 90 degrees, to the original RKE transmitter assembly. GM issued an interim notification to owners on December 31, 2014. The recall began on February 4, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020 and Pontiac customer service at 1-800-762-2737. GM's number for this recall is 14445. Note: Until the recall has been performed, it is very important that drivers adjust their seat and steering column to allow clearance between their knee and the ignition key." -09/09/2014,14V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V545000),"Mack Trucks, Inc.",No Cruise Control Visual And Audible Alerts,FORWARD COLLISION AVOIDANCE,SC0381,Vehicle,538,"Mack Trucks, Inc. (Mack) is recalling certain model year 2013-2015 CXU and 2014-2015 CHU trucks manufactured August 23, 2012, through June 27, 2014, and equipped with adaptive cruise control. Due to a software error, the affected vehicles may not provide visual or audible alerts to the driver warning them that an obstruction in the road was detected.","If the driver is not warned of something being in the truck's path, there is an increased risk of a crash.","Mack will notify owners, and dealers will reprogram the vehicle control unit, free of charge. The recall began on September 30, 2014. Owners may contact Mack customer service at 1-800-866-1177. Mack's number for this recall is SC0381." -09/09/2014,14E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E060000),Cleanfuel USA,Propane Fuel Delivery Rail Leaks,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,965,"Clean Fuel USA (Clean Fuel) is recalling certain LPI fuel rails for 6 and 8 liter engines, part numbers FRX0075 and FRX0067. In the affected fuel rails, the propane fuel injectors may not be properly secured by the retainer clip and the fuel delivery tube may leak.","Either condition may result in a propane leak which may cause a stall. Additionally, leaking propane in the presence of an ignition source increases the risk of a fire.","Clean Fuel will notify owners, and dealers will verify the proper installation of the injector retainer clip, and replace any leaking fuel delivery tubes, free of charge. The recall began September 24, 2014. Owners may contact Clean Fuel customer service at 1-877-234-1722." -09/09/2014,14V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V546000),Vanguard National Trailer Corporation,Trailer Suspension Pivot Bolt Failure,SUSPENSION,14E024,Vehicle,311,"Vanguard National Trailer Corporation (Vanguard) is recalling certain model year 2014 VIP and VXP trailers manufactured October 10, 2013, to April 24, 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Vanguard will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began in September 2014. Owners may contact Vanguard customer service at 1-888-253-3008, or SAF-Holland customer service at 1-888-396-6501. Vanguard's number for this recall is 14E024." -09/09/2014,14V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V544000),"General Motors, LLC","Transmission On Police Vehicles/FMVSS 102, 114",POWER TRAIN,14549,Vehicle,7598,"General Motors LLC (GM) is recalling certain model year 2011-2013 Chevrolet Caprice vehicles manufactured March 24, 2011, to December 6, 2013. The affected vehicles are Police Patrol Vehicles (PPV), equipped with a specific transmission selector lever that contains two pins that can become displaced. If the pins get displaced, the driver may be able to shift the vehicle from ""Park"" without depressing the brake pedal or remove the ignition key without the transmission being in ""Park."" As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standards No. 102, ""Transmission Shift Position Sequence, Starter Interlock, And Transmission Braking Effect"", and No. 114, ""Theft Protection And Rollaway Prevention.""","If the transmission can be moved from ""Park"" without depressing the brake pedal, unintended motion may occur increasing the risk of a crash. Additionally, if the ignition key can be removed without the transmission being in ""Park,"" the vehicle may roll away, increasing the risk of injury to exiting occupants and bystanders.","GM will notify owners, and dealers will replace the shift lever roll pin, replace the base pivot pin and attach a Brake Transmission Shift Interlock retention enhancement clip, free of charge. The recall began on October 27, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14549." -09/08/2014,14V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V539000),Toyota Motor Engineering & Manufacturing,Lower ball joint may Detach,SUSPENSION,NR (Not Reported),Vehicle,2501,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 FJ Cruiser vehicles equipped with an optional ""Trail Teams Ultimate Edition"" package, in which the front shock absorbers and springs were replaced at vehicle processing centers. In some of these vehicles the bolts which secure the front lower ball joint to the steering knuckle and/or the front suspension lower arm to the front cross member assemblies might have been tightened with insufficient torque when the front shock absorbers and springs were replaced during the installation process.","In this condition, one or both bolts could become loose during driving and fall out. If both bolts fall out from the front lower ball joint or the front suspension lower arm, these components could detach from the steering knuckle or the front cross members, causing a loss of steering control, which could increase the risk of a crash.","Toyota will notify owners of vehicles with the optional package installed, and dealers will inspect the torque of the bolts. If the bolts are found to be loose, dealers will retighten them to the proper torque. For any missing bolts, dealers will install new ones. The recall began on November 7, 2014. Owners may contact toyota at 1-800-331-4331." -09/05/2014,14V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V537000),Harley-Davidson Motor Company,Clutch may not Remain Disengaged,POWER TRAIN,0159 & 0160,Vehicle,105746,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014 Electra Glide Ultra Classic (FLHTCU), Ultra Limited (FLHTK), Police Electra Glide (FLHTP), Street Glide Special (FLHXS), Street Glide (FLHX), Tri Glide Ultra (FLHTCUTG), CVO Limited (FLHTKSE), CVO Road King (FLHRSE), CVO Breakout (FXSBSE), Electra Glide Ultra Classic Twin Cooled (FLHTCUTC), Ultra Limited Shrine (FLHTK SHRINE), Street Glide Shrine (FLHX SHRINE), and CVO Softail Deluxe (FLSTNSE). In the affected motorcycles, a component in the clutch master cylinder may fail, reducing the pressure available to keep the clutch disengaged.","If the clutch does not remain disengaged, the motorcycle may creep forward while the rider intends to be stopped, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will rebuild the affected clutch master cylinders, free of charge. The recall began on September 17, 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0159 & 0160." -09/05/2014,14V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V536000),Harley-Davidson Motor Company,Fuel Filler Neck And Cap Not Sealing Properly,"FUEL SYSTEM, GASOLINE",0161,Vehicle,867,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2015 XG500 and XG750 motorcycles manufactured June 11, 2014, to August 14, 2014. The fuel tank filler neck may be insufficiently flat, preventing the fuel cap from sealing properly.","If the fuel cap doesn't properly seal, fuel may leak, increasing the risk of a vehicle fire.","Harley-Davidson will notify owners, and dealers will inspect the motorcycle and test to see if fuel can leak from under the fuel cap. Any motorcycle that leaks fuel from under the fuel cap will have its gas tanked replaced, free of charge. The recall began in late September 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0161." -09/04/2014,14V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V532000),"New Flyer of America, Inc.",Brake Pedal Piston may Bind or Drag,"SERVICE BRAKES, AIR",R14-019,Vehicle,731,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2013 XD35, XDE35, XE40, and 2013-2014 XD40, XD60, XDE40, XDE60, XN35, XN40, and XN60 transit buses. During installation, the Brake Pedal Mounting Plate may have been clamped between the Brake Pedal Assembly and the Brake Valve Actuator (BVA) resulting in a misalignment and binding of the internal piston in the BVA.",The binding of the piston may result in increased resistance while applying the brakes and the potential for brake drag once the brake pedal is released. These conditions increase the risk of a crash.,"New Flyer will notify owners and will replace the brake pedal mounting plate and the Brake Valve Actuator (BVA), free of charge. The recall began on September 15, 2014. Owners may contact New Flyer customer service at 1-204-934-4876. New Flyer's number for this recall is R14-019." -09/04/2014,14V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V531000),Crane Carrier Company,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,11,"Crane Carrier Company (Crane) is recalling certain model year 2013 LET2 and LDT2 vehicles manufactured June 30, 2014, to July 31, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners on behalf of Crane, and Cummins service centers will replace the fuel filter with a non-defective one, free of charge. The recall began on September 29, 2014. Owners may contact Crane customer service at 1-918-836-1651. Owners may also contact Cummins at 1-800-223-4583. Cummins number for this recall is C1545." -09/04/2014,14V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V530000),"Chrysler (FCA US, LLC)",Fuel Pump Relay may Fail Resulting in Stall,ELECTRICAL SYSTEM,P54,Vehicle,189206,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011 Dodge Durango and Jeep Grand Cherokee vehicles manufactured January 5, 2010, to July 20, 2011, and equipped with either a 3.6L or 5.7L engine. In the affected vehicles, the fuel pump relay inside the Totally Integrated Power Module (TIPM-7) may fail, causing the vehicle to stall without warning.",A vehicle stall increases the risk of a crash.,"Chrysler will notify owners, and dealers will replace the fuel pump relay with one external to the TIPM, free of charge. The recall began December 19, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P54. Note: This recall has been superseded by recall 19V813." -09/04/2014,14V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V533000),"Chrysler (FCA US, LLC)",Head Restraint Exceeds Measurement/FMVSS 202a,SEATS,P53,Vehicle,18953,"Chrysler Group LLC (Chrysler) is recalling all model year 2014 Ram ProMaster vans manufactured July 1, 2013, to August 26, 2014. The affected vehicles may have been manufactured with head restraints that exceed the maximum backset measurement limit of 55mm. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard No. 202a, ""Head Restraints.""","If the vehicle is struck from behind, the head restraint may not properly limit the seat occupant's head movement rearward, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace the head restraints, free of charge. The recall began on December 1, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P53." -09/04/2014,14V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V528000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment,AIR BAGS,P51,Vehicle,18245,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013-2015 Ram C/V Tradesman cargo vans, equipped with two front bucket seats and no rear seating, manufactured July 25, 2012, to August 20, 2014. In the affected vehicles, road hazards such as potholes may cause the front passenger side curtain and/or seat air bags to deploy unexpectedly.",Inadvertent air bag deployment can increase the risk of crash or injury to the seat occupant.,"Chrysler will notify owners, and dealers will update the software in the Occupant Restraint Control (ORC) module, free of charge. The recall began October 3, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P51." -09/04/2014,14V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V529000),"Chrysler (FCA US, LLC)",Incorrect Air Bag Deployment Velocity,AIR BAGS,P52,Vehicle,1628,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013-2014 SRT Viper vehicles manufactured November 28, 2012, to June 26, 2014. Due to inaccurate seat position sensors, the frontal air bags may deploy with a lower velocity than designed for the actual seat position.","In the event of a vehicle crash necessitating air bag deployment, an air bag that deploys at a lower velocity than designed may increase the risk of personal injury.","Chrysler will notify owners, and dealers will install a metal shim on the detection plate to correct the seat position sensor accuracy, free of charge. The recall began on December 20, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P52." -09/04/2014,14V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V534000),REV Recreation Group,Incorrect Certification Label Information/Part 567,EQUIPMENT,140827ARG,Vehicle,7,"Allied Recreation Group, Inc. (ARG) is recalling certain model year 2015 Monaco Holiday Rambler Alumascape fifth wheel trailers, models 323RL and 343RE, manufactured August 28, 2013, to December 18, 2013. In the affected vehicles, the Federal Certification Label figures related to the front and rear tire type, front and rear tire width, front and rear tire load index letter designation, and front and rear tire pressure ratings, in pounds per square inch (PSI) and in kilopascals (KPA) are incorrect. As such, the vehicles do not conform to Part 567, ""Certification.""","Incorrect information on the label may result in improper tire inflation which may contribute to tire failure, increasing the risk of a crash.","ARG will notify owners, and dealers will replace the tires with new tires of the same specification as the original tires in case any of them have been improperly inflated, and also replace the Federal Certification labels with corrected information, free of charge. The recall begin on October 1, 2014. Owners may contact ARG customer service at 1-800-509-3417. ARG's number for this recall is 140827ARG." -09/04/2014,14V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V538000),"Jet Company, Inc.",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,84,"Jet Company, Inc. (Jet Company) is recalling certain model year 2014 Side Dump Trailers manufactured January 8, 2014, to March 6, 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Jet Company will notify owners, and dealers will replace the pivot bolts, free of charge. The recall began on October 13, 2014. Owners may contact Jet Company customer service at 1-515-332-3117." -09/03/2014,14V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V523000),Collins Bus Corporation,Inadequate Adhesive On Panel Joints/FMVSS 221,STRUCTURE,NR (Not Reported),Vehicle,281,"Collins Bus Corporation (Collins) is recalling certain model year 2014 Collins and Mid Bus school buses, models SL400, SL408, DH400, DH416, DE416WR, DH500, DH516 and DE516WR, manufactured from July 21, 2014, to August 19, 2014. The affected vehicles may have been assembled with an inadequate amount of adhesive on some interior side panel joints. In the case of a collision to the side of the vehicle, the edge interior panel may become exposed. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 221, ""School Bus Body Joint Strength.""","If the edge interior panel becomes exposed, there is an increased risk of injury to the passengers.","Collins will notify owners, and dealers will install additional structural fasteners on the applicable body panel joints, free of charge. The recall began on October 8, 2014 . Owners may contact Collins customer service at 1-800-533-1850." -09/03/2014,14V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V526000),Ford Motor Company,Motor Electronics Coolant Pump Failure,HYBRID PROPULSION SYSTEM,14S19,Vehicle,70209,"Ford Motor Company (Ford) is recalling certain model year 2005-2008 Ford Escape hybrid electric vehicles manufactured October 13, 2003, to June 20, 2008, and 2006-2008 Mercury Mariner hybrid electric vehicles manufactured June 10, 2005, to June 20, 2008. The coolant pump for the hybrid system may fail resulting in the hybrid electronics overheating.","If the hybrid electronics system overheats, it may shut down the powertrain, resulting in a stall-like condition, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect and replace the original Motor Electronics Coolant (MEC) Pump with an improved brushless pump, free of charge. The recall is expected to begin on October 27, 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S19." -09/03/2014,14V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V527000),"Daimler Trucks North America, LLC",Trucks were Manufactured Without ABS/FMVSS 121,"SERVICE BRAKES, AIR",FL-665,Vehicle,3,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014-2015 Western Star 4900 trucks manufactured June 24, 2013, to April 30, 2014. The affected vehicles were manufactured without Anti-lock Brake Systems. As such, these vehicles fail to meet the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","When not equipped with ABS, the affected vehicles have a greater chance of wheel lock up when braking, increasing the risk of a crash.","DTNA will notify owners, and dealers will install an Anti-lock Brake System, free of charge. The recall began on October 28, 2014. Owners may contact DTNA customer service at 1-800-745-8000. DTNA's number for this recall is FL-665." -09/02/2014,14V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V522000),"Mitsubishi Motors North America, Inc.",Brake Vacuum Pump may Stop Functioning,"SERVICE BRAKES, HYDRAULIC",SR-14-007,Vehicle,1810,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2010-2014 i-MiEV electric vehicles manufactured September 15, 2009, to March 25, 2014. Due to either software programming or corrosion caused by road salt, the brake vacuum pump may stop functioning.","If the brake vacuum pump stops functioning, the distance needed to stop the vehicle may be lengthened, increasing the risk of a crash.","Mitsubishi will notify owners, and depending on the affected vehicle, dealers will either reprogram the brake vacuum pump controller, replace the brake vacuum pump or do both, free of charge. The recall began on October 24, 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-007." -09/02/2014,14V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V525000),Ford Motor Company,Fuel Delivery Module may Crack,"FUEL SYSTEM, GASOLINE",14S20,Vehicle,301,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford Focus vehicles manufactured May 1, 2014, to May 24, 2014, 2014 Ford Escape vehicles manufactured on June 6, 2014, and 2015 Lincoln MKC vehicles manufactured June 4, 2014, to July 7, 2014. In the affected vehicles, the Fuel Delivery Module (FDM) may crack between the filter body and the filter cap, possibly resulting in low fuel pressure.","A reduction in fuel pressure may result in a vehicle stall, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the FDM, free of charge. The recall began in September 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S20." -09/02/2014,14V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V524000),Ford Motor Company,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",14V01,Vehicle,1673,"Ford Motor Company (Ford) is recalling certain model year 2015 Ford F-650 SD trucks manufactured May 12, 2014, to July 22, 2014 and Ford F-750 SD trucks manufactured May 12, 2014, to August 4, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify the owners of the affected Ford vehicles, and Cummins service centers will replace the fuel filter with a non-defective one, free of charge. The recall began in September 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14V01. Owners may also contact Cummins customer service at 1-800-223-4583." -09/02/2014,14E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E058000),Genera Corporation,Headlight Temperatures may Cause Fires/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,190,"Genera Corporation (Genera) is recalling certain model TYC and Genera aftermarket replacement driver-side (part number 20-9328-00) and passenger-side (part number 20-9327-00) headlamp assemblies manufactured May 7, 2013, to August 31, 2014 for use on 2013-2014 Acura ILX vehicles. Excessive heat temperatures around the headlight bulb and reflector unit may diminish the output of the headlight and cause smoke, melting, and fire. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The diminished light output may decrease the driver's visibility, increasing the risk of a crash. Additonally, the excessive heat coming from around the bulb and reflector could cause the headlights to overheat, increasing the risk of a fire.","Genera will notify distributors and distributors will attempt to identify owners that purchased the affected headlamp assemblies. Owners will be reimbursed upon return of the defective assembly. Genera notified its distributors on August 22, 2014. Owners may contact Genera customer service at 1-888-963-9888." -09/02/2014,14E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E059000),Horizon Global,Warning Labels Omitted During Packaging,EQUIPMENT,NR (Not Reported),Equipment,7086,"Trimas Corporation (Trimas) is recalling certain model Highland-brand Universal Telescopic Bar Carriers (part numbers 2508500 and 25085), Universal Car Roof Top Basket Carriers (part number 35036) and Multi-Purpose Roof Top Bar Carriers (part numbers 2005200 and 20052), and Reese-brand Carry Power Multi-Purpose Bar Carriers (part numbers 13907 and 1390700) and Carry Power Roof Top Multi-Purpose Steel Basket Carriers (part number 1390900). The affected carriers may have inadvertently been packaged without the proper warning labels advising consumers not use the carriers with cargo bags, cargo baskets, cargo boxes or rooftop accessories.","If the bar carriers are used with the cargo bags, cargo baskets, cargo boxes or rooftop accessories it could increase the risk of separation of the cargo from the vehicle, which would become a road hazard, increasing the risk of a crash.","Trimas will notify owners and will provide revised instructions containing appropriate warnings, free of charge. The recall began on January 20, 2015. Owners may contact Cequent Consumer Products' customer service at 1-800-234-6992." -08/28/2014,14V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V519000),"New Flyer of America, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",R14-018,Vehicle,39,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2014 MD30, XD40, XD60, XDE40, and XDE60 transit buses. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"New Flyer will notify owners, and Cummins dealers will replace the fuel filter with a new one, free of charge. The recall began in August 2014. Owners may contact New Flyer customer service at 1-204-934-4876 or Cummins customer service at 1-812-377-3713. New Flyer's number for this recall is R14-018." -08/28/2014,14V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V521000),"Gillig, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,231,"Gillig LLC (Gillig) is recalling certain model year 2014 Low Floor transit buses manufactured from May 23, 2014, through August 1, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners on behalf of Gillig, and Cummins service centers will replace the fuel filter, free of charge. The recall began on September 16, 2014. Owners may contact Gillig at 1-510-785-1500 or Cummins customer service at 1-812-377-3713." -08/28/2014,14V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V518000),"General Motors, LLC",Reprogram Sensing And Diagnostic Module,AIR BAGS,14532,Vehicle,5,"General Motors LLC (GM) is recalling certain model year 2013-2014 Cadillac XTS vehicles manufactured April 11, 2013, to June 27, 2013, and 2014 Chevrolet Impala vehicles manufactured May 13, 2013, to November 5, 2013. The affected vehicles may have left the factory with the sensing and diagnostic module (SDM) set to ""manufacturing mode.""","In manufacturing mode, the vehicle's air bags will not deploy in the event of a crash, increasing the risk of occupant injury.","GM will notify owners, and dealers are to reprogram the SDM to the correct mode, free of charge. The recall is expected to begin in September 2014. Owners may contact Cadillac customer service at 1-800-458-8006 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14532." -08/26/2014,14V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V517000),"NABI Bus, LLC",CNG Tank Abrasion By Pressure Relief Devices,"FUEL SYSTEM, OTHER",20145,Vehicle,370,"NABI Bus, LLC (NABI) is recalling certain model year 2013-2014 31LFW transit buses manufactured February 10, 2013, to March 10, 2014, and 2012-2014 40LFW transit buses manufactured October 5, 2012, to June 2, 2014, and equipped with Compressed Natural Gas (CNG) fuel systems manufactured by Agility Fuel Systems. The tanks for the CNG fuel system may be abraded by Pressure Relief Devices (PRDs) mounted adjacent to the tanks.","Contact between the PRD and the tank may result in a CNG leak, increasing the risk of a fire.","NABI will notify owners, and dealers will install a temporary flexible cover over the PRD. A permanent improvement is still under development by Agility. Owners will receive a second notification when the permanent remedy becomes available. The recall is expected to begin in September 2014. Owners may contact NABI customer service at 1-256-241-1298. NABI's number for this recall is 20145." -08/26/2014,14E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E056000),Agility Fuel Solutions,Corrosion of Fuel Hoses may Result in CNG Leak,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,738,"Agility Fuel Systems (Agility) is recalling certain model Side-Mount compressed natural gas (CNG) Fuel Systems, Part No. 23736011, manufactured August 1, 2013, to August 21, 2014 and equipped with Motion Industries T1700-06 flexible fuel hoses. The stainless steel braid reinforcement may corrode prematurely near the fitting crimp inside the slave tank enclosure.","If the corrosion progresses and goes undetected, the hose could begin to leak CNG, increasing the risk of a fire in the presence of an ignition source.","Agility will notify owners, and dealers will replace the defective hose assemblies, free of charge. The recall began on October 20, 2014. Owners may contact Agility customer service at 1-949-236-5520." -08/26/2014,14V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V515000),"Jayco, Inc.",Incorrect Cargo Capacity On Cargo Label/FMVSS 110,EQUIPMENT,9901219,Vehicle,29,"Jayco, Inc. (Jayco) is recalling certain model year 2015 Seismic 19A, 19E, and 19F fifth wheel trailers manufactured June 2, 2014, to July 24, 2014. The affected vehicles may have incorrect cargo carrying capacity (CCC) information printed on the CCC Label. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 110, ""Tire Selection and Rims and Motor Home/Recreation Vehicle Trailer Load Carrying Capacity Information For Motor Vehicles With a GVWR of 4,536 kilograms (10,000 pounds) or less.""","If the user overloads the trailer by following the incorrect information on CCC label, it could affect drivability and cause premature tire wear or tire failure, increasing the risk of of a crash.","Jayco will notify owners, and dealers will replace the existing CCC Label with a corrected CCC Label, free of charge. The recall began in October 2014. Owners may contact Jayco customer service at 1-800-283-8267. Jayco's number for this recall is 9901219." -08/26/2014,14V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V516000),"Volkswagen Group of America, Inc.",Loss of Brake Assist due to Booster Contamination,ENGINE AND ENGINE COOLING,47L8,Vehicle,1814,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013 Audi Q7 vehicles manufactured June 5, 2012, to November 29, 2012 and equipped with a 3.0L TDI engine. In the affected vehicles, a check valve in the engine may become contaminated with plastic debris and allow engine oil to leak into the brake booster.","If oil leaks into the brake booster, the brake booster diaphragm may rupture causing a loss of power braking assist, and increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace a vacuum line, free of charge. Dealers will also inspect the brake booster system for oil contamination and, if oil contamination is present, additional components will be replaced, free of charge. The recall began on September 24, 2014. Owners may contact Audi at 1-800-253-2834. Volkswagen's number for this recall is 47L8." -08/26/2014,14E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E057000),"Navistar, Inc.",Warning Triangle Kits/FMVSS 125,EQUIPMENT,14513,Equipment,53504,"Navistar, Inc. (Navistar) is recalling certain FLTTRIKIT3 warning triangle kits manufactured August 15, 2012, to July 25, 2014. The affected warning triangles may reflect an inadequate amount of light. As such, these warning triangles fail to comply with Federal Motor Vehicle Safety Standard No. 125, ""Warning devices.""","Warning triangles that do not properly reflect light may fail to warn others that a vehicle is parked, increasing the risk of a crash.","Navistar will send notices to all North American dealers to post recall notices at their service desks and service parts counters, to provide dealer communications for contacting their customers regarding the suspect triangle kits, and provide customers with a replacement triangle replacement kit, free of charge. The recall began on October 30, 2014. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 14513." -08/22/2014,14V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V514000),Ford Motor Company,Steering Gears Missing Ball Bearings,STEERING,14S18,Vehicle,508,"Ford Motor Company (Ford) is recalling certain model year 2014 Focus and C-Max vehicles manufactured August 8, 2014, to August 15, 2014. The affected vehicles may have steering gears that were incorrectly assembled.","The incorrectly manufactured steering gears may cause impaired steering, including the loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the steering gears, free of charge. The recall began on November 11, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S18." -08/20/2014,14V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V512000),"Autocar Industries, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",T-1409,Vehicle,19,"Autocar Industries, LLC (Autocar) is recalling certain model year 2015 Xspotter heavy duty trucks manufactured May 23, 2014, to June 13, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners for Autocar, and Cummins service centers will replace the fuel filter, free of charge. The recall began in August 2014. Owners may contact Autocar customer service at 1-765-489-5499 or Cummins customer service at 1-800-223-4583. Autocar's number for this recall is T-1409." -08/20/2014,14V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V513000),Shyft Group,Hand Throttle And Pressure Governors/Engine Surge,EQUIPMENT,14013,Vehicle,95,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2013-2015 Gladiator, and 2011 and 2013-2014 MetroStar emergency vehicles manufactured June 15, 2011, to January 14, 2014. The affected vehicles are equipped with a pressure governor or hand throttle supplied by Fire Research Corporation (FRC). Due to an issue with the software for the pressure governor or hand throttle, the affected vehicles may experience an engine surge.","A surge in engine speed can cause increased water pressure at the end of a fire hose, increasing the risk of personal injury.","Spartan will notify owners, and dealers will install a software update, free of charge. The recall began in September 2014. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14013." -08/20/2014,14E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E055000),Thermo King Corp.,Inverter Failure may Result in Fire,EQUIPMENT,NR (Not Reported),Equipment,1621,"Thermo King Corporation (Thermo King) is recalling certain 1100W, 1500W, and 2000W inverters sold May 15, 2014, to July 31, 2014, as a standalone option with both the Thermo King TriPac EVOLUTION and TriPac-e Auxiliary Power Units (""APU""). The Thermo King inverters provide 120V AC household power to a tractor cabin. The inverters may spark or overheat, resulting in a potential fire.",An inverter fire may result in a vehicle fire.,"Thermo King will notify owners, and dealers will either replace the inverter free of charge or offer a full refund. The recall began in October 2014. Owners may contact Thermo King customer service at 1-866-776-2708." -08/19/2014,14V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V508000),"NABI Bus, LLC",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",20144,Vehicle,35,"NABI Bus, LLC (NABI) is recalling certain model year 2014 LFW and BRT transit buses manufactured May 2, 2014, to August 8, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.","If the engine stalls unexpectedly, there is an increased risk of a crash.","NABI will work with Cummins to notify owners, and Cummins service centers will install a new fuel filter, free of charge. The recall began in September 2014. Owners may contact NABI customer service at 1-256-831-4296 or Cummins customer service at 1-800-223-4583. NABI's number for this recall is 20144." -08/19/2014,14V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V509000),Starcraft RV,Incorrect Tire Pressure Printed On Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,12,"Starcraft RV (Starcraft) is recalling certain model year 2015 16RB Launch travel trailers equipped with the Extreme Package Option, manufactured April 16, 2014, to April 21, 2014. The information on the Federal ID label incorrectly indicates an 80psi cold tire inflation pressure instead of the correct pressure of 50psi. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 120, ""Tire selection and rims and motor home/recreation vehicle trailer load carrying capacity information for motor vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds).""","If the user inflates the tire to the incorrect psi noted on the label, a tire blowout could occur, increasing the risk of a crash.","Starcraft will notify owners, and dealers will remove the incorrect labels and replace them with a new label with the correct information, free of charge. The recall began in late August 2014. Owners may contact Starcraft customer service at 1-800-945-4787." -08/19/2014,14V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V510000),Blue Bird Body Company,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,R14XN,Vehicle,5114,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2007-2015 All American and Vision, 2007-2011 Micro Bird, and 2007-2008 Conventional school buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Blue Bird will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 1, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242 or Ricon customer service at 1-800-322-2884. Blue Bird's number for this recall is R14XN." -08/19/2014,14V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V511000),Blue Bird Body Company,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,R14XN,Vehicle,90,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2007-2015 All American, 2007-2010 Micro Bird, and 2007-2014 Vision non-school buses equipped with certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured by Ricon Corporation. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Blue Bird will notify owners to take buses to a Ricon dealer or service center who will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall began on October 1, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242 or Ricon customer service at 1-800-322-2884. Blue Bird's number for this recall is R14XN." -08/18/2014,14V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V506000),"Winnebago Industries, Inc.",Air Conditioner Missing Damper Plate,EQUIPMENT,131,Vehicle,57,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2015 Winnebago Vista and Itasca Sunstar motorhomes manufactured April , 2014, through June 30, 2014. The affected vehicles may be missing a damper plate on the inside air conditioner shroud. This damper plate is to help prevent disruption of the range flame by air discharge from the roof air conditioner.","If the air conditioner blows out the range flame but the propane gas continues to flow, an ignition source may ignite the leaking propane, resulting in a fire.","Winnebago will notify owners, and dealers will remove the current diverter and replace it with a damper plate, free of charge. The recall began in October 2014. Owners may contact Winnebago customer service at 1-800-537-1885. Winnebago's number for this recall is 131." -08/18/2014,14V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V505000),Shyft Group,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,87,"Spartan Motors Chassis, Inc. (Spartan) is recalling certain model year 2014-2015 Gladiator emergency vehicles, 2013-2014 Metrostar emergency vehicles, 2015 motorhome chassis, and 2015 school buses chassis. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.","If the engine stalls unexpectedly, there is an increased risk of a crash.","Spartan has notified the final stage manufacturers, and Cummins will replace the affected fuel filters, free of charge. The recall began in August 2014. Owners may contact Spartan customer service at 1-517-543-6400. Owners may also contact Cummins customer service at 1-800-223-4583." -08/18/2014,14V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V507000),Jerr-Dan Corporation,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,76,"Jerr-Dan Corporation (Jerr-Dan) is recalling certain model year 2009-2014 Ford F-350 Super Duty, F-450 Super Duty, and F-550 Superduty chassis modified by Jerr-Dan and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Jerr-Dan will notify owners, and dealers will install a new pressure switch kit that moves away from the exhaust system, free of charge. The recall began in October 2014. Owners may contact Jerr-Dan customer service at 1-800-926-9666." -08/18/2014,14V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V504000),"Dakota Trailer Manufacturing, Inc.",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,29,"Dakota Trailer Manufacturing, Inc. (Dakota) is recalling certain model year 2014 Air Ride Grain aggregate trailers manufactured October 2013 to January 2014, and Air Ride side dump trailers manufactured December 2013 to December 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Dakota began notifying owners in August 2014. Dealers or SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. Owners may contact Dakota customer service at 1-605-665-8415, or SAF-Holland customer service at 1-888-396-6501." -08/18/2014,14E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E054000),Buyers Products Company,Warning Triangle/FMVSS 125,EQUIPMENT,TSB-ERT10,Equipment,47912,"Buyers Products Company (Buyers Products) is recalling certain warning triangles, part numbers ERT10 (3 pack), and ERT01 (single piece) manufactured March 2011 to June 2014. Due to having an insufficiently rigid joint between the base and the triangle and being improperly filled with ballast, the affected triangles may blow over from wind gusts. As such, the triangles fail to comply with Federal Motor Vehicle Safety Standard No. 125 ""Warning Devices.""","If the triangle blows over in wind gusts, such as those from passing vehicles, other drivers may not be adequately warned of a stopped vehicle, increasing the risk of a crash.","Buyers Products dealers will notify owners, and refunds will be given for the purchased warning triangles. Buyers Products notified its dealers beginning on August 26, 2014. Owners may contact Buyers Products customer service at 1-440-974-8888. Buyers Products' number for this recall is TSB-ERT10." -08/15/2014,14V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V503000),"Altec Industries, Inc.",Battery Equalizers-Possible Fire,ELECTRICAL SYSTEM,CSN 603,Vehicle,51,"Altec Industries, Inc. (Altec) is recalling certain model year 2000-2013 Aerial Device and Digger Derrick trucks, equipped with Sure Power Battery Equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Altec will notify owners, and dealers will replace any affected battery equalizer, free of charge. The recall is expected to begin in September 2014. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 603." -08/14/2014,14V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V502000),"Jayco, Inc.",Electric Seat Wiring may get Damaged,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,389,"Jayco, Inc. (Jayco) is recalling certain model year 2014-2015 Precept motorhomes manufactured January 3, 2013, to July 14, 2014. Due to the routing and inadequate protection of the wiring for the driver's and passenger's electric seats, the wires may get damaged by the seats moving up and down, and back and forth.","Damaged wires may short, increasing the risk of a fire.","Jayco will notify owners, and dealers will reroute the electric seat wires and install an additional 10 amp circuit breaker, free of charge. The recall began in September 2014. Owners may contact Jayco customer service at 1-800-283-8267." -08/13/2014,14V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V500000),"General Motors, LLC",CNG Regulator Leaking Natural Gas,"FUEL SYSTEM, OTHER",14321 / 14758,Vehicle,3345,"General Motors LLC (GM) is recalling certain model year 2011-2014 Chevrolet Express compressed natural gas (CNG)vehicles manufactured September 10, 2010, to April 28, 2014, and GMC Savana CNG vehicles manufactured May 23, 2011, to April 21, 2014. The affected vehicles may leak natural gas from the CNG high pressure regulator.",A natural gas leak in the presence of an ignition source increases the risk of a fire or explosion.,"GM will notify owners, and dealers will replace the high pressure regulator, free of charge. The recall began February 13, 2013. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 14321." -08/13/2014,14V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V499000),"Forest River, Inc.",LP Tank Support Brace Failure,EQUIPMENT,NR (Not Reported),Vehicle,256,"Forest River, Inc. (Forest River) is recalling certain model year 2012-2015 Coachmen 2150LE Prism motor homes manufactured July 2011 to May 2014. Due to the welds being in an improper location, the liquid propane (LP) tank support braces may not be secure, allowing the LP tank to drop and fall off the vehicle while in transit.","If the LP tank drops or falls off the vehicle while in transit, there is an increased risk of fire or explosion.","Forest River will notify owners, and dealers will install a repair kit, free of charge. The recall is expected to begin during October 2014. Owners may contact Coachmen customer service at 1-800-353-7383." -08/13/2014,14V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V498000),PJ's Truck Bodies & Equipment Co.,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,3,"PJ's Truck Bodies & Equipment Co., (PJ's) is recalling certain 2009-2013 Ford F-350, F-450, and F-550 Super Duty chassis modified by PJ's and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","PJ's has notified owners and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began on August 28, 2014. Owners may contact PJ's customer service at 1-866-475-8782." -08/13/2014,14E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E053000),"Sirco Industries, Inc.",Warning Triangle Kits/FMVSS 125,EQUIPMENT,NR (Not Reported),Equipment,55440,"Sirco Industries, Inc. (Sirco) is recalling certain models of warning triangle kits, part number SI1005, manufactured by Fuzhou Torch Industrial Co., Ltd. and imported by C&J International Trading as part number TO-502. The affected warning triangle kits do not have the manufacturer's name permanently marked on each triangle in the kit. The warning triangles may also be unstable in high winds. As such, these warning triangles fail to comply with the requirements of Federal Motor Vehicle Safety Standard number 125, ""Warning Devices.""","Noncompliant warning triangles are at an increased risk of performance failure, and thereby may increase the risk of a crash or other safety hazards to motorists by failing to warn other motorists of an impending hazard.",Sirco will notify owners and offer a full refund or a suitable replacement item. The recall is expected to begin during December 2014. Owners may contact Sirco Customer Service at 1-800-323-0647. -08/12/2014,14V705000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V705000),Blue Bird Body Company,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",R14XM,Vehicle,934,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2015 All American and Vision school buses manufactured from May 22, 2014, to August 2, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began on during September 2014. Owners may contact Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XM." -08/12/2014,14T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T010000),TBC Corporation,Sidewall Cracking and Broken Ply Cords/FMVSS 139,TIRES,159,Tire,388,"TBC Corporation (TBC) is recalling certain Wild Country Radial XTX Sport tires, size 265/65R18, manufactured by Cooper Tire and Rubber Company from June 1, 2014, to June 28, 2014 (weeks 2214-2514). The affected tires may experience cracking or broken ply cords in the lower sidewall on the white sidewall side. As such, these tires fail to comply with the regulations of the Federal Motor Vehicle Safety Standard No. 139, ""New Pneumatic Radial Tires For Light Vehicles.""","A tire with sidewall cracking and broken ply cords may have a sudden loss of air pressure, increasing the risk of tire failure and a crash.","TBC will notify owners, and dealers will replace any affected tires, free of charge. The recall began on September 2, 2014. Owners may contact TBC customer service at 1-800-739-7698. TBC's number for this recall is 159." -08/11/2014,14V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V495000),Ford Motor Company,Engine Wiring Splices may cause Stall,ELECTRICAL SYSTEM,14S17,Vehicle,133227,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 Escape vehicles manufactured October 5, 2011, to April 1, 2013, and equipped with 2.0 liter engines and Focus ST vehicles manufactured February 14, 2012, to October 14, 2013, and equipped with 2.0 liter engines. Insufficient compression in the engine wiring harness splices to the Manifold Absolute Pressure (MAP) sensor may provide incorrect signals to the powertrain control module (PCM).","The incorrect signals could cause the vehicle to hesitate or the engine to stall, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the current crimped splices with new splices, free of charge. The recall began in October 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S17." -08/11/2014,14V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V496000),"Versalift East, LLC",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,88,"Versalift East, LLC (Versalift) is recalling certain Aerial devices manufactured on 2009-2013 Ford, F-350, F-450, and F-550 Super Duty 6.8L gas engine chassis, modified by Versalift and equipped with certain Muncie Power Products FR67 PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Versalift will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began on September 14, 2014. Owners may contact Versalift customer service at 1-888-866-1400." -08/11/2014,14T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T009000),"Continental Tire the Americas, LLC",Tread And Belt Separation,TIRES,NR (Not Reported),Tire,11991,"Continental Tire the Americas, LLC (Continental) is recalling certain ContiAttack SM, ContiSportAttack, ContiSportAttack2, ContiRaceAttack Comp. Soft, ContiRaceAttack Comp. Medium, ContiRaceAttack Comp. Endurance, and ContiRoadAttack 2 GTW motorcyle tires, in sizes 120/70ZR17 and 120/70R17. For a complete list of affected tire indentification numbers and affected dates of production please see the ""Defect Notice (Part 573)"" in the Associated Documents area. The subject tires may experience a separation between the tread, belt, and carcass resulting in a loss of tire inflation pressure.",A loss of tire inflation could increase the risk of a motorcycle crash.,"Continental will notify owners, and dealers will replace the subject tires with new tires, free of charge. The recall is expected to begin in October 2014. Owners may contact Continental customer service at 1-800-847-3349." -08/08/2014,14V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V489000),"General Motors, LLC",Console Storage Compartment Latch/FMVSS 201,STRUCTURE,14476,Vehicle,14940,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Impala vehicles manufactured May 7, 2014, to July 28, 2014. In the event of an accident, the center storage console may not stay latched. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 201, ""Occupant Protection In Interior Impact.""","The storage compartment door may not remain closed in the event of a crash, increasing the risk of occupant injury.","Parts to remedy this condition are not currently available. GM will send owners an interim notification in early October 2014, and will send a second letter when parts are available. At that time dealers will inspect, and if necessary, replace the console storage compartment door inertia latch, free of charge. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14476." -08/08/2014,14E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E052000),Lippert,Frame Spring Hanger may Fracture,STRUCTURE,NR (Not Reported),Equipment,1995,"Lippert Components, Inc. (Lippert) is recalling certain recreational vehicle frames manufactured February 13, 2014, to February 28, 2014 and equipped with 4.25"" spring hangers. The affected spring hangers may fracture.","A fracture of the spring hanger while traveling could result in a loss of vehicle control, increasing the risk of a crash.","Owners began being notified by their RV manufacturers in April 2014. Dealers for the RV manufacturers will inspect and replace the the spring hangers, as necessary, free of charge. Owners may contact their RV manufacturer or Lippert customer service at 1-574-537-8900." -08/08/2014,14V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V490000),"General Motors, LLC",Ignition Key Can Be Removed When In On Position,ELECTRICAL SYSTEM,14506,Vehicle,202155,"General Motors LLC (GM) is recalling certain model year 2002-2004 Saturn Vue vehicles manufactured September 11, 2001, to April 6, 2004. In the affected vehicles, it may be possible for the key to be removed from the ignition when the ignition is not in the ""Off"" position.","If the key can be removed from the ignition when the ignition is not in the ""off"" position, the vehicle could roll away: (a) for an automatic transmission, if the transmission is not in the ""Park"" position; or (b) for a manual transmission, if the parking brake is not engaged and the transmission is not in the ""Reverse"" position. This potential for rollaway increases the risk for a crash and occupant or pedestrian injuries.","GM will notify owners, and dealers will inspect the vehicle to see if the key can be pulled out when the ignition is off. If it can, dealers will replace the ignition cylinder and keys, free of charge. The recall began in October 2014. Owners may contact Saturn customer service at 1-800-553-6000. GM's number for this recall is 14506. Note: Until a vehicle has been remedied, owners and operators are advised that when exiting, to be sure that the vehicle is in ""Park,"" or in the case of a manual transmission, that the vehicle is in the ""Reverse"" position and the parking brake is engaged." -08/08/2014,14V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V491000),"All Wheel Drive Equipment Mfg., Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,3,"All Wheel Drive Equipment Mfg., Inc. (All Wheel) is recalling certain 2011-2012 Ford F-550 Super Duty chassis with a 6.8L gasoline engine, modified by All Wheel and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","All Wheel has notified the affected owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. Owners were notified on June 10, 2014 by certified mail. Owners may contact All Wheel customer service at 1-800-311-4778." -08/08/2014,14V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V494000),"Vanair Manufacturing, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,49,"Vanair Manufacturing, Inc. (Vanair) is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 SuperDuty chassis modified by Vanair and equipped with certain Muncie Power Products PTO Assemblies used with model 60-85 UDSM, 125-185 USDM, and Genair 125-185 driven air compressor systems. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Vanair will notify owners, and dealers will inspect and install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began in November 2014. Owners may contact Vanair customer service at 1-800-526-8817." -08/08/2014,14V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V488000),"General Motors, LLC",Seat Belts may not Remain Retracted Under Load,SEAT BELTS,14171,Vehicle,48114,"General Motors LLC (GM) is recalling certain model year 2013 Buick Encore vehicles manufactured August 23, 2012, to March 1, 2013, and model year 2013 Cadillac ATS vehicles manufactured April 23, 2012, to May 1, 2013. In the affected vehicles, the driver and passenger lap belt pretensioner cables may not lock in a retracted position, allowing the seat belts to extend when pulled upon.","If the seat belts do not remain locked in the retracted position when under load, the seat occupant may not be adequately restrained in a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace both front the driver's and the passenger's lap belt pretensioners, free of charge. Parts are not currently available. GM sent interim notifications on October 7, 2014 and will send a second notification when remedy parts are available. The recall began on November 20, 2014. Owners may contact Buick customer service at 1-800-521-7300, or Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14171." -08/07/2014,14V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V487000),"Ferrari North America, Inc.",Front Trunk Release/FMVSS 401,LATCHES/LOCKS/LINKAGES,54,Vehicle,3082,"Ferrari North America, Inc. (Ferrari) is recalling certain model year 2010-2014 F458 Italia and F458 Spider vehicles manufactured March 5, 2010, to May 20, 2013. In the affected vehicles, the secondary latch for the front trunk storage compartment may not release when the vehicle is stationary. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 401, ""Interior Trunk Release.""","In the event an individual is trapped in the trunk and the latch system does not release the trunk lid, it increases the risk of personal injury or possibly death.","Ferrari will notify owners, and dealers will modify the existing front trunk latch system with a new component that will meet requirements, free of charge. The recall began in September 2014. Owners may contact Ferrari customer service at 1-866-551-2828. Ferrari's number for this recall is 54." -08/07/2014,14V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V486000),PACCAR Incorporated,Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL","14KWJ, 814-H",Vehicle,2045,"PACCAR Incorporated (PACCAR) is recalling certain model year 2015 Kenworth K270, T270, K370, T370, T440, T470, and W900 chassis manufactured May 13, 2014, to July 23, 2014, and certain model year 2015 Peterbilt 210, 220, 320, 325, 330, 337, 348, 365, 382, 384, and 567 chassis manufactured May 8, 2014, to July 22, 2014. The Cummins ISB or ISL engines in these vehicles may have been equipped with Fleetguard UFF-XT fuel filters, part number FF63009, whose filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners on behalf of PACCAR, and Cummins dealers will replace the fuel filter with a non-defective one, free of charge. The notification schedule for this recall ran July 29 to December 31, 2014. Owners may contact Kenworth customer service at 1-425-828-5000, or Peterbilt customer service at 1-940-591-4000. Owners may also contact Cummins customer service at 1-812-377-3713. Kenworth's number for this recall is 14KWJ. Peterbilt's number for this recall is 814-H." -08/06/2014,14V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V484000),Ford Motor Company,Air Bubbles in Windshield/FMVSS 205,VISIBILITY,14C07,Vehicle,1139,"Ford Motor Company (Ford) is recalling certain model year 2015 Lincoln MKC vehicles manufactured August 20, 2013, to June 6, 2014. The affected vehicles may have visible air bubbles in the windshield glass. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 205, ""Glazing Materials.""","Air bubbles in the windshield could impact the driver's visibility, increasing the risk of a crash.","Ford will notify owners, and dealers will inspect the windshields for air bubbles, replacing them as necessary, free of charge. The recall began in August 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14C07." -08/06/2014,14V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V501000),Adrian Steel Company,Corrosion of Propane Tank Fuel Line Fitting,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,28,"Adrian Steel Company (Adrian) is recalling certain model year 2012 Ford E-150, E-250 and E-350 Commercial Cargo Vans modified by Adrian between September 21, 2012, to September 24, 2012. The affected vehicles are equipped with certain propane fuel system conversion kits with an aluminum fuel line fitting manufactured by Roush CleanTech. Due to a reaction between the different metals, the affected kits may develop a propane leak where the aluminum fuel line fitting contacts the brass supply valve housing.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Adrian will notify owners, and dealers will replace the aluminum fuel line fittings with stainless steel fittings, free of charge. The recall began during July 2014. Owners may contact Adrian customer service at 1-800-677-2726." -08/06/2014,14V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V483000),Ford Motor Company,Epoxy Reinforcement Missing from Sliding Doors,STRUCTURE,14S16,Vehicle,592,"Ford Motor Company (Ford) is recalling certain model year 2015 Transit cargo vans without rear seating positions manufactured March 12, 2014, to June 24, 2014 and equipped with windowless sliding doors. The affected vehicles may have been manufactured without the epoxy reinforcement on the windowless sliding doors.","A sliding door without the epoxy reinforcement has an increased potential of unlatching in certain side impact crashes. A door that unlatches may open, allowing for a vehicle occupant to be ejected in a crash, increasing the risk of injury.","Ford will notify owners, and dealers will install a reinforcement plate into the windowless sliding door, free of charge. The recall began in September 22, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S16." -08/06/2014,14V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V485000),Newmar Corporation,Headlight Wiring Harness may be Incorrect,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,63,"Newmar Corporation (Newmar) is recalling certain model year 2014 Dutch Star motorhomes manufactured April 14, 2014, to June 20, 2014. An incorrectly wired headlight wiring harness may have been installed in the affected vehicles. As a result, if one of the two headlight circuit breakers fails, both headlights and both fog lights may go out.","If the headlights and fog lights go out, there is an increased risk of a crash.","Newmar will notify owners, and dealers will install an auxillary headlight harness, free of charge. The recall began on August 19, 2014. Owners may contact Newmar customer service at 1-800-731-8300." -08/06/2014,14V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V481000),"Chrysler (FCA US, LLC)",Knee Air Bag may Deploy Improperly/FMVSS 208,AIR BAGS,P42,Vehicle,25479,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014-2015 Fiat 500L vehicles manufactured March 3, 2012, to July 25, 2014. Irregularities in the folding process during assembly of the driver's knee airbag may result in its improper deployment. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","If the knee airbag air bag does not deploy properly during a crash, there is an increased risk of driver injury.","Chrysler will notify owners, and dealers will replace the driver's knee air bag, free of charge. The recall began on September 26, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P42." -08/06/2014,14V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V482000),Ford Motor Company,Rear Caliper Brake Hoses may Leak,"SERVICE BRAKES, HYDRAULIC",14S15,Vehicle,1290,"Ford Motor Company (Ford) is recalling certain model year 2015 Transit vehicles manufactured April 3, 2014, to May 27, 2014. Brake fluid may leak from the brake hose/caliper junctions at the rear of the vehicle.","A brake fluid leak may lengthen the distance needed to stop the vehicle. If both of the rear brake junctions leak, there may a complete loss of braking. Either of these scenarios increase the risk of a crash.","Ford will notify owners, and dealers will replace the sealing washers on both rear brake caliper to brake hose joints, free of charge. The recall began in August 2014. Owners may contact Ford customer service at 1-866-436-7332. Ford's number for this recall is 14S15." -08/05/2014,14V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V480000),"Chrysler (FCA US, LLC)",Driver Door Wire Harness Insufficient Gauge,ELECTRICAL SYSTEM,P43,Vehicle,8,"Chrysler Group LLC (Chrysler) is recalling certain model year 2015 Chrysler 200 vehicles manufactured May 19, 2014, to June 21, 2014. The affected vehicles may have been built with a driver side door wiring harness of an insufficient wire gauge, resulting in excessive heat which may melt the wiring insulation.","Excessive heat and melting wiring insulation may result in an electrical short, increasing the risk of a fire.","Chrysler will notify owners, and dealers will replace the door wiring harness, free of charge. The recall began on October 3, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P43." -08/05/2014,14V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V479000),Kaffenbarger Truck Equipment Company,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,3,"Kaffenbarger Truck Equipment Company (Kaffenbarger) is recalling certain model year 2012-2013 Ford F-550 Super Duty vehicles modified by Kaffenbarger and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Kaffenbarger will notify owners, and dealers will replace the old PTO assembly with a new pressure switch kit, free of charge. The recall began during September 2014. Owners may contact Kaffenbarger customer service at 1-877-465-5832." -08/04/2014,14V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V476000),"Grand Design RV, LLC",Frame Spring Hanger Failure,SUSPENSION,910002,Vehicle,356,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2014 Momentum 355th, 380th, and 385th fifth wheel trailers manufactured June 24, 2013, to March 21, 2014 and built with 8,000lb capacity axles. The affected trailers may have been built with suspension bolts that can shear. These bolts connect the axle springs to the frame, and after they shear, the axle spring may detach from the frame hanger or ""shackle"".","A spring that detaches from the hanger may result in a loss of control of the trailer, increasing the risk of a crash.","Grand Design will notify owners, and dealers will replace the suspension bolts with ones that have a shorter thread depth, free of charge. The recall began in August 2014. Owners may contact Grand Design customer service at 1-574-825-9679. Grand Design's number for this recall is 910002." -08/04/2014,14V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V475000),Toyota Motor Engineering & Manufacturing,Incorrect Tire Placard Information/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,20000,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2008-2014 FJ Cruiser and Tacoma vehicles equipped with accessory wheels and tires installed by Toyota or dealers prior to the vehicle's first sale. The affected vehicles may list incorrect spare tire size and/or cold tire inflation information on the tire placard. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims for Passenger Cars.""","If the spare tire is inflated to the incorrect pressure provided on the placard, tire failure may occur while it is being driven on, increasing the risk of a crash.","For the involved vehicles, overlay stickers to correct the tire placard will either be mailed to owners or provided to dealers for placement over the incorrect information on the placard. The recall is expected to begin in September 2014. Owners may contact Toyota customer service at 1-800-331-4331." -08/01/2014,14V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V470000),"Porsche Cars North America, Inc.",Brake Booster Possibly Damaged During Installation,"SERVICE BRAKES, HYDRAULIC",AE02,Vehicle,7,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2015 Macan vehicles manufactured March 6, 2014, to April 26, 2014. During manufacturing, the brake booster may have been damaged during installation.","If the brake booster was damaged during installation, the vacuum in the brake booster may drop when the brakes are actuated, resulting in a reduced brake force boost, increasing the risk of a crash.","Porsche will notify owners, and dealers will inspect and replace the brake booster, as necessary, free of charge. The recall began on December 29, 2014. Owners may contact Porsche customer service at 1-800-545-8039. Porsche's number for this recall is AE02." -08/01/2014,14V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V474000),"Vanco USA, LLC",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,4,"Vanco USA, LLC (Vanco) is recalling certain model year 2015 Semi-Trailers, model 2WIL2A530SAR114/116, manufactured in April 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Vanco will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began in August 2014. Owners may contact Vanco customer service at 1-609-499-4141 or SAF-Holland at 1-888-396-6501." -08/01/2014,14V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V473000),Nova Bus (US) Inc.,Windshield Wiper Linkage may Loosen,VISIBILITY,NR (Not Reported),Vehicle,189,Nova Bus (Nova) is recalling certain model year 2013 Nova LFS transit buses. The bolt used to secure the windshield wiper linkage to the wiper motor may become loose over time.,"If the windshield wiper linkage loosens from the wiper motor, the wipers may become inoperable, reducing the driver's visibility and increasing the risk of a crash.","Nova will notify owners, and dealers will replace the bolt and nut that attach the windshield wiper linkage to the wiper motor, free of charge. The recall began in late September 2014. Owners may contact Nova customer service at 1-800-350-6682." -07/31/2014,14V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V467000),"Jayco, Inc.",Corrosion Of Door Lock Electrical Components/Fire,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,415,"Jayco, Inc. (Jayco) is recalling certain model year 2013-2014 Seneca motorhomes, manufactured May 7, 2012, through February 12, 2014, and equipped with an entrance door that includes a TriMark Keyless Entry System. Water infiltration into the back of the TriMark Keypad at the entrance door may cause corrosion on the electrical components of the keypad.","Corrosion due to water infiltration could result in an electrical short, increasing the risk of a fire.","Jayco will notify owners, and dealers will add a 5amp fuse to protect against a short circuit, and replace the keypad free of charge. The recall began in September 2014. Owners may contact Jayco customer service at 1-800-283-8267." -07/31/2014,14V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V469000),"Schwarze Industries, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5,"Schwarze Industries, Inc. (Schwarze) is recalling certain model year 2009 Schwarze M6000SE CNG-powered street sweepers, equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Schwarze has notified the affected owners, and dealers will upload a new ECM calibration, free of charge. The recall began in July 2014. Owners may contact Schwarze customer service at 1-800-879-7933. Owners may also contact Cummins Inc. at 1-800-343-7357." -07/31/2014,14V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V466000),Entegra Coach,Seat Belt Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,20,"Entegra Coach (Entegra) is recalling certain model year 2014-2015 Cornerstone motorhomes manufactured January 21, 2014, through March 25, 2014 and equipped with certain Villa ABTS driver and passenger seats. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Entegra will work with Villa to notify owners, and dealers will inspect and repair the seat with proper fasteners and inspect the seat belt webbing for fraying and replace the seat belt assembly, if necessary, free of charge. The recall began in June 2014. Owners may contact Entegra customer service at 1-800-945-4787." -07/31/2014,14V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V468000),"Jayco, Inc.",Tire May Rub On Outrigger,STRUCTURE,NR (Not Reported),Vehicle,163,"Jayco, Inc. (Jayco) is recalling certain model year 2014-2015 White Hawk Summit 27RBOK travel trailers manufactured November 12, 2013, through July 10, 2014. One of the tires may rub against the outrigger while making sharp turns.","A tire that rubs against the outrigger may result in premature wear of the tire or tire failure, increasing the risk of a crash.","Jayco will notify owners, and dealers will inspect the outrigger and position it correctly if necessary, free of charge. The recall began in September 2014. Owners may contact Jayco customer service at 1-800-283-8267." -07/30/2014,14V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V563000),Honda (American Honda Motor Co.),Incorrect A-Pillar Cover Installed,AIR BAGS,JF9,Vehicle,6292,"American Honda Motor Co. (Honda) is recalling certain model year 2015 Honda Fit vehicles manufactured April 11, 2014, to June 9, 2014. The affected vehicles may have been assembled with an A-pillar interior cover designed for vehicles without side curtain air bags.","The affected vehicles are equipped with side curtain air bags and in the event of a crash necessitating deployment of the side curtain air bags, the incorrect A-pillar interior cover may adversely affect the performance of the side curtain air bags increasing the risk of occupant injury.","Honda will notify owners, and dealers will inspect the A-pillar interior cover and install the correct A-pillar cover, as necessary, free of charge. The recall is expected to begin on September 25, 2014. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JF9." -07/30/2014,14V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V463000),Utility Trailer Manufacturing Company,Pintle Hook Safety Loop,STRUCTURE,SB-07-011/370258,Vehicle,2098,"Utility Trailer Manufacturing Company (Utility) is recalling certain model year 2012-2014 VS1RA, and 2013-2014 VS1DC, VS2DX, VS2RA, VS3DX, and VS3RA trailers manufactured April 2011, to May 2013. The pintle hook tube sub assembly that is welded to the pintle hook safety chain loop may break and fall off the vehicle.","If the loop were to break off, the air lines and electrical lines would detach, applying the towed trailer's brakes, increasing the risk of a vehicle crash.","Utility will notify owners, and dealers will inspect and replace the pintle hook safety chain loop if it is cracked, free of charge. The recall is expected to begin in September 2014. Owners may contact Utility customer service at 1-800-423-6591. Utility's number for this recall is SB 07-011/370258." -07/30/2014,14V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V464000),"Suzuki Motor USA, LLC",Spider Webs Restricting Air Flow In Vent Line,"FUEL SYSTEM, GASOLINE",VG,Vehicle,19249,"Suzuki Motor Of America, Inc. (Suzuki) is recalling certain model year 2010-2013 Kizashi vehicles manufactured October 2009 through July 2012. In the affected vehicles, spiders may weave a web in the evaporative canister vent hose, blocking it and causing the fuel tank to have an excessive amount of negative pressure.","Negative pressure could cause the fuel tank to crack resulting in a fuel leak, increasing the risk of a fire.","Suzuki is in the process of notifying owners, and dealers will replace the evaporative canister vent line on the affected vehicles with a vent line that has a filter on the end. If the canister vent line is found to be obstructed by a spider web, the fuel tank will also be replaced. These repairs will be performed free of charge. The recall began on August 12, 2014. Owners may contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is VG." -07/30/2014,14C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C005000),"Recaro Child Safety, LLC",Tether and Anchorage Failure/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,173063,"Recaro Child Safety, LLC (Recaro) is recalling certain ProRIDE child restraints, model number 332.01 in all colors (AK21, KAEC, KAEG, KK91, MC11, MJ15, QA56, QA9N, QQ11, QQ14, and QQ95), manufactured from April 9, 2010, through June 9, 2015, and Performance RIDE child restraints, model number 333.01 in all colors (CHIL, HABB, HAZE, JEBB, JETT, KNGT, MABB, MARI, MNGT, PLUM, PLBB, REBB, SLBB, REDD, ROBB, ROSE, SABB, SAPH, SLTE, VIBB, VIBE), manufactured from January 15, 2013, through June 9, 2015. In the event of a crash, the top tether anchorage may detach from the child restraint. As such, these restraints fail to conform to the requirements of Federal Motor Vehicle Safety Standard number 213, ""Child Restraint Systems.""","If the top tether anchorage detaches from the child restraint, there is an increased risk of injury to the child or other vehicle occupants.","Recaro will notify and send all registered owners a length of webbing with loops on both ends and instructions to further secure the child restraints. The retrofit kit will be provided free of charge. The recall began on September 16, 2015. Owners may contact Recaro customer service at 1-866-628-4750 or by email at recarorecall@m-s-s.com." -07/29/2014,14V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V460000),"General Motors, LLC",Brake Fluid may Corrode Brake Module,"SERVICE BRAKES, HYDRAULIC",14505,Vehicle,1968,"General Motors LLC (GM) is recalling certain model year 2009-2010 Chevrolet Aveo and 2009 Pontiac G3 vehicles. The vehicles may contain brake fluid which does not protect against corrosion of the valves inside the anti-lock brake system (ABS) module, affecting the closing motion of the valves.","If the ABS valve corrodes it may result in longer brake pedal travel or reduced performance, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will replace the ABS module, free of charge, in any vehicle that did not have its module replaced under a previous customer satisfaction campaign. The recall began in late September 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet), and 1-800-762-2737 (Pontiac). GM's number for this recall is 14505." -07/29/2014,14E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E051000),"Cummins, Inc.",Fuel Filter Shell may Separate and Cause Stall,"FUEL SYSTEM, DIESEL",C1545,Equipment,63600,"Cummins Inc. (Cummins) is recalling certain Fleetguard UFF-XT fuel filters, part number FF63009, manufactured April 25, 2014, to June 29, 2014 with a date code of 14115 through 14180. These fuel filters were installed on Cummins ISB engines built April 28, 2014, to July 9, 2014 and ISL engines built April 30, 2014, to July 8, 2014. Additionally, these fuel filters were distributed as replacement service parts. The fuel filter shell may separate from the fuel filter nut plate causing the engine to stall without warning.",If the engine stalls unexpectedly there is an increased risk of a crash.,"Cummins will notify owners and dealers will replace the fuel filter with a non-defective one, free of charge. The recall began on August 20, 2014. Owners may contact Cummins customer service at 1-800-223-4583. Cummins' number for this recall is C1545." -07/29/2014,14E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E050000),Dana Incorporated,Loss of Torque from Driveshaft Bond Failure,POWER TRAIN,NR (Not Reported),Equipment,25,"Dana Driveshaft Manufacturing, LLC (Dana) is recalling certain commercial vehicle lightweight driveshafts, model SPL250. In affected driveshafts, the welded bond of the driveshaft and the rear yoke may fail, leading to slippage between the driveshaft and yoke and, potentially, to loss of torque to the rear wheels.","If the welded bond fails and results in a loss of torque to the rear wheels, the vehicle operator may be unable to move the vehicle, or may experience deceleration if the vehicle is in motion, increasing the risk of a vehicle crash.","Dana has notified owners, and dealers have inspected all units and replaced those that showed signs of welding issues, free of charge. The recall began in September 2014. Owners may contact Dana customer service at 1-419-887-3000." -07/29/2014,14V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V461000),"Altec Industries, Inc.",Winch Drum may Fracture,EQUIPMENT,CSN 602,Vehicle,67,"Altec Industries, Inc (Altec) is recalling certain model year 2010-2012 D2000 and D3000 boom tip winch digger derricks, equipped with winch units manufactured by Tulsa Winch Group (formerly Gear Products). The winch drum on the affected vehicles may deform or fracture.",A fracture of the winch drum increases the risk of personal injury.,"Altec will notify owners and dealers will inspect and replace the winch drum if necessary, free of charge. The recall is expected to begin in September 2014. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 602." -07/28/2014,14E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E049000),APTIV,Aftermarket Fuel Pump may give False Fuel Readings,"FUEL SYSTEM, GASOLINE",GL14-004,Equipment,280,"Delphi Automotive Systems, LLC (Delphi) is recalling certain replacement fuel pump modules, part number FG1155-11B1, sold for use in 2005-2010 Honda Odyssey vehicles. The affected fuel pump may send an incorrect fuel reading to the fuel gauge possibly causing the vehicle to run out of fuel. The fuel gauge will always read 3/4 full to full regardless of the actual level.",A vehicle that runs out of fuel and stalls has an increased risk of a crash.,"Delphi has begun notifying dealers and distributors, and will replace the fuel pump modules, free of charge. Owners may contact Delphi customer service at 1-877-411-8770. Delphi's number for this recall is GL14-004." -07/28/2014,14V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V457000),"Porsche Cars North America, Inc.",Rear Axle Control Arms may Break,SUSPENSION,AE03,Vehicle,5,"Porsche Cars of North America, Inc. (Porsche) is recalling certain model year 2015 918 Spyder vehicles manufactured May 7, 2014, to June 18, 2014. The affected vehicles may have been manufactured with rear-axle control arms that may break, causing difficulty controlling the vehicle.","If the control arms break, the driver may lose control of the vehicle, increasing the risk of a crash.","Porsche will notify owners, and dealers will inspect and replace the control arms, as necessary, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Porsche customer service at 1-800-767-7243. Porsche's number for this recall is AE03." -07/28/2014,14V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V459000),"Gillig, LLC",Rear Brakes Missing Quick Release Valve/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,252,"Gillig, LLC (Gillig) is recalling certain model year 2013-2014 Low Floor transit buses manufactured July 25, 2013, to June 17, 2014. The affected vehicles may have been produced without a quick release valve for the rear brakes on buses built with rear disc brakes. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","If the bus's anti-lock brake system was non-functioning and the bus experienced a significant braking event that when combined with the road conditions may lock the rear brakes, then a delay in brake release timing could result in a lock up of the rear wheels, increasing the risk of crash.","Gillig will notify owners, and dealers will install a quick release valve, free of charge. The recall began on September 15, 2014. Owners may contact Gillig customer service at 1-800-735-1500." -07/28/2014,14V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V458000),"Timpte, Inc.",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,634,"Timpte, Inc. (Timpte) is recalling certain model year 2014-2015 bulk commodity hopper trailers manufactured October 9, 2013, to March 31, 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Timpte will notify owners, and Timpte or SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began on September 18, 2014. Owners may contact Timpte customer service at 1-402-367-3056 or SAF-Holland customer service at 1-888-396-6501." -07/25/2014,14E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E048000),"Grainger (W.W. Grainger, Inc.)",Imperial Triangle Warning Signs/FMVSS 125,EQUIPMENT,NR (Not Reported),Equipment,16527,"Imperial Supplies, LLC, a division of W.W. Grainger, Inc., is recalling certain triangle warning signs manufactured by Torch. Test reports indicate that the triangle warning signs, labeled C&J, may reflect an inadequate amount of light. As such, these triangle warning kits fail to comply with Federal Motor Vehicle Safety Standard No. 125, ""Warning devices.""","Warning triangles that do not properly reflect light may fail to warn others that a vehicle is parked, increasing the risk of a crash.","Imperial Supplies, LLC will notify customers and will replace the current triangle warning signs with new triangle signs. The recall began in late September 2014. Owners may contact Imperial Supplies, LLC customer service at 1-800-558-2808 ext 4964344." -07/25/2014,14V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V455000),Kovatch Mobile Equipment Corp.,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,2014-SR01,Vehicle,10,"Kovatch Mobile Equipment Corp. (Kovatch) is recalling certain model year 2013-2014 Predator and 2014 Panther fire fighting vehicles manufactured October 2013 to March 2014, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Kovatch will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on August 24, 2015. Owners may contact Kovatch at 1-800-235-3926. Kovatch's number for this campaign is 2014-SR01." -07/25/2014,14E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E047000),Autotech Accessories Inc.,Spokes May Break On The Wheel,WHEELS,NR (Not Reported),Equipment,1600,"Autotech Accessories Inc. (Autotech) is recalling certain Avid 03 15x8.0 +25 offset aftermarket wheels, part numbers AV0315804H25MF (machined face), AV0315804H25SL (silver face), AV0315804H25GL (gold face), and AV0315804H25WH (white face), manufactured March 2013 to October 2013. The spokes of the affected wheels may break causing the rim to separate from the center part of the wheel.","If the rim separates from the center part of the wheel, there is an increased risk of a crash.","Autotech will notify owners, and dealers will replace the affected wheels, free of charge. The recall began in September 2014. Owners may contact Autotech customer service at 1-818-626-9768." -07/25/2014,14V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V492000),Wilson Trailer Company,Suspension Pivot Bolt Failure,SUSPENSION,926P,Vehicle,716,"Wilson Trailer Company (Wilson) is recalling certain model year 2014-2015 Grain and Livestock trailers manufactured September 20, 2013, to July 18, 2014, and equipped with certain Pivot Bolts Part Number 93201070. The affected pivot bolts may experience an intergranular quench crack where the bolt head meets the body of the bolt.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Wilson will notify owners, and dealers or authorized repair facilites will replace the pivot bolts, free of charge. The recall began in September 2014. Owners may contact Wilson customer service at 1-800-798-2002. Wilson's number for this recall is 926P." -07/25/2014,14V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V493000),"ST Engineering Hackney, Inc",Trailer Suspension Pivot Bolt Failure,SUSPENSION,14E-024,Vehicle,9,"VT Hackney, Inc. (VT Hackney) is recalling certain model year 2013-2014 Side Loading Beverage Trailers manufactured December 5, 2013, to April 5, 2014, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","VT Hackney will notify owners, and dealers will replace the pivot bolts, free of charge. The recall is expected to begin in September 2014. Owners may contact VT Hackney customer service at 1-800-763-0700. VT Hackney's number for this recall is 14E-024." -07/24/2014,14V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V453000),"Godwin Manufacturing Company, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,6,"Godwin Manufacturing Company, Inc. (Godwin) is recalling certain model year 2010 Ford F-450; 2011 Ford F-550; 2012 Ford F-350 and 2013 F-350 Super Duty trucks modified by Godwin and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Godwin will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began October 28, 2014. Owners may contact Godwin customer service at 1-800-892-0181." -07/24/2014,14E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E046000),SKF USA Inc.,Wheel Seal Inner Diameter too Large,POWER TRAIN,PRO14-004USCA,Equipment,82509,"SKF USA, Inc. (SKF) is recalling certain axle seals, part numbers 28554 and 28555, installed on 1999-2013 Chevrolet and GMC full size vans, pickup trucks, and SUV's with a full floating rear end. The inner diameter of the affected seals may be too large to adequately contain the differential gear oil, allowing it to leak onto the rear brakes.","Leaking gear oil can contaminate the brake friction material, reducing the vehicle's braking ability and increasing the risk of a crash.","SKF will notify owners. For vehicles that had seal 28554 installed, service centers will inspect each vehicle and replace any axle seal that is leaking. Vehicles that had axle seal 28555 installed will have their axle seals replaced. These services will be performed free of charge. The recall began during September 2014. Owners may contact SKF customer service at 1-800-644-8999. SKF's number for this recall is PRO14-004USCA." -07/23/2014,14V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V454000),Greenfield Products,Boom Dolly Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,9,"Greenfield Products (Greenfield) is recalling certain model year 2013 D3; 2014 C3 and 2014 B2 Boom Dolly's manufactured November 2013 to March 2014, and equipped with suspension pivot bolts by SAF-Holland. The affected boom dolly suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the boom dolly, increasing the risk of a crash.","Greenfield will notify owners and will replace the pivot bolts, free of charge. The recall recall began on November 21, 2014. Owners may contact Greenfield at 1-708-331-3115. Note: This recall supersedes recall 14V-733." -07/23/2014,14V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V446000),"General Motors, LLC",Front Seats may not Remain Anchored in Vehicle,SEATS,14340,Vehicle,124007,"General Motors LLC (GM) is recalling certain model year 2013-2014 Buick Encore and Cadillac ATS; 2014 Cadillac CTS, ELR, Chevrolet Caprice and SS vehicles; and 2014-2015 Chevrolet Silverado and GMC Sierra Trucks. Due to an incomplete weld on the seat hook bracket assembly, the front seats in the affected vehicles may not stay secured in place during a high load condition such as a crash.",A seat that does not stay secured increases the risk of occupant injury in a vehicle crash.,"GM will notify owners, and dealers will inspect the seat hook bracket assembly weld and replace the lower seat track, as necessary, free of charge. The recall began on August 15, 2014. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-458-8006 (Cadillac), 1-800-222-1020 (Chevrolet), and 1-800-462-8782 (GMC). GM's number for this recall is 14340." -07/23/2014,14V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V450000),"General Motors, LLC",Loss of Power Steering Assist,STEERING,14330,Vehicle,57242,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Impala vehicles manufactured November 5, 2012, to December 20, 2013. Due to a poor electrical ground connection to the Power Steering Control Module (PSCM), the affected vehicles may have a loss of power steering assist during start up or while driving.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","GM will notify owners, and dealers will clean paint from behind the ground stud nut and update the PSCM software, free of charge. Owners may contact Chevrolet customer service at 1-800-222-1020. The recall began on August 21, 2014. GM's number for this recall is 14330." -07/23/2014,14V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V449000),"Forest River, Inc.",Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,NR (Not Reported),Vehicle,1041,"Forest River Inc. (Forest River) is recalling certain model year 2013-2014 Georgetown, Sunseeker, Forester, Cross Country, Pathfinder, Cardinal, Blue Ridge, Cedar Creek, and Brookstone recreational vehicles manufactured March 11, 2013, through April 26, 2013 and equipped with certain Frigidaire Convection Microwave models CFMV152CLB and CFMV154CLS. The microwave may start on it's own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Forest River will notify owners, and dealers will repair the membrane/keypad component, free of charge. The recall began in February 2015. Owners may contact Forest River customer service at 1-800-353-7383." -07/23/2014,14V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V452000),Collins Bus Corporation,Propane Fuel Line may Rub on Body Mount,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,374,"Collins Bus Corporation (Collins) is recalling certain model year 2012-2014 DH500, DH516, DH516WR, DE500, and DE516WR school buses manufactured May 18, 2012, to May 30, 2014. In the affected vehicles, the propane fuel line may rub on the third body mount bolt on the left rear of the frame rail possibly resulting in damage to the propane fuel line.","Damage to the fuel line may cause a propane leak which may result in a vehicle stall, increasing the risk of a crash. Additionally, a propane leak in the presence of an ignition source may result in a fire.","Collins will notify owners, and dealers will inspect and relocate the propane fuel line, free of charge. The recall began Spetember 23, 2014. Owners may contact Collins customer service at 1-800-533-1850." -07/23/2014,14V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V451000),"General Motors, LLC",Roof Rail Air Bag may Puncture During Deployment,AIR BAGS,14359,Vehicle,22,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Suburban, Suburban LTZ, Tahoe, Tahoe LTZ, GMC Yukon, and Yukon XL Denali vehicles manufactured on May 13, 2014. The affected vehicles were assembled with a roof rail air bags (RRAB) that were not reinforced at the points were the bags contact the hardware used to attach the roof carrier.","During deployment, the RRAB may be punctured or torn by the roof carrier hardware, reducing its performance and increasing the risk of occupant injury in the event of a crash.","GM will notify owners, and dealers will replace the roof carrier attaching hardware, free of charge. The recall is expected to begin in early September 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14359." -07/23/2014,14V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V447000),"General Motors, LLC",Seat Height Adjuster Bolt may Fall out,SEATS,14271,Vehicle,414333,"General Motors LLC (GM) is recalling certain model year 2011-2012 Buick LaCrosse, Regal and Chevrolet Camaro, as well as certain 2010-2012 Cadillac SRX, Chevrolet Equinox and GMC Terrain vehicles, equipped with power height adjustable driver and passenger seats. In the affected vehicles, the bolt that secures the driver's and passenger's power front seat height adjuster may fall out causing the seat to drop suddenly to the lowest vertical position.","If the driver's seat unexpectedly drops, the distraction and altered seat position may affect the drivers' control of the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will replace the height adjuster shoulder bolts, free of charge. The manufacturer distributed interim letters to owners on September 11, 2014. The recall began on December 26, 2014. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-458-8006 (Cadillac), 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14271." -07/22/2014,14V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V444000),Blue Bird Body Company,Fuel Line may Crack near Support Bracket,"FUEL SYSTEM, OTHER",R14XJ,Vehicle,4,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2013-2015 Vision nonschool buses manufactured December 5, 2011, to July 2, 2014, and equipped with the optional Roush CleanTech propane fuel system. In the affected vehicles, the return fuel line may crack near the support bracket.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Blue Bird will notify owners, and dealers will replace the existing fuel return line with a new line and support clamps, free of charge. The recall began on September 29, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XJ." -07/22/2014,14V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V443000),Blue Bird Body Company,Fuel Line may Crack near Support Bracket,"FUEL SYSTEM, OTHER",R14XJ,Vehicle,3406,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2013-2015 Vision school buses manufactured December 5, 2011, to July 2, 2014, and equipped with the optional Roush CleanTech propane fuel system. In the affected vehicles, the return fuel line may crack near the support bracket.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Blue Bird will notify owners, and dealers will replace the existing fuel return line with a new line and support clamps, free of charge. The recall began on September 29, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XJ." -07/22/2014,14V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V448000),Truck Equipment Service Company,Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,67,"Truck Equipment Service Company (Truck Equipment) is recalling certain model year 2014 Cornhusker 800SR, and 800ESR grain trailers, equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Truck Equipment will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began January 16, 2015. Owners may contact Truck Equipment customer service at 1-800-869-0363, or SAF-Holland customer service at 1-888-396-6501." -07/21/2014,14V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V441000),"Volkswagen Group of America, Inc.",Bubbles in Fuel may Result in Engine Stall,"FUEL SYSTEM, GASOLINE",24AV/2W,Vehicle,151389,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009-2014 Tiguan vehicles manufactured July 2007 to June 2014. When using winterized fuel, in certain conditions bubbles may form in the fuel system which could result in the vehicle stalling.",A vehicle stall increases the risk of a crash.,"Volkswagen will notify owners, and dealers will update the vehicle's software to increase the fuel pump pressure, free of charge. The recall is expected to begin August 19, 2014. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 24AV/2W." -07/21/2014,14V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V438000),"Chrysler (FCA US, LLC)",Knee Contact may Turn Ignition Switch Off,ELECTRICAL SYSTEM,P41,Vehicle,649353,"This defect can affect the safe operation of the airbag system. Until this recall is performed, drivers should adjust their seat to allow clearance between the driver's knee and the ignition key, and remove all items from their key ring, leaving only the vehicle key. Chrysler Group LLC (Chrysler) is recalling certain model year 2005-2007 Jeep Grand Cherokee vehicles manufactured February 11, 2004, to July 5, 2007, and 2006-2007 Jeep Commander vehicles manufactured January 31, 2005, to July 5, 2007. In the affected vehicles, the driver may accidentally hit the ignition key with their knee, unintentionally knocking the key out of the run position, turning off the engine.","If the ignition key inadvertently moves into the OFF or ACCESSORY position, the engine will turn off, which will then depower various key safety systems including but not limited to air bags, power steering, and power braking. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the ignition switch, free of charge. Chrysler sent interim notifications to owners in September 2014. The recall began on October 9, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P41." -07/21/2014,14V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V439000),PACCAR Incorporated,Loose Electrical Connectors may result in Stall,ELECTRICAL SYSTEM,"14KWH,714-G",Vehicle,1966,"PACCAR Inc. (PACCAR) is recalling certain model year 2013-2015 Kenworth K300 and Peterbilt 210, 220, and 320 chassis manufactured March 14, 2012 to July 14, 2014. The affected vehicles may have loose fitting electrical connectors on the power distribution module which may cause the engine to shut off.",An unexpected engine shut down increases the risk of a crash.,"PACCAR will notify owners, and dealers will install nylon tie straps to hold the connectors in place until the permanent remedy, a connection position device, becomes available. Both remedies will be provided free of charge. The recall began January 29, 2015. For more information, Peterbilt owners may call 1-940-591-4220 and Kenworth owners may call 1-425-828-5000. PACCAR's number for this recall is 14KWH (Kenworth), and 714-G (Peterbilt)." -07/21/2014,14V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V440000),"General Motors, LLC",Lower Control Arm Bolts Not Fastened Properly,SUSPENSION,14453,Vehicle,1919,"General Motors LLC (GM) is recalling certain model year 2014 Spark vehicles manufactured from May 7, 2014, to May 26, 2014. In the affected vehicles, the left and right lower control arm attaching bolts in the front suspension may not be tightened to specification.","If the lower control arm bolts are not tightened properly, the lower control arm may separate from the steering knuckle while driving, causing a loss of steering, increasing the risk of a crash.","Owners are instructed NOT to drive their vehicles until the recall remedy has been completed. Owners should call a Chevrolet dealer immediately to arrange for their vehicle to be transported free of charge for servicing. GM will notify owners, and dealers will inspect the left and right lower control arm attaching bolts to make sure that they are tightened to the proper specification, free of charge. The recall began on August 1, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14453. Note: Owners are advised not to drive the vehicle until the repairs have been completed." -07/21/2014,14V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V442000),"Forest River, Inc.",Pipe Damage Due To Axle Suspension,EQUIPMENT,FR430-14-1,Vehicle,302,"Forest River, Inc. (Forest River) is recalling certain model year 2013-2015 F33-CKTS fifth wheels, equipped with I.D. black iron pipe for the L.P. system. The affected vehicles may experience the pipe being damaged or punctured due to the spring action of the axle suspension.","If the iron pipe becomes damaged due to the spring action of the axle suspension, it could potentially cause a vehicle fire.","Forest River will notify owners, and dealers will install a replacement kit, part number 32096, free of charge. The recall began in September 2014. Owners may contact Forest River customer service at 1-219-533-5934. Forest River's number for this recall is FR430-14-1." -07/21/2014,14E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E044000),"Dorman Products, Inc.",Steering Shaft Inadequate Support of U-Joint,STEERING,NR (Not Reported),Equipment,7304,"Dorman Products, Inc. (Dorman) is recalling certain replacement intermediate steering shafts sold under the Dorman, OE Solutions, and Solutions brand names, part numbers 425-167, 2425167, and 7-3074, for installation on 2004-2012 Chevrolet Malibu, 2005-2010 Pontiac G6, and 2007-2009 Saturn Aura vehicles. The affected steering shafts may have a yoke that inadequately supports the u-joint bearing resulting in a premature failure.","A joint bearing that fails prematurely may cause separation of the u-joint resulting in a complete loss of steering control, increasing the risk of a crash.","Dorman will notify owners, and dealers will refund the purchase price or replace the steering shafts, free of charge. The recall began in September 2014. Owners may contact Dorman customer service at 1-800-523-2492." -07/18/2014,14V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V433000),Hyundai Motor America,Brake Lines Leaking Brake Fluid,"SERVICE BRAKES, HYDRAULIC",122,Vehicle,133075,"Hyundai Motor Company (Hyundai) is recalling certain model year 2011 Sonata vehicles manufactured from December 11, 2009, through September 1, 2010. The affected vehicles may experience a brake fluid leak from the two brake lines that connect the brake system's master cylinder to the Hydraulic Electronic Control Unit (HECU) due to insufficient seal between the inner brake hose and metal brake line fitting.","If the brake lines leak brake sufficient fluid, the brake warning lamp in the instrument cluster will illuminate and longer stopping distance will be required, increasing the risk of a vehicle crash.","Hyundai will notify owners, and dealers will replace the brake hoses with a revised service part, free of charge. The recall began in September 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 122." -07/18/2014,14V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V435000),Hyundai Motor America,Front Coil Spring Corrosion,SUSPENSION,124,Vehicle,271773,"Hyundai Motor Company (Hyundai) is recalling certain model Year 2001-2006 Santa Fe vehicles manufactured from March 31, 2000, through February 15, 2006, that are registered and operated, or which were originally sold and registered, in the following 20 �salt belt"" states and the District of Columbia: Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, and Wisconsin. The affected vehicles may experience front coil spring corrosion from road salt, causing the coil spring to fracture and make contact with the tire.","If the front coil spring fractures due to corrosion it could cause the coil spring to make contact with the tire, possibly puncturing the tire and increasing the risk of a vehicle crash.","Hyundai will notify owners, and dealers will inspect and if necessary replace the coil spring, free of charge. The recall began on October 24, 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 124." -07/18/2014,14V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V445000),Capacity of Texas,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,50,Capacity of Texas (Capacity) is recalling certain model year 2008-2014 terminal tractors trucks equipped with certain Cummins Westport Model ISL G and ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.,"The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and dealers will upload a new ECM calibration, free of charge. The recall began during November 2014. Owners may contact Capacity customer service at 1-800-323-0135. Owners may also contact Cummins Inc. at 1-800-343-7357. Cummins' number for this recall is C1462 (for ISL G engines) or C1461 (for ISX12 G) engines." -07/18/2014,14E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E043000),"Helmet City, Inc.",Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,1755,"Helmet City, Inc. (HCI) is recalling certain HCI Model 100 L, XL, and XXL motorcycle helmets manufactured in August 2012. The helmets fail to comply with Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","In the event of a crash, the rider may be at an increased risk of a head injury.","HCI will notify owners, and distributors will replace the old helmet with a new helmet with a production date of 2014, free of charge. The recall began on September 24, 2014. Owners may contact HCI customer service at 1-888-550-3731." -07/18/2014,14V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V436000),Blue Bird Body Company,O-Ring Failure In Low Temperatures/CNG Leak,"FUEL SYSTEM, OTHER",R14XH,Vehicle,32,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2013-2014 All American rear engine school buses manufactured July 21, 2011 to April 30, 2014, and equipped with CNG fuel systems and delivered to or registered in the following ""Cold Weather"" states: Colorado, Pennsylvania, Utah, and Wyoming. In the affected vehicles, an O-ring in the pressure relief device for the compressed natural gas (CNG) system may fail at cold temperatures resulting in a natural gas leak.",A natural gas leak in the presence of an ignition source could potentially cause a fire or explosion.,"Blue Bird will notify owners, and dealers will replace the original pressure relief device and o-ring with a new one, free of charge. The recall began on September 8, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XH." -07/18/2014,14V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V437000),Koenigsegg Automotive AB,Tire Pressure Monitoring System/FMVSS 138,TIRES,NR (Not Reported),Vehicle,1,"Koenigsegg Automotive AB (Koenigsegg) is recalling one model year 2013 Agera vehicle manufactured in December 2012, equipped a BF1 Systems Tire Pressure Monitoring System (TPMS). The affected vehicle may experience the TPMS system not illuminating the TPMS malfunction indicator light when the vehicle is restarted. Thus, this vehicle fails to comply to the Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring Systems.""","If the TPMS doesn't illuminate properly when the vehicle is restarted it could cause the driver not to know there is a problem with the tire, increasing the risk of vehicle crash.","Koenigsegg has notified the owner, and a dealer has installed a new software version, free of charge. The recall began on July 9, 2014. Owners may contact Koenigsegg's US dealer at 1-212-594-6200." -07/18/2014,14V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V434000),Hyundai Motor America,Transmission Shift Cable Detachment/Rollaway Risk,POWER TRAIN,123,Vehicle,883000,"Hyundai Motor Company (Hyundai) is recalling certain model year 2011-2014 Sonata vehicles manufactured December 11, 2009, through May 29, 2014. In the affected vehicles, the transmission shift cable may detach from from the shift lever pin.","If the transmission shift cable detaches, the transmission gear selection may not match the indicated gear and the vehicle may move in an unintended or unexpected direction, increasing the risk of a crash. Furthermore, when the driver parks the vehicle, despite selecting the 'PARK' position, the transmission may not be in 'PARK.' If the vehicle is not in the 'PARK' position and the parking brake is not applied, there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","Hyundai will notify owners, and dealers will inspect and, as necessary, repair the connection between the shift cable and shift lever, free of charge. The recall began in September 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 123." -07/16/2014,14T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T008000),Cooper Tire & Rubber Co.,Endurance Test Failure/FMVSS 139,TIRES,159,Tire,1492,"Cooper Tire & Rubber Company (Cooper) is recalling certain Wild Country Radial XTX Sport 265/65R18 tires manufactured June 1, 2014 to June 28, 2014. The affected tires may experience cracking and broken ply cords in the lower sidewall on the intended outboard side above the rim. Thus, these tires fail to comply with the requirements of the Federal Motor Vehicle Safety Standards No. 139, ""New pneumatic radial tires for light vehicles.""","If the tire experiences cracking or broken ply cords, this will increase the risk of a tire blowout and the risk of a vehicle crash.","Cooper will notify owners, and dealers will inspect and test the suspected tires, replace the ones that need to be replaced, free of charge. The recall began in August 2014. Owners may contact Cooper customer service at 1-800-854-6288. Coopers number for this recall is 159." -07/16/2014,14V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V429000),"Gulf States Toyota, Inc.",Lug Nuts Loosening,WHEELS,NR (Not Reported),Vehicle,16249,"Gulf States Toyota, Inc. (GST) is recalling certain model year 2013-2014 Toyota Tundra vehicles modified by GST as part of certain vehicle packages to be equipped with a combination of non-Toyota-brand 20-inch alloy wheels and chrome plated lug nuts. The coating on the lug nuts may give, causing the lug nuts to loosen or the wheel studs to fracture.","If the lug nuts loosen, or the wheel studs fracture, the wheel may separate from the vehicle, increasing the risk of a crash.","GST will notify owners, and dealers will replace 20 lug nuts and torque them to specification, free of charge. The recall began in August 2014. Owners may contact GST customer service at 1-800-444-1074." -07/16/2014,14E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E042000),"Trans National Trading, Inc.",Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,486,"Trans National Trading, Inc. (TNT) is recalling certain Outlaw T-70 XL motorcycle helmets manufactured in August 2012. The affected helmets fail to comply with the Federal Motor Vehicle Safety Standards No. 218, ""Motorcycle Helmets.""","In the event of a crash, the driver may be at an increased risk of a head injury.","TNT will notify owners, and dealers will adjust the density of the helmet, free of charge. Owners may contact TNT customer service at 1-323-586-8475." -07/16/2014,14V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V428000),"BMW of North America, LLC",Passenger Side Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,574007,"BMW of North America, LLC (BMW) is recalling certain model year 2000 323i sedans, coupes, convertibles, and Sports Wagons; 2000 328i sedans and coupes; 2001-2005 325i sedans, coupes, convertibles, and Sport Wagons; 2001-2005 325xi sedans and Sports Wagons; 2006 325i coupes and convertibles; 2001-2006 330i sedans, coupes, and convertibles; 2001-2005 330xi sedans; and 2001-2006 M3 coupes and convertibles to address a safety defect in the passenger side frontal air bag which may produce excessive internal pressure that could cause the air bag inflator to rupture upon deployment of the air bag.","In the event of a crash necessitating deployment of the passenger's frontal air bag, excessive internal pressure could cause rupturing of the inflator resulting in metal fragments striking and potentially seriously injuring the passenger seat occupant or other occupants.","BMW will notify owners, and dealers will replace the passenger side frontal air bag, free of charge. An interim notice was mailed to owners in September 2014. A second notice was mailed when an adequate supply of parts became available, on December 1, 2014. Owners may contact BMW customer service at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -07/16/2014,14V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V430000),"Tiffin Motorhomes, Inc.",Seat Belt Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,140,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2013 Allegro Bus recreational vehicles equipped with Villa ISS GSK driver and passenger seats. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Tiffin will notify owners, and dealers will inspect for the correct seat belt installation, or re-assemble the seat belt correctly with proper attachment hardware if necessary, free of charge. The recall began on August 25, 2014. Owners may contact Tiffin customer service at 1-256-356-8661." -07/16/2014,14V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V431000),"Tiffin Motorhomes, Inc.",Seat Belt Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,158,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2014 Allegro Bus recreational vehicles equipped with certain Villa International ABTS driver and passenger ABTS seats. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Tiffin will notify owners, and dealers will inspect and, as necessary, repair the single link system with fasteners and re-attaching the seat belt bracket, free of charge. The recall began in August 18, 2014. Owners may contact Tiffin customer service at 1-256-356-8661." -07/16/2014,14E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E041000),Ricon Corporation,Wheelchair Lift - Platform Cracking,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,28000,"Ricon Corporation (Ricon) is recalling certain model S2005, S2010, S5005, S5010, S5505, and S5510 wheelchair lifts manufactured after January 1, 2006. The platform side plate of the affected wheelchair lifts may crack.","If the platform side plates crack, the lift platform can separate from the lift and come to rest against the vehicle's lift door. When the doors are opened, the platform may fall out, increasing the risk of injury to the lift operator.","Ricon will notify owners, and dealers will install supplemental platform support bumpers. Any platform that has already started cracking will be replaced, free of charge. The recall is expected to begin during September 2014. Owners may contact Ricon customer service at 1-800-322-2884." -07/15/2014,14E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E045000),"Directed, LLC",Remote Start system may cause Vehicle Stall,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,8060,"Directed, LLC (Directed) is recalling certain remote start systems and interface modules. The affected devices may experience a condition that may shut down the vehicle if the on/off button on a remote start, or phone system application is depressed while the engine is on and the vehicle brake is subsequently applied.","An engine shut down while a vehicle is in motion increases the risk of a crash due to, among other things, a sudden loss of motive power and loss of power steering and braking capability. In addition, safety systems such as air bags are deactivated, increasing the risk of injury in the event of a crash.","Directed will notify owners, and dealers will reflash the vehicle software, free of charge. The recall began on July 24, 2014. Owners may contact Directed at 1-888-770-7122." -07/14/2014,14V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V422000),"BMW of North America, LLC",Front Passenger Air Bag Improper Deployment,AIR BAGS,NR (Not Reported),Vehicle,27,"BMW of North America, LLC (BMW) is recalling a certain model year BMW i3 vehicle manufactured March 31, 2014, and certain 2014 MINI Cooper Hardtop vehicles manufactured February 2, 2014 to May 30, 2014. The affected vehicles may have been manufactured with an air bag inflator that was not assembled correctly. This could cause the air bag to not deploy properly in the event of an accident.","If the air bag deploys improperly in the event of a crash necessitating deployment of the air bags, the seat occupant may be at an increased risk of injury.","BMW will notify owners, and dealers will replace the front passenger side air bag, free of charge. The recall began in September 2014. Owners may contact BMW customer service at 1-800-525-7417." -07/14/2014,14V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V425000),Aston Martin The Americas,Transmission Shift To Neutral,POWER TRAIN,RA-07-0018,Vehicle,440,"Aston Martin Lagonda of North America (Aston Martin) is recalling certain model year 2014 DB9 and Rapide S vehicles manufactured June 2013 to July 2014. Due to a faulty circuit board, the transmissions in the affected vehicles may inadvertently shift to neutral without input from the driver.","If the transmission shifts to neutral, the driver will not be able to maintain speed or move the vehicle out of traffic, increasing the risk of a crash.","Aston Martin will notify owners, and dealers will replace the affected circuit boards, free of charge. The recall began in October 2014. Owners may contact Aston Martin customer service at 1-888-923-9988. Aston Martin's number for this recall is RA-07-0018. Note: If the vehicle exhibits this problem, owners are advised to turn off the ignition and then restart the car which may allow the car to be driven out of harm's way." -07/14/2014,14E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E040000),PACCAR Incorporated,Warning Triangle Kits/FMVSS 125,EQUIPMENT,PPD1407,Equipment,134583,"PACCAR Parts (PACCAR), a division of PACCAR Incorporated, is recalling certain aftermarket Mirrex and TRP-branded Warning Triangle kits, sold June 1, 2009, to July 2, 2014, as Paccar part numbers GMX1005K and MD1005K. The affected warning triangle kits do not have the manufacturer's name permanently marked on each triangle in the kit. As such, these Warning Triangle kits fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 125, ""Warning devices.""","Without the required markings, owners may not be able to identify affected warning triangles involved in a recall involving their reflectivity and visibility. Triangles that have reduced visibility increase the risk of another vehicle crashing into the parked vehicle.","PACCAR will notify dealers and will refund the owners who purchased the warning triangle kits. The recall began on October 22, 2014. Owners may contact PACCAR customer service at 1-800-945-1231. PACCAR's number for this recall is PPD1407." -07/11/2014,14E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E038000),Tucker Rocky Distribution,Helmets Fail Testing/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,342,"Tucker Rocky Distribution (Tucker Rocky) is recalling certain models of Cyber River Road Grateful Dead U-6 motorcycle helmets, small and medium sizes, manufactured in December 2012. During testing, the affected helmets failed to conform to the impact attenuation requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""",The helmet may not adequately protect the wearer in the event of a crash.,"Tucker Rocky will will attempt to notify owners via signs in dealerships and media outlets since they have no record of the owners. The helmets will be replaced with helmets that meets FMVSS requirements, free of charge. The recall began on September 4, 2014. Owners may contact Tucker Rocky customer service at 1-817-258-9247." -07/11/2014,14E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E039000),AM Equipment,Wiper Arm May Detach During Use,VISIBILITY/WIPER,NR (Not Reported),Equipment,475,"AM Equipment (AME) is recalling certain Windshield Wiper System Part No. 102-1095 manufactured February 5, 2013 to July 22, 2013. The pivot shaft may loosen allowing the wiper to disengage from the vehicle during operation.","If the wiper arm disengages during use, the wipers will fail to operate during periods of poor visibility, increasing the risk of a crash.","The units were sold to Entegra Coach and Jayco, Inc. AME supplied replacement wiper kits for Entegra and Jayco to install, free of charge. Entegra and Jayco will notify owners, and dealers will replace the wiper arm, at no charge. The recall began in August 2013. Owners may contact Entegra Coach at 1-800-945-4787 or Jayco at 1-800-283-8267." -07/10/2014,14V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V426000),"Roush Performance Products, Inc.",Corrosion of Propane Tank Fuel Line Fitting,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,36,"Roush Performance Products, Inc. (Roush) is recalling certain model year 2010-2012 Ford E-150 Wagons and Cargo Vans, E-250 Cargo Vans and Extended Cargo Vans, E-350 Wagons, Extended Wagons, Cargo Vans, and Extended Vans, and E-450 Cutaway models. These models were modified by Roush to be equipped with certain propane fuel system conversion kits manufactured January 2011 to August 2012 with an aluminum fuel line fitting. Due to a reaction between the different metals, the affected kits may develop a propane leak where the aluminum fuel line fitting contacts the brass supply valve housing.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Roush will notify owners and will replace the aluminum fuel line fittings with new stainless steel fittings, free of charge. The recall began on September 1, 2014. Owners may contact Roush customer service at 1-800-597-6874." -07/10/2014,14V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V420000),Starcraft RV,Incorrect Cargo Capacity On Labels/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,42,"Starcraft RV (Starcraft) is recalling certain model year 2015 18QB AR-One travel trailers manufactured June 18, 2014, to June 23, 2014. The affected vehicles may have an incorrect Cargo Carrying Capacity (CCC) label. As such, these trailers fail to comply with Federal Motor Vehicle Safety Standard No. 110, ""Tire selection and rims and motor home/recreation vehicle trailer load carrying capacity information for motor vehicles with a GVWR of 4,536 kilograms (10,000 pounds) or less.""","The incorrect cargo carrying capacity information may result in the overloading of the trailer and exceeding the Gross Vehicle Weight Rating (GVWR). An overloaded trailer that exceeds the GVWR it may have sudden tire failure, increasing the risk of a crash.","None of the affected travel trailers have been sold. Starcraft dealers will replace the incorrect label with new labels showing the correct information, free of charge. The recall began in July 2014. Owners may contact Starcraft customer service at 1-800-945-4787." -07/10/2014,14V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V418000),"Nissan North America, Inc.",Rear Seat Belt Weld Nut,SEAT BELTS,NR (Not Reported),Vehicle,1319,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Frontier Crew Cab vehicles manufactured June 11, 2014 to June 26, 2014. The affected vehicles were manufactured with an out of specification anchor nut installed on the weld nut plate where the rear seat belt anchor is attached. The seat belt anchor bolt may not be attached as designed.","If the seat belt anchor bolt is not attached as designed, that increases the risk of injury in the event of a vehicle crash.","Nissan will notify owners, and dealers will inspect the seat belt anchor attachment and repair it if necessary, free of charge. The recall began on August 18, 2014. Owners may contact Nissan customer service at 1-800-647-7261." -07/10/2014,14E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E037000),UCI International LLC,Replacement Fuel Pumps may Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,3914,"UCI-Fram Group is recalling certain model E84070 replacement fuel pumps marketed and sold by Airtex Products, LLP. The pumps were shipped from December 11, 2013 to June 20, 2014. The affected replacement fuel pumps may begin to leak fluid caused by a poor seal around an electrical connection.","If the replacement fuel pumps begin to leak fluid in the presence of an ignition source, it will increase the risk of a vehicle fire.","Airtex will notify owners, and dealers will replace the Airtex E84070 fuel pumps, free of charge. The recall campaign is expected to begin in September 2014. Owners may contact UCI customer service at 1-800-880-3056." -07/10/2014,14V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V419000),"Nissan North America, Inc.",Seat Belt Retractor Bolts Incorrect Torque,SEAT BELTS,NR (Not Reported),Vehicle,594,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 NV passenger vans manufactured March 14, 2014 to May 15, 2014, equipped with seat belt retractors from Faurecia Automotive Systems. The seat belt retractor bolts on the 2nd, 3rd, and 4th row removable seats may not be torqued to proper specification, or may be missing, on the affected vehicles. This can cause the seat belt anchor to not be secured properly.","If the seat belt retractor bolts are not torqued to specification, or are missing, it may cause the seat belt anchor to not be secured properly. If this occurs, the belt may not properly restrain the seat occupant in the event of a crash increasing the risk of injury.","Nissan will notify owners, and dealers will inspect the seat belt retractor bolt for the proper torque, and tighten if necessary, free of charge. The recall began in September 2014. Owners may contact Nissan customer service at 1-800-647-7261." -07/10/2014,14V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V423000),"Alliance Bus Group, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,4,"Alliance Bus Group, Inc. (Alliance) is recalling certain model year 2014 Thomas MyBus vehicles, equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Alliance will notify owners, and dealers will replace the seat belt buckle, as necessary, free of charge. The recall began on July 9,2014. Owners may contact Alliance customer service at 1-866-287-4768." -07/09/2014,14V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V416000),"Strick Trailers, LLC",Rear Impact Guards/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,67,"Strick Trailers, LLC (Strick) is recalling certain model year 2011-2015 single axle van trailers manufactured March 2010 to March 2014. The affected trailers may be equipped with rear impact guard gussets part numbers 59653 and 59654. These rear impact guard gussets increase the chances of injury in the event of an accident. Thus, these trailers fail to comply with the Federal Motor Vehicles Safety Standards No. 223, ""Rear Impact Guards.""",These rear impact guards increase the risk of injury in the event of a vehicle crash.,"Strick will notify owners, and dealers will install reinforcements to the rear impact guard, or replace the rear impact guard gussets, free of charge. The recall began on August 25, 2014. Owners may contact Strick customer service at 1-800-967-6272." -07/08/2014,14V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V413000),Harley-Davidson Motor Company,Ignition Switch may Turn Off,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3361,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014.5 FXDL Dyna Low Rider motorcycles manufactured January 6, 2014, through June 19, 2014. In the affected motorcycles, certain optional performance electronic control module calibrations may allow higher engine rpms that could result in engine vibrations that cause the ignition switch to move from the ""IGN"" (ignition on) to ""ACC"" (accessory only) position, which will shut the engine off.","If the vibration causes the ignition switch to move to the accessory only position, the motorcycle would stall while riding, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will replace the engine mount bracket assembly and ignition switch knob, free of charge. The recall began on July 29, 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464." -07/08/2014,14V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V415000),Hyundai Motor America,Oil Leak From Front Cylinder Valve Cover,ENGINE AND ENGINE COOLING,121,Vehicle,61122,"Hyundai Motor Company (Hyundai) is recalling certain model year 2007-2012 Veracruz vehicles manufactured from December 26, 2006, through July 24, 2012. The affected vehicles may experience an oil leak from the front cylinder bank valve cover gasket. If there is a sufficient amount of oil dropped onto the alternator, the alternator will be damaged causing the charging system to become inoperative.","If the alternator is damaged, the charging system warning lamp in the instrument cluster will illuminate, and the engine will lose power and the vehicle will eventually stop operating while being driven. An unexpected failure of motive power while driving increases the risk of a crash.","Hyundai will notify owners, and dealers will inspect/repair or replace the alternator and the front valve cover gasket, free of charge. Hyundai sent out an interim letter to owners on September 3, 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 121." -07/08/2014,14V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V411000),"J C Madigan, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,"J.C. Madigan, Inc. (J.C. Madigan) is recalling one model year 2011 Ford F-550, and one model year 2013 Ford F-450 chassis with a 6.8L gasoline engine dump trucks equipped with certain PTO Assembly Pressure Switches, part number 30T37594, manufactured June 2009 through June 2013, used in power take off (PTO) assemblies. The switch may begin leaking oil.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","J.C. Madigan will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began in September 2014. Owners may contact J.C. Madigan customer service at 1-978-847-2900." -07/08/2014,14V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V410000),Vermeer Manufacturing Company,Suspension Pivot bolts may Loosen,SUSPENSION,IK00-3061,Vehicle,58,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2010-2014 R9X12T trailers manufactured November 28, 2012, to March 21, 2014; R400T trailers manufactured August 27, 2013, to June 16, 2014; and R600HC trailers manufactured October 28, 2013, to April 25, 2014. In the affected drilling fluid reclaimer trailers, the suspension pivot bolts could loosen causing axle separation.","If the axle separates from the reclaimer, there is an increased risk of a crash.","Vermeer will notify owners, and dealers will add welds to secure the suspension pivot bolts, free of charge. The recall began on September 8, 2014. Owners may contact Vermeer customer service at 1-800-829-0051. Vermeer's number for this recall is IK00-3061." -07/08/2014,14V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V414000),Toyota Motor Engineering & Manufacturing,Transmission Shift Cable/Rollaway/FMVSS 102,POWER TRAIN,NR (Not Reported),Vehicle,263,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Sienna vehicles manufactured June 17, 2014, through June 24, 2014. The affected vehicles have a transmission shift control cable whose protective cable sleeve may have been damaged during assembly. This could cause the control cable to bind or separate during gear shift operation causing incorrect gear selection. As such, these vehicles fail to comply with the requirements of the Federal Motor Vehicle Safety Standard No. 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect.""","If the transmission shift cable separates while the vehicle is being driven, the transmission gear selection may not match the indicated gear and the vehicle may move in an unintended or unexpected direction, increasing the risk of a crash. Furthermore, when the driver goes to stop and park the vehicle, despite selecting the 'PARK' position, the transmission may not be in 'PARK.' If the vehicle is not in the 'PARK' position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","Toyota will notify owners, and dealers will inspect and replace the transmission shift control cable, as necessary, free of charge. The recall began in early August 2014. Owners may contact Toyota customer service at 1-800-331-4331." -07/07/2014,14V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V408000),"Genuine Scooters, LLC",Faulty Circuit In ECU may Result in Engine Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,800,"Genuine Scooters, LLC (Genuine) is recalling certain model year 2014 Stella 125 Automatic scooters manufactured December 2013 to March 2014. The affected scooters may have a faulty engine control unit (ECU) which can cause the engine to stall without warning.",If the engine stalls while the scooter is being ridden there is an increased risk of a crash.,"Genuine will notify owners, and dealers will replace the ECU with a new one, free of charge. The recall began on August 29, 2014. Owners may contact Genuine customer service 1-773-433-1311." -07/07/2014,14V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V412000),"Volkswagen Group of America, Inc.",Front Stabilizer Links may Detach,STEERING,40K9/1W,Vehicle,2001,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2015 Golf and GTI vehicles manufactured January 27, 2014, to May 12, 2014. In the affected vehicles, the stabilizer link fasteners may come loose and possibly interfere with the steering of the vehicle.","A loose stabilizer link may interfere with the vehicle's steering, requiring additional effort to control the vehicle, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the front stabilizer links, free of charge. The recall began in July 2014. Owners may contact Volkswagen customer service at 1-800-822-8987. Volkswagen's number for this recall is 40K9/1W." -07/03/2014,14E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E036000),Brake Parts Inc.,Brake Shoe Lining Detachment,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,131568,"Brake Parts Inc, (BPI) is recalling certain ACDelco Part Nos. 17855B, 14855B, B855L, 17960B, 17815B, 14815B, B815L, 178589B, and 14589B, Carquest Part Nos. BS855, BS960, BS815, and BS589, Federated Part Nos. BS855, BS960, BS815, and BS589, and Raybestos Part Nos. 855PG, 855SG, 960PG, 815PG, 815SG, 589PG, and 589SG rear wheel brake shoes manufactured April 1, 2013 to April 19, 2014. The affected brake shoes may experience detachment from the steel shoe during operation.","Detachment of the shoe steel from the brake lining can reduce braking force, increasing stopping distance or could result in a wheel lock up condition, rendering the vehicle undriveable. Either condition could result in a vehicle crash.","BPI will notify owners, and dealers will replace the brake shoe free of charge. The recall began during July 2014. Owners may contact BPI customer service at 1-815-363-9000." -07/03/2014,14V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V400000),"General Motors, LLC",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,14350,Vehicle,5877718,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. General Motors LLC (GM) notified the agency on July 3, 2014, that they are recalling 5,877,718 model year 2000-2005 Chevrolet Impala and Monte Carlo, 1997-2003 Chevrolet Malibu, 2004-2005 Malibu Classic, 1999-2004 Oldsmobile Alero, 1998-2002 Oldsmobile Intrigue, 1999-2005 Pontiac Grand Am and 2004-2008 Pontiac Grand Prix vehicles. In these models, the weight on the key ring and/or road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury.","GM will notify owners, and dealers will install two key rings and an insert in the key slot or a cover over the key head on all ignition keys, free of charge. The recall began on September 9, 2014. GM's number for this recall is 14350." -07/02/2014,14V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V405000),Ford Motor Company,Brake Calipers may Leak,"SERVICE BRAKES, HYDRAULIC",14S14,Vehicle,635,"Ford Motor Company (Ford) is recalling certain model year 2014 F-53 motorhome chassis and F-59 commercial chassis manufactured February 14, 2014, to March 7, 2014. The affected chassis may have incorrectly machined brake calipers that may leak brake fluid.","Brake caliper leaks will cause longer brake pedal travel and lengthened stopping distances, increasing the risk of a crash.","Ford has notified owners. Dealers will inspect the vehicles and replace the affected brake calipers, free of charge. The recall began on July 28, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S14." -07/02/2014,14V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V406000),Ford Motor Company,Brake Resevoir Cap Incorrect/FMVSS 135,EQUIPMENT,14C06,Vehicle,368,"Ford Motor Company (Ford) is recalling certain model year 2014 Transit Connect vehicles manufactured March 1, 2014, through May 15, 2014. The affected vehicles may have a brake reservoir cap that does not have the required text advising owners which brake fluid the vehicle uses. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 135, ""Light Vehicle Brake Systems.""","Without the correct brake reservoir label on the cap someone may add the wrong brake fluid, causing damage to the brake system seals, resulting in brake fluid leaks, lengthened stopping distances and increasing the risk of a crash.","Ford has notified owners. Dealers will replace the brake reservoir cap with a correct one, free of charge. The recall began on July 14, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14C06." -07/02/2014,14V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V404000),"General Motors, LLC",Driver's Master Power Window Switch may Short,VISIBILITY,14309,Vehicle,184611,"General Motors LLC (GM) is recalling certain model year 2005-2007 SAAB 9-7x; 2006 Chevrolet Trailblazer EXT and GMC Envoy XL; and 2006-2007 Chevrolet Trailblazer, GMC Envoy, Buick Rainier and Isuzu Ascender vehicles. Fluid may enter the driver's door master power window switch module, causing corrosion that could result in a short in the circuit board. A short may cause the power door lock and power window switches to function intermittently or become inoperative. The short may also cause overheating, which could melt components of the door module, producing odor, smoke, or a fire.","A short in the circuit board could lead to a fire, increasing the risk of personal injury. A fire could occur even while the vehicle is not in use. As a precaution, owners are advised to park outside until the remedy has been made.","GM will notify owners, and dealers will inspect the part number on the door module, and install a new door module if necessary, free of charge. Parts for the remedy are not currently available. An interim letter was mailed to owners in August 2014. A second owner letter will be mailed when parts are available. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-222-1020 (Chevrolet), 1-800-462-8782 (GMC), 1-800-955-9007 (SAAB), and 1-800-255-6727 (Isuzu). GM's number for this recall is 14309. NOTE: This recall provides a new remedy for all vehicles covered by recall 13V-248. Vehicles whose modules were modified but not replaced as part of the previous recall remedy must have their vehicles remedied again under this campaign." -07/02/2014,14V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V401000),Ford Motor Company,Electrical Junction Block Short Circuit,ELECTRICAL SYSTEM,14S11,Vehicle,4867,"Ford Motor Company (Ford) is recalling certain model year 2011-2014 Ford F-59 commercial chassis vehicles manufactured December 17, 2009, to April 30, 2014. Corrosive environments, such as water mixed with road salt, may cause a short circuit between the electrical junction block and the mounting bracket/frame.",A short circuit may result in a fire.,"Ford will notify owners, and dealers will replace the junction block with an improved design, free of charge. The recall began on July 28, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S11. Note: Since the short may result in a fire whether the vehicle is being operated or not, owners are advised to park affected vehicles outside until they have received the recall remedy." -07/02/2014,14V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V417000),"General Motors, LLC",Engine Block Heater Power Cord Damage,EQUIPMENT,14257,Vehicle,2990,"General Motors LLC (GM) is recalling certain model year 2013-2014 Buick Encore all-wheel-drive vehicles manufactured August 23, 2012, to September 9, 2013; Verano vehicles manufactured August 8, 2012, to June 20, 2013; Chevrolet Cruze vehicles manufactured August 7, 2012, to August 16, 2013, and 2012-2014 Chevrolet Sonic vehicles manufactured May 10, 2011, to August 16, 2012 equipped with a Calix oil pan/block heater. In cold temperatures, the insulation on the engine block heater cord can become damaged, allowing the wires to be exposed.",Exposed wires increase the risk of electrical shock and personal injury if the cord is handled while it is plugged in.,"GM will notify owners, and dealers will replace the engine oil pan/block heater cord with a new cord that is rated for temperatures of minus 40 degree Celsius. The recall began in August 2014. Owners may contact Buick customer service at 1-800-521-7300 or Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14257." -07/02/2014,14E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E034000),LiquidSpring LLC,Fluid Volume Mount Bracket Fracture,SUSPENSION,NR (Not Reported),Equipment,235,"LiquidSpring LLC (Liquid Spring) is recalling certain aftermarket CLASS DS96F-A, DS96F-M and DS96F-MC suspensions for Ford E-450 chassis; DS120F-A and DS120F-A10 suspensions for Ford F-450 chassis; DS137F-A and DS137F-A10 suspensions for Ford F-550 chassis with 18,000lb GVWR; DS147F-B2 suspensions for Ford F-550 chassis with 19,500lb GVWR; and DS96GM-AR, DS96GM-AR12, DS96GM-AM and DS96GM-MR suspensions for Chevrolet G3500/4500 chassis. The mounting bracket that attaches the suspension fluid tank to the frame may fail allowing the fluid tank to separate from the vehicle.","If the suspension fluid tank mount fractures and the tank separates from the chassis, the tank may become a road hazard, increasing the risk of a crash.","Liquid Spring will notify owners, and dealers will install a new re-designed bracket, free of charge. The recall began on August 18, 2014. Owners may contact Liquid Spring customer service at 1-765-474-7816 extension 109." -07/02/2014,14V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V402000),Ford Motor Company,Fuel Tank may Leak,"FUEL SYSTEM, GASOLINE",14S12,Vehicle,175,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford Fiesta vehicles manufactured October 25, 2013, to February 27, 2014. Due to a manufacturing error, the fuel tank may leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Ford has notified the affected owners. Dealers will replace the fuel tank, free of charge. The recall began on July 14, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S12." -07/02/2014,14V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V393000),Ford Motor Company,Halfshaft Disengagement/Loss of Drive/Roll Away,POWER TRAIN,14S10,Vehicle,83250,"Ford Motor Company (Ford) is recalling certain model year 2012-2014 Ford Edge and Lincoln MKX vehicles manufactured September 2, 2010, to November 30, 2013; 2013-2014 Ford Taurus and Lincoln MKS vehicles manufactured August 25, 2011, to November 30, 2013; and 2013-2014 Ford Flex and Lincoln MKT vehicles manufactured September 12, 2011, to November 30, 2013. In the affected vehicles, the halfshaft retention circlip may not have been properly installed, and as a result, the halfshaft may move outward and disengage from the linkshaft while driving and without prior warning.","If the halfshaft and linkshaft become disengaged while driving, power will no longer be transmitted to the wheels, increasing the risk of a vehicle crash. Additionally, if the parking brake is not applied before exiting the vehicle, the vehicle may roll away despite the transmission being placed in 'Park', increasing the risk of injury to exiting occupants and bystanders.","Ford will notify owners, and dealers will inspect the vehicles to make sure that the halfshaft is properly retained. If it is not, dealers will replace the linkshaft and also replace the halfshaft if it shows evidence of spline damage, free of charge. The recall began on August 4, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S10." -07/02/2014,14V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V394000),"General Motors, LLC",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,14172,Vehicle,554328,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. General Motors LLC (GM) notified the agency on July 2, 2014 that they are recalling 554,328 model year 2003-2014 Cadillac CTS vehicles manufactured August 16, 2001, to April 28, 2014, and 2004-2006 Cadillac SRX vehicles manufactured March 20, 2003, to August 11, 2006. In these models, the weight on the key ring and/or road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury.","GM will notify owners, and dealers will install two key rings and an insert in the key slot or a cover over the key head on all ignition keys, free of charge. The recall began on September 15, 2014. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14172." -07/02/2014,14V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V409000),"General Motors, LLC",Improperly Torqued Steering Component Fasteners,STEERING,14378,Vehicle,106,"General Motors LLC (GM) is recalling certain model year 2014 Buick Regal, Cadillac XTS, Chevrolet Camaro and Chevrolet Impala vehicles. Improperly torqued fasteners may cause the steering intermediate shaft and the steering gear and/or the lower control arm and the lower ball joint to separate.","If any of the components separate, the vehicle may have a loss of steering, increasing the risk of a crash.","GM began to notify owners on June 27, 2014, and dealers will inspect the fasteners for correct torque, correcting them as necessary, free of charge. Owners may contact GM customer service at 1-800-521-7300 (Buick), 1-800-458-8006 (Cadillac) or 1-800-222-1020 (Chevrolet). GM's number for this recall is 14378." -07/02/2014,14V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V407000),"General Motors, LLC",Melted Fusible Link may Result in Fire,ELECTRICAL SYSTEM,14260,Vehicle,9371,"General Motors LLC (GM) is recalling certain model year 2007-2011 Chevrolet Silverado HD 2500/3500 trucks manufactured January 18, 2007, to June 22, 2011, and GMC Sierra HD 2500/3500 trucks manufactured January 22, 2007, to June 21, 2011, and equipped with an auxiliary battery. Owners may unknowingly draw too much current through the vehicle's trailer harness resulting in the melting of fusible link for the auxiliary battery.","If the fusible link melts it may come into contact with adjacent components, damage the electrical center cover, the nearby wiring harness conduit and other vehicle components, increasing the risk of a fire.","GM will notify owners and dealers will replace the jumper harness with one that includes a 40 amp inline fuse, and provide the owner with supplemental Owner Manual information, free of charge. The recall began on August 29, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020 or GMC customer service at 1-800-462-8782. GM's number for this recall is 14260." -07/02/2014,14V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V398000),Fontaine Heavy-Haul,Missing Welds could cause Detachment of Axles,STRUCTURE,NR (Not Reported),Vehicle,2,"Fontaine Commercial Trailer Inc., doing business as Fontaine Heavy-Haul (Fontaine), is recalling certain 2015 Magnitude 100 lowbed trailers manufactured January 2014 to June 2014. The affected trailer's front bogie axle weldment, rear bogie axle structure, and rear bogie attachment lugs may not have received an adequate number of welds which may result in these components separating from the main structure.",Separation of the components from the main structure increases the risk of a crash.,"Fontaine will notify owners and the affected trailers will be shipped back to Fontaine for repair, free of charge. The recall began in July 2014. Owners may contact Fontaine Heavy-Haul at 1-205-467-6171." -07/02/2014,14V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V403000),Ford Motor Company,Panorama Roof Glass Assembly Bond,VISIBILITY,14S13,Vehicle,1867,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford Escape vehicles manufactured October 15, 2013, through October 22, 2013. The panorama roof glass may not be properly bonded to the attaching bracket.","If the glass panel is improperly bonded, the glass may separate from the vehicle, increasing the risk of a crash or injury.","Ford has notified owners. Dealers will inspect each vehicle and replace the front roof glass if its production date and sequence number falls within the affected range, free of charge. The recall is began on July 14, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S13." -07/02/2014,14V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V392000),"Chrysler (FCA US, LLC)",Rear Shock Absorbers may Partially Detach,SUSPENSION,P37,Vehicle,20347,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Jeep Cherokee and Ram 1500 and 2015 Chrysler 200 vehicles. Due to an insufficient weld, the rear shocks may detach from the vehicle at one end and possibly damage other chassis components, the tire or result in reduced braking.",Damage to the tire or reduced braking increases the risk of a vehicle crash.,"Chrysler will notify owners, and dealers will inspect the rear shocks and replace any affected ones, free of charge. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P37." -07/02/2014,14V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V456000),Sutphen Corporation,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,1,"Sutphen Corporation (Sutphen) is recalling one model year 2013 Minitower fire truck manufactured in January 2013, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Sutphen will notify the owner and a Sutphen representative will inspect and replace the seat belt buckle, as necessary, free of charge. Owners may contact Sutphen customer service at 1-866-287-5549." -07/02/2014,14V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V397000),"Autocar Industries, LLC",Unexpected Bounce During Transport,STRUCTURE,M-1408,Vehicle,287,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012-2015 Xpert trucks manufactured November 30, 2011, to November 5, 2014 and having a 164-inch wheelbase and a sweeper body which is mounted with a gap between the cab and the body (where optional equipment could be installed). When being driven at speeds above 25mph, the affected vehicles may have an unexpected bounce.","The unexpected bounce may cause the operator to lose control of the vehicle, increasing the risk of a crash.","The remedy for this recall is still under development. An interim notice was mailed to owners in August 2014. The recall began on November 20, 2014. Owners may contact Autocar customer service at 1-765-489-5499. Autocar's number for this recall is M-1408." -07/02/2014,14V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V391000),"Chrysler (FCA US, LLC)",Vanity Lamp Short may Result in Fire,ELECTRICAL SYSTEM,P36,Vehicle,653562,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2014 Dodge Durango and Jeep Grand Cherokee vehicles manufactured January 5, 2010, through December 11, 2013. In the affected vehicles, the wiring for the vanity lamp in the sun visor may short circuit, after a service repair is performed.","If the vanity lamp wiring shorts, there is an increased risk of fire.","Chrysler will notify owners, and dealers will inspect and repair any damaged wiring, and install a new sun visor that properly routes the wire, free of charge. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P36." -07/01/2014,14V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V386000),"Mercedes-Benz USA, LLC",Air Bag may not be Properly Assembled,AIR BAGS,NR (Not Reported),Vehicle,311,"Mercedes-Benz USA, LLC (Mercedes-Benz) is recalling certain model year 2014 SLK 250, SLK 350, SLK 55 AMG, SL 550, SL 63 AMG, and SL 65 AMG vehicles manufactured March 19, 2014, through May 5, 2014. Due to an air bag assembly error, the front passenger air bag may not deploy properly.","In the event of a crash necessitating front passenger air bag deployment, the front passenger seat airbag may not properly deploy, increasing the risk of injury to the front passenger seat occupant.","Mercedes-Benz will notify owners, and dealers will replace the front passenger air bag, free of charge. Mercedes-Benz distributed an interim letter to owners on July 17, 2014. A second owner letter was mailed after parts became available in mid August 2014. Owners may contact Mercedes-Benz at 1-800-367-6372. Note: Until the vehicle has been remedied, owners are advised that passengers or other items should not be placed in the passenger seat." -07/01/2014,14V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V387000),Temsa,Difficultly Seeing Oncoming Traffic from Right,VISIBILITY,NR (Not Reported),Vehicle,124,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2012 TS30 motorcoaches manufactured November 2011, to December 2011; 2013 TS30 motorcoaches manufactured September 2012, to April 2013; and 2014 TS30 motorcoaches manufactured July 2013, to April 2014. In the affected vehicles, the driver may have a hard time seeing oncoming traffic from the right side at an intersection where the angle is less than ninety degrees.",The driver's reduced ability to easily see traffic approching from the right side increases the risk of a crash.,"Temsa will notify owners, and dealers will install an additional interior mirror to improve the driver's ability to see oncoming traffic, free of charge. The recall began on November 13, 2014. Owners may contact CH Bus Sales, US Agent for Temsa, at 1-877-858-3672." -07/01/2014,14V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V396000),"Volkswagen Group of America, Inc.",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,28G1/U8,Vehicle,18526,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009 Routan vehicles. Road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the ignition key inadvertently moves into the OFF or ACCESSORY position, the engine will turn off, which will then depower various key safety systems including but not limited to air bags, power steering, and power braking. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Volkswagen will notify owners, and dealers will modify the ignition switch, free of charge. Owners may contact Volkswagen customer service at 1- 800-822-8987. An interim notice was mailed to owners on August 29, 2014. Volkswagen's number for this recall is 28G1/U8. Note: This campaign is an expansion of NHTSA Recall No. 11V-151." -07/01/2014,14V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V389000),"Jaguar Land Rover North America, LLC",Incorrect Information for Spare Tire/FMVSS 110,EQUIPMENT,J041,Vehicle,144,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2015 XK (XKR and XKR-S) vehicles manufactured August 24, 2012, to June 10, 2014, and equipped with a 5.0L engine. The tire placard has incorrect information for the spare tire stating ""none"" for the inflation pressure of the spare wheel. Thus, these vehicles do not comply with the requirements of the Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims for Passenger Cars.""","If the recommended pressure for the spare tire is not provided, the tire may not be properly inflated which may result in its failure, increasing the risk of a crash.","Jaguar will notify owners, and dealers will inspect the vehicles and, as necessary, attach a corrected tire placard label stating the tire size and pressure, free of charge. The recall began on August 29, 2014. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J041." -07/01/2014,14V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V388000),Temsa,Incorrect Labeling of Emergency Exits/FMVSS 217,EQUIPMENT,NR (Not Reported),Vehicle,495,"Temsa Global Sanayi Ve Ticaret A.S. (Temsa) is recalling certain model year 2012-2014 TS30 motorcoaches and 2007-2014 TS35C motorcoaches. The emergency roof labels do not have adequate instructions for exiting the bus in the event of an emergency. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, passengers may spend extra time trying to get the roof exit open, increasing the risk of injury.","Temsa will notify owners, and dealers will replace the emergency exit labels on the roof exit, free of charge. The recall began on September 4, 2014. Owners may contact CH Bus Sales, US Agent for Temsa, at 1-877-858-3672." -07/01/2014,14V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V384000),Morgan 3 Wheeler Limited,Missing Brake Failure Warning Lamp/FMVSS 122a,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,235,"Morgan 3 Wheeler Limited (Morgan) is recalling certain model year 2012-2014 3W motorcycles. The affected motorcycles were manufactured without a lamp to that illuminates only when the brake fluid level is low. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard No. 122a, ""Motorcycle Brake Systems.""","Without a warning to the operator that the motorcycle has low brake fluid and that the brakes may fail as a result, there is an increased risk of a crash.","Morgan will notify owners, and dealers will install warning lamp that warns of low brake fluid, free of charge. The recall began February 27, 2015. Owners may contact Morgan's US Agent at 1-505-570-1845." -07/01/2014,14V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V395000),"Jaguar Land Rover North America, LLC",Passenger Air Bag may be Disabled,AIR BAGS,P046,Vehicle,40551,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2010-2015 LR2 and 2012-2013 Range Rover Evoque vehicles. A component within the Occupant Classification System (OCS) Electronic Control Unit (ECU) may fail, resulting in the front seat passenger air bag being totally or partially disabled.","In the event of a crash necessitating air bag deployment, if the air bag is disabled, the air bag may not deploy or may not deploy properly, increasing the risk of injury to the front seat passenger.","Land Rover will notify owners, and dealers will update the Restraint Control Module software, free of charge. The recall began on August 30, 2014. Owners may contact Land Rover customer service at 1-800-637-6837. Land Rover's number for this recall is P046." -07/01/2014,14V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V390000),"Jaguar Land Rover North America, LLC",Power Assist Steering Hose Restriction,STEERING,J042,Vehicle,81,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2014 XF (XFR-S) vehicles manufactured July 2, 2013, to April 11, 2014. A component within the Power Assist Steering system (PAS) may collapse and restrict fluid flow within the PAS hose causing a loss of power steering.","The reduction of power steering assist can increase the steering effort needed, increasing the risk of a crash.","Jaguar will notify owners, and dealers will install an improved PAS hose, free of charge. the recall began on August 6, 2014. Owners may contact Jaguar customer service at 1-800-452-4827. Jaguar's number for this recall is J042." -07/01/2014,14V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V385000),Thor Motor Coach,Stair Treads may not be Secure,EQUIPMENT,RC000090,Vehicle,455,"Thor Motor Coach (Thor) is recalling certain model year 2014-2015 Axis and Vegas motorhomes manufactured August 2, 2013, to June 18, 2014. Due to the use of an incorrect adhesive, the treads on the entry stairs into the vehicle may come loose.","Loose stair treads can result in a person slipping and falling, increasing the risk of injury.","Thor will notify owners, and dealers will reinstall the stair treads with the correct adhesive and additional screws, free of charge. The recall began in August 2014. Owners may contact Thor customer service at 1-877-500-1020. Thor's number for this recall is RC000090." -06/30/2014,14V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V380000),Nova Bus (US) Inc.,Absence of ABS Malfunction Light/FMVSS 121,"SERVICE BRAKES, AIR",CR3200,Vehicle,796,"Nova Bus is recalling certain model year 2004 and 2006-2013 LFS transit buses. Due to a programming error in the vehicle control unit, the ABS malfunction light may not illuminate if the ABS control unit loses power. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","If the ABS malfunction light does not illuminate if the ABS control unit loses power, the driver would not be aware that the ABS is not functional and that the brakes may unexpectedly lock up under certain conditions when the brakes are applied, increasing the risk of crash.","Nova Bus will notify owners, and dealers will update the software for the instrument cluster, free of charge. The recall is expected to begin in late August 2014. Owners may contact Nova Bus customer service at 1-450-472-6410. Nova Bus' number for this recall is CR3200." -06/30/2014,14V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V381000),Nova Bus (US) Inc.,Alternator Cable Terminal may Fracture and Arc,ELECTRICAL SYSTEM,CR3201,Vehicle,734,"Nova Bus is recalling certain model year 2010-2014 LFS transit buses manufactured June 2010 to June 2014. In the affected vehicles, the terminal on the postive alternator cable may fracture causing the cable to arc to other components.",Arcing of the alternator cable may result in an engine compartment fire.,"Nova Bus will notify owners, and dealers will inspect the terminal and replace it if it is damaged, free of charge. The recall began August 29, 2014. Owners may contact Nova Bus customer service at 1-450-472-6410. Nova Bus' number for this recall is CR3201." -06/30/2014,14C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C004000),"Graco Children's Products, Inc.",Buckle may not Unlatch,CHILD SEAT,NR (Not Reported),Child Seat,1910102,"Graco Children's Products (Graco) is recalling certain rear-facing child restraints manufactured between July 2010 and May 2013, models SnugRide, SnugRide Classic Connect (including Classic Connect 30 and 35), SnugRide 30, SnugRide 35, SnugRide Click Connect 40, and Aprica A30. The defect involves difficulty in unlatching the harness buckle. In some cases, the buckle becomes stuck in a latched condition so that it cannot be opened by depressing the buckle's release button.","It may be difficult to remove the child from the restraint, increasing the risk of injury in the event of a vehicle crash, fire, or other emergency, in which a prompt exit from the vehicle is required.","Graco will replace the buckle with a new design, free of charge. The recall began on August 5, 2014. Owners may contact Graco at 1-877-766-7470 or online at www.gracobucklerecall@gracobaby.com, or at consumerservices@gracobaby.com. Note: In addition, Graco will conduct a consumer satisfaction campaign to cover infant child restraints manufactured with AmSafe QT3 and Signature buckles. Under this consumer satisfaction campaign, the company will provide a replacement buckle at no cost to any consumer upon their request for the useful life of the child restraint. To see if your model may be covered, or for additional information, call Graco at 1-877-766-7470, visit www.gracobucklerecall.com, or email consumerservices@gracobaby.com." -06/30/2014,14E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E033000),"S&S Truck Parts, Inc.",Incorrectly Manufactured Drag Link Assemblies,STEERING,NR (Not Reported),Equipment,109,"S&S Truck Parts, Inc. (S&S Truck) is recalling certain Newstar brand aftermarket drag link assemblies (DLA), part number S-22084, sold for aftermarket installation on certain Kenworth and Peterbilt trucks. The affected DLAs were not manufactured to the proper specifications and cannot be properly installed on the vehicles. If the installation is forced, failure of the steering system may occur.","A failure of the steering system may result in loss of vehicle control, increasing the risk of a crash.","S&S Truck will notify owners, and dealers will replace the DLAs, free of charge. The recall began in June 2014. Owners may contact S&S Truck customer service at 1-800-621-1553." -06/27/2014,14V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V378000),"Jomac, Ltd",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,7,"Jomac, Ltd. (Jomac) is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 Super Duty vehicles modified by Jomac and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Jomac will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system. Repairs will be made free of charge. The recall began September 5, 2014. Owners may contact Jomac customer service at 1-800-755-4488." -06/27/2014,14V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V383000),"Special Fleet Service, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,3,"Special Fleet Service, Inc. (Special Fleet) is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 Super Duty vehicles modified by Special Fleet and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Special Fleet has notified owners and provided a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began on June 26, 2014. Owners may contact Special Fleet customer service at 1-800-395-2152." -06/27/2014,14V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V374000),"General Motors, LLC",Transfer Case may Shift to Neutral/Rollaway Risk,POWER TRAIN,14192,Vehicle,392459,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Silverado and GMC Sierra vehicles, and model year 2015 GMC Yukon and Chevrolet Suburban and Tahoe vehicles. In the affected vehicles, an electrical signal short may cause the transfer case to shift to neutral without the driver's input.","If the transfer case switches to neutral while the vehicle is parked and the parking brake is not in use, the vehicle may roll away increasing the risk of injury to bystanders. If the transfer case switches to neutral while the vehicle is being driven, the vehicle would lose drive power, increasing the risk of a crash.","GM will notify owners, and dealers will re-program the software in the transfer case control module, free of charge. The recall began in early August 2014. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14192." -06/27/2014,14V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V375000),"General Motors, LLC",Windshield Wipers may become Inoperative,VISIBILITY,14295,Vehicle,4794,"General Motors LLC (GM) is recalling certain model year 2013-2014 Chevrolet Caprice vehicles manufactured June 7, 2013, to May 29, 2014, and 2014 Chevrolet SS vehicles manufactured September 13, 2013, to March 4, 2014. In the affected vehicles, the windshield wiper motor gear teeth may strip causing the windshield wipers to become inoperative.","Inoperative wipers will not clear rain or snow, reducing the driver's visibility, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the wiper module assembly and replace any affected ones, free of charge. The recall began on August 22, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14295." -06/26/2014,14V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V372000),"General Motors, LLC",Driver's Front Air Bag Inflator Rupture,AIR BAGS,14305,Vehicle,29019,"General Motors LLC (GM) is recalling certain model year 2013-2014 Chevrolet Cruze vehicles. In the affected vehicles, the driver's front air bag inflator may have been manufactured with an incorrect part.","In the event of a crash necessitating deployment of the driver's air bag, the air bag's inflator may rupture and the air bag may not inflate. The rupture could cause metal fragments to strike and potentially seriously injure the vehicle occupants. Additionally, if the air bag does not inflate, the driver is at an increased risk of injury.","GM will notify owners, and dealers will replace the driver side air bag, free of charge. The recall began on June 28, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14305." -06/26/2014,14V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V373000),"Chrysler (FCA US, LLC)",Ignition Switch may Turn Off,AIR BAGS,R03 (formerly L25),Vehicle,722705,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. Chrysler Group LLC (Chrysler) is recalling certain model year 2009-2010 Dodge Journey vehicles manufactured June 29, 2007, to June 17, 2010, and 2008-2010 Dodge Grand Caravan and Chrysler Town and Country vehicles manufactured January 26, 2007, to June 17, 2010. Road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the ignition key inadvertently moves into the OFF or ACCESSORY position, the engine will turn off, which will then depower various key safety systems including but not limited to air bags, power steering, and power braking. Loss of functionality of these systems may increase the risk of crash and/or increase the risk of injury in the event of a crash.","Chrysler will notify owners, and dealers will replace the ignition switch and key FOBs, free of charge. The recall began on May 26, 2015. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is R03. Note: This is an expansion of recall 11V-139." -06/26/2014,14V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V371000),"Terex South Dakota, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,SN611,Vehicle,74,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2009-2013 LT38, LT40, LTM40, NT29, TL37, HR40, L13i, and TPL40 aerial devices manufactured on 2009-2013 Ford F-350, F-450, or F-550 Super Duty chassis with a 6.8L engine, and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Terex will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began in September 15, 2014. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN611." -06/26/2014,14V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V376000),Monroe Truck Equipment,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,20,"Monroe Truck Equipment (Monroe) is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 Super Duty chassis modified by Monroe and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Monroe will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began in August 2014. Owners may contact Monroe customer service at 1-608-329-8454." -06/26/2014,14V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V377000),"General Motors, LLC",Rear Shock Absorber Separation,SUSPENSION,14302,Vehicle,1939,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Corvette vehicles manufactured February 12, 2014, to March 14, 2014. Due to an improper weld on the rear shock absorbers, the shock absorber tubes may separate from the shock absorber clevis brackets resulting in a sudden change in vehicle handling.",A sudden change in vehicle handling increases the risk of a crash.,"GM will notify owners, and dealers will replace both of the rear shock absorbers, free of charge. The recall began on August 18, 2014. Owners may contact Chevrolet customer service at 1- 800-222-1020. GM's number for this recall is 14302." -06/25/2014,14V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V369000),Daimler Coaches North America,Light Control Unit Short Circuit/Fire,ELECTRICAL SYSTEM,82.10M08198C,Vehicle,306,"Setra of North America (Setra) is recalling certain model year 2011-2014 S417 TC motorcoaches manufactured August 2010 to April 2014, and 2012-2014 S407 CC motorcoaches manufactured August 2010 to March 2014. There may be an electrical overload in the control unit of the lights.",An electrical overload may result in a short circuit or vehicle fire.,"Setra will notify owners, and dealers will replace the control unit, free of charge. The recall began on July 31, 2014. Owners may call Setra customer service at 1-866-624-2622. Setra's number for this recall is 82.10M08198C. This recall supersedes NHTSA Recall No. 13V-465 and Setra has expanded the original population to include an additional 63 motorcoaches." -06/25/2014,14V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V367000),"Daimler Trucks North America, LLC",Possible Vulnerabilities the Front Axle Beam,STEERING,FL-662,Vehicle,192,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2015 Freightliner Cascadia, 122SD, and Business Class M2 trucks manufactured March 20, 2014, through April 10, 2014. Due to an axle manufacturing error, there may be weak spots in the beam of the affected axle assemblies.","The axle weak spots could cause the axle beam to bend or cause wheel separation, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the axle beams for certain manufacturing dates, and replace the ones manufactured within a certain date range, free of charge. The recall began on August 22, 2014. Owners may contact DTNA customer service at 1-800-385-4357. DTNA's number for this recall is FL-662." -06/25/2014,14V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V366000),"Mitsubishi Motors North America, Inc.",Power Steering Pressure Tube may Leak,STEERING,SR-14-006,Vehicle,203,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2013 Outlander vehicles equipped with a 6-speed automatic transmission. Additionally, Mitusbishi is recalling certain 2007-2012 Outlander vehicles that received replacement 6-speed automatic transmissions during servicing. The transmissions in these vehicles have insufficient clearance between the power steering pressure tube and the converter housing of the automatic transmission. As a result of the contact, the power steering pressure tube may develop a hole and leak power steering fluid.","A power steering fluid leak could result in a loss of steering assistance, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the power steering pressure tube and return tube, free of charge. The recall began in August 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-006." -06/25/2014,14V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V365000),"Mitsubishi Motors North America, Inc.",Transmission Fluid may Leak into Transfer Case,POWER TRAIN,SR-14-005,Vehicle,5,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2007 and 2009 Outlander vehicles. During servicing, the affected vehicles were repaired with replacement transfer case assemblies whose oil seal may come out of position.","If the oil seal dislodges, automatic transmission fluid (ATF) may enter the transfer case assembly, reducing the ATF pressure in the transmission, resulting in poor transmission shifting or the inability of the vehicle to be driven, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the transfer assembly, as necessary, free of charge. The recall began on July 30, 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-005." -06/24/2014,14V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V368000),Hyundai Motor America,Brake Caliper may Fracture,"SERVICE BRAKES, HYDRAULIC",120,Vehicle,16900,"Hyundai Motor Company (Hyundai) is recalling certain model year 2015 Sonata vehicles manufactured April 25, 2014, through June 16, 2014. Due to a manufacturing error, one or both of the front brake calipers may fracture.","If a brake caliper fractures, brake effectiveness would be reduced, lengthening to distance required to stop the vehicle, increasing the risk of a crash.","Hyundai contacted the affected owners on June 19, 2014 and instructed them not to drive their vehicles. Hyundai dealers will replace the affected brake calipers, free of charge. The recall began on September 12, 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 120." -06/24/2014,14V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V363000),"Suzuki Motor USA, LLC",Daytime Running Light Module Overheating,EXTERIOR LIGHTING,XC,Vehicle,25899,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2004-2006 Verona vehicles manufactured June 2003 to October 2005. In the affected vehicles, there may be heat generated within the DRL module located in the instrument panel, which could melt the DRL module.","If the DRL module melts due to the heat generation, it could cause a vehicle fire.","Suzuki will notify owners, and dealers will replace the DRL module in the instrument panel, free of charge. The recall began on November 5, 2014. Owners can contact Suzuki customer service at 1-800-934-0934. Suzuki's number for this recall is XC." -06/24/2014,14V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V364000),"Piaggio Group Americas, Inc.",Fuel Line may Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,305,"Piaggio Group Americas, Inc. (Piaggio) is recalling certain model year 2013 Vespa 946 scooters manufactured August 6, 2013, through October 15, 2013. The affected scooters have fuel line that may leak.","A fuel line leak may result in the scooter stalling, increasing the risk of a crash. Additionally, a fuel leak in the presence of an ignition source may result in a fire.","Piaggio has notified owners, and dealers will replace the fuel line, free of charge. The recall began on August 12, 2014. Owners may contact Piaggio customer service at 1-212-380-4433." -06/23/2014,14V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V359000),Shyft Group,Fuel Fitting Chafing may Result in Fuel Leak,"FUEL SYSTEM, OTHER",14009,Vehicle,9,"Spartan Motors Chassis, Inc. (Spartan) is recalling certain model year 2013-2014 Gladiator emergency vehicles manufactured October 22, 2012, to February 12, 2014. In the affected vehicles, a high pressure fuel fitting may make contact with the aluminum engine tunnel overlay causing the fitting to wear and possibly leak fuel.","If the fuel fitting leaks in the presence of an ignition source, there is an increased risk of fire.","Spartan will notify owners, and dealers will install a new remote fuel filter mounting bracket to move the filter inboard, free of charge. The recall began on July 30, 2014. Owners may contact Spartan customer service at 1-517-543-6400. Spartan's number for this recall is 14009." -06/23/2014,14E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E032000),"Sunright International Of America, Inc.",Helmet Failure of Frontal Impact Testing/FMVSS 218,EQUIPMENT,Rodia RDH 500,Equipment,2473,"Sunright International of America, Inc. (Sunright) is recalling all sizes of Rodia RDH 500 motorcycle helmets, manufactured October 1, 2009, to November 1, 2009. The affected helmets may not adequately protect the user's head in the event of a crash, and thus fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","In the event of a crash, using one of the affected helmets increases the wearer's risk of injury.","Sunright will notify owners. The helmet will be replaced. The recall began September 15, 2014. Owners may contact Sunright customer service at 1-770-729-9065." -06/23/2014,14V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V358000),"Gillig, LLC",Hose may Leak Oil and Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,648,"Gillig, LLC (Gillig) is recalling certain model year 2007-2014 Lowfloor transit buses manufactured September 26, 2007, through January 24, 2014. In the affected vehicles, the engine oil sampling hose may leak oil due to being routed too closely to hot engine exhaust components.","If the sampling hose leaks oil in the presence of hot engine engine exhaust components, there is an increased risk of fire.","Gillig will notify owners, and dealers will inspect the oil sampling hose. If the hose is routed too closely, the hose will be removed, replaced and rerouted to provide appropriate clearance of the hot components. The recall is expected to begin in early August 2014. Owners may contact Gillig customer service at 1-800-735-1500." -06/23/2014,14V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V355000),"General Motors, LLC",Ignition Switch may Turn Off,ELECTRICAL SYSTEM,14299,Vehicle,3141731,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. General Motors LLC (GM) is recalling certain model year 2005-2009 Buick LaCrosse, 2006-2011 Buick Lucerne, 2000-2005 Cadillac DeVille, 2006-2011 Cadillac DTS, 2006-2014 Chevrolet Impala, and 2006-2007 Chevrolet Monte Carlo vehicles. In the affected vehicles, the weight on the key ring and road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury. Additionally, a key knocked out of the run position will cause loss of engine power, power steering, and power braking, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will install two key rings and an insert in the key slot or a cover over the key head on all ignition keys, free of charge. The recall began on September 23, 2014. Owners may contact General Motors customer service at 1-800-521-7300 (Buick), 1-800-458-8006 (Cadillac), and 1-800-222-1020 (Chevrolet). GM's number for this recall is 14299." -06/23/2014,14V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V360000),"Palfleet Truck Equipment Company, LLC",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,10,"Palfleet Truck Equipment Company, LLC (Palfleet) is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 super duty vehicles modified by Palfleet and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Palfleet will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began on July 29, 2014. Owners may contact Palfleet customer service at 1- 502-376-2458." -06/20/2014,14V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V356000),Volvo Trucks North America,Active Braking may be Disabled,FORWARD COLLISION AVOIDANCE,RVXX1402,Vehicle,1025,"Volvo Trucks of North America (Volvo) is recalling certain model year 2011-2015 VNL and 2014-2015 VNM trucks manufactured November 17, 2010, through February 5, 2014, and equipped with enhanced cruise control and without side fairings. In the affected vehicles, the active braking component of the enhanced cruise control can become disabled.","If the active braking feature becomes disabled, the vehicle may not automatically activate the brakes as intended when the enhanced cruise control system is in use, thereby increasing the risk of a crash.","Volvo will notify owners, and dealers will update the control unit software, free of charge. The recall began on August 12, 2014. Owners may contact Volvo customer service at 1-800-528-6586. Volvo's number for this recall is RVXX1402." -06/20/2014,14V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V346000),"General Motors, LLC",Knee Contact may Turn Ignition Switch Off,ELECTRICAL SYSTEM,14294,Vehicle,464712,"General Motors LLC (GM) is recalling all 2010-2014 Chevrolet Camaro vehicles manufactured December 3, 2008 to May 23, 2014. In the affected vehicles, the driver may accidentally hit the ignition key with their knee, unintentionally knocking the key out of the run position, turning off the engine.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury. Additionally, a key knocked out of the run position could cause loss of engine power, power steering, and power braking, increasing the risk of a vehicle crash.","GM will notify owners, and dealers will remove the key blade from the original flip key/RKE transmitter assemblies, and provide two new keys and two key rings per key. The recall began August 25, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14294. Note: Until the recall has been performed, it is very important that drivers adjust their seat and steering column to allow clearance between their knee and the ignition key." -06/20/2014,14V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V353000),Honda (American Honda Motor Co.),Passenger Side Air Bag Inflator may Rupture,AIR BAGS,"JH6,JH7,JH8,JH9,JJ0",Vehicle,133207,"American Honda Motor Company, Inc.'s (Honda) is conducting a limited regional recall for certain model year 2003-2005 Accord, Civic, CR-V, Pilot and Acura MDX, model year 2003-2004 Odyssey and Element, and model year 2005 Acura RL, and 2006 Honda Ridgeline vehicles originally sold, or ever registered in California, and equipped with Takata-brand air bag inflators. Upon deployment of the passenger side frontal air bag, excessive internal pressure may cause the inflator to rupture.","In the event of a crash necessitating deployment of the passenger�s frontal air bag, the inflator could rupture with metal fragments striking the vehicle occupants potentially resulting in serious injury or death.","Honda will notify owners, and dealers will replace the inflators in all affected vehicles, free of charge. The recall is expected to begin during August 2014. Owners may contact Honda customer service at 1-800-999-1009." -06/19/2014,14V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V352000),James A. Kiley Co.,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,11,"James A. Kiley, Co. (James A. Kiley) is recalling certain model year 2010-2013 Terex LT38, LT40, and T292 utility vehicles built on Ford F-350, F-450, and F-550 Super Duty chassis modified by James A. Kiley and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","James A. Kiley will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. Owners may contact James A. Kiley customer service at 1-617-776-0344." -06/19/2014,14V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V339000),"General Motors, LLC",Power Steering Fluid may Leak,"SERVICE BRAKES, HYDRAULIC",14356,Vehicle,124527,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado 2500 and 3500 HD vehicles manufactured October 1, 2013 to September 20, 2014, and 2015 GMC Sierra 2500 and 3500 HD vehicles manufactured September 30, 2013, to September 20, 2014. The power steering hose clamp may disconnect from the power steering pump or gear, causing a loss of power steering fluid.","A loss of power steering fluid could result in a loss of power steering assist and power brake assist, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the vehicles to make sure the power steering hose clamps are properly secured, free of charge. The recall began on August 29, 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14356." -06/19/2014,14V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V342000),"General Motors, LLC",Sport Seat Side Impact Air Bag may cause Injury,AIR BAGS,14240,Vehicle,712,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Corvette vehicles manufactured November 20, 2013, to March 25, 2014, and equipped with optional sport seats. The seats do not meet internal specifications for injury protection in relation to an unbelted young child.","In the event of a crash necessitating side impact air bag deployment, an unbelted young child may be at an increased risk of neck injury.","GM will notify owners, and dealers will replace the passenger's side impact air bag, free of charge. The recall is began in early August 2014. Owners should not allow small children to ride in vehicles unbelted or in the front passenger seat. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14240." -06/19/2014,14V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V357000),"Altec Industries, Inc.",Torsion Bar Weld Failure,SUSPENSION,CSN 599,Vehicle,258,"Altec Industries, Inc. (Altec) is recalling certain model year 2013 AT237, and 2013-2014 AT3X-G, AT40-G, and AT248F aerial trucks manufactured August 2013 through April 2014, built on Ford F-450 and F-550 chassis, and equipped with front ""Stable Ride"" torsion bars. These torsion bars have welds that could fail.","If the torsion bar welds fail, the vehicle may become unstable, increasing the risk of injury to the operator using the aerial device.","Altec will notify owners, and dealers will inspect the front torsion bars and replace any that have deficient welds, free of charge. The recall began in August 2014. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 599." -06/19/2014,14V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V338000),"General Motors, LLC",Transmission Shift Cable Detachment/Rollaway Risk,POWER TRAIN,14179,Vehicle,90750,"General Motors LLC (GM) is recalling certain model year 2013-2014 Cadillac ATS vehicles manufactured April 23, 2012, to March 20, 2014, and 2014 Cadillac CTS vehicles manufactured June 10, 2013, to March 20, 2014. In the affected vehicles, the transmission shift cable may detach from either the bracket on the transmission shifter or the bracket on the transmission.","If the transmission shift cable detaches while the vehicle is being driven, the transmission gear selection may not match the indicated gear and the vehicle may move in an unintended or unexpected direction, increasing the risk of a crash. Furthermore, when the driver goes to stop and park the vehicle, despite selecting the 'PARK' position, the transmission may not be in 'PARK.' If the vehicle is not in the 'PARK' position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","GM will notify owners, and dealers will inspect the vehicles to make sure the cable is properly seated at the transmission and shifter brackets, free of charge. The recall is expected to begin in early August 2014. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14179." -06/19/2014,14V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V341000),"General Motors, LLC",Unintended Roof Rail Air Bag Deployment,AIR BAGS,14233,Vehicle,16932,"General Motors LLC (GM) is recalling certain model year 2011 Cadillac CTS vehicles manufactured October 18, 2010, to June 2, 2011. In the affected vehicles, vibrations from the drive shaft may cause the vehicle's roll over sensor to command the roof rail air bags to deploy.","If the roof rail air bags deploy unexpectedly, there is an increased risk of crash and injury to the occupants.","GM will notify owners, and dealers will replace the rear drive shaft assembly, free of charge. General Motors distributed an interim letter to owners on August 27, 2014. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14233." -06/18/2014,14V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V335000),Motor Coach Industries,Driveshaft may Detach from Motor Coach,POWER TRAIN,414,Vehicle,325,"Motor Coach Industries (MCI) is recalling certain model year 1993-1995 102DL3 motor coaches manufactured November 1992 to January 1995, and 2006 and 2008 D4505 motor coaches manufactured June 2005 to April 2008. The affected buses are equipped with a driveshaft with a compressed length of 30 inches or less, a steerable trailing axle equipped with a system that changes the tag axle caster when the vehicle is in reverse travel and no electronic stability control (ESC). In these vehicles, the driveshaft may detach from the transmission and escape its containment bracket.","If the driveshaft escapes containment it can strike the trailing axle tie rod and components of the trailing axle locking system potentially causing the trailing axle steering and caster locking mechanisms to unlock. If this occurs, the driver may experience loss of steering control of the vehicle, increasing the risk of a vehicle crash.","MCI will notify owners, and dealers will add a secondary drive shaft containment hoop forward of the tag axle support structure, free of charge. The recall began on August 7, 2014. Owners may contact MCI customer service at 1-847-285-2090. MCI's number for this recall is 414." -06/18/2014,14V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V345000),"General Motors, LLC",Floor Mats may not be Properly Secured,EQUIPMENT,14310,Vehicle,184,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Silverado vehicles manufactured May 15, 2013, to January 29, 2014, and GMC Sierra vehicles manufactured September 19, 2013, to February 8, 2014, and equipped with both optional accessory all-weather floor mats (option RPO VAV) and optional vinyl flooring (option RPO BG9). The affected vehicles built with the vinyl flooring option do not have the retention features necessary to properly secure the floor mat on the driver's side.","The floor mat could shift such that it could interfere with the accelerator pedal, preventing its return to an idle position, which could result in unintended vehicle speeds, increasing the risk of a crash.","GM will notify owners, and reimburse the owner for the purchase price upon their return. The owners will also be provided an insert for their owners manual instructing them not to use floor mats, free of charge. The recall began on August 18, 2014. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14310." -06/18/2014,14V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V336000),"Dual-Tech, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,42,"Dual-Tech, Inc. (Dual-Tech) is recalling certain model year 2009-2014 Ford F-550 Super Duty trucks modified by Dual-Tech, equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Dual-Tech will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began June 20, 2014. Owners may contact Dual-Tech customer service at 1-800-852-0345." -06/17/2014,14V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V330000),REV Recreation Group,Seat Belt Fray/FMVSS 209,SEAT BELTS,140609ARG,Vehicle,57,"Allied Recreation Group, Inc. (Allied) is recalling certain model year 2013-2014 American Coach-brand American Eagle and American Revolution and certain 2013 American Tradition motor homes equipped with certain Villa ISS GSK powered driver and passenger seats. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Allied will notify owners, and dealers will inspect the seat belt attachment hardware and if necessary, reinstall the seat belts using new hardware and a protective sheath on the retractor side of the belt. In addition, the seat belt webbing of the affected seats will be inspected, and will be replaced if damage has resulted from an incorrect installation. Inspections and necessary repairs will be performed free of charge. The recall began in August 2014. Owners may contact American Coach Owner Relations at 1-800-435-7345. Allied's number for this recall is 140609ARG." -06/17/2014,14V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V331000),REV Recreation Group,Seat Belt Fray/FMVSS 209,SEAT BELTS,140615ARG,Vehicle,14,"Allied Recreation Group. Inc. (Allied) is recalling certain model year 2015 American Coach-brand American Eagle, American Tradition and American Revolution motor homes equipped with certain Villa ISS powered driver and passenger GSK seats. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Allied will notify owners, and dealers will reinstall the seat belts using new fasteners. In addition, the seat belt webbing of the affected seats will be inspected and will be replaced if damage has resulted from an incorrect installation. Inspections and necessary repairs will be performed free of charge. The recall began on August 8, 2014. Owners may contact American Coach customer service at 1-800-435-7345. Allied's number for this recall is 140615ARG." -06/17/2014,14V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V333000),Lion Electric Company,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,11,"Lion Buses Inc. (Lion Bus) is recalling certain model year 2014 360 school buses manufactured August 2013 to October 2013, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Lion Bus will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began in June 2014. Owners may contact Lion Bus customer service at 1-855-546-6706." -06/16/2014,14V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V329000),Motor Coach Industries,LED Interior Lights and Multiplex System,ELECTRICAL SYSTEM,388B,Vehicle,312,"Motor Coach Industries, Inc (MCI) is recalling certain model year 2009-2011 D4000 and D4500 and 2010 D4505 motor coaches equipped with LED lights interior lights powered by either a Vansco or IO multiplex system. Due to the excessive power draw of the LED lights, heat may build up at the fuse block and connector, causing the components to melt.","If this occurs, the surrounding material may be damaged and will burn, increasing the risk of a fire.","MCI will notify owners, and dealers will replace the fuse holders, free of charge. The recall began in July 2014. Owners may contact MCI customer service at 1-847-285-2090. MCI's number for this recall is 388B. Note: This recall supersedes recall 12V-250. Motorcoaches that were remedied under the previous campaign need to be remedied under this campaign as well." -06/13/2014,14V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V323000),Honda (American Honda Motor Co.),Headlight Temperatures Causing Fires/FMVSS 108,EXTERIOR LIGHTING,JE9,Vehicle,14078,"American Honda Motor Co., Inc (Honda) is recalling certain model year 2013 Acura ILX vehicles manufactured January 16, 2012 to March 1, 2013, ILX Hybrid vehicles manufactured January 12, 2012 to February 7, 2013, and certain model year 2014 ILX vehicles manufactured May 2, 2013, to May 31, 2014, and ILX Hybrid vehicles manufactured October 18, 2013 to February 19, 2014. Excessive heat temperatures around the headlight bulb and reflector unit may diminish the output of the headlight and cause smoke, melting, and fire. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","The diminished light output may decrease the driver's visibility, increasing the risk of a crash. Additonally, the excessive heat coming from around the bulb and reflector could cause the headlights to overheat, increasing the risk of a fire.","Honda will notify owners, and dealers will replace the headlights, free of charge. The recall began in July 2014. Owners may contact Acura customer service at 1-800-862-2872. Honda's number for this recall is JE9." -06/13/2014,14V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V324000),"Viking RV, LLC",Incorrect Tire Pressure Listed/FMVSS 119,EQUIPMENT,NR (Not Reported),Vehicle,57,"Viking RV, LLC (Viking) is recalling certain model year 2014 Viking Epic 1706LS and Coachmen Sport 806LS recreational trailers manufactured January 16, 2014, through May 28, 2014. The affected vehicles incorrectly list the recommended tire air pressure as 90PSI instead of 60PSI on the Federal Certification Tag and Tire Information Tag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard Number 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","If the tires are filled to the air pressure indicated on the current label, there is an increased risk of a tire blowout which may result in a crash.","Viking has notified owners, and has mailed owners corrected labels, free of charge. The recall began on June 16, 2014. Owners may contact Viking customer service at 1-800-368-2829." -06/13/2014,14V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V424000),"Viking RV, LLC",Incorrect Tire Pressure Listed/FMVSS 119,EQUIPMENT,NR (Not Reported),Vehicle,261,"Viking RV, LLC (Viking) is recalling certain model year 2014 Viking Epic 1906, Epic 1906ST, Epic 2107, Epic CWS8, and Epic CWS10, and Coachmen Sport 106, Sport 106ST, and Sport 107 recreational trailers, manufactured November 20, 2013, through May 28, 2014. The affected vehicles incorrectly list the recommended tire air pressure as 65PSI instead of 60PSI on the Federal Certification Tag and Tire Information Tag. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard Number 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","If the tires are filled to the air pressure indicated on the current label, there is an increased risk of a tire blowout which may result in a crash.","Viking has notified owners, and has mailed owners corrected labels, free of charge. The recall began in June 2014. Owners may contact Viking customer service at 1-800-368-2829." -06/13/2014,14V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V326000),"Manning Equipment Inc., LLC",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,10,"Manning Equipment Inc. LLC (Manning) is recalling certain model year 2012-2013 Ford F-350 Super Duty, F-450 Super Duty, and F-550 Super Duty vehicles modified by Manning and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Manning will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. This action is the same as the service campaign action. The recall began in July 2014. Owners may contact Manning at 1-800-876-8768." -06/13/2014,14V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V328000),"Iowa Mold Tooling Co., Inc.",PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,21,"Iowa Mold Tooling Co., Inc. will notify owners and dealers to inspect the Muncie PTO pressure switch to determine if it is from the range of defective switches and if required, remove the pressure switch assembly and put a plug in the port where the PTO switch had been installed. This switch was never being utilized. This will be done free of charge. The recall is expected to begin in mid-July 2014. Owners may contact Iowa Mold Tooling Co., Inc. at 1-800-247-5958.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Iowa Mold Tooling Co., Inc. will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began on July 28, 2014. Owners may contact Iowa Mold Tooling Co., Inc. at 1-800-247-5958." -06/13/2014,14E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E030000),"Meritor, Inc.",Possible Weak Spots in the Front Axle Beam,STEERING,C14AC,Equipment,229,"Meritor, Inc. (Meritor) is recalling certain MFS12143ANN model non-drive steer axles. Due to a manufacturing error, there may be weak spots in the beam of the affected axle assemblies.","Weak spots in the axle beam may result in sudden axle failure, increasing the risk of a crash.","Meritor will notify the vehicle manufacturers that purchased the affected axles. The affected axle beams will be replaced, free of charge. Owners may contact Meritor customer service at 1-248-435-1725. Meritor's number for this recall is C14AC." -06/12/2014,14V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V321000),"Gulf Stream Coach, Inc.",Entry Steps may not Support Weight,EQUIPMENT,FS110614,Vehicle,100,"Gulf Stream Coach, Inc. (Gulf Stream) is recalling certain model year 2014 Canyon Trail, Sedona, Kingsport, and Trail Master fifth wheel and travel trailers. In the affected vehicles, the rivets attaching the supports for the entry steps may fail, causing the steps to give when being used.","If the steps move during use, the user may slip or fall, increasing the risk of injury.","Gulf Stream will notify owners, and dealers will replace the support attaching rivets with bolts, free of charge. The recall began on July 22, 2014. Owners may contact Gulf Stream customer service at 1-800-289-8787. Gulf Stream's number for this recall is FS110614." -06/12/2014,14V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V318000),"General Motors, LLC",Front Driver's Side Seat Belt Retractor may Fail,SEAT BELTS,"14222, 15027",Vehicle,28789,"General Motors LLC (GM) is recalling certain model year 2004-2011 Saab 9-3 Convertible vehicles manufactured July 30, 2003, to February 15, 2011. In the affected vehicles, the driver's side front seat belt retractor may break, causing the seat belt webbing not to retract.","In the event of a crash, a seat belt that has not retracted may not properly restrain the seat occupant, increasing their risk of injury.","GM will notify owners, and dealers will replace the driver's seat belt retractor, free of charge. The recall began on October 6, 2015. Owners may contact Saab customer service at 1-800-955-9007. GM's number for this recall is 14222. Note: Special Coverage 10086 will replace the passenger side seat belt retractor if it fails, free of charge, for the life of the vehicle." -06/12/2014,14V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V319000),Harley-Davidson Motor Company,Front Wheel may Lock up if Brake Line is Pinched,"SERVICE BRAKES, HYDRAULIC",0157,Vehicle,66421,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014 ABS-equipped Touring and CVO Touring motorcycles, models FLHTK, FLHTKSE, FLHTKSHRINE, FLHTCU, FLHTCUTC, FLHTP, FLHX, FLHXS, FLHXSHRINE, FLHR, FLHRC, FLHP, and FLHRSE, manufactured July 1, 2013, through May 7, 2014. The affected motorcycles may have been assembled with the front brake line positioned so that it can be pinched between the fuel tank and frame causing the front brake fluid pressure to increase.","A pinched brake line will increase the front brake fluid pressure, possibly resulting in a front wheel lock-up, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will inspect the motorcycles for brake line damage and replace the damaged lines as necessary. Dealers will also install one or two cable straps to properly prevent the line from being pinched in the future, free of charge. The recall began on June 25, 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464." -06/12/2014,14V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V316000),Ford Motor Company,Loss of Steering Control,STEERING,14S09,Vehicle,4647,"Ford Motor Company (Ford) is recalling certain model year 2014 Ford F-150 trucks manufactured May 26, 2014 to June 19, 2014, and equipped with Electronic Power Assist Steering (EPAS). The affected vehicles may have an incorrectly installed EPAS gear motor position sensor magnet that can lead to a total loss of steering control while driving.",A loss of steering control while driving increases the risk of a vehicle crash.,"Ford will notify owners, and dealers will replace the EPAS steering gear, free of charge. The recall began in July 2014. Note: Owners are advised not to drive their vehicles until they have been remedied. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S09." -06/12/2014,14V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V327000),Stahl,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,10,"Stahl is recalling certain model year 2009-2014 Ford F-350 Super Duty, F-450 Super Duty, and F-550 Super Duty vehicles modified by Stahl and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Stahl will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. Owners may contact Stahl customer service at 1-800-277-8245, or Muncie at 1-800-367-7867." -06/12/2014,14V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V325000),Hyundai Motor America,Possible Loss of Steering Assist,ELECTRICAL SYSTEM,119,Vehicle,2138,"Hyundai Motor Company (Hyundai) is recalling certain model year 2015 Sonata vehicles manufactured May 2, 2014, through May 23, 2014. A poor connection within the vehicle's wiring harness may result in a reduction of steering assist from the vehicle's motor driven power steering system or the inability to move the vehicle's shifter from the Park position.","The reduction of power steering assist can increase the steering effort needed, increasing the risk of a crash.","Hyundai notified dealers to suspend sales of affected Sonata vehicles and has published recall bulletin 14-01-024 providing a service procedure to repair the affected vehicles. On June 7, 2014 Hyundai began to contact the affected retail customers. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 119." -06/12/2014,14V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V320000),"BMW of North America, LLC",Rear Shock Absorber may Break,SUSPENSION,NR (Not Reported),Vehicle,950,"BMW of North America, LLC (BMW) is recalling certain model year 2014 R1200 RT motorcycles manufactured November 27, 2013, to May 5, 2014. The affected vehicles have a Dynamic Electronic Suspension Adjustment (ESA) rear shock absorber. The piston rod within the rear shock absorber can break without warning, causing loss of stability.","If the piston rod breaks it will cause loss of stability, increasing the risk of a vehicle crash.","BMW will notify owners, and dealers will replace the Dynamic ESA shock absorber, free of charge. The recall is expected to begin in July 2014. Owners may contact BMW Customer Relations at 1-800-525-7417. Note: Owners are advised not to ride their motorcycles until they have been remedied." -06/12/2014,14V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V315000),"General Motors, LLC",Transmission Turbine Shaft Fracture,POWER TRAIN,14234,Vehicle,21567,"General Motors LLC (GM) is recalling certain model year 2012 Chevrolet Sonic vehicles manufactured March 1, 2012, to June 29, 2012, and equipped with a 6 speed automatic transmission and 1.8L four cylinder engine. In the affected vehicles, the transmission turbine shaft may fracture.","If the transmission turbine shaft fracture occurs during vehicle operation in first or second gear, the vehicle will not upshift to the third through sixth gears, limiting the vehicle's speed. If the fracture occurs during operation in third through sixth gear, the vehicle will coast until it slows enough to downshift to first or second gear, increasing the risk of a crash.","GM will notify owners, and dealers will replace the transmission turbine shaft, free of charge. The recall began on August 8, 2014. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 14234." -06/12/2014,14V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V322000),"Winnebago Industries, Inc.",Water Seepage Causing Circuit Corrosion,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,653,"Winnebago Industries, Inc (Winnebago) is recalling certain model year 2014-2015 Winnebago Travato, Trend, and Itasca Viva motorhomes manufactured November 13, 2013 through June 9, 2014, built on Ram ProMaster chassis. The affected vehicles may experience circuit corrosion from water intrusion around the in-floor battery cover and door footwell trim.","This water intrusion may affect the running of the vehicle and disable the air bags, stop lamps, turn signals, backup lights, and/or door locks, increasing the risk of a crash as well as injury to the occupants if the air bags do not deploy.","Chrysler on behalf of Winnebago will notify owners, and dealers will inspect all the connectors in the footwell areas, the ignition fuse and the occupant restraint control (ORC) module for corrosion, if corrosion is found, dealers will repair the connectors in the footwell area and the ignition fuse, and replace the ORC module. Chrysler will also install a water barrier sealer on the floor, add di-electric grease to all footwell connectors and replace the body plug. The in-floor battery ignition fuse will be relocated, and add di-electric grease to the ORC module connector. These repairs will be performed, free of charge. The recall began in October 2014. Owners may contact Chrysler customer service at 1-800-853-1403 or Winnebago customer service at 1-800-537-1885. Chrysler's number for this recall is P32." -06/12/2014,14V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V317000),"General Motors, LLC","Wire Splice may Corrode and Break/FMVSS 114, 118",ELECTRICAL SYSTEM,14235,Vehicle,14765,"General Motors LLC (GM) is recalling certain model year 2014 Buick LaCrosse vehicles manufactured April 30, 2013, to September 1, 2013. In the affected vehicles, a wiring splice in the driver's door may corrode and break, resulting in the absence of an audible chime to notify the driver if the door is opened while the key is in the ignition. Additionally, the Retained Accessory Power (RAP) module may stay active for ten minutes allowing the operation of the passenger windows, rear windows, and sunroof. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 114, ""Theft Protection and Rollaway Prevention,"" and 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""","Without an audible indicator, the driver may not be aware that the driver's door is open while the key is in the ignition, increasing the risk of a vehicle rollaway. If the passenger windows, rear windows, and sunroof can function when the vehicle is turned off and the driver is not in the vehicle, there is an increased risk of injury if an unsupervised occupant operates the power closures.","GM will notify owners and dealers will inspect the driver door window motor harness, and replace the electrical splice, as necessary, free of charge. The recall began August 2014. Owners may contact Buick customer service at 1-800-521-7300. General Motors number for this recall is 14235." -06/11/2014,14V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V313000),Blue Bird Body Company,Heater Hose may Rupture Resulting in Burns,ENGINE AND ENGINE COOLING,R14XF,Vehicle,1935,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2008-2013 All American rear engine school buses manufactured April 3, 2007, to December 15, 2012. Due to the design of the thermostat, a heater hose may rupture which could result in hot coolant entering the passenger compartment.",Hot coolant leaking into the passenger compartment increases the risk of injury to the passengers.,"Blue Bird will notify owners, and dealers will replace the thermostat and change the passenger compartment heater supply hose, free of charge. The recall began on July 15, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XF." -06/11/2014,14V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V314000),Blue Bird Body Company,Heater Hose may Rupture Resulting in Burns,ENGINE AND ENGINE COOLING,R14XF,Vehicle,587,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2008-2013 All American rear engine non-school buses manufactured May 9, 2007, to November 12, 2012. Due to the design of the thermostat, a heater hose may rupture which could result in hot coolant entering the passenger compartment.",Hot coolant leaking into the passenger compartment increases the risk of injury to the passengers.,"Blue Bird will notify owners, and dealers will replace the thermostat and change the passenger compartment heater supply hose, free of charge. The recall began on July 15, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XF." -06/10/2014,14V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V311000),"Subaru of America, Inc.",Brake Lines may Fail due to Corrosion,"SERVICE BRAKES, HYDRAULIC",WQK-47,Vehicle,461338,"Subaru of America, Inc. (Subaru) is recalling certain model year 2005-2009 Outback and Legacy, 2008-2011 Impreza and 2008-2014 Impreza WRX/STI, and 2009-2013 Forester vehicles, currently, or formerly, registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Salt water could splash on the brake lines through a gap in the fuel tank protector, resulting in excessive corrosion of the brake lines. Note that affected vehicles not currently, or formerly registered, in the salt belt states identified above are eligible for repair, at no cost to the customer, upon request.","Brake line corrosion may result in brake fluid leakage. Fluid leakage may result in longer distances being required to slow or stop the vehicle, increasing the risk of a crash.","Subaru will notify owners, and dealers will test the brake system by depressing the brake pedal and inspecting for brake fluid leaks. If no brake fluid seepage is observed, the affected areas will be rustproofed with anti-corrosion wax. If brake fluid seepage is observed, the brake lines will be replaced followed by rustproofing with anti-corrosion wax. These services will be performed free of charge. The recall began July 2014 and second notifications will run through November 2014. Owners may contact Subaru at 1-800-782-2783. Subaru's recall campaign number is WQK-47. Note: This recall supersedes recall 13V-110 which applied to certain 2005-2009 Legacy/Outback vehicles. Vehicles that were remedied under the previous campaign still need additional areas rust-proofed." -06/10/2014,14V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V310000),Hyundai Motor America,Headliner Support Bracket may cause Injury,STRUCTURE,117,Vehicle,35000,"Hyundai Motor Company (Hyundai) is recalling certain model year 2010-2012 Elantra Touring vehicles manufactured December 15, 2009, through May 7, 2012. The affected vehicles have a support bracket attached to the headliner that may become displaced during a side curtain airbag deployment.","If the headliner support bracket makes contact with an occupant during a crash, it may cause a laceration injury.","Hyundai will notify owners, and dealers will apply adhesive strips to the headliner, free of charge. The recall began on July 28, 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 117." -06/10/2014,14V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V379000),"Utility Truck Equipment Company, LLC",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16,"Utility Truck Equipment Company, LLC (Utility Truck) is recalling certain model year 2010-2013 UTLI41A, 2011 UTLN41, and 2012 UTLN46 aerial trucks manufactured December 2010 to September 2013 equipped with certain Muncie Power Products PTO Assemblies installed on 2010-2013 Ford F-350, F-450 and F-550 vehicles. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Utility Truck will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began in June 2014. Owners may contact Utility Truck customer service at 1-254-857-8813." -06/10/2014,14V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V382000),"Somerset Welding & Steel, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4,"Somerset Welding & Steel, doing business as J&J Truck equipment (J&J), is recalling certain model year 2009-2013 Ford F-350, F-450, and F-550 Super Duty chassis with 6.8L gasoline engines modified by J&J to be equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Somerset will notify owners, and dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. The recall began August 2014. Owner's may contact Somerset customer service at 1-800-777-2671." -06/09/2014,14V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V370000),Motor Coach Industries,Headlights may Unintentionally Turn Off,EXTERIOR LIGHTING,413,Vehicle,686,"Motor Coach Industries, Inc. (MCI) is recalling certain model year 2014 D4000, D4005, D4000ISTV, D4500, D4505, and J4500 motor coaches manufactured July 2013 to April 2014. The multiplex electrical systems controller may unintentionally turn off the vehicle's headlights while the vehicle is in gear.","If the headlights turn off while the vehicle is in operation, the driver's visibility may be reduced, increasing the risk of a crash.","MCI will notify owners, and dealers will update the multiplex controller software, free of charge. The recall began in July 2014. Owners may contact MCI customer service at 1-800-241-2947. MCI's number for this recall is 413." -06/06/2014,14V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V301000),"General Motors, LLC","Absence of Warning Chimes/FMVSS 114, 208",ELECTRICAL SYSTEM,14315,Vehicle,57512,"General Motors LLC (GM) is recalling certain model year 2014-2015 Chevrolet Silverado and GMC Sierra, and 2015 Chevrolet Tahoe and Suburban vehicles equipped with a base radio and an internal amplifier. The radios in the affected vehicles may become inoperative, and as a result, there would be no audible chime to notify the driver if the door is opened with the key in the ignition or no audible seat belt warning indicating the seat belts were not buckled. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) numbers 114, ""Theft Protection and Rollaway Prevention,"" and 208, ""Occupant Crash Protection.""","Without an audible indicator, the driver may not be aware that the driver's door is open while the key is in the ignition, increasing the risk of a vehicle rollaway. Additionally, there would be no reminder that the driver's or front seat passenger's seat belt is not buckled, which could increase the risk of injury in a crash.","GM will notify owners, and dealers will update the radio software, free of charge. The recall began on July 2, 2014. Chevrolet owners may contact GM's customer service at 1-800-222-1020. GMC owners may contact GM's customer service at 1-800-462-8782. GM's number for this recall is 14315." -06/06/2014,14V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V337000),"Corp. Micro Bird, Inc.",Corrosion of Propane Tank Fuel Line,"FUEL SYSTEM, OTHER",14-057-RSU,Vehicle,38,"Corp. Micro Bird Inc. (Micro Bird) is recalling certain model year 2011-2013 Micro Bird G5 school buses manufactured September 20, 2010, through June 13, 2013, and equipped with a Roush CleanTech LLC propane fuel system. Due to a reaction between the different metals, the affected vehicles may develop a propane leak where the aluminum fuel line fitting contacts the brass supply valve housing.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Micro Bird will notify owners, and dealers will replace the aluminum fuel line fitting with a new stainless steel fitting, free of charge. Owners may contact Micro Bird customer service at 1-819-477-2012. Micro Bird's number for this recall is 14-057-RSU." -06/06/2014,14V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V300000),"General Motors, LLC",Driver Side Frontal Air Bag May Not Deploy,AIR BAGS,12261,Vehicle,31520,"General Motors LLC (GM) is recalling certain model year 2012 Buick Verano vehicles manufactured December 2, 2011 to July, 16, 2012, Chevrolet Cruze vehicles manufactured December 7, 2011 to July 25, 2012, Chevrolet Sonic vehicles manufactured December 5, 2011 to August 2, 2012, and Chevrolet Camaro vehicles manufactured December 1, 2011 to June 11, 2012. The driver side frontal air bag has a shorting bar which may intermittently contact the air bag terminals.","If the bar and terminals are contacting each other at the time of a crash necessitating deployment of the driver's frontal air bag, that air bag will not deploy, increasing the driver's risk of injury.","GM will notify owners, and dealers will replace the steering wheel air bag coil, free of charge. The recall began on July 25, 2014. Chevrolet owners may contact GM at 1-800-222-1020. Buick owners may contact GM at 1-800-521-7300. Note: This is an expansion of recalls 12V-522 and 13V-023." -06/06/2014,14V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V299000),"General Motors, LLC",Electrical Short Circuit may Disable Air Bags,AIR BAGS,14219,Vehicle,33,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Corvette vehicles manufactured April 23, 2014 to April 25, 2014. In the affected vehicles, the Sensing and Diagnostic Module (SDM) may experience an internal short circuit, resulting in the deactivation of the air bags and seat belt pretensioners.","If the SDM short circuits, the air bags may not deploy and the seat belt pretensioners may not activate in the event of a crash, increasing the risk of occupant injury.","GM will notify owners, and dealers will replace the Sensing and Diagnostic Module (SDM), free of charge. The recall began on August 1, 2014. Owners may contact General Motors customer service at 1-800-222-1020. GM's number for this recall is 14219." -06/06/2014,14V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V298000),"General Motors, LLC",Passenger Front Air Bag Inflator Failure,AIR BAGS,14211,Vehicle,61,"General Motors LLC (GM) is recalling certain model year 2013 Buick Encore vehicles manufactured April 10, 2013, to May 8, 2013, and Chevrolet Spark vehicles manufactured December 30, 2012, to March 1, 2013. In the affected vehicles, an improper weld on the passenger side front air bag inflator may result in the air bag not deploying.","If the air bag does not to deploy in the event of a crash, there is an increased risk of injury to the front passenger.","GM will notify owners, and dealers will replace the passenger side front air bag, free of charge. The recall began on July 30, 2014. Owners may contact General Motors customer service at 1-800-521-7300 (Buick) or 1-800-222-1020 (Chevrolet). GM's number for this recall is 14211." -06/06/2014,14T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T005000),"American Pacific Industries, Inc.",Tires may Fail,TIRES,NR (Not Reported),Tire,761,"American Pacific Industries, Inc. (API) is recalling certain Gladiator brand truck and trailer tires of various sizes. These tires did not pass quality control and are deemed to be unsafe for road service.","The subject tires can fail unexpectedly, increasing the risk of a crash.","The defective tires have been captured and quarantined at the border and will be destroyed. Customers may contact API at 1-661-702-0988. Since all of the affected tires have been recovered, an owner notification letter will not be issued." -06/05/2014,14V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V305000),"KTM North America, Inc.",Rear Brake Pedal may Detach,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,649,"KTM North America, Inc. (KTM) is recalling certain model year 2014 690 Enduro R motorcycles manufactured October 2013 to April 2014. In the affected motorcycles, the rear brake pedal mounting bolt may loosen, allowing the rear brake pedal to detach from the motorcycle.","If the rear brake pedal detaches, the rider would only have the front brake to slow or stop the motorcycle, increasing the risk of a crash.","KTM will notify owners, and dealers will install and properly torque, a washer and new rear brake pedal mounting bolt with threadlocker, free of charge. The recall began in July 2014. Owners may contact KTM customer service at 1-888-985-6090." -06/05/2014,14V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V306000),Blue Bird Body Company,Steering Shaft Interference may Affect Steering,STEERING,R14XE,Vehicle,444,"Blue Bird Body Company (Blue Bird) is recalling certain 2012-2015 All American transit buses manufactured September 1, 2011 through May 16, 2014. In the affected vehicles, a clamp on the steering shaft may come in contact with the rubber boot at the floor.","If the steering shaft clamp comes into contact with the rubber boot, additional effort would be needed to steer the vehicle, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will relocate the rubber boot and install a new steering shaft clamp, free of charge. The recall began on July 8, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XE." -06/05/2014,14V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V309000),Blue Bird Body Company,Steering Shaft Interference may Affect Steering,STEERING,R14XE,Vehicle,2539,"Blue Bird Body Company (Blue Bird) is recalling certain 2012-2015 All American school buses manufactured August 20, 2011, through May 21, 2014. In the affected vehicles, a clamp on the steering shaft may come in contact with the rubber boot at the floor.","If the steering shaft clamp comes into contact with the rubber boot, additional effort would be needed to steer the vehicle, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will relocate the rubber boot and install a new steering shaft clamp, free of charge. The recall began on July 8, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XE." -06/04/2014,14V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V297000),Blue Bird Body Company,Corrosion of Propane Tank Fuel Line,"FUEL SYSTEM, OTHER",R14XD,Vehicle,388,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2012-2013 Vision school buses manufactured January 10, 2012, to April 24, 2013, and equipped with a Roush CleanTech LLC propane fuel system. Due to a reaction between the different metals, the affected vehicles may develop a propane leak where the aluminum fuel line fitting contacts the brass supply valve housing.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Blue Bird will notify owners, and dealers will replace the aluminum fuel line fitting with a new stainless steel fitting, free of charge. The recall began on July 3, 2014. Owners may contact Blue Bird customer service at 1-478-822-2242. Blue Bird's number for this recall is R14XD." -06/04/2014,14V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V293000),"Chrysler (FCA US, LLC)",Cruise Control Unintended Continued Acceleration,FORWARD COLLISION AVOIDANCE,P31,Vehicle,6120,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Dodge Durango vehicles manufactured January 16, 2014 to April 8, 2014, Jeep Grand Cherokee vehicles manufactured January 16, 2014 to April 8, 2014, Jeep Grand Cherokee SRT vehicles manufactured February 3, 2014 to April 8, 2014, and Jeep Cherokee vehicles manufactured March 6, 2014 to April 17, 2014. When the adaptive cruise control is engaged and the driver presses the accelerator pedal to increase the vehicle's speed more than the cruise control system would on its own, the vehicle may continue to accelerate briefly after the accelerator pedal is released.",The unintended continued acceleration may increase the risk of a crash.,"Chrysler will notify owners, and dealers will re-flash the Driver Assistance System Module (DASM), free of charge. The recall began in June 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P31." -06/04/2014,14V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V304000),Van Hool N.V.,Driver Seat Belt Anchorage Assembly/FMVSS 210,SEAT BELTS,P726,Vehicle,90,"Van Hool N.V. (Van Hool) is recalling certain model year 2014-2015 TX40 motorcoaches manufactured January 2014 through June 2014, and TX45 motorcoaches manufactured September 2013 through June 2014. The driver seat belt assembly may not be properly secured to the B-pillar anchorage and as a result the driver may not be properly restrained in the event of a crash. As such, the vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 210, ""Seat Belt Assembly Anchorages.""","If the seat belt is not properly secured to the anchorage, the driver is at an increased risk of injury in the event of a crash.","Van Hool designated agent ABC Bus Companies will notify Van Hool motorcoach owners, and dealers will correct the seat belt anchorage mounting, free of charge. The recall began on September 9, 2014. Owners may contact ABC Bus Companies customer service at 1-800-222-2875. Van Hool's number for this recall is P726." -06/04/2014,14V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V308000),"Altec Industries, Inc.",Fiberglass Boom may Conduct Electricity,EQUIPMENT,CSN 598,Vehicle,120,"Altec Industries, Inc. (Altec) is recalling certain model year 2009-2012 AH75, AH85, and AH100 Aerial Devices manufactured October 2009 through December 2012. The affected devices may allow electricity to be conducted through the boom due to water entering into the fiberglass layers. Additionally, the joint connecting the fiberglass insert and the steel boom components may fail.","A fiberglass lower boom insert that can conduct electricity increases the risk of electrocution to the operator should the boom contact a power line. If the joint between the fiberglass insert and the steel boom component fails, the boom may fall, putting the operator at an increased risk of injury.","Altec will notify owners, and dealers will do supplemental dielectric testing and replace the lower boom, free of charge. Owners may contact Altec customer service at 1-877-462-5832. Altec's number for this recall is CSN 598." -06/04/2014,14V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V307000),Tactical Vehicle Outfitters,PTO Pressure Switch Oil Leak may Result in Fire,EQUIPMENT,NR (Not Reported),Vehicle,19,"Tactical Vehicle Outfitters (Tactical) is recalling certain model year 2010-2014 Ford F-350 and F-550 vehicles modified by Tactical and equipped with certain Muncie Power Products PTO Assemblies. In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Tactical will notify owners, and dealers will install a new PTO pressure switch, free of charge. The recall began on August 1, 2014. Owners may contact Tactical customer service at 1-405-603-6700." -06/04/2014,14V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V296000),"NABI Bus, LLC",Steering Column Support Bracket may Detach,STEERING,20143,Vehicle,39,"NABI Bus, LLC (NABI) is recalling certain model year 2012 31LFW city transit buses manufactured April 27, 2012, through December 16, 2012. In the affected vehicles, the steering column support bracket may not be properly welded to the dash assembly.","If the steering column support bracket detaches, the steering column may become loose, causing the steering to become inoperable, increasing the risk of a crash.","NABI will notify owners will reweld or replace the steering column support bracket, free of charge. The recall began in August 2014. Owners may contact NABI customer service at 1-256-831-4296. NABI's number for this recall is 20143." -06/04/2014,14V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V295000),"Ameritrail, Inc.",Trailer Brake Actuator may Fail Prematurely,SERVICE BRAKES,NR (Not Reported),Vehicle,5,"Ameritrail, Inc.(Ameritrail) is recalling certain model year 2011 Ranch King GN24-21E, GN36-25D42, GN40-21D42, and MFDD36-242 trailers equipped with certain Carlisle Hydrastar and Hydrastar XL trailer brake actuators. One of the rotating components in the hydraulic pump for the brake actuator missed a heat treating operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.","Ameritrail will notify owners, and dealers will replace the actuator, free of charge. The recall began on July 29, 2014. Owners may contact Ameritrail customer service at 1-407-892-1100." -06/04/2014,14V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V294000),"Chrysler (FCA US, LLC)",Water Seepage Causing Circuit Corrosion,AIR BAGS,P32,Vehicle,17727,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram ProMaster vehicles manufactured April 23, 2013 to May 22, 2014. The affected vehicles may experience circuit corrosion from water intrusion around the in-floor battery cover and door footwell trim.","This water intrusion may affect the vehicle's running and disable the air bags, stop lamps, turn signals, backup lights and/or door locks, increasing the risk of a crash, as well as injury to the occupants if the air bags do not deploy.","Chrysler will notify owners, and dealers will inspect all the connectors in the footwell areas, the ignition fuse and the occupant restraint control (ORC) module for corrosion, if corrosion is found, dealers will repair the connectors in the footwell area and the ignition fuse, and replace the ORC module. They will also install a water barrier sealer on the floor, add di-electric grease to all footwell connectors and replace the body plug. The in-floor battery ignition fuse will be relocated, and add di-electric grease to the ORC module connector. These repairs will be performed, free of charge. Chrysler distributed an interim letter to owners on July 30, 2014. The recall began on October 3, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P32." -06/02/2014,14V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V292000),"Jaguar Land Rover North America, LLC",Control Module Calibration Software/FMVSS 208,ELECTRICAL SYSTEM,J040,Vehicle,70,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013 Jaguar XJ vehicles manufactured May 21, 2012, through July 10, 2012. The generic software calibration installed on the vehicles' Restraints Control Module (RCM) may not meet the specification for proper operation of the Supplemental Restraint System (SRS). As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""",Vehicles that have the generic software may put the occupants at an increased risk of injury in the event of a crash.,"Jaguar will notify owners, and dealers will upload new software for the Restraints Control Module, free of charge. The recall began on July 8, 2014. Owners may contact Jaguar customer service at 1-855-524-8278. Jaguar's number for this recall is J040." -06/02/2014,14E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E035000),"Roush CleanTech, LLC",Corrosion of Propane Tank Fuel Line Fitting,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,845,"Roush CleanTech, LLC (Roush) is recalling certain propane fuel system conversion kits manufactured January 2011 to August 2012 with an aluminum fuel line fitting. These kits were sold as original and replacement equipment for installation on Ford E-150 Wagons and Cargo Vans; E-250 Cargo Vans and Extended Cargo Vans; E-350 Wagons, Extended Wagons, Cargo Vans, and Extended Vans; and E-450 Cutaway models. Due to a reaction between the different metals, the affected kits may develop a propane leak where the aluminum fuel line fitting contacts the brass supply valve housing.",A propane leak in the presence of an ignition source increases the risk of a fire.,"Roush will notify owners, and Roush's authorized service network will replace the aluminum fitting with a stainless steel fitting, free of charge. The recall began on August 5, 2014. Owners may contact Roush customer service at 1-800-597-6874." -06/02/2014,14V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V291000),"Jaguar Land Rover North America, LLC",Rear Brake Pipe Leaking Brake Fluid,"SERVICE BRAKES, HYDRAULIC",J036,Vehicle,68,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2014 XF vehicles manufactured October 18, 2012, through February 25, 2014. In the affected vehicles, the right-hand rear brake pipe may wear against a bracket located on the rear sub frame. This condition may cause the brake pipe to wear through and leak brake fluid.",Leaking brake fluid can lengthen braking distance and increase the risk of a vehicle crash.,"Jaguar will notify owners, and dealers will inspect the rear brake pipe for signs of wear, maninpulate the bracket on the rear sub frame, and inspect and replace the rear brake pipes if wear is visible, free of charge. The recall began on August 1, 2014. Owners may contact Jaguar customer service at 1-855-524-8278. Jaguar's number for this recall is J036." -05/30/2014,14V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V289000),Kia Motors America,"19"" Non-Chrome Wheel Fracture",WHEELS,SC107,Vehicle,3107,"Kia Motors Corporation (Kia) is recalling certain model year 2014 Cadenza vehicles manufactured February 1, 2013, through August 27, 2013, and equipped with 19"" non-chrome aluminum wheels. The wheels on the affected vehicles may fracture from impacts such as large, deep potholes.","A wheel fracture could cause the circular rim to separate, resulting in a loss of tire pressure, increasing the risk of a crash.","Kia will notify owners, and dealers will replace the wheels with new wheels, free of charge. The recall began in June 2014. Owners may contact Kia customer service at 1-800-333-4542. Kia's number for this recall is SC107." -05/29/2014,14E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E028000),Ford Motor Company,Driver Side Accessory Floor Mat may Trap Pedal,EQUIPMENT,14S07,Equipment,82579,"Ford Motor Company (Ford) is recalling certain all weather driver side accessory floor mats sold for use in model year 2006-2011 Ford Fusion and Mercury Milan, 2006 Lincoln Zephyr, and 2007-2011 Lincoln MKZ vehicles manufactured November 9, 2007, through October 31, 2010. The affected floor mats may move and possibly interfere with the accelerator pedal.","The floor mat could shift such that it could interfere with the accelerator pedal, preventing its return to an idle position, which could result in unintended vehicle speeds, increasing the risk of a crash.","Ford will notify owners, and dealers will install new replacement mats, free of charge. The recall began in July 2014. Owners may contact Ford's customer service at 1-800-392-3673. Ford's number for this recall is 14S07. NOTE: Vehicles built after October 31, 2010, while potentially equipped with the same floor mats, are equipped with a Brake Over Accelerator (BOA) feature that prevents simultaneous accelerator and brake application, allowing the vehicle to be safely stopped by pressing firmly and steadily on the brake pedal." -05/29/2014,14V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V287000),"Terex South Dakota, Inc.",Frame may Crack,STRUCTURE,SN610,Vehicle,42,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2006-2014 TLM series models manufactured from December 2006 through February 2014 which were installed on Ford F550 vehicles. The affected vehicles may develop a crack in a notch of the vehicle frame.","A crack in the frame may cause frame failure, resulting in a loss of vehicle control, increasing the risk of a crash.","Terex will notify owners, and dealers will repair any cracked frames and install a preventative reinforcement on the affected vehicles which have not cracked, free of charge. The recall began on July 8, 2014. Owners may contact Terex customer service at 1-605-882-4000. Terex's number for this recall is SN610." -05/29/2014,14V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V283000),PACCAR Incorporated,Lack of Air Bag Fault Telltale Lamp,AIR BAGS,514-F,Vehicle,1705,"PACCAR Incorporated (PACCAR) is recalling certain model year 2010-2015 Peterbilt 579, 388, 384, 367, 365, 348, and 337 trucks manufactured October 30, 2009, through May 21, 2014. In the affected vehicles, if power is interrupted to the seat electronic control unit (ECU), such as when the fuse for that circuit blows, the side air bag would be disabled but there will not be a warning lamp indicator to notify the operator of the malfunction.","Without a warning of a problem existing in the side air bag system, the driver may continue to operate the vehicle, increasing the risk of injury from the side air bag not deploying in the event of a rollover.","PACCAR will notify owners, and dealers will install a new electrical harness to correct them problem, free of charge. The recall began in July 2014. Owners may contact Peterbilt customer service at 1-940-591-4220. Paccar's number for this recall is 514-F." -05/29/2014,14V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V282000),Mazda North American Operations,Loss of Electric Power Steering Assist,STEERING,7614E,Vehicle,33000,"Mazda North American Operations (Mazda) is recalling certain model year 2008-2011 Tribute vehicles manufactured October 5, 2006, through September 11, 2010. The affected vehicles have a steering torque sensor that may not be able to properly detect driver steering input. As a result, the system could remove the Electric Power Steering (EPS) assist.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","Mazda will notify owners and dealers will update the software for the power steering control module (PSCM) and the instrument cluster module, free of charge. If a vehicle shows a history of a loss of the torque sensor signal or fault codes relating to the PSCM when the vehicle is brought in for the recall remedy, the affected components will be replaced, free of charge. The recall began in July 2014. Owners may contact Mazda customer service at 1-800-222-5500. Mazda's number for this recall is 7614E." -05/29/2014,14V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V284000),Ford Motor Company,Loss of Electric Power Steering Assist,STEERING,14S05,Vehicle,740878,"Ford Motor Company (Ford) is recalling certain model year 2008-2011 Ford Escape and Mercury Mariner vehicles manufactured August 18, 2006, through September 11, 2010. The affected vehicles have a steering torque sensor that may not be able to properly detect driver steering input. As a result, the system could remove the Electric Power Steering (EPS) assist.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","Ford will notify owners, and dealers will update the software for the power steering control module (PSCM) and the instrument cluster module, free of charge. If a vehicle shows a history of a loss of the torque sensor signal or fault codes relating to the PSCM when the vehicle is brought in for the recall remedy, the affected components will be replaced, free of charge. The recall began on July 18, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S05." -05/29/2014,14V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V286000),Ford Motor Company,Loss of Electric Power Steering Assist,STEERING,14S06,Vehicle,179027,"Ford Motor Company (Ford) is recalling certain model year 2011-2013 Ford Explorer vehicles manufactured May 17, 2010, through February 28, 2012. The affected vehicles may experience an intermittent connection in the electric power steering gear, which can cause a loss of the motor position sensor signal resulting in a shut down of the power steering assist.","If the vehicle experiences a loss of power steering assist it will require extra steering effort at lower speeds, increasing the risk of a vehicle crash.","Ford will notify owners, and dealers will update the Power Steering Control Module (PSCM) software, free of charge. If a vehicle shows a history of a loss of motor position sensor signal when the vehicle is brought in for the recall remedy, its steering rack assembly will be replaced, free of charge. The recall began on July 23, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S06." -05/29/2014,14V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V285000),Ford Motor Company,Water Intrusion may cause License Plate Lamp Fire,EXTERIOR LIGHTING,14S08,Vehicle,183425,"Ford Motor Company (Ford) is recalling certain model year 2010-2014 Taurus vehicles manufactured November 24, 2008, through February 28, 2014, originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. When used in areas that use road salt, the license plate lamp assembly may experience an electro-chemical reaction and corrosion as a result of water intrusion.","This corrosion may result in a short circuit, increasing the risk of a fire.","Ford will notify owners, and dealers will replace the license plate lamp assemblies, free of charge. The recall began on July 26, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S08. Note: Under program 14R01, Ford will notify owners in non-corrosion states, and, at the customer's request, dealers will replace the license plate lamp assembly." -05/28/2014,14V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V303000),"Champion Bus, Inc.",Hybrid Transmission Software,POWER TRAIN,NR (Not Reported),Vehicle,2,"Champion Bus, Inc. (Champion) is recalling certain model year 2014 Defender shuttle buses built on Freightliner M2 chassis, equipped with Eaton-brand hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","Daimler Trucks North America (DTNA), manufacturer of the Freightliner chassis, has notified owners, and Eaton authorized service facilities has updated the Hybrid Control Module Software version, free of charge. The recall began in May 2014. Owners may contact Champion Bus at 1-810-724-6474. Customers may also contact Eaton at 1-800-386-1911." -05/28/2014,14V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V302000),"Champion Bus, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,25,"Champion Bus, Inc. (Champion) is recalling certain model year 2014 Defender shuttle buses built on Freightliner M2 chassis equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Daimler Trucks North America (DTNA), manufacturer of the Freightliner chassis, has notified owners, and DTNA dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on May 27, 2014. Owners may contact Champion Bus at 1-810-724-6474 or DTNA at 1-800-385-4357." -05/27/2014,14V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V280000),"Lotus Cars USA, Inc.",Oil Cooler Line Detachment,ENGINE AND ENGINE COOLING,"2014/01R, 2014/02R",Vehicle,860,"Lotus Cars USA, Inc. (Lotus) is recalling certain model year 2008-2011 Elise and Exige vehicles manufactured from November 2007 to July 2011, and 2011 Evora vehicles manufactured September 2010 through September 2011. The oil cooler hose may detach from its fitting.","A detached oil hose could spray oil on a tire, increasing the risk of a crash, or it could spray oil throughout the engine compartment, increasing the risk of a fire.","Lotus will notify owners, and dealers will replace the oil cooler hose fittings on the Elise and Exige vehicles and will replace the oil cooler hose assemblies on the Evora vehicles, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Lotus at 1-800-245-6887. Lotus' number for this recall is 201401R (Elise/Exige), and 2014/02R (Evora). Note: This recall is an expansion of recalls 11V-510 and 13V-041." -05/27/2014,14V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V281000),"Mitsubishi Motors North America, Inc.",Power Steering Pressure Tube may Chafe,STEERING,SR-14-004,Vehicle,146,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2014 Lancer Evolution vehicles manufactured January 31, 2014, through February 21, 2014, and 2014 Lancer Ralliart vehicles manufactured February 3, 2014, through February 14, 2014. The affected vehicles may have insufficient clearance between the power steering pressure tube and the crossmember brace.","Due to abrasion and rust, a hole may develop in the power steering tube, allowing the fluid to leak out, resulting in added steering effort, increasing the risk of a crash. Additionally, the leaking fluid increases the risk of a fire in the presence of an ignition source such as a hot engine or exhaust component.","Mitsubishi will notify owners, and dealers will inspect the power steering tube for sufficient clearance. If the vehicle has insufficient clearance, the power steering tube assembly will be replaced, free of charge. The manufacturer notified owners in July 2014. Owners may contact Mitsubishi customer service at 1-888-648-7820. Mitsubishi's number for this recall is SR-14-004." -05/27/2014,14V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V279000),"Mobility Specialists, Inc.",Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,56,"Mobility Specialists, Inc. (Mobility Specialists) is recalling certain model year 2007-2008 Ford E-150 vans modified by Mobility Specialists and equipped with Braun NCL-2, and NVL-2 wheel chair lifts. Over time, and with frequent use, the roll stop latches on the outer barrier of the lifts in these vans may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Mobility Specialists will notify owners and will replace the affected parts, free of charge. The recall began in July 2014. Owners may contact Mobility Specialists customer service at 1-877-777-5438." -05/23/2014,14V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V276000),Van Hool N.V.,Battery Equalizers-Possible Fire,ELECTRICAL SYSTEM,P725,Vehicle,18,"Van Hool N.V. (Van Hool) is recalling certain model year 2004, 2006, and 2013 C2045 Coaches, equipped with Sure Power Battery Equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Van Hool's designated agent, ABC Bus, Inc., will notify Van Hool owners, and Sure Power will replace the converters, free of charge. The recall began on August 26, 2014. Van Hool's number for this recall is P725" -05/23/2014,14V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V278000),"Suzuki Motor USA, LLC",Drive Chain Link may Not be Riveted,POWER TRAIN,2A39,Vehicle,103,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2014 DL650A V-Strom motorcycles manufactured January 20, 2014, through January 21, 2014. In the affected vehicles, a drive chain link may not have been riveted by the supplier when being manufactured.","If the drive chain link was not riveted, the chain may come off, increasing the risk of a vehicle crash.","Suzuki will notify owners, and dealers will inspect the drive chains of the affected motorcycles. For any unsold motorcycles with a drive chain link that is not riveted, Suzuki dealers will replace the non-riveted link with a drive chain joint set. For any motorcycles that have been sold to retail customers with a drive chain link that is not riveted, Suzuki dealers will replace the drive chain and the front and rear sprockets, free of charge. The recall began on May 27, 2014. Owners may contact Suzuki at 1-800-572-1490. Suzuki's number for this recall is 2A39." -05/23/2014,14V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V288000),Starcraft RV,Frame Spring Hanger Failure,STRUCTURE,NR (Not Reported),Vehicle,49,"Starcraft RV, Inc. (Starcraft) is recalling certain model year 2014 Autumn Ridge, AR-ONE, and Travel Star Exp trailers manufactured February 13, 2014, through February 24, 2014. The affected trailers may have been built with frame spring hangers that may be brittle and susceptible to fracturing.","A spring hanger that fractures may result in a loss of control of the trailer, increasing the risk of a crash.","Starcraft will notify owners, and dealers will inspect and replace the frame spring hangers, as necessary, free of charge. The recall began on July 7, 2014. Owners may contact Starcraft customer service at 1-800-945-4787." -05/22/2014,14V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V270000),Toyota Motor Engineering & Manufacturing,Brake Pedal Load Sensing Switch Failure,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10462,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2013 Lexus GS 350 vehicles manufactured June 8, 2012, through December 26, 2012. In the affected vehicles, the switch that senses the amount of pressure that the driver is applying to the brake pedal may fail.","If the switch fails, the vehicle may begin braking without the driver's input, and without illuminating the brake lights, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the brake pedal support assembly which includes the brake pedal load sensing switch, free of charge. Toyota sent owners an interim notification letter in late June 2014 to advise owners of the recall. Owners received a second letter after the remedy parts were available in mid-July. Owners may contact Toyota customer service at 1-800-331-4331." -05/22/2014,14V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V272000),Toyota Motor Engineering & Manufacturing,Improper Seat Belt Restraint Software/FMVSS 208,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,48840,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Highlander and Highlander Hybrid vehicles. The affected vehicles may have improper software installed in the air bag electronic control unit (ECU) for the operation of the front passenger seat belt force limiter, and as a result, the force limiter may use the restraint setting designed for small occupants, such as those that weigh approximately 110 pounds, for all occupants regardless of their size. As such, some of these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of a crash, a larger front passenger seat occupant may not be properly restrained and be at an increased risk of injury.","Toyota will notify owners, and dealers will install a software update in the air bag electronic control unit, free of charge. The recall began on June 27, 2014. Owners may contact Toyota customer service at 1-800-331-4331." -05/22/2014,14V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V275000),Great Dane Trailers,Missing Pintle Hook Bogie Tube Welds,EQUIPMENT,NR (Not Reported),Vehicle,35,Great Dane Trailers (Great Dane) is recalling certain model year 2015 Dry Freight Semi-Trailers. The affected trailers may be missing a weld from the pintle hook to the bogie tube.,"The missing weld could result in trailer separation, increasing the risk of a crash.","Great Dane has notified the affected owner, and Great Dane is inspecting the trailers and applying the missing welds, free of charge. The recall began in May 2014. Owners may contact Great Dane customer service at 1-877-369-3493." -05/22/2014,14V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V271000),"Tiffin Motorhomes, Inc.",Moisture In Clearance Lights may cause Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4414,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2009-2011 Allegro, 2010-2011 Bus and Breeze, and 2008-2011 Phaeton and Zephyr recreational vehicles, equipped with LED clearance lights made by Command Electronics, Inc. In the affected vehicles, moisture may enter the light and cause a short between two connections on the circuit board.",A short in the circuit board increases the risk of a fire.,"Tiffin will notify owners, and dealers will install a one amp inline fuse into the front and rear circuits that will blow if there is a short in any of the clearance lights, free of charge. The recall began on July 31, 2014. Owners may contact Tiffin customer service at 1-256-356-8661." -05/22/2014,14V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V274000),Toyota Motor Engineering & Manufacturing,Second Row Right-Hand Seat Assembly/FMVSS 207,SEATS,NR (Not Reported),Vehicle,231,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2014 Highlander vehicles manufactured April 23, 2014, through April 29, 2014. The affected vehicles may have a second row right-hand seat assembly that does not fully lock into the inboard seat track in the forward first, second and third adjusting positions. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the seat does not fully lock into the inboard seat track, the seat could move, increasing the risk of injury to an occupant in the event of a crash.","Toyota will notify owners, and dealers will inspect and, if necessary, replace the second row right-hand seat, free of charge. The recall began in July 2014. Owners may contact Toyota customer service at 1-800-331-4331." -05/22/2014,14V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V273000),Toyota Motor Engineering & Manufacturing,Spare Tire Assembly may Corrode and Detach,TIRES,NR (Not Reported),Vehicle,419520,"Toyota Motor Engineering & Manufacturing (Toyota) is recalling certain model year 2004-2011 Sienna vehicles originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin and the District of Columbia. The affected vehicles have a spare tire carrier assembly mounted under the vehicle whose attachment cable may corrode due to high concentrations of road salt splashing onto the spare tire carrier.","If the carrier cable is corroded due to road salt, the spare tire may separate from the vehicle, increasing the risk of a crash.","Toyota sent owners in August 2014 an interim notification to advise owners of the recall and that dealers will perform an interim remedy to remove the spare tire and relocate it to the luggage compartment, free of charge. Owners are being mailed a second letter as parts become available and dealers will replace the spare tire carrier assembly with an improved one, free of charge. The remedy campaign is being performed in phases. The first phase of the recall began July 7, 2015. Owners may contact Toyota customer service at 1-800-331-4331. NOTE: 2004-2010 Siennas subject to this recall were subject to recall campaign 10V-160 initiated in 2010. Those owners are advised that they must have their vehicles remedied again under this campaign and that having the earlier recall completed did not remedy their vehicles. Additionally, model year 1998-2003 Siennas were recalled as part of safety recall 10V-160. Owners of those vehicles that have not had not the remedy performed on their vehicles, should contact their Toyota dealer to schedule a free repair." -05/21/2014,14V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V268000),"Stoughton Trailers, LLC",Trailer Suspension Pivot Bolt Failure,SUSPENSION,NR (Not Reported),Vehicle,879,"Stoughton Trailers, LLC (Stoughton) is recalling certain 2014 AVW trailers manufactured October 22, 2013, through December 18, 2013, AVXW trailers manufactured December 3, 2013, through December 16, 2013, ZGPVW trailers manufactured October 17, 2013, through December 17, 2013, and AHV trailers manufactured November 5, 2013, through November 21, 2013, and equipped with certain SAF-Holland-brand CBX Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.","Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer, increasing the risk of a crash.","Stoughton will notify owners, and SAF-Holland-approved repair shops will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began on July 22, 2014. Owners may contact Stoughton customer service at 1-608-873-2555, or SAF-Holland customer service at 1-888-396-6501." -05/21/2014,14V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V269000),Eldorado National-Kansas,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,14E-010,Vehicle,28,"ElDorado National-Kansas Inc. (ElDorado) is recalling certain model year 2012-2014 Aerotech 240 vehicles, equipped with certain Ricon S series and K series wheelchair lifts with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","ElDorado will notify owners, and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall began July 17, 2014. Owners may contact ElDorado customer service at 1-800-850-1287 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com. ElDorado's number for this recall is 14E-010." -05/20/2014,14V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V266000),"General Motors, LLC",Flexible Steel Cable for Seat Belt may Fail,SEAT BELTS,14187,Vehicle,1339355,"General Motors is recalling certain model year 2009-2014 Buick Enclave vehicles manufactured April 14, 2008, through May 14, 2014, Chevrolet Traverse vehicles manufactured June 6, 2008, through May 14, 2014, and GMC Acadia vehicles manufactured April 9, 2008, through May 14, 2014, and 2009-2010 Saturn Outlook vehicles manufactured April 14, 2008, through March 18, 2010. In the affected vehicles, the flexible steel cable that connects the seatbelt to the front outboard seating positions may fatigue and separate over time.","If the steel cable becomes fatigued and separates, the seatbelt may not properly restrain the seat occupant increasing the risk of an injury in a crash.","General Motors will notify owners, and dealers will inspect and, if necessary, repair and replace the lap pretensioner, free of charge. Parts are not currently available. An interim notice will be mailed to owners in July 2014. A second notice will be mailed to owners once parts become available. The recall for the 2009-2010 model years began on July 11, 2014. The interim letter for the 2011-2014 model years were distributed on July 11, 2014. Owners may contact General Motors at 1-800-222-1020 (Chevrolet), 1-800-521-7300 (Buick), 1-800-462-8782 (GMC), 1-800-553-6000 (Saturn). General Motors recall number for this campaign is 14187." -05/20/2014,14V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V265000),"General Motors, LLC",Fuse Block may come Loose and Result in a Fire,ELECTRICAL SYSTEM,14208,Vehicle,58,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado HD vehicles manufactured January 8, 2014, through February 27, 2014, and 2015 GMC Sierra HD vehicles manufactured January 9, 2014, through February 14, 2014, and equipped with a 220 Amp Generator (RPO KW5). In the affected vehicles, the retention clips that attach the fuse block to the vehicle body can become loose allowing the fuse block to move out of position. If this occurs, exposed conductors in the fuse block may contact the mounting studs or other metallic components, causing a short to ground event.","This could result in an arcing condition, and combustible materials located nearby could ignite and result in an engine compartment fire.","GM will notify owners, and dealers will inspect the fuse block to verify that it is properly secured, repairing it as necessary, free of charge. The recall began on July 30, 2014. Owners may contact GM customer service at 1-800-222-1020 (Chevrolet) or 1-800-462-8782 (GMC). GM's number for this recall is 14208." -05/20/2014,14V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V267000),Thor Motor Coach,Generator Exhaust Routing (Fire/Asphyxiation),EQUIPMENT,RC000089,Vehicle,34,"Thor Motor Coach (Thor) is recalling certain model year 2014-2015 Outlaw 29H motorcoaches manufactured January 13, 2014, through April 25, 2014. In the affected vehicles, the generator exhaust may be routed too close to the onboard propane storage tank without the necessary heat shielding. Additionally, the generator exhaust ends underneath a slide-out room.","Due to the exhaust's proximity and the lack of heat shielding, the hot exhaust piping could heat the propane tank and cause it to expand and vent off any build up of pressure, increasing the risk of a fire. The exhaust exiting below a slide out room may cause carbon monoxide to enter the vehicle, increasing the risk of asphyxiation.","Thor will notify owners, and dealers and replace the existing generator exhaust pipe with a new pipe that has a different routing, free of charge. The recall began on June 27, 2014. Owners may contact Thor customer service at 1-877-500-1020. Thor's recall number for this campaign is RC000089." -05/19/2014,14V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V261000),"General Motors, LLC",Daytime Running Light Module Overheating,EXTERIOR LIGHTING,"14093, 14236",Vehicle,218000,"General Motors is recalling certain model year 2004-2008 Chevrolet Aveo vehicles equipped with daytime running lights (DRL). In the affected vehicles, there may be heat generated within the DRL module located in the center console in the instrument panel, which could melt the DRL module.","If the DRL module melts due to the heat generation, it could cause a vehicle fire.","GM will notify owners, and dealers will install a revised DRL module, inspect the wiring connector for heat damage, and clean the DRL circuit grounds. Owners were sent interim notices on August 14, 2014. The recall began on February 6, 2015. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet). General Motors recall number for this campaign is 14236." -05/19/2014,14V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V262000),"Suzuki Motor USA, LLC",Headlamp Switch or DRL Module Overheating,EXTERIOR LIGHTING,XA,Vehicle,184244,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2004-2008 Forenza vehicles, and 2005-2008 Reno vehicles manufactured from September 1, 2003, through July 30, 2008. In the affected vehicles, heat may be generated in the headlamp switch or daytime running light (DRL) module which could melt the headlamp switch or the DRL module.","If the heat generated within the headlamp switch or DRL module located on the left side of the steering column melts the headlamp switch or DRL module, there is an increased risk of a fire.","Suzuki will replace the signal switch and add a jumper relay kit and will replace the DRL Module in teh instrument panel harness. Suzuki distributed to owners an interim letter on July 30, 2014. The recall began October 29, 2014. Owners may contact Suzuki at 1-800-934-0934. Suzuki's number for this recall is XA." -05/19/2014,14E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E025000),Agility Fuel Solutions,Manual Tank Shutoff Valve may Stick Closed,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,263,"Agility Fuel Systems (Agility) is recalling certain compressed natural gas (CNG) Fuel Tank Systems manufactured September 2010 through January 2013. In the affected fuel systems, due to a separation of the valve seat from the valve stem, the manual tank shutoff valve can get internally stuck in the closed position while being opened, although the knob may indicate that the valve is open.","If the valve is stuck closed, the flow of fuel would be blocked from the fuel container to the engine. Such a condition poses a safety risk to service personnel as there is no safe way to depressurize the fuel system and service the subject valve when it is stuck in the closed position, increasing the risk of injury to the service personnel. The affected fuel container may also become over-pressurized if the stuck valve goes undetected for a period of time, or is not repaired in a timely manner, and the ambient temperature increases significantly.","Agility will notify owners, and Agility field personnel will replace the valve seat and stem assembly, free of charge. The recall begin in July 2014. Owners may contact Agility's customer service at 1-949-236-5520." -05/19/2014,14E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E026000),Agility Fuel Solutions,Mounting System may Allow CNG Tank To Move,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,440,Agility Fuel Systems (Agility) is recalling certain compressed natural gas (CNG) Tank Rail Mount Systems manufactured September 2010 through January 2013. The affected mounting systems may allow the CNG tank to rotate or move within the mounting system which could damage the fuel and vent lines.,"If the high-pressure fuel and vent lines may become damaged, a fuel leak may result, increasing the risk of a fire. Additionally, the fuel line may become pinched disrupting the flow of fuel to the engine, increasing the risk of a stall.","Agility will notify owners, and Agility field personnel will install revised stainless steel mounting straps, hardware and rubber isolators. The recall began in early July 2014. Owners may contact Agility customer service at 1-949-236-5520." -05/19/2014,14E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E024000),SAF-Holland,Trailer Suspension Pivot Bolt Failure,SUSPENSION,P022,Equipment,11259,SAF-Holland is recalling certain CXB Trailer Suspension Air Ride Axle Systems. The affected trailer suspensions have pivot bolts that may fail.,"Failure of the pivot bolts may cause the suspension and attached axle to separate from the trailer that it was connected to, increasing the risk of a crash.","SAF-Holland will notify owners, and dealers will replace the defective pivot bolts with new pivot bolts, free of charge. The recall began in July 2014. Owners may contact SAF-Holland customer service at 1-888-396-6501. SAF-Holland's recall number for this campaign is P022." -05/16/2014,14V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V264000),"BMW of North America, LLC",Camshaft Chain Tensioner may cause Engine Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1360,"BMW of North America, LLC (BMW) is recalling certain model year 2012-2014 C 600 Sport Maxi-Scooter, and C 650 GT Maxi-Scooter motorcycles manufactured August 2, 2012, through February 18, 2014. In the affected motorcycles, the camshaft chain tensioner may not function properly, resulting in an engine stall.",An engine stall may increase the risk of a crash.,"BMW will notify owners, and dealers will replace the camshaft chain tensioner, free of charge. BMW distributed interim notification to owners on July 15, 2014. The recall is expected to begin in July 2014. Owners may contact BMW Customer Relations at 1-800-525-7417." -05/16/2014,14E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E023000),Harley-Davidson Motor Company,Chrome Hand Lever Kit Excessive Plating,"SERVICE BRAKES, HYDRAULIC",0156,Equipment,209,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain accessory Chrome Hand Control Lever Kits, part number 36700053, intended for use on 2014 Harley Davidson XL Sportster motorcycles. The affected kits may have an excess of chrome plating on the brake lever which could prevent the full return of the front brake master cylinder piston.","If the brake master cylinder piston does not return to the proper position, the front brake pressure would not be relieved and the front wheel may lock up, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will inspect and replace the affected front brake levers, as necessary, free of charge. The recall began on June 17, 2014. Owners may contact Harley-Davidson customer service at 1-800-258-2464. Harley-Davidson's number for this recall is 0156." -05/16/2014,14V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V263000),"Nissan North America, Inc.",Circuit Board Voltage may Result in Shutdown,HYBRID PROPULSION SYSTEM,NR (Not Reported),Vehicle,196,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Nissan LEAF vehicles manufactured April 15, 2014, through April 24, 2014. Due to a problem with the motor control circuit board, the inverter may fail, causing the vehicle shut down.",An unexpected vehicle shut down increases the risk of a crash.,"Nissan will notify owners, and dealers will replace the inverter, free of charge. The recall began in July 2014. Owners may contact Nissan customer service at 1-800-647-7261." -05/16/2014,14V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V259000),"General Motors, LLC",Partial Passenger Air Bag Deployment/FMVSS 208,AIR BAGS,14220,Vehicle,2838,"General Motors LLC (GM) is recalling certain model year 2015 Cadillac Escalade and Escalade ESV vehicles manufactured April 6, 2014, through May 13, 2014. In the affected vehicles, the air bag module is secured to a chute adhered to the backside of the instrument panel with an insufficiently heated infrared weld. This may result in only a partial deployment of the front passenger air bag in the event of a crash. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection.""","In the event of an accident, an air bag that only partially deploys increases the risk of occupant injury.","GM sent the owners an interim notification letter on May 16, 2014 to advise owners of the recall, and will mail owners a second letter when remedy parts are available. When the parts are available, dealers will replace the instrument panel right side upper trim panel, free of charge. The recall began on June 9, 2014. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14220. Note: Owners are advised that until the vehicle has been remedied, occupants should not sit in the front passenger seat position." -05/16/2014,14V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V258000),Honda (American Honda Motor Co.),Passenger Side Driveshaft Failure,POWER TRAIN,JE4,Vehicle,1038,"American Honda Motor Co., Ltd, (Honda) is recalling certain model year 2013 Honda Fit vehicles manufactured May 24, 2013, through July 5, 2013, and equipped with a manual transmission. The passenger side driveshaft may break while driving due to an improper heat treatment application during manufacturing.","If the driveshaft fractures and separates while driving, the vehicle would lose power and coast to a stop. If a vehicle with a fractured driveshaft is parked without the parking brake applied, the vehicle could move unexpectedly. Either condition increases the risk of a crash.","Honda will notify owners, and dealers will inspect the passenger side driveshaft and replace it if necessary, free of charge. The recall began on June 23, 2014. Owners may contact Honda customer service at 1-800-999-1009. Honda's number for this recall is JE4." -05/15/2014,14V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V257000),"Champion Bus, Inc.",Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,14E-010,Vehicle,29,"Champion Bus, Inc. (Champion) is recalling certain model year 2013 Challenger transit buses manufactured January 7, 2013, through October 25, 2013, and equipped with certain Ricon S series and K series wheelchair lifts and an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Champion will notify owners and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall began on August 27, 2014. Owners may contact Champion customer service at 1-800-776-4943, or Ricon at 1-818-267-3000. Champion's number for this recall is 14E-010." -05/15/2014,14V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V253000),"General Motors, LLC",Wiper System may become Inoperable,VISIBILITY,14157,Vehicle,19225,"General Motors LLC (GM) is recalling certain model year 2014 Cadillac CTS vehicles manufactured June 10, 2013, through February 26, 2014. If the vehicle is turned off with wiper functionality left on and the wipers then become restricted, such as when covered in ice or snow, and the vehicle's battery goes dead and needs to be jump started, upon being jump started, the wipers will be inoperative.","An inoperative windshield wiper system may decrease the driver's visibility, increasing the risk of a crash.","GM will notify owners, and dealers will replace the front wiper module, free of charge. The recall began on July 14, 2104. Owners may contact Cadillac customer service at 1-800-458-8006. GM's number for this recall is 14157." -05/14/2014,14V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V252000),"General Motors, LLC",Brake Lights may or may not Randomly Illuminate,ELECTRICAL SYSTEM,13036,Vehicle,2440524,"General Motors LLC (GM) is recalling certain model year 2004-2012 Chevrolet Malibu vehicles manufactured May 16, 2003, through October 11, 2012, 2004-2007 Malibu Maxx vehicles manufactured June 25, 2003, through April 5, 2007, 2005-2010 Pontiac G6 vehicles manufactured May 26, 2004, through January 4, 2010, and 2007-2010 Saturn Aura vehicles manufactured April 24, 2006, through May 26, 2009. In the affected vehicles, increased resistance in the Body Control Module (BCM) connection may result in voltage fluctuations in the Brake Apply Sensor (BAS) circuit. These fluctuations can cause one or more of these conditions: the brake lights to illuminate without the brake pedal being pushed; the brake lights to not illuminate when the pedal is pushed; difficulty disengaging the cruise control; moving the gear shifter out of the 'PARK' position without pushing the brake; and disablement of crash avoidance features such as traction control, electronic stability control, and panic braking assist features.",Any of the above failure conditions increases the risk of a crash.,"GM will notify owners, and dealers will attach the wiring harness to the BCM with a spacer, apply dielectric lubricant to both the BCM and harness connector and the BAS and harness connector, and will relearn the brake pedal home position, free of charge. The manufacturer distributed an Interim letter to customers on July 14, 2014. The recall began on August 18, 2014. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet), 1-800-762-2737 (Pontiac), 1-800-553-6000 (Saturn). GM's number for this recall is 13036." -05/14/2014,14V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V255000),"Lodal, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,34,"Lodal, Inc. (Lodal) is recalling certain model year 2011-2013 Evo garbage trucks manufactured January 12, 2011, through December 31, 2013, and equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began in April 2014. Owners may contact Lodal at 1-800-435-3500 or Cummins Inc. at 1-800-343-7357." -05/14/2014,14V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V247000),"General Motors, LLC",Loss of Brake Vacuum Assist/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",14201,Vehicle,140067,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Malibu vehicles manufactured June 12, 2013, through May 2, 2014, and equipped with a 2.5L engine with the auto stop/start option. The affected vehicles may experience a complete loss of brake vacuum assist, disabling the hydraulic boost assist. As such, these vehicles do not comply with Federal Motor Vehicle Safety Standard (FMVSS) number 135, ""Light Vehicle Brake Systems.""","If the hydraulic boost assist is disabled, slowing or stopping the vehicle will require additional brake pedal effort and a lengthened stopping distance. Both of these effects increase the risk of a crash.","GM will notify owners, and dealers will update the electronic brake control module software, free of charge. The recall began on July 3, 2014. Owners may contact General Motors customer service at 1-800-222-1020. General Motors number for this recall is 14201." -05/14/2014,14V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V251000),"General Motors, LLC",Loss of Low Beam Headlights,ELECTRICAL SYSTEM,13146,Vehicle,103158,"General Motors LLC (GM) is recalling certain model year 2005-2007 Chevrolet Corvette vehicles manufactured March 29, 2004, through June 22, 2007. In the affected vehicles, the underhood bussed electrical center (UBEC) housing can expand and cause the headlamp low beam relay control circuit wire to bend. If the wire is repeatedly bent, it may fracture causing a loss of low beam headlamp illumination.","The loss of low beam headlamp illumination will decrease the driver's visibility, as well as the vehicle's conspicuity to other motorists, increasing the risk of a crash.","GM will notify owners, and dealers will install a jumper wire to correct this condition, free of charge. The recall began January 2, 2015. Owners may contact Chevrolet customer service at 1-800-222-1020. GM's number for this recall is 13146. Note: Model year 2008-2013 Chevrolet Corvettes will be covered under customer satisfaction program number 14203 for the same issue." -05/14/2014,14V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V250000),"Elgin Sweeper Company, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,35,"Elgin Sweeper Company (Elgin) is recalling certain model year 2013 Pelican street sweepers equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Elgin will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall is expected to begin in early July 2014. Owners may contact Elgin at 1-847-741-5370." -05/14/2014,14V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V246000),"General Motors, LLC",Tie Rod Separation/Loss of Steering,STEERING,14204,Vehicle,477,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Silverado vehicles manufactured May 23, 2013, through March 25, 2014, 2014 GMC Sierra vehicles manufactured May 25, 2013, through March 31, 2014, and 2015 Chevrolet Tahoe vehicles manufactured January 29, 2014, through March 27, 2014. In the affected vehicles, the tie rod threaded attachment may not be properly tightened to the steering gear rack.","An improperly tightened tie rod attachment may allow the tie rod to separate from the steering rack, resulting in a loss of steering, increasing the risk of a vehicle crash.","GM notified all owners, and dealers will inspect the inner tie rods to make sure that they are correctly tightened, replacing the steering gear, as necessary, free of charge. The recall began on May 14, 2014. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet), or 1-800-462-8782 (GMC). GM's number for this recall is 14204. NOTE: Owners are advised not to drive their vehicles until they have been inspected and repaired. Owners should contact GM to have their vehicles towed to the dealership." -05/13/2014,14V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V245000),Hyundai Motor America,Air Bag Assembly May Loosen in the Steering Wheel,AIR BAGS,118,Vehicle,137500,"Hyundai Motor Company (Hyundai) is recalling certain model year 2011-2014 Hyundai Tucson vehicles manufactured January 3, 2011, through December 23, 2013. In the affected vehicles, the air bag assembly installed in the steering wheel may come loose from its mounting.",An air bag assembly that is not properly mounted may result in an increased risk of injury to the driver in the event of a crash.,"Hyundai will notify owners, and dealers will inspect and tighten the bolts that secure the driver's air bag assembly, free of charge. The recall began on May 9, 2014. Owners may contact Hyundai customer service at 1-800-633-5151. Hyundai's number for this recall is 118." -05/13/2014,14V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V243000),Pierce Manufacturing,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,74B246,Vehicle,150,"Pierce Manufacturing (Pierce) is recalling certain model year 2013 Arrow XT, Dash CF, Impel, and Velocity vehicles manufactured October 2013 through January 2014, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Pierce will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on June 26, 2014. Owners may contact Pierce at 1-888-974-3723. Pierce's number for this campaign is 74B246." -05/13/2014,14V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V249000),"Seagrave Fire Apparatus, LLC",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,13,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain model year 2013-2014 TB30CS, TT06CX, XVOICS emergency vehicles, and 2014 TVOHCX, and TB50CO emergency vehicles equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Seagrave has notified owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall begin late July 2014. Owners may contact Seagrave at 1-800-732-4728." -05/13/2014,14V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V248000),Jerr-Dan Corporation,Underlift Boom may Drift Down,EQUIPMENT,NR (Not Reported),Vehicle,2303,"Jerr-Dan Corporation (Jerr-Dan) is recalling certain model year 2007-2014 Standard Duty Wreckers manufactured November 1, 2007, through March 3, 2014. In the affected vehicles, the underlift boom tilt cylinder may drift down while a vehicle is being towed.","If the underlift boom tilt cylinder drifts down during towing, the vehicle that is being towed may contact the road surface, increasing the risk of the vehicle crash.","Jerr-Dan will notify owners and dealers will replace the underlift tilt circuit counterbalance valve, free of charge. The recall began in July 2014. Owners may contact Jerr-Dan customer service at 1-800-926-9666." -05/13/2014,14V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V244000),Supreme Corporation,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,116,"Supreme Corporation (Supreme) is recalling certain model year 2013 Senator, Senator II, Trolley, President, Heavy Duty, and Activity transit buses and trolleys manufactured December 15, 2012, through December 31, 2013, and equipped with certain Ricon S series and K series wheelchair lifts, with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Supreme will notify owners, and Ricon will send the owners a supplemental cover kit and instructions, free of charge. The recall began on July 24, 2014. Owners may contact Supreme customer service at 1-574-642-4888, or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -05/08/2014,14V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V240000),"General Motors, LLC",Incorrect Brake Rotors may be Installed,"SERVICE BRAKES, HYDRAULIC",14128,Vehicle,8208,"General Motors LLC (GM) is recalling certain model year 2014 Buick Lacrosse vehicles manufactured January 29, 2014, through March 31, 2014 and 2014 Chevrolet Malibu vehicles manufactured February 7, 2014, through March 31, 2014, and equipped with 17 inch front brake rotors. The affected vehicles may have had brake rotors intended for the rear of the car accidentally installed on the front. The rear rotors, while the same diameter, are thinner and may result in a front brake pad detaching from the caliper.","If a brake pad detaches from caliper, there may be a sudden reduction in braking, lengthening the distance required to stop the vehicle and increasing the risk of a crash.","GM will notify owners, and dealers will inspect the front brake rotors, and install the correct rotors with new brake pads, as necessary, free of charge. The recall began on June 20, 2014. Owners may contact General Motors customer service at 1-800-521-7300 (Buick) or 1-800-222-1020 (Chevrolet). GM's number for this recall is 14128." -05/08/2014,14E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E020000),Thermo King Corp.,Side Panels may Disengage From Latch Pins,STRUCTURE,NR (Not Reported),Equipment,9513,"Thermo King Corporation (Thermo King) is recalling certain Precedent C-600, S-600, S-600M, and S-700 refrigeration units manufactured December 2012 through April 30, 2014, used to provide temperature control for cargo inside truck semi-trailers. The affected refrigeration units have plastic side panels used to access the unit for servicing. Due to wind or air turbulence, these panels may open and and break or detach from the refrigeration unit.","If a panel, or pieces of it, detach from the unit, they may become a road hazard, increasing the risk of a crash.","Thermo King will notify owners, and dealers will install redesigned attachment hardware and locking mechanisms for the panels, free of charge. The recall began on June 9, 2014. Owners may contact Thermo King customer service at 1-952-887-2200." -05/08/2014,14V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V241000),Turtle Top,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,18,"Turtle Top is recalling certain model year 2013 Odyssey and Van Terra transit buses manufactured April 11, 2013, through December 5, 2013, and equipped with certain Ricon S series and K series wheelchair lifts with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed nonconductive cover, a short circuit may occur that could result in a fire.","Turtle Top will notify owners, and Ricon will send the owner a supplemental cover kit and instructions, free of charge. The recall began in June 2014. Owners may contact Turtle Top customer service at 1-800-296-2105 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com. Note: This campaign is a continuation of 13V-263." -05/07/2014,14V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V235000),"Chrysler (FCA US, LLC)",Coolant Leak in Power Inverter may Cause Stall,ELECTRICAL SYSTEM,P23,Vehicle,4141,"Chrysler Group, LLC (Chrysler) is recalling certain model year 2013-2014 Fiat 500e Battery Electric Vehicles (BEV) vehicles manufactured September 24, 2012, through April 4, 2014. The affected vehicles have cooling plates for the Power Inverter Module (PIM) that may leak coolant into areas of the high voltage circuitry, resulting a short circuit that could cause the related service fuse to blow.","If the service fuse blows, the vehicle would have a loss of propulsion while driving, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the PIM, free of charge. The recall began in July 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P23." -05/07/2014,14V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V239000),Ford Motor Company,Doors may Open while Driving,STRUCTURE,14S03,Vehicle,581986,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 Escape vehicles manufactured October 5, 2011, through April 10, 2014. Due to an assembly misalignment between the exterior door handle and the door outer panel, the affected vehicles have doors that may be difficult to close or may possibly open while driving.","A door that opens unexpectedly may result in an unrestrained occupant falling from the vehicle, increasing the risk of injury.","Ford will notify owners, and dealers will inspect and correct the mounting of the door handles, as necessary, free of charge. The recall began on May 30, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S03." -05/07/2014,14V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V237000),Ford Motor Company,Side-Curtain Rollover Air Bag Deployment Delay,AIR BAGS,14S04,Vehicle,594785,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 C-MAX, and Escape vehicles. In the affected vehicles, the restraint control module (RCM) may have errors in the programming software which may result in a delayed deployment of the side-curtain rollover air bag.","If the side-curtain rollover air bag is delayed in deploying in certain rollover circumstances, the risk of injury to the passengers is increased.","Ford will notify owners, and dealers will reprogram the RCM, free of charge. The recall began on May 30, 2014. Owners may contact Ford customer service at 1-800-392-3673. Ford's number for this recall is 14S04." -05/07/2014,14V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V234000),"Chrysler (FCA US, LLC)",Vent Window Switch may Overheat,ELECTRICAL SYSTEM,P25,Vehicle,644757,"Chrysler Group, LLC (Chrysler) is recalling certain model year 2010-2014 Chrysler Town and Country and Dodge Grand Caravan vehicles manufactured August 25, 2010, through October 31, 2013. The affected vehicles may experience overheating of the vent window switch in the driver's door armrest.",An overheated switch may result in a vehicle fire.,"Chrysler will notify owners, and dealers will replace the vent window switch with a newer version, free of charge. The owner notification letter was issued and the remedy campaign launched on on December 31, 2014. Owners may contact Chrysler customer service at 1-800-853-1403. Chrysler's number for this recall is P25." -05/05/2014,14V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V233000),Keystone RV Company,Interior Steps May Fracture,EQUIPMENT,14-206,Vehicle,101,"Keystone RV Company (Keystone) is recalling certain model year 2014 Dutchmen Infinity fifth wheel trailers, models 3210RE, 3610RL and 3710BH, manufactured August 1, 2013, through April 3, 2014. In the affected vehicles, the leading edge of the interior steps may fracture.","If the interior steps fracture, a person may fall, increasing the risk of injury.","Keystone will notify owners, and dealers will install a brace kit to provide additional support for the steps, free of charge. The recall began in June 2014. Owners may contact Keystone customer service at 1-866-425-4369. Keystone's number for this recall is 14-206." -05/02/2014,14V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V231000),"Federal Coach, LLC",Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,30,"Federal Coach, Inc. (Federal) is recalling certain model year 2010 Spirit and Premier transit buses, equipped with A&M Systems-brand door actuators. Voltage spikes may damage electrical components and electrical circuits, causing the actuator's circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Federal notified owners and dealers will replace the circuit board, free of charge. The recall began in June 2014. Owners may contact Federal at 1-800-348-7440." -05/02/2014,14V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V229000),"Nissan North America, Inc.",One Lug Nut per Right Side Wheel may be Loose,WHEELS,NR (Not Reported),Vehicle,334,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Pathfinder and Rogue vehicles and 2014 Infiniti QX60 vehicles. The right side wheels of the affected vehicles may have one lug nut each that was not properly tightened.","If the lug nut becomes loose from not being properly tightened, it may fall off, allowing the other lug nuts to become loose, possibly resulting in a wheel separation, and increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and tighten any loose lug nuts to the correct specification, free of charge. The recall is expected to begin by the end of June 2014. Owners may contact Nissan customer service at 1-800-647-7261." -05/02/2014,14V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V230000),"HME, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,1,"HME, Inc. is recalling one model year 2013 Ferrara Intruder Ember Cab and Chassis emergency vehicle equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. As such, this vehicle fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","HME notified the owner, and a dealer will inspect the vehicle and replace the seat belt buckles, as necessary, free of charge. The recall began in June 2014. Owners may contact HME at 1-616-534-1463." -05/02/2014,14V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V232000),Mobility Works (WMK Inc.),Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,14E-010,Vehicle,14,"WMK Inc., doing business as Mobility Works, Inc. (Mobility), is recalling certain model year 2013-2014 Mobility-modified Ford E-150, and E-250 transit buses manufactured December 1, 2013, through January 4, 2014, and equipped with certain Ricon S series and K series wheelchair lifts, with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Mobility will notify owners, and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall began on June 4, 2014. Owners may contact Mobility customer service at 1-800-769-8267, or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -05/02/2014,14V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V256000),Trans Tech Bus,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,Trans Tech Bus is recalling certain model year 2013 SC139DSFP500 school buses equipped with certain Ricon S-series and K-series wheelchair lifts with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Trans Tech Bus will notify owners and Ricon will send the owner a supplemental cover kit and instructions, free of charge. The recall began on June 18, 2014. Owners may contact Trans Tech Bus customer service at 1-845-988-2333, or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -05/01/2014,14V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V227000),Polaris Inc.,Insufficient Crankcase Clearance/Engine Seizure,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,872,"Polaris Industries, Inc. (Polaris) is recalling certain model year 2014 Victory Cross Country, Cross Country Eight Ball, Hammer Eight Ball, High Ball, Jackpot, Judge, Ness Cross Country, Vegas Eight Ball, Vision, Boardwalk, and 2015 Victory Gunner motorcycles manufactured January 22, 2014, through April 25, 2014. The crankcase may have been machined incorrectly causing insufficient clearance between the crankshaft and crankcase, causing the engine to unexpectedly seize.","Engine seizure may cause the operator to lose control of the motorcycle, increasing the risk of a crash.","Polaris will notify owners, and dealers will inspect and correct the crankcase clearance, as necessary, free of charge. The recall began on May 20, 2014. Owners may contact Polaris customer service at 1-888-704-5290. Note: Owners are advised not to ride their motorcycle until the recall remdy has been performed." -05/01/2014,14V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V228000),Coach and Equipment Mfg. Corp.,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,37,"Coach and Equipment Mfg. Corp. (Coach and Equipment) is recalling certain model year 2013 Metro Lite transit buses manufactured May 2013 through June 2013 and Phoenix transit buses manufactured March 2013 through April 2013 and equipped with certain Ricon S-series and K-series wheelchair lifts, with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Coach and Equipment will notify owners, and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall is expected to begin in June 2014. Owners may contact Coach and Equipment customer service at 1-315-536-2321 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -04/30/2014,14E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E021000),UCI International LLC,Aftermarket Replacement Ignition Switches,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,14529,"UCI-FRAM Group is recalling certain LS1328 ignition Switches sold as Wells LS1328, Duralast LS1328, Airtex 1S6097, and Carquest 53-27479, and LS1497 Ignition Switches sold as Wells LS1497, Duralast LS1497, Airtex 1S10961, and Carquest 53-27967, for use on various General Motors model and model year vehicles during repair and replacement of the original ignition switch. The weight on the key ring and/or road conditions or some other jarring event may cause the affected ignition switches to move out of the run position, turning off the engine and disabling the air bags.","If the ignition switch moves from the run position to accessory, the car would stall and the air bags will not deploy in the event of a crash, increasing the risk of personal injury to the occupants.","UCI-FRAM Group has notified its purchasers to quarantine and return all inventory. Any switches already installed in vehicles will be replaced by GM dealers as part of NHTSA recall 14V-047, free of charge. UCI-Fram's purchasers should contact UCI-FRAM Group at 1-800-890-2075. GM vehicle owners requiring additional information on that recall campaign should contact GM at 1-800-222-1020 (Chevrolet), 1-800-762-2737 (Pontiac) or 1-800-553-6000 (Saturn)." -04/30/2014,14V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V223000),"General Motors, LLC",Inaccurate Fuel Gauge Reading,ELECTRICAL SYSTEM,14007,Vehicle,51640,"General Motors LLC (GM) is recalling certain model year 2014 Buick Enclave, Chevrolet Traverse, and GMC Acadia vehicles manufactured March 26, 2013, through August 15, 2013. In the affected vehicles, the engine control module (ECM) software may cause the fuel gauge to read inaccurately.","An inaccurate fuel gauge may result in the vehicle unexpectedly running out of fuel and stalling, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the ECM to correct the fuel gauge reading, free of charge. The recall began on June 27, 2014. Owners may contact General Motors at 1-800-521-7300 (Buick), 1-800-222-1020 (Chevrolet), and 1-800-462-8782 (GMC). GM's number for this recall is 14007." -04/30/2014,14V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V224000),"General Motors, LLC",Transmission Shift Cable may Fracture/Rollaway,POWER TRAIN,14152,Vehicle,1131113,"General Motors LLC (GM) notified the agency on April 29, 2014, that they are recalling 56,214 model year 2007 and 2008 Saturn Aura vehicles. On May 22, 2014, GM increased the recall to include an additional 1,074,899 model year 2004-2008 Chevrolet Malibu vehicles manufactured from May 16, 2003, through October 5, 2007, model year 2004-2007 Malibu Maxx vehicles manufactured from June 25, 2003, through April 5, 2007, and model year 2005-2008 Pontiac G6 vehicles manufactured from May 26, 2004, through September 28, 2007, and equipped with 4-speed transmissions. The total number vehicles being recalled is now 1,131,113.","If the transmission shift cable fractures while the vehicle is being driven, the transmission gear selection may not match the indicated gear and the vehicle may move in an unintended or unexpected direction, increasing the risk of a crash. Furthermore, when the driver goes to stop and park the vehicle, despite selecting the �PARK� position, the transmission may not be in �PARK.� If the vehicle is not in the ""PARK"" position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","GM will notify owners, and GM dealers will replace the shift cable assembly and mounting bracket, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact General Motors at 1-800-553-6000. GM's number for this recall is 14152." -04/30/2014,14V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V226000),Glaval Bus,Wheelchair Lift Armored Pendant Cable Shortcircuit,EQUIPMENT ADAPTIVE/MOBILITY,09E-061,Vehicle,42,"Glaval Bus (Glaval) is recalling certain model year 2007-2012 Universal, Primetime, Sport, Concorde, Titan, Titan II, Entourage and Apollo transit buses manufactured January 1, 2007, through December 3, 2012, and equipped with certain Ricon S-series and K-series wheelchair lifts, with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Glaval will notify owners, and Ricon will send owners a supplemental cover kit and instructions, free of charge. The recall is expected to begin in June 2014. Owners may contact Glaval customer service at 1-800-445-2824 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -04/29/2014,14E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E019000),"Meritor, Inc.",Missing Locking Snap Rings on Wheel End Drive Axle,POWER TRAIN,C14AA,Equipment,73,"Meritor, Inc. is recalling certain wheel ends for drive axles with ConMet PreSet Plus Hubs manufactured August 2012 and December 2012. Due to a missing locking snap ring on the axle hub, the rear wheels may separate from the vehicle.",Wheel separation from the vehicle increases the risk of a crash.,"Meritor will notify owners, and dealers will inspect the affected wheel ends for the lock ring, installing them as needed, free of charge. The safety recall began in June 2014. Owners may contact Meritor at 1-866-668-7221. Meritor's number for this recall is C14AA." -04/29/2014,14V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V242000),"Daimler Trucks North America, LLC",Missing locking snap rings on wheel end drive axle,POWER TRAIN,FL-653,Vehicle,73,"Daimler Trucks North America (DTNA) is recalling certain model year 2013 Freightliner Cascadia vehicles with rear axles assembled by Meritor and equipped with ConMet Preset Plus Hubs manufactured from August 6, 2012 through December 7, 2012. In the affected axles, the axle hub may be missing a locking snap ring.","If the snap ring is missing, the rear wheels may separate from the vehicle, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the affected wheel ends for the lock ring, and install them as necessary, free of charge. The safety recall began on June 26, 2014. Owners may contact DTNA at 1-800-547-0712. The manufacturer's number for this recall is FL-653." -04/29/2014,14V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V225000),Oshkosh Corporation,Over Pressurized Primary Fuel Tank,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2011-2012 TPV Homeland Security gasoline vehicles manufactured November 2011 through July 2013. In the affected vehicles, the fuel transfer pump system may over pressurize the primary tank and cause the fuel tank cap to pop off and discharge fuel.",If the tank discharges gasoline in the presence of an ignition source there is an increased risk of a fire.,"Oshkosh will notify owners, and dealers will replace the fuel transfer wire harness and correct the installation of the fuel vent lines and electrical connections to prevent the tank from being over-pressurized, free of charge. The recall began on May 29, 2014. Owners may call Oshkosh customer service at 1-800-392-9921." -04/28/2014,14V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V218000),"Nissan North America, Inc.",Steering Assembly may Loosen,STEERING,NR (Not Reported),Vehicle,1644,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Rogue vehicles manufactured January 10, 2014, to January 17, 2014. In the affected vehicles, an incorrect bolt may have been used to connect the intermediate shaft to the upper steering assembly.",The incorrect bolts could loosen and fall out resulting in a loss of vehicle control and increasing the risk of a crash.,"Nissan will notify owners and, dealers will inspect and repair all affected vehicles, free of charge. The recall began on June 2, 2014. Owners may contact Nissan at 1-800-647-7261." -04/25/2014,14V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V222000),"Gillig, LLC",Electrical Harness Connector may Corrode,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2274,"Gillig LLC (Gillig) is recalling certain model year 2012-2014 Lowfloor transit buses manufactured October 15, 2012, through March 26, 2014, and equipped with electrical harnesses with overmolded J1939 connectors and non-insulated drain wires. The harnesses do not have heat shrink tubing on the drain wire and the overmold may not have sufficient resistance to water or corrosive chemical entry to the connectors.","If the terminals corrode, there may be an intermittent electrical connection and possibly cause disruption or loss of the J1939 communication, resulting in interruptions of the engine, transmission, ABS and body controllers, increasing the risk of a crash.","Gillig will notify owners, and dealers will replace the overmold connector, and install heat shrink tubing on the connector/cable junction, free of charge. The recall began in June 2014. Owners may contact Gillig customer service at 1-800-735-1500." -04/25/2014,14V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V213000),"General Motors, LLC",Fuel Pipe Connections may Leak,"FUEL SYSTEM, DIESEL",14067,Vehicle,51,"General Motors LLC (GM) is recalling certain model year 2015 Chevrolet Silverado HD, and GMC Sierra HD vehicles manufactured February 11, 2014, through February 19, 2014, and equipped with diesel engines and dual fuel tanks. In the affected vehicles, the fuel pipe connections on both sides of the diesel fuel transfer pump may not be properly torqued which may result in a diesel fuel leak.",A fuel leak in the presence of an ignition source may result in a vehicle fire.,"GM will notify owners, and dealers will tighten the fuel pipe connections to the proper torque. The recall began on May 29, 2014. Owners may contact General Motors customer service at 1-800-222-1020 (Chevrolet), 1-800-462-8782 (GMC). General Motors' number for this recall is 14067." -04/25/2014,14T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T003000),Lionshead Specialty Tire & Wheel LLC,Missing Load Range Designation/FMVSS 119,TIRES,NR (Not Reported),Tire,4000,"Double Camel, in cooperation with Lionshead Specialty Tire & Wheel LLC (Lionshead), is recalling certain Vail Sport ST LH 99 tubeless trailer tires, size 225/75D15, manufactured from April 2012 through February 2013. The affected tires may not be marked with the load range letter designation. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","Tires that are missing the load range designation may cause the owner to unknowingly overload the tires, resulting in a blow out, increasing the risk of a crash.","Lionshead will notify owners, and dealers will replace the tires, free of charge. The recall is expected to begin in June 2014. Owners may contact Lionshead at 1-574-533-6169." -04/25/2014,14V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V212000),"General Motors, LLC",Transmission Software may cause Acceleration Lag,POWER TRAIN,14132,Vehicle,50571,"General Motors LLC (GM) is recalling certain model year 2013 Cadillac SRX vehicles manufactured May 29, 2012, through June 26, 2013, and equipped with 3.6L engines. In the affected vehicles, in certain driving situations, there may be a three to four second lag in acceleration due to the transmission control module (TCM) programming.",A three to four second lag in acceleration may increase the risk of crash.,"GM will notify owners, and dealers will reprogram the transmission control module, free of charge. The recall began on June 3, 2014. Owners may contact Cadillac customer service at 1-800-458-8006. General Motors' number for this recall is 14132." -04/24/2014,14V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V221000),Utility Trailer Manufacturing Company,Axle Nuts May Be Over Tightened,SUSPENSION,SB-08-169,Vehicle,507,"Utility Trailer Manufacturing Company (Utility) is recalling certain model year 2015 VS1RA, VS2RA, and VS3RA refrigerated vans manufactured January 6, 2014, through March 14, 2014. The affected trailers may have over-tightened axle nuts which may result in axle bearing failure.","Bearing failure may lead to a loss of vehicle control, increasing the risk of a crash.","Utility has notified owners, and dealers will inspect the bearings, correct the axle nut tightening and verify the proper amount of wheel-end play, free of charge. The recall began on April 18, 2014. Owners may contact Utility customer service at 1-800-423-6591." -04/24/2014,14V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V210000),Westward Industries,Front Brake Pads may Fall Out of Caliper,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,80,"Westward Industries Ltd. (Westward) is recalling certain model year 2013 Go-4 vehicles manufactured June 2013 through December 2013, and equipped with 20V front calipers. Due to a gap between the front brake caliper and the non-vented brake rotor, as the front brake pads become worn, they may be ejected resulting in a reduction of braking performance.","Ejection of the front brake pads could lengthen the distance needed to stop the vehicle, increasing the risk of a crash.","Westward will notify owners, and dealers will replace the thin non-vented rotors with thicker vented rotors to reduce the gap between the caliper and rotor, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Westward customer service at 1-204-594-4100." -04/23/2014,14V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V199000),"Autocar Industries, LLC",Brake Valve Bolts may Loosen/FMVSS 121,"SERVICE BRAKES, AIR",M-1406,Vehicle,207,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012-2014 Xpert vehicles manufactured July 11, 2011, through March 5, 2014. The bolts securing the brake valve to the cab may be below the required torque which could cause a failure in the connection of the airlines and the brake valve. Thus, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","Low bolt torque may result in a loss of brake line air pressure, increasing the risk of a crash.","Autocar will notify owners, and dealers will correct the brake valve mounting, free of charge. The recall began in June 2014. Owners may contact Autocar's customer service at 1-765-489-5499. Autocar's number for this recall is M-1406." -04/23/2014,14V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V198000),"Autocar Industries, LLC",Floor Mat Caught Between Seat Brackets/FMVSS 207,SEATS,M-1405,Vehicle,207,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012-2014 Xpert vehicles manufactured July 11, 2011, through March 5, 2014. During manufacturing, the floor mat may have been captured between the seat brackets and the cab sheet metal at all four connection points. This could cause the torque on the bolts to relax to below the required torque, allowing them to loosen. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","Loose bolts may allow the seat to move in the event of a crash, increasing the risk of injury to the seat occupant.","Autocar will notify owners, and dealers will correct the seat mounting free of charge. The recall is expected to began in June 2014. Owners may contact Autocar's customer service at 1-765-489-5499. Autocar's number for this recall is M-1405." -04/23/2014,14V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V254000),Highland Ridge RV,Gas Line for Kitchen Slideout Is Too Short,EQUIPMENT,NR (Not Reported),Vehicle,12,"Highland Ridge RV (Highland Ridge) is recalling certain 2014 Open Range LF319 fifth wheel recreational trailers manufactured October 23, 2013, through March 10, 2014. The flexible gas line for the kitchen slideout section is too short.","When the kitchen area is expanded, the gas line may be pulled excessively, resulting in a gas leak, increasing the risk of a fire.","Highland Ridge will notify owners and dealers will replace the existing gas line with a new longer gas line, free of charge. The recall began in July 2014. Owners may contact Highland Ridge at 1-260-768-7771." -04/23/2014,14V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V215000),Blue Bird Body Company,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,R14XB,Vehicle,20,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2009-2015 All American rear engine non-school buses manufactured from June 23, 2010, through May 24, 2012, and equipped with certain Cummins Westport Model ISL G compressed natural gas engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins and Cummins Westport has notified owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Customers may contact Blue Bird at 1-478-822-2242 or Cummins Inc. at 1-800-343-7357. Blue Bird's number for this recall is R14XB." -04/23/2014,14V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V220000),"Forest River, Inc.",Incorrect Certification Label Information/567,EQUIPMENT,NR (Not Reported),Vehicle,152,"Forest River, Inc. (Forest River) is recalling certain model year 2014 XLR XLT29HSF travel trailers manufactured October 10, 2013, through April 16, 2014. In the affected vehicles, the Federal Certification label incorrectly states that the Gross Vehicle Weight Rating (GVWR) is 11,135 pounds instead of the correct GVWR of 9,774 pounds as well as incorrectly stating the Gross Axle Weight Rating (GAWR) as 5,080 pounds instead of the correct GAWR of 4,400 pounds. As such, the vehicles do not conform to Part 567, ""Certification.""","If the trailer is loaded to the specifications listed on the label, tire failure may result, increasing the risk of a crash.","Forest River will notify owners and will supply a corrected certification label, free of charge. The recall began on May 23, 2014. Owners may contact Forest River customer service at 1-800-353-7383." -04/23/2014,14V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V200000),"Autocar Industries, LLC",Steering Column Mounting Bracket may be Loose,STEERING,M-1407,Vehicle,207,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012-2014 Xpert vehicles manufactured July 11, 2011, through March 5, 2014. The bolts that secure the steering column mounting bracket could be below the required torque and possibly cause the steering column to come loose.","A loose steering column may make it difficult to steer the vehicle, increasing the risk of a crash.","Autocar will notify owners, and dealers will correct the steering column mounting, free of charge. The recall began in June 2014. Owners may contact Autocar's customer service at 1-765-489-5499. Autocar's number for this recall is M-1407." -04/23/2014,14V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V216000),"Advanced Wheels Of Technology, Inc.",Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"Advanced Wheels of Technology, Inc. (Advanced Wheels) is recalling certain model year 2008-2010 Ford E-350 vehicles modified by Advanced Wheels and equipped with Braun NCL-2, and NVL-2 wheel chair lifts manufactured November 20, 2006, through September 10, 2010. Over time, and with frequent use, the roll stop latches on the outer barrier of the lifts in these vans may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Braun Corporation notified all of the vehicle owners, and Advanced Wheels replaced the recalled parts with new parts, free of charge. Owners may contact Advanced Wheels customer service at 1-860-653-8064." -04/22/2014,14V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V214000),"Grand Design RV, LLC",Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,910001,Vehicle,28,"Grand Design RV, LLC (Grand Design) is recalling certain model year 2014 Solitude 369RL, and Solitude 305RE fifth wheel travel trailers manufactured February 21, 2013, through July 24, 2013 and equipped with certain Frigidaire KG-series microwaves, models CFMV152CLB and CFMV154CLS, manufactured January 27, 2013, through April 10, 2013 in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Grand Design will notify owners, and dealers will repair the membrane/keypad component, free of charge. The recall began on May 12, 2014. Owners may contact Grand Design at 1-574-825-8000. Grand Designs' number for this recall is 910001." -04/21/2014,14E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E018000),"Gillig, LLC",Accelerator Return Springs may Fail Prematurely,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,98,"Gillig LLC (Gillig) is recalling certain models of accelerator pedals sold as aftermarket parts. These pedals are labeled with Gillig part number 51-19017-016 (Williams Controls part number 351298), Gillig part number 51-19017-019 (Williams Controls part number 351571) or Gillig part number 45-35027-000 (Williams Controls part number 351298). The mechanical springs used to return the accelerator pedal to idle after the driver lifts their foot off the pedal may break.","If the springs break, the pedal may not return to idle once the driver lifts their foot off the pedal. This unintended acceleration increases the risk of a crash.","Gillig LLC will notify owners, and dealers will replace the affected pedals with entire pedal assembly, free of charge. The recall is expected to begin in June 2014. Owners may contact Gillig customer service at 1-510-785-1500." -04/18/2014,14V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V205000),"Mack Trucks, Inc.",Conspicuity Reflectors Blocked/FMVSS 108,EXTERIOR LIGHTING,SC0378,Vehicle,1342,"Mack Trucks Inc. (Mack) is recalling certain model year 2010-2015 CXU trucks manufactured November 20, 2009, through January 27, 2014, and equipped with dual vertical exhaust pipes. The white conspicuity reflectors on the rear of the cab could be blocked by the exhaust pipes. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","A blocked reflector makes the truck-tractor less visible when operating the vehicle without a trailer in the dark, increasing the risk of a crash.","Mack will notify owners, and dealers will inspect the trucks and if the reflectors are blocked, they will add two vertical white reflectors to the rear glass , free of charge. The recall began on May 30, 2014. Owners may contact Mack Customer Service at 1-336-393-2000. Mack's number for this recall is SC0378." -04/18/2014,14V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V208000),"Mack Trucks, Inc.",Hazard Lights May Not Function,EXTERIOR LIGHTING,SC0379,Vehicle,44047,"Mack Trucks Inc. (Mack) is recalling certain model year 2010-2014 CHU, CXU, and MRU, 2007 CT and CV, 2008-2014 GU, and 2011-2014 LEU, and TD trucks manufactured February 28, 2006, through November 8, 2013, and equipped Hamsar Electronic Flasher. The hazard warning lights may fail.","A failure of the hazard warning lights could reduce the trucks visibility, increasing the risk of a crash.","Mack will notify owners, and dealers will replace the electronic flasher unit, free of charge. The recall will begin by mid-June 2014. Interim letters went out to owners on June 23, 2014. The recall began on July 25, 2014. Owners may contact Mack customer service at 1-866-298-6586. Mack's number for this recall is SC0379." -04/18/2014,14T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T002000),"Yokohama Off-Highway Tires America, Inc",Missing Sidewall Markings/FMVSS 119,TIRES,NR (Not Reported),Tire,286,"Alliance Tire Americas, Inc. (Alliance) is recalling certain 14-17.5 ML Alliance 239 tires built for use on mining, logging and industrial equipment for restricted highway use (55mph), manufactured from week code 1613 through week code 1514. The affected tires are missing required sidewall markings such as the letters DOT, the tire identification number, the load and inflation information, the number of plies and composition information, and the tire load range. As such, these tires do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","Tires that are missing needed information such as tire identification numbers, loads and inflation amounts, and speed restrictions could cause the driver to over fill or overload the tires resulting in a blow out, increasing the risk of a crash.","Alliance will notify customers and dealers will install identical tires with the proper sidewall markings, free of charge. The recall began in June 2014. Owners may contact Alliance Tire customer service at 1-800-343-3276." -04/18/2014,14V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V207000),"Mack Trucks, Inc.",Pressure Relief Valve not Installed in Air Tank,"SERVICE BRAKES, AIR",SC0380,Vehicle,490,"Mack Trucks Inc. (Mack) is recalling certain model year 2014-2015 CXU trucks manufactured February 1, 2013, through January 27, 2014, and equipped with a vertical wet tank (aka supply air tank) for the brake system. The pressure relief valve may not have been installed in the tank during manufacturing.","Without a pressure relief valve, the air tank could rupture from being overpressurized increasing the risk of injury.","Mack will notify owners, and dealers will install a pressure relief valve in the air tank, free of charge. The recall began on June 11, 2014. Owners may contact Mack customer service at 1-866-298-6586. Mack's number for this recall is SC0380." -04/18/2014,14V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V206000),Prevost Car (US) Inc.,Seat Base Rubbing Seat Belt,SEAT BELTS,SR14-26,Vehicle,80,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2010-2013 X3-45 and 2010-2014 H3-45 coaches manufactured May 1, 2010, through November 7, 2013, and equipped with Amaya Seats with a seat base that can be raised to accommodate wheel chairs. When the seat bases are raised and lowered they may rub against the seat belt and possibly cause damage to the seat belt.","A damaged seat belt may fail in the event of a crash, increasing the risk of injury to the seat occupant.","Prevost will notify owners, and dealers will inspect and replace any damaged seat belts, and change the attachment point at the seat to remove the risk of damage to the seat belt, free of charge. The recall began on June 16, 2014. Owners may contact Prevost customer service at 1-877-773-8678. Prevost's number for this recall is SR14-26." -04/18/2014,14T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T004000),Federal Corporation,Shoulder Cracks/FMVSS 139,TIRES,NR (Not Reported),Tire,6209,"Federal Corporation (Federal) is recalling certain model Couragia A/T LT245/75R16 120/116Q 10PR tires manufactured May 2013 through April 2014, and with sidewall stampings of DOT UXA3 and calendar weeks of 1913 through 1414. The affected tires may experience cracks in the shoulder caused by separation of the steel belt edge. Thus, these tires fail to to comply to the requirements of Federal Motor Vehicle Safety Standard No. 139, ""New Pneumatic Radial Tires for Light Vehicles.""","Shoulder cracks in a tire may result in an unexpected loss of tire pressure, increasing the risk of a crash.","Federal Corporation will notify owners, and dealers will replace the affected tires with new tires, free of charge. The recall began on July 19, 2014. Owners may contact Federal at 1-855-444-8235." -04/18/2014,14V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V211000),"BMW of North America, LLC",Transmission Seal may Dislodge and Leak Oil,POWER TRAIN,NR (Not Reported),Vehicle,1420,"BMW of North America, LLC (BMW) is recalling certain model year 2013 R 1200 GS motorcycles manufactured November 2012 through August 2013. Pressure inside the transmission may cause the transmission output seal to be pushed out of place.","If the output seal ring is pushed out of its proper position, oil may leak from the transmission onto the rear tire, increasing the risk of a crash.","BMW will notify owners, and dealers will fit a bracket to prevent the transmission seal from being pushed out of position, free of charge. The recall began on June 17, 2014. Owners may contact BMW customer service at 1-800-525-7417." -04/18/2014,14V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V217000),E-One Incorporated,Vehicle Input Module Software Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,112,"E-One Incorporated (E-One) is recalling certain model year 2013-2014 Emergency One Typhoon, Cyclone II, and Quest Fire Fighting Chassis manufactured March 19, 2013, through April 15, 2014, and equipped with Vehicle Input Module (VIM) part number 508875. The VIM, used to supply programming inputs that monitor and control some vehicle functions such as lights, warning indicators and some interlock functions of the vehicle electrical system, has software that may experience a defect that affects the operation of the brake lights and other electrical operations of the vehicle.","The VIM software may cause the vehicle's brake lights to be illuminated even when the vehicle is not braking and may prevent the vehicle's ability to raise its idle when auxilliary equipment is being used. If the brake lights are illuminated while the vehicle is moving it could make other motorists think the vehicle is stopping/slowing down and increase the risk of a vehicle crash. If the vehicle cannot raise its idle when auxilliary equipment is being used, equipment such as aerial devices, electrical generators and rescue tools may have reduced performance.","E-One will notify owners, and dealers will update the VIM software, free of charge. The recall began on June 12, 2014. Owners may contract E-One customer service at 1-800-627-5050." -04/17/2014,14V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V202000),"BMW of North America, LLC",Child Safety Locks may Disengage,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,6400,"BMW of North America, LLC (BMW) is recalling certain model year 2014 X5 SAV vehicles manufactured December 12, 2013, through March 10, 2014, and equipped with the Soft Close Automatic (SCA) option. The rear side door lock mechanisms may not have been manufactured to correct tolerances and when the inside door handle is pulled, the previously engaged child safety lock can disengage.","A disengaged child safety lock would allow the rear seat occupant to pull the door handle twice and open the door while the vehicle is parked or in motion, increasing the risk of injury.","BMW will notify owners, and dealers will inspect the rear side door locks and any affected door locks will be replaced, free of charge. Owners may contact BMW customer service at 1-800-525-7417." -04/17/2014,14V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V209000),Double K Inc.,Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,"Double K, Inc. (Double K) is recalling certain model year 2009-2010 Hometown Trolley Villager and Mainstreet trolleys equipped with A&M Systems-brand electric door actuators. Voltage spikes may damage certain electrical components and electrical circuits within the actuator, causing the circuit board to develop high resistance.","High resistance may cause the circuit board to overheat, increasing the risk of a fire.","Double K has notified owners, and dealers will replace the circuit board, free of charge. The recall began on April 9, 2014. Owners may contact Double K customer service at 1-715-478-5090." -04/17/2014,14V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V203000),Isuzu Motors Limited,Horn may not Work,ELECTRICAL SYSTEM,CB14-N-001,Vehicle,1770,"Isuzu Manufacturing Services of America, Inc. (Isuzu) is recalling certain model year 2012-2013 Reach stripped chassis manufactured July 26, 2011, through August 27, 2013. The horn switch contacts may be bent or may wear prematurely causing the horn not to work.",An inoperable horn may increase the risk of a crash.,"Isuzu will notify owners, and dealers will inspect the horn contact shaft to see if it is bent or if it has premature wear, and replace the steering wheel combination switch if either condition is found, free of charge. Owners may contact Isuzu customer service at 1-866-441-9638. Isuzu's number for this recall is CB14-N-001." -04/17/2014,14V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V201000),"Navistar, Inc.",Missing Bolts On The Brake Caliper Mounting Plate,"SERVICE BRAKES, AIR",14508,Vehicle,297,"Navistar, Inc. (Navistar) is recalling certain model year 2013-2015 International DuraStar vehicles manufactured November 2012 through December 2013, International WorkStar vehicles manufactured December 2012 through January 2014, and 2014-2015 International TranStar and International ProStar vehicles manufactured January 2013 through February 2014. The affected vehicles are built with air disc brake feature codes 04WEY, 04WEZ, or 04WZK. These vehicles may have an incorrect number of bolts mounting the brake caliper to the caliper mounting plate and some of the bolts may be improperly torqued.","If the air disk brake caliper has loose or missing bolts, the air disk brake caliper may come loose from the mounting plate causing the vehicle to pull left or right while braking and lengthening the distance needed to stop, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace any missing bolts and check the torque of all of the air disk brake caliper bolts, free of charge. The recall began on May 7, 2014. Owners may contact Navistar customer service at 1-800-448-7825. Navistar's number for this recall is 14508." -04/17/2014,14V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V204000),Ford Motor Company,Transmission Calibration Error/FMVSS 102,POWER TRAIN,14C04,Vehicle,3973,"Ford Motor Company (Ford) is recalling certain model year 2015 F-250, F-350, F-450, and F-550 Super Duty trucks manufactured September 13, 2013, through March 28, 2014, and equipped with 6.2L gasoline or 6.7L diesel engines and 6R140 transmissions. An error with the transmission control software may be such that while shifting from ""Park"" to ""Drive"" the vehicle may display ""Drive"" but possibly engage ""Reverse"" for 1.5 seconds before engaging ""Drive."" Therefore, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect.""","If the vehicle is in ""Reverse"" while the while the gear selection shows ""Drive,"" unexpected movement could occur, increasing the risk of a crash.","Ford will notify owners, and dealers will update the transmission software, free of charge. The recall began on May 6, 2014. Owners may contact Fords customer service at 1-800-392-3673. Ford's number for this recall is 14C04." -04/16/2014,14V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V192000),"Nissan North America, Inc.","Front Member Missing Welds/FMVSS 208, 305",STRUCTURE,NR (Not Reported),Vehicle,211,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 LEAF vehicles manufactured February 28, 2014, through March 12, 2014. The front structural member assembly may be missing welds, which could reduce the structural integrity of the vehicle if the vehicle is involved in a crash. As such, these vehicles fail to meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 208, ""Occupant Crash Protection,"" and 305, ""Electric-Powered Vehicles: Electrolyte Spillage and Electrical Shock Protection.""","Missing welds may effect the vehicle's integrity in the event of a crash, increasing the risk of injury to the vehicle's occupants.","Nissan will notify owners, and dealers will inspect to see if any of the welds are missing. Any vehicle missing welds will be replaced, free of charge. The recall began on June 2, 2014. Owners may contact Nissan at 1-800-647-7261." -04/16/2014,14V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V194000),Triple E Recreational Vehicles,Hazard Lights may not Work on Tow Vehicle/Trailer,ELECTRICAL SYSTEM,CA#7835-1,Vehicle,131,"Triple E Recreational Vehicles is recalling certain model year 2012-2014 Free Spirit FS22, and FS22SS recreational vehicles, and 2014 Free Spirit FS22TE recreational vehicles. In the affected vehicles, the 7-pole trailer plug socket of the RV is wired such that towed vehicles or trailers will not illuminate their hazard lights if the RV's ignition is turned off.","If the recreational vehicle is towing a vehicle or trailer, the RV's rear hazard lights may not be visible to other drivers and if the RV's ignition is off, the hazard lights will not illuminate on the towed vehicle or trailer, reducing its visibility and increasing the risk of a crash.","Triple E Recreational Vehicles will notify owners, and dealers will inspect and correct the trailer plug wiring, free of charge. The recall began on May 23, 2014. Owners may contact Triple E RV at 1-877-992-9906. Triple E RV's number for this recall is CA#7835-1." -04/16/2014,14V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V196000),"Jayco, Inc.",Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,NR (Not Reported),Vehicle,192,"Jayco, Inc. (Jayco) is recalling certain model year 2013-2014 Seneca, Pinnacle, and Eagle Premier, and 2014 Precept motorhomes and fifth wheels manufactured January 14, 2013, through August 26, 2013, and equipped with Electrolux/Frigidaire KG series microwaves, models CFMV152CLB and CFMV154CLS, manufactured January 27, 2013, through April 10, 2013, in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Jayco will notify owners, and authorized Electrolux service technicians will replace the membrane/keypad component, free of charge. The recall will begin on May 7, 2014. Owners may contact Jayco Customer Service by calling 1-800-283-8267. Note: Owners are advised to leave the microwave unplugged when not in use." -04/16/2014,14V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V193000),"REV Ambulance Group Orlando, Inc.",Momentary Power Loss to the EXC Timer,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,84,"Wheeled Coach Industries (Wheeled Coach) is recalling certain model year 2010 M2, 2013-2014 T1, T2, and T3, and 2014 Terrastar ambulances, equipped with ECX Timer part number EL00230 manufactured by ECX Electronics Corporation. The ECX timer may experience a momentary loss of power when starting the vehicle.","The momentary loss of power may cause the ECX timer to begin a five minute countdown, after which the timer would disconnect the power supplied to the electrical systems in the patient area of the vehicle, increasing the risk of injury to the occupants.","Wheeled Coach will notify owners, and dealers will update the timer software, free of charge. Owners may contact Wheeled Coach at 1-800-628-8178." -04/16/2014,14V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V197000),Cummings Mobility Conversion & Supply,Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,66,"Cummings Mobility Conversion & Supply, Inc. (Cummings) is recalling various model year 1994-2011 Ford and Chevrolet vans equipped with Braun NCL-2, and NVL-2 wheel chair lifts manufactured November 20, 2006, through September 10, 2010. Over time, and with frequent use, the roll stop latches on the outer barrier of the lifts in these vans may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Braun Corporation notified all the vehicle owners, and Cummings Mobility replaced the recalled parts with new parts, free of charge. The recall was completed as of April 10, 2014. Owners may contact Cummings customer service at 1-800-639-5438." -04/15/2014,14V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V191000),Shyft Group,Fuel Tank may Separate from Vehicle,"FUEL SYSTEM, DIESEL",14005,Vehicle,91,"Spartan Motors Chassis Inc. (Spartan) is recalling certain model year 2011-2014 Transit Bus Chassis Cab vehicles manufactured February 17, 2011, through March 18, 2014. The affected vehicles have fuel tank mounting crossmembers that could crack and potentially allow the fuel tank to fall to the ground, resulting in a fuel leak.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Spartan will notify owners, and dealers will install new fuel tank mounting crossmembers, free of charge. The recall began on June 12, 2014. Owners may contact Spartan at 1-517-543-6400. Spartan's number for this recall is 14005." -04/15/2014,14V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V182000),"Volkswagen Group of America, Inc.",Oil Leak at Transmission Oil Cooler,POWER TRAIN,38B9/9V,Vehicle,26452,"Volkswagen of America, Inc. (Volkswagen) is recalling certain model year 2014 Jetta, Beetle, Beetle Convertible, and Passat vehicles equipped with a 1.8T engine and torque converter automatic transmission. In the affected vehicles, the O-ring seals between the oil cooler and the transmission may leak fluid.",The leaking transmission fluid could contact a hot surface and result in a vehicle fire.,"Volkswagen will notify owners, and dealers will replace the O-ring seals in the transmission oil cooler, free of charge. The recall is expected to begin on April 16, 2014. Owners may contact Volkswagen at 1-800-822-8987. Volkswagen's number for this recall is 38B9/9V." -04/15/2014,14E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E017000),Carrier Corporation,Wiring Harness Abrasion may cause a Fire,ELECTRICAL SYSTEM,SER14-013,Equipment,13363,"Carrier Corporation (Carrier) is recalling certain Carrier Transicold X2 2100A, X2 2500A trailer refrigeration units, and aftermarket replacement part kits. The affected units have certain taped wiring harnesses and optional field-installed unit bottom panels. A bolt may protrude from the bottom panel and abrade the taped wiring harness.","If the bottom panel bolt abrades one of the two battery wires in the harness, a short may occur, increasing the risk of a fire.","Carrier will notify owners, and dealers will inspect and install a rubber lined clamp to prevent the wires from contacting the bottom panel bolt. The recall began on May 28, 2014. Owners may contact Carrier customer service at 1-800-448-1661. Carrier's number for this recall is SER14-013." -04/11/2014,14V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V195000),Open Range R.V. Company,Gas Line for Kitchen Slideout Is Too Short,EQUIPMENT,NR (Not Reported),Vehicle,65,"Open Range R.V. Company (Open Range) is recalling certain 2014 Open Range LF319 fifth wheel recreational trailers manufactured October 23, 2013, through March 10, 2014. The flexible gas line for the kitchen slideout section is too short.","When the kitchen area is expanded, the gas line may be pulled excessively resulting in a gas leak, increasing the risk of a fire.","Open Range will notify owners and dealers will replace the existing gas line with a new longer gas line, free of charge. The recall began in July 2014. Owners may contact Open Range at 1-260-768-7771." -04/11/2014,14V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V177000),"Mercedes-Benz USA, LLC",Tail Lamp Dimming or Failure,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,252867,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain model year 2008-2011 C300, C300 4Matic, C350, and C63 AMG vehicles manufactured January 26, 2007, through July 13, 2011. In the affected vehicles, a poor electrical ground connection may result in the dimming or failure of the tail lights.","Dimming or failure of the tail lights reduces the ability to warn other motorists of the driver's intentions of stopping or turning, increasing the risk of a crash.","Mercedes will notify owners, and dealers will replace the bulb holders if not previously updated and replace any corroded connectors, free of charge. The recall began on August, 18, 2014. Owners may contact Mercedes at 1-800-367-6372." -04/10/2014,14V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V176000),"BMW of North America, LLC",Camshaft Housing Bolts May Loosen causing Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,156137,"BMW of North America, LLC (BMW) is recalling certain model year 2010-2011 128i Coupe, 128i Convertible, 328i Sedan, 328i xDrive Sedan, 328i Coupe, 328i Convertible, 328i Sports Wagon and Z4 sDrive 30i, 2011-2012 135i Coupe, 135i Convertible, 335i Sedan, X5 xDrive 35i, and X6 xDrive 35i, 2011 335i xDrive Sedan, 335i Coupe, 335i Convertible, 528i Sedan, 535i Sedan, 535i xDrive Sedan, X3 xDrive 28i, and X3 xDrive 35i, 2010 X3 xDrive 30i, and X5 xDrive 30i, 2012 640i Coupe, and 640i Convertible and 2010-2012 535i Gran Turismo vehicles. In the affected vehicles, the bolts that secure the housing for the variable camshaft timing adjustment (VANOS) unit can loosen over time and may possibly break.",If the bolts loosen or break the engine may have reduced power or stall. An engine stall increases the risk of a crash.,"BMW will notify owners, and dealers will replace the four VANOS housing bolts for both VANOS units (intake and exhaust), free of charge. In addition, owners of approximately 170,172 model year 2010-2012 BMW vehicles equipped with inline 6 cylinder engines not covered by this recall, will receive an extended warranty to address this condition. The recall began on September 24, 2014. Owners may contact BMW at 1-800-525-7417." -04/10/2014,14V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V190000),"Forest River, Inc.",Incorrect Certification Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,164,"Forest River, Inc. (Forest River) is recalling certain model year 2014 Vibe VCT6501, VCT6502, VCT6503, VCT6504, VCT6505 and VCT6506 travel trailers manufactured July 30, 2013, through April 4, 2014. The Federal Certification Label has incorrect tire and gross axle weight rating information listed. As such, the vehicles do not conform to Part 567, ""Certification.""","If the information printed on the label is incorrect, it may lead to the recreational vehicle being overloaded, resulting in tire failure which would increase the risk of a crash.","Forest River will notify owners and send them replacement Federal Certification and Tire Information labels with the correct information, free of charge. The recall began on June 9, 2014. Owners may contact Forest River Customer Service at 1-260-593-0023." -04/10/2014,14V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V171000),"General Motors, LLC",Key Can Be Removed when Ignition is not Off,ELECTRICAL SYSTEM,"14113,14133",Vehicle,2191014,"General Motors LLC (GM) is recalling certain model year 2005-2010 Chevrolet Cobalt, 2006-2011 Chevrolet HHR, 2007-2010 Pontiac G5, 2006-2010 Pontiac Solstice, 2003-2007 Saturn Ion, and 2007-2010 Saturn Sky vehicles. In the affected vehicles, the key can be removed from the ignition when the ignition is not in the ""Off"" position.","If the key can be removed from the ignition when the ignition is not in the ""off"" position, the vehicle could roll away: (a) for an automatic transmission, if the transmission is not in the ""Park"" position; or (b) for a manual transmission, if the parking brake is not engaged and the transmission is not in the ""Reverse"" position. This potential for rollaway increases the risk for a crash and occupant or pedestrian injuries.","General Motors will notify owners, and for vehicles that were built with the defective ignition cylinder and have not previously had the ignition cylinder replaced with the redesigned part, dealers will replace the ignition cylinder and cut and, if necessary, re-learn two ignition/door keys for each vehicle. For vehicles that were built with the redesigned ignition cylinder or had the ignition cylinder replaced with the redesigned part, dealers will cut and, if necessary, re-learn two ignition/door keys for each vehicle. The recall began on April 18, 2014. Chevrolet owners may contact General Motors at 1-800-222-1020, Pontiac owners at 1-800-762-2737, and Saturn owners at 1-800-553-6000. General Motors' number for this recall is 14113 for the ignition lock cylinder and key replacement, and 14133 for only key replacements. Note: Until a vehicle has been remedied, owners and operators are advised that when exiting, to be sure that the vehicle is in ""Park,"" or in the case of a manual transmission, that the vehicle is in the ""Reverse"" position and the parking brake is engaged." -04/10/2014,14V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V187000),Shyft Group,Power Stud Electrical Terminal Loose,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3200,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2010-2014 Utilimaster Aeromaster walk-in vans manufactured January 1, 2010, through March 19, 2014. The affected vehicles may have a loose power connection at the power stud terminal block.","A loose power stud may cause arcing or high heat on the terminal, increasing the risk of a fire.","Spartan will notify owners, and dealers will inspect and properly tighten the electrical connection, as necessary, free of charge. The recall began on May 23, 2014. Owners may contact Spartan at 1-517-543-6400." -04/10/2014,14E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E015000),Villa International,Seat Belt Fray/FMVSS 209,SEAT BELTS,209,Equipment,88,"Villa International (Villa) is recalling certain Villa ISS driver and passenger GSK seats. These seats were used in certain model year 2014 Tiffin Allegro Bus and Zephyr recreational vehicles, 2015 American Coach brand American Eagle, American Tradition, and American Revolution recreational vehicles, and 2014 Jayco Entegra Cornerstone recreational vehicles. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.",Villa will notify the affected vehicle manufacturers and the manufacturer's dealers will contact the vehicle owners. Owners may contact Villa at 1-888-707-7272. -04/10/2014,14V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V189000),"MV Agusta USA, LLC",Swingarm Pin Securing Bolt Failure,STRUCTURE,2798,Vehicle,223,"MV Agusta USA, LLC (MV Agusta) is recalling certain model year 2014 Brutale RR (Corsa), Rivale 800, Brutale 800 Dragster, Brutale 800, Brutale 675, F3 800, and F3 675 motorcycles manufactured December 18, 2013, through March 10, 2014. In the affected motorcycles, the threaded bolt used to secure the swingarm pin may fail.","A failure of the bolt that secures the swingarm pin may allow the swingarm to loosen while riding, increasing the risk of a crash.","MV Agusta has notified owners and dealers will install a new threaded bolt, free of charge. The recall began on April 25, 2014. Owners may contact MV Agusta at 1-215-781-1770. MV Agusta's number for this recall is 2798." -04/09/2014,14V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V179000),"Winnebago Industries, Inc.",Brake Fluid Leakage From Brake Hose,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,107,"Winnebago Industries, Inc. (Winnebago) is recalling certain 2014-2015 Travato, 2014 Trend and Itasca Viva! motorhomes manufactured November 13, 2013, through April 3, 2014 on Ram ProMaster chassis. During the manufacturing of the chassis, a tool may have damaged one of the brake hoses which may result in a leakage of brake fluid from the brake hose.","Brake fluid leakage would result in a reduction of brake performance, lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Chrysler (Ram) has notified owners, and dealers will inspect and replace the brake hoses, as necessary, free of charge. The recall began on March 26, 2014. Owners may contact Winnebago at 1-800-537-1885 or Chrysler at 1-800-853-1403." -04/09/2014,14V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V168000),Toyota Motor Engineering & Manufacturing,Driver's Air Bag may not Deploy,AIR BAGS,NR (Not Reported),Vehicle,1486413,"Toyota is recalling certain model year 2006-2008 RAV4, 2006-2010 Yaris, 2008-2010 Highlander, and 2009-2010 Tacoma, Corolla, Corolla Matrix and General Motors Pontiac Vibe vehicles. In the affected vehicles, the steering column assembly contains electrical connections to the driver's airbag module housed in a spiral cable assembly, which includes a Flexible Flat Cable (FFC). Due to the shape and location of the FFC's retainer, the FFC could become damaged when the steering wheel is turned.","If the FFC is damaged, connectivity to the driver's air bag module could be lost and the air bag deactivated. The failure of the driver's air bag to deploy in the event of a crash that typically necessitates deployment increases the risk of injury to the driver.","Toyota will notify the Toyota vehicle owners, and General Motors will notify the Pontiac Vibe owners. Toyota sent owners an interim notification letter in May 2014 to advise owners of the recall. Toyota will mail owners a second letter when remedy parts are available. General Motors sent Pontiac Vibe owners an Interim letter on June 20, 2014 notifying them that parts are currently unavailable. General Motors sent notices to the Pontiac Vibe owners on September 15, 2014, that a remedy is available. The recall began on October 27, 2014. Owners may contact Toyota at 1-800-331-4331. Owners may contact General Motors at 1-800-762-2737." -04/09/2014,14V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V169000),Toyota Motor Engineering & Manufacturing,Seat Rail Spring Failure,SEATS,NR (Not Reported),Vehicle,472388,"Toyota is recalling certain model year 2006-2010 Yaris vehicles manufactured August 22, 2005, through May 12, 2010, and 2008-2010 Scion xD vehicles manufactured April 4, 2007, through May 12, 2010. In the affected vehicles, the springs used for the seat rails on the driver's seat and the seat rails of the front passenger seat of three-door models may break.","If the spring breaks, the seat may not lock in position. In the event of a vehicle crash, the seat could move increasing the risk of injury to the seat occupant.","Toyota will notify owners, and dealers will inspect the seat rail, and replace it with a new one, if necessary, free of charge. The recall began on July 3, 2014. Owners may contact Toyota at 1-800-331-4331." -04/08/2014,14E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E014000),"LiquidMetal Motorsports, Inc.",Aftermarket Wheels may Crack,WHEELS,NR (Not Reported),Equipment,31000,"LiquidMetal Motorsports, Inc. (LiquidMetal) is recalling certain Kronk wheels, Style No. 43, wheel sizes 16x8, 17x8.5, 18x9, and 20x9, manufactured June 1, 2013, through early March 2014, sold through Discount Tire/America's Tire Stores. The affected wheels may crack resulting in a loss of tire pressure.","A rapid loss of tire pressure may cause the driver to lose control of the vehicle, increasing the risk of a crash.","LiquidMetal will notify owners and dealers will replace the wheels with wheels of a comparable value, free of charge. The recall began on June 9, 2014. Owners may contact Liquid Metal at 1-714-990-2466." -04/08/2014,14V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V185000),Harley-Davidson Motor Company,Fuel Gauge Inaccuracy,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9102,"Harley-Davidson Motor Company, Inc. (Harley-Davidson) is recalling certain model year 2013-2014 FXSB and FXSBSE motorcycles manufactured March 20, 2012, through March 10, 2014. Suspension variances may affect the gas tank mounting angle causing the fuel level sensor to read inaccurately.","The gauge inaccuracy may cause the motorcycle to run out of fuel unexpectedly, possibly even before the Low Fuel Warning lamp illuminates. The lack of fuel would cause the motorcycle to stall, increasing the risk of a crash.","Harley-Davidson has notified owners, and dealers will update the software to recalibrate the fuel level sensor signal, free of charge. The recall began April 28, 2014. Owners may contact Harley-Davidson at 1-800-258-2464." -04/08/2014,14V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V178000),PACCAR Incorporated,Lighting Combination may be too Bright/FMVSS 108,EXTERIOR LIGHTING,414-E,Vehicle,63,"Paccar Inc., is recalling certain model year 2014-2015 Peterbilt 587 vehicles manufactured November 11, 2013, through March 7, 2014. If the driver turns on the high beams, the fog lights will automatically turn off, but after 10 seconds they may turn back on due to a software malfunction. The combination of the high beams and fog lights may exceed the permissable limits of light output. Therefore, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If both the fog lamps and high beams are illuminated at the same time, oncoming traffic may be blinded by the excessive light, increasing the risk of a crash.","PACCAR will notify owners, and dealers will update the Cab Electronic Control Unit (CECU) to correct the programming so the fog lights do not come on when the high beams are on, free of charge. The recall began in May 2014. Owners may contact Peterbilt at 1-800-473-8372. Paccar's number for this recall is 414-E." -04/08/2014,14V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V180000),"Transportation Collaborative, Inc.","Seat may not stay Anchored Down/FMVSS 207, 210",SEAT BELTS,NR (Not Reported),Vehicle,843,"Transportation Collaborative, Inc. (TCI) is recalling certain model year 2011-2014 Trans Tech Bus school buses manufactured January 10, 2011, through March 10, 2014, and equipped with 39"" seats with or without 3-point seat belts. For the full list of the affected models, click on ""Associated Documents"" and then please click on ""Associated Documents"" and then ""Noncompliance Notice(Part 573)."" The affected buses have seats that may not remain properly anchored to the floor. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standards (FMVSS) number 207, ""Seating Systems,"" and number 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, if the seat does not remain anchored to the floor, the seat occupant has an increased risk of injury.","TCI will notify owners and dealers will install additional mounts to secure the seats to the floor, free of charge. The recall began on April 23, 2014. Owners may contact TCI at 1-845-988-2333." -04/08/2014,14V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V186000),"Dueco, Inc.",Sure Power DC-DC Converters:Fire Risk,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,"DUECO Inc. (DUECO), a manufacturer of utility vehicles, is recalling certain Dueco-modified model year 2009-2011 International 4300, 2010 International 4400, 2009 and 2011 International 7400, 2010 Freightliner M2, 2008-2009 GMC C5500, and 2011 Ford F-750 vehicles, equipped with Sure Power DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","DUECO will notify owners, and Sure Power will replace the converters, free of charge. The recall began on May 29, 2014. Owners may contact Dueco at 1-800-558-4004." -04/07/2014,14V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V183000),Oshkosh Corporation,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,46,"Oshkosh Corporation (Oshkosh) is recalling certain model year 2012-2014 S-Series Ready Mixed Concrete trucks manufactured February 29, 2012, through January 27, 2014, and equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. Cummins Inc. and Cummins Westport Inc. began notifying the affected vehicle owners in April 2014. Owners may contact Oshkosh at 1-920-235-9150 or contact Cummins Inc. at 1-800-343-7357." -04/07/2014,14V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V175000),Honda (American Honda Motor Co.),Passenger's Side Curtain Air Bag may not Deploy,AIR BAGS,JE2,Vehicle,24889,"Honda is recalling certain model year 2014 Odyssey vehicles manufactured October 2, 2013, through December 16, 2013. The shorting terminal, an electrical connector used to prevent air bag deployment before being installed into a vehicle, may have been damaged during assembly of the passenger-side side curtain air bag.","If the shorting terminal is damaged, the passenger-side side curtain air bag may fail to deploy thereby increasing the risk of occupant injury in a crash.","Honda will notify owners, and dealers will replace the damaged shorting pin with a new shorting coupler, free of charge. The recall began on May 16, 2014. Owners may contact Honda at 1-800-999-1009. Honda's number for this recall is JE2." -04/04/2014,14V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V166000),Ducati North America,"Horn, High Beam and Right Turn Signals may Fail",ELECTRICAL SYSTEM,RCL-14-001,Vehicle,2083,"Ducati North America (Ducati) is recalling certain model year 2012-2013 1199 Panigale and Panigale S motorcycles. The left handlebar switch may not get power from its connection at the dashboard, preventing the horn, instrument panel display, high beam and right turn signals from functioning. As such, these motorcycles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) number 123, ""Motorcycle Controls and Displays.""","The rider's inability to use the horn, right turn indicators and high beam could increase the risk of a crash.","Ducati will notify owners, and dealers will install an additional wiring harness, free of charge. The recall began on June 6, 2014. Owners may contact Ducati at 1-800-231-6696. Ducati's number for this recall is RCL-14-001." -04/04/2014,14V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V174000),Mazda North American Operations,Lower Control Arm Corrosion-Regional Recall,STRUCTURE,7514D,Vehicle,109000,"Mazda North American Operations (Mazda) is recalling certain model year 2001-2004 Tribute vehicles manufactured May 22, 2000, through December 19, 2003, originally sold, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. These vehicles may experience excessive corrosion at the forward attachment of the lower control arm.","A separation of the lower control arm can result in a significant loss of steering control, increasing the risk of a crash.","Mazda will notify owners, and dealers will install a newly designed reinforcement cross-brace, free of charge. The recall began on May 29, 2014. Owners may contact Mazda at 1-800-222-5500. Mazda's number for this recall is 7514D." -04/04/2014,14V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V172000),Motor Coach Industries,Seats may Detach from Floor in a Crash,SEAT BELTS,408,Vehicle,957,"Motor Coach Industries (MCI) is recalling certain model year 2009-2014 E4500 and J4500 motorcoaches manufactured October 2008 through October 2013, and equipped with passenger seats with 3-point seat belts. The seat track for the second row passenger seats may be missing a weld at the end of the seat track where it enters the frame structure.","In the event of a crash, the seat may detach from its floor mounting, increasing the risk of injury to the occupant.","MCI will notify owners, and dealers will modify the seat anchorage, free of charge. The recall began on May 9, 2014. Owners may contact MCI at 1-800-241-2947. MCI's number for this recall is 408." -04/03/2014,14C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C003000),"Evenflo Company, Inc.",Buckle may be difficult to Unlatch,CHILD SEAT,NR (Not Reported),Child Seat,1368649,"Evenflo Company, Inc. (Evenflo) is recalling certain convertible and harnessed child restraints, models Momentum 65 (including LX and DLX), Chase (including LX, DLX, and Select), Maestro (including Performance), Symphony (including 65, LX, 65 E3, and DLX), Snugli All-In-One, Snugli Booster, Titan 65, SureRide DLX, and Secure Kid (including LX, DLX, 100, 300, and 400). The affected seats have model number prefixes of 306, 308, 310, 329, 345, 346, 371 or 385. The defect involves difficulty in unlatching the harness buckle. In the convertible car seats and harnessed booster seats, the buckle may become stuck in a latched condition so that it cannot be opened by depressing the buckle's release button.","It may be difficult to remove the child from the restraint, increasing the risk of injury in the event of an emergency in which a prompt exit from the vehicle is required.","Evenflo notified registered owners in April 2014. The company will start providing replacement buckles along with installation instructions in April 2014. Owners may contact Evenflo at 1-800-490-7591 or online at www.buckle.evenflo.com. Note: For a complete list of the production dates of the affected seats, please click on ""Associated Documents"" and then ""Defect Notice(Part 573)."" Not all seats within the date ranges listed are included, so consumers should contact Evenflo at the number or website listed here with the seat's model and date of manufacture to confirm that their seat is included." -04/03/2014,14V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V173000),Mazda North American Operations,Charging System Shutdown may cause Engine Stall,ELECTRICAL SYSTEM,7314D,Vehicle,5700,"Mazda North America Operations (Mazda) is recalling certain model year 2014 Mazda3 vehicles manufactured June 12, 2013, through December 18, 2013, and model year 2014-2015 Mazda6 vehicles manufactured May 20, 2013, through December 4, 2013, and both equipped with a 2.5L engine and a regenerative engine braking system. When driving the affected vehicles in heavy rain or in deep puddles, the alternator belt may slip causing the Power Control module (PCM) to incorrectly assume failure of the charging system.","Once the PCM assumes that the charging system has failed, the vehicle will stop charging and could result in poor acceleration, loss of steering assist and windshield wiper operation, and a possible engine stall, increasing the risk of a crash.","Mazda will notify owners, and dealers will reprogram the PCM with updated software, free of charge. The recall began on May 19, 2014. Owners may contact Mazda at 1-800-222-5500. Mazda's number for this recall is 7314D." -04/03/2014,14V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V170000),Mazda North American Operations,Fuel Tank can be Overfilled Resulting in Fuel Leak,"FUEL SYSTEM, GASOLINE",7414D,Vehicle,19000,"Mazda North America Operations (Mazda) is recalling certain model year 2014 Mazda6 vehicles manufactured October 25, 2012, through May 9, 2013. In the affected vehicles, it is possible to fill the fuel tank beyond its rated capacity.","If the tank is overfilled, gas may flow into the charcoal canister (an evaporative emissions component) and possibly leak from the canister's external vent, increasing the risk of a fire.","Mazda will notify owners and dealers will inspect and add an adapter to the shut off valve in the fuel tank and also inspect the charcoal canister for the presence of gasoline, replacing it as necessary, free of charge. The recall began on May 19, 2014. Owners may contact Mazda at 1-800-222-5500. Mazda's number for this recall is 7414D." -04/03/2014,14V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V238000),"Navistar, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,49,"Navistar, Inc. (Navistar) is recalling certain model year 2014 International TranStar trucks manufactured in March 2013 and equipped with certain Cummins Westport Model ISL G compressed natural gas engines (feature code 12CBA). Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began during April 2014. Owners may contact Cummins Inc. at 1-800-343-7357 or Navistar customer service at 1-331-332-5000." -04/02/2014,14V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V165000),Ford Motor Company,Lower Control Arm Corrosion-Regional Recall,STRUCTURE,14S02,Vehicle,348950,"Ford Motor Company (Ford) is recalling certain model year 2001-2004 Escape vehicles manufactured October 22, 1999, through January 23, 2004, originally sold, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. These vehicles may experience excessive corrosion at the forward attachment of the lower control arm.","A separation of the lower control arm can result in a significant loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will install a newly designed reinforcement cross-brace, free of charge. The recall began on May 30, 2014. Owners may contact Ford at 1-800-392-3673. Ford's number for this recall is 14S02." -04/02/2014,14E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E009000),Villa International,Seat Belt Fray/FMVSS 209,SEAT BELTS,NR (Not Reported),Equipment,416,"Villa International (Villa) is recalling certain Villa ISS GSK driver and passenger seats. These seats were used in certain model year 2013 Tiffin Allegro Bus, and 2014 American Coach brand American Tradition, Eagle, and Revolution motorhomes. The seat belt attachment may be incorrect and the seat belt may fray if it rubs along a steel bracket in the seat, reducing its strength. As such, these seats do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","The weakened seat belt may fail to properly restrain the seat occupant in the event of a crash, increasing the risk of injury.","Villa will notify the affected vehicle manufacturers and the manufacturer's dealers will install a spacer and protective sheath onto the retractor side of the seat belt, free of charge. Owners may contact Villa at 1-888-707-7272." -04/02/2014,14V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V164000),Ford Motor Company,Welds on Seat Assemblies may Fail/FMVSS 207,SEATS,14C03,Vehicle,43135,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 Ford Fusion and Lincoln MKZ vehicles manufactured August 15, 2012, through September 10, 2013, 2013-2014 Ford Escape vehicles manufactured June 5, 2012, through August 12, 2013, and 2013-2014 Ford C-Max vehicles manufactured from July 23, 2012, through May 28, 2013. The driver and passenger seatback assemblies may have been produced with sub-standard weld joints used to attach the seat back recliner mechanism to the seat frame. The affected seat backs may have insufficient strength to meet the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""",The back of the subject seats may become loose or lean while driving and potentially increase the risk of injury in certain crashes.,"Ford will notify owners, and dealers will replace the seatback, free of charge. The recall began on May 30, 2014. Owners may contact Ford at 1-800-392-3673. Ford's number for this recall is 14C03." -04/01/2014,14C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C002000),"Baby Trend, Inc.",Buckle may be difficult to unlatch,CHILD SEAT,NR (Not Reported),Child Seat,16655,"Baby Trend, Inc. (Baby Trend) is recalling certain model year 2011 and 2012 TrendZ Fastback 3-in-1 child restraints, models FB60070 (Granite) and FB60408 (Jellybean), manufactured between October 2011 and July 2013. The defect involves difficulty in unlatching the harness buckle. In some cases, the buckle becomes stuck in a latched condition so that it cannot be opened by depressing the buckle's release button.","It may be difficult to remove the child from the restraint, increasing the risk of injury in the event of an emergency in which a prompt exit from the vehicle is required.","Baby Trend will notify registered owners and will provide replacement buckles when they become available. The recall began on April 25, 2014. Owners may contact Baby Trend at 1-800-328-7363 or visit their website at www.babytrend.com." -04/01/2014,14V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V161000),"Chrysler (FCA US, LLC)",Improperly Machined Transmission Case/Rollaway,POWER TRAIN,P13,Vehicle,125,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram 1500 4x4 vehicles manufactured January 24, 2014, through February 5, 2014. In the affected vehicles, the transmission case may have been improperly machined which can result in the park pawl not properly engaging when the transmission is in the 'Park' position.","If the park pawl does not properly engage, the vehicle may rollaway, increasing the risk of a crash and occupant or pedestrian injuries.","Chrysler will notify owners, and dealers will inspect and replace the transmission, as necessary, free of charge. The recall began on May 21, 2014. Owners may contract Chrysler at 1-800-853-1403. Chrysler's number for this recall is P13." -04/01/2014,14V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V154000),"Chrysler (FCA US, LLC)",Loss of Power Brake Assist,SERVICE BRAKES,P14,Vehicle,646498,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2014 Jeep Grand Cherokee and Dodge Durango vehicles manufactured from January 5, 2010, through September 8, 2013. The subject vehicles have a brake booster with a center shell that may corrode and allow water to get inside.","The water inside could freeze and limit the braking ability of the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will add a water diverter shield to the booster after the booster has been tested to confirm it can hold an acceptable amount of vacuum pressure. If the booster inspection confirms an unacceptable loss of vacuum pressure, the booster will be replaced. Repairs will be made free of charge. The recall began on May 30, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's recall campaign number is P14." -04/01/2014,14E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E012000),Ohlins Racing AB,"Steering Damper Bracket may Fail, Locking Steering",EQUIPMENT,NR (Not Reported),Equipment,2827,"Ohlins Racing AB (Ohlins) is recalling certain steering dampers kits manufactured with an incorrectly machined bracket. These dampers were sold for use as aftermarket equipment on Yamaha R1, R6, and FZ6, Suzuki TL1000 R and GSX1300R, Honda CB600RR, and Ducati Monster 1000, 748, 848, 916, 996, and 998 motorcycles. Also included are universal steering damper kits with part numbers SD 000 through SD 005. The affected brackets may crack.","If there is a crack in the steering bracket, at low speeds it may cause the steering to lock, leading to personal injury or a crash.",Ohlins will notify the distributors and provide their customers with a new bracket. The recall began in November 2013. Owners may contact Ohlins USA at 1-828-692-4525. Note: This recall is an expansion of recall 13E-034. -03/31/2014,14E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E011000),"Speedway Motors, Inc.",Brake Light Switch Failure,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2847,"Speedway Motors, Inc. (Speedway) is recalling certain brake light switches with a 3/8 inch IFM adapter fitting, part number 910-31303, used in hot rod and street rod applications. The affected brake light switch may crack under the pressure caused by pushing on the brake pedal, allowing the electrical contact housing to separate from the metal housing.","A crack or separation would result in a leak of brake fluid and a loss of hydraulic brake pressure, lengthening the vehicle's stopping distance and increasing the risk of a crash.","Speedway will notify owners and will replace the affected part with a redesigned part, free of charge. The recall began on May 15, 2014. Owners may contact Speedway Motors at 1-800-979-0122." -03/31/2014,14V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V181000),"Jaguar Land Rover North America, LLC",CAC Hose may Detach/Unexpected Engine Stall,ENGINE AND ENGINE COOLING,J034,Vehicle,1589,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013 and 2014 XF 2.0L GTDi vehicles manufactured May 2013 through October 2013. The hose clamp for the Charge Air Cooler (CAC) hose may be out of position and loose, allowing the hose to detach.","If the CAC hose detaches, the engine may stall, increasing the risk of a crash. Additionally, steering and brake assistance may be lost further increasing the risk.","Jaguar will notify owners, and dealers will inspect the CAC hose to make sure its clamp is in the correct position and tight, free of charge. The recall is scheduled to begin in late May 2014. Owners may contact Jaguar at 1-800-452-4827. Jaguar's recall number is J034. Note: This recall is an expansion of recall 13V-341." -03/31/2014,14V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V158000),"Mercedes-Benz USA, LLC",Child Seat Anchorage/FMVSS 225,CHILD SEAT,NR (Not Reported),Vehicle,69,"Mercedes Benz USA, LLC (Mercedes) is recalling certain model year 2014 GL350 BlueTEC 4Matic, GL450 4Matic, GL550 4Matic, and GL63 AMG vehicles manufactured November 4, 2013, through November 15, 2013. In the affected vehicles, the foldable second row seat bottom may not fold down low enough to allow proper use of the child seat achors. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 225, ""Child Restraint Anchorage Systems.""","Without the use of the lower anchor points, a child restraint may be insufficiently or improperly anchored to the seat, increasing the risk of injury to the child in the event of a crash.","Mercedes will notify owners, and dealers will inspect and, if necessary, replace the seat pan of the second row seat, free of charge. The recall began on May 2, 2014. Owners may contact Mercedes at 1-800-367-6372." -03/31/2014,14V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V156000),Crossroads RV,Frame Spring Hanger Failure,SUSPENSION,NR (Not Reported),Vehicle,12,"Crossroads RV is recalling certain model year 2015 Sunset Trail, Zinger, and Reserve recreational trailers manufactured February 20, 2014, through February 28, 2014. The affected trailers may have been built with frame spring hangers that may be brittle and susceptible to fracturing.","A spring hanger that fractures may result in a loss of control of the trailer, increasing the risk of a crash.","Crossroads RV will notify owners, and dealers will inspect and replace the frame spring hangers, as necessary, free of charge. The recall began in April 2014. Owners may contact Crossroads at 1-855-226-7496." -03/31/2014,14V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V151000),"General Motors, LLC",Front Right Half Shaft may Fracture,POWER TRAIN,14079,Vehicle,174046,"General Motors LLC (GM) is recalling certain model year 2013 and 2014 Chevrolet Cruze vehicles equipped with a 1.4L turbo engine, and manufactured between November 28, 2012, and March 7, 2014. On the affected vehicles, the right front half shaft may fracture and separate.","If the half shaft fractures and separates while driving, the vehicle would lose power and coast to a stop. If a vehicle with a fractured half shaft is parked without the parking brake applied, the vehicle could move unexpectedly. Either condition increases the risk of a crash.","GM will notify owners, and dealers will inspect and replace the right half shaft, as needed, free of charge. Parts for the remedy are not currently available. GM will send an interim letter to owners in May 2014. A second owner letter will be mailed when parts are available. Owners may contact Chevrolet at 1-866-694-6546. GM's number for this recall is 14079. This is an expansion of recall 13V-452. NOTE: Some vehicles subject to this recall were subject to the recall campaign initiated in 2013. Some of those vehicles were repaired using defective parts. Those owners will be advised that they must have their vehicles remedied again under this campaign and that having the earlier recall completed did not remedy their vehicles." -03/31/2014,14V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V163000),"Jaguar Land Rover North America, LLC",No Warning of Turn Signal Malfunction/FMVSS 108,ELECTRICAL SYSTEM,P042,Vehicle,5238,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2014 Land Rover Range Rover vehicles manufactured from May 7, 2013, to October 10, 2013. In the affected vehicles, the turn signal indicator may not flash at a double rate or click at a double-rate to give a notification to the driver of a front turn signal malfunction. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""","Without a warning that a front turn signal is malfunctioning, the driver would continue to use the vehicle, unaware that other drivers on the road are not being notified that the vehicle is turning, increasing the risk of a crash.","Land Rover will notify owners, and dealers will update the vehicle software, free of charge. The recall is expected to begin on, or before, May 27, 2014. Land Rover's number for this recall is P042." -03/31/2014,14V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V157000),"Jaguar Land Rover North America, LLC",Rear Wheel Alignment Linkage Mounting Hardware,SUSPENSION,J037,Vehicle,297,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013-2014 XJ, XF and XK vehicles. In the affected vehicles, the toe links, components used to control the alignment of the rear wheels, can separate from the rear sub-frame.","If a toe link separates from the rear sub-frame, a loss of vehicle stability and directional control may result, increasing the risk of a crash.","Jaguar notified owners on May 8, 2014, and dealers will replace the nut and washer assembly on the rear toe links, free of charge. The recall is expected to begin around May 27, 2014. Owners may contact Jaguar at 1-855-524-8278. Jaguar's number for this recall is J037." -03/31/2014,14V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V155000),"Jaguar Land Rover North America, LLC",Right Hand Rear Supension Link Arm may Separate,SUSPENSION,P040,Vehicle,2,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2014 Range Rover Evoque vehicles manufactured November 27, 2013 and December 4, 2013. The bolts connecting the right hand rear suspension link arm may have been damaged during vehicle production.","The damaged bolts may fail, allowing the link arm to separate from the vehicle, resulting in a loss of control and increasing the risk of a crash.","Land Rover will notify owners, and dealers will replace the connecting bolts for the right hand rear suspension link arm, free of charge. The recall began on April 28, 2014. Land Rover's number for this recall is P040." -03/31/2014,14V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V153000),"General Motors, LLC",Sudden Loss of Electric Power Steering,STEERING,N140115,Vehicle,1373177,"General Motors LLC (GM) is recalling certain model year 2004-2006 and 2008-2009 Chevrolet Malibu, 2004-2006 Malibu Maxx, 2009-2010 HHR (non-turbo), 2010 Cobalt, 2008-2009 Saturn Aura and 2004-2007 Ion, and 2005-2009 Pontiac G6. In the affected vehicles, there may be a sudden loss of electric power steering (EPS) assist that could occur at any time while driving.","If power steering assist is lost, greater driver effort would be required to steer the vehicle at low speeds, increasing the risk of a crash.","GM will notify owners, and dealers will perform one of four bulletins. Parts are not currently available. GM expects to send an interim notification around May 28, 2014. When parts are available, owners will be mailed a second letter to come in to have the applicable bulletin applied. Bulletin 14115 covers model year 2004-2007 Saturn Ion, 2009-2010 Chevrolet HHR and 2010 Chevrolet Cobalts. Dealers will replace the EPS motor. Bulletin 14116 covers model year 2004-2006 Chevrolet Malibu and Malibu Maxx, 2005-2006 Pontiac G6 and 2008-2009 Chevrolet Malibu, Pontiac G6 and Saturn Aura built from March 1, 2008, through June 27, 2008. Dealers will replace the torque sensor assembly. Bulletin 14117 covers model year 2008 Chevrolet Malibu, Pontiac G6 and Saturn Aura built from February 1, 2008, through February 28, 2008. Dealers will replace the torque sensor assembly and EPS motor controller unit. Bulletin 14118 covers model year 2008 Chevrolet Malibu, Pontiac G6 and Saturn Aura built from October 1, 2007, through January 31, 2008. Dealers will replace the EPS motor controller unit. The recall began on July 17, 2014. Owners may contact Chevrolet at 1-800-630-2438, Saturn at 1-800-553-6000, and Pontiac at 1-800-620-7668. GM's number for this recall is N140115. Note: GM bulletin number 14119 will be implemented for model year 2006-2008 and early production of 2009 Chevrolet HHR (non-turbo) and model year 2003 Saturn ION to provide EPS Motor replacement for the life of the vehicle." -03/31/2014,14V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V152000),"General Motors, LLC",Transmission Oil Cooler Line/Fire,POWER TRAIN,14121,Vehicle,489936,"General Motors LLC (GM ) is recalling certain model year 2014 Chevrolet Silverado Light Duty Regular Cab, Double Cab, and Crew Cab 1500 series and model year 2015 Suburban and Tahoe; GMC model year 2014 Sierra Regular Cab, Double Cab, and Crew Cab 1500 Series and model year 2015 Yukon and Yukon XL vehicles equipped with a 6-Speed Automatic Transmission (feature code MYC). The subject vehicles may have a transmission oil cooler line that is not securely seated in the fitting.","If the line is not securely seated and transmission oil leaks from the fitting, the oil could contact a hot surface and cause a vehicle fire.","GM will notify owners, and dealers will inspect the transmission oil cooler line connection and repair the vehicles, as needed, free of charge. The recall began on May 19, 2014. Owners may contact Chevrolet at 1-866-694-6546 or GMC owners may contact GMC at 1-866-996-9463. GM's number for this recall is 14121." -03/28/2014,14V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V159000),Vactor Manufacturing,Incorrect Water Heater Fasteners,UNKNOWN OR OTHER,SB-268,Vehicle,106,"Vactor Manufacturing Inc. (Vactor) is recalling certain model year 2012-2013 HXX-Fan, 2010-2014 HXX-Prodigy, and 2012-2014 HXX-PD and Guzzler Guzzcavator vacuum excavation trucks. In the affected vehicles, the water heater and/or cabinet that is mounted to the subframe chassis may come loose due to incorrect fasteners being used to mount the water heater.","If the water heater comes loose and falls off the chassis while the vehicle is being driven, the heater may become a road hazard, increasing the risk of a crash.","Vactor will notify owners, and dealers will correct the mounting hardware, free of charge. The recall began on May 20, 2014. Owners may contact Vactor at 1-847-622-7069. Vactor's number for this recall is SB-268." -03/28/2014,14V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V150000),"Daimler Trucks North America, LLC",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,FL-661,Vehicle,938,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014 Freightliner 108SD, 114SD, 122SD, Coronado, Argosy, Cascadia, Columbia, and M2 Business Class, and Western Star 4700, and 4900 vehicles manufactured August 5, 2013, through November 15, 2013, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","DTNA will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on May 22, 2014. Owners may contact Daimler at 1-800-385-4357. DTNA's number for this campaign is FL-661. Note: This is an expansion of recall 13V-604." -03/27/2014,14V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V149000),Tiffany Coach Builders,Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,24,"Tiffany Coach Builders (Tiffany) is recalling certain model year 2009-2010 Coach, Limo, and Shuttle Buses built on Ford E-450 and E550 chassis, equipped with A&M Systems-brand door actuators. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Tiffany will work with A&M Systems to notify owners and dealers will replace the circuit board, free of charge. The recall began February 26, 2014. Owners may contact Tiffany at 1-800-338-5872." -03/27/2014,14V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V144000),"General Motors, LLC",Electronic Stability Control Systems/FMVSS 126,ELECTRONIC STABILITY CONTROL,14087,Vehicle,656,"General Motors LLC (GM) is recalling certain model year 2014 Cadillac ELR vehicles not equipped with adaptive cruise control and manufactured September 26, 2013, through February 14, 2014, and equipped without adaptive cruise control. In these vehicles, the electronic stability control (ESC) system software may inhibit certain ESC diagnostics, preventing the system from alerting the driver that the ESC system is partially or fully disabled. As such, these vehicles fail to conform with Federal Motor Vehicle Safety Standard (FMVSS) number 126, ""Electronic Stability Control Systems.""","If the driver is not alerted to an ESC malfunction they may continue driving with a disabled ESC system which may result in loss of directional control, increasing the risk of a crash.","GM will notify owners, and dealers will recalibrate the Electronic Brake Control Module (EBCM), free of charge. The recall began on May 20, 2014. Owners may contact Cadillac at 1-800-458-8006. GM's number for this recall is 14087." -03/27/2014,14V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V146000),Keystone RV Company,Frame Spring Hanger Failure,SUSPENSION,14-205,Vehicle,32,"Keystone RV Company (Keystone) is recalling certain model year 2014 Summerland, Springdale, Bullet, and Cougar recreational travel trailers and fifth wheels. The affected vehicles may have been built with frame spring hangers that may be brittle and susceptible to fracturing.","A spring hanger that fractures may result in a loss of control of the trailer, increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect and replace the spring hanger, as necessary, free of charge. The recall began on April 17, 2014. Owners may contact Keystone at 1-866-425-4369. Keystone's number for this recall is 14-205." -03/27/2014,14V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V148000),Toyota Motor Engineering & Manufacturing,Second Row Seat Assembly/FMVSS 207,SEATS,NR (Not Reported),Vehicle,46757,"Toyota is recalling certain model year 2013 Highlander vehicles manufactured March 13, 2013, through August 6, 2013. In the affected vehicles, the second row left hand seat may not lock in place when positioned in the forward front or second adjusting position. As such, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 207, ""Seating Systems.""","If the seat does not lock into the seat track, there may be an increased risk of injury to an occupant in the event of a crash.","Toyota will notify owners, and dealers will modify the second row left hand seat so that it will lock into the seat track, free of charge. The recall began on May 21, 2014. Owners may contact Toyota at 1-800-331-4331." -03/27/2014,14E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E010000),Ricon Corporation,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,356,"Ricon Corporation is recalling certain S series and K series wheelchair lifts manufactured January 1, 2013, through January 4, 2014, and equipped with an optional armored pendant cable. The affected model numbers start with S2003, S2005, S2010, S5505, S5510, K2010, K5505, or K5510 and all of the model numbers end with a 'B' to denote being equipped with an armored pendant cord. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Ricon will notify the affected vehicles manufacturers, and will provide a supplemental cover kit and instructions, free of charge. The recall began on April 24, 2014. Owners may contact Ricon at 1-818-267-3000. This recall is an expansion of 13E-001." -03/26/2014,14V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V142000),"Nissan North America, Inc.",CVT Oil Cooler Hose may Detach and Leak,POWER TRAIN,NR (Not Reported),Vehicle,3065,"Nissan North America (Nissan) is recalling certain model year 2013 Pathfinder vehicles manufactured April 18, 2012, through October 3, 2012, and equipped with a continuously variable transmission (CVT). In the affected vehicles, the internal oil cooler (ITOC) hose may detach from the cooler due to inadequate clamping force, allowing transmission fluid to leak.","The loss of transmission fluid could cause the transmission to function improperly and the vehicle to stop accelerating, increasing the risk of a crash.","Nissan will notify owners, and dealers will install an oil hose repair kit, free of charge. The recall began on May 12, 2014. Owners may contact Nissan at 1-800-647-7261." -03/25/2014,14V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V138000),"Nissan North America, Inc.",Air Bag may not Detect Passenger in Seat,AIR BAGS,NR (Not Reported),Vehicle,989701,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2014 Altima, LEAF, Pathfinder, and Sentra, model year 2013 NV200 (aka Taxi) and Infiniti JX35 and model year 2014 Infiniti Q50 and QX60 vehicles. In the affected vehicles, the occupant classification system (OCS) software may incorrectly classify the passenger seat as empty, when it is occupied by an adult.","If the OCS does not detect an adult occupant in the passenger seat, the passenger airbag would be deactivated. Failure of the passenger airbag to deploy during a crash (where deployment is warranted) could increase the risk of injury to the passenger.","Nissan will notify owners, and dealers will update the OCS software, free of charge. The recall began on April 14, 2014. Owners may contact Nissan at 1-800-647-7261." -03/25/2014,14V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V141000),"KZRV, L.P.",Axles Undersized for Trailer Cargo Capacity,SUSPENSION,NR (Not Reported),Vehicle,32,"KZRV, L.P. (KZ) is recalling certain 2014 Sportsmen, model S290lKSS, towable travel trailers manufactured November 4, 2013 through February 24, 2014. The affected trailers were built with axles not designed to accomodate the weight carrying capacity of the trailer.","Overloaded axles may result in failure of the suspension or the axle, and/or tire blowouts, resulting in an increased risk of a crash or injury.","KZRV, L.P. will notify owners, and dealers will replace the axles with ones that have the correct load capacity, free of charge. The recall began on May 2, 2014. Owners may contact KZRV L.P. at 1-800-768-4016." -03/25/2014,14V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V143000),"NABI Bus, LLC",CNG Fuel Tank Abrasion may Result in Leak,"FUEL SYSTEM, OTHER",20142,Vehicle,241,"NABI Bus, LLC (NABI) is recalling certain model year 2013-2014 40LFW transit buses manufactured October 5, 2012, through March 17, 2014, 2013 35LFW transit buses manufactured October 21, 2013, through January 14, 2014, and 2013 31LFW transit buses manufactured February 10, 2013, through October 19, 2013, and equipped with compressed natural gas (CNG) fuel systems. In the subject vehicles, a bolt on the latch assembly that holds the CNG top covers closed may come into contact with the CNG fuel cylinder.","Bolt contact with the CNG cylinder may damage the CNG fuel cylinder, potentially causing a fuel leak, increasing the risk of a fire.","NABI Bus, LLC will notify owners, and dealers will eliminate the possible interference, free of charge. The recall began in May 2014. Owners may contact NABI Bus at 1-256-831-4296. NABI's number for this recall is 20142." -03/25/2014,14V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V188000),Triple E Recreational Vehicles,Dim Taillight Bulbs/FMVSS 108,EXTERIOR LIGHTING,CA#7842-1,Vehicle,28,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2014 Libero motorhomes, model L24CB, manufactured November 2013 through February 2014, and model year 2014 Serenity motorhomes, model S24CB, manufactured September 2013 through February 2014. The affected vehicles were built with taillight clearance lights with lower wattage bulbs. As such, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment.""",The lower wattage bulbs may decrease the visibility of the motorhome and thus increase the risk of a crash.,"Triple E will notify owners, and dealers will replace the lower wattage bulbs with new higher wattage bulbs, free of charge. The recall began on May 22, 2014. Owners may contact Triple E at 1-204-325-4361. Triple E's number for this recall is CA#7842-1." -03/25/2014,14E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E016000),"Muncie Power Products, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,5744,"Muncie Power Products, Inc. (Muncie) is recalling certain PTO Assembly Pressure Switches, part number 30T37594, manufactured June 2009 through June 2013, used in power take off (PTO) assemblies. The installation of these pressure switches when used with a PTO assembly installed on a 2009-2014 Ford F350, F450 or F550 Super Duty chassis with a 6.8L gasoline engine, may result in the switch leaking oil.","The leaking oil may soak into the thermal blanket covering the exhaust, which when combined with heat from exhaust, may result in an increased risk of fire.","Muncie notified owners under a service campaign in February 2014. Dealers will install a new pressure switch kit that moves the switch away from the exhaust system, free of charge. This action is the same as the service campaign action. Owners may contact Muncie at 1-800-367-7867." -03/25/2014,14V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V145000),PACCAR Incorporated,Undersized Front Axle Drum Brakes/FMVSS 121,SERVICE BRAKES,314-D,Vehicle,474,"PACCAR, Inc. (PACCAR) is recalling certain model year 2008-2013 Peterbilt 365, 367, 388, 389 trucks manufactured October 6, 2007, through September 23, 2013. The affected vehicles were built with 16.5"" x 7"" front drum brakes and Bendix ES-420 brake linings installed on front axles rated to carry between 20,001 and 22,000 lbs GAWR and larger SLR (20.5"" to 21.5"") tires, however these brake linings are not rated for this configuration. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 121, ""Air Brake Systems.""","The improper brake configuration could lengthen the braking distance needed to stop the vehicle, increasing the risk of a crash.","PACCAR will notify owners and dealers will install new 16.5"" x 7"" brake shoes with ES-600 linings, free of charge. The recall began on June 20, 2014. Owners may contact at Peterbilt at 1-800-473-8372. Peterbilt's number for this recall is 314-D." -03/24/2014,14V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V137000),"Mack Trucks, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,SC0377,Vehicle,1934,"Mack Trucks Inc. (Mack) is recalling certain model year 2014-2015 CXU, 2010-2015 LEU, and 2011-2015 MRU vehicles manufactured with certain Cummins Westport Model ISL G and ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins and Cummins Westport will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on March 12, 2014. Customers may contact Mack at 1-336-393-2000 or Cummins Inc. at 1-800-343-7357. Mack's number for this recall is SC0377." -03/24/2014,14V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V139000),Volvo Trucks North America,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,RVXX1401,Vehicle,426,"Volvo Trucks North America (Volvo) is recalling certain model year 2013-2015 VNL trucks, and 2013-2014 VNM trucks equipped with certain Cummins Westport Model ISL G and ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may contact Volvo at 1-800-528-6586. Volvo's number for this recall is RVXX1401." -03/24/2014,14V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V090000),"Porsche Cars North America, Inc.",Potential for Engine Crankcase Damage/Fire,ENGINE AND ENGINE COOLING,AE01,Vehicle,209,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2014 911 GT3 vehicles manufactured October 19, 2013, through January 16, 2014. In the affected vehicles, a piston connecting rod may come loose and damage the engine crankcase.",A damaged crankcase may allow engine oil to leak onto hot components in the engine bay which may result in a fire.,"Porsche will notify owners, and dealers will install a new engine with improved piston connecting rod connections, free of charge. The recall began on June 6, 2014. Owners may contact Porsche at 1-800-545-8039. Porsche's number for this recall is AE01. Note: Owners are advised not to drive their vehicles until the engine has been replaced." -03/24/2014,14V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V140000),"Forest River, Inc.",Slide Room Actuator Bracket may Contact Tire,EQUIPMENT,NR (Not Reported),Vehicle,94,"Forest River, Inc. (Forest River) is recalling certain model year 2014 Crusader fifth wheel trailers, model CSF315RST, manufactured September 26, 2013, through March 3, 2014. In the affected trailers, the slide room actuator bracket may come into contact with the tire under certain road conditions.","If the bracket comes in contact with the tire, sudden tire failure may result, increasing the risk of a crash.","Forest River will notify owners, and dealers will install a replacement bracket that will adequately clear the tire, free of charge. The recall began on April 17, 2014. Owners may contact Forest River at 1-574-862-3001." -03/21/2014,14V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V136000),Keystone RV Company,Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,14-204,Vehicle,1957,"Keystone RV Company (Keystone) is recalling certain model year 2013-2014 Montana, 2014 Alpine, Big Sky, and Fuzion, and 2014 Dutchmen Infinity and Voltage fifth wheel trailers equipped with Frigidaire KG series microwaves, models CFMV152CLB and CFMV154CLS, manufactured January 27, 2013, through April 10, 2013, in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Keystone will notify owners, and dealers will repair the membrane/keypad component, free of charge. The recall began on April 30, 2014. Owners may contact Keystone Customer Service by calling 1-866-425-4369. Keystone's number for this recall is 14-204." -03/20/2014,14V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V134000),Crossroads RV,Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,NR (Not Reported),Vehicle,298,"Crossroads RV is recalling certain model year 2014 Redwood and Rushmore trailers manufactured between March 8, 2013, and February 27, 2014, equipped with certain Frigidaire KG-series microwaves, models CFMV152CLB and CFMV154CLS, manufactured January 27, 2013, through April 10, 2013, in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Crossroads RV will notified owners, and dealers will repair the membrane/keypad component, free of charge. The recall began in May 2014. Owners may contact Crossroads at 1-855-226-7496." -03/19/2014,14V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V129000),"Nissan North America, Inc.",Certification Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,468,"Nissan North America, Inc. (Nissan) is recalling certain model year 2014 Infiniti QX80 vehicles manufactured December 2, 2013, through January 27, 2014, and equipped with 20 inch wheels. In the affected vehicles, the Certification label incorrectly lists the Gross Axle Weight Rating (GAWR) as 4,497 lb instead of the correct 4,343 lb. As such, the vehicles do not comply with Part 567 ""Certification Regulation.""",An incorrect GAWR listing may result in the vehicle being overloaded which may increase the risk of a crash.,"Nissan will notify owners, and will mail owners a corrected Certification label, free of charge. The recall began on April 21, 2014. Owners may contact Infiniti at 1-800-662-6200." -03/19/2014,14V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V135000),"McNeilus Truck & Manufacturing, Inc.",Extension Chutes may Fall from Vehicle,EQUIPMENT,41-0967369,Vehicle,213,"McNeilus Truck & Manufacturing, Inc. (McNeilus) is recalling certain model year 2013-2014 McNeilus Concrete Standard and Bridgemaster V concrete mixers, manufactured October 25, 2013, through February 14, 2014, and equipped with the optional vertical chute rack design. The subject vehicles have extension chutes that can unexpectedly fall out of the rack.","An extension chute that falls from the rack may create a road hazard, increasing the risk of a crash.","McNeilus will notify owners, and dealers will replace the vertical chute rack with a new design, free of charge. Owners may contact Mcneilus at 1-507-374-6321. McNeilus' number for this recall is 41-0967369." -03/19/2014,14V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V130000),"Autocar Industries, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,M-1404,Vehicle,7,"Autocar Industries, LLC, (Autocar) is recalling certain model year 2014 Xpert trucks manufactured November 7, 2013, through January 13, 2014, and equipped with certain Cummins Westport Model ISL G or ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may contact Autocar at 1-765-489-5499 or Cummins Inc. at 1-800-343-7357. Autocar's number for this recall is M-1404." -03/19/2014,14V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V131000),"Autocar Industries, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,T-1403,Vehicle,11,"Autocar Industries, LLC (Autocar) is recalling certain model year 2010-2014 Xspotter vehicles manufactured November 23, 2009, through October 21, 2013, and equipped with Cummins Westport Model ISL G and ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may contact Autocar at 1-765-489-5499 or Cummins Inc. at 1-800-343-7357. Autocar's number for this recall is T-1403." -03/19/2014,14V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V132000),"Autocar, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,A-1402,Vehicle,4192,"Autocar, LLC (Autocar) is recalling certain model year 2008-2014 ACX, WX, and WXLL vehicles manufactured July 30, 2007, through February 10, 2014, and equipped with certain Cummins Westport Model ISL G or ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may contact Autocar at 1-765-489-5499 or Cummins Inc. at 1-800-343-7357. Autocar's number for this recall is A-1402." -03/19/2014,14V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V133000),"Autocar Industries, LLC",Seat Belt Mounting Bolt Torque/FMVSS 209,SEAT BELTS,M-1401,Vehicle,207,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012-2014 Xpert vehicles manufactured July 11, 2011, through March 5, 2014. The bolts used to anchor the seat belts may be insufficiently tight to withstand the forces experienced in certain crashes. As such, these vehicles do not conform to Federal Motor Vehicles Safety Standard (FMVSS) number 209, ""Seat Belt Assemblies.""","If the seat belt does not properly restrain the seat occupant, there is an increased risk of injury in the event of a crash.","Autocar will notify owners, and dealers will tighten the seat belt mounting bolts, free of charge. The recall is began in June 2014. Owners may contact Autocar at 1-765-489-5499. Autocar's number for this recall is M-1401." -03/18/2014,14V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V127000),Thor Motor Coach,Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,RC000088,Vehicle,241,"Thor Motor Coach (Thor) is recalling certain model year 2013-2014 Challenger and Tuscany recreational vehicles, and 2014 Tuscany XTE and Palazzo recreational vehicles manufactured March 8, 2013, through August 8, 2013, and equipped with certain Frigidaire KG-series microwave models CFMV152CLB and CFMV154CLS manufactured January 27, 2013, through April 10, 2013 in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Thor will notify owners, and dealers will repair the membrane/keypad component, free of charge. The recall began on May 12, 2014. Owners may contact Thor Motor Coach at 1-877-500-1020. Thor's number for this recall is RC000088. Note: Until the microwave has been repaired, owners should not store anything in the microwave while it is unattended." -03/18/2014,14V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V128000),"Heartland Recreational Vehicles, LLC",Microwave May Start On Its Own And Cause A Fire,EQUIPMENT,99-01-17,Vehicle,417,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2013 Bighorn Silverado, 2014 Bighorn and 2013-2014 Cyclone, and Landmark fifth wheel trailers equipped with certain Frigidaire KG-series microwaves, models CFMV152CLB and CFMV154CLS, manufactured January 27, 2013, through April 10, 2013 in the serial number range KG30607951 through KG31600670. In the affected vehicles, the microwave may start on its own and begin heating when unattended.","If the microwave starts on its own and there are contents inside, a fire could result.","Heartland will notify owners and dealers will repair the membrane/keypad component, free of charge. The recall began in May 2014. Owners may contact Heartland at 1-877-262-8032. Heartland's number for this recall is 99-01-17. Note: Until the microwave has been repaired, owners should not store anything in the microwave while it is unattended." -03/17/2014,14V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V116000),"General Motors, LLC",Brake Booster Pump Relay Connector Corrosion,"SERVICE BRAKES, HYDRAULIC",14062,Vehicle,63903,"General Motors LLC (GM) is recalling certain model year 2013-2014 Cadillac XTS vehicles manufactured February 14, 2012, through March 7, 2014. In the affected vehicles, a cavity plug on the brake booster pump connector may dislodge allowing corrosion of the brake booster pump relay connector.","The corrosion of the brake booster pump relay connector may cause a resistive short and melt the connector, increasing the risk of a fire.","GM will notify owners, and dealers will apply sealant to the connector cavity plugs, re-route the vacuum pump vent hose and replace the front body wiring harnesses as needed, free of charge. The recall began on April 7, 2014. Owners may contact Cadillac at 1-866-982-2339. GM's number for this recall is 14062." -03/17/2014,14V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V117000),"General Motors, LLC",Head Impact/FMVSS 201,AIR BAGS,14082,Vehicle,303013,"General Motors LLC (GM) is recalling certain model year 2009-2014 Chevrolet Express and GMC Savana vans manufactured January 27, 2009, through March 7, 2014 with a gross vehicle weight rating of 10,000 pounds and less and equipped with front passenger air bags. In the affected vehicles, during a frontal impact below the air bag deployment threshold, if an unbelted front passenger's head hits the instrument panel above where the passenger air bag is located, the panel may not sufficiently absorb the impact. As such, these vehicles fail to meet the requirements of Federal Motor Vehicle Safety Standard number 201, ""Occupant Protection in Interior Impact.""","In the event of a crash below the air bag deployment threshold, an unbelted front passenger seat occupant has an increased risk of injury.","GM will notify owners, and dealers will modify the passenger instrument panel free of charge. Notices to the owners of the heavy duty vans were mailed on April 28, 2014. The recall began on May 19, 2014. Chevrolet owners may call 1-800-630-2438. GMC owners may call 1-866-996-9463. GM's number for this recall is 14082." -03/17/2014,14V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V125000),"Volkswagen Group of America, Inc.",Loss Of Low Beam Headlight,EXTERIOR LIGHTING,94G8/7V,Vehicle,150201,"Volkswagen Group of America (Volkswagen) is recalling certain model year 2012-2013 Passat vehicles manufactured January 2011 through November 2012. In the affected vehicles, the low beam headlight bulb may become loose and lose electrical contact.",A loss of low beam headlights may reduce the driver's visibility and increase the risk of a crash.,"Volkswagen notified owners, and dealers will replace the bulb holder, free of charge. The recall began in May 2014. Owners may contact Volkswagen at 1-800-822-8987. Volkswagens recall number associated with this campaign is 94G8/7V." -03/17/2014,14V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V118000),"General Motors, LLC",Side Impact Air Bags Wiring Connections,AIR BAGS,14030,Vehicle,1176407,"General Motors LLC (GM) is recalling certain model year 2008-2013 Buick Enclave and GMC Acadia and 2009-2013 Chevrolet Traverse and 2008-2010 Saturn Outlook vehicles. In the affected vehicles, increased resistance in the driver and passenger seat mounted side impact air bag (SIAB) wiring harnesses may result in the SIAB and seat belt pretensioners not deploying in the event of a crash.",Failure of the side impact air bags and seat belt pretensioners to deploy in a crash increase the risk of injury to the driver and front seat occupant.,"GM will notify owners, and dealers will replace the affected harness connections with soldered connections, free of charge. The recall began on June 16, 2014. Buick owners may contact the owner center at 1-800-521-7300, Chevrolet owners at 1-866-694-6546, Saturn at 1-800-553-6000, and GMC owners at 1-866-996-9463. GM's number for this recall is 14030. Note: Vehicles repaired as part of Customer Satisfaction Campaign 10085 and special coverage 10335 have already had the subject condition repaired and therefore are not included in the safety recall." -03/14/2014,14V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V112000),Honda (American Honda Motor Co.),Fuel Pump Cover may Crack and Leak Fuel,"FUEL SYSTEM, GASOLINE","JD9, JE0",Vehicle,886815,"American Honda Motor Co., Inc. (Honda) is recalling certain 2005-2010 Honda Odyssey vehicles manufactured June 23, 2004, through September 4, 2010. In the affected vehicles, the fuel pump strainer cover may deteriorate allowing fuel to leak out.",A fuel leak increases the risk of a fire.,"Parts to permanently repair the affected vehicles are not currently available. Honda will notify owners with an interim letter during May 2014. A second notice was mailed to owners October 6, 2014 when the remedy became available. Any vehicles that are currently leaking from the fuel pump cover will get a replacement, original cover. All vehicles, including those receiving the interim repair, will get an improved cover when they are available. Owners may contact Honda at 1-800-999-1009. The recall numbers associated with this campaign are JD9 (inspection and/or preliminary part replacement) and JE0 (final parts replacement)." -03/14/2014,14V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V124000),Crane Carrier Company,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,561,"Crane Carrier Company (Crane) is recalling certain model year 2008-2014 LET2, COE, LDT2, and LE2 refuse vehicles manufactured April 16, 2008, through February 28, 2014, and equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The manufacturer has not yet provided a notification schedule. Customers may contact contact Crane at 1-918-832-7305 or Cummins Inc. at 1-800-343-7357." -03/14/2014,14V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V123000),"Jaguar Land Rover North America, LLC",Missing Certification Label/FMVSS 567,EQUIPMENT,J039,Vehicle,3,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013 XF and XJ vehicles manufactured March 26, 2013, through April 10, 2013. In these vehicles, the certification label that is intended to specify the required Gross Vehicle Weight Rating (GVWR), Gross Axle Weight Rating (GAWR) front, Gross Axle Weight Rating (GAWR) rear, the manufacture date and country of manufacture is absent. Thus, the vehicles do not conform to Part 567, ""Certification.""",If the certification label does not specify all the necessary information or the vehicle weight range could result in the vehicle being overloaded and increase the risk of a crash.,"Jaguar will notify owners and dealers will re-acquire and will provide a replacement vehicle or a full refund of the purchase, free of charge. Owners may contact Jaguar at 1-855-524-8278. Jaguar's number associated with this recall is J039." -03/13/2014,14V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V122000),Terex Aerial Work Platforms,Welding Cracks may cause Aerial Platform Failure,STRUCTURE,NR (Not Reported),Vehicle,10,Terex Aerial Work Platforms (Terex) is recalling certain model year 2014 TZ-50 trailer-mounted aerial work platforms. A process change in welding of the tubes may result in a crack in one of the welds on the extendable boom section. This could cause failure of the welds in that section.,"If the welding of the tubes crack, the aerial platform may fall, increasing the risk of injury to the individual on the platform or people around it.","Terex has notified owners, and dealers will replace the boom sections, free of charge. The recall began on March 14, 2014. Owners may contact Terex at 1-800-536-1800." -03/12/2014,14V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V119000),Zero Motorcycles Inc.,Rear Wheel may Lockup,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,94,"Zero Motorcycles, Inc. (Zero) is recalling certain model year 2014 Zero SR motorcycles manufactured December 30, 2013, through February 20, 2014, 2014 Zero S motorcycles manufactured December 26, 2013, through February 18, 2014, Zero DS motorcycles manufactured January 24, 2013, through February 4, 2014, and 2014 Zero FX motorcycles manufactured January 14, 2014, through January 27, 2014. Due to a possible manufacturing defect, the motor rotor may contact the stator while riding.","If the rotor contacts the stator, the motor could seize, locking up the rear wheel which could increase the risk of a crash.","Zero will notify owners, and dealers will test the motor and if it fails testing, replace it, free of charge. The recall began in April 11, 2014. Owners may contact Zero at 1-888-786-9316 (1-888-RUN-ZERO)." -03/12/2014,14V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V115000),Triple E Recreational Vehicles,Spare Tire Obstructs Visibility Of Taillight,EQUIPMENT,CA#7841-1,Vehicle,27,"Triple E Recreational Vehicles (Triple E RV) is recalling certain model year 2014 Free Spirit FS22, FS22SS, and FS22TE motorhomes manufactured September 2013 through March 2014. In the affected vehicles, the spare tire carrier and spare tire cover obstructs the visibility of the driver's side taillight.","If the driver's side taillight is obstructed, drivers behind the vehicle may not see the motorhome's intention to turn left, increasing the risk of a crash.","Triple E RV will notify owners, and dealers will replace the old tire carrier with a newly designed one, free of charge. The recallbegan on April 9, 2014. Owners may contact Triple E RV at 1-877-992-9906. Triple E RV's number associated with this recall is CA#7841-1." -03/12/2014,14V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V120000),Keystone RV Company,Wheel Bearings may have Insufficient Lubrication,SUSPENSION,14-202,Vehicle,708,"Keystone RV Company (Keystone) is recalling certain model year 2014 Cougar, Springdale, Hideout, Passport, and Bullet fifth wheels and travel trailers manufactured January 13, 2014, through February 12,2014. In the affected vehicles, the inner wheel bearings on the axle may have insufficient lubrication.","With an insufficient amount of lubrication, the wheel bearing and hub may become overheated and the wheel may seize or separate from the vehicle, increasing the risk of a crash.","Keystone will notify owners, and dealers will inspect the axle hubs and bearings for the proper lubrication. Any damaged bearings will be replaced. These repirs will be performed, free of charge. The recall began on April 7, 2014. Owners may contact Keystone at 1-866-425-4369. Keystone's number associated with this recall is 14-202." -03/11/2014,14V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V113000),Great Dane Trailers,Brackets for Cargo Restraint Plates may Fail,STRUCTURE,NR (Not Reported),Vehicle,1008,"Great Dane Trailers (Great Dane) is recalling certain model year 2013-2015 flatbed trailers. In the affected trailers, the brackets used to store aluminum J-hook cargo restraint plates may break and allowing the cargo restraint plates that are stored on the bracket to fall from the trailer.","If the bracket breaks, the falling restraint plates may become a road hazard for drivers of other vehicles, increasing the risk of a crash.","Great Dane will notify owners, and dealers will replace the defective brackets with a newly designed bracket, free of charge. The recall began on April 17, 2014. Owners may contact Great Dane at 1-800-633-4176." -03/11/2014,14V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V110000),Blue Bird Body Company,Joint Separation/FMVSS 221,STRUCTURE,R14XC,Vehicle,526,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2014 Vision and All American school buses manufactured January 21, 2013, through February 28, 2013. In the affected vehicles, the joint between the rear wheelhousing and body gusset panel may have partially separated during manufacturing. Thus, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 221, ""School Bus Body Joint Strength.""",A joint separation between the rear wheelhousing and body gusset panel may increase the risk the injury to bus occupants in the event of a crash.,"Blue Bird will notify owners, and dealers will inspect the joint connections and install a two part adhesive and mechanical fasteners, as necessary, free of charge. The recall began on April 24, 2014. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R14XC." -03/11/2014,14V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V114000),Mazda North American Operations,Spiders may Block Fuel Tank Vent Line,"FUEL SYSTEM, GASOLINE",7214C,Vehicle,42000,"Mazda North America Operations (Mazda) is recalling certain model year 2010-2012 Mazda6 vehicles manufactured September 14, 2009, through May 2, 2011, and equipped with 2.5L engine. In the affected vehicles, spiders may weave a web in the evaporative canister vent hose, blocking it and causing the fuel tank to have an excessive amount of negative pressure.","Negative pressure could cause the fuel tank to crack resulting in a fuel leak, increasing the risk of a fire.","Mazda will notify owners, and dealers will reprogram the powertrain control module and inspect and clean the canister vent line. If a web was found in the line, the fuel tank and check valve on canister vent line will be replaced. These repairs will be done free of charge. The recall began on April 30, 2014. Owners may contact Mazda at 1-800-222-5500. Mazda's recall number associated with this campaign is 7214C." -03/11/2014,14V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V121000),"Winnebago Industries, Inc.",Stuck Pedal with Wide Open Throttle,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,198,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2014-2015 Travato, 2014 Trend, and 2014 Itasca Viva! motorhomes manufactured November 13, 2013, through February 11, 2014, and built on the Ram ProMaster chassis. In the affected vehicles, if the accelerator pedal is pushed downward at a certain angle, the pedal may get stuck in the wide open throttle position due to interference with the accelerator pedal stopper.","A stuck accelerator pedal can result in uncontrolled acceleration, increasing the risk of a crash.","Chrysler has notified owners, and dealers will replace the accelerator pedal stopper with a larger one, free of charge. The recall began on March 27, 2014. Owners may contact Winnebago at 1-800-537-1885." -03/10/2014,14V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V102000),Starcraft Bus,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,281,"Starcraft Bus is recalling certain model year 2009 and 2010 Prodigy and Quest school buses manufactured August 20, 2009, through March 30, 2010, and equipped with A & M Systems-brand door actuators. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Starcraft Bus will notify owners and dealers will replace the affected circuit boards, free of charge. The recall began on March 20, 2014. Owners may contact Starcraft Bus at 1-800-348-7440." -03/10/2014,14V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V109000),Honda (American Honda Motor Co.),Tire Bead Damage,TIRES,JD8,Vehicle,9816,"American Honda Motor Co., Inc. (Honda) is recalling certain model year 2014 Honda Civic LX vehicles manufactured November 26, 2013, through January 21, 2014. In the affected vehicles, during mounting of the tires, the tire bead may have gotten pinched between the assembly equipment and the steel wheel rims, resulting in damage to the tire.","The tire damage could cause the tire to lose air, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect and replace any damaged tire, free of charge. The recall began on April 15, 2014. Owners may contact Honda at 1-800-999-1009. Honda's number for this recall is JD8." -03/07/2014,14V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V111000),"Contract Manufacturer, LLC",Hydraulic Brake Actuators,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"Contract Manufacturer, LLC (CM Trailers) is recalling certain model year 2012 Cargo Van and Revolution trailers equipped with certain Hydrastar and Hydrastar XL trailer brake actuators produced from October 5, 2011, through December 9, 2011. One of the rotating components in the hydraulic pump missed a heat treat operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.","CM Trailers will notify owners, and dealers will replace the hydraulic pumps, free of charge. The recall began on March 21, 2014. Owners may contact CM Trailers at 1-888-268-7577." -03/07/2014,14V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V108000),"Eldorado National- California, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,561,"Eldorado National-California, Inc. (Eldorado) is recalling certain model year 2007-2014 Axess transit buses, 2008-2014 E-Z Rider II transit buses, and 2008-2012 XHF transit buses, equipped with certain Cummins Westport Model ISL G or ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may also contact Eldorado National-California, Inc. at 1-909-591-9557 or Cummins at 1-800-343-7357." -03/07/2014,14V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V107000),"Navistar, Inc.",Incorrect Axle Shafts may cause Spline Failure,POWER TRAIN,14506,Vehicle,124,"Navistar, Inc. is recalling certain model year 2014 International Prostar trucks manufactured September 2013 through December 2013, and equipped with feature code 14GXP 6X2 rear axles with 'R' hubs and Dual Track rear axles. In the affected vehicles, axle shafts of an incorrect length may have been installed which can cause the splines on the axles shafts to be only partially engaged into the side gears of the rear axle differential.","The partial engagement could cause the axle shaft splines or side gears to fail which may result in loss of power to the drive wheels causing the vehicle to stall on the roadway, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the incorrect wheel hubs and axle shafts with the correct ones and replace any damaged side gears, free of charge. The recall began on March 18, 2014. Owners may contact Navistar at 1-800-448-7825. Navistar's number associated with this recall is 14506." -03/07/2014,14E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E007000),The Gates Corporation,Water Pump may cause Failure of Timing Belt,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,50,"The Gates Corporation (Gates) is recalling certain aftermarket Tru-Flow Water Pumps, part number TFW 41127, sold at certain NAPA Auto Parts and/or installed by automotive service technicians after November 1, 2013 (and manufactured August 2013 through October 2013) that have a black-colored pulley/sprocket or do not have 'US9377' stamped on the water pump housing. These service replacement parts were sold for use in model year 1999-2005 Audi A4, 2000-2006 Audi TT, 1998-2005 Volkswagen Beetle, 1999-2006 Golf, 1999-2008 and 2011-2013 Volkswagen Jetta, and 2000-2005 Volkswagen Passat. In the affected water pumps, the pulley or sprocket that turns the timing belt may develop microfractures causing the timing belt to fail.","A failure of the timing belt may cause the engine to shut down, potentially increasing the risk of a vehicle crash.","Gates will notify owners, and dealers will replace the water pump, free of charge. The recall began during May 2014. Owners may contact The Gates Corporation at 1-303-744-1911." -03/05/2014,14V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V106000),Daimler Buses North America,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,455,Daimler Buses North America (DBNA) is recalling certain model year 2007-2012 Orion VII transit buses manufactured January 2007 through October 2012 equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.,"The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Owners may contact DBNA at 1-905-403-7807 or Cummins Inc. at 1-800-343-7357. Cummins' number for this recall is C1462 (for ISL G engines) or C1461 (for ISX12 G) engines." -03/05/2014,14E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E006000),WABCO USA LLC,Trailer Spring Brake Control Valves,PARKING BRAKE,NR (Not Reported),Equipment,34,Meritor Wabco Vehicle Control Systems (Meritor Wabco) is recalling certain trailer spring brake control valves sold as replacement parts with dates codes ending in 0113 through 1113. The affected spring brake control valves (SBCV) have an intake/exhaust valve which may come apart and prevent the parking brake from engaging.,"If the trailer parking brakes do not engage, an unattached trailer could unexpectedly roll away, increasing the risk of a crash or injury to those nearby.","Meritor Wabco will notify owners, and dealers will replace the spring brake control valves, free of charge. The recall began in April 7, 2014. Owners may contact Meritor Wabco at 1-248-435-8001." -03/04/2014,14V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V095000),Prevost Car (US) Inc.,Battery Cable Crimps,ELECTRICAL SYSTEM,SR14-10,Vehicle,59,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2013-2014 H3-45 VIP coaches and model year 2014 H3-45 and H3-41 coaches manufactured with KALAS-brand battery cables. In the affected vehicles, the insulation at the crimped terminal ends may not have been stripped back on the power cable to the engine electronic control unit.","If the power cable loses connection to the engine electronic control unit, the engine may shut down, increasing the risk of a crash.","Prevost will notify owners, and dealers will inspect and replace the battery cables, as necessary, free of charge. The recall began on April 23, 2014. Owners may contact Prevost at 1-877-773-8678. Prevost's number associated with this recall is SR14-10." -03/04/2014,14E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E005000),Tucker Rocky Distribution,Cyber U-72 Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,996,"Tucker Rocky Distribution is recalling certain Cyber U-72 size large motorcyle helmets manufactured in June 2012. The affected helmets fail to conform to the impact requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","In wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Tucker Rocky will will attempt to notify owners via signs in dealerships and media outlets since they have no record of the owners. Tucker Rocky will replace the affected helmets, free of charge. The recall began on April 25, 2014. Owners may contact Tucker Rocky at 1-817-258-9018." -03/04/2014,14V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V103000),"Chrysler (FCA US, LLC)",Delay or Inability to Select Transmission Gears,POWER TRAIN,P06,Vehicle,18100,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Fiat 500L vehicles manufactured April 5, 2013, through January 22, 2014. In certain temperatures, moving the transmission shift lever may have a delayed effect or no effect on selecting a transmission gear.","If there is no effect, the vehicle might not shift out of the Park position. If there is a delayed effect, the vehicle may move in an unintended or unexpected direction, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the shifter module or update the shifter software, as necessary, free of charge. The recall began on March 31, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's number associated with this recall is P06." -03/04/2014,14V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V096000),Prevost Car (US) Inc.,Fire Suspression System may Fail,EQUIPMENT,SR14-16,Vehicle,9,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2011-2012 XLII and X3 shell converted coaches manufactured with an Automatic Fire Suppression System (AFSS) pressure tank in the engine compartment. In the affected vehicles, due to engine compartment temperatures, the AFSS pressure relief tank may discharge its fire extinguishing agent.","If the AFSS tank discharges and there is a vehicle fire, the Automatic Fire Suppression System will be unavailable to assist in extinguishing the vehicle fire, increasing the risk of injury.","Prevost will notify owners, and dealers will relocate the pressure relief tank, free of charge. The recall began on April 12, 2014. Owners may contract Prevost at 1-877-773-8678. Prevost's number associated with this recall is SR14-16." -03/04/2014,14V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V104000),"Chrysler (FCA US, LLC)",Hard Brake Pedal may Lengthen Stopping Distance,"SERVICE BRAKES, HYDRAULIC",P05,Vehicle,18780,"Chrysler Group LLC (Chrysler) is recalling certain model year 2012-2013 Dodge Durango and Jeep Grand Cherokee vehicles manufactured October 11, 2011, through October 1, 2012. Under certain braking events, the Ready Alert Braking System (RAB) may result in the driver experiencing a hard brake pedal feel.","If the driver experiences a hard brake pedal, the driver may not push the pedal as intended, lengthening the distance needed to stop the vehicle and increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the ABS module software, free of charge. The recall began on April 3, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's number associated with this recall is P05." -03/04/2014,14V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V087000),"New Flyer of America, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,R14-006,Vehicle,2139,"New Flyer Industries Canada ULC (New Flyer) is recalling certain model year 2009 C35LF and L40LFR, model year 2009-2012 C35LFR, model year 2008-2013 C40LF and C40LFR, model year 2013 XN35, model year 2011-2013 XN40 and model year 2012-2013 XN60 transit buses equipped with certain Cummins Westport Model ISL G engines. In the affected vehicles, condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","New Flyer will notify owners, and authorized Cummins Inc. and Cummins Wesport Inc. facilities will upload a new ECM calibration, free of charge. The recall began on March 21, 2014. Customers may contact New Flyer at 1-204-934-4876 or Cummins Inc. at 1-800-343-7357. New Flyer's number associated with this recall is R14-006." -03/04/2014,14V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V100000),"Chrysler (FCA US, LLC)",Incorrect Certification Label/FMVSS 567,EQUIPMENT,P07,Vehicle,195,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram 5500 trucks manufactured August 14, 2013, through January 7, 2014. The certification label has the incorrect Gross Vehicle Weight Rating (GVWR). Thus, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 567 ""Certification Regulations.""","If the Certification Label has the incorrect Gross Vehicle Weight Rating (GVWR), the operator may overload the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace all existing certification labels with corrected certification labels, free of charge. The recall began on April 10, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's number associated with this recall is P07." -03/04/2014,14V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V101000),"Chrysler (FCA US, LLC)",Loss Of Low Beam Headlights,EXTERIOR LIGHTING,P08,Vehicle,43431,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2012 Dodge Charger vehicles manufactured May 20, 2010, through November 8, 2011, and equipped with halogen headlamps. In the affected vehicles, a sub-harness for the headlights may overheat and cause the low beam headlights to go out.","Loss of headlights reduces the driver's visibility, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the headlamp jumper harnesses and bulbs, or the headlamp assemblies, as necessary, free of charge. The recall began on May 2, 2014. Owners may contract Chrysler at 1-800-853-1403. Chrysler's number associated with this recall is P08. This recall concerns non-police vehicles. A separate campaign was launched in 2012 to address police vehicles. See NHTSA recall 12V-042." -03/04/2014,14V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V098000),Newmar Corporation,Microwave May Start On It's Own And Cause A Fire,EQUIPMENT,NR (Not Reported),Vehicle,599,"Newmar Corporation (Newmar) is recalling certain model year 2013-2014 Bay Star Sport, Bay Star, Canyon Star, Ventana LE, Ventana, Dutch Star, Mountain Aire, and Essex recreational vehicles manufactured February 18, 2013, through November 15, 2013, and equipped with Frigidaire KG series microwaves. In the affected vehicles, the microwave may start on its own.","If the microwave starts on its own and there are contents inside, a fire could result.","Newmar will notify owners and dealers. The recall began on April 17, 2014. Owners may contact Newmar at 1-800-731-8300." -03/04/2014,14V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V097000),Landi Renzo USA,Side Arm Bracket Failure On CNG Cylinder,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,343,"Landi Renzo USA is recalling certain model year 2011-2014 Ford E-150, E-250, and E-350 vehicles modified January 2, 2011, through February 24, 2014 to operate on compressed natural gas (CNG). In the affected vehicles, the left and right rear brackets that support the rear CNG cylinder may fail, allowing the cylinder to dislodge from the vehicle.","If the cylinder dislodges, a CNG leak may result, increasing the risk of a fire.","Landi Renzo USA will notify owners, and dealers will inspect and replace the side arm brackets, as necessary, free of charge. The recall began on March 27, 2014. Owners may contact Landi Renzo USA at 1-855-526-3400." -03/04/2014,14V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V091000),Volvo Bus Corporation,Sliding Seat Locking Mechanism,SEATS,SR14-82,Vehicle,121,"Volvo Bus Corporation (Volvo) is recalling certain model year 2009-2014 9700 coaches equipped with a wheelchair lift. In the affected vehicles,the sliding seats, which can be moved to make room for wheelchair passengers, have lock down handles which can be forced to latch in an incorrect location. Locking the seats incorrectly may cause damage to the handle and allow the seat to not latch properly.","If the sliding seat is not locked in place, the seat may move forward and backwards on the track, increasing the risk of injury to the seat passenger if the coach is involved in a crash.","Volvo will notify owners, and dealers will install plates along the sliding seat rail to show correct locking positions and provide an addendum to the operator's manual. The recall began on April 28, 2014. Owners may contact Volvo at 1-800-528-6586. Volvo's number associated with this recall is SR14-82." -02/28/2014,14V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V085000),Motor Coach Industries,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,405,Vehicle,96,"Motor Coach Industries, Inc. (MCI) is recalling certain model year 2011-2012 D4000 motorcoaches manufactured March 2011 through July 2012 and equipped with certain Cummins Westport model ISL G. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","MCI will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recallbegan on April 16, 2014. Customers may contact MCI at 1-847-285-2090 or Cummins Inc. at 1-800-343-7357. MCI's number associated with this campaign is 405." -02/27/2014,14V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V083000),Blue Bird Body Company,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,R14XB,Vehicle,695,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2009-2015 All American rear engine school buses manufactured from December 8, 2008, through November 15, 2013, and equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins and Cummins Westport will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Customers may contact Blue Bird at 1-478-822-2242 or Cummins Inc. at 1-800-343-7357. Blue Bird's number for this recall is R14XB." -02/27/2014,14V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V084000),"Gillig, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,643,"Gillig LLC is recalling certain model year 2010-2014 Lowfloor transit buses manufactured August 26, 2010, through February 14, 2014, and equipped with certain Cummins Westport model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and dealers will upload a new ECM calibration, free of charge. The recall began on March 20, 2014. Owners may contact Gillig LLC at 1-510-785-1500 or Cummins Inc. at 1-800-343-7357." -02/27/2014,14V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V077000),"Forest River, Inc.",Incorrect Certification Label/FMVSS 567,EQUIPMENT,NR (Not Reported),Vehicle,49,"Forest River, Inc. is recalling certain model year 2014 Wildcat recreational vehicles manufactured October 25, 2013, through January 24, 2014. In the affected vehicles, the Federal Certification Tag incorrectly states that the gross vehicle weight rating (GVWR) is 15,500 pounds instead of the correct GVWR of 12,330 pounds. As such, the vehicle does not conform to Part 567, ""Certification.""","As a result, the trailer may be loaded beyond the specified weight rating which may cause a tire or suspension failure leading to poor vehicle handling and an increased risk of a crash.","Forest River will notify owners, and dealers will install a new certification label with the correct information. The recall began on April 9, 2014. Customers may contact Forest River Wildcat Customer Service and Warranty Department at 1-574-206-7600." -02/27/2014,14V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V093000),Northwest Custom Campers,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,10,Northwest Custom Campers (Northwest) is recalling certain model year 2006-2012 truck campers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.,"If the deadbolt jams, the interior side of the door lock may also jam. A person inside the camper at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Northwest will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Northwest Custom Campers at 1-406-885-3662 or Fastec at 1-800-837-2505." -02/25/2014,14V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V094000),"Rapiscan Systems, Inc.",Failure Of X-Ray Scanner Mounting Hardware,EQUIPMENT,NR (Not Reported),Vehicle,11,"Rapiscan Systems, Inc. (Rapiscan) is recalling certain model year 2011-2012 M60 mobile cargo and vehicle inspection systems. In the affected vehicles, due to overtightening, the mounting hardware for the structure that deploys and stows the x-ray scanner may fail, allowing the structure to separate from the vehicle.","If the structure detaches from the vehicle, it may become a road hazard, increasing the risk of a crash.","Rapiscan notified the owner of the affected vehicles on April 11, 2014 and will replace and correctly tighten the mounting hardware, free of charge. Owners may contact Rapiscan at 1-310-978-1457." -02/25/2014,14V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V081000),"NABI Bus, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,20141,Vehicle,269,"NABI Bus, LLC (NABI) is recalling certain 2013-2014 LFW and BRT city transit buses manufactured January 1, 2013, through February 20, 2014, and equipped with certain Cummins Westport Model ISL G. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will work with NABI and notify owners, and dealers will upload a new ECM calibration, free of charge. The recall began on April 21, 2014. Customers can contact NABI at 1-256-831-4926 or Cummins Inc. at 1-800-343-7357. NABI's recall number for this campaign is 20141." -02/25/2014,14V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V089000),"Jayco, Inc.",Incorrect Tires Size on Federal Labels/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,18,"Jayco, Inc. (Jayco) is recalling certain model year 2014 Jay Flight Swift travel trailers manufactured January 10, 2014, through January 13, 2014, and equipped with the Baja Option. The Federal Certification and Tire Labels have the tire size incorrectly listed as ST205/75R14C instead of LT235/75R15C. Thus, the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","If the consumer installs a tire on the trailer that is specified on the incorrect label, it may cause uneven wear on the tire and towing instability which could increase the risk of a crash.","Jayco will notify owners, and dealers will replace the incorrect Federal Certification and Tire Labels with new labels with the correct tire information as LT235/75R15C. The recall began on March 24, 2014. Customers may contact Jayco at 1-800-283-8267." -02/24/2014,14V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V073000),Prevost Car (US) Inc.,DC-DC Battery Converters-Possible Fire,ELECTRICAL SYSTEM,SR14-12,Vehicle,190,"Prevost Cars Inc. (Prevost) is recalling certain model year 2008-2010 X3-45 Coaches equipped with Sure Power-brand DC to DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Prevost will notify owners, and dealers will replace the converters, free of charge. The recall began on April 15, 2014. Owners may contact Prevost at 1-418-883-2888. Prevost's number for this recall is SR14-12." -02/21/2014,14V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V092000),"General Motors, LLC",Broken Transmission Adjuster Cable/FMVSS 102/114,POWER TRAIN,14048,Vehicle,355,"General Motors LLC (GM) is recalling certain model year 2014 Buick Regal, LaCrosse, Verano, and Enclave, and Chevrolet Impala, Malibu, Cruze, and Traverse, and GMC Acadia vehicles equipped with automatic transmissions. In the affected vehicles, the transmission shift cable adjuster may disengage from the transmission shift lever. As such, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect."" They also fail to conform to FMVSS number 114, ""Theft Protection and Rollaway Prevention.""","If a vehicle's shift cable disengages from the transmission shift lever, a driver may be unable to shift gear positions and the indicated shift position may not represent the gear position the vehicle is in. Should a disengagement occur while the vehicle is being driven, when the driver goes to stop and park the vehicle, the driver may be able to shift the lever to the ""PARK"" position, but the vehicle transmission may not be in the ""PARK"" gear position. If the vehicle is not in the ""PARK"" position there is a risk the vehicle will roll away as the driver and other occupants exit the vehicle or anytime thereafter. A vehicle rollaway increases the risk of injury to exiting occupants and bystanders.","General Motors will notify owners, and dealers will inspect and replace any affected transmission shift cable adjusters, free of charge. The recall began on April 10, 2014. Chevrolet owners may contact General Motors at 1-800-222-1020, Buick owners at 1-800-521-7300, and GMC owners at 1-800-462-8782. General Motors' number associated with this recall is 14048." -02/21/2014,14V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V088000),"Mack Trucks, Inc.",Exhaust Pipe may Disconnect from Muffler/Catalyst,ENGINE AND ENGINE COOLING,SC0376,Vehicle,958,"Mack Trucks, Inc. (Mack) is recalling certain model year 2010-2015 LEU vehicles manufactured May 14, 2009, through February 14, 2014, and equipped with a Cummins ISL engine. In the affected vehicles, the exhaust pipe may disconnect from the muffler/catalyst.","If the exhaust pipe separates from the muffler on a twin-steer configured vehicle where the vehicle is operated from the right side, the operator may be exposed to carbon monoxide levels which may cause personal injury.","Mack will notify owners. The recall began on April 21, 2014. The recall is expected to begin in late April 2014. Owners may contact Mack Trucks at 1-336-393-2000. Mack's number for this recall is SC0376." -02/21/2014,14V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V079000),"Daimler Trucks North America, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,FL-660,Vehicle,727,"Daimler Trucks North America LLC (Daimler) is recalling certain model year 2009-2015 Thomas Built Saf-T-Liner HDX school buses manufactured February 25, 2008, through February 11, 2014, equipped with Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The sensor malfunction could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins and Cummins Westport will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Customers may contact Daimler at 1-800-385-4357 or Cummins Inc. at 1-800-343-7357. Daimler's number for this recall is FL-660." -02/21/2014,14V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V080000),"Daimler Trucks North America, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,FL-660,Vehicle,3258,"Daimler Trucks North America LLC (Daimler) is recalling certain model year 2008-2015 Freightliner 114SD, Cascadia, M2 Business Class, Sterling LT8500, and Thomas Built Buses Saf-T-Liner HDX vehicles manufactured February 19, 2008, through February 11, 2014, and equipped with Cummins Westport Model ISL G and Cummins Westport Model ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The sensor malfunction could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins and Cummins Westport will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Customers may contact Daimler at 1-800-385-4357 or Cummins Inc. at 1-800-343-7357. Daimler's number for this recall is FL-660." -02/21/2014,14V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V082000),"Kalmar Solutions, LLC",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,15,"Kalmar Solutions, LLC (Kalmar) is recalling certain model year 2010, 2012, and 2013 Ottawa terminal tractors manufactured May 2010 through August 2013, and equipped with certain Cummins Westport Model ISL G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Wesport Inc. will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on March 18, 2014. Customers may contact Kalmar at 1-785-229-6341 or Cummins Inc. at 1-800-343-7357." -02/21/2014,14V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V078000),"Mack Trucks, Inc.",Water Leaks may Cause EPDM to Short-Circuit,ELECTRICAL SYSTEM,SC0375,Vehicle,70208,"Mack Trucks, Inc. (Mack) notified the agency on February 20, 2014, that they are recalling certain model year 2010-2012 CHU, CXU, GU and TD vehicles manufactured from June 16, 2009, through July 8, 2011. While continuing to research the scope of the issue, Mack expanded the recall on November 18, 2014 to include certain model year 2008-2009 and 2013-2014 CHU, CXU, GU and TD vehicles manufactured from June 16, 2009, through July 8, 2011. Having completed its investigation, Mack once again expanded the recall during February 2015 to include an additional 53,780 vehicles from model years 2007 and 2015. The recall now covers model year 2007-2015 includes CHU, CXU, GU and TD vehicles produced October 13, 2006, through October 3, 2014. In the affected vehicles, the Electronic Power Distribution Module (EPDM) may be contaminated from water leaks in, and around, the windshield. If exposed to water leaks, contaminants such as road salts may deposit on the EPDM.","Deposits of contaminants may result in the circuits being bridged, creating a high resistance short, increasing the risk of a fire.","Mack has notified owners, and dealers will inspect the EPDM. If contamination has occurred, dealers will replace the EPDM and address the leak, free of charge. Owners of model year 2010-2012 CHU, CXU, GU and TD vehicles were initially notified April 24, 2014. Owners affected by the recall expansions were notified in February 2015. Owners may contact Mack Trucks at 1-336-393-2000. Mack's number for this recall is SC0375." -02/20/2014,14V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V067000),E.D. Etnyre and Co.,Automatic Slack Adjuster,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,245,"E.D. Etnyre & Co. (Etnyre) is recalling certain model year 2012 asphalt tanker trailers, heavy haul trailers, and live bottom trailers manufactured November 2010, through April 2011, and equipped with Gunite Automatic Slack Adjusters. Due to incomplete ""knitting"" of the iron at the time of casting, inadequate structural integrity of the slack adjuster housing can occur, which could cause the housing to break at the handle under normal operating loads.",Slack adjusters with this flow notch could crack under normal braking conditions causing loss of braking which could result in a vehicle crash.,"Etnyre has notified owners and all defective slack adjusters were replaced, free of charge. The recall began in April 2011. Owners may contact Etnyre at 1-800-995-2116." -02/20/2014,14V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V064000),"Navistar, Inc.",Fracture Of The S-cam Bracket Assemblies,SERVICE BRAKES,14501,Vehicle,1196,"Navistar Inc., is recalling certain model year 2012-2013 International Lonestar, Paystar, Prostar, Workstar and 9900 trucks, equipped with feature code 0504501, 0504504, or 04EWM Reduced Stopping Distance (RSD) brake linings and with or without feature code 04WCS Greased For Life front air S-cam brakes. In the affected vehicles, the brake S-cam brackets may fracture.",S-cam bracket fractures may result in an inoperative brake on the affected wheel. This will cause the vehicle to pull to one side unexpectedly during braking and/or increase the stopping distance. Either result may increase the risk of a crash.,"Navistar will notify owners, and dealers will replace the S-cam brake assemblies with a brake assembly with cast spiders and S-cam tube bracket assemblies with reinforced gussets, free of charge. The recall began on March 27, 2014. Owners may contact Navistar at 1-331-332-1590. Navistar's number for this recall 14501. Note: This recall is an expansion of recall 13V231." -02/20/2014,14V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V068000),"Caterpillar, Inc.",Fracture Of The S-cam Bracket Assemblies,SERVICE BRAKES,NR (Not Reported),Vehicle,181,"Caterpillar Inc. (Caterpillar) is recalling certain model year 2012-2013 CT660 trucks manufactured August 2011 through August 2012, and equipped with feature code 0504501, 0504504, or 04EWM Reduced Stopping Distance (RSD) brake linings and with or without feature code 04WCS Greased For Life front air S-cam brakes. In the affected vehicles, the brake S-cam brackets may fracture.",S-cam bracket fractures may result in an inoperative brake on the affected wheel. This will cause the vehicle to pull to one side unexpectedly during braking and/or increase the stopping distance. Either result may increase the risk of a crash.,"Caterpillar will notify owners, and dealers will replace the S-cam brake assemblies with a brake assembly with cast spiders and S-cam tube bracket assemblies with reinforced gussets, free of charge. The recall began on April 11, 2014. Owners may contact Caterpillar at 1-888-614-4328." -02/20/2014,14V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V076000),Intercontinental Truck Body,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,32,"Intercontinental Truck Body (ITB) is recalling certain model year 2010-2013 Cube Vans manufactured May 28, 2010, through June 7, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the cube van at the time will then be locked in and be unable to exit the vehicle without using the pass through to the vehicle cab, increasing the risk of injury.","ITB will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began in May 2014. Owners may contact ITB at 1-800-327-3349 or Fastec at 1-800-837-2505." -02/20/2014,14V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V074000),"Daimler Trucks North America, LLC",Missing Floor Reinforcements for Seat Belts,SEAT BELTS,FL-659,Vehicle,570,"Daimler Trucks North America (Daimler) is recalling certain model year 2013-2015 Thomas Built Buses Minotour dual rear wheel school buses manufactured October 21, 2011, through January 16, 2014, and equipped with certain 3-passenger IMMI or S3C brand seats installed in the rear section of the bus. In the affected vehicles, the floor reinforcement channels that provide additional support for the seat mounting were omitted during manufacturing.","Without the floor reinforcement channels, in a crash, the floor may flex and the seat occupants may not be adequately restrained, increasing the risk of injury to the seat occupants.","Daimler will notify owners, and dealers will install the missing floor reinforcement channels, free of charge. The recall began on April 17, 2014. Owners may contact Daimler at 1-800-385-4537. Daimler's number for this recall is FL-659." -02/20/2014,14V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V075000),"Daimler Trucks North America, LLC",Missing Floor Reinforcements for Seat Belts,SEAT BELTS,FL-659,Vehicle,3,"Daimler Trucks North America (Daimler) is recalling certain model year 2013-2015 Thomas Built Buses Minotour dual rear wheel non-school buses manufactured October 21, 2011, through January 16, 2014, and equipped with certain 3-passenger IMMI or S3C brand seats installed in the rear section of the bus. In the affected vehicles, the floor reinforcement channels that provide additional support for the seat mounting were omitted during manufacturing.","Without the floor reinforcement channels, in a crash, the floor may flex and the seat occupants may not be adequately restrained, increasing the risk of injury to the seat occupants.","Daimler will notify owners, and dealers will install the missing floor reinforcement channels, free of charge. The recall began on April 17, 2014. Owners may contact Daimler at 1-800-385-4537. Daimler's number for this recall is FL-659." -02/19/2014,14V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V063000),"Navistar, Inc.",Emergency Vehicle may Shutdown,ELECTRICAL SYSTEM,14505,Vehicle,538,"Navistar, Inc. (Navistar) is recalling certain model year 2011-2014 International DuraStar Trucks and 2012-2014 International TerraStar trucks intended for emergency vehicle operations manufactured from February 25, 2010, through February 18, 2013, and equipped with 2010 MaxxForce 7 V8 diesel engines. In the affected vehicles, the Engine Warning Protection Shutdown (EWPS) was inadvertently re-enabled when the Engine Control Module (ECM) was recalibrated.","If the Engine Warning Protection System is enabled and certain engine faults occur, the emergency vehicle may shutdown (EWPS) hampering rescue operations and increasing the risk of injury.","Navistar will notify owners, and dealers will recalibrate the ECM software to ensure that the EWPS is disabled, free of charge. The recall began on March 12, 2014. Owners may contact Navistar at 1-331-332-5000. Navistar's recall number for this campaign is 14505." -02/19/2014,14V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V062000),"Navistar, Inc.",Steering Gear Mounting Bolts,STEERING,14502,Vehicle,148,"Navistar, Inc. (Navistar) is recalling certain model year 2014 and 2015 International Durastar trucks manufactured January 11, 2014, through January 23, 2014, and equipped with steering feature codes 05PRG, 05PRR, 05PRU, 05PRV or 05PSM. The bolts used to mount the steering gear to the frame may fail, resulting in either looseness of steering or the loss of steering.","A reduction in, or loss of, steering increases the risk of a crash.","Navistar has notified owners, and dealers will inspect and replace the bolts as necessary, free of charge. The recall began on February 19, 2014. Owners may contact Navistar at 1-331-332-5000. Navistar's number for this campaign is 14502." -02/19/2014,14V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V065000),"BMW of North America, LLC",Water in Side-Stand Switch may Disable Engine,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4453,"BMW of North America, LLC (BMW) is recalling certain model year 2013 C 600 Sport, C 650 GT, F 700 GS, F 800 GS, F 800 GS Adventure, F 800 GT, R 1200 R and R1200 GS motorcycles. Water may enter the side-stand switch preventing the motorcycle from starting or potentially shutting off the motorcycle while it is being ridden.",An unexpected shutdown increases the risk of a crash.,"BMW will notify owners, and dealers will replace the side-stand switch, free of charge. The recall began on April 8, 2014. Owners may contact BMW at 1-800-831-1117." -02/18/2014,14V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V059000),Starcraft Bus,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,29,"Starcraft Bus is recalling certain model year 2009 and 2010 Allstar transit buses manufactured August 20, 2009, through March 30, 2010 and equipped with A & M Systems-brand passenger entrance/exit doors. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Starcraft Bus will notify owners and dealers will replace the affected circuit boards, free of charge. The recall began on March 17, 2014. Owners may contact Starcraft Bus at 1-800-348-7440." -02/18/2014,14V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V060000),Diamond Coach Corporation,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,171,"Diamond Coach Corporation is recalling certain model year 2009 through 2010 VIP/PT 2000, 2200, 2500, 2800, 3200, and 3201 transit buses equipped with A&M Systems-brand door actuators containing model 3230 circuit boards. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Diamond Coach Corporation will notify owners, and dealers will replace the affected circuit boards, free of charge. The recall began in March 2014. Owners may contact Diamond Coach Corporation at 1-800-442-4645." -02/18/2014,14V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V069000),"Gulf Stream Coach, Inc.",Electric Door Actuator May Lead to Fire,EQUIPMENT,14AM213,Vehicle,8,"Gulf Stream Coach, Inc. is recalling certain model year 2011 GT GulfTran shuttle buses manufactured August 31, 2009, through October 22, 2010, and equipped with A&M Systems door actuators containing model 3230 circuit boards. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Gulf Stream Coach, Inc. will notify owners and replace the affected circuit boards, free of charge. The recall began on March 26, 2014. Owners may contact Gulf Stream Coach, Inc. at 1-800-289-8787. Gulf Stream Coach, Inc.'s number for this recall is 14AM213." -02/18/2014,14V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V086000),PACCAR Incorporated,Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,14KWG/214-C,Vehicle,2019,"PACCAR Inc, is recalling certain model year 2014-2015 Kenworth T440, T660, T800, and W900 tractor trailers manufactured January 23, 2013, through February 4, 2014, and certain model year 2014-2015 Peterbilt 320, 365, 382, 384 tractor trailers manufactured January 21, 2013, through February 5, 2014, and equipped with certain Cummins Westport Model ISL G and ISX12 G engines. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a vehicle fire or burn injury to a person near the exhaust pipe.","PACCAR will notify owners, and authorized Cummins service facilities will upload a new ECM calibration, free of charge. The recall began on April 12, 2014. Customers may contact PACCAR at 1-425-468-7400. Paccar's recall numbers associated with this campaign are 14KWG (Kenworth), and 214-C (Peterbilt)." -02/18/2014,14E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E004000),Aisin World Corp. of America,Loss of Power Transfer/Transmission Snap Ring,POWER TRAIN,NR (Not Reported),Equipment,1330,"Aisin World Corp. of America (Aisin) is recalling certain model A465 automatic transmissions produced for Isuzu Motors Limited and model A466 automatic transmissions produced for the Chrysler Group. Due to a loose snap ring inside the transmission, there may be a loss of power transfer through the transmission to the wheels.",An unexpected loss of power transfer may increase the risk of a crash.,"Aisin has notified the affected vehicle manufacturers and they are conducting their own campaigns to replace the affected transmissions, free of charge. Owners may contact Aisin World Corp. of America at 1-812-534-8144." -02/14/2014,14E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E003000),"Cummins, Inc.",Ice May Form in Intake Manifold,ENGINE AND ENGINE COOLING,"C1462, C1461",Equipment,25013,"Cummins Inc. and Cummins Westport Inc. are recalling certain Cummins Westport Model ISL G engines manufactured September 12, 2007, through February 2, 2014, and Cummins Westport Model ISX12 G engines manufactured February 19, 2013, through February 2, 2014. Condensation in the intake manifold may freeze during cold weather conditions and interfere with the proper operation of the intake manifold pressure sensor.","The improper operation of the sensor could induce elevated exhaust temperatures or flames from the exhaust pipe, increasing the risk of a fire or burn injury to a person near the exhaust pipe.","Cummins Inc. and Cummins Westport Inc. will notify owners, and dealers will upload a new ECM calibration, free of charge. Cummins Inc. and Cummins Westport Inc. began notifying the affected vehicle manufacturers on February 14, 2014. The recall began on April 12, 2014. For more information owners may call 1-800-343-7357. Cummins' number for this recall is C1462 (for ISL G engines) or C1461 (for ISX12 G) engines." -02/14/2014,14V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V058000),"Heartland Recreational Vehicles, LLC",Incorrect Certification Label Information,EQUIPMENT,99-01-16,Vehicle,29,"Heartland Recreational Trailers, LLC (Heartland) is recalling certain model year 2014 Sundance 2880RLT travel trailers manufactured November 20, 2013, through January 31, 2014. In the affected vehicles, the Federal Certification label incorrectly states that the gross vehicle weight rating (GVWR) is 16,500 pounds instead of the correct GVWR of 13,500 pounds. As such, the vehicle does not conform to Part 567, ""Certification.""","As a result, the trailer may be loaded beyond the specified weight rating which may cause a tire or suspension failure leading to poor vehicle handling and an increased risk of a crash.","Heartland will notify owners and dealers will replace the incorrect Federal Certification label with a corrected version, free of charge. The recall began on March 10, 2014. Owners may contact Heartland at 1-888-262-5992. Heartland's number for this campaign is 99-01-16." -02/14/2014,14V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V056000),Honda (American Honda Motor Co.),Rocker Arm Shaft Retaining Bolt may Fall Out,ENGINE AND ENGINE COOLING,JD7,Vehicle,6954,"Honda is recalling certain model year 2013 CB500 (FA, F, XA, X) and CBR500 (RA, R) motorcycles. The rocker arm shaft retaining bolts may have been manufactured incorrectly resulting in the bolts loosening during engine operation. A loose bolt will initially result in a slow leak of engine oil, but if not addressed, the bolt can come out of the cylinder head entirely.","Without a bolt, the engine will have reduced power which may result in a stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the rocker arm shaft retaining bolts, free of charge. The recall began on March 11, 2014. Owners may contact Honda Customer Service at 1-866-784-1870." -02/12/2014,14V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V054000),Toyota Motor Engineering & Manufacturing,Brake Actuator Assembly may Disable ESC and ABS,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,261114,"Toyota is recalling certain model year 2012 and 2013 Toyota Tacoma and Lexus RX350 vehicles and certain model year 2012 Toyota Rav4 vehicles. In the affected vehicles, the brake system contains a brake actuator that adjusts the fluid pressure of each wheel cylinder. An electrical component within the actuator may experience an increased resistance resulting in the illumination of various warning lights, including those for the Vehicle Stability Control (VSC) system, Antilock Brake System (ABS), and Traction Control system.","If this occurs, these systems could become inoperative, reducing the directional control assistance, increasing the risk of a crash.","Toyota will notify owners, and Toyota and Lexus dealers will update the software for the Skid Control electronic control unit, free of charge. The recall began on March 28, 2014. Owners may contact Toyota at 1-800-331-4331." -02/12/2014,14V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V052000),"Nissan North America, Inc.",Circuit Breaker Installation could cause Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13535,"Nissan North America, Inc. (Nissan) is recalling certain model year 2012 through 2014 Frontier vehicles manufactured from November 28, 2012, through December 17, 2013. In the affected vehicles, a circuit breaker may have been installed incorrectly causing the main wire harness connected to the circuit breaker to face outward, potentially contacting a metal bolt located on the A-pillar.","The bolt may wear through the wire harness covering, resulting in an electrical short which could cause a fire.","Nissan will notify owners, and dealers will inspect the circuit breaker orientation. If the circuit breaker orientation is incorrect, dealers will repair the vehicles free of charge. The recall began on March 17, 2014. Owners may contact Nissan at 1-800-647-7261." -02/12/2014,14V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V071000),"Three Feathers Manufacturing, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,480,"Three Feathers Manufacturing, LLC. (Three Feathers) is recalling certain model year 2006-2014 Mule Cargo trailers, 2012-2014 Backpacker 2 trailers, 2009-2011 Buckboard Cargo Haulers, 2009-2013 Backpacker trailers, 2008-2014 Pinecone Tear Drop trailers, 2010-2011 Pelican Cargo trailers, 2012-2013 Tumbleweed Tear Drop trailers, 2011 Tumbleweed Campers, one 2011 Custom Cargo trailer, one 2010 Custom Camper, one 2008 Cargo trailer shell (no chassis), one 2010 5th Wheel Cargo trailer and one 2014 Backpacker 2 XT trailer all equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer or camper at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Three Feathers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on March 31, 2014. Owners may contact Three Feathers at 1-541-663-8163 or Fastec at 1-800-837-2505." -02/12/2014,14V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V072000),"R&M Trailer Manufacturing, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,185,"R&M Trailer Manufacturing Inc., (R&M Trailer) is recalling certain model year 2012-2013 enclosed cargo trailers manufactured February 2012 through August 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","R&M Trailer will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by mid-April 2014. Owners may contact R&M Trailer at 1-402-415-7530 or Fastec at 1-800-837-2505." -02/12/2014,14V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V053000),Toyota Motor Engineering & Manufacturing,Inverter Failure may cause Hybrid Vehicle to Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,698457,"Toyota is recalling certain model year 2010 through 2014 Prius vehicles. In the affected vehicles, the Intelligent Power Module (IPM) inside the inverter module (a component of the hybrid system) contains transistors that may become damaged from high operating temperatures. If this occurs, various warning lamps will be illuminated on the instrument panel and the vehicle will have reduced power allowing it to only drive a short distance.","The vehicle may enter a fail-safe/limp-home mode that limits the drivability of the vehicle. The hybrid system could also shut down completely resulting in a vehicle stall, increasing the risk of a crash.","Toyota will notify owners and dealers will update the software for both the motor/generator control electronic control unit (ECU) and the hybrid control ECU, free of charge. If an owner experiences a failure of the inverter before the vehicle receives updated software, the dealer will repair or replace the inverter assembly with a new one at no charge. The recall began on March 21, 2014. Owners may contact Toyota at 1-800-331-4331." -02/11/2014,14V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V070000),Monroe Truck Equipment,Battery Equalizers or DC-DC Converters:Fire Risk,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,22,"Monroe Truck Equipment (Monroe) is recalling certain model year 2006, 2008 and 2009 Chevrolet C7500 vehicles, 2005-2006 Chevrolet Tahoe vehicles, and 2009 Ford F-350, and F-450 vehicles, equipped with Sure Power-brand battery equalizers or DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Monroe will notify owners, and Sure Power will replace the equalizers or converters, free of charge. The recall began on March 24, 2014. Owners may contact Monroe at 1-608-328-8127." -02/11/2014,14V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V055000),"Freedom Motors, Inc.",Rear Axle may Fracture,SUSPENSION,ENGF0216-3,Vehicle,130,"Freedom Motors Inc., (Freedom Motors) of Savaria Vehicle Group (formerly The Liberty Motor Company) is recalling one model year 2009 Volkswagen Routan and certain model year 2008-2010 Dodge Grand Caravan and Chrysler Town & Country wheelchair accessible vehicles modified by The Liberty Motor Company from February 2008 through January 2011. Over time and with use, the vehicle's rear axle may develop cracks which could lead to axle failure.",Failure of the rear axle may increase the risk of a crash.,"Freedom Motors will notify owners, and dealers will replace the affected axles, free of charge. The recall began on April 1, 2014. Owners can contact Freedom Motors at 1-800-561-9600. Freedom Motors' number for this recall is ENGF0216-3." -02/10/2014,14V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V066000),Elkhart Coach,Alternator Wiring Harness may be Pinched,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,336,"Elkhart Coach is recalling certain model year 2010-2013 ECI, and ECII transit buses built on Ford cutaway chassis equipped with Ford 5.4L or 6.8L engines and Trans/Air-brand air compressors. In the affected vehicles, depending on the routing of the alternator harness and the orientation of the heater hose spring clamp at the front of the intake manifold, the alternator harness may be pinched between the spring clamp and the air conditioner compressor mounting bracket.","As a result, the charging system may fail which could lead to the vehicle stalling while driving, increasing the risk of a crash. Additionally, the spring clamp could pierce both the positive and negative wires of the alternator harness creating a short circuit which could result in a fire.","Elkhart Coach will notify owners, and dealers will inspect the vehicles, correct the clamp installation and repair and reroute the alternator harness, as needed, free of charge. The recall began on March 14, 2014. Customers may contact Elkhart at 1-866-478-7652." -02/10/2014,14V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V044000),"Yamaha Motor Corporation, USA",Arcing may cause Headlight Failure,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,24000,"Yamaha Motor Corporation USA (Yamaha) is recalling certain model year 2009-2013 YZFR1 motorcycles manufactured October 2008 through August 2013 and 2012-2013 XTZ12 motorcycles manufactured October 2011 through August 2013. In the affected motorcycles, use of the headlight may generate enough heat to cause the bulb connections to expand, resulting in arcing in the headlight bulb socket which could cause the socket to overheat, melt and cause the headlight to malfunction.","A headlight failure reduces the rider's ability to see clearly and the motorcycle's visibility to oncoming traffic, increasing the risk of a crash.","Yamaha will notify owners and dealers will replace the headlight socket, free of charge. The recall began on March 10, 2014. Owners may contact Yamaha at 1-800-962-7926." -02/10/2014,14V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V049000),"EZ Loader Adjustable Boat Trailers, Inc.",Broken Wheel Lip may cause Rapid Tire Deflation,WHEELS,NR (Not Reported),Vehicle,50,"EZ Loader Adjustable Boat Trailers, Inc. (EZ Loader) is recalling certain model year 2013 -2014 boat trailers, equipped with Carlisle Transportation Products-brand 15X6"" and 16X6"" CrossTrax Series trailer wheels. The lips of the affected wheels are susceptible to cracking and separation.","If a separation occurs, the trailer tire may rapidly lose air pressure, increasing the risk of a crash.",The manufacturer has not provided a remedy plan. The manufacturer has not yet provided a notification schedule. Owners may contact EZ Loader at 1-509-489-0181. -02/10/2014,14C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14C001000),"Graco Children's Products, Inc.",Buckle may not Unlatch,CHILD SEAT,NR (Not Reported),Child Seat,4176601,"On February 7, 2014, Graco Children's Products, Inc. (Graco) informed NHTSA that it would be recalling model year 2009 through 2013 toddler and booster child restraints, models Cozy Cline, Comfort Sport, Classic Ride 50, My Ride 65, My Ride w/Safety Surround, My Ride 70, Size 4 Me 70, Smart Seat, Nautilus, Nautilus Elite, and Argos 70. On March 7, 2014, Graco informed NHTSA it would be including an additional 403,222 seats in this recall, including certain model year 2006 through 2014 Argos 70 Elite, Ready Ride, Step 2, My Ride 65 with Safety Surround, My Size 70, Head Wise 70 with Safety Surround, Nautilus 3-in-1, Nautilus Plus, and Smart Seat with Safety Surround. The defect involves difficulty in unlatching the harness buckle. In some cases, the buckle becomes stuck in a latched condition so that it cannot be opened by depressing the buckle's release button.","It may be difficult to remove the child from the restraint, increasing the risk of injury in the event of a vehicle crash, fire, or other emergency, in which a prompt exit from the vehicle is required.","Graco is offering to replace the buckle with a new design, free of charge. the recall began on February 14, 2014. Owners wil be offered the free replacement buckle. All other owners may contact Graco at 1-800-345-4109 (toll-free) or 1-330-869-7225, or online at www.consumerservices@gracobaby.com." -02/10/2014,14V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V046000),"Mitsubishi Fuso Truck of America, Inc.",Contamination of the ATF,POWER TRAIN,NR (Not Reported),Vehicle,7819,"Mitsubishi Fuso Truck of America, Inc. (Mitsubishi Fuso) is recalling certain model year 2012-2014 FEC52, FEC72, FEC92 and FGB72 trucks. In the affected vehicles, the transmission may not have been cleaned sufficiently during manufacturing, allowing debris to contaminate the automatic transmission fluid (ATF).","Contaminated ATF may cause the transmission to become inoperative resulting in engine stalling, increasing the risk of a crash.","Mitsubishi Fuso will notify owners, and dealers will inspect the transmission, flush the system twice and refill it with new ATF or replace the transmission assembly as necessary, free of charge. The recall began on April 7, 2014. Owners may contact Mitsubishi Fuso at 1-856-467-4500." -02/10/2014,14V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V048000),Elkhart Coach,Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,400,"Elkhart Coach (Elkhart) is recalling certain model year 2009-2010 ECII transit buses manufactured August 1, 2009, through March 31, 2010, and equipped with A&M Systems-brand electric door actuators. Voltage spikes may damage electrical components and electrical circuits within the actuator, causing the circuit board to develop high resistance.","High resistance may cause the circuit board to overheat, increasing the risk of a fire.","Elkhart will notify owners, and dealers will replace any affected circuit board, free of charge. The recall began on March 24, 2014. Owners may contact Elkhart at 1-574-522-0246." -02/10/2014,14V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V057000),Midway Specialty Vehicles,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,21,"Midway Specialty Vehicles (Midway) is recalling certain model year 2010 Pinnacle transit buses manufactured August 1, 2009, through January 29, 2010, and equipped with A & M Systems-brand passenger entrance/exit doors. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Midway will notify owners and A&M will replace the affected circuit boards, free of charge. The recall began on February 17, 2014. Owners may contact Midway at 1-574-264-2530." -02/10/2014,14V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V047000),"General Motors, LLC",Ignition Switch may Turn Off,AIR BAGS,13454/14063/14092,Vehicle,2190934,"This defect can affect the safe operation of the airbag system. Until this recall is performed, customers should remove all items from their key rings, leaving only the ignition key. The key fob (if applicable), should also be removed from the key ring. General Motors LLC (GM) notified the agency on February 10, 2014 that they are recalling 619,122 model year 2005-2007 Chevrolet Cobalt, and 2007 Pontiac G5 vehicles. On February 25, 2014, GM increased the recall to include an additional 748,024 model year 2006-2007 Chevrolet HHR and Pontiac Solstice vehicles and 2003-2007 Saturn Ion vehicles and 2007 Saturn Sky vehicles. In these models, the weight on the key ring and/or road conditions or some other jarring event may cause the ignition switch to move out of the run position, turning off the engine. On March 27, 2014, GM notified the agency that the defective ignition switches may have been used as service replacement parts on other vehicles, and as a result GM will be recalling certain model year 2008-2010 Chevrolet Cobalt, Saturn Sky, and Pontiac G5 and Solstice, and 2008-2011 Chevrolet HHR vehicles. The part numbers for the service parts are 10392423 (a/k/a ACDelco D1461F), 10392737, 15857948, 15854953, 15896640, and 25846762. This expansion represents an additional 823,788 vehicles.","If the key is not in the run position, the air bags may not deploy if the vehicle is involved in a crash, increasing the risk of injury.","GM will notify owners, and dealers will replace the ignition switch, free of charge. An interim notification was issued to owners of 2007 and earlier models on March 10, 2014, informing them of the safety defect. Owners of 2008 and later vehicles will be mailed an interim letter on April 21, 2014. All affected owners will receive another letter once parts are available. The recall began on April 18, 2014. Owners may contact Chevrolet at 1-800-222-1020, Pontiac at 1-800-762-2737 or Saturn at 1-800-553-6000. GM's number for the initial recall is 13454 and 14063 for the expansion. GM�s recall number for the vehicles that may have received the replacement parts is 14092. Note: Until the recall repairs have been performed, it is very important that customers remove all items from their key rings, leaving only the vehicle key. The key fob (if applicable), should also be removed from the key ring. Always wear your seatbelt." -02/10/2014,14V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V050000),Trailers USA Inc.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,30,Trailers USA Inc. is recalling certain model year 2013 horse trailers manufactured October 2013 through April 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.,"If the deadbolt jams, the interior side of the door lock may also jam. A person inside the horse trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Trailers USA Inc. will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Trailers USA at 1-352-351-4019 or Fastec at 1-800-837-2505." -02/07/2014,14V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V042000),"Navistar, Inc.",Hybrid Transmission Software,POWER TRAIN,NR (Not Reported),Vehicle,114,"Navistar Inc. (Navistar) is recalling certain model year 2010-2011 IC bus 3200, model year 2012 and 2014 IC bus CE and model year 2011-2013 IC bus HC transit buses and model year 2008-2013 International 4300 and model year 2013 International Workstar commercial trucks equipped with Eaton hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","Navistar will notify owners and Eaton authorized service facilities will update the Hybrid Control Module Software version, free of charge. The recall began on May 28, 2014. Owners may contact Navistar at 1-331-332-1590." -02/07/2014,14V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V043000),"Navistar, Inc.",Hybrid Transmission Software,POWER TRAIN,NR (Not Reported),Vehicle,22,"Navistar, Inc. is recalling certain model year 2012-2014 model year CE school buses manufactured December 31, 2010, through November 6, 2012, and equipped with Eaton-brand hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","Navistar will notify owners and Eaton authorized service facilities will update the Hybrid Control Module Software version, free of charge. The recall began on May 28, 2014. Owners may contact Navistar at 1-331-332-1590." -02/07/2014,14V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V045000),Starcraft RV,Label has Incorrect Tire Size Information,EQUIPMENT,NR (Not Reported),Vehicle,8,"Starcraft RV, Inc. (Starcraft) is recalling certain model year 2014 Launch 17FB and 17SB travel trailers manufactured May 5, 2013, through December 9, 2013, and equipped with the extreme package option. There is incorrect tire size information printed on the federal labels. The tire information on the label states the tire size as 14C when it should be tire size 15C. As such, these vehicles fail to comply with Federal Motor Vehicle Safety Standard number 119, ""New Pneumatic Tires for Motor Vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds) and Motorcycles.""",Installing a tire of incorrect size could result in excessive tire wear and may cause instability in towing of the travel trailer which could increase the risk of a crash.,"Starcraft will notify owners, and will provide a corrected label, free of charge. The recall began on February 26, 2014. Owners may contact Starcraft RV at 1-800-945-4787." -02/07/2014,14V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V051000),Toyota Motor Engineering & Manufacturing,Third Row Middle Seat Belt Assembly/FMVSS No. 210,SEAT BELTS,NR (Not Reported),Vehicle,7067,"Toyota is recalling certain model year 2014 Highlander vehicles manufactured November 20, 2013, through January 18, 2014. The third row middle seat belt assembly might not have been properly secured to the vehicle floor anchorage during vehicle assembly. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 210, ""Seat Belt Assembly Anchorages.""",A seat belt that is not properly secured to its anchorage could increase the risk of injury to an occupant in the event of a crash.,"Toyota will notify owners, and dealers will inspect the third row middle seat belt anchor, and, if necessary, properly secure it to the vehicle floor anchorage, free of charge. The recall is expected to begin in March 2014. Owners may contact Toyota at 1-800-331-4331." -02/06/2014,14V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V041000),"Marathon Coach, Inc.",Battery Equalizers or DC-DC Converters:Fire Risk,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,450,"Marathon Coach, Inc. (Marathon) is recalling certain model year 2001-2013 Marathon Conversions Prevost XL, and H3 motorcoaches equipped with Sure Power-brand battery equalizers or DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Marathon will notify owners, and Marathon service centers will replace the equalizers or converters, free of charge. The recall is expected to begin in March 2014. Owners may contact Marathon at 1-352-588-4500." -02/06/2014,14V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V040000),"Almared, Inc.",Broken CNG Tank Brackets,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,18,"Almared, Inc., dba A-1 Alternative Fuel Systems, is recalling certain model year 2011-2012 Ford F-550 transit buses manufactured May 2011 through April 2013, altered to operate on compressed natural gas (CNG). In the affected vehicles, the brackets securing the passenger side CNG fuel tank may break.","If the brackets break, the CNG tank may separate from the vehicle frame increasing the risk of a crash or possible fire.","Almared, Inc. has notified owners and all affected vehicles have been remedied, free of charge. Owners may contact Almared at 1-559-485-4427." -02/05/2014,14V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V038000),"Four Wheel & Six-Pac Campers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2453,"Four Wheel & Six-Pac Campers, Inc. (Four Wheel & Six-Pac) is recalling certain model year 2006-2013 truck campers manufactured January 1, 2006, through April 30, 2013, and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the truck camper at the time will then be locked in and be unable to exit, increasing the risk of injury.","Four Wheel & Six-Pac will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on March 10, 2014. Owners may contact Four Wheel & Six-Pac at 1-530-666-1442 or Fastec at 1-800-837-2505." -02/05/2014,14V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V039000),Nomad Global Communications Solutions,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4,"Nomad Global Communication Solutions (Nomad) is recalling certain model year 2013 Dispatch 14A, 20SS0 and 16AS0 vehicles manufactured July 2013 through October, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Nomad will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began in March 2014. Owners may contact Nomad at 1-406-755-1721 or Fastec at 1-800-837-2505." -02/05/2014,14V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V036000),PACCAR Incorporated,Transmission Shifter Illumination,POWER TRAIN,1213H,Vehicle,35,"PACCAR Incorporated (PACCAR) is recalling certain model year 2014 Peterbilt 567 and 579 model chassis manufactured January 29, 2013, through October 9, 2013, and equipped with Allison-brand transmissions. The affected vehicles may be missing the wiring that illuminates the shifter pad backlighting. As such, the chassis fail to comply with Federal Motor Vehicle Safety Standard number 101, ""Controls and Displays.""","Without the transmission shifter being illuminated, the driver may not be able to easily identify what gear the vehicle is in, which could result in cause unintentional vehicle movement, increasing the risk of a crash.","PACCAR will notify owners and dealers will install the missing wiring, free of charge. The recall began on March 11, 2014. Owners may contact PACCAR at 1-940-591-4220. PACCAR's number for this recall is 1213H." -02/04/2014,14V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V030000),"Eldorado National- California, Inc.",Battery Equalizers or DC-DC Converters:Fire Risk,ELECTRICAL SYSTEM,EQ-14-002,Vehicle,548,"Eldorado National (California), Inc. (Eldorado) is recalling certain model year 2005-2012 Axess, 2006-2013 E-Z Rider II and 2013 Passport buses equipped with Sure Power-brand battery equalizers or DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Eldorado will notify owners, and dealers will replace the equalizers or converters, free of charge. The recall began on February 15, 2014. Owners may contact Eldorado at 1-909-591-9557. Eldorado's number for this recall is EQ-14-002." -02/04/2014,14V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V037000),Kaffenbarger Truck Equipment Company,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,133,"Kaffenbarger Truck Equipment Company (Kaffenbarger) is recalling certain model year 2006-2013 International class 8 trucks equipped with Sure Power-brand DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Kaffenbarger will notify owners and will replace the converters, free of charge. The recall began on February 13, 2014. Owners may contact Kaffenbarger at 1-937-845-3804." -02/04/2014,14V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V034000),"Chrysler (FCA US, LLC)",Brake Fluid Leakage From Brake Hose,"SERVICE BRAKES, HYDRAULIC",P03,Vehicle,5664,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram ProMaster vehicles manufactured July 1, 2013, through November 15, 2013. During manufacturing, a tool may have damaged one of the brake hoses which may result in a leakage of brake fluid from the brake hose.","Brake fluid leakage would result in a reduction of brake performance, lengthening the distance needed to stop the vehicle, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and replace the brake hoses, as necessary, free of charge. The recall began on March 26, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's number for this recall is P03." -02/04/2014,14V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V035000),"Schwing America, Inc.",DC-DC Converters:Fire Risk,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,127,"Schwing America, Inc. (Schwing) is recalling certain model year 2012-2013 S39SX, S43SX, S58SX and S61SX concrete pump trucks equipped with Sure Power DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Schwing America, Inc. will notify owners, and will replace the converters, free of charge. The recall began on March 20, 2014. Owners may contact Schwing at 1-888-724-9464." -02/04/2014,14V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V033000),"Heartland Recreational Vehicles, LLC",Incorrect Label Information/FMVSS 119,EQUIPMENT,99-01-15,Vehicle,47,"Heartland Recreational Vehicles, LLC (Heartland) is recalling certain model year 2014 Landmark Grand Canyon, Key Largo, Monterey, San Antonio, and Savannah fifth wheel travel trailers manufactured September 14, 2013, through January 17, 2014, and equipped with optional 17.5"" wheels. The affected trailers were manufactured with incorrect information printed on the Federal Certification Label regarding the wheel specification. As such, the trailers do not comply with Federal Motor Vehicle Safety Standard (FMVSS) number 119 ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","An incorrect label may result in owners attempting to replace the tires with the wrong size or fill the tires to the wrong tire pressure, which may increase the risk of tire failure and a crash.","Heartland will notify owners, and will mail owners a corrected replacement label, free of charge. The recall began on february 26, 2014. Owners may contact Heartland at 1-888-262-5992. Heartland's number for this recall is 99-01-15." -02/04/2014,14V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V031000),"Mitsubishi Motors North America, Inc.",Seat Mounted Side Air bag Wiring,AIR BAGS,SR-14-001,Vehicle,733,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2013 Outlander Sport vehicles manufactured July 20, 2012, through May 29, 2013 and equipped with leather seats. In the affected vehicles, the driver side seat mounted air bag wiring may have been improperly routed during the leather seat cover installation process.","If the wiring is routed incorrectly, using the seat height adjustment may damage the wiring resulting in illumination of the air bag warning light. Subsequently, in the event of a crash necessitating air bag deployment, the driver side seat mounted air bag may not deploy, increasing the risk of injury.","Mitsubishi will notify owners and dealers will inspect the wiring of the driver side seat mounted air bag and re-route the wire if necessary, free of charge. If the wire is damaged, the seat mounted airbag will be replaced, free of chagre. The recall began on February 28, 2014. Owners may contact Mitsubishi at 1-800-222-0037. Mitsubishi's number for this recall is SR-14-001." -02/04/2014,14V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V032000),"Chrysler (FCA US, LLC)",Stuck Pedal with Wide Open Throttle,VEHICLE SPEED CONTROL,P02,Vehicle,7935,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 Ram ProMaster vehicles manufactured July 1, 2013, through December 10, 2013. In the affected vehicles, if the accelerator pedal is pushed downward at a certain angle, the pedal may get stuck in the wide open throttle position due to interference with the accelerator pedal stopper.","A stuck accelerator pedal can result in uncontrolled acceleration, increasing the risk of a crash.","Chrysler will notify owners and dealers will replace the accelerator pedal stopper with a larger one, free of charge. The recall is began on March 27, 2014. Owners may contact Chrysler at 1-800-853-1403. Chrysler's number for this recall is P02. Note: These vehicles are equipped with a brake override system. In the event a pedal is trapped, pushing on the brake pedal will brake the vehicle and enable the driver to slow and stop and turn off the vehicle." -01/30/2014,14V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V028000),"Cottrell, Inc.",Battery Equalizers: Fire Risk,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,779,"Cottrell, Inc. (Cottrell) is recalling certain model year 2005-2011 auto transporter vehicles equipped with Sure Power-brand battery equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Cottrell, Inc., will notify owners, and Sure Power will replace the equalizers, free of charge. The recall began on February 27, 2014. Owners may contact Cottrell toll-free at 1-866-299-2690 ext. 313." -01/30/2014,14V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V026000),PACCAR Incorporated,Hybrid Transmission Software,POWER TRAIN,14KWF,Vehicle,22,"PACCAR Incorporated (PACCAR) is recalling certain model year 2014 Kenworth T370 chassis manufactured August 5, 2013, through October 30, 2013, and equipped with Eaton hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","PACCAR will notify owners, and Eaton authorized service facilities will update the hybrid transmission software, free of charge. The recall began on March 11, 2014. Owners may contact PACCAR at 1-425-468-7400. Paccar's number for this recall is 14KWF." -01/29/2014,14V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V027000),PACCAR Incorporated,Parking Brake Installed on Incorrect Axle,PARKING BRAKE,14KWE,Vehicle,86,"PACCAR Incorporated (PACCAR)is recalling certain model year 2013-2014 T660, and T680 vehicles manufactured from December 4, 2012, through September 17, 2013 and configured as a dead axle tandem with air disc brakes and spring brake delete options. The affected vehicles have the parking brake incorrectly placed on the non-driven rear axle.","If the parking brake is on the non-driven axle the vehicle could roll away when the parking brakes are set, resulting in an increased risk of a crash.","PACCAR will notify owners, and dealers will move the parking brake components to the forward wheel axle, free of charge. The recall began on April 9, 2014. Owners may contact PACCAR at 1-425-468-7400. Paccar's number for this recall is 14KWE." -01/29/2014,14V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V025000),Terex Aerial Work Platforms,Water Entering Electrical Connection,ELECTRICAL SYSTEM,140001,Vehicle,3000,"Terex Aerial Work Platforms (Terex Aerial) is recalling certain model year 2013-2014 AL4 and RL4 light towers. Due to a missing plug, water may enter the electrical connection that controls the lighting, causing arcing inside the connection.",Loss of lighting in low light conditions could result in an increased risk of injury to those depending on the lights for jobsite safety.,"Terex Aerial will notify owners and dealers will install the missing plug, as necessary, free of charge. The recall began on March 26, 2014. Customers may contact Terex at 1-800-536-1800. Terex Aerial's number for this recall is 140001." -01/28/2014,14V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V020000),Shyft Group,Front Sway Bar End Links may Break,SUSPENSION,12012,Vehicle,452,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain 2010-2014 model year MM motorhome chassis manufactured December 11, 2009, through January 30, 2013, and equipped with a sway bar and model 1253 front suspension. This front suspension design has increased rebound travel which may result in a binding condition of the sway bar end link which could lead to the breaking of the sway bar end links.","Broken sway bar end links may result in poor vehicle handling, or sway, which increases the risk of a crash.","Spartan Chassis will notify owners, and dealers will replace the old end links with new end links and an improved mounting, free of charge. The recall began on March 4, 2014. Customers may contact Spartan Chassis at 1-517-543-6400. Spartan Chassis's number for this recall is 12012." -01/28/2014,14V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V022000),Shyft Group,Vibration may cause Engine Cooling Fan Failure,ENGINE AND ENGINE COOLING,14001,Vehicle,480,"Spartan Motors Chassis (Spartan Chassis) is recalling certain model year 2008-2011 Gladiator emergency vehicles manufactured October 10, 2007, through May 11, 2011, and equipped with an engine cooling fan and a Cummins ISM engine. In the affected vehicles, excessive vibration of the engine cooling fan can result in the fan shattering while spinning.","If the fan shatters when the cab is raised, a person in the vicinity of the engine could be struck by pieces of the fan and injured.","Spartan Chassis will notify owners, and dealers will replace the engine cooling fan with a more robust one, free of charge. The recall began on March 28, 2014. Customers may contact Spartan at 1-517-543-6400. Spartan Chassis' number for this recall is 14001." -01/27/2014,14V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V018000),Starcraft Bus,Alternator Wiring Harness may be Pinched,ELECTRICAL SYSTEM,EQ14-001,Vehicle,1954,"Starcraft Bus is recalling certain model year 2010-2013 Allstar XL, Ultrastar, Allstar, Starlite, Starquest, Xpress, Prodigy, Quest, and Allstar MVP transit buses built on Ford cutaway chassis equipped with Ford 5.4L or 6.8L engines and Trans/Air-brand air compressors. In the affected vehicles, depending on the routing of the alternator harness, and the orientation of the heater hose spring clamp at the front of the intake manifold, the alternator harness may be pinched between the spring clamp and the air conditioner compressor mounting bracket.","The charging system may fail which could lead to the vehicle stalling while driving, increasing the risk of a crash. Additionally, the spring clamp could pierce both the positive and negative wires of the alternator harness creating a short circuit which could result in a fire.","Starcraft Bus will notify owners, and dealers will inspect the vehicles, correct the clamp installation and repair and reroute the alternator harness, as needed, free of charge. The recall began on February 19, 2014. Customers may contact Starcraft at 1-800-347-7440." -01/27/2014,14V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V019000),Turtle Top,Alternator Wiring Harness may be Pinched,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,453,"Turtle Top is recalling certain model year 2010-2012 Limo Coach, 2010-2013 Odyssey and Van Terra, 2010-2011 Odyssey LT, 2011-2012 Odyssey XL MPV, 2011-2013 Odyssey XL, 2011 Odyssey MPV and 2010 and 2012 Van Terra MPV transit buses and speciality built on Ford chassis equipped with a Ford 5.4L or 6.8L engine and a Trans/Air-brand air compressor. In the affected vehicles, depending on the routing of the alternator harness, and the orientation of the heater hose spring clamp at the front of the intake manifold, the alternator harness may be pinched between the spring clamp and the air conditioner compressor mounting bracket.","The charging system may fail which could lead to the vehicle stalling while driving, increasing the risk of a crash. Additionally, the spring clamp could pierce both the positive and negative wires of the alternator harness creating a short circuit which could result in a fire.","Turtle Top will notify owners, and Trans/Air dealers will inspect the vehicles, correct the clamp installation and repair and reroute the alternator harness, as needed, free of charge. The recall began on February 17, 2014. Customers may contact Turtle Top at 1-574-831-4340." -01/27/2014,14V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V021000),"Trails West Manufacturing of Idaho, Inc.",Furnace Intake Fan May Melt,EQUIPMENT,NR (Not Reported),Vehicle,247,"Trails West Manufacturing of Idaho, Inc. (Trails West) is recalling certain model year 2010-2014 RPM bumper pull recreational trailers manufactured October 2009 through January 2014 and equipped with a Suburban-brand SF-30 FQ furnace. In the affected vehicles, the plastic furnace intake fan may melt which can cause the furnace to overheat causing other plastic pieces to melt from the lack of air flow.",The melting and overheating could result in a trailer fire.,"Trails West Manufacturing will send to owners repair kits, with detailed inspection instructions, if damage to the intake fan is detected, the owners can take their trailer to an authorized repair facility for replacement of the furnace, free of charge. The recall began on May 12, 2014. Owners may contact Trails West Manufacturing of Idaho, Inc. at 1-208-852-2200." -01/27/2014,14V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V015000),PACCAR Incorporated,Improperly Torqued Door Pull Fasteners,STRUCTURE,1213G,Vehicle,827,"PACCAR Incorporated (PACCAR) is recalling certain model year 2013-2014 Peterbilt 587 vehicles manufactured May 8, 2012, through October 24, 2013, and equipped with Inteva-brand door pad assemblies. Due to loose fasteners, the door pull portion of the door pad assembly may separate from the door when used.","If an occupant is using the door pull to assist in getting in or out of the vehicle, the sudden detachment of the pull handle may result in a fall, increasing the risk of injury.","PACCAR will notify owners and dealers will inspect and torque the fasteners to the correct specification, free of charge. The recall began on March 5, 2014. Customers may contact Paccar at 1-425-468-7400. Peterbilt's number for this recall is 1213G." -01/27/2014,14V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V023000),Kia Motors America,Incorrect Certification Label/ FMVSS 110,EQUIPMENT,SC103,Vehicle,11961,"Kia Motors Corporation (Kia) is recalling certain model year 2014 Kia Sportage vehicles manufactured September 30, 2013, through January 11, 2014. The certification label has incorrect tire pressure information printed on it, listing a specification that is 1 or 2 psi below the correct information. Thus, these vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) 110, ""Tire Selection and Rims for Passenger Cars.""","Maintaining tire pressure below the recommmend specification could result in premature tire wear, increasing the risk of a crash.","Kia will notify owners, and dealers will correct the label information, and owners will also receive a sticker to put into the owners manual, free of charge. The recall is expected to begin in February 2014. Owners may contact Kia at 1-800-333-4542. Kia's recall campaign number is SC103." -01/27/2014,14V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V016000),"Winnebago of Indiana, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,LOC12414,Vehicle,5839,"Winnebago of Indiana, LLC (Winnebago) is recalling certain model year 2011-2014 Sunnybrook Bristol Bay, Brookside, Edgewater, Harmony, Raven, Remington, Sunset Creek, and Titan, model year 2012-2013 Winnebago Lite Five and ONE, and model year 2013-2014 Winnebago Ultralite and Minnie trailers and fifth wheels, equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Winnebago will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Winnebago at 1-574-825-5250 ,or Fastec at 1-800-837-2505. Winnebago's number for this recall is LOC12414." -01/27/2014,14V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V017000),"Nu Wa Industries, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,264,"Nu Wa Industries Inc. (Nu Wa) is recalling certain model year 2011-2013 Hitchhiker LS, Discover America and Champagne Edition fifth wheel recreational trailers manufactured August 2010 through February 2013, and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Nu Wa will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by the end of March 2014. Owners may contact Nu Wa Industries at 1-620-431-2088 or Fastec at 1-800-837-2505." -01/24/2014,14V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V014000),PACCAR Incorporated,Battery Equalizer And Converters: Fire Risk,ELECTRICAL SYSTEM,14KWD/1213J,Vehicle,828,"PACCAR Incorporated (PACCAR) is recalling certain 2012 through 2014 model year Kenworth K300 and Peterbilt 210 and 220 chassis equipped with Sure Power-brand battery equalizers or DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for electrical insulation was found to be capable of conducting electricity after being exposed to heat.","If the potting compound is exposed to heat and conducts electricity, there is an increased risk of a vehicle fire and personal injury.","PACCAR will notify owners, and dealers will replace the defective component with a new battery equalizer or DC-DC converter, free of charge. The recall began on March 31, 2014. Customers may contact PACCAR at 1-425-468-7400. Kenworth's number for this recall is 14KWD. Peterbilt's number for this recall is 1213J." -01/24/2014,14V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V012000),PACCAR Incorporated,Door Latch may Prevent Door from being Opened,LATCHES/LOCKS/LINKAGES,14KWB/114-A,Vehicle,11056,"PACCAR Inc. is recalling certain model year 2013-2014 Kenworth T680 chassis manufactured January 1, 2012, through October 14, 2013, and Peterbilt 567 and 579 chassis manufactured January 20, 2012, through October 11, 2013, and equipped with Inteva-brand door latch assemblies. In the affected vehicles, the doors may lock permanently while closed or may be opened from the outside even after they have been locked.","If the door latch assembly becomes permanently locked while closed occupants could be prevented from exiting the vehicle in the event of a crash or fire, increasing the risk of injury.","PACCAR will notify owners, and dealers will replace the left and right door latch assemblies with new assemblies, free of charge. The recall began on March 25, 2014. Customers may contact Paccar at 1-425-468-8228. Kenworth's number for this recall is 14KWB. Peterbilt's number for this recall is 114-A." -01/24/2014,14V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V013000),PACCAR Incorporated,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,14KWC/PB114-B,Vehicle,10414,"PACCAR Incorporated (PACCAR) is recalling certain model year 2014 Kenworth T660, T680, T700,T800, T880, W900, T440, T470, T370, T270, T170, C500, and C550 chassis manufactured between August 7, 2013, and October 31, 2013, and Peterbilt 320, 325, 330, 337, 348, 365, 367, 382, 384, 386, 388, 389, and 587 chassis manufactured between August 7, 2013, and November 3, 2013, and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","PACCAR will notify owners, and dealers will inspect and replace the seat belt buckles, as necessary, free of charge. The recall began on March 31, 2014. Owners may contact PACCAR at 1-425-468-7400. Kenworth's number for this campaign is 14KWC. Peterbilt's number for this campaign is 114-B." -01/23/2014,14T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14T001000),Lionshead Specialty Tire & Wheel LLC,Tire Failure/Unseating/FMVSS 119,TIRES,NR (Not Reported),Tire,39569,"Double Camel, in cooperation with Lionshead Specialty Tire & Wheel LLC (Lionshead), notified the agency on January 21, 2014 that they are recalling 1,440 Vail Sport ST LH 99 tubeless trailer tires, size 225/75D15, load range D, DOT code 69, manufactured from July 14, 2013, through July 27, 2013 (and a sidewall date code 2813 or 2913). On May 7, 2014, Double Camel increased the recall to include an additional 38,129 Vail Sport ST LH 99 tires encompassing build dates from November 20, 2011, through September 21, 2013 (dates codes 4711 through 3713). The total population of the tires being recalled is now 39,569. The original population of tires may fail under prolonged use and may become unseated from the rims and the additional population of tires may be more susceptible to failure due to road hazards. As such, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 119, ""New Pneumatic Tires for Vehicles Other Than Passenger Cars.""","Tire damage from road hazards, failure from prolonged use or unseating of the tire from the rim increases the risk of a crash.","Lionshead will notify owners, and dealers will replace the tires with compliant ones. The recall of the initial population of tires began in February 2014. The recall for the expanded population of tires is expected to begin in June 2014. Customers may contact Lionshead at 1-574-533-6169." -01/23/2014,14V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V011000),"Cornelius Manufacturing, Inc.",Trailer Dovetail Mounting may Fail,STRUCTURE,NR (Not Reported),Vehicle,64,"Cornelius Manufacturing (Cornelius) is recalling certain 2012-2014 model year Deckover Flatbed Trailers manufactured February 2012 through November 2013, and equipped with a ten foot hydraulic dovetail. In the affected trailers, the welded boxes that allows the tail to pivot may fail.","If the boxes fail, only the hydraulic cylinders would remain to keep the tail from separating from the main part of the trailer. Should the cylinders fail, then the tail could detach, increasing the risk of an accident.","Cornelius will notify owners, and dealers will inspect the boxes and re-weld them if necessary, free of charge. The recall began on March 20, 2014. Customers may contact Cornelius at 1-812-636-4319." -01/17/2014,14V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V003000),"Evergreen Recreational Vehicles, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,399,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2013 Ever-Lite, Ever-Lite Select, i-Go, and Ascend travel trailers manufactured February 17, 2012, through October 30, 2012 and equipped with Fastec-brand door locks. In the affected trailers, it may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","EverGreen will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on March 3, 2014. Owners may contact EverGreen at 1-574-825-4298 or Fastec at 1-800-837-2505." -01/17/2014,14E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E002000),"B&W Custom Truck Beds, Inc., B&W Hitches",Trailer Hitch Ball Mount Securing Pin May Fracture,TRAILER HITCHES,NR (Not Reported),Equipment,31581,"B&W Custom Truck Beds (B&W) is recalling certain Tow & Stow Adjustable Ball Mounts manufactured from February 7, 2013, through January 7, 2014 and equipped with Nitrotec-coated steel pins to secure the ball mounts to the trailer hitches. The securing pins of the affected ball mounts may fracture while being used.","If the securing pin fractures, the trailer being towed could separate from the vehicle increasing the risk of a crash.","B&W will notify owners and will replace the securing pins with stainless steel pins, free of charge. The recall began on February 14, 2014. Customers may contact B&W at 1-800-248-6564." -01/16/2014,14V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V010000),Aston Martin The Americas,Accelerator Pedal Arm May Break,VEHICLE SPEED CONTROL,RA-03-0017,Vehicle,5001,"Aston Martin Lagonda of North America (Aston Martin) is recalling certain model year 2008-2014 DB9 and V8 Vantage, 2009-2012 DBS, 2010-2012 Rapide, 2014 Rapide S, 2011-2012 V12 Vantage, 2011-2014 V8 Vantage S and 2012 Virage vehicles. Due to a manufacturing error, the accelerator pedal arm may break.","If the accelerator pedal arm breaks, the engine will return to idle and the driver will be unable to maintain or increase engine speed, increasing the risk of a crash.","Aston Martin will notify owners, and dealers will replace the accelerator pedal assemblies. The recall began on February 11, 2014. Owners may contact Aston Martin customer service by calling 1-888-923-9988. Aston Martin's recall number is RA-03-0017. IMPORTANT: This recall supersedes recall 13V-228. Any vehicle that has been remedied under the previous recall needs to have the current remedy applied." -01/15/2014,14V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V009000),"Triumph Motorcycles America, Ltd.",Throttle Position Signal may cause Engine Shutdown,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2800,"Triumph Motorcycles America, LTD (Triumph) is recalling certain model year 2012-2014 Tiger Explorer ABS A1 and 2013-2014 Tiger Explorer Spoke ABS XC A1 and Trophy SE A1 motorcycles manufactured November 17, 2011, through December 16, 2013. In the affected motorcycles, the electronic control unit (ECU) hardware and software may improperly detect the motorcyle's throttle position resulting in the motorcycle shutting down.",An unexpected shutdown increases the risk of a crash.,"Triumph will notify owners, and dealers will update and install new ECU hardware and software, free of charge. The recall began on January 24, 2014. Customers may contact Triumph at 1-678-854-2010." -01/14/2014,14V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V008000),PACCAR Incorporated,Truck May Start While in Gear,POWER TRAIN,14KWA,Vehicle,85,"PACCAR Incorporated (PACCAR) is recalling certain 2011-2014 model year Kenworth T440 vehicles manufactured March 10, 2010, through September 23, 2013 and equipped with Allison transmissions, Cummins Westport ISL-G engines, and NAMUX2 software. In the affected vehicles, the engine harness may have been installed incorrectly rendering the neutral start interlock inoperable.","If the engine harness is installed incorrectly, the truck may be able to be started with the transmission in gear, increasing the risk of a crash.","PACCAR will notify owners, and dealers will inspect and correct the connection on the engine harness, as necessary, free of charge. The recall is expected to begin by early March 2014. Customers may contact PACCAR at 1-425-468-7400. Paccar's number for this recall is 14KWA." -01/13/2014,14V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V005000),"Erwin Hymer Group North America, Inc.",Brake Line may Chafe EGR Tube,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,"Roadtrek Motorhomes Inc. (Roadtrek) is recalling certain model year 2013-2014 RSCM motorhomes manufactured February 14, 2013, through December 20, 2013 on a Mercedes Sprinter van chassis. During installation of the coolant lines, the right front brake line may have been unseated from the brake line holder allowing the brake line to contact the exhaust gas recirculation (EGR) tube.","Brake line contact with the EGR tube could result in a hole in the brake line, reducing braking ability and increasing the risk of a crash.","Roadtrek will notify owners, and dealers will secure the coolant lines and inspect for unseated brakes lines. Brake lines that show evidence of chafing will be replaced. The recall began on January 30, 2014. Customers may contact Roadtrek at 1-888-762-3873." -01/13/2014,14V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V007000),"General Motors, LLC",Overheating Of Exhaust Components may cause Fire,ENGINE AND ENGINE COOLING,14008,Vehicle,325213,"General Motors is recalling certain 2014 model year Chevrolet Silverado 1500 and GMC Sierra 1500 vehicles, and 2015 model year Cadillac Escalade and Escalade ESV; Chevrolet Silverado HD; and GMC Sierra HD, Yukon, and Yukon XL, equipped with a 4.3L engine or 5.3L engine.",The overheated exhaust components may melt nearby plastic parts and may result in an engine fire.,"General Motors will notify owners, and dealers will reprogram the engine control module, free of charge. The recall began on January 16, 2014. Owners may contact Chevrolet at 1-800-222-1020 and GMC at 1-800-462-8782. General Motors' number for this recall is 14008." -01/13/2014,14V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V006000),"Tesla, Inc.",Plug in vehicle charger/Possible fire,EQUIPMENT,NR (Not Reported),Vehicle,21081,"Tesla Motors, Inc. (Tesla) is recalling certain model year 2013 Model S vehicles equipped for, and delivered with, certain NEMA 14-50 (240 volt) Universal Mobile Connector (UMC) adapters. During charging, the adapter, cord, or wall outlet could overheat.","An overheated adapter, cord, or wall outlet increases the risk of burn injury and/or fire.","Tesla will notify owners and provide an over-the-air (OTA) software update. Some owners have already received this update. This update allows the Model S on board charging system to detect any unexpected fluctuations in the input power or higher resistance connections to the vehicle. If detected, the onboard charging system will automatically reduce the charging current by 25%. Tesla owners can verify that they have received the updated software (version 5.8.4 or later) by viewing the vehicle's center information screen. Additionally, Tesla will mail owners a replacement NEMA 14-50 adapter that is equipped with an internal thermal fuse. The recall began on March 14, 2014. Owners may contact Tesla Service Center at 1-877-79-TESLA (1-877-798-3752)." -01/08/2014,14V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V004000),Glaval Bus,Alternator Wiring Harness may be Pinched,ELECTRICAL SYSTEM,13E-049,Vehicle,467,"Glaval Bus is recalling certain model year 2010-2013 Universal, Entourage, Concorde II, Titan, Titan II and Legacy transit buses manufactured June 1, 2010, through June 30, 2013, and equipped with a Ford 5.4L or 6.8L engine and a Trans/Air-brand air conditioner. In the affected vehicles, depending on the routing of the alternator harness, and the orientation of the heater hose spring clamp at the front of the intake manifold, the alternator harness may be pinched between the spring clamp and the air conditioner compressor mounting bracket.","The charging system may fail which could lead to the vehicle stalling while driving, increasing the risk of a crash. Additionally, the spring clamp could pierce both the positive and negative wires of the alternator harness creating a short circuit which could result in a fire.","Glaval Bus will notify owners, and Trans/Air dealers will inspect the vehicles, correct the clamp installation and repair and reroute the alternator harness, as needed, free of charge. The recall began on January 22, 2014. Customers may contact Glaval at 1-574-262-2212." -01/06/2014,14V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V002000),Ford Motor Company,Fuel Leak from Cracking In The Fuel Pulse Damper,"FUEL SYSTEM, GASOLINE",13S13,Vehicle,27933,"Ford Motor Company (Ford) is recalling certain model year 2012-2013 Edge vehicles manufactured from September 2, 2010, through April 25, 2013, and equipped with 2.0L engines. The fuel line pulse damper metal housing may crack as a result of an improper manufacturing process. A cracked fuel line pulse damper housing may result in a combination of fuel odor, weepage, or a continuous leak while the fuel system is pressurized.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners, and dealers will replace the fuel line with one that does not have a damper, free of charge. The safety recall began on February 25, 2014. Owners may contact Ford at 1-866-436-7332. Ford's number for this recall is 13S13. IMPORTANT: This recall supersedes recall 12V-438. All vehicles that have been remedied under the previous recall need to have the current remedy applied." -01/06/2014,14E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14E001000),Ford Motor Company,Replacement Steering Gears may Lock Steering,STEERING,13S14,Equipment,300,"Ford Motor Company (Ford) is recalling certain replacement steering gears installed on model year 2011-2012 Explorers as service parts in September 2013 and January 2014. The affected gears may lock, preventing the driver from being able to steer the vehicle.",The inability to steer the vehicle increases the risk of a crash.,"Ford will notify owners and dealers will replace the suspect steering gears with new steering gears, free of charge. The recall began on January 29, 2014. Customers may contact Ford at 1-800-392-3673. Ford's number for this recall is 13S14." -01/02/2014,14V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=14V001000),"Altec Industries, Inc.",Moisture In Control Module Plug may cause Movement,EQUIPMENT,CSN 592,Vehicle,168,"Altec Industries, Inc. (Altec) is recalling certain model year 2010-2013 AH75, AH85, and AH100 vehicles manufactured from April 1, 2010, through November 20, 2013. Moisture may get into the control module plug and result in inadvertant movement of the boom or platform.",The unexpected movement increases the risk of injury to the operator or those nearby.,"Altec will notify owners and dealers will replace the control module wiring harness, free of charge. The recall will begin on April 14, 2014. Customers may contact Altec at 1-877-462-5832. Altec's number for this recall is CSN 592." -12/30/2013,13V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V651000),Oshkosh Corporation,Brake Pedal Bracket may Loosen,SERVICE BRAKES,NR (Not Reported),Vehicle,126,"Oshkosh Corporation is recalling certain model year 2013 S-Series ready mixed concrete trucks manufactured May 1, 2013, through November 27, 2013. In the affected vehicles, the brake pedal bracket may loosen due to missing lock washers.","A loose brake pedal bracket may allow the brake pedal to contact the floor of the cab, which would reduce the vehicle's braking capability and increase the risk of a crash.","Oshkosh will notify owners, and dealers will inspect and correct the brake pedal mounting assembly as necessary, free of charge. The recall began February 7, 2014. Owners may contact Oshkosh at 1-888-686-7278." -12/26/2013,13V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V647000),Bay Bridge Manufacturing LLC,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,223,"Bay Bridge Manufacturing LLC (Bay Bridge) is recalling certain model year 2006-2013 cargo box vans and trailers manufactured January 1, 2006, through July 31, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Bay Bridge will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began in March 2014. Owners may contact Bay Bridge at 1-578-848-7477 or Fastec at 1-800-837-2505." -12/26/2013,13V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V650000),Prevost Car (US) Inc.,Windshield Wiper Motor may Fail,VISIBILITY,SR14-02,Vehicle,682,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2012-2013 X3-45 VIP motorhomes, H3 VIP motorhomes and XLII-45 Entertainers and model year 2012-2014 model year X3-45, H3-41, H3-45 coaches manufactured June 6, 2011, through May 17, 2013, equipped with JAKO windshield wiper motors, model SWF403195. In the affected vehicles, the windshield wiper motor housing may crack resulting in a loss of windshield wiper function.","Without functioning windshield wipers, the driver's visibility may be reduced, increasing the risk of a crash.","Prevost will notify owners, and dealers will inspect the vehicles and any affected windshield wiper motor will be replaced, free of charge. The recall began on February 26, 2014. Owners may contact Prevost at 1-418-883-2888. Prevost's number for this recall is SR14-02." -12/24/2013,13E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E072000),"Airstream, Inc.",Accessory Bike Rack,EQUIPMENT,NR (Not Reported),Equipment,623,"Airstream, Inc. is recalling certain Fiamma-brand Flying Cloud and International model number 209397 accessory bicycle racks distributed January 2012 through December 2013 by Airstream. When the bike rack is installed as designed and loaded with bicycles, the secondary emergency exit in the rear of the trailer may be partially blocked.","Partial blockage of the secondary emergency may hinder egress from the trailer in the event of an emergency, increasing the risk of injury to passengers.","Airstream will notify owners, and will supply two new warning labels, one for the bike rack and one for inside the trailer by the rear secondary exit. This label will also come with installation instructions. The recall began on January 17, 2014. Customers may contact Airstream at 1-937-538-1268." -12/24/2013,13V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V644000),"Cargo South, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1440,"Cargo South, Inc. is recalling certain model year 2006-2013 enclosed utility trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. In the affected trailers, it may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Cargo South will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by early February 2014. Owners may contact Cargo South at 1-229-468-5659 or Fastec at 1-800-837-2505." -12/24/2013,13E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E071000),"Meritor, Inc.",Misaligned Lock Washer and Pin,SUSPENSION,C14AB,Equipment,100,"Meritor, Inc. is recalling certain RMT14512ABS and RMT14612 trailer axles that were remanufactured for Trac Intermodal between June 1, 2013 and June 30, 2013. During remanufacturing, the axles may have been assembled with the lock washer and pin misaligned.","The misalignment could prevent the pin from engaging. Additionally, the jam nut would not be torqued to specification, creating the potential for wheel separation, which could increase the risk of a crash.","Meritor will notify Trac Intermodal, and Meritor service personnel will inspect and repair the axles, as necessary, free of charge. The recall is expected to begin on January 20, 2014. Owners may contact Meritor at 1-800-535-5560. Meritor's number for this recall is C14AB." -12/24/2013,13V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V643000),Blue Bird Body Company,Parking Brake may Unexpectedly Release,PARKING BRAKE,R13WT,Vehicle,217,"Blue Bird Corporation is recalling certain 2014-2015 model year All American and Vision school buses manufactured from September 24, 2013, through December 6, 2013. In the affected vehicles, a component within the hydraulic park brake pedal arm may not have been properly heat treated and may fracture causing the parking brake to release without warning.","If the park brake pedal arm fractures, the bus may unexpectedly roll increasing the risk of personal injury or a vehicle crash.","Blue Bird has notified owners and dealers will install a new parking brake assembly, free of charge. The recall began on December 31, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R13WT." -12/24/2013,13V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V645000),"Nissan North America, Inc.",Wrong Tire And Loading Information Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,183,"Nissan North America, Inc. (Nissan) is recalling certain 2014 model year Titan King Cab and Crew Cab pick-up trucks manufactured August 27, 2013, through November 13, 2013. In the affected vehicles, the Tire and Loading Information label overstates the maximum load and passenger carrying capacity of the vehicle. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) number 110, ""Tire Selection and Rims for Passenger Cars.""","If the vehicle is loaded to the capacity stated on the incorrect label, and the tire load capacity is exceeded, the vehicle may experience structural damage to the tire. If this occurs, this may lead to tire failure which could increase the risk of a crash.","Nissan will notify owners and will provide owners with a correct label to install, free of charge. The recall is expected to begin on January 21, 2014. Owners may contact Nissan at 1-800-647-7261." -12/20/2013,13V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V641000),"Mack Trucks, Inc.",Automatic Over-Speed Protection System,ENGINE AND ENGINE COOLING,SC0374,Vehicle,35,"Mack Trucks, Inc. (Mack) is recalling certain model year 2014 CXU tractor trailers manufactured June 21, 2013, through October 4, 2013 and equipped with an automatic over-speed protection system. In the affected vehicles, the protection system, designed to monitor diesel engine speed and shutdown the engine should it rev excessively, may be wired incorrectly and may not operate as designed.","Without a system to control the engine speed, if airborne hydrocarbons (combustible vapors) enter through the air intake, excessive engine speed may result in a catastrophic engine failure and/or engine fire.","Mack will notify owners, and dealers will correct the system wiring, free of charge. The recall began on February 20, 2014. Owners may contact Mack Trucks at 1-336-393-2000. Mack's number for this recall is SC0374." -12/20/2013,13V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V654000),Starcraft RV,Incorrect Tire Label information/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,50,"Starcraft RV, Inc. (Starcraft) is recalling certain model year 2014 Comet BK, BW, BX, and BY recreational vehicles manufactured August 22, 2013, through December 10, 2013. On the affected vehicles, the certification label incorrectly identifies the load range of the tires. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""",An inaccurate label may result in the installation of replacement tires with an insufficient load range which may lead to sudden tire failure and an increased risk of a crash.,"All affected trailers are quarantined in dealer inventory. Starcraft will send corrected labels to those dealers. The recall began on January 20, 2014. Owners may contact Starcraft Customer Service at 1-800-945-4787." -12/20/2013,13V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V646000),"Riverside Travel Trailer, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,986,"Riverside Travel Trailer, Inc. (Riverside) is recalling certain model year 2006-2014 travel trailers manufactured January 1, 2010, through April 30, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Riverside will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 16, 2014. Owners may contact Riverside at 1-765-472-3920 or Fastec at 1-800-837-2505." -12/20/2013,13E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E073000),"General Motors, LLC",PRNDM Position Indicator/FMVSS 102,ELECTRICAL SYSTEM,13442,Equipment,18,"General Motors LLC (GM) is recalling certain software intended for 2015 vehicles that was installed by service centers into model year 2014 Chevrolet Silverados and GMC Sierras equipped with Allison A1000 transmissions. The incorrect software may cause the transmission indicator not to display that gear position ""1"" has been selected. As such, this vehicle does not conform to Federal Motor Vehicle Safety Standard (FMVSS) number 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect.""","The transmission position indicator may not show that the transmission is in first gear (1) and not drive (D). If the drivers pulls into traffic, the vehicle's speed would be limited, resulting in an increased risk of a crash.","GM will notify owners, and dealers will upload the correct transmission software, free of charge. The recall began on January 27, 2014. Owners may contact Chevrolet at 1-800-222-1020 and GMC at 1-800-462-8782. General Motors' number for this recall is 13442." -12/20/2013,13V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V639000),"Daimler Trucks North America, LLC",Speedometer may Read Lower than Actual Speed,ELECTRICAL SYSTEM,FL-658,Vehicle,45,"Daimler Trucks North America (DTNA) is recalling certain model year 2014-2015 Thomas Built Saf-T-Liner EFX school buses manufactured September 30, 2013, through November 15, 2013. In the affected vehicles, due to an incorrect calibration, the speedometer may display a speed lower than the vehicle is actually traveling.","With the incorrect calibration, the driver may unknowingly exceed the posted speed limit, increasing the risk of a crash.","DTNA will notify owners, and dealers will update the instrument cluster software to correct the calibration, free of charge. Owners may contact DTNA at 1-800-547-0712. DTNA's number for this recall is FL-658." -12/20/2013,13V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V640000),"Daimler Trucks North America, LLC",Speedometer may Read Lower than Actual Speed,ELECTRICAL SYSTEM,FL-658,Vehicle,62,"Daimler Trucks North America (DTNA) is recalling certain model year 2014 Freightliner Custom Chassis MT45, MT55 and MBC Chassis manufactured September 24, 2013, through November 7, 2013. In the affected vehicles, due to an incorrect calibration, the speedometer may display a speed lower than the vehicle is actually traveling.","With the incorrect calibration, the driver may unknowingly exceed the posted speed limit, increasing the risk of a crash.","DTNA will notify owners, and dealers will update the instrument cluster software to the correct calibration, free of charge. Owners may contact DTNA at 1-800-547-0712. DTNA's number for this recall is FL-658." -12/19/2013,13V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V642000),Nova Bus (US) Inc.,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,CR3030-CR3034,Vehicle,264,"Nova Bus is recalling certain 2009-2012 model year LFS and LFS HEV transit buses equipped with Sure Power DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Nova Bus will notify owners and dealers will inspect and replace the converters, as necessary, free of charge. The recall is expected to begin in January 2014. Owners may contact Nova Bus at 1-450-472-6410. Nova Bus's numbers for this recall are CR3030, CR3031, CR3032, CR3033 and CR3034 (depending on the converter's part number and location of in the vehicle)." -12/19/2013,13V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V638000),"Tiffin Motorhomes, Inc.",Fireplace may Ignite Exposed Wood,EQUIPMENT,NR (Not Reported),Vehicle,222,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2013-2014 Allegro 33AA motorhomes equipped with an electric fireplace. In the affected vehicles, the fireplace may ignite a piece of exposed wood inside the electric fireplace.","If the exposed piece of wood ignites, the rest of the motorhome could also catch fire.","Tiffin will notify owners, and dealers will install a heat shield to keep heat from the exposed wood, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Tiffin at 1-256-356-8661." -12/19/2013,13V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V630000),"Navistar, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,13519 and 13520,Vehicle,2357,"Navistar, Inc. is recalling certain model year 2014 IC Bus AE, BE and RE and model year 2014-2015 IC Bus CE school buses manufactured August 08, 2013, through November 14, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Navistar will notify owners, and dealers will inspect and replace the seat belt buckles, as necessary, free of charge. The recall began on February 26, 2014. Owners may contact Navistar at 1-800-448-7825. Navistar's numbers for this campaign are 13519 and 13520." -12/19/2013,13V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V631000),"Navistar, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,13521,Vehicle,39,"Navistar Inc. is recalling certain model year 2014-2015 IC Bus CE and model year 2014 IC Bus RE transit buses manufactured August 12, 2013, through November 14, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Navistar will notify owners, and dealers will inspect and replace the seat belt buckles, as necessary, free of charge. The recall is expected to begin by February 18, 2014. Owners may contact Navistar at 1-800-448-7825. Navistar's number for this campaign is 13521." -12/18/2013,13V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V636000),"Altec Industries, Inc.",Feeder Tube Bracket Failure,EQUIPMENT,CSN 591,Vehicle,661,"Altec Industries Inc. (Altec) is recalling certain model year 2009-2013 DT80, and model year 2011-2013 D2, D3 and D4 digger derrick models manufactured June 2009 through November 2013. The fasteners that hold the bracket for the feeder tube (the telescopic hydraulic tube that supplies pump flow to the auger) may become loose allowing the feeder tube to fall.",A falling feeder tube increases the risk of injury to people nearby.,"Altec will notify owners, and Altec service centers will install an upgraded feeder tube bracket and mounting hardware, free of charge. The recall began on February 19, 2014. Owners may contact Altec at 1-877-462-5832. Altec's number for this recall is CSN 591." -12/18/2013,13V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V628000),Shyft Group,IFS Cradle Welds May Crack,SUSPENSION,13028,Vehicle,37,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2006-2007 Diamond, model year 2006-2010 Gladiator, model year 2009-2010 Metrostar and one model year 2007 Advantage emergency response vehicles manufactured December 22, 2005, through October 13, 2010, and equipped with independent front suspensions (IFS) by Ridgewell Corporation. In the affected vehicles, welds on the IFS cradles may crack.","Cracking of the welds could result in difficulty in steering the vehicle, increasing the risk of a crash.","Spartan Chassis will notify owners, and dealers will repair any cracks and install reinforcement brackets, free of charge. An interim notification will be sent in January 2014. A second notification will be sent when the remedy parts are available. Owners may contact Spartan at 1-517-543-6400. Spartan's number for this recall is 13028." -12/18/2013,13V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V595000),Shyft Group,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1,"Spartan Motors, Inc. (Spartan) is recalling one model year 2006 Utilimaster vehicle manufactured on June 1, 2006 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the cargo area at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Spartan will notify the owner, and Fastec will coordinate the inspection and replacement of the lock cylinder, as needed, free of charge. The recall began on January 8, 2014. Owners may contact Utilimaster at 1-800-582-3454 or Fastec at 1-800-837-2505." -12/18/2013,13V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V629000),"Contract Manufacturer, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,444,"Contract Manufacturer, LLC (CM) is recalling certain model year 2006-2012 CM and S&H trailers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","CM will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 21, 2014. Owners may contact CM Trailers at 1-888-268-7577 or Fastec at 1-800-837-2505." -12/18/2013,13V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V635000),Zero Motorcycles Inc.,Motorcycle may Quit while Running,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,667,"Zero Motorcycles Inc. (Zero) is recalling certain model year 2012-2013 XU, S, DS, and model year 2013 FX motorcycles. The affected motorcycles have controller firmware that, as a result of certain system faults, may shut off power to the motor.",A sudden loss of power to the motor may increase the risk of a crash.,"Zero will notify owners, and dealers will update the controller firmware, free of charge. The recall is expected to begin in mid-January 2014. Owners may contact Zero at 1-888-786-9376." -12/18/2013,13V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V632000),"Airstream, Inc.",Propane System may Vent,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,552,"Airstream, Inc. (Airstream) is recalling 2013-2014 Airstream Interstate recereational vehicles manufactured August 2012 through October 2013. In the affected vehicles, the installation of the propane tank and the regulator may damage the regulator, allowing propane to escape out of the safety release vent if it experiences an over pressurized condition.","If the vehicle is parked in an enclosed storage area, in the presence of an ignition source, the escaping propane can collect and potentially cause a fire and or explosion to occur.","Airstream will notify owners, and dealers will replace the regulator on the propane tank, free of charge. The recall began on February 4, 2014. Owners may contact the Airstream Warranty/Service Department by phone at 1-937-596-6111." -12/17/2013,13V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V627000),"Daimler Trucks North America, LLC",ECAS Wiring may be Reversed,ELECTRICAL SYSTEM,FL-656,Vehicle,379,"Daimler Trucks North America (DTNA) is recalling certain model year 2013-2014 Freightliner Cascadia trucks manufactured December 11, 2012, through November 27, 2013 and equipped with a Meritor Wabco electronically controlled air suspension (ECAS) system. In the affected vehicles, the wiring harnesses for the ECAS may have been reversed.","If the wiring harnesses are connected in reverse, it may adjust the suspension axle height incorrectly, reducing driving traction and parking brake effectiveness. Either result increases the risk of a crash.","DTNA will notify the owners, and dealers will inspect the ECAS wiring, correcting it as necessary, free of charge. The recall began on February 24, 2014. Owners may contact Daimler at 1-800-547-0712. DTNA's number for this recall is FL-656." -12/17/2013,13V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V625000),"Monaco RV, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,13002MRV,Vehicle,3175,"Monaco RV, LLC (Monaco) is recalling certain model year 2008-2013 recreational vehicles equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Monaco will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on February 17, 2014. Owners may contact Monaco at 1-877-466-6226 or Fastec at 1-800-837-2505." -12/17/2013,13V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V626000),CJay Trailers Inc.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,R-12-2013,Vehicle,2261,"CJay Trailers Inc. (CJay) is recalling certain model year 2006-2013 CJ610, CJ612, CJ714, CJ716, CJ814, CJ816, CJ820, CJ823, and CJ824, model year 2007-2013 CJ510, model year 2008-2013 CJ813, model year 2010-2013 FX9-620 Combo and model year 2009-2013 CJ830 cargo trailers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","CJay will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began in February 2014. Owners may contact CJay Trailers at 1-306-694-0445 or Fastec at 1-800-837-2505. CJay's number for this recall is R-12-2013." -12/16/2013,13V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V624000),Hyundai Motor America,Damaged Tire Sidewall may cause Rapid Air Loss,TIRES,NR (Not Reported),Vehicle,28,"Hyundai is recalling certain model year 2014 Santa Fe vehicles manufactured November 5, 2013, through November 15, 2013, and equipped with P235/65R17 103T Continental Crosscontact LX tires. The tires may have a damaged sidewall.","The damaged sidewall may result in a separation between the belt edges which could cause tread detachment or rapid air loss, increasing the risk of a crash.","Hyundai notified dealers to suspend sales of affected Santa Fe Sport vehicles equipped with the P235/65R17 103T tires, and replace them with alternative tires. All affected vehicles were remedied prior to retail sale. Owners may contact Hyundai Customer Care Center at 1-800-633-5151." -12/16/2013,13V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V633000),"Daimler Trucks North America, LLC",Hybrid Transmission Software,POWER TRAIN,FL-657,Vehicle,29,"Daimler Trucks North America (DTNA) is recalling certain model year 2011-2013 Thomas Built Saf-T-Liner C2 school buses manufactured December 3, 2009, through February 8, 2012, and equipped with Eaton hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","DTNA will notify owners and dealers will update the hybrid transmission software, free of charge. The recall began on February 5, 2014. Owners may contact DTNA at 1-503-745-6910. DTNA's recall number is FL-657." -12/16/2013,13V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V634000),"Daimler Trucks North America, LLC",Hybrid Transmission Software,POWER TRAIN,FL-657,Vehicle,255,"Daimler Trucks North America (DTNA) is recalling certain model year 2009-2014 model year Freightliner Business Class M2 and Freightliner Custom Chassis MT45 and MT55 chassis manufactured August 27, 2008, through December 10, 2013 and equipped with Eaton hybrid automated transmissions. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver's input.","The increase in engine speed may result in unintended acceleration, increasing the risk of a crash.","DTNA will notify owners and dealers will update the hybrid transmission software, free of charge. The recall began on February 5, 2014. Owners may contact DTNA at 1-503-745-6910. DTNA's recall number is FL-657." -12/16/2013,13V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V623000),"Hino Motors Sales U.S.A., Inc.",Incorrect GVWR Label/FMVSS 567,EQUIPMENT,M0270,Vehicle,8,"Hino Motor Sales (Hino) is recalling certain model year 2013 NV8J vehicles manufactured November 13, 2012, through February 8, 2013. The affected vehicles were modified to have a lower Gross Vehicle Weight Rating (GVWR), however the vehicle documentation shows the full GVWR. As such, the information on the documents does not conform to Federal Motor Vehicle Safety Standard (FMVSS) Part 567 ""Certification.""","An operator relying on the documents to determine the truck's GVWR may load the vehicle beyond the actual weight rating, possibly resulting in tire or suspension failure, increasing the risk of a crash.","Hino will notify owners, and dealers will inspect and replace the documents, as necessary, free of charge. All of the owners have been notified as of January 29, 2014. Customers may contact Hino at 1-248-699-9330. Hino's number for this recall is M0270." -12/16/2013,13V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V648000),"Sharp Manufacturing, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1975,"Sharp Manufacturing is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 30, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the cargo trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Sharp Manufacturing will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on February 3, 2014. Owners may contact Sharp Manufacturing at 1-785-363-7336 or Fastec at 1-800-837-2505." -12/16/2013,13V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V622000),Honda (American Honda Motor Co.),Loosening Of Lower Control Arm Bolts,SUSPENSION,JD0,Vehicle,7387,"American Honda Motor Company (Honda) is recalling certain model year 2014 Acura RLX vehicles manufactured August 7, 2012, through November 5, 2013. The bolts that attach the rear lower control arms to the sub-frame of the vehicle may have loosened during transport to dealerships.","Loose rear lower control arm bolts may reduce steering ability, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the rear suspension lower control arm bolts, free of charge. The recall is expected to begin in early January 2014. Customers may contact Honda at 1-800-999-1009. Honda's number for this recall is JD0." -12/12/2013,13E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E070000),Genera Corporation,Aftermarket Tail Lamps (Circuits Switched),EXTERIOR LIGHTING,NR (Not Reported),Equipment,409,"Genera Corporation (Genera) is recalling certain aftermarket replacement tail lights, model 11-6468-00 (driver-side), and model 11-6467-00 (passenger-side), sold for use on 2012-2013 Toyota Prius V vehicles. The brake light and tail light circuits are switched causing the brake lights to be illuminated continuously until the brake pedal is pressed, when the brake lights will go out.","The reversed tail lamp function reduces the ability to warn other motorists of the driver's intentions, increasing the risk of a crash.","Genera will notify owners and provide replacement aftermarket tail lamps, free of charge. The recall began on January 23, 2014. Owners may contact Genera at 1-888-963-9888. This recall is being conducted by Genera Corporation, not by Toyota Motor Corporation." -12/12/2013,13V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V617000),"BMW of North America, LLC",Fuel Pump Flange may Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,50184,"BMW of North America, LLC (BMW) is recalling certain model year 2005-2011 model year R-model motorcycles, model year 2005-2012 K-model motorcycles, model year 2010-2011 S 1000 model motorcycles, and model year 2006-2010 HP2 motorcycles. In the affected motorcycles, the fuel pump flange (and the auxiliary fuel pump flange if equipped) could develop cracks and leak fuel.",A fuel leak in the presence of an ignition source may result in a fire.,"BMW will notify owners, and dealers will either reinforce the fuel pump flange or replace the pump, as necessary, free of charge. The recall began on April 16, 2014. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -12/12/2013,13E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E068000),Eaton Corporation,Hybrid Automated Transmission Software,POWER TRAIN,NR (Not Reported),Equipment,496,"Eaton Corporation (Eaton) is recalling certain Eaton and Fuller hybrid automated transmissions, part numbers EH-6E606B-CD; EH-6E606B-U; EH-6E606B-UP; EH-6E706B-UPG;EH-6E606B-T; EH-6E606B-CDG; EH-6E606B-P; EH-6E606B-CDR; EH-6E606B-PBD; EH-6E706B-PSB; EH-6E606B-PBD, that contain Eaton�s hybrid control module software versions 5500682 or 5500683 and were manufactured August 30, 2010, through December 16, 2013 for use in medium-duty commercial vehicles. The software controlling the affected transmissions may improperly raise the vehicle's engine speed during downshifts without the driver�s input.","This can result in unintended acceleration during a downshift, increasing the risk of a crash.","Eaton will notify their customers, who are medium-duty vehicle manufacturers and Eaton authorized service facilities will update the Hybrid Control Module Software version, free of charge. The recall began on January 16, 2014. Customers may contact Eaton at 1-800-386-1911." -12/12/2013,13V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V616000),"Double R Trailer Mfg., Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,528,"Double R Trailer Mfg., Inc. (Double R) is recalling certain model year 2010-2014 utility trailers manufactured April 1, 2010, through December 6, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Double R will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on February 7, 2014. Owners may contact Double R at 1-208-461-7544 or Fastec at 1-800-837-2505." -12/12/2013,13T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T012000),"Michelin North America, Inc.",Possible Tread Separation,TIRES,NR (Not Reported),Tire,1200000,"Michelin North America, Inc., (Michelin) is recalling certain Michelin LTX M/S tires, size LT225/75R16 115/112R LRE, manufactured from January 10, 2010, through June 23, 2012, and supplied for use as original equipment on certain Ford vehicles, and as replacement equipment on various brand commercial light trucks, full-sized heavy duty vans, small RVs and some large pickup trucks. These tires could experience tread separation.","Tread separation can lead to rapid air loss, which may result in a loss of vehicle control, increasing the risk of a crash.","Michelin will notify owners and Michelin dealers will replace the tires free of charge. The recall began on January 6, 2014. Owners may call Michelin Consumer Care Monday-Friday from 8 a.m. to 8 p.m. EST, or Saturday and Sunday from 8:30am to 4:30pm EST at the following numbers: USA: 1-800-231-5893 (language options: English and Spanish)" -12/12/2013,13V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V653000),Newmar Corporation,Steering Linkage Castle Nuts may be Loose,STEERING,NR (Not Reported),Vehicle,47,"Newmar Corporation (Newmar) is recalling certain model year 2013-2014 motorhomes manufactured October 15, 2012, through June 20, 2013. In the affected vehicles, the castle nuts for the steering linkage ball joint fasteners, which mount to bell cranks, may be loose. If the castle nuts become completely loose, the steering linkage may separate from the bell cranks without warning.","This may cause a loss of steering, increasing the risk of a crash.","Newmar will notify owners and Spartan dealers will replace the steering linkage fasteners, free of charge. The manufacturer has not yet provided a notification schedule. Customers may contact Newmar at 1-800-731-8300." -12/11/2013,13V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V615000),"General Motors, LLC",Transfer Pump Failure may result in Engine Stall,"FUEL SYSTEM, DIESEL",13420/13421,Vehicle,9733,"General Motors LLC (GM) is recalling certain model year 2012-2013 Chevrolet Silverado HD and GMC Sierra HD vehicles, equipped with 6.6L diesel engines and dual fuel tanks. In the affected vehicles, the transfer pump which moves fuel from the rear tank to the front tank could malfunction and cause the fuel gauge to indicate an inaccurate reading.","If the fuel gauge indicates an inaccurate reading it may result in the vehicle unexpectedly stalling, increasing the risk of a crash.","General Motors will notify owners and dealers will inspect and replace the fuel transfer pump, as necessary, free of charge. The manufacturer has not yet provided a notification schedule. The recall began on May 30, 2014. Owners may contact Chevrolet at 1-800-222-1020 and GMC at 1-800-462-8782. GM's number for this recall is 13420." -12/09/2013,13E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E066000),Extang Corporation,Encore Tonneau Covers may Separate,EQUIPMENT,NR (Not Reported),Equipment,14204,"Extang Corporation (Extang) is recalling certain Encore Tonneau Covers sold as an aftermarket accessory for pick-up trucks. The Encore cover is a hard-panel, tri-fold cover whose front and rear panels open to allow access to the truck bed. The subject covers have a front panel that may become unsecured while driving, allowing wind to lift and separate the covers from the truck beds.","If the cover separates from the truck bed, it may become a road hazard, increasing the risk of a crash.","Extang will notify owners and arrange to install tether straps to secure the front panel cover to the truck bed, free of charge. The recall began on January 6, 2014. Customers may call 1-866-432-1329 or visit www.TruckbedCoverRecall.com for more information or to arrange for installation of the tether straps." -12/09/2013,13V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V637000),Marathon Homes Corporation,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,54,"Marathon Homes Corporation (Marathon) is recalling certain model year 2006-2013 towable and fifth wheel travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Marathon will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 23, 2014. Owners may contact Marathon Homes at 1-574-294-6441 or Fastec at 1-800-837-2505." -12/09/2013,13V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V652000),Skyline Corporation,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,38434,"Skyline Corporation (Skyline) is recalling certain model year 2006-2013 recreational vehicle travel trailers and fifth-wheel trailers manufactured January 1, 2006, through May, 31, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Skyline will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on April 7, 2014. Owners may contact Skyline at 1-800-755-6521 or Fastec at 1-800-837-2505." -12/06/2013,13E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E069000),"Omix Ada, Inc",Aftermarket Replacement Brake Hoses may Rupture,"SERVICE BRAKES, HYDRAULIC",CBRK 1-13,Equipment,4301,"Carflex Auto LTD in cooperation with Omix Ada, Inc. is recalling certain front and rear braided stainless steel replacement brake hoses sold as extended length replacement brake hoses for certain Jeep vehicles that have been modified for off road use. The brake hoses could leak fluid and possibly rupture.","Failure of the brake hose would lengthen the distance required to stop the vehicle, increasing the risk of a crash.","Omix Ada will notify wholesalers and owners, and will supply replacement brake hoses, free of charge. The recall began on January 31, 2014. Owners may contact Omix Ada at 1-770-614-6101. Omix Ada's number for this recall is CBRK 1-13." -12/06/2013,13V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V611000),"Covered Wagon Trailers, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,288,"Covered Wagon Trailers, LLC (Covered Wagon) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Covered Wagon will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin in January 2014. Owners may contact Covered Wagon at 1-229-423-4044 or Fastec at 1-800-837-2505." -12/06/2013,13V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V613000),Shyft Group,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,13026,Vehicle,3,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2002 MetroStar, 2009 Gladiator, and 2013 Gladiator emergency response vehicles equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Spartan Chassis will notify owners, and dealers will inspect and replace the seat belt buckles, as necessary, free of charge. The recall is expected to begin in January 2014. Owners may contact Spartan at 1-517-543-6400. Spartan Chassis' number for this recall is 13026." -12/06/2013,13V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V610000),"Chrysler (FCA US, LLC)",Transmission Output Shaft may Fracture,POWER TRAIN,N65,Vehicle,4194,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Chrysler 300 AWD, Dodge Charger AWD, and Dodge Ram 1500 4x4 vehicles equipped with ZF all wheel drive (""AWD"") 8HP45 transmissions. In the affected vehicles, the transmission output shaft may fracture.","The transmission output shaft fracture could result in a loss of power, increasing the risk of a crash. Additionally, if the parking brake is not applied before exiting the vehicle, the vehicle may roll away despite the transmission being placed in 'Park'.","Chrysler will notify owners, and dealers will inspect and replace the transmissions, as necessary, free of charge. The recall began on March 31, 2014. Customers may contact Chrysler at 1-800-853-1403. Chrysler's recall number is N65." -12/05/2013,13V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V612000),PACCAR Incorporated,Stop/Tail/Turn Lamp Housing/FMVSS 108,EXTERIOR LIGHTING,13KWN,Vehicle,5087,"PACCAR Incorporated (Paccar) is recalling certain model year 2014 Kenworth T170, T270, T370, T440, T470, T660, T680, T700, T800, T880, C500 and W900 trucks manufactured July 1, 2013 through September 17, 2013. In the affected vehicles, the plastic housing of the Stop/Tail/Turn (STT) lamp can shrink and allow the light bulb to fall out of the mounted retention ring. As such, the Stop/Tail/Turn light would not be illuminated, and the vehicles do not conform to Federal Motor Vehicle Safety Standard (FMVSS) No. 108 ""Lamps, Reflective Devices, and Associated Equipment.""","If the stop/tail/turn light is not illuminated, the driver's intentions would not be communicated, which increases the risk of a crash.","Kenworth will notify owners, and dealers will replace the defective STT lamps with new lamps. The recall began on February 4, 2014. Customers may contact Paccar at 1-425-468-7400. Kenworth's number for this recall is 13KWM." -12/04/2013,13V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V608000),"Triumph Motorcycles America, Ltd.",Center Stand Mount may Fracture causing Tip Over,STRUCTURE,SB508RM2013/033,Vehicle,416,"Triumph Motorcycles America Ltd (Triumph) is recalling certain model year 2013 Trophy SE motorcycles manufactured June 1, 2012, through February 28, 2013. In the affected motorcycles, the left hand center stand mount may fracture.","If the center mount fractures, it will not provide adequate support for the center stand while the vehicle is parked and may cause the motorcycle to fall over, increasing the risk of injury to those nearby.","Triumph will notify owners, and dealers will install a new center stand bracket to the left hand side of the motorcycle frame. The recall is expected to begin during January 2014. Customers may contact Triumph at 1-678-854-2010. Triumph's number for this recall is SB508RM2013/033." -12/03/2013,13V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V609000),Starcraft RV,Tires may be Overloaded,EQUIPMENT,NR (Not Reported),Vehicle,26,"Starcraft RV, Inc. (Starcraft) is recalling certain model year 2014 16BH AR-ONE trailers manufactured between June 3, 2013, through September 30, 2013. The vehicles were built with tires of a lower load range than the Gross Vehicle Weight Rating requires.","If the trailer is loaded to the gross vehicle weight rating that is listed on the label for the higher capacity tires, the tires may suddenly fail increasing the risk of a crash.","Starcraft RV will notify owners and dealers will replace the tires and the spare tire with new ST175.80R13D tires and issue a correct tire label, free of charge. The recall began on January 8, 2014. Customers may contact Starcraft at 1-800-945-4787." -12/02/2013,13V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V607000),"Jaguar Land Rover North America, LLC",Side Air Bag Connectors may Disconnect,AIR BAGS,P037,Vehicle,3912,"Jaguar Land Rover North America, LLC (Land Rover) is recalling certain model year 2013-2014 Range Rover vehicles. In the affected vehicles, due to insufficient clearance, the Supplemental Restraint System (SRS) connector located in the driver and front passenger side seat of the vehicle may become disconnected.","If the connector becomes disconnected, the driver and/or passenger seat side air bag may not function. In the event of a crash necessitating side air bag deployment, the seat occupant is at an increased risk of injury.","Land Rover will notify owners, and dealers will modify the area around the connector to prevent it from becoming disconnected, free of charge. The recall began on January 16, 2014. Customers may contact Land Rover at 1-800-637-6837, Option 9. Land Rover's number for this recall is P037." -11/29/2013,13E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E065000),UCI International LLC,Fuel Pump may Leak Fuel,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,397,"Airtex Products LP (Airtex) is recalling certain model E8598M, E8518M, E8600M, E8596M, and E8597M fuel pumps manufactured July 26, 2013, and July 29, 2013 and used as aftermarket replacements on Subaru Baja's, Outback's and Legacy's. The affected fuel pumps were sold or installed into the aftermarket applications on or after July 26, 2013, and may may leak fuel from the base of a fuel line connection when the gas tank is full.",A fuel leak in the presence of an ignition source increases the risk of a fire.,"Airtex will notify owners, and will replace the fuel pump, free of charge. Recall is expected to begin on January 2, 2014. Customers may contact Airtex at 1-800-880-3056. The recall is expected to begin during January 2014. This recall is being conducted by Airtex, not by Subaru." -11/29/2013,13V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V605000),"Daimler Trucks North America, LLC",Left Outer Tie Rod may Fracture,STEERING,FL-655,Vehicle,2564,"Daimler Trucks North America (DTNA) is recalling certain model year 2008-2009 Sterling Bullet trucks manufactured October 15, 2007, through November 10, 2008. In the affected vehicles, the left outer tie rod ball stud may fracture.","A failure of the tie rod assembly may result in a loss of steering control, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the tie rod assembly with a redesigned assembly, free of charge. The recall began on July 24, 2015. Customers may contact DTNA at 1-800-547-0712. DTNA's number for this recall is FL-655." -11/29/2013,13V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V601000),E-One Incorporated,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,10,"E-One Incorporated (E-One) is recalling certain model year 2013 model Typhoon and Cyclone II fire fighting vehicles equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","E-One will notify owners and dealers will inspect the seat belt buckle, and if necessary, replace the seat belt buckles, free of charge. The recall is expected to begin on, or about, January 17, 2014. Customers may contact E-One at 1-800-627-5050." -11/29/2013,13V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V604000),"Daimler Trucks North America, LLC",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,FL-654,Vehicle,26310,"Daimler Trucks North America (DTNA) is recalling certain model year 2014 Freightliner 108SD, 114SD, 122SD, Coronado, Argosy, Cascadia, M2 Business Class, and Western Star 4700, 4900, and 6900 vehicles manufactured August 5, 2013, through November 15, 2013; and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","DTNA will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall is expected to begin by January 26, 2014. Owners may contact Daimler at 1-800-385-4357. DTNA's number for this campaign is FL-654." -11/29/2013,13V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V606000),"Daimler Trucks North America, LLC",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,FL-654,Vehicle,145,"Daimler Trucks North America (DTNA) is recalling certain model year 2013-2015 Thomas Built Buses Saf-T-Liner C2, Saf-T-Liner HDX, and Minotour school buses manufactured August 5, 2013, through November 15, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","DTNA will notify owners, and dealers will inspect and replace the seat belt buckles, as necessary, free of charge. The recall is expected to by January 26, 2014. Owners may contact DTNA at 1-800-385-4357. DTNA's number for this campaign is FL-654." -11/29/2013,13V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V618000),Volvo Trucks North America,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,RVXX1307,Vehicle,5486,"Volvo Trucks North America (Volvo) is recalling certain model year 2014 VAH, VHD, VNL, and VNM trucks manufactured August 12, 2013, through November 14, 2013; and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Volvo will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on January 27, 2014. Owners may contact Volvo at 1-336-393-2000. Volvo's number for this recall is RVXX1307." -11/29/2013,13V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V619000),"Mack Trucks, Inc.",Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,SC0373,Vehicle,39,"Mack Trucks, Inc. (Mack) is recalling certain model year 2014 CXU and MRU trucks manufactured August 12, 2013, through October 9, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Mack will notify owners, and dealers will inspect the seat belt buckle, and if necessary, replace the seat belt buckles, free of charge. The recall began on January 30, 2014. Owners may contact Mack Trucks at 1-336-393-2000. This is Mack Recall No. SC0373." -11/29/2013,13V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V620000),Prevost Car (US) Inc.,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,SR13-93,Vehicle,7,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2014 H3-45 coaches manufactured August 29, 2013, through November 19, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Prevost will notify owners, and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on January 22, 2014. Owners may contact Prevost at 1-877-773-8678. This is Prevost recall number SR13-93." -11/29/2013,13V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V603000),"Nissan North America, Inc.",Steering Column Assembly may Separate,STEERING,NR (Not Reported),Vehicle,7,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013 NV200 vehicles. After the affected vehicles were built, the steering column assembly was disassembled for inspection. The steering columns may not have been reassembled correctly after the inspection.","The incorrect reassembly of the steering column may cause certain steering column components to separate resulting in a loss of steering, increasing the risk of a crash.","Nissan has notified the owners and inspected and corrected the steering column assembly as necessary, free of charge. The recall began in November 2013. Owners may contact Nissan at 1-800-647-7261." -11/29/2013,13V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V597000),"NABI Bus, LLC",Wheel Lug Nuts May Loosen causing Wheel Separation,WHEELS,20137,Vehicle,157,"NABI Bus, LLC (NABI) is recalling certain model year 2013 40LFW and 31LFW transit buses equipped with painted steel wheels. Due to excessive paint on the wheels, the wheel lug nuts may loosen during operation.","If the lug nuts loosen during operation, the wheel could detach from the bus, increasing the risk of a crash.","NABI has notified the fleet owner of these buses and has replaced the affected painted steel wheels, free of charge. The recall began in August 2013. Customers may contact NABI at 1-256-831-4296. NABI's number for this recall is 20137." -11/25/2013,13V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V593000),PACCAR Incorporated,Certification Label Missing Information,EQUIPMENT,1113-F,Vehicle,561,"Paccar Incorporated (Paccar) is recalling certain 2004-2013 Peterbilt 379, 357, 378, 367, 388, 365, 389, 385 and 386 trucks manufactured from April 3, 2003, through October 25, 2013 and equipped with tri-drive rear axles and a tag or pusher axle. The affected vehicles may be missing required information from the certification label, specifically the tag or pusher axle the gross axle weight rating, suitable tire and rim information, and recommended tire pressure information. Without this information, the vehicles do not comply with the requirements of 49 C.F.R. Part 567, ""Certification.""","As a result, the axles may be overloaded or the wrong tires could be installed or the tires could be improperly inflated. All of these issues increase the risk of a crash.",Peterbilt will notify owners and dealers will inspect and replace the certification labels missing the necessary information. The recall is expected to begin in January 2014. Customers can contact Peterbilt at 1-940-591-4000. Peterbilt's number for this campaign is 1113-F. -11/25/2013,13V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V584000),Ford Motor Company,Engine Compartment Fuel Line May Leak,"FUEL SYSTEM, GASOLINE",13S12,Vehicle,9469,"Ford Motor Company (Ford) is recalling certain model year 2013 Escape vehicles manufactured from October 5, 2011, through July 11, 2012, and equipped with a 1.6L engine subject to prior safety recall NHTSA 12V-336. In some cases, the engine compartment fuel line may have been installed incorrectly when repaired under the prior recall. The misinstalled fuel line could chafe and eventually leak fuel.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners and dealers will inspect the engine compartment fuel line, and if necessary, replace it, free of charge. An interim notice will be mailed to owners during January 2014. The recall began on April 9, 2014. Owners may contact Ford at 1-866-436-7332. Ford's recall number is 13S12." -11/25/2013,13V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V583000),Ford Motor Company,Engine Overheating may result in Fire,ENGINE,13S12,Vehicle,139917,"Ford Motor Company (Ford) is recalling certain model year 2013 Escape vehicles manufactured October 5, 2011, through June 2, 2013 and equipped with 1.6L engines. The affected vehicles may experience localized overheating of the engine cylinder head which may cause cracks that could allow oil to leak.",Leaking engine oil may come into contact with a hot engine surface potentially resulting in an engine compartment fire.,"Ford will notify owners, and dealers will modify the engine shielding, cooling and control systems, free of charge. An interim notice will be mailed to owners during January 2014. The recall began on April 9, 2014. Owners may contact Ford at 1-866-436-7332. Ford's recall number is 13S12." -11/25/2013,13V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V598000),"Wells Cargo, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,13-006,Vehicle,4754,"Wells Cargo, Inc. (Wells Cargo) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Wells Cargo will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 10, 2014. Owners may contact Wells Cargo at 1-800-348-7553 or Fastec at 1-800-837-2505." -11/25/2013,13V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V599000),"Wells Industries, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,512,"Wells Industries Inc. is recalling certain model year 2006-2013 Wells Cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Wells Industries will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 10, 2014. Owners may contact Wells Industries at 1-801-621-3637 or Fastec at 1-800-837-2505." -11/25/2013,13V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V600000),"Haulmark Industries, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,46375,"Haulmark Industries is recalling certain model year 2006-2013 travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Haulmark Industries will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. the recall began on January 10, 2014. Owners may contact Haulmark at 1-800-348-7553 or Fastec at 1-800-837-2505." -11/25/2013,13V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V594000),Ford Motor Company,Transmission can be Shifted out of Park/FMVSS 114,POWER TRAIN,13C09,Vehicle,7153,"Ford Motor Company (Ford) is recalling certain model year 2013-2014 Lincoln MKZ Hybrid vehicles manufactured April 26, 2012, through September 24, 2013. Due to a manufacturing error, the transmission range sensor may not function properly allowing the affected vehicles to be shifted out of the Park position without first applying the brake pedal. Thus, these vehicles fail to conform with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 114, ""Theft Protection.""","Without requiring the brake to be pressed, the vehicle may be unintentionally shifted out of Park, allowing it to roll which may result in a crash.","Ford will notify owners, and dealers will update the Powertrain Control Module (PCM) with new software, free of charge. The recall began on January 2014. Customers may contact Ford at 1-866-436-7332. Ford's number for this recall is 13C09." -11/22/2013,13V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V589000),"Maserati North America, Inc.",Alternator Harness may Short resulting in Fire,ELECTRICAL SYSTEM,233,Vehicle,63,"Maserati North America, Inc. (Maserati) is recalling certain model year 2014 Quattroporte GTS V8 vehicles. The affected vehicles have an improper Y-connection crimp in the alternator-starter motor wiring harness.","The improper crimp could cause the the battery positive cable to short to ground which may cause the the wiring harness to overheat and result in a fire. The car also may stall, increasing the risk of a crash.","Maserati will notify owners, and dealers will replace the alternator-starter wiring harness, free of charge. Owners may contact Maserati customer service at 1-877-696-2737." -11/22/2013,13V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V592000),"Volvo Car USA, LLC",Driver not Warned of Low Oil Pressure,ENGINE AND ENGINE COOLING,R29436,Vehicle,30929,"Volvo Cars of North America, LLC (Volvo) is recalling certain model year 2011-2012 S60 vehicles manufactured June 22, 2010, through May 14, 2012, and equipped with 5-cylinder B5254T5 (VIN code 62) engines. In the affected vehicles, the vehicle may not alert the driver of a low oil pressure situation.","Without being warned of a low oil pressure situation, the driver may continue to drive the vehicle until it stalls, which increases the risk of a crash.","Volvo will notify owners, and dealers will update the vehicle's software so that the driver is alerted should there be a low oil pressure situation, free of charge. The recall began on January 10, 2014. Owners may contact Volvo at 1-800-458-1552. Volvo's number for this campaign is R29436." -11/22/2013,13V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V585000),"Jayco, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,226560,"Jayco Corporation (Jayco) is recalling all model year 2006-2014 Jayco, Starcraft, and Entegra towable travel, fifth wheel and camping trailers manufactured January 1, 2006, through April 30, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Jayco will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The began on January 31, 2014. Owners may contact Jayco at 1-574-825-5861 or Fastec at 1-800-837-2505." -11/22/2013,13V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V569000),"Volkswagen Group of America, Inc.",Partial Loss of Exterior Lights,ELECTRICAL SYSTEM,97Z9/2V,Vehicle,62155,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2009-2011 Tiguan vehicles manufactured July 2007 through June 2011. Due to a problem with the fuse for the exterior lights, the holder for the fuse that controls the vehicle's exterior lights circuit may melt.","If the holder melts, there may be a partial loss of exterior lighting. Reduced vehicle illumination diminishes the vehicle's visibility, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the fuse, free of charge. Owners may contact Volkswagen at 1-800-893-5298. Volkswagen's recall number is 97Z9/2V." -11/22/2013,13V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V591000),Volvo Bus Corporation,Wheel Chair Access/FMVSS 217,STRUCTURE,SR13-92,Vehicle,10,"Volvo Bus Corporation (Volvo) is recalling certain model year 2009-2010 9700 motor coaches modified January 11, 2012, through September 18, 2012 to provide wheel chair access. After being altered, the buses have an insufficient number of emergency exit windows on the passenger side of the bus. As such, these buses fail to conform with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, an insufficient number of emergency exits may delay an occupants egress of the bus, increasing the risk of personal injury.","Volvo will notify owners and dealers will install an additional emergency exit window, free of charge. The recall began on January 16, 2014. Owners may contact Volvo at 1-800-528-6586. Volvo's recall number is SR13-92." -11/21/2013,13V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V586000),Carry-On Trailer Corp.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1315,"Carry-on Trailer, Corp. (Carry-on) is recalling certain model year 2006-2013 enclosed cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Carry-On will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 18, 2013. Owners may contact Carry-On at 1-706-356-5379 or Fastec at 1-800-837-2505." -11/21/2013,13V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V587000),HL Enterprise Inc.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,716,"HL Enterprise, Inc. (HL Enterprise) is recalling certain model year 2011-2013 Hy-Line, Bridgeview, Georgian Bay, and Harbor View travel, fifth-wheel and destination trailers manufactured January 2011 through April 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","HL Enterprise will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by mid-January 2014. The recall began on December 18, 2013. Owners may contact HL Enterprise at 1-574-294-1112 or Fastec at 1-800-837-2505." -11/21/2013,13V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V590000),Collins Bus Corporation,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,NR (Not Reported),Vehicle,333,"Collins Bus Corporation (Collins) is recalling certain model year 2013 model school bus and multi-functional school activity buses manufactured August 20, 2013, through November 13, 2013 and equipped with IMMI-brand L9 seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, the buses fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Collins will notify owners, and dealers will inspect the seat belt buckle, and if necessary, replace the seat belt buckles, free of charge. The recall began on January 7, 2014. Owners may contact Collins at 1-800-533-1850." -11/20/2013,13V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V581000),"Navistar, Inc.",Chassis Skirt may Rub Tank (Possible Fuel Leak),"FUEL SYSTEM, DIESEL",13517,Vehicle,2622,"Navistar, Inc. is recalling certain model year 2013-2014 International ProStar sleeper cab vehicles manufactured December 12, 2012, through August 8, 2013 and equipped with feature code 16XSA, 16XSB, 16XSC or 16XSD chassis skirts. In the affected vehicles, the rear chassis skirt upper horizontal support S-bracket may rub the fuel tank causing a hole in the tank.","A hole in the tank would allow fuel to leak onto the roadway causing dangerous driving conditions, which could result in a vehicle crash, property damage, personal injury, or death.","Navistar will notify owners, and dealers will reinstall the chassis skirt with proper clearance, free of charge. If necessary, the fuel tank will be replaced. The recall began on March 31, 2014. Owners may contact Navistar at 1-800-448-7825. Navistar's recall number is 13517." -11/20/2013,13V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V578000),"Mirage Enterprises, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,268,"Mirage Enterprises, Inc. (Mirage) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Mirage will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 13, 2013. Owners may contact Mirage at 1-208-461-7776 or Fastec at 1-800-837-2505." -11/20/2013,13V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V576000),"Mercedes-Benz USA, LLC",Seat Belt Anchor Fittings,SEAT BELTS,2013110008,Vehicle,290,"Mercedes-Benz USA, LLC (Mercedes-Benz) is recalling certain model year 2014 S550 vehicles manufactured April 11, 2013, through October 14, 2013. In the affected vehicles, the front seat belt anchor might not be installed correctly allowing it to come loose in a crash.","If the seat belt anchor comes loose, in the event of a crash, the occupant may not be properly secured, increasing the risk of injury.","Mercedes-Benz will notify owners, and dealers will inspect and correct the front seat belt anchor fitting, as necessary, free of charge. The recall began on December 20, 2013. Owners may contact Mercedes-Benz at 1-800-367-6372. Mercedes-Benz's recall number is 2013110008." -11/20/2013,13E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E064000),Seats Incorporated,Seat Belt Assembly/FMVSS 209,SEAT BELTS,NR (Not Reported),Equipment,11,"Seats Incorporated (Seats) is recalling certain seats that are equipped with IMMI-brand L9 end-release seat belt buckles. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, this equipment fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the seat belt buckle stays latched when the button is pressed, there is an increased risk of injury in an emergency, or the seat belt may not properly release in the event of a crash.","Seats has notified its customers that bought seats with IMMI seat belts. Seats will work with IMMI to provide replacement buckles, free of charge. Owners may contact Seats at 1-800-767-3287." -11/20/2013,13V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V580000),REV Recreation Group,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,131112FRV,Vehicle,774,"Fleetwood RV, Inc. (Fleetwood) is recalling certain model year 2014 model American Eagle, American Heritage, American Revolution, American Tradition, Bounder, Bounder Classic, Discovery, Excursion, Expedition, Providence, South Wind, Storm, Terra, Terra SE, Jamboree Searcher, Jamboree Sport, Tioga Montara, and Tioga Ranger recreational vehicles equipped with IMMI-brand L9 seat belt assemblies. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Fleetwood will notify owners and dealers will inspect and replace the seat belt buckle, as necessary, free of charge. The recall began on January 17, 2014. Owners may contact Fleetwood at 1-800-322-8216. Fleetwood's recall number 131112FRV." -11/20/2013,13V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V577000),Blue Bird Body Company,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,R13WS,Vehicle,146,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2014 Vision and All American model non-school buses manufactured August 23, 2013, through November 6, 2013 and equipped with IMMI-brand L9 driver's seat belts. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, this equipment fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Blue Bird will notify owners, and dealers will inspect the seat belt buckle, and if necessary, replace the seat belt buckle, free of charge. The recall began on December 17, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird recall number R13WS." -11/20/2013,13V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V579000),Blue Bird Body Company,Seat Belt may be Difficult to Unlatch/FMVSS 209,SEAT BELTS,R13WS,Vehicle,802,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2014 and 2015 Vision and All American model school buses manufactured August 23, 2013, through November 6, 2013 and equipped with IMMI-brand L9 driver's seat belts. When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, making the seat belt difficult to unlatch. Thus, this equipment fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies.""","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","Blue Bird will notify owners, and dealers will inspect the seat belt buckle, and if necessary, replace the seat belt buckle, free of charge. The recall began on December 17, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's recall number R13WS." -11/20/2013,13V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V588000),"Nissan North America, Inc.",Software may Disable Steering in Cold Temperatures,STEERING,R1310,Vehicle,23,"Nissan North America, Inc.'s (Nissan) is recalling certain model year 2014 Infiniti Q50 vehicles equipped with Direct Adaptive Steering. The affected vehicles received a power steering software version that, should the engine compartment reach freezing temperatures, the power steering software may disable the electric steering system and also may delay the engagement of the mechanical steering backup system.","The disablement of the steering systems could result in a loss of steering, increasing the risk of a crash.","Nissan notified owners and arranged to have vehicles towed to the nearest Infiniti retailer. Customers were instructed not to drive their vehicles until they were repaired. Infiniti retailers provided affected customers with loaner vehicles, while the software update remedy was applied. These services were provided at no cost to the customer. Owners may contact Infiniti at 1-800-662-6200." -11/20/2013,13V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V582000),"Jet Company, Inc.",Weak Top Rail may Allow Trailer to Buckle,STRUCTURE,384042ATR,Vehicle,278,"Jet Company, Inc. (Jet Co) is recalling certain model year 2011-2012 38, 40 and 42-foot Aluminum Grain Trailers, manufactured May 2010 through July 2011 and equipped with a 6061-T6 aluminum extrusion 2X5 top tube. The top rail on the sides of the trailer may be too weak to prevent the trailer from buckling.","If the trailer buckles it could result in a loss of control, increasing the risk of a crash.","Jet Co will notify owners, and dealers will inspect the top rail to see if the material is strong enough, and if necessary, add an aluminum reinforcement free of charge. The recall began on January 27, 2014. Owners may contact Jet Co. at 1-515-332-3117. Jet Co's recall number is 384042ATR." -11/19/2013,13V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V575000),"Space Craft Mfg., Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,9,"Space Craft Mfg., Inc. (Space Craft) is recalling certain model year 2006-2013 fifth wheel and travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Space Craft will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 10, 2014. Owners may contact Space Craft Manufacturing at 1-660-463-7520 or Fastec at 1-800-837-2505." -11/19/2013,13V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V649000),Cruiser RV,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,41,"Cruiser RV is recalling certain model year 2006-2013 Fun Finder, Shadow Cruiser, Fun Finder Xtra, Viewfinder, Signature, Radiance, Enterra recreational trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Cruiser RV will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began January 20, 2014. Owners may contact Cruiser RV at 1-260-562-3500 or Fastec at 1-800-837-2505." -11/19/2013,13V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V574000),Shyft Group,The Return Coolant Hose May Kink,VISIBILITY,NR (Not Reported),Vehicle,586,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2013-2014 Utilimaster P80X vehicles manufactured from May 2, 2013, through August 8, 2013 and sold exclusively to UPS. In the affected vehicles, the coolant return hose may kink at the bulkhead connector resulting in a reduction of coolant flow through windshield defrost system.","The lack of coolant flow may prevent the defrost and defog system from clearing the windshield, reducing the driver's visibility, increasing the risk of a crash.","Spartan will notify owners, and UPS service centers will be paid to inspect, replace, and reroute the coolant hose, free of charge. Owners may contact Spartan at 1-800-582-3454." -11/18/2013,13V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V573000),PACCAR Incorporated,Brake Application and Release Timing/FMVSS 121,SERVICE BRAKES,13KWL,Vehicle,18,"PACCAR is recalling certain model year 2007-2014 Kenworth T800 and W900 trucks manufactured March 22, 2006, through July 15, 2013 and equipped with Primaax tridem rear suspensions and a pusher and/or tag axle. The affected trucks have brake chambers that take longer to apply or release the brakes than the required time limit. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 121, ""Air Brake Systems.""","Brakes that take longer to apply may lengthen the distance needed to stop the truck, increasing the risk of a crash.","PACCAR will notify owners, and dealers will modify the air brake system, free of charge. The recall began on January 15, 2014. Owners may contact PACCAR at 1-425-468-7400. Kenworth's recall number is 13KWL." -11/18/2013,13V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V572000),"Suzuki Motor USA, LLC",Torque Converter Bolts may Loosen causing Stall,POWER TRAIN,VE,Vehicle,142,"Suzuki del Caribe (Suzuki) is recalling certain model year 2013 SX4 vehicles manufactured December 26, 2012, through February 4, 2013 and equipped with a continuously variable transmission. The bolts that fasten the drive plate to the torque converter may not have been installed with sufficient torque and may loosen and come out.","If the bolts detach they can get caught between the drive plate and cylinder block, which may cause the engine to stall, increasing the risk of a vehicle crash.","Suzuki will notify owners, and dealers will inspect the torque converter bolts, tightening them as necessary, free of charge. The recall began on January 7, 2014. Owners may contact Suzuki at 1-800-572-1490. Suzuki's recall number is VE." -11/15/2013,13V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V570000),"BMW of North America, LLC",Inst. Panel may Interfere with Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,3,"BMW of North America, LLC (BMW) is recalling certain model year 2013 X3 xDrive 28i/35i vehicles manufactured February 11, 2013, through February 27, 2013. Due to a production process error, the tear seam on the instrument panel was not manufactured correctly.","In the event of a crash, the air bag could improperly deploy, thereby reducing the effectiveness of the air bag's protection and increasing the risk of injury to the front passenger. In addition, parts or fragments from the air bag system could strike and injure the front passenger or other vehicle occupants.","BMW has notified owners and dealers will replace the instrument panel, free of charge. The recall began on December 11, 2013. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -11/14/2013,13V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V571000),Honda (American Honda Motor Co.),Drive Shaft May Detach,POWER TRAIN,JC8,Vehicle,19197,"American Honda Motor Co., Inc. (Honda) is recalling certain model year 2014 Acura MDX AWD vehicles manufactured May 6, 2013, through October 14, 2013. The bolts that attach the drive shaft to the automatic transmission transfer assembly may not have been properly tightened. As a result, the bolts could loosen possibly allowing the shaft to detach.","If the drive shaft detaches while driving it could cause excessive noise and possibly damage the vehicle, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect and tighten the drive shaft attaching bolts as necessary, free of charge. The recall began on July 3, 2014. Owners may contact Honda at 1-800-999-1009 or visit their website at www.recalls.honda.com. Honda's recall number is JC8." -11/14/2013,13V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V568000),"Volkswagen Group of America, Inc.",Gearbox Control Module Corrosion,POWER TRAIN,34F6/4V,Vehicle,3837,"Volkswagen Group of America, Inc (Volkswagen) is recalling certain model year 2013-2014 Jetta Hybrid vehicles manufactured October 2012 through October 2013 and equipped with a DQ-200 direct-shift gearbox. Due to gearbox fluid additives, the control module within the gearbox may corrode. The deposits from this corrosion may cause an electrical short and result in a stall-like condition.",This sudden loss of power while driving increases the risk of a crash.,"Volkswagen will notify owners, and dealers will replace the gearbox oil with a non-corrosive version, free of charge. The recall began on December 6, 2013. Owners may contact Volkswagen at 1-800-893-5298. Volkswagen's recall number is 34F6/4V." -11/14/2013,13T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T011000),Bridgestone Americas Tire Operations LLC,Tires May Lose Pressure,TIRES,NR (Not Reported),Tire,36,"Bridgestone Americas Tire Operations LLC (Bridgestone) is recalling certain Firestone HP3000 315/80R22.5 18 ply tires manufactured January 2012 through August 2013 and sold to customers in Guam. The affected tires may lose pressure from a crack at the inner liner splice. Such a crack could penetrate into the sidewall, resulting in a bulge on the sidewall.",A sidewall bulge may result in a tire deflation and subsequent tire failure which increases the risk of a crash.,"The recall began January 21, 2014. Owners may contact Bridgestone at 1-617-633-3026." -11/13/2013,13V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V565000),Sutphen Corporation,Aerial Fire Ladder May Retract,EQUIPMENT,NR (Not Reported),Vehicle,156,"Sutphen Corporation (Sutphen) is recalling certain model year 2003-2012 SPH 100, model year 2000-2004 SP 110, model year 2003-2011 SPI 112 and model year 2003-2011 SAI 110 fire apparatus. In the affected vehicles, the bearings used for the extension of the ladder may seize causing the extension cables passing over them to chafe and fail.",Failure of the extend/retract system can cause the aerial to unexpectedly retract. This movement could result in injuries to personnel on or around the vehicle.,"Sutphen has notified owners, and inspected all of the affected vehicles, repairing them as necessary, free of charge. The recall was completed on May 17, 2013. Owners may contact Sutphen at 1-614-889-1005." -11/13/2013,13V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V566000),"General Motors, LLC",Power Seat Wiring Harness may Chafe and Short,ELECTRICAL SYSTEM,13342,Vehicle,14909,"General Motors LLC (GM) is recalling certain model year 2013 Chevrolet Malibu vehicles manufactured October 25, 2011, through June 29, 2012 and equipped with the 8-way power adjustable front seat feature. The wiring harness for the power seat may contact the seat frame which may chafe the harness.","If the harness is chaffed enough to expose the wires, a short circuit could occur, resulting unintended movement of the seat, the seat to become inoperative, sparking under the seat, flickering lights, smoke, or possibly a fire.","GM will notify owners, and dealers will inspect the wire harness and repair and secure it as necessary, free of charge. The recall began during December 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13342." -11/13/2013,13V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V567000),"General Motors, LLC",Windshield Defrost Inoperative/FMVSS 103,VISIBILITY,13380,Vehicle,42696,"General Motors LLC (GM) is recalling certain model year 2014 Chevrolet Malibu vehicles manufactured June 12, 2013, through November 5, 2013. The heating, ventilation, and air conditioning (HVAC) control in these vehicles may intermittently become inoperable when the vehicle is started, preventing the windshield defroster from working. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 103, ""Windshield Defrosting and Defogging Systems.""",The inability to turn on the windshield defroster may decrease the driver's visibility thereby increasing the risk of a crash.,"GM will notify owners, and dealers will update the electronic climate control module software, free of charge. The recall began during December 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13380." -11/12/2013,13V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V564000),"BMW of North America, LLC",Front Seat Occupant Protection Mat Defect,AIR BAGS,NR (Not Reported),Vehicle,76565,"BMW of North America LLC (BMW) is recalling certain model year 2006 325i, 325xi, 330i, 330xi sedans and 325xi sports wagons, model year 2007 328i, 328xi, 335i, 335xi sedans and 328i and 328xi sports wagons, model year 2006-2007 525i, 525xi, 530i, 530xi, 550i sedans and 530xi sports wagons, model year 2006 760i sedans, model year 2006-2007 750i, 750Li, and 760Li sedans, and model year 2006 X5 sports activity vehicles, equipped with certain seat types. The front passenger seat occupant detection mat that determines if and how the passenger frontal air bag should deploy in a crash may fatigue and develop cracks which could lead to a system failure.","Should the system fail, in the event of a crash, the front passenger air bag would be deactivated, increasing the risk of personal injury.","BMW will notify owners with an interim notification letter in January 2014 since parts are not currently available. When parts are available, BMW sent a second letter in August and dealers will repair the occupant detection mat to eliminate the possibility that it may crack, free of charge. Additionally, owners of model year 2006-2007 3 Series with standard seats, 5 Series with comfort seats, and Z4 models, will receive an extended warranty on their front passenger seat occupant detection mat. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -11/12/2013,13E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E061000),Indiana Mills and Manufacturing Inc.,Seat Belt Assembly may be difficult to unfasten,SEAT BELTS,NR (Not Reported),Equipment,74000,"Indiana Mills and Manufacturing Inc. (IMMI) has determined that certain seat belt assemblies manufactured from August 2, 2013, through October 31, 2013, fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 209, ""Seat Belt Assemblies."" When the button is pressed to release the seat belt, the latch plate can become partially engaged with the buckle, and it may take more effort than specified in the standard to separate the latch plate from the buckle.","If the latch plate remains partially engaged after the button is pressed, egress from the vehicle could be hindered which would increase the risk of injury in the event of an emergency.","IMMI has notified its customers, who are the vehicle and seating manufacturers. It is IMMI's understanding that the vehicle manufacturers will provide replacement buckles, free of charge, to purchasers of vehicles containing the noncompliant seat belt assemblies." -11/08/2013,13V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V561000),PROLine Products LLC,Auxiliary Battery May Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,PROLine Products LLC (PROLine) is recalling certain model year 2010-2013 travel trailers manufactured September 2010 through October 2013 and equipped with auxiliary batteries installed by PROLine. The batteries were installed a fuse for overcurrent protection.,"If the trailer's wiring harness were to become physically damaged, the installed battery could short circuit and melt the wiring, increasing the risk of a fire.","PROLine will notify owners, and dealers will install in-line fuse holders, free of charge. The recall is expected to begin in early January 2014. Owners may contact PROLine at 1-603-652-7337." -11/07/2013,13E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E067000),Lippert,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,EQ 13-006,Equipment,528228,"Lippert Components, Inc. (Lippert) is recalling certain 2006-2013 doors equipped with Fastec-brand deadbolt cylinders manufactured January 1, 2006, through April 25, 2013 for use in travel trailers. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Lippert will notify the companies that purchased the affected doors, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. Owners may contact Lippert Customer Service at 1-574-537-8900 or Fastec at 1-800-837-2505." -11/07/2013,13V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V560000),"Terex Advance Mixer, Inc.",Possible Front Axle Separation,SUSPENSION,NR (Not Reported),Vehicle,209,"Terex Corporation is recalling certain model year 2013 Terex Advance FD3000, FD4000, FD4000B, FD5000GL, FD6000B, FDB5000, 4 Axle Glider, 5 Axle Glider, 6 Axle Glider, and 7 Axle Glider front discharge concrete trucks manufactured October 2012 through October 2013. The u-bolt that attaches the front axle to the leaf spring can fracture.","Failure of u-bolts could lead to separation of the front axle from the vehicle, resulting in loss of operator control and increasing the risk of a crash.","Terex will notify owners, and dealers will remove the u-bolts and attach the front axle to the leaf springs using plates and studs, free of charge. The recall began on December 20, 2013. Owners may contact Terex at 1-605-882-4000." -11/07/2013,13V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V558000),"Jayco, Inc.",Roof Support may giveway allowing Collapse,STRUCTURE,NR (Not Reported),Vehicle,91,"Jayco is recalling certain model year 2011 Jay Series pop-up camping trailers. In these vehicles, if a component failure occurs in the roof lifter system, the failure may cause the roof to abruptly collapse to the closed position.","If the roof abruptly closes, there is an increased risk of personal injury.","Jayco will notify owners and dealers will add a metal stop that prevents to sudden collapse of the roof, free of charge. The recall began on December 19, 2013. Owners may contact Jacyo at 1-800-283-8267 for more information." -11/07/2013,13V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V559000),Starcraft RV,Roof Support may giveway allowing Collapse,STRUCTURE,NR (Not Reported),Vehicle,57,"Starcraft RV is recalling certain model year 2013 Starcraft RT and Comet pop-up camping trailers manufactured August 2, 2010, through August 9, 2012. In these vehicles, if a component failure occurs in the roof lifter system, the failure may cause the roof to abruptly collapse to the closed position.","If the roof abruptly closes, there is an increased risk of personal injury.","Starcraft RV will notify owners, and dealers will add a metal stop that prevents to sudden collapse of the roof, free of charge. The recall beganon December 19, 2013. Owners may contact Starcraft at 1-800-945-4787 for more information." -11/07/2013,13V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V554000),"Forest River, Inc.",Trailer Tire May Contact the Floor,SUSPENSION,NR (Not Reported),Vehicle,721,"Forest River is recalling certain model year 2012-2013 Rockwood, Windjammer, Vlite and Flagstaff travel trailers manufactured February 3, 2012, through February 4, 2013. When an affected trailer hits a large bump or pot hole, the trailer tire may contact the bottom of the floor.","As a result, the tire may become damaged and possibly blow out which may cause a loss of control, increasing the risk of a crash.","Forest River will notify owners, and dealers will add a lift kit between the frame and the axle mounting brackets, free of charge. Owners may contact Forest River at 1-574-825-7178." -11/07/2013,13V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V557000),Toyota Motor Engineering & Manufacturing,Valve Springs may Fail Resulting in Engine Stall,ENGINE,NR (Not Reported),Vehicle,3795,"Toyota Motor Engineering & Manufacturing North America (Toyota) is recalling certain model year 2013-2014 Tacoma vehicles manufactured July 1, 2013, through October 11, 2013. The engines of the affected vehicles contain valve springs that may break over time.","If the valve springs break, the engine could fail and stall while the vehicle is being driven, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the valve springs, free of charge. The recall began on November 27, 2013. Owners may contact Toyota at 1-800-331-4331." -11/06/2013,13V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V528000),"Chrysler (FCA US, LLC)",Failure of the Left Tie Rod Assembly,STEERING,N62,Vehicle,706664,"Chrysler Group LLC (Chrysler) is recalling certain model year 2003-2008 Dodge RAM 2500 4x4 and 3500 4x4, model year 2007-2008 Dodge RAM 3500 4x2 Cab Chassis and model year 2006-2008 Dodge RAM 1500 Mega Cab 4x4 trucks manufactured February 12, 2002, through February 13, 2008. The left tie rod assembly may break.","A failure of the tie rod assembly may result in a loss of steering control, increasing the risk of a crash.",Chrysler notified owners and launched its recall campaign in January 2014. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N62. -11/06/2013,13V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V529000),"Chrysler (FCA US, LLC)",Failure of the Left Tie Rod Assembly,STEERING,N49,Vehicle,271733,"Chrysler Group LLC (Chrysler) is recalling certain model year 2008-2012 RAM 2500 4X4 and 3500 4X4 trucks, 2008-2012 Dodge RAM 3500 4x2 Cab Chassis, and model year 2008 Dodge RAM 1500 Mega Cab 4x4. The left tie rod assembly may break.","A failure of the tie rod assembly may result in a loss of steering control, increasing the risk of a crash.","Chrysler notified owners on January 16, 2014 that dealers would inspect vehicles and replace the steering linkage assembly, if necessary. On or about February 27, 2014, Chrysler ceased its recall remedy program due to parts quality concerns, and then re-initiated it on or about April 14, 2014. In July 2015, and under a consent order with NHTSA, the company agreed to offer owners three options for remedying their vehicles: perform the original remedy, offer to repurchase the vehicle at the fair market value plus 10%, or offer an additional incentive offer towards the purchase of a new Dodge, Jeep, Chrysler, or Fiat vehicle. Chrysler will notify owners of the new recall options in a letter expected to be mailed on August 31, 2015. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N49." -11/06/2013,13V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V527000),"Chrysler (FCA US, LLC)",Failure of the Left Tie Rod Assembly,STEERING,R16,Vehicle,36151,"Chrysler Group LLC (Chrysler) is recalling certain model year 2008-2012 RAM 4500 and 5500 trucks manufactured February 20, 2007, through December 22, 2012. The left tie rod assembly may break.","A failure of the tie rod assembly may result in a loss of steering control, increasing the risk of a crash.","On May 19, 2015 Chrysler notified owners that dealers would replace the tie rod assembly, free of charge. In July 2015, and under a consent order with NHTSA, the company agreed to offer owners three options for remedying their vehicles: perform the original remedy, offer to repurchase the vehicle at the fair market value plus 10%, or offer an additional incentive offer towards the purchase of a new Dodge, Jeep, Chrysler, or Fiat vehicle. Chrysler will notify owners of the new recall options in a letter expected to be mailed on August 31, 2015. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is R16." -11/06/2013,13V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V556000),Hyundai Motor America,Front Lower Control Arm Corrosion,SUSPENSION,115,Vehicle,21207,"Hyundai America Technical Center, Inc. (Hyundai) is recalling certain model year 2007-2008 Hyundai Entourage vehicles manufactured from February 16, 2006, through June 30, 2008 and sold in, or currently registered in, Massachusetts, Maryland, Michigan, New Hampshire, New York, Pennsylvania, Vermont, Wisconsin, Connecticut, Delaware, Iowa, Illinois, Indiana, Maine, Minnesota, Missouri, New Jersey, Ohio, Rhode Island, West Virginia and the District of Columbia. In the affected vehicles, the front lower control arms may fracture due to corrosion resulting from exposure to road salt and water.","A fractured control arm can result in the loss of control of the vehicle, increasing the risk of a crash.","Hyundai will notify owners, and dealers will inspect the degree of corrosion of the front lower control arms, and will either rustproof or replace them, free of charge. The recall began on January 3, 2014. Owners may contact Hyundai at 1-800-633-5151 or by email at consumeraffairs@hmausa.com. Hyundai's recall number is 115." -11/06/2013,13V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V552000),"Chrysler (FCA US, LLC)",Loss of Oil Pressure may result in Engine Stall,ENGINE,N52,Vehicle,521,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Avenger and Chrysler 200, and model year 2014 Jeep Compass and Patriot vehicles equipped with 2.4L engines. Due to abrasive debris in the balance shaft bearings, these engines may have a loss of engine oil pressure, possibly resulting in an engine stall or engine failure.",If the engine stalls while driving it may increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the engine balance shaft module, free of charge. The recall began on December 24, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N52." -11/06/2013,13V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V555000),"Chrysler (FCA US, LLC)",Side Air Bags may Deploy Improperly,AIR BAGS,N61,Vehicle,374,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Dart vehicles manufactured May 10, 2013, through August 24, 2013 and equipped with the Mopar 13 trim package. In the affected vehicles, the front seat mounted side airbags (SAB) may not have been properly installed into the seat.","In the event of a crash necessitating SAB deployment, the SABs may fail to deploy as intended, increasing the risk of injury.","Chrysler will notify owners, and dealers will inspect the SAB installation and re-install them as necessary, free of charge. The recall began on December 19, 2013. Owners may contact Chrysler at 1-800-853-1403. Chrysler's recall campaign number is N61." -11/05/2013,13E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E062000),"SK Innovation Co., Ltd.",Diesel Particulate Filter may Melt,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,327,"SK Innovation Co., Ltd. (SK) is recalling all Econix DPF-A diesel particulate filters manufactured in August 2009, and sold in the United States in 2009, 2010 and 2011. The maintenance instructions for using the filter were not explicitly stated and as a result, extended operation of the Econix DPF Filter may cause partial filter melting and/or failure of the product.","As the filter melts and fails, burning exhaust particulates may escape, increasing the risk of a fire.",SK will notify and reimburse owners up to their original purchase price for replacing the filters. The recall is expected to begin during early January 2014. Owners may contact SK at 1-212-583-2434. -11/05/2013,13V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V550000),Kia Motors America,Front Lower Control Arm Corrosion,SUSPENSION,SC100,Vehicle,79867,"Kia Motors Corporation (Kia) is recalling certain model year 2006-2012 Kia Sedona vehicles manufactured from June 15, 2005, through August 14, 2012 originally sold in, or currently registered in Massachusetts, Maryland, Michigan, New Hampshire, New York, Pennsylvania, Vermont, Wisconsin, Connecticut, Delaware, Iowa, Illinois, Indiana, Maine, Minnesota, Missouri, New Jersey, Ohio, Rhode Island, West Virginia or the District of Columbia. In the affected vehicles, the front lower control arms may break due to corrosion resulting from prolonged exposure to salty environments.","A broken control arm can result in the loss of control of the vehicle, increasing the risk of a crash.","Kia will notify owners and dealers will inspect the degree of corrosion of the front lower control arms, and will either rustproof or replace them, free of charge. The recall began on December 20, 2013. Owners may contact Kia at 1-800-333-4542. Kia's recall number is SC100." -11/05/2013,13V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V553000),"Elite Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,30,"Elite Trailers Inc. (Elite) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Elite will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. Owners may contact Elite Trailers, Inc. at 1-918-962-4567 or Fastec at 1-800-837-2505." -11/04/2013,13E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E059000),Carlisle Transportation Products,Broken Wheel Lip may cause Rapid Tire Deflation,WHEELS,NR (Not Reported),Equipment,2287,Carlisle Transportation Products (CTP) is recalling certain Black Rock CrossTrax Series five lug and 6 lug trailer wheels manufactured from October 2011 through July 2013. The lips of the affected wheels are susceptible to cracking and separation.,"If a separation occurs, the trailer tire may rapidly lose air pressure, increasing the risk of a crash.","CTP will notify those that purchased the affected wheels and will offer reimbursement for any costs for replacing the wheels or replace the wheels with unaffected ones, free of charge. The recall began on February 24, 2014. Owners may contact the CTP customer care department at 1-909-923-2710 or their trailer manufacturer." -11/01/2013,13V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V500000),Honda (American Honda Motor Co.),Brakes may Unexpectedly Apply,ELECTRICAL SYSTEM,JC5,Vehicle,344187,"American Honda Motor Company (Honda) is recalling certain model year 2007-2008 Honda Odyssey vehicles manufactured August 8, 2006, through September 8, 2008. Due to a combination of system components and software, the Vehicle Safety Assist System (VSA) may apply the brakes unexpectedly.","The vehicle may suddenly and unexpectedly brake hard, and without illuminating the brake lights, increasing the risk of a crash from behind.","Parts to remedy these vehicles will not be available until the spring of 2014. Honda will send owners an interim letter notifying them of the issue and instruct them how to prevent unintended braking. A second notification will be sent when the parts become available. Interim notification was mailed in December 2013. The recall began on April 29, 2014. Owners may contact Honda at 1-800-999-1009 or visit their website at www.recalls.honda.com. Honda's recall number is JC5." -11/01/2013,13V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V542000),"Mercedes-Benz USA, LLC",Occupant Classification System (OCS)/Side Air Bag,AIR BAGS,NR (Not Reported),Vehicle,130,"Mercedes-Benz (Mercedes) is recalling certain model year 2013 SL63, SL550, and SL65 vehicles manufactured January 16, 2013, through April 30, 2013. The affected vehicles are equipped with an occupant classification system (OCS) that may not detect a very light person sitting in the front passenger seat.","If the OCS does not detect a very light person sitting in the seat, the passenger side air bag would be turned off. In the event of a crash necessitating side air bag deployment, the passenger would be at an increased risk of injury.","Mercedes will notify owners, and dealers will replace the passenger side seat cushion including the OCS. The recall began on December 20, 2013. Owners may contact Mercedes at 1-201-573-0600." -11/01/2013,13V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V549000),"BMW of North America, LLC",Rear Wheel Bearing Wear,WHEELS,NR (Not Reported),Vehicle,2608,"BMW of North America, LLC (BMW) is recalling certain model year 2007-2009 F 800 S and F 800 ST motorcycles manufactured August 2006 through January 2009. Due to incorrect tolerances, the rear wheel drive bearing and rear axle may wear.","Bearing and axle wear may affect handling and control of the motorcycle, increasing the risk of a crash.","BMW will notify owners, and dealers will inspect the wheel bearing, and if necessary, replace the bearing and rear axle, at no charge. The recall began on January 10, 2014. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -10/31/2013,13V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V545000),Blue Bird Body Company,Front Suspension Bolts May Break,SUSPENSION,R13WR,Vehicle,87,"Blue Bird Corporation (Blue Bird) is recalling certain model year 2014 All American and Conventional Vision non-school buses manufactured July 2, 2013, through October 3, 2013 and equipped with front suspension bolts marked with a ""ZY"" code on the bolt head. Due to a problem in the bolt manufacturing process, the bolts that hold the front suspension may break.","A broken suspension bolt would require greater steering input to control the bus, thereby increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect the front suspension bolts. Any bolts with a ""ZY"" code will be replaced free of charge. The recall began on December 10, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R13WR." -10/31/2013,13V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V543000),Blue Bird Body Company,Front Suspension Bolts may Break,SUSPENSION,R13WR,Vehicle,1747,"Blue Bird Corporation (Blue Bird) is recalling certain model year 2014 All American and Conventional school buses manufactured July 2, 2013, through October 3, 2013 and equipped with front suspension bolts marked with a ""ZY"" code on the bolt head. Due to a problem in the bolt manufacturing process, the bolts that hold the front suspension may break.","A broken suspension bolt would require greater steering input to control the bus, thereby increasing the risk of a crash.","Blue Bird will notify owners, and dealers will inspect the front suspension bolts. Any bolts with a ""ZY"" code will be replaced free of charge. The recall began on December 10, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R13WR." -10/31/2013,13V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V547000),Isuzu Motors Limited,Rear Suspension Corrosion,SUSPENSION,DET-13-173,Vehicle,8816,"Isuzu Manufacturing Services of America, Inc (Isuzu) is recalling certain model year 2003-2004 Rodeo and Axiom, and 2003 Rodeo Sport vehicles that were originally sold in, or are currently registered in, Maine, New Hampshire, Vermont, Massachusetts, Rhode Island, Connecticut, New York, New Jersey, Pennsylvania, Delaware, Maryland, the District of Columbia, West Virginia, Ohio, Indiana, Michigan, Illinois, Wisconsin, Minnesota, Iowa, Kentucky and Missouri. These vehicles may experience excessive corrosion near the forward mounting point bracket for the left or right rear suspension lower link.","The corrosion may allow the bracket to detach from the frame, impacting vehicle handling and increasing the risk of a crash.","Isuzu will notify owners, and dealers will inspect the rear suspension lower link bracket area. For vehicles in which little or no corrosion is found, the area will be treated with an anti-corrosive compound. For vehicles in which corrosion has damaged the rear suspension lower link bracket and affected its connection to the vehicle frame, a reinforcement bracket will be installed. In the event the corrosion is so severe that the reinforcement bracket remedy would not be sufficient, Isuzu will offer to repurchase the vehicle for an amount based on the Kelley Blue Book ""Private Party"" price. All inspections and remedies will be provided free of charge for vehicles that are 10 years old or less. For vehicles older than 10 years, Isuzu will offer a free remedy, but only if the vehicle is presented to an Isuzu service facility dealer within 12 months of when owner notifications were issued, after that time owners will be charged for the repairs. The recall is expected to begin in mid-December 2013. Isuzu owners may contact Isuzu at 1-800-255-6727." -10/30/2013,13V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V535000),Ford Motor Company,Ambulance Engine Stall,ENGINE,13S10,Vehicle,2951,"Ford Motor Company (Ford) is recalling certain model year 2011-2012 F-350/450/550 Ambulance Package vehicles manufactured February 22, 2010, through October 19, 2012 and equipped with a 6.7L diesel engine. Due to an exhaust sensor problem, the vehicles may experience loss of power followed by an engine stall.","An unexpected engine stall increases the risk of a crash. Additionally, if this were to occur when the ambulance is transporting a patient, there is an increased risk of injury to the patient.","Ford will notify owners, and dealers will replace the exhaust gas temperature sensor, free of charge. The recall began on November 25, 2013. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332. Ford's recall campaign number is 13S10." -10/30/2013,13V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V537000),"Daimler Trucks North America, LLC",Incorrect Seat Installation,SEATS,FL-650,Vehicle,328,"Daimler Trucks North America (DTNA) is recalling certain model year 2012-2014 Thomas Built Saf-T-Liner HDX and Saf-T-Liner EFX school buses manufactured October 17, 2011, through July 2, 2013. A U-bolt intended to reinforce certain seat installations to the chassis may have been left out of the assembly process.","In the event of a crash, the seats may not stay mounted to the chassis, increasing the risk of injury.","DTNA will notify owners and dealers will install the U-bolts as required, free of charge. The recall began on December 13, 2013. Owners may contact DTNA at 1-503-745-5219. DTNA's recall number is FL-650." -10/30/2013,13V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V536000),"Daimler Trucks North America, LLC",Minotour 5th Row Barrier Installed Incorrectly,SEATS,FL-649,Vehicle,6,"Daimler Trucks North America (DTNA) is recalling certain model year 2013 Thomas Built Minotour SRW school buses manufactured June 19, 2013, through August 9, 2013. Incorrect components may have been used to install the 5th row seat barrier.","In the event of a crash, the incorrect installation may cause the barrier to not perform as designed, increasing the risk of injury.","DTNA has notified owners, and dealers will correct the barrier's installation, free of charge. The recall began on December 5, 2013. Owners may contact DTNA at 1-503-745-5219. DTNA's recall number is FL-649." -10/30/2013,13V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V538000),"Daimler Trucks North America, LLC",Missing locking snap rings on wheel end drive axle,POWER TRAIN,FL-653,Vehicle,81,"Daimler Trucks North America (DTNA) is recalling certain model year 2013 Freightliner Cascadia vehicles with rear axles assembled by Meritor and equipped with ConMet Preset Plus Hubs manufactured from August 6, 2012 through December 7, 2012. In the affected axles, the axle hub may be missing a locking snap ring.","If the snap ring is missing, the rear wheels may separate from the vehicle, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the affected wheel ends for the lock ring, and install them as necessary, free of charge. The safety recall began on December 26, 2013. Owners may contact DTNA at 1-503-745-6910. The manufacturer's recall number is FL-653." -10/30/2013,13V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V539000),"Daimler Trucks North America, LLC",School Bus Seat Track Rivets,SEATS,FL-651,Vehicle,73,"Daimler Trucks North America (DTNA) is recalling certain model year 2014 Saf-T-Liner C2 school buses manufactured July 9, 2013, through September 12, 2013. The rivets used to attach the seat track to the floor may not have been properly seated when installed.","In the event of a crash, any improperly seated seat track rivets may prevent the seat belt anchorages from performing as designed, increasing the risk of injury.","DTNA will notify owners and dealers will reinforce the seat track mounting as required, free of charge. The recall began on December 20, 2013. Owners may contact DTNA at 1-503-745-5219. DTNA's recall number is FL-651." -10/30/2013,13V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V523000),Ford Motor Company,Sudden Loss of Motive Power,POWER TRAIN,13S09,Vehicle,2456,"Ford Motor Company (Ford) is recalling certain model year 2012-2014 Focus Electric vehicles manufactured September 15, 2011, through August 23, 2013. In the affected vehicles, a powertrain control module software problem may result in a stall-like condition.",An unexpected loss of power while driving increases the risk of a crash.,"Ford will notify owners, and dealers will reprogram the power control module, free of charge. The recall beganon November 22, 2013. Ford's recall campaign number is 13S09. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -10/30/2013,13V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V541000),McLaren Automotive Incorporated,Windshield Wiper Motor may not Function,VISIBILITY,NR (Not Reported),Vehicle,376,"McLaren Automotive, Inc. (McLaren) is recalling certain model year 2012-2014 MP4 12-C Spider and Coupe vehicles manufactured October 10, 2011, through October 23, 2013 and originally sold in, or currently registered in, Florida, Georgia, Alabama, Mississippi, Louisiana, and Texas. Due to a combination of high ambient temperatures and humidity, the wiper motor brushes may jam causing the wiper motor to stop working.","Non-functioning wipers during inclement weather may be reduce the driver's visibility, increasing the risk of a crash.","McLaren will notify will notify owners and dealers will replace the wiper motors, free of charge. Vehicles outside of the recall area will have a lifetime warranty on their wiper motors that fail for this issue. The recall began on December 19, 2013. Owners may contact McLaren at 1-646-429-8916." -10/29/2013,13V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V532000),Prevost Car (US) Inc.,Accelerator Pedal Power Spring,VEHICLE SPEED CONTROL,SR13-72,Vehicle,81,"Prevost is recalling certain model year 2009-2010 H3-45 and model year 2009 H3-41, X3-45, XLII Converted Coach Shells and XLII-45 Entertainer Converted coach and model year 2008 H3-VIP coach shells. The mechanical springs used to return the accelerator pedal to idle after the driver lifts their foot off the pedal may break.","If the springs break, the pedal may not return to idle once the driver lifts their foot off the pedal. This unintended acceleration increases the risk of a crash.","Prevost will notify owners, and dealers will replace the affected accelerator pedals, free of charge. The recall began on December 17, 2013. Owners may contact Prevost at 1-418-883-2888. Prevost's recall number is SR13-72." -10/29/2013,13V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V530000),Daimler Coaches North America,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,54.10U09052A,Vehicle,457,"Setra of North America (Setra) is recalling certain model year 2012 S407 CC, 2007-2010 S417, and 2011-2013 S417 TC coaches equipped with Sure Power battery equalizers or DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Motor Coach Industries (MCI), Setra's importer and designated agent for sales, service and warranty, will notify owners, and Sure Power will replace the equalizers or converters, free of charge. The recall began on December 19, 2013. Owners may contact MCI at 1-866-624-2622 or Setra Customer Service Line at 1-800-241-2947. Setra's recall number is 54.10U09052A." -10/29/2013,13V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V489000),Hyundai Motor America,Brake Fluid may Corrode Brake Module,"SERVICE BRAKES, HYDRAULIC",114,Vehicle,43500,"Hyundai is recalling certain model year 2009-2012 Genesis vehicles manufactured April 30, 2008, through March 28, 2012. The vehicles may contain brake fluid which does not protect against corrosion of the Hydraulic Electronic Control Unit (HECU).","If the module corrodes, reduced brake effectiveness may result, increasing the risk of a crash.","Hyundai will notify owners and instruct them to bring their vehicle to a dealer for service. Hyundai will inspect the HECU module for proper operation, and will replace the modules as necessary. Hyundai will replace the factory brake fluid in those vehicles that have not previously had the factory brake fluid replaced. These repairs will be done free of charge. The recall began on December 24, 2013. Owners may contact Hyundai at 1-800-633-5151 or by email at consumeraffairs@hmausa.com. Hyundai's recall number is 114." -10/29/2013,13V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V534000),Prevost Car (US) Inc.,P-Clamp may cause Short Circuit,ELECTRICAL SYSTEM,SR13-73,Vehicle,142,"Prevost is recalling certain model year 2008-2009 X3-45 and X3-45 Entertainer coach buses manufactured November 2, 2006, through November 27, 2008. In the affected buses there are two battery cables. One of cables may have been inadvertently installed in a p-clamp. As a result, the cable that is not run through the p-clamp may rub against the p-clamp causing a short circuit.",A short may result in a vehicle fire.,"Prevost will notify owners, and dealers will remove the p-clamp, inspect, and replace the affected battery cable as necessary, free of charge. The recall began on December 16, 2013. Owners may contact Prevost at 1-418-883-2888. Prevost's recall number is SR13-73." -10/28/2013,13V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V540000),"Forest River, Inc.",Certification Labels list Incorrect Tire Pressure,EQUIPMENT,NR (Not Reported),Vehicle,725,"Forest River is recalling certain model year 2008-2011 Flagstaff FLT831KRSS, FLT831FLSS, FLT831FKBSS, FLT831RLBSS, FLF8528BHSS, FLF8528RKWS, FLF8526RLWS, FLT831BHDS, FLT831QBSS, FLT831DBSS, FLT831RLSS, FLT831RKSS, FLT829RKSS, FLT21WRS, FLT26WRB, FLT30WRLS, FLT30WRKSS, FLT30WFKSS, FLT30WRLTS, FLF8524RLS, FLF8526RKWS, FLF8528TBWS, FLF8528RLWS, FLF8528CKWS, FLF30WTBS, FLT831KDSS, Rockwood RLT8319SS, RLT8317SS, RLT8315BSS, RLT8317KDSS, RLT8312SS,RLF8280WS, RLF8265WS, RLF8260WS, RLF8244S, RLT8313SS, RLT8316SS, RLT8314BSS, RLT8317RKSS, RLT8306SS, RLT8293RKSS, RLT2102W, RLT2609W, RLT3001W, RLT3002W, RLT3008W, RLT3065W, RLT8314SS, RLF8285WS, RLF8286WS, RLT3006W, Cherokee CKF235B and CKF245L, Salem model STT29FBSRV, and Surveyor SVT303 travel trailers. These vehicles contain incorrect tire inflation pressures on the Vehicle Certification Label. Thus, these vehicles fail to comply with the requirements of the Code of Federal Regulations, Part 567, ""Certification.""","The incorrect tire pressure information given on the Federal Certification Tag and Tire Information Tag may lead to the tire being overinflated, resulting in sudden tire failure, increasing the risk of a crash.","Forest River will notify owners and will provide a corrected replacement label, free of charge. The recall began on November 25, 2013. Owners may contact Forest River at 1-574-534-3167." -10/25/2013,13V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V526000),"BMW of North America, LLC",Incorrect Throttle Signal may cause Engine Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2475,"BMW of North America, LLC (BMW) is recalling certain model year 2012 K1600 GT and K1600 GTL motorcycles. In certain riding conditions, an incorrect throttle valve control signal may be received by the engine control unit, limiting the engine speed.","As a result of the reduced engine speed, the engine could stall, increasing the risk of a crash.","BMW will notify owners, and dealers will update the throttle control software, free of charge. The safety recall is expected to begin in December 2013. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -10/25/2013,13V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V531000),Shyft Group,Steering Linkage Castle Nuts may be Loose,STEERING,13025,Vehicle,175,"Spartan Motors Inc. (Spartan) is recalling certain model year 2013-2014 K2, K3, MetroStar, and MM motor homes and one emergency response chassis. Castle nuts for the steering linkage ball joint fasteners, which mount to bell cranks, may be loose. If the castle nuts become completely loose, the steering linkage may separate from the bell cranks without warning.","This may cause a loss of steering, increasing the risk of a crash.","Spartan will notify owners, and dealers will inspect the castle nuts and tighten them as necessary. The recall began on December 9, 2013. Owners may contact Spartan at 1-517-543-6400. Spartan's recall campaign number is 13025." -10/23/2013,13C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13C003000),"Orbit Baby, Inc.",Child Seat Base/StrongArm Knob/Detaches or Spins,CHILD SEAT,NR (Not Reported),Child Seat,2962,"Orbit Baby, Inc. (Orbit) is recalling certain G2 Car Seat Bases, Model No. ORB822000, manufactured from March 20, 2013, through July 20, 2013, with batch numbers A0840, A0860, or A0880. The StrongArm Knob component of the Orbit Baby G2 Car Seat Base intended to secure the seat's base, may become detached or spin.","If the seat base is not properly secured, a child may be at an increased risk of injury in the event of a crash.","Registered owners will be notified and Orbit will provide a free remedy kit along with repair instructions to them or any owner that notifies Orbit of the need for a kit. The recall began on November 22, 2013. Owners may contact Orbit Baby Customer Service at 1-877-672-2229." -10/23/2013,13V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V499000),Neo Manufacturing Inc. LLC,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,434,"Neo Manufacturing Inc. LLC (Neo) is recalling certain model year 2010-2011 cargo trailers manufactured February 22, 2010, through May 1, 2011 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Neo will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 4, 2013. Owners may contact Neo at 1-269-503-7630 or Fastec at 1-800-837-2505." -10/23/2013,13V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V533000),"Trailex, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,215,"Trailex is recalling certain model year 2006-2013 CTE-80180, model year 2007-2013 CTE-80210 HD and model year 2013 CTE-84180 enclosed car trailers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the car trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Trailex will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began during December 2013. Owners may contact Trailex at 1-330-533-6814 or Fastec at 1-800-837-2505." -10/23/2013,13V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V563000),"Exiss Aluminum Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3558,"Exiss/Sooner, HLG is recalling certain model year 2006-2013 Exiss and Sooner travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Exiss/Sooner will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 17, 2013. Owners may contact Exiss/Sooner at 1-405-262-6471 or Fastec at 1-800-837-2505." -10/22/2013,13V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V525000),Pierce Manufacturing,Cab Tilt Cylinder Mounts,EQUIPMENT,74B240,Vehicle,3115,"Pierce Manufacturing Inc. (Pierce) is recalling certain model year 2000-2009 Enforcer and model year 2000-2010 Dash, Lance, and Arrow XT vehicles. While raising or lowering the cab as part of vehicle maintenance, the mounts on which the cab tilt cylinders pivot may fatigue and fail allowing the cab to fall until the safety catch activates.","If a person is in the path of the moving cab when a mount fails, the person may be hit by the falling cab, increasing the risk of injury.","Pierce will notify owners, and dealers will affix new safety signs advising the operator to stay clear of the cab while it is being tilted, free of charge. The recall began on January 6, 2014. Owners may contact Pierce at 1-920-832-3000. Pierce's recall number is 74B240." -10/22/2013,13V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V518000),Pierce Manufacturing,Trailer Turn Signals may not Function,ELECTRICAL SYSTEM,74B244,Vehicle,349,"Pierce Manufacturing Inc. (Pierce) is recalling one model year 2009 Enforcer emergency vehicle and certain model year 2009-2013 Arrow XT, Saber, Velocity, Impel, Quantum, and Commercial vehicles. The trailer connector circuit was wired such that the stop signal overrides the turn signal and the trailer lights do not indicate a turn when brakes are applied.","The absence of trailer turn signals may confuse other drivers, increasing the risk of a crash.","Pierce will notify owners, and dealers will install a new electrical harness, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Pierce at 1-920-832-3000. Pierce's recall number is 74B244." -10/18/2013,13V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V520000),Glaval Bus,Electric Door Actuator May cause Fire,ELECTRICAL SYSTEM,09E-061,Vehicle,699,"Glaval Bus is recalling certain model year 2009-2010 Entourage, Sport, Universal, Titan, Titan II, Apollo, Primetime, Concorde, and Concorde II transit buses manufactured August 4, 2009, through June 7, 2010 and equipped with A&M Systems-brand electric door actuators. Voltage spikes may damage electrical components and electrical circuits within the actuator, causing the circuit board to develop high resistance.","High resistance may cause the circuit board to overheat, increasing the risk of a fire.","Glaval Bus will notify owners and dealers will replace the circuit board, free of charge. The recall began on November 14, 2013. Owners may contact Glaval Bus at 1-574-262-2212." -10/18/2013,13V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V524000),Turtle Top,Electric Door Actuator May cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2,"Turtle Top is recalling certain model year 2009 Odyssey LT transit buses built on Ford Chassis manufactured August 1, 2009, through October 13, 2009 and equipped with A & M Systems passenger entrance/exit doors. Voltage spikes may damage the electrical components and electrical circuits of the door actuator, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Turtle Top will notify owners and A&M Systems will replace the affected circuit boards, free of charge. The recall began on December 9, 2013. Owners may contact Turtle Top at 1-800-296-2105 or A&M at 1-574-522-5000 extension 15." -10/18/2013,13V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V516000),Entegra Coach,Exterior Freezer Power Cables may Short,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,353,"Entegra Coach is recalling certain model year 2010-2014 Anthem and Cornerstone motorhomes manufactured December 16, 2009, through April 30, 2013. The power cables from the exterior freezer can be damaged due to contact with the freezer sliding tray rails.","Prolonged rubbing of the power cables against the sliding tray rails may cause the wires to short circuit, increasing the risk of a fire.","Entegra Coach will notify owners, and dealers will secure the freezer power cables to prevent their chafing, at no charge. The recall began on December 10, 2013. Owners may contact Entegra Coach at 1-800-945-4787." -10/18/2013,13V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V522000),"RC Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4792,"RC Trailers Inc. is recalling certain model year 2006-2013 RC and MTI enclosed trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","RC Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 14, 2014. Owners may contact RC Trailers at 1-574-825-9518 or Fastec at 1-800-837-2505." -10/18/2013,13V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V449000),"Suzuki Motor USA, LLC",Soft Front Brake/Increased Stopping Distance,SERVICE BRAKES,2A (31-36),Vehicle,208966,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2004-2013 GSX-R600 and GSX-R750, and model year 2005-2013 GSX-R1000 motorcycles. In combination with older brake fluid, corrosion of the brake piston inside of the front brake master cylinder generates gas that may result in a reduction of fluid pressure transmission to the front brake.","As a result, front braking power may be reduced increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the front brake master cylinder, free of charge. The recall began on November 18, 2013. Owners may contact Suzuki at 1-800-572-1490. Suzuki's campaign numbers for this recall are: 2A (31, 32, 33, 34, 35, and 36)." -10/18/2013,13V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V514000),"Jayco, Inc.",Water Heater Wiring may cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,247,"Jayco is recalling certain model year 2014 Jay Flight and Jay Flight Swift Travel Trailers manufactured July 8, 2013, through August 30, 2013. In the affected vehicles, an improper amount of insulation may be stripped from the 110V AC water heater ignition wires resulting in a poor connection of the wires.","A poor wiring connection could increase the wiring's resistance, causing excessive heat, resulting in an increased risk of fire.","Jayco will notify owners, and dealers will inspect the installation of the LP/Electric water heater and repair it as necessary, free of charge. The recall began on December 12, 2013. Owners may contact Jayco at 1-800-283-8267." -10/17/2013,13V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V507000),"Irbit Motorworks of America, Inc.",Aluminum Rim may Crack and/or Break,WHEELS,NR (Not Reported),Vehicle,273,"Irbit Motorworks of America, Inc. (Irbit) is recalling certain model year 2012 Ural Gear-up, Patrol, Patrol T, Tourist, and Tourist T motorcycles with sidecars produced June 2, 2012, through October 25, 2012. The aluminum rims manufactured in April 2012 were improperly heat treated which could result in cracked, split or broken rims.","The failure of a rim may result in a wheel lock up, increasing the risk of a crash.","Irbit will notify owners, and dealers will inspect the motorcycles and replace any aluminum rims manufactured in April 2012, free of charge. The recall began on November 2013. Owners may contact Irbit Motorworks at 1-425-702-8484." -10/17/2013,13V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V480000),Blue Bird Body Company,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,R13WN,Vehicle,393,"Blue Bird Body Company (Blue Bird) is recalling certain model year 2004 Ultra LMB, 2003-2006 Ultra LF and 2004-2007 Express commercial buses equipped with Sure Power-brand battery equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Blue Bird will notify owners, and dealers will replace the equalizers, free of charge. The recall began on December 17, 2013. Owners may contact Blue Bird at 1-478-825-2021. Blue Bird's recall number is R13WN." -10/17/2013,13V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V498000),Motor Coach Industries,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,401,Vehicle,10016,"Motor Coach Industries (MCI) is recalling certain model year 2000-2012 D, E, G and J series coaches manufactured January 2000 through June 2011 and equipped with Sure Power battery equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","MCI will notify owners, and Sure Power will replace the equalizers, free of charge. Owners may contact MCI at 1-847-285-2000. This campaign is MCI service bulletin 401." -10/17/2013,13V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V521000),"Nissan North America, Inc.",Battery Terminal Fuse May Blow causing Stall,ELECTRICAL SYSTEM,PM374,Vehicle,2529,"Nissan North America Inc. (Nissan) is recalling certain model year 2013 NV200 vehicles manufactured February 6, 2013, through August 2, 2013. Due to the routing of the wiring harness that connects the fusible link to the battery fuse terminal, the wiring harness may wear through its protective covering, allowing the wires to touch the bracket that holds the fusible link.","If the wires and the bracket make contact, a short circuit may result, causing the battery terminal fuse to blow. If the fuse blows while driving, the fuel pump will stop and cause the engine to stop running, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and reposition the wiring harness and apply a protective covering to it, free of charge. The recall began on December 9, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -10/17/2013,13V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V503000),"Altec Industries, Inc.",Bracket attaching the axle may break,SUSPENSION,CSN 581,Vehicle,682,"Altec is recalling certain model year 2008-2010 WC126/166 and WC126A/166A Wood Chippers with various frame and axle combinations. In certain combinations, the bracket attaching the axle to the chipper may develop cracks and break.","If the bracket breaks, the axle may separate from the chipper, increasing the risk of a crash.","Altec will notify owners and service personnel will check and replace any axles as necessary, free of charge. The recall began on November 15, 2013. Owner's may contact Altec at 1-877-462-5832. Altec's recall number is CSN 581." -10/17/2013,13V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V487000),"New Flyer of America, Inc.",Brake Circuit Supply Lines Installation/FMVSS 121,"SERVICE BRAKES, AIR",R13-023,Vehicle,119,"New Flyer Industries Ltd. (New Flyer) is recalling certain model year 2013 XD40 buses manufactured May 24, 2013, through September 5, 2013; model year 2013 XN40 buses manufactured April 18, 2013, through September 11, 2013; model year 2013 XD60 buses manufactured May 31, 2013, through September 5, 2013; and model year 2013 XDE40 buses manufactured on May 17, 2013. The color coded air lines to the E-6 brake treadle valve may have been installed incorrectly. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","In the event of a loss of air supply pressure in the rear air reservoir, there would be a loss of service braking effect on both the front and rear axles, increasing the risk of a crash.","New Flyer has notified owners, and dealers will inspect, and correct the air line routing, as needed, free of charge. Owners may contact New Flyer at 1-204-982-8400. New Flyer's recall number is R13-023." -10/17/2013,13V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V484000),"Bentley Motors, Inc.",Brake Rotor attaching Screws may fail,"SERVICE BRAKES, HYDRAULIC",RE13/14,Vehicle,469,"Bentley Motors, Inc. (Bentley) is recalling certain model year 2007 through 2011 Continental GT, GTC, and Flying Spur vehicles, manufactured from July 2006 through June 2010 and equipped with carbon ceramic brake discs. In the affected vehicles, the stainless steel screws that secure the brake rotors may fail after being exposed to salty conditions.","Failure of the securing screws may result in a reduction of braking ability, increasing the risk of a crash.","Bentley will notify owners, and dealers will replace the screws, free of charge. The safety recall began on October 22, 2013. Owners may contact Bentley at 1-800-777-6923. Bentley's number for this campaign is RE13/14." -10/17/2013,13V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V442000),Toyota Motor Engineering & Manufacturing,Clogged A/C Drain may cause Air Bags to Deploy,AIR BAGS,NR (Not Reported),Vehicle,802769,"Toyota is recalling certain model year 2012-2013 Avalon, Avalon HV, Venza, Camry, and Camry HV vehicles. In the affected vehicles, the drain hose for the air conditioning condenser may become clogged causing water to accumulate at the bottom of the air conditioning condenser unit housing. The accumulated water may then leak through a seam in the housing onto the air bag control module potentially resulting in a short circuit of the module.",A short circuit may cause the air bags to become disabled or inadvertently deploy. An inadvertent airbag deployment can increase the risk of injury or the possibility of a crash. An inoperative airbag can increase the risk of injury in a severe crash. The power steering assist could also become inoperable resulting in increased steering effort and can increase the risk of a crash at low speeds.,"Toyota will notify owners, and dealers will seal the air conditioning condenser unit housing and install a protective cover on the airbag control module, free of charge. The recall began on February 5, 2014. Owners may contact Toyota at 1-800-331-4331." -10/17/2013,13V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V517000),Harley-Davidson Motor Company,Clutch may not Disengage/Incorrect Clutch Plate,POWER TRAIN,0154,Vehicle,2886,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014 FLHTCUTG, FXSBE, and FLSTNSE motorcycles manufactured May 3, 2013, through October 14, 2013. The affected motorcycles may have been built with an incorrect clutch release plate.","An incorrect clutch release plate may prevent the clutch from disengaging. If the clutch does not disengage, the rider may have difficulty slowing or stopping the motorcycle, increasing the risk of a crash.","Harley-Davidson will notify owners, and dealers will inspect the clutch release plate. If the clutch is incorrect, it will be replaced free of charge. The recall began in October 2013. Harley-Davidson's recall number is 0154. Owners may contact Harley-Davidson at 1-800-258-2464." -10/17/2013,13V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V502000),"Porsche Cars North America, Inc.",Deactivation of Passenger Frontal Air Bags,ELECTRICAL SYSTEM,AD04,Vehicle,81,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2014 Boxster, Boxster S, Cayman, Cayman S and 911 Carrera (S, Cabriolet, S Cabriolet, 4, 4S, 4 Cabriolet, 4s Cabriolet) vehicles manufactured September 2, 2013, through September 23, 2013. In the affected vehicles, the passenger seats may be equipped with defective wiring harnesses resulting in intermittent contact with the harness plug.","The intermittent plug may cause the passenger seat frontal and knee airbags may be deactivated. In the event of a crash necessitating airbag deployment, this may increase the risk of injury to the front passenger.","Porsche will notify owners, and dealers will replace the front passenger seat free of charge. The recall began on December 11, 2013. Owners may contact Porsche at 1-770-290-3500. Porsche's recall number is AD04." -10/17/2013,13V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V496000),"Daimler Trucks North America, LLC",Emergency Vehicles may Shut Down,ELECTRICAL SYSTEM,"FL-648, 13R-1",Vehicle,20,"Daimler Trucks North America (DTNA) is recalling certain model year 2014 Freightliner Business Class M2 emergency vehicles manufactured January 29, 2013, through July 12, 2013. The software that shuts down the engine in the event of a vehicle problem may not have been disabled on certain vehicles intended for emergency use.","During certain emergency operations, engine shutdown could hamper rescue operations, increasing the risk of injury.","DTNA will notify owners and dealers will update the engine software, free of charge. The recall began on December 2, 2013. Owners may contact DTNA at 1-503-745-5219. DTNA's recall number is FL-648, 13R-1." -10/17/2013,13V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V504000),"A-Z Bus Sales, Inc.",Flip Seat/Possible Toe or foot pinch,SEATS,NR (Not Reported),Vehicle,402,"A-Z Bus Sales, Inc. (A-Z Bus) is recalling certain model year 2005-2013 Blue Bird A3RE and D3RE school buses equipped with C.E. White-brand flip seats.","When a Flip Seat is installed in front of another passenger seat, it is possible for the occupant of the rearward passenger seat to insert their toes and/or foot into the lower frame area of the Flip Seat. When a vehicle passenger occupies the Flip Seat, pushing the seat bottom downward to the horizontal position to sit in the seat, the occupant of the rearward seat could suffer a pinch point injury to their toes and/or foot.",A-Z Bus Sales will notify the school bus owners of the safety recall. A-Z Bus Sales will install a safety guard to cover the gap in the lower frame of the flip seat. Owners can contact A-Z Bus at 1-800-437-5522 or C. E. White at 1-419-492-2157 for more information. -10/17/2013,13V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V491000),Harley-Davidson Motor Company,Fork Stem Bracket may cause Loss of Brake Fluid,SERVICE BRAKES,0152,Vehicle,436,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014 Trike motorcycles manufactured July 24, 2013, through September 2, 2013. Due to an incorrectly machined part, the motorcycle may have an excessive steering angle allowing the inner fairing to contact the rear brake fluid reservoir resulting in a loss of brake fluid. Additionally, the steering damper may be damaged.",Loss of brake fluid from the rear reservoir would reduce brake performance. Steering damper damage could reduce the rider's ability to control the motorcycle. Either condition increases the risk of a crash.,"Harley-Davidson will notify owners, and dealers will inspect the trikes and replace the fork stem bracket, as necessary, free of charge. The recall began on December 2, 2013. Owners may contact Harley-Davidson at 1-800-258-2464. Harley-Davidson's recall number is 0152." -10/17/2013,13V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V506000),"Porsche Cars North America, Inc.",Gas Guage Calibration,ELECTRICAL SYSTEM,AD03,Vehicle,207,"Porsche Cars North America, Inc. (Porsche) is recalling certain model year 2013-2014 Cayenne and Cayenne GTS, model year 2013 Cayenne Diesel and model year 2014 Cayenne S, S Hybrid, Turbo, and Turbo S vehicles manufactured May 27, 2013, through July 10, 2013. In the affected vehicles, the calculated range of the remaining fuel displayed on the instrument cluster may be higher than the actual range. Additionally, the fuel level indicated by the fuel gauge may also be higher than actual amount in the tank.","The fuel display inaccuracies may result in the vehicle unexpectedly running out of fuel and stalling, increasing the risk of a crash.","Porsche will notify owners, and dealers will update the instrument cluster software free of charge. The recall began on December 5, 2013. Owners may contact Porsche at 1-800-767-7243. Porsche's recall number is AD03." -10/17/2013,13V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V488000),"General Motors, LLC",Head Restraints/FMVSS 202a,SEATS,13323,Vehicle,18972,"General Motors (GM) is recalling certain model year 2014 Chevrolet Silverado and GMC Sierra 1500 vehicles manufactured August 1, 2013, through September 10, 2013, and equipped with manual reclining seatbacks. In the affected vehicles, either of the front seatbacks may have play. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 202a, ""Head Restraints.""","If the vehicle is struck from behind, the head restraint may not properly protect occupants, increasing the risk of injury.","GM has notified owners. Dealers will inspect the seatback recliner mechanisms and make adjustments, as needed, free of charge. The recall began on October 23, 2013. Owners may contact Chevrolet at 1-800-222-1020 and GMC at 1-800-462-8782. GM's recall number is 13323." -10/17/2013,13V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V497000),Fontaine Modification,Heat from Exhaust Diffuser may result in Fire,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,206,"Fontaine Modification (Fontaine) is recalling certain model year 2011-2013 Volvo VAH vehicles modified with upward facing exhaust diffusers for use as auto-haulers. In the affected vehicles, heat from the exhaust may transfer to the roof of the truck cab and/or the vehicles above the cab.",Excessive heat could result in a fire.,"Fontaine will notify owners and dealers will replace the diffuser with one of a different shape and design, free of charge. Owners may contact Fontaine at 1-800-366-8246." -10/17/2013,13V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V445000),"Nissan North America, Inc.",Increased Stopping Distance when using ABS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,151695,"Nissan is recalling certain model year 2013-2014 Nissan Pathfinder vehicles manufactured April 18, 2012, through September 20, 2013; model year 2013 Infiniti JX35 vehicles manufactured September 15, 2011, through January 16, 2013; and model year 2014 Infiniti QX60 vehicles manufactured January 17, 2013, through September 20, 2013. In the affected vehicles, during light braking on rough roads, the antilock brake system (ABS) brake pressure output software may lead to an increase in stopping distance.",The increased stopping distance may increase the risk of a crash.,"Nissan will notify owners, and dealers will reprogram the ABS, free of charge. The recall began on November 18, 2013. Owners may contact Nissan at 1-800-647-7261." -10/17/2013,13E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E057000),"Keyline Sales, Inc.",Interior Side Door Lock May Become Inoperable,EQUIPMENT,NR (Not Reported),Equipment,277,"Keyline Sales is recalling certain exterior doors manufactured January 1, 2006, through April 25, 2013 for use in cargo and specialty trailers that were built with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Keyline Sales will notify the manufacturers that purchased the affected doors from them, and Fastec will coordinate the inspection and replacement of the lock cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Keyline Sales at 1-574-294-5611 or Fastec at 1-800-837-2505." -10/17/2013,13V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V479000),"Shadow Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,786,"Shadow Trailers Inc. (Shadow Trailers) is recalling certain model year 2006-2012 gooseneck and bumperpull horse trailers manufactured December 1, 2005, through August 11, 2011 and equipped with Fastec-brand door locks with key cylinder numbers HF 304, HF 307, HF 308 and HF 309. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Shadow Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began December 10, 2013. Owners may contact Shadow Trailers at 1-352-529-2190 or Fastec at 1-800-837-2505." -10/17/2013,13V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V482000),Vintage Trailers Ltd.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4212,"Vintage Trailers Ltd. (Vintage Trailers) is recalling certain model year 2007-2013 Crystal, Intimidator, Aero, Outlaw, Bandit, and Cargo trailers manufactured January 2007 through May 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Vintage Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 13, 2013. Owners may contact Vintage at 1-800-233-5455 or Fastec at 1-800-837-2505." -10/17/2013,13V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V490000),"KZRV, L.P.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,41415,"KZRV, L.P. is recalling certain model year 2006-2013 towable travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-Brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","KZRV, L.P. will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 31, 2014. Owners may contact KZRV L.P. at 1-260-768-4016 or Fastec at 1-800-837-2505." -10/17/2013,13V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V509000),Outdoors RV Manufacturing,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7343,"Outdoors RV Manufacturing (Outdoors RV) is recalling certain model year 2010-2014 Wind River, Timber Ridge and Back Country, model year 2010-2012 Tamarack Trails, model year 2012-2014 Black Stone and model year 2014 Black Rock travel trailers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Outdoors RV will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 4, 2013. Owners may contact Outdoors RV at 1-724-423-7440 or Fastec at 1-800-837-2505." -10/17/2013,13V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V510000),"Northwood Manufacturing, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,19106,"Northwood Manufacturing, Inc. (Northwood) is recalling certain model year 2007-2014 Arctic Fox, Nash, and Desert Fox, model year 2011-2012 Fox Creek and model year 2011-2014 Fox Mountain, Snow River and Wolf Creek trailers, fifth wheels, toy haulers and pickup campers equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Northwood will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 4, 2013. Owners may contact Northwood Manufacturing at 1-541-962-6274 or Fastec at 1-800-837-2505." -10/17/2013,13V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V511000),"Gulf Stream Coach, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,13FI-1013,Vehicle,48053,"Gulft Stream Coach (Gulf Stream) is recalling certain model year 2007-2013 Cavalier, lnnsbrook, Conquest, Amerilite, Stream lite, Emerald Bay, Fire Fly, V Stream Ultra, Mako, Gulf Breeze, Side Track, Matrix, Mini Superlite, Zero Gravity, Visa, Capri, Northern Express, Vista, Aztec, Yellowstone, Prairie Schooner, G Force, Max Wide Open, Endura Max, Canyon Trail, Sedona, Ridgeline, Kingsport, Trail Master, Sky and Bull Dog travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Gulf Stream will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 20, 2013. Owners may contact Fastec at 1-800-837-2505 or Gulf Stream at 1-574-773-7761. Gulf Stream's recall number is 13FI-1013." -10/17/2013,13V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V513000),Outlaw Conversions,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,10,"Outlaw Conversions (Outlaw) is recalling certain model year 2006-2013 Hart, 4-Star, and Platinum gooseneck horse trailers with living quarters manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Outlaw will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The owners could not be loacated for this recall Owners may contact Outlaw at 1-254-968-5733 or Fastec at 1-800-837-2505." -10/17/2013,13V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V492000),"Mack Trucks, Inc.",Loose Spindle Nuts may cause Hub Separation,POWER TRAIN,SC0371,Vehicle,1155,"Mack Trucks is recalling certain model year 2013-2014 CHU, CXU, GU, LEU, and MRU vehicles manufactured with pro-torque axle spindle nuts from August 28, 2012, through August 16, 2013. The pro-torque nut may not have been installed correctly, which may result in a loosening of the nut.","If the nut comes loose, the hub assembly may separate from the vehicle, increasing the risk of a crash.","Mack Trucks will notify owners, and dealers will inspect and repair the vehicles, as necessary, free of charge. The recall began on November 12, 2013. Mack's recall number is SC0371. Owners may contact Mack Trucks at 1-336-393-2000." -10/17/2013,13V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V483000),"Chrysler (FCA US, LLC)",Loss of ABS/ESC & Instrument Cluster Display,ELECTRICAL SYSTEM,N58,Vehicle,90981,"Chrysler Group, LLC (Chrysler) is recalling certain model year 2014 Jeep Grand Cherokee vehicles manufactured January 8, 2013, through August 20, 2013. Due to a disruption of computer communications and loose alternator ground wires, the affected vehicles may experience random illumination of multiple instrument cluster warning lights, loss of cluster illumination and loss of anti-lock brake system (ABS) and electronic stability control (ESC) function. Because of these conditions, the vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 101, ""Controls and Displays,"" and No. 126, ""Electronic Stability Control Systems.""",A loss of ABS and ESC function reduces the driver's ability to control the vehicle. Drivers would not be warned of brake system failures or any other failures which would be illuminated on the dashboard display. Either condition increases the risk of a crash.,"Chrysler will notify owners, and dealers will update the ABS and instrument cluster module software and tighten the alternator ground wire, free of charge. The recall began on November 19, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N58." -10/17/2013,13T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T009000),Yokohama Tire Corporation,Missing Tire Information/FMVSS 119,TIRES,NR (Not Reported),Tire,1192,"Yokohama Tire Corporation (Yokohama) is recalling certain 7.50R16 RY215 tires manufactured January 1, 2006, through August 1, 2011. These tires are missing the ""DOT"" prefix, the required load/inflation information and do not list the material and number of structural plies. Thus, these tires fail to comply with the requirements of Federal Motor Vehicle Safety Standard, No. 119, ""New Pneumatic Tires for Motor Vehicles with a GVWR of more than 4,536 kilograms (10,000 pounds) and Motorcycles.""","Without load/inflation markings, owners may overload the tire which could result in tire failure, increasing the risk of a crash.","Yokohama will notify owners and dealers will replace the tires, free of charge. The recall is expected to begin by late November 2013. Owners may contact Yokohama at 1-800-423-4544." -10/17/2013,13E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E054000),"Meritor, Inc.",Missing locking snap rings on wheel end drive axle,POWER TRAIN,C14AA,Equipment,82,"Meritor, Inc. is recalling certain wheel ends for drive axles with ConMet PreSet Plus Hubs manufactured between August 2012 and December 2012. Due to a missing locking snap ring on the axle hub, the rear wheels may separate from the vehicle.",Wheel separation from the vehicle increases the risk of a crash.,"Meritor will notify owners and dealers will inspect the affected wheel ends for the lock ring, installing them as needed, free of charge. The safety recall began on October 23, 2013. Owners may contact Meritor at 1-866-668-7221." -10/17/2013,13V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V512000),"Navistar, Inc.",No Warning for Low Brake Fluid Level,SERVICE BRAKES,51302-C,Vehicle,2016,"Navistar, Inc. is recalling certain model year 2012 Workhorse Custom Chassis W42 and W62 vehicles, manufactured from July 13, 2012, through October 12, 2012, and equipped with hydraulic brakes. In the affected vehicles, the brake fluid level indicator (FLI) may not properly detect a low brake fluid level situation and warn the driver.","Without a warning, the driver may be unaware that the brake fluid level is low. A low brake fluid level may reduce the available braking force which could lengthen the required stopping distance and increase the risk of a crash.","Navistar has notified owners, and dealers will replace the FLI switch free of charge. Owners may contact Navistar at 1-800-448-7825. Navistar's recall campaign number is 51302-C." -10/17/2013,13V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V475000),Ford Motor Company,No audible chime with open driver door/ FMVSS 114,ELECTRICAL SYSTEM,13C07,Vehicle,23000,"Ford Motor Company (Ford) is recalling certain model year 2012-2013 Focus Electric vehicles and 2013 C-Max vehicles equipped with the Intelligent Access Push Button Start System. In the affected vehicles, there is no audible chime when the vehicle is operational and the driver's door is opened. Thus, these vehicles fail to conform to Federal Motor Vehicle Safety Standard (FMVSS) No. 114, ""Theft Protection and Rollaway Prevention.""","Without an audible door chime, a vehicle owner may open the door and exit the vehicle without being reminded that the vehicle is still operational, leaving the vehicle susceptible to theft.","Ford will notify owners, and dealers will update the software for the door chime, free of charge. The recall began on October 30, 2013. Owners may contact the Ford customer relationship center at 1-866-436-7332. Ford's recall number is 13C07." -10/17/2013,13V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V495000),Shyft Group,Park Brake Cable may Rub against Brake Line,PARKING BRAKE,13020,Vehicle,73,"Spartan Motors Chassis Inc. (Spartan Chassis) is recalling certain model year 2011-2013 Transit Bus Chassis Cab buses manufactured February 17, 2011, through February 22, 2013. The park brake cable may be routed in a manner in which it contacts the rear hydraulic brake line.",The contact may cause a hole may be worn into the hydraulic brake line which could result in a loss of rear brakes without warning. Loss of rear brakes would result in an increased stopping distance which may cause a crash.,"Spartan Chassis will notify owners and dealers will properly secure the park brake cable so that it cannot rub against the brake line. This will be done at no cost to the owner. The recall began on November 13, 2013. Owners may contact Spartan Chassis at 1-517-543-6400. Spartan Chassis' recall number is 13020." -10/17/2013,13V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V508000),"Big Tex Trailer Manufacturing, Inc.",Ramp Gate Latch Failure,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7600,"Big Tex Trailer Manufacturing (Big Tex) is recalling certain model year 2013-2014 10PI, 12PI, 14PI, 29SA, 30AA, 30LS, 30SA, 30SV, 35AA, 35LS, 35SA, 35SV, 45LA, 45SS, 50LA, 50SA, 60SP, 70LR, 70PI, 70SP, and 70TV utility trailers manufactured March 2013, through September 30, 2013. The affected trailers are equipped with a fold flat ramp gate system. Vibrations from towing the trailer may cause the ramp gate latches to fail.","Should both ramp gate latches fail while the trailer is in tow, the ramp gate will fall from the upright, stowed position into the down position, and be dragged behind the trailer. This could result in an increased risk of a crash.","Big Tex will notify owners, and dealers will install a supplemental gate latch, free of charge. The recall began on December 10, 2013. Owners may contact Big Tex at 1-800-594-5637." -10/17/2013,13V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V486000),"Chrysler (FCA US, LLC)",Random Loss of Instrument Cluster Lighting,ELECTRICAL SYSTEM,N59,Vehicle,8370,"Chrysler Group LLC (Chrysler) is recalling certain model year 2014 RAM 1500, 2500, and 3500 trucks manufactured July 1, 2013, through August 22, 2013. Randomly, the warning lights in the instrument cluster may fail to illuminate as designed.","Inoperative warning lights may not properly warn the driver of vehicle problems, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the instrument cluster software, free of charge. The recall began on November 25, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N59." -10/17/2013,13V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V494000),"Southeast Toyota Distributors, LLC",Spare Wheel Lug Nuts,TIRES,NR (Not Reported),Vehicle,979,"Southeast Toyota Distributors, LLC (SET) is recalling certain model year 2012-2013 Tacoma vehicles equipped with 18"" Maverick Alloy Wheels. In the affected vehicles, the spare tire requires the use of a different style of lug nut to attach it to the vehicle than the other wheels use. These lug nuts were not provided with the vehicle.","If the spare tire/wheel is installed on the vehicle using the lug nuts from another wheel, damage to the wheel could result and may eventually lead to a loose wheel, increasing the risk of a crash.","SET will notify owners, and dealers will: (a) Install a Warning Label on the spare tire/wheel, (b) supply a bag containing proper spare wheel lug nuts, and (c) place an Owner's Manual Addendum in the vehicle's glove box. The recall began on January 23, 2014. Owners may contact SET at 1-954-429-2000." -10/17/2013,13V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V493000),"Mack Trucks, Inc.",Steering Shaft May Loosen,STEERING,SC0372,Vehicle,535,"Mack Trucks is recalling certain model year 2014 CXU and GU model vehicles manufactured May 10, 2013, through June 12, 2013. The upper and lower steering shaft pinch bolts may have not been torqued to specification. This may cause the steering shaft to come loose.","A loose steering shaft would result in a loss of steering control, increasing the risk of a crash.","Mack Trucks will notify owners, and dealers will inspect the steering shaft pinch bolts and retorque them as necessary, free of charge. The recall began on December 11, 2013. Mack's recall number is SC0372. Owners may contact Mack Trucks at 1-336-393-2000." -10/17/2013,13V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V515000),Harley-Davidson Motor Company,The Clutch may not Disengage,POWER TRAIN,0153,Vehicle,19597,"Harley-Davidson Motor Company (Harley-Davidson) is recalling certain model year 2014 FLHTCU, FLHTK, FLHTP, FLHX, FLHXS, FLHTKSE, and FLHRSE motorcycles manufactured May 3, 2013, through October 14, 2013. The clutch master cylinder may allow air into the clutch system. Additionally, the motorcycles may have been assembled with an incorrect clutch release plate. Either condition may prevent the clutch from disengaging.","If the clutch does not disengage, the rider may have difficulty slowing or stopping the motorcycle, increasing the risk of a crash.","Harley-Davidson has already notified owners, and dealers will rebuild the clutch master cylinder and install the proper clutch release plate, as necessary, free of charge. The recall began in late October 2013. Harley-Davidson's recall number is 0153. Owners may contact Harley-Davidson at 1-800-258-2464." -10/17/2013,13T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T008000),Hankook Tire America Corp.,Tread Separation,TIRES,NR (Not Reported),Tire,1495,"Hankook Tire America Corp. (Hankook) is recalling certain Dynapro MT LT325/60R18 RT03 tires manufactured August 21, 2011, through September 28, 2013. The affected tires may develop a separation at the tread/belt edge.","Tread separation can result in tire failure and loss of vehicle control, increasing the risk of a crash.","Hankook will notify owners and dealers will replace the tires, free of charge. The recall began on November 22, 2013. Owners may contact Hankook at 1-800-426-5665." -10/17/2013,13V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V501000),Cheetah Chassis Corporation,Weld Fracture at Locating Pins,STRUCTURE,NR (Not Reported),Vehicle,254,"Cheetah Chassis Corporation (Cheetah) is recalling certain model year 2010-2014 20-40 Maximizer trailers manufactured September 14, 2009, through October 3, 2013. In the affected trailers, the weld joining the locator pin's shaft and collar may fail leading to a separation of the locating pin's shaft and collar.","As a result, the vehicle's suspension section may become separated during the repositioning procedure and cause injury to those in close proximity to the vehicle. Additionally, the parts may separate from the vehicle and fall onto the roadway while the vehicle is in operation, which could result in serious injury to other motorists or property damage to other vehicles.","Cheetah will notify owners and pay for installation of new locating pin assemblies that it will supply, free of charge. The recall began on November 22, 2013. Owners may contact Cheetah Chassis at 1-704-436-2590." -10/17/2013,13E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E055000),ILJIN USA Corporation,Wheel Bearing Speed Sensor Wires Reversed,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,14794,"ILJIN USA Corporation (ILJIN) is recalling certain SKF USA and Federal Mogul (MOOG)-brand front wheel bearings with an integrated wheel speed sensor produced from June 26, 2013 to September 27, 2013. The affected bearings were produced with the speed sensor wires reversed.","Due to the reversed wires, the wheel speed sensor will not function, disabling the antilock brake system (ABS). Without ABS, the driver may have reduced control of the vehicle while braking and require a longer distance to stop the vehicle, increasing the risk of a crash.","ILJIN will notify purchasers and will replace the wheel sensor wiring harness, free of charge. ILJIN will fully reimburse any purchasers or end users who have already removed, repaired or replaced the defective part or paid someone to do so. The recall began on December 9, 2013. Owners should contact ILJIN at 1-248-848-1020 to obtain details about the reimbursement program." -10/17/2013,13E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E056000),"Wheel Pros, LLC",Wheels Susceptible to Cracking,WHEELS,NR (Not Reported),Equipment,14383,"Wheel Pros, LLC is recalling certain Moto Metal-brand 8-Lug bolt pattern wheels, model MO909. The affected wheels are susceptible to cracking.","A cracked wheel may lead to separation of the tire from the rim, potentially resulting in a loss of vehicle control thereby increasing the risk of a crash.","Wheel Pros, LLC will work with its distributor/retailer customers to notify customers and replace the wheels, free of charge. The recall is expected to by early December 2013. Owners may contact Wheel Pros at 1-303-433-3599." -10/17/2013,13V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V505000),Toyota Motor Engineering & Manufacturing,Wiper Switch May Fail/FMVSS 104,VISIBILITY,NR (Not Reported),Vehicle,9795,"Toyota Motor Engineering & manufacturing North America, Inc. (Toyota) is recalling certain model year 2013-2014 Camry and Camry HV, model year 2013 Avalon and Avalon HV and model year 2014 Corolla vehicles. In the affected vehicles, the windshield wiper switch assembly may short circuit. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard, No. 104, ""Windshield Wiping and Washing Systems.""","A short circuit could cause inoperative windshield wipers, reducing driver visibility and increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the wiper switch assembly, free of charge. The recall began on November 8, 2013. Owners may contact Toyota at 1-800-331-4331." -09/30/2013,13V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V470000),Automobili Lamborghini America LLC,Brake Rotor attaching Screws may fail,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,404,Automobili Lamborghini America LLC (Lamborghini) is recalling certain model year 2006 through 2010 Murcielago Coupes and Roadsters fitted with carbon ceramic brake discs. The stainless steel screws that secure the brake rotors may fail after being exposed to salty conditions.,"Failure of the securing screws may result in a reduction of braking ability, increasing the risk of a crash.","Lamborghini will notify owners, and dealers will replace the screws, free of charge. The safety recall began February 27, 2014. Owners may contact Lamborghini at 1-866-681-6276. The manufacturer's numbers for this campaign are L82X-R.01.13 (Model Year 2006 Murcielago Coupe and Roadster), and LB82X-R.02.13 for the MY2007, 2008, 2009, and 2010 Murcielago Coupe and Roadster." -09/30/2013,13V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V471000),Automobili Lamborghini America LLC,Brake Rotor attaching Screws may fail,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,263,Automobili Lamborghini America LLC (Lamborghini) is recalling certain model year 2007 through 2009 Gallardo Coupes and Spyders fitted with carbon ceramic brake discs. The stainless steel screws that secure the brake rotors may fail after being exposed to salty conditions.,"Failure of the securing screws may result in a reduction of braking ability, increasing the risk of a crash.","Lamborghini will notify owners, and dealers will replace the screws, free of charge. The safety recall began during November 2013. Owners may contact Lamborghini at 1-866-681-6276. The manufacturer's numbers for this campaign are L71X-R.01.13 (model year 2007 and 2008 Gallardo Coupe and Spyder) and L71X-R.02.13 (model year 2009 Gallardo Coupe and Spyder)." -09/30/2013,13E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E053000),Emmett Door Inc.,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,4231,"Emmett Door is recalling certain RV doors manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Emmett Door will notify the manufacturers that purchased the affected doors from them and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on October 31, 2013. Owners may contact Emmett Door at 1-877-817-2029 or Fastec at 1-800-837-2505." -09/30/2013,13V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V477000),"Charmac Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,432,"Charmac Trailers is recalling certain model year 2006-2007 Cargo, Horse and Sports Trailers manufactured from January 2006 through December 2006 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Charmac Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by the end of November 2013. Owners may contact Charmac Trailers at 1-208-733-5241 or Fastec at 1-800-837-2505." -09/30/2013,13V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V478000),Aluminum Trailer Company (ATC),Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4295,"Aluminum Trailer Company (ATC) is recalling certain model year 2008-2013 Quest, RSX, and Raven trailers manufactured January 2008 through April 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","ATC will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 18, 2013. Owners may contact ATC at 1-574-773-2440 or Fastec at 1-800-837-2505." -09/30/2013,13V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V481000),Shyft Group,Steering Wheel may Loosen,STEERING,13023,Vehicle,138,"Spartan Motors Chassis (Spartan Chassis) is recalling certain model year 2011, 2013, and 2014 School Bus Chassis manufactured December 21, 2010, through September 18, 2013. The nut that affixes the steering wheel nut may have been insufficiently tightened.","The loose steering wheel nut may cause the steering wheel to come loose resulting in loss of vehicle control, increasing the risk of a crash.","Spartan Chassis will notify owners, and dealers will verify the steering wheel nut torque. The recall began on November 4, 2013. Owners may contact Spartan Motors at 1-517-543-6400. Spartan's recall campaign number is 13023." -09/27/2013,13V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V476000),Daimler Buses North America,Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3009,Daimler Buses North America Ltd. (DBNA) is recalling certain model year 2003-2008 Orion V and model year 2002-2010 VII buses equipped with Sure Power equalizers and DC-DC Converters. The specific potting compound used in the equalizers and convertors for insulation was found to be capable of conducting electricity after being exposed to heat.,"Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","DBNA will notify owners and Sure Power representatives will change out the equalizer and/or convertor, free of charge. The recall is expected to begin during November 2014. Owners may contact DBNA at 1-905-403-1111." -09/27/2013,13V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V466000),"Dressen Custom Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,119,"Dressen Custom Trailers (Dressen) is recalling certain model year 2006-2013 Dakota Cargo trailers and Dakota Competitor trailers, DC and CP series, manufactured January 1, 2006, through April 25, 2013, equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Dressen will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 9, 2013. Owners may contact Dressen at 1-605-428-4364 or Fastec at 1-800-837-2505." -09/27/2013,13V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V473000),"Stealth Enterprises, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7056,"Stealth Enterprises, LLC (Stealth Enterprises) is recalling certain model year 2009-2014 Steel Blackhawk, Aluminum Blackhawk, and Aluminum Predator cargo trailers and model year 2009-2014 Qualitec Aluminum Mountaineer, Aluminum Daytona and Steel Daytona cargo trailers manufactured October 6, 2008, through September 6, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Stealth Enterprises will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 13, 2013. Owners may contact Stealth Enterprises at 1-574-848-5900 or Fastec at 1-800-837-2505." -09/26/2013,13V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V430000),"Nissan North America, Inc.",Accelerator Pedal Sensor Signal/Possible Stall,VEHICLE SPEED CONTROL,R1306,Vehicle,98307,"Nissan North America, Inc. (Nissan) is recalling certain model year 2006-2010 Infiniti M35 and M45 vehicles manufactured April 4, 2004, through October 5, 2010. Over time, the accelerator pedal sensor signal may deteriorate resulting in the output of an incorrect signal causing the engine to go into fail-safe (limp home) mode.","In this fail-safe mode, throttle valve deposits may cause the engine to stall when the vehicle is coming to a stop or at idle, increasing the risk of a crash.","Nissan will notify owners, and dealers will replace the accelerator pedal assembly and reprogram the engine control module, free of charge. The recall is expected to begin during November 2013. Owners may contact Nissan at 1-800-647-7261." -09/26/2013,13V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V463000),"General Motors, LLC",Air Bag Warning Label May Detach from Sun Visor,EQUIPMENT,13284,Vehicle,18941,"General Motors (GM) is recalling certain model year 2013 and 2014 Chevrolet Camaro Coupes manufactured June 9, 2013, through September 6, 2013. In the affected vehicles, the required air bag warning label on the sun visor may peel off. Thus, these vehicles fail to comply to Federal Motor Vehicle Safety Standard No. 208 ""Occupant Crash Protection.""","If the air bag warning label detaches from the visor, the driver and front seat passenger may not be warned of the risks of air bag deployment, increasing the risk of injury in the event of a crash.","GM will notify owners, and instruct owners how to inspect the visor sticker. As necessary, dealers will replace the sun visor, free of charge. The recall began on October 28, 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13284." -09/26/2013,13V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V472000),Prevost Car (US) Inc.,Cold Tire Pressure Certification Plate/Part 567,EQUIPMENT,SR13-61,Vehicle,35,"Prevost Cars, Inc. (Prevost) is recalling certain model year 2013 X3-45, 2012-2014 H3-45, 2008 H3-45 VIP, 2005 XL2, and 2006-2011 XL2-45 Entertainer buses equipped with super single tires. The cold inflation pressure shown on the certification plate is higher than the specification for the super single tires installed on the rear axle, which may lead to tire overinflation. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard Part 567, ""Certification Regulation.""","Tire overinflation may reduce traction, braking ability and handling, increasing the the risk of a crash.","Prevost will notify owners, and dealers will replace the certification plate, free of charge. The recallbegan on November 22, 2013. Owners may contact Prevost at 1-418-883-2888. Prevost's recall number is SR13-61." -09/26/2013,13V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V456000),"Nissan North America, Inc.",Frontal Passenger Air Bag may not Deploy Properly,AIR BAGS,NR (Not Reported),Vehicle,2310,"Nissan North America Inc. (Nissan) is recalling certain 2014 Pathfinders manufactured from July 25, 2013, to September 5, 2013 with Almond interiors only. The instrument panel tear seam on the passenger frontal air bag was incorrectly cut on the back side of the instrument panel which could cause the air bag to not deploy properly.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the improper air bag deployment may increase the risk of personal injury.","Nissan will notify owners, and dealers will replace the affected instrument panel assemblies, free of charge. The recall began on November 18, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -09/26/2013,13V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V464000),"General Motors, LLC",Fuel Tank may Separate from Car,"FUEL SYSTEM, GASOLINE",13296,Vehicle,1558,"General Motors (GM) is recalling certain model year 2013 and 2014 Chevrolet Sonic vehicles manufactured August 2, 2013, through August 12, 2013. Due to insufficient welds, the front fuel tank strap bracket may separate from the vehicle.","If the front fuel tank strap bracket separates, the increased load may lead to the failure of the other tank support. As a result, the fuel tank may come loose from the vehicle causing a fuel leak. A fuel leak, in the presence of an ignition source, may result in a fire.","GM will notify owners, and dealers will inspect the front fuel tank strap bracket, and repair it as necessary, free of charge. The recall began on November 7, 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13296." -09/26/2013,13E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E052000),"Eagan Manufacturing, Inc.",Interior Side Door Lock May Become Inoperable,EQUIPMENT,NR (Not Reported),Equipment,4761,"Eagan Manufacturing (Eagan) is recalling certain model year 2006-2013 doors manufactured January 2006 through April 2013, and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside a trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Eagan will notify the manufacturers that purchased the affected doors from them, and Fastec will coordinate the inspection and replacement of the lock cylinders, as needed, free of charge. The recall began on October 31, 2013. Owners may contact Eagan at 1-870-878-6805 or Fastec at 1-800-837-2505." -09/26/2013,13V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V447000),American Hauler,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1103,"American Hauler is recalling certain model year 2006-2010 cargo trailers manufactured January 1, 2006, to July 30, 2010, equipped with a flushlock option (which uses a Fastec-brand door lock). It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the cargo trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","American Hauler will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 16, 2013. Owners may contact American Hauler at 1-574-264-0227 or Fastec at 1-800-837-2505." -09/26/2013,13V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V454000),"BMW of North America, LLC",Loss of Brake Assist/Vacuum Pump Lubrication,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76191,"BMW of North America LLC (BMW) is recalling certain model year 2012-2014 320i, 328i, 320i xDrive, and 328i xDrive sedans; model year 2014 328i xDrive Sports Wagons; model year 2012-2013 528i and 528i xDrive sedans, model year 2013-2014 X1 sDrive28i and X1 xDrive28i vehicles and model year 2012-2014 Z4 sDrive28i roadsters. Due to insufficient lubrication, the vacuum pump that supplies brake power assistance may fail.",A failure of the brake vacuum pump results in a reduction in braking power that could increase the risk of a crash.,"BMW will notify owners, and dealers will modify the vehicles to prevent insufficient vacuum pump lubrication, free of charge. The safety recall began on January 31, 2014. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -09/26/2013,13V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V458000),"Altec Industries, Inc.",PTO Pressure Switch Oil Leak may Result in Fire,ENGINE AND ENGINE COOLING,CSN 583,Vehicle,1145,"Altec Industries, Inc. (Altec) is recalling certain model year 2010-2013 AT200A, AT235, AT235P, AT30-G, AT35-G, AT37-G, AT40-G and AT237 Aerial Devices mounted on Ford Super Duty Chassis' equipped with 6.8L gas engines and Muncie FR67 power take offs (PTO). In the affected vehicles, oil may leak from the PTO pressure switch onto a thermal blanket covering the exhaust.",Oil leaking onto the thermal blanket combined with heat from exhaust may result in an increased risk of fire.,"Altec will notify owners, and dealers will replace the affected pressure switch and thermal blanket with the kit identified by Muncie, free of charge. The recall began on December 9, 2013. Consumerr's may contact Altec at 1-877-462-5832. Altec's recall number is CSN 583." -09/26/2013,13V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V474000),Volvo Bus Corporation,Park Brake may not fully set,PARKING BRAKE,SR13-87,Vehicle,22,"Volvo Bus Corporation (Volvo Bus) is recalling certain model year 2013 9700 coach buses manufactured April 30, 2012, through November 2, 2012. Due a manufacturing error, the guide plate in the park brake control valve may prematurely wear creating a condition that causes the park brake lever to fail to completely apply the parking brakes.","If the parking brakes are not completely applied, the vehicle may unintentionally move, increasing the risk of a vehicle crash or personal injury to pedestrians.","Volvo Bus will notify owners, and dealers will inspect, and if necessary, replace the park brake valve, free of charge. The recall began on November 19, 2013. Owners may contact Volvo Bus at 1-336-393-2000. Volvo's recall number is SR13-87." -09/26/2013,13V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V429000),Toyota Motor Engineering & Manufacturing,Shift Lever Assembly may Allow Rollaway,POWER TRAIN,NR (Not Reported),Vehicle,614722,"Toyota is recalling certain model year 2004-2005 Sienna vehicles manufactured January 10, 2003, through August 10, 2005; and model year 2007-2009 Sienna vehicles manufactured February 20, 2007, through December 12, 2008. In the affected vehicles, due to a problem within the shift lock solenoid, there is a possibility that the shift lever could be moved out of Park position without depressing the brake pedal.","If the shift lever is moved out of the Park position without the brake applied, the transmission will either engage a drive gear or Neutral, increasing the risk of a backover or roll away crash.","Toyota will mail interim notifications to owners beginning in late October 2013. When parts are available, owners will be sent a second notice and dealers will replace the shift lock solenoid, free of charge. Owners may contact Toyota at 1-800-331-4331." -09/25/2013,13V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V469000),Collins Bus Corporation,Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,251,"Collins Bus Corporation (Collins) is recalling certain model year 2009-2010 Bantam, Super Bantam, Grand Bantam, Mid Bus Guide, Super Guide, and Grand Guide school buses manufactured September 2009 through April 2010, and equipped with A&M Systems-brand electric door actuators. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Collins will notify owners, and dealers will inspect and, if necessary, replace the circuit board free of charge. The recall began on December 4, 2013. Owners may contact Collins at 1-800-533-1850." -09/25/2013,13V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V465000),Daimler Coaches North America,Light Control Unit Short Circuit/Fire,ELECTRICAL SYSTEM,82.10M08198A,Vehicle,243,Setra of North America (Setra) is recalling certain model year 2011-2014 S417 TC and 2012-2014 S407 CC motorcoaches. There may be an electrical overload in the control unit of the lights.,An electrical overload may result in a short circuit or vehicle fire.,"Motor Coach Industries, the designated importer, will notify owners and replace the control unit, free of charge. The recall began on November 25, 2013. Owners may contact Motor Coach Industries at 1-800-323-1290. Setra's recall number is 82.10M08198A." -09/24/2013,13V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V425000),Mazda North American Operations,Door Latch Mounting Screws may Loosen,LATCHES/LOCKS/LINKAGES,7013I,Vehicle,161400,"Mazda is recalling certain model year 2009-2013 Mazda6 vehicles manufactured February 4, 2008, through August 24, 2012. The door latch mounting screws may become loose.",If all three door latch mounting screws become excessively loose the door latch mechanism would not engage and the door might open while the vehicle is in motion increasing the risk of accident or injury.,"Mazda will notify owners, and dealers will apply a thread locking adhesive to the door screws and retorque them, free of charge. The recall began on October 29, 2013. Owners may contact Mazda at 1-800-222-5500. Mazda's recall number is 7013I." -09/23/2013,13V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V452000),"General Motors, LLC",Front Right Half Shaft may Fracture,POWER TRAIN,13276,Vehicle,3161,"General Motors (GM) is recalling certain model year 2013 and 2014 Chevrolet Cruze vehicles equipped with manual transmissions (MF3/MR5) and manufactured January 24, 2013, through August 1, 2013. On the affected vehicles, the right front half shaft may fracture and separate.","If the half shaft fractures and separates while driving, the vehicle would lose power and coast to a stop. If a vehicle with a fractured half shaft is parked without the parking brake applied, the vehicle could move unexpectedly. Either condition increases the risk of a crash.","General Motors has notified owners. Dealers will replace the half shaft assembly, free of charge. The safety recall began on October 15, 2013. Owners may contact General Motors at 1-800-521-7300. This is General Motors campaign number 13276." -09/23/2013,13V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V450000),"Volkswagen Group of America, Inc.",Fuel Line Leak,"FUEL SYSTEM, GASOLINE",20U6/L8,Vehicle,3594,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013-2014 Audi S6 and S7 vehicles equipped with 4.0L engines. Due to manufacturing tolerance issues, a fuel line may leak fuel.","A fuel leak, in the presence of an ignition source, may result in a fire.","Volkswagen will notify owners, and dealers will replace the fuel line, free of charge. The safety recall is planned to begin in late October 2013. Owners may contact Audi of America at 1-800-822-2834. Volkswagen's number for this campaign is 20U6/L8." -09/23/2013,13V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V461000),Lakota Corporation,Fumes or Gases May Enter Vehicle Interior,EQUIPMENT,NR (Not Reported),Vehicle,51,Lakota Corporation (Lakota) is recalling certain model year 2013-2014 Lakota Charger C8X9 and CX9 and model year 2014 Lakota HUT H839 and Lakota Charger C27 trailers manufactured January 2013 through August 2013 and equipped with a three cubic foot refrigerator and optional recessed cook top. The cook top installation allows the refrigerator combustion system to vent into the trailer interior.,"Fumes and/or gases from the refrigeration system may enter the vehicles interior, increasing the risk of asphyxiation.","Lakota will notify owners, and dealers will seal the refrigerator combustion system from the trailer interior, free of charge. The recall began on October 25, 2013. Owners may contact Lakota at 1-574-848-1636." -09/23/2013,13V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V462000),"Cargo Craft, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,36272,"Cargo Craft, Inc. & Cargo Craft of Texas, Inc. (Cargo Craft) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Cargo Craft will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by the end of December 2013. Owners may contact Cargo Craft at 1-912-359-2343 or Fastec at 1-800-837-2505." -09/23/2013,13V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V448000),"Volkswagen Group of America, Inc.",Sunroof may Shatter,VISIBILITY,60B6/1L,Vehicle,1120,"Volkswagen Group of America, Inc. (Volkswagen) is recalling certain model year 2013-2014 Audi A8 and S8 vehicles equipped with a standard sunroof, manufactured March 12, 2013, through July 15, 2013. These vehicles are equipped with a standard sunroof glass panel that may shatter.","Should the sunroof's glass break while the vehicle is in use, the falling glass could injure the driver or passengers. It could also distract the driver, increasing the risk of a crash.","Volkswagen will notify owners, and dealers will replace the sunroof glass panel, free of charge. The recall began on October 21, 2013. Owners may contact Audi of America at 1-800-822-2834. Volkwagen's number for this campaign is 60B6/1L." -09/20/2013,13V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V485000),"New Flyer of America, Inc.",Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,R13-021,Vehicle,57,"New Flyer is recalling certain model year 2004-2006 D40I transit buses manufactured January 14, 2005, through October 19, 2006, and equipped with Sure Power battery equalizers and DC-DC converters containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","New Flyer will notify owners, and dealers will replace the equalizers and converters, free of charge. The recall began on November 4, 2013. Owners may contact New Flyer at 1-204-982-8400. New Flyer's recall number is R13-021." -09/20/2013,13V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V460000),Coach and Equipment Mfg. Corp.,Electric Door Actuator May Lead to Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,53,Coach and Equipment Manufacturing Corp. (Coach and Equipment) is recalling certain model year 2009-2010 MetroLite and Phoenix transit buses manufactured August 2009 through May 2010 and equipped with an optional power door. The power actuator behind the door contains a PC Board that may overheat.,Overheating of the PC board may result in a vehicle fire.,"Coach and Equipment will notify owners, and service centers will inspect and replace any defective circuit board, free of charge. The recall began on September 17, 2013. Owners may contact Coach and Equipment at 1-315-536-2321." -09/20/2013,13V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V459000),"New Flyer of America, Inc.",Parts may Fall from Bicycle Rack,EQUIPMENT,R13-022,Vehicle,12,"New Flyer Industries is recalling certain model year 2012 XN40 transit buses manufactured October 30, 2012, through November 27, 2012, and equipped with certain Sportworks Northwest Apex 3 bicycle racks. In the affected racks, cracks may develop where the latch tube is welded to the pivot tabs connected to the frame. Over time, the cracks may lead to separation of the latch tube and latch handle.","If the latch handle and tube fall from the rack it would create a potential road hazard for other vehicles, increasing the risk of a crash.","New Flyer will notify owners and Sportworks Northwest will replace the frames under warranty, free of charge. The recall began on October 30, 2013. Owners may contact New Flyer at 1-800-665-2637 or Sportworks at 1-888-861-0555 ext. 2. New Flyer's campaign number is R13-022." -09/19/2013,13V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V457000),"NABI Bus, LLC",Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,20136,Vehicle,4061,"North American Bus Industries (NABI) is recalling certain model year 2000-2011 LFW, CLFW, BRT, 2007-2009 Blue Bird L4RE, and 2000-2009 Optima Opus transit buses equipped with Sure Power battery equalizers containing a particular epoxy sealing, aka 'potting', compound. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","NABI will notify owners, and dealers will replace the equalizers, free of charge. An interim letter was mailed to owners on January 27, 2014. Owners may contact NABI at 1-256-831-4296. NABI's recall number is 20136." -09/19/2013,13V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V446000),"Mitsubishi Motors North America, Inc.",Clutch Master Cylinder Failure,POWER TRAIN,SR-13-009,Vehicle,10474,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2008-2013 Lancer Evolution vehicles manufactured from December 12, 2007, through March 5, 2013. In the affected vehicles, the clutch master cylinder can fail.","Failure of the clutch master cylinder reduces the ability to shift the vehicle into or out of gear, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will replace the affected clutch master cylinders free of charge. The recall began on November 12, 2013. Owners may contact Mitsubishi at 1-888-648-7820. Mitsubishi's campaign number for this recall is SR-13-009." -09/19/2013,13V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V412000),Honda (American Honda Motor Co.),Inadvertent Air Bag Deployment,AIR BAGS,JC2/JC3,Vehicle,374618,"Honda is recalling certain model year 2003 and 2004 Odyssey and model year 2003 Acura MDX vehicles. Due to electrical noise, a component in the air bag control module may fail causing the front air bags, side curtain air bags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the air bags may increase the risk of injury and the possibility of a vehicle crash.,"Honda will notify owners, and dealers will install a noise suppressor unit, free of charge. The recall began on November 1, 2013. A renotification letter went out on July 11, 2014 for the 2003 Acura and the 2003-2004 Odyssey. Owners may contact Honda at 1-800-999-1009. Honda's recall numbers are JC2 (Honda Odyssey) and JC3 (Acura MDX)." -09/18/2013,13V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V451000),"Nissan North America, Inc.",Brake Master Cylinder may Reduce Braking Power,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3247,"Nissan North America, Inc. (Nissan) is recalling certain model year 2013 Titan and Armada vehicles manufactured February 22, 2013, through May 3, 2013. The affected vehicles have a brake master cylinder which may intermittently reduce the pressure supplied to the front brakes.","If the front brake pressure is reduced there would be less braking power, requiring a longer distance to stop the vehicle, increasing the risk of a crash.","Nissan has notified owners, and dealers will replace the master cylinder, free of charge. The recall began on October 21, 2013. Owners may contact Nissan at 1-800-647-7261." -09/18/2013,13V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V468000),"Daimler Trucks North America, LLC",Floor Joints May Not Stay Joined,STRUCTURE,FL-647,Vehicle,32,"Daimler Trucks North America (DTNA) is recalling certain model year 2013 Thomas Built Minotour DRW school buses manufactured June 29, 2013, through July 16, 2013. These vehicles were built with an alternative floor sheet metal which may not be properly bond to the other floor components due to the adhesive that was used.","As a result, the floor joints may be weaker than specified and, in the event of a crash, the floor may separate increasing the risk of injury.","DTNA will notify owners, and dealers will add fasteners to the floor joints, free of charge. The recall began on November 18, 2013. Owners may contact DTNA at 1-503-745-6910. DTNA's recall number is FL-647." -09/18/2013,13V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V453000),Shyft Group,Front Sway Bar may Detach/Loss of Brakes,"SERVICE BRAKES, HYDRAULIC",13018,Vehicle,75,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2011-2013 Transit Bus Chassis Cab buses manufactured February 17, 2011, through August 8, 2013; and equipped with a front sway bar on the independent front suspension and hydraulic brakes. In the affected vehicles, the fasteners attaching the sway bar to the frame may come loose.","If the sway bar detaches, it may damage the hydraulic brake lines resulting in reduced braking power. As such, the vehicle would require a longer distance to stop, increasing the risk of a crash.","Spartan Chassis will notify owners, and dealers will install new fasteners with appropriate torque requirements, free of charge. The recall began on September 29, 2013. Owners may contact Spartan Chassis at 1-517-543-6400. Spartan Chassis' number for this campaign is 13018." -09/18/2013,13V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V443000),"Craftsmen Industries, Inc.",Interior Side Door Lock May Become Inoperable,EQUIPMENT,NR (Not Reported),Vehicle,79,"Craftsmen Industries Incorporated (Craftsmen) is recalling certain model year 2006-2013 custom vehicles manufactured January 1, 2006, through April 30, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the vehicle at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Craftsmen will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 22, 2013. Owners may contact Craftsmen at 1-800-373-3575 or Fastec at 1-800-837-2505." -09/18/2013,13V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V444000),Bloomer Trailers,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,154,"Bloomer Trailers is recalling certain model year 2006-2013 recreational trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Bloomer Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Bloomer Trailers at 1-800-390-6377 or Fastec at 1-800-837-2505." -09/18/2013,13V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V441000),Shyft Group,Lower Control Arms May Fracture,SUSPENSION,13022,Vehicle,75,"Spartan Motors Chassis, Inc. (Spartan Motors) is recalling certain model year 2011-2013 Transit Bus Chassis Cab buses manufactured February 17, 2011, through August 8, 2013 and equipped with an independent front suspension. Due to a manufacturing error, the control arms may fracture or break without warning.","If a lower control arm breaks, and separates from the mounting bushing, loss of vehicle control could occur, increasing the risk of a crash.","Spartan Motors will notify owners, and dealers will replace the control arms and mounting hardware, free of charge. The recall began during October 2013. Owners may contact Spartan Motors at 1-517-543-6400. Spartan's recall number is 13022." -09/18/2013,13V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V467000),Shyft Group,Radiator Cooling Fan Blades may Break,ENGINE AND ENGINE COOLING,13021,Vehicle,125,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2011-2012 motorhomes manufactured January 28, 2010, through March 12, 2012; and equipped with Cummins ISC engines. The affected vehicles have radiator cooling fans that spin excessively fast resulting in the fan blades breaking without warning.","If this occurs while the hood is open, a person in the vicinity of the engine could be struck by the blade and injured.","Spartan will notify owners, and dealers will repair the vehicles free of charge. The recall began on November 15, 2013. Owners may contact Spartan Chassis at 1-517-543-6400. Spartan Chassis's number for this campaign is 13021." -09/18/2013,13V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V455000),NOV Rolligon,Rear Trailer Suspension Missing Weld,SUSPENSION,NR (Not Reported),Vehicle,31,"NOV Rolligon is recalling certain model year 2011 HT-180, model year 2012 MT-1060-HR and TPT-1202-T twin pump, and model year 2011-2012 MT-1060 and Hydration trailers. The affected vehicles have a missing weld on the rear trailer suspension at the rear side of the hanger.","The missing weld could stress the existing welds, resulting in a separation of the hanger from the trailer flange surface. Separation of the hanger may cause the trailer to suddenly pull to one side or the load to shift, increasing the risk of a crash.","NOV Rolligon will notify owners and arrange inspection and necessary weld repairs of each suspension assembly, free of charge. The recall began on September 27, 2013. Owners may contact NOV Rolligon at 1-936-873-2600." -09/18/2013,13V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V440000),Lion Electric Company,Seat Impact Resistance/FMVSS 222,SEATS,NR (Not Reported),Vehicle,1,"Lion Bus is recalling one model year 2013 360 school bus equipped with passenger seats that have three-point seat belts. In an impact, the backs of these seats absorb an insufficient amount of impact force. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 222, ""School Bus Passenger Seating and Crash Protection.""",Noncompliant seats may increase the risk of injury to occupant during a crash.,The owner of the bus has been notified of the safety issue. Owners may contact Lion Bus at 1-450-432-5466. -09/18/2013,13V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V439000),"Navistar, Inc.",Trailer May Release from Fifth Wheel,EQUIPMENT,13514,Vehicle,16107,"Navistar, Inc. is recalling certain model year 2008-2013 International LoneStar, ProStar, and TranStar trucks manufactured February 20, 2008, through July 29, 2013 and equipped with an electronic fifth wheel jaw release system (feature code 0595BAW or 0595BAY). Due to an assembly error, the air lines at the isolation/vent valve may not be oriented correctly.","Because of the improper orientation, in the event of an air leakage at the isolation/vent valve, the 5th wheel jaw may release, unexpectedly releasing the trailer from the tractor, increasing the risk of a vehicle crash.","Navistar will notify owners, and dealers will inspect the air line routing. If necessary, the air line routing will be corrected free of charge. The recall began on October 10, 2013. Owners may contact Navistar at 1-331-332-1590. Navistar's recall number is 13514." -09/17/2013,13V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V438000),Newmar Corporation,Air Pressure Gauge Accuracy/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,31,"Newmar Corporation (Newmar) is recalling certain model year 2012 Essex and King Aire motor homes manufactured December 15, 2010, through August 15, 2011 on a Spartan Motors chassis. These vehicles are equipped with Ametek air pressure gauges that may exceed the air brake pressure accuracy requirements of plus or minus 7 percent. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard, No. 121, ""Air Brake Systems.""","A low air pressure condition may appear safe to the driver, leaving the operator ignorant of the true condition of the vehicle's air brake system, increasing the risk of a crash.",Spartan Motors will notify the affected owners on behalf of Newmar Corporation. Spartan Motors dealers will replace the air pressure gauge. The recall began during November 2013. Owners may contact Newmar Corporation at 1-800-731-8300 or Spartan Motors at 1-800-582-3454. -09/17/2013,13V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V436000),Chalet RV,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3500,"Chalet RV is recalling certain model year 2006-2013 TS116, 1860, 1865, Aspen, Alpine, Arrowhead, and XL A-frames, travel trailers, and truck campers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Chalet RV will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 10, 2014. Owners may contact Chalet RV at 1-541-791-4610 or Fastec at 1-800-837-2505." -09/17/2013,13V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V437000),"Augusta RV, LLC",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,189,"Augusta RV, LLC is recalling certain model year 2013-2014 FLEX recreational vehicles manufactured February 13, 2013, through May 31, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Augusta RV will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin by early November, 2013. Owners may contact Augusta RV at 1-574-848-0200 or Fastec at 1-800-837-2505." -09/17/2013,13V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V435000),Pierce Manufacturing,Parking Brake May Not Activate,PARKING BRAKE,74B243,Vehicle,22,"Pierce Manufacturing Inc. is recalling certain model year 2012-2013 Arrow XT and Velocity emergency vehicles, manufactured January 1, 2012, through June 14, 2013 and equipped with quarter-turn ball valves installed between the glad hands connectors and the parking brake system. If the ball valves are left in the closed position, air pressure can build up on the parking brake circuit side and prevent the application of the spring park brakes when the parking brake valve is activated in the cab.","This may allow the vehicle to unexpectedly roll, increasing the risk of personal injury or a vehicle crash.","Pierce will notify owners, and dealers will remove the quarter turn ball valves and connect the glad hand signal hose into the primary air tank, free of charge. The recall began on December 20, 2013. Owners may contact Pierce at 1-920-832-3000. Pierce's recall number is 74B243." -09/16/2013,13V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V432000),Cowtown Sleepers & Pick-up Tops,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,106,"Cowtown Sleepers & Pick-up Tops & Accessories Inc. (Cowtown Sleepers) is recalling certain model year 2008-2013 truck sleepers manufactured April 15, 2008, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Cowtown Sleepers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall is expected to begin during November 2013. Owners may contact Cowtown Sleepers at 1-817-293-9100 or Fastec at 1-800-837-2505." -09/16/2013,13V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V433000),Hart Trailer LLC,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,493,"Hart Trailer LLC is recalling certain model year 2006-2013 Medallion, Ultimate, and Cargo gooseneck and bumper hitch horse trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Hart Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 12, 2013. Owners may contact Hart Trailers at 1-405-224-3634 or Fastec at 1-800-837-2505." -09/16/2013,13V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V434000),Vactor Manufacturing,Vehicle may Inadvertently Move/Trans Software,ELECTRICAL SYSTEM,SB 264,Vehicle,30,"Vactor Manufacturing is recalling certain model year 2012-2013 Ramjet vehicles equipped with Allison Transmissions. Due to an incorrect transmission software parameter, the vehicle may go into drive mode while in PTO is being used.",The remote throttle would function and the vehicle could potentially over power the park brake causing personal injury or a vehicle crash.,"Vactor notified all affected end users in early September 2013. Dealers will reprogram the transmission software, free of charge. Owners may contact Vactor at 1-815-672-3171. Vactor's recall number is SB 264." -09/13/2013,13V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V423000),"Arising Industries, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,228,"Arising Industries, Inc. (Arising Industries) is recalling certain model year 2008-2013 cargo trailers equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Arising Industries will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 21, 2014. Owners may contact Arising at 1-912-375-6044 or Fastec at 1-800-837-2505." -09/13/2013,13V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V424000),"Coose Trailer Manufacturing, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,17,"Coose Trailer Manufacturing, Inc. (Coose) is recalling certain model year 2006-2013 travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Coose Trailer will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 18, 2013. Owners may contact Coose Trailer at 1-417-232-4420 or Fastec at 1-800-837-2505." -09/13/2013,13V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V426000),Pleasant Valley Teardrop Trailers LLC,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,16,"Pleasant Valley Teardrop Trailers LLC (Pleasant Valley) is recalling certain model year 2006-2013 travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Pleasant Valley will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Pleasant Valley at 1-330-852-4811 or Fastec at 1-800-837-2505." -09/13/2013,13V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V427000),Adventurer LP,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,967,"Adventurer LP is recalling certain model year 2009-2012 truck campers manufactured October 2009, through March 2012 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Adventurer LP will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on October 31, 2013. Owners may contact Adventurer LP at 1-505-895-7064 or Fastec at 1-800-837-2505." -09/13/2013,13V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V428000),"Horton Vans, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2237,"Horton Vans, Inc. is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Horton Vans will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Horton Vans at 1-706-485-4383 or Fastec at 1-800-837-2505." -09/13/2013,13V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V431000),PROLine Products LLC,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1102,"PROLine Products LLC (PROline) is recalling certain model year 2006-2013 cargo trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","PROLine will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 3, 2013. Owners may contact PROLine at 1-603-652-7337 or Fastec at 1-800-837-2505." -09/12/2013,13V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V417000),"Terex South Dakota, Inc.",Cracks May Develop in Lower Boom Pivot Area,EQUIPMENT,SN608,Vehicle,8670,"Terex South Dakota, Inc. (Terex) is recalling certain model year 1997-2013 XT55 and XT60 Aerial Devices mounted on utility trucks. Cracks may develop around the lower boom hinge pin boss at the turntable.","Cracks may cause unexpected motion of the boom and could cause the aerial platform to fall, resulting in personal injury.","Terex will notify owners, and dealers will provide a preventative welding reinforcement, free of charge. The manufacturer has not yet provided a notification schedule. Owners are to continue to follow the inspection and repair process as detailed in NHTSA recalls 10V028 and 11V542. The safety recall began on November 8, 2013. Owners may contact Terex at 1-605-882-4000. Terex's number for this campaign is SN608." -09/12/2013,13V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V422000),"Champion Bus, Inc.",Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,598,"Champion Bus is recalling certain model year 2010 American Crusader, American Coach, CTS-FE, CTS-RE, and IC Low Floor buses; and 2009-2010 Challenger and Crusader buses; and 2009-2011 Defender and EZ Trans buses; and 2010-2011 IC High Floor buses. The buses are manufactured from August 1, 2009, through May 19, 2011, and equipped with A&M Systems door headers containing model 3230 circuit boards. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Champion Bus will notify owners, and dealers will inspect the door header and replace any defective circuit board, free of charge. The recall began on October 22, 2013. Owners may contact Champion at 1-810-724-6474." -09/12/2013,13V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V418000),"Cimarron Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1584,"Cimarron Trailers (Cimarron) is recalling certain model year 2006-2012 NS, LS, SS, and SW livestock trailers, manufactured January 2006, through September 2012 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Cimarron will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 14, 2013. Owners may contact Cimarron at 1-405-222-4800 or Fastec at 1-800-837-2505." -09/12/2013,13V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V419000),Lakota Corporation,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,EQ13-006,Vehicle,2,"Lakota is recalling one model year 2007 3HSLBP and one model year 2007 4HSLGN6 travel trailer, each equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Lakota will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on October 31, 2013. Owners may contact Lakota at 1-574-848-1636 or Fastec at 1-800-837-2505. Lakota's recall number is EQ 13-006." -09/12/2013,13V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V420000),"Genie Industries, Inc.",Outriggers May Extend into Traffic,EQUIPMENT,SN 130009,Vehicle,3889,"Genie Industries, Inc. (Genie) is recalling certain model year 2003-2012 TZ-34 aerial work platform trailers manufactured October 1, 2002, through July 12, 2012. In the affected trailers, the outrigger assembly may not remain stowed upright while the trailer is being transported.","If the outriggers do not remain stowed, the outriggers can strike objects in the trailers path, increasing the risk of a crash.","Genie will notify owners, and dealers will install a new outrigger control manifold. The recall is expected to begin during November 2013. Owners may contact the Terex AWP at 1-800-536-1800. Genie's recall number is SN 130009." -09/12/2013,13V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V421000),"Mitsubishi Fuso Truck of America, Inc.",Transmission Hoses May Leak Fluid,POWER TRAIN,C1006410,Vehicle,600,"Mitsubishi Fuso Truck of America, Inc. (MFTA) is recalling certain model year 2013-2014 FEC52, FEC72, FEC92, and FGB72 trucks. The transmission oil cooler hoses may leak transmission fluid (ATF) due to being secured with hose clamps that have an insufficient clamping force.","Leaking transmission fluid may prevent the transmission from shifting, rendering the transmission inoperative, increasing the risk of a crash.","MFTA will notify owners, and dealers will replace the hose clamps, free of charge. The recall began on October 21, 2013. Owners may contact Mitsubishi Fuso at 1-856-467-4500. Mitsubishi's recall number is C1006410." -09/11/2013,13V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V416000),"Yamaha Motor Corporation, USA",Brake Shoe Lining Separation,SERVICE BRAKES,NR (Not Reported),Vehicle,320,"Yamaha is recalling certain model year 2011 XC50A (Vino Classic) motorcycles manufactured from April 2011 through August 2011. Due to improper adhesion, the brake shoe linings may separate from the front and rear brake shoes.","If the brake shoe linings separate, the brake performance could be reduced, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the front and rear brake shoes, free of charge. The recall began on October 4, 2013. Owners may contact Yamaha at 1-800-962-7926." -09/11/2013,13V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V407000),"BMW of North America, LLC",Tail light Failure,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,134100,"BMW is recalling certain model year 2008 through 2010 528i, 535i, 550i, and M5 passenger cars manufactured from March 1, 2007, through December 31, 2009. Over time, increased resistance at the taillight electrical contact points may cause damage to the ground terminal and housing of the connector resulting in an intermittent or permanent loss of functionality of one or more rear lamp functions (tail, brake, turn-signal, reverse).","Intermittent light operation reduces the ability to warn other motorists of the driver's intentions, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the rear lamp bulb carriers free of charge. Owners may contact BMW customer relations at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -09/10/2013,13E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E050000),"Sure Power, Inc.",Battery Equalizers/DC-DC Converters-Possible Fire,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,10989,"Sure Power, Inc. (Sure Power) is recalling certain battery equalizers and DC-DC converters manufactured between January 2000 and August 18, 2013 containing a particular epoxy sealing, aka 'potting', compound. The Sure Power product is identified by the following part numbers: 12025C00, 12025C00-B, 12025E00, 12025E00-B, 12030C20HR, 12030C20HR-B, 12040C00, 12040C00-B, 12040E00, 12040E00-B, 52204, 52206, 52206RB, 52208, 52208P, 52208RB, 52210, 52210-20430K, 52210P, 52210RB, 52210RB-B, 52210RB-T, 52304, 52304P, 52306, 52306RB, 52308, 12040C01. The specific potting compound used in the subject products for insulation was found to be capable of conducting electricity after being exposed to heat.","Once electrically conductive, the material is capable of melting and burning, increasing the risk of a fire.","Sure Power will contact each of its aftermarket customers and notify them of this recall. The vehicle manufacturers that used the affected products as items of original equipment will conduct their own campaigns and notify their owners. Owners will be offered an unaffected battery equalizer or DC-DC converter, free of charge. Owners may call Sure Power at 1-855-450-3594 or e-mail Sure Power at recalldc@cooperindustries.com." -09/10/2013,13V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V411000),Team Spirit Trailers of Elkhart,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,534,"Team Spirit Trailers of Elkhart (Team Spirit) is recalling certain model year 2006-2013 TSCR, TSCFTS, TSCPTS, TSCGTS, TSCSTS, TSCDTS, TSPL and TSDPL enclosed cargo trailers equipped with a Fastec-brand integrated deadbolt lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle, increasing the risk of injury.","Team Spirit will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 14, 2013. Owners may contact Team Spirit at 1-574-266-2966 or Fastec at 1-800-837-2505." -09/10/2013,13V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V413000),Open Range R.V. Company,Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,9600,"Open Range R.V. Company (Open Range) is recalling certain model year 2009-2013 travel trailers manufactured from October 1, 2007, through July 12, 2013, and equipped with Fastec-brand deadbolt locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt. The travel trailer models cover by the recall are: 280RLS; 322RKS; 328RLS; 335BHS; 337RLS; 385RLS; 391RES; 392BHS; 399BHS; 400BHS; JF280RLS; JF287RLS; JF335BHS; JF392BHS; JT287RLS; JT315RLS; JT331BHS; JT337RLS; 287RLS; 310RLS; 345RLS; 379RKS; 393RLS; 399DBR; 399SRL; 427BHS; 429BHS; H341RGR; H395RGR; H396RGR; H397RGR; JF399BHS; JH341RGR; JT301BHS; JT305RLS; JT340FLR; PE119TH; R398RLS; R398RSS; R416RLS; RF316RLS; RT266RLS; RT281FLR; RT296BHS; RT303BHS; RT331BHS; 375BHS; 413RLL; 424RLS; H320MPR; H345MPR; JT359FKS; MR243F; MR274B; MR281FLR; MR285F; MR287B; MR289H; MR293R; MR303BHS; MR325B; MR331BHS; R412RSS; RF270RLS; RF280RLS; RF287RLS; RF298BWS; RF335BHS; RF392BHS; T247FLR; RT316RLS; 359RKS; 386FLR; H304RGR; JT353FES; LF289RES; LF297RLS; LF305BHS; LT252FLR; LT305BHS; MF316RLS; MF329BHS; MF337RLS; MF338RLS; MF357RES; MF395BHS; MR281F; MR316R; R430RLS; RA398FLS; RF329BHS; RF337RLS; RF338RLS; RF357RES; RF395BHS; RT320RES; 389BHS.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Open Range will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 15, 2014. Owners may contact Open Range at 1-260-768-7771 or Fastec at 1-800-837-2505." -09/10/2013,13V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V414000),"Circle D Corporation, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,400,"Circle D Corporation, Inc. (Circle D) is recalling certain model year 2006-2013 BHST, GNST, and GNMPT horse and multipurpose trailers with tack compartments, manufactured January 1, 2006, through April 25, 2013, and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Circle D will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 14, 2013. Owners may contact Circle D at 1-620-947-2385 or Fastec at 1-800-837-2505." -09/09/2013,13V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V410000),Goshen Coach,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,709,"Goshen Coach is recalling certain model year 2009 and 2010 GC II, Pacer II, Sentinel, G-Force, and Wolverine buses manufactured from August 3, 2009, through May 24, 2010, equipped with A&M Systems door headers containing model 3230 circuit boards. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Goshen Coach will notify owners, and dealers will inspect the door header and replace any defective circuit board, free of charge. The safety recall began during October 2013. Owners may contact Goshen Coach at 1-574-970-6300." -09/09/2013,13V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V415000),"Kingston Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,478,"Kingston Trailers, Inc. (Kingston) is recalling certain model year 2006-2013 horse trailers built with dressing rooms, manufactured January 1, 2006, through April 25, 2013, and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Kingston will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 13, 2013. Owners may contact Kingston at 1-781-585-4337 or Fastec at 1-800-837-2505." -09/09/2013,13V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V519000),"Play-Mor Trailers, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,241,"Play-Mor Trailers Inc. (Play-Mor Trailers) is recalling certain model year 2006-2013 travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with Fastec-brand door locks. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Play-Mor Trailers will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on November 13, 2013. Owners may contact Play-Mor Trailers at 1-573-455-2387 or Fastec at 1-800-837-2505." -09/09/2013,13E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E051000),Maxzone Auto Parts Corporation,Moisture in Replacement Headlamps/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2286,"Maxzone Auto Parts Corporation (Maxzone) is recalling certain DEPO-brand headlamps sold as replacement equipment for certain model year 2004 through 2008 Ford F-150 pickup trucks. The replacement lamps may have areas of moisture inside the lens. As such, the headlamps fail to conform to the humidity requirements of Federal Motor Vehicle Safety Standard No. 108, �Lamps, Reflective Devices, and Associated Equipment.""","The headlamps may not illuminate the roadway as brightly as intended, resulting in reduced visibility for the driver, increasing the risk of a crash.","Maxzone will replace the noncompliant headlamps free of charge. The recall began on February 14, 2014. Owners may contact Maxzone at 1-909-822-3288." -09/09/2013,13V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V406000),"Corp. Micro Bird, Inc.",Panel Glue/FMVSS 221,STRUCTURE,13-054-JTU,Vehicle,14,"Corporation Micro Bird, Inc. (Micro Bird) is recalling certain model year 2013 G5 school buses manufactured from April 29, 2013, through July 4, 2013. The joint in the metal ceiling panel may not have been glued properly, thus the buses fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 221, ""School Bus Body Joint Strength.""","In the event of a crash, the metal ceiling panel may separate from the interior compartment structure, increasing the risk of injury to a passenger.","Micro Bird will notify owners, and dealers will affix the ceiling panels with rivets and glue, free of charge. Owners may contact Micro Bird at 1-819-477-2012. Micro Bird's number for this campaign is 13-054-JTU." -09/06/2013,13V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V408000),Eldorado National-Kansas,Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Vehicle,1765,"Eldorado National � Kansas (Eldorado) is recalling certain model year 2010 Aerotech, Aero Elite, and Aerolite buses manufactured from August 1, 2009, through July 31, 2010, equipped with A&M Systems door headers containing model 3230 circuit boards. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","Eldorado will notify owners, and dealers will inspect the door header and replace any defective circuit board, free of charge. The safety recall began on November 4, 2013. Owners may contact Eldorado at 1-574-522-5000 ext. 15." -09/06/2013,13V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V404000),"Homesteader, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4360,Homesteader is recalling certain model year 2006-2010 enclosed cargo trailers and horse trailers manufactured January 2006 through April 2010. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.,"If the deadbolt jams, the interior side of the door lock may also jam. A person inside the recreational vehicle at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Homesteader will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on January 20, 2014. Owners may contact Homesteader at 1-423-626-9040 or Fastec at 1-800-837-2505." -09/06/2013,13V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V409000),"Jackson Mfg. Co., Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,250,"Jackson Mfg. Inc. (Jackson) is recalling certain model year 2006-2013 Jackson travel trailers manufactured January 1, 2006, through April 25, 2013 and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock cylinder in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Jackson will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 6, 2013. Owners may contact Jackson at 1-405-224-6013 or Fastec at 1-800-837-2505." -09/06/2013,13V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V405000),"Suzuki Motor USA, LLC",Occupant Classification System (OCS) sensor mat,AIR BAGS,VD,Vehicle,189901,"Suzuki Motor of America, Inc. (Suzuki) is recalling certain model year 2006-2011 Grand Vitara and 2007-2011 SX4 vehicles. In the affected vehicles, over time, the OCS sensor mat installed in the front passenger seat may fail due to repeated flexing of the mat from use of the seat. As a result, during a crash necessitating deployment, the air bag will deploy regardless of whether the front seat occupant is an adult or a child.",Air bag deployment with a child in the front passenger side seat increases the risk of injury to that child.,"Suzuki will notify owners and dealers will replace the front passenger seat cushion assembly (which includes the OCS sensor mat) free of charge. Sufficient quantities of parts are not currently available to fix all of the affected vehicles. Owners will be notified of the recall in October 2013 and will receive a second notification when parts are available to have their vehicle repaired. The recall began on May 23, 2014. Owners may contact Suzuki at 1-800-934-0934. Suzuki's recall campaign number is VD." -09/05/2013,13V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V403000),"Daimler Trucks North America, LLC",Caliper Mounting Bolts,"SERVICE BRAKES, AIR",FL-644,Vehicle,106,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2014 Freightliner Cascadia trucks manufactured January 21, 2013, through May 10, 2013; and equipped with Wabco Maxxus Brakes. The brake caliper mounting bolts may be incorrectly torqued, which could result in the bolts loosening.","The bolts may not provide adequate clamping force between the brake caliper and brake anchor plate, resulting in the caliper detaching and thus reduced brake effectiveness. Reduced brake effectiveness increases the risk of a crash.","DTNA will notify owners, and dealers will inspect and tighten the caliper mounting bolts, as needed, free of charge. The recall began on November 8, 2013. Owner's may contact Daimler at 1-800-547-0712. Daimler's recall number is FL-644." -09/05/2013,13V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V402000),"ShowHauler Trucks, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,34,"ShowHauler Trucks, Inc. (ShowHauler) is recalling certain model year 2006-2013 Motorhome, Garage Unit, and Toterhome vehicles manufactured January 2006 through April 2013. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the recreational vehicle at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","ShowHauler will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on April 21, 2014. Owners may contact ShowHauler at 1-574-825-6764 or Fastec at 1-800-837-2505." -09/05/2013,13V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V401000),"Daimler Trucks North America, LLC",Seatbelt Anchorage Point may be Weak,SEAT BELTS,FL-645,Vehicle,650,"Daimler Trucks North America LLC (DTNA) is recalling certain model year 2009-2014 Western Star 4900 vehicles manufactured May 27, 2008, through March 22, 2013. A potential misalignment of a clearance hole in the B-pillar reinforcement may affect the performance of the seatbelt D-ring anchorage point.","In the event of a crash, the seatbelt may not properly restrain the occupant, increasing the risk of injury.","DTNA will notify owners, and dealers will reinforce the D-ring anchor points, free of charge. The recall began during january November 2014. Owners may contact DTNA at 1-800-547-0712. DTNA's recall number is FL-645." -09/04/2013,13V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V400000),"Winnebago Industries, Inc.",Child Seat Tether Position,CHILD SEAT,130,Vehicle,164,"Winnebago Industries Inc. (Winnebago) is recalling certain model year 2013-2014 Aspect and Itasca Cambria (models 730C and 730J) motorhomes, manufactured March 12, 2012, through May 31, 2013. The child seat tether is mounted in an improper position.","This improper position does not allow the child seat to be used properly and in the event of a crash, it will not allow the child seat to properly protect the occupant which increases the risk of injury.","Winnebago will notify owners and dealers will remove the child tether, free of charge. The recall began on September 27, 2013. Owners may contact Winnebago at 1-800-537-1885 or or@winnebagoind.com. Winnebago's campaign number is 130." -09/04/2013,13V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V399000),"Columbia Northwest, Inc.",Interior Side Door Lock May Become Inoperable,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4565,"Columbia Northwest, Inc. (Columbia) is recalling certain model year 2006-2013 Aliner travel trailers, manufactured January 1, 2006, through April 25, 2013, and equipped with a Fastec-brand door lock. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the travel trailer at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","Columbia will notify owners, and Fastec will coordinate the inspection and replacement of the cylinders, as needed, free of charge. The recall began on December 26, 2013. Owners may contact Columbia at 1-724-423-7440 or Fastec at 1-800-837-2505." -09/04/2013,13V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V396000),Toyota Motor Engineering & Manufacturing,Inverter Failure may cause Hybrid Vehicle to Stall,HYBRID PROPULSION SYSTEM,"DLF, D0M",Vehicle,133081,"Toyota is recalling certain model year 2006-2010 Highlander hybrid vehicles manufactured February 16, 2005, through July 29, 2010; and model year 2006-2008 Lexus RX400h vehicles manufactured February 23, 2005, through December 2, 2008. The Intelligent Power Module (IPM) inside the inverter module may contain transistors that have higher operating temperatures than the solder can support and the transistors may be heat damaged by the solder. If this occurs, various warning lamps, including the malfunction indicator lamp, slip indicator light, brake system warning light, and master warning light, will be illuminated on the instrument panel.","The vehicle may enter a fail-safe/limp-home mode that limits the drivability of the vehicle. It is possible that the hybrid system will shut down while the vehicle is being driven, causing the vehicle to stall unexpectedly, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the IPM free of charge. Owners may contact Toyota at 1-800-331-4331. Vehicles that had their IPM replaced under recall 11V-342 are not affected by this campaign." -09/04/2013,13V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V395000),Toyota Motor Engineering & Manufacturing,Variable-Valve Timing System,ENGINE,NR (Not Reported),Vehicle,101584,"Toyota is recalling certain model year 2007-2011 Lexus GS350 vehicles manufactured June 19, 2006, through July 12, 2011; and model year 2006-2011 Lexus IS350 vehicles manufactured May 27, 2005, through July 13, 2011; and model year 2010-2011 Lexus IS350c vehicles manufactured November 25, 2009, through July 19, 2011. These vehicles, equipped with the 2GR-FSE engine, use bolts to secure the housing and sprocket of the Variable-Valve Timing (VVT) system gear assembly. These bolts could become loose due to abnormal impacts generated within the gear assembly immediately after a cold start-up.","The loose bolts could cause the VVT gear housing and sprocket to separate and result in the engine stopping while the vehicle is being driven, increasing the risk of a crash.","Toyota will notify owners, and Lexus dealers will replace the VVT unit free of charge. Owners may contact Toyota at 1-800-331-4331." -09/03/2013,13V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V394000),"Heartland Recreational Vehicles, LLC",Incorrect Certification Label/Part 567,EQUIPMENT,99-01-14,Vehicle,10,"Heartland Recreational Vehicles is recalling certain model year 2013 Cyclone 3110 fifth wheel travel trailers manufactured May 14, 2012, through June 29, 2012. The vehicles were manufactured with incorrect Gross Vehicle Weight Rating (GVWR) information printed on the Federal Certification Label. The actual Gross Vehicle Weight Rating (GVWR) is 16,000lbs but was listed as 18,000lbs on the label. Thus, these vehicles fail to conform to Part 567, ""Certification Regulation.""",Towing a vehicle loaded beyond the specified weight rating may result in a tire or suspension failure leading to poor vehicle handling and an increased risk of a crash.,"Heartland will notify owners and will provide a replacement label, free of charge. The recall began on September 16, 2013. Owners may contact Heartland at 1-888-262-5992. Heartland's recall number is 99-01-14." -09/03/2013,13V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V397000),"Navistar, Inc.",Seat Restraining Barrier/FMVSS 222,SEATS,13513,Vehicle,70,"Navistar is recalling certain model year 2013-2014 IC Bus CE and 2013 IC Bus RE school buses, manufactured August 20, 2012, through September 4, 2012. The school bus restraining barriers may have an insufficient weld at the base of the barrier frame that does not comply with the requirement of Federal Motor Vehicle Safety Standard (FMVSS), No. 222, ""School Bus Passenger Seating and Crash Protection.""","The barriers may fail to restrain occupants from flying forward during crashes and sudden driving maneuvers, increasing the risk of injury.","Navistar will notify owners, and dealers will replace the affected barrier frames. The recall began on October 10, 2013. Owners may contact Navistar at 1-331-332-1590. Navistar's recall number is 13513." -09/03/2013,13V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V398000),Oreion Motors LLC.,Ungoverned Speed/Missing Reflectors/Incorrect GVWR,EQUIPMENT,NR (Not Reported),Vehicle,526,"Oreion Motors LLC (Oreion) is recalling certain model year 2011-2013 Reeper low speed vehicles. The affected vehicles may exceed the maximum permitted speed of 25 mph. Also, the vehicles are not equipped with red reflectors on the rear of the vehicle. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 500, ""Low Speed Vehicles."" Additionally, the Gross Vehicle Weight Rating (GVWR) of the vehicle was incorrectly listed on the certification label which is a violation of Part 567, ""Certification.""","Ungoverned speed, missing rear reflectors and an incorrect GVWR all increase the risk of a crash.","Oreion Motors will notify owners and mail them reflectors and new certification labels. Dealers will install a revised speed limiter, free of charge. The recall began during October 2013. Owners may contact Oreion at 1-505-916-1206." -08/30/2013,13V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V392000),Shyft Group,ABS Modulator Valve Fracture,"SERVICE BRAKES, AIR",12008,Vehicle,113,"Spartan Motor Chassis, Inc. (Spartan) is recalling certain model year 2009-2012 MM, 2011-2014 K2, and 2010-2012 K3 motor home chassis. Due to contact with the steering relay rod, the ABS modulator valve may fracture resulting in air not being applied to the affected wheel end.",This may increase stopping distance of the vehicle or cause the vehicle to pull to one side. Either condition increases the risk of a crash.,"Spartan will notify owners and dealers will reorient the ABS modulator valve and install spacers for additional clearance, free of charge. The recall began on September 17, 2013. Owners may contact Spartan at 1-517-543-6400. spartan's recall campaign number is 12008." -08/30/2013,13V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V393000),"Dutchmen Manufacturing, Inc.",Generator Fuel Line Clamp Installed Incorrectly,EQUIPMENT,13-197,Vehicle,168,"Dutchmen Manufacturing is recalling certain model year 2014 Voltage recreational vehicles manufactured July 18, 2013, through August 20, 2013. The vehicles may not have the clamp installed correctly at the generator fuel filter.","Without a correctly installed clamp, the fuel line may become disconnected, resulting in a fuel leak, which could lead to an increased risk of fire, personal injury and property damage.","Dutchmen will notify owners, and dealers will inspect and correct the installation of the clamp, as needed, free of charge. The recall began on September 24, 2013. Owners may contact contact Dutchmen Customer Service by calling 1-574-537-0700. Dutchmen's recall number is 13-197." -08/30/2013,13V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V391000),Indian Motorcycle Company,Rear Wheel Rim may Crack,WHEELS,NR (Not Reported),Vehicle,861,"Indian Motorcycle Company (Indian) is recalling certain model year 2009 Deluxe and Standard, 2009-2011 Roadmaster, 2009-2013 Vintage, 2010 Bomber, 2010-2013 Classic and Dark Horse, 2011 Blackhawk Dark and Blackhawk motorcycles. The rear rim may crack and cause a loss of air pressure.","The cracked rim can lead to a flat rear tire, which could cause the rider to lose control, increasing the risk of a vehicle crash.","Indian will notify owners, and dealers will replace the rear rim, free of charge. Indian mailed an interim letter to owners in September 2013. Parts are now available. A second notice was sent to owners during April 2014. Owners may contact Indian at 1-888-704-5290." -08/29/2013,13V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V385000),Ford Motor Company,Steering Column Lower Bearing May Separate,STEERING,13S08,Vehicle,355000,"Ford is recalling certain model year 2005-2011 Ford Crown Victoria (including Crown Victoria Police Interceptors), Mercury Grand Marquis, and Lincoln Town Car vehicles. The affected vehicles are currently registered or were originally sold in Connecticut, Delaware, the District of Columbia, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, and Wisconsin. Severe corrosion can seize the lower intermediate shaft which may cause the upper intermediate shaft to collapse and the steering column lower bearing to separate.","If the lower bearing separates, the vehicle may experience a loss of steering, increasing the risk of a crash.","Ford will notify owners and dealers will replace the lower intermediate shaft, free of charge. The upper intermediate shaft and steering column lower bearing will be inspected to identify any damage that may have occurred as a result of lower intermediate shaft corrosion, and repaired or replaced as necessary. If the steering column lower bearing has separated, a retainer clip will be installed. The recall began on October 23, 2013. Owners may contact Ford at 1-866-436-7332. Ford's recall number is 13S08." -08/28/2013,13V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V386000),"Bombardier Recreational Products, Inc.",Brake Master Cylinder Manifold Inlet may Melt,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8191,Bombardier Recreational Products (BRP) is recalling certain model year 2013 Can-Am Spyder RT series and ST series motorcycles. The tandem brake master cylinder manifold inlet may melt allowing the brake fluid to leak out.,"Brake fluid may leak onto a heat source, increasing the risk of a fire.","BRP will notify owners and dealers will install heat shields and a heat deflector, free of charge. The recall is expected to begin in early September 2013. Owners may contact BRP at 1-888-638-5397." -08/28/2013,13V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V383000),Toyota Motor Engineering & Manufacturing,Rear Suspension Arm (Tie Rod) Corrosion,SUSPENSION,NR (Not Reported),Vehicle,780584,"Toyota is recalling certain model year 2006 through 2011 RAV4 and 2010 Lexus HS250h passenger vehicles manufactured from October 2005 through September 2010. If the nuts for adjusting the rear wheel alignment are improperly tightened during service, the rear suspension arm (rear tie rod) may develop unwanted movement and rust leading to thread damage and eventual failure. Failure of the rear tie rod will cause an abrupt change in the vehicle's alignment.","Failure of the rear tie rod could cause a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect the tie rods and replace any that have rust or corrosion on the alignment adjustment threads. All of the rear tie rods will then be encased in an epoxy to prevent future environmental damage. Due to limitations in parts, the recall remedy will be launched in phases from September 2013 through mid-April 2014. All owners will receive notification of the recall, with most receiving second notifications when parts are available in their area. IMPORTANT: This recall supersedes Toyota and Lexus recall 12V-373. All vehicles that have been inspected and remedied under the previous recall need to be re-inspected and have the appropriate remedy applied." -08/28/2013,13V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V388000),"Peterson Industries, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,28,"Peterson Industries Inc. (Peterson) is recalling certain model year 2013-2014 Excel travel trailers manufactured February 2013 through June 2013. Due to a design change in the dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Peterson Industries Inc. will notify owners, and Dometic staff will replace the affected motors with one of a different design. The recall began on August 21, 2013. Owners may contact Peterson at 1-800-368-3759 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/28/2013,13V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V390000),"Altec Industries, Inc.",Winch Bolts May Loosen,EQUIPMENT,CSN 586,Vehicle,1743,Altec is recalling certain model year 2012-2013 Digger Derrick models D2/3/4 and DC/DL/DM manufactured June 2012 through July 2013. The bolts that attach the winch motor to the winch may not be properly tightened and may become loose.,"If the bolts come loose, the winch motor may detach causing the load to fall, which may result in personal injury.","Altec will notify owners and Altec service personnel will check and correct the torque of the winch motor bolts. The recall is expected to begin September 12, 2013. Owner's may contact Altec at 1-877-462-5832. Altec's recall number is CSN 586." -08/27/2013,13E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E049000),Trans-Air Manufacturing Corp.,Compressor Mount Kit may cause Short Circuit,EQUIPMENT,13-002,Equipment,3427,"Trans/Air Manufacturing (Trans/Air) is recalling certain Compressor Mount Kits with part numbers: 4012666-01, 4012666-02, 4012676-01 and 4012676-02; and installed between June 1, 2010 and June 15, 2013 onto Ford 5.4 or 6.8 Liter engines. Depending on the routing of the alternator harness, and the orientation of the heater hose spring clamp at the front of the intake manifold, the alternator harness may be pinched between the spring clamp and the compressor mounting bracket.","The charging system may fail which could lead to the vehicle stalling while driving, increasing the risk of a crash. Additionally, the spring clamp could pierce both the positive and negative wires of the alternator harness creating a short circuit which could result in a fire.","Trans/Air will notify owners and dealers will inspect the vehicles, correct the clamp installation and repair the alternator harness, as needed, free of charge. The recall began during October 2013. Owners may contact Trans/Air at 1-800-673-2446. Trans/Air's recall number is 13-002." -08/27/2013,13E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E048000),Polaris Inc.,Passenger Backrest Attachment Can Fail,EQUIPMENT,NR (Not Reported),Equipment,13709,"Polaris is recalling certain Lock & Ride accessory passenger backrests, part numbers 2877938 (chrome) and 2877938-266 (black) for use on Cross Country, Cross Country Touring, Cross Country 8-ball, Cross Country Touring 15th Anniversary, and Hardball motorcycles. If a passenger backrest has, or has had, a luggage rack attached to it, part numbers 2877950 or 2877950-266, the backrest can fail due to the additional load of the luggage rack.","If the passenger backrest fails while the motorcycle is in motion, it may increase the risk of a crash.","Polaris will notify owners, and dealers will mail a recall notice to all registered owners of any 2010 through 2013 Victory Cross Roads, Cross Country, Cross Country Tour, and Hard Ball motorcycles. If they have, or have had, an affected passenger backrest/luggage rack combination installed on their motorcycle, the backrest and luggage rack will be replaced, free of charge. Polaris will mail an interim letter to owners in September 2013. Owners will be mailed a follow up notification in Spring 2014, when parts are expected to be available, so they may schedule the repairs. The recall began on May 21, 2014. Owners may contact Polaris at 1-888-704-5290." -08/27/2013,13V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V387000),"Kawasaki Motors Corp., U.S.A.",Police Use Modifications/Various Safety Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,337,"Kawasaki is recalling certain model year 2009-2013 Concours 14 police motorcycles. The improper installation of additional police accessories may cause multiple safety issues such as fuel leaks, reduction of braking ability and loss of electrical power to the engine, resulting in a stall.",These issues increase the risk of a crash.,"Kawasaki has notified that affected police departments and will send trained factory personnel to the departments to repair the motorcycles. The recall began on August 21, 2013. Owners may contact Kawasaki at 1-866-802-9381. This campaign is being conducted independent of recalls 12V134 and 13V370 for blown fuses on authority bikes." -08/27/2013,13V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V382000),Honda (American Honda Motor Co.),Premature Engine Piston Wear,ENGINE,"JB4, JB5",Vehicle,270,"Honda is recalling certain model year 2013 Pilot 2WD and 4WD vehicles and certain model year 2013 Odyssey vehicles. During manufacturing of the engine piston, it is possible that the heat treatment process was not properly applied, resulting in the piston having an insufficient hardness level, making it more susceptible to premature wear.","A worn piston may suddenly fail, causing the engine to stall, increasing the risk of a crash.","Honda will notify owners, and dealers will replace the engine short block free of charge. The recall began on September 16, 2013. Owners may contact Honda at 1-800-999-1009. Honda's recall numbers are JB4 (Honda Odyssey) and JB5 (Honda Pilot)." -08/27/2013,13V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V384000),Sunset Park & RV Inc.,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,1,"Sunset Park & RV is recalling one model year 2014 EZ Traveler (21LE) travel trailer manufactured on February 19, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Sunset Park & RV has notified the owner, and Dometic staff will replace the affected motor with one of a different design. The recall is expected to begin in early September 2013. Owners may contact Sunset Park at 1-574-238-9081 or Dometic at 1-888-447-0003 for more information." -08/23/2013,13V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V380000),"Manning Equipment Inc., LLC",Insufficient Tailpipe Length,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,37,"Manning Equipment Inc. LLC (Manning) is recalling certain model year 2012 Ford F-350, F-450 and F-550 gasoline engined dual rear wheel chassis vehicles manufactured October 2011 through June 2012. The tailpipe on the exhaust system does not extend out beyond the edge of the body, allowing heat to build up in rear curbside storage compartment.",Excessive heat build up in rear compartment could result in fire.,"Manning Equipment has notified owners, and dealers will install tailpipe extensions free of charge. The recall has already begun. Owners may contact Manning Equipment at 1-502-426-5210." -08/23/2013,13V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V379000),DDT Mobility Inc.,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,1,DDT Mobility Inc. (DDT) is recalling one portable classroom trailer. The trailer is equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","DDT has contacted the customer and is providing the owner a supplemental cover kit and instructions, free of charge. Owners may contact Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -08/21/2013,13V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V377000),"Volvo Car USA, LLC",CEM/Electrical Components may Work Improperly,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7767,"Volvo is recalling certain model year 2014 S60, S80, XC60 and XC70 vehicles equipped with keyless ignition. In the affected vehicles, the Central Electronic Module (CEM) will not perform as intended. As a result, the front windshield wipers might run continuously when the ignition is on. Also, the turn signals, high beams, and headlight switch might not work.",Malfunctioning head lamps and/or turn signals increase the risk of a crash.,"Volvo will notify owners, and dealers will upgrade the CEM software, free of charge. The recall began on October 3, 2013. Owners may contact Volvo at 1-800-458-1552." -08/21/2013,13V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V378000),"Altec Industries, Inc.",Current Leakage Monitoring Cable,ELECTRICAL SYSTEM,CSN 585,Vehicle,263,Altec is recalling certain model year 2005-2013 AH75/85/100 aerial devices manufactured April 2005 through April 2013; and equipped with current leakage monitoring systems. The cable for the current leakage monitoring system may be too long and may breach the gap provided by the lower boom fiberglass insert chassis insulating system.,"If the gap is breached, then the boom may conduct electrical current, increasing the risk of electrical shock to the operator.",Altec will notify owners and dealers will inspect and properly secure the leakage monitor cable. The recall is expected to begin during September 2013. Altec's recall number is CSN 585. Owners may contact Altec at 1-877-462-5832. -08/21/2013,13E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E045000),"A&M Systems, Inc.",Electric Door Actuator May Lead to Fire,EQUIPMENT,NR (Not Reported),Equipment,5530,"A&M Systems, Inc. (A&M) is recalling certain electric door actuators manufactured August 1, 2009, through March 31, 2010. Voltage spikes may damage electrical components and electrical circuits, causing the circuit board to develop high resistance.","High resistance may cause the board to overheat, increasing the risk of a fire.","A&M will notify the bus manufacturers and the bus manufacturers will replace the circuit board, free of charge. The recall began on August 1, 2013. Owners may contact A&M at 1-574-522-5000 extension 15." -08/21/2013,13V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V381000),Starcraft RV,Spare Tire Bracket May Detach,TIRES,NR (Not Reported),Vehicle,22,"Starcraft RV Inc. (Starcarft) is recalling certain model year 2014 Comet Camping Trailers manufactured September 18, 2012, through May 6, 2013. The spare tire bracket mounted on the rear wall is not secured sufficiently and could detach.","If the spare tire bracket detaches from the vehicle while it is being driven, it could become a road hazard increasing the risk of a vehicle crash or injury.","Starcraft will notify owners and dealers will add a metal strap to secure the spare tire bracket, free of charge. The recall began on September 26, 2013. Owners may contact Starcraft at 1-800-945-4787." -08/20/2013,13V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V374000),Lion Electric Company,Decal Letter Size/FMVSS 217,EQUIPMENT,NR (Not Reported),Vehicle,23,"Lion Bus is recalling certain model year 2013-2014 360 school buses. The size of the letters on decals are too small, thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 217, ""Bus Emergency Exits and Window Retention and Release"".","In the event of an emergency, occupants may not be able to read exiting directions which could result in personal injury.","Lion Bus will notify owners and mail them new decals and instructions, free of charge. The recall began on January 14, 2014. Owners may contact Lion Bus at 1-450-432-5466." -08/20/2013,13E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E046000),"Cycle Gear, Inc.",Impact Requirements/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,222,"Cycle Gear is recalling certain Street & Steel brand Big Bore model motorcycle helmets, sizes Extra Small and Small. The helmets were manufactured in December 2012. During testing, some of the affected helmets did not comply with the dwell time requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 218, ""Motorcycle Helmets.""","In the event of a crash, the wearer may not be adequately protected, increasing the risk of injury.","Cycle Gear will notify owners and provide a replacement helmet or reimbursement. The recall began on September 23, 2013. Owners may contact Cycle Gear by calling 1-800-292-5343 or emailing customerservice@cyclegear.com." -08/20/2013,13V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V375000),Lion Electric Company,Mirror View/Missing decal/FMVSS 111,VISIBILITY,C20130902,Vehicle,23,"Lion Bus is recalling certain model year 2013-2014 360 school buses. The right side mirror cannot be positioned to have the complete right side of the vehicle in view. Also, the decal explaining the use of the cross view mirrors is missing, thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 111, ""Rearview Mirrors.""","The driver may not be able to see people or objects along the right side of the vehicle, increasing the risk of personal injury or a crash.","Lion Bus will notify owners and Lion Bus service centers correct the mirror mounting to bring the bus into compliance, free of charge. The recall began on January 6, 2014. Owners may contact Lion Bus at 1-450-432-5466. Lion Bus' recall number is C20130902." -08/20/2013,13V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V373000),Silver Eagle Manufacturing Company,Possible Axle Failure,SUSPENSION,NR (Not Reported),Vehicle,155,Silver Eagle Manufacturing Company (Silver Eagle) is recalling certain model year 1999-2001 VAST20W and 2001 CSL20W trailer converter dollies. The affected dollies were incorrectly built to have a hole in the center of the axle beam pointing downward. The hole at the bottom causes a stress crack in the tension side of the beam resulting in axle failure.,"If the axle fails, the dolly could steer erratically, causing swerving, increasing the risk of a crash.","Silver Eagle will notify owners and instruct them to inspect their dollies for the position of the axle beam center hole. Anyone that has an affected dolly can get get a free replacement axle beam (installation is the owners responsibility) or $500 towards a replacement dolly for scrapping their old dolly. The recall began on September 20, 2013. Owners may contact Silver Eagle at 1-800-547-6792." -08/20/2013,13V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V372000),Crossroads RV,Power Awning may Deploy Unintentionally,EQUIPMENT,NR (Not Reported),Vehicle,1931,"Crossroads RV is recalling certain model year 2012-2014 Redwood recreational vehicles manufactured August 26, 2011, through August 14, 2013. While the vehicle is moving, shifting cargo may accidentally activate the switch used to deploy the power awning.",The awning may unfurl unexpectedly increasing the risk of a crash.,"Crossroads RV will notify owners, and dealers will install a cover over the switches, free of charge. The recall began on October 7, 2013. Owners may contact Crossroads RV by email at ""service@crossroadsrv.com,"" or by phone at 1-855-226-7496." -08/20/2013,13V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V368000),LSR Conversions,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,4,"LSR Conversions is recalling one model year 2013 Elite, one model year 2013 Kiefer, one model year 2013 Platinum and one model year 2013 Adam horse trailer. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","LSR Conversions has contacted all affected owners and LSR dealers installed new motors of a different design, free of charge. Owners may contact LSR at 1-574-206-9610 or Dometic at 1-888-447-0003 for more information." -08/20/2013,13V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V376000),Aluminum Trailer Company (ATC),Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,17,"Aluminum Trailer Company (ATC) is recalling certain model year 2013 Quest trailers manufactured February 26, 2013, through April 10, 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","ATC will notify owners, and Dometic staff will replace the affected motors with one of a different design. The recall began on September 6, 2013. Owners may contact ATC at 1-574-773-8360 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/16/2013,13E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E044000),Continental Aftermarket GmbH,Brake Fluid is Blue/FMVSS 116,EQUIPMENT,NR (Not Reported),Equipment,488144,"Continental Aftermarket GmbH (Continental) is recalling certain ATE Super Blue Racing DOT 4 Brake Fluid, for use as aftermarket replacement brake fluid. Each type of brake fluid has a color requirement to assist in proper type identification. The affected brake fluid is blue in color, not in the range of colorless to amber, therefore it fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 116, ""Motor Vehicle Brake Fluids.""","Noncompliant brake fluid color may lead to mixing of an incompatible fluid in the braking system. If an incompatible fluid is put into a motor vehicle brake system, it could lead to brake damage or brake failure, increasing the risk of a crash.","Continental will notify distributors and will offer to repurchase all of the units in possession of distributors, retailers, and consumers. The recall began during August 2013. Customers may contact Continental by phone at 1-800-265-1818 or by email at techsupport-us@vdo.com." -08/16/2013,13E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E047000),"Tegol, Inc.",Helmets/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,23210,"Tegol, Inc. (Tegol) is recalling certain motorcycle helmets, models AX-3 Series, AX-4 series, and TG-5 Series Outlaw helmets, all sizes. The affected helmets fail to conform to the impact attenuation, penetration, labeling, and retention requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","In wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Tegol will notify owners and will either replace any noncompliant helmet or offer a full refund. The recall began on September 18, 2013. Owners may contact Tegol's recall Hotline toll-free at 1-866-371-0281." -08/16/2013,13V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V370000),"Kawasaki Motors Corp., U.S.A.",Police Use Modifications/Electrical System Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,61,"Kawasaki is recalling certain model year 2012-2013 Concours 14 police motorcycles. The additional police accessories may cause the 30-amp main fuse to blow. Also, the additional police wiring harness may chafe leading to a short, which may blow the main fuse.","If the fuse blows, the engine may stall increasing the risk of a crash.","Kawasaki will notify owners, and dealers will correct the electrical system problems, free of charge. The recall began on September 3, 2013. Owners may contact Kawasaki at 1-866-802-9381. This campaign is an expansion of recall 12V-134." -08/16/2013,13V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V371000),"Transportation Collaborative, Inc.",Possible Toe Crush in Flip Seat,SEATS,NR (Not Reported),Vehicle,100,Transportation Collaborative Inc. (TCI) is recalling certain model year TransTech 2008-2009 DW6159RLSST and 2010 SC159DSFP600 school buses equipped with C.E. White-brand flip-seat systems installed in front of other passenger seats.,"When a Flip Seat is installed in front of another passenger seat, it is possible for the occupant of the rearward passenger seat to insert their toes and/or foot into the lower frame area of the Flip Seat. When a vehicle passenger occupies the Flip Seat, pushing the seat bottom downward to the horizontal position to sit in the seat, the occupant of the rearward seat could suffer a pinch point injury to their toes and/or foot.","TCI will notify owners and C.E. White Corporation will work with the owners to provide a remedy free of charge. The recall began on August 16, 2013. Owners may contact TCI at 1-845-988-2333." -08/16/2013,13V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V369000),DRV Suites,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,129,"DRV is recalling certain model year 2014 Tradition, Mobile Suite, Mobile Suite Select, and Elite Suite recreational vehicles and travel trailers manufactured December 10, 2012, through July 30, 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","DRV will notify owners, and Dometic staff will replace the affected motor with one of a different design. The recall began on October 15, 2013. Owners may contact DRV at 1-260-562-1075 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/15/2013,13V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V364000),"Daimler Trucks North America, LLC",Blocked Fuel Delivery Resulting in Stall,EQUIPMENT,FL-643,Vehicle,8,"Daimler Trucks North America (Daimler) is recalling certain model year 2013-2014 Saf-T-Liner (EF, EFX, and HDX) buses equipped with an auxiliary fuel pickup tube for use with an optional chassis coolant heater and manufactured January 1, 2012, through October 4, 2012. An information label affixed to the auxiliary heater fuel pickup tube may detach and fall off into the fuel tank, inhibiting fuel delivery to the engine.","Insufficient fuel delivery may cause the engine to stumble, run erratically, or stall while driving, increasing the risk of a crash.","Daimler will notify owners and dealers will inspect the tanks and auxiliary heater fuel pickup tubes for labels. Any labels will be removed, free of charge. The recall began on October 18, 2013. Owners may contact Daimler at 1-800-716-7466. Daimler's recall number is FL-643." -08/15/2013,13V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V365000),"Daimler Trucks North America, LLC",Blocked Fuel Delivery Resulting in Stall,EQUIPMENT,FL-643,Vehicle,237,"Daimler Trucks North America (Daimler) is recalling certain model year 2013-2014 Saf-T-Liner (EF, EFX, and HDX) buses equipped with an auxiliary fuel pickup tube for use with an optional chassis coolant heater and manufactured January 1, 2012, through October 4, 2012. An information label affixed to the auxiliary heater fuel pickup tube may detach and fall off into the fuel tank, inhibiting fuel delivery to the engine.","Insufficient fuel delivery may cause the engine to stumble, run erratically, or stall while driving, increasing the risk of a crash.","Daimler will notify owners and dealers will inspect the tanks and auxiliary heater fuel pickup tubes for labels. Any labels will be removed, free of charge. The recall began on October 15, 2013. Owners may contact Daimler at 1-800-716-7466. Daimler's recall number is FL-643." -08/15/2013,13V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V360000),"General Motors, LLC",Possible Loss of Braking Assist,"SERVICE BRAKES, HYDRAULIC",12213,Vehicle,292879,"General Motors (GM) is recalling certain model year 2011-2012 Chevrolet Cruze vehicles equipped with 1.4L DOHC gasoline turbo engines and 6T40 front wheel drive automatic transmissions and equipped with an electric vacuum pump to provide supplemental vacuum for brake assist, when needed. In the affected vehicles, the pump may not activate, resulting in an intermittent reduction or loss of brake assist.","A loss of braking assistance will require extra pedal force and/or distance to bring the vehicle to a stop, increasing the risk of a crash.","General Motors will notify owners, and dealers will replace a microswitch in the power brake vacuum pipe assembly, free of charge. The recall began on October 7, 2013. Owners may contact Chevrolet at 1-800-222-1020. GM's recall number is 12213." -08/15/2013,13V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V363000),"Navistar, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,125,"Navistar is recalling certain model year 2013 Bison Coach Stratus, Stratus Express, Stratus Lite, Trail Express, Trail Hand, and Traveler recreational trailers manufactured February 20, 2013, through May 7, 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Navistar will notify owners, and Dometic staff will replace the affected motors with one of a different design. The recall began on September 16, 2013. Owners may contact Navistar at 1-331-332-1590 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/14/2013,13V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V358000),"Chrysler (FCA US, LLC)",Half Shafts may Loosen/Loss of Drive,POWER TRAIN,N51,Vehicle,491,"Chrysler is recalling certain model year 2013 Fiat 500e electric vehicles manufactured December 16, 2012, through August 13, 2013. The half shaft joints may loosen and separate causing noise and a loss of driving capability.",A loss of driving capability increases the risk of a crash.,"Chrysler will notify owners and Fiat dealers will replace the fasteners attaching the half shaft inboard joints, free of charge. The recall began on September 4, 2013. Owners may contact Fiat at 1-888-242-6342. Chrysler's recall number is N51." -08/14/2013,13V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V361000),Recreation By Design,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,16,"Recreation by Design is recalling certain model year 2013 Monte Carlo 35 SC FW, 37 PM, 37 SC, 40 SC FW, 43 SC FW, 44 PM, 44 SC, 44 SC FW, and 52 SC FW travel trailers; North American 36 SC, and 44 PM travel trailers; and Royal Travel 39 SC, and 42 SC travel trailers. If the awning installation sequence was not completely followed, the Dometic-brand awning motor may unknowingly become damaged.","If motor damage has occurred, it is possible that the awning can unfurl unexpectedly, either while the trailer is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Recreation by Design will notify owners, and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began on September 9, 2013. Owners may contact Recreation by Design at 1-800-999-1902 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/14/2013,13V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V362000),"American Surplus & Manufacturing, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,52,"American Surplus & Mfg. Inc. (American Surplus) is recalling certain model year 2014 Ice Castle Fish House RV Edition vehicles manufactured February 2013 through April 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","American Surplus will notify owners, and Dometic staff will replace the affected motors with one of a different design. Owners may contact American Surplus at 1-320-269-5428 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/13/2013,13V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V356000),Kia Motors America,Right Front Axle Shaft Can Fracture,POWER TRAIN,SC099,Vehicle,9345,"Kia Motors Corp. is recalling certain model year 2014 front wheel drive Sorento vehicles manufactured January 7, 2013, through March 12, 2013; and equipped with 2.4 liter engines. Due to a manufacturing issue, the right front axle shaft may fracture.","A fractured front axle may result in a loss of power to the wheels. Additionally, if the vehicle is parked without the parking brake applied, it may roll away. Either condition increases the risk of a crash.","Kia will notify owners, and dealers will replace the front axle shaft assembly, free of charge. The recall began on September 9, 2013. Owners may contact Kia at 1-800-333-4542 . Kia's recall number is SC099." -08/13/2013,13V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V359000),Pierce Manufacturing,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,1,Pierce Manufacturing is recalling one model year 2008 Oshkosh AMAMTH-2 trailer manufactured in February 2008. The trailer is equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.",Pierce has notified the owner. Ricon will send the owner a supplemental cover kit and instructions free of charge. Owners may contact Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com. -08/13/2013,13V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V349000),Volvo Trucks North America,Wiper Motor May Fail,VISIBILITY/WIPER,RVXX1304,Vehicle,17824,"Volvo Trucks North America (Volvo) is recalling certain model year 2011-2012 VAH, VHD, VNL, and VNM trucks manufactured February 1, 2010, through September 30, 2010 and June 1, 2011, through November 30, 2011. The windshield wiper motor may fail.","Inoperable wipers may result in poor driver visibility, increasing the risk of a crash.","Volvo will notify owners and dealers will replace the windshield wiper motor, free of charge. The recallbegan on December 6, 2013. Owners may contact Volvo at 1-336-393-2000. Volvo's recall number is RVXX1304." -08/12/2013,13V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V354000),Hyundai Motor America,Crossmember Corrosion may cause Loose Control Arm,SUSPENSION,113,Vehicle,364502,"Hyundai is recalling certain model year 2006-2010 Sonata vehicles manufactured March 1, 2005, through January 21, 2010; and model year 2006-2011 Azera vehicles manufactured September 27, 2005, through November 22, 2010 originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Road salt and water can enter portions of the rear crossmember, leading to corrosion of the crossmember steel. This may lead to detachment of one of the rear control arms.","Control arm separation may suddenly change the rear wheel alignment, affecting the handling of the vehicle, increasing the risk of a crash.","Hyundai will notify owners, and dealers will repair or replace the crossmember assembly. The recall began on October 8, 2013. Owners may contact Hyundai Customer Care Center at 1-800-633-5151. Hyundai's recall number is 113." -08/12/2013,13E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E043000),UCI International LLC,Fuel Pump May Leak,EQUIPMENT,NR (Not Reported),Equipment,141,"Airtex Products, LP (Airtex) is recalling certain fuel pumps model number E3591M sold bewteen June 10, 2013, and August 16, 2013. The fuel pumps are made for certain General Motors vehicles, including the Chevrolet Malibu (2004 to 2008), Pontiac G6 (2005 to 2008), and Saturn Aura (2007 and 2008). The fuel pump has an electrical connector which may not properly seal.","The lack of seal may allow fuel to escape, increasing the risk of a fire.","Airtex will notify owners and will replace the fuel pumps, free of charge. The recall is expected to begin on, or about, September 6, 2013. Owners may contact Airtex at 1-800-880-3056." -08/12/2013,13V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V353000),Spartan ERV,Interlock Magnets may Detach and Truck may Tip,EQUIPMENT,NR (Not Reported),Vehicle,85,Spartan ERV (Spartan) is recalling certain model year 2005-2009 RMA 75 and RMP 100; model year 2004-2009 RMA 103 and model year 2004-2010 TDA aerial fire vehicles. These vehicles are equipped with rotation interlock magnets that are attached by an adhesive. The adhesive degrades over time causing the magnets to detach.,"Without properly positioned rotation interlock magnets, the aerial position cannot be properly tracked and if the outriggers are not fully deployed, the vehicle may become unstable, allowing it to roll over, causing personal injury.","Spartan has notified owners, and the rotation interlock magnets will be secured using mechanical fasteners, free of charge. Owners may contact Spartan ERV at 1-800-867-6478, Option 2." -08/12/2013,13V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V352000),Spartan ERV,Ladder May Collapse,EQUIPMENT,NR (Not Reported),Vehicle,159,"Spartan ERV (Spartan) is recalling certain model year 2005-2012 Star Series emergency vehicles manufactured February 1, 2007, through May 31, 2013 and equipped with a hydraulic ladder rack. The pins which hold the ladder in place may back out over time.","If the pins back out the ladder and ladder rack arm assembly may collapse, increasing the risk of personal injury.","Spartan will notify owners, and will install spacers and locking nuts to prevent the pins from backing out, free of charge. The recall began on September 25, 2013. Owners may contact Spartan ERV at 1-800-867-6478, Option 2." -08/12/2013,13V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V355000),Hyundai Motor America,Right Front Axle Shaft Can Fracture,POWER TRAIN,112,Vehicle,20300,"Hyundai is recalling certain model year 2013 front wheel drive Santa Fe Sport vehicles manufactured July 13, 2012, through March 12, 2013; and equipped with 2.4 liter engines. Due to a manufacturing issue, the right front axle shaft may fracture.","A fractured front axle may result in a loss of power to the wheels. Additionally, if the vehicle is parked without the parking brake applied, it may roll away. Either condition increases the risk of a crash.","Hyundai will notify owners, and dealers will replace the front axle shaft assembly, free of charge. The recall began on September 19, 2013. Owners may contact Hyundai Custom Care Center at 1-800-633-5151. Hyundai's recall number is 112." -08/09/2013,13V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V366000),Volvo Trucks North America,Driveshaft may fail due to being Underrated,POWER TRAIN,RVXX1305,Vehicle,381,"Volvo Trucks North America is recalling certain model year 2013-2014 VNL vehicles manufactured April 2, 2012, through May 3, 2013; and equipped with a Meritor RPL-20 driveline transmission. The driveshaft is too weak for this application and may fail.","Failure of the driveshaft can result in debris on the roadway and disabling of the truck, which can increase the risk of a crash.","Volvo will notify owners, and dealers will replace the driveshaft, free of charge. The recall began on October 9, 2013. Owners may contact Volvo at 1-336-393-2000. Volvo's recall number is RVXX1305." -08/08/2013,13V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V350000),"OBS, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,4,"OBS Inc. (OBS) is recalling one model year 2013 Adventure III and one Royal RTBGN vehicle; one 2014 Concept bus; and one 2009 Adventure III vehicle. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","OBS will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began on June 26, 2013. Owners may contact OBS at 1-800-362-9592 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/08/2013,13V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V357000),Outdoors RV Manufacturing,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,204,"Outdoors RV Manufacturing is recalling certain model year 2013-2014 Creek Side trailers manufactured February 27, 2013, through March 11, 2013; model year 2013-2014 Timber Ridge trailers manufactured April 5, 2013, through May 1, 2013; and model year 2013 Wind River trailers manufactured April 3, 2013, through April 19, 2013; and model year 2014 Black Stone trailers manufactured April 24, 2013, through April 25, 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Outdoor RV began notifying owners on August 26, 2013 and Dometic staff will replace the affected motors with motors of a different design. Owners may contact Outdoor RV at 1-541-624-5500 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/07/2013,13V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V308000),"Navistar, Inc.",Failed Knee Impact Testing/FMVSS 222,SEATS,13512,Vehicle,22264,"Navistar, Inc. is recalling certain model year 2013-2014 IC Bus AE, and 2011-2014 BE, CE, and RE buses. These buses were manufactured February 11, 2010, through June 17, 2013. The passenger seat foam padding did not adequately reduce the impact forces to the knee in the lower outside corners of the seat back during compliance testing. Thus, these buses fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 222, ""School Bus Passenger Seating and Crash Protection.""","In the event of a crash, the seat padding may not properly protect against knee impact force, increasing the risk of injury.","Navistar will notify owners, and dealers will install polystyrene blocks in the lower outside corners of each seat to increase the knee protection, free of charge. The recall began on October 10, 2013. Owners may contact Navistar at 1-800-448-7825. Navistar's recall campaign number is 13512." -08/07/2013,13V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V339000),"BMW of North America, LLC",Fuel Filter Heater/Possible Fire,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1540,"BMW is recalling certain model year 2009-2010 X5 xDrive35d vehicles equipped with a diesel engine and manufactured from June 13, 2009, through November 9, 2009. The fuel filter heater, which is used for warming up the diesel fuel during vehicle operation at low outside temperatures, could experience an electrical overload condition and become permanently activated.","The fuel filter heater could remain activated even when the ignition is off and lead to a dead battery. The unit could also overheat, possibly resulting in a vehicle fire.","BMW will notify owners, and dealers will replace the fuel filter heater, free of charge. The safety recall began on September 26, 2013. Owners may contact BMW customer relations at 1-800-525-7417." -08/07/2013,13V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V351000),"Kaufman Trailers of NC, Inc.",Kingpin may Fail Allowing Trailer to Separate,TRAILER HITCHES,NR (Not Reported),Vehicle,269,"Kaufman Trailers of NC, Inc. and Kaufman Trailers of NE, Inc. (Kaufman) is recalling certain model year 2012-2013 gooseneck auto transport trailers and equipment trailers manufactured June 26, through August 6, 2013. These trailers are equipped with kingpins attched to square bottom plates which may crack over time, causing the button to separate from the bottom plate.","If the kingpin button separates, the trailer could become detached from the towing vehicle increasing the risk of a crash.","Kaufman will notify owners instructing them to inspect their trailers for kingpins with square bottom plates. Kaufman will ship replacement kingpins to owners of affected trailers, free of charge. The recall began on August 16, 2013. Owners may contact Kaufman at 1-336-790-6800." -08/07/2013,13V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V337000),Toyota Motor Engineering & Manufacturing,Seat Belt Screws May Loosen,SEAT BELTS,NR (Not Reported),Vehicle,342451,"Toyota is recalling certain model year 2005-2010 Tacoma Access Cab vehicles manufactured September 14, 2004, through March 29, 2010; and model year 2011 Tacoma Access Cab vehicles manufactured July 1, 2010, through September 7, 2011. If the access doors are repeatedly and forcefully closed, the screws that attach the seat belt pre-tensioner to the seat belt retractor can loosen over time. If the screws loosen completely, the seat belt pre-tensioner and the retractor spring cover could detach from the seat belt retractor.","If the seat belt pre-tensioner detaches from the seat belt assembly, the seat belt pre-tensioner will not perform as designed, increasing the risk of injury in a severe crash.","Toyota will notify owners, and dealers will inspect the seat belt assemblies. Based on the inspection, the seat belt assembly will be replaced or new pre-tensioner screws will be installed with thread-locking sealant and a retractor spring cover with stopper ribs to prevent loosening of the screws. These services will be provided at no cost to the owner. The recall began during February 2014. Owners may contact Toyota at 1-800-331-4331." -08/07/2013,13V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V347000),Chalet RV,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,45,"Chalet RV is recalling certain model year 2013-2014 TS116FB, TS116, and DS116RB truck campers manufactured February 2013 through May 2013; and certain model year 2013-2014 Takena 1860, 1865, 2265 travel trailers manufactured February 2013 through May 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Chalet RV will notify owners, and dealers or Dometic staff will replace the affected motors with one of a different design. The recall began on May 3, 2013. Owners may contact Chalet RV at 1-541-791-4610 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/07/2013,13V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V348000),"Intech Trailers, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,4,"Intech Trailers (Intech)is recalling certain model year 2013 custom trailers manufactured March 2013 through April 2013. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Intech will notify owners and Intech or Dometic will replace the affected motors with one of a different design, free of charge. The recall began on May 3, 2013. Owners may contact Intech Trailers at 1-574-773-9536 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -08/06/2013,13V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V344000),"Chrysler (FCA US, LLC)",Loss of Power Transfer/Transmission Snap Ring,POWER TRAIN,N50,Vehicle,85,"Chrysler Group LLC (Chrysler) is recalling certain model year 2012 RAM 3500 trucks manufactured May 4, 2012, through August 7, 2012; and model year 2012 RAM 4500 and 5500 trucks manufactured May 3, 2012, through August 7, 2012. Due to a loose snap ring inside the transmission, there may be a loss of power transfer through the transmission to the wheels.",An unexpected loss of power transfer may increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the transmission assembly free of charge. The recall began on October 17, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N50." -08/06/2013,13V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V342000),"General Motors, LLC",Rear Brake Caliper Bolts/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",13247,Vehicle,10,"General Motors is recalling certain model year 2014 Chevrolet Suburban vehicles manufactured July 9, 2013, through July 22, 2013; and 2014 Chevrolet Tahoe vehicles manufactured July 16, 2013, through July 23, 2013; and model year 2014 GMC Yukon vehicles manufactured July 13, 2013, through July 18, 2013; and model year 2014 GMC Yukon XL vehicles manufactured on July 22, 2013. The rear brake caliper bolts may not be fully tightened. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 135, ""Light Vehicle Brake Systems.""","Loose caliper bolts may cause reduced braking performance and result in lengthened stopping distances, increasing the risk of a crash.","GM will notify owners, and dealers will inspect the bolts on both rear brake caliper brackets. Any bolts found loose will be replaced and tightened. This service will be performed, at no charge. Owners may contact Chevrolet at 1-800-222-1020 and GMC at 1-800-462-8782. GM's recall number is 13247." -08/05/2013,13V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V343000),Vermeer Manufacturing Company,Air Brake Hose May Become Damaged,"SERVICE BRAKES, AIR",IK00-1851,Vehicle,30,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2010-2013 R9x12T drilling fluid reclaimer trailers manufactured January 31, 2010, through July 2, 2013. The air brake hose may become pinched or chafed on the axle support plate.","As a result, the air brake line could become damaged, causing a loss of air pressure to the air brake system and a loss of service brakes or preventing the parking brake from releasing, increasing the risk of a crash.","Vermeer will notify owners, and dealers will inspect the air brake hose clearance. If there is insufficient clearance, the rear cross member will be moved, free of charge. The recall began on September 25, 2013. Owners may contact Vermeer at 1-641-628-3141. Vermeer's recall number is IK00-1851." -08/05/2013,13V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V341000),"Jaguar Land Rover North America, LLC",CAC Hose may Detach/Unexpected Engine Stall,ENGINE AND ENGINE COOLING,J034,Vehicle,940,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2013 XF 2.0L GTDi vehicles manufactured July 2012 through May 2013. The hose clamp for the Charge Air Cooler (CAC) hose may be out of position and loose, allowing the hose to detach.","If the CAC hose detaches, the engine may stall, increasing the risk of a crash. Additionally, steering and brake assistance may be lost further increasing the risk.","Jaguar will notify owners, and dealers will inspect the CAC hose to make sure its clamp is in the correct position and tight, free of charge. The recall began on September 20, 2013. Owners may contact Jaguar at 1-800-452-4827. Jaguar's recall number is J034." -08/05/2013,13V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V340000),"Jaguar Land Rover North America, LLC",Convertible Roof & Windows Switch/FMVSS 118,ELECTRICAL SYSTEM,J030,Vehicle,1989,"Jaguar Land Rover North America, LLC (Jaguar) is recalling certain model year 2011-2014 XK convertible vehicles manufactured October 1, 2010, through August 1, 2013. The switch in the overhead roof console also activates the power operated windows when the convertible roof is opening or closing. The switch does not move downward to close the windows. Therefore, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 118, ""Power-Operated Window, Partition, and Roof Panel Systems.""",The power windows may inadvertently be activated and pinch or injure an arm or finger.,"Jaguar will notify owners, and dealers will replace the overhead roof console, free of charge. The recall began on October 1, 2013. Owners may contact Jaguar at 1-800-452-4827. Jaguar's recall number is J030." -08/02/2013,13E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E042000),"Sportworks Northwest, Inc.",Parts may Fall from Bicycle Rack,EQUIPMENT,NR (Not Reported),Equipment,444,"Sportworks Northwest, Inc. (Sportworks) is recalling certain Apex 3 bicycle racks designed for being mounted on transit buses. In the affected racks, cracks may develop where the latch tube is welded to the pivot tabs connected to the frame. Over time, the cracks may lead to separation of the latch tube and latch handle.","If the latch handle and tube fall from the rack it would create a potential road hazard for other vehicles, increasing the risk of a crash.","Sportworks will notify owners and replace the frames under warranty, free of charge. The recall began on September 6, 2013. Owners may contact Sportworks at 1-888-861-0555 ext. 2." -08/02/2013,13V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V338000),Keystone RV Company,Stabilizer Jacks May Fall From Trailer,EQUIPMENT,13-196,Vehicle,2336,"Keystone RV Company (Keystone) is recalling certain model year 2013 Bullet and Passport trailers manufactured October 1, 2012, through March 5, 2013. The mounting fasteners for the stabilizer jacks may fail causing the jack to become loose and separate from the vehicle.","If the fasteners fail and the jack separates from the vehicle, it would become a road hazard, increasing the risk of a crash.","Keystone will notify owners, and dealers will replace the mounting fasteners. The recall is expected to begin in August 2013. Owners may contact Keystone Customer Service by calling 1-866-425-4369. Keystone's recall number is 13-196." -08/01/2013,13V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V336000),"Subaru of America, Inc.",Possible Detachment of Parking Rod/Rollaway,POWER TRAIN,WQJ-46,Vehicle,202,"Subaru of America is recalling certain model year 2014 Legacy 3.6R and Outback 3.6R and 2013 Tribeca vehicles manufactured June 12, 2013, through June 28, 2013 and equipped with 5-speed automatic transmissions. In the affected vehicles, the parking rod may come loose inside the automatic transmission.","As a result of the parking rod detaching, the transmission may not be able to be moved from the ""park"" position preventing the vehicle from being moved or driven. Furthermore, even with the transmission shifted into the 'park' position, the parking mechanism may not engage, and the vehicle may roll away while in the ""park"" position, increasing the risk of a crash.","Subaru will notify owners, and dealers will replace the transmission, free of charge. The recall began during August 2013. Owners may contact Subaru at 1-800-782-2783. Subaru's recall number is WQJ-46." -08/01/2013,13V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V333000),"Columbia Northwest, Inc.",Possible Wheel Detachment,WHEELS,NR (Not Reported),Vehicle,66,"Columbia Northwest is recalling certain model year 2013-2014 Somerset Niagara trailers manufactured January 2012 through July 2013 and equipped with 14"" aluminum wheels and corresponding lug nuts. The aluminum wheels may disengage from the axle hub.","The loss of a wheel during transit can result in the loss of control of the trailer or the tow vehicle, increasing the risk of a crash. Additionally, the loose wheel becomes a road hazard.","Columbia Northwest will send each Niagara owner a new lug nut wrench to tighten down the lug nuts, free of charge. Columbia Northwest dealers can re-torque the wheels if the customer is not able to, at no charge. The recall began on August 26, 2013. Owners may contact Columbia Northwest at 1-724-423-7440." -08/01/2013,13V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V335000),Ford Motor Company,Side Lights Inoperable/FMVSS 108,EXTERIOR LIGHTING,13C04,Vehicle,6308,"Ford is recalling certain model year 2012-2013 Focus BEV vehicles equipped with High Intensity Discharge (HID) headlights, manufactured September 15, 2011, through May 6, 2013; and model year 2013 Focus ST vehicles equipped with High Intensity Discharge (HID) headlights, manufactured February 16, 2012, through May 7, 2013. Due to a wiring incompatability, the front side marker lamps may not function. Thus, these vehicles fail to comply to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without the proper illumination of the side maker lamps, the vehicle may be less visible in night time conditions, increasing the risk of a crash.","Ford will notify owners, and dealers will modify the headlamp assembly wiring, free of charge. The recall began on August 16, 2013. Owners may contact the Ford customer relationship center at 1-866-436-7332. Ford's recall number is 13C04." -08/01/2013,13V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V334000),Triple E Recreational Vehicles,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,5,"Triple E is recalling certain model year 2013 Regency GT29T, GT27S, and GT24MB motorhomes manufactured in March 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Triple E will notify owners and Dometic staff will replace the affected motors with one of a different design. The recall began on August 15, 2013. Owners may contact Triple E at 1-877-992-9906 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -07/31/2013,13V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V332000),Blue Bird Body Company,Window Panel Adhesive Strength/FMVSS 221,STRUCTURE,R13WM,Vehicle,172,"Blue Bird Body Company is recalling certain model year 2007-2014 All American and Vision school buses manufactured March 10, 2006, through June 18, 2013; and equipped with optional transit sliding windows. Joint adhesive may not have been applied at the interior and exterior body window panel joints. Without the adhesive, these vehicles fail to conform to the standards of Federal Motor Vehicle Safety Standard (FMVSS) No. 221, ""School Bus Body Joint Strength.""","In the event of a vehicle crash, there is an increased risk that the window panels may separate and fall onto occupants causing injury.","Blue Bird will notify owners, and dealers will install additional rivets at the window panel joints, free of charge. The recall began on August 28, 2013. Owners may contact Blue Bird at 1-478-825-2021. Blue Bird's recall number is R13WM." -07/31/2013,13V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V331000),"Jayco, Inc.",Windshield Wiper Arm May detach,VISIBILITY,NR (Not Reported),Vehicle,19,"Jayco is recalling certain model year 2014 Precept Motorhomes manufactured March 28, 2013, through June 27, 2013. The attachment mechanism that holds the windshield wiper arm to the wiper motor shaft could crack.","If the attachment mechanism cracks, the windshield wiper may detach reducing the driver's visibility, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the wiper arm, at no charge. The recall began on September 5, 2013. Owners may contact Jayco at 1-800-283-8267." -07/31/2013,13V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V330000),Entegra Coach,Windshield Wiper May Separate,VISIBILITY,NR (Not Reported),Vehicle,174,"Entegra Coach is recalling certain model year 2013-2014 Anthem, Aspire, and Cornerstone motorhomes manufactured February 8, 2013, through June 13, 2013. The attachment mechanism that holds the windshield wiper arm to the wiper motor shaft could crack.","If the attachment mechanism cracks, the windshield wiper may separate reducing the driver's visibility, increasing the risk of a crash.","Entegra Coach will notify owners, and dealers will replace the wiper arms, at no charge. The recall began on August 27, 2013. Owners may contact Entegra Coach at 1-800-945-4787." -07/30/2013,13V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V329000),Zero Motorcycles Inc.,Front Caliper Bolts May Fracture,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,268,"Zero Motorcycles is recalling certain model year 2011 and 2012 S and DS motorcycles. On the affected motorcycles, the front caliper mounting bolts are susceptible to corrosion which could lead to their cracking and possible fracture.","If a front caliper bolt fractures, the caliper may come loose and interfere with the rotation of the front wheel. This could cause the front wheel to stop suddenly, increasing the risk of a crash.","Zero Motorcycles will notify owners, and dealers will replace the front caliper bolts. The recall BEGAN ON August 16, 2013. Owners may contact Zero Motorcycles at 1-888-841-8085." -07/30/2013,13E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E041000),"Cequent Performance Products, Inc.",Trailer Brake Wiring Adapters,EQUIPMENT,NR (Not Reported),Equipment,549,"Cequent Performance Products is recalling certain Tekonsha Electric Trailer Brake Control Wiring Adapters with Part No. 30232-P and 30231-P. These adapters are used as aftermarket equipment on model year 2013 Dodge Ram 1500 vehicles. If the brakes are applied while the turn signal is activated, the turn signal may turn off. The opposite trailer turn signal may then activate.","An incorrect turn signal will not properly notify others of the driver's intent (such as direction of a turn or lane change), increasing the risk of a crash.","Cequent will notify distributors, dealers, installers, and customers and will replace the adapters free of charge. The recall began on August 16, 2013. Owners may contact Cequent at 1-877-827-0799." -07/29/2013,13V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V328000),"Kawasaki Motors Corp., U.S.A.",Motorcycle May Stall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11097,"Kawasaki Motors Corp. is recalling certain model year 2013 Ninja 300 and 300 ABS motorcycles manufactured July 16, 2012, through April 27, 2013. Due to an improper setting in the Electronic Control Unit (ECU), the motorcycle may stall under deceleration.",A stall under deceleration increases the risk of a crash.,"Kawasaki will notify owners, and dealers will replace the ECU. The recall began on August 5, 2013. Owners may contact Kawasaki at 1-866-802-9381." -07/24/2013,13V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V324000),"Nissan North America, Inc.",Lower Body Bolt may be Loose or Missing,STRUCTURE,NR (Not Reported),Vehicle,7707,"Nissan is recalling certain model year 2014 Versa Note vehicles manufactured April 23, 2013, through July 3, 2013. The lower body sill bolts may be missing or incorrectly torqued.","Missing lower body bolts may affect the vehicle's integrity in the event of a rear impact, increasing the risk of injury.","Nissan will notify owners, and dealers will install and tighten to specification the lower body sill bolts, as needed, free of charge. The recall is expected to begin August 19, 2013. Owners may contact Nissan at 1-800-647-7261." -07/24/2013,13V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V327000),Daimler Coaches North America,Lower Control Arm May Loosen,POWER TRAIN,32.00U08919A,Vehicle,3,Setra Luxury Coaches is recalling certain model year 2013 S417TC buses manufactured in April and May 2013. The bolted joint at the lower control arm in the rear axle could loosen due to a change in the manufacturing tightening method.,"If the control arm loosens, it could reduce the driver's ability to control the direction of the vehicle, increasing the risk of a crash.","Motor Coach Industries (MCI), the designated importer, will notify customers and will retorque the bolted connection. This service will be completed at no cost to the customer. The recall began on September 4, 2013. Owners may contact MCI at 1-866-624-2622 or Setra Customer Service Line at 1-800-241-2947. Setra's campaign number is 32.00U08919A." -07/24/2013,13V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V326000),"Nissan North America, Inc.",Rear Seat Latch Bolts may Fail,SEATS,PM365,Vehicle,7782,"Nissan is recalling certain model year 2014 Versa Note vehicles manufactured April 23, 2013, through July 5, 2013. The rear seat latch bolts may have been manufactured incorrectly, reducing their strength.","If the rear seat latch bolts break, the rear seats may not perform as designed in a crash, increasing the risk of injury to back seat occupants.","Nissan will notify owners, and dealers will replace the rear seat latch bolts, free of charge. The recall is expected to begin August 19, 2013. Owners may contact Nissan at 1-800-647-7261." -07/24/2013,13V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V323000),"Piaggio Group Americas, Inc.",Rear Suspension Connecting Links may Fail,SUSPENSION,NR (Not Reported),Vehicle,680,"Piaggio Group Americas (Piaggio) is recalling certain model year 2012-2013 Moto Guzzi Stelvio NTX 1200 motorcycles manufactured February 6, 2012, through April 10, 2013; and model year 2012-2013 Moto Guzzi Norge 1200 motorcycles manufactured January 25, 2012, through March 21, 2013; and model year 2012-2013 Moto Guzzi Griso 1200 motorcycles manufactured January 26, 2012, through April 29, 2013. Due to a manufacturing fault, the rear suspension connecting links could fracture.","If the rear suspension links fail while riding, the rear suspension would suddenly collapse, increasing the risk of a crash.","Piaggio will notify owners, and Moto Guzzi dealers will replace the rear suspension connecting links on the affected vehicles, free of charge. The recall began on August 12, 2013. Owners may contact Piaggio at 1-877-696-6864." -07/23/2013,13T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T007000),"Beijing Capital Tyre Co., LTD",Endurance Test Failure/Wrong Load Rating/FMVSS 139,TIRES,NR (Not Reported),Tire,2711,"Beijing Capital Tyre Co. (BCT) is recalling certain Autoguard LT245/75R16 tires manufactured June 25th, 2012, through November 11th, 2012. These tires failed the endurance test standards of FMVSS 139 and contain incorrect maximum load load data on the sidewall. Thus, these tires fail to to comply to the requirements of Federal Motor Vehicle Safety Standard No. 139, ""New Pneumatic Radial Tires for Light Vehicles.""","During use, the tires may crack in the tread area leading to sudden air loss, and tire failure. Additionally, owners may unknowingly overload the tires which may lead to tire failure. Either condition increases the risk of a crash.","Beijing Capital Tyre will notify owners and dealers will replace the tires, free of charge. The recall began on September 17, 2013. Owners may contact Tire & Wheel Master at 1-209-465-9000." -07/23/2013,13V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V320000),"Navistar, Inc.",Flip Seat/Possible Toe or Foot Pinch,SEATS,13511,Vehicle,662,"Navistar is recalling certain model year 2006 through 2009, and 2012 IC CE school buses and certain model year 2006 through 2009, and 2011 through 2013 IC RE school buses manufactured from October 6, 2005, through April 18, 2012, and equipped with C. E. White Inc. brand flip seats.","When a flip seat is installed in front of another passenger seat, it is possible for the occupant of the rearward passenger seat to insert their toes and/or foot into the lower frame area of the flip seat. When a vehicle passenger occupies the flip seat, pushing the seat bottom downward to the horizontal position to sit in the seat, the occupant of the rearward seat could suffer a pinch point injury to their toes and/or foot.","Navistar will notify owners, and dealers will install a safety guard to prevent passengers from placing their toes or feet in the opening on the back of the subject Flip Seats, free of charge. The recall began on November 12, 2013. Owners may contact Navistar 1-800-448-7825 for more information. Navistar's number for this recall is 13511." -07/23/2013,13V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V322000),PACCAR Incorporated,Melted Alternator Wire may Result in Fire,ELECTRICAL SYSTEM,13KWJ,Vehicle,802,"PACCAR Inc. is recalling certain model year 2010-2012 Kenworth T4 and W9 series vehicles manufactured November 13, 2009, through August 26, 2011. The alternator wiring may come in contact with the exhaust manifold.","If the alternator wiring comes in contact with the exhaust manifold, the wiring may melt and lead to a vehicle fire.","PACCAR will notify owners and dealers will re-route the alternator wiring, free of charge. The recall began during August 2013. Owners may contact PACCAR at 1-425-468-7400. Kenworth's recall number is 13KWJ." -07/23/2013,13V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V321000),"Compass Conversions, LLC",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,2,"Compass Conversions is recalling one model year 2007 Bloomer Horse Trailer and one model year 2003 Elite Horse Trailer. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Compass Conversions will notify owners and Dometic staff will replace the affected motors with one of a different design. The recall began in April 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -07/22/2013,13V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V319000),"Triumph Motorcycles America, Ltd.",ABS May Malfunction Allowing Wheels to Lock Up,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1887,"Triumph Motorcycles is recalling certain model year 2012-2013 Street Triple and Street Triple R motorcycles manufactured in July 2012; and model year 2012-2013 Daytona 675 and Daytona 675 R motorcycles manufactured September 2012 through June 2013. Due to a manufacturing error, the Anti-Lock Brake System (ABS) may malfunction and lose anti-lock functionality.","The anti-lock function may not perform properly allowing for wheel lock up and skidding, increasing the risk of a crash.","Triumph will notify owners and dealers will replace the ABS modulator, free of charge. The recall began during August 2013. Owners may contact Triumph at 1-888-283-5288." -07/22/2013,13V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V317000),Temsa,Axle Shafts May Break,POWER TRAIN,NR (Not Reported),Vehicle,10,"Temsa Global is recalling certain model year 2013 TS30 buses manufactured in April 2013. Due to an improper heat treatment, the axle shafts may break.","If the axles break while driving, the bus could become stuck in traffic, increasing the risk of a crash.","Temsa will notify owners and dealers will replace the axle shafts. The recall began on August 20, 2013. Owners may contact CH Bus Sales at 1-407-271-8935." -07/22/2013,13E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E040000),Honda (American Honda Motor Co.),Trailer Hitch Harness Kit,ELECTRICAL SYSTEM,JB2,Equipment,2779,"American Honda Motor Co. is recalling certain Trailer Hitch Harness Kits, Part Number 08L91-TZ5-200. These kits are for use in 2014 model year Acura MDX vehicles. The trailer hitch kit has a subharness that is incorrectly wired such that there may be no power supplied to an accessory trailer brake controller.","If the trailer brake controller is not powered, when towing a trailer, longer stopping distances could be required, increasing the risk of a crash.","Honda will notify owners and Acura dealers will correct the trailer hitch subharness wiring, free of charge. The recall began on August 23, 2013. Owners may contact Acura Customer Service at 1-800-382-2238. Honda's number for this campaign is JB2." -07/22/2013,13V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V318000),Winnebago Industries Inc.,Vehicle Certification Label/Part 567,EQUIPMENT,129,Vehicle,150,"Winnebago Industries is recalling certain model year 2011 Vista and Itasca Sunstar motorhomes manufactured June 30, 2010, through June 16, 2011. The vehicles have an incorrect tire inflation pressures and wheel rim sizes on the Vehicle Certification Label. Thus, these vehicles fail to comply with the requirements of the Code of Federal Regulations, Part 567, ""Certification.""","Incorrect tire pressures or tire size may lead to a tire failure, which could result in a loss of vehicle control increasing the risk of a crash.","Winnebago will notify owners and mail corrected Vehicle Certification Labels to the owners, free of charge. The recall began on September 9, 2013. Owners may contact Winnebago at 1-800-537-1885 or or@winnebagoind.com. Winnebago's campaign number is 129." -07/19/2013,13V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V316000),Shyft Group,Inadvertent Engine Shutdown,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,330,"Spartan Motors, Inc. is recalling certain model year 2012-2013 Utilimaster Reach vehicles. A software problem in the control module may cause the vehicle to have an inadvertent engine shutdown.",An engine shutdown without warning increases the risk of a crash.,"Spartan will notify owners, and dealers will replace the control modules free of charge. The recall beagn on August 9, 2013. Owners may contact Spartan Motors at 1-800-582-3454." -07/19/2013,13V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V315000),"General Motors, LLC",Passenger Air Bag May Not Fully Inflate,AIR BAGS,13230,Vehicle,843,"General Motors is recalling certain model year 2014 Chevrolet Silverado trucks manufactured June 1, 2013, through June 30, 2013; and model year 2014 GMC Sierra trucks manufactured June 4, 2013, through June 30, 2013. Welding on the passenger airbag inflator may fracture when the airbag is deployed, allowing some gas from the air bag inflator to vent behind the instrument panel, instead of into the air bag.","As a result the air bag may not fully inflate, increasing the risk of injury.","General Motors will notify owners and dealers will replace the passenger air bag module, free of charge. The recall began on August 23, 2013. Owners may contact Chevrolet at 1-866-694-6546 and GMC at 1-866-996-9463. GM's recall number is 13230." -07/19/2013,13V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V325000),Daimler Buses North America,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,14,Daimler Buses North Carolina LLC (Daimler) is recalling certain model year 2007-2009 Sprinter Mini-buses equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Daimler will notify owners and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall began on August 6, 2013. More information can be obtained by contacting Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -07/16/2013,13V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V313000),Morgan 3 Wheeler Limited,Brake Fluid Labels/FMVSS 122,EQUIPMENT,NR (Not Reported),Vehicle,139,"Morgan 3 Wheeler Limited (Morgan) is recalling certain model year 2012-2013 three-wheeled motorcycles manufactured between October 2012 and July 2013. The brake fluid reservoir does not have a brake fluid reservoir filling warning statement. Thus, these vehicles fail to conform to the requirement of Federal Motor Vehicle Safety Standard (FMVSS) No. 122, ""Motorcycle Brake Systems.""","The operator may not be warned of the brake fluid reservoir filling requirements, which may result in a reduction of brake performance, increasing the risk of a crash.","Morgan will notify owners and dealers will apply a brake fluid reservoir filling warning label, free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact Morgan's US Agent at 1-505-570-1845." -07/16/2013,13V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V312000),"Suzuki Motor USA, LLC",Loss of ABS Function may Allow Wheel Lock up,"SERVICE BRAKES, HYDRAULIC",WN,Vehicle,2561,"Suzuki Motor Corporation (Suzuki) is recalling certain model year 2013 GSX1300RA Hayabusa motorcycles manufactured January 22, 2013, through April 26, 2013. Due to a manufacturing error, the Anti-Lock Brake System (ABS) may malfunction and lose anti-lock functionality.","The anti-lock function may not perform properly allowing for wheel lock up and skidding, increasing the risk of a crash.","Suzuki will notify owners, and dealers will replace the affected ABS units, free of charge. The recall began on August 5, 2013. Owners may contact Suzuki at 1-800-572-1490. Suzuki's campaign number for this recall is WN." -07/16/2013,13V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V314000),"Lotus Cars USA, Inc.",Possible Oil Hose Rupture,ENGINE AND ENGINE COOLING,2013/03R,Vehicle,80,"Lotus Cars USA, Inc. is recalling certain model year 2011 Evora supercharged vehicles equipped with a manual transmission and manufactured September 2010 through September 2011. The engine oil cooler hose may chafe and rupture resulting in oil loss.","Engine oil may be ejected onto the road or rear wheels which could cause a reduction in vehicle control and potential engine failure, increasing the risk of a crash. Engine oil sprayed onto a heat source may also lead to a vehicle fire.","Lotus will notify owners and dealers will repair the vehicles free of charge. The recall began on December 11, 2013. Owners may contact Lotus at 1-770-476-6564. Lotus' campaign number is 2013/03R." -07/16/2013,13V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V311000),HL Enterprise Inc.,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,8,"HL Enterprise Inc. is recalling certain model year 2013 Hyline HY42IKEB and HY44, model year 2013 Georgian Bay GB39CKT, model year 2013 Bridgeview BV42IKWT, and model year 2013 Premier FW44 and HY42 trailers. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","HL Enterprise Inc. will notify owners and Dometic staff will replace the affected motors with one of a different design. The recall began on August 27, 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -07/15/2013,13V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V309000),Glaval Bus,Air Conditioner Evaporators May Loosen and Fall,EQUIPMENT,09E-061,Vehicle,3705,"Glaval Bus is recalling certain model year 2010-2013 Universal, Concorde II, Entourage, Primetime, Titan II, Apollo, and Sport buses, certain model year 2011-2013 Titan II lf and Legacy buses and certain model year 2010 Synergy buses. The affected buses are equipped with a rear interior air conditioner evaporator which may come loose from its ceiling mounting over time.",The evaporator unit may detach from the ceiling and fall increasing the risk of injury.,"Glaval will notify owners, and dealers will tighten and replace the air conditioner evaporator mounting bolts, as needed, free of charge. The recall began on July 8, 2013. Owners may contact Glaval at 1-800-445-2825 or glavalcustomerservice@forestriverinc.com." -07/15/2013,13V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V301000),Lakota Corporation,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,49,"Lakota Corp (Lakota) is recalling certain model year 2014 CX9-BBX18 (Charger and Bighorn) recreational trailers. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Lakota will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began during September 2013. Owners may contact Lakota Corp at 1-574-848-1636 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -07/12/2013,13E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E039000),Fastec Industrial Corp.,Interior Side Door Lock May Become Inoperable,EQUIPMENT,NR (Not Reported),Equipment,2864670,"Fastec Industrial Corp. (FIC) is recalling certain model 43610, 40610, and 44610 door locks manufactured between January 2006 and April 2013 with a keyed paddle handle and deadbolt for use in recreational vehicles. It may be possible to remove the key from the lock in a way that potentially jams the deadbolt in locks with certain key codes.","If the deadbolt jams, the interior side of the door lock may also jam. A person inside the recreational vehicle at the time will then be locked in and be unable to exit the vehicle without using the emergency exit, increasing the risk of injury.","FIC will notify the original equipment door and recreational vehicle manufacturers and the consumers of record and instruct them on how to determine whether they have a defective lock. Consumers of record will be sent replacement cylinders with instructions, free of charge. The vehicle manufacturers will notify their consumers. The recall began in September 2013. Owners may contact FIC at 1-800-837-2505." -07/12/2013,13T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T006000),"Michelin North America, Inc.",Loss of Air Pressure due to Sidewall Perforation,TIRES,NR (Not Reported),Tire,100000,"Michelin Tire is recalling certain Latitude Tour P255/70 R18 (DOT TIN B9YU99CX and DOT date range 1313 through 2113) and P255/60 R19 108 S (DOT TIN B9R1W3WX and DOT date range 1913 through 2113), X Radial LT2 P265/65 R18 112 T (DOT TIN B9KA003X and DOT date range 0513 through 2113) and P275/55 R20 111 T (DOT TIN B99Y001X and DOT date range 0513 through 2113), LTX M/S2 RBL P275/55 R20 111 T (DOT TIN B99Y56EX and DOT date range 3812 through 2113), LTX M/S2 ORWL P265/60 R18 109 T (DOT TIN B95E788X and DOT date range 1513 through 2113), and LTX M/S2 tires P265/65 R18 112 T (DOT TIN B9XP001X and DOT date range 0513 through 2113). Due to a perforation in the sidewall, the tires may lose pressure while driving.","A loss of tire air pressure may lead to sudden tire failure, increasing the risk of a crash.","Michelin will notify owners, and dealers will inspect and replace any affected tires free of charge. The recall began on July 22, 2013. Owners may contact Michelin Consumer Care at 1-855-851-4951." -07/11/2013,13E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E038000),"Nissin Kogyo Co., LTD",ABS Modulator may Allow for Wheel Skid,EQUIPMENT,NR (Not Reported),Equipment,30870,"Nissin Kogyo Co., LTD is recalling certain motorcycle antilock braking system (ABS) modulators, part number NK2R3, manufactured June 18, 2012, through March 22, 2013. Due to aluminum filings remaining inside the modulators from the manufacturing process, ABS functionality may be lost.",A loss of ABS operation may result in the motorcycle wheels locking up during hard braking increasing the risk of a crash.,"Nissin has contacted all of the motorcycle manufacturers involved with this recall and the motorcycle manufacturers will be contacting the affected customers to have the ABS units replaced free of charge. Owners with questions should contact their motorcycle manufacturer. If owners have additional questions, they may contact Nissin representation at 1-614-227-2117." -07/11/2013,13V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V310000),"Kawasaki Motors Corp., U.S.A.",Loss of ABS Function may Allow Wheel Lock up,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1083,"Kawasaki Motors Corp. is recalling certain model year 2013 EX300BDFAL motorcycles manufactured August 16, 2012, through April 2, 2013. Due to a manufacturing error, the Anti-Lock Brake System (ABS) may malfunction and lose anti-lock functionality.","The anti-lock function may not perform properly allowing for wheel lock up and skidding, increasing the risk of a crash.","Kawasaki will notify owners and dealers will replace the affected ABS pumps with a new assembly. The recall began on August 5, 2013. Owners may contact Kawasaki at 1-866-802-9381." -07/10/2013,13V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V307000),Honda (American Honda Motor Co.),ABS May Malfunction Allowing Wheels to Lock Up,"SERVICE BRAKES, HYDRAULIC",JB0,Vehicle,235,"Honda is recalling certain model year 2014 CTX700 motorcycles manufactured March 6, 2013, through April 11, 2013. Due to a manufacturing error, the Anti-Lock Brake System (ABS) may malfunction and lose anti-lock functionality.","The anti-lock function may not perform properly allowing for wheel lock up and skidding, increasing the risk of a crash.","Honda will notify owners and dealers will replace the ABS modulator, free of charge. Owners may contact Honda at 1-800-999-1009. Honda's recall number is JB0." -07/10/2013,13V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V305000),Keystone RV Company,Battery Box May Detach,ELECTRICAL SYSTEM,13-194,Vehicle,239,"Keystone RV is recalling certain model year 2013-2014 Laredo Fifth Wheel vehicles, models 270SRL, 280SBH, 290SRE and 293SBH, manufactured March 6, 2013, through June 27, 2013. The battery box has inadequate support for the battery and the box may fall out of position during travel.","The battery box may fall out of position resulting in electrical shorts which may lead to a fire. Also, the battery box may fall from the vehicle creating a road hazard.","Keystone RV will notify owners and will install a battery box mounting reinforcement kit, free of charge. The recall began on July 22, 2013. Owners may contact Keystone Customer Service by calling 1-866-425-4369. Keystone's identification code for this recall is 13-194." -07/10/2013,13V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V303000),Ford Motor Company,Energy Absorber Between the Headliner/FMVSS 201,STRUCTURE,13C02,Vehicle,33021,"Ford Motor Company is recalling certain model year 2013 C-Max hybrid vehicles, without panoramic roofs, that were manufactured January 19, 2012, through June 25, 2013. During vehicle testing, the vehicle exceeded a head injury criteria requirement set by the standard. Thus, these vehicles fail to conform to Federal Motor Vehicle Safety Standard No. 201, ""Occupant Protection in Interior Impact.""","In the event of a crash, an occupant could be at an increased risk of an injury.","Ford will notify owners, and dealers will install energy absorbers between the headliner and the roof. The recall began on August 5, 2013. Owners may contact the Ford customer relationship center at 1-866-436-7332. Ford's recall number is 13C02." -07/10/2013,13V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V306000),Matthews Specialty Vehicles,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,5,"Matthews Specialty Vehicles is recalling one model year 2013 Freightliner XCR bus manufactured June 27, 2013; and one model year 2000 Thomas Built FE bus manufactured April 15, 2013; and model year 2013 International TerraStar buses manufactured June 12, 2013; and one model year 2011 Thomas Built CHSU/Mickey bus manufactured April 24, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Matthews Specialty Vehicles will notify the owner and Dometic staff will replace the affected motor with one of a different design. The recall began on August 13, 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -07/09/2013,13V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V302000),Shyft Group,Fuel Pump May Cut Off Fuel,"FUEL SYSTEM, GASOLINE",13015,Vehicle,46,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2011-2013 Transit Bus Chassis Cabs manufactured February 17, 2011, through February 14, 2013. Due to an improper connection in the extension harness that connects the main chassis harness to the fuel pump, the fuel pump may inadvertently shut off.","If the fuel pump shuts off, the engine will stall without warning, increasing the risk of a crash.","Spartan Motors will notify owners and dealers will install a new extension harness, free of charge. The recall began on September 5, 2013. Owners may contact Spartan Motors at 1-517-543-6400. This is Spartan campaign number 13015." -07/09/2013,13V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V304000),Temsa,Release Mechanism Labels/FMVSS 217,EQUIPMENT,NR (Not Reported),Vehicle,249,"Temsa Global is recalling certain model year 2007-2013 TS35C and model year 2012-2013 TS30 coach buses. The label indicating the nearest emergency exit window release mechanism may be missing. Thus, these buses fail to conform with Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","Without a label to identify the closest release mechanism, in the case of an emergency, passengers may spend extra time to find the location of an exit window release mechanism, increasing the risk of injury.","Temsa Global will notify owners and have any missing labels installed. The recall began on September 2, 2013. Owners may contact CH Bus Sales at 1-407-271-8935." -07/08/2013,13V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V298000),"Yamaha Motor Corporation, USA",Engine May Stall due to Melted Wiring Harness,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3900,"Yamaha Motor Company (Yamaha) is recalling certain model year 2014 XVS950CU (Bolt) motorcycles manufactured March 2013 through June 2013. Slack or sag in the wiring harness may allow it to contact the exhaust manifold causing the wires to melt, and possibly short circuit.","If the wires short circuit, the fuses will blow which may cause the engine to stall. An engine stall while riding, increases the risk of a crash.","Yamaha will notify owners, and dealers will inspect the wiring harness and secure it away from the exhaust. If the wiring harness is damaged, it will first be replaced. The recall began on August 2, 2013. Owners may contact Yamaha at 1-800-962-7926." -07/08/2013,13E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E037000),"Kuryakyn Holdings, LLC",Handlebar Riser Screws may Fail,EQUIPMENT,NR (Not Reported),Equipment,232,"Kuryakyn Holdings, LLC (Kuryakyn) is recalling certain model number 7437 handlebar risers/setbacks sold for use on Honda Goldwing GL1800s. The screws used in mounting the handlebar risers may break after installation.","If the screws break, the handlebars may separate from the motorcycle, making it difficult for the operator to control the motorcycle, increasing the risk of a crash.","Kuryakyn will notify customers and send them replacement screws and instruct them to visit their nearest motorcycle dealer to have the replacement screws installed. The service will be done at no cost to the owner. The recall began on September 11, 2013. Owners may contact Kuryakyn at 1-866-296-4728." -07/08/2013,13V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V297000),Honda (American Honda Motor Co.),Possible Fuel Tank Leak,"FUEL SYSTEM, GASOLINE",JA9,Vehicle,1659,"American Honda Motor Co., Inc. (Honda) is recalling certain model year 2013 Accord vehicles that are Low-Emission Vehicle (LEV) II rated that were manufactured January 15, 2013, through April 5, 2013. The fuel tank neck may be out of specification causing the fuel pump to not properly seal to the fuel tank.",An insufficent seal may led to a fuel leak which increases the risk of a fire.,"Honda will notify owners, and dealers will replace the fuel tank, nut and O-ring gasket free of charge. The recall began during August 2013. Honda's recall number is JA9. Owners may contact Honda at 1-310-783-2000." -07/08/2013,13V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V300000),"Mitsubishi Motors North America, Inc.",Strut Stabilizer Link Bracket May Disconnect,SUSPENSION,SR-13-008,Vehicle,305,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2013 Outlander Sport vehicles manufactured January 17, 2013, through January 25, 2013. The stabilizer link bracket on the left front strut was improperly welded. As a result, the link may detach and cause damage to the tire and/or brake hose.","If the stabilizer link bracket damages the tire and/or brake line, the driver may have more difficulty controlling the steering of the vehicle, or the vehicle may require a longer stopping distance to come to a complete and controlled stop. Either condition increases the risk of a crash.","MMNA will notify owners, and dealers will inspect, and if necessary, replace the front left strut assembly free of charge. The recall began on July 30, 2013. Owners may contact MMNA at 1-888-648-7820. MMNA's recall number is SR-13-008." -07/08/2013,13V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V299000),"TMC Group, Inc.",Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,4,"TMC Group, Inc. is recalling certain model year 2006-2013 Ameritrans E-Series buses manufactured August 1, 2006, through July 31, 2012. These buses are equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Ricon will send owners a supplemental cover kit and instructions free of charge. A notice to owners was mailed by certified mail on July 5, 2013. Owners may contact Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -07/05/2013,13E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E036000),Thermo King Corp.,Lifting Bracket May Break,EQUIPMENT,NR (Not Reported),Equipment,689,"Thermo King Corporation (Thermo King) is recalling certain Precedent S-600 transportation refrigeration units manufactured April 15, 2013, through May 15, 2013. The lifting bracket that is used to install and remove the unit may break.","If the lifting bracket breaks during installation or removal of the refrigeration unit, the unit may fall increasing the risk of injury.","Thermo King will notify owners and dealers will re-weld the lifting brackets free of charge. The recall began on July 29, 2013. Owners may contact Thermo King at 1-866-776-2708." -07/05/2013,13V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V295000),"Evergreen Recreational Vehicles, LLC",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,34,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2013 Bay Hill fifth wheel travel trailers manufactured March 13, 2013, through April 25, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","EverGreen will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began on July 25, 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -07/05/2013,13V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V294000),"Transportation Collaborative, Inc.",Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,2,"Transportation Collaborative, Inc. (TCI) is recalling one model year 2010 TransTech DW6159RLSST and one model year 2012 TransTech SC159DSFP600 school buses equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","TCI will notify owners and Ricon will send owners a supplemental cover kit and installation instructions free of charge. This recall campaign began on July 22, 2013. Owners may contact Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -07/05/2013,13V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V296000),"Ameritrans Bus, Inc.",Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,1,"Ameritrans Bus, Inc. is recalling one model year 2013 M2-Series bus equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.",Ameritrans will notify the owner and Ricon will send the owner a supplemental cover kit and instructions free of charge. The recall began during July 2013. More information van ve obtained by contacting Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com. -07/03/2013,13V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V292000),Toyota Motor Engineering & Manufacturing,Power Steering Assistance Failure,STEERING,NR (Not Reported),Vehicle,74,"Toyota is recalling certain model year 2012 Yaris vehicles manufactured August 21, 2011, through August 31, 2011. A relay in the Power Steering Control Module of the electronic power steering system could experience a short circuit due to insufficient distance between terminals in the relay and moisture contamination of relay coil windings. A short circuit in the relay could disable power steering assistance.","If the power steering assistance shuts off, the driver may have difficulty steering the vehicle at low speeds, increasing the risk of a crash.","Toyota will notify owners, and dealers will replace the power steering control module. The recall began on July 31, 2013. Owners may contact Toyota at 1-800-331-4331." -07/03/2013,13V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V293000),"Dutchmen Manufacturing, Inc.",Propane Hose May Melt and Leak Propane,EQUIPMENT,13-195,Vehicle,543,"Dutchmen Manufacturing, Inc. is recalling certain model year 2013-2014 Aspen 1400RB, 1500BH, 1600RB, 2110RBS, 2470BHS and 3010BHDS travel trailers; certain model year 2013-2014 Coleman CTS14FD, CTS15BH, CTS16BH and CTS16QB travel trailers and certain model year 2013-2014 Dutchmen 190QB, 282RBS, 286BHGS, 318RKDS and 816QB travel trailers. Heat from the range burner may melt the propane supply hose.","If the hose melts it may leak propane, increasing the risk of a fire.","Dutchmen will notify owners and dealers will install a copper line to the propane connection in the burner, free of charge. The recall began on August 7, 2013. Owners may contact Dutchmen at 1-574-537-0600. Dutchmen's recall number is 13-195." -07/02/2013,13V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V291000),"Chrysler (FCA US, LLC)","Air bag Deployment Software/FMVSS 208, 214",AIR BAGS,N48,Vehicle,184,"Chrysler is recalling certain model year 2013 Town & Country and Dodge Grand Caravan vehicles manufactured June 11, 2013, through June 12, 2013. The occupant restraint control module (ORC) has incorrect software installed which may adversely affect air bag deployments in collisions. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection"" and No. 214, ""Side Impact Protection.""","An air bag that does not deploy, or deploys improperly, may increase the risk of injury.","Chrysler will notify owners, and dealers will replace the ORC module, free of charge. The recall began on October 3, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N48." -07/02/2013,13V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V287000),"Chrysler (FCA US, LLC)",Electronic Stability Control may be Disabled,ELECTRONIC STABILITY CONTROL,N37,Vehicle,45896,"Chrysler is recalling certain model year 2013 RAM 1500 4x4 trucks manufactured June 26, 2012, through February 5, 2013. Due to a software issue with the Electronic Stability Control (ESC) module, the ESC system may be disabled when the vehicle is started.","A disabled ESC system may result in loss of directional control, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the ESC module software, free of charge. The recall began on September 11, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N37." -07/02/2013,13V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V282000),"Chrysler (FCA US, LLC)",Non-Deployment of Head Restraints,AIR BAGS,N38,Vehicle,442320,"Chrysler is recalling certain model year 2011-2013 Sebring and 200 vehicles manufactured June 28, 2011, through December 13, 2012; model year 2011-2013 Dodge Avenger vehicles manufactured June 25, 2011, through January 14, 2013; model year 2011-2012 Dodge Nitro vehicles manufactured June 17, 2011, through December 15, 2011; and model year 2011-2012 Jeep Liberty vehicles manufactured June 17, 2011, through August 15, 2012. Electrical over-stress of a resistor in the occupant restraint control module may lead to the non-deployment of the active head restraints during a rear impact collision.","In the event of a crash necessitating the deployment of the active head restraints , their non-deployment could increase the risk of injury.","Chrysler will notify owners, and dealers will flash the Totally Integrated Power Module (TIPM) or replace the occupant restraint control module, as needed, free of charge. The recall began on November 19, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N38." -07/02/2013,13V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V289000),"Chrysler (FCA US, LLC)",Park Lamp Illumination/FMVSS 108,EXTERIOR LIGHTING,N42,Vehicle,4242,"Chrysler is recalling certain model year 2014, non-SRT trimmed, Grand Cherokee vehicles manufactured January 14, 2013, through March 20, 2013 equipped with premium headlamps. In the affected vehicles, when switching between daytime running lights and parking lights, electrical spikes may cause the parking lamps to turn off. Without properly functioning parking lamps these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""","Without parking lamps, the vehicle may not be as visible to other vehicles, increasing the risk of a crash.","Chrysler will notify owners, and dealers will update the Central Body Controller software, free of charge. The recall BEGAN ON September 12, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N42." -07/02/2013,13V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V283000),"Chrysler (FCA US, LLC)",Side Airbags may Deploy on the Incorrect Side,AIR BAGS,N44,Vehicle,224264,"Chrysler is recalling certain model year 2013 Town & Country, Dodge Grand Caravan, and RAM C/V Tradesman vehicles manufactured May 10, 2012, through June 7, 2013. A software error may result in the opposite side airbags deploying from the collision point (a left side impact would deploy the right side airbags and vice versa).","In the event of a crash, the wrong side airbags could deploy leaving the occupant with no airbag protection at the point of impact, increasing the risk of injury.","Chrysler will notify owners, and dealers will flash the occupant restraint control module, free of charge. The recall began during September 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N44." -07/02/2013,13V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V288000),"Chrysler (FCA US, LLC)",Track Bar may Detach/Loss of Directional Control,STRUCTURE,N41,Vehicle,747,"Chrysler is recalling certain model year 2013 RAM 4500 and 5500 trucks manufactured January 22, 2013, through March 8, 2013. An incorrect bolt may have been used to attach the track bar to the frame.","The incorrect attaching bolt may break or fall out, resulting in the vehicle suddenly pulling to one side, increasing the risk of a crash.","Chrysler will notify owners, and dealers will inspect and replace the track bar fasteners, as necessary, free of charge. The recall began on September 3, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N41." -07/02/2013,13V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V286000),"Kibbi, LLC",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,1,"Kibbi, LLC is recalling one model year 2013 Renegade KIT28TA trailer manufactured on April 12, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Kibbi will notify the owner and Dometic staff will replace the affected motor with one of a different design. The recall began during July 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -07/02/2013,13V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V290000),Farber Specialty Vehicles,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,10,"Farber Specialty Vehicles (Farber) is recalling certain 2012 Ford 550 Command Center vehicles. Due to a design change in the Dometic-brand power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Farber will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall ibegan on July 22, 2013. Owners may contact Farber at 1-800-331-3188 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -07/01/2013,13V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V285000),"Augusta RV, LLC",Unexpected Unfurling of the Awning,EQUIPMENT,13E-019,Vehicle,36,"Augusta RV, LLC is recalling certain model year 2013-2014 FLEX recreational trailers manufactured February 13, 2013, through April 9, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Augusta RV will notify owners during August 2013 and Dometic staff will replace the affected motors with motors of a different design. Owners may contact Augusta RV at 1-574-848-0200 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -07/01/2013,13V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V284000),"Monaco RV, LLC",Water Tank May Separate from Vehicle,EQUIPMENT,13001MRV,Vehicle,2250,"Monaco RV, LLC (Monaco) is recalling certain model year 2011 Holiday Rambler Campmaster and R-Vision Trail Cruiser; model year 2011-2012 R-Vision Onyx; model year 2011-2013 R-Vision Trail Light; model year 2012-2014 Holiday Rambler Aluma-Lite, Aluma-Lite Ultra and R-Vision Trail Sport and Trail-Lite Crossover; and model year 2013-2014 McKenzie Rainier Ascent and R-Vision Trail Lite Trek recreational vehicles. These vehicles were manufactured October 12, 2009, through March 15, 2013 and have the water tanks mounted under the floor within enclosed underbellies. The water tank mounting system may fail.","If the mounting system fails, the water tank may separate from the vehicle and become a road hazard, increasing the risk of a crash.","Monaco RV, LLC will notify owners and dealers will install a cross brace between the water tank and the mounting brackets, free of charge. The recall began on July 31, 2013. Monaco's recall number is 13001MRV. Owners may contact Monaco at 1-877-466-6226." -06/28/2013,13V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V276000),"Altec Industries, Inc.",Cracks May Develop in the Turntable,EQUIPMENT,CSN 582,Vehicle,50,Altec LLC (Altec) is recalling certain model year 2008-2009 ALTEC LLC/LIFT-ALL LSS aerial devices manufactured December 2008 through October 2009. Cracks may develop in the turntable.,"Cracks may result in failure of the aerial device, increasing the risk of personal injury to the worker or those nearby.","Altec will notify owners to inspect the turntable. A stiffener repair kit will be installed on the turntable, free of charge. The recall began during August 2013. Owners may contact Altec at 1-800-860-0183. Altec's recall number is CSN 582." -06/28/2013,13V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V277000),Starcraft RV,Incorrect Tire Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,36,"Starcraft is recalling certain model year 2014 Launch Ultra Light travel trailers manufactured April 1, 2013, through April 10, 2013. An incorrect cargo carrying capacity is printed on the RV Trailer Cargo Carrying Capacity Label and the Tire and Loading Information Placard. Thus, the trailers fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims for Passenger Cars.""","The vehicle could be loaded with the incorrect amount of cargo resulting in overloading of the tires which may lead to tire failure, increasing the risk of a crash.","Starcraft will notify owners, and dealers will replace the labels. The recall began during July 2013. Owners may contact Starcraft at 1-800-945-4787." -06/28/2013,13V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V279000),"BMW of North America, LLC",Side Stand Switch may come Loose,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,870,"BMW of North America (BMW) is recalling certain model year 2013 F700 GS and F800 GS motorcycles manufactured June 1, 2012, through October 18, 2012. The side-stand switch that prevents the engine from running while the side-stand is down may become damaged allowing the engine to run with the side-stand down.","The rider may start riding with the side-stand down, increasing the risk of a crash.","BMW will notify owners and dealers will secure the side-stand switch, free of charge. The recall began on August 8, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -06/28/2013,13V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V278000),Prevost Car (US) Inc.,Tail Lamp Intensity/FMVSS 108,EXTERIOR LIGHTING,SR13-53,Vehicle,27,"Prevost is recalling certain model year 2013 X3-45 Entertainer coach shells and certain model year 2014 X3-45 highway coaches manufactured October 9, 2012, through June 6, 2013. Improper voltage is being supplied to the tail lamps causing the brightness of the tail lamps to exceed the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Drivers may mistake exceedingly bright tail lamps to be brake lamps confusing following drivers about the intention to brake, increasing the risk of a crash.","Prevost will notify owners and dealers will update the lamp controller software to ensure the correct voltage is reaching the affected lamps, free of charge. The recall began on August 22, 2013. Prevost's recall number is SR13-53. Owners may contact Prevost at 1-336-393-2233." -06/28/2013,13V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V280000),"LDV, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,11,"LDV, Inc. is recalling certain 2012-2013 mobile specialty vehicles. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","LDV, Inc. will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began during July 2013. Owners may contact Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -06/27/2013,13V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V271000),"General Motors, LLC","Brakes May Lock Up/FMVSS 126, 135",ELECTRONIC STABILITY CONTROL,13184,Vehicle,4,"General Motors (GM) is recalling certain model year 2012 Chevrolet Volt vehicles manufactured March 1, 2012, through April 17, 2012. Due to a brake pressure modulator valve problem, the vehicles do not relieve brake pressure from the front brakes during an anti-lock brake system (ABS), electronic stability control (ESC), or traction control event. One or both front brakes may lock up and not release. Thus, these vehicles fail to conform to Federal Motor Vehicle Safety Standards (FMVSS) No. 126, ""Electronic Stability Control Systems""' and No. 135, ""Light Vehicle Brake Systems.""","If the brakes lock up it could cause a loss of steering control and/or a lengthened distance needed to stop the vehicle, increasing the risk of a crash.","General Motors will notify owners, and dealers will install a new brake pressure modulator valve free of charge. The recall is expected to begin July 12, 2013. Owners may contact Chevrolet at 1-866-694-6546. GM's recall number is 13184." -06/27/2013,13V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V275000),"Altec Industries, Inc.",Cracks May Develop in Square Pedestals,EQUIPMENT,CSN 580,Vehicle,220,"Altec Industries, Inc. (Altec) is recalling certain model year 2002-2010 AH75, AH85 and AH100 aerial devices equipped with square pedestals. In the affected vehicles, the aerial device may develop cracks between the pedestal and the unit subbase.","Cracks in the pedestal may cause the aerial device to fail, increasing the risk of personal injury.","Altec will notify owners informing them to inspect the pedestal and if any cracks are found, they will be repaired free of charge. The recall began on August 5, 2013. Owners may contact Altec at 1-800-860-0183. Altec's recall number is CSN 580." -06/27/2013,13V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V274000),Eldorado National-Kansas,Rear Shock Absorber Contacts Fuel Filler Neck,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,82,"Eldorado National-Kansas (ENK) is recalling certain model year 2011-2013 Amerivan Toyota Sienna vans manufactured February 17, 2011, through June 25, 2013. The fuel filler neck may contact the left rear shock absorber. This could damage the fuel filler neck.","If the shock makes contact with the fuel filler neck, it could damage the neck allowing it to leak gasoline vapors and result in a fire or explosion causing personal injury.","ENK will notify owners, and dealers will relocate the shock absorbers and add a spacer, free of charge. The recall began on July 12, 2013. Owners may contact Eldorado National-Kansas at 1-800-955-9086." -06/27/2013,13V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V272000),Logan Coach,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,2,"Logan Coach is recalling certain model year 2013 Razor 3-Horse Gooseneck trailers. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Logan Coach will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began during July 2013. Owners may contact Logan Coach at 1-800-742-7047 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -06/27/2013,13V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V281000),La Boit Specialty Vehicles Inc.,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,4,"La Boit Specialty Vehicles Inc. (La Boit) is recalling certain model year 2013 Mobile Services vehicles. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",La Boit will notify owners and Dometic staff will replace the affected motors with motors of a different design. A notification schedule has not yet been provided. Owners may contact La Boit at 1-800-776-9984 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -06/26/2013,13V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V270000),Ford Motor Company,Child Safety Lock may become Deactivated,LATCHES/LOCKS/LINKAGES,13S07,Vehicle,12569,"Ford Motor Company (Ford) is recalling certain model year 2013 Ford Explorer, Taurus, and Lincoln MKS vehicles manufactured November 29, 2012, through December 12, 2012. In the affected vehicles, with sufficient door openings and closings, the child safety locks may change from an activated position to a deactivated position without notice.","If the child lock is deactivated, the door could be unlocked and opened from the inside which could lead to personal injury to an unrestrained child.","Ford will notify owners, and dealers will test the safety locks. If necessary, the locks will be replaced free of charge. The recall began on August 2, 2013. Ford's recall number is 13S07. Owners may contact the Ford customer relationship center at 1-866-436-7332." -06/26/2013,13V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V266000),Shyft Group,Possible Inadvertant Airbag Deployment,AIR BAGS,NR (Not Reported),Vehicle,70,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain model year 2013 Metro Star and Gladiator emergency vehicles manufactured August 7, 2012, through June 6, 2013. Due to electrical signal fluctuations, the circuits in the restraints control module may become damaged. If damaged, the airbag or seat belt pretensioner may inadvertently deploy.","If the seatbelt pretensioner or the air bag inadvertently deploys while driving, it may result in personal injury or increase the risk of a crash.","Spartan Chassis will notify owners, and dealers will add a suppression device to reduce electrical signal fluctuations, free of charge. The recall began on July 19, 2013. Owners may contact Spartan Chassis at 1-517-543-6400." -06/26/2013,13V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V268000),Volvo Trucks North America,Redundant Clutch Disengagement Signal,POWER TRAIN,RVXX1303,Vehicle,23056,"Volvo Trucks North America (Volvo) is recalling certain model year 2007-2014 VAH, VHD, VNL, VNM, and VT models. The affected vehicles were built without a redundant clutch disengagement switch. Without a redundant switch, a loss of signal from the brake air pressure switch can prevent the clutch from automatically disengaging when the brake is applied.","Without a signal to disengage the clutch when the brakes are applied, the distance required to stop the truck may lengthen, increasing the risk of a crash.","Volvo Trucks will notify owners and dealers will inspect and repair the vehicles if necessary. The recall began on August 26, 2013. Volvo's recall number is RVXX1303. Owners may contact Volvo at 1-336-393-2000." -06/26/2013,13V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V273000),"Nu Wa Industries, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,1,"Nu Wa Industries Inc. (dba Kansas RV Center) is recalling one model year 2006 Hitchhiker Champagne Edition recreational vehicle. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Nu Wa Industries Inc. will notify the one owner and Dometic staff will replace the affected motor with a motor of a different design, free of charge. The notification was mailed to the owner on July 8, 2013. Owners may contact Nu Wa at 1-620-431-2088 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -06/26/2013,13V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V269000),Farber Specialty Vehicles,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,2,Farber Specialty Vehicles (Farber) is recalling one 2011 Ford Chassis Mobile Classroom and one 2012 Ford 550 Bomb Response Unit vehicle equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Farber will notify owners and Ricon will send owners a supplemental cover kit and instructions free of charge. The recall began on July 22, 2013. Owners may contact Farber at 1-800-331-3188 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com." -06/25/2013,13V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V265000),Thor Motor Coach,Battery Control Center Failure,ELECTRICAL SYSTEM,RC000077,Vehicle,7593,"Thor Motor Coach (Thor) is recalling certain model year 2006-2013 Windsport, model year 2006-2010 Magellan, model year 2007-2013 Hurricane, model year 2009-2013 Serrano and model year 2011-2013 A.C.E motorhomes. The motorhomes are equipped with an RV Custom Products Battery Control Center (BCC) which may experience a failure while the motorhome is in motion.","If the BCC fails, all power may be lost to the motorhome chassis, including all lighting, making the vehicle very difficult to operate, increasing the risk of a crash.","Thor will notify owners, and dealers will rewire the BCC free of charge. The recall began on July 30, 2013. Customers may contact Thor at 1-877-855-2867. Thor's recall campaign number is RC000077." -06/25/2013,13V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V264000),Hyundai Motor America,Occupant Detection System may Improperly Classify,AIR BAGS,Campaign 111,Vehicle,5200,"Hyundai Motor Company (Hyundai) is recalling certain model year 2012-2013 Azera vehicles manufactured May 22, 2012, through November 23, 2012. The occupant detection system may fail to properly differentiate whether the front passenger seat occupant is an adult, a child or a child restraint seat.","If the occupant is incorrectly classified, in the event of a crash necessitating airbag deployment, the airbag may deploy with greater or lesser force than appropriate, resulting in an increased risk of injury.","Hyundai will notify owners, and dealers will recalibrate the airbag system. The recall beagan on August 13, 2013. Hyundai's recall number is ""Campaign 111."" Owners may contact Hyundai at 1-800-633-5151." -06/25/2013,13V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V267000),"Evergreen Recreational Vehicles, LLC",Propane Cylinders May Rupture,EQUIPMENT,NR (Not Reported),Vehicle,185,"EverGreen Recreational Vehicles, LLC (EverGreen) is recalling certain model year 2010-2012 Ever-Lite, and Element travel trailers. The trailers are equipped with propane cylinders that may leak gas or rupture.","Leaking propane gas, in the presence of an ignition source, may result in a fire.","EverGreen will notify owners and dealers will replace the propane cylinder, free of charge. The recall began on July 19, 2013. Owners may contact Evergreen 1-574-825-4298." -06/24/2013,13V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V260000),Honda (American Honda Motor Co.),Power Window Switch may Overheat,VISIBILITY,JA6,Vehicle,143083,"Honda is re-recalling certain model year 2007-2008 Fit vehicles covered under previous recall 10V-033. The remedy applied in this earlier recall may have been insufficient. In the affected vehicles, over time, the plastic cover may separate from the master power window switch allowing water to enter the driver's window and reach the master power window switch. If the master power window switch is damaged as a result of the water intrusion, overheating and failure of the switch may result.","An overheated switch can cause smoke, melting and fire.","Honda will notify owners in July 2013 and will instruct owners to take their vehicles to dealers to have a free inspection conducted. If the switch is damaged, it will be replaced free of charge. If the switch is not damaged, the owner will be instructed to await a second notification that will instruct them to return to the dealer to have a replacement switch installed free of charge. Honda anticipates it will have sufficient parts inventory to notify owners of vehicles with undamaged switches to return to dealers for replacement switches in Fall 2013. Renotification was sent out to owners on July 23, 2014. Owners may contact Honda at 1-800-999-1009. Honda's recall number is JA6." -06/24/2013,13V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V262000),"Brammo, Inc.",Rear Tail May Separate from Bike,STRUCTURE,NR (Not Reported),Vehicle,87,"Brammo, Inc. (Brammo) is recalling certain model year 2013 Empulse motorcycles manufactured November 19, 2012, through June 18, 2013. The rear tail assembly bracket can fatigue and may allow the rear tail assembly to break off while riding.","If the rear tail assembly breaks off, it could contact the rear wheel, increasing the risk of a crash.","Brammo will notify owners, and dealers will replace the rear tail section assembly with a new version not susceptible to failure, free of charge. The recall began on July 25, 2013. Owners may contact Brammo at 1-541-482-9555." -06/24/2013,13V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V263000),Turtle Top,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,132,"Turtle Top is recalling certain model year 2007 through 2012 Odyssey, Terra Transport, and Van Terra vehicles manufactured September 1, 2006, through November 1, 2012, and equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.",Turtle Top will notify owners and Ricon will send owners a supplemental cover kit and instructions free of charge. This recall campaign will begin during July 2013. Owners may contact Turtle Top at 1-800-296-2105 or Ricon Customer Service at 1-800-322-2884 or by e-mail at recall.admin@wabtec.com. -06/21/2013,13V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V258000),Vermeer Manufacturing Company,Extended Trailer Stopping Distance/FMVSS 121,"SERVICE BRAKES, AIR",IK00-1843,Vehicle,14,"Vermeer Manufacturing Company (Vermeer) is recalling certain model year 2012-2013 R9X12T trailers manufactured May 25, 2012, through May 3, 2013. The air-brake booster valve was installed incorrectly, allowing the brake application time to exceed the permissable amount. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","The extra brake application time may result in extended stopping distances, increasing the risk of crash.","Vermeer will notify owners, and dealers will re-plumb the air brake booster valve, free of charge. The recall began on July 29, 2013. Owners may contact Vermeer at 1-641-628-3141. Vermeer's recall number is IK00-1843." -06/21/2013,13E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E035000),Sutrak USA,HVAC System Fuse Holder may cause Voltage Spikes,EQUIPMENT,NR (Not Reported),Equipment,154,"Sutrak USA (Sutrak) is recalling certain HVAC Systems manufactured May 2012 through May 2013 used in DART 39000 buses manufactured by North American Bus Industries, Inc. The fuse holder inside the HVAC may allow voltage spikes, which may damage electrical components.",Damage to electrical components may result in a fire.,"Sutrak has been working with the bus manufacturer and the affected fleet and will replace the fuse holders, free of charge. The recall is expected to begin in late June 2013. Owners may contact Sutrak at 1-303-287-2700." -06/21/2013,13V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V253000),Elkhart Coach,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,58,"Elkhart Coach (Elkhart) is recalling certain model year 2006-2012 Elkhart coach model shuttle buses manufactured November 2006, through July 2012. The affected buses are equipped with a Ricon manufactured wheelchair lift which may have an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and, if it does not have a nonconductive cover, or it has an improperly installed nonconductive cover, a short circuit may occur that could result in a fire.","Elkhart will notify owners and direct them to contact Ricon. Ricon will provide a supplemental cover kit with instructions, free of charge. The recall began during August 2013. Owners may contact Elkhart at 1-574-264-5179 ext. 113 or Ricon at 1-818-267-3000." -06/21/2013,13V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V261000),Mobility Works (WMK Inc.),Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,37,"Mobility Works is recalling certain model year 2006-2012 Ford E-150, E-250 and E-350 vehicles manufactured August 2006 through August 2012. The vehicles are equipped with certain Ricon S series and K Series wheelchair lifts with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and, if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, a short circuit may occur that could result in a fire.","Mobility Works will notify owners and Ricon will provide a supplemental cover kit and instructions, free of charge. This recall campaign is expected to begin July 15, 2013. Owners may contact Mobility Works at 1-877-275-4912 and Ricon at 1-818-267-3000." -06/20/2013,13V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V254000),"NABI Bus, LLC",HVAC Voltage Fuse Holder,ELECTRICAL SYSTEM,20135,Vehicle,100,"North American Bus Industries, Inc. (NABI) is recalling certain model year 2012-2013 40LFW and model year 2013 31LFW transit buses manufactured October 5, 2012, through May 15, 2013 and equipped with a rear mount Sutrak electric HVAC. The fuse holder inside the HVAC may allow voltage spikes, which may damage electrical components.",Damage to electrical components may result in a fire.,"NABI will notify the fleet owner of the affected buses and dealers will replace the cables and fuse holders for the HVAC system, free of charge. The recall began on July 19, 2013. NABI's recall number is 20135. Owners may contact NABI at 1-256-831-4296." -06/20/2013,13V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V255000),"Mitsubishi Motors North America, Inc.",Panoramic Glass Roof May Detach,VISIBILITY,SR-13-007,Vehicle,3181,"Mitsubishi Motors North America, Inc. (MMNA) is recalling certain model year 2011 Outlander Sport vehicles manufactured August 26, 2010, through March 29, 2011. The panoramic glass roof may have been installed without primer being applied before the adhesive.","Without primer being used, the panoramic glass roof may have reduced adhesion, possibly allowing the glass roof to detach from the vehicle, resulting in a road hazard to other vehicles.","MMNA will notify owners and dealers will inspect the panoramic glass to see if primer was installed. If primer is not present, the glass will be reinstalled. The recall began on July 8, 2013. MMNA's recall number is SR-13-007. Customers may contact MMNA at 1-888-648-7820." -06/20/2013,13V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V257000),Zero Motorcycles Inc.,Water may Penetrate Battery resulting in Leakage,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,128,"Zero Motorcycles Inc. (Zero) is recalling certain model year 2013 FX motorcycles manufactured January 28, 2013, through May 21, 2013; and model year 2013 XU motorcycles manufactured January 16, 2013, through May 20, 2013. A manufacturing defect with the sealant material in the battery may allow water to penetrate the battery and contact the cells.","Water penetration into the battery may lead to corrosion of the cells, possibly resulting in a rapid temperature increase and off-gassing of the cells' electrolyte which may cause a burn to the rider.","Zero will notify owners and dealers will replace the battery modules, free of charge. The recall began on June 26, 2013. Owners may contact Zero motorcycles at 1-888-786-9376." -06/20/2013,13V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V256000),Collins Bus Corporation,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,17,"Collins Bus Corporation (Collins) is recalling certain model year 2006-2007 Mid Bus CSD-7450R-C buses manufactured September 11, 2006, through October 25, 2007 and equipped with a Ricon wheelchair lift with an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Collins will notify owners and instruct them to take their vehicle to their Mid Bus dealer where it will be inspected. If needed, Ricon will provide a supplemental cover kit and instructions free of charge. The recall began on July 3, 2013. Owners may contact Collins at 1-800-533-1850 ext. 424, or Ricon at 1-800-322-2884." -06/19/2013,13V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V259000),Isuzu Motors Limited,Extension Cord for Oil Pan Heater may Overheat,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1774,"Isuzu Manufacturing Services of America, Inc. (Isuzu) is recalling certain model year 2001-2013 Isuzu N-Series; model year 2001-2010 Chevrolet and GMC W-Series; model year 2001-2004 Isuzu FRR and model year 2001-2004 Chevrolet and GMC WT5500 trucks. The affected vehicles are equipped with an optional oil pan heater (RPO code IG3). Debris may collect at the contact point of the heater plug and the extension cord. This may cause overheating of the extension cord.","Overheating of the extension cord could melt the oil pan heater plug and/or block heater plug, resulting in an increased risk of fire.","Isuzu will notify owners and dealers will inspect the trucks. The extension cord and damaged components will be replaced, free of charge. The recall began on August 30, 2013. Owners may contact Isuzu at 1-866-441-9638." -06/19/2013,13V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V252000),"Chrysler (FCA US, LLC)",Post-Collision Fire after Rear Impact,"FUEL SYSTEM, GASOLINE","N45, N46",Vehicle,1560000,Chrysler Group LLC (Chrysler) is recalling certain model year 1993-1998 Jeep Grand Cherokee and 2002-2007 Jeep Liberty vehicles. The fuel tanks in these vehicles are at risk of failure and leakage in certain rear impacts.,A fuel leak in the presence of an ignition source may result in a fire.,"Owners may take their vehicles to dealers and the dealers will perform a free inspection of the rear structure. On vehicles in the recall that are not equipped with a tow hitch, Chrysler will install a Chrysler designed tow hitch free of charge, provided the condition of the vehicle can support proper installation. On vehicles in the recall that are equipped with an aftermarket tow hitch, Chrysler will assess whether the hitch and surrounding areas show evidence of sharp edges or other puncture risks. If so, Chrysler will replace the tow hitch with a Chrysler designed tow hitch free of charge, provided the condition of the vehicle can support proper installation. On vehicles already equipped with a Chrysler designed tow hitch, Chrysler will inspect the area around the tow hitch installation, and if any installation issues are identified, they will be repaired free of charge. The recall began on August 1, 2014. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign numbers are N45 (for the Grand Cherokee vehicles) and N46 (for the Liberty vehicles)." -06/19/2013,13E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E034000),Ohlins Racing AB,"Steering Damper Bracket may Fail, Locking Steering",EQUIPMENT,NR (Not Reported),Equipment,801,Ohlins Racing AB (Ohlins) is recalling certain steering dampers manufactured with an incorrectly machined bracket. These dampers were sold for use as aftermarket equipment on BMW S1000RR and R1200R motorcycles. The affected brackets may crack.,"If there is a crack in the steering bracket, as low speeds it may cause the steering to lock, leading to personal injury or a crash.","Ohlins will notify the distributors and provide their customers with a new bracket. The recall began on July 2, 2013. Owners may contact Ohlins USA at 1-828-692-4525." -06/18/2013,13V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V251000),"Forest River, Inc.",Battery Isolation Manager Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,289,"Forest River, Inc. (Forest River) is recalling certain model year 2014 Sunseeker, Forester, Lexington, and Solera motorhomes manufactured between April 1, 2013, through May 21, 2013. The battery isolation manager (BIM) can develop a short circuit.","A short circuit may result in smoke, melting or a fire.",Forest River will notify owners and will replace the BIM. The recall is expected to begin during July 2013. Owners may contact Forest River Customer Service at 1-574-206-7600. -06/14/2013,13V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V249000),"Tesla, Inc.",Seat Back Mounting may Fail,SEATS,NR (Not Reported),Vehicle,1228,"Tesla Motors, Inc. (Tesla) is recalling certain model year 2013 Model S electric vehicles manufactured May 10, 2013, through June 8, 2013. An improper method for aligning the left hand seat back striker to the bracket may have weakened the weld between the bracket and the frame of the vehicle.","In the event of a crash, the left hand seat back may not stay mounted, increasing the risk of injury to passengers.","Tesla will notify owners, and Tesla Service Centers will inspect the left hand second row strikers. Tesla will add additional mounting hardware to ensure a proper joint between the bracket and the frame, free of charge. The recall began on June 24, 2013. Owners may contact Tesla at 1-650-681-5000." -06/13/2013,13V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V246000),Honda (American Honda Motor Co.),Brake Booster may have a Vacuum Leak,"SERVICE BRAKES, HYDRAULIC","JA4, JA5",Vehicle,18352,"American Honda Motor Co., Inc. (Honda) is recalling certain model year 2006 Acura RSX vehicles manufactured January 18, 2006, through August 12, 2006; and model year 2006-2007 Honda S2000 vehicles manufactured January 19, 2006, through November 13, 2006. The brake booster may be unable to maintain a vacuum when the brake pedal is depressed, decreasing brake assist.","With reduced braking assistance, the vehicle may require additional brake pedal force to prevent a lengthened stopping distance, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect the brake booster assembly. If necessary, the dealers will replace the booster assembly free of charge. The recall is expected to begin during July 2013. Owners may contact Honda at 1-310-783-2000. Honda's recall number is JA4. Acura's recall number is JA5." -06/13/2013,13V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V247000),"NABI Bus, LLC",Brake Pedal Not Secured,"SERVICE BRAKES, AIR",20134,Vehicle,515,"North American Bus Industries, Inc. (NABI) is recalling certain model year 2003-2013 45CLFW and 2013 40CLFW transit buses manufactured November 1, 2008, through June 7, 2013. The air brake pedal mounting may become loose during application of the brake pedal.","If the brake pedal comes loose during use, the driver may not be able to apply the brakes as expected and required, increasing the risk of a crash.","NABI will notify owners and inspect and repair the buses, free of charge. The recall began July 10, 2013. Owners may contact NABI at 1-256-241-1298. NABI's recall number is 20134." -06/13/2013,13V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V248000),"General Motors, LLC",Driver's Master Power Window Switch,ELECTRICAL SYSTEM,12180,Vehicle,193652,"General Motors (GM) is recalling certain model year 2005-2007 SAAB 9-7x; 2006 Chevrolet Trailblazer EXT and GMC Envoy XL; and 2006-2007 Chevrolet Trailblazer, GMC Envoy, Buick Rainier and Isuzu Ascender vehicles. Fluid may enter the driver's door module, causing corrosion that could result in a short in the circuit board. A short may cause the power door lock and power window switches to function intermittently or become inoperative. The short may also cause overheating, which could melt components of the door module, producing odor, smoke, or a fire.","A short in the circuit board could lead to a fire, increasing the risk of personal injury. A fire could occur even while the vehicle is not in use. As a precaution, owners are advised to park outside until the remedy has been made.","Owners will be contacted and dealers will test the driver's door module. If the module is functioning properly, a protective coating will be applied. If the module is not functioning properly, it will be replaced. These repairs will be done free of charge. GM will notify Buick, Chevrolet, and GMC owners, Isuzu and Saab will contact their respective owners. The recall began on August 2, 2013. Buick owners may contact the owner center at 1-800-521-7300, Chevrolet owners at 1-866-694-6546, GMC owners at 1-866-996-9463, Isuzu owners at 1-800-255-6727, and Saab owners at 1-800-955-9007. GM's campaign number is 12180. This recall is an expansion of recall 12V-406." -06/13/2013,13V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V250000),Temsa,Seats may come Loose,SEATS,NR (Not Reported),Vehicle,256,Temsa Global is recalling certain model year 2011-2013 TS35C motorcoach buses manufactured November 2010 through May 2013 and 2012-2013 TS30 motorcoach buses manufactured November 2011 through April 2013 and equipped with 3-point seat belts. The bolts used for the installation of the seat were tighted over their torque specification which may cause the bolts to fail.,"In the event of a crash, the bolts may break, failing to properly anchor the seat, increasing the risk of injury.","Temsa Global will notify owners and dealers will replace the existing bolts with new ones. The recall began on July 9, 2013. Owners may contact CH Bus Sales at 1-407-271-8935." -06/12/2013,13V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V245000),"McNeilus Truck & Manufacturing, Inc.",Fenders may Detach from Concrete Mixers,STRUCTURE,41-0967369,Vehicle,978,"McNeilus Truck and Manufacturing, Inc. (McNeilus) is recalling certain Bridgemaster V Concrete Mixers equipped with Hendrickson trailer axles using a square axle cross tube, produced between September 9, 2011 and May 8, 2013. In the affected vehicles, the fender may be insufficiently tightened to the trailing axle and the fender mounting bracket can crack and fail potentially resulting in the fender and/or fender tube detaching from the axle.","If components of the fender detach from the vehicle, it may create a road hazard, increasing the risk of a crash.","McNeilus will notify owners, and service facilities will replace the fender brackets and new mounting hardware, free of charge. The recall began on July 5, 2013. Owners may contact McNeilus at 1-888-686-7278 or by email at mtmrefuseservice@mcneilusco.com. McNeilus's recall number is 41-0967369." -06/11/2013,13C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13C002000),"Combi USA, Inc.",Child Restraint Webbing/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,33139,"Combi USA, Inc. (Combi) is recalling certain model 8220 (Coccoro) child restraints manufactured January 6, 2009, through December 5, 2012; model 8836 (Zeus 360) child restraints manufactured February 25, 2009, through May 24, 2012; and model 8815 (Zeus Turn) manufactured from July 15, 2007, through March 25, 2009. The harness webbing fails to meet minimum breaking strength requirements. Thus, these child seats fail to comply to Federal Motor Vehicle Safety Standard No. 213, ""Child Restraint Systems.""","In the event of a crash, a child may not be remain adequately secured, increasing the risk of injury.",Combi will notify registered owners and provide free harness replacement kits along with repair instructions. The recall began during January 2014. Owners may contact Combi at 1-800-543-7734 or visit their website at www.combi-intl.com. The seats can continue to be used until the kits are made available. -06/11/2013,13V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V244000),PACCAR Incorporated,Truck May Start While in Gear,ELECTRICAL SYSTEM,13KWH,Vehicle,4,"PACCAR is recalling certain model year 2014 Kenworth T470 and T800 trucks manufactured January 1, 2013, through January 22, 2013. A parameter in the Electronic Service Analysis (ESA) tool was mistakenly switched to disable the start-in-gear protection feature. Because of this, the vehicles may be started when the automatic transmission is in gear.","If the vehicle is started while it is in gear, it may move unexpectedly, increasing the risk of a crash.","PACCAR will notify owners and dealers will correct the ESA parameter, free of charge. The recall began on June 27, 2013. PACCAR's recall number is 13KWH. Owners may contact PACCAR at 1-425-468-7400." -06/10/2013,13V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V242000),Shyft Group,Incorrect Wheel Bearings may cause Wheel Fire,SUSPENSION,13-009,Vehicle,75,"Spartan Motors, Inc. (Spartan) is recalling certain model year 2012-2013 K2, K3, and MM motor homes manufactured March 2, 2012, through July 30, 2012 and equipped with a 1660 independent front suspension supplied by Reyco Granning. The motor homes may have incorrect wheel bearings installed in the front suspension.","Incorrect wheel bearings may cause the vehicle to pull to one side and with continued use, there is a risk of a fire starting at the wheel.","Spartan will notify owners and dealers will inspect the bearings and replace them, as needed, free of charge. The recall began on July 8, 2013. Owners may contact Spartan at 1-517-543-6400. Spartan's campaign number is 13-009." -06/10/2013,13V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V243000),PACCAR Incorporated,Misaligned Tread Plate may cause a Slip,EQUIPMENT,13KWG,Vehicle,19,"PACCAR is recalling certain model year 2013-2014 T440 trucks manufactured July 19, 2012, through March 20, 2013. The tread plate is installed on the entry steps such that it does not align with the cab door opening. As such, it leaves a section of the step without sufficient slip prevention.",The absence of a slip-resistant surface could cause a person to slip and become injured while climbing into or out of the cab.,"PACCAR will notify owners and dealers will install a new step assembly free of charge. The recall began July 19, 2013. PACCAR's recall number is 13KWG. Owners may contact PACCAR at 1-425-468-7400." -06/10/2013,13T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T005000),"Giti Tire (USA), Ltd.",Possible Split in Tire/Rapid Air Loss,TIRES,NR (Not Reported),Tire,218,"GITI Tire Company Ltd. (GITI) is recalling certain Runway P235/60 R16 Enduro 816 tires manufactured in the second week of 2013 (DOT code 0213). Due to a tire mold issue, the tires may develop splits in the shoulder.","The tires may experience rapid air loss while driving, possibly resulting in tire failure and increasing the risk of a crash.","GITI will notify owners and dealers will replace the tires, free of charge. The recall began on June 24, 2013. Owners may contact GITI Tire at 1-866-488-4737." -06/07/2013,13E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E033000),"Kuryakyn Holdings, LLC",Backrest May Separate from Motorcycle,SEATS,NR (Not Reported),Equipment,386,"Kuryakyn Holdings, LLC (Kuryakyn) is recalling certain model 1660 (chrome finish) motorcycle backrests manufactured from March 2012 to May 2013; and model 1661 (black and chrome finish) motorcycle backrests manufactured from August 2012 to May 2013. The backrest pivot screws may come loose and cause the backrest to separate from the motorcycle.","If the backrest separates while the motorcycle is in motion it could cause the rider to lose control and possibly fall off, increasing the risk of injury. Additionally, the separated backrest may be a road hazard.","Kuryakyn will notify customers and instruct them to visit their nearest motorcycle dealer to have replacement screws installed. The service will be done at no cost to the owner. The recall began on June 13, 2013. Owners may contact Kuryakyn at 1-866-296-4728." -06/07/2013,13E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E031000),"Mitsubishi Motors North America, Inc.",Replacement Battery may cause Stall,ELECTRICAL SYSTEM,SR-13-006,Equipment,2,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain replacement lithium-ion batteries installed on certain 2012 Mitsubishi i-MiEV vehicles. The batteries were manufactured December 18, 2012, through December 21, 2012. The batteries may have internal contamination possibly causing reduced voltage. Also, the batteries may also develop a short-circuit during charging.","Internal contamination of the battery may cause reduced voltage resulting in a stall-like condition, increasing the risk of a crash.","Mitsubishi will notify the owners instructing them to take their vehicle to a dealer where the batteries will be replaced free of charge. The recall began on June 14, 2013. Owners may contact Mitsubishi at 1-800-222-0307. Mitsubishi's recall number is SR-13-006." -06/05/2013,13V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V235000),Toyota Motor Engineering & Manufacturing,Contaminated Brake Fluid,SERVICE BRAKES,NR (Not Reported),Vehicle,87060,"Toyota is recalling certain model year 2010 Prius vehicles manufactured March 31, 2009, through October 9, 2009; and model year 2010 Lexus HS250h vehicles manufactured June 19, 2009, through October 9, 2009. Nitrogen gas from a component of the brake booster pump assembly could leak into the brake fluid.","As nitrogen is released into the brake fluid, the brake pedal may have reduced hydraulic pressure. Under certain circumstances, this condition could affect stopping distance and increase the risk of a crash.","Toyota will notify owners, and dealers will replace the affected brake booster pump assemblies. The recall began on August 7, 2013. Owners may contact Toyota at 1-800-331-4331." -06/05/2013,13E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E032000),Stoneridge Inc.,Ignition Switch may cause Unintended Engine Start,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,5479,"Stoneridge Inc. (Stoneridge) is recalling certain ignition switches, part numbers 31-110, 31-397, 31-400, 31-322, 31-409, 31-458, 31-498-01P, and 31-610, all with date code 183. The ignition switch may contain an internal defect that may cause the starter to engage when a key is partially inserted, before the key is turned.","Unintended engine startup could cause injury to a person working in the engine compartment. Additionally, vehicles with standard transmissions may experience unexpected movement, which may result in personal injury or a crash.","Stoneridge will replace the ignition switches, free of charge. The recall began during May 2013. Owners may contact Stoneridge at 1-781-830-0340." -06/04/2013,13V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V241000),"Jayco, Inc.",Converter Missing Ground/Possible Risk of Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"Jayco is recalling certain model year 2014 White Hawk travel trailers manufactured May 17, 2013, through May 21, 2013. The A/C to D/C converter may not be properly grounded to the frame.","If the converter is not properly grounded to the frame, there may be an excessive buildup of heat and melting of the wiring, possibly resulting in a fire.","Jayco will notify owners and dealers will inspect the wiring for the converter. If needed, they will add the provided ground wire, free of charge. The recall began on June 21, 2013. Owners may contact Jayco at 1-800-283-8267." -06/04/2013,13V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V233000),"Chrysler (FCA US, LLC)",Delayed Deployment or Non-Deployment of Airbags,AIR BAGS,N01,Vehicle,254396,"Chrysler Group LLC (Chrysler) is recalling certain model year 2010-2012 Jeep Compass and Patriot vehicles manufactured May 6, 2008, through July 20, 2012. The affected vehicles have a software error which may result in a delayed deployment or non-deployment of the seatbelt pre-tensioners and/or side airbags.","In the event of a rollover necessitating airbag deployment, the software error can lead to a delayed deployment or non-deployment of the side curtain airbag and/or seatbelt pre-tensioners. As a result, vehicle occupants have an increased risk of injury in a crash.","Chrysler will notify owners, and dealers will correct the software free of charge. The recall began June 21, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall number is N01." -06/04/2013,13V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V238000),"Chrysler (FCA US, LLC)",Engine may Stall in Cold Temperatures,POWER TRAIN,N32,Vehicle,12872,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Dart vehicles manufactured March 1, 2012, through February 28, 2013 and equipped with a 1.4L MultiAir turbo engine and dual dry clutch transmission. These vehicles may experience an engine stall when the temperature is 20 degrees Fahrenheit or colder.",If the engine stalls while driving it may increase the risk of a crash.,"Chrysler will notify owners, and dealers will reprogram the powertrain control module, free of charge. The recall began on July 22, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N32." -06/04/2013,13V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V231000),"Navistar, Inc.",Front Brake S-Cams may Fracture,SERVICE BRAKES,12530,Vehicle,7756,"Navistar is recalling certain model year 2012-2013 International brand ProStar and TranStar commercial trucks, manufactured from August 01, 2011, through July 10, 2012, and equipped with front brake linings listed as feature codes 0504501, 0504504, or 04EWM. The brake S-Cam tube bracket assemblies on the steer axles may fracture.",Brake assembly fractures may result in an inoperative brake on the affected wheel. This will cause the vehicle to pull to one side unexpectedly during breaking and/or increase the stopping distance. Either result may increase the risk of a vehicle crash.,"Navistar has already notified all affected owners about the defect during the course of the 2012 campaign that did not launch due to parts delays. The remedy began on September 12, 2013. Dealers will replace the S-Cam tube bracket assemblies, free of charge. Owners may contact Navistar at 1-800-448-7825. Navistar's number for this recall is 12530. This recall supersedes recall 12V-546." -06/04/2013,13V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V239000),"Chrysler (FCA US, LLC)",Front Drive Shaft Fracture/Possible Loss of Power,POWER TRAIN,N26,Vehicle,5622,"Chrysler Group LLC (Chrysler) is recalling certain model year 2012 RAM 4500 and 5500 trucks manufactured February 2, 2012, to December 22, 2012. Due to a welding issue with the front axle carrier, the front drive shaft may fracture and result in a loss of motive power and damage to surrounding components if the shaft continues to spin.","Damage to other components, or sudden loss of drive power may increase the risk of a crash.","Chrysler will notify owners, and dealers will replace or repair the front axle assembly, free of charge. The recall began on May 1, 2014. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N26." -06/04/2013,13V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V240000),"Chrysler (FCA US, LLC)",High Beam Headlamp Shutter/FMVSS 108,EXTERIOR LIGHTING,N33,Vehicle,1069,"Chrysler is recalling certain model year 2013 Ram 2500 and 3500 trucks manufactured January 7, 2013, through February 28, 2013 and equipped with optional premium headlamps. The headlamp shutters may function improperly when in high-beam mode. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""",Improper headlight shutter function during high beam use may reduce the drivers visibility and possibly blind oncoming traffic. Either condition may increase the risk of crash.,"Chrysler will notify owners, and dealers will reconfigure the Central Body Controller, free of charge. The recall began July 30, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N33." -06/04/2013,13V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V237000),"Chrysler (FCA US, LLC)",No Warning of Turn Signal Malfunction/FMVSS 108,EXTERIOR LIGHTING,N35,Vehicle,17411,"Chrysler is recalling certain model year 2013 Ram 1500, 2500, and 3500 trucks manufactured September 9, 2012, through March 5, 2013 and equipped with optional premium tail lamps. In the affected vehicles, the turn signal indicator may not flash at a double rate to give a notification to the driver of a turn signal malfunction. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""","Without a warning that the turn signal is malfunctioning, the driver would continue to use the vehicle, unaware that other drivers on the road are not being notified that the vehicle is turning, increasing the risk of a crash.","Chrysler will notify owners, and dealers will reprogram the Central Body Controller software, free of charge. The recall began June 27, 2013. Owners may contact Chrysler at 1-800-853-1403. Chrysler's recall campaign number is N35." -06/04/2013,13V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V236000),"Mercedes-Benz USA, LLC",Occupant Classification System,AIR BAGS,NR (Not Reported),Vehicle,71,"Mercedes-Benz (Mercedes) is recalling certain model year 2013 SLK250 and SLK350 vehicles manufactured October 9, 2012, through November 20, 2012. These vehicles are equipped with an occupant classification system (OCS) that may not correctly differentiate between a child seat or a very light person being in the front passenger seat.","If the OCS incorrectly classifies a very light person as being a child seat, in the event of a crash necessitating airbag deployment, the system would deactivate the passenger airbag, increasing the risk of injury.","Mercedes will notify owners, and dealers will replace the passenger side seat cushion including the OCS. The recall began on July 26, 2013. Owners may contact Mercedes at 1-201-573-0600." -06/04/2013,13V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V234000),"Chrysler (FCA US, LLC)",Possible Transmission Fluid Leak,POWER TRAIN,N28,Vehicle,180131,"Chrysler Group LLC (Chrysler) is recalling certain model year 2012-2013 Jeep Wrangler vehicles equipped with a 3.6L engine and an automatic transmission and manufactured January 23, 2011, through February 23, 2013. The power steering line may contact and wear a hole in the transmission oil cooler line resulting in a loss of transmission fluid.",A loss of transmission fluid may result in a loss of transmission function which may increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the power steering return tube assembly, free of charge. The recall began on September 23, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N28." -05/31/2013,13V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V230000),Ford Motor Company,Electrical Insulation Cracking on Engine Heater,ELECTRICAL SYSTEM,13S05,Vehicle,107,"Ford is recalling certain model year 2013 Lincoln MKZ vehicles manufactured April 25, 2012, through March 15, 2013 and equipped with an engine block heater. During use, the engine block heater cords may be bent and in certain temperatures, the wire insulation may crack, exposing the electrical wires.",Exposed electrical wires increase the risk of electric shock.,"Ford will notify owners, and dealers will replace the block heater cord, free of charge. The recall began on June 28, 2013. Ford's recall number is 13S05. Owners may contact the Ford customer relationship center at 1-866-436-7332." -05/31/2013,13V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V227000),Ford Motor Company,Fuel Delivery Module may Crack And Leak,"FUEL SYSTEM, GASOLINE",13S04,Vehicle,390783,"Ford is recalling certain model year 2013 Explorer, Taurus, Flex, Fusion, Police Interceptor Sedan and Police Interceptor Utility vehicles; and certain model year 2013 Lincoln MKS, MKT, and MKZ vehicles. In the affected vehicles, the fuel delivery module may develop a crack, allowing fuel to leak.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners, and dealers will replace the fuel delivery module, free of charge. The recall began on July 20, 2013. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332. Ford's recall campaign number is 13S04." -05/31/2013,13V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V232000),Ford Motor Company,Reduced Steering Control,STEERING,13S06,Vehicle,20,"Ford is recalling certain model year 2013 Fusion vehicles manufactured April 19, 2013, through April 23, 2013. The steering gears may be missing an internal retaining clip. If the clip is missing, components inside the steering gear may become dislodged inside the gear assembly.","This could result in impaired steering, including the loss of steering control, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the steering gear, free of charge. The recall began on June 17, 2013. Ford's recall number is 13S06. Owners may contact the Ford customer relationship center at 1-866-436-7332." -05/30/2013,13V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V229000),CODA Automotive,Curtain Side Air Bag Improperly Manufactured,AIR BAGS,R84002,Vehicle,117,CODA Automotive (CODA) is recalling certain model year 2012 CODA vehicles. The side curtain airbags may have been improperly rolled during production which could cause the airbag to not deploy as intended.,"In the event of a crash necessitating side curtain airbag deployment, the side curtain airbags may fail to deploy as intended, increasing the risk of injury.","This recall supersedes a previous recall conducted by CODA, 12V-409. All owners, including owners involved in the previous campaign, will be notified and instructed to go to CODA dealers to have both side curtain airbags replaced free of charge. The safety recall began on June 11, 2013. Owners should contact their dealer for more information. CODA Automotive's recall campaign number is R84002." -05/29/2013,13V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V224000),"Altec Industries, Inc.",Battery Cable may Short,ELECTRICAL SYSTEM,CSN 565,Vehicle,761,"Altec Industries, Inc. is recalling certain model year 2010-2012 AT200A, AT235/235P, AT237, AT248F, AT35/37-G, and AT40-G aerial devices built on Ford F550 chassis with a gross vehicle weight rating of 19,500lbs. The battery cable going to the unit auxiliary functions could be damaged and possibly short to ground.","If the battery cable shorts to ground, it may overheat, resulting in a fire.","Altec began notifying affected owners on April 24, 2013. Dealers will re-route the auxiliary function battery cables. Owners may contact Altec at 1-800-860-0183. Altec's recall number is CSN 565." -05/29/2013,13E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E026000),Brake Parts Inc.,Brake Master Cylinder Fluid Indicator Switch,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,624,"Brake Parts Inc. (BPI) is recalling certain Hydro-Max brake master cylinders branded as Raybestos p/n MC390565, NAPA p/n 390565, Carquest p/n E151557, and GM AC Delco p/n 18M870. These cylinders contain a 2.0 inch bore and 84 cubic inch reservoir equipped with a brake fluid level indicator switch and without a differential pressure switch, manufactured between July 1, 2011 and April 12, 2012. The brake fluid level indicator (FLI) may not properly detect a low brake fluid level situation and warn the driver.","If the brake system develops an external leak, it may result in a loss of brake fluid below the detection level of the fluid indicator switch. Without a warning, the driver may be unaware that the brake fluid level is low. A low brake fluid level may reduce the available braking force which could lengthen the required stopping distance and increase the risk of a crash.",BPI will notify customers and replace the fluid level indicator switch free of charge. The recall began in June 2013. Owners may contact BPI at 1-815-363-9000. -05/29/2013,13V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V226000),Blue Bird Body Company,Incorrectly Adjusted Brake Light Switches,EXTERIOR LIGHTING,R13WG,Vehicle,346,"Blue Bird is recalling certain 2014 model year Blue Bird conventional (Vision) model school buses manufactured from March 11, 2013 through April 29, 2013 and equipped with Ford propane engines. On the subject buses, the brake light switches may not have been adjusted properly.",Misadjusted brake light switches may result in one of the following occurrences: the brake lights may remain illuminated after the brake pedal has been released; the brake lights may be delayed in illumination after the brake pedal has been depressed. Either condition may increase the risk of a crash.,"Blue Bird will notify owners, and dealers will inspect the adjustment of the brake light switch. Any brake light switch found not properly adjusted will be replaced. This work will be performed free of charge. The recall began on June 20, 2013. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's number for this recall is R13WG." -05/29/2013,13E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E029000),Motovan Corporation,Insufficient Helmet Thickness/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,198,"Motovan Corporation is recalling certain Zox Old School Motorcycle Helmets, size XL, manufactured in December 2008. During testing, the affected helmets failed to conform to the impact attenuation and penetration requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.",Motovan will attempt to notify owners via motorcycle consumer magazines since they have no record of the owners. The remedy for this recall campaign is still under development. Customers may contact Motovan at 1-450-449-3903. -05/29/2013,13V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V228000),Aston Martin The Americas,Throttle Pedal Arm May Break,VEHICLE SPEED CONTROL,RA-03-0016,Vehicle,689,"Aston Martin is recalling certain model year DB9, Virage, V8 Vantage, V12 Vantage, and Rapide vehicles manufactured from May 14, 2012, through April 10, 2013. Due to a manufacturing error, the throttle pedal arm may break.","If the throttle pedal arm breaks, the engine will return to idle and the driver will be unable to maintain or increase engine speed, increasing the risk of a crash.","Aston Martin will notify owners, and dealers will replace the throttle pedal assemblies. The recall began July 19, 2013. Owners may contact Aston Martin customer service by calling 1-888-923-9988. Aston Martin's recall number is RA-03-0016." -05/28/2013,13V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V221000),"New Flyer of America, Inc.",Engine May Start Unexpectedly,ELECTRICAL SYSTEM,R13-014,Vehicle,188,"New Flyer Industries is recalling certain model year 2012 XD35 and XD40, model year 2013 XD60, XDE40 and XDE60 and model year 2012-2013 XN40 and XN60 transit buses. In the affected buses, the push-to-start button switch may have a weak return spring, allowing the engine to start unexpectedly.","If the engine starts without warning, there is an increased risk for injury to persons working on or near the engine.","New Flyer will notify owners, and dealers will inspect and replace the switches free of charge. The recall began June 19, 2013. Owners may contact New Flyer customer service at 1-204-224-6706. New Flyer's recall number is R13-014." -05/28/2013,13V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V223000),"Triumph Motorcycles America, Ltd.",Fuel Tank may Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,513,"Triumph Motorcycles Ltd, (Triumph) is recalling certain model year 2012-2013 Trophy and Trophy SE motorcycles manufactured September 2012 through March 2013. The two layers used in the construction of the fuel tank may have failed to adhere, which may result in a fuel leak.","If the fuel tank leaks, the unexpected fuel loss may lead to an engine stall while riding, increasing the risk of a crash. A fuel leak in the presence of an ignition source may also result in a fire.","Triumph will notify owners, and dealers will replace the fuel tank. The recall began on June 7, 2013. Owners may contact Triumph customer service at 1-888-283-5288." -05/28/2013,13V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V222000),PACCAR Incorporated,Ignition Switch may cause Unintended Engine Start,ELECTRICAL SYSTEM,"13KWF, 0513-E",Vehicle,1773,"PACCAR is recalling certain model year 2014 Kenworth T170, T270, T370, T470, T660, T680, T800, T880, and W900 trucks manufactured May 6, 2013, through May 17, 2013; and model year 2014 Peterbilt 330, 337, 348, 365, 367, 382, 384, 386, 388, 389, 389K, 567, 579 and 587 trucks manufactured May 1, 2013 through May 17, 2013. An internal defect in the ignition switch causes the starter to engage when a key is partially inserted, before the key is turned.","Unintended engine startup could cause injury to a person working in the engine compartment. Vehicles with standard transmissions may experience unexpected movement, which may result in personal injury or a crash.","PACCAR will notify owners, and dealers will replace affected ignition switches, free of charge. The recall began on June 14, 2013. Owners may contact Kenworth at 1-425-828-5000 or Peterbilt at 1-940-591-4000. Kenworth's recall campaign number is 13KWF. Peterbilt's recall campaign number is 0513-E." -05/24/2013,13V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V220000),"General Motors, LLC",Brake Lights Flashing Intermittently/FMVSS 108,ELECTRICAL SYSTEM,13158,Vehicle,10210,"General Motors LLC (GM) is recalling certain model year 2013 Cadillac ATS and model year 2013 Cadillac XTS; model year 2014 Chevrolet Impala; and 2013 Chevrolet Sonic vehicles. Originally, in May 2013, GM recalled 1,627 model year 2013 Cadillac ATS and model year 2013 Cadillac XTS; and model year 2014 Chevrolet Impala vehicles. In October 2013, GM informed the agency that it was adding model year 2013 Chevrolet Sonic vehicles to this campaign , representing an additional 8,050 units. The total number of vehicles being recalled is now 9,677. On the affected vehicles, the brake lamps may intermittently flash without the brakes being applied and the cruise control may disengage. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, reflective devices, and associated equipment.""","If the brake lamps flash when the vehicle is not slowing, a following driver may not adjust vehicle speed when the vehicle is in fact braking, and the brake lamps are illuminating as intended, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the body control module. The recall began on June 13, 2013. Owner's may contact Chevrolet at 1-800-630-2438 or Cadillac at 1-866-982-2339. GM's recall number is 13158." -05/24/2013,13E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E030000),"BMW of North America, LLC",Luggage Rack May Detach from Scooter,EQUIPMENT,NR (Not Reported),Equipment,195,"BMW of North America, LLC (BMWNA) is recalling dealer installed accessory luggage racks (part number 8 527 038) that can be equipped to 2013 BMW C650 GT Maxi-Scooters. During riding, the attachment bolts of the luggage rack could loosen.","If the attachment bolts loosen, the luggage rack could separate from the scooter and become a road hazard for drivers of other vehicles, increasing the risk of a crash.","BMWNA will notify owners, and dealers will replace the luggage rack free of charge. The recall began July 19, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -05/23/2013,13V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V218000),REV Recreation Group,Incorrect Tire Load Index Information/Part 567,EQUIPMENT,130417FRV,Vehicle,113,"Fleetwood RV is recalling certain model year 2013 Bounder Classic and Terra motorhomes manufactured between July 9, 2012 and January 16, 2013. The tire load index letter printed on the Federal Certification Tag is incorrect. Due to the inaccurate label, these vehicles fail to comply with the requirements of Part 567, ""Certification.""","The vehicle may be inadvertently fitted with incorrect replacement tires, which could lead tire failure, increasing the risk of a crash.","Fleetwood will mail the corrected tags to dealers and owners. Owners who are not comfortable installing these labels may get them installed at a dealer, free of charge. The recall began on June 20, 2013. Owners may contact Fleetwood Owner Relations at 1-800-509-3418. Fleetwood's recall number is 130417FRV." -05/23/2013,13E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E028000),"Yakima Products, Inc.",Roof Rack May Separate From Vehicle,EQUIPMENT,NR (Not Reported),Equipment,1369,"Yakima Products, Inc. (Yakima) is recalling certain Whispbar rack systems. The fitting kits (part numbers K558, K393, K421, K491, K422, K543 , K480 & K508) for Infiniti G-sedans (07-13), Audi Q7, A3/A4/A6 Wagons, Kia Sportage, Toyota Matrix (2009-2013), and Mitsubishi Outlander Sport vehicles do not properly fit the roofline or raised rail of the vehicle.","The rack may separate from the vehicle while driving, causing a hazard to other vehicles on the road, increasing the risk of a crash.","Yakima will notify owners and instruct them to return the parts to a Yakima dealer for a replacement Yakima rack system or for a refund of the customers money. The recall began on June 7, 2013. Owners may contact Yakima customer service at 1-888-925-4621 or Fitkitrecall@Whispbar.com." -05/22/2013,13V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V217000),REV Recreation Group,Solar Panel May Separate from Motorhome,EQUIPMENT,130517FRV,Vehicle,184,"Fleetwood RV is recalling certain model year 2014 American Revolution, Bounder, Discovery, Expedition, and Southwind motorhomes. Fasteners that attach the solar panel may become loose during normal use.","A loose solar panel may separate from the vehicle during travel. This may cause personal injury and/or a road hazard to other vehicles, increasing the risk of a crash.","Fleetwood will notify owners, and dealers will install new locking nuts to secure the solar panel, free of charge. The recall began on June 13, 2013. Owners may contact Fleetwood RV at 1-800-322-8216. Fleetwood's recall number is 130517FRV." -05/21/2013,13V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V216000),"Lotus Cars USA, Inc.",Incorrect Federal Certification Label,EQUIPMENT,2013/02R,Vehicle,28,"Lotus Cars is recalling certain model year 2013 Evora vehicles manufactured September 2012 through November 2012. These vehicles have been granted a temporary exemption from the requirement to conform to the latest passenger side advanced air bag requirements covered by Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection,"" but the affected vehicles do not a contain temporary exemption label in accordance with 49 CFR 555.9. Additionally, the affected vehicles have the incorrect date of manufacture on the Federal Certification Label.","An incorrect certification label may prevent the owner from determining recall applicability, potentially increasing the risk of a crash or injury.","Lotus Cars will notify the owners instructing them to take their vehicle to a Lotus dealer. The federal compliance label will be replaced and an exemption label will be applied, free of charge. The recall began on May 28, 2013. Owners may contact Lotus at 1-770-476-6564. Lotus Cars' recall number is 2013/02R." -05/21/2013,13V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V215000),"Triumph Motorcycles America, Ltd.",Throttle Cables May Hinder Steering,STEERING,NR (Not Reported),Vehicle,652,Triumph Motorcycles (Triumph) is recalling certain model year 2012 Street Triple motorcycles manufactured from June 2012 through November 2012; and model year 2012 Daytona 675 motorcycles manufactured July 2012 through October 2012. The motorcycles may have been assembled without a guide for the throttle cables.,"Without the guide, the cables may move freely and become trapped in the steering stop, impeding the steering operation and affecting the driver's ability to control the motorcycle, increasing the risk of a crash.","Triumph will notify owners, and dealers will install a throttle cable guide free of charge. The recall began on May 30, 2013. Owners may contact Triumph at 1-678-854-2010 for more information." -05/21/2013,13V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V212000),"Triumph Motorcycles America, Ltd.",Transmission May Pop Out of Gear,POWER TRAIN,NR (Not Reported),Vehicle,349,"Triumph Motorcycles (Triumph) is recalling certain model year 2012-2013 Speed Triple ABS motorcycles manufactured June 2012, through January 2013. The transmission on some motorcycles may have been built with an incorrect detent spring.","As a result of the incorrect spring, the transmission may inadvertently shift out of gear while the motorcycle is moving, increasing the risk of a crash.","Triumph will notify owners, and dealers will install a revised detent spring, free of charge. The recall began on June , 17 2013. Owners may contact Triumph at 1-678-854-2010 for more information." -05/20/2013,13V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V213000),"REV Ambulance Group Orlando, Inc.",Loss of Ambulance Electrical Power,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6,Road Rescue is recalling certain ambulances built on model year 2008 Dodge Sprinter 2500 chassis from April 2008 through December 2008. The failure of a power disconnect solenoid terminates the flow of electricity to the ambulance conversion.,"When the electrical power is interrupted, the siren, warning lights, and patient compartment lights may not operate. There may be a loss of power to life saving equipment in the patient compartment. In the event of an emergency, the ambulance may not be able to alert other vehicles of its presence, slowing its trip to the hospital and increasing the risk of a crash.","Wheeled Coach Industries, Inc. will notify owners, and a Wheeled Coach/Road Rescue service center will replace the defective solenoid, free of charge. The recall began on May 31, 2013. Owners may contact Road Rescue at 1-800-628-8178." -05/17/2013,13V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V214000),Pierce Manufacturing,Door Handle Spring Stiffness/FMVSS 206,STRUCTURE,74B242,Vehicle,2006,"Pierce Manufacturing Inc. (Pierce) is recalling certain model year 2007-2013 Velocity, Impel, and Dash CF emergency vehicles manufactured June 6, 2007, through May 31, 2013. The springs in the outer door handles are not of sufficient stiffness to prevent inadvertent door opening in certain impacts. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 206, ""Door Locks and Door Retention Components.""","In the event of a crash, the weak springs may allow the door to open and possibly fail to contain emergency personnel or equipment, increasing the risk of injury.","Pierce will notify owners, and dealers will replace the door handle spring with a stiffer one, free of charge. Owners may contact Pierce at 1-920-832-3000. The recall began on June 28, 2013. Pierce's recall number is 74B242." -05/17/2013,13V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V208000),"Brammo, Inc.",Electrical Shorting may cause Fire,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5,"Brammo, Inc. is recalling certain model year 2013 Empulse electric motorcycles manufactured February 22, 2013, through March 29, 2013. Due to a high current cable being attached to the motor controller incorrectly, electrical shorting can occur.","An electrical short can cause a complete loss of power while riding the motorcycle or a fire, either of which can result in a vehicle crash or personal injury.","Brammo will notify owners, and technicians will inspect the high current cable at the motor controller and correct its installation, if needed. The recall began on June 26, 2013. Customers may contact Brammo at 1-541-482-9555." -05/17/2013,13V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V209000),"Elite Trailer Manufacturing, LLC",Trailer Brake Actuator may Fail,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3,"Elite Trailer Manufacturing is recalling certain model year 2012 Livestock Gooseneck trailers manufactured November 17, 2011, through January 17, 2012. These vehicles are equipped with Carlisle hydraulic brake actuators. One of the rotating components in the hydraulic brake pump missed a heat treating operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.",Elite Trailer has notified all affected owners and dealers have replaced all of the defective actuators. Owners may contact Elite Trailer at 1-800-657-7305. -05/17/2013,13V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V203000),"Forest River, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,9526,"Forest River is recalling certain model year 2013-2014 Forest River models Blue Ridge, Cardinal, Cherokee, Columbus, EVO, Georgetown, Flagstaff, Forester, Lexington, Puma, Rockwood, Sabre, Salem, Sandpiper, Sandstorm, Sierra, Stealth, Sunseeker, Wildcat, Wildwood, Work and Play and XLR; Coachmen models Brookstone, Catalina, Chaparral, Concord, Encounter, Freedom Express, Freelander, Leprechaun, Mirada, Pursuit, and Sportcoach; Prime Time models Avenger, Crusader, Lacrosse, Saniber, and Tracer; Palomino model Maverick Truck Camper; Cargo Mate model Eliminator and Shasta models Revere, Phoenix recreational vehicles manufactured from February 13, 2013, through April 18, 2013. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Forest River will notify owners and Dometic staff will replace the affected motors with motors of a different design. The safety recall began on July 29, 2013. Owners may contact Forest River at 1-574-389-4600 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -05/16/2013,13V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V205000),"Ferrara Fire Apparatus, Inc.",Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,NR (Not Reported),Vehicle,52,"Ferrara Fire Apparatus, Inc. (Ferrara) is recalling certain model year 2011-2012 Igniter and Ultra firetrucks. These vehicles are equipped with Meritor axle assemblies that were built with disc brakes using MGM J24 series air brake chambers. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,Ferrara has notified all affected owners and has replaced all of the affected brake chambers. Owners may contact Ferrara at 1-800-443-9006. -05/16/2013,13V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V202000),"General Motors, LLC",Lug Nuts may Loosen allowing Wheel Separation,WHEELS,13116,Vehicle,18871,"General Motors (GM) is recalling certain model year 2013 Cadillac SRX vehicles, manufactured January 31, 2012, through March 18, 2013, and equipped with 18 inch wheels. On the affected vehicles, the wheel lug nuts may loosen.","If the lug nuts loosen, they may fall off or cause the wheel studs to fracture. Either condition would allow the wheel to separate from the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will remove and reinstall the wheel nuts by performing a tire rotation, free of charge. The recall began on June 3, 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13116." -05/16/2013,13V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V211000),"Triumph Motorcycles America, Ltd.",Neutral Gear Light Remains Illuminated,POWER TRAIN,NR (Not Reported),Vehicle,279,"Triumph Motorcycles (Triumph) is recalling certain model year 2012-2013 Speed Triple motorcycles manufactured June 2012 through January 2013. Due to the incorrect engagement of the neutral switch and gear selector drum, the neutral light may remain illuminated despite the motorcycle actually being in gear.",The operator may think the motorcycle is in neutral while the motorcycle is in gear. This could lead to unintended movement of the motorcycle and a possible crash.,"Triumph will notify owners, and dealers will correct the engagement of the neutral switch and gear selector drum, free of charge. The recall began on June 3, 2013. Owners may contact Triumph at 1-678-854-2010 for more information." -05/16/2013,13V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V206000),Isuzu Motors Limited,Possible Loss of Driving Power,POWER TRAIN,NR (Not Reported),Vehicle,1161,"Isuzu Manufacturing Services of America, Inc. (Isuzu) is recalling certain model year 2013 N-Series trucks manufactured March 8, 2012, through Auguest 2, 2012 and equipped with an automatic transmission. Due to a manufacturing change, the transmission retaining ring may dislodge from the clutch drum.","If the ring dislodges while the vehicle is in motion, the vehicle may lose forward driving power and become stalled, increasing the risk of a crash.","Isuzu will notify owners, and dealers will replace the affected transmissions, free of charge. The recall began on June 28, 2013. Customers may contact Isuzu Customer service at 1-866-441-9638." -05/15/2013,13V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V225000),"General Motors, LLC","CNG Solenoid May Melt, Possibly Leading to a Fire","FUEL SYSTEM, OTHER",13139/FA13GM001,Vehicle,1791,"General Motors LLC (GM) and IMPCO Automotive Division of IMPCO Technologies, Inc. (IMPCO) are recalling certain model year 2011-2013 Chevrolet Express and GMC Savana Cargo vans that have a compressed natural gas (CNG) fuel system installed as original equipment by IMPCO. The fuel systems, manufactured February 14, 2011, through February 20, 2013, have a fuel shut-off solenoid connector to the CNG tank that may corrode and form a short.","A short at the connector may cause overheating, resulting in an increased risk of fire.","GM will notify owners and GM dealers/fleets will perform the remedy which will include replacing the solenoid assemblies and fuel pump fuses and adjusting the wiring routing. The recall began on August 5, 2013. GM's number for this recall is 13139. Impco's number for this recall is FA13GM001. Owner's may contact GM Fleet Action Center at 1-800-353-3867." -05/15/2013,13V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V200000),Blue Bird Body Company,Flip Seat/Possible Toe or foot pinch,SEATS,R13WF,Vehicle,441,"Blue Bird is recalling certain model year 2010 through 2014 All American and Vision model school buses manufactured from August 25, 2009, through March 19, 2013, and equipped with C. E. White Inc. Flip Seats models Quasi Static ""QSJ11"" (30"", 36"", 39"" and 45""), Student Safety Seat ""SSSJ"" (30"", 36"", 39"" and 45""), or School Bus Seat ""SBJ"" (30"", 36"", 39"" and 45"").","When a Flip Seat is installed in front of another passenger seat, it is possible for the occupant of the rearward passenger seat to insert their toes and/or foot into the lower frame area of the Flip Seat. When a vehicle passenger occupies the Flip Seat, pushing the seat bottom downward to the horizontal position to sit in the seat, the occupant of the rearward seat could suffer a pinch point injury to their toes and/or foot.","Blue Bird will notify owners, and dealers will install a safety guard to prevent passengers from placing their toes or feet in the opening on the back of the subject Flip Seats, free of charge. The recall began on June 14, 2013. Owners may contact Blue Bird at 1-478-822-2242 for more information. Blue Bird's number for this campaign is R13WF." -05/15/2013,13V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V198000),"Gulf Stream Coach, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,13AW-0204,Vehicle,27,"Gulf Stream Coach, Inc. is recalling certain model year 2013 Canyon Trail, Sedona, Ridgeline, Kingsport, and Trail Master recreational vehicle trailers manufactured Febuary 13, 2013, through April 24, 2013. The vehicles are equipped with Weatherpro and 9100 series power awnings. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Gulf Stream will notify owners and Dometic staff will replace the affected motors with motors of a different design. Gulf Stream has not yet provided a notification schedule. Owners may contact Gulf Stream at 1-574-773-7761 or Dometic at 1-888-447-0003 for more information. Gulf Stream Coach's recall number for this campaign is 13AW-0204. Owners are being instructed not to drive their vehicle until repairs can be performed. -05/15/2013,13V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V204000),John Evans Manufacturing Co.,Wheel Lug Nuts May Loosen,WHEELS,NR (Not Reported),Vehicle,380,"John Evans Manufacturing Co. (John Evans) is recalling certain model year 2013-2014 chassis and trailers; model year 2013-2014 remanufactured chassis and trailers, and model year 2013-2014 Cheetah Chassis and trailers. The affected products were manufactured September 5, 2012, through April 19, 2013. The wheel lug nuts may not be properly torqued.","Insufficient torque on the wheel lug nuts could lead to separation of the wheels from the chassis or trailer, which may increase the risk of a crash.","John Evans will notify owners, and dealers will inspect each trailer. The affected trailers will have the lug nuts re-torqued, free of charge. The recall began on May 30, 2013. Owners may contact John Evans customer service at 1-803-436-3102." -05/14/2013,13V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V197000),"Gulf Stream Coach, Inc.",Electrical Wiring may not be Secured,ELECTRICAL SYSTEM,13WG-2000,Vehicle,126,"Gulf Stream Coach is recalling certain model year 2001 Ultra, Conquest, Independence, Ultra Supreme, Yellowstone, and Cavalier motorhomes with floorplans 6316 or 8325. The motorhomes were manufactured May 17, 2000, through December 31, 2000. A portion of the electrical wiring may not be properly secured. This condition may cause wear and possible heat development between the refrigerator coils and the wire.","A failure of the wiring could result in property damage, fire, or injury.","Gulf Stream will notify owners, and dealers will repair the motorhomes free of charge. The recall began on May 24, 2013. Owners may contact Gulf Stream at 1-800-289-8787. Gulf Stream's recall campaign number is 13WG-2000." -05/14/2013,13E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E025000),"KBC America, Inc.",Harley-Davidson Hybrid C/C Half Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,456,"KBC America, Inc. (KBC) is recalling certain Harley-Davidson Hybrid C/C Half Motorcycle Helmets, sizes L, XL, and XXL manufactured in March 2011. During testing, the affected helmets failed to conform to the impact attenuation and penetration requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Owners will be offered a full refund. The recall began on June 5, 2013. Customers may contact harley-Davidson Motor Company at 1-800-258-2464 or KBC at 1-818-526-7771." -05/14/2013,13V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V201000),"Terex South Dakota, Inc.",Outrigger Cylinder Drifting,EQUIPMENT,SN607,Vehicle,118,Terex is recalling certain model year 2012-2013 Aerial Devices and Digger Derricks manufactured September 2012 through February 2013. The lock valve cavity in the outrigger cylinder may be machined incorrectly and the seals may be damaged.,"Damaged seals may allow the outrigger to drift. If the outrigger cylinder drifts, stability may be affected and the unit may overturn, increasing the risk of injury.","Terex will notify owners, and dealers will inspect the affected outriggers to determine if they were machined correctly. The inspection and any necessary repairs will be performed free of charge. The recall began on May 30, 2013. Owners may contact Terex at 1-605-884-3892. Terex's recall campaign number is SN607." -05/14/2013,13V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V199000),Starcraft Bus,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,12E-017,Vehicle,169,"Starcraft Bus is recalling certain model year 2006-2012 Allstar buses manufactured November 2006, through July 2012. The affected buses are equipped with a Ricon manufactured wheelchair lift which may have an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.","If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Starcraft will notify owners and direct them to contact Ricon. Ricon will provide a supplemental cover kit with instructions, free of charge. The recall began during June 2013. Owners may contact Starcraft at 1-800-348-7440 or Ricon at 1-818-267-3000. Starcraft's recall campaign number is 12E-017." -05/13/2013,13V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V191000),New Heights LLC,Possible Loss of Trailer Brakes,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"New Heights LLC (New Heights) is recalling certain Equipter RB4000 dump trailers manufactured December 8, 2011, through December 21, 2011. These vehicles are equipped with Carlisle hydraulic brake actuators. One of the rotating components in the hydraulic pump for the brakes missed a heat treat operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.","New Heights will notify owners, and dealers will replace the hydraulic pump actuators free of charge. Owners may contact New Heights at 1-717-768-0070." -05/13/2013,13V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V195000),"Mack Trucks, Inc.",Possible Partial Loss of Brake Function,SERVICE BRAKES,SC0370,Vehicle,5203,"Mack Trucks, Inc. is recalling certain model year 2013-2014 CHU, CXU, GU, MRU, and LEU trucks manufactured July 16, 2012, through march 18, 2013 and equipped with drum brakes. The clevis pin for the brake slack adjuster may be missing a cotter pin. If the cotter pin is not installed, the clevis pin may loosen and fall out causing a loss of brake function on the affected wheel.","A loss of brake function at one wheel will lead to increased stopping distances and pulling to the left or right when braking, which may increase the risk of a crash.","Mack Trucks, Inc. will notify owners, and dealers will inspect the brake slack adjusters and install the brake hardware, as necessary, free of charge. An interim was mailed to owners on June 20, 2013. A second notice was mailed to owners on September 30, 2013. Owners may contact Mack Trucks at 1-800-528-6586. Mack Trucks' recall campaign number is SC0370." -05/13/2013,13V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V196000),"Maserati North America, Inc.",Possible Tie Rod Failure,SUSPENSION,205,Vehicle,7438,"Maserati North America, Inc. (Maserati) is recalling certain model year 2005-2008 Quattroporte, 2008 Granturismo, and 2008 Alfa Romeo 8C vehicles. The rear tie rod assemblies may have insufficient anti-corrosion material applied, allowing them to weaken and possibly fail.",Failure of the tie rods may result in a loss of vehicle control and increase the risk of a crash.,"Maserati will notify owners and dealers will replace the tie rod assemblies. The recall began on June 27, 2013. Customers may contact Maserati at 1-877-696-2737. Maserati's recall campaign number is 205." -05/13/2013,13V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V194000),"Subaru of America, Inc.",Steering Column Disengagement,STEERING,WQI-45,Vehicle,5379,"Subaru is recalling certain model year 2013 Outback and Legacy vehicles manufactured from February 15, 2012, through June 15, 2012. In the affected vehicles, the inner and outer shafts of the steering column assembly may become disengaged from one another.","If the shafts become disengaged, the driver would lose the ability to steer the vehicle, increasing the risk of a crash.","Subaru will notify owners, and dealers will replace the steering column assembly with a new one, free of charge. The recall began on May 14, 2013. Owners may contact Subaru at 1-800-782-2783. Subaru's recall campaign number is WQI-45." -05/10/2013,13V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V193000),"Altec Industries, Inc.",Jib Attachment Bracket may Fail,EQUIPMENT,CSN 576,Vehicle,56,Altec is recalling certain model year 2010-2011 AC35/38 cranes equipped with 31-55 foot telescopic jibs built between 2010 and 2011. The jib attachment bracket is not sufficient for loads that can occur when the fully extended jib is lifted off the ground.,"If the jib fails while the crane is in operation, it could pose a risk of injury to people in close proximity.","Altec will notify owners and dealers will install jib bracket reinforcement kits. Dealers will also install a kit to repair any jib bracket that is damaged. The recall began on July 8, 2013. Owners may contact Altec at 1-877-462-5832. Altec's recall campaign number is CSN 576." -05/10/2013,13V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V189000),REV Recreation Group,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,196,"Fleetwood RV, Inc. is recalling certain model year 2013 Jamboree Sport Diesel, Providence, Tioga DSL and Tioga Ranger DSL; 2014 Excursion, Expedition, Jamboree Sport, Montara Commercial, Searcher Commercial, Southwind, Storm, Terra, and Tioga Ranger; and 2013-2014 Bounder, Bounder Classic, and Discovery recreational vehicles. The vehicles are equipped with Weatherpro and 9100 series power awnings. Due to a design change in the power awning motor assembly, the motor assembly screws may unknowingly shear.","If the motor assembly screws shear, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Fleetwood RV will notify owners and Dometic staff will replace the affected motors with motors of a different design. The recall began during June 2013. Owners may contact Fleetwood RV Owner Relations at 1-800-509-3418 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -05/09/2013,13V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V192000),"Elgin Sweeper Company, Inc.",Auxiliary Pump may Overheat Resulting in Fire,EQUIPMENT,SB-0116,Vehicle,15,"Elgin Sweeper Company Inc. (Elgin) is recalling certain model year 2006-2012 Crosswind J Alternative Fuel street sweepers, serial numbers J3285, J3260D, J3261D, J3300D, J3367, J3368D, J3370D, J3385D, J3424D, J3426D, J3453D, J3472D, and J3513D. Extended use of the auxiliary hydraulic pump may cause it to overheat and fail.","If the auxiliary pump is operated for an extended period of time, the unit could overheat and melt wiring, possibly resulting in a fire.","Elgin will notify owners, and dealers will test the electrical draw on the system. If the system is within parameters then the pump solenoid will be replaced, if not, then the complete pump and solenoid will be replaced. The recall began during May 2013. Customers may contact Vactor Customer Service by calling 1-877-342-5374. Elgin's recall campaign number is SB-0116." -05/09/2013,13E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E024000),"Dorman Products, Inc.",Brake Master Cylinder Fluid Indicator Switch,EQUIPMENT,NR (Not Reported),Equipment,7,"Dorman is recalling certain master cylinders, model number M630274-BX, manufactured by Bosch. The brake fluid level indicator (FLI) may not properly detect a low brake fluid level situation and warn the driver.","If the brake system develops an external leak, it may result in a loss of brake fluid below the detection level of the fluid indicator switch. Without a warning, the driver may be unaware that the brake fluid level is low. A low brake fluid level may reduce the available braking force which could lengthen the required stopping distance and increase the risk of a crash.","Dorman will notify owners and Bosch will replace the fluid level indicator switch free of charge. The recall began on June 19, 2013. Owners may contact Dorman Customer Service at 1-800-523-2492 and press 5." -05/09/2013,13V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V186000),"Heartland Recreational Vehicles, LLC",Improper Trailer Balance When Towing,SUSPENSION,99-01-12,Vehicle,55,"Heartland Recreational Vehicles (Heartland) is recalling certain model year 2013-2014 Sundance travel trailers, model 322RES, manufactured September 13, 2012, through April 30, 2013. The axles are mounted too far forward on the frame which may cause improper trailer balance while towing.","Improper trailer balance may lead to uncontrollable trailer sway, increasing the risk of a crash, property damage, and/or personal injury.","Heartland will notify owners and the trailers will be returned to the factory where axles will be moved rearward, free of charge. The recall began on May 20, 2013. Owners may contact Heartland Recreational Trailers' Warranty/Service Department by email at ""parts@heartlandrvs.com,"" or by phone at 1-877-262-8032. Heartland's recall campaign number is 99-01-12." -05/09/2013,13V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V188000),"Magic Tilt Trailers, Inc.",Possible Loss of Trailer Braking,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9,"Magic Tilt Trailers is recalling certain boat trailers manufactured October 17, 2011, through January 24, 2012. These trailers are equipped with brake actuators manufactured by Carlisle. On some of the pumps, one of the rotating components in the hydraulic pump for the brakes may have missed a heat treat operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.","Magic Tilt Trailers will notify owners, and dealers will replace the actuators on the trailers, free of charge. The recall began on June 15, 2013. Owners may contact Magic Tilt Trailers at 1-800-998-8458." -05/09/2013,13V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V187000),Kovatch Mobile Equipment Corp.,Steering Column Grease Fitting may Hinder Steering,STEERING,2013-E01,Vehicle,695,"Kovatch Mobile Equipment Corp. (Kovatch) is recalling certain model year 2009-2013 Predator, Predator SS, Panther; 2010-2011 ARFF; and model year 2010-2013 Panther II emergency vehicles. The grease fitting in the steering column shaft may get caught in the column cover. The grease fitting could tear the cover which will impact the driver's ability to steer the vehicle.",A sudden loss of steering control may increase the risk of a crash.,"Kovatch will notify owners and dealers will remove the grease fitting, free of charge. The safety recall began on May 20, 2013. Owners may contact Kovatch at 1-570-669-5173. Kovatch's recall campaign number is 2013-E01." -05/08/2013,13V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V185000),Temsa,Fuel Tank may Leak,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,172,"Temsa Global is recalling certain model year 2011-2013 model year TS35C coach buses manufactured from November 2010, through February 2013. Due to a production process error, the fuel tank may develop a leak.",A fuel leak in the presence of an ignition source may result in a fire.,"Temsa will notify owners, and dealers will repair the vehicles free of charge. The recall began on June 26, 2013. Owners may contact CH Bus sales at 1-407-271-8935." -05/08/2013,13V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V184000),"Autocar, LLC",Missing Air Tank Drain Valves/FMVSS 121,"SERVICE BRAKES, AIR",A-1302,Vehicle,82,"Autocar, LLC is recalling certain model year 2005-2013 ACX, WX, and WXLL trucks built November 16, 2004, through September 10, 2012. On the affected vehicles, the air brake systems were built without the required air tank drain valve. Therefore, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 121, ""Air Brake Systems.""","Air tanks with valves omitted will not drain if moisture is introduced into the tank, potentially reducing air capacity in the air brake system, which could cause a reduction in brake performance and equipment durability, thus increasing the risk of a crash.","Autocar will notify owners, and dealers will repair the vehicles free of charge. The recall began on June 27, 2013. Owners may contact Autocar at 1-765-489-5499. Autocar's recall campaign number is A-1302." -05/08/2013,13V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V182000),Shyft Group,Steering Bracket Detachment/Possible Steering Loss,STEERING,NR (Not Reported),Vehicle,2694,"Spartan Motors Chassis (Spartan) is recalling certain model year 2006-2011 K2, and K3 and 2006-2010 MM motorhome chassis manufactured July 20, 2005, through December 17, 2010. The steering gear mounting brackets may crack and detach resulting in a loss of steering.",A loss of steering control may increase the risk of a crash.,"Spartan will notify owners. Starting in mid-June 2013, dealers will install a replacement bracket or a reinforcement to the existing bracket. Until the remedy is available, owners may have their vehicle inspected at any Spartan service center. All repairs will be performed free of charge. Notices were mailed to owners on June 24, 2013. Owners can contact Spartan at 1-855-589-9836." -05/08/2013,13V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V183000),"Autocar, LLC",Windshield Wiper Linkage Welds/FMVSS 104,VISIBILITY/WIPER,A-1303,Vehicle,797,"Autocar, LLC is recalling certain model year 2012-2013 ACX trucks built May 1, 2012, through November 15, 2012. Due to an insufficient weld, the windshield wiper arms of the vehicles may not be held in their proper position. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 104, ""Windshield wiping and washing systems.""","Without properly working windshield wipers, the driver's vision could be hindered by precipitation, increasing the risk of a crash.","Autocar will notify owners, and dealers will repair the vehicles free of charge. The recall began on July 19, 2013. Owners may contact Autocar at 1-765-489-5499. Autocar's recall campaign number is A-1303." -05/07/2013,13V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V176000),"Chrysler (FCA US, LLC)",Air Bag Clockspring Assemblies may Fail,AIR BAGS,M31,Vehicle,5440,"Chrysler Group LLC (Chrysler) is recalling certain model year 2008-2012 Jeep Wrangler right-hand drive vehicles manufactured February 1, 2007, through October 10, 2011. The affected vehicles have airbag clockspring assemblies that could experience broken airbag circuits.","In the event of a crash necessitating airbag deployment, a broken electrical circuit in the airbag clockspring wiring assembly can lead to non-deployment of the driver-side frontal airbag and will not be able to properly protect the driver, increasing the risk of injuries.","Chrysler will notify owners, and dealers will replace the clockspring and add a steering wheel dust shield, free of charge. The recall began on June 10, 2013. Owners may contact Chrysler at 1-800-247-9753. This recall supercedes NHTSA recall 11V-528. Chrysler's recall campaign number is M31." -05/07/2013,13V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V179000),Lion Electric Company,Brake Line may Chafe against Air Compressor Line,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"Lion Bus, Inc. is recalling one model year 2014 360 bus manufactured in December 2012. Due to insufficient distance between the air compressor discharge line and the hydraulic brake line, the lines may chafe against each other resulting in a hole in the brake line.",A brake line hole could result in a loss of brake fluid. The fluid loss could lengthen the stopping distance required thus increasing the risk of a crash.,"Lion Bus will notify the owner and an Alliance Bus representative will modify the bus to ensure that there is adequate distance between the air compressor discharge line and the hydraulic brake line. The owner was notified on May 15, 2013." -05/07/2013,13V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V175000),"Chrysler (FCA US, LLC)",Possible Vehicle Rollaway,ELECTRICAL SYSTEM,N23,Vehicle,295345,"Chrysler Group LLC (Chrysler) is recalling certain model year 2005-2010 Jeep Grand Cherokee vehicles manufactured February 11, 2004, through March 9, 2010; and 2006-2010 Jeep Commander vehicles manufactured January 31, 2005, through March 10, 2010. A transfer case electrical failure may result in an unintentional shifting of the transfer case into the neutral position.","If the vehicle shifts into neutral, it may roll away increasing the risk of a crash or personal injury.","Chrysler will notify owners, and dealers will reflash the final drive controller which governs the transfer case, with new software, free of charge. The recall began on August 15, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N23." -05/07/2013,13V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V177000),"Chrysler (FCA US, LLC)",Restricted Coolant Flow/FMVSS 103,ENGINE AND ENGINE COOLING,N25,Vehicle,498,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 RAM 1500 trucks manufactured manufactured June 25, 2012, through December 12, 2012. In the affected vehicles, the coolant bypass valve may stick in a position that does not allow coolant to flow into the heater core. Thus, these vehicles fail to conform to the requirements of Federal Vehicle Motor Safety Standard (FMVSS) No. 103, ""Windshield Defrosting and Defogging Systems.""","Without a properly working windshield defrosting system, a buildup of mositure or ice could limit the driver's ability to see, increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace replace the suspect coolant valves along with an updated calibration, free of charge. The recall began on June 25, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N25." -05/07/2013,13V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V178000),"Tiffin Motorhomes, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,293,"Tiffin Motorhomes, Inc. (Tiffin) is recalling certain model year 2013 Breeze and Allegro motorhomes. If the awning installation sequence was not completely followed, the awning motor may unknowingly become damaged.","If motor damage has occurred, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Tiffin will notify owners and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began June 24, 2013. Owners may contact Tiffin at 1-256-356-8661 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -05/07/2013,13V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V181000),"Heartland Recreational Vehicles, LLC",Unexpected Unfurling of the Awning,EQUIPMENT,99-01-11,Vehicle,890,"Heartland Recreational Vehicles is recalling certain model year 2013-2014 Big Country, Bighorn, Elk Ridge, Elk Ridge Express, Landmark, Prowler, Sundance, Sundance XLT, and Silverado fith wheel and travel trailers manufactured February 13, 2013, through April 16, 2013. If the awning installation sequence was not completely followed, the awning motor may unknowingly become damaged.","If motor damage has occurred, it is possible that the awning can unfurl unexpectedly, either while the trailer is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Heartland will notify owners and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began on May 20, 2013. A notification schedule has not yet been provided. Owners may contact Heartland Recreational Trailers at 1-888-262-5992 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. Heartland's recall campaign number is 99-01-11." -05/06/2013,13V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V173000),"General Motors, LLC",Hybrid Charging System/Possible Fire or Stall,ELECTRICAL SYSTEM,13136,Vehicle,42904,"General Motors (GM) is recalling certain model year 2012 and 2013 Buick LaCrosse and Regal, and model year 2013 Chevrolet Malibu Eco vehicles equipped with eAssist. These vehicles may have a condition in which the Generator Control Module (GCM) may not function properly. This could cause a gradual loss of battery charge and the illumination of the malfunction indicator light.","If the vehicle is continued to be driven, the engine may stall and/or the vehicle may not start. In addition, there may be a burning or melting odor, smoke, and possibly a fire in the trunk.","GM will notify owners and dealers will test the GCM and replace it, as necessary, free of charge. The recall began on June 11, 2013. Owners may contact GM at 1-800-521-7300. GM's recall campaign number is 13136." -05/06/2013,13V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V174000),"Dutchmen Manufacturing, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,5,"Dutchmen Manufacturing is recalling certain model year 2013 Breckenridge recreational vehicles manufactured February 13, 2013, through April 9, 2013. If the awning installation sequence was not completely followed, the awning motor may unknowingly become damaged.","If motor damage has occurred, it is possible that the awning can unfurl unexpectedly, either while the vehicle is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Dutchmen will notify owners and dealers will replace the affected motors with a design that is not subject to an out-of-sequence installation error. This will be done at no cost to the owner. Owners are being instructed not to drive their vehicle until repairs can be performed. The recall began on May 30, 2013. Owners may contact Dutchmen at 1-574-537-0700." -05/03/2013,13V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V172000),"BMW of North America, LLC",Passenger Side Air Bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Vehicle,43204,"BMW is recalling certain model year 2002-2003 325i, 325xi, 330i, 330xi sedans; 325Ci and 330Ci coupes and convertibles; 325iT and 325xiT Sports Wagons; and M3 coupes and convertibles to address a safety defect in the passenger side frontal air bag which may produce excessive internal pressure causing the inflator to rupture upon deployment of the air bag.","In the event of a crash necessitating deployment of the passenger's frontal air bag, the inflator could rupture with metal fragments striking and potentially seriously injuring the passenger seat occupant or other occupants.","BMW intends to issue initial notifications to owners informing them of the safety defect in June 2013. Once replacement parts are available, estimated for July, BMW will notify owners again to contact their dealers and schedule a replacement of the passenger air bag, free of charge. Owners may contact BMW customer service at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -05/02/2013,13E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E023000),KONI North America,Incorrectly Welded Shock Absorbers,EQUIPMENT,NR (Not Reported),Equipment,39,"Koni North America (KONI) is recalling certain shock absorbers with model numbers 8245-1146L, 8245-1146R, 8245-1201L, 8245-1201R, 8245-1203L, and 8245-1203R. These shock absorbers were manufactured January 2008 through April 2013. The affected absorbers were manufactured with an incorrectly welded bracket which may cause the shock absorber to bend and rest on the drive shaft.","A bent shock absorber may compromise vehicle handling, increasing the risk of a crash.","KONI will notify distributors and advise them to contact their customers of the recall. The shock absorbers will be replaced free of charge. The recall began on May 16, 2013. Customers may contact KONI at 1-800-209-3350." -05/01/2013,13V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V180000),"Triumph Motorcycles America, Ltd.",Incorrect GVWR Data on Label,EQUIPMENT,NR (Not Reported),Vehicle,1186,"Triumph Motorcycles America, Ltd. is recalling certain model year 2012-2013 Explorer and Explorer XC motorcycles. The Gross Vehicle Weight Rating data on the certification Label is incorrect. Thus, the motorcycles fail to comply with the requirements of Part 567, ""Certification.""","The incorrect label could cause the operator to overload the motorcycle which may result in handling issues and/or tire failure, increasing the risk of a crash.","Triumph will notify owners and replace the labels with corrected GVWR data, free of charge. The recall began on April 30, 2013. Owners may contact Triumph at 1-678-854-2010 for more information." -05/01/2013,13V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V170000),Newmar Corporation,Missing Reflectors/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,103,"Newmar Corporation is recalling certain model year 2012-2013 Canyon Star motorhomes manufactured August 4, 2011, through February 19, 2013, for failing to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected vehicles may have missing reflectors on the rear cap.","The absence of reflectors could reduce the ability for others to see the motorhome, increasing the risk that another vehicle may crash into the motorhome.","Newmar will notify owners and dealers will install the required reflectors. The safety recall began on June 20, 2013. Owners may contact Newmar at 1-574-773-7791." -05/01/2013,13V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V171000),Volvo Bus Corporation,Throttle Limp-Mode Software Fault,ELECTRICAL SYSTEM,SR13-80,Vehicle,285,"Volvo Bus Corporation is recalling certain model year 2009-2013 9700 coaches manufactured from August 28, 2008, through April 19, 2013. Certain conditions may cause the affected coaches to go into a software controlled mode that would result in the throttle signal being fixed at 1750rpms regardless of throttle pedal input from the driver.","The driver may lose the ability to control the bus's speed, increasing the risk of a crash.","Volvo Bus will notify owners and dealers will remedy the software calibrations in the affected coaches, free of charge. The recall is expected to begin by July 1, 2013. Owners may contact Volvo Bus at 1-336-393-2000. Volvo Bus's recall campaign number is SR13-80." -05/01/2013,13V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V169000),Newmar Corporation,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,111,"Newmar Corporation is recalling certain model year 2013 Bay Star Sport, Ventana and Ventana LE and model year 2013-2014 Bay Star, Canyon Star and Dutch Star motorhomes. If the awning installation sequence was not completely followed, the awning motor may unknowingly become damaged.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Newmar will notify owners and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began on June 28, 2013. Owners may contact Newmar at 1-574-773-7791 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -04/30/2013,13T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T004000),"Kumho Tire U.S.A., Inc.",Intentionally Punctured Tires may have been Resold,TIRES,NR (Not Reported),Tire,11922,"Kumho Tire U.S.A., Inc. (Kumho) is recalling certain Kumho Solus KH25 passenger car tires, size 225/45R17, produced in the weeks of 3411 through 2512 (August 21, 2011 through June 23, 2012). All tires associated with this recall relate to Kumho Tire U.S.A., Inc.�s initial recall for these tires covered by NHTSA recall 12T-020. The affected tires were rendered unusable by being punctured with 3 drill holes through the tread surface and sent to Liberty Tire Recycling, LLC (Liberty) for disposal. Instead, Liberty sold to these tires as �used tires� to various tire wholesaler/distributors in Texas, New York, North Carolina and Puerto Rico.","The tires resold by Liberty have 3 drill hole punctures through the tread surface that if repaired, may not adhere to specific Rubber Manufacturers Association (RMA) standards for tire repairs, which could result in rapid air loss while the vehicle is in use and result in a tire failure that could cause a crash.","Kumho will notify owners, and dealers will replace the affected tires in accordance with the dealer notification letter. The safety recall began on May 6, 2013. Owners may contact Kumho at 1-909-428-3358." -04/30/2013,13E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E022000),Prevost Car (US) Inc.,Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,SR13-31,Equipment,416,"Prevost Cars, Inc. (Prevost) is recalling certain MGM Type 24-J series piston parking brake chambers sold as service replacement parts. The affected brake chambers may leak air pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Prevost will notify owners and dealers will inspect, and replace the brake chambers, as necessary, free of charge. The recall began on August 21, 2013. Owners may contact Prevost at 1-418-883-2888 x 6558. Prevost's campaign recall number is SR13-31." -04/30/2013,13V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V165000),Westmor Industries,Pressure Release Valve Failure,EQUIPMENT,NR (Not Reported),Vehicle,510,"Westmor Industries, LLC. (Westmor) is recalling certain model year 2003-2013 trailers equipped with Fisher-branded H732 and H832 pressure relief valves, manufactured by Emerson Process Management Regulatory Technologies, Inc. (Emerson) between January 2003 and January 2013. The stem of the valve may break, resulting in separation. This may result in the valve being ejected and pressurized gas being released into the atmosphere.",The ejected valve could strike another vehicle and cause personal injury or a vehicle crash. The release of gas near an ignition source could also lead to a vehicle fire.,"Westmor will notify owners and Emerson will replace the valves free of charge. The recall began on May 14, 2013. Customers may contact Westmor at 1-800-992-8981." -04/30/2013,13V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V168000),"Jayco, Inc.",Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,2491,"Jayco is recalling certain model year 2013-14 Eagle Premiere, Jay Feather Ultra Lite, Jay Flight, Jay Flight Swift, Octane, and White Hawk; model year 2013 Eagle, Eagle HT, Jay Flight Bungalow, Jay Flight Destination, Pinnacle, Redhawk and Seismic; and model year 2014 Precept recreational vehicles. In these vehicles, if the awning installation sequence is not completely followed, the awning motor may unknowingly become damaged.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Jayco will notify owners and dealers will inspect and replace the awning motor free of charge. The recall began on May 23, 2013. Owners may contact Jacyo at 1-800-283-8267 for more information." -04/29/2013,13V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V166000),"Mercedes-Benz USA, LLC",Seat Belt Anchor Fittings may be Loose,SEAT BELTS,NR (Not Reported),Vehicle,256,"Mercedes-Benz USA, LLC (Mercedes) is recalling certain model year 2013 GL350 BlueTEC, GL450 4MATIC, GL550 4MATIC, and GL63 AMG vehicles manufactured May 15, 2012 through October 4, 2012. The second row seat belt anchor fitting bolts may not be properly torqued.","If the bolts are not properly torqued, the seat belt anchor bolts may continue to loosen and in the the event of a crash, the belted occupant may not be properly restrained, increasing the risk of injury.","Mercedes-Benz will notify owners and dealers will check, and tighten the bolts of the seat belt anchor fittings, as necessary, free of charge. The recall campaign began on May 24, 2013. Owners may contact Mercedes-Benz at 1-800-367-6372." -04/26/2013,13V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V162000),Winnebago Industries Inc.,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,523,"Winnebago Industries, Inc. (Winnebago) is recalling certain model year 2013-2014 Winnebago Access, Aspect, Sightseer, Vista, Adventurer, Forza and Itasca Impulse, Cambria, Sunova, Sunstar, Suncruiser motorhomes manufactured February 20, 2013, through April 25, 2013. If the awning installation sequence was not completely followed, the awning motor may unknowningly become damaged. A damaged motor may lead to an unfurling of the awning.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.","Winnebago will notify owners and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began on July 17, 2013. Owners may contact Winnebago at 1-800-537-1885 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed." -04/25/2013,13E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E021000),"Cequent Performance Products, Inc.",Bike Rack Cradle Straps May Tear,EQUIPMENT,NR (Not Reported),Equipment,2330,"Cequent Performance Products, Inc. (Cequent) is recalling certain Pro Series Translite Bike Racks, Part No. 63144, manufactured from October 1, 2011 through June 30, 2012. The bike rack cradles may tear if excessive force is applied to the cradle straps.","Torn cradles could allow a bike to disengage from the carrier. If a bike disengages from the carrier it may fall onto the roadway, creating a hazard for other vehicles and increasing the risk of a crash.","Cequent will replace the dealer inventory and customers will receive a repair kit free of charge. The recall began on May 9, 2013. Customers may contact Cequent at 1-800-931-6689." -04/25/2013,13V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V190000),Daimler Coaches North America,Engine Compartment Short Circuit/Possible fire,ELECTRICAL SYSTEM,54.18U08765A,Vehicle,234,Setra Luxury Coaches (Setra) is recalling certain model year 2011 through 2013 Setra S417 TC motorcoaches manufactured between May 2009 and March 2013 and model year 2012 and 2013 S407 motorcoaches manufactured between August 2010 and March 2013. Moisture can enter the remote diagnostic electrical connections socket in the engine compartment causing corrosion in the socket.,"Corrosion in the socket can lead to a short circuit, possibly resulting in a fire.","Setra will notify owners and dealers will repair the motorcoaches free of charge. The recall began on June 21, 2013. Owners may contact Setra Customer Service at 1-800-241-2947 for more information. Setra's recall campaign number is 54.18U08765A." -04/25/2013,13V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V163000),Toyota Motor Engineering & Manufacturing,Front Lamps Exceed Maximum Brightness/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,208000,"Toyota Motor Corporation (Toyota) is recalling certain model year 2007-2013 FJ Cruiser vehicles manufactured January 25, 2006 through February 23, 2013 and equipped with a Toyota Auxiliary Driving Lamp Kits mounted to the front bumper. These lamp assemblies include 55 watt bulbs and due to this wattage and mounting angle, the combination of the upper beam headlamps plus the auxiliary lamps are too bright and exceed the maximum light output allowed for an upper beam headlamp. Therefore, these vehicles fail to conform to Federal Motor Vehicle Safety Standard No. 108, ""Lamps, reflective devices, and associated equipment.""",Light intensities above the maximum allowable limit could cause increased glare for oncoming traffic and increase the risk of a crash.,"Toyota will notify owners, and dealers will replace the 55 watt bulbs with 35 watt bulbs, free of charge. The recall began on June 6, 2013. Owners may contact Toyota at 1-800-331-4331." -04/25/2013,13V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V167000),"HME, Inc.",Leaking Brake Pressure may Lead to Wheel End Fire,EQUIPMENT,NR (Not Reported),Vehicle,11,"HME is recalling certain model year 2012 Spectr Fire Apparatus, Spectr Chassis, and 2011-2012 Ferrara Intruder Ember Chassis vehicles manufactured January 26, 2011, through November 7, 2012. These vehicles have axles are equipped with an MGM Type 24 J-series piston parking brake chamber. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"HME will notify owners and the brake chambers will be inspected and replaced as needed, free of charge. The safety recall is expected to begin on, or before, May 13, 2013. Owners may contact HME at 1-616-534-1463." -04/25/2013,13V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V164000),Thor Motor Coach,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Vehicle,427,"Thor Motor Coach is recalling certain model year 2013-2014 Challenger, Four Winds 5000, Hurricane, Chateau, Chateau Sport, and Windsport; model year 2013 Palazzo and Four Winds Siesta and model year 2014 Majestic motorhomes manufactured February 13, 2013, through April 09, 2013. If the awning installation sequence was not completely followed, the awning motor may unknowningly become damaged. A damaged motor may lead to an unfurling of the awning.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the motorhome is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Thor Motor Coach will notify owners and Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall began during May 2013. Owners may contact Thor at 1-877-855-2867 or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -04/24/2013,13V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V160000),"Terex South Dakota, Inc.",Aerial Device Leveling Arm may Fail,EQUIPMENT,SN606,Vehicle,500,"Terex South Dakota, Inc. (Terex) is recalling certain model year 1998-2005 OM Aerial Devices used on utility trucks. The leveling arm at the elbow can develop fatigue cracks.","Fatigue cracks may cause the leveling arm to fail. If the arm fails while the aerial device is in use, the platform may move unexpectedly, increasing the risk of injury to the operator or those nearby.","Terex will notify owners to inspect their unit immediately and arrange repairs with Terex or dealers. Repairs will be performed free of charge. The recall began on May 29, 2013. Owners may contact Terex at 1-605-884-3892. Terex's recall campaign number is SN606." -04/24/2013,13V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V159000),"Subaru of America, Inc.",Carpeted Floor Mats may Curl/Interfere with Pedals,EQUIPMENT,WQH-44,Vehicle,10137,"Subaru is recalling certain model year 2014 Forester vehicles manufactured from January 2013 through March 2013. The backing for the carpeted floor mats was not manufactured to specification. As a result, the floor mats may curl when exposed to heat.","Curling of the driver side floor mat could distract the driver and/or interfere with proper operation of one or a combination of, the vehicle's clutch, brake, and accelerator pedals. Brake or accelerator pedal interference may result in very high vehicle speeds and make it difficult to stop the vehicle, which could cause a crash.","Subaru will notify owners, and dealers will replace each of the vehicle's four (4) carpeted floor mats with new ones. These services will be performed free of charge. Subaru issued an interim notification during April 2013. Notification that the remedy is now available was mailed to owners on June 5, 2013. Owners may contact Subaru at 1-800-782-2783. Subaru's recall campaign number is WQH-44." -04/24/2013,13V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V157000),Honda (American Honda Motor Co.),Incorrect Yaw Rate/FMVSS 126,ELECTRONIC STABILITY CONTROL,S99,Vehicle,91920,"Honda is recalling certain model year 2012-2013 Honda Fit Sport vehicles manufactured from May 23, 2011, through March 22, 2013, and model year 2012-2013 Honda Fit base vehicles manufactured from June 27, 2011, through April 19, 2013. In April 2013, Honda recalled 43,782 2012-2013 Honda Fit Sport vehicles. In July 2013, Honda informed the agency that it was adding model year 2012-2013 Honda Fit vehicles in base trim to the recall campaign, representing an additional 48,138 vehicles. The total number of vehicles being recalled is now 91,920. The electronic stability control system of the affected vehicles may allow excessive yaw rates at high steering angles with certain tires. Thus, these vehicles fail to conform to the requirements of Federal Vehicle Motor Safety Standard No. 126, ""Electronic Stability Control Systems.""","Excessive yaw rates prevent the proper function of the electronic stability control (ESC) system, increasing the risk of a crash.","Honda will notify owners and dealers will update the ESC software free of charge. The safety recall began on August 1, 2013. Owners may contact Honda automobile customer service at 1-800-999-1009. Honda's recall campaign number is S99." -04/24/2013,13V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V161000),"Winnebago Industries, Inc.",Range Flame may be Extinguished by Airflow,EQUIPMENT,128,Vehicle,1918,"Winnebago Industries is recalling certain model year 2012-2014 Minnie Winnie, Aspect, Sightseer, Adventurer, and Journey motorhomes; and model year 2012-2014 Itasca Spirit, Cambria, Sunova, Suncruiser, and Meridian motorhomes. The affected vehicles were manufactured January 10, 2012, through April 5, 2013 and may be missing a range enclosure.","A missing range enclosure may allow the gas range flame to be extinguished due to air flow. In such a case, propane gas will continue to flow without a flame. If propane continues to flow, in the presence of an ignition source, it may suddenly combust resulting in a fire and/or personal injury.","Winnebago notify owners and dealers will install a range enclosure, free of charge. The safety recall began on May 20, 2013. Owners may contact Winnebago at 1-641-585-3535. Winnebago's recall campaign number is 128." -04/24/2013,13V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V158000),"Nissan North America, Inc.",Spare Tire may be Over- or Under-Inflated,TIRES,NR (Not Reported),Vehicle,123308,"Nissan North America is recalling certain model year 2013 Altima vehicles manufactured March 21, 2012, through March 26, 2013. The spare tires may have been significantly over- or under-inflated.","Tires that are significantly over- or under-inflated may fail without warning, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and adjust the spare tire pressure, as necessary, free of charge. The recall began on April 29, 2013. Owners may contact Nissan at 1-800-647-7261." -04/23/2013,13E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E020000),C. E. White Company,Flip Seat/Possible Toe or foot pinch,SEATS,NR (Not Reported),Equipment,925,"C. E. White is recalling certain Flip Seat model Quasi Static ""QSJ11"" (30"", 36"", 39"" and 45""), Flip Seat model Student Safety Seat ""SSSJ"" (30"", 36"", 39"" and 45""), and Flip Seat model School Bus Seat ""SBJ"" (30"", 36"", 39"" and 45"") shipped between the dates of September 12, 2005, and January 31, 2013, to various school bus manufacturers to be installed as original equipment.","When a Flip Seat is installed in front of another passenger seat, it is possible for the occupant of the rearward passenger seat to insert their toes and/or foot into the lower frame area of the Flip Seat. When a vehicle passenger occupies the Flip Seat, pushing the seat bottom downward to the horizontal position to sit in the seat, the occupant of the rearward seat could suffer a pinch point injury to their toes and/or foot.",C. E. White will work closely with the school bus manufacturers to identify and notify the school bus owners of the safety recall. The school bus manufacturers will install a safety guard to cover the gap in the lower frame of the flip seat. A notification schedule for this campaign has not yet been established. Owners should contact their vehicle manufacturer or C. E. White at 1-419-492-2157 for more information. -04/23/2013,13V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V156000),Triple E Recreational Vehicles,Licence Plate Lighting/FMVSS 108,EXTERIOR LIGHTING,CA#7719-1,Vehicle,410,"Triple E Recreational Vehicles (Triple E) is recalling certain model year 2012-2013 Libero L24CB, Serenity S24CB, Regency GT (GT24MB, GT27S, GT28D, GT29T), and Unity (U24CB, U24IB, U24TB, U24MB). The light for the license plate does not adequately illuminate the license plate to have it be visible when it is dark out. Therefore, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without license plate illumination, the vehicle may be difficult to identify at night.","Triple E Recreational Vehicles will notify owners and dealers will install a new license plate lamp, free of charge. The recall began during June 2013. Owners may contact Triple E at 1-877-992-9906. Triple E's number for this campaign is CA#7719-1." -04/23/2013,13V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V155000),Keystone RV Company,Unexpected Unfurling of the Awning,EQUIPMENT,13-193,Vehicle,6561,"Keystone RV Company (Keystone) is recalling certain model year 2013-2014 recreational trailers equipped with Dometic 9100 Power Awnings or Weather Pro awnings, awning serial numbers 306xxxx through 314xxxx, manufactured between February 13, 2013, through April 9, 2013. If the awning installation sequence was not completely followed, the awning motor may unknowningly become damaged. A damaged motor may lead to an unfurling of the awning.","If the awning unfurls unexpectedly either in transit or while parked, it may increase thre risk of personal injury or a crash.","Keystone will notify owners and dealers will replace the awning motor, free of charge. The recall began on May 7, 2013. Owners may contact Keystone at 1-866-425-4369. Keystone's campaign recall number is 13-193." -04/22/2013,13V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V154000),"BMW of North America, LLC",Front Fork may Loosen,SUSPENSION,NR (Not Reported),Vehicle,15,"BMW is recalling certain model year 2013 R1200 GS motorcycles manufactured January 9, 2013, through February 8, 2013. Due to an insufficient torque of a locking bolt, the front fork tube may loosen.","If the fork loosens it may hinder the rider's ability to control the motorcycle, increasing the risk of a crash.","BMW will notify owners and dealers will reinforce the affected fork locking bolt connections, free of charge. Owners were notified of the safety recall by telephone on April 22 and April 23, 2013. Therefore, an owner notification letter will not be issued for this campaign. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -04/22/2013,13V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V152000),Volvo Trucks North America,Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,RVXX1302,Vehicle,701,"Volvo Trucks North America (Volvo) is recalling certain model year 2011-2013 VHD and VNL vehicles manufactured December 13, 2010, through July 17, 2012. These vehicles are equipped with an MGM Type 24 J-series piston parking brake chamber. The brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Volvo will notify owners and the brake chambers will be replaced as needed, free of charge. The safety recall is expected to begin on, or before, June 17, 2013. Owners may contact Volvo at 1-336-393-2000. Volvo�s campaign recall number is RVXX1302." -04/22/2013,13V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V153000),"Mack Trucks, Inc.",Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,SC0369,Vehicle,331,"Mack Trucks, Inc. is recalling certain model year 2011-2013 CXU trucks manufactured November 23, 2010, through March 19, 2012. These vehicles are equipped with an MGM Type 24 J-series piston parking brake chamber. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Mack Trucks will notify owners and the brake chambers will be replaced as needed, free of charge. The safety recall is expected to begin on, or before, June 17, 2013. Owners may contact Mack at 1-800-866-1177. Mack Truck's campaign recall number is SC0369." -04/22/2013,13E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E019000),Dometic Corporation,Unexpected Unfurling of the Awning,EQUIPMENT,NR (Not Reported),Equipment,27098,"Dometic is recalling certain WeatherPro motor powered awning models 805, 815, 825, 835, 845, 885, 855, and 905: 9100 Power awning models 910, 912, 913, 914, 915, 916, 917, and 91; and certain awning motor service kits with part numbers starting with 3307923 and 3310423. The serial number range for the WeatherPro and 9100 motor powered awnings is 306XXXXX thru 314XXXXX. These motor powered awnings were either sold in the aftermarket as replacement equipment or installed as original equipment on various recreation vehicles and horse trailers. The awning motor service kits were sold in the aftermarket as service parts for product already installed on recreation vehicles or horse trailers and do not carry an individual serial number. The awning motor service kit must be located by the part number shown above. The motor powered awnings and awning motor service kits were manufactured between February 13, 2013 and April 9, 2013. If the awning or service part installation sequence is not completely followed, the awning motor may unknowingly become damaged.","If motor damage occurs, it is possible that the awning can unfurl unexpectedly, either while the coach is at rest or while in transit, increasing the risk of personal injury or a vehicle crash.",Dometic will send notices to purchasers of the replacement awnings and will work with the vehicle manufacturers to identify and notify owners of the coaches that had the affected awnings installed on their recreational vehicles. Dometic staff will replace the affected motors with a design that is not subject to an out-of-sequence installation error. The recall has already begun. Owners should contact their RV manufacturer or Dometic at 1-888-447-0003 for more information. Owners are being instructed not to drive their vehicle until repairs can be performed. -04/19/2013,13V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V150000),Prevost Car (US) Inc.,Emergency Window Decal Instructions are Inaccurate,EQUIPMENT,SR13-26,Vehicle,655,"Prevost is recalling certain model year 2012-2013 X3-45 VIP, 2006-2013 H3-45 VIP, and 2006-2011 XLII-45 coach buses equipped with window part numbers: 790612, 790613, and 790614. These vehicles were manufactured between October 31, 2003, through April 10, 2013. On the vehicles involved, the decals explaining how to open the emergency windows does not contain a step required to open the window in case of an emergency. Specifically, the latch must be held down while the window is pushed outward to release the window; this is not stated on the decal.","In the event of a crash, the incorrect label may result in difficulty opening the emergency windows. This could increase the risk of personal injury.","Prevost will notify owners, and dealers will replace the emergency window decals, free of charge. An interim notice was mailed to owners on August 1, 2013. Owners were notified that the replacement decals are available on August 30, 2013. Owners may contact Prevost at 1-418-883-2888 x 6558. Prevost's campaign recall number is SR13-26." -04/19/2013,13V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V151000),"Forest River, Inc.",Incorrect Certification Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,173,"Forest River is recalling certain model year 2013 Shasta Revere model SHT27DB, SHT30BH, SHT27BH, SHT26TB, and SHT27KS trailers manufactured September 4, 2012, through April 10, 2013. These vehicles were manufactured with incorrect tire load rating and pressure information on the Federal Certification Tag and Tire Information Tag. Thus, these trailers fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","The incorrect tire pressure information given on the Federal Certification Tag and Tire Information Tag may lead to the tire being overinflated, resulting in sudden tire failure, increasing the risk of a crash.","Forest River will notify owners and send corrected labels. The recall began July 23, 2013. Customers may contat Forest River at 1-574-825-7178." -04/19/2013,13V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V149000),Prevost Car (US) Inc.,Transmission Interlock/FMVSS 403,POWER TRAIN,SR13-25,Vehicle,1,"Prevost is recalling one model year 2013 H3-45 coach bus manufactured November 14, 2011, through July 3, 2012. In the affected bus, the transmission has the wrong software and may not lock to prevent movement while the wheelchair lift door is open. Thus, this bus fails to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 403, ""Platform Lift Systems for Motor Vehicles.""","Without the transmission locking to prevent movement, if the parking brake lock fails while the wheelchair lift door is open, the bus may unexpectedly move, increasing the risk of injury.","Prevost has notified the owner, and the transmission is being reprogrammed, free of charge. Owners may contact Prevost at 1-418-883-2888 x 6558. Prevost's campaign recall number is SR13-25." -04/17/2013,13V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V145000),E-One Incorporated,Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,4EN,Vehicle,10,"E-One Incorporated (E-One) is recalling certain model year 2011-2013 Cyclone II fire fighting vehicles manufactured from April 22, 2011, through February 8, 2013. These vehicles are equipped with Meritor axle assemblies that were built with piston air parking brake actuators. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"E-One will notify owners and the actuators will be replaced as needed, free of charge. The recall began on May 6, 2013. Owners may contact E-One at 1-800-627-5050. E-One's number for this campaign is 4EN." -04/17/2013,13V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V147000),"Explorer Van Company, Inc.",Seat Wiring Harness may Short Circuit,ELECTRICAL SYSTEM,2013-1,Vehicle,885,"Explorer Van Company, Inc. is recalling certain model year 2013 Explorer and Explorer Limited SE vehicles built on GMC Savana and Chevrolet Express chassis, manufactured August 1, 2012, through April 9, 2013. The wiring harness that powers the seat adjuster and the seat heating circuit may not be properly secured. As a result, the harness may become lodged in the seat riser mechanism.","If the wires become lodged in the seat riser mechanism, they may become severed and potentially short circuit. A short circuit may result in a fire.","Explorer Van Company will notify owners, and dealers will secure the seat wiring harness. Any damaged seat wiring harnesses will be replaced. These services will be completed free of charge. The recall began on May 10, 2013. Customers may contact Explorer Van Company at 1-800-926-7878. Explorer's number for this campaign is 2013-1." -04/17/2013,13V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V146000),"Navistar, Inc.",Sun Shade Separation,VISIBILITY,13505,Vehicle,14720,"Navistar is recalling certain model year 2011-2012 International Lonestar, model year 2012-2013 International Terrastar and model year 2011-2013 International DuraStar, ProStar, TranStar, and WorkStar commercial trucks manufactured from June 1, 2010, through March 7, 2012 and equipped with day cab codes 16CAB, 16030, or 16196 and feature codes 16WCE, 16WCR, 16XWD, 16XWE, 16XWV, 16XXB, 16XXD, 16XXE, 16XXG, or 16XYN sun shades. The sun shade may not be properly secured to the cab roof panel which may result in partial or full separation of the sun shade from the roof panel.","If the sun shade separates from the cab roof during vehicle operation, the sudden release of the sun shade could distract the driver increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect and strengthen the sun shade mounting, free of charge. The safety recall began on September 10, 2013. Owners may contact Navistar at 1-800-448-7825. Navistar's campaign number is 13505." -04/16/2013,13V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V142000),Motor Coach Industries,Failure of Exhaust Bellows Pipe,ENGINE AND ENGINE COOLING,MCI SB #397,Vehicle,155,"Motor Coach Industries (MCI) is recalling certain model year 2012-2013 D4000, D4000ISTV, D4005, D4500, and D4505 motorcoaches manufactured from May 2012 through December 2012 and equipped with a Cummins ISX EPA 2010 engine. In the affected buses, the bellows pipe in the exhaust system may have been incorrectly assembled, which could result in a failure of the pipe during operation.","During a regeneration process to clean exhaust emissions, if the bellows pipe has failed, the hot exhaust gases may not be contained, resulting in a fire.","MCI will notify owners and dealers will inspect and replace the bellows pipes, as necessary, free of charge. The recall began on April 29, 2013. Customers may contact MCI at 1-847-285-2000." -04/16/2013,13V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V144000),"Dutchmen Manufacturing, Inc.",Incorrect Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,10,"Dutchmen Manufacturing Inc. is recalling certain model year 2013 Dutchmen 245RKS recreational vehicles for failing to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) Number 110, ""Tire Selection and Rims."" On these vehicles, the Federal identification tag lists the wrong Gross Vehicle Weight Rating and the wrong Gross Axle Weight Rating.","Incorrect tag information could result in overloading of the vehicle, causing tire or axle failure, resulting in loss of vehicle control, increasing the risk of a crash.","Dutchmen will notify owners and mail replacement labels with corrected information, free of charge. The recall began on April 25, 2013. Owners may contact Dutchmen at 1-574-537-0700." -04/15/2013,13V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V143000),Honda (American Honda Motor Co.),Brake Shift Interlock/FMVSS 114,POWER TRAIN,"S96, S97, S98",Vehicle,204169,"Honda is recalling certain model year 2012-2013 CR-V, Odyssey, and model year 2013 Acura RDX vehicles. During sub-freezing temperatures, the brake-shift interlock blocking mechanism may become slow and allow the gear selector to be moved from the Park position without pressing the brake pedal. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard 114, ""Theft Protection and Rollaway Prevention.""","If the gear selector is moved from the park position without pressing the brake pedal it can allow the vehicle to roll away, increasing the risk of a crash.","Honda will notify owners and instruct them to take their vehicle to a Honda or Acura dealer. The dealer will install an updated brake shift interlock blocking mechanism free of charge. The recall began on May 13, 2013. Owners may contact Honda at 1-800-999-1009. Honda's campaign recall numbers are S96, S97, and S98." -04/15/2013,13E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E018000),"Schneider Electric USA, Inc.",Electric Vehicle Charging Station/Overheating,EQUIPMENT,NR (Not Reported),Equipment,763,"Schneider Electric is recalling certain EVlink electric vehicle charging stations manufactured from August 13, 2012, to March 17, 2013. The affected models are EV230PDRACG, EV230PDRACNG, EV230PDRACGC, EV230PSRACG, EV230PSRACNG, EV230PSRACGC, EV230WDRACG, EV230WDRACNG, EV230WS, EV230PDR, EV230PDRR, EV230PSR, EV230PSRR, EV230WSR, EV230WSRR, and EV240WS. In these units, the electric vehicle charging station's charger plug pin connectors may overheat, subsequently melting the thermoplastic casing around the pin connectors.","In some cases, the generated heat is sufficient enough to cause damage to the car inlet, and/or damage to the charging station plug. This condition also may present a danger of burn if the user has direct contact with the overheated portion of the casing.",Schneider Electric will notify owners and a Schneider Electric representative or trained electrical contractor will install a new cord-set free of charge. Owner notification began during April 2013. Owners may contact Schneider Electric at 1-877-283-7647. -04/15/2013,13V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V140000),"Seagrave Fire Apparatus, LLC",Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,NR (Not Reported),Vehicle,10,"Seagrave Fire Apparatus, LLC (Seagrave) is recalling certain model year 2011 and 2012 Marauder II pumper emergency vehicles, models TB70CM, TB50CL, TB40CL, TB70CX, TB70CL and TB70CO manufactured from November 23, 2010, through October 22, 2012. These vehicles are equipped with Meritor axle assemblies that were built with disc brakes using MGM J24 series air brake chambers. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Seagrave will notify owners and the actuators will be replaced as needed, free of charge. The safety recall began on April 23, 2013. Owners may contact Seagrave's OnTrac Customer service center at 1-866-668-7221." -04/12/2013,13V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V139000),"Nissan North America, Inc.",Front Brake Torque Member may Fail,SERVICE BRAKES,NR (Not Reported),Vehicle,19258,"Nissan is recalling certain model year 2013 Pathfinder and Infiniti JX vehicles manufactured December 3, 2012, through January 29, 2013. The front brake torque member was improperly cast resulting in structural weakness. This can lead to premature failure and cracking.","If the brake torque member fails, the brake caliper may move and contact the inside of the road wheel, resulting in reduced braking, increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect the manufacturing date of the torque members and replace them, as necessary, free of charge. The recall began on May 20, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -04/11/2013,13V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V137000),Kovatch Mobile Equipment Corp.,Air Brake Leakage may cause Brake Drag,PARKING BRAKE,NR (Not Reported),Vehicle,40,"Kovatch Mobile Equipment Corp. (Kovatch) is recalling certain model year 2012-2013 Predator, Predator SS, Panther, and model year 2011 Panther II emergency vehicles manufactured February 1, 2011, through February 28, 2013. These vehicles are equipped with Meritor axle assemblies that were built with disc brakes using MGM J24 series air brake chambers. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Kovatch will notify owners and will replace the actuators as needed, free of charge. The safety recall is expected to begin in May 2013. Owners may contact Kovatch at 1-570-669-5132." -04/11/2013,13V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V138000),"Autocar, LLC",Air Brake Leakage may cause Brake Drag,PARKING BRAKE,A-1301,Vehicle,532,"Autocar, LLC is recalling certain model year 2011-2013 ACX vehicles manufactured January 24, 2011, through December 4, 2012. These vehicles are equipped with Meritor axle assemblies that were built with disc brakes using MGM J24 series air brake chambers. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Autocar will notify owners and will replace the actuators as needed, free of charge. The safety recall began on June 10, 2013. Owners may contact Autocar at 1-765-489-5499. Autocar's campaign recall number is A-1301." -04/11/2013,13E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E017000),"Takata (TK Global, LLC)",Passenger Side Air bag Inflator may Rupture,AIR BAGS,NR (Not Reported),Equipment,,Takata has determined that the inflators in certain frontal passenger-side air bag inflators it manufactured and supplied to various vehicle manufacturers may produce excessive internal pressure causing the inflators to rupture upon deployment of the air bag.,"In the event of a crash resulting in a deployment of the passenger's air bag, the inflator could rupture, with metal fragments striking and potentially seriously injuring the passenger seat occupant or other occupants.","Owners of all vehicles on which a defective air bag may have been installed either as original equipment, or as a replacement, will be notified by their respective vehicle manufacturers. Dealers will inspect vehicles, and where a defective air bag inflator is identified, the inflator will be replaced, free of charge. Owners may contact their vehicle manufacturer for more information." -04/11/2013,13V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V141000),"Altec Industries, Inc.",Winch Drum Fracture,EQUIPMENT,CSN 574,Vehicle,1057,"Altec Industries, Inc (Altec) is recalling certain model year 2007-2012 DC, and DL/DM Digger Derrick utility trucks, equipped with boom tip winches using Tulsa Winch Group (formerly Gear Products) winch drums. In the affected vehicles, the winch drum could deform or fracture.","If the winch fails while in use, it could cause personal injury.","Altec will notify owners and dealers will replace the winch drum, free of charge. The recall began on June 10, 2013. Altec's recall campaign number is CSN 574." -04/10/2013,13V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V131000),"NABI Bus, LLC",Defroster Switch may Overheat,ELECTRICAL SYSTEM,20133,Vehicle,1179,"North American Bus Industries (NABI) is recalling certain model year 2008-2013 416 and model year 2012 31LFW transit buses manufactured October 30, 2008, through April 3, 2013 and equipped with a four-position rotary defroster switch with ring terminals. The defroster switch may overheat and melt the dash.",The overheating of the switch may lead to a fire or distract the driver and increase the risk of a vehicle crash.,NABI will notify owners and will install relays to reduce the current flow. This will be done free of charge. Owners may contact NABI at 1-256-831-4296. NABI's campaign number is 20133. -04/10/2013,13V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V135000),Temsa,Incorrect Gauges and ABS Light/FMVSS 121,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,228,"Temsa Global is recalling certain model year 2011-2013 TS35C and 2012-2013 TS30 motor coach buses. First, the two service air brake pressure gauges are both reading the pressure of the same air tank. Second, the ABS system malfunction indicator light does not illuminate momentarily when the key is turned to the 'ON' or 'RUN' position. Thus, these vehicles fail to comply with Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","Without accurate gauges, the driver may not notice the pressure change in the secondary brake system. The driver may also not be aware of an ABS issue without the bulb illuminating each time the key is turned on. Either issue increases the risk of a crash.","Temsa will notify owners and they will update the software, free of charge. The recall began on June 3, 2013. Owners may contact Temsa Global at 1-404-602-0151." -04/09/2013,13V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V125000),Blue Bird Body Company,Grid Heater Power Supply Cable/Possible Fire,ELECTRICAL SYSTEM,R13WD,Vehicle,276,"Blue Bird is recalling certain model year 2008 through 2011 All American rear engine school buses manufactured from August 9, 2007, through June 9, 2010, powered by Cummins ISB07 engines. In the affected vehicles, the grid heater power cable may be improperly routed, which could result in contact with the chassis frame rail.",If the cable contacts the chassis frame rail it could potentially chafe against the frame thereby creating a direct short which could result in a fire.,"Blue Bird will notify owners, and dealers will inspect the buses for proper positioning of the grid heater power cable. Any cables found contacting the chassis frame rail will have the grid heater cable repositioned to prevent further contact. Any damaged cables found will be replaced. The repairs will be made free of charge. The recall began on May 3, 2013. On August 15, 2014, Blue Bird sent out renoticiation letters to owners regarding the recall. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's recall campaign number is R13WD." -04/09/2013,13V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V126000),Blue Bird Body Company,Grid Heater Power Supply Cable/Possible Fire,ELECTRICAL SYSTEM,R13WD,Vehicle,17,"Blue Bird is recalling certain model year 2008 through 2011 All American rear engine, non-school, transit buses manufactured from August 9, 2007, through June 9, 2010, and powered by Cummins ISB07 engines. In the affected vehicles, the grid heater power cable may be improperly routed, which could result in contact with the chassis frame rail.",If the cable contacts the chassis frame rail it could potentially chafe against the frame thereby creating a direct short which could result in a fire.,"Blue Bird will notify owners, and dealers will inspect the buses for proper positioning of the grid heater power cable. Any cables found contacting the chassis frame rail will have the grid heater cable repositioned to prevent further contact. Any damaged cables found will be replaced. The repairs will be made free of charge. Notification to owners began on May 3, 2013. On August 15, 2014, Blue Bird sent out renoticiation letters to owners regarding the recall. Owners may contact Blue Bird at 1-478-822-2242. Blue Bird's recall campaign number is R13WD." -04/09/2013,13V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V123000),"Southeast Toyota Distributors, LLC",Inaccurate Load Carrying Capacity Labels,EQUIPMENT,NR (Not Reported),Vehicle,7525,"Southeast Toyota is recalling certain model year 2008 and 2010-2013 Toyota Tundra, 2010-2012 Rav4, 2012 Toyota Sequoia, 2010-2011 Toyota Corolla, 2010-2011 Toyota Camry and Camry Hybrid, 2010-2013 Toyota Highlander and Highlander Hybrid, 2010-2013 Toyota FJ Cruiser, 2011 Toyota Land Cruiser, 2010-2013 Toyota Venza, 2010-2011 Toyota 4Runner, 2010-2013 Toyota Tacoma, 2011-2012 Toyota Sienna, 2012 Toyota Prius, 2013 Scion FR-S, 2011 Scion XD, 2011 Scion XB, and 2012 Scion TC vehicles. These vehicles were sold with labels that were outside the allowable one percent of accuracy of actual weight added. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) Number 110, ""Tire Selection and Rims.""","An inaccurate label could lead to owners overloading their vehicles and tires. An overloaded vehicle can result in a tire failure which may result in a vehicle crash, personal injury, or property damage.","Southeast Toyota will notify owners and provide a corrected label with instructions concerning its installation. A small group of the affected vehicles will need additonal remedies which are still being developed. The recall began on May 28, 2013. Owners may contact Southeast Toyota at 1-800-301-6859." -04/09/2013,13V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V127000),"Daimler Trucks North America, LLC",Parking Brake Reminder Display Incorrect,ELECTRICAL SYSTEM,FL-642,Vehicle,50,"Daimler Trucks North America (DTNA) is recalling certain model year 2012-2014 Cascadia and Coronado vehicles manufactured between November 21, 2011, and April 3, 2013. In the affected vehicles, when the ignition is off and the door is opened without the parking brake applied, the dashboard does not display the correct message of ""Park Brake Off Door Open.""","Without the proper warning, a driver may not be reminded to apply the parking brake which may lead to a vehicle roll away, increasing the risk of a crash.","DTNA will notify owners, and dealers will update then display software. The safety recall began on June 6, 2013. Owners may contact DTNA at 1-800-547-0712. Daimler's recall campaign number is FL-642." -04/09/2013,13V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V129000),"Load Trail, LLC",Trailer Brake Actuator may Fail,SERVICE BRAKES,NR (Not Reported),Vehicle,51,"Load Trail LLC (Load Trail) is recalling certain model year 2011-2012 Load Max HD Goosenecks trailers manufactured October 21, 2011, through May 9, 2012. These vehicles are equipped with Carlisle hydraulic brake actuators. One of the rotating components in the hydraulic pump missed a heat treat operation causing the actuator to wear at a higher than normal rate. As a result, the hydraulic pump could fail and result in a loss of braking ability in the trailer.","Loss of braking ability can lead to loss of control of the trailer, increasing the risk of a crash, serious injuries, or property damage.","Load Trail will notify owners, and dealers will replace the hydraulic pumps free of charge. The recall began on April 18, 2013. Owners may contact Load Trail at 1-903-783-3900." -04/04/2013,13V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V134000),"Altec Industries, Inc.",Outrigger Brackets at Front Bumper may Bend,EQUIPMENT,CSN 573,Vehicle,17,"Altec is recalling certain model year 2010-2012 AC18, AC23, and AC38 cranes with front bumper outriggers mounted on Kenworth chassis between November 2010 and October 2012. The brackets that attach the outrigger to the front bumper of the chassis may be inadequate to support the full capacity of the crane in certain positions.","The inadequate mounting brackets may allow the outrigger to bend, reducing the stability of the crane truck which could result in injury, death, and/or property damage.","Altec will notify owners and dealers will replace the front bumper outrigger attachments. Notification to owners began on May 22, 2012. Owners may contact Altec at 1-877-462-5832. Altec's recall campaign number is CSN 573." -04/03/2013,13V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V121000),"Chrysler (FCA US, LLC)",Drive Shaft Failure may cause Airbag Deployment,AIR BAGS,N10,Vehicle,62578,"Chrysler Group LLC (Chrysler) is recalling certain model year 2007-2008 Dodge Nitro 4X2 vehicles manufactured March 21, 2006, through March 1, 2008; and 2008 Jeep Liberty 4X2 vehicles manufactured February 15, 2007, through March 1, 2008. The transfer case heat shield may drop down and rub on the drive shaft, weakening it and potentially causing the drive shaft to break.","If the drive shaft breaks, a section of it can strike the transfer case tunnel with enough force that the airbag computer will believe the vehicle is in a crash and thus deploy the airbags. Additionally, the drive shaft failure will result in a loss of motive power. Either condition may increase the risk of a crash.","Chrysler will notify owners, and dealers will add a bracket to support the rear of the heat shield, free of charge. An interim letter was mailed to owners on May 29, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N10." -04/03/2013,13V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V122000),"Chrysler (FCA US, LLC)",Engine Cover Creates Risk of Engine Fire,ENGINE AND ENGINE COOLING,N19,Vehicle,6143,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Ram 2500 and 3500 trucks manufactured January 7, 2013, through March 6, 2013. The engine cover may trap an excessive amount of heat under the cover.",The excessive heat under the engine cover may result in an under hood fire.,"Chrysler will notify owners, and dealers will replace the existing engine cover with one that is a different design, free of charge. An interim letter was mailed on May 31, 2013. A second letter was mailed to owners with instructions on how to obtain the free remedy on August 15, 2013. Owners may contact Chrysler at 1-800-853-1403. Chrysler's recall campaign number is N19." -04/03/2013,13V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V120000),"Chrysler (FCA US, LLC)",Fuel Tank Transfer Tube may cause Stall,"FUEL SYSTEM, GASOLINE",N17,Vehicle,20799,"Chrysler Group LLC (Chrysler) is recalling certain model year 2012 Jeep Patriot and Compass vehicles manufactured October 18, 2011, through May 7, 2012. Due to an incorrectly manufactured transfer tube, the transfer of fuel from the secondary side to the primary side of the fuel tank may be interrupted, causing the engine to stall.",If the engine stalls while driving it may increase the risk of a crash.,"Chrysler will notify owners, and dealers will replace the fuel tank transfer tube free of charge. An interim letter was mailed to owners on May 30, 2013. Owners were notified by Chrysler on July 19, 2013, that parts are now available. Owners may contact Chrysler at 1-800-853-1403. Chrysler's recall campaign number is N17." -04/03/2013,13E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E016000),Sika Corporation,Glass Bonding Adhesive may not cure Properly,EQUIPMENT,NR (Not Reported),Equipment,1152,"Sika Corporation USA (Sika) is recalling certain SikaTITAN P2G automotive glass bonding adhesives for use on aftermarket automotive glass components. The affected adhesives may not sufficiently harden or cure. As a result, the glass may not be fully secured to the vehicle.","If the glass is not properly bonded to the vehicle, the glass may be displaced or fall out increasing the risk of injury to vehicle occupants, property damage, or a vehicle crash.","Sika will notify owners and inspect the vehicles. As necessary, the affected auto glass will be reinstalled with new adhesive product free of charge. The recall began on April 9, 2013. Customers may contact Sika at 1-248-307-2543 or 1-248-577-1074." -04/03/2013,13V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V124000),"Chrysler (FCA US, LLC)",Inoperable Parking Brake,PARKING BRAKE,N21,Vehicle,46,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Dart vehicles manufactured on November 27, 2012. Some vehicles may have been built with incorrect rear brake calipers, which could result in an inoperable parking brake.","If the parking brake is inoperable, the vehicle could roll when parked increasing the risk of a crash.","Chrysler will notify owners, and dealers will replace the affected brake calipers, free of charge. The recall began on April 29, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N21." -04/03/2013,13V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V128000),"Chrysler (FCA US, LLC)",Parking Brake Cable may allow Truck to Roll,PARKING BRAKE,N22,Vehicle,6574,"Chrysler Group LLC (Chrysler) is recalling certain model year 2013 Dodge Ram 1500 vehicles manufactured December 17, 2012, through January 22, 2013. The parking brake cable equalizer was set incorrectly and may not hold the vehicle on a 20% grade. Thus, these vehicles fail to conform to the parking brake performance requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 135, ""Light Vehicle Brake Systems.""","If the parking brake fails to operate as designed, the vehicle could roll when parked, increasing the risk of a crash.","Chrysler will notify owners, and dealers will reset the parking brake cable equalizer if required, free of charge. The recall began on April 22, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N22." -04/03/2013,13V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V118000),"Chrysler (FCA US, LLC)",Seat Airbag Wiring Harness,AIR BAGS,N07,Vehicle,119497,"Chrysler Group LLC (Chrysler) is recalling certain model year 2011-2012 Chrysler 300, Dodge Challenger, and Dodge Charger vehicles manufactured April 11, 2011, through December 14, 2011. The affected vehicles may have improperly sized terminal crimps on the seat side-airbag wiring harness which may cause the seat side-airbags to malfunction and illuminate the airbag warning light.","In the event of a crash necessitating airbag deployment the airbags may not operate as designed, increasing the risk of injury.","Chrysler will notify owners, and dealers will replace both driver and passenger seat airbag wiring harnesses, free of charge. The recall began on April 22, 2013. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N07." -04/03/2013,13V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V119000),Vactor Manufacturing,Water Heater Oil Control,EQUIPMENT,SB-263,Vehicle,22,"Vactor Manufacturing (Vactor) is recalling certain model year 2012-2013 HXX and Guzzler vacuum trucks equipped with an Alkota water heater. These trucks were not equipped with an oil primary control. If the burner for the water heater fails to ignite normally, fuel can accumulate in the water heater combustion chamber.","If fuel accumulates, when the burner is lit, there may be a larger than normal flame which could lead to a vehicle fire.","Vactor will notify owners, and dealers will replace the burner assembly, free of charge. The recall began during April 2013. Customers may contact Vactor at 1-815-672-3171. Vactor's recall number is SB-263." -04/02/2013,13V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V117000),Jerr-Dan Corporation,Brake Hose may Chafe and Leak,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,30,"Jerr-Dan Corporation is recalling certain model year 2010-2012 Standard Duty Wrecker vehicles manufactured October 4, 2010, through March 1, 2012. The affected vehicles are built on a Ford Super Duty Chassis and equipped with the 6.2L Triton Gasoline engine fitted with a Muncie Power Products clutch pump power take off (PTO). To install the PTO, the Anti-Lock Brake System (ABS) module was relocated. In its new location, a brake hose from the ABS module may chafe against other components. On July 10, 2013, Jerr-Dan notified the agency that it would be recalling 12 Muncie Clutch Pumps PTO kits sold through its service department.","Brake line chafing may lead a loss of brake pressure resulting in additional distances being required to stop the vehicle, increasing the risk of a crash.","Jerr-Dan will notify owners will provide a free remedy. The recall began on July 26, 2013. A notification schedule has not yet been provided. Owners may contact Jerr-Dan at 1-800-923-9666." -04/01/2013,13V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V115000),Hyundai Motor America,Headliner Support Bracket may cause Injury,AIR BAGS,109,Vehicle,186250,"Hyundai Motor Company is recalling certain model year 2011-2013 Elantra vehicles manufactured from November 12, 2010, through March 5, 2013. A support bracket attached to the headliner may become displaced during a side curtain airbag deployment.","If the headliner support bracket makes contact with an occupant during a crash, it may cause a laceration injury.","Hyundai will notify owners, and dealers will apply adhesive strips to the headliner, free of charge. The safety recall began during April 2013. Owners may contact Hyundai at 1-800-633-5151. Hyundai's recall campaign number is 109." -04/01/2013,13V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V113000),Hyundai Motor America,Stop Lamp Switch may Function Intermittently,EXTERIOR LIGHTING,110,Vehicle,1712336,"Hyundai Motor Company (Hyundai) is recalling certain model year 2006-2009 Accent, model year 2007-2011 Azera, Sonata and Sante Fe,2006-2011 Tucson, 2009-2011 Elantra Touring, 2007-2010 Elantra, 2008-2011 Veracruz, 2009-2011 Genesis, 2010-2011 Genesis Coupe, 2007-2008 Entourage, and 2006-2008 Tiburon vehicles. Originally, in April 2013, Hyundai recalled 1,059,824 model year 2007-2009 Accent and Tucson, model year 2007-2010 Elantra, model year 2007-2011 Santa Fe, model year 2008-2009 Veracruz, model year 2010-2011 Genesis Coupe, and model year 2011 Sonata vehicles. In September 2013, Hyundai informed the agency that it was adding more vehicles to this campaign, representing an additional 652,512 units. The total number of vehicles being recalled is now 1,712,336. In the affected vehicles, the stop lamp switch may malfunction. A malfunctioning stop lamp switch may cause the brake lights to not illuminate when the brake pedal is depressed or may cause an inability to deactivate the cruise control by depressing the brake pedal. Additionally, a malfunctioning stop lamp switch may also result in intermittent operation of the push-button start feature, affect the operation of the brake transmission shift interlock feature, preventing the shifter from being moved out of the PARK position and cause the Electronic Stability Control (ESC) malfunction light to illuminate.","Failure to illuminate the stop lamps during braking or inability to disengage the cruise control could increase the risk of a crash. Additionally, when the ignition is in the 'ON' position, the transmission shifter may be able to be moved out of Park without first applying the brake. This may lead to unintentional movement of the car which may increase the risk of a crash.","Hyundai will notify owners, and dealers will replace the stop lamp switch, free of charge. The safety recall began on April 22, 2013. Owners may contact Hyundai at 1-800-633-5151. Hyundai's recall campaign number is 110." -04/01/2013,13V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V114000),Kia Motors America,Stop Lamp Switch may Function Intermittently,EXTERIOR LIGHTING,SC098,Vehicle,980377,"Kia Motors Corporation (Kia) is recalling certain model year 2007-2010 Rondo, model year 2007-2011 Sedona, Sorento and Sportage, model year 2010-2011 Soul, model year 2008-2011 Optima, model year 2010 Forte, model year 2007-2009 Amanti, and model year 2009 Borrego vehicles. Originally, in April 2013, Kia recalled 623,658 model year 2007-2010 Rondo and Sportage, model year 2007-2011 Sorento, model year 2007 Sedona, model year 2010-2011 Soul, and model year 2011 Optima vehicles. In September 2013, Kia informed the agency that it was adding an additional 356,719 vehicles to this campaign. The total number of vehicles being recalled is now 980,377. In the affected vehicles, the stop lamp switch may malfunction. A malfunctioning stop lamp switch may cause the brake lights to not illuminate when the brake pedal is depressed or may cause an inability to deactivate the cruise control by depressing the brake pedal. Additionally, a malfunctioning stop lamp switch may also result in intermittent operation of the push-button start feature, affect the operation of the brake-transmission shift interlock feature preventing the shifter from being moved out of the PARK position and cause the Electronic Stability Control (ESC) malfunction light to illuminate.","Failure to illuminate the stop lamps during braking or inability to disengage the cruise control could increase the risk of a crash. Additionally, when the ignition is in the 'ON' position, the transmission shifter may be able to be moved out of PARK without first applying the brake. This may lead to unintentional movement of the car which may increase the risk of a crash.","Kia will send an interim notification to owners in May 2013. When parts are available, owners will receive a second notification and dealers will replace the stop lamp switch, free of charge. Owners may contact Kia at 1-800-333-4542. Kia's recall campaign number is SC098." -04/01/2013,13T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T003000),Federal Corporation,Tire Tread Shoulder Chunking,TIRES,NR (Not Reported),Tire,8513,"Federal Corporation is recalling certain Couragia A/T tires, size P265/75R16 116S, DOT Serial Numbers UX77 3210-UX770813. In the affected tires, excessive heat causes tread shoulder chunking. Thus, these tires fail to conform to the durability test requirements of Federal Motor Vehicle Safety Standard No. 139, ""New Pneumatic Radial Tires for Light Vehicles.""",Tire shoulder tread chunking could cause a tire failure and increase the risk of a crash.,"Federal Corporation will notify owners and will replace the tires, free of charge. The recall began on April 30, 2013. Owners may contact Federal Tires consumer hotline at 1-855-444-8250." -03/29/2013,13V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V112000),"Mitsubishi Motors North America, Inc.",Fuel Gauge may Read Incorrectly,ELECTRICAL SYSTEM,SR-13-005,Vehicle,3724,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2013 Outlander Sport AWD vehicles manufactured June 11, 2012, through December 11, 2012. These vehicles may have been built without a fuel sending unit harness for the sub-sending unit. This may result in a false fuel tank level reading.","The vehicle operator may believe they have fuel when the tank is actually empty. This could cause the engine to stall while driving, increasing the risk of a crash.","Mitsubishi will notify owners, and dealers will install the proper fuel sending harness, free of charge. The recall began on April 18, 2013. Owners may contact Mitsubishi at 1-888-648-7820. Mitsubishi's campaign recall number is SR-13-005." -03/29/2013,13V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V111000),Temsa,Steering Wheel may Lock while Driving,STEERING,NR (Not Reported),Vehicle,25,Temsa Global is recalling certain model year 2013 TS35C motorcoach buses manufactured between January 2013 and February 2013 and equipped without a key on the steering column. A component within the steering column may cause the steering wheel to lock.,"If the steering locks unexpectedly, it would hinder the driver's ability to turn, increasing the risk of a crash.","Temsa Global will notify owners, and dealers will remedy the affected buses, free of charge. The recall began on April 3, 2013. Owners may contact Temsa at 1-404-602-0151." -03/29/2013,13V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V116000),"Mitsubishi Motors North America, Inc.","Stop Lamp Switch/FMVSS 108, 114",EXTERIOR LIGHTING,SR-13-004,Vehicle,4539,"Mitsubishi Motors North America, Inc. (Mitsubishi) is recalling certain model year 2013 Outlander Sport vehicles manufactured June 11, 2012, through September 11, 2012. These vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment,"" and FMVSS number 114, ""Theft Protection."" The brake stop lamps may illuminate continuously or intermittently. The shift lever could also be moved out of Park without depressing the brake pedal.","If the brake lamps do not illuminate properly other vehicles may not know when the vehicle is stopping. This could increase the risk of a crash. If the shift lever is moved from park without using the brake, the vehicle may roll causing personal injury.","Mitsubishi will notify owners, and dealers will correct the installation of the stop lamp switch, free of charge. The recall BEGAN ON April 18, 2013. Owners may contact Mitsubishi at 1-888-648-7820. Mitsubishi's campaign recall number is SR-13-004." -03/28/2013,13V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V105000),"General Motors, LLC",Steering Wheel may Detach,STEERING,13098,Vehicle,144,"General Motors is recalling certain model year 2013 Buick Encore vehicles manufactured between December 9, 2012 and December 28, 2012, and equipped with a heated steering wheel. The steering wheel fastener may not have been properly installed. This could cause the steering wheel to come loose or separate from the steering column.","If the steering wheel separates from the steering column while driving, the ability to steer could be lost, increasing the risk of a crash.","General Motors will notify owners, and dealers will inspect and make any necessary repairs on the steering wheel. These services will be provided at no charge to the customer. The safety recall began on May 21, 2013. Owners may contact General Motors at 1-800-521-7300. This is General Motors campaign number 13098." -03/28/2013,13E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E015000),Thermo King Corp.,Temperature Control Electrical Short,EQUIPMENT,NR (Not Reported),Equipment,8330,"Thermo King is recalling certain T-Series (Model T570R, T600, T600R, T800, T800R, T1000, T1000R, T1000 Spectrum) and V-Series (Model 200, 300, 520) temperature control units, manufactured from January 2009 through February 2013 and equipped with the electric standby option. Water may intrude into the unit through an improperly sized connector/seal. This may cause corrosion near the electrical terminals, resulting in an electrical short circuit.",An electrical short circuit may result in a vehicle fire.,"Thermo King will notify owners, and dealers will replace the existing connector and O-ring with a properly sized connector, new sealing washer and gasket, free of charge. The recall began on April 25, 2013. Owners may contact Thermo King at 1-952-887-2200." -03/27/2013,13V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V110000),"Subaru of America, Inc.",Brake Lines may Fail due to Corrosion,"SERVICE BRAKES, HYDRAULIC",WQG-43,Vehicle,274402,"Subaru is recalling certain model year 2005-2009 Outback and Legacy vehicles manufactured from December 2003, through April 2009 and currently, or formerly, registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. Salt water could splash on the brake lines through a gap in the fuel tank protector, resulting in excessive corrosion of the brake lines.","Brake line corrosion may result in brake fluid leakage. Fluid leakage may result in longer distances being required to slow or stop the vehicle, increasing the risk of a crash.","Subaru will notify owners, and dealers will inspect the vehicles. If no brake fluid seepage is observed, the affected area will be rustproofed with anti-corrosion wax. If brake fluid seepage is observed, the brake lines will be replaced followed by rustproofing with anti-corrosion wax. These services will be performed free of charge. The recall began on May 30, 2013. Owners may contact Subaru at 1-800-782-2783. Subaru's recall campaign number is WQG-43." -03/27/2013,13V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V109000),Ford Motor Company,Fuel Tank may Leak at Seam,"FUEL SYSTEM, GASOLINE",13S03,Vehicle,3037,"Ford is recalling certain model year 2012 Taurus, Lincoln MKS, and model year 2013 Explorer vehicles manufactured July 19, 2011, through March 15, 2012. In the affected vehicles, the fuel tanks may have a marginally sealed seam in the side of the tank. As a result, the fuel tanks may not provide the expected strength in the event of an impact. The tanks may also leak.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners, and dealers will inspect the fuel tanks and replace them as necessary, free of charge. The recall began on May 9, 2013. Ford's recall campaign number is 13S03. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -03/26/2013,13V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V108000),"NABI Bus, LLC",Brakes may Drag resulting in Fire,SERVICE BRAKES,20132,Vehicle,83,"North American Bus Industries Inc. (NABI) is recalling certain model year 2012-2013 40LFW transit buses manufactured November 10, 2012, through March 10, 2013, and equipped with adjustable brake and throttle pedals. The brake pedals may not fully release after the brakes are applied.","If pressure remains applied to the brakes, they may overheat while driving, which may result in a fire.","NABI will notify owners and inspect and repair the buses, free of charge. The recall began on June 27, 2013. NABI's recall campaign number is 20132. Owners may contact NABI at 1-256-831-4296." -03/25/2013,13V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V106000),Braun Corporation,Track Bar Mount Weld may Fail,SUSPENSION,NR (Not Reported),Vehicle,62,"Braun is recalling certain model year 2008-2013 Vision Rear Entry mobility conversion vehicles built on Dodge and Chrysler minivan chassis from December 20, 2012, through March 21, 2013. The track bar mount assemblies were not properly welded during manufacturing. One or more welds are missing from the track bar which could result in separation from the rear axle.","If the track bar separates from the rear axle, the track bar may drag the ground and unexpectedly alter the control of the vehicle, increasing the risk of a crash.","Braun will notify owners, and Braun dealers will either repair or replace the entire track bar mounting assembly, free of charge. The recall began on May 8, 2013. Owners may contact Braun customer service center at 1-800-488-0359." -03/25/2013,13V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V107000),"Hitch-Hiker Mfg., Inc.",Trailer Axle may Fail,SUSPENSION,NR (Not Reported),Vehicle,33,"Hitch-Hiker Mfg., Inc. (Hitch Hiker) is recalling certain model year 2008-2011 food concession trailers equipped with GKN brand axles. In the affected trailers, the axle may break allowing the arm, spindle, hub, wheel and tire to separate.",If the trailer is being towed and the axle breaks it may increase the risk of a crash.,Hitch-Hiker will notify owners and replace the axles. The recall began during April 2013. Owners may contact Hitch-Hiker at 1-330-542-3052. -03/22/2013,13V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V104000),"Triumph Motorcycles America, Ltd.",Turn Signal Stems may Break,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3799,"Triumph Motorcycles (Triumph) is recalling certain model year 2012-2013 Daytona 675, Street Triple, Speed Triple, and Tiger 800 motorcycles. Due to a manufacturing error, the turn signal stems on the front and rear of the motorcycle may fracture.","If the turn signal stems break, the turn signals may not be visible to other vehicles on the road, increasing the risk of a vehicle crash.","Triumph will notify owners and dealers will replace the turn signal stems, free of charge. The recall began on March 26, 2013. Owners may contact Triumph at 1-678-854-2010 for more information." -03/21/2013,13V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V102000),Volvo Trucks North America,Remote Battery Disconnect Switch/Cable Overheating,ELECTRICAL SYSTEM,RVXX1301,Vehicle,5207,"Volvo is recalling certain model year 2012-2014 VHD, VNL, and VNM trucks, manufactured from April 18, 2011, through March 14, 2013, and equipped with a horizontally mounted remote battery disconnect switch. The remote battery disconnect switch was manufactured with incorrect hardware allowing the cables to loosen. Additionally, as mounted, the cables may vibrate and chafe.",Loose or chafed cables may lead to overheating of the battery cable and switch which may result in a fire.,"Volvo will send owners an interim letter and dealers will replace and relocate the remote battery disconnect switch. The recall began on May 7, 2013. Owners may contact Volvo's recall support line at 1-877-800-4945 and select option 1." -03/21/2013,13V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V103000),"Chrysler (FCA US, LLC)",Starter B+ Electrical Short may Result in Fire,ELECTRICAL SYSTEM,N18,Vehicle,4051,"Chrysler is recalling certain model year 2013 Dodge Challenger vehicles manufactured from December 3, 2012, through January 24, 2013 and equipped with a V6 engine. The battery positive cable at the starter motor may experience an electrical short circuit to ground.",A short circuit could lead to a vehicle fire.,"Chrysler has begun notifying owners and they are being advised to immediately refrain from driving their vehicles and to contact their dealers. Chrysler Group further advises affected owners not to park their vehicles in, or near, any structures. Dealers will replace the under hood starter cable assembly, free of charge. The recall notification began on March 22, 2013. Owners may contact Chrysler at 1-800-247-9753." -03/20/2013,13V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V101000),"Navistar, Inc.",Wheel Separation may Result from Snap Ring Issue,WHEELS,13504,Vehicle,1646,"Navistar is recalling certain model year 2013 International ProStar commercial trucks, manufactured from January 24, 2012, through January 2, 2013, with feature codes 29AEB and 29AEC (Preset Plus hubs). The axle bearing retaining nut lock snap ring may have not been installed or may have been installed incorrectly which may result in the retainer nut working loose and possibly separating the wheel hub from the axle.",Separation of a wheel hub from an axle may increase the risk of a crash.,"Navistar will notify owners, and dealers will inspect and replace any missing axle bearing retainer nut lock snap rings, free of charge. The safety recall began on April 24, 2013. Owners may contact Navistar at 1-800-448-7825." -03/19/2013,13V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V100000),Starcraft Bus,Incorrect Certification Label,EQUIPMENT,NR (Not Reported),Vehicle,399,"Starcraft Bus is recalling certain model year 2004-2009 XLT buses manufactured from January 16, 2004, to October 29, 2009. The affected vehicles have incorrect values for the Gross Vehicle Weight Rating and Gross Axle Weight Rating specified on the certification label. Thus, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification.""","A misprinted label could lead to improper vehicle loading. Improper loading could result in a tire failure, increasing the risk of a crash.","Starcraft will notify owners, and dealers will remedy the buses by either providing a new certification label, adding additional suspension and upgrading the rear tires, or removing seats. The safety recall began on April 1, 2013. Owners may contact Starcraft Bus at 1-800-348-7440." -03/18/2013,13V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V099000),"Daimler Trucks North America, LLC",Daytime Running Lights may not Reactivate,ELECTRICAL SYSTEM,FL-641,Vehicle,52376,"Daimler Trucks North America (DTNA) is recalling certain model year 2012-2014 Freightliner Cascadia tractors manufactured from April 12, 1210, through March 2, 2013, and equipped with a SAMCAB software version 6.2. On vehicles configured to have the turn signals operate as Daytime Running Lights (DRLs) and the 'Turn-Tip' turn signal function activated, the DRLs may not illuminate properly after using the 'Turn-Tip' function while driving.",Failure of the DRLs to illuminate reduces visibility to other drivers and increases the risk of a vehicle crash.,"DTNA sent notification to owners on May 6, 2015, instructing them to contact their dealers and arrange to have the free SAMCAB software updated to correct the operation of the DRLs and ""Turn Tip"" feature. Owners may contact DTNA at 1-800-547-0712." -03/15/2013,13V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V098000),Toyota Motor Engineering & Manufacturing,Access Door Cracks/Seat Belt Anchor Detachment,SEAT BELTS,NR (Not Reported),Vehicle,209000,"Toyota is recalling certain model year 2007 through 2013 FJ Cruiser passenger vehicles. The retractors for the front driver and passenger seat belts are mounted in the access door (rear door) panels of the vehicle. Due to insufficient strength of the access door panel, cracks may develop in the panel if the access door is repeatedly and forcefully closed over an extended period of time.","If cracks occur in the panel around the lower retractor anchor, the seat belt retractor could become detached, which could increase the risk of injury to an occupant in the event of a crash.","The safety recall began on June 6, 2013. Toyota will mail an interim letter to owners late in April 2013. Remedy notifications to the owners for the repair will begin in late May 2013. Owners may contact Toyota at 1-800-331-4331." -03/15/2013,13V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V093000),Honda (American Honda Motor Co.),Engine Stall due to ECU Corrosion,ELECTRICAL SYSTEM,S86,Vehicle,76253,"Honda is recalling certain model year 2004-2008 Acura TSX vehicles originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin and the District of Columbia. In states that use corrosive materials for deicing, driver's footwear may bring in materials that saturate the vehicle's carpeting, which is in contact with the vehicle's engine Electronic Control Unit (ECU). As a result, the ECU case may experience rust or corrosion. This damage may potentially cause the engine to stall.",A vehicle stall increases the risk of a crash.,"Honda will notify owners and Acura dealers will inspect the vehicle and replace any damaged ECU, free of charge. All vehicles will have a waterproof cover installed onto the ECU, free of charge. The recall began during April 2013. Owners may contact Acura Client Relations at 1-800-382-2238 and select option 4 or go to www.recalls.acura.com." -03/15/2013,13V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V097000),"General Motors, LLC",Loss of Engine Braking/FMVSS 102,ELECTRICAL SYSTEM,13053,Vehicle,26582,"General Motors (GM) is recalling certain model year 2013 Buick LaCrosse vehicles, manufactured between April 25, 2012, through March 6, 2013, and model year 2013 Cadillac SRX vehicles, manufactured between May 29, 2012, through February 18, 2013 for failing to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect."" A software problem may cause the transmission to inadvertently shift to Sport mode removing any transmission-related engine braking effect.","If engine braking is unexpectedly removed, it may increase the risk of a vehicle crash.","GM will notify owners, and dealers will reprogram the transmission control module free of charge. The recall began on April 3, 2013. Cadillac owners may call 1-866-982-2339. Buick owners may call 1-866-694-6546." -03/15/2013,13V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V096000),"Terex South Dakota, Inc.",Seal Failure may Cause Inadvertent Lift Movement,EQUIPMENT,SN601,Vehicle,240,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2000-2009 TC, RM, OM-DHL, and XM Aerial Device utility trucks which have boom controls mounted in a console at the truck bed. A seal within the hydraulic rotary manifold may fail causing the aerial device to move inadvertently.",Unexpected movement of the Aerial Device while in use may lead to personal injury.,"Terex will notify owners, and dealers will reconfigure the hydraulic plumbing and add a solenoid, free of charge. The recall began on May 15, 2013. Owners may contact Terex at 1-605-884-3892." -03/15/2013,13V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V095000),"Nissan North America, Inc.",Shift Lever may Indicate Incorrect Gear,POWER TRAIN,NR (Not Reported),Vehicle,18880,"Nissan is recalling certain model year 2012-2013 NV vehicles manufactured from December 20, 2010, through January 4, 2013 and are equipped with steering column-mounted transmission shift levers. The transmission lever gear selector plate lock clip may have been installed incorrectly. As a result, normal road vibration may cause the gear position indicator to not match the gear shift lever position.","As a consequence of the incorrect display, although the gear indicator may display that the vehicle is in Park, the vehicle may not be properly secured allowing the vehicle to roll away unexpectedly, increasing the risk of personal injury or a vehicle crash.","Nissan will notify owners, and dealers will correct the installation of the transmission lever gear selector plate lock clip, free of charge. The recall began on April 15, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -03/14/2013,13V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V092000),Honda (American Honda Motor Co.),Inadvertent Application of Brakes,"SERVICE BRAKES, HYDRAULIC","S87, S88, S89",Vehicle,183576,"Honda is recalling certain model year 2005 Pilot vehicles manufactured July 29, 2004, through August 29, 2005; model year 2005-2006 Acura MDX vehicles manufactured September 16, 2004, through September 22, 2005; and model year 2005 Acura RL vehicles manufactured March 1, 2004, through June 29, 2005. An electrical capacitor may have been damaged during the manufacturing of the Vehicle Stability Assist (VSA) control module causing intermittent, automatic, minor brake application. However, if the driver applies the brakes while the VSA is malfunctioning, the vehicle may come to an abrupt stop. Additionally, due to a loose ground connection, certain model year 2005 Pilots have a VSA system that may apply partial brake force, without the illumination of the brake lights, whether or not the driver is using the brakes.","Sudden inadvertent braking, especially without illumination of the brake lights, may increase the risk of a vehicle crash.","Owners will be notified and instructed to take their vehicles to a dealer of their respective brand. The dealer will install a partial wiring harness containing a capacitor for the VSA modulator, free of charge. The affected model year 2005 Pilots will have their ground connection tightened. The recall began on April 22, 2013. Honda owners may contact Honda Automobile Customer Service at 1-800-999-1009, and select option 4 or go to www.recalls.honda.com; Acura owners may contact 1-800-382-2238, and select option 4, or go to www.recalls.acura.com." -03/14/2013,13V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V094000),"Nissan North America, Inc.",Shift Lever may Move Allowing Vehicle Rollaway,POWER TRAIN,NR (Not Reported),Vehicle,2180,"Nissan is recalling certain model year 2013 Titan trucks manufactured from January 22, 2013, through February 20, 2013; and model year 2013 NV vehicles manufactured from December 17, 2012, through February 20, 2013 and equipped with steering column-mounted transmission shift levers. Chemicals used in the manufacturing of the shift lever assembly may result in the malfunction of the brake shift interlock allowing the transmission shift lever to be shifted out of Park without depressing the brake pedal.","If the vehicle is unintentionally shifted out of park, it could roll away and lead to personal injury or a vehicle crash.","Nissan will notify owners, and dealers will remedy the vehicles, free of charge. The recall began on April 15, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -03/13/2013,13E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E014000),Emerson Process Mgmt Regulator Tech. Inc,Pressure Release Valve Failure,EQUIPMENT,NR (Not Reported),Equipment,29118,"Emerson Process Management Regulator Technologies, Inc. (Emerson) is recalling certain Fisher-branded H732 and H832 pressure relief valves, manufactured January 2003, through January 2013, used in cargo tank trailers. The stem of the valve may break, resulting in separation. This may result in the valve being ejected and pressurized gas being released into the atmosphere.",The ejected valve could strike another vehicle and cause personal injury or a vehicle crash. The release of gas near an ignition source could also lead to a vehicle fire.,"Emerson will notify owners and replace the valves free of charge. The recall began on April 9, 2013. Customers may contact Emerson at 1-888-237-1751." -03/13/2013,13V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V091000),PACCAR Incorporated,Seat Belt Buckle Attaching Cable may Fray and Fail,SEAT BELTS,"13KWD, 0313-D",Vehicle,2509,"PACCAR is recalling certain model year 2013-2014 Kenworth T680 and T880 trucks and model year 2013-2014 Peterbilt 567, 579 and 587 trucks equipped with air ride seats. The cables for anchoring the seat belt buckles of both the driver and passenger seat may fray.","In the event of a crash, a frayed seat belt could cause the belt to separate from the seat, increasing the risk of injury to the seat occupant.","PACCAR will notify owners, and dealers will replace both seat belt buckle assemblies, free of charge. The recall began on May 9, 2013. Owners may contact Kenworth at 1-425-828-5000 or Peterbilt at 1-940-591-4000." -03/12/2013,13V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V088000),"Terex South Dakota, Inc.",Ground Fault Interrupt Protection,EQUIPMENT,SN605,Vehicle,23,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2012 T292, TL, and NT Aerial Devices installed on utility trucks and equipped with a 110 VAC inverters. The Ground Fault Interrupt (GFI) may not offer GFI protection due to the neutral wire being ungrounded in the inverter.","If the GFI does not function, and a tool that is plugged into the inverter has a short, the operator could receive an electrical shock, resulting in electrocution.","Terex will notify owners, and dealers will add a jumper wire between the neutral and ground wire, free of charge. The recall began on April 18, 2013. Owners may contact Terex at 1-605-882-4000." -03/12/2013,13V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V072000),"Caterpillar, Inc.",Missing side marker lamps and/or reflective tape,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,49,"Caterpillar is recalling certain 2012 and 2014 Caterpillar CT660 heavy duty trucks manufactured by Navistar between October 31, 2011, and January 23, 2013. Certain side marker lamps and/or reflective tape were not applied to these vehicles, which have a length of 30 feet or longer. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Missing side marker lamps and/or reflective tape reduces the visibility of the truck to others, which increases the risk of a vehicle crash.","Caterpillar will notify owners, and dealers will repair the vehicles free of charge. The recall began on April 262013. Owners may contact Caterpillar at 1-800-447-4986." -03/12/2013,13V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V090000),Crossroads RV,Power Converter may Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,160,"Crossroads RV (Crossroads) is recalling certain model year 2013 Redwood, Rushmore, and Elevation trailers manufactured January 17, 2013, through February 19, 2013. The trailers are equipped with power converters that supply A/C power. These converters have internal components that may short circuit.",A short circuit may lead to a vehicle fire.,"Crossroads will notify owners, and dealers will replace the affected internal components, free of charge. The recall began on March 21, 2013. Customers may contact Crossroads customer service at 1-855-226-7496 or by email at service@crossroadsrv.com." -03/08/2013,13V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V080000),"General Motors, LLC",CNG Pressure Relief Vent Pipe,"FUEL SYSTEM, OTHER",13065,Vehicle,48,"General Motors is recalling certain model year 2011 Chevrolet Express vehicles converted by Impco Automotive to run compressed natural gas (CNG), manufactured between November 23, 2010 and December 23, 2010 and equipped with a four tank configuration using a pressure relief device (PRD) and pressure relief vent pipe assembly. In the affected vehicles, the pressure relief vent pipe assembly may have been built incorrectly.","If a pressure relief device activates with an improperly assembled vent pipe, compressed natural gas may be vented into the passenger compartment. If an ignition source is present, an explosion or fire may result.","Impco Automotive, in cooperation with General Motors will inspect and make any necessary repairs on the pressure relief device and vent pipe assembly. The safety recall began on March 28, 2013. Owners may contact General Motors at 1-800-521-7300." -03/07/2013,13V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V081000),Ford Motor Company,Corrosion of Third Row Seat Attachment,SEATS,13S01,Vehicle,196667,"Ford is recalling certain model year 2004-2007 Freestar and Mercury Monterey vehicles manufactured from March 24, 2003, through November 7, 2006, equipped with a third row seat and originally sold in, or currently registered in, Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin and the District of Columbia. The third row stowable seat can experience corrosion and structural degradation at the seat anchor mechanism mounted to the rear wheel wells. As a result of the corrosion, the third row seat may not fully latch into its seating position.","In the event that the vehicle is crashed into from the rear, an unlatched seat may increase the risk of personal injury.","Ford will notify owners, and dealers will install new third row seat latch striker mounting brackets, free of charge. The recall began on March 28, 2013. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -03/07/2013,13V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V085000),Ford Motor Company,Driver Side Child Lock may not Function,LATCHES/LOCKS/LINKAGES,13S02,Vehicle,5675,"Ford is recalling certain model year 2013 Focus and C-Max vehicles built from November 16, 2012, through November 21, 2012; and model year 2013 Escape vehicles manufactured from November 14, 2012, through November 21, 2012. The left rear door child lock was built incorrectly. As a result, the child lock may not engage when the operator uses normal force to activate the child lock.","The operator may incorrectly believe the child lock is engaged. However, the door may be opened from the inside, increasing the risk of injury to an unrestrained child.","Ford will notify owners, and dealers will inspect the affected rear door latches, and replace them as necessary, free of charge. The recall began on March 27, 2013. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -03/07/2013,13V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V089000),"Terex South Dakota, Inc.",Utility Truck,EQUIPMENT,SN602,Vehicle,261,"Terex South Dakota, Inc. (Terex) is recalling certain model year 1999-2012 XL4000 Digger Derrick utility trucks. The shims and spacers used to adjust the length of the hydraulic cylinder may give, causing the rod eye and threads to fatigue while lifting loads.","The hydraulic cylinder may separate from the digger derick arm, allowing it to collapse without warning, increasing the risk of injury to the operator or those nearby.","Terex will notify owners, and dealers will inspect and replace the rod eye and threads, as necessary. The existing shims and spacer will be replaced with a hardened spacer. All repairs will be made at no charge to the owner. The recall began on May 23, 2013. Owners may contact Terex at 1-605-882-4000." -03/06/2013,13V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V082000),PACCAR Incorporated,Seat Belt Anchor Reinforcement may be Misinstalled,SEAT BELTS,13KWE,Vehicle,17,"PACCAR is recalling certain model year 2014 Kenworth T270 and T370 trucks, manufactured from January 31, 2013, through February 4, 2013. The left hand seat belt floor pan reinforcement bracket was not positioned correctly during assembly. This could result in the failure of the seat belt anchor mounting.","In the event of a crash, the failure in the seat belt anchor may increase the risk of injury.","PACCAR will notify owners, and dealers will remove, reposition, and reinstall the reinforcement bracket free of charge. The recall began on April 15, 2013. Owners may contact Kenworth at 1-425-828-5000." -03/05/2013,13V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V079000),Great Dane Trailers,Cracking Welds may Lead to Axle Disengagement,STRUCTURE,NR (Not Reported),Vehicle,698,Great Dane Trailers is recalling certain model year 2011 Dry Freight Semi-Trailers. Welds at the bottom of the I-beam bogie frame may have been improperly applied. The cracking and failure of these welds may lead to hanger and axle disengagement.,"A hanger and axle disengagement from the bogie frame could lead to a loss of control, increasing the risk of a crash.","The remedy for this recall campaign is still under development. The owner was notified on March 4, 2013, and repairs are well underway. Therefore, an owner notification will not be issued for this campaign. Owners may contact Great Dane customer service at 1-877-369-3493." -03/05/2013,13V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V084000),"Volvo Car USA, LLC",Information Labels/Part 567,EQUIPMENT,NR (Not Reported),Vehicle,7,"Volvo is recalling certain model year 2013 S60 and XC60 vehicles, manufactured on January 7, 2013. The product identification labels were printed with the incorrect manufacture year. Thus, these vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification Regulation.""","With an incorrect date of manufacture on the certification label, the vehicle owner may not be to determine if they are affected by future vehicle recalls, increasing their risk of a crash of injury.",Volvo has quarantined the affected vehicles and will install correct labels prior to sale. The recall began during March 2013. Owner notification letters will not be sent. -03/05/2013,13V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V077000),"Subaru of America, Inc.",Moonroof Glass - Separation/Detachment,VISIBILITY,WVW-33,Vehicle,14,"Subaru is recalling certain model year 2012 Outback and Legacy vehicles manufactured from April 6, 2011, through May 12, 2011. The moonroof glass may come loose or detach. The amount and position of the adhesive between the glass and retainer was inadequately applied.","The moonroof glass can loosen and detach from the vehicle during driving, resulting in a potential road hazard for other vehicles, increasing the risk of a crash.","Subaru has notified the affected owners, and dealers will inspect the glass adhesion condition and either apply additional adhesive or replace the moonroof glass, free of charge. The safety recall began February 22, 2013. Owners may contact Subaru at 1-800-782-2783." -03/05/2013,13V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V078000),"Subaru of America, Inc.",Wiper Motor Bottom Cover Melting,VISIBILITY/WIPER,WVV-32,Vehicle,16,"Subaru is recalling certain model year 2012 Outback and Legacy vehicles manufactured from April 6, 2011, through May 12, 2011. Components inside the wiper motor bottom cover may overheat.","If the components overheat, the wiper motor bottom cover may melt and potentially catch fire.","Subaru has notified all affected owners, and dealers will replace the front wiper motor bottom cover assembly free of charge. The safety recall began February 22, 2013. Owners may contact Subaru at 1-800-782-2783." -03/04/2013,13V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V073000),"Daimler Trucks North America, LLC",Cracks in Fuel Tank may Leak Gasoline,"FUEL SYSTEM, GASOLINE",FL-640,Vehicle,3207,"Daimler Trucks North America (DTNA) is recalling certain model year 2011-2014 MT45G and MT55G van chassis manufactured from February 15, 2010, through September 3, 2013. These vehicles have gasoline fuel tanks that may experience cracks in the welds and tank material.",Cracks in the fuel tanks could lead to a leakage of gasoline and vapors. A fuel leak in the presence of an ignition source may lead to a vehicle fire.,"DTNA will notify owners, and dealers will replace any of the affected fuel tanks free of charge. The recall began on December 16, 2013. Owners may contact DTNA at 1-800-447-4986." -03/04/2013,13V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V074000),"Daimler Trucks North America, LLC",Smartplex Switch Hub Module,ELECTRICAL SYSTEM,FL-639,Vehicle,161,"Daimler Trucks North America (DTNA) is recalling certain model year 2012-2013 Business Class M2, 108SD, 114SD vehicle chassis, manufactured from December 3, 2011, through October 12, 2012 and equipped with a SmartPlex switch hub module. Residue left over in the manufacturing process of the switch hub module may lead to intermittent shorts and energizing of certain switch hub module outputs.","If the module is energized, the module may inadvertently activate body equipment or features, increasing the risk of injury to the vehicle operator or increasing the risk of a crash.","DTNA will notify owners, and dealers will replace any of the affected modules free of charge. The recall began on April 29, 2013. Owners may contact DTNA at 1-800-547-0712." -03/04/2013,13V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V075000),"Terex South Dakota, Inc.",Utility Truck Aerial Device Leveling Arm,EQUIPMENT,SN604,Vehicle,21,"Terex South Dakota, Inc. (Terex) is recalling certain model year 2012 utility trucks with SCM Aerial Devices. The lifting device's leveling arm may flex at the elbow and contact the boom structure. This may cause the leveling arm to break.","If the leveling arm fails, the platform could tilt and the occupants may fall from the platform.","Terex will notify owners, and dealers will replace the leveling arm free of charge. The recall began during April 2013. Owners may contact Terex at 1-605-882-4000." -03/01/2013,13V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V068000),"Nissan North America, Inc.",Fuel Tank may Leak when Full,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,392,"Nissan is recalling certain model year 2013 Sentra vehicles manufactured from September 11, 2012, through October 4, 2012. Some fuel tank assemblies were not properly sealed during the manufacturing process. As a result, a small amount of gasoline may leak from the tank when it is full.",A gasoline leak in the presence of an ignition source may lead to a vehicle fire.,"Nissan will notify owners, and dealers will replace the fuel tanks as necessary, free of charge. The recall began on April 1, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -03/01/2013,13V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V069000),"Nissan North America, Inc.",Occupant Detection System May Disable Pass Air Bag,AIR BAGS,PC216,Vehicle,82038,"Nissan is recalling certain model year 2013 Altima, LEAF, Pathfinder, Sentra, and Infiniti JX35 vehicles. Sensors within the passenger Occupant Detection System (ODS) may have been manufactured out of specification. This may cause the system to malfunction and permanently suppress the passenger airbag.","If the vehicle is involved in a crash necessitating airbag deployment and the passenger airbag is suppressed, there may be an increased risk of personal injury.","Nissan will notify owners, and dealers will inspect the ODS sensors and replace them as neccessary, free of charge. The recall began on May 6, 2013. Owners may contact Nissan Customer Service at 1-800-647-7261." -03/01/2013,13V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V070000),"Jayco, Inc.",Progressive Dynamics Power Converter Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,66,"Jayco is recalling certain model year 2013 Jay Flight Bungalow, Jay Flight Destination, Jay Flight and Eagle travel trailers; and model year 2013 Eagle and Eagle Premier Fifth-Wheels. The vehicles were manufactured January 24, 2013, through February 27, 2013 and equipped with a power converter supplied by Progressive Dynamics, Inc. The affected power converters, used in recreational vehicles to convert A/C power, have internal components that may short circuit.",An electrical short may lead to a vehicle fire.,"Jayco will notify owners, and dealers will modify the affected power converters free of charge. The safety recall began on March 20, 2013. Owners may contact Jayco at 1-574-825-0608." -03/01/2013,13V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V071000),Starcraft RV,Progressive Dynamics Power Converter Short Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11,"Starcraft is recalling certain model year 2013 Autumn Ridge and Travel Star travel trailers manufactured January 24, 2013, through February 27, 2013 and equipped with a power converter supplied by Progressive Dynamics, Inc. The affected power converters, used in recreational vehicles to convert A/C power, have internal components that may short circuit.",An electrical short may lead to a vehicle fire.,"Starcraft will notify owners and dealers will modify the affected power converters free of charge. The safety recall began on March 20, 2013. Owners may contact Starcraft at 1-800-945-4787." -02/28/2013,13V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V066000),Shyft Group,Inadvertent Air Bag deployment,AIR BAGS,13-004,Vehicle,27,"Spartan Motors Chassis, Inc., a subsidiary of Spartan Motors, is recalling certain model year 2012-2013 Metro Star and Gladiator fire trucks manufactured from March 29, 2012, through January 30, 2013 and equipped with a Spartan advanced protection system (APS) supplied by Takata Protection Systems. The circuits on the control module of the APS may short and cause an inadvertent air bag deployment.",An inadvertent air bag deployment could result in personal injury or increase the risk of a crash.,"Spartan Motors will notify owners, and dealers will install a new sub-wire harness on the control module of the APS, free of charge. The recall is expected to begin in March 2013. Owners may contact Spartan at 1-800-543-5008 - Option 4." -02/28/2013,13E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E013000),"Progressive Dynamics, Inc.",Power Converter may Short Circuit,EQUIPMENT,NR (Not Reported),Equipment,1909,"Progressive Dynamics, Inc. is recalling certain ALL-IN-ONE Power Converter Models PD 4560 and PD 4590 manufactured January 14, 2013, through February 8, 2013 with serial number prefixes of A 13014 through A 13039. The affected power converters, used in recreational vehicles to convert A/C power, have internal components that may short circuit.",A short circuit may lead to a vehicle fire.,"Progressive Dynamics will notify purchasers and will supply and replace the affected internal components, free of charge. The recall began on February 21, 2013. Customers may contact Progressive Dynamics at 1-269-781-4241." -02/28/2013,13V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V065000),Keystone RV Company,Power Converters may Short Circuit,ELECTRICAL SYSTEM,13-191,Vehicle,438,"Keystone is recalling certain model year 2013 Montana Fifth Wheel vehicles manufactured January 16, 2013, through February 18, 2013; and 2013 Fuzion Fifth Wheel vehicles manufactured January 22, 2013, through February 18, 2013. These vehicles are equipped with Progressive Dynamics power converters with serial number prefix A13014 through A13039. The converters have a internal components that may short circuit.",A short circuit may result in a fire.,"Keystone will notify owners, and dealers will replace the affected internal components of the power converter, free of charge. The recall began on March 15, 2013. Owners may contact Keystone Customer Service by calling 1-866-425-4369." -02/28/2013,13V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V067000),Supreme Corporation,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1858,"Supreme Corporation (Supreme) is recalling certain model year 2006-2012 Startrans Trolley, Sentinel, Senator HD, Senator, Candidate, C2, S2, PS2, and President transit buses equipped with Ricon manufactured wheelchair lifts which have an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Ricon will be conducting this recall on behalf of Supreme. Ricon will notify the affected owners and will provide a supplemental cover kit and instructions, free of charge. The recall began on March 8, 2013. Owners may contact Supreme at 1-800-642-4889 or Ricon at 1-818-267-3000." -02/28/2013,13V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V083000),Supreme Corporation,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,Supreme Corporation (Supreme) is recalling certain model year 2009-2010 Startrans MFSAB school buses equipped with Ricon manufactured wheelchair lifts which have an optional armored pendant cable. The armored cable may be positioned such that it does not clear the wheelchair lift.,"If the cable does not clear the wheel chair lift it may contact the power lug and if it does not have a nonconductive cover, or it has an improperly installed non-conductive cover, then a short circuit may occur that could result in a fire.","Ricon will be conducting this recall on behalf of Supreme. Ricon will notify the affected owners and will provide a supplemental cover kit and instructions, free of charge. The recall began on March 8, 2013. Owners may contact Supreme at 1-877-258-1391 or Ricon at 1-818-267-3000." -02/27/2013,13E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E012000),"Meritor, Inc.",Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,C-13AA,Equipment,3003,"Meritor, Inc. is recalling certain axle assemblies that were built with disc brakes using MGM J24 series air brake chambers. In the affected axles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"Meritor will notify owners and will inspect the affected brake chambers, and replace them as needed, free of charge. The safety recall began on March 28, 2013. Owners may contact Meritor at 1-866-668-7221." -02/26/2013,13E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E011000),"Robert Bosch, LLC",Brake Master Cylinder Fluid Indicator Switch,EQUIPMENT,NR (Not Reported),Equipment,6549,"Robert Bosch LLC (Bosch) is recalling certain Hydro-Max brake master cylinders with 2.0 inch bore and 84 cubic inch reservoir equipped with a brake fluid level indicator switch and without a differential pressure switch, manufactured between July 1, 2011 and April 12, 2012. The brake fluid level indicator (FLI) may not properly detect a low brake fluid level situation and warn the driver.","If the brake system develops an external leak, it may result in a loss of brake fluid below the detection level of the fluid indicator switch. Without a warning, the driver may be unaware that the brake fluid level is low. A low brake fluid level may reduce the available braking force which could lengthen the required stopping distance and increase the risk of a crash.","Bosch will notify customers and replace the fluid level indicator switch free of charge. The recall began on April 4, 2013. Owners may contact the Bosch Technical Support and Warranty Hotline at 1-855-426-7247." -02/26/2013,13V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V064000),US Specs,Passenger Seatbelts missing ALR/FMVSS 208,SEAT BELTS,SB101,Vehicle,1,"US Specs is recalling one 2002 Porsche Carrera 911. This vehicle fails to conform to Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection."" After performing conformity-related modifications for the US market, this vehicle was released with passenger seatbelts that lack the required Automatic Locking Retractor (ALR) function.","Without the ALR function, the seatbelts do not allow for the secure installation of a child restraint, which can increase the risk of injury to a child during a crash.","US Specs will notify the owner and replace all of the passenger seat belts, free of charge. The recall began on April 22, 2013. Owners may contact US Specs at 1-443-502-2331." -02/26/2013,13V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V063000),US Specs,Passenger Side Mirror Labels/FMVSS 111,EQUIPMENT,MR101,Vehicle,4,"US Specs is recalling one 2002 Porsche Carrera, one 1997 BMW 750IL, and two 1986 BMW 635 CSI vehicles for failing to conform to Federal Motor Vehicle Safety Standard No. 111, ""Rearview Mirrors."" While performing conformity-related modifications for the US market, labels with an incorrect size font were applied to the passenger side mirror.","Drivers of these vehicles may not know the proximity of the objects in the passenger side mirror, increasing the risk of a crash.","US Specs will notify owners and correct the statement on the passenger mirror of the affected vehicles, free of charge. The recall began on April 22, 2013. Owners may contact US Specs at 1-443-502-2331." -02/25/2013,13V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V062000),Pierce Manufacturing,Doors may open Unexpectedly,LATCHES/LOCKS/LINKAGES,74B237,Vehicle,1275,"Pierce is recalling certain model year 2007-2010 Velocity and Impel fire trucks manufactured from June 6, 2007, through October 30, 2010. The springs inside the inner door handles may allow the door to open inadvertently.","If the door inadvertently opens while the vehicle is in motion, the occupants may fall out and suffer personal injury.","Pierce will notify owners, and dealers will replace the inner door handles, free of charge. The recall began during May 2013. Owners may contact Pierce at 1-920-832-3000." -02/25/2013,13E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E010000),"Quadratec, Inc.",Floor Liner Tearing may Lead to Pedal Entrapment,EQUIPMENT,13-01,Equipment,15836,"Quadratec, Inc. is recalling certain aftermarket accessory, driver-side, Ultimate Floor Liners part numbers 14254.0301 07, 14254.0301 08, 14254.0301Q, 14254.0302 07, 14254.0302 08, 14254.0302Q, 14254.0303 07, 14254.0303 08, 14254.0303Q, 14254.0309 07, 14254.0309 08, and 14254.0309Q sold from May 1, 2012, through February 14, 2013. The liners are for use in 2007-2013 Jeep Wranglers. The anchor point for the affected floor liners may tear during use, particularly when exposed to high temperatures. The tearing may allow the floor liner to shift forward.","If the liner shifts forward it may impede the operation of the accelerator and possibly lead to unintended acceleration, which may increase the risk of a crash.","Quadratec will notify owners and either exchange the liners or provide them with a hook guard kit to help secure the driver-side mat, free of charge. The recall began on April 4, 2013. Owners may contact Quadratec at 1-800-463-2998 or info@quadratec.com." -02/25/2013,13V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V059000),"Northwood Manufacturing, Inc.",Incorrect Weights Listed on Labels,EQUIPMENT,2013-001,Vehicle,152,"Northwood Manufacturing, LLC (Northwood) is recalling certain model year 2013 Arctic Fox 29-5K and 29-5T fifth wheel trailers; model year 2013 Desert Fox 29SB toy hauler trailers; model year 2013 Fox Mountain 235RLS and 285RLS fifth wheel trailers; and model year 2013 Snow River 266RDS travel trailers. These vehicles were manufactured with incorrect information on the Federal Identification Tag, Tire and Axle Information Label, and the Trailer Weight Information Label. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""",An inaccurate label could lead to improper vehicle loading specifications which could cause axle failure which may result in an increased risk of a crash.,"Northwood will notify owners and provide corrected replacement labels free of charge. Northwood mailed labels on March 22, 2013. Owners may contact Northwood at 1-800-766-6274." -02/25/2013,13V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V061000),"Subaru of America, Inc.",Remote Engine Starter Fob Malfunction,ELECTRICAL SYSTEM,WQF-42,Vehicle,47419,"Subaru is recalling certain model year 2010-2012 Legacy and Outback vehicles equipped with an automatic or CVT transmission and an Audiovox remote engine starter (RES) accessory, certain model year 2012-2013 Impreza vehicles equipped with a CVT transmission and an Audiovox remote engine starter (RES) accessory, and certain model year 2013 XV Crosstrek vehicles equipped with a CVT transmission and an Audiovox remote engine starter (RES) accessory. Additionally included are certain model year 2013 Legacy and Outback vehicles that may have received replacement RES fobs. If the RES fob is dropped, the fob may malfunction and randomly transmit an engine start request without pressing the button.","The engine may inadvertently start and run for up to fifteen minutes. The engine may continue to start and stop until the fob battery is depleted, or until the vehicle runs out of fuel. If the vehicle is parked in an enclosed area, there is a risk of carbon monoxide build-up which may cause headaches, dizziness or, in extreme cases, unconsciousness and/or asphyxiation.","Subaru will notify owners, and dealers will replace the RES key fobs, free of charge. The recall began on April 22, 2013. Owners may contact Subaru at 1-800-782-2783 for more information." -02/22/2013,13V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V058000),"Porsche Cars North America, Inc.",Exhaust Tail Pipe May Fall From Vehicle,ENGINE AND ENGINE COOLING,AD01,Vehicle,2263,"Porsche is recalling certain model year 2012-2013 911 Carrera and Carrera 4 vehicles manufactured from March 7, 2012, through November 12, 2012, and equipped with a standard (not sport) exhaust system. The exhaust tail pipe may fracture and separate from the rear muffler.","If the exhaust tail pipe separates from the muffler it may become a hazard for other vehicles on the road, increasing the risk of a crash.","Porsche will notify owners, and dealers will replace the rear mufflers free of charge. An interim notice was mailed to owners on May 9, 2013. The manufacturer has not yet provided a notification schedule. Owners may contact Porsche at 1-800-767-7243." -02/22/2013,13V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V076000),Fontaine Heavy-Haul,Gooseneck to Deck Combo Eye Plate Cracks,EQUIPMENT,NR (Not Reported),Vehicle,78,"Fontaine Trailer Company, dba Fontaine Heavy-Haul, is recalling certain model year 2013 Renegade LX40 and LXT40 lowbed trailers manufactured between August 2012 and November 2012. The combo eye plate that connects the gooseneck portion of the trailer to the deck portion of the trailer may crack and ultimately fracture and thereby fail to maintain the load carrying capabilities as designed.","In the event of a combo eye plate crack and failure, the deck of the trailer could tilt and impact the highway, stopping the vehicle unexpectedly, increasing the risk of a crash.","Fontaine Heavy-Haul will notify owners, and dealers will inspect and replace any defective components free of charge. The recall began on March 11, 2013. Owners may contact Fontaine Heavy-Haul at 1-866-382-7278, option 2, ext. 819." -02/22/2013,13V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V056000),Daimler Buses North America,Leaking Brake Pressure may Lead to Wheel End Fire,PARKING BRAKE,NR (Not Reported),Vehicle,171,"Daimler Buses North America (DBNA) is recalling certain model year 2011-2012 Orion VII transit buses equipped with disc brakes using MGM brake components. In the affected vehicles, the brake chambers may leak pressure allowing the parking brake to drag when it is supposed to be released. Brake dragging could lead to overheated brake components.",Overheated brake components could result in a fire.,"DBNA will notify owners and will replace the affected brake chambers, free of charge. The safety recall began on March 7, 2013. Owners may contact Daimler Buses North America at 1-800-882-8054." -02/20/2013,13V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V054000),"Navistar, Inc.",No Warning for Low Brake Fluid Level,SERVICE BRAKES,51301-C,Vehicle,3226,"Navistar is recalling certain model year 2011-2012 Workhorse Custom Chassis W42 and W62 vehicles, manufactured from July 18, 2011, through July 12, 2012, and equipped with hydraulic brakes. The brake fluid level indicator (FLI) may not properly detect a low brake fluid level situation and warn the driver.","Without a warning, the driver may be unaware that the brake fluid level is low. A low brake fluid level may reduce the available braking force which could lengthen the required stopping distance and increase the risk of a crash.","Navistar will notify owners, and dealers will replace the FLI switch free of charge. The safety recall began on April 26, 2013. Owners may contact Navistar at 1-800-448-7825. Navistar's recall campaign number is 51301-C." -02/19/2013,13V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V053000),UD Trucks Corporation,Oil Cooler Hose Clamp Retaining Ring May Fail,POWER TRAIN,NR (Not Reported),Vehicle,296,UD Trucks is recalling certain model year 2011-2013 UD2600 and UD3300 trucks equipped with Allison 3000RDS automatic transmissions. The oil cooler hose clamp retaining rings may fail.,"If the retaining ring fails, the oil cooler hose may leak, leaving a large deposit on the roadway, which may present a hazard to other vehicles. If any of the oil sprays onto hot engine components, there would be an increased risk of a vehicle fire.","UD Trucks will notify owners, and dealers will replace the affected hoses free of charge. The manufacturer has not yet provided a notification schedule. Owners may contact UD Trucks at 1-800-832-5929." -02/19/2013,13V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V051000),Hyundai Motor America,Sunroof may Shatter due to Installation Error,VISIBILITY,108,Vehicle,6071,"Hyundai is recalling certain model year 2012 Veloster vehicles manufactured from July 4, 2011, through October 31, 2011 and equipped with panoramic sunroofs. The panoramic sunroof assembly may have been weakened during installation at the factory.","If the assembly was weakend at the factory, the panoramic glass panel may break while the vehicle is in motion leading to personal injury or a vehicle crash.","Hyundai will notify owners, and dealers will inspect the sunroof's integrity and replace the sunroof glass assembly, as necessary, free of charge. The safety recall began during March 2013. Owners may contact Hyundai at 1-800-633-5151." -02/15/2013,13E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E008000),"Yakima Products, Inc.",Bike Rack may Detach from Vehicle,EQUIPMENT,NR (Not Reported),Equipment,7045,"Yakima Products, Inc. (Yakima) is recalling certain SpareTime, two bike, rack systems, part number 8002598, manufactured from November 1, 2011, through October 30, 2012. These racks are for use on vehicles with a rear hatch door mounted spare tire system. The affected bike racks have mounting bolts that may break.","If the mounting bolts break, the bike rack may fall from the vehicle, possibly becoming a road hazard to other vehicles or causing injury to pedestrians.","Yakima will notify owners and mail replacement bolts with instructions to owners, free of charge. The safety recall began on February 22, 2013. Owners may contact Yakima at 1-888-925-4621." -02/15/2013,13V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V055000),Prevost Car (US) Inc.,Drag Link Collar Turnbuckle Fracture,STEERING,SR13-08,Vehicle,6120,"Prevost is recalling certain model year 1993 thru 2013 model H3-40, H3-41, H3-45, and H3-45 VIP Prevost coaches manufactured from December 1993 through February 12, 2013. Under certain conditions, the drag link collar position combined with an over torque of the collar retaining bolt may create a contact with the pitman arm.","This contact may cause the turnbuckle to fracture without warning. If the drag link turnbuckle breaks while the vehicle is in use, stability and vehicle control may be lost, increasing the risk of a crash.","Prevost will notify owners, and dealers will inspect the vehicles and replace any affected drag link, free of charge. The recall began on April 18, 2013. Owners may contact Prevost at 1-418-883-2888." -02/15/2013,13V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V050000),Keystone RV Company,"Incorrect Tire Pressure Label/FMVSS 120, 567",EQUIPMENT,13-189,Vehicle,37,"Keystone RV Company (Keystone) is recalling certain model 2013 Springdale 266RLSSR and 267BHSSR Travel Trailers, manufactured from November 19, 2012, through February 5, 2013. These vehicles were manufactured with the incorrect information on the Federal Identification Tag and Tire and Loading Information Label. The tire inflation pressure is incorrectly listed as 448 KPA (65 PSI) instead of 345 KPA (50 PSI). Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","Owners relying on the information contained on the label may overinflate the tires, which may result in sudden tire failure, which may increase the risk of a crash.","Keystone will notify owners and provide corrected labels. The recall began on February 27, 2013. Owners may contact Keystone RV Company at 1-866-425-4369." -02/13/2013,13V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V048000),PACCAR Incorporated,Exterior Lights Self Test Switch/Loss of Lights,ELECTRICAL SYSTEM,13KWB/0213-B,Vehicle,2019,"PACCAR is recalling certain model year 2013-2014 Kenworth T680 and T880 trucks, manufactured from January 18, 2012, through February 1, 2013; and model year 2013-2014 Peterbilt 579 and 567 vehicles, manufactured from January 20, 2012, through January 31, 2013. The Exterior Lights Self-Test switch is intended to be used when the vehicle is parked. If the switch is pressed while the vehicle is in motion, the Exterior Lights Self-Test switch will cause all exterior lighting to be extinguished.","An unexpected loss of lighting during vehicle operation may reduce the driver's ability to see other vehicles, pedestrians, or objects, as well as reduce the truck's visibility to other drivers or pedestrians, increasing the risk of crash.","PACCAR will notify owners, and dealers will disable the Exterior Lights Self-Test software parameter and remove the Exterior Lights Self-Test switch and install a switch plug in its place. The services will be offered free of charge. The recall began on February 28, 2013. Owners may contact Kenworth at 1-425-828-5000 or Peterbilt at 1-940-591-4000." -02/12/2013,13C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13C001000),"Recaro Child Safety, LLC",FMVSS 213/Head Excursion,CHILD SEAT,NR (Not Reported),Child Seat,39181,"Recaro Child Safety LLC (Recaro) is recalling certain Recaro ProSport model 385 child restraints, manufactured from June 16, 2010, through January 31, 2013. When the affected child seats are installed with the LATCH lower anchors only (without the top tether), the child's head can move excessively, increasing the risk of injury. As such, these seats fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 213, ""Child Restraint Systems.""","In the event of a crash, the child restraint could fail to protect the child from contacting interior surfaces of the vehicle, increasing the risk of injury.","Recaro will notify registered owners and will provide, at no cost, a label to affix over the existing information label and a complete set of new instructions informing owners to discontinue use of the LATCH system when the weight of the child reaches 40 pounds. The campaign began on September 26, 2014. Owners may contact Recaro at 1-888-973-2276." -02/12/2013,13E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E009000),Zhejiang Jixiang Motorcycle Fittings Co.,Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,999,"Zhejiang Jixiang Motorcycle Fittings Co., Ltd. (Zhejiang) is recalling certain motorcycle half helmets, model JX-B210, sizes Large and XL, manufactured in 2008. During testing, the affected helmets failed to conform to the impact attenuation, penetration, labeling, and retention requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Zhejiang will recall the helmets. The recalled helmets are no longer produced by the manufacturer. Zhejiang does not have the end user information. As such, owner notifications will not be sent. Owners may contact their US agent, Precision Global Resource, LLC at 1-909-638-9040. A remedy plan has not been provided." -02/11/2013,13V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V049000),Spartan ERV,Hydraulic Cylinders Improperly Heat Treated,EQUIPMENT,ERV13-003,Vehicle,20,"Spartan ERV is recalling certain model year 2008-2009 RMA 75, RMA 103, and TDA aerial fire apparatus manufactured from April 04, 2008, through April 13, 2010 and equipped with hydraulic extension and retraction cylinders produced by RamRod Industries. The cylinders on the affected vehicles may have welded rod eyes that were not properly heat treated during the manufacturing process.","An improperly manufactured rod eye end attachment may fracture or separate. In the event two affected cylinders are installed on the same aerial lift device, the aerial lift may retract without warning and cause severe injury and/or property damage.","Spartan ERV will notify owners, and dealers will replace the affected cylinders, free of charge. The recall began on February 25, 2013. Owners may contact Spartan ERV at 1-800-867-6478, Option 2." -02/11/2013,13V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V046000),Spartan ERV,Inclinometer may Allow Platform to Tilt too Low,EQUIPMENT,ERV13-002,Vehicle,26,Spartan is recalling certain model year 2005-2011 RMP 100 and 2008-2010 MMP 100 aerial vehicle apparatus. These vehicles are equipped with a single platform inclinometer that may provide an intermittent signal allowing the platform to be tilted more than below the horizontal plane.,The intermittent signal may allow the aerial platform to be tilted more than below the horizontal plane which could allow the platform to strike nearby objects or people increasing the risk of injury or property damage.,"Spartan will notify the owners, and dealers will replace the single inclinometer with a dual inclinometer installed in a sealed enclosure, free of charge. The recall began on February 25, 2013. Owners may contact Spartan at 1-800-867-6478, Option 2." -02/11/2013,13T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T002000),Hercules Tire & Rubber Company,Tread Separation,TIRES,01-2013,Tire,102000,"Hercules Tire & Rubber Company (Hercules Tire) is recalling certain Hercules ALL TRAC A/T 10-ply Load Range E tires, sizes LT215/85R16 115/112S, DOT Serial Numbers JEHMECL5008-4010; LT235/85R16 120/116S, DOT Serial Numbers JEKMECL4708-4010; LT245/75R16 120/116S DOT Serial Numbers JEJKECL4608-4010; LT265/75R16 123/120S, DOT Serial Numbers JENKECL4808-4010; LT265/70R17 121/118S, DOT Serial Numbers JENJFCL5108-4010; LT245/75R17 121/118S, DOT Serial Numbers JELKFCL5008-4010 and LT225/75R16 115/112S, DOT Serial Numbers JEJKECL5108-4010. These tires can experience in-service belt and tread separations.","Should a separation occur, the driver could lose control of the vehicle without warning, which could increase the risk of a vehicle crash.","Hercules Tire will notify owners and replace the affected tires free of charge, including mounting and balancing. The recall began on February 27, 2013. Owners may contact Hercules Tire at 1-888-965-5795 or by email: alltracresponse@HerculesTire.com for more information." -02/08/2013,13E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E007000),"Fulmer Helmets, Inc.",Helmets Failed Impact Test/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,5448,"Fulmer Helmets, Inc. (Fulmer) is recalling certain motorcycle helmets, models AF-80, AF-81, and AF-82, sizes medium, large, XL, and 2XL. During testing, the affected helmets fail to conform to the impact attenuation, penetration, labeling, and retention requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Fulmer will replace any helmet or offer a reimbursement for any noncompliant helmet. The recall began on April 1, 2013. Owners may contact Fulmer toll-free at 1-800-489-2300." -02/08/2013,13V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V042000),Fontaine Modification,Steering Cross Shaft Assembly may Detach,STEERING,NR (Not Reported),Vehicle,811,"Fontaine Modification is recalling certain model year 2011-2013 Navistar International 4300, 4400, 7300, 7400, and 7500 trucks; manufactured January 1, 2011 through January 9, 2013 and were modified to be able to be steered from either front seat. Certain steering assembly retaining clips may not be completely engaged, resulting in the clips coming loose.","Without a retaining clip, the steering may feel ""loose"" and be unresponsive which may increase steering difficulty and the likelihood of a vehicle crash.","Fontaine will notify owners and dealers will inspect each truck's steering cross shaft assembly. Any that are found defective will have the complete steering cross shaft assembly replaced, free of charge. The recall began on April 12, 2013. Owners may contact Fontaine at 1-800-366-8246." -02/07/2013,13V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V047000),"Rolls-Royce Motor Cars, Ltd.",Fuel Filler Neck Anti-Misfueling Device Missing,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27,"Rolls-Royce Motor Cars is recalling certain model year 2013 Phantom vehicles manufactured from November 2, 2012, through January 18, 2013. The fuel filler necks may be missing the anti-misfueling devices. The devices prevent misfueling and discharge static electricity.","Without the anti-misfueling device, there is an increased risk of fire from static electricity.","Rolls-Royce is presently contacting all affected owners. Dealers will inspect the gas tank and replace any affected fuel filler necks, free of charge. The recall began in early February 2013. Owners may contact Rolls-Royce at 1-877-877-3735." -02/07/2013,13V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V045000),"BMW of North America, LLC",Leaking Brake Vacuum Pump/Loss of Power Assist,SERVICE BRAKES,NR (Not Reported),Vehicle,30265,"BMW is recalling certain model year 2007-2010 X5 SAV vehicles, manufactured September 12, 2006, through March 18, 2010 and equipped with an 8-cylinder engine. The brake vacuum pump may leak a small amount of lubricating oil into the hose. The contamination could result in a loss of power assist braking.",The loss of power assist in braking could increase stopping distance and lead to a vehicle crash.,"BMW will notify owners, and dealers will replace the brake vacuum line with one that contains a check valve, free of charge. The recall began during March 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -02/07/2013,13V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V044000),"BMW of North America, LLC",Loss of Electrical Power/Stalling,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,516791,"BMW is recalling certain model year 2008-2012 1-Series coupes and convertibles manufactured December 2007 through September 2011; and 2007-2011 3-Series coupes and convertibles manufactured March 2007 through October 2011; 2007-2011 3-Series sedans manufactured March 2007 through October 2011; 2007-2011 3-Series sports wagons manufactured March 2007 through June 2011; and 2009-2011 Z4 vehicles manufactured March 2009 through June 2011. In February 2013, BMW recalled 504,545 vehicles. In July 2013, BMW informed the agency that it was adding 1-Series, 3-Series, and Z4 vehicles, representing an additional 12,094 vehicles. The total number of vehicles being recalled is now 516,791. The connector for the positive battery cable connector and the corresponding terminal on the fuse box may degrade over time. Over time, the high current flow and heat from electrical resistance may lead to a breakage of the connection, and a loss of electrical power to the vehicle.","If there is a loss of electrical power to the vehicle, the vehicle may unexpectedly stall, increasing the risk of a crash.","BMW will notify owners, and dealers will replace the positive battery cable connector and secure it with an improved method, free of charge. The recall began on March 13, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -02/07/2013,13V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V039000),Prevost Car (US) Inc.,Throttle Limp-Mode Software Fault,VEHICLE SPEED CONTROL,SR13-07,Vehicle,1033,"Prevost is recalling certain model year 2008-2013 X3-45, H3-41 and H3-45 coaches, model year 2011-2013 H3-45 VIP coaches, model year 2012-2013 X3-45 VIP coaches, and model year 2009-2013 XLII-45 Entertainer coaches manufactured from May 16, 2007, through March 14, 2013 and equipped with Volvo engines. Certain conditions may cause the affected coaches to go into a software mode that would result in the throttle signal being fixed at 1700rpms regardless of throttle pedal input from the driver.","Uncontrollable throttle position may lead to a loss of vehicle control, increasing the risk of a crash.","Prevost will notify owners and dealers will remedy will the affected coaches, free of charge. The recall began on May 2, 2013. Owners may contact Prevost at 1-418-831-2046." -02/06/2013,13V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V043000),"Chrysler (FCA US, LLC)",Fuel Leakage or Engine Stall,"FUEL SYSTEM, GASOLINE",N02,Vehicle,1785,"Chrysler is recalling certain model year 2013 Chrysler 200 and Dodge Avenger vehicles manufactured from October 30, 2012, through November 2, 2012. These vehicles may have a gas tank that has a broken control valve in the fuel tank assembly.","A broken control valve in the fuel tank assembly may lead to an engine stall or fuel leakage. An engine stall while driving may contribute to a vehicle crash. Fuel leakage, in the presence of an ignition source, may result in a fire.","Chrysler will notify owners, and dealers will inspect the fuel tank assembly and replace any affected control valves, free of charge. The recall began on April 4, 2013. Owners may contact Chrysler at 1-800-247-9753." -02/06/2013,13V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V040000),"Chrysler (FCA US, LLC)",Inadvertent Airbag Deployment,AIR BAGS,N13,Vehicle,3644,"Chrysler is recalling certain model year 2003 and 2004 Dodge Viper vehicles manufactured from November 1, 2001, through June 30, 2004. A component in the air bag control module may fail causing the front airbags and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the airbags and/or seat belt pretensioners could increase the risk of personal injury and the possibility of a crash.,"Chrysler will notify owners, and dealers will repair the vehicles free of charge. An interim notification iwas sent to owners on March 18, 2013. The recall began on March 26, 2014. Owners may contact Chrysler at 1-800-853-1403." -02/06/2013,13V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V038000),"Chrysler (FCA US, LLC)",Rear Axle Pinion Nut May Loosen at Differential,POWER TRAIN,N08,Vehicle,278674,"Chrysler is recalling certain model year 2009-2012 Ram 1500 trucks manufactured from February 27, 2008, through June 30, 2009, and from December 1, 2009, through October 20, 2011; model year 2009-2011 Dodge Dakota trucks manufactured from February 27, 2007, through June 30, 2009, and from December 1, 2009, through September 30, 2011; model year 2009 Chrysler Aspen trucks manufactured from January 3, 2008, through December 18, 2008; and model year 2009 Dodge Durango trucks manufactured from January 3, 2008, through December 18, 2008. The rear axle pinion nut may loosen due to an undersized pinion spline that can allow relative motion between the nut and companion flange.","If the rear axle pinion nut loosens, the axle can lock up and cause a loss of vehicle control and/or a vehicle crash with little warning.","On November 7, 2013 Chrysler notified owners that dealers would install a pinion nut retainer, free of charge. In July 2015, and under a consent order with NHTSA, the company agreed to offer owners three options for remedying their vehicles: perform the original remedy, offer to repurchase the vehicle at the fair market value plus 10%, or offer an additional incentive offer towards the purchase of a new Dodge, Jeep, Chrysler, or Fiat vehicle. Chrysler will notify owners of the new recall options in a letter expected to be mailed on August 31, 2015. Owners may contact Chrysler at 1-800-247-9753. Chrysler's recall campaign number is N08." -02/05/2013,13V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V036000),Blue Bird Body Company,Cracks in Steering Gear Bracket,STEERING,R13WA,Vehicle,152,"Blue Bird Corporation is recalling certain model year Ultra LF transit buses manufactured March 14, 2003, through March 12, 2007. Cracks may develop in the bracket which secures the power steering gear to the bus frame.","If left unchecked, the cracks may propagate and cause a separation of the steering gear from the bus frame. This would result in a loss of steering control, possibly increasing the risk of a vehicle crash.","Blue Bird will notify owners, and dealers will install reinforcement plates, free of charge. The recall began on March 20, 2013. Owners may contact Blue Bird at 1-478-825-2021." -02/05/2013,13E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E006000),"Hodyon, Inc.",Electrical Overheating may Result in a Fire,ELECTRICAL SYSTEM,TSB-01242013,Equipment,3274,"Hodyon, Inc. is recalling certain Dynasys Auxillary Power Units (APU) distributed between October 2009 and December 2012. The wire that connects the APU to the heating, ventilation and cooling (HVAC) unit may be under-rated for the electrical current. If the wire becomes bent or kinked, it may have reduced current carrying capacity resulting localized overheating.","If flammable materials are near the overheated wire, there is an increased risk of fire and personal injury.","Hodyon has sent interim notification letters to the affected customers, and dealers will rewire the affected electrical components going to the HVAC system. The recall began on February 19, 2013. Owners may contact Dynasys Customer Service at 1-800-289-8282 ext 3." -02/05/2013,13V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V041000),"Lotus Cars USA, Inc.",Oil cooler line detachment,ENGINE AND ENGINE COOLING,2013/01R,Vehicle,451,"Lotus is recalling certain model year 2007-2008 Elise and Exige vehicles manufactured from December 1, 2006, through October 31, 2007. The oil cooler line may become detached from its fitting.","A detached oil line could spray oil on a tire, increasing the risk of a crash, or it could spray oil throughout the engine compartment increasing the risk of a fire.","Lotus will notify owners, and dealers will replace the oil cooler hose fittings and the entire lateral oil cooler hose, free of charge. The safety recall began on March 4, 2013. Owners may contact Lotus at 1-800-245-6887." -02/04/2013,13V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V035000),"Yamaha Motor Corporation, USA",Fuel Pump Assembly Failure/Possible Engine Stall,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8700,Yamaha is recalling certain model year 2009 YW125 (Zuma 125) scooters manufactured between July 2008 and April 2009 due to possible improper clearances in the internal fuel pump components. These improper clearances may cause an inadequate supply of fuel.,"The limited fuel supply could cause engine stalling, increasing the risk of a crash.","Yamaha will notify owners, and dealers will replace the fuel pump with a newly designed fuel pump. The recall began on February 27, 2013. Owners contact Yamaha at 1-800-962-7926." -02/01/2013,13V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V037000),"Forest River, Inc.",Ignition Key Retention/FMVSS 114,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,,"Forest River is recalling certain model year 2013 Concord, Leprechaun, Freelander, Lexington, Forester and Sunseeker class B and class C motor homes built on Chevrolet Express and GMC Savana chassis. It may be possible to remove the key from the ignition when the vehicle is running or the transmission is not in the Park position. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard 114, ""Theft Protection.""","If the ignition key is removed while the vehicle is still on and/or the vehicle is not in Park, the vehicle may rollaway and the unintended movement of the vehicle may result in a possible crash or injury to pedestrians.","General Motors (GM) will notify owners on behalf of Forest River. GM dealers will replace the ignition lock cylinder and the two associated keys. This service will be performed free of charge. The recall began on February 28, 2013. For more information, GMC owners may call 1-866-996-9463 and Chevrolet owners may call 1-800-630-2438. Owner's may also contact Forest River at 1-574-389-4600." -01/30/2013,13V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V029000),Toyota Motor Engineering & Manufacturing,Airbag Inadvertent Deployment,AIR BAGS,NR (Not Reported),Vehicle,887709,Toyota is recalling certain model year 2003-2004 Corolla and Corolla Matrix vehicles and 2003-2004 Pontiac Vibe vehicles. The supplemental restraint system (SRS) circuits are susceptible to internal shorting. The electrical short may create an abnormal current flow and increased heat which can damage the circuits. This could result in an inadvertent deployment of the front airbags and/or seat belt pretensioners.,Inadvertent deployment of the airbags or the seat belt pretensioners may increase the risk of injury and the possibility of a vehicle crash.,"Toyota will re-notify their owners who have already had their vehicles repaired with a noise filter, but did not receive a new airbag control module, and General Motors will re-notify theirs. Dealers previously installed a supplemental harness containing an electrical filter between the airbag control module and its wire harness, free of charge. Dealers will replace the airbag control module, free of charge. The recall began on March 13, 2013. The manufacturer has not yet provided a schedule for second notices. For more information, Toyota owners may call 1-800-331-4331 and Pontiac owners may call 1-800-620-7668." -01/30/2013,13V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V034000),Wilson Trailer Company,Plastic Lift Deck Guides may Fail,EQUIPMENT,NR (Not Reported),Vehicle,556,"Wilson Trailer Company (Wilson Trailer) is recalling certain model year 2007-2013 livestock trailers manufactured from January 2, 2007, through November 30, 2012, and equipped with a lift deck in the nose compartment. The plastic deck guides on the lift deck in the nose compartment can fail to provide proper tracking of the deck when it is raised and lowered.","Failure of these guides to provide containment could allow the lift deck to shift to one side causing the deck to fall past the permanent deck support rails, increasing the risk of damage to property inside the trailer.","Wilson Trailer will notify owners, and dealers will repair the trailers free of charge. The recall began on February 21, 2013. Owners may contact Wilson Trailer at 1-800-798-2002." -01/30/2013,13V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V028000),Entegra Coach,Windshield Wipers may not Function Properly,VISIBILITY,NR (Not Reported),Vehicle,359,"Entegra Coach is recalling certain model year 2011-2013 Aspire and Anthem Class A motorhomes; and 2012-2013 Cornerstone Class A motorhomes, manufactured March 14,2011, through September 25, 2012. A wiper link was installed which is shorter than required for proper function of the wiper system.","The wipers may not operate as designed and the driver's visibility can be reduced, increasing the risk of a crash.","Entegra Coach will notify owners and dealers will replace the wiper link, at no charge. The recall began on February 19, 2013. Owners may contact Entegra Coach at 1-800-945-4787." -01/30/2013,13V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V030000),Toyota Motor Engineering & Manufacturing,Wiper Arm May Loosen,VISIBILITY/WIPER,NR (Not Reported),Vehicle,267718,"Toyota is recalling certain model year 2006-2012 Lexus IS250 and IS350 vehicles manufactured August 23, 2005, through October 5, 2011; 2010-2012 Lexus IS250C and IS350C vehicles manufactured April 10, 2009, through October 6, 2011; and 2008-2011 Lexus IS-F vehicles manufactured December 14, 2007, through July 10, 2011. The nuts that fasten the wiper arms may be insufficiently torqued such that if the wiper arms are restricted by an external load, such as a buildup of heavy snow, one or both of the wipers may become inoperative.",Inoperative wipers could reduce driver visibility and increase the risk of a vehicle crash.,"Toyota will notify owners, and Lexus dealers will install new wiper arm nuts, free of charge. An interim letter was mailed to owners on April 4, 2013. Owners may contact Toyota at 1-800-331-4331." -01/29/2013,13E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E005000),"Fram Group Operatons, LLC",Oil Filter Leak,EQUIPMENT,NR (Not Reported),Equipment,282514,"Fram Group Operations, LLC (Fram) is recalling certain Subaru original service equipment oil filters sold for installation on Subaru Legacy, Outback, Impreza, and Forester model vehicles equipped with certain 4 cylinder engines. Due to manufacturing anomalies, upon engine start up, engine oil may leak from around the oil filter gasket, causing a rapid loss of nearly all engine oil.",Oil on hot engine or exhaust surfaces can result in smoke and possibly a fire.,"Fram will replace the defective oil filters free of charge. Owners may contact Fram at 1-800-890-2075, Option 2, or go to www.fram.com/Subaru_recall for more information." -01/29/2013,13V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V032000),"Triumph Motorcycles America, Ltd.",Wheel Bearings may Fail Prematurely,WHEELS,NR (Not Reported),Vehicle,250,Triumph Motorcycles (Triumph) is recalling certain model year 2011-2012 Daytona 675 and Street Triple motorcycles and 2012 Thunderbird and Thunderbird Storm motorcycles. The wheels were assembled with bearings of an unknown quality.,"Wheel bearings of poor quality could fail unexpectedly, increasing the risk of a motorcycle crash.","Triumph will notify owners, and dealers will replace the affected bearings free of charge. Owners may contact Triumph at 1-678-854-2010 for more information." -01/25/2013,13V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V027000),PACCAR Incorporated,Rear Suspension may Re-inflate with Key-off,ELECTRICAL SYSTEM,13KWA/113-A,Vehicle,330,"PACCAR is recalling certain model year 2013 Kenworth T680 vehicles, manufactured from November 29, 2012, through December 6, 2012; and model year 2013 Peterbilt 579 and 567 vehicles, manufactured from August 28, 2012, through December 31, 2012. These vehicles were equipped with the air suspension dump valve option. New software may cause the rear air suspension to re-inflate without warning when the operator turns the ignition key to the ""off"" position.",An unexpected re-inflation of the suspension could result in personal injury to a person near the rear suspension.,"PACCAR will notify owners, and dealers will reprogram the software. The recall will begin during February 2013. Owners may contact Kenworth at 1-425-828-5000 or Peterbilt at 1-940-591-4000." -01/25/2013,13V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V031000),"Mitsubishi Motors North America, Inc.",Vacuum Pump may Fail/Increased Stopping Distances,SERVICE BRAKES,SR-13-001,Vehicle,1402,"Mitsubishi Motors North America is recalling certain model year 2012 i-MiEV electric vehicles manufactured December 2, 2011, through September 7, 2012. The brake system vacuum pump may fail, causing the vacuum pump to be inoperable.","If the vaccum pump system fails, it will reduce available brake power which would result in lengthened stopping distances, which may increase the risk of a vehicle crash.","Mitsubishi will notify owners, and dealers will replace the affected vacuum pumps free of charge. The recall began on February 28, 2013. Owners may contact Mitsubishi at 1-888-648-7820." -01/24/2013,13E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E003000),"Vision Wheel, Inc.",Aluminum Wheel Fractures,WHEELS,NR (Not Reported),Equipment,3143,"Vision Wheel is recalling certain Prado model after-market wheels; style numbers 901, 902, and 903. The affected wheels may fracture during normal use.",A fractured wheel may cause a loss of tire air pressure which may lead to tire failure or the loss of vehicle control. Either scenario may increase the risk of a crash.,"Vision Wheel will notify owners and distributors, and offer replacement, wheels free of charge. The recall is expected to begin in early February 2013. Owners may contact Vision Wheel at 1-800-633-3936." -01/24/2013,13V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V023000),"General Motors, LLC",Driver Side Frontal Air bag may not Deploy,AIR BAGS,12261,Vehicle,4167,"General Motors LLC (GM) is recalling certain model year 2012 Chevrolet Camaro, Cruze and Sonic, and model year 2012 Buick Verano vehicles. The driver side frontal air bag has a shorting bar which may intermittently contact the air bag terminals.","If the bar and terminals are contacting each other at the time of a crash necessitating deployment of the driver's frontal air bag, that air bag will not deploy, increasing the driver's risk of injury.","GM will notify owners, and dealers will replace the steering wheel air bag coil, free of charge. The safety recall began on February 13, 2013. Owners may contact General Motors at 1-800-521-7300." -01/24/2013,13E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E004000),Rigid Hitch Inc.,Improper Weld may cause Bar to Fail,EQUIPMENT,NR (Not Reported),Equipment,352,"Rigid Hitch Inc. is recalling certain Heavy Duty Utility Bar hitches with the part number HUB-3208. The affected 2"" bars drop 8"" between hole centers and are stamped 33411-04812 near the weld line. Due to an incorrect welder placement, the weld penetration may be insufficient, causing the utility bar to crack and fail.","If the utility bar fails while in use, whatever is being towed may come loose increasing the risk of a crash.",Rigid Hitch will notify distributors and all known owners and replace the parts free of charge. The recall is expected to begin in early February 2013. Customers may contact Rigid Hitch at 1-800-624-7630. -01/24/2013,13V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V026000),"Dutchmen Manufacturing, Inc.",Iota Transfer Switch Overheating,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,698,"Dutchmen is recalling certain model year 2007-2011 Grand Junction; model year 2008-2009 Victory Lane and Winners Circle; model year 2009-2010 N'Tense; model year 2010 Freedom Spirit and model year 2009 Monte Vista recreational trailers. The affected trailers are equipped with Iota ITS-50R transfer switches. Wiring connections inside the transfer switch are not adequate and, as a result, the switch may overheat.",An overheated switch could result in a fire.,"Dutchmen will notify owners and replace the Iota transfer switch, free of charge. The safety recall began February 12, 2013. Owners may contact Dutchmen at 1-574-537-0700." -01/24/2013,13V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V025000),"Stoughton Trailers, LLC",Structure Fatigue Cracks,STRUCTURE,NR (Not Reported),Vehicle,1115,"Stoughton Trailers is recalling certain model year 2009-2011 AHV grain hauler/ag hopper trailers produced December 17, 2007, through October 28, 2010. These trailers may develop fatigue cracks in the lower rail of the frame structure and/or in the front attachment of the suspension subframe channels.","Structural cracks could eventually compromise the structure and lead to failure. This could result in a loss of vehicle control, increasing the risk of a crash.","Stoughton Trailers will notify owners and will replace the suspension subframe front attachments as well as the crossmember assembly forward of the front hopper, free of charge. The recall began on March 27, 2013. Owners may contact Stoughton Trailers at 1-608-873-2555." -01/23/2013,13V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V022000),"Daimler Trucks North America, LLC",Headlights & Tailights may go out,ELECTRICAL SYSTEM,FL-638,Vehicle,143,"Daimler Trucks North America (DTNA) is recalling certain model year 2013-2014 Thomas Built Buses brand Saf-T-Liner EFX school buses manufactured from March 29, 2012, through November 14, 2012 and equipped with 100% Daytime Running Lights (DRL) option code C3676-24-000. The DRL circuit breaker may trip during continuous operation of the headlights in high beam mode. This would result in a loss of power to the headlights, marker lights, tail lights, and dash lighting.","A loss of power to the bus' lights may reduce the driver's ability to see other vehicles, pedestrians, or objects, as well as reduce the bus' visibility to other drivers or pedestrians, increasing the risk of crash.","DTNA has notified the affected owners. Dealers will replace the circuit breaker, free of charge. The recall began on December 14, 2012. Owners may contact Thomas Built Buses Warranty Department at 1-366-889-4871." -01/23/2013,13T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13T001000),"Continental Tire the Americas, LLC",Rear ContiMotion Tire may Lose Air,TIRES,NR (Not Reported),Tire,1317,"Continental Tire is recalling certain ContiMotion motorcycle tires, size 180/60R16 M/C 74H produced from December 19, 2010, through September 24, 2011. The tires were sold as replacement equipment for Honda GoldWing 1800 motorcycles. Some of these tires may experience uneven wear, groove cracking, and belt lift. This could result in a loss of inflation pressure.","A loss of inflation pressure while riding could cause the motorcycle operator to lose control, increasing the risk of a crash.","Continental Tire will notify owners and reimburse customers for the affected tires. The recall began February 20, 2013. Owners may contact Continental Tire customer service toll-free at 1-888-799-2168." -01/23/2013,13V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V024000),"General Motors, LLC",Rear Suspension Bolt Torque,SUSPENSION,13008,Vehicle,8519,"General Motors is recalling certain model year 2013 Chevrolet Malibu vehicles, manufactured December 6, 2011, through January 15, 2013. One or more rear suspension bolts may not have been tightened to the specified torque. This may lead to sudden changes in vehicle handling.",Sudden changes in vehicle handling may increase the risk of a crash.,"General Motors will notify owners, and dealers will inspect and retighten the bolts as necessary, free of charge. Owner notifications have already begun and will be completed shortly. Owners may contact General Motors at 1-800-521-7300." -01/22/2013,13V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V018000),Great Dane Trailers,Axle Retaining Clips may Disengage,SUSPENSION,NR (Not Reported),Vehicle,654,Great Dane Trailers is recalling certain model year 2013 Dry Freight Semi-Trailers. The axle nut retaining clips may not have been properly seated. Disengagement of the axle nut retaining clips could lead to excessive wheel end play and/or wheel separation.,"A wheel separation may result in a loss of control, increasing the risk of a crash. Additionally, a separated wheel may become a significant road hazard.","Great Dane will notify owners, and dealers will inspect the axle nut retaining clips and correct their installation as necessary, free of charge. The recall began on February 12, 2013. Owners may contact Great Dane customer service at 1-877-369-3493." -01/22/2013,13V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V021000),Prevost Car (US) Inc.,Missing Side Reflectors/FMVSS 108,EXTERIOR LIGHTING,SR13-05,Vehicle,45,"Prevost is recalling certain model year 2013 X3-45, H3-45, and XLII-45 Entertainer coach buses and coach bus shells manufactured September 25, 2012, through January 9, 2013, for failing to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment."" The buses may have missing side reflectors.","The absence of reflectors could reduce the ability for others to see the bus, increasing the risk that another vehicle may crash into the bus.","Prevost will notify owners, and dealers will add side reflectors, free of charge. The recall began on February 5, 2013. Owners may contact Prevost at 1-418-883-2888 x 6558." -01/18/2013,13V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V016000),Honda (American Honda Motor Co.),Driver's Airbag Module may be Missing Rivets,AIR BAGS,S75,Vehicle,748481,"Honda is recalling certain model year 2009-2013 Pilot and 2011-2013 Odyssey passenger vehicles manufactured from March 13, 2008, through December 21, 2012. One or more rivets that attach the airbag module to the airbag cover may be missing.",The absence of more than one rivet could alter the performance of the driver's airbag during deployment. This could potentially increase the risk of injury during a crash.,"Honda will notify owners and instruct them to take their vehicle to a Honda dealer. The dealer will inspect the driver's airbag module and replace it if necessary, free of charge. The recall began on March 14, 2013. Owners may contact Honda at 1-800-999-1009." -01/18/2013,13E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E002000),Maxion Wheels/Hayes Lemmerz,Steel Wheel Separation,WHEELS,NR (Not Reported),Equipment,732,"Hayes Lemmerz International Commercial Highway, Inc. (Hayes Lemmerz), is recalling certain commercial steel wheels, model 10073 with date codes ending in A030912 and B030912. These wheels were sold as aftermarket/replacement equipment or installed as original equipment on various commercial highway vehicles (highway tractor, truck, trailer and bus applications). Due to an inadequate weld between the wheel disc and rim, the disc can separate from the rim.",Separation of the rim and tire from the vehicle can result in a loss of control and a vehicle crash.,"Hayes Lemmerz will notify affected aftermarket/replacement wheel distributors and vehicle manufacturers. The vehicle manufacturers will notify owners of vehicles that may have had the affected wheels installed as original equipment. The recall began in January 2013. Vehicle owners should contact their vehicle manufacturer and owners of the aftermarket wheels should contact their aftermarket distributor. For further information and questions, Hayes Lemmerz may be contacted at 1-734-737-5205." -01/17/2013,13V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V015000),Prevost Car (US) Inc.,Automatic Fire Detection and Suppression System,EQUIPMENT,SR13-03,Vehicle,261,"Prevost is recalling certain model year 2010-2013 H3 and X3 coaches and MTH XLII-45E coach shells manufactured between June 29, 2009, up to June 4, 2012, and equipped with an Automatic Fire Detection and Suppression System (AFSS). There is the possibility that the AFSS could unintentionally activate due to wear of the linear thermal detection cable.",An activation of the AFSS causes the vehicle to come to an unplanned stop. This could increase the risk of a vehicle crash or personal injury.,"Prevost will notify owners, and dealers will inspect and repair the linear thermal detector by adding a protective sheath, free of charge. The recall began in March 2013. Owners may contact Prevost at 1-418-883-2888 x 6558." -01/17/2013,13V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V020000),"Navistar, Inc.",Engine Shut Down,ELECTRICAL SYSTEM,13501,Vehicle,7657,"Navistar is recalling certain model year 2012-2013 IC Bus brand model 1300FBC, CE, HC, and RE buses; model year 2011-2013 International brand model Durastar, model year 2013 International brand Workstar trucks; model year 2013 Holiday Rambler brand model Ambassador and Endeavor vehicles; and model year 2013 Monaco brand model Diplomat and Knight vehicles. These vehicles were manufactured August 5, 2010 through September 6, 2012 and are equipped with certain 2011-2013 model year I-6 engines with feature codes 12NUK, 12NUL, 12NUM, 12NUN, 12NUP, 12NUR, 12NUS, 12NUT, 12NUU, 12NUV, 12NUX, 12NUY and 12NUZ. The injection pressure regulator (IPR) harness wire may break due to vibrational damage. This could cause an unexpected shut down of the engine.",An unexpected engine shut down while driving may increase the risk of a vehicle crash.,"Navistar will notify owners, and dealers will replace the IPR wire connector free of charge. The safety recall began on March 15, 2013. Owners may contact Navistar at 1-800-448-7825." -01/17/2013,13V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V017000),"BMW of North America, LLC",Insufficient Gear Shaft Lubrication/Loss of Drive,POWER TRAIN,NR (Not Reported),Vehicle,360,"BMW is recalling certain model year 2011 1-Series ActiveE passenger vehicles manufactured August 17, 2011, through December 19, 2011. Due to an insufficient sealing of the drivetrain housing assembly there may be a lack of grease lubrication on the gear shaft that transfers power from the electric motor to the transmission.","Over time, the connection between the electric motor and the transmission may wear, possibly resulting in a sudden loss of vehicle propulsion. This could increase the risk of a vehicle crash.","BMW will notify owners by telephone, and dealers will inspect the drivetrain connection and update the sealing system. Any worn electric motor gearing will be replaced. The recall began on April 4, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -01/17/2013,13V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V019000),"Navistar, Inc.",School Bus Engine Shut Down,ELECTRICAL SYSTEM,13502,Vehicle,1276,"Navistar is recalling certain model year 2013 IC brand CE buses, and 2012-2013 RE buses; manufactured from December 7, 2010, through June 26, 2012 and equipped with model year 2011 through 2013 I-6 engines and feature codes 12NUK, 12NUL, 12NUM, 12NUN, 12NUP and 12NUS. The injection pressure regulator (IPR) harness wire may break due to vibrational damage. This could cause an unexpected shut down of the engine.",An unexpected engine shut down while driving may increase the risk of a vehicle crash.,"Navistar will notify owners, and dealers will replace the IPR wire connector, free of charge. The safety recall is expected to begin by March 18, 2013. Owners may contact Navistar at 1-800-448-7825." -01/16/2013,13V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V013000),Entegra Coach,Incorrect Tire Certification Label/ FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,37,"Entegra Coach is recalling certain model year 2013 Aspire Class A motorhomes manufactured April 11, 2012, through August 30, 2012. On the affected vehicles, the Certification label incorrectly identifies the size of the tires on the rear axles. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""",An inaccurate label could lead to installation of improper replacement tires which may cause vehicle overloading which could lead to a tire failure resulting in personal injury or property damage.,"Entegra Coach will notify owners and dealers will replace the Certification label. The recall began on February 13, 2013. Owners may contact Entegra Coach at 1-800-945-4787." -01/16/2013,13V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V014000),"Southeast Toyota Distributors, LLC",Occupant Sensing System Calibration,AIR BAGS,NR (Not Reported),Vehicle,3235,"Southeast Toyota Distributors, LLC (SET) is recalling certain models interspersed through model years 2009 through 2013 as follows: model year 2009-2012 Tacoma, 4Runner, Camry, Camry Hybrid, Prius, and RAV4; model year 2009-2010 Avalon, FJ Cruiser, and Highlander Hybrid; model year 2010-2013 model year Corolla, Sienna and Tundra; model year 2009-2013 Highlander and Venza; model year 2012 Prius V; and model year 2010-2012 Sequoia. During modification by SET to include accessories such as leather seat covers, seat heaters or headrest DVD systems, these vehicles may not have had the passenger seat occupant sensing system calibration tested. Without passing the calibration test, the occupant sensing system may not operate as designed.","If the front passenger seat occupant sensing system is out of calibration, the front passenger airbags may not deploy or they may deploy inappropriately for the passenger's size and position. This could increase the risk of personal injury during the event of a vehicle crash necessitating airbag deployment.","Southeast Toyota will notify owners, and dealers will test the sensitivity of the occupant detection sensors, and recalibrate them as necessary. The recall began on March 21, 2013. Owners may contact Southeast Toyota at 1-800-301-6859." -01/14/2013,13V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V010000),"General Motors, LLC",Ignition Key Removal when not in Park,ELECTRICAL SYSTEM,12332,Vehicle,980,"General Motors (GM) is recalling certain model year 2013 Chevrolet Express vehicles manufactured November 1, 2012, through December 21, 2012; and model year 2013 GMC Savana vehicles, manufactured November 14, 2012, through November 20, 2012. It may be possible to remove the key from the ignition when the vehicle is running or the transmission is not in the Park position. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard 114, ""Theft Protection.""","If the ignition key is removed while the vehicle is still on and/or the vehicle is not in Park, the vehicle may rollaway and the unintended movement of the vehicle may result in a possible crash or injury to pedestrians.","GM will notify owners, and dealers will replace the ignition lock cylinder and the two associated keys. This service will be performed free of charge. The recall began on February 8, 2013. For more information, GMC owners may call 1-866-996-9463 and Chevrolet owners may call 1-800-630-2438." -01/14/2013,13E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13E001000),Ricon Corporation,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Equipment,4075,"Ricon is recalling certain S series and K Series wheelchair lifts manufactured after August 1, 2006, and equipped with an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Ricon will notify the affected vehicles manufacturers and will provide a supplemental cover kit and instructions, free of charge. This recall campaign began during February 2013. Owners may contact Ricon at 1-818-267-3000. Note: This recall supersedes recall 12E-038." -01/14/2013,13V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V008000),Goshen Coach,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,342,"Goshen Coach is recalling certain buses as follows: GC II, model years 2006-2012; GCII-550, model years 2007-2009; G-Force, model years 2011-2012; Pacer, model years 2006-2012; Pacer LS, model years 2008, 2010, and 2013; Pacer LTD, model year 2012; and Sentinel, model year 2011. The buses are equipped with a Ricon manufactured wheelchair lift which has an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Goshen Coach is working with Ricon to notify owners. Ricon will provide a supplemental cover kit with instructions, free of charge. Owners may contact Goshen Coach at 1-574-970-6300 or Ricon at 1-818-267-3000." -01/14/2013,13V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V009000),Eldorado National-Kansas,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,21,"Eldorado National is recalling certain model year 2012 Aerotech 240 buses manufactured May 2012, through October 2012. The affected buses are equipped with a Ricon manufactured wheelchair lift which has an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Eldorado National is working with Ricon to notify owners. Ricon will provide a supplemental cover kit with instructions, free of charge. Owners may contact Eldorado National at 1-785-827-1033 or Ricon at 1-818-267-3000." -01/11/2013,13V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V011000),"NABI Bus, LLC",Cracks may cause Steering Gear to Separate,STEERING,NR (Not Reported),Vehicle,53,"North American Bus Industries Inc. (NABI) is recalling certain model year 2007-2009 Blue Bird L4RE transit buses manufactured July 1, 2007, through October 31, 2009. The buses may have a defective steering gear attachment. Cracks may develop in the bracket that secures the power steering gear to the bus frame or the bus frame may crack around the bolts that attach the steering gear bracket to the frame.","If left unchecked, the cracks may propagate and cause partial separation of the steering gear from the bus frame. This would cause a loss of steering control, increasing the risk of a vehicle crash.","NABI will notify owners, and dealers will inspect and repair the buses free of charge. The recall began during March 2013. Owners may contact NABI at 1-256-831-4296." -01/11/2013,13V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V012000),Braun Corporation,Toe Pan Panel/Accelerator Pedal Interference,STRUCTURE,NR (Not Reported),Vehicle,732,"Braun is recalling certain model year 2011-2013 Rampvan vehicles manufactured from May 8, 2012, through January 3, 2013. Braun Rampvans are Toyota Sienna minivans that have been modified for special use. The Braun-specific toe pan panel comes in close proximity to the accelerator pedal lever. There could be an interference of the toe panel pan and the accelerator pedal lever.","If there is interference, the pedal may not return to the idle position which may produce unintended acceleration. This could increase the risk of a vehicle crash.","Braun will notify owners, and Braun dealers will modify the toe panel plastic as needed, free of charge. The recall began on February 7, 2013. This recall is being conducted by Braun and not by Toyota. Owners may contact Braun customer service center at 1-800-488-0359." -01/09/2013,13V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V006000),"Autocar Industries, LLC",Seat Belt Strength/FMVSS 210,SEAT BELTS,M-1208,Vehicle,80,"Autocar Industries, LLC is recalling certain model year 2012 Xpert vehicles manufactured October 17, 2011, through September 17, 2012; and with serial numbers in the range 213522 through 215336. The seat belt anchorages fail to sustain the 3000 pound forces for the specified length of time. Therefore, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, an insufficient seat belt anchorage may prevent the seat belt from properly restraining the occupant. This increases the risk of injury to the seat occupant.","Autocar will notify owners, and dealers will repair the seat belts, free of charge. The recall began on March 1, 2013. Owners may contact Autocar at 1-765-489-5499." -01/09/2013,13V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V007000),REV Recreation Group,Wrong Tire Specifications on Certification Label,EQUIPMENT,130102FRV,Vehicle,14,"Fleetwood RV is recalling certain model year 2012 and 2013 Bounder Classic model 30T motorhomes manufactured from February 17, 2012, through November 30, 2012. The Federal Certification Tag information relating to front and rear tires is incorrect. Due to the inaccurate label, these vehicles fail to comply with the requirements of Part 567, ""Certification.""","Owners relying on the information provided on the label may incorrectly inflate their tires, which could contribute to a tire failure that could cause a crash.","Fleetwood RV will mail new federal certification tags to owners. Owners who are not comfortable installing these labels may have them replaced at a dealer, free of charge. The safety recall began on January 31, 2013. Owners may contact Fleetwood RV Owner Relations at 1-800-509-3418." -01/07/2013,13V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V005000),"Forest River, Inc.",Brake Lights & Cruise Control Issues,ELECTRICAL SYSTEM,FL-634,Vehicle,451,"Forest River is recalling certain model year 2010-2012 Berkshire and Charleston diesel motorhomes. The chassis are equipped with connectors for diode jumpers that may come loose, resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","Daimler Truck North America (DTNA) is performing this recall on behalf of Forest River. DTNA will notify owners, and dealers will inspect the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall began in January 2013. Owners should contact Daimler Trucks Warranty Campaigns Department at (800) 547-0712, 7:00 a.m. to 4:00 p.m. Pacific Time Monday through Friday, e-mail address DTNA.Warranty.Campaigns@Daimler.com, or the Customer Assistance Center at (800) FTL-HELP after normal business hours." -01/07/2013,13V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V004000),"ARBOC Specialty Vehicles, LLC",Seat Reinforcement Plates may be Missing,SEATS,NR (Not Reported),Vehicle,21,"ARBOC specialty vehicles, LLC (ARBOC) is recalling certain model year 2012 Spirit of Mobility buses, models 21-G, 23-G, 23-D, 26-G, 26S-DC, 26-D, 28-G and 28-GC, manufactured from May 14, 2012, through September 26, 2012. The passenger seat base rear bolts may be missing their reinforcement plates.","In the event of an accident, inadequate reinforcement of the passenger seat may result in the seats ripping from the floor, increasing the risk of injury to the vehicle occupants.","ARBOC will will notify owners, and dealers will repair the affected seat bases, free of charge. This recall ibegan on January 14, 2013. Owners may contact ARBOC at 1-575-825-4880." -01/04/2013,13V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V003000),Polaris Inc.,Parking Brake May Not Engage,PARKING BRAKE,"L-13-01, L-13-02",Vehicle,4394,"Polaris is recalling certain model year 2010-2013 Global Electric Motorcars manufactured from January 14, 2010, through November 23, 2012. The parking brake has mechanical components which may wear prematurely and prevent the brake from engaging.","If the parking brake fails to engage while parking, the driver may not be able to prevent the vehicle from rolling away after exiting the vehicle, increasing the risk of a vehicle crash.","Polaris will notify owners and dealers will replace the parking brake lever assembly free of charge. The safety recall began on January 29, 2013. Owners may contact Polaris customer service by calling 1-888-704-5290." -01/02/2013,13V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V002000),Temsa,Reduction in Front Brake Performance,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,"Temsa Global is recalling certain model year 2012-2013 TS30 motorcoaches manufactured from November 2011, through December 2012. When the vehicle is put in the ""body lift"" position, the brake hoses near the front tires become stretched.","After repeated use of the ""body lift"" function, the brake hoses may leak air reducing the braking force of the front brake system, increasing the risk of a crash.","Temsa will notify owners, and dealers will install longer front brake hoses, free of charge. The recall will begin February 20, 2013. Owners may contact Temsa at 1-404-602-0151." -01/02/2013,13V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=13V001000),"General Motors, LLC",Shifting out of Park/FMVSS 102/FMVSS 114,POWER TRAIN,12331,Vehicle,54686,"General Motors (GM) is recalling certain model year 2013 Cadillac Escalade, Escalade ESV, and Escalade EXT; Chevrolet Avalanche, Express, Silverado HD, Silverado LD, Suburban, and Tahoe; and GMC Savana, Sierra HD, Sierra LD, Yukon, and Yukon XL vehicles, manufactured between November 7, 2012, through December 18, 2012, for failing to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 102, ""Transmission Shift Lever Sequence, Starter Interlock, and Transmission Braking Effect"", and FMVSS No. 114, ""Theft Protection and Rollaway Prevention."" The vehicles may have been built with a fractured park lock cable or a malformed steering column lock actuator gear in the lock module assembly.","As a result, the vehicle may shift from Park with the ignition key removed or the ignition key in the OFF position. The vehicle may also shift out of Park without application of the brake pedal while the key is off. Either of these scenarios may cause the vehicle to roll away after the driver has exited the vehicle, resulting in a possible vehicle crash and/or injury.","GM will notify owners, and dealers will inspect the affected vehicles and replace the steering column as necessary, free of charge. The recall began on January 21, 2013. Chevrolet owners may call 1-800-630-2438. Cadillac owners may call 1-866-982-2339. GMC owners may call 1-866-996-9463." -12/28/2012,12E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E057000),"Neotek Corporation, Inc.",Brake Rotor Fracture,EQUIPMENT,NR (Not Reported),Equipment,10626,"Neotek Corporation, Inc. (Neotek) is recalling certain replacement brake rotors, branded as DURALAST, part number 5399, sold exclusively through Autozone. Some of the brake rotors may have been produced from castings with narrow thickness in the bridge between the mounting surface and the braking surface. The narrow area of the casting can allow for fractures.","If the casting fractures, there may be a decrease in braking performance, increasing the risk of a crash.","Neotek will notify the Autozone retail outlets and post public notices about the recall. Any affected DURALAST brake rotor will be replaced, free of charge. The recall is expected to begin during January 2013. Owners may contact Neotek at 1-877-978-5490." -12/26/2012,12V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V602000),"Subaru of America, Inc.",Accessory Puddle Light may Short-circuit,EXTERIOR LIGHTING,WQE-41,Vehicle,633842,"Subaru is recalling certain model year 2010 and 2011 Legacy and Outback vehicles, certain model year 2006 through 2012 Tribeca vehicles sold before January 2012, and certain model year 2009 through 2012 Forester vehicles sold before January 2012. Up to 78,650 of these vehicles may have been equipped with accessory puddle lights that, when illuminated, brighten the area under the doors of the vehicle. A short circuit can develop when either the puddle light or connector are exposed to an electrolytic moisture source (such as road spray that has road salt in it) and it penetrates the circuit board of the puddle light or the pins of the puddle light connector(s).","Over time, migration of the moisture into the circuit board and/or into the connector cavity, may result in a short circuit of the puddle light system. This may generate heat which may melt the plastic resulting in smoke or fire.","Subaru will notify owners, and dealers will install an additional fused-harness, free of charge. The recall began February 19, 2013. Owners may contact Subaru at 1-800-782-2783 for more information." -12/26/2012,12V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V600000),Prevost Car (US) Inc.,I-Beam Suspension/Radius Rod support,SUSPENSION,SR13-01,Vehicle,196,"Prevost is recalling certain model year 2011 and 2012 X3-45 Prevost coaches manufactured from March 25, 2011, through March 20, 2012. The left side radius rod support for the front I-beam suspension system may have been made from the wrong materials and thus, may suddenly break.","If the rod breaks while the vehicle is in use, stability and vehicle control may be lost, increasing the risk of a crash.","Prevost will notify owners, and dealers will insepct the vehicles and replace any affected radius rod supports, free of charge. The recall began on January 28, 2013. Owners may contact Prevost at 1-418-883-2888." -12/21/2012,12V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V601000),"Daimler Trucks North America, LLC",Auxiliary Power Unit Door may Separate,EQUIPMENT,FL-637,Vehicle,515,"Daimler Trucks North America (DTNA) is recalling certain model year 2012 Cascadia and Coronado tractor trailers manufactured from August 1, 2011, through December 30, 2011, equipped with Thermo King TriPac Auxiliary Power Units (APU), serial numbers 3000106335 to 3000127584, manufactured from July 29, 2011, through November 7, 2011. The maintenance access panel door on the bottom of the APU may dislodge and separate.","If the door separates from the APU while the vehicle is being driven, it may create a road hazard for other drivers.","DTNA will notify owners, and Thermo King dealers will inspect the APUs and replace any of the affected panel doors free of charge. The recall began February 25, 2013. Owners may contact DTNA at 1-800-547-0712." -12/21/2012,12V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V599000),Keystone RV Company,Possible Propane Line Damage,EQUIPMENT,12-186,Vehicle,191,"Keystone is recalling certain model year 2012 and 2013 Springdale travel trailers, model 266RLSSRWE, manufactured from October 18, 2011, through December 5, 2012. The suspension may contact the copper propane line for the range.","If the suspension contacts the copper it may damage it resulting in a propane leak. If the propane leaks in the presence of an ignition source, there is an increased risk of fire and/or explosion will result causing property damage and/or personal injury.","Keystone will notify owners, and dealers will modify the propane line to route it away from the suspension, free of charge. The recall began on January 4, 2013. Owners may contact Keystone Customer Service by calling 1-866-425-4369." -12/20/2012,12V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V597000),"Suzuki Motor USA, LLC",Fuel Pump Module May Crack,"FUEL SYSTEM, GASOLINE",NZ,Vehicle,2830,"American Suzuki is recalling certain model year 2007 XL-7 vehicles originally sold or currently registered in Arizona, California, Nevada, and Texas; and manufactured June 13, 2006, through December 22, 2006. Some of these vehicles have a condition in which the plastic supply or return port on the fuel pump module may crack, which could cause a fuel leak.",Fuel leakage in the presence of an ignition source may result in a fire.,"American Suzuki will notify owners, and dealers will replace the fuel pump module, free of charge. An interim letter was mailed on March 7, 2013. Owners may contact American Suzuki Customer Relations at 1-800-934-0934." -12/20/2012,12V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V598000),Jerr-Dan Corporation,Loose Mounting Hardware,EQUIPMENT,NR (Not Reported),Vehicle,37,"Jerr-Dan is recalling certain model year 2009-2012 50 Ton Heavy-Duty Wrecker vehicles manufactured April 23, 2009, through July 31, 2012. The mounting hardware used to attach the front or middle of the wrecker frame to the truck chassis may become loose or fracture.","If the hardware becomes loose or fractured, the wrecker frame could partially detach from the chassis frame, increasing the risk of a crash or injury.","Jerr-Dan will notify owners, and dealers will replace the mounting bolts with bigger ones, free of charge. The recall began on January 31, 2013. Owners may contact Jerr-Dan at 1-301-745-3713." -12/20/2012,12E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E056000),Vega Helmet Corporation,Motorcycle Helmets/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,14109,"Vega Helmet Corporation (Vega) is recalling certain motorcycle helmets, model XTS, sizes L, XL, and XXL manufactured from May 2011 through October 2012. These helmets may fail to conform to the impact attenuation requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Vega will notify dealers and post public notices about the recall. Any noncompliant helmet will be replaced, free of charge. The recall began January 11, 2013. Owners may contact Vega at 1-425-656-0683." -12/20/2012,12V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V596000),"Airstream, Inc.",Sofa Components may Contact Electrical Components,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,576,"Airstream is recalling certain model year 2008-2013 Interstate motorhomes manufactured August 2007, through December 2012 and equipped with the rear sofa floor plan. The electrical equipment underneath the sofa may come in contact with the seat belt buckle or metal cables from the seat.","If the metal sofa components come in contact with the electrical components, electrical arcing could occur. Arcing may lead to a vehicle fire.","Airstream will notify owners, and dealers will install a cover over the electrical components, free of charge. The recall is expected to begin by late January 2013. Owners may contact Airstream at 1-877-596-6111." -12/19/2012,12E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E055000),Harsco Rail,Possible insufficient weld on Hy-Rail Guide Wheel,EQUIPMENT,NR (Not Reported),Equipment,76,"Harsco Rail is recalling certain accessory HY-RAIL HR4000 series B and HY-RAIL HR4100 series B rear guide wheel units, within the serial number range 60100 through 63494. These units are installed for use on various work trucks to enable the vehicle to travel on railroad tracks. The potentially affected units may have been manufactured with an insufficient weld on the upper structure.","If the weld fails on the guide wheel unit while the vehicle is traveling on a roadway, it could create a potential road hazard, increasing the risk of a vehicle crash.","Notification to owners began on December 10, 2012. Authorized repair facilities will weld on a retrofit kit, free of charge. For more information, owners may contact Harsco Rail at 1-803-822-9160." -12/19/2012,12V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V594000),"General Motors, LLC",Secondary Hood Latch/FMVSS 113,LATCHES/LOCKS/LINKAGES,12319,Vehicle,118800,"General Motors is recalling certain model year 2010-2012 Chevrolet Colorado and GMC Canyon vehicles manufactured from November 9, 2009, through August 28, 2012, for failing to comply with the requirements of Federal Motor Vehicle Safety Standard No. 113, ""Hood Latch System."" The hood may be missing the secondary hood latch.","If the primary hood latch is not engaged, the hood could open unexpectedly. During vehicle operation, this could obstruct the view of the driver and increase the risk of a crash.","General Motors will notify owners and instruct them to inspect their vehicle for the presence of a secondary hood latch. Dealers will replace the hood on any affected vehicles, free of charge. The recall is expected to begin on January 17, 2013. Owners may contact Chevrolet at 1-800-630-2438 or GMC at 1-866-996-9463." -12/18/2012,12V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V593000),"Champion Bus, Inc.",Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,73,"Champion Bus is recalling certain model year 2006, and certain model year 2008-2013 buses, models: American Crusader, Challenger, Crusader, and Defender; manufactured September 30, 2006, through November 16, 2012. The buses are equipped with a Ricon manufactured wheelchair lift which has an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Champion Bus is working with Ricon to notify owners. Ricon will provide a supplemental cover kit with instructions, free of charge. Owners may contact Champion Bus at 1-819-724-6474 or Ricon at 1-818-267-3000." -12/17/2012,12V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V591000),"New Flyer of America, Inc.",Drive Shaft Access Panel to be Reinforced,STRUCTURE,R12-040,Vehicle,2048,"New Flyer is recalling certain model year 2004-2011 transit buses, models: C35LF, C40LFR, D35LFR, D40LF, D40LFR, D60LF, D60LFA, D60LFR, DE35LFA, DE40LF, DE40LFA, DE40LFR, DE60LF, DE60LFA, DE60LFR, and XDE40. The drive shaft access panel may have insufficient strength or be not properly secured to the floor. If the drive shaft fails, debris from the driveshaft failure may enter the passenger compartment through the panel.","If debris resulting from drive shaft failure enters the passenger compartment, it may result in injury to the bus occupants.","New Flyer notification to owners on 01/03/2013. Dealers will install a steel plate under the access panel on affected buses, free of charge. Owners may contact New Flyer at 1-204-224-6706 for more information." -12/17/2012,12V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V588000),"Autocar, LLC",Steel Wheel Separation,WHEELS,A-1205,Vehicle,222,"Autocar, LLC is recalling certain model year 2012-2013 Xpeditor vehicles manufactured March 13, 2012, through November 29, 2012; and with serial numbers in the range 214008 through 215308. The vehicles are equipped with Hayes Lemmerz manufactured, model 90262, steel wheels. Due to an inadequate weld between the wheel disc and rim, the disc can separate from the rim.",Separation of the rim and tire from the vehicle can result in a loss of control and a vehicle crash.,"Autocar will notify owners, and dealers will replace the wheels, free of charge. The recall is expected to begin on February 12, 2013. Owners may contact Autocar at 1-765-489-5499." -12/14/2012,12V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V585000),"BMW of North America, LLC",Side-Stand Loosening,STRUCTURE,NR (Not Reported),Vehicle,2385,"BMW is recalling certain model year 2012-2013 S 1000 RR motorcycles manufactured September 2011, through December 2012. Due to a manufacturing fault, the side-stand attachment bolts could start to loosen. The loosening of the side-stand bolts could cause the stand to separate from the frame of the motorcycle.","A separation of the side-stand could cause the motorcycle to fall, causing a risk of injury.","BMW will notify owners, and dealers will clean the sidestand mounting plate threads and replace the side-stand mounting plate bolts, free of charge. The recall began on January 29, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -12/14/2012,12V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V587000),Taylor-Dunn Manufacturing Company,Steering Wheel Shaft Weld may Fail,STEERING,NR (Not Reported),Vehicle,15,Taylor-Dunn is recalling certain model year 2011 Trident low speed vehicles manufactured from February 2011 through June 2011. The steering wheel shaft may be insufficiently welded to the U-joint.,"If the weld fails, steering control may be lost while driving, increasing the risk of a vehicle crash.","Taylor-Dunn will notify owners, and dealers will replace the steering shafts, free of charge. The recall is expected to begin in January 2013. Owners may contact Taylor-Dunn at 1-714-956-4040." -12/13/2012,12V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V586000),Blue Bird Body Company,Drag Link Castle Nut may be Improperly Torqued,STEERING,R12VT,Vehicle,222,"Blue Bird is recalling certain 2013 model year Vision conventional school buses manufactured from August 27, 2012, to November 06, 2012. The castle nut that attaches the drag link to the steering arm may not have been torqued to the proper specifications.","Improperly torqued drag link castle nuts could cause excessive movement at the drag link to steering arm connection which could lead to potential separation of the drag link from the steering arm and loss of steering control, which may increase the risk of a crash.","Blue Bird will notify owners, and dealers will check the torque on the drag link castle nuts. Any vehicle where the castle nuts are found to be loose will also have its steering arm inspected for wear. The recall began on December 28, 2012. Owners may contact Blue Bird at 1-478-822-2242." -12/12/2012,12V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V581000),"Bombardier Recreational Products, Inc.",Fuel Canister Vent Hose may Leak Vapors,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9600,Bombardier Recreational Products Inc. (BRP) is recalling certain model year 2008-2009 Can-Am Spyder GS and model year 2010 Can-AM Spyder RS vehicles. Fuel vapors may exit the fuel vapor canister vent hose in the enclosed engine compartment.,Fuel vapors in the presence of an ignition source could result in a fire and personal injury.,"BRP will notify owners, and dealers will inspect the fuel vapor canister vent hose and replace and re-route it, as necessary, free of charge. The safety recall began on December 26, 2012. Owners may contact BRP AT 1-888-638-5397." -12/12/2012,12V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V582000),"Bombardier Recreational Products, Inc.",Fuel Tank Cap may not Seal Properly,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,33700,"Bombardier Recreational Products Inc. (BRP) is recalling certain model year 2008-2012 Can-Am Spyder GS, RS, and RT series vehicles. The fuel cap may not fit onto the fuel tank filler neck, preventing it from sealing properly.","If the fuel cap does not seal properly, it may leak fuel vapors. Fuel vapors in the presence of an ignition source could result in a fire and personal injury.","BRP will notify owners and send them a replacement fuel cap, free of charge. The safety recall is expected to begin in mid-January 2013. Owners may contact BRP AT 1-888-638-5397." -12/12/2012,12V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V584000),"Creative Bus Sales, Inc.",Wheelchair Lift Roll Stop Latches,EQUIPMENT,NR (Not Reported),Vehicle,227,"Creative Bus Sales, Inc is recalling certain model year 2006-2011 Chevrolet and GMC C5500, and Ford E450, and Econoline 350 vehicles equipped with Braun wheelchair lifts. Over time, or with frequent use, the roll stop latches on the outer barrier of the lifts may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Braun is conducting this recall on behalf of Creative Bus Sales. Braun will notify owners, and dealers will repair the vehicles free of charge. The recall began on November 23, 2012. Owners may contact Creative Bus at 1-888-633-8380 or Braun at 1-800-488-0359." -12/11/2012,12V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V570000),"Daimler Trucks North America, LLC",Belt Pulley may Fail Causing Engine Overheat,ENGINE AND ENGINE COOLING,FL-635,Vehicle,6296,"Daimler Trucks North America (DTNA) is recalling certain model year 2011 through 2013 Thomas Built school buses manufactured from March 2010 through July 2012, equipped with Cummins ISB6.7 diesel engines manufactured from February 16, 2010, through May 4, 2012, containing a fan pulley, part number 3914462. The subject fan pulley is part of the accessory drive system on the front of the engine. This system is used to drive such components as the refrigerant compressors, the radiator fan, and the engine water pump. The web of the pulley can fatigue over time, causing the pulley to fail.","If this occurs, the fan belt may lose engagement of the water pump, allowing the cooling system to overheat. This may result in exceeding temperature limits, potentially disabling the school bus. If the school bus is occupied when it becomes disabled, the occupants would need to exit the vehicle and be transferred to another vehicle, putting them at risk of injury.","Cummins will notify owners of the recall. Repairs will be performed by Cummins authorized service facilities. A new fan drive pulley will be installed free of charge. The safety recall began on January 4, 2013. Owners may contact Cummins at 1-812-377-5000 or DTNA at 1-800-547-0712." -12/11/2012,12V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V572000),"Daimler Trucks North America, LLC",Belt Pulley may Fail Causing Engine Overheat,ENGINE AND ENGINE COOLING,FL-635,Vehicle,42,"Daimler Trucks North America (DTNA) is recalling certain model year 2011 through 2013 Thomas Built non-school buses manufactured from March 2010 through July 2012, equipped with Cummins ISB6.7 diesel engines manufactured from February 16, 2010, through May 4, 2012, containing a fan pulley, part number 3914462. The subject fan pulley is part of the accessory drive system on the front of the engine. This system is used to drive such components as the refrigerant compressors, the radiator fan, and the engine water pump. The web of the pulley can fatigue over time, causing the pulley to fail.","If this occurs, the fan belt may lose engagement of the water pump, allowing the cooling system to overheat. This may result in exceeding temperature limits, potentially disabling the school bus. If the school bus is occupied when it becomes disabled, the occupants would need to exit the vehicle and be transferred to another vehicle, putting them at risk of injury.","Cummins will notify owners of the recall. Repairs will be performed by Cummins authorized service facilities. A new fan drive pulley will be installed free of charge. The safety recall began on January 4, 2013. Owners may contact Cummins at 1-812-377-5000 or DTNA at 1-800-547-0712." -12/11/2012,12V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V574000),Thor Motor Coach,Brake Lights & Cruise Control Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,727,"Thor Motor Coach (Thor) is recalling certain model year 2011 through 2013 Tuscany, Astoria, Ultrasport, Montecito, and Palazzo recreational vehicles manufactured from May 17, 2010, through October 30, 2012, built on Freightliner brand XB and XC custom chassis. The vehicles are equipped with diode jumpers that may come loose in their connectors resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","Daimler Trucks (DTNA) will notify owners on behalf of Thor, and Freightliner dealers will inspect the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall is expected to begin January 28, 2013. Owners should contact DTNA Warranty Campaigns Department at (800) 547-0712, 7:00 a.m. to 4:00 p.m. Pacific Time Monday through Friday, e-mail address DTNA.Warranty.Campaigns@Daimler.com, or the Customer Assistance Center at (800) FTL-HELP after normal business hours." -12/11/2012,12V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V578000),Newmar Corporation,Brake Lights & Cruise Control Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,626,"Newmar Corporation (Newmar) is recalling certain model year 2011 through 2013 Ventana Class A, Dutch Star Class A, and Mountain Aire Class A model motor homes manufactured from January 25, 2010, through September 19, 2012, built on Freightliner brand XB and XC custom chassis. The chassis are equipped with connectors for diode jumpers that may come loose, resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","Daimler Trucks (DTNA) will notify owners on behalf of Newmar, and Freightliner dealers will inspect the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall is expected to begin January 28, 2013. Owners should contact DTNA Warranty Campaigns Department at (800) 547-0712, 7:00 a.m. to 4:00 p.m. Pacific Time Monday through Friday, e-mail address DTNA.Warranty.Campaigns@Daimler.com, or the Customer Assistance Center at (800) FTL-HELP after normal business hours." -12/11/2012,12V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V576000),"Daimler Trucks North America, LLC",Fuel Pipes may be Loose or Crack,"FUEL SYSTEM, OTHER",FL-636,Vehicle,1601,"Daimler Trucks North America is recalling certain model year 2007 Sterling 360 trucks manufactured from January 25, 2006, through January 22, 2007; and equipped with an EPA04 4M50 engine. The fuel lines may crack due to an improper manufacturing process. Additionally, the fuel pipe flare nuts may have been insufficiently tightened.",Cracked fuel pipes or loose fuel pipe flare nuts may leak fuel. A fuel leak in the presence of an ignition source may result in a vehicle fire.,"Daimler will notify owners, and dealers will inspect the fuel lines and tighten or replace them as needed, free of charge. The safety recall began on February 5, 2013. Owners may contact Daimler Trucks at 1-800-547-0712." -12/11/2012,12V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V573000),Honda (American Honda Motor Co.),Ignition Interlock may Deform Allowing Rollaway,ELECTRICAL SYSTEM,S73/S74,Vehicle,807161,"Honda is recalling certain model year 2003 and 2004 Pilot and Odyssey and 2003 through 2006 Acura MDX passenger vehicles manufactured from November 26, 2001, through August 30, 2006. The interlock lever of the ignition switch may deform, which can allow the interlock function of a vehicle with an automatic transmission to be defeated.","Removal of the ignition key when the gear selector of a vehicle with an automatic transmission has not been shifted to the park position can allow the vehicle to roll away, increasing the risk of a crash.","Honda will notify owners and instruct them to take their vehicle to a Honda or Acura dealer. The dealer will install an updated shift interlock lever and, if necessary, replace any necessary part of the ignition switch, free of charge. The recall began on February 22, 2013. Owners may contact Honda at 1-800-999-1009." -12/11/2012,12V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V592000),"Triumph Motorcycles America, Ltd.",Label has Incorrect Tire Data,EQUIPMENT,483,Vehicle,244,"Triumph Motorcycles (Triumph) is recalling certain model year 2013 Trophy motorcycles manufactured from September 5, 2012, through November 29, 2012. These motorcycles were produced with a label bearing incorrect tire data which fails to conform to the labeling requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars,"" and they fail to comply with the certification requirements of 49 CFR Part 567, ""Certification.""","Owners relying on the information contained in the label may install incorrect replacement tires, increasing the risk of personal injury.","None of the affected motorcycles have been sold to consumers and they will be repaired prior to sale. Therefore, an owner notification letter will not be issued for this campaign. Owners may contact Triumph at 1-678-854-2010 for more information." -12/10/2012,12V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V577000),"Champion Bus, Inc.",Brake Lights & Cruise Control Issues,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,49,"Champion Bus is recalling certain model year 2011 through 2013 CX300, CX340, CX380, and 3035RE model transit buses manufactured from January 24, 2011, through November 7, 2012, built on Freightliner brand XB and XC custom chassis. The chassis are equipped with connectors for diode jumpers that may come loose, resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","Daimler Trucks (DTNA) will notify owners on behalf of Champion Bus, and Freightliner dealers will inspect the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall is expected to begin January 28, 2013. Owners should contact DTNA Warranty Campaigns Department at (800) 547-0712, 7:00 a.m. to 4:00 p.m. Pacific Time Monday through Friday, e-mail address DTNA.Warranty.Campaigns@Daimler.com, or the Customer Assistance Center at (800) FTL-HELP after normal business hours." -12/10/2012,12V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V575000),Winnebago Industries Inc.,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,1,"Winnebago is recalling one model year 2008 Aspect motorhome manufactured on September 12, 2007. The motorhome is equipped with a Ricon manufactured wheelchair lift which has an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Ricon will be conducting this recall on behalf of Winnebago. Ricon will notify the affected owner and will provide a supplemental cover kit and instructions, free of charge. The safety recall began on February 6, 2013. Owners may contact Winnebago at 1-641-585-3535 or Ricon at 1-818-267-3000." -12/10/2012,12V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V580000),Glaval Bus,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,704,"Glaval Bus is recalling certain model year 2007-2012 transit buses, models: Entourage, Sport, Universal, Titan, Titan II, Apollo, Primetime, and Concord; and manufactured January 1, 2007, through December 3, 2012. The buses are equipped with a Ricon manufactured wheelchair lift which has an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Glaval Bus will notify owners and direct them to contact Ricon. Ricon will provide a supplemental cover kit and instructions, free of charge. The recall campaign began on January 23, 2013. Owners may contact Glaval Bus at 1-574-262-2212 or Ricon at 1-818-267-3000." -12/10/2012,12V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V579000),Shyft Group,Windshield Wipers may become Inoperative,VISIBILITY/WIPER,12016,Vehicle,36,"Spartan Motors Chassis is recalling certain model year 2012-2013 Gladiator, Metro Star, Metro Star-X, and Force emergency rescue chassis cabs built between October 1, 2012, through October 31, 2012. The wiper motor shaft and the wiper arm shaft have different sized splines which may cause the windshield wipers to become inoperative.","If the windshield wipers become inoperative, the driver could have reduced visibility, which may increase the risk of a crash.","Spartan will notify owners and replace the wipers free of charge The safety recall began on January 15, 2013. Owners may contact Spartan at 1-800-543-5008, Option 4." -12/07/2012,12V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V571000),"Jaguar Land Rover North America, LLC",Fuel Starvation may cause Vehicle Stall,ELECTRICAL SYSTEM,J028,Vehicle,9,"Jaguar Land Rover is recalling certain model year 2013 XF vehicles manufactured October 3, 2012, through October 12, 2012 and equipped with a gasoline engine. The electronic modules which control the fuel pump may shut down causing the fuel pump to stop pumping fuel. The resulting fuel starvation will cause the engine to stall.","An engine stall without warning while driving may lead to a loss of motive power, a loss of power-assisted braking and a loss of power-assisted steering. Each of these conditions may increase the risk of a vehicle crash.","Jaguar Land Rover will notify owners, and dealers will install an additional wiring harness to the in-tank fuel pump, free of charge. The recall began on January 24, 2013. Owners may contact Jaguar Land Rover at 1-800-452-4827." -12/07/2012,12V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V567000),Hyundai Motor America,Parking Brake Components may Bind,PARKING BRAKE,107,Vehicle,4490,"Hyundai is recalling certain model year 2012 Veloster vehicles manufactured from July 2, 2011, through February 27, 2012 and equipped with manual transmissions. Moisture and road grime may cause the parking brake components to bind.","If the parking brake components bind, the parking brake may not operate properly, and the parking brake may drag while driving or may not fully engage when the vehicle is parked. If the parking brake is not fully engaged when parked, a manual transmission may move unintentionally, increasing the risk of a crash.","Hyundai will notify owners, and dealers will replace the rear brake caliper assemblies free of charge. The safety recall began January 22, 2013. Owners may contact Hyundai at 1-800-633-5151." -12/07/2012,12V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V568000),Hyundai Motor America,Sunroof may Shatter due to Installation Error,VISIBILITY,108,Vehicle,13500,"Hyundai is recalling certain model year 2012 Veloster vehicles manufactured from November 1, 2011, through April 17, 2012 and equipped with panoramic sunroofs. The panoramic sunroof assembly may been weakened during installation at the factory.","If the assembly was weakend at the factory, the panoramic glass panel may break while the vehicle is in motion leading to personal injury or a vehicle crash.","Hyundai will notify owners, and dealers will inspect the sunroof's integrity and replace the sunroof glass assembly, as necessary, free of charge. The safety recall began January 22, 2013. Owners may contact Hyundai at 1-800-633-5151." -12/07/2012,12V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V569000),Coach and Equipment Mfg. Corp.,Wheelchair Lift Armored Cable Short Circuit,EQUIPMENT,NR (Not Reported),Vehicle,337,"Coach and Equipment is recalling certain model year 2006-2012 Phoenix transit buses manufactured August 2006, through November 2012; and 2007 and 2009 Metro Lite transit buses manufactured January 2007, through December 2009. These buses are equipped with Ricon manufactured wheelchair lifts which have an optional armored pendant cable. The cable may have been installed such that it doesn't clear the wheelchair lift and without a protective cover, or a misinstalled protective cover.",The cable may contact the power lug at the base of the wheel chair lift causing a short circuit that could result in a fire.,"Ricon will be conducting this recall on behalf of Coach and Equipment Mfg Corp. Ricon will notify the affected owners and will provide a supplemental cover kit and instructions, free of charge. This recall campaign began on December 11, 2012. Owners may contact Coach and Equipment Mfg Corp at 1-800-946-7513 or Ricon at 1-818-267-3000." -12/06/2012,12V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V564000),Prevost Car (US) Inc.,Automatic Fire Detection and Suppression System,EQUIPMENT,SR12-47,Vehicle,87,"Prevost is recalling certain model year 2011-2012 X3-45 coach buses manufactured June 3, 2010, through August 25, 2011 and equipped with an Automatic Fire Detection and Suppression System (AFSS). As built, the affected vehicles have the AFSS storage tank in the engine compartment. High temperatures in the engine compartment area may cause the pressure relief valve to release the contents of the AFSS storage tank.","If the event of a fire, the AFSS may not operate as designed, increasing the risk of injury to the coach occupants.","Prevost will notify owners, and dealers will relocate the extinguisher storage tank, free of charge. The recall began on December 19, 2012. Owners may contact Prevost at 1-418-883-2888 x 6558." -12/06/2012,12V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V566000),Winnebago Industries Inc.,Brake and Cruise Control Circuit,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1521,"Winnebago Industries is recalling certain model year 2010-2013 Winnebago Journey and Tour motorhomes, and certain model year 2010-2013 Itasca Meridian and Ellipse motorhomes, manufactured June 18, 2010, through November 17, 2011. The chassis are equipped with connectors for diode jumpers that may come loose, resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","Daimler Trucks North America will be conducting the recall on behalf of Winnebago Industries. Daimler will notify owners, and dealers will inspect the the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall began December 26, 2012. Owners should contact Winnebago at 1-641-585-3535 or Daimler Trucks at 1-503-745-6910." -12/06/2012,12V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V565000),Shyft Group,Front Swaybar may Damage Brake Hose,"SERVICE BRAKES, AIR",12015,Vehicle,23,"Spartan Motors Chassis is recalling certain model year 2013 K2, K3, and MM motorhome chassis, manufactured July 23, 2012, through November 7, 2012 and equipped with an independent front suspension that has the ABS modulator valve mounted in a forward position. The front brake hoses or the ABS sensor cable may be damaged as a result of contact with the swaybar.",Damaged brake hoses will result in insufficient air being applied to the front brake chambers. Lack of air to the front brake may increase stopping distances. Damage to the ABS sensor cable may disable the ABS. Either condition may increase the risk of a vehicle crash.,"Spartan will notify owners, and dealers will repair the vehicles free of charge. The recall began December 20, 2012. Owners may contact Spartan at 1-517-543-6400." -12/06/2012,12V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V563000),"Jaguar Land Rover North America, LLC",Rear Brake Calipers may Detach,"SERVICE BRAKES, HYDRAULIC",P029,Vehicle,70,"Jaguar Land Rover is recalling certain model year 2012 LR2 and Range Rover Evoque vehicles manufactured on June 11, 2012. The rear brake caliper retaining bolts may be insufficiently torqued.","Insufficiently torqued brake caliper bolts may result in the brake caliper detaching. A detached brake caliper may lead to a loss of brake function. Additonally, the caliper may strike a wheel resulting in the sudden deflation of a tire. Either situation may increase the risk of a vehicle crash.","Jaguar Land Rover will notify owners, and dealers will inspect and tighten the rear brake caliper retaining bolts, free of charge. The recall began on January 11, 2013. Owners may contact Jaguar Land Rover at 1-800-637-6837, Option 9." -12/04/2012,12V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V561000),Lamborghini (Automobili Lamborghini),Headlamp Aiming/FMVSS 108,EXTERIOR LIGHTING,LB834-R.09.12,Vehicle,144,"Lamborghini is recalling certain model year 2012 Aventador vehicles manufactured July 15, 2011, through April 20, 2012 for failing to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected vehicles may have headlights that can be aimed horizontally but not vertically.",An incorrect headlamp aim could reduce the drivers visibility and possibly blind oncoming traffic. Either condition may increase the risk of crash.,"Lamborghini will notify owners, and dealers will enable the vertical aiming and disable the horizontal aiming of the headlights, free of charge. Owners may contact Lamborghini at 1-866-681-6276." -12/04/2012,12V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V560000),"Chrysler (FCA US, LLC)",Incorrect Seating Capacity Label,EQUIPMENT,M36,Vehicle,734,"Chrysler is recalling certain model year 2013 Durango vehicles manufactured April 27, 2012, through September 14, 2012. The vehicles may have been built with incorrect seating capacity information labels. The label might overstate the seating capacity. Therefore, these vehicles fail to comply with the requirements of FMVSS number 110 ""Tire Selection and Rims.""",The vehicle may be filled over capacity which could increase injury during a vehicle crash.,"Chrysler will notify owners, and provide replacement labels free of charge. At the owner's option, they may take their vehicle to a Chrysler dealer for installation of the label. The service will be performed free of charge. The recall began on February 18, 2013. Owners may contact Chrysler at 1-800-247-9753." -12/03/2012,12V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V555000),"Hino Motors Sales U.S.A., Inc.",Battery B+ Short Circuit/Possible Fire,ELECTRICAL SYSTEM,A8310,Vehicle,35142,"Hino is recalling certain model year 2005 through 2013 medium duty trucks, models NA6J, NB6J, NC6J, ND8J, NE8J, NJ8J, NF8J, and NV8J, manufactured from August 18, 2003, through November 16, 2011. Over time, the main B+ circuit from the battery to the starter could potentially short to ground due to wear that accumulates as a result of interference between the B+ circuit and its convoluted tubing sheath.","If the B+ circuit shorts to ground, it may lead to a fire.","Hino will notify owners, and dealers will repair the vehicles free of charge. The recall began on January 17, 2013. Owners may contact Hino at 1-248-699-9390." -12/03/2012,12V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V562000),"Phenix Enterprises, Inc.",Battery Separator may Overheat,EQUIPMENT,NR (Not Reported),Vehicle,42,"Phenix Enterprises, Inc. (Phenix) is recalling certain model year 2009 and 2011 trucks manufactured from July 22, 2008, through December 16, 2011, equipped with a Sure Power battery separator, part number 16511893 (model 1314). Suspect vehicles, in their as-built configuration, had a Sure Power battery separator installed on the inboard side of the curb side rail. These battery separators may overheat.",If the battery separator overheats it can result in smoke and possibly a fire.,Phenix will notify owners and replace the battery separator free of charge. Owners may contact Phenix at 1-800-736-9790. -12/03/2012,12V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V557000),"Mercedes-Benz USA, LLC",Fuel Filter may Leak,"FUEL SYSTEM, GASOLINE",2013010004,Vehicle,5800,"Mercedes-Benz is recalling certain model year 2011-2012 S400, S550, S550 4Matic, S63 AMG, C300, C300 4Matic, E350, GLK350, GLK350 4Matic, CL550 4Matic, and CL63 AMG vehicles manufactured from April 18, 2011, through July 12, 2011. Due to an irregularity stemming from the molding process of the fuel filter flange, the fuel filter flange may crack when operated in high temperatures.","If the fuel filter flange cracks, it will leak fuel which may lead to a fire if an external ignition source is present.","Mercedes-Benz will notify owners, and dealers will replace the fuel filter, free of charge. The recall campaign is expected to begin in February 2013. Owners may contact Mercedes-Benz at 1-800-367-6372." -12/03/2012,12V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V559000),Winnebago Industries Inc.,Incorrect Fuses Installed which may Result in Fire,ELECTRICAL SYSTEM,127,Vehicle,2495,"Winnebago is recalling certain model year 2009-2013 model Era motorhomes, 2010-2013 Via and Itasca Reyo motorhomes, and 2011-2013 View and Itasca Navion motorhomes; manufactured November 13, 2007, through August 20, 2012. The proper fuses were not installed for the refrigerator circuits.","Without the proper fuse, heat can build which could lead to a vehicle fire.","Winnebago will notify owners, and dealers will replace the fuses. The recall began on December 21, 2012. Consumers may contact Winnebago Industries owner relations at 1-641-585-6939." -12/03/2012,12V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V551000),Ford Motor Company,Overheat may cause Fluid Leaks Resulting in Fire,ENGINE AND ENGINE COOLING,12S41,Vehicle,80057,"This is an update to a recently announced recall. Ford is recalling certain model year 2013 Escape vehicles manufactured from October 5, 2011, through November 26, 2012, equipped with 1.6L engines, as well as certain model year 2013 Fusion vehicles manufactured from February 3, 2012, through November 29, 2012, equipped with 1.6L engines. Coolant system leaks may cause the engines to overheat and leak flammable engine fluids.","If flammable engine fluids come in contact with the vehicle�s hot exhaust system, a vehicle fire could occur.","Ford will notify owners, and dealers will inspect the engine for coolant system leaks and reprogram the vehicle�s powertrain control module and instrument cluster with an updated calibration and overheat strategy software. There will be no charge to owners for this service. Owners were recently notified to contact dealers to arrange for alternative transportation as Ford developed a remedy. Owners will be shortly receiving notifications to contact Ford dealers to schedule the free remedy repair. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -12/03/2012,12V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V558000),"Porsche Cars North America, Inc.",Rear Wheel Hubs may Fail,SUSPENSION,AC05,Vehicle,455,"Porsche is recalling certain model year 2010 911 GT3 vehicles manufactured May 15, 2009, through February 11, 2010. The rear wheel hubs may be prone to failure under certain driving conditions. Also, the original, suggested maintenance intervals may be insufficient to prevent wheel hub failure.","If the rear hub fails, there may be a loss of vehicle control, increasing the risk of a crash.","Porsche will notify owners, and dealers will replace the wheel hubs on the rear axle free of charge. The service interval specifications will also be revised and provided to owners as part of Porsche's owner notification letter. The recall began on January 22, 2013. Owners may contact Porsche at 1-800-767-7243." -12/03/2012,12V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V556000),"BMW of North America, LLC",Side Trim Panels may Detach at High Speeds,STRUCTURE,NR (Not Reported),Vehicle,266,"BMW is recalling certain model year 2013 C600 Sport Maxi-Scooters manufactured August 7, 2012, through November 20, 2012. The fasteners on the front side trim panels may have insufficient strength to retain the panels at high speeds.",If the panel separates it could interfere with riding and handling of the scooter and increase the risk of a crash. The panel could also become a hazard for other road users.,"BMW will notify owners, and dealers will reattach the left and right front side trim panels with stronger ""snap-lock"" fasteners. The recall began on January 10, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -11/30/2012,12V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V554000),Medtec Ambulance Corporation,Bench Seat Top may Collapse,SEATS,74B238M,Vehicle,977,"Medtec is recalling certain model year 2009-2011 Ambulances (Type I, Type I-AD, Type II, Type III, and Type III-AD) manufactured from January 2, 2009, through May 1, 2011. If an attendant lands on the bench top with great force, such as when the vehicle hits a bump in the road, the bench top screws may loosen and pull out.","If the bench top securing screws pull out then the bench top may drop into the cavity of the bench compartment, increasing the risk of personal injury.","Medtec will notify owners, and dealers will repair the vehicles free of charge. The recall began on January 8, 2013. Owners may contact Medtec toll-free at 1-866-263-3832." -11/30/2012,12V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V553000),Ford Motor Company,Low Beam Headlamp/FMVSS 108,EXTERIOR LIGHTING,12C27,Vehicle,19158,"Ford is recalling certain model year 2013 Fusion vehicles, manufactured from February 3, 2012, through October 20, 2012, for failing to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected vehicles may not have had the low beam headlamp projector coating properly cured during its manufacturing process.","An improperly cured projector coating will become hazy through operation, over time, reducing the brightness of the low-beam lamp. This may decrease driver visibility and increase the risk of a vehicle crash.","Ford will notify owners, and dealers will replace the headlamp assembly. The recall began on December 18, 2012. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -11/29/2012,12E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E054000),"Cummins, Inc.",Belt Pulley may Fail Causing Engine Overheat,ENGINE AND ENGINE COOLING,C1296,Equipment,7040,"Cummins is recalling certain model ISB6.7 diesel engines manufactured from February 16, 2010, through May 4, 2012, equipped with fan pulley Part Number 3914462 and installed on certain Thomas Built Buses, Inc. school buses. The subject fan pulley is part of the accessory drive system on the front of the engine. This system is used to drive such components as the refrigerant compressors, the radiator fan, and the engine water pump. The web of the pulley can fatigue over time, causing the pulley to fail.","If this occurs, the fan belt may lose engagement of the water pump, allowing the cooling system to overheat. This may result in exceeding temperature limits, potentially disabling the school bus. If the school bus is occupied when it becomes disabled, the occupants would need to exit the vehicle and be transferred to another vehicle, putting them at risk of injury.","Cummins will notify Thomas Built of this defect and the potential safety consequences, and will work with them to identify and notify the affected owners. Cummins will install a new fan drive pulley, without charge, through Cummins' service network. The recall began on November 27, 2012. Notification to owners began on January 4, 2013. Owners may contact Cummins at 1-812-377-5000." -11/29/2012,12V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V552000),"Daimler Trucks North America, LLC",Brake Lights & Cruise Control Issues,ELECTRICAL SYSTEM,FL-634,Vehicle,7594,"Daimler Trucks North America (DTNA) is recalling certain model year 2010-2013 Freightliner brand XB and XC custom chassis manufactured January 1, 2010, through September 20, 2012. The chassis are equipped with diode jumpers that may come loose in their connectors resulting in an open circuit. Two circuits are affected: The one that disengages the cruise control with brake pedal use, and the one that illuminates the brake lights with brake pedal use.","Failure of the cruise control to disengage when the brakes are applied may increase the risk of a vehicle crash. Without the brake lights illuminating when the brakes are applied, the driver's intent is not communicated, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect the diode jumpers to make sure they are fully locked in place and will correct the vehicles as needed. The recall began on December 26, 2012. Owners should contact Daimler Trucks Warranty Campaigns Department at (800) 547-0712, 7:00 a.m. to 4:00 p.m. Pacific Time Monday through Friday, e-mail address DTNA.Warranty.Campaigns@Daimler.com, or the Customer Assistance Center at (800) FTL-HELP after normal business hours." -11/27/2012,12V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V550000),"BMW of North America, LLC",Engine Belt Idler Pulley Bolt may Loosen/Break,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,29800,"BMW is recalling certain model year 2009-2012 X5 xDrive 35d SAV diesel vehicles manufactured September 1, 2008, through November 15, 2012. The engine belt idler pulley bolt could loosen and break over time.","If the engine belt idler pulley bolt breaks, the vehicle may unexpectedly lose power-assisted steering, increasing the risk of a crash.","BMW will notify owners, and dealers will replace and tighten the idler pulley bolt. The recall began on January 15, 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -11/23/2012,12E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E053000),PACCAR Incorporated,Aftermarket Aluminum Wheels Noncompliance,WHEELS,PPD1202,Equipment,8060,"PACCAR is recalling certain TRP branded aluminum wheels sold for resale in the aftermarket with one of the following part numbers AW2258B, AW2258M, AW2458B, or AW2458M. The rim markings on these wheels were etched to a depth less than the minimum requirements. Thus, these wheels fail to conform to the rim marking requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","Without proper rim markings, owners may not be able to identify affected wheels in the event of a wheel recall. Defective or noncompliant wheels that are not remedied are at an increased risk of performance failure, and thereby increase the risk of a crash or other safety hazard to motorists.","PACCAR will notify owners and replace the rims free of charge. The safety recall began on February 8, 2013. Owners may contact PACCAR at 1-425-468-7400." -11/23/2012,12V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V547000),Daimler Coaches North America,Alternator Ground Wire Short Circuit,ELECTRICAL SYSTEM,15.40U08377A,Vehicle,198,"Setra is recalling certain model year 2009-2013 S417, S417TC, and S407CC motorcoaches, manufactured from May 2009 through June 2012. An incorrect routing of the ground wire near the alternator may lead to the chaffing and abrasion of the wire.",A damaged alternator ground wire could result in a short circuit and may lead to a vehicle fire.,"Setra's designated importer, Motor Coach Industries (MCI), will be conducting this recall. MCI will notify owners and will reroute the wiring free of charge. The safety recall began on December 14, 2012. Owners may contact Motor Coach Industries at 1-502-318-3077." -11/23/2012,12V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V545000),"Mitsubishi Fuso Truck of America, Inc.",Fuel Pipes May Crack,"FUEL SYSTEM, OTHER",C1006110,Vehicle,13644,"Mitsubishi Fuso Truck of America (MFTA) is recalling certain model year 2005-2007 FE83D, FE84D, FE85D, and FG84D trucks; manufactured from May 27, 2004, through May 14, 2007. The fuel pipes may crack due to an improper manufacturing process. Additionally, the fuel pipe flare nuts may have been insufficiently tightened.",Cracked fuel pipes or loose fuel pipe flare nuts may leak fuel. A fuel leak in the presence of an ignition source may result in a vehicle fire.,"MFTA will notify owners, and dealers will inspect the fuel pipes and tighten or replace them as needed, free of charge. The safety recall began on January 21, 2013. Owners may contact MFTA at 1-856-467-4500." -11/23/2012,12V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V543000),"Forest River, Inc.",Improperly Machined Wheels,WHEELS,NR (Not Reported),Vehicle,2200,"Forest River is recalling certain model 2011 and 2012 trailers manufactured from August 11, 2011, through April 11, 2012, equipped with Carlisle Toy Hauler series trailer wheels. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.","Forest River will notify owners, and dealers will replace the wheels free of charge. The recall began on January 10, 2013. Owners may contact Forest River at 1-574-389-4600." -11/23/2012,12V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V544000),Temsa,Insufficient Number of Emergency Exits\FMVSS 217,VISIBILITY,NR (Not Reported),Vehicle,71,"Temsa Global is recalling certain model year 2007-2010 TS35 buses for failing to comply with the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release."" The buses may have one too few emergency exits on each side of the bus for the number of seats that the bus is equipped with.",Passengers may be delayed in exiting the vehicle during an emergency which can increase the risk of personal injury.,"Temsa will notify owners, and will install a third emergency exit window on each side side of the bus, free of charge. The recall began on January 3, 2013. Owners may contact Temsa at 1-404-602-0151." -11/23/2012,12V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V542000),Toyota Motor Engineering & Manufacturing,Spare Tire Carrier may Fail,TIRES,NR (Not Reported),Vehicle,150000,"Toyota is recalling certain model year 2001 through 2004 Tacoma light trucks manufactured from August 28, 2000, through August 27, 2004, and originally sold, or currently registered, in the following cold climate states with high road salt usage: Connecticut, Delaware, Illinois, Indiana, Kentucky, Maine, Maryland, Massachusetts, Michigan, Minnesota, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, Virginia, West Virginia, Wisconsin, and the District of Columbia. The spare tire in the subject vehicles is located underneath the rear of the vehicle and held by a spare tire carrier. A lift plate on the carrier is used to help raise, lower and retain the tire. During its manufacture, the lift plate may not have been sufficiently coated with anti-corrosion materials. If the plate is insufficiently coated and the vehicle is operated in cold climate regions where road salts are frequently used, road spray can reach the carrier assembly and corrode the lift plate.","Corrosion of the plate could cause it to break, which could result in detachment of the spare tire from the vehicle. Detachment of the spare tire could result in a road hazard which may increase the risk of a vehicle crash.","Toyota will notify owners, dealers will inspect the vehicle and replace the spare tire carrier lift plate as necessary, free of charge. The recall began in February 2013. Owners may contact their Toyota dealer or the Toyota Customer Experience Center at 1-800-331-4331." -11/23/2012,12V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V549000),Nova Bus (US) Inc.,Window Handles may Break,VISIBILITY,"CR1924A, CR1926A",Vehicle,26,"Nova Bus is recalling certain model year 2010 LFS transit buses manufactured June 10, 2010, through November 11, 2010; and equipped with flush mounted windows and Ricon 3-Minute Urban Transit Bus egress window sets. The composition of the material used to cast the handles is incorrect resulting in embrittlement of the handle and a reduction in material strength. The handle(s) on the emergency egress passenger windows may break before the window latch is released.","In the event the egress window fails during an emergency situation, passengers may be trapped in the bus placing them at risk of injury.","Nova Bus will notify owners, and dealers will replace the egress handles free of charge. Ricon will supply the replacement handles. The recall began on December 10, 2012. Owners may contact Nova Bus at 1-877-999-8808." -11/21/2012,12V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V546000),"Navistar, Inc.",Front Brake S-Cams may Fracture,SERVICE BRAKES,12530,Vehicle,4747,"Navistar is recalling certain model year 2012-2013 International brand ProStar and TranStar commercial trucks, manufactured from August 01, 2011, through June 12, 2012, and equipped with front brake linings listed as feature codes 0504501 or 0504504. The brake S-Cam tube bracket assemblies on the steer axles may fracture.",Brake assembly fractures may result in an inoperative brake on the affected wheel. This will cause the vehicle to pull to one side unexpectedly during breaking and/or increase the stopping distance. Either result may increase the risk of a vehicle crash.,"Navistar will notify owners, and dealers will replace S-Cam tube bracket assemblies free of charge. The safety recall is expected to begin by August 23, 2013. Owners may contact Navistar at 1-800-448-7825." -11/21/2012,12V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V548000),Honda (American Honda Motor Co.),Incorrect Steering Column Installed,STEERING,S69,Vehicle,157,"Honda is recalling certain model year 2012 Civic passenger vehicles, manufactured from October 26, 2012, through October 30, 2012. These vehicles were assembled with the incorrect steering column assembly.","The steering column may not have proper energy absorbing characteristics, which could increase the risk of injury during a vehicle crash.","Honda will notify owners, and dealers will inspect and replace the steering column, as necessary, free of charge. The safety recall began on December 10, 2012. Owners may contact Honda at 1-800-999-1009." -11/20/2012,12V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V541000),Starcraft RV,Loose Wire Connections,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,22,"Starcraft is recalling certain model year 2013 Autumn Ridge AR-One travel trailers manufactured from September 6, 2012, through October 17, 2012. These travel trailers have wire connections in the electrical box that may prevent the wires from being tightened properly.","Loose electrical wiring connections could cause excessive heat which could lead to fire, injury, or death.","Starcraft will notify owners, and dealers will relocate specific wires in the electrical box to allow the wires to be sufficiently tightened at their connections. The safety recall began on December 21, 2012. Owners may contact Starcraft at 1-800-945-4787." -11/15/2012,12V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V538000),Blue Bird Body Company,Brake Light Switch may Keep Brake Lights on,EXTERIOR LIGHTING,R12VR,Vehicle,452,"Blue Bird is recalling certain model year 2013 and 2014 Vision school buses manufactured from January 10, 2012, through November 01, 2012, and equipped with Ford 6.8L propane engines. The brake light switch mounting bracket may have caused the brake light switch to be incorrectly adjusted at installation and/or the brake light switch mounting bracket may deform when the driver allows the brake pedal to return forcibly. An incorrectly adjusted brake light switch or deformed brake light switch mounting bracket may cause the brake lights to illuminate continuously.","Improperly functioning brake lights could confuse following motorists and fail to warn them that the bus may be stopping, increasing the risk of a crash.","Blue Bird will notify owners, and dealers will install a new, redesigned brake light switch mounting bracket along with a new brake light switch, free of charge. The safety recall began on December 5, 2012. Owners may contact Blue Bird at 1-478-822-2242." -11/15/2012,12V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V540000),"Volkswagen Group of America, Inc.",Occupant Detection System may Fail when Wet,AIR BAGS,69i9/W6,Vehicle,2471,"Volkswagen is recalling certain model year 2012-2013 Beetle vehicles, manufactured from February 2012, through August 2012, and equipped with leather sport seats. If the right front passenger seat gets wet, the occupant control module may not properly detect the presence of a child restraint installed in the seat.","If the control module does not detect a child seat installed, the airbag will not turn off. If the airbag does not turn off, in the event of a crash necessitating front airbag deployment, a child secured in the child seat may be at an increased risk for serious injury.","Volkswagen will notify owners, and replace the control modules, free of charge. The recall is expected to begin during January 2013. Owners may contact Volkswagen at 1-800-822-8987." -11/15/2012,12V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V539000),Prevost Car (US) Inc.,Wheelchair Lift Safety Pins Missing or Unusable,EQUIPMENT,SR12-69,Vehicle,44,"Prevost is recalling certain model year 2009-2013 Volvo Bus 9700 coaches manufactured from April 2009 through June 2012. The wheelchair lift may be missing maintenance safety pins and/or the wheelchair lift cylinders may not be the proper length, preventing the proper use of maintenance safety pins.","With either the maintenance safety pins missing or not able to be used, the wheelchair lift may not be safely stowed in place, increasing the risk of injury to those working on, or around, the lift.","Prevost will notify owners, and dealers will add the safety pins and/or verify that they work properly, as needed, free of charge. The safety recall began on February 8, 2013. Owners may contact Prevost at 1-418-883-2888." -11/14/2012,12E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E048000),"Nissens North America, Inc.",Engine Cooling Radiator Fan may Overheat,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,50,"Nissens is recalling certain aftermarket engine cooling radiator fans, model numbers 85010 and 85077. These engine cooling radiator fans were sold as replacement fans for use on various Mercedes S, CL, CLS and E Class vehicles, for model years 2000 through 2011. A manufacturing deformity within the electrical control unit may cause the fan to overheat and short.","If the fan overheats and shorts, the fan or adjacent components may catch fire.","Nissens will notify their distributors and their retail customers and offer replacement original equipment cooling fans, free of charge, for both parts and labor. The safety recall began on November 30, 2012. Owners may contact Nissens at 1-800-457-6162." -11/14/2012,12V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V537000),Toyota Motor Engineering & Manufacturing,Steering Intermediate Extension Shaft may Fail,STEERING,NR (Not Reported),Vehicle,669705,"Toyota is recalling certain model year 2004-2009 Prius vehicles manufactured August 5, 2003, through March 30, 2009. The affected vehicles have a steering intermediate extension shaft assembly built with metal splines that complete the connection from the steering wheel to the steering gear. These splines may have been manufactured with an insufficient hardness.","Over time, the splines may wear and eventually fail resulting in a loss of steering ability, increasing the risk of a vehicle crash.","Toyota will notify owners, and dealers will inspect the extension shaft and replace it if it is one with insufficient hardness, free of charge. The recall began during December 2012. Owners may contact their Toyota dealer or the Toyota Customer Experience Center at 1-800-331-4331." -11/14/2012,12V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V536000),Toyota Motor Engineering & Manufacturing,Water Pump may Fail Causing a Vehicle Stall,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,350662,"Toyota is recalling certain model year 2004-2009 Prius vehicles manufactured August 6, 2003, through March 30, 2009 and FCHV-adv vehicles manufactured December 12, 2008, through September 13, 2011. During manufacturing, a scratch may have occurred inside of the electrically driven water pump at the coil wire. The coil wire may corrode at the scratched portion.","The corroded coil wire may break and the water pump could stop. The corroded coil wire could cause a short circuit between coil wires and a possible open fuse, creating a stall-like condition of the hybrid system while the vehicle is being driven. This may increase the risk of a vehicle crash.","Toyota will notify its owners, and dealers will replace the electric water pump, free of charge. The recall began on January 17, 2013. Owners may contact their Toyota dealer or the Toyota Customer Experience Center at 1-800-331-4331." -11/09/2012,12V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V531000),"KTM North America, Inc.",Fuel Hoses may Crack and Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1181,"KTM North America, Inc.'s (KTM) is recalling certain model year 2012 and 2013 350 EXC-F and 500 EXC motorcycles manufactured from September 2011 through August 2012. Due to the supplier's manufacturing inconsistencies, the preformed fuel hoses may develop cracks or holes at either end. During use, the fuel hoses, located between the fuel tank and the throttle body fuel rail, may allowing fuel to leak.","The fuel may leak onto the rear tire while the motorcycle is being ridden, increasing the risk of a crash. It is also possible that, in the presence of an ignition source, a fire can occur.","KTM will notify owners, and dealers will replace the defective fuel hoses free of charge. The safety recall began on December 11, 2012. Owners may contact KTM Customer relations at 1-888-985-6090." -11/08/2012,12V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V527000),"Chrysler (FCA US, LLC)",Inadvertent Air Bag Deployment,AIR BAGS,M35,Vehicle,744822,"Chrysler is recalling certain model year 2002 and 2003 Jeep Liberty vehicles manufactured January 9, 2001, through March 28, 2003, and 2002 through 2004 Jeep Grand Cherokee vehicles manufactured February 13, 2001, through May 23, 2003. A component in the air bag control module may fail causing the front airbags, side curtain airbags, and/or seatbelt pretensioners to deploy inadvertently while the vehicle is being operated.",Inadvertent deployment of the airbags may increase the risk of injury and the possibility of a vehicle crash.,"Chrysler will notify owners, and dealers will install a supplemental jumper harness to the airbag control module, free of charge. Owners were notified of the recall by interim letter in January 2013. The remedy for affected Liberty vehicles is expected to be available in April 2013. The remedy for affected Grand Cherokee vehicles is expected to be available later in the year. Owners may contact Chrysler at 1-800-247-9753." -11/08/2012,12V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V528000),Toyota Motor Engineering & Manufacturing,Occupant Classification System Cable,AIR BAGS,NR (Not Reported),Vehicle,11153,"Toyota is recalling certain model year 2012-2013 Scion IQ vehicles manufactured July 31, 2011, through October 12, 2012. The cable for the Occupant Classification System (OCS) may become damaged when sliding the passenger seat forward or backward.","If the cable for the OCS becomes damaged, the front passenger airbags may not deploy or they may deploy inappropriately for the passenger's size and position. This could increase the risk of personal injury during the event of a vehicle crash necessitating airbag deployment.","Toyota will notify owners, and dealers will install a protective cover on the OCS weight sensor cable. The recall began on December 20, 2013. Owners may contact Toyota at 1-800-331-4331." -11/06/2012,12V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V535000),REV Recreation Group,Entry Step Support,STRUCTURE,121025FRV,Vehicle,842,"Fleetwood RV is recalling certain model year 2010 and 2011 Encounter vehicles manufactured from November 19, 2009, through May 13, 2010; 2011-2013 Storm vehicles manufactured from May 21, 2010, through September 18, 2012; and 2012 Terra vehicles manufactured from April 26, 2011, through March 13, 2012. The entry step to the motorhome lacks sufficient support and may become damaged by repeated use.",The step may collapse during use potentially causing personal injury.,"Fleetwood RV will notify owners, and dealers will inspect and, as necessary, reinforce the step structural support. The safety recall began during December 2012. Owners may contact Fleetwood RV Owner Relations at 1-800-509-3418." -11/06/2012,12V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V534000),"Mitsubishi Fuso Truck of America, Inc.",Parking Brake Lock Nut may be Loose,PARKING BRAKE,C1005810,Vehicle,6538,"Mitsubishi Fuso Truck of America (MFTA) is recalling certain model year 2012-2013 FEC52, FEC72, FEC92, and FGB72 trucks; manufactured from April 8, 2011, through October 16, 2012. The parking brake cable nut may have been insufficiently tightened during assembly. As a result, the parking brake cable could loosen with each operation of the parking brake.",Continued use of the parking brake could result in the inability for it to hold the vehicle stationary. This may lead to a truck rollaway increasing the risk of pedestrian injury or a vehicle crash.,"MFTA will notify owners, and dealers will inspect and tighten the parking brake nut, free of charge. The safety recall began on December 19, 2012. Owners may contact MFTA at 1-856-467-4500." -11/06/2012,12V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V533000),"Mercedes-Benz USA, LLC",Striker Bolts For Secondary Hood Latch may Loosen,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,23,"Mercedes-Benz is recalling certain model year 2012 CLS550 and CLS550 4Matic vehicles, manufactured December 01, 2011, through December 13, 2011. The bolts that hold the hood's secondary latch striker may have been insufficiently tightened.","The reduced torque of the striker bolts might lead to a loosening of the bolts. If two of the four bolts securing the striker became loose, the secondary hood latch function would become ineffective. If this problem combines with a failure of the primary hood lock or if the hood is not properly closed, the hood could open while driving, increasing the risk of a vehicle crash.","Mercedes-Benz will notify owners, and dealers will check and retighten the bolts as necessary. Mercedes-Benz notified the owners by phone for this campaign starting on 11/21/2012. Owners may contact Mercedes-Benz at 1-800-367-6372." -11/06/2012,12V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V532000),"Airstream, Inc.",The Hydraulic Brake Hose may Fail due to Flexing,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,715,"Airstream is recalling certain model year 2006-2009 Airstream Classic recreational vehicles manufactured between May 2005 and April 2009. The brake hose may flex near the fitting on the brake assembly and lead to hose fatigue. Also, during suspension travel, the brake hose may rub on the underside of the trailer.","As a result of flexing or rubbing, the brake hose may fail causing a loss of brake pressure, reducing braking performance. The loss of braking ability could result in a loss of vehicle control, increasing the risk of a crash.","Airstream will notify owners, and dealers will replace and reroute the brake lines, free of charge. The recall began on November 19, 2012. Owners may contact Airstream at 1-937-538-1268." -11/05/2012,12E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E052000),Hydraulic Supply Co.,Failure of Hoses when used with Gasoline,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,166,"Hydraulic Supply Company (HSC) is recalling certain Gates Corporation Super-Vac hoses that were used to re-route gas lines during the modification of vehicles to accommodate disabled motorists. The hoses are not suitable for gasoline contact and can develop cracks, possibly allowing gas to leak.","A gas leak, in the presence of an ignition source, can result in a fire.","HSC is currently working with the only affected distributors, Triple S Mobility Inc. and its subcontractor, Boulevard Collision, to replace the affected Gates Corporation hoses with hoses suitable for gasoline, free of charge. For more information, owners should contact Triple S Mobility Inc. at 1-727-230-9448 or Boulevard Collision at 1-727-541-5850." -11/02/2012,12E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E051000),"Tegol, Inc.",Motorcycle Helmets/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,5841,"Tegol, Inc. (Tegol) is recalling certain motorcycle helmets, models AX-30010 Outlaw Carbon Tech Glossy, AX-30020 Outlaw Carbon Tech Matte, and AX-30030 Outlaw Carbon Tech Red, all sizes. The helmets fail to conform to the impact attenuation, penetration, labeling, and retention requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Tegol will notify owners and will either replace any noncompliant helmet or offer a full refund. The recall began on January 14, 2013. Owners may contact Tegol's recall Hotline toll-free at 1-866-371-0281." -11/02/2012,12C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12C004000),"Britax Child Safety, Inc.",Possible Choking Hazard,CHILD SEAT,NR (Not Reported),Child Seat,55455,"Britax is recalling certain convertible child restraints, models Boulevard 70 G3, Advocate 70 G3, and Pavilion 70 G3, Model Numbers: E9LJ91A, E9LJ91M, E9LJ91S, E9LJ92E, E9LJ93P, E9LJ93S, E9LK91A, E9LK31A, E9LK31Q, E9LK32D, E9LK32Z, E9LK33Q, E9LL11A, E9LL11Q, E9LL12D, E9LL12Z, E9LG81A, E9LG83N, E9LG83P, E9LG83X, E9LG83Y, E9LL21A, E9LL23P, E9LL23Y, manufactured from June 2012 through August 2012. These seats were manufactured with a softer chest pad material that may be bitten or chewed into pieces by a child using the seat.","If the child bites off a piece of the softer pad, it could be a choking hazard, resulting in injury or death.","Britax will provide owners with replacement HUGS pads that are made from a firmer material and instructions on how to replace the pads free of charge. To view a video on how to remove and replace the HUGS chest pads visit www.BritaxUSA.com/support/safety-notices and select the product from the menu on the right side. Owners may remove the HUGS pads and continue using the seat until replacement pads are received. The safety recall began on November 5, 2012. Owners may contact Britax Customer Service Department at 1-888-427-4829 with questions or to request replacement pads in the event their restraint is not already registered with Britax." -10/31/2012,12V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V522000),"General Motors, LLC",Driver Side Frontal Airbag may not Deploy,AIR BAGS,12261,Vehicle,2949,"General Motors is recalling certain model year 2012 Buick Verano, Chevrolet Cruze, and Chevrolet Sonic vehicles. The driver side frontal air bag has a shorting bar which may intermittently contact the air bag terminals.","If the bar and terminals are contacting each other at the time of a crash necessitating deployment of the driver's frontal airbag, that airbag will not deploy, increasing the driver's risk of injury.","General Motors will notify owners, and dealers will replace the steering wheel airbag coil, free of charge. The safety recall began on January 11, 2013. Owners may contact General Motors at 1-800-521-7300." -10/31/2012,12V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V523000),Pierce Manufacturing,Engine Software may cause Water Pressure Surge,ELECTRICAL SYSTEM,74B235,Vehicle,9,"Pierce is recalling certain model year 2006-2008 Contender fire trucks manufactured from December 26, 2006, through March 28, 2008, equipped with a Caterpillar C9 engine due to an engine software problem which can cause the engine's RPM's to surge while in pump mode.",The surge can cause a fluctuation in water pressure from the fire hose and could result in personal injury.,"Pierce has already remedied all of the affected vehicles by updating the engine software, therefore, owner notifications will not be sent. Owners may contact Pierce at 1-920-832-3000." -10/31/2012,12V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V526000),"Tiffin Motorhomes, Inc.",Exhaust Pipe may Overheat Floor,STRUCTURE,NR (Not Reported),Vehicle,847,"Tiffin Motorhomes is recalling certain model year 2010-2013 Allegro Bus motorcoaches, manufactured from March 2010, through September 2012 and equipped with a Cummins EPA 2010 ISL engine. Insufficient shielding between the exhaust pipe and floor may cause possible overheating of the floor above the engine compartment.","If the exhaust pipe in the engine compartment were to fail, the escaping exhaust gases could make the floor area above the engine extremely hot, increasing the risk of personal injury or possibly resulting in a fire.","Tiffin Motorhomes will notify owners, and dealers will install a heat shield, free of charge. The safety recall began on November 14, 2012. Owners may contact Tiffin at 1-256-356-8661." -10/31/2012,12V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V529000),"Dutchmen Manufacturing, Inc.",Furnace may be Missing Exterior Vent,EQUIPMENT,NR (Not Reported),Vehicle,740,"Dutchmen is recalling certain model year 2012-2013 Aspen Trail, Coleman, and Dutchmen recreational vehicles manufactured from October 4, 2011, through October 01, 2012. These vehicles may have been manufactured without an exterior vent for the furnace.","Without proper exhaust ventilation, the vehicle can fill with carbon monoxide resulting in asphyxiation. The heat build-up may also increase the risk of a fire.","Dutchmen will notify owners, and dealers will inspect and, as necessary, install an exterior vent, free of charge. The recall began on November 15, 2012. Owners may contact Dutchmen at 1-574-537-0700." -10/31/2012,12V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V525000),"General Motors, LLC",Head Restraint Height/FMVSS 202,SEATS,12258,Vehicle,12626,"General Motors is recalling certain model year 2013 Cadillac XTS vehicles manufactured from October 12, 2011, through August 30, 2012, for failing to comply with the requirements of Federal Motor Vehicle Safety Standard No. 202, ""Head Restraints."" The rear seat head restraints may not lock in the upright position after being folded forward. If the head restriant is at its lowest position and it falls forward, it will not meet the height required by the standard.","In the event of a vehicle crash, the lowered head restraint may increase the occupant's risk of neck injury.","General Motors will notify owners, and dealers will replace the head restraints, free of charge. The recall began on December 4, 2012. Owners may contact General Motors at 1-800-458-8006." -10/31/2012,12V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V520000),"ALUMINA, INC",Trailer Wheels may Detach,WHEELS,NR (Not Reported),Vehicle,3,"Alumina, Inc., dba Boatwheels, is recalling one model year 2011 PB25-TM1040, one 2011 PB20-TM6000, and one 2011 PB20-SL3500 trailer equipped with certain 908 Yuma, 910 Intruder, and 921 Intrepid series Black Rock toy hauler trailer wheels. Due to a manufacturing defect, the wheels may not be tightened to the proper torque requirements.","This condition could allow the wheels to loosen, leading to wheel separation, possibly resulting in a vehicle crash.","Alumina will notify owners and direct them to contact the supplier, Carlisle. The affected wheels will be replaced at the owners nearest service center, free of charge. The recall will begin in November 2012. Owners may contact Alumina, Inc. at 1-419-433-2300." -10/26/2012,12V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V521000),"Jaguar Land Rover North America, LLC",Fuel Tank Fuel Outlet may Crack,"FUEL SYSTEM, GASOLINE",J027,Vehicle,4195,Jaguar is recalling certain model year 2010-2012 XF vehicles equipped with a 5.0L gasoline engine. The affected vehicles may have a fuel tank fuel outlet flange that may crack.,"The cracked flange may result in fuel leakage onto the ground. This leaking fuel, in the presence of an ignition source, may result in a vehicle fire.","Jaguar will notify owners, and dealers will replace the affected fuel tank fuel outlet flanges, free of charge. The recall began on December 20, 2012. Owners may contact Jaguar at 1-800-452-4827." -10/25/2012,12V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V518000),"New Flyer of America, Inc.",Brakes Overheating,PARKING BRAKE,R12-031,Vehicle,1041,"New Flyer is recalling certain model year 2010-2012 transit buses, models C40LF, C40LFR, D35LFR, D40LFR, D60LFR, XD35, XD40, XDE35, XDE40, and XN40. Air pressure may leak from the parking brake chambers causing the parking brakes to drag while the vehicle is driven.","If the brakes drag, they may overheat, possibly resulting in a fire.","New Flyer will notify the owners and the affected brake chambers will be replaced, free of charge. The recall began on November 13, 2012. Owners may contact New Flyer at 1-204-224-6706 for more information." -10/25/2012,12V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V524000),"Mitsubishi Fuso Truck of America, Inc.",Fuel Filter Head Leak,"FUEL SYSTEM, OTHER",C1005710,Vehicle,6520,"Mitsubishi Fuso Truck of America (MFTA) is recalling certain model year 2012-2013 FEC52, FEC72, FEC92, and FGB72 trucks. The fuel line may disconnect from the fuel filter head due to an improperly machined connector.",As the fuel line loosens and detaches it may leak fuel. Leaking fuel in the presence of an ignition source such as high temperature components may increase the risk of a fire.,"MFTA will notify owners, and dealers will inspect and replace the affected fuel filter head, free of charge. The safety recall began on December 19, 2012. Owners may contact MFTA at 1-856-467-4500." -10/25/2012,12E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E049000),Gorilla Automotive Products,Lug Nuts may Allow Spare Wheel to Detach,WHEELS,NR (Not Reported),Equipment,17650,"Gorilla Automotive Products is recalling certain aftermarket lug nuts with part numbers; 66198DR, 66198BDR, 66197DR, and 66197BDR, sold for use as replacement equipment on certain model year 2002-2011 Dodge Ram vehicles. The problem exists only with Ram vehicles equipped with steel spare wheels. The lug nuts, designed for use with aluminum wheels, may not adequately retain a steel spare wheel because they do not fully tighten against the wheel.","The loose fitting of the lug nuts to the steel wheel may allow the wheel to detach from the vehicle, which may increase the risk of a vehicle crash.","Gorilla will notify owners and distributors and installers will replace the affected lug nuts on vehicles equipped with steel spare wheels free of charge. Until the replacement lug nuts are available (in February 2013), Gorilla will send five lug nuts that will work properly with a spare steel wheel to identified purchasers. Subsequently, when the remedy lug nuts become available, purchasers will be asked to bring their vehicle to the dealer where the recalled lug nuts were purchased to have the dealer install and properly torque 20 new lug nuts. The recall is expected to begin in November 2012. Owners may contact Gorilla Automotive Products at 1-323-585-2852." -10/24/2012,12E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E050000),Fuel,Motorcycle Helmets/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,604,"Fuel is recalling certain motorcycle helmets, model SH-HR2066, size L, model SH-HR2067, size XL, and model SH-HH0017, size XL, all manufactured in September 2010. The helmets fail to conform to the impact and retention requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.",Fuel will notify distributors and will either replace any noncompliant helmet or offer a full refund. The safety recall began during November 2012. Owners may contact Fuel at 1-800-971-4630. -10/24/2012,12V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V517000),"Altec Industries, Inc.",Wood Chipper Blades may Separate,EQUIPMENT,MAB 572,Vehicle,205,"Altec is recalling certain model year 2011-2012 CFD 1217 wood chippers, manufactured between May 2011 through September 2012. The wood chipper blades were not made to hardness specifications.","Due to not being the correct hardness, the wood chipper blades could fail during use causing the blade to separate. This could lead to personal injury.","Altec will notify owners and will replace the blades, free of charge. The safety recall began on November 12, 2012. Owners may contact Altec at 1-877-462-5832." -10/23/2012,12V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V512000),Express Trailers,Wheel Separation,WHEELS,NR (Not Reported),Vehicle,10,"Express Trailers is recalling certain model year 2011-2012 Express Cargo trailers equipped with Carlisle Tire and Wheel brand aluminum wheels installed as original equipment. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.",All of the affected owners were notified in October 2012. Owners may contact Express Trailers at 1-727-572-4265 for more information. -10/22/2012,12E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E047000),Timken Company,Replacement Front Wheel Hubs,SUSPENSION,NR (Not Reported),Equipment,892,"Timken is recalling certain non-formed, front wheel hubs, part number HA599467, which were sold to retail and automotive distributors in the automobile aftermarket as front wheel hub replacements designed only for use on certain 2002 through 2005, 4X4, non-ABS, Jeep Liberty vehicles. These front wheel hub units can be mistakenly sold to owners and installed on 4X2 versions of the Jeep vehicles.","If the non-formed hub unit is installed on a Jeep Liberty 4x2 model (which does not use an axle nut for hub retention), the vehicle wheel will not be secure and a front wheel separation may occur, increasing the risk of a crash.","Timken has notified retail stores that have received the subject parts. The front wheel hubs will be replaced free of charge. Owners who may have purchased the affected units should contact Timken at 1-330-471-3693 for more information. This recall is being conducted by Timken, not Chrysler/Jeep." -10/22/2012,12V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V516000),Thor Motor Coach,Transfer Switch Overheating,ELECTRICAL SYSTEM,RC000064,Vehicle,634,"Thor Motorcoach is recalling certain model year 2008-2010 motorhomes, manufactured June 1, 2007, through May 1, 2009 and equipped with an Iota ITS-50R Transfer Switch. The models affected are Four Winds brand models: Chateau, Dutchmen, Hurricane, Windsport, Magellan, Fun Mover, Presidio, and Mandalay. Wiring connections inside the transfer switch are not adequate and, as a result, the switch may overheat.",An overheated switch could cause it to fail and lead to a fire.,"Thor Motorcoach will notify owners and replace the Iota Transfer Switch, free of charge. The safety recall began on November 16, 2012. Owners may contact Thor at 1-877-500-1020." -10/19/2012,12V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V513000),"Eldorado National- California, Inc.",Transit Bus Egress Windows Set: Handle may Break,EQUIPMENT,NR (Not Reported),Vehicle,9,"Eldorado National is recalling certain model year 2011 Axess and EZ Rider II Max buses, manufactured between October 1, 2010 and October 31, 2010 and equipped with Ricon 3-Minute Urban Transit Bus egress window sets. The composition of the material used to cast the handle that opens the egress window is incorrect, resulting in a reduction in material strength. The handle(s) on the emergency egress passenger windows may break before the window latch is released.","In the event that the egress window handle fails during an actual emergency situation, passengers may be trapped in the vehicle placing them at risk of injury.","Eldorado National will notify owners, and dealers will replace the defective handles, free of charge. The recall began on November 16, 2012. Owners may contact Eldorado National at 1-937-596-7965 for more information." -10/18/2012,12V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V519000),"Mack Trucks, Inc.",Control Box Overheating,ELECTRICAL SYSTEM,SC0366,Vehicle,260,"Mack Trucks is recalling certain model year 2008-2009 GU, LEU, and MRU trucks, manufactured from December 12, 2007, through May 8, 2008 and equipped with a certain focal mounted retarder control box. The control box may lose its electrical ground.","If the control box loses ground, it may have localized overheating. This could lead to a vehicle fire.","All affected vehicles were sold to one customer that has already been notified. An official owner notification letter will be mailed to the one customer in early November 2012. Mack will replace the suspect control box on the affected vehicles, free of charge. Owners may contact Mack Trucks at 1-800-866-1177." -10/18/2012,12V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V506000),"Gillig, LLC",Exit Window Handle may Fail,VISIBILITY,NR (Not Reported),Vehicle,657,"Gillig is recalling certain model year 2010 Lowfloor transit buses, manufactured April 16, 2010, through November 16, 2010, and equipped with Ricon 3-Minute Urban Transit Bus Window sets. The composition of the material used to cast the handle that opens the egress window is incorrect, resulting in a reduction in material strength. The handle(s) on the emergency egress passenger windows may break before the window latch is released.","In the event the egress window handle fails during an actual emergency situation, passengers may be trapped in the vehicle placing them at risk of injury.","Gillig will notify owners, and dealers will replace the window handles free of charge. The recall began during October 2012. Owners may contact Gillig at 1-800-735-1500 for more information." -10/18/2012,12V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V509000),"Navistar, Inc.",Front Passenger Seat/FMVSS 207,SEATS,12528,Vehicle,5,"Navistar is recalling certain model year 2012 International DuraStar and Workstar commercial trucks, manufactured from April 26, 2011, through December 19, 2011, and equipped with a 7 degree passenger seat (feature code 16JAJ or SCBA). During a load test, the front passenger seat separated from its mounting rails. Thus, the vehicles failed to conform to the requirements of Federal Motor Vehicle Safety Standard No. 207, ""Seating Systems.""","In the event of a crash, the seat may may come loose resulting in an increased risk of injury to the seat occupant.","Navistar will notify owners, and dealers will replace the seat adjuster rail, anchor plate, and mounting hardware, free of charge. The safety recall began on December 18, 2012. Owners may contact Navistar at 1-800-448-7825." -10/18/2012,12V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V505000),Van Hool N.V.,Fuel Filter Base Plate Damaged by Tire Blowout,"FUEL SYSTEM, OTHER",P703,Vehicle,136,"Van Hool is recalling certain model year 2012 TD925 motorcoaches, manufactured from October 2011, through July 2012, equipped with a Cummins ISX engine and a Fuel Pro fuel filter located behind the left tag axle tire. In the event of a left tag axle tire blow out, debris from the blown tire may damage the Fuel Pro fuel filter compartment base plate.","Damage to the base plate may lead to a fuel leak inside the engine compartment. A fuel leak, in the presence of an ignition source, may result in a vehicle fire.","Van Hool through their US agent, ABC Bus, Inc., will notify owners, and dealers will install a thicker base plate to protect the fuel filter, free of charge. The safety recall began on December 13, 2012. Owners may contact ABC Bus, Inc. toll free at 1-877-427-7278." -10/18/2012,12V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V503000),Harley-Davidson Motor Company,License Plate Bracket Assembly,EQUIPMENT,0148,Vehicle,2798,"Harley-Davidson Motor Company (Harley-Davidson) is recalling all model year 2012 and certain model year 2013 VRSCDX motorcycles manufactured from June 14, 2011, through August 1, 2012. The license plate bracket assembly's mounting screws may loosen and the assembly may separate from the rear fender. This condition may lead to contact with the rear tire which could cause the license plate bracket to rotate, possibly damaging the rear brake line.","If the license plate bracket contact with the rear brake line remains undetected, it may affect rear brake performance, increasing the risk of a crash, which could lead to injury or death of the rider.","Harley-Davidson will notify owners, and dealers will inspect and repair any affected motorcycles free of charge. The safety recall began on November 6, 2012. Owners may contact Harley-Davidson at 1-414-343-4056." -10/18/2012,12V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V511000),Prevost Car (US) Inc.,Power Cable Re-Routing to Prevent Rubbing,ELECTRICAL SYSTEM,SR12-39,Vehicle,91,"Prevost is recalling certain model year 2012-2013 X3-45 and XLII-45 coach buses, manufactured between November 15, 2011, and August 14, 2012. The power cables may rub against sharp edges in both the rear junction box and the condenser compartment, resulting in a short-circuit.","If the power cables short-circuit, a vehicle fire may result.","Prevost will notify owners, and dealers will re-route and repair the affected power cables, as necessary, free of charge. The recall began on November 14, 2012. Owners may contact Prevost at 1-418-883-2888 x 6558." -10/18/2012,12V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V510000),Volvo Trucks North America,Seat Belt weld/FMVSS 210,SEAT BELTS,RVXX1204,Vehicle,1496,"Volvo is recalling certain model year 2002-2013 VHD and VN trucks, manufactured from August 4, 2000, through June 22, 2012, and equipped with bench passenger seats. The seat belt d-ring weld may not be sufficient enough to meet the seat belt pull test. Therefore, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 210, ""Seat Belt Assembly Anchorages.""","In the event of a crash, an insufficient seat belt weld may prevent the seat belt from properly restraining the occupant. This increases the risk of injury to the seat occupant.","Volvo Trucks of America will notify owners, and dealers will replace the suspected d-ring, free of change. The safety recall began on May 10, 2013. Owners may contact Volvo at 1-336-393-2000." -10/18/2012,12V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V508000),"Navistar, Inc.",Tow Hooks may Fail,EQUIPMENT,12527,Vehicle,279,"Navistar is recalling certain model year 2013 International ProStar commercial trucks, manufactured from May 14, 2012, through August 14, 2012, and equipped with tow hook feature code 01570. The tow hooks may not have been heat treated to specification resulting in reduced strength.","Improperly heat treated tow hooks may unexpectedly break during vehicle recovery, resulting in the towed vehicle separating from the towing vehicle while in traffic, increasing the risk of a crash without warning with accompanying vehicle damage, injuries or deaths.","Navistar will notify owners, and dealers will replace the suspect tow hooks, free of change. The safety recall ibegan on December 18, 2012. Owners may contact Navistar at 1-800-448-7825." -10/17/2012,12V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V504000),"BMW of North America, LLC",Doors May Not Fully Latch,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7485,"BMW is recalling certain model year 2005-2007 7-Series vehicles, equipped with both Comfort Access and Soft Close Automatic options, and manufactured August 23, 2004, through September 3, 2007. Due to a software problem, the doors may appear to be closed and latched, but, in fact, may inadvertently open.",The door may unexpectedly open due to road or driving conditions or occupant contact with the door. The sudden opening may result in occupant ejection or increase the risk of injury in the event of a crash.,"BMW will notify owners and dealers will update software. The recall began on December 12, 2012. Owners may contact BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -10/17/2012,12V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V515000),"New Flyer of America, Inc.",Emergency Window Egress Handles,VISIBILITY,R12-030,Vehicle,11,"New Flyer is recalling certain model year 2010 GE35LFR and GE40LFR transit buses, equipped with Ricon 3-Minute Urban Transit Bus egress window sets. The composition of the material used to cast the handle that opens the egress window is incorrect, resulting in a reduction in material strength. The handle(s) on the emergency egress passenger windows may break before the window latch is released.","In the event the egress window fails during an actual emergency situation, passengers may be trapped in the vehicle placing them at risk of injury.","New Flyer will notify owners, and dealers will replace the handles free of charge. The recall began on November 1, 2012. Owners may contact New Flyer at 1-204-982-8400 for more information." -10/17/2012,12V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V502000),"BMW of North America, LLC",Keyless Ignition System Vehicle Rollaway,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,45500,"BMW is recalling certain model year 2005-2008 7-Series vehicles, equipped with the Comfort Access option, and manufactured August 23, 2004, through July 24, 2008. The affected vehicles have an electronic key and an electronic connection between the gear shifter and the transmission (shift-by-wire) that automatically shifts the transmission to Park when the driver presses the Start/Stop button to shutdown the engine. If the driver presses the engine Start/Stop button 2 or 3 times within a short time interval, the system may shift the transmission to Neutral rather than Park. If using the electronic key (Comfort Access mode), there would be no protection from the ignition interlock that prevents key removal if the vehicle is not in Park.","If the driver exits the vehicle with the transmission in Neutral and the parking brake is not applied, the vehicle may rollaway. Unattended rollaway incidents often result in a crash or cause injury to pedestrians attempting to stop or enter the vehicle or to other bystanders in the path of the vehicle.",BMW will notify owners beginning in November 2012. The remedy became available in March 2013. Owners may call BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com. -10/17/2012,12V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V507000),"Navistar, Inc.",Steering Wheel may Separate,STEERING,12529,Vehicle,10046,"Navistar is recalling certain model year 2013 International brand LoneStar, ProStar, and WorkStar commercial trucks, manufactured from April 22, 2012, through October 29, 2012, and equipped with steering wheel feature codes 05CAW, 05CAX, 05CAZ, 05CBA, or 05WBD. The steering wheel may not have been completely welded to its mounting hub.","A steering wheel with an incomplete weld may separate from the steering wheel mounting hub, leading to a loss of vehicle control and increasing the risk of a crash.","Navistar will notify owners, and dealers will inspect and replace affected steering wheels, free of charge. The safety recall began on November 21, 2012. Owners may contact Navistar at 1-800-448-7825." -10/17/2012,12E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E046000),Toyota Motor Engineering & Manufacturing,TRD Brake Kit Brake Tube,EQUIPMENT,NR (Not Reported),Equipment,200000,"Toyota is recalling certain Toyota Racing Development (TRD) brake kits, P/N PTR09-35070, and TRD High-Performance brake kits, P/N PTR09-35100, installed by Toyota vehicle processing centers and sold by Toyota dealers as an optional accessory for model year 2007 through 2012 Toyota FJ Cruiser vehicles. The subject TRD brake kit is specifically designed for the front wheels of 2007-2012 model year FJ Cruiser vehicles. Due to the shape of the outer brake tube of the brake kit, the clearance between the outer brake tube and a TRD 16 inch 6-spoke alloy wheel is minimal. If wheel balance weights are installed in an incorrect location, there is a possibility that the outer brake tube could be damaged due to interference with the balance weight, and brake fluid could leak from the damaged tube.","If a brake tube becomes damaged and leaks fluid, it may result in increased stopping distances, and in some cases, loss of vehicle front braking performance, which could increase the risk of a crash.","All known owners of 2007-2012 model year FJ Cruiser vehicles will be notified by first class mail. If the vehicle is equipped with one of the TRD brake kits, the brake caliper outer brake tube will be replaced with a newly designed one at no charge. During this service, if necessary, the dealer will make wheel balance adjustments. This remedy will be performed even if the vehicle has original equipment 16 inch or 17 inch wheels or TRD 16 inch Beadlock ring type wheels, which are not affected by the condition, to assure sufficient clearance in the event wheels are changed at a later time. Notification to owners began on December 17, 2012. Owners may contact Toyota Customer Experience Center at 1-800-331-4331." -10/16/2012,12V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V498000),"Jayco, Inc.",Cargo Carrying Capacity Label/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,40,"Jayco is recalling certain model year 2013 Eagle Premier Fifth Wheel recreational vehicle trailers, manufactured from June 14, 2012, through August 10, 2012. These vehicles were manufactured with incorrect information on the Recreational Vehicle Cargo Carrying Capacity Label. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""","An inaccurate label could lead to owners overloading their vehicles and tires. An overloaded vehicle can result in a tire failure which may result in a vehicle crash, personal injury, or property damage.","Jayco will notify owners and provide corrected labels free of charge. The safety recall began on November 2, 2012. Owners may contact Jayco at 1-574-825-0608." -10/16/2012,12V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V501000),Honda (American Honda Motor Co.),Incorrect Safety Certification Label/567,EQUIPMENT,S62,Vehicle,264,"Honda is recalling certain model year 2012 CR-V, equipped with the LX trim level and manufactured from August 30, 2012, to August 31, 2012. These vehicles fail to comply with the requirements of 49 CFR Part 567, ""Certification."" The incorrect values for Gross Vehicle Weight Rating, Gross Axle Weight Rating front and rear, tire size, and rim size were specified on the safety certification label.","A misprinted label could lead to improper vehicle loading. Improper loading could result in a tire failure, increasing the risk of a crash.","Honda will notify owners, and dealers will apply the corrective label free of charge. The safety recall began on November 14, 2012. Owners may contact Honda at 1-800-999-1009." -10/12/2012,12V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V530000),PACCAR Incorporated,Air Lines Routing may Result in Reduced Braking,"SERVICE BRAKES, AIR",12KWH,Vehicle,15,"Kenworth is recalling certain model year 2012 and 2013 T270 and T370 medium duty trucks built with Eaton Ultrashift transmissions between December 7, 2011, and April 6, 2012. The air harness from the treadle valve on the affected vehicles was routed in a manner that can cause the air brake lines to be pinched between the cab and the electronic clutch actuator of the Eaton Ultrashift transmission. Significant movement between the cab and transmission can cause progressive wear and an eventual leak in the air lines.","Air lines which leak can cause reduced brake function, which may result in a crash.","Kenworth will notify owners, and dealers will repair the vehicles free of charge. The safety recall began on November 30, 2012. Owners may contact Kenworth at 1-425-828-5000." -10/12/2012,12E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E043000),Thermo King Corp.,Auxiliary Power Unit Door may Separate,EQUIPMENT,NR (Not Reported),Equipment,3720,"Thermo King is recalling certain TriPac Auxiliary Power Units (APU), serial numbers 3000106335 to 3000127584, manufactured from July 29, 2011, through November 7, 2011, and used in tractor trucks. The maintenance access panel door may dislodge and separate from the APU.","If the door separates from the APU while the vehicle is being driven, it may create a road hazard for other drivers.","Thermo King will notify owners, and dealers will replace the panel door free of charge. The recall began on November 2, 2012. Owners may contact Thermo King at 1-952-887-2200." -10/12/2012,12E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E042000),Biltwell Custom Motorcycle Corp,Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,3480,"Biltwell Inc. is recalling certain motorcycle helmets, model El Fuerte, sizes XS, S, M, L, XL, XXL, manufactured in July 2012, for failing to conform to the impact attenuation and labeling requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Biltwell will notify owners and repurchase the helmets including return shipping costs. The safety recall began on October 25, 2012. Owners may contact Biltwell at 1-951-699-1500 ext 803 or send an email to Recall@Biltwell.com." -10/12/2012,12V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V495000),Van Hool N.V.,Prestolite Alternators/Missing Ground Cables,ELECTRICAL SYSTEM,P701,Vehicle,138,"Van Hool is recalling certain model year 2011 and 2012 C2045, and model year 2011 T2140 and T2145 motorcoaches manufactured from September 2010 through September 2011, equipped with a Daimler DD13 engine without ground cables installed on the Prestolite AC172 alternators. Internal corrosion may cause the alternator components to overheat.","If the alternator overheats, the components may melt, possibly resulting in smoke and creating the potential risk of a vehicle fire.","Van Hool through their US agent, ABC Bus, Inc., will notify owners, and dealers will add external ground cables to the alternators, free of charge. The safety recall began on December 5, 2012. Owners may contact the warranty administrator for ABC Bus, Inc. toll free at 1-877-427-7278." -10/11/2012,12E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E040000),Daytona Helmets International,Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,796,"Daytona Helmets International (Daytona Helmets) is recalling certain motorcycle helmets, model DC1, sizes XS-2XL, manufactured in October 2010. Due to an improper fiberglass construction, the helmets fail to conform to the impact and penetration requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","Daytona Helmets International will notify owners and replace or modify the helmets free of charge. The safety recall began on December 6, 2012. Owners may contact Daytona Helmets International at 1-386-255-3505." -10/10/2012,12V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V494000),"Nissan North America, Inc.",Loose Steering and Suspension Bolts,STEERING,NR (Not Reported),Vehicle,13919,"Nissan is recalling certain model year 2012-2013 Altima vehicles manufactured from May 10, 2012, through July 26, 2012. These vehicles may have been equipped with transverse link bolts and power steering rack bolts that were not torqued to proper specification.","The affected bolts could become loose and fall out which may lead to a loss of vehicle control, increasing the risk of a vehicle crash.","Nissan will notify owners, and dealers will tighten the bolts to the proper torque specifications. The safety recall is expected to begin during November 2012. Owners may contact Nissan Customer Service at 1-800-647-7261." -10/10/2012,12V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V493000),"Mercedes-Benz USA, LLC",Parking Lamps Too Bright/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,218,"Mercedes-Benz USA, LLC (Mercedes Benz) is recalling certain model year 2013 GLK350 and GLK350 4-Matic vehicles, manufactured from May 31, 2012, through August 2, 2012, for failing to conform to the requirements of Federal Motor Vehicle Safety Standard (FMVSS) No. 108, ""Lamps, Reflective Devices, and Associated Equipment."" The affected vehicles have voltage in the parking lamp circuit that exceeds the maximum value listed.","The higher illumination level may cause glare to oncoming vehicles, increasing the risk of a crash.","Mercedes Benz will notify owners, and dealers will update the software calibration number (SCN) of the subject electronic control unit. The recall began in September 2014. Owners may contact Mercedes Benz at 1-800-367-6372." -10/10/2012,12V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V491000),Toyota Motor Engineering & Manufacturing,Power Window Master Switch may Melt,VISIBILITY,NR (Not Reported),Vehicle,2519424,"Toyota is recalling certain model year 2007-2009 Camry, Camry Hybrid, RAV4, Corolla, Corolla Matrix, Tundra, Sequoia, Highlander, Highlander Hybrid, Yaris, Scion xB, Scion xD and Pontiac Vibe vehicles. The power window master switch assemblies in some of these vehicles were built using a less precise process for lubricating the internal components of the switch assemblies. Irregularities in this lubrication process may cause the power window master switch assemblies to malfunction and overheat.","If the switch overheats, it may melt, possibly resulting in a fire.","Toyota will notify its owners, and dealers will inspect the switch and apply a special grease that inhibits heat build up or replace any switch damaged by the defect, free of charge. Toyota owners that experience a problem with a switch should not attempt to make repairs, but should contact their Toyota dealer or the Toyota Customer Experience Center at 1-800-331-4331. General Motors will contact the Pontiac Vibe owners affected by this recall and GM dealers will inspect and repair switches as necessary. Those owners may contact Pontiac Customer Care at 1-800-762-2737." -10/09/2012,12V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V490000),PACCAR Incorporated,Exterior Lighting/FMVSS 108,EXTERIOR LIGHTING,12KWG,Vehicle,432,"PACCAR is recalling certain model year 2012-2013 Kenworth K270 and K370 vehicles, manufactured from November 23, 2011, through September 27, 2012, and model year 2012-2013 Peterbilt 210 and 220 vehicles, manufactured from July 29, 2011, through September 25, 2012, for failing to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) no. 108, ""Lamps, Reflective Devices, and Associated Equipment."" The fog lamps may be illuminated while the high beam headlights are on. Additionally, the daytime running lights are not deactivated when the headlight control is switched to an ""on"" position.","Vehicles that use a combination of both fog lights and head lights or daytime running lights and headlights may be too bright for oncoming traffic, possibly distracting them and increasing the risk of a crash.","PACCAR will notify owners, and dealers will change the wiring harness free of charge. The recall began on November 16, 2012. Owners may contact Kenworth at 1-425-828-5000 or Peterbilt at 1-940-591-4000." -10/09/2012,12E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E045000),"Chem-Pak, Inc.",Fire Extinguisher may Rupture when Dropped,EQUIPMENT,NR (Not Reported),Equipment,15384,"Chem-Pak is recalling certain Shield Fire Protection aftermarket fire extinguishers, model numbers AGUARD and MC0003, manufactured in November 2011. The fire extinguishers may be used as aftermarket equipment in vehicles and were sold at Autozone and Alliance Parts Warehouse retail stores. The extinguishers may be over-pressurized and can rupture if dropped.","If dropped, the fire extinguishers may rupture causing a sudden release of the propellant and possibly causing personal injury.",Chem-Pak has notified retail stores and posted recall/replacement posters in the stores. Owners can find instructions on how to obtain a refund by going to http://www.recall25405.com or by calling Chem-Pak toll-free at 1-855-278-0173. -10/09/2012,12E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E041000),Thermo King Corp.,Fuel Delivery Valve Cracking,EQUIPMENT,NR (Not Reported),Equipment,1964,"Thermo King is recalling certain TK486 series diesel engines, manufactured from December 9, 2011, through April 3, 2012. The engines are used in cargo trailer climate control units and generator sets. The engines contain a fuel delivery valve that may crack.",The fuel delivery valve may crack and leak diesel fuel. A fuel leak in the presence of an ignition source may result in a fire.,"Thermo King will notify owners, and dealers will replace the fuel delivery valve free of charge. The recall began on November 5, 2012. Owners may contact Thermo King customer service center at 1-952-887-2200." -10/09/2012,12V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V496000),Braun Corporation,Seat Cover Inhibiting Air Bag Deployment,AIR BAGS,NR (Not Reported),Vehicle,60,"Braun is recalling certain model year 2012 Entervan vehicles equipped with aftermarket seat covers, part numbers E51815K-D90-11 and E51817K-11, manufactured from February 28, 2012, through September 21, 2012. The seat covers may have been incorrectly installed with the driver seat cover on the passenger seat and vice versa and will have an 'SRS AIRBAG' label located on the inboard seat bolster.","The seat covers were built with special stitching on one side to permit side airbag deployment from the seat bolster. If the seat covers are installed on the incorrect seats, the seat cover will not allow side airbag deployment during a vehicle crash, increasing the risk of injury to the vehicle occupants.","Braun will notify owners, and dealers will inspect and correct the installation of the seat covers as needed, free of charge. The recall began on October 31, 2012. Owners may contact Braun customer service center at 1-800-488-0359." -10/09/2012,12V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V492000),"Mercedes-Benz USA, LLC",Side Air Bag may Deflate too Quickly,AIR BAGS,NR (Not Reported),Vehicle,499,"Mercedes-Benz is recalling certain model year 2012 E350 and E550 Coupe vehicles, manufactured April 2, 2012, through June 29, 2012. Improper stitching of the right side window curtain air bag may cause it to not deploy as intended in the affected vehicles.","In the event of an accident necessitating the deployment of the right window curtain air bag, the improper stitching may cause it to deflate more quickly than intended, reducing the protection it may provide, resulting in an increased risk of injury to vehicle occupants.","Mercedes-Benz will notify owners, and dealers will replace the right side window curtain air bag. The recall began on December 21, 2012. Owners may contact Mercedes-Benz at 1-800-367-6372." -10/09/2012,12E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E039000),GE Industrial Solutions,Three Wire Receptacles and Pedestals,EQUIPMENT,NR (Not Reported),Equipment,3069,"The General Electric Company (GE) is recalling certain Midwest brand 30A, 125V AC, 3 wire plug-in receptacles used in recreational vehicle power outlets and pedestals that are branded Midwest, GE or Heritage. The affected receptacles may have been sold separately as replacement parts or as part of an outlet or pedestal. These outlets or pedestals are typically located at campgrounds or recreational vehicle parks but could also be installed at a private residence. The receptacles were produced from May 21, 2012, through July 22, 2012. The receptacles may have an ineffective ground clip resulting in an incomplete electrical ground connection.","If the user touches an affected plug, conditions may exist in which the user receives an electrical shock.","GE will notify owners, and replace the receptacles free of charge. Notices were mailed to retailers on October 31, 2012. Owners may contact GE at 1-866-855-8504." -10/09/2012,12V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V489000),"Maserati North America, Inc.",Tire Pressure Monitoring System Malfunction,TIRES,202,Vehicle,485,"Maserati is recalling certain model year 2012 Quattroporte, Granturismo, Granturismo Convertible, and Granturismo MC vehicles. The tire pressure monitoring system (TPMS) may malfunction due to a software error, preventing the driver from being notified of a low tire pressure situation.","If the driver continues to operate the vehicle with a tire that has low air pressure, the tire may fail, increasing the risk of a crash.","Maserati will notify owners, and dealers will replace the TPMS control unit free of charge. The recall began on October 31, 2012. Owners may contact Maserati customer service at 1-877-696-2737." -10/05/2012,12V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V486000),Honda (American Honda Motor Co.),Driver Side Power Window Switch May Fail or Melt,ELECTRICAL SYSTEM,S61,Vehicle,268655,"Honda is recalling certain model year 2002-2006 CR-V passenger vehicles, manufactured from February 19, 2002, through July 28, 2006. The driver-side power window switch may fail or melt.","If the switch fails, it could overheat, smoke, and cause a fire. A switch failure, and a fire, could occur even if the vehicle is not in use. As a precaution, owners are advised to park outside until the recall repair has been performed.","Honda will notify owners, and dealers will inspect and repair the switches, as necessary, free of charge. The safety recall began on November 2, 2012. Owners may contact Honda at 1-800-999-1009." -10/05/2012,12V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V488000),Ford Motor Company,Passenger Side Curtain Air Bag/FMVSS 208,AIR BAGS,12C26,Vehicle,154471,"Ford is recalling certain model year 2011-2013 Fiesta vehicles, manufactured from November 3, 2009 through September 21, 2012. The vehicles fail to comply with Federal Motor Vehicle Safety Standard (FMVSS) No. 208, ""Occupant Crash Protection."" The passenger side curtain air bag will not deploy in the event of a side impact collision when the front passenger seat is empty. Although the side curtain air bag system was designed to suppress the side curtain air bag under this scenario, that information is not explained in the owner's guide for these vehicles as required by FMVSS No. 208.","An occupant in the right rear seating position will not have coverage from the side curtain air bag in a side impact collision when the front passenger seat is empty, increasing the risk of injury to the right rear occupant.","Ford will notify owners and dealers will reprogram the vehicle's software free of charge so that it no longer suppresses the passenger side curtain air bag when the front passenger seat is empty, and consistent with the description in the owner's guide. The safety recall began on October 26, 2012. Owner's may contact Ford at 1-866-436-7332." -10/05/2012,12V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V487000),"BMW of North America, LLC",Reduction of Front Brake System Performance,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2483,"BMW is recalling certain model year 2007-2008 K1200 S, K1200 R, and K1200 R Sport motorcycles and 2012 and 2013 K1300 S motorcycles. In October 2012, BMW recalled 2062 2007-2008 K1200 S, K1200 R, and K1200 R Sport motorcycles. In November 2012, BMW informed the agency that it was adding model year 2012 and 2013 K1300 S (including HP Limited Edition) motorcycles to the recall campaign, representing an additional 421 units. The total number of motorcycles being recalled is now 2,483. In certain riding conditions, the brake fluid in the front brake fluid reservoir can foam.","Brake fluid that foams could lead to a reduced braking capability of the front brake system, possibly resulting in a crash.","The front brake fluid reservoir will be retrofitted with a screen insert, free of charge. The recall began on December 19, 2012. Owners may contact BMW at 1-800-525-7417 or email BMW at CustomerRelations@bmwusa.com." -10/04/2012,12V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V484000),"General Motors, LLC",Front Turn Signal Bulbs/FMVSS 108,EXTERIOR LIGHTING,12212,Vehicle,120426,"General Motors LLC (GM) is recalling certain model year 2011-2013 Buick Regal and model year 2013 Chevrolet Malibu vehicles. These vehicles are equipped with two turn signal bulbs in each front turn signal. If one of the two front turn signal bulbs burn out in either front turn signal lamp, there is no indication to the driver. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the driver is not aware that a turn signal is not functioning properly, the driver may continue to drive the vehicle. If half of a front turn signal is not illuminating, other driver's may not be aware that the affected vehicle is turning, thereby increasing the risk of a crash.","GM will notify owners, dealers will update the body control module software, free of charge. The recall began in September 2014. Owners may contact Buick at 1-800-521-7300 or Chevrolet at 1-800-222-1020. GM's number for this recall is 12212." -10/04/2012,12V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V485000),"Jaguar Land Rover North America, LLC",Incorrectly Bonded Windshield,VISIBILITY,P028,Vehicle,36,"Land Rover is recalling certain model year 2012 Range Rover vehicles. During the manufacturing process, the windshields on these vehicles may have been installed incorrectly.","In the event of a crash, the windshield may come loose from the vehicle, increasing the risk of injury to the vehicle's occupants.","Land Rover will notify owners, and dealers will replace the windshields. The recall began on October 29, 2012. Owners may contact Land Rover at 1-800-637-6837." -10/03/2012,12V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V497000),Super Test Corporation,Aluminum Trailer/Trailer Separation,EQUIPMENT,NR (Not Reported),Vehicle,175,"Super Test Corporation (Super Test) is recalling certain model year 2012 Alumadump aluminum trailers, model AL6096, manufactured from September 2011 through April 2012, sold exclusively through the Home Depot. The weld that connects the tongue to the trailer frame can fail under stress.","A trailer that separates from the towing vehicle while in use may be a significant road hazard, increasing the risk of a vehicle crash.","Super Test will notify owners and will offer a full refund for each of the affected trailers. The safety recall began on December 14, 2012. Owners may contact Super Test at 1-815-623-8400. Owners should not contact the Home Depot." -10/03/2012,12V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V483000),"Altec Industries, Inc.",Front Brake Line may Kink,"SERVICE BRAKES, AIR",MAB 571,Vehicle,1807,"Altec Industries, Inc. is recalling certain model year 2011-2012 vehicles mounted on a Freightliner chassis. Due to improper installation, the air supply line of the front brakes is susceptible to kinking.","Overtime, the front brake line could become kinked leading to a loss of front brake control, increasing the risk of crash.","Altec will notify owners, and will repair the vehicles, free of charge. The safety recall began on January 4, 2013. Owners may contact Altec Industries at 1-877-462-5832." -10/03/2012,12E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E037000),Ricon Corporation,Transit Bus Egress Windows Set: Handle may Break,EQUIPMENT,NR (Not Reported),Equipment,889,"Ricon is recalling the egress window handles of certain Ricon 3-Minute Urban Transit Bus egress window sets manufactured April 1, 2010, through October 31, 2010, sold and installed as original equipment for various transit buses. The composition of the material used to cast the handles is incorrect resulting in embrittlement of the handle and a reduction in material strength. The handle(s) on the emergency egress passenger windows may break before the window latch is released.","In the event the egress window fails during an actual emergency situation, passengers may be trapped in the vehicle placing them at risk of injury.",Ricon notified the affected vehicle manufacturers in October 2012 and are providing replacement handles to the vehicle manufacturers. The vehicle manufacturers will remedy the affected transit buses free of charge. Owners may contact their vehicle manufacturer or Ricon at 1-818-267-3001 for more information. -10/02/2012,12E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E036000),Federal-Mogul Corporation,Aftermarket Fuel Pump May Cause Fuel Leak,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,13500,"Federal-Mogul is recalling certain Precision A23000, A23001, and A23067 aftermarket fuel pumps, shipped from April 2, 2012, through September 21, 2012. These fuel pumps were installed as replacement fuel pumps for use on various Ford vehicles for model years 1989 through 1997. The vehicles included are: Bronco, E Super Duty, Econoline (E-150, E-250, E-350), Explorer, F Super Duty, F-150, F-250, F-350, and Mercury Mountaineer. A seal in the pump can fail causing a fuel leak.","A fuel leak, in the presence of an ignition source, may result in a vehicle fire.","Federal-Mogul will notify owners the replacement fuel pump will be replaced, free of charge, for both parts and labor. The safety recall ibegan on December 13, 2012. This recall is being conducted by Federal-Mogul, not Ford Motor Company. Owners may contact Federal-Mogul at 1-877-489-6659." -10/02/2012,12V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V479000),"Navistar, Inc.",Parking Brake may Apply Itself,PARKING BRAKE,12526,Vehicle,381,"Navistar is recalling certain model year 2007-2010 IC 3200IM commercial buses, manufactured from April 11, 2006, through December 11, 2009. If the parking brake system experiences a loss of air pressure, the parking brake may inadvertantly apply itself, either partially or fully.",Inadvertent partial or total parking brake application may result in a driveline fire.,"Navistar will notify owners, and dealers will install a parking brake system pressure-loss warning system, free of change. The safety recall began on November 30, 2012. Owners may contact Navistar at 1-331-332-1590." -10/02/2012,12V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V474000),"Chrysler (FCA US, LLC)",Rear Axle pinion Nut May Loosen at Differential,POWER TRAIN,M34,Vehicle,44300,"Chrysler is recalling certain model year 2009-2010, Ram 1500 and Dodge Dakota trucks, manufactured from July 1, 2009, through November 30, 2009, because the rear axle pinion nut may loosen due to a lack of adhesive.","If the rear axle pinion nut loosens, the axle can lock up and cause a loss of vehicle control and/or a vehicle crash with little warning.","Chrysler will notify owners, and dealers will install a pinion nut retainer, free of charge. The recall began on June 17, 2013. Owners may contact Chrysler at 1-800-247-9753." -10/02/2012,12T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T025000),Yokohama Tire Corporation,Sidewall Cracking/Air Loss,TIRES,NR (Not Reported),Tire,10669,"Yokohama Tire Corporation (Yokohama) is recalling certain AVID Touring S tires, size 215/65R16 98T SL, produced between February 2009 and April 2009. The tires may have been produced with an irregular geometry in the casing turn up area above the tire bead in the lower sidewall. This irregular geometry may lead to a lower sidewall crack resulting in a rapid loss of tire inflation.",Rapid air loss while the vehicle is in use may result in a tire failure that could cause a crash.,"Yokohama will notify owners, and dealers will replace the tires free of charge. The safety recall BEGAN ON October 26, 2012. Owners may contact Yokohama at 1-888-589-3348." -10/02/2012,12V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V480000),Aston Martin The Americas,Tire Pressure Monitoring System/FMVSS 138,TIRES,RA-19-0015,Vehicle,169,"Aston Martin is recalling certain model year 2010-2012 V12 Vantage Coupe vehicles for failing to conform to the requirements of Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring Systems."" On these vehicles, the low tire pressure warning light will not illuminate until the tire pressure in the front tires is more than 25% below the recommended cold tire pressure.","Underinflated tires can result in tire overloading and overheating, which could lead to tire failure and a possible crash.","Aston Martin will notify owners, and dealers will reprogram the software for the tire pressure monitoring system free of charge. The manufacturer notification to owners on February 12, 2013. Owners may contact Aston Martin at 1-888-923-9988." -10/02/2012,12E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E035000),"Yakima Products, Inc.",Vehicle Rooftop Rack System,EQUIPMENT,NR (Not Reported),Equipment,440,"This recall involves aftermarket parts sold by Yakima Products, Inc. for use on model year 2012 and 2013 Ford Focus vehicles. This recall is being conducted by Yakima, not by Ford. Certain combined Q-Tower and Q128 Clip rooftop rack systems, part numbers 8000124 and 8000728, do not fully contact the door frame.","Without proper contact of the rooftop rack clip to the door frame, there is insufficient clamping pressure and friction. The system may slide off the vehicle when loaded with accessories, possibly becoming a road hazard to other vehicles or causing injury to pedestrians.","Yakima will notify owners, and Yakima or a Yakima dealer will refund the purchase of the Q-Tower and Q-128 Clip system. There is no replacement system available for the 2012-2013 model year Ford Focus. The safety recall began on October 15, 2012. Only vehicles equipped with the vehicle rack system are affected. This recall is being conducted by Yakima, not Ford. Owners may contact Yakima at 1-888-925-4621." -10/01/2012,12V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V478000),"Mercedes-Benz USA, LLC",A/C Refrigerant May Ignite In A Crash,EQUIPMENT,NR (Not Reported),Vehicle,432,"Mercedes-Benz is recalling certain model year 2013 SL-Class vehicles manufactured from December 19, 2011, through May 31, 2012 originally equipped with R1234yf refrigerant. Daimler AG (DAG), the parent company of Mercedes-Benz, conducted product testing of a vehicle, not sold in the US, but equipped with the same refrigerant. According to Mercedes-Benz, the testing was designed to replicate worst-case conditions expected in a severe frontal crash that would cause a rupture of the air conditioner refrigerant line. A rupture of a refrigerant line will result in a gaseous mixture of refrigerant being released into the engine compartment.",The testing conducted by DAG determined that the escaping R1234yf refrigerant may ignite under specific conditions. The resulting fire could spread to additional combustible materials.,"Mercedes-Benz will notify owners, and dealers will replace the R1234yf refrigerant with R134a along with new refrigerant lines (hoses) designed specifically for R134a. The remedy will be provided free of charge. The safety recall began on November 8, 2012. Owners may contact Mercedes-Benz at 1-800-367-6372." -10/01/2012,12V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V477000),"Lotus Cars USA, Inc.",Engine Oil Feed Pipe May Rupture,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,80,"Lotus is recalling certain model year 2011 Evora supercharged vehicles manufactured from February 2011 through September 2011, equipped with a three-piece oil feed pipe with a flexible hose section. This engine mounted oil feed pipe, used to supply oil to the engine cylinder head, can rupture.","The ruptured pipe can result in oil loss and engine damage, and oil sprayed onto hot engine components may result in a fire.","Lotus will notify owners, and dealers will replace the oil feed pipe free of charge. The safety recall began on December 10, 2012. Owners may contact Lotus at 1-800-245-6887." -09/28/2012,12V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V475000),"BMW of North America, LLC",Engine oil pump failure,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,696,"BMW is recalling certain model year 2013 M5, M6 Coupe, and M6 Convertible vehicles, manufactured from July 19, 2012, through September 11, 2012. Due to a manufacturing process error, the tolerance between the engine oil pump's drive shaft and the pump's rotor was not within specification. As a result, the pump's driveshaft could separate from the rotor.","Separation of the pump's driveshaft from the rotor could lead to a sudden loss of oil pressure causing the possibility of complete engine failure, resulting in an engine stall-like condition, increasing the risk of a vehicle crash.","BMW will notify owners, and dealers will replace the oil pump, free of charge. The safety recall began on November 30, 2012. Owners may contact BMW at 1-800-525-7417." -09/27/2012,12V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V473000),"Navistar, Inc.",High Pressure Oil Line May Leak Or Rupture,ENGINE AND ENGINE COOLING,12525,Vehicle,1168,"Navistar is recalling certain model year 2006 through 2010 IC transit buses, models 3300, 3200IM, CECB, FCCB, FECB, HCCB, RCCB, and RECB, manufactured from March 16, 2005, through February 24, 2009, equipped with I-6 engines within feature codes 12N (PL, PM, PN, PR, PS, PT, PU, PV, SA, SG, SK, SL, SM, SV, SZ, TB, UA, UB, UC, and UD). The high pressure engine oil line may develop a leak or possibly rupture.",A leak or rupture of the high pressure engine oil line could possibly result in an unexpected engine shut down or may result in an engine compartment fire.,"Navistar will notify owners, and dealers will replace the high pressure oil line free of change. The safety recall began on December 18, 2012. Navistar distributed a renotification letter to owners on October 22, 2014. Owners may contact Navistar at 1-331-332-1590." -09/27/2012,12V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V476000),"Navistar, Inc.",High Pressure Oil Line May Leak Or Rupture,ENGINE AND ENGINE COOLING,12523,Vehicle,20902,"Navistar is recalling certain model year 2006 through 2011 IC school buses, models CESB, RESB, and FESB, manufactured from June 17, 2004, through October 15, 2009, equipped with I-6 engines within feature codes 12N (PL, PM, PN, PR, PS, PT, PU, PV, SA, SG, SK, SL, SM, SV, SZ, TB, UA, UB, UC, and UD). The high pressure engine oil line may develop a leak or possibly rupture.",A leak or rupture of the high pressure oil line could possibly result in an unexpected engine stall or may result in an engine compartment fire.,"Navistar will notify owners, and dealers will replace the high pressure oil line free of change. The safety recall began on December 21, 2012. Owners may contact Navistar at 1-331-332-1590." -09/27/2012,12C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12C003000),"Evenflo Company, Inc.",Packaged Without Registration Card/FMVSS 213,EQUIPMENT,NR (Not Reported),Child Seat,151,"Certain Evenflo Big Kid Factory Select booster seats, Model Nos. 30911173AD, 3091967AD, 30911118AD, and 30911120D, shipped between August 6, 2012, and September 18, 2012, fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 213, ""Child Restraint Systems."" The subject seats were originally manufactured solely for purposes of retail display and not to be sold at retail. Therefore, the seats were packaged without the instruction manual or the required registration card. However, the seats were inadvertently shipped to Evenflo's institutional customers (i.e. hospitals, government agencies) to be given to families. None of the affected units were sold at retail stores.","Without the instruction manual the seat may be used improperly. Should the owner not file a registration with the child seat manufacturer due to lack of information on how to do so, they may not be notified of a safety recall. Either condition puts the child at an increased risk of possible injury in the event of a crash.","The affected seats have a label stating: ""DISPLAY ONLY � NOT INTENDED FOR SALE,"" located on the back of the booster seat headrest. Evenflo will mail owners who have received an affected Big Kid booster seat a remedy kit that includes a consumer registration card, an instruction manual, and an overlabel to cover the current label stating: ""DISPLAY ONLY � NOT INTENDED FOR SALE."" The remedy kit will be provided free of charge. Notification began on October 10, 2012. Owners may contact Evenflo at 1-800-233-5921 or at safety.evenflo.com.." -09/27/2012,12V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V472000),"Autocar, LLC",Rollaway Alarm May Not Sound,BACK OVER PREVENTION,A-1204,Vehicle,542,"Autocar, LLC (Autocar) is recalling certain model year 2010-2013 Xpeditor heavy-duty class 8 vehicles, manufactured from September 10, 2010, through September 10, 2012, equipped with a vehicle rearward rollaway alarm. The motion sensor for the alarm may not have been installed correctly and the alarm may fail to sound when the vehicle is out of gear and in a rearward rollaway situation.","Without an audible warning that the vehicle is in a rearward rollaway situation, there is an increased risk that the vehicle may hit a pedestrian or another vehicle.","Autocar will notify owners, and dealers will repair the affected vehicles, free of charge. The safety began on December 6, 2012. Owners may contact Autocar, LLC, at 1-765-489-5499." -09/27/2012,12V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V471000),Starcraft RV,Tire Rim Diameter Label Misprint/FMVSS 110 Noncomp,EQUIPMENT,NR (Not Reported),Vehicle,76,"Starcraft RV (Starcraft) is recalling certain model year 2012 and 2013 AR-One travel trailers that may have an inaccurate load carrying capacity label. Due to the inaccurate label, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 110, ""Tire Selection and Rims.""","An inaccurate label may lead to the tire being replaced with one of an incorrect rim diameter. Two different diameter tires would reduce the handling ability of the trailer, increasing the risk of a crash.","Starcraft will notify owners and will provide a corrected label free of charge. The safety recall began on October 17, 2012. Owners may contact Starcraft RV at 1-800-945-4787." -09/25/2012,12V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V468000),Vehicle Production Group LLC,Fuel Tank Venting Compressed Natural Gas,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,435,"The Vehicle Production Group (VPG) is recalling certain model year 2011 and 2012 MV-1 vehicles, equipped with a compressed natural gas (CNG) engine. The pressure relief plug for the CNG storage tank may be incorrectly assembled.","If the plug is incorrectly assembled, it may inadvertently discharge the CNG. A CNG leak in the presence of an ignition source may ignite and result in a vehicle fire.","The Vehicle Production Group will notify owners, and dealers will install a secondary pressure relief device on each vehicle to prevent leaking, free of charge. The safety recall began on November 13, 2012. Owners may contact the Vehicle Production Group at 1-877-681-3678." -09/25/2012,12V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V470000),"Heartland Recreational Vehicles, LLC",LP Hose May Contact Tire,EQUIPMENT,99-01-10,Vehicle,68,"Heartland Recreational Vehicles, LLC, (Heartland) is recalling certain model year 2012-2013 Bighorn Silverado Fifth Wheel Travel trailers, manufactured from February 28, 2012, through August 28, 2012. The liquid propane (LP) hose and wire hanger that is mounted under the slide out can come in contact with the tire, causing damage to the LP hose and wiring.","A damaged LP hose can lead to an LP leak and fire, increasing the risk of injury or death.","Heartland will notify owners, and dealers will repair the affected vehicles free of charge. The recall began on October 5, 2012. Owners may contact Heartland Recreational Vehicles at 1-888-262-5992." -09/25/2012,12V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V469000),THOR INDUSTRIES,TURBOCHARGER/COMPRESSOR WHEEL FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,102,"Eldorado National-California (Eldorado) is recalling certain model year 2006-2008 vehicles equipped with John Deere Compressed Natural Gas (CNG) turbocharged engines. The turbine or compressor wheel may fail, resulting in subsequent damage to the engine and/or an oil leak.","Failure of the turbine or compressor wheel may result in smoke, fire, and stalling, increasing the risk of a crash.","Eldorado will notify owners and dealers. The recall began on October 16, 2013. Owners may contact Eldorado National at 905-591-9557 or Thor Industries at 937-596-7965." -09/24/2012,12V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V467000),Newmar Corporation,Brake Chamber Interfering with Upper Control Arms,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,278,"Newmar is recalling certain model year 2008-2010 Dutch Star and 2009-2010 Dutch Aire motorhomes, built on a Spartan chassis equipped with a Hendrickson independent front suspension. The front brake chambers may contact the upper control arm of the independent front suspension. Continued contact may result in damage sufficient enough to prevent the full release of the brakes. If the brakes do not fully release, as they drag, heat could be generated causing the brakes to engage even further.","As the brakes heat up, they may self-engage, causing the driver to lose control of the vehicle, increasing the risk of a crash.",Spartan Motors will notify owners and repair the vehicles. The manufacturer has not provided a notification schedule. Owners may contact Newmar Corporation at 1-574-773-7791. -09/24/2012,12V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V466000),"New Flyer of America, Inc.",Failure of the engine turbocharger,ENGINE AND ENGINE COOLING,R12-025,Vehicle,163,"New Flyer is recalling certain model year 2005-2006 C40LF and 2006 C40LFR transit buses, equipped with John Deere 8.1 liter turbocharged, compressed natural gas engines, model number 6081HFN04, manufactured from June 2002 through January 2008. Failures can occur within the engine turbocharger. The turbine or compressor wheel may fail, resulting in damage to the engine and/or an oil leak.","Failure of the turbine or compressor wheel may result in smoke, fire, or stalling; possibly leading to a vehicle crash.","The remedy for this issue is still under development. An interim letter was mailed on October 3, 2012. Owners may contact New Flyer at 1-204-224-1251." -09/20/2012,12V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V465000),"Navistar, Inc.",Air leak in the parking brake chamber,PARKING BRAKE,12524,Vehicle,559,"Navistar is recalling certain model year 2013 International 8600, 2012 and 2013 Durastar, 2011-2013 ProStar, and 2012 WorkStar trucks, manufactured from November 23, 2010, through April 02, 2012, and equipped with piston spring brake feature code 04EVP. The piston bore area of the parking brake chamber may have an air leak could result in the parking brake not fully releasing.","If the parking brake does not fully release, the service brakes may lock up without warning, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the spring brake chamber free of charge. The safety recall began on November 6, 2012. Owners may contact Navistar at 1-331-332-1590." -09/20/2012,12V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V463000),Vermeer Manufacturing Company,Kingpin wear,STRUCTURE,IK00-1738,Vehicle,3,"Vermeer is recalling two model year 2012 and one model year 2013 HG6000TX horizontal grinder trailers, manufactured from July 20, 2012, through August 21, 2012, equipped with a dolly transport option. Due to incorrect machining, the kingpin used with the assembly that converts the tracked grinder into a trailer can experience excessive wear.","Wear on the kingpin may result in its failure, which could allow the trailer to separate from the towing vehicle, possibly striking another vehicle, a stationary object, or a bystander, causing property damage and/or personal injury.","Vermeer will notify owners, and dealers will replace the kingpin free of charge. The safety recall began on November 19, 2012. Owners may contact Vermeer at 1-800-829-0051 or 1-641-621-7060." -09/20/2012,12V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V462000),"Nissan North America, Inc.",Wheel Hubs May Crack Due To Insufficient Hardness,SUSPENSION,NR (Not Reported),Vehicle,2417,"Nissan is recalling certain model year 2012 Frontier, Pathfinder, and Xterra two-wheel drive vehicles manufactured from June 19, 2012, through July 12, 2012. These vehicles may have been equipped with front wheel hubs that may not meet the design hardness specifications. A wheel hub that was manufactured below hardness specification may wear prematurely and eventually crack.","If the vehicle is driven in this condition, the wheel hub may break, possibly resulting in a vehicle crash.","Nissan will notify owners, and dealers will replaced the left and right side front wheel hub assemblies free of charge. The safety recall began on October 22, 2012. Owners may contact Nissan Customer Service at 1-800-647-7261." -09/19/2012,12V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V459000),"General Motors, LLC",Fuel Pump Module May Crack,"FUEL SYSTEM, GASOLINE",12190,Vehicle,49768,"General Motors (GM) is recalling certain model year 2007 Chevrolet Equinox and Pontiac Torrent vehicles originally sold or currently registered in Arizona, California, Nevada, and Texas; model year 2007 Chevrolet Cobalt, Pontiac G5, and Saturn ION vehicles originally sold, or currently registered in, Arizona, California, Florida, Nevada, or Texas; model year 2008 Chevrolet Cobalt and Pontiac G5 vehicles originally sold, or currently registered in, Arizona; and model year 2009 Chevrolet Cobalt and Pontiac G5 vehicles originally sold, or currently registered in, Arkansas, Arizona, California, Nevada, Oklahoma, or Texas. Some of these vehicles have a condition in which the plastic supply or return port on the fuel pump module may crack, which could cause a fuel leak.",Fuel leakage in the presence of an ignition source may result in a fire.,"GM will notify owners, and dealers will replace the fuel pump module, free of charge. Notification to owners began on on November 21, 2012. Owners were instructed to not bring their vehicles in for repair until January 2013. Owners may contact General Motors at 1-800-521-7300." -09/19/2012,12V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V461000),Honda (American Honda Motor Co.),Possible Drive Chain Failure,POWER TRAIN,S54,Vehicle,1542,"Honda is recalling certain model year 2012 NC700XDC and NC700XC motorcycles. Some motorcycles may be equipped with drive chains that contain outer drive plates that were improperly heat-treated, resulting in plate fracture during use.","If a plate fractures, the motorcycle can unexpectedly lose propulsion, increasing the risk of a crash.","Honda will notify owners, and dealers will inspect and, if necessary, replace the drive chain, free of charge. The safety recall began on October 9, 2012. Owners may contact Honda Customer Service at 1-866-784-1870." -09/19/2012,12V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V464000),"Suzuki Motor USA, LLC",Wheel Hubs with Insufficient Hardness,SUSPENSION,NY,Vehicle,25,"Suzuki is recalling certain model year 2012 Equator two-wheel drive vehicles manufactured from June 19, 2012, through July 12, 2012. These vehicles may have been equipped with front wheel hubs that may not meet the design hardness specifications. A wheel hub that was manufactured below hardness specification may wear prematurely and eventually crack.","If the vehicle is driven with a cracked wheel hub, the wheel hub may break, which would reduce the driver's ability to control the vehicle, possibly resulting in a vehicle crash.","All of the affected vehicles have been quarantined at Suzuki dealers prior to being sold. As such, a recall notification letter will not be issued. Suzuki dealers will replace the left and right side front wheel hub assemblies free of charge. Customers may contact Suzuki at 1-877-697-8985." -09/18/2012,12V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V456000),"Altec Industries, Inc.",Cylinder Piston Retention System,EQUIPMENT,CSN 570,Vehicle,245,"Altec Industries, Inc. is recalling certain model year 2002-2009 AH75/85/100 and HL125 aerial device vehicles equipped with 16-foot radial outriggers. An improper torque was applied to the outrigger cylinder piston retention system during assembly. As a result, the cylinder could loosen from the rod allowing the outrigger leg to protrude beyond the confines of the chassis when it is in a stowed position.","If the cylinder loosens from the rod, the outrigger could strike a person or object, increasing the risk of injury or property damage.","Altec will notify owners, and will increase the torque on the piston free of charge. The safety recall began on November 6, 2012. Owners may contact Altec Industries at 1-877-462-5832." -09/18/2012,12V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V458000),"Forest River, Inc.",LPG Fuel Line,EQUIPMENT,NR (Not Reported),Vehicle,1585,"Forest River, Inc., (Forest River) is recalling certain model year 2010-2013 Sunseeker 2860, 3120, 3170, Forester 2861, 3121, 3171, and Lexington 283 Class C motorhomes, manufactured from August 18, 2009, through September 12, 2012. The liquid propane gas (LPG) fuel line that supplies fuel to appliances in the slide out, can become damaged.","A damaged LPG fuel line can lead to an explosion and/or fire, increasing the risk of injury or death.","Forest River will notify owners, and dealers will repair the affected vehicles free of charge. The recall began on, or about October 23, 2012. Owners may contact Forest River at 1-574-206-7600." -09/18/2012,12V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V460000),"General Motors, LLC",The Transmission Shift Cable May Detach,POWER TRAIN,12106,Vehicle,426240,"General Motors (GM) is recalling certain model year 2007-2010 Saturn Aura and model year 2008-2010 Chevrolet Malibu and Pontiac G6 vehicles, equipped with a 4-speed automatic transmission. On these vehicles, the tabs on the transmission shift cable end may fracture and separate.","If the tabs were to fracture and separate, the shift lever and the actual position of the transmission gear may not match. The driver would be able to move the shifter to 'PARK' and remove the ignition key, but the transmission gear may not be in 'PARK.' The vehicle may not be able to be restarted and the vehicle could roll away after the driver has exited the vehicle, resulting in a possible crash without prior warning.","GM will notify owners, and dealers will install a retainer over the cable end or replace the shift cable as necessary. This service will be performed free of charge. Notification to owners began on on November 9, 2012. Owners were instructed to not bring their vehicles for repair until January 2013. Owners may contact General Motors at 1-800-521-7300." -09/18/2012,12V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V457000),Polaris Inc.,Throttle Cable Retention Nuts,EQUIPMENT,V-12-01,Vehicle,6618,"Polaris is recalling certain model year 2012-2013 Victory motorcycles manufactured from January 3, 2012, through August 15, 2012. A torqueing procedure may have been missed on some throttle cable retention nuts. On certain motorcycles, the throttle cable retention nuts for either the pull or push throttle cable may have not been torqued correctly.","If the torqueing is missed and the retention nuts are loose, the retention nuts closest to the throttle body can become dislodged and interfere with the throttle function, increasing the risk of a crash.","Victory will notify owners and dealers will correctly torque the fasteners free of charge. The safety recall began on October 4, 2012. Owners may contact Victory consumer service department by calling 1-888-704-5290." -09/17/2012,12V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V455000),Zero Motorcycles Inc.,Motor Encoder Position Signal/Possible Stall,EQUIPMENT,NR (Not Reported),Vehicle,315,"Zero Motorcycles, Inc. (Zero Motorcycles) is recalling certain model year 2012 S and DS motorcycles. These motorcycles are equipped with a motor encoder position signal that may drift over the extended use of the motorcycle. If the signal drifts outside of the given parameters, the motor controller may shut off, resulting in the motorcycle inadvertently losing power.",A loss of power could lead to a crash and potential injury or death of the rider.,"Zero Motorcycles will notify owners, and dealers will reprogram the motorcycle's motor controller free of charge. The safety recall began on September 28, 2012. Owners may contact Zero Motorcycles, Inc. at 1-888-786-9376." -09/17/2012,12V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V454000),"General Motors, LLC",Turn Signal Failure,ELECTRICAL SYSTEM,12209,Vehicle,4716,"General Motors LLC (GM) is recalling certain model year 2013 Chevrolet Sonic vehicles manufactured from May 29, 2012, through August 29, 2012. When a turn signal lamp fails to operate, the Body Control Module (BCM) in these vehicles does not detect this condition and will not indicate the condition to the driver. Thus, These vehicles fail to conform to Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","If the driver is not aware that the turn signal is not functioning and does not have the light repaired, other drivers may not be alerted that the vehicle is turning, increasing the risk of a crash.","GM will notify owners, and dealers will reprogram the BCM and the vehicle's key fobs, free of charge. The safety recall began on October 3, 2012. Owners may contact the Chevrolet owner center at 1-866-694-6546." -09/14/2012,12V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V451000),"Jayco, Inc.",Iota Transfer Switch,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1596,"Jayco, Inc., (Jayco) is recalling certain model year 2008-2009 and 2011 Greyhawk Class C motorhomes, model year 2008-2011 Melbourne Class C motorhomes, and 2008-2010 Octane Sport Utility travel trailers manufactured from May 21, 2007, through September 10, 2010, equipped with Iota-brand transfer switches. These trailers may have an improper electrical connection at the buss bar on the affected transfer switches. This improper connection may lead to overheating and melting of the transfer switch.",Overheating and melting of the transfer switch increases the risk of a fire.,"Jayco will notify owners, and dealers will replace the transfer switch, free of charge. The recall began on October 10, 2012. Owners may contact Jayco at 1-800-283-8267." -09/14/2012,12V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V453000),Winnebago Industries Inc.,Steering Gear Bracket,STEERING,NR (Not Reported),Vehicle,2,Winnebago is recalling a model year 2013 Winnebago and 2013 Itasca motor home built on a Ford F-53 chassis. The steering gear bracket may have been secured with nuts that may damage the bolts due to an incompatibility between the installation torque and the nut finish.,"The bolts may fracture, leading to separation of the steering gear and thus a loss of vehicle control, increasing the risk of a crash.","These vehicles have been repaired prior to being sold, therefore an owner notification notice will not be issued. Consumers may contact Winnebago Industries owner relations at 1-641-585-6939." -09/13/2012,12V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V448000),"Autocar Industries, LLC",Brake Pedal Interference,ELECTRICAL SYSTEM,M-1203,Vehicle,20,"Autocar Industries, LLC (Autocar) is recalling certain model year 2012 Xpert medium-duty class 7 vehicles, manufactured from October 17, 2011, through June 18, 2012, equipped with both left hand and right hand driving positions. The negative cable ground stud and/or wiring harness on each vehicle may interfere with the right-hand drivers side brake pedal. The interference may prevent the driver from being able to fully depress the brake pedal, resulting in reduced braking capability.",A reduction or complete loss of braking capability can lead to increased stopping distances and/or the increased risk of a crash.,"All of the affected vehicles were corrected by September 28, 2012. Owners may contact Autocar Industries, Inc., at 1-765-489-5499." -09/13/2012,12V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V450000),Prevost Car (US) Inc.,Hydraulic Pipe For Fan Drive May Crack,ENGINE AND ENGINE COOLING,SR12-65,Vehicle,203,Prevost is recalling certain model year 2009-2013 Volvo Bus 9700 coaches. The pipe that carries hydraulic fluid to the fan drive may crack allowing oil to spray on hot engine components.,Hydraulic oil sprayed onto hot engine components may result in a vehicle fire.,"Prevost will notify owners, and dealers will add a rubber skirt to the hydraulic pipe, free of charge. The safety recall began on October 22, 2012. Owners may contact Prevost at 1-418-883-2888." -09/13/2012,12V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V447000),Daimler Buses North America,Turbocharger/Compressor Wheel Failure (CNG Models),ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,187,"Daimler Buses North America (DBNA) is recalling certain model year 2004-2008 Orion V and model year 2005-2006 Orion VII transit buses equipped with John Deere Compressed Natural Gas (CNG) turbocharged engines. The turbine or compressor wheel may fail, resulting in subsequent damage to the engine and/or an oil leak.","Failure of the turbine or compressor wheel may result in smoke, fire, and stalling, increasing the risk of a crash.","DBNA will notify owners. The remedy for this issue is still under development. The safety recall began on September 28, 2012. Owners may contact Daimler Buses North America at 1-800-882-8054." -09/13/2012,12V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V449000),"Mobility Services, Inc.",Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,355,"Mobility Services, Inc., (Mobility Services) is recalling certain model year 2006-2010 Ford E-150, E-250, and E-350 vehicles equipped with Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Mobility Services will notify owners, and the repairs will be performed by authorized Braun dealers free of charge. The recall began on October 15, 2012. Owners may contact Mobility Services, Inc., at 1-718-267-2921." -09/12/2012,12V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V444000),"NABI Bus, LLC",Emergency Release Handles,VISIBILITY,20124,Vehicle,247,"North American Bus Industries (NABI) is recalling certain model year 2010 416 and 40LFW transit buses manufactured from January 1, 2010, through November 30, 2010. The emergency release handles on the emergency egress passenger windows may fail, causing the window release mechanism to operate improperly.","In the event of an emergency, the windows may fail to open and passengers may be delayed in exiting, increasing the risk of personal injury.","NABI will inspect and replace the window release handles, free of charge. The safety recall began on November 9, 2012. Owners may contact NABI at 1-256-831-4296." -09/12/2012,12V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V445000),"Triumph Motorcycles America, Ltd.",Regulator/Rectifier,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,10366,"Triumph is recalling certain model year 2006-2009 Street Triple, Street Triple R, and Daytona 675 motorcycles. The regulator/rectifier can overheat and prevent the motorcycle from charging. Once the battery is fully discharged, the motorcycle may stall.","If the motorcycle stalls, there is an increased risk of a crash leading to personal injury.","Triumph will notify owners, and dealers will inspect and replace the regulator/rectifier, free of charge. The safety recall is expected to begin on, or before October 12, 2012. Owners may contact Triumph customer service department at 1-678-854-2010." -09/12/2012,12V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V452000),"Geo. Heiser Body Co., Inc.",Sure Power Battery Separators overheating,EQUIPMENT,NR (Not Reported),Vehicle,28,"Geo. Heiser Body Company, Inc., (Geo. Heiser Body Company) is recalling certain model year 2006 International and 2010-2013 Fuso, Hino, International, Kenworth, and Peterbilt vehicles equipped with Sure Power battery separator devices. These devices may overheat.",Overheating of the battery separator can result in smoke and possible fire.,"Geo. Heiser Body Company will notify owners and will replace the battery separators free of charge. The safety recall began on October 25, 2012. Owners may contact Geo. Heiser Body Company at 1-206-622-7985." -09/11/2012,12V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V441000),Utilimaster Corporation,Floor Mat Interference,EQUIPMENT,NR (Not Reported),Vehicle,249,"Utilimaster is recalling certain model year 2012 Reach vehicles manufactured from December 6, 2011, through August 14, 2012. The adhesive used to attach the floor mat to the floor in front of the driver's seat may deteriorate allowing the floor mat to separate from the floor. An unsecured floor mat could interfere with the throttle pedal.","Floor mat interference with the throttle pedal could prevent the throttle pedal from retracting to its normal position, increasing stopping distances and the risk of a crash.","The exisiting floor mat will be removed and a new floor mat will be installed with new adhesive and mechanical fasteners. The safety recall began on November 1, 2012. Owners may contact Utilimaster at 1-800-582-3454." -09/11/2012,12V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V446000),"Tracker Marine, LLC",Insufficient GVWR,EQUIPMENT,NR (Not Reported),Vehicle,614,"Tracker Marine is recalling certain model year 2010-2013 Mako 18 LTS boat and trailer packages consisting of Mako LTS boats and 2009-2012 EZ Loader-brand AB 18-20 trailers, manufactured from January 8, 2009, through June 6, 2011. The trailers may not have sufficient load carrying capacity to carry the boats which they were intended to transport. Thus, the trailers may be overloaded and fail to comply with the requirements of Part 567, ""Certification.""","Trailer overloading may cause axle or tire failure, increasing the risk of a crash.","Tracker Marine will notify owners, and dealers will remedy the trailers, free of charge. The remedy will depend on the particular boat and trailer combination, but may include replacement of axle assemblies, installation of brakes and/or replacement of wheels and tires. The safety recall began on October 4, 2012. Owners may contact Tracker Marine at 417-873-4588." -09/11/2012,12V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V440000),New England Wheels,Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,435,"New England Wheels, Inc., (New England Wheels) is recalling certain model year 2006-2010 Ford E-150, E-250, and E-350 vehicles equipped with Braun Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.",New England Wheels notified owners during September 2012. The repairs will be performed by authorized Braun dealers free of charge. Owners may contact New England Wheels at 1-978-663-9724. -09/11/2012,12V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V442000),Mobility Transportation Services,Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,928,"Mobility Transportation Service (MTS) is recalling certain model year 2006-2011 Paratransit vehicles manufactured from November 2006 through October 2010 that are equipped with Braun Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","MTS will notify owners, and the repairs will be performed by authorized Braun dealers free of charge. The safety recall began on September 27, 2012. Owners may contact Mobility Transportation Service at 1-734-453-6452." -09/11/2012,12V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V443000),C & C Ford,Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,63,"C & C Ford is recalling certain model year 2010 through 2011 E-250 and E-350 vehicles equipped with Century-2 and Vista-2 wheelchair lifts installed as aftermarket equipment. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall or sustain injury.","C & C Ford will notified owners on October 18, 2012. The repairs will be performed by authorized Braun dealers free of charge. Owners may contact C & C Ford at 1-270-333-9040." -09/10/2012,12V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V439000),"Volvo Car USA, LLC",Defective SRS Control Unit-All cars quarantined,AIR BAGS,257,Vehicle,9,Volvo is recalling certain model year 2013 S60 and XC60 vehicles. A manufacturing defect within the Supplemental Restraint System (SRS) control unit may lead to an inadvertent deployment of the seat belt pretensioner and/or inflatable curtain.,"If the seat belt pretensioner and/or inflatable side curtain deploy without cause, the driver could be distracted and the driver's visibility could be reduced, increasing the risk of a crash.",These vehicles have not been sold and the SRS control unit will be replaced prior to the cars being sold. Owners may contact Volvo at 1-800-458-1552. -09/10/2012,12E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E033000),EV-Charge America Ltd,Electric Vehicle Charging Station Shock Hazard,EQUIPMENT,NR (Not Reported),Equipment,35,"EV-Charge America Ltd. (EVCA) is recalling certain electric vehicle charging stations produced from May 15, 2009, through August 15, 2012. Due to an improper relay, the electrical lead that connects to the vehicle may be energized even when the charging station is turned off.",A user could suffer an electrical shock should they contact the electrical lead. This risk may exist even when the charging station is turned off.,"EV-Charge America will notify owners and the units can be returned for repair or an EVCA technician will repair the unit(s) onsite, free of charge. The recall began in September 2012. Owners may contact EVCA at 1-702-278-8005." -09/07/2012,12V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V438000),Ford Motor Company,Cracked Fuel Line/Fuel Leak,"FUEL SYSTEM, GASOLINE",12S40,Vehicle,5499,"Ford is recalling certain 2012 Edge vehicles manufactured from September 2, 2010, through October 31, 2011, equipped with 2.0L engines. The fuel line pulse damper metal housing may crack as a result of an improper manufacturing process. A cracked fuel line pulse damper housing may result in a combination of fuel odor, weepage, or a continuous leak while the fuel system is pressurized.",A fuel leak in the presence of an ignition source may result in a fire.,"Ford will notify owners, and dealers will repair the vehicles free of charge. The safety recall began on September 27, 2012. Owners may contact Ford Motor Company Customer Relationship Center at 1-866-436-7332." -09/07/2012,12V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V437000),"National Van Builders, Inc.",Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,605,"National Van Builders, Inc., (National Van Builders) is recalling certain model year 2006-2011 Ford E-150, E-250, and E-350 vehicles equipped with Braun Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","National Van Builders will notify owners during October 2012, and the repairs will be performed by authorized Braun dealers free of charge. Owners may contact National Van Builders, Inc., at 1-508-222-2272." -09/06/2012,12V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V435000),Prevost Car (US) Inc.,Automatic Fire Detection and Suppression System,EQUIPMENT,SR 12-29,Vehicle,15,"Prevost is recalling certain model year 2013 X3-45 and MTH XLII-45E vehicles, all equipped with Volvo D13 engines and an automatic fire detection and suppression system (AFSS). The AFSS linear thermal detector wire may come in contact with or chafe against its supporting tie cables.","If the detector wire chafes it may cause the AFSS to activate with no fire present and, as a result, the stop engine feature will be activated, bringing the vehicle to an unplanned stop and increasing the risk of a crash.","Prevost will notify owners, and dealers will add a protection cloth to the linear thermal detector wire at the location of tie cable, free of charge. The safety recall began on September 27, 2012. Owners may contact Prevost Car Inc., service department toll-free at 1-866-870-2046 or 1-418-831-2046." -09/06/2012,12V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V434000),"Mack Trucks, Inc.",Low Beam Failure From Fog Light Short Circuit,ELECTRICAL SYSTEM,SC0365,Vehicle,3864,"Mack is recalling certain model year 2007-2010 CHU and CXU vehicles, manufactured from October 13, 2006, through December 23, 2009 and equipped with daytime running lights and fog lights. A short in the fog light circuit may cause the low beam headlight circuit to cut out.","If the low beam headlights go out, the driver may lose visibility, increasing the risk of a crash.","Mack will notify owners, and install an additional wiring harness on the affected vehicles, free of charge. The safety recall began on November 14, 2012. Owners may contact Mack Trucks at 1-800-866-1177." -09/05/2012,12V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V436000),Honda (American Honda Motor Co.),Accessory Trailer Hitch Wiring Harness,ELECTRICAL SYSTEM,S53,Vehicle,5216,"Honda is recalling certain model year 2007 through 2011 Element passenger vehicles equipped with an accessory trailer hitch wiring harness. The wire that supplies power to the trailer turn signal lights was inadvertently switched with the stop lamp wire. As a result the turn signals only illuminate when the brake lamps are illuminated. This does not comply with the requirements of Federal Motor Vehicle Safety Standard No. 108, ""Lamps, Reflective Devices, and Associated Equipment.""","Without trailer turn signal illumination, the driver's intent is not communicated, potentially increasing the risk of a crash.","Honda will notify owners, and dealers will repair the vehicles free of charge. The safety recall began on September 20, 2012. Owners may contact Honda at 1-800-999-1009." -09/05/2012,12E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E034000),"Automotive Innovations, Inc.",Electronic Gas/Brake System,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,36,"Automotive Innovations, Inc. (AII) is recalling certain Electronic Gas/Brake (EGB) systems, produced from January 1, 2000, through July 11, 2012, installed as adaptive equipment on motor vehicles. The equipment was produced without an adequate back-up brake diagnostic system. As such, it may be possible for the driver to operate the vehicle without knowing the back-up brake is malfunctioning.","Without the driver being alerted that the back-up brake system has malfunctioned, the driver may continue to operate the vehicle as normal, and if the primary brake system system also fails, braking performance would be reduced increasing the risk of a crash.",AII will notify owners and repair the vehicles free of charge. The safety recall began during September 2012. Owners may cantact AII at 1-508-697-6006. -09/05/2012,12V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V432000),Honda (American Honda Motor Co.),Passenger Airbag Indicator/FMVSS 208,AIR BAGS,S52,Vehicle,17,"Honda is recalling certain model year 2012 Ridgeline vehicles manufactured on April 18, 2012. An incorrect passenger airbag status indicator may have been installed on the vehicles causing them to fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","Without the proper passenger airbag indicator, the driver and other vehicle occupants may not be informed or aware that the front passenger airbag is off and will not deploy in a crash, thereby potentially increasing the risk of injury to a front passenger seat occupant that may have chosen to sit or been seated elsewhere in the vehicle if the correct indicator had been given.","Honda will notify owners, and dealers will replace the passenger airbag indicator free of charge. The safety recall began on September 21, 2012. Owners may contact Honda Automobile Customer services at 1-800-999-1009." -09/04/2012,12V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V429000),Shyft Group,Brake Chamber Interfering with Upper Control Arms,"SERVICE BRAKES, AIR",12010,Vehicle,491,"Spartan is recalling certain model year 2008-2013 K2 and MM motor home chassis, equipped with a Hendrickson independent front suspension. The front brake chambers may contact the upper control arm of the independent front suspension. Continued contact may result in damage sufficient enough to inhibit the full release of the brakes. If the brakes do not fully release, as they drag, heat could be generated causing the brakes to engage even further.","As the brakes self-engage, the driver could lose control of the vehicle, increasing the risk of a crash.","Spartan chassis will notify owners, and repair the vehicles free of charge. The safety recall began on Decenber 5, 2012. Owners may contact Spartan at 1-800-543-4277 Option 1." -09/04/2012,12V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V431000),Ford Motor Company,Cup (Freeze) Plug Dislodging,ENGINE AND ENGINE COOLING,12S39,Vehicle,6146,"Ford is recalling certain model year 2013 Escape vehicles manufactured from October 5, 2011, through August 31, 2012, equipped with 1.6L engines. The cylinder head cup plug (freeze plug) may become dislodged resulting in significant loss of engine coolant.","As leaking engine coolant evaporates on the hot engine, the glycol may ignite causing an engine compartment fire.","Ford will notify owners, and dealers will seal the existing plug and add a secondary plug cover, free of charge. The safety recall began on September 11, 2012. Owners may contact Ford at 1-866-436-7332." -09/04/2012,12V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V430000),Lamborghini (Automobili Lamborghini),Potential Power Steering System Leak,STEERING,L714-R,Vehicle,1491,"Lamborghini is recalling certain model year 2004-2006 Gallardo Coupe and Spyder vehicles. In certain driving conditions, the high pressure steering pipes near the the steering assistance hydraulic system pump might leak.","Leaking fluid, in the presence of an ignition source, could result in a fire.","Lamborghini will notify owners, and dealers will update the power steering system free of charge. The safety recall began on September 26, 2012. Owners may contact Lamborghini at 1-866-681-6276." -09/04/2012,12V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V428000),"Forest River, Inc.",Sure Power Battery Separators overheating,EQUIPMENT,NR (Not Reported),Vehicle,2,"Forest River, Inc.(Forest River) is recalling two model year 2009 Rockport commerical vehicles, manufactured from April 27, 2009, through May 29, 2009, equipped with Sure Power battery separator devices, due to overheating.",Overheating of the battery separator can result in smoke and possible fire.,Forest River has notified the owners and arranged to replace the battery separators free of charge. Owners may contact Forest River at 1-574-295-8749. -09/04/2012,12V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V427000),Mobility Works (WMK Inc.),Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1219,"WMK Inc., d/b/a MobilityWorks, is recalling certain model year 2006-2010 Ford E-Series vehicles equipped with Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","MobilityWorks will notify owners, and the repairs will be performed by authorized Braun dealers free of charge. The safety recall began on October 19, 2012. Owners may contact MobilityWorks at 1-800-769-8267." -09/03/2012,12V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V482000),Morgan Olson Corporation,Various Noncompliances with FMVSSs,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,24,"Morgan Olson is recalling certain model year 2009 through 2011 walk-in trucks due to failure to conform to various Federal Motor Vehicle Safety Standards (FMVSS). These vehicles may fail to comply with one or more of the following: FMVSS No. 101, ""Controls and Displays;"" FMVSS No. 103, ""Windshield Defrosting and Defogging Systems;"" FMVSS No. 104, ""Windshield Wiping and Washing Systems;"" FMVSS No. 108, ""Lamps, Reflective Devices, and Associated Equipment;"" FMVSS No. 206, ""Door Locks and Door Retention Components;"" and 49 CFR Part 567 ""Certification.""",Failure of the vehicles to meet one or more required safety standards may increase the risk of a crash or personal injury.,"The only owner of the affected vehicles has been notified and Morgan Olson is working with the owner to bring the vehicles into compliance. Therefore, a owner notification letter will not be issued for this campaign. Any repairs will be made free of charge." -08/31/2012,12E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E032000),BHC Investment Corp.,3 Piece Reflective Warning Trinagle Kits/FMVSS 125,EQUIPMENT,NR (Not Reported),Equipment,13305,"Certain Choice 3 piece reflective warning trinagle kits sold by BHC Investment Corp., fail to conform to the requirements of Federal Motor Vehicle safety Standard No. 125, ""Warning Devices."" The measurement of the inner orange fluorescent material is smaller in width than required by the standard.","As a consequence, the reflective properties of the warning triangle have been deminished and may not be clearly visible to oncoming traffic, increasing the risk of a crash.","Notifications to BHC's distributors were mailed on September 6, 2012. BHC will either replaced the warning triangle with a domestically purchased one or credited the customer�s account. Owners may contact BHC at 1-704-916-3435." -08/31/2012,12V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V425000),Vermeer Manufacturing Company,Air Brake Hose,"SERVICE BRAKES, AIR",IK00-1736,Vehicle,18,"Vermeer is recalling certain model year 2010-2012 R9X12T drilling fluid reclaimer trailers manufactured from March 01, 2010, through August 03, 2012. Due to interference between the air brake hoses and the frame cross-member at the rear axle, the air brake hose may become pinched or be damaged, resulting in the loss of air pressure to the air brakes.","A loss of air pressure to the air brakes can result in a loss of service brakes, increasing the risk of a crash.","Vermeer will notify owners, and dealers will re-reroute the air brake hose, free of charge. The recall began on September 27, 2012. Owners may contact Vermeer at 641-628-3141." -08/31/2012,12V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V424000),"Mitsubishi Fuso Truck of America, Inc.",Low Pressure Fuel Return Hose,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4885,"Mitsubishi Fuso Truck of America (MFTA) is recalling certain model year 2012 FGB72 and model year 2012-2013 FEC52, FEC72, FEC92 trucks. The low pressure fuel return hose and filter may have been improperly routed at the hose clamp near the filter. This could allow the fuel hose to slip off of the filter, causing a fuel leak.",Leaking fuel in the presence of an ignition source may increase the risk of a fire.,"MFTA will notify owners, and dealers will correct the hose and filter routing and add a clip to the fuel return hose, free of charge. The safety recall began on October 19, 2012. Owners may contact MFTA at 1-856-467-4500." -08/31/2012,12V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V433000),"Quality Van Sales, Inc.",Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,472,"Quality Van Sales, Inc., (Quality Van Sales) is recalling certain model year 2006-2010 Ford E-Series vehicles equipped with Braun Century-2 and/or Vista-2 wheelchair lifts. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","The safety recall began on August 29, 2012. The repairs will be performed by authorized Braun dealers free of charge. Owners may contact Quality Van Sales, Inc., at 1-800-769-8267." -08/30/2012,12V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V426000),"Trails West Manufacturing of Idaho, Inc.",Battery Separator,EQUIPMENT,NR (Not Reported),Vehicle,34,"Trails West Manufacturing of Idaho, Inc.(Trails West) is recalling certain model year 2010-2012 recreational vehicles equipped with Sure Power battery separator devices, due to overheating.",Overheating of the battery separator can result in smoke and possible fire.,"Trails West will notify owners, and Sure Power will replace the battery separators free of charge. The safety recall began on September 18, 2012. Owners may contact Trails West Manufacturing of Idaho, Inc. at 1-208-852-2200." -08/30/2012,12V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V423000),"Altec Industries, Inc.",PENGO extension shaft separation,EQUIPMENT,CSN 568,Vehicle,2193,"Altec Industries, Inc. is recalling certain model year 2011-2012 Digger Derrick vehicles equipped with a PENGO digger extension shaft. A defect in the base material at the weld joint may result in a stress fracture through the applied weld of the drive hub to the hex bar material.","The stress fracture could cause the extension shaft to separate from the drive hub when digging, increasing the risk of personal injury and/or property damage.","Altec will notify owners, and will inspect the PENGO digger extension shaft and, as necessary, replace the shaft, free of charge. The safety recall began on October 12, 2012. Owners may contact Altec Industries at 1-877-462-5832." -08/29/2012,12V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V422000),Ford Motor Company,Unapproved Steering Gear Adapter Plate Fastener,STEERING,12S38,Vehicle,31,"Ford is recalling certain model year 2013 F-53 motorhome stripped chassis vehicles manufactured from July 10, 2012 through July 13, 2012. Theses vehicles were assembled with incorrect steering gear adapter plate retention fasteners. Steering gear adapter plate fasteners could lead to torque loss in the steering gear attachment, potentionally leading to loosening and subsequent separation of the stearing gear over time.","Separation of the steering gear may lead to a loss of vehicle control, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the steering gear adapter plate retention fasteners, free of charge. The safety recall was completed on September 7, 2012. Owners may contact Ford at 1-866-436-7332." -08/29/2012,12V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V419000),"Strick Trailers, LLC",Worn Suspension Components,EQUIPMENT,NR (Not Reported),Vehicle,160,"Strick Trailers (Strick) is recalling certain model year 2006-2012 dry freight single-axle trailers with air-ride suspensions mounted on a ""C"" channel sub-frame because the suspension assembly that is mounted on the ""C"" channel sub-frame may prematurely wear and fail.","Worn or failed suspension assemblies may lead to a loss of vehicle stability and compromised structural integrity, which can increase the risk of a crash.","Strick will notify owners. The safety recall began on Novenber 2, 2012. Owners may contact Jim Jackson at Strick Trailers at 1-260-692-1334." -08/28/2012,12V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V420000),"NBC TRUCK EQUIPMENT, INC",BATTERY SEPARATOR,EQUIPMENT,NR (Not Reported),Vehicle,32,"NBC Truck Equipment, Inc. (NBC) is recalling certain model year 2007-2008 and model year 2010-2011 trucks equipped with Sure Power battery separator devices, due to overheating.",Overheating of the battery separator can result in smoke and possible fire.,"NBC will notify owners, and Sure Power will replace the battery separators free of charge. The safety recall began November 26, 2012. Owners may contact NBC Truck Equipment, Inc. at 1-586-774-4900." -08/28/2012,12V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V421000),"ShowHauler Trucks, Inc.",Battery Separator,EQUIPMENT,NR (Not Reported),Vehicle,63,"ShowHauler Trucks, Inc. (ShowHauler) is recalling certain model year 2009-2011 Motorhomes, Toterhomes and Garage Units equipped with Sure Power battery separator devices, due to overheating.",Overheating of the battery separator can result in smoke and possible fire.,"ShowHauler will notify owners, and Sure Power will replace the battery separators free of charge. The safety recall began during November 2012. A renotification notice was sent to owners on August 28, 2013. Owners may contact ShowHauler Trucks, Inc. at 1-574-825-6764." -08/28/2012,12V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V417000),"Heartland Recreational Vehicles, LLC",LP Supply Line,EQUIPMENT,99-01-09,Vehicle,7,Heartland RV (Heartland) is recalling certain model year 2011-2012 Elkridge and model year 2012-2013 Bighorn Silverado fifth wheel vehicles. Certain vehicles manufactured with liquid propane (LP) generators may have the LP supply line connected incorrectly to the generator.,"If the LP supply line is connected incorrectly, the generator may vent liquid propane into the generator compartment. In the presence of an ignition source, the vented propane can result in an explosion.","Heartland will notify owners and dealers will inspect and correct the LP supply line fitting as necessary, free of charge. The safety recall began on September 10, 2012. Owners may contact Heartland at 1-888-262-5992." -08/28/2012,12V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V416000),THOR INDUSTRIES,Mounting Bolts,EQUIPMENT,NR (Not Reported),Vehicle,82,"SJC Industries (SJC) is recalling certain model year 2012 McCoy-Miller and Marque ambulance vehicles, manufactured from November 1, 2011, through August 9, 2012. The ambulance box mounting bolts were not properly torqued to specification. As such, the mounting bolts could become loose and fall off the vehicle.","Without correctly tightened mounting bolts, the ambulance compartment box can detach from the vehicle chassis, which in the event of a crash, may result in the passengers having an increased risk of injury.","SJC will notify owners, and dealers will inspect and tighten the mounting bolts free of charge. The safety recall began on September 6, 2012. Owners may contact Thor Industries at 1-937-596-6849, ext 7363 or SJC Industries at 1-574- 970-6300." -08/28/2012,12V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V415000),"Volvo Car USA, LLC",Tire Pressure Monitoring System/FMVSS 138,TIRES,256,Vehicle,286,"Volvo is recalling certain model year 2013 S80 and XC70 vehicles. A software error within the Central Electronic Module (CEM) will result in the ""TPMS Service Required"" message appearing after approximately 15 minutes of accumulated driving over 25 mph. The error will prevent the Tire Pressure Monitoring System from warning the driver that a tire needs air. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 138, ""Tire Pressure Monitoring System.""","A malfunctioning TPMS cannot warn a driver that a tire is underinflated. Underinflated tires can result in tire overloading and overheating, which could lead to a blowout and possible crash.","Volvo will notify owners and dealers will reprogram the vehicle's TPMS. This service will be performed free of charge. The safety recall began on October 12, 2012. Owners may contact Volvo at 1-800-458-1552." -08/28/2012,12V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V418000),Lippert,Wheel Separation,WHEELS,NR (Not Reported),Vehicle,143,"Lippert Components, Inc.(Lippert), d.b.a Extreme Trailers, is recalling certain model year 2011-2012 boat trailers equipped with Carlisle Transport Products brand wheels installed as original equipment. Lippert also sold approximately 118 wheel and tire assemblies for aftermarket use on various recreational vehicles. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.","Lippert will notify owners, and Carlisle Transport Products dealers will repair or replace the affected wheels free of charge. The recall began during December 2012. Owners may contact Lippert Components at 1-574-312-6113." -08/24/2012,12E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E031000),"Calhome Inc., dba T-Motorsports",Motorcycle Helmet/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,398,"Calhome Inc., dba T-Motorsports, is recalling certain motorcycle helmets, model HY-803 size XL,for failing to conform to the impact attenuation, retention, and labeling requirements of Federal Motor Vehicle Safety Standard No. 218, ""Motorcycle Helmets.""","By wearing a noncompliant helmet, the user may not be adequately protected in the event of a crash, increasing the risk of personal injury.","T-Motorsports will notify owners and repair the helmets free of charge. The safety recall began on September 14, 2012. Owners may contact T-Motorsports at 1-626-388-9898." -08/23/2012,12V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V414000),"McClain Trailers, Inc.",Wheel Separation,WHEELS,NR (Not Reported),Vehicle,146,"McClain Trailers (McClain) is recalling certain model year 2011-2012 AT and ATT boat trailers equipped with Carlisle Tire and Wheel brand aluminum wheels installed as original equipment. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.","McClain will notify owners, and Carlisle Tire and Wheel dealers will repair or replace the affected wheels free of charge. The recall began on August 24, 2012. Owners may contact McClain Trailers at 1-713-675-2761." -08/22/2012,12V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V413000),Fisker Automotive Incorporated,Low Temperature Cooling Fan,ENGINE AND ENGINE COOLING,520120016,Vehicle,1377,"Fisker Automotive (Fisker) is recalling certain model year 2012 Fisker Karma passenger cars manufactured from June 15, 2011, through July 9, 2012. A manufacturing defect in the low temperature cooling fan may result in a direct short.","A direct short may ignite the fan housing, shroud and surrounding components, causing a vehicle fire.","Fisker will notify owners, and dealers will remove the two potentially affected low temperature cooling fans and replace them with one improved low temperature cooling fan, free of charge. The safety recall began on August 24, 2012. Owners may contact Fisker consumer affairs at 1-855-575-7577, option 2, 6am - 7pm (pst) Monday through Friday." -08/21/2012,12V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V411000),"Altec Industries, Inc.",Boom Pivot Pin,EQUIPMENT,MAB 563,Vehicle,27,"Altec Industries, Inc. is recalling certain model year 2008-2009 Aerial Device vehicles due to improper welding processes used to manufacture the boom pivot pins. Failure of the pin could cause separation of the boom from the turntable.","If the boom separates from the turntable, there is an increased risk of personal injury and/or property damage.","Altec will notify owners, and will replace the pivot pins, free of charge. The safety recall began on September 12, 2012. Owners may contact Altec Industries at 1-877-462-5832." -08/21/2012,12V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V412000),REV Recreation Group,Threaded Fastener,EQUIPMENT,120813FRV,Vehicle,74,"Fleetwood RV is recalling certain model year 2013 Excursion motor homes manufactured from March 27, 2012, through July 24, 2012. A threaded fastener installed on the turn shaft of the slide-out mechanism may come into contact with a portion of the diesel fuel fill hose while the turn shaft is rotating. If the fastener makes contact with the fuel fill hose, there is a possibility that it will abrade the fuel fill hose and cause a leak.","Leaking fuel, in the presence of an ignition source, increases the risk of a fire.","Fleetwood RV will notify owners, and dealers will inspect and, as necessary, shorten the threaded fastener to achieve clearance of the fuel line free of charge. The safety recall began on September 11, 2012. Owners may contact Fleetwood RV owner relations at 1-800-509-3418." -08/21/2012,12V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V410000),"Kaufman Trailers of NC, Inc.",Wheel End Bearing Failure,SUSPENSION,NR (Not Reported),Vehicle,302,"Kaufman Trailers of NC, Inc. and Kaufman Trailers of NE, Inc. (Kaufman) is recalling certain model year 2011 flatbed trailers equipped with 10,000 lb. electrically-braked, oil bath axles. The wheel end caps on the oil bath axles can leak due to a cracked cap or a damaged O-ring.","The oil may leak out of the wheel end caps and if the condition is not corrected, the loss of oil could result in unexpected wheel bearing failure which may increase the risk of a crash.","Kaufman will notify owners and will replace the affected wheel end caps and o-rings free of charge. The recall began on September 14, 2012. Owners may contact Kaufman Trailers at 1-866-444-8971." -08/20/2012,12E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E030000),"BESI, Inc.",Aftermarket Child Restraint Systems,SEAT BELTS,NR (Not Reported),Equipment,3532,"BESI, Inc. (BESI) is recalling certain aftermarket child securement systems, model Pro-Tech III, manufactured from October 2011 through May 2012. These child restraints systems are sold as add on equipment for school bus transportation only. One of the two buckles can be pulled out with minimal hand pressure after being clicked.","In the event of a crash, the seat occupant may not be properly restrained, possibly resulting in injury.","BESI will notify owners and replace the restraint assemblies free of charge. The safety recall began on October 3, 2012. Owners may contact BESI at 1-800-543-8222." -08/20/2012,12V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V407000),PACCAR Incorporated,Half-Round Driveline Cap Screw Torque,POWER TRAIN,12KWF,Vehicle,535,"Paccar is recalling certain model year 2013 kenworth T400, T600, T700, T800, and W900 vehicles, manufactured from July 18, 2012, through August 10, 2012. Cap screws securing the main driveline to the forward rear axle and cap screws on the inter-axle driveline may not have been properly torqued.","Fasteners which are not properly torqued to specification can result in the driveline separating from the vehicle, disabling the vehicle and increasing the risk of a crash. The separated component could also become a road hazard.","Paccar will notify owners, and dealers will inspect and re-torque the each of the affected fasteners, free of charge. The safety recall began on September 7, 2012. Owners may contact Kenworth at 1-425-828-5440." -08/20/2012,12V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V409000),CODA Automotive,Side Curtain Air Bag Improper Installation,AIR BAGS,R84001,Vehicle,78,CODA Automotive (CODA) is recalling certain model year 2012 CODA vehicles. The side curtain airbags may not have been properly installed which could cause them to not deploy as intended.,"In the event of a crash, the side curtain airbags may fail to deploy as intended, increasing the risk of injury.","CODA will notify owners, and dealers will inspect and correct the side curtain airbag installations as needed, free of charge. The safety recall began on August 29, 2012. Owners may contact CODA Automotive at 1-855-464-2632." -08/20/2012,12V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V408000),"General Motors, LLC",Windshield Wiper Hose/FMVSS 104,VISIBILITY,12176,Vehicle,44668,"General Motors LLC (GM) is recalling certain model year 2012 Chevrolet Sonic vehicles manufactured from May 5, 2011, through February 24, 2012. These vehicles fail to conform to Federal Motor Vehicle Safety Standard No. 104, ""Windshield Wiping and Washing Systems."" The windshield wiper washer hose on these vehicles may separate from the washer fluid reservoir. If this occurs, washer fluid will not be available to the windshield.","A lack of washer fluid could impede the driver's view, increasing the risk of a crash.","GM will notify owners, and dealers will secure the windshield washer hose to prevent separation, free of charge. The safety recall began on September 7, 2012. Owners may contact the Chevrolet owner center at 1-866-694-6546." -08/17/2012,12T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T023000),Vogue Tyre & Rubber Co.,Misssing TIN/FMVSS 139,TIRES,NR (Not Reported),Tire,701,"Certain Vogue Tyre & Rubber Company (Vogue) Custom Built tires, size 225/50R17, and Signature V tires, sizes 225/50R17, 235/50R18, and 245/45R18, produced in the weeks of 0112-3212 (January 1, 2012 through August 11, 2012) fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 139, ""New Pneumatic Radial Tires for Light Vehicles."" The tires do not have the full tire identification number (TIN) branded on the tire's outboard sidewall, as required by the standard.","In the event of a safety recall, tires missing a TIN from the outboard sidewall cannot be readily identified.","Vogue will notify owners, and dealers will replace the noncompliant tires free of charge. The safety recall began on August 28, 2012. Owners may contact Vogue at 1-800-323-1466." -08/16/2012,12V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V406000),"General Motors, LLC",Driver's Master Power Window Switch,ELECTRICAL SYSTEM,12180,Vehicle,278174,"General Motors (GM) is recalling certain model year 2006 Chevrolet Trailblazer EXT and GMC Envoy XL and 2006-2007 Chevrolet Trailblazer, GMC Envoy, Buick Rainier, SAAB 9-7x, and Isuzu Ascender vehicles, originally sold or currently registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin, and the District of Columbia. Fluid may enter the driver's door module, causing corrosion that could result in a short in the circuit board. A short may cause the power door lock and power window switches to function intermittently or become inoperative. The short may also cause overheating, which could melt components of the door module, producing odor, smoke, or a fire.","A short in the circuit board could lead to a fire, increasing the risk of personal injury. A fire could occur even while the vehicle is not in use. As a precaution, owners are advised to park outside until the remedy has been made.","Parts for this recall are expected to available in March 2013. GM will notify Buick, Chevrolet, and GMC owners when parts are available. Buick owners may contact the owner center at 1-800-521-7300, Chevrolet owners at 1-866-694-6546, and GMC owners at 1-866-996-9463. Isuzu owners will be notified by Isuzu Motors when parts are available. Owners may contact Isuzu customer service at 1-800-255-6727. SAAB owners will be notified by SAAB Cars North America when parts are available and for inquiries, owners may call SAAB customer service at 1-800-955-9007." -08/16/2012,12T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T022000),"Sailun Tire Americas, Inc.",Inner Liner Thickness,TIRES,NR (Not Reported),Tire,838,"Dynamic Tire Corporation (Dynamic) is recalling certain Sailun S825 commercial application tires, size 385/65R22.5, produced between March and April 2012. The inner-liner thickness may be thinner than specification requirements.","The thinner inner-liner thickness may lead to sidewall separation, increasing the risk of a vehicle crash.","Dynamic will notify owners, and dealers will replace the tires free of charge. The safety recall began on November 20, 2012. Owners may contact Dynamic at 1-905-595-3593." -08/16/2012,12V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V405000),"Daimler Trucks North America, LLC",Perpendicular Air Tank Mounting Brackets,EQUIPMENT,FL-631,Vehicle,1663,"Daimler Trucks North America (DTNA) is recalling certain model year 2009-2012 Freightliner, Sterling, and Western Star vehicles manufactured from July 7, 2008, through December 15, 2011, and equipped with perpendicular air tank mounting brackets. The air tank mounting brackets may develop cracks which can lead to the air tank brackets separating from the frame rail. The air tanks may also separate from the vehicle.","Air tanks that become separated from a moving vehicle may create a road debris hazard, increasing the risk of a crash.","DTNA will notify owners, and dealers will replace the air mounting brackets, free of charge. The recall began on December 24, 2012. Owners may contact Daimler Trucks North America toll free at 1-800-547-0712." -08/14/2012,12V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V403000),"Navistar, Inc.",Air Disc Brake Caliper,"SERVICE BRAKES, AIR",12522,Vehicle,956,"Navistar is recalling certain model year 2011-2013 International vehicles manufactured from November 2, 2010 through May 25, 2012, equipped with Bendix air disc brakes. Bolts that fasten the air disc brake caliper to the caliper mounting plate may not have been tightended to their specified torque. This may cause the mouting bolts to become loose and possibly allow the air disc brake caliper to separate from the caliper mounting plate, resulting in an unexpected pull condition during braking application or an unexpected increase in stopping distance.","An unexpected pull condition during braking application or an unexpected increase in stopping distance, increases the risk of a crash, leading to property damage, personal injury, or death.","Navistar will notify owners, and dealers will replace any missing caliper mounting bolts and tighten caliper mounting bolts, free of charge. The safety recall began on October 30, 2012. Owners may contact Navistar at 1-331-332-1590." -08/14/2012,12V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V398000),"Nissan North America, Inc.",Fuel Transfer Tube,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7842,"Nissan is recalling certain model year 2013 Infiniti JX35 vehicles manufactured from February 15, 2012, through June 22, 2012. Due to an assembly issue, the fuel transfer tube may be misrouted inside the fuel tank. As a result, the fuel level float may be prevented from dropping as the fuel is consumed and the fuel guage may read a fuel level higher than actually exists.","If the fuel guage does not accurately show when the tank is becoming empty, the vehicle may run out of gas unexpectedly, stalling, and increasing the risk of a crash.","Nissan will notify owners, and dealers will inspect and re-route the fuel transfer tube and install a new O-ring, free of charge. The recall began on September 10, 2012. Owners may contact Nissan customer service at 1-800-647-7261." -08/14/2012,12V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V397000),"Suzuki Motor USA, LLC",Loss of low/high beam headlamp function,ELECTRICAL SYSTEM,NU,Vehicle,101688,"Suzuki is recalling certain model year 2004-2006 Forenza and model year 2005-2006 Reno vehicles manufactured from September 23, 2003, through March 7, 2006. Increased resistance due to poor contact between the terminals of certain wires can generate heat that can melt the splice pack used to connect the power circuit wires for the headlamps. This can result in intermittent or total loss of low/high beam headlamp function.","If the headlamps fail to function, this will lead to reduced driver visibility, increasing the risk of a crash.","Suzuki will notify owners, and Suzuki dealers will reconnect the affected wires with two heat-shrink crimps, free of charge. The safety recall began on September 25, 2012. Owners may contact Suzuki at 1-877-697-8985." -08/14/2012,12V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V404000),Turtle Top,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,577,"Turtle Top is recalling certain model year 2006-2010 transit buses equipped with Century-2 and/or Vista-2 wheelchair lifts. Over time with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Turtle Top will notify owners, and the repairs will be performed by authorized Braun dealers free of charge. The recall began on September 13, 2012. Owners may contact Turtle Top at 574-831-4340." -08/13/2012,12V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V394000),"Autocar, LLC",Seat Belt Retractor/FMVSS 208,SEAT BELTS,A-1202,Vehicle,699,"Autocar is recalling certain model year 2008-2012 Xpeditor heavy-duty class 8 vehicles, manufactured from December 17, 2007, through July 10, 2012 and equipped with a right-hand (passenger-side) Bostrom air-ride seat. The seatbelt and tether intermediate connection point (ICP) located on the seat bracket may interfere with the seatbelt retractor mechanism as the seat is pneumatically adjusted for height. Over time, the interference may cause the retractor mechanism cover to crack, allowing the retractor spring to become loose and inoperable. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 208, ""Occupant Crash Protection.""","In the event of a crash, if the seat belt retractor malfunctions, the passenger may not be properly restrained, increasing the risk of personal injury or death.","Autocar will notify owners and provide instructions for scheduling the vehicle repair, free of charge. The recall began on November 13, 2012. Owners may contact Autocar Service Department at 1-888-218-3611." -08/10/2012,12V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V402000),Ducati North America,Brake Master Cylinder Reservoir Connection Hose,"SERVICE BRAKES, HYDRAULIC",RC 12-006,Vehicle,2411,"Ducati is recalling certain model year 2012-2013 1199 Panigale motorcycles manufactured from March 16, 2012, through July 12, 2012. The front brake master cylinder reservoir hose might interfere with the threading end of the reservoir retaining screw.","The front brake master cylinder reservoir hose might interfere with the threading end of the reservoir of the retaining screw causing damage to the hose, which could lead to a front brake system failure, increasing the risk of a crash.","Ducati will notify owners, and authorized dealers will install a cap nut and a washer at the end of the reservoir retaining screw, free of charge. The safety recall began on October 15, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/10/2012,12E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E029000),Valeo,Engine Cooling Fan Assemblies/Service Parts,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,585,"This recall involves aftermarket parts sold by Valeo. Valeo is recalling certain engine cooling fans, part numbers 696121, 696273, and 696275, used as service replacement parts for model year 2008-2011 BMW 1-Series, 2006-2011 BMW 3-Series, 2000-2009 BMW 5-Series, 2004-2005 BMW 6-Series, and 2006-2007 BMW 7-Series vehicles. A metal-oxide semiconductor may overheat due to insufficient screwing of the semiconductor on the aluminum heat sink. This primary failure could cause adjacent components on the fan assembly motor circuit board to overheat and short.","This condition could cause the fan motor to become inoperative, or cause the motor circuit board in the assembly to overheat, potentially leading to a fire in the engine compartment.","Valeo will notify owners and replace the fans free of charge. The safety recall began on August 22, 2012. This recall is being conducted by Valeo, not by BMW. For further information, owners may contact Valeo at 1-888-718-2536." -08/10/2012,12V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V392000),Ducati North America,Exhaust Butterfly Valve Bowden Cable Cover,ENGINE AND ENGINE COOLING,RCL-12-006,Vehicle,2411,"Ducati is recalling certain model year 2012-2013 1199 Panigale motorcycles manufactured from March 16, 2012, through July 12, 2012. The exhaust butterfly valve bowden cable cover could melt or burn due to excess heat of the catalytic converter.",Melting and burning of the bowden cable cover could lead to smoke and/or fire.,"Ducati will notify owners, and authorized dealers will the replace old exhaust butterfly valve bowden cable cover with a new one, free of charge. The safety recall began on October 15, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/10/2012,12V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V400000),Ducati North America,Ohlins Steering Damper Screws,STEERING,RCL12-006,Vehicle,2411,"Ducati is recalling certain model year 2012-2013 1199 Panigale motorcycles manufactured from March 16, 2012, through July 12, 2012. Screws that secure the steering damper to the steering head could fall out due to an insufficient amount of Loctite applied to the threads.","The steering damper can detach from the steering head which can lead to loss of control of the motorcycle, increasing the risk of a crash.","Ducati will notify owners, and authorized dealers will remove both screws, clean the threads, apply the proper amount of Loctite, and tighten to the proper torque settings, free of charge. The safety recall began on October 15, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/10/2012,12V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V399000),Ducati North America,Ohlins Steering Damper Washer,STEERING,RCL-12-006,Vehicle,2411,"Ducati is recalling certain model year 2012-2013 1199 Panigale motorcycles manufactured from March 16, 2012, through July 12, 2012 . Due to an incorrect assembly tolerance, the Uniball bearing on the damper rod eyelet could slip out of its seat on the Ohlins steering damper.","The steering damper can detach from its mounting point which can lead to loss of control of the motorcycle, increasing the risk of a crash.","Ducati will notify owners, and authorized dealers will install a special washer at the steering damper's mounting point, free of charge. The safety recall began on October 15, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/10/2012,12V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V395000),"Erwin Hymer Group North America, Inc.",Pop Rivets,EQUIPMENT,NR (Not Reported),Vehicle,145,"Roadtrek is recalling certain model year 2011 and 2012 Roadtrek 21PC Popular and 21VC Versatile model class ""B"" motorhomes built from October 1, 2010, through November 12, 2011. On some motorhomes, the rivets may fail that secure the awning brackets to the motorhome side wall, allowing the bracket and Thule awning to come off the motor home while operating the awning.","If the awning separates from the motor home, the user or people nearby may be injured.","Roadtrek will notify owners, and dealers will install an additional stainless steel rivet on each of the awning brackets, free of charge. The safety recall began on August 21, 2012. Owners may contact Roadtrek Service Department at 1-888-ROADTREK (762-3873) or 1-519-745-1169." -08/10/2012,12V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V401000),Ducati North America,Swingarm Shaft Pivots,SUSPENSION,RCL 12-006,Vehicle,2411,"Ducati is recalling certain model year 2012-2013 1199 Panigale motorcycles manufactured from March 16, 2012, through July 12, 2012. The right and left swingarm shaft pivots can loosen.","The swingarm shaft pivots can loosen from the swingarm which can lead to loss of control of the motorcycle, increasing the risk of personal injury.","Ducati will notify owners, and authorized dealers will tighten the right and left swingarm shaft pivots to the proper torque settings, free of charge. The safety recall began on October 15, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/10/2012,12V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V396000),B & M Manufacturing Company,Wheel Separation,WHEELS,NR (Not Reported),Vehicle,18,"B & M Manufacturing Company (B & M) is recalling certain model year 2012 boat trailers equipped with Carlisle Transport Products brand wheels installed as original equipment. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.","B & M will notify owners, and dealers will repair or replace affected wheels free of charge. The recall began on September 19, 2012. Owners may contact B & M Manufacturing Company at 1-573-346-7246." -08/09/2012,12E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E028000),"Mercedes-Benz USA, LLC",Accessory All-Season Floor Mat/Pedal Entrapment,EQUIPMENT,20122080006,Equipment,8879,"Mercedes-Benz is recalling certain accessory all-season floor mats sold for use in model year 2012 and 2013 Mercedes-Benz ML-Class vehicles. This all-season floor mat may not fully conform to the contour of the vehicle's floor plan as intended. Clearance between the mat and the gas pedal may be reduced, possibly allowing the pedal to become trapped.","This interference could prevent the gas pedal from retracting and the vehicle may not decelerate as expected when the driver lifts their foot from the gas pedal, which could increase the risk of a crash. Should the pedal become trapped, steady application of the brakes will allow the vehicle to be brought to a stop.","Mercedes-Benz will notify owners, and dealers will replace the floor mats free of charge. Until replacement mats become available, consumers are advised to remove their floor mats from the vehicle. The safety recall began on December 21, 2012. Only vehicles equipped with the accessory floor mats are affected. Owners may contact Mercedes-Benz for more information at 1-800-367-6372." -08/08/2012,12V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V389000),Winnebago Industries Inc.,Copper Propane Tubing,EQUIPMENT,126,Vehicle,165,Winnebago is recalling certain model year 2012-2013 Winnebago and Itasca motor homes. A cutting machine may have scored the copper propane tubing resulting in unknown long-term reliability.,"If the copper tubing fails, propane can escape leading to a fire or explosion which can result in property damage, personal injury, or death.","Winnebago will notify owners, and dealers will replace the copper tubing, free of charge. The recall began on September 6, 2012. Owners may contact Winnebago Industries Owner Relations at 1-641-585-6939." -08/08/2012,12V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V388000),"General Motors, LLC",Fuel Filler Pipe Corrosion,"FUEL SYSTEM, GASOLINE",12166,Vehicle,9389,"General Motors (GM) is recalling certain model year 2003-2004 Chevrolet Express and GMC Savana vehicles, equipped with a left side cargo door, and originally sold or currently registered in Connecticut, Delaware, Illinois, Indiana, Iowa, Maine, Maryland, Massachusetts, Michigan, Minnesota, Missouri, New Hampshire, New Jersey, New York, Ohio, Pennsylvania, Rhode Island, Vermont, West Virginia, Wisconsin, and the District of Columbia. Water and road contaminants may become trapped in the protective conduit that covers the fuel filler pipe and may cause the pipe to corrode.","Significant corrosion may allow fuel to leak during refueling, and in the presence of an ignition source; there is an increased risk of fire.","GM will notify owners, and dealers will install a new fuel filler neck, free of charge. The safety recall began on October 1, 2012. Owners may contact the Chevrolet owner center at 1-866-694-6546 and GMC at 1-866-996-9463." -08/08/2012,12T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T021000),Hercules Tire & Rubber Company,Insufficient Tire Liner Guage,TIRES,NR (Not Reported),Tire,1915,"Hercules Tire & Rubber Company (Hercules) is recalling certain H502 radial medium tubeless truck tires, size 315/80R22.5 Load Range J, produced in the DOT week ending dates 5211 thru 2112. The affected tires may have been produced with an insufficient tire liner gauge (thickness) due to an improperly working machine.","The presence of this condition may precipitate the formation of voids (U crack) which could result in early life sidewall separations, increasing the risk of a vehicle crash.","Hercules will notify owners and the tires will be replaced free of charge. The safety recall began on August 20, 2012. Owners may contact Hercules toll-free at 1-800-677-3573." -08/08/2012,12V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V391000),"Chrysler (FCA US, LLC)",Occupant Restraint Control Module,AIR BAGS,M25,Vehicle,1449,"Chrysler is recalling certain model year 2013 Dodge Durango vehicles manufactured from April 11, 2012, through July 20, 2012. Some vehicles may have been built with the incorrect airbag occupant restraint control (ORC) module.","In the event of a side impact, rearward of the second row seat, the supplemental side air bag inflatable curtain may not deploy as intended, increasing the risk of occupant injury.","Chrysler will notify owners, and dealers will replace the ORC module, free of charge. The safety recall began on September 24, 2012. Owners may contact Chrysler at 1-800-853-1403." -08/08/2012,12V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V390000),"Altec Industries, Inc.",Torsion Bar,SUSPENSION,CSN 560,Vehicle,141,"Altec Industries, Inc. is recalling certain model year 2012 Aerial Device vehicles built on a Navistar Terrastar chassis because the Altec-installed torsion bar increases the ride height of the front suspension, which when the vehicle hits bumps, may cause the vehicle to alter its steering direction.","As the vehicle hits bumps, it may deviate from the intended line of travel, increasing the risk of a crash.","Altec will notify owners, and will install an updated bracket and spring kit, free of charge. The safety recall began on August 27, 2012. Owners may contact Altec Industries at 1-877-462-5832." -08/07/2012,12V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V385000),"CALIFORNIA TRAILER WORKS, INC.",Wheel Separation,WHEELS,NR (Not Reported),Vehicle,12,"California Trailer Works, Inc. (CTW) is recalling certain model year 2011-2012 boat trailers equipped with Carlisle Transport Products brand wheels installed as original equipment. These wheels were manufactured with machine dimensions for the application of a center cap and the application of steel lug inserts that were not controlled to the required specifications. As a result, the wheel may not be tightened to the proper torque during the mounting process.","If the wheels are not tightened to the proper torque, the wheels could loosen, leading to wheel separation, possibly resulting in a vehicle crash. A detached wheel also becomes a road hazard.","CTW will notify owners, and dealers will repair or replace affected wheels free of charge. CTW has not provided a notification schedule. Owners may contact California Trailer Works, Inc. at 1-916-381-7619." -08/06/2012,12V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V386000),Collins Bus Corporation,Body Mount Bolts,STRUCTURE,NR (Not Reported),Vehicle,641,"Collins is recalling certain model year 2012 Collins, Corbeil and Mid Bus Brand SL, SH, DH, and DE school buses and multi-function school activity buses manufactured from March 12, 2012, through August 1, 2012. Some of the body mount bolts may not have been torqued to specification.","Without correctly tightened body mount bolts, there may be a reduction in the vehicle's integrity, which in the event of a crash, may result in the passengers having an increased risk of injury.","Collins will notify owner, and dealers will repair the buses free of charge. The safety recall began during August 2012. Owners may contact Collins at 1-800-533-1850, ext 424." -08/06/2012,12V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V387000),Collins Bus Corporation,Brake Line Position,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,282,"Collins is recalling certain model year 2012 Collins, Corbeil and Mid Bus brand SL, SH, DH, and DE school and multi-function school activity buses manufactured from March 12, 2012, through July 13, 2012. The metal hydraulic service brake line feeding the RH rear service brake assembly may interfere with a body mount assembly. The location of this interference is at the first body mount location directly ahead of the rear axle and on the inboard side of the passenger side frame rail.","This interference could cause a rupture in the brake line, leading to the loss of brake fluid and failure of the brakes, potentially leading to a vehicle crash.","Collins will notify owners, and dealers will repair the buses free of charge. The safety recall is expected to begin during August 2012. Owners may contact Collins at 1-800-533-1850." -08/06/2012,12V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V380000),"Mercedes-Benz USA, LLC",Dashboard Molding Strip,STRUCTURE,NR (Not Reported),Vehicle,189,"Mercedes-Benz is recalling certain model year 2011 G550 and G55 (AMG) vehicles manufactured from September 20, 2010, through April 27, 2011. During the front passenger air bag deployment, parts of the molding strip could potentially become loose and become a projectile in the passenger compartment.","In the event of the passenger airbag deployment, if the molding strip comes loose, there is an increased risk of personal injury.","Mercedes-Benz will notify owners, and dealers will reinforce the connection between the molding strip and air bag cover flap, free of charge. The safety recall began on October 26, 2012. Owners may contact Mercedes-Benz at 1-800-367-6372." -08/06/2012,12V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V379000),Vermeer Manufacturing Company,Improper Lug Nut Torqueing,EQUIPMENT,IK00-1732,Vehicle,40,"Vermeer is recalling certain model year 2012 BC1200XL brush chipper trailers because the lug nuts may not have been properly torqued. As a result, the lug nuts could loosen and the wheels could separate from the bush chipper.","If the wheels separate from the brush chipper, there is an increased risk of personal injury, property damage or a crash.","Vermeer will notify owners, and dealers will properly torque the lug nuts, free of charge. The recall began on August 21, 2012. Owners may contact Vermeer at 1-641-628-3141." -08/03/2012,12V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V384000),Glaval Bus,BUS ROOF ESCAPE HATCH/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,90,"Glaval Bus is recalling certain model year 2011-2012 transit buses equipped with Speciality Manufacturing Inc. (SMI) ProLo roof escape hatches. Increased friction between the rear plate assemblies, p/no. 009327, and the nylon rear pop-up support, p/no. 008956, may result in opening force of the ProLo roof hatches that exceeds Federal standard requirements. Thus, these hatches fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, passengers' exit from the bus may be hindered, possibly resulting in injury to the vehicle occupants.","Glaval Bus will notify owners. SMI will provide service kits along with repair instructions to dealers and owners, free of charge. The safety recall began on August 17, 2012. Owners may contact Glaval Bus at 1-574-262-2212 or SMI at 1-800-951-7867." -08/03/2012,12V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V381000),"ALUMINA, INC",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,"Alumina, Inc., dba Boatwheels, is recalling a model year 2011 PB27-TH1200 and a 2011 PB36-RS2100 trailer each equipped with a Dexter Axle brand electric/hydraulic (E/H) brake actuator pump. These pumps may not have been properly heat treated. This condition can cause premature wear of some critical components in these pumps which can render the unit inoperable.","The E/H brake actuator provides braking power to the trailer brakes. Failure of the actuator can result in the loss of braking effort by the trailer, increasing the risk of a crash.","Alumina will notify owners, and Alumina dealers will replace the actuators, free of charge. The recall began during August 2012. Owners may contact Alumina, Inc. at 1-419-433-2300." -08/03/2012,12V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V383000),"Altec Industries, Inc.",Frame Cracks,STRUCTURE,CSN 551,Vehicle,227,Altec Environmental Products (AEP) is recalling certain model year 2008-2009 DC1217 and DC1317 and model year 2008-2011 DC1317HP wood chippers. Cracks could develop in the wood chipper frame.,"If cracks develop in the frame, there is an increased risk of personal injury or property damage.","AEP will notify owners, and dealers will install frame reinforcement kits to all affected units. The safety recall began on August 24, 2012. Owners may contact Altec Environmental Products at 1-877-462-5832." -08/03/2012,12V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V377000),"General Motors, LLC",Lower Control Arms,SUSPENSION,12104,Vehicle,36413,General Motors (GM) is recalling certain model year 2008-2012 Chevrolet Impala police vehicles because the front lower control arms may fracture. This safety recall does not include non-police Chevrolet Impala vehicles.,"A broken control arm can result in the loss of control of the vehicle, increasing the risk of a crash.","GM will notify owners, and dealers will replace both front lower control arms, free of charge. The safety recall began on August 21, 2012. Owners may contact the Chevrolet owner center at 1-866-694-6546." -08/03/2012,12V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V393000),"Jayco, Inc.",Oversized Bearings,SUSPENSION,NR (Not Reported),Vehicle,300,"Jayco is recalling certain model year 2012-2013 Jay Flight Swift SLX Travel trailers manufactured from October 24, 2011, through July 3, 2012. These trailers may have oversized bearings installed in the axle. This may cause excessive movement in the wheel hub, causing the bearings to become overheated and worn.","Overheated and worn bearings may lead to axle failure while driving, increasing the risk of a crash.","Jayco will notify owners, and dealers will replace the axle bearings with proper size bearings, free of charge. The recall began on September 5, 2012. Owners may contact Jayco at 1-800-283-8267." -08/03/2012,12V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V376000),Ducati North America,Side Stand Failure,STRUCTURE,RCL-12-005,Vehicle,27,"Ducati is recalling certain model year 2012-2013 Diavel motorcycles manufactured from May 25, 2012, through June 28, 2012. The side stand may bend or break.","The side stand could bend or break in the pivot area, allowing the motorcycle to fall over, increasing the risk of personal injury to the operator or others near the motorcycle. Even without falling over, a bent sidestand may interfere with the proper operation of the sidestand safety switch, preventing the bike from starting or causing the bike to stall without warning.","Ducati will notify owners, and authorized dealers will replace the side stand, free of charge. The safety recall began on August 13, 2012. Owners may contact Ducati at 1-800-231-6696 or through their website at www.ducati.com." -08/02/2012,12V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V375000),Vermeer Manufacturing Company,Axle Mounting Bolt,EQUIPMENT,IK00-1731,Vehicle,3450,"Vermeer is recalling certain model year 2009-2012 single axle brush chipper trailers because the axle mounting bolts could loosen, leading to axle separation from the brush chipper.","If the axle separates from the brush chipper, there is an increased risk of a crash.","Vermeer will notify owners, and dealers will replace the mounting bolts, free of charge. The recall began ion August 21, 2012. Owners may contact Vermeer at 641-628-3141." -08/02/2012,12V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V374000),Ford Motor Company,Loose Windshield Wiper Arm Pivot Pin,VISIBILITY,12S36,Vehicle,16330,Ford Motor Company is recalling certain model year 2011-2012 Transit Connect vehicles. The wiper arms may not be adequately riveted resulting in incomplete or inconsistent clearing of the windshield and possible detachment of the wiper arm.,"If the wiper arm detaches, the windshield wiper will fail and the driver's visibility may be reduced, increasing the risk of a crash.","Ford will notify owners, and dealers will replace the driver and passenger side wiper arm and blade assemblies, free of charge. The safety recall began on August 15, 2012. Owners may contact Ford at 1-866-436-7332." -08/02/2012,12V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V373000),Toyota Motor Engineering & Manufacturing,Rear Suspension Arm (Tie Rod) Corrosion,SUSPENSION,NR (Not Reported),Vehicle,780584,"Toyota is recalling certain model year 2006 through 2011 RAV4 and 2010 Lexus HS250h passenger vehicles manufactured from October 2005 through September 2010. If the nuts for adjusting the rear wheel alignment are improperly tightened during service, the rear suspension arm (rear tie rod) may develop unwanted movement and rust, leading to thread damage and eventual failure. Failure of the rear tie rod will cause an abrupt change in the vehicle's alignment.","Failure of the rear tie rod could cause a loss of vehicle control, increasing the risk of a crash.","Toyota will notify owners, and dealers will inspect the rear tie-rod nut for looseness and replace any suspect tie-rod found loose. Dealers will also affix instructions in multiple places to prevent improper servicing in the future. The recall began on November 30, 2012. Owners may contact Toyota at 1-800-331-4331 or Lexus at 1-800-255-3987." -08/02/2012,12T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T020000),"Kumho Tire U.S.A., Inc.",Sidewall Cracking/Air Loss,TIRES,NR (Not Reported),Tire,1238,"Kumho Tire U.S.A., Inc. (Kumho) is recalling certain Kumho Solus KH25 passenger car tires, size 225/45R17, produced in the weeks of 3411 through 2512 (August 21, 2011 through June 23, 2012). The affected tires could develop cracking in the sidewall, which could result in air loss.",Rapid air loss while the vehicle is in use may result in a tire failure that could cause a crash.,"Kumho will notify owners, and dealers will replace the affected tires free of charge. The safety recall began on August 29, 2012. Owners may contact Kumho at 1-909-428-3999." -08/01/2012,12V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V372000),"Mitsubishi Motors North America, Inc.",Air Bag Sensor,AIR BAGS,SR-12-003,Vehicle,261,"Mitsubishi is recalling certain model year 2012 i-MiEV vehicles manufactured between November 4, 2011, and December 22, 2011. Incompatibility between the air bag sensors and the self-diagnostic software may deactivate the frontal and side airbag system. Should this occur, the SRS warning lamp would illuminate to alert the driver.","The side and curtain air bags may not deploy in a crash for which those air bags were intended to deploy, increasing the risk of personal injury to the vehicle occupants.","Mitsubishi will notify owners, and dealers will replace the incompatible air bag sensors with new, compatible units, free of charge. The safety recall began on during August 2012. Owners may contact Mitsubishi at 1-800-222-0037." -08/01/2012,12V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V369000),"Kawasaki Motors Corp., U.S.A.",Crankcase Sealing,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4170,Kawasaki is recalling certain model year 2011-2012 ZX-10R (ZX1000JBF/JBFL/KBF/KBFL/JCF/JCFL/KCF/KCFL) 'NINJA' motorcycles. Engine oil may leak from the crankcase at the starter mounting point and pool on top of the crankcase. Continued use in this condition can allow oil to spill over onto the rear tire.,"If oil spills onto the rear tire, there is an increased risk of a crash, leading to personal injury or death.","Kawasaki will notify owners, and dealers will remove the starter and seal the crankcase, free of charge. The safety recall began on August 8, 2012. Owners may contact Kawasaki at 1-866-802-9381." -07/31/2012,12V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V370000),"Cottrell, Inc.",AXLE ASSEMBLIES/FAG BRAND BEARING SYSTEM/WHEEL END,SUSPENSION,NR (Not Reported),Vehicle,1767,Cottrell is recalling certain model year 2006-2011 trailers equipped with a Meritor axle. The bearing system has exhibited low durability life in certain vehicle applications.,"Prolonged use of the system in these applications can result in the degradation of the bearing grease, thereby potentially resulting in a bearing failure and subsequent wheel end fire.","Cottrell is working with the Meritor to identify and repair the vehicles that contain the subject axles free of charge. The recall began on July 27, 2012. This recall campaign supersedes previous recall campaign 11V-594. Trailers that were repaired under the previous campaign will also need to be repaired under this campaign. Owners may contact Meritor OnTrac Performance Plus Call Center at 1-866-668-7221, option 5." -07/31/2012,12V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V367000),Keystone RV Company,Capacity Labels/FMVSS 120,EQUIPMENT,12-180,Vehicle,220,"Keystone RV Company (Keystone ) is recalling certain model year 2013 Bullet Premier 31BHPR travel trailers, manufactured from April 2, 2012, through July 24, 2012. These vehicles were manufactured with incorrect information on the Federal Identification Tag, Tire and Loading Information Label and the Recreational Vehicle Cargo Carrying Capacity Label. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""",An inaccurate label could lead to improper vehicle loading specifications which could lead to a tire failure which may result in personal injury or property damage.,"Keystone's recall number is 12-180. Keystone will notify owners and provide corrected labels. The recall began on August 14, 2012. Owners may contact Keystone RV Company at 574-535-2100." -07/31/2012,12V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V371000),Newmar Corporation,Hydraulic Brake Calipers,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,70,"Newmar Corporation (Newmar) is recalling certain model year 2008 and 2009 Grand Star Class A motorhomes built on Freightliner Custom Chassis (FCCC) from January 25, 2007, through May 22, 2009. These motorhomes chassis are equipped with Bosch hydraulic disc brakes which, when exposed to long periods of time of non-driving, may experience diametrical brake caliper piston growth and reduced piston to bore clearance potentially leading to brake drag and overheating resulting in reduced brake performance.",Reduced brake performance may lead to a vehicle crash.,"Owners will be notified by Daimler Trucks/FCCC, and repairs will be performed by authorized FCCC dealers free of charge. An interim letter was mailed by DTNA on August 6, 2012. Owners may contact Newmar at 1-574-773-7791 or Daimler Trucks at 1-800-547-0712." -07/31/2012,12V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V365000),"Dutchmen Manufacturing, Inc.",Propane Line,EQUIPMENT,NR (Not Reported),Vehicle,87,"Dutchmen is recalling certain model year 2013 Coleman 192 and Dutchmen 196 recreational vehicles manufactured from April 12, 2012, through July 9, 2012. These vehicles have been manufactured with the propane line in close proximity to the rear axle hanger which could be damaged by the rear axle hanger bolt during travel.","If this occurs, a leak could develop, and in the presence of an ignition source could result in a fire and/or explosion, increasing the risk of personal injury or property damage.","Dutchmen will notify owners, and dealers will inspect and, as necessary, replace and re-route the propane line, free of charge. The safety recall began on August 18,7, 2012. Owners may contact Dutchmen at 1-574-537-0700." -07/30/2012,12V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V364000),THOR INDUSTRIES,Capacity Labels/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,4,"Crossroads is recalling certain model year 2013 Crossroads Cruiser recreational trailers, manufactured from April 19, 2012, through July 17, 2012. These vehicles were manufactured with incorrect information on the Federal Identification Tag, Tire and Loading Information Label and the Recreational Vehicle Cargo Carrying Capacity Label. Thus, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 120, ""Tire Selection and Rims for Motor Vehicles Other Than Passenger Cars.""",An inaccurate label could lead to improper vehicle loading specifications which could lead to a tire failure which may result in personal injury or property damage.,Crossroads will notify owners and provide corrected labels. Owners may contact Thor industries at 1-937-596-7965 or Crossroads at 1-260-593-2866. -07/30/2012,12V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V366000),"Gulf Stream Coach, Inc.",Hydraulic Brakes,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,443,"Gulf Stream Coach, Inc. (GSC) is recall certain model year 2006 through 2008 Crescendo, Sun Voyager, Independence, Bounty Hunters, and Yellowstone Class A diesel pusher motor homes built on Freightliner Custom Chassis (FCCC) from March 18, 2005, through December 2009. These motorhomes chassis are equipped with Bosch hydraulic disc brakes which, when exposed to long periods of time of non-driving, may experience diametrical brake caliper piston growth and reduced piston to bore clearance potentially leading to brake drag and overheating resulting in reduced brake performance.",Reduced brake performance increases the risk of a crash.,"FCCC will notify owners, and dealers will repair the vehicles, free of charge. An interim letter was mailed by DTNA on August 6, 2012. Owners may contact GSC at 1-800-289-8787 or Daimler Trucks/FCCC at 1-800-547-0712." -07/30/2012,12V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V361000),Keystone RV Company,Uninstalled Fire Detector,EQUIPMENT,12-179,Vehicle,117,"Keystone RV Company (Keystone) is recalling certain model year 2013 Outback and Sydney recreational vehicles manufactured from July 10, 2012, through July 17, 2012. These vehicles may have been manufactured with two carbon monoxide detectors and no smoke detector.","In the event of a fire, the lack of a fire detector can lead to an increased risk of personal injury and/or property damage.","Keystone will notify owners, and dealers will inspect and install, as necessary, a fire detector, free of charge. The safety recall ibegan on August 10, 2012. Owners may contact Keystone at 1-866-425-4369." -07/27/2012,12V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V368000),"Rolls-Royce Motor Cars, Ltd.",Incorrect Tire Information Label/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,10,"Certain model year 2012 Ghost passenger vehicles manufactured from March 27, 2012, through July 13, 2012 were equipped with 20-inch tires, but the tire information label states that the vehicles were equipped with 19-inch tires. Therefore, the label does not conform to the requirements of Federal Motor Vehicle Safety Standard No. 110, �Tire Selection and Rims.""","Incorrect tire placard information such as an incrorrect recommended pressure may lead to tire inflation errors which could result in tire failure, increasing the risk of a crash.","The owners of the affected vehicles have all received corrected tire information labels, therefore, an owner notification letter will not be issued for this campaign." -07/27/2012,12V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V363000),"QINGQI GROUP MOTORCYCLE CO., LTD",MASTER CYLINDER RESERVOIR COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,691,"QingQi Group Motorcycle Co. Ltd., through its designated agent ZAP, is recalling all model year 2008 ZAP Xebra motorcycles manufactured from January 1, 2008, through December 31, 2008. These motorcycles do not conform to the requirements of Federal Motor Vehicle Safety Standard No. 122, ""Motorcycle Brake Systems."" The motorcycles were produced without a separate brake fluid reservoir for each brake circuit, with each reservoir filler opening having its own cover, seal, and cover retention device.","Without a separate reservoir for each brake, having its own cover, seal, and cover retention device, fluid for one brake circuit may move to the other. If this happens, both reservoirs could lose fluid as a result of a fluid leak in one brake circuit and compromise the stopping ability of the braking system, increasing the risk of a crash.",ZAP will notify owners and ZAP will install or send each owner a remedy kit to bring the vehicles into compliance. ZAP has not provided a notification schedule. Owners may contact ZAP Customer Service at 1-800-251-4555. -07/27/2012,12V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V357000),Mazda North American Operations,Speed Control Cable Connector Interference,ENGINE AND ENGINE COOLING,6812G,Vehicle,217500,"Mazda is recalling certain model year 2001 through 2006, and 2008, Tribute vehicles equipped with 3.0L V6 engines and speed control. Inadequate clearance between the engine cover and the speed control cable connector could result in a stuck throttle when the accelerator pedal is fully or almost-fully depressed. This risk exists regardless of whether or not speed control (cruise control) is used.","A stuck throttle may result in very high vehicle speeds and make it difficult to stop or slow the vehicle, which could cause a crash, serious injury or death.","Mazda will notify owners, and dealers will repair the vehicles by increasing the engine cover clearance, free of charge. Remedy parts are now available. The safety recall began on September 13, 2012. Owners may contact Mazda Customer Assistance Center at 1-800-222-5500, option #6." -07/26/2012,12V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V355000),Keystone RV Company,BUMPER,EQUIPMENT,12-178,Vehicle,1012,"Keystone RV Company (Keystone) is recalling certain model year 2010-2012 Cougar 26SAB and 29RES recreational vehicles manufactured from October 5, 2009, through October 24, 2011. The rear bumper, which holds the spare tire assembly, may experience metal fatigue causing the spare tire to separate from the vehicle.","Over time, the bumper may fail and/or separate from the vehicle, increasing the risk of personal injury and property damage.","Keystone will notify owners, and dealers will install a reinforcement kit free of charge. The safety recall began on September 28, 2012. Owners may contact Keystone at 1-866-425-4369." -07/26/2012,12V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V353000),Ford Motor Company,Speed Control Cable Connector Interference,ENGINE AND ENGINE COOLING,12S37,Vehicle,529719,"Ford Motor Company is recalling certain model year 2001 through 2004 Escape vehicles equipped with 3.0L V6 engines and speed control manufactured from October 22, 1999, through January 23, 2004. Inadequate clearance between the engine cover and the speed control cable connector could result in a stuck throttle when the accelerator pedal is fully or almost-fully depressed. This risk exists regardless of whether or not speed control (cruise control) is used.","A stuck throttle may result in very high vehicle speeds and make it difficult to stop or slow the vehicle, which could cause a crash, serious injury or death.","Ford will notify owners, and dealers will repair the vehicles by increasing the engine cover clearance, free of charge. The safety recall began August 3, 2012. Remedy parts are expected to be available in mid-August 2012. Until then dealers will disconnect the speed control cable as an interim remedy, if parts are not available at the time of an owner's service appointment. Owners may contact Ford at 1-866-436-7332." -07/25/2012,12V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V382000),THOR INDUSTRIES,Atwood Furnaces/Gas Control Valve,EQUIPMENT,NR (Not Reported),Vehicle,1017,"Dutchmen is recalling certain model year 2010 through 2013 Breckenridge brand travel trailers manufactured from May 26, 2009, through May 2, 2012, and equipped with Atwood Mobile Products (Atwood) furnaces. The furnaces were produced with a defective gas control valve which can stick in the open position.","If the gas valve sticks in the open position, gas could leak out and, in the presence of an ignition source, result in a fire.","Dutchmen will notify owners, and dealers will repair the furnaces, free of charge. The safety recall began on August 17, 2012. Owners may contact Breckenridge Warranty Service Department at 1-800-223-2376." -07/25/2012,12V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V362000),"Corp. Micro Bird, Inc.",BUS ROOF ESCAPE HATCH/FMVSS 217,STRUCTURE,12-053-RHU,Vehicle,11,"Corp. Micro Bird, Inc. (Micro Bird) is recalling certain model year 2011 and 2012 Micro Bird G5 school buses manufactured from April 1, 2011, through June 26, 2012, equipped with ProLo roof escape hatches made by Specialty Manufacturing, Incorporated. Increased friction between the rear plate assemblies, p/no. 009327, and the nylon rear pop-up support, p/no. 008956, may result in an opening force of the ProLo roof hatches that exceeds Federal standard requirements. Thus, these hatches fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, egress of the bus may be hindered possibly resulting in injury to the vehicle occupants.","Micro Bird will notify owners. Specialty Manufacturing, Inc.(SMI) will provide service kits along with repair instructions to dealers and owners, free of charge. The safety recall began on July 31, 2012. Owners may contact Micro Bird at 1-819-477-2012 or SMI at 1-800-951-7867." -07/25/2012,12V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V359000),Blue Bird Body Company,Mismatched Driver's Seat Belt Buckles,SEAT BELTS,R12VH,Vehicle,726,"Blue Bird is recalling model year 2013 All American and Vision school buses manufactured from April 30, 2012, through June 23, 2012. Driver's seat belts may have been inadvertently installed with mismatched buckles which fails to conform to the requirements of Federal Motor Vehicle Safety Standard No. 209, ""Seat Belt Assemblies."" The latch plate (tongue) on one style buckle may mate up to another style buckle receiver, but the latch plate may not be properly engaged.","Should this condition occur, the seat occupant may not be properly restrained and could be injured in an accident or sudden stop.","Blue Bird will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 23, 2012. Owners may contact Blue Bird at 1-478-822-2242." -07/25/2012,12V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V360000),Blue Bird Body Company,Mismatched Driver's Seat Belt Buckles,SEAT BELTS,R12VH,Vehicle,23,"Blue Bird is recalling model year 2013 All American and Vision non-school buses manufactured from April 30, 2012, through June 23, 2012. Driver's seat belts may have been inadvertently installed with mismatched buckles. The latch plate (tongue) on one style buckle may mate up to another style buckle receiver but the latch plate may not be properly engaged. Therefore, they fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 209, ""Seat Belt Assemblies.""","Should this condition occur, the seat occupant may not be properly restrained and could be injured in an accident or sudden stop.","Blue Bird will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 23, 2012. Owners may contact Blue Bird at 1-478-822-2242." -07/25/2012,12V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V354000),Hyundai Motor America,Occupant Classification Systems,AIR BAGS,105,Vehicle,199118,"Hyundai is recalling certain model year 2007 through 2009 Santa Fe vehicles manufactured from April 19, 2006, through July 7, 2008. The occupant classification system (OCS) may need recalibration to accurately detect small statured adults.","Improper classification or detection may cause the front passenger airbag not to deploy in the event of a crash, increasing the risk of injury to the front passenger.","Hyundai will notify owners, and dealers will update the classification software free of charge. The safety recall began on September 7, 2012. Owners may contact Hyundai at 1-800-633-5151." -07/25/2012,12T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T019000),"Michelin North America, Inc.",Tread/Belt Separation,TIRES,NR (Not Reported),Tire,799900,"BF Goodrich Commercial T/A A/S and Uniroyal Laredo HD/H tires are being recalled, sizes LT235/85R16 120 Q Load Range E and LT245/75R16 120 Q Load Range E. These tires may develop a separation at the tread/belt edge.",Tread/belt separation of the tire while the vehicle is in use can result in rapid air loss which may increase the risk of a vehicle crash.,"Owners will be notified by BF Goodrich and Uniroyal, and dealers will replace the affected tires free of charge. The safety recall began on August 6, 2012. Owners may contact the Tire Consumer Care line at 1-800-637-5527." -07/25/2012,12V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V356000),THOR INDUSTRIES,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2215,"Eldorado National - Kansas (Eldorado) is recalling certain model year 2007 through 2011 Aerotech, Aerolite, Aero Elite, and Transtech buses equipped with Braun Century-2 and Vista-2 wheelchair lifts. Over time, and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Eldorado will notify owners, and dealers will repair vehicles free of charge. The safety recall began on September 14, 2012. Owners may contact Eldorado at 1-800-955-9086 ot Braun at 1-800-488-0359." -07/24/2012,12V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V350000),THOR INDUSTRIES,Atwood Furnaces/Gas Control Valve,EQUIPMENT,NR (Not Reported),Vehicle,223,"Crossroads is recalling certain model year 2010 and 2011 Hampton travel trailers manufactured from June 11, 2009, through November 2, 2010, equipped with Atwood Mobile Products (Atwood) furnaces. The furnaces were produced with a defective gas control valve which can stick in the open position.","If the gas valve sticks in the open position, gas could leak out and, in the presence of an ignition source, result in a fire.","Crossroads will notify owners, and dealers will repair the furnaces, free of charge. The safety recall began on August 17, 2012. Owners may contact Crossroads Warranty Service Department at 1-855-226-7496." -07/24/2012,12V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V352000),Hyundai Motor America,Curtain Airbag Uncommanded Deployment,AIR BAGS,106,Vehicle,29767,"Hyundai is recalling certain model year 2012-2013 Hyundai Sonata passenger cars, manufactured from January 24, 2012, through June 21, 2012. The curtain side airbags on these vehicles may inflate without deployment command due to an error during manufacturing.","The curtain airbag may inflate without deployment command and increase the risk of injury to occupants of the vehicle. Additionally, an unexpected deployment would be a significant driver distraction and would limit the driver's visibility, increasing the risk of a crash.","Hyundai dealers will notify owners, and dealers will replace the curtain side airbags free of charge. This recall began on August 31, 2012. Owners may contact Hyundai at 1-800-633-5151." -07/24/2012,12V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V358000),"Daimler Trucks North America, LLC",Front Axle Knuckles,SUSPENSION,FL-629,Vehicle,2,"Daimler Trucks North America (DTNA) is recalling two model year 2013 Saf-T-Liner C2 Thomas Built school buses manufactured from April 18, 2012, through May 11, 2012, and equipped with Detroit Axle brand front axle knuckles. The front knuckles on these vehicles may have a machining error in the wheel bearing area which may lead to premature spindle failure.","If the spindle fails, the wheel may separate from the knuckle, resulting in loss of vehicle control, increasing the risk of a crash.","DTNA will notify owners, and dealers will inspect and replace the affected components, free of charge. The recall began on August 10, 2012. Owners may contact Daimler Trucks North America toll free at 1-800-547-0712." -07/24/2012,12V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V349000),Blue Bird Body Company,Hydraulic Brake Indicator Light,ELECTRICAL SYSTEM,R12VG,Vehicle,19,"Blue Bird is recalling certain model year 2013 Vision school buses manufactured from May 10, 2012, through June 7, 2012. The electronic module that activates the hydraulic brake pressure indicator light on the dash instrument panel when there is little, or no, pressure in the hydraulic brake system may have been omitted during manufacturing. Therefore, these buses fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 105, ""Hydraulic and Electric Brake Systems,"" Section 5.3 ""Brake System Indicator Lamps"".","In the event that a loss of pressure occurs in the hydraulic brake system and the brake pressure monitor does not activate, the operator of the bus may not be aware of the subsequent reduced braking capacity which could result in a vehicle crash with potential for personal injury and/or property damage.","Blue Bird will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 9, 2012. Owners may contact Blue Bird at 1-478-822-2242." -07/23/2012,12V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V348000),Elkhart Coach,BUS ROOF ESCAPE HATCH/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,2,"Elkhart Coach is recalling certain model year 2011 and 2012 transit buses, models 9215-0200 and 9250-0700, equipped with ProLo bus roof escape hatches. Increased friction between the rear plate assemblies, may result in an opening force of the ProLo roof hatches that exceeds Federal standard requirements. Thus, these hatches fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, a noncompliant hatch may not provide a means of readily accessible egress, increasing the risk of injury to the vehicle occupants.","Elkhart Coach will notify the owners, and these buses will be repaired free of charge. The safety recall began during July 2012. Owners may contact Elkhart at 1-574-264-5179." -07/23/2012,12V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V347000),"Jayco, Inc.",Transfer Switch,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,908,"Jayco is recalling certain model year 2007 Greyhawk Class C motorhomes; model year 2008 and 2010 Seneca Class C motorhomes; model year 2009 and 2011 Eagle Fifth-wheel; 2010 Recon fifth-wheel; and model year 2008-2010 Designer fifth wheel vehicles manufactured from June 15, 2006, through August 13, 2010 for an improper electrical connection at the buss bar on the Iota-brand transfer switches installed in the vehicles.","An improper electrical connection at the buss bar could lead to overheating and melting of the transfer switch, increasing the risk of a fire, injury or death.","Jayco will notify owners, and dealers will replace the transfer switch, free of charge. The safety recall began on August 31, 2012. Owners may contact Jayco at 1-800-283-8267." -07/20/2012,12V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V343000),"Kawasaki Motors Corp., U.S.A.",Brake Pedal and Guard Gap,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13289,"Kawasaki is recalling certain model year 2008-2012 Concours 14 (ZG1400 A/B/C/D) motorcycles. Due to a gap between the brake pedal and guard, small stone or debris can become trapped, creating a brake drag. This can cause the rear brake to overheat, leading to rear brake damage and lock-up or failure of the rear brakes. The front brakes may also be affected on ZG1400C models.","If the brakes lock up or fail, there is an increased risk of a crash.","Kawasaki will notify owners, and dealers will replace the rear master cylinder rod end and remove the brake guard (if installed), free of charge. The safety recall began on July 37, 2012. Owners may contact Kawasaki at 1-866-802-9381." -07/19/2012,12V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V346000),Collins Bus Corporation,Double Out Door Hardware/drawstrings could catch,STRUCTURE,NR (Not Reported),Vehicle,171,"Collins is recalling certain model year 2012 Collins, Mid-Bus, or Corbeil SL, SH, DH, and DE model school and multi-function school activity buses manufacturer from March 12, 2012, through July 3, 2012. When the Double Out Door is open, there is potential for a drawstring of a backpack or an article of clothing to become entangled in a gap at the door bracket or support hardware as a passenger is exiting the bus.","If a drawstring or any other article of clothing worn by a passenger is entangled or snagged by the handrail, the bus operator may not be aware that the passenger is caught and could move the bus, potentially pulling the passenger under the wheels. This situation could lead to injury or even death.","Collins will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 16, 2012. Owners may contact Collins at 1-800-533-1850." -07/19/2012,12E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E027000),"Idle Free Systems, Inc.",Electric APU,EQUIPMENT,NR (Not Reported),Equipment,36,"Idle Free Systems, Inc. (IFS) is recalling certain auxiliary power units (APU), model MT-HR-H-06, manufactured from February 2010 through December 2011 and installed as aftermarket equipment on heavy trucks. The APU captures excess energy produced by the truck's alternator. This energy is converted to electricity which can be used to power A/C and heat systems in the truck's cab.","The battery separator contained in the APU could experience an internal circuit board capacitor failure, which could result in a fire.",IFS will notify owners and the battery separator will be replaced free of charge. The safety recall began during August 2012. Owners may contact IFS at 1-920-206-9333. -07/19/2012,12V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V342000),Collins Bus Corporation,Electrical Control Panel can fall,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,196,"Collins is recalling certain model year 2012 Collins, Mid-Bus, and Corbeil SL, SH, DH, and DE model school and multi-function school activity buses manufactured from March 12, 2012, through July 2, 2012. The electrical panel cover above the driver may not be adequately secured. Vibration can cause the designed disks to lose grip and release the cover without warning.","The panel could fall and injure or distract the driver, leading to a crash.","Collins will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 13, 2012. Owners may contact Collins at 1-800-533-1850." -07/19/2012,12V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V340000),Collins Bus Corporation,Emergency egress windows/FMVSS 217,VISIBILITY,NR (Not Reported),Vehicle,1429,"Collins is recalling certain model year 2012 Collins, Mid-Bus, or Corbeil SL, SH, DH, and DE model school and multi-function school activity buses manufacturer from March 15, 2012, through October 30, 2012, equipped with Spectal split sash emergency egress windows. The split sash windows fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release."" The windows may have an improperly installed retainer bar, insufficient strength of the egress window latch connecting rod, and/or missing or failed window fasteners.","In the event of a crash, vehicle occupants may not be able to exit the bus, increasing the risk of injury. If all the fasteners on a single retaining bar failed, the window would not remain secured to the bus, creating a risk of injury for passengers or persons outside of the bus.","Collins will notify owners, and dealers will repair the buses free of charge. The safety recall began during September 2012. Owners may contact Collins at 1-800-533-1850." -07/19/2012,12V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V338000),Honda (American Honda Motor Co.),FRONT DOOR LATCHES,LATCHES/LOCKS/LINKAGES,S45/46/47,Vehicle,172837,"Honda is recalling certain model year 2012 Honda CR-V and model year 2013 Acura ILX vehicles. If the manual or power door lock is activated while an interior front door handle is being operated by an occupant, the cable connecting the interior door handle to the door latch mechanism may become loose and move out of position. There is a possibility that the cable can move far enough out of position to prevent the door from properly latching.","If the door is not fully latched, the door may open while driving or in a crash, increasing the risk of personal injury to the vehicle occupants.","Honda will notify owners, and dealers will replace the front door latch assemblies in the affected vehicles, free of charge. Additionally, the interior front door handles in certain Honda CR-Vs will also be replaced, free of charge. The safety recall is expected to begin on, or about, August 16, 2012. Owners may contact Honda customer service at 1-800-999-1009." -07/19/2012,12V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V345000),Collins Bus Corporation,Seat Bolt Fuel Filler Interference,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,598,"Collins is recalling certain model year 2012 Collins, Corbeil, and Mid-Bus school bus and multi-function school activity buses, models SL400, SH400, DH400, DH416 with 139"" wheel base and two-passenger seat set at 24, 25, 26, 27, or 28"" hip to knee spacing and three-passenger seat set at 24, 25, or 26"" hip to knee spacing and model year 2012 DH500 and DH516 with 159"" wheel base and two-passenger seat set at 28 or 29"" hip to knee spacing and three-passenger seat set at 27, 28, or 29"" hip to knee spacing. These buses were manufactured from March 12, 2012, through September 20, 2012. In some floor plans on these models of buses, there is the possibility that the fuel filler hose was damaged during seat or seat track installation or that a seat bolt and/or the seat bolt bracket interferes with the routing of the fuel fill hose. The fuel fill hose runs from the exterior of the bus, through a housing in the bus, then under the bus and toward the fuel tank. Some floor plans have a seat or track bolt that comes through the floor near the area where the hose crosses the chassis frame. In addition to possible damage during installation, there is a chance that the bolt or the bracket can abrade or puncture the hose in this area.","If the integrity of this hose is breached, fuel could spill. In the case of gasoline or diesel vehicle, fuel could spill during fueling operations or in the event of a crash, increasing the risk of a fire. In the case of a propane vehicle, propane gas could be released during fueling operations (check valves prevent release from the tanks) creating the risk of a fire during filling.","Collins will notify owners, and dealers will repair the buses free of charge. The safety recall began on August 13, 2012. Owners may contact Collins at 1-800-533-1850." -07/19/2012,12V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V339000),"Navistar, Inc.",Wheel Cracks,WHEELS,12521,Vehicle,16,"Navistar is recalling certain model year 2010-2011 International Lonestar vehicles, manufactured from January 29, 2009, through February 21, 2011 and equipped with the Harley Davidson option package with feature codes 27DRV and 28DRV. Over time, due to corrosion and fatigue, the wheels may crack, resulting in possible wheel separation from the vehicle.","If this occurs, the driver may lose control of the vehicle, increasing the risk of a crash.","Navistar will notify owners, and dealers will replace the affected wheels, free of charge. The safety recall began on September 7, 2012. Owners may contact Navistar at 1-260-461-1890." -07/19/2012,12V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V344000),Double K Inc.,Wheelchair Lift/Outer Roll Stop Latching Mechanism,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"Double K is recalling certain model year 2007-2009 Hometown Trolley Villager and model year 2009 Hometown Trolley Mainstreet vehicles equipped with a Braun Vista-2 or Century-2 wheelchair lift. Over time and with frequent use, the roll stop latches on the outer barrier may become bent or misaligned.","A wheelchair occupant may defeat or ride over the insufficiently latched roll stop. If this occurs when the lift platform is in an elevated position, the wheelchair's occupant could fall and sustain injury.","Double K will notify owners, and the repairs will be performed by authorized Braun dealers free of charge. The safety recall is expected to begin during september 2012. Owners may contact Double K at 1-478-822-2242." -07/18/2012,12V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V335000),TEXAS PRIDE TRAILERS,E/H BRAKE ACTUATOR,EQUIPMENT,IB9 624,Vehicle,10,"Texas Pride Trailers (Texas Pride) is recalling certain model year 2012 DTFLB trailers, equipped with Dexter Axle brand electric/hydraulic (E/H) brake actuator pumps. Some of these pumps may not have been properly heat treated. This condition can cause premature wear of some critical components in these pumps which can render the unit inoperable.","The E/H brake actuator provides braking power to the trailer brakes. Failure of the actuator can result in the loss of braking effort by the trailer, increasing the risk of a crash.","Texas Pride will notify owners, and Dexter Axle dealers will replace the actuators, free of charge. The safety recall began on July 17, 2012. Owners may contact Texas Pride Trailers at 1-936-349-6038, or Dexter Axle at 1-800-400-2164." -07/18/2012,12V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V336000),Ford Motor Company,ENGINE COMPARTMENT FUEL LINE,"FUEL SYSTEM, GASOLINE",12S35,Vehicle,9320,"Ford is recalling certain model year 2013 Escape vehicles manufactured from October 5, 2011, through July 11, 2012, and equipped with a 1.6L engine. These vehicles have an engine compartment fuel line which may split, resulting in a leak.","If this leak occurs in the presence of an ignition source, there is an increased risk of a fire and/or personal injury.","Ford will notify and instruct owners to stop driving their vehicles and contact a Ford or Lincoln dealer to arrange pick-up of their vehicle. Customers will be provided with a rental vehicle if needed. The dealer will replace the engine compartment fuel line, free charge. The recall began on August 10, 2012. Owners may contact Ford at 1-866-436-7332." -07/18/2012,12V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V337000),Prevost Car (US) Inc.,POWER CABLE RUBBING PROTECTION,ELECTRICAL SYSTEM,SR12-26,Vehicle,293,"Prevost is recalling certain model year 2011-2013 X3-45 and XLII Entertainer Bus vehicles, manufactured from November 24, 2010, through July 3, 2012. The power cable may come in contact, or rub against sharp, abrasive edges.","If this occurs, a short-circuit, or fire may result, increasing the risk of personal injury.","Prevost will notify owners, and dealers will inspect and, as necessary, repair the power cables free of charge. The safety recall is expected to begin during August 2012. Owners may contact Prevost Car Inc., service department toll-free at 1-866-870-2046 or 1-418-831-2046." -07/16/2012,12V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V334000),Nova Bus (US) Inc.,Brake Valve Plunger,SERVICE BRAKES,CR1875A,Vehicle,15,"Nova Bus is recalling certain model year 2012 Nova LFS transit buses equipped with certain Bendix brake valves, treadle assemblies, and/or plunger kits.The brake valve plunger may fracture after brake application, resulting in reduced brake pedal angle and travel. This condition may limit the driver's ability to deliver full pressure from the foot brake valve. There is also the potential that the brake plunger could become lodged and prevent the release of the service brakes.","This condition could reduce braking ability and lead to loss of vehicle control, increasing the risk of a crash.","Nova Bus will notify owners and repair the vehicles that contain the brake valves, treadle assemblies, and plunger kits, free of charge. The safety recall began on August 7, 2012. Owners may contact Nova Bus at 1-800-350-6682 or Bendix at 1-440-329-9386." -07/16/2012,12V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V331000),"Volkswagen Group of America, Inc.",IMPROPER TIRES/FMVSS 110 AND 139,TIRES,44K8/W4,Vehicle,83,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2012 BEETLE VEHICLES. SOME VEHICLES MAY BE EQUIPPED WITH SUMMER TIRES THAT FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS 110 ""TIRE SELECTION AND RIMS"" AND 139 ""NEW PNEUMATIC TIRES FOR LIGHT VEHICLES.""","DUE TO AN ERROR AT THE FACTORY, THE AFFECTED VEHICLES WERE PRODUCED WITH SUMMER TIRES THAT ARE POSSIBLY NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS 110 ""TIRE SELECTION & RIMS"" AND 139 ""NEW PNEUMATIC TIRES FOR LIGHT VEHICLES."" IN ADDITION, CUSTOMERS MAY BE UNAWARE THAT THEIR VEHICLE IS EQUIPPED WITH SUMMER PERFORMANCE TIRES. SUMMER TIRES HAVE DIFFERENT GRIP AND PERFORMANCE CHARACTERISTICS. THESE ISSUES MAY LEAD TO AN INCREASED RISK OF A CRASH.","VOLKSWAGEN WILL NOTIFY OWNERS, AND REPLACE THE NONCOMPLIANT TIRES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 12, 2012. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -07/16/2012,12V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V341000),"Forest River, Inc.",Transfer Switch,EQUIPMENT,NR (Not Reported),Vehicle,1069,"Forest River is recalling certain model year 2005-2011 Berkshire and Charleston Motorhomes, equipped with an IOTA ITS-50R transfer switch. These switches may experience heat related failures when exposed to elevated electrical loads associated with RV use in higher ambient temperatures. The failure may lead to an increased risk of electrical damage to other appliances.","Continued use of the vehicle without replacing the transfer switch increases the risk of fire, personal injury, and property damage.","Forest River will notify owners, and dealers will replace the Iota ITS-50R transfer switch, free of charge. The recall began on July 11, 2012. Owners may contact Forest River at 1-574-295-8749." -07/16/2012,12V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V332000),PACCAR Incorporated,UPPER BUNK RESTRAINT BUCKLE,EQUIPMENT,12KWD/12KWE,Vehicle,21,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2013 KENWORTH T680 VEHICLES, MANUFACTURED FROM JANUARY 19, 2012, THROUGH MAY 15, 2012. THE UPPER BUNK RESTRAINT BELT AND BUCKLE ASSEMBLY MAY BE LESS THAN THE SPECIFIED STRENGTH.","IN THE EVENT OF A CRASH OR SUDDEN VEHICLE DECELERATION, AN UNEXPECTED UNLATCHING OF THE UPPER BUNK RESTRAINT HARNESS BUCKLE COULD OCCUR, INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT.","PACCAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE UPPER BUNK RESTRAINTS IN THE AFFECTED VEHICLES. THE SAFETY RECALL BEGAN ON AUGUST 20, 2012. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -07/16/2012,12V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V333000),PACCAR Incorporated,UPPER BUNK WARNING LABEL DEFORMATION,EQUIPMENT,12KWE,Vehicle,21,"Paccar is recalling certain model year 2013 Kenworth T680 vehicles, manufactured from January 19, 2012, through May 15, 2012. The warning label located on the front of the upper bunk may deform after installation, making the text unreadable.","If the warning label is not readable, the occupant may be unaware of the safety recommendations and be at an increased risk of personal injury in a crash or sudden vehicle deceleration.","Paccar will notify owners, and dealers will replace the warning label in the affected vehicles. The safety recall began on August 20, 2012. Owners may contact Kenworth at 1-425-828-5440." -07/12/2012,12V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V328000),"Nissan North America, Inc.",REAR SEAT LATCH STRIKER,SEATS,NR (Not Reported),Vehicle,11076,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 JUKE VEHICLES MANUFACTURED FROM FEBRUARY 3, 2012, THROUGH MAY 26, 2012. DUE TO AN INCOMPLETE WELD PENETRATION, THE REAR SEAT BACK STRIKER MAY PARTIALLY SEPARATE IN A CRASH.","IN THE EVENT OF A CRASH, THE REAR SEAT BACK MAY NOT BE SECURED, INCREASING THE RISK OF INJURY TO THE REAR SEAT OCCUPANTS.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AFFECTED SEAT BACK STRIKERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 20, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 1-800-647-7261." -07/12/2012,12V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V329000),"Porsche Cars North America, Inc.",Turbine Wheels,ENGINE AND ENGINE COOLING,AC04,Vehicle,270,"PORSCHE IS RECALLING CERTAIN MODEL YEAR 2011-2012 PANAMERA TURBO, 2012 PANAMERA TURBO S, AND 2012 CAYENNE TURBO VEHICLES. THE TURBINE WHEEL OF A TURBOCHARGER MAY FRACTURE DUE TO A CASTING DEFECT. IF A FRACTURE OCCURS, VEHICLE PERFORMANCE WILL BE DECREASED AND THE TURBINE SHAFT MAY FRACTURE.","IF THE SHAFT FRACTURES, OIL MAY BE DRAWN INTO THE EXHAUST SYSTEM, RESULTING IN SMOKE AND THE INCREASED RISK OF A FIRE.","PORSCHE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TURBINE WHEELS, FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2012. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -07/11/2012,12V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V330000),Turtle Top,BUS ROOF ESCAPE HATCH/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,361,"Turtle Top is recalling certain model year 2010 through 2012 commercial buses manufactured from April 1, 2011, through March 25, 2012, equipped with Specialty Manufacturing Inc. (SMI) Prolo roof hatches. Increased friction between the rear plate assemblies, p/no. 009327, and the nylon rear pop-up support, p/no. 008956, may result in an opening force of the Prolo roof hatches that exceeds federal standard requirements. Thus, these hatches fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 217, ""Bus Emergency Exits and Window Retention and Release.""","In the event of an emergency, passengers' exit from the bus may be hindered possibly resulting in injury to the vehicle occupants.","Turtle Top will notify owners. SMI will provide service kits along with repair instructions to dealers and owners, free of charge. The safety recall began on August 16, 2012. Owners may contact Turtle Top at 1-574-831-4349 or SMI at 1-800-951-7867." -07/11/2012,12E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E026000),DEERE & COMPANY,TURBOCHARGER/COMPRESSOR WHEEL FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,661,"DEERE & COMPANY IS RECALLING CERTAIN JOHN DEERE 8.1 LITER COMPRESSED NATURAL GAS ENGINES, MODEL NUMBER 6081HFN04, MANUFACTURED FROM JUNE 2002 THROUGH JANUARY 2008. FAILURES CAN OCCUR WITHIN THE ENGINE TURBOCHARGER. THE TURBINE OR COMPRESSOR WHEEL MAY FAIL, RESULTING IN SUBSEQUENT DAMAGE TO THE ENGINE AND/OR AN OIL LEAK.","FAILURE OF THE TURBINE OR COMPRESSOR WHEEL MAY RESULT IN SMOKE, FIRE AND STALLING.","THE REMEDY FOR THIS RECALL IS EXPECTED TO BECOME AVAILABLE IN MARCH 2013. NOTIFICATION TO VEHICLE MANUFACTURERS BEGAN ON SEPTEMBER 5, 2012." -07/10/2012,12V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V325000),Prevost Car (US) Inc.,FRONT SUSPENSION TORQUEING,SUSPENSION,SR12-25,Vehicle,8,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2013 X3-45 MOTOR COACHES, MANUFACTURED FROM MAY 4, 2012, THROUGH JULY 6, 2012. THE FRONT SUSPENSION RADIUS RODS MAY NOT BE PROPERLY TORQUED. AS A RESULT, THE RODS COULD DETACH.","IF THIS OCCURS, THE DRIVER MAY SUDDENLY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","PREVOST WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND RETORQUE THE FRONT SUSPENSION BOLTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 6, 2012. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT TOLL-FREE AT 1-866-870-2046 OR 1-418-831-2046." -07/10/2012,12V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V324000),"NABI Bus, LLC",STEERING PITMAN ARM,STEERING,20123,Vehicle,339,"NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING CERTAIN MODEL YEAR 2003-2011 45CLFW TRANSIT BUSES MANUFACTURED FROM JULY 1, 2003, THROUGH DECEMBER 1, 2011. THE VEHICLES MAY HAVE A LOOSE CONNECTION IN THE JOINT BETWEEN THE STEERING PITMAN ARM AND A TAPERED SPLINED SHAFT ON THE STEERING GEAR. THE SPLINES MAY WEAR OVER TIME RESULTING IN LOSS OF STEERING CONTROL.","A LOSS OF STEERING CONTROL COULD RESULT IN A CRASH, INCREASING THE RISK OF INJURY.","NABI WILL INSPECT AND REPAIR VEHICLES, AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 7, 2012. OWNERS MAY CONTACT NABI AT 1-256-831-4296." -07/09/2012,12V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V323000),Van Hool N.V.,DRIVERS SEAT/FMVSS 207,SEATS,P698,Vehicle,152,"Van Hool is recalling certain model year 2011-2012 TD925 motorcoaches. For the driver's seat, an incorrect riser and floor adapter plate was installed in vehicles during production. Thus, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 207, ""Seating Systems.""","In the event of a crash, there is an increased risk of injury to the seat occupant.","Van Hool will notify owners via its dealer ABC Bus Inc. and replace the riser and floor adapter plates free of charge. The recall began on November 15, 2012. Owners may contact the warranty administrator for ABC Bus, Inc. toll free at 1-877-427-7278." -07/09/2012,12V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V321000),Glaval Bus,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,381,"GLAVAL IS RECALLING CERTAIN BUSES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","GLAVAL WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. OWNERS MAY CONTACT GLAVAL BUS AT 1-800-347-7440." -07/06/2012,12V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V315000),Prevost Car (US) Inc.,JUMP STARTING POSITIVE TERMINAL BLOCK CABLE,ELECTRICAL SYSTEM,SR12-24,Vehicle,428,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2007-2009 X3-45 COACHES EQUIPPED WITH VOLVO D13 ENGINES. THE JUMP-START POSITIVE TERMINAL BLOCK CABLE MAY BE MISSING A PROTECTIVE SLEEVE, WHICH MAY ALLOW A SHORT-CIRCUIT IF IT CONTACTS OTHER VEHICLE STRUCTURES.","IF A SHORT-CIRCUIT OCCURS, THERE IS AN INCREASED RISK OF FIRE.","PREVOST WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE CABLE AND, AS NECESSARY, ADD PROTECTIVE TUBING FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2012. OWNERS MAY CONTACT PREVOST AT 1-418-883-2888." -07/06/2012,12V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V319000),Ford Motor Company,PEDAL PACKAGE CLEARANCE VARIATION,"SERVICE BRAKES, HYDRAULIC",12S34,Vehicle,8266,"FORD IS RECALLING CERTAIN MODEL YEAR 2013 ESCAPE VEHICLES MANUFACTURED FROM MARCH 8, 2012 THROUGH JUNE 7, 2012. DUE TO MIS-POSITIONED CARPET PADDING THE CENTER CONSOLE TRIM PANEL MAY BE PUSHED OUTBOARD OF THE INTENDED POSITION, REDUCING CLEARANCE RELATIVE TO THE PEDAL PACKAGE.","THE REDUCED CLEARANCE MAY RESULT IN THE DRIVER�S FOOT CONTACTING THE SIDE OF THE BRAKE PEDAL WHILE TRANSFERRING THE FOOT FROM THE ACCELERATOR PEDAL TO THE BRAKE PEDAL, INCREASING STOPPING DISTANCES AND THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE THE CARPET PADDING AND LEFT-SIDE CONSOLE TRIM PANEL REPLACED WITH A NEW PANEL, FREE OF CHARGE. THE RECALL BEGAN ON JULY 20, 2012. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -07/06/2012,12V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V317000),"Volvo Car USA, LLC",TRANSMISSION CONTROL MODULE SOFTWARE,POWER TRAIN,255,Vehicle,1469,VOLVO IS RECALLING CERTAIN MODEL YEAR 2011-2013 S80 VEHICLES. A SOFTWARE ERROR MAY PREVENT THE TRANSMISSION FROM DOWNSHIFTING SUCH AS SHIFTING FROM FIFTH TO FOURTH GEAR WHEN COASTING.,"THIS MAY RESULT IN DECREASED ENGINE RPMS AND POSSIBLE ENGINE STALL, INCREASING THE RISK OF A CRASH.","VOLVO WILL NOTIFY OWNERS, AND DEALERS WILL UPGRADE THE SOFTWARE TO THE TRANSMISSION CONTROL MODULE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 10, 2012. OWNERS MAY CONTACT VOLVO CARS AT 1-800-458-1552." -07/06/2012,12V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V318000),Ford Motor Company,WINDSHIELD PRIMER,VISIBILITY,12S33,Vehicle,783,"FORD IS RECALLING CERTAIN MODEL YEAR 2012 F-650 AND F-750 VEHICLES MANUFACTURED FROM FEBRUARY 1, 2012 THROUGH MARCH 16, 2012. THE CLEAR AND BLACK PRIMER MAY BE MISSING ON CERTAIN WINDSHIELDS WHICH MAY RESULT IN AN INSUFFICIENT BOND BETWEEN THE GLASS AND CAB STRUCTURE.","AN INSUFFICIENT BOND MAY RESULT IN A SEPARATION OF THE WINDSHIELD FROM THE CAB, INCREASING THE RISK OF PERSONAL INJURY OR DEATH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE AND INSPECT THE WINDSHIELD FOR URETHANE ADHESION, AND REPLACE OR REINSTALL THE WINDSHIELD AS REQUIRED, FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2012. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -07/05/2012,12V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V314000),"Navistar, Inc.",HYDRAULIC BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"NAVISTAR IS RECALLING ONE MODEL YEAR 2008 SAFARI SIMBA DIESEL RECREATIONAL VEHICLE MANUFACTURED ON JUNE 29, 2007, EQUIPPED WITH BOSCH HYDRAULIC BRAKES. HYDRAULIC BRAKE EQUIPPED MOTORHOME CHASSIS EXPOSED TO LONG PERIODS OF TIME OF NON-DRIVING MAY EXPERIENCE DIAMETRICAL BRAKE CALIPER PISTON GROWTH AND REDUCED PISTON TO BORE CLEARANCE POTENTIALLY LEADING TO BRAKE DRAG AND OVERHEATING RESULTING IN REDUCED BRAKE PERFORMANCE.",REDUCED BRAKE PERFORMANCE MAY LEAD TO AN INCREASED RISK OF A CRASH.,"NAVISTAR WILL NOTIFY THE OWNER, AND AN AUTHORIZED DAIMLER TRUCKS NORTH AMERICA (DTNA) DEALER WILL INSPECT AND, AS NECESSARY, REPLACE THE BRAKE CALIPERS, FREE OF CHARGE. AN INTERIM LETTER WAS MAILED TO THE OWNER BY DTNA ON AUGUST 6, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -07/05/2012,12V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V313000),Prevost Car (US) Inc.,PASSENGER SEATS,SEATS,SR12-61,Vehicle,165,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2009-2011 VOLVO 9700 TRANSIT BUSES. DURING PRODUCTION, THE PASSENGER SEAT WALL MOUNTING TRACKS MAY HAVE NOT BEEN PROPERLY SECURED TO THE STRUCTURE.","IN THE EVENT OF A CRASH, THERE IS AN INCREASED RISK OF PERSONAL INJURY TO PASSENGERS.","VOLVO BUS WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND REPAIR THE PASSENGER SEAT WALL TRACKS FREE OF CHARGE. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT TOLL-FREE AT 1-866-870-2046 OR 1-418-831-2046." -07/05/2012,12V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V316000),COLUMBUS CAR AUDIO,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,333,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY COLUMBUS CAR AUDIO ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO DETAILER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT HTTP://WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -07/03/2012,12V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V312000),Entegra Coach,WINDSHIELD WIPER ARM,VISIBILITY,NR (Not Reported),Vehicle,232,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2011-2013 ANTHEM AND ASPIRE AND MODEL YEAR 2012-2013 CORNERSTONE MOTOR HOMES MANUFACTURED FROM APRIL 19, 2011, THROUGH JUNE 22, 2012. THE WINDSHIELD WIPER ARM CAN DETACH FROM THE VEHICLE.","IF THIS OCCURS, THE DRIVER'S VISIBILITY CAN BE REDUCED, INCREASING THE RISK OF A CRASH.","ENTEGRA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE SHAFT ATTACHING THE ARM TO THE WIPER LINKAGE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 26, 2012. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787." -07/02/2012,12V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V309000),Prevost Car (US) Inc.,AUTOMATIC FIRE DETECTION AND SUPPRESSION SYSTEM,EQUIPMENT,SR12-20,Vehicle,98,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2008-2010 H3-45, MODEL YEAR 2009-2010 X3-45, AND MODEL YEAR 2009 MTH XLII-45E VEHICLES, ALL EQUIPPED WITH VOLVO D13 ENGINES AND AN AUTOMATIC FIRE DETECTION AND SUPPRESSION SYSTEM (AFSS) . THE AFSS LINEAR THERMAL DETECTOR MAY COME IN CONTACT OR RUB AGAINST BRACKETS OR CLAMPS.","IF THIS OCCURS, THE AFSS MAY ACTIVATE WITH NO FIRE PRESENT AND THE STOP ENGINE FEATURE WILL BE ACTIVATED, BRINGING THE VEHICLE TO AN UNPLANNED STOP, INCREASING THE RISK OF A CRASH.","PREVOST WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND SECURE THE LINEAR THERMAL DETECTOR, FREE OF CHARGE. THE SAFETY RECALL BEGAN IN JULY 2012. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT TOLL-FREE AT 1-866-870-2046 OR 1-418-831-2046." -07/02/2012,12V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V310000),Zero Motorcycles Inc.,BATTERY CIRCUIT BOARD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,254,"ZERO MOTORCYCLES, INC. (ZERO) IS RECALLING CERTAIN MODEL YEAR 2012 S, DS, X, XU, AND XU-LSM MOTORCYCLES. INSUFFICIENT WEATHERPROOFING MAY CAUSE A SHORT CIRCUIT OF THE BATTERY MANAGEMENT SYSTEM WHEN SUBJECTED TO WET CONDITIONS, RESULTING IN THE MOTORCYCLE INADVERTENTLY LOSING POWER.",SUDDEN LOSS OF POWER CAN LEAD TO A CRASH AND POTENTIAL INJURY OR DEATH TO THE RIDER.,"ZERO WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 31, 2012. OWNERS MAY CONTACT ZERO MOTORCYCLES, INC. AT 1-888-786-9376." -07/02/2012,12V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V308000),"Mack Trucks, Inc.",WINDSHIELD WIPER LINKAGE HARDWARE,VISIBILITY,SC3064,Vehicle,1174,"MACK IS RECALLING CERTAIN MODEL YEAR 2012 CHU, CXU, AND GU VEHICLES, MANUFACTURED FROM OCTOBER 10, 2011, THROUGH NOVEMBER 17, 2011. HARDWARE USED TO SECURE THE WINDSHIELD WIPER LINKAGE TO THE WIPER MOTOR MAY NOT BE SUFFICIENTLY TORQUED, AND MAY CAUSE THE WINDSHIELD WIPER LINKAGE TO DETACH FROM THE WIPER MOTOR. AS A RESULT, THE WINDSHIELD WIPERS WILL NOT FUNCTION.","IF THIS OCCURS, UNDER CERTAIN DRIVING CONDITIONS THE DRIVER'S VISIBILITY WILL BE REDUCED, INCREASING THE RISK OF A CRASH.","MACK WILL NOTIFY OWNERS, AND REPLACE THE HARDWARE ON AFFECTED VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2012. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -06/29/2012,12V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V306000),Isuzu Motors Limited,REAR SUSPENSION LOWER LINK BRACKET CORROSION,SUSPENSION,NR (Not Reported),Vehicle,14756,"ISUZU IS RECALLING CERTAIN MODEL YEAR 1998-2000 AMIGO AND MODEL YEAR 2001-2002 RODEO SPORT VEHICLES, THAT WERE ORIGINALLY SOLD, OR ARE CURRENTLY REGISTERED, IN THE STATES OF MAINE, NEW HAMPSHIRE, VERMONT, MASSACHUSETTS, RHODE ISLAND, CONNECTICUT, NEW YORK, NEW JERSEY, PENNSYLVANIA, DELAWARE, MARYLAND, THE DISTRICT OF COLUMBIA, WEST VIRGINIA, OHIO, INDIANA, MICHIGAN, ILLINOIS, WISCONSIN, MINNESOTA, IOWA, MISSOURI, AND KENTUCKY. THESE VEHICLES MAY EXPERIENCE EXCESSIVE CORROSION IN THE VICINITY OF THE FORWARD MOUNTING POINT BRACKET FOR THE LEFT OR RIGHT REAR SUSPENSION LOWER LINK.","EXCESSIVE CORROSION MAY RESULT IN THE LEFT OR RIGHT REAR SUSPENSION LOWER LINK BRACKET BECOMING DETACHED FROM THE FRAME, WHICH CAN AFFECT VEHICLE HANDLING AND INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR SUSPENSION LOWER LINK BRACKET AREA. FOR VEHICLES IN WHICH LITTLE OR NO CORROSION IS FOUND, THE AREA WILL BE TREATED WITH AN ANTI-CORROSIVE COMPOUND. FOR VEHICLES IN WHICH CORROSION HAS DAMAGED THE REAR SUSPENSION LOWER LINK BRACKET AND AFFECTED ITS CONNECTION TO THE VEHICLE FRAME, A REINFORCEMENT BRACKET WILL BE INSTALLED. IN THE RARE EVENT THE CORROSION IS SO SEVERE THAT THE REINFORCEMENT BRACKET REMEDY WOULD NOT BE APPROPRIATE, ISUZU WILL OFFER TO REPURCHASE THE VEHICLE FOR AN AMOUNT BASED ON THE KELLEY BLUE BOOK �PRIVATE PARTY� PRICE. ALL INSPECTIONS AND REMEDIES WILL BE PROVIDED FREE OF CHARGE FOR VEHICLES THAT ARE 10 YEARS OLD OR LESS. FOR VEHICLES OLDER THAN 10 YEARS, ISUZU WILL OFFER A FREE REMEDY, BUT ONLY IF THE VEHICLE IS PRESENTED TO AN ISUZU SERVICE FACILITY DEALER WITHIN 12 MONTHS OF WHEN OWNER NOTIFICATIONS WERE ISSUED. THE RECALL BEGAN DURING JULY 2012. ISUZU OWNERS MAY CONTACT ISUZU AT 1-800-255-6727." -06/29/2012,12E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E025000),THUNDERBIRD HEADQUARTERS,AFTERMARKET BRAKE HOSES/FMVSS 106,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,542,"THUNDERBIRD HEADQUARTERS (THUNDERBIRD HQ) IS RECALLING CERTAIN BRAKE HOSES, PART NUMBERS 2078/9, 2078A, 2282, B2078AA, B2078B, B2078C, B2282A, B2282B, AND B2282C SOLD AS SERVICE PARTS FOR CERTAIN MODEL YEAR 1955 THROUGH 1966 FORD THUNDERBIRD VEHICLES. THESE HOSES FAIL TO CONFORM TO THE CRIMPING AND DIAMETER REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES.""","THESE ISSUES CAN RESULT IN A BRAKE FLUID LEAK AND LOSS OF BRAKING CAPABILITY, INCREASING THE RISK OF A VEHICLE CRASH.","THUNDERBIRD HQ WILL NOTIFY KNOWN PURCHASERS OF THE SUBJECT BRAKE HOSES AND REPLACE ANY AFFECTED HOSES WITH COMPLIANT HOSES AT NO CHARGE TO THE OWNERS. THE SAFETY RECALL BEGAN ON SEPTEMBER 22, 2012. OWNERS MAY CONTACT THUNDERBIRD HQ AT 1-925-825-9550." -06/29/2012,12V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V307000),Zero Motorcycles Inc.,BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,450,"ZERO MOTORCYCLES, INC. (ZERO) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 S, XU, AND DS MOTORCYCLES, MODEL YEAR 2011 MXD, AND XD MOTORCYCLES AND 2012 X MOTORCYCLES. THE BRAKE LIGHT SWITCH AT THE FRONT BRAKE LEVER MAY NOT ACTIVATE UNTIL SIGNIFICANT BRAKE LEVER TRAVEL OCCURS.","THE BRAKE LIGHT MAY NOT ACTIVATE WHEN A MODERATE AMOUNT OF FRONT BRAKE IS APPLIED. AS SUCH, MOTORISTS TRAVELING BEHIND THE MOTORCYCLE MAY NOT BE ALERTED WHEN AN AFFECTED MOTORCYCLE IS SLOWING DOWN, WHICH COULD LEAD TO A POSSIBLE CRASH AND POTENTIAL INJURY OR DEATH TO THE RIDER.","ZERO WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FRONT BRAKE SYSTEM BRAKE-LIGHT SWITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2012. OWNERS MAY CONTACT ZERO MOTORCYCLES AT 1-831-438-3500." -06/29/2012,12V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V305000),Toyota Motor Engineering & Manufacturing,FLOOR MAT INTERFERENCE W/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,90L,Vehicle,164601,"Toyota is recalling certain model year 2010 Lexus RX350 and RX450h vehicles, manufactured from November 28, 2008, through September 1, 2010, and model year 2008 through 2011 Toyota Land Cruiser vehicles manufactured from September 1, 2007, through September 5, 2011. In July 2012, Toyota filed a defect report to recall certain model year 2010 Lexus RX350 and RX450h vehicles. In November 2012, Toyota informed the agency that it was including an additional 10,565 vehicles including certain model year 2008 through 2011 Toyota Land Cruiser vehicles. The total number of vehicles being recalled is now 164,601. The accelerator pedal can get stuck in the wide open position due to its being trapped by an unsecured or incompatible driver's floor mat.","A stuck open accelerator pedal may result in very high vehicle speeds and make it difficult to stop the vehicle, which could cause a crash, serious injury or death.",Toyota and Lexus will notify owners of affected vehicles and dealers will modify or replace the accelerator pedal and replace any driver's floor mat not specified for the vehicle. Owners of the Lexus vehicles were notified during August 2012. Toyota has not yet provided a notification schedule for the additional Land Cruiser vehicles. Owners may contact Toyota Customer Experience Center at 1-800-331-4331 or Lexus at 1-800-255-3987. -06/29/2012,12V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V311000),Pierce Manufacturing,HIGH PRESSURE FUEL LINE SUPPORT,ENGINE AND ENGINE COOLING,74B233,Vehicle,313,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2010-2012 VEHICLES MANUFACTURED FROM AUGUST 28, 2010, THROUGH MARCH 27, 2012, EQUIPPED WITH DETROIT DIESEL DD13 EPA 2007 AND EPA 2010 DIESEL ENGINES. THE PUMP TO RAIL HIGH PRESSURE FUEL LINE SUPPORT SYSTEM USED ON THESE ENGINES IS SENSITIVE TO ASSEMBLY TORQUE AND MAY BE DAMAGED DURING SERVICE WORK. AS A RESULT OF OTHER REPAIRS, THE LINE SUPPORTS MAY LOOSEN, POTENTIALLY LEADING TO FUEL LINE CRACKING AND A FUEL LEAK.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"PIERCE WILL NOTIFY OWNERS, AND THE HIGH PRESSURE FUEL LINE SUPPORT SYSTEM WILL BE REPLACED BY DAIMLER TRUCK NORTH AMERICA (DTNA) AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712 OR PIERCE MANUFACTURING, INC. AT 1-920-832-3000." -06/29/2012,12T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T014000),TBC Corporation,SIDEWALL CRACK/AIR LOSS,TIRES,NR (Not Reported),Tire,72938,"TBC CORPORATION (TBC) IS RECALLING CERTAIN MIRADA CROSS TOUR SLX AND BIG FOOT/BIG O S/T TIRES, SIZES 235/70R16 AND 265/70R17, MANUFACTURED FROM JANUARY 2009 THROUGH JANUARY 2011 (WEEKS 0409 THROUGH 0411). THESE TIRES POSSESS A MANUFACTURING ANOMALY WHICH MAY RESULT IN A CRACK OR SEPARATION IN THE LOWER SIDEWALL.","IF LEFT IN SERVICE, THE CRACK/SEPARATION COULD GROW AND RAPID AIR LOSS MAY OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.","TBC WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE RECALL BEGAN ON JULY 10, 2012. OWNERS MAY CONTACT TBC AT 1-901-363-8030." -06/29/2012,12V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V326000),Prime-Time Specialty Vehicles,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"PRIME-TIME SPECIALTY VEHICLES (PRIME-TIME) IS RECALLING ONE MODEL YEAR 2010 FORD E350 SUPER VAN EQUIPPED WITH A BRAUN CENTURY-2 WHEELCHAIR LIFT. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","PRIME-TIME WILL NOTIFY THE OWNER, AND THE REPAIRS WILL BE PERFORMED BY AN AUTHORIZED BRAUN DEALER FREE OF CHARGE. OWNERS MAY CONTACT PRIME-TIME AT 1-574-293-9191." -06/28/2012,12V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V302000),"BMW of North America, LLC",ELECTRIC POWER STEERING,STEERING,NR (Not Reported),Vehicle,162,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 1-SERIES ACTIVE E AND MODEL YEAR 2012 Z4 VEHICLES. VARIATIONS IN ELECTRICAL CURRENT MAY OCCUR WITHIN THE ELECTRIC POWER STEERING ASSISTANCE SYSTEM, LEADING TO SUDDEN LOSS OF POWER STEERING ASSISTANCE.","SUDDEN LOSS OF STEERING ASSISTANCE MAY INCREASE THE STEERING EFFORT REQUIRED TO CONTROL THE DIRECTION OF A VEHICLE, INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE STEERING ASSISTANCE MODULE, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JULY 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AT 1-800-525-7417." -06/28/2012,12V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V296000),"Daimler Trucks North America, LLC",EMERGENCY ROOF HATCHES/FMVSS 217,STRUCTURE,FL-630,Vehicle,1312,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2013 THOMAS BUILT SAF-T-LINER EF, SAF-T-LINER HDX, SAF-T-LINER C2, AND MINOTOUR SCHOOL BUSES MANUFACTURED FROM APRIL 5, 2011, THROUGH APRIL 23, 2012, EQUIPPED WITH SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","THOMAS BUILT BUSES WILL NOTIFY OWNERS. SMI WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2012. OWNERS MAY CONTACT THOMAS BUILT BUSES AT 1-336-889-4871 OR SMI AT 1-800-951-7867." -06/28/2012,12V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V297000),"Daimler Trucks North America, LLC",EMERGENCY ROOF HATCHES/FMVSS 217,STRUCTURE,FL-630,Vehicle,163,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2013 THOMAS BUILT SAF-T-LINER EF, SAF-T-LINER HDX, SAF-T-LINER C2, AND MINOTOUR NON SCHOOL BUSES MANUFACTURED FROM APRIL 5, 2011, THROUGH APRIL 23, 2012, EQUIPPED WITH SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","THOMAS BUILT BUSES WILL NOTIFY OWNERS. SMI WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2012. OWNERS MAY CONTACT THOMAS BUILT BUSES AT 1-336-889-4871 OR SMI AT 1-800-951-7867." -06/28/2012,12V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V301000),"General Motors, LLC",PARK BRAKE CABLE/FMVSS 135,PARKING BRAKE,12127,Vehicle,2070,"GENERAL MOTORS LLC (GM) IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET CAPTIVA SPORT PASSENGER VEHICLES MANUFACTURED FROM APRIL 26, 2012, THROUGH MAY 17, 2012. THESE VEHICLES FAIL TO CONFORM TO THE PARK BRAKE PERFORMANCE REQUIREMENTS FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""LIGHT VEHICLE BRAKE SYSTEMS."" THE PARK BRAKE CABLE MAY NOT BE FULLY SEATED IN ITS CONNECTOR AND MAY SEPARATE FROM THE CONNECTOR. IF THIS OCCURS, THE PARK BRAKE WILL BECOME INOPERATIVE AND WILL NOT HOLD THE VEHICLE.","IF THE VEHICLE IS ON AN UNEVEN SURFACE, THIS COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A CRASH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND ENSURE THAT THE PARK BRAKE CABLES ARE CONNECTED AND SECURE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 27, 2012. OWNERS MAY CONTACT THE CHEVROLET OWNER CENTER AT 1-866-694-6546." -06/28/2012,12V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V300000),Prevost Car (US) Inc.,STEERING GEARBOX BOLTS,STEERING,SR12-19,Vehicle,52,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2012 VIP45, X3-45, AND XLII VEHICLES. THE STEERING GEARBOX BOLTS MAY BE TOO LONG TO HAVE BEEN SUFFICIENTLY TORQUED.","OVER TIME, THE STEERING GEARBOX BOLTS MAY START TO LOOSEN, LEADING TO REDUCED STEERING FUNCTION, INCREASING THE RISK OF A CRASH.","PREVOST WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE BOLTS, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2012. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT TOLL-FREE AT 1-866-870-2046 OR 1-418-831-2046." -06/28/2012,12V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V299000),"Volkswagen Group of America, Inc.",SUNROOF GLASS PANEL,VISIBILITY,60B2/L3,Vehicle,13172,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2012 AUDI Q5 VEHICLES, MANUFACTURED FROM JUNE 21, 2011, THROUGH DECEMBER 9, 2011. SOME VEHICLES MAY BE EQUIPPED WITH A FRONT SUNROOF GLASS PANEL THAT IS SUSCEPTIBLE TO BREAKAGE IN EXTREMELY COLD WEATHER/TEMPERATURE CONDITIONS.","SHOULD THE SUNROOF�S GLASS BREAK WHILE THE VEHICLE IS IN USE, THE FALLING GLASS COULD CUT AND INJURE THE DRIVER OR PASSENGERS. IT COULD ALSO DISTRACT THE DRIVER, INCREASING THE RISK OF A CRASH.","VOLKSWAGEN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FRONT SUNROOF GLASS PANEL, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 7, 2012. OWNERS MAY CONTACT AUDI AT 1-800-253-2834." -06/27/2012,12E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E024000),SUPER SEER CORPORATION,MOTORCYCLE HELMETS/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,186,"SUPER SEER CORPORATION (SUPER SEER) IS RECALLING CERTAIN MOTORCYCLE HELMETS, MODELS S1602, S1602V, S1608, AND S1608V. ONLY THE EXTRA LARGE SIZE HELMETS ARE BEING RECALLED. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION AND RETENTION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE WEARER OF THE HELMET MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN INJURY OR DEATH.","SUPER SEER WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT HELMETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 24, 2012. OWNERS MAY CONTACT SUPER SEER CUSTOMER SERVICE AT 1-303-674-6663." -06/26/2012,12V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V295000),Prevost Car (US) Inc.,BODYWORK SOFTWARE UPDATE,ELECTRICAL SYSTEM,SR12-59,Vehicle,27,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2009-2012 VOLVO 9700 MOTOR COACHES. DUE TO A SOFTWARE ERROR, THE VEHICLES MAY COME TO A SUDDEN STOP BY BRAKE APPLICATION IF THE SENSOR READS THAT THE WHEELCHAIR LIFT DOOR IS NOT COMPLETELY CLOSED.","IF THIS OCCURS, THE VEHICLE MAY SUDDENLY STOP WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","PREVOST WILL NOTIFY OWNERS AND DEALERS WILL UPDATE THE SOFTWARE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2012. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT TOLL-FREE AT 1-866-870-2046 OR 1-418-831-2046." -06/26/2012,12V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V298000),Utility Trailer Manufacturing Company,BRAKE SYSTEM CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,16,"UTILITY MANUFACTURING COMPANY (UTILITY) IS RECALLING CERTAIN MODEL YEAR 2013 UTILITY VS2DX DRY VANS MANUFACTURED FROM MAY 16, 2012, THROUGH JUNE 13, 2012. THE BRAKE SYSTEM CHECK VALVE WAS INSTALLED INCORRECTLY, CAUSING A DELAY IN BRAKE APPLICATION. THUS, THESE VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121,�AIR BRAKE SYSTEMS.�","A DELAY IN APPLICATION OF THE TRAILER BRAKES INCREASES THE STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","UTILITY HAS NOTIFIED OWNERS AND RETROFITTED THE AFFECTED VEHICLES, FREE OF CHARGE; THEREFORE, AN OWNER NOTIFICATION NOTICE WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT UTILITY TRAILER MANUFACTURING COMPANY AT 1-626-854-7215." -06/26/2012,12V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V322000),Campagna Motors,SEAT BELT BUCKLE ANCHORAGE,SEAT BELTS,R12-001,Vehicle,67,CAMPAGNA MOTORS (CAMPAGNA) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 V13R THREE WHEEL VEHICLES MANUFACTURED FROM AUGUST 2010 THROUGH JUNE 2012. THE SEAT BELT BUCKLE ASSEMBLY ON THE VEHICLE CHASSIS MAY HAVE BEEN INSTALLED IMPROPERLY. THE HARDWARE USED TO INSTALL THE BUCKLE ON THE CHASSIS MAY HAVE BEEN REVERSED.,"IN THE CASE OF A FRONTAL IMPACT, THE SEAT OCCUPANT MAY NOT BE ADEQUATELY RESTRAINED AND COULD BE INJURED.","CAMPAGNA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND, IF NECESSARY, REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 6, 2012. OWNERS MAY CONTACT CAMPAGNA AT 1-877-641-2112 EXT. 222 OR 1-450-641-2112 EXT. 222." -06/26/2012,12V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V304000),Prevost Car (US) Inc.,TAG AXLE HUB CAP SCREWS,WHEELS,SR12-17,Vehicle,2,"PREVOST IS RECALLING ONE MODEL YEAR 2010 X3-45 AND ONE MODEL YEAR 2010 MTH XLII-45E COACH. DUE TO IMPROPER HARDWARE, THE TAG AXLE HUB CAP SCREWS MAY LOOSEN, RESULTING IN WHEEL SEPARATION.","IF THIS OCCURS, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, A WAYWARD WHEEL REPRESENTS A ROAD HAZARD TO OTHER ROAD USERS.","PREVOST HAS REPLACED THE TAG AXLE HUB CAP SCREWS IN THE AFFECTED VEHICLES. THEREFORE, OWNER NOTIFICATIONS WILL NOT BE MAILED. OWNERS MAY CONTACT PREVOST AT 1-418-883-2888." -06/26/2012,12V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V303000),Prevost Car (US) Inc.,THROTTLE PEDAL SENSOR,VEHICLE SPEED CONTROL,SR12-16,Vehicle,400,PREVOST IS RECALLING CERTAIN MODEL YEAR 2007-2011 H3-45 AND MODEL YEAR 2009-2011 X3-45 COACHES EQUIPPED WITH VOLVO D13 ENGINES. THE ACCELERATOR PEDAL THROTTLE POSITION SENSOR MAY BE INOPERATIVE DUE TO A PERMANENT IDLE SIGNAL.,"IF THIS OCCURS, THE VEHICLE MAY STOP RESPONDING TO INPUT FROM THE ACCELERATOR PEDAL, AND THUS BECOME STOPPED IN TRAFFIC, INCREASING THE RISK OF A CRASH.","PREVOST WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACCELERATOR PEDAL THROTTLE SENSOR, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2012. OWNERS MAY CONTACT PREVOST AT 1-418-883-2888." -06/26/2012,12T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T013000),PEP BOYS,TREAD SEPARATION,TIRES,156,Tire,537,"PEP BOYS IS RECALLING CERTAIN DEFINITY DAKOTA H/T TIRES, SIZE P265/70R17, EQUIPPED WITH DOT CODE UTT6PA70112. CONTAMINATED RUBBER MAY HAVE BEEN USED IN THE TREAD COMPOUND WHICH COULD RESULT IN TREAD SEPARATION.","TREAD SEPARATION CAN RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","PEP BOYS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE RECALL BEGAN ON JULY 2, 2012. OWNERS MAY CONTACT PEP BOYS 1-215-430-9169." -06/26/2012,12E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E023000),Thermo King Corp.,TRIPAC DC-DC CONVERTER,EQUIPMENT,NR (Not Reported),Equipment,982,THERMO KING CORPORATION (THERMO KING) IS RECALLING CERTAIN AFTERMARKET TRIPAC ELECTRIC AUXILIARY IDLE REDUCTION AND TEMPERATURE MANAGEMENT SYSTEMS (TRIPAC-E). THE TRIPAC-E UNIT ATTACHES TO THE TRACTOR FRAME-RAIL SEVERAL FEET BELOW OR BEHIND THE TRACTOR CAB AND IS OPERATED BY A DRIVER-CONTROLLED MODULE. THESE UNITS CAN SHORT-CIRCUIT.,A SHORT CIRCUIT CAN RESULT IN OVERHEATING POSSIBLY RESULTING IN A FIRE.,"THERMO KING WILL NOTIFY OWNERS, AND DEALERS WILL RETROFIT THE UNITS WITH AN UPDATED VERSION OF THE DC-DC CONVERTER AND A WATER-RESISTANT TERMINAL BOX. THERMO KING HAS NOT DETERMINED A REMEDY PLAN. OWNERS MAY CONTACT THERMO KING AT 1-952-887-2200." -06/22/2012,12V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V291000),Vermeer Manufacturing Company,AXLE REPLACEMENT,STRUCTURE,IK00-1718,Vehicle,14,"VERMEER IS RECALLING CERTAIN MODEL YEAR 2010-2012 VERMEER R9X12T TRAILERS BECAUSE OF AN INADEQUATE CLEARANCE BETWEEN THE SLACK ADJUSTER ARM AND THE TRAILER FRAME. AS SUCH, THE AXLE COULD CONTACT THE ARM, BENDING IT. OVERTIME, ONE OR MORE OF THE BRAKES COULD LOSE ITS BRAKING CAPACITY DUE TO THE BENT SLACK ADJUSTER ARM.",REDUCED BRAKING CAPACITY CAN LEAD TO INCREASED STOPPING DISTANCES AND/OR CRASH.,"VERMEER WILL NOTIFY OWNERS, AND WILL REPLACE THE AXLE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 6, 2012. OWNERS MAY CONTACT VERMEER AT 1-641-628-3141." -06/22/2012,12V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V290000),"Tracker Marine, LLC",BRAKE ACTUATOR,EQUIPMENT,TS-0027,Vehicle,589,"TRACKER MARINE IS RECALLING CERTAIN MODEL YEAR 2012-2013 TRAILSTAR NITRO AND TAHOE BOAT TRAILERS, MANUFACTURED FROM SEPTEMBER 28, 2011, THROUGH MAY 13, 2012. VARIANCE OF A BRACKET WELDED IN THE BRAKE ACTUATOR SHELL PREVENTS THE FULL RANGE OF MOTION OF THE MASTER CYLINDER SHAFT ROD. THIS CAN CAUSE THE BRAKES TO OVERHEAT AT THE WHEELS. EXCESSIVE HEAT MAY LEAD TO BRAKE FAILURE AND/OR POSSIBLE WHEEL BEARING FAILURE.",IF EITHER OCCURS THERE IS AN INCREASED RISK OF A CRASH.,"TRACKER MARINE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE BRAKE ACTUATORS, FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 16, 2012. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4588." -06/22/2012,12V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V289000),"General Motors, LLC",FUEL TANK WELD SPOTS/FUEL LEAK/POSSIBLE FIRE,"FUEL SYSTEM, GASOLINE",12133,Vehicle,53239,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 CHEVROLET CRUZE VEHICLES MANUFACTURED FROM OCTOBER 2, 2009, THROUGH MAY 14, 2012. ATTACHMENT WELDS FOR THE FUEL TANK STRAP SECONDARY BRACKETS MAY HAVE BEEN OMITTED.","THE FUEL TANK COULD COME LOOSE IN A CRASH, POSSIBLY ALLOWING FUEL TO LEAK FROM THE TANK. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","GM WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE VEHICLE FOR MISSING WELDS. IF THE VEHICLE IS MISSING WELDS, DEALERS WILL SECURE THE BRACKET ATTACHMENTS WITH FASTENERS. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 9, 2012. OWNERS MAY CONTACT THE CHEVROLET OWNER CENTER AT 1-866-694-6546." -06/22/2012,12V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V294000),"Navistar, Inc.",INTERIOR LOWER LINING JOINT/ FMVSS 221,STRUCTURE,12518,Vehicle,158,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 IC CE SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 7, 2010 THROUGH SEPTEMBER 9, 2010. THE INTERIOR LOWER LINING FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, �SCHOOL BUS BODY JOINT STRENGTH.�","IN THE EVENT OF A CRASH, THERE IS AN INCREASED RISK OF PERSONAL INJURY TO VEHICLE OCCUPANTS.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND RETIGHTEN JOINT SCREWS TO THE PROPER SPECIFICATION, FREE OF CHARGE. THE RECALL BEGAN ON JULY 23, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -06/22/2012,12V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V288000),"General Motors, LLC",OIL SPILLING OR DRIPPING/ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,12081,Vehicle,413148,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 CHEVROLET CRUZE VEHICLES MANUFACTURED FROM OCTOBER 2, 2009, THROUGH MAY 31, 2012. SPILLED OR DRIPPING OIL (SUCH AS AFTER AN OIL CHANGE) MAY COLLECT IN THE ENGINE SHIELD (BELLYPAN) NEAR HOT ENGINE OR EXHAUST SYSTEM SURFACES. AS A RESULT, THE OIL AND THE ENGINE SHIELD MAY IGNITE AND BURN.","EITHER CONDITION COULD RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY CAUSING INJURY OR DEATH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL MODIFY THE ENGINE SHIELD TO PREVENT FLUID FROM CONTACTING THE SHIELD. ALSO, ON VEHICLES WITH A MANUAL TRANSMISSION, DEALERS WILL APPLY A PROTECTIVE TAPE TO THE ELECTRONIC POWER STEERING WIRE HARNESS. REPAIRS WILL BE PERFORMED FREE OF CHARGE TO THE OWNER. THE SAFETY RECALL BEGAN ON JULY 10, 2012. OWNERS MAY CONTACT THE CHEVROLET OWNER CENTER AT 1-866-694-6546." -06/22/2012,12V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V292000),MOLLY CORPORATION,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"MOLLY CORPORATION (MOLLY) IS RECALLING TWO MODEL YEAR 2010 MOLLY TROLLEY VEHICLES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","MOLLY WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL began on SEPTEMBER 4, 2012. OWNERS MAY CONTACT MOLLY CORPORATION AT 1-207-646-5908." -06/22/2012,12V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V293000),Starcraft Bus,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2209,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2006-2010 BUSES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","STARCRAFT WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. OWNERS MAY CONTACT STARCRAFT BUS AT 1-800-347-7440." -06/21/2012,12V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V287000),"Navistar, Inc.",EMERGENCY ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,12520,Vehicle,44,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 AND 2013 IC BUS CE AND RE COMMERCIAL BUSES MANUFACTURED FROM APRIL1, 2011, THROUGH MARCH 31, 2012, EQUIPPED WITH PROLO ROOF ESCAPE HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","NAVISTAR WILL NOTIFY OWNERS. SPECIALTY MANUFACTURING, INC. (SMI) WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890 OR SMI AT 1-800-951-7867." -06/21/2012,12V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V285000),"Navistar, Inc.",EMERGENCY ROOF HATCH/FMVSS 217,STRUCTURE,12517,Vehicle,3491,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 AND 2013 IC CE, RE, AND BE SCHOOL BUSES MANUFACTURED FROM APRIL 1, 2011, THROUGH MARCH 31, 2012, EQUIPPED WITH PROLO ROOF ESCAPE HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","NAVISTAR WILL NOTIFY OWNERS. SPECIALTY MANUFACTURING, INC. (SMI) WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890 OR SMI AT 1-800-951-7867." -06/21/2012,12V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V286000),Van Hool N.V.,HIGH PRESSURE FUEL LINE SUPPORT,ENGINE AND ENGINE COOLING,P697,Vehicle,203,"VAN HOOL IS RECALLING CERTAIN MODEL YEAR 2011-2012 C2045, T2140, AND T2145 VEHICLES, EQUIPPED WITH A DETROIT DIESEL DD13 ENGINE. THE PUMP TO RAIL HIGH PRESSURE FUEL LINE SUPPORT SYSTEM USED ON THESE ENGINES IS SENSITIVE TO ASSEMBLY TORQUE AND MAY BE DAMAGED DURING SERVICE WORK. AS A RESULT OF OTHER REPAIRS, THE LINE SUPPORTS MAY LOOSEN, POTENTIALLY LEADING TO FUEL LINE CRACKING AND A FUEL LEAK.","A FUEL LEAK COULD CREATE A ROAD HAZARD, INCREASING THE RISK OF A CRASH. ALSO A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.","VAN HOOL IS WORKING WITH DAIMLER TRUCKS NORTH AMERICA TO REPAIR THESE MOTORCOACHES (PLEASE SEE 12E009000). WHERE NECESSARY, THE HIGH PRESSURE FUEL LINE SUPPORT SYSTEM WILL BE REPLACED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 15, 2012. OWNERS MAY CONTACT DTNA AT 1-800-445-1980 OR ABC BUS, INC. TOLL FREE AT 1-877-427-7278." -06/21/2012,12T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T012000),DEL-NAT TIRE CORPORATION,TREAD SEPARATION,TIRES,DN-12-0618,Tire,448,"DEL-NAT TIRE CORPORATION (DEL-NAT) IS RECALLING CERTAIN DEL-NAT DELTA A/S SIERRADIAL OR NATIONAL A/S COMMANDO, SIZE 265/70R17. THE AFFECTED TIRES HAVE A DOT CODE OF EITHER UTIYWHA0112 OR UTIYWHD0112. CONTAMINATED RUBBER MAY HAVE BEEN USED IN THE TREAD COMPOUND WHICH COULD RESULT IN TREAD SEPARATION.","TREAD SEPARATION CAN RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","DEL-NAT WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE RECALL BEGAN ON JUNE 27, 2012. OWNERS MAY CONTACT DEL-NAT AT 1-901-775-5002." -06/20/2012,12V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V283000),"Navistar, Inc.",WINDSHIELDS AND BACKLIGHT GLASS,VISIBILITY,12519,Vehicle,1298,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2013 INTERNATIONAL DURASTAR TRUCKS, MANUFACTURED FROM FEBRUARY 12, 2012, THROUGH MARCH 19, 2012, EQUIPPED WITH CAB CODES 16030 OR 16AAK. THE WINDSHIELD AND BACKLIGHT GLASS ON THESE VEHICLES WERE INSTALLED WITHOUT PRIMER SEAL APPLICATION. OVER TIME, THIS MAY CAUSE SEPARATION FROM THE CAB.","WITHOUT THE PROPER BOND, THE WINDSHIELD AND/OR BACKLIGHT GLASS COULD SEPARATE FROM THE CAB, RESULTING IN INCREASED RISK OF PERSONAL INJURY OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE WINDSHIELD AND BACKLIGHT GLASS ON AFFECTED VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -06/19/2012,12V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V276000),"Delta Mfg., Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,DELTA IS RECALLING ONE MODEL YEAR 2011 210 GN FLATBED TRAILER AND ONE MODEL YEAR 2011 212 GN FLATBED TRAILER EACH EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","NOTICES WERE MAILED TO OWNERS ON JUNE 12, 2012. DEXTER AXLE DEALERS WILL REPLACE THE E/H BRAKE ACTUATOR PUMP FREE OF CHARGE. OWNERS MAY CONTACT DELTA AT 1-870-523-8941." -06/19/2012,12V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V279000),Shyft Group,FAN CLUTCH FASTENERS,ENGINE AND ENGINE COOLING,12007,Vehicle,102,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2010-2012 GLADIATOR EMERGENCY RESCUE CHASSIS MANUFACTURED FROM APRIL 12, 2010, THROUGH JUNE 5, 2012, EQUIPPED WITH A CUMMINS ISX 15L ENGINE AND FAN CLUTCH ASSEMBLY. SHEERING OF THE FASTENERS USED TO MOUNT THE FAN CLUTCH MOUNTING BRACKET TO THE FRONT OF THE ENGINE MAY LEAD TO SEPARATION OF THE COOLING FAN, FAN CLUTCH AND MOUNTING BRACKET.","IF THIS OCCURS AND CAB IS IN THE RAISED POSITION, THE SEPARATION COULD INCREASE THE RISK OF PERSONAL INJURY.","SPARTAN CHASSIS WILL NOTIFY OWNERS, AND REPAIR THE VEHICLES. THE RECALL BEGAN ON AUGUST 10, 2012. OWNERS MAY CONTACT SPARTAN AT 1-800-543-5008." -06/19/2012,12V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V280000),Thor Motor Coach,HYDRAULIC BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,90,"THOR MOTOR COACH (TMCRV) IS RECALLING CERTAIN MODEL YEAR 2008-2010 OUTLAW AND MODEL YEAR 2011 AVANTI RECREATIONAL VEHICLES MANUFACTURED FROM JANUARY 24, 2008, THROUGH SEPTEMBER 28, 2010, EQUIPPED WITH BOSCH HYDRAULIC DISC BRAKES. HYDRAULIC BRAKE EQUIPPED MOTORHOME CHASSIS EXPOSED TO LONG PERIODS OF TIME OF NON-DRIVING MAY EXPERIENCE DIAMETRICAL BRAKE CALIPER PISTON GROWTH AND REDUCED PISTON TO BORE CLEARANCE POTENTIALLY LEADING TO BRAKE DRAG AND OVERHEATING RESULTING IN REDUCED BRAKE PERFORMANCE.",REDUCED BRAKE PERFORMANCE INCREASES THE RISK OF A CRASH.,"FREIGHTLINER CUSTOM CHASSIS (FCCC) WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. AN INTERIM LETTER WAS MAILED TO OWNERS BY DTNA ON AUGUST 6, 2012. OWNERS MAY CONTACT THOR MOTOR COACH AT 1-877-500-1020." -06/19/2012,12V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V327000),"Tiffin Motorhomes, Inc.",HYDRAULIC BRAKE CALIPERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1304,TIFFIN IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 ALLEGRO AND ALLEGRO BAY RECREATIONAL VEHICLES EQUIPPED WITH BOSCH HYDRAULIC BRAKES. HYDRAULIC BRAKE EQUIPPED MOTORHOME CHASSIS EXPOSED TO LONG PERIODS OF TIME OF NON-DRIVING MAY EXPERIENCE DIAMETRICAL BRAKE CALIPER PISTON GROWTH AND REDUCED PISTON TO BORE CLEARANCE POTENTIALLY LEADING TO BRAKE DRAG AND OVERHEATING RESULTING IN REDUCED BRAKE PERFORMANCE.,REDUCED BRAKE PERFORMANCE MAY LEAD TO AN INCREASED RISK OF A CRASH.,"TIFFIN WILL NOTIFY THE OWNERS, AND AUTHORIZED DAIMLER TRUCKS NORTH AMERICA (DTNA) DEALERS WILL INSPECT AND, AS NECESSARY, REPLACE THE BRAKE CALIPERS FREE OF CHARGE. AN INTERIM NOTICE WAS MAILED TO OWNERS BY DTNA ON AUGUST 6, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -06/19/2012,12T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T011000),TBC Corporation,TREAD SEPARATION,TIRES,156,Tire,943,"TBC CORPORATION (TBC) IS RECALLING CERTAIN SIGMA STAMPEDE RADIAL SUV, SIZE P265/70R17, EQUIPPED WITH DOT CODE UTT6TX60112. CONTAMINATED RUBBER MAY HAVE BEEN USED IN THE TREAD COMPOUND WHICH COULD RESULT IN TREAD SEPARATION.","TREAD SEPARATION CAN RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","TBC WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE RECALL BEGAN ON JULY 5, 2012. OWNERS MAY CONTACT TBC AT 1-901-363-8030." -06/19/2012,12V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V281000),Coach and Equipment Mfg. Corp.,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1627,"COACH AND EQUIPMENT MANUFACTURING CORPORATION (COACH AND EQUIPMENT) IS RECALLING CERTAIN MODEL YEAR 2006-2010 PHOENIX, METRO-LITE AND PEGASUS TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","COACH AND EQUIPMENT WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. OWNERS MAY CONTACT COACH AND EQUIPMENT MFG. CORP. AT 1-800-946-7513." -06/18/2012,12V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V278000),Winnebago Industries Inc.,HYDRAULIC BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,63,"WINNEBAGO INDUSTRIES (WINNEBAGO) IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2012 WINNEBAGO COMMERCIAL VEHICLE MODEL J38S, MODEL YEAR 2009 AND 2010 ADVENTURER MOTORHOMES MANUFACTURED FROM OCTOBER 30, 2008, THROUGH SEPTEMBER 9, 2011, AND ONE 2009 ITASCA SUNCRUISER MOTORHOME BUILT NOVEMBER 2009. THESE MOTORHOMES CHASSIS ARE EQUIPPED WITH BOSCH HYDRAULIC DISC BRAKES WHICH WHEN EXPOSED TO LONG PERIODS OF TIME OF NON-DRIVING MAY EXPERIENCE DIAMETRICAL BRAKE CALIPER PISTON GROWTH AND REDUCED PISTON TO BORE CLEARANCE POTENTIALLY LEADING TO BRAKE DRAG AND OVERHEATING RESULTING IN REDUCED BRAKE PERFORMANCE.",REDUCED BRAKE PERFORMANCE INCREASES THE RISK OF A CRASH.,"FREIGHTLINER CUSTOM CHASSIS (FCCC) WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY OR OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-3535 OR DAIMLER TRUCKS AT 1-800-547-0712." -06/18/2012,12V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V277000),Blue Bird Body Company,TREADLE VALVE PLUNGER,EQUIPMENT,R12VF,Vehicle,13,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2013 ALL AMERICAN REAR ENGINE SCHOOL BUSES AND ONE AFTERMARKET BRAKE TREADLE VALVE. THE AFFECTED BUSES WERE MANUFACTURED FROM DECEMBER 9, 2011, THROUGH MARCH 9, 2012. THE BRAKE VALVE PLUNGER MAY FRACTURE DURING BRAKE APPLICATION, RESULTING IN REDUCED BRAKE PEDAL ANGLE AND TRAVEL. THIS CONDITION MAY LIMIT THE DRIVER�S ABILITY TO DELIVER FULL PRESSURE FROM THE FOOT BRAKE VALVE. THERE IS ALSO A POTENTIAL THAT THE BRAKE PLUNGER COULD BECOME LODGED AND NOT ALLOW RELEASE OF THE SERVICE BRAKES.","EITHER CONDITION COULD REDUCE BRAKING ABILITY AND/OR LEAD TO LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","ALL OF THE AFFECTED BUSES AND THE ONE AFTERMARKET TREADLE VALVE WERE SOLD THROUGH A-Z BUS SALES, A BLUE BIRD BUS DEALER. BLUE BIRD HAS REPORTED THAT ALL THE BUSES HAVE BEEN REPAIRED. THEREFORE, AN OWNER NOTIFICATION NOTICE WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/15/2012,12E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E022000),"Vision Wheel, Inc.",AFTERMARKET WHEELS,WHEELS,NR (Not Reported),Equipment,4000,"VISION WHEELS, INC. (VISION WHEELS) IS RECALLING CERTAIN AFTERMARKET WHEELS, SPECIFICALLY THE WARRIOR MODEL IN THE PHANTOM BLACK FINISH, SIZES 17� AND 18�. INSUFFICIENT MACHINING OF THE HUB BORE MAY RESULT IN INCORRECT WHEEL MOUNTING WHEN THE WHEEL IS USED WITH A HUB CENTERING RING.","THE INSUFFICIENT MACHINING AND USE OF THE SUPPLIED HUB CENTERING RING FOR THESE WHEELS MAY CAUSE THE WHEEL AND TIRE ASSEMBLY TO BECOME LOOSE OR POTENTIALLY FALL OFF DURING VEHICLE OPERATION, INCREASING THE RISK OF A CRASH.","VISION WHEEL WILL NOTIFY THE PURCHASERS OF THESE AFTERMARKET WHEELS AND WILL REPLACE ANY WHEELS FOUND CONTAINING AN AFFECTED HUB BORE AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON JULY 19, 2012. OWNERS MAY CONTACT VISION WHEELS AT 1-800-633-3936." -06/15/2012,12V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V272000),C Diamond F - DBA Neckover Trailers,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,3,"C DIAMOND F, INC. D/B/A NECKOVER TRAILERS (NECKOVER) IS RECALLING ONE MODEL YEAR 2012 FLAT BED TRAILER AND TWO MODEL YEAR 2012 STOCK TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","NECKOVER WILL NOTIFY OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. OWNERS MAY CONTACT NECKOVER TRAILERS AT 1-866-235-5889." -06/14/2012,12V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V273000),J & R AUTO UPHOLSTERY SHOPPE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,96,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY J & R UPHOLSTERY SHOPPE, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO DETAILER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT HTTP://WWW.SUNROOFCHECK.COM. OWNERS CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -06/13/2012,12E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E021000),"Dorman Products, Inc.",AFTERMARKET CONTROL ARMS,EQUIPMENT,NR (Not Reported),Equipment,2612,"DORMAN PRODUCTS, INC. (DORMAN) IS RECALLING CERTAIN SERVICE REPLACEMENT EQUIPMENT CONTROL ARMS, PART NUMBERS 520-121, 520-122, 2410121, AND 2410122 SHIPPED FROM NOVEMBER 2010 THROUGH JANUARY 2012. THE CONTROL ARMS MAY HAVE AN INADEQUATE HEAT TREATMENT OF THE BALL STUD, POSSIBLY RESULTING IN PREMATURE FRACTURE.","FRACTURE OF THE BALL STUD ON THE CONTROL ARM CAN RESULT IN IMPAIRED STEERING AND HANDLING, POSSIBLY RESULTING IN A VEHICLE CRASH.","DORMAN WILL NOTIFY OWNERS AND REFUND ALL AMOUNTS PAID AND/OR REPLACE RECALLED UNITS AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON JUNE 13, 2012. OWNERS MAY CONTACT DORMAN AT 1-800-523-2492 AND PRESS 5." -06/13/2012,12V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V269000),STARTRANS BUS CORPORATION,ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,1,"STARTRANS BUS CORPORATION (STARTRANS) IS RECALLING ONE MODEL YEAR 2011 SENATOR COMMERCIAL BUS EQUIPPED WITH A SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCH. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLY, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.",STARTRANS WILL NOTIFY THE OWNER AND A SERVICE KIT WILL BE PROVIDED BY SMI ALONG WITH REPAIR INSTRUCTIONS TO THE DEALER OR OWNER FREE OF CHARGE. THE SAFETY BEGAN IN JUNE 2012. OWNERS MAY CONTACT STARTRANS AT 1-574-6420811 OR SMI AT 1-800-951-7867. -06/13/2012,12V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V267000),"BMW of North America, LLC",STEERING GEAR,STEERING,NR (Not Reported),Vehicle,2642,"BMW IS RECALLING CERTAIN MODEL YEAR 2012 X5 VEHICLES EQUIPPED WITH A DIESEL ENGINE AND 2013 X5 AND X6 VEHICLES. DUE TO A MACHINING ERROR OF THE STEERING GEAR SURFACE, POWER STEERING FLUID MAY LEAK.","LEAKING POWER STEERING FLUID CAN SPRAY ONTO HOT EXHAUST PARTS, INCREASING THE RISK OF AN ENGINE COMPARTMENT FIRE.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT, AND IF NECESSARY, REPLACE THE STEERING GEAR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 20, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -06/13/2012,12V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V270000),Ducati North America,SWINGARM RETAINING SCREW,SUSPENSION,RCL-12-004,Vehicle,375,DUCATI IS RECALLING CERTAIN MODEL YEAR 2012 PANIGALE MOTORCYCLES BECAUSE OF AN INCORRECT SCREW USED TO RETAIN THE SWINGARM TO THE REAR SUSPENSION LINKAGE.,"IF THE LINKAGE DETACHES FROM THE SWINGARM, CATASTROPHIC SUSPENSION COLLAPSE WOULD OCCUR AND ADVERSELY AFFECT THE ABILITY TO SAFELY HANDLE THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.","DUCATI WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE, AS NECESSARY, THE INCORRECT SCREW FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2012. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696 OR GO TO THEIR WEBSITE AT WWW.DUCATI.COM." -06/12/2012,12V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V266000),"Daimler Trucks North America, LLC",FRONT AXLE KNUCKLES,SUSPENSION,FL-629,Vehicle,217,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2013 FREIGHTLINER, WESTERN STAR, FREIGHTLINER CUSTOM CHASSIS TRUCKS, AND THOMAS BUILT BUSES MANUFACTURED FROM APRIL 18, 2012, THROUGH MAY 11, 2012, AND EQUIPPED WITH DETROIT AXLE-BRAND FRONT AXLE KNUCKLES. THE FRONT KNUCKLES ON THESE VEHICLES MAY HAVE A MACHINING ERROR IN THE WHEEL BEARING AREA WHICH MAY LEAD TO PREMATURE SPINDLE FAILURE.","IF THE SPINDLE FAILS, THE WHEEL MAY SEPARATE FROM THE KNUCKLE, RESULTING IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE AFFECTED COMPONENTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 10, 2012. OWNERS MAY CONTACT DAIMLER TRUCKS NORTH AMERICA TOLL FREE AT 1-800-547-0712." -06/12/2012,12V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V265000),"Forest River, Inc.",CERTIFICATION LABELS,EQUIPMENT,NR (Not Reported),Vehicle,7,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2012-2013 SHASTA REVERE RECREATIONAL VEHICLES. THE GROSS VEHICLE WEIGHT RATING (GVWR) AND CARGO CARRYING CAPACITY SPECIFICATION IS INCORRECT ON THE FEDERAL CERTIFICATION LABEL AND THE TIRE INFORMATION LABEL. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, �CERTIFICATION.�","INCORRECT WEIGHT INFORMATION MAY LEAD TO OVERLOADING, WHICH MAY CAUSE AXLE OR TIRE FAILURE, INCREASING THE RISK OF A CRASH.","FOREST RIVER WILL NOTIFY OWNERS, AND INCLUDE THE CORRECTED LABELS IN EACH LETTER. THE SAFETY RECALL BEGAN ON JUNE 28, 2012. OWNERS SHOULD CONTACT FOREST RIVER AT 574-825-7178." -06/12/2012,12V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V264000),"Mercedes-Benz USA, LLC",REAR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,3613,"MERCEDES-BENZ IS RECALLING CERTAIN MODEL YEAR 2007-2009 E350 4MATIC WAGON VEHICLES MANUFACTURED FROM JULY 1, 2006, THROUGH APRIL 30, 2009. A CONNECTING ROD FOR THE LOAD LEVELING REAR SUSPENSION SYSTEM MAY FAIL.","IF THIS OCCURS, THE DRIVER MAY HAVE REDUCED VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","MERCEDES-BENZ WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE ALL THE CONNECTING RODS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2012. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -06/11/2012,12E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E020000),"Bendix Commercial Vehicle Systems, LLC",BRAKE VALVE PLUNGER,EQUIPMENT,NR (Not Reported),Equipment,1284,"BENDIX COMMERCIAL VEHICLE SYSTEMS, LLC (BENDIX) IS RECALLING CERTAIN BRAKE VALVES, TREADLE ASSEMBLIES, AND/OR PLUNGER KITS SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT AND SOLD AND INSTALLED AS ORIGINAL EQUIPMENT TO VARIOUS VEHICLE MANUFACTURERS. THE BRAKE VALVE PLUNGER MAY FRACTURE DURING BRAKE APPLICATION, RESULTING IN REDUCED BRAKE PEDAL ANGLE AND TRAVEL. THIS CONDITION MAY LIMIT THE DRIVER�S ABILITY TO DELIVER FULL PRESSURE FROM THE FOOT BRAKE VALVE. THERE IS ALSO A POTENTIAL THAT THE BRAKE PLUNGER COULD BECOME LODGED AND NOT ALLOW RELEASE OF THE SERVICE BRAKES.","THIS CONDITION COULD REDUCE BRAKING ABILITY AND/OR LEAD TO LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","BENDIX WILL NOTIFY OWNERS OF THE AFTERMARKET EQUIPMENT AND WILL PROVIDE A FREE REMEDY. BENDIX IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT BRAKE VALVES, TREADLE ASSEMBLIES, AND PLUNGER KITS, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2012. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR BENDIX AT 1-440-329-9386." -06/11/2012,12V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V274000),"Eldorado National- California, Inc.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,15,"ELDORADO NATIONAL � CALIFORNIA (ELDORADO NATIONAL) IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 PASSPORT, MST II, AND XHF TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED. ","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","ELDORADO NATIONAL WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2012. OWNERS MAY CONTACT ELDORADO NATIONAL AT 1-905-591-9557." -06/08/2012,12V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V260000),Vermeer Manufacturing Company,INCORRECT WELD OF MAINFRAME,STRUCTURE,NR (Not Reported),Vehicle,1770,"VERMEER IS RECALLING CERTAIN MODEL YEAR 2007-2012 VERMEER BC1500 TRAILERS. DURING THE ASSEMBLY PROCESS, A SECTION OF THE MAIN FRAME MAY HAVE BEEN INCORRECTLY WELDED. AS A RESULT, BENDING OR FATIGUE FRACTURES CAN RESULT, LEADING TO FRAME FAILURE.",FRAME FAILURE MAY INCREASE THE RISK OF PERSONAL INJURY OR PROPERTY DAMAGE.,"VERMEER WILL NOTIFY OWNERS, AND WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2012. OWNERS MAY CONTACT VERMEER AT 641-628-3141." -06/08/2012,12V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V261000),Blue Bird Body Company,ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,R12VE,Vehicle,1406,"BLUE BIRD CORPORATION (BLUE BIRD) IS RECALLING CERTAIN MODEL YEAR 2012 THROUGH 2013 ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED FROM APRIL 7, 2011, THROUGH MARCH 21, 2012, EQUIPPED WITH SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","BLUE BIRD WILL NOTIFY OWNERS. SMI WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 21, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242 OR SMI AT 1-800-951-7867." -06/08/2012,12V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V262000),Blue Bird Body Company,ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,R12VE,Vehicle,11,"BLUE BIRD CORPORATION (BLUE BIRD) IS RECALLING CERTAIN MODEL YEAR 2012 ALL AMERICAN AND VISION NON-SCHOOL BUSES MANUFACTURED FROM MAY 20, 2011, THROUGH OCTOBER 20, 2012, EQUIPPED WITH SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","BLUE BIRD WILL NOTIFY OWNERS. SMI WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 21, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242 OR SMI AT 1-800-951-7867." -06/08/2012,12V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V268000),Starcraft Bus,ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,61,"STARCRAFT BUS IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 STARLITE SHUTTLE BUSES MANUFACTURED FROM APRIL 1, 2011, THROUGH MARCH 25, 2012, EQUIPPED WITH SPECIALTY MANUFACTURING INC. (SMI) PROLO ROOF HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","STARCRAFT BUS WILL NOTIFY OWNERS. SMI WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2012. OWNERS MAY CONTACT STARCRAFT BUS AT 1-800-347-7440 OR SMI AT 1-800-951-7867." -06/08/2012,12T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T010000),Cooper Tire & Rubber Co.,TREAD SEPARATION,TIRES,156,Tire,10236,"COOPER TIRE & RUBBER COMPANY (COOPER) IS RECALLING CERTAIN COOPER BRAND DISCOVERER H/T TIRES, SIZES LT235/85R16 AND P265/70R17; DISCOVERER LSX, SIZE 265/70R17; AND MASTERCRAFT COURSER HTR, SIZE LT235/85R16. ALSO INCLUDED IN THIS RECALL ARE TIRES BRANDED AS DEL-NAT DELTA A/S SIERRADIAL OR NATIONAL A/S COMMANDO, SIZE 265/70R17; PEP BOYS DEFINITY DAKOTA H/T, SIZE P265/70R17; AND TBC SIGMA STAMPEDE RADIAL SUV, SIZE P265/70R17. CONTAMINATED RUBBER MAY HAVE BEEN USED IN THE TREAD COMPOUND WHICH COULD RESULT IN TREAD SEPARATION.","TREAD SEPARATION CAN RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","COOPER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE RECALL BEGAN ON JUNE 15, 2012. OWNERS MAY CONTACT COOPER TIRE & RUBBER COMPANY�S CONSUMER RELATIONS DEPARTMENT AT 1-800-854-6288." -06/07/2012,12V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V257000),Van Hool N.V.,ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,P689,Vehicle,17,"VAN HOOL IS RECALLING CERTAIN MODEL YEAR 2010-2012 C2045, 2011-2012 T2140, 2010-2011 T2145 AND 2011 TD925 MOTORCOACHES, EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) MODULES, MANUFACTURED FROM AUGUST 2005, THROUGH SEPTEMBER 2011. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","VAN HOOL WILL NOTIFY OWNERS VIA ITS DEALER ABC BUS INC. AND REPLACE THE CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN ON JULY 2, 2012. OWNERS MAY CONTACT THE WARRANTY ADMINISTRATOR FOR ABC BUS, INC. TOLL FREE AT 1-877-427-7278." -06/07/2012,12V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V259000),Collins Bus Corporation,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,238,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2010 GRAND BANTAM, SUPER BANTAM, MID BUS GRAND GUIDE, AND MID BUS SUPER GUIDE SCHOOL BUSES MANUFACTURED FROM FEBRUARY 21, 2008, THROUGH SEPTEMBER 21, 2010, EQUIPPED WITH BRAUN CENTURY-2 WHEELCHAIR LIFTS. OVER TIME, AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","COLLINS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 22, 2012. OWNERS MAY CONTACT THE BRAUN CUSTOMER EXPERIENCE GROUP AT 1-800-488-0359 OR COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850 EXT. 424." -06/05/2012,12V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V254000),"Subaru of America, Inc.",OCCUPANT CLASSIFICATION SYSTEM/FMVSS 208,EQUIPMENT,WQB-38,Vehicle,1886,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2013 BRZ VEHICLES MANUFACTURED FROM NOVEMBER 25, 2011, THROUGH MAY 25, 2012. THE OWNER�S MANUAL CONTAINS AN INACCURATE DESCRIPTION OF THE ACTUAL OPERATION OF THE FRONT PASSENGER OCCUPANT CLASSIFICATION SYSTEM. OTHER PORTIONS OF THE OWNER�S MANUAL, DESCRIBING THE AIR BAG SYSTEM, REQUIRE CLARIFICATION. AS SUCH, THESE VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 208, �OCCUPANT CRASH PROTECTION.�",MISINFORMATION COULD LEAD TO AN INCREASED RISK OF INJURY TO FRONT SEAT OCCUPANTS DURING CERTAIN CRASH CONDITIONS.,"SUBARU WILL NOTIFY OWNERS, AND WILL MAIL CORRECTED OWNER�S MANUALS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 19, 2012. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -06/05/2012,12V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V255000),Toyota Motor Engineering & Manufacturing,OCCUPANT CLASSIFICATION SYSTEM/FMVSS 208,EQUIPMENT,NR (Not Reported),Vehicle,1156,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2013 SCION FR-S VEHICLES MANUFACTURED FROM MARCH 22, 2012, THROUGH MAY 14, 2012. THE OWNER�S MANUAL CONTAINS AN INACCURATE DESCRIPTION OF THE ACTUAL OPERATION OF THE FRONT PASSENGER OCCUPANT CLASSIFICATION SYSTEM. OTHER PORTIONS OF THE OWNER�S MANUAL, DESCRIBING THE AIR BAG SYSTEM, REQUIRE CLARIFICATION. AS SUCH, THESE VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 208, �OCCUPANT CRASH PROTECTION.�","IF A USER READS AND FOLLOWS INACCURATE OWNER�S MANUAL INFORMATION, THIS COULD LEAD TO AN INCREASED RISK OF INJURY TO A FRONT PASSENGER SEAT OCCUPANT UNDER CERTAIN CRASH CONDITIONS.","TOYOTA WILL NOTIFY OWNERS, AND WILL MAIL CORRECTED INSERTS FOR THE OWNER�S MANUALS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 3, 2012. OWNERS MAY CONTACT TOYOTA AT 1-866-707-2466." -06/05/2012,12V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V258000),"Navistar, Inc.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2007, 2009, AND 2011 IC CESB SCHOOL BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME, AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","NAVISTAR HAS REPORTED THAT ALL THE AFFECTED BUSES HAVE BEEN REPAIRED BY AUTHORIZED BRAUN DEALERS. THEREFORE, AN OWNER NOTIFICATION NOTICE IS NOT NECESSARY FOR THIS CAMPAIGN. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -06/04/2012,12V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V252000),UD TRUCKS CORPORATION,AIR BRAKE SYSTEMS/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,261,"UD TRUCKS NORTH AMERICA (UD TRUCKS) IS RECALLING CERTAIN MODEL YEAR 2008-2010 UD 3300 TRUCKS EQUIPPED WITH A DUAL STEERING SYSTEM. MODIFICATIONS TO THE VEHICLES MAY HAVE RESULTED IN LOSS OF ISOLATION BETWEEN THE PRIMARY AND SECONDARY AIR BRAKE SYSTEMS. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 121, �AIR BRAKE SYSTEMS.� MODIFICATIONS TO THE VEHICLES MAY HAVE RESULTED IN LOSS OF ISOLATION BETWEEN THE PRIMARY AND SECONDARY AIR BRAKE SYSTEMS.","IF THE VEHICLE EXPERIENCES AN AIR LEAK IN EITHER THE PRIMARY OR THE SECONDARY SYSTEM, THE VEHICLE MAY EXPERIENCE A TOTAL LOSS OF BRAKES, INCREASING THE RISK OF A VEHICLE CRASH.","UD TRUCKS WILL NOTIFY OWNERS AND WILL CORRECT THE AIR BRAKE SYSTEM OF THE AFFECTED VEHICLES. THE RECALL BEGAN ON JULY 12, 2012. OWNERS MAY CONTACT UD TRUCKS AT 1-336-393-2233." -06/04/2012,12V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V253000),Kovatch Mobile Equipment Corp.,ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,L-02,Vehicle,78,"KOVATCH MOBILE EQUIPMENT CORPORATION (KME) IS RECALLING CERTAIN 2010-2011 PREDATOR, PREDATOR SS, PREDATOR PANTHER, AND PREDATOR XL EMERGENCY VEHICLES MANUFACTURED FROM MARCH 1, 2010 THROUGH OCTOBER 10, 2011, EQUIPPED WITH FEATURE CODE 04AZX MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) UNITS. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","KME WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A NEW ESC MODULE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 5, 2012. OWNERS MAY CONTACT KME AT 1-570-669-5154." -06/04/2012,12V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V256000),Honda (American Honda Motor Co.),LEFT (DRIVER'S SIDE) DRIVESHAFT,POWER TRAIN,S40,Vehicle,50190,"HONDA IS RECALLING CERTAIN MODEL YEAR 2012 HONDA CIVIC VEHICLES. DURING ASSEMBLY, THE PROCESS REQUIRED TO SEAT THE DRIVER�S SIDE DRIVESHAFT AND SET THE RETAINING CLIP WAS NOT COMPLETED. AS A RESULT, THE DRIVESHAFT MAY SEPARATE.","IF THIS OCCURS, THE VEHICLE WILL HAVE A LOSS OF DRIVE POWER AND MAY ROLL AWAY IF THE PARKING BRAKE HAS NOT BEEN SET WHEN THE GEAR SELECTOR HAS BEEN PLACED IN THE �PARK� POSITION, INCREASING THE RISK OF CRASH OR PEDESTRIAN INJURY.","Honda will notify owners, and dealers will inspect the driver's side driveshaft and install a new driveshaft as needed, free of charge. The safety recall began on June 21. 2012. Owners may contact Honda customer service at 1-800-999-1009." -06/04/2012,12V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V263000),Diamond Coach Corporation,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,278,"DIAMOND COACH CORPORATION (DIAMOND COACH) IS RECALLING CERTAIN MODEL YEAR 2008-2010 PT AND VIP BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME, AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE WHEELCHAIR LIFT�S OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","DIAMOND COACH IS WORKING WITH BRAUN TO IDENTIFY AND NOTIFY OWNERS, AND BRAUN DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2012. OWNERS MAY CONTACT DIAMOND COACH AT 1-800-442-4645." -06/01/2012,12V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V249000),PACCAR Incorporated,BUNK RESTRAINTS/FMVSS 302,EQUIPMENT,12KWC,Vehicle,13,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2013 KENWORTH T680 VEHICLES EQUIPPED WITH A 76� SLEEPER AND GREY OR TAN COLOR-MATCHED BUNK RESTRAINTS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""","FLAMMABLE MATERIAL, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","PACCAR WILL NOTIFY OWNERS AND INSTALL NEW BUNK RESTRAINTS IN THE AFFECTED VEHICLES. THE SAFETY RECALL BEGAN ON JULY 13, 2012. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -05/31/2012,12V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V245000),Kia Motors America,BRAKE PEDAL MOUNT REPLACEMENT,"SERVICE BRAKES, HYDRAULIC",SC096,Vehicle,21912,"KIA IS RECALLING CERTAIN MODEL YEAR 2009 BORREGO VEHICLES, MANUFACTURED FROM MAY 2, 2008, THROUGH JANUARY 20, 2009, EQUIPPED WITH NON-ADJUSTABLE BRAKE PEDALS. CERTAIN PEDAL MOUNTS MAY HAVE A FIBERGLASS COMPOSITION THAT ALLOWS THEM TO BREAK OFF IN A COLLISION WHERE THE IMPACT HAS NOT IMMOBILIZED THE VEHICLE, WHICH WOULD THEN ALLOW THE VEHICLE TO ROLL.","IF THIS OCCURS, THE DRIVER WOULD NEED TO STOP THE VEHICLE WITH THE PARKING BRAKE OR EXPERIENCE A POSSIBLE SECOND IMPACT, INCREASING THE RISK OF PERSONAL INJURY.","KIA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE BRAKE PEDAL MOUNT, FREE OF CHARGE. THE RECALL BEGAN ON JUNE 15, 2012. OWNERS MAY CONTACT KIA CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -05/31/2012,12V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V246000),"ELITE TRAILERS, INC.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,"ELITE TRAILERS, INC. (ELITE) IS RECALLING TWO MODEL YEAR 2012 ELITE FLATBED TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ELITE WILL NOTIFY THE OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. OWNERS MAY CONTACT ELITE TRAILERS, INC. AT 1-918-962-4567." -05/31/2012,12V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V250000),Motor Coach Industries,LED INTERIOR LIGHTS AND MULTIPLEX SYSTEM,INTERIOR LIGHTING,NR (Not Reported),Vehicle,312,"MOTOR COACH INDUSTRIES, INC (MCI) IS RECALLING CERTAIN MODEL YEAR 2009-2011 D4000, D4500 AND 2010 D4505 MOTOR COACHES EQUIPPED WITH LED LIGHTS INTERIOR LIGHTS AND POWERED BY EITHER A VANSCO OR IO MULTIPLEX SYSTEM. DUE TO EXCESSIVE POWER DRAW OF THE LED LIGHTS, HEAT MAY BUILD UP AT THE FUSE BLOCK AND CONNECTOR, CAUSING COMPONENTS TO MELT.","IF THIS OCCURS, SURROUNDING MATERIAL MAY BE DAMAGED AND WILL BURN, INCREASING THE RISK OF A FIRE.","MCI WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL RE-DESIGNED WIRING, FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2012. OWNERS MAY CONTACT MCI AT 1-866-624-2622." -05/31/2012,12V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V244000),Kia Motors America,OCCUPANT CLASSIFICATION SYSTEM MAT,AIR BAGS,SC097,Vehicle,72568,"KIA IS RECALLING CERTAIN MODEL YEAR 2006-2008 RIO VEHICLES, MANUFACTURED FROM FEBRUARY 20, 2005, THROUGH DECEMBER 9, 2007. THE FRONT PASSENGER SEAT OCCUPANT SENSOR MAT CAN EXPERIENCE FATIGUE CRACKING. IF SUFFICIENT CRACKING OCCURS, THE OCCUPANT CLASSIFICATION SYSTEM (OCS) WILL CEASE TO FUNCTION SUCH THAT THE SYSTEM WILL NOT BE ABLE TO DETECT WHETHER A CHILD PASSENGER IS IN THE SEAT AND THE AIRBAG WILL DEPLOY DURING A CRASH NECESSITATING DEPLOYMENT.",AIR BAG DEPLOYMENT WITH A CHILD IN THE FRONT PASSENGER SIDE SEAT INCREASES THE RISK OF INJURY TO THAT CHILD.,"KIA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE OCS SEAT SENSOR MAT, FREE OF CHARGE. THE RECALL BEGAN ON JULY 26, 2012. OWNERS MAY CONTACT KIA CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -05/31/2012,12V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V243000),Ford Motor Company,REAR BRAKE ROTOR TRANSPORTATION BOLTS,"SERVICE BRAKES, AIR",12S32,Vehicle,128,"FORD IS RECALLING CERTAIN MODEL YEAR 2013 LINCOLN MKT VEHICLES WITH A TOWN CAR PACKAGE MANUFACTURED FROM MARCH 6, 2012, THROUGH APRIL 3, 2012, WHICH ARE AVAILABLE ONLY TO BODY BUILDERS FOR UPFITTING AS HEARSE OR LIVERY/LIMOUSINE VEHICLES. THESE VEHICLES MAY HAVE BEEN TRANSPORTED WITH REAR BRAKE ROTOR BOLTS THAT ARE NOT FULLY SEATED ALLOWING THE HEAD TO PROTRUDE ABOVE THE WHEEL MOUNTING SURFACE.","THE RAISED BOLT HEAD COULD LEAD TO TORQUE LOSS IN THE WHEEL JOINT, POTENTIALLY LEADING TO WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.","ALL THE AFFECTED VEHICLES HAVE BEEN QUARANTINED AT THE COACH BUILDER�S FACILITIES AND WILL BE REPAIRED BEFORE DELIVERY TO OWNERS. NOTICES WERE MAILED TO THE COACH BUILDERS ON MAY 24, 2012. FOR MORE INFORMATION, OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -05/31/2012,12V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V248000),"ARBOC Specialty Vehicles, LLC",ROOF ESCAPE HATCHES/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,57,"ARBOC SPECIALTY VEHICLES, LLC (ARBOC) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 SPIRIT OF MOBILITY AND FREEDOM TRANSIT BUSES MANUFACTURED FROM APRIL 1, 2011, THROUGH MARCH 25, 2012, EQUIPPED WITH PROLO ROOF ESCAPE HATCHES. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, EGRESS OF THE BUS MAY BE HINDERED POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","ARBOC WILL NOTIFY OWNERS. SPECIALTY MANUFACTURING, INC. WILL PROVIDE SERVICE KITS ALONG WITH REPAIR INSTRUCTIONS TO DEALERS AND OWNERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 27, 2012. OWNERS MAY CONTACT ARBOC AT 1-574-825-1720 OR SMI AT 1-800-951-7867." -05/30/2012,12V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V241000),Fisker Automotive Incorporated,COOLANT LEAK/POSSIBLE FIRE,ELECTRICAL SYSTEM,10/01/5161,Vehicle,19,"FISKER IS RECALLING CERTAIN MODEL YEAR 2012 FISKER KARMA PASSENGER CARS MANUFACTURED FROM SEPTEMBER 22, 2011, THROUGH JANUARY 20, 2012. WITHIN THE HIGH-VOLTAGE BATTERY, CERTAIN HOSE CLAMPS MAY HAVE BEEN POSITIONED INCORRECTLY DURING ASSEMBLY. IF POSITIONED INCORRECTLY, THE BATTERY COMPARTMENT COVER COULD INTERFERE WITH THE HOSE CLAMPS, POTENTIALLY CAUSING A COOLANT LEAK FROM THE COOLING HOSES. THIS RECALL IS AN EXPANSION OF SAFETY RECALL 11V-598.","IF COOLANT ENTERS THE BATTERY COMPARTMENT, AN ELECTRICAL SHORT COULD OCCUR POSSIBLY RESULTING IN A FIRE.","ALL KNOWN OWNERS WILL BE NOTIFIED AND INSTRUCTED NOT TO CHARGE OR DRIVE THE VEHICLE. OWNERS WILL BE ADVISED TO CONTACT AN AUTHORIZED FISKER DEALER WHO WILL ARRANGE TRANSPORTING THE VEHICLE DIRECTLY TO THEIR REPAIR FACILITY. THE REPAIR FACILITY WILL REPLACE THE HIGH-VOLTAGE BATTERY WITH A NEW PART, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 30, 2012. OWNERS MAY CONTACT FISKER CONSUMER AFFAIRS AT 1-855-575-7577, OPTION 2, 6AM - 7PM (PST) MONDAY THROUGH FRIDAY." -05/30/2012,12V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V247000),Keystone RV Company,HOLDING TANK VALVES/GIMP MOLDING,EQUIPMENT,NR (Not Reported),Vehicle,440,"KEYSTONE RV COMPANIES (KEYSTONE) IS RECALLING CERTAIN MODEL YEAR 2012 AND 2013 VANTAGE RECREATIONAL VEHICLES MANUFACTURED FROM OCTOBER 12, 2011, THROUGH MAY 7, 2012. THESE VEHICLES WERE MANUFACTURED WITHOUT PROTECTIVE (A.K.A. GIMP) MOLDING ON THE METAL AROUND THE HOLDING TANK VALVES.","AS A RESULT, THE USER MAY SUFFER CUTS TO HANDS AND ARMS WHEN REACHING PAST THE SHARP EDGES OF THE ACCESS CUT-OUT IN ORDER TO OPERATE THE HOLDING TANK VALVES.","KEYSTONE WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL THE PROTECTIVE GIMP MOLDING AROUND THE ACCESS AREA FOR THE HOLDING TANK VALVES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 29, 2012. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -05/30/2012,12V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V242000),"Daimler Trucks North America, LLC",HYDRAULIC BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",FL-628,Vehicle,2287,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2012 FREIGHTLINER CUSTOM CHASSIS INCOMPLETE MOTORHOME CHASSIS MANUFACTURED FROM MARCH 18, 2005, THROUGH JULY 19, 2011, EQUIPPED WITH BOSCH HYDRAULIC DISC BRAKE. HYDRAULIC BRAKE EQUIPPED MOTORHOME CHASSIS EXPOSED TO LONG PERIODS OF TIME OF NON-DRIVING MAY EXPERIENCE DIAMETRICAL BRAKE CALIPER PISTON GROWTH AND REDUCED PISTON TO BORE CLEARANCE POTENTIALLY LEADING TO BRAKE DRAG AND OVERHEATING RESULTING IN REDUCED BRAKE PERFORMANCE.",REDUCED BRAKE PERFORMANCE MAY LEAD TO A VEHICLE CRASH.,"DTNA WILL NOTIFY OWNERS, AND DTNA DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 7, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/24/2012,12V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V234000),"TIGER TRAILERS, INC.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,TIGER TRAILERS IS RECALLING ONE MODEL YEAR 2012 LOWBOY GOOSENECK TRAILER EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","TIGER TRAILERS WILL NOTIFY THE OWNER, AND A DEXTER AXLE DEALER WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. OWNERS MAY CONTACT TIGER TRAILERS, INC. AT 1-903-577-9511." -05/24/2012,12V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V237000),"Butler Trailer Mfg. Co., Inc.",E/H BRAKE ACUATOR,EQUIPMENT,NR (Not Reported),Vehicle,4,BUTLER TRAILERS (BUTLER) IS RECALLING CERTAIN MODEL YEAR 2011 BC-1010 CARGO TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","BUTLER WILL NOTIFY OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 7, 2012. OWNERS MAY CONTACT BUTLER TRAILERS, INC. AT 1-336-674-8390." -05/24/2012,12V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V238000),AUTO DETAILER,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,69,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO DETAILER ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO DETAILER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT HTTP://WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -05/23/2012,12V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V235000),"Daimler Trucks North America, LLC",POWER CABLE CLEARANCE,ELECTRICAL SYSTEM,FL-551,Vehicle,12,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING 12 MY 2009 WESTERN STAR 4900 TRUCKS BUILT WITH DD15 ENGINES. A NEW FORWARD CAB CROSSMEMBER DESIGN REDUCED CLEARANCE FOR CAB MOUNTED BATTERY DISCONNECT SWITCH POWER CABLES ON STANDARD CAB HEIGHT VEHICLES. DURING CAB ARTICULATION, THE NEW CROSSMEMBER MAY PINCH POWER CABLES AGAINST THE CAB.",CABLES THAT BECOME PINCHED BETWEEN THE CAB AND FORWARD CAB CROSSMEMBER COULD SHORT TO GROUND AND POTENTIALLY OVERHEAT RESULTING IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DTNA WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE THE CABLES AND REINSTALL THEM IN A NEW SAFE LOCATION. DAMAGED CABLES WILL BE REPLACED. BOTH WILL BE DONE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 13, 2012. THIS RECALL IS AN EXPANSION OF RECALL 09V-226. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL FREE AT 1-800-547-0712." -05/22/2012,12V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V228000),"Tiffin Motorhomes, Inc.",AIR BRAKE SYSTEM/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"TIFFIN MOTORHOMES (TIFFIN) IS RECALLING TWO MODEL YEAR 2012 PHAETON RECREATIONAL VEHICLES BUILT ON A SPARTAN CHASSIS AND EQUIPPED WITH 3030 BRAKE CHAMBERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 121, �AIR BRAKE SYSTEMS� BECAUSE THEY DO NOT MEET THE PARK BRAKE AND DRAW BAR REQUIREMENTS.","THE PARK BRAKE MAY NOT BE SUFFICIENT TO HOLD THE VEHICLE IN PLACE. ACCORDINGLY, THE VEHICLE COULD ROLL AWAY AND STRIKE AND INJURE A BYSTANDER OR CAUSE A CRASH WITHOUT WARNING.",THE AFFECTED VEHICLES HAVE NOT BEEN SOLD YET AND TIFFIN HAS NOTIFIED THE DEALERS THAT ARE IN POSSESSION OF THE VEHICLES. SPARTAN DEALERS WILL INSTALL IMPROVED BRAKE CHAMBERS PRIOR TO SALE. OWNERS MAY CONTACT TIFFIN MOTORHOMES AT 1-256-356-8661. -05/22/2012,12V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V233000),"STOLL TRAILERS, INC.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,5,STOLL TRAILERS (STOLL) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 STOCK TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","STOLL WILL NOTIFY OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. OWNERS MAY CONTACT STOLL TRAILERS, INC. AT 1-864-446-2121." -05/22/2012,12V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V240000),Belmont Machine Co.,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,BELMONT MACHINE COMPANY (BELMONT) IS RECALLING ONE MODEL YEAR 2011 BELMONT GN16LD TRAILER EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","BELMONT HAS NOTIFIED THE OWNER, AND A DEXTER AXLE DEALER WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. OWNERS MAY CONTACT BELMONT MACHINE COMPANY AT 1-717-556-0040." -05/22/2012,12V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V236000),"McNeilus Truck & Manufacturing, Inc.",HAZARD WARNING FLASHERS /FMVSS 108,EXTERIOR LIGHTING,41-0967369,Vehicle,270,"MCNEILUS IS RECALLING CERTAIN MODEL YEAR 2010-2012 ZR TRUCKS, MANUFACTURED FROM APRIL 26, 2010, THROUGH MAY 1, 2012 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108 �LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.� THE HAZARD WARNING LAMPS DO NOT WORK WHEN THE IGNITION IS IN THE OFF POSITION.","INADEQUATE LIGHTING COULD REDUCE THE VISIBILITY OF THE VEHICLE, INCREASING THE POTENTIAL FOR A CRASH.","MCNEILUS WILL NOTIFY OWNERS, AND MCNEILUS SERVICE TECHNICIANS WILL CONNECT THE HAZARD WARNING LIGHTS DIRECTLY TO THE VEHICLE�S POWER SUPPLY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN IN EARLY JUNE 2012. OWNERS MAY CONTACT MCNEILUS AT 507-374-6321." -05/21/2012,12V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V239000),"Foretravel, Inc.",SE-GI VENTED WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,121,"FORETRAVEL MOTORCOACH (FORETRAVEL) IS RECALLING CERTAIN MODEL YEAR 2007-2010 PHENIX AND 2007-2011 NIMBUS RECREATIONAL VEHICLES EQUIPPED WITH SE-GI WINDOWS. THE ADHESIVE BOND ON SOME PANELS BETWEEN THE GLASS PORTION AND THE HINGE MAY DE-BOND, ALLOWING THE PANEL TO DETACH AND FALL FROM THE VEHICLE.","IF THIS OCCURRED DURING TRAVEL IT COULD CREATE A ROAD HAZARD, INCREASING THE RISK OF A CRASH OR PERSONAL INJURY.","FORETRAVEL WILL NOTIFY OWNERS, AND IS WORKING WITH SE-GI PRODUCTS TO DEVELOP REMEDY INSTRUCTIONS AND OBTAIN PARTS. THE RECALL BEGAN ON JUNE 21, 2012. OWNERS MAY CONTACT FORETRAVEL MOTORCOACH, INC. AT 1-800-547-0712." -05/21/2012,12V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V231000),"Suzuki Motor USA, LLC",SIDE STAND INTERLOCK SWITCH,EQUIPMENT,2A29,Vehicle,4969,SUZUKI IS RECALLING CERTAIN MODEL YEAR 2012 GSX-R1000 MOTORCYCLES. DUE TO LOOSE BOLTS THE SIDE STAND INTERLOCK SWITCH MAY FAIL.,"ON THE GSX-R1000 MODELS, FAILURE OF THE SWITCH WILL TERMINATE THE IGNITION CIRCUIT. AS A RESULT, THE ENGINE WILL STOP RUNNING, INCREASING THE RISK OF A CRASH.","SUZUKI WILL NOTIFY OWNERS, AND SUZUKI DEALERS WILL REPLACE THE SIDE STAND INTERLOCK SWITCH BOLTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT SUZUKI AT 1-714-996-7040." -05/21/2012,12V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V230000),"QINGQI GROUP MOTORCYCLE CO., LTD",VEHICLE STOPPING DISTANCE/FMVSS 122,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,627,"QINGQI GROUP MOTORCYCLE CO, LTD, THROUGH ITS DESIGNATED AGENT, ZAP USA, IS RECALLING CERTAIN MODEL YEAR 2008 ZAP XEBRA ALL ELECTRIC MOTORCYCLES MANUFACTURED FROM JANUARY 1, 2008, THROUGH DECEMBER 31, 2008. THESE VEHICLES FAIL TO CONFORM TO THE BRAKING DISTANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS.""","THESE VEHICLES TAKE LONGER DISTANCES TO STOP, INCREASING THE RISK OF A VEHICLE CRASH.","ZAP, THE DESIGNATED AGENT OF QINGQI GROUP MOTORCYCLE CO, LTD, WILL NOTIFY OWNERS, AND ZAP DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2012. OWNERS MAY CONTACT ZAP AT 1-707-525-8658." -05/18/2012,12V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V232000),Crossroads RV,CAPACITY LABELS/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,77,"CROSSROADS IS RECALLING CERTAIN MODEL YEAR 2011 CROSSROADS CRUISER RECREATIONAL TRAILERS, MANUFACTURED FROM AUGUST 5, 2010, THROUGH DECEMBER 15, 2010. THESE VEHICLES WERE MANUFACTURED WITH INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION TAG, TIRE AND LOADING INFORMATION LABEL AND THE RECREATIONAL VEHICLE CARGO CARRYING CAPACITY LABEL. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, �TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.�",AN INACCURATE LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS WHICH COULD LEAD TO A TIRE FAILURE WHICH MAY RESULT IN PERSONAL INJURY OR PROPERTY DAMAGE.,CROSSROADS WILL NOTIFY OWNERS AND PROVIDE CORRECTED LABELS. OWNERS MAY CONTACT THOR INDUSTRIES AT 937-596-7965 OR CROSSROADS AT 260-593-2866. -05/18/2012,12V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V227000),"Forest River, Inc.",CERTIFICATION LABEL/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,57,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2010-2011 STEALTH RECREATIONAL TRAILERS. THE GROSS VEHICLE WEIGHT RATING (GVWR) AND CARGO CARRYING CAPACITY SPECIFICATION IS INCORRECT ON THE FEDERAL CERTIFICATION LABEL AND THE TIRE INFORMATION LABEL. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""","INCORRECT WEIGHT INFORMATION MAY LEAD TO OVERLOADING, WHICH MAY CAUSE AXLE OR TIRE FAILURE, INCREASING THE RISK OF A CRASH.","FOREST RIVER WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE AND REPLACE THE LABELS WITH CORRECTED LABELS. THE SAFETY RECALL BEGAN ON JUNE 12, 2012. OWNERS SHOULD CONTACT FOREST RIVER AT 909-873-3777." -05/18/2012,12V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V224000),"General Motors, LLC",SENSING AND DIAGNOSTIC MODULE,ELECTRICAL SYSTEM,12102,Vehicle,4304,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2013 CHEVROLET MALIBU VEHICLES MANUFACTURED FROM OCTOBER 24, 2011, THROUGH MARCH 31, 2012. AFTER AN EVENT OF HARD BRAKING, THE SENSING AND DIAGNOSTIC MODULE (SDM) MAY RESET ITSELF.","IF THIS OCCURS DURING AN AGGRESSIVE TURNING MANEUVER, AND THEN AFTERWARDS A POTENTIAL VEHICLE ROLLOVER EVENT IS SENSED, THE ROOF RAIL AIRBAG MAY UNINTENTIONALLY DEPLOY. ADDITIONALLY, THE AIR BAGS AND/OR SEATBELT PRETENSIONERS MAY NOT DEPLOY DURING A SEVERE CRASH, INCREASING THE RISK OF PERSONAL INJURY.","GM WILL NOTIFY OWNERS, AND DEALERS WILL REPROGRAM THE SDM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 13, 2012." -05/17/2012,12V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V219000),UNIVERSAL TRAILER CORP. INC.,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,UNIVERSAL TRAILER CORPORATION (UTC) IS RECALLING ONE MODEL YEAR 2012 HAULMARK AND ONE MODEL YEAR 2012 WELLS CARGO TRAILER EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","UTC WILL NOTIFY OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. OWNERS MAY CONTACT UNIVERSAL TRAILER CORPORATION AT 1-574-264-9661." -05/17/2012,12V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V222000),Honda (American Honda Motor Co.),POWER STEERING HOSE FAILURE DUE TO HEAT,STEERING,"S39, S59, S60",Vehicle,625762,"Honda is recalling certain model year 2007 and 2008 Acura TL and model year 2003-2007 Accord V6 vehicles. In May 2012, Honda filed a defect report to recall certain model year 2007 and 2008 Acura TL vehicles. In September 2012, Honda informed the agency that it was including an additional 573,147 vehicles including certain model year 2003 through 2007 Accord V6 vehicles. The total number of vehicles being recalled is now 625,762. Prolonged under-hood and power steering fluid temperatures may cause the power steering hose to deteriorate prematurely, resulting in cracks and power steering fluid leakage.","If this occurs, power steering fluid can leak onto a hot catalytic converter, leading to smoke and possibly an under-hood fire.","Honda will notify owners, and dealers will install a new heat resistant power steering hose, free of charge. The original recall began in June 2012, and owners of those vehicles may obtain the free remedy. Sufficient parts are not yet available for owners of the vehicles covered by the September 2012 expansion, but are expected to be available in early 2013. Honda will notify owners of these vehicles beginning on October 26, 2012, and will notify these owners again when parts are available so those vehicles can be brought to dealers for applications of the free remedy. Owners may contact Honda customer service at 1-800-999-1009." -05/17/2012,12V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V225000),"Daimler Trucks North America, LLC",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,FL-627,Vehicle,890,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 SAF-T-LINER EF, MINOTOUR, SAF-T-LINER C2, AND SAF-T-LINER HDX SCHOOL BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME, AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","DTNA WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/17/2012,12V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V226000),"Daimler Trucks North America, LLC",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,FL-627,Vehicle,100,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 SAF-T-LINER EF, MINOTOUR, SAF-T-LINER C2, SAF-T-LINER HDX TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME, AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","DTNA WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/17/2012,12V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V275000),"Champion Bus, Inc.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,892,"CHAMPION BUS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND/OR VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","CHAMPION BUS WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL began on AUGUST 17, 2012. OWNERS MAY CONTACT CHAMPION BUS AT 1-810-724-6474." -05/16/2012,12V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V216000),"Chrysler (FCA US, LLC)",AUTOMATIC TRANSMISSION SKID PLATE,POWER TRAIN,M22,Vehicle,65246,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 JEEP WRANGLER VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION. THE TRANSMISSION SKID PLATE, WHICH IS CLOSE TO THE CATALYTIC CONVERTER, CAN COLLECT DEBRIS.","IF THIS OCCURS, THE DEBRIS CAN IGNITE WITHOUT WARNING, RESULTING IN A VEHICLE FIRE.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE SKID PLATE WITH A SKID BAR, FREE OF CHARGE. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/16/2012,12V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V223000),TRAILMASTER INC.,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,12,TRAILMASTER BY MCCOLLUM CUSTOM TRAILERS INCORPORATED (TRAILMASTER) IS RECALLING CERTAIN MODEL YEAR 2011 GOOSENECK DUAL TANDEM TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","TRAILMASTER WILL NOTIFY OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 2, 2012. OWNERS MAY CONTACT TRAILMASTER, INC. AT 1-903-572-1834." -05/16/2012,12V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V214000),PACCAR Incorporated,TRAILER BRAKE TIMING/FMVSS 121,"SERVICE BRAKES, AIR",12KWB/0512-A,Vehicle,7,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2013 KENWORTH T680, AND PETERBILT 579 VEHICLES, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES EXCEED THE BRAKE TIMING TEST REQUIREMENTS OF FMVSS 121 FOR TRAILER CIRCUITS WHEN 15 FOOT COILED TRAILER LINES ARE USED.","THE LONGER BRAKE APPLY TIME MAY RESULT IN EXTENDED STOPPING DISTANCES, INCREASING THE RISK OF A CRASH.",PACCAR WILL NOTIFY OWNERS AND INSTALL A RELAY VALVE ON THE AFFECTED VEHICLES. ALL THE VEHICLES HAVE BEEN REPAIRED. OWNER MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196. -05/16/2012,12V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V221000),Toyota Motor Engineering & Manufacturing,VARIABLE GEAR RATIO STEERING SYSTEM,STEERING,NR (Not Reported),Vehicle,663,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2013 LEXUS GS350 VEHICLES, MANUFACTURED FROM DECEMBER 12, 2011, THROUGH FEBRUARY 7, 2012. THE STEERING CONTROL ELECTRONIC CONTROL UNIT (ECU) PROGRAMMING FOR THE VARIABLE GEAR RATIO STEERING (VGRS) SYSTEM COULD CAUSE THE STEERING WHEEL TO BECOME OFF-CENTERED WHEN RESTARTING IMMEDIATELY AFTER THE VEHICLE IS PARKED WITH THE STEERING WHEEL TURNED.","IF THIS OCCURS, THE DRIVER MAY NOT REALIZE THAT THE STEERING WHEEL IS OFF-CENTERED WHEN PULLING FROM A PARKED POSITION, THE VEHICLE COULD MANEUVER IN AN UNEXPECTED DIRECTION, RESULTING IN A CRASH.","TOYOTA WILL NOTIFY OWNERS, AND LEXUS DEALERS WILL UPDATE THE VGRS SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -05/15/2012,12V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V217000),Blue Bird Body Company,CROSSED AIR BRAKE LINES/FMVSS 121,"SERVICE BRAKES, AIR",R12VA,Vehicle,651,"BLUE BIRD CORPORATION (BLUE BIRD) IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2013 ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED FROM MAY 30, 2009, THROUGH APRIL 4, 2012 AND EQUIPPED WITH AIR BRAKES. THE PRIMARY AND SECONDARY AIR BRAKE LINES MAY HAVE BEEN CROSSED AT THE BRAKE TREADLE VALVE. INCORRECT INSTALLATION OF THE AIR BRAKE LINES AT THE AIR BRAKE TREADLE VALVE FAILS TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","IN THE EVENT OF A BRAKE SYSTEM PROBLEM, INCORRECT INSTALLATION OF THE AIR BRAKE LINES COULD RESULT IN A REDUCTION OR COMPLETE LOSS OF BRAKE ACTION, INCREASING THE RISK OF A CRASH.","BLUE BIRD WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MAY 23, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -05/15/2012,12V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V218000),Blue Bird Body Company,CROSSED AIR BRAKE LINES/FMVSS 121,"SERVICE BRAKES, AIR",R12VA,Vehicle,31,"BLUE BIRD CORPORATION (BLUE BIRD) IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2013 ALL AMERICAN AND VISION NON SCHOOL BUSES MANUFACTURED FROM MAY 30, 2009, THROUGH APRIL 4, 2012 AND EQUIPPED WITH AIR BRAKES. THE PRIMARY AND SECONDARY AIR BRAKE LINES MAY HAVE BEEN CROSSED AT THE BRAKE TREADLE VALVE. INCORRECT INSTALLATION OF THE AIR BRAKE LINES AT THE AIR BRAKE TREADLE VALVE FAILS TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","IN THE EVENT OF A BRAKE SYSTEM PROBLEM, INCORRECT INSTALLATION OF THE AIR BRAKE LINES COULD RESULT IN A REDUCTION OR COMPLETE LOSS OF BRAKE ACTION, INCREASING THE RISK OF A CRASH.","BLUE BIRD WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MAY 23, , 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -05/15/2012,12V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V213000),ROLLS RITE TRAILERS,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,10,"ROLLS RITE TRAILERS IS RECALLING CERTAIN MODEL YEAR 2012 TRAILERS, EQUIPPED WITH DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ROLLS RITE TRAILERS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 19, 2012. OWNERS MAY CONTACT ROLLS RITE TRAILERS AT 1-903-669-0213." -05/15/2012,12V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V220000),"Cam Superline, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,CAM SUPERLINE IS RECALLING ONE MODEL YEAR 2012 6CAM18C TRAILER AND ONE MODEL YEAR 2012 7CAM19STT TRAILER EACH EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","CAM SUPERLINE HAS NOTIFIED ALL OWNERS, AND DEXTER HAS REPLACED THE ACTUATORS, FREE OF CHARGE, THEREFORE, AN OWNER NOTIFICATION NOTICE WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT CAM SUPERLINE, INC. AT 1-717-749-3369." -05/15/2012,12V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V229000),ROYAL CARGO TRAILERS INCORPORATED,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,ROYAL CARGO TRAILERS (ROYAL CARGO) IS RECALLING ONE MODEL YEAR 2012 AMTTGN 8.5X38TR70 TRAILER EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ROYAL CARGO WILL NOTIFY THE OWNER, AND A DEXTER AXLE DEALER WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. THE AFFECTED VEHICLE HAS BEEN REPAIRED. OWNERS MAY CONTACT ROYAL CARGO TRAILERS, INC. AT 1-877-283-7260." -05/14/2012,12V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V211000),"Ferrari North America, Inc.",CRANKSHAFT FAILURE,ENGINE AND ENGINE COOLING,52,Vehicle,74,FERRARI IS RECALLING CERTAIN MODEL YEAR 2011-2012 458 ITALIA AND 2012 CALIFORNIA VEHICLES BECAUSE THE CRANKSHAFT MAY FAIL DUE TO INCORRECT MACHINING.,"IF THIS FAILURE OCCURS, THE ENGINE MAY SEIZE, SUDDENLY RENDERING THE VEHICLE INOPERABLE, INCREASING THE RISK OF A CRASH.","FERRARI WILL NOTIFY OWNERS, AND DEALERS WILL OFFER VEHICLE OWNERS THE OPTION OF HAVING THEIR ENGINE REPAIRED OR REPLACED, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 18, 2012. OWNERS MAY CONTACT FERRARI AT 201-816-2600." -05/11/2012,12V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V208000),TRIAD TRAILERS LLC,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,TRIAD TRAILERS (TRIAD) IS RECALLING ONE MODEL YEAR 2011 J105 BOAT TRAILER AND ONE MODEL YEAR 2012 J111 BOAT TRAILER EACH EQUIPPED WITH A DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","TRIAD WILL NOTIFY OWNERS, AND DEXTER WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 30, 2012. OWNERS MAY CONTACT TRIAD TRAILERS AT 1-919-782-6007." -05/11/2012,12V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V210000),"Parker Trailer Sales, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,7,PARKER TRAILER IS RECALLING CERTAIN MODEL YEAR 2012 TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","PARKER TRAILER WILL NOTIFY OWNERS, AND DEXTER WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE RECALL BEGAN ON JUNE 13, 2012. OWNERS MAY CONTACT PARKER TRAILER AT 1-903-572-0029." -05/10/2012,12V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V206000),Wilson Trailer Company,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,24,WILSON TRAILER COMPANY (WILSON TRAILER) IS RECALLING CERTAIN MODEL YEAR 2012 GOOSENECK TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","WILSON TRAILER WILL NOTIFY OWNERS, AND DEXTER AXLE WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 16, 2012. OWNERS MAY CONTACT WILSON TRAILER AT 1-712-252-6477." -05/10/2012,12V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V207000),"Daimler Trucks North America, LLC",HIGH BEAM HEADLAMPS,EXTERIOR LIGHTING,FL-626,Vehicle,1248,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2013 FREIGHTLINER BUSINESS CLASS M2 VEHICLES MANUFACTURED FROM FEBRUARY 6, 2012, THROUGH MARCH 14, 2012 BECAUSE THE LOW BEAM HEADLIGHTS TURN OFF IN HIGH BEAM MODE.","IF THIS OCCURS, THE DRIVER MAY HAVE REDUCED FOREGROUND LIGHTING WHILE DRIVING, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND WHERE NECESSARY, THE VEHICLE SOFTWARE WILL BE UPDATED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 26, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/10/2012,12V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V212000),"Forest River, Inc.",L.P. GAS LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,447,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2012 AND 2013 SURVEYOR TRAVEL TRAILERS, MANUFACTURED FROM AUGUST 12, 2011, THROUGH APRIL 6, 2012. ON CERTAIN FLOOR PLANS, THE LIQUID PROPANE (LP) GAS LINE WAS ROUTED AND FASTENED ALONG THE BOTTOM OF THE FRAME RAIL. WHEN THE TRAILER HITS A BUMP, THE POSITIONING OF THE LP GAS LINE MAY ALLOW THE ""U"" BOLT ON THE AXLE TO PINCH THE LINE BETWEEN THE MAIN RAIL AND THE ""U"" BOLT.","AS A RESULT, THE LINE MAY BREAK AND LEAK L.P. GAS WHICH MAY CAUSE FIRE, INJURY, OR DEATH.","FOREST RIVER WILL NOTIFY OWNERS, AND DEALERS WILL RE-ROUTE THE LP LINE, FREE OF CHARGE. THE RECALL BEGAN DURING MAY 2012. OWNERS MAY CONTACT FOREST RIVER AT 1-574-389-4600." -05/09/2012,12V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V203000),Newmar Corporation,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,NEWMAR IS RECALLING ONE MODEL YEAR 2012 KOUNTRY AIRE FW AND ONE MODEL YEAR 2012 KOUNTRY STAR FW FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","NEWMAR WILL NOTIFY OWNERS, AND DEXTER WILL REPLACE THE ACTUATORS, FREE OF CHARGE. NEWMAR HAS NOT YET PROVIDED A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NEWMAR AT 1-574-773-2007." -05/09/2012,12V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V204000),"Anderson Mfg., Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,4,"ANDERSON MANUFACTURING, INC. (ANDERSON) IS RECALLING CERTAIN MODEL YEAR 2008 AND 2011 GOOSENECK TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ANDERSON WILL NOTIFY OWNERS, AND DEXTER WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL began on JUNE 25, 2012. OWNERS MAY CONTACT ANDERSON MANUFACTURING AT 1-229-336-5800." -05/09/2012,12V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V209000),"United Trailers, LLC",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,UNITED EXPRESSLINE IS RECALLING TWO MODEL YEAR 2012 GOOSENECK TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","UNITED EXPRESSLINE WILL NOTIFY OWNERS, AND DEXTER WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE UNITS HAVE BEEN REPAIRED. OWNERS MAY CONTACT UNITED EXPRESSLINE, INC. AT 1-574-848-7088." -05/08/2012,12V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V201000),"Featherlite, Inc.",AXLE ASSEMBLIES/FAG BRAND BEARING SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,153,FEATHERLITE IS RECALLING CERTAIN MODEL YEAR 2006-2012 TRAILERS EQUIPPED WITH A MERITOR AXLE. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.,"PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.","FEATHERLITE IS WORKING WITH THE MERITOR TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. THE RECALL BEGAN ON MAY 24, 2012. THIS RECALL CAMPAIGN SUPERSEDES PREVIOUS RECALL CAMPAIGN 11V-396. TRAILERS THAT WERE REPAIRED UNDER THE PREVIOUS CAMPAIGN WILL ALSO NEED TO BE REPAIRED UNDER THIS CAMPAIGN. OWNERS MAY CONTACT FEATHERLITE AT 1-563-547-6000." -05/08/2012,12V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V205000),Prevost Car (US) Inc.,EMERGENCY WINDOWS/FMVSS 217,VISIBILITY,SR12-57,Vehicle,27,"PREVOST CAR INC. (PREVOST) IS RECALLING CERTAIN MODEL YEAR 2009-2013 VOLVO 9700 MOTOR COACHES. ON SOME VEHICLES, THE QUANTITY OF EMERGENCY EXIT WINDOWS IS INSUFFICIENT TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, �BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.�","IN THE EVENT OF AN EMERGENCY, PASSENGERS MAY BE DELAYED IN EXITING THE VEHICLE DUE TO LIMITED EMERGENCY WINDOWS, INCREASING THE RISK OF PERSONAL INJURY.","PREVOST WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL AN ADDITIONAL EMERGENCY EXIT WINDOW, FREE OF CHARGE. AN INTERIM NOTIFICATION WILL BE COMPLETED BY MID-JULY 2012. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2012. OWNERS MAY CONTACT PREVOST CAR INC. AT 1-866-870-2046 OR 1-418-883-2888." -05/08/2012,12V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V200000),"Forest River, Inc.",PRNDL CABLE,POWER TRAIN,NR (Not Reported),Vehicle,1468,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2010-2012 GEORGETOWN RECREATIONAL VEHICLES BUILT ON A FORD STRIPPED CHASSIS, MANUFACTURED FROM FEBRUARY 15, 2010, THROUGH NOVEMBER 29, 2011. THE GEAR SHIFTER�S CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE GEAR DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED.","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL INCREASES THE RISK THAT A VEHICLE IS LEFT IN GEAR, SUCH THAT THE VEHICLE COULD ROLL LEADING TO A CRASH OR INJURY TO A BYSTANDER.","FOREST RIVER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE CABLE ASSEMBLY, FREE OF CHARGE. FOREST RIVER HAS NOT YET PROVIDED A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT FOREST RIVER AT 1-574-295-8749." -05/07/2012,12E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E017000),Specialty Manufacturing Co.,BUS ROOF ESCAPE HATCH/FMVSS 217,STRUCTURE,NR (Not Reported),Equipment,15462,"SPECIALTY MANUFACTURING, INC. (SMI) IS RECALLING CERTAIN PROLO BUS ROOF ESCAPE HATCHES INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS SCHOOL AND TRANSIT BUSES SHIPPED FROM APRIL 1, 2011, THROUGH MARCH 25, 2012. THESE HATCHES MAY HAVE ALSO BEEN USED AS SERVICE REPLACEMENT PARTS. INCREASED FRICTION BETWEEN THE REAR PLATE ASSEMBLIES, P/NO. 009327, AND THE NYLON REAR POP-UP SUPPORT, P/NO. 008956, MAY RESULT IN AN OPENING FORCE OF THE PROLO ROOF HATCHES THAT EXCEEDS FEDERAL STANDARD REQUIREMENTS. THUS, THESE HATCHES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, A NONCOMPLIANT HATCH MAY NOT PROVIDE A MEANS OF READILY ACCESSIBLE EGRESS, INCREASING THE RISK OF INJURY TO THE VEHICLE OCCUPANTS.","SMI IS WORKING WITH THE BUS MANUFACTURERS TO IDENTIFY AND NOTIFY THE OWNERS OF THE RECALL CAMPAIGN. THE BUSES WILL BE REPAIRED FREE OF CHARGE. IN ORDER TO DETERMINE IF YOUR HATCH AFFECTED, PLEASE REVIEW THE LIST OF PROLO MODEL AND PART NUMBER PROVIDED TO US BY SMI BY CLICKING ON THE HYPERLINK �AFFECTED MODEL LIST.� THE SAFETY RECALL BEGAN ON MAY 24, 2012. OWNERS MAY CONTACT SMI AT 1-800-951-7867 OR THEIR VEHICLE MANUFACTURER." -05/03/2012,12V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V190000),Ford Motor Company,"""PRNDL"" ILLUMINATION AND BACKUP LAMP ACTIVATION",EXTERIOR LIGHTING,12C23,Vehicle,10500,"FORD IS RECALLING CERTAIN MODEL YEAR 2011-2012 FORD F-150, 2012 EXPEDITION AND LINCOLN NAVIGATOR, AND 2012-2013 MUSTANG VEHICLES, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT"" AND 108 �LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.� THESE VEHICLES MAY HAVE A TRANSMISSION RANGE SENSOR (TRS) THAT WAS CALIBRATED OUT OF SPECIFICATION FOR REVERSE GEAR.","IF THIS CONDITION EXISTS, THE TRANSMISSION MAY NOT GO INTO REVERSE OR WHEN THE DRIVER PUSHES THE SHIFT LEVER IN THE REVERSE �R� POSITION AND THE VEHICLE�S TRANSMISSION DOES GO IN REVERSE, THE �R� MAY NOT ILLUMINATE ON THE DASHBOARD OF THE F-150, EXPEDITION, OR NAVIGATOR MODELS AND/OR THE BACKUP LAMP ON THE REAR OF THE F-150, EXPEDITION, NAVIGATOR, OR MUSTANG VEHICLES MAY NOT ILLUMINATE. THESE CONDITIONS INCREASE THE RISK OF A CRASH OR A PEDESTRIAN BEING STRUCK DUE TO THE VEHICLE�S NOT SIGNALING IT IS IN REVERSE.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE TRS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 11, 2012. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -05/03/2012,12V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V194000),Ford Motor Company,CORROSION FRACTURES OF FRONT LOWER CONTROL ARM,SUSPENSION,11S16,Vehicle,23000,FORD IS RECALLING CERTAIN MODEL YEAR 1999-2003 WINDSTAR VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATE OF VIRGINIA. CORROSION-RELATED FRACTURES OF THE FRONT LOWER CONTROL ARM REAR ATTACHING BRACKETS AND BODY MOUNT ATTACHMENTS MAY OCCUR.,"A SEPARATION OF A FRONT LOWER CONTROL ARM REAR ATTACHING BRACKET MAY RESULT IN A LOWER CONTROL ARM SEPARATION. A SEPARATION OF BOTH FRONT SUBFRAME REAR BODY MOUNTS MAY RESULT IN SEPARATION OF THE STEERING INTERMEDIATE SHAFT. EITHER CONDITION COULD RESULT IN SIGNIFICANT LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT BOTH FRONT LOWER CONTROL ARM REAR ATTACHING BRACKETS AND BOTH BODY MOUNT ATTACHMENTS AT THE REAR OF THE FRONT SUBFRAME AND MAKE THE NECESSARY REPAIRS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 18, 2012. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -05/03/2012,12V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V198000),Ford Motor Company,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,12S31,Vehicle,101,"FORD IS RECALLING CERTAIN MODEL YEAR 2012 F-150 VEHICLES MANUFACTURED FROM NOVEMBER 6, 2011, THROUGH NOVEMBER 15, 2011. INCORRECT SOFTWARE FOR THE OCCUPANT CLASSIFICATION SYSTEM MODULE (OCSM) WAS INSTALLED ON THE VEHICLES EITHER AT THE TIME OF MANUFACTURING OR DURING THE COURSE OF REPLACEMENT OF THE MODULE AS PART OF A SERVICE REPAIR. UNDER CERTAIN DRIVING CONDITIONS, THE OCSM MAY MISCLASSIFY THE PASSENGER SEAT�S OCCUPANT SUCH THAT THE PASSENGER SIDE AIRBAG DOES NOT DEPLOY WHEN IT SHOULD, DOES NOT DEPLOY AS INTENDED, OR DEPLOYS WHEN IT SHOULD NOT.","A FAILURE TO DEPLOY, FAILURE TO DEPLOY AS INTENDED, OR A DEPLOYMENT WHEN NOT INTENDED, INCREASES THE RISK OF INJURY TO THE PASSENGER SIDE SEAT OCCUPANT.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE OCSM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2012. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -05/03/2012,12V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V195000),Ford Motor Company,REAR AXLE CRACKING PUERTO RICO,SUSPENSION,12S30,Vehicle,9192,"FORD IS RECALLING CERTAIN MODEL YEAR 1998-2003 WINDSTAR VEHICLES MANUFACTURED FROM SEPTEMBER 1, 1997, THROUGH JULY 3, 2003, REGISTERED IN PUERTO RICO. DUE TO INCREASED STRESSES CAUSED BY HIGH CYCLES OF TORSIONAL LOADING, SPECIFIC TO THIS MARKET, THE REAR AXLE CAN CRACK.","A FRACTURED AXLE MAY RESULT IN A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND INSTALL A REINFORCEMENT BRACKET ON THE REAR AXLE OR REPLACE THE AXLES, AS NECESSARY. THIS SERVICE WILL BE PROVIDED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2012. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -05/03/2012,12V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V193000),Ford Motor Company,REAR AXLE CRACKING-VIRGINIA VEHICLES,POWER TRAIN,10S13,Vehicle,27000,"FORD IS RECALLING CERTAIN MODEL YEAR 1998-2003 WINDSTAR VEHICLES MANUFACTURED FROM SEPTEMBER 1, 1997, THROUGH JULY 3, 2003, AND CURRENTLY REGISTERED OR ORIGINALLY SOLD IN VIRGINIA. OVER TIME, CORROSION CAN WEAKEN THE REAR AXLE MAKING IT SUSCEPTIBLE TO TORSIONAL STRESS. CORROSION AND STRESS CAN LEAD TO CRACKS WHICH, IF UNDETECTED, CAN INCREASE AND RESULT IN A COMPLETE FRACTURE OF THE AXLE.",A FRACTURED AXLE CAN AFFECT VEHICLE HANDLING AND INCREASE THE RISK OF A CRASH.,"FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND INSTALL REAR AXLE REINFORCEMENT BRACKETS, OR REPLACE THE AXLES, AS NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 19, 2012. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -05/03/2012,12V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V199000),Goshen Coach,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2802,"GOSHEN IS RECALLING CERTAIN MODEL YEAR 2007-2011 TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","GOSHEN WILL NOTIFY OWNERS, AND REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING MAY 2012. OWNERS MAY CONTACT GOSHEN AT 1-574-970-6300." -05/02/2012,12V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V197000),"Chrysler (FCA US, LLC)",ABS/ESC FUSE AND HEADLAMP JUMPER WIRE HARNESS,ELECTRICAL SYSTEM,M10,Vehicle,119072,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 300 AND DODGE CHARGER VEHICLES. THESE VEHICLES MAY LOSE ABS/ESC SYSTEM FUNCTION DUE TO AN OVERHEATED POWER DISTRIBUTION CENTER.,"THIS COULD LEAD TO LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL RELOCATE THE ABS/ESC SYSTEM FUSE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 18, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/02/2012,12C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12C002000),Dorel Juvenile Group,MISSING SEPARATE BASE WITH LATCH/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,1737,"DOREL JUVENILE GROUP (DJG) IS RECALLING CERTAIN INFANT CHILD RESTRAINTS, MODELS IC124FSM (ONBOARD 35) AND IC123FSM (COMFY CARRY), PRODUCED FROM MAY 2011 THROUGH APRIL 2012, WERE SOLD WITHOUT THE SEPARATE SEAT BASE THAT CONTAINS THE REQUIRED LATCH ATTACHMENT ASSEMBLY. WITHOUT THE LATCH ASSEMBLY, THESE UNITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","WITHOUT THE LATCH SYSTEM, THE SEAT MAY BE MORE DIFFICULT TO PROPERLY SECURE AND IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE ADEQUATELY PROTECTED AND IS AT AN INCREASED RISK FOR INJURY.",DJG WILL NOTIFY REGISTERED OWNERS AND DISTRIBUTORS. BASES WHICH INCLUDE LATCH SYSTEMS WILL BE PROVIDED AT NO COST TO ALL THOSE WHO VERIFY THEY HAVE THE AFFECTED UNITS. NON-REGISTERED OWNERS SHOULD CONTACT DJG AT 1-877-416-8111 OR BY EMAIL AT INFANTLATCHRECALL@DJGUSA.COM. -05/02/2012,12E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E019000),GALAXY HELMETS & ACCESSORIES,MOTORCYCLE HELMETS/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,747,"GALAXY HELMETS AND ACCESSORIES (GALAXY HELMETS) IS RECALLING CERTAIN GLX 501C EXTRA LARGE MOTORCYCLE HELMETS. THESE HELMETS FAIL TO CONFORM TO THE IMPACT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 218, ""MOTORCYCLE HELMETS.""",THE WEARER OF A NONCOMPLIANT HELMET CAN SUSTAIN SERIOUS INJURIES IN THE EVENT OF A CRASH.,"GALAXY HELMETS WILL NOTIFY OWNERS AND THE HELMETS WILL BE MODIFIED TO BRING THEM INTO COMPLIANCE WITH FMVSS NO. 218 FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT GALAXY HELMETS AT 1-626-359-0900." -05/02/2012,12V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V189000),"NABI Bus, LLC",PINCH BOLTS,STEERING,20122,Vehicle,50,"NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING CERTAIN MODEL YEAR 2007-2009 OPTIMA OPUS29 AND OPUS34 MODEL TRANSIT BUSES, MANUFACTURED FROM AUGUST 8, 2007, THROUGH SEPTEMBER 21, 2009. THE PINCH BOLTS IN THE STEERING COLUMN SHAFT MAY LOOSEN TO THE EXTENT THAT THEY MAY FALL OUT ALLOWING THE STEERING SHAFT TO SEPARATE.","SEPARATION OF THE STEERING SHAFT WILL RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","NABI WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPAIR VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT NABI AT 1-256-831-4296." -05/02/2012,12V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V196000),"Navistar, Inc.",POSITIVE ALTERNATOR CABLE/ENGINE FIRE,ELECTRICAL SYSTEM,12515,Vehicle,19264,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2013 PAYSTAR, WORKSTAR, TRANSTAR, AND PROSTAR, AND MODEL YEAR 2012 AND 2013 LONESTAR COMMERCIAL TRUCKS MANUFACTURED FROM JUNE 1, 2009, THROUGH APRIL 4, 2012, EQUIPPED WITH A MAXXFORCE 11 OR 13 ENGINE (FEATURE CODE 12UXJ OR 12UXH) AND WITH BOSCH ALTERNATOR FEATURE CODES 08GGN, 08GGR, 08GHG, OR 08GHH. THE ALTERNATOR CABLE MAY RUB ON THE HIGH PRESSURE POWER STEERING HOSE, POSSIBLY CHAFING ITS INSULATION AND CAUSING AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A VEHICLE FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL INSTALL A STANDOFF BRACKET AND IMPROVE HARNESS ROUTING TO BETTER ROUTE THE ALTERNATOR WIRES AWAY FROM THE POWER STEERING HOSE. THE SAFETY RECALL BEGAN ON JULY 16, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/02/2012,12V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V191000),"Chrysler (FCA US, LLC)",RIGHT SIDE LIFTGATE PINCH SENSORS,EQUIPMENT,M17,Vehicle,471,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 TOWN AND COUNTRY AND DODGE GRAND CARAVAN VEHICLES, MANUFACTURED FROM MARCH 9, 2012 THROUGH MARCH 12, 2012. SOME VEHICLES MAY BE EQUIPPED WITH A RIGHT SIDE LIFTGATE PINCH SENSOR THAT DOES NOT FUNCTION PROPERLY. AS A RESULT, INCREASED FORCE MAY BE REQUIRED IN ORDER TO STOP THE POWER LIFTGATE DURING FINAL CLOSING STAGES.","THE POWER LIFTGATE DOOR MAY CLOSE ON AN APPENDAGE, INCREASING THE RISK OF INJURY.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE RIGHT SIDE LIFTGATE PINCH SENSORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 18, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/02/2012,12V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V192000),"Chrysler (FCA US, LLC)",SPARE TIRE PLACARD/FMVSS 110,EQUIPMENT,M14,Vehicle,129,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 RAM 1500 TRUCKS, MANUFACTURED FROM JANUARY 5, 2012 THROUGH JANUARY 6, 2012. THE AFFECTED VEHICLES HAVE A SPARE TIRE THAT DOES NOT MATCH THE SPECIFICATIONS LISTED ON THE TIRE PLACARD. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, �TIRE SELECTION AND RIMS.�","IF INSTALLED, THE INCORRECTLY SIZED SPARE TIRE MAY UNEXPECTEDLY ACTIVATE THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM, ALTERING THE EFFECTIVENESS OF THE ESC SYSTEM, INCREASING THE RISK OF A CRASH.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPAIR VEHICLES AS NECCESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2012. OWNERS SHOULD CONTACT CHRYSLER AT 1-800-853-1403." -05/01/2012,12V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V188000),Ducati North America,REAR BRAKE PADS,"SERVICE BRAKES, HYDRAULIC",RCL-12-003,Vehicle,283,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2012 848, STREETFIGHTER, HYPERMOTARD, MULTISTRADA, AND MONSTER MOTORCYCLES. THE FRICTION MATERIAL MAY DETACH FROM THE BACKING PLATE OF THE REAR BRAKE PADS.","IF THE FRICTION MATERIAL DETACHES, THERE WOULD BE A SUDDEN LOSS OF REAR BRAKE EFFICIENCY, INCREASING THE STOPPING DISTANCE AND INCREASING THE RISK OF A CRASH.","DUCATI WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE, AS NECESSARY, THE REAR BRAKE PADS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2012. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696 OR GO TO THEIR WEBSITE AT WWW.DUCATI.COM." -04/30/2012,12V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V187000),Crossroads RV,FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24,"CROSSROADS IS RECALLING CERTAIN MODEL YEAR 2012 ELEVATION RECREATIONAL VEHICLES, MANUFACTURED FROM NOVEMBER 7, 2011, THROUGH FEBRUARY 22, 2012. THE ONBOARD, AUXILIARY FUEL STORAGE TANK IS INSTALLED TOO HIGH, WHICH DOES NOT PERMIT THE TANK TO BE FILLED PROPERLY. AS A RESULT, FUEL MAY COME BACK OUT OF THE FUEL FILLER NECK AND SPILL.","IN THE PRESENCE OF AN IGNITION SOURCE, THIS COULD CAUSE A FIRE OR AN EXPLOSION WHICH MAY RESULT IN PERSONAL INJURY OR DEATH.","CROSSROADS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL TANK MOUNTING BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 28, 2012. OWNERS MAY CONTACT THOR AT 937-596-6849 OR CROSSROADS AT 260-593-2866." -04/30/2012,12V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V175000),"Reinke Manufacturing Company, Inc.",LOCKING RING AND IMPROPER TORQUEING,SUSPENSION,NR (Not Reported),Vehicle,507,"REINKE IS RECALLING CERTAIN 2010-2013 INTERMODAL CHASSIS FRAMES. ON CERTAIN CHASSIS FRAMES, THE LOCKING RING THAT SECURES THE SPINDLE NUT IS MISSING FROM THE AXLE OR IS IMPROPERLY INSTALLED AND THE SPINDLE NUTS MAY NOT BE PROPERLY TORQUED WHICH CAN LEAD TO WHEEL SEPARATION.","IF WHEEL SEPARATION OCCURS, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, AND DETACHED DUAL WHEELS MAY ENTER THE ROADWAY, INCREASING THE RISK OF A CRASH.","REINKE WILL NOTIFY OWNERS, AND SERVICE REPAIR FACILITIES WILL INSPECT AND REPAIR AXLES AS NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON MAY 2, 2012. OWNERS MAY CONTACT REINKE AT 1-402-365-7521 OR TOLL FREE 1-877-762-1001." -04/27/2012,12V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V184000),"Airstream, Inc.",CERTIFICATION LABEL/FMVSS 110/TIRE AND RIM SIZE,EQUIPMENT,NR (Not Reported),Vehicle,12,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2012-2013 INTERNATIONAL EDDIE BAUER TRAVEL TRAILERS. THE PART 567 CERTIFICATION LABELS ON THE VEHICLES CONTAIN INCORRECT TIRE AND RIM SIZE INFORMATION. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, �TIRE SELECTION AND RIMS.�","INCORRECT TIRE AND TIRE PRESSURE INFORMATION ON THE LABEL COULD LEAD TO THE INSTALLATION OF A TIRE WITH THE WRONG LOAD RATING AND INSUFFICIENT TIRE PRESSURE. THESE CONDITIONS COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","AIRSTREAM WILL MAIL TO CONSUMERS THE CORRECTED LABEL AND PROVIDE INSTRUCTIONS ON HOW INSTALL THE LABEL. THE RECALL BEGAN ON MAY 7, 2012. OWNERS SHOULD CONTACT THOR AT 937-596-6849 OR AIRSTREAM AT 937-538-1268." -04/27/2012,12V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V183000),"Jayco, Inc.",CERTIFICATION LABELS/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,66,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2012 JAY FLIGHT BUNGALOW TRAVEL TRAILERS, MANUFACTURED FROM MARCH 19, 2012, THROUGH MARCH 27, 2012. THE LOAD RANGE AND THE COLD TIRE INFLATION PRESSURE ON THESE TRAILERS ARE INCORRECTLY IDENTIFIED. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, �TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.�","RELYING ON THE A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","JAYCO WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE AND REPLACE THE LABELS WITH A CORRECT LABEL. THE RECALL WILL BEGIN IN MAY 2012. OWNERS SHOULD CONTACT JAYCO AT 574-825-0608." -04/27/2012,12E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E018000),COMMERCIAL VEHICLE GROUP,SEAT BASE JOINT WELD,SEATS,NR (Not Reported),Equipment,215,"COMMERCIAL VEHICLE GROUP (CVG) IS RECALLING CERTAIN AFTERMARKET HP MODEL AIR SUSPENSION DRIVER SEATS MANUFACTURED BETWEEN DECEMBER 20, 2011, AND FEBRUARY 2, 2012, SOLD FOR USE ON VARIOUS HEAVY DUTY TRUCKS. THE SEAT BASES CONTAIN A POTENTIALLY DEFECTIVE WELD JOINT THAT MAY ALLOW THE SEAT TO BUCKLE UNEXPECTEDLY.","AN UNEXPECTED MOVEMENT OR COLLAPSE OF THE DRIVER�S SEAT COULD AFFECT VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","THE SAFETY RECALL BEGAN ON JUNE 1, 2012. THE SEATS WILL BE INSPECTED BY DEALERS TO DETERMINE IF THE WELDS WERE DONE ROBOTICALLY. SEAT BASES WILL BE REPLACED FREE OF CHARGE. OWNERS MAY CONTACT CVG AT 1-800-222-7328." -04/27/2012,12V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V185000),STARTRANS BUS CORPORATION,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"STARTRANS IS RECALLING CERTAIN 2009 AND 2010 MFSAB SCHOOL BUSES, EQUIPPED WITH BRAUN WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","STARTRANS WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT STARTRANS AT 1-574-642-0811." -04/27/2012,12V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V186000),STARTRANS BUS CORPORATION,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2060,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2007-2010 TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED. SEE THE ABOVE LIST FOR THE AFFECTED MODELS.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","STARTRANS WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2012. OWNERS MAY CONTACT STARTRANS AT 1-800-642-4889." -04/24/2012,12V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V180000),CIRCLE W TRAILERS,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,4,CIRCLE W IS RECALLING CERTAIN MODEL YEAR 2011 GOOSENECK LIVESTOCK TRAILERS EQUIPPED WITH A DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","CIRCLE W WILL NOTIFY OWNERS AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 12, 2012. OWNERS MAY CONTACT CIRCLE W AT 1-334-374-2560." -04/24/2012,12V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V182000),Bloomer Trailers,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,23,BLOOMER TRAILERS MANUFACTURING INCORPORATED (BLOOMER) IS RECALLING CERTAIN MODEL YEAR 2012 EVOLUTION GOOSENECK TRAILERS EQUIPPED WITH DEXTER ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","BLOOMER HAS NOTIFIED ALL OWNERS, AND DEXTER HAS REPLACED THE ACTUATORS, FREE OF CHARGE, THEREFORE, AN OWNER NOTIFICATION NOTICE WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT BLOOMER TRAILERS AT 1-800-390-6377." -04/24/2012,12V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V179000),NESCO BUS MAINTENANCE,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,231,"NESCO BUS MAINTENANCE (NESCO) IS RECALLING CERTAIN CARRIER GEN V EM-1 EVAPORATORS INSTALLED AS ORIGINAL EQUIPMENT BY NESCO ON VARIOUS SCHOOL AND TRANSIT BUSES. THE EM-1 EVAPORATORS CONTAIN A FUSE HOLDER IN THE MOTOR ASSEMBLY WHICH DUE TO TIME, TEMPERATURE, AND/OR VIBRATION MAY CAUSE THE FUSE TO LOOSEN IN THE FUSE HOLDER, RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT AND POTENTIALLY CAUSE A FIRE.","NESCO WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. NESCO HAS NOT PROVIDED A NOTIFICATION SCHEDULE. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-348-7440. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY NESCO BY CLICKING ON THE AFFECTED VEHICLE LIST." -04/24/2012,12V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V178000),"Daimler Trucks North America, LLC",QUICK RELEASE VALVE,"SERVICE BRAKES, AIR",FL-625,Vehicle,3116,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2012-2013 FREIGHTLINER 108SD, BUSINESS CLASS M2, CASCADIA, CORONADO VEHICLES, EQUIPPED WITH A HALDEX QUICK RELEASE VALVE, AND MANUFACTURED FROM FEBRUARY 3, 2012, THROUGH MARCH 2, 2012. THE QUICK RELEASE VALVE COVER MAY NOT BE CORRECTLY MANUFACTURED, ALLOWING THE COVER TO BECOME SEPARATED FROM THE VALVE BODY. IF THE COVER SEPARATES FROM THE VALVE BODY, THE FRONT BRAKES MAY NOT FUNCTION.","IF THIS CONDITION OCCURS, INCREASED VEHICLE STOPPING DISTANCE MAY RESULT, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND WHERE NECESSARY, THE QUICK RELEASE VALVE WILL BE REPLACED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN BEFORE JUNE 15, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/24/2012,12V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V181000),GULF TRAN,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,12BL-0011,Vehicle,4,"GULF TRAN IS RECALLING CERTAIN GT GULF TRAN SHUTTLE BUSES MANUFACTURED FROM APRIL 12, 2010, THROUGH OCTOBER 22, 2010, EQUIPPED WITH BRAUN WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","GULF TRAN WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 17, 2012. OWNERS MAY CONTACT GULF TRAN AT 1-800-777-0745." -04/20/2012,12V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V177000),"BMW of North America, LLC",CONNECTING ROD BOLTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1414,"BMW IS RECALLING CERTAIN MODEL YEAR 2012 S1000RR MOTORCYCLES, MANUFACTURED FROM SEPTEMBER 1, 2011, THROUGH APRIL 10, 2012. DUE TO A MANUFACTURING PROCESS ERROR, THE CONNECTING ROD BOLTS MAY BECOME LOOSE DURING HIGH ENGINE TEMPERATURES AND/OR HIGH ENGINE OPERATING SPEEDS WHICH COULD RESULT IN CATASTROPHIC ENGINE DAMAGE.","IN THE EVENT OF ENGINE DAMAGE, ESCAPING OIL COULD CAUSE HANDLING ISSUES, INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE CONNECTING ROD BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 8, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -04/20/2012,12V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V176000),"BMW of North America, LLC",HEAD RESTRAINTS/FMVSS 202A/PETITION,SEATS,NR (Not Reported),Vehicle,7600,"BMW IS RECALLING CERTAIN MODEL YEAR 2012 BMW 3-SERIES VEHICLES MANUFACTURED FROM OCTOBER 19, 2011, THROUGH MARCH 18, 2012, THAT HAVE FRONT SEAT HEAD RESTRAINTS THAT EXCEED THE DOWNWARD MOVEMENT LIMIT OF 25MM IN THE HIGHEST POSITION. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 202A,""HEAD RESTRAINTS.""","IN THE EVENT OF A VEHICLE CRASH, THE HEAD RESTRAINT MAY UNEXPECTEDLY MOVE DOWN SLIGHTLY IF IT WAS ADJUSTED TO THE FULLY EXTENDED POSITION, INCREASING THE RISK OF PERSONAL INJURY.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL ATTACH A CLAMP TO THE FRONT SEAT HEAD RESTRAINT POSTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 30, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -04/19/2012,12V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V174000),PJ Trailers,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,194,"PJ TRAILERS IS RECALLING CERTAIN MODEL YEAR 2012 TRAILERS, EQUIPPED WITH DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","PJ TRAILER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 17, 2012. OWNERS MAY CONTACT PJ TRAILERS AT 1-903-669-0213." -04/18/2012,12E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E015000),"Meritor, Inc.",AXLE ASSEMBLIES/FAG BRAND BEARING SYSTEM/WHEEL END,POWER TRAIN,NR (Not Reported),Equipment,4310,MERITOR IS RECALLING CERTAIN TL SERIES TRAILER AXLES THAT CONTAIN THE FAG BRAND BEARING SYSTEM. THESE AXLES WERE SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS RECREATIONAL VEHICLES. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.,"PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.",MERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. THIS RECALL CAMPAIGN SUPERSEDES PREVIOUS RECALL CAMPAIGNS 10E-057 AND 11E-015. AXLES THAT WERE REPAIRED UNDER THESE PREVIOUS CAMPAIGNS WILL ALSO NEED TO BE REPAIRED UNDER THIS CAMPAIGN. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR AT 1-248-435-1725. -04/18/2012,12V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V171000),Aluminum Trailer Company (ATC),E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,ALUMINUM TRAILER COMPANY (ATC) IS RECALLING CERTAIN MODEL YEAR 2012 RSX GOOSENECK AND QUEST (QST) CAR HAULERS EQUIPPED WITH A DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ATC WILL NOTIFY OWNERS AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. ATC HAS NOT PROVIDED A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT ATC AT 1-877-441-2440." -04/18/2012,12V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V173000),Trans Tech Bus,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,77,"TRANSPORTATION COLLABORATIVE INCORPORATED (TCI) IS RECALLING CERTAIN MODEL YEAR 2008-2010 TRANS TECH BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED. A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP.","IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","TCI WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2012. OWNERS MAY CONTACT TCI AT 845-988-0419." -04/17/2012,12E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E016000),ENERGY AND WATER SOLUTIONS,CNG FUEL TANKS,EQUIPMENT,NR (Not Reported),Equipment,,"ENERGY AND WATER SOLUTIONS IS RECALLING CERTAIN COMPRESSED NATURAL GAS (CNG) TANKS BECAUSE THEY WERE PRODUCED WITHOUT THE DOT CERTIFICATION LABEL. THUS, THESE TANKS FAIL TO CONFORM WITH THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 304, ""COMPRESSED NATURAL GAS FUEL CONTAINER INTEGRITY.""","A TANK THAT IS NOT CERTIFIED TO BE CRASHWORTHY MAY POSE A RISK OF RUPTURING IN A CRASH, INCREASING THE RISK OF A FIRE AND THE RESULTANT INJURIES.",ENERGY AND WATER SOLUTIONS WILL MAIL DOT CERTIFIED LABELS TO OWNERS OF RECORD FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2012. OWNERS MAY CONTACT ENERGY AND WATER SOLUTIONS AT 1-801-825-5580. -04/17/2012,12V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V170000),"Navistar, Inc.",PITMAN ARM SEPARATION,STEERING,12514,Vehicle,234,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 INTERNATIONAL TERRASTAR TRUCKS, MANUFACTURED FROM AUGUST 23, 2011, THROUGH NOVEMBER 16, 2011 AND EQUIPPED WITH A SHEPPARD M83 STEERING GEAR (FEATURE CODE 05PSN). THE FASTENER ATTACHING THE PITMAN ARM TO THE STEERING GEAR SHIFT MAY HAVE BEEN OVER TIGHTENED. AS A RESULT, THE SECURING BOLT MAY FAIL AND THE PITMAN ARM MAY SEPARATE FROM THE STEERING GEAR.","IF THIS OCCURS, A LOSS OF STEERING CONTROL COULD RESULT, INCREASING THE RISK OF CRASH RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE PITMAN ARM FASTENERS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL began on ABOUT JUNE 12, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -04/17/2012,12V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V169000),"MAIN MOBILITY, INC.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,34,"MAIN MOBILITY IS RECALLING CERTAIN CONVERSION VANS BUILT ON MODEL YEAR 2008-2010 CHEVROLET EXPRESS, 2009 GMC SAVANA, AND 2010 FORD TRANSIT CONNECT CHASSIS, AND FITTED WITH CERTAIN BRAUN WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE WHEELCHAIR LIFT�S OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","MAIN MOBILITY IS WORKING WITH BRAUN TO NOTIFY OWNERS, AND BRAUN DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. MAIN MOBILITY HAS NOT PROVIDED A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT MAIN MOBILITY AT 1-716-759-6811." -04/16/2012,12V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V172000),Trans Tech Bus,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"TRANSPORTATION COLLABORATIVE INCORPORATED (TCI) IS RECALLING ONE MODEL YEAR 2007 DW7+9195FRL MANUFACTURED BY U.S. BUS AND EQUIPPED WITH A BRAUN CENTURY-2 OR A VISTA-2 WHEELCHAIR LIFT. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE WHEELCHAIR LIFT�S OUTER BARRIER MAY BECOME BENT OR MISALIGNED. A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP.","IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","TCI WILL NOTIFY THE OWNER, AND THE REPAIRS WILL BE PERFORMED BY AN AUTHORIZED BRAUN DEALER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 9, 2012. OWNERS MAY CONTACT TCI AT 845-988-0419." -04/13/2012,12V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V167000),"CUSTOM BUILT GOOSENECK TRAILERS, INC.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,2,"CUSTOM BUILT GOOSENECK TRAILERS, INC. (CBGT) IS RECALLING 1 25� AND 1 40� MODEL YEAR 2012 TRAILERS, MANUFACTURED BETWEEN JANUARY 14, 2011, AND JANUARY 18, 2012, EQUIPPED WITH AN ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","CBGT WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. OWNERS MAY CONTACT CUSTOM BUILT GOOSENECK TRAILERS, INC. AT 1-903-383-2896." -04/13/2012,12T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T009000),"Michelin North America, Inc.",LOSS OF CASING INTEGRITY/RAPID AIR LOSS,TIRES,NR (Not Reported),Tire,73645,"MICHELIN NORTH AMERICA, INC. (MICHELIN) IS RECALLING CERTAIN MICHELIN XZU3 LRJ, SIZE 305/85R22.5, AND MICHELIN XZU2 LRJ, SIZE 12R22.5, TIRES PRODUCED BETWEEN OCTOBER 23, 2005, AND SEPTEMBER 3, 2011; AND MICHELIN XM505 LRJ, SIZE 305/85R22.5, TIRES PRODUCED BETWEEN APRIL 18, 2010, AND MAY 8, 2010, AND JANUARY 23, 2011, AND FEBRUARY 12, 2011. THESE TIRES HAVE A CASING THAT MAY EXPERIENCE A LOSS OF INTEGRITY AND, IN SOME CASES, HAVE RAPID AIR LOSS.","RAPID AIR LOSS OF THE TIRE WHILE THE VEHICLE IS IN USE, COULD RESULT IN A VEHICLE CRASH.","MICHELIN WILL PROVIDE INFORMATION TO CUSTOMERS ON HOW TO OBTAIN REPLACEMENT TIRES. THE SAFETY RECALL BEGAN ON APRIL 30, 2012. OWNERS MAY CONTACT MICHELIN AT 1-888-847-8475." -04/12/2012,12V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V163000),Elkhart Coach,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,761,"ELKHART COACH IS RECALLING CERTAIN BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED. A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","ELKHART WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2012. OWNERS MAY CONTACT BRAUN CUSTOMER SERVICE AT 1-800-488-0359." -04/12/2012,12V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V164000),"Corp. Micro Bird, Inc.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,12-051-BRU,Vehicle,38,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 MICRO BIRD G5 SCHOOL BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","MICRO BIRD WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 11, 2012. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -04/11/2012,12V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V159000),"Bombardier Recreational Products, Inc.",BRAKE PEDAL CONNECTING ROD PINS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3259,BOMBARDIER RECREATIONAL PRODUCTS INC. (BRP) IS RECALLING CERTAIN MODEL YEAR 2010 SPYDER RT ROADSTERS. A PIN SECURING THE BRAKE PEDAL CONNECTING ROD COULD DISENGAGE AND FALL OFF.,"IF THIS OCCURS, A TOTAL LOSS OF MAIN BRAKE FUNCTION COULD RESULT WITHOUT PRIOR WARNING. THERE IS AN INCREASED RISK OF A CRASH POSSIBLY RESULTING IN INJURY OR DEATH.","BRP WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE BRAKE PEDAL CONNECTING ROD PINS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 18, 2012. OWNERS MAY CONTACT BRP AT 1-888-638-5397." -04/10/2012,12V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V157000),MOBILITY CONQUEST LLC,BRAKE LINE INSULATION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,48,"MOBILITY CONQUEST IS RECALLING CERTAIN MODEL YEAR 2009-2010 TRIKE MOTORCYCLES. DUE TO INSUFFICIENT BRAKE LINE INSULATION, HEAT FROM THE EXHAUST DEFLECTOR COULD CAUSE THE BRAKE LINE TO MELT AND LEAK BRAKE FLUID.","IF THIS OCCURS, BRAKE FAILURE COULD RESULT, INCREASING THE RISK OF A CRASH.","MOBILITY CONQUEST WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BRAKE LINES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 10, 2012. OWNERS MAY CONTACT MOBILITY CONQUEST AT 1-800-769-8267." -04/10/2012,12V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V165000),Temsa,BUS EMERGENCY EXIT INSTRUCTION LABEL/FMVSS 217,EQUIPMENT,NR (Not Reported),Vehicle,153,"TEMSA GLOBAL (TEMSA) IS RECALLING CERTAIN MODEL YEAR 2007-2012 TS35 BUSES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, �BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.� SOME OF THE EMERGENCY EXIT MECHANISM INSTRUCTION LABELS MAY HAVE BEEN INSTALLED FARTHER THAN 16 CM FROM THE RELEASE MECHANISM.","DUE TO THE DISTANCE BETWEEN THE OPERATING INSTRUCTIONS AND THE WINDOW�S RELEASE MECHANISM, IN THE EVENT OF AN EMERGENCY, PASSENGERS MAY NOT RECOGNIZE AND FOLLOW THE INSTRUCTIONS FOR RELEASING THE EMERGENCY EXIT WINDOWS DELAYING THEIR SAFE EXIT FROM THE BUS AND , INCREASING THE RISK OF PERSONAL INJURY.","TEMSA WILL NOTIFY OWNERS, AND NEW LABELS WILL BE MAILED TO OWNERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MAY 23, 2012. OWNERS MAY CONTACT TEMSA AT 1-404-602-0151." -04/10/2012,12V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V162000),"Falcon Trailer Works, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,FALCON IS RECALLING ONE MODEL YEAR 2012 GOOSENECK TRAILER EQUIPPED WITH A DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THE PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","FALCON WILL NOTIFY THE OWNER AND DEXTER AXLE WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP, FREE OF CHARGE. THE VEHICLE WAS REPAIRED DURING APRIL 2012. OWNERS MAY CONTACT FALCON TRAILER WORKS, INC. AT 1-903-877-2077 OR DEXTER AXLE AT 1-260-636-5311." -04/10/2012,12V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V161000),"BMW of North America, LLC",ELECTRIC AUXILIARY WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2846,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 5-SERIES, 5-SERIES GRAN TURISMO, MODEL YEAR 2012 6-SERIES CONVERTIBLE, 7-SERIES, X5 SAV, AND X6 SAV VEHICLES EQUIPPED WITH 8- OR 12-CYLINDER, TURBOCHARGED, ENGINES BECAUSE THE CIRCUIT BOARD FOR THE ELECTRIC AUXILIARY WATER PUMP CAN OVERHEAT.",THIS COULD LEAD TO A SMOLDERING OF THE PUMP OR AN ENGINE COMPARTMENT OR VEHICLE FIRE.,"BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AUXILIARY WATER PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 30, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -04/10/2012,12V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V166000),"Rolls-Royce Motor Cars, Ltd.",ELECTRIC AUXILIARY WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,69,ROLLS-ROYCE IS RECALLING CERTAIN MODEL YEAR 2011 GHOST VEHICLES EQUIPPED WITH TURBOCHARGED ENGINES BECAUSE THE CIRCUIT BOARD FOR THE ELECTRIC AUXILIARY WATER PUMP CAN OVERHEAT.,THIS COULD LEAD TO A SMOLDERING OF THE PUMP OR AN ENGINE COMPARTMENT OR VEHICLE FIRE.,"ROLLS-ROYCE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AUXILIARY WATER PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 9, 2012. OWNERS MAY CONTACT ROLLS-ROYCE CUSTOMER RELATIONS AND SERVICES AT 1-877-877-3735." -04/10/2012,12V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V160000),AUTO TRIM DESIGN OF MID MARYLAND,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,626,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM DESIGN OF MID MARYLAND ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM DESIGN OF MID MARYLAND BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -04/10/2012,12V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V158000),"Gulf States Toyota, Inc.",TIRE AND LOADING INFORMATION PLACARD/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,672,"GULF STATES TOYOTA (GST) IS RECALLING CERTAIN MODEL YEAR 2012 TACOMA TRUCKS. THE TIRE AND LOADING INFORMATION PLACARD ON EACH VEHICLE CONTAINS INACCURATE SPARE TIRE SIZE AND COLD INFLATION PRESSURE INFORMATION. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110,�TIRE SELECTION AND RIMS.�","AN INCORRECT PLACARD COULD LEAD TO IMPROPER SPARE TIRE USE OR REPLACEMENT WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","GST WILL NOTIFY OWNERS, AND SEND EACH OWNER A CORRECTED PLACARD, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 5, 2012. OWNERS MAY CONTACT GULF STATES TOYOTA, INC. AT 1-713-744-3465." -04/09/2012,12V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V156000),"Maxey Trailers Mfg., Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,14,"MAXEY TRAILER IS RECALLING CERTAIN MODEL YEAR 2011 GOOSENECK TANDEM DUAL FLATBED TRAILERS MANUFACTURED FROM SEPTEMBER 2011 THROUGH DECEMBER 2011, EQUIPPED WITH DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","MAXEY TRAILERS MAILED NOTICES OF THE RECALL TO OWNERS ON APRIL 2, 2012. DEXTER AXLE DEALERS WILL REPLACE THE E/H BRAKE ACTUATOR PUMPS FREE OF CHARGE. OWNERS MAY CONTACT MAXEY TRAILERS AT 1-903-784-8059." -04/09/2012,12V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V168000),"Big Tex Trailer Manufacturing, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,20,BIG TEX IS RECALLING CERTAIN MODEL YEAR 2012 22GN AND 25GN TRAILERS EQUIPPED WITH A DEXTER AXLE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","BIG TEX WILL NOTIFY OWNERS AND DEXTER AXLE DEALERS WILL REPLACE THE ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS, FREE OF CHARGE. OWNERS MAY CONTACT BIG TEX MANUFACTURING, INC. AT 1-903-575-0300." -04/09/2012,12V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V155000),"Midsota Manufacturing, Inc.",E/H BRAKE ACUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,MIDSOTA MANUFACTURING (MIDSOTA) IS RECALLING ONE MODEL YEAR 2012 ST-22 TRAILER EQUIPPED WITH A DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","MIDSOTA WILL NOTIFY THE OWNER, AND A DEXTER AXLE DEALER WILL REPLACE THE ACTUATOR, FREE OF CHARGE." -04/09/2012,12V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V152000),"Roadclipper Enterprises, Inc.",E/H BRAKE ACUTATOR,EQUIPMENT,NR (Not Reported),Vehicle,7,ROADCLIPPER IS RECALLING CERTAIN MODEL YEAR 2012 FLEETNECK TRAILERS EQUIPPED WITH A DEXTER AXLE BRAND ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","ROADCLIPPER HAS NOTIFIED THE OWNERS, AND DEXTER AXLE DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE." -04/09/2012,12E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E014000),"Sunright International Of America, Inc.",MOTORCYCLE HELMETS/FMVSS 218,EQUIPMENT,NR (Not Reported),Equipment,6997,"SUNRIGHT INTERNATIONAL OF AMERICA, INC., DBA RODIA USA, IS RECALLING CERTAIN RODIA RHD 103 AND OUTLAW 103 MOTORCYCLE HELMETS, SIZES XS, S, M, L, XL, XXL, AND XXXL, PRODUCED FROM JULY 1, 2010, THROUGH DECEMBER 31, 2011. THESE HELMETS FAIL TO CONFORM TO THE FRONTAL IMPACT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""",THE WEARER OF THE NONCOMPLIANT HELMET CAN SUSTAIN SERIOUS INJURIES IN THE EVENT OF A CRASH.,"RODIA USA WILL NOTIFY OWNERS AND THE NONCOMPLIANT HELMET WILL BE REPLACED FREE OF CHARGE OR THE OWNER WILL BE OFFERED A REFUND. THE SAFETY RECALL BEGAN ON APRIL 16, 2012. OWNERS MAY CONTACT SUNRIGHT INTERNATIONAL OF AMERICA AT 1-888-529-9065." -04/09/2012,12V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V151000),"General Motors, LLC",WINDSHIELD WIPER ARM NUTS,VISIBILITY,12036,Vehicle,47846,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2011-2012 CHEVROLET TRAVERSE, BUICK ENCLAVE, AND GMC ACADIA VEHICLES CURRENTLY REGISTERED IN ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WEST VIRGINIA, WISCONSIN, WYOMING AND THE DISTRICT OF COLUMBIA. SNOW OR ICE BUILDUP ON THE WINDSHIELD OR ON THE WIPER MAY RESTRICT THE MOVEMENT OF THE WIPER ARM, CAUSING THE WIPER ARM TO LOOSEN AND CAUSE THE WIPER TO BECOME INOPERATIVE.","IF THIS OCCURS, DRIVER VISIBILITY COULD BE REDUCED, INCREASING THE RISK OF A CRASH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL TIGHTEN THE WIPER ARM NUTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 20, 2012." -04/06/2012,12V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V150000),DAVIS EQUIPMENT CORPORATION,REAR BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,25,DAVIS EQUIPMENT CORPORATION (DEC) IS RECALLING CERTAIN MODEL YEAR 2008-2011 MERRITT COMMODITY TRAILER 38� GRAIN HOPPERS. THE CONVEYOR BELT ON THESE VEHICLES EXTENDS OUT OF THE REAR OF THE TRAILER IN THE REAR IMPACT ZONE OF THE BACK WHEELS AND DOES NOT MEET THE REQUIREMENTS FOR REAR IMPACT PROTECTION.,"IF A REAR IMPACT OCCURRED, IT IS POSSIBLE THAT THE FOLLOWING VEHICLE WOULD IMPACT THE CONVEYOR BEFORE IMPACTING THE TRAILER�S BUMPER, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","DEC WILL NOTIFY OWNERS, AND DEALERS WILL CORRECT THE REAR BUMPER PLACEMENT AS NECESSARY. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 1, 2012. OWNERS MAY CONTACT DEC AT 1-515-270-8300." -04/05/2012,12V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V146000),"Volkswagen Group of America, Inc.",DIESEL FUEL FILTER ELEMENT,"FUEL SYSTEM, DIESEL",20R7/W3,Vehicle,153,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2012 PASSAT VEHICLES, MANUFACTURED FROM JANUARY 18, 2011, THROUGH JUNE 1, 2011. DURING ASSEMBLY, THESE VEHICLES WERE BUILT WITH A DIESEL FUEL FILTER ELEMENT THAT MAY NOT SEAL CORRECTLY.","OVER TIME, OR AFTER CERTAIN DRIVING DISTANCES, THESE VEHICLES ARE SUSCEPTIBLE TO FUEL LEAKAGE. LEAKING FUEL, IN THE PRESENCE OF AN IGNITION SOURCE, MAY LEAD TO A FIRE.","VOLKSWAGEN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE DIESEL FUEL FILTER ELEMENTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -04/05/2012,12T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T008000),Cooper Tire & Rubber Co.,MISLABELED LOAD RANGE/FMVSS 139,TIRES,155,Tire,1084,"COOPER TIRE & RUBBER COMPANY (COOPER) IS RECALLING CERTAIN DISCOVERER H/T TIRES, SIZE LT245/75R16, MANUFACTURED FROM FEBRUARY 12, 2012, THROUGH MARCH 10, 2012. SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH AN INCORRECT LOAD RANGE, MAXIMUM PERMISSIBLE INFLATION PRESSURE, AND MAXIMUM LOAD MOLDED ONTO THE INTENDED INNER SIDEWALL. THEREFORE, THE AFFECTED TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","INACCURATE TIRE LABELING MAY LEAD TO THE TIRE BEING OVER-LOADED AND/OR UNDER-INFLATED, INCREASING THE RISK OF A VEHICLE CRASH.","COOPER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE SAFETY RECALL BEGAN ON APRIL 11, 2012. OWNERS MAY CONTACT COOPER TIRE & RUBBER COMPANY�S CONSUMER RELATIONS DEPARTMENT AT 1-800-854-6288." -04/05/2012,12V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V149000),Ford Motor Company,PASSENGER SIDE WIPER MOTOR CONNECTOR,VISIBILITY,12S29,Vehicle,140310,"FORD IS RECALLING CERTAIN MODEL YEAR 2012 FOCUS VEHICLES MANUFACTURED FROM AUGUST 1, 2010, THROUGH OCTOBER 18, 2011. A SEAL IN THE WIRING HARNESS CONNECTOR TO THE PASSENGER SIDE WIPER MOTOR MAY BE MISSING.","WATER OR OTHER CONTAMINANTS MAY ACCUMULATE IN THE CONNECTOR, RESULTING IN AN INTERMITTENT OR INOPERATIVE PASSENGER SIDE WIPER MOTOR, REDUCING VISIBILITY AND INCREASING THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND AS NECESSARY, CLEAN AND PROPERLY SEAL THE PASSENGER SIDE WIPER MOTOR CONNECTOR. ANY INOPERATIVE WIPER MOTORS WILL BE REPLACED. THIS SERVICE WILL BE PROVIDED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2012. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -04/05/2012,12V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V147000),"Volkswagen Group of America, Inc.",REAR HUB AND BEARING ASSEMBLY,SUSPENSION,42G3/W2,Vehicle,15,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2012 ROUTAN VEHICLES, MANUFACTURED FROM NOVEMBER 15, 2011, THROUGH NOVEMBER 21, 2011. SOME VEHICLES MAY BE EQUIPPED WITH RIGHT REAR HUB AND BEARING ASSEMBLIES THAT WERE NOT FULLY MACHINED.","THIS COULD RESULT IN A DECREASE IN DURABILITY, WHICH MAY LEAD TO WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.","VOLKSWAGEN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE RIGHT REAR HUB AND BEARING ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 20, 2012. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -04/05/2012,12T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T006000),"PT. Multistrada Arah Sarana, Tbk",TREAD SEPARATION/FMVSS 139,TIRES,NR (Not Reported),Tire,36592,"PT. MULTISTRADA ARAH SARANA IS RECALLING CERTAIN ACHILLES DESERT HAWK A/P LIGHT TRUCK TIRES, SIZES LT215/85R16 115/112L 10PR, LT235/85R16 120/116L 10PR, LT225/75R16 115/112L 10PR, PRODUCED BETWEEN JANUARY 2010 AND NOVEMBER 2011, AND RADAR RADIAL RLT-9 LIGHT TRUCK RADIAL TIRES PRODUCED FROM DECEMBER 30, 2009, THROUGH JANUARY 31, 2011. THE ACHILLES TIRES WERE PRODUCED WITH A NARROW BEAD DESIGN WHICH CAN CAUSE BLISTERING ON THE LOWER SIDEWALL. THE RADAR TIRES HAVE DEFECTIVE SIDEWALL DESIGN WHICH MAY LEAD TO TREAD SEPARATION. ACCORDINGLY, THE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","THESE TIRES MAY EXPERIENCE BLISTERING ON THEIR SIDEWALL OR TREAD SEPARATION THAT MAY CAUSE SUDDEN LOSS OF AIR, INCREASING THE RISK OF A VEHICLE CRASH.","PT. MULTISTRADA ARAH SARANA WILL NOTIFY OWNERS, AND REPLACE THE NONCOMPLIANT TIRES WITH A SIMILAR TIRE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 17, 2012. OWNERS MAY CONTACT PT. MULTISTRADA ARAH SARANA CUSTOMER HOTLINE AT 1-800-944-8414." -04/05/2012,12V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V153000),Blue Bird Body Company,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,R12TU,Vehicle,125,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 ALL AMERICAN, VISION, AND MICRO BIRD SCHOOL BUSES EQUIPPED WITH BRAUN VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","BLUE BIRD WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 26, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/05/2012,12V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V154000),"Corp. Micro Bird, Inc.",WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,12-052-BRU,Vehicle,13,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 MICRO BIRD G5 TRANSIT BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","MICRO BIRD WILL NOTIFY OWNERS, AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED BRAUN DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 11, 2012. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -04/04/2012,12V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V143000),"Nissan North America, Inc.",CERTIFICATION LABEL/FMVSS 110/RIM SIZE,EQUIPMENT,NR (Not Reported),Vehicle,26626,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 TITAN AND ARMADA VEHICLES, MANUFACTURED FROM AUGUST 12, 2011, THROUGH MARCH 13, 2012. THE PART 567 CERTIFICATION LABELS ON THE VEHICLES DO NOT CONTAIN RIM SIZE INFORMATION. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, �TIRE SELECTION AND RIMS.�",THE OMISSION OF THE RIM SIZE MAY LEAD TO AN INCORRECT TIRE/WHEEL COMBINATION WHICH MAY INCREASE THE LIKELIHOOD OF A CRASH.,"NISSAN WILL SUPPLY OWNERS WITH A NEW LABEL AND INSTRUCTIONS ON HOW INSTALL THE LABEL OR THE OWNER WILL HAVE THE OPTION OF TAKING THEIR VEHICLE TO A NISSAN DEALER TO HAVE THE NEW LABEL INSTALLED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2012. OWNERS MAY CONTACT NISSAN AT 1-615-725-1000." -04/04/2012,12V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V144000),MO TRAILERS,ELECTRIC/HYDRAULIC PUMP ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,5,"MO TRAILERS CORPORATION (MO TRAILERS) IS RECALLING THREE MODEL YEAR 2011 39 VS AND 41 VS TRAILERS, EQUIPPED WITH ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. TWO ADDITIONAL AFFECTED ACTUATORS WERE SOLD AS RETAIL PARTS SALES. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","MO TRAILER NOTIFIED THE OWNERS OF THE AFFECTED ACTUATORS ON MARCH 26, 2012. OWNERS MAY CONTACT MO TRAILER AT 1-574-533-0824." -04/04/2012,12E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E013000),"QUALITY TRAILER PRODUCTS, LP",TRAILER AXLES,SUSPENSION,NR (Not Reported),Equipment,1125,"QUALITY TRAILER PRODUCTS, LP. (QTP) IS RECALLING CERTAIN TRAILER AXLES WITH PART NUMBER TS20710585545IAC AND MANUFACTURED IN LOTS QR494320 AND QR493997 FROM JANUARY 24, 2012, THROUGH FEBRUARY 17, 2012. THESE AXLES WERE INSTALLED ON CERTAIN TRAILERS MANUFACTURED BY CARRY-ON TRAILERS, INC. AS PART NUMBER 2K7158. OVER TIME, THE WELD BETWEEN THE AXLE TUBE AND THE SPINDLE MAY FAIL UNDER STRESS.","IF THE AXLE SPINDLE FAILS, THE TRAILER WHEEL COULD SEPARATE, INCREASING THE RISK OF A CRASH.","QTP WILL NOTIFY OWNERS AND WILL REPLACE THE AFFECTED AXLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT QTP AT 1-800-334-6355 EXT. 132." -04/04/2012,12V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V148000),Daimler Buses North America,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,42,"DAIMLER IS RECALLING CERTAIN 2008-2009 DAIMLER SPRINTER MINI-BUSES EQUIPPED WITH BRAUN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR�S OCCUPANT COULD FALL AND SUSTAIN INJURY.","DAIMLER IS WORKING WITH BRAUN TO NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT DAIMLER AT 1-800-882-8054." -04/03/2012,12V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V141000),"Chrysler (FCA US, LLC)",REAR HUB AND BEARING ASSEMBLY,SUSPENSION,M13,Vehicle,289,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 TOWN AND COUNTRY AND DODGE GRAND CARAVAN VEHICLES MANUFACTURED FROM NOVEMBER 15, 2011, THROUGH NOVEMBER 21, 2011. SOME VEHICLES MAY BE EQUIPPED WITH RIGHT REAR HUB AND BEARING ASSEMBLIES THAT WERE NOT FULLY MACHINED.","THIS COULD RESULT IN A DECREASE IN DURABILITY, WHICH MAY LEAD TO WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE RIGHT REAR HUB AND BEARING ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -04/03/2012,12V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V142000),"Chrysler (FCA US, LLC)",ROLL-OVER VALVE,"FUEL SYSTEM, GASOLINE",M11,Vehicle,1689,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 JEEP PATRIOT AND COMPASS VEHICLES MANUFACTURED FROM DECEMBER 17, 2011, THROUGH JANUARY 2, 2012. SOME VEHICLES MAY HAVE BEEN BUILT WITH A FUEL TANK ASSEMBLY CONTAINING A DAMAGED ROLL-OVER VALVE.","IN THE EVENT OF AN IMPACT OR ROLL-OVER, FUEL LEAKAGE COULD OCCUR, INCREASING THE RISK OF A FIRE.","CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL TANK, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 25, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -04/02/2012,12V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V139000),"Interstate Trailer, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,1,INTERSTATE TRAILERS IS RECALLING ONE MODEL YEAR 2012 30DLE TRAILER EQUIPPED WITH AN ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMP. THIS PUMP MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THIS PUMP WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","INTERSTATE TRAILERS HAS NOTIFIED THE OWNER, AND A DEALER REPLACED THE ACTUATOR, FREE OF CHARGE." -04/02/2012,12V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V138000),"Daimler Trucks North America, LLC",NATIONAL SEAT COLD WELD,SEATS,FL-624,Vehicle,5247,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2012 FREIGHTLINER CASCADIA AND WESTERN STAR 4900 VEHICLES, MANUFACTURED FROM DECEMBER 22, 2011, THROUGH FEBRUARY 23, 2012. THESE VEHICLES MAY BE EQUIPPED WITH CERTAIN NATIONAL SEAT BRAND DRIVER�S SEATS. THESE SEAT BASES MAY HAVE OUT-OF-SPECIFICATION WELDS THAT MAY ALLOW THE SEAT TO BUCKLE UNEXPECTEDLY.","AN UNEXPECTED MOVEMENT OF THE SEAT COULD AFFECT VEHICLE CONTROL AND VISIBILITY, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND AFFECTED VEHICLES WILL HAVE REPLACEMENT COMPONENTS INSTALLED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. AN INTERIM LETTER WAS MAILED TO OWNERS ON MAY 16, 2012. THE RECALL TO PERFORM THE FINAL REMEDY BEGAN ON NOVEMBER 21, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/02/2012,12V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V137000),"Daimler Trucks North America, LLC",STEERING WHEEL NUTS,STEERING,FL-623,Vehicle,1046,"DAIMLER TRUCKS (DTNA) IS RECALLING ONE 2012 CASCADIA AND CERTAIN MODEL YEAR 2012 AND 2013 FREIGHTLINER BUSINESS CLASS M2 VEHICLES, AND MODEL YEAR 2013 108SD AND 114SD VEHICLES MANUFACTURED FROM JANUARY 20, 2012, THROUGH FEBRUARY 17, 2012. CERTAIN PROPERTY CLASS 04 (PC04) STEERING WHEEL NUTS WITH INCOMPLETELY FORMED THREADS WERE SUPPLIED TO DTNA IN LIEU OF THE SPECIFIED PROPERTY CLASS 05 NUTS. THE STEERING WHEEL NUTS SUPPLIED MAY NOT PROVIDE THE CLAMP LOAD REQUIRED TO FULLY SEAT THE STEERING WHEEL ON THE STEERING SHAFT WHEN TIGHTENED TO THE SPECIFIED TORQUE.","A STEERING WHEEL THAT IS NOT FULLY SEATED ON THE STEERING SHAFT MAY WOBBLE AND MAKE IT DIFFICULT TO CONTROL THE VEHICLE, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND AFFECTED VEHICLES WILL HAVE A NEW STEERING WHEEL NUT INSTALLED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/02/2012,12T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T007000),DEL-NAT TIRE CORPORATION,TREAD OR SIDEWALL SEPARATION,TIRES,NR (Not Reported),Tire,2663,"DEL-NAT TIRE CORPORATION (DEL-NAT) IS RECALLING CERTAIN CHAPARRAL RADIAL XT TIRES, SIZE P235/75R15, PRODUCED FROM SEPTEMBER 2008 THROUGH DECEMBER 2009. SOME OF THE SUBJECT TIRES EXPERIENCE BLISTERING OR BUBBLES ON THE TIRE'S SIDEWALL. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","THESE TIRES MAY EXPERIENCE BLISTERING ON THEIR SIDEWALL THAT, WITH EXTENDED USE, COULD LEAD TO TREAD CHUNKING WITH BELT EDGE EXPOSURE AND POSSIBLE AIR LOSS, THEREBY INCREASING THE POTENTIAL RISK OF A CRASH.","DEL-NAT WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE SAFETY RECALL BEGAN ON APRIL 12, 2012. OWNERS MAY CONTACT DEL-NAT TIRE CORPORATION'S CONSUMER RELATIONS DEPARTMENT AT 1-901-775-8125." -04/02/2012,12V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V140000),Winnebago Industries Inc.,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"WINNEBAGO IS RECALLING TWO MODEL YEAR 2008 ACCESS MOTOR HOMES, MANUFACTURED ON APRIL 10, 2008, AND JULY 23, 2008. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE WHEELCHAIR LIFT�S OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR'S OCCUPANT COULD FALL AND SUSTAIN INJURY.","WINNEBAGO IS WORKING WITH BRAUN TO IDENTIFY AND NOTIFY OWNERS, AND BRAUN DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 30, 2012. OWNERS MAY CONTACT WINNEBAGO INDUSTRIES OWNER RELATIONS AT 1-641-585-6939." -03/30/2012,12V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V134000),"Kawasaki Motors Corp., U.S.A.",ELECTRICAL SYSTEM FAILURE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,273,"KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2009-2012 CONCOURS 14 POLICE MOTORCYCLES. THE ADDITIONAL POLICE ACCESSORIES MAY CAUSE THE 30-AMP MAIN FUSE TO BLOW. ALSO, THE ADDITIONAL POLICE WIRING HARNESS MAY CHAFE LEADING TO A SHORT, WHICH MAY BLOW THE MAIN FUSE.","IF THE FUSE BLOWS, THE ENGINE MAY STALL INCREASING THE RISK OF A CRASH.","KAWASAKI WILL NOTIFY OWNERS, AND PROVIDE INSTRUCTIONS TO MITIGATE ELECTRICAL SYSTEM FAILURE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 5, 2012. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -03/30/2012,12V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V136000),Honda (American Honda Motor Co.),LOW BEAM HEADLIGHT,EXTERIOR LIGHTING,"S34, S51",Vehicle,1375217,"HONDA IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2004 CR-V; MODEL YEAR 2003 THROUGH 2005 PILOT; AND MODEL YEAR 2002 AND 2003 CIVIC VEHICLES. IN MARCH 2012, HONDA FILED A DEFECT REPORT TO RECALL CERTAIN MODEL YEAR 2002 THROUGH 2004 CR-V AND CERTAIN MODEL YEAR 2003 PILOT VEHICLES. IN AUGUST 2012, HONDA INFORMED THE AGENCY THAT IT WAS INCLUDING AN ADDITIONAL 820,789 VEHICLES INCLUDING CERTAIN MODEL YEAR 2004 AND 2005 PILOTS AND MODEL YEAR 2002 AND 2003 CIVICS. THE TOTAL NUMBER OF VEHICLES BEING RECALLED IS NOW 1,375,217. DUE TO TENSION FROM THE COMBINATION SWITCH WIRING HARNESS, WEAR ON THE SURFACE OF THE ELECTRICAL TERMINAL CAN OCCUR, YIELDING COPPER OXIDE, WHICH INCREASES ELECTRICAL RESISTANCE. INCREASED ELECTRICAL RESISTANCE MAY CAUSE THE TERMINAL ENDS TO MELT WITHIN THE WIRING HARNESS CONNECTOR.","IF THE TERMINAL ENDS MELT WITHIN THE WIRING HARNESS CONNECTOR, THE LOW BEAM HEADLIGHTS MAY BECOME INOPERATIVE, REDUCING DRIVER VISIBILITY AND INCREASING THE RISK OF A CRASH.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE LOW BEAM TERMINAL HARNESS OR REPLACE THE LIGHTING SWITCH AS NECESSARY, FREE OF CHARGE. THE ORIGINAL RECALL BEGAN IN APRIL 2012. OWNERS OF VEHICLES INVOLVED IN THE SEPTEMBER 2012 EXPANSION WILL BE NOTIFIED IN SEPTEMBER 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -03/30/2012,12E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E012000),"Mitsubishi Motors North America, Inc.",SERVICE PART/HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16095,"MITSUBISHI MOTORS NORTH AMERICA, INC.�S (MMNA) IS RECALLING HEADLAMPS USED AS SERVICE PARTS FOR MODEL YEAR 2012 MITSUBISHI LANCER AND LANCER SPORTBACK VEHICLES. THE HEADLAMPS WERE INSTALLED WITHOUT THE HORIZONTAL ADJUSTMENT MECHANISM PERMANENTLY SEALED. ACCORDINGLY, THE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE HORIZONTAL ADJUSTMENT MECHANISM DISABLED, THE HEADLIGHT CAN BE ADJUSTED TO EITHER REDUCE THE DRIVER'S VISIBILITY OR BLIND ONCOMING VEHICLES. BOTH CONDITIONS CAN INCREASE THE RISK OF A CRASH.","MMNA WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 27, 2012. OWNERS MAY CONTACT MITSUBISHI CUSTOMER RELATIONS DEPARTMENT AT 1-888-648-7820." -03/30/2012,12V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V135000),Motor Coach Industries,TRANSOM WINDOWS,VISIBILITY,369,Vehicle,615,"MOTOR COACH INDUSTRIES, INC (MCI) IS RECALLING CERTAIN MODEL YEAR 2009-2012 J MOTOR COACHES. DUE TO INADEQUATE BONDING, THE TRANSOM WINDOWS (THE REAR-MOST WINDOWS ON EACH SIDE), MAY DETACH FROM THE COACH.","A TRANSOM WINDOW MAY DETACH WITHOUT WARNING, INCREASING THE RISK OF PERSONAL INJURY OR PROPERTY DAMAGE.","MCI WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL MECHANICAL RETENTION CLIPS ON THE TRANSOM WINDOWS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 5, 2012. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -03/26/2012,12V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V126000),"BMW of North America, LLC",BATTERY CABLE INSULATED BULKHEAD CONNECTOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,367682,"BMW IS RECALLING CERTAIN MODEL YEAR 2004-2010 5-SERIES, MODEL YEAR 2004-2010 6-SERIES, MODEL YEAR 2006-2010 M5, AND MODEL YEAR 2007-2010 M6 VEHICLES. THE INSULATED BULKHEAD CONNECTOR FOR THE POSITIVE BATTERY CABLE MAY HAVE BEEN INCORRECTLY ATTACHED TO THE TRUNK FLOOR PANEL, WHICH CAN LEAD TO A LOOSENING OF THE BOLT CONNECTION. AS IT LOOSENS, AN INCREASE IN ELECTRICAL RESISTANCE AT THIS CABLE CONNECTION IS POSSIBLE AND COULD CAUSE THE CABLE CONNECTION TO OVERHEAT.","OVERHEATING COULD LEAD TO A FIRE, EVEN WHILE THE VEHICLE IS NOT IN USE. AS A PRECAUTION, OWNERS ARE ADVISED TO PARK OUTSIDE UNTIL THE REMEDY HAS BEEN MADE.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND SECURE THE BATTERY BOLT CABLE CONNECTION AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 30, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -03/26/2012,12V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V132000),"New Flyer of America, Inc.",LI-ION ENERGY STORAGE SYSTEM,ELECTRICAL SYSTEM,R12-005,Vehicle,89,"NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2011 XDE35 AND MODEL YEAR 2010-2012 XDE40 HEAVY DUTY TRANSIT BUSES. OVER TIME PARTICULATE DEBRIS CAN ACCUMULATE IN THE LITHIUM-ION ENERGY STORAGE SYSTEM (ESS), AND IN CONJUNCTION WITH MOISTURE, CAN BREACH THE ELECTRICAL ISOLATION OF THE HIGH VOLTAGE BATTERY PACK. A CONDUCTIVE PATH CAN BE CREATED IF THE ELECTRICAL ISOLATION IS BREACHED AT BOTH ENDS OF THE BATTERY.","IF THIS CONDITION OCCURS, UNINTENTIONAL DISCHARGE OF THE BATTERY�S STORED ENERGY CAN RESULT, INCREASING THE RISK OF A FIRE.","NEW FLYER WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL AN ELECTRICAL CONTACTOR AND MODIFY THE LI-ION ESS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 5, 2012. OWNERS MAY CONTACT NEW FLYER AT 1-204-224-6706." -03/26/2012,12V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V127000),"Altec Industries, Inc.",LOWER BOOM FAILURE,EQUIPMENT,559,Vehicle,1222,ALTEC IS RECALLING CERTAIN MODEL YEAR 1993-2004 AA755 AND AA755L VEHICLES. CONTINUOUS OVERLOADING OR SIDE LOADING OF THE BOOMS COULD CAUSE THE LOWER BOOM TO CRACK NEAR THE LOWER BOOM PIVOT.,"CONTINUED USE COULD CAUSE THE BOOM TO FAIL, INCREASING THE RISK OF INJURY TO PEOPLE OR PROPERTY BELOW.","ALTEC WILL NOTIFY OWNERS, AND PROVIDE AA BOOM STIFFENER KIT. THE SAFETY RECALL BEGAN ON APRIL 20, 2012. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -03/26/2012,12V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V129000),"EZ Loader Adjustable Boat Trailers, Inc.",TRAILER BRAKE ACTUATORS,"SERVICE BRAKES, HYDRAULIC",1ZE,Vehicle,21,"EZ LOADER IS RECALLING CERTAIN MODEL YEAR 2012 EZ LOADER BOAT TRAILERS EQUIPPED WITH A CARLISLE HYDRASTAR BRAKE ACTUATOR. ONE OF THE ROTATING COMPONENTS IN THE HYDRAULIC PUMP MISSED A HEAT TREAT OPERATION CAUSING THE ACTUATOR TO WEAR AT A HIGHER THAN NORMAL RATE. AS A RESULT, THE HYDRAULIC PUMP COULD FAIL AND RESULT IN A LOSS OF BRAKING ABILITY IN THE TRAILER.","LOSS OF BRAKING ABILITY CAN LEAD TO LOSS OF CONTROL OF THE TRAILER, INCREASING THE RISK OF A CRASH, SERIOUS INJURIES, OR PROPERTY DAMAGE.","THE SAFETY RECALL BEGAN ON MARCH 19, 2012. OWNERS MAY CONTACT EZ LOADER AT 1-509-489-0181." -03/23/2012,12V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V125000),Shyft Group,AIR BRAKE SYSTEM/FMVSS 121,"SERVICE BRAKES, AIR",12005,Vehicle,13,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2012 K2 AND MG CHASSIS MANUFACTURED FROM DECEMBER 15, 2011, THROUGH JANUARY 31, 2012, AND EQUIPPED WITH 3030 BRAKE CHAMBERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 121, �AIR BRAKE SYSTEMS� BECAUSE THEY DO NOT MEET THE PARK BRAKE AND DRAW BAR REQUIREMENTS.","THE PARK BRAKE MAY NOT HOLD THE VEHICLE IN PLACE AND IF THE VEHICLE MOVES, INJURY OR PROPERTY DAMAGE COULD OCCUR WITHOUT WARNING.","SPARTAN WILL NOTIFY OWNERS AND INSTALL IMPROVED BRAKE CHAMBERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -03/23/2012,12V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V120000),"Gulf States Toyota, Inc.",AUDIOVOX REMOTE ENGINE STARTER,EQUIPMENT,NR (Not Reported),Vehicle,363,"GULF STATES TOYOTA IS RECALLING CERTAIN MODEL YEAR 2012 4RUNNER AND SIENNA VEHICLES, EQUIPPED WITH NON-ORIGINAL EQUIPMENT REMOTE ENGINE STARTERS. A MALFUNCTION IN THE AUDIOVOX ELECTRONICS BRAND REMOTE ENGINE STARTER MODULE CAN PREVENT NORMAL COMMUNICATION OF THE VEHICLE�S CONTROLLER AREA NETWORK (CAN).","IF THIS CONDITION OCCURS, ANTILOCK BRAKING AND STABILITY CONTROL MAY BE LOST, INCREASING THE RISK OF A CRASH. DRIVERS SHOULD RECEIVE DASHBOARD WARNING LIGHTS WARNING THEM OF A MALFUNCTION.","GULF STATES TOYOTA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE REMOTE ENGINE STARTER WITH A NEW ONE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 4, 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-444-1074." -03/23/2012,12V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V124000),Honda (American Honda Motor Co.),PASSENGER-SIDE FRONT LOWER ARM,SUSPENSION,S33,Vehicle,1316,HONDA IS RECALLING CERTAIN MODEL YEAR 2006 CR-V VEHICLES. THE WELD STRENGTH ATTACHING THE SUB-FRAME BUSHING COLLAR TO THE PASSENGER-SIDE FRONT LOWER ARM IS INSUFFICIENT. THE COLLAR CAN SEPARATE FROM THE ARM DUE TO VIBRATION WHILE DRIVING.,"AS A RESULT, A LOSS OF STEERING CAN OCCUR, INCREASING THE RISK OF CRASH.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE PRODUCTION LOT STAMP ON THE PASSENGER-SIDE FRONT LOWER ARM AND, IF NECESSARY, REPLACE THE LOWER ARM, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 17, 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -03/23/2012,12V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V130000),SOUTHEAST AUTO ACCESSORIES,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1194,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SOUTHEAST AUTO ACCESSORIES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SOUTHEAST AUTO ACCESSORIES BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V115000),"Navistar, Inc.",BATTERY BOX LOWER STEP MOUNTING BRACKETS,EQUIPMENT,12507,Vehicle,65,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 INTERNATIONAL LONESTAR AND PROSTAR TRUCKS, MANUFACTURED FROM MARCH 24, 2011, THROUGH NOVEMBER 22, 2011, EQUIPPED WITH a FEATURE CODE 08VTS, 08JAU, OR 08JAW BATTERY BOX. THE MOUNTING BRACKETS USED TO INSTALL THE BATTERY BOX LOWER STEP WERE ASSEMBLED WITH TWO WELDS INSTEAD OF THREE WELDS AND MAY CAUSE THE STEP MOUNT TO BREAK OFF FROM THE BRACKET.","A FAILURE OF THE STEP MOUNTING BRACKET MAY CAUSE THE STEP TO UNEXPECTEDLY BREAK OFF WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE BOTH STEP MOUNTING BRACKETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 6, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -03/22/2012,12V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V113000),"Featherlite, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,5,"FEATHERLITE IS RECALLING CERTAIN MODEL YEAR 2012 8415 TRAILERS, EQUIPPED WITH ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","FEATHERLITE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2012. OWNERS MAY CONTACT FEATHERLITE AT 1-877-903-1444." -03/22/2012,12V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V116000),"4-Star Trailers, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,3,"4-STAR TRAILER IS RECALLING CERTAIN MODEL YEAR 2012 4-HORSE L.Q., 4-HORSE BUMPER PULL AND POLO TRAILERS EQUIPPED WITH ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","4-STAR TRAILERS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE RECALL BEGAN ON APRIL 13, 2012. OWNERS MAY CONTACT 4-STAR TRAILERS AT 1-800-848-3095 X140." -03/22/2012,12V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V114000),"Navistar, Inc.",HEADLIGHT CONNECTOR WIRING,ELECTRICAL SYSTEM,12506,Vehicle,286,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 AND 2013 INTERNATIONAL WORKSTAR TRUCKS MANUFACTURED FROM NOVEMBER 15, 2010, THROUGH MARCH 6, 2012, AND EQUIPPED WITH HEADLIGHTS IN THE BUMPER. THE HEADLIGHT BEAM CIRCUIT AND THE GROUND CIRCUIT ARE SWITCHED AT THE HEADLIGHT CONNECTOR. THE SWITCHED CIRCUITS AFFECTS THE HEADLIGHTS WATTAGE, RESULTING IN THE BUMPER HEADLIGHT BEING DIMMER THAN ALLOWED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","A DRIVER'S REDUCED VISIBILITY OR THE TRUCK�S REDUCED VISIBILITY DUE TO INADEQUATE HEADLIGHT WATTAGE, MAY INCREASE THE RISK OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 23, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -03/22/2012,12V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V112000),"General Motors, LLC",STEERING GEAR PITMAN SHAFT,STEERING,12055,Vehicle,6159,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET EXPRESS AND SUBURBAN VEHICLES, AND GMC SAVANA AND YUKON XL HEAVY DUTY VEHICLES. THE STEERING GEAR PITMAN SHAFT MAY NOT HAVE BEEN ADEQUATELY HARDENED AND COULD FRACTURE.","IF THIS CONDITION OCCURS, A LOSS OF STEERING COULD RESULT, INCREASING THE RISK OF A CRASH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE STEERING GEAR AND, IF NECESSARY, REPLACE THE STEERING GEAR PITMAN SHAFT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON APRIL 4, 2012." -03/22/2012,12V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V118000),"NABI Bus, LLC",STEERING PITMAN ARM CONNECTION,STEERING,20121,Vehicle,137,"NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 416 TRANSIT BUSES MANUFACTURED FROM AUGUST 29, 2011, THROUGH FEBRUARY 19, 2012. THE VEHICLES HAVE A LOOSE CONNECTION IN THE JOINT BETWEEN THE STEERING PITMAN ARM AND THE STEERING DRAG LINK. THE JOINT MAY SEPARATE OVER TIME RESULTING IN LOSS OF STEERING CONTROL.","A LOSS OF STEERING CONTROL COULD RESULT IN A CRASH, INCREASING THE RISK OF INJURY.",NABI WILL INSPECT AND REPAIR VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING MARCH 2012. OWNERS MAY CONTACT NABI AT 1-256-831-4296. -03/22/2012,12V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V117000),P&B TRUCK ACCESSORIES,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,5,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY P&B TRUCK ACCESSORIES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY P&B TRUCK ACCESSORIES BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V119000),TRISTATE LEATHER,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,3164,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TRISTATE LEATHER ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BYTRISTATE LEATHER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V121000),ZTECH AUTOMOTIVE IMPROVEMENTS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,26,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ZTECH AUTOMOTIVE IMPROVEMENTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ZTECH AUTOMOTIVE IMPROVEMENTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V122000),SPECIALTY AUTOMOTIVE TREATMENTS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1878,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SPECIALTY AUTOMOTIVE TREATMENTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SPECIALTY AUTOMOTIVE TREATMENTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V123000),AUTO RESTYLING,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,6,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/22/2012,12E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E011000),Carlisle Transportation Products,WHEEL SEPARATION,WHEELS,NR (Not Reported),Equipment,8000,"CARLISLE TRANSPORTATION PRODUCTS (CTP) IS RECALLING CERTAIN 908 YUMA, 910 INTRUDER, AND 921 INTREPID SERIES BLACK ROCK TOY HAULER TRAILER WHEELS MANUFACTURED FROM AUGUST 9, 2010, THROUGH FEBRUARY 7, 2012, SOLD FOR AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS BOAT, CAMPER, AND UTILITY TRAILER VEHICLES. THESE WHEELS WERE MANUFACTURED WITH MACHINE DIMENSIONS FOR THE APPLICATION OF A CENTER CAP AND THE APPLICATION OF STEEL LUG INSERTS THAT WERE NOT CONTROLLED TO THE REQUIRED BLUE PRINT SPECIFICATIONS. AS A RESULT, THE WHEEL MAY NOT BE TIGHTENED TO PROPER TORQUE REQUIREMENTS DURING THE MOUNTING PROCESS.","THIS CONDITION COULD ALLOW THE WHEELS TO LOOSEN, LEADING TO WHEEL SEPARATION, POSSIBLY RESULTING IN A VEHICLE CRASH. A DETACHED WHEEL ALSO BECOMES A ROAD HAZARD.","CTP IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY OWNERS OF VEHICLES CONTAINING THE AFFECTED WHEELS. DEALERS WILL REPAIR OR REPLACE AFFECTED WHEELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 13, 2012. OWNERS MAY CONTACT THE CTP CUSTOMER CARE DEPARTMENT AT 1-909-923-2710 OR THEIR VEHICLE MANUFACTURER." -03/21/2012,12V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V107000),"Porsche Cars North America, Inc.",FUEL LINE,"FUEL SYSTEM, GASOLINE",AC02,Vehicle,1232,"PORSCHE IS RECALLING CERTAIN MODEL YEAR 2012 911 CARRERA S VEHICLES MANUFACTURED FROM OCTOBER 26, 2011, THROUGH JANUARY 24, 2012. INTERFERENCE BETWEEN A COOLANT LINE AND A FUEL LINE MAY CAUSE THE FUEL LINE TO BECOME DISCONNECTED AT THE QUICK CONNECTOR.","IF THE FUEL LINE BECOMES DISCONNECTED, A FUEL LEAK MAY OCCUR. A FUEL LEAK COULD LEAD TO THE ENGINE MISFIRING OR STALLING, INCREASING THE RISK OF A CRASH. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD INCREASE THE RISK OF A FIRE.","PORSCHE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL LINE WITH A NEW FUEL LINE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 26, 2012. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -03/20/2012,12V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V105000),"Gulf Stream Coach, Inc.",ELECTRICAL WIRING,ELECTRICAL SYSTEM,12WG-0105,Vehicle,1502,"GULF STREAM IS RECALLING CERTAIN MODEL YEAR 2001-2005 CLASS �A� AND �C� RECREATIONAL VEHICLES, BUILT ON FLOORPLANS 6316, 6317, 6330, 8325 AND 8328, DUE TO A SECTION OF UNSECURED WIRING. SEE THE ABOVE LIST FOR THE MODELS AFFECTED. THE WIRING WITHIN THE RACEWAY MAY NOT BE PROPERLY SECURED LEADING TO WEAR AND POTENTIAL HEAT DEVELOPMENT BETWEEN THE EXPOSED WIRING AND HEATED REFRIGERATOR COILS.","THIS CONDITION COULD LEAD TO FAILURE OF THE 110 VOLT ELECTRICAL WIRING ROUTED TO THE MICROWAVE CABINET, INCREASING THE RISK OF FIRE, PERSONAL INJURY, OR PROPERTY DAMAGE.","GULF STREAM WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 4, 2012. OWNERS MAY CONTACT GULF STREAM AT 1-800-482-6456." -03/20/2012,12V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V106000),SUNROOFS OF COLUMBIA,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,91,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SUNROOFS OF COLUMBIA ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SUNROOFS OF COLUMBIA BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/20/2012,12V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V109000),JEFFCO AUTO TRIM AND GLASS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,16,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY JEFFCO AUTO TRIM AND GLASS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY JEFFCO AUTO TRIM AND GLASS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/20/2012,12V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V110000),HAMPTON ROADS SUNROOFS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1023,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY HAMPTON ROADS SUNROOFS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY HAMTON ROADS SUNROOFS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/20/2012,12V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V111000),POLLET AUTOMOTIVE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,230,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY POLLET AUTOMOTIVE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY POLLET AUTOMOTIVE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/20/2012,12V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V128000),COACH AUTOMOTIVE RESTYLING-CHATSWORTH,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,188,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY COACH AUTOMOTIVE RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY COACH AUTOMOTIVE RESTYLING-CHATSWORTH BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/20/2012,12V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V131000),Z-TECH OF PEORIA,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,12,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY Z-TECH OF PEORIA ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY Z-TECH OF PEORIA BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/19/2012,12V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V215000),"Tiffin Motorhomes, Inc.",GEAR SHIFT CABLE,POWER TRAIN,NR (Not Reported),Vehicle,1250,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2012 ALLEGRO MOTORHOMES BUILT ON FORD F-53 AND F-59 STRIPPED CHASSIS. THE GEAR SHIFT CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE GEAR SHIFT DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED. ","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL MAY PREVENT THE DRIVER FROM KNOWING IF THEY ARE IN PARK OR REVERSE, INCREASING THE RISK OF A CRASH.","TIFFIN IS WORKING WITH FORD TO IDENTIFY AND NOTIFY OWNERS OF THE AFFECTED MOTORHOMES. FORD WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE GEAR SHIFT CABLE ASSEMBLY, FREE OF CHARGE. OWNERS MAY CONTACT TIFFIN AT 1-256-356-8661 OR FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -03/19/2012,12V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V103000),NATIONAL AUTO SPA,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2958,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY NATIONAL AUTO SPA ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY NATIONAL AUTO SPA BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/19/2012,12V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V104000),CYCLONE AUTO SEAT COVER,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,380,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CYCLONE AUTO SEAT COVER ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CYCLONE AUTO SEAT COVER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632" -03/15/2012,12E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E010000),"Jaguar Land Rover North America, LLC",DRIVESHAFT COUPLER/SERVICE PART,POWER TRAIN,P024,Equipment,180,"JAGUAR LAND ROVER NORTH AMERICA, INC. (LAND ROVER) IS RECALLING CERTAIN REAR DRIVESHAFT COUPLINGS, LAND ROVER BRANDED PART NUMBER TVF100010, MANUFACTURED FROM APRIL 2011 THROUGH NOVEMBER 2011, SOLD FOR USE AS SERVICE PARTS FOR CERTAIN MODEL YEAR 1995-1999 DISCOVERY, 1999-2004 DISCOVERY II, AND 1995 RANGE ROVER CLASSIC VEHICLES. SOME OF THE REAR DRIVESHAFT COUPLINGS MAY NOT HAVE BEEN MANUFACTURED TO THE REQUIRED ENGINEERING DESIGN SPECIFICATIONS AND MAY EXHIBIT THE ONSET OF JOINT SEPARATION, PRECLUDED BY DRIVE LINE VIBRATION.","IF THIS INCREASED VIBRATION WARNING SIGN IS IGNORED, CATASTROPHIC FAILURE OF THE DRIVE COUPLING CAN OCCUR. THE DRIVESHAFT MAY DETACH FROM THE VEHICLE WHILE IN MOTION RESULTING IN LOSS OF DRIVE AND LOSS OF TRANSMISSION PARK FUNCTIONALITY, INCREASING THE RISK OF A VEHICLE CRASH AND/OR INJURY.","LAND ROVER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AFFECTED REAR DRIVESHAFT COUPLERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 4, 2012. OWNERS MAY CONTACT JAGUAR LAND ROVER NORTH AMERICA AT 1-201-818-8500." -03/14/2012,12V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V101000),"Volvo Car USA, LLC",EXCESSIVE UNDERBODY COATING,STRUCTURE,251,Vehicle,2742,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2012 S60 AND XC60 PASSENGER VEHICLES. AN INCORRECT MIXTURE OF UNDERBODY COATING AND OVER-APPLICATION CAN RESULT IN RIGID, ICICLE-LIKE AREAS HANGING FROM VEHICLE�S UNDERCARRIAGE.","IF THIS CONDITION EXISTS, THE UNDERBODY COATING MAY PENETRATE THE FUELS LINES AND CAUSE FUEL LEAKAGE, INCREASING THE RISK OF A FIRE.","DEALERS WILL INSPECT THE VEHICLE UNDERCARRIAGE, AND IF EXCESSIVE UNDERBODY COATING IS FOUND IN THE FUEL LINE AREA, IT WILL BE REMOVED. IF THE INSPECTION REVEALS THAT THE FUEL LINES ARE DAMAGED, THEY WILL BE REPLACED. THE SAFETY RECALL BEGAN ON APRIL 25, 2012. OWNERS MAY CONTACT VOLVO CUSTOMER CARE CENTER AT 1-800-458-1552." -03/14/2012,12V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V102000),"Nissan North America, Inc.",VEHICLE SEATING LABELS/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,918,"CERTAIN MODEL YEAR 2012 NISSAN TITAN VEHICLES, MANUFACTURED FROM JUNE 10, 2011, THROUGH JULY 22, 2011, EQUIPPED WITH THE SPORTS APPEARANCE PACKAGE HAVE INCORRECT SEATING CAPACITY INFORMATION DISPLAYED ON THE TIRE PLACARD. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS.""",AN INCORRECT CAPACITY LABEL MAY LEAD TO VEHICLE OVERLOADING. VEHICLE OVERLOADING MAY INCREASE THE LIKELIHOOD OF A CRASH.,"NISSAN WILL SUPPLY OWNERS WITH A NEW LABEL AND INSTRUCTIONS ON HOW INSTALL THE LABEL OR THE OWNER WILL HAVE THE OPTION OF TAKING THEIR VEHICLE TO A NISSAN DEALER TO HAVE THE NEW LABEL INSTALLED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2012. OWNERS MAY CONTACT NISSAN AT 1-615-725-1000." -03/13/2012,12V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V099000),"Subaru of America, Inc.",CENTER SEAT AUTOMATIC LOCKING RETRACTOR/FMVSS 208,SEAT BELTS,WQA-37,Vehicle,326014,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2009-2012 FORESTER VEHICLES MANUFACTURED FROM NOVEMBER 26, 2007, THROUGH MARCH 13, 2012. THE AUTOMATIC LOCKING RETRACTOR in the SEAT BELT ASSEMBLIES LOCATED IN THE REAR CENTER SEATING OF THE AFFECTED VEHICLES DO NOT MEET LOCKABILITY REQUIREMENTS AND FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, �OCCUPANT CRASH PROTECTION.� SPECIFICALLY, THE ASSEMBLIES MAY NOT PERMIT PROPER INSTALLATION AND SECURE ATTACHMENT OF A CHILD RESTRAINT IN THAT SEATING POSITION.",AN INSECURE INSTALLATION OF A CHILD RESTRAINT CAN INCREASE THE RISK OF INJURY TO A CHILD DURING A CRASH.,"SUBARU WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE REAR CENTER SEAT BELT ASSEMBLY WITH A NEWLY MODIFIED AUTOMATIC LOCKING RETRACTOR, FREE OF CHARGE. AN INTERIM LETTER WAS MAILED ON MARCH 26, 2012. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -03/13/2012,12V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V100000),Trans Tech Bus,SEAT BELT ASSEMBLY/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,2,"TRANSPORTATION COLLABORATIVE INC. (TCI) IS RECALLING TWO MODEL YEAR 2011 HORIZON TRANSIT BUSES MANUFACTURED OF FORD E350 AND E450 ECONOLINE CHASSIS. THE FIBERGLASS INSTALLED FAILED TO MEET DESIGN SPECIFICATIONS, CAUSING THE INSUFFICIENT TORQUE VALVES AT THE UPPER TORSO MOUNTING POINT. AS SUCH, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SHOULDER RESTRAINT COULD DETACH FROM THE B-PILLAR ANCHORAGE, INCREASING THE RISK OF PERSONAL INJURY TO THE OCCUPANT.","TCI WILL NOTIFY OWNERS, AND PROVIDE INSTRUCTIONS AND REPAIR KITS OR THE BUS MAY BE TAKEN TO AN AUTHORIZED REPAIR FACILITY, AT NO COST TO THE OWNER. THE RECALL BEGAN ON MARCH 15, 2012. OWNERS MAY CONTACT TCI AT 1-845-988-0419." -03/13/2012,12V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V108000),RESTYLING CONCEPTS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,5,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY RESTYLING CONCEPTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY RESTYLING CONCEPTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO�S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/08/2012,12V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V096000),"Mack Trucks, Inc.",ALTERNATOR GROUND STUD,ELECTRICAL SYSTEM,SC0360,Vehicle,318,"MACK IS RECALLING CERTAIN MODEL YEAR 2010-2012 LEU AND MODEL YEAR 2011-2012 MRU VEHICLES, MANUFACTURED FROM MAY 14, 2009, THROUGH OCTOBER 31, 2011, AND BUILT TO OPERATE ON COMPRESSED NATURAL GAS. ON THESE VEHICLES THE ALTERNATOR GROUND CABLE RUNS DIRECTLY TO THE STARTER, WHICH DEFEATS THE CIRCUIT PROTECTION.","IN THE EVENT OF AN ELECTRICAL SHORT, A VEHICLE FIRE MAY RESULT.","MACK WILL NOTIFY OWNERS, AND DEALERS WILL RELOCATE THE ALTERNATOR GROUND CABLE TO THE ENGINE GROUND STUD. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -03/07/2012,12V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V092000),Toyota Motor Engineering & Manufacturing,AIRBAG CLOCKSPRING SPIRAL CABLES,AIR BAGS,NR (Not Reported),Vehicle,495470,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2009 TACOMA VEHICLES, MANUFACTURED FROM SEPTEMBER 14, 2004, THROUGH AUGUST 29, 2008. OVER TIME, STEERING WHEEL VIBRATION MAY DAMAGE THE SPIRAL CABLE ASSEMBLY (CLOCKSPRING) THAT POWERS THE DRIVER�S AIR BAG MODULE. IF DAMAGE OCCURS, THE AIR BAG WARNING LAMP WILL ILLUMINATE AND THE AIR BAG MAY BECOME DEACTIVATED.","IN THE EVENT OF A CRASH, THE DRIVER�S SIDE AIR BAG MAY NOT DEPLOY, INCREASING THE RISK OF PERSONAL INJURY.","TOYOTA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE SPIRAL CABLE ASSEMBLY, FREE OF CHARGE. AN INTERIM LETTER IS EXPECTED TO BE MAILED TO OWNERS DURING APRIL 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -03/07/2012,12V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V094000),Cruiser RV,FEDERAL TAG (TIRES AND WHEEL SPECS),EQUIPMENT,NR (Not Reported),Vehicle,47,"CRUISER RV IS RECALLING CERTAIN MODEL YEAR 2013 ENTERRA RECREATIONAL VEHICLES, MODELS E303BHS, AND E314RES, MANUFACTURED FROM DECEMBER 16, 2011, THROUGH FEBRUARY 17, 2012. THESE VEHICLES HAVE THE INCORRECT FEDERAL ID TAG, TIRE AND WHEEL INFORMATION LABELS WHICH FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""",FAILURE TO FOLLOW PROPER TIRE AND WHEEL SPECIFICATIONS BECAUSE OF A MISPRINTED LABEL COULD INCREASE THE RISK OF A CRASH.,"CRUISER RV WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 16, 2012. OWNERS MAY CONTACT CRUISER RV AT 1-877-514-7289." -03/07/2012,12V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V093000),"General Motors, LLC",PARKING LAMPS/FMVSS 108,EXTERIOR LIGHTING,12048,Vehicle,3633,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2012 BUICK REGAL VEHICLES MANUFACTURED FROM FEBRUARY 22, 2011, THROUGH FEBRUARY 22, 2012 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108 �LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.� DUE TO A SOFTWARE ERROR, THE PARKING LAMPS DO NOT ACTIVATE WHEN EITHER THE PARKING LAMPS OR HEADLAMPS ARE TURNED ON.","INADEQUATE LIGHTING COULD REDUCE THE VISIBILITY OF THE VEHICLE, INCREASING THE POTENTIAL FOR A CRASH.","GENERAL MOTORS WILL NOTIFY OWNERS, AND DEALERS WILL REPROGRAM THE BODY CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 29, 2012. OWNERS MAY CONTACT GM AT 1-800-521-7300." -03/07/2012,12V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V097000),Ford Motor Company,SERVICE BRAKES/TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",12S28,Vehicle,352,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-650 AND F-750 TRUCKS, MANUFACTURED FROM DECEMBER 3, 2010, THROUGH DECEMBER 20, 2011, EQUIPPED WITH BENDIX ATR-6 ANTILOCK TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A BENDIX ATR-6 TRACTION RELAY VALVE KIT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2012. OWNERS MAY CONTACT FORD MOTOR COMPANY AT 1-800-392-3673." -03/07/2012,12V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V091000),Toyota Motor Engineering & Manufacturing,STOP LAMP SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,186798,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2009 CAMRY VEHICLES MANUFACTURED FROM JULY 1, 2008, THROUGH FEBRUARY 28, 2009, AND MODEL YEAR 2009-2011 VENZA VEHICLES MANUFACTURED FROM OCTOBER 20, 2008, THROUGH JANUARY 4, 2011. DURING ASSEMBLY OF THE CONTACT-TYPE STOP LAMP SWITCH, SILICONE GREASE MAY HAVE COME IN CONTACT WITH THE SURFACE OF THE SWITCH WHICH COULD CAUSE CONTACT RESISTANCE. IF THIS OCCURS, WARNING LAMPS COULD ILLUMINATE, A NO START CONDITION COULD RESULT, THE SHIFT LEVER MAY NOT SHIFT FROM THE �PARK� POSITION, OR THE VEHICLE�S BRAKE LIGHTS COULD BECOME INOPERATIVE.","INOPERATIVE BRAKE LIGHTS WOULD NOT WARN OTHER DRIVERS THAT THE VEHICLE IS SLOWING OR STOPPING, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE STOP LAMP SWITCH, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -03/06/2012,12V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V088000),"Nissan North America, Inc.",FUEL GAUGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8120,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2003-2004 INFINITI M45 VEHICLES MANUFACTURED FROM MARCH 7, 2002, THROUGH JUNE 3, 2004. DUE TO A CIRCUIT BOARD FAILURE, THE FUEL GAUGE MAY READ A FUEL LEVEL HIGHER THAN ACTUALLY EXISTS. AS A RESULT, THE VEHICLE MAY RUN OUT OF GAS WITHOUT NOTICE.","THE VEHICLE MAY STALL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL MODIFY THE CIRCUIT BOARD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 1-800-647-7261." -03/06/2012,12V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V090000),Trans Tech Bus,SEAT BELT ASSEMBLY/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,11,"TRANSPORTATION COLLABORATIVE, INC. (TCI) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 TRANS TECH MODEL SST SCHOOL BUSES MANUFACTURED OF FORD E350 AND E450 ECONOLINE CHASSIS. THE FIBERGLASS INSTALLED FAILED TO MEET DESIGN SPECIFICATIONS, CAUSING THE INSUFFICIENT TORQUE VALVES AT THE UPPER TORSO MOUNTING POINT. AS SUCH, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SHOULDER RESTRAINT COULD DETACH FROM THE B-PILLAR ANCHORAGE, INCREASING THE RISK OF PERSONAL INJURY TO THE OCCUPANT.","TCI WILL NOTIFY OWNERS, AND PROVIDE INSTRUCTIONS AND REPAIR KITS OR THE BUS MAY BE TAKEN TO AN AUTHORIZED REPAIR FACILITY, AT NO COST TO THE OWNER. THE RECALL BEGAN ON MARCH 15, 2012. OWNERS MAY CONTACT TCI AT 1-845-988-0419." -03/06/2012,12V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V095000),Azure Dynamics Corporation,WIRING HARNESS,ELECTRICAL SYSTEM,501331-FSA,Vehicle,261,"AZURE DYNAMICS IS RECALLING CERTAIN MODEL YEAR 2010-2012 BALANCE HYBRID VEHICLES MANUFACTURED ON A FORD E450 CHASSIS. IF THE LOW TEMPERATURE RADIATOR FANS SEIZE, THE FUSE MAY BLOW, WHICH WILL CAUSE THE VEHICLE CONTROL UNIT TO LOSE POWER, SINCE IT IS ON THE SAME CIRCUIT.","IF THIS CONDITION OCCURS, THE VEHICLE WILL STALL AND CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.",AZURE DYNAMICS WILL NOTIFY OWNERS AND DEALERS WILL UPGRADE THE WIRING HARNESSES FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING FEBRUARY 2012. OWNERS MAY CONTACT AZURE DYNAMICS AT 1-866-473-1636. -03/05/2012,12V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V086000),Motor Coach Industries,ACTIA MULTIPLEX SYSTEM,ELECTRICAL SYSTEM,384,Vehicle,46,"MOTOR COACH INDUSTRIES, INC (MCI) IS RECALLING CERTAIN MODEL YEAR 2012 D4505, D4500, AND D4000ISTV MOTOR COACHES, EQUIPPED WITH A SEDAN STYLE ENTRANCE DOOR AND AN ACTIA MULTIPLEX SYSTEM. THIRTY MINUTES AFTER THE PARK BRAKE IS SET AND THE IGNITION IS TURNED OFF, THE ENTRANCE DOOR WILL CLOSE WITHOUT WARNING.","THE ENTRANCE DOOR WILL CLOSE WITHOUT WARNING, INCREASING THE RISK OF PERSONAL INJURY TO PEOPLE ENTERING OR EXITING THE BUS.","MCI WILL NOTIFY OWNERS, AND REMEDY THE AFFECTED COACHES BY REPROGRAMMING THE MULTIPLEX SYSTEM, FREE OF CHARGE. THE RECALL BEGAN ON APRIL 11, 2012. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -03/05/2012,12V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V084000),"Peterson Industries, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,16,"PETERSON INDUSTRIES, INC. IS RECALLING CERTAIN MODEL YEAR 2012 EXCEL LIMITED RECREATIONAL VEHICLES, EQUIPPED WITH ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","PETERSON WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 1, 2012. OWNERS MAY CONTACT PETERSON INDUSTRIES AT 1-800-368-3759." -03/05/2012,12V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V087000),"Coachmen RV Company, LLC",PRNDL CABLE,POWER TRAIN,NR (Not Reported),Vehicle,1449,"COACHMEN RV IS RECALLING CERTAIN MODEL YEAR 2011-2012 MIRADA AND ENCOUNTER RECREATIONAL VEHICLES BUILT ON A FORD F-53 CHASSIS, MANUFACTURED FROM FEBRUARY 1, 2010, THROUGH FEBRUARY 17, 2012. THE GEAR SHIFTER�S CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE GEAR DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED.","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL MAY PREVENT THE DRIVER FROM KNOWING IF THEY ARE IN PARK OR REVERSE, INCREASING THE RISK OF A CRASH.","COACHMEN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE GEAR SHIFTER�S CABLE ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2012. OWNERS MAY CONTACT COACHMEN RV AT 1-800-453-6064." -03/05/2012,12V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V085000),"Chrysler (FCA US, LLC)",REAR LOWER CONTROL ARM FRACTURE,SUSPENSION,L27,Vehicle,346900,"IN JUNE 2012, CHRYSLER EXPANDED THIS RECALL TO INCLUDE MODEL YEAR 2006 AND 2007 JEEP LIBERTY VEHICLES, REPRESENTING AN ADDITIONAL 137,176 VEHICLES. THIS RECALL NOW CONCERNS CERTAIN MY 2004-2007 JEEP LIBERTY VEHICLES. THE TOTAL NUMBER VEHICLES BEING RECALLED IS NOW 346,900. THESE VEHICLES WERE MANUFACTURED FROM JULY 3, 2003 THROUGH JUNE 29, 2007. THE RECALL ADDRESSES THOSE VEHICLES ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. SOME VEHICLES MAY BE EQUIPPED WITH REAR LOWER CONTROL ARMS THAT CAN EXPERIENCE A REAR SUSPENSION LOWER CONTROL ARM FRACTURE DUE TO EXCESSIVE CORROSION DUE TO APPLICATION OF ROAD SALTS DURING WINTER WEATHER CONDITIONS.",A FRACTURE OF THE REAR LOWER CONTROL ARM MAY RESULT IN A LOSS OF VEHICLE CONTROL AND MAY LEAD TO A VEHICLE CRASH.,"CHRYSLER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE REAR LOWER CONTROL ARMS ON ALL AFFECTED VEHICLES ORIGINALLY SOLD IN, OR CURRENTLY REGISTERED IN, CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 26, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -03/05/2012,12V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V089000),Starcraft Bus,SCHOOL BUS SEATS/FMVSS 222,SEATS,NR (Not Reported),Vehicle,22,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2010-2011 PRODIGY AND QUEST SCHOOL BUSES, MANUFACTURED FROM OCTOBER 11, 2010 THROUGH JANUARY 3, 2011. THESE BUSES ARE EQUIPPED WITH BUS SEATS MANUFACTURED BY C.E. WHITE. THE SEATS WERE SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN STARCRAFT SCHOOL BUSES. THE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT BACK MAY FAIL, INCREASING THE RISK OF INJURY TO THE SEAT�S OCCUPANT.","STARCRAFT WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A REINFORCING BRACKET THAT C.E. WHITE HAS PROVIDED. THE SAFETY RECALL BEGAN ON APRIL 5, 2012. OWNERS MAY CONTACT STARCRAFT AT 1-800-347-7440." -03/05/2012,12T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T004000),"GTC NORTH AMERICA, INC.",TREAD OR SIDEWALL SEPARATION,TIRES,NR (Not Reported),Tire,12289,"GTC NORTH AMERICA, INC., (GTC) IS RECALLING CERTAIN ADVANCE EXTRA GRIP AR215 LIGHT TRUCK RADIAL TIRES, SIZE P235/75R15, PRODUCED FROM SEPTEMBER 2008 THROUGH DECEMBER 2009. SOME OF THE SUBJECT TIRES EXPERIENCE BLISTERING OR BUBBLES ON THE TIRE'S SIDEWALL. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","THESE TIRES MAY EXPERIENCE BLISTERING ON THEIR SIDEWALL THAT, WITH EXTENDED USE, COULD LEAD TO TREAD CHUNKING WITH BELT EDGE EXPOSURE AND POSSIBLE AIR LOSS, THEREBY INCREASING THE POTENTIAL RISK OF PROPERTY DAMAGE, PERSONAL INJURY, OR A CRASH.","GTC WILL NOTIFY OWNERS, AND REPLACE THE NONCOMPLIANT TIRES WITH A SIMILAR TIRE FREE OF CHARGE. FREE MOUNTING AND BALANCING WILL ALSO BE INCLUDED, AS APPLICABLE. THE SAFETY RECALL BEGAN ON MARCH 13, 2012. OWNERS MAY CONTACT GTC AT 1-330-498-5000." -03/02/2012,12V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V083000),"McNeilus Truck & Manufacturing, Inc.",TAG AXLE AIR LINES,POWER TRAIN,41-0967369,Vehicle,111,"MCNEILUS IS RECALLING CERTAIN MODEL YEAR 2012 AUTOCAR ACX TRUCKS, MANUFACTURED FROM MARCH 17, 2011, THROUGH FEBRUARY 10, 2012. THE REFUSE TRUCK MANUFACTURING PROCESS MAY REQUIRE THAT THE TAG AXLE ON THE CHASSIS BE REMOVED. DURING REMOVAL, TWO AIR LINES MUST BE REINSTALLED IN THE CORRECT LOCATION. IF THE AIR LINES ARE RECONNECTED INCORRECTLY, THE TAG AXLE BRAKES WILL BE APPLIED WHEN THE TAG AXLE IS LIFTED, BUT WILL NOT FUNCTION WHEN THE TAG IS AXLE IS LOWERED.",REDUCED BRAKING ABILITY COULD INCREASE THE RISK OF A CRASH.,"MCNEILUS WILL NOTIFY OWNERS WILL INSPECT VEHICLES AND PERFORM REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 2, 2012. OWNERS MAY CONTACT MCNEILUS AT 507-374-6321." -03/01/2012,12V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V081000),"Kawasaki Motors Corp., U.S.A.",CIRCLIP BREAKAGE,STRUCTURE,NR (Not Reported),Vehicle,793,"KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2012 EX250JCF/A/AL/L NINJA 250, EX650ECF/L NINJA 650 AND KLE650CCF/L VERSYS MOTORCYCLES MANUFACTURED FROM SEPTEMBER 13, 2011 THROUGH OCTOBER 25, 2011. DUE TO ENGINE VIBRATION AND DAMAGE DURING ASSEMBLY, THE CIRCLIPS ON THE FOOTPEG MOUNTING PINS CAN BREAK AND FALL OFF AND CAUSE THE FOOTPEG TO DETACH FROM THE MOTORCYCLE.","IF THE FOOT PEG DETACHES, IT COULD CREATE A ROAD HAZARD FOR OTHER VEHICLE TRAFFIC AND POSSIBLY DISTRACT THE RIDER, INCREASING THE RISK OF A CRASH.","KAWASAKI WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE PASSENGER FOOTPEG PIN CIRCLIPS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2012. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -03/01/2012,12V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V082000),"Nu Wa Industries, Inc.",E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Vehicle,3,"NU WA INDUSTRIES, INC. IS RECALLING CERTAIN MODEL YEAR 2012 HITCHHIKER DISCOVER AMERICA RECREATION VEHICLES, MANUFACTURED FROM OCTOBER 10, 2011 THROUGH JANUARY 30, 2012, EQUIPPED WITH ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.","THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","NU WA WILL NOTIFY OWNERS, AND DEXTER AXLE COMPANY WILL REPLACE ACTUATORS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2012. OWNERS MAY CONTACT NU WA INDUSTRIES AT 1-800-835-0676." -02/29/2012,12V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V076000),"Nissan North America, Inc.",FUEL PUMP CONTROL MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,23531,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011-2012 NISSAN QUEST VEHICLES, MANUFACTURED FROM JULY 29, 2010, THROUGH FEBRUARY 21, 2012. DUE TO SOFTWARE PROGRAMMING, WHILE DRIVING AT SLOW SPEEDS OR IDLING ON A DECLINE WITH � TANK FUEL OR LESS, THERE MAY BE AN INSUFFICIENT SUPPLY OF FUEL TO THE ENGINE. AS A RESULT, THE ENGINE MAY STALL.",VEHICLE STALLING COULD INCREASE THE RISK OF A CRASH.,"NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPROGRAM THE FUEL PUMP CONTROL MODULE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 2, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 1-800-647-7261." -02/28/2012,12V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V080000),Pierce Manufacturing,EMERGENCY VEHICLE ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,276,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2010-2012 ARROW XT, DASH CF, QUANTUM AND VELOCITY EMERCENCY VEHICLES MANUFACTURED FROM OCTOBER 13, 2010, THROUGH FEBRUARY 8, 2012, AND EQUIPPED WITH DETROIT DIESEL DD13 EPA 2010 ENGINES. THE ENGINE SHUTDOWN SOFTWARE NORMALLY PROVIDED TO PROTECT THE ENGINE AND VEHICLE MAY NOT HAVE BEEN DISABLED ON ENGINES INTENDED FOR EMERGENCY VEHICLE APPLICATIONS.","IF THE VEHICLE OPERATOR RECEIVES AND IGNORES MULTIPLE WARNINGS INDICATING THE NEED FOR OPERATOR INTERVENTION, THE ENGINE MAY SHUT DOWN UNEXPECTEDLY. UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.","PIERCE WILL NOTIFY OWNERS, AND DETROIT DIESEL DEALERS WILL DISABLE THE ENGINE SHUTDOWN SOFTWARE, FREE OF CHARGE. PIERCE HAS NOT PROVIDED A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT PIERCE AT 888-974-3723." -02/28/2012,12V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V077000),"Dutchmen Manufacturing, Inc.",FRAME SUPPORT,STRUCTURE,NR (Not Reported),Vehicle,28,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2012 RUBICON TRAVEL TRAILERS MANUFACTURED FROM OCTOBER 12, 2011, THROUGH FEBRUARY 23, 2012. THESE VEHICLES HAVE BEEN MANUFACTURED WITH A FRAME SUPPORT LOCATED TOO CLOSE TO THE TRAILER TIRES WHICH COULD RESULT IN THE SUPPORT CONTACTING THE TIRES WHEN LOADED.","CONTACT BETWEEN THE SUPPORT AND TIRE COULD RESULT IN TIRE FAILURE, LEADING TO LOSS OF THE VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DUTCHMEN WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE THE INTERFERING FRAME SUPPORT AND INSTALL A NEW FRAME SUPPORT, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT DUTCHMEN AT 1-574-537-0700." -02/28/2012,12V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V074000),"Daimler Trucks North America, LLC",HIGH PRESSURE FUEL LINE,ENGINE AND ENGINE COOLING,12C-2,Vehicle,103437,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2006-2013 FREIGHTLINER, STERLING, AND WESTERN STAR VEHICLES, EQUIPPED WITH DETROIT DIESEL EPA07 AND EPA10, DD13 AND DD15/16 ENGINES, MANUFACTURED FROM JANUARY 20, 2006, THROUGH FEBRUARY 20, 2012. THE PUMP TO RAIL HIGH PRESSURE FUEL LINE SUPPORT SYSTEM USED ON THESE ENGINES IS SENSITIVE TO ASSEMBLY TORQUE AND MAY BE DAMAGED DURING SERVICE WORK. AS A RESULT OF OTHER REPAIRS, THE LINE SUPPORTS MAY LOOSEN, POTENTIALLY LEADING TO FUEL LINE CRACKING AND A FUEL LEAK.","A FUEL LEAK COULD CREATE A ROAD HAZARD, INCREASING THE RISK OF A CRASH. ALSO A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.","DTNA WILL NOTIFY OWNERS, AND WHERE NECESSARY, THE HIGH PRESSURE FUEL LINE SUPPORT SYSTEM WILL BE REPLACED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -02/28/2012,12V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V078000),Utilimaster Corporation,PRNDL CABLE,POWER TRAIN,NR (Not Reported),Vehicle,679,"UTILIMASTER IS RECALLING CERTAIN MODEL YEAR 2011-2012 AEROMASTER VEHICLES MANUFACTURED FROM MARCH 11, 2009, THROUGH DECEMBER 3, 2012. THE TRANSMISSION GEAR SHIFTER�S CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE �PRNDL� DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED.","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL MAY PREVENT THE DRIVER FROM KNOWING IF THEY ARE IN PARK OR REVERSE, INCREASING THE RISK OF A CRASH.","UTILIMASTER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE TRANSMISSION GEAR SHIFTER�S CABLE ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 16, 2012. OWNERS MAY CONTACT UTILIMASTER AT 1-517-543-6400." -02/28/2012,12V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V075000),"Volvo Car USA, LLC",SEAT WIRING HARNESS,ELECTRICAL SYSTEM,250,Vehicle,32552,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2012 S60, XC60, S80 AND XC70 VEHICLES MANUFACTURED FROM MAY 16, 2011, THROUGH OCTOBER 6, 2011. IN THESE VEHICLES, THE WIRE HARNESS UNDER THE FRONT SEATS MAY HAVE NOT BEEN ATTACHED PROPERLY TO THE SEAT FRAME. AS A RESULT, WHEN THE SEATS ARE MOVED TO ADJUST THE SEATING POSITION, THE WIRE HARNESS MAY GET PULLED, CAUSING IT TO DISCONNECT.","IN THE EVENT OF CRASH, THE FRONT AND/OR SIDE IMPACT AIR BAGS MAY DEPLOY IMPROPERLY OR NOT AT ALL, INCREASING THE RISK OF INJURY. ALSO, THE LAP BELT PRETENSIONER MAY NOT DEPLOY.","VOLVO WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND, IF NECESSARY, SECURE THE SEAT WIRE HARNESS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2012. OWNERS MAY CONTACT VOLVO CARS AT 1-800-458-1552." -02/28/2012,12V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V079000),"Nissan North America, Inc.",SIDE AIR BAG NON-DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,1349,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2003-2005 INFINITI Q45 VEHICLES. A WIRING CONNECTOR FOR THE SEAT MOUNTED AIRBAG MAY EXPERIENCE INCREASED ELECTRICAL RESISTANCE, RESULTING IN THE NON-DEPLOYMENT OF THE SIDE AIR BAGS.",NON-DEPLOYMENT OF SIDE AIR BAGS COULD INCREASE THE RISK OF PERSONAL INJURY.,"NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL MODIFY THE WIRING CONNECTOR, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 1-800-647-7261." -02/27/2012,12E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E008000),Harley-Davidson Motor Company,BRAKE LINE KITS,EQUIPMENT,0146,Equipment,5757,HARLEY DAVIDSON IS RECALLING ACCESSORY BRAKE LINE KITS SOLD FOR INSTALLATION ON CERTAIN MODEL YEAR 1996-2012 DYNA AND CERTAIN MODEL YEAR 1999-2012 SOFTAIL MOTORCYCLES. DUE TO MANUFACTURING AND INSTALLATION CONDITIONS THESE ACCESSORY BRAKE LINE KITS MAY LEAK.,"IF A LEAK OCCURS AND REMAINS UNDETECTED, THE RIDER MAY HAVE REDUCED BRAKING ABILITY, INCREASING THE RISK OF A CRASH, LEADING TO INJURY OR DEATH.","HARLEY DAVIDSON WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE MOTORCYCLES AND REPLACE THE ACCESSORY BRAKE LINES, AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2012. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-800-258-2464." -02/27/2012,12E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E009000),"Daimler Trucks North America, LLC",HIGH PRESSURE FUEL LINE SUPPORT,ENGINE AND ENGINE COOLING,12C-2,Equipment,518,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN DETROIT DIESEL EPA07 AND EPA10 DD13 ENGINES MANUFACTURED FROM APRIL 22, 2009, THROUGH FEBRUARY 1, 2012. THESE ENGINES WERE INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS HEAVY DUTY TRUCKS AND EMERGENCY VEHICLES. THE PUMP TO RAIL HIGH PRESSURE FUEL LINE SUPPORT SYSTEM USED ON THESE ENGINES IS SENSITIVE TO ASSEMBLY TORQUE AND MAY BE DAMAGED DURING SERVICE WORK. AS A RESULT OF OTHER REPAIRS, THE LINE SUPPORTS MAY LOOSEN, POTENTIALLY LEADING TO FUEL LINE CRACKING AND A FUEL LEAK.","A FUEL LEAK COULD CREATE A ROAD HAZARD, INCREASING THE RISK OF A CRASH. ALSO A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.","DTNA WILL NOTIFY OWNERS, AND THE HIGH PRESSURE FUEL LINE SUPPORT SYSTEM WILL BE REPLACED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. OWNER, DEALER, AND DISTRIBUTOR DATES WILL BE DETERMINED BASED ON PARTS AVAILABILITY. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -02/27/2012,12V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V073000),Ducati North America,WHEEL CRACKS,WHEELS,RCL-12-002,Vehicle,892,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2011-2012 MONSTER 1100 EVO MOTORCYCLES, MANUFACTURED FROM JANUARY 17, 2011, THROUGH JANUARY 24, 2012 AND EQUIPPED WITH REAR RIMS MARKED WITH CODE DU6-RR. OVER TIME, THE SPOKES ON THE REAR WHEEL RIM MAY DEVELOP CRACKS.","CRACKS MAY LEAD TO FAILURE OF THE REAR WHEEL RIM, INCREASING THE RISK OF A CRASH.","DUCATI WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE REAR WHEEL RIM, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2012. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696 OR GO TO THEIR WEBSITE AT WWW.DUCATI.COM." -02/24/2012,12E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E007000),"RIDE CONTROL, LLC",AFTERMARKET STRUT ASSEMBLIES,EQUIPMENT,NR (Not Reported),Equipment,10006,"RIDE CONTROL, LLC (RIDE CONTROL) IS RECALLING CERTAIN READYMOUNT ASSEMBLIES, P/N 746641MT AND 746646MT, WITH CORRESPONDING AFTERMARKET CUSTOMER PART NUMBERS: GABRIEL G56944 AND GABRIEL G56945, AND PRIVATELY BRANDED PARTSMASTER WITH PART NUMBERS G68944 AND G68945. THE READYMOUNT ASSEMBLIES WERE SOLD AS AFTERMARKET SERVICE EQUIPMENT FOR USE ON CERTAIN 2000 THROUGH 2005 FORD FOCUS VEHICLES. THESE ASSEMBLIES WERE ASSEMBLED WITH A NUT WITHOUT THE NECESSARY WASHER. THE ABSENCE OF THE WASHER CAN ALLOW THE READYMOUNT ASSEMBLY TO PULL APART THE TOP MOUNT.","IF THE ASSEMBLY SEPARATES DURING INSTALLATION, IT COULD RESULT IN INJURY TO THE INSTALLER. IF THE ASSEMBLY SEPARATES WHILE THE VEHICLE IS IN MOTION, IT COULD RESULT IN SECONDARY DAMAGE TO THE VEHICLE AND POSSIBLY RESULT IN A VEHICLE CRASH.","RIDE CONTROL WILL NOTIFY OWNERS AND WILL SET UP PROCEDURES TO INSPECT, REPAIR, AND/OR REPLACE THE AFFECTED PARTS WITHOUT CHARGE TO THE OWNER. THE SAFETY RECALL BEGAN ON MARCH 30, 2012. OWNERS MAY CONTACT RIDE CONTROL AT 1-800-999-3903." -02/24/2012,12V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V070000),EXECUTIVE COACH BUILDERS,BATTERY SEPARATOR,EQUIPMENT,NR (Not Reported),Vehicle,19,"EXECUTIVE COACH IS RECALLING CERTAIN MODEL YEAR 2010-2011 LINCOLN TOWN CAR LIMOUSINES AND MODEL YEAR 2009 AND 2011 FORD BUS 550 VEHICLES EQUIPPED WITH SURE POWER BATTERY SEPARATOR DEVICES, DUE TO OVERHEATING.",OVERHEATING OF THE BATTERY SEPARATOR CAN RESULT IN SMOKE AND POSSIBLE FIRE.,"EXECUTIVE COACH WILL NOTIFY OWNERS AND REPLACE THE BATTERY SEPARATORS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 14, 2012. OWNERS MAY CONTACT EXECUTIVE COACH AT 888-322-9272." -02/24/2012,12V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V071000),"Tiffin Motorhomes, Inc.",ELECTRONIC CONTROL MODULE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,181,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2009-2010 BUS, AS WELL AS CERTAIN 2009-2011 AND 2013 ZEPHYR RECREATIONAL VEHICLE CHASSIS EQUIPPED WITH AN ELECTRONIC CONTROL MODULE, PART NUMBER 2791-NN2E-001 OR 2791-NN2E-002. WHEN THE BRAKE IS APPLIED, THE CRUISE CONTROL MAY NOT CANCEL. ADDITIONALLY, THESE VEHICLES MAY EXHIBIT AN INADVERTENT, MODERATE INCREASE IN VEHICLE SPEED UNTIL THE VEHICLE REACHES ITS GOVERNED SPEED AFTER THE CRUISE CONTROL IS SET.","A DRIVER MAY EXPERIENCE REDUCED CONTROL OF THE VEHICLE IF EITHER THE DRIVER ATTEMPTS TO CANCEL THE CRUISE CONTROL BY APPLYING THE BRAKE OR THE VEHICLE SPEED INCREASES AND THE DRIVER IS UNAWARE OF THE INCREASED SPEED, INCREASING THE RISK OF A CRASH.","THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 9, 2012. OWNERS MAY CONTACT TIFFIN AT 1-256-356-8661." -02/24/2012,12V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V072000),Entegra Coach,FRONT TIRES,TIRES,NR (Not Reported),Vehicle,29,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2011-2012 ANTHEM MOTOR HOMES MANUFACTURED FROM JULY 17, 2010, THROUGH NOVEMBER 30, 2011. THE FRONT TIRES COULD BECOME OVERLOADED DUE TO CARGO DISTRIBUTION WITHIN THE STORAGE AREA.","OVERLOADING OF FRONT TIRES MAY CAUSE TIRE FAILURE, INCREASING THE RISK OF A CRASH.","ENTEGRA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE TIRES, AND ON SOME MODELS REPLACE THE WHEELS TO PROVIDE ADDITIONAL LOAD CAPACITY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2012. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787." -02/24/2012,12V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V069000),"Nissan North America, Inc.",FUEL PRESSURE SENSOR MAY LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,79275,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011-2012 JUKE, INFINITI QX AND INFINITI M VEHICLES. THE FUEL PRESSURE SENSORS MAY NOT HAVE BEEN TIGHTENED TO THE CORRECT SPECIFICATION. AS A RESULT, THE FUEL PRESSURE SENSOR MAY LOOSEN DUE TO HEAT AND VIBRATION CAUSING FUEL TO LEAK.","FUEL MAY LEAK FROM THE PRESSURE SENSOR, INCREASING THE RISK OF A FIRE.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL PRESSURE SENSORS, AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 2, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 1-800-647-7261." -02/23/2012,12T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T003000),Goodyear Tire & Rubber Company,PARTIAL TREAD SEPARATION,TIRES,NR (Not Reported),Tire,40915,"GOODYEAR IS RECALLING CERTAIN WRANGLER SILENT ARMOR TIRES, SIZES LT235/80R17 LRE, LT325/60R18 LRE, LT275/70R18 LRE, LT265/70R17 LRE, LT245/75R17 LRE, AND LT285/70R17 LRD, PRODUCED FROM THE 9TH WEEK OF 2009, THROUGH THE 22ND WEEK OF 2009 (MARCH 1ST THROUGH MAY 31ST). THESE TIRES MAY EXPERIENCE A PARTIAL TREAD AREA SEPARATION UNDER CERTAIN SEVERE USAGE CONDITIONS.",PARTIAL TREAD SEPARATION COULD LEAD TO VEHICLE DAMAGE WHEN THE SEPARATED TREAD STRIKES THE VEHICLE. A TREAD SEPARATION COULD ALSO CAUSE A TIRE FAILURE THAT COULD RESULT INA MOTOR VEHICLE CRASH.,"GOODYEAR WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 13, 2012. OWNERS MAY CONTACT GOODYEAR AT 1-800-592-3267." -02/22/2012,12V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V066000),Thor Motor Coach,EXHAUST TOO CLOSE TO STORAGE COMPARTMENT,ENGINE AND ENGINE COOLING,RC000042,Vehicle,261,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 WINDSPORT AND HURRICANE AND 2009 MAGELLEN MOTOR HOMES MANUFACTURED FROM MAY 27, 2008, THROUGH AUGUST 18, 2011. ON THESE VEHICLES, THE EXHAUST SYSTEM IS CLOSE TO A VEHICLE STORAGE COMPARTMENT. HEAT CAN BUILD UP IN THIS AREA.","HEAT BUILD UP COULD RESULT IN A FIRE, PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","TMC WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A HEAT SHIELD TO PROTECT THE STORAGE COMPARTMENT FROM THE HEAT GENERATED BY THE EXHAUST. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 1, 2012. OWNERS MAY CONTACT TMC AT 1-877-855-2867." -02/22/2012,12V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V068000),"Nissan North America, Inc.",TIRE PRESSUSRE MONITORING SYSTEM/FMVSS 138,TIRES,NR (Not Reported),Vehicle,2983,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 MURANO AND ROGUE VEHICLES, MANUFACTURED FROM NOVEMBER 23, 2011 THROUGH JANUARY 11, 2012. DURING ASSEMBLY, THE TIRE PRESSURE MONITORING SYSTEM (TPMS) WAS NOT ACTIVATED. THUS, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138,�TIRE PRESSURE MONITORING SYSTEM.�","A NON-ACTIVE TPMS CANNOT WARN A DRIVER THAT A TIRE IS UNDERINFLATED. UNDERINFLATED TIRES CAN RESULT IN TIRE OVERLOADING AND OVERHEATING, WHICH COULD LEAD TO A BLOWOUT AND POSSIBLE CRASH.",ALL OF THE AFFECTED VEHICLES ARE STILL IN DEALER INVENTORY. DEALERS HAVE BEEN INSTRUCTED TO ACTIVATE ALL OF THE TIRE PRESSURE MONITORING SYSTEMS. -02/21/2012,12V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V067000),"Mack Trucks, Inc.",FRONT AXLE BEAM,SUSPENSION,SC0362,Vehicle,4032,"MACK IS RECALLING CERTAIN MODEL YEAR 2009-2011 MRU AND MODEL YEAR 2010-2011 LEU VEHICLES, MANUFACTURED FROM JANUARY 1, 2009, THROUGH SEPTEMBER 30, 2010 BECAUSE THE FRONT AXLE MAY CRACK AND FRACTURE.","COMPLETE FRACTURES CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","MACK WILL NOTIFY OWNERS, AND REPLACE THE AXLE BEAMS ON AFFECTED VEHICLES WHEN SUFFICIENT QUANTITIES ARE AVAILABLE. AS AN INTERIM MEASURE, A MAG PARTICLE INSPECTION WILL BE PROVIDED TO MITIGATE RISK AND IDENTIFY VEHICLES WITH CRACKED AXLE BEAMS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN MARCH 30, 2012. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -02/21/2012,12V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V065000),"Porsche Cars North America, Inc.",HEADLAMP MODULE,EXTERIOR LIGHTING,AC01,Vehicle,20278,"PORSCHE IS RECALLING CERTAIN MODEL YEAR 2011-2012 CAYENNE, CAYENNE S, CAYENNE S HYBRID, AND CAYENNE TURBO VEHICLES MANUFACTURED FROM MARCH 8, 2010, THROUGH JANUARY 31, 2012 BECAUSE THE HEADLAMPS MAY COME LOOSE AND DETACH FROM THE FENDER.",A DETACHED HEADLIGHT COULD LEAD TO LOSS OF VISIBILITY AND AN INCREASED RISK OF A CRASH.,"PORSCHE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE HEADLAMP LOCKING ASSEMBLIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 9, 2012. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -02/21/2012,12E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E006000),"HISPEC WHEEL AND TIRE, INC.",WHEELS/SPOKE CRACKS,WHEELS,NR (Not Reported),Equipment,846,"HISPEC WHEEL AND TIRE, INC. (HISPEC) IS RECALLING CERTAIN 16"" SPLIT SPOKE ALUMINUM TRAILER WHEELSHISPEC WHEEL AND TIRE, INC. (HISPEC) IS RECALLING CERTAIN 16"" SPLIT SPOKE ALUMINUM TRAILER WHEELS WITH 6 OR 8 LUGS. A CRACK CAN DEVELOP IN THE SPOKE OF THE WHEEL WHICH CAN LEAD TO ADDITIONAL CRACKS AND POTENTIAL FAILURE IF THE WHEEL IS NOT REMOVED FROM SERVICE WITH 6 OR 8 LUGS. A CRACK CAN DEVELOP IN THE SPOKE OF THE WHEEL WHICH CAN LEAD TO ADDITIONAL CRACKS AND POTENTIAL FAILURE IF THE WHEEL IS NOT REMOVED FROM SERVICE.","SHOULD THE CRACK PROGRESS TO COMPLETE FAILURE OF THE WHEEL, THE ENTIRE WHEEL AND TIRE CAN SEPARATE FROM THE TRAILER, POSSIBLY RESULTING IN A CRASH.",HISPEC IS WORKING WITH DISTRIBUTORS AND THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. ALL AFFECTED WHEELS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN MARCH 2012. OWNERS MAY CONTACT HISPEC AT 1-800-549-4012. -02/17/2012,12V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V064000),"Kawasaki Motors Corp., U.S.A.",REGULATOR/RECTIFIER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20512,"KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2008-2011 NINJA ZX-10R, AND 2009-2012 NINJA ZX-6R MOTORCYCLES MANUFACTURED FROM DECEMBER 14, 2007 THROUGH JULY 26, 2011. DUE TO A MANUFACTURING ERROR, THE REGULATOR/RECTIFIER MAY INSUFFICIENTLY CHARGE THE BATTERY.","IF THE BATTERY DISCHARGES, THE MOTORCYCLE MAY STALL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","KAWASAKI WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE VOLTAGE REGULATOR, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 24, 2012. OWNERS MAY CONTACT KAWASAKI AT 949-770-0400." -02/17/2012,12V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V063000),Honda (American Honda Motor Co.),VENT SHUT FLOAT CASE SEPARATION,"FUEL SYSTEM, GASOLINE","S25, S26",Vehicle,8709,HONDA IS RECALLING CERTAIN MODEL YEAR 2012 PILOT AND ACURA MDX VEHICLES. THE VENT SHUT FLOAT (VSF) VALVE CASE IN THE FUEL TANK ASSEMBLY DOES NOT MEET THE DESIGN SPECIFICATIONS.,"AS A RESULT, FUEL MAY LEAK FROM THE TANK, INCREASING THE RISK OF FIRE.","HONDA WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE VSF ASSEMBLY DATE AND, IF NECESSARY, REPLACE THE FUEL TANK ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 13, 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -02/16/2012,12V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V060000),"Navistar, Inc.",AUTOMATIC TRANSFER SWITCH,ELECTRICAL SYSTEM,12504,Vehicle,249,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008-2010 BEAVER AND CERTAIN MODEL YEAR 2009-2011 MONACO, AND CERTAIN MODEL YEAR 2009-2011 HOLIDAY RAMBLER RECREATIONAL VEHICLES, MANUFACTURED FROM OCTOBER 25, 2007, THROUGH AUGUST 26, 2010, EQUIPPED WITH IOTA ITS-50R 50 AMP AUTOMATIC TRANSFER SWITCHES. THE IOTA ITS-50R 50 AMP AUTOMATIC TRANSFER SWITCH BUS BAR AND/OR ELECTRICAL CONNECTIONS MAY BE INADEQUATE TO HANDLE THE ELECTRICAL LOAD.","ELECTRICAL OVERLOAD OF THE TRANSFER SWITCH COULD LEAD TO OVERHEATING, AND A FIRE, INCREASING THE RISK OF PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE IOTA ITS-50R TRANSFER SWITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/16/2012,12E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E005000),"CLORE AUTOMOTIVE, LLC",BATTERY MAINTAINERS,EQUIPMENT,NR (Not Reported),Equipment,6763,"CLORE AUTOMOTIVE, INC (CLORE) IS RECALLING CERTAIN CHARGE IT AND BLUEPOINT (SNAP-ON) BATTERY MAINTAINERS, PART NUMBERS 4410, 4420, AND EEBM100. MECHANICAL DAMAGE TO A CAPACITOR COULD RESULT IN DECREASED RESISTANCE BETWEEN THE POSITIVE AND NEGATIVE LEADS WHICH MAY LEAD TO A SHORT CIRCUIT.","THE HEAT GENERATED BY THE SHORT CIRCUIT COULD CAUSE THE PLASTIC AND /OR OUTPUT CABLES TO MELT, INCREASING THE RISK OF A FIRE.","CLORE WILL NOTIFY OWNERS AND PROVIDE A SIMILAR REPLACEMENT PRODUCT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2012. OWNERS MAY CONTACT CLORE AT 1-800-328-2921." -02/16/2012,12V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V058000),"Mitsubishi Fuso Truck of America, Inc.",PASSENGER SIDE SEAT BELT BUCKLE/FMVSS 208,SEAT BELTS,NR (Not Reported),Vehicle,760,"MITSUBISHI FUSO (MFTA) IS RECALLING CERTAIN MODEL YEAR 2012 FEC52, FEC72, AND FEC92 TRUCKS MANUFACTURED FROM FEBRUARY 10, 2011, THROUGH APRIL 8, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208 �OCCUPANT CRASH PROTECTION.� DURING ASSEMBLY, INCORRECT PASSENGER�S SIDE SEAT BELT BUCKLES WERE INSTALLED. THE PASSENGER�S SIDE SEAT BELT TONGUE WILL NOT ENGAGE ITS BUCKLE CORRECTLY.",FAILURE OF THE SEAT BELT BUCKLE TO ENGAGE CORRECTLY INCREASES THE RISK OF PASSENGER INJURY OR DEATH.,"MFTA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE PASSENGER�S SIDE SEAT BELT BUCKLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT MFTA AT 1-856-467-4500." -02/16/2012,12V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V062000),Honda (American Honda Motor Co.),POWER LIFTGATE GAS STRUTS,STRUCTURE,S22,Vehicle,45747,"HONDA IS RECALLING CERTAIN MODEL YEAR 2008-2009 ODYSSEY VEHICLES, THE GAS-FILLED STRUTS THAT HELP TO RAISE AND SUPPORT THE LIFTGATE OF VEHICLES EQUIPPED WITH A POWER LIFTGATE SYSTEM MAY BE PRONE TO EARLY LIFE FAILURES DUE TO A MANUFACTURING FLAW. THE FLAW CAN RESULT IN A LEAK OF THE PRESSURIZED GAS, LEADING TO REDUCED STRUT PERFORMANCE.","STRUTS WITH DIMINISHED PERFORMANCE CAN LEAD TO UNEXPECTED CLOSURE, INCREASING THE RISK OF PERSONAL INJURY.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE BOTH POWER LIFTGATE GAS STRUTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -02/16/2012,12V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V057000),Winnebago Industries Inc.,PRNDL CABLE,POWER TRAIN,NR (Not Reported),Vehicle,2841,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2011-2012 WINNEBAGO AND ITASCA MOTOR HOMES BUILT ON A FORD F-53 CHASSIS. THE �PRNDL� CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE �PRNDL� DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED.","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL MAY PREVENT THE DRIVER FROM KNOWING IF THEY ARE IN PARK OR REVERSE, INCREASING THE RISK OF A CRASH.","WINNEBAGO WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE �PRNDL� CABLE ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2012. OWNERS MAY CONTACT WINNEBAGO INDUSTRIES OWNER RELATIONS AT 1-641-585-6939." -02/16/2012,12V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V059000),"Navistar, Inc.",SELF-LATCHING SEAT CUSHION/FMVSS 222,SEATS,12505,Vehicle,677,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 IC BUS BE AND CE AND CERTAIN MODEL YEAR 2012 RE SCHOOL BUSES MANUFACTURED FROM APRIL 8, 2010 THROUGH JULY 1, 2011, EQUIPPED WITH C. E. WHITE SEAT CUSHIONS. THE SELF-LATCHING MECHANISM USED TO RETAIN THE SEAT CUSHION TO THE FRAME MAY NOT ACTIVATE. THUS, THESE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IF THE SEAT CUSHION IS NOT SECURELY LATCHED TO THE SEAT STRUCTURE, THE SEAT COULD BECOME DISLODGED, INCREASING THE RISK OF INJURY TO THE VEHICLE OCCUPANTS.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. OWNERS MAY CONTACT NAVISTAR AT 260-461-1890." -02/16/2012,12V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V061000),"Navistar, Inc.",SERVICE BRAKES/TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",G-12513,Vehicle,920,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012-2013 IC BUS CE AND RE SCHOOL BUSES MANUFACTURED FROM DECEMBER 2, 2010, THROUGH JANUARY 26, 2012, AND EQUIPPED WITH BENDIX ATR-6 ANTILOCK TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKES CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. THE SAFETY RECALL BEGAN ON APRIL 40, 2012. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT NAVISTAR AT 260-461-1890." -02/14/2012,12V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V055000),"Nissan North America, Inc.",CURTAIN AIR BAG INFLATOR,AIR BAGS,NR (Not Reported),Vehicle,976,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 ALTIMA AND VERSA VEHICLES. THESE VEHICLES MAY BE EQUIPPED WITH SIDE CURTAIN AIR BAGS THAT CONTAIN AN INCORRECT PROPELLANT MIXTURE FOR THE INITIATOR COMPONENT USED, RESULTING IN INSUFFICIENT OUTPUT OF COMPRESSED GAS.","THE SIDE CURTAIN AIR BAGS MAY NOT DEPLOY, INCREASING THE RISK OF INJURY.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE ONE OR BOTH SIDE CURTAIN AIR BAG MODULES, AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT NISSAN CUSTOMER SERVICE AT 615-725-1000." -02/14/2012,12V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V053000),Ducati North America,FUEL LINE CRACK,"FUEL SYSTEM, OTHER",RCL-12-001,Vehicle,913,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2011-2012 HYPERMOTARD AND MONSTER MOTORCYCLES MANUFACTURED FROM JUNE 25, 2011, THROUGH NOVEMBER 30, 2011. THE FUEL LINES CONTAIN MICRO-CRACKING DUE TO INSUFFICIENT DRYING OF RAW MATERIALS PRIOR TO EXTRUSION.","THIS COULD CAUSE A FUEL LEAK, WHICH IN THE PRESENCE OF AN IGNITION SOURCE, MAY LEAD TO A FIRE AND INCREASED RISK OF PROPERTY DAMAGE OR PERSONAL INJURY.","DUCATI WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL LINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2012. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696 OR GO TO THEIR WEBSITE AT WWW.DUCATI.COM." -02/14/2012,12V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V056000),Newell Coach Corp.,VENT PANEL DETACHMENT,VISIBILITY,NR (Not Reported),Vehicle,210,"NEWELL IS RECALLING CERTAIN MODEL YEAR 2005-2010 MOTOR COACHES MANUFACTURED FROM JANUARY 2004 THROUGH JULY 2009, EQUIPPED WITH SE-GI WINDOWS. THE ADHESIVE BOND BETWEEN THE GLASS PORTION OF THE VENT PANEL AND HINGE MAY DEGRADE, AND THE PANEL MAY DETACH AND FALL FROM THE VEHICLE.","IF THIS OCCURRED DURING TRAVEL IT COULD CREATE A ROAD HAZARD, INCREASING THE RISK OF A CRASH OR PERSONAL INJURY.","THE SAFETY RECALL BEGAN ON APRIL 24, 2012. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -02/13/2012,12V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V052000),"Navistar, Inc.",SERVICE BRAKES/ TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",12502,Vehicle,17867,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012-2013 IC BUS CE-C, HC, AND INTERNATIONAL 9400 AND CERTAIN MODEL YEAR 2011 THROUGH 2013 INTERNATIONAL DURASTAR, PAYSTAR, WORKSTAR, TRANSTAR, LONESTAR, PROSTAR, 9200, AND 9800, AND CERTAIN MODEL YEAR 2013 INTERNATIONAL 9900, VEHICLES, MANUFACTURED FROM DECEMBER 2, 2010, THROUGH JANUARY 26, 2012, AND EQUIPPED WITH BENDIX ATR-6 TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKES CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 10, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/13/2012,12V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V051000),"Caterpillar, Inc.",SERVICE BRAKES/TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,104,"CATERPILLAR IS RECALLING CERTAIN MODEL YEAR 2012-2013 CT660 COMMERCIAL TRUCKS, MANUFACTURED FROM DECEMBER 2, 2010, THROUGH JANUARY 26, 2012, AND EQUIPPED WITH BENDIX ATR-6 TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","CATERPILLAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 309-675-5658." -02/13/2012,12E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E004000),"Cequent Performance Products, Inc.",T-ONE CONNECTOR,EQUIPMENT,NR (Not Reported),Equipment,117,"CEQUENT IS RECALLING CERTAIN TOW READY T-ONE CONNECTORS (TRAILER WIRING HARNESS ADAPTERS), PART NUMBER 118542 THAT WERE SOLD IN THE AFTERMARKET FOR USE ON MODEL YEAR 2011 AND 2012 DODGE CHARGER VEHICLES. DUE TO AN ERROR IN THE CIRCUIT LOGIC, THE T-ONE CONNECTOR MAY CAUSE THE LEFT (DRIVER) SIDE BRAKE LAMP ON THE TRAILER TO BECOME INOPERABLE WHILE THE RIGHT (PASSENGER) SIDE TURN SIGNAL LAMP IS ACTIVATED.","WITHOUT BRAKE LIGHTS, FOLLOWING DRIVERS MAY NOT KNOW THAT THE LEAD VEHICLE IS SLOWING OR STOPPING, INCREASING THE RISK OF A CRASH.","CEQUENT WILL NOTIFY OWNERS AND REPLACE THE T-ONE CONNECTOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 6, 2012. OWNERS MAY CONTACT CEQUENT CUSTOMER SERVICE AT 1-877-208-2573." -02/13/2012,12V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V050000),Crossroads RV,TRAILER BRAKE ACUTATORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"CROSSROADS RV IS RECALLING CERTAIN MODEL YEAR 2012 REDWOOD RECREATIONAL VEHICLES MANUFACTURED FROM AUGUST 26, 2011, THROUGH JANUARY 18, 2012, EQUIPPED WITH A HYDRAULIC TRAILER BRAKE PUMP. THE HYDRAULIC PUMP COULD FAIL AND RESULT IN A LOSS OF BRAKING IN THE TRAILER.","A LOSS OF BRAKING CAN LEAD TO LOSS OF CONTROL OF THE TRAILER INCREASING THE RISK OF A CRASH, SERIOUS INJURIES, OR PROPERTY DAMAGE.","CROSSROADS RV WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE HYDRAULIC PUMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2012. OWNERS MAY CONTACT CROSSROADS RV AT 1-888-226-7496." -02/09/2012,12V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V049000),Winnebago Industries Inc.,PARKING BRAKE,PARKING BRAKE,125,Vehicle,38,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2012 ACCESS, ACCESS PREMIER AND ITASCA IMPULSE AND IMPULSE SILVER MOTOR HOMES, MANUFACTURED FROM JUNE 28, 2011, THROUGH JANUARY 25, 2012. THE PARKING BRAKE CABLE MAY RUB ON A METAL SUPPORT UNDER THE VEHICLE.","IF THE PARKING BRAKE CABLE RUBS, IT MAY FAIL TO RELEASE, OR OVER TIME IT MAY ABRADE UNTIL IT TO FAILS, RESULTING IN THE VEHICLE ROLLING AWAY WITHOUT PRIOR WARNING POSSIBLY CAUSING PERSONAL INJURY OR DEATH.","WINNEBAGO WILL NOTIFY OWNERS, AND DEALERS WILL SHORTEN THE METAL TUBE TO PROVIDE CLEARANCE FOR THE PARKING BRAKE CABLE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2012. OWNERS MAY CONTACT WINNEBAGO INDUSTRIES OWNER RELATIONS AT 1-641-585-6939." -02/09/2012,12V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V047000),"Subaru of America, Inc.",SIDE CURTAIN AIR BAG INFLATOR,AIR BAGS,WVZ-36,Vehicle,381,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2012 LEGACY AND OUTBACK VEHICLES, MANUFACTURED FROM DECEMBER 1, 2011, THROUGH DECEMBER 23, 2011. THESE VEHICLES MAY BE EQUIPPED WITH SIDE CURTAIN AIR BAGS THAT CONTAIN AN INCORRECT PROPELLANT MIXTURE FOR THE INITIATOR COMPONENT USED, RESULTING IN INSUFFICIENT OUTPUT OF COMPRESSED GAS.","THE SIDE CURTAIN AIR BAGS MAY NOT DEPLOY, INCREASING THE RISK OF INJURY.","SUBARU WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE ONE OR BOTH SIDE CURTAIN AIR BAG MODULES, FREE OF FEBRUARY 21, 2012. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -02/08/2012,12V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V046000),"Autocar, LLC",SERVICE BRAKES/TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",A-1201,Vehicle,269,"AUTOCAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 ACX HEAVY-DUTY CLASS 8 VEHICLES, MANUFACTURED FROM DECEMBER 22, 2010, THROUGH DECEMBER 5, 2011, AND EQUIPPED WITH BENDIX ATR-6 ANTILOCK TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","AUTOCAR WILL NOTIFY OWNERS, AND DEALERS WILL PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 8, 2012. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/08/2012,12V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V048000),"Tiffin Motorhomes, Inc.",V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,13,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2011, 2012, AND 2013 RECREATIONAL VEHICLES, MODELS PHAETON AND ZEPHYR, EQUIPPED WITH A CUMMINS ISB, ISC, ISL, OR ISX DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.",TIFFINS IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR TIFFINS AT 256-356-8661. -02/07/2012,12V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V042000),"Chrysler (FCA US, LLC)",ABS/ESC FUSE AND HEADLAMP JUMPER WIRE HARNESS,ELECTRICAL SYSTEM,M01,Vehicle,9137,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2011 and 2012 DODGE CHARGER POLICE VEHICLES. THE LOW BEAM HEADLAMPS OF SOME VEHICLES COULD FAIL DUE TO AN OVERHEATED BULB HARNESS CONNECTOR. OTHER VEHICLES MAY LOSE ABS/ESC SYSTEM FUNCTION DUE TO AN OVERHEATED POWER DISTRIBUTION CENTER.,"THIS COULD LEAD TO LOSS OF VISIBILITY AND/OR BRAKING ABILITY, INCREASING THE RISK OF A CRASH.","CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE HEADLAMP JUMPER HARNESSES AND RELOCATE THE ABS/ESC SYSTEM FUSE WITHIN THE POWER DISTRIBUTION CENTER, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 2, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -02/07/2012,12V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V045000),Morgan Olson Corporation,DOOR CLOSURE WARNING SYSTEM/FMVSS 206,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,8316,"CERTAIN MODEL YEAR 2009-2012 MORGAN OLSON WALK-IN VAN TYPE VEHICLES, MANUFACTURED FROM SEPTEMBER 1, 2009, THROUGH FEBRUARY 2, 2012, WITH SLIDING FRONT SIDE DOORS, HAVE DOOR LATCH SYSTEMS THAT FAIL TO MEET THE STRENGTH REQUIREMENTS OF S4.2.1.1(a) OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS,"" AND THEREFORE DO NOT COMPLY.","A DOOR LATCH SYSTEM THAT DOES NOT COMPLY WITH STRENGTH REQUIREMENTS MAY NOT REMAIN FULLY LATCHED KEEPING THE DOOR CLOSED, ESPECIALLY IN THE EVENT OF A CRASH, AND MAY INCREASE THE POSSIBILITY OF OCCUPANT PARTIAL OR FULL EJECTION.","MORGAN OLSON WILL NOTIFY OWNERS, AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 25, 2012. OWNERS MAY CONTACT MORGAN OLSON AT 1-269-659-0200." -02/03/2012,12V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V041000),"Altec Industries, Inc.",ANTI-TWO BLOCK SWITCH COVER KIT,EQUIPMENT,CSN 556,Vehicle,18,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2008-2011 AC38 AND MODEL YEAR 2011 AC18 AND AC23 UTILITY VEHICLES, EQUIPPED WITH AN ANTI-TWO BLOCK (ATB) SWITCH TREE GUARD OPTION. THE ATB TREE GUARD SWITCH BRACKET MAY HAVE BEEN INSTALLED INCORRECTLY.","IF THE BRACKET WAS INSTALLED INCORRECTLY, THE COMPONENTS COULD BE DISLODGED WHEN THE BOOM IS RAISED TOWARDS THE MAXIMUM ELEVATION AND COULD CAUSE THE ATB SWITCH, COVER, AND WEIGHT TO FALL, INCREASING THE RISK OF INJURY TO PEOPLE OR PROPERTY BELOW.","ALTEC WILL NOTIFY OWNERS, AND INSTRUCT UNIT OWNERS TO INSPECT THE INSTALLATION OF THE TREE GUARD SWITCH BRACKET AND CORRECT ANY INCORRECT INSTALLATIONS. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2012. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -02/03/2012,12V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V038000),"Suzuki Motor USA, LLC",BRAKE LIGHT ACTUATING SWITCH,EXTERIOR LIGHTING,2A26/2A27,Vehicle,1396,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2012 AN400, AN650, AND DL650 SCOOTERS AND MOTORCYCLES MANUFACTURED PRIOR TO DECEMBER 17, 2011, BECAUSE THE LEVER-MOUNTED BRAKE LIGHT ACTUATING SWITCH(ES) MAY FAIL.","ON THE AN400 AND AN650 MODELS, FAILURE OF THE SWITCHES WILL PREVENT THE SCOOTERS FROM STARTING. ON ALL OF THE AFFECTED MODELS, FAILURE OF THE BRAKE LIGHT SWITCH(ES) MAY CAUSE THE BRAKE LIGHTS TO NOT ILLUMINATE WHEN A SCOOTER OR MOTORCYCLE IS BRAKING, THEREBY INCREASING THE RISK OF A CRASH WITH A TRAILING VEHICLE.","SUZUKI WILL NOTIFY OWNERS, AND SUZUKI DISTRIBUTORS WILL REPLACE THE BRAKE LIGHT ACTUATING SWITCH, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 13, 2011. OWNERS MAY CONTACT SUZUKI AT 1-714-996-7040." -02/03/2012,12V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V040000),"Champion Bus, Inc.",C2 GRID HEATER RELAY WIRING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,30,"CHAMPION BUS (CHAMPION) IS RECALLING CERTAIN MODEL YEAR 2011-2012 ABC-M1235 TRANSIT BUSES MANUFACTURED FROM MARCH 9, 2011, TO NOVEMBER 18, 2011, BUILT ON A FREIGHTLINER CUSTOM CHASSIS. THE GRID HEATER GROUND WIRE MAY CONTACT THE RELAY POWER TERMINAL AND RUB AND CHAFE, POTENTIALLY RESULTING IN A SHORT CIRCUIT.",AN ELECTRICAL FAULT OR SHORT CIRCUIT COULD CAUSE A VEHICLE FIRE.,"FREIGHTLINER WILL NOTIFY THE OWNERS, AND INSPECT THE BUSES AND CORRECTLY ROUTE THE GROUND WIRE AS NECESSARY THE REPAIRS WILL BE PERFORMED BY FREIGHTLINER AUTHORIZED FACILITIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT CHAMPION AT 1-810-724-6474." -02/03/2012,12V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V039000),"Champion Bus, Inc.",MALFUNCTIONING SIDE MARKER/DIRECTIONAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,20,"CHAMPION BUS (CHAMPION) IS RECALLING CERTAIN MODEL YEAR 2012 ABC-M1235 TRUCKS MANUFACTURED FROM JUNE 21, 2011, THROUGH NOVEMBER 18, 2011, EQUIPPED WITH A FREIGHTLINER CUSTOM CHASSIS. INACURATE FAULT DETECTION VALUES IN THE BULKHEAD MOUDLE SOFTWARE MAY CAUSE THE SIDE MARKER/DIRECTIONAL LIGHTS TO STOP FUNCTIONING AFTER A FEW MINUTES OF VEHICLE OPERATION. LIGHTS WILL RESUME OPERATION AFTER THE VEHICLE IS SHUT DOWN AND RESTARTED.","FAILURE OF THE SIDE MARKER/DIRECTIONAL LIGHTS TO ILLUMINATE WILL RESULT IN DECREASED VISIBILITY OF THE VEHICLE AND/OR MISINFORM OTHER DRIVERS AS TO THE INTENDED DIRECTION OF TRAVEL, EITHER OF WHICH COULD INCREASE THE RISK OF A CRASH.","FREIGHTLINER WILL NOTIFY THE OWNERS AND PERFORM REPAIRS AT ITS AUTHORIZED FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT CHAMPION AT 1-810-724-6474." -02/03/2012,12E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E002000),Braun Corporation,WHEELCHAIR LIFT/OUTER ROLL STOP LATCHING MECHANISM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,21412,"BRAUN IS RECALLING CERTAIN CENTURY-2 AND VISTA-2 WHEELCHAIR LIFTS MANUFACTURED FROM NOVEMBER 20, 2006, THROUGH SEPTEMBER 10, 2010, INSTALLED AS AFTERMARKET EQUIPMENT ON VARIOUS VANS AND TRANSIT BUSES. ON OCTOBER 8, 2012, BRAUN FILED AN AMENDED DEFECT INFORMATION REPORT TO INCLUDE MODEL YEAR 2008 THROUGH 2011 BRAUN-MODIFIED FORD E-350 PARATRANSIT VANS. OVER TIME AND WITH FREQUENT USE, THE ROLL STOP LATCHES ON THE OUTER BARRIER MAY BECOME BENT OR MISALIGNED.","A WHEELCHAIR OCCUPANT MAY DEFEAT OR RIDE OVER THE INSUFFICIENTLY LATCHED ROLL STOP. IF THIS OCCURS WHEN THE LIFT PLATFORM IS IN AN ELEVATED POSITION, THE WHEELCHAIR'S OCCUPANT COULD FALL AND SUSTAIN INJURY.","BRAUN WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 30, 2012. OWNERS MAY CONTACT BRAUN CUSTOMER SERVICE CENTER AT 1-800-488-0359." -02/02/2012,12V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V034000),Ford Motor Company,2ND ROW HEAD RESTRAINT SUPPORT BRACKETS/FMVSS 202,SEATS,12C22,Vehicle,569,"FORD IS RECALLING CERTAIN MODEL YEAR 2012 EXPEDITION AND LINCOLN NAVIGATOR VEHICLES, MANUFACTURED FROM NOVEMBER 19, 2011, THROUGH DECEMBER 2, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 202, ""HEAD RESTRAINTS."" THESE VEHICLES MAY HAVE INADEQUATE WELDS ON THE HEAD RESTRAINT SUPPORT BRACKETS FOR THE SECOND ROW, RIGHT-HAND SEAT.","IN THE EVENT OF A CRASH, THE SEAT HEAD RESTRAINT MAY NOT PROVIDE THE REQUIRED STRENGTH, INCREASING THE RISK OF INJURY.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE HEAD RESTRAINTS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2012. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/02/2012,12V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V043000),Crane Carrier Company,ELECTRIC DRIVE MOTOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3,"CRANE CARRIER IS RECALLING THREE MODEL YEAR 2009 LET2 HEV, CAB AND CHASSIS UTILITY VEHICLES MANUFACTURED FROM APRIL 24, 2009, THROUGH SEPTEMBER 15, 2009, AND EQUIPPED WITH ELFA TRACTION DRIVE MOTORS. THE ELECTRIC MOTOR�S SPEED SENSOR SIGNAL MAY BE MISINTERPRETED BY THE MOTOR CONTROLLER AND MAY RESULT IN THE VEHICLE LURCHING IN THE OPPOSITE DIRECTION OF THE RANGE SELECTED WITH THE SHIFTER.","THE UNINTENDED MOVEMENT OF THE VEHICLE MAY CAUSE A COLLISION WITH A PERSON OR OBJECT, LEADING TO PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","CRANE CARRIER NOTIFIED THE OWNER OF THE THREE UNITS ON JANUARY 26, 2012. CRANE CARRIER WILL CONDUCT THE REMEDY FOR THIS CAMPAIGN, FREE OF CHARGE." -02/02/2012,12V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V044000),Turtle Top,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,133,"TURTLE TOP IS RECALLING CERTAIN MODEL 2008 THROUGH 2011 ODYSSEY, ODYSSEY XL, AND ODYSSEY LT VEHICLES MANUFACTURED FROM FEBRUARY 11, 2008, THROUGH OCTOBER 26, 2011, AND BUILT ON FORD, GENERAL MOTORS, AND FREIGHTLINER CHASSIS, EQUIPPED WITH A CARRIER CORPORATION GEN V EM-1 EVAPORATOR. THE EM-1 EVAPORATORS CONTAIN A FUSE HOLDER IN THE MOTOR ASSEMBLY WHICH DUE TO TIME, TEMPERATURE, AND/OR VIBRATION MAY CAUSE THE FUSE TO LOOSEN IN THE FUSE HOLDER, RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT AND POTENTIALLY CAUSE A FIRE.","TURTLE TOP WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 21, 2012. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-348-7440." -02/02/2012,12V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V035000),Ford Motor Company,PRNDL CABLE,POWER TRAIN,12S27,Vehicle,13239,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-53 AND F-59 STRIPPED CHASSIS VEHICLES MANUFACTURED FROM FEBRUARY 1, 2010 THROUGH JULY 1, 2011 AND CERTAIN MODEL YEAR 2012 F-53 AND F-59 STRIPPED CHASSIS VEHICLES MANUFACTURED FROM MAY 10, 2011 THROUGH OCTOBER 25, 2011. THE �PRNDL� CABLE MAY BREAK AT THE ATTACHMENT TO THE TRANSMISSION CONTROL SELECTOR ARM ASSEMBLY MOUNTED ON THE STEERING COLUMN. IF THE CABLE BREAKS, THE TRANSMISSION GEAR INDICATOR IN THE �PRNDL� DISPLAY IN THE INSTRUMENT PANEL WILL REMAIN IN THE FIRST GEAR POSITION REGARDLESS OF THE GEAR SELECTED.","AN INCORRECT GEAR INDICATION IN THE INSTRUMENT PANEL MAY PREVENT THE DRIVER FROM KNOWING IF THEY ARE IN PARK OR REVERSE, INCREASING THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE TRANSMISSION SELECTOR ARM ASSEMBLY AND THE �PRNDL� CABLE ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2012. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/01/2012,12V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V029000),Toyota Motor Engineering & Manufacturing,CURTAIN SHIELD AIRBAG,AIR BAGS,NR (Not Reported),Vehicle,427,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 RAV4 VEHICLES, MANUFACTURED FROM NOVEMBER 24, 2011, THROUGH DECEMBER 19, 2011. IN THE CURTAIN SHIELD AIRBAGS, PROPELLANT WITH THE INCORRECT SPECIFICATION WAS USED FOR THE INITIATOR ASSEMBLED IN THE AIRBAG INFLATOR. IN THIS CONDITION, THE INFLATOR MAY NOT PERFORM PROPERLY, CAUSING ONE OR BOTH CURTAIN SHIELD AIRBAGS TO NOT DEPLOY.","IN THE EVENT OF A CRASH, THE AIRBAGS MAY NOT DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT AN OCCUPANT, INCREASING THE RISK OF INJURIES.","TOYOTA WILL NOTIFY OWNERS, AND DEALERS WILL CHECK THE VEHICLE IDENTIFICATION NUMBER TO IDENTIFY THE CURTAIN SHIELD ASSEMBLIES AND REPLACE THE ASSEMBLIES AS NECESSARY WITH NEW ONES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -02/01/2012,12V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V030000),Honda (American Honda Motor Co.),DRIVER-SIDE OR PASSENGER-SIDE SIDE CURTAIN AIRBAG,AIR BAGS,"S19, S20",Vehicle,347,HONDA IS RECALLING CERTAIN MODEL YEAR 2012 ACCORD AND CROSSTOUR VEHICLES. THE DRIVER-SIDE OR PASSENGER-SIDE SIDE CURTAIN AIRBAG INFLATOR MAY NOT HAVE BEEN MANUFACTURED ACCORDING TO CORRECT SPECIFICATIONS.,"IN THE EVENT OF A CRASH, THE SIDE CURTAIN AIRBAG MAY FAIL TO DEPLOY, INCREASING THE RISK OF INJURY.","HONDA WILL REPLACE THE DRIVER'S SIDE OR PASSENGER'S SIDE SIDE CURTAIN AIRBAG AS NEEDED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 24, 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -02/01/2012,12V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V036000),Volvo Trucks North America,SERVICE BRAKES/ANTILOCK TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",RVXX1202,Vehicle,21625,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2011-2012 VHD AND MODEL YEAR 2011-2013 VNL AND VNM VEHICLES, MANUFACTURED FROM DECEMBER 2, 2010, THROUGH JANUARY 18, 2012, AND EQUIPPED WITH BENDIX ATR-6 TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","INADVERTENT BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. INADVERTENT BRAKE APPLICATION CAN CAUSE THE WHEELS TO LOCK-UP LEADING THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","VOLVO WILL NOTIFY OWNERS, AND PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. A PERMANENT REMEDY HAS BEEN DEVELOPED AND NOTIFICATION TO OWNERS BEGAN ON APRIL 27, 2012. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -02/01/2012,12V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V037000),"Mack Trucks, Inc.",SERVICE BRAKES/ANTILOCK TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",SC0363,Vehicle,2,"MACK IS RECALLING CERTAIN MODEL YEAR 2012-2013 GU, MANUFACTURED FROM DECEMBER 2, 2010, THROUGH JANUARY 18, 2012, AND EQUIPPED WITH BENDIX ATR-6 TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","INADVERTENT BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. INADVERTENT BRAKE APPLICATION CAN CAUSE THE WHEELS TO LOCK-UP LEADING THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","MACK WILL NOTIFY OWNERS, AND PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -02/01/2012,12V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V032000),"Nissan North America, Inc.",SHIFTER/FMVSS 114,POWER TRAIN,NR (Not Reported),Vehicle,36608,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 VERSA VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION AND MANUFACTURED FROM JUNE 9, 2011, THROUGH JANUARY 13, 2012 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114,�THEFT PROTECTION.� DUE TO INTERFERENCE BETWEEN THE SHIFTER ROD AND THE SHIFT KNOB, THE VEHICLES MAY BE SHIFTED OUT OF THE PARK POSITION WITHOUT DEPRESSING THE BRAKE PEDAL.","THE OPERATOR CAN INADVERTENTLY SHIFT THE VEHICLE INTO GEAR WITHOUT THE BRAKE PEDAL BEING DEPRESSED, INCREASING THE RISK OF A CRASH OR INJURY TO A NEARBY PEDESTRIAN.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE SHIFTER KNOB OR THE SHIFTER ASSEMBLY AS NEEDED, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MEARH 5, 2012. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -02/01/2012,12V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V031000),"WILDFIRE MOTORS, INC.",SPLIT SERVICE BRAKE SYSTEM/FMVSS 122,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,202,"WILDFIRE IS RECALLING CERTAIN MODEL YEAR 2009 WF650-C MOTORCYCLES, MANUFACTURED FROM APRIL 2008 THROUGH JANUARY 2009 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, �MOTORCYCLE BRAKE SYSTEM.� AS BUILT, THESE MOTORCYCLES HAVE A SINGLE BRAKE FLUID RESERVOIR WITH A SINGLE FILLER OPENING AND LACK THE REQUIRED RESERVOIR LABELING. WARNING LAMPS INDICATING BRAKE FAILURE ARE ALSO ABSENT.","WITHOUT THE REQUIRED BRAKE RESERVOIR LABEL, OPERATORS MAY IMPROPERLY MAINTAIN THE BRAKE SYSTEM. WITH ONLY A SINGLE BRAKE FLUID RESERVOIR FOR THE ENTIRE BRAKE SYSTEM AND NO BRAKE FAILURE INDICATOR LAMP, IN THE EVENT OF ANY BRAKE FLUID LEAK, THE ENTIRE BRAKE SYSTEM COULD FAIL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","WILDFIRE WILL CONTACT OWNERS, AND DEALERS WILL CORRECT THE MOTORCYCLES, FREE OF CHARGE. THE RECALL BEGAN ON APRIL 18, 2012. OWNERS MAY CONTACT WILDFIRE AT 1-740-283-6540." -02/01/2012,12E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E003000),CARLISLE BRAKE AND FRICTION COMPANY,TRAILER BRAKE ACTUATORS,EQUIPMENT,NR (Not Reported),Equipment,1165,"CARLISLE BRAKE AND FRICTION COMPANY IS RECALLING CERTAIN HYDRASTAR AND HYDRASTAR XL TRAILER BRAKE ACTUATORS PRODUCED FROM OCTOBER 5, 2011, THROUGH DECEMBER 9, 2011. ONE OF THE ROTATING COMPONENTS IN THE HYDRAULIC PUMP MISSED A HEAT TREAT OPERATION CAUSING THE ACTUATOR TO WEAR AT A HIGHER THAN NORMAL RATE. AS A RESULT, THE HYDRAULIC PUMP COULD FAIL AND RESULT IN A LOSS OF BRAKING ABILITY IN THE TRAILER.","LOSS OF BRAKING ABILITY CAN LEAD TO LOSS OF CONTROL OF THE TRAILER, INCREASING THE RISK OF A CRASH, SERIOUS INJURIES, OR PROPERTY DAMAGE.","CARLISLE BRAKE AND FRICTION COMPANY WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE HYDRAULIC PUMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2012. OWNERS MAY CONTACT CARLISLE BRAKE AND FRICTION COMPANY AT 1-800-542-0972." -01/30/2012,12V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V028000),DRV Suites,ALUMINUM WHEEL/RIM,WHEELS,NR (Not Reported),Vehicle,1701,"DRV SUITES (DRV), FORMERLY DOUBLETREE RV, IS RECALLING CERTAIN MODEL YEAR 2008 AND 2010-2011 SELECT, MOBILE, AND ELITE SUITE RECREATIONAL VEHICLES MANUFACTURED FROM JUNE 12,2007, THROUGH OCTOBER 27,2010 AND EQUIPPED WITH DISC BRAKES. DUE TO THE PAINT APPLIED TO THE ALUMINUM WHEEL AND HUB FACE, THE WHEEL MAY BECOME LOOSE.","THIS SITUATION CAN RESULT IN THE WHEEL/RIM MOVING, SHEARING OF THE WHEEL STUDS AND THE WHEEL COMING OFF OF VEHICLE, INCREASING THE RISK OF A CRASH.","DRV WILL NOTIFY OWNERS, AND DEALERS WILL REMOVE THE PAINT FROM THE HUB FACE AND THE BACK OF THE WHEELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2012. OWNERS MAY CONTACT DRV AT 1-574-457-6472." -01/30/2012,12V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V027000),Kovatch Mobile Equipment Corp.,HYDRAULIC CONTROLS,EQUIPMENT,NR (Not Reported),Vehicle,120,"KOVATCH MOBILE EQUIPMENT CORPORATION (KME) IS RECALLING CERTAIN MODEL YEAR 2003 THROUGH 2011 AERIALCAT MODEL FIRE TRUCKS EQUIPPED WITH AN AERIAL BUCKET THAT IS OPERATED WITH ELECTRONIC CONTROLS AND A TURNTABLE THAT HAS HYDRAULIC CONTROLS. ON THESE VEHICLES, UPON ACTIVATION OF THE DEAD MAN�S SWITCH ON THE TURNTABLE, THE LADDER MAY UNEXPECTEDLY MOVE.","IF THE LADDER UNEXPECTEDLY MOVES, THE OPERATOR CAN LOSE CONTROL OF THE BUCKET LOCATION, INCREASING THE RISK OF INJURY.","KME WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE TRUCKS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 10, 2012. OWNERS MAY CONTACT KOVATCH MOBILE EQUIPMENT CORPORATION AT 1-570-669-5154." -01/30/2012,12V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V026000),PACCAR Incorporated,SERVICE BRAKES/ANTILOCK TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",12KWA/0112-A,Vehicle,15932,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2012-2013 KENWORTH T170, T270, T370, T440, T470, T660, T700, T800, W900, AND PETERBILT 320, 330, 337, 348, 365, 367, 382, 384, 386, 388, 389, AND 587 VEHICLES, MANUFACTURED FROM JANUARY 31, 2011, THROUGH JANUARY 19, 2012, AND EQUIPPED WITH BENDIX ATR-6 ANTILOCK TRACTION RELAY VALVES. IN EXTREMELY COLD CONDITIONS, THESE BENDIX RELAY VALVES MAY POTENTIALLY DEVELOP INTERNAL LEAKAGE. INTERNAL LEAKAGE CAN LEAD TO AIR PRESSURE BEING DELIVERED TO AFFECTED PRIMARY OR SECONDARY BRAKE CAUSING CONTINUOUS BRAKE APPLICATION.","UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE BRAKES TO OVERHEAT AND LEAD TO A FIRE. UNEXPECTED CONTINUOUS BRAKE APPLICATION CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. ALSO, THE BRAKES MAY BE APPLIED WITHOUT ILLUMINATING THE BRAKE LIGHTS, FAILING TO GIVE PROPER WARNING TO OTHER DRIVERS.","PACCAR WILL NOTIFY OWNERS, AND PROVIDE A TEMPORARY REPAIR UNTIL BENDIX DEVELOPS A PERMANENT REMEDY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2012. OWNER MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196." -01/27/2012,12E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12E001000),"Bendix Commercial Vehicle Systems, LLC",SERVICE BRAKES/TRACTION RELAY VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,130440,"BENDIX IS RECALLING CERTAIN ATR-6 TRACTION RELAY VALVES PRODUCED FROM DECEMBER 2, 2010, THROUGH JANUARY 18, 2012. THE VALVES WERE SOLD AS AFTERMARKET SERVICE PARTS AND INSTALLED AS ORIGINAL EQUIPMENT BY VARIOUS VEHICLE MANUFACTURERS. DUE TO A DESIGN MODIFICATION, IN EXTREMELY COLD CONDITIONS, INTERNAL LEAKAGE CAN POTENTIALLY DEVELOP, RESULTING IN PRESSURE BEING DELIVERED TO THE AFFECTED SERVICE BRAKE CIRCUIT.","IF PRESSURE IS DELIVERED TO THE SERVICE BRAKE CIRCUITS, INTERMITTENT OR CONTINUED BRAKE APPLICATION MAY OCCUR WITHOUT WARNING AND POSSIBLY WITHOUT ILLUMINATING THE BRAKE LIGHTS. EITHER CONDITION MAY INCREASE THE RISK OF A CRASH.","BENDIX WILL NOTIFY OWNERS WHO PURCHASED THE AFFECTED ATR-6 TRACTION RELAY VALVES AS AFTERMARKET PARTS. VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS. BENDIX WILL PROVIDE A REMEDY FREE OF CHARGE. A TEMPORARY FIX IS AVAILABLE WHILE THE MANUFACTURER DEVELOPS A PERMANENT REMEDY. THE PERMANENT REMEDY HAS BEEN DEVELOPED AND PARTS WILL BEGIN TO BE AVAILABLE BY MAY 7, 2012. OWNERS MAY CONTACT BENDIX AT 1-440-329-9000 OR THEIR VEHICLE MANUFACTURER." -01/26/2012,12V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V033000),"HME, Inc.",CUMMINS V-BAND CLAMPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,HME IS RECALLING TWO MODEL YEAR 2011 1871 FIRE TRUCKS EQUIPPED WITH CUMMINS ENGINES. THE V-BAND CLAMP ASSEMBLY USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC) DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.,"IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.",HME IS WORKING WITH CUMMINS TO IDENTIFY OWNERS. CUMMINS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE NHTSA RECALL 11E-031. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000. -01/26/2012,12C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12C001000),"Britax Child Safety, Inc.",HARNESS ADJUSTER DETACHMENT,CHILD SEAT,NR (Not Reported),Child Seat,14220,"BRITAX IS RECALLING CERTAIN CHAPERONE INFANT CHILD RESTRAINT SYSTEMS PRODUCED FROM SEPTEMBER 1, 2010, THROUGH APRIL 30, 2011. THE HARNESS ADJUSTER CAN DETACH FROM THE SEAT SHELL.","SHOULD THE HARNESS ADJUSTER DETACH FROM THE SEAT, THE CHILD MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY OR DEATH.","BRITAX WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS FREE OF CHARGE. THE SAFETY RECALL AND MAILING OF THE KITS BEGAN ON FEBRUARY 7, 2012. ANY SEATS ON WHICH THE HARNESS ADJUSTER HAS DETACHED WILL BE REPLACED. OWNERS MAY CONTACT BRITAX AT 1-888-427-4829 OR VISIT WWW.CHAPERONERECALL.COM." -01/26/2012,12V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V022000),"Genie Industries, Inc.",MOTOR CONTROLLER/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,537,"GENIE IS RECALLING CERTAIN TZ-34 AND TZ-50 TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, MANUFACTURED FROM JANUARY 1, 2010, THROUGH MAY 1, 2011, BECAUSE THE MOTOR CONTROLLER CAN FAIL. THIS COMPONENT WAS ALSO INSTALLED AS A SERVICE PART REPLACEMENT ON TMZ 34/19 AND TMZ 50 UNITS AS PART NUMBER 96769 AND KIT 99854 FROM JANUARY 1, 2010, THROUGH AUGUST 7, 2011. THIS RECALL IS AN EXPANSION OF A PREVIOUS RECALL. PLEASE SEE RECALL CAMPAIGN NUMBER 11V-373.",FAILURE OF THE MOTOR CONTROLLER CAN RESULT IN A FIRE.,"GENIE WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2012. OWNERS MAY CONTACT GENIE'S SERVICE DEPARTMENT AT 1-800-536-1800." -01/26/2012,12V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V025000),Honda (American Honda Motor Co.),SPARE TIRE/FMVSS 110,EQUIPMENT,S15,Vehicle,206,"HONDA IS RECALLING CERTAIN MODEL YEAR 2011-2012 RIDGELINE VEHICLES MANUFACTURED FROM AUGUST 25, 2011, THROUGH NOVEMBER 29, 2011. THE SPARE TIRE INSTALLED IN AFFECTED VEHICLES MAY NOT MATCH THE INFORMATION ON THE VEHICLE�S TIRE INFORMATION PLACARD. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, �TIRE SELECTION AND RIMS FOR MOTOR VEHICLE.�","AN INCORRECT LABEL COULD LEAD TO IMPROPER TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE SPARE TIRE AND IF NECESSARY, EXCHANGE THE SPARE TIRE ASSEMBLY OR REPLACE THE TIRE INFORMATION PLACARD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2012. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -01/25/2012,12V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V024000),"Maserati North America, Inc.",TAIL LAMP ASSEMBLIES,EXTERIOR LIGHTING,198,Vehicle,1768,"MASERATI IS RECALLING CERTAIN MODEL YEAR 2008-2010 GRANTURISMO AND GRANTURISMO CONVERTIBLE VEHICLES MANUFACTURED FROM JUNE 2008 TO MARCH 2010. DUE TO A FAULTY LAMP ASSEMBLY, THE REAR LIGHTS (BOTH TAIL AND BRAKE) MAY FAIL.","TAIL AND/OR BRAKE LAMP FAILURE COULD LEAD TO REDUCED VEHICLE VISIBILITY, INCREASING THE RISK OF A CRASH.","MASERATI WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND REPLACE AFFECTED REAR TAIL LAMP ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 29, 2012. Owners may contact Maserati customer service at 1-877-696-2737." -01/24/2012,12V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V023000),Crossroads RV,WHEEL CENTER CAP,WHEELS,NR (Not Reported),Vehicle,172,"CROSSROADS RV IS RECALLING CERTAIN MODEL YEAR 2012 RUSHMORE AND ELEVATION RECREATIONAL VEHICLES MANUFACTURED FROM JUNE 1, 2011, THROUGH JANUARY 12, 2012, WITH PANTHER STYLE 16� 8-LUG ALUMINUM WHEELS. THESE VEHICLES HAVE BEEN MANUFACTURED WITH AN INCORRECT WHEEL CENTER CAP. THE CENTER CAP THAT WAS ASSEMBLED WITH THE TRAILER DID NOT PROVIDE ADEQUATE CLEARANCE TO ALLOW THE WHEEL TO FULLY SEAT ON THE HUB FACE OF THE AXLE. THIS CAN RESULT IN A WHEEL BECOMING LOOSE AND POTENTIALLY COMING OFF OF THE TRAILER.","A WHEEL SEPARATION CAN LEAD TO LOSS OF CONTROL OF THE TRAILER INCREASING THE RISK OF A CRASH, SERIOUS INJURIES, OR DAMAGE TO OTHERS.","CROSSROADS RV WILL NOTIFY OWNERS, AND REPLACE THE CENTER CAPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT CROSSROADS RV AT 1-888-226-7496." -01/23/2012,12T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12T002000),"Toyo Tire Holdings of Americas, Inc.",KINK IN THE BEAD AREA/TIRE FAILURE,TIRES,NR (Not Reported),Tire,68763,"TOYO TIRE IS RECALLING CERTAIN TOYO EXTENSA A/S TIRES, SIZE P225/60R16 97T, PRODUCED FROM SEPTEMBER 20, 2009, THROUGH NOVEMBER 6, 2010. SOME OF THESE TIRES MAY HAVE BEEN PRODUCED WITH A KINK IN THE BEAD AREA. UNDER CERTAIN CIRCUMSTANCES, THE KINK MAY EVENTUALLY LEAD TO A CRACK IN THE BEAD AREA, WHICH IS NEAR THE RIM.","IF A CRACK DEVELOPS AND IS LEFT UNDETECTED, THE TIRE MAY FAIL, POTENTIALLY CAUSING LOSS OF VEHICLE CONTROL AND A CRASH, WHICH COULD RESULT IN INJURY OR DEATH.","TOYO TIRE WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 3, 2012. OWNERS MAY CONTACT TOYO TIRE AT 1-800-442-8696 (6:30AM TO 5PM PACIFIC TIME) (9:30AM TO 8PM EASTERN TIME)." -01/23/2012,12V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V019000),"BMW of North America, LLC",TRANSMISSION PARKING LOCK,POWER TRAIN,NR (Not Reported),Vehicle,6,"BMW IS RECALLING CERTAIN MODEL YEAR 2012 X5 XDRIVE 35I SPORTS ACTIVITY VEHICLES, MANUFACTURED FROM DECEMBER 19, 2011, THROUGH DECEMBER 21, 2011. DUE TO A MANUFACTURING ERROR, ENGAGEMENT OF THE TRANSMISSION�S PARKING LOCK MAY NOT OCCUR EVEN IF THE �P� POSITION HAS BEEN SELECTED AND IS DISPLAYED.","IF THE DRIVER BELIEVES THAT THE TRANSMISSION IS IN PARK AND DOES NOT USE THE PARKING BRAKE, THE VEHICLE COULD ROLL AWAY AFTER EXITING THE VEHICLE INCREASING THE RISK OF A CRASH OR INJURY.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -01/20/2012,12V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V016000),Mazda Motor Corp.,ANTILOCK BRAKE SYSTEM ELECTRICAL CONNECTORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,52390,"MAZDA IS RECALLING CERTAIN MODEL YEAR 2001-2002 MAZDA TRIBUTE VEHICLES MANUFACTURED FROM APRIL 20, 2000, THROUGH JULY 19, 2002. THE BRAKE MASTER CYLINDER RESERVOIR CAP CAN LEAK BRAKE FLUID. IF BRAKE FLUID LEAKS, IT COULD COME IN CONTACT WITH THE ANTILOCK BRAKE SYSTEM (ABS) MODULE WIRING HARNESS CONNECTOR.","CORROSION MAY DEVELOP IN THE ELECTRICAL CONNECTOR LEADING MELTING, SMOKING OR POSSIBLE FIRE.","MAZDA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE VEHICLE'S BRAKE MASTER CYLINDER RESERVOIR CAP AND MODIFY THE ABS ELECTRICAL SYSTEM, FREE OF CHARGE. UNTIL THE REPAIR HAS BEEN PERFORMED, VEHICLE OWNERS SHOULD PARK THEIR VEHICLES OUTSIDE. THE SAFETY RECALL BEGAN ON JUNE 22, 2012. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500, OPTION 6." -01/20/2012,12V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V017000),"Mack Trucks, Inc.",AXLE BEAM FAILURE,SUSPENSION,SC0361,Vehicle,8333,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2002-2005 MR AND LE HEAVY TRUCKS, MANUFACTURED FROM FEBRUARY 1, 2002, THROUGH DECEMBER 22, 2004. OVER TIME, THE VEHICLE�S LOAD MAY RESULT IN FATIGUE CRACKS OF THE FRONT AXLE BEAM. THESE CRACKS CAN PROPAGATE AND RESULT IN COMPLETE FRACTURE OF THE AXLE BEAM.","IF COMPLETE FRACTURE OCCURS, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","THIS RECALL RELATES TO PREVIOUS RECALLS 09V-240 AND 10V-069. ANALYSIS OF THESE RECALLS HAS SHOWN THAT AFTER THE RECEIVING THE REMEDIES, THE AXLES MAY STILL CRACK. AS SUCH, MACK TRUCKS WILL REPLACE THE AFFECTED AXLES ON ANY MR AND LE MODELS CONFIGURED AS FRONT-LOADER OR SIDE-LOADER REFUSE TRUCKS. AXLES ON ALL OTHER MR AND LE MODELS WILL RECEIVE A MAG-PARTICLE INSPECTION AND MACK WILL REPLACE ANY AFFECTED AXLE BEAMS FREE OF CHARGE. THE SAFETY RECALL BEGAN iIN JULY 2012. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -01/20/2012,12V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V020000),Utility Trailer Manufacturing Company,LIFTGATE BATTERY BOX MOUNTING,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,95,"UTILITY MANUFACTURING COMPANY (UTILITY) IS RECALLING CERTAIN MODEL YEAR 2011-2012 UTILITY VS1DC AND VS2DX DRY VANS MANUFACTURED FROM DECEMBER 2010 THROUGH AUGUST 2011, AND EQUIPPED WITH AN OPTIONAL LIFTGATE BATTERY BOX. THE MOUNTING PLATES USED FOR MOUNTING SINGLE OR DOUBLE BATTERY BOXES ON TRAILERS MAY BE THE INCORRECT SIZE AND SOME MAY ALSO HAVE BEEN MISORIENTED DURING INSTALLATION.","BATTERY BOXES MOUNTED WITH THE INCORRECT SIZE OR IMPROPERLY ORIENTED MOUNTING PLATES CAN BECOME DETACHED FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","UTILITY WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE MOUNTING PLATES AND REPLACE THEM AS NECESSARY, FREE OF CHARGE. OWNER NOTIFICATION HAS ALREADY BEGUN. OWNERS MAY CONTACT UTILITY TRAILER MANUFACTURING COMPANY AT 1-626-854-7215." -01/19/2012,12V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V021000),Morgan Olson Corporation,FMVSS 206/PRIMARY LATCH/DOOR CLOSURE WARNING SYS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7853,"Morgan Olson is recalling certain model year 2009-2011 walk-in van type vehicles with a gross vehicle weight rating in excess of 4,536kg (10,000lbs), manufactured from September 1, 2009, through January 19, 2012, with sliding front doors. These vehicles do not have either a primary door latch system, or a door closure warning system. Therefore, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 206, ""Door Locks and Door Retention Components.""","Without either a primary door latch system or a door latch system with a fully latched position and a door closure warning system as required by FMVSS 206, the door could partially open without warning and the driver may not be aware that the door is not fully latched, putting the driver at an increased risk of injuries in the event of a crash.","Morgan Olson will notify owners, and dealers will repair the vehicles free of charge. The safety recall began on April 25, 2012. Owners may contact Morgan Olson at 1-269-659-0200." -01/18/2012,12V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V015000),"Navistar, Inc.",REAR BRAKE HOSE RESTRICTION,"SERVICE BRAKES, HYDRAULIC",12501,Vehicle,338,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2005-2011 INTERNATIONAL 3200IM, AND MODEL YEAR 2007-2011, IC BUS MODEL HC BUSES, MANUFACTURED FROM AUGUST 16, 2004, THROUGH MAY 13, 2010. WHEN THE BUS KNEELING FEATURE IS ACTIVATED, THE REAR BRAKE LINE MAY BE PINCHED BY A FRAME MEMBER CAUSING THE REAR BRAKES TO DRAG.","BRAKES THAT DRAG COULD OVERHEAT AND MAY LEAD TO A FIRE, WHICH MAY CAUSE PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A CLIP TO ENSURE THAT THE BRAKE LINE CANNOT BE PINCHED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -01/17/2012,12V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V014000),Kia Motors America,AIR BAG CLOCK SPRING ASSEMBLY,AIR BAGS,SC094,Vehicle,145755,"KIA MOTORS AMERICA, INC. (KIA) IS RECALLING CERTAIN MODEL YEAR 2006-2008 KIA OPTIMA VEHICLES MANUFACTURED FROM SEPTEMBER 29, 2005, THROUGH JANUARY 29, 2008, AND MODEL YEAR 2007 AND 2008 KIA RONDO VEHICLES MANUFACTURED FROM SEPTEMBER 13, 2006, THROUGH MARCH 21, 2008. THE CLOCK SPRING CONTACT ASSEMBLY FOR THE DRIVER'S SIDE AIR BAG SUPPLEMENTAL RESTRAINT SYSTEM (SRS) MAY BECOME DAMAGED THROUGH USAGE OVER TIME. IF THE CLOCK SPRING CONTACT ASSEMBLY BECOMES DAMAGED, THE DRIVER'S AIR BAG ELECTRICAL CIRCUIT WILL EXPERIENCE A HIGH RESISTANCE CONDITION POTENTIALLY CAUSING THE DRIVER'S AIR BAG TO NOT DEPLOY.","IF THE CLOCK SPRING DEVELOPS HIGH RESISTANCE, IN THE EVENT OF A CRASH, THE DRIVERS AIR BAG WILL NOT DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER, INCREASING THE RISK OF INJURIES.","KIA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE VEHICLE'S AIR BAG CLOCK SPRING CONTACT ASSEMBLY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 11, 2012. OWNERS MAY CONTACT KIA CUSTOMER ASSISTANCE CENTER AT 1-800-333-4542." -01/13/2012,12V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V013000),"Tracker Marine, LLC",BRAKE CALIPER PIN,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,230,"TRACKER MARINE IS RECALLING CERTAIN MODEL YEAR 2012 TRAILSTAR Z8 TRAILERS AND MODEL YEAR 2011-2012 TRAILSTAR Z9 TRAILERS, MANUFACTURED FROM JULY 12, 2010, THROUGH NOVEMBER 10, 2011. THE BRAKE CALIPER PINS WERE NOT TIGHTENED TO THE CORRECT SPECIFICATION ALLOWING THEM TO COME LOOSE.","THE BRAKE CALIPER PINS COULD BACK OUT RESULTING IN LOSS OF BRAKE FUNCTION, INCREASING THE RISK OF A CRASH.","TRACKER WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE CALIPER, AND REPAIR THE TRAILERS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 30, 2012. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4588." -01/13/2012,12V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V011000),Glaval Bus,EVAPORATORS,EQUIPMENT,NR (Not Reported),Vehicle,1407,"GLAVAL IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2007 TRANSIT BUSES BUILT ON FORD, GMC, CHEVROLET, AND FREIGHTLINER CHASSIS AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","GLAVAL WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 14, 2012. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-348-7440." -01/12/2012,12V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V009000),Ford Motor Company,AXLES/STEERING ARM BOLTS/MERITOR,POWER TRAIN,11S26,Vehicle,36,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-650 TRUCKS, MANUFACTURED FROM FEBRUARY 2, 2011, THROUGH FEBRUARY 17, 2011, AND EQUIPPED WITH A MERITOR MFS08 FRONT STEER AXLE. THE BOLTS ATTACHING THE STEERING ARM TO THE STEERING KNUCKLE WERE NOT PROPERLY TIGHTENED. THIS CONDITION CAN RESULT IN THE STEERING ARM LOOSENING OR SEPARATING.",LOSS OF STEERING CONTROL MAY INCREASE THE RISK OF A CRASH.,"FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE STEERING ARM AND STEERING KNUCKLE, AND REPAIR THE VEHICLES AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 20, 2012. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -01/12/2012,12V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V018000),Temsa,FMVSS 121-ANTI-LOCK MALFUNCTION SIGNAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,40,"TEMSA GLOBAL (TEMSA) IS RECALLING CERTAIN MODEL YEAR 2011-2012 TS35 BUSES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, �AIR BRAKE SYSTEMS.� THE ANTI-LOCK BRAKE SYSTEM (ABS) MALFUNCTION WARNING INDICATOR DOES NOT ILLUMINATE IN A CHECK LAMP FUNCTION WHEN THE IGNITION IS TURNED TO THE �ON� OR �RUN� POSITION.","WITHOUT THE CHECK LAMP FEATURE, THE DRIVER MAY NOT BE AWARE THAT THE INDICATOR LAMP IS NOT WORKING PROPERLY, AND IF THERE WERE AN ABS PROBLEM, THE DRIVER WOULD NOT RECEIVE A WARNING. A MALFUNCTIONING ANTI-LOCK BRAKE SYSTEM MAY INCREASE THE RISK OF A CRASH.","TEMSA WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2012. OWNERS MAY CONTACT TEMSA AT 1-407-601-7801." -01/12/2012,12V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V012000),"Dutchmen Manufacturing, Inc.",INCORRECT WHEEL CAP CENTER/LOOSE WHEELS,WHEELS,NR (Not Reported),Vehicle,437,"THOR IS RECALLING CERTAIN MODEL YEAR 2012 DUTCHMEN VOLTAGE AND RUBICON TRAILERS, MANUFACTURED FROM JULY 19, 2011 THROUGH DECEMBER 21, 2011. THE TRAILER WHEELS MAY NOT BE FULLY SEATED ON THE HUB AND THEREFORE MAY LOOSEN AND POTENTIALLY DETACH FROM THE TRAILER.",WHEEL SEPARATION CAN LEAD TO LOSS OF CONTROL OF THE TRAILER INCREASING THE RISK OF A CRASH. A DETACHED WHEEL ALSO POSES A RISK OF INJURY TO PEDESTRIANS AND OTHER VEHICLES.,"THOR WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE WHEELS, AND REPAIR THE TRAILERS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 25, 2012. OWNERS MAY CONTACT THOR INDUSTRIES, INC. AT 1-937-596-6849." -01/12/2012,12V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V010000),"Daimler Trucks North America, LLC",MALFUNCTIONING SIDE MARKER/DIRECTIONAL LIGHTS,EXTERIOR LIGHTING,FL-620,Vehicle,60,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2012 FREIGHTLINER CUSTOM CHASSIS (FCC) MODEL S2 106 CH INCOMPLETE VEHICLES, MANUFACTURED FROM FEBRUARY 24, 2011, THROUGH AUGUST 3, 2011. DUE TO A VEHICLE SOFTWARE ISSUE, THE SIDE MARKER/DIRECTIONAL LIGHTS TO STOP FUNCTIONING AFTER 5 TO 13 MINUTES OF VEHICLE OPERATION.","FAILURE OF THE SIDE MARKER/DIRECTIONAL LIGHTS TO ILLUMINATE WILL RESULT IN DECREASED VISIBILITY OF THE VEHICLE AND/OR MISINFORM OTHER DRIVERS AS TO THE INTENDED DIRECTION OF TRAVEL, EITHER OF WHICH COULD INCREASE THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND THE BULK-HEAD MODULE SOFTWARE WILL BE UPDATED BY DTNA AUTHORIZED SERVICE FACILITIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -01/11/2012,12V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V008000),"BMW of North America, LLC",AUXILIARY WATER PUMP/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,90368,"BMW IS RECALLING CERTAIN MODEL YEAR 2007-2011 MINI COOPER S, 2008-2011 MINI COOPER S CLUBMAN, 2009-2011 MINI COOPER S CONVERTIBLE, 2009-2011 MINI COOPER JCW, 2009-2011 MINI COOPER JCW CLUBMAN, 2009-2011 COOPER JCW CONVERTIBLE, AND 2011 COOPER S COUNTRYMAN PASSENGER CARS MANUFACTURED FROM NOVEMBER 14, 2006, THROUGH JANUARY 18, 2011. THE ELECTRIC AUXILIARY WATER PUMP THAT COOLS THE TURBOCHARGER HAS AN ELECTRONIC CIRCUIT BOARD THAT CAN MALFUNCTION AND OVERHEAT.",THE CIRCUIT BOARD MAY SMOLDER WHICH COULD RESULT IN A VEHICLE FIRE.,"BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE WATER PUMP FREE OF CHARGE. THE SAFETY RECALL BEGANDURING FEBRUARY 2012. OWNERS MAY CONTACT BMW AT 1-866-275-6464." -01/10/2012,12V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V007000),Trans Tech Bus,SELF-LATCHING SEAT CUSHION/FMVSS 222,SEATS,NR (Not Reported),Vehicle,333,"TRANS TECH IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 SCHOOL BUSES MANUFACTURED FROM MAY 2010 THROUGH JULY 2011EQUIPPED WITH A C. E. WHITE SEAT CUSHION. THE SELF-LATCHING MECHANISM USED TO RETAIN THE SEAT CUSHION TO THE FRAME MAY NOT ACTIVATE. ACCORDINGLY, THESE SEATS FAIL TO CONFORM TO THE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IF THE SEAT CUSHION IS NOT FULLY LATCHED TO THE SEAT STRUCTURE, IT COULD FLIP UP OUT OF POSITION IN THE EVENT OF A CRASH. THIS COULD INCREASE THE RISK OF INJURY TO THE VEHICLE OCCUPANTS.","TRANS TECH WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2012. OWNERS MAY CONTACT TRANS TECH AT 1-845-988-0419." -01/09/2012,12V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V005000),Ford Motor Company,ANTILOCK BRAKE SYSTEM ELECTRICAL CONNECTORS,"SERVICE BRAKES, HYDRAULIC",11S24,Vehicle,244530,"FORD IS RECALLING CERTAIN MODEL YEAR 2001-2002 ESCAPE VEHICLES MANUFACTURED FROM OCTOBER 22, 1999, THROUGH JULY 19, 2002, EQUIPPED WITH A BRAKE MASTER CYLINDER RESERVOIR CAP THAT COULD LEAK BRAKE FLUID. IF BRAKE FLUID LEAKS FROM THE CAP, IT COULD COME IN CONTACT WITH THE ANTILOCK BRAKE SYSTEM (ABS) MODULE WIRING HARNESS CONNECTOR.","CORROSION CAN DEVELOP IN THE ELECTRICAL CONNECTOR LEADING TO MELTING, SMOKE OR A FIRE.","DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER RESERVOIR CAP AND THE ABS ELECTRICAL SYSTEM WILL BE MODIFIED. AN INTERIM LETTER WAS MAILED ON JANUARY 20, 2012. DUE TO A PARTS DELAY, HOWEVER, THE REMEDY MAY NOT BE AVAILABLE CURRENTLY. IF PARTS ARE NOT AVAILABLE, FORD WILL INSTRUCT OWNERS TO PARK THEIR VEHICLES OUTSIDE UNTIL SUCH TIME AS PARTS BECOME AVAILABLE. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332. THIS RECALL CAMPAIGN IS RELATED TO 07V-156." -01/09/2012,12V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V006000),Ford Motor Company,TORQUE CONVERTER MALFUNCTIONS,POWER TRAIN,11S25,Vehicle,206452,FORD IS RECALLING CERTAIN MODEL YEAR 2004 AND 2005 FORD FREESTAR AND MERCURY MONTEREY VEHICLES. THE TORQUE CONVERTER OUTPUT SHAFT MAY FAIL.,"THIS CONDITION RESULTS IN A SUDDEN LOSS OF MOTIVE POWER WITH NO WARNING, INCREASING THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TORQUE CONVERTER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 9, 2012. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -01/06/2012,12V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V003000),Elkhart Coach,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,125,"ELKHART IS RECALLING CERTAIN MODEL YEAR 2006-2010 ECI AND ECII VEHICLES MANUFACTURED FROM JANUARY 1, 2006, THROUGH DECEMBER 31, 2010, AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS (EM-1). DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","ELKHART WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 5, 2012. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-348-7440." -01/06/2012,12V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V004000),"Chrysler (FCA US, LLC)",TIRE PRESSURE MONITOR SYSTEM/FMVSS 138,TIRES,L43,Vehicle,303,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 DODGE CHARGER SRT8 AND THE CHRYSLER 300 SRT8 VEHICLES MANUFACTURED FROM MAY 2, 2011, THROUGH NOVEMBER 17, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 138, ""TIRE PRESSURE MONITORING SYSTEM"" (TPMS). AS BUILT, THE TPMS DOES NOT WARN THE DRIVER WHEN A TIRE IS 25 PERCENT BELOW THE RECOMMENDED PRESSURE. THE RECALLED VEHICLES NOTIFY THE CUSTOMERS WHEN THE TIRE PRESSURE REACHES 22 PSI RATHER THAN THE REQUIRED 24 PSI.","UNDERINFLATED TIRES CAN RESULT IN TIRE OVERLOADING AND OVERHEATING, WHICH COULD LEAD TO A BLOWOUT AND POSSIBLE CRASH.","CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL REPROGRAM THE VEHICLE�S TPMS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -01/04/2012,11E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E057000),DEXTER AXLE,E/H BRAKE ACTUATOR,EQUIPMENT,NR (Not Reported),Equipment,1713,DEXTER AXLE IS RECALLING CERTAIN ELECTRIC/HYDRAULIC (E/H) BRAKE ACTUATOR PUMPS SOLD FOR USE ON VARIOUS TRAILERS. SOME OF THESE PUMPS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THIS CONDITION CAN CAUSE PREMATURE WEAR OF SOME CRITICAL COMPONENTS IN THESE PUMPS WHICH CAN RENDER THE UNIT INOPERABLE.,"THE E/H BRAKE ACTUATOR PROVIDES BRAKING POWER TO THE TRAILER BRAKES. FAILURE OF THE ACTUATOR CAN RESULT IN THE LOSS OF BRAKING EFFORT BY THE TRAILER, INCREASING THE RISK OF A CRASH.","DEXTER AXLE IS WORKING WITH THE INSTALLERS AND VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY OWNERS WHO MAY HAVE HAD THE AFFECTED E/H BRAKE ACTUATOR INSTALLED ON THEIR VEHICLE. THE SAFETY RECALL BEGAN ON DECEMBER 20, 2011. OWNERS MAY CONTACT DEXTER AXLE AT 1-260-636-5311 OR THEIR VEHICLE MANUFACTURER." -01/04/2012,12V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V002000),"New Flyer of America, Inc.",INSTRUMENT CLUSTER SOFTWARE/PARKER,ELECTRICAL SYSTEM,R11-026,Vehicle,490,"NEW FLYER IS RECALLING CERTAIN MODEL YEARS 2009-2012 XDE40, MODEL YEARS 2010-2011 MODELS XD35 AND XDE35, MODEL YEAR 2010 XD40, AND MODEL YEAR 2011 XN40 TRANSIT BUSES, MANUFACTURED FROM JANUARY 2010, THROUGH DECEMBER 2011, AND EQUIPPED WITH A PARKER-HANNIFIN (VANSCO) INSTRUMENT PANEL. THE PROGRAMMING OF THE INSTRUMENT PANEL IS SUCH THAT IF MULTIPLE ERROR MESSAGES ARE RECEIVED BY THE INSTRUMENT PANEL FROM THE VEHICLE POWERTRAIN, THE �CHECK ENGINE� AND/OR �STOP ENGINE� INDICATOR LAMPS ON THE DASH MAY NOT ILLUMINATE AND THE ENGINE MAY ENTER A SAFETY OR SHUTDOWN MODE OF OPERATION.","ENGINE SHUTDOWN WOULD RESULT IN LOSS OF VEHICLE PROPULSION OR VEHICLE STALL, EITHER OF WHICH INCREASES THE RISK OF A CRASH.","NEW FLYER WILL REPROGRAM THE INSTRUMENT PANEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 9, 2012. NEW FLYER WILL UPLOAD A CORRECTED SOFTWARE VERSION FREE OF CHARGE. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4876." -01/03/2012,11V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V606000),Utilimaster Corporation,FMVSS 206/DOOR CLOSURE WARNING SYSTEM,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,9861,"Certain Utilimaster model year 2009 through 2011 Aeromaster and one model year 2011 Reach work trucks manufactured from September 1, 2009, through December 22, 2011, fail to comply with the requirements of Federal Motor Vehicle Safety Standard No. 206, ""Door Locks and Door Retention Components.""","Certain work trucks are not equipped with either a primary door latch system or a door latch system with a fully latched position and a door closure warning system as required by FMVSS 206. Without a door closure warning system, the driver may not be aware that the door is not fully latched. The door could partially open without warning and the driver may be at an increased risk of injuries in the event of a crash.","Utilimaster will notify owners, and dealers will repair the vehicles free of charge. The safety recall began on November 16, 2012. Owners may contact Utilimaster at 1-800-582-3454." -01/03/2012,12V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=12V001000),"Mitsubishi Motors North America, Inc.",TURN SIGNAL LEVER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,21,"MITSUBISHI IS RECALLING CERTAIN MODEL YEAR 2012 OUTLANDER SPORT VEHICLES, MANUFACTURED FROM NOVEMBER 9, 2011, THROUGH DECEMBER 16, 2011. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TURN SIGNAL LEVERS IN THE VEHICLE WERE NOT MANUFACTURED CORRECTLY, WHICH COULD RESULT IN THE AUTO-CANCEL FUNCTION OF THE TURN SIGNAL BECOMING INOPERATIVE.","THE TURN SIGNAL MAY CONTINUE TO SIGNAL AN INTENDED DIRECTIONAL CHANGE AFTER A POINT WHEN THE AUTO-CANCEL FUNCTION, IF OPERATING PROPERLY, WOULD HAVE TERMINATED THE SIGNAL. A FOLLOWING OR ONCOMING DRIVER MAY RECEIVE INACCURATE INDICATIONS OF THE VEHICLE OPERATOR'S INTENDED MANEUVERS, THEREBY INCREASING THE RISK OF A CRASH BETWEEN VEHICLES DUE TO IMPROPER VEHICLE SIGNALING.","DEALERS WILL INSPECT THE TURN SIGNAL LEVER AND REPLACE IT WITH A NEW ONE FREE OF CHARGE. NO VEHICLES HAVE BEEN RETAILED TO CUSTOMERS WITH THIS POTENTIAL CONDITION, NO RECALL BULLETIN OR OWNER LETTERS WILL BE PREPARED. YOU MAY CONTACT MITSUBISHI AT 1-800-222-0037." -12/28/2011,11V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V601000),ROSA TRAILER MFG,AUTOMATIC SLACK ADJUSTER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3,"ROSA TRAILER MFG. (ROSA TRAILER) IS RECALLING CERTAIN MODEL YEAR 2011 TRAILERS MANUFACTURED FROM OCTOBER 10, 2010 THROUGH JANUARY 31, 2011, EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","ROSA TRAILER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN IN MID-FEBRUARY 2012. OWNERS MAY CONTACT ROSA TRAILERS AT 1-715-478-3435." -12/28/2011,11V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V603000),"Piaggio Group Americas, Inc.",IGNITION CONTROL UNIT REPLACEMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2147,"PIAGGIO IS RECALLING CERTAIN MODEL YEAR 2011-2012 FLY 50 4T 4-VALVE SCOOTERS, MODEL YEAR 2010-2012 VESPA LX50 4T 4-VALVE SCOOTERS, AND MODEL YEAR 2009-2012 VESPA S50 4T 4-VALVE SCOOTERS. THE IGNITION CONTROL UNIT MAY FAIL AND ALTER THE IGNITION TIMING.","IMPROPER IGNITION TIMING MAY CAUSE AN ENGINE BACKFIRE INTO THE AIRBOX, INCREASING THE RISK OF A FIRE.","PIAGGIO WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE IGNITION CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 17, 2012. OWNERS MAY CONTACT PIAGGIO CUSTOMER CARE HELPLINE AT 212-380-4433." -12/28/2011,11E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E056000),PARKER HANNIFIN CANADA,INSTRUMENT CLUSTER SOFTWARE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,490,"PARKER HANNIFIN IS RECALLING CERTAIN INSTRUMENT PANELS, PART NUMBER 385755, DEVELOPED SPECIFICALLY FOR USE ON NEW FLYER TRANSIT BUSES. DUE TO A SOFTWARE DESIGN DEFECT, THE INSTRUMENT PANEL MAY NOT, UNDER UNIQUE AND ABNORMAL CIRCUMSTANCES, DISPLAY WARNNG MESSAGES WHICH HAVE BEEN TRANSMITTED IN AN EXTENDED BYTE FORMAT.","WITHOUT WARNING MESSAGES, THE DRIVER MAY CONTINUE TO OPERATE THE VEHICLE UNTIL IT GOES INTO A SAFE MODE, WHICH COULD RESULT IN A REDUCTION OF POWER OR POSSIBLY A STALL. EITHER CONDITION INCREASES THE RISK OF A CRASH.","PARKER HANNIFIN IS WORKING WITH NEW FLYER TO CONTACT THEIR OWNERS, AND NEW FLYER DEALERS WILL UPLOAD A CORRECTED SOFTWARE VERSION. PARKER HANNIFIN CAN BE CONTACTED AT 1-204-452-6776." -12/28/2011,11V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V599000),"General Motors, LLC",MISSING BRAKE PAD,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4296,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET SONIC VEHICLES MANUFACTURED FROM JUNE 2, 2011, THROUGH NOVEMBER 21, 2011. ON SOME OF THESE VEHICLES, THE FRONT BRAKE INNER OR OUTER PAD MAY BE MISSING.","A MISSING PAD COULD RESULT IN REDUCED BRAKE SYSTEM PERFORMANCE, INCREASING THE RISK OF A CRASH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE FRONT BRAKES FOR A MISSING INNER OR OUTER PAD. IF A BRAKE PAD IS MISSING, DEALERS WILL INSTALL NEW INNER AND OUTER PADS, A NEW BRAKE CALIPER, AND A NEW ROTOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 14, 2012" -12/28/2011,11V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V604000),"Jaguar Land Rover North America, LLC",REPLACEMENT OF THE CERTIFICATION LABEL/PART 567,EQUIPMENT,J025,Vehicle,51,"JAGUAR IS RECALLING CERTAIN MODEL YEAR 2012 XF VEHICLES, MANUFACTURED FROM SEPTEMBER 7, 2011, THROUGH NOVEMBER 24, 2011, FOR AN INCORRECT CERTIFICATION LABEL. SINCE THE GROSS VEHICLE WEIGHT RATING (GVWR) IS STATED INCORRECTLY, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, �CERTIFICATION.�","CUSTOMERS MAY UNKNOWINGLY EXCEED THE GVWR. EXCEEDING THE GVWR OF THE VEHICLE, CAN LEAD TO LOSS OF VEHICLE STABILITY, INCREASING THE RISK OF A CRASH.","JAGUAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE LABEL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 23, 2012. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -12/27/2011,11V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V598000),Fisker Automotive Incorporated,COOLANT LEAK/POSSIBLE FIRE,ELECTRICAL SYSTEM,10/01/5161,Vehicle,239,"FISKER IS RECALLING CERTAIN MODEL YEAR 2012 FISKER KARMA PASSENGER CARS MANUFACTURED FROM JULY 1, 2011, THROUGH NOVEMBER 3, 2011. WITHIN THE HIGH-VOLTAGE BATTERY, CERTAIN HOSE CLAMPS MAY HAVE BEEN POSITIONED INCORRECTLY DURING ASSEMBLY. IF POSITIONED INCORRECTLY, THE BATTERY COMPARTMENT COVER COULD INTERFERE WITH THE HOSE CLAMPS, POTENTIALLY CAUSING A COOLANT LEAK FROM THE COOLING HOSES.","IF COOLANT ENTERS THE BATTERY COMPARTMENT, AN ELECTRICAL SHORT COULD OCCUR POSSIBLY RESULTING IN A FIRE.","FISKER WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE HIGH-VOLTAGE BATTERY WITH A NEW PART AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON JANUARY 5, 2012. OWNERS MAY CONTACT FISKER CONSUMER AFFAIRS AT 1-855-575-7577, OPTION 2, 6AM - 7PM (PST) MONDAY THROUGH FRIDAY." -12/27/2011,11E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E055000),"Daimler Trucks North America, LLC",EMERGENCY VEHICLE ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,11C-4,Equipment,320,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN DETROIT DIESEL DD13 EPA2010 ENGINES MANUFACTURED FROM JANUARY 1, 2010, THROUGH DECEMBER 15, 2011, SOLD AND INSTALLED FOR USE ON CERTAIN PIERCE MANUFACTURING EMERGENCY VEHICLES. THE ENGINE SHUTDOWN SOFTWARE NORMALLY PROVIDED TO PROTECT THE ENGINE AND VEHICLE MAY NOT HAVE BEEN DISABLED ON ENGINES INTENDED FOR EMERGENCY VEHICLE APPLICATIONS.","IF THE VEHICLE OPERATOR RECEIVES AND IGNORES MULTIPLE WARNINGS INDICATING THE NEED FOR OPERATOR INTERVENTION, THE ENGINE MAY SHUT DOWN UNEXPECTEDLY. UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.","DTNA WILL NOTIFY OWNERS, DEALERS WILL DISABLE THE ENGINE SHUTDOWN SOFTWARE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT FEBRUARY 22, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -12/27/2011,11V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V605000),"Daimler Trucks North America, LLC",EMERGENCY VEHICLE ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,11C-4,Vehicle,66,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 FREIGHTLINER BUSINESS CLASS M2 AND WESTERN STAR 4900 EMERGENCY VEHICLES MANUFACTURED FROM JULY 2, 2010, THROUGH DECEMBER 13, 2011, EQUIPPED WITH A DD13 EPA10 DETROIT DIESEL ENGINE. THE ENGINE SHUTDOWN SOFTWARE NORMALLY PROVIDED TO PROTECT THE ENGINE AND VEHICLE MAY NOT HAVE BEEN DISABLED ON ENGINES INTENDED FOR EMERGENCY VEHICLE APPLICATIONS.","IF THE VEHICLE OPERATOR RECEIVES AND IGNORES MULTIPLE WARNINGS INDICATING THE NEED FOR OPERATOR INTERVENTION, THE ENGINE MAY SHUT DOWN UNEXPECTEDLY. UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.","DTNA WILL NOTIFY OWNERS, AND DEALERS WILL DISABLE THE ENGINE SHUTDOWN SOFTWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 13, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -12/23/2011,11V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V596000),"Corp. Micro Bird, Inc.",FMVSS 221/METAL CEILING PANELS,STRUCTURE,11-049-JSU,Vehicle,1227,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2012 G5 SCHOOL BUSES MANUFACTURED FROM NOVEMBER 24, 2009, THROUGH DECEMBER 3, 2011. THE JOINT ON THE METAL CEILING PANEL FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","IN THE EVENT OF A CRASH, THERE IS A POSSIBILITY THAT THE METAL CEILING PANEL MAY PARTIALLY SEPARATE FROM THE BODY STRUCTURE CREATING AN OPENING. A PASSENGER IS AT RISK OF SERIOUS INJURY IF THEY ARE EJECTED OR STRIKE THE CEILING PANEL.","MICRO BIRD WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2012. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -12/23/2011,11V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V597000),"Corp. Micro Bird, Inc.",FMVSS 225 LOWER CHILD RESTRAINT ANCHORAGES,SEAT BELTS,11-050-LAU,Vehicle,48,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2011 MB II SCHOOL BUSES MANUFACTURED FROM AUGUST 16, 2011, THROUGH SEPTEMBER 16, 2011. DURING PRODUCTION, THE 2 SETS OF LOWER ANCHORAGES WHICH ARE USED TO RESTRAIN A PORTABLE CHILD SEAT, WERE NOT INSTALLED. ACCORDINGLY, THE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" ","IF A PORTABLE CHILD RESTRAINT IS INSTALLED IN THE VEHICLE, IT WILL ONLY BE SECURED BY THE SEAT BELT INSTEAD OF THE SEAT BELT AND THE LOWER ANCHORAGES. IN THE EVENT OF A CRASH, A CHILD NOT SUFFICIENTLY RESTRAINED COULD BE INJURED.","MICRO BIRD WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL THE MISSING LOWER ANCHORAGES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 5, 2012. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -12/22/2011,11V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V602000),Honda (American Honda Motor Co.),FRONT SUSPENSION DAMPER BOLT,SUSPENSION,S13,Vehicle,9,"HONDA IS RECALLING CERTAIN MODEL YEAR 2012, ODYSSEY VEHICLES MANUFACTURED FROM OCTOBER 31, 2011, THROUGH NOVEMBER 30, 2011. THE RETENTION NUT FOR THE FRONT RIGHT LOWER SUSPENSION DAMPER BOLT MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE, POTENTIALLY ALLOWING THE NUT TO LOOSEN.","IF THE NUT LOOSENS, THE FRONT HUB ASSEMBLY WOULD ONLY BE ATTACHED BY ONE BOLT, ALLOWING THE WHEEL ASSEMBLY TO SHIFT TO AN EXTREME INWARD ANGLE, RESULTING IN A LOSS OF STEERING, INCREASING THE RISK OF A CRASH.","HONDA CONTACTED ALL NINE OWNERS BY PHONE ON DECEMBER 19, 2011, AND REPAIRED THE VEHICLES AS NECESSARY FREE OF CHARGE. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -12/21/2011,11V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V600000),"Altec Industries, Inc.",BATTERY SEPARATOR,EQUIPMENT,CSN 554,Vehicle,129,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 UTILITY VEHICLES EQUIPPED WITH SURE POWER BATTERY SEPARATOR DEVICES, PART NUMBER 16511893 (MODEL 1314) OR 16512967 (MODEL 1315). THE BATTERY SEPARATOR CAN OVERHEAT.",OVERHEATING OF THE BATTERY SEPARATOR CAN RESULT IN SMOKE AND POSSIBLE FIRE.,"ALTEC WILL NOTIFY OWNERS AND REPLACE THE BATTER SEPARATORS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2012. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -12/20/2011,11V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V595000),"General Motors, LLC",TRANSMISSION SHIFT/FMVSS 114,POWER TRAIN,11348,Vehicle,8789,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2010-2011 CADILLAC SRX VEHICLES MANUFACTURED FROM OCTOBER 26, 2008, THROUGH JUNE 23, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 114, �THEFT PROTECTION.� THESE VEHICLES MAY HAVE A TRANSMISSION SHIFT CABLE THAT WAS IMPROPERLY INSTALLED AND MAY COME OUT OF THE TRANSMISSION BRACKET.","THE DRIVER MAY BE UNABLE TO SHIFT THE TRANSMISSION OUT OF GEAR, RESULTING IN NO MOTION OR THE SHIFTER MAY INACCURATELY INDICATE THAT THE TRANSMISSION IS IN PARK WHEN IT IS NOT, ALLOWING THE VEHICLE TO ROLL AWAY AND CAUSE A POSSIBLE CRASH.","GM WILL NOTIFY OWNERS, AND DEALERS WILL ENSURE THAT THE TRANSMISSION SHIFT CABLE IS PROPERLY ROUTED AND SEATED IN THE TRANSMISSION CABLE BRACKET. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2012. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -12/19/2011,11V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V589000),"Navistar, Inc.",AXLES/STEERING ARM BOLTS,POWER TRAIN,11521,Vehicle,11,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 INTERNATIONAL DURASTAR AND IC BUS HC HEAVY TRUCKS AND BUSES MANUFACTURED FROM FEBRUARY 10, 2011, THROUGH FEBRUARY 18, 2011,THAT WERE EQUIPPED WITH A MERITOR MFS08 SERIES NON-DRIVE FRONT STEER AXLE. DURING THE ASSEMBLY PROCESS, THE STEERING ATTACHMENT BOLTS MAY HAVE BEEN INSUFFICIENTLY TORQUED.","INSUFFICIENT TORQUE OF THE STEERING ARM BOLTS MAY RESULT IN BOLT FATIGUE AND FRACTURE AND/OR ARM SEPARATION, THEREBY POTENTIALLY RESULTING IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -12/19/2011,11V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V590000),"Navistar, Inc.",ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,11522,Vehicle,684,"NAVISTAR IS RECALLING CERTAIN 2012 INTERNATIONAL PROSTAR COMMERCIAL TRUCKS MANUFACTURED FROM MARCH 22, 2011, THROUGH DECEMBER 9, 2011, EQUIPPED WITH FEATURE CODE 04AZX MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) UNITS. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A NEW ESC MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING FEBRUARY 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -12/19/2011,11V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V592000),"Nissan North America, Inc.",ENGINE OIL COOLER CONNECTOR BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,14718,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011 INFINITI FX, MODEL YEAR 2012 INFINITI M, MODEL YEAR 2011-2012 NISSAN FRONTIER, MODEL YEAR 2011-2012 NISSAN XTERRA, MODEL YEAR 2011-2012 NISSAN PATHFINDER, AND MODEL YEAR 2012 NISSAN NV VEHICLES. SOME OF THE BOLTS THAT CONNECT THE ENGINE OIL COOLER AND THE ENGINE OIL FILTER TO THE ENGINE IN THESE VEHICLES MAY HAVE BEEN MANUFACTURED TO BELOW SPECIFICATION STRENGTH. AS A RESULT, THE BOLT MAY BREAK AT THE OIL FILTER ATTACHMENT POINT AND CAN CAUSE AN ENGINE OIL LEAK.","IF THERE IS AN ENGINE OIL LEAK, THE ENGINE OIL PRESSURE WOULD DROP AND THE ENGINE COULD SEIZE, INCREASING THE RISK OF A CRASH.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE CONNECTOR BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 30, 2012. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -12/19/2011,11V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V593000),"Suzuki Motor USA, LLC",ENGINE OIL COOLER CONNECTOR BOLT,ENGINE AND ENGINE COOLING,NT,Vehicle,73,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2011-2012 EQUATOR PICKUP TRUCKS MANUFACTURED FROM JUNE 16, 2011, THROUGH AUGUST 31, 2011. SOME OF THE BOLTS THAT CONNECT THE ENGINE OIL COOLER AND THE ENGINE OIL FILTER TO THE ENGINE IN THESE VEHICLES MAY HAVE BEEN MANUFACTURED TO BELOW SPECIFICATION STRENGTH. AS A RESULT, THE BOLT MAY BREAK AT THE OIL FILTER ATTACHMENT POINT AND CAN CAUSE AN ENGINE OIL LEAK.","IF THERE IS AN ENGINE OIL LEAK, THE ENGINE OIL PRESSURE WOULD DROP AND THE ENGINE COULD SEIZE, INCREASING THE RISK OF A CRASH.","SUZUKI WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE CONNECTOR BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2012. OWNERS MAY CONTACT SUZUKI AT 1-714-996-7040." -12/19/2011,11V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V591000),"General Motors, LLC",POWER STEERING,STEERING,11333,Vehicle,3150,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2011-2012 CHEVROLET CAPTIVA VEHICLES MANUFACTURED FROM OCTOBER 2, 2009, THROUGH APRIL 21, 2011. DRIVING THE VEHICLE WITH THE TRANSMISSION IN MANUAL MODE AND IN FIRST GEAR CAUSES THE ENGINE AND POWER STEERING PUMP TO OPERATE AT HIGHER SPEED THAN IS TYPICAL. INCREASED PUMP SPEED GENERATES HEAT THAT IS TRANSFERRED TO THE POWER STEERING FLUID AND CAN RESULT IN POWER STEERING FLUID TEMPERATURES THAT APPROACH THE POWER STEERING PUMP RESERVOIR�S MELTING POINT.","AFTER PROLONGED EXPOSURE TO ELEVATED FLUID TEMPERATURES, THE RESERVOIR MAY LEAK. LEAKING FLUID, IN THE PRESENCE OF AN IGNITION SOURCE, MAY RESULT IN A FIRE.","GM WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE POWER STEERING FLUID COOLER WITH AN IMPROVED VERSION, FREE OF CHARGE. AN ADVISORY LETTER TO CUSTOMERS, ALONG WITH INSTRUCTIONS, WILL BE MAILED IN JANUARY 2012. WHEN PARTS BECOME AVAILABLE, GM WILL SEND ANOTHER LETTER ASKING CUSTOMER TO TAKE THEIR VEHICLE TO A GM DEALER TO HAVE THE REPAIRS PERFORMED. GM ANTICIPATES PARTS WILL BE AVAILABLE IN MARCH 2012. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -12/19/2011,11V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V594000),"Cottrell, Inc.",TRAILER AXLES/WHEEL END FIRE,POWER TRAIN,NR (Not Reported),Vehicle,1767,"COTTRELL IS RECALLING ALL MODELS OF COTTRELL TRAILERS, MODEL YEAR 2006 THROUGH 2011, EQUIPPED WITH MERITOR AXLES THAT CONTAIN THE FAG BRAND BEARING SYSTEM. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.","PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.",MERITOR IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE MERITORS RECALL (NHTSA NO. 11E-015). MERITOR WILL PERFORM THE REPAIRS FREE OF CHARGE. OWNERS MAY CONTACT MERITOR'S ONTRAC PERFORMANCE PLUS CALL CENTER AT 1-866-668-7221. -12/15/2011,11V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V579000),"Nissan North America, Inc.",ENGINE CONTROL MODULE/BATTERY CABLE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,33803,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010-2011 SENTRA VEHICLES EQUIPPED WITH MR20 ENGINES, MANUFACTURED FROM MAY 11, 2010, TO MAY 22, 2010, AND JULY 8, 2010, TO OCTOBER 25, 2010. THE ZINC COATING APPLIED TO THE TERMINAL STUD BOLT WAS THICKER THAN SPECIFICATION. THIS CAN RESULT IN A VOLTAGE DROP THAT MAY CAUSE DIFFICULTY STARTING THE VEHICLE AND COULD CAUSE DAMAGE TO THE ENGINE CONTROL MODULE (ECM).","THIS ISSUE CAN CAUSE THE ENGINE TO STALL WHILE THE VEHICLE IS IN MOTION AND IT MAY NOT BE POSSIBLE TO RESTART THE ENGINE AFTER IT STOPPED, INCREASING THE RISK OF A CRASH.","NISSAN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE POSITIVE BATTERY TERMINAL AND COVER, FREE OF CHARGE. THE RECALLBEGAN ON JANUARY 23, 2012. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -12/14/2011,11V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V586000),Sutphen Corporation,ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,98,"SUTPHEN IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2012 VEHICLES AND EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) MODULES. SEE THE LIST ABOVE FOR THE AFFECTED MODELS. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","SUTPHEN IS WORKING WITH MERITOR WABCO TO REPLACE THE CONTROL MODULE FREE OF CHARGE. PLEASE SEE MERITOR WABCO DEFECT REPORT 11E-039. THE SAFETY RECALL BEGAN ON DECEMBER 16, 2011. OWNERS MAY CONTACT MERITOR ON TRACK CUSTOMER SERVICE AT 1-866-668-7221." -12/14/2011,11V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V588000),"Gulf States Toyota, Inc.",LOAD CARRYING CAPACITY LABELS/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,502,"GULF STATES TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 TUNDRA VEHICLES THAT HAVE AN INACCURATE LOAD CARRYING CAPACITY LABEL. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, �TIRE SELECTION AND RIMS.�","AN INACCURATE LABEL COULD LEAD TO VEHICLE OVERLOADING WHICH COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","GULF STATES TOYOTA WILL NOTIFY OWNERS AND WILL PROVIDE A CORRECTED LABEL FREE OF CHARGE. THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 24, 2012. OWNERS MAY CONTACT GULF STATE TOYOTA AT 1-800-444-1074." -12/12/2011,11E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E054000),"Kuryakyn Holdings, LLC",AFTERMARKET FLOORBOARD,EQUIPMENT,NR (Not Reported),Equipment,7446,"KURYAKYN IS RECALLING CERTAIN AFTERMARKET PASSENGER FLOORBOARD MOUNTS, PART NUMBER 607005, SOLD AND INSTALLED FOR USE ON 2001-2012 HONDA GL 1800 (GOLDWING) MOTORCYCLES. THIS MOUNT WAS SOLD ON KURYAKYN 'TRANSFORMER' PASSENGER FLOORBOARD SETS, PART NUMBER 7005 FROM SEPTEMBER 15, 2008, TO PRESENT. THE FLOORBOARD MOUNT MAY CRACK AND BREAK FREE FROM THE MOUNTING BOLTS THAT SECURE THE MOUNT TO THE MOTORCYCLE.","THE PASSENGER FLOORBOARD MAY SEPARATE FROM THE VEHICLE, POSSIBLY RESULTING IN INJURY OR A CRASH.","KURYAKYN WILL NOTIFY OWNERS AND PROVIDE REPLACEMENT MOUNT KITS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 13, 2012. OWNERS MAY CONTACT KURYAKYN AT 1-866-296-4728." -12/08/2011,11V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V583000),"Nissan North America, Inc.",AIR INLET TUBE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,28294,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011 NISSAN JUKE VEHICLES MANUFACTURED FROM APRIL 9, 2010, THROUGH MAY 12, 2011. THE TURBOCHARGER BOOST SENSOR BRACKET MAY SEPARATE FROM THE AIR INLET TUBE DUE TO A DEFECTIVE WELD.","IF THE BRACKET COMES OFF, THE VEHICLE COULD STALL WHILE THE ENGINE IS IDLING WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL CHECK THE LOT NUMBER ON THE AIR INLET TUBE AND REPLACE IT IF NECESSARY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 9, 2012. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -12/08/2011,11V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V581000),"Kingmor Supply, Inc.",EVAPORATOR ASSEMBLIES/POSSIBLE FIRE/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,850,"KINGMOR SUPPLY INC. (KINGMOR) IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2012 IC RE, FE, AND CE SCHOOL BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS (EM-1) MANUFACTURED FROM JANUARY 1, 2006 THROUGH DECEMBER 2010, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY; EM-1 UNIT PART NUMBERS 77-62112-XX AND 77-62512-XX, STARTING WITH SERIAL NUMBER KNT90890232 TO SERIAL NUMBER NNE91230058, DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","KINGMOR WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2012. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR KINGMOR AT 1-540-433-0073." -12/08/2011,11V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V584000),Starcraft Bus,REAR EMERGENCY EXIT DOOR HANDLE/FMVSS 217,LATCHES/LOCKS/LINKAGES,11V103000,Vehicle,1792,"STARCRAFT BUS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 PRODIGY AND QUEST SCHOOL BUSES AND MFSAB ACTIVITY VEHICLES MANUFACTURED FROM DECEMBER 8, 2008, THROUGH SEPTEMBER 16, 2011, EQUIPPED WITH A CHALLENGER DOOR REAR EMERGENCY EXIT DOORS. DUE TO INSUFFICIENT LUBRICATION ON THE REAR DOOR HANDLE LATCH MECHANISM, THE HANDLE MAY BIND, REQUIRING A GREAT FORCE TO OPEN THE REAR DOOR. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, THE VEHICLE OCCUPANTS MAY BE UNABLE TO OPEN THE REAR DOOR, WHICH WOULD HINDER EGRESS OF THE BUS, POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.","STARCRAFT BUS WILL NOTIFY OWNERS, DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 10, 2012. OWNERS MAY CONTACT STARCRAFT BUS AT 1-800-348-7440." -12/08/2011,11V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V585000),Starcraft Bus,SELF-LATCHING SEAT CUSHION/FMVSS 222,SEATS,11V104000,Vehicle,517,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 PRODIGY AND QUEST SCHOOL BUSES AND MFSAB ACTIVITY VEHICLES MANUFACTURED FROM APRIL 12, 2011, THROUGH JUNE 6, 2011, EQUIPPED WITH C. E. WHITE SELF-LATCHING SEAT CUSHIONS. THE SELF-LATCHING MECHANISM USED TO RETAIN THE SEAT CUSHION TO THE FRAME MAY NOT ACTIVATE. ACCORDINGLY, THESE SEATS FAIL TO CONFORM TO THE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","VEHICLE OCCUPANTS MAY BE INJURED IN THE EVENT OF A VEHICLE CRASH SHOULD THE SEAT CUSHION FLIP UP OUT OF PLACE. ALSO, OUT OF POSITION SEAT CUSHIONS COULD INTERFERE WITH EMERGENCY EGRESS OF THE VEHICLE.","STARCRAFT WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 9, 2012. OWNERS MAY CONTACT STARCRAFT BUS AT 1-800-348-7440." -12/08/2011,11V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V577000),Keystone RV Company,TRANSFER SWITCHES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6101,"KEYSTONE HAS REVISED THEIR REMEDY PROCESS AND IS AGAIN RECALLING CERTAIN 2009-2011 VEHICLES WITH THE �GENERATOR READY� OPTION, OR WITH STANDARD GENERATOR. SEE THE LIST ABOVE FOR THE AFFECTED MODELS. SOME IOTA ITS-50R TRANSFER SWITCHES ARE EXPERIENCING FAILURES WHEN EXPOSED TO HIGH ELECTRICAL LOADS. THE FAILURE IS CAUSING CONNECTIONS AND WIRING IN THE TRANSFER SWITCH TO DEGRADE AND OVER HEAT.","CONTINUED USE OF THE VEHICLE WITHOUT REPLACING THE TRANSFER SWITCH MAY DAMAGE OTHER APPLIANCES, INCREASE THE RISK OF A FIRE, PERSONAL INJURY, AND PROPERTY DAMAGE.","KEYSTONE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TRANSFER SWITCH, FREE OF CHARGE. THE REMEDY FOR THE PREVIOUS RECALL (10V-594) WAS TO INSPECT AND TIGHTEN THE SWITCH CONNECTIONS. THE SAFETY RECALL BEGAN ON FEBRUARY 24, 2012. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -12/08/2011,11V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V582000),Ford Motor Company,TRANSMISSION SHIFT LEVER,POWER TRAIN,11C21,Vehicle,16091,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-150 VEHICLES MANUFACTURED FROM SEPTEMBER 9, 2011, THROUGH SEPTEMBER 22, 2011, AND MODEL YEAR 2012 F-250, F-350, F-450 AND F-550 HEAVY DUTY VEHICLES MANUFACTURED FROM SEPTEMBER 12, 2011, THROUGH SEPTEMBER 22, 2011. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 114, �THEFT PROTECTION.� THE TRANSMISSION CAN BE SHIFTED OUT OF THE PARK POSITION WITHOUT PRESSING THE BRAKE PEDAL DUE TO BRAKE SHIFT INTERLOCK SWITCH PROBLEM.","THIS WILL ALLOW THE OPERATOR TO INADVERTENTLY SHIFT THE VEHICLE INTO GEAR WITHOUT THE BRAKE PEDAL BEING DEPRESSED, INCREASING THE RISK OF A CRASH OR INJURY TO A NEARBY PEDESTRIAN.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE BRAKE SHIFT INTERLOCK SWITCH FUNCTION AND REPLACE THE SWITCH IF NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2011. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -12/08/2011,11V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V575000),"Gillig, LLC",VALVE SUBASSEMBLY/HYDRAULIC PUMP,EQUIPMENT,NR (Not Reported),Vehicle,63,"GILLIG IS RECALLING CERTAIN MODEL YEAR 2011 LOW FLOOR BUSES MANUFACTURED FROM AUGUST 1, 2011, THROUGH OCTOBER 21, 2011, EQUIPPED WITH PARKER HYDRAULIC PUMPS. SOME HYDRAULIC STEERING PUMPS DO NOT DELIVER ENOUGH FLUID OR PRESSURE TO THE STEERING GEAR, MAKING THE BUSES DIFFICULT TO STEER AT LOW SPEEDS.","AN UNEXPECTED CHANGE IN THE EFFORT REQUIRED BY THE DRIVER TO TURN THE STEERING WHEEL MAY AFFECT THE DRIVERS� CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","GILLIG WILL NOTIFY OWNERS, AND IN CONJUNCTION WITH PARKER TECHNICIANS PARKER WILL REPLACE THE SPOOL INSIDE THE VALVE ASSEMBLY. FOR PUMPS WITH VALVE SUBASSEMBLY DATE CODE 14/11 THE ENTIRE PUMP WILL BE REPLACED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2012. OWNERS MAY CONTACT GILLIG SERVICE AT 1-800-735-1500." -12/07/2011,11V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V574000),Ford Motor Company,FRACTURE WHEEL STUDS,WHEELS,11S23,Vehicle,128616,"FORD IS RECALLING CERTAIN MODEL YEAR 2010-2011 FORD FUSION AND MERCURY MILAN VEHICLES EQUIPPED WITH 17 INCH STEEL WHEELS AND BUILT FROM APRIL 1, 2009, THROUGH APRIL 30, 2009, AND FROM DECEMBER 1, 2009, THROUGH NOVEMBER 13, 2010. THE WHEEL STUDS MAY FRACTURE, POTENTIALLY CAUSING A WHEEL TO SEPARATE.","WHILE DRIVING, MULTIPLE STUD FRACTURES COULD OCCUR AT THE WHEEL LOCATION, AND THE OPERATOR MAY EXPERIENCE VEHICLE VIBRATION AND/OR WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.","FORD WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE REAR BRAKE DISC SURFACE FOR FLATNESS AND REPLACE THE DISCS AS NECESSARY. ADDITIONALLY, THE WHEEL LUG NUTS WILL BE REPLACED ON ALL FOUR WHEELS. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 24, 2012. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -12/06/2011,11E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E052000),KONI North America,AFTERMARKET SHOCK ABSORBER,EQUIPMENT,NR (Not Reported),Equipment,525,"KONI NORTH AMERICA (KONI) IS RECALLING CERTAIN AFTERMARKET, 30-SERIES, SHOCK ABSORBERS; PART NUMBERS 30-1720 AND 30-1721. THE EYE LOOP WELD TO THE EYE BASE DID NOT HAVE ENOUGH WELD PENETRATION AND COULD RESULT IN A FAILED WELD.","THE SHOCK EYE COULD SEPARATE FROM THE BASE OF THE SHOCK CAUSING FAILURE OF THE SHOCK ABSORBER. THIS COULD RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","KONI WILL NOTIFY OWNERS AND REPLACE THE SHOCK ABSORBERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 19, 2011. OWNERS MAY CONTACT KONI AT 1-800-209-3350." -12/06/2011,11V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V587000),Shyft Group,AIR BRAKE SYSTEM,"SERVICE BRAKES, AIR",11030,Vehicle,35,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2011-2012 K2 RECREATIONAL VEHICLES MANUFACTURED FROM SEPTEMBER 30, 2010, THROUGH NOVEMBER 22, 2011, RATED AT 52,000 LBS AND EQUIPPED WITH 3030 BRAKE CHAMBERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 121, �AIR BRAKE SYSTEMS� BECAUSE THEY DO NOT MEET THE PARK BRAKE AND DRAW BAR REQUIREMENTS.","THE PARK BRAKE MAY NOT HOLD THE VEHICLE IN PLACE AND IF THE VEHICLE MOVES, INJURY OR PROPERTY DAMAGE COULD OCCUR WITHOUT WARNING.","SPARTAN WILL NOTIFY OWNERS AND INSTALL IMPROVED BRAKE CHAMBERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2012. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -12/06/2011,11E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E053000),"Meritor, Inc.",AXLES/WHEEL SEPARATION,POWER TRAIN,C12AC,Equipment,345,"MERITOR IS RECALLING CERTAIN REAR DRIVE AXLES AND FRONT NON DRIVE STEER AXLES PRODUCED FROM JULY 25, 2011, THROUGH SEPTEMBER 9, 2011, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT TO HINO MOTORS MANUFACTURING. CERTAIN SUSPECT AXLES WITH WHEEL ENDS MAY HAVE IMPROPERLY ASSEMBLED FASTENING HARDWARE OR NUT LOCKING FEATURES.","THIS CONDITION COULD RESULT IN WHEEL SEPARATION, WHICH COULD LEAD TO LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","MERITOR IS WORKING WITH HINO MOTORS TO IDENTIFY AND NOTIFY OWNERS. THE SAFETY RECALL BEGAN ON DECEMBER 14, 2011. OWNERS MAY CONTACT MERITOR AT 1-800-535-5560 OR HINO MOTORS." -12/06/2011,11V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V580000),"Volkswagen Group of America, Inc.",SIDEGUARD HEAD CURTAIN AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,317,"VOLKSWAGEN IS RECALLING CERTAIN MODEL 2012 AUDI A6 VEHICLES MANUFACTURED FROM APRIL 8, 2011, THROUGH MAY 26, 2011. DUE TO A PROBLEM IN THE STITCHING PROCESS OF THE CURTAIN AIR BAG, THE SEAM OF THE AIR BAG MAY NOT BE STITCHED PROPERLY.","IN THE EVENT OF A CRASH, THE HEAD CURTAIN AIR BAG MAY NOT DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT AN OCCUPANT, INCREASING THE RISK OF AN INJURY.",VOLKSWAGEN WILL NOTIFY ALL OWNERS AND DEALERS WILL REPLACE THE LEFT AND/OR RIGHT CURTAIN AIR BAG FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2012. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -12/05/2011,11V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V573000),"Daimler Trucks North America, LLC",C2 GRID HEATER RELAY WIRING,ENGINE AND ENGINE COOLING,FL-619,Vehicle,4700,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2011 THROUGH 2013 THOMAS BUILT SAF-T-LINER SCHOOL BUSES BUILT ON A FREIGHTLINER CUSTOM CHASSIS B2 CHASSIS FROM NOVEMBER 15, 2010, THROUGH OCTOBER 6, 2011. THE GRID HEATER GROUND WIRE MAY CONTACT THE RELAY POWER TERMINAL AND RUB AND CHAFE POTENTIALLY RESULTING IN A SHORT CIRCUIT.",AN ELECTRICAL FAULT OR SHORT CIRCUIT MAY RESULT IN A FIRE.,"DTNA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT TO ENSURE THE GRID HEATER RELAY GROUND WIRE IS CORRECTLY ROUTED AND MODIFIED AS REQUIRED TO ENSURE ADEQUATE CLEARANCE WITH THE POWER TERMINAL. THE REPAIRS WILL BE PERFORMED BY DTNA DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -12/05/2011,11V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V576000),"Daimler Trucks North America, LLC",C2 GRID HEATER RELAY WIRING,ENGINE AND ENGINE COOLING,FL-619,Vehicle,94,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2011 THROUGH 2013 FREIGHTLINER S2 106 CH AND S2C 106CAB CHASSIS MANUFACTURED FROM NOVEMBER 15, 2010, THROUGH OCTOBER 6, 2011. THE GRID HEATER GROUND WIRE MAY CONTACT THE RELAY POWER TERMINAL AND RUB AND CHAFE POTENTIALLY RESULTING IN A SHORT CIRCUIT.",AN ELECTRICAL FAULT OR SHORT CIRCUIT MAY RESULT IN A FIRE.,"DTNA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT TO ENSURE THE GRID HEATER RELAY GROUND WIRE IS CORRECTLY ROUTED AND MODIFIED AS REQUIRED TO ENSURE ADEQUATE CLEARANCE WITH THE POWER TERMINAL. THE REPAIRS WILL BE PERFORMED BY DTNA DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -12/05/2011,11V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V578000),"Daimler Trucks North America, LLC",MALFUNCTIONING SIDE MARKER/DIRECTIONAL LIGHTS,EXTERIOR LIGHTING,FL-620,Vehicle,2800,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2012 THOMAS BUILT SAF-T-LINER SCHOOL BUSES MANUFACTURED FROM FEBRUARY 24, 2011, THROUGH AUGUST 3, 2011, EQUIPPED WITH BULK-HEAD MODULE SOFTWARE RELEASE 2.1 AND REFERENCE PARAMETER RELEASE P38407-06. INACCURATE FAULT DETECTION VALUES IN THE BULK-HEAD MODULE SOFTWARE MAY CAUSE THE SIDE MARKER/DIRECTIONAL LIGHTS TO STOP FUNCTIONING AFTER 5 TO 13 MINUTES OF VEHICLE OPERATION.",FAILURE OF THE SIDE MARKER/DIRECTIONAL LIGHTS TO ILLUMINATE WILL RESULT IN DECREASED VISIBILITY OF THE BUS AND/OR ITS INTENDED DIRECTION OF TRAVEL TO OTHER DRIVERS WHICH COULD INCREASE THE RISK OF A CRASH.,"DTNA WILL NOTIFY OWNERS, AND THE BULK-HEAD MODULE SOFTWARE WILL BE UPDATED BY DTNA AUTHORIZED SERVICE FACILITIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2012. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -12/02/2011,11E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E051000),"Caterpillar, Inc.",COOLANT LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,3873,"CATERPILLAR IS RECALLING CERTAIN C7 DIESEL ENGINES, 7L, 6-CYLINDER, TURBO AND AIR-TO-AIR AFTERCOOLED ENGINES WITH 190-300 HORSEPOWER RATINGS, BUILT FROM DECEMBER 14, 2006, THROUGH JANUARY 6, 2009, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN BLUE BIRD SCHOOL BUSES. COOLING SYSTEM COOLANT IN THIS APPLICATION CAN DEGRADE, WHICH MAY CAUSE THE ENGINE COMPONENTS TO PREMATURELY DETERIORATE POSSIBLY LEADING TO COOLANT LEAKS.","LOSS OF COOLANT CAN RESULT IN STRANDED VEHICLES, INCREASING THE RISK OF A CRASH.","CATERPILLAR IS WORKING WITH BLUE BIRD TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. THE SAFETY RECALL BEGAN ON JANUARY 1, 2012. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986." -12/02/2011,11V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V569000),Blue Bird Body Company,FUEL LEAK,"FUEL SYSTEM, DIESEL",R11TR,Vehicle,250,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2012 ALL AMERICAN REAR ENGINE SCHOOL BUSES MANUFACTURED FROM APRIL 12, 2006, THROUGH JUNE 27, 2011, AND EQUIPPED WITH A 60 GALLON FUEL TANK. THE TANK RETURN LINE CAN DEVELOP A LEAK THAT EXCEEDS THE AMOUNT OF FUEL SPILLAGE ALLOWED. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY.""",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 9, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -12/02/2011,11V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V568000),"MEDIX SPECIALTY VEHICLES, INC.",INCORRECT INSTALLATION OF SEAT BELT/FMVSS 208,SEAT BELTS,NR (Not Reported),Vehicle,360,"MEDIX IS RECALLING CERTAIN MODEL YEAR 2007-2011 TYPE II AMBULANCES, MANUFACTURED FROM SEPTEMBER 1, 2007, THROUGH NOVEMBER 16, 2011. DUE TO OVERSIGHT, MEDIX INSTALLED SEATS IN A REAR FACING POSITION IN THE PATIENT COMPARTMENT WITH A TYPE I (LAP BELT ONLY) SEAT BELT CONFIGURATION. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 208, �OCCUPANT CRASH PROTECTION.�",USE OF A NON-CONFORMING SEAT BELT MAY INCREASE THE RISK OF INJURY TO THE SEAT OCCUPANT IN THE EVENT OF A CRASH.,"MEDIX WILL NOTIFY OWNERS, AND WILL REPLACE THE SEAT BELT AS REQUIRED TO A TYPE II DESIGN (LAP AND SHOULDER BELT) FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2012. OWNERS MAY CONTACT MEDIX AT 1-574-266-0911." -12/02/2011,11V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V572000),STARTRANS BUS CORPORATION,SEAT LATCH MECHANISM/FMVSS 222,SEATS,NR (Not Reported),Vehicle,69,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MFSAB SCHOOL BUSES MANUFACTURED FROM APRIL 14, 2010, THROUGH JUNE 7, 2011, EQUIPPED WITH C. E. WHITE SELF-LATCHING SEAT CUSHIONS. THE SELF-LATCHING MECHANISM USED TO RETAIN THE SEAT CUSHION TO THE FRAME MAY NOT ACTIVATE. ACCORDINGLY, THESE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","VEHICLE OCCUPANTS MAY BE INJURED IN THE EVENT OF A VEHICLE CRASH SHOULD THE SEAT CUSHION FLIP UP OUT OF PLACE. ALSO, OUT OF POSITION SEAT CUSHIONS COULD INTERFERE WITH EMERGENCY EGRESS OF THE VEHICLE.","STARTRANS WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 16, 2012. OWNERS MAY CONTACT STARTRANS AT 1-574-642-4730." -12/01/2011,11V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V564000),E-One Incorporated,ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,220,"E-ONE IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 CYCLONE II, TYPHOON, AND QUEST VEHICLES MANUFACTURED FROM MAY 1, 2008, THROUGH NOVEMBER 28, 2011, AND EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) MODULES. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","E-ONE WILL NOTIFY OWNERS AND IS WORKING WITH MERITOR WABCO TO REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 16, 2011. OWNERS MAY CONTACT E-ONE CUSTOMER SERVICE AT 1-800-627-5050 OR MERITOR ON TRACK CUSTOMER SERVICE AT 1-866-668-7221." -12/01/2011,11V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V571000),Starcraft Bus,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1204,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 TRANSIT BUSES BUILT ON FORD AND FREIGHTLINER CHASSIS AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.",STARCRAFT WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN IN NOVEMBER 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-348-7440. -12/01/2011,11V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V567000),Honda (American Honda Motor Co.),SECONDARY MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",S03,Vehicle,126000,"HONDA IS RECALLING CERTAIN MODEL YEAR 2001-2010, AND MODEL YEAR 2012 GL1800 GOLDWING MOTORCYCLES. UNDER CERTAIN CONDITIONS, THERE IS A POSSIBILITY THAT THE COMBINED BRAKING SYSTEM'S SECONDARY MASTER CYLINDER MAY CAUSE THE REAR BRAKE TO DRAG.","UNEXPECTED BRAKING INCREASES THE RISK OF A CRASH, AND RIDING THE MOTORCYCLE WITH THE REAR BRAKE DRAGGING MAY GENERATE ENOUGH HEAT TO CAUSE THE REAR BRAKE TO CATCH FIRE.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE SECONDARY MASTER CYLINDER AND IF NECESSARY, REPLACE IT, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 6, 2012. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-866-784-1870." -12/01/2011,11V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V570000),Sutphen Corporation,V-BAND CLAMPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12,"SUTPHEN CORPORATION (SUTPHEN) IS RECALLING CERTAIN MODEL YEAR 2010 SL75 AND MODEL YEAR 2010-2011 PUMPERS AND RESCUE FIREFIGHTING VEHICLES, EQUIPPED WITH A CUMMINS ISB, ISX, OR DIESEL ENGINE THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T- BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","SUTPHEN IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING OCTOBER 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR SUTPHEN AT 1-866-287-5549." -11/30/2011,11V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V560000),Toyota Motor Engineering & Manufacturing,LOAD CARRYING CAPACITY INFORMATION/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,210000,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 THROUGH 2012 SIENNA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 110, ""TIRE SELECTIONS AND RIMS."" THESE VEHICLES DO NOT MEET THE REQUIREMENT FOR DISPLAYING THE CORRECT VEHICLE CAPACITY WEIGHT AS THE RATED LOAD FOR THE COMBINATION OF CARGO AND OCCUPANTS.",INCORRECT INFORMATION ON THE VEHICLE PLACARD MAY LEAD TO TIRE OVERLOADING AND POSSIBLY CAUSE TIRE FAILURE INCREASING THE RISK OF A CRASH.,"TOYOTA WILL NOTIFY OWNERS, AND WILL PROVIDE A REMEDY WHEN IT IS AVAILABLE. TOYOTA WILL MAIL OUT A CORRECTED PLACARD TO CUSTOMERS ALONG WITH REVISED OWNER MANUAL INFORMATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 27, 2013. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -11/29/2011,11V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V562000),"Subaru of America, Inc.",INCREASED BRAKE PEDAL TRAVEL DISTANCE,"SERVICE BRAKES, HYDRAULIC",WVY-35,Vehicle,32685,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2012 IMPREZA SEDANS AND WAGONS (EXCEPT WRX/STI MODELS), MANUFACTURED FROM APRIL 21, 2011, THROUGH NOVEMBER 15, 2011, AND LEGACY AND OUTBACK VEHICLES MANUFACTURED FROM OCTOBER 17, 2011, THROUGH NOVEMBER 23, 2011. THESE VEHICLES MAY BE EQUIPPED WITH A BRAKE MASTER CYLINDER THAT COULD MALFUNCTION AND CAUSE AN INCREASE IN THE AMOUNT OF BRAKE PEDAL TRAVEL DISTANCE REQUIRED TO SLOW OR STOP THE VEHICLE.","THE DRIVER MIGHT MISJUDGE THE AMOUNT OF BRAKE PEDAL TRAVEL REQUIRED TO ACHIEVE THE DESIRED STOPPING DISTANCE. THIS COULD OCCUR UNEXPECTEDLY AND WITHOUT PRIOR WARNING, INCREASING THE RISK OF A CRASH.","SUBARU WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE BRAKE MASTER CYLINDER AND IF NECESSARY, REPLACE IT, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2011. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -11/23/2011,11V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V565000),"Nissan North America, Inc.",ELECTRIC POWER STEERING ASSIST CONTROL UNIT,STEERING,NR (Not Reported),Vehicle,7365,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011 ROGUE VEHICLES MANUFACTURED FROM AUGUST 17, 2010, THROUGH OCTOBER 30, 2010. THE CIRCUIT BOARD MAY NOT HAVE BEEN INSTALLED IN THE CORRECT POSITION ON CERTAIN ELECTRIC POWER STEERING (EPS) ASSIST CONTROL UNITS. THIS MAY CAUSE ADDITIONAL STRESS ON THE SOLDER OF THE TERMINAL TO THE CIRCUIT BOARD RESULTING IN THE SOLDER CRACKING AND SEPARATING COMPLETELY FROM THE CIRCUIT BOARD.","AS THE CIRCUIT BOARD FAILS, THE POWER STEERING ASSIST FEATURE WILL STOP FUNCTIONING, INCREASING THE FORCE NEEDED TO STEER THE VEHICLE AND INCREASING THE RISK OF A CRASH.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE EPS CONTROL UNIT IF NECESSARY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2011. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/22/2011,11V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V566000),"Southeast Toyota Distributors, LLC",A-PILLAR TRIM PANEL RETENTION CLIP,STRUCTURE,NR (Not Reported),Vehicle,518,"SOUTHEAST TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010-2011 COROLLA VEHICLES EQUIPPED WITH A NON-TOYOTA, BLUE TOOTH HANDS FREE DEVICE OR NAVIGATION UNIT AND CERTAIN MODEL YEAR 2011 TOYOTA SIENNA VEHICLES EQUIPPED WITH A NON-TOYOTA, OVERHEAD ENTERTAINMENT SYSTEM AND/OR BLUETOOTH HANDS FREE DEVICE. THERE IS A POSSIBILITY THAT THE FRONT A-PILLAR TRIM PANEL RETENTION CLIP MAY HAVE BEEN DAMAGED DURING THE INSTALLATION OF THE AFTERMARKET ACCESSORY.",A DAMAGED A-PILLAR TRIM PANEL RETENTION CLIP MAY ALLOW THE TRIM PANEL TO COME LOOSE AND INJURE AN OCCUPANT IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE A-PILLAR TRIM PANEL RETENTION CLIP AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 30, 2011. OWNERS MAY CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -11/22/2011,11V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V561000),Keystone RV Company,FEDERAL IDENTIFICATION TAG/PART 567,EQUIPMENT,11-171,Vehicle,805,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2007-2009 COUGAR FIFTH WHEEL TRAILERS MANUFACTURED FROM MAY 12, 2006, THROUGH FEBRUARY 12, 2009, FOR INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION TAG AND TIRE AND LOADING INFORMATION LABEL. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE SUBJECT VEHICLES WERE MANUFACTURED WITH A LABEL THAT LISTS THE MAXIMUM TIRE PRESSURE OF 80PSI INSTEAD OF THE CORRECT MAXIMUM PRESSURE OF 65PSI.",OVERINFLATING TIRES INCREASES THE RISK OF TIRE FAILURE AND PROPERTY DAMAGE.,"KEYSTONE WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 19, 2012. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -11/18/2011,11V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V558000),"Daimler Trucks North America, LLC",AXLE ASSEMBLIES/MERITOR,POWER TRAIN,FL-618,Vehicle,6,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 WESTERN STAR 4900 TRUCKS, MANUFACTURED FROM DECEMBER 14, 2010, THROUGH JANUARY 26, 2011, EQUIPPED WITH MERITOR AXLE ASSEMBLIES. THE WELD THAT ATTACHES A TOWER BRACKET TO THE HOUSING IN SUSPECT ASSEMBLIES MAY CRACK AS A RESULT OF IMPROPER WELDING PROCEDURES.",DETACHMENT OF THE BRACKET MAY LEAD TO A LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"DAIMLER TRUCKS DEALERS WILL INSPECT THE AXLES FOR CRACKS AND THE WELDS WILL BE REPAIRED AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 30, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -11/17/2011,11V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V557000),"Navistar, Inc.",FRONT WINDSHIELD SHADE SEPARATION,VISIBILITY,11520,Vehicle,630,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009-2011 BEAVER, HOLIDAY RAMBLER AND MONACO COACH BRAND RECREATIONAL VEHICLES MANUFACTURED FROM JANUARY 11, 2008, THROUGH APRIL 15, 2011. SEE THE ABOVE LIST FOR MODELS. THE FRONT WINDSHIELD SHADE MAY SEPARATE FROM THE CABIN BODY WITHOUT WARNING, POSSIBLY IMPAIRING THE DRIVER'S ABILITY TO SEE THE ROADWAY.","AN IMPAIRMENT TO A DRIVER'S ABILITY TO SEE THE ROADWAY COULD CAUSE A VEHICLE CRASH POTENTIALLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE SHADE MOUNTING CLIPS AND REPAIR THE VEHICLES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DECEMBER 10, 2011.OWNERS MAY CONTACT NAVISTAR AT 1-877-466-6226." -11/17/2011,11V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V552000),"General Motors, LLC",OCCUPANT CRASH PROTECTION /FMVSS 208,SEAT BELTS,11322,Vehicle,5593,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET COLORADO AND GMC CANYON VEHICLES, MANUFACTURED FROM SEPTEMBER 9, 2011, THROUGH OCTOBER 19, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 208, ""OCCUPANT CRASH PROTECTION."" THESE VEHICLES MAY HAVE BEEN PRODUCED WITH DRIVER SAFETY BELT BUCKLE ELECTRICAL CONNECTOR TERMINALS THAT DO NOT FIT SNUGLY WITH THE CONNECTOR PINS, CAUSING THE CONNECTION TO BE INTERMITTENT.","THE LOOSE CONNECTIONS MAY CAUSE THE DRIVER TO NOT RECEIVE A VISUAL OR AUDIBLE WARNING THAT THE DRIVER SEAT BELT IS NOT FASTENED, THEREBY INCREASING THE RISK OF PERSONAL INJURY IN THE EVENT OF A CRASH.","GM WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SEAT BELT BUCKLE ELECTRICAL CONNECTOR TERMINALS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 7, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -11/15/2011,11V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V559000),Double K Inc.,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,68,"DOUBLE K (DBA HOMETOWN TROLLEY) IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 VILLAGER AND MAINSTREET BUSES MANUFACTURED FROM NOVEMBER 2008 THOUGH DECEMBER 2010 AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.",DOUBLE K WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR DOUBLE K AT 1-715-478-5090. -11/15/2011,11V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V556000),Starcraft RV,IMPROPERLY BUILT CONVERTER,EQUIPMENT,NR (Not Reported),Vehicle,9,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2012 AUTUMN RIDGE AND TRAVEL STAR TRAVEL TRAILERS MANUFACTURED FROM OCTOBER 6, 2011, THROUGH OCTOBER 17, 2011. THE POWER CONVERTERS MAY HAVE BEEN BUILT WITH AN UNDERSIZED INPUT COIL, WHICH MAY CAUSE OVERHEATING, SMOKING, AND MELTING OF THE CONVERTER.","THIS COULD RESULT IN A FIRE, INJURY OR DEATH.","STARCRAFT WILL NOTIFY OWNERS, AND STARCRAFT DEALERS WILL REPAIR THE TRAVEL TRAILERS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2012. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787." -11/15/2011,11E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E049000),C. E. White Company,SCHOOL BUS SEATS/FMVSS 222,SEATS,NR (Not Reported),Equipment,168,"C. E. WHITE IS RECALLING CERTAIN BUS SEATS SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN STARCRAFT SCHOOL BUSES. THESE SEATS FAIL TO CONFORM TO THE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IF THE BUS IS STRUCK FROM BEHIND, THE SEAT BACK MAY FAIL, INCREASING THE RISK OF INJURY TO THE SEAT'S OCCUPANT.",C. E. WHITE IS WORKING WITH STARCRAFT TO IDENTIFY AND NOTIFY OWNERS OF THE AFFECTED BUSES. C. E. WHITE WILL PROVIDE A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. -11/15/2011,11E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E048000),"Meritor, Inc.",STEERING ARM ATTACHMENT BOLTS,STEERING,C12AB,Equipment,162,"MERITOR IS RECALLING CERTAIN MFS-08 SERIES NON-DRIVE FRONT AXLES SOLD AS ORIGINAL EQUIPMENT TO BE INSTALLED ON VARIOUS HEAVY TRUCKS. DURING THE ASSEMBLY PROCESS, THE STEERING ATTACHMENT BOLTS MAY HAVE BEEN INSUFFICIENTLY TORQUED.","INSUFFICIENT TORQUE OF THE STEERING ARM BOLTS MAY RESULT IN BOLT FATIGUE AND FRACTURE AND/OR ARM SEPARATION, THEREBY POTENTIALLY RESULTING IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","MERITOR IS IN THE PROCESS OF DEVELOPING THE NOTICE AND ACCOMPANYING SERVICE INSTRUCTIONS. THE SAFETY RECALL BEGAN ON NOVEMBER 23, 2011. OWNERS MAY CONTACT MERITOR AT 1-800-535-5560 OR THEIR VEHICLE MANUFACTURER." -11/15/2011,11V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V549000),"Hino Motors Sales U.S.A., Inc.",STEERING ARM ATTACHMENT BOLTS,STEERING,M0240,Vehicle,62,"HINO MOTORS IS RECALLING CERTAIN MODEL YEAR 2011-2012 NE8J TRUCKS. DURING THE ASSEMBLY PROCESS, THE STEERING ATTACHMENT BOLTS MAY HAVE BEEN INSUFFICIENTLY TORQUED.","INSUFFICIENT TORQUE OF THE STEERING ARM BOLTS MAY RESULT IN BOLT FATIGUE AND FRACTURE AND/OR ARM SEPARATION, THEREBY POTENTIALLY RESULTING IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","HINO WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR OR REPLACE THE STEERING ARM BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT HINO AT 1-248-699-9390." -11/11/2011,11V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V554000),"Jayco, Inc.",IMPROPERLY BUILT CONVERTER,EQUIPMENT,NR (Not Reported),Vehicle,80,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2012 JAY FLIGHT AND EAGLE SUPER LITE � TON TRAVEL TRAILERS MANUFACTURED FROM OCTOBER 6, 2011, THROUGH OCTOBER 17, 2011. THE POWER CONVERTERS MAY HAVE BEEN BUILT WITH AN UNDERSIZED INPUT COIL, WHICH MAY CAUSE OVERHEATING, SMOKING, AND MELTING OF THE CONVERTER.","THIS COULD RESULT IN A FIRE, INJURY OR DEATH.","JAYCO WILL NOTIFY OWNERS, AND JAYCO DEALERS WILL REPAIR THE TRAVEL TRAILERS AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2012. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -11/10/2011,11V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V555000),"Mertz Manufacturing, Inc.",AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,257,"MERTZ IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 HALLIBURTON TRAILERS MANUFACTURED FROM NOVEMBER 2010, THROUGH MARCH 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","MERTZ WILL NOTIFY OWNERS AND THE SLACK ADJUSTERS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 8, 2011. OWNERS MAY CONTACT MERTZ AT 580-767-8465 OR ACCURIDE AT 1-812-962-5000." -11/10/2011,11V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V550000),"Chrysler (FCA US, LLC)",BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",L39,Vehicle,340,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 DODGE JOURNEY AND FIAT 500 VEHICLES MANUFACTURED FROM OCTOBER 24, 2011, THROUGH OCTOBER 26, 2011. SOME VEHICLES WERE ASSEMBLED WITH CONTAMINATED BRAKE FLUID AND MAY EXPERIENCE A DEGRADATION OF THE SEALING COMPONENTS WITHIN THE BRAKE SYSTEM.",THIS COULD LEAD TO LOSS OF BRAKING ABILITY INCREASING THE RISK OF A CRASH.,"CHRYSLER WILL NOTIFY OWNERS AND REPLACE ALL BRAKE COMPONENTS THAT COME IN CONTACT WITH HYDRAULIC BRAKE FLUID. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -11/10/2011,11V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V551000),Pierce Manufacturing,DUAL SCBA CYLINDER COMPARTMENT DOOR,STRUCTURE,74B186,Vehicle,59,"PIERCE MANUFACTURING (PIERCE) IS RECALLING CERTAIN MODEL YEAR 2005, 2008-2011 ARROW XT, CUSTOM CONTENDER, DASH, ENFORCER, IMPEL, QUANTUM, SABER, AND VELOCITY 75 FOOT HAL (HEAVY ALUMINUM LADDER) FIRE APPARATUS BODIES VEHICLES MANUFACTURED FROM MAY 17,2005, THROUGH OCTOBER 13, 2011, THAT MAY BE EQUIPPED WITH DUAL SCBA CYLINDER STORAGE COMPARTMENTS. THESE COMPARTMENTS EXTEND INBOARD HORIZONTALLY FROM THE SIDE OF THE REAR BODY. THE SCBA COMPARTMENT DOOR LATCH ORIENTATION MAY HAVE BEEN MANUFACTURED INCORRECTLY, ALLOWING THE DOOR TO ACCIDENTALLY OPEN WHILE THE VEHICLE IS IN MOTION. THE DOOR MAY OPEN WITHOUT WARNING AND WITHOUT KNOWLEDGE TO THE DRIVER.","IF THE DOOR OPENS, THE SCBA CYLINDERS MAY FALL OUT OF THE COMPARTMENT AND ONTO THE ROADWAY, INCREASING THE RISK OF A CRASH OR INJURY TO PEDESTRIANS.","PIERCE DEALERS WILL NOTIFY OWNERS, AND WILL INSTALL A FLAT REINFORCEMENT PLATE THAT SPANS THE LENGTH OF THE SCBA DOOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 5, 2011. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -11/10/2011,11V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V545000),"HME, Inc.",ELECTRONIC STABILITY CONTROL/MERITOR WABCO,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,346,"HME CORPORATION IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2012 FIRE TRUCKS MANUFACTURED FROM JANUARY 16, 2009, THROUGH NOVEMBER 1, 2011, BUILT WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) SYSTEM MANUFACTURED FROM SEPTEMBER 15, 2005 THROUGH SEPTEMBER 1, 2011, WITH PART NUMBER 446 065 027 0. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","HME WILL NOTIFY OWNERS AND REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 19, 2012. OWNERS MAY CONTACT HME AT 1-616-534-1463." -11/10/2011,11V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V540000),MOLLY CORPORATION,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,10,"MOLLY IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 TRANSIT BUSES BUILT ON FORD AND FREIGHTLINER CHASSIS AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.",MOLLY WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741. -11/10/2011,11V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V548000),Motor Coach Industries,PENNTEX ALTERNATORS,ELECTRICAL SYSTEM,373,Vehicle,112,"MOTOR COACH INDUSTRIES (MCI) IS RECALLING CERTAIN MODEL YEAR 2010-2011 D4505 MOTOR COACHES MANUFACTURED FROM MAY 1, 2010, THROUGH SEPTEMBER 30, 2011. THESE VEHICLES WERE EQUIPPED WITH PENNTEX ALTERNATORS THAT, AS INSTALLED, MAY COLLECT MOISTURE AT THE POWER STUD. THIS MOISTURE MAY RESULT IN CORROSION BUILDUP AT AND AROUND THE POWER STUD BASE.","THIS CORROSION MAY CREATE A SHORT CIRCUIT BETWEEN THE POWER STUD AND THE ALTERNATOR BODY, WHICH IN TURN COULD RESULT IN BURNING OF THE POWER STUD OR THE POWER CABLE END. THIS COULD INCREASE THE RISK OF A FIRE. ADDITIONALLY, THE VEHICLE BATTERY COULD DISCHARGE WHICH COULD CAUSE THE VEHICLE TO STALL.","MCI WILL INSPECT AND MODIFY THE ALTERNATOR INSTALLATION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2011. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -11/10/2011,11V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V553000),Winnebago Industries Inc.,REAR SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,3,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2012 ERA MOTOR HOMES, MANUFACTURED FROM JULY 25, 2011, THROUGH AUGUST 4, 2011AND BUILT ON SPRINTER/DAIMLER CHASSIS. THE SUPPLIER OF THE REAR SPRINGS ROLLED THE SPRING EYE DIAMETER OUT OF TOLERANCE DURING PRODUCTION, AND THEN CORRECTED THE DIAMETER WITHOUT HEATING THE PARTS. THIS COULD POTENTIALLY LEAD TO A CRACK OF THE SPRING EYE OVER TIME.","IF A SPRING EYE WERE TO CRACK, THE REAR SPRING COULD COLLAPSE, SUDDENLY UPSETTING THE VEHICLES HANDLING, WHICH COULD INCREASE THE RISK OF A CRASH.","WINNEBAGO IS WORKING WITH SPRINTER/DAIMLER TO NOTIFY OWNERS. SPRINTER/DAIMLER IS HANDLING THE REMEDY FOR THIS CAMPAIGN, PLEASE SEE 11V-323. SPRINTER/DAIMLER DEALERS WILL REPLACE THE REAR SPRINGS AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2011. OWNERS MAY CONTACT SPRINTER AT 1-877-762-8267." -11/10/2011,11V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V544000),"CFMOTO POWERSPORTS, INC.",REAR WHEEL HANDLEBAR BRAKE/FMVSS 123,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6405,"CFMOTO IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 CF250T V3, AND CF205T V5 AUTOMATIC MOTORCYCLES MANUFACTURED FROM JANUARY 1, 2005, THROUGH DECEMBER 31, 2009. THESE MODELS WERE BUILT WITH A LEFT HAND REAR WHEEL BRAKE INSTEAD OF THE REQUIRED RIGHT FOOT OPERATED REAR WHEEL BRAKE. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 123, ""MOTORCYCLE CONTROLS AND DISPLAYS.""","THE ABSENCE OF STANDARDIZED MOTORCYCLE CONTROLS MAY HINDER THE OPERATORS ABILITY TO EFFECTIVELY BRAKE, INCREASING THE RISK OF A CRASH.","CFMOTO WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A RIGHT FOOT CONTROL REAR WHEEL BRAKE KIT, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 10, 2012. OWNERS MAY CONTACT CFMOTO AT 1-888-823-6686." -11/10/2011,11V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V547000),"Tiffin Motorhomes, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS/FREIGHTLINER CHASSIS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,279,"TIFFIN MOTORHOMES, INC. (TIFFIN) IS RECALLING CERTAIN MODEL YEAR 2011 ALLEGRO AND PHAETON RECREATIONAL VEHICLES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH A CUMMINS ISC, ISX, ISM, OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","TIFFIN IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR TIFFIN AT 1-256-356-8661." -11/09/2011,11V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V546000),STARTRANS BUS CORPORATION,CLEARANCE OF THE REAR DOOR EXIT/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,161,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 MODEL MFSAB SCHOOL ACTIVITY BUSES. THE REAR DOOR EMERGENCY EXIT IS PARTIALLY BLOCKED BY THE BUS SEATS. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","EGRESS FROM THE BUS MAY BE HINDERED IN THE EVENT OF AN EMERGENCY, INCREASING THE RISK OF INJURY TO THE BUS OCCUPANTS.","STARTRANS WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 23, 2012. OWNERS MAY CONTACT STARTRANS AT 1-877-258-1391." -11/09/2011,11V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V542000),"Terex South Dakota, Inc.",CRACKS IN THE PLATE WELDS OF THE LOWER BOOM PIVOT,EQUIPMENT,SN598,Vehicle,5123,TEREX IS RECALLING CERTAIN MODEL YEAR 1997 THROUGH 2009 XT55 AERIAL DEVICES MOUNTED ON TRUCKS. THESE VEHICLES ARE USED TO ELEVATE PERSONNEL TO TRIM TREES AND FOR UTILITY WORK WHILE PARKED IN THE WORK AREA. CRACKS CAN DEVELOP AROUND THE LOWER BOOM HINGE PIN BOSS AT THE TURNTABLE WHICH CAN PROGRESS INTO FAILURE OF THE PLATES IF NOT DETECTED.,"FAILURE OF THE PLATES WILL CAUSE UNEXPECTED MOTION OF THE BOOM AND COULD CAUSE THE PLATFORM TO FALL, RESULTING IN SERIOUS INJURY OR DEATH TO A PERSON STANDING ON THE PLATFORM.","TEREX WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2011. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT AT 1-605-884-3892." -11/09/2011,11V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V539000),Toyota Motor Engineering & Manufacturing,CRANKSHAFT PULLEY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,420326,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2004 AVALON VEHICLES; 2004 AND 2005 CAMRY, CAMRY SOLARA, HIGHLANDER, AND SIENNA VEHICLES, 2006 HIGHLANDER HYBRID; 2004 AND 2005 LEXUS ES330 AND RX330; AND 2006 LEXUS RX400H VEHICLES MANUFACTURED FROM JUNE 1, 2004 THROUGH MARCH 31, 2005, EQUIPPED WITH THE 1MZ-FE OR 3MZ-FE ENGINE. THE AMOUNT OF ADHESIVE AGENT APPLIED BETWEEN THE OUTER RING AND THE TORSIONAL RUBBER DAMPER (INNER RING) IN THE CRANKSHAFT PULLEY MAY BE INADEQUATE. IF THE ADHESIVE IS INSUFFICIENT, THERE IS A POSSIBILITY THAT THE OUTER RING MAY BECOME MISALIGNED AND IT MAY NOT PROPERLY ROTATE WITH THE INNER RING, CAUSING NOISE AND/OR ILLUMINATION OF THE BATTERY DISCHARGE INDICATOR LIGHT.","IN SOME CASES, THE BELT FOR THE POWER STEERING PUMP MAY BECOME DETACHED FROM THE PULLEY WHICH COULD RESULT IN A LOSS OF POWER STEERING AND A SUDDEN INCREASE IN STEERING EFFORT, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS, AND DEALERS WILL CHECK THE CRANKSHAFT PULLEY TO IDENTIFY WHETHER IT WAS PRODUCED BY THE U.S. SUPPLIER. IF SO, THE DEALER WILL REPLACE THE PULLEY WITH A NEW ONE AT NO CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING EARLY JANUARY 2012. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -11/08/2011,11E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E047000),Ford Motor Company,FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",11S22,Equipment,17,"FORD IS RECALLING CERTAIN REPLACEMENT FUEL TANKS THAT COULD BE INSTALLED INTO MODEL YEAR 2004 THROUGH 2008 E-150, E-250, AND E-350 VANS AND WAGONS. THE AFFECTED FUEL TANKS HAVE AN EXTRA OBDII SENSOR HOLE ON THE TOP OF THE TANK THAT MAY NOT BE PROPERLY SEALED AND MAY LEAK FUEL.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"FORD WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL TANKS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 28, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-800-232-5952." -11/08/2011,11V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V543000),"General Motors, LLC",MALFUNCTIONING OF THE DUAL-STAGE AIR BAG,AIR BAGS,11302,Vehicle,1798,"GM IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET EXPRESS AND GMC SAVANA VEHICLES MANUFACTURED FROM JUNE 2, 2011, THROUGH OCTOBER 17, 2011. THE SECOND STAGE OF THE DUAL-STAGE AIR BAG WILL NOT INFLATE IN A SEVERE FRONTAL IMPACT. ACCORDINGLY, THE AIR BAGS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY NO. 208, ""OCCUPANT CRASH PROTECTION.""",AN IMPROPERLY DEPLOYED AIR BAG WILL INCREASE THE RISK OF INJURY TO THE OCCUPANT.,"GM WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A NEW FRONT PASSENGER AIR BAG FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 29, 2011. OWNERS MAY CONTACT GMC AT 1-800-462-8782 OR CHEVROLET AT 1-800-222-1020." -11/08/2011,11V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V535000),TOMBERLIN AUTOMOTIVE GROUP,SEAT BELT IDENTIFICATION TAG/FMVSS 500,SEAT BELTS,NR (Not Reported),Vehicle,8,"TOMBERLIN AUTOMOTIVE GROUP IS RECALLING CERTAIN MODEL YEAR 2012 TOMBERLIN AVL LOW SPEED VEHICLES MANUFACTURED FROM JUNE 2011 THROUGH SEPTEMBER 2011. THE SEAT BELT IDENTIFICATION TAG DOES NOT INCLUDE THE DATE OF MANUFACTURER. ACCORDINGLY, THE SEAT BELTS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 500, ""LOW SPEED VEHICLES.""","IN THE EVENT OF A SAFETY ISSUE WITH THE AFFECTED SEAT BELTS, THE VEHICLE OWNER MAY NOT BE ABLE TO IDENTIFY THE SEAT BELT IF IT DOES NOT HAVE A DATE OF MANUFACTURE.","TOMBERLIN WILL NOTIFY OWNERS AND REPLACE THE SEAT BELTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 10, 2012. OWNERS MAY CONTACT TOMBERLIN AT 1-706-860-8880." -11/07/2011,11E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E046000),BALDWIN FILTERS,AFTERMARKET OIL AND FUEL FILTER,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,130529,"BALDWIN FILTERS IS RECALLING CERTAIN BALDWIN AND HASTINGS BRAND OIL AND FUEL FILTERS SOLD AS AFTERMARKET PARTS DESIGNED FOR USE IN A VARIETY OF SMALL DIESEL ENGINES USED IN LIGHT/MEDIUM DUTY APPLICATIONS SUCH AS PICKUP TRUCKS, VANS, OR BUSES. THE DEFECTIVE OIL/FUEL FILTERS WERE MANUFACTURED BETWEEN JULY 2011 AND OCTOBER 2011. THE GASKET MATERIAL LOSES THE ABILITY TO RESIST PERMANENT DEFORMATION UNDER HEAT AND LOAD. AS THIS EVENT PROGRESSES, THE GASKET IS NO LONGER ABLE TO PROVIDE THE NECESSARY SEALING CAPABILITY.","FLUID LOSS IN THE APPLICATION WILL SUBSEQUENTLY OCCUR, WHICH IN TURN COULD LEAD TO POWER LOSS WHILE THE VEHICLE IS IN OPERATION, INCREASING THE RISK OF A CRASH. ALSO, A FUEL LEAK COULD CAUSE A FIRE.","BALDWIN WILL RETROFIT THE FILTER WITH NEW GASKETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 18, 2011. OWNERS MAY CONTACT BALDWIN FILTERS SERVICE ENGINEERING AT 1-800-822-5394 EXT. 79729." -11/04/2011,11V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V534000),"General Motors, LLC",HEAD INJURY CRITERIA TEST/AIRBAGS/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,38444,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2008-2009 PONTIAC G8 VEHICLES MANUFACTURED FROM NOVEMBER 2, 2007 THROUGH JANUARY 22, 2009. A 5TH PERCENTILE FEMALE ANTHROPOMORPHIC TEST DEVICE (ATD) IN A 30 MPH FRONTAL BARRIER TEST EXCEEDED THE HEAD INJURY CRITERIA (HIC) REQUIREMENTS OF THE STANDARD. WITH THE FRONT PASSENGER SEAT POSITIONED FULL FORWARD, THE SEAT POSITION SENSOR WILL CAUSE A 30 MILLISECONDS DEPLOYMENT DELAY BETWEEN THE FIRST AND SECOND STAGES OF THE DUAL-STAGE FRONTAL PASSENGER AIR BAG.","IN THE EVENT OF A CRASH, THIS DELAY MAY RESULT IN INCREASED HEAD INJURY TO CERTAIN FRONT SEAT OCCUPANTS.","GM DEALERS WILL REPROGRAM THE SENSING AND DIAGNOSTIC MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2011. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668." -11/04/2011,11V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V538000),"Nissan North America, Inc.",POWER WINDOW SWITCH CONTROLLER,VISIBILITY,NR (Not Reported),Vehicle,1788,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 INFINITI G37 COUPE VEHICLES AND CERTAIN MODEL YEAR 2011 NISSAN 370Z VEHICLES MANUFACTURED FROM JULY 2, 2011, THROUGH AUGUST 29, 2011. DUE TO A PROGRAMMING ERROR, THE POWER WINDOW SWITCH CONTROLLER IN THE SUBJECT VEHICLES WAS MANUFACTURED OUT OF SPECIFICATION.","THE THRESHOLD FOR AUTO REVERSE ACTIVATION IS HIGHER THAN THE NISSAN SPECIFICATION. SHOULD A BODY PART BECOME TRAPPED BY A CLOSING WINDOW, A PINCH INJURY MAY RESULT.","NISSAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE POWER WINDOW SWITCHES WITH NEW ONES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 5, 2011. OWNERS MAY CONTACT NISSAN AT 1800-647-7261 OR INFINITI AT 1-800-662-6200." -11/03/2011,11V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V541000),Lotus Cars Limited,LED TURN SIGNAL UNITS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,78,"LOTUS IS RECALLING CERTAIN MODEL YEAR 2011 ELISE VEHICLES MANUFACTURED FROM JUNE 2010, THROUGH FEBRUARY 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES WERE FITTED WITH TURN SIGNAL MODULES WHICH WERE NOT COMPATIBLE WITH THE REVISED FRONT HEADLIGHT CONFIGURATION WHICH INCLUDES THE INTEGRAL FRONT LED TURN SIGNAL UNITS. THE INCOMPATIBLE MODULE MAY, UNDER CERTAIN CONDITIONS CAUSE ALL THE LED TURN SIGNAL LAMPS TO FLASH AT AN ERRATIC FREQUENCY WHEN THE HAZARD WARNING SWITCH IS DEPRESSED. IN ADDITION, IN THE EVENT THAT EITHER A FRONT OR REAR TURN SIGNAL LAMP FAILS TO ILLUMINATE OR DOES NOT FLASH AT THE CORRECT FREQUENCY WHEN OPERATED, THE REMAINING FUNCTIONING SIGNAL LAMPS ON THAT VEHICLES SIDE AS WELL AS THE INSTRUMENT TURN TELL TALE LAMP WILL NOT FLASH AT AN INCREASED RATE AS INTENDED.","THE DRIVER WILL NOT BE VISUALLY ALERTED TO THE FACT THAT ONE OR MORE OF THE VEHICLES TURN SIGNAL LAMPS IS NOT OPERATING CORRECTLY, INCREASING THE RISK OF A CRASH.","LOTUS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE TURN SIGNAL MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 19, 2011. OWNERS MAY CONTACT LOTUS AT 1-800-245-6887." -11/03/2011,11V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V530000),"UNIVERSAL SPECIALTY VEHICLES, INC.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,"UNIVERSAL SPECIALTY VEHICLES (USV) IS RECALLING CERTAIN MODEL YEAR 2011-2012 EAGLE RECREATIONAL VEHICLES MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH DECEMBER 31, 2010, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","USV IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -11/03/2011,11V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V531000),"Forest River, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,66,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 BERKSHIRE MODELS 360FWS, 390BH, 390RB AND 390QS RECREATIONAL VEHICLES MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH FEBRUARY 28, 2011, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","FOREST RIVER IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -11/03/2011,11V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V537000),"Hino Motors Sales U.S.A., Inc.",WHEEL END RETAINER,POWER TRAIN,NR (Not Reported),Vehicle,312,"HINO IS RECALLING CERTAIN MODEL 2012 ND8J, NE8J, NJ8J, AND NV8J COMMERCIAL TRUCKS MANUFACTURED FROM JULY 25, 2011, THROUGH SEPTEMBER 16, 2011. DURING ASSEMBLY, THE WHEEL-END RETAINER ON THE FRONT OR REAR AXLE MAY HAVE BEEN INSTALLED INCORRECTLY.","THE WHEEL-HUB AND AXLE SHAFT CAN SEPARATE FROM THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","HINO WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE FRONT AXLE ASSEMBLIES AND, IF THE AXLE IS FOUND TO BE INCORRECTLY ASSEMBLED, DEALERS WILL REPLACE THE WHEEL END RETAINING HARDWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT HINO AT 1-248-699-9390." -11/02/2011,11V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V528000),"Chrysler (FCA US, LLC)",AIR BAG CLOCKSPRING ASSEMBLIES,AIR BAGS,L37,Vehicle,5437,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008-2012 RIGHT HAND DRIVE (RHD) JEEP WRANGLER VEHICLES MANUFACTURED FROM FEBRUARY 1, 2007, THROUGH OCTOBER 10, 2011. SOME VEHICLES MAY BE EQUIPPED WITH DRIVER'S AIRBAG CLOCKSPRING ASSEMBLIES THAT COULD EXPERIENCE A COMPROMISED AIRBAG CIRCUIT RESULTING IN AN AIRBAG LAMP ILLUMINATION, WHICH INDICATES THAT THE AIRBAG MAY NOT DEPLOY.","A BROKEN ELECTRICAL CIRCUIT IN THE AIRBAG CLOCKSPRING WIRING ASSEMBLY CAN LEAD TO NON-DEPLOYMENT OF THE DRIVER FRONTAL AIRBAG AND WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURIES.",CHRYSLER WILL NOTIFY OWNERS AND REMEDY THE VEHICLES AS NECESSARY FREE OF CHARGE. CHRYSLER WILL MAIL TO OWNERS AN INTERIM NOTIFICATION DURING MARCH 2012. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -11/02/2011,11V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V536000),"General Motors, LLC",POWER VACUUM BRAKE,"SERVICE BRAKES, HYDRAULIC",11318,Vehicle,674,"GM IS RECALLING CERTAIN MODEL YEAR 2012 CADILLAC CTS VEHICLES MANUFACTURED FROM OCTOBER 21, 2011, THROUGH OCTOBER 26, 2011. THESE VEHICLES MAY HAVE A CONDITION IN WHICH THE POWER VACUUM BRAKE BOOST PUSHROD RETENTION NUT MAY NOT BE TORQUED TO THE PROPER SPECIFICATION. IF THE NUT IS NOT TORQUED TO THE PROPER SPECIFICATION, THE NUT COULD LOOSEN AND ALLOW THE PUSHROD TO SEPARATE FROM THE BRAKE PEDAL.",THIS COULD RESULT IN A LOSS OF ABILITY TO BRAKE AND a vehicle CRASH WITHOUT PRIOR WARNING.,"CADILLAC DEALERS WILL INSPECT THE POWER VACUUM BRAKE BOOST PUSHROD RETENTION NUT, AND IF NECESSARY, TORQUE THE NUT TO THE PROPER SPECIFICATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 1, 2011. OWNERS MAY CONTACT CADILLAC AT 1-800-458-8006." -11/02/2011,11V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V529000),CARLEN CORPORATION,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,305,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CARLEN CORPORATION ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CARLEN CORPORATION BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/01/2011,11V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V527000),Pierce Manufacturing,ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,74B226,Vehicle,724,"PIERCE MANUFACTURING (PIERCE) IS RECALLING CERTAIN MODEL YEAR 2007-2011 ARROW XTAND VELOCITY, MODEL YEAR 2008-2011 CUSTOM CONTENDER, IMPEL, QUANTUM AND MODEL YEAR 2009-2011 SABER EMERGENCY TRUCKS, EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) MODULES, MANUFACTURED FROM DECEMBER 19, 2007, THROUGH OCTOBER 7, 2011. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","PIERCE IS WORKING WITH MERITOR WABCO AND WILL REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 16, 2011. OWNERS MAY CONTACT MERITOR WABCO AT 1-248-435-8001 OR PIERCE AT 1-920-832-3000." -11/01/2011,11V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V533000),"Yamaha Motor Corporation, USA",FUEL DELIVERY HOSE PIPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2800,"YAMAHA IS RECALLING CERTAIN MODEL YEAR 2009-2012 XVS95/CT (V STAR 950/V STAR 950 TOURER) MOTORCYCLES, MANUFACTURED FROM OCTOBER 2008 THROUGH AUGUST 2011, AND MODEL YEAR 2007 XVS1300/CT (V STAR 1300/V STAR TOURER) MOTORCYCLES, MANUFACTURED FROM AUGUST 2006 THROUGH MARCH 2007. THERE MAY NOT BE A PROPER SEAL BETWEEN THE FUEL PIPES FOR THE FUEL INJECTORS AND THE FUEL HOSE THAT CONNECTS THEM DUE TO AN IMPROPERLY MOLDED FUEL HOSE.","OVER TIME, PRESSURIZED FUEL CAN BEGIN LEAKING AT THE HOSE CONNECTION POINTS, WHICH COULD RESULT IN A FIRE HAZARD.","YAMAHA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL DELIVERY PIPE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 21, 2011. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -11/01/2011,11V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V532000),"Yamaha Motor Corporation, USA",FUEL PUMP O-RING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1069,"YAMAHA IS RECALLING CERTAIN MODEL YEAR 2012 XTZ12B/BC (SUPER TENERE) MOTORCYCLES, MANUFACTURED FROM JUNE 01, 2011, THROUGH AUGUST 31, 2011. DURING THE ASSEMBLY PROCESS, THE FUEL PUMP O?]RING MAY HAVE BEEN INSTALLED INCORRECTLY IN ITS GROOVE. IF THE TABS LOCATED AROUND THE INNER CIRCUMFERENCE OF THE O?]RING WERE NOT SEATED INTO THE GROOVE PROPERLY DURING PUMP INSTALLATION, THE O?]RING SEALING LIP COULD BE PINCHED AND DAMAGED, PREVENTING PROPER SEALING.",THIS COULD ALLOW FUEL TO LEAK FROM AROUND THE FUEL PUMP MOUNTED UNDER THE FUEL TANK. LEAKING FUEL COULD RESULT IN A FIRE HAZARD.,"YAMAHA DEALERS WILL REPLACE THE FUEL PUMP O-RING FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 15, 2011. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -11/01/2011,11V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V526000),Honda (American Honda Motor Co.),TIRE INFORMATION LABEL,EQUIPMENT,S02,Vehicle,120,"HONDA IS RECALLING CERTAIN MODEL YEAR 2010 NT700V MOTORCYCLES MANUFACTURED FROM NOVEMBER 26, 2009, THROUGH NOVEMBER 27, 2009. A TIRE INFORMATION LABEL APPLIED TO THE SWINGARM MAY DISPLAY INCORRECT TIRE SIZE AND AIR PRESSURE SPECIFICATIONS.","IMPROPER INFLATION OF TIRES MAY AFFECT VEHICLE HANDLING AND LEAD TO PREMATURE TIRE FAILURE, INCREASING THE RISK OF A CRASH.","HONDA WILL MAIL THE CORRECT TIRE INFORMATION LABEL ALONG WITH INSTALLATION INSTRUCTION. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 10, 2011. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -11/01/2011,11V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V525000),NOVA BUS INCORPORATED,V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,CR1696,Vehicle,20,"NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2010 LFS BUSES MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH DECEMBER 31, 2010, EQUIPPED WITH A CUMMINS ISB, ISX, ISC OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","NOVA BUS IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -10/28/2011,11V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V523000),Daimler Buses North America,LITHIUM ION ENERGY STORAGE SYSTEM/POSSIBLE FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1300,"DAIMLER BUSES IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 ORION VII LI-ION HYBRID TRANSIT BUSES MANUFACTURED FROM JULY 2008 THROUGH AUGUST 2011 AND MODEL YEAR 2006 ORION VII LI-ION ESS TRANSIT BUSES MANUFACTURED FROM MAY 2006 THROUGH MAY 2007, CONTAINS BAE SYSTEMS (BAE) LITHIUM ION ENERGY STORAGE SYSTEM (ESS). OVER TIME, PARTICULATE DEBRIS CAN ACCUMULATE IN THE HYBRID SYSTEM'S LI-ION STORAGE SYSTEM (LI-ION ESS). ACCUMULATED DEBRIS IN CONJUNCTION WITH MOISTURE CAN BREACH THE ELECTRICAL ISOLATION OF THE HIGH VOLTAGE BATTERY PACK. A CONDUCTIVE PATH CAN BE CREATED IF THE ELECTRICAL ISOLATION IS BREACHED AT BOTH ENDS OF THE BATTERY.","THIS CAN RESULT IN THE UNINTENTIONAL DISCHARGE OF THE BATTERY'S STORED ENERGY, CREATING A RISK OF SMOKE, MELTING AND CHARRING, POSSIBLY RESULTING IN A FIRE.",ORION WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY BAE SYSTEMS FREE OF CHARGE. THE SAFETY RECALL BEGAN NOVEMBER 2011. OWNERS MAY CONTACT DAIMLER BUSES NORTH AMERICA AT 1-905-403-1111. -10/26/2011,11V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V524000),Motor Coach Industries,ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,1962,"MOTOR COACH INDUSTRIES (MCI) IS RECALLING CERTAIN MODEL YEAR 2003, AND 2007-2012 E AND J MODELS ALONG WITH MODEL YEAR 2007-2012 D4000, D4005, D4500, D4505, D4000ISTV MOTOR COACHES EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) MODULES, MANUFACTURED FROM OCTOBER 2002, THROUGH OCTOBER 2011. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.","MCI WILL NOTIFY OWNERS AND REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 4, 2012. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -10/26/2011,11V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V517000),"Daimler Trucks North America, LLC",VERTICAL PUSH OUT WINDOWS/HANDLE DETACHES,STRUCTURE,FL-617,Vehicle,90,"DAIMLER TRUCKS IS RECALLING CERTAIN 2011 AND 2012 THOMAS BUILT EF AND MINOTOUR SCHOOL BUSES MANUFACTURED FROM JULY 26, 2011, THROUGH AUGUST 9, 2011, EQUIPPED WITH SPECTAL INDUSTRIES EMERGENCY VERTICAL PUSH OUT WINDOWS. INCORRECT RIVETS MAY HAVE BEEN USED TO ATTACH THE HANDLES THAT AN OCCUPANT WOULD USE TO OPEN THE WINDOW IN THE EVENT OF AN EMERGENCY. THE PART NUMBERS FOR THE THOMAS BUILT BUSES ARE: 167977, 167982, 167985, 167990, 168005, 168006, 168025, 168027, 168028, AND 168035.","IF THE HANDLE IS ACTUATED DURING A NON-EMERGENCY SITUATION AND DETACHES, THE EMERGENCY WINDOW CANNOT BE RE-SECURED, POSING A RISK THAT CHILDREN MAY FALL OR CLIMB OUT. HOWEVER, IF THE HANDLE WERE TO DETACH DURING AN EMERGENCY, THE EXIT WINDOW WILL OPEN AND EGRESS THROUGH THE WINDOW WILL NOT BE HINDERED.","DAIMLER TRUCKS WILL NOTIFY OWNERS, AND DAIMLER TRUCKS AUTHORIZED SERVICE FACILITIES WILL PERFORM THE REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 8, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/21/2011,11E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E045000),"Sure Power, Inc.",BATTERY SEPARATOR,EQUIPMENT,NR (Not Reported),Equipment,14990,"SURE POWER IS RECALLING CERTAIN BATTERY SEPARATORS, MODELS 1314, 1314-B, 1314BP-D, 1315, 1315-B, 1315NM, 1318 and 1319, SHIPPED FROM FEBRUARY 2009 THROUGH JUNE 2011 TO AFTERMARKET CUSTOMERS AND TO VARIOUS VEHICLE MANUFACTURERS TO BE INSTALLED AS ORIGINAL EQUIPMENT. SOME OF THE SUBJECT UNITS MAY EXPERIENCE AN INTERNAL CIRCUIT BOARD CAPACITOR FAILURE.","THIS COULD LEAD TO OVERHEATING, SMOKE, AND, POSSIBLY, A FIRE DURING OR FOLLOWING USE.","SURE POWER WILL NOTIFY, AND WORK WITH, ITS DEALERS/DISTRIBUTORS TO IDENTIFY AND NOTIFY ANY KNOWN OWNERS WHO PURCHASED THE BATTERY SEPARATORS AS AFTERMARKET EQUIPMENT. THE UNITS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING NOVEMBER 2011. OWNERS MAY CONTACT SURE POWER AT 1-855-450-3594." -10/20/2011,11V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V509000),PJ Trailers,AXLE EQUALIZER FAILURE,POWER TRAIN,NR (Not Reported),Vehicle,1917,"PJ TRAILERS IS RECALLING CERTAIN MODEL YEAR 2011 FLATBED TRAILERS EQUIPPED WITH A 15 3/4"" OR A 21 3/4"" EQUALIZER FOR 10K/12K SPRING AXLES. THE WELDS ON THE TOP OF THE EQUALIZER THAT HOLD THE BUSHING THROUGH WHICH THE EQUALIZER BOLTS TO THE TRAILER WERE NOT PROPERLY WELDED AND CAN FAIL CAUSING THE AXLE TO DETACH FROM THE TRAILER.",AXLE DETACHMENT COULD RESULT IN A VEHICLE CRASH.,"PJ TRAILERS WILL NOTIFY OWNERS AND REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 7, 2011. OWNERS MAY CONTACT PJ TRAILERS AT 1-903-669-0213." -10/20/2011,11V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V521000),"BMW of North America, LLC",ELECTRIC AUXILIARY WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,32084,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 5-SERIES, MODEL YEAR 2010-2011 5-SERIES GRAN TURISMO, MODEL YEAR 2009-2011 7-SERIES, MODEL YEAR 2010-2011 X5 SAV, AND MODEL YEAR 2008-2011 X6 SAV VEHICLES EQUIPPED WITH 8- OR 12-CYLINDER, TURBOCHARGED, ENGINES BECAUSE THE CIRCUIT BOARD FOR THE ELECTRIC AUXILIARY WATER PUMP CAN OVERHEAT.",THIS COULD LEAD TO A SMOLDERING OF THE PUMP OR AN ENGINE COMPARTMENT OR VEHICLE FIRE.,"BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AUXILIARY WATER PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 19, 2011. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -10/20/2011,11V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V522000),"Rolls-Royce Motor Cars, Ltd.",ELECTRIC AUXILIARY WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,589,"ROLLS-ROYCE IS RECALLING CERTAIN MODEL YEAR 2010 GHOST VEHICLES MANUFACTURED FROM SEPTEMBER 2009 THROUGH SEPTEMBER 2010, EQUIPPED WITH TURBOCHARGED ENGINES, BECAUSE THE CIRCUIT BOARD FOR THE ELECTRIC AUXILIARY WATER PUMP CAN OVERHEAT.",THIS COULD LEAD TO A SMOLDERING OF THE PUMP OR AN ENGINE COMPARTMENT OR VEHICLE FIRE.,"ROLLS-ROYCE WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE AUXILIARY WATER PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 2012. OWNERS MAY CONTACT ROLLS-ROYCE CUSTOMER RELATIONS AND SERVICES AT 1-877-877-3735." -10/20/2011,11V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V520000),"Winnebago Industries, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,237,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2011 JOURNEY, MERIDIAN, TOUR, ELLIPSE MOTOR HOMES AND WINNEBAGO COMMERCIAL VEHICLES BUILT ON MC, XCL, AND XCS CHASSIS FROM SEPTEMBER 1, 2010, THROUGH DECEMBER 31, 2010, AND EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","WINNEBAGO IS WORKING WITH DAIMLER TRUCKS NORTH AMERICA (THE SUPPLIER OF THE CHASSIS) AND CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY PLAN FOR THIS CAMPAIGN. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -10/19/2011,11V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V506000),Harley-Davidson Motor Company,REAR BRAKE LAMP SWITCH,EXTERIOR LIGHTING,0145,Vehicle,250757,"HARLEY-DAVIDSON IS RECALLING CERTAIN MODEL YEAR 2009-2012 TOURING, CVO TOURING AND TRIKE VEHICLES MANUFACTURED FROM JUNE 6, 2008, THROUGH SEPTEMBER 16, 2011. SEE THE ABOVE LIST FOR THE MODELS INCLUDED IN THE RECALL. THE REAR BRAKE LIGHT SWITCH MAY BE EXPOSED TO EXCESSIVE HEAT FROM THE EXHAUST SYSTEM.","THE EXCESSIVE HEAT MAY CAUSE THE SWITCH TO NOT ACTIVATE THE BRAKE LAMP OR ACTIVATE THE BRAKE LAMP WHEN NO BRAKE IS APPLIED AND/OR CAUSE A BRAKE FLUID LEAK AT THE BRAKE LIGHT SWITCH, AFFECTING REAR BRAKE PERFORMANCE. EITHER CONDITION MAY INCREASE THE RISK OF A CRASH.","HARLEY-DAVIDSON WILL NOTIFY OWNERS, AND DEALERS WILL A INSTALL A REAR BRAKE LIGHT SWITCH KIT, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 31, 2011. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -10/19/2011,11V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V511000),"General Motors, LLC",TIRE PRESSURE MONITORING SYSTEM/FMVSS 138,TIRES,11261,Vehicle,33964,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET EQUINOX AND GMC TERRAIN VEHICLES, MANUFACTURED FROM JULY 18, 2011, THROUGH SEPTEMBER 6, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 138, ""TIRE PRESSURE MONITORING SYSTEM"" (TPMS). THE TIRE PRESSURE MONITORING SYSTEM IS DESIGNED TO ILLUMINATE THE TIRE PRESSURE WARNING LIGHT WHEN THE PRESSURE IN A TIRE IS 25% BELOW THE RECOMMENDED COLD TIRE PRESSURE. ON THESE VEHICLES, THE LIGHT WILL NOT ILLUMINATE UNTIL THE TIRE PRESSURE IS MORE THAN 25% BELOW THE RECOMMENDED COLD TIRE PRESSURE.","UNDERINFLATED TIRES CAN RESULT IN TIRE OVERLOADING AND OVERHEATING, WHICH COULD LEAD TO A BLOWOUT AND POSSIBLE CRASH. THE RESULTING CRASH COULD CAUSE SERIOUS INJURY. UNDERINFLATED TIRES CAN ALSO RESULT IN PREMATURE OR IRREGULAR WEAR, POOR HANDLING, AND POOR FUEL ECONOMY.","GM DEALERS WILL UPDATE THE BODY CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT NOVEMBER 9, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -10/19/2011,11V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V519000),Thor Motor Coach,V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,106,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2011-2012 TUSCANY, ASTORIA, AND AVANTI RECREATIONAL VEHICLES MANUFACTURED FROM JANUARY 21, 2011, THROUGH SEPTEMBER 16, 2011, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","TMC IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -10/18/2011,11V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V505000),"Daimler Trucks North America, LLC",BRAKE LINE CHAFE,"SERVICE BRAKES, HYDRAULIC",FL-615,Vehicle,700,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM MARCH 9, 2004, THROUGH JANUARY 2, 2008, EQUIPPED WITH CATERPILLAR C7 ENGINES, HYDRAULIC BRAKES, AND A FUEL WATER SEPARATOR. THE FUEL LINE GOING FROM THE FUEL WATER SEPARATOR TO THE ENGINE MAY RUB ON THE HYDRAULIC BRAKE LINES POTENTIALLY RESULTING IN BRAKE FLUID LEAK.",A BRAKE FLUID LEAK MAY REDUCE BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,"DTNA WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE VEHICLES TO ENSURE THAT THERE IS THE CORRECT CLEARANCE BETWEEN THE FUEL AND BRAKE LINES. DAMAGED LINES WILL BE REPLACED. REPAIRS WILL BE MADE BY DTNA AUTHORIZED SERVICE FACILITIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 27, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -10/18/2011,11V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V504000),Blue Bird Body Company,DOOR HANDLE RIVETS,STRUCTURE,R11TN,Vehicle,59,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2012 ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED FROM AUGUST 2, 2011, THROUGH SEPTEMBER 14, 2011, EQUIPPED WITH SPECTAL INDUSTRIES VERTICAL EMERGENCY EXIT WINDOWS. INCORRECT RIVETS MAY HAVE BEEN USED TO ATTACH THE HANDLES THAT AN OCCUPANT WOULD USE TO OPEN THE WINDOW IN THE EVENT OF AN EMERGENCY. THE PART NUMBERS FOR THE BLUE BIRD BUSES ARE AS FOLLOWS: 129185, 129195, 129197, 129199, 129201, 129202, 129203, 129205, 129207, 129209, 129210, 129228, 129230, 129232, 129234, 129236, 129238, 129240, 129242, AND 129243.","IF THE HANDLE IS ACTUATED DURING A NON-EMERGENCY SITUATION AND DETACHES, THE EMERGENCY WINDOW CANNOT BE RE-SECURED, POSING A RISK THAT CHILDREN MAY FALL OR CLIMB OUT. HOWEVER, IF THE HANDLE WERE TO DETACH DURING AN EMERGENCY, THE EXIT WINDOW WILL OPEN AND EGRESS THROUGH THE WINDOW WILL NOT BE HINDERED.","BLUE BIRD WILL NOTIFY OWNERS, AND PROVIDE REPAIR KITS, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT NOVEMBER 14, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -10/18/2011,11V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V503000),"Daimler Trucks North America, LLC",PASS-THROUGH POWER STUDS/POSSIBLE FIRE,ELECTRICAL SYSTEM,FL-616,Vehicle,3109,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2007 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM APRIL 5, 2004 THROUGH DECEMBER 26, 2005. THE PASS-THROUGH POWER CABLE CONNECTIONS LOCATED BEHIND THE DRIVER'S SIDE KICK PANEL MAY CORRODE POTENTIALLY RESULTING IN AN ELECTRIC FAULT OR SHORT CIRCUIT.",AN ELECTRIC FAULT OR SHORT CIRCUIT OF AN UN-FUSED POWER CABLE MAY RESULT IN A VEHICLE FIRE.,"THE FINAL REMEDY IS BEING DEVELOPED. DTNA WILL SEND OWNERS AN INTERIM NOTICE ADVISING THEM TO INSPECT THEIR BUSES FOR CORROSION IN THE AREA OF THE POWER TERMINALS, AND IF EXCESSIVE CORROSION IS FOUND, TO TAKE THEIR VEHICLE TO AN AUTHORIZED SERVICE FACILITY. REPAIRS WILL BE MADE BY DTNA FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -10/18/2011,11V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V501000),CUSTOM VEHICLE OUTFITTERS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,13,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CUSTOM VEHICLE OUTFITTERS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CUSTOM VEHICLE OUTFITTERS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/18/2011,11V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V508000),"Volvo Car USA, LLC",TIRE AND LOAD INFORMATION LABEL/FMVSS 110,EQUIPMENT,R247,Vehicle,20611,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2006-2012 C70 VEHICLES MANUFACTURED FROM NOVEMBER 15, 2005, THROUGH JULY 31, 2011, AND MODEL YEAR 2011-2012 S60 VEHICLES MANUFACTURED FROM JULY 14, 2010, THROUGH APRIL 16, 2011, THAT WERE EQUIPPED WITH OPTIONAL ACCESSORY SPARE TIRE KIT. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES DO NOT CONTAIN THE CORRECT INFORMATION FOR VEHICLES EQUIPPED WITH THE OPTIONAL ACCESSORY SPARE TIRE AND WHEEL KIT.","A MISPRINTED LABEL COULD LEAD TO IMPROPER TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","VOLVO WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE VEHICLE AND INSTALL THE LABEL AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 23, 2012. OWNERS MAY CONTACT VOLVO AT 1-201-768-7300." -10/18/2011,11V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V518000),"Champion Bus, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,"CHAMPION BUS (CHAMPION) IS RECALLING CERTAIN MODEL YEAR 2011 CTS AND M1235 TRUCKS MANUFACTURED FROM MARCH 9, 2011, THROUGH JUNE 29, 2011, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","CHAMPION IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000." -10/17/2011,11V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V513000),Keystone RV Company,EGRESS WINDOW,EQUIPMENT,11-168,Vehicle,30,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2012 PASSPORT TRAVEL TRAILERS MANUFACTURED FROM SEPTEMBER 15, 2011, THROUGH SEPTEMBER 28, 2011. THE REAR LIVING ROOM IS MISSING AN EGRESS WINDOW.","IN THE EVENT THAT AN EMERGENCY EVACUATION IS NECESSARY, THE ABSENCE OF AN EGRESS WINDOW WILL INCREASE THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE WINDOW CURRENTLY INSTALLED WITH AN EGRESS WINDOW FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 25, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -10/17/2011,11V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V516000),Shyft Group,ELECTRONIC CONTROL MODULE,VEHICLE SPEED CONTROL,11027,Vehicle,1294,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 INCOMPLETE RECREATIONAL VEHICLE CHASSIS MANUFACTURED FROM JANUARY 4, 2010, THROUGH JANUARY 26, 2011, EQUIPPED WITH AN ELECTRONIC CONTROL MODULE, PART NUMBER 2791-NN2E-001 OR 2791-NN2E-002. WHEN THE BRAKE IS APPLIED, THE CRUISE CONTROL MAY NOT CANCEL. ADDITIONALLY, THESE VEHICLES MAY EXHIBIT AN INADVERTENT, MODERATE INCREASE IN VEHICLE SPEED UNTIL THE VEHICLES REACHES ITS GOVERNED SPEED AFTER THE VEHICLE'S CRUISE CONTROL IS SET.","IF THE DRIVER ATTEMPTS TO CANCEL THE CRUISE CONTROL BY APPLYING THE BRAKE OR IF THE VEHICLE SPEED INCREASES AND THE DRIVER IS UNAWARE, THEY MAY HAVE REDUCED CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","SPARTAN WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 9, 2012. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -10/14/2011,11V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V499000),Blue Bird Body Company,"39"" BARRIER/2-PASSENGER SEATS",SEATS,R11TQ,Vehicle,54,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2012 ALL AMERICAN, 2006 THROUGH 2011 VISION, AND 2006 CONVENTIONAL SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 19, 2005, AND MAY 3, 2011, EQUIPPED WITH 2-PASSENGER SEATS INSTALLED FORWARD OF THE 39"" BARRIER. IN THE EVENT OF A CRASH, THE BARRIER MAY MAKE CONTACT WITH THE 2-PASSENGER SEAT INSTALLED FORWARD OF THE BARRIER. ACCORDINGLY, THESE BUSES FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",THE SEAT OCCUPANTS MAY BE SERIOUSLY INJURED IN THE EVENT OF A CRASH.,"BLUE BIRD WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 18, 2012. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -10/14/2011,11E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E044000),"Meritor, Inc.",DRIVE AXLES,POWER TRAIN,C12AA,Equipment,43,"MERITOR IS RECALLING CERTAIN 16 MM C89-3121-2024 AND C61-3121-2025 HOUSINGS ASSEMBLED IN TO RD-23-164 DRIVE AXLES PRODUCED FROM DECEMBER 1, 2010, THROUGH FEBRUARY 14, 2011. THESE AXLES ARE INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN MACK AND DAIMLER TRUCKS VEHICLES. THE WELD THAT ATTACHES A BRACKET TO THE HOUSING MAY CRACK AS A RESULT OF IMPROPER WELDING PROCEDURES.",THIS MAY CAUSE BRACKET DETACHMENT RESULTING IN POTENTIAL LOSS OF VEHICLE CONTROL.,"MERITOR IS WORKING WITH THE VEHICLE MANUFACTURER TO IDENTIFY AND NOTIFY THE VEHICLE OWNERS. REPAIRS WILL BE DONE BY THE VEHICLE MANUFACTURER'S DEALERS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2011. OWNERS MAY CONTACT MERITOR AT 1-800-535-5560 OR THEIR VEHICLE MANUFACTURER." -10/14/2011,11V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V502000),Collins Bus Corporation,GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,11,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2008 BANTAM, GRAND BANTAM, AND SUPER BANTAM SCHOOL BUSES MANUFACTURED FROM AUGUST 23, 2006, THROUGH FEBRUARY 1, 2008, EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","COLLINS WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 11, 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR COLLINS AT 1- 1-620-662-9000." -10/14/2011,11V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V510000),Lotus Cars Limited,OIL COOLER LINE DETACHMENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5041,"LOTUS IS RECALLING CERTAIN MODEL YEAR 2005-2007 ELISE AND EXIGE VEHICLES MANUFACTURED FROM JUNE 1, 2004, THROUGH NOVEMBER 30, 2006. THE OIL COOLER LINE MAY BECOME DETACHED FROM ITS FITTING.","A DETACHED OIL LINE COULD SPRAY OIL ON A TIRE, INCREASING THE RISK OF A CRASH, OR IT COULD SPRAY OIL THROUGHOUT THE ENGINE COMPARTMENT INCREASING THE RISK OF A FIRE.","LOTUS WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 19, 2011. OWNERS MAY CONTACT LOTUS AT 1-800-245-6887." -10/14/2011,11E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E043000),"CHALLENGER DOOR, LLC",REAR EMERGENCY EXIT DOOR HANDLE,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,1579,"CHALLENGER DOOR IS RECALLING CERTAIN REAR EMERGENCY EXIT DOORS, MODEL NUMBER 1251 AND 1252, PRODUCED FROM 2009 THROUGH 2011 AND SOLD AS ORIGINAL EQUIPMENT FOR CERTAIN STARCRAFT SCHOOL BUSES. DUE TO INSUFFICIENT LUBRICATION ON THE REAR DOOR HANDLE LATCH MECHANISM, THE HANDLE MAY BIND.","IN THE EVENT OF AN EMERGENCY, THE VEHICLE OCCUPANTS MAY BE UNABLE TO OPEN THE REAR DOOR, WHICH WOULD HINDER EGRESS OF THE BUS, POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS.",CHALLENGER DOOR IS WORKING WITH STARCRAFT TO IDENTIFY AND NOTIFY OWNERS OF THE AFFECTED BUSES. OWNERS MAY CONTACT CHALLENGER DOOR AT 1-574-773-8115 OR STARCRAFT FOR MORE INFORMATION. -10/13/2011,11V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V515000),AMERICAN LAFRANCE LLC,ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,ALF-0111,Vehicle,17,"AMERICAN LAFRANCE (ALF) IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 EAGLE FIRE TRUCKS MANUFACTURED FROM OCTOBER 21, 2010, THROUGH AUGUST 25, 2011, EQUIPPED WITH A MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) SYSTEM, MANUFACTURED FROM APRIL 2009 THROUGH OCTOBER 2011. THE ESC MODULE MAY CAUSE THE ESC SYSTEM TO ACTIVATE UNNECESSARILY WHEN THE VEHICLE IS DRIVEN IN A PARTICULAR MANNER ON CERTAIN UNIQUE ROAD CONDITIONS AND MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION BY THE ESC MODULE.","THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE FRONT AXLE OUTER WHEEL SERVICE BRAKE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE BY THE ESC. IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.",ALF WILL NOTIFY OWNERS AND REPLACE THE CONTROL MODULE FREE OF CHARGE. ALL THE AFFECTED VEHICLE HAVE BEEN REPAIRED. OWNERS MAY CONTACT ALF AT 1-843-486-7703. -10/13/2011,11V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V500000),Shyft Group,ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,11026,Vehicle,799,"SPARTAN CHASSIS (SPARTAN), IS RECALLING CERTAIN MODEL YEAR 2008 DIAMOND, MODEL YEAR 2008-2009 FURION ALONG WITH MODEL YEAR 2011, MODEL YEAR 2010 FURION R/T, MODEL YEAR 2007-2012 GLADIATOR, MODEL YEAR 2008-2012 METROSTAR AND MODEL YEAR 2012 SPARTAN FORCE EMERGENCY RESCUE TRANSPORT VEHICLES EQUIPPED WITH AN ELECTRONIC STABILITY CONTROL (ESC) MANUFACTURED FROM APRIL 12, 2007, THROUGH SEPTEMBER 30, 2011. THE ESC MODULE MAY CAUSE THE ESC SYSTEM TO ACTIVATE UNNECESSARILY WHEN THE VEHICLE IS DRIVEN IN A PARTICULAR MANNER ON CERTAIN UNIQUE ROAD CONDITIONS AND MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION BY THE ESC MODULE.",THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE FRONT AXLE OUTER WHEEL SERVICE BRAKE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE BY THE ESC. THESE CONDITIONS COULD INCREASE THE RISK OF A CRASH.,"SPARTAN WILL NOTIFY OWNERS AND REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 19, 2011. OWNERS MAY CONTACT SPARTAN AT 1-800-543-5008 OPTION 5." -10/13/2011,11V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V512000),Great Lakes Manufacturing Inc.,PRESSURE REGULATOR/QUICK RELEASE VALVE DEVICE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,226,"GREAT LAKES IS RECALLING CERTAIN MODEL YEAR 2002-2007 TRAILERS, EQUIPPED WITH THE MSQR 5000 DIFFERENTIAL PRESSURE REGULATOR/QUICK RELEASE VALVE DEVICE MANUFACTURED BY AIR BRAKE SYSTEMS. THE MSQR 5000 DOES NOT CONTAIN THE REQUISITE ANTILOCK BRAKE SYSTEM OR WARNING LIGHT AND THUS FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 121, ""AIR BRAKE SYSTEMS."" SEE THE ABOVE LIST FOR THE MODELS INCLUDED IN THE RECALL.","THE PURPOSE OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) FOR AIR BRAKE SYSTEMS, NO. 121, IS TO INSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS. THE MSQR 5000, WHICH WAS INSTALLED IN THE TRAILERS SUBJECT TO THE RECALL TO SATISFY FMVSS NO. 121'S ABS REQUIREMENTS, DOES NOT MEET THE DEFINITION OF AN ABS AS REQUIRED BY FMVSS NO. 121. ALSO, THE TRAILERS DO NOT HAVE A LIGHT TO WARN THE OPERATOR OF AN ABS MALFUNCTION AS REQUIRED BY FMVSS NO. 121 THESE DEFICIENCIES INCREASE THE RISK OF A CRASH.","GREAT LAKES WILL NOTIFY OWNERS AND WILL REPLACE THE UNIT WITH A COMPLIANT ONE, FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2012. OWNERS MAY CONTACT GREAT LAKES AT 1-920-842-2012." -10/13/2011,11V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V514000),"Daimler Trucks North America, LLC",RACK AND PINION BEARING CORROSION,STEERING,FL-614,Vehicle,9689,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2005-2011 FREIGHTLINER CASCADIA, COLUMBIA, CENTURY, CORONADO, AND CLASSIC XL TRUCKS MANUFACTURED FROM NOVEMBER 1, 2004, THROUGH JUNE 15, 2010 FOR THE RACK AND PINION STEERING SYSTEM. THE LOWER PINION BEARING MAY CORRODE AND FAIL. A FAILED BEARING MAY LEAD TO DAMAGE OF THE SPOOL VALVE SEALS. A DAMAGE SPOOL VALVE SEAL MAY ALLOW HYDRAULIC FLUID TO FLOW TO THE RIGHT OR LEFT TURN PORT INSTEAD OF FLOWING TO THE RETURN PORT.","THE STEERING COULD UNEXPECTEDLY TURN LEFT OR RIGHT, MAKING THE VEHICLE MORE DIFFICULT TO CONTROL AND INCREASING THE RISK OF A CRASH.","DAIMLER TRUCKS WILL INSPECT THE LOWER BEARING FOR CORROSION. IF CORROSION IS FOUND, THE RACK AND PINION SYSTEM WILL BE REPLACED. IF NO CORROSION IS FOUND, ON THE BEARING, THE BEARING WILL BE PACKED WITH GREASE AND THE RUBBER BELLOWS WILL BE REPLACED WITH SEALANT ADDED BETWEEN THE BELLOWS AND THE RACK HOUSING. AN INTERIM LETTER WAS MAILED IN DECEMBER 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -10/13/2011,11E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E042000),SPECTAL INDUSTRIES,VERTICAL EMERGENCY EXIT WINDOWS,EQUIPMENT,NR (Not Reported),Equipment,440,"SPECTAL INDUSTRIES IS RECALLING CERTAIN VERTICAL EMERGENCY EXIT WINDOWS MANUFACTURED FROM JULY 18, 2011, THROUGH AUGUST 5, 2011, SOLD FOR USE AS ORIGINAL EQUIPMENT ON BLUE BIRD AND THOMAS BUILT SCHOOL BUSES. INCORRECT RIVETS MAY HAVE BEEN USED TO ATTACH THE HANDLES THAT AN OCCUPANT WOULD USE TO REMOVE THE WINDOW IN THE EVENT OF A CRASH. THE PART NUMBERS FOR THE BLUE BIRD BUSES ARE AS FOLLOWS: 129185, 129195, 129197, 129199, 129201, 129202, 129203, 129205, 129207, 129209, 129210, 129228, 129230, 129232, 129234, 129236, 129238, 129240, 129242, AND 129243. THE PART NUMBERS FOR THE THOMAS BUILT BUSES ARE AS FOLLOWS: 167977, 167982, 167985, 167990, 168005, 168006, 168025, 168027, 168028, AND 168035.","IF THE HANDLE IS ACTUATED DURING A NON-EMERGENCY SITUATION AND DETACHES, THE EMERGENCY WINDOW CANNOT BE RE-SECURED, POSING A RISK THAT CHILDREN MAY FALL OR CLIMB OUT. HOWEVER, IF THE HANDLE WERE TO DETACH DURING AN EMERGENCY, THE EXIT WINDOW WILL OPEN AND EGRESS THROUGH THE WINDOW WILL NOT BE HINDERED.","OWNER NOTIFICATION WILL BE HANDLED BY THE VEHICLE MANUFACTURERS. SPECTAL WILL PROVIDE REPAIR KITS TO THE VEHICLE MANUFACTURERS, WHO WILL INSTRUCT OWNERS THAT REPAIRS CAN BE PERFORMED, AT THE OWNER'S OPTION, BY AN AUTHORIZED DEALER, BY A LOCAL REPAIR FACILITY, OR BY THE OWNER. REPAIRS WILL BE MADE FREE OF CHARGE. OWNERS MAY CONTACT SPECTAL AT 1-450-378-6722 OR THEIR VEHICLE MANUFACTURER." -10/12/2011,11V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V507000),"Ferrara Fire Apparatus, Inc.",ELECTRONIC STABILITY CONTROL SYSTEM MODULE,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,104,"FERRARA IS RECALLING CERTAIN MODEL YEAR 2009-2011 INFERNO AND IGNITER VEHICLES EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC), MANUFACTURED FROM APRIL 2009, THROUGH OCTOBER 2011. THE ESC MODULE MAY CAUSE THE ESC SYSTEM TO ACTIVATE UNNECESSARILY WHEN THE VEHICLE IS DRIVEN IN A PARTICULAR MANNER ON CERTAIN UNIQUE ROAD CONDITIONS AND MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION BY THE ESC MODULE.",THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE FRONT AXLE OUTER WHEEL SERVICE BRAKE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE BY THE ESC. THESE CONDITIONS COULD INCREASE THE RISK OF A CRASH.,"FERRARA WILL NOTIFY OWNERS AND REPLACE THE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 25, 2011. OWNERS MAY CONTACT FERRARA AT 1-225-567-7100." -10/11/2011,11V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V494000),"Jayco, Inc.",IMPROPER ELECTRICAL CONNECTIONS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,502,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2010- 2011 GREYHAWK CLASS C MOTOR HOMES MANUFACTURED FROM MAY 28, 2009, THROUGH SEPTEMBER 22, 2010 FOR AN IMPROPER ELECTRICAL CONNECTION AT THE BUSS BAR ON THE AFFECTED TRANSFER SWITCHES.","THIS COULD LEAD TO OVERHEATING AND MELTING OF THE TRANSFER SWITCH, INCREASING THE RISK OF A FIRE, INJURY OR DEATH.",DEALERS WILL REPLACE THE TRANSFER SWITCH FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267. -10/11/2011,11V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V495000),"Jayco, Inc.",WHEEL WELL CLEARANCE,WHEELS,NR (Not Reported),Vehicle,2444,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2007-2008 JAY FEATHER LGT TRAVEL TRAILERS MANUFACTURED FROM OCTOBER 9, 2006, THROUGH APRIL 17, 2008. THESE TRAVEL TRAILERS MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE TIRES AND THE WHEEL WELL.","THIS COULD ALLOW THE TIRES TO CONTACT THE WHEEL WELL INCREASING THE RISK OF A CRASH, INJURY, OR DEATH.","JAYCO WILL NOTIFY OWNERS, AND JAYCO DEALERS WILL ADD A SPACER TO INCREASE THE DISTANCE BETWEEN THE AXLE AND THE WHEEL WELL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 11, 2011. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -10/06/2011,11E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E041000),Curt Manufacturing LLC,WIRE HARNESS AND CONVERTER MODULE,EQUIPMENT,NR (Not Reported),Equipment,2398,"CURT MANUFACTURING IS RECALLING CERTAIN TOW PACKAGE WIRING HARNESSES, PART NUMBER 56024, THAT CONNECT TOW VEHICLE LIGHTING CIRCUITS TO TRAILER LIGHTING CIRCUITS SOLD FOR USE ON CERTAIN MODEL YEAR 2009 THROUGH 2011 HYUNDAI VERACRUZ AND KIA SORENTO VEHICLES. THE UNITS ARE NOT WATER-TIGHT AND MOISTURE CAN SEEP INTO THE CONVERTER MODULE AND DEFEAT THE MODULE'S INTERNAL CIRCUIT PROTECTION.","WITHOUT THE CIRCUIT PROTECTION, THE MODULE CAN OVERHEAT POSSIBLY RESULTING IN A FIRE.","CURT MANUFACTURING WILL NOTIFY OWNERS AND REPLACE THE TOW PACKAGE WIRING HARNESS. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 17, 2011. OWNERS MAY CONTACT CURT MANUFACTURING AT 1-715 831-8713." -10/06/2011,11E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E040000),Curt Manufacturing LLC,WIRE HARNESS WITH CONVERTER MODULE,EQUIPMENT,NR (Not Reported),Equipment,2254,"CURT MANUFACTURING IS RECALLING CERTAIN TOW PACKAGE WIRING HARNESSES, PART NUMBER 55538, THAT CONNECT TOW VEHICLE LIGHTING CIRCUITS TO TRAILER LIGHTING CIRCUITS SOLD FOR USE ON CERTAIN MODEL YEAR 2009 THROUGH 2011 HYUNDAI SANTA FE VEHICLES. THE UNITS ARE NOT WATER-TIGHT AND MOISTURE CAN SEEP INTO THE CONVERTER MODULE AND DEFEAT THE MODULE'S INTERNAL CIRCUIT PROTECTION.","WITHOUT THE CIRCUIT PROTECTION, THE MODULE CAN OVERHEAT POSSIBLY RESULTING IN A FIRE.","CURT MANUFACTURING WILL NOTIFY OWNERS AND REPLACE THE TOW PACKAGE WIRING HARNESS. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 17, 2011. OWNERS MAY CONTACT CURT MANUFACTURING AT 1-715 831-8713." -10/05/2011,11V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V498000),"Altec Industries, Inc.",PLATFORM LEVELING SYSTEM FAILURE,EQUIPMENT,MAB 555,Vehicle,22,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2010 AH75, AH85 AND AH100 AERIAL DEVICES MANUFACTURED FROM JUNE 29, 2010, THROUGH DECEMBER 26, 2010, FOR FAILURE OF THE PLATFORM LEVELING SYSTEM.",FAILURE OF THE PLATFORM LEVELING SYSTEM CAN RESULT IN UNINTENDED PLATFORM MOVEMENT INCREASING THE RISK OF DEATH OR SERIOUS INJURY.,"ALTEC WILL NOTIFY OWNERS, AND ALTEC DEALERS WILL MODIFY THE PLATFORM LEVELING SYSTEM AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 4, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-GO-ALTEC (1-877-462-5832) FOR MORE INFORMATION." -10/05/2011,11V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V497000),Cruiser RV,WEIGHT LOAD RATINGS,EQUIPMENT,NR (Not Reported),Vehicle,1362,"CRUISER RV IS RECALLING CERTAIN MODEL YEAR 2011 SHADOW CRUISER AND VIEWFINDER RECREATIONAL VEHICLES, MANUFACTURED FROM APRIL 21, 2011, THROUGH SEPTEMBER 6, 2011. THESE VEHICLES HAVE THE INCORRECT FEDERAL ID TAG, GROSS VEHICLE WEIGHT RATING (GVWR) INFORMATION LABELS WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""",FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS BECAUSE OF A MISPRINTED LABEL COULD INCREASE THE RISK OF A CRASH.,"CRUISER RV WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2011. OWNERS MAY CONTACT CRUISER RV AT 1-574-457-6472." -10/03/2011,11V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V488000),Transcraft Corporation,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,290,"TRANSCRAFT IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 PLATFORM SEMI-TRAILERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"TRANSCRAFT WILL NOTIFY OWNERS AND THE SLACK ADJUSTERS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-812-962-5000 OR TRANSCRAFT AT 1-877-489-9020." -10/03/2011,11V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V489000),"Airstream, Inc.",CERTIFICATION LABEL/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,18,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2011-2012 INTERNATIONAL, 16 FOOT, RECREATIONAL VEHICLES MANUFACTURED FROM MAY 10, 2010, THROUGH SEPTEMBER 27, 2011. THESE VEHICLES WERE MANUFACTURED WITH THE INCORRECT TIRE INFORMATION LABEL.","DURING REPLACEMENT OF THE TIRES, A CONSUMER COULD INSTALL THE INCORRECT TIRE, POTENTIALLY LEADING TO PROPERTY DAMAGE.","AIRSTREAM WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ONOCTOBER 20, 2011. OWNERS MAY CONTACT AIRSTREAM AT 1-937-596-6111." -10/03/2011,11V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V496000),"Mercedes-Benz USA, LLC",DIESEL FUEL FILTER,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,6872,"MERCEDES-BENZ USA (MBUSA) IS RECALLING CERTAIN MODEL YEAR 2011 VEHICLES INCLUDING E-CLASS (212 PLATFORM), MANUFACTURED FROM JULY 2010 THROUGH FEBRUARY 2011, R-CLASS (251 PLATFORM), MANUFACTURED FROM APRIL 2010 THROUGH APRIL 2011, ML-CLASS (W164 PLATFORM), MANUFACTURED FROM JANUARY 2010 THROUGH MARCH 2011, GL-CLASS (X164 PLATFORM), MANUFACTURED FROM MARCH 2010 THROUGH MARCH 2011, AND MODEL YEAR 2012 S-CLASS (221 PLATFORM) VEHICLES. THE DIESEL FUEL FILTER MAY LEAK FROM THE AREA AROUND THE HEATING COMPONENT.",DIESEL FUEL MAY BE DEPOSITED ONTO THE HIGHWAY AND CREATE THE POTENTIAL FOR A CRASH.,"MBUSA WILL CONTACT OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE DIESEL FUEL FILTER IF NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2011. OWNERS MAY CONTACT MERCEDES-BENZ USA AT 1-800-367-6372." -10/03/2011,11V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V490000),"Volkswagen Group of America, Inc.",DIESEL FUEL INJECTION LINES,"FUEL SYSTEM, DIESEL",23J9/V5 & 23J8/K5,Vehicle,168275,"VOLKSWAGEN IS RECALLING CERTAIN MODEL 2009-2012 JETTA AND JETTA SPORTWAGEN VEHICLES, MANUFACTURED FROM MAY 2008 THROUGH SEPTEMBER 2011, MODEL YEAR 2010-2012 VOLKSWAGEN GOLF VEHICLES, MANUFACTURED FROM MAY 2009 THROUGH SEPTEMBER 2011, AND MODEL YEAR 2010-2012 AUDI A3 VEHICLES, MANUFACTURED FROM SEPTEMBER 2009 THROUGH SEPTEMBER 2011, THAT ARE EQUIPPED WITH A 2.0L TDI COMMON RAIL DIESEL ENGINE/CLEAN DIESEL ENGINE. THE FUEL INJECTION PULSES COULD COINCIDE WITH THE NATURAL FREQUENCY OF THE INJECTOR LINE #2, IN SPECIFIC LOAD AND RPM CONDITIONS. THIS RESONANCE CREATES ADDITIONAL STRESS IN THE FUEL LINE.","DUE TO THE RESONANCE CONDITION, INJECTOR LINE NUMBER 2 COULD DEVELOP SMALL CRACKS WHICH COULD LEAD TO FUEL LEAKAGE. LEAKING FUEL IN THE PRESENCE OF AN IGNITION SOURCE, MAY LEAD TO A FIRE.",VOLKSWAGEN WILL INSTALL AN IMPROVED FUEL INJECTOR LINE FOR THE NUMBER 2 CYLINDER ON CERTAIN VEHICLES AND WILL INSTALL VIBRATION DAMPERS ON ALL OF THE INJECTOR LINES. VOLKSWAGEN AND AUDI WILL NOTIFY OWNERS TO HAVE THE VEHICLES REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -10/03/2011,11E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E039000),WABCO USA LLC,ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Equipment,10700,"MERITOR WABCO IS RECALLING CERTAIN ELECTRONIC STABILITY CONTROL (ESC) MODULES WITH PART NUMBERS 446 065 020 0, 400 850 179 0, 400 850 195 0, 446 065 027 0, AND 400 850 185 0, SHIPPED TO A VARIETY OF NORTH AMERICAN VEHICLE MANUFACTURERS FROM AUGUST 2005 THROUGH SEPTEMBER 2011. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL, INCREASING THE RISK OF A CRASH.",MERITOR WABCO IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY VEHICLE OWNERS OF THE RECALL. OWNERS MAY CONTACT MERITOR WABCO AT 1-248-435-8001 OR THEIR VEHICLE MANUFACTURER. -10/03/2011,11V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V492000),STARTRANS BUS CORPORATION,MISSING DECAL FOR THE REARVIEW MIRRORS,VISIBILITY,000314,Vehicle,444,"CERTAIN MODEL YEAR 2007 THROUGH 2011 STARTRANS MFSAB SCHOOL ACTIVITY BUSES WERE PRODUCED WITHOUT THE REQUIRED DECAL ON THE REAR VIEW MIRROR WHICH WARNS THE BUS OPERATOR TO USE THE CROSS VIEW MIRRORS WHILE THE BUS IS STOPPED AND NOT TO USE THE CROSS VIEW MIRRORS WHILE THE BUS IS MOVING. ACCORDINGLY, THE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS.""","IMAGES IN CROSS VIEW MIRRORS DO NOT ACCURATELY SHOW ANOTHER VEHICLE'S LOCATION, IMPROPER USE OF MIRRORS MAY REDUCE THE CLEAR AND REASONABLY UNOBSTRUCTED VIEW TO THE REAR, INCREASING THE RISK OF A CRASH.","STARTRANS WILL MAIL THE REQUIRED DECAL ALONG WITH DETAILED INSTRUCTIONS ON WHERE TO PLACE THE DECAL. THE SAFETY RECALL BEGAN ON NOVEMBER 10, 2011. OWNERS MAY CONTACT STARTRANS AT 1- 877-258-1391." -10/03/2011,11V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V491000),"General Motors, LLC",REAR HATCH HINGES ON CORVETTE COUPES/FVMSS 206,STRUCTURE,NR (Not Reported),Vehicle,5755,"GENERAL MOTORS (GM) IS RECALLING CERTAIN MODEL YEAR 2011-2012 CHEVROLET CORVETTE COUPE VEHICLES, MANUFACTURED FROM JANUARY 24, 2011, THROUGH SEPTEMBER 1, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS"". THE REAR HATCH HINGES MAY NOT MEET THE LOAD REQUIREMENTS SPECIFIED IN THE SAFETY STANDARD.","THE REAR HATCH COULD SEPARATE IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY.","GM WILL NOTIFY OWNERS AND DEALERS WILL REPLACE BOTH REAR HATCH HINGES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 14, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -10/03/2011,11V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V493000),"Mercedes-Benz USA, LLC",TPMS Indicator/FMVSS 138,TIRES,NR (Not Reported),Vehicle,158,"Mercedes-Benz USA, LLC (Mercedes Benz) is recalling certain model year 2011-2012 S550, S550 CGI, S63, S600 Bi-Turbo, S65 AMG, S550 4-Matic, and S550 CGI 4-Matic and S400 Hybrid vehicles manufactured from March 3, 2011, through July 30, 2011, for failing to comply with the requirements of Federal Motor Vehicles Safety Standard (FMVSS) number 138, ""Tire Pressure Monitoring System (TPMS)."" The tire pressure monitoring system indicators may only illuminate for a portion of the time required by the standard and under certain conditions may not re-illuminate immediately after the vehicle is restarted as required.","If all four wheel sensors in the subject vehicles are simultaneously malfunctioning or missing, the TPMS will provide an initial warning, but this warning will not automatically repeat on subsequent ignition cycles, failing to remind the driver that the system is offline. Driving unknowingly with incorrectly inflated tires may result in sudden tire failure, increasing the risk of a crash.","Mercedes Benz will notify owners, and dealers will reprogram the tire pressure monitoring unit, free of charge. The recall began on September 12, 2014. Owners may contact Mercedes Benz at 1-800-367-6372." -09/29/2011,11V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V487000),"Chrysler (FCA US, LLC)",ROD BEARING FAILURE,ENGINE AND ENGINE COOLING,L33,Vehicle,667,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2012 CHRYSLER VEHICLES, INCLUDING 200 AND TOWN AND COUNTRY MODELS, DODGE VEHICLES, INCLUDING CHARGER, DURANGO, GRAND CARAVAN AND JOURNEY MODELS AND JEEP GRAND CHEROKEE VEHICLES MANUFACTURED FROM AUGUST 31, 2011, THROUGH SEPTEMBER 13, 2011, THAT ARE EQUIPPED WITH 3.6L ENGINES. THESE ENGINES MAY EXPERIENCE CONNECTING ROD BEARING FAILURE DUE TO DEBRIS INSIDE THE ENGINE BLOCK.",CONNECTING ROD FAILURE MAY LEAD TO ENGINE SEIZURE WHICH MAY INCREASE THE RISK OF A CRASH.,"CHRYSLER WILL NOTIFY OWNERS AND REPLACE THE ENGINE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT NOVEMBER 18, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -09/28/2011,11V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V484000),TECHWORKS INC.,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1,TECHWORKS IS RECALLING ONE MODEL YEAR 2000 OVERLAND OSPRY RECREATIONAL VEHICLE EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,"AN INSUFFICIENT RESPONSE TIME CAN RESULT IN POWER NOT BEING SHUT-OFF IN SUFFICIENT TIME TO PREVENT A FIRE, WHICH HAS THE POTENTIAL TO IGNITE RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.",TECHWORKS IS WORKING WITH NORCOLD TO GET THE UNITS REPAIRED FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101. -09/27/2011,11V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V486000),Open Range R.V. Company,CRACKED FRAME,STRUCTURE,NR (Not Reported),Vehicle,207,"OPEN RANGE IS RECALLING CERTAIN MODEL YEAR 2010-2011 JOURNEYER RECREATIONAL VEHICLES MANUFACTURED FROM AUGUST 27, 2009, THROUGH NOVEMBER 17, 2010. A MAIN SUPPORTING CROSS MEMBER WAS CUT OUT TO RUN A LIQUID PROPANE LINE. THIS CAN CAUSE STRESS CRACKS ON THE I-BEAMS ON BOTH SIDES OF THE TRAILERS.","WHILE BEING TOWED, THE TRAILER COULD BEGIN A DANGEROUS SWAY, ULTIMATELY ROLLING OVER, INCREASING THE RISK OF PERSONAL INJURY OR DEATH.",OPEN RANGE WILL NOTIFY OWNERS AND INSPECT THE FRAME FOR ANY MISSING CROSS SUPPORTS AND PERFORM THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2011. OWNERS MAY CONTACT OPEN RANGE AT 1-260-768-7771. -09/26/2011,11V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V483000),"Yamaha Motor Corporation, USA",OIL PUMP REPLACEMENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2234,"YAMAHA IS RECALLING CERTAIN MODEL YEAR 2009-2011 VMX17 (V-MAX) MOTORCYCLES, INCLUDING THE YB, YCB, ZR, ZCR AG AND ACG VARIANTS, MANUFACTURED FROM SEPTEMBER 2008 THROUGH APRIL 2011. ON AFFECTED MOTORCYCLES, HIGH OIL PRESSURE CAN BUILD UP INSIDE THE OIL PUMP CAUSING IT TO MALFUNCTION. OIL MIGHT THEN STOP PUMPING THROUGH THE ENGINE RESULTING IN SEVERE ENGINE DAMAGE THAT CAN CAUSE THE ENGINE TO STALL AND NOT RESTART AGAIN.",AN ENGINE STALL CAN INCREASE THE RISK OF A CRASH WITH INJURY OR DEATH.,"YAMAHA DEALERS WILL REPLACE THE OIL PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 21, 2011. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -09/23/2011,11V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V485000),"Tiffin Motorhomes, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS/POWERGLIDE CHASSIS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,179,"TIFFIN MOTORHOMES IS RECALLING CERTAIN MODEL YEAR 2011 ALLEGRO BUS AND PHAETON RECREATIONAL VEHICLES BUILT ON THE POWERGLIDE CHASSIS EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","TIFFIN MOTORHOMES IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR TIFFIN MOTORHOMES AT 1-256-356-8661." -09/23/2011,11V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V482000),Aluminum Trailer Company (ATC),WEAKENED TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,85,"ALUMINUM TRAILER COMPANY (ATC) IS RECALLING CERTAIN MODEL YEAR 2007-2012 ATC CAR HAULER TRAILERS WITH EXTENDED HITCHES MANUFACTURED FROM DECEMBER 1, 2006 THROUGH SEPTEMBER 16, 2011. THESE TRAILERS WITH 12"" EXTENDED HITCH FRAMES ARE BREAKING NEAR THE FRONT CROSS MEMBER ON THE FRAME OF THE TRAILER. THIS IS CAUSED BY INSUFFICIENT MATERIAL USED IN THE FRAME HITCH.","THE HITCH COULD POTENTIALLY BREAK CAUSING SEPARATION FROM THE TOWING VEHICLE, THEREBY INCREASING THE RISK OF LOSS OF CONTROL AND POSING A RISK OF PERSONAL INJURY AND PROPERTY DAMAGE.","ATC WILL REPAIR THE ALUMINUM TRAILER HITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 10, 2011. OWNERS MAY CONTACT ATC AT 1-877-441-2440." -09/22/2011,11V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V481000),Wilson Trailer Company,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4,"WILSON TRAILER IS RECALLING CERTAIN MODEL YEAR 2011 GRAIN TRAILERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"WILSON TRAILER WILL NOTIFY OWNERS THE SLACK ADJUSTERS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-812-962-5000 OR WISON TRAILER AT 1-712-252-6477." -09/21/2011,11E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E037000),MASTERLOCK CO.,AFTERMARKET TRI-BALL MOUNT,TRAILER HITCHES,NR (Not Reported),Equipment,2160,"MASTERLOCK IS RECALLING CERTAIN AFTERMARKET TRI-BALL MOUNTS, PART NUMBER 2948AT, SHIPPED BETWEEN MAY 19, 2011, AND JULY 13, 2011, AND SOLD FOR USE ON MOTOR VEHICLES. THE 2-5/16"" HITCH BALL MAY NOT HAVE BEEN DESIGNED TO COMPLY WITH THE 10,000 LBS. LOAD REQUIREMENT AND THUS THE WELD CAN FAIL.","IN THE EVENT THAT THE WELD FAILS, THE VEHICLE BEING TOWED CAN SEPARATE FROM THE TOWING VEHICLE, INCREASING THE RISK OF A CRASH.","MASTERLOCK WILL REPLACE THE DEFECTIVE TRI-BALL MOUNTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2011. OWNERS MAY CONTACT MASTERLOCK AT 1-800-464-2088." -09/21/2011,11V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V480000),"Daimler Trucks North America, LLC",V-BAND CLAMP ASSEMBLIES,ENGINE AND ENGINE COOLING,FL-611,Vehicle,1825,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011- 2012 THOMAS BUILT SAF-T-LINER C2, SAF-T-LINER MVP-EF, AND SAF-T-LINER HDX SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH DECEMBER 31, 2010, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","DAIMLER TRUCKS IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR DAIMLER TRUCKS AT 1-800-547-0712." -09/19/2011,11V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V475000),"Corp. Micro Bird, Inc.",SEAT CUSHION/FMVSS 222,SEATS,11-047-SEU,Vehicle,1059,"MICRO BIRD IS RECALLING CERTAIN 2010 AND 2011 MICRO BIRD G5 AND MICRO BIRD MBII SCHOOL BUSES MANUFACTURED FROM APRIL 14, 2010, THROUGH JUNE 7, 2011, EQUIPPED WITH A C. E. WHITE SEAT CUSHION. THE SEAT CUSHION SELF-LATCHING MECHANISM DOES NOT ACTIVATE WHEN A 48.4 POUND MASS IS PLACED ON THE CENTER OF THE SEAT CUSHION AND ACCORDINGLY, THESE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IF THE SEAT CUSHION IS NOT FULLY LATCHED TO THE SEAT STRUCTURE, IT COULD FLIP UP OUT OF POSITION IN THE EVENT OF A CRASH. THIS COULD INCREASE THE RISK OF INJURY TO THE VEHICLE OCCUPANTS.","MICRO BIRD WILL NOTIFY OWNERS AND WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 4, 2012. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -09/16/2011,11V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V479000),Silver Eagle Manufacturing Company,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,43,"SILVER EAGLE IS RECALLING CERTAIN MODEL YEAR 2010-2011 HAWK, TANDEM AND FALCON DOLLIES MANUFACTURED FROM NOVEMBER 18, 2010, THROUGH MARCH 24, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"SILVER EAGLE WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 1, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-855-857-8645." -09/16/2011,11V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V478000),"Daimler Trucks North America, LLC",DIESEL FUEL LEAK/DETROIT DIESEL,"FUEL SYSTEM, DIESEL",11C-2,Vehicle,73500,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2008 HEAVY TRUCKS MANUFACTURED FROM JULY 11, 2003, THROUGH SEPTEMBER 28, 2007, EQUIPPED WITH EPA04 MODEL MBE4000 ENGINES BUILT WITH PLASTIC LOW PRESSURE FUEL LINES AND FUEL FILTERS MOUNTED NEAR THE CENTER OF THE ENGINE ON THE LEFT-HAND SIDE. THE PLASTIC LOW PRESSURE FUEL LINE BETWEEN ENGINE MOUNTED FUEL FILTER AND ENGINE BLOCK MAY DEVELOP A SUBSTANTIAL DIESEL FUEL LEAK.","THIS COULD CREATE A ROAD HAZARD INCREASING THE RISK OF A CRASH. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES. VEHICLES WILL BE INSPECTED AND THE PLASTIC LOW PRESSURE FUEL LINE WILL BE REPLACED WITH A STEEL LOW PRESSURE FUEL LINE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. AN INTERIM LETTER WAS MAILED TO OWNERS ON OCTOBER 28, 2011. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2012. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -09/16/2011,11V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V477000),Vactor Manufacturing,THROTTLE CONTROL,EQUIPMENT,NR (Not Reported),Vehicle,8,"VACTOR IS RECALLING CERTAIN MODEL YEAR 2010-2011 JETTER-F AND JETTER-V SEWER CLEANERS MANUFACTURED FROM FEBRUARY 2010, THROUGH APRIL 2011. ONE OF THE SAFETY INTERLOCKS THAT ARE BUILT INTO THE UNITS TO PROTECT THE OPERATORS AND ASSURE NO VEHICLE MOVEMENTS CAN HAPPEN DURING SEWER CLEANING OPERATIONS WERE INCORRECTLY WIRED.","AS SUCH, THE INTERLOCK WILL NOT PREVENT THE OPERATOR FROM REMOTELY INCREASING THE ENGINE SPEED WHILE THE VEHICLE IS STILL IN GEAR. THUS, THE ENGINE CAN OVER POWER THE PARKING BRAKE CAUSING VEHICLE MOVEMENT WITH THE OPERATOR OUTSIDE OF THE CAB, POSSIBLY INJURING THE OPERATOR OR OTHER PERSONS NEARBY.","VACTOR NOTIFIED OWNERS AND ALL 8 VEHICLES HAVE BEEN REPAIRED IN THE FIELD BY VACTOR, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 17, 2011. OWNERS MAY CONTACT VACTOR AT 1-847-622-7069." -09/15/2011,11V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V476000),"BMW of North America, LLC",FRONT DRIVESHAFT BOLTS,POWER TRAIN,NR (Not Reported),Vehicle,190,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 328I XDRIVE AND 335I XDRIVE VEHICLES MANUFACTURED FROM FEBRUARY 8, 2011, THROUGH JULY 29, 2011. THE FRONT DRIVESHAFT ATTACHMENT BOLTS MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATION. IF THE BOLTS WERE NOT TIGHTENED TO SPECIFICATION, THEY MAY BECOME LOOSE.","IF THE BOLTS LOOSEN, IT COULD LEAD TO A LOSS OF POWER TO THE FRONT WHEELS AND ULTIMATELY A VEHICLE BREAKDOWN, INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FRONT DRIVESHAFT ATTACHMENT BOLTS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2011. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -09/15/2011,11V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V474000),"Daimler Trucks North America, LLC",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,FL-611,Vehicle,6225,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011- 2012 BUSINESS CLASS M2 AND CORONADO TRUCKS MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH DECEMBER 31, 2010, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","DAIMLER TRUCKS IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR DAIMLER TRUCKS AT 1-800-547-0712." -09/09/2011,11V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V472000),Hyundai Motor America,CLOCK SPRING CONTACT ASSEMBLY,AIR BAGS,103,Vehicle,205233,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2007-2008 HYUNDAI VERACRUZ VEHICLES MANUFACTURED FROM DECEMBER 26, 2006, THROUGH MARCH 21, 2008, AND MODEL YEAR 2007-2008 HYUNDAI SANTA FE VEHICLES MANUFACTURED FROM APRIL 19, 2006 THROUGH MARCH 20, 2008. THE CLOCK SPRING CONTACT ASSEMBLY FOR THE DRIVER'S AIR BAG SUPPLEMENTAL RESTRAINT SYSTEM (SRS) MAY BECOME DAMAGED THROUGH USAGE OVER TIME. THE DRIVER'S AIR BAG ELECTRICAL CIRCUIT WILL EXPERIENCE A HIGH RESISTANCE CONDITION, POTENTIALLY CAUSING THE DRIVER'S AIR BAG TO NOT DEPLOY.","IF THE CLOCK SPRING DEVELOPS HIGH RESISTANCE, IN THE EVENT OF A CRASH, THE DRIVERS AIR BAG WILL NOT DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER, INCREASING THE RISK OF INJURIES.",HYUNDAI DEALERS WILL REPLACE THE VEHICLE'S DRIVER'S AIR BAG CLOCK SPRING CONTACT ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN IN NOVEMBER 2011. OWNERS MAY CONTACT HYUNDAI CUSTOMER CONNECT CENTER AT 1-800-633-5151. -09/09/2011,11V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V468000),Honda (American Honda Motor Co.),SEATBELT STITCHING,SEAT BELTS,NR (Not Reported),Vehicle,310773,"HONDA IS RECALLING CERTAIN MODEL YEAR 2009-2011 PILOT VEHICLES MANUFACTURED FROM MARCH 13, 2008, THROUGH AUGUST 30, 2011. THERE IS A POSSIBILITY THAT THE STITCHING THAT SECURES THE END OF THE DRIVER AND FRONT PASSENGER LAP SECTION OF THE SEATBELT MAY BE INCOMPLETE OR MISSING.","IF THE STITCHING IS INCOMPLETE OR MISSING, THE SEATBELT MAY DETACH FROM THE ANCHOR WEBBING, INCREASING THE RISK OF PERSONAL INJURY IN A CRASH.","HONDA DEALERS WILL CONDUCT A SPECIALIZED INSPECTION OF THE DRIVER AND FRONT PASSENGER SEATBELTS, AND IF NECESSARY, REPLACE THE SEATBELTS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 5, 2011. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -09/08/2011,11E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E036000),"Volkswagen Group of America, Inc.",ACCESSORY EXHAUST TIPS,ENGINE AND ENGINE COOLING,26G8/V4,Equipment,99322,"VOLKSWAGEN IS RECALLING CERTAIN STAINLESS STEEL EXHAUST TIPS, PART NUMBER 1K0 071 910 U, SOLD AS ACCESSORY EQUIPMENT FOR USE ON MODEL YEAR 2011-2012 JETTA SEDAN VEHICLES MANUFACTURED FROM MARCH 18, 2010, THROUGH AUGUST 22, 2011. THESE EXHAUST TIPS MAY EXTEND BEYOND THE ORIGINAL LENGTH OF THE FACTORY-INSTALLED EXHAUST PIPES. IT IS POSSIBLE FOR INADVERTENT CONTACT TO OCCUR WITH A PERSON'S LEG.","IF THE TAILPIPE EXTENSION IS HOT DURING INADVERTENT CONTACT, A BURN COULD OCCUR.",DEALERS WILL INSPECT AND REPLACE THE STAINLESS STEEL EXHAUST TIPS AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -09/08/2011,11V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V465000),"Daimler Trucks North America, LLC",ELECTRONIC STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,FL-612,Vehicle,4444,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2006-2012 FREIGHTLINER BUSINESS CLASS M2, CASCADIA, CENTURY, COLUMBIA, CORONADO AND STERLING A-LINE VEHICLES BUILT WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL (ESC) SYSTEM MANUFACTURED FROM SEPTEMBER 15, 2005 THROUGH SEPTEMBER 1, 2011. UNDER CERTAIN ROAD AND DRIVING CONDITIONS, VEHICLE BODY ROLL AND ROAD INCLINATION CHARACTERISTICS MAY ADVERSELY AFFECT THE SLIP ANGLE CALCULATION OF THE ELECTRONIC STABILITY CONTROL (ESC) SYSTEM. THIS MIGHT CAUSE THE ESC TO PERCEIVE AN OVER STEERING SITUATION AND THEREFORE APPLY THE OUTER WHEEL BRAKE ON THE FRONT AXLE UNTIL THE VEHICLE IS PERCEIVED TO BE STABLE.","IF THE DRIVER IS SLOW TO REACT DURING THIS ESC INTERVENTION, THE VEHICLE MAY DEVIATE FROM THE INTENDED LINE OF TRAVEL INCREASING THE RISK OF A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE ESC MODULE WITH THE APPROPRIATE SOFTWARE VERSION AS NECESSARY, FREE OF CHARGE. AN INTERIM OWNER NOTIFICATION WILL BE MAILED ON OR ABOUT NOVEMBER 21, 2011. THE DATE FOR AVAILABILITY OF THE FINAL REMEDY IS SUBJECT TO VALIDATION TESTING AND PARTS AVAILABILITY. THE SAFETY RECALL BEGAN ON MARCH 28, 2012. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -09/08/2011,11V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V470000),"REV Ambulance Group Orlando, Inc.",REMOTE BATTERY TERMINAL,EQUIPMENT,NR (Not Reported),Vehicle,725,"WHEELED COACH IS RECALLING CERTAIN MODEL YEAR 2004-2010 FORD E-350 TYPE II DIESEL AMBULANCES, MANUFACTURED FROM MAY 17, 2004, THROUGH APRIL 6, 2011, ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, MAINE, NEW HAMPSHIRE, VERMONT, MASSACHUSETTS, RHODE ISLAND, CONNECTICUT, NEW YORK, NEW JERSEY, PENNSYLVANIA, DELAWARE, MARYLAND, THE DISTRICT OF COLUMBIA, WEST VIRGINIA, OHIO, INDIANA, MICHIGAN, ILLINOIS, WISCONSIN, MINNESOTA, IOWA, AND MISSOURI FOR A POTENTIAL CORROSION ISSUE ON THE SECONDARY BATTERY TERMINAL.","AS THE SECONDARY BATTERY TERMINAL CORRODES, THE WHEELED COACH ACCESSORY POWER CABLE IS AFFECTED AND THE SIREN, WARNING LIGHTS AND INTERIOR PATIENT COMPARTMENT LIGHTS COULD BE INTERMITTENT OR FAIL TO OPERATE, INCREASING THE RISK OF A CRASH.","WHEELED COACH WILL MAIL RETROFIT KITS ALONG WITH INSTALLATION INSTRUCTIONS TO CUSTOMERS OR REPAIRS CAN BE PERFORMED BY A SERVICE CENTER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 30, 2011. OWNERS MAY CONTACT WHEELED COACH CUSTOMER SERVICE AT 1-800-628-8178." -09/08/2011,11V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V471000),Kovatch Mobile Equipment Corp.,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5,"KOVATCH (KME) IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 PREDATOR PUMPER FIRE TRUCKS AND 2011 5500 RESCUE FIRE TRUCKS MANUFACTURED FROM APRIL 2010 THROUGH MARCH 2011, EQUIPPED WITH A CUMMINS ISX OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","KME IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR KME AT 1-800-235-3928." -09/07/2011,11V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V466000),"Volkswagen Group of America, Inc.",ACCESSORY STAINLESS STEEL EXHAUST TIPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,30294,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2011-2012 JETTA SEDAN VEHICLES MANUFACTURED FROM MARCH 18, 2010, THROUGH AUGUST 22, 2011. SOME VEHICLES HAD A STAINLESS STEEL EXHAUST TIP INSTALLED AT THE PORT DURING IMPORTATION. THESE EXHAUST TIPS MAY EXTEND BEYOND THE ORIGINAL LENGTH OF THE FACTORY-INSTALLED EXHAUST PIPES. IT IS POSSIBLE FOR INADVERTENT CONTACT TO OCCUR WITH A PERSON'S LEG.","IF THE TAILPIPE EXTENSION IS HOT DURING INADVERTENT CONTACT, A BURN COULD OCCUR.",DEALERS WILL INSPECT AND REPLACE THE STAINLESS STEEL EXHAUST TIPS AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -09/07/2011,11V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V456000),Honda (American Honda Motor Co.),DRIVER SIDE POWER WINDOW SWITCH,ELECTRICAL SYSTEM,R93,Vehicle,80111,"HONDA IS RECALLING CERTAIN MODEL YEAR 2006 CR-V PASSENGER CARS MANUFACTURED FROM OCTOBER 3, 2005, THROUGH JULY 21, 2006. THE DRIVER-SIDE POWER WINDOW SWITCH MAY FAIL OR MELT.","IF THE SWITCH FAILS, THE POWER WINDOWS MAY BECOME INOPERATIVE PREVENTING THEM FROM BEING ROLLED UP OR DOWN. IF THE SWITCH MELTS, IT WILL PRODUCE SMOKE AND A FIRE COULD OCCUR.","HONDA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE DRIVER SIDE POWER WINDOW SWITCH ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT OCTOBER 5, 2011. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -09/07/2011,11V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V458000),Honda (American Honda Motor Co.),ENGINE STALL PREVENTION ASSIST SOFTWARE,POWER TRAIN,R94,Vehicle,5626,"HONDA IS RECALLING CERTAIN MODEL YEAR 2011 CR-Z PASSENGER CARS WITH MANUAL TRANSMISSIONS, MANUFACTURED FROM JANUARY 8, 2010, THROUGH JUNE 27, 2011. SHOULD THE ENGINE STALL WHILE THE BRAKE PEDAL IS NOT PRESSED, THERE IS A POSSIBILITY THAT THE ENGINE CONTROL UNIT (ECU) SOFTWARE MAY CAUSE THE ELECTRIC MOTOR OF THE HYBRID SYSTEM TO MOVE THE VEHICLE UNEXPECTEDLY IN THE OPPOSITE DIRECTION OF THE SELECTED GEAR.",UNEXPECTED VEHICLE MOVEMENT COULD INCREASE THE RISK OF A CRASH OR PERSONAL INJURY TO THE PERSONS IN THE PATH OF THE MOVING VEHICLE.,"HONDA WILL NOTIFY OWNERS, AND DEALERS WILL UPDATE THE ECU SOFTWARE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 26, 2011. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -09/07/2011,11V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V467000),"Subaru of America, Inc.",MOONROOF GLASS - SEPARATION/DETACHMENT,VISIBILITY,WVW-33,Vehicle,69590,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2011 OUTBACK AND LEGACY VEHICLES MANUFACTURED FROM AUGUST 3, 2010, THROUGH JULY 1, 2011. THE MOONROOF GLASS MAY COME LOOSE OR DETACH. THE AMOUNT AND POSITION OF THE ADHESIVE BETWEEN THE GLASS AND RETAINER WAS INADEQUATELY APPLIED.","THE MOONROOF GLASS CAN LOOSEN AND DETACH FROM THE VEHICLE DURING DRIVING, RESULTING IN A POTENTIAL ROAD HAZARD FOR OTHER VEHICLES, INCREASING THE RISK OF A CRASH.","SUBARU WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE GLASS ADHESION CONDITION AND EITHER APPLY ADDITIONAL ADHESIVE OR REPLACE THE MOONROOF GLASS, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2011. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -09/07/2011,11V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V473000),Kia Motors America,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,SC076A,Vehicle,10631,"KIA IS RECALLING CERTAIN MODEL YEAR 2007-2008 SORENTO PASSENGER CARS MANUFACTURED FROM JUNE 15, 2006 THROUGH NOVEMBER 27, 2007. THE FRONT PASSENGER AIR BAG MAY BE TURNED OFF WHEN AN ADULT IS IN THE PASSENGER SEAT. THE FRONT PASSENGER AIR BAG IS DESIGNED TO BE TURNED OFF IN LIMITED CIRCUMSTANCES INCLUDING WHEN CHILDREN AND SMALL ADULTS ARE SEATED IN THE FRONT PASSENGER SEAT, THERE IS A CHILD RESTRAINT IN THAT SEAT OR THE SEAT IS NOT OCCUPIED. THE VEHICLE'S OCCUPANT CLASSIFICATION SYSTEM (OCS), WHICH CLASSIFIES THE OCCUPANT IN THE FRONT PASSENGER SEAT, MAY MISCLASSIFY AN ADULT PASSENGER AS A CHILD OR CHILD SEAT AND IMPROPERLY TURN OFF THE PASSENGER SIDE AIR BAG. WHEN THE AIR BAG IS DEACTIVATED THE ""PASSENGER AIR BAG OFF"" LIGHT WILL ILLUMINATE ON THE CENTER INSTRUMENT PANEL.","THE PASSENGER SIDE AIR BAG IS TURNED OFF WHEN THE OCS MISCLASSIFIES AN ADULT PASSENGER. WITH THE FRONT PASSENGER AIRBAG OFF, THE FRONT PASSENGER WILL NOT HAVE THE PROTECTION OF THE PASSENGER AIR BAGS IN SOME FRONTAL COLLISIONS, THUS INCREASING THE RISK OF OCCUPANT INJURY.",KIA WILL UPDATE THE PROGRAMMING IN THE SORENTO OCS CONTROL MODULE AT NO CHARGE. THE RECALL REMEDY IS CURRENTLY AVAILABLE UNDER SERVICE CAMPAIGN SC076. OWNERS MAY CONTACT KIA CUSTOMER SERVICE AT 1-800-333-4542. -09/06/2011,11V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V464000),"Subaru of America, Inc.",FRONT LOWER CONTROL ARM/TRANSVERSE LINK,SUSPENSION,WVX-34,Vehicle,318215,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2002-2007 IMPREZA, MODEL YEAR 2003-2008 FORESTER, AND MODEL YEAR 2005-2006 SAAB 9-2X VEHICLES MANUFACTURED FROM SEPTEMBER 5, 2000 THROUGH NOVEMBER 26, 2007 ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, MASSACHUSETTS, MARYLAND, MICHIGAN, NEW HAMPSHIRE, NEW YORK, PENNSYLVANIA, VERMONT, WISCONSIN, CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, MAINE, MINNESOTA, MISSOURI, NEW JERSEY, OHIO, RHODE ISLAND, WEST VIRGINIA AND THE DISTRICT OF COLUMBIA. THE FRONT LOWER CONTROL ARMS MAY BREAK AT THE HANGER BRACKETS DUE TO CORROSION IF THE HANGER BRACKET IS EXPOSED TO SALTY AND HUMID ENVIRONMENTS SUCH AS ROADS CONTAINING SNOW MELTING AGENT.","A BROKEN CONTROL ARM CAN RESULT IN THE LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","SUBARU WILL HANDLE THEIR VEHICLES AND SAAB WILL HANDLE THEIRS. DEALERS WILL INSPECT THE DEGREE OF CORROSION OF THE FRONT LOWER CONTROL ARMS, AND WILL EITHER RUSTPROOF OR REPLACE THEM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2011. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -09/05/2011,11E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E035000),Cleanfuel USA,FUEL HOSE/ FUEL HOSE CONNECTOR,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,9366,"CLEANFUEL IS RECALLING THE FOLLOWING CHASSIS AND FUEL RAIL HOSES AND CONNECTORS MANUFACTURED FROM NOVEMBER 27, 2007, THROUGH AUGUST 19, 2011: PART NO 17090000 (CHASSIS SUPPLY HOSE), PART NO 17090100 (CHASSIS RETURN HOSE), AND PART NO. A17090200 (ENGINE KIT THAT INCLUDES FUEL RAIL HOSES). THE SUBJECT HOSES AND CONNECTORS WERE COMPONENTS OF CERTAIN CLEAN FUEL 8.1 LITER PROPANE FUEL SYSTEMS AND WERE SUPPLIED EXCLUSIVELY TO BLUE BIRD CORPORATION FOR INSTALLATION ON VISION MODEL TYPE C SCHOOL BUSES BUILT WITH THE 8.1 LITER PROPANE FUEL SYSTEM. THE HOSE LINE CAN SEPARATE FROM THE FITTING END LOCATED ON THE CHASSIS SUPPLY/RETURN HOSES AND ON THE INJECTOR/RETURN HOSES.","IN THE EVENT OF A HOSE LINE SEPARATION, THE FUEL SYSTEM IS DESIGNED TO PREVENT PROPANE LEAKAGE USING VARIOUS SAFETY MECHANISMS TO CUTOFF FUEL SUPPLY TO THE ENGINE. THE CUTOFF OF FUEL MAY RESULT IN ENGINE STALL, INCREASING THE RISK OF A CRASH.","CLEANFUEL IS WORKING WITH BLUE BIRD TO IDENTIFY AND NOTIFY OWNERS THAT MAY HAVE HAD THE AFFECTED FUEL SYSTEMS INSTALLED ON THEIR VEHICLE. REPAIRS WILL BE PERFORMED BY CLEANFUEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2011. OWNERS MAY CONTACT CLEANFUEL AT 1-877-234-1722 FOR MORE INFORMATION." -09/02/2011,11V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V462000),"Vantage Mobility International, LLC",FAULTY LINES ENGINE COMPARTMENT/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,80,"VANTAGE MOBILITY INTERNATIONAL (VMI) IS RECALLING CERTAIN MODEL YEAR 2011, HONDA ODYSSEY NORTHSTAR AND SUMMIT MINIVANS MANUFACTURED FROM JUNE 26, 2011, THROUGH AUGUST 22, 2011, AND WITH WHEELCHAIR ACCESSIBLE CONVERSION, FOR CONTAINING 2 FAULTY FUEL LINES WITH NON-CONDUCTIVE CONNECTORS.",THE NON-CONDUCTIVE LINES MAY NOT DISSIPATE THE STATIC ELECTRICITY WHICH COULD CREATE A SPARK. FUEL LEAKAGE IN THE PRESENCE OF SPARK COULD CAUSE A FIRE.,"VMI WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE THE FUEL LINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 29, 2011. OWNERS MAY CONTACT VMI AT 1-602-304-3265." -09/01/2011,11V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V460000),Volvo Trucks North America,FIFTH WHEEL LOCK/FONTAINE,TRAILER HITCHES,RVXX1106,Vehicle,299,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011-2012 VNL AND VNM TRUCKS MANUFACTURED FROM MAY 1, 2010, THROUGH JANUARY 31, 2011. DURING THE COUPLING PROCESS, IT IS POSSIBLE FOR THE DRIVER TO PARTIALLY CLOSE THE FIFTH WHEEL LOCK AND IF SOLELY RELYING ON A TUG TEST (PULL TEST), THE DRIVER MAY THINK THAT THE FIFTH WHEEL LOCK IS PROPERLY COUPLED TO THE TRAILER KING PIN WHEN IN FACT IT IS NOT PROPERLY COUPLED.","IF THE DRIVER DRIVES AWAY WITH A TRAILER THAT IS NOT PROPERLY COUPLED, THE TRAILER CAN COME LOOSE AND POTENTIALLY RESULT IN A VEHICLE CRASH.","DEALERS WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE LOCK BAR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -09/01/2011,11V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V461000),"Mack Trucks, Inc.",FIFTH WHEEL LOCK/FONTAINE,TRAILER HITCHES,SC0358,Vehicle,113,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011-2012 CXU TRUCKS MANUFACTURED FROM MAY 1, 2010, THROUGH JANUARY 31, 2011. DURING THE COUPLING PROCESS, IT IS POSSIBLE FOR THE DRIVER TO PARTIALLY CLOSE THE FIFTH WHEEL LOCK AND IF SOLELY RELYING ON A TUG TEST (PULL TEST), THE DRIVER MAY THINK THAT THE FIFTH WHEEL LOCK IS PROPERLY COUPLED TO THE TRAILER KING PIN WHEN IN FACT IT IS NOT PROPERLY COUPLED.","IF THE DRIVER DRIVES AWAY WITH A TRAILER THAT IS NOT PROPERLY COUPLED, THE TRAILER CAN COME LOOSE AND POTENTIALLY RESULT IN A VEHICLE CRASH.","MACK TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE LOCK BAR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -09/01/2011,11V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V454000),"AULICK MANUFACTURING, INC.",REAR BUMPER HEIGHT NONCOMPLIANCE,STRUCTURE,NR (Not Reported),Vehicle,642,"AULICK MANUFACTURING IS RECALLING CERTAIN AULTIMATE AGRICULTURAL TRAILERS MANUFACTURED FROM FEBRUARY 5, 2004, THROUGH JULY 1, 2011, FOR A REAR BUMPER THAT FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 224, ""REAR IMPACT PROTECTION"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 223 ""REAR IMPACT GUARDS."" THE BOTTOM OF THE BUMPER EXCEEDS THE MAXIMUM ALLOWABLE HEIGHT FROM THE GROUND, WHICH LIMITS THE UNDERRIDE PROTECTION. ADDITIONALLY, THE PROJECTED VERTICAL HEIGHT OF THE REAR BUMPER IS LESS THAN 100MM.","IN THE EVENT OF A CRASH, A PASSENGER VEHICLE'S BUMPER MAY TRAVEL UNDER THE TRAILER'S BUMPER. WITHOUT THE PROTECTION THAT THE BUMPER AFFORDS, THE INJURIES TO THE PASSENGERS IN THE VEHICLE MAY BE INCREASED. IN ADDITION, THE IMPACT LOAD DISTRIBUTION MAY BE DECREASED IN THE EVENT OF A CRASH DUE TO NONCOMPLIANT VERTICAL HEIGHT.","AULICK WILL REPLACE THE REAR BUMPER WITH ONE THAT HAS THE CORRECT PLACEMENT AND IS COMPLIANT HEIGHT. THE RECALL BEGAN ON NOVEMBER 11, 2011. OWNERS MAY CONTACT AULICK AT 1-308-632-6197." -09/01/2011,11V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V451000),"Altec Industries, Inc.",UNINTENTIONAL BOOM FUNCTION/MECHANICAL INTERLOCK,EQUIPMENT,CSN 550,Vehicle,35,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2011 DL/DM SERIES, D4000A, AND DB37 DIGGER DERRICK SERVICE UTILITY VEHICLES MANUFACTURED FROM JANUARY 2011 THROUGH APRIL 2011, EQUIPPED WITH PQ SINGLE AXIS BOOM CONTROLLERS. THE MECHANICAL INTERLOCK (LOCK OUT) MAY NOT OPERATE PROPERLY.","IF THE CONTROL INTERLOCK DOES NOT FUNCTION PROPERLY, THE CONTROL HANDLE CAN BE ACCIDENTLY SHIFTED CAUSING MOVEMENT OF THE UNIT, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","ALTEC WILL NOTIFY OWNERS, AND ALTEC DEALERS WILL REPLACE THE HAND CONTROLLERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-GO-ALTEC (1-877-462-5832) FOR MORE INFORMATION." -08/31/2011,11E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E033000),"ROUSH INDUSTRIES, INC.",AFTERMARKET ROUSH PROPANE CONVERSION KIT/FUEL LEAK,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,286,"ROUSH IS RECALLING CERTAIN AFTERMARKET ROUSH CLEAN TECH LIQUID PROPANE AUTOGAS FUEL SYSTEM KITS USED FOR INSTALLATION ON THE FOLLOWING VEHICLES: MODEL YEAR 2007 AND 2008 FORD E-350 (DUEL REAR WHEEL), MY 2009-2011 FORD E- 150, E-250, AND E-350, AND MY 2009-2011 FORD E-450 CUTAWAYS. THE FUEL RAILS INCLUDED IN THE KITS CONTAIN IMPROPERLY SEATED INJECTOR RETENTION CLIPS. THIS COULD RESULT IN LEAKAGE OF PROPANE AUTOGAS. THE PART NUMBERS OF THE AFFECTED KITS ARE: P07C2-176KIT-AB, P10C2-RCOMMKIT-AB, P10C2-R150KIT-AA, P10C2-R150KIT-AC, P10C2-R350KIT-AC, P11C2-R150KIT-AA, P11C2-R150KIT-AB, P11C2-R350KIT-AA, P11C2-R350KIT-AB, P10-SO-RKIT-BA, PBC2-RKIT158-AB, PBC2-RKIT176-AB, AND PBC2-RKITMB-AC.",A GAS LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"ROUSH WILL NOTIFY OWNERS OF THE VEHICLES OF WHICH THE KITS WERE INSTALLED ON IN ORDER TO ARRANGE FOR FREE REPLACEMENT OF THE INJECTOR RETENTION CLIPS. THE SAFETY RECALL BEGAN ON SEPTEMBER 29, 2011. OWNERS MAY CONTACT ROUSH AT 1-800-59-ROUCH (1-800-597-6874." -08/31/2011,11V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V459000),Thor Motor Coach,EXHAUST TOO CLOSE TO STORAGE COMPARTMENT,ENGINE AND ENGINE COOLING,RC000042,Vehicle,246,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2011-2012 WINDSPORT AND HURRICANE MOTOR HOMES MANUFACTURED FROM SEPTEMBER 3, 2010, THROUGH AUGUST 18, 2011. ON THESE VEHICLES, THE EXHAUST SYSTEM IS CLOSE TO A VEHICLE STORAGE COMPARTMENT. HEAT CAN BUILD UP IN THIS AREA.","HEAT BUILD UP COULD RESULT IN A FIRE, PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","TMC WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A HEAT SHIELD TO PROTECT THE STORAGE COMPARTMENT FROM THE HEAT GENERATED BY THE EXHAUST. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 3, 2011. OWNERS MAY CONTACT TMC AT 1-877-855-2867." -08/31/2011,11V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V455000),"Daimler Trucks North America, LLC",GRID HEATER/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,10C-5,Vehicle,43,"DAIMLER TRUCKS NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2012 FREIGHTLINER M2, STERLING ACTERRA, 7500 & 8500, AND THOMAS BUILT HDX VEHICLES MANUFACTURED FROM JUNE 23, 2004, THROUGH MARCH 15, 2011, EQUIPPED WITH SPECIFIC MBE900 EPA04 AND EPA07 MODEL ENGINES. THE INTAKE AIR GRID HEATER MAY SHORT CIRCUIT AND FAIL DUE TO EXCESSIVE INTERNAL TEMPERATURES.",A SHORT CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES. THE SAFETY RECALL BEGAN ON SEPTEMBER 12, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712. THIS RECALL IS AN EXPANSION OF A PREVIOUS RECALL, CAMPAIGN NUMBER 10V-341." -08/31/2011,11V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V450000),"Roush Performance Products, Inc.",ROUSH PROPANE CONVERSION KITS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,101,"ROUSH IS RECALLING CERTAIN MODEL YEAR 2009-2011 FORD E-150, E-250, AND E-350 5.4L ENGIN VANS/WAGONS/CUTAWAYS, AND MODEL YEAR 2010-2011 FORD E-450 6.8L ENGINE CUTAWAY VEHICLES ALTERED BY ROUCH TO OPERATE USING THE ROUSH BRANDED CLEANTECH PROPANE AUTOGAS FUEL SYSTEM. THE FUEL RAILS INCLUDED IN THE KITS CONTAIN IMPROPERLY SEATED INJECTOR RETENTION CLIPS. THIS COULD RESULT IN LEAKAGE OF PROPANE AUTOGAS.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"ROUSH WILL NOTIFY OWNERS OF THE VEHICLES OF WHICH THE KITS WERE INSTALLED IN ORDER TO ARRANGE FOR FREE REPLACEMENT OF THE INJECTOR RETENTION CLIPS. THE SAFETY RECALL BEGAN ON SEPTEMBER 26, 2011. OWNERS MAY CONTACT ROUSH AT 1-734-466-6255." -08/31/2011,11E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E034000),AM GENERAL LLC,STEERING GEAR BRACKET,STRUCTURE,AMG-R1101,Equipment,1513,"AM GENERAL IS RECALLING CERTAIN REPLACEMENT FRAMES MANUFACTURED FROM FEBRUARY 18, 2010, THROUGH JANUARY 31, 2011, SOLD FOR USE ON MODEL YEAR 1987-1994 UNITED STATES POSTAL SERVICE LONG LIFE VEHICLES. CRACKS MAY DEVELOP IN THE WELDS THAT ATTACH THE STEERING GEAR BRACKET TO THE FRAME. IF NOT ADDRESSED, THE STEERING GEAR BRACKET MAY SEPARATE FROM THE FRAME BUT REMAIN ATTACHED TO THE VEHICLE VIA THE STABILIZER BAR BRACKET.","IF THIS OCCURS, THE VEHICLE STEERING RESPONSE WOULD BE REDUCED WHICH COULD LEAD TO LOSS OF VEHICLE CONTROL AND A MOTOR VEHICLE CRASH.","AM GENERAL WILL NOTIFY OWNERS AND INSTALL REINFORCEMENT BRACKETS ON THE VEHICLES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 3, 2011. OWNERS MAY CONTACT AM GENERAL AT 1-877-782-0466." -08/31/2011,11V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V457000),Motor Coach Industries,V-BAND CLAMP ASSEMBLIES/CUMMINS,ENGINE AND ENGINE COOLING,364,Vehicle,10,"MOTOR COACH INDUSTRIES, INC. (MCI) IS RECALLING CERTAIN MODEL YEAR 2011 E4500 AND J4500 MOTOR COACHES MANUFACTURED FROM DECEMBER 2010 THROUGH JANUARY 2011, EQUIPPED WITH A CUMMINS ISX 11.9 DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","MCI WILL NOTIFY OWNERS, AND REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 19, 2011. OWNERS MAY CONTACT MCI AT 1-800-241-2947 OR CUMMINS AT 1-812-377-5000 FOR MORE INFORMATION." -08/30/2011,11V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V447000),"Multiquip, Inc.",AXLE ASSEMBLY,POWER TRAIN,TL 20110803,Vehicle,119,"MULTIQUIP IS RECALLING CERTAIN MODEL YEAR 2011 DUAL AXLE TRAILERS, MODELS TRLR220XFH (EE46175 HYDRAULIC BRAKE AXLE) AND TRLR220XFE (EE46176 ELECTRIC BRAKE AXLE), MANUFACTURED FROM MARCH 1, 2011, THROUGH JULY 22, 2011. DUE TO AN INCORRECT WELDING PROCEDURE, THE WELDED ASSEMBLY AT THE AXLE HUB MAY HAVE INSUFFICIENT WELD PENETRATION.",THE AXLE COULD BREAK WHILE IN USE POSSIBLY RESULTING IN A VEHICLE CRASH.,"MULTIQUIP NOTIFIED ALL IDENTIFIED OWNERS ON AUGUST 3, 2011. THE AXLE SUPPLIER, GLOBAL DIRECT COMPONENTS (GDC), WILL INSPECT AND MEASURE THE WELD AND REPLACE ANY AXLE OUTSIDE OF SPECIFICATION. OWNERS MAY CONTACT GDC AT 1-574-522-5300 OR MULTIQUIP AT 1-310-537-3700." -08/30/2011,11V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V444000),"NABI Bus, LLC",V-BAND CLAMP ASSEMBLIES/CUMMINS,ENGINE AND ENGINE COOLING,20111,Vehicle,87,"NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 416 TRANSIT BUSES MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH FEBRUARY 28, 2011, EQUIPPED WITH A CUMMINS ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","NABI IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR NABI AT 1-256-831-4296." -08/29/2011,11V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V453000),Shyft Group,OVERHEATING BATTERY SEPARATOR/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,174,"SPARTAN CHASSIS (SPARTAN), THE PARENT COMPANY OF UTILIMASTER, IS RECALLING CERTAIN MODEL YEAR 2008-2011 UTILIMASTER TRUCK BODIES MANUFACTURED FROM JANUARY 25, 2008, THROUGH MARCH 19, 2011, EQUIPPED WITH A SURE POWER BATTERY SEPARATOR, PART NUMBER 16511893 (MODEL 1314) OR 16512967 (MODEL 1315). SUSPECT VEHICLES, IN THEIR AS- BUILT CONFIGURATION, HAD THE SURE POWER BATTERY SEPARATOR INSTALLED ON THE INBOARD SIDE OF THE CURB SIDE RAIL. THESE BATTERY SEPARATORS MAY OVERHEAT.",OVERHEATING OF THE BATTERY SEPARATOR CAN RESULT IN SMOKE AND POSSIBLY A FIRE.,"UTILIMASTER WILL NOTIFY OWNERS AND REPLACE THE BATTERY SEPARATOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 16, 2011. OWNERS MAY CONTACT UTILIMASTER AT 1-800-582-3454." -08/26/2011,11V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V445000),Ford Motor Company,Bubbles in the Windshield/Decreased Visibility,VISIBILITY,11C20,Vehicle,4532,"Ford Motor Company (Ford) is recalling certain model year 2011 Ford E-150, E-250, E-350, and E-450 vehicles built from May 12, 2011, through May 26, 2011. Due to improper manufacturing conditions, some of the windshields may form bubbles after an extended time in hot temperatures. As such, these vehicles fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 205, ""Glazing Materials.""",The presence of bubbles may hinder driver's visibility thereby increasing the risk of a crash.,"Ford will notify owners, and dealers will inspect and replace the windshield if bubbles are present, free of charge. The recall began in January 2014. Owners may contact the Ford customer relationship center at 1-866-436-7332. Ford's recall campaign number is 11C20." -08/26/2011,11V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V439000),"Carriage, Inc.",GENERATOR TRANSFER SWITCH,EQUIPMENT,NR (Not Reported),Vehicle,596,"CARRIAGE IS RECALLING CERTAIN MODEL YEAR 2009-2011 CAMEO, CARRI-LITE, MODEL YEAR 2010-2011 ROYALS, AND MODEL YEAR 2009 DOMANI 5TH WHEEL TRAILERS WITH GENERATOR TRANSFER SWITCHES. THE GENERATOR TRANSFER SWITCH MAY NOT BE MANUFACTURED OR INSTALLED TO THE PROPER SPECIFICATION CAUSING A POTENTIAL FOR EXCESSIVE HEAT BUILD UP INSIDE THE SWITCH.","THE ELEVATED ELECTRICAL LOADS MAY CAUSE OVERHEATING OF THE LUGS AND DEGRADING OF THE ELECTRICAL CONNECTIONS. IF ENOUGH HEAT BUILDS UP INSIDE THE SWITCH, THE SWITCH COULD MELT AND CATCH FIRE.","DEALERS WILL INSPECT THE GENERATOR TRANSFER SWITCHES AND REPLACE THEM AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2011. OWNERS MAY CONTACT CARRIAGE AT 1-574-642-3622." -08/26/2011,11V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V438000),"BMW of North America, LLC",REAR LAMPS IN BODY PANEL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,241000,"BMW IS RECALLING CERTAIN MODEL YEAR 2002-2005 325I, 325XI, 330I, AND 330XI VEHICLES MANUFACTURED FROM SEPTEMBER 1, 2001, THROUGH MARCH 1, 2005. OVER TIME, RESISTANCE IN THE ELECTRICAL CONTACTS MAY CAUSE ONE OR MORE REAR LAMP FUNCTIONS (TAIL LIGHT, BRAKE LIGHT, AND/OR TURN-SIGNAL), WITHIN THE VEHICLE'S BODY PANEL, TO STOP WORKING.",INTERMITTENT LIGHT OPERATION REDUCES THE ABILITY TO WARN OTHER MOTORISTS OF THE DRIVER'S INTENTIONS. THIS COULD CAUSE A VEHICLE CRASH WITHOUT WARNING.,"BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2012. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -08/26/2011,11V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V449000),"SUPERIOR COACH INTERIORS, INC.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,7,SUPERIOR COACH IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200 SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"SUPERIOR COACH IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON SEPTEMBER 19, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR SUPERIOR COACH INTERIORS AT 1-615-466-2000." -08/26/2011,11V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V440000),Starcraft RV,SPARE TIRE CARRIER BRACKETS,EQUIPMENT,NR (Not Reported),Vehicle,1041,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 AUTUMN RIDGE AND AUTUMN RIDGE AR-ONE TRAVEL TRAILERS MANUFACTURED FROM MARCH 30, 2011, THROUGH JULY 21, 2011. THE SPARE TIRE CARRIER BRACKETS MAY FATIGUE AND BREAK.",THE SPARE TIRE CAN FALL FROM THE VEHICLE POSSIBLY CAUSING A CRASH OR PERSONAL INJURY.,"STARCRAFT WILL NOTIFY OWNERS, AND DEALERS WILL INSTALL A REINFORCEMENT BRACKET FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2011. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787." -08/25/2011,11V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V452000),"Tiffin Motorhomes, Inc.",ADJUSTABLE BRAKE PEDAL PIN,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1960,"TIFFIN MOTORHOMES IS RECALLING CERTAIN MODEL YEAR 2007-2011 PHAETON, MY 2008-2010 BUS, AND MY 2010 ALLEGRO MOTORHOMES EQUIPPED WITH KONGSBERG AUTOMOTIVE ADJUSTABLE BRAKE PEDALS. THE ADJUSTABLE BRAKE PEDAL ARM MAY LOOSEN ALLOWING THE ARM TO ROTATE AROUND ITS SHAFT AND SWING IN FRONT OF THE ACCELERATOR PEDAL, REDUCING BRAKING FUNCTION.",A LOOSE BRAKE PEDAL INCREASES THE RISK OF A CRASH.,"DAMILER TRUCKS (DTNA) IS PERFORMING RECALL REPAIRS AND NOTIFICATION TO OWNERS. THE OWNERS WERE INITIALLY NOTIFIED BY DTNA TRUCKS ON DECEMBER 22, 2009, AND A FOLLOW UP NOTICE WAS MAILED TO OWNERS ON JULY 20, 2011. OWNERS MAY CONTACT DTNA WARRANTY CLAIMS DEPARTMENT AT 1-800-547-0712 OR TIFFIN MOTORHOMES AT 1-256-356-8661 FOR MORE INFORMATION." -08/25/2011,11V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V446000),"Gillig, LLC",STEERING COLUMNS,STEERING,NR (Not Reported),Vehicle,291,"GILLIG IS RECALLING CERTAIN MODEL YEAR 2011 LOW FLOOR BUSES MANUFACTURED FROM JUNE 13, 2011, THROUGH AUGUST 12, 2011, EQUIPPED WITH TRW TC34023 STEERING COLUMNS WITH DATE CODES STARTING 157 1 11 AND ENDING 228 1 11. THE TOOTH PROFILE AND SPACING OF THE TILT LOCK TEETH ON THE SUPPORT BRACKET MAY BE INCORRECT, PREVENTING THE TILT LOCK BAR FROM FULLY ENGAGING. THIS MAY ALLOW THE STEERING COLUMN TO SLIP FROM THE DRIVER- SET TILT LOCATION AND MOVE UPWARD UNTIL IT LOCKS IN ANOTHER TILT POSITION.",THIS UNINTENDED MOVEMENT OF THE STEERING COLUMN MAY INTERFERE WITH THE DRIVERS CONTROL OF THE VEHICLE AND INCREASE RISK OF A CRASH.,"GILLIG WILL NOTIFY OWNERS AND GILLIG WILL REPLACE THE STEERING COLUMN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2011. OWNERS MAY CONTACT GILLIG FIELD SERVICE AT 1-800-735-1500." -08/25/2011,11V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V448000),"Provan Industries, LLC",TIRE CARRIER WELD JOINTS/SEPARATION,EQUIPMENT,001,Vehicle,37,"PROVAN IS RECALLING CERTAIN MODEL YEAR 2009-2011 TIGER MOTORHOMES BUILT ON FORD F-350 AND CHEVROLET 3500 CLASS ""C"" CHASSIS. THE WELD JOINTS ATTACHING THE SPARE TIRE CARRIER TO THE VEHICLE MAY CRACK OR TEAR.","IF THE CRACKS OR TEARS GO UNNOTICED, THE SPARE TIRE CARRIER COULD COMPLETELY SEPARATE FROM THE VEHICLE CREATING A ROAD HAZARD, POSSIBLY RESULTING IN A VEHICLE CRASH.","PROVAN WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE SPARE TIRE CARRIER FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING SEPTEMBER 2011. OWNERS MAY CONTACT TIGER AT 1-800-531-9383." -08/23/2011,11V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V437000),"Jayco, Inc.",LOOSE BOLTS/REAR HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,28,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 SENECA CLASS C MOTORHOMES, SERIES 36FK AND 37FS, MANUFACTURED FROM MAY 18, 2011, THROUGH JULY 13, 2011. THESE VEHICLES MAY HAVE INSUFFICIENTLY TORQUED BOLTS ATTACHING THE REAR HITCH TO THE FRAME.","LOOSE HITCH BOLTS COULD RESULT IN THE HITCH SEPARATING FROM THE FRAME, CREATING A ROAD HAZARD INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND TIGHTEN UP THE HITCH BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 6, 2011. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -08/23/2011,11V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V435000),CUSTOM TRIM OF AMERICA,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,131,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CUSTOM TRIM OF AMERICA ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CUSTOM TRIM OF AMERICA BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632" -08/22/2011,11V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V436000),"Triumph Motorcycles America, Ltd.",CENTRE STAND SPRING,STRUCTURE,430,Vehicle,668,TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2011-2012 TIGER 800 AND TIGER 800 XC MOTORCYCLES MANUFACTURED FROM SEPTEMBER 2010 THROUGH JUNE 2011. THE OPTIONAL ACCESSORY CENTER STAND ASSEMBLY CONTAINS A DEFECTIVE RETURN SPRING THAT MAY BREAK.,"IF THE RETURN SPRING BREAKS, THE CENTER STAND MAY UNEXPECTEDLY DROP AND DRAG ALONG THE ROAD SURFACE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE RETURN SPRING AND REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 26, 2011. OWNERS MAY CONTACT TRIUMPH CUSTOMER SERVICE DEPARTMENT AT 1-678-854-2010." -08/22/2011,11V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V434000),"Triumph Motorcycles America, Ltd.",ENGINE MANAGEMENT SOFTWARE,ENGINE AND ENGINE COOLING,431,Vehicle,1485,"TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2011-2012 TIGER 800 AND TIGER 800 XC MOTORCYCLES MANUFACTURED FROM SEPTEMBER 2010 THROUGH JUNE 2011, FOR A PROBLEM WITH THE ENGINE MANAGEMENT SOFTWARE.","THE RIDER MAY NOTICE LOWER RPMS AND WHEN DECELERATING THE ENGINE COULD STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL DOWNLOAD NEW ENGINE MANAGEMENT SOFTWARE INTO THE MOTORCYCLES ELECTRONIC CONTROL UNIT (ECU), FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2011. OWNERS MAY CONTACT TRIUMPH CUSTOMER SERVICE DEPARTMENT AT 1-678-539-8782." -08/22/2011,11V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V430000),"Dutchmen Manufacturing, Inc.",EXHAUST VENT,EQUIPMENT,NR (Not Reported),Vehicle,171,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011-2012 RUBICON TRAVEL TRAILERS MANUFACTURED FROM DECEMBER 8, 2010, THROUGH JULY 15, 2011. THESE VEHICLES MAY HAVE BEEN MANUFACTURED WITH THE EXTERIOR FURNACE VENT NOT INSTALLED IN THE SIDEWALL OF THE TRAILER. THE FURNACE CAN RUN WITHOUT THE PROPER EXHAUST VENTILATION AND RELEASE CARBON MONOXIDE TO THE INTERIOR OF THE UNIT.",THIS COULD RESULT IN ASPHYXIATION OR CARBON MONOXIDE POISONING. THE HEAT BUILD UP FROM THE EXHAUST CAN ALSO RESULT IN A FIRE.,"DEALERS WILL INSPECT THE TRAILER TO VERIFY THE FURNACE EXHAUST IS PRESENT AND INSTALL ONE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 26, 2011. OWNERS MAY CONTACT DUTCHMEN AT 1-574-537-0700." -08/22/2011,11V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V433000),"Winnebago Industries, Inc.",PROPANE SUPPLY,EQUIPMENT,124,Vehicle,418,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2009-2012 WINNEBAGO ACCESS, ACCESS PREMIER, CHALET AND MODEL YEAR 2011 ITASCA IMPULSE, AND IMPULSE SILVER MOTOR HOMES MANUFACTURED FROM MARCH 5, 2008, THROUGH APRIL 28, 2011. THESE VEHICLES MAY HAVE THE POTENTIAL FOR THE PROPANE SUPPLY HOSE TO MAKE CONTACT WITH THE METAL DOOR FRAME.","CONTACT WITH THE DOOR FRAME MAY WEAR THROUGH THE HOSE CAUSING A PROPANE LEAK, WHICH COULD IGNITE AND RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL CHECK TO MAKE SURE THE PROPANE SUPPLY HOSE IS NOT DAMAGED AND REPLACE IT IF NECESSARY AND ADD A CLAMP TO ROUTE HOSE AWAY FROM ANY UNFRIENDLY SURFACES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 19, 2011. OWNERS MAY CONTACT WINNEBAGO INDUSTRIES OWNER RELATIONS AT 1-641-585-6939." -08/22/2011,11V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V431000),"New Flyer of America, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,R11-019,Vehicle,78,"NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2010 HEAVY DUTY TRANSIT BUSES, MODELS D35LFR, D40LFR, D60LFR, DE40LFR, DE60LFR, XD35, XDE35, AND XDE40, MANUFACTURED FROM SEPTEMBER 30, 2010, THROUGH JUNE 3, 2011, EQUIPPED WITH A CUMMINS ISB, ISL, ISC, or ISX DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","NEW FLYER IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 1, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR NEW FLYER CUSTOMER SERVICES AT 1-204-934-4876." -08/22/2011,11V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V432000),"Eldorado National- California, Inc.",V-BAND CLAMP ASSEMBLY/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22,"ELDORADO IS RECALLING CERTAIN MODEL YEAR 2011 COMMERCIAL BUSES, MODELS EZ RIDER II MAX, TRANSMARK, XHF, AND AXESS, MANUFACTURED FROM NOVEMBER 1, 2010, THROUGH MARCH 31, 2011, EQUIPPED WITH A CUMMINS ISB, ISL, ISC, OR ISX DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","ELDORADO IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR ELDORADO AT 1-909-591-9557." -08/19/2011,11V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V441000),"BMW of North America, LLC",FUEL FILTER HEATER/POSSIBLE FIRE,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,2120,"BMW IS RECALLING CERTAIN MODEL YEAR 2009 X5 XDRIVE35D VEHICLES EQUIPPED WITH A DIESEL ENGINE AND MANUFACTURED FROM OCTOBER 1, 2008, THROUGH JUNE 12, 2009. THE FUEL FILTER HEATER, WHICH IS USED FOR WARMING UP THE DIESEL FUEL DURING VEHICLE OPERATION AT LOW OUTSIDE TEMPERATURES, COULD EXPERIENCE AN ELECTRICAL OVERLOAD CONDITION AND BECOME PERMANENTLY ACTIVATED.","THE FUEL FILTER HEATER COULD REMAIN ACTIVATED EVEN WHEN THE IGNITION IS OFF AND LEAD TO A DEAD BATTERY. THE UNIT COULD ALSO OVERHEAT, POSSIBLY LEADING TO A VEHICLE FIRE.","BMW WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE FUEL FILTER HEATER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 11, 2011. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417." -08/19/2011,11V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V442000),THOR INDUSTRIES,WINDSHIELD WIPER,VISIBILITY,RC000040,Vehicle,332,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 DAMON TUSCANY, ASTORIA, AND ESSENCE RECREATIONAL VEHICLES AND MODEL YEAR 2011 AND 2012 TMC TUSCANY AND ASTORIA RECREATIONAL VEHICLES MANUFACTURED FROM MAY 7, 2009, THROUGH AUGUST 12, 2011. THE CIRCUIT BREAKER FOR THE WINDSHIELD WIPER MOTOR IS INSUFFICIENT FOR THE LOAD. THE BREAKER SHOULD HAVE A 15 AMP RATING, HOWEVER THE VEHICLE WAS BUILT WITH ONE RATED AT 10 AMPS.","THE WINDSHIELD WIPER WILL STOP OPERATING IF THE BREAKER TRIPS DUE TO A CIRCUIT OVERLOAD. IF THIS OCCURS, THE DRIVER'S FIELD OF VISION MAY BE REDUCED, INCREASING THE RISK OF A CRASH.","TMC WILL NOTIFY OWNERS, AND DEALERS WILL EXCHANGE THE BREAKER WITH A 15-AMP ONE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 6, 2011. OWNERS MAY CONTACT TMC WARRANTY/SERVICE DEPARTMENT AT 1-877-855-2867." -08/18/2011,11V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V429000),"Navistar, Inc.",HIGH BEAM HEADLAMP FUSE,ELECTRICAL SYSTEM,11517,Vehicle,78,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 MONACO VESTA AND HOLIDAY RAMBLER TRIP RECREATIONAL VEHICLES MANUFACTURED FROM MAY 28, 2010, THROUGH MAY 18, 2011. THE FUSE IN THE HIGH BEAM HEADLIGHT ELECTRICAL CIRCUIT MAY BLOW UNDER NORMAL OPERATING CONDITIONS DISABLING THE HEADLIGHTS WITHOUT WARNING, POSSIBLY RESULTING IN REDUCED DRIVER VISIBILITY.","REDUCED DRIVER VISIBILITY INCREASES THE RISK OF A CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL MODIFY THE WIRING AND INSTALL AN UPRATED FUSE, FREE OF CHARGE. NAVISTAR INTENDS TO SEND OUT AN INTERIM NOTICE TO OWNERS IF PARTS WILL NOT BE AVAILABLE BEFORE OCTOBER 14, 2011. OWNERS NAY CONTACT NAVISTAR AT 1-877-466-6226." -08/18/2011,11V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V427000),"Navistar, Inc.",POSITIVE ALTERNATOR CABLE,ELECTRICAL SYSTEM,11518,Vehicle,15457,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2007-2012 IC CE AND BE SCHOOL BUSES MANUFACTURED FROM JUNE 27, 2006, THROUGH MARCH 23, 2011, EQUIPPED WITH A MAXXFORCE 7 ENGINE FEATURE CODE 12NTH, 12NTD, 12NTE, 12NTG, 12VYY, OR 12627 AND ALTERNATOR FEATURE CODE 0008GGR, 0008GGM, 0008GWX, OR 0008GEL. THE POSITIVE ALTERNATOR CABLE MAY RUB ON THE ENGINE CONTROL MODULE MOUNTING BRACKET, POSSIBLY CHAFING ITS INSULATION AND CAUSING AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A VEHICLE FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE ALTERNATOR CABLE AND THE INSTALLATION OF THE TIE STRAPS TO ROUTE THE ALTERNATOR CABLE AWAY FROM THE ENGINE CONTROL MODULE MOUNTING BRACKET. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -08/18/2011,11V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V428000),"Navistar, Inc.",POSITIVE ALTERNATOR CABLE,ELECTRICAL SYSTEM,11519,Vehicle,73,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2007-2012 IC CE AND BE COMMERCIAL BUSES MANUFACTURED FROM JUNE 27, 2006, THROUGH MARCH 23, 2011, EQUIPPED WITH A MAXXFORCE 7 ENGINE FEATURE CODE 12NTH, 12NTD, 12NTE, 12NTG, 12VYY, OR 12627 AND ALTERNATOR FEATURE CODE 0008GGR, 0008GGM, 0008GWX, OR 0008GEL. THE POSITIVE ALTERNATOR CABLE MAY RUB ON THE ENGINE CONTROL MODULE MOUNTING BRACKET, POSSIBLY CHAFING ITS INSULATION AND CAUSING AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A VEHICLE FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE ALTERNATOR CABLE. TIE STRAPS WILL BE INSTALLED TO ROUTE THE ALTERNATOR CABLE AWAY FROM THE ENGINE CONTROL MODULE MOUNTING BRACKET. THESE REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -08/17/2011,11V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V426000),"Navistar, Inc.",POSITIVE ALTERNATOR CABLE,ELECTRICAL SYSTEM,11516,Vehicle,5663,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010-2012 PAYSTAR, WORKSTAR, TRANSTAR, AND PROSTAR COMMERCIAL TRUCKS MANUFACTURED FROM JUNE 1, 2009, THROUGH MAY 31, 2011, EQUIPPED WITH A MAXXFORCE 11 OR 13 ENGINE (FEATURE CODE 12UXJ OR 12UXH) AND WITH ALTERNATOR FEATURE CODE 08GGN, 08GGR, 08 GHG, OR 08GHH. THE ALTERNATOR CABLE MAY RUB ON THE HIGH PRESSURE POWER STEERING HOSE, POSSIBLY CHAFING ITS INSULATION AND CAUSING AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A VEHICLE FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL INSTALL A BRACKET TO ROUTE THE WIRES AWAY FROM THE POWER STEERING HOSE. NAVISTAR DID NOT PROVIDE AN EXPECTED START DATE FOR THE RECALL, BUT AN INTERIM NOTICE WILL BE MAILED TO OWNERS IF PARTS WILL NOT BE AVAILABLE UNTIL AFTER OCTOBER 14, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825. THIS RECALL CAMPAIGN HAS BEEN SUPERSEDED BY 12V-196." -08/17/2011,11V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V443000),E-One Incorporated,V-BAND CLAMP ASSEMBLIES/CUMMINS,ENGINE AND ENGINE COOLING,4EN,Vehicle,33,"E-ONE IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 TYPHOON AND CYCLONE II AND MODEL YEAR 2011 TRADITION AND QUEST FIRE FIGHTING CHASSIS MANUFACTURED FROM NOVEMBER 24, 2010, THROUGH JULY 13, 2011, EQUIPPED WITH A CUMMINS ISB, ISL, ISC, or ISX DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","THIS COULD RESULT IN ASPHYXIATION OR CARBON MONOXIDE POISONING. THE HEAT BUILD UP FROM THE EXHAUST CAN ALSO RESULT IN A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","E-ONE IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR E-ONE AT 1-352-861-3223." -08/17/2011,11V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V422000),Pierce Manufacturing,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,74B221,Vehicle,18,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2011 ARROW XT, CUSTOM CONTENDER, DASH CF, IMPEL, SABER, AND VELOCITY EMERGENCY VEHICLES MANUFACTURED FROM JANUARY 24, 2011, THROUGH APRIL 19, 2011, EQUIPPED WITH A CUMMINS ISB, ISX, ISC, OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","PIERCE IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR PIERCE AT 1-920-832-3000." -08/17/2011,11V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V423000),Blue Bird Body Company,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,R11TH,Vehicle,860,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM OCTOBER 13, 2010, THROUGH MARCH 8, 2011, AND VISION SCHOOL BUSES MANUFACTURED FROM OCTOBER 2, 2010, THROUGH FEBRUARY 2, 2011, EQUIPPED WITH A CUMMINS DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","BLUE BIRD IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR BLUE BIRD AT 1-478-822-2242." -08/17/2011,11V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V424000),Blue Bird Body Company,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,R11TH,Vehicle,24,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 ALL AMERICAN NON-SCHOOL BUSES MANUFACTURED FROM NOVEMBER 2, 2010, THROUGH MARCH 17, 2011, AND VISION CONVENTIONAL NON-NOVEMBER 2, 2010, THROUGH MARCH 17, 2011, EQUIPPED WITH A CUMMINS DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","BLUE BIRD IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR BLUE BIRD AT 1-478-822-2242." -08/17/2011,11V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V425000),Shyft Group,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,11022,Vehicle,212,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2010, 2011, AND 2012 RECREATIONAL VEHICLES, MODELS MM, K2, K3, BUS, FURION, GLADIATOR, AND METRO STAR, MANUFACTURED FROM SEPTEMBER 29, 2010, THROUGH JUNE 20, 2011, EQUIPPED WITH A CUMMINS ISB, ISC, ISL, OR ISX DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","SPARTAN IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR SPARTAN AT 1-800-543-5008 - OPTION 5." -08/15/2011,11V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V414000),"Corp. Micro Bird, Inc.",8 WAY FLASHING LIGHT WIRING HARNESS/OVERHEATS,ELECTRICAL SYSTEM,11-046-8WU,Vehicle,671,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MICRO BIRD G5 AND MB II SCHOOL BUSES MANUFACTURED FROM OCTOBER 1, 2009, THROUGH MARCH 16, 2011. THE WIRE ON THE 8-WAY FLASHING LIGHT POWER CIRCUIT IS TOO SMALL CAUSING THE TERMINAL CONNECTION TO OVERHEAT. IF THE CONNECTION FAILS, THE 8- WAY SYSTEM WILL STOP WORKING.","IN ABSENCE OF THE FLASHING LIGHTS, A VEHICLE APPROACHING A SCHOOL BUS THAT IS LOADING OR UNLOADING STUDENTS, MAY NOT STOP. THIS SITUATION COULD CAUSE INJURY OR DEATH OF A PASSENGER.","MICRO BIRD WILL NOTIFY OWNERS, AND PROVIDE AN UPRATED WIRING KIT WITH A RELAY, FREE OF CHARGE. MICRO BIRD WILL REIMBURSE FOR LABOR. THE SAFETY RECALL BEGAN ON SEPTEMBER 29, 2011. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -08/15/2011,11V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V415000),Isuzu Motors Limited,ECM SOFTWARE/CRUISE CONTROL DEACTIVATION,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,614,"ISUZU IS RECALLING CERTAIN MODEL YEAR 2012 N-SERIES TRUCKS EQUIPPED WITH GASOLINE ENGINES, MANUFACTURED FROM APRIL 27, 2011, THROUGH JULY 26, 2011. DUE TO A CALIBRATION ERROR IN THE ECM SOFTWARE, IN THE EVENT OF A FAILURE OR MALFUNCTION OF THE BRAKE PEDAL SWITCH, APPLICATION OF THE BRAKE PEDAL WILL NOT CAUSE THE CRUISE CONTROL TO BE CANCELED.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"ISUZU WILL NOTIFY OWNERS, AND DEALERS WILL REPROGRAM THE ECM SOFTWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2011. OWNERS MAY CONTACT ISUZU AT 1-866-455-7595." -08/15/2011,11V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V413000),Ducati North America,SIDE STAND,STRUCTURE,RCL-11-003,Vehicle,919,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2011 DIAVEL MOTORCYCLES MANUFACTURED FROM MAY 18, 2010, THROUGH JUNE 13, 2011. THE SIDE STAND WAS MANUFACTURED WITH INSUFFICIENT MATERIAL IN THE PIVOT AREA.",THIS COULD RESULT IN THE POSSIBLE BENDING AND BREAKAGE OF THE SIDE STAND IN THE PIVOT AREA ALLOWING THE MOTORCYCLE TO FALL OVER POSSIBLY RESULTING IN INJURY TO THE RIDER OR OTHERS NEAR THE MOTORCYCLE.,"DUCATI WILL NOTIFY OWNERS, AND AUTHORIZED DEALERS WILL REPLACE THE SIDE STAND AND PIVOT BOLT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 20, 2011. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696 OR GO TO THEIR WEBSITE AT WWW.DUCATI.COM." -08/15/2011,11V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V420000),"AUTO FX, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,224,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO FX, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO FX, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -08/15/2011,11V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V421000),Daimler Buses North America,V-BAND CLAMP ASSEMBLY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,96,"DAIMLER BUSES NORTH AMERICA (DBNA) IS RECALLING CERTAIN MODEL YEAR 2010 ORION VII TRANSIT BUSES MANUFACTURED FROM NOVEMBER 2010 THROUGH JANUARY 2011, EQUIPPED WITH A CUMMINS ISB, ISX, ISC, OR ISL DIESEL ENGINE. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","DBNA IS WORKING WITH CUMMINS TO IDENTIFY AND NOTIFY OWNERS OF THE RECALL CAMPAIGN. REPAIRS WILL BE PERFORMED BY AUTHORIZED CUMMINS DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 12, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR DBNA AT 905-403-1111." -08/11/2011,11V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V412000),Shyft Group,Air Brake System Guages/FMVSS 121,"SERVICE BRAKES, AIR",11018,Vehicle,313,"Spartan Motors Chassis, Inc. (Spartan Chassis) is recalling certain 2011 SU and 2011 through 2012 model year MM, K2, and K3 recreational vehicle chassis manufactured from January 28, 2011, through June 28, 2011, equipped with air gauges supplied by Ametek. An incorrect value may have been used in the formula for calculating the sweep angle of the dial. This may have resulted in the accuracy of the gauge varying as much as eleven percent from the cutout pressure as opposed to the maximum allowable of +/- seven percent. Consequently, these chassis fail to conform to the requirements of Federal Motor Vehicle Safety Standard No. 121, ""Air Brake Systems.""","In a condition where constant braking may be necessary, the air systems may deplete sooner than expected. This could cause the application of the spring brake without warning and may result in a vehicle crash.","Spartan Chassis will notify owners and replace the affected guages with compliant ones, free of charge. The recall began on September 12, 2013. Owners may contact Spartan at 1-800-543-4277 - Option 1. Spartan's campagn number is 11018." -08/11/2011,11E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E032000),"Meritor, Inc.",OUTER WHEEL BEARING CONE ROLLERS/WHEEL SEPARATION,POWER TRAIN,C11AG,Equipment,239,"MERITOR IS RECALLING CERTAIN MERITOR MFS08113BNH12 AND MFS08113BNH14 SERIES AXLE ASSEMBLIES SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN HEAVY TRUCKS. THE WHEEL BEARING CONE ROLLERS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THESE BEARING PRODUCTS CONTAIN A DATE CODE, ""ZJ"".",IMPROPERLY HEAT TREATED BEARINGS CAN FAIL UNDER LOADS/STRESSES POSSIBLY RESULTING IN A WHEEL SEPARATION AND A CRASH.,"MERITOR WILL REPLACE THE BEARING IN THE AFFECTED AXLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 19, 2011. OWNERS MAY CONTACT MERITOR AT 1-248-273-4647." -08/10/2011,11V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V411000),"Gillig, LLC",V-BAND CLAMPS/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,563,GILLIG IS RECALLING CERTAIN MODEL YEAR 2010-2011 LOWFLOOR BUSES EQUIPPED WITH CUMMINS ENGINES. THE V-BAND CLAMP ASSEMBLY USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC) DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.,"IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.",GILLIG IS WORKING WITH CUMMINS TO IDENTIFY OWNERS. CUMMINS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN PLEASE SEE NHTSA RECALL 11E-031. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000. -08/09/2011,11V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V408000),"Nissan North America, Inc.",AIR BAG CONTROL UNIT,AIR BAGS,NR (Not Reported),Vehicle,54,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2012 NISSAN ALTIMA VEHICLES MANUFACTURED FROM JUNE 15, 2011, THROUGH JUNE 21, 2011 AND MODEL YEAR 2012 NISSAN NV VEHICLES MANUFACTURED FROM JUNE 23, 2011, THROUGH JUNE 28, 2011 BECAUSE THE AIR BAG CONTROL UNIT (ACU) WAS ASSEMBLED INCORRECTLY.",THE AFFECTED ACU WILL NOT OPERATE AS DESIGNED AND THIS ISSUE MAY CAUSE THE AIR BAGS NOT TO INFLATE IN A CRASH WHEN THEY ARE DESIGNED TO INFLATE. THIS COULD INCREASE THE RISK OF INJURY.,"NISSAN WILL REPLACE THE AIR BAG CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2011. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -08/09/2011,11V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V403000),"Daimler Trucks North America, LLC",BUMPER MOUNTING BRACKETS,STRUCTURE,FL-610,Vehicle,256,"DTNA IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 CORONADO VEHICLES EQUIPPED WITH A SET FORWARD FRONT AXLE AND A LOGGER BUMPER WITH A CENTER TOW DEVICE MANUFACTURED FROM MARCH 9, 2010, THROUGH JULY 16, 2011. CERTAIN BUMPER MOUNTING BRACKETS MAY CRACK.","IF NOT REPAIRED, THE CRACK MAY LEAD TO THE BUMPER FALLING OFF OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DTNA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE BUMPER MOUNTING BRACKETS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -08/09/2011,11V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V410000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,INTAKE MANIFOLD,ENGINE AND ENGINE COOLING,2010040002,Vehicle,665,MERCEDES-BENZ USA (MBUSA) IS RECALLING CERTAIN MODEL YEAR 2002- 2003 SPRINTER 2500 AND 3500 VANS SOLD AS DODGE AND FREIGHTLINER VEHICLES. THE INTAKE MANIFOLDS MAY HAVE CORRODED. A CHEMICAL REACTION INVOLVING SULFUR IN THE DIESEL FUEL THAT TAKES PLACE UNDER CERTAIN CONDITIONS CAN LEAD TO THE FORMATION OF SULFURIC ACID IN THE EXHAUST CHANNEL OF THE INTAKE MANIFOLD.,"INTAKE MANIFOLD CORROSION MAY LEAD TO AN EXHAUST GAS LEAK, DAMAGE TO THE FUEL RETURN LINE WHICH COULD CAUSE A FUEL LEAK, AND HEAT DAMAGE TO THE INSULATION AT THE FIRE WALL. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND REPLACE THE INTAKE MANIFOLD FREE OF CHARGE. CHRYSLER, LLC WILL NOTIFY OWNERS OF DODGE SPRINTERS AND MBUSA WILL NOTIFY OWNERS FREIGHTLINER SPRINTERS. THIS RECALL IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE RECALL CAMPAIGN 09V-418). THE SAFETY RECALL BEGAN ON OCTOBER 11, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403 OR SPRINTER AT 1-843-695-5031." -08/08/2011,11V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V416000),"Tiffin Motorhomes, Inc.",EXHAUST PIPE/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,149,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2010-2012 PHAETON MOTORHOMES WITH FLOOR PLANS QBH, QKH, AND QTH THAT ARE BUILT WITH 2010 EPA-CERTIFIED ENGINES ON POWERGLIDE CHASSIS. THE EXHAUST PIPE IS MOUNTED TOO CLOSE TO THE UNDERSIDE OF THE FLOOR.","MELTING OF THE INSULATION CAN OCCUR, POSSIBLY RESULTING IN A FIRE.","TIFFIN WILL NOTIFY OWNERS, AND DEALERS WILL ATTACH A HEAT SHIELD TO THE BOTTOM OF THE FLOOR AND AN INSULATING SOCK OR BLANKET WILL BE WRAPPED AROUND THE EXHAUST PIPE. THESE REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 19, 2011. OWNERS MAY CONTACT TIFFIN AT 1-256-356-8661." -08/08/2011,11V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V418000),"Terex South Dakota, Inc.",LOWER BOOM LIFT CYLINDER ROD,EQUIPMENT,SN579,Vehicle,109,TEREX IS RECALLING CERTAIN MODEL YEAR 2000 AND 2001 HR37M AND HR40M UTILITY TRUCKS MANUFACTURED FROM NOVEMBER 2000 THROUGH DECEMBER 2001. THE AERIAL DEVICES INSTALLED ON THESE TRUCKS MAY CONTAIN A LOWER BOOM LIFT CYLINDER WITH DEFECTIVE COMPONENTS. THE MATERIAL USED TO PRODUCE THE CYLINDER ROD ENDS WAS NOT TO SPECIFICATIONS.,THE CYLINDER ROD ENDS MAY CRACK CAUSING THE CYLINDER TO DISCONNECT WHILE IN USE. PERSONAL INJURY OR DEATH CAN OCCUR TO THE USER OR TO PERSONS AROUND THE VEHICLE.,"TEREX WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE CYLINDER ROD ENDS FOR CRACKS. DEALERS WILL ALSO TEST THE CYLINDER MATERIAL FOR HARDNESS. THE SAFETY RECALL BEGAN ON AUGUST 30, 2011. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-884-3892 OR EMAIL TO UTILITIES.WARRANTY@TEREX.COM." -08/08/2011,11E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E031000),"Cummins, Inc.",V-BAND CLAMPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,11860,"CUMMINS IS RECALLING CERTAIN ISB6.7, ISC8.3, ISL9, ISX11.9, AND ISX15 ENGINES SHIPPED FROM SEPTEMBER 2010 THROUGH DECEMBER 2010 TO VARIOUS VEHICLE MANUFACTURERS. THESE ENGINES WERE INSTALLED IN RECREATIONAL VEHICLES, EMERGENCY VEHICLES, BUSES, AND CERTAIN TRUCK APPLICATIONS. THE V-BAND CLAMP ASSEMBLY, PART NUMBERS Q187684, Q187685, AND Q187686, USED TO CONNECT THE INLET AND OUTLET CONE SECTIONS TO THE DIESEL OXIDATION CATALYST (DOC)/DIESEL PARTICULATE FILTER (DPF) INCLUDE A T-BOLT WHICH CAN FRACTURE AND FAIL WHEN SUBJECTED TO STRESS OR LOAD. A FRACTURE OR FAILURE OF THE T-BOLT MAY CAUSE THE CLAMP TO LOOSEN AND THE INLET OR OUTLET SECTIONS ATTACHED TO THE DOC/DPF HOUSING TO DISCONNECT.","IF THE INLET OR OUTLET SECTIONS DISCONNECT, HOT EXHAUST GASES CAN VENT PRIOR TO EXITING THE TAILPIPE, CREATING THE RISK OF COMBUSTION AND A FIRE. IF BOTH CLAMPS FAIL, THERE IS A RISK IN SOME APPLICATIONS THAT THE DOC/DPF HOUSING MAY DETACH COMPLETELY, CREATING A ROAD HAZARD.","CUMMINS IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY OWNERS. THE SAFETY RECALL BEGAN ON OCTOBER 10, 2011. OWNERS MAY CONTACT CUMMINS AT 1-812-377-5000 OR THEIR VEHICLE MANUFACTURER." -08/05/2011,11V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V401000),"Airstream, Inc.",DRIVER AND PASSENGER SWIVEL LOCKING MECHANISM,SEATS,NR (Not Reported),Vehicle,66,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2011-2012 AVENUE COACHES MANUFACTURED FROM MAY 10, 2010, THROUGH JULY 29, 2011. THE DRIVER'S AND PASSENGER'S SEAT SWIVEL MECHANISM LOCKING PIN COULD LOOSEN AND BECOME DISENGAGED FROM THE SWIVEL MECHANISM ALLOWING THE SEAT TO SWIVEL BACK AND FORTH GOING DOWN THE ROAD.","THIS SWIVELING, COULD LEAD TO A DISTRACTION THAT COULD CAUSE A CRASH, RESULTING IN PERSONAL INJURY TO THE VEHICLE'S OCCUPANTS.","AIRSTREAM WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE COACHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 19, 2011. OWNERS MAY CONTACT AIRSTREAM AT 1-937-538-1268." -08/05/2011,11V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V407000),"New Flyer of America, Inc.",ISE HYBRID DRIVELINE FAILURES,POWER TRAIN,R11-017,Vehicle,247,"NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2005-2010 HEAVY DUTY TRANSIT BUSES. THE THREE RETAINING BOLTS FOR THE OUTPUT FLANGE ON THE ISE PROPULSION SYSTEM ARE SUBJECT TO FATIGUE FAILURE. FAILURE OF THE THREE BOLTS RETAINING THE OUTPUT FLANGE TO THE COMBINATION GEAR BOX ON THE ISE PROPULSION SYSTEM COULD RESULT IN A SEPARATION OF A PORTION OF THE DRIVESHAFT, WITH THE OUTPUT FLANGE ATTACHED, FROM THE VEHICLE.",SEPARATION OF THE DRIVESHAFT AND OUTPUT FLANGE FROM THE VEHICLE CREATES THE POTENTIAL FOR BODILY INJURY OF BYSTANDERS AND/OR PROPERTY DAMAGE.,"DEALERS WILL INSPECT THE DRIVE LINE COMPONENTS AND REPLACE THE OUTPUT FLANGE BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 18, 2011. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4876." -08/05/2011,11V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V398000),"General Motors, LLC",POWER STEERING HOSE,STEERING,11224,Vehicle,10344,"GM IS RECALLING CERTAIN MODEL YEAR 2012 CHEVROLET IMPALA VEHICLES MANUFACTURED FROM APRIL 19, 2011, THROUGH JULY 29, 2011. THE UPPER POWER STEERING HOSE MAY HAVE BEEN MISROUTED SO THAT IT CAN COME IN CLOSE PROXIMITY TO AND/OR CONTACT THE CATALYTIC CONVERTER. WITH THE ENGINE ON, HEAT FROM THE CATALYTIC CONVERTER MAY MELT THE POWER STEERING HOSE.","POWER STEERING FLUID COULD FLOW ONTO THE CATALYTIC CONVERTER, AND AN ENGINE COMPARTMENT FIRE COULD OCCUR.","GM DEALERS WILL INSPECT TO ENSURE THAT THE UPPER POWER STEERING HOSE IS ROUTED CORRECTLY AND MAKE THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 5, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -08/05/2011,11V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V417000),Snake River Trailer Company,REAR GATE,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,13,"SNAKE RIVER TRAILER COMPANY IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 SRTC LIVESTOCK TRAILERS MANUFACTURED FROM MAY 26, 2010, THROUGH FEBRUARY 24, 2011 AND BUILT WITH AN AUTOMATICALLY LATCHING REAR GATE. THESE TRAILERS ARE EQUIPPED WITH A GATE LATCH RELEASE HANDLE LOCATED ON THE OUTSIDE, TO BE REACHED THROUGH A WINDOW WHILE INSIDE THE TRAILER SHOULD THE GATE BECOME CLOSED. DUE TO FACTORS SUCH AS ARM LENGTH, SOME USERS MAY NOT BE ABLE TO REACH THE OUTSIDE HANDLE ONCE INSIDE.",PERSONAL INJURY CAN OCCUR SHOULD SOMEONE BECOME TRAPPED WITHIN THE TRAILER.,"SNAKE RIVER WILL CONTACT OWNERS, AND DEALERS WILL INSTALL A HANDLE THAT IS ACCESSIBLE FROM INSIDE THE TRAILER. THE SAFETY RECALL BEGAN ON SEPTEMBER 23, 2011. OWNERS MAY CONTACT SNAKE RIVER AT 1-208-455-2768." -08/05/2011,11V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V419000),"C & B Quality Trailer Works, Inc.",REAR GATE,EQUIPMENT,NR (Not Reported),Vehicle,28,"C & B IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 C&B LIVESTOCK TRAILERS MANUFACTURED FROM JUNE 30, 2010, THROUGH FEBRUARY 21, 2011 AND BUILT WITH AN AUTOMATICALLY LATCHING REAR GATE. THESE TRAILERS ARE EQUIPPED WITH A GATE LATCH RELEASE HANDLE LOCATED ON THE OUTSIDE; TO BE REACHED THROUGH A WINDOW WHILE INSIDE THE TRAILER SHOULD THE GATE BECOME CLOSED. DUE TO FACTORS SUCH AS ARM LENGTH, SOME USERS MAY NOT BE ABLE TO REACH THE OUTSIDE HANDLE ONCE INSIDE.",PERSONAL INJURY CAN OCCUR SHOULD SOMEONE BECOME TRAPPED WITHIN THE TRAILER.,"C & B WILL CONTACT OWNERS, AND DEALERS WILL INSTALL A HANDLE THAT IS ACCESSIBLE FROM INSIDE THE TRAILER. THE SAFETY RECALL BEGAN ON SEPTEMBER 23, 2011. OWNERS MAY CONTACT C & B AT 1-208-455-2768." -08/05/2011,11V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V406000),"Maserati North America, Inc.",REAR SUSPENSION TIE RODS,STEERING,196,Vehicle,763,"MASERATI IS RECALLING CERTAIN MODEL YEAR 2009 GRANTURISMO AND QUATTROPORTE VEHICLES MANUFACTURED FROM JULY 3, 2008, THROUGH SEPTEMBER 30, 2008. THE REAR SUSPENSION LEFT-SIDE AND RIGHT-SIDE WHEEL ALIGNMENT TOE-IN TIE- RODS MAY FAIL DUE TO INCORRECT MACHINING.","A FAILED TIE-ROD COULD LEAD TO A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AFFECTED TIE-RODS, INSTALL A TIE-ROD KIT AND PERFORM A WHEEL ALIGNMENT, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 9, 2011. Owners may contact Maserati customer service at 1-877-696-2737." -08/05/2011,11V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V409000),"Porsche Cars North America, Inc.",SEAT BELT END FITTINGS,SEAT BELTS,AB02,Vehicle,235,"PORSCHE IS RECALLING CERTAIN MODEL YEAR 2011 911 SPEEDSTER AND 911 GTS RS 4.0; AND MODEL YEAR 2012 BOXSTER (INCLUDING S AND SPYDER); CAYMAN (INCLUDING S AND R); 911 CARRERA (INCLUDING S, GTS, 4, 4S, AND 4 GTS); 911 TARGA 4 AND TARGA 4S; AND 911 TURBO AND TURBO S MODELS MANUFACTURED FROM MAY 31, 2011, THROUGH JUNE 10, 2011. THERE IS A POSSIBILITY THAT THE MOUNTING HOLES IN THE SEAT BELT ANCHOR PLATES FITTED TO THE VEHICLE ARE TOO SMALL. IF THE HOLE DIAMETER IS TOO SMALL, THE ANCHOR PLATE MAY NOT BE ABLE TO ROTATE ABOUT THE FASTENING BOLT AS DESIGNED.","SHOULD THIS OCCUR, THE SEAT BELT MAY NOT BE ROUTED OPTIMALLY AROUND THE OCCUPANT, OR MAY POTENTIALLY LOOSEN AT SOME POINT IN THE FUTURE INCREASING THE RISK OF INJURY DURING A CRASH.","PORSCHE WILL NOTIFY OWNERS, AND DEALERS WILL INSPECT THE SEAT BELT ANCHORS AND, IF NECESSARY, REPLACE THE SEAT BELT. THE REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2011. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -08/04/2011,11V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V395000),Honda (American Honda Motor Co.),AUTOMATIC TRANSMISSION CONTROL MODULE SOFTWARE,POWER TRAIN,R89,Vehicle,1512107,"HONDA IS RECALLING CERTAIN MODEL YEAR 2005-2010 ACCORD, 2007-2010 CR-V, AND 2005-2008 ELEMENT PASSENGER CARS MANUFACTURED FROM JULY 1, 2004, THROUGH SEPTEMBER 3, 2010. THE OUTER RACE OF THE SECONDARY SHAFT BEARING MAY BE BROKEN DURING CERTAIN DRIVING STYLES. A BROKEN OUTER RACE MAY CAUSE ABNORMAL NOISE, THE MALFUNCTION INDICATOR LIGHT TO TURN ON, AND ALLOW CONTACT BETWEEN THE TRANSMISSION IDLE GEAR AND AN ELECTRONIC SENSOR HOUSING WITHIN THE TRANSMISSION.","THIS COULD RESULT IN A SHORT CIRCUIT CAUSING THE ENGINE TO STALL. ADDITIONALLY, BROKEN PIECES OF THE OUTER RACE OR BALL BEARING FROM THE SECONDARY SHAFT MAY BECOME LODGED IN THE PARKING PAWL RESULTING IN THE VEHICLE ROLLING AFTER THE DRIVER HAS PLACED THE GEAR SELECTOR IN THE PARK POSITION. ENGINE STALL AND UNEXPECTED VEHICLE MOVEMENT INCREASES THE RISK OF A CRASH OR PERSONAL INJURY TO PERSONS WITHIN THE PATH OF A ROLLING VEHICLE.","HONDA WILL NOTIFY OWNERS AND DEALERS WILL UPDATE THE AUTOMATIC TRANSMISSION CONTROL MODULE SOFTWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 27, 2011. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -08/04/2011,11E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E030000),Fontaine Fifth Wheel Company,FIFTH WHEEL ASSEMBLIES,EQUIPMENT,NR (Not Reported),Equipment,103,"FONTAINE IS RECALLING CERTAIN AIR ACTUATED FIFTH WHEEL ASSEMBLIES, PART NUMBERS AA4LWO675012, AA4LWO775012, AND AA4LWO875012, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON VARIOUS VEHICLES. THE MOUNTING BRACKET FOR THE FIXED END MAY NOT POSITION CORRECTLY IN ACCORDANCE WITH ENGINEERING SPECIFICATIONS.","IF THE MOUNTING BRACKET IS NOT POSITIONED CORRECTLY, THE TRAILER CAN SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF PERSONAL INJURY OR A CRASH.",FONTAINE WILL NOTIFY OWNERS AND REPLACE THE AFFECTED FIFTH WHEEL ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING AUGUST 2011. OWNERS MAY CONTACT FONTAINE CUSTOMER SERVICE AT 1-800-874-9780. -08/04/2011,11V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V405000),"Autocar Industries, LLC",FRONT FRAME RAIL STRUCTURAL INTEGRITY,STRUCTURE,T-1101,Vehicle,13,"AUTOCAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 ACTT HEAVY DUTY CLASS 8 TERMINAL TRACTORS MANUFACTURED FROM FEBRUARY 23, 2011, THROUGH JUNE 24, 2011. THESE VEHICLES MAY DEVELOP CRACKS IN THE TOP FLANGE OF THE RIGHT-HAND FRAME RAIL AT THE CLEARANCE CUT-OUT FOR THE ENGINE AIR INTAKE SYSTEM. THIS IS DUE TO HIGH STRESS INDUCED AT THE LOCATION OF THE CUT-OUT WHEN THE VEHICLE IS SUBJECTED TO SEVERE DUTY CYCLES.","OVER TIME, CRACKING IN THE FRAME RAIL MAY PROPAGATE AND CAUSE THE FRAME RAIL TO FAIL, RESULTING IN CHANGES IN VEHICLE HANDLING AND/OR INCREASING THE RISK OF A CRASH.","AN OWNER NOTIFICATION LETTER WILL BE MAILED WHICH WILL PROVIDE INSTRUCTIONS FOR SCHEDULING REPAIR OF THE VEHICLE AT AN AUTHORIZED AUTOCAR SERVICE FACILITY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 28, 2011. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -08/03/2011,11V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V399000),REV Recreation Group,CIRCUIT BREAKER/SPRING PLUG,ELECTRICAL SYSTEM,110728FRV,Vehicle,408,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 AMERICAN EAGLE, AMERICAN TRADITION, DISCOVERY, REVOLUTION LE, AND MODEL YEAR 2011 AMERICAN EAGLE, AMERICAN HERITAGE, AMERICAN TRADITION, BOUNDER, BOUNDER CLASSIC, DISCOVERY, EXPEDITION, PROVIDENCE, REVOLUTION LE, AND SOUTHWIND CLASS A MOTOR HOMES EQUIPPED WITH MURRAY OR SIEMENS BRAND CIRCUIT BREAKERS. THESE CIRCUIT BREAKERS HAVE A NON-CONFORMING ""SPRING CLIP"" PLUG-IN ASSEMBLY THAT BREAKS OR FAILS TO PROVIDE SUFFICIENT FORCE TO MAINTAIN A PROPER ELECTRICAL CONNECTION IN THE PANEL BOARD.","THIS CONDITION COULD LEAD TO EXCESSIVE TEMPERATURE, ARCING OR THERMAL DAMAGE AT THE CONNECTION POINT, AND POTENTIAL DAMAGE TO THE PANEL BOARD'S ELECTRICAL INSULATION. THIS COULD LEAD TO FIRE, PROPERTY DAMAGE, OR PERSONAL INJURY.","DEALERS WILL INSPECT AND REPLACE THE CIRCUIT BREAKERS IF NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 25, 2011. OWNERS MAY CONTACT FLEETWOOD OWNER RELATIONS AT 1-800-509-3418." -08/03/2011,11V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V397000),"Altec Industries, Inc.",COMPARTMENT LATCH,LATCHES/LOCKS/LINKAGES,CSN 546,Vehicle,4500,ALTEC IS RECALLING CERTAIN MODEL YEAR 2009-2011 SERVICE UTILITY BODY VEHICLES MANUFACTURED FROM MAY 2009 THROUGH MAY 2011. THE COMPARTMENT LATCH MAY FAIL IN THE SECONDARY (SAFETY CATCH) POSITION.,"THE COMPARTMENT DOOR ON THE UTILITY SERVICE BODY COULD COME OPEN DURING TRANSIT IF THE PRIMARY LATCHING POSITION IS NOT ENGAGED. A PERSON OR OBJECT COULD THEN FALL FROM THE VEHICLE DURING OPERATION, CAUSING INJURY AND/OR PROPERTY DAMAGE.","ALTEC WILL DIRECT THE CUSTOMERS TO INSPECT THE COMPARTMENT DOOR LATCHES AND REPLACE ANY THAT DO NOT HOLD IN THE SECONDARY LATCHING POSITION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -08/03/2011,11V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V404000),"General Motors, LLC",ELECTRONIC STABILITY CONTROL SYSTEM FMVSS 126,ELECTRONIC STABILITY CONTROL,11222,Vehicle,4077,"GM IS RECALLING CERTAIN MODEL YEAR 2012 BUICK LACROSSE PASSENGER VEHICLES MANUFACTURED FROM JUNE 9, 2011, THROUGH JULY 2, 2011, FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""ELECTRONIC STABILITY CONTROL SYSTEMS (ESC)."" THE STABILITRAK SYSTEM HAS AN INCORRECT CALIBRATION THAT MAY CAUSE THE SYSTEM TO NOT PROPERLY DETECT IF A SENSOR WERE TO MALFUNCTION, AND THE WARNING LIGHT INDICATING THAT THE SYSTEM IS NOT OPERATING WOULD NOT ILLUMINATE, AS REQUIRED IN THE SAFETY STANDARD.","THE IMPROPER DIAGNOSING MAY CAUSE THE ESC TO FALSELY ACTIVATE, RESULTING IN SUDDEN CHANGES IN VEHICLE HANDLING AND DECELERATION, PARTICULARLY AT HIGHER SPEEDS, WHICH MAY CAUSE THE DRIVER DIFFICULTY IN MAINTAINING THE VEHICLE'S DESIRED PATH OF TRAVEL AND DESIRED VEHICLE SPEED, AND COULD RESULT IN A CRASH WITHOUT WARNING.","GM DEALERS WILL REPROGRAM THE ELECTRONIC BRAKE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 12, 2011. OWNERS MAY CONTACT BUICK AT 1-866-608-8080." -08/03/2011,11V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V400000),"Winnebago Industries, Inc.",INFORMATION LABELS/FMVSS 110,EQUIPMENT,123,Vehicle,51,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2012 ERA MOTOR HOMES MANUFACTURED FROM NOVEMBER 11, 2010, THROUGH JULY 13, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES ARE EQUIPPED WITH THE WRONG VEHICLE WEIGHT LABEL.",NONCOMPLIANCE ISSUE - WEIGHT INFORMATION ON THE WRONG FORMAT LABEL.,"OWNERS WILL BE PROVIDED WITH NEW LABELS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 19, 2011. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -08/03/2011,11V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V394000),"Chrysler (FCA US, LLC)",OCCUPANT RESTRAINT CONTROL MODULE,AIR BAGS,L01,Vehicle,298949,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008 CHRYSLER GRAND VOYAGER, TOWN AND COUNTRY AND DODGE GRAND CARAVAN VEHICLES MANUFACTURED FROM JUNE 24, 2007, THROUGH JULY 30, 2008. THESE VEHICLES MAY EXPERIENCE A HEATING AND AIR CONDITIONER (HVAC) CONDENSATE LEAK FROM THE HVAC DRAIN GROMMET ONTO THE OCCUPANT RESTRAINT CONTROL (ORC) MODULE, WHICH CAN LEAD TO THE ILLUMINATION OF THE AIRBAG WARNING LIGHT AND A POTENTIAL INADVERTENT AIRBAG DEPLOYMENT WITHOUT WARNING.",AN INADVERTENT AIRBAG DEPLOYMENT COULD RESULT IN INJURY TO THE SEAT OCCUPANT IN FRONT OF THE DEPLOYING AIRBAG AND/OR A VEHICLE CRASH.,"DEALERS WILL REPLACE THE AFFECTED AIR BAG MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 14, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -08/02/2011,11V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V402000),Glaval Bus,FIRE SUPPRESSION DISCHARGE NOZZLES,EQUIPMENT,NR (Not Reported),Vehicle,39,"GLAVAL BUS IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 TITAN II AND UNIVERSAL TRANSIT BUSES MANUFACTURED FROM APRIL 1, 2010, THROUGH JULY 1, 2011. ONE OF THE FIRE SUPPRESSION DISCHARGE NOZZLES WAS INCORRECTLY PLACED IN THE DRIVER'S STATION.","IN THE EVENT OF A SYSTEM DISCHARGE, A SIGNIFICANT CLOUD OF POWDER COULD BE RELEASED INTO THE DRIVER'S COMPARTMENT POSSIBLY OBSTRUCTING THE DRIVER'S VIEW. THIS SITUATION COULD RESULT IN A VEHICLE CRASH.","GLAVAL BUS WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2011. OWNERS SHOULD CONTACT GETAWAY MARKETING, INC. AT 1-941-747-5486 EXT. 221 OR GLAVAL BUS AT 1-800-445-2825." -08/02/2011,11V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V393000),"Triumph Motorcycles America, Ltd.",TOP BOX LOCKING HANDLE,EQUIPMENT,RM2011/015,Vehicle,134,"TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2011-2012 SPRINT GT, TIGER 800 AND TIGER 800 XC MOTORCYCLES MANUFACTURED FROM JUNE 2010 THROUGH JUNE 2011. THE TOP BOX LOCKING HANDLE IS MISSING A CLIP ON THE LOCKING MECHANISM AND THUS IT IS POSSIBLE THAT THE TOP BOX MAY DETACH FROM THE MACHINE.","IF THE TOP BOX FALLS FROM THE MOTORCYCLE, IT COULD STRIKE ANOTHER VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW FITMENT CLIP PART TO THE TOP BOX LOCKING HANDLE SPINDLE TO ALIGN THE RACK AND PINION MECHANISM TO PREVENT DISENGAGEMENT. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2011. OWNERS MAY CONTACT TRIUMPH CUSTOMER SERVICE DEPARTMENT AT 1-678-539-8782." -08/01/2011,11V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V387000),"Altec Industries, Inc.",AXLE SPINDLES,SUSPENSION,MAB 547,Vehicle,210,ALTEC IS RECALLING CERTAIN MODEL YEAR 2009-2011 DC-912A AND MODEL YEAR 2010 AND 2011 WC126A WOOD CHIPPERS MANUFACTURED FROM JANUARY 2009 THROUGH JULY 2011. FATIGUE FAILURES CAN OCCUR AT THE BEARING GREASE HOLE LOCATED ON THE AXLE SPINDLE.,"THE SPINDLE ON THE AXLE COULD FAIL ALLOWING THE WHEEL TO SEPARATE FROM THE CHIPPER, POSSIBLY RESULTING IN A CRASH.","ALTEC WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE AXLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 17, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-435-9258." -08/01/2011,11V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V389000),"Altec Industries, Inc.",ELECTRICAL LEAKAGE METER,EQUIPMENT,CSN 549,Vehicle,67,"ALTEC IS RECALLING CERTAIN MODEL YEAR 1997-2009 AERIAL DEVICES MANUFACTURED FROM JUNE 1997 THROUGH JULY 2009, EQUIPPED WITH A BCM 44B ELECTRICAL LEAKAGE MONITORING SYSTEM. THE METER WAS INCORRECTLY INSTALLED AND THE WIRING MAY COME LOOSE; HOWEVER, THE METER COULD STILL INDICATE THAT IT IS WORKING PROPERLY.","FAILURE OF THE LEAKAGE MONITORING SYSTEM CAN RESULT IN THE USER TOUCHING A CONDUCTOR, UNAWARE THAT IT MAY BE ENERGIZED AND RISKING ELECTRICAL SHOCK OR ELECTROCUTION.","ALTEC WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -08/01/2011,11V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V388000),PACCAR Incorporated,FIFTH WHEEL PARTIAL COUPLING/FONTAINE/KENWORTH,TRAILER HITCHES,NR (Not Reported),Vehicle,10,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2011 KENWORTH T700 VEHICLES EQUIPPED WITH FONTAINE ULTRA LT MODEL FIFTH WHEEL MANUFACTURED FROM OCTOBER 5, 2010, THROUGH OCTOBER 13, 2010. DURING THE TRAILER COUPLING PROCESS, IT IS POSSIBLE FOR A DRIVER TO PARTIALLY CLOSE THE FONTAINE ULTRA LT MODEL FIFTH WHEEL AROUND THE TRAILER KINGPIN WITHOUT THE FIFTH WHEEL BEING FULLY ENGAGED AND LOCKED.","A PARTIALLY COUPLED FIFTH WHEEL MAY RESULT IN A TRAILER UNEXPECTEDLY SEPARATING FROM THE TRACTOR, INCREASING THE RISK OF A CRASH.","REPAIRS HAVE BEEN COMPLETED TO ALL AFFECTED CHASSIS BY THE EQUIPMENT SUPPLIER, FONTAINE. ACCORDINGLY, AN OWNER NOTIFICATION CAMPAIGN IS UNNECESSARY AND IS NOT PLANNED. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -08/01/2011,11V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V390000),"Volkswagen Group of America, Inc.",FUEL SUPPLY LINE,"FUEL SYSTEM, OTHER",20Q8/K1,Vehicle,920,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2011-2012 AUDI R8 SPYDER VEHICLES MANUFACTURED FROM MAY 18, 2010, THROUGH JUNE 22, 2011. THE FUEL SUPPLY LINE MAY CONTACT AND RUB AGAINST THE HEAT SHIELD IN THE ENGINE COMPARTMENT. THIS COULD LEAD TO A SMALL FUEL LEAK.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD LEAD TO A VEHICLE FIRE.,"DEALERS WILL INSPECT THE FUEL LINE FOR DAMAGE AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2011. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -08/01/2011,11V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V392000),Frontline Communications,HYDRAULIC BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,75,"FRONTLINE IS RECALLING CERTAIN MODEL YEAR 2006-2011 ELECTRONIC NEWS GATHERING (ENG) VEHICLES BUILT ON A FORD E-350 CHASSIS WITH AN AFTERMARKET REAR ANTI-SWAY BAR AND MANUFACTURED FROM OCTOBER 31, 2006, THROUGH JULY 12, 2011. THESE VEHICLES MAY BE SUSCEPTIBLE TO REAR HYDRAULIC BRAKE LINE DAMAGE. THE REAR ANTI-SWAY BAR FRAME MOUNTING BOLT THREADS MAY COME IN CONTACT WITH THE STEEL HYDRAULIC BRAKE LINE. IF METAL-TO-METAL ABRASION OCCURS, THE BRAKE LINE MAY EVENTUALLY RUPTURE AND CAUSE A LOSS OF HYDRAULIC SERVICE BRAKE PRESSURE.","IF A LOSS OF SERVICE BRAKE PRESSURE OCCURS, THE DRIVER MAY NOT BE ABLE TO CONTROL THE VEHICLE, INCREASING THE RISK OF A CRASH","FRONTLINE WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY LOCAL FORD DEALERS AND FRONTLINE AUTHORIZED SERVICE FACILITIES. THE MANUFACTURER BEGAN CONTACTING OWNERS BY TELEPHONE ON JULY 12, 2011. OWNERS MAY CONTACT FRONTLINE COMMUNICATIONS AT 1-727-573-0400." -08/01/2011,11V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V391000),RM STROPP CO.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,5,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY RM STROPP CO. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY RM STROPP CO. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -07/29/2011,11V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V385000),Ford Motor Company,FUEL TANK STRAP CORROSION,"FUEL SYSTEM, GASOLINE",11S21,Vehicle,1100000,"FORD IS RECALLING CERTAIN 1997 THROUGH 2003 MODEL YEAR FORD F-150, 2004 MODEL YEAR FORD F-150 HERITAGE, 1997 THROUGH 1999 MODEL YEAR F-250 LESS THAN 8,500 LBS. GROSS VEHICLE WEIGHT RATING (GVWR), AND 2002 AND 2003 LINCOLN BLACKWOOD VEHICLES MANUFACTURED FROM JUNE 20, 1995, THROUGH AUGUST 4, 2004, ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. PROLONGED EXPOSURE TO ROAD DEICING CHEMICALS MAY CAUSE SEVERE CORROSION OF THE FUEL TANK STRAPS WHICH SECURE THE TANK TO THE VEHICLE.","AS A RESULT OF THE CORROSION, ONE OR BOTH STRAPS MAY FAIL ALLOWING THE FUEL LINES TO SEPARATE FROM THE TANK, OR IN SOME CASES, CAUSING THE TANK TO CONTACT THE GROUND. EITHER SCENARIO MAY RESULT IN A FUEL LEAK PRESENTING A FIRE HAZARD.","FORD WILL NOTIFY OWNERS AND INSTRUCT THEM TO TAKE THEIR VEHICLES TO A FORD OR LINCOLN DEALER TO HAVE THE FUEL TANK STRAPS REPLACED WITH STRAPS THAT HAVE INCREASED CORROSION PROTECTION. EARLY IN THIS CAMPAIGN, IF REPLACEMENT STRAPS ARE NOT AVAILABLE, DEALERS MAY INSTALL A CABLE SUPPORT UNDER THE STRAP AS AN INTERIM REPAIR OR A STEEL REINFORCEMENT OVER THE EXISTING STRAP AS A PERMANENT REPAIR. ANY REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332. FORD'S RECALL CAMPAIGN NUMBER IS 11S21" -07/28/2011,11V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V386000),"Altec Industries, Inc.",BATTERY FUSE BLOCK INSPECTION,ELECTRICAL SYSTEM,CSN 548,Vehicle,63,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2010-2011 AERIAL DEVICES UTILITY VEHICLES MANUFACTURED FROM AUGUST 2010 THROUGH MAY 2011, THE BATTERY FUSE BLOCK MAY BE INSTALLED INCORRECTLY. THE POWER SOURCE MAY HAVE BEEN CONNECTED TO THE WRONG SIDE (POST) OF THE FUSE LEAVING THE BATTERY HOT CABLE UNPROTECTED WITHOUT A FUSE.",THE CHASSIS BATTERIES COULD SHORT AND CAUSE A FIRE INCREASING THE RISK OF DEATH OR SERIOUS INJURY.,"ALTEC WILL INSPECT THE CONNECTION OF THE BATTERY CABLE TO THE FUSE BLOCK, THE POSITION OF THE FUSE BLOCK MOUNTING PLATE ON THE BATTERY, AND REPAIR THE VEHICLES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 1, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -07/27/2011,11V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V379000),Motor Coach Industries,WINDSHIELD WIPER MOTOR FUSE/DOGA,VISIBILITY,NR (Not Reported),Vehicle,300,"MCI IS RECALLING CERTAIN MODEL YEAR 2011 MCI E4500, AND J4500, MOTOR COACHES MANUFACTURED FROM SEPTEMBER 2010 THROUGH JULY 2011, EQUIPPED WITH A DOGA WINDSHIELD WIPER MOTOR. AN UNDERRATED FUSE MAY HAVE BEEN INSTALLED AT THE FACTORY, WHICH COULD BLOW, RESULTING IN THE WINDSHIELD WIPERS NOT OPERATING.","THE DRIVER'S VISIBILITY MAY BE REDUCED, WHICH IN TURN COULD RESULT IN A CRASH OR OTHERWISE CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.","DEALERS WILL INSPECT THE FUSE AND REPLACE ANY UNDERRATED FUSES THAT MAY HAVE BEEN INSTALLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2011. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -07/26/2011,11V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V377000),Toyota Motor Engineering & Manufacturing,BRAKE ACTUATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 LEXUS RX350 PASSENGER CARS MANUFACTURED FROM AUGUST 30, 2010, THROUGH MAY 18, 2011, AND EQUIPPED WITH VEHICLE DYNAMICS INTEGRATED MANAGEMENT (VDIM). THE CALIBRATION FOR THE HYDRAULIC CONTROL VALVES IS INCORRECT. DUE TO THIS CONDITION, THERE IS A POSSIBILITY THAT THE RIGHT FRONT WHEEL MAY NOT BE CONTROLLED PROPERLY DURING ABS (ANTILOCK BRAKE SYSTEM) OR VSC (VEHICLE STABILITY CONTROL) ACTUATION.","THIS COULD RESULT IN INCREASED STOPPING DISTANCES AND/OR A FAILURE TO ADEQUATELY CORRECT A VEHICLE SLIDE, WHICH COULD INCREASE THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE BRAKE ACTUATOR WITH A NEW ONE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 8, 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/26/2011,11V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V384000),Pierce Manufacturing,FUEL TANK STRAP,"FUEL SYSTEM, OTHER",74B218,Vehicle,6803,"PIERCE HAS DECIDED THAT CERTAIN MODEL YEAR 1995-2008 ARROW XT, DASH, CUSTOM CONTENDER, LANCE, ENFORCER, PIERCE ARROW, QUANTUM, SABER AND COMMERCIAL FIRE TRUCKS MANUFACTURED FROM JANUARY 2, 1995, THROUGH JANUARY 21, 2008, CONTAIN A SAFETY DEFECT. THESE VEHICLES ARE EQUIPPED WITH FUEL TANK STRAPS THAT MAY CORRODE DUE TO WINTER ROAD SALT OR LIQUID DE-ICING CHEMICALS. IF THE FUEL TANK STRAPS CORRODE SUFFICIENTLY, THE FUEL TANK SUPPORTING STRAPS MAY FRACTURE AND THE FUEL TANK MAY FALL FROM THE VEHICLE.","THE VEHICLES MAY LOSE POWER AND STALL. IN ADDITION, THE FUEL TANK MAY RUPTURE AND SPILL DIESEL FUEL ON THE ROADWAY. EITHER OF THESE OUTCOMES MAY CAUSE A FIRE TRUCK OR SURROUNDING VEHICLES TO SLIP OR SLIDE ON THE ROADWAY SURFACE, INCREASING THE RISK OF A CRASH.","FOR FIRE TRUCKS THAT ARE LESS THAN 10 YEARS OLD, DEALERS WILL INSPECT THE FUEL TANK STRAPS AND REPLACE THEM IF NECESSARY WITH STAINLESS STEEL STRAPS FREE OF CHARGE. FOR VEHICLES THAT ARE OLDER THAN 10 YEARS, PIERCE IS NOT OFFERING A FREE REMEDY, BUT WILL OFFER FOR PURCHASE REPLACEMENT FUEL TANKS STRAPS AND PROVIDE INSTRUCTIONS FOR INSTALLATION. THE SAFETY RECALL BEGAN ON AUGUST 27, 2011. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -07/26/2011,11V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V378000),"Volvo Car USA, LLC",POWER STEERING RESERVOIR,STEERING,R246,Vehicle,8406,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2007 S80 PASSENGER CARS MANUFACTURED FROM MARCH 8, 2006, THROUGH MAY 16, 2007. THE POWER STEERING RESERVOIR RETURN HOSE MAY HAVE BEEN INCORRECTLY ROUTED, WHICH CAN RESULT IN INCREASED PRESSURE IN THE POWER STEERING SYSTEM. THE POWER STEERING RETURN HOSE MAY BURST AT THE STEERING GEAR DUE TO THE INCREASED PRESSURE, RESULTING IN A LOSS OF POWER STEERING FLUID.","THE DRIVER MAY EXPERIENCE A SUDDEN LOSS OF POWER STEERING, INCREASING THE RISK OF A CRASH.","VOLVO DEALERS WILL INSPECT THE ROUTING OF THE POWER STEERING RESERVOIR RETURN HOSE AND MAKE REPAIRS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT VOLVO AT 1-201-768-7300." -07/26/2011,11V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V381000),EXTREME CAR AUDIO,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,16,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY EXTREME CAR AUDIO ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY EXTREME CAR AUDIO BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -07/26/2011,11V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V382000),"SUMMIT SOUND & SECURITY, LTD",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,23,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SUMMIT SOUND & SECURITY, LTD ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SUMMIT SOUND & SECURITY, LTD BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -07/22/2011,11V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V383000),REV Recreation Group,FEDERAL CERTIFICATION TAGS/PART 567,EQUIPMENT,110715FRV,Vehicle,220,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2009 AMERICAN ALLEGIANCE, AMERICAN HERITAGE, REVOLUTION LE; MODEL YEAR 2010 AMERICAN EAGLE, AMERICAN HERITAGE, REVOLUTION LE, AND MODEL YEAR 2011 AMERICAN EAGLE, AMERICAN HERITAGE, AMERICAN TRADITION, DISCOVERY, PROVIDENCE, AND REVOLUTION LE, CLASS A MOTOR HOMES MANUFACTURED FROM SEPTEMBER 4, 2009, THROUGH JANUARY 5, 2011. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION"". THE FEDERAL CERTIFICATION TAG FIGURES RELATED TO THE INTERMEDIATE AND REAR TIRE PRESSURE RATINGS, IN KILOPASCALS (KPA), WERE PRINTED IN THEIR REVERSE POSITIONS.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","FLEETWOOD RV WILL MAIL THE CORRECT FEDERAL CERTIFICATION TAGS TO DEALERS AND OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT FLEETWOOD OWNER RELATIONS AT 1-800-509-3418." -07/22/2011,11V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V368000),"Navistar, Inc.",OMITTED FLOOR REINFORCEMENTS,STRUCTURE,11513,Vehicle,340,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 IC CE AND RE SCHOOL BUSES MANUFACTURED FROM OCTOBER 8, 2009, THROUGH APRIL 14, 2011. THESE BUSES WERE BUILT WITHOUT OR INCORRECTLY INSTALLED FLOOR CHANNEL REINFORCEMENTS. ACCORDINGLY, THE BUSES FAIL TO CONFORM WITH THE SEAT BACK REAR FORCE AND DISPLACEMENT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",NONCOMPLIANCE TO THE STANDARD INCREASES THE PASSENGER'S RISK OF REARWARD EJECTION FROM THE SEAT WHICH MAY CAUSE PERSONAL INJURY OR DEATH IN THE EVENT OF A CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE SEPTEMBER 16, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -07/21/2011,11V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V370000),"Mack Trucks, Inc.",CLUTCH PEDAL,POWER TRAIN,SC0355,Vehicle,475,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010-2011 CHU, CXU AND GU HEAVY TRUCKS MANUFACTURED FROM JULY 12, 2010, THROUGH JULY 23, 2010 FOR A POTENTIALLY DEFECTIVE WELD ON THE SHAFT THAT THE CLUTCH PEDAL ATTACHES TO.","IF THE WELD FAILS, THE PEDAL SHAFT MAY WORK ITS WAY LOOSE AND POTENTIALLY CAUSE THE CLUTCH PEDAL TO FALL TO THE FLOOR, WHICH WOULD LIMIT THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CLUTCH PEDAL SHAFT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 29, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -07/21/2011,11V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V372000),"Navistar, Inc.",DUAL STEERING GEAR FEATURE,STEERING,11512,Vehicle,36,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2012 INTERNATIONAL WORKSTAR COMMERCIAL TRUCKS MANUFACTURED FROM FEBRUARY 7, 2011, THROUGH JUNE 7, 2011, AND BUILT WITH DUAL STEERING GEAR FEATURE CODES 05PTB, 05PTE, 05PUA, 05PUB, 05PUC, 05PUD, 05PUE, OR 05PUH. THE FASTENER THAT ATTACHES THE PITMAN ARM TO THE RIGHT SIDE STEERING GEAR MAY NOT HAVE BEEN TIGHTENED TO ITS SPECIFIED TORQUE, OR THE LOCKING FEATURE ASSOCIATED WITH THE FASTENER MAY NOT HAVE BEEN PROPERLY INSTALLED. AN UNDER TORQUE CONDITION AND/OR MISSING LOCKING FEATURE MAY CAUSE A LOOSE CONNECTION POSSIBLY ALLOWING THE PITMAN ARM TO SEPARATE FROM THE STEERING GEAR RESULTING IN LOSS OF STEERING CONTROL.","LOSS OF STEERING CONTROL INCREASES THE RISK OF A CRASH THAT MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT THE PITMAN ARM/STEERING GEAR CONNECTION, AND EITHER THE CONNECTING FASTENER WILL BE TIGHTENED TO THE CORRECT ASSEMBLY TORQUE OR THE PITMAN ARM WILL BE REPLACED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 19, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -07/21/2011,11V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V380000),PACCAR Incorporated,KENWORTH/PETERBILT/FAST IDLE CONTROL,ELECTRICAL SYSTEM,E038R,Vehicle,211,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 KENWORTH T660, T700, AND T800 VEHICLES MANUFACTURED FROM APRIL 19, 2010, THROUGH MAY 13, 2011, AND MODEL YEAR 2008, 2010, AND 2011 PETERBILT 365, 367, 384, 386, 387, 388 AND 587 VEHICLES MANUFACTURED FROM APRIL 20, 2010, THROUGH JUNE 11, 2011, AND EQUIPPED WITH PACCAR MX ENGINES AND EATON ULTRASHIFT DM OR ALLISON AUTOMATIC TRANSMISSIONS (WITHOUT AUTO-NEUTRAL). THE FAST IDLE CONTROL MAY BE ACTIVATED BY THE OPERATOR WHILE THE TRANSMISSION IS IN GEAR.","IF THE FAST IDLE CONTROL FUNCTION IS ENGAGED WITH THE TRANSMISSION IN GEAR, THE VEHICLE COULD UNEXPECTEDLY ACCELERATE AND OVERRIDE THE PARKING BRAKE AND , CREATING A RISK OF A CRASH AND DAMAGE TO OTHER VEHICLES OR PROPERTY AND THE POTENTIAL FOR INJURY TO NEARBY PEDESTRIANS.","KENWORTH AND PETERBILT DEALERS WILL UPDATE THE ENGINE SOFTWARE FOR THE AFFECTED CHASSIS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 22, 2011. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196." -07/21/2011,11V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V373000),"Genie Industries, Inc.",MOTOR CONTROLLER/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,354,"GENIE IS RECALLING CERTAIN TZ-34 AND TZ-50 TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, MANUFACTURED FROM MAY 02, 2011, THROUGH JUNE 30, 2011, THAT ARE EQUIPPED WITH A NEWLY DESIGNED MOTOR CONTROLLER COMPONENT. THIS COMPONENT IS ALSO INSTALLED AS A SERVICE PART REPLACEMENT ON TMZ 34/19 AND TMZ 50 AS PART NUMBER 96769 AND KIT 99854 FROM APRIL 13, 2011, THROUGH JULY 13, 2011. THE MOTOR CONTROLLER CAN FAIL.",FAILURE OF THE MOTOR CONTROLLER CAN RESULT IN A FIRE.,"GENIE WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 2, 2011. OWNERS MAY CONTACT GENIE'S SERVICE DEPARTMENT AT 1-800-536-1800." -07/21/2011,11V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V365000),"Navistar, Inc.",POSITIVE BATTERY CABLE ROUTING/ELECTRICAL SHORT,ELECTRICAL SYSTEM,11511,Vehicle,431,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 IC RE SCHOOL BUSES MANUFACTURED FROM FEBRUARY 4, 2010, THROUGH JUNE 16, 2011. THE POSITIVE BATTERY CABLE MAY RUB ON THE HYDRAULIC COOLER RESERVOIR MOUNTING BRACKET POSSIBLY RESULTING IN AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.",NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JANUARY 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825. -07/21/2011,11V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V367000),"Navistar, Inc.",POSITIVE BATTERY CABLE ROUTING/ELECTRICAL SHORT,ELECTRICAL SYSTEM,11510,Vehicle,60,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 IC RE COMMERCIAL BUSES MANUFACTURED FROM AUGUST 24, 2010, THROUGH JUNE 8, 2011. THE POSITIVE BATTERY CABLE MAY RUB ON THE HYDRAULIC COOLER RESERVOIR MOUNTING BRACKET POSSIBLY RESULTING IN AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. PARTS AVAILABILITY HAS NOT YET BEEN DETERMINED. AN INTERIM LETTER WAS MAILED IN OCTOBER 2011. THE SAFETY RECALL BEGAN ON AJNAURY 23, 2012. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -07/21/2011,11V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V375000),"Navistar, Inc.",REAR EXIT DOOR REFLECTIVE TAPE,STRUCTURE,11514,Vehicle,70,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2012 IC BE, CE, AND FE SCHOOL BUSES MANUFACTURED FROM NOVEMBER 1, 2006, THROUGH MAY 2, 2011. THE REFLECTIVE TAPE FOR THE REAR EXIT DOOR MAY NOT HAVE BEEN TOTALLY COMPLETED. ACCORDINGLY, THE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","THIS NONCOMPLIANCE MAY REDUCE CONSPICUITY OF THE REAR DOOR, REDUCING THE ABILITY OF EMERGENCY PERSONNEL TO IDENTIFY AND GAIN ACCESS TO THE REAR EXIT DURING AN EMERGENCY, POSSIBLY INCREASING THE OCCUPANT'S RISK OF PERSONAL INJURY OR DEATH DURING AN EMERGENCY.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE BUSES AND ADD REFLECTIVE TAPE IF NECESSARY. THE SAFETY RECALL BEGAN ON AUGUST 3, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -07/21/2011,11V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V376000),"Navistar, Inc.",VOLTAGE CONVERTER WIRING,ELECTRICAL SYSTEM,11515,Vehicle,16,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 R-VISION ONYX, TRAIL-SPORT AND TRAIL-LITE RECREATIONAL VEHICLES MANUFACTURED FROM DECEMBER 15, 2010, THROUGH FEBRUARY 7, 2011. THE VOLTAGE CONVERTER IN THE VEHICLE'S LOAD CENTER DISTRIBUTION PANEL MAY HAVE BEEN INCORRECTLY WIRED POSSIBLY RESULTING IN THE CONVERTER AND CERTAIN OBJECTS BEING ELECTRICALLY ENERGIZED.",AN ELECTRICALLY ENERGIZED OBJECT MAY DISCHARGE UPON CONTACT POSSIBLY RESULTING IN SHOCK HAZARD OR PERSONAL INJURY.,"NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE RECREATIONAL VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 12, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -07/20/2011,11V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V366000),"Eclipse Recreational Vehicles, Inc.",INCORRECT TIRE LABEL/FMVSS 110,EQUIPMENT,SG-18CK-22CK,Vehicle,40,"ECLIPSE IS RECALLING CERTAIN MODEL YEAR 2011-2012 MILAN TL18CK AND TL22CK RECREATIONAL VEHICLES MANUFACTURED FROM DECEMBER 20, 2010, THROUGH FEBRUARY 11, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES WHERE PRODUCED WITH THE WRONG TIRE PLACARD LABEL.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","ECLIPSE WILL MAIL TO DEALERS AND CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 18, 2011. OWNERS MAY CONTACT ECLIPSE AT 1-951-684-6868." -07/20/2011,11V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V374000),"Mack Trucks, Inc.",STEERING GEAR TORQUE,STEERING,SC0356,Vehicle,2294,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009-2012 MRU HEAVY TRUCKS MANUFACTURED FROM NOVEMBER 26, 2008, THROUGH APRIL 26, 2011. THE BOLTS USED TO MOUNT THE STEERING GEAR WERE NOT TIGHTENED TO SPECIFICATION. THE BOLTS CAN LOOSEN WHICH OVER TIME MAY CAUSE THE STEERING GEAR TO DISCONNECT FROM ITS MOUNTING BRACKET.",A COMPLETE LOSS OF STEERING MAY OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL REPLACE THE BOLTS, WHICH WILL BE TIGHTENED TO THE CORRECT SPECIFICATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 19, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -07/19/2011,11V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V360000),Great Dane Trailers,ALUMINUM FLATBED TRAILER SUSPENSION BRACKET BOLTS,SUSPENSION,NR (Not Reported),Vehicle,119,GREAT DANE IS RECALLING CERTAIN MODEL YEAR 2010-2011 GPA ALUMINUM FLATBED TRAILERS. THE LOCK NUTS AND BOLTS ATTACHING THE AIR RIDE SUSPENSION HANGERS TO THE TRAILER ARE DEFECTIVE WHICH MAY RESULT IN LOSS OF FASTENER TORQUE ALLOWING THE SUSPENSION HANGERS TO BECOME LOOSE.,THE SUSPENSION COMPONENTS COULD DETACH FROM THE TRAILER RESULTING IN LOSS OF CONTROL AND A CRASH.,"GREAT DANE WILL REPLACE ALL DEFECTIVE SUSPENSION NUTS AND BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 8, 2011. OWNERS MAY CONTACT GREAT DANE CUSTOMER SERVICE AT 1-877-369-3493." -07/19/2011,11V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V369000),"Dutchmen Manufacturing, Inc.",FUEL SUPPLY AND FUEL RETURN HOSES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,550,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2012 VOLTAGE TRAVEL TRAILERS MANUFACTURED FROM JANUARY 3, 2011, THROUGH JULY 8, 2011, AND MANUFACTURED WITH FUEL SUPPLY AND FUEL RETURN HOSES THAT MAY CONTAIN A SPLICE IN THE FUEL LINE.","LINES THAT CONTAIN A SPLICE MAY LEAK FUEL, WHICH COULD RESULT IN A POTENTIAL FIRE.","DEALERS WILL INSPECT THE FUEL LINES BETWEEN THE FUEL TANK AND THE GENERATOR. IF A SPLICE IS FOUND, THE FUEL LINES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT DUTCHMEN AT 1-574-537-0700." -07/19/2011,11V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V359000),"Daimler Trucks North America, LLC",GRID HEATER/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,10C-5,Vehicle,836,"DAIMLER TRUCKS NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 FCCC B2 106 CH AND THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM FEBRUARY 16, 2010, THROUGH JULY 7, 2010, EQUIPPED WITH SPECIFIC MBE900 EPA04 AND EPA07 MODEL ENGINES. THE INTAKE AIR GRID HEATER MAY SHORT CIRCUIT AND FAIL DUE TO EXCESSIVE INTERNAL TEMPERATURES.",A SHORT CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES. THE SAFETY RECALL BEGAN ON JULY 29, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712. THIS RECALL IS ASSOCIATED WITH A PREVIOUS RECALL, CAMPAIGN NUMBER 10V-340." -07/19/2011,11V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V361000),AUTOMOTIVE SPECIALTIES LLC,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,200,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [AUTOMOTIVE SPECIALTIES LLC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOMOTIVE SPECIALTIES LLC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -07/19/2011,11V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V362000),AUTO SUNROOF CO. INC.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,713,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO SUNROOF CO. INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO SUNROOF CO. INC.] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632" -07/19/2011,11V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V371000),"Nissan North America, Inc.",TRANSVERSE LINK BOLTS,SUSPENSION,NR (Not Reported),Vehicle,20000,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2011-2012 NISSAN ALTIMA SEDAN VEHICLES MANUFACTURED FROM APRIL 25, 2011, THROUGH JUNE 10, 2011 AT THE CANTON, MISSISSIPPI PLANT. THE TRANSVERSE LINK BOLT MAY NOT HAVE BEEN TORQUED TO THE PROPER SPECIFICATION. THIS CONDITION COULD CAUSE THE BOLT TO BECOME LOOSE WHILE THE VEHICLE IS BEING DRIVEN, CREATING A RATTLING NOISE AND VIBRATION.","IF THE BOLT COMES OUT COMPLETELY, THE DRIVER MAY EXPERIENCE DIFFICULTY CONTROLLING THE DIRECTION OF THE VEHICLE WHICH COULD RESULT IN A CRASH.","NISSAN WILL REPLACE THE TRANSVERSE LINK BOLTS AND NUTS AND TIGHTEN THEM TO THE PROPER TORQUE SPECIFICATION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 8, 2011. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/19/2011,11V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V363000),"Kawasaki Motors Corp., U.S.A.",WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2480,"KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2011 NINJA ZX-10R/ZX-10R ABS (ZX1000JBF/JBFL/KBF/KBFL) MOTORCYCLES. IT IS POSSIBLE FOR A PORTION OF THE WIRING HARNESS TO BECOME PINCHED BETWEEN THE REAR SUBFRAME AND THE REAR FENDER OR BETWEEN THE REAR SUBFRAME AND THE BOLT HOLDING THE SEAT COVER. THIS CAN DAMAGE THE HARNESS AND WIRING AND RESULT IN A SHORT BETWEEN WIRES AND THE FRAME OR WITHIN WIRES, WHICH COULD RESULT IN THE ENGINE STOPPING SUDDENLY.","IF THE MOTORCYCLE STALLS WHILE BEING RIDDEN, THERE COULD BE A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL REPAIR THE MOTORCYCLE AS NECESSARY, AND REROUTE THE MAIN HARNESS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 25, 2011. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 1-866-802-9381." -07/18/2011,11V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V364000),Prevost Car (US) Inc.,FUSE BOX CONNECTIONS,ELECTRICAL SYSTEM,SR11-52,Vehicle,185,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2009-2011 VOLVO 9700 MOTOR COACHES MANUFACTURED FROM OCTOBER 31, 2008, THROUGH JULY 1, 2011. ON SOME VEHICLES, THERE IS A POSSIBILITY OF POORLY TIGHTENED NUTS ON THE FRONT AND REAR FUSE BOX CONNECTIONS.","THERE COULD BE INTERRUPTIONS IN THE ELECTRICAL SUPPLY WHICH MAY CAUSE THE ENGINE TO STALL WITHOUT WARNING. ADDITIONALLY, THE LOOSE CONNECTIONS MAY CREATE EXCESSIVE HEAT WHICH MAY LEAD TO A FIRE.","DEALERS WILL INSPECT THE FUSE BOX AND PERFORM THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 25, 2011. OWNERS MAY CONTACT PREVOST CAR INC., SERVICE DEPARTMENT AT 1-866-870-2046 OR 1-418-831-5432." -07/14/2011,11V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V358000),"Dutchmen Manufacturing, Inc.",BUS BAR WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,92,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2012 INFINITY TRAVEL TRAILERS MANUFACTURED FROM FEBRUARY 4, 2011, THROUGH JUNE 30, 2011, BECAUSE THE 12 VOLT MAIN WIRING IN THE FRONT BULKHEAD COMPARTMENT IS INCORRECTLY ROUTED. ON THE ELECTRICAL BUS BAR MOUNTED TO THE BULKHEAD IN THE COMPARTMENT, ONLY THE MAIN POWER FEED FROM THE DISCONNECT SWITCH SHOULD BE CONNECTED TO THE LOWER SECTION OF THE BUS BAR. HOWEVER, THE POWER FEED LINE TO THE SOLENOID FOR THE HYDRAULIC PUMP SYSTEM IS ALSO WIRED TO THE LOWER PORTION OF THE BUS BAR. THIS CIRCUIT IS NOT PROTECTED BY AN AUTO RESET BREAKER.","IN THE EVENT OF A SHORT OR GROUND, THE UNPROTECTED CIRCUIT COULD RESULT IN A FIRE.","DEALERS WILL INSTALL AN ADDITIONAL AUTO RESET BREAKER TO THE BUS BAR AND CONNECT THE POWER FEED FOR THE HYDRAULIC PUMP SYSTEM TO THE ADDED BREAKER, WHICH WILL GIVE IT THE REQUIRED OVER CURRENT PROTECTION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 26, 2011. OWNERS MAY CONTACT DUTCHMEN AT 1-574-537-0700." -07/13/2011,11V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V357000),E-One Incorporated,DOOR LATCH/MOUNTING FASTENER,LATCHES/LOCKS/LINKAGES,4EN,Vehicle,80,"E-ONE IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 TYPHOON, CYCLONE II, AND TRADITION FIRE FIGHTING VEHICLES MANUFACTURED FROM JANUARY 1, 2010, THROUGH JULY 1, 2011, EQUIPPED WITH TRIMARK CAB DOOR MOUNT BRACKET PART NUMBERS 28141-01 AND 28142-01. IF THE MOUNTING FASTENERS ARE NOT AT PROPER TORQUE VALUE, THE OUTSIDE DOOR HANDLE MOUNT BRACKET MAY POTENTIALLY ROTATE OUT OF POSITION. THE DOOR SYSTEM MAY FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","THE DOOR MAY NOT STAY CLOSED AND COULD OPEN WITHOUT WARNING DURING A CRASH. PERSONS OR OBJECTS COULD FALL FROM THE VEHICLE, POSSIBLY RESULTING IN INJURY.","E-ONE IS WORKING WITH TRIMARK AND TRIMARK WILL NOTIFY VEHICLE OWNERS USING E-ONE LETTERHEAD. REPAIRS WILL BE MADE BY E-ONE SERVICE CENTERS OR BY TRIMARK PERSONNEL AS NEEDED. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 22, 2011. OWNERS MAY CONTACT TRIMARK AT 1-641-394-1095 OR E-ONE AT 1-352-861-3223." -07/13/2011,11V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V355000),Ford Motor Company,FUEL TANK FILLER,"FUEL SYSTEM, GASOLINE",11S20,Vehicle,2945,"FORD IS RECALLING CERTAIN MODEL YEAR 2007 FORD FIVE HUNDRED AND MERCURY MONTEGO VEHICLES MANUFACTURED FROM SEPTEMBER 5, 2006, THROUGH SEPTEMBER 11, 2006. THE FUEL TANKS MAY NOT HAVE CONSISTENT WELDS BETWEEN THE FUEL TANK AND FUEL FILLER NECK SPUD WHICH CAN AFFECT THE STRENGTH OF THE JOINT. SOME FUEL TANK SPUD WELDS MAY NOT PROVIDE THE EXPECTED STRENGTH IN THE EVENT OF A SEVERE REAR IMPACT TO THE VEHICLE. AN IMPROPER WELD CAN RESULT IN A CRACK IN THE JOINT WHICH COULD ILLUMINATE THE EMISSIONS MALFUNCTION INDICATOR LIGHT, CAUSE A FUEL ODOR, OR ALLOW FUEL TO LEAK OUT.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 16, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -07/13/2011,11V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V354000),KANDI USA INC.,REFLEX REFLECTOR/FMVSS 108,EXTERIOR LIGHTING,LA9/ZKD,Vehicle,595,"KANDI IS RECALLING CERTAIN MODEL YEAR 2008-2010 KDO8E VEHICLES MANUFACTURED FROM OCTOBER 1, 2007, THROUGH MAY 1, 2011, AND MODEL YEAR 2010 KD18E VEHICLES MANUFACTURED FROM MARCH 3, 2010, THROUGH MAY 17, 2011. THESE VEHICLES WERE BUILT WITHOUT REAR SIDE REFLECTORS; THEREFORE, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","INAPPROPRIATE, NON-STANDARD LIGHTS AND REFLECTORS COULD REDUCE VISIBILITY OF VEHICLES INCREASING THE POTENTIAL FOR A CRASH.",DEALERS WILL INSTALL THE REFLECTORS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT KANDI AT 1-909-941-4588. -07/13/2011,11V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V352000),Ford Motor Company,STEERING COLUMN MULTIFUNCTION SWITCH/FMVSS 108,EXTERIOR LIGHTING,11C18,Vehicle,26715,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 RANGER TRUCKS BUILT FROM JANUARY 25, 2011, THROUGH APRIL 25, 2011 AT THE TWIN CITIES ASSEMBLY PLANT, AND SERVICE PARTS DISTRIBUTED TO DEALERS FOR CERTAIN 2004 THROUGH 2011 MODEL YEAR RANGER TRUCKS, 2002 THROUGH 2005 MODEL YEAR EXCURSION VEHICLES, AND 2002 THROUGH 2007 MODEL YEAR F-250, F-350, F-450, AND F-550 TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE MULTI-FUNCTION SWITCH WAS SHIPPED WITH A SUBCOMPONENT (SLIDER) THAT MAY EXPERIENCE DEFORMATION. A MULTI-FUNCTION SWITCH WITH A DEFORMED SLIDER MAY MALFUNCTION CAUSING THE TURN SIGNAL, TAIL LIGHTS, HAZARD WARNING SIGNAL FLASHERS AND/OR BRAKE LIGHTS NOT TO ACTIVATE.",NON-FUNCTIONING LIGHTS COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE SWITCHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 15, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -07/12/2011,11T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11T006000),"ITOCHU International, Inc.",LOSS OF TIRE PRESSURE,TIRES,NR (Not Reported),Tire,51003,"ITR USA IS RECALLING CERTAIN SHANDONG YONGTAI NEGOTIATOR COMMERCIAL H/T TIRES, SIZES LT265/75R16 AND LT235/85R16, PRODUCED FROM APRIL 2009 THROUGH MAY 2011. SOME OF THE SUBJECT TIRES EXPERIENCE BLISTERING OR BUBBLES ON THE TIRE'S SIDEWALL. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","THESE TIRES MAY EXPERIENCE BLISTERING ON THEIR SIDEWALL THAT, WITH EXTENDED USE, COULD LEAD TO A LOSS OF TIRE PRESSURE, THEREBY INCREASING THE POTENTIAL RISK OF PROPERTY DAMAGE, PERSONAL INJURY, OR A CRASH.","ITR USA IS NOTIFYING OWNERS AND THEY WILL REPLACE ANY AFFECTED TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 6, 2011. OWNERS MAY CONTACT ITR USA AT 1-818-715-7080." -07/11/2011,11E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E028000),TriMark Corporation,DOOR LATCH/MOUNTING FASTENER,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,324,"TRIMARK IS RECALLING CERTAIN CAB DOOR MOUNT BRACKET PART NUMBERS 28141-01 AND 28142-01, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN E-ONE EMERGENCY VEHICLES. IF THE MOUNTING FASTENERS ARE NOT AT PROPER TORQUE VALUE, THE OUTSIDE DOOR HANDLE MOUNT BRACKET MAY POTENTIALLY ROTATE OUT OF POSITION. THE DOOR SYSTEM MAY FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","THE DOOR MAY NOT STAY CLOSED AND COULD OPEN WITHOUT WARNING DURING A CRASH. PERSONS OR OBJECTS COULD FALL FROM THE VEHICLE, POSSIBLY RESULTING IN INJURY.","TRIMARK WILL NOTIFY VEHICLE OWNERS USING E-ONE LETTERHEAD AND REPAIRS WILL BE MADE BY E-ONE SERVICE CENTERS OR BY TRIMARK PERSONNEL AS NEEDED. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 22, 2011. OWNERS MAY CONTACT TRIMARK AT 1-641-394-1095." -07/11/2011,11E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E029000),Timken Company,OUTER WHEEL BEARING CONE ROLLERS/WHEEL SEPARATION,SUSPENSION,NR (Not Reported),Equipment,7260,"TIMKEN IS RECALLING CERTAIN TIMKEN TAPERED ROLLER BEARINGS, PART NUMBER 25877, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN HEAVY TRUCKS. THE WHEEL BEARING CONE ROLLERS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THESE BEARING PRODUCTS BEAR A DATE CODE, ""ZJ"".",IMPROPERLY HEAT TREATED BEARINGS CAN FAIL UNDER LOADS/STRESSES POSSIBLY RESULTING IN A WHEEL SEPARATION AND A CRASH.,"TIMKEN WILL REPLACE THE BEARINGS FREE OF CHARGE. TIMKEN NOTIFIED ITS CUSTOMERS ON MAY 19, 2011. OWNERS MAY CONTACT EITHER TIMKEN AT 1-330-471-3693 OR THEIR VEHICLE MANUFACTURER." -07/11/2011,11V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V356000),Honda (American Honda Motor Co.),REAR BRAKE RESERVOIR HOSE,"SERVICE BRAKES, HYDRAULIC",R86,Vehicle,2232,"HONDA IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 ST1300 MOTORCYCLES MANUFACTURED FROM NOVEMBER 15, 2007,THROUGH MAY 27, 2010, MODEL YEAR 2008 THROUGH 2010 ST1300A MOTORCYCLES MANUFACTURED FROM NOVEMBER 7, 2007, THROUGH APRIL 6, 2010, AND MODEL YEAR 2009 ST1300PA POLICE MOTORCYCLES, MANUFACTURED FROM NOVEMBER 18, 2008, THROUGH DECEMBER 8, 2009. WHEN THE REAR SUSPENSION OF THE MOTORCYCLE IS REPEATEDLY BOTTOMED OUT (FULLY COMPRESSED), THE REAR BRAKE RESERVOIR HOSE MAY BECOME DAMAGED AND LEAK BRAKE FLUID.",THE RIDER WILL EXPERIENCE A LOSS OF REAR BRAKE PERFORMANCE OR FUNCTION WHICH INCREASES THE RISK OF A CRASH.,"DEALER WILL REPLACE THE REAR BRAKE RESERVOIR HOSE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2011. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -07/08/2011,11V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V348000),LINK-BELT CONSTRUCTION EQUIPMENT CO.,CATERPILLAR C15 ENGINE/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4,"LBCE IS RECALLING CERTAIN MODEL YEAR 2010 LBCE MODEL HTC-3140 CRANES EQUIPPED WITH CATERPILLAR DIESEL C15 ENGINES. OVERTIME, A WELD IN THE COMBUSTION TUBE THAT IS INSIDE OF THE DIESEL PARTICULATE FILTER CAN FAIL CAUSING THE FILTER TO BE BURNED THROUGH BY HOT COMBUSTION GASES.",A FIRE COULD RESULT IF THESE HOT GASES ERUPT NEAR SOMETHING FLAMMABLE.,"CATERPILLAR IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE CATERPILLAR'S DEFECT REPORT 11E-006. CATERPILLAR WILL REPLACE THE EXISTING COMBUSTION TUBE WITH A THICK WALL COMBUSTION TUBE WHICH WILL NOT ALLOW THE HEAT TO BREAK THROUGH. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS WERE NOTIFIED OF THE SAFETY RECALL BY LBCE ON JUNE 2, 2011. A SECOND NOTICE WILL BE ISSUED WHEN PARTS BECOME AVAILABLE WHICH IS CURRENTLY ESTIMATED TO BE MID-AUGUST 2011. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986." -07/08/2011,11V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V349000),"Airstream, Inc.",DRIVER'S SEAT BELT BUCKLE WIRE,SEAT BELTS,NR (Not Reported),Vehicle,281,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2008-2012 INTERSTATE TOURING COACHES MANUFACTURED FROM SEPTEMBER 18, 2008, THROUGH JUNE 24, 2011. THE DRIVER'S SEAT BELT BUCKLE WIRE COULD BE DAMAGED OR SEVERED WHEN THE DRIVER'S SEAT IS ADJUSTED FORWARD, BACKWARD, OR SWIVELED. THIS WIRE ALLOWS COMMUNICATION BETWEEN THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AND THE VEHICLE CONTROL MODULE (ECM) INDICATING IF THE DRIVER'S SEAT IS OCCUPIED AND THE SEAT BELT IS BUCKLED.","IF THE DRIVER'S SEAT BELT BUCKLE WIRE IS DAMAGED OR SEVERED, THE SEAT BELT TENSIONER WILL NOT FUNCTION CORRECTLY ALLOWING THE DRIVER TO NOT BE SECURED TO THE SEAT, PREVENTING PROPER OPERATION OF THE SRS WHICH COULD RESULT IN PERSONAL INJURY TO THE DRIVER IN THE EVENT OF A CRASH.","AIRSTREAM WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE COACHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 21, 2011. OWNERS MAY CONTACT AIRSTREAM AT 1-937-538-1268." -07/08/2011,11V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V351000),Blue Bird Body Company,PARK BRAKE VALVE INTERLOCK,PARKING BRAKE,R11TF,Vehicle,121,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 22, 2006, THROUGH AUGUST 7, 2010, AND EQUIPPED WITH OPTIONAL PARK BRAKE VALVE INTERLOCK FEATURE. THE OPTIONAL PARK BRAKE INTERLOCK VALVE MAY HAVE BEEN PLUMBED INCORRECTLY WHICH COULD RESULT IN INADVERTENT PARK BRAKE APPLICATION WITHOUT PRIOR WARNING.","INADVERTENT APPLICATION OF THE PARK BRAKE VALVE COULD CAUSE A VEHICLE CRASH WHICH COULD RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. ALL OF THE BUSES HAVE BEEN INSPECTED AND, IF NEEDED, REPAIRED. THEREFORE, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -07/06/2011,11V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V347000),COLUMBIA PARCAR CORPORATION,LOSS OF STEERING CONTROL,STEERING,SR11-001A,Vehicle,1358,"COLUMBIA PARCAR IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 EAGLE (P4E) AND SUMMIT (SMT2, SMT4, SUV) LOW SPEED VEHICLES AND ELECTRIC GOLF CARTS MANUFACTURED FROM JULY 1, 2008, THROUGH JUNE 30, 2011. POSSIBLE LOOSENING OF THE LOWER STEERING YOKE AT THE POINT OF ATTACHMENT TO THE STEERING RACK AND PINION CAN OCCUR.",THIS CONDITION CAN RESULT IN LOOSE STEERING OR LOSS OF STEERING INCREASING THE RISK OF A CRASH.,"COLUMBIA PARCAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2011. OWNERS MAY CONTACT COLUMBIA PARCAR AT 1-800-222-4653." -07/06/2011,11V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V350000),"Chrysler (FCA US, LLC)",OUTER TIE ROD FAILURE,STEERING,L16,Vehicle,242780,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008-2011 DODGE RAM 2500/3500 4X4, MANUFACTURED FROM FEBRUARY 14, 2008, THROUGH MARCH 28, 2011; MODEL YEAR 2008-2011 DODGE RAM 3500 CAB CHASSIS 4X2, MANUFACTURED FROM FEBRUARY 14, 2008, THROUGH MARCH 28, 2011; AND MODEL YEAR 2008 DODGE RAM 1500 MEGA CAB 4X4, MANUFACTURED FROM FEBRUARY 14, 2008, THROUGH AUGUST 15, 2008, BECAUSE THE LEFT TIE ROD BALL STUD MAY FRACTURE. THIS CONDITION TENDS TO OCCUR DURING LOW SPEED PARKING LOT TYPE MANEUVERS WHEN THE CUSTOMER IS MAKING A TIGHT TURN. ADDITIONALLY, MODEL YEAR 2003-2008 DODGE RAM 2500/3500 VEHICLES MAY HAVE RECEIVED THE AFFECTED TIE ROD ASSEMBLY AS A REPLACEMENT PART DURING NORMAL SERVICE.","THIS CONDITION COULD RESULT IN THE POTENTIAL LOSS OF DIRECTIONAL STABILITY IN THE LEFT HAND FRONT WHEEL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TIE ROD ENDS FOR RELATIVE ORIENTATION AND REPLACE THE LEFT OUTER TIE ROD AS REQUIRED AND PERFORM A FRONT END TOE ALIGNMENT AS NEEDED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 3, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -07/05/2011,11V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V346000),Polaris Inc.,ACCESSORY SEATS/BACKREST SUPPORT,EQUIPMENT,NR (Not Reported),Vehicle,1688,"POLARIS IS RECALLING CERTAIN MODEL YEAR 2004-2012 VICTORY KINGPIN MOTORCYCLES, MODEL YEAR 2006-2012 VICTORY JACKPOT MOTORCYCLES, AND 2003-2012 VEGAS MOTORCYCLES MANUFACTURED FROM JANUARY 1, 2004, THROUGH MAY 1, 2011, EQUIPPED WITH ACCESSORY SEATS, PART NUMBERS 2876641-01 SEAT, KINGPIN TOURING, DOUBLE BACKREST AND PART NUMBER 2875961-01 SEAT, JACKPOT TOURING W/BACKREST. THE BACKREST SUPPORT CAN SEPARATE FROM THE MOTORCYCLE WHILE IN USE.",THE PASSENGER CAN BE INJURED OR FALL FROM THE MOTORCYCLE SHOULD THIS OCCUR.,"VICTORY WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE AFFECTED SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 15, 2011. OWNERS MAY CONTACT VICTORY CONSUMER SERVICE DEPARTMENT BY CALLING 1-888-704-5290." -06/30/2011,11V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V345000),Vermeer Manufacturing Company,FRONT DESIGN,EQUIPMENT,NR (Not Reported),Vehicle,40,"VERMEER IS RECALLING CERTAIN MODEL YEAR 2008-2009 BC2100XL TANDEM AXLE BRUSH CLIPPER TRAILERS MANUFACTURED FROM DECEMBER 19, 2007, THROUGH FEBRUARY 9, 2009 AND EQUIPPED WITH A WELDED ASSEMBLY ATTACHED TO THE FRONT OF THE MAINFRAME. THE WELDED ASSEMBLY IS SUBJECT TO HIGH STRESS LEVELS.","AS A RESULT, THE WELDED ASSEMBLY MAY BEND AND/OR DEVELOP FATIGUE CRACKS INCREASING THE RISK OF PERSONAL INJURY TO THE EQUIPMENT OPERATORS OR ANY BYSTANDERS.","FIELD KIT MODIFICATIONS ARE CURRENTLY BEING DEVELOPED AND DEALERS WILL REPLACE THE WELDED ASSEMBLY WITH A NEW DESIGN FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 26, 2011. OWNERS MAY CONTACT VERMEER AT 1-641-628-3141." -06/29/2011,11V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V341000),"BMW of North America, LLC",ELECTRIC POWER STEERING UNIT,STEERING,NR (Not Reported),Vehicle,51,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 X3 PASSENGER VEHICLES MANUFACTURED FROM APRIL 27, 2011, THROUGH JUNE 8, 2011. A CONTROL MODULE IN THE ELECTRIC POWER STEERING (EPS) UNIT MAY MALFUNCTION, RESULTING IN A SUDDEN LOSS OF POWER STEERING ASSISTANCE.",SUDDEN LOSS OF POWER STEERING ASSISTANCE COULD INCREASE THE RISK OF A CRASH.,BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417. -06/29/2011,11E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E027000),"Cequent Performance Products, Inc.",FAILURE OF THE WEIGHT DISTRIBUTION SHANK,EQUIPMENT,NR (Not Reported),Equipment,6336,"CEQUENT IS RECALLING CERTAIN REESE , P/N 54970, AND PRO SERIES, P/N 63970, BRANDED WEIGHT DISTRIBUTION SHANKS THAT WERE IMPORTED AND SOLD IN THE AFTERMARKET TO WHOLESALE DISTRIBUTORS, INSTALLERS, MAIL ORDER, AND OTHER CUSTOMERS. THESE PARTS WERE SOLD BOTH INDIVIDUALLY AND AS A COMPONENT IN CERTAIN REESE AND PRO SERIES WEIGHT DISTRIBUTING KITS. DUE TO AN ERROR IN PRODUCTION, SOME OF THE WEIGHT DISTRIBUTION SHANKS MAY HAVE AN INCORRECT METALLURGY.","THE SHANK MAY FRACTURE DURING INSTALLATION OR USE, POTENTIALLY CAUSING A CRASH.","CEQUENT WILL NOTIFY OWNERS AND REPLACE THE SHANK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2011. OWNERS MAY CONTACT CEQUENT CUSTOMER SERVICE AT 1-877-208-2573." -06/29/2011,11V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V342000),Toyota Motor Engineering & Manufacturing,INVERTER ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,82273,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2006-2007 HIGHLANDER HYBRID AND LEXUS RX400H PASSENGER CARS MANUFACTURED FROM FEBRUARY 16, 2005, THROUGH AUGUST 30, 2006. A MODULE INSIDE THE INVERTER MODULE MAY CONTAIN INADEQUATELY SOLDERED TRANSISTORS THAT DURING HIGH-LOAD DRIVING, MAY BE DAMAGED BY HEAT CAUSED BY THE LARGE CURRENT. IF THIS OCCURS, VARIOUS WARNING LAMPS, INCLUDING THE MALFUNCTION INDICATOR LAMP, SLIP INDICATOR LIGHT, BRAKE SYSTEM WARNING LIGHT, AND MASTER WARNING LIGHT, WILL BE ILLUMINATED ON THE INSTRUMENT PANEL.","THE VEHICLE MAY ENTER A FAIL-SAFE/LIMP-HOME MODE THAT LIMITS THE DRIVABILITY OF THE VEHICLE. IT IS POSSIBLE THAT THE HYBRID SYSTEM WILL SHUT DOWN WHILE THE VEHICLE IS BEING DRIVEN, CAUSING THE VEHICLE TO STALL UNEXPECTEDLY, INCREASING THE RISK OF A CRASH.","TOYOTA/LEXUS MAILED AN INTERIM OWNER NOTIFICATION ON JULY 19, 2011 TO ADVISE OWNERS OF THIS RECALL AND THE FACT THAT THEY WILL RECEIVE A FUTURE NOTICE WHEN PARTS BECOME AVAILABLE TO COMPLETE REPAIRS. TOYOTA DEALERS WILL INSPECT THE HYBRID INVERTER PRODUCTION NUMBER TO DETERMINE WHETHER THE INVERTER CONTAINS SUSPECT TRANSISTORS AND REPLACE THE MODULE FREE OF CHARGE. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -06/28/2011,11V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V337000),"General Motors, LLC",FMVSS 102 & 114/SHIFT LEVER & THEFT PREVENTION,POWER TRAIN,11181,Vehicle,6768,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET COLORADO AND GMC CANYON PASSENGER VEHICLES EQUIPPED WITH A 2.9 OR 3.7 LITER ENGINE AND A FOUR-SPEED AUTOMATIC TRANSMISSION FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION."" THESE VEHICLES MAY HAVE BEEN BUILT WITH AN AUTOMATIC TRANSMISSION ADJUSTMENT CLIP THAT MAY NOT RETAIN THE SHIFT CABLE IN THE CORRECT POSITION. IF THE SHIFT CABLE IS NOT IN THE CORRECT POSITION, THE PRNDL SHIFT LEVER MAY NOT ACCURATELY REFLECT THE POSITION OF THE TRANSMISSION GEAR. THE DRIVER COULD MOVE THE SHIFTER TO ""PARK"" AND REMOVE THE IGNITION KEY, BUT THE TRANSMISSION GEAR MAY NOT BE IN ""PARK.""","THE DRIVER MAY NOT BE ABLE TO RESTART THE VEHICLE, AND THE VEHICLE COULD ROLL AWAY AS THE DRIVER OR OTHER OCCUPANTS EXIT THE VEHICLE OR HAVE EXITED, RESULTING IN THE POSSIBILITY OF THE VEHICLE STRIKING THEM OR SOMEONE AROUND THE VEHICLE, OR COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.","GM DEALERS WILL INSTALL A NEW AUTOMATIC TRANSMISSION ADJUSTMENT CLIP FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JULY 19, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -06/28/2011,11V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V339000),"General Motors, LLC",INTERMEDIATE STEERING SHAFT,STEERING,11191,Vehicle,739,"GM IS RECALLING CERTAIN MODEL YEAR 2011CADILLAC ESCALADE, ESCALADE ESV; CHEVROLET SILVERADO HD, SILVERADO LD, SUBURBAN, TAHOE; AND GMC SIERRA HD, SIERRA LD, YUKON, AND YUKON XL VEHICLES. THE INTERMEDIATE STEERING SHAFT ATTACHING BOLTS MAY NOT HAVE BEEN TIGHTENED TO THE PROPER SPECIFICATION.","THIS COULD ALLOW THE JOINTS TO SEPARATE, AND THE DRIVER COULD EXPERIENCE LOSS OF STEERING INCREASING THE RISK OF A CRASH.","GM DEALERS WILL INSPECT AND ENSURE THAT THE INTERMEDIATE STEERING SHAFT BOLTS ARE TIGHTENED TO THE PROPER SPECIFICATION. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JULY 13, 2011. OWNERS MAY CONTACT CADILLAC AT 1-800-458-8006, CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -06/28/2011,11E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E026000),C. E. White Company,SELF-LATCHING SEAT CUSHION/FMVSS 222,SEATS,NR (Not Reported),Equipment,19467,"C. E. WHITE IS RECALLING CERTAIN SELF-LATCHING SEAT CUSHIONS MANUFACTURED FROM APRIL 14, 2010, THROUGH JUNE 7, 2011. THESE SEATS ARE INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS SCHOOL BUSES. THE SELF-LATCHING MECHANISM USED TO RETAIN THE SEAT CUSHION TO THE FRAME MAY NOT ACTIVATE. ACCORDINGLY, THESE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","VEHICLE OCCUPANTS MAY BE INJURED IN THE EVENT OF A VEHICLE CRASH SHOULD THE SEAT CUSHION FLIP UP OUT OF PLACE. ALSO, OUT OF POSITION SEAT CUSHIONS COULD INTERFERE WITH EMERGENCY EGRESS OF THE VEHICLE.",C. E. WHITE IS WORKING WITH THE BUS MANUFACTURERS TO NOTIFY OWNERS AND REPAIR THE AFFECTED BUSES FREE OF CHARGE. OWNERS MAY CONTACT EITHER C. E. WHITE AT 1-419-492-5324 OR THEIR VEHICLE MANUFACTURER. -06/27/2011,11V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V343000),Indian Motorcycle Company,BODY CONTROL MODULE,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,699,"POLARIS IS RECALLING CERTAIN MODEL YEAR 2009-2011 INDIAN MOTORCYCLES FOR THE BODY CONTROL MODULE (BCM) WHICH CAN CAUSE THE HEADLIGHT TO TURN OFF IN SOME CIRCUMSTANCES. IF THE HEADLIGHT SWITCH IS SLOWLY MOVED FROM ONE POSITION TO ANOTHER (HIGH BEAM TO LOW BEAM OR LOW BEAM TO HIGH BEAM), BOTH BEAMS MAY BE ON MOMENTARILY AND THE BCM INTERPRETS THIS AS AN OVERLOAD CONDITION.","THE BCM TURNS OFF THE HEADLIGHT UNTIL THE NEXT TIME THAT THE KEY IS TURNED ON. THE UNEXPECTED LOSS OF HEADLIGHT FUNCTION COULD IMPAIR A DRIVER'S VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BCM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 4, 2011. OWNERS MAY CONTACT POLARIS AT 1-651-408-7579." -06/27/2011,11V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V340000),"Yamaha Motor Corporation, USA",FRONT BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,260,YAMAHA IS RECALLING CERTAIN MODEL YEAR 2011 FJR1300 MOTORCYCLES MANUFACTURED FROM JANUARY 2011 THROUGH APRIL 2011. THE BRAKE LIGHT MAY NOT ILLUMINATE WHEN THE FRONT BRAKE LEVER IS APPLIED BECAUSE THE ACTIVATING MECHANISM IN THE FRONT BRAKE SWITCH CAN BIND.,"WHEN THE MOTORCYCLE OPERATOR APPLIES ONLY THE FRONT BRAKE, THE BRAKE LIGHT MAY NOT COME ON TO ALERT OTHER DRIVERS, INCREASING THE RISK OF A CRASH.","YAMAHA DEALERS WILL INSTALL A NEW FRONT BRAKE SWITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 22, 2011. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -06/27/2011,11V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V338000),"Yamaha Motor Corporation, USA",GROUND WIRE JUNCTION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9850,"YAMAHA IS RECALLING CERTAIN MODEL YEAR 2006-2009 FJR1300 MOTORCYCLES MANUFACTURED FROM FEBRUARY 2006, THROUGH MARCH 2009. THE GROUND JOINT CONNECTOR OF THE WIRE HARNESS COULD OVERHEAT AND BECOME DEFORMED, POSSIBLY CAUSING AN INTERMITTENT GROUND WIRE CONNECTION. IF THE ELECTRICAL SYSTEM IS NOT PROPERLY GROUNDED, THE IGNITION SYSTEM AND/OR OTHER ELECTRICAL COMPONENTS COULD MALFUNCTION, WHICH COULD CAUSE THE ENGINE TO STALL.","IF THE MOTORCYCLE STALLS WHILE BEING RIDDEN, THERE COULD BE A CRASH RESULTING IN INJURY OR DEATH.","YAMAHA DEALERS WILL INSTALL AN ADDITIONAL WIRE SUB-LEAD OR, IF THE GROUND JOINT CONNECTOR HAS ALREADY BEEN DAMAGED FROM OVERHEATING, DEALERS WILL INSTALL A NEW MAIN WIRE HARNESS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 8, 2011. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -06/27/2011,11V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V336000),Ducati North America,LICENSE PLATE HOLDER FIXING SYSTEM,EQUIPMENT,RCL-11-002,Vehicle,964,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2011 DIAVEL MOTORCYCLES MANUFACTURED FROM SEPTEMBER 23, 2010, THROUGH MAY 12, 2011. THE BRASS INSERTS INSTALLED IN THE CHAIN GUARD MAY DEFORM OVER TIME, RESULTING IN THE POSSIBLE LOOSENING OF THE LICENSE PLATE HOLDER RETAINING SCREWS ON THE REAR SWING-ARM. THIS SITUATION COULD CAUSE THE LICENSE PLATE HOLDER TO BECOME LOOSE DURING NORMAL OPERATION OF THE MOTORCYCLE.",LOOSENING OF THE LICENSE PLATE HOLDER COULD INTERFERE WITH THE MOTORCYCLE'S REAR WHEEL ROTATION AND THEREBY INCREASE THE RISK OF A CRASH.,"DUCATI DEALERS WILL REPLACE THE CHAIN GUARD WITH AN UPDATED VERSION, MANUFACTURED WITH STEEL INSERTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 27, 2011. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -06/27/2011,11V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V344000),Indian Motorcycle Company,SIDE STAND RETRACTION FEATURE/FMVSS 123,STRUCTURE,NR (Not Reported),Vehicle,699,"POLARIS IS RECALLING CERTAIN MODEL YEAR 2009-2011 INDIAN MOTORCYCLES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS."" THE SIDE STAND MAY NOT FOLD REARWARD AND UPWARD IF IT CONTACTS THE GROUND WHEN THE MOTORCYCLE IS MOVING FORWARD.","IF THE STAND DOES NOT FOLD REARWARD AND UPWARD WHILE THE MOTORCYCLE MOVES FORWARD, THE DRIVER'S ABILITY TO CONTROL THE MOTORCYCLE COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE SIDE STAND FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 4, 2011. OWNERS MAY CONTACT INDIAN AT 651-408-7579." -06/24/2011,11E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E025000),"Yakima Products, Inc.",HITCH MOUNT BICYCLE CARRIERS,EQUIPMENT,NR (Not Reported),Equipment,9122,"YAKIMA IS RECALLING CERTAIN MODEL FLIPSIDE HITCH MOUNT BICYCLE CARRIERS, P/N 8002426, USED TO TRANSPORT UP TO 4 BICYCLES, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON VARIOUS VEHICLES. THE FLIPSIDE HAS A FEATURE THAT ALLOWS THE MAST TO BE LOWERED TO THE SIDE OF THE VEHICLE TO ALLOW ACCESS TO THE VEHICLE'S TRUNK, HATCH, OR TRUCK BED. THE PULL PIN THAT ALLOWS THIS FEATURE CAN ""WALK"" OUT OF ITS POSITION AND ALLOW THE UNIT TO FALL TO THE SIDE WHILE BIKES ARE LOADED.","THE UNIT CAN FALL TO THE SIDE DURING USE. THIS COULD LEAD TO A BICYCLE HITTING THE GROUND AND EJECTING FROM THE MOUNT ONTO THE ROAD, CREATING A ROAD HAZARD TO OTHER VEHICLES WHICH COULD POSSIBLY RESULT IN A CRASH OR INJURY TO PERSONS OUTSIDE THE VEHICLE.","YAKIMA WILL NOTIFY OWNERS AND PROVIDE A REPAIR KIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 29, 2011. OWNERS MAY CONTACT YAKIMA AT 1-971-249-7503." -06/24/2011,11V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V334000),PACCAR Incorporated,KENWORTH/SAFETY LATCH,LATCHES/LOCKS/LINKAGES,11KWD,Vehicle,72,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2012 KENWORTH T660 TRACTORS MANUFACTURED BETWEEN APRIL 18, 2011, AND MAY 20, 2011, EQUIPPED WITH A SAFETY LATCH ATTACHED TO THE HOOD STRUT WHICH IS DESIGNED TO AUTOMATICALLY ENGAGE WHEN THE HOOD IS OPENED. IF THE HOOD STRUT WERE TO SEPARATE, THE SAFETY LATCH MAY NOT ENGAGE.","A NON-OPERATIONAL SAFETY LATCH MAY NOT BE DETECTED BY AN OPERATOR AND THE HOOD MAY UNEXPECTEDLY CLOSE, INCREASING THE RISK OF PERSONAL INJURY.","KENWORTH DEALERS WILL INSPECT THE HOOD STRUT FOR THE SPECIFIC DEFECTIVE LOT CODE AND IF THE STRUT IS WITHIN THE LOT CODE, THE STRUT WILL BE REPLACED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 19, 2011. OWNERS MAY CONTACT PACCAR AT 1-425-468-7400." -06/24/2011,11C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11C002000),Dorel Juvenile Group,Label/Incorrect Installation Diagram,EQUIPMENT,NR (Not Reported),Child Seat,89527,"Dorel Juvenile Group (DJG) is recalling certain Safety 1st Complete Air LX (models CC050xxx), Safety 1st Complete Air SE (models CC051xxx), and Safety 1st Alpha Omega Elite (models 22187xxx , 22465xxx ,CC033xxx , and CC046xxx), and Eddie Bauer Deluxe 3 in 1 convertible (models 22790xxx , and CC046xxx) child restraint systems manufactured from July 20, 2010, through May 18, 2011. [Note: The 'xxx' at the end of each model number represents different color options that each seat could be.] The rear facing belt path installation arrows are incorrect and could be potentially construed as pointing toward the forward facing vehicle belt path location. Therefore, the affected seats fail to conform to the labeling requirements of Federal Motor Vehicle Safety Standard No. 213, ""Child Restraint Systems.""","If the child seat is not installed properly, the child may be injured in the event of a crash.","DJG will notify registered owners and provide free label kits consisting of modified labels which will correct the potential inconsistent information and instructions as to the proper installation of the restraint, free of charge. Owners may call DJG toll-free at 1-877-675-2355 or visit http://www.djgusa.com/USA/eng/ and then click on the ""Safety Notices"" button at the top." -06/24/2011,11V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V333000),Skyline Corporation,REPLACE BRAKE ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,544,"SKYLINE IS RECALLING CERTAIN MODEL YEAR 2011-2012 NOMAD, ALJO, LAYTON, WEEKENDER, BOBCAT, JOEY, AND KOALA RECREATIONAL VEHICLE TRAVEL TRAILERS AND FIFTH-WHEEL TRAILERS MANUFACTURED IN CALIFORNIA FROM OCTOBER 1, 2010, THROUGH APRIL 30, 2011, FOR CONTAMINATED BRAKE SYSTEMS.","WITH CONTAMINATED BRAKES, THE VEHICLE MAY FAIL TO STOP PROPERLY, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH AND/OR INJURY WITHOUT WARNING.",LIPPERT COMPONENTS WILL PERFORM THE REQUIRED INSPECTION AND MAKE ANY NECESSARY CORRECTIONS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2011. OWNERS MAY CONTACT LIPPERT AT 1-866-524-7821 OR SKYLINE AT 1-800-348-7469. -06/24/2011,11E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E024000),"ZF SALES & SERVICE NORTH AMERICA, LLC",SERVICE EQUIPMENT/CLUTCH KIT ASSEMBLIES,POWER TRAIN,NR (Not Reported),Equipment,199,"ZF SERVICE IS RECALL CERTAIN CLUTCH KIT ASSEMBLIES, PART NUMBER SX: K70358-01, SHIPPED TO WHOLESALERS AS SERVICE PARTS BETWEEN SEPTEMBER 1, 2010, AND MARCH 8, 2011. THESE SERVICE PARTS ARE INTENDED FOR USE ON MODEL YEAR 2003-2006 NISSAN 350Z AND INFINITI G35 VEHICLES. THE SX: K70358-01 CLUTCH KIT CONTAINS AN OVERSIZED CLUTCH DISC.","AN OVERSIZED CLUTCH DISC COULD CAUSE THE VEHICLE TO MOVE UNINTENTIONALLY ON THE INITIAL START-UP, IF THE DRIVER DOES NOT FOLLOW THE INSTALLATION INSTRUCTIONS AND FAILS TO USE THE SERVICE BRAKES WHILE THE HAND BRAKE IS NOT APPLIED. UNINTENTIONAL MOVEMENT OF THE VEHICLE COULD RESULT IN A CRASH OR POSSIBLE INJURY TO PERSONS OUTSIDE THE VEHICLE.","ZF SERVICE NOTIFY WHOLESALERS TO RETURN ANY AFFECTED CLUTCH KIT ASSEMBLIES STILL IN INVENTORY FOR FREE REPLACEMENT KITS. THIS CONDITION WILL CORRECT ITSELF AFTER THE FIRST START-UP AND USAGE OF THE CLUTCH KIT. HOWEVER, IF AN OWNER IS NOT SATISFIED WITH ITS PERFORMANCE, ZF SERVICES WILL REIMBURSE THE OWNER FOR THE COST OF THE REPLACEMENT CLUTCH KIT AND A REASONABLE AMOUNT FOR ITS INSTALLATION. THE SAFETY RECALL BEGAN ON JULY 13, 2011. OWNERS MAY CONTACT ZF SERVICES AT 1-800-321-0784 EXT. 6748." -06/23/2011,11V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V332000),"BMW of North America, LLC",ENGINE BELT TENSIONER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,923,"BMW IS RECALLING CERTAIN MODEL YEAR 2011, X5 DIESEL SPORTS ACTIVITY VEHICLES (SAV) MANUFACTURED FROM MARCH 31, 2011, THROUGH MAY 19, 2011. DUE TO A COMPONENT MANUFACTURING ERROR AT THE SUPPLIER, THE WELDS IN THE BELT TENSIONER COULD HAVE INCIPIENT CRACKS. OVER TIME, THIS COULD LEAD A MALFUNCTION OF THE BELT TENSIONER.","IF THE BELT TENSIONER FAILS, THERE COULD BE A SUDDEN LOSS OF POWER STEERING ASSISTANCE, IF POWER STEERING ASSIST IS LOST, MANUAL STEERING CAPABILITY IS STILL RETAINED AND COULD INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ENGINE BELT TENSIONER FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES AT 1-800-525-7417, OR VIA EMAIL AT CUSTOMERRELATIONS@BMWUSA.COM." -06/23/2011,11V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V331000),PACCAR Incorporated,PETERBILT/DRIVELINE ASSEMBLIES/MERITOR,POWER TRAIN,611-A,Vehicle,72,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2012 PETERBILT 587 TRACTORS, MANUFACTURED FROM JANUARY 12, 2011, THROUGH MAY 20, 2011, EQUIPPED WITH MERITOR'S MAXTON DRIVELINE ASSEMBLIES. THE TUBING MAY HAVE A SEAM WELD WITH INSUFFICIENT BONDING. THE AFFECTED DRIVELINE ASSEMBLIES ARE RPL25 COUPLING SHAFTS AND SLIP SHAFTS (MAIN) DRIVELINE ASSEMBLIES.","THIS CAN RESULT IN SEAM WELD FRACTURE WHEN TORQUE IS APPLIED. ONCE THE TUBE SEAM WELD IS FRACTURED, THE DRIVELINE MAY BECOME INOPERABLE WHICH MAY RESULT IN A DISABLED VEHICLE OR DEBRIS FROM THE DRIVELINE MAY FALL ON THE ROADWAY, BOTH OF WHICH CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE MAIN DRIVE SHAFT, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 11, 2011. OWNERS MAY CONTACT PACCAR AT 1-425-468-7400." -06/22/2011,11E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E023000),Sika Corporation,AFTERMARKET AUTO GLASS ADHESIVE,EQUIPMENT,NR (Not Reported),Equipment,1152,"SIKA IS RECALLING CERTAIN AFTERMARKET AUTO GLASS ADHESIVE CARTRIDGES, BRANDED SIKATACK ASAP+ WITH PRODUCT CODE 402723 PACKAGED ON FEBRUARY 28, 2011, AS LOT NUMBER 3000083574. DUE TO A PRODUCTION ANOMALY, A LIMITED QUANTITY OF PRODUCT WAS CONTAMINATED DURING PACKAGING. AS A CONSEQUENCE, THE PRODUCT MAY NOT CURE OR HARDEN, THEREBY PREVENTING THE GLASS FROM REMAINING SECURE TO THE VEHICLE.","IF THIS CONDITION IS UNDETECTED, THE GLASS MAY SHIFT OR FALL OUT UNEXPECTEDLY, CAUSING INJURY TO THE VEHICLE OCCUPANT, PROPERTY DAMAGE, OR A VEHICLE CRASH.","SIKA WILL NOTIFY OWNERS AND WILL REMOVE THE WINDSHIELD OR OTHER AFFECTED GLASS AND REINSTALL THE GLASS (OR, WHERE NECESSARY, NEW GLASS) WITH NEW ADHESIVE PRODUCT. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 7, 2011. OWNERS MAY CONTACT SIKA AT 1-248-577-1051." -06/22/2011,11E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E022000),"AFFINIA GROUP, INC.",LOWER BALL JOINT/REPLACEMENT EQUIPMENT,SUSPENSION,NR (Not Reported),Equipment,150,"AFFINIA IS RECALLING CERTAIN AFTERMARKET FRONT SUSPENSION LOWER BALL JOINTS, NAPA PART NO. 2601662, THAT MAY HAVE BEEN MISTAKENLY INSTALLED IN CERTAIN MODEL YEAR 2004 - 2008 ACURA TL VEHICLES DUE TO A MISTAKE IN A NAPA AND NAPA DEALERS' PARTS APPLICATION CATALOGUE.","MISAPPLICATION OF THIS PART COULD LEAD TO SEPARATION OF THE BALL JOINT FROM THE LOWER CONTROL ARM AND COLLAPSE OF THE FRONT SUSPENSION, WHICH COULD POTENTIALLY CAUSE A VEHICLE CRASH.","AFFINIA IS WORKING WITH NAPA TO IDENTIFY ANY OWNERS THAT HAVE HAD THIS PART MISTAKENLY INSTALLED ON TO AN ACURA TL VEHICLE, AND WILL REPLACE THE PART FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 20, 2011. OWNERS MAY CONTACT AFFINIA GROUP'S WARRANTY ADMINISTRATOR AT 1-815-759-7757." -06/21/2011,11V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V330000),"Daimler Trucks North America, LLC",ISOLATOR BOLT,ELECTRICAL SYSTEM,FL-609,Vehicle,48170,"DTNA IS RECALLING CERTAIN MODEL YEAR 2008-2012 FREIGHTLINER; CASCADIA, CENTURY CLASS, COLUMBIA, AND CORONADO, CERTAIN MODEL YEAR 2008-2009 STERLING; A-LINE AND L-LINE AND CERTAIN MODEL YEAR 2009-2012 WESTERN STAR CONSTELLATION VEHICLES, MANUFACTURED FROM JANUARY 14, 2008, THROUGH JUNE 15, 2011, BUILT WITH DETROIT DIESEL 15 OR 16 ENGINES. THE BOLT ATTACHING A RUBBER ISOLATOR TO A SUPPORT BRACKET MAY BECOME LOOSE AND BACK OUT, POTENTIALLY CONTACTING AN UN-FUSED STARTER CABLE AND CREATING A SHORT CIRCUIT.",A SHORT CIRCUIT BETWEEN AN UN-FUSED BATTERY CABLE AND CHASSIS GROUND COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL INSTALL A NEW BOLT AND ISOLATOR AND REPAIR THE RECREATIONAL VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 21, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -06/20/2011,11V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V335000),"Heartland Recreational Vehicles, LLC",POWER SUPPLY CORD,EQUIPMENT,99-01-08,Vehicle,142,HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2011 NORTH COUNTRY 30BHS AND 32BHDD TRAVEL TRAILERS. THE CORD FOR HOOKING INTO AN EXTERNAL ELECTRICAL POWER SUPPLY HAS THE POTENTIAL TO DRAPE DIRECTLY IN FRONT OF THE FURNACE EXHAUST.,THIS CONTACT COULD CAUSE DAMAGE TO THE POWER CORD WHICH COULD RESULT IN A FIRE.,THE MANUFACTURER IS IN THE PROCESS OF DEVELOPING A REMEDY FOR THIS ISSUE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2011. OWNERS MAY CONTACT HEARTLAND AT 1-877-262-8032. -06/15/2011,11V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V328000),"Big Tex Trailer Manufacturing, Inc.",ADAPTER FITTINGS/BRENNAN,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,800,"BIG TEX IS RECALLING CERTAIN MODEL YEAR 2011 10LP, 10LX, 12LP, 12LX, 14GX, 14LX, 14OD, 50DS AND 70LP DUMP TRAILERS MANUFACTURED FROM FEBRUARY 24, 2011, THROUGH JUNE 6, 2011, AND EQUIPPED WITH BRENNAN HYDRAULIC HOSE ADAPTER FITTINGS. THE ADAPTER FITTINGS HAVE BEEN IDENTIFIED AS BEING DEFECTIVE IN THAT THEY MAY CAUSE A PIECE OF THE FITTING TO SHEAR OFF OR MAY RESULT IN A HYDRAULIC LEAK. IF THE ADAPTER FITTING FAILS, IT COULD CAUSE THE DUMP BED TO FREE FALL FROM A RAISED POSITION.","A FALLING DUMP BED COULD RESULT IN PERSONAL INJURY, DEATH, AND/OR PROPERTY DAMAGE.","DEALERS WILL REPLACE THE ADAPTER FITTINGS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 31, 2011. OWNERS MAY CONTACT BIG TEX TRAILER TOLL FREE AT 1-800-594-5637 EXT. 2121 OR THE REGULAR PHONE NUMBER AT (903) 575-0300 EXT. 2121." -06/15/2011,11V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V325000),"Navistar, Inc.",BATTERY CABLE/ELECTRICAL SHORT/POSSIBLE FIRE,ELECTRICAL SYSTEM,11509,Vehicle,477,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 INTERNATIONAL DURASTAR HEAVY TRUCKS EQUIPPED WITH ENGINE FEATURE CODE 12UXJ AND 12UXH MANUFACTURED FROM JANUARY 21, 2010, THROUGH APRIL 19, 2011. THE BATTERY CABLE INSULATION MAY ABRADE ON THE FRONT SUSPENSION SPRING SHACKLE, POSSIBLY RESULTING IN AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A FIRE WITHOUT WARNING, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A BRACKET TO ROUTE THE BATTERY CABLES AWAY FROM THE FRONT SUSPENSION SPRING SHACKLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -06/15/2011,11V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V327000),"Tiffin Motorhomes, Inc.",HYDRAULIC BRAKE SWITCHES/DTNA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1309,"TIFFIN MOTORHOMES IS RECALLING CERTAIN MODEL YEAR 2006-2010, ALLEGRO AND ALLEGRO BAY RECREATIONAL VEHICLES, MANUFACTURED FROM JANUARY 2005, THROUGH APRIL 2010, AND BUILT ON A DAIMLER/FREIGHTLINER CHASSIS. THE BRAKE LIGHTS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.","THE BRAKE LIGHTS MAY NOT ILLUMINATE CONSISTENTLY UPON BRAKE APPLICATION AND FAIL TO PROPERLY INDICATE TO A FOLLOWING VEHICLE THAT THE MOTORHOME HAS SLOWED OR COME TO A STOP, INCREASING THE RISK OF A CRASH.","DAIMLER TRUCKS (DTNA), MANUFACTURER OF THE CHASSIS, WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DTNA DEALERSHIPS, FREE OF CHARGE. (SEE DTNA'S RECALL CAMPAIGN 10V-178.) THE SAFETY RECALL BEGAN ON MAY 27, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -06/15/2011,11V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V326000),"Navistar, Inc.",LOSS OF STEERING CONTROL/WORKHORSE,STEERING,20111-C,Vehicle,46,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 W42 AND W46 WORKHORSE CHASSIS MANUFACTURED FROM JANUARY 1, 2011, THROUGH MAY 25, 2011. THE STEERING WHEEL COMPONENTS DO NOT MEET DESIGN SPECIFICATIONS. AS A RESULT, THE STEERING WHEEL INNER PIECE MAY SEPARATE FROM THE OUTER PIECE, WHICH MAY DECREASE THE DRIVER'S ABILITY TO CONTROL THE VEHICLE.","DECREASED DRIVER CONTROL MAY INCREASE THE RISK OF A CRASH RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUSPECT STEERING WHEEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 12, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -06/15/2011,11V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V329000),Mazda Motor Corp.,WINDSHIELD WIPER MOTOR,VISIBILITY,6411F,Vehicle,103300,"MAZDA IS RECALLING CERTAIN MODEL YEAR 2008-2009 MAZDA3 AND MAZDASPEED3 VEHICLES MANUFACTURED FROM JANUARY 7, 2008, THROUGH NOVEMBER 28, 2008. THE GROUND TERMINAL OF THE WINDSHIELD WIPER MOTOR MAY HAVE BEEN INADVERTENTLY BENT DURING ASSEMBLY. IF THIS CONDITION EXISTS THEN OVER TIME THE ELECTRICAL RESISTANCE OF THE MOTOR CIRCUIT MAY INCREASE UP TO A POINT THAT THE WINDSHIELD WIPERS WOULD NOT WORK.",THE LOSS OF WIPER FUNCTION IN ADVERSE WEATHER COULD POTENTIALLY INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSTALL AN ADDITIONAL GROUND HARNESS ON THE WIPER MOTOR FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 15, 2011. OWNERS MAY CONTACT MAZDA CUSTOMER ASSISTANCE CENTER AT 1-800-222-5500." -06/13/2011,11V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V322000),Keystone RV Company,AXLE INSTALLATION,POWER TRAIN,11-166,Vehicle,197,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011-2012 COUGAR HIGH COUNTRY TRAVEL TRAILERS PRODUCED FROM NOVEMBER 3, 2010, THROUGH MAY 26, 2011, FOR HAVING 4400 POUND AXLES INSTALLED INSTEAD OF 5200 POUND AXLES. IF A VEHICLE IS LOADED TO THE MAXIMUM STATED GVWR OF 10,000 POUNDS, THE 4400 POUND AXLE WILL BE OVERLOADED.","OVERLOADING THE AXLE COULD LEAD TO AN INCREASE RISK OF AXLE FAILURE, PROPERTY DAMAGE AND/OR VEHICLE CRASH.","DEALERS WILL REPLACE THE AXLES WITH THE CORRECT ONES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 7, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/13/2011,11V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V323000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,REAR SPRINGS,SUSPENSION,2011100006,Vehicle,47,"SPRINTER IS RECALLING CERTAIN MODEL YEAR 2011 SPRINTER 3500 VEHICLES SOLD BOTH UNDER THE MERCEDES-BENZ AND FREIGHTLINER BRAND NAMES. THE SUPPLIER OF THE REAR SPRINGS ROLLED THE SPRING EYE DIAMETER OUT OF TOLERANCE ON A LIMITED NUMBER OF PARTS IN ITS PRODUCTION, AND THEN CORRECTED THE DIAMETER WITHOUT HEATING THE PARTS.","THIS COULD POTENTIALLY LEAD TO A CRACK OF THE SPRING EYE OVER TIME, WHICH INCREASES THE RISK OF A CRASH.","OWNERS WILL BE CONTACTED, AND DEALERS WILL REPLACE THE REAR SPRINGS AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2011. OWNERS MAY CONTACT SPRINTER AT 1-877-762-8267." -06/13/2011,11V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V321000),Shyft Group,SUPPLEMENTAL RESTRAINT SYSTEM/FMVSS 208,AIR BAGS,11014,Vehicle,10,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2010-2011 METROSTAR AND MODEL YEAR 2010 GLADIATOR FIRE APPARATUS CHASSIS/CAB, MANUFACTURED FROM APRIL 9, 2010 THROUGH APRIL 25, 2011 AND EQUIPPED WITH ROLLTEK SUPPLEMENTAL RESTRAINT SYSTEM (SRS) SIDE AIR BAG. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE SRS WARNING INDICATOR MAY NOT FUNCTION, AND IF A FAULT OCCURS THE VEHICLE'S OPERATOR MAY NOT BE WARNED OF A PROBLEM WITH THE SIDE AIR BAGS.","IF AN OWNER OR OPERATOR IS NOT WARNED OF A PROBLEM WITH THE SIDE AIR BAG SYSTEM, THEY WILL NOT TAKE STEPS TO ADDRESS AND REMEDY THE PROBLEM, THEREBY INCREASING THE RISK OF INJURY OR THE SEVERITY OF INJURY TO VEHICLE OCCUPANTS IN THE EVENT OF A CRASH NECESSITATING DEPLOYMENT OF THE SIDE AIR BAGS.","DEALERS WILL INSPECT THE SIDE AIR BAG WARNING INDICATOR LIGHT AND CONNECT THE WIRES AS NECESSARY FOR THE SRS TO FUNCTION PROPERLY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2011. OWNERS MAY CONTACT SPARTAN AT 1-800-543-5008 - OPTION 5." -06/13/2011,11V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V324000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,VEHICLE SEAT BENCHES,SEATS,NR (Not Reported),Vehicle,47,SPRINTER IS RECALLING CERTAIN MODEL YEAR 2011 SPRINTER 2500 VEHICLES SOLD BOTH UNDER THE MERCEDES-BENZ AND FREIGHTLINER BRAND NAMES. CERTAIN SEAT BENCHES HAVE BEEN MOUNTED WITH A LATCH BRACKET FOR CHILD RESTRAINTS THAT WAS NOT WELDED PROPERLY.,"IN THE EVENT OF A CRASH, THE SEAT BENCHES IN THESE VEHICLES MAY NOT PERFORM AS REQUIRED SUCH THAT A CHILD RESTRAINT MAY NOT STAY PROPERLY SECURED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THE SEAT BENCH AND REPLACE THE BENCH AS NEEDED, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2011. OWNERS MAY CONTACT SPRINTER AT 1-877-762-8267." -06/10/2011,11V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V320000),"Hino Motors Sales U.S.A., Inc.",OUTER WHEEL BEARING CONE ROLLERS,SUSPENSION,NR (Not Reported),Vehicle,237,"HINO IS RECALLING CERTAIN MODEL YEAR 2011 NE8J VEHICLES. THE FRONT AXLE OUTER WHEEL BEARING CONE ROLLERS MAY NOT HAVE BEEN PROPERLY HEAT TREATED. THE SUSPECT BEARING CONES HAVE THE DATE CODE ""ZJ"" ON THE MAJOR FACE OF THE INNER BEARING RACE JUST FOLLOWING THE ""CANADA"" STAMP.","WITHOUT HEAT TREATING, A BEARING MAY SUFFER PRE-MATURE FAILURE WHICH MAY RESULT IN A FIRE AT THE WHEEL OR WHEEL SEPARATION THAT COULD LEAD TO A CRASH.","HINO WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2012. OWNERS MAY CONTACT HINO MOTORS AT 1-248-699-9330." -06/10/2011,11V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V285000),"Porsche Cars North America, Inc.",REPLACING CENTRAL WHEEL BOLTS,WHEELS,AB01,Vehicle,1702,"PORSCHE IS RECALLING CERTAIN MODEL YEAR 2010-2011, 911 TURBO; TURBO S, 911 GT3, GT3 RS AND GT2 RS HIGH PERFORMANCE VEHICLES, MANUFACTURED FROM MAY 18, 2009 THROUGH SEPTEMBER 17, 2010, AND EQUIPPED WITH CENTER LOCKING HUB AND WHEEL ASSEMBLIES. OVER TIME THE HUBS CAN WEAR PREMATURELY.","AS THE HUBS WEAR, THE WHEELS COULD LOOSEN, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CENTRAL LOCKING HUBS AND WHEELS WITH AN IMPROVED DESIGN, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2011. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -06/08/2011,11V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V316000),"Kawasaki Motors Corp., U.S.A.",FUEL TANK SUPPORT PAD,"FUEL SYSTEM, OTHER",MC11-04,Vehicle,9460,KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2009-2010 KLX250 MOTORCYCLES. THE FUEL TANK COULD LEAK FROM CRACKS AT THE SPOT WELD(S) ON THE SIDE MOUNT TABS DUE TO STRESS CAUSED BY EXCESSIVE CLEARANCE BETWEEN THE FUEL TANK AND A FRAME-MOUNTED RUBBER DAMPER.,FUEL LEAKAGE IN THE PRESENCE OF SPARK OR FLAME COULD CAUSE A FIRE OR EXPLOSION POSSIBLY RESULTING IN INJURY OR DEATH.,"DEALERS WILL INSPECT AND CORRECT THE FUEL TANK AS NECESSARY, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 16, 2011. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 866-802-9381." -06/08/2011,11V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V317000),Keystone RV Company,INCORRECT WIRING CONNECTORS,ELECTRICAL SYSTEM,11-165,Vehicle,44,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2012 RESIDENCE TRAVEL TRAILERS PRODUCED FROM MAY 6, 2011, THROUGH MAY 18, 2011. THE WIRING CONNECTION TO THE 120 VOLT LIGHT ON THE CEILING OF THE SLIDE ROOM HAS THE INCORRECT WIRING CONNECTORS.","THE INCORRECT WIRING CONNECTORS COULD CAUSE A LOOSE ELECTRICAL CONNECTION LEADING TO AN INCREASED RISK OF FIRE, PROPERTY DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL REPLACE THE INCORRECT CONNECTORS (CRIMP STYLE BELL CAPS) WITH TWIST ON WIRE NUTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 20, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/08/2011,11V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V313000),"Kawasaki Motors Corp., U.S.A.",INNER TUBE,TIRES,NR (Not Reported),Vehicle,436,"KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2011 VN900D, VULCAN CLASSIC LT, MOTORCYCLES. THE TIRE INNER TUBES MIGHT HAVE BEEN PINCHED DURING THE MOUNTING OF THE TIRES. DAMAGE TO THE INNER TUBES COULD RESULT IN LOSS OF AIR PRESSURE.","LOSS OF TIRE AIR PRESSURE COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ANY DAMAGED TUBES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 13, 2011. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 1-866-802-9381." -06/08/2011,11V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V315000),"Chrysler (FCA US, LLC)",STEERING COLUMN,STEERING,L23,Vehicle,11096,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2011DODGE JOURNEY, JEEP WRANGLER, CHRYSLER 200, CHRYSLER 200 CONVERTIBLE, DODGE AVENGER, DODGE NITRO, JEEP LIBERTY, DODGE CALIBER, JEEP COMPASS, JEEP PATRIOT, DODGE GRAND CARAVAN AND CHRYSLER TOWN & COUNTRY VEHICLES. SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH A MISSING OR INCORRECTLY INSTALLED STEERING COLUMN PIVOT RIVET.","A MISSING OR INCORRECTLY INSTALLED RIVET COULD COMPROMISE THE ABILITY OF THE STEERING COLUMN TO SUPPORT THE OCCUPANT LOADS IN THE EVENT OF A FRONTAL CRASH, DECREASING THE EFFECTIVENESS OF THE FRONTAL IMPACT SAFETY SYSTEM. AS A RESULT, THE CONDITION MAY INCREASE THE POTENTIAL FOR INJURY IN A FRONTAL CRASH.","DEALERS WILL INSPECT FOR RIVET PRESENCE AND ALIGNMENT AND REPAIR THE STEERING COLUMN PIVOT AS REQUIRED, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 4, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -06/07/2011,18V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=18V378000),"Daimler Trucks North America, LLC",Battery Power Cable may Rub and Arc,ELECTRICAL SYSTEM,FL-768,Vehicle,8,"Daimler Trucks North America, LLC (DTNA) is recalling certain 2018 Thomas Built Buses Saf-T-Liner C2 transit buses equipped with two 8D batteries. The battery power cable may not have adequate clearance between the cable and battery hold down bracket. As a result, the cable can rub against the bracket damaging the cable.","The damaged battery cable may electrically arc, increasing the risk of a fire.","DTNA will notify owners, and dealers will inspect the battery cable routing, rerouting it as necessary to provide the proper clearance, free of charge. DTNA issued owners an interim notification on August 6, 2018. The recall began October 3, 2018. Owners may contact DTNA customer service at 1-800-547-0712. DTNA's number for this recall is FL-768." -06/06/2011,11V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V312000),"Volkswagen Group of America, Inc.",FMVSS 138 TPMS SENSOR,TIRES,44J4/XO,Vehicle,4,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2012, CC VEHICLES, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLES SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEM (TPMS)."" THE FACTORY INSTALLED WHEELS AND TIRES WERE REPLACED AT THE PORT WITH ACCESSORY WHEELS AND TIRES THAT WERE NOT EQUIPPED WITH THE PROPER TPMS SENSORS.","WITH THE INCORRECT TPMS SENSORS, DRIVERS WILL RECEIVE A CONSTANT WARNING FROM THE TIRE PRESSURE MONITOR SYSTEM. THE SYSTEM ALERTS THE DRIVER BUT, DUE TO INCORRECT TPMS SENSORS, THE SYSTEM CANNOT DETERMINE IF THE VEHICLE TIRES ARE PROPERLY INFLATED. THIS INCREASES THE RISK THAT THE VEHICLE WILL BE DRIVEN WITH ONE OR MORE UNDERINFLATED TIRES, INCREASING THE RISK OF A TIRE FAILURE THAT MAY LEAD TO A CRASH.","VOLKSWAGEN WILL REPLACE THE TPMS SENSORS WITH THE PROPER SENSORS TO MAKE THE TPMS SYSTEM OF THE VEHICLES COMPLIANT WITH FMVSS 138. AS OF JUNE 1, 2011, VOLKSWAGEN HAS CONTACTED ALL AFFECTED CUSTOMERS TO SCHEDULE THE REPAIRS FREE OF CHARGE. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -06/06/2011,11V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V311000),"Volvo Car USA, LLC",FUEL LINE QUICK CONNECTOR,"FUEL SYSTEM, GASOLINE",R245,Vehicle,448,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2012 S60 PASSENGER CARS MANUFACTURED FROM JANUARY 18, 2011, THROUGH JANUARY 28, 2011. THE MALE PART OF THE FUEL LINE QUICK CONNECTOR END SHAPE WAS PRODUCED WITH DIMENSIONS OUT OF SPECIFICATION, LEADING TO EXCESSIVE ASSEMBLY FORCE ON THE FEMALE CONNECTOR ASSEMBLY AND THE POSSIBILITY THAT THE LOCKING FUNCTION MAY NOT BE ENGAGED.","IF A VEHICLE EXHIBITS THIS CONDITION, THE FUEL LINE QUICK CONNECTOR MAY DETACH AND THE ENGINE MAY STALL, INCREASING THE RISK OF A CRASH. THE CUSTOMER MAY ALSO NOTICE A FUEL SMELL AND LEAKAGE. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","VOLVO DEALERS WILL REPLACE THE FUEL LINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 24, 2011. OWNERS MAY CONTACT VOLVO AT 1-201-768-7300." -06/06/2011,11V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V318000),"Altec Industries, Inc.",ROTATION BEARING FASTENER REPLACEMENT,EQUIPMENT,CSN 541A,Vehicle,56,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2009-2010 AERIAL DEVICES AND DIGGER DERRICKS UTILITY VEHICLES MANUFACTURED FROM APRIL 2009 THROUGH MAY 2010. THE HIGH STRENGTH FASTENERS THAT CONNECT THE BOOM TURNTABLE TO THE PEDESTAL MAY FAIL DUE TO STRESS CORROSION CRACKING, WHICH COULD CAUSE THE BOOM TO FALL.",A FALLING BOOM MAY CAUSE INJURY TO THE USER OR PEOPLE NEARBY AND DAMAGE TO PERSONAL PROPERTY.,"ALTEC WILL REPLACE THE FASTENERS TO CORRECT THIS CONDITION, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -06/06/2011,11V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V309000),"Corp. Micro Bird, Inc.",WIRE HARNESS/POSSIBLE FIRE,ELECTRICAL SYSTEM,11-045-EHU,Vehicle,143,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2006-2010 GIRARDIN G5 AND 2009 AND 2010 AND 2011 MICRO BIRD G5 SCHOOL BUSES BUILT ON FORD CUTAWAY CHASSIS FROM FEBRUARY 2006 THROUGH MAY 30, 2011. THE OEM CUTAWAY WIRING HARNESS PASSES JUST REARWARD OF THE DRIVER SEAT BETWEEN THE B PILLAR AND THE RAISED FLOOR. THE RAISED FLOOR JUST REARWARD OF THE DRIVER SEAT IS TRAPPING THE WIRE HARNESS CAUSING THE WIRES TO RUB AGAINST THE METAL FLOOR MOLDING, DAMAGING THE WIRE INSULATION.",A WIRE WITH DAMAGED INSULATION MAY CAUSE AN ELECTRICAL SHORT WHICH CAN LEAD TO A FIRE.,"MICRO BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 5, 2011. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -06/06/2011,11V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V319000),"Corp. Micro Bird, Inc.",WIRING HARNESS/POSSIBLE FIRE,ELECTRICAL SYSTEM,11-044-EHU,Vehicle,45,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2006-2010 GIRARDIN G5 AND 2009 AND 2010 AND 2011 MICRO BIRD G5 NON SCHOOL BUSES BUILT ON FORD CUTAWAY CHASSIS FROM FEBRUARY 2006 THROUGH MAY 30, 2011. THE OEM CUTAWAY WIRING HARNESS PASSES JUST REARWARD OF THE DRIVER SEAT BETWEEN THE B PILLAR AND THE RAISED FLOOR. THE RAISED FLOOR JUST REARWARD OF THE DRIVER SEAT IS TRAPPING THE WIRE HARNESS CAUSING THE WIRES TO RUB AGAINST THE METAL FLOOR MOLDING, DAMAGING THE WIRE INSULATION.",A WIRE WITH DAMAGED INSULATION MAY CAUSE AN ELECTRICAL SHORT WHICH CAN LEAD TO A FIRE.,"MICRO BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 4, 2011. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -06/03/2011,11V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V310000),Honda (American Honda Motor Co.),BANK ANGLE SENSOR,ELECTRICAL SYSTEM,R80,Vehicle,3020,"HONDA IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 VT750 MOTORCYCLES PRODUCED FROM JUNE 25, 2009, TO MARCH 28, 2011. THE BANK ANGLE SENSOR MAY BE INCORRECTLY MANUFACTURED CREATING THE POSSIBILITY OF AN ERRONEOUS READING WHICH COULD CAUSE THE ENGINE TO STALL.","AN ENGINE STALL, WHILE THE MOTORCYCLE IS BEING OPERATED, MAY INCREASE THE RISK OF A CRASH.","HONDA WILL REPLACE THE AFFECTED BANK ANGLE SENSORS. THE SAFETY RECALL BEGAN ON JUNE 27, 2011. OWNERS MAY CONTACT HONDA MOTORCYCLE CUSTOMER SERVICE AT 1-866-784-1870." -06/03/2011,11V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V308000),"General Motors, LLC",PASSENGER AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,47401,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CADILLAC SRX PASSENGER VEHICLES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 208, ""OCCUPANT CRASH PROTECTION."" THE AIRBAGS ARE PROGRAMMED TO TURN OFF THE RIGHT SIDE ROOF-RAIL AIRBAG IF THE PASSENGER SENSING SYSTEM DETERMINES THAT THE RIGHT FRONT PASSENGER SEAT IS UNOCCUPIED.",THE RIGHT REAR OCCUPANT MAY NOT BE PROTECTED AND SUFFER INJURIES IN CERTAIN FRONTAL AND SIDE CRASHES.,"GM DEALERS WILL REPROGRAM THE SENSING AND DIAGNOSTIC MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 17, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM ." -06/02/2011,11E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E020000),"Idle Free Systems, Inc.",APU HOUSING WELD CRACKS,EQUIPMENT,NR (Not Reported),Equipment,141,"IDLE FREE IS RECALLING CERTAIN AUXILIARY POWER UNITS (APUS) SOLD FROM OCTOBER 2009 TO MAY 2011, AND INSTALLED AS AFTERMARKET EQUIPMENT ON HEAVY TRUCKS. THE WELDS ON THE METAL HOUSING OF THE FRAME RAIL SYSTEM MAY CRACK AND TEAR.","IF LEFT UNCHECKED, THE WELDS MAY COMPLETELY FAIL, ALLOWING THE APU TO FALL FROM THE FRAME RAIL. IF THE UNIT FAILS WHILE THE VEHICLE IS BEING OPERATED, THE UNIT COULD STRIKE ANOTHER VEHICLE OR A PEDESTRIAN INCREASING THE RISK OF A CRASH OR INJURY.","IDLE FREE SYSTEMS WILL PROVIDE A FRAME RAIL UPGRADE KIT, FREE OF CHARGE. THE RECALL BEGAN MAY 27, 2011. OWNERS MAY CONTACT IDLE FREE SYSTEMS AT 1-608-492-2202." -06/01/2011,11V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V306000),Toyota Motor Engineering & Manufacturing,DRIVE SHAFT BREAKS,POWER TRAIN,NR (Not Reported),Vehicle,50,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 VENZA AND SIENNA PASSENGER CARS MANUFACTURED FROM MARCH 7, THROUGH MARCH 10, 2011. THERE IS A POSSIBILITY THAT THE FRONT, RIGHT, DRIVE SHAFT MAY BREAK DUE TO INSUFFICIENT HEAT TREATMENT.","SHOULD THE DRIVE SHAFT BREAK DURING VEHICLE OPERATION, THE VEHICLE WILL LOSE POWER WITHOUT PRIOR WARNING. LOSS OF MOTIVE POWER WITHOUT WARNING MAY INCREASE THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE DRIVE SHAFT, AND, IF THE DRIVE SHAFT IS IDENTIFIED AS ONE THAT MAY NOT HAVE BEEN CORRECTLY MANUFACTURED, IT WILL BE REPLACED WITH A NEW ONE AT NO CHARGE. THE SAFETY RECALL BEGAN ON JUNE 22, 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -06/01/2011,11V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V304000),Toyota Motor Engineering & Manufacturing,ELECTRIC POWER STEERING SYSTEM,STEERING,NR (Not Reported),Vehicle,52377,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2003 PRIUS PASSENGER CARS MANUFACTURED FROM JANUARY 28, 2000, THROUGH MAY 30, 2003. THE STEERING LINKAGE MAY LOOSEN, RESULTING IN REDUCED ELECTRIC STEERING ASSISTANCE WHEN MAKING A LEFT TURN.","LOSS OF POWER STEERING, PARTICULARLY WHEN AN OPERATOR IS ACTIVELY INTENDING TO STEER THE VEHICLE, MAY INCREASE THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE NUTS IN THE STEERING LINKAGE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 8, 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -06/01/2011,11V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V303000),"Volvo Car USA, LLC",FUEL PUMP SOFTWARE/POSSIBLE ENGINE STALL,"FUEL SYSTEM, GASOLINE",R243,Vehicle,8179,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2012 S60 PASSENGER CARS MANUFACTURED FROM NOVEMBER 18, 2010, THROUGH MAY 5, 2011. THE SOFTWARE FOR THE FUEL PUMP UNITS MAY NOT BE COMPATIBLE WITH ALL FUEL PUMPS AND COMPONENTS RESULTING IN INSUFFICIENT FUEL TRANSFER IN THE PUMP UNIT.","UNDER CERTAIN DRIVING CONDITIONS, THERE MAY BE ENGINE HESITATION AND POSSIBLE ENGINE STALL EVEN THOUGH THE FUEL GAUGE INDICATES UP TO 1/4 OF THE FUEL IS LEFT IN THE TANK. THIS CONDITION INCREASES THE RISK OF A VEHICLE CRASH.","VOLVO WILL NOTIFY OWNERS AND DEALERS WILL UPGRADE THE ENGINE CONTROL MODULE SOFTWARE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 1, 2011. OWNERS MAY CONTACT VOLVO AT 1-201-768-7300." -06/01/2011,11V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V305000),Polaris Inc.,HANDLEBAR CLAMPS/RISERS,STEERING,NR (Not Reported),Vehicle,840,"POLARIS IS RECALLING CERTAIN MODEL YEAR 2011 VICTORY CROSS COUNTRY MOTORCYCLES MANUFACTURED FROM JANUARY 1, THROUGH APRIL 11, 2011. THE HANDLEBAR CLAMPS AND/OR RISERS MAY HAVE BEEN MACHINED INCORRECTLY WHICH COULD CAUSE THE HANDLEBARS TO SLIP IN THE CLAMPS.","THIS COULD CAUSE THE OPERATOR TO LOSE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","POLARIS WILL NOTIFY OWNERS, AND DEALERS WILL TEST AND REPLACE DEFECTIVE RISER/CLAMP ASSEMBLIES, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 17, 2011. OWNERS MAY CONTACT VICTORY CONSUMER SERVICE AT 1-888-704-5290." -05/31/2011,11E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E019000),"ROUSH INDUSTRIES, INC.",AFTERMARKET ROUSH PROPANE CONVERSION KIT,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,39,"ROUSH IS RECALLING CERTAIN AFTERMARKET ROUSH CLEAN TECH LIQUID PROPANE AUTOGAS FUEL SYSTEM KITS PRODUCED BETWEEN DECEMBER 17, 2010, AND MAY 6, 2011, USED FOR INSTALLATION ON FLEET VEHICLES MODEL YEAR 2009 THROUGH 2011 FORD E-SERIES VANS/WAGONS/SHUTTLES/CUTAWAY (150, 250 AND 350) WITH 5.4L ENGINES (""E-SERIES""), AND MY 2011 FORD E-450 CUTAWAYS. THE VALVES INSTALLED IN THE SERVICE PORT OF THE FUEL RAILS OF THE KIT WERE UNDER MINIMUM SPECIFICATION FOR THE DIAMETER. THIS LED TO INSUFFICIENT COMPRESSION OF THE O-RING, ALLOWING LEAKAGE OF PROPANE AUTOGAS. THE PART NUMBERS OF THE AFFECTED KITS ARE: P10C2-R150KIT-AA, P10C2-R150KIT-AC, P10C2-R350KIT-AC, P11C2-R150KIT-AA, P11C2-R150KIT-AB, P11C2-R350KIT-AA, P11C2-R350KIT-AB, P-10-SO-RKIT-BA, PBC2-RKIT158-AB, PBC2-RKIT176-AB, AND PBC2-RKITMB-AC.",A GAS LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"AS OF MAY 27, 2011, ROUSH HAD NOTIFIED ALL OWNERS OF RECORD BY TELEPHONE AND SHIPPED TO THEM REPLACEMENT VALVES FREE OF CHARGE. OWNERS MAY CONTACT ROUSH AT 1-734-466-6255." -05/31/2011,11V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V307000),"Roush Performance Products, Inc.",ROUSH PROPANE CONVERSION KITS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,15,ROUSH PERFORMANCE PRODUCTS IS RECALLING CERTAIN 2011 FORD E-SERIES VANS EQUIPPED WITH 5.4 OR 6.8 LITER ENGINES THAT HAVE BEEN ALTERED BY ROUSH TO OPERATE USING THE ROUSH LIQUID PROPANE AUTOGAS FUEL SYSTEM. A VALVE IN THE SYSTEM MAY HAVE BEEN MISMACHINED ALLOWING A PROPANE LEAK.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A VEHICLE FIRE.,"ROUSH WILL REPLACE THE DEFECTIVE VALVE WITH A CORRECTLY MACHINED ONE. ALL THE AFFECTED VEHICLES HAVE BEEN REPAIRED, THEREFORE, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT ROUSH AT 1-734-466-6255." -05/27/2011,11V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V302000),TRANSARCTIC CANADA INC.,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1522,"TRANSARCTIC IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 SCHOOL BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS, PART NUMBERS 77-62112-XX AND 77-62512-XX, STARTING WITH SERIAL NUMBER KNT90890232 TO SERIAL NUMBER NNE91230058, MANUFACTURED FROM JANUARY 1, 2006, THROUGH DECEMBER 2010, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","TRANSARCTIC WILL NOTIFY OWNERS OF RECORD WHO PURCHASED THE AFFECTED UNITS. TRANSARCTIC IS WORKING WITH THE BUS MANUFACTURERS AND CARRIER AUTHORIZED DEALERS TO IDENTIFY AND NOTIFY OWNERS OF THE BUSES WHICH MAY HAVE HAD THE AFFECTED EM-1 UNIT INSTALLED. CARRIER WILL PROVIDE A RETROFIT KIT ALONG WITH REPAIR INSTRUCTIONS, FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2011. OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR TRANSARCTIC AT 1-877-265-3247. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TRANSARCTIC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST." -05/25/2011,11V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V299000),"BMW of North America, LLC",CONTROLS AND DISPLAYS/FMVSS 101-Incorrect Symbols,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,75,"BMW Is recalling certain model year 2011 Mini Cooper Clubman and Cooper S Clubman vehicles manufactured from February 8, 2011, through May 11, 2011, for failing to comply with the requirements of Federal Motor Vehicles Safety Standard No. 101, ""Controls and Displays."" These vehicles are equipped with a European specification tachometer that uses brake-system telltales/symbols that do not meet U.S. requirements.","In the event of an ABS system problem, only the the outer circle of the symbol illuminates, not the ABS letters. As such, the driver may be unaware that there is a problem with the ABS, increasing the risk of a crash.","All affected vehicles have been repaired at dealerships. Therefore, an owner notification letter will not be issued for this campaign. Owners may contact BMW at 1-800-525-7417." -05/25/2011,11V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V300000),"KTM North America, Inc.",HANDLEBAR CLAMPS,STEERING,NR (Not Reported),Vehicle,1228,"KTM IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MOTORCYCLES MANUFACTURED FROM NOVEMBER 2009 THROUGH NOVEMBER 23, 2010. DUE TO IMPROPER HEAT TREATMENT, THE HANDLEBAR CLAMPS CAN DEVELOP CRACKS, ALLOWING THE HANDLEBAR TO MOVE FROM ITS SET POSITION.","UNEXPECTED MOVEMENT OF THE HANDLEBAR MAY CAUSE THE DRIVER TO CRASH, POSSIBLY RESULTING IN INJURY OR DEATH TO THE RIDER OR OTHERS.","AUTHORIZED KTM DEALERS WILL REPLACE THE DEFECTIVE CLAMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 25, 2011. OWNERS MAY CONTACT KTM CUSTOMER SERVICE AT 1-888-985-6090 FOR ASSISTANCE." -05/24/2011,11V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V297000),"Altec Industries, Inc.",BOOM LIFT CYLINDER,EQUIPMENT,CSN 545,Vehicle,227,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2008-2009 DM 45, DM 47 AND DM 50 DIGGER DERRICK UTILITY VEHICLES MANUFACTURED FROM JANUARY 2010 THROUGH SEPTEMBER 2010. THESE UNITS MAY HAVE CRACKS IN THE BOOM LIFT CYLINDER ROD EYE CASTING THAT CAN CAUSE THE CASTING TO FAIL.","IF THE ROD EYE CASTING FAILS, THE BOOM MAY SUDDENLY FALL CAUSING DEATH OR SERIOUS INJURY.",ALTEC WILL INSPECT THE LIFT CYLINDER ROD EYE CASTING FOR CRACKS. ANY CYLINDERS FOUND WITH CRACKS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832. -05/24/2011,11V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V298000),REV Recreation Group,WIRE HARNESS,ELECTRICAL SYSTEM,110520FRV,Vehicle,703,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2011 BOUNDER CLASSIC, STORM AND TERRA CLASS A MOTOR HOMES BUILT ON FORD CHASSIS AND MANUFACTURED FROM MAY 21, 2010, THROUGH FEBRUARY 11, 2011. CERTAIN MODEL YEAR 2011 BOUNDER AND SOUTHWIND CLASS A MOTOR HOMES BUILT ON FORD CHASSIS AND MANUFACTURED FROM MAY 24, 2010 THROUGH MAY 18, 2011; AND CERTAIN MODEL YEAR 2012 BOUNDER AND SOUTHWIND CLASS A MOTOR HOMES BUILT ON FORD CHASSIS AND MANUFACTURED FROM MAY 16, 2011 THROUGH JUNE 15, 2011. A WIRE HARNESS THAT IS ROUTED UNDER THE MOTOR HOME, NEAR THE CHASSIS RAIL, CAN CONTACT A HEAT SHIELD LOCATED NEXT TO THE PASSENGER SIDE ENGINE EXHAUST MANIFOLD. THE CLOSE PROXIMITY CAN CAUSE THE HARNESS TO MELT OR BE OTHERWISE DAMAGED.","A DAMAGED WIRE HARNESS CAN RESULT IN AN ELECTRICAL SHORT, RESULT IN INTERMITTENT OPERATION OF ELECTRICAL SYSTEMS VEHICLE ""SHUT DOWN"", AND/OR LEAD TO A FIRE, AND MAY RESULT IN LOSS OF VEHICLE CONTROL, INJURY, OR DEATH.",DEALERS WILL INSPECT AND REROUTE THE WIRE HARNESS AWAY FROM THE HEAT SHIELD. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT FLEETWOOD OWNER RELATIONS AT 1-800-509-3418. -05/23/2011,11V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V293000),Collins Bus Corporation,LEG PROTECTION ZONE NONCOMPLIANCE,SEATS,NR (Not Reported),Vehicle,702,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2002-2011 BANTAM, GRAND BANTAM, AND SUPER BANTAM SCHOOL BUSES MANUFACTURED FROM OCTOBER 2002 THROUGH MAY 20, 2011, FOR FAILING TO CONFORM TO THE LEG PROTECTION ZONE IMPACT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 222 ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE VEHICLE OCCUPANTS MAY NOT BE ADEQUATELY PROTECTED AND MAY SUSTAIN INJURIES.","COLLINS WILL NOTIFY OWNERS AND DEALERS WILL INSTALL ADDITIONAL FOAM PADDING UNDER THE UPHOLSTERY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2011. OWNERS MAY CONTACT COLLINS BUS AT 1-800-533-1850." -05/20/2011,11V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V292000),"Mack Trucks, Inc.",BATTERY CABLES,ELECTRICAL SYSTEM,SC0354,Vehicle,771,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2011 GU HEAVY TRUCKS MANUFACTURED FROM SEPTEMBER 12, 2007, THROUGH APRIL 8, 2011, WITH A FOUR BATTERY CABLE DESIGN. AS A RESULT OF THE ROUTING AND CLIPPING USED, THE BATTERY CABLES MAY COME INTO CONTACT WITH FRAME HARDWARE, WHICH, AS A RESULT OF CHAFING, MAY CAUSE THE INSULATION TO BECOME WORN TO A POINT WHERE A SHORT OCCURS.",A SHORT CAN POTENTIALLY CAUSE A VEHICLE FIRE.,"DEALERS WILL RE-ROUTE THE BATTERY CABLES AND REPLACE THE CABLES IF CHAFING HAS OCCURRED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 11, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -05/20/2011,11V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V301000),"Terex South Dakota, Inc.",CABLE PLACING AERIAL DEVICES/LOWER CONTROL LEVER,EQUIPMENT,SN595,Vehicle,65,TEREX IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 TCP40 UTILITY TRUCKS MANUFACTURED FROM JANUARY 2009 THROUGH NOVEMBER 2010. A LOWER CONTROL LEVER MAY HAVE A DEFECT THAT ALLOWS UNINTENDED MOVEMENT OF THE BOOM OR BUCKET.,UNINTENDED MOVEMENT OF THE BOOM OR BUCKET COULD RESULT IN INJURIES TO THE OPERATOR OR OTHERS.,"TEREX WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2011. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-884-3892 OR EMAIL TO UTILITIES.WARRANTY@TEREX.COM." -05/20/2011,11V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V294000),Volvo Trucks North America,DRIVELINE ASSEMBLIES/MERITOR,POWER TRAIN,RVXX1104,Vehicle,341,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2012 VHD, VNL, AND VNM TRUCKS EQUIPPED WITH A MERITOR DRIVELINE. THE TUBING USED TO ASSEMBLE THE DRIVELINES HAS A NONCONFORMING SEAM WELD WITH INSUFFICIENT BONDING OF THE MATERIAL.","THIS CAN RESULT IN SEAM WELD FRACTURE WHEN TORQUE IS APPLIED. ONCE THE TUBE SEAM WELD IS FRACTURED, THE DRIVELINE MAY BECOME INOPERABLE, WHICH MAY RESULT IN A DISABLED VEHICLE OR DEBRIS FROM THE DRIVELINE FALLING ONTO THE ROADWAY, BOTH OF WHICH CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVELINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 25, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -05/20/2011,11V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V295000),"Mack Trucks, Inc.",DRIVELINE ASSEMBLIES/MERITOR,POWER TRAIN,SC0353,Vehicle,584,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2012, CHU, CXU, GU, MRU, LEU, AND TD TRUCKS EQUIPPED WITH A MERITOR DRIVELINE. THE TUBING USED TO ASSEMBLE THE AFFECTED DRIVELINES HAS A NONCONFORMING SEAM WELD WITH INSUFFICIENT BONDING OF THE MATERIAL.","THIS CAN RESULT IN SEAM WELD FRACTURE WHEN TORQUE IS APPLIED. ONCE THE TUBE SEAM WELD IS FRACTURED, THE DRIVELINE MAY BECOME INOPERABLE WHICH MAY RESULT IN A DISABLED VEHICLE OR DEBRIS FROM THE DRIVELINE MAY FALL ON THE ROADWAY, BOTH OF WHICH CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVELINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 25, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -05/20/2011,11V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V296000),"Navistar, Inc.",RETURN FUEL VALVE CAP/MONACO/HOLIDAY RAMBLER,"FUEL SYSTEM, GASOLINE",11508,Vehicle,55,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 HOLIDAY RAMBLER TRIP AND MONACO VESTA RECREATIONAL VEHICLES MANUFACTURED FROM FEBRUARY 25, 2010, THROUGH APRIL 4, 2011, AND EQUIPPED WITH A MAXXFORCE 7 ENGINE. A CAP ON THE RETURN FUEL VALVE MAY FALL OFF ALLOWING AIR TO BE DRAWN INTO THE FUEL SYSTEM POSSIBLY RESULTING IN ENGINE HARD START, NO START, OR STALL CONDITIONS.",ENGINE STALL ON THE ROADWAY INCREASES THE RISK OF A VEHICLE CRASH.,"NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE RETURN FUEL VALVE CAP, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 12, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/20/2011,11V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V291000),"Navistar, Inc.",RETURN FUEL VALVE/POSSIBLE ENGINE STALL,"FUEL SYSTEM, GASOLINE",11506,Vehicle,2026,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 IC CE AND BE SCHOOL BUSES MANUFACTURED FROM MAY 27, 2010, THROUGH MARCH 8, 2011, EQUIPPED WITH MAXXFORCE 7 ENGINES. A CAP ON THE RETURN FUEL VALVE MAY FALL OFF, ALLOWING AIR TO BE DRAWN INTO THE FUEL SYSTEM, POSSIBLY RESULTING IN ENGINE HARD START, NO START, OR STALL CONDITIONS.",ENGINE STALL ON THE ROADWAY INCREASES THE RISK OF A VEHICLE CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE RETURN FUEL VALVE CAP FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 12, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/18/2011,11V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V289000),"Daimler Trucks North America, LLC",FIFTH WHEEL LOCK/FONTAINE,TRAILER HITCHES,FL-608,Vehicle,2342,"DTNA IS RECALLING CERTAIN MODEL YEAR 2011 BUSINESS CLASS M2, AND CORONADO, MODEL YEAR 2011-2012 CASCADIA VEHICLES EQUIPPED WITH FONTAINE ULTRA LT FIFTH WHEELS AND MANUFACTURED FROM APRIL 7, 2010, THROUGH MARCH 7, 2011. DURING THE COUPLING PROCESS ON VEHICLES EQUIPPED WITH PRE-MODIFICATION FONTAINE ULTRA LT FIFTH WHEELS, IT IS POSSIBLE FOR THE DRIVER TO PARTIALLY CLOSE THE FIFTH WHEEL LOCK, AND IF RELYING ON A TUG TEST (PULL TEST), AND NOT PERFORMING THE REQUIRED VISUAL INSPECTION, THINK THAT THE FIFTH WHEEL LOCK IS PROPERLY COUPLED TO THE TRAILER KING PIN, WHEN IN FACT, IT IS NOT.","IF THE TRACTOR IS NOT FULLY CONNECTED TO THE TRAILER, THE TRAILER MAY DISENGAGE WHILE IN USE, INCREASING THE RISK OF A CRASH.","FONTAINE NOTIFIED OWNERS IN FEBRUARY 2011, AND IS HANDLING THE REMEDY FOR THIS CAMPAIGN. FONTAINE IS IN THE PROCESS OF RETROFITTING ALL AFFECTED VEHICLES, FREE OF CHARGE. OWNERS MAY CONTACT FONTAINE AT 1-800-874-9780 OR DTNA AT 1-800-547-0712." -05/18/2011,11V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V288000),Honda (American Honda Motor Co.),FUEL FEED LINE,"FUEL SYSTEM, OTHER",R79,Vehicle,1156,"HONDA IS RECALLING CERTAIN MODEL YEAR 2012 CIVIC 2-DOOR AND 4-DOOR VEHICLES MANUFACTURED FROM APRIL 21, 2011, THROUGH MAY 2, 2011. THERE IS A POSSIBILITY THAT AN O-RING, WHICH SEALS A CONNECTION IN THE FUEL FEED LINE, IS MISALIGNED. IF THE O-RING IS MISALIGNED, A SMALL FUEL LEAK MAY OCCUR.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL FEED LINE ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 27, 2011. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -05/18/2011,11V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V287000),"Daimler Trucks North America, LLC",HIGH PRESSURE FUEL PUMP,"FUEL SYSTEM, OTHER",10C-4,Vehicle,268,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 FREIGHTLINER CASCADIA, CENTURY, COLUMBIA, CORONADO, M2, AND WESTERN STAR 4900 HEAVY TRUCKS MANUFACTURED FROM FEBRUARY 19, 2009, THROUGH JULY 9, 2010, EQUIPPED WITH SPECIFIC DD13 AND DD15 ENGINES ASSEMBLED WITH A BOSCH HIGH PRESSURE FUEL PUMP ELEMENT WHICH MAY DEVELOP A CRACK DUE TO HYDROGEN INDUCED STRESS CORROSION. THE CRACK MAY RESULT IN A DIESEL FUEL LEAK.","IF A DIESEL FUEL LEAK CONTINUES UNDETECTED, FUEL MAY SPILL ONTO THE ROADWAY INCREASING THE RISK OF A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES, FREE OF CHARGE. THIS RECALL IS AN EXPANSION OF A PREVIOUS RECALL (SEE RECALL CAMPAIGN 10V-339). THE SAFETY RECALL BEGAN ON MAY 18, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -05/18/2011,11V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V286000),"Volvo Car USA, LLC",POWER STEERING,STEERING,R242,Vehicle,350,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2010-2011 XC90 VEHICLES MANUFACTURED FROM JANUARY 29, 2010, THROUGH AUGUST 16, 2010. THE POWER STEERING FLUID MAY LEAK FROM THE OIL PIPE CONNECTION AT THE STEERING GEAR VALVE HOUSING.","THIS CONDITION COULD LEAD TO A SUDDEN LOSS OF POWER STEERING, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE OIL PIPES ON THE POWER STEERING RACK FREE OF CHARGE. THE RECALL IS SCHEDULED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552. -05/18/2011,11V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V290000),"Navistar, Inc.",RETURN FUEL VALVE/INTERNATIONAL/IC,"FUEL SYSTEM, GASOLINE",11507,Vehicle,3375,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 IC AC, BE, CE, HC AND INTERNATIONAL 4300, AND TERRASTAR COMMERCIAL TRUCKS MANUFACTURED FROM FEBRUARY 25, 2010, THROUGH APRIL 4, 2011, AND EQUIPPED WITH A MAXXFORCE 7 ENGINE. A CAP ON THE RETURN FUEL VALVE MAY FALL OFF ALLOWING AIR TO BE DRAWN INTO THE FUEL SYSTEM POSSIBLY RESULTING IN ENGINE HARD START, NO START, OR STALL CONDITIONS.",ENGINE STALL ON THE ROADWAY INCREASES THE RISK OF A VEHICLE CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE RETURN FUEL VALVE CAP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/17/2011,11E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E021000),"Porsche Cars North America, Inc.",AFTERMARKET CENTER WHEEL MOUNTING KITS,EQUIPMENT,NR (Not Reported),Equipment,54,"PORSCHE IS RECALLING CERTAIN AFTERMARKET CENTER WHEEL MOUNTING KITS EQUIPPED WITH CENTER WHEEL LOCK AND HUB ASSEMBLIES BEARING THE TORQUE SPECIFICATION INSCRIPTION ""500 NM"" ON THE CENTER BOLT SOLD FOR USE ON MODEL YEAR 2010 AND 2011 PORSCHE 911 TURBO VEHICLES. SHOULD VEHICLES EQUIPPED WITH THE AFFECTED KITS BE OPERATED UNDER RACING CONDITIONS, THERE IS A POSSIBILITY THAT THE WHEEL RETENTION SYSTEM MAY FAIL.","IF THE WHEEL RETENTION FAILS, A VEHICLE CRASH COULD OCCUR.","PORSCHE WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE CENTER BOLTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2011. OWNERS MAY CONTACT PORSCHE AT 1-800-PORSCHE (1-800-767-7243.)" -05/16/2011,11V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V284000),"Altec Industries, Inc.",ANNUAL DIELECTRIC TEST,EQUIPMENT,CSN 544,Vehicle,103,"ALTEC IS RECALLING CERTAIN AT40M/P AERIAL DEVICES MANUFACTURED FROM JUNE 2007 THROUGH OCTOBER 2009. THESE UNITS HAVE FIBERGLASS ARM LINKS THAT, OVER TIME, MAY DEVELOP REDUCED ELECTRICAL ISOLATION PERFORMANCE. AS SUCH, THE LINKS MAY BEGIN TO CONDUCT CURRENT.","IF THE ARM LINK CONDUCTS CURRENT, SHOULD THE ARM LINK CONTACT AN ELECTRICAL WIRE, THE OPERATOR MAY BE SHOCKED OR ELECTROCUTED AND DEATH OR SERIOUS INJURY MAY RESULT.","ALTEC WILL REPLACE THE LINK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 23, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -05/16/2011,11V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V283000),"Daimler Trucks North America, LLC",BRAKE VALVE AIR LINE ROUTING,"SERVICE BRAKES, AIR",FL-607,Vehicle,94,"DTNA IS RECALLING CERTAIN MODEL YEAR 2011-2012 WESTERN STAR 4900 VEHICLES MANUFACTURED FROM APRIL 1, 2010, THROUGH MAY 13, 2011, WITH STANDARD CAB HEIGHT AND A DD13 ENGINE. THE SUPPLY AND DELIVERY AIRLINES FOR THE FOOT VALVE MAY CONTACT THE AIR INTAKE ON THE ENGINE. RELATIVE MOTION BETWEEN THE CAB AND THE ENGINE MAY ALLOW THE DELIVERY AIRLINES TO CHAFE ON THE AIR INTAKE.","A HOLE IN THE DELIVERY AIR LINE MAY DEVELOP, EVENTUALLY LEADING TO REDUCED BRAKING CAPACITY TO THE FRONT OR REAR BRAKES, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE AIR LINES AND REROUTE IF NECESSARY TO PROVIDE ADDITIONAL CLEARANCE TO THE ENGINE AIR INTAKE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 21, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/16/2011,11V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V282000),Zero Motorcycles Inc.,FRONT BRAKE CALIPER BRACKET,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,160,"ZERO MOTORCYCLES IS RECALLING CERTAIN MODEL YEAR 2009 ZERO S MOTORCYCLES BUILT FROM SEPTEMBER 2, 2009 THROUGH DECEMBER 22, 2009; MODEL YEAR 2009 ZERO DS MOTORCYCLES BUILT FROM JULY 27, 2009 THROUGH DECEMBER 28, 2009; MODEL YEAR 2010 ZERO S MOTORCYCLES BUILT FROM FEBRUARY 1, 2010 THROUGH MARCH 31, 2011; AND MODEL YEAR 2010 ZERO DS MOTORCYCLES BUILT FROM JANUARY 20, 2010 THROUGH MARCH 31, 2011. THE FRONT BRAKE CALIPER BRACKET MAY EXPERIENCE PERMANENT DEFORMATION WHEN SUBJECTED TO HIGH BRAKING LOADS. THIS CONDITION COULD INDUCE MISALIGNMENT OF THE FRONT BRAKE PADS WITH RESPECT TO THE FRONT BRAKE ROTOR.","MISALIGNMENT OF THE BRAKE PADS IN RELATION TO THE ROTOR MAY CAUSE REDUCED FRONT BRAKING PERFORMANCE, WHICH COULD LEAD TO A POSSIBLE CRASH AND POTENTIAL INJURY OR DEATH OF THE RIDER.","DEALERS WILL REPLACE THE FRONT BRAKE CALIPER BRACKET WITH A RE-DESIGNED COMPONENT, AND REPLACE THE FRONT BRAKE PADS IN CASE THE EXISTING PADS EXPERIENCED ABNORMAL WEAR. THE FRONT BRAKE FLUID WILL ALSO BE INSPECTED AND, IF SIGNS OF OVERHEATING ARE NOTED, IT WILL BE REPLACED AND THE SYSTEM WILL BE FLUSHED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 31, 2011. OWNERS MAY CONTACT ZERO MOTORCYCLES AT 1-888-786-9376 EXT 45." -05/12/2011,11V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V278000),"Southeast Toyota Distributors, LLC",TIRE PRESSURE MONITORING SYSTEMS/FMVSS 138,TIRES,NR (Not Reported),Vehicle,1629,"SOUTHEAST TOYOTA IS RECALLING CERTAIN MODEL YEAR 2007-2011 TUNDRA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEMS."" THE TPMS ON SOME VEHICLES MAY NOT HAVE BEEN PROPERLY CALIBRATED AND AS A RESULT THE LOW TIRE PRESSURE WARNING LAMP MAY NOT ILLUMINATE SHOULD THE INFLATION PRESSURE IN ONE OR MORE OF THE VEHICLE'S TIRES FALL BELOW THE THRESHOLD FOR WHEN THE LOW TIRE PRESSURE WARNING LAMP SHOULD ILLUMINATE.","DRIVERS WILL NOT RECEIVE A WARNING FROM THE TIRE PRESSURE MONITOR THAT ONE OR MORE TIRES ARE UNDERINFLATED, INCREASING THE RISK THAT THE VEHICLE WILL BE DRIVEN WITH ONE OR MORE UNDERINFLATED TIRES, INCREASING THE RISK OF A TIRE FAILURE THAT MAY LEAD TO A CRASH.","DEALERS WILL RECALIBRATE THE TIRE PRESSURE MONITORING SYSTEM IN ACCORDANCE WITH THE REGULATION FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JULY 2011. OWNERS MAY CONTACT SOUTHEAST TOYOTA CUSTOMER ASSISTANCE CENTER TOLL FREE AT 1-800-301-6859, MONDAY THROUGH FRIDAY, 8:30 AM TO 5:00 PM, EASTERN STANDARD TIME." -05/10/2011,11V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V281000),PACCAR Incorporated,KENWORTH/QUICK RELEASE AIR VALVE/FMVSS 121,"SERVICE BRAKES, AIR",11KWC,Vehicle,3,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 KENWORTH T440 TRACTORS MANUFACTURED BETWEEN OCTOBER 18, 2010, AND FEBRUARY 9, 2011 FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE QUICK RELEASE AIR VALVE REQUIRED IN THE FULL TRUCK SERVICE BRAKE AIR LINE GLADHAND CONNECTION MAY NOT HAVE BEEN INSTALLED. THE OMISSION OF THE QUICK RELEASE AIR VALVE MAY ALLOW THE FULL TRUCK SERVICE BRAKE AIR LINE GLADHAND RELEASE TIMING TO EXCEED THE THRESHOLD OF 0.75 SECONDS BY 1/10TH OF A SECOND, THEREBY FAILING TO COMPLY WITH THE WITH THE REQUIREMENTS OF THE SAFETY STANDARD.","THE SERVICE BRAKE OF A TOWED VEHICLE OR TRAILER MAY HAVE A DELAYED RELEASE, INCREASING THE RISK OF A CRASH.","KENWORTH DEALERS WILL INSTALL THE QUICK RELEASE AIR VALVE IN THE FULL TRUCK SERVICE BRAKE AIR LINE WITH GLADHAND CONNECTION. ALL OF THE VEHICLES HAVE BEEN REPAIRED, THEREFORE, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. THE RECALL BEGAN ON JUNE 23, 2011. OWNERS MAY CONTACT PACCAR AT 1-425-468-7400." -05/10/2011,11E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E018000),ACCURIDE CORPORATION,MISSING WHEEL WELD,WHEELS,NR (Not Reported),Equipment,1,"ACCURIDE IS RECALLING ONE TUBELESS DUPLEX WHEEL, SIZE 22.5 X 14.00 15 DEGREE, WITH ACCURIDE PART NUMBER 29627. THE WHEEL IS COMPOSED OF A RIM THAT SUPPORTS THE TIRE AND A DISC THAT ARE WELDED INTO A ONE PIECE ASSEMBLY. THE ATTACHMENT WELD BETWEEN THE DISC AND THE RIM IS MISSING.","A WHEEL WITHOUT AN ATTACHMENT WELD WILL NOT HAVE THE STRUCTURAL INTEGRITY TO SUPPORT THE LOAD OF THE VEHICLE AND THE TIRE. ANY SIGNIFICANT SIDE FORCE ON THE WHEEL DURING NORMAL OPERATING CONDITIONS AND LOADS COULD CAUSE THE DISC TO DISENGAGE FROM THE RIM. IF THE RIM AND DISC SEPARATE, THE RIM COULD COME OFF THE VEHICLE POSSIBLY CAUSING A CRASH RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","THE AFFECTED WHEEL HAS BEEN LOCATED AND REMEDIED; THEREFORE, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. THE RECALL BEGAN ON APRIL 25, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-800-869-2275." -05/10/2011,11V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V277000),"Triumph Motorcycles America, Ltd.",REPLACEMENT FRONT MUDGUARD BOLTS,EQUIPMENT,NR (Not Reported),Vehicle,1955,TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2010 THUNDERBIRD AND THUNDERBIRD ABS MOTORCYCLES MANUFACTURED FROM SEPTEMBER 2009 THROUGH AUGUST 2010. THESE MOTORCYCLES WERE BUILT WITH AN INCOMPATIBLE THREAD LOCKER/SCREW COMBINATION AT THE FRONT FENDER MOUNTING.,"THE SCREWS MAY WORK LOOSE AND THE SCREW HEADS CAN CONTACT THE SIDE WALL OF THE FRONT TIRE, LEADING TO TIRE DEFLATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL NEW SCREWS, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT TRIUMPH CUSTOMER SERVICE DEPARTMENT AT 1-678-539-8782." -05/06/2011,11V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V273000),"General Motors, LLC",AUTO TRANS SHIFT LINK INSTALLATION/FMVSS 102 & 114,POWER TRAIN,11142,Vehicle,100308,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET CRUZE VEHICLES MANUFACTURED FROM OCTOBER 6, 2009, THROUGH APRIL 27, 2011 AND EQUIPPED WITH AN AUTOMATIC TRANSMISSION FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, 'TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT,' AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, 'THEFT PROTECTION.' THESE VEHICLES MAY HAVE BEEN BUILT WITH A TRANSMISSION SHIFT LINKAGE THAT IS NOT PROPERLY INSTALLED. IF THE LINKAGE IS NOT PROPERLY INSTALLED, THE PRNDL SHIFT LEVER MAY NOT ACCURATELY REFLECT THE POSITION OF THE TRANSMISSION GEAR. WITH THIS CONDITION, THE DRIVER COULD MOVE THE SHIFTER TO PARK AND REMOVE THE IGNITION KEY, BUT THE TRANSMISSION GEAR MAY NOT BE IN PARK.","THE DRIVER MAY NOT BE ABLE TO RESTART THE VEHICLE AND THE VEHICLE COULD ROLL AWAY AFTER THE DRIVER HAS EXITED THE VEHICLE, RESULTING IN A POSSIBLE CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT THE TRANSMISSION SHIFT LINKAGE FOR CORRECT INSTALLATION AND ADJUST THE SHIFT LINKAGE SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 23, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OR WWW.GMOWNERCENTER.COM." -05/06/2011,11V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V275000),"General Motors, LLC",BRAKE HOSES/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",11126,Vehicle,7593,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET EXPRESS AND GMC SAVANA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH A CLEARANCE CONDITION IN WHICH THE RIGHT REAR BRAKE HOSE MAY CONTACT THE TIRE OR WHEEL RIM. IF THE BRAKE HOSE REPEATEDLY CONTACTS THE TIRE OR WHEEL RIM, A HOLE COULD BE WORN IN THE BRAKE HOSE.",A DAMAGED BRAKE HOSE MAY REDUCE THE EFFECTIVENESS OF THE REAR BRAKES AND INCREASE THE DISTANCE REQUIRED TO STOP THE VEHICLE. AN INCREASED BRAKING DISTANCE MAY INCREASE THE RISK OF A CRASH.,"DEALERS WILL SECURE THE RIGHT REAR BRAKE HOSE TO ENSURE SUFFICIENT CLEARANCE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 13, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 OR WWW.GMOWNERCENTER.COM." -05/06/2011,11V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V280000),Crossroads RV,ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12,"CROSSROADS RV IS RECALLING CERTAIN MODEL YEAR 2011 RUSHMORE AND SEVILLE RECREATIONAL VEHICLES MANUFACTURED FROM JUNE 21, 2010, THROUGH DECEMBER 15, 2010. THE ELECTRICAL TRANSFER SWITCH WIRE WAS INSTALLED INCORRECTLY AND THE TRANSFER SWITCH COULD SEND 220 VOLT CURRENT INSTEAD OF 110 VOLT CURRENT THROUGH THE TRAILER'S ELECTRICAL SYSTEM.",THIS VOLTAGE INCREASE COULD LEAD TO OVERHEATING OF THE ELECTRICAL SYSTEM RESULTING IN A FIRE OR PROPERTY DAMAGE.,"CROSSROADS WILL INSPECT AND IF NECESSARY REWIRE THE TRANSFER SWITCH TO THE CORRECT SPECIFICATION, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 20, 2011. OWNERS MAY CONTACT CROSSROADS RV AT 888-226-7496." -05/06/2011,11V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V279000),U.S. DRIVE RIGHT,FMVSS 108/HIGH MOUNT BRAKE LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1126,"U.S. DRIVE RIGHT IS RECALLING CERTAIN MODEL YEAR 1994-1996 JEEP CHEROKEE VEHICLES IMPORTED FROM JANUARY 2007, THROUGH APRIL 2011 FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" FOR THE HIGH MOUNT BRAKE LAMP ASSEMBLY. THE VEHICLES ARE NOT EQUIPPED WITH THE REQUIRED THIRD BRAKE LAMP.","INADEQUATE LIGHTING COULD REDUCE VISIBILITY OF VEHICLE, INCREASING THE RISK OF A CRASH.","U.S. DRIVE RIGHT WILL NOTIFY OWNERS AND MAIL KITS ALONG WITH INSTRUCTIONS TO HAVE THE VEHICLE REPAIRED BY A QUALIFIED MECHANIC OF THEIR CHOICE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 12, 2011. OWNERS MAY CONTACT U.S. DRIVE RIGHT AT 1-888-632-5936." -05/06/2011,11V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V271000),"Corp. Micro Bird, Inc.",MISSING VISIBLE TELLTALE/FMVSS 206,ELECTRICAL SYSTEM,11-043-LDU,Vehicle,9,"MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MICRO BIRD MB II MULTIPURPOSE VANS MANUFACTURED FROM JANUARY 13, 2010, THROUGH MARCH 22, 2011, EQUIPPED WITH A WHEELCHAIR LIFT PLATFORM AT THE RIGHT REAR DOOR. THE WHEELCHAIR LIFT DOOR IS NOT LINKED TO AN ALARM VISIBLE TO THE DRIVER WHICH WOULD ACTIVATE WHEN THE DOOR IS NOT FULLY CLOSED. THESE VANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""",THE DRIVER COULD MOVE THE VEHICLE UNAWARE THAT THE WHEELCHAIR LIFT DOOR IS NOT FULLY CLOSED. THE DOOR COULD BECOME FULLY OPEN WHILE THE VEHICLE IS IN OPERATION AND THIS SITUATION MAY CAUSE INJURY TO NEARBY PEDESTRIANS OR DAMAGES TO OTHER VEHICLES.,MICRO BIRD WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A GREEN TELLTALE IN THE CONTROL PANEL THAT WILL ILLUMINATE WHEN THE WHEELCHAIR LIFT DOOR IS NOT FULLY CLOSED. THE REPAIR WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2011. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012. -05/06/2011,11V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V270000),"General Motors, LLC",STEERING GEAR SHAFT,STEERING,11149,Vehicle,128911,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET CRUZE VEHICLES MANUFACTURED FROM OCTOBER 2, 2009, THROUGH APRIL 21, 2011. THE BOLT ATTACHING THE INTERMEDIATE STEERING SHAFT TO THE STEERING GEAR INPUT SHAFT MAY NOT HAVE BEEN PROPERLY INSTALLED.","THIS COULD ALLOW THE SHAFTS TO SEPARATE, RESULTING IN THE LOSS OF STEERING. LOSS OF STEERING CONTROL MAY INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT, AND IF REQUIRED, REPAIR THE INTERMEDIATE SHAFT/STEERING GEAR ASSEMBLY TO ASSURE THE BOLT IS FULLY SEATED AND THE SHAFT PROPERLY ASSEMBLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 23, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OR WWW.GMOWNERCENTER.COM." -05/06/2011,11V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V276000),"General Motors, LLC",WINDSHIELD WIPER MOTOR,VISIBILITY,11095,Vehicle,4674,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET COLORADO AND GMC CANYON VEHICLES MANUFACTURED FROM SEPTEMBER 22, 2010, THROUGH NOVEMBER 5, 2010. SOME OF THESE VEHICLES HAVE THE CONDITION IN WHICH THE WINDSHIELD WIPER MOTOR CRANK ARM NUT MAY NOT BE TIGHTENED TO SPECIFICATION. WHEN THE WIPERS ARE OPERATED WITH A BUILD-UP OF SNOW OR ICE, OR IF THE WIPERS ARE OPERATED ON A DRY WINDSHIELD, THE NUT COULD LOOSEN. IF THERE IS SUFFICIENT LOOSENING OF THE NUT, THE WIPERS COULD BECOME INOPERATIVE.",DRIVER VISIBILITY COULD BE REDUCED INCREASING THE RISK OF A CRASH.,"DEALERS WILL SECURE THE WIPER MOTOR CRANK ARM NUT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MAY 11, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 OR WWW.GMOWNERCENTER.COM." -05/05/2011,11V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V268000),"Elgin Sweeper Company, Inc.",RADIATOR FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,19,"ELGIN SWEEPER IS RECALLING CERTAIN MODEL YEAR MODEL 2010-2011 MEGAWIND SWEEPERS WITH TIER- III JOHN DEERE AUXILIARY ENGINES MANUFACTURED FROM FEBRUARY 2010 THROUGH APRIL 2011. UNDER HEAVY OPERATING CONDITIONS AND HIGH AUXILIARY ENGINE SPEED, THE FANS MAY FAIL AND THE FAN BLADES COULD SEPARATE FROM THE BASE OF THE FAN AND THE BLADES OR DEBRIS FROM THE BLADES COULD LEAVE THE FAN HOUSING.",SMALL PIECES OF FAN DEBRIS COULD EXIT THE VEHICLE IN 2 OPENINGS IN THE EXTERIOR OF THE VEHICLE. A PERSON PERFORMING A REPAIR COULD BE INJURED.,"ELGIN SWEEPER WILL NOTIFY OWNERS AND INSTALL A NEW RADIATOR FAN ON A BELT-DRIVEN PULLEY AND NEW MOUNTING HARDWARE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 30, 2011. OWNERS MAY CONTACT ELGIN CUSTOMER SERVICE DEPARTMENT AT 1-877-342-5374." -05/05/2011,11V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V269000),"Haulmark Industries, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,668,HAULMARK IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200 SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"HAULMARK IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MAY 25, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -05/03/2011,11V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V264000),Ford Motor Company,AIR BRAKES MODULE REPLACEMENT/FMVSS 121,"SERVICE BRAKES, AIR",11C17,Vehicle,93,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-650 AND F-750 TRUCKS, EQUIPPED WITH AIR BRAKES AND A TRAILER PACKAGE OR TRACTOR PACKAGE, FOR AN INCORRECTLY PROGRAMMED ABS MODULE. AS SUCH, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS (ABS).""","AN AFFECTED VEHICLE MAY NOT DISPLAY A TRAILER ABS FAULT IN THE CAB OF THE TRUCK WARNING THE DRIVER OF AN EXISTING TRAILER ABS FAILURE. SUCH AN ABS FAILURE MAY RESULT IN TRAILER BRAKE LOCK-UP, INCREASING THE RISK OF A CRASH.","DEALERS WILL NOTIFY OWNERS AND REPLACE THE ABS MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 18, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -05/03/2011,11V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V265000),Volvo Trucks North America,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",RVXX1103,Vehicle,2765,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011-2012 VHD, VNL, AND MODEL YEAR 2012 VNM TRUCKS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"VOLVO TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 12, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -05/03/2011,11V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V272000),"Mack Trucks, Inc.",AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",SC0352,Vehicle,1524,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011-2012 CHU, CXU, GU, LEU AND MRU TRUCKS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"MACK TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 24, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -05/03/2011,11V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V267000),"Volkswagen Group of America, Inc.",FUEL TANK ROLLOVER VALVE,"FUEL SYSTEM, OTHER",20L8/JY,Vehicle,5992,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2001-2004 AUDI A6, MODEL YEAR 2002-2003 S6 AND MODEL YEAR 2003 RS6 VEHICLES EQUIPPED WITH 4.2L ENGINES AND MANUFACTURED FROM JUNE 19, 2001, THROUGH JUNE 8, 2004. THE AGING OF THE PLASTIC MATERIAL IN THE FUEL TANK ROLLOVER VALVE COMBINED WITH BENDING STRESS FROM THE ALUMINUM VENTILATION LINE TO THE ROLLOVER VALVE NIPPLE MAY LEAD TO CRACKING OF THE NIPPLE. IF THIS HAPPENS, A FUEL LEAK MAY RESULT.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD LEAD TO A VEHICLE FIRE.,DEALERS WILL REINFORCE THE NIPPLE ON THE ROLLOVER VALVE TO PREVENT LEAKAGE OR REPAIR THE CRACKING AT THE NIPPLE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT AUDI AT 1-800-822-2834. -05/03/2011,11V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V263000),Triple E Recreational Vehicles,HYDRAULIC BRAKE SWITCHES/DTNA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,25,TRIPLE E RV IS RECALLING CERTAIN MODEL YEAR 2007-2010 COMMANDER CLASS A MOTOR HOMES MANUFACTURED FROM JULY 2007 THROUGH FEBRUARY 2010. THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.,"THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE BRAKES ARE APPLIED, WHICH MAY LEAD TO A CRASH WITHOUT WARNING.","DAIMLER TRUCKS (DTNA), MANUFACTURER OF THE CHASSIS, WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DTNA DEALERSHIPS, FREE OF CHARGE. (SEE DTNA'S RECALL CAMPAIGN 10V-178.) THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -05/03/2011,11V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V266000),AUTOMOTIVE CONCEPTS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1781,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOMOTIVE CONCEPTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOMOTIVE CONCEPTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -04/28/2011,11V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V262000),Vermeer Manufacturing Company,INCORRECT LUG NUTS/WHEELS,WHEELS,NR (Not Reported),Vehicle,140,"VERMEER IS RECALLING CERTAIN MODEL YEAR 2009-2011 BC1200XL SINGLE AXLE BRUSH CHIPPER TRAILERS MANUFACTURED FROM JULY 24, 2009, THROUGH FEBRUARY 14, 2011. DURING THE ASSEMBLY PROCESS THE INCORRECT LUG NUTS WERE INSTALLED ON WHEELS FOR THE 285/75/R16 FLOTATION TIRE OPTION. THESE INCORRECT LUG NUTS MAY LOOSEN, SINCE THE LUG NUTS DO NOT MATCH THE COUNTERSINK HOLES IN THE WHEEL DISC.","LOOSE LUG NUTS CAN DAMAGE THE WHEEL DISC AND RESULT IN WHEEL SEPARATION FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LUG NUTS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 1, 2011. OWNERS MAY CONTACT VERMEER AT 1-641-628-3141." -04/28/2011,11V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V261000),Hyundai Motor America,INTERMEDIATE DRIVESHAFT,POWER TRAIN,102,Vehicle,5876,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2010 SANTA FE 2WD VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND 2.4L ENGINES MANUFACTURED FROM OCTOBER 15, 2009 THROUGH MARCH 5, 2010. THE INTERMEDIATE SHAFT MAY SUFFER FROM NOISE AND EXCESSIVE WEAR DUE TO A MISALIGNMENT OF THE INTERMEDIATE SHAFT WITH THE RIGHT SIDE OUTPUT GEAR. CONTINUING TO DRIVE THE VEHICLE IN THIS CONDITION LEADS TO THE DEVELOPMENT OF A WHIRRING/WHINING NOISE AND CAN EVENTUALLY CAUSE DAMAGE TO THE AUTOMATIC TRANSMISSION.","DAMAGE TO THE TRANSMISSION MAY CAUSE LOSS OF MOTIVE POWER, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE RIGHT SIDE OUTPUT GEAR AND INTERMEDIATE SHAFT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT HYUNDAI'S CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151. -04/26/2011,11V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V255000),Pierce Manufacturing,ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,74B215,Vehicle,5022,"PIERCE IS RECALLING CERTAIN MODEL YEAR 1999-2008 ARROW XT, DASH, LANCE, AND ENFORCER FIRE APPARATUS MANUFACTURED FROM JUNE 22, 1999, THROUGH MAY 12, 2008, AND EQUIPPED WITH AN ELECTRONIC ACCELERATOR PEDAL. AFTER REPEATED USE WITH EXCESSIVE FORCE, THE ACCELERATOR PEDAL ARM MAY BEND AND CAUSE THE PEDAL TO MOVE CLOSER TO THE FLOOR. IF THE PEDAL ARM BENDS FAR ENOUGH, THE PEDAL MAY CONTACT THE CAB FLOOR WITHOUT WARNING AND STICK IN THE FULL THROTTLE POSITION.","IF THE ACCELERATOR PEDAL BECOMES STUCK, THE OPERATOR MAY LOSE CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE EXISTING ACCELERATOR ARM AND INSTALL A REDESIGNED PEDAL ARM FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 9, 2011. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -04/26/2011,11V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V257000),"Daimler Trucks North America, LLC",DRIVELINE ASSEMBLIES/MERITOR,POWER TRAIN,FL-606,Vehicle,347,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011-2012 FREIGHTLINER CASCADIA, M2, AND WESTERN STAR 4900 VEHICLES, MANUFACTURED FROM JANUARY 11, 2011, THROUGH FEBRUARY 21, 2011, AND EQUIPPED WITH A MERITOR DRIVELINE. THE TUBING USED TO ASSEMBLE THE AFFECTED DRIVELINES HAS A NONCONFORMING SEAM WELD WITH INSUFFICIENT BONDING OF THE MATERIAL.","A TUBE SEAM WELD THAT IS NOT PROPERLY BONDED CAN RESULT IN THE DRIVELINE ASSEMBLY FRACTURING ALONG THE LENGTH OF THE TUBE SEAM WELD. THE FRACTURED TUBE CAN TWIST OR SEVER. THIS COULD RESULT IN ADDITIONAL DAMAGE TO THE DRIVELINE, THE VEHICLE TO WHICH IT IS ATTACHED AND ANY ADDITIONAL NEARBY COMPONENTS. THIS MAY INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVELINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 27, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -04/26/2011,11V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V254000),Toyota Motor Engineering & Manufacturing,PROPELLER SHAFT/DANA,POWER TRAIN,NR (Not Reported),Vehicle,50939,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 TUNDRA VEHICLES EQUIPPED WITH A 3-JOINT TYPE PROPELLER SHAFT. DUE TO IMPROPER CASTING OF THE SLIP YOKES, THERE IS A POSSIBILITY THAT THE SLIP YOKE MAY BREAK, CAUSING THE PROPELLER SHAFT TO SEPARATE AT THE JOINT AND COME INTO CONTACT WITH THE ROAD SURFACE.","THE DRIVER COULD EXPERIENCE LOSS OF MOTIVE POWER AND VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND INSPECT THE PROPELLER SHAFT AND, IF NECESSARY, REPLACE IT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/26/2011,11V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V259000),Hyundai Motor America,REAR REFLEX REFLECTORS/FMVSS 108,EXTERIOR LIGHTING,101,Vehicle,7829,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2010 TUCSON VEHICLES MANUFACTURED FROM FEBRUARY 27, 2010, THROUGH APRIL 17, 2010 FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" FOR THE PHOTOMETRY REQUIREMENTS OF THE REAR REFLECTOR ASSEMBLIES INSTALLED IN THE REAR BUMPERS.","THIS COULD LEAD TO REDUCED VISIBILITY OF THE REAR OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR REFLECTOR ASSEMBLIES, FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT HYUNDAI'S CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -04/25/2011,11E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E017000),"Yakima Products, Inc.",FRONT LOADER ROOF TOP BIKE RACK,EQUIPMENT,NR (Not Reported),Equipment,9644,"YAKIMA IS RECALLING CERTAIN AFTERMARKET FRONT LOADER ROOF TOP BIKE RACKS, PART NUMBER 8002103. ON CERTAIN BICYCLE WHEEL SIZES, THERE IS A POTENTIAL FOR THE USER TO TIGHTEN THE FRONT HOOPS IN A WAY THAT DOES NOT ADEQUATELY SECURE THE BICYCLE WHEEL. BICYCLE WHEEL SIZES AFFECTED: 26"", 29"", AND 700C.","IF THE BIKE IS NOT ADEQUATELY SECURED, THE BIKE COULD BE EJECTED ON TO THE ROAD, POSSIBLY CAUSING PROPERTY DAMAGE OR A VEHICLE CRASH.","YAKIMA WILL NOTIFY OWNERS AND REPLACE THE BIKE RACK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 28, 2011. OWNERS MAY CONTACT YAKIMA AT 1-971-249-7503." -04/25/2011,11V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V256000),Kia Motors America,FUEL TANK STRAPS,"FUEL SYSTEM, OTHER",SC090,Vehicle,58322,"KIA IS RECALLING CERTAIN MODEL YEAR 2004-2007 SPECTRA LD VEHICLES MANUFACTURED FROM NOVEMBER 7, 2003, THROUGH MARCH 6, 2007, ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. THERE IS A POSSIBILITY THAT CORROSION OF THE FUEL TANK STRAPS WHICH HOLD THE TANK MAY OCCUR AS A RESULT OF PROLONGED EXPOSURE TO ROAD SALT. AS A RESULT OF THE CORROSION, ONE OR BOTH STRAPS MAY SEPARATE ALLOWING THE FUEL TANK TO CONTACT THE GROUND AND POSSIBLY DISRUPT THE INTEGRITY OF THE TANK.",THE FUEL TANK CAN FALL FROM THE VEHICLE AND STRIKE THE GROUND WHICH COULD CAUSE A FUEL LEAK. LEAKING FUEL CAN CREATE A FIRE HAZARD.,"DEALERS WILL REPLACE THE FUEL TANK STRAPS AND ATTACHING HARDWARE WITH NEW ZINC COATED PARTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 6, 2011. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -04/25/2011,11V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V258000),Kia Motors America,INTERMEDIATE DRIVESHAFT,POWER TRAIN,SC089,Vehicle,12690,"KIA IS RECALLING CERTAIN MODEL YEAR 2011 SORENTO 2WD VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND 2.4L ENGINES MANUFACTURED FROM THE START OF PRODUCTION THROUGH MAY 22, 2010. THE INTERMEDIATE SHAFT MAY SUFFER FROM NOISE AND EXCESSIVE WEAR DUE TO A MISALIGNMENT OF THE INTERMEDIATE SHAFT WITH THE RIGHT SIDE OUTPUT GEAR. CONTINUING TO DRIVE THE VEHICLE IN THIS CONDITION LEADS TO THE DEVELOPMENT OF A WHIRRING/WHINING NOISE AND CAN EVENTUALLY CAUSE DAMAGE TO THE AUTOMATIC TRANSMISSION.","DAMAGE TO THE TRANSMISSION MAY CAUSE LOSS OF MOTIVE POWER, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE RIGHT SIDE OUTPUT GEAR AND INTERMEDIATE SHAFT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT KIA AT 1-800-333-4542. -04/22/2011,11E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E015000),"Meritor, Inc.",FAG BRAND BEARING SYSTEM/WHEEL END FIRE,POWER TRAIN,C11AA,Equipment,534,MERITOR IS RECALLING CERTAIN TL SERIES TRAILER AXLES THAT CONTAIN THE FAG BRAND BEARING SYSTEM. THESE AXLES ARE SOLD AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS RECREATIONAL VEHICLES. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.,"PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.","THIS RECALL HAS BEEN SUPERCEDED BY RECALL CAMPAIGN 12E-015. MERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. THIS RECALL CAMPAIGN IS AN EXPANSION OF A PREVIOUS CAMPAIGN, 10E-057. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR AT 1-248-435-1725." -04/22/2011,11V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V247000),Blue Bird Body Company,FUEL LINE ROUTING/CHAFING,"FUEL SYSTEM, GASOLINE",R11TB,Vehicle,507,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2012 VISION SCHOOL BUSES MANUFACTURED FROM OCTOBER 7, 2008, THROUGH JANUARY 19, 2011, EQUIPPED WITH AN OPTIONAL FUEL FILTER LOCATED ON THE DRIVER'S CONTROL MODULE. DUE TO ROUTING AND CLAMPING VARIATIONS, THE FUEL LINE ON UNITS EQUIPPED WITH AN OPTIONAL RELOCATED FUEL FILTER MAY CONTACT THE BODY MOUNTED TRANSMISSION COVER AND CHAFE AGAINST THE COVER.",THIS CONDITION COULD POTENTIALLY RESULT IN A FUEL LEAK AND POSSIBLY RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL INSPECT FOR CONTACT/RUBBING WITH THE TRANSMISSION COVER. FUEL LINES FOUND TO BE CONTACTING OR RUBBING WILL BE REPOSITIONED. ANY DAMAGED FUEL FILTER HOSES FOUND WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 25, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/22/2011,11E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E016000),"Meritor, Inc.",WHEEL SEPARATION,POWER TRAIN,C11AB,Equipment,7642,MERITOR IS RECALLING CERTAIN TL SERIES TRAILER AXLES SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT AND SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN VAN TRAILER APPLICATIONS. THE SPINDLE NUT MAY NOT HAVE BEEN PROPERLY TORQUED OR NOT TORQUED AT ALL ALLOWING EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM WHICH COULD PROGRESS TO A WHEEL SEPARATION.,SEPARATION OF THE WHEEL COULD RESULT IN A VEHICLE CRASH.,"MERITOR WILL NOTIFY OWNERS WHO PURCHASE ANY AFFECTED AXLE AS AFTERMARKET REPLACEMENT EQUIPMENT. MERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. THIS RECALL IS AN EXPANSION OF A PREVIOUS RECALL, 10E-058. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR AT 1-248-435-1725." -04/21/2011,11V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V253000),Ducati North America,HANDS FREE CONTROL UNIT REPROGRAMMING,STEERING,NR (Not Reported),Vehicle,1051,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2010-2011 MULTISTRADA 1200, AND MODEL YEAR 2011, DIAVEL MOTORCYCLES. THE ELECTRONIC STEERING LOCK MAY FAIL TO DISENGAGE DURING THE MOTORCYCLE ""KEY-ON"" PROCESS. THIS HAS BEEN LINKED DIRECTLY TO A CERTAIN REVISION OF THE HANDS FREE DEVICE SOFTWARE. IT COULD RESULT IN A SITUATION WHERE THE MOTORCYCLE'S ENGINE MIGHT START WHILE THE STEERING LOCK IS STILL ENGAGED. A RIDER COULD START THE MOTORCYCLE AND ATTEMPT TO RIDE AWAY WHILE THE STEERING IS STILL LOCKED.","THE RIDER COULD EXPERIENCE THE INABILITY TO STEER INCREASING THE RISK OF LOW SPEED TIP-OVER OR COLLISION, THUS INCREASING THE POTENTIAL FOR INJURY TO THE RIDER.",THE DEALER WILL UPDATE THE SOFTWARE OF THE HANDS FREE CONTROL UNIT FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696. -04/21/2011,11V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V248000),Thor Motor Coach,HYDRAULIC BRAKE SWITCHES/DTNA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,68,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2008-2010 OUTLAW AND MODEL YEAR 2011 AVANTI MOTOR HOMES MANUFACTURED FROM AUGUST 2007, THROUGH NOVEMBER 2010. THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.",THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE SERVICE BRAKES ARE APPLIED WHICH MAY LEAD TO A CRASH WITHOUT WARNING.,TMC WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DAMILER TRUCKS (DTNA) DEALERSHIPS FREE OF CHARGE. (SEE DTNA'S RECALL CAMPAIGN 10V-178.) NOTIFICATION TO OWNERS BY DTNA IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712. -04/21/2011,11V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V245000),Toyota Motor Engineering & Manufacturing,INADVERTENT SIDE AIRBAG DEPLOYMENT,AIR BAGS,BOE-B1E,Vehicle,307848,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2008 HIGHLANDER, HIGHLANDER HYBRID, AND MODEL YEAR 2007-2008 RAV4 VEHICLES. IN THE CURTAIN SHIELD AIRBAG (CSA) SYSTEM, THERE ARE TWO SENSORS IN THE AIRBAG SENSOR ASSEMBLY WHICH ARE DESIGNED TO DETECT VEHICLE ROLL ANGLE. IF ONE OF THESE SENSORS MALFUNCTIONS, THE AIRBAG WARNING LIGHT (MALFUNCTION INDICATOR LIGHT: MIL) WILL ILLUMINATE AND THE ROLL DETECTION SYSTEM WILL BE SUSPENDED; HOWEVER, THE AIRBAG CSA REMAINS AVAILABLE IN THE EVENT OF A SIDE CRASH. IF BOTH SENSORS FAIL NEARLY SIMULTANEOUSLY AFTER INITIAL AIRBAG SYSTEM CHECK, THE CSA AND THE SEAT BELT PRETENSIONER COULD BE INADVERTENTLY ACTIVATED.",INADVERTENT ACTIVATION OF THE CSA AND/OR THE SEAT BELT PRETENSIONER CAN CAUSE INJURY TO A VEHICLE OCCUPANT.,"TOYOTA WILL REPLACE THE AIRBAG SENSOR ASSEMBLY WITH A NEW ONE CONTAINING IMPROVED ROLL RATE SENSORS, FREE OF CHARGE. TOYOTA INTENDS TO SEND AN INTERIM OWNER NOTIFICATION TO OWNERS EARLY TO MID-MAY, 2011 WHEN SUFFICIENT PARTS AND REMEDY BECOMES AVAILABLE. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/21/2011,11V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V250000),Starcraft RV,LEVELING JACKS/TRAILER FRAME,EQUIPMENT,NR (Not Reported),Vehicle,135,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2011 AUTUMN RIDGE AR-ONE, AUTUMN RIDGE AND LEXION S-LITE TRAVEL TRAILERS MANUFACTURED BETWEEN OCTOBER 29, 2010, AND JANUARY 27, 2011. THESE TRAILERS MAY HAVE CRACKED BOLTS ATTACHING THE LEVELING JACKS TO THE TRAILER FRAME. IF ALL OF THE BOLTS BREAK, IT COULD RESULT IN THE JACK COMING LOOSE FROM THE FRAME.","IF THE JACK COMES LOOSE WHILE THE VEHICLE IS IN MOTION A CRASH, INJURY OR DEATH MAY RESULT.",DEALERS WILL REPLACE THE FASTENERS ATTACHING THE LEVELING JACKS TO THE FRAME WITH MORE ROBUST FASTENERS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787. -04/21/2011,11V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V251000),"Jayco, Inc.",LEVELING JACKS/TRAILER FRAME,EQUIPMENT,NR (Not Reported),Vehicle,196,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 EAGLE, SUPER LITE AND JAY FLIGHT G2 TRAVEL TRAILERS MANUFACTURED FROM DECEMBER 9, 2010, THROUGH FEBRUARY 11, 2011. THESE TRAILERS MAY HAVE CRACKED BOLTS ATTACHING THE LEVELING JACKS TO THE TRAILER FRAME. IF ALL OF THE BOLTS BREAK, IT COULD RESULT IN THE JACK COMING LOOSE FROM THE FRAME.","IF THE JACK COMES LOOSE WHILE THE VEHICLE IS IN MOTION A CRASH, INJURY OR DEATH MAY RESULT.",DEALERS WILL REPLACE THE FASTENERS ATTACHING THE LEVELING JACKS TO THE FRAME WITH MORE ROBUST FASTENERS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267. -04/20/2011,11V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V246000),Ford Motor Company,DRIVER POWER SEAT TRACK ASSEMBLY,SEATS,11C16,Vehicle,192,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 E-150, E-250, E-350 AND E-450 TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" IT MAY BE POSSIBLE THAT UNDER UNUSUALLY HIGH LOADS, SUCH AS DURING A CRASH, THE DRIVER POWER SEAT TRACK WORM GEAR MAY FRACTURE.","IN THE EVENT OF A CRASH OR OTHER CIRCUMSTANCES OF SEVERE LOADING, THE WORM GEAR COULD FRACTURE AND ALLOW THE SEAT TO SHIFT UNRESTRAINED FORWARD OR BACKWARD INCREASING THE RISK AND/OR SEVERITY OF INJURIES TO THE DRIVER.","DEALERS WILL INSPECT THE DRIVER'S SEAT TRACK ASSEMBLY, AND IF NECESSARY, REPLACE IT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 4, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -04/20/2011,11V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V244000),"Nissan North America, Inc.",FRAME/BODY STRUCTURE CORROSION,STEERING,NR (Not Reported),Vehicle,195991,"NISSAN IS RECALLING CERTAIN MODEL YEAR 1996-2004 PATHFINDER AND MODEL YEAR 1997-2003 INFINITI QX4 VEHICLES ORIGINALLY SOLD, OR CURRENTLY REGISTERED IN, CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, MASSACHUSETTS, MAINE, MARYLAND, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WASHINGTON D.C., WEST VIRGINIA AND WISCONSIN. IN AREAS OF THE COUNTRY IN WHICH HEAVY CONCENTRATIONS OF ROAD SALT ARE USED, A MIXTURE OF SNOW/WATER AND SALT MAY ENTER AN ASSEMBLY LOCATION HOLE IN THE UPPER STRUT HOUSING, CAUSING WATER TO COLLECT AT THE MATING SURFACE OF THE STRUT HOUSING PANEL AND THE INNER HOOD LEDGE ASSEMBLY. OVER TIME, THIS SNOW/WATER AND SALT INTRUSION MAY RESULT IN CORROSION OF THE STRUT TOWER HOUSING IN SOME SUBJECT VEHICLES.","THE STRUT HOUSING MAY CRACK AND PULL AWAY FROM THE INNER HOOD LEDGE ASSEMBLY. THIS MAY LEAD TO GRINDING NOISES, INCREASED STEERING EFFORT, AND POSSIBLY THE STEERING COLUMN TO BREAK, RESULTING IN THE LOSS OF STEERING CONTROL, WHICH COULD RESULT IN A CRASH.","NISSAN WILL INSPECT THE STRUT HOUSING AND REPAIR THE VEHICLES AS NECESSARY, FREE OF CHARGE. AN INTERIM NOTIFICATION LETTER WAS SENT OUT IN MAY 2011. THE SECOND NOTICE WAS MAILED ON JULY 25, 2011. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -04/20/2011,11V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V249000),"Daimler Trucks North America, LLC",GUNITE CORP/ACCURIDE SLACK ADJUSTER FAILURE,"SERVICE BRAKES, AIR",FL-605,Vehicle,1591,"DTNA IS RECALLING CERTAIN MODEL YEAR 2011 FREIGHTLINER CASCADIA, COLUMBIA GLIDER KIT, CORONADO, M2, AND WESTERN STAR4900 HEAVY TRUCKS MANUFACTURED FROM OCTOBER 16, 2010, THROUGH MARCH 9, 2011, EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE ANY AFFECTED SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 5, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/20/2011,11E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E014000),"ADVENTIVE IDEAS, LLC",HEATED SEAT COVER OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,5304,"ADVENTIVE IDEAS IS RECALLING CERTAIN AFTERMARKET HEATED SEAT COVERS, MODEL NUMBER 6HCSCBL24 WITH MANUFACTURING BATCH CODES 20910B, 21009A, AND 21010B, PRODUCED FROM SEPTEMBER THROUGH OCTOBER 2010. THESE HEATED SEAT COVERS WERE SOLD FOR USE IN VARIOUS MOTOR VEHICLES. DUE TO MULTIPLE CHANGES IN MATERIAL AND PROCESS AND QUALITY CONTROL PROCEDURES, THE PRODUCT BECAME UNSTABLE AND IS PRONE TO OVERHEATING.",USERS COULD SUSTAIN BURNS SHOULD THE SEAT COVER OVERHEAT.,"ADVENTIVE IDEAS WILL NOTIFY OWNERS ON RECORD AND WILL REPLACE THE HEATED SEAT COVERS FREE OF CHARGE. OWNERS ARE BEING INSTRUCTED TO RETAIN THE SWITCHING CABLE. A NEW SWITCHING CABLE WILL NOT BE SENT WITH THE REPLACEMENT SEAT COVER. THE SAFETY RECALL BEGAN ON JULY 19, 2011. OWNERS MAY CONTACT ADVENTIVE IDEAS AT 1-800-541-3722." -04/19/2011,11V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V252000),"Navistar, Inc.",ELECTRONIC CONTROL UNIT/BENDIX,"SERVICE BRAKES, AIR",11505,Vehicle,2543,"NAVISTAR IS RECALL CERTAIN MODEL YEAR 2011 AND 2012 INTERNATIONAL DURASTAR, PAYSTAR, WORKSTAR, TRANSTAR, LONESTAR AND PROSTAR COMMERCIAL TRUCKS MANUFACTURED FROM NOVEMBER 5, 2010, THROUGH MARCH 10, 2011, FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS (ABS)."" THE TRAILER ABS FAULT INDICATOR LAMP IN THE INSTRUMENT CLUSTER WILL NOT ILLUMINATE DUE TO A PROGRAMMING OR HARDWARE ISSUE WITH THE BRAKE SYSTEM ELECTRONIC CONTROL UNIT.","AN INOPERABLE TRAILER ABS FAULT INDICATOR MAY PREVENT THE DRIVER FROM BEING AWARE OF A TRAILER ABS FAULT CONDITION THEREBY POSSIBLY INCREASING THE RISK OF A CRASH POTENTIALLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS. DEALERS WILL REPROGRAM OR REPLACE THE BRAKE SYSTEM ELECTRONIC CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 12, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -04/19/2011,11V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V243000),Eldorado National-Kansas,GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,4333,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2007-2011 AEROTECH, AEROLITE, AERO ELITE, AND TRANSTECH BUSES MANUFACTURED FROM JANUARY 2006, THROUGH MARCH 2011 AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","CARRIER WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) THE SAFETY RECALL BEGAN ON APRIL 29, 2011. OWNERS MAY CONTACT CARRIER AT 1-800-793-4741." -04/19/2011,11V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V242000),"AUTO ADDITIONS, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,552,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO ADDITIONS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO ADDITIONS, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -04/18/2011,11V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V241000),KENTUCKY TRAILER MANUFACTURING,GUNITE CORP/ACCURIDE SLACK ADJUSTER FAILURE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,313,"KENTUCKY TRAILER IS RECALLING CERTAIN MODEL YEAR 2011 KY TRAILERS THAT WERE BUILT FROM OCTOBER 26, 2010, THROUGH MARCH 17, 2011, EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","KENTUCKY TRAILERS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE ANY AFFECTED SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 16, 2011. OWNERS MAY CONTACT KENTUCKY TRAILER AT 1-888-598-7245." -04/14/2011,11V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V236000),DRV Suites,DIMMER SWITCH/ITC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,92,"DRV IS RECALLING CERTAIN MODEL YEAR 2011 SELECT, MOBILE AND ELITE SUITE 5TH WHEEL RECREATIONAL VEHICLES EQUIPPED WITH ITC 2 WIRE DIMMER SWITCHES. THE DIMMER CIRCUIT BOARD OVERHEATS DURING USE CAUSING THE CIRCUIT BOARD AND DIMMER HOUSING TO MELT AND DEFORM. AS THE DIMMER SWITCH FAILS, THE LIGHTS MAY BECOME INOPERABLE OR NOT WORK CORRECTLY AND THERE MAY BE A NOTICEABLE SMOKE OR BURNING SMELL.",THE FAILURE OF THE DIMMER SWITCH WILL CAUSE THE LIGHTS TO STOP DIMMING AND/OR WORKING. AN OVERHEATED SWITCH CAN ALSO LEAD TO PERSONAL INJURY AND/OR FIRE.,"DEALERS WILL REPLACE THE DIMMER SWITCHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2011. OWNERS MAY CONTACT DRV AT 1-574-457-6472." -04/14/2011,11V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V237000),"NEW FLYER OF AMERICA, INC.",DOOR PANELS/TEETER LEVER ASSEMBLY,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1123,"NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2007-2011 LOW FLOOR TRANSIT BUSES PRODUCED FROM MAY 24, 2007, THROUGH MARCH 1, 2011 AND EQUIPPED WITH TEETER LEVER ASSEMBLIES. THERE IS INSUFFICIENT ENGAGEMENT BETWEEN THE TEETER LEVER BASE AND THE CAM PLATE.",FAILURE OF THE TEETER LEVER ASSEMBLY WILL CAUSE THE REAR SIDE EXIT DOOR TO OPERATE IMPROPERLY. A PASSENGER LEANING ON OR FORCED AGAINST THE DOOR COULD FALL THROUGH THE DOOR AND SUSTAIN INJURIES.,"NEW FLYER IS WORKING WITH THE MANUFACTURER OF THE TEETER LEVER ASSEMBLIES, VAPOR BUS, TO REPAIR THE AFFECTED BUSES FREE OF CHARGE. PLEASE SEE VAPOR BUS DEFECT REPORT 11E-010. THE SAFETY RECALL BEGAN ON APRIL 29, 2011. OWNERS MAY CONTACT VAPOR BUS AT 1-847-777-6450 OR NEW FLYER CUSTOMER SERVICES AT 1-204-934-4874." -04/14/2011,11V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V240000),Shyft Group,INSTRUMENT PANEL/FMVSS 101 & FMVSS 121,ELECTRICAL SYSTEM,11008,Vehicle,110,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2010-2011 FURION, GLADIATOR, AND METROSTAR FIRE APPARATUS CHASSIS/CAB PRODUCED FROM APRIL 8, 2010, THROUGH MARCH 24, 2011. CERTAIN TELL TALES DOES NOT ILLUMINATE WHEN THEY ARE INTENDED (HIGH BEAM LAMP, TURN SIGNALS), OR FLICKER. IN ADDITION, THE ABS LAMP MAY NOT ILLUMINATE WHEN THE SYSTEM IS AFFECTED BY A FAULT. THEREFORE THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","THE TELL TALE FOR THE HIGH BEAM MAY NOT ILLUMINATE WHEN THE HIGH BEAM HEAD LIGHTS ARE ACTIVATED RESULTING IN A POTENTIAL DISTRACTION TO ONCOMING TRAFFIC. ALSO, THE ABS LAMP MAY NOT ILLUMINATE WHEN A MALFUNCTION OCCURS THEREFORE NOT ALERTING THE DRIVER. BOTH OF THESE CONSEQUENCES COULD INCREASE THE RISK OF CRASH.","DEALERS WILL REPROGRAM THE CONTROL PANEL FOR THE TELL TALES WITH LOGIC THAT WILL ENSURE THE TELLS WILL WORK AS DESIGNED WITHOUT INTERRUPTION. THE SAFETY RECALL BEGAN ON JUNE 6, 2011. OWNERS MAY CONTACT SPARTAN AT 1-800-543-5008 - OPTION 5." -04/14/2011,11V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V238000),"ALTEC ENVIRONMENTAL PRODUCTS, LLC",WHEEL LUG NUTS,WHEELS,CSN 543,Vehicle,132,"AEP IS RECALLING CERTAIN MODEL YEAR 2009-2010 DC912A CHIPPER UNITS MANUFACTURED FROM JANUARY 2009, THROUGH SEPTEMBER 2010, FOR WHEEL LUG NUTS THAT MAY BECOME LOOSE ALLOWING THE WHEEL AND/OR TIRE TO COME OFF WHILE TRAVELING.","IF THE WHEEL AND TIRE COMES OFF WHILE TRAVELING, DEATH OR SERIOUS INJURY MAY RESULT.","AEP WILL REPLACE THE AXLE HUB/DRUMS AND WHEEL RIMS THAT HAVE BEEN REPEATEDLY LOOSE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 20, 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -04/13/2011,11V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V234000),Crane Carrier Company,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,73,"CRANE CARRIER IS RECALLING CERTAIN MODEL YEAR 2010-2011DR, LET2,OET, WS, AND MODEL YEAR 2010 LDT2 CAB AND CHASSIS UTILITY VEHICLES MANUFACTURED FROM OCTOBER 26, 2010, THROUGH MARCH 18, 2011 AND EQUIPPED WITH GUNITE AUTOMATIC AIR BRAKE SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"CRANE CARRIER WILL NOTIFY OWNERS AND ACCURIDE/GUNITE WILL CONDUCT THE REMEDY FOR THIS CAMPAIGN AND REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 26, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-800-677-3786 OR CRANE CARRIER AT 1-918-832-7305." -04/12/2011,11V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V229000),HEIL TRAILER INTERNATIONAL,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",EWR282,Vehicle,16,"KALYN IS RECALLING CERTAIN MODEL YEAR 2011 12TSAB, 12TSAF, KDP, KSHRG, LBO AND MHU100 FLATBED TRAILERS MANUFACTURED FROM JANUARY 2011, THROUGH MARCH 2011 AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"KALYN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 30, 2011. OWNERS MAY CONTACT GUNITE AT 1-855-857-8645." -04/12/2011,11V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V217000),"Winnebago Industries, Inc.",HYDRAULIC BRAKE SWITCHES/DTNA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2009-2010 ADVENTURER MANUFACTURED FROM MAY 14, 2009, THROUGH OCTOBER 16, 2009, AND CERTAIN MODEL YEAR 2009-2010 WINNEBAGO J38S COMMERCIAL VEHICLES MANUFACTURED FROM OCTOBER 30, 2008 THROUGH JUNE 21, 2010. THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.",THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE SERVICE BRAKES ARE APPLIED WHICH MAY LEAD TO A CRASH WITHOUT WARNING.,DTNA/FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. PLEASE SEE DTNA'S SAFETY DEFECT REPORT 10V-178. OWNERS MAY CONTACT THE WARRANTY CAMPAIGNS DEPARTMENT AT 1-800-547-0712. -04/12/2011,11V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V233000),Aluminum Trailer Company (ATC),REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2,ALUMINUM IS RECALLING CERTAIN MODEL YEAR 2008 QUEST CAR HAULER ATC TRAILERS EQUIPPED WITH 1200 SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"ALUMINUM IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 12, 2011. OWNERS MAY CONTACT NORCOLD AT 256-355-2090." -04/12/2011,11V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V235000),Newmar Corporation,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,5486,NEWMAR IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200 SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"NEWMAR IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 28, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -04/12/2011,11V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V226000),"Charles Machine Works, Inc.",TANK MOUNTS,EQUIPMENT,NR (Not Reported),Vehicle,1476,THE CHARLES MACHINE IS RECALLING CERTAIN MODEL YEAR 2000-2011 DITCH WITCH CONSTRUCTION EQUIPMENT TRAILER EQUIPPED WITH 500 GALLON VACUUM EXCAVATORS. THE TANK MOUNTING CAN BREAK WHICH CAN ALLOW THE TANK TO FALL FROM THE TRAILER DURING DUMPING OR TRANSPORTING.,A FALLING TANK FROM THE TRAILER COULD INCREASE THE RISK OF A CRASH OR COULD CRUSH BYSTANDERS OR WORKERS INCREASING THE RISK OF INJURIES.,"KITS WERE CREATED TO REDISTRIBUTE THE WEIGHT OF THE SPOILS TANK MORE UNIFORMLY ACROSS THE TRAILER. DEALERS WILL ORDER THE APPROPRIATE KITS TO REMEDY THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 2, 2011. OWNERS MAY CONTACT THE CHARLES MACHINE WORKS, INC., TELEPHONE 1-800-654-6481. OUTSIDE THE UNITED STATES, CALL 1-580-336-4426 EXT. 8833." -04/11/2011,11V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V228000),"Corp. Micro Bird, Inc.",4-WAY (8 RED) WARNING LIGHTS,EXTERIOR LIGHTING,11-042-8WU,Vehicle,109,"CERTAIN MODEL YEAR 2006 THROUGH 2010 GIRARDIN G5 AND MBII AND MODEL YEAR 2010 AND 2011 MICRO BIRD G5 AND MB II SCHOOL BUSES MANUFACTURED FROM JANUARY 2006 THROUGH APRIL 5, 2011, FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 131, ""SCHOOL BUS PEDESTRIAN SAFETY DEVICES."" THE 4-WAY WARNING LIGHTS DO NOT HAVE AN ALARM TO ALERT THE DRIVER THAT THE STOP ARM DID NOT DEPLOY WHEN THE 4 RED LIGHTS ARE ACTIVATED.",THE DRIVER COULD ERRONEOUSLY THINK THAT THE SCHOOL BUS STOP ARM IS DEPLOYED WHILE THE FIRST SET OF 4 RED LIGHTS ARE ACTIVATED. THIS CONDITION INCREASES RISK OF INJURY TO PEDESTRIANS.,MICRO BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE AFFECTED WARNING LIGHTS WITH WARNING LIGHTS THAT HAVE AN ALARM FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2011. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012. -04/11/2011,11V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V224000),Turtle Top,FIRST AID KITS/CONTAMINATED IODINE PREP PADS,EQUIPMENT,NR (Not Reported),Vehicle,40,"TURTLE TOP IS RECALLING CERTAIN MODEL 2009 THROUGH 2011 ODYSSEY AND ODYSSEY MPV TRANSIT BUSES AND MPV SPECIALTY VEHICLES MANUFACTURED FROM MAY 4, 2010, THROUGH MARCH 21, 2011, EQUIPPED WITH A TURTLE TOP BRANDED FIRST AID KIT WITH PART NUMBER 206123. THE FIRST AID KITS COULD POSSIBLY CONTAIN CONTAMINATED POVIDINE IODINE PREP PADS.",CONTAMINATED PADS COULD LEAD TO LIFE THREATENING INFECTIONS IN AT-RISK INDIVIDUALS.,"TURTLE TOP WILL NOTIFY OWNERS AND THE AFFECTED PREP PADS SHOULD BE DISCARDED. THE IODINE PREP PADS WILL BE REPLACED FREE OF CHARGE BY CERTIFIED SAFETY MANUFACTURING, INC. OWNERS SHOULD CONTACT CERTIFIED SAFETY AT 1-800-854-7474 TO OBTAIN THE FREE REPLACEMENT PADS. THE SAFETY RECALL BEGAN ON APRIL 15, 2011." -04/11/2011,11V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V225000),STARTRANS BUS CORPORATION,GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,29,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 MFSAB SCHOOL BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","STARTRANS WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 18, 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR STARTRANS AT 1-574-642-0810 OR 1-574-642-0096." -04/11/2011,11V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V227000),STARTRANS BUS CORPORATION,GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,2130,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 TRANSIT BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","STARTRANS WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 18, 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR STARTRANS AT 1- 877-258-1391." -04/08/2011,11E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E013000),MAGNUM SHEILDING CORPORATION,BRAKE LINES AND BRAKE LINE KITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1835,"CERTAIN MAGNUM BUILD-YOUR-OWN (BYO) BRAKE LINES AND BRAKE LINE KITS SOLD AS AFTERMARKET EQUIPMENT FAIL TO CONFORM TO THE ELEVATED TEMPERATURE WATER ABSORPTION STRENGTH TESTS FOR TENSILE, BURST, AND WHIP RESISTANCE AND HIGH TEMPERATURE IMPULSE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES.""","FAILURE OF ANY OF THE REQUIREMENTS MAY RESULT IN REDUCED BRAKING EFFECTIVENESS, INCREASING THE RISK OF A CRASH.","MAGNUM WILL NOTIFY OWNERS OF RECORD AND THE NONCOMPLIANT HOSES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 18, 2011. OWNERS MAY CONTACT MAGNUM AT 1-585-381-8380 EXT. #3 FOR CUSTOMER SERVICE." -04/08/2011,11V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V231000),"GEOMARC, INC.,",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,3713,Vehicle,2,GEOMARC IS RECALLING CERTAIN MODEL YEAR 2007 PREVOST LE MIRAGE XL2 MOTOR COACHES EQUIPPED WITH 1200-AC SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"GEOMARC IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 18, 2011. OWNERS MAY CONTACT GEOMARC AT 1-256-272-0441 OR CONTACT NORCOLD AT 1-256-355-2090." -04/06/2011,11V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V220000),Daimler Coaches North America,DOT MARKING/FMVS 205,VISIBILITY,NR (Not Reported),Vehicle,171,"SETRA IS RECALLING CERTAIN MODEL YEAR 2003-2010 S417 AND MODEL YEAR 2011 S417 TC MOTOR COACHES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS."" THE PARTITION GLASS BEHIND THE DRIVER OF EACH AFFECTED BUS DOES NOT HAVE THE NECESSARY DOT MARKINGS AS SPECIFIED AND WAS NOT MARKED CORRECTLY.",COMPLIANCE TO FMVSS 205 IS REQUIRED FOR ANY AND ALL VEHICLES IN THE UNITED STATES TO ASSURE MINIMUM SAFETY REQUIREMENTS.,DEALERS WILL REPLACE THE PARTITION GLASS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED BEGIN DURING MAY 2011. OWNERS MAY CONTACT SETRA AT 1-800-882-8054. -04/06/2011,11V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V222000),"Daimler Trucks North America, LLC",GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,FL-604,Vehicle,6831,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 SAF-T-LINER C2, SAF-T-LINER HDX, MVP-EF, FS-65, AND MINOTOR SCHOOL BUSES MANUFACTURED FROM JANUARY 2, 2006, THROUGH JANUARY 31, 2011, EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","DTNA WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 20, 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR DTNA AT 1-800-547-0712." -04/06/2011,11V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V223000),"Daimler Trucks North America, LLC",GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,FL-604,Vehicle,64,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 SAF-T-LINER HDX, MVP-EF, AND MINOTOR NON SCHOOL BUSES MANUFACTURED FROM JANUARY 2, 2006, THROUGH JANUARY 31, 2011, EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND A VEHICLE FIRE MAY OCCUR.","DTNA WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 20, 2011. (SEE CARRIER'S RECALL CAMPAIGN 11E-003.) OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR DTNA AT 1-800-547-0712." -04/06/2011,11V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V218000),Blue Bird Body Company,STARTER CABLE CHAFES,ELECTRICAL SYSTEM,R11TA,Vehicle,3919,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2006 VISION CONVENTIONAL STYLE SCHOOL BUSES MANUFACTURED FROM JUNE 26, 2003, THROUGH DECEMBER 9, 2004. THE STARTER CABLE MAY CONTACT AND POTENTIALLY CHAFE AGAINST THE STEEL BRAIDED POWER STEERING HOSE THEREBY CREATING A DIRECT SHORT.",A SHORT COULD RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE SUBJECT BUSES FOR PROPER CLEARANCE BETWEEN THE STARTER CABLE AND THE POWER STEERING HOSE. BUSES FOUND TO HAVE INSUFFICIENT CLEARANCE WILL HAVE A CLAMP INSTALLED TO PREVENT FURTHER CONTACT. ANY DAMAGED POWER STEERING HOSES OR STARTER CABLES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 10, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/06/2011,11V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V219000),Blue Bird Body Company,STARTER CABLE CHAFES,ELECTRICAL SYSTEM,R11TA,Vehicle,30,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2006 VISION CONVENTIONAL STYLE NON SCHOOL BUSES MANUFACTURED FROM JUNE 26, 2003, THROUGH DECEMBER 9, 2004. THE STARTER CABLE MAY CONTACT AND POTENTIALLY CHAFE AGAINST THE STEEL BRAIDED POWER STEERING HOSE THEREBY CREATING A DIRECT SHORT.",A SHORT COULD RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE SUBJECT BUSES FOR PROPER CLEARANCE BETWEEN THE STARTER CABLE AND THE POWER STEERING HOSE. BUSES FOUND TO HAVE INSUFFICIENT CLEARANCE WILL HAVE A CLAMP INSTALLED TO PREVENT FURTHER CONTACT. ANY DAMAGED POWER STEERING HOSES OR STARTER CABLES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 10, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/06/2011,11V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V221000),"General Motors, LLC",STEERING WHEEL FASTENER,STEERING,11094,Vehicle,2100,GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CHEVROLET CRUZE VEHICLES. DURING MANUFACTURING THE STEERING WHEEL COULD HAVE BEEN IMPROPERLY FASTENED AND MAY DETACH FROM THE STEERING COLUMN.,"SHOULD THE STEERING WHEEL DETACH FROM THE STEERING COLUMN WHILE DRIVING, THE DRIVER COULD LOSE THE ABILITY TO STEER THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT TO ENSURE THAT THE STEERING WHEEL IS ASSEMBLED PROPERLY. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 7, 2011. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -04/06/2011,11V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V232000),"MV Agusta USA, LLC",SUPPORT KIT FOR SUBFRAME,STRUCTURE,NR (Not Reported),Vehicle,211,"MV AGUSTA IS RECALLING CERTAIN MODEL YEAR 2010 F4 MOTORCYCLES FOR THE REAR SUBFRAME. THE UPPER FIXTURE POINTS MAY NOT BE SUFFICIENTLY ROBUST, WHICH MAY RESULT IN THE SUBFRAME CRACKING AND FAILING, LOCAL TO THE FIXTURE POINTS, DURING USE.","THE STABILITY OF A RIDER AND PASSENGER COULD BE COMPROMISED, THEREBY CAUSING THE RISK OF A CRASH.",A REINFORCEMENT SUPPORT KIT FOR THE REAR SUBFRAME WILL BE INSTALLED BY DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING APRIL 2011. OWNERS MAY CONTACT MV AGUSTA AT 1-215-830-3300. -04/05/2011,11V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V230000),Pierce Manufacturing,INCORRECT INCH WHEEL INSTALLATION,WHEELS,74B213,Vehicle,5,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2009-2011 ARROW XT AND VELOCITY FIRE APPARATUS MANUFACTURED FROM JUNE 30, 2009, THROUGH MARCH 15, 2011. THE FRONT AXLE OF THESE VEHICLES WERE BUILT WITH MICHELIN 365/70R22.5 XZA TIRES INSTALLED ON 12.25 INCH WIDE WHEELS. THESE TIRES REQUIRE 10.5 INCH WIDE WHEELS. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",THE WIDER 12.25 INCH WHEEL MAY CAUSE THE TIRE BEAD TO SEPARATE FROM THE RIM. THIS TIRE BEAD SEPARATION CAN CAUSE A TIRE FAILURE THAT MAY CAUSE THE VEHICLE TO CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSTALL NEW 10.5 INCH WIDE WHEELS AND NEW MICHELIN 365/70R22.5 ZXA TIRES ON THE FRONT AXLE OF THE FIRE APPARATUS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 15, 2011. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -04/04/2011,11V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V211000),ERICKSON AUTO TRIM,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1155,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ERICKSON AUTO TRIM ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ERICKSON AUTO TRIM BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -04/01/2011,11V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V215000),Hyundai Translead,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3856,"HYUNDAI TRANSLEAD IS RECALLING CERTAIN MODEL YEAR 2010-2011 DRY FREIGHT VAN TRAILERS, REFRIGERATED TRAILERS, CONTAINER CHASSIS NEW, REMAC AND CONVERTER DOLLIES MANUFACTURED FROM OCTOBER 2010, THROUGH MARCH 2011 AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"HYUNDAI TRANSLEAD WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2011. OWNERS MAY CONTACT HYUNDAI TRANSLEAD AT 619-680-3144." -04/01/2011,11V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V216000),Great Dane Trailers,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,56,"GREAT DANE IS RECALLING CERTAIN MODEL YEAR 2011 SEMI VAN AND REEFER TRAILERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011 AND EQUIPPED WITH GUNITE AUTOMATIC AIR BRAKE SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"GREAT DANE WILL NOTIFY OWNERS AND ACCURIDE/GUNITE WILL CONDUCT THE REMEDY FOR THIS CAMPAIGN AND REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN NO APRIL 20, 2011. OWNERS MAY CONTACT ACCURIDE AT 1-800-677-3786." -04/01/2011,11V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V214000),Daimler Buses North America,DOOR PANELS/TEETER LEVER ASSEMBLY,LATCHES/LOCKS/LINKAGES,VBI # 2011-01,Vehicle,2,"DAIMLER BUSES IS RECALLING CERTAIN MODEL YEAR 2008 ORION VII TRANSIT BUSES MANUFACTURED FROM JUNE 13-16, 2008, AND EQUIPPED WITH TEETER LEVER ASSEMBLIES. THERE IS INSUFFICIENT ENGAGEMENT BETWEEN THE TEETER LEVER BASE AND THE CAM PLATE.",FAILURE OF THE TEETER LEVER ASSEMBLY WILL CAUSE THE REAR SIDE EXIT DOOR TO OPERATE IMPROPERLY. A PASSENGER LEANING ON OR FORCED AGAINST THE DOOR COULD FALL THROUGH THE DOOR AND SUSTAIN INJURIES.,"DAIMLER BUSES IS WORKING WITH VAPOR BUS TO REPAIR THE AFFECTED BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 29, 2011. OWNERS MAY CONTACT DAIMLER BUSES AT 1-800-716-7566." -04/01/2011,11V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V212000),"Mack Trucks, Inc.",OVERHEATING MIRROR SWITCHES,ELECTRICAL SYSTEM,SC0349/SC0350,Vehicle,3763,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2012 MRU AND LEU HEAVY TRUCKS MANUFACTURED FROM JANUARY 3, 2007, THROUGH FEBRUARY 3, 2011. THE ELECTRICAL CIRCUITRY IN THESE VEHICLES MAY NOT PROVIDE ADEQUATE OVERCURRENT PROTECTION.","IN THE EVENT OF AN ELECTRICAL OVERAGE, THE FUSE THAT SHOULD PREVENT THE OVER CURRENT FROM REACHING THE MIRROR SWITCH CIRCUIT MAY FAIL, SUCH THAT THE MIRROR SWITCH CAN OVERHEAT. AN OVERHEATED SWITCH COULD CAUSE A VEHICLE FIRE.","DEALERS WILL INSTALL A RELAY HARNESS TO PREVENT THE MIRROR SWITCH FROM OVERHEATING. THEY WILL ALSO INSPECT THE MIRROR SWITCH AND IF SIGNS OF OVERHEATING ARE SHOWN, REPLACE THAT SWITCH. ALL INSPECTIONS AND REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -04/01/2011,11V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V213000),"Mercedes-Benz USA, LLC",VIBRATION DAMPER RING SEPARATION,ENGINE AND ENGINE COOLING,2011030004,Vehicle,41,"MERCEDES-BENZ IS RECALLING CERTAIN MODEL YEAR 2011 E-CLASS MODEL W212 AND S212 VEHICLES MANUFACTURED FROM JULY 8, 2010, THROUGH JULY 12, 2010. INSUFFICIENT ADHESIVE BETWEEN THE VIBRATION DAMPER AND ITS INNER MASS DAMPER RING COULD CAUSE A SUDDEN SEPARATION OF THE INNER MASS DAMPER RING FROM THE VIBRATION DAMPER.","WHILE WORKING IN THE ENGINE COMPARTMENT DURING ENGINE OPERATION, THE DAMPER RING COULD STRIKE AND INJURE THE PERSON REPAIRING THE VEHICLE OR A BYSTANDER.","DEALERS WILL INSPECT AND REPLACE PARTS AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 8, 2011. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -03/31/2011,11V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V208000),"Mercedes-Benz USA, LLC",CRUISE CONTROL SYSTEM/BRAKE SWITCH FAILURE,VEHICLE SPEED CONTROL,2011090001,Vehicle,136751,"MERCEDES-BENZ IS RECALLING CERTAIN MODEL YEAR 1999-2002 M-CLASS AND MODEL YEAR 2000-2003 M-CLASS AMG VEHICLES. THE CRUISE CONTROL SYSTEM IN THE AFFECTED VEHICLES ALLOWS THE DRIVER TO DISENGAGE THE SYSTEM IN A NUMBER OF WAYS, INCLUDING TAPPING THE BRAKE PEDAL, USING THE CRUISE CONTROL STALK, OR BRAKING THE VEHICLE ENOUGH TO REACH A CERTAIN RATE OF DECELERATION. MERCEDES-BENZ HAS DETERMINED THAT UNDER CERTAIN CIRCUMSTANCES USE OF THE BRAKE PEDAL MAY NOT AUTOMATICALLY DISENGAGE CRUISE CONTROL AS EXPECTED BY THE DRIVER, ALTHOUGH THE OTHER MEANS OF DEACTIVATING CRUISE CONTROL REMAIN FULLY OPERATIVE. SPECIFICALLY, WHERE THE DRIVER PUMPS THE BRAKES RATHER THAN APPLYING CONSISTENT PEDAL FORCE, THE LEVEL OF FORCE REQUIRED MAY BE UNUSUALLY HIGH.",DIFFICULTY OR DELAY IN DISENGAGING CRUISE CONTROL CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING OCTOBER 2011. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372. -03/31/2011,11E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E012000),"Meritor, Inc.",DRIVELINE ASSEMBLIES,POWER TRAIN,C11AE,Equipment,2149,"MERITOR IS RECALLING CERTAIN DRIVELINE ASSEMBLIES, PART NUMBERS RPL25, 18N, AND 18MXL, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON, OR INSTALLED AS ORIGINAL EQUIPMENT ON, VARIOUS HEAVY TRUCKS. THE TUBING USED TO ASSEMBLE THE AFFECTED DRIVELINES HAS A NONCONFORMING SEAM WELD WITH INSUFFICIENT BONDING OF THE MATERIAL.","THIS CAN RESULT IN SEAM WELD FRACTURE WHEN TORQUE IS APPLIED. ONCE THE TUBE SEAM WELD IS FRACTURED, THE DRIVELINE MAY BECOME INOPERABLE, INCREASING THE RISK OF A CRASH.","MERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY THE VEHICLE OWNERS AND THE TRUCKS WILL BE REPAIRED FREE OF CHARGE. MERITOR WILL NOTIFY OWNERS OF RECORD THAT PURCHASED THE ASSEMBLIES AS AFTERMARKET EQUIPMENT. FOR VEHICLES ON WHICH THE ASSEMBLIES WERE INSTALLED AS ORIGINAL EQUIPMENT, THE RESPECTIVE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS. THE SAFETY RECALL BEGAN ON MAY 12, 2011. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR, INC. AT 1-800-535-5560." -03/31/2011,11V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V209000),"Mack Trucks, Inc.",FIFTH WHEEL MOUNTING BOLTS,TRAILER HITCHES,SC0351,Vehicle,808,MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2011 CHU AND CXU HEAVY TRUCKS MANUFACTURED FROM JANUARY 2008 THROUGH JULY 2010. THERE MAY BE AN INTERFERENCE WITH THE BOLTS USED TO SECURE THE FIFTH WHEEL TO THE FRAME THAT CAN PREVENT THE BOLTS FROM BEING TORQUED TO SPECIFICATION.,THE BOLTS MAY FAIL AND COULD RESULT IN THE FIFTH WHEEL COMING LOOSE CAUSING THE TRAILER TO SEPARATE FROM THE TRACTOR INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE BOLTS AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 30, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -03/31/2011,11V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V201000),"Daimler Trucks North America, LLC",TIRE LOAD RANGE CERTIFICATION LABEL,EQUIPMENT,FL-601,Vehicle,6360,"CERTAIN MODEL YEAR 2000 THROUGH 2009 THOMAS BUILT SCHOOL BUSES MANUFACTURED FROM APRIL 17, 2000, THROUGH DECEMBER 21, 2009, WERE EQUIPPED WITH AN INCORRECT TIRE LOAD CERTIFICATION LABEL. THE CERTIFICATION LABELS LIST ""D"" LOAD RANGE TIRES WITH A RECOMMENDED COLD TIRE INFLATION PRESSURE GREATER THAN 65 PSI. THE BUSES ARE EQUIPPED WITH LOAD RANGE ""E"" TIRES THAT REQUIRE A HIGHER MINIMUM TIRE PRESSURE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",INCORRECT TIRE INFORMATION MAY LEAD TO VEHICLE OVERLOADING THAT CAN RESULT IN A TIRE FAILURE WHICH MAY LEAD TO A VEHICLE CRASH.,"DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE INCORRECT LABEL WITH A CORRECT LABEL FREE OF CHARGE OR, IF THE OWNER WISHES, THEY MAY REPLACE THE LABEL THEMSELVES. OWNERS SHOULD CONTACT DTNA AT 1-800-547-0712 OR THOMAS BUILT AT 1-336-889-4871 TO OBTAIN THE LABEL IF THEY WISH TO AFFIX IT THEMSELVES. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 28, 2011." -03/30/2011,11V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V210000),"Mercedes-Benz USA, LLC - DBA Sprinter",SEAT BELT/THIRD ROW BENCH/FMVSS 208 & FMVSS 209,SEAT BELTS,L17,Vehicle,3437,"MERCEDES-BENZ IS RECALLING CERTAIN MODEL YEAR 2008-2011 2500 AND 3500 SPRINTER VEHICLES EQUIPPED WITH AN OPTIONAL THREE-SEAT BENCH IN THE PASSENGER COMPARTMENT. THE SEAT BENCHES IN THE SECOND SEATING ROW MAY HAVE BEEN EQUIPPED WITH SAFETY BELTS THAT DO NOT MEET THE MINIMUM REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 208, ""OCCUPANT PROTECTION IN INTERIOR IMPACT,"" AND MOTOR VEHICLE SAFETY STANDARD 209, ""SEAT BELT ASSEMBLIES."" FIRST, THOSE SAFETY BELTS MAY NOT LOCK AS REQUIRED. SECOND, THE ASSEMBLY LOOP MAY NOT PERFORM TO MINIMUM FORCE REQUIREMENTS.","IN THE EVENT OF A CRASH, THE SAFETY BELTS IN THESE VEHICLES MAY NOT PERFORM AS REQUIRED SUCH THAT A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY OR DEATH IN THE EVENT OF A CRASH.","MERCEDES-BENZ WILL INSPECT AND REPLACE ANY SEAT BELT ASSEMBLIES THAT DO NOT MEET THE REQUIREMENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 15, 2011. OWNERS MAY CONTACT MERCEDES-BENZ AT 843-695-5000." -03/30/2011,11V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V202000),"Daimler Trucks North America, LLC",TIRE LOAD CERTIFICATION LABEL,EQUIPMENT,FL-601,Vehicle,35,"CERTAIN MODEL YEAR 2000, 2002 THROUGH 2006, AND 2009 THOMAS BUILT MINOTOUR NON SCHOOL BUSES MANUFACTURED FROM APRIL 17, 2000, THROUGH JANUARY 5, 2001, WERE EQUIPPED WITH AN INCORRECT TIRE LOAD CERTIFICATION LABEL. THE CERTIFICATION LABELS LIST ""D"" LOAD RANGE TIRES WITH A RECOMMENDED COLD TIRE INFLATION PRESSURE GREATER THAN 65 PSI. THE BUSES ARE EQUIPPED WITH LOAD RANGE ""E"" TIRES THAT REQUIRE A HIGHER MINIMUM TIRE PRESSURE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",INCORRECT TIRE INFORMATION MAY LEAD TO VEHICLE OVERLOADING THAT CAN RESULT IN A TIRE FAILURE WHICH MAY LEAD TO A VEHICLE CRASH.,"DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE INCORRECT LABEL WITH A CORRECT LABEL FREE OF CHARGE OR, IF THE OWNER WISHES, THEY MAY REPLACE THE LABEL THEMSELVES. OWNERS SHOULD CONTACT DTNA AT 1-800-547-0712 OR THOMAS BUILT AT 1-336-889-4871 TO OBTAIN THE LABEL IF THEY WISH TO AFFIX IT THEMSELVES. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 28, 2011." -03/30/2011,11V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V204000),"Daimler Trucks North America, LLC",TIRE LOAD RANGE CERTIFICATION LABEL,EQUIPMENT,FL-602,Vehicle,526,"CERTAIN MODEL YEAR 2000-2003, 2005 AND 2006 THOMAS BUILT MINOTOUR SCHOOL BUSES BUILT ON FORD AND GM CHASSIS FROM APRIL 17, 2000, THROUGH AUGUST 29, 2008. THESE BUSES WERE EQUIPPED WITH AN INCORRECT TIRE LOAD CERTIFICATION LABEL. THE CERTIFICATION LABELS LIST ""D"" LOAD RANGE TIRES WITH A RECOMMENDED COLD TIRE INFLATION PRESSURE GREATER THAN 65 PSI. THE BUSES ARE EQUIPPED WITH LOAD RANGE ""E"" TIRES THAT REQUIRE A HIGHER MINIMUM TIRE PRESSURE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS.""",INCORRECT TIRE INFORMATION MAY LEAD TO VEHICLE OVERLOADING THAT CAN RESULT IN A TIRE FAILURE WHICH MAY LEAD TO A VEHICLE CRASH.,"DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE INCORRECT LABEL WITH A CORRECT LABEL FREE OF CHARGE OR, IF THE OWNER WISHES, THEY MAY REPLACE THE LABEL THEMSELVES. OWNERS SHOULD CONTACT DTNA AT 1-800-547-0712 OR THOMAS BUILT AT 1-336-889-4871 TO OBTAIN THE LABEL IF THEY WISH TO AFFIX IT THEMSELVES. THE SAFETY RECALL BEGAN ON MAY 24, 2011." -03/30/2011,11V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V205000),"Daimler Trucks North America, LLC",TIRE LOAD RANGE CERTIFICATION LABEL,EQUIPMENT,FL-602,Vehicle,2,"CERTAIN MODEL YEAR 2000 AND 2002 THOMAS BUILT MINOTOUR NONSCHOOL BUSES BUILT ON FORD CHASSIS FROM APRIL 17, 2000, THROUGH NOVEMBER 28, 2001. THESE BUSES WERE EQUIPPED WITH AN INCORRECT TIRE LOAD CERTIFICATION LABEL. THE CERTIFICATION LABELS LIST ""D"" LOAD RANGE TIRES WITH A RECOMMENDED COLD TIRE INFLATION PRESSURE GREATER THAN 65 PSI. THE BUSES ARE EQUIPPED WITH LOAD RANGE ""E"" TIRES THAT REQUIRE A HIGHER MINIMUM TIRE PRESSURE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS.""",INCORRECT TIRE INFORMATION MAY LEAD TO VEHICLE OVERLOADING THAT CAN RESULT IN A TIRE FAILURE WHICH MAY LEAD TO A VEHICLE CRASH.,"DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE INCORRECT LABEL WITH A CORRECT LABEL FREE OF CHARGE OR, IF THE OWNER WISHES, THEY MAY REPLACE THE LABEL THEMSELVES. OWNERS SHOULD CONTACT DTNA AT 1-800-547-0712 OR THOMAS BUILT AT 1-336-889-4871 TO OBTAIN THE LABEL IF THEY WISH TO AFFIX IT THEMSELVES. THE SAFETY RECALL BEGAN ON MAY 24, 2011." -03/29/2011,11V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V207000),"Daimler Trucks North America, LLC",COMBUSTION TUBE/CATERPILLAR,ENGINE AND ENGINE COOLING,FL-603,Vehicle,88,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2010 WESTERN STAR 4900 TRUCKS EQUIPPED WITH CATERPILLAR C15 ENGINES AND MANUFACTURED FROM FEBRUARY 9, 2007, THROUGH FEBRUARY 20, 2009. DEGRADATION OF A COMBUSTION TUBE WELD CAN CAUSE RADIAL HEAT IMPINGEMENT ON THE BODY WHICH MAY BURN THROUGH CERTAIN BODIES USED ON C15 ENGINES.",THIS COULD RESULT IN A FIRE.,CATERPILLAR IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE CATERPILLAR'S DEFECT REPORT 11E-006. CATERPILLAR WILL REPLACE THE SINGLE PIECE COMBUSTION TUBE WITH A THICK WALL COMBUSTION TUBE WHICH WON'T ALLOW THE HEAT TO BREAK THROUGH. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN IN AUGUST 2011. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986. -03/29/2011,11V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V196000),"Volkswagen Group of America, Inc.",ELECTRICAL WIRING/FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,71043,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2011 JETTA VEHICLES, MANUFACTURED FROM MARCH 2010 THROUGH MARCH 2011. THESE VEHICLES MAY HAVE AN ELECTRICAL WIRING AND FUSE LAYOUT WHERE THE CONVERTER BOX IS PROTECTED BY THE SAME FUSE USED BY THE SIGNAL HORN AND THE ANTI-THEFT ALARM SYSTEM. SHOULD THAT FUSE BE BLOWN, THE CONVERTER BOX WILL BE DISCONNECTED FROM THE POWER SUPPLY WHICH, IN TURN, WILL SHUT OFF APPLICATIONS SUCH AS THE ENGINE MANAGEMENT SYSTEM, LIGHTING SYSTEM, AND WIPERS.","SHOULD THIS HAPPEN WHILE THE VEHICLE IS BEING DRIVEN, THE ENGINE COULD STALL, OR THE HEADLIGHTS OR WIPERS COULD TURN OFF UNEXPECTEDLY, POTENTIALLY LEADING TO A CRASH WITHOUT WARNING.",VOLKSWAGEN WILL NOTIFY OWNERS WHEN SUFFICIENT QUANTITIES OF REPAIRS KITS ARE AVAILABLE. DEALERS WILL SEPARATE THE WIRING FOR THE HORN AND THE THEFT PROTECTION HORN FROM THE POWER SUPPLY OF THE CONVERTER BOX AND ROUTE THE WIRES TO SEPARATE FUSES TO CORRECT THE CONDITION FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -03/29/2011,11V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V198000),TEXAS AUTO TRIM,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2495,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TEXAS AUTO TRIM ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TEXAS AUTO TRIM BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/29/2011,11V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V199000),DEALER VALUE SERVICES,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,185,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY DEALER VALUE SERVICES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY DEALER VALUE SERVICES BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/29/2011,11V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V200000),AUTOMOTIVE ELEGANCE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,80,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOMOTIVE ELEGANCE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOMOTIVE ELEGANCE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/29/2011,11V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V195000),"Volkswagen Group of America, Inc.",VEHICLE CERTIFICATION LABELS/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,256,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2011 TOUAREG HYBRID VEHICLES, MANUFACTURED FROM JULY 2, 2010, THROUGH FEBRUARY 3, 2011. THE CERTIFICATION LABELS ON THESE VEHICLES CONTAIN INCORRECT TIRE PRESSURE INFORMATION AND THEREFORE FAIL TO COMPLY WITH THE REQUIREMENTS OF MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS.""",INCORRECT TIRE PRESSURE INFORMATION COULD LEAD TO AN OWNER IMPROPERLY INFLATING THE VEHICLE TIRES. DRIVING ON IMPROPERLY INFLATED TIRES CAN LEAD TO PREMATURE TIRE WEAR AND POSSIBLY A CRASH.,"DEALERS WILL INSTALL AN OVERLAY CONTAINING THE CORRECT TIRE PRESSURE INFORMATION ONTO THE EXISTING VEHICLE CERTIFICATION LABEL FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 19, 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -03/28/2011,11V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V206000),Thor Motor Coach,BRACKETS/WATER TANKS,EQUIPMENT,NR (Not Reported),Vehicle,50,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN MODEL YEAR 2012 FREEDOM ELITE MOTOR HOMES MANUFACTURED FROM FEBRUARY 1, 2011, THROUGH FEBRUARY 16, 2011. THE BRACKETS ATTACHING THE GRAY WATER TANK TO THE VEHICLE IS NOT PROPERLY ATTACHED TO THE TANK.",THE TANK CAN LOOSEN AND POTENTIALLY FALL OFF OF THE VEHICLE CREATING A ROAD HAZARD INCREASING THE RISK OF PERSONAL INJURY OR PROPERTY DAMAGE.,DEALERS WILL INSTALL NEW TANK SUPPORT BRACKETS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT TMC WARRANTY SERVICE DEPARTMENT AT 1-877-500-1020. -03/28/2011,11V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V197000),"Altec Industries, Inc.",COUNTERWEIGHT ATTACHMENT BRACKETS,EQUIPMENT,NR (Not Reported),Vehicle,832,"ALTEC IS RECALLING CERTAIN AT35-G, AT37-G, AT235, AND AT237 AERIAL DEVICES MANUFACTURED FROM JANUARY 2005 THROUGH OCTOBER 2008. THESE UNITS ARE EQUIPPED WITH BILLET STEEL COUNTERWEIGHT THAT IS WELDED IN PLACE. IN THE EVENT OF WELD FAILURE, THE COUNTERWEIGHT MAY FALL OUT WHILE TRAVELLING.","IF THESE STEEL PIECES FALL IN THE PATH OF THE VEHICLE OR OTHER TRAFFIC, A VEHICLE CRASH INVOLVING DEATH OR SERIOUS INJURY MAY RESULT.",ALTEC HAS DEVELOPED KITS TO IMPROVE THE ATTACHMENT OF THE BILLET STEEL COUNTERWEIGHTS. CUSTOMERS AT THEIR OPTION MAY PERFORM THE REPAIR OR HAVE A DEALER INSTALL THE KIT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832. -03/25/2011,11V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V194000),"Brenner Tank, LLC",AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,125,"BRENNER TANK IS RECALLING CERTAIN MODEL YEAR 2011 TRAILERS MANUFACTURED FROM NOVEMBER 23, 2010, THROUGH FEBRUARY 25, 2011. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","BRENNER TANK WILL NOTIFY OWNERS AND REPAIRS WILL BE MADE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 11, 2011. OWNERS MAY CONTACT BRENNER TANK AT 1-920-922-5020." -03/24/2011,11E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E011000),"Bendix Commercial Vehicle Systems, LLC",AUTOMATIC SLACK ADJUSTER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,64,"BENDIX IS RECALLING CERTAIN GUNITE AUTOMATIC SLACK ADJUSTERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, REPACKAGED AS BENDIX BRAND, PART NUMBERS 974294, 974296, 977142, AND 977143, AND SOLD FOR USE AS AFTERMARKET EQUIPMENT TO PACCAR PARTS DISTRIBUTORS. ONE SLACK ADJUSTER WAS SOLD TO A MACK DISTRIBUTOR. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","BENDIX WILL NOTIFY OWNERS OF RECORD AND GUNITE WILL REPLACE ANY AFFECTED SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 4, 2011. OWNERS MAY CONTACT GUNITE AT 1-812-962-5000 OR BENDIX AT 1-440-329-9000." -03/24/2011,11V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V191000),Utility Trailer Manufacturing Company,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,105,"UTILITY TRAILER IS RECALLING CERTAIN MODEL YEAR 2011 VS2RA HEAVY DUTY TRUCKS, MANUFACTURED FROM DECEMBER 2010 THROUGH MARCH 2011, EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,UTILITY TRAILER WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT GUNITE AT 1-800-677-3786. -03/24/2011,11V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V192000),REV Recreation Group,ITC-BRAND SWITCHES,ELECTRICAL SYSTEM,110318FRV,Vehicle,98,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2011 DISCOVERY, REVOLUTION LE AND PROVIDENCE CLASS A MOTOR HOMES. THE INTERNAL CIRCUIT BOARD OF THE ITC BRAND DIMMER SWITCH CAN FAIL AND OVERHEAT.",OVERHEATING OF THE DIMMER SWITCH CAN RESULT IN PERSONAL INJURY DURING THE FAILURE.,"DEALERS WILL INSPECT THE DIMMER SWITCHES AND REPLACE AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 13, 2011. OWNERS MAY CONTACT FLEETWOOD RELATIONS AT 1-800-509-3418." -03/24/2011,11V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V203000),PACCAR Incorporated,KENWORTH/PETERBILT/COMBUSTION TUBE/CATERPILLAR,ENGINE AND ENGINE COOLING,11KWB & 0311-A,Vehicle,5831,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2007-2011 KENWORTH C500, T2000, T600, AND T660, AS WELL AS MODEL YEAR 2009-2011 PETERBILT 387 AND 388 TRUCKS EQUIPPED WITH CATERPILLAR C15 ENGINE AND MANUFACTURED FROM MAY 11, 2006, THROUGH SEPTEMBER 17, 2010. DEGRADATION OF A COMBUSTION TUBE WELD CAN CAUSE RADIAL HEAT IMPINGEMENT ON THE BODY WHICH MAY BURN THROUGH CERTAIN BODIES USED ON C15 ENGINES.",THIS COULD RESULT IN A FIRE.,"CATERPILLAR IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE CATERPILLAR'S DEFECT REPORT 11E-006. CATERPILLAR WILL REPLACE THE SINGLE PIECE COMBUSTION TUBE WITH A THICK WALL COMBUSTION TUBE WHICH WILL NOT ALLOW THE HEAT TO BREAK THROUGH. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. DUE TO A PARTS SUPPLY ISSUE, OWNERS WILL BE NOTIFIED BY THE END OF APRIL 2011 ABOUT THE SAFETY DEFECT, AND WILL THEN BE NOTIFIED AGAIN ONCE THE FREE REMEDY IS AVAILABLE, CURRENTLY ESTIMATED TO BE AROUND LATE JULY 2011. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986." -03/23/2011,11V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V193000),"Daimler Trucks North America, LLC",TIE ROD ENDS,STEERING,FL-588,Vehicle,2564,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 STERLING BULLET VEHICLES MANUFACTURED FROM OCTOBER 15, 2007, THROUGH NOVEMBER 10, 2008. THE LEFT OUTER TIE ROD END MAY FRACTURE DUE TO A MISALIGNMENT CONDITION. UNDER CERTAIN DRIVING CONDITIONS, THE MISALIGNMENT MAY LEAD TO A WEAKENING AND EVENTUAL FRACTURE OF THE LEFT OUTER TIE ROD BALL STUD.",A FRACTURED TIE ROD END COULD CAUSE A LOSS OF DIRECTIONAL STEERING STABILITY INCREASING THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS WITH A TWO PART LETTER REGARDING THIS RECALL CAMPAIGN AND TO INFORM OWNERS THAT THE LEFT OUTER TIE ROD END WILL BE REPLACED WHEN REPLACEMENT PARTS ARE AVAILABLE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 26, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -03/21/2011,11V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V187000),Shyft Group,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008, 2010, AND 2011 GLADIATOR, AS WELL AS MODEL YEAR 2010 METROSTAR VEHICLES MANUFACTURED FROM MARCH 4, 2009 THROUGH FEBRUARY 22, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"SPARTAN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING MARCH 2011. OWNERS MAY CONTACT SPARTAN CHASSIS AT 1-800-543-5008, OPTION 5." -03/21/2011,11V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V188000),Wabash National Corporation,AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5200,"WABASH IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 VANS MANUFACTURED FROM OCTOBER 15, 2010 THROUGH JANUARY 31, 2011, AND EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.",SLACK ADJUSTERS WITH THIS FLOW NOTCH COULD CRACK UNDER NORMAL BRAKING CONDITIONS CAUSING LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,"WABASH WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 12, 2011. OWNERS MAY CONTACT GUNITE CUSTOMER SERVICE AT 1-800-677-3786 OR WABASH AT 765-771-5605." -03/21/2011,11V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V181000),Honda (American Honda Motor Co.),FRONT DOOR GLASS,VISIBILITY,R73 & R74,Vehicle,2800,HONDA IS RECALLING CERTAIN MODEL YEAR 2011 HONDA ODYSSEY VEHICLES. THERE IS A POTENTIAL FAILURE WITH THE DRIVER AND THE FRONT PASSENGER DOOR POWER WINDOWS IN WHICH THE WINDOW MAY COME OFF THE TRACK CAUSING THE WINDOW TO BECOME INOPERATIVE AND PREVENTING IT FROM BEING ROLLED UP OR DOWN OR IT COULD DROP INTO THE DOOR.,THE WINDOW MAY SHATTER INTO THE PASSENGER CABIN CAUSING A RISK OF INJURY TO THE VEHICLE OCCUPANTS.,"DEALERS WILL REPLACE EITHER THE PASSENGER'S AND/OR THE DRIVER'S FRONT DOOR WINDOW GLASS, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 28, 2011. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -03/21/2011,11V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V189000),"Eton America, LLC",MOTORCYCLE CONTROLS AND DISPLAYS/FMVSS 123,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,25176,"E-TON IS RECALLING CERTAIN MODEL YEAR 1999-2010 50CC AND 150CC, BEAMER I, BEAMER II, BEAMER III, AND MODEL YEAR 2007-2010 50CC AND 150CC MATRIX MOTORCYCLES. THE ENGINE ON/OFF SWITCH SHOULD BE LOCATED ON THE RIGHT SIDE HANDLEBAR. THE HIGH/LOW BEAM LIGHT SWITCH SHOULD BE LOCATED ON THE LEFT HANDLEBAR. THESE SWITCH LOCATIONS ARE REVERSED ON THE MODELS LISTED ABOVE. THE VEHICLES, THEREFORE, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""MOTORCYCLE CONTROLS AND DISPLAYS.""",THE RIDER MAY GET CONFUSED WHILE USING THE HANDLEBAR SWITCHES CAUSING THE SCOOTER TO LOSE POWER DURING OPERATION INCREASING THE RISK OF A CRASH.,DEALERS WILL REPAIR THE SCOOTERS AND REVERSE THE FUNCTION SWITCH LOCATIONS FREE OF CHARGE. OWNER NOTIFICATIONS ARE EXPECTED TO BE ISSUED SHORTLY. OWNERS MAY CONTACT E-TON AT 1-866-224-3318. -03/21/2011,11V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V190000),Motor Coach Industries,TAG AXLE BOLTS/ARVINMERITOR,POWER TRAIN,358,Vehicle,51,"MCI IS RECALLING CERTAIN MODEL YEAR 2011 MCI J4500 MOTOR COACHES MANUFACTURED FROM DECEMBER 1, 2010 THROUGH FEBRUARY 28, 2011, AND EQUIPPED WITH ARVINMERITOR MC16 AND MC16 TYPE TAG AXLE ASSEMBLIES. THE BOLTS USED TO CONNECT THE AXLE HOUSING TO THE SPINDLE OF THE AXLE MAY NOT HAVE BEEN PROPERLY HEAT TREATED, RESULTING IN POTENTIALLY COMPROMISED HARDNESS AND STRENGTH THAT, IN TURN, COULD LEAD TO REDUCED JOINT INTEGRITY.",REDUCED JOINT STRENGTH OF THE SPINDLE OF THE AXLE COULD RESULT IN A VEHICLE CRASH.,"ARVINMERITOR IS WORKING WITH MCI TO IDENTIFY AND NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 14, 2011. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-1725 OR MCI CUSTOMER SERVICE AT 1-800-241-2947." -03/18/2011,11V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V186000),"Volvo Car USA, LLC",COMPONENT SUPPORT MEMBER,STRUCTURE,R241,Vehicle,7,VOLVO IS RECALLING CERTAIN MODEL YEAR 2011 S40 PASSENGER VEHICLES. A CRACK ON THE TOP SIDE OF THE PASSENGER SIDE SUPPORT MEMBER IN THE ENGINE COMPARTMENT MAY HAVE DEVELOPED DURING THE FORMING PROCESS IN COMPONENT PRODUCTION.,THE CRACK COULD HAVE AN EFFECT ON THE FRONT STRUCTURE AND MAY REDUCE THE CRASH PERFORMANCE OF THE VEHICLE.,"DEALERS WILL INSPECT FOR CRACKS ON THE TOP SIDE OF THE PASSENGER SIDE SUPPORT MEMBER IN THE ENGINE COMPARTMENT. IF NO CRACK IS FOUND, NO FURTHER ACTION IS NEEDED. IF THE INSPECTION REVEALS THAT A VEHICLE HAS A CRACK IN THE SIDE SUPPORT MEMBER, THE VEHICLE WILL IMMEDIATELY BE TAKEN OUT OF SERVICE. A NEW REPLACEMENT VEHICLE OF EQUAL SPECIFICATION WILL BE PROVIDED BY VOLVO. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 15, 2011. OWNERS MAY CONTACT VOLVO CUSTOMER CARE CENTER AT 1-800-458-1552, MONDAY THROUGH FRIDAY, 8:30 A.M. TO 5:00 P.M. EST. OR E-MAIL AT CUSTOMERCARE@VOLVOFORLIFE.COM." -03/16/2011,11V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V183000),Entegra Coach,BUSS BAR ELECTRICAL CONNECTION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,36,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2010-2011 ASPIRE CLASS A MOTOR HOMES MANUFACTURED FROM MAY 20, 2009, THROUGH SEPTEMBER 7, 2010. THERE MAY BE AN IMPROPER ELECTRICAL CONNECTION AT THE BUSS BAR ON THE AFFECTED TRANSFER SWITCHES.",THIS IMPROPER CONNECTION MAY LEAD TO OVERHEATING AND MELTING OF THE TRANSFER SWITCH AND MAY RESULT IN A FIRE.,DEALERS WILL REPLACE THE TRANSFER SWITCH FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787. -03/16/2011,11V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V184000),"Dutchmen Manufacturing, Inc.",GVWR CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,32,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 KOMFORT PACIFIC RIDGE RECREATIONAL VEHICLES MANUFACTURED FROM OCTOBER 15, 2010 THROUGH DECEMBER 30, 2010, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE LABELS LIST THE WRONG GROSS AXLE WEIGHT RATING (GAWR) AND GROSS VEHICLE WEIGHT RATING (GVWR).",A CONSUMER COULD OVERLOAD THE VEHICLE BASED ON THE INCORRECT INFORMATION PROVIDED. AN OVERLOADED VEHICLE MAY INCREASE THE RISK OF A TIRE FAILURE THAT COULD RESULT IN A VEHICLE CRASH.,"DUTCHMEN WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 31, 2011. OWNERS MAY CONTACT DUTCHMEN AT 574-537-0700." -03/16/2011,11V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V185000),"Gulf States Toyota, Inc.",TIRE PRESSURE MONITORING SYSTEMS/FMVSS 138,TIRES,NR (Not Reported),Vehicle,1489,"GULF STATES TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 FJ CRUISER AND MODEL YEAR 2009-2011 TUNDRA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEMS."" THE TPMS ON SOME VEHICLES MAY NOT HAVE BEEN PROPERLY CALIBRATED AND AS A RESULT THE LOW TIRE PRESSURE WARNING LAMP MAY NOT ILLUMINATE SHOULD THE INFLATION PRESSURE IN ONE OR MORE OF THE VEHICLE'S TIRES FALL BELOW THE THRESHOLD FOR WHEN THE LOW TIRE PRESSURE WARNING LAMP SHOULD ILLUMINATE.",DRIVERS WILL NOT RECEIVE A WARNING FROM THE TIRE PRESSURING MONITOR THAT ONE OR MORE TIRES ARE UNDERINFLATED INCREASING THE RISK THAT A VEHICLE WILL BE DRIVEN WITH ONE OR MORE UNDERINFLATED TIRES AND INCREASING THE RISK OF A TIRE FAILURE THAT MAY LEAD TO A CRASH.,"DEALERS WILL RECALIBRATE THE TIRE PRESSURE MONITORING SYSTEM IN ACCORDANCE WITH THE REGULATION FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT GULF STATE TOYOTA CUSTOMER ASSISTANCE CENTER TOLL FREE AT 1-800-444-1074 MONDAY THROUGH THURSDAY, 8:30 AM TO 5:00 PM, OR FRIDAY 8:30 AM TO 4:00 PM CENTRAL STANDARD TIME." -03/15/2011,11V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V174000),Blue Bird Body Company,ABS CIRCUIT FAILURE/WARNING LAMP FAILURE,ELECTRICAL SYSTEM,R11SZ,Vehicle,13645,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 VISION SCHOOL BUSES. THE DASH INSTRUMENT PANEL ABS INDICATOR LIGHT DOES NOT ILLUMINATE WHEN THE ABS CIRCUIT IS DISCONNECTED AT THE MAIN ABS MODULE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS,"" AND FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","IN THE EVENT THE ABS CIRCUIT DISCONNECTS FROM THE MAIN ABS MODULE, THE BUS OPERATOR WOULD BE UNAWARE OF THE FAILURE OF THE ABS SYSTEM AND THE ASSOCIATED REDUCED BRAKING FUNCTION, INCREASING THE RISK OF A CRASH.","BLUE BIRD IS CURRENTLY WORKING WITH STONERIDGE TO PRODUCE SOFTWARE THAT DEALERS CAN USE TO REPROGRAM THE DASH INSTRUMENT PANEL. BLUE BIRD WILL NOTIFY OWNERS ONCE THE SOFTWARE UPDATE BECOMES AVAILABLE. THE AFFECTED BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 23, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -03/15/2011,11V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V175000),Blue Bird Body Company,ABS INDICATOR LIGHT,ELECTRICAL SYSTEM,R11SZ,Vehicle,61,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 VISION NON SCHOOL BUSES. THE DASH INSTRUMENT PANEL ABS INDICATOR LIGHT DOES NOT ILLUMINATE WHEN THE ABS CIRCUIT IS DISCONNECTED AT THE MAIN ABS MODULE. ACCORDINGLY, THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS,"" AND FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","IN THE EVENT THE ABS CIRCUIT DISCONNECTS FROM THE MAIN ABS MODULE, THE BUS OPERATOR WOULD BE UNAWARE OF THE FAILURE OF THE ABS SYSTEM AND THE ASSOCIATED REDUCED BRAKING FUNCTION, INCREASING THE RISK OF A CRASH.","BLUE BIRD IS CURRENTLY WORKING WITH STONERIDGE TO PRODUCE SOFTWARE THAT DEALERS CAN USE TO REPROGRAM THE DASH INSTRUMENT PANEL. BLUE BIRD WILL NOTIFY OWNERS ONCE THE SOFTWARE UPDATE BECOMES AVAILABLE. THE AFFECTED BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 23, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -03/15/2011,11V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V179000),Hyundai Motor America,DRIVER'S AIR BAG/SEAT TRACK POSITION SENSOR,AIR BAGS,100,Vehicle,95783,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2007-2008 ELANTRA VEHICLES MANUFACTURED FROM JULY 14, 2006, THROUGH AUGUST 29, 2007. THE DRIVER'S SEAT TRACK POSITION SENSOR DETERMINES THE SEAT'S FORE AND AFT POSITION AND ALLOWS THE DRIVER'S FRONTAL AIR BAG TO DEPLOY AT THE PRESSURE APPROPRIATE FOR THAT SEATING POSITION, WITH A LOWER PRESSURE DEPLOYMENT IN THE MOST FORWARD SEATING POSITIONS. THE AIR BAG CONTROL MODULE MAY RECEIVE AN UNSTABLE ELECTRICAL SIGNAL FROM THE SEAT TRACK POSITION SENSOR SUCH THAT, IN A CRASH THAT REQUIRES DRIVER FRONTAL AIRBAG DEPLOYMENT, THE DRIVER'S AIRBAG MAY DEPLOY AT THE HIGHER PRESSURE THAN INTENDED IF THE SEAT WAS POSITION IN ONE OF THE FORWARD POSITIONS IN WHICH A LOWER PRESSURE DEPLOYMENT IS INTENDED.",A HIGHER PRESSURE DEPLOYMENT THAN INTENDED INCREASES THE RISK OF INJURY RESULTING FROM AIRBAG DEPLOYMENT.,DEALERS WILL REPROGRAM THE AIR BAG CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTING TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT HYUNDAI'S CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151. -03/15/2011,11V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V176000),Honda (American Honda Motor Co.),FUEL PUMP MODULE ROLL OVER VALVE,"FUEL SYSTEM, GASOLINE",R65,Vehicle,18056,"HONDA IS RECALLING CERTAIN MODEL YEAR 2011 HONDA CIVIC VEHICLES. TO PREVENT FUEL FROM LEAKING OUT OF A VEHICLE'S FUEL TANK INTO THE EVAPORATIVE EMISSIONS CANISTER IN THE EVENT A ROLL-OVER INCIDENT OCCURS, THE FUEL PUMP MODULE IS EQUIPPED WITH A ROLL OVER VALVE (ROV). DUE TO IMPROPER ULTRASONIC WELDING OF THE PLASTIC CASE THAT HOUSES THE ROV WITHIN THE FUEL PUMP MODULE, THE CASE MATERIAL MAY BREAK OR CRACK, WHICH MAY CAUSE THE ROV TO SEPARATE FROM THE CASE AND FAIL TO FUNCTION, THEREBY INCREASING THE RISK OF FUEL LEAKAGE IN A ROLL-OVER INCIDENT.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL PUMP MODULE AND IF NECESSARY REPLACE THE MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 25, 2011. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -03/15/2011,11V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V143000),Hyundai Motor America,INADVERTENT AIR BAG DEPLOYMENTS,AIR BAGS,099,Vehicle,188697,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2007-2009 ELANTRA VEHICLES MANUFACTURED FROM JULY 14, 2006, THROUGH NOVEMBER 1, 2008. THE FRONT PASSENGER SEATS IN THE VEHICLES CONTAIN A WEIGHT SENSOR DESIGNED TO DEACTIVATE THE RIGHT FRONTAL AIRBAG WHEN OCCUPANTS OF CERTAIN WEIGHTS OCCUPY THE SEAT. THE ELECTRICAL CONNECTOR FOR THE WEIGHT SENSOR IS LOCATED UNDER THE CENTER CONSOLE, BETWEEN THE FRONT SEATS. UNDER CERTAIN CIRCUMSTANCES THE CONNECTOR COULD BECOME CONTAMINATED AND MALFUNCTION SUCH THAT THE FRONT PASSENGER AIRBAG WILL DEPLOY REGARDLESS OF THE WEIGHT OF THE OCCUPANT.","THE FRONT PASSENGER AIR BAG COULD DEPLOY IN CRASHES IN WHICH IT SHOULD NOT DEPLOY, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT FROM THE DEPLOYED AIR BAG.",DEALERS WILL INSTALL A PROTECTIVE COVER OVER THE WEIGHT CLASSIFICATION SYSTEM CONNECTOR TO PREVENT CONTAMINATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTING TO BEGIN DURING APRIL 2011. OWNERS MAY CONTACT HYUNDAI'S CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151. -03/15/2011,11V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V178000),Thor Motor Coach,OXYGEN SENSOR WIRING HARNESS,EQUIPMENT,NR (Not Reported),Vehicle,1175,"THOR MOTOR COACH (TMC) IS RECALLING CERTAIN RECREATIONAL VEHICLES MANUFACTURED FROM MARCH 9, 2010, THROUGH MARCH 9, 2011. THE WIRING FOR THE OXYGEN (O2) SENSOR THAT CONNECTS TO THE CATALYTIC CONVERTER MAY NOT BE PROPERLY SECURED. WHEN NOT SECURED, WIRING CAN FALL ONTO THE EXHAUST, MELT, AND SHORT OUT CAUSING A CHECK ENGINE LIGHT (CEL) AND, IN SOME CASES, THE ENGINE TO SHUT DOWN WHILE DRIVING.",AN ENGINE SHUT DOWN WHILE DRIVING INCREASES THE RISK OF A CRASH.,"DEALERS WILL SECURE THE OXYGEN SENSOR BY INSTALLING A CLAMP AND BY ADDING AN ADDITIONAL FASTENER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 31, 2011. OWNERS MAY CONTACT TMC WARRANTY SERVICE DEPARTMENT AT 1-877-500-1020." -03/15/2011,11T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11T002000),"Continental Tire the Americas, LLC",TREAD BELT SEPARATION,TIRES,NR (Not Reported),Tire,390657,"CONTINENTAL TIRE IS RECALLING CERTAIN CONTITRAC TR TIRES, SIZE LT275/70R18 125/122S OUTLINE WHITE LETTERS AND BLACK SIDEWALL, AND CONTITRAC, SIZE LT275/70R18 125/122S, BLACK SIDEWALL, PRODUCED FROM MAY 6, 2007, THROUGH SEPTEMBER 20, 2008, SOLD AS AFTERMARKET AND INSTALLED AS ORIGINAL EQUIPMENT ON SOME MODEL YEAR 2008 AND 2009 FORD F-250 AND F-350 TRUCKS. SOME OF THESE TIRES MAY EXPERIENCE UNEVEN WEAR, VIBRATION, OR PARTICULARLY UNDER CONDITIONS OF OVERLOADING OR UNDER INFLATION IN HIGH AMBIENT TEMPERATURE USAGE, SEPARATION BETWEEN THE BELT EDGES.","SEPARATION OF THE BELT EDGES COULD LEAD TO TREAD BELT SEPARATION, INCREASING THE RISK OF A CRASH.","CONTINENTAL TIRE WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 14, 2011. OWNERS MAY CONTACT CONTINENTAL CUSTOMER SERVICE TOLL-FREE AT 1-888-799-2168." -03/15/2011,11V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V172000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10C-6,Vehicle,475,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 THOMAS BUILT SAF-T-LINER C2 AND SAF-T-LINER HDX SCHOOL BUSES AND FCCC B2 BUS CHASSIS USED IN SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM AUGUST 18, 2006, THROUGH JULY 7, 2010, EQUIPPED WITH EPA 2007 MBE 900 DETROIT DIESEL ENGINES. ENGINE SOFTWARE MAY NOT REACT PROPERLY TO CERTAIN AFTERMARKET TREATMENT DEVICE FAULT CODES. THE SOFTWARE MAY UNNECESSARILY SHUTDOWN A VEHICLE OR MAY FAIL TO SHUTDOWN A VEHICLE WITH AN AFTERMARKET DEVICE OVER-TEMP FAULT.",UNEXPECTED SHUTDOWN OF A VEHICLE MAY INCREASE THE RISK OF A CRASH. OVERHEATING OF THE AFTERTREATMENT DEVICE WITHOUT ENGINE SHUTDOWN MAY RESULT IN A FIRE.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DETROIT DIESEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 25, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. THIS SAFETY RECALL CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 10V-468)." -03/15/2011,11V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V173000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10C-6,Vehicle,50,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 FREIGHTLINER BUSINESS CLASS M2 AND STERLING ACTERRA EMERGENCY VEHICLES MANUFACTURED FROM AUGUST 18, 2006, THROUGH JULY 7, 2010, EQUIPPED WITH EPA 2007 MBE 900 DETROIT DIESEL ENGINES. ENGINE SOFTWARE MAY NOT REACT PROPERLY TO CERTAIN AFTERMARKET TREATMENT DEVICE FAULT CODES. THE SOFTWARE MAY UNNECESSARILY SHUTDOWN A VEHICLE OR MAY FAIL TO SHUTDOWN A VEHICLE WITH AN AFTERMARKET DEVICE OVER-TEMP FAULT.",UNEXPECTED SHUTDOWN OF A VEHICLE MAY INCREASE THE RISK OF A CRASH. OVERHEATING OF THE AFTERTREATMENT DEVICE WITHOUT ENGINE SHUTDOWN MAY RESULT IN A FIRE.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DETROIT DIESEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 25, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. THIS SAFETY RECALL CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 10V-472)." -03/15/2011,11V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V180000),Honda (American Honda Motor Co.),WINDSHIELD WIPER FAILURES,VISIBILITY,R72,Vehicle,33341,"HONDA IS RECALLING CERTAIN MODEL YEAR 2011 HONDA ODYSSEY VEHICLES. IF THE FRONT WINDSHIELD WIPER BLADES BECOME FROZEN TO THE WINDSHIELD AND THE WIPER MOTOR IS SWITCHED ON, ONE OF THE FRONT WINDSHIELD WIPER LINKAGE RODS MAY BEND OR SEPARATE FROM THE MOTOR DUE TO INSUFFICIENT STIFFNESS OF THE ROD.","THE WINDSHIELD WIPERS MAY FAIL TO OPERATE, DECREASING THE DRIVER'S VISIBILITY IN ADVERSE WEATHER CONDITIONS INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT WINDSHIELD WIPER ROD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 28, 2011. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009." -03/14/2011,11V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V167000),"Navistar, Inc.",AUTOMATIC SLACK ADJUSTER/ACCURIDE/GUNITE,"SERVICE BRAKES, AIR",11504,Vehicle,33,"NAVISTAR IS RECALL CERTAIN MODEL YEAR 2011 AND 2012 INTERNATIONAL DURASTAR AND WORKSTAR COMMERCIAL TRUCKS MANUFACTURED FROM OCTOBER 19, 2010, AND FEBRUARY 3, 2011, EQUIPPED WITH GUNITE AUTOMATIC SLACK ADJUSTERS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, REDUCING BRAKING CAPACITY AND, IN SOME CASES, CAUSING THE VEHICLE TO PULL TO ONE SIDE. REDUCED BRAKING PERFORMANCE AND/OR LOSS OF STEERING CONTROL INCREASES THE RISK OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE SUBJECT SLACK ADJUSTERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 1, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -03/14/2011,11E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E010000),Vapor Bus International,DOOR PANELS/TEETER LEVER ASSEMBLY,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,1094,"VAPOR BUS IS RECALLING CERTAIN TEETER LEVER ASSEMBLIES, PART NUMBERS 50530211-02 AND 50530211-04, SOLD AND INSTALLED ON VARIOUS TRANSIT BUSES AND SOLD AS REPLACEMENT PARTS AS PART OF THE REAR SIDE EXIT DOOR. THERE IS INSUFFICIENT ENGAGEMENT BETWEEN THE TEETER LEVER BASE AND THE CAM PLATE.",FAILURE OF THE TEETER LEVER ASSEMBLY WILL CAUSE THE REAR SIDE EXIT DOOR TO OPERATE IMPROPERLY. A PASSENGER LEANING ON OR FORCED AGAINST THE DOOR COULD FALL THROUGH THE DOOR AND SUSTAIN INJURIES.,"VAPOR IS WORKING WITH THE MANUFACTURERS TO IDENTIFY AND NOTIFY THE OWNERS OF BUSES EQUIPPED WITH THE DEFECTIVE TEETER LEVER BASE AND VAPOR WILL REPAIR THE AFFECTED BUSES FREE OF CHARGE. VAPOR WILL NOTIFY OWNERS WHO PURCHASED THE AFFECTED UNITS AS AFTERMARKET AND WILL REPLACE THE PARTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 28, 2011. OWNERS MAY CONTACT VAPOR BUS AT 1-847-777-6450." -03/14/2011,11V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V168000),"Jaguar Land Rover North America, LLC",POWER ASSISTED STEERING PIPE REPLACEMENT,STEERING,J018,Vehicle,4926,"JAGUAR IS RECALLING CERTAIN MODEL YEAR 2010 XK AND XF VEHICLES MANUFACTURED FROM JUNE 27, 2009, THROUGH MARCH 10, 2010. THE POWER ASSIST STEERING (PAS) PIPES HAVE BEEN SUPPLIED WITH ZINC-NICKEL PLATING THAT DOES NOT MEET FULLY THE CORROSION PROTECTION REQUIREMENTS OF JAGUAR'S ENGINEERING SPECIFICATION. AFTER AN EXTENDED PERIOD OF TIME IN SERVICE, CORROSION OF THE PAS PIPES WILL OCCUR THAT MAY LEAD TO PIN-HOLING OF THE PIPE.","PIN-HOLING OF THE PAS PIPES COULD ALLOW PRESSURIZED POWER STEERING FLUID TO LEAK INTO THE UNDER-HOOD AND ENGINE BAY AREA. A LOSS OF POWER STEERING FLUID WILL RESULT IN A LOSS OF POWER ASSIST STEERING. ALSO, THAT FLUID MAY IGNITE IF IT COMES INTO CONTACT WITH AN IGNITION SOURCE OR A SURFACE AT SUFFICIENTLY HIGH ENOUGH TEMPERATURE, CAUSING A VEHICLE FIRE.","DEALERS WILL REPLACE THE POWER STEERING FLUID PIPES WITH PARTS MANUFACTURED TO THE REQUIRED CORROSION PROTECTION SPECIFICATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGED. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 6, 2011. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -03/11/2011,11V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V161000),Crossroads RV,CERTIFICATION LABEL/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,106,"CROSSROADS RV IS RECALLING CERTAIN MODEL YEAR 2011-2012 ZINGER RECREATIONAL VEHICLES. THE FEDERAL IDENTIFICATION TAG ON THE VEHICLES CONTAINS INCORRECT, GROSS AXLE WEIGHT RATING (GAWR) AND GROSS VEHICLE WEIGHT RATING (GVWR) INFORMATION. ACCORDINGLY, THE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""","SHOULD A CONSUMER RELY ON THE INCORRECT AXLE AND WEIGHT RATING INFORMATION, THE VEHICLE COULD BE OVERLOADED, CAUSING A TIRE FAILURE THAT COULD RESULT IN A CRASH CAUSING PERSONAL OR PROPERTY DAMAGE.","CROSSROADS WILL REPLACE THE FEDERAL IDENTIFICATION TAG WITH ONE CONTAINING THE CORRECT WEIGHT RATINGS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 17, 2011. OWNERS MAY CONTACT CROSSROADS RV AT 1-888-226-7496." -03/11/2011,11V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V163000),SUNLINE SUNROOFS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,150,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SUNLINE SUNROOFS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SUNLINE SUNROOFS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/10/2011,11V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V160000),"Daimler Trucks North America, LLC",HEADLIGHT HEIGHT/FMVSS 108,EXTERIOR LIGHTING,FL-592,Vehicle,301,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 BUSINESS CLASS M2 106V INCOMPLETE CHASSIS CAB VEHICLES, MANUFACTURED FROM JULY 19, 2010, THROUGH JANUARY 14, 2011. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HEADLIGHTS ON SOME VEHICLES MAY HAVE BEEN INSTALLED MORE THAN 54"" FROM THE ROAD SURFACE.",HEADLIGHTS INSTALLED AT HEIGHTS OUTSIDE OF THE PARAMETERS SET BY THE SAFETY STANDARD MAY NOT FULLY ILLUMINATE ROAD SURFACES OR MAY INHIBIT THE ABILITY OF MOTORISTS TO SEE VEHICLES INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE HEADLAMP HEIGHT AND REPLACE ANY NONCONFORMING HEADLIGHTS WITH NEW HEADLIGHTS THAT LOWER THE BULB CENTER SUCH THAT THE HEADLIGHTS MEET THE SAFETY STANDARD FREE OF CHARGE. AN INTERIM LETTER WAS SENT TO OWNERS ON JUNE 1, 2011. THE NOTIFICATION LETTER TO NOTIFY OWNERS THAT THE REMEDY IS NOW AVAILABLE WAS MAILED ON OCTOBER 10, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -03/10/2011,11V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V158000),NOVA BUS INCORPORATED,STEERING DRAG LINK,STEERING,NR (Not Reported),Vehicle,198,"NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 LFS 40 FT AND LFS 60 FT TRANSIT BUSES MANUFACTURED FROM MARCH 31, 2009, THROUGH FEBRUARY 11, 2011. AN INSUFFICIENT TORQUE WAS APPLIED TO THE DRAG LINK ATTACHMENT BOLTS DURING PRODUCTION. THE DRAG LINK COULD BECOME DETACHED FROM THE STEERING LINKAGE, CAUSING A LOSS OF VEHICLE CONTROL.",LOSS OF VEHICLE CONTROL COULD RESULT IN A CRASH.,"DEALERS WILL PROVIDE OWNERS THE CORRECT DOCUMENTATION TO VERIFY THE TORQUE VALUES FOR THE DRAG LINK AND TO CORRECT THE DRAG LINK IF NECESSARY. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE CORRECT TORQUE VALUE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 16, 2011. OWNERS MAY CONTACT NOVA BUS AT 1-450-472-6410." -03/10/2011,11V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V164000),AUTO TRIM DESIGN OF UTAH,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,49,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM DESIGN OF UTAH ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM DESIGN OF UTAH BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/10/2011,11V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V165000),KEY AUTO SERVICE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,84,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY KEY AUTO SERVICE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY KEY AUTO SERVICE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/10/2011,11V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V166000),COACH AUTO RESTYLER,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1110,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY COACH AUTO RESTYLER ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BYCOACH AUTO RESTYLER BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/09/2011,11V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V153000),Kia Motors America,AUTOMATIC TRANSMISSION SHIFT CABLE INSPECTION,POWER TRAIN,SC088,Vehicle,70115,"KIA IS RECALLING CERTAIN MODEL YEAR 2006-2008 OPTIMA VEHICLES MANUFACTURED FROM SEPTEMBER 29, 2005, THROUGH JUNE 13, 2007. THERE IS A POSSIBILITY THAT THE SHIFT CABLE MAY HAVE BEEN INSTALLED INCORRECTLY, CAUSING TENSION IN THE CABLE. IF PRESENT, THIS CONDITION COULD CAUSE THE CABLE TO DETACH FROM THE SHIFTER ASSEMBLY'S DOWEL PIN PREVENTING THE TRANSMISSION FROM BEING SHIFTED. THE SHIFT LEVER CAN THEN BE MOVED INTO THE PARK (P) POSITION WHILE THE VEHICLE'S TRANSMISSION IS STILL IN THE LAST USED GEAR BEFORE DETACHMENT.","IF THE DRIVER LEAVES THE VEHICLE WITHOUT ENGAGING THE PARKING BRAKE, THERE IS A POSSIBILITY THAT THE VEHICLE CAN ROLL INJURE A PERSON IN ITS PATH OR CAUSE A CRASH.","DEALERS WILL INSPECT THE SHIFT CABLE AND REINSTALL IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 23, 2011. OWNER MAY CONTACT KIA AT 1-800-333-4542." -03/08/2011,11V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V177000),UD TRUCKS CORPORATION,HEADLAMP ADJUSTMENT/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,358,"UD TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 UD1800, UD2000, UD2300, UD2600, AND UD3300 MEDIUM DUTY TRUCKS MANUFACTURED FROM JULY 22, 2010 THROUGH NOVEMBER 29, 2010. THE VISUAL OPTICAL AIMING HEADLAMPS AND THE LOW BEAM HORIZONTAL ADJUSTMENT MECHANISM WERE NOT ADEQUATELY SECURED TO PREVENT ADJUSTMENT AFTER MANUFACTURE. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",IMPROPER ADJUSTMENTS TO THE HEADLAMPS OR THE LOW BEAM ADJUSTMENT MECHANISM MAY RESULT IN HEADLAMP LIGHTING THAT DOES NOT FULLY ILLUMINATE THE ROAD SURFACE OR MAY INHIBIT THE ABILITY OF MOTORISTS TO SEE VEHICLES WHICH CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL MAKE SURE ALL VEHICLES WILL HAVE A PREVENTION CAP INSTALLED OVER THE LOW BEAM HORIZONTAL HEADLAMP ADJUSTMENT MECHANISM TO PREVENT ADJUSTMENT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 18, 2011. OWNER MAY CONTACT UD TRUCKS AT 972-756-5500." -03/08/2011,11V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V156000),"Winnebago Industries, Inc.",LIQUID PROPANE HOSE,EQUIPMENT,122,Vehicle,25,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2011 TOUR AND ITASCA ELLIPSE MOTOR HOMES MANUFACTURED FROM AUGUST 9, 2010 THROUGH JANUARY 21, 2011. THESE VEHICLES HAVE THE POTENTIAL FOR A LP HOSE CONNECTION TO BE DAMAGED WHEN THE SLIDEOUT ROOM IS OPERATED. IF THE LP HOSE MAKES CONTACT WITH THE SLIDEOUT RAM, IT COULD BE DISCONNECTED. IF THIS WERE TO HAPPEN, A LEAK WOULD OCCUR WHEN THE LP TANK IS OPENED.","THE LEAKING LP THEN HAS THE POTENTIAL TO IGNITE, WHICH COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT THE HOSE AND RELOCATE A PIPE CLAMP AS WELL AS ADDING A SECOND CLAMP TO THE HOSE TO ENSURE CLEARANCE IS MAINTAINED DURING THE OPERATION OF THE SLIDEROOM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 25, 2011. OWNER MAY CONTACT WINNEBAGO AT 641-585-6939." -03/08/2011,11V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V159000),"Heartland Recreational Vehicles, LLC",LIQUID PROPANE PIPE,EQUIPMENT,NR (Not Reported),Vehicle,589,HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2010-2011 NORTH TRAIL TRAVEL TRAILERS. THE SUSPENSION CAN COME IN CONTACT WITH THE LP PIPE MOUNTED ON THE FRAME UNDER THE TRAILER ABOVE THE EQUALIZER ARM. CONTINUED CONTACT COULD CAUSE A LEAK TO DEVELOP.,THIS OCCURRENCE COULD HAVE A POTENTIAL FOR A FIRE WHICH COULD RESULT IN SERIOUS BODILY INJURY AND/OR PROPERTY DAMAGE.,"DEALERS WILL CORRECT THE VEHICLES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2011. OWNERS MAY CONTACT HEARTLAND AT 1-877-262-8032." -03/08/2011,11V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V171000),SIERRA CUSTOM INTERIORS,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,3,SIERRA IS RECALLING CERTAIN MODEL YEAR 2005 CIMARRON AND MODEL YEAR 2008 FEATHERLITE AND UNITED TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"SIERRA IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 18, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -03/08/2011,11V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V154000),KAR PRODUCTS INC.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1077,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY KAR PRODUCTS INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY KAR PRODUCTS INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/08/2011,11V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V155000),AUTO TRIM DESIGN OF ND,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,67,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM DESIGN OF ND ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM DESIGN OF ND BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/08/2011,11V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V170000),KWIK-LOC CORPORATION,WHEEL SEPARATION/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,80,KWIK-LOC IS RECALLING CERTAIN MODEL YEAR 2005-2008 CONVERTER DOLLIES EQUIPPED WITH ARVINMERITOR AXLES. INSUFFICIENT TORQUE MAY HAVE BEEN APPLIED ON THE SPINDLE NUT ON THE ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN THESE VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.,LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-273-4641. -03/07/2011,11V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V157000),PACCAR Incorporated,KENWORTH/GUNITE/SLACK ADJUSTER CAST HOUSING,"SERVICE BRAKES, AIR",11KWA,Vehicle,280,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2011-2012 KENWORTH T270/370, T440/T470, T800, T660, W900 AND C500 VEHICLES MANUFACTURED BETWEEN OCTOBER 18, 2010, AND JANUARY 28, 2011. CERTAIN CAST IRON SLACK ADJUSTER HOUSINGS, WHICH TRANSMIT BRAKING FORCE FROM THE BRAKE CHAMBER PUSH ROD TO THE BRAKE CAM TUBE, MAY INCLUDE A FLOW NOTCH IN THE HANDLE PORTION OF THE HOUSING DUE TO AN ERROR DURING THE CASTING PROCESS. A FLOW NOTCH IN THE HANDLE PORTION MAY REDUCE THE EFFECTIVE CROSS SECTION STRUCTURE AND CAUSE THE SLACK ADJUSTER HOUSING TO FRACTURE.","IF THE SLACK ADJUSTER HOUSING WERE TO FRACTURE, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER HOUSING IS ATTACHED WOULD NO LONGER FUNCTION, WHICH COULD INCREASE VEHICLE STOPPING DISTANCES, AND IF MOUNTED ON THE STEER AXLE, COULD CAUSE THE VEHICLE TO PULL TO ONE SIDE DURING BRAKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE SLACK ADJUSTER HOUSING AS NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 30, 2011. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -03/07/2011,11V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V162000),SUNROOFS ETC,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2115,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SUNROOFS ETC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SUNROOFS ETC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/04/2011,11V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V149000),"General Motors, LLC",SOFTWARE IN THE ELECTRONIC CLIMATE CONTROL MODULE,VISIBILITY,11057,Vehicle,10179,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 BUICK LACROSSE AND CADILLAC SRX VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS"". ON THESE VEHICLES, THE SOFTWARE IN THE ELECTRONIC CLIMATE CONTROL (ECC) MODULE MAY DISABLE THE ABILITY TO ADJUST THE HEATING, VENTILATION, AND AIR CONDITIONING (HVAC) SYSTEM SETTINGS. IF THIS HAPPENS, THE DRIVER WILL NOT BE ABLE TO CONTROL THE HEATING, COOLING, AND VENTILATION FOR THE VEHICLE.","IF THIS CONDITION AFFECTS THE DEFROST SYSTEM WHEN IT IS REQUIRED, IT MAY DECREASE THE DRIVER'S VISIBILITY, AND COULD RESULT IN A CRASH.","DEALERS WILL REPROGRAM THE ECC MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 11, 2011. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CADILLAC AT 1-866-982-2339 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -03/04/2011,11V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V148000),Toyota Motor Engineering & Manufacturing,TIRE PRESSURE MONITORING SYSTEM/FMVSS 138,TIRES,NR (Not Reported),Vehicle,22000,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 FJ CRUISER, LAND CRUISER, TACOMA, SEQUOIA AND TUNDRA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEM (TPMS)."" WHEN FACTORY-INSTALLED WHEELS AND TIRES WERE REPLACED WITH TOYOTA AUTHORIZED ACCESSORY WHEELS AND LT TIRES PRIOR TO FIRST SALE, THE TIRE PRESSURE MONITORING SYSTEMS WERE NOT RE-CALIBRATED CORRECTLY AND THEREFORE DO NOT START ILLUMINATING THE LOW TIRE PRESSURE WARNING TELLTALE AT THE REQUIRED MINIMUM ACTIVATION PRESSURE.",FAILURE TO WARN OF TIRE DEFLATIONS IS A NON-COMPLIANCE WITH FMVSS 138 AND COULD LEAD TO TIRE FAILURE INCREASING THE RISK OF A CRASH.,"FOR THE LAND CRUISER, SEQUOIA, TACOMA AND TUNDRA VEHICLES, THE DEALER WILL RE-CALIBRATE THE TIRE PRESSURE MONITORING SYSTEM ON AFFECTED VEHICLES AND INSTALL AN UPDATED TIRE AND LOADING INFORMATION LABEL AT NO CHARGE. FOR THE FJ CRUISER VEHICLES, THE TPMS CANNOT BE RESET SO THE ELECTRONIC CONTROL UNIT (ECU) FOR THE TPMS WILL BE REPLACED. TOYOTA IS CURRENTLY DEVELOPING THE REMEDY ECU. IF AN OWNER IS NOT CERTAIN WHETHER HIS OR HER VEHICLE IS EQUIPPED WITH THESE ACCESSORIES, PLEASE CONTACT ANY TOYOTA DEALER FOR AN INSPECTION AT NO CHARGE. THE SAFETY RECALL BEGAN ON MARCH 31, 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -03/04/2011,11V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V169000),Wabash National Corporation,WHEEL SEPARATION/ARVINMERITOR,SUSPENSION,NR (Not Reported),Vehicle,9900,WABASH IS RECALLING CERTAIN MODEL YEAR 2005-2008 VANS AND SEMI-TRAILERS EQUIPPED WITH ARVINMERITOR AXLES. INSUFFICIENT TORQUE MAY HAVE BEEN APPLIED ON THE SPINDLE NUT ON THE ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN THESE VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.,LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,"ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE SAFETY RECALL BEGAN ON MAY 12, 2011. OWNERS MAY CONTACT ARVIN MERITOR AT 1-866-668-7221." -03/03/2011,11V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V146000),"Daimler Trucks North America, LLC",GRID HEATER/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,10C-5,Vehicle,2073,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 FREIGHTLINER, CASCADIA, CENTURY, COLUMBIA FLD, AND M2, STERLING 9500, AND WESTERN STAR 4900 HEAVY TRUCKS MANUFACTURED FROM MARCH 20, 2006, THROUGH JUNE 30, 2010, EQUIPPED WITH SPECIFIC MBE4000 EPA07 MODEL ENGINES. THE INTAKE AIR GRID HEATER MAY SHORT CIRCUIT AND FAIL DUE TO EXCESSIVE INTERNAL TEMPERATURES.",A SHORT CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DTNA WILL NOTIFY OWNERS OF THE RECALL DURING MARCH 2011. ANOTHER NOTIFICATION WILL BE ISSUED ONCE THE REMEDY IS RELEASED. DTNA EXPECTS THE REMEDY TO BE AVAILABLE BY DECEMBER 1, 2011. REPAIRS WILL BE PERFORMED BY DTNA DEALERS FREE OF CHARGE. OWNERS MAY CONTACT DTNA TOLL-FREE AT 1-800-547-0712. THIS RECALL IS ASSCOCIATED WITH A PREVIOUS RECALL, CAMPAIGN NUMBER 10V-341." -03/02/2011,11V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V106000),Honda (American Honda Motor Co.),DC-DC CONVERTER DIODE,ELECTRICAL SYSTEM,R69,Vehicle,36656,HONDA IS RECALLING CERTAIN MODEL YEAR 2006-2007 HONDA CIVIC HYBRID VEHICLES. THERE IS A POTENTIAL FOR THE VOLTAGE CONVERTER THAT RELAYS POWER FROM THE INTEGRATED MOTOR ASSIST (IMA) SYSTEM TO THE VEHICLE'S ELECTRICAL COMPONENTS TO FAIL.,"THIS FAILURE WILL CAUSE THE HEADLIGHTS TO TURN OFF, THE ENGINE TO STALL, AND PREVENT THE VEHICLE FROM BEING RESTARTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE VOLTAGE CONVERTER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 25, 2011. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009 A SELECT OPTION 4." -03/01/2011,11V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V144000),Motor Coach Industries,BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,347,Vehicle,27,"MCI IS RECALLING CERTAIN MODEL YEAR 2010 J4500 MOTOR COACHES MANUFACTURED FROM OCTOBER 2009 THROUGH AUGUST 2010, AND EQUIPPED WITH BRAUN WHEELCHAIR LIFTS. THE ELECTRICAL AND HYDRAULIC LINES THAT SERVICE THE WHEELCHAIR LIFTS MAY BE ROUTED OR CLAMPED IN A WAY THAT COULD RESULT IN THE LINES BEING PINCHED DURING LIFT OPERATION.",THIS COULD RESULT IN A FIRE CAUSING PERSONAL INJURY OR PROPERTY DAMAGE.,"MCI WILL IMPROVE THE ROUTING AND CLAMPING OF THE HYDRAULIC AND ELECTRICAL LINES SERVICING THE BRAUN WHEELCHAIR LIFTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 14, 2011. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -03/01/2011,11V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V141000),"Champion Bus, Inc.",GEN EM-1 EVAPORATORS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,974,"CHAMPION BUS IS RECALLING CERTAIN VEHICLES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","CHAMPION BUS WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2011. OWNER MAY CONTACT CARRIER AT 1-800-793-4741 OR CHAMPION BUS AT 1-810-724-6474." -03/01/2011,11V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V139000),"Chrysler (FCA US, LLC)",IGNITION SWITCH,ELECTRICAL SYSTEM,L02 & L25,Vehicle,195798,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 DODGE JOURNEY, GRAND CARAVAN, AND CHRYSLER TOWN & COUNTRY VEHICLES MANUFACTURER FROM AUGUST 3, 2009, THROUGH JUNE 17, 2010. SOME VEHICLES MAY EXPERIENCE INADVERTENT IGNITION KEY DISPLACEMENT FROM THE RUN TO ACCESSORY POSITION WHILE DRIVING CAUSING THE ENGINE TO SHUT OFF.",ENGINE SHUT OFF WHILE DRIVING COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE WIN MODULES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -03/01/2011,11V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V151000),"Volkswagen Group of America, Inc.",IGNITION SWITCH,ELECTRICAL SYSTEM,28G1/U8,Vehicle,12612,VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2010 ROUTAN VEHICLES MANUFACTURED FROM OCTOBER 2009 THROUGH JUNE 2010. SOME VEHICLES MAY EXPERIENCE INADVERTENT IGNITION KEY DISPLACEMENT FROM THE RUN TO ACCESSORY POSITION WHILE DRIVING CAUSING THE ENGINE TO SHUT OFF.,AN ENGINE SHUTTING OFF SUDDENLY WHILE DRIVING COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE WIN MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -03/01/2011,11V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V145000),"Chrysler (FCA US, LLC)",JK CHASSIS AXLE,POWER TRAIN,L09,Vehicle,18326,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010-2011 JEEP WRANGLER VEHICLES MANUFACTURED FROM JULY 12, 2010, THROUGH SEPTEMBER 10, 2010. SOME VEHICLES MAY EXPERIENCE A DEGRADATION OF FASTENER TORQUE FOR VARIOUS FRONT AND REAR AXLE ATTACHMENTS TO THE CHASSIS MODULE.","THIS COULD RESULT IN NOISE, OR ULTIMATELY, DEGRADATION IN STEERING AND HANDLING CHARACTERISTICS WHICH COULD LEAD TO LOSS OF DIRECTIONAL CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-TORQUE ALL NINETEEN FASTENERS TO THE MAXIMUM RESIDUAL TORQUE VALUES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 24, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -03/01/2011,11V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V138000),Triple E Recreational Vehicles,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2,TRIPLE E IS RECALLING CERTAIN MODEL YEAR 2007 EMPRESS AND MODEL YEAR 2008 TOPAZ MOTOR HOMES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"TRIPLE E IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 28, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -03/01/2011,11V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V140000),New Horizons RV Corporation,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,NEW HORIZONS IS RECALLING ONE MODEL YEAR 2005 FIFTH WHEEL TRAILER EQUIPPED WITH A 1200-SERIES NORCOLD REFRIGERATOR. THE REFRIGERATOR BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,NEW HORIZONS IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY THE AFFECTED OWNER. THE OWNER WILL BE INSTRUCTED TO CONTACT A NORCOLD DEALER TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH . OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101. -03/01/2011,11V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V152000),"Forest River, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,38,FOREST RIVER IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"FOREST RIVER IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 14, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -03/01/2011,11V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V132000),BLAINES AUTO ACCESSORIES,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,34,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY BLAINES AUTO ACCESSORIES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY [INSTALLER NAME] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/01/2011,11V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V133000),AUTOCRAFT RESTYLING,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,75,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOCRAFT RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOCRAFT RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -03/01/2011,11V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V396000),"Featherlite, Inc.",TRAILER AXLES/WHEEL END FIRE,POWER TRAIN,NR (Not Reported),Vehicle,127,FEATHERLITE IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2012 FEATHERLITE TRAILERS EQUIPPED WITH ARVINMERITOR AXLES THAT CONTAIN THE FAG BRAND BEARING SYSTEM. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.,"PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.","FEATHERLITE HAS NOTIFIED OWNERS AND ARVINMERITOR IS PERFORMING THE REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 29, 2011. OWNERS MAY CONTACT ARVINMERITOR'S ONTRAC PERFORMANCE PLUS CALL CENTER AT 1-866-668-7221 OR FEATHERLITE AT 1-563-547-6000." -03/01/2011,11V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V142000),"Summit Trailer Sales, Inc.",WHEEL SEPARATION-ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,3,"SUMMIT TRAILER IS RECALL CERTAIN MODEL YEAR 2006 AD-40 VEHICLES MANUFACTURED FROM SEPTEMBER 1, 2006, THROUGH SEPTEMBER 15, 2006, AND EQUIPPED WITH ARVINMERITOR AXLES. INSUFFICIENT TORQUE MAY HAVE BEEN APPLIED ON THE SPINDLE NUT ON THE ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN THESE VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.",LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,"ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE SAFETY RECALL BEGAN ON MARCH 1, 2011. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-273-4641." -03/01/2011,11V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V147000),"Timpte, Inc.",WHEEL SEPARATION-ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,2,"TIMPTE IS RECALL CERTAIN MODEL YEAR 2006 TDH VEHICLES MANUFACTURED FROM SEPTEMBER 8, 2005, THROUGH SEPTEMBER 9, 2005, AND EQUIPPED WITH ARVINMERITOR AXLES. INSUFFICIENT TORQUE MAY HAVE BEEN APPLIED ON THE SPINDLE NUT ON THE ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN THESE VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.",LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,"ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-273-4641." -03/01/2011,11V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V150000),Motor Coach Industries,WINDSHIELD WIPER MOTOR/DOGA,VISIBILITY,356,Vehicle,144,"MCI IS RECALLING CERTAIN MODEL YEAR 2011 MCI J4500, E4500, AND J4500C MOTOR COACHES MANUFACTURED FROM MAY 1, 2010 THROUGH JANUARY 31, 2011, AND EQUIPPED WITH DOGA WINDSHIELD WIPERS. CERTAIN WIRES MAY HAVE BEEN INCORRECTLY INSTALLED BY MCI AT THE FACTORY WHICH COULD RESULT IN THE WINDSHIELD WIPERS FAILING TO OPERATE.","THE DRIVER'S FIELD OF VIEW MAY BE REDUCED, WHICH IN TURN COULD RESULT IN A CRASH OR OTHERWISE CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.","DEALERS WILL INSPECT THE WINDSHIELD WIPERS AND CONNECT ANY WIRES THAT WERE IMPROPERLY INSTALLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 14, 2011. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -02/28/2011,11E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E009000),"TI Group Automotive Systems, LLC",AFTERMARKET FUEL PUMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4887,"TI AUTOMOTIVE IS RECALLING CERTAIN FUEL PUMPS, PART NUMBERS TU456 AND TU303, SOLD UNDER VARIOUS BRAND NAMES AS AFTERMARKET AND REPLACEMENT EQUIPMENT FOR THE MOTOR VEHICLES LISTED ABOVE. THE DEFECTIVE FUEL PUMP MAY SEIZE, STOPPING THE FUEL FLOW TO THE ENGINE CREATING A STALLING CONDITION.",A VEHICLE CRASH COULD OCCUR SHOULD THE ENGINE STALL WHILE IN USE.,"TI AUTOMOTIVE WILL NOTIFY OWNERS OF RECORD AND WILL REPLACE ANY DEFECTIVE FUEL PUMP WITH A NEW OR REWORKED FUEL PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 22, 2011. OWNERS MAY CONTACT TI AUTOMOTIVE AT 1-866-867-3759 OR LOG ON TO WWW.RECALLRESPONSE.COM." -02/25/2011,11E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E008000),ACCURIDE CORPORATION,AUTOMATIC SLACK ADJUSTER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,179202,"ACCURIDE IS RECALLING CERTAIN GUNITE AUTOMATIC SLACK ADJUSTERS MANUFACTURED FROM OCTOBER 15, 2010, THROUGH JANUARY 31, 2011, SOLD FOR USE AS AFTERMARKET EQUIPMENT AND SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS HEAVY TRUCKS. DUE TO AN INCOMPLETE ""KNITTING"" OF THE IRON AT THE TIME OF CASTING, INADEQUATE STRUCTURAL INTEGRITY OF THE SLACK ADJUSTER HOUSING CAN OCCUR, WHICH COULD CAUSE THE HOUSING TO BREAK AT THE HANDLE UNDER NORMAL OPERATING LOADS.","IF THE SLACK ADJUSTER HOUSING WERE TO BREAK, THE WHEEL BRAKE TO WHICH THE SLACK ADJUSTER IS ATTACHED WOULD NO LONGER FUNCTION, CAUSING THE VEHICLE TO HAVE REDUCED BRAKING CAPACITY AND, IF MOUNTED ON THE STEER AXLE, THE VEHICLE COULD PULL TO ONE SIDE, POSSIBLY RESULTING IN A CRASH.","ACCURIDE WILL NOTIFY OWNERS OF RECORD FOR THE AFTERMARKET EQUIPMENT AND DEALERS WILL REPLACE ANY AFFECTED SLACK ADJUSTERS FREE OF CHARGE. ACCURIDE IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND NOTIFY VEHICLE OWNERS OF THE RECALL. THE SAFETY RECALL BEGAN ON APRIL 5, 2011. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR ACCURIDE AT 1-812-962-5000." -02/25/2011,11V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V134000),Mazda Motor Corp.,FUEL TANK PRESSURE,"FUEL SYSTEM, GASOLINE",6211B,Vehicle,52000,"MAZDA IS RECALLING CERTAIN MODEL YEAR 2009-2010 MAZDA6 VEHICLES MANUFACTURED FROM APRIL 8, 2008, THROUGH FEBRUARY 8, 2010. A CERTAIN TYPE OF SPIDER MAY WEAVE A WEB IN THE EVAPORATIVE CANISTER VENT LINE AND THIS MAY CAUSE A RESTRICTION IN THE LINE. IF THIS OCCURS, THE FUEL TANK PRESSURE MAY BECOME EXCESSIVELY NEGATIVE WHEN THE EMISSION CONTROL SYSTEM WORKS TO PURGE THE VAPORS FROM THE CANISTER.","AS THE CANISTER IS PURGED REPEATEDLY DURING NORMAL OPERATION, THE STRESS ON THE FUEL TANK MAY EVENTUALLY RESULT IN A CRACK, POTENTIALLY LEADING TO FUEL LEAKAGE AD AN INCREASED RISK OF FIRE.","DEALERS WILL INSPECT AND CLEAN UP THE CANISTER VENT LINE, AND INSTALL A SPRING TO PREVENT THIS TYPE OF SPIDER FROM ENTERING THE VENT LINE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 25, 2011. OWNERS MAY CONTACT MAZDA CUSTOMER ASSISTANCE CENTER AT 1-800-222-5500." -02/25/2011,11V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V136000),"Daimler Trucks North America, LLC",LOW PRESSURE FUEL LINE,"FUEL SYSTEM, OTHER",11C1,Vehicle,2013,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2005-2007 STERLING L-LINE VEHICLES CONFIGURED WITH CAR HAULER BODIES AND CHASSIS, AND EQUIPPED WITH EPA04 MBE4000 ENGINES WITH A FUEL FILTER MOUNTED AT THE REAR OF THE ENGINE, MANUFACTURED FROM SEPTEMBER 13, 2004, THROUGH OCTOBER 10, 2007. THE LOWER LOW PRESSURE FUEL LINES BETWEEN THE PRIMARY FUEL PUMP AND THE ENGINE MOUNTED FUEL FILTER, AND THE UPPER LOW PRESSURE FUEL LINE BETWEEN THE ENGINE MOUNTED FUEL FILTER AND THE ENGINE BLOCK MAY DEVELOP A SUBSTANTIAL DIESEL FUEL LEAK FROM CRACKING, OR FROM ABRASION DUE TO CONTACT WITH OTHER COMPONENTS.",FUEL LEAK ONTO THE ROADWAY COULD CAUSE A SLIPPERY ROAD SURFACE THAT COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE UPPER AND LOWER LOW PRESSURE FUEL LINES WITH A MORE ROBUST FUEL LINES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. DTNA WILL NOTIFY OWNERS OF THE RECALL DURING APRIL 2011. THE SAFETY RECALL BEGAN ON NOVEMBER 1, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/25/2011,11V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V129000),INTEGRITY CUSTOMS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,267,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [INSTALLER NAME] ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY [INSTALLER NAME] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/24/2011,11V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V128000),Ford Motor Company,BODY CONTROL MODULE,ELECTRICAL SYSTEM,10S14,Vehicle,8022,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 FORD F-150, F-250, F-350, F-450, F-550, EDGE, AND LINCOLN MKX TRUCKS MANUFACTURED FROM OCTOBER 25, 2010, THROUGH NOVEMBER 20, 2010. THESE VEHICLES WERE INSPECTED USING INTEGRATED DIAGNOSTIC SYSTEM (IDS) THAT HAD A CUSTOM SOFTWARE ROUTINE TO READ THE SUSPECT BODY CONTROL MODULE (BCM) SERIAL NUMBER. BASED ON THE SERIAL NUMBER THE BCM WAS EITHER NOT AFFECTED OR REPLACED. THE CUSTOM SOFTWARE ROUTINE WAS NOT READING THE CORRECT SET OF CHARACTERS, AND WAS NOT ABLE TO IDENTIFY A BCM THAT REQUIRED REPLACEMENT AFFECTED BCMS MAY HAVE THE POTENTIAL FOR AN INTERNAL SHORT.","IF AN ELECTRICAL SHORT DEVELOPS, AN OVERHEATING CONDITION MAY OCCUR WHICH COULD RESULT IN A VEHICLE FIRE.","DEALER WILL INSPECT THE BODY CONTROL MODULE AND IF NECESSARY REPLACE IT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/24/2011,11E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E006000),"Caterpillar, Inc.",C15 DIESEL ENGINES/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,6176,"CATERPILLAR IS RECALLING CERTAIN C15 DIESEL ENGINES MANUFACTURED FROM APRIL 24, 2006, THROUGH MARCH 27, 2009, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR VARIOUS HEAVY TRUCKS. DEGRADATION OF A COMBUSTION TUBE WELD CAN RESULT RADIAL HEAT IMPINGEMENT ON THE BODY WHICH MAY BURN THROUGH CERTAIN BODIES USED ON C15 ENGINES.",THIS COULD RESULT IN A FIRE.,"CATERPILLAR WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 4, 2011. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986." -02/24/2011,11V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V131000),Braun Corporation,EM-1 EVAPORATOR/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,185,"BRAUN IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2011 PARATRANSIT VANS BUILT ON FORD E-350 CHASSIS FROM APRIL 27, 2005, THROUGH JULY 29, 2010, EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS (EM-1) MANUFACTURED FROM JANUARY 1, 2006 THROUGH DECEMBER 2010, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY; EM-1 UNIT PART NUMBERS 77-62112-XX AND 77-62512-XX, STARTING WITH SERIAL NUMBER KNT90890232 TO SERIAL NUMBER NNE91230058. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","BRAUN WILL NOTIFY OWNERS AND INSTRUCT THEM TO CONTACT EITHER CARRIER OR A BRAUN DEALER TO OBTAIN THE FREE REMEDY. THE SAFETY RECALL BEGAN ON MARCH 17, 2011. OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR BRAUN AT 1-800-THE-LIFT (1-800-843-5438)." -02/24/2011,11V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V137000),"TRUCK SERVICES, INC.",EM-1 EVAPORATOR/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,5,"TRUCK SERVICES IS RECALLING CERTAIN MODEL YEAR 2009 SCHOOL BUSES BUILT ON BLUE BIRD CHASSIS FROM JANUARY 2009 THROUGH DECEMBER 2009 AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS (EM-1) MANUFACTURED FROM JANUARY 1, 2006 THROUGH DECEMBER 2010, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY; EM-1 UNIT PART NUMBERS 77-62112-XX AND 77-62512-XX, STARTING WITH SERIAL NUMBER KNT90890232 TO SERIAL NUMBER NNE91230058. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","TRUCK SERVICES WILL NOTIFY OWNERS AND INSTRUCT THEM TO CONTACT EITHER CARRIER OR A TRUCK SERVICES DEALER TO OBTAIN THE FREE REMEDY. THE SAFETY RECALL BEGAN FEBRUARY 10, 2011. OWNERS MAY CONTACT CARRIER AT 1-800-793-4741 OR TRUCK SERVICES AT 1-317-248-5606." -02/24/2011,11V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V112000),Toyota Motor Engineering & Manufacturing,FLOOR CARPET COVER AND RETENTION CLIPS,VEHICLE SPEED CONTROL,BOA/BLC,Vehicle,769379,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2004-2006 HIGHLANDER, HIGHLANDER HYBRID, AND MODEL YEAR 2004-2007 LEXUS RX330, RX350, AND RX400H VEHICLES. IF THE FORWARD RETENTION CLIP USED TO SECURE THE FLOOR CARPET COVER, WHICH IS LOCATED IN FRONT OF THE CENTER CONSOLE, IS NOT INSTALLED PROPERLY THE COVER MAY LEAN TOWARD THE ACCELERATOR PEDAL AND INTERFERE WITH THE ACCELERATOR PEDAL ARM.","IF THIS OCCURS, THE ACCELERATOR PEDAL MAY TEMPORARILY BECOME STUCK IN A PARTIALLY DEPRESSED POSITION RATHER THAN RETURN TO THE IDLE POSITION. A STUCK ACCELERATOR PEDAL MAY RESULT IN UNINTENDED AND SUSTAINED VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE FLOOR CARPET COVER WITH A NEWLY DESIGNED ONE FREE OR CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331. -02/24/2011,11V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V115000),Toyota Motor Engineering & Manufacturing,FLOOR CARPET PAD,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,19647,TOYOTA IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 LEXUS GS300 AND GS350 ALL WHEEL DRIVE (AWD) VEHICLES. THERE IS A POSSIBILITY THAT THE PLASTIC PAD EMBEDDED INTO THE FLOOR CARPET MAY INTERFERE WITH THE OPERATION OF THE ACCELERATOR PEDAL.,THE ACCELERATOR PEDAL COULD TEMPORARILY BECOME STUCK IN A PARTIALLY DEPRESSED POSITION RATHER THAN RETURN TO THE IDLE POSITION. A STUCK ACCELERATOR PEDAL MAY RESULT IN UNINTENDED AND SUSTAINED VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP INCREASING THE RISK OF A CRASH.,DEALERS WILL MODIFY THE PLASTIC PAD ON THE FLOOR CARPET FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331. -02/24/2011,11V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V135000),Prevost Car (US) Inc.,FUEL TANK SUPPORT,"FUEL SYSTEM, OTHER",SR11-10,Vehicle,48,"PREVOST IS RECALLING CERTAIN MODEL YEAR 2010 H3-45, MODEL YEAR 2011 VIP-45 AND X3-45 MOTOR COACHES MANUFACTURED FROM OCTOBER 2010 THROUGH FEBRUARY 2011. THE WELDING ON THE FUEL TANK SUPPORTS IS INSUFFICIENT AND COULD LEADING TO THE METAL SUPPORTS CONTACTING THE GROUND.",SHOULD THE METAL SUPPORTS CONTACTING THE GROUND UNDERNEATH THE VEHICLE COULD RESULT IN AN UNDERCARRIAGE FIRE.,"DEALERS WILL INSPECT AND ADD REDESIGNED SUPPORT BREAKS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 14, 2011. OWNERS MAY CONTACT PREVOST AT 418-883-2888" -02/24/2011,11V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V130000),"Jayco, Inc.",LOAD CAPACITY INFORMATION/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,9,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 EAGLE SUPERLITE FIFTH-WHEELS MANUFACTURED FROM NOVEMBER 15, 2010, THROUGH FEBRUARY 9, 2011. DUE TO A TYPOGRAPHICAL ERROR, THE SIZE OF THE TIRE AS INDICATED ON THE FEDERAL ID LABEL IS INCORRECTLY IDENTIFIED. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",A MISPRINTED LABEL COULD LEAD TO SELECTION OF AN IMPROPERLY SIZED REPLACEMENT TIRE.,OWNERS WILL BE PROVIDED WITH CORRECTED LABELS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT JAYCO AT 1-574-825-0608. -02/24/2011,11V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V113000),Toyota Motor Engineering & Manufacturing,PEDAL ENTRAPMENT,VEHICLE SPEED CONTROL,9LG,Vehicle,1363244,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 LEXUS LX570, 2003 THROUGH 2009 TOYOTA 4RUNNER, AND 2006 THROUGH 2010 RAV4 VEHICLES. THE ACCELERATOR PEDAL CAN GET STUCK IN THE WIDE OPEN POSITION DUE TO ITS BEING TRAPPED BY AN UNSECURED OR INCOMPATIBLE DRIVER'S FLOOR MAT.","A STUCK OPEN ACCELERATOR PEDAL MAY RESULT IN VERY HIGH VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP THE VEHICLE, WHICH COULD CAUSE A CRASH, SERIOUS INJURY OR DEATH.",THE REMEDY IS NOW AVAILABLE. THE SAFETY RECALL BEGAN EARLY APRIL 2011. THE REMEDY WILL INVOLVE MODIFICATION OR REPLACEMENT OF THE ACCELERATOR PEDAL AND REPLACEMENT OF ANY TOYOTA ALL-WEATHER FLOOR MAT. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331 OR LEXUS AT 1-800-255-3987. -02/24/2011,11V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V120000),RICHIE'S AUTO RESTYLING,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1027,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY RICHIE'S AUTO RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY RICHIE'S AUTO RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/24/2011,11V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V121000),ASC/SAN DIEGO,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,102,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ASC/SAN DIEGO ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ASC/SAN DIEGO BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/24/2011,11V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V124000),ROGERS STEREO,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,62,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ROGERS STEREO ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ROGERS STEREO BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/24/2011,11V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V125000),THE AUTO BOUTIQUE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,267,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY THE AUTO BOUTIQUE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY THE AUTO BOUTIQUE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/24/2011,11E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E007000),"Meritor, Inc.",TAG AXLE BOLTS,POWER TRAIN,C11AC,Equipment,54,"ARVINMERITOR IS RECALLING CERTAIN MC16 AND MC16 TYPE TAG AXLE ASSEMBLIES THAT WERE SHIPPED TO MOTOR COACH INDUSTRIES BETWEEN OCTOBER 21, 2010, AND DECEMBER 6, 2010, FOR USE ON RECREATIONAL VEHICLES. BOLTS USED TO CONNECT THE AXLE HOUSING TO THE SPINDLE OF THE AXLE MAY NOT HAVE BEEN PROPERLY HEAT TREATED, RESULTING IN POTENTIALLY COMPROMISED HARDNESS AND STRENGTH THAT, IN TURN COULD LEAD TO REDUCED JOINT INTEGRITY.",REDUCED JOINT STRENGTH OF THE SPINDLE OF THE AXLE COULD RESULT IN A VEHICLE CRASH.,"ARVINMERITOR IS WORKING WITH MCI TO IDENTIFY AND NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 3, 2011. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-1725." -02/23/2011,11V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V110000),"Daimler Trucks North America, LLC",ALTERNATOR CABLE ROUTING,ELECTRICAL SYSTEM,FL-590,Vehicle,239,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 FREIGHTLINER CASCADIA AND CONORADO AND WESTERN STAR 4900 HEAVY TRUCKS MANUFACTURED FROM APRIL 22, 2010, THROUGH JANUARY 28, 2011, EQUIPPED WITH AN EPA10 ISX ENGINE. THE ROUTING AND SECURING OF THE ALTERNATOR CABLES MAY ALLOW THE CABLE TO CONTACT OR NEARLY CONTACT AN ENGINE HEAT SHIELD POTENTIALLY DAMAGING THE CABLE INSULATION.","A POSITIVE ALTERNATOR CABLE, WITH DAMAGED INSULATION, THAT MAY CONTACT A GROUNDED COMPONENT CAN CAUSE A SHORT CIRCUIT THAT CAN RESULT IN A FIRE.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE ALTERNATOR CABLES FOR DAMAGE TO THE INSULATION. CABLES WITH DAMAGE TO THE INSULATION WILL BE REPLACED. THE CABLE ROUTING AND SECURING WILL BE MODIFIED TO ENSURE SUFFICIENT CLEARENCE TO THE HEAT SHIELD. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 27, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/23/2011,11V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V107000),Ford Motor Company,INADVERTENT DRIVER AIR BAG DEPLOYMENT,AIR BAGS,11S18,Vehicle,1325000,"FORD IS RECALLING CERTAIN MODEL YEAR 2004-2006 F-150 PICK UP TRUCKS AS WELL AS CERTAIN MODEL YEAR 2006 LINCOLN MARK LT VEHICLES. IF THE CLOCKSPRING JUMPER WIRE COMES IN CONTACT WITH THE DRIVER SIDE FRONTAL AIR BAG LOWER HORN PLATE, THE WIRE INSULATION MAY BECOME CHAFED, CREATING A POTENTIAL FOR A SHORT CIRCUIT. IF THIS OCCURS THE AIR BAG WARNING LAMP MAY ILLUMINATE INDICATING THAT SERVICE IS REQUIRED.",THE DRIVER SIDE FRONTAL AIR BAG COULD INADVERTENTLY DEPLOY INCREASING THE RISK OF INJURY OR LOSS OF VEHICLE CONTROL IF OCCURRING WHILE IN MOTION.,"FORD WILL NOTIFY OWNERS AND INSTRUCT THEM TO TAKE THEIR VEHICLES TO A FORD OR LINCOLN/MERCURY DEALER TO HAVE A NEW CLOCKSPRING JUMPER WIRE INSTALLED THAT INCORPORATES A PROTECTIVE MESH COVER. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THIS SAFETY RECALL BEGAN ON SOME VEHICLES IN MARCH 2011. THE RECALL CAMPAIGN ON THE EXPANDED POPULATION IS EXPECTED TO BEGIN ON OR ABOUT MAY 9, 2011. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/23/2011,11V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V127000),PACCAR Incorporated,KENWORTH/PETERBILT/CENTRIFUGAL SPINNER CAP,"FUEL SYSTEM, OTHER",E026R,Vehicle,4664,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2008-2012 KENWORTH T2000, T660, T700, T800, AND W900, AS WELL AS MODEL YEAR 2009-2012 PETERBILT 365, 367, 384, 386, 387, 388, 389, AND 587 TRUCKS EQUIPPED WITH PACCAR MX ENGINES. THE OIL MODULE CENTRIFUGAL SPINNER FILTER CAP IN THE PACCAR MX ENGINE MAY BECOME LOOSE, POSSIBLY ALLOWING THE CAP TO COME OFF AND ENGINE OIL TO PARTIALLY DISCHARGE FROM THE OIL MODULE ONTO EXHAUST COMPONENTS.","THE DISCHARGE OF ENGINE OIL ONTO EXHAUST COMPONENTS WHICH ARE HOT, SUCH AS WHEN THE ENGINE IS UNDER SIGNIFICANT LOAD, MAY CAUSE A FIRE.",DEALERS WILL RE-TORQUE THE OIL MODULE FILTER CAP AND INSTALL A SECONDARY RETENTION DEVICE ON THE SECONDARY CENTRIFUGAL SPINNER FILTER CAP. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196. -02/23/2011,11V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V109000),"Daimler Trucks North America, LLC",REAR SUSPENSION SPRING FRACTURE,SUSPENSION,FL-589,Vehicle,4977,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ARGOSY, CASCADIA, AND CORNOADO HEAVY TRUCKS MANUFACTURED FROM JANUARY 4, 2010, THROUGH NOVEMBER 30, 2010, EQUIPPED WITH 40K AIRLINER SUSPENSIONS. THE REAR SUSPENSION MAY FRACTURE THROUGH THE CENTER BOLT HOLE AFTER VEHICLE ASSEMBLY.","IF UNDETECTED, OVER TIME THE REAR END OF THE SPRING MAY SEPARATE FROM THE VEHICLE CAUSING A HAZARDOUS ROAD DEBRIS SITUATION, INCREASING THE RISK OF A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE MONO LEAF SPRINGS FREE OF CHARGE. DAIMLER TRUCKS WILL SEND AN INTERIM LETTER TO OWNERS INFORMING THEM OF THE RECALL. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 5, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/23/2011,11V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V108000),"Suzuki Motor USA, LLC",REGULATOR ASSEMBLIES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,73426,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 MOTORCYCLES MANUFACTURED FROM JULY 2007 THROUGH SEPTEMBER 2009, EQUIPPED WITH REGULATOR/RECTIFIER ASSEMBLIES, SUZUKI PART NUMBERS 32800-41F11, 32800-15H10, 32800-05H11, 32800-41G10, 32800-15H00, 32800-18H00, 32800-05G10, 32800-10G10, 32800-05H20, OR 32800-06G01. SOME REGULATOR/RECTIFIER ASSEMBLIES WERE PRODUCED WITH INSUFFICIENT ADHESION BETWEEN THE POWER MODULE (CIRCUIT BOARD) AND THE RECTIFIER CASE THAT CONTAINS A HEAT SINK TO DISSIPATE HEAT. DUE TO INSUFFICIENT ADHESION, HEAT GENERATED ON THE POWER MODULE CIRCUIT BOARD CAN CAUSE THE CIRCUIT BOARD TO DEFORM, AND LIFT OF THE CASE.","THIS CONDITION CAUSES EXCESSIVE HEAT ON THE CIRCUIT BOARD AND UNCONTROLLED ELECTRIC CURRENT OUTPUT, WHICH CAN RESULT IN INSUFFICIENT CHARGING CURRENT BEING PROVIDED TO THE MOTORCYCLE BATTERY. THIS CAN CAUSE DISCHARGE OF THE BATTERY AND CAN LEAD TO ENGINE STALLING AND/OR A NO-START CONDITION. ENGINE STALLING WHILE RIDING CAN INCREASE THE RISK OF A CRASH.","SUZUKI WILL NOTIFY OWNERS AND SUZUKI DISTRIBUTORS WILL REPLACE THE REGULATOR/RECTIFIER WITH AN IMPROVED PART FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2011. OWNERS MAY CONTACT SUZUKI AT 1-714-572-1490." -02/23/2011,11V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V111000),Vogue Tyre & Rubber Co.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,270,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY VOGUE TYRE & RUBBER CO. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY VOGUE TYRE & RIBBER CO. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/23/2011,11V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V114000),"SUNROOF & RESTYLERS CITY, INC",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,284,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SUNROOF & RESTYLERS CITY, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SUNROOF & RESTYLERS CITY, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/23/2011,11V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V116000),DUTTON'S UPHOLSTERY,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY DUTTON'S UPHOLSTERY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY DUTTON'S UPHOLSTERY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/23/2011,11V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V118000),AUTO ACCENTS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,650,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO ACCENTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO ACCENTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632" -02/21/2011,11V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V123000),GOSHEN COACH,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2017,"GOSHEN COACH IS RECALLING CERTAIN MODEL YEAR 2006-2011 BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","GOSHEN COACH WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT CARRIER'S HOTLINE AT 1-800-793-4741." -02/21/2011,11V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V126000),Ford Motor Company,FUEL SYSTEM,"FUEL SYSTEM, GASOLINE",11S17,Vehicle,23688,"FORD IS RECALLING CERTAIN MODEL YEAR 2010 FORD RANGER TRUCKS MANUFACTURED FROM OCTOBER 15, 2009, THROUGH MAY19, 2010. THE ENGINE FUEL LINE IN THE AREA OF THE THROTTLE BODY SHIELD MAY NOT HAVE A PROTECTIVE CONVOLUTE (COVER) PROPERLY INSTALLED. IF THE PROTECTIVE CONVOLUTE ON THE FUEL LINE IS NOT ASSEMBLED IN THE PROPER POSITION, THE EDGE OF THE SHIELD MAY CONTACT THE FUEL LINE. OVER TIME THIS CONTACT MAY CHAFE THE FUEL LINE, RESULTING IN A FUEL ODOR AND A POTENTIAL FUEL LEAK.",A SUFFICIENT FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL TRIM THE THROTTLE BODY SHIELD AWAY FROM THE FUEL LINE AND INSPECT THE FUEL LINE FOR WEAR, AND REPLACE THE LINE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 4, 2011. OWNERS MAY CONTACT THE FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/18/2011,11V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V117000),Utility Trailer Manufacturing Company,WHEEL SEPARATION/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,384,UTILITY TRAILER IS RECALLING CERTAIN MODEL YEAR 2007-2009 VS2RA AND MODEL YEAR 2008 VS2DX REFRIGERATED AND DRY VANS EQUIPPED WITH ARVINMERITOR AXLES. INSUFFICIENT TORQUE MAY HAVE BEEN APPLIED ON THE SPINDLE NUT ON THE ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN THESE VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.,LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-273-4641. -02/17/2011,11V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V101000),Honda (American Honda Motor Co.),LOST MOTION SPRING,ENGINE AND ENGINE COOLING,R66,Vehicle,97201,HONDA IS RECALLING CERTAIN MODEL YEAR 2009-2010 HONDA FIT VEHICLES. THERE IS A POTENTIAL FOR ONE OR MORE OF THE FOUR SPRING ASSEMBLIES ON THE ENGINE'S VARIABLE VALVE TIMING AND LIFT ELECTRONIC CONTROL (VTEC) SYSTEM TO FAIL.,A FAILURE OF THE SPRING ASSEMBLIES MAY CAUSE THE VEHICLE TO STALL DURING OPERATION INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE SPRING ASSEMBLIES IN THE ENGINE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -02/17/2011,11V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V102000),Starcraft Bus,MISSING MIRROR LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1426,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 PRODIGY AND QUEST MFSAB MODEL SCHOOL BUSES MANUFACTURED FROM OCTOBER 20, 2008, THROUGH JANUARY 18, 2011. THE LABEL INSTRUCTING DRIVERS TO NOT USE THE CROSS MIRRORS TO VIEW TRAFFIC WHILE THE BUS IS IN MOTION IS MISSING. ACCORDINGLY, THESE BUSES FAIL TO COMPLY WITH THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REVIEW MIRRORS.""",USING THE MIRRORS TO VIEW TRAFFIC WHILE THE BUS IS IN MOTION DOES NOT ACCURATELY SHOW ANOTHER VEHICLE'S LOCATION AND COULD RESULT IN A VEHICLE CRASH.,"STARCRAFT WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 28, 2011. OWNERS MAY CONTACT STARCRAFT AT 1-800-348-7440." -02/17/2011,11V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V122000),American Hauler,WHEEL/MIS-ALIGNED WELDS/TREDIT,WHEELS,NR (Not Reported),Vehicle,47,"AMERICAN HAULER IS RECALLING CERTAIN MODEL YEAR 2010 TRAILERS EQUIPPED WITH 15"" X 6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","DEALERS WILL INSPECT THE WHEELS ON THE SUSPECT VEHICLES AND REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 10, 2011. OWNERS MAY CONTACT TRANS TEXAS TIRE AT 1-800-289-8667." -02/16/2011,11V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V105000),"Navistar, Inc.",CRACKING OF THE WIPER ARM,VISIBILITY,11503,Vehicle,52,NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 RIPTIDE RECREATIONAL VEHICLES. THE POROUS METAL CASTINGS MAY CAUSE CRACKING OF THE WIPER ARM AT THE MOUNTING TO THE PIVOT SHAFT. MATERIAL CRACKING AT THE PIVOT SHAFT COULD RESULT IN THE WIPER ARM BEING DISABLED WITHOUT WARNING WHICH COULD LEAD TO REDUCED DRIVER VISIBILITY.,"DECREASED DRIVERS VISIBILITY MAY INCREASE THE RISK OF A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE DRIVERS AND PASSENGERS SIDE WIPER ARMS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 11, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/16/2011,11V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V119000),"Navistar, Inc.",PARK PAWL,POWER TRAIN,11502,Vehicle,2101,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009-2011 INTERNATIONAL DURASTAR TRUCKS. THE PARK PAWL IN THE VEHICLE'S TRANSMISSION MAY NOT ENGAGE WHEN THE SHIFT LEVER IN THE VEHICLE CAB IS PLACED IN THE ""PARK"" POSITION.","THIS CONDITION MAY ALLOW THE VEHICLE TO MOVE UNEXPECTEDLY AND WITHOUT WARNING POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSTALL A RETAINING BAR ON THE END OF THE TRANSMISSION'S IDLER SHAFT TO PERMANENTLY PREVENT THE SHAFT FROM MOVING. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 18, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/15/2011,11V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V100000),Starcraft Bus,JOINT STRENGTH/MISSING REQUIRED ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,1385,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 PRODIGY MFSAB AND QUEST MODEL SCHOOL BUSES MANUFACTURED FROM OCTOBER 20, 2008, THROUGH JANUARY 18, 2011. THE BODY PANELS COULD BE MISSING A STRUCTURAL JOINT ADHESIVE. ACCORDINGLY, THESE BUSES FAIL TO COMPLY WITH THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","IN THE EVENT OF A CRASH, SERIOUS INJURY OR DEATH CAN OCCUR AS A RESULT OF THE STRUCTURAL COLLAPSE OF THE SCHOOL BUS BODY PANELS.","STARCRAFT WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 28, 2011. OWNERS MAY CONTACT STARCRAFT AT 1-800-348-7440." -02/15/2011,11V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V092000),POP'S TOP SHOP,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,46,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY POP'S TOP SHOP ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY POP'S TOP SHOP BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/15/2011,11V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V104000),"THINK NORTH AMERICA, INC.",TRANSMISSION PARK MECHANISM ADJUSTMENT,POWER TRAIN,11-104,Vehicle,23,"THINK NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2011 THINK CITY VEHICLES. THE LINKAGE CONNECTING THE GEAR SHIFT SELECTOR LEVER AND THE TRANSMISSION PARK MECHANISM MAY BE IMPROPERLY ADJUSTED, RESULTING IN LACK OF ENGAGEMENT OF THE PARK PAWL OF THE TRANSMISSION. THIS COULD RESULT IN THE VEHICLE FAILING TO HOLD WHEN THE GEAR SHIFT SELECTOR LEVER IS PLACED IN THE PARK POSITION.",THE VEHICLE COULD FAIL TO HOLD IN PARK POSITION AND COULD ROLL FREELY INCREASING THE RISK OF A CRASH OR INJURY TO A PERSON IN THE PATH OF THE MOVING VEHICLE.,DEALERS WILL INSPECT AND MAKE THE NECESSARY ADJUSTMENTS AND REPAIRS TO THE VEHICLES FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT THINK'S AUTHORIZED TOLL FREE SERVICE LINE AT 855-698-4465. -02/14/2011,11V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V097000),Pierce Manufacturing,AIR CLEANER BRACKET/CATERPILLAR,ENGINE AND ENGINE COOLING,74B211,Vehicle,108,PIERCE IS RECALLING CERTAIN MODEL YEAR 2008-2009 ARROW XT VEHICLES BUILT WITH CATERPILLAR C13 2007 ENGINES. THE THREE UPPER AIR CLEANER BRACKET FASTENERS MAY LOOSEN AND FALL OUT. IF THIS OCCURS THE AIR CLEANER AND BRACKET MAY FALL ONTO THE ENGINE AND START A FIRE.,"IF AN UNDER CAB FIRE OCCURS, THE ENGINE OPERATION COULD BE AFFECTED AND A CRASH MAY OCCUR.",PIERCE WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2011. OWNERS MAY CONTACT PIERCE AT 1-888-974-3723. -02/14/2011,11V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V098000),Medtec Ambulance Corporation,AMBULANCE ATTENDANT SEAT/FMVSS 207 & 210,SEATS,11.03,Vehicle,87,"MEDTEC IS RECALLING CERTAIN MODEL YEAR 2010 AMBULANCE TYPE II VANS FOR NOT COMPLYING WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE REAR FACING AMBULANCE ATTENDANT SEAT UTILIZES A STEEL FLOOR REINFORCEMENT PLATE ON THE BOTTOM SIDE OF THE ALUMINUM FLOOR SUBSTRUCTURE AND THE REINFORCEMENT PLATE WAS OMITTED IN SOME AMBULANCE BODIES.","IN THE EVENT OF A CRASH, THE SEAT BELT ASSEMBLY ANCHORAGE MAY DISCONNECT FROM THE FLOOR CAUSING THE ASSEMBLY TO FAIL TO RESTRAIN THE SEAT OCCUPANT INCREASING THE RISK OF INJURY TO THAT OCCUPANT.",DEALERS WILL INSTALL THE MISSING REINFORCEMENT PLATE UNDER THE FLOOR SUBSTRUCTURE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT MEDTEC TOLL-FREE AT 1-866-263-3832. -02/14/2011,11V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V096000),"Winnebago Industries, Inc.",CERTIFICATION LABEL,EQUIPMENT,121,Vehicle,283,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2010-2011 TOUR AND ITASCA ELLIPSE MOTOR HOMES MANUFACTURED FROM AUGUST 7, 2009 THROUGH FEBRUARY 7, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE VEHICLES ARE EQUIPPED WITH LABELS INDICATING THE WRONG TYPE OF LOAD RANGE TIRES.",THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF PART 567 CERTIFICATION.,"OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION LABELS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON FEBRUARY 25, 2011. OWNER MAY CONTACT WINNEBAGO AT 1-641-585-6939." -02/14/2011,11V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V099000),Diamond Coach Corporation,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,CAR-11-1,Vehicle,1320,"DIAMOND COACH IS RECALLING CERTAIN MODEL YEAR 2006-2010 BUSES MANUFACTURED FROM JANUARY 1, 2006 THROUGH DECEMBER 31, 2010, AND EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","DIAMOND COACH WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 24, 2011. OWNERS MAY CONTACT CARRIER HOTLINE AT 1-800-793-4741." -02/11/2011,11V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V091000),Double K Inc.,EVAPORATORS/POSSIBLE OVERHEATING/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,175,"DOUBLE K IS RECALLING CERTAIN BUSES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,DOUBLE K IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING FEBRUARY 2011. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446 AND DOUBLE K AT 1-715-478-5090. -02/11/2011,11V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V095000),"Dutchmen Manufacturing, Inc.",FEDERAL IDENTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,101,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 315BHDS RECREATIONAL VEHICLES MANUFACTURED FROM MARCH 3, 2010 THROUGH JANUARY 24, 2011, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE LABELS LIST THE WRONG TIRE LOAD RANGE. THE SIZE SHOULD BE ST225/75R15D AND WAS LISTED AS ST225/75R15C.","DURING REPLACEMENT OF THE TIRES, A CONSUMER COULD INSTALL THE INCORRECT TIRE POTENTIALLY LEADING TO PROPERTY DAMAGE.","DUTCHMEN WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT DUTCHMEN AT 574-537-0700." -02/11/2011,11V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V090000),REV Recreation Group,INCORRECT WIRING HEADLIGHTS,EXTERIOR LIGHTING,110204FRV,Vehicle,76,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 FIESTA CLASS A MOTOR HOMES. THE HEADLIGHTS MAY HAVE BEEN INCORRECTLY WIRED, RESULTING IN REDUCED HEADLIGHT ILLUMINATION WITH THE HEADLIGHTS ON LOW BEAM.","INADEQUATE ILLUMINATION OF THE LOW BEAM HEADLIGHTS MAY RESULT IN DECREASED DRIVER'S VISION, AS WELL AS THE VEHICLES"" VISIBILITY TO OTHER DRIVERS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE HEADLIGHT WIRING AND IF NECESSARY THE HEADLIGHT WIRES WILL BE MOVED TO THE CORRECT POSITION ON THE HEADLIGHT BULB SOCKET CONNECTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 18, 2011. OWNERS MAY CONTACT FLEETWOOD RELATIONS AT 1-800-509-3418." -02/11/2011,11V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V089000),"General Motors, LLC",REAR SUSPENSION TOE LINK,SUSPENSION,11029,Vehicle,44147,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009-2010 CADILLAC CTS VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH A WAX COATING ON THE REAR SUSPENSION TOE LINK JAM NUTS MAY ALLOW THE NUT(S) TO LOOSEN. IF A NUT SUFFICIENTLY LOOSENS, THE TOE LINK COULD SEPARATE AND THE REAR WHEEL WOULD BE ABLE TO TURN INBOARD OR OUTBOARD. OWNERS MAY HEAR A METALLIC CLANKING NOISE COMING FROM THE REAR OF THE VEHICLE THAT MAY WARN OF A LOOSENING NUT.",THE DRIVER MAY EXPERIENCE SUDDEN CHANGES WITH VEHICLE HANDLING AND MAY NOT BE ABLE TO CONTROL THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL CLEAN ALL WAX RESIDUE FROM THE REAR SUSPENSION TOE LINK AND INSTALL TWO NEW JAM NUTS. IF NECESSARY THE REAR SUSPENSION TOE LINK MAY BE REPLACED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 24, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -02/11/2011,11T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11T001000),"Toyo Tire Holdings of Americas, Inc.",TREAD SEPARATION,TIRES,NR (Not Reported),Tire,4891,"TOYO TIRE IS RECALLING CERTAIN TOYO BRAND TIRES, MODELS VERSADO CUV P245/55 R19 103T, VERSADO CUV P235/55 R20 102T, VERSADO CUV 235/55 R18 100V, VERSADO CUV P255/65 R18 109S, VERSADO LX II 215/60 R16 95V, OPEN COUNTRY ALL TERRAIN LT285/70 R17 121S, AND TOUREVO LS II 245/45 R18 96V; AND NITTO BRAND TERRA GRAPPLER ALL TERRAIN 255/55R18 109S, PRODUCED FROM SEPTEMBER 19, 2010, THROUGH OCTOBER 2, 2010. THE RUBBER CHEMICAL MIXTURE USED IN SOME OF THE RECALLED TIRES DOES NOT MEET TOYO'S SPECIFICATION FOR THESE TIRES.","SECTIONS OF THE TREAD MAY BECOME DETACHED, POTENTIALLY CAUSING LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH.","TOYO WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE, INCLUDING MOUNTING, BALANCING AND TAXES. THE SAFETY RECALL BEGAN ON FEBRAURY 18, 2011. OWNERS MAY CONTACT TOYO TOLL-FREE AT 1-800-442-8696 (6:30 AM TO 5:00PM PACIFIC TIME) OR NITTO AT 1-888-529-8200 (8AM TO 5PM PACIFIC TIME)." -02/10/2011,11V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V094000),Keystone RV Company,AXLE ASSEMBLY,POWER TRAIN,11-162,Vehicle,469,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 COUGAR AND LAREDO TRAVEL TRAILERS. THE AXLES ARE INSTALLED BACKWARDS CAUSING A SLIGHT REDUCTION IN BRAKING TORQUE AND SHORTENED BRAKE LINING SERVICE LIFE.,OVER TIME DIMINISHED BRAKING CAPACITY COULD LEAD TO AN INCREASED RISK OF PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"DEALERS WILL INSPECT THE AXLES TO VERIFY THE BRAKE WIRES ARE ON THE OFF-DOOR SIDE. IF THEY ARE NOT, THE AXLES WILL BE REMOVED AND REVERSED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 18, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -02/10/2011,11C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11C001000),Dorel Juvenile Group,CENTER FRONT HARNESS ADJUSTER FAILURE,CHILD SEAT,NR (Not Reported),Child Seat,794247,"DOREL JUVENILE GROUP (DJG) IS RECALLING CERTAIN INFANT, CONVERTIBLE, AND BOOSTER CHILD RESTRAINT SYSTEMS WHICH WERE SOLD BOTH AS STAND ALONE SEATS OR PART OF A TRAVEL SYSTEM (WITH A STROLLER). THE HARNESS LOCKING AND RELEASE BUTTON DOES NOT ALWAYS RETURN TO ITS LOCKED POSITION. A BUTTON THAT IS NOT IN THE LOCKED POSITION CAN ALLOW THE HARNESS ADJUSTMENT STRAP TO SLIP BACK THROUGH THE ADJUSTER AS A CHILD MOVES AROUND IN THE SEAT AND RESULTS IN A LOOSE HARNESS. CHILD RESTRAINT SYSTEMS INCLUDED IN THIS RECALL ARE CONVERTIBLE CHILD RESTRAINTS ALPHA OMEGA, ALPHA OMEGA ELITE, ENSPIRA, PRIORI, PROSPECT, AND VANTAGE; INFANT CHILD RESTRAINTS MICO AND ONBOARD. AFFECTED UNITS BEGIN WITH MODEL NUMBERS 22077, 22078, 22148, 22149, 22150, 22152, 22154, 22155, 22158, 22159, 22172, 22177, 22178, 22185, 22188, 22195, 22356, 22371, 22372, 22412, 22439, 22452, 22453, 22456, 22458, 22459, 22462, 22465, 22469, 22476, 22486, 22546, 22547, 22553, 22554, 22561, 22564, 22567, 22574, 22580, 22657, 22740, 22741, 22755, 22758, 22759, 22790, 22799, 22880, 22560, 22346, 17439, 22449, 22475, AND IC072, MANUFACTURED FROM MAY 1, 2008, THROUGH APRIL 30, 2009.","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE ADEQUATELY PROTECTED AND IS AT AN INCREASED RISK FOR INJURY.","REGISTERED OWNERS WILL RECEIVE A FREE REMEDY KIT CONSISTING OF A SMALL TUBE OF NON-TOXIC, FOOD-GRADE LUBRICANT TO BE APPLIED TO THE CENTER FRONT ADJUSTER (CFA) TO PREVENT STICKING AND ALLOW IT TO PROPERLY ENGAGE THE CFA STRAP. INSTRUCTION ON HOW TO APPLY THE LUBRICANT WILL BE PROVIDED, ALONG WITH A LABEL TO INDICATE THAT THE REPAIR HAS BEEN COMPLETED. NON-REGISTERED OWNERS SHOULD CONTACT DJG AT 1-866-623-3139 OR BY EMAIL AT HARNESSADJUSTMENT@DJGUSA.COM. CONSUMERS WILL NEED THE ENTIRE MODEL NUMBER ON THE CHILD RESTRAINT WHEN CONTACTING THE MANUFACTURER. OWNER NOTIFICATION BEGAN ON FEBRUARY 22, 2011." -02/10/2011,11V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V086000),Blue Bird Body Company,EMERGENCY EGRESS PUSHOUT WINDOW,STRUCTURE,R11SW,Vehicle,363,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2011 AND 2012 VISION AND ALL AMERICAN MODEL SCHOOL BUSES MANUFACTURED FROM OCTOBER 18, 2010, THROUGH JANUARY 6, 2011. THE SHEET METAL RAIN VISORS OVER THE PUSHOUT SIDE WINDOW ON THE LEFT SIDE OF THE BUS MAY PROHIBIT THE EMERGENCY EXIT WINDOW FROM OPENING SUFFICIENTLY WHICH FAILS TO CONFORM TO THE EMERGENCY EGRESS REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXISTS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, PASSENGERS COULD BE INJURED IF THEY ARE UNABLE TO QUICKLY EXIT THE BUS.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEHAN ON MARCH 15, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -02/10/2011,11V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V088000),Coach and Equipment Mfg. Corp.,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,2500,"COACH AND EQUIPMENT IS RECALLING CERTAIN MODEL YEAR 2006-2010 BUSES EQUIPPED WITH CARRIER GENV EM-1 EVAPORATOR UNITS. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","COACH AND EQUIPMENT WILL NOTIFY OWNERS AND PROVIDE INFORMATION ON HOW TO OBTAIN THE RETROFIT KIT FROM CARRIER ALONG WITH REPAIR INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 16, 2011. OWNERS MAY CONTACT CARRIER HOTLINE AT 1-800-793-4741 OR COACH AND EQUIPMENT AT 315-536-2321, EXTENSION 1212." -02/10/2011,11V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V093000),Great Dane Trailers,SIDE DOOR RAMP BRACKET,STRUCTURE,NR (Not Reported),Vehicle,320,"GREAT DANE IS RECALLING CERTAIN 2009 THROUGH 2012 REFRIGERATED SEMI-TRAILERS BUILT WITH A PARTICULAR DESIGN SIDE DOOR RAMP BRACKET INSTALLATION. IF THE BRACKET CLIP FASTENER FAILS, THE RAMP COULD BECOME DISENGAGED FROM THE TRAILER.",THE RAMP COULD FALL RESULTING IN SERIOUS INJURY.,"DEALERS WILL INSPECT AND MAKE THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2011. OWNERS MAY CONTACT GREAT DANE CUSTOMER SERVICE AT 1-877-369-3493." -02/09/2011,11V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V084000),"TOPS UNLIMITED, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,637,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TOPS UNLIMITED, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TOPS UNLIMITED, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/08/2011,11V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V082000),"Tiffin Motorhomes, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,10683,TIFFIN MOTORHOMES IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"TIFFIN MOTORHOMES IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/08/2011,11V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V073000),"NRC Modifications, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,158,NRC IS RECALLING CERTAIN MODEL YEAR 1999 THROUGH 2010 MOTORHOMES VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"NRC IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/08/2011,11V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V076000),"WEBASTO PRODUCT NORTH AMERICA, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,390,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CAROLINA RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CAROLINA RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/08/2011,11V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V079000),FLORISUN CUSTOM COACH,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,397,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY FLORISUN CUSTOM COACH ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY FLORISUN CUSTOM COACH BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/07/2011,11V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V081000),"Bombardier Recreational Products, Inc.",REVERSE ACTUATOR,POWER TRAIN,NR (Not Reported),Vehicle,378,BRP IS RECALLING CERTAIN MODEL YEAR 2011 SPYDER RT SM5 ROADSTERS. WHILE DOWN SHIFTING IT MAY BE POSSIBLE TO INADVERTENTLY ENGAGE REVERSE WITHOUT DEPRESSING THE REVERSE BUTTON DUE TO A DEFECTIVE REVERSE ACTUATOR CABLE.,"IF THIS HAPPENS WHILE THE VEHICLE IS MOVING FORWARD, THE REAR WHEEL COULD LOCK AND THE ENGINE COULD STALL. IF THIS HAPPENS WHILE VEHICLE IS STOPPED, THE VEHICLE COULD BACK UP. A VEHICLE STALL WITHOUT WARNING OR AN EXPECTED MOVEMENT IN REVERSE MAY INCREASE THE RISK OF A CRASH POSSIBLY RESULTING IN INJURY OR DEATH.","DEALERS WILL VALIDATE PROPER OPERATION OF THE REVERSE ACTUATOR AND IF DEFECTIVE, THE REVERSE ACTUATOR ASSEMBLY WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALLBEGAN ON FEBRUARY 11, 2011. OWNERS MAY CONTACT BRP AT 1-888-638-5397." -02/04/2011,11V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V065000),"Coachmen RV Company, LLC",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,888,COACHMEN IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"COACHMEN IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/04/2011,11V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V069000),DYNAMAX CORPORATION,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,14,DYNAMAX IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 DYNA AIRE 5TH WHEELS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"DYNAMAX IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON JANUARY 14, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/04/2011,11V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V070000),HAMS UPHOLSTERY,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,140,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY HAMS UPHOLSTERY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BYHAMS UPHOLSTERY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/04/2011,11V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V071000),"MARK FARIES TOP & TRIM, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,173,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY MARK FARIES TOP & TRIM, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY MARK FARIES TOP & TRIM, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/04/2011,11V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V072000),"E&G CLASSICS, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1304,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY E&G CLASSICS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY E&G CLASSICS, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/03/2011,11V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V087000),UNITED SPECIALTIES INC.,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,25,UNITED SPECIALTIES IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"UNITED SPECIALTIES IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/03/2011,11V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V060000),ATD OF SIOUXLAND,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,93,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ATD OF SIOUXLAND ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ATD OF SIOUXLAND BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/03/2011,11V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V061000),SOFT N' CUSHY AUTO UPHOLSTERY & ACCESSOR,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,350,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SOFT N' CUSHY AUTO UPHOLSTERY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SOFT N' CUSHY AUTO UPHOLSTERY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/03/2011,11V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V062000),"AUTOHAUS AUTOMOTIVE, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,718,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOHAUS AUTOMOTIVE, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOHAUS AUTOMOTIVE, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -02/03/2011,11V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V078000),Keystone RV Company,WATER LINE/WATER TANK,EQUIPMENT,11-161,Vehicle,47,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 RAPTOR RECREATIONAL VEHICLES. THE FRESH WATER FILL/DRAW LINE MAY BE CONNECTED TO THE BLACK WASTE WATER'S TANK.,"IN THE EVENT THE FRESH WATER LINE IS CONNECTED TO THE BLACK WASTE WATER'S TANK, THE FRESH WATER MAY BECOME CONTAMINATED LEADING TO AN INCREASED RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE WATER LINES TO VERIFY THEY ARE PLUMBED CORRECTLY AND CORRECT IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -02/02/2011,11V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V063000),Ford Motor Company,CENTER RECLINER MECHANISM/FMVSS 207,SEATS,11C15,Vehicle,1658,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 EXPLORER VEHICLES MANUFACTURED FROM JULY 15, 2010, THROUGH DECEMBER 13, 2010, EQUIPPED WITH SECOND ROW 60% SEATS WITH MANUAL RECLINER MECHANISMS THAT MAY HAVE COMPONENTS THAT ARE OUT OF DIMENSIONAL SPECIFICATION. THESE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS.""","IN THE EVENT OF A CRASH, THE SEAT BACK MAY NOT PROVIDE THE REQUIRED STRENGTH, INCREASING THE RISK OF INJURY.","FORD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2011. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -02/02/2011,11V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V085000),KING OF THE ROAD,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,761,KING OF THE ROAD IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"KING OF THE ROAD IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON JANUARY 14, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -02/01/2011,11V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V077000),"Daimler Trucks North America, LLC",COLD TIRE INFLATION PRESSURE INFORMATION/FMVSS 120,STRUCTURE,FL-584,Vehicle,207,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 FREIGHTLINER CORONADO, COLUMBIA, FLD MILITARY, BUSINESS CLASS M2, CASCADIA, CENTURY, AND WESTERN STAR 4900 TRUCKS MANUFACTURED FROM AUGUST 9, 2010, THROUGH OCTOBER 27, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES WERE EQUIPPED WITH LABELS MISSING RECOMMENDED COLD TIRE INFLATION PRESSURES.","FAILURE TO FOLLOW PROPER TIRE INFLATION RECOMMENDATIONS CAN RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","LABELS WITH MISSING INFORMATION WILL BE REPLACED WITH CORRECTED LABELS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 31, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. THIS SAFETY RECALL CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 10V-551)." -02/01/2011,11V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V049000),Ford Motor Company,INTERIOR DOOR HANDLE SPRING FAILURE,STRUCTURE,11S15,Vehicle,280946,"FORD IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 F-150 VEHICLES MANUFACTURED FROM JANUARY 18, 2008, THROUGH NOVEMBER 30, 2009. THE INTERIOR DOOR HANDLE HOUSING EMBOSSMENT RETAINING THE INTERIOR DOOR HANDLE SPRING MAY FRACTURE DURING NORMAL USAGE RESULTING IN INSUFFICIENT SPRING FORCE TO RETURN THE HANDLE TO THE FULLY STOWED POSITION.","IN THE EVENT OF A SIDE IMPACT CRASH, THE DOOR HANDLE SPRING CAN FAIL CAUSING THE DOOR LATCH TO OPEN.","OWNERS WILL BE INITIALLY NOTIFIED AND INSTRUCTED TO TAKE THEIR VEHICLES TO A FORD OR LINCOLN/MERCURY DEALER IF ANY INTERIOR DOOR HANDLE IS LOOSE OR FAILS TO RETURN TO THE STOWED POSITION AFTER ACTIVATION FOR REPLACEMENT OF THE AFFECT MODULE. ONCE PARTS BECOME AVAILABLE, OWNERS WILL BE RENOTIFIED AND INSTRUCTED TO TAKE THEIR VEHICLES TO A FORD OR LINCOLN/MERCURY DEALER FOR INSPECTION OF EACH INTERIOR DOOR HANDLE. DEPENDING ON THE RESULTS OF THE INSPECTION, THE DEALER WILL EITHER ADD A SPRING EMBOSSMENT REINFORCEMENT OR REPLACE THE INTERIOR DOOR HANDLE MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2011. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -01/31/2011,11V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V039000),FAIRPLAY ELECTRIC CARS,12V ACCESSORY HARNESS/POSSIBLE FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1621,"FAIRPLAY IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 EVE LSV ELECTRIC LOW SPEED VEHICLES MANUFACTURED FROM JULY 31, 2009, THROUGH DECEMBER 27, 2010. A FUSE SPECIFIED TO BE IN THE 12V ACCESSORY CIRCUIT WAS NOT BUILT INTO THE WIRING HARNESS. THE FUSE VALUE ON THE INPUT TO THE VOLTAGE REDUCER WAS TOO LARGE TO PREVENT POSSIBLE DAMAGE. THERE WAS NO FUSE INSERTED IN THE 12 VOLT CIRCUIT.","WITHOUT THIS FUSE FOR PROTECTION, A SHORT IN ANY PORTION OF THE 12V WIRING CAN MELT WIRE INSULATION AND POSE THE RISK OF A FIRE.","FAIRPLAY WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 22, 2011. OWNERS MAY CONTACT FAIRPLAY AT 1-866-557-0342." -01/31/2011,11E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E005000),Harley-Davidson Motor Company,ENGINE STALL CONDITION,EQUIPMENT,NR (Not Reported),Equipment,805,HARLEY-DAVIDSON IS RECALLING CERTAIN ACCESSORY SECURITY SYSTEM KITS SOLD AS PART NUMBER 41000021 FOR INSTALLATION ON MODEL YEAR 2011 SOFTAIL MOTORCYCLES. THESE ACCESSORY KITS CONTAIN BODY CONTROL MODULE (BCM) PART NUMBER 69993-11. THE BCM HAS A CASE THAT MAY NOT HAVE BEEN PROPERLY SEALED DURING PRODUCTION. AN IMPROPER SEAL MAY ALLOW WATER INTRUSION INTO THE BCM WHICH MAY CAUSE ENGINE STALL.,"AN ENGINE STALL WHILE IN TRAFFIC CAN RESULT IN A CRASH, WHICH COULD LEAD TO INJURY OR DEATH TO THE RIDER.","HARLEY-DAVIDSON WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE BCM FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT FEBRUARY 21, 2011. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -01/31/2011,11V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V037000),Harley-Davidson Motor Company,ENGINE STALL CONDITION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6964,"HARLEY-DAVIDSON IS RECALLING CERTAIN MODEL YEAR 2011 SOFTAIL MOTORCYCLES MANUFACTURED FROM JUNE 7, 2010 THROUGH OCTOBER 8, 2010. THE BODY CONTROL MODULES (BCM) INSTALLED ON THESE MOTORCYCLES (PART NUMBERS 69991-11 AND 69993-11) HAVE A CASE THAT MAY NOT HAVE BEEN PROPERLY SEALED DURING PRODUCTION. AN IMPROPER SEAL MAY ALLOW WATER INTRUSION INTO THE BCM WHICH MAY CAUSE ENGINE STALL.","AN ENGINE STALL WHILE IN TRAFFIC CAN RESULT IN A CRASH, WHICH COULD LEAD TO INJURY OR DEATH TO THE RIDER.","HARLEY-DAVIDSON WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE BCM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -01/31/2011,11V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V066000),"Coachmen RV Company, LLC",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,740,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2007-2008 CHAPARRAL, MODEL YEAR 2004-2006 SOMERSET, MODEL YEAR 2007-2008 WYOMING, MODEL YEAR 2004-2005 SANTARA, AND MODEL YEAR 2004-2006 SPORTSCOACH ELITE MOTOR HOMES AND FIFTH WHEEL TRAILERS MANUFACTURED FROM OCTOBER 2003, THROUGH SEPTEMBER 2007. THESE VEHICLES ARE EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"COACHMEN IS WORKING WITH DIMPLEX TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 OR COACHMEN MOTOR WORKS CUSTOMER SERVICE AT 1-866-953-5555." -01/31/2011,11V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V034000),CC TOPS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,548,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [INSTALLER NAME] ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY [INSTALLER NAME] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V035000),KOI WILCOX,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,31,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY KOI WILCOX ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY KOI WILCOX BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V036000),"WEBSTER'S ULTIMATE PERFORMANCE, LLC",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,5,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY WEBSTER'S ULTIMATE PERFORMANCE, LLC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY WEBSTER'S ULTIMATE PERFORMANCE, LLC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V038000),"AUTOXTRAS, LLC",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,210,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOXTRAS, LLC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOXTRAS, LLC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V040000),DON RITACCO & CO. LTD,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1042,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [DON RITACCO & CO., LTD ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY DON RITACCO & CO., LTD BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V041000),M & M AUTOMOTIVE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,8,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY M & M AUTOMOTIVE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY M & M AUTOMOTIVE] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V042000),ACCESSORIES UNLIMITED,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,524,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [ACCESSORIES UNLIMITED ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ACCESSORIES UNLIMITED BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V043000),"AUTO OPTIONS, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,224,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [AUTO OPTIONS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO OPTIONS, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V044000),DEALER WORKS INC.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,947,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY DEALER WORKS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BYDEALER WORKS, INC.] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V045000),TEXAS AUTO TOPS OF AUSTIN,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,424,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TEXAS AUTO TOPS OF AUSTIN ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TEXAS AUTO TOPS OF AUSTIN BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V046000),"CHUCKS TOPS & TRIM, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,262,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CHUCK'S TOPS & TRIM, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CHUCK'S TOPS & TRIM, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V047000),"AUTO INTERIOR DECORATORS, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,31,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO INTERIOR DECORATORS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO INTERIOR DECORATORS, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/31/2011,11V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V059000),BENEFIT AUTO SERV. CORP.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2900,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY BENEFIT AUTO SERV. CORP. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BYBENEFIT AUTO SERV. CORP. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/28/2011,11V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V074000),REV Recreation Group,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,88,FLEETWOOD RV IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH DESIGNED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED MAY NOT ACTIVATE IN SUFFICIENT TIME TO PREVENT A FIRE.,"FLEETWOOD RV IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON JUNE 6, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/28/2011,11V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V033000),"UNI-SUN, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,3,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY UNI-SUN, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY UNI-SUN, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/28/2011,11V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V067000),Newmar Corporation,V-BUS FET-8 CONTROL BOARDS/KIB ELECTRONICS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,106,"NEWMAR IS RECALLING CERTAIN MODEL YEAR 2011 ESSEX DP, KING AIRE DB, AND MOUNTAIN AIRE DP RECREATIONAL VEHICLES MANUFACTURER FROM OCTOBER 14, 2009, THROUGH NOVEMBER 30, 2010. THESE VEHICLES ARE EQUIPPED WITH V-BUS FET-8 CONTROL BOARDS MANUFACTURED BY KIB ELECTRONICS AND THERE IS A POTENTIAL DEFECT THAT MAY RESULT IN AN UNRECOGNIZED EXCESSIVE CURRENT SITUATION.",THIS FAILURE MAY CREATE A SHOCK OR FIRE HAZARD.,"DEALERS WILL REPROGRAM THE KIB V-BUS LIGHTING AND CONTROL NETWORK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791." -01/27/2011,11V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V068000),"Winnebago Industries, Inc.",FUEL FILL CAP ASSEMBLIES/WORKHORSE/NAVISTAR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,241,WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2008 DESTINATION AND LATITUDE MOTOR HOMES BUILT ON WORKHOUSE CUSTOM CHASSIS. THE FUEL FILL CAP ASSEMBLIES USED TO SEAL THE UNUSED FUEL TANK INLET WHERE PRODUCED WITH AN INCORRECT HOSE MATERIAL.,"A FUEL LEAK INCREASES THE RISK OF A FIRE WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.",NAVISTAR/WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE NAVISTAR/WORKHORSE'S DEFECT REPORT 10V-348. NAVISTAR/WORKHORSE WILL REPLACE THE ORIGINAL FUEL-FILL CAP ASSEMBLIES WITH ONES ASSEMBLED WITH HOSE MATERIAL THAT MEETS DESIGN SPECIFICATIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890. -01/27/2011,11E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E004000),"MACHINE TOOL & GEAR, INC.",REAR AXLE CROSS PIN FRACTURE,POWER TRAIN,NR (Not Reported),Equipment,154,"MT&G IS WORKING WITH GENERAL MOTORS TO RECALL CERTAIN REAR AXLE CROSS PINS, PART NUMBERS 25824249 AND ED69145, SOLD FOR USE AS SERVICE PARTS IN CERTAIN GENERAL MOTORS VEHICLES. THE REAR AXLE CROSS PINS WERE NOT PROPERLY HEAT TREATED AND COULD FRACTURE AND BECOME DISPLACED WITHIN THE REAR AXLE. SHOULD THE PIN SHIFT OUT OF POSITION, IT COULD CREATE AN INTERFERENCE CONDITION AND CAUSE THE REAR AXLE TO LOCK.",THE DRIVER MAY NOT BE ABLE TO MAINTAIN DIRECTIONAL CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT WARNING.,"GENERAL MOTORS' DEALERS WILL INSTALL A NEW REAR AXLE CROSS PIN FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -01/27/2011,11V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V055000),"Suzuki Motor USA, LLC",TENSION ADJUSTER PULLEY,ELECTRICAL SYSTEM,SM,Vehicle,32291,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2009-2010 SUZUKI GRAND VITARA MULTIPURPOSE PASSENGER VEHICLES EQUIPPED WITH 4-CYLINDER ENGINES; MODEL YEAR 2011 SUZUKI GRAND VITARA MULTIPURPOSE PASSENGER VEHICLES PRODUCED PRIOR TO OCTOBER 17, 2010; MODEL YEAR 2010 SUZUKI SX4 PASSENGER VEHICLES; AND 2011 SUZUKI SX4 PASSENGER VEHICLES PRODUCED PRIOR TO OCTOBER 14, 2010. THE TENSION ADJUSTER PULLEY FOR THE DRIVE BELT THAT OPERATES THE ALTERNATOR, WATER PUMP, AIR CONDITIONER COMPRESSOR AND POWER STEERING PUMP, HAS AN IMPROPERLY MANUFACTURED INTERNAL SPRING THAT CAN BREAK DUE TO REPEATED STRESS. IF THE SPRING BREAKS, THE DRIVE BELT WILL NOT BE ADJUSTED PROPERLY AND CAN SLIP, CAUSING A SQUEAKING NOISE. OR THE DRIVE BELT COULD COME OFF CAUSING THE DRIVER TO INCREASE TO STEER THE VEHICLE. THIS CAN ALSO CAUSE THE COOLANT TEMPERATURE INDICATION TO RISE, WHICH CAN LEAD TO THE ENGINE OVERHEATING, OR CAN CAUSE THE CHARGING LIGHT TO COME ON, WHICH CAN LEAD TO BATTERY DISCHARGE AND ENGINE STALL.","IF THE DRIVE BELT COMES OFF, REQUIRING THE DRIVER TO USE INCREASED STEERING EFFORT, OR THE ENGINE STALLS, A VEHICLE CRASH COULD OCCUR","DEALERS WILL REPLACE THE TENSION ADJUSTER PULLEY WITH AN IMPROVED PART. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 16, 2011. OWNERS MAY CONTACT SUZUKI AT 1-887-697-8985 OR VISIT SUZUKI'S WEBSITE AT HTTP://WWW.SUZUKIAUTO.COM." -01/26/2011,11V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V030000),Ford Motor Company,CORROSION FRACTURES OF FRONT LOWER CONTROL ARM,STRUCTURE,11S16,Vehicle,425288,"FORD IS RECALLING CERTAIN MODEL YEAR 1999-2003 WINDSTAR VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, THE DISTRICT OF COLUMBIA, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, UTAH, VERMONT, WEST VIRGINIA, AND WISCONSIN. A SEPARATION OF A FRONT LOWER CONTROL ARM REAR ATTACHING BRACKET MAY RESULT IN A LOWER CONTROL ARM SEPARATION. A SEPARATION OF BOTH FRONT SUBFRAME REAR BODY MOUNTS MAY RESULT IN SEPARATION OF THE STEERING INTERMEDIATE SHAFT.",THIS COULD RESULT IN REDUCED STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT BOTH FRONT LOWER CONTROL ARM REAR ATTACHING BRACKETS, AND BOTH BODY MOUNT ATTACHMENTS AT THE REAR OF THE FRONT SUBFRAME, AND MAKE THE NECESSARY REPAIRS FREE OF CHARGE. IF REPAIRS CANNOT BE MADE TO A VEHICLE, FORD WILL OFFER TO REPURCHASE THE VEHICLE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 21, 2011. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -01/26/2011,11V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V029000),Toyota Motor Engineering & Manufacturing,FUEL PRESSURE SENSOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,244779,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2006-2009 LEXUS IS AND MODEL YEAR 2006-2007 LEXUS GS VEHICLES. DUE TO INSUFFICIENT TIGHTENING OF THE FUEL PRESSURE SENSOR CONNECTED TO AN ENGINE FUEL DELIVERY PIPE WITH NICKEL PHOSPHORUS PLATING, THERE IS A POSSIBILITY THAT, OVER TIME, THE PRESSURE SENSOR COULD LOOSEN. IF LOOSENING OCCURS, FUEL COULD LEAK PAST A GASKET USED IN THE CONNECTION BETWEEN THE SENSOR AND THE PIPE AND THROUGH THE THREADED PORTION OF THE SENSOR.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT FOR FUEL LEAKAGE FROM THE THREADED PORTION OF THE FUEL PRESSURE SENSOR AND IF A FUEL LEAK IS NOT CONFIRMED, DEALERS WILL FURTHER TIGHTEN THE FUEL PRESSURE SENSOR WITH THE PROPER TORQUE. IF A FUEL LEAK IS CONFIRMED, THE GASKET BETWEEN THE SENSOR AND THE FUEL DELIVER PIPE WILL BE REPLACED WITH A NEW ONE, AND THE SENSOR WILL BE TIGHTENED WITH THE PROPER TORQUE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -01/26/2011,11V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V064000),Keystone RV Company,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,10-148,Vehicle,318,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 AVALANCHE, LAREDO, AND SPRINGDALE RECREATIONAL VEHICLES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,DEALERS WILL ISOLATE AND PERFORM A DROP PRESSURE TEST ON THE OVEN SUPPLY TUBE AND IF THE TUBE LEAKS IT WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL HAS STARTED. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369. THIS SAFETY RECALL CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 10V-478). -01/26/2011,11V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V080000),Marathon Homes Corporation,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,"MARATHON HOMES CORP. (MARATHON) IS RECALLING ONE MOTORHOME, MODEL YEAR 2003 CUSTOM 2 - ROOM, EQUIPPED WITH A 1200-SERIES NORCOLD REFRIGERATOR. THE REFRIGERATOR BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.",THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"MARTHON IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY THE AFFECTED OWNER. THE OWNER WILL BE INSTRUCTED TO CONTACT A NORCOLD DEALER TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/26/2011,11V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V083000),"Trail Boss Conversions, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2,"TRAIL BOSS IS RECALLING TWO HORSE TRAILERS, MODEL YEAR 2006 SOONER AND 2007 BLOOMER MODELS, EQUIPPED WITH A 1200-SERIES NORCOLD REFRIGERATOR. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.",THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,TRAIL BOSS IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101. -01/25/2011,11E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E003000),Carrier Corporation,EVAPORATOR ASSEMBLIES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,44915,"CARRIER IS RECALLING CERTAIN CARRIER GENV EM-1 EVAPORATOR UNITS (EM-1) MANUFACTURED FROM JANUARY 1, 2006 THROUGH DECEMBER 2010, CONTAINING A DELPHI PACK-CON III FUSE HOLDER IN AN ALLIED MOTION MOTOR ASSEMBLY; EM-1 UNIT PART NUMBERS 77-62112-XX AND 77-62512-XX, STARTING WITH SERIAL NUMBER KNT90890232 TO SERIAL NUMBER NNE91230058, SOLD AS AFTERMARKET EQUIPMENT AND INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SCHOOL AND SHUTTLE BUSES. DUE TO TIME, TEMPERATURE, AND/OR VIBRATION, THE FUSE MAY LOOSEN IN THE FUSE HOLDER RESULTING IN HIGH RESISTANCE AND ARCING.","IF SUFFICIENT ARCING OCCURS, THE FUSE HOLDER MAY MELT, AND MAY BE ACCOMPANIED BY FLAME, SMOKE AND POTENTIAL FIRE.","CARRIER WILL NOTIFY BUS MANUFACTURERS, CARRIER AUTHORIZED DEALERS AS WELL AS, TO THE EXTENT KNOWN BY CARRIER, OWNERS OF RECORD WHICH PURCHASED THE AFFECTED UNITS. CARRIER IS WORKING WITH THE BUS MANUFACTURERS AND CARRIER AUTHORIZED DEALERS TO IDENTIFY AND NOTIFY OWNERS OF THE BUSES WHICH MAY HAVE HAD THE AFFECTED EM-1 UNIT SOLD AS ORIGINAL EQUIPMENT OR AS AN AFTERMARKET INSTALLATION. CARRIER WILL PROVIDE A RETROFIT KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 31, 2011. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR CARRIER AT 1-800-793-4741." -01/25/2011,11V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V057000),"COACHMEN INDUSTRIES, INC.",FUEL FILL CAP ASSEMBLIES/WORKHORSE/NAVISTAR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27,COACHMEN IS RECALLING CERTAIN MODEL YEAR 2009 GEORGIE BOY CRUISE MASTER CLASS A MOTORHOMES. THE FUEL-FILL CAP ASSEMBLIES USED TO SEAL THE UNUSED SIDE OF THE DUAL-FILL GASOLINE FUEL TANK WERE PRODUCED WITH A HOSE MATERIAL THAT DID NOT MEET DESIGN SPECIFICATIONS. DURING NORMAL USAGE THE HOSE MATERIAL MAY DETERIORATE WHICH MAY RESULT IN FUEL LEAKS.,"A FUEL LEAK INCREASES THE RISK OF A FIRE WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.",WORKHORSE/NAVISTAR IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE WORKHORSE/NAVISTAR SAFETY DEFECT REPORT 10V-348. WORKHORSE/NAVISTAR WILL REPLACE THE ORIGINAL FUEL-FILL CAP ASSEMBLIES WITH ONES ASSEMBLED WITH HOSE MATERIAL THAT MEETS DESIGN SPECIFICATIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE/NAVISTAR AT 1-260-461-1890. -01/25/2011,11V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V058000),Thor Motor Coach,FUEL FILL CAP ASSEMBLIES/WORKHORSE/NAVISTAR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,371,"THOR MOTOR COACH IS RECALLING CERTAIN MODEL YEAR 2007-2010 DAMON CHALLENGER, MODEL YEAR 2008-2009 CHALLENGER PLATINUM, MODEL YEAR 2007-2011 DAYBREAK, MODEL YEAR 2010 DAYBREAK CLASSIC, MODEL YEAR 2009-2010 DAYBREAK SPORT, MODEL YEAR 2007-2009, OUTLAW AND MODEL YEAR 2011 FOUR WINDS HURRICANE, RECREATIONAL VEHICLES MANUFACTURED FROM MARCH 2007, THROUGH AUGUST 2008. THE FUEL-FILL CAP ASSEMBLIES USED TO SEAL THE UNUSED SIDE OF THE DUAL-FILL GASOLINE FUEL TANK WERE PRODUCED WITH A HOSE MATERIAL THAT DID NOT MEET DESIGN SPECIFICATIONS. DURING NORMAL USAGE THE HOSE MATERIAL MAY DETERIORATE WHICH MAY RESULT IN FUEL LEAKS.","A FUEL LEAK INCREASES THE RISK OF A FIRE WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.",NAVISTAR/WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE NAVISTAR/WORKHORSE'S DEFECT REPORT 10V-348. NAVISTAR/WORKHORSE WILL REPLACE THE ORIGINAL FUEL-FILL CAP ASSEMBLIES WITH ONES ASSEMBLED WITH HOSE MATERIAL THAT MEETS DESIGN SPECIFICATIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890. -01/25/2011,11V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V024000),"AE SUNROOFS, LLC",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,370,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AE SUNROOFS, LLC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AE SUNROOFS, LLC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/25/2011,11V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V028000),TOP COVERAGE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,2257,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TOP COVERAGE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TOP COVERAGE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/25/2011,11V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V032000),"Strick Trailers, LLC",WHEEL SEPARATION,POWER TRAIN,NR (Not Reported),Vehicle,94,STRICK IS RECALL CERTAIN MODEL YEAR 2006-2009 DRY FREIGHT VANS EQUIPPED WITH ARVINMERITOR AXLES. THESE VEHICLES HAVE A DEFECT INVOLVING SPINDLE NUTS AND STAKE WASHERS WHICH HAS BEEN IDENTIFIED AS LOW TORQUE ON THE SPINDLE NUT ON ARVINMERITOR TL SERIES TRAILER AXLES INSTALLED IN VAN TRAILERS WHERE THE STAKE WASHER FOR THE NUT IS STAKED IN A SINGLE LOCATION AS OPPOSED TO MULTIPLE LOCATIONS.,LOW AND/OR NO TORQUE ON THE NUT CAN RESULT IN EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION WHICH COULD RESULT IN A CRASH.,"ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. PLEASE SEE ARVINMERITOR DEFECT REPORT 10E-058. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2011. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-273-4641 OR STRICK AT 1-260-692-1334." -01/24/2011,11V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V050000),Volvo Trucks North America,ENGINE HARNESS GROUND FEEDBACK,ELECTRICAL SYSTEM,RVXX1101,Vehicle,1847,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 VNL TRUCKS MANUFACTURED FROM MARCH 23, 2010, THROUGH DECEMBER 22, 2010. THERE IS A POTENTIAL FOR THE VEHICLE TO START WITHOUT WARNING BECAUSE OF AN UNINTENDED PATH TO GROUND THAT EXISTS. THIS CAN OCCUR WHEN EITHER THE NEGATIVE BATTERY CABLE IS DISCONNECTED AT THE BATTERY/FUSIBLE LINK OR IF THE FUSIBLE LINK OPENS AS A RESULT OF A SHORT CIRCUIT.",THIS PRESENTS A RISK OF INJURY WITH NONOPERATIONAL CONDITIONS SUCH AS WHEN THE VEHICLE IS BEING SERVICED.,"DEALERS WILL REPLACE A WIRING HARNESS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 13, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/24/2011,11V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V020000),Ducati North America,FUEL TANK LEAK,"FUEL SYSTEM, GASOLINE",RCL-10-055,Vehicle,3911,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2006 MULTISTRADA 620, MODEL YEAR 2003-2006, MULTISTRADA 1000, AND MODEL YEAR 2007-2009, MULTISTRADA 1100 MOTORCYCLES. FUEL LEAKAGE CAN OCCUR AT THE FUEL TANK PUMP FLANGE SEAL.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL PUMP O-RING WITH AN UPDATED PART FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT DUCATI AT 800-231-6696. -01/24/2011,11V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V022000),"KZRV, L.P.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1798,KZRV IS RECALLING CERTAIN TOWABLE TRAVEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"KZRV IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 3, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/24/2011,11V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V051000),"Navistar, Inc.",SUSPENSION EQUALIZER,SUSPENSION,11501,Vehicle,11,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 ONYX TRAVEL TRAILERS MANUFACTURED FROM JUNE 18, 2010, THROUGH SEPTEMBER 29, 2010. UNDER EXTREME ROUGH ROAD CONDITIONS, THE SUSPENSION EQUALIZER LINKAGES MAY CONTACT, AND POSSIBLY DAMAGE, BRAKE WIRING AND/OR LIQUID PROPANE LINE THAT ARE ROUTED ABOVE THE SUSPENSION.","DAMAGE TO BRAKE WIRING MAY RESULT IN A LOSS OF BRAKING ABILITY OF THE TRAILER WHICH MAY LEAD TO A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","THE BRAKE WIRING AND THE LIQUID PROPANE LINE WILL BE ROUTED AWAY FROM THE SUSPENSION COMPONENTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 11, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -01/21/2011,11V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V053000),"Coachmen RV Company, LLC",CONVENTIONAL MICROWAVE OVEN/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,365,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2010-2011 BROOKSTONE TRAILERS EQUIPPED WITH DOMETIC CONVENTIONAL MICROWAVE OVEN. THE CONVENTIONAL MICROWAVE OVEN MAY NOT HAVE BEEN INSTALLED ACCORDING TO THE MANUFACTURERS INSTALLATION INSTRUCTIONS. THE BLOWER UNIT SHOULD HAVE BEEN ROTATED TO 180 DEGREES TO DIRECT THE EXHAUST OUT OF THE FRONT OF THE CONVENTIONAL OVEN, PRIOR TO INSTALLING THE APPLIANCE.",THIS COULD PRESENT A RISK OF A FIRE.,"DEALERS WILL INSPECT THE CONVENTIONAL MICROWAVE OVEN AND IF THE DEFECT IS PRESENT, THE BLOWER TUBE WILL BE ROTATED TO COMPLY WITH THE MANUFACTURERS INSTRUCTIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT COACHMEN AT 574-825-8360." -01/21/2011,11V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V026000),"THINK NORTH AMERICA, INC.",HEATER-DEFROSTER SYSTEM,VISIBILITY,11-102,Vehicle,23,"THINK NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2011 THINK CITY VEHICLES. POOR PERFORMANCE IN THE VEHICLES"" FLUID HEATER ASSEMBLIES COULD CAUSE THE HEATER-DEFROSTER SYSTEM OF THE VEHICLE TO FAIL TO PERFORM PROPERLY RESULTING IN LOSS OF ITS ABILITY TO CLEAR THE WINDSHIELD IN COLD OR HUMID CONDITIONS.","THIS COULD IMPAIR THE DRIVER'S ABILITY TO VIEW THE ROAD AHEAD, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NEEDED, REPLACE THE DEFROSTER SYSTEM FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT THINK'S AUTHORIZED TOLL FREE SERVICE LINE AT 1-855-698-4465." -01/21/2011,11V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V031000),"Volkswagen Group of America, Inc.",OCCUPANT CRASH PROTECTION/FMVSS 208,SEATS,NR (Not Reported),Vehicle,27,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2010 NEW BEETLE AND NEW BEETLE CONVERTIBLE MANUFACTURED FROM SEPTEMBER 1, 2010, THROUGH SEPTEMBER 22, 2010, FOR FAILING TO COMPLY WITH THE BARRIER TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLES SAFETY STANDARDS NO. 208, ""OCCUPANT CRASH PROTECTION,"" THAT WENT INTO EFFECT ON SEPTEMBER 1, 2010.","THE VEHICLES DO NOT MEET WITH REQUIREMENTS THAT WENT INTO EFFECT ON SEPTEMBER 1, 2010, AND THEREFORE MAY NOT OFFER THE PROTECTION ATTENDANT TO THOSE REQUIREMENTS.","DEALERS WILL OFFER TO REPLACE THEIR VEHICLE WITH A COMPARABLE VEHICLE THAT WAS PRODUCED PRIOR TO SEPTEMBER 1, 2010, COMPLIANT WITH FMVSS 208 REQUIREMENTS. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -01/21/2011,11V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V052000),"Space Craft Mfg., Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2,SPACE CRAFT IS RECALLING CERTAIN MODEL YEAR 2006 530 AND V420 SPACE CRAFT RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"SPACE CRAFT IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MAY 16, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/21/2011,11V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V075000),T&E ENTERPRISES,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,T&E IS RECALLING ONE RECREATIONAL VEHICLE EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,T&E IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101. -01/20/2011,11V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V019000),Entegra Coach,HEADLIGHT POSITION/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,82,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ASPIRE CLASS A MOTORHOMES MANUFACTURED FROM APRIL 22, 2009, THROUGH DECEMBER 23, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE POSITION OF THE HIGH BEAM AND LOW-BEAM HEADLAMPS ARE TRANSPOSED FROM THEIR PROPER POSITION.",IMPROPER HEIGHT ON THE HEADLIGHTS MAY NOT FULLY ILLUMINATE THE ROAD SURFACE OR MAY INHIBIT THE ABILITY OF MOTORISTS TO SEE VEHICLES WHICH CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL DISCONNECT AND MOVE THE HEADLAMPS SO THAT THEY ARE IN THEIR PROPER POSITION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 21, 2011. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787." -01/20/2011,11V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V048000),"TEREX UTILITIES, INC.",LANYARD ANCHOR,EQUIPMENT,CB593,Vehicle,254,"TEREX IS RECALLING CERTAIN MODEL YEAR 2008-2010 AERIAL DEVICE AND DIGGER DERRICK UTILITY VEHICLES MANUFACTURED FROM JUNE, 2008 THROUGH NOVEMBER, 2010. THE LANYARD ANCHORS WERE NOT HEAT TREATED PROPERLY AND MAY FRACTURE.",FAILURE OF THE LANYARD ANCHOR COULD OCCUR INCREASING THE RISK OF PERSONAL INJURIES OR DEATH.,"DEALERS WILL REPLACE THE LANYARD ANCHORS WITH A NEW PART FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 11, 2011. OWNERS MAY CONTACT TEREX AT 1-605-884-3892." -01/20/2011,11V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V054000),"Morgan Truck Bodies, LLC",MOUNTING BRACKETS,STRUCTURE,NR (Not Reported),Vehicle,729,"MORGAN IS RECALLING CERTAIN MODEL YEAR 2010 PENSKE VEHICLES. THE ""Z"" MOUNTING BRACKETS, WHICH SUPPORT THE VAN BODY ABOVE THE CHASSIS, ARE SUBJECT TO BENDING AND, IN EXTREME CASES, INDIVIDUALLY ARE SUBJECT TO BREAKING. IF MULTIPLE ""Z"" MOUNTING BRACKETS BREAK, THE PARCEL VAN BODY MAY LOWER ONTO THE CHASSIS FRAME RAIL. THE PARCEL VAN BODY TOUCHING THE FRAME RAIL MAY CAUSE INTERFERENCE BETWEEN THE WALK RAMP AND THE FUEL LINE, AND MAY PULL AWAY FROM THE CHASSIS CAB.",SEVERE OVERLOADING COULD CAUSE THE BRACKETS TO BREAK INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE ALL OF THE ""Z"" MOUNTING BRACKETS FREE OF CHARGE. THE SAFETY RECALL BEGAN IN IN MAY 2010. OWNERS MAY CONTACT MORGAN AT 1-610-286-2223." -01/20/2011,11V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V056000),TRAVEL UNITS INC.,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,9,TRAVEL UNITS IS RECALLING CERTAIN CUSTOM DESIGNED RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"TRAVEL UNITS IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON FEBRUARY 5, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/20/2011,11V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V021000),GALVIN GLASS,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1000,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY GALVIN GLASS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY GALVIN GLASS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/19/2011,11V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V014000),"Pitts Enterprises, Inc.",AIR BRAKE SYSTEM,"SERVICE BRAKES, AIR",5JY,Vehicle,3650,"PITTS ENTERPRISES IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2008 FLATBED TRACTOR TRAILERS, MODELS LT, LP, LB-35, HD-35, TA, AND PT, MANUFACTURED FROM AUGUST 2004 THROUGH OCTOBER 2008, EQUIPPED WITH THE MSQR 5000 DIFFERENTIAL PRESSURE REGULATOR/QUICK RELEASE VALVE DEVICE MANUFACTURED BY AIR BRAKE SYSTEMS. THE MSQR 5000 DOES NOT CONTAIN THE REQUISITE WARNING LIGHT WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","THE PURPOSE OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) FOR AIR BRAKE SYSTEMS, NO. 121, IS TO INSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS. THE MSQR 5000, WHICH WAS INSTALLED IN THE TRAILERS SUBJECT TO THE RECALL TO SATISFY FMVSS NO. 121'S ABS REQUIREMENTS, DOES NOT MEET THE DEFINITION OF AN ABS AS REQUIRED BY FMVSS NO. 121. ALSO, THE TRAILERS DO NOT HAVE A LIGHT TO WARN THE OPERATOR OF AN ABS MALFUNCTION AS REQUIRED BY FMVSS NO. 121. PITTS HAS RECEIVED NO COMPLAINTS OR REPORTS OF ANY ONROAD FAILURES ASSOCIATED WITH THIS NONCOMPLIANCE.","PITTS ENTERPRISES WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE MSQR 5000 SYSTEM WITH A COMPLIANT SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 5, 2011. OWNERS MAY CONTACT THE SALES DEPARTMENT OF PITTS ENTERPRISES AT 1-334-855-4754." -01/19/2011,11V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V015000),"Saab Cars North America, Inc.",DEFECTIVE FUEL PUMPS,"FUEL SYSTEM, OTHER",15029,Vehicle,4400,SAAB IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 PASSENGER VEHICLES MANUFACTURED FROM JUNE 2010 THROUGH DECEMBER 2010. CERTAIN FUEL PUMPS INSTALLED AS ORIGINAL EQUIPMENT MAY HAVE INTERNAL COMPONENTS WITH INCORRECT SPECIFICATIONS.,THE SUBJECT FUEL PUMPS CAN SEIZE CAUSING THE ENGINE TO STALL WHICH INCREASES THE RISK OF A CRASH.,"SAAB WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE FUEL PUMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 3, 2011. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -01/19/2011,11V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V025000),"THINK NORTH AMERICA, INC.",PASSENGER-SIDE SEAT BELT SUBASSEMBLY,SEAT BELTS,11-101,Vehicle,16,"THINK NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2011 THINK CITY VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE SEAT BELTS MAY HAVE BEEN INCORRECTLY INSTALLED. AS A RESULT, A CHILD RESTRAINT SYSTEM USED IN THE PASSENGER SEATING POSITION MAY NOT BE POSITIONED OR RETAINED PROPERLY.","THE SEAT BELT MAY NOT RESTRAIN THE CHILD AS INTENDED DURING NORMAL VEHICLE OPERATION OR DURING A CRASH, INCREASING THE RISK OF INJURY.","DEALER WILL INSPECT, REINSTALL OR, IF NEEDED, REPLACE THE VEHICLE'S SEAT BELTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. THINK'S AUTHORIZED TOLL FREE SERVICE LINE AT 855-698-4465." -01/19/2011,11V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V027000),Keystone RV Company,PROPANE HOSE,EQUIPMENT,11-160,Vehicle,258,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2009-2011, MONTANA BIG SKY AND MODEL YEAR 2010-2011, MONTANA FIFTH WHEEL TRAILERS. THE PROPANE HOSE FOR THE SLIDE ROOM MAY CONTACT THE TIRE AND MAY BECOME DAMAGED AS A RESULT.","A PROPANE LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL INSTALL A METAL PLATE TO PREVENT THE PROPANE LINE FROM COMING INTO CONTACT WITH THE TIRE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 1, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -01/19/2011,11V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V013000),"Hino Motors Sales U.S.A., Inc.",SPRING BRAKE,"SERVICE BRAKES, AIR",M0200,Vehicle,146,"HINO IS RECALLING CERTAIN MODEL YEAR 2011 NJ8J AND NV8J HEAVY TRUCKS MANUFACTURED FROM OCTOBER 26, 2009, THROUGH OCTOBER 1, 2010. TWO OF THE AIRLINES TO THE FRONT AND REAR AIR TANKS MAY HAVE BEEN INSTALLED INCORRECTLY.","IN THE EVENT THAT THE REAR TANK AIR PRESSURE WAS DEPLETED, BRAKING FUNCTION WOULD BE LOST AND THE AUTOMATIC ENGAGEMENT OF THE SPRING BRAKES WILL NOT OCCUR, POSSIBLY RESULTING IN A CRASH.","HINO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2011. OWNERS MAY CONTACT HINO AT 1-248-699-9300." -01/19/2011,11V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V018000),"AUTO TRIM DESIGN OF CENTRAL VA, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,156,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM DESIGN OF CENTRAL VA, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM DESIGN OF CENTRAL VA, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -01/19/2011,11V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V023000),Great Dane Trailers,WHEEL SEPARATION/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,121,GREAT DANE IS RECALLING CERTAIN 2007 THROUGH 2009 SEMI-TRAILER VANS EQUIPPED WITH ARVINMERITOR TL AXLES SHIPPED BETWEEN APRIL 2005 THROUGH JULY 2008. THE SPINDLE NUT MAY NOT HAVE BEEN PROPERLY TORQUED OR NOT TORQUED AT ALL ALLOWING EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM THAT COULD PROGRESS TO A WHEEL SEPARATION.,SEPARATION OF A WHEEL FROM THE VEHICLE WILL REDUCE THE DRIVER'S ABILITY TO CONTROL THE VEHICLE AND COULD RESULT IN A VEHICLE CRASH.,"GREAT DANE WILL NOTIFY OWNERS AND RECALL REPAIRS WILL BE PERFORMED BY ARVINMERITOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 31, 2011. OWNERS MAY CONTACT GREAT DANE CUSTOMER SERVICE AT 1-877-369-3493 OR ARVINMERITOR AT 1-248-435-1725." -01/18/2011,11V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V103000),"ShowHauler Trucks, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,5,SHOWHAULER IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"SHOWHAULER IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MAY 9, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -01/14/2011,11V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V017000),"Forest River, Inc.",SUSPENSION LEAF SPRING/LIPPERT,SUSPENSION,NR (Not Reported),Vehicle,115,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2010-2011 SALEM TRAVEL TRAILERS MANUFACTURED FROM SEPTEMBER 25, 2009, THROUGH JANUARY 13, 2011. THE BOTTOM LEAF ON THE LEAF SPRINGS MAY ROTATE OUT OF POSITION AND MAKE CONTACT WITH THE TIRE.",THIS WILL CAUSE THE TIRE TO BLOW OUT WITHOUT WARNING AND A LOSS OF CONTROL OF THE VEHICLE RESULTING IN PROPERTY DAMAGE AND/OR PERSONAL INJURY OR DEATH.,"DEALERS WILL PLACE TWO SQUARE BEND ""U"" BOLTS WITH WASHERS AND NUTS AND RETAINING PLATE THAT WILL BE CENTERED ON THE SPRING CENTER BOLT TO RESTRAIN THE LOWER SPRING LEAF. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 3, 2011. OWNERS MAY CONTACT FOREST RIVER AT 574-389-4600." -01/12/2011,11V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V010000),"Forest River, Inc.",CLEARANCE LIGHTING/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2741,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2009-2011 R-POD TRAVEL TRAILERS MANUFACTURED FROM OCTOBER 27, 2008, THROUGH NOVEMBER 20, 2010, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES DO NOT HAVE THE REQUIRED CLEARANCE LIGHTS.","This could render the vehicle less visible to other motorist during hours of darkness, possibly resulting in a crash causing property damage and/or personal injury.","Forest River�s petition for relief from remedy based on its belief that the noncompliance was inconsequential to motor vehicle safety was denied by NHTSA on May 16, 2012. Accordingly, Forest River will conduct a safety recall campaign. The safety recall began in May 2012. Owners nay contact Forest River at 1-574-642-3119." -01/12/2011,11E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11E001000),BALDWIN FILTERS,LOSS OF ENGINE POWER/OIL FILTERS,EQUIPMENT,NR (Not Reported),Equipment,14000,"BALDWIN FILERS IS RECALLING CERTAIN AFTERMARKET OIL FILTERS, PART NUMBER P7405, PRODUCED BETWEEN NOVEMBER 2009 AND NOVEMBER 2010, DESIGNED FOR USE IN LARGE TRUCKS AND OTHER LARGE VEHICLES, SPECIFICALLY FOR USE IN TWO ENGINE MODELS MANUFACTURED BY DETROIT DIESEL CORPORATION (ENGINE MODELS DD13 AND DD15). IN COLD WEATHER CONDITIONS, THE MEDIA IN THE OIL FILTER FAILS, CAUSING AN ADHESIVE BEAD TO POTENTIALLY TRAVEL INTO THE OIL STREAM AND BLOCK THE FLOW OF OIL.","THIS CAN CAUSE THE ENGINE TO OVERHEAT, RESULTING IN A LOSS OF ENGINE POWER AND/OR THE CAUSING THE CRANK SHAFT TO FAIL. LOSS OF ENGINE POWER COULD RESULT IN A VEHICLE CRASH.","BALDWIN FILTERS WILL NOTIFY OWNERS OF RECORD AND REPLACE THE P7405 FILTER WITH THE ORIGINAL EQUIPMENT FILTER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 19, 2011. OWNERS MAY CONTACT BALDWIN FILTERS SERVICE ENGINEERING AT 1-800-822-5394 EXT. 79729." -01/12/2011,11V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V016000),Motor Coach Industries,MISSING WELDS ON FAN BELT IDLER PULLEY COVER,ENGINE AND ENGINE COOLING,351,Vehicle,138,"MCI IS RECALLING CERTAIN MODEL YEAR 2010-2011 D4500, D4505, AND D4000 MOTOR COACHES. THE AFFECTED PULLEY COVERS MAY LACK CERTAIN WELDS REQUIRED TO KEEP THE COVERS ATTACHED TO THE COACH STRUCTURE.","THE COVER WILL EVENTUALLY FAIL AS A RESULT OF FATIGUE, AND THE COVER MAY BECOME DETACHED FROM THE COACH AND FALL AND STRIKE A PERSON OR OBJECT, RESULTING IN PERSONAL INJURY OR PROPERTY DAMAGE.","MCI WILL INSPECT AND REPLACE AS NECESSARY THE IDLER PULLEY COVERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 10, 2011. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -01/11/2011,11V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V012000),Doubletree RV,CERTIFICATION LABELS PART 567/FEDERAL ID TAGS,EQUIPMENT,NR (Not Reported),Vehicle,1417,"DRV IS RECALLING CERTAIN MODEL YEAR 2006-2010 ELITE, MOBILE SUITE, AND SELECT SUITE RECREATIONAL VEHICLES. THESE VEHICLES HAVE THE INCORRECT FEDERAL ID TAG, GROSS VEHICLE WEIGHT RATING (GVWR) INFORMATION LABELS WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""",FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS BECAUSE OF A MISPRINTED LABEL COULD INCREASE THE RISK OF A CRASH.,"OWNERS WILL BE PROVIDED WITH NEW FEDERAL ID TAG INFORMATION LABEL AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON MARCH 18, 2011. OWNERS MAY CONTACT DRV AT 1-574-457-6472." -01/11/2011,11V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V006000),Shyft Group,FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,11001,Vehicle,6,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 FURION INCOMPLETE EMERGENCY/RESCUE VEHICLES MANUFACTURED FROM NOVEMBER 5, 2007, THROUGH AUGUST 8, 2009, EQUIPPED WITH CATERPILLAR C7 ENGINES. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.",SPARTAN IS WORKING WITH CATERPILLER TO NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED CATERPILLAR DEALERS FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR SPARTAN CHASSIS AT 1-800-543-5008 OPTION 5. -01/07/2011,11V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V011000),"Hino Motors Sales U.S.A., Inc.",AUTOMATIC MECHANICAL TRANSMISSION/PARK FEATURE,POWER TRAIN,NR (Not Reported),Vehicle,23,"HINO IS RECALLING CERTAIN MODEL YEAR 2011 NE8J AND NJ8J TRUCKS MANUFACTURED FROM JUNE 1, 2010, THROUGH DECEMBER 10, 2010, AND EQUIPPED WITH CERTAIN EATON TRANSMISSIONS WITH PARK FEATURE. THE REVERSE IDLER SHAFT MAY CONTACT THE PARK FEATURE AND THE TWO COMPONENTS MAY BIND, PREVENTING THE PARK FEATURE FROM ENGAGING.","IF A BRAKE IS NOT USED OR IS DEFECTIVE AND THE PARK PAWL DOES NOT ENGAGE, THE VEHICLE MAY BE ABLE TO MOVE AND POTENTIALLY CAUSE INJURY TO THE OPERATOR OR PERSONS IN THE VICINITY OF THE MOVING VEHICLE OR DAMAGE PROPERTY.","HINO WILL NOTIFY OWNERS AND REPAIR ALL VEHICLES THAT CONTAIN THIS CONDITION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH1, 2011. OWNERS MAY CONTACT HINO AT 248-699-9330." -01/07/2011,11V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V009000),REV Recreation Group,PROPANE TANK,EQUIPMENT,110103FRV,Vehicle,11,FLEETWOOD IS RECALLING CERTAIN MODEL YEAR 2010-2011 SOUTHWIND AND MODEL YEAR 2010 BOUNDER CLASS-A MOTOR HOMES. THE LPG TANK CAN COME INTO CONTACT WITH THE SPRING SHACKLE CARRIER BOLT AND DAMAGE THE LPG TANK.,"THE DAMAGE HAS THE POTENTIAL TO LEAD TO AN UNINTENDED RELEASE OF LPG GAS AND COULD RESULT IN A FIRE WHICH MAY LEAD TO DEATH, INJURY OR LOSS OF THE VEHICLE.","DEALERS WILL REMOVE AND INSPECT THE PROPANE TANK AND IF NECESSARY, REPLACE THE PROPANE TANK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2011. OWNERS MAY CONTACT FLEETWOOD RV AT 1-800-509-3418." -01/07/2011,11V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V008000),"Daimler Trucks North America, LLC",SEAT BELT ANCHOR,SEAT BELTS,FL-587,Vehicle,369,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010 FREIGHTLINER BUSINESS CLASS M2 VEHICLES MANUFACTURED FROM AUGUST 25, 2009, THROUGH SEPTEMBER 3, 2009. THESE VEHICLES WERE BUILT WITH OUT OF SPECIFICATION INBOARD SEAT BELT ANCHOR PLATES THAT ARE NOT AS ROBUST AS INTENDED.","IN THE EVENT OF AN A CRASH, THE SEAT BELT ANCHORAGE MAY NOT CONTINUE TO HOLD IN PLACE THE SEAT BELT APPARATUS, INCREASING THE RISK OF THE BELT NOT RESTRAINING THE SEAT OCCUPANT AS INTENDED, AND INCREASING THE RISK OF INJURY TO THE OCCUPANT.","DAIMLER TRUCKS WILL REPAIR THE VEHICLES AND REPLACE THE EXISTING SEAT BELT ANCHOR AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 11, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -01/06/2011,11V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V005000),"Dutchmen Manufacturing, Inc.",FUEL SHUTOFF MODULE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,229,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 RUBICON AND VOLTAGE RECREATIONAL VEHICLES MANUFACTURED BETWEEN AUGUST 16, 2010, THROUGH DECEMBER 23, 2011. THE FUEL SHUT-OFF TIMER MODULES ARE DEFECTIVE. THE MODULE WAS SUPPOSED TO BE PROGRAMMED WITH A 5 MINUTE SHUT-OFF FEATURE, WHICH AUTOMATICALLY SHUTS OFF THE FUEL PUMP AFTER 5 MINUTES OF NO ACTIVITY. THE DEFECTIVE MODULES DO NOT HAVE THIS AUTOMATIC SHUT-OFF FEATURE PROGRAMMED INTO THEM. THIS ALLOWS THE FUEL PUMP TO CONTINUOUSLY RUN IF NOT SHUT OFF IN THE INITIAL 5 MINUTE PERIOD, CAUSING IT TO OVERHEAT AND FAIL.","OVERHEATING MAY LEAD TO FIRE, PROPERTY DAMAGE, OR PERSONAL INJURY.","DEALERS WILL REPLACE THE DEFECTIVE FUEL SHUT-OFF TIMER MODULES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 17, 2011. OWNERS MAY CONTACT DUTCHMEN AT 574-537-0700." -01/06/2011,11V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V004000),Honda (American Honda Motor Co.),IGNITION CIRCUIT COUPLER FAILURE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2277,HONDA IS RECALLING CERTAIN MODEL YEAR 2010 HONDA ACCORD AND CR-V VEHICLES. THERE IS A POTENTIAL FAILURE WITH THE ENGINE WIRING HARNESS CONNECTOR WHICH MAY CAUSE INTERMITTENT SPARK FIRING OR THE ENGINE TO STALL.,AN ENGINE STALL WILL INCREASE THE RISK OF A CRASH.,"DEALER WILL INSPECT AND REPLACE THE IGNITION WIRING HARNESS CONNECTOR FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 24, 2011. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -01/06/2011,11V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V007000),"General Motors, LLC",REAR AXLE CROSS PIN FRACTURE,SUSPENSION,10426A,Vehicle,30566,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CADILLAC ESCALADE, ESCALADE ESV, ESCALADE EXT; CHEVROLET AVALANCHE, COLORADO, EXPRESS, SILVERADO, SUBURBAN, TAHOE; AND GMC CANYON, SIERRA, SAVANA, YUKON AND YUKON XL VEHICLES. THE REAR AXLE CROSS PINS WERE NOT PROPERLY HEAT TREATED AND COULD FRACTURE AND BECOME DISPLACED WITHIN THE REAR AXLE. SHOULD THE PIN SHIFT OUT OF POSITION, IT COULD CREATE AN INTERFERENCE CONDITION AND CAUSE THE REAR AXLE TO LOCK.",THE DRIVER MAY NOT BE ABLE TO MAINTAIN DIRECTIONAL CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT WARNING.,"DEALERS WILL INSTALL A NEW REAR AXLE CROSS PIN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -01/05/2011,11V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V003000),Ducati North America,ELECTRONIC CONTROL UNIT/ENGINE STALL,"FUEL SYSTEM, GASOLINE",10-004,Vehicle,1196,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2010 MTS 1200S MOTORCYCLES. IN THE EVENT THE DRIVER SHOULD DOWNSHIFT OR MANEUVER WITH THE CLUTCH DISENGAGED AND THE ENGINE AT IDLE, THE VEHICLE COULD STALL.",ENGINE STALLING COULD INCREASE THE RISK OF CRASH.,"DEALERS WILL RE-FLASH THE ELECTRONIC CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2011. OWNERS MAY CONTACT DUCATI AT 800-231-6696." -01/04/2011,11V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V002000),Keystone RV Company,COUPLER INSPECTION,TRAILER HITCHES,10-156,Vehicle,1086,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2010-2011 COUGAR, LAREDO AND OUTBACK TRAVEL TRAILERS EQUIPPED WITH LIPPERT COMPONENT HITCH COUPLERS FOR LACK OF INDENTATION ON THE FORWARD EDGE OF THE COUPLER.",IF THE COUPLER IS LACKING THE INDENT IT WILL LEAD TO AN INCREASED RISK OF TRAILER SEPARATION FROM THE HITCH BALL WHILE TOWING RESULTING IN PROPERTY DAMAGE AND/OR VEHICLE CRASH.,"OWNERS ARE ASKED TO INSPECT THE HITCH COUPLER FOR THE CORRECT STAMPING. IF THE HITCH COUPLER IS NOT FORMED CORRECTLY ARRANGEMENTS WILL BE MADE TO REPLACE IT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 24, 2011. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -01/04/2011,11V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=11V001000),Trans Tech Bus,ROOF BODY PANEL JOINTS/OMITTED ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,1,"TRANSTECH BUS (TCI) IS RECALLING CERTAIN MFSAB SCHOOL BUSES FOR FAILURE TO COMPLY WITH THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" THE AFFECTED BUSES DO NOT HAVE THE PROPER STRUCTURAL ADHESIVE ON CERTAIN INTERIOR AND EXTERIOR ROOF BODY PANEL JOINTS. TCI WILL PROVIDE THE SPECIFIC BUS MODELS BY MODEL YEAR AND DATES OF PRODUCTION ONCE THEY HAVE DETERMINED WHICH BUSES ARE AFFECTED BY THE NONCOMPLAINCE.","IN THE EVENT OF A VEHICLE CRASH THE ROOF PANELS AND JOINTS MAY NOT ABSORB THE IMPACT AND COULD OPEN UP, INCREASING THE RISK OF DEATH OR SERIOUS PERSONAL INJURY TO OCCUPANTS IN THE EVENT OF A CRASH.",TCI IS CURRENTLY DEVELOPING THE REMEDY FOR THIS NONCOMPLIANCE. OWNERS WILL BE SUPPLIED WITH THE PARTS AND INSTRUCTIONS ON HOW TO REPAIR ANY AFFECTED VEHICLE(S). TCI WILL ASSIST ALL OWNERS WITH SCHEDULING REPAIRS AND LOCATING AUTHORIZED REPAIR FACILITIES. ANY REPAIRS WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT TCI AT 1-845-988-2333. -12/29/2010,10V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V655000),"Mercedes-Benz USA, LLC - DBA Sprinter",A-PILLAR STRUCTURE/FMVSS 201,STRUCTURE,NR (Not Reported),Vehicle,3,"MERCEDES BENZ IS RECALLING CERTAIN MODEL YEAR 2007 AND 2010 2500 AND 3500 SPRINTER VEHICLES. THE CORRECT INTERIOR TRIM COVERING THE A-PILLARS MAY NOT HAVE BEEN INSTALLED. IF INCORRECT TRIM WAS INSTALLED ON A VEHICLE, THE VEHICLE WOULD FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","IN THE EVENT OF A VEHICLE CRASH, THE VEHICLES MAY NOT PROVIDE THE PROTECTION REQUIRED BY THE STANDARD IF AN OCCUPANT STRIKES THE A-PILLAR TRIM.","MERCEDES-BENZ WILL CHECK TO SEE IF THE CORRECT TRIM COVER WAS INSTALLED AND, IF NOT, REPLACE THAT TRIM COVER WITH THE CORRECT ONE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT MERCEDES-BENZ AT 843-695-5000." -12/29/2010,10V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V659000),Ford Motor Company,BODY CONTROL MODULE,STRUCTURE,10S14,Vehicle,14737,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 F-150, F-250, F-350, F-450, F-550, EDGE AND LINCOLN MKX VEHICLES. DURING A SIX-DAY PRODUCTION PERIOD, THE SUPPLIER OF THE BODY CONTROL MODULE MANUFACTURED MODULES THAT MAY HAVE THE POTENTIAL FOR AN INTERNAL SHORT.","IF AN ELECTRICAL SHORT DEVELOPS, AN OVERHEATING CONDITION MAY OCCUR WHICH CAN RESULT IN AN UNATTENDED VEHICLE FIRE.","DEALER WILL REPLACE THE BODY CONTROL MODULE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -12/28/2010,10V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V652000),Coach and Equipment Mfg. Corp.,TRANS/AIR TA-73 EVAPORATOR/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,22,"COACH AND EQUIPMENT IS RECALLING CERTAIN BUSES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"COACH AND EQUIPMENT IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 29, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -12/27/2010,10E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E059000),FEDERAL-MOGUL CORPORATION,REPLACEMENT CONTROL ARM ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,22689,"FEDERAL-MOGUL IS RECALLING CERTAIN REPLACEMENT CONTROL ARM ASSEMBLIES, PART NUMBERS K7425, 10945, FA4510X, K7427, 10946, AND FA4611X, SOLD FOR USE ON VARIOUS PASSENGER VEHICLES LISTED ABOVE. THE BALL JOINT ON THE CONTROL ARM ASSEMBLY CAN FAIL CAUSING THE BALL STUD TO WEAR THROUGH THE CONTROL ARM HOUSING RESULTING IN NOISE AND/OR SEPARATION OF THE BALL STUD FROM THE HOUSING.","IF THERE IS A SEPARATION OF THE BALL STUD FROM THE HOUSING, THE DRIVER CAN LOOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","FEDERAL-MOGUL WILL NOTIFY OWNERS OF RECORD AND REPLACE THE AFFECTED CONTROL ARMS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT FEDERAL-MOGUL AT 1-877-489-6659." -12/27/2010,10V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V645000),"Corp. Micro Bird, Inc.",TRANS/AIR TA-73 EVAPORATOR/OVERHEATS,EQUIPMENT,10-041-ACU,Vehicle,26,"CORP. MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 1999 THROUGH 2002 GIRARDIN MB IV TRANSIT BUSES BUILT ON FORD AND GM CUTAWAY CHASSIS FROM AUGUST 2, 1999, THROUGH MAY 8, 2002, AND EQUIPPED WITH A TRANS/AIR TA73 EVAPORATOR. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"CORP. MICRO BIRD IN COOPERATION WITH TRANS/AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -12/24/2010,10V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V658000),"Chrysler (FCA US, LLC)",FRONT DOOR WIRING,ELECTRICAL SYSTEM,K07,Vehicle,64934,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2009 DODGE JOURNEY VEHICLES MANUFACTURER FROM NOVEMBER 1, 2007, THROUGH NOVEMBER 7, 2008. THE WIRES WITHIN THE FRONT DOOR WIRE HARNESSES MAY FATIGUE AND BREAK, WHICH CAN INTERRUPT THE CIRCUITS FOR THE SIDE IMPACT SENSOR(S), RESULTING IN AN AIRBAG WARNING LAMP ILLUMINATION AND LOSS OF SIDE CRASH SENSING CAPABILITY.","IN THE EVENT OF A CRASH, THE SIDE AIRBAG MAY NOT DEPLOY, REDUCING THE PROTECTION INTENDED FOR THE OCCUPANT AND INCREASING THE RISK OF INJURIES.","CHRYSLER WILL NOTIFY OWNERS AND REPLACE THE LEFT AND RIGHT DOOR WIRING HARNESSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 18, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -12/24/2010,10V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V656000),"Chrysler (FCA US, LLC)",REAR AXLE,SUSPENSION,K36,Vehicle,60382,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2011 RAM 1500 TRUCKS MANUFACTURED FROM SEPTEMBER 2009 THROUGH DECEMBER 2010. SOME VEHICLES MAY HAVE EXPERIENCE A NOISE (GROWL, GRIND) COMING FROM THE REAR AXLE BEARING WHICH COULD EVENTUALLY SEIZE.",A FAILURE OF THE BEARING COULD CAUSE THE VEHICLE TO STALL INCREASING THE RISK OF A CRASH.,"CHRYSLER WILL NOTIFY OWNERS AND WILL INSTALL AN OIL PORT INSERT INTO THE REAR AXLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 4, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -12/24/2010,10V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V657000),"Chrysler (FCA US, LLC)",TIE ROD ENDS,STEERING,K28,Vehicle,15271,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008-2011 DODGE RAM 4500 AND 5500 VEHICLES. THESE VEHICLES MAY EXPERIENCE A WEAKENING AND FRACTURE OF THE LEFT BALL STUD ON THE TIE ROD RESULTING IN THE POTENTIAL LOSS OF STEERING.,LOSS OF STEERING CONTROL OF THE VEHICLE COULD INCREASE THE RISK OF A CRASH.,"CHRYSLER WILL NOTIFY OWNERS AND REPLACE THE LEFT OUTER TIE ROD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 7, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -12/22/2010,10V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V654000),PACCAR Incorporated,KENWORTH/HOOD STRUT SAFETY LATCH,LATCHES/LOCKS/LINKAGES,10KWK,Vehicle,1510,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2011 T660 AND T700 TRACTOR TRAILERS MANUFACTURED BETWEEN AUGUST 9, 2010, AND NOVEMBER 4, 2010. THE SAFETY LATCH FEATURE THAT KEEPS THE HOOD OF THE VEHICLE FROM CLOSING AFTER A USER OPENS THE HOOD MAY FAIL TO OPERATE.","FAILURE OF THE SAFETY LATCH FEATURE MAY CAUSE THE HOOD TO UNEXPECTEDLY CLOSE WHILE OPEN, INCREASING THE RISK OF PERSONAL INJURY AND/OR VEHICLE DAMAGE.","DEALERS WILL REPLACE THE DUAL MAGNETS WITH A SINGLE MAGNET ON THE SAFETY LATCH. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 28, 2011. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -12/21/2010,10E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E060000),"ALPS ELECTRIC CO., LTD",AIRBAG CIRCUIT/CLOCK SPRING WIRING CONNECTOR,AIR BAGS,NR (Not Reported),Equipment,12702,ALPS ELECTRIC HAS REPORTED THAT CERTAIN AIR BAG CLOCKSPRINGS IT MANUFACTURED AND IT SOLD TO VOLVO CARS AND JAGUAR LAND ROVER AS ORIGINAL EQUIPMENT FOR USE IN THEIR VEHICLE PRODUCTS ARE DEFECTIVE. THERE MAY BE AN INTERMITTENT FAULT IN THE DRIVER'S AIRBAG CLOCKSPRING WIRING CONNECTOR FOR THE SUPPLEMENTAL RESTRAINT SYSTEM.,"IN THE EVENT OF A CRASH, THE DRIVER'S FRONTAL AIRBAG MAY NOT DEPLOY AS INTENDED OR AT ALL, AND THEREFORE WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER, INCREASING THE RISK OF INJURIES.",ALPS ELECTRIC IS NOT CONDUCTING A RECALL CAMPAIGN. VOLVO CARS AND JAGUAR LAND ROVER ARE EACH CONDUCTING A RECALL CAMPAIGN ON THEIR RESPECTIVE VEHICLES ON WHICH THE DEFECTIVE EQUIPMENT WAS INSTALLED. VOLVO AND JAGUAR LAND ROVER WILL NOTIFY THEIR OWNERS AND DEALERS WILL PROVIDE A REMEDY FREE OF CHARGE. FOR MORE INFORMATION PLEASE SEE VOLVO'S RECALL CAMPAIGN 10V-489 OR JAGUAR LAND ROVER'S RECALL CAMPAIGN 10V-581. -12/21/2010,10V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V642000),"Mercedes-Benz USA, LLC - DBA Sprinter",EMERGENCY EXIT WINDOW,EQUIPMENT,NR (Not Reported),Vehicle,274,SPRINTER IS RECALLING CERTAIN MODEL YEAR 2010-2011 FREIGHTLINER 2500 SPRINTER AND MERCEDES-BENZ SPRINTER VEHICLES EQUIPPED WITH AN EMERGENCY EXIT WINDOW. THE ADHESIVE BOND BETWEEN THE GLASS AND THE HINGE ON THE TOP OF THE WINDOW MAY LOOSEN.,THE EMERGENCY EXIT WINDOW MAY SEPARATE FROM THE BODY AND COULD FALL INCREASING THE RISK OF INJURIES TO THE PASSENGER OR DRIVER.,"DEALERS WILL REPLACE THE EMERGENCY EXIT WINDOW IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 11, 2011. OWNERS MAY CONTACT SPRINTER AT 1-201-573-0600." -12/21/2010,10V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V647000),"Champion Bus, Inc.",INTERMEDIATE STEERING COLUMN/TRW,STEERING,NR (Not Reported),Vehicle,12,"CHAMPION BUS IS RECALLING CERTAIN VEHICLES BUILT ON FREIGHTLINER S2 CHASSIS AND EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","DAIMLER TRUCKS/FREIGHTLINER WILL HANDLE THE REMEDY AND QUARTERLY REPORTS FOR THIS CAMPAIGN. PLEASE SEE FREIGHTLINER'S DEFECT REPORT (10V-322). FREIGHTLINER WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 23, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS/FREIGHTLINER AT 1-800-547-0712." -12/21/2010,10V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V637000),"Corp. Micro Bird, Inc.",TRANS/AIR TA-73 EVAPORATOR/OVERHEATS,EQUIPMENT,10-040-ACU,Vehicle,30,"CORP. MICRO BIRD IS RECALLING CERTAIN MODEL YEAR 1999 THROUGH 2001 GIRARDIN MB II AND MB IV SCHOOL BUSES BUILT ON FORD AND GM CUTAWAY CHASSIS FROM AUGUST 2, 1999, THROUGH MAY 31, 2001, AND EQUIPPED WITH A TRANS/AIR TA73 EVAPORATOR. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"CORP. MICRO BIRD IN COOPERATION WITH TRANS/AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -12/20/2010,10V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V630000),"Navistar, Inc.",DRIVELINE SEPARATION,POWER TRAIN,10520,Vehicle,421,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 INTERNATIONAL PROSTAR COMMERCIAL TRUCKS MANUFACTURED FROM SEPTEMBER 22, 2010, THROUGH DECEMBER 3, 2010, EQUIPPED WITH DRIVELINE FEATURE CODE 06WAK. THE RUBBER ISOLATOR MATERIAL THAT HOLDS THE DRIVELINE CENTER BEARING IN THE MOUNTING BRACKET MAY DETERIORATE DUE TO AN INCORRECT MOUNTING LOCATION POSSIBLY RESULTING IN DRIVELINE SEPARATION WITHOUT WARNING.","DRIVELINE SEPARATION MAY CAUSE A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE CENTER BEARING AND ITS MOUNTING HARDWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 27, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -12/20/2010,10V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V631000),"Navistar, Inc.",FUEL LINE/TRANSMISSION ELECTRICAL HARNESS ROUTING,ENGINE AND ENGINE COOLING,10521,Vehicle,435,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 INTERNATIONAL 4300 COMMERCIAL TRUCKS MANUFACTURED FROM AUGUST 3, 2010, THROUGH NOVEMBER 23, 2010, EQUIPPED WITH MAXXFORCE 7 ENGINES. THE FUEL LINES AND TRANSMISSION ELECTRICAL HARNESS MAY HAVE BEEN ROUTED TOO CLOSE TO THE ENGINE TURBO EXHAUST PIPE POSSIBLY CAUSING THE FUEL LINE TO LEAK FUEL ON THE TURBO PIPE OR CAUSING THE MELTING AND POSSIBLE BURNING OF THE ELECTRICAL HARNESS.","FUEL LEAKING ON THE TURBO EXHAUST PIPE OR A MELTING OR BURNING ELECTRICAL HARNESS MAY CAUSE A VEHICLE FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -12/20/2010,10V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V653000),"Peterson Industries, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,271,"PETERSON INDUSTRIES, INC. IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2011 EXCEL FIFTH WHEEL TRAILERS, MODELS LIMITED, CLASSIC, WINSLOW, AND WILD CARGO, EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"PETERSON IS WORKING WITH DIMPLEX TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 15, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 PETERSON AT 1-785-282-6825." -12/20/2010,10V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V633000),"Navistar, Inc.",STEEL WHEELS/MIS-ALIGNED WELDS/TREDIT TIRE,WHEELS,R10023,Vehicle,19,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 HOLIDAY RAMBLE MINTARO TRAVEL TRAILERS MANUFACTURED FROM AUGUST 27, 2010, THROUGH NOVEMBER 9, 2010, EQUIPPED WITH 15"" X 6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","OWNER NOTIFICATIONS WILL BE MAILED BY MONACO RV AND DEALERS WILL INSPECT THE WHEELS ON THE SUSPECT VEHICLES. ALL WHEELS BEARING THE RIM STAMP ""07 10 06Z"" OR ""08 10 16B"" WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 1, 2011. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -12/20/2010,10T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T021000),Hankook Tire America Corp.,TIRE ENDURANCE,TIRES,NR (Not Reported),Tire,17729,"HANKOOK TIRE AMERICA CORP. (HTAC) IS RECALLING CERTAIN TIRES, SIZE P265/70R17S RH03, SOLD AS REPLACEMENT TIRES FOR PASSENGER VEHICLES. THE SUBJECT TIRES EXPERIENCED LESS THAN EXPECTED SIDEWALL PERFORMANCE DURING INTERNAL TESTING.","THE SIDEWALL OF THE TIRES CAN WEAR PREMATURELY AND/OR EXPERIENCE A BLOW-OUT, INCREASING THE RISK OF A CRASH.","HATC WILL SEND NOTICES TO ALL OWNERS OF RECORD AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 27, 2010. OWNERS MAY CONTACT HANKOOK TIRE AT 1-855-275-8899." -12/20/2010,10V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V648000),"Forest River, Inc.",WHEEL/MIS-ALIGNED WELDS/TREDIT,WHEELS,NR (Not Reported),Vehicle,53,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 SURVEYOR TRAVEL TRAILERS, CRUSADER FIFTH WHEEL TRAILERS, RANCE ALUMINUM CARGO TRAILERS, AND WORK AND PLAY TOY HAULER TRAILERS EQUIPPED WITH 15"" X 6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","DEALERS WILL INSPECT THE WHEELS ON THE SUSPECT VEHICLES AND REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 14, 2011. OWNERS MAY CONTACT FOREST RIVER AT 574-389-4600." -12/17/2010,10V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V644000),"General Motors, LLC",AIR BAG PASSENGER SENSING SYSTEM,AIR BAGS,100355,Vehicle,95927,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2005-2007 CADILLAC CTS VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH REPEATED FLEXING OF THE PASSENGER SENSING SYSTEM MAT IN THE FRONT PASSENGER SEAT MAY CAUSE THE MAT TO KINK, BEND, OR FOLD. THIS FLEXING CAN BREAK THE CONNECTIONS IN THE MAT. IF THIS OCCURS, THE SENSOR MAY NOT DETECT THE PRESENCE OF A FRONT SEAT PASSENGER AND WILL DISABLE THE AIR BAG.",NON-DEPLOYMENT OF THE FRONT PASSENGER AIR BAG IN THE EVENT OF A CRASH NECESSITATING THAT AIR BAG'S DEPLOYMENT MAY REDUCE PROTECTION OF THE PASSENGER AND INCREASE THE RISK OR SEVERITY OF INJURY TO THEM.,"DEALERS WILL REPLACE THE PASSENGER SENSING SYSTEM FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 15, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -12/17/2010,10V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V646000),Thor Motor Coach,LP GAS TANK,EQUIPMENT,NR (Not Reported),Vehicle,12,"TMC IS RECALLING CERTAIN MODEL YEAR 2011 FOUR WINDS 5000 AND CHATEAU SPORT VEHICLES MANUFACTURED FROM OCTOBER 26, 2010 THROUGH NOVEMBER 11, 2010. THESE VEHICLES DO NOT HAVE THE REQUIRED HEAT SHIELD LOCATED IN THE PROPER PLACE NEXT TO THE LP GAS TANK. WITHOUT THE HEAT SHIELD IN PLACE, HEAT IS NOT PROPERLY DISSIPATED AROUND THE EXHAUST OF THE VEHICLE. THIS POTENTIALLY COULD RESULT IN A FIRE.","IN THE EVENT OF A FIRE, THERE IS A POTENTIAL FOR PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL RELOCATE THE HEAT SHIELD TO THE PROPER LOCATION ON THE CHASSIS TO PROTECT THE LP TANK. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 3, 2011. OWNERS MAY CONTACT THOR MOTOR COACH AT 877-500-1020." -12/17/2010,10V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V643000),"General Motors, LLC",REAR AXLE CROSS PIN FRACTURE,SUSPENSION,100426,Vehicle,1262,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CADILLAC ESCALADE EXT, CHEVROLET AVALANCHE, SILVERADO LD AND GMC SIERRA LD VEHICLES. THE REAR AXLE CROSS PINS WERE NOT PROPERLY HEAT TREATED AND COULD FRACTURE AND BECOME DISPLACED WITHIN THE REAR AXLE. SHOULD THE PIN SHIFT OUT OF POSITION, IT COULD CREATE AN INTERFERENCE CONDITION AND CAUSE THE REAR AXLE TO LOCK.",THE DRIVER MAY NOT BE ABLE TO MAINTAIN DIRECTIONAL CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT WARNING.,"DEALERS WILL INSTALL A NEW REAR AXLE CROSS PIN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -12/17/2010,10V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V626000),"Carriage, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2360,CARRIAGE IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"CARRIAGE IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 9, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -12/17/2010,10V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V649000),"Jayco, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,387,JAYCO IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"JAYCO IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON JANUARY 31, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -12/17/2010,10V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V650000),Entegra Coach,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,36,ENTEGRA IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"ENTEGRA IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON JANUARY 25, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -12/17/2010,10V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V651000),Starcraft RV,REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,14,STARCRAFT IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"STARCRAFT IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON JANUARY 31, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -12/16/2010,10V640000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V640000),Honda (American Honda Motor Co.),FRONT SUSPENSION DAMPER BOLTS AND SPINDLE NUTS,SUSPENSION,R60,Vehicle,10823,HONDA IS RECALLING CERTAIN MODEL YEAR 2010-2011 HONDA ACCORD V6 AND MODEL YEAR 2011 HONDA PILOT VEHICLES. THE BOLTS THAT ATTACH THE LOWER LEFT AND RIGHT FRONT DAMPER BRACKET TO THE FRONT SUSPENSION AND THE SPINDLE NUTS ON THE PILOT MAY NOT HAVE BEEN PROPERLY TIGHTENED WHICH MAY RESULT IN LOSS OF STEERING. THE SPINDLE NUTS FOR THE AXLE ON THE ACCORD V6 MAY NOT HAVE BEEN TIGHTENED PROPERLY WHICH MAY RESULT IN EXCESSIVE NOISE AND/OR LOSS OF STEERING.,LOSS OF STEERING INCREASES THE RISK OF A CRASH.,"DEALER WILL INSPECT AND REPLACE ANY LOOSE FRONT DAMPER BRACKET BOLTS OR SPINDLE NUTS ON THE PILOT IF NECESSARY. DEALER WILL INSPECT AND REPLACE THE SPINDLE NUTS ON THE ACCORD V6 IF NECESSARY. THE SAFETY RECALL BEGAN DECEMBER 23, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -12/16/2010,10V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V629000),Blue Bird Body Company,HYDRAULIC BRAKE PEDAL MAY DEFORM,"SERVICE BRAKES, HYDRAULIC",R11SV,Vehicle,1001,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MODEL VISION SCHOOL BUSES MANUFACTURED FROM NOVEMBER 13, 2009, THROUGH DECEMBER 15, 2010. ON SOME BUSES, THE HYDRAULIC BRAKE PEDAL MAY DEFORM UPON APPLICATION WHICH MAY PREVENT THE PARKING BRAKE FROM FULLY APPLYING.","THIS CONDITION MAY PERMIT THE BUS TO ROLL UNEXPECTEDLY WHEN PARKED WHICH COULD RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH TO AN INDIVIDUAL WITHIN THE PATH OF THE ROLLING BUS.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 14, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -12/16/2010,10V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V628000),Blue Bird Body Company,JOINT STRENGTH,STRUCTURE,R11SU,Vehicle,143,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2011 ALL AMERICAN D3 MODEL SCHOOL BUSES MANUFACTURED WITH 20 GAUGE OUTSIDE SIDE PANELS FROM APRIL 23, 2010, THROUGH SEPTEMBER 11, 2010. THE SIDE PANEL JOINT ADHESIVE THAT IS REQUIRED TO BE USED TO ADHERE THE PANELS MAY NOT HAVE BEEN USED DURING PRODUCTION. ACCORDINGLY, THESE BUSES FAIL TO COMPLY WITH THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","IN THE EVENT OF A CRASH, THE SIDE PANEL JOINTS MAY NOT ENDURE AS INTENDED AND THE PANELS MAY LOOSEN OR SEPARATE, INCREASING THE RISK OF INJURY TO PASSENGERS.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS ADD ADDITIONAL RIVETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 26, 2011. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -12/15/2010,10V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V627000),"Corp. Micro Bird, Inc.",JOINT STRENGTH,STRUCTURE,10-039-JSU,Vehicle,112,"CORP. MICRO BIRD IS RECALLING MODEL YEAR 2008 AND 2009 GIRARDIN G5 SCHOOL BUSES BUILT ON GM AND FORD CUTAWAY CHASSIS FROM FEBRUARY 1, 2008 THROUGH DECEMBER 16, 2008. THE SHEET METAL BELOW THE WINDOW INSIDE THE BUS ON THE LEFT-HAND SIDE FAILS TO COMPLY WITH THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" THERE IS NO ADHESIVE ON THE JOINT BETWEEN THE TWO EMBOSSED ALUMINUM SHEETS.","IN THE EVENT OF A CRASH, THE EMBOSSED ALUMINUM SHEET MAY SEPARATE FROM THE INTERIOR COMPARTMENT STRUCTURE AND CAUSE INJURY TO BUS PASSENGERS.","DEALERS WILL REPAIR THE BUSES BY ADDING ADHESIVE AND RIVETS BETWEEN THE 2 EMBOSSED ALUMINUM SHEETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 5, 2011. OWNERS MAY CONTACT CORP. MICRO BIRD AT 1-819-477-2021." -12/15/2010,10V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V624000),Honda (American Honda Motor Co.),LOW BEAM HEADLIGHT,EXTERIOR LIGHTING,R58,Vehicle,143083,"HONDA IS RECALLING MODEL YEAR 2007-2008 HONDA FIT VEHICLES. DUE TO AN ERROR DURING INSTALLATION OF THE WIRING HARNESS FOR THE COMBINATION SWITCH THAT CONTROLS LOW HEAD BEAM FUNCTION, THE WIRES FOR THE LOWER BEAM CIRCUIT WERE PULLED TIGHTER THAN INTENDED. AFTER REPEATED USE OF THE HEADLIGHT SWITCH, THE ELECTRICAL CONNECTOR TERMINAL FOR THE LOW BEAM HEADLIGHT CIRCUIT CAN BECOME WORN AS A RESULT OF THIS TENSION, WHICH CAN RESULT IN LOW CONDUCTIVITY AND CAUSE AN ACCUMULATION OF COPPER OXIDE IN THE AREA OF THE CONTACTS.","THE LOW BEAM HEADLIGHTS CAN BECOME INOPERATIVE DECREASING THE DRIVER'S VISIBILITY AS WELL AS THE VEHICLE'S VISIBILITY TO OTHER DRIVERS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE LOW BEAM TERMINAL AND PERFORM NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 24, 2011. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -12/15/2010,10V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V623000),"General Motors, LLC",SAFETY BELT BUCKLE ANCHOR,SEAT BELTS,100370,Vehicle,97843,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2011 CADILLAC SRX, CHEVROLET EQUINOX AND GMC TERRAIN VEHICLES. THE DRIVER AND /OR FRONT PASSENGER SAFETY BELT BUCKLE ANCHOR MAY FRACTURE AND SEPARATE NEAR THE SEAT ATTACHMENT IN A VEHICLE CRASH.",THE SAFETY BELT SYSTEM MAY NOT RESTRAIN THE OCCUPANT(S) AS DESIGNED AND COULD INCREASE THE RISK OF INJURY.,"DEALERS WILL MODIFY THE PASSENGER AND/OR THE DRIVER SAFETY BELT BUCKLES AS NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 18, 2011. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -12/15/2010,10V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V641000),Elkhart Coach,TRANS/AIR TA-73 EVAPORATOR/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,52,"ELKHART COACH IS RECALLING CERTAIN BUSES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"ELKHART COACH IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -12/15/2010,10V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V636000),Isuzu Motors Limited,VACUUM PUMP OIL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2992,"ISUZU IS RECALLING CERTAIN MODEL YEAR 2006-2007 ISUZU NPR, NQR, NRR, GMC W3500, W4500, W5500, AND CHEVROLET W3500, W4500, AND W5500 VEHICLES. THE OIL PIPE BOLTS WERE NOT TIGHTENED PROPERLY DURING THE VEHICLE PRODUCTION PROCESS. IF NOT ADEQUATELY TIGHTENED, THE BOLT MAY LOOSEN AFTER PROLONGED VEHICLE OPERATION, WHICH CAN RESULT IN OIL SEEPAGE OR LEAKAGE FROM THE PACKING SEALS. IN GENERAL, AS OIL IS LOST, THE OIL WARNING LAMP WILL ILLUMINATE, AND THERE MAY BE ABNORMAL ENGINE NOISE AND LOSS OF OIL CAN CAUSE ENGINE SEIZURE.","IF THE ENGINE SEIZES WHILE THE VEHICLE IS BEING DRIVEN, THE VEHICLE MAY EXPERIENCE SUDDEN DECELERATION LEADING TO AN INCREASED RISK OF A CRASH.","DEALERS WILL REPLACE THE PACKING SEALS WITH NEW ONES AND THE BOLT WILL BE TIGHTENED WITH A SPECIFIED TORQUE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT ISUZU AT 1-800-255-6727." -12/14/2010,10V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V639000),"Triumph Motorcycles America, Ltd.",ENGINE OIL FILLER PLUG/DIPSTICK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,216,"TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2010 SPRINT ST AND GT MOTORCYCLES. THE PLUG/DIPSTICK IS OF AN INCORRECT LENGTH. AS A RESULT, THE ACCURACY OF THE DIPSTICK FOR MEASURING ADEQUATE LEVELS OF OIL MAY BE COMPROMISED AND ADEQUATE OIL LEVELS MAY NOT BE MAINTAINED.",IN ADEQUATE OIL LEVELS MAY CAUSE THE ENGINE MAY TO SEIZE LEADING TO A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE ENGINE OIL PLUG/DIPSTICK FITTED TO THE CLUTCH COVER. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 24, 2010. OWNERS MAY CONTACT TRIUMPH MOTORCYCLE AT 678-539-8782." -12/13/2010,10V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V625000),Daimler Coaches North America,DOT MARKINGS/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,97,"SETRA IS RECALLING CERTAIN MODEL YEAR 2009-2010 S417 AND MODEL YEAR 2011 S417 TC MOTOR COACHES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS."" THE PARTITION GLASS BEHIND THE DRIVER DO NOT HAVE THE NECESSARY DOT MARKINGS AS SPECIFIED AND WAS NOT MARKED CORRECTLY.",COMPLIANCE TO FMVSS 205 IS REQUIRED FOR ANY AND ALL VEHICLES IN THE UNITED STATES TO ASSURE MINIMUM SAFETY REQUIREMENTS.,"DEALERS WILL REPLACE THE PARTITION GLASS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 22, 2011. OWNERS MAY CONTACT SETRA AT 800-882-8054." -12/13/2010,10V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V634000),PACCAR Incorporated,KENWORTH/PETERBILT/INTERAXLE DRIVELINE FAILURES,POWER TRAIN,K-10KWL P-1201F,Vehicle,12873,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2007-2008 KENWORTH AND PETERBILT VEHICLES MANUFACTURED FROM FEBRUARY 2, 2006 THROUGH APRIL 30, 2007. THE BEARING SURFACES OF THE EXTENDED LUBE UNIVERSAL JOINT THAT ATTACHES THE INTER-AXLE DRIVELINE TO THE DRIVE AXLE MAY BECOME PREMATURELY WORN DUE TO BREAKDOWN OF LUBRICATION AND/OR EXCESSIVE HEAT. PREMATURELY WORN BEARING SURFACES MAY RESULT IN THE U-JOINT BECOMING LOOSE AND/OR BINDING. THIS CONDITION MAY RESULT IN UNIVERSAL JOINT FAILURE, ALLOWING THE INTER-AXLE DRIVELINE TO DETACH FROM THE AXLE.","DETACHMENT OF THE DRIVELINE FROM THE AXLE MAY CAUSE THE VEHICLE TO LOSE POWER AND BECOME DISABLED IN THE ROADWAY. ALSO, THE DRIVELINE COULD DROP FROM THE VEHICLE INTO THE ROADWAY INCREASING THE RISK OF A CRASH.",PACCAR IS WORKING WITH ITS SUPPLIER TO REMEDY THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 940-591-4196. -12/13/2010,10V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V620000),Toyota Motor Engineering & Manufacturing,STOP LAMP SWITCH BRACKET,"SERVICE BRAKES, HYDRAULIC",AOP,Vehicle,94126,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2011 SIENNA VEHICLES. THE BRAKE STOP LAMP SWITCH IS MOUNTED ON A SMALL BRACKET WELDED ON THE LEFT SIDE OF THE SERVICE BRAKE PEDAL SUPPORT ASSEMBLY. DUE TO ITS PROXIMITY TO THE PARKING BRAKE PEDAL, IN LIMITED CIRCUMSTANCES THE STOP LAMP SWITCH BRACKET COULD BE DAMAGED BY THE OPERATOR'S FOOT DURING PARKING BRAKE APPLICATION.","THIS COULD RESULT IN BRAKE DRAG WITH ASSOCIATED BRAKE NOISE, VIBRATION, AND/OR ILLUMINATION OF THE BRAKE WARNING LIGHT. BRAKING EFFECTIVENESS COULD BE REDUCED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRACKET ASSEMBLY FREE OF CHARGE. TOYOTA PLANS TO MAIL AN INTERIM OWNER NOTIFICATION IN THE MIDDLE OF JANUARY 2011, TO ADVISE OWNERS OF THE RECALL. A SECOND LETTER WILL BE MAILED WHEN PARTS ARE AVAILABLE TO COMPLETE REPAIRS. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -12/10/2010,10V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V632000),"NABI Bus, LLC",EATON HYDRAULIC MANIFOLD,ENGINE AND ENGINE COOLING,20101,Vehicle,811,"NABI IS RECALLING CERTAIN MODEL YEAR 2006-2011 LFW, CLFW, AND BRT TRANSIT BUSES MANUFACTURED FROM DECEMBER 1, 2006, THROUGH APRIL 30, 2010, AND EQUIPPED WITH CERTAIN EATON HYDRAULIC FAN DRIVER CONTROL MANIFOLDS WHICH MAY DEVELOP A HYDRAULIC LEAK OF POWER STEERING FLUID.","A LEAK OF POWER STEERING FLUID CAN RESULT IN A LOSS OF POWER STEERING ASSIST, INCREASING THE RISK OF A CRASH. ALSO, A LEAK OF THIS FLUID COULD CAUSE AN ENGINE COMPARTMENT FIRE.",NABI WILL INSPECT AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED BEGIN DURING JANUARY 2011. OWNERS MAY CONTACT NABI CUSTOMER SERVICE AT 1-256-831-4296. -12/10/2010,10V614000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V614000),S&C AUTOMOTIVE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,577,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY S&C AUTOMOTIVE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY S&C AUTOMOTIVE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -12/10/2010,10V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V621000),"Volkswagen Group of America, Inc.",UNDERHOOD FUEL SUPPLY LINE,"FUEL SYSTEM, GASOLINE",20I4/U1,Vehicle,228236,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2006-2010 JETTA, NEW BEETLE, NEW BEETLE CONVERTIBLE, MODEL YEAR 2009 JETTA SPORTWAGEN AND MODEL YEAR 2007-2009 RABBIT VEHICLES EQUIPPED WITH 2.5L ENGINES. THE JETTA, JETTA SPORTWAGEN, AND RABBIT VEHICLES MAY HAVE A SMALL PLASTIC TAB LOCATED ON THE WINDSHIELD WASHER FLUID RESERVOIR THAT MAY CHAFE AGAINST AN UNDERHOOD FUEL SUPPLY LINE. THE NEW BEETLE AND THE NEW BEETLE CONVERTIBLE VEHICLES MAY HAVE A FASTENING CLAMP ON A HYDRAULIC HOSE OF THE POWER STEERING SYSTEM THAT MAY BE LOCATED IN AN IMPROPER POSITION WHICH COULD CAUSE CHAFING AGAINST AN UNDERHOOD FUEL SUPPLY LINE.","IF CHAFING OCCURS, THERE IS THE POTENTIAL FOR A FUEL LEAK TO DEVELOP. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND IF NECESSARY REPLACE THE UNDERHOOD FUEL LINE. ADDITIONALLY, DEPENDING ON THE VEHICLE MODEL, DEALERS WILL EITHER REMOVE THE PLASTIC TAB FROM THE WINDSHIELD WASHER FLUID RESERVOIR, OR INSPECT THE POSITION OF THE FASTENING CLAMP AND ADJUST THE RELATED FASTENING CLAMP INTO THE CORRECT POSITION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 31, 2011. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -12/09/2010,10V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V613000),Hyundai Motor America,BRAKE CALIPERS,"SERVICE BRAKES, HYDRAULIC",098,Vehicle,1785,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2011 SANTA FE VEHICLES MANUFACTURED FROM SEPTEMBER 28, 2010, THROUGH NOVEMBER 25, 2010. SOME OF THE REAR BRAKE CALIPERS MAY NOT HAVE BEEN PROPERLY MACHINED.","AS A RESULT, BRAKE FLUID WILL LEAK, FOLLOWED BY ILLUMINATION OF THE MALFUNCTION INDICATOR LIGHT INDICATING THE BRAKE FLUID LEVEL IS LOW AND SHOULD BE CHECKED, THEN A SOFT OR SPONGY BRAKE PEDAL FEEL, AND IF NOT SERVICED, REDUCED BRAKING POWER WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR CALIPERS AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2010. OWNERS MAY CONTACT HYUNDAI ROADSIDE ASSISTANCE AT 1-800-243-7766." -12/09/2010,10V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V638000),EXECUTIVE COACH BUILDERS,INTAKE MANIFOLD SHIELD REMOVAL,ENGINE AND ENGINE COOLING,FR5010,Vehicle,161,"EXECUTIVE COACH IS RECALLING CERTAIN MODEL YEAR 2008-2011 LINCOLN TOWN CAR LIMOUSINES. THE FUEL RAIL SHIELD WAS LEFT OFF DURING MANUFACTURING. IN A FRONTAL IMPACT THE ENGINE COULD POTENTIALLY BEND OR RUPTURE FUEL LINES IF THE REPLACEMENT SHIELD IS NOT IN PLACE, CAUSING THOSE LINES TO LEAK FUEL.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","EXECUTIVE COACH WILL SUPPLY KITS AND INSTALLATION INSTRUCTIONS TO HAVE VEHICLES REPAIRED AT A FACILITY OF THE OWNER'S CHOICE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT EXECUTIVE COACH AT 888-322-9272." -12/09/2010,10V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V615000),"UNIVERSAL TRAILERS, INC.",PLUG-IN REMOTE CONTROL RECEIVER/DIMPLEX,EQUIPMENT,NR (Not Reported),Vehicle,57,"SIERRA IS RECALLING CERTAIN TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",THIS COULD RESULT IN A FIRE.,"SIERRA IS WORKING WITH DIMPLEX AND WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON MARCH 16, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -12/09/2010,10V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V619000),"Genie Industries, Inc.",STEEL COMPONENT MATERIAL SPECIFICATION,EQUIPMENT,NR (Not Reported),Vehicle,19,GENIE IS RECALLING CERTAIN MODEL YEAR 2011 TZ-50 TRAILERS. MATERIALS USED IN THE BOOM AND CHASSIS COMPONENTS ARE SUSCEPTIBLE TO CRACKING.,"CRACKING IN THESE SUPPORTING STRUCTURES COULD RESULT IN THE PLATFORM FALLING, INCREASING THE RISK OF INJURIES AND/OR A VEHICLE CRASH.",GENIE WILL BE CONTACTING DEALERS AND MACHINE OWNERS TO ARRANGE FOR THE WORK TO BE DONE AT A SPECIFIED GENIE FACILITY. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2011. OWNERS MAY CONTACT GENIE'S SERVICE DEPARTMENT AT 800-536-1800. -12/09/2010,10E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E057000),"Meritor, Inc.",TRAILER AXLES/WHEEL END FIRE,POWER TRAIN,C11AA,Equipment,3776,ARVINMERITOR IS RECALLING CERTAIN TL SERIES TRAILER AXLES THAT CONTAIN THE FAG BRAND BEARING SYSTEM. THESE AXLES ARE SOLD AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS RECREATIONAL VEHICLES. THE BEARING SYSTEM HAS EXHIBITED LOW DURABILITY LIFE IN CERTAIN VEHICLE APPLICATIONS.,"PROLONGED USE OF THE SYSTEM IN THESE APPLICATIONS CAN RESULT IN THE DEGRADATION OF THE BEARING GREASE, THEREBY POTENTIALLY RESULTING IN A BEARING FAILURE AND SUBSEQUENT WHEEL END FIRE.",ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR ARVINMERITOR AT 1-248-435-1725. THIS CAMPAIGN HAS BEEN SUPERSEDED BY SAFETY RECALL CAMPAIGN 12E-015. -12/09/2010,10E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E058000),"Meritor, Inc.",WHEEL SEPARATION,POWER TRAIN,C11AB,Equipment,14869,ARVINMERITOR IS RECALLING CERTAIN TL SERIES TRAILER AXLES SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT AND SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN HEAVY TRUCKS AND RECREATIONAL VEHICLES. THE SPINDLE NUT MAY NOT HAVE BEEN PROPERLY TORQUED OR NOT TORQUED AT ALL ALLOWING EXCESSIVE END-PLAY IN THE WHEEL-END SYSTEM AND COULD PROGRESS TO A WHEEL SEPARATION.,SEPARATION OF THE WHEEL COULD RESULT IN A VEHICLE CRASH.,ARVINMERITOR WILL NOTIFY OWNERS WHO PURCHASE ANY AFFECTED AXLE AS AFTERMARKET REPLACEMENT EQUIPMENT. ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY AND REPAIR THE VEHICLES THAT CONTAIN THE SUBJECT AXLES FREE OF CHARGE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR ARVINMERITOR AT 1-866-668-7221. THIS RECALL HAS BEEN SUPERSEDED BY SAFETY RECALL CAMPAIGN 11E-016. -12/08/2010,10V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V611000),"Chrysler (FCA US, LLC)",HVAC DRAIN GROMMET,EQUIPMENT,K25,Vehicle,299635,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008 CHRYSLER TOWN AND COUNTRY AND DODGE GRAND CARAVAN VEHICLES. THESE VEHICLES MAY EXPERIENCE A WATER LEAK At THE HEATING AND AIR CONDITIONER (HVAC) DRAIN GROMMET WHICH CAN LEAD TO ILLUMINATION OF AIRBAG WARNING LIGHT AND A POTENTIAL INADVERTENT AIRBAG DEPLOYMENT.,AN INADVERTENT AIRBAG DEPLOYMENT COULD RESULT IN INJURY TO THE SEAT OCCUPANT IN FRONT OF THE DEPLOYING AIRBAG AND/OR A VEHICLE CRASH.,"DEALERS WILL REPLACE THE HVAC DRAIN GROMMET FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 14, 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -12/08/2010,10V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V612000),"Peterson Industries, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,110,PETERSON INDUSTRIES IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"PETERSON INDUSTRIES IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON JANUARY 12, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR PETERSON INDUSTRIES AT 1-785-282-6825." -12/07/2010,10V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V608000),Glaval Bus,INOPERABLE REAR HAZARD FLASHERS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,94,"GLAVAL IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 ENTOURAGE TRANSIT BUSES MANUFACTURED FROM NOVEMBER 2009 THROUGH NOVEMBER 1, 2010. THE REAR HAZARD LIGHTS DO NOT OPERATE PROPERLY WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND OTHER ASSOCIATED EQUIPMENT.",THE REAR HAZARD LIGHTS WILL NOT FUNCTION IF THE KEY IS IN THE IGNITION INCREASING THE RISK OF A CRASH IF THE BUS IS INCAPACITATED.,"GLAVAL WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 20, 2010. OWNERS MAY CONTACT GLAVAL AT 1-574-262-2212." -12/07/2010,10V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V616000),"Chrysler (FCA US, LLC)",POWER STEERING FLUID RESERVOIR CAP,STEERING,K33,Vehicle,62166,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010-2011 DODGE RAM TRUCKS MANUFACTURED FROM MARCH 2009 THROUGH OCTOBER 2010. SOME VEHICLES EQUIPPED WITH DIESEL ENGINE AND A HYDROBOOST BRAKE SYSTEM MAY BE EQUIPPED WITH A POWER STEERING RESERVOIR CAP WITH EXCESSIVE VENT PRESSURE LEVELS THAT MAY RESULT IN BRAKE PEDALS THAT ARE SLOW TO RETURN.,BRAKE LIGHTS THAT ARE SLOW TO EXTINGUISH COULD INCREASE THE RISK OF A CRASH.,CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE POWER STEERING RESERVOIR CAP FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2011. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -12/06/2010,10V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V604000),"LOADMASTER TRAILER COMPANY, LTD","15"" PAINTED WHEEL/MIS-ALIGNED WELDS",WHEELS,NR (Not Reported),Vehicle,11,"LOADMASTER IS RECALLING CERTAIN MODEL YEAR 2010 BOAT TRAILERS, MODELS 290T615OB, 250T615CB, 290T615NB, 340R615CB, 300R615CB, 210S615CB, 320R615CB, 340R615SB, AND 200S615NB MANUFACTURED FROM SEPTEMBER 10, 2010, THROUGH OCTOBER 16, 2010, EQUIPPED WITH TREDIT TIRE 15"" PAINTED WHEELS, MODELS SPOKE OR MOD. SOME OF THE WHEELS, WHICH FASTEN TO THE AXLE OF THE VEHICLE BODY AND SERVE AS A MOUNTING POINT FOR TIRES, COULD CONTAIN MIS-ALIGNED WELDS.","THE WHEELS MAY BREAK WHILE IN USE, INCREASING THE RISK OF A CRASH.","LOADMASTER WILL NOTIFY OWNERS AND REPAIR THE BOAT TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 3, 2011. OWNERS MAY CONTACT LOADMASTER AT 1-419-732-3434." -12/06/2010,10E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E056000),KINEDYNE CORPORATION,AFTERMARKET COMBINATION WINCH BAR,EQUIPMENT,NR (Not Reported),Equipment,10816,"KINEDYNE IS RECALLING CERTAIN AFTERMARKET COMBINATION WINCH BARS, PART NUMBERS 10032 (BLACK) AND 10033 (CHROME) SHIPPED FROM JANUARY 1, 2010, THROUGH OCTOBER 25, 2010. DUE TO A MANUFACTURING ANOMALY, THE SUBJECT WINCH BARS MAY BE PRONE TO FRACTURE AT THE WELD THAT JOINS THE STEEL BAR TO THE BOX END (CHAIN BINDER).","THIS ANOMALY MAY CAUSE THE WELD JOINT TO FAIL AND THE BOX END TO ABRUPTLY SEPARATE DURING NORMAL USE. IF THE WELD FAILS UNEXPECTEDLY, THE WINCH BAR COULD STRIKE THE USER OR CAUSE THE USER TO LOSE HIS OR HER BALANCE AND FALL (ESPECIALLY WHEN THE USER IS POSITIONED ON TOP OF THE TRAILER OR ITS CARGO DURING USE).","KINEDYNE WILL NOTIFY OWNERS OF RECORD AND REPLACE THE SUBJECT COMBINATION WINCH BARS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT KINEDYNE CUSTOMER SERVICE AT 1-800-848-6057." -12/06/2010,10V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V610000),"Altec Industries, Inc.",LOWER BOOM LIFT CYLINDER,EQUIPMENT,MAB 540,Vehicle,161,"ALTEC IS RECALLING CERTAIN MODEL YEAR 1994-1997 SERVICE VEHICLES BUILT FROM SEPTEMBER 1994 THROUGH MARCH 1997, AND EQUIPPED WITH AERIAL DEVICES WITH BOOM LIFT CYLINDER PART NUMBER 350-40094. THE HYDRAULIC CYLINDER AS MANUFACTURED COULD FAIL WHEN SUBJECT TO FREQUENT TENSILE LOADING.",FAILURE OF THE LOWER BOOM LIFT CYLINDER CAN CAUSE DEATH OR SERIOUS INJURY.,"ALTEC WILL REPLACE THE HYDRAULIC CYLINDERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -12/03/2010,10V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V602000),"PRECISION AUTO UPHOLSTERY, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,221,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY PRECISION AUTO UPHOLSTERY, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY PRECISION AUTO UPHOLSTERY, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -12/02/2010,10V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V592000),Skyline Corporation,"15"" PAINTED WHEEL/MIS-ALIGNED WELDS",WHEELS,NR (Not Reported),Vehicle,57,"SKYLINE IS RECALLING CERTAIN MODEL YEAR 2011 LAYTON, ALJO, NOMAD, WEEKENDER, AND MOUNTAIN VIEW RECREATIONAL VEHICLES AND FIFTH WHEEL TRAVEL TRAILERS MANUFACTURED FROM AUGUST 23, 2010, THROUGH SEPTEMBER 28, 2010, EQUIPPED WITH TREDIT TIRE 15"" PAINTED WHEELS, MODELS SPOKE OR MOD. SOME OF THE WHEELS, WHICH FASTEN TO THE AXLE OF THE VEHICLE BODY AND SERVE AS A MOUNTING POINT FOR TIRES, COULD CONTAIN MIS-ALIGNED WELDS.","THE WHEELS MAY BREAK WHILE IN USE, INCREASING THE RISK OF A CRASH.","SKYLINE WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 2, 2010. OWNERS MAY CONTACT SKYLINE CONSUMER RELATIONS AT 1-800-733-4250." -12/02/2010,10V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V595000),"Forest River, Inc.",FLAMMABILITY FABRICS/FMVSS 302,EQUIPMENT,NR (Not Reported),Vehicle,58,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 GEORGETOWN CLASS A MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS"". THE FABRICS USED IN WINDOW TREATMENTS, WINDOW VALANCES, DRAPERY, AND BED SPREADS ARE NOT TREATED WITH FLAME RETARDANT.",FAILURE TO HAVE THE FABRIC TREATED WITH FLAME RETARDANT IN THE EVENT OF A FIRE COULD CAUSE THE FABRIC TO BURN FASTER INCREASING THE RISK OF INJURIES TO OCCUPANTS.,"FOREST RIVER WILL BE SENDING REPLACEMENT PARTS TO THE DEALERS WITH FABRIC ALREADY TREATED WITH FLAME RETARDANT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 3, 2011. OWNERS MAY CONTACT FOREST RIVER AT 1-574-206-7605." -12/01/2010,10V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V609000),"Nu Wa Industries, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,292,NU WA IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,NU WA IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON JANUARY 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR NU WA INDUSTRIES AT 800-835-0676. -12/01/2010,10V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V603000),Van Hool N.V.,REMOTE MIRROR SWITCH/OVERHEATS,VISIBILITY,NR (Not Reported),Vehicle,1673,"VAN HOOL IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2011 TRANSIT BUSES AND MOTORCOACHES MANUFACTURED FROM AUGUST 2002 THROUGH OCTOBER 2010, EQUIPPED WITH HADLEY REMOTE MIRROR SWITCHES, PART NUMBERS 509VH AND 509VH1F. THE REAR VIEW MIRROR SWITCH MAY OVERHEAT, CAUSING THE PLASTIC HOUSING TO MELT.","EXCESSIVE HEATING CAN CAUSE A FIRE RESULTING IN SMOKE, OPERATOR DISTRACTION, OR PERSONAL INJURY. AN OVERHEATED MIRROR SWITCH COULD CAUSE THE EXTERIOR REAR VIEW MIRRORS TO NOT OPERATE. THE MIRRORS MAY NOT ADJUST PROPERLY FROM THE INTERIOR SWITCH OR OPERATE POORLY. THEREFORE, THE DRIVER MAY NOT BE ABLE TO HAVE FULL USE OF THE REAR VIEW MIRROR, INCREASING THE RISK OF A CRASH.","VAN HOOL WILL NOTIFY OWNERS VIA ITS DEALER ABC BUS INC. OWNERS WILL HAVE THE CHOICE TO PERFORM THE REPAIR THEMSELVES OR TO TAKE THE VEHICLE(S) TO AN ABC-LOCATION FOR REPAIR, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 10, 2011. OWNERS MAY CONTACT THE WARRANTY ADMINISTRATOR FOR ABC BUS, INC. TOLL FREE AT 1-877-427-7278." -12/01/2010,10V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V606000),Keystone RV Company,SIEMENS BREAKER,ELECTRICAL SYSTEM,10-152,Vehicle,2693,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 SPRINTER, COUGAR AND FUZION TRAVEL TRAILERS EQUIPPED WITH SIEMENS AND MURRAY ONE INCH PLUG-IN CIRCUIT BREAKERS. THE ""SPRING CLIP"" PLUG-IN ASSEMBLY MAY BREAK OR FAIL TO PROVIDE SUFFICIENT FORCE TO MAINTAIN A PROPER ELECTRICAL CONNECTION IN THE PANEL BOARD.","THIS COULD LEAD TO EXCESSIVE TEMPERATURE, ARCING OR THERMAL DAMAGE AT THE CONNECTION POINT AND POTENTIAL DAMAGE TO THE PANEL BOARD'S ELECTRICAL INSULATION WHICH COULD LEAD TO FIRE, PROPERTY DAMAGE, OR PERSONAL INJURY.","DEALERS WILL INSPECT THE BREAKERS AND REPLACE AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -12/01/2010,10V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V607000),"Heartland Recreational Vehicles, LLC",TREDIT STEEL WHEELS,WHEELS,99-01-06,Vehicle,527,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL TRAILERS EQUIPPED WITH 15""X6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","HEARTLAND WILL REPLACE THE WHEELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT HEARTLAND AT 877-262-8032." -11/29/2010,10V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V605000),"New Flyer of America, Inc.",RADIUS ROD BRACKET ASSEMBLIES,POWER TRAIN,R10-028,Vehicle,522,NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2008-2009 HEAVY DUTY TRANSIT BUSES. THE RADIUS ROD BRACKET WHICH ATTACHES THE FRONT AXLE RADIUS RODS TO THE VEHICLE FRAME MAY BE MISSING TWO OF THE FOUR REQUIRED WELDS.,"FAILURE OF A RADIUS ROD BRACKET ASSEMBLY MAY RESULT IN RESTRICTED STEERING CAPABILITY INCREASING THE RISK OF VEHICLE CRASH, INJURY OR DEATH.","DEALERS WILL INSPECT FOR RADIUS ROD BRACKETS AND WILL BE REPLACED WITH CERTIFIED PRODUCT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 13, 2010. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4876." -11/24/2010,10V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V599000),Kia Motors America,BRAKE CALIPERS,"SERVICE BRAKES, HYDRAULIC",SC087,Vehicle,7697,"KIA IS RECALLING CERTAIN MODEL YEAR 2011 SORENTO VEHICLES MANUFACTURED FROM SEPTEMBER 14, 2010, THROUGH OCTOBER 4, 2010. SOME OF THE REAR BRAKE CALIPERS MAY NOT HAVE BEEN PROPERLY MACHINED.","AS A RESULT, BRAKE FLUID WILL LEAK, FOLLOWED BY ILLUMINATION OF THE MALFUNCTION INDICATOR LIGHT INDICATING THE BRAKE FLUID LEVEL IS LOW AND SHOULD BE CHECKED, THEN A SOFT OR SPONGY BRAKE PEDAL FEEL, AND IF NOT SERVICED, REDUCED BRAKING POWER WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR CALIPERS AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 10, 2010. OWNERS MAY CONTACT KIA CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -11/24/2010,10V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V600000),Mazda Motor Corp.,INOPERATIVE FUEL PUMP,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,16200,"MAZDA IS RECALLING CERTAIN MODEL YEAR 2009-2010 MAZDA5 VEHICLES MANUFACTURED FROM JUNE 29, 2009, THROUGH APRIL 28, 2010. WATER MAY NOT HAVE BEEN REMOVED COMPLETELY FROM THE HARNESS CONNECTOR OF THE FUEL PUMP DUE TO VARIATIONS IN THE FUEL TANK LEAK CHECK PROCESS PERFORMED BEFORE VEHICLE ASSEMBLY. THE CONNECTOR PIN MAY CORRODE, POTENTIALLY CAUSING THE PIN TO BREAK.","THIS COULD LEAD TO AN INOPERATIVE FUEL PUMP, ENGINE STALL AND THE INABILITY TO RESTART THE ENGINE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FUEL PUMP CONNECTOR AND IF NECESSARY IT WILL BE REPLACED AND THE HARNESS WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT MAZDA CUSTOMER ASSISTANCE CENTER AT 1-800-222-5500." -11/24/2010,10V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V601000),PACCAR Incorporated,KENWORTH/DOOR LABELS/PART 567,EQUIPMENT,10KWJ,Vehicle,97,"PACCAR IS RECALLING CERTAIN MODEL YEAR KENWORTH T660 AND T800 VEHICLES MANUFACTURED FROM SEPTEMBER 13, 2010, THROUGH NOVEMBER 19, 2010, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. PART 567, ""CERTIFICATION."" THE STEER AXLE GAWR AND GVWR RECORDED ON THE VEHICLE'S DOOR LABELS MAY BE INACCURATE AND OVERSTATE THE ACTUAL LOAD CAPACITY OF COMPONENTS INSTALLED ON THE VEHICLE.",THIS MAY LEAD TO AN OWNER OVERLOADING THE VEHICLE WHICH CAN INCREASE THE RISK OF A TIRE FAILURE AND CRASH.,"DEALERS WILL INSPECT AND REPLACE THE DOOR LABELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -11/24/2010,10V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V596000),"Coachmen RV Company, LLC",STEEL RIMS/MIS-ALIGNED WELDS/TREDIT TIRE,WHEELS,NR (Not Reported),Vehicle,215,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2011 CATALINA AND FREEDOM EXPRESS COACHES MANUFACTURED FROM AUGUST 23, 2010, THROUGH SEPTEMBER 28, 2010 AND EQUIPPED WITH 15"" X 6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","COACHMEN WILL REPLACE THE WHEELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 14, 2011. OWNERS MAY CONTACT COACHMEN RV CUSTOMER SERVICE AT 1-800-453-6064." -11/23/2010,10V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V598000),"Altec Industries, Inc.",ARTICULATING ARM FIBERGLASS LINK INSPECTION,EQUIPMENT,CSN 535,Vehicle,8600,"ALTEC IS RECALLING CERTAIN MODEL YEAR 1998-2008 AERIAL DEVICES VEHICLES BUILT FROM JANUARY 1998 THROUGH MAY 2008. THE GLUE BOND JOINT IN THE INSULATING ARM LINK MAY FAIL OVER TIME. THE CONNECTION IS ALSO SECURED BY EIGHT BOLTS, BUT WITH THE LOSS OF THE GLUE BOND, THE FASTENERS COULD FATIGUE OVER TIME AND FAIL.","FAILURE OF THE GLUE BOND AND FASTENERS COULD RESULT IN SEPARATION OF THE FIBERGLASS LINK FROM THE STEEL INSERTS. AS A RESULT, THE PLATFORM ON WHICH A SERVICE TECHNICIAN WOULD STAND COULD FAIL DURING USE RESULTING IN DEATH OR SERIOUS INJURY.","ALTEC WILL PROVIDE INSTRUCTIONS ON HOW TO INSPECT THE FIBERGLASS INSULATING LINK AND FASTENERS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -11/23/2010,10V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V617000),"Coachmen RV Company, LLC",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,371,COACHMEN IS RECALLING CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"COACHMEN IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON MARCH 2, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR COACHMEN AT 574-825-8360." -11/23/2010,10V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V597000),Keystone RV Company,STEEL WHEELS/MIS-ALIGNED WELDS/TREDIT TIRE,WHEELS,10-157,Vehicle,2338,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL TRAILERS EQUIPPED WITH 15"" X 6"" WHITE SPOKE OR MODULAR DESIGN STEEL WHEELS WITH A SIX HOLE BOLT PATTERN. SOME OF THE WHEELS MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE OUTER RING AND THE CENTER PLATE DUE TO IMPROPER PLATE ALIGNMENT.","THERE COULD BE A POTENTIAL WHEEL FAILURE AND WHEEL LOSS INCREASING THE RISK OF A CRASH, OR PERSONAL INJURY.","KEYSTONE WILL REPLACE THE WHEELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 15, 2010. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -11/23/2010,10V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V618000),Glaval Bus,TRANS/AIR TA-73 EVAPORATOR/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,119,"GLAVAL IS RECALLING CERTAIN MODEL YEAR 2002, 2003, 2006, 2007, AND 2008 FORD E350/E450 UNIVERSAL, CHEVY/GMC 4500/5500 TITAN AND FREIGHTLINER MB-55 APOLLO TRANSIT BUSES MANUFACTURED FROM AUGUST 1999 THROUGH JULY 2007, AND EQUIPPED WITH A TRANS/AIR TA73 EVAPORATOR. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"GLAVAL IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 23, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -11/23/2010,10V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V594000),Keystone RV Company,TRANSFER SWITCH,ELECTRICAL SYSTEM,10-153,Vehicle,6297,"KEYSTONE IS RECALLING CERTAIN FIFTH WHEEL TRAILERS WITH A GENERATOR READY OPTION. IF THE TRANSFER SWITCH IS NOT INSTALLED TO THE PROPER SPECIFICATIONS, THE ELEVATED ELECTRICAL LOADS ASSOCIATED WITH THE RECREATIONAL VEHICLE USE IN HIGHER AMBIENT TEMPERATURES MAY CAUSE OVERHEATING OF THE LUGS AND DEGRADING OF THE ELECTRICAL CONNECTIONS.",OVERHEATING OF THE CONNECTIONS COULD RESULT IN A FIRE.,DEALERS WILL INSPECT AND REPLACE THE TRANSFER SWITCH IF NECESSARY FREE OF CHARGE. THE SAFETY WAS SUPERCEDED BY CAMPAIGN 11V-577. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369. -11/22/2010,10V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V591000),"Volvo Car USA, LLC",FRONT PASSENGER SIDE SEAT RAIL,SEATS,R235,Vehicle,7420,VOLVO IS RECALLING CERTAIN PASSENGER VEHICLES EQUIPPED WITH POWER FRONT PASSENGER SEATS. THE FRONT SEAT RAIL'S DETECTION SYSTEM WAS MANUFACTURED INCORRECTLY AND MAY PERMIT THE PASSENGER TO FORWARD THE SEAT BEYOND THE INTENDED MAXIMUM.,POSITIONING OF THE SEAT BEYOND THE INTENDED MAXIMUM CAN CAUSE INCREASED RISK OF INJURY TO THE PASSENGER IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE FRONT POWER SEAT STOPS FOR BOTH FRONT SEATS FOR THE PRESENCE OF AN ""END STOP"" AND REPAIR THE VEHICLES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 23, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552 OR AT CUSTOMERCARE@VOLVOFORLIFE.COM." -11/22/2010,10V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V590000),Heil Environmental,INADVERTENT MOVEMENT OF THE LIFT/GRAB ARM,STRUCTURE,NR (Not Reported),Vehicle,2201,HEIL IS RECALLING CERTAIN 2004 THROUGH 2010 DURAPACK AND MULTIPACK REFUSE COLLECTION VEHICLE AUTOMATED SIDE LOADERS WITH PYTHON LIFTS UTILIZING PROGRAMMABLE LOGIC CONTROL (PLC) TO ACTIVATE GRABBER CLOSE AND LIFT FUNCTIONS. CARBON CAN BUILD UP ON INTERNAL RELAYS WITHIN THE PLC AND THIS CAN CAUSE A BRIDGING OR INADVERTENT CIRCUIT COMPLETION DUE TO VIBRATION.,"SHOULD THIS HAPPEN, THE ARM CAN LIFT OR GRAB WITHOUT OPERATOR INPUTS, POSSIBLY RESULTING IN A VEHICLE CRASH OR INJURIES TO PERSONS OUTSIDE THE VEHICLE.","HEIL WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A RETROFIT KIT TO REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 4, 2011. OWNERS MAY CONTACT HEIL CUSTOMER SUPPORT TOLL FREE AT 1-866-275-4345." -11/22/2010,10E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E054000),"JL AUDIO, INC.",MOBILE AUDIO AMPLIFIER/OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,5900,"JL AUDIO IS RECALLING CERTAIN MOBILE AUDIO AMPLIFIERS, MODEL HD750/1, SOLD AS AFTERMARKET EQUIPMENT FOR USE IN MOTOR VEHICLES. A PART OF THE CIRCUIT BOARD CAN FAIL WHICH WILL ALLOW THE CIRCUIT BOARD TO OVERHEAT AND MELT.",THIS CAN PRODUCE SMOKE AND POSSIBLY FIRE IN THE MOTOR VEHICLE.,"JL AUDIO WILL NOTIFY OWNERS OF RECORD AND WILL REPAIR THE AMPLIFIERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 3, 2010. OWNERS MAY CONTACT JL AUDIO CUSTOMER SERVICE DEPARTMENT AT 1-888-JLAUDIO (552-8346)." -11/22/2010,10V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V584000),"Gulf Stream Coach, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1328,GULF STREAM IS RECALLING CERTAIN RECREATIONAL VEHICLES AND FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"GULF STREAM IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON MARCH 23, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR GULF STREAM AT 1-574-773-7761." -11/22/2010,10V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V585000),"Tiffin Motorhomes, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2717,TIFFIN IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"TIFFIN IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON FEBRUARY 17, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR TIFFIN AT 1-256-356-8661." -11/18/2010,10V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V582000),"All American Specialty Vehicles, LLC",ALTERNATOR CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28,"ALL AMERICAN SPECIALTY VEHICLES IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 SPIRIT OF MOBILITY TRANSIT BUSES MANUFACTURED FROM JANUARY 1, 2009, THROUGH APRIL 11, 2010, AND EQUIPPED WITH PENN TEX 200 AMP ALTERNATORS. THESE VEHICLES HAVE THE POSITIVE CABLE FROM THE REAR OF THE ALTERNATOR ROUTED OVER THE TRANSMISSION DIPSTICK TUBE TO THE POSITIVE BATTERY TERMINAL AND CAN BECOME PINCHED BETWEEN THE BLOWER MOTOR HOUSING AND THE TRANSMISSION DIPSTICK TUBE. THE PINCHING MAY CAUSE THE CABLES PROTECTIVE CONVOLUTE AND INSULATION TO WEAR THROUGH TO THE WIRE. THIS CABLE IS ALWAYS ""HOT"" (CARRYING ELECTRICAL CURRENT).",AN EXPOSED CABLE CARRYING ELECTRICAL CURRENT COULD GENERATE SUFFICIENT HEAT TO IGNITE THE TRANSMISSION FLUID WITHIN THE TUBE WHICH COULD RESULT IN A FIRE.,"DEALERS WILL PERFORM THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 14, 2010. OWNERS MAY CONTACT ALL AMERICAN SPECIALTY VEHICLES CUSTOMER SERVICE AT 1-866-953-5555." -11/18/2010,10V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V575000),"General Motors, LLC",CHILD RESTRAINT ANCHORAGE SYSTEMS FMVSS 225,CHILD SEAT,10367,Vehicle,192676,"GM IS RECALLING CERTAIN MODEL YEAR 2004-2011, CHEVROLET COLORADO, GMC CANYON, MODEL YEAR 2006, ISUZU I-280/I-350, AND MODEL YEAR 2007-2008, I-290/I-370, REGULAR CAB VEHICLES AND EXTENDED CAB VEHICLES WITHOUT A REAR SEAT AND EQUIPPED WITH A FRONT 60/40 SPLIT BENCH SEAT. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE TOP TETHER ANCHOR FOR THE FRONT CENTER SEAT IS NOT ACCESSIBLE AND THE OWNER MANUAL DOES NOT INCLUDE INSTRUCTIONS REGARDING HOW TO USE THE TOP TETHER.","BOTH NHTSA AND GM DISCOURAGE PLACEMENT OF A CHILD IN A FRONT SEAT. NEVERTHELESS, THERE ARE INDIVIDUAL CIRCUMSTANCES THAT MAY REQUIRE PLACEMENT OF A CHILD IN A RESTRAINT IN THE FRONT CENTER SEATING POSITION OF THIS VEHICLE THAT DOES NOT OFFER A REAR SEAT. LACK OF ACCESS TO THE TOP TETHER ANCHOR AND A LACK OF INSTRUCTIONS AS TO HOW TO USE IT, MAY RESULT IN IMPROPER INSTALLATION OF A CHILD RESTRAINT. IMPROPER INSTALLATION OF A CHILD RESTRAINT CAN RESULT IN A REDUCTION IN THE RESTRAINT'S PERFORMANCE IN THE EVENT OF A CRASH AND AN INCREASED RISK OF INJURY OR DEATH TO THE CHILD SEATED IN THE RESTRAINT.","DEALERS WILL CUT A HOLE INTO THE BACK PANEL TRIM COVER TO ALLOW ACCESS TO THE TOP TETHER ANCHOR FOR THE FRONT CENTER SEAT POSITION AND WILL PROVIDE SUPPLEMENTAL INFORMATION AS TO USE IN THE OWNER'S MANUAL. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, ISUZU AT 1-800-255-6727 OR VISIT GM'S WEBSITE AT WWW.GMOWNERCENTER.COM." -11/18/2010,10V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V593000),"Champion Bus, Inc.",EVAPORATORS/POSSIBLE OVERHEATING/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,107,"CHAMPION BUS IS RECALLING CERTAIN BUSES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"CHAMPION BUS IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -11/18/2010,10V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V574000),"Navistar, Inc.",OIL LEAK/POSSIBLE ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,10519,Vehicle,416,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 IC BUS CE SCHOOL BUSES MANUFACTURED FROM FEBRUARY 25, 2010, THROUGH SEPTEMBER 20, 2010. THE ENGINE TURBO OIL SUPPLY LINE MAY RUB ON THE FRAME RAIL POSSIBLY CAUSING AN OIL LEAK IN THE ENGINE COMPARTMENT.",AN OIL LEAK IN THE ENGINE COMPARTMENT MAY CAUSE A FIRE.,"IC BUS WILL NOTIFY OWNERS AND IC BUS DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 14, 2011. OWNERS MAY CONTACT IC BUS AT 1-800-448-7825." -11/18/2010,10V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V576000),"Navistar, Inc.",OIL LEAK/POSSIBLE ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,10518,Vehicle,2309,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 INTERNATIONAL COMMERCIAL TRUCKS MODELS 4300 AND 4400 AND 2011 IC BUS MODELS CE AND HC COMMERCIAL BUSES MANUFACTURED FROM FEBRUARY 25, 2010, THROUGH SEPTEMBER 20, 2010. THE ENGINE TURBO OIL SUPPLY LINE MAY RUB ON THE FRAME RAIL POSSIBLY CAUSING AN OIL LEAK IN THE ENGINE COMPARTMENT.",AN OIL LEAK IN THE ENGINE COMPARTMENT MAY CAUSE A FIRE.,"NAVISTAR WILL NOTIFY OWNERS AND INTERNATIONAL DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 14, 2011. OWNERS MAY CONTACT NAVISTAR 1-800-448-7825." -11/18/2010,10V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V572000),"Foretravel, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,4,"FORETRAVEL IS RECALLING CERTAIN MODEL YEAR 1998, 1999, 2001, AND 2002 MODEL U320 COACHES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.",THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"FORETRAVEL IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON DECEMBER 10, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR FORETRAVEL AT 1-936-564-8367." -11/18/2010,10V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V573000),"Featherlite, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,4,FEATHERLITE TRAILERS IS RECALLING CERTAIN TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"FEATHERLITE TRAILERS IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR FEATHERLITE TRAILERS AT 1-877-903-1444." -11/17/2010,10V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V589000),"Dutchmen Manufacturing, Inc.",CIRCUIT BREAKERS/SPRING CLIP FAILURE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1723,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL TRAILERS MANUFACTURED FROM JUNE 10, 2010, THROUGH SEPTEMBER 3, 2010, AND EQUIPPED WITH SIEMENS AND MURRAY ONE INCH PLUG-IN CIRCUIT BREAKERS. THE ""SPRING CLIP"" PLUG-IN ASSEMBLY MAY BREAK OR FAIL TO PROVIDE SUFFICIENT FORCE TO MAINTAIN A PROPER ELECTRICAL CONNECTION IN THE PANEL BOARD.","THIS COULD LEAD TO EXCESSIVE TEMPERATURE, ARCING OR THERMAL DAMAGE AT THE CONNECTION POINT, AND POTENTIAL DAMAGE TO THE PANEL BOARD'S ELECTRICAL INSULATION WHICH COULD LEAD TO FIRE, PROPERTY DAMAGE, OR PERSONAL INJURY.","DEALERS WILL INSPECT THE BREAKERS AND REPLACE AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 1-574-537-0700." -11/17/2010,10V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V583000),"Navistar, Inc.",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,R10019,Vehicle,16,NAVISTAR IS RECALLING CERTAIN MOTOR COACH AND RECREATIONAL VEHICLES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"NAVISTAR IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 8, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749." -11/17/2010,10V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V569000),SHOWTIME CONVERSIONS,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,10,"SHOWTIME CONVERSIONS IS RECALLING CERTAIN MODEL YEAR 2001, 2002, AND 2004 SHOWHAULER RECREATIONAL VEHICLES; 1999 AND 2000 CLASSIC CAR TRAILERS; 2006 WILDSIDE RECREATIONAL VEHICLES; AND 2007 SHOWTIME HORSE TRAILERS, EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.",THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"SHOWTIME IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR MORE INFORMATION. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR SHOWTIME CONVERSIONS AT 1-574-534-8340." -11/17/2010,10V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V587000),Keystone RV Company,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,10-150,Vehicle,4770,KEYSTONE IS RECALLING CERTAIN RECREATIONAL VEHICLES AND FIFTH WHEEL TRAILERS EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"KEYSTONE IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN ON DECEMBER 10, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR KEYSTONE AT 866-425-4369." -11/17/2010,10V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V588000),"Navistar, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,R10021,Vehicle,85,NAVISTAR IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"NAVISTAR IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -11/17/2010,10V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V586000),"Navistar, Inc.",STEERING SYSTEM DRAGLINK,STEERING,10517,Vehicle,46,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 INTERNATIONAL 7300, 7400, AND 7500 VEHICLES MANUFACTURED FROM JUNE 30, 2010, THROUGH OCTOBER 13, 2010. THESE VEHICLES WERE BUILT WITH AN INCORRECT STEERING SYSTEM DRAGLINK.","DRIVERS MAY EXPERIENCE DEGRADED STEERING FEEL AND CONTROL, INCREASING THE RISK OF A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE STEERING DRAGLINK AND PITMAN ARM AND WILL ALSO INSPECT THE STEERING ARM FOR DAMAGE AND REPLACE IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. ALL THE AFFECTED VEHICLES HAVE BEEN REPAIRED, THEREFORE AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -11/17/2010,10V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V579000),"Volvo Car USA, LLC",TRANSMISSION AND ENGINE CONTROL MODULE,ENGINE AND ENGINE COOLING,R234,Vehicle,6046,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2011, S80, S60, XC70 AND XC60 VEHICLES. THE SOFTWARE CALIBRATION FOR THE FUEL CUT-OFF FUNCTIONALITY IN THE ENGINE CONTROL MODULE (ECM) IS TOO SENSITIVE.",SUDDEN ENGINE STALL COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL UPDATE THE ECM AND TCM WITH NEW SOFTWARE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 10, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552 OR AT CUSTOMERCARE@VOLVOFORLIFE.COM." -11/16/2010,10V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V563000),Thor Motor Coach,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,3488,TMC IS RECALLING CERTAIN MODEL YEAR 2004-2011 DAMON AND FOUR WINDS RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,"THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK, MAY NOT SHUT-OFF IN SUFFICIENT TIME TO PREVENT A FIRE.","TMC IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL NFORMATION. THE RECALL BEGAN ON JANUARY 12, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR THOR MOTOR COACH AT 1-877-855-2867." -11/16/2010,10V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V565000),"Dutchmen Manufacturing, Inc.",REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,455,DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2008-2011 GRAND JUNCTION AND 2011 VOLTAGE RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"DUTCHMEN IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE SAFETY RECALL BEGAN ON DECEMBER 10, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR DUTCHMEN AT 1-574-537-0700." -11/15/2010,10V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V562000),STARTRANS BUS CORPORATION,EVAPORATOR SYSTEM/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2393,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 CANDIDATE, CANDIDATE II, SENATOR HD, TROLLEY, PRESIDENT, SENATOR, AND SENATOR II TRANSIT BUSES EQUIPPED WITH TRANS/AIR TA73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"TRANS/AIR, IN COOPERATION WITH STARTRANS, WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -11/15/2010,10V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V561000),STARTRANS BUS CORPORATION,EVAPORATOR SYSTEM/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,53,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2003-2007 MFSAB SCHOOL ACTIVITY BUSES EQUIPPED WITH TRANS/AIR TA73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"TRANS/AIR, IN COOPERATION WITH STARTRANS, WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 7, 2011. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -11/15/2010,10V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V560000),"ROGUE INDUSTRIES, INC.",SWING TONGUE,EQUIPMENT,NR (Not Reported),Vehicle,442,"ROGUE INDUSTRIES IS RECALLING CERTAIN MODEL YEAR 2008-2010 ROGUE MODEL S/A AND T/A BOAT TRAILERS EQUIPPED WITH CEQUENT 3X3"" AND 3X4"" FULTON SWING TONGUE UNITS. THE PIVOT BOLT CAN SHEAR ALLOWING THE TRAILER TONGUE TO SWING ALLOWING THE TRAILER AND BOAT TO COME FORWARD AND HIT THE TOWING VEHICLE.","SHOULD THE BOAT/TRAILER HIT THE TOWING VEHICLE, THE DRIVER MAY LOOSE CONTROL OF THE VEHICLE POSSIBLY RESULTING IN A CRASH.","ROGUE WILL NOTIFY OWNERS AND THE TRAILERS WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 4, 2011. OWNERS MAY CONTACT ROGUE INDUSTRIES AT 541-830-6930." -11/12/2010,10V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V571000),Volvo Trucks North America,AIR RELEASE FIFTH WHEEL,"SERVICE BRAKES, AIR",RVXX1006,Vehicle,6187,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2007 AND 2009 VHD, MODEL YEAR 2006 THROUGH 2010 VN, AND MODEL YEAR 2007 THROUGH 2009 VT TRUCKS MANUFACTURED FROM NOVEMBER 7, 2005, THROUGH OCTOBER 30, 2009, EQUIPPED WITH AN AIR RELEASE FIFTH WHEEL. THE INVERSION VALVE ON THE FRAME MAY BE ORIENTATED WHERE CONTAMINANTS CAN ENTER THE VALVE THROUGH THE EXHAUST PORT. AS A RESULT, THE BRAKE VALVE MAY CORRODE.","CORROSION OF THE VALVE CAN CAUSE IT TO MALFUNCTION, THEREBY ADVERSELY AFFECTING BRAKING PERFORMANCE AND INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE INVERSION VALVE AND REPLACE AS REQUIRED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 18, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/12/2010,10E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E053000),SIEMENS CORPORATION,CIRCUIT BREAKERS/SPRING CLIP FAILURE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,20000,"SIEMENS IS RECALLING CERTAIN MURRAY AND SIEMENS CIRCUIT BREAKERS MANUFACTURED IN JUNE 2010, DATE CODE ""0610"", AND IN ADDITION, SOME CIRCUIT BREAKERS MANUFACTURED WITHIN THE SUBJECT PERIOD STAMPED WITH A DATE CODE FOR JULY 2010, ""0710"". THESE CIRCUIT BREAKERS WERE SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR VARIOUS RV MANUFACTURERS. THE SPRING CLIP WITHIN THE CIRCUIT BREAKER CAN BREAK.","IF THE SPRING CLIP BREAKS, IT COULD RESULT IN A LOOSE CONNECTION OF THE BREAKER TO THE STAB. OVER TIME, THIS CONDITION COULD LEAD TO EXCESSIVE TEMPERATURE, ARCING OR THERMAL DAMAGE AT THE CONNECTION POINT WHICH COULD RESULT IN A FIRE.","SIEMENS IS WORKING WITH THE RV MANUFACTURERS TO IDENTIFY AND NOTIFY OWNERS WHO MAY HAVE HAD THE AFFECTED CIRCUIT BREAKERS INSTALLED IN THEIR VEHICLE. THE AFFECTED CIRCUIT BREAKERS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2010. OWNERS MAY CONTACT SIEMENS AT 1-800-756-6996." -11/12/2010,10V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V559000),"KZRV, L.P.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,552,"KZRV IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",THIS COULD RESULT IN A FIRE.,"KZRV IS WORKING WITH DIMPLEX AND WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 17, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -11/12/2010,10V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V555000),"Nissan North America, Inc.",POSITIVE BATTERY TERMINAL CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13737,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010-2011 SENTRA VEHICLES, MANUFACTURED FROM MAY 22, 2010, THROUGH JULY 8, 2010. DUE TO A MACHINING IRREGULARITY, THE BOLT/WASHER SURFACE ON THE POSITIVE BATTERY TERMINAL CABLE END MAY ALLOW FOR A GAP TO OCCUR IN THE CONTACT AREA OF THE TERMINAL. THIS CAN RESULT IN A VOLTAGE DROP THAT MAY CAUSE DIFFICULTY STARTING THE VEHICLE AND COULD CAUSE DAMAGE TO THE ENGINE CONTROL MODULE.",THIS ISSUE CAN CAUSE THE ENGINE TO STOP RUNNING WHILE THE VEHICLE IS IN MOTION AT LOW SPEED WITH A DIFFICULT OR NO START INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE POSITIVE BATTERY TERMINAL CABLE END WITH A NEW ONE FREE OF CHARGE. THE SAFETY RECALL BEGAN PN NOVEMBER 29, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/12/2010,10V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V581000),"Jaguar Land Rover North America, LLC",SUPPLEMENTARY RESTRAINT SYSTEM WARNING LAMP,AIR BAGS,P116,Vehicle,2956,"LAND ROVER IS RECALLING CERTAIN MODEL YEAR 2010-2011 LR2 VEHICLES MANUFACTURED FROM NOVEMBER 12, 2009, THROUGH AUGUST 23, 2010. THE SHORTING BAR IN THE CLOCK SPRING MAY BECOME DISCONNECTED WHEN THE DRIVER'S AIR BAG MODULE CONNECTOR IS INSTALLED.","THE DRIVER'S FRONTAL AIRBAG MAY NOT DEPLOY AS INTENDED OR AT ALL AND THEREFORE WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER, INCREASING THE RISK OF INJURY.","DEALERS WILL INSTALL A SPACER INTO THE DRIVER'S AIRBAG CLOCK SPRING HARNESS CONNECTOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 13, 2010. OWNERS MAY CONTACT LAND ROVER AT 800-637-6837." -11/12/2010,10V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V578000),"Jaguar Land Rover North America, LLC",VEHICLES WIPER ARM DURABILITY,VISIBILITY,J019,Vehicle,6475,"JAGUAR IS RECALLING CERTAIN MODEL YEAR 2010-2011 XJ VEHICLES MANUFACTURED FROM JULY 28, 2009, THROUGH NOVEMBER 3, 2010. THE FRONT WIPER ARMS TO SPINDLE FIXINGS WERE NOT TORQUED TO SPECIFICATION DURING MANUFACTURING. AS A RESULT, THE SECURING NUTS COULD FAIL TO PERFORM AS INTENDED, RESULTING IN A LOSS OF WIPER ARM SYNCHRONIZATION AND A CLASH OF THE WIPER ARMS.","IF THE WIPER ARMS LOSE SYNCHRONIZATION AND CLASH, THEY COULD DETACH FROM THE VEHICLE, REDUCING A DRIVER'S VISIBILITY AND INCREASING THE RISK OF CRASH.","DEALERS WILL ENSURE THE WIPER ARMS ARE FITTED SECURELY ONTO THE SPINDLE AND THE SECURING NUTS WILL BE TIGHTENED TO THE CORRECT TORQUE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE DECEMBER 13, 2010. OWNERS MAY CONTACT JAGUAR AT 1-800-637-6837." -11/11/2010,10V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V570000),Keystone RV Company,CROSS MEMBERS,STRUCTURE,10-154,Vehicle,576,"KEYSTONE IS RECALLING CERTAIN 2010-2011 MONTANA FIFTH WHEEL TRAILERS MANUFACTURED FROM SEPTEMBER 3, 2009, THROUGH SEPTEMBER 28, 2010. UNDER CERTAIN SIDE LOAD STRESS CONDITIONS THE FRAME EXHIBITS EXCESSIVE FLEXING AT THE AREA OF THE CENTER AXLE SPRING HANGERS.","THIS FLEXING IN EXTREME CIRCUMSTANCES CAN RESULT IN EXTENSIVE FRAME DAMAGE, LEADING TO AN INCREASED RISK OF PROPERTY DAMAGE AND/OR VEHICLE CRASH.","KEYSTONE WILL INSTALL A CROSS MEMBER BETWEEN THE CENTER SPRING HANGERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 23, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -11/11/2010,10V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V554000),"Nissan North America, Inc.",STEERING COLUMN LOWER SHAFT,STEERING,R1037,Vehicle,500552,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2002-2004 FRONTIER VEHICLES MANUFACTURED FROM JULY 9, 2001 THROUGH OCTOBER 20, 2004, AND MODEL YEAR 2002-2004, XTERRA VEHICLES MANUFACTURED FROM JULY 9, 2001, THROUGH JANUARY 6, 2005. OVER TIME CORROSION MAY FORM IN THE LOWER STEERING COLUMN JOINT AND LIMIT MOVEMENT OF THE JOINT. THE LIMITED MOVEMENT OF THIS JOINT MAY CREATE EXCESSIVE LOAD ON THE LOWER STEERING COLUMN SHAFT. IF THE VEHICLE CONTINUES TO BE DRIVEN IN THIS CONDITION, IT MAY LEAD TO CRACKING OF THE SHAFT DURING LOW SPEED MANEUVERS THAT REQUIRE LARGE STEERING INPUTS.",THE SHAFT MAY BREAK WHICH COULD RESULT IN LOSS OF STEERING CONTROL DURING THESE LOW SPEED MANEUVERS INCREASING THE RISK OF A CRASH.,"THE STEERING COLUMN SHAFT AND JOINT WILL BE REPLACED WITH A SHAFT OF A DIFFERENT DESIGN. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 13, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/10/2010,10V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V564000),"Volvo Car USA, LLC",CURTAIN AIR BAG,AIR BAGS,R233,Vehicle,58,VOLVO IS RECALLING CERTAIN MODEL YEAR 2010 XC60 VEHICLES. THE CURTAIN AIR BAGS MAY HAVE BEEN MIS-ASSEMBLED DURING THE MANUFACTURING PROCESS. THIS MAY CAUSE AN AIR BAG TO NOT DEPLOY OR NOT DEPLOY AS INTENDED.,"IF THE CURTAIN AIR BAG DOES NOT PERFORM AS INTENDED IN THE EVENT OF A VEHICLE CRASH NECESSITATING DEPLOYMENT OF THAT AIR BAG, IT MAY NOT PROPERLY PROTECT THE OCCUPANT, INCREASING THE RISK OF INJURIES.","DEALERS WILL INSPECT THE LEFT AND RIGHT CURTAIN AIR BAG ASSEMBLY AND ADJUST IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552 OR AT CUSTOMERCARE@VOLVOFORLIFE.COM." -11/10/2010,10V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V568000),"Eldorado National- California, Inc.",DRAG LINK,STEERING,110910,Vehicle,1084,"ELDORADO NATIONAL - CALIFORNIA IS RECALLING CERTAIN MODEL YEAR 2006-2011 EZ RIDER II BUSES MANUFACTURED FROM APRIL 1, 2006, THROUGH NOVEMBER 30, 2010, WITH A DEFECTIVE STEERING DRAG LINK. THE DRAG LINKS ARE NOT OF SUFFICIENT STRENGTH FOR THE DUTY CYCLE IN WHICH THEY ARE OPERATING. THE DRAG LINKS HAVE EXPERIENCED FATIGUE FAILURE AT THEIR REAR ADJUSTMENT POINT.",A DRAG LINK FAILURE COULD RESULT IN STEERING FAILURE AND A LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"ELDORADO NATIONAL - CALIFORNIA WILL INSPECT AND INSURE THAT THEY HAVE THE DEFECTIVE DRAG LINK AND IF FOUND IT WILL BE REPLACED WITH A NEW ONE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 12, 2011. OWNERS MAY CONTACT ELDORADO NATIONAL - CALIFORNIA AT 937-596-6111." -11/10/2010,10V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V577000),REV Recreation Group,HIGH/LOW BEAM HEADLIGHTS FMVSS 108,EXTERIOR LIGHTING,101105FRV,Vehicle,84,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2011 TERRA CLASS A MOTOR HOMES MANUFACTURED FROM JUNE 6, 2010, THROUGH OCTOBER 4, 2010, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HIGH-BEAM AND LOW-BEAM HEADLIGHTS ARE NOT IN THE CORRECT POSITIONS AS SPECIFIED BY FMVSS 108.",INCORRECT POSITIONING OF THE HIGH AND LOW-BEAMS ON HEADLIGHTS COULD RESULT IN GLARE TO ONCOMING DRIVERS AND/OR REDUCED VISIBILITY OF THE MOTOR HOME INCREASING THE RISK OF A CRASH WITH THE MOTOR HOME.,DEALERS WILL REMOVE THE EXISTING HIGH-BEAM AND LOW-BEAM HEADLIGHTS AND REPLACE THEM WITH DIFFERENT LOW-BEAM AND HIGH-BEAM HEADLIGHTS IN ORDER TO COMPLY WITH THE APPLICABLE STANDARDS OF FMVSS108. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2010. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418. -11/10/2010,10V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V580000),Vanguard National Trailer Corporation,SUSPENSION SYSTEMS/ARVIN MERITOR,SUSPENSION,NR (Not Reported),Vehicle,30,VANGUARD IS RECALLING CERTAIN MODEL YEAR 2011 COOL GLOBE TRAILERS EQUIPPED WITH ARVIN MERITOR SUSPENSION SYSTEMS. THE SUSPECT SYSTEMS MAY HAVE MISSING WELDS AT THE INTERFACE OF THE LOWER SEAT BRACKET AND AXLE BEAM.,"MISSING WELDS COULD ALLOW THE AXLE TO ROLL OUT OF POSITION AND POTENTIALLY IMPACT THE HANDLING OF THE TRAILER SUCH THAT A DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","VANGUARD IS WORKING WITH ARVIN MERITOR TO IDENTIFY OWNERS WITH THE AFFECT SUSPENSION SYSTEMS. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT ARVIN MERITOR AT 1-248-435-0896." -11/09/2010,10V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V549000),AUTO AIR COMPANY,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,1709,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO AIR COMPANY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO AIR COMPANY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/08/2010,10V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V566000),"Volvo Car USA, LLC",760 PORTABLE AUTOMOTIVE GPS UNITS/GARMIN,EQUIPMENT,R231,Vehicle,416,VOLVO IS RECALLING CERTAIN VEHICLES EQUIPPED WITH GARMIN 760 PORTABLE GLOBAL POSITIONING SYSTEM (GPS) UNITS BECAUSE THE BATTERIES ON THOSE UNITS MAY OVERHEAT.,AN OVERHEATED BATTERY COULD LEAD TO A FIRE.,"VOLVO ADVISES OWNERS TO PLEASE STOP USING THE GARMIN PORTABLE GPS DEVICE IMMEDIATELY, AND VISIT THE GARMIN WEBSITE TO DETERMINE IF THEIR UNIT IS AFFECTED. THE UNIT'S BATTERY WILL BE REPLACED WITH A NEW BATTERY AND A SPACER WILL BE INSERTED ON TOP OF THE BATTERY NEXT TO THE PCB. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 18, 2010. OWNERS MAY CONTACT GARMIN AT 866-957-1981 OR VISIT GARMIN'S WEBSITE AT WWW.GARMIN.COM/NUVIBATTERYPCBRECALL." -11/08/2010,10V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V558000),"Jayco, Inc.",OMMITTED INTERMEDIATE SIDE MARKER LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,44,"CERTAIN MODEL YEAR 2011 JAYCO MODEL JAY FEATHER SELECT TRAVEL TRAILERS SERIES 29L MANUFACTURED FROM MAY 11, 2010, THROUGH SEPTEMBER 10, 2010, ARE MISSING THE INTERMEDIATE SIDE MARKER LIGHT. IF THE SIDE MARKER IS MISSING, VEHICLES OVER 30 FEET IN OVERALL LENGTH DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","A MISSING REQUIRED ITEM OF VEHICLE LIGHTING EQUIPMENT MAY REDUCE THE VEHICLE'S VISIBILITY TO OTHER DRIVERS, INCREASING THE RISK OF A VEHICLE CRASH.","JAYCO WILL NOTIFY OWNERS AND INSTALL THE MISSING SIDE MARKER LIGHT FREE OF CHARGE. THE SAFETY RECALLBEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -11/08/2010,10V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V556000),Starcraft RV,OMMITTED SIDE MARKER LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8,"CERTAIN MODEL YEAR 2011 STARCRAFT TRAVEL STAR TRAVEL TRAILERS MANUFACTURED FROM MAY 5, 2010, THROUGH AUGUST 12, 2010, ARE MISSING THE INTERMEDIATE SIDE MARKER LIGHT. IF THE SIDE MARKER IS MISSING, VEHICLES OVER 30 FEET IN OVERALL LENGTH DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","A MISSING REQUIRED ITEM OF VEHICLE LIGHTING EQUIPMENT MAY REDUCE THE VEHICLE'S VISIBILITY TO OTHER DRIVERS, INCREASING THE RISK OF A VEHICLE CRASH.","STARCRAFT WILL NOTIFY OWNERS AND INSTALL THE MISSING SIDE MARKER LIGHT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787." -11/08/2010,10V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V557000),CHIEF INDUSTRIES,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,12,"KING OF THE ROAD IS RECALLING CERTAIN RECREATIONAL VEHICLES MANUFACTURED FROM NOVEMBER 1, 2004, THROUGH JUNE 30, 2006, AND EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",THIS COULD RESULT IN A FIRE.,"KING OF THE ROAD IS WORKING WITH DIMPLEX AND WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 1, 2011. OWNERS MAY CONTACT KING OF THE ROAD AT 1-800-400-9840 OR DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -11/05/2010,10V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V553000),"General Motors, LLC",BATTERY CABLE ROUTING VARIATION,ELECTRICAL SYSTEM,10351,Vehicle,13780,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2010-2011 DTS AND BUICK LUCERNE VEHICLES EQUIPPED WITH V8 ENGINES. THE STARTER OR ALTERNATOR CABLE IS IN CONTACT WITH THE POWER STEERING RETURN LINE. IF EITHER THE STARTER OR ALTERNATOR CABLE IS CONTACTING THE POWER STEERING RETURN LINE, THE CABLE COULD WEAR THROUGH THE LINE, CAUSING A POWER STEERING FLUID LEAK.","A POWER STEERING LEAK COULD RESULT IN A LOSS OF POWER STEERING, INCREASING THE RISK OF A CRASH, AND/OR THE LEAK ONTO HOT ENGINE PARTS COULD CAUSE AN ENGINE COMPARTMENT FIRE.","DEALERS WILL SECURE AND IF NECESSARY REROUTE THE LINES TO PREVENT CONTACT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 19, 2010. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, BUICK AT 1-866-608-8080 AND AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -11/05/2010,10V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V548000),Turtle Top,EVAPORATORS/POSSIBLE OVERHEATING/TRANS/AIR,EQUIPMENT,NR (Not Reported),Vehicle,1817,"TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2001-2007 TRANSIT BUSES BUILT ON VARIOUS GM AND FORD CHASSIS FROM AUGUST 2, 1999 THROUGH SEPTEMBER 1, 2007, EQUIPPED WITH TRANS/AIR TA73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"TRANS/AIR, IN COOPERATION WITH TURTL TOP, WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -11/05/2010,10V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V544000),PRIME TIME MANUFACTURING,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,511,"PRIME TIME IS RECALLING CERTAIN MODEL YEAR 2011 PRIME TIME RECREATIONAL VEHICLES MANUFACTURED FROM JUNE 30, 2010, THROUGH SEPTEMBER 23, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"PRIME TIME IS WORKING WITH ATWOOD AND ATWOOD WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR PRIME TIME AT 1- 574-862-3033." -11/05/2010,10V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V552000),Starcraft RV,STOVE LP LEAK,EQUIPMENT,NR (Not Reported),Vehicle,3,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL STAR TRAILERS SERIES 299BHS, MANUFACTURED FROM JUNE 24, 2010, THROUGH AUGUST 5, 2010. DURING THE COURSE OF A ROUTINE INSPECTION, IT WAS DISCOVERED THAT THE STOVE IN THE EXTERIOR KITCHEN WAS NOT BEING TESTED FOR LP LEAKS.","AN LP LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE, INJURY, OR DEATH.","STARCRAFT WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787." -11/05/2010,10V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V567000),"Jayco, Inc.",STOVE LP LEAK,EQUIPMENT,NR (Not Reported),Vehicle,35,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 JAY FEATHER SELECT TRAVEL TRAILERS SERIES 29L, MANUFACTURED FROM JUNE 1, 2010, THROUGH SEPTEMBER 10, 2010. DURING THE COURSE OF A ROUTINE INSPECTION, IT WAS DISCOVERED THAT THE STOVE IN THE EXTERIOR KITCHEN HAD NOT BEEN TESTED FOR LIQUID PROPANE (LP) LEAKS.","AN LP LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE, INJURY, OR DEATH.","JAYCO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 9, 2010. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -11/05/2010,10V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V543000),DON'S AUTO UPHOLSTERY,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1190,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY DON'S AUTO UPHOLSTERY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY DON'S AUTO UPHOLSTERY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/05/2010,10V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V546000),"AUTO ADDITIONS, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1623,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO ADDITIONS, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO ADDITIONS, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/05/2010,10V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V547000),"ATTENTION TO DETAIL, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,3209,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ATTENTION TO DETAIL, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ATTENTION TO DETAIL, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/05/2010,10V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V545000),Utility Trailer Manufacturing Company,SUSPENSION SYSTEMS/ARVIN MERITOR,SUSPENSION,NR (Not Reported),Vehicle,189,UTILITY TRAILER IS RECALLING CERTAIN MODEL YEAR 2011 VS2RA AND VS2DX TRAILERS EQUIPPED WITH ARVIN MERITOR SUSPENSION SYSTEMS. THE SUSPECT SYSTEMS MAY HAVE MISSING WELDS AT THE INTERFACE OF THE LOWER SEAT BRACKET AND AXLE BEAM.,"MISSING WELDS COULD ALLOW THE AXLE TO ROLL OUT OF POSITION AND POTENTIALLY IMPACT THE HANDLING OF THE TRAILER SUCH THAT A DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.",UTILITY TRAILER IS WORKING WITH ARVINMERITOR TO IDENTIFY OWNERS WITH THE AFFECT SUSPENSION SYSTEMS. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-0896. -11/04/2010,10V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V551000),"Daimler Trucks North America, LLC",COLD TIRE INFLATION PRESSURE INFORMATION/FMVSS 120,EQUIPMENT,FL-584,Vehicle,7466,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 FREIGHTLINER CORONADO, COLUMBIA, FLD MILITARY, BUSINESS CLASS M2, CASCADIA, CENTURY, AND WESTERN STAR 4900 TRUCKS MANUFACTURED FROM AUGUST 9, 2010, THROUGH OCTOBER 27, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES WERE EQUIPPED WITH LABELS MISSING RECOMMENDED COLD TIRE INFLATION PRESSURES.","FAILURE TO FOLLOW PROPER TIRE INFLATION RECOMMENDATIONS CAN RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","LABELS WITH MISSING INFORMATION WILL BE REPLACED WITH CORRECTED LABELS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 15, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -11/03/2010,10V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V550000),"Chrysler (FCA US, LLC)",WINDSHIELD WIPER MOTOR,VISIBILITY,K24,Vehicle,12027,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008 JEEP LIBERTY VEHICLES. THE VEHICLES ARE EQUIPPED WITH WINDSHIELD WIPER MOTORS THAT CONTAIN EXCESS ADHESIVE THAT MAY ALLOW FOR WATER INTRUSION, WHICH COULD RESULT IN INTERMITTENT AND EVENTUALLY INOPERATIVE WINDSHIELD WIPER OPERATION.",A FAILING OR INOPERATIVE WINDSHIELD WIPER SYSTEM WILL REDUCE A DRIVER'S VISIBILITY WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE WINDSHIELD WIPER MOTOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -11/02/2010,10V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V538000),Daimler Buses North America,HYDRAULIC AUXILIARY PUMP FITTING FAILURE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,217,DAIMLER BUS IS RECALLING CERTAIN MODEL YEAR 1995 THROUGH 2000 TRANSIT BUSES MANUFACTURED FROM JANUARY 1996 THROUGH DECEMBER 2000. THESE BUSES ARE CONFIGURED WITH A TAPPED FITTING FOR THE HYDRAULIC WHEELCHAIR RAMP. IN THE ENGINE COMPARTMENT CONNECTED TO THE HYDRAULIC PUMP IS A FITTING WITH AN ADAPTER FOR THE WHEELCHAIR RAMP OPERATION. THE FITTING CAN CRACK AND CAUSE HYDRAULIC FLUID TO LEAK INTO THE ENGINE COMPARTMENT.,HYDRAULIC FLUIDS LEAKING INTO THE ENGINE COMPARTMENT CAN BE IGNITED BY THE HOT TURBOCHARGER AND CAUSE AN ENGINE FIRE.,"BUS OWNERS WILL BE INSTRUCTED ON HOW TO REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON 3, DECEMBER 2010. OWNERS MAY CONTACT DAIMLER BUSES AT 1-800-716-7566." -11/01/2010,10V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V531000),Lance Camper Manufacturing. Corp.,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,27,"LANCE IS RECALLING CERTAIN MODEL YEAR 2011 RECREATIONAL VEHICLES, MODELS 850, 992, 1685, 1881, AND 2285, MANUFACTURED FROM JULY 1, 2010, THROUGH SEPTEMBER 30, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"LANCE IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR TMC WARRANTY/SERVICE DEPARTMENT AT 1- 877-855-2867." -11/01/2010,10V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V533000),Skyline Corporation,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,190,"SKYLINE IS RECALLING CERTAIN MODEL YEAR 2011 NOMAD, ALJO, AND LAYTON RECREATIONAL VEHICLES MANUFACTURED FROM AUGUST 1, 2010, THROUGH OCTOBER 8, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"SKYLINE IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 8, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR SKYLINE AT TMC 1-574-294-6521." -11/01/2010,10V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V529000),"C & C TOP SHOP, INC.",SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,2996,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY C & C TOP SHOP, INC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY C & C TOP SHOP, INC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -11/01/2010,10V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V530000),COACH AUTOMOTIVE ACCESSORIES,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,2887,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY [INSTALLER NAME] ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY [INSTALLER NAME] BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/29/2010,10E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E052000),TREDIT TIRE & WHEEL CO INC,"15"" PAINTED WHEEL/MIS-ALIGNED WELDS",WHEELS,NR (Not Reported),Equipment,7392,"TREDIT TIRE & WHEEL IS RECALLING CERTAIN 15"" PAINTED WHEELS, MODELS SPOKE OR MOD, INSTALLED AS ORIGINAL EQUIPMENT ON RECREATIONAL VEHICLES. SOME OF THE WHEELS, WHICH FASTEN TO THE AXLE OF THE VEHICLE BODY AND SERVE AS A MOUNTING POINT FOR TIRES, COULD CONTAIN MIS-ALIGNED WELDS.","THE WHEELS MAY BREAK WHILE IN USE, INCREASING THE RISK OF A CRASH.",TREDIT TIRE & WHEEL IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY OWNERS WHO MAY HAVE HAD THE DEFECTIVE WHEELS INSTALLED AS ORIGINAL EQUIPMENT. THE AFFECTED WHEELS WILL BE REPLACED FREE OF CHARGE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TRANS TEXAS TIRE AT 1-800-289-8667. -10/29/2010,10V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V540000),"Mercedes-Benz USA, LLC",DIESEL FUEL FILTER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,2297,"MERCEDES BENZ IS RECALLING CERTAIN MODEL YEAR 2011 M-CLASS, MODEL W164, GL-CLASS, MODEL X164, E-CLASS, MODEL W212, R-CLASS, AND MODEL V251VEHICLES. THE O-RING MAY NOT HAVE BEEN PROPERLY LUBRICATED IN ALL CASES. LACK OF LUBRICATION CAN LEAD TO LEAKAGE OF THE FUEL FILTER.","DIESEL FUEL MAY BE DEPOSITED ON ROADS AND MAKING THOSE ROADS SLIPPERY, INCREASING THE POTENTIAL FOR A CRASH.","DEALERS WILL REPLACE THE FUEL FILTERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT MERCEDES BENZ AT 1-800-367-6372. THIS CAMPAIGN HAS BEEN SUPERSEDED . PLEASE SEE RECALL CAMPAIGN 11V-496." -10/29/2010,10V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V539000),REV Recreation Group,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,83,FLEETWOOD IS RECALLING CERTAIN CLASS-A AND CLASS-C MOTOR HOMES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,FLEETWOOD IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749. -10/29/2010,10V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V526000),PRESTIGE AUTO SPECIALTIES,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,573,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY PRESTIGE AUTO SPECIALTIES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY PRESTIGE AUTO SPECIALTIES BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/29/2010,10V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V527000),AUTO TRIM DESIGN & GLASS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,32,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM DESIGN & GLASS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM DESIGN & GLASS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/29/2010,10V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V528000),AUTO TRIM RESTYLING,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,2135,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO TRIM RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO TRIM RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/29/2010,10V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V541000),Miller Electric Mfg. Co.,WHEEL ASSEMBLY,WHEELS,NR (Not Reported),Vehicle,490,"MILLER ELECTRIC IS RECALLING CERTAIN TRAILERS FOR IMPROPER HUB ASSEMBLY INSTALLATION. DURING THE ASSEMBLY SUPPLIER'S MANUFACTURING, THE ASSEMBLY BEARINGS MAY NOT HAVE BEEN PROPERLY TORQUE.","AN IMPROPERLY TORQUED BEARING COULD CAUSE THE BEARING TO FAIL, RESULTING IN A FAILURE OF THE WHEEL ASSEMBLY AND A RISK OF A WHEEL FALLING OFF, DURING VEHICLE OPERATION, INCREASING THE RISK OF A CRASH.",MILLER ELECTRIC WILL INSPECT AND REPLACE THE HUB ASSEMBLY AND PROPERLY RE-INSTALL THE HUB ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2010. OWNERS MAY CONTACT MILLER ELECTRIC AT 920-734-9821. -10/28/2010,10C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10C006000),"Britax Child Safety, Inc.",CHEST CLIP FRACTURES,CHILD SEAT,NR (Not Reported),Child Seat,17251,"BRITAX IS RECALLING CERTAIN BRITAX CHAPERON INFANT CAR SEATS MODEL E9L69N9 MOONSTONE, E9L69P2 RED MILL, E9L69P3 SAVANNAH, AND E9L69P5 COWMOOFLAGE, MANUFACTURED FROM APRIL 2009 THROUGH MAY 2010. THE CHEST CLIP WAS INCORRECTLY PRODUCED WHICH COULD RESULT IN A MORE BRITTLE CHEST CLIP THAN WAS INTENDED. AS A RESULT, THE CHEST CLIP WHICH POSITIONS THE HARNESS STRAPS ACROSS THE INFANT'S SHOULDERS MAY BREAK WHEN THE CHEST CLIP IS ENGAGED AS THE INFANT IS SECURED INTO THE INFANT CAR SEAT.",THE SHARP EDGES OF THE BROKEN CHEST CLIP COULD CREATE A RISK OF A SKIN LACERATION AND THE FRACTURED COMPONENTS OF THE CHEST CLIP MAY PRESENT A SMALL PARTS/CHOKING HAZARD.,"BRITAX WILL MAIL TO CONSUMERS NOTICE AND REMEDY KITS THAT CONTAIN A REPLACEMENT CHEST CLIP AND INSTRUCTION SHEET. THE SAFETY CAMPAIGN BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT BRITAX CUSTOMER SERVICE DEPARTMENT AT 1-888-427-4829." -10/28/2010,10V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V517000),"Nissan North America, Inc.",ENGINE CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,747480,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2004-2006 ARMADA, TITAN, INFINITI QX56 AND MODEL YEAR 2005-2006 FRONTIER, PATHFINDER AND XTERRA VEHICLES. THE INTELLIGENT POWER DISTRIBUTION MODULE (IPDM) ASSEMBLY CONTAINS AN ENGINE CONTROL MODULE (ECM) RELAY THAT HAS A DIODE FOR ELECTRICAL CURRENT NOISE REDUCTION. THE ECM RELAY MAY ALLOW SILICON VAPOR TO FORM AND, OVER TIME, THE SILICON EVAPORATES FROM THE DIODE MOLDING WHICH CAUSES SILICON OXIDE TO DEVELOP ON THE ECM RELAY CONTACT DUE TO ARCING.",THIS COULD CAUSE ENGINE STALLING INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE ECM RELAY INSIDE THE IPDM ASSEMBLY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/27/2010,10V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V536000),"Mack Trucks, Inc.",BATTERY BOX LID,ELECTRICAL SYSTEM,SC0346,Vehicle,1760,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010 THROUGH 2011 CXU, HEAVY TRUCKS MANUFACTURED FROM AUGUST 12, 2009, THROUGH AUGUST 31, 2010. THE REAR HOLD-DOWN BRACKETS THAT SECURE THE BATTERY BOX LID MAY BE ROTATED TOO FAR FORWARD, WHICH MAY RESTRICT THE BATTERY BOX LID FROM PROPERLY SEATING.","IF THIS OCCURS, THE BATTERY BOX LID MAY COME OFF WHEN STEPPING ON THE STEP, WHICH MAY CAUSE A PERSON TO FALL FROM THE VEHICLE RESULTING IN PERSONAL INJURY.","MACK WILL INSPECT AND ADJUST THE REAR HOLD-DOWN BRACKETS AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -10/27/2010,10E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E051000),"Advics North America, Inc.",BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1228544,"ADVICS IS RECALLING CERTAIN BRAKE MASTER CYLINDERS INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN TOYOTA AND HONDA PASSENGER VEHICLES. BRAKE FLUID CONTAINING POLYMERS IS USED THAT ACTS AS A LUBRICANT FOR CERTAIN BRAKE SYSTEM COMPONENTS. IF REPLACEMENT BRAKE FLUID IS USED THAT DOES NOT CONTAIN SUCH POLYMERS, OR THAT CONTAINS ONLY SMALL AMOUNTS, A PART OF THE RUBBER SEAL LOCATED AT THE REAR OF THE BRAKE MASTER CYLINDER MAY BECOME DRY, AND THE SEAL MAY CURL DURING MOVEMENT OF THE PISTON. IF THIS OCCURS, A SMALL AMOUNT OF BRAKE FLUID COULD SLOWLY LEAK FROM THE SEAL INTO THE BRAKE BOOSTER.","A LEAK OF BRAKE FLUID COULD LEAD TO A CHANGE IN BRAKE PEDAL FEEL AND, OVER TIME, A DEGRADATION IN BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.","OWNERS OF THE DEFECTIVE BRAKE MASTER CYLINDERS WILL BE NOTIFIED BY THEIR VEHICLE MANUFACTURER. THE SAFETY RECALL BEGAN ON NOVEMBER 15, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331 AND LEXUS AT 1-800-255-3987 AND HONDA OWNERS MAY CONTACT HONDA AT 1-800-999-1009. SEE TOYOTA RECALL CAMPAIGN NO. 10V-499 AND HONDA RECALL CAMPAIGN NO. 10V-504." -10/27/2010,10V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V516000),Ford Motor Company,DISABLED LIFTGATE LOCK/FMVSS 206,LATCHES/LOCKS/LINKAGES,10C14,Vehicle,71,"FORD IS RECALLING CERTAIN MODEL YEAR 2011 EDGE AND LINCOLN MKX VEHICLES MANUFACTURED FROM JULY 1, 2010, THROUGH OCTOBER 8, 2010. THESE VEHICLES WERE SHIPPED WITH INCORRECTLY CONFIGURED ELECTRONIC MODULE SETTINGS THAT DISABLE THE LOCKING FUNCTION OF THE LIFTGATE. ACCORDINGLY, THE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""",THE LIFTGATE LOCK MAY BE DISABLED AND THE DRIVER MAY NOT BE ABLE TO LOCK THE LIFTGATE USING INTERIOR LOCK SWITCHES OR REMOTE KEY FOB BUTTONS.,"FORD WILL NOTIFY OWNERS AND DEALERS WILL HAVE THE AFFECTED CONTROL MODULES UPDATED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 1, 2010. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -10/27/2010,10V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V532000),Eldorado National-Kansas,EVAPORATORS/POSSIBLE OVERHEATING/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,76,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2007-2008 AEROTECH BUSES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"ELDORADO IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 4, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -10/27/2010,10V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V535000),PACCAR Incorporated,KENWORTH/DRIVE AXLE BRAKE ORIENTATION,"SERVICE BRAKES, AIR",10KWH,Vehicle,417,"PACCAR IS RECALLING CERTAIN MODEL YEAR KENWORTH T660, T700, T800 AND W900 VEHICLES MANUFACTURED FROM DECEMBER 22, 2008, THROUGH AUGUST 2, 2010, AND EQUIPPED WITH AG400L AIR DISC BRAKES. THE AIR DISC BRAKE CALIPER COULD BE INSTALLED ON THE WRONG SIDE OF THE DRIVE AXLE POTENTIALLY CAUSING INTERFERENCE WITH THE SUSPENSION BRACKET AND THE REAR SUSPENSION AS THE OUTERMOST BRAKE PADS WEAR AND THE FLOATING CALIPER MOVES INBOARD.","AS THIS INTERFERENCE GETS LARGER, THIS COULD EVENTUALLY LEAD TO REDUCED BRAKING PERFORMANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL VERIFY THE CORRECT ORIENTATION OF THE BRAKE CALIPER AND PERFORM THE NECESSARY REPAIR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -10/27/2010,10V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V521000),Keystone RV Company,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,10-151,Vehicle,5633,"KEYSTONE IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"KEYSTONE IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -10/27/2010,10V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V537000),"Mack Trucks, Inc.",REAR MUD FLAP HANGER BRACKETS/FMVSS 108,VISIBILITY,SC0347,Vehicle,21,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 CHU AND CXU, HEAVY TRUCKS MANUFACTURED FROM JULY 13, 2010, THROUGH AUGUST 13, 2010, WITHOUT REAR MUD FLAP HANGER BRACKETS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REAR CONSPICUITY TREATMENT TYPICALLY FOUND ON THE MUD FLAP HANGER BRACKETS MAY NOT HAVE BEEN INSTALLED IN THE ALTERNATE POSITIONS AS ALLOWED IN THE REGULATION ON VEHICLES MANUFACTURED WITHOUT REAR MUD FLAP HANGER BRACKETS.",LACK OF REFLECTORS COULD LEAD TO REDUCED VISIBILITY OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND INSTALL CONSPICUITY TREATMENT AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 2, 2011. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-866-1177." -10/26/2010,10V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V534000),GOSHEN COACH,EVAPORATORS/POSSIBLE OVERHEATING/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,25,"GOSHEN COACH IS RECALLING CERTAIN MODEL YEAR 2006-2007 GOSHEN GC II MOTOR HOMES EQUIPPED WITH TRANS AIR TA 73 EVAPORATORS. THE EVAPORATOR UTILIZES A POWER RESISTOR TO REGULATE BLOWER SPEED. SHOULD A SHORT OCCUR IN THE ""LOW OR MEDIUM SPEED"" CIRCUIT WHILE THE BLOWER IS IN HIGH SPEED, THE SHORT WILL CAUSE THE SUPPLY VOLTAGE TO FEEDBACK THROUGH THE RESISTOR TO GROUND, NOT DRAWING ENOUGH CURRENT TO TRIP THE FUSE.",THIS WOULD CAUSE THE RESISTOR TEMPERATURE TO RISE TO A POINT WHERE IT WILL MELT AND POSSIBLY IGNITE THE PLASTIC BLOWER HOUSING TO WHICH IT IS MOUNTED. THE OVERHEATING CAN RESULT IN A FIRE.,"GOSHEN COACH IN COOPERATION WITH TRANS AIR WILL INSTALL A THERMAL SHUTDOWN DEVICE IN SERIES WITH THE SPEED RESISTORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 4, 2010. OWNERS MAY CONTACT TRANS AIR WARRANTY AND SERVICE CENTER AT 1-800-673-2446." -10/26/2010,10V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V518000),"BMW of North America, LLC",MALFUNCTION FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20750,"BMW IS RECALLING CERTAIN MODEL YEAR 2008 X5 SAVs VEHICLES WITH 6-CYLINDER ENGINES MANUFACTURED FROM NOVEMBER 1, 2007 THROUGH AUGUST 31, 2008. DUE TO A MANUFACTURING PROCESS FAULT, THE FUEL PUMP WAS NOT PRODUCED TO SPECIFICATIONS. UNDER SPECIFIC VEHICLE OPERATING CONDITIONS, THE FUEL PUMP'S COMMUTATOR COULD EXPERIENCE AN INCREASE IN WEAR.",THIS WEAR COULD LEAD TO FUEL PUMP MALFUNCTION AND ENGINE STALLING. ENGINE STALLING COULD CREATE A POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE IN-TANK FUEL PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 11, 2011. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -10/26/2010,10V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V523000),Thor Motor Coach,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,213,"TMC IS RECALLING CERTAIN MODEL YEAR 2011 DAMON DAYBREAK, FOUR WINDS FREEDOM ELITE, AND HURRICANE RECREATIONAL VEHICLES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"TMC IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 8, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR TMC WARRANTY/SERVICE DEPARTMENT AT 877-855-2867." -10/26/2010,10V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V525000),"Winnebago Industries, Inc.",REFRIGERATORS/POSSIBLE FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,18461,WINNEBAGO IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.,THE SENSING ALGORITHM OR THERMAL SWITCH INSTALLED TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED DUE TO A POSSIBLE HYDROGEN GAS LEAK MAY NOT SHUT OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,WINNEBAGO IS WORKING WITH NORCOLD TO IDENTIFY AND NOTIFY ANY AFFECTED OWNERS. OWNERS WILL BE INSTRUCTED TO CONTACT NORCOLD DEALERS TO RECEIVE THE REMEDY FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049 FOR ADDITIONAL INFORMATION. THE RECALL BEGAN DURING DECEMBER 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR WINNEBAGO AT 1-641-585-3535. -10/25/2010,10V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V520000),"Winnebago of Indiana, LLC",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,608,"SUNNYBROOK IS RECALLING CERTAIN RECREATIONAL VEHICLES, MANUFACTURED FROM OCTOBER 2002 THROUGH MAY 2008, EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,SUNNYBROOK IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2010. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539. -10/25/2010,10V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V512000),"Tiffin Motorhomes, Inc.",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,62,"TIFFIN MOTORHOMES IS RECALLING CERTAIN MODEL YEAR 2011 ALLEGRO, ALLEGRO BUS, AND PHAETON RVS EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"TIFFIN IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR TIFFIN 1-256-356-8661." -10/25/2010,10V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V522000),"Winnebago of Indiana, LLC",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,21,SUNNYBROOK IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"SUNNYBROOK IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 20, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR SUNNYBROOK AT 574-825-5250." -10/25/2010,10V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V524000),Open Range R.V. Company,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,264,"OPEN RANGE IS RECALLING CERTAIN MODEL YEAR 2009-2011 OPEN RANGE, RESIDENTIAL AND ROLLING THUNDER RECREATIONAL VEHICLES EQUIPPED WITH 1200-SERIES NORCOLD REFRIGERATORS. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.","AN INSUFFICIENT RESPONSE TIME CAN RESULT IN POWER NOT BEING SHUT-OFF IN SUFFICIENT TIME TO PREVENT A FIRE, WHICH HAS THE POTENTIAL TO IGNITE RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","OPEN RANGE IS WORKING WITH NORCOLD TO GET THE UNITS REPAIRED FREE OF CHARGE. PLEASE SEE NORCOLD'S DEFECT REPORT 10E-049. THE SAFETY RECALL BEGAN ON MARCH 2, 2011. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -10/22/2010,10V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V504000),Honda (American Honda Motor Co.),BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",R51 HONDA R52 ACURA,Vehicle,471820,"HONDA IS RECALLING CERTAIN MODEL YEAR 2005-2007 ODYSSEY AND ACURA RL VEHICLES. BRAKE FLUID CONTAINING POLYMERS IS USED THAT ACTS AS A LUBRICANT FOR CERTAIN BRAKE SYSTEM COMPONENTS. IF REPLACEMENT BRAKE FLUID IS USED THAT DOES NOT CONTAIN SUCH POLYMERS, OR THAT CONTAINS ONLY SMALL AMOUNTS, A PART OF THE RUBBER SEAL LOCATED AT THE REAR OF THE BRAKE MASTER CYLINDER MAY BECOME DRY, AND THE SEAL MAY CURL DURING MOVEMENT OF THE PISTON. IF THIS OCCURS, A SMALL AMOUNT OF BRAKE FLUID COULD SLOWLY LEAK FROM THE SEAL INTO THE BRAKE BOOSTER.",A LEAK OF BRAKE FLUID COULD LEAD TO A CHANGE IN BRAKE PEDAL FEEL AND OVERTIME A DEGRADATION IN BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER SEAL FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009. -10/21/2010,10V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V503000),Open Range R.V. Company,AXLE ASSEMBLY/WHEEL END SEPARATION,POWER TRAIN,NR (Not Reported),Vehicle,56,"OPEN RANGE IS RECALLING CERTAIN MODEL YEAR 2011 FIFTH WHEEL TRAVEL TRAILERS AND TOY HAULERS MANUFACTURED FROM AUGUST 17, 2010, AND SEPTEMBER 9, 2010, EQUIPPED WITH DEXTER AXLES. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD THAT INCREASES THE RISK OF A CRASH TO OTHER VEHICLES, AND COMPROMISES THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","OPEN RANGE IS WORKING WITH DEXTER AXLE AND WILL INSPECT THE AXLE SERIAL NUMBER AND REPLACE IT IF IT FALLS WITHIN THE SERIAL NUMBER RANGE. REPLACEMENT OF THE AXLE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 27, 2010. OWNERS MAY CONTACT OPEN RANGE AT 1-260-768-7771 AND DEXTER AXLE AT 1-800-400-2164." -10/21/2010,10V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V499000),Toyota Motor Engineering & Manufacturing,BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,728544,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2006 AVALON, MODEL YEAR 2004-2006 HIGHLANDER, MODEL YEAR 2004-2006 LEXUS RX, AND MODEL YEAR 2006 LEXUS GS AND IS VEHICLES. BRAKE FLUID CONTAINING POLYMERS IS USED THAT ACTS AS LUBRICANTS FOR CERTAIN BRAKE SYSTEM COMPONENTS. IF REPLACEMENT BRAKE FLUID IS USED THAT DOES NOT CONTAIN SUCH POLYMERS, OR THAT CONTAINS ONLY SMALL AMOUNTS, A PART OF THE RUBBER SEAL LOCATED AT THE REAR OF THE BRAKE MASTER CYLINDER MAY BECOME DRY, AND THE SEAL MAY CURL DURING MOVEMENT OF THE PISTON. IF THIS OCCURS, A SMALL AMOUNT OF BRAKE FLUID COULD SLOWLY LEAK FROM THE SEAL INTO THE BRAKE BOOSTER.",A LEAK OF BRAKE FLUID COULD LEAD TO A CHANGE IN BRAKE PEDAL FEEL AND OVERTIME A DEGRADATION IN BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE SEAL WITH A NEWLY DESIGNED ONE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 15, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331 AND LEXUS AT 1-800-255-3987." -10/21/2010,10V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V500000),"Jayco, Inc.",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,836,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL TRAILERS AND FIFTH WHEELS MANUFACTURED FROM AUGUST 16, 2010, THROUGH OCTOBER 1, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"JAYCO IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 8, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR JAYCO AT 1-574-825-0608." -10/21/2010,10V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V502000),Starcraft RV,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,98,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2011 TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS MANUFACTURED FROM AUGUST 16, 2010, THROUGH OCTOBER 1, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"STARCRAFT IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 8, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR STARCRAFT AT 1-800-945-4787." -10/21/2010,10V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V508000),"Coachmen RV Company, LLC",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,124,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2011 CHAPARRAL, BROOKSTONE, AND NORTHRIDGE FIFTH WHEEL TRAVEL TRAILERS MANUFACTURED FROM JULY 1, 2010, THROUGH SEPTEMBER 20, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"COACHMEN IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR COACHMEN AT 1-574-825-8360." -10/21/2010,10V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V509000),"Eclipse Recreational Vehicles, Inc.",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,152,"ECLIPSE RECREATIONAL VEHICLES, INC. IS RECALLING CERTAIN MODEL YEAR 2011 ATTITUDE, MILAN, STELLAR RVS EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"ECLIPSE IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR ECLIPSE AT 1-951-684-6868." -10/21/2010,10V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V501000),Great Dane Trailers,SUSPENSION SYSTEMS/ARVIN MERITOR,SUSPENSION,NR (Not Reported),Vehicle,423,"GREAT DANE IS RECALLING CERTAIN MPA20, MPA38, AND MPA40 TRAILERS EQUIPPED WITH ARVIN MERITOR SUSPENSION SYSTEMS. THE SUSPECT SYSTEMS MAY HAVE MISSING WELDS AT THE INTERFACE OF THE LOWER SEAT BRACKET AND AXLE BEAM.","MISSING WELDS COULD ALLOW THE AXLE TO ROLL OUT OF POSITION AND POTENTIALLY IMPACT THE HANDLING OF THE TRAILER SUCH THAT A DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","GREAT DANE IS WORKING WITH ARVIN MERITOR TO IDENTIFY OWNERS WITH THE AFFECT SUSPENSION SYSTEMS. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2010. OWNERS MAY CONTACT GREAT DANE AT 1-912-644-2100 OR ARVIN MERITOR AT 1-248-435-0896." -10/20/2010,10V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V514000),"Mitsubishi Motors North America, Inc.",HVAC CONTROLLER REPLACEMENT,ELECTRICAL SYSTEM,SR-10-03,Vehicle,19410,"MITSUBISHI IS RECALLING CERTAIN MODEL YEAR 2006-2008 ENDEAVOR WITH MANUAL AIR CONDITIONING. DUE TO AN INCORRECT HEATER (HVAC) CONTROLLER SIGNAL, THE AIR FLOW FROM THE AIR VENTS MAY RANDOMLY CHANGE DIRECTION AND/OR THE TEMPERATURE MAY BRIEFLY CYCLE BETWEEN HOT AND COLD.","THIS CONDITION COULD AFFECT DEFROSTER PERFORMANCE, RESULTING IN POOR WINDSHIELD VISIBILITY AND POTENTIALLY CAUSE A CRASH.","DEALERS WILL INSPECT FOR DAMAGE AND IF NECESSARY REPAIR THE MODE DOOR SHAFT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2010. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -10/19/2010,10V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V507000),"Kawasaki Motors Corp., U.S.A.",ELECTRONIC CONTROL UNIT REPLACEMENT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6187,KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2009-2010 VULCAN MOTORCYCLES. THE ENGINE MAY STALL IF THE RIDER IS COASTING WITH THE CLUTCH PULLED IN DUE TO AN IMPROPER SETTING OF THE ENGINE CONTROL UNIT (ECU).,ENGINE STALLING COULD CREATE A POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE ECU WITH ONE CONTAINING REVISED SETTINGS TO ADDRESS THE ENGINE STALLING. THE SAFETY RECALL BEGAN ON NOVEMBER 1, 2010. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 1-866-802-9381." -10/19/2010,10V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V511000),Medtec Ambulance Corporation,MISSING SEAT BELT ASSEMBLY,SEAT BELTS,NR (Not Reported),Vehicle,198,"MEDTEC IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 AMBULANCES MANUFACTURED FROM SEPTEMBER 14, 2007, THROUGH APRIL 15, 2010. THE REAR FACING AMBULANCE ATTENDANT SEAT WAS NOT EQUIPPED WITH A TYPE 2 SEAT BELT ASSEMBLY, AND SO THE VEHICLES FAIL TO COMFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION.""",USE OF AN IMPROPER SEAT BELT ASSEMBLY MAY INCREASE THE RISK OF INJURY TO THE SEAT OCCUPANT IN THE EVENT OF A CRASH.,"MEDTEC WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A TYPE 2 SEAT BELT ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 6, 2010. OWNERS MAY CONTACT MEDTEC TOLL-FREE AT 1-866-263-3832." -10/19/2010,10V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V513000),"Suzuki Motor USA, LLC",OUTSIDE REAR VIEW MIRRORS,VISIBILITY,SK,Vehicle,69587,SUZUKI IS RECALLING CERTAIN MODEL YEAR 2007 SX4 HATCHBACK AND MODEL YEAR 2008-2010 SX4 HATCHBACK AND SEDAN PASSENGER VEHICLES. THE THREE SCREWS THAT SECURE EACH OF THE OUTSIDE REAR VIEW MIRRORS TO THE MIRROR BASE CAN COME LOOSE DUE TO VIBRATION.,IF A REAR VIEW MIRROR FALLS OFF THE VEHICLE THE DRIVER WILL HAVE REDUCED VISIBILITY INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE BASE SCREWS ON BOTH OUTER REAR VIEW MIRRORS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2010. OWNERS MAY CONTACT SUZUKI AT 1-887-697-8985 OR VISIT SUZUKI'S WEBSITE AT HTTP://WWW.SUZUKIAUTO.COM." -10/18/2010,10V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V515000),"Timpte, Inc.",FRACTURE COUPLER,EQUIPMENT,NR (Not Reported),Vehicle,296,TIMPTE IS RECALLING CERTAIN MODEL YEAR 2009-2011 TDH TRAILERS EQUIPPED WITH ALUMINUM UPPER COUPLERS. THESE TRAILERS HAVE THE POTENTIAL TO FRACTURE SOME OF THE STRUCTURAL COMPONENTS OF THE UPPER COUPLER.,THIS COULD CAUSE PREMATURE FAILURE OF THE UPPER COUPLER INCREASING THE RISK OF PERSONAL INJURY TO THE DRIVER.,"DEALERS WILL INSTALL UPDATED REINFORCEMENT BRACKETS TO THE MAIN BEAM AND FRONT SUPPORT CHANNELS TO PREVENT POSSIBLE FAILURES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2010. OWNERS MAY CONTACT TIMPTE AT 1-402-367-3056." -10/18/2010,10V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V496000),"BMW of North America, LLC",FRONT DISC BRAKE FASTENERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1780,"BMW IS RECALLING CERTAIN 2008 THROUGH 2010 F 650 GS MOTORCYCLES MANUFACTURED FROM JANUARY 11, 2008, THROUGH DECEMBER 8, 2009. A WASHER MAY INTERFERE WITH THE FRONT DISC BRAKE FASTENERS' TORQUE. AS A RESULT, OVER TIME, A FASTENER OR MUTIPLE FASTENERS COULD BECOME LOOSE, ALLOWING THE BRAKE DISC TO BECOME LOOSE.",A LOOSE BRAKE DISC MAY INTERFERE WITH PROPER BRAKING PERFORMANCE AND MAY INCREASE THE RISK OF A CRASH.,"BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 13, 2011. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -10/18/2010,10V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V510000),"Evergreen Recreational Vehicles, LLC",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,67,EVERGREEN IS RECALLING CERTAIN MODEL YEAR 2011 RVS EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"EVERGREEN IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR EVERGREEN AT 1-574-825-4298." -10/18/2010,10V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V490000),SOUTHSIDE TRIM,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,781,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SOUTHSIDE TRIM ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SOUTHSIDE TRIM BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/18/2010,10V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V491000),BLUE SKY CUSTOM AUTOMOTIVE RESTYLERS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,158,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY BLUE SKY ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY BLUE SKY BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/18/2010,10V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V519000),SAN FRANCISCO MAZ,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,300,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SAN FRANCISCO MAZ ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SAN FRANCISCO MAZ BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/15/2010,10V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V505000),Crossroads RV,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,1399,"CROSSROADS IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"CROSSROADS IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 OR CROSSROADS AT 888-226-7496." -10/14/2010,10V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V486000),"Daimler Trucks North America, LLC",DRIVER SEAT WELDS,SEATS,NR (Not Reported),Vehicle,294,"DAIMLER TRUCKS IS RECALLING CERTAIN THOMAS BUILT MVP-EF, HDX, AND SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM MARCH 17, 2009, THROUGH DECEMBER 7, 2009, EQUIPPED WITH STABILUS BLOC-O-LIFT, P/N 5561ED, DRIVER SEATS. THE WELD WHICH HOLDS THE MOUNTING TAB TO THE SHOCK BODY WAS IMPROPERLY WELDED AND CAN BREAK.","THE SEAT COULD DROP UNEXPECTEDLY WITHOUT PRIOR WARNING AND COULD CAUSE MOMENTARY LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED THOMAS BUILT BUSES SERVICE FACILITIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/14/2010,10V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V487000),"Daimler Trucks North America, LLC",DRIVER SEAT WELDS,SEATS,NR (Not Reported),Vehicle,6,"DAIMLER TRUCKS IS RECALLING CERTAIN THOMAS BUILT MVP-EF AND HDX NON SCHOOL BUSES MANUFACTURED FROM MARCH 17, 2009, THROUGH DECEMBER 7, 2009, EQUIPPED WITH STABILUS BLOC-O-LIFT, P/N 5561ED, DRIVER SEATS. THE WELD WHICH HOLDS THE MOUNTING TAB TO THE SHOCK BODY WAS IMPROPERLY WELDED AND CAN BREAK.","THE SEAT COULD DROP UNEXPECTEDLY WITH OUT PRIOR WARNING AND COULD CAUSE MOMENTARY LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED THOMAS BUILT BUSES SERVICE FACILITIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/14/2010,10V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V484000),"Carriage, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,394,"CARRIAGE IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"CARRIAGE IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -10/14/2010,10V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V482000),COACH AUTOMOTIVE RESTYLING,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,4200,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY COACH AUTOMOTIVE RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY COACH AUTOMOTIVE RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/14/2010,10V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V483000),SKIP'S SUNROOFS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,1200,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SKIP'S SUNROOFS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SKIP'S SUNROOFS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/13/2010,10C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10C005000),"Evenflo Company, Inc.",CRACKS NEAR THE CENTRAL HARNESS ADJUSTER,CHILD SEAT,NR (Not Reported),Child Seat,13792,"EVENFLO IS RECALLING CERTAIN MAESTRO CHILD RESTRAINT SYSTEMS WITH MODEL NUMBERS BEGINNING WITH 310 AND BUILT FROM NOVEMBER 24, 2009, THROUGH APRIL 9, 2010. THESE SEATS FAIL TO CONFORM TO THE STRUCTURAL INTEGRITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A CRASH, A CRACK MAY FORM AT THE FRONT OF THE SEAT ADJACENT TO THE HARNESS ADJUSTER CAUSING THE CHILD NOT TO BE ADEQUATELY RESTRAINED, INCREASING THE RISK OF INJURY.","EVENFLO WILL PROVIDE OWNERS AND CARE GIVERS A REINFORCEMENT PLATE ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 15, 2010. OWNERS MAY CONTACT EVENFLO TOLL-FREE AT 1-800-233-5921." -10/13/2010,10V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V480000),"General Motors, LLC",SEAT BELT ASSEMBLY ANCHORAGES/FMVSS 210,SEAT BELTS,10312,Vehicle,303100,"GM IS RECALLING CERTAIN MODEL YEAR 2009-2010 CHEVROLET IMPALAS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE FRONT SAFETY BELT WEBBING MAY NOT HAVE BEEN PROPERLY SECURED TO THE LAP BELT ANCHOR PRETENSIONER MOUNTED TO THE SIDE OF THE SEAT NEAREST THE DOOR.","THE SAFETY BELT MAY NOT RESTRAIN THE OCCUPANT AS INTENDED DURING A CRASH, WHICH COULD RESULT IN INJURY TO THE OCCUPANT.","DEALERS WILL INSPECT BOTH FRONT SAFETY BELTS FOR PROPER INSTALLATION OF THE ANCHORS TO THE PRETENSIONERS AND, IF NECESSARY, REINSTALL THE ANCHORS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -10/13/2010,10V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V473000),AUTO OUTFITTERS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,176,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO OUTFITTERS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO OUTFITTERS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/13/2010,10V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V476000),GOLDWORKS & GRAPHICS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,354,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY GOLDWORKS & GRAPHICS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY GOLDWORKS & GRAPHICS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/13/2010,10V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V477000),TRUCK & AUTO ELEGANCE,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,79,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TRUCK & AUTO ELEGANCE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TRUCK & AUTO ELEGANCE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/13/2010,10V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V479000),"WEBASTO PRODUCT NORTH AMERICA, INC.",SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,390,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY CAROLINA RESTYLING ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY CAROLINA RESTYLING BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/13/2010,10V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V489000),"Volvo Car USA, LLC",SUPPLEMENTAL RESTRAINT SYSTEM,AIR BAGS,R229,Vehicle,9746,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2010-2011 S80, XC70, MODEL YEAR 2011 XC60 AND MODEL YEAR 2010 V70 VEHICLES. THERE MAY BE AN INTERMITTENT FAULT IN THE DRIVER'S AIRBAG CLOCKSPRING WIRING CONNECTOR FOR THE SUPPLEMENTAL RESTRAINT SYSTEM.","IN THE EVENT OF A CRASH, THE DRIVER'S FRONTAL AIRBAG MAY NOT DEPLOY AS INTENDED OR AT ALL, AND THEREFORE WILL NOT BE ABLE TO PROPERLY PROTECT THE DRIVER, INCREASING THE RISK OF INJURIES.","DEALERS WILL INSTALL A METAL SHIM IN THE DRIVER'S AIR BAG CLOCKSPRING WIRING CONNECTOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -10/12/2010,10V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V492000),Volvo Trucks North America,CERTIFICATION LABEL TIRE DESCRIPTION/PART 567,EQUIPMENT,RVXX1005,Vehicle,1926,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2008-2011 VHD, VNL, VNM, AS WELL AS 2008-2010 VT VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE TIRE DESCRIPTION MAY BE INCORRECT ON THE VEHICLE'S CERTIFICATION LABEL.",THE MISINFORMATION ON THESE LABELS COULD LEAD TO A VEHICLE OVERLOADING THAT CAN INCREASE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE LABELS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 25, 2011. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -10/12/2010,10V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V495000),Crossroads RV,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,6,"CROSSROADS IS RECALLING CERTAIN MODEL YEAR 2011 ZINGER AND SUNSET TRAIL TRAILERS MANUFACTURED FROM AUGUST 15, 2010, THROUGH SEPTEMBER 29, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"CROSSROADS IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. ALL THE AFFECTED VEHICLES ARE CONTAINED AT CROSSROADS' DEALERSHIPS. THEREFORE, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR CROSSROADS AT 1-888-226-7496." -10/12/2010,10V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V497000),Newmar Corporation,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,16,"NEWMAR IS RECALLING CERTAIN MODEL YEAR 2011 BAY STAR CA RECREATIONAL VEHICLES MANUFACTURED FROM AUGUST 6, 2010, THROUGH OCTOBER 5, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"NEWMAR IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR NEWMAR AT 574-773-7791." -10/12/2010,10V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V498000),Open Range R.V. Company,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,404,"OPEN RANGE IS RECALLING CERTAIN MODEL YEAR 2011 JOURNEYER, OPEN RANGE, AND ROAMER RECREATIONAL VEHICLES MANUFACTURED FROM JULY 1, 2010, THROUGH SEPTEMBER 20, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"OPEN RANGE IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749." -10/12/2010,10V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V506000),Hyundai Translead,TRAILER SUSPENSION SYSTEMS/MISSING WELDS,SUSPENSION,AM-100710,Vehicle,198,"HYUNDAI TRANSLEAD IS RECALLING CERTAIN MODEL YEAR 2011 53 FOOT COMPOSITE DRY VAN TRAILERS, EQUIPPED WITH ARVIN MERITOR SUSPENSION SYSTEMS. THE SUSPECT SYSTEMS MAY HAVE MISSING WELDS AT THE INTERFACE OF THE LOWER SEAT BRACKET AND AXLE BEAM.","MISSING WELDS COULD ALLOW THE AXLE TO ROLL OUT OF POSITION AND POTENTIALLY IMPACT THE HANDLING OF THE TRAILER SUCH THAT A DRIVER MAY LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","HYUNDAI TRANSLEAD IS WORKING WITH ARVIN MERITOR TO IDENTIFY OWNERS WITH THE AFFECT SUSPENSION SYSTEMS. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 27, 2010. OWNERS MAY CONTACT HYUNDAI TRANSLEAD AT 619-680-3144 OR ARVIN MERITOR AT 1-248-435-0896." -10/11/2010,10V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V494000),"Dutchmen Manufacturing, Inc.",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,26,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 VOLTAGE FIFTH WHEEL TRAVEL TRAILERS MANUFACTURED FROM AUGUST 13, 2010, THROUGH SEPTEMBER 29, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"DUTCHMEN IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 4, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 866-869-1109." -10/08/2010,10E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E048000),DEXTER AXLE,AXLE ASSEMBLY/WHEEL END SEPARATION,POWER TRAIN,NR (Not Reported),Equipment,685,"DEXTER AXLE IS RECALLING CERTAIN TRAILER AXLE ASSEMBLIES MANUFACTURED FROM AUGUST 15, 2010, THROUGH AUGUST 30, 2010. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD THAT INCREASES THE RISK OF A CRASH TO OTHER VEHICLES, AND COMPROMISES THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.",DEXTER AXLE IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY THE OWNERS WHO MAY HAVE THE AFFECTED AXLES INSTALLED ON THEIR VEHICLE. THE AFFECTED AXLE ASSEMBLIES WILL BE REPLACED FREE OF CHARGE. OWNERS MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR THEIR VEHICLE MANUFACTURER. -10/08/2010,10V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V460000),"Forest River, Inc.",AXLE ASSEMBLY/WHEEL END SEPARATION,POWER TRAIN,NR (Not Reported),Vehicle,92,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 SANDPIPER AND SIERRA TRAILERS EQUIPPED WITH DEXTER AXLES. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD AND/OR COMPROMISING THE DRIVER'S CONTROL OF THE VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.","FOREST RIVER IS WORKING WITH DEXTER AXLE AND WILL INSPECT THE AXLE SERIAL NUMBER AND REPLACE IT IF IT FALLS WITHIN THE SERIAL NUMBER RANGE. REPLACEMENT OF THE AXLE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 6, 2011. OWNERS MAY CONTACT FOREST RIVER'S WARRANTY DEPARTMENT AT 1-574-534-3167 OR DEXTER AXLE AT 1-800-400-2164." -10/08/2010,10V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V461000),"Heartland Recreational Vehicles, LLC",AXLE ASSEMBLY/WHEEL END SEPARATION,POWER TRAIN,99-01-03,Vehicle,48,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2011 FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD THAT INCREASES THE RISK OF A CRASH TO OTHER VEHICLES, AND COMPROMISES THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","HEARTLAND IS WORKING WITH DEXTER AXLE AND WILL INSPECT THE AXLE SERIAL NUMBER AND REPLACE IT IF IT FALLS WITHIN THE SERIAL NUMBER RANGE. REPLACEMENT OF THE AXLE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2010. OWNERS MAY CONTACT HEARTLAND WARRANTY SERVICE DEPARTMENT AT 1-877-262-8032 OR DEXTER AXLE AT 1-800-400-2164." -10/08/2010,10V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V493000),"Heartland Recreational Vehicles, LLC",RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,99-01-05,Vehicle,198,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2011 NORTH COUNTRY TRAVEL TRAILERS, MANUFACTURED FROM JULY 14, 2010, THROUGH SEPTEMBER 14, 2010, EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.",A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"HEARTLAND IS WORKING WITH ATWOOD AND WILL REPLACE OR REPAIR THE STOVES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 22, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749 OR HEARTLAND AT 1-877-262-8032." -10/08/2010,10V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V488000),"BMW of North America, LLC",REAR WHEEL LINKAGE,SUSPENSION,NR (Not Reported),Vehicle,11826,BMW IS RECALLING CERTAIN MODEL YEAR 2005-2011 MOTORCYCLES. THE BEARINGS COULD BE SUBJECT TO CORROSION. THIS COULD LEAD TO REDUCED MOVEMENT OF THE LINK LEVER.,THIS COULD AFFECT THE HANDLING OF THE MOTORCYCLE INCREASING THE RISK A DRIVER MAY LOSE CONTROL OF THE VEHICLE RESULTING IN A CRASH.,BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2011. OWNERS MAY CONTACT BMW AT 1-800-525-7417. -10/08/2010,10E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E049000),Norcold Inc.,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,151795,"NORCOLD IS RECALLING CERTAIN GAS ABSORPTION REFRIGERATORS WHICH ARE SOLD FOR APPLICATION IN RECREATIONAL VEHICLES. NORCOLD HAS RECALLED MODELS 1200AC, 1200ACIM, 1200LR, 1200LR, 1200LRIM, AND 1201LRIM UNDER PREVIOUSLY ISSUED RECALLS IDENTIFIED AS 02E-045, 08E-030, 09E-026, AND 09E-027. THESE RECALLS COVERED COOLING UNITS INSTALLED ON THE 1200 SERIES PRODUCT MANUFACTURED FROM DECEMBER 1996 THROUGH DECEMBER 2002. RECALLS 08E-030, 09E-026, AND 09E-027 INVOLVED THE INSTALLATION OF A THERMAL SWITCH ON THE COOLING UNITS MANUFACTURED FROM DECEMBER 1996 THROUGH DECEMBER 2002. WITH THE ACTION TAKEN WITH THIS RECALL CAMPAIGN, NORCOLD IS EXTENDING A RECALL OF ALL 1200, 1201, 1210, AND 1211 MODELS TO INCLUDE UNITS PRODUCED FROM JANUARY 1, 2003, TO OCTOBER 6, 2010, WITH COOLING UNIT MODELS WITH COOLING UNIT SERIAL NUMBERS FROM 700000 TO 13085759, NON CONSECUTIVELY. THE POPULATION OF REFRIGERATORS BEING ADDRESSED CONTAINS EITHER A SENSING ALGORITHM OR A THERMAL SWITCH TO SHUT OFF POWER TO THE REFRIGERATOR WHEN HIGH TEMPERATURES ARE DETECTED IN ORDER TO PREVENT A POTENTIAL FIRE. NORCOLD HAS NOW DECIDED THE RESPONSE TIMES OF THE SENSOR ALGORITHM AND THERMAL SWITCH DEVICES TO STOP POWER ARE NOT SUFFICIENT.",AN INSUFFICIENT RESPONSE TIME CAN RESULT IN POWER NOT BEING SHUT-OFF IN SUFFICIENT TIME TO PREVENT A FIRE.,"NORCOLD WILL NOTIFY RECREATIONAL VEHICLE MANUFACTURERS, DISTRIBUTORS, DEALERS, SERVICE CENTERS, AND VEHICLE OWNERS OF THE HAZARD AND OFFER A FREE REMEDY TO PREVENT TEMPERATURE ELEVATION THAT COULD ALLOW A FIRE. THE REMEDY IS TO AFFIX A THERMOCOUPLE, WITH A FASTER RESPONSE TIME, TO ALL REFRIGERATORS WITH A SENSING ALGORITHM OR A THERMAL SWITCH. THE SAFETY RECALL BEGAN ON OCTOBER 19, 2010. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR THEIR VEHICLE MANUFACTURER." -10/08/2010,10V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V462000),TERRY POE AUTOMOTIVE,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1026,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY TERRY POE AUTOMOTIVE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY TERRY POE AUTOMOTIVE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/08/2010,10V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V464000),STEGALL AUTO ACCESSORIES,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1356,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY STEGALL AUTO ACCESSORIES ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY STEGALL AUTO ACCESSORIES BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -10/08/2010,10V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V468000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10C-6,Vehicle,2687,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 SAF-T-LINER C2 AND SAF-T-LINER HDX SCHOOL BUSES MANUFACTURED FROM OCTOBER 5, 2006 THROUGH MAY 24, 2010, EQUIPPED WITH EPA 2007 MBE 900 DETROIT DIESEL ENGINES. ENGINE SOFTWARE MAY NOT REACT PROPERLY TO CERTAIN AFTERMARKET TREATMENT DEVICE FAULT CODES. THE SOFTWARE MAY UNNECESSARILY SHUTDOWN A VEHICLE OR MAY FAIL TO SHUTDOWN A VEHICLE WITH AN AFTERMARKET DEVICE OVER-TEMP FAULT.",UNEXPECTED SHUTDOWN OF A VEHICLE MAY INCREASE THE RISK OF A CRASH. OVERHEATING OF THE AFTERTREATMENT DEVICE WITHOUT ENGINE SHUTDOWN MAY RESULT IN A FIRE.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DETROIT DIESEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 30, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/08/2010,10V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V472000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10C-6,Vehicle,58,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 FREIGHTLINER BUSINESS CLASS M2, CUSTOM CHASSIS MT45, S2 CHASSIS, AND STERING ACTERRA VEHICLES MANUFACTURED FROM OCTOBER 5, 2006, THROUGH MAY 24, 2010, EQUIPPED WITH EPA 2007 MBE 900 DETROIT DIESEL ENGINES. ENGINE SOFTWARE MAY NOT REACT PROPERLY TO CERTAIN AFTERMARKET TREATMENT DEVICE FAULT CODES. THE SOFTWARE MAY UNNECESSARILY SHUTDOWN A VEHICLE OR MAY FAIL TO SHUTDOWN A VEHICLE WITH AN AFTERMARKET DEVICE OVER-TEMP FAULT.",UNEXPECTED SHUTDOWN OF A VEHICLE MAY INCREASE THE RISK OF A CRASH. OVERHEATING OF THE AFTERTREATMENT DEVICE WITHOUT ENGINE SHUTDOWN MAY RESULT IN A FIRE.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DETROIT DIESEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 30, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/07/2010,10V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V485000),"Altec Industries, Inc.",DIGGER BAIL PIN REPLACEMENT,EQUIPMENT,CSN 537,Vehicle,578,ALTEC IS RECALLING CERTAIN MODEL YEAR 2008-2009 DIGGER DERRICKS UTILITY VEHICLES BUILT FROM SEPTEMBER 2008 THROUGH MAY 2009. THE DIGGER BAIL PINS INSTALLED ON THESE VEHICLES WERE NOT PROPERLY HEAT TREATED AND CAN DEVELOP CRACKS DURING AUGER USE. THE DIGGER COULD BECOME SEPARATED FROM THE DIGGER BAIL ALLOWING THE AUGER/DIGGER ASSEMBLY TO SWING FREELY FROM THE DIGGER HOSES.,A SWINGING AUGER/DIGGER COULD STRIKE A BYSTANDER CAUSING SERIOUS INJURY OR DEATH.,"DEALERS WILL REPLACE THE PINS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 29, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -10/07/2010,10V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V475000),"Chrysler (FCA US, LLC)",POWER STEERING PRESSURE HOSE ASSEMBLY,STEERING,K26,Vehicle,23237,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 CHRYSLER SEBRING, 300, CHARGER (LX) AND DODGE CHALLENGER (LC), AVENGER (JS), AND JOURNEY (JC), AS WELL AS MODEL YEAR 2011 DODGE RAM LIGHT DUTY PICKUP (DS) VEHICLES. SOME OF THESE VEHICLES MAY EXPERIENCE A SEPARATION AT THE CRIMPED END OF THE POWER STEERING PRESSURE HOSE ASSEMBLY.",LEAKED POWER STEERING FLUID ONTO HOT ENGINE COMPONENTS COULD CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE AS NECESSARY THE POWER STEERING PRESSURE HOSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 20, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -10/07/2010,10V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V474000),"Chrysler (FCA US, LLC)",TIRE PRESSURE INFORMATION LABELS,EQUIPMENT,K27,Vehicle,772,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2011 DODGE RAM D2, DJ, AND DS-BODY VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" SOME VEHICLES HAVE BEEN BUILT WITH CERTIFICATION AND/OR SUPPLEMENTAL TIRE PRESSURE INFORMATION LABELS PRINTED WITH INCORRECT WEIGHT OR SEATING CAPACITY INFORMATION.","THE MISINFORMATION ON THESE LABELS COULD LEAD TO, AMONG OTHER THINGS, FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS THAT COULD INCREASE THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH REPLACEMENT CERTIFICATION AND/OR SUPPLEMENTAL TIRE PRESSURE INFORMATION LABELS. AT THE CUSTOMER'S OPTION, THEY MAY TAKE THEIR VEHICLE TO A CHRYSLER DEALER FOR INSTALLATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -10/05/2010,10V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V467000),"Winnebago Industries, Inc.",DINETTE AREA SEAT BELTS/FMVSS 210,SEAT BELTS,119,Vehicle,1925,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 WINNEBAGO SIGHTSEER AND ITASCA SUNOVA MOTOR HOMES BECAUSE THE DINETTE AREA SEAT BELT RESTRAINTS ON THOSE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" IN A COLLISION, THE GENERATED CRASH FORCES CAN CAUSE THE RESTRAINT'S ATTACHMENT TO TEAR AND ALLOW THE ANCHOR TO SEPARATE FROM THE BODY OF THE VEHICLE.","IF THE RESTRAINT SEPARATES FROM THE VEHICLE DURING A CRASH, THE BELT WILL NOT PROPERLY RESTRAIN THE SEAT OCCUPANT, INCREASING THE RISK OF INJURY OR DEATH TO THE OCCUPANT.","WINNEBAGO WILL NOTIFY OWNERS A DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 10, 2010. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -10/05/2010,10V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V470000),"Winnebago Industries, Inc.",DINETTE AREA SEAT BELTS/FMVSS 210,SEAT BELTS,118,Vehicle,2496,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 WINNEBAGO VIEW AND ITASCA NAVION MOTOR HOMES BECAUSE THE DINETTE AREA SEAT BELT RESTRAINTS ON THOSE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" IN A COLLISION, THE GENERATED CRASH FORCES CAN CAUSE THE RESTRAINT'S ATTACHMENT TO TEAR AND ALLOW THE ANCHOR TO SEPARATE FROM THE BODY OF THE VEHICLE.","IF THE RESTRAINT SEPARATES FROM THE VEHICLE DURING A CRASH, THE BELT WILL NOT PROPERLY RESTRAIN THE SEAT OCCUPANT, INCREASING THE RISK OF INJURY OR DEATH TO THE OCCUPANT.","WINNEBAGO WILL ADD ADDITIONAL SEAT BELT ANCHORAGES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -10/05/2010,10V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V471000),"Winnebago Industries, Inc.",DINETTE AREA SEAT BELTS/FMVSS 210,SEAT BELTS,120,Vehicle,102,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2008 WINNEBAGO VOYAGE AND, ITASCA SUNRISE AND, MODEL YEAR 2009-2011 WINNEBAGO ADVENTURER AND, ITASCA SUNCRUISER MOTOR HOMES BECAUSE THE DINETTE AREA SEAT BELT RESTRAINTS ON THOSE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" IN A COLLISION, THE GENERATED CRASH FORCES CAN CAUSE THE RESTRAINT'S ATTACHMENT TO TEAR AND ALLOW THE ANCHOR TO SEPARATE FROM THE BODY OF THE VEHICLE.","IF THE RESTRAINT SEPARATES FROM THE VEHICLE DURING A CRASH, THE BELT WILL NOT PROPERLY RESTRAIN THE SEAT OCCUPANT, INCREASING THE RISK OF INJURY OR DEATH TO THE OCCUPANT.","WINNEBAGO WILL NOTIFY OWNES AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2010. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -10/05/2010,10V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V465000),"Altec Industries, Inc.",FRAME INSPECTION,STRUCTURE,CSN 531,Vehicle,686,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2008-2009 WC126 AND WC166, MODEL YEAR 2009-2010 WC126A AND WC166A WOOD CHIPPER UTILITY VEHICLES BUILT FROM JANUARY 2008 THROUGH MAY 2010. IT WAS DISCOVERED CRACKS MAY DEVELOP IN THE FRAME RAILS OF WOOD CHIPPERS DUE TO CONCENTRATED LOADS ON THE FRAME RAIL FLANGE AT THE AXLE MOUNT.",WHILE LOADING THE FRAME COULD BRAKE INCREASING THE RISK OF PROPERTY DAMAGE AND PERSONAL INJURY.,"DEALERS WILL INSPECT AND REPAIR OR REPLACE AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 25, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -10/05/2010,10V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V466000),"Navistar, Inc.",INOPERATIVE WINDSHIELD WIPER,VISIBILITY,R10009,Vehicle,70,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009-2011 MONACO MONARCH AND MODEL YEAR 2010-2011 HOLIDAY RAMBLER ADMIRAL RECREATIONAL VEHICLES MANUFACTURED FROM JUNE 4, 2009, THROUGH JUNE 26, 2010. THE WINDSHIELD WIPER SYSTEM MAY BECOME INOPERABLE WITHOUT WARNING RESULTING IN REDUCED DRIVER VISIBILITY.","DECREASED DRIVER VISIBILITY MAY INCREASE THE RISK OF A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT AND CORRECT IF NECESSARY THE WINDSHIELD WIPER SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 27, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -10/05/2010,10V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V463000),"Navistar, Inc.",MAXIMUM HEADLIGHT HEIGHT/FMVSS 108,EXTERIOR LIGHTING,10516,Vehicle,43,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 INTERNATIONAL 7300, 7400, 7500, VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108,DS""'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES ARE INSTALLED WITH IMPROPER HEADLIGHT HEIGHT OF 55.5 INCHES AND THE CORRECT HEIGHT SHOULD BE 54 INCHES.",IMPROPER HEIGHT ON THE HEADLIGHTS MAY NOT FULLY ILLUMINATE THE ROAD SURFACE OR MAY INHIBIT THE ABILITY OF MOTORISTS TO SEE VEHICLES WHICH CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSTALL THE CORRECT HEADLIGHTS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 25, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -10/05/2010,10V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V478000),Keystone RV Company,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,10-148,Vehicle,5459,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2011 RECREATIONAL VEHICLES EQUIPPED WITH ATWOOD 35 SERIES RANGE OVENS. A POTENTIAL EXISTS FOR A SMALL FRACTURE WITHIN THE LINE DELIVERING GAS TO THE OVEN CAVITY BURNER. SUCH A FRACTURE MAY CAUSE PROPANE GAS TO LEAK FROM THE LINE.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.,"DEALERS WILL ISOLATE AND PERFORM A DROP PRESSURE TEST ON THE OVEN SUPPLY TUBE AND IF THE TUBE LEAKS IT WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 27, 2010. OWNER MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -10/05/2010,10V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V481000),"Altec Industries, Inc.",ROTATION BEARING FASTENER REPLACEMENT,EQUIPMENT,CSN 541,Vehicle,592,ALTEC IS RECALLING CERTAIN MODEL YEAR 2009-2010 ALTEC DIGGER DERRICKS BUILT FROM APRIL 2009 THROUGH MAY 2010. THE TURNTABLE DEVICES ON THESE VEHICLES HAVE USED HIGH STRENGTH FASTENERS THAT MAY FAIL DUE TO STRESS CORROSION AND CRACKING.,FAILURE OF A FASTENER COULD CAUSE THE PEDESTAL TO SEPARATE FROM THE TURNTABLE AND MAY CAUSE AN OCCUPANT TO FALL FROM THE VEHICLE AND SUFFER INJURY.,"DEALERS WILL REPLACE THE FASTENERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 15, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -10/04/2010,10V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V469000),"Jayco, Inc.",AXLE ASSEMBLY/WHEEL END SEPARATION,POWER TRAIN,NR (Not Reported),Vehicle,9,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 PINNACLE FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD THAT INCREASES THE RISK OF A CRASH TO OTHER VEHICLES, AND COMPROMISES THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","JAYCO IS WORKING WITH DEXTER AXLE AND WILL INSPECT THE AXLE SERIAL NUMBER AND REPLACE IT IF IT FALLS WITHIN THE SERIAL NUMBER RANGE. REPLACEMENT OF THE AXLE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2010. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267 AND DEXTER AXLE AT 1-800-2164." -10/04/2010,10V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V459000),"Mercedes-Benz USA, LLC",POWER STEERING PUMP,STEERING,NR (Not Reported),Vehicle,85300,"MERCEDES BENZ IS RECALLING CERTAIN MODEL YEAR 2010 C-CLASS, MODEL 204, E-CLASS, MODEL 212, AND MODEL YEAR 2010-2011 E-CLASS COUPE/CABRIOLET MODEL 207 VEHICLES. THE POWER STEERING SYSTEM IN THE SUBJECT VEHICLES MAY FAIL DUE TO THE LOSS OF POWER STEERING FLUID.","OWNERS MAY NOT HAVE SUFFICIENT CONTROL OF THE VEHICLE IN AREAS, SUCH AS PARKING LOTS, WHERE MAXIMUM POWER STEERING IS REQUIRED, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL CHECK AND RETORQUE THE CONNECTION FITTING FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 31, 2010. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -10/01/2010,10V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V458000),"Tesla, Inc.",12V AUXILIARY CABLE CONTAINMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,439,"TESLA IS RECALLING CERTAIN MODEL YEAR 2010 ROADSTER 2.0 AND 2.5 VEHICLES EQUIPPED WITH A 12V AUXILIARY CABLE. THE 12V AUXILIARY CABLE FOR THE LOW VOLTAGE BACK UP POWER SYSTEM MAY BE IMPROPERLY ROUTED. IF THE WIRE IS IMPROPERLY ROUTED, AND TRAPPED AGAINST THE WHEEL WELL COVER, THE WIRE MAY ABRADE AGAINST THE EDGE OF THE CARBON FIBER ARMATURE AND, OVER TIME, EXPOSE THE WIRE. CONTACT BETWEEN THE BARE WIRE AND CARBON FIBER MAY CAUSE A SHORT-CIRCUIT LEADING TO POSSIBLE ELECTRICAL ARCHING.",SHORT CIRCUIT AND ELECTRICAL ARCING COULD LEAD TO A FIRE IN THE RIGHT FRONT HEADLAMP AREA.,"TESLA MOTORS WILL CHECK THE ROUTING OF THE 12V AUXILIARY CABLE AND INSTALL A PROTECTIVE SLEEVE OVER THE WIRE FREE OF CHARGE. THIS WILL PREVENT MISROUTING AND PINCHING BY THE WHEEL WELL COVER. THE SAFETY RECALL BEGAN ON OCTOBER 31, 2010. OWNERS MAY CONTACT TESLA CUSTOMER SERVICE AT 877-888-3752." -10/01/2010,10V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V446000),"BMW of North America, LLC",BRAKE VACUUM PUMP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,198352,"BMW IS RECALLING CERTAIN MODEL YEAR 2004-2010 5-SERIES, 6-SERIES, AND MODEL YEAR 2002-2008 7-SERIES VEHICLES. A CHECK VALVE OF THE BRAKE VACUUM PUMP MAY LEAK A SMALL AMOUNT OF LUBRICATING OIL. OVER TIME THIS COULD RESULT IN CONTAMINATION OF THE BRAKE BOOSTER.",POWER ASSIST BRAKING PERFORMANCE COULD BE ADVERSELY AFFECTED. IN EXTREME CASES THERE COULD BE A COMPLETE LOSS OF POWER ASSIST BRAKING. AN UNEXPECTED REDUCTION OR LOSS IN POWER BRAKING ASSIST MAY INCREASE THE RISK OF A CRASH.,"BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 24, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -10/01/2010,10V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V447000),"Rolls-Royce Motor Cars, Ltd.",BRAKE VACUUM PUMP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2552,"ROLLS-ROYCE IS RECALLING CERTAIN MODEL YEAR 2003-2010 PHANTOM, MODEL YEAR 2007-2010 PHANTOM DROPHEAD COUPE, AND MODEL YEAR 2008-2010 PHANTOM COUPE VEHICLES. A CHECK VALVE OF THE BRAKE VACUUM PUMP MAY LEAK A SMALL AMOUNT OF LUBRICATING OIL. OVER TIME THIS COULD RESULT IN CONTAMINATION OF THE BRAKE BOOSTER.",POWER ASSIST BRAKING PERFORMANCE COULD BE ADVERSELY AFFECTED. IN EXTREME CASES THERE COULD BE A COMPLETE LOSS OF POWER ASSIST BRAKING. AN UNEXPECTED REDUCTION OR LOSS IN POWER BRAKING ASSIST MAY INCREASE THE RISK OF A CRASH.,"ROLLS-ROYCE WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 19, 2010. OWNERS MAY CONTACT ROLLS-ROYCE AT 1-877-877-3735." -10/01/2010,10V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V453000),PACCAR Incorporated,KENWORTH/PERTERBILT EGR VALVE SEAL OIL LEAK,ENGINE AND ENGINE COOLING,E008R,Vehicle,384,PACCAR IS RECALLING CERTAIN MODEL YEAR KENWORTH AND PETERBILT VEHICLES. A MANUFACTURING DEFECT IN THE SEAL SUPPLIED BY A COMPONENT MANUFACTURER INSTALLED ON THE OUTPUT SHAFT OF THE EXHAUST GAS RECIRCULATION (EGR) VALVE ACTUATOR MAY CAUSE EVENTUAL DELAMINATION OF THE SEAL. DELAMINATION OF THE SEAL MAY ALLOW ENGINE OIL TO LEAK FROM THE EGR VALVE ONTO EXHAUST COMPONENTS.,"THE LEAKING OF ENGINE OIL ONTO HOT EXHAUST COMPONENTS, SUCH AS WHEN THE ENGINE IS UNDER SIGNIFICANT LOAD, MAY CREATE THE POSSIBILITY OF A FIRE.","DEALERS WILL REPLACE THE EGR VALVE ASSEMBLY ON THE SUBJECT VEHICLES EQUIPPED WITH THE PACCAR MX ENGINE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 29, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 940-591-4196." -10/01/2010,10V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V454000),"Forest River, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,2207,"FOREST RIVER IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"FOREST RIVER IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -10/01/2010,10V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V457000),HYUNDAI CARIBBEAN-PUERTO RICO,STEERING GEAR ASSEMBLY,STEERING,097,Vehicle,60,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2011 SONATA VEHICLES MANUFACTURED FROM DECEMBER 11, 2009, THROUGH SEPTEMBER 10, 2010. ON SOME OF THESE VEHICLES THE STEERING COLUMN INTERMEDIATE SHAFT UNIVERSAL JOINT CONNECTIONS MAY HAVE BEEN EITHER IMPROPERLY ASSEMBLED OR INSUFFICIENTLY TIGHTENED.","IMPROPER ASSEMBLY OR INSUFFICIENT TIGHTENING OF THE CONNECTIONS COULD RESULT IN A COMPLETE SEPARATION OR COMPROMISED ATTACHMENT OF THE CONNECTIONS, SUCH THAT THE DRIVER COULD EXPERIENCE A LOSS OF, OR REDUCTION IN, STEERING CAPABILITY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE STEERING COLUMN INTERMEDIATE SHAFT UNIVERSAL JOINT CONNECTIONS FOR PROPER ASSEMBLY AND TORQUE. IN ADDITION DEALERS WILL UPDATE THE POWER STEERING SOFTWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 11, 2010. OWNERS MAY CONTACT HYUNDAI CUSTOMER SERVICE CENTER AT 1-787-999-3333." -10/01/2010,10V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V448000),"Nu Wa Industries, Inc.",TRAILER AXLE MIS-LOCATED WELD,POWER TRAIN,NR (Not Reported),Vehicle,230,"NU WA IS RECALLING CERTAIN MODEL YEAR 2006 CUSTOM CAMPERS HH II, AND MODEL YEAR 2006-2007, CUSTOM CAMPERS LS TRAVEL TRAILERS, EQUIPPED WITH LIPPERT AXLES COMPONENTS. THESE VEHICLES MAY CONTAIN MIS-LOCATED WELDS ATTACHING THE AXLE SPINDLE TO THE AXLE TUBE. IF THE WELDS ARE MIS-LOCATED, THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY MAY COME OFF THE VEHICLE.","A SEPARATED TIRE AND WHEEL ASSEMBLY COULD STRIKE OTHER VEHICLES AND/OR PEDESTRIANS, RISKING INJURY OR DEATH, AND/OR CAUSE SIGNIFICANT DAMAGE PROPERTY.","NU WA IS WORKING WITH LIPPERT TO INSPECT AND REPLACE IF AN AXLE IS FOUND TO BE DEFECTIVE ON A VEHICLE FREE OF CHARGE. THE SAFETY RECALL BEGAN SEPTEMBER 18, 2010. OWNERS MAY CONTACT LIPPERT COMPONENTS, INC.'S AXLE SERVICE & WARRANTY DEPARTMENT AT 1-877-870-4900." -09/30/2010,10V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V450000),"General Motors, LLC",POWER STEERING PRESSURE LINE,STEERING,NR (Not Reported),Vehicle,3459,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2010 CADILLAC SRX VEHICLES EQUIPPED WITH 2.8L GAS ENGINES (LAU) OR 3.0L GAS ENGINES (LF1). SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH PROCESSING OF THE CRIMP DURING MANUFACTURE OF THE POWER STEERING PRESSURE LINE MAY HAVE DAMAGED THE LINE. IF THE LINE WAS DAMAGED, A POWER STEERING FLUID LEAK MAY DEVELOP. IF THERE IS A SUFFICIENT AMOUNT OF FLUID LOSS, THE DRIVER WILL HEAR NOISE FROM THE POWER STEERING PUMP AND INCREASED EFFORT MAY BE REQUIRED FOR STEERING.","IF POWER STEERING FLUID SPRAYS ONTO HOT ENGINE PARTS, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT AND IF NECESSARY REPLACE THE POWER STEERING LINE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -09/30/2010,10E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E047000),"Meritor, Inc.",TRAILER SUSPENSION SYSTEMS/MISSING WELDS,SUSPENSION,C10AB,Equipment,719,"ARVINMERITOR IS RECALLING CERTAIN MPA TRAILER SUSPENSION SYSTEMS INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS HEAVY TRUCKS. THE SYSTEMS WERE SHIPPED TO VEHICLE MANUFACTURERS BETWEEN APRIL 12, 2010, AND JUNE 30, 2010. THE SUSPECT SYSTEMS MAY HAVE MISSING WELDS AT THE INTERFACE OF THE LOWER SEAT BRACKET AND AXLE BEAM.","MISSING WELDS COULD ALLOW THE AXLE TO ROLL OUT OF POSITION AND POTENTIALLY IMPACT THE HANDLING OF THE TRAILER, INCREASING THE RISK OF A CRASH.","ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY OWNERS WITH THE AFFECT SUSPENSION SYSTEMS. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 1, 2010. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-0896 OR THEIR VEHICLE MANUFACTURER." -09/29/2010,10V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V442000),DYNAMAX CORPORATION,ELECTRIC INVERTER/CHARGER/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,21,"DYNAMAX CORPORATION IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ISATA, DYNAQEUST ST, DYNAQUEST XL, AND GRAND SPORT MOTOR HOMES MANUFACTURED FROM APRIL 2, 2010, THROUGH JUNE 30, 2010, EQUIPPED WITH XANTREX FREEDOM SW 3000 INVERTER/CHARGES. DUE TO POOR SOLDERING IN CLOSE PROXIMITY TO INADEQUATELY TORQUED BUS BARS IN THE PRODUCT, MELTED SOLDER CAN RESULT IN A SHORT CIRCUIT FAILURE.","A SHORT CIRCUIT CAN RESULT IN THE UNIT OVERHEATING, POSSIBLY RESULTING IN A FIRE.","DYNAMAX WILL NOTIFY THE OWNERS AND WILL REPLACE THE AFFECTED UNITS WITH A NEW XANTREX FREEDOM INVERTER/CHARGER THAT CONTAINS A TEMPERATURE SENSOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 15, 2010. OWNERS MAY CONTACT DYNAMAX AT 1-574-262-3474." -09/29/2010,10V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V452000),PACCAR Incorporated,KENWORTH/CHASSIS LOAD CENTER CONNECTION,EXTERIOR LIGHTING,10KWG,Vehicle,3040,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2011 T660, T800, W900, C500, T440, AND T470 VEHICLES MANUFACTURED FROM APRIL 1, 2009, THROUGH AUGUST 30, 2010. ONE OF THE FOUR HARNESS SPADE TERMINAL CONNECTIONS TO THE CHASSIS LOAD CENTER MAY BECOME COMPLETELY UNSEATED. A COMPLETELY UNSEATED CONNECTION MAY RESULT IN A POWER LOSS TO A PORTION OF THE VEHICLE'S EXTERIOR LIGHTING.",POWER LOSS OF THE VEHICLE'S EXTERIOR LIGHTING MAY REDUCE THE VISIBILITY OF THE VEHICLE TO OTHER DRIVERS INCREASING THE RISK OF A CRASH WITH THE VEHICLE.,"DEALERS WILL INSPECT THE HARNESS AND RE-SEATING THE FEMALE CONNECTORS ON THE MALE SPADE TERMINALS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 29, 2010. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -09/29/2010,10V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V456000),Doubletree RV,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,290,"DRV IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"DRV IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 14, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/29/2010,10E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E046000),Atwood Mobile Products,RANGE/OVEN COMBO/GAS SUPPLY LINE/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,10480,"ATWOOD IS RECALLING CERTAIN RANGE/OVEN COMBO COOKING RANGES, MODELS THAT BEGIN WITH RV1735, RV2135, AND RA2135 MANUFACTURED FROM SEPTEMBER 20, 2010, OR PRIOR, INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS RECREATIONAL VEHICLES AND SOLD AS AFTERMARKET EQUIPMENT. THE GAS SUPPLY LINE TO THE OVEN BOX MAY BE FRACTURED. GAS CAN LEAK THROUGH THE WALL OF THE FRACTURED GAS LINE LEADING TO A POTENTIAL BUILD UP OF GAS IN THE RV.","IN THE PRESENCE OF AN IGNITION SOURCE, THIS LEAK MAY LEAD TO A FIRE OR EXPLOSION. THIS CONDITION MAY ALSO POSE A RISK OF ASPHYXIATION.","ATWOOD IS WORKING WITH THE RV MANUFACTURERS TO IDENTIFY OWNERS. THE UNITS WILL BE INSPECTED AND THOSE THAT ARE FOUND TO BE DEFECTIVE WILL BE REPAIRED FREE OF CHARGE. ATWOOD WILL NOTIFY OWNERS OF RECORD THAT PURCHASED THE AFFECTED UNITS AS AFTERMARKET EQUIPMENT. THE SAFETY RECALL BEGAN ON OCTOBER 4, 2010. OWNERS MAY CONTACT ATWOOD AT 1-574-266-4749." -09/28/2010,10V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V449000),Aston Martin The Americas,FRONT BOTTOM SUSPENSION ARM CAM-BOLTS,SUSPENSION,RA-04-0014,Vehicle,1090,"ASTON MARTIN IS RECALLING CERTAIN MODEL YEAR 2007-2008 DB9 COUPE, DB9 VOLANTE, V8 VANTAGE COUPE, V8 VANTAGE ROADSTER, AND DBS COUPE VEHICLES. THE FRONT BOTTOM SUSPENSION ARM CAM BOLT COULD CRACK ALONG ITS SHANK ALLOWING THE LOWER CONTROL ARM TO MOVE.",MOVEMENT OF THE LOWER CONTROL ARM WILL INFLUENCE THE DRIVER'S CONTROL OF THE STEERING OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE FRONT SUSPENSION LOWER CONTROL ARM CAM BOLTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 11, 2010. OWNERS MAY CONTACT ASTON MARTIN CUSTOMER SERVICE AT 1-888-923-9988." -09/28/2010,10V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V440000),"Peterson Industries, Inc.",GAS COOK STOVES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,52,"PETERSON INDUSTRIES IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 EXCEL WINSLOW, LIMITED, AND WILD CARGO MOTOR HOMES EQUIPPED WITH SUBURBAN GAS COOK STOVES WITH SEALED BURNERS. THE UNITS INVOLVED USE AN ALUMINUM TUBE TO CARRY LIQUID PROPANE GAS FROM THE OVEN CONTROL VALVE TO THE GAS ORIFICE WHICH SUPPLIES GAS TO THE BURNER. THIS CAN CAUSE THE TUBE TO BREAK RESULTING IN A GAS LEAK WHEN THE OVEN BURNER ATTEMPTS TO LIGHT.","A GAS LEAK OCCURRING IN THE AREA OF THE OVEN PILOT CAN CAUSE A ""FLASH"" WHEN THE GAS IGNITES, AND WOULD CAUSE A FIRE IF THE OVEN VALVE IS NOT PROMPTLY TURNED OFF.","PETERSON INDUSTRIES WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A REPLACEMENT GAS LINE THAT HAS BEEN SOURCED AND TESTED TO INSURE THAT THE DEFECT WHICH CREATED THE STRESS POINT HAS BEEN ELIMINATED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 3, 2010. OWNERS MAY CONTACT PETERSON INDUSTRIES at 1-785-282-6825." -09/28/2010,10V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V441000),Collins Bus Corporation,LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,NR (Not Reported),Vehicle,210,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 SUPER BANTAM AND GRAND BANTAM AND MID BUS SUPER GUIDE AND GRAND GUIDE SCHOOL BUSES BUILT ON FORD AND CHEVROLET PLATFORMS FROM MARCH 31, 2008 THROUGH JULY 31, 2009, EQUIPPED WITH SPECIALTY MANUFACTURING, INC. (SMI) 000290 LED LIGHT KITS. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE STOP ARMS. THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS WOULD BE DECREASED, INCREASING THE RISK THAT A CHILD OR OTHER PEDESTRIAN WITHIN VICINITY OF THE STOPPED BUS COULD BE STRUCK BY A PASSING VEHICLE.","COLLINS WILL NOTIFY OWNERS AND LIGHT KITS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2010. OWNERS MAY CONTACT COLLINS TOLL-FREE AT 1-800-533-1850." -09/28/2010,10V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V438000),FINISH LINE,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,351,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY FINISH LINE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY FINISH LINE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/27/2010,10V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V455000),"Navistar, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,R10016,Vehicle,7,"NAVISTAR IS RECALLING CERTAIN VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,NAVISTAR IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN DURING OCTOBER 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539. -09/27/2010,10V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V439000),"ROD'S CUSTOM BODY SHOP, INC.",SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,321,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY ROD'S CUSTOM BODY SHOP, INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY ROD'S CUSTOM BODY SHOP, INC. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/24/2010,10V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V451000),"Heartland Recreational Vehicles, LLC",SUSPENSION HITTING LP PIPE,SUSPENSION,99-01-04,Vehicle,161,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2011 CALIBER TRAVEL TRAILERS MANUFACTURED FROM JULY 21, 2010, THROUGH SEPTEMBER 15, 2010. THESE VEHICLES HAVE THE POTENTIAL FOR THE SUSPENSION TO CONTACT THE LIQUID PROPANE (LP) PIPE UNDER TRAILER. THIS CONTACT CAN CAUSE DAMAGE TO THE LP PIPE WHICH COULD RESULT IN A GAS LEAK.",A GAS LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD CAUSE A FIRE WHICH COULD RESULT IN SERIOUS BODILY INJURY AND/OR PROPERTY DAMAGE.,"DEALERS WILL MOVE THE LP PIPE AWAY FROM THE SUSPENSION TO PREVENT CONTACT AND REPLACE ANY DAMAGED PIPE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 8, 2010. OWNERS MAY CONTACT WARRANTY/SERVICE DEPARTMENT BY EMAIL AT PARTS@HEARTLANDRVS.COM, OR BY PHONE AT 877-262-8032." -09/23/2010,10V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V444000),Fontaine Modification,DUAL DRIVE AIR LINE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,308,"FONTAINE MODIFICATION IS RECALLING CERTAIN MODEL YEAR 2009-2010 FREIGHTLINER M2 VEHICLES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH DUEL STEERING COMPONENTS. THE ROUTING OF THE AIR HOSES, WITHIN THE AIR BRAKE SYSTEM, THAT CONTROL THE BRAKES ON THE RIGHT HAND SIDE OF THE TRUCK MAY HAVE BEEN DONE IMPROPERLY.","THE AIR HOSES ROUTED VERY CLOSE TO THE TURBO OUTLET CAN CAUSE THE LINES TO BLISTER, THEN MELT AND DEVELOP AIR LEAKS THAT MAY LEAD TO BRAKE LOCK UP INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL NEW HOSES AND HEAT PROTECTIVE THERMAL WRAP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 1, 2010. OWNERS MAY CONTACT FONTAINE MODIFICATION AT 704-409-1613." -09/23/2010,10V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V445000),"Nu Wa Industries, Inc.",GAS COOK STOVES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1,NU WA IS RECALLING ONE MODEL YEAR 2010 DISCOVERY SERIES MOTOR HOME EQUIPPED WITH SUBURBAN GAS COOK STOVES WITH SEALED BURNERS. THE UNITS INVOLVED USE AN ALUMINUM TUBE TO CARRY LIQUID PROPANE GAS FROM THE OVEN CONTROL VALVE TO THE GAS ORIFICE WHICH SUPPLIES GAS TO THE BURNER. THIS CAN CAUSE THE TUBE TO BREAK RESULTING IN A GAS LEAK WHEN THE OVEN BURNER ATTEMPTS TO LIGHT.,"A GAS LEAK OCCURRING IN THE AREA OF THE OVEN PILOT CAN CAUSE A ""FLASH"" WHEN THE GAS IGNITES, AND WOULD CAUSE A FIRE IF THE OVEN VALVE IS NOT PROMPTLY TURNED OFF.","ONE VEHICLE IS AFFECTED FOR THIS RECALL CAMPAIGN AND IN NU WA'S POSSESSION THEREFORE, OWNER NOTIFICATION WILL NOT BE NECESSARY. FOR FURTHER INFORMATION NU WA CAN BE REACHED AT 1-620-431-2088." -09/23/2010,10V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V443000),New Horizons RV Corporation,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,2,"NEW HORIZONS IS RECALLING CERTAIN MODEL YEAR 2009 MAJESTIC 5TH WHEEL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"NEW HORIZONS IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON APRIL 4, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/23/2010,10V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V427000),"AUTO UPGRADE OF N.E., INC.",SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,21,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO UPGRADE OF N.E., INC. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO UPGRADE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/23/2010,10V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V429000),COFFMAN AUTO GLASS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,420,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY COFFMAN AUTO GLASS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY COFFMAN AUTO GLASS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/23/2010,10V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V430000),AUTOMOTIVE IMPROVEMENTS,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,14,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTOMOTIVE IMPROVEMENTS ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTOMOTIVE IMPROVEMENTS BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/23/2010,10V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V431000),AUTO IMAGE,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,649,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY AUTO IMAGE ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY AUTO IMAGE BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/23/2010,10V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V432000),SOLAR VISION,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,575,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY SOLAR VISION ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY SOLAR VISION BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/23/2010,10V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V435000),LUND CADILLAC,SUNROOF SEPARATION,EQUIPMENT,NR (Not Reported),Vehicle,321,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY LUND CADILLAC ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CREATE A ROAD HAZARD OR STRIKE A TRAILING VEHICLE, AND CAUSE A CRASH.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY LUND CADILLAC BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/22/2010,10V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V433000),"Coachmen RV Company, LLC",FAULTY CIRCUIT BREAKERS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,80,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2011 MIRADA, ENCOUNTER, CROSS COUNTRY, AND PATHFINDER TRAVEL TRAILERS MANUFACTURED FROM JUNE 28, 2010, THROUGH AUGUST 26, 2010, AND MANUFACTURER WITH SIEMENS AND MURRAY BRAND ONE INCH PLUG-IN CIRCUIT BREAKERS, SINGLE AND DOUBLE POLE, 15 THROUGH 50 AMPS, MANUFACTURED BETWEEN JUNE 23 AND JULY 2, 2010. THE HOUSE TYPE CIRCUIT BREAKERS MAY BE FAULTY AND HEAT UP AND CAUSE A FIRE.","THIS COULD LEAD TO A FIRE, PROPERTY DAMAGE, OR PERSONAL INJURY.",DEALERS WILL REMOVE ALL BREAKERS FROM THE DISTRIBUTION PANEL AND INSPECT EACH BREAKER AND REMOVE AND/OR REPLACE WITH A NEW BREAKER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2010. OWNERS MAY CONTACT COACHMEN RV CUSTOMER SERVICE AT 1-800-453-6064. -09/22/2010,10T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T019000),CARLISLE TIRE AND WHEEL,IMPROPERLY MARKED TIRES,TIRES,NR (Not Reported),Tire,202,"CERTAIN CARLISLE TIRE AND WHEEL COMPANY (CETS) LRD USA TRAIL TIRES, SIZE 20.5/8.0-10, FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES."" THE TIRES WERE MARKED IMPROPERLY ON THE OPPOSITE SIDE AS LOAD RANGE ""E"" ON ONE SIDEWALL SIDE, WHEN THEY SHOULD HAVE BEEN MARKED LOAD RANGE ""D.""",THE INCORRECT LOAD RANGE MARKINGS MAY LEAD TO AN OWNER PURCHASING A TIRE THAT IS NOT APPROPRIATE FOR THEIR PARTICULAR VEHICLE APPLICATION. USING INCORRECTLY SIZED TIRES ON A VEHICLE COULD LEADING TO VEHICLE OVERLOADING OR OTHER CONSEQUENCES THAT COULD INCREASE THE RISK OF A TIRE FAILURE THAT COULD LEAD TO A VEHICLE CRASH.,"CETS WILL REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 20, 2010. OWNERS MAY CONTACT CETS AT 1-315-477-9107." -09/22/2010,10V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V422000),"NRC Modifications, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,4,"NRC IS RECALLING CERTAIN MODEL YEAR 2003 FREIGHTLINER TRUCKS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,NRC IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2010. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539. -09/22/2010,10V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V434000),Newmar Corporation,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,435,"NEWMAR IS RECALLING CERTAIN RECREATIONAL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"NEWMAR IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON APRIL 6, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/22/2010,10V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V436000),Isuzu Motors Limited,REAR SUSPENSION LOWER LINK BRACKETS,SUSPENSION,NR (Not Reported),Vehicle,149992,"ISUZU IS RECALLING CERTAIN MODEL YEAR 1998-2002 ISUZU RODEO AND MODEL YEAR 2002 ISUZU AXIOM VEHICLES, AND HONDA IS RECALLING CERTAIN 1998-2002 HONDA PASSPORT VEHICLES, THAT WERE ORIGINALLY SOLD, OR ARE CURRENTLY REGISTERED, IN THE STATES OF MAINE, NEW HAMPSHIRE, VERMONT, MASSACHUSETTS, RHODE ISLAND, CONNECTICUT, NEW YORK, NEW JERSEY, PENNSYLVANIA, DELAWARE, MARYLAND, THE DISTRICT OF COLUMBIA, WEST VIRGINIA, OHIO, INDIANA, MICHIGAN, ILLINOIS, WISCONSIN, MINNESOTA, IOWA, MISSOURI, AND KENTUCKY. VEHICLES THAT HAVE EXPERIENCED SUSTAINED EXPOSURE TO HIGHLY CORROSIVE MATERIALS USED IN SOME JURISDICTIONS FOR ROAD DEICING PURPOSES MAY EXPERIENCE EXCESSIVE CORROSION IN THE VICINITY OF THE FORWARD MOUNTING POINT BRACKET FOR THE LEFT OR RIGHT REAR SUSPENSION LOWER LINK PRIOR TO THE TIME THAT SUCH CORROSION WOULD NORMALLY BE EXPECTED.","EXCESSIVE CORROSION MAY RESULT IN THE LEFT OR RIGHT REAR SUSPENSION LOWER LINK BRACKET BECOMING DETACHED FROM THE FRAME, WHICH CAN AFFECT VEHICLE HANDLING AND POTENTIALLY CAUSE A CRASH.","DEALERS WILL INSPECT THE REAR SUSPENSION LOWER LINK BRACKET AREA. FOR VEHICLES IN WHICH LITTLE OR NO CORROSION IS FOUND, THE AREA WILL BE TREATED WITH AN ANTI-CORROSIVE COMPOUND. FOR VEHICLES IN WHICH CORROSION HAS DAMAGED THE REAR SUSPENSION LOWER LINK BRACKET AND AFFECTED ITS CONNECTION TO THE VEHICLE FRAME, A REINFORCEMENT BRACKET WILL BE INSTALLED. IN THE RARE EVENT THE CORROSION IS SO SEVERE THAT THE REINFORCEMENT BRACKET REMEDY WOULD NOT BE APPROPRIATE, A REPURCHASE OFFER WILL BE EXTENDED TO THE VEHICLE'S OWNER. ALL INSPECTIONS AND REMEDIES WILL BE PROVIDED FREE OF CHARGE FOR VEHICLES THAT ARE 10 YEARS OLD OR LESS. FOR VEHICLES OLDER THAN 10 YEARS, ISUZU WILL OFFER A FREE REMEDY, BUT ONLY IF THE VEHICLE IS PRESENTED TO AN ISUZU SERVICE FACILITY, OR HONDA DEALER (AS APPLICABLE), DEALER WITHIN 12 MONTHS OF WHEN OWNER NOTIFICATIONS WERE ISSUED. THE SAFETY RECALL BEGAN ON DECEMBER 10, 2010. ISUZU OWNERS MAY CONTACT ISUZU AT 1-800-255-6727. HONDA OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -09/21/2010,10V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V425000),Pierce Manufacturing,BATTERY SWITCH,ELECTRICAL SYSTEM,74B204,Vehicle,55,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2010 SABER AND CUSTOM CONTENDER FIRE APPARATUS VEHICLES MANUFACTURED FROM MARCH 25, 2010, THROUGH JUNE 22, 2010. THE BATTERY SWITCH POSITIVE ELECTRICAL POST MAY COME IN CONTACT WITH THE DRIVER SEAT BASE REINFORCEMENT.","IF THIS HAPPENS, A SHORT CIRCUIT MAY RESULT IN A FIRE.","PIERCE WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2010. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -09/21/2010,10V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V419000),"Nu Wa Industries, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,562,"NU WA IS RECALLING CERTAIN MODEL YEAR 2000-2010 RECREATIONAL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"NU WA IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/21/2010,10V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V424000),"Jayco, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,207,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2004 LEGACY AND MODEL YEAR 2005 DESIGNER FIFTH WHEEL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"JAYCO IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/21/2010,10V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V428000),"Dutchmen Manufacturing, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,1494,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2001-2002 FIFTH AVENUE, SIGNATURE, AND MODEL YEAR 2003-2004 COLORADO RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"DUTCHMEN IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/21/2010,10V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V437000),BRECKENRIDGE,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,960,"BRECKENRIDGE IS RECALLING CERTAIN MODEL YEAR 2002-2010 TRAVEL TRAILERS MANUFACTURED FROM MAY 15, 2001, THROUGH JULY 31, 2010 AND EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"BRECKENRIDGE IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/21/2010,10V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V423000),Pierce Manufacturing,STEERING GEAR MOUNTING BRACKET,STEERING,74B207,Vehicle,2652,"PIERCE IS RECALLING CERTAIN MODEL YEAR 1998 THROUGH 2008 ARROW XT, LANCE, VELOCITY, ENFORCER, IMPEL, AND DASH CUSTOM FIRE APPARATUS VEHICLES MANUFACTURED FROM MAY 30, 1998 THROUGH NOVEMBER 25, 2008. THE STEERING GEAR BRACKET MAY FRACTURE AND BREAK. IF THIS OCCURS THE STEERING GEAR MAY DETACH FROM THE VEHICLE.",DETACHMENT OF THE STEERING GEAR WILL RESULT IN A LOSS OF STEERING CONTROL THAT COULD CAUSE A CRASH.,"PIERCE WILL NOTIFY OWNERS AND DEALERS WILL INSTALL A NEW STEERING GEAR MOUNTING BRACKET FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 12, 2010. OWNERS ARE BEING INSTRUCTED TO INSPECT THE STEERING GEAR BRACKET PRIOR TO EACH TRIP. THE REMEDY TO REPAIR THIS DEFECT IS EXPECTED TO BEGIN NO EARLIER THE JANUARY 31, 2011. OWNERS MAY CONTACT PIERCE AT 1-888-974-3723." -09/20/2010,10V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V426000),Hyundai Motor America,STEERING GEAR ASSEMBLY,STEERING,097,Vehicle,138354,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2011 SONATA VEHICLES MANUFACTURED FROM DECEMBER 11, 2009, THROUGH SEPTEMBER 10, 2010. ON SOME OF THESE VEHICLES THE STEERING COLUMN INTERMEDIATE SHAFT UNIVERSAL JOINT CONNECTIONS MAY HAVE BEEN EITHER IMPROPERLY ASSEMBLED OR INSUFFICIENTLY TIGHTENED.","IMPROPER ASSEMBLY OR INSUFFICIENT TIGHTENING OF THE CONNECTIONS COULD RESULT IN A COMPLETE SEPARATION OR COMPROMISED ATTACHMENT OF THE CONNECTIONS, SUCH THAT THE DRIVER COULD EXPERIENCE A LOSS OF, OR REDUCTION IN, STEERING CAPABILITY INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE STEERING COLUMN INTERMEDIATE SHAFT UNIVERSAL JOINT CONNECTIONS FOR PROPER ASSEMBLY AND TORQUE. IN ADDITION DEALERS WILL UPDATE THE POWER STEERING SOFTWARE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2010. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151. -09/16/2010,10V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V418000),Entegra Coach,BUSS BAR ELECTRICAL CONNECTION/FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,35,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ANTHEM AND CORNERSTONE CLASS A MOTORHOMES MANUFACTURED FROM JUNE 3, 2009, THROUGH AUGUST 27, 2010. THERE MAY BE AN IMPROPER ELECTRICAL CONNECTION AT THE BUSS BAR ON THE AFFECTED TRANSFER SWITCHES.",THIS IMPROPER CONNECTION MAY LEAD TO OVERHEATING AND MELTING OF THE TRANSFER SWITCH AND MAY RESULT IN A FIRE.,"ENTEGRA WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE TRANSFER SWITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2010. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787." -09/16/2010,10V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V415000),"Airstream, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,16,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2001-2004 34"" CLASSIC TRAVEL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"AIRSTREAM WILL NOTIFY OWNERS AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 28, 2010. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 OR AIRSTREAM AT 937-596-6111." -09/16/2010,10V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V413000),Keystone RV Company,WHEEL SEPARATION,POWER TRAIN,10-147,Vehicle,322,"KEYSTONE IS RECALLING CERTAIN 2011 ALPINE, AVALANCHE, FUZION, LAREDO, MONTANA, AND MOUNTAINEER FIFTH WHEEL TRAILERS MANUFACTURED FROM AUGUST 19, 2010 THROUGH SEPTEMBER 1, 2010, EQUIPPED WITH DEXTER AXLES. ON SOME AXLES, CRACKS COULD APPEAR IN THE SPINDLE WELD.","THESE CRACKS CAN PROPAGATE AND CAUSE THE SPINDLE TO DETACH FROM THE AXLE TUBE, RESULTING IN THE SEPARATION OF THE WHEEL END FROM THE VEHICLE, CREATING A ROAD HAZARD THAT INCREASES THE RISK OF A CRASH TO OTHER VEHICLES, AND COMPROMISES THE DRIVER'S CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","KEYSTONE WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE AXLE SERIAL NUMBER AND REPLACE IT IF IT FALLS WITHIN THE SERIAL NUMBER RANGE. REPLACEMENT OF THE AXLE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -09/14/2010,10V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V408000),"Navistar, Inc.",ALUMINUM WHEELS/CRACKS,WHEELS,10515,Vehicle,32,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 INTERNATIONAL LONESTAR HEAVY TRUCKS MANUFACTURED FROM JUNE 11, 2008 THROUGH JUNE 14, 2010, EQUIPPED WITH STYLED ALUMINUM WHEELS, FEATURE CODE 27DRS OR 27DRT. ON SOME VEHICLES, THE WHEELS MAY DEVELOP CRACKS IN THE SPOKES. THE CRACKS MAY PROGRESS OVER TIME TO THE POINT OF WHEEL FAILURE POSSIBLY RESULTING IN WHEEL SEPARATION FROM THE VEHICLE.","WHEEL SEPARATION INCREASES THE RISK OF A CRASH WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE AFFECTED WHEELS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT OCTOBER 15, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -09/14/2010,10V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V417000),"Tiffin Motorhomes, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,136,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2002-2004 36 LB BAY AND MODEL YEAR 2003-2004 40 TGP BUSES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"TIFFIN WILL NOTIFY OWNERS AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON OCTOBER 4, 2010. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/14/2010,10V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V420000),"Heartland Recreational Vehicles, LLC",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,30,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2005 LANDMARK FIFTH WHEEL GOLDEN GATE RECREATIONAL TRAILERS EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"HEARTLAND IS WORKING WITH DIMPLEX AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON JANUARY 3, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539." -09/14/2010,10V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V421000),VIP DISTRIBUTING CO.,SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Vehicle,1109,"WEBASTO PRODUCT NORTH AMERICA, INC. (WEBASTO) IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS INSTALLED AS ORIGINAL EQUIPMENT BY VIP DISTRIBUTING CO. ON VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CAUSE A ROAD HAZARD THAT RESULTS IN A VEHICLE CRASH OR COULD STRIKE A TRAILING VEHICLE.","WEBASTO, THE MANUFACTURER OF THE SUNROOFS, WILL BE PERFORMING THE SAFETY RECALL CAMPAIGN. OWNERS WHO HAVE BEEN IDENTIFIED AS HAVING AN AFFECTED SUNROOF INSTALLED IN THEIR VEHICLE WILL RECEIVE A SAFETY RECALL NOTICE FROM WEBASTO. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. IN ORDER TO DETERMINE IF YOUR VEHICLE IS AFFECTED, PLEASE REVIEW THE LIST OF VEHICLES PROVIDED TO US BY VIP DISTRIBUTING CO. BY CLICKING ON THE HYPERLINK AFFECTED VEHICLE LIST OR YOU MAY VISIT WEBASTO'S WEBSITE AT WWW.SUNROOFCHECK.COM. YOU CAN ALSO CALL WEBASTO TOLL-FREE AT 1-888-749-8632." -09/14/2010,10V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V410000),"Dutchmen Manufacturing, Inc.",TRAILER AXLE MIS-LOCATED WELD,POWER TRAIN,NR (Not Reported),Vehicle,39,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2006-2007 GRAND JUNCTION FIFTH WHEEL TRAVEL TRAILERS MANUFACTURED FROM APRIL 27, 2006 THROUGH MAY 2, 2006, AND EQUIPPED WITH LIPPERT AXLES COMPONENTS. THESE VEHICLES MAY CONTAIN MIS-LOCATED WELDS ATTACHING THE AXLE SPINDLE TO THE AXLE TUBE. IF THE WELDS ARE MIS-LOCATED, THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY MAY COME OFF THE VEHICLE.","A SEPARATED TIRE AND WHEEL ASSEMBLY COULD STRIKE OTHER VEHICLES AND/OR PEDESTRIANS, RISKING INJURY OR DEATH, AND/OR CAUSE SIGNIFICANT DAMAGE PROPERTY.","DUTCHMEN IS WORKING WITH LIPPERT TO INSPECT AND REPLACE IF AN AXLE IS FOUND TO BE DEFECTIVE ON A VEHICLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 20, 2010. OWNERS MAY CONTACT LIPPERT COMPONENTS, INC.'S AXLE SERVICE & WARRANTY DEPARTMENT AT 1-877-870-4900 OR DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 866-869-1109." -09/14/2010,10V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V416000),Sutphen Corporation,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,54,SUTPHEN IS RECALLING CERTAIN MODEL YEAR 2006-2008 AERIALS AND MODEL YEAR 2007-2008 PUMPER FIRE TRUCKS EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES. THE SOFTWARE ON THESE ENGINES MAY CAUSE THE ENGINE TO SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER-TEMPERATURE CONDITION IS DETECTED.,UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN INCREASES THE RISK OF A CRASH AND COULD HAMPER RESCUE OPERATIONS AND PUT THE TRANSPORTED PASSENGER AT RISK.,"SUTPHEN WILL NOTIFY OWNERS AND DETROIT DIESEL WILL REPAIR THE VEHICLES FREE OF CHARGE BY REPROGRAMMING THE ENGINE MOTOR CONTROL MODULE. PLEASE SEE DAIMLER TRUCKS/DETROIT DIESEL'S DEFECT REPORT 10E-005. THE SAFETY RECALL BEGAN NO OCTOBER 15, 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-800-547-0712 OR ON LINE HTTP://WWW.DETROITDIESEL.COM/SUPPORTNETWORK." -09/14/2010,10V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V412000),"Yakima Products, Inc.",WHEEL SEPARATION,WHEELS,NR (Not Reported),Vehicle,1511,"YAKIMA IS RECALLING CERTAIN MODEL YEAR 2009 RACK AND ROLL EQUIPMENT TRAILERS, PART NUMBERS 8008106 AND 8008107, SIZE 66""/250 LB AND 78""/300 LB. THE TRAILER'S WHEEL(S) CAN SEPARATE FROM THE TRAILER WHILE DRIVING.",SEPARATION OF THE WHEEL WOULD CAUSE THE TRAILER TO BECOME UNSTABLE WHICH COULD RESULT IN A VEHICLE CRASH.,"YAKIMA WILL NOTIFY OWNERS AND WILL PROVIDE A TRAILER AXLE UPGRADE KIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 23, 2010. OWNERS MAY CONTACT YAKIMA CUSTOMER SERVICE AT 1-888-925-4621." -09/13/2010,10V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V411000),"Bentley Motors, Ltd.","FLYING ""B"" MASCOT",STRUCTURE,RE10/04,Vehicle,630,"BENTLEY IS RECALLING CERTAIN MODEL YEAR 2007-2009 ARNAGER, ARNAGET, ARNAGE RL, BROOKLANDS, AND AZURE VEHICLES. THERE IS A POTENTIAL FOR THE ""B"" HOOD ORNAMENT'S RETRACTING MECHANISM TO BECOME CORRODED. THIS MAY LEAD TO THE ""B"" HOOD ORNAMENT NOT RETRACTING AS INTENDED WHEN A VEHICLE IS INVOLVED IN A CRASH.","IF THE HOOD ORNAMENT DOES NOT RETRACT, IT COULD INCREASE THE RISK OF INJURY TO A PEDESTRIAN IN THE EVENT OF A CRASH BETWEEN THE VEHICLE AND THE PEDESTRIAN.","DEALERS WILL REPLACE THE RETRACTABLE ""B"" MECHANISM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 27, 2010. OWNERS MAY CONTACT BENTLEY AT 1-617-488-8500." -09/13/2010,10V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V414000),"General Motors, LLC",OCCUPANT CRASH PROTECTION UNBELTED PASSENGER,EQUIPMENT,N100292,Vehicle,20224,"GM IS RECALLING CERTAIN MODEL YEAR 2009-2010 CADILLAC CTS ALL WHEEL DRIVE AND CTS-V VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE FRONT PASSENGER MAY BE AT AN INCREASED RISK OF LEG INJURY.","DEALERS WILL REPLACE THE GLOVE COMPARTMENT ASSEMBLY AND, IN SOME VEHICLES MODIFY THE INSTRUMENT PANEL STRUCTURE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2010. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -09/13/2010,10V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V406000),"Gulf Stream Coach, Inc.",PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,1364,"GULF STREAM IS RECALLING CERTAIN MODEL YEAR 2004- 2011 YELLOWSTONE, 2004-2009 PRAIRIE SCHOONER, 2002-2003 SEAHAWK, 2007-2011 MAKO, 2003 KINGSLEY, 2007-2009 SEDONA, 2008 CANYON TRAIL, 2008-2010 SUPER NOVA, 2009-2010 ENDURA, AND 2010 CARIBBEAN RECREATIONAL VEHICLES EQUIPPED WITH DIMPLEX ELECTRAFLAME, SYMPHONY, OR OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",AN OVERHEATED RECEIVER COULD CAUSE A FIRE.,"GULF STREAM WILL NOTIFY OWNERS AND DIMPLEX WILL PROVIDE OWNERS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON FEBRUARY 14, 2011. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 (8:00 - 4:30 EST), MONDAY THROUGH FRIDAY OR GULF STREAM AT 1-574-773-7761." -09/13/2010,10E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E045000),"Bentley Motors, Inc.",SERVICE BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,12,"BENTLEY IS RECALLING CERTAIN SERVICE BRAKE HOSES, PART NUMBER RH14071, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR MODEL YEAR 1975 THROUGH 1980 BENTLEY AND ROLLS ROYCE SILVER SHADOW, SHADOW II, AND BENTLEY T2 MODEL VEHICLES. THE BRAKE HOSE HAS BEEN INCORRECTLY MANUFACTURED USING A NITRILE RUBBER WHICH IS NOT TOLERANT OF GLYCOL ETHER BASED BRAKE FLUID.","THIS COULD LEAD TO HOSE FAILURE WHICH WOULD RESULT IN PARTIAL BRAKE FAILURE, INCREASING THE RISK OF A CRASH.","BENTLEY WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE HOSE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 3, 2010. OWNERS MAY CONTACT BENTLEY AT 1-617-488-8500." -09/10/2010,10V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V401000),"Nissan North America, Inc.",PORTABLE AUTOMOTIVE GPS PRODUCTS/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,7948,NISSAN IS RECALLING CERTAIN VEHICLES THAT WERE EQUIPPED WITH A GARMIN NUVI MODEL 750 NAVIGATION SYSTEM. THE BATTERIES CONTAINED IN THE AFFECTED GPS UNITS CAN OVERHEAT.,OVERHEATED BATTERIES COULD RESULT IN A FIRE.,"NISSAN WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY GARMIN TECHNICIANS BY REPLACING THE BATTERY AND INSERTING A SPACER ON TOP OF THE BATTERY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2010. OWNERS MAY CONTACT GARMIN DIRECTLY AT 1-866-957-1981 OR NISSAN AT 1-800-647-7261." -09/09/2010,10V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V409000),Motor Coach Industries,DRIVER SEATS,SEATS,349,Vehicle,105,MCI IS RECALLING CERTAIN MODEL YEAR 2009-2010 D4005 AND D4505 MOTOR COACHES EQUIPPED WITH A NATIONAL SEATING COMPANY DRIVER'S SEAT CONTAINING A STABILUS BLOC-O-LIFT SHOCK. THE DRIVER'S SEAT SHOCK DAMPER MAY BREAK ALLOWING THE DRIVER'S SEAT TO UNEXPECTEDLY DROP TO THE FLOOR WITHOUT WARNING.,"IN THE EVENT THIS SHOULD OCCUR WHILE THE BUS IS IN OPERATION, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","MCI WILL NOTIFY OWNERS AND REPLACE THE SEAT SHOCK AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 15, 2010. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -09/09/2010,10V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V395000),"Jayco, Inc.",FEDERAL ID LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,90,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2011 JAY FEATHER SELECT TRAVEL TRAILERS, SERIES X213 MANUFACTURED FROM MAY 17, 2010 THROUGH AUGUST 16, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE FEDERAL ID LABEL AND THE TIRE AND LOADING INFORMATION LABEL HAVE AN INCORRECT TIRE PRESSURE.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","JAYCO WILL MAIL TO CONSUMERS THE CORRECTED LABELS OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 13, 2010. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -09/09/2010,10V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V398000),Ford Motor Company,FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,10V01,Vehicle,3469,FORD IS RECALLING CERTAIN MODEL YEAR 2008-2009 F-650 AND F-750 TRUCKS EQUIPPED WITH CATERPILLAR C7 ENGINE. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.,"A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.","FORD IS WORKING WITH CATERPILLAR TO NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED CATERPILLAR DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 8, 2010. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR FORD AT 1-866-436-7332." -09/09/2010,10E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E044000),KUAT INNOVATIONS LLC,HITCH MOUNT BICYCLE CARRIER,EQUIPMENT,NR (Not Reported),Equipment,445,"KUAT INNOVATIONS, LLC IS RECALLING CERTAIN NV 2 MODEL HITCH MOUNTED BICYCLE CARRIERS MANUFACTURED FROM JULY 21 THROUGH SEPTEMBER 15, 2009, SOLD FOR USE AS AFTERMARKET EQUIPMENT ON VARIOUS PASSENGER VEHICLES. THE SUPPORT ARM WHICH ATTACHES TO THE FRONT BICYCLE WHEEL DURING TOW CAN SHEAR POSSIBLY ALLOWING THE BICYCLE TO BE DRAGGED BEHIND THE VEHICLE OR COMPLETELY FALL OFF THE VEHICLE.","SHOULD THIS OCCUR WHILE THE VEHICLE IS IN MOTION, IT MAY RESULT IN A VEHICLE CRASH.","KUAT WILL NOTIFY OWNERS AND PROVIDE A FREE REPAIR KIT. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2010. OWNERS MAY CONTACT KUAT TOLL FREE AT 1-877-822-5828." -09/09/2010,10V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V407000),Thor Motor Coach,LP FUEL TANK,EQUIPMENT,RC000018,Vehicle,271,"DAMON IS RECALLING CERTAIN MODEL YEAR 2007-2011 CHALLENGER, MODEL YEAR 2005-2007 INTRUDER MOTOR HOMES. THESE MOTOR HOMES DO NOT HAVE THE PROPER CLEARANCE BETWEEN THE REAR SUSPENSION LEAF SPRING AND THE VEHICLE LIQUID PROPANE FUEL TANK. AS THE SUSPENSION TRAVELS IT IS POSSIBLE FOR THE LEAF SPRING SHACKLE BOLT TO COME IN CONTACT WITH THE TANK. THIS POTENTIALLY COULD PUNCTURE THE TANK AND RESULT IN A FIRE OR EXPLOSION.","IN THE EVENT OF A FIRE OR EXPLOSION, THERE IS A POTENTIAL FOR PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DAMON WILL INSPECT TO SEE IF THE PROPER CLEARANCE BETWEEN THE SHACKLE BOLT AND THE TANK EXISTS. IF IT IS FOUND THERE IS NOT ENOUGH CLEARANCE, THE TANK WILL BE RELOCATED TO PROVIDE THE PROPER CLEARANCE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2010. OWNERS MAY CONTACT DAMON WARRANTY SERVICE DEPARTMENT AT 877-855-2867." -09/09/2010,10V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V405000),"Zhejiang Xingyue Vehicle Co., Ltd.",REAR BRAKE CONTROL,"SERVICE BRAKES, AIR",L4S,Vehicle,305,"XINGYUE IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 MOTOR SCOOTERS MANUFACTURED FROM MARCH 2009 THROUGH JUNE 2010. THE REAR BRAKE CONTROL IS ACTUATED BY THE DRIVER'S RIGHT FOOT AND NOT THE LEFT HAND AS REQUIRED BY FEDERAL MOTOR VEHICLES SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS.""",THE MOTORCYCLES DO NOT MEET THE MINIMUM REQUIREMENTS OF THE BRAKING STANDARD.,XINGYUE WILL NOTIFY OWNERS AND REPLACE THE REAR BRAKE SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING JUNE 2011. OWNERS MAY CONTACT THE AUTO MOTO AT 1-310-601-7220. -09/08/2010,10V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V402000),Honda (American Honda Motor Co.),FRONTAL AIR BAGS MODULES,AIR BAGS,R47,Vehicle,3336,HONDA IS RECALLING CERTAIN MODEL YEAR 2010 ACCORD CROSSTOUR VEHICLES. THE FRONT PASSENGER AIRBAG MAY NOT HAVE BEEN ASSEMBLED ACCORDING TO CORRECT SPECIFICATIONS.,"IN THE EVENT OF A CRASH, THE FRONT PASSENGER AIRBAG MAY NOT DEPLOY AS INTENDED AND COULD PLACE AN UNBELTED CHILD SEATED IN THE FRONT PASSENGER SEAT AT GREATER RISK OF INJURY SHOULD THE AIRBAG DEPLOY.","DEALERS WILL INSPECT AND REPLACE THE PASSENGER AIRBAG MODULE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 20, 2010. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -09/07/2010,10V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V404000),"Mack Trucks, Inc.",BRAKE TIMING,"SERVICE BRAKES, AIR",SC0345,Vehicle,369,"MACK IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 GU AND MRU MODEL VEHICLES MANUFACTURED WITH A FRONT TOW GLAD HAND OPTION. THE ACTUATION AND RELEASE TIMING OF THE VEHICLES EXCEEDS THE LIMIT WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","IF THE BRAKES DO NOT PERFORM AS THEY SHOULD, A VEHICLE CRASH COULD OCCUR.","MACK WILL NOTIFY OWNERS AND REPAIR THE VEHICLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 1, 2011. OWNERS MAY CONTACT MACK AT 1-877-800-4945." -09/07/2010,10V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V400000),Turtle Top,SEAT BARRIER FOR LEG PROTECTION,SEATS,NR (Not Reported),Vehicle,36,"TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 SPIRIT (MFSAB TERRA TRANSPORT) MULTI-FUNCTION SCHOOL ACTIVITY BUSES MANUFACTURED FROM OCTOBER 27, 2004 THROUGH JULY 31, 2009, EQUIPPED WITH FREEDMAN SEATING COMPANY SEAT RESTRAINT BARRIERS. THE AFFECTED SEATS CONTAIN A STEEL PLATE WITH INCORRECT GAGE OF STEEL WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY BE INJURED.","TURTLE TOP WILL NOTIFY OWNERS AND A REPAIR KIT ALONG WITH INSTRUCTIONS WILL BE PROVIDED FREE OF CHARGE. OR, IF THE OWNER PREFERS, REPAIRS WILL BE MADE BY A TURTLE TOP DEALER. THE SAFETY RECALL BEGAN ON SEPTEMBER 14, 2010. OWNERS SHOULD CONTACT FREEDMAN SEATING COMPANY AT 1-800-443-4540 EXT 233 OR TURTLE TOP'S CUSTOMER SERVICE DEPARTMENT AT 1-800-296-2105 TO OBTAIN A REPAIR KIT." -09/03/2010,10E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E043000),"MARATHON SEAT COVERS, INC.",AFTERMARKET SEAT COVER,EQUIPMENT,NR (Not Reported),Equipment,294,"MARATHON IS RECALLING CERTAIN SEAT COVERS, BRAND SUPERHIDES WITH PART NUMBERS 593, 594, 578, 960, 228, 228-09, 267-08, 333, 625, AND 630, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. THESE SEAT COVERS ARE MADE OF HEAVIER THREAD AND ARE NOT COMPATIBLE WITH SEATS CONTAINING SIDE AIRBAGS. THE HEAVIER SEAT COVER COULD INTERFERE WITH FULL DEPLOYMENT OF THE AIRBAG IN THE EVENT OF A CRASH.",AN IMPROPERLY DEPLOYED AIRBAG COULD RESULT IN SERIOUS INJURY.,"MARATHON WILL NOTIFY OWNERS OF RECORD AND REPLACE THE SEAT COVER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 14, 2010. OWNERS MAY CONTACT MARATHON AT 1-800-735-2769." -09/03/2010,10V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V403000),Keystone RV Company,PINCHED WIRE/FIRE,ELECTRICAL SYSTEM,10-145,Vehicle,96,"KEYSTONE RV IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 SPRINTER SELECT 25RB TRAVEL TRAILERS MANUFACTURED FROM FEBRUARY 11 THROUGH NOVEMBER 19, 2009. THE WIRE FROM THE BATTERY TO THE POWER DISTRIBUTION CENTER MAY BE PINCHED BETWEEN THE FLOOR AND THE FRAME.","IF THE PINCHED WIRE SHORTS, AN INCREASED RISK OF A FIRE CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY WILL RESULT.","KEYSTON RV WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 13, 2010. OWNERRS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -09/03/2010,10V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V396000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1117,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 MVP-EF THOMAS BUILT SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 12, 2008 THROUGH JULY 16, 2010, EQUIPPED WITH THE MEGAFUSE JUNCTION BOX. ON AFFECTED VEHICLES THE MEGAFUSE JUNCTION BOX IS LOCATED IN AN AREA EXPOSED TO EXCESSIVE ROAD SPLASH AND SPRY. IN SOME APPLICATIONS THE CABLE CONNECTIONS MAY CORRODE RAPIDLY. IF UNDETECTED, EXTREME CORROSION MAY CAUSE A POWER CABLE TO BECOME SEPARATED FROM THE POWER SOURCE RESULTING IN AN UNEXPECTED ENGINE SHUTDOWN OR LOSS OF VEHICLE LIGHTING AND WINDSHIELD WIPERS.",UNEXPECTED ENGINE SHUTDOWN OR A LOSS OF VEHICLE LIGHTING AND WINDSHIELD WIPERS IN CERTAIN TRAFFIC CONDITIONS COULD INCREASE THE RISK OF A VEHICLE CRASH.,"DAIMLER TRUCKS WILL REPLACE THE MEGA FUSE JUNCTION BLOCK AND ELECTRICAL BOX FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 13, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -09/03/2010,10V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V397000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,66,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 MVP-EF NON SCHOOL BUSES MANUFCATURED FROM SEPTEMBER 12, 2008 THROUGH JULY 16, 2010, EQUIPPED WITH THE MEGAFUSE JUNCTION BOX. ON AFFECTED VEHICLES THE MEGAFUSE JUNCTION BOX IS LOCATED IN AN AREA EXPOSED TO EXCESSIVE ROAD SPLASH AND SPRY. IN SOME APPLICATIONS THE CABLE CONNECTIONS MAY CORRODE RAPIDLY. IF UNDETECTED, EXTREME CORROSION MAY CAUSE A POWER CABLE TO BECOME SEPARATED FROM THE POWER SOURCE RESULTING IN AN UNEXPECTED ENGINE SHUTDOWN OR LOSS OF VEHICLE LIGHTING AND WINDSHIELD WIPERS.",UNEXPECTED ENGINE SHUTDOWN OR A LOSS OF VEHICLE LIGHTING AND WINDSHIELD WIPERS IN CERTAIN TRAFFIC CONDITIONS COULD INCREASE THE RISK OF A VEHICLE CRASH.,"DAIMLER TRUCKS WILL REPLACE THE MEGA FUSE JUNCTION BLOCK AND ELECTRICAL BOX FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 13, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -09/02/2010,10V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V399000),"Altec Industries, Inc.",CLUTCH PUMP HOSE,STEERING,CSN 536,Vehicle,34,"ALTEC IS RECALLING CERTAIN MODEL YEAR 2006-2007 AT200A, AT235, MODEL YEAR 2007-2010 AT235P AND MODEL YEAR 2008 AT3XG TRUCKS BUILT ON GM CHASSIS. THERE IS A POTENTIAL HYDRAULIC HOSE ROUTING CONDITION IN THE ENGINE COMPARTMENT. THE HOSE COULD CONTACT AND CAUSE SOME ABRASIONS TO AN OEM 12V CHASSIS WIRE OR POSSIBLY RUB ON THE STEEL POWER STEERING LINE WHICH MAY LEAD TO POSSIBLE DAMAGE OF THE HYDRAULIC LINE.","THIS COULD RESULT IN A BURST HYDRAULIC HOSE DAMAGE WIRING, OR A FIRE.","ALTEC WILL PROVIDE INSTRUCTIONS TO DEALERS ON HOW TO INSPECT AND INSTALL THE NEW BRACKET FREE OF CHARGE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 15, 2010. OWNERS MAY CONTACT ALTEC AT 1-877-462-5832." -09/02/2010,10V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V393000),"Daimler Trucks North America, LLC",POWER CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4179,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2010 SCHOOL BUSES BUILT ON FORD CHASSIS MANUFACTURED FROM MAY 6, 2004 THROUGH FEBRUARY 2, 2010. ON AFFECTED VEHICLES, MAIN BODY POWER CABLES WERE ROUTED IN THE AREA OF AN UNPROTECTED EDGE ON THE PASSENGER'S SIDE INNER-FENDER. UNDER CERTAIN CONDITIONS A POWER CABLE MAY CONTACT THE SHARP EDGE. IF UNDETECTED, CONTINUED CONTACT COULD WEAR THROUGH THE POWER CABLE'S INSULATION POTENTIALLY RESULTING IN A SHORT CIRCUIT.",A SHORT CIRCUITED POWER CABLE COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL INSPECT AND REROUTE AND/OR REPLACE AS NEEDED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE NOVEMBER 15, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -09/02/2010,10V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V394000),"Daimler Trucks North America, LLC",POWER CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2010 MINOTOUR NON SCHOOL BUSES BUILT ON FORD CHASSIS MANUFACTURED FROM MAY 6, 2004 THROUGH FEBRUARY 2, 2010. ON AFFECTED VEHICLES, MAIN BODY POWER CABLES WERE ROUTED IN THE AREA OF AN UNPROTECTED EDGE ON THE PASSENGER'S SIDE INNER-FENDER. UNDER CERTAIN CONDITIONS A POWER CABLE MAY CONTACT THE SHARP EDGE. IF UNDETECTED, CONTINUED CONTACT COULD WEAR THROUGH THE POWER CABLE'S INSULATION POTENTIALLY RESULTING IN A SHORT CIRCUIT.",A SHORT CIRCUITED POWER CABLE COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL INSPECT AND REROUTE AND/OR REPLACE AS NEEDED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE NOVEMBER 15, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -09/01/2010,10V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V390000),"Winnebago Industries, Inc.",ADD DRIVESHAFT CLOSEOUT PANEL,ELECTRICAL SYSTEM,117,Vehicle,99,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2011 VISTA AND ITASCA SUNSTAR MOTOR HOMES MANUFACTURED FROM MARCH 16, 2010 THROUGH AUGUST 12, 2010. THESE VEHICLES MAY HAVE THE POTENTIAL FOR A CABLE THAT POWERS THE SLIDEOUT ROOM TO MAKE CONTACT WITH THE DRIVESHAFT WHEN THE SLIDEOUT IS RETRACTED.","IF THIS CABLE MAKES CONTACT WITH THE DRIVESHAFT, IT COULD WEAR THE PROTECTIVE JACKET AND INSULATION OFF THE CABLE EXPOSING THE CONDUCTORS TO THE DRIVESHAFT AND ELECTRIFYING THE CHASSIS, WHICH COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL INSTALL A DRIVESHAFT CLOSEOUT PANEL BETWEEN THE CHASSIS FRAME RAILS TO PROTECT AND SUPPORT THE WIRE HARNESS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 30, 2010. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -09/01/2010,10V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V392000),"Suzuki Motor USA, LLC",AUTOMOTIVE GPS PRODUCTS/OVERHEATS,EQUIPMENT,SJ,Vehicle,20692,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 SX4, 2010 GRAND VITARA, AND 2009 THROUGH 2010 EQUATOR VEHICLES THAT WERE EQUIPPED WITH A GARMIN NUVI MODEL 750, 760, AND 765 NAVIGATION SYSTEM. THE BATTERIES CONTAINED IN THE AFFECTED GPS UNITS CAN OVERHEAT.",OVERHEATED BATTERIES COULD RESULT IN A FIRE.,"SUZUKI WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY GARMIN TECHNICIANS BY REPLACING THE BATTERY AND INSERTING A SPACER ON TOP OF THE BATTERY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2010. OWNERS MAY CONTACT GARMIN DIRECTLY AT 1-866-957-1981 OR SUZUKI AT 1-887-697-8985. OWNERS MAY ALSO VISIT GARMIN'S WEBSITE AT WWW.GARMIN.COM/NUVIBATTERYPCBRECALL." -09/01/2010,10V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V389000),"Ferrari North America, Inc.",HEAT SHIELD ASSEMBLY,ENGINE AND ENGINE COOLING,51,Vehicle,303,FERRARI IS RECALLING CERTAIN MODEL YEAR 2010 458 ITALIA VEHICLES. THE HEAT CREATED BY THE ENGINE COULD CAUSE POSSIBLE DEFORMATION OF THE REAR RIGHT HAND AND LEFT HAND WHEELHOUSE AND HEAT SHIELD ASSEMBLIES. THE ASSEMBLY COULD COME EXCESSIVELY CLOSE TO THE EXHAUST SYSTEM CAUSING THE BONDING ADHESIVE USED IN THE ASSEMBLY TO OVERHEAT AND PRODUCE SMOKE.,"UNDER PARTICULARLY HIGH AMBIENT OPERATING TEMPERATURE THIS COULD CAUSE THE ADHESIVE TO IGNITE, RESULTING IN A VEHICLE FIRE AND/OR RENDERING THE VEHICLE INOPERABLE AND POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REMOVE THE EXISTING HEAT SHIELDS AND BONDING ADHESIVE FROM THE RIGHT HAND AND LEFT HAND REAR WHEELHOUSES, AND INSTALL NEW PROTECTIVE HEAT SHIELDS ON THE RIGHT HAND AND LEFT HAND REAR WHEELHOUSES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2010. OWNERS MAY CONTACT FERRARI AT 201-816-2600." -09/01/2010,10V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V391000),Adventure Manufacturing,OVEN BURNER GAS TUBE/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,328,ADVENTURER IS RECALLING CERTAIN MODEL YEAR 2011 ADVENTURER MOTOR HOMES AND TRUCK CAMPERS EQUIPPED WITH SUBURBAN GAS COOK STOVES WITH SEALED BURNERS. THE UNITS INVOLVED USE AN ALUMINUM TUBE TO CARRY LIQUID PROPANE GAS FROM THE OVEN CONTROL VALVE TO THE GAS ORIFICE WHICH SUPPLIES GAS TO THE BURNER. THIS CAN CAUSE THE TUBE TO BREAK RESULTING IN A GAS LEAK WHEN THE OVEN BURNER ATTEMPTS TO LIGHT.,"A GAS LEAK OCCURRING IN THE AREA OF THE OVEN PILOT CAN CAUSE A ""FLASH"" WHEN THE GAS IGNITES, AND WOULD CAUSE A FIRE IF THE OVEN VALVE IS NOT PROMPTLY TURNED OFF.",A REPLACEMENT GAS LINE WILL BE SOURCED AND TESTED TO INSURE THAT THE DEFECT WHICH CREATED THE STRESS POINT HAS BEEN ELIMINATED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2010. OWNERS MAY CONTACT ADVENTURE LP at 509-895-7064. -08/31/2010,10V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V388000),Kia Motors America,WIRING HARNESS REPLACEMENT,ELECTRICAL SYSTEM,SC083,Vehicle,35185,"KIA IS RECALLING CERTAIN MODEL YEAR 2010 SOUL AND MODEL YEAR 2011 SORENTO VEHICLES MANUFACTURED FROM SEPTEMBER 7, 2009 THROUGH JULY 30, 2010. A LIMITED NUMBER OF WIRING HARNESSES SUPPLIED BY JCI AND USED FOR THE LIGHTING IN THE KIA SOUL VEHICLE'S ADVANCED LIGHTING SPEAKERS, LOCATED IN THE FRONT DOOR TRIM PANELS, AND THE KIA SORENTO VEHICLE'S INTERIOR ACCENT ILLUMINATION, LOCATED IN THE FRONT AND REAR DOOR TRIM PANELS, MAY HAVE BEEN IMPROPERLY SOLDERED.","WHEN THE LIGHTS ARE ILLUMINATED UNDER CERTAIN CONDITIONS, AN ELECTRICAL SHORT MAY OCCUR THAT CAN RESULT IN A FIRE.","DEALERS WILL REPLACE THE WIRING HARNESSES FOR THE LIGHTS IN THE KIA SOUL VEHICLE'S ADVANCED LIGHTING SPEAKERS, AND THE WIRING HARNESS FOR THE KIA SORENTO VEHICLE'S INTERIOR ACCENT ILLUMINATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 13, 2010. OWNERS MAY CONTACT KIA CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -08/30/2010,10T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T018000),Goodyear Tire & Rubber Company,TIRE AIR LOSS,TIRES,NR (Not Reported),Tire,11994,"GOODYEAR IS RECALLING CERTAIN DUNLOP SP193 COMMERCIAL TRAILER TIRES, SIZE 295/75R22.5, PRODUCED FROM JANUARY 24 THROUGH MAY 29, 2010. THESE TIRES COULD EXPERIENCE AIR LOSS AND IF GONE UNDETECTED, THE TIRE COULD BE DRIVEN WHILE UNDER INFLATED.",DRIVING A VEHICLE WITH UNDER INFLATED TIRES INCREASES THE RISK OF A CRASH.,"GOODYEAR WILL NOTIFY OWNERS OF RECORD AND WILL VISUALLY INSPECT THE TIRES FOR THE DEFECT. IF THE DEFECT IS PRESENT, GOODYEAR DEALERS WILL REPLACE THE TIRES FREE OF CHARGE. IF THE DEFECT IS NOT PRESENT AT THE TIME OF INSPECTION, THE TIRE IS OK AND WILL NOT NEED TO BE REPLACED. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2010. OWNERS MAY CONTACT GOODYEAR AT 1-800-321-2136." -08/26/2010,10V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V384000),Toyota Motor Engineering & Manufacturing,ENGINE STALLING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1128659,TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2008 COROLLA AND COROLLA MATRIX VEHICLES. THE ENGINE CONTROL MODULE (ECM) FOR THE SUBJECT MODELS EQUIPPED WITH THE 1ZZ-FE ENGINE AND TWO-WHEEL DRIVE MAY HAVE BEEN IMPROPERLY MANUFACTURED. THERE IS A POSSIBILITY THAT A CRACK MAY DEVELOP AT CERTAIN SOLDER POINTS OR ON VARISTORS ON THE CIRCUIT BOARD.,"THERE ARE A VARIETY OF WARNINGS AND CONSEQUENCES ASSOCIATED WITH THE DEFECT. THE ENGINE WARNING LAMP COULD BE ILLUMINATED, HARSH SHIFTING COULD RESULT, THE ENGINE MAY NOT START, OR THE ENGINE COULD SHUT OFF WHILE THE VEHICLE IS BEING DRIVEN. AN ENGINE SHUTOFF WHILE THE VEHICLE IS BEING DRIVEN INCREASES THE RISK OF A CRASH.","DEALERS WILL INSPECT THE PRODUCTION NUMBER OF THE ECM AND REPLACE THE ECM IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. TOYOTA WILL MAIL AN INTERIM OWNER NOTIFICATION THE MIDDLE OF SEPTEMBER 2010 TO ADVISE OWNERS OF THIS DEFECT AND RECALL. THIS INTERIM NOTIFICATION WILL INFORM OWNERS THAT THEY WILL RECEIVE A FUTURE NOTIFICATION WHEN PARTS BECOME AVAILABLE TO HAVE THE FREE REMEDY PERFORMED ON THEIR VEHICLE. THE SAFETY RECALL BEGAN ON NOVEMBER 29, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -08/26/2010,10V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V387000),"General Motors, LLC",ENGINE STALLING,ENGINE AND ENGINE COOLING,10282,Vehicle,161754,GM IS RECALLING CERTAIN MODEL YEAR 2005-2008 PONTIAC VIBE VEHICLES. THE ENGINE CONTROL MODULE (ECM) FOR THE SUBJECT MODELS EQUIPPED WITH THE 1ZZ-FE (LV6) ENGINE AND TWO-WHEEL DRIVE MAY HAVE BEEN IMPROPERLY MANUFACTURED. THERE IS A POSSIBILITY THAT A CRACK MAY DEVELOP AT CERTAIN SOLDER POINTS OR ON VARISTORS ON THE CIRCUIT BOARD.,"THERE ARE A VARIETY OF WARNINGS AND CONSEQUENCES ASSOCIATED WITH THE DEFECT. THE ENGINE WARNING LAMP COULD BE ILLUMINATED, HARSH SHIFTING COULD RESULT, THE ENGINE MAY NOT START, OR THE ENGINE COULD SHUT OFF WHILE THE VEHICLE IS BEING DRIVEN. AN ENGINE SHUTOFF WHILE THE VEHICLE IS BEING DRIVEN INCREASES THE RISK OF A CRASH.","DEALERS WILL INSPECT THE PRODUCTION NUMBER OF THE ECM AND REPLACE THE ECM IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 8, 2011. OWNERS MAY CONTACT GM AT 1-800-620-7668." -08/26/2010,10V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V385000),Ford Motor Company,REAR AXLE CRACKING,SUSPENSION,10S13,Vehicle,492650,"FORD IS RECALLING CERTAIN MODEL YEAR 1998-2003 WINDSTAR VEHICLES MANUFACTURED FROM SEPTEMBER 1, 1997 THROUGH FEBRUARY 28, 2003 AND CURRENTLY REGISTERED OR ORIGINALLY SOLD IN CONNECTICUT, DELAWARE, DISTRICT OF COLUMBIA, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN. AFTER MANY YEARS OF VEHICLE SERVICE IN THESE AREAS, CORROSION CAN WEAKEN THE REAR AXLE, MAKING IT SUSCEPTIBLE TO TORSIONAL STRESS. CORROSION AND STRESS CAN LEAD TO CRACKS WHICH IF UNDETECTED CAN PROPAGATE AND RESULT IN A COMPLETE FRACTURE OF THE AXLE.",A FRACTURED AXLE CAN AFFECT VEHICLE HANDLING AND INCREASE THE RISK OF A CRASH.,"AS PARTS BECOME AVAILABLE, DEALERS WILL INSPECT AND IF NECESSARY INSTALL THE REAR AXLE REINFORCEMENT BRACKETS FREE OF CHARGE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2010. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -08/26/2010,10V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V386000),Kovatch Mobile Equipment Corp.,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,64,"KOVATCH MOBILE EQUIPMENT CORP. (KME) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 PREDATOR MODEL EMERGENCY VEHICLES MANUFACTURED FROM OCTOBER 15, 2007 THROUGH NOVEMBER 23, 2009, AND EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES. THE SOFTWARE ON THESE ENGINES MAY CAUSE THE ENGINE TO SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER-TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN COULD HAMPER RESCUE OPERATIONS AND PUT FIRST RESPONDERS AND OR THE PUBLIC AT RISK.,"ALL CUSTOMERS WITH AFFECTED VEHICLES HAVE BEEN CONTACTED BY DAIMLER TRUCKS AND REPAIRS WILL BE PERFORMED BY DETROIT DIESEL. PLEASE SEE DAIMLER TRUCKS/DETROIT DIESEL'S DEFECT REPORT 10E-005. THE SAFETY RECALL BEGAN ON SEPTEMBER 10, 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-800-547-0712 OR ON LINE HTTP://WWW.DETROITDIESEL.COM/SUPPORTNETWORK." -08/24/2010,10V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V383000),"Navistar, Inc.",WINDSHIELD WIPER LINKAGE ROD,VISIBILITY,10514,Vehicle,39544,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 INTERNATIONAL PROSTAR AND LONESTAR HEAVY TRUCKS MANUFACTURED FROM JANUARY 2, 2007 THROUGH JUNE 1, 2010. THE PASSENGER SIDE WINDSHIELD WIPER LINKAGE ROD MAY SEPARATE FROM EITHER THE WIPER DRIVE ARM OR PASSENGER SIDE PIVOT ASSEMBLY.","WHEN THE LINKAGE SEPARATES, THE PASSENGER SIDE WIPER ARM WILL NO LONGER OPERATE WHICH COULD LEAD TO REDUCED DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS AND INTERNATIONAL DEALERS WILL REPLACE THE WINDSHIELD WIPER LINKAGE ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT DECEMBER 17, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -08/23/2010,10E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E041000),"Yamaha Motor Corporation, USA",ACCESSORY HANDLEBARS,EQUIPMENT,NR (Not Reported),Equipment,300,"YAMAHA IS RECALLING CERTAIN ACCESSORY YAMAHA DOUBLE ""T"" FAT HANDLEBARS , PART NUMBERS STR-5PX75-12-00 AND STR-4WM75-12-00, MANUFACTURED FROM AUGUST 1, 2008 THROUGH JULY 31, 2009, TO BE USED ON MODEL YEAR 2002-2009 XV1700PC WARRIOR, 1999-2003 VX1600 AND 2004-2010 XV1700 ROAD STAR MOTORCYCLES. THESE HANDLEBARS MAY HAVE TUBING THINNER THAN DESIGNED WHERE THE BARS NARROW FOR THE SWITCH HOUSINGS AND GRIPS.","THE AFFECTED HANDLEBARS COULD BE WEAK ENOUGH IN THE AREA TO BREAK. SHOULD THIS BREAKAGE OCCUR WHILE THE MOTORCYCLE IS BEING OPERATED, THE OPERATOR COULD LOSE CONTROL OF THE MOTORCYCLE WHICH COULD RESULT IN A CRASH.","YAMAHA WILL NOTIFY OWNERS OF RECORD AND DEALERS WILL REPLACE THE AFFECTED HANDLEBARS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 31, 2010. OWNERS MAY CONTACT YAMAHA TOLL-FREE AT 1-800-962-7926." -08/23/2010,10E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E040000),FEDERAL-MOGUL CORPORATION,WHEEL HUB ASSEMBLY,WHEELS,NR (Not Reported),Equipment,34604,"FEDERAL-MOGUL IS RECALLING CERTAIN CARQUEST, NATIONAL, AND PERCISION BRAND WHEEL HUB ASSEMBLIES, P/NOS 515073 AND 515073, SOLD FOR USE AS REPLACEMENT EQUIPMENT ON MODEL YEAR 2002 THROUGH 2008 DODGE RAM 1500 PICKUP TRUCKS. THE INBOARD ROLL FORM USED TO MAINTAIN THE HUB ASSEMBLY CAN FATIGUE RESULTING IN NOISE AND/OR WHEEL SEPARATION ON THE TWO WHEEL DRIVE (2WD) APPLICATIONS. THE RISK OF THESE ISSUES DO NOT OCCUR ON THE FOUR WHEEL DRIVE (4WD) APPLICATIONS, AND INSTALLATION ON THE 4WD APPLICATIONS ARE NOT PART OF THIS RECALL.",A VEHICLE CRASH CAN OCCUR IF THE WHEEL SEPARATES FROM THE VEHICLE.,"FEDERAL-MOGUL WILL NOTIFY OWNERS OF RECORD AND TECHNICIANS WILL REPLACE THE AFFECTED HUB ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 15, 2010. OWNERS MAY CONTACT FEDERAL-MOGUL AT 1-877-489-6659." -08/20/2010,10V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V381000),"JAG MOBILE SOLUTIONS, INC.",HITCH ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,178,"JAG MOBILE SOLUTIONS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 PORTA-LISA AND PORTA-LISA PLUS MOBILE RESTROOMS, SHOWERS, AND COMBINATIONS TOWABLE TRAILERS. THE HITCH ASSEMBLY OF THE CHASSIS MAY BE BUILT WITH STEEL TUBES THAT ARE NOT OF ADEQUATE SIZE TO WITHSTAND THE FORCES EXERTED ON THE HITCH WHILE IN CERTAIN APPLICATIONS.","THE HITCH ON THE FRONT OF THE TRAILER COULD CRACK AND BECOME NONFUNCTIONAL OR BREAK COMPLETELY SEPARATING THE TRAILER TONGUE FROM THE REST OF THE CHASSIS, WHICH COULD RESULT IN A CRASH.",JAG WILL NOTIFY OWNERS AND DEXTER CHASSIS GROUP FIELD REPRESENTATIVES OR THEIR ASSIGNED AGENTS WILL REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN IN AUGUST 2010. OWNERS MAY CONTACT JAG AT 1-260-562-1045. -08/20/2010,10E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E039000),"GARMIN INTERNATIONAL, INC.",PORTABLE AUTOMOTIVE GPS PRODUCTS/OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,736343,GARMIN IS RECALLING CERTAIN NUVI MODEL PORTABLE AUTOMOTIVE GPS PRODUCTS SOLD FOR USE AS AFTERMARKET EQUIPMENT AND SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN PASSENGER VEHICLES THAT CONTAIN THIRD-PARTY LITHIUM-ION BATTERIES MANUFACTURED IN A CERTAIN DATE RANGE. IN RARE CIRCUMSTANCES THE BATTERIES CONTAINED IN THE AFFECTED GPS UNITS CAN OVERHEAT.,OVERHEATED BATTERIES COULD RESULT IN A FIRE.,"GARMIN WILL NOTIFY OWNERS OF RECORD AND TECHNICIANS WILL REPAIR THE GPS UNITS BY REPLACING THE BATTERY AND INSERTING A SPACER ON TOP OF THE BATTERY FREE OF CHARGE. GARMIN ALSO PLANS TO LAUNCH A PUBLIC NOTIFICATION CAMPAIGN THAT WILL INCLUDE PRESS RELEASES AND WEBSITE POSTINGS, AMONG OTHER MATERIALS. THE SAFETY RECALL BEGAN ON AUGUST 23, 2010. OWNERS MAY CONTACT GARMIN'S NUVI BATTERY RECALL INFORMATION LINE AT 1-866-957-1981." -08/20/2010,10V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V379000),Blue Bird Body Company,STARTER CABLE RETAINING NUT AND FLAT WASHER,ENGINE AND ENGINE COOLING,R10SL,Vehicle,3992,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM MAY 29, 2006 THROUGH AUGUST 7, 2010 EQUIPPED WITH CUMMINS ISB-02, ISB-07, AND ISB-10 ENGINES. AN INCORRECT COMBINATION OF FLAT WASHER AND SERRATED NUT WAS INSTALLED ON THE BOLT THAT SECURES THE STARTER CABLE RETAINING CLAMP TO ITS ATTACHING BRACKET AT THE FRONT OF THE ENGINE ABOVE THE ENGINE COOLING FAN. THE FLAT WASHER PREVENTS THE SERRATED NUT FROM LOCKING AGAINST THE ATTACHING BRACKET. OVER TIME, THE SERRATED NUT MAY BACK OFF ALLOWING THE STARTER CABLE TO FALL AND CONTACT THE FAN HUB WHILE IN OPERATION.","IF THE STARTER CABLE CONTACTS THE FAN HUB WHILE THE FAN HUB IS IN OPERATION, THE CABLE COVERING MAY ABRADE WHICH COULD RESULT IN A DIRECT SHORT. A SHORT COULD POTENTIALLY RESULT IN A VEHICLE FIRE.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -08/20/2010,10V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V380000),Blue Bird Body Company,STARTER CABLE RETAINING NUT AND FLAT WASHER,ENGINE AND ENGINE COOLING,R10SL,Vehicle,466,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 ALL AMERICAN NON SCHOOL BUSES MANUFACTURED FROM JULY 16, 2006 THROUGH AUGUST 3, 2010 EQUIPPED WITH CUMMINS ISB-02, ISB-07, AND ISB-10 ENGINES. AN INCORRECT COMBINATION OF FLAT WASHER AND SERRATED NUT WAS INSTALLED ON THE BOLT THAT SECURES THE STARTER CABLE RETAINING CLAMP TO ITS ATTACHING BRACKET AT THE FRONT OF THE ENGINE ABOVE THE ENGINE COOLING FAN. THE FLAT WASHER PREVENTS THE SERRATED NUT FROM LOCKING AGAINST THE ATTACHING BRACKET. OVER TIME, THE SERRATED NUT MAY BACK OFF ALLOWING THE STARTER CABLE TO FALL AND CONTACT THE FAN HUB WHILE IN OPERATION.","IF THE STARTER CABLE CONTACTS THE FAN HUB WHILE THE FAN HUB IS IN OPERATION, THE CABLE COVERING MAY ABRADE WHICH COULD RESULT IN A DIRECT SHORT. A SHORT COULD POTENTIALLY RESULT IN A VEHICLE FIRE.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -08/18/2010,10V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V378000),"Club Car, Inc.",BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",5J5,Vehicle,39,"CLUB CAR IS RECALLING CERTAIN MODEL YEAR 2010 VILLAGER 2+2 LVS PASSENGER VEHICLES MANUFACTURED FROM APRIL 14 THROUGH JULY 18, 2010. THE PEDAL MAY BE MISSING A CRITICAL LOAD BEARING WELD BETWEEN THE BRAKE ARM AND THE PIVOT SHAFT.","IF THE WELD IS MISSING, THE BRAKE PEDAL MAY FAIL DURING OPERATION RESULTING IN A LOSS OF BRAKING, WHICH COULD RESULT IN A CRASH.","CLUB CAR WILL NOTIFY OWNERS AND DEALERS WILL, IF NECESSARY, REPLACE THE PEDAL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 27, 2010. OWNERS MAY CONTACT CLUB CAR AT 1-800-227-0739." -08/16/2010,10E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E037000),Lippert,TRAILER AXLE MISLOCATED WELD,POWER TRAIN,NR (Not Reported),Equipment,438,"LIPPERT IS RECALLING CERTAIN TRAILER AXLES, MODELS 6000 AND 7000, INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN NUWA TRVAEL TRAILERS. THE WELD JOINING THE AXLE TUBE TO THE SPINDLE MAY BE MISLOCATED.","THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND THE HUB ASSEMBLY MAY COME OFF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","LIPPERT IS WORKING WITH NUWA TO IDENTIFY OWNERS AND THE VEHICLES WILL BE INSPECTED FOR MISLOCATED WELDS AND, IF NECESSARY, THE AXLES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 23, 2010. OWNERS MAY CONTACT LIPPERT'S AXLE SERVICE & WARRANTY DEPARTMENT AT 1-877-870-4900." -08/13/2010,10V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V377000),"Corp. Micro Bird, Inc.",T-SLIDER OR PANORAMIC PUSH-OUT WINDOW,EQUIPMENT,10-038-WIU,Vehicle,130,"CERTAIN GIRARDIN MODEL YEAR 2006 THROUGH 2010 AND MICRO BIRD BY GIRARDIN MODEL YEAR 2009 THROUGH 2010 G5 AND 2003 THROUGH 2006 GIRARDIN MB IV TRANSIT BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXISTS AND WINDOW RETENTION AND RELEASE."" THE VEHICLES ARE EQUIPPED WITH THERMAL T-SLIDER OR PANORAMIC TYPE PUSH-OUT WINDOWS WITH 2 RELEASE MECHANISMS (ONE ON EACH SIDE). THE WINDOW HANDLE BASE SPACER PLATE CAN TEAR DUE TO THE ROTATION OF THE EXTERIOR WINDOW FRAME.","IN THE EVENT OF A CRASH, THE EMERGENCY EXIT COULD NOT SUFFICIENTLY RESTRAIN THE OCCUPANT(S) OR BECOME INOPERABLE. THE OCCUPANT(S) COULD BE THROWN FROM THE VEHICLE OR NOT BE CAPABLE OF OPENING THE EMERGENCY EXITS WHICH COULD CAUSE INJURY OR DEATH OF THE VEHICLE OCCUPANT(S).","GIRARDIN WILL NOTIFY OWNERS AND WILL PROVIDE PARTS TO PERFORM THE REPAIR ALONG WITH INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -08/12/2010,10V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V372000),"Nissan North America, Inc.",CHILD RESTRAINT ANCHORAGE SYSTEM/FMVSS 225,CHILD SEAT,PC060,Vehicle,951,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010 NISSAN FRONTIER KING CAB VEHICLES MANUFACTURED FROM JUNE 10, 2010 THROUGH JUNE 26, 2010. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE WELD BETWEEN THE TETHER ANCHOR AND THE SEAT GUSSET BRACKET IS OUT-OF-SPECIFICATION. AS A RESULT, AND BASED ON NISSAN'S ENGINEERING JUDGMENT, THE TETHER ANCHOR COULD SEPARATE FROM THE SEAT WHEN TESTED UNDER THE CONDITIONS REQUIRED BY THE STANDARD.","IN THE EVENT OF A CRASH, THE TETHER ANCHORAGE COULD SEPARATE FROM THE VEHICLE SEAT INCREASING THE RISK OF INJURY TO AN OCCUPANT IN A CHILD SEAT THAT USES THE TETHER ANCHOR.","THE SEAT GUSSET CONTAINING THE TETHER ANCHORAGE WILL BE REPLACED WITH A NEW ONE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -08/12/2010,10V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V376000),Shyft Group,INADVERTENT CAB TILT,ELECTRICAL SYSTEM,10017,Vehicle,40,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 EMERGENCY RESCUE CHASSIS MANUFACTURED FROM FEBRUARY 3 2009 THROUGH JUNE 3, 2010. THE CONTROL MODULE WHICH HOUSES THE CAB TILT CONTROL CIRCUIT IS SUBJECT TO FLUID INTRUSION. WHEN FLUID ENTERS THE MODULE, AN ELECTRICAL SHORT COULD OCCUR CAUSING THE CAB TO TILT(HOIST) WITHOUT WARNING.","IF THE CAB WERE TO TILT WHILE THE VEHICLE IS IN MOTION, IT MAY SURPRISE THE DRIVER WHO MAY THEN REACT ADVERSELY WHICH COULD RESULT IN A CRASH.",SPARTAN WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277 OPTION 1. -08/12/2010,10V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V374000),Mazda Motor Corp.,LOSS OF POWER STEERING ASSIST,STEERING,6010H,Vehicle,215000,"MAZDA IS RECALLING CERTAIN MODEL YEAR 2007-2009 MAZDA3 AND MAZDA5 VEHICLES MANUFACTURED FROM APRIL 2, 2007 THROUGH NOVEMBER 30, 2008. THESE VEHICLES MAY HAVE A CONDITION IN WHICH A SUDDEN LOSS OF POWER STEERING ASSIST COULD OCCUR AT ANY TIME WHILE DRIVING THE VEHICLE.","POWER STEERING ASSIST IS SUDDENLY LOST REDUCING THE DRIVER'S ABILITY TO STEER THE VEHICLE AS TYPICALLY EXPECTED, AND INCREASING THE RISK OF A CRASH.","MAZDA WILL NOTIFY OWNERS, AND DEALERS WILL REPLACE THE POWER STEERING PUMP AND LINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 15, 2010. OWNERS MAY CONTACT MAZDA CUSTOMER ASSISTANCE CENTER AT 1-800-222-5500." -08/12/2010,10V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V375000),"General Motors, LLC",SECOND ROW SAFETY BELT INTERFERENCE,SEAT BELTS,N100243,Vehicle,207210,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009-2010 CHEVROLET TRAVERSE, BUICK ENCLAVE, GMC ACADIA, AND SATURN OUTLOOK VEHICLES. THE SECOND ROW SEAT SIDE TRIM SHIELD RESTRICTS THE UPWARD ROTATION OF THE SAFETY BELT BUCKLE WHEN THE SEAT BACK IS RETURNED TO A SEATING POSITION AFTER BEING FOLDED FLAT. IF THE BUCKLE CONTACTS THE SEAT FRAME, ADDITIONAL EFFORT IS REQUIRED TO RETURN THE SEAT TO A SEATING POSITION. IF SUFFICIENT FORCE IS APPLIED, THE BUCKLE COVER COULD BE PUSHED DOWN THE STRAP, EXPOSING AND PARTIALLY DEPRESSING THE RED RELEASE BUTTON.","THE SAFETY BELT MAY NOT RESTRAIN THE OCCUPANT AS INTENDED DURING A CRASH, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL MODIFY THE SECOND ROW SEAT SIDE TRIM SHIELDS. IF A SAFETY BELT BUCKLE IS DAMAGED, DEALERS WILL REPLACE IT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 18, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, BUICK AT 1-866-608-8080, GMC AT 1-866-996-9463, AND SATURN AT 1-800-972-8876, OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -08/12/2010,10E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E038000),"WEBASTO PRODUCT NORTH AMERICA, INC.",SUNROOF SEPARATION,VISIBILITY,NR (Not Reported),Equipment,292867,"WEBASTO IS RECALLING CERTAIN HOLLANDIA 700 AND 600 SERIES AND HOLLANDIA TVS 900 SERIES SUNROOFS SOLD AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. THE ADHESIVE BOND BETWEEN THE GLASS AND THE METAL FRAME CAN DEBOND INCREASING THE RISK THAT THE SUNROOF GLASS WOULD SEPARATE FROM THE VEHICLE. COMPLETE GLASS-TO-FRAME DEBONDING CAN DEVELOP GRADUALLY AND MAY BE EVIDENCED BY METAL CORROSION AROUND THE SUNROOF FRAME, WIND NOISE, VIBRATION, VISUAL BOND SEPARATION AND/OR WATER LEAKAGE. THESE CONDITIONS MAY BE OBSERVABLE FOR SEVERAL MONTHS BEFORE COMPLETE GLASS-TO-FRAME ADHESION DEBONDING CAN ULTIMATELY OCCUR.","IN THE EVENT OF A SEPARATION, THE FALLING GLASS COULD CAUSE A ROAD HAZARD THAT RESULTS IN A VEHICLE CRASH OR COULD STRIKE A TRAILING VEHICLE.","WEBASTO WILL NOTIFY OWNERS OF RECORD AND INSTALLERS WILL REPAIR THE SUNROOFS FREE OF CHARGE. WEBASTO ALSO PLANS TO LAUNCH A PUBLIC NOTIFICATION CAMPAIGN THAT MAY INCLUDE PRESS RELEASES AND WEBSITE POSTINGS, AMONG OTHER MATERIALS. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2010. OWNERS MAY CONTACT WEBASTO AT 1-888-749-8632." -08/11/2010,10V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V373000),Motor Coach Industries,SE-GI WINDOW DEBONDING,VISIBILITY,348,Vehicle,1087,"MCI IS RECALLING CERTAIN MODEL YEAR 2001-2004 E4500, MODEL YEAR 2002-2006 E4500C, MODEL YEAR 2001-2005 J4500, AND MODEL YEAR 2006 J4500C MOTOR COACHES EQUIPPED WITH SE-GI PASSENGER WINDOWS. THE ADHESIVE BOND BETWEEN THE WINDOW GLASS AND THE ALUMINUM WINDOW FRAME ON THE AFFECTED COACHES MAY DEGRADE.","IF THE WINDOW GLASS BECOMES PARTIALLY OR COMPLETELY DEBONDED FROM ITS FRAME, THE WINDOW GLASS MAY DETACH AND FALL FROM THE COACH AND CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.","DEALERS WILL INSPECT, TEST, AND REPAIR, AS NECESSARY, THE SE-GI WINDOW ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 23, 2010. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -08/10/2010,10E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E034000),Curt Manufacturing LLC,AFTERMARKET RECEIVER HITCH,EQUIPMENT,NR (Not Reported),Equipment,6686,"CURT MFG IS RECALLING CERTAIN CLASS 3 RECEIVER HITCHES, P/N 13347, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON 1997-2007 CHRYSLER TOWN AND COUNTRY VANS, 1996-2007 DODGE CARAVANS, AND 1996-2004 PLYMOUTH VOYAGER VANS. WHEN THE HITCH IS LOADED TO THE MAXIMUM RATING, THE HITCH MAY FRACTURE OR BREAK AT THE BEND LOCATION WHERE THE MAIN BODY OF THE HITCH MEETS THE HITCH MUFFLER STRAP.","IF THE AREA IN QUESTION FRACTURES OR BREAKS, THIS COULD CAUSE AN UNSTABLE DRIVING CONDITION, POSSIBLY RESULTING IN A CRASH.",CURT MFG WILL NOTIFY OWNERS OF RECORD AND WILL REPLACE THE HITCH FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT CURT MFG AT 1-715-831-8713. -08/10/2010,10E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E035000),Suburban Manufacturing CO,GAS COOK STOVES/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,491,"SUBURAN IS RECALLING CERTAIN GAS COOK STOVES WITH SEALED BURNERS AND OVEN MANUFACTURED FROM NOVEMBER 2, 2009 THROUGH JULY 31, 2010, SOLD AS AFTERMARKET EQUIPMENT AND SOLD AS ORIGINALLY INSTALLED EQUIPMENT ON VARIOUS RECREATIONAL VEHICLES. THE UNITS INVOLVED USE AN ALUMINUM TUBE TO CARRY LP GAS FROM THE OVER CONTROL VALVE TO THE GAS ORIFICE WHICH SUPPLIES GAS TO THE BURNER. THE TUBE MAY BREAK RESULTING IN A GAS LEAK.","A GAS LEAK OCCURRING IN THE AREA OF THE OVEN PILOT CAN CAUSE A FLASH WHEN THE GAS IGNITES, AND WOULD CAUSE A FIRE IF THE OVEN VALVE IS NOT PROPERLY TURNED OFF.",SUBURBAN WILL NOTIFY OWNERS OF RECORD WHO PURCHASED THE EQUIPMENT AS AFTERMARKET AND WILL REPAIR THE UNITS FREE OF CHARGE. SUBURBAN WILL NOTIFY THE VEHICLE MANUFACTURES ON WHOSE VEHICLES THE EQUIPMENT WAS INSTALLED AS ORIGINAL EQUIPMENT AND COORDINATE WITH THOSE MANUFACTURERS TO HAVE THEIR OWNERS NOTIFIED AND THE FREE REMEDY PROVIDED. OWNERS MAY CONTACT SUBURBAN AT 1-423-775-2131. -08/10/2010,10V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V369000),Honda (American Honda Motor Co.),INCORRECT GAWR LABEL,EQUIPMENT,R41,Vehicle,3184,"CERTAIN MODEL YEAR 2010 HONDA VT1300CR, VT1300CRA, AND VT1300CT MOTORCYCLES MANUFACTURED FROM DECEMBER 17, 2009 THROUGH MAY 24, 2010, FAIL TO CONFORM TO THE CERTIFICATION REQUIREMENTS OF PART 567. THE GROSS AXLE WEIGHT RATING (GAWR) IS INCORRECT.","AN OWNER MAY BE LEAD TO BELIEVE FROM THE INCORRECT INFORMATION THE MOTORCYCLE CAN CARRY MORE WEIGHT THAT IT IS CERTIFIED TO CARRY, RESULTING IN AN OVERLOADED CONDITION WHICH CAN INCREASE THE RISK OF A CRASH.","THE OWNERS OF ALL AFFECTED MOTORCYCLES WILL BE MAILED A LETTER CONTAINING A DURABLE CORRECTION STICKER AND INSTALLATION INSTRUCTIONS. IF THE OWNER PREFERS THAT THE DEALER APPLY THE STICKER, THEY WILL BE INSTRUCTED TO TAKE THEIR MOTORCYCLE TO A HONDA DEALER WHO WILL APPLY THE CORRECTED LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 20, 2010. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -08/09/2010,10E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E036000),"GENERAL PARTS, INC.",ALTERNATOR OVERHEATS/FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1898,"GENERAL PARTS, INC. IS RECALLING CERTAIN PROVEN VALU ALTERNATORS SOLD AS REPLACEMENT EQUIPMENT FOR VARIOUS MOTOR VEHICLES, PART NUMBERS 1386A, 8237A, 8237AN, 8274A, 8290A, 8290AN, 8292A, AND 8292AN. THE INTERNAL VOLTAGE REGULATOR CAN BECOME DAMAGED BY TRANSIENT VOLTAGE THAT MAY OCCUR WHEN THE REGULATOR AND ALTERNATOR ARE BUILT, TESTED, AND INSTALLED.","WHEN THE CIRCUIT IS DAMAGED, THERE IS A POTENTIAL TO GENERATE SUFFICIENT HEAT TO RESULT IN AN ENGINE COMPARTMENT FIRE OR HEAT DAMAGE, EVEN WHEN THE VEHICLE IS OFF.","GPI WILL NOTIFY OWNERS OF RECORD WHO PURCHASED THE ALTERNATORS AND REPLACE THE ALTERNATORS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 5, 2010. OWNERS MAY CONTACT GPI AT 1-919-573-3000." -08/09/2010,10E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E033000),NATIONAL SEATING COMPANY,DRIVER SEATS,SEATS,NR (Not Reported),Equipment,3892,"NATIONAL SEATING CO. (NSC) IS RECALLING CERTAIN STABILUS BLOC-O-LIFT, P/N 5561ED, DRIVER SEATS MANUFACTURED FROM MARCH 10 THROUGH DECEMBER 4, 2009, SOLD FOR USE AS AFTERMARKET SERVICE PARTS AND ALSO SOLD AS ORIGINALLY INSTALLED EQUIPMENT IN CERTAIN SCHOOL AND COMMERCIAL BUSES. THE WELD WHICH HOLDS THE MOUNTING TAB TO THE SHOCK BODY WAS IMPROPERLY WELDED AND CAN BREAK.","THE SEAT COULD DROP UNEXPECTEDLY WITH OUT PRIOR WARNING AND COULD CAUSE MOMENTARY LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","NSC WILL NOTIFY THE OWNERS OF THE AFTERMARKET EQUIPMENT AND WILL REPAIR THE AFFECTED SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 27, 2010. OWNERS MAY CONTACT NSC AT 1-423-884-6651." -08/09/2010,10V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V371000),"Nissan North America, Inc.",SEATING SYSTEMS/FMVSS 207,SEATS,NR (Not Reported),Vehicle,174,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010 NISSAN ARMADA VEHICLES MANUFACTURED FROM JUNE 7, 2010 THROUGH JUNE 11, 2010. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE SECOND ROW CENTER SEAT HINGE ASSEMBLY WAS MANUFACTURED OUT OF SPECIFICATION. THIS MAY PREVENT THE REAR CENTER SEATBACK FROM FULLY LOCKING IN THE IN-USE (UPRIGHT) POSITION.","IN THE EVENT OF A CRASH, THE SECOND ROW CENTER SEAT MAY NOT FUNCTION PROPERLY INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL INSPECT THE SECOND ROW CENTER SEAT HINGES/LOCK FOR PROPER FUNCTION. IF THE SEAT DOES NOT LOCK AS DESIGNED, THE SECOND ROW CENTER SEAT HINGE ASSEMBLY WILL BE REPLACED WITH A NEW ONE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -08/06/2010,10E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E032000),"Schneider Electric USA, Inc.",ELECTRIC INVERTER/CHARGER/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,572,"XANTREX TECHNOLOGY HAS DECIDED THAT CERTAIN FREEDOM SW 3000 ELECTRIC INVERTERS/CHARGES SOLD AS AFTERMARKET EQUIPMENT AND ALSO INSTALLED AS ORIGINAL EQUIPMENT IN SOME RECREATIONAL VEHICLES CONTAIN A SAFETY DEFECT. DUE TO POOR SOLDERING IN CLOSE PROXIMITY TO INADEQUATELY TORQUED BUS BARS IN THE PRODUCT, MELTED SOLDER CAN RESULT IN A SHORT CIRCUIT FAILURE.","A SHORT CIRCUIT CAN RESULT IN THE UNIT OVERHEATING, POSSIBLY RESULTING IN A FIRE.","XANTREX WILL NOTIFY THE OWNERS OF THE AFTERMARKET EQUIPMENT AND WILL REPAIR OR REPLACE THE UNITS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2010. OWNERS MAY CONTACT XANTREX AT 1-800-670-0707." -08/06/2010,10V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V370000),EL DORADO R.V. INC.,INCORRECT WHEEL WELL PROFILE CUTOUT,WHEELS,NR (Not Reported),Vehicle,246,ELDORADO NATIONAL - KANSAS IS RECALLING CERTAIN MODEL YEAR 2007-2010 TRANSTECH BUSES. THESE VEHICLES WERE MANUFACTURED WITH AN INCORRECT WHEEL WELL PROFILE CUTOUT. THE SMALLER PROFILE RESULTS IN A REDUCED CLEARANCE BETWEEN THE WHEEL WELL RUBBER MOLDING ATTACHMENT SCREWS AND THE BUS' TIRES. THE ATTACHMENT SCREWS COULD RUB AGAINST THE BUS' TIRES RESULTING IN A TIRE FAILURE.,A TIRE FAILURE COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE VEHICLES TO ENSURE THEY HAVE THE CORRECT REAR WHEEL WELL PROFILE. IF A BUS IS FOUND TO HAVE THE INCORRECT PROFILE, THE WHEEL WELL OPENING WILL BE CUT TO THE CORRECT PROFILE TO ENSURE PROPER CLEARANCE TO THE TIRE. ADDITIONALLY, NEW FASTENERS WILL BE INSTALLED ATTACHING THE WHEEL WELL RUBBER MOLDING. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 23, 2010. OWNERS MAY CONTACT ELDORADO NATIONAL- KANSAS AT 1-800-955-9086." -08/06/2010,10V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V367000),"BAD BOY ENTERPRISES, LLC",REAR DIFFERENTAL SUPPORT BRACKET/STEERING,POWER TRAIN,NR (Not Reported),Vehicle,16,BAD BOY ENTERPRISES IS RECALLING CERTAIN MODEL YEAR 2010 LOW SPEED VEHICLES (LSV) KNOWN AS THE XT LSV MODEL. THIS RECALL DOES NOT APPLY TO CLASSIC LSV MODELS. THE REAR DIFFERENTIAL SUPPORT BRACKET ON THE XT LSVS WITH TEAM REAR DIFFERENTIALS COULD POTENTIALLY BEND FROM METAL FATIGUE UNDER EXTREME OPERATION CONDITIONS.,"IF THE REAR DIFFERENTIAL SUPPORT BRACKET WERE TO BEND, THE STEERING OF THE VEHICLE COULD BE COMPROMISED, INCREASING THE RISK OF A CRASH.","BAD BOY WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE REAR DIFFERENTIAL SUPPORT BRACKET FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2010. OWNERS MAY CONTACT BAD BOY AT 1-866-678-6701." -08/05/2010,10V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V365000),"Yamaha Motor Corporation, USA",FRONT SIDE REFLECTOR HEIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,53449,"YAMAHA IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 YZF-R6 MOTORCYCLES MANUFACTURED FROM AUGUST 2005 THROUGH MARCH 2010. THE MOTORCYCLE'S FRONT SIDE REFLECTOR WAS NOT PLACED AT THE PROPER HEIGHT WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","VISIBILITY OF THE MOTORCYCLE WILL BE DECREASED, POSSIBLY INCREASING THE RISK OF A CRASH.","YAMAHA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 12, 2010. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -08/05/2010,10V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V366000),"Mercedes-Benz USA, LLC",FRONT TURN SIGNAL GRILLS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3552,"MERCEDES-BENZ IS RECALLING CERTAIN MODEL YEAR 2002-2010 G-CLASS VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES ARE EQUIPPED WITH A GRILL COVER FOR FRONT TURN SIGNAL PROTECTION THAT, WHILE PERMISSIBLE, MAY IMPACT OVER TIME THE SIGNAL'S ABILITY TO MEET THE MINIMUM REQUIREMENTS OF FMVSS 108.","THE SIGNAL LIGHT'S VISIBILITY TO OTHER MOTORISTS MAY BE REDUCED OVER TIME, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL IMPROVED TURN LIGHT UNITS OPTIMIZED FOR USAGE WITH GRILLS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN AT THE END OF DECEMBER 2010 OR EARLY JANUARY 2011. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372. -08/05/2010,10V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V364000),Honda (American Honda Motor Co.),IGNITION INTERLOCK,ELECTRICAL SYSTEM,R44,Vehicle,551498,"HONDA IS RECALLING CERTAIN MODEL YEAR 2003 HONDA ACCORD, CIVIC TWO AND FOUR DOOR, AND MODEL YEAR 2003-2004 HONDA ELEMENT VEHICLES. THE INTERLOCK LEVER OF THE IGNITION SWITCH MAY UNEXPECTEDLY DEFORM, WHICH CAN ALLOW THE INTERLOCK FUNCTION OF A VEHICLE WITH AN AUTOMATIC TRANSMISSION TO BE DEFEATED.","REMOVAL OF THE IGNITION KEY WHEN THE GEAR SELECTOR OF A VEHICLE WITH AN AUTOMATIC TRANSMISSION HAS NOT BEEN SHIFTED TO THE PARK POSITION CAN ALLOW THE VEHICLE TO ROLL AWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE ORIGINAL INTERLOCK PIN AND LEVER WITHIN THE IGNITION SWITCH, AND REPLACE THEM WITH NEW, DESIGNED COMPONENTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -08/04/2010,10V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V361000),Honda (American Honda Motor Co.),GEAR SELECTOR,POWER TRAIN,R45,Vehicle,585,"HONDA IS RECALLING CERTAIN MODEL YEAR 2010 ELEMENT AUTOMATIC TRANSMISSION VEHICLES MANUFACTURED FROM APRIL 1, 2010 THROUGH JUNE 25, 2010. DURING ASSEMBLY PROCESS, THE CABLE THAT CONNECTS THE SHIFT LEVER TO THE TRANSMISSION WAS NOT SET CORRECTLY AT THE SHIFT LEVER BRACKET. AS A RESULT THE DRIVER MAY MOVE THE GEAR SHIFT LEVER BUT THE TRANSMISSION MAY NOT BE PLACED IN THE SELECTED GEAR.","THIS CAN CAUSE THE KEY TO BE STUCK IN THE IGNITION SWITCH, AN INABILITY TO SHIFT INTO OR OUT OF PARK, OR AN INABILITY TO SHIFT INTO REVERSE, INCREASING THE RISK OF A CRASH.","HONDA HAS CONTACTED SOME OWNERS BY PHONE AND ARRANGED TO, HAVE, OR HAS HAD, THEIR VEHICLES REPAIRED FREE OF CHARGE. ALL OTHER OWNERS WILL BE NOTIFIED BY MAIL. DEALERS WILL CORRECTLY SET THE SHIFT CABLE BUSHING. THE SAFETY RECALL BEGAN ON AUGUST 9, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -08/04/2010,10V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V363000),"Autocar, LLC",IGNITION RELAY,ELECTRICAL SYSTEM,A-1003,Vehicle,2184,"AUTOCAR IS RECALLING CERTAIN MODEL YEAR 2008-2009 ACX HEAVY DUTY CLASS 8 VEHICLES MANUFACTURED FROM NOVEMBER 30, 2007 THROUGH AUGUST 3, 2010. WATER INTRUSION IN THE IGNITION RELAY MAY LEAD TO CORROSION, WHICH MAY SHORT-CIRCUIT THE RELAY CAUSING THE PART TO FAIL.",FAILURE OF THE RELAY COULD CAUSE THE ENGINE TO SHUT DOWN WITHOUT WARNING OR FAIL TO START INCREASING THE RISK OF A CRASH.,"AN OWNER NOTIFICATION LETTER WILL BE MAILED WHICH WILL PROVIDE INSTRUCTIONS FOR SCHEDULING REPAIR OF THE VEHICLE AT AN AUTHORIZED AUTOCAR SERVICE FACILITY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 3, 2010. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -08/03/2010,10V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V355000),"Forest River, Inc.",TIRE & LOADING INFORMATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,155,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 WILDCAT TRAVEL TRAILERS MANUFACTURED FROM JANUARY 1, 2010 THROUGH JULY 22, 2010. THE INFORMATION FOR THE MODELS' GROSS VEHICLE WEIGHT RATING, GROSS AXLE WEIGHT RATING, TIRES, RIMS, AND AIR PRESSURE WAS INCORRECTLY INPUTTED IN THE CORPORATE COMPUTER SYSTEM. AS A RESULT, THE GROSS AXLE WEIGHT RATING LABEL AND THE TIRE LABEL ON THE VEHICLES IS INCORRECT AND MAY LEAD AN OWNER TO INADVERTENTLY OVERLOAD THE VEHICLE.",AN OVERLOAD CONDITION MAY RESULT IN AN AXLE OR TIRE FAILURE INCREASING THE RISK OF A CRASH.,"FOREST RIVER WILL BE MAILING CORRECTED LABELS TO RETAIL PURCHASERS, AND/OR TO DEALERS. THE SAFETY RECALL BEGAN ON AUGUST 9, 2010. OWNERS MAY CONTACT FOREST RIVER AT 1-574-206-7600." -08/03/2010,10V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V359000),Volvo Trucks North America,UPPER BUNK WINDOWS,VISIBILITY,RVXX1004,Vehicle,3984,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009-2010 VNL, VT, AND 780 TRUCKS MANUFACTURED FROM MARCH 1, 2008 THROUGH FEBRUARY 6, 2009. THE BOTTOM TRACK THAT ATTACHES TO THE ARMS USED TO OPEN AND CLOSE THE WINDOW MAY DE-BOND, WHICH RESULTS IN THE GLASS COMING LOOSE AT THE BOTTOM.",THE UPPER WINDOW HINGES MAY FAIL AND ALLOW THE GLASS TO FALL OUT OF THE WINDOW FRAME CREATING A ROAD HAZARD AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPAIR AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 1, 2010. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/02/2010,10V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V362000),Collins Bus Corporation,39 INCH THREE PASSENGER SEATS,SEATS,NR (Not Reported),Vehicle,516,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2008 BANTAM, GRAND BANTAM, AND SUPER BANTAM MODEL SCHOOL BUSES. THE 39 INCH THREE PASSENGER SEATS FAIL TO MEET THE MINIMUM PERFORMANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER AND CRASH PROTECTION.""",SEAT OCCUPANTS ARE AT AN INCREASED RISK OF INJURY IN THE EVENT OF A CRASH.,"COLLINS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 3, 2011. OWNERS MAY CONTACT COLLINS AT 1-800-533-1850." -08/02/2010,10V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V356000),Ducati North America,CABLE TIE,VEHICLE SPEED CONTROL,RCL-10-001,Vehicle,396,DUCATI IS RECALLING CERTAIN MODEL YEAR 2010 MULTISTRADA 1200 MOTORCYCLES. THE THROTTLE CABLES MAY COME INTO CONTACT WITH THE UPPER EDGE OF THE RADIATOR DURING NORMAL OPERATION OF THE MOTORCYCLE. THIS SITUATION COULD CAUSE THE THROTTLE CABLES TO BECOME CHAFED BY THE RADIATOR RESULTING IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER.,"DAMAGE TO THE CABLES COULD ADVERSELY AFFECT THE MOTORCYCLE'S THROTTLE OPERATION AND THEREBY REDUCE THE DRIVER'S ABILITY TO CONTROL THE SPEED OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALER WILL SECURE THE THROTTLE CABLES TO THE FRAME ABOVE THE RADIATOR TO PREVENT CONTACT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 13, 2010. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -08/02/2010,10V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V357000),Ducati North America,CENTER STAND SCREWS,STRUCTURE,RC-10-002,Vehicle,495,DUCATI IS RECALLING CERTAIN MODEL YEAR 2010 MULTISTRADA 1200 S TOURING EDITION MOTORCYCLES. THE MOTORCYCLE'S CENTER STAND MOUNTING SCREWS MAY COME LOOSE DURING NORMAL OPERATION. THIS SITUATION COULD CAUSE THE CENTER STAND TO POSSIBLY BECOME DISPLACED FROM ITS INTENDED MOUNTING POSITION RESULTING IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER.,ANY DISPLACEMENT OF THE CENTER STAND COULD ADVERSELY AFFECT THE DRIVER'S ABILITY TO CONTROL THE MOTORCYCLE INCREASING THE RISK OF A CRASH.,"DEALER WILL REMOVE THE CENTER STAND SCREWS APPLY THREAD-LOCKING COMPOUND AND REINSTALL THE SCREWS TO THE SPECIFIED TORQUE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 13, 2010. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -08/02/2010,10V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V360000),"Daimler Trucks North America, LLC",HEADLAMP HEIGHT,EXTERIOR LIGHTING,FL-583,Vehicle,16,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 BUSINESS CLASS M2 106V TRUCKS MANUFACTURED FROM APRIL 12, 2010 THROUGH JULY 16, 2010, FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE TRUCKS MAY HAVE HEADLIGHTS WHICH MEASURE GREATER THAN 54"" FROM THE ROAD SURFACE.",IMPROPER HEIGHT OF HEADLIGHTS MAY NOT FULLY ILLUMINATE ROAD SURFACE OR MAY INHIBIT THE ABILITY OF MOTORIST TO SEE VEHICLES INCREASING THE RISK OF A CRASH.,"DAIMLER TRUCKS SUBMITTED SUPPLEMENTAL DEFECT INFORMATION TO AMEND THE EXPECTED OWNER NOTIFICATION DATE FOR THIS RECALL. THE TRYOUT OF THE NEW PARTS REQUIRED FOR THIS REPAIR WAS RECENTLY CONDUCTED AND THE ASSEMBLY WAS DEEMED UNACCEPTABLE. THE SAFETY RECALL BEGAN ON OCTOBER 3, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -08/02/2010,10V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V358000),Ducati North America,STEERING HEAD SCREW,STEERING,RCL-10-003,Vehicle,196,DUCATI IS RECALLING CERTAIN MODEL YEAR 2010 MULTISTRADA 1200 MOTORCYCLES. DURING PRODUCTION AN INCORRECT SCREW MAY HAVE BEEN INSTALLED IN THE MOTORCYCLE'S STEERING HEAD. THIS SITUATION COULD CAUSE THE STEERING HEAD TO POSSIBLY BECOME LOOSE DURING NORMAL OPERATION.,ANY LOOSENING OF THE STEERING HEAD COULD ADVERSELY AFFECT THE DRIVER'S ABILITY TO STEER THE MOTORCYCLE INCREASING THE RISK OF A CRASH.,"DEALER WILL REPLACE THE STEERING HEAD SCREW WITH THE CORRECT SCREW. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 13, 2010. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -07/30/2010,10E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E031000),"BEDINABOX, LLC",MATTRESS COVER/NOT FLAME RESISTANT,EQUIPMENT,NR (Not Reported),Equipment,217,"SLEEPDOGMATTRESS IS RECALLING CERTAIN FOAM MATTRESS COVERS, MODEL COOLMAX FR1633, SOLD AS AFTERMARKET ACCESSORIES FOR USE IN HEAVY TRUCKS EQUIPPED WITH SLEEPER CABS. ONLY COVERS WITH LOT # 41010 ARE BEING RECALLED. SOME OF THE SUBJECT COVERS ARE NOT FIRE RESISTANT AND FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",THE MATTRESS COVER COULD IGNITE IF EXPOSED TO OPEN FLAME.,"SLEEPDOGMATTRESS WILL NOTIFY OWNERS OF RECORD AND WILL REPLACE THE MATTRESS COVER WITH A FLAME RESISTANT COVER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2010. OWNERS MAY CONTACT SLEEPDOGMATTRESS AT 1-423-538-7162." -07/30/2010,10V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V353000),Turtle Top,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,138,"TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 TRANSIT AND SHUTTLE BUSES FITTED WITH RICON PUBLIC USE LIFTS. THE WHEELCHAIR LIFTS WERE TO BE EQUIPPED WITH A RESTRAINT BUCKLE THAT HAS AN INTERLOCK FEATURE DESIGNED TO PREVENT THE LIFT FROM OPERATING IF THE BUCKLE IS NOT LATCHED. IN THE RECALLED BUSES, HOWEVER, THE INTERLOCK FEATURE MAY NOT OPERATE PROPERLY AND THE LIFT MAY OPERATE EVEN WHEN THE BUCKLE IS NOT LATCHED.","THE WHEELCHAIR MAY MOVE DURING LIFT OPERATION AND THE UNSECURED OCCUPANT, COULD BE INJURED.","TURTLE TOP IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884, OR EMAIL AT WWW.DMATA@WABTEC.COM." -07/30/2010,10V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V354000),Turtle Top,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,14,"TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2009 TRANSIT AND SHUTTLE BUSES EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. THE WHEELCHAIR LIFTS CONTAIN DEFECTIVE SOFTWARE THAT CONTROLS THE LIFT UP FUNCTION. IF THE LIFT SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING, AND MAY TRAVEL PAST THE FLOOR LEVEL.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","TURTLE TOP IS WORKING WITH RICON AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS. PLEASE SEE RICON'S DEFECT REPORT 09E-061. RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884, OR EMAILING AT WWW.DMATA@WABTEC.COM." -07/29/2010,10V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V347000),"Dutchmen Manufacturing, Inc.",CERTIFICATION LABEL/ PART 567,EQUIPMENT,NR (Not Reported),Vehicle,135,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2011 COLEMAN, DUTCHMEN, AND FOUR WINDS TRAVEL TRAILERS MANUFACTURED FROM MAY 14, 2010 THROUGH JUNE 29, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THESE VEHICLES WERE MANUFACTURED WITH THE INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION TAG. THE LABEL LISTS THE WRONG GROSS AXLE WEIGHT RATING (GAWR), THE WRONG NUMBER OF AXLES AND THE WRONG GROSS VEHICLE WEIGHT RATING (GVWR). THIS COULD LEAD TO AN OWNER OVERLOADING A TRAILER.",OVERLOADING THE TRAILER COULD RESULT IN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH OR PROPERTY DAMAGE.,"DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 2, 2010. OWNERS MAY CONTACT THE DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 1-866-869-1109." -07/29/2010,10V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V345000),Toyota Motor Engineering & Manufacturing,STEERING INTERLOCK ASSEMBLY,STEERING,AOH,Vehicle,372593,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2000-2004 AVALON VEHICLES. DUE TO IMPROPER CASTING OF THE STEERING LOCK BAR, THERE IS A POSSIBILITY THAT A MINUTE CRACK MAY DEVELOP ON THE SURFACE OF THE LOCK BAR. SUCH A CRACK MAY EXPAND OVER A LONG PERIOD OF REPEATED LOCK AND UNLOCK OPERATIONS, AND EVENTUALLY THE LOCK BAR COULD BREAK.","SHOULD THE STEERING LOCK BAR BREAK, THE STEERING WHEEL WOULD LOCK AND THE DRIVER WOULD LOSE THE ABILITY TO STEER THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE STEERING INTERLOCK DEVICE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 7, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/29/2010,10V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V346000),Toyota Motor Engineering & Manufacturing,STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,39159,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2003-2007 LEXUS LX470 VEHICLES. THE CONSTRUCTION OF THE STEERING SHAFT IS SUCH THAT THE SNAP RING ON THE SHAFT MAY DISENGAGE WHEN THE VEHICLE EXPERIENCES AN UNUSUALLY SEVERE IMPACT TO THE FRONT WHEELS. IF THE SNAP RING BECOMES DISENGAGED AND THE STEERING WHEEL IS THEN REPEATEDLY TURNED TO THE LOCKED POSITION, OVER TIME THE STEERING SHAFT MAY BECOME DISCONNECTED.",THIS COULD RESULT IN LOSS OF STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE SNAP RING WITH A NEWLY DESIGNED ONE AND INSTALL AN ADDITIONAL COMPONENT WHICH WILL PREVENT SEPARATION OF THE STEERING SHAFT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 23, 2010. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -07/29/2010,10V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V350000),"Elgin Sweeper Company, Inc.",SUSPENSION CONTROL ARM AND TOWER WELDS,SUSPENSION,NR (Not Reported),Vehicle,52,"ELGIN SWEEPER IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 BROOM BEAR STREET SWEEPERS, MOUNTED IN INTERNATIONAL 4300 CHASSIS ONLY, MANUFACTURED FROM MAY 2007 THROUGH MARCH 2010. THE CHASSIS SUSPENSION REAR CONTROL ARMS AND TOWER MAY NOT HAVE BEEN PROPERLY WELDED TO SPECIFICATION.","THE WELDS CAN CRACK CAUSING THE CONTROL ARMS OR TOWER TO SEPARATE FROM THE AXLE. SHOULD THIS OCCUR WHILE THE VEHICLE IS MOTION, THE OPERATOR CAN LOOSE STEERING CONTROL POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","ELGIN SWEEPER WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY CERTIFIED WELDERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 16, 2010. OWNERS MAY CONTACT ELGIN SERVICE DEPARTMENT AT 1-877-342-5374." -07/28/2010,10E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E030000),Villa International,DRIVER/PASSENGER SWIVEL PEDSTALS #3429,SEATS,NR (Not Reported),Equipment,17,"KUSTOM FIT, A DIVISION OF VILLA FURNITURE MFG CO. INC. IS RECALLING CERTAIN SWIVEL PEDESTALS, P/ N 3429, SOLD AND INSTALLED IN GENERAL MOTORS CHEVROLET CLASS B VANS. A SUPPORT BRACKET RETAINER PLATE, P/N 16393, WAS NOT WELDED TO THE REAR UNDERSIDE OF THE SWIVEL TOP PLATE. THE SWIVEL PEDESTALS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 207, ""SEATING SYSTEMS,"" AND 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","THE SWIVEL PEDESTALS MAY FAIL IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","KUSTOM FIT IS WORKING WITH VAN CONVERTERS TO NOTIFY OWNERS OF THE SWIVEL PEDESTALS IN THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY AUTHORIZED VAN CONVERTERS, DEALERS, AND SERVICE CENTERS. THE SAFETY RECALL BEGAN ON SEPTEMBER 21, 2010. OWNERS MAY CONTACT KUSTOM FIT AT 1-323-564-4481." -07/27/2010,10V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V338000),DRIVING SPECIALTIES LTD,6-WAY POWER SEAT BASE,SEATS,NR (Not Reported),Vehicle,2,DRIVING SPECIALTIES LTD IS RECALLING 2 MODEL YEAR 2006 AND 2007 CONVERSION VANS EQUIPPED WITH VMI/RICON 6-WAY POWER SEAT BASES. THERE IS A POSSIBILITY OF A DEFECTIVE WELD AT THE JOINT BETWEEN THE PIVOTING PLATE AND THE PIVOTING PLATE PIN.,THE SEAT OCCUPANT MAY BE INJURED IF THE SEAT BASE PIN WERE TO BREAK.,"DRIVING SPECIALTIES WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 28, 2010. OWNERS MAY CONTACT DRIVING SPECIALTIES AT 1-707-553-1515." -07/27/2010,10V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V348000),"Navistar, Inc.",FUEL FILL CAP ASSEMBLIES/WORKHORSE/NAVISTAR,"FUEL SYSTEM, GASOLINE",61101-C,Vehicle,1328,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 WORKHORSE W22 AND R26 TRUCKS MANUFACTURED FROM FEBRUARY 5, 2007 THROUGH MAY 24, 2010. THE FUEL-FILL CAP ASSEMBLIES USED TO SEAL THE UNUSED SIDE OF THE DUAL-FILL GASOLINE FUEL TANK WERE PRODUCED WITH A HOSE MATERIAL THAT DID NOT MEET DESIGN SPECIFICATIONS. DURING NORMAL USAGE THE HOSE MATERIAL MAY DETERIORATE WHICH MAY RESULT IN FUEL LEAKS.","A FUEL LEAK INCREASES THE RISK OF A FIRE WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE ORIGINAL FUEL-FILL CAP ASSEMBLIES WITH ONES ASSEMBLED WITH HOSE MATERIAL THAT MEETS DESIGN SPECIFICATIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE OCTOBER 8, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -07/27/2010,10V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V340000),"Daimler Trucks North America, LLC",GRID HEATER/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,10C-5,Vehicle,5445,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 FCCC B2 106 CH AND THOMAS BUILT SAF-T-LINER C2 AND HDX SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 5, 2006 THROUGH JUNE 30, 2010, EQUIPPED WITH SPECIFIC MBE900 EPA04 AND EPA07 MODEL ENGINES. THE INTAKE AIR GRID HEATER MAY SHORT CIRCUIT AND FAIL DUE TO EXCESSIVE INTERNAL TEMPERATURES.",A SHORT CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JULY 29, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -07/27/2010,10V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V341000),"Daimler Trucks North America, LLC",GRID HEATER/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,10C-5,Vehicle,5743,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2011 FREIGHTLINER, FCCC, STERLING, AND WESTERN STAR HEAVY TRUCKS MANUFACTURED FROM SEPTEMBER 5, 2006, THROUGH JUNE 30, 2010, EQUIPPED WITH SPECIFIC MBE900 EPA04 AND EPA07 MODEL ENGINES. THE INTAKE AIR GRID HEATER MAY SHORT CIRCUIT AND FAIL DUE TO EXCESSIVE INTERNAL TEMPERATURES.",A SHORT CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JULY 29, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -07/27/2010,10V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V339000),"Daimler Trucks North America, LLC",HIGH PRESSURE FUEL PUMP,"FUEL SYSTEM, OTHER",10C-4,Vehicle,13410,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 FREIGHTLINER CASCADIA, CENTURY, COLUMBIA, CORONADO, M2, AND WESTERN STAR 4900 HEAVY TRUCKS MANUFACTURED FROM FEBRUARY 19, 2009 THROUGH JULY 9, 2010, EQUIPPED WITH SPECIFIC DD13 AND DD15 ENGINES ASSEMBLED WITH A BOSCH HIGH PRESSURE FUEL PUMP ELEMENT WHICH MAY DEVELOP A CRACK DUE TO HYDROGEN INDUCED STRESS CORROSION. OVER TIME THE BARREL OF THE BOSCH HIGH PRESSURE FUEL PUMP ELEMENT USED ON SPECIFIC DD13/DD15 ENGINES MAY DEVELOP A CRACK DUE TO HYDROGEN INDUCED STRESS CORROSION RESULTING IN A DIESEL FUEL LEAK.","IF A DIESEL FUEL LEAK CONTINUES UNDETECTED, FUEL MAY SPILL ONTO THE ROADWAY POTENTIALLY RESULTING IN A CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 28, 2011. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -07/27/2010,10V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V351000),Eldorado National-Kansas,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1167,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2008-2010 AERO ELITE, AEROLITE, AEROTECH, TRANSTECH, AND VERSA SHUTTLE MOTORHOMES FITTED WITH RICON PUBLIC USE LIFTS. THE WHEELCHAIR LIFTS WERE TO BE EQUIPPED WITH A RESTRAINT BUCKLE THAT HAS AN INTERLOCK FEATURE DESIGNED TO PREVENT THE LIFT FROM OPERATING IF THE BUCKLE IS NOT LATCHED. IN THE RECALLED MOTORHOMES, HOWEVER, THE INTERLOCK FEATURE MAY NOT OPERATE PROPERLY AND THE LIFT MAY OPERATE EVEN WHEN THE BUCKLE IS NOT LATCHED.","THE WHEELCHAIR MAY MOVE DURING LIFT OPERATION AND THE UNSECURED OCCUPANT, COULD BE INJURED.","ELDORADO NATIONAL IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 800-322-2884, OR EMAIL AT WWW.DMATA@WABTEC.COM." -07/27/2010,10V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V352000),Eldorado National-Kansas,WHEELCHAIR LIFTS/UP FUNCTION SWITCH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,457,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2008-2010 AERO ELITE, AEROLITE, AEROTECH, TRANSTECH, AND VERSA SHUTTLE MOTORHOMES EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. THE WHEELCHAIR LIFTS CONTAIN DEFECTIVE SOFTWARE THAT CONTROLS THE LIFT UP FUNCTION, IF THE SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","ELDORADO NATIONAL IS WORKING WITH RICON AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS PLEASE SEE RICON'S DEFECT REPORT 09E-061. RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884, OR EMAILING AT WWW.DMATA@WABTEC.COM." -07/26/2010,10V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V336000),Starcraft RV,IMPROPER AXLE POSITION,POWER TRAIN,NR (Not Reported),Vehicle,15,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2010 CENTENNIAL CAMPING TRAILERS MANUFACTURED FROM NOVEMBER 11, 2009 THROUGH APRIL 6, 2010. THE AXLE IS LOCATED TOO FAR FORWARD ALLOWING THE TIRES TO MAKE CONTACT WITH THE WHEEL WELL, WHICH MAY CAUSE DAMAGE TO THE TIRE AND/OR THE WHEEL WELL.","IF THIS CONDITION IS NOT REPAIRED, IT MAY RESULT IN A CRASH, POSSIBLY CAUSING INJURY OR DEATH.",STARCRAFT WILL NOTIFY OWNER AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787. -07/26/2010,10V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V337000),"Jayco, Inc.",IMPROPER AXLE POSITION,POWER TRAIN,NR (Not Reported),Vehicle,59,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2010 JAYCO SELECT CAMPING TRAILERS MANUFACTURED FROM NOVEMBER 11, 2009 THROUGH APRIL 6, 2010. THE AXLE IS LOCATED TOO FAR FORWARD ALLOWING THE TIRES TO MAKE CONTACT WITH THE WHEEL WELL, WHICH MAY CAUSE DAMAGE TO THE TIRE AND/OR THE WHEEL WELL.","IF THIS CONDITION IS NOT REPAIRED, IT MAY RESULT IN A CRASH, POSSIBLY CAUSING INJURY OR DEATH.","JAYCO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 1, 2010. OWNERS MAY CONTACT JAYCO AT 1-574-825-0608." -07/26/2010,10C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10C003000),"Columbus Trading-Partners USA, Inc.",INCORRECT WARNING LABEL,CHILD SEAT,2010-01,Child Seat,881,"CERTAIN CYBEX SOLUTION X-FIX MODEL BOOSTER SEATS MANUFACTURED DURING FEBRUARY 2010, WERE PRODUCED USING AN INCORRECT WARNING LABEL. THE DEFECT CONSISTS OF AN INCORRECT WARNING STATEMENT RELATED TO SECURING AN UNOCCUPIED BOOSTER SEAT. THIS STATEMENT IS INCONSISTENT WITH CYBEX RECOMMENDED PRACTICES - ALWAYS SECURE AN UNOCCUPIED BOOSTER WITH THE VEHICLE SEAT BELT. IF A CAREGIVER FOLLOWS THE WARNING AS WRITTEN, THERE IS AN INCREASED RISK THAT THE UNOCCUPIED BOOSTER SEAT COULD STRIKE A VEHICLE OCCUPANT AND CAUSE INJURY IN A SEVERE CRASH. THE INCORRECT WARNING STATEMENT APPEARS IN THE OWNER'S MANUAL AND ON THE HEADREST WARNING LABEL.","IN A SHARP TURN, CRASH, OR SUDDEN STOP, AN UNSECURED BOOSTER SEAT CAN BE THROWN AROUND AND COULD INJURE VEHICLE OCCUPANTS.","REGAL LAGER WILL NOTIFY CAREGIVERS AND PROVIDE A NEW LABEL TO BE AFFIXED OVER THE OLD LABEL AND OWNERS WILL ALSO RECEIVE A NEW OWNERS MANUAL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 6, 2010. OWNERS MAY CONTACT REGAL LAGER TOLL-FREE AT 1-800-593-5522 BETWEEN 8:30 AM AND 5:30 PM EST." -07/22/2010,10V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V334000),"Dutchmen Manufacturing, Inc.",AXLE LENGTH,POWER TRAIN,NR (Not Reported),Vehicle,1255,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2010-2011 COLEMAN, DUTCHMEN, AND FOUR WINDS, MODEL YEAR 2010 ARISTOCRAT, DUTCHMEN LITE, DUTCHMEN SPORT AND MODEL YEAR 2011 RAINIER RECREATIONAL VEHICLES MANUFACTURED FROM NOVEMBER 2, 2009 THROUGH MAY 5, 2010. THESE VEHICLES WERE MANUFACTURED WITH AXLES THAT MAY NOT PROVIDE THE PROPER TIRE SIDEWALL CLEARANCE TO THE TRAVEL TRAILER WHEEL WELL OR SLIDE ROOM CROSS SHAFT. IF THE PROPER TIRE SIDEWALL CLEARANCE IS NOT MAINTAINED, THE TIRE COULD RUB ON THE TRAILER WHEEL WELL OR SLIDE ROOM CROSS SHAFT AND RESULT IN A TIRE FAILURE.",A TIRE FAILURE COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE RESULTING IN A CRASH OF THE VEHICLE.,"DEALERS WILL INSPECT VEHICLES AND IF INADEQUATE SIDEWALL TIRE CLEARANCE IS FOUND MODIFICATIONS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 2, 2010. OWNERS MAY CONTACT THE DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 1-866-869-1109." -07/22/2010,10V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V332000),"Jaguar Land Rover North America, LLC",ENGINE CUT-OUT,ENGINE AND ENGINE COOLING,J017,Vehicle,5048,JAGUAR IS RECALLING CERTAIN MODEL YEAR 2010-2011 JAGUAR XK AND MODEL YEAR 2010 XF V8 5.OL GASOLINE ENGINE VEHICLES. THE IN-TANK ELECTRIC FUEL PUMP MAY NOT BE CORRECTLY ACTIVATED AS THE FUEL PUMP RELAY IS NOT ENERGIZED FOLLOWING A VEHICLE START UP CYCLE. AN INADEQUATE SUPPLY OF FUEL TO THE ENGINE COULD RESULT.,FUEL STARVATION TO THE ENGINE LEADS TO ENGINE STUMBLE FOLLOWED BY ENGINE CUT OUT WITH MINIMAL WARNING AND COULD POTENTIALLY CAUSE A CRASH.,"DEALERS WILL DOWNLOAD REVISED SOFTWARE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 30, 2010. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -07/22/2010,10V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V344000),"Airstream, Inc.",FAULTY HYDRAULIC BRAKE CONTROLLER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,737,AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2005-2009 CLASSIC TRAVEL TRAILERS MANUFACTURED FROM MARCH 2005 THROUGH APRIL 2009 AND EQUIPPED WITH HYDRAULIC BRAKE CONTROLLER BY ACTIVE TECHNOLOGIES. IT IS POSSIBLE THAT THE BRAKE CONTROLLER CAN FAIL UNEXPECTEDLY CAUSING THE BRAKES ON THE TRAILER TO LOCK UP OR TO FAIL COMPLETELY.,THE LOCKING OF THE BRAKES OR BRAKE FAILURE COULD RESULT IN A LOSS OF VEHICLE CONTROL THAT COULD RESULT IN A CRASH AND POSSIBLE SERIOUS INJURY.,DEALERS WILL INSPECT THE BRAKE CONTROLLER AND IF FOUND TO BE DEFECTIVE IT WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT AIRSTREAM AT 937-596-6111. -07/22/2010,10V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V331000),"BMW of North America, LLC",FUEL LEVEL SENSOR,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,6080,"BMW IS RECALLING CERTAIN 2010 AND 2011 5-SERIES AND 5-SERIES GRAN TURISMO PASSENGER VEHICLES MANUFACTURED FROM JANUARY 12 THROUGH JULY 1, 2010. THE VEHICLE'S FUEL LEVEL SENSOR WITHIN THE FUEL TANK CAN BECOME WEDGED AGAINST THE TANK.","IF THIS OCCURS, THE FUEL GAUGE IN THE INSTRUMENT CLUSTER WOULD DISPLAY A LARGER AMOUNT OF FUEL THAN WAS ACTUALLY IN THE TANK. AS A RESULT, IF THE TANK BECAME EMPTY, THE VEHICLE COULD STALL INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -07/22/2010,10V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V330000),"Nissan North America, Inc.",FUEL SYSTEM INTEGRITY/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46000,"NISSAN IS RECALLING MODEL YEAR 2009-2010 NISSAN CUBE VEHICLES MANUFACTURED FROM JANUARY 30, 2009 THROUGH JULY 30, 2010. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" WHEN THE VEHICLE WAS ROTATED FOLLOWING A REAR MOVING BARRIER CRASH TEST AS REQUIRED, THE AMOUNT OF FUEL LEAKAGE EXCEEDED THE ALLOWABLE LIMITS.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL DEVELOP A SPECIAL PROTECTOR AND ATTACH IT TO THE GASOLINE RECIRCULATION TUBE AT THE LOCATION OF THE FILLER NECK CONNECTOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 13, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/22/2010,10V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V333000),"Erwin Hymer Group North America, Inc.",LUMBAR SUPPORT WIRE HARNESS,SEATS,2010-01,Vehicle,644,"ROADTREK IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 ROADTREK 17PC, 17VC, 19PC, 19VC, 21PC, AND 21VC MODEL CLASS ""B"" MOTORHOMES BUILT ON GM EXPRESS VAN CHASSIS FROM JANUARY 1, 2008 THROUGH JANUARY 1, 2010. ON SOME MOTORHOMES, THE LUMBAR SUPPORT WIRE HARNESS WHICH IS BETWEEN THE SWITCH AND THE LUMBAR MOTOR MAY HAVE INSULATION THAT IS NOT RATED AGAINST RISK OF FIRE AS PER SPECIFICATION.","IF THERE WAS A SHORT IN THE 12V WIRE HARNESS, THE INSULATION COULD THEN MELT OR BURN CREATING A SOURCE OF IGNITION WHICH COULD RESULT IN A FIRE.","ROADTREK WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE WIRE HARNESS IN BOTH THE DRIVER SIDE AND PASSENGER SIDE FRONT SEATS AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2010. OWNERS MAY CONTACT ROADTREK SERVICE DEPARTMENT AT 1-888-ROADTREK (762-3873) OR 1-519-745-1169." -07/22/2010,10V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V343000),"New Flyer of America, Inc.",PASSENGER ASSIST GRAB STRAP HANDLES,EQUIPMENT,NR (Not Reported),Vehicle,145,"NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2008 C40LFR, D40LF AND DE60LF HEAVY DUTY TRANSIT BUSES, AS WELL AS MODEL YEAR 2009 DE60LFA HEAVY DUTY TRANSIT BUSES. THE PASSENGER ASSIST GRAB STRAP HANDLES HAVE EXPERIENCED MULTIPLE FAILURES IN THE FIELD.",FAILURE OF A PASSENGER ASSIST GRAB STRAP HANDLE COULD RESULT IN A PASSENGER FALLING AND BEING INJURED.,DEALERS WILL REPLACE THE EXISTING PASSENGER ASSIST GRAB STRAP HANDLES WITH AN IMPROVED PRODUCT FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4876. -07/22/2010,10V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V349000),"Nissan North America, Inc.",SIDE CURTAIN AIR BAG/FMVSS 201,AIR BAGS,R0123,Vehicle,21,"NISSAN IS RECALLING MODEL YEAR 2008 NISSAN ARMADA AND INFINITI QX56 VEHICLES MANUFACTURED FROM FEBRUARY 7, 2007 THROUGH FEBRUARY 14, 2007. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""PROTECTION IN INTERIOR IMPACT."" AN OUT-OF-SPECIFICATION A-PILLAR FINISHER MIGHT IMPEDE THE CORRECT INFLATION OF THE SIDE CURTAIN AIR BAG NEAR THE UPPER PORTION OF THE B-PILLAR.",INCORRECT INFLATION OF THE SIDE CURTAIN AIR BAG MAY INCREASE THE RISK OF INJURY TO A VEHICLE OCCUPANT IN THE EVENT OF A CRASH REQUIRING DEPLOYMENT OF THAT AIR BAG.,"DEALERS WILL REPLACE BOTH RIGHT AND LEFT FRONT PILLAR FINISHERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 16, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/22/2010,10V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V335000),"Volvo Car USA, LLC",TIRE PRESSURE MONITORING SYSTEM SOFTWARE/FMVSS 110,TIRES,R228,Vehicle,3635,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2007-2010 S80 VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE AND LOADING INFORMATION LABEL AND A PAGE IN THE OWNER'S MANUAL CONTAIN INCORRECT MAXIMUM PERMISSIBLE INFLATION PRESSURE AND THE TIRE PRESSURE MONITORING SYSTEM (TPMS) SOFTWARE HAS AN INCORRECT TRIGGER LEVEL.",THESE VEHICLES DO NOT MEET THE REQUIRED SAFETY STANDARDS.,"DEALERS WILL UPDATE THE VEHICLES WITH A NEW TIRE AND LOADING INFORMATION LABEL, OWNER'S MANUAL LABEL AND TPMS SOFTWARE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 27, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552 OR CUSTOMERCARE@VOLVOFORLIFE.COM ." -07/20/2010,10V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V328000),"BMW of North America, LLC",AUDIBLE SIGNALING DEVICE BRACKET,EQUIPMENT,NR (Not Reported),Vehicle,1900,"BMW IS RECALLING CERTAIN 2005 THROUGH 2009 R 1200 RT POLICE MOTORCYCLES MANUFACTURED FROM APRIL 2005 THROUGH SEPTEMBER 2009. THE BRACKET WHICH SUPPORTS THE AUDIBLE SIGNALING DEVICE CAN BREAK, POSSIBLY ALLOWING THE SIGNALING DEVICE TO FALL FROM THE VEHICLE AND ONTO THE ROADWAY.","SHOULD THE SIGNALING DEVICE FALL FROM THE MOTORCYCLE WHILE BEING DRIVEN ON THE ROADWAYS, IT COULD BECOME AN OBSTACLE FOR OTHER DRIVERS WHICH MAY RESULT IN A CRASH.","DEALERS WILL ATTACH TWO TETHER CABLES TO THE DEVICE IN ORDER TO SECURE IT TO THE MOTORCYCLE IN THE EVENT THE MOUNTING BRACKET BECOMES LOOSE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 2, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -07/20/2010,10V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V329000),Harley-Davidson Motor Company,FORK LEG ASSEMBLIES,STRUCTURE,NR (Not Reported),Vehicle,70,"HARLEY-DAVIDSON IS RECALLING CERTAIN MODEL YEAR 2010 FXDF MOTORCYCLES WITH FORK LEG ASSEMBLIES (LH P/N 48622-08, RH P/N 48623-08) MANUFACTURED FROM JANUARY 29 THROUGH FEBRUARY 9, 2010. THESE FORK LEG ASSEMBLIES MAY HAVE BEEN INCORRECTLY ASSEMBLED USING THE WRONG SPRINGS.","MOTORCYCLES CONTAINING THE WRONG SPRINGS WILL HAVE REDUCED SUSPENSION EFFECTIVENESS WHICH MAY RESULT IN REDUCED TRACTION ON IRREGULAR ROAD SURFACES, AND WILL ALSO HAVE A DIFFERENT LEAN ANGLE WHEN PARKED ON THE SIDE STAND, POSSIBLY AFFECTING PARKING STABILITY. THIS CONDITION MAY INCREASE THE RISK OF A CRASH.","HARLEY-DAVIDSON WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE AFFECTED MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 26, 2010. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -07/20/2010,10V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V327000),"Yamaha Motor Corporation, USA",THROTTLE AND ACCELERATOR POSITION SENSOR WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,676,YAMAHA IS RECALLING CERTAIN MODEL YEAR 2009 VMX17 MOTORCYCLES MANUFACTURED FROM JUNE 2008 THROUGH MARCH 2009. THERE COULD BE EXCESSIVE ELECTRICAL RESISTANCE IN THE GROUND WIRE FROM THE ACCELERATOR POSITION SENSOR (APS) AND THE THROTTLE POSITION SENSOR (TPS) DUE TO AN INSUFFICIENTLY CRIMPED CONNECTION.,EXCESSIVE RESISTANCE CAN CAUSE INCORRECT SIGNALS TO BE SENT TO THE ENGINE CONTROL UNIT (ECU) WHICH COULD LEAD TO UNSTABLE IDLE SPEED. IMPROPER IDLE SPEED CAN RESULT IN A CRASH.,"YAMAHA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 28, 2010. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -07/20/2010,10V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V326000),"Subaru of America, Inc.",TRANSMISSION,POWER TRAIN,WVS-29,Vehicle,809,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 OUTBACK AND LEGACY PASSENGER VEHICLES MANUFACTURED FROM APRIL 28 THROUGH JUNE 23, 2010. DUE TO A PROGRAMMING ERROR, A LUBRICATION HOLE WITHIN THE 6-SPEED MANUAL TRANSMISSION WAS OMITTED.","IF THE TRANSMISSION GEARS ARE NOT PROPERLY LUBRICATED, A GROANING SOUND MAY BEGIN TO DEVELOP ALERTING THE DRIVER OF A PROBLEM. IF THE SOUND IS IGNORED AND NO ACTION IS TAKEN, THE GEARS WILL EVENTUALLY BREAK AND THIS CONDITION WILL LEAD TO VEHICLE POWER LOSS, POSSIBLY RESULTING IN A CRASH.","SUBARU WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES BY DRILLING AN OIL LUBRICATION HOLE AND, IF NECESSARY, REPLACE THE INTERNAL PARTS WITH NEW ONES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 28, 2010. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -07/14/2010,10V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V325000),"Forest River, Inc.",EGRESS WINDOW MAY STICK,EQUIPMENT,NR (Not Reported),Vehicle,250,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2010-2011 WORK AND PLAY TRAVEL AND FIFTH WHEELS TRAILERS MANUFACTURED FROM FEBRUARY 26, 2009 THROUGH JUNE 14, 2010. THE EGRESS WINDOW MAY STICK OR REQUIRE MORE THAN 20 POUNDS OF PRESSURE TO OPEN.","IN THE EVENT OF AN EMERGENCY, AN EGRESS WINDOW MAY BE DIFFICULT TO OPEN AND MAY DELAY OR PREVENT AN OCCUPANT'S EGRESS, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL MAKE THE NECESSARY REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 19, 2010. OWNERS MAY CONTACT WORK AND PLAY CUSTOMER SERVICE AT 1-574-533-8460." -07/13/2010,10V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V321000),"Daimler Trucks North America, LLC",INTERMEDIATE STEERING COLUMNS,STEERING,FL-582,Vehicle,2342,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2010 SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM OCTOBER 23, 2008 THROUGH APRIL 20, 2009 EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","DTNA WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 23, 2010. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -07/13/2010,10V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V322000),"Daimler Trucks North America, LLC",INTERMEDIATE STEERING COLUMNS,STEERING,FL-582,Vehicle,6325,"DAIMLER TRUCKS (DTNA) IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 FREIGHTLINER BUSINESS CLASS M2, STERLING ACTERRA, A-LINE, AND L-LINE HEAVY TRUCKS MANUFACTURED FROM SEPTEMBER 8, 2008 THROUGH APRIL 20, 2009 EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","DTNA WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 23, 2010. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -07/12/2010,10V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V324000),NOVA BUS INCORPORATED,ATC SYSTEMS SENSORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,139,"NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2007-2010 TRANSIT BUSES EQUIPPED WITH ATC (AUTOMATIC TRACTION CONTROL) SYSTEM AND V-BEA MULTIPLEXING SYSTEM MANUFACTURED FROM APRIL 2, 2007 THROUGH JUNE 30, 2010. THE ATC SYSTEM MAY INADVERTENTLY ACTIVATE WHENEVER THE PARKING BRAKE OR THE BRAKE INTERLOCK IS APPLIED, SINCE THE VEHICLE'S MULTIPLEX PROGRAM DID NOT CORRECTLY SEND THE PARKING BRAKE OR INTERLOCK SIGNAL TO THE ATC SYSTEM. THE ATC SYSTEM COULD MISINTERPRET THIS SITUATION AS WHEEL SPIN, SUBSEQUENTLY APPLYING AND RELEASING THE APPLIED BRAKES. THE VEHICLE COULD THEN MOVE UNEXPECTEDLY.",THE VEHICLE MAY MOVE INADVERTENTLY EVEN WHEN THE PARKING BRAKE IS APPLIED INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPROGRAM THE SYSTEM AND THE ENGINE'S ECU FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 22, 2010. OWNERS MAY CONTACT NOVA BUS AT 450-472-6410." -07/09/2010,10V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V319000),"Mitsubishi Fuso Truck of America, Inc.",ABS HYDRAULIC UNIT HARNESS,"SERVICE BRAKES, HYDRAULIC",C1004210,Vehicle,3652,"MITSUBISHI FUSO (MFTA) IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 FE83D, FE84D, AND FG84D TRUCKS MANUFACTURED FROM APRIL 13, 2007 THROUGH DECEMBER 24, 2009. THE GROUND WIRE ON AFFECTED VEHICLES EQUIPPED WITH AN ANTI-LOCK BRAKE SYSTEM IS POSITIONED IN SUCH A MANNER THAT WATER COULD ENTER THE WIRE CASING AND TRAVEL TO THE ABS HYDRAULIC UNIT CONNECTOR.","IF WATER PERMEATES DURING NORMAL VEHICLE OPERATION, THE CONNECTOR TERMINALS COULD BECOME CORRODED. THIS CORROSION COULD AFFECT THE HYDRAULIC MOTOR CIRCUIT IN SUCH A MANNER THAT THE MOTOR WOULD OPERATE CONTINUOUSLY, CAUSING THE MOTOR TO OVERHEAT AND POTENTIALLY RESULT IN A FIRE.","MFTA WILL NOTIFY OWNERS AND REPLACE THE GROUND SUB HARNESS WITH A WATERPROOF HARNESS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 4, 2010. OWNERS MAY CONTACT MFTA AT 1-856-467-4500." -07/09/2010,10V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V318000),"Navistar, Inc.",AUTOMATIC MECHANICAL TRANSMISSION/PARK FEATURE,POWER TRAIN,NR (Not Reported),Vehicle,1642,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 INTERNATIONAL BRAND TRUCKS MANUFACTURED FROM JANUARY 13, 2009 THROUGH MAY 10, 2010, AND EQUIPPED WITH CERTAIN EATON HYBIRD TRANSMISSIONS WITH PARK FEATURE. THE REVERSE IDLER SHAFT MAY CONTACT THE PARK FEATURE AND THE TWO COMPONENTS MAY BIND, PREVENTING THE PARK FEATURE FROM ENGAGING.","IF THE PARK FEATURE DOES NOT ENGAGE, THE VEHICLE CAN MOVE WITHOUT WARNING, POSSIBLY RESULTING IN PERSONAL INJURY OR A CRASH.","NAVISTAR WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY EATON CORPORATION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 31, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890 OR EATON AT 1-800-826-4357 OR 1-269-342-3242." -07/09/2010,10V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V323000),"Kawasaki Motors Corp., U.S.A.",BRAKE PEDAL OPERATION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6764,KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2009 EX650C9F/FL AND MODEL YEAR 2010 EX650CAF/FL NINJA 650 MOTORCYCLES. THE RIGHT REAR PORTION OF THE LOWER COWLING CAN INTERFERE WITH THE OPERATOR'S FOOT WHILE IN THE PROCESS OF APPLYING THE REAR BRAKE.,"THIS COULD DIMINISH THE OPERATOR'S CONTROL OVER BRAKE FORCE APPLICATION OR DISTRACT THE OPERATOR, CREATING THE POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL INSTALL AN UPDATED FOOTREST GUARD AND FAIRING BRACKET. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 19, 2010. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 1-866-802-9381." -07/09/2010,10V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V320000),"Wheego Electric Cars, Inc.",RED REFLEX REFLECTORS,EXTERIOR LIGHTING,P573-0710,Vehicle,308,"WHEEGO IS RECALLING CERTAIN MODEL YEAR 2010 WHEEGO WHIP LSV LOW-SPEED VEHICLES MANUFACTURED FROM JANUARY 1 THROUGH JULY 31, 2009. THE REFLEX REFLECTORS ON THE SIDE AND THE REAR OF THE VEHICLE MAY NOT HAVE SUFFICIENT REFLECTIVE QUALITY AND THEREFORE FAIL TO MEET THE MINIMUM REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 500, ""LOW-SPEED VEHICLES.""",INSUFFICIENT EXTERIOR REFLECTIVE LIGHT COULD RESULT IN A VEHICLE CRASH.,"WHEEGO WILL SEND INSTRUCTIONS AND 4 COMPLIANT REFLEX REFLECTORS TO ALL DEALERS AND OWNERS FREE OF CHARGE FOR ADHESION TO THE AFFECTED VEHICLES. THE SAFETY RECALL BEGAN ON JULY 21, 2010. OWNERS MAY CONTACT WHEEGO AT 1-678-904-4795." -07/08/2010,10V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V317000),Pierce Manufacturing,DISC BRAKE CALIPER AUTOMATIC TIRE CHAIN BRACKET,"SERVICE BRAKES, HYDRAULIC",39-0139830,Vehicle,45,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 ARROW XT, DASH, ENFORCER, IMPEL, QUANTUM, AND VELOCITY FIRE TRUCKS MANUFACTURED FROM OCTOBER 11, 2006 THROUGH JUNE 16, 2010 AND EQUIPPED WITH MERITOR WABCO EX225 REAR DISC BRAKES AND ONSPOT AUTOMATIC TIRE CHAINS. THE MERITOR WABCO EX225 REAR DISC BRAKE CALIPER MAY INTERFERE WITH THE ONSPOT AUTOMATIC TIRE CHAIN BRACKETS. THIS INTERFERENCE MAY RESTRICT THE CALIPER FROM FULL MOVEMENT.","IF THIS INTERFERENCE OCCURS, BRAKING PERFORMANCE MAY BE REDUCED WITHOUT WARNING AND A CRASH MAY OCCUR.",DEALERS WILL INSTALL NEW AUTOMATIC TIRE CHAIN BRACKETS. THE NEW BRACKETS PROVIDE ADDITIONAL CLEARANCE FOR THE FULL ACTUATION OF THE DISC BRAKE CALIPERS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN IN JULY 2010. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000. -07/07/2010,10E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E029000),LUND INTERNATIONAL INC.,AFTERMARKET FLOOR MATS,EQUIPMENT,NR (Not Reported),Equipment,6470,"LUND IS RECALLING CERTAIN AFTERMARKET NIFTY FLOOR MATS BRANDED CATCH-ALL, X-TREME CATCH-ALL, ELITE, AND CATCH-IT SOLD FOR USE IN CERTAIN 2009 AND 2010 FORD F-150 PICKUP TRUCKS. THE GAS PEDAL IN THE 2009 AND 2010 FORD F-150 CAN MAKE CONTACT WITH AND BE TRAPPED BY THE FLOOR MAT.",A TRAPPED ACCELERATED PEDAL MAY RESULT IN UNINTENDED AND UNCONTROLLED ACCELERATION THAT INCREASES THE RISK OF A VEHICLE CRASH.,"LUND WILL NOTIFY OWNERS OF RECORD AND REPLACE THE FLOOR MATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT LUND AT 1-800-241-7219." -07/07/2010,10V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V316000),Ford Motor Company,HEADLINER/FMVSS 201,STRUCTURE,10C13,Vehicle,33728,"FORD IS RECALLING CERTAIN MODEL YEAR 2010 TRANSIT CONNECT VEHICLES MANUFACTURED FROM DECEMBER 5, 2008 THROUGH MAY 31, 2010 FOR FAILING TO MEET THE MINIMUM REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING VEHICLE TESTING THE VEHICLE EXCEEDED HEAD INJURY CRITERIA REQUIREMENTS SET BY THE STANDARD. THE HEADLINER RETENTION PUSHPIN LOCATED ON THE HEADLINER ABOVE THE B-PILLAR TRIM ON BOTH THE LEFT AND RIGHT SIDE OF THE VEHICLES NEEDS TO BE REPLACED.","IN THE EVENT OF A VEHICLE CRASH, AN OCCUPANT COULD BE AT AN INCREASED RISK OF INJURY.","FORD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 19, 2010. OWNERS MAY CONTACT FORD MOTOR COMPANY AT 1-866-436-7332." -07/07/2010,10V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V315000),"Chrysler (FCA US, LLC)",HYDRAULIC CONTROL UNIT/TI AUTOMOTIVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,20626,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 LEFT HAND DRIVE JEEP LIBERTY, DODGE NITRO AND RAM 1500 TRUCK; RIGHT AND LEFT HAND DRIVE JEEP WRANGLER VEHICLES. THESE VEHICLES MAY HAVE BEEN BUILT WITH AN IMPROPERLY FORMED MASTER CYLINDER TO HYDRAULIC CONTROL UNIT (HCU) BRAKE TUBE ASSEMBLY END FLARE.",THIS COULD LEAD TO LOSS OF BRAKE FLUID AND REDUCED BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BRAKE TUBES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT CHRYSLER TOLL-FREE AT 1-800-853-1403. -07/06/2010,10V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V312000),"Nissan North America, Inc.",AIR BAGS IMPROPER PROPELLANT WAFER,AIR BAGS,NR (Not Reported),Vehicle,46,"NISSAN IS RECALLING FORTY-SIX CERTAIN MODEL YEAR 2002 PATHFINDER AND INFINITI QX4 VEHICLES MANUFACTURED FROM AUGUST 24, 2001 THROUGH AUGUST 28, 2001. THE AIR BAG INFLATOR CONTAINS PROPELLANT WAFERS THAT ARE REQUIRED TO PROPERLY DEPLOY THE FRONT PASSENGER AIR BAG. DUE TO IMPROPER PROPELLANT WAFER INSTALLATION DURING THE AIR BAG INFLATOR ASSEMBLY PROCESS, SOME AIR BAG INFLATORS MAY BE MISSING ONE OF THE WAFERS. AS A RESULT, THE REMAINING WAFERS IN THE INFLATOR USED FOR THE DEPLOYMENT OF THE FRONT PASSENGER AIR BAG MAY, OVER TIME, BREAK UP INTO POWDER DUE TO NORMAL VIBRATION EXPERIENCED WHILE DRIVING. THIS CAUSES THE COMBUSTION RATE OF THE PROPELLANT TO INCREASE INSIDE THE INFLATOR, WHICH CAN LEAD TO INTERNAL PRESSURE RISING SUDDENLY DURING AIR BAG DEPLOYMENT.",THE INFLATOR HOUSING MAY RUPTURE AND PIECES OF THE INFLATOR COULD STRIKE AND INJURE VEHICLE OCCUPANTS.,"NISSAN WILL NOTIFY THE OWNERS OF THE FORTY-SIX AFFECTED VEHICLES. DEALERS WILL REPLACE THE FRONT PASSENGER AIR BAG MODULE ASSEMBLY WITH A NEW ONE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 19, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261 AND INFINITI AT 1-800-662-6200." -07/06/2010,10V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V309000),Toyota Motor Engineering & Manufacturing,ENGINE VALVE SPRINGS,ENGINE AND ENGINE COOLING,ALE,Vehicle,138874,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2008 LEXUS PASSENGER CARS MANUFACTURED FROM AUGUST 26, 2005 THROUGH AUGUST 4, 2008. MICRO-FOREIGN OBJECTS IN THE MATERIAL OF THE VALVE SPRING MAY DEGRADE THE STRENGTH OF THE VALVE SPRING, POSSIBLY CAUSING THE SPRING TO BREAK.","THE ENGINE COULD FAIL AND STOP SUDDENLY WHILE THE VEHICLE IS IN MOTION, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 2, 2010. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -07/06/2010,10E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E028000),Trans-Air Manufacturing Corp.,EVAPORATORS/POSSIBLE OVERHEATING,EQUIPMENT,10-001,Equipment,15091,"TRANS/AIR IS RECALLING CERTAIN TA73 EVAPORATORS, P/NOS. 2021173, 2021174, 2021257, 2021257, AND 2021515, PRODUCED FROM AUGUST 2, 1999 THROUGH MAY 15, 2007. THESE EVAPORATORS WERE SOLD AS AFTERMARKET EQUIPMENT AND INSTALLED AS ORIGINAL EQUIPMENT IN SCHOOL AND TRANSIT TYPE COMMERCIAL BUSES. IT IS POSSIBLE TO INSTALL THE UNIT INCORRECTLY, CAUSING A SHORT OF THE ""LOW TO MEDIUM SPEED"" WIRE TO GROUND.",A SHORT COULD RESULT IN UNIT OVERHEATING WHICH COULD POSSIBLY RESULT IS A FIRE.,"TRANS/AIR WILL NOTIFY OWNERS OF RECORD AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 17, 2010. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TRANSAIR WARRNATY AND SERVICE CENTER AT 1-800-673-2446." -07/06/2010,10V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V314000),"Navistar, Inc.",FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,39,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008 WORKHORSE R20 CHASSIS MANUFACTURED FROM FEBRUARY 5, 2007 THROUGH SEPTEMBER 24, 2008, EQUIPPED WITH CATERPILLAR C7 ENGINES. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.","CATERPILLER WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 9, 2010. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR NAVISTAR AT 1-260-461-1890." -07/05/2010,10V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V313000),"NEW FLYER OF AMERICA, INC.",INTERMEDIATE STEERING COLUMNS/TRW,STEERING,R10-014,Vehicle,42,NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2008 D40LFR AND MODEL YEAR 2009 DE60LFR HEAVY DUTY LOW FLOOR TRANSIT BUSES EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MIS-LOCATED.,"MIS-LOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","THE SAFETY RECALL BEGAN ON AUGUST 2, 2010. TRW IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE TRW'S DEFECT REPORT 10E-026. THE CORRECTIVE ACTION INVOLVES INSPECTION AND REPLACEMENT OF THE STEERING COLUMNS IF FOUND TO BE DEFECTIVE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT TRW AT 765-429-1768 OR NEW FLYER CUSTOMER SERVICE AT 204-934-4876." -07/02/2010,10V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V307000),Blue Bird Body Company,CRUISE CONTROL,VEHICLE SPEED CONTROL,R10SH,Vehicle,319,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 D3 ALL AMERICAN NON SCHOOL BUSES MANUFACTURED FROM MAY 19, 2009 THROUGH JUNE 15, 2010 AND 2011 MODEL YEAR VISION NON SCHOOL BUSES MANUFACTURED FROM APRIL 9, 2009 THROUGH APRIL 10, 2010. THESE BUSES ARE EQUIPPED WITH A CRUISE CONTROL FEATURE WHICH ONCE ACTIVATED MAY NOT DE-ACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED.","IN THE EVENT THE CRUISE CONTROL FAILS TO DE-ACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED, THE POTENTIAL FOR A VEHICLE CRASH COULD OCCUR.","BLUE BIRD SENT AN INTERIM LETTER TO DEALERS AND OWNERS ON JULY 1, 2010 INSTRUCTING DEALERS TO DISABLE THE CRUISE CONTROL MECHANISM UNTIL A PERMANENT REMEDY IS AVAILABLE. A DECAL WASL PROVIDED TO AFFIX TO THE DASH ADVISING OPERATORS THAT THE CRUISE CONTROL HAS BEEN DISABLED. A PERMANENT REPAIR HAS NOW BEEN ESTABLISHED. DEALERS WILL REPAIR THE BUSES BY INSTALLING A FAILSAFE CURCUIT IN THE CRUISE CONTROL SYSTEM FREE OF CHARGE. ALL OWNERS, REGARDLESS OF WHETHER THEY RECEIVED THE INTERIM FIX OR NOT, WILL BE NOTIFIED AND OFFERED THE PERMANENT REMEDY. THE SAFETY RECALL BEGAN ON AUGUST 5, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -07/02/2010,10V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V310000),"Navistar, Inc.",FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1,NAVISTAR IS RECALLING ONE IC FE SCHOOL BUS EQUIPPED WITH A CATERPILLAR C7 ENGINE. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.,"A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.","CATERPILLER WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 9, 2010. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR NAVISTAR AT 1-260-461-1890." -07/02/2010,10V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V308000),PACCAR Incorporated,KENWORTH/PETERBILT/STEERING SHAFT WELD/TRW,STEERING,10KW-F & 0610-D,Vehicle,9697,"PACCAR IS RECALLING CERTAIN MODEL YEAR 2008-2010 TRUCKS EQUIPPED WITH TRW STEERING SHAFTS. THE CIRCUMFERENTIAL WELD AROUND THE STEERING SHAFT TUBE THAT WELDS THE SPLINED TUBE TO THE NON-SPLINED TUBE MAY BE MISLOCATED. MISLOCATION OF THE CIRCUMFERENTIAL WELD MAY ALLOW THE SPLINED TUBE AND NON-SPLINED TUBE TO ROTATE RELATIVE TO ONE ANOTHER DURING A LOW SPEED, HIGH TORQUE TURN, POSSIBLY RESULTING IN A SEPARATION OF THE TWO TUBES.",A SEPARATION OF THE SPLINED AND NON-SPLINED TUBES WOULD CAUSE A LOSS OF STEERING CONTROL AND INCREASE THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSPECT THE STEERING SHAFT USING A WELD PLACEMENT GAUGE PROVIDED BY TRW. ANY STEERING SHAFT FOUND TO HAVE BEEN WELDED IMPROPERLY WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 940-591-4196." -07/01/2010,10V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V306000),Blue Bird Body Company,CRUISE CONTROL,VEHICLE SPEED CONTROL,R10SH,Vehicle,2325,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 D3 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM MAY 13, 2009 THROUGH JUNE 25, 2010 AND 2011 MODEL YEAR VISION SCHOOL BUSES MANUFACTURED FROM NOVEMBER 9, 2009 THROUGH JUNE 24, 2010. THESE BUSES ARE EQUIPPED WITH A CRUISE CONTROL FEATURE WHICH ONCE ACTIVATED MAY NOT DE-ACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED.","IN THE EVENT THE CRUISE CONTROL FAILS TO DE-ACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED, THE POTENTIAL FOR A VEHICLE CRASH COULD OCCUR.","BLUE BIRD SENT AN INTERIM LETTER TO DEALERS AND OWNERS ON JULY 1, 2010 INSTRUCTING DEALERS TO DISABLE THE CRUISE CONTROL MECHANISM UNTIL A PERMANENT REMEDY IS AVAILABLE. A DECAL WASL PROVIDED TO AFFIX TO THE DASH ADVISING OPERATORS THAT THE CRUISE CONTROL HAS BEEN DISABLED. A PERMANENT REPAIR HAS NOW BEEN ESTABLISHED. DEALERS WILL REPAIR THE BUSES BY INSTALLING A FAILSAFE CURCUIT IN THE CRUISE CONTROL SYSTEM FREE OF CHARGE. ALL OWNERS, REGARDLESS OF WHETHER THEY RECEIVED THE INTERIM FIX OR NOT, WILL BE NOTIFIED AND OFFERED THE PERMANENT REMEDY. THE SAFETY RECALL BEGAN ON AUGUST 5, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/30/2010,10V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V301000),"Coachmen RV Company, LLC",EGRESS WINDOWS,STRUCTURE,NR (Not Reported),Vehicle,2931,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 CATALINA TRAVEL TRAILERS MANUFACTURED FROM JUNE 23, 2009 THROUGH JUNE 14, 2010. A FOAM SEAL WITH AN ADHESIVE WAS USED ON THE EGRESS (EMERGENCY) WINDOWS. AS A RESULT, THE EGRESS WINDOW MAY STICK OR MAY REQUIRE MORE THAN 20 POUNDS OF PRESSURE TO OPEN.","IN THE EVENT OF AN EMERGENCY, AN EGRESS WINDOW MAY BE DIFFICULT TO OPEN, INCREASING THE RISK OF PERSONAL INJURY.","COACHMEN WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2010. OWNERS MAY CONTACT COACHMEN RV CUSTOMER SERVICE AT 1-800-453-6064." -06/29/2010,10V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V298000),Blue Bird Body Company,DRIVER SEAT,SEATS,R10SF,Vehicle,1542,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ALL AMERICAN AND VISION MODEL SCHOOL BUSES MANUFACTURED FROM MARCH 25, 2009 THROUGH JANUARY 12, 2010. THE DRIVER'S SEAT SHOCK DAMPER MAY BREAK ALLOWING THE DRIVER'S SEAT TO UNEXPECTEDLY DROP TO THE FLOOR WITHOUT WARNING.","IN THE EVENT THIS SHOULD OCCUR WHILE THE BUS IS IN OPERATION, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPLACE THE SEAT SHOCK AS NECESSARY. THE SAFETY RECALL BEGAN ON AUGUST 20, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/29/2010,10V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V299000),Blue Bird Body Company,DRIVER SEAT,SEATS,R10SF,Vehicle,15,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 ALL AMERICAN MODEL NON SCHOOL BUSES MANUFACTURED FROM MARCH 25, 2009 THROUGH JANUARY 12, 2010. THE DRIVER'S SEAT SHOCK DAMPER MAY BREAK ALLOWING THE DRIVER'S SEAT TO UNEXPECTEDLY DROP TO THE FLOOR WITHOUT WARNING.","IN THE EVENT THIS SHOULD OCCUR WHILE THE BUS IS IN OPERATION, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPLACE THE SEAT SHOCK AS NECESSARY. THE SAFETY RECALL BEGAN ON AUGUST 16, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/29/2010,10V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V296000),Blue Bird Body Company,INTERMEDIATE STEERING COLUMNS,STEERING,R10SB,Vehicle,127,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM MAY 13, 2009 THROUGH AUGUST 4, 2009 EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","BLUE BIRD WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 30, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/29/2010,10V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V297000),Blue Bird Body Company,INTERMEDIATE STEERING COLUMNS,STEERING,R10SB,Vehicle,11,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 ALL AMERICAN NON SCHOOL BUSES MANUFACTURED FROM MAY 19, 2009 THROUGH JULY 17, 2009 EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","BLUE BIRD WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 31, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -06/29/2010,10V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V303000),"Kawasaki Motors Corp., U.S.A.",LEFT FRONT BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1161,KAWASAKI IS RECALLING CERTAIN MODEL YEAR 2010 ZR100DAF/L MODELS. UNDER SEVERE RIDING CONDITIONS THE LEFT FRONT BRAKE HOSE MAY CONTACT THE FRONT BRAKE ROTOR DURING EXTREMELY HEAVY APPLICATION OF THE FRONT BRAKE.,THIS CAN CAUSE BRAKE FLUID TO LEAK CREATING THE POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL INSPECT THE FRONT BRAKE HOSE AND REPLACE IT IF REQUIRED. ADDITIONALLY, THE FRONT BRAKE HOSE POSITION WILL BE ADJUSTED TO PREVENT CONTACT WITH THE BRAKE ROTOR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY JULY 1, 2010. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 866-802-9381." -06/29/2010,10V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V294000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,OIL FILLER NECK/OIL LEAK,"FUEL SYSTEM, GASOLINE",2010090002,Vehicle,2589,"SPRINTER IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 VEHICLES MANUFACTURED FROM NOVEMBER 2009 THROUGH MARCH 2010 AND SOLD UNDER THE MERCEDES-BENZ, FREIGHTLINER, AND DODGE BRAND NAME. THE SPRING PLATE WHICH ATTACHES THE OIL FILLER NECK TO THE CYLINDER-HEAD COVER MAY CRACK.","A CRACK IN THE SPRING PLATE MAY RESULT IN ENGINE OIL LEAKING INTO THE ENGINE COMPARTMENT FROM THE OIL FILLER NECK, POSSIBLY LEADING TO THE ACCUMULATION OF DIRT IN THE ENGINE COMPARTMENT WITH SUBSEQUENT SOILING OF THE ROAD SURFACE WHICH COULD LEAD TO A VEHICLE CRASH.","DEALERS WILL REPLACE THE OIL FILLER NECK FREE OF CHARGE. MERCEDES-BENZ USA IS HANDLING THE MERCEDES-BENZ AND FREIGHTLINER SPRINTER OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN, AND CHRYSLER IS HANDLING THE DODGE SPRINTER OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. THE SAFETY RECALL BEGAN ON OCTOBER 4, 2010. MERCEDES-BENZ AND FREIGHTLINER SPRINTER OWNERS MAY CONTACT MBUSA, LLC AT 1-877-762-8276, AND DODGE SPRINTER OWNERS MAY CONTACT CHRYSLER AT 1-800-992-1997." -06/29/2010,10V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V291000),Collins Bus Corporation,SEAT CUSHION RETENTION LOCKING MECHANISM,SEATS,NR (Not Reported),Vehicle,12,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2010 GRAND BANTAM AND SUPER BANTAM SCHOOL BUSES MANUFACTURED FROM OCTOBER 5, 2009 THROUGH JANUARY 4, 2010 AND BUILT WITH CERTAIN LAP SHOULDER BELT SEATS MANUFACTURED BY IMMI. THE SEAT CUSHION LOCKING MECHANISMS WERE MISALIGNED DURING VEHICLE ASSEMBLY. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT CUSHION COULD DETACH FROM THE SEAT, INCREASING THE RISK OF INJURY TO THE BUS OCCUPANTS.","ALLTHE BUSES HAVE BEEN REPAIRED, THEREFORE AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN." -06/29/2010,10V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V292000),"BUSWEST, LLC",SEAT CUSHION RETENTION LOCKING MECHANISM,SEATS,NR (Not Reported),Vehicle,2,"BUSWEST IS RECALLING CERTAIN MODEL YEAR 2011 HDX SCHOOL BUSES BUILT ON THOMAS BUILT CHASSIS FROM OCTOBER 6, 2009 THROUGH JANUARY 25, 2010 EQUIPPED WITH SEATS MANUFACTURED BY IMMI. THE SEAT CUSHION LOCKING MECHANISMS WERE MISALIGNED DURING VEHICLE ASSEMBLY. THIS ERROR RENDERS THE SCHOOL BUSES NONCOMPLIANT WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT CUSHION COULD DETACH FROM THE SEAT, INCREASING THE RISK OF INJURY TO THE BUS OCCUPANTS.",BUSWEST WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNERS MAY CONTACT BUSWEST AT 1-310-984-3900. -06/28/2010,10V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V305000),"McNeilus Truck & Manufacturing, Inc.",AIR TANK PRESSURE,"FUEL SYSTEM, OTHER",41-0967369,Vehicle,3113,"MCNEILUS IS RECALLING CERTAIN TRUCKS BUILT ON AUTOCAR CHASSIS. DURING THE REFUSE BODY MOUNTING PROCESS, CHASSIS AIR TANKS MAY BE RELOCATED TO FACILITATE MOUNTING OF THE BODY. AIRLINES TO THE AIR HOLDBACK VALVE MAY HAVE BEEN RECONNECTED INCORRECTLY AFTER A TANK(S) WAS RELOCATED.",A RELOCATED TANK COULD INCREASE THE RISK OF INJURY.,"OWNERS WILL INSPECT VEHICLES AND PERFORM REPAIRS FREE OR CHARGE. THE SAFETY RECALL BEGAN ON JUNE 15, 2010. OWNERS MAY CONTACT MCNEILUS AT 507-374-6321." -06/28/2010,10V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V300000),Pierce Manufacturing,DROP DOWN HOSE TRAY,STRUCTURE,39-0139830,Vehicle,25,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2003 THROUGH 2009 CUSTOM CONTENDER, DASH, ENFORCER, IMPEL, LANCE SABER, AND VELOCITY FIRE TRUCKS MANUFACTURED FROM FEBRUARY 20, 2003, THROUGH MARCH 27, 2009. THESE TRUCKS MAY BE EQUIPPED WITH DROP-DOWN FIRE HOSE TRAYS MOUNTED UNDER THE FRONT BUMPER. THE HOSE TRAY LATCH MAY ACCIDENTALLY OPEN WHILE THE VEHICLE IS IN MOTION.",IF THIS OCCURS THE FIRE HOSE MAY DROP TO THE ROADWAY WITHOUT WARNING. POTENTIAL INJURY TO PEOPLE AND PROPERTY MAY OCCUR. THE SUDDEN HOSE DEPLOYMENT MAY ALSO DISTRACT DRIVERS TRYING TO AVOID THE HOSE AND A CRASH MAY OCCUR.,"A NEW AND IMPROVED LATCH DESIGN HAS BEEN DEVELOPED AND A NEW HOSE BOX INCORPORATING THE NEW LATCH WILL BE INSTALLED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 4, 2010. OWNER MAY CONTACT PIERCE AT 1-920-832-3000." -06/28/2010,10V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V304000),REV Recreation Group,EMERGENCY EGRESS WINDOW,EQUIPMENT,10625FRV,Vehicle,77,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 ENCOUNTER AND MODEL YEAR 2011 STORM 28MS CLASS A MOTOR HOMES MANUFACTURED FROM DECEMBER 16, 2009 THROUGH JULY 1, 2010. AN EMERGENCY EGRESS WINDOW WAS NOT INSTALLED IN THE ROAD SIDE BEDROOM WALL. IN THE EVENT OF A FIRE OR OTHER EMERGENCY, PERSONS IN THE BEDROOM AREA MUST EXIT THROUGH THE DOOR SIDE BEDROOM EMERGENCY EGRESS WINDOW OR THROUGH THE FORWARD ENTRY DOOR.","IF THE ENTRY DOOR AND THE DOOR SIDE BEDROOM EMERGENCY EGRESS WINDOWS ARE BLOCKED, THERE IS NO WAY OUT OF THE MOTOR HOME INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REMOVE THE EXISTING ROAD SIDE WINDOW AND REPLACE IT WITH AN EMERGENCY EGRESS WINDOW. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 28, 2010. OWNERS MAY CONTACT FLEETWOOD OWNER RELATIONS AT 800-509-3418." -06/28/2010,10V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V289000),Blue Bird Body Company,FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,R10RZ,Vehicle,3686,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 ALL AMERICAN AND VISION MODEL SCHOOL BUSES MANUFACTURED FROM MAY 23, 2007 THROUGH MARCH 9, 2010, EQUIPPED WITH CATERPILLAR C7 ENGINES. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.",BLUE BIRD IS WORKING WITH CATERPILLER TO NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED CATERPILLAR DEALERS FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR BLUE BIRD AT 1-478-822-2242. -06/28/2010,10V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V290000),Blue Bird Body Company,FUEL LINE FAILURE,ENGINE AND ENGINE COOLING,R10RZ,Vehicle,103,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 ALL AMERICAN, VISION, AND EXCEL 102 MODEL NON SCHOOL BUSES MANUFACTURED FROM MAY 17, 2007 THROUGH NOVEMBER 13, 2008, EQUIPPED WITH CATERPILLAR C7 ENGINES. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.","BLUE BIRD IS WORKING WITH CATERPILLAR TO NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED CATERPILLAR DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 9, 2010. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR BLUE BIRD AT 1-478-822-2242." -06/28/2010,10V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V287000),"Suzuki Motor USA, LLC",INSTRUMENT PANEL DOOR,STRUCTURE,NR (Not Reported),Vehicle,5107,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2010 KIZASHI PASSENGER VEHICLES MANUFACTURED FROM OCTOBER 13, 2009 THROUGH MAY 31, 2010. THE HINGED DOOR OF THE CENTER LOWER BOX LOCATED IN THE FRONT DASHBOARD AREA FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","THE DOOR MAY OPEN IN A CRASH, INCREASING THE RISK OF INJURY TO THE VEHICLE'S OCCUPANTS.","SUZUKI WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE INSTRUMENT PANEL CENTER LOWER BOX OF THE AFFECTED VEHICLES WITH A NEW PART FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2010. OWNERS MAY CONTACT SUZUKI AT 1-714-996-7040." -06/28/2010,10V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V288000),Shyft Group,INTERMEDIATE STEERING COLUMNS,STEERING,10013,Vehicle,340,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 RECREATION VEHICLE CHASSIS MANUFACTURED FROM JUNE 17, 2007 THROUGH MARCH 15, 2010 EQUIPPED WITH TRW IGEN3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","SPARTAN WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 16, 2010. OWNERS MAY CONTACT SPARTAN AT SPARTAN CHASSIS AT 1-800-543-5008 - OPTION 5." -06/28/2010,10V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V302000),Pierce Manufacturing,STEEL WHEEL LUG NUT LOOSENING,WHEELS,39-0139830,Vehicle,273,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2009-2010 FIRE TRUCKS MANUFACTURED FROM AUGUST 13, 2009 THROUGH JUNE 30, 2010. THESE VEHICLES MAY HAVE BEEN MANUFACTURED WITH EXCESSIVE PAINT ON THE STEEL WHEEL MOUNTING SURFACES. THE EXCESSIVE PAINT MAY CAUSE THE WHEEL LUG NUTS TO LOSE CLAMP LOAD, LOOSEN AND FALL OFF.",EVENTUALLY THE WHEEL(S) COULD SEPARATE FROM THE VEHICLE AND CAUSE A CRASH.,DEALERS WILL CHECK THE WHEEL NUT TORQUE AND TIGHTEN THE LUG NUTS TO THE RECOMMENDED TORQUE AS SPECIFIED IN THE PIERCE CUSTOM CHASSIS AND MAINTENANCE MANUAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT PIERCE CUSTOMER SERVICE AT 1-888-974-3723. -06/25/2010,10V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V284000),"KONGSBERG POWER PRODUCTS SYSTEMS I, INC",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1960,"KONGSBERG POWER PRODUCTS SYSTEMS I, INC., (KPPS) IS RECALLING ON BEHALF OF MONACO COACH CERTAIN MODEL YEAR 2008-2010 MOTOR HOMES MANUFACTURED AFTER APRIL 2007 AND EQUIPPED WITH PNEUMATIC AND HYDRAULIC ADJUSTABLE BRAKE PEDAL ASSEMBLIES SUPPLIED BY KPPS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A CRASH.,"KPPS WILL PROVIDE A CLAMP ASSEMBLY KIT ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 16, 2010. OWNERS MAY CONTACT KPPS AT 1-877-485-6647." -06/25/2010,10V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V293000),"Forest River, Inc.",FLAMMABILITY OF INTERIOR MATERIALS/FMVSS 302,SEATS,NR (Not Reported),Vehicle,66,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2010 SUNSEEKER AND LEXINGTON MOTOR HOMES MANUFACTURED FROM NOVEMBER 10, 2009 THROUGH JUNE 17, 2010. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS."" FAILURE TO HAVE THE FABRIC TREATED WITH THE RIGHT FLAME RETARDANT BEFORE SHIPPING.",THE FABRIC COULD BURN FASTER AND CAUSE INJURY IF A FIRE OCCURS.,"DEALERS WILL REPLACE THE SLIP COVERS OR THE CUSHION IF NECESSARY. ALSO THE FABRIC WILL BE TREATED WITH A FLAME RETARDANT TO ASSURE COMPLIANCE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 15, 2010. OWNERS MAY CONTACT FOREST RIVER AT 574-206-7605." -06/25/2010,10V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V285000),Toyota Motor Engineering & Manufacturing,FUEL SYSTEM INTEGRITY/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17801,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 HS250h LEXUS VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" WHEN THE VEHICLE WAS ROTATED FOLLOWING A CRASH TEST AS REQUIRED, THE AMOUNT OF FUEL LEAKAGE EXCEEDED THE ALLOWABLE LIMITS.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE AFFECTED VEHICLES BY INSTALLING A NEWLY DESIGNED PROTECTOR COMPONENT FOR THE FUEL FILLER INLET PIPE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 9, 2010. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -06/25/2010,10E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E027000),DIMPLEX NORTH AMERICA LTD.,PLUG-IN REMOTE CONTROL RECEIVERS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,24447,"DIMPLEX IS RECALLING CERTAIN PLUG-IN REMOTE CONTROL RECEIVERS INCLUDED WITH CERTAIN DIMPLEX, ELECTRAFLAME, SYMPHONY, AND OPTIFLAME BRANDED ELECTRIC FIREPLACES, STOVES, AND FIREPLACE INSERTS. THESE PRODUCTS WERE SOLD TO VARIOUS RECREATIONAL VEHICLE MANUFACTURERS TO BE INSTALLED AS ORIGINAL EQUIPMENT AND SOLD AS AFTERMARKET REPLACEMENT PARTS. THE PART NUMBERS FOR THE REMOTE ACCESSORIES AND REPLACEMENT PARTS ARE 6800050200RP, 6800050300RP, 6800050400RP, 68000240200RP, AND BFPI-RC. PART NUMBERS FOR THE ELECTRIC FIREPLACE KITS ARE BF6000, DF2305, DF2603, DF12309, AND NNF5500. THE PART NUMBER FOR THE ELECTRIC STOVE KIT IS DS5598RC.","THE PLUG-IN REMOTE CONTROL RECEIVER CAN OVERHEAT, POSING A FIRE HAZARD.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. DIMPLEX WILL PROVIDE OWNERS OF THE AFFECTED COMPONENTS A FREE REPLACEMENT PLUG-IN REMOTE CONTROL KIT. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2010. OWNERS MAY CONTACT DIMPLEX NORTH AMERICA CUSTOMER SERVICE AT 1-888-346-7539 (8:00 - 4:30 EST, MONDAY THROUGH FRIDAY." -06/25/2010,10V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V295000),Keystone RV Company,PROPANE LINE,EQUIPMENT,10-142,Vehicle,84,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2010-2011 RAPTOR FIFTH WHEEL TRAILERS. THE PROPANE HOSE FOR THE SLIDE ROOM MAY CONTACT THE TIRE AND MAY BECOME DAMAGED AS A RESULT.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE/AND/OR EXPLOSION CAUSING PROPERLY DAMAGE AND/OR PERSONAL INJURY.,"DEALERS WILL INSTALL A METAL PLATE TO PREVENT THE PROPANE LINE FROM COMING INTO CONTACT WITH THE TIRE. THE SAFETY RECALL BEGAN ON JUNE 30, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/25/2010,10T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T015000),Bridgestone Americas Tire Operations LLC,SIDEWALL WEAR INDICATOR,TIRES,NR (Not Reported),Tire,4097,"BRIDGESTONE AMERICA IS RECALLING CERTAIN BRIDGESTONE R192 TRUCK/BUS TIRES, SIZE 275/70R22.5 USED ON INTRA-CITY TRANSIT BUSES. THESE TIRES FEATURE A SIDEWALL WEAR INDICATOR (DIMPLE) THAT IS USED BY TECHNICIANS TO MONITOR SIDEWALL WEAR. THE SPECIFIED DEPTH OF THE SUBJECT TIRE'S DIMPLES MAY RESULT IN EXPOSED BODY PLY CORD.","OVER TIME, THIS CONDITION COULD RESULT IN THE DETERIORATION OF THE BODY PLY CORD, CREATING THE POTENTIAL FOR AIR LOSS AT THE LOCATION OF THE DIMPLE. AIR LOSS IN THE TIRE WILL INCREASE THE RISK OF A CRASH.","BRIDGESTONE WILL REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 27, 2010. OWNERS MAY CONTACT BRIDGESTONE TOLL-FREE AT 1-800-342-6453 - PRESS OPTION 0 (ZERO) OR VISIT THEIR WEBSITE AT WWW.BRIDGESTONEAMERICAS.COM." -06/24/2010,10V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V282000),Volvo Trucks North America,DRAG LINK,STEERING,RVXX1003,Vehicle,63788,"VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2001-2006 VNL AND VNM TRUCKS MANUFACTURED WITH A TRW SEALED DRAG LINKS. CERTAIN FACTORS CAN EXIST, WHICH IF LEFT UNTREATED MAY RESULT IN A BALL SOCKET SEPARATION.","BALL SOCKET SEPARATION AT THE DRAG LINK RESULTS IN COMPLETE LOSS OF STEERING, AND THEREFORE CAN RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPAIR THE BALL SOCKET OR THE DRAG LINK AS REQUIRED IF NECESSARY. AS PARTS ARE LIMITED, VOLVO TRUCKS MAILED AN INTERIM OWNER LETTER ON SEPTEMBER 2, 2010. THE SAFETY RECALL BEGAN ON FEBRUARY 14, 2011. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -06/24/2010,10V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V281000),"Forest River, Inc.",LP GAS CONTROL WATER HEATER,EQUIPMENT,NR (Not Reported),Vehicle,1488,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2011 SALEM AND WILDWOOD TRAVEL AND FIFTH WHEEL TRAILERS MANUFACTURED FROM OCTOBER 2009 THROUGH JUNE 11, 2010. THE TEMPERATURE CONTROL MECHANISM OF THE WATER HEATER MAY HAVE BEEN DAMAGED DURING INSTALLATION IN THE UNIT. AS A RESULT, THE BURNER MAY FLAME UP OUT OF CONTROL WHEN LIT.",THE EXCESS FLAME OUTSIDE OF THE BURNER CHAMBER CAN RESULT IN A FIRE IN THE RV TRAILER.,"DEALERS WILL REPAIR OR REPLACE THE WATER HEATER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 15, 2010. OWNERS MAY CONTACT FOREST RIVER AT 574-534-6913." -06/24/2010,10V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V283000),"Subaru of America, Inc.",OPEN CIRCUIT OF STEERING ROLL CONNECTOR,STEERING,WVR-28,Vehicle,73698,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2010 OUTBACK AND LEGACY PASSENGER VEHICLES MANUFACTURED FROM FEBRUARY 16, 2009 THROUGH APRIL 12, 2010. THE WIRING IN THE STEERING COLUMN ELECTRICAL ROLL CONNECTOR LOCATED BEHIND THE VEHICLE'S STEERING WHEEL MAY DEVELOP STRESS CRACKS AND EVENTUALLY BREAK. IF THIS WERE TO HAPPEN CERTAIN ELECTRICAL COMPONENTS MAY NOT OPERATE AS INTENDED.","POSSIBLE CIRCUITS AFFECTED ARE THE DRIVER'S FRONTAL AIRBAG, PADDLE SHIFTER FUNCTION, CRUISE CONTROL, HORN CONTROL AND RADIO FUNCTIONS INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK LOT NUMBER OF THE STEERING ROLL CONNECTOR. THE ROLL CONNECTOR WILL BE REPLACED WITH A NEW ONE IF THE LOT NUMBER SHOWED ANY AFFECTED RANGE OF THE FAILURE OCCURRENCE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 7, 2010. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -06/23/2010,10E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E025000),"Caterpillar, Inc.",FUEL LINE FAILURE,"FUEL SYSTEM, DIESEL",NR (Not Reported),Equipment,5920,"CATERPILLAR IS RECALLING CERTAIN C7 ENGINES MANUFACTURED FROM MARCH 3, 2005 THROUGH JANUARY 6, 2009, INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS HEAVY TRUCKS AND BUSES. THE #5 AND #6 FUEL LINES MAY CRACK AT THE FASTENING POINT TO THE COMMON FUEL RAIL AND CAUSE A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A VEHICLE FIRE.","CATERPILLER WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 9, 2010. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986." -06/22/2010,10E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E026000),"TRW Automotive, Inc.",INTERMEDIATE STEERING COLUMNS,STEERING,NR (Not Reported),Equipment,35056,"TRW AUTOMOTIVE IS RECALLING CERTAIN IGEN3 INTERMEDIATE STEERING COLUMNS WHICH WERE SHIPPED TO VARIOUS VEHICLE MANUFACTURERS BETWEEN MAY 10, 2007 AND APRIL 20, 2009, FOR USE AS ORIGINAL AND/OR REPLACEMENT EQUIPMENT ON HEAVY TRUCKS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. THE SAFETY RECALL BEGAN ON JUNE 22, 2010. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TRW COMMERCIAL STEERING SYSTEMS AT 1-765-429-1768." -06/22/2010,10V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V286000),"Genie Industries, Inc.",PLATFORM BOOM SUPPORT COMPONENTS,EQUIPMENT,NR (Not Reported),Vehicle,75,"GENIE IS RECALLING CERTAIN MODEL YEAR 2009 TZ-34 AND TZ-50 VEHICLES MANUFACTURED FROM APRIL 1 THROUGH AUGUST 31, 2009, EQUIPPED WITH TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS. MATERIAL USED IN THE PLATFORM SUPPORT COMPONENTS WAS NOT IN COMPLIANCE THE MANUFACTURER'S SPECIFICATIONS.","THIS COULD RESULT IN CRACKING OF THE SUPPORTING STRUCTURE AND ULTIMATELY RESULT IN THE PLATFORM FALLING, POSSIBLY RESULTING IN PERSONAL INJURY TO THE OPERATOR.","GENIE WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY AUTHORIZED GENIE DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 31, 2010. OWNERS MAY CONTACT GENIE AT 1-800-536-1800." -06/21/2010,10V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V278000),Starcraft Bus,WHEELCHAIR LIFT/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1020,"STARCRAFT BUS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 ALLSTAR SHUTTLE BUSES MANUFACTURED FROM DECEMBER 1, 2007 THROUGH DECEMBER 18, 2009 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"STARCRAFT IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARCRFT BUS AT 1-800-348-7440." -06/21/2010,10V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V279000),Starcraft Bus,WHEELCHAIR LIFT/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1020,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 ALLSTAR SHUTTLE BUSES MANUFACTURED FROM OCTOBER 2007 THROUGH DECEMBER 2009 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","STARCRAFT WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON NOVEMBER 12, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARCRAFT AT 1-800-348-7440." -06/18/2010,10V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V276000),"BMW of North America, LLC",FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15532,"BMW IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 R 1200 AND K 1200 SERIES MOTORCYCLES MANUFACTURED FROM AUGUST 2006 THROUGH MAY 2009. DUE TO THE CURRENT ROUTING OF THE FRONT BRAKE LINES, IT IS POSSIBLE THAT DURING RIDING, AND THEREFORE ASSOCIATED VIBRATION. THE BRAKE LINES COULD BE UNDER STRAIN. IF THE VIBRATION/STRAIN IS SIGNIFICANT, THE BRAKE LINE COULD SPLIT AND START TO DEVELOP A LEAK.","IF THIS GOES UNNOTICED, AND THE BRAKE FLUID RESERVOIR RUNS EMPTY, THE FRONT BRAKES COULD FAIL, INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS AND DEALERS WILL INSTALL NEW BRAKE LINES, CONTAINING A ""SLEEVE"" ALONG A PORTION OF THE LINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 20, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/17/2010,10V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V270000),"ACCESS OPTIONS, INC",6-WAY POWER SEAT BASE,SEATS,NR (Not Reported),Vehicle,4,"ACCESS OPTIONS IS RECALLING CERTAIN TRUCKS AND VANS BUILT ON FORD E150, E350, TOYOTA SIENNA, AND DODGE GRAND CARAVAN CHASSIS AND EQUIPPED WITH VMI/RICON 6-WAY POWER SEAT BASES. THE SIX WAY POWER SEAT BASE MAY HAVE A DEFECTIVE (COLD) WELD ON THE PIVOT PIN WHICH IS WELDED TO THE SWIVEL PLATE. THE WELD COULD FAIL.",THE SEAT OCCUPANT MAY BE INJURED IF THE SEAT BASE PIN WERE TO BREAK.,"THE SWIVEL PLATE WILL BE REPLACED FREE OF CHARGE IF NECESSARY. THE RECALL BEGAN ON JUNE 8, 2010. OWNERS MAY CONTACT ACCESS OPTION AT 831-722-6804." -06/17/2010,10V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V272000),"Club Car, Inc.",SEAT BELT REPLACEMENT,SEAT BELTS,5J5,Vehicle,840,"CLUB CARD IS RECALLING CERTAIN MODEL YEAR 2008-2010 VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 209 ""SEAT BELT ASSEMBLIES."" THE SEAT BELT ORIGINALLY PROVIDED WITH THE VEHICLES MEETS SOCIETY OF AUTOMOTIVE ENGINEERS (SAE) STANDARDS INSTEAD. THE DIFFERENCE IN THESE TWO STANDARDS IS THE IMPACT LEVEL AT WHICH THE SEAT BELT RETRACTOR LOCKS.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL REPLACE THE SEAT BELT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 13, 2010. OWNERS MAY CONTACT CLUB CAR AT 1-800-227-0739." -06/17/2010,10V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V277000),Trans Tech Bus,SEATS/INCORRECT FLOOR ANCHORAGE WASHER,SEATS,NR (Not Reported),Vehicle,5,"ON BEHALF OF U.S. BUS, TRANSPORTATION COLLABORATIVE, INC. (TCI) IS RECALLING CERTAIN MODEL YEAR 2007 U. S. BUS STH5, STHF5, AND UNIVERSE MODEL SCHOOL BUSES MANUFACTURED AFTER JUNE 9, 2009. THE PEDESTAL-TO-FLOOR ANCHOR BOLTS AND WASHERS ARE INCORRECT WHICH CAUSE THE BUSES TO FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT PEDESTAL COULD COME LOOSE, WHICH COULD RESULT IN PERSONAL INJURY TO THE OCCUPANT.","TCI WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS AND INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 26, 2010. OWNERS MAY CONTACT TCI AT 1-845-988-2333." -06/16/2010,10V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V280000),"MV Agusta USA, LLC",AIR FILTER FRAME,STRUCTURE,NR (Not Reported),Vehicle,66,"MV AGUSTA MOTOR S.P.A. (MV AGUSTA) IS RECALLING CERTAIN MODEL YEAR 2010 F4 MOTORCYLES MANUFACTURED FROM FEBRUARY 10 THROUGH APRIL 19, 2010, EQUIPPED WITH AN AIR FILTER FRAME, P/N 8000B4061, WHICH MAY LIFT OUT OF POSITION, ALLOWING INTAKE AIR TO BYPASS THE FILTER.","IF THIS OCCURS, DEBRIS MAY ENTER THE THROTTLE BODY ASSEMBLY AND INTERFERE WITH PROPER THROTTLE OPERATION, INCREASING THE RISK OF A CRASH.","MV AGUSTA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2010. OWNERS MAY CONTACT MV AGUSTA AT 1-414-342-4680." -06/16/2010,10V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V269000),Pierce Manufacturing,BRAKE SLACK ADJUSTER INTERFERENCE/TIRE CHAIN,"SERVICE BRAKES, AIR",39-0139830,Vehicle,14,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2010 ARROW XT, QUANTUM, AND VELOCITY EMERGENCY VEHICLES MANUFACTURED FROM AUGUST 11, 2009, THROUGH MAY 20, 2010. THE REAR BRAKE SLACK ADJUSTERS MAY INTERFERE WITH THE AUTOMATIC TIRE CHAIN BRACKETS. THE INTERFERENCE OCCURS AT NEAR FULL STROKE OF THE SLACK ADJUSTERS. DUE TO THE VARYING AUTOMATIC SLACK ADJUSTER MOVEMENT, THE SLACK ADJUSTER MAY CONTACT THE TIRE CHAIN BRACKET.","IF THIS INTERFERENCE OCCURS, THE BRAKE CAPABILITY MAY BE COMPROMISED AND A CRASH MAY OCCUR WITHOUT WARNING.",DEALERS WILL INSTALL A NEW AUTOMATIC TIRE CHAIN BRACKET FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNER MAY CONTACT PIERCE AT 1-920-832-3000. -06/16/2010,10V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V274000),"BMW of North America, LLC",DRIVE CHAIN CAN BREAK,POWER TRAIN,NR (Not Reported),Vehicle,1916,"BMW IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 F650 GS AND F 800 GS MOTORCYCLES MANUFACTURED FROM SEPTEMBER 27, 2007 THROUGH MARCH 30, 2009. THE DRIVE CHAINS MAY NOT HAVE BEEN PRODUCED TO SPECIFICATION. AS A RESULT, OVER TIME THE DRIVE CHAIN COULD BREAK.","IF THE BROKEN CHAIN BECOMES TRAPPED BETWEEN THE REAR WHEEL AND THE FRAME, THE REAR WHEEL COULD LOCK UP, POSSIBLY RESULTING IN A CRASH.","BMW WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE DRIVE CHAIN AND SPROCKETS ON THE AFFECTED MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/16/2010,10V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V275000),"BMW of North America, LLC",FUEL TANK ATTACHMENT BOLTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2070,"BMW IS RECALLING CERTAIN 2005 THROUGH 2007 R 1200 GS ADVENTURE MOTORCYCLES MANUFACTURED FROM DECEMBER 7, 2005 THROUGH SEPTEMBER 26, 2007. THE FUEL TANK FRONT ATTACHMENT BOLTS CAN WORK LOOSE ALLOWING THE BOLTS TO COME INTO CONTACT WITH THE FORK LEG IF THE HANDLEBAR IS TURNED A SIGNIFICANT AMOUNT.","THIS COULD LIMIT THE TRAVEL RANGE OF THE HANDLEBARS WHICH COULD AFFECT HANDLING AND MANEUVERABILITY OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS AND DEALERS WILL REPAIR MOTORCYCLES BY FURTHER SECURING THE BOLTS USING LOCTITE. THE REPAIR WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/16/2010,10V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V268000),FOUR WINDS INTERNATIONAL,HEAT SHIELD EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,415,FOUR WINDS IS RECALLING CERTAIN MODEL YEAR 2009-2011 FREEDOM ELITE MODEL 21C MOTOR HOMES MANUFACTURED FROM FEBRUARY 2009 THROUGH MAY 2010. THESE MOTOR HOMES DO NOT HAVE THE REQUIRED HEAT SHIELD OVER THE EXHAUST AS SPECIFIED BY THE CHASSIS MANUFACTURER. WITHOUT THE HEAT SHIELD IN PLACE HEAT IS NOT PROPERLY DISSIPATED AROUND THE EXHAUST OF THE VEHICLE.,THIS POTENTIALLY COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A HEAT SHIELD BETWEEN THE EXHAUST AND THE RESIDENTIAL PART OF THE MOTOR HOME TO DISSIPATE ANY HEAT ACCUMULATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 23, 2010. OWNERS MAY CONTACT FOUR WINDS AT 1-800-860-5658." -06/16/2010,10V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V266000),PACCAR Incorporated,KENWORTH/HOOD STRUT SAFETY LATCH RETAINING PINS,LATCHES/LOCKS/LINKAGES,10KWE,Vehicle,4796,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2010 T660 TRACTOR TRAILORS MANUFACTURED FROM JULY 1, 2008 THROUGH JULY 31, 2009. THE RETAINING PINS SECURING THE HOOD STRUT LOCK TUBE TO THE HOOD STRUT ASSEMBLY MAY BECOME LOOSE AND FALL OUT ALLOWING THE LOCK TUBE TO ROTATE ON THE STRUT ASSEMBLY. IN ITS NORMAL OPERATION THE SAFETY LATCH FEATURE IS AUTOMATICALLY SET AND IT PREVENTS THE HOOD FROM CLOSING. WITH THE HOOD CLOSED AND THE RETAINING PINS MISSING, THE LOCK TUBE MAY ROTATE RELATIVE TO THE GOOD STRUT RESULTING IN A NON-OPERATIONAL SAFETY LATCH FEATURE WHEN THE HOOD IS OPENED.",A NON-OPERATIONAL SAFETY LATCH FEATURE MAY NOT BE DETECTED BY AN OPERATOR INCREASING THE RISK OF PERSONAL INJURY AND/OR VEHICLE DAMAGE SHOULD THE HOOD UNEXPECTEDLY CLOSE.,"DEALERS WILL REPLACE THE PIVOT DISC AND LOCK TUBE RETAINING PINS WITH A REVISED PIVOT DISC AND CAP SCREWS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 15, 2010. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -06/16/2010,10E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E024000),"Bell Sports, Inc.",MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,8033,"BELL HELMETS IS RECALLING CERTAIN BELL MAG-8 MOTORCYCLE HELMETS, SIZES XL AND XXL, MANUFACTURED FROM SEPTEMBER 2006 THROUGH MARCH 2010. THESE HELMETS FAIL TO CONFORM TO THE IMPACT ATTENUATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET MAY NOT ADEQUATELY PROTECT THE WEARER OF THE HELMET, INCREASING THE RISK OF INJURY.","BELL HELMETS WILL PROVIDE OWNERS A FREE REPLACEMENT HELMET. THE SAFETY RECALL BEGAN ON JUNE 25, 2010. OWNERS MAY CONTACT BELL HELMETS AT 1-866-892-6059." -06/16/2010,10V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V273000),"BMW of North America, LLC",ROLL GEAR PIN MOUNTING ATTACHMENT,POWER TRAIN,NR (Not Reported),Vehicle,1807,"BMW IS RECALLING CERTAIN MODEL YEAR 2007 AND 2008 G 650 X COUNTRY, G 650 X CHALLENGE, AND G650 X MOTO MOTORCYCLES MANUFACTURED FROM NOVEMBER 29, 2006 THROUGH MAY 19, 2008. OVER TIME, THE ROLL GEAR PIN'S MOUNTING ATTACHMENT COULD BREAK.","IF THIS OCCURS, IT WOULD BE POSSIBLE FOR FRAGMENTS OF THE ATTACHMENT TO BECOME TRAPPED BETWEEN THE DRIVE CHAIN AND THE REAR SPROCKET. THE REAR WHEEL COULD LOCK UP, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE ROLL GEAR PIN'S MOUNTING ATTACHMENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 30, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/15/2010,10V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V271000),"ALL IN ONE MOBILITY, INC.",6-WAY POWER SEAT BASE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,13,ALL IN ONE MOBILITY IS RECALLING CERTAIN MODEL YEAR 1997 THROUGH 2008 CONVERSION VANS EQUIPPED WITH VMI/RICON 6-WAY POWER SEAT BASES. THERE IS A POSSIBILITY OF A DEFECTIVE WELD AT THE JOINT BETWEEN THE PIVOTING PLATE AND THE PIVOTING PLATE PIN.,THE SEAT OCCUPANT MAY BE INJURED IF THE SEAT BASE PIN WERE TO BREAK.,"ALL IN ONE MOBILITY WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 22, 2010. OWNERS MAY CONTACT ALL IN ONE MOBILITY AT 1-503-255-5005." -06/15/2010,10E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E023000),"Yakima Products, Inc.",HITCH MOUNT BICYCLE CARRIERS,EQUIPMENT,NR (Not Reported),Equipment,721,"YAKIMA IS RECALLING CERTAIN MODEL FLIPSIDE HITCH MOUNT BICYCLE CARRIERS, P/N 8002426, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON VARIOUS VEHICLES. THE FLIPSIDE HAS A FEATURE THAT ALLOWS THE MAST TO BE LOWERED TO THE SIDE OF THE VEHICLE TO ALLOW ACCESS TO THE VEHICLE'S TRUNK, HATCH, OR TRUCK BED. THE PIVOT BUSHING IN THE HINGE AREA THAT ALLOWS THIS FUNCTION WAS INSTALLED INCORRECTLY.","THE MAST COULD FOLD UNEXPECTEDLY, POSSIBLY RESULTING IN PROPERTY DAMAGE OR PERSONAL INJURY.","YAKIMA WILL NOTIFY OWNERS AND PROVIDE A REPAIR KIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 18, 2010. OWNERS MAY CONTACT YAKIMA AT 1-888-925-4621." -06/15/2010,10V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V265000),"Navistar, Inc.",UNEXPECTED SHIFT IN VEHICLE POSITION,VEHICLE SPEED CONTROL,10512,Vehicle,4131,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2008 IC BE, RE, AND CE SCHOOL BUSES MANUFACTURED FROM DECEMBER 4, 2001 THROUGH DECEMBER 14, 2009 EQUIPPED WITH INTERNATIONAL VT365 ENGINES HAVING ENGINE CALIBRATION PAN2PVR0, PAN2PVR1, OR PAN2PWR. THE ENGINE NORMALLY RESPONDS TO A FAILED OPEN ACCELERATOR POSITION SENSOR CIRCUIT FAULT BY RETURNING THE ENGINE TO LOW IDLE SPEED OF 800 RPM AND DISABLING THE DRIVER'S ABILITY TO INCREASE THE ENGINE SPEED. HOWEVER IF THE OPEN CIRCUIT CORRECTS ITSELF WITHIN 30 SECONDS OF INITIATION, ENGINE SPEED COULD SUDDENLY INCREASE TO A HIGH IDLE SPEED OF 1200 RPM.","THIS INCREASE TO HIGH IDLE SPEED MAY OCCUR WITHOUT WARNING CAUSING A SUDDEN AND UNEXPECTED SHIFT IN VEHICLE POSITION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825.." -06/15/2010,10V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V267000),"Navistar, Inc.",UNEXPECTED SHIFT IN VEHICLE POSITION,VEHICLE SPEED CONTROL,10512,Vehicle,2085,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2003 THROUGH 2010 INTERNATIONAL TRUCKS AND IC COMMERCIAL BUSES MANUFACTURED FROM DECEMBER 4, 2001 THROUGH DECEMBER 14, 2009 EQUIPPED WITH INTERNATIONAL VT365 ENGINES HAVING ENGINE CALIBRATION PAN2PVR0, PAN2PVR1, OR PAN2PWR. THE ENGINE NORMALLY RESPONDS TO A FAILED OPEN ACCELERATOR POSITION SENSOR CIRCUIT FAULT BY RETURNING THE ENGINE TO LOW IDLE SPEED OF 800 RPM AND DISABLING THE DRIVER'S ABILITY TO INCREASE THE ENGINE SPEED. HOWEVER IF THE OPEN CIRCUIT CORRECTS ITSELF WITHIN 30 SECONDS OF INITIATION, ENGINE SPEED COULD SUDDENLY INCREASE TO A HIGH IDLE SPEED OF 1200 RPM.","THIS INCREASE TO HIGH IDLE SPEED MAY OCCUR WITHOUT WARNING CAUSING A SUDDEN AND UNEXPECTED SHIFT IN VEHICLE POSITION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -06/15/2010,10V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V262000),Coach and Equipment Mfg. Corp.,WHEEL CHAIR LIFT/ARM WELD BENDS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,539,COACH & EQUIPMENT IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2007 PHOENIX SHUTTLE BUSES MANUFACTURED FROM MARCH 2005 THROUGH JUNE 2007 AND EQUIPPED WITH RICON S AND K SERIES PLATFORM STYLE WHEELCHAIR LIFTS. THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.,IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,COACH & EQUIPMENT WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884 OR COACH & EQUIPMENT AT 1-315-536-2321. -06/15/2010,10V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V263000),Coach and Equipment Mfg. Corp.,WHEELCHAIR LIFT/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,760,"COACH & EQUIPMENT IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 PHOENIX SHUTTLE BUSES MANUFACTURED FROM DECEMBER 2007 THROUGH JANUARY 2010 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"COACH & EQUIPMENT IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON OCTOBER 1, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COACH & EQUIPMENT AT 1-315-536-2321." -06/15/2010,10V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V264000),Coach and Equipment Mfg. Corp.,WHEELCHAIR LIFT/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,884,"COACH & EQUIPMENT IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 PHOENIX SHUTTLE BUSES MANUFACTURED FROM OCTOBER 2007 THROUGH JANUARY 2010 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","COACH & EQUIPMENT WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COACH & EQUIPMENT AT 1-315-536-2321." -06/14/2010,10V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V261000),ARIZONA MOBILITY PRODUCTS,6-WAY POWER SEAT BASE,SEATS,NR (Not Reported),Vehicle,2,ARIZONA MOBILITY PRODUCTS (AMP) IS RECALLING ONE 2005 AND ONE 2007 CONVERSION VANS BUILT ON DODGE GRAND CARAVAN CHASSIS EQUIPPED WITH VMI/RICON 6-WAY POWER SEAT BASES. THERE IS A POSSIBILITY OF A DEFECTIVE WELD AT THE JOINT BETWEEN THE PIVOTING PLATE AND THE PIVOTING PLATE PIN.,THE SEAT OCCUPANT MAY BE INJURED IF THE SEAT BASE PIN WERE TO BREAK.,"AMP WILL NOTIFY OWNERS AND REPAIR VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 10, 2010. OWNERS MAY CONTACT AMP AT 1-602-385-5988." -06/14/2010,10V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V260000),"Daimler Trucks North America, LLC",IDLER ARM SPACER,STEERING,FL-581,Vehicle,4,"DTNA IS RECALLING CERTAIN 2002 THROUGH 2011 WESTERN STAR 4900 SA TRUCKS MANUFACTURER FROM DECEMBER 21, 2001 THROUGH JUNE 4, 2010. THE SPACER USED TO CONNECT THE AFT STEER AXLE IDLER ARM TO THE FRAME RAIL MAY DEVELOP CRACKS AND EVENTUALLY BREAK UNDER SEVERE STEERING CONDITIONS ALLOWING THE IDLER ARM TO SEPARATE FROM THE FRAME RAIL RESULTING IN DIMINISHED STEERING CONTROL.",DIMINISHED STEERING CONTROL INCREASES THE RISK OF A CRASH.,"DTNA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 26, 2011. OWNERS MAY CONTACT DTNA TOLL-FREE AT 1-800-547-0712." -06/14/2010,10V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V259000),"Navistar, Inc.",PITMAN ARM BOLT UNDERTORQUED,STEERING,10511,Vehicle,1220,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 INTERNATIONAL 4300M, 8600, LONESTAR AND PROSTAR BRAND TRUCKS MANUFACTURED FROM MAY 6, 2009 THROUGH MAY 25, 2010. THE FASTENER THAT CLAMPS THE PITMAN ARM TO THE STEERING GEAR SHAFT MAY HAVE BEEN UNDERTORQUED UPON ASSEMBLY. AN UNDER TORQUE CONDITION MAY CAUSE WEAR OF THE INTERCONNECTING SPLINES OF THE ARM AND THE SHAFT POSSIBLY ALLOWING THE PITMAN ARM TO SLIP OVER THE SHAFT RESULTING IN A REDUCTION OF STEERING CONTROL.",A REDUCTION OF STEERING CONTROL INCREASES THE RISK OF A CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 9, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -06/14/2010,10V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V256000),"Navistar, Inc.",WHEEL CHAIR LIFT/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,10509,Vehicle,1492,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 IC CE, FE, RE, AND BE MODEL SCHOOL BUSES MANUFACTURED FROM DECEMBER 10, 2007 THROUGH JANUARY 12, 2010 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"NAVISTAR IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NAVISTAR AT 1-800-448-7825." -06/14/2010,10V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V257000),"Navistar, Inc.",WHEEL CHAIR LIFT/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,10509,Vehicle,20,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 IC CE, FE, RE, AND BE MODEL NON SCHOOL BUSES MANUFACTURED FROM DECEMBER 10, 2007 THROUGH JANUARY 12, 2010 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"NAVISTAR IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NAVISTAR AT 1-800-448-7825." -06/14/2010,10V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V258000),"Navistar, Inc.",WHEEL CHAIR LIFT/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,10510,Vehicle,6,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2010 IC BE AND CE SCHOOL BUSES MANUFACTURED FROM APRIL 22 THROUGH MAY 14, 2009, AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","NAVISTAR WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON JUNE 27, 2011. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NAVISTAR AT 1-800-448-7825." -06/10/2010,10V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V252000),"Volkswagen Group of America, Inc.",POWER SLIDING DOOR WIRING HARNESS ASSEMBLY,ELECTRICAL SYSTEM,97S8/T7,Vehicle,15902,VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2009 ROUTAN VEHICLES MANUFACTURED FROM JUNE 2008 THROUGH JULY 2009. THESE VEHICLES MAY HAVE BEEN BUILT WITH AN IMPROPER ROUTED WIRE HARNESS THAT MAY HAVE A CONDITION WHERE THE LOWER SLIDING DOOR HINGE BRACKET CAN MAKE CONTACT AND WEAR THROUGH THE WIRE INSULATION. CONTACT WITH A 12V POWER FEED CIRCUIT WITHIN THE HARNESS MAY CAUSE A HIGH RESISTIVE SHORT CIRCUIT WITHIN THE LATCH MECHANISM LOCATED INSIDE OF THE SLIDING DOOR.,THIS COULD RESULT IN AN OVERHEATED LATCH AND A FIRE WITHIN THE REAR SLIDING DOOR COULD OCCUR.,"VOLKSWAGEN WILL INSPECT THE SLIDING DOOR WIRE TRACK WIRE ASSEMBLY AND THE SLIDING DOOR POWER DRIVE UNIT WIRE ASSEMBLY FOR DAMAGE, REPAIR/REPLACE AS NECESSARY, TIE STRAP THE TWO HARNESSES TOGETHER AND ROUTE THE HARNESSES UNDER THE SLIDING DOOR WEATHER STRIP. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 15, 2010. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -06/10/2010,10V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V253000),Trans Tech Bus,SEATS/INCORRECT FLOOR ANCHORAGE WASHER,SEATS,NR (Not Reported),Vehicle,3,"TRANSPORTATION COLLABORATIVE, INC. (TCI) IS RECALLING CERTAIN MODEL YEAR 2009 RONDAK4F+9 TRANS TECH SCHOOL BUSES. THE PEDESTAL-TO-FLOOR ANCHOR BOLTS AND WASHERS ARE INCORRECT WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT PEDESTAL COULD COME LOOSE, WHICH COULD RESULT IN PERSONAL INJURY TO THE OCCUPANT.","TCI WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS AND INSTRUCTIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 26, 2010. OWNERS MAY CONTACT TCI AT 1-845-988-2333." -06/10/2010,10V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V254000),"BMW of North America, LLC",SOUND INSULATION BELT RETRACTOR UNIT,SEAT BELTS,NR (Not Reported),Vehicle,31935,"BMW IS RECALLING CERTAIN MODEL YEAR 2008-2011 1-SERIES VEHICLES. IN A CRASH OF SUFFICIENT SEVERITY, DEPLOYMENT OF THE FRONT PRE-TENSIONER AND LOAD-LIMITER OCCURS.",THE INSULATION AROUND THE PRE-TENSIONER COULD IGNITE.,"VEHICLES PRODUCED UP THROUGH DECEMBER 2009 WILL RECEIVE NEW FRONT SAFETY BELT RETRACTOR UNITS AND A MODIFICATION TO THE SOUND INSULATION NEAR THE UNITS, WHILE VEHICLES PRODUCED BETWEEN JANUARY 2010 AND MAY 2010 WILL RECEIVE A MODIFICATION TO THE SOUND INSULATION NEAR THE UNITS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 23, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/09/2010,10V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V251000),REV Recreation Group,ELECTRICAL SHORTAGE ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,44,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 BOUNDER, BOUNDER CLASSIC, FIESTA, SOUTHWIND AND TERRA CLASS A MOTOR HOMES MANUFACTURED FROM MARCH 11, 2010 THROUGH MARCH 30, 2010. THESE MOTOR HOMES WERE BUILT ON WORKHORSE CUSTOM CHASSIS AND WITH GENERAL MOTORS GASOLINE ENGINES AND EQUIPPED WITH REMY ALTERNATOR. A LOW RESISTANCE ELECTRICAL SHORT IN THE ALTERNATOR'S VOLTAGE REGULATOR MAY OCCUR.",AN ELECTRICAL SHORT IN THE ALTERNATOR MAY OCCUR WITHOUT WARNING POSSIBLY RESULTING IN A VEHICLE FIRE.,DEALERS WILL INSPECT AND REPLACE THE ALTERNATOR IF NECESSARY FREE OF CHARGE. NAVISTAR/WORKHORSE IS HANDING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN PLEASE SEE NAVISTAR/WORKHORSE'S DEFECT REPORT 10V-158. OWNERS MAY CONTACT NAVISTAR/WORKHORSE AT 1-877-246-7731. -06/09/2010,10V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V250000),"Suzuki Motor USA, LLC",POWER STEERING TENSIONER PULLEY DAMAGE,STEERING,SB,Vehicle,46549,SUZUKI IS RECALLING CERTAIN MODEL YEAR MODEL YEAR 2006 GRAND VITARA AND MODEL YEAR 2005-2006 XL-7 VEHICLES. THE TENSION ADJUSTER PULLEY FOR THE DRIVE BELT THAT OPERATES THE POWER STEERING PUMP AND AIR CONDITIONER COMPRESSOR (IF EQUIPPED) HAS AN OUTER PORTION THAT IS MADE OF PLASTIC. REPEATED HEAT STRESS CAN CAUSE THE PLASTIC MATERIAL TO DETERIORATE AND PIECES OF THE PULLEY CAN BREAK OFF.,"BROKEN PIECES OF THE PULLEY CAN GET CAUGHT BETWEEN THE PULLEY AND THE DRIVE BELT, CAUSING THE DRIVE BELT TO COME OFF AND RESULTING IN THE DRIVER NEEDING INCREASED EFFORT TO STEER THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE POWER STEERING PUMP DRIVE BELT TENSION ADJUSTER PULLEY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 28, 2010. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -06/08/2010,10V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V249000),"Daimler Trucks North America, LLC",ABS GROUND WIRE,"SERVICE BRAKES, HYDRAULIC",FL-580,Vehicle,278,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2009 STERLING 360 VEHICLES MANUFACTURED FROM AUGUST 8, 2007 THROUGH JULY 31, 2008. THE GROUND HARNESS CONNECTOR FOR THE ABS HYDRAULIC UNIT MAY BECOME CORRODED DUE INTRUSION POTENTIALLY CAUSING THE ABS HYDRAULIC MOTOR TO RUN CONTINUOUSLY.",THE ABS HYDRAULIC MOTOR MAY OVERHEAT POTENTIALLY RESULTING IN A FIRE.,"THE GROUND SUB HARNESS WILL BE REPLACED WITH A PROPERLY WATERPROOFED HARNESS. THE ABS HYDRAULIC UNIT AND THE CONNECTOR TERMINALS WILL BE INSPECTED FOR DAMAGE AND CORROSION AND IF NECESSARY REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 19, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -06/08/2010,10V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V255000),"Volvo Car USA, LLC",GEARSHIFT LEVER STUD ASSEMBLY,STEERING,R227,Vehicle,536,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2010-2011 C30, MODEL YEAR 2010 S40 AND V50 VEHICLES EQUIPPED WITH 6 SPEED MANUAL TRANSMISSIONS. THE GEARSHIFT LEVER STUD ASSEMBLY MAY NOT HAVE BEEN TIGHTENED TO THE CORRECT SPECIFICATION DURING ASSEMBLY. IF THE GEARSHIFT LEVER CABLE OR STUD ASSEMBLY BECOMES LOOSE, IT MAY NOT BE POSSIBLE TO ENGAGE, DISENGAGE OR SHIFT GEARS.",THIS CONDITION CAN INCREASE THE RISK OF A VEHICLE CRASH.,"DEALERS WILL TORQUE THE GEARSHIFT LEVER STUD ASSEMBLY TO THE CORRECT SPECIFICATION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 14, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552 OR CUSTOMERCARE@VOLVOFORLIFE.COM ." -06/07/2010,10V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V246000),"Daimler Trucks North America, LLC",AUTOMATIC MECHANICAL TRANSMISSION/PARK FEATURE,POWER TRAIN,FL-579,Vehicle,39,"DTNA IS RECALL CERTAIN MODEL YEAR 2001 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM APRIL 16, 2009 THROUGH MAY 10, 2010, AND EQUIPPED WITH CERTAIN EATON HYBIRD TRANSMISSIONS WITH PARK FEATURE. THE REVERSE IDLER SHAFT MAY CONTACT THE PARK FEATURE AND THE TWO COMPONENTS MAY BIND, PREVENTING THE PARK FEATURE FROM ENGAGING.","IF THE PARK FEATURE DOES NOT ENGAGE, THE VEHICLE CAN MOVE WITHOUT WARNING, POSSIBLY RESULTING IN PERSONAL INJURY OR A CRASH.",DTNA WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY EATON CORPOATION FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING NOVEMBER 2010. OWNERS MAY CONTACT DTNA AT 1-800-547-0712 OR EATON AT 1-800-826-4357 OR 1-269-342-3242. -06/07/2010,10V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V247000),"Daimler Trucks North America, LLC",AUTOMATIC MECHANICAL TRANSMISSION/PARK FEATURE,POWER TRAIN,NR (Not Reported),Vehicle,204,"DTNA IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 FCCC MT55 CHASSIS MANUFACTURED FROM JUNE 18, 2009 THROUGH APRIL 15, 2010, AND EQUIPPED WITH CERTAIN EATON HYBIRD TRANSMISSIONS WITH PARK FEATURE. THE REVERSE IDLER SHAFT MAY CONTACT THE PARK FEATURE AND THE TWO COMPONENTS MAY BIND, PREVENTING THE PARK FEATURE FROM ENGAGING.","IF THE PARK FEATURE DOES NOT ENGAGE, THE VEHICLE CAN MOVE WITHOUT WARNING, POSSIBLY RESULTING IN PERSONAL INJURY OR A CRASH.",DTNA WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY EATON CORPORATION FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING 2010. OWNERS MAY CONTACT DTNA AT 1-800-547-0712 OR EATON AT 1-800-826-4357 OR 1-269-342-3242. -06/07/2010,10V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V244000),"Dutchmen Manufacturing, Inc.",INCORRECT TIRE INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,100,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2009 FREEDOM SPIRIT RECREATIONAL VEHICLES MANUFACTURED FROM MARCH 12, 2009 THROUGH MARCH 25, 2009 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL LABEL AND TIRE LOADING INFORMATION LABEL DOES NOT CONTAIN THE CORRECT TIRE INFORMATION. THE LABELS LIST THE WRONG TIRE SIZE.",A CONSUMER COULD REPLACE THE TIRES WITH TIRES OF AN INCORRECT SIZE WHICH MAY IMPACT VEHICLE PERFORMANCE AND HANDLING INCREASING THE RISK OF A CRASH.,"DEALERS WILL MAIL TO CONSUMERS THE CORRECT TIRE INFORMATION LABEL. IF THE CONSUMER REQUIRES ASSISTANCE INSTALLING THE LABELS, DEALERS WILL PERFORM THE INSTALLATION FREE OF CHARGE. THE RECALL BEGAN ON JUNE 14, 2010. OWNERS MAY CONTACT THE DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 866-869-1109." -06/07/2010,10E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E022000),"ROLL-RITE, LLC",RELAY COMPONENT OF ELECTRIC TARP SYS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,2377,"ROLL-RITE IS RECALLING CERTAIN OF ITS ROLL-RITE, TARP MASTER, SUPER DUTY, AND TARP STRETCHER AFTERMARKET ELECTRIC TRUCK TARP SYSTEMS AND ASSEMBLIES THAT CONTAIN THE SOLID STATE RELAY MODULE, SOLD SEPARATELY (P/N 10999), AS PART OF AN ELECTRIC KIT W/ROCKER SWITCH & SOLID STATE RELAY, (P/N 10990), AS PART OF AN ELECTRIC KIT W/ROTARY SWITCH & SOLID STATE RELAY, (P/N 10995), OR WITH VARIOUS OTHER TARP ASSEMBLIES. IMPROPER INSTALLATION AND/OR SHORT CIRCUIT IN THE MOTOR LEADS MAY CAUSE THE SOLID STATE RELAY MODULE TO OVERHEAT OR BURN.",OVERHEATING OR BURNING OF THE RELAY MODULE COULD RESULT IN A FIRE.,"ROLL-RITE WILL NOTIFY OWNERS OF RECORD AND FOR UNDAMAGED SOLID STATE RELAYS, ROLL-RITE WILL PROVIDE A 30 AMP MANUAL RESET CIRCUIT BREAKER FREE OF CHARGE. THE CIRCUIT BREAKER WILL PROTECT THE RELAY FROM DAMAGE. FOR RELAYS THAT MAY HAVE SUSTAINED DAMAGE, ROLL-RITE WILL PROVIDE A REPLACEMENT SOLID STATE RELAY WITH A 30 AMP MANUAL RESET CIRCUIT BREAKER, OR A REPLACEMENT MECHANICAL RELAY WITH A 40 AMP MODIFIED CIRCUIT BREAKER. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT ROLL-RITE TOLL-FREE AT 1-800-345-3434." -06/07/2010,10V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V245000),Shyft Group,SERVICE BRAKE RELEASE TIMING,"SERVICE BRAKES, AIR",10012,Vehicle,898,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 GLADIATOR AND METROSTAR INCOMPLETE FIRE APPARATUS CHASSIS CABS MANUFACTURED FROM NOVEMBER 14, 2008 THROUGH MAY 25, 2010, EQUIPPED WITH TANDEM REAR AXLES AND ELECTRONIC STABILITY CONTROL (ESC). THE VEHICLES FAIL TO MEET THE SERVICE BRAKE RELEASE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" SPECIFICALLY, ADDITIONAL VALVING REQUIRED FOR THE ESC SYSTEM REDUCED THE AIR FLOW AND VOLUME TO THE BRAKE CHAMBERS RESULTING IN SLOWER SERVICE BRAKE RELEASE TIMING.",SERVICE BRAKE RELEASE TIMING THAT DOES MEET THE MINIMUM REQUIREMENTS OF FMVSS 121 MAY RESULT IN LESS EFFICIENT BRAKING PERFORMANCE AND WILL PREVENT THE VEHICLE FROM BEING MOVED IN A TIMELY FASHION.,"SPARTAN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE .38 INCH INSIDE DIAMETER BRAKE HOSE TO A .50 INCH INSIDE DIAMETER HOSE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 17, 2010. OWNERS MAY CONTACT SPARTAN CHASSIS AT 1-800-543-5008 - OPTION 5." -06/07/2010,10V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V241000),Keystone RV Company,WASHER DRYER BREAKER,EQUIPMENT,10-139,Vehicle,43,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2010-2011 RESIDENCE TRAVEL TRAILERS. A 30 AMP BREAKER WAS INSTALLED ON THE WASHER/DRYER CIRCUIT AND IT NEEDS A 20 AMP BREAKER.,AN IMPROPER PROTECTED ELECTRICAL CIRCUIT WILL INCREASE THE RISK OF PROPERTY DAMAGE AND PERSONAL INJURY.,"DEALERS WILL REPLACE THE 30 AMP BREAKER WITH A 20 AMP BREAKER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 6, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/04/2010,10V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V240000),"General Motors, LLC",HEATED WINDSHIELD WASHER MODULE SHORT CIRCUIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1365070,"GM IS RECALLING CERTAIN MODEL YEAR 2006-2009 BUICK, LUCERNE; CADILLAC DTS; HUMMER H2; MODEL YEAR 2008-2009 BUICK ENCLAVE; CADILLAC CTS; MODEL YEAR 2007-2009 CADILLAC ESCALADE, ESCALADE ESV, ESCALADE EXT; CHEVROLET AVALANCHE, SILVERADO, SUBURBAN, TAHOE; GMC ACADIA, SIERRA, YUKON, YUKON XL; SATURN OUTLOOK; AND MODEL YEAR 2009 CHEVROLET TRAVERSE VEHICLES EQUIPPED WITH A HEATED WASHER FLUID SYSTEM (HWFS). A RECALL WAS IMPLEMENTED IN 2008 TO ADD A FUSE TO THE CONTROL CIRCUIT HARNESS TO ADDRESS THE POTENTIAL CONSEQUENCES OF A PRINTED CIRCUIT BOARD (PCB) ELECTRICAL SHORT. HOWEVER, THERE HAVE BEEN NEW REPORTS OF THERMAL INCIDENTS ON HWFS MODULES AFTER THIS IMPROVEMENT WAS INSTALLED. THESE INCIDENTS RESULTED FROM A NEW FAILURE MODE ATTRIBUTED TO THE DEVICE'S THERMAL PROTECTION FEATURE. THE SIGNIFICANCE VARIES FROM MINOR DISTORTION TO CONSIDERABLE MELTING OF THE PLASTIC AROUND THE HWFS FLUID CHAMBER.",IT IS POSSIBLE FOR THE HEATED WASHER MODULE TO IGNITE AND A FIRE MAY OCCUR.,"DEALERS WILL PERMANENTLY DISABLE AND REMOVE THE HEATED WASHER FLUID MODULE. AN UPDATED PAGE FOR THE OWNER MANUAL WILL BE PROVIDED AND INSERTED IN THE OWNER MANUAL TO DOCUMENT THAT THE FEATURE HAS BEEN PERMANENTLY DISABLED AND REMOVED FROM THE VEHICLE. THE SAFETY RECALL BEGAN ON JUNE 11, 2010. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, SATURN AT 1-800-972-8876, GMC AT 1-866-996-9463 AND HUMMER AT 1-800-732-5493 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -06/04/2010,10V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V242000),Mobility Transportation Services,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,60,"MOBILITY TRANSPORTATION (MTS) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 CONVERSION VANS BUILT ON FORD E150, E250, AND E350 CHASSIS FROM SEPTEMBER 16, 2008 THROUGH APRIL 15, 2009 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"MTS IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MTS AT 1-734-453-6452." -06/04/2010,10V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V243000),Mobility Transportation Services,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,60,"MOBILITY TRANSPORTATION (MTS) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 CONVERSION VANS BUILT ON FORD E150, E250, AND E350 CHASSIS FROM SEPTEMBER 16, 2008 THROUGH APRIL 15, 2009 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","MTS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MTS AT 1-734-453-6452." -06/03/2010,10V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V239000),Keystone RV Company,MISSING EGRESS WINDOW,EQUIPMENT,10-140,Vehicle,20,"KEYSTONE RV IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 COUGAR HIGH COUNTRY FIFTH WHEELS MANUFACTURED FROM APRIL 15 THROUGH MAY 3, 2010. THE REAR BEDROOM IS MISSING AN EGRESS WINDOW.","IN THE EVENT AN EMERGENCY EVACUATION IS NECESSARY, NOT HAVING THE EGRESS WINDOW WILL INCREASE THE RISK OF PERSONAL INJURY.",KEYSTONE RV WILL NOTIFY OWNERS AND THE CURRENTLY INSTALLED WINDOW WILL BE REPLACED WITH AN EGRESS WINDOW FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369. -06/03/2010,10V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V236000),"Chrysler (FCA US, LLC)",PARTIAL LOSS OF SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",K13,Vehicle,287653,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 JEEP WRANGLER LEFT AND RIGHT HAND DRIVE PASSENGER VEHICLES MANUFACTURED FROM MAY 15, 2006 THROUGH APRIL 22, 2010. THERE MAY BE CONTACT BETWEEN THE RIGHT AND LEFT FRONT INNER FENDER LINERS AND THE RIGHT FRONT AND LEFT REAR BRAKE TUBES WHICH COULD CAUSE WEAR OF THE TUBES CAUSING A BRAKE FLUID LEAK.",A BRAKE FLUID LEAK CAN CAUSE PARTIAL LOSS OF SERVICE BRAKES AT THE AFFECTED WHEEL INCREASING THE RISK OF A CRASH.,CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. OWNERS MAY CONTACT CHRYSLER TOLL-FREE AT 1-800-853-1403. -06/03/2010,10V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V238000),Keystone RV Company,REMOTE RECEIVER/POSSIBLE FIRE,EQUIPMENT,10-141,Vehicle,389,"KEYSTONE RV IS RECALLING CERTAIN MODEL YEAR 2010 RAPTOR FIFTH WHEEL MOTORHOMES MANUFACTURED FROM SEPTEMBER 25, 2009 THROUGH MARCH 2, 2010. THE REMOTE RECEIVER IS NOT COMPATIBLE WITH THE HIGH SPEED LANDING GEAR MOTOR. IF THE MOTOR IS OPERATED IN A BINDING SITUATION, THE REMOTE RECEIVER MAY BE DAMAGED AND OVERHEAT DUE TO AN INADEQUATE BREAKER AND FUSE PROTECTION AND THE EXCESSIVE CURRENT DRAW OF THE MOTOR.",CONTINUING TO OPERATE THE LANDING GEAR MOTOR IN THIS CONDITION WILL INCREASE THE RISK OF FIRE.,"KEYSTONE RV WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 8, 2010. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -06/03/2010,10V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V235000),"Chrysler (FCA US, LLC)",SLIDING DOOR WIRE TRACK ASSEMBLY/POSSIBLE FIRE,ELECTRICAL SYSTEM,K14,Vehicle,284655,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 DODGE GRAND CARAVAN AND CHRYSLER TOWN & COUNTRY PASSENGER VEHICLES MANUFACTURED FROM FEBRUARY 2007 THROUGH SEPTEMBER 2009. SOME OF THE VEHICLES MAY HAVE BEEN BUILT WITH AN IMPROPERLY ROUTED WIRE HARNESS THAT MAY HAVE A CONDITION WHERE THE LOWER SLIDING DOOR HINGE BRACKET CAN MAKE CONTACT AND WEAR THROUGH THE WIRE INSULATION.,"A SHORT CIRCUIT COULD OCCUR INSIDE THE SLIDING DOOR, OVERHEATING THE LATCH, POSSIBLY RESULTING IN A FIRE.","CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 15, 2010. OWNERS MAY CONTACT CHRYSLER TOLL-FREE AT 1-800-853-1403." -06/03/2010,10V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V234000),"Chrysler (FCA US, LLC)",STICKING OR BINDING ACCELERATOR PEDALS,VEHICLE SPEED CONTROL,K11,Vehicle,24825,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2007 DODGE CALIBER AND JEEP COMPASS PASSENGER VEHICLES MANUFACTURED FROM MARCH 7 THROUGH MAY 19, 2006. THE PIVOT BUSHINGS IN VEHICLES WITH OVERSIZED ACCELERATOR PEDAL BEARING POCKETS MAY BECOME DISLODGED AND POTENTIALLY CAUSE THE ACCELERATOR PEDAL TO BIND OR STICK.","SHOULD THE PEDAL BIND OR BECOME STUCK, IT CAN BE OVERCOME BY SMART BRAKES WHICH OVERRIDE THE ACCELERATOR PEDAL IN CERTAIN CONDITIONS.","CHRYSLER WILL NOTIFY OWNERS AND DEALERS WILL INSPECT AND REPLACE ALL AFFECTED ACCELERATOR PEDAL ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 29, 2010. OWNERS MAY CONTACT CHRYSLER TOLL-FREE AT 1-800-853-1403." -06/02/2010,10V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V233000),"BMW of North America, LLC",INCORRECT TIRE PRESSURE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,296,"BMW IS RECALLING CERTAIN MODEL YEAR 2011 X5 SAV AND X6 SAV PASSENGER VEHICLES MANUFACTURED FROM APRIL 1 THROUGH MAY 8, 2010. THE TIRE LABEL DOES NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE VEHICLES ARE EQUIPPED WITH 20-INCH WHEELS, BUT THE LABEL STATES THAT THE VEHICLES WERE EQUIPPED WITH 19-INCH WHEELS AND THE STATED TIRE PRESSURE IS INCORRECT FOR THE EQUIPPED WHEELS.","IMPROPER TIRE INFLATION CAN RESULT IN PREMATURE TIRE FAILURE OR REDUCED VEHICLE HANDLING PERFORMANCE, EITHER OF WHICH CAN INCREASE THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS AND PROVIDE CORRECT LABELS FREE OF CHARGE. THE OWNER WILL HAVE THE OPTION TO AFFIX THE LABEL THEMSELVES OR THEY MAY TAKE THEIR VEHICLE TO A BMW DEALER WHO WILL AFFIX THE LABEL FOR THEM AT NO COST. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -06/01/2010,10V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V232000),"Bombardier Recreational Products, Inc.",ENGINE STALL,POWER TRAIN,NR (Not Reported),Vehicle,1200,"BRP IS RECALLING CERTAIN MODEL YEAR 2010 SPYDER RS SE5 2ND SERIES AND RT SE5 ROADSTERS. WHEN BRINGING A VEHICLE EQUIPPED WITH THE SE5 SEMI-AUTOMATIC TRANSMISSION TO A FULL STOP, THE CLUTCH MAY REMAIN ENGAGED STALLING THE ENGINE. ONCE THE ENGINE IS STALLED, IT COULD BE IMPOSSIBLE TO RE-START AND THE REAR WHEEL COULD BE BLOCKED.","IF THIS HAPPENS, THE VEHICLE MAY NOT BE ABLE TO BE PUSHED OFF THE ROADWAY INCREASING THE RISK OF A CRASH.","BRP WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2010. OWNERS MAY CONTACT BRP AT 1-888-638-5397." -06/01/2010,10V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V248000),"Winnebago Industries, Inc.",TORQUE SEAT BOLTS,SEATS,116,Vehicle,252,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2010 VIEW, VIEW PROFILE, ITASCA NAVION, AND NAVION IQ MOTOR HOMES MANUFACTURED FROM APRIL 27, 2009 THROUGH JANUARY 21, 2010. THESE VEHICLES MAY HAVE A MISSING BOLT IN THE DRIVER AND/OR PASSENGER SEATS.","IF A BOLT IS MISSING, THE SEAT AND/OR SEAT BELT MAY NOT FUNCTION AS DESIGNED IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY OR DEATH.","DEALERS WILL CHECK FOR THE EXISTENCE AND TORQUE OF THE SEAT BOLTS AND INSTALL AND/OR REPLACE AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2010. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -06/01/2010,10V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V237000),"Big Tex Trailer Manufacturing, Inc.",UNDERRATED LOADING RAMPS,EQUIPMENT,NR (Not Reported),Vehicle,278,"BIG TEX IS RECALLING CERTAIN MODEL YEAR 2010 14GX AND 14LX DUMP TRAILERS MANUFACTURED FROM MARCH 20 THROUGH MAY 11, 2010. THE 7' RAMPS USED FOR LOADING AND UNLOADING EQUIPMENT ARE NOT SUFFICIENT IN STRENGTH FOR THE WEIGHT LOADS OF THE TRAILERS.","IF THE RAMPS ARE USED TO LOAD OR UNLOAD A PIECE OF EQUIPMENT THAT EXCEEDS THE WEIGHT RATING OF THE RAMPS, THE RAMPS COULD BEND OR FAIL, POSSIBLY RESULTING IN INJURY.","BIG TEX WILL NOTIFY OWNERS AND WILL EXCHANGE THE RAMPS WITH PROPERLY WEIGHT RATED RAMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 7, 2010. OWNERS MAY CONTACT BIG TEX TOLL-FREE AT 1-800-594-5637." -06/01/2010,10V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V231000),"BAD BOY ENTERPRISES, LLC",UNINTENDED ACCELERATION,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,372,"BAD BOY ENTERPRISES IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 LOW SPEED VEHICLES (LSV) KNOWN AS THE CLASSIC LSV MODEL (INCLUDING THE STRETCH MODELS) MANUFACTURED FROM NOVEMBER 10, 2009 THROUGH MAY 24, 2010. THIS RECALL DOES NOT APPLY TO XT LSV MODELS. THE ACCELERATOR PEDAL CAN BECOME DAMAGED DUE TO EXPOSURE TO WATER. A DAMAGED PEDAL CAN SEND A VOLTAGE READING OUTSIDE THE RANGE EXPECTED BY THE CONTROLLER, AND THE CONTROLLER WILL SEND CURRENT AND VOLTAGE TO THE ELECTRIC MOTOR CAUSING UNINTENDED ACCELERATION.",UNINTENDED ACCELERATION COULD RESULT IN A CRASH.,"BAD BOY WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE ACCELERATOR PEDAL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2010. OWNERS MAY CONTACT BAD BOY AT 1-866-678-6701." -05/28/2010,10V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V229000),"Load Rite Trailers, Inc.",WHEEL ASSEMBLY,WHEELS,NR (Not Reported),Vehicle,147,LOAD RITE IS RECALLING MODEL YEAR 2008-2010 LR-AWV2335 and WV2450W WATERCRAFT PERSONAL TRAILERS. THE CAPACITY OF THE RIM DID NOT MATCH THE CAPACITY OF THE TIRE. THIS CAUSES THE WHEEL ASSEMBLY TO NOT BE SUFFICIENT FOR THE APPLICATION.,THERE IS A POTENTIAL FOR THE RIM TO FAIL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TIRES AND WHEELS ON ALL TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 24, 2010. OWNERS MAY CONTACT LOAD RITE AT 1-215-949-5842." -05/27/2010,10V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V228000),Newmar Corporation,BATTERY CABLE ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,152,"NEWMAR IS RECALLING CERTAIN MODEL YEAR 2010-2011 MOTOR HOMES MANUFACTURED FROM OCTOBER 13, 2009 THROUGH APRIL 12, 2010. THESE MOTOR HOMES MAY CONTAIN A DEFECTIVE CRIMP CONNECTION IN THE AUXILIARY BATTERY CABLE ASSEMBLY. THE DEFECTIVE CONNECTION MAY RESULT IN AN INADEQUATE ELECTRICAL CONNECTION OR DISENGAGEMENT OF THE CABLE. RESULTANT ELECTRICAL ARCING AND OVERHEATING MAY GENERATE SUFFICIENT HEAT FOR IGNITION OF SURROUNDING MATERIALS.",FAILURE OF THE CONNECTION MAY RESULT IN A VEHICLE FIRE.,"NEWMAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 2, 2010. OWNERS MAY CONTACT NEWMAR AT 1-800-731-8300." -05/27/2010,10E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E021000),"FCP GROTON, LLC",REPLACEMENT STEERING CENTER DRAG LINK,STEERING,NR (Not Reported),Equipment,150,"FCP GROTON IS RECALLING CERTAIN STEERING CENTER DRAG LINKS, P/N 32 21 1 096 057, SOLD FROM DECEMBER 1, 2009 THROUGH APRIL 9, 2010 AS REPLACEMENT EQUIPMENT FOR MODEL YEAR 1995 THROUGH 2001 BMW 740I, 740IL, AND 750IL PASSENGER VEHICLES. THE SHAFT OF THE STEERING CENTER TIE ROD MAY SHEAR OFF.","THIS CONDITION WOULD RESULT, WITHOUT WARNING, IN IMMEDIATE AND COMPLETE LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","FCP GROTON WILL NOTIFY OWNERS AND THE TIE ROD WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 1, 2010. OWNERS MAY CONTACT FCP GROTON TOLL-FREE AT 1-877-634-0063." -05/27/2010,10V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V226000),REV Recreation Group,SEAT BELT ASSEMBLY ANCHORAGES,SEAT BELTS,10519FRV,Vehicle,47,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 DISCOVERY MODEL 40G AND 40X CLASS A MOTOR HOMES MANUFACTURED FROM NOVEMBER 25, 2009 THROUGH JANUARY 8, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ACHORAGES."" THE SEAT BELTS LOCATED ON THE SOFA BED MAY NOT BE ADEQUATELY MOUNTED FOR EFFECTIVE OCCUPANT RESTRAINT.",LACK OF ADEQUATE SEAT BELT PROTECTION INCREASES THE RISK OF PERSONAL INJURY IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE SOFA BED SEAT BELT MOUNTINGS AND IF NECESSARY REINSTALL THEM TO A FLOOR-MOUNTED LOCATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 31, 2010. OWNERS MAY CONTACT FLEETWOOD RV AT 1-800-509-3418." -05/27/2010,10V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V227000),AMERICAN LAFRANCE LLC,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,ALF-0110,Vehicle,18,"AMERICAN LAFRANCE IS RECALLING CERTAIN MODEL YEAR 2010 HEAVY-DUTY CLASS 8 EAGLE EMERGENCY VEHICLES MANUFACTURED FROM FEBRUARY 3, 2009 THROUGH MARCH 16, 2010, AND EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES. THE SOFTWARE ON THESE ENGINES MAY CAUSE THE ENGINE TO SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER-TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN COULD HAMPER RESCUE OPERATIONS AND PUT FIRST RESPONDERS AND OR THE PUBLIC AT RISK.,AMERICAN LAFRANCE WILL NOTIFY OWNERS AND DETROIT DIESEL WILL REPAIR THE VEHICLES FREE OF CHARGE BY REPROGRAMMING THE ENGINE MOTOR CONTROL MODULE. PLEASE SEE DAIMLER TRUCKS/DETROIT DIESEL'S DEFECT REPORT 10E-005. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-800-547-0712 OR ON LINE HTTP://WWW.DETROITDIESEL.COM/SUPPORTNETWORK. -05/26/2010,10V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V225000),E-One Incorporated,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,4EN,Vehicle,20,"E-ONE IS RECALLING CERTAIN MODEL YEAR 2008-2009 QUEST AND CYCLONE II FIRE TRUCKS EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES MANUFACTURED FROM MARCH 13, 2008 THROUGH SEPTEMBER 27, 2009. THERE IS A SOFTWARE PROBLEM IN THE ENGINE CONTROL COMPUTER THAT MAY CAUSE UNEXPECTED ENGINE SHUT DOWN UNDER CERTAIN OPERATING CONDITIONS.",UNEXPECTED SHUT DOWN OF THE ENGINE MAY PREVENT THE OPERATION OF EQUIPMENT ON THE VEHICLE DURING RESCUE OPERATION PUTTING THE PUBLIC AND FIRE FIGHTERS AT RISK.,DETROIT DIESEL IS HANDLING THE OWNER NOTIFICATION SCHEDULE AND REMEDY FOR THIS CAMPAIGN. THE MOTOR CONTROL MODULE WILL HAVE A NEW SOFTWARE INSTALLED FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708. -05/25/2010,10V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V223000),"General Motors, LLC",ENGINE DAMAGE/OTHER THAN REQUIRED HIGH OCTANE FUEL,ENGINE AND ENGINE COOLING,N100093,Vehicle,547,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2010 CADILLAC SRX EQUIPPED WITH A 2.8L V6 ENGINE. IF LOW OCTANE (REGULAR) FUEL IS USED IN THE VEHICLE INSTEAD OF THE REQUIRED HIGH OCTANE (PREMIUM) FUEL AS STATED IN THE OWNER MANUAL AND ON THE FUEL FILLER DOOR, THE COMBINATION OF REGULAR FUEL USAGE AND AGGRESSIVE DRIVING MANEUVERS MAY INDUCE PRE-IGNITION. IF PRE-IGNITION OCCURS, YOU MAY HEAR A PINGING OR KNOCKING SOUND FROM THE ENGINE.","IF THE VEHICLE CONTINUES TO BE DRIVEN AFTER THE ONSET OF THIS NOISE, A CONNECTING ROD OR PISTON MAY BREAK, RESULTING IN ENGINE DAMAGE, AND PERHAPS ENGINE FAILURE, WHICH WOULD DISABLE THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ENGINE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 11, 2010. OWNERS MAY CONTACT THE CADILLAC CUSTOMER ASSISTANCE CENTER AT 1-866-982-2339 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -05/25/2010,10V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V224000),REV Recreation Group,LPG SUPPLY LINES FOR THE WATER HEATER AND FURNACE,EQUIPMENT,10520FRV,Vehicle,114,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2009 JAMBOREE SPORT AND MODEL YEAR 2010 JAMBOREE, JAMBOREE SPORT, TIOGA AND TIOGA RANGER MODEL 31N AND ENCOUNTER MODEL 32H CLASS A & C MOTOR HOMES MANUFACTURED FROM APRIL 23, 2009 THROUGH MARCH 17, 2010. THE LPG SUPPLY LINES FOR THE WATER HEATER AND FURNACE THAT ARE ROUTED THROUGH A HOLE IN THE FLOOR MAY BECOME DAMAGED BY SHARP EDGES IF UNPROTECTED.",THE DAMAGE LPG SUPPLY LINES MAY RESULT IN A PROPANE GAS LEAK AND COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE LPG SUPPLY LINES, AND INSTALL WIRE LOOMS AND SECURE THE SUPPLY LINES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -05/24/2010,10V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V222000),Ford Motor Company,PARK ROD GUIDE RETENSION PIN,POWER TRAIN,10C12,Vehicle,19,"FORD IS RECALLING CERTAIN MODEL YEAR 2010 FUSION, MILAN, AND ESCAPE VEHICLES MANUFACTURED FROM FEBRUARY 27, THROUGH MARCH 26, 2010. THE PARK ROD GUIDE RETENTION PIN MAY NOT HAVE BEEN PROPERLY INSTALLED WHICH FAILS TO CONFORM TO THE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION AND ROLLAWAY PREVENTION"".",A VEHICLE PARKED WITHOUT AN ENGAGED PARK PAWL AND WITHOUT AN APPLIED PARKING BRAKE MAY HAVE UNINTENDED MOVEMENT WHICH MAY CAUSE A CRASH.,"FORD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2010. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332 AND FOR THE HEARING IMPAIRED CALL 1-800-232-5952 (TDD). REPRESENTATIVES ARE AVAILABLE MONDAY THROUGH FRIDAY: 8:00AM - 5:00PM." -05/24/2010,10E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E020000),"Thule, Inc.",ROOFTOP BICYCLE CARRIER,EQUIPMENT,NR (Not Reported),Equipment,4457,"THULE, INC. IS RECALLING CERTAIN MODEL DOMESTIQUE, P/N 513, AFTERMAKET ROOFTOP BICYCLE CARRIERS. THE FORK HEAD BOSS MAY FAIL WHILE TIGHTENING IT TO THE FRONT MOUNTING PLATE OF THE CARRIER.","THE BIKE MAY SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF A CRASH OR PERSONAL INJURY.","THULE WILL PROVIDE A REPAIR KIT CONTAINING A NEW BOSS HEAD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT THULE AT 1-800-848-5322." -05/21/2010,10V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V215000),Lamborghini (Automobili Lamborghini),FUEL TANK REPLACEMENT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,428,LAMBORGHINI IS RECALLING CERTAIN MODEL YEAR 2007-2008 MURCIELAGO AND MURCIELAGO ROADSTER VEHICLES. THE WELDS HOLDING THE FUEL PUMP SUPPORT INSIDE THE FUEL TANK COULD DETACH. THIS SITUATION MAY RESULT IN A FUEL LEAK.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2010. OWNERS MAY CONTACT LAMBORGHINI AT 1-912-409-5634 OR 1-508-808-9562." -05/21/2010,10V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V221000),"Navistar, Inc.",HIGH PRESSURE POWER STEERING HOSE/POSSIBLE FIRE,STEERING,10508,Vehicle,154,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 IC CE SCHOOL BUSES MANUFACTURED FROM JANUARY 19 THROUGH JANUARY 21, 2010 EQUIPPED WITH INTERNATIONAL MAXXFORCE DT ENGINES. THE HIGH PRESSURE POWER STEERING HOSE MAY HAVE BEEN ROUTED INCORRECTLY POSSIBLY CAUSING THE HOSE TO CHAFE ON THE POWER STEERING RESERVOIR BRACKET POTENTIALLY RESULTING IN A POWER STEERING FLUID LEAK IN THE ENGINE COMPARTMENT.","A HIGH PRESSURE POWER STEERING FLUID LEAK IN THE ENGINE COMPARTMENT MAY CAUSE A FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONNEL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 11, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/21/2010,10V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V217000),"Navistar, Inc.",SEAT BACK FRAME TUBE,SEATS,10507,Vehicle,129,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 IC CE AND RE MODEL SCHOOL BUSES MANUFACTURED FROM FEBRUARY 22 THROUGH MARCH 16, 2010 EQUIPPED WITH PASSENGER FLIP SEATS. THE WELD THAT RETAINS A REINFORCEMENT ROD INSIDE THE SEAT BACK FRAME TUBE MAY FAIL ALLOWING THE ROD TO FALL OUT OF THE FRAME. THE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","WITHOUT THE REINFORCEMENT ROD, THE STRENGTH OF THE SEAT MAY BE COMPROMISED, INCREASING THE RISK OF PERSONAL INJURY OR DEATH IN THE EVENT OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 16, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825 ." -05/21/2010,10V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V220000),"Navistar, Inc.",SEAT BACK FRAME TUBE,SEATS,10507,Vehicle,2,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2011 IC CE TRANSIT BUSES MANUFACTURED FROM FEBRUARY 22 THROUGH MARCH 16, 2010 EQUIPPED WITH PASSENGER FLIP SEATS. THE WELD THAT RETAINS A REINFORCEMENT ROD INSIDE THE SEAT BACK FRAME TUBE MAY FAIL ALLOWING THE ROD TO FALL OUT OF THE FRAME. THE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","WITHOUT THE REINFORCEMENT ROD, THE STRENGTH OF THE SEAT MAY BE COMPROMISED, INCREASING THE RISK OF PERSONAL INJURY OR DEATH IN THE EVENT OF A CRASH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 16, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -05/21/2010,10V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V219000),STARTRANS BUS CORPORATION,SEAT BARRIER FOR LEG PROTECTION,SEATS,000314,Vehicle,130,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 MFSAB MODEL SCHOOL BUSES MANUFACTURED FROM JANUARY 2008 THROUGH APRIL 9, 2010, EQUIPPED WITH FREEDMAN SEAT BARRIERS, P/NOS. 38764 AND 15198. THE BARRIER FOR LEG PROTECTION WAS BUILT USING THE WRONG GAUGE OF MATERIAL AND FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT(S) MAY NOT BE ADEQUATELY PROTECTED, INCREASING THE RISK OF INJURY.","STARTRANS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 18, 2010. OWNERS MAY CONTACT STARTRANS AT 1-574-642-0810." -05/21/2010,10V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V218000),Toyota Motor Engineering & Manufacturing,STEERING WHEEL OFF-CENTER,STEERING,NR (Not Reported),Vehicle,3800,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 LEXUS LS460 AND LS600 VEHICLES MANUFACTURED FROM AUGUST 20, 2009 THROUGH MAY 13, 2010. A PROGRAMMING CHANGE OF THE STEERING CONTROL ECU FOR THE VARIABLE GEAR RATIO STEERING (VGRS) SYSTEM CAN CAUSE IMPROPER ACTIVATION OF THE STEERING SYSTEM PROTECTION LOGIC DESIGNED TO PROTECT THE SYSTEM WHEN LARGER THAN NORMAL STEERING INPUTS ARE APPLIED AT A FULLY TURNED POSITION.","IMPROPER ACTIVATION OF THE STEERING SYSTEM PROTECTION LOGIC CAN CAUSE THE STEERING WHEEL TO BECOME OFF-CENTERED UP TO 90 DEGREES. THIS MAY OCCUR AFTER THE DRIVER HAS FULLY TURNED THE STEERING WHEEL IN ONE DIRECTION THEN QUICKLY ATTEMPTS TO TURN IT BACK TO THE CENTER POSITION. SHOULD THIS OCCUR WHILE DRIVING, THE RISK OF A CRASH IS INCREASED.","TOYOTA WILL NOTIFY OWNERS AND LEXUS DEALERS WILL REPLACE THE STEERING CONTROL ECU FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -05/20/2010,10V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V216000),Nova Bus (US) Inc.,ENGINE SUPPORT BOLTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,157,"NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2009-2010 NOVA LFS 40 FT AND MODEL YEAR 2010 NOVA LFS 60 FT T-DRIVE TRANSIT BUSES MANUFACTURED FROM AUGUST 27, 2007 THROUGH NOVEMBER 11, 2010, EQUIPPED WITH CUMMINS ISL OR ISB ENGINES. THE BOLTS ON THE ENGINE CRADLE WERE NOT TORQUED ACCORDING TO APPROPRIATE SPECIFICATIONS.","THE BOLTS CAN BE WORN PREMATURELY AND BREAK OFF, INCREASING THE RISK OF A CRASH.","NOVA BUS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT NOVA BUS AT 1-450-472-6410." -05/20/2010,10V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V214000),"EZ Loader Adjustable Boat Trailers, Inc.",INADEQUATE WELD AXLE SPINDLES,POWER TRAIN,1ZE,Vehicle,698,EZ LOADER IS RECALLING CERTAIN MODEL YEAR 2010 EZ LOADER SINGLE AXLE BOAT TRAILERS. THERE IS A POTENTIAL FOR THE SPINDLE TO SEPARATE FROM THE AXLE CAUSING THE TIRE AND WHEEL TO SEPARATE FROM THE TRAILER WHILE UNDERWAY.,THIS OCCURRENCE COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL HAVE REPAIR TEAMS TO COME TO WHERE THE TRAILER IS LOCATED AND MAKE THE NECESSARY REPAIRS OR, OWNERS MAY HAVE THE TRAILER TRANSPORTED TO A DEALER OR ANOTHER REPAIR FACILITY CAPABLE OF PERFORMING THE REPAIRS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 31, 2010. OWNERS MAY CONTACT EZ LOADER AT 800-398-5623." -05/20/2010,10E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E019000),"Nissan North America, Inc.",LOWER LINK REPLACEMENT PARTS,SUSPENSION,NR (Not Reported),Equipment,1873,"NISSAN IS RECALLING CERTAIN FRONT AND REAR LOWER LINKS, P/NOS. 54501ZQ00A, 54500ZQ00A, 551A1ZQ00A, 551A0ZQ00A , 54501EA00A, 54500EA00A, 551A1EA500, 551A0EA500, 54501ZR00A, AND 54500ZR00A, SOLD BETWEEN NOVEMBER 25, 2009 AND MAY 14, 2010 AS REPLACEMENT PARTS FOR MODEL YEAR 2004 THROUGH 2010 TITAN, ARMADA, AND QX56, AND MODEL YEARS 2005 THROUGH 2010 FRONTIER, XTERRA, AND PATHFINDER VEHICLES. THE LOWER CONTROL LINK ASSEMBLY HAS TWO CYLINDRICAL COLLARS FORMING THE INBOARD ATTACHMENT POINTS TO THE CHASSIS. DUE TO AN IMPROPER WELDING PROCESS SOME COLLARS MAY CONTAIN WELDS THAT DO NOT MEET STRENGTH SPECIFICATIONS.","IF THE COLLAR WELD SEPARATES, THE VEHICLE HANDLING WILL DETERIORATE, POSSIBLY RESULTING IN A VEHICLE CRASH.","NISSAN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE ANY AFFECTED LOWER LINK FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -05/19/2010,10V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V213000),"Suzuki Motor USA, LLC",LOWER CONTROL LINK ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,582,"SUZUKI IS RECALLING CERTAIN MODEL YEAR 2010 EQUATOR PICKUP TRUCKS MANUFACTURED FROM NOVEMBER 20, 2009 THROUGH MARCH 3, 2010. THE LOWER CONTROL LINK BUSHING COLLARS, LOCATED IN THE FRONT SUSPENSION, MAY CONTAIN WELDS THAT DO NOT MEET STRENGTH SPECIFICATIONS. IF A COLLAR WELD SEPARATES, IT MAY CHANGE THE WHEEL ALIGNMENT, POTENTIALLY ALLOWING THE VEHICLE HANDLING CHARACTERISTICS TO DETERIORATE.",THIS COULD CAUSE THE DRIVER TO HAVE DIFFICULTY CONTROLLING THE VEHICLE WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT, AND IF NECESSARY REPLACE, ONE OR BOTH LOWER CONTROL LINKS ON THE VEHICLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 1, 2010. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -05/18/2010,10E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E018000),UFI FILTERS USA,REPLACEMENT FUEL FILTER LEAK/POSSIBLE FIRE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,24300,"UFI FILTERS USA IS RECALLING CERTAIN AFTERMARKET FUEL FILTERS SOLD UNDER THE PUROLATOR BRAND NAME, P/N F65277, SHIPPED FROM MARCH 11 THROUGH APRIL 27, 2010, FOR USE ON VARIOUS PASSENGER VEHICLES. DUE TO INCORRECT DESIGN, THE QUICK CONNECTORS MAY NOT FUNCTION PROPERLY.","IF THIS CONDITION OCCURS WHILE ATTEMPTING TO START THE VEHICLE, A NO-START CONDITION MAY RESULT AND FUEL MAY BE PUMPED OUT ONTO THE GROUND AND IF AN INGNITION SOURCE IS PRESENT, A FIRE CAN OCCUR. IF THIS CONDITION OCCURS WHILE THE VEHICLE IS IN MOTION, THE ENGINE MAY STOP DUE TO INADEQUATE FUEL SUPPLY AND THIS COULD RESULT IN A LOSS OF POWER STEERING ASSIST OR A LOSS OF BRAKE POWER ASSIST, POSSIBLY RESULTING IN A VEHICLE CRASH.","UFI WILL NOTIFY OWNERS AND REPLACE THE FILTERS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT UFI FILTERS USA AT 1-888-787-1740." -05/18/2010,10V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V212000),PACCAR Incorporated,SHEETMETAL HOOD/REAR SUPPORT BRACKET INTERFERENCE,"SERVICE BRAKES, AIR",10KWC,Vehicle,10,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2011 C500 TRUCKS MANUFACTURED FROM OCTOBER 24, 2008 THROUGH JANUARY 13, 2010. DURING MANEUVERS WITH CERTAIN COMBINATIONS OF WHEEL TURN, ARTICULATION, AND BUMP, THE BRAKE CHAMBER CAN CONTACT THE REAR HOOD SUPPORT.","THE CONTACT CAN DAMAGE THE BRAKE CHAMBER LEADING TO A LOSS OF BRAKING FUNCTION AT THE AFFECTED WHEEL END, INCREASING THE RISK OF A CRASH.","KENWORTH WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 8, 2010. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -05/14/2010,10E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E017000),Eaton Corporation,AUTOMATIC MECHANICAL TRANSMISSION/PARK FEATURE,POWER TRAIN,NR (Not Reported),Equipment,2623,"EATON IS RECALLING CERTAIN EATON AND FULLER BRANDED MEDIUM DUTY AUTOMATED MECHANICAL TRANSMISSIONS, MODELS ULTRASHIFT HV WITH PARK FEATURE, PART NUMBERS FO-5506B-DMS, FO-6506B-DM3, F-5505-DM3 AND F-6505B-DM3, AND THE HYBRID TRANSMISSION WITH PARK FEATURE, PART NUMBERS EH-6E606B-CD, EH-6E606B-P, EH-6E706B-CD, EH-6E706B-P, AND EH-6E706B-UPG. THESE TRANSMISSIONS ARE SOLD AND INSTALLED AS ORIGINAL EQUIPMENT IN MEDIUM DUTY COMMERCIAL AND SCHOOL BUS VEHICLES. DUE TO AN ERROR IN THE INSTALLATION PROCESS, THE PARK FEATURE MAY NOT ENGAGE.","IF THE PARK FEATURE DOES NOT ENGAGE, THE VEHICLE CAN MOVE WITHOUT WARNING, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE AUTOMATIC TRANSMISSIONS WITH PARK FEATURE AS ORIGINAL EQUIPMENT. EATON IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY VEHICLES THAT MAY CONTAIN THE DEFECT. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 18, 2010. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR EATON AT 1-800-826-4357 OR 1-269-342-3242." -05/14/2010,10V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V209000),Shyft Group,ELECTRONIC STABILITY CONTROL SYSTEM,ELECTRONIC STABILITY CONTROL,10010,Vehicle,468,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 GLADIATOR, METROSTAR, FURION, AND DIAMOND FIRE APPARATUS AND AMBULANCE CHASSIS MANUFACTURED FROM JANUARY 29, 2008 THROUGH JANUARY 25, 2010, EQUIPPED WITH MERITOR WABCO ELECTRONIC STABILITY CONTROL SYSTEMS (ESC). IN CERTAIN CASES, THE ESC MAY INADVERTENTLY INTERPRET VEHICLE INSTABILITY, EVEN THOUGH THE VEHICLE MAY BE STABLE, WHICH WOULD REQUIRE INTERVENTION OF BRAKE ACTIVATION TO A SELECTED WHEEL.","INADVERTENT BRAKE APPLICATION TO A SELECTED WHEEL MAY CAUSE THE DRIVE TO TRY AND OVER CORRECT, POSSIBLY RESULTING IN A VEHICLE CRASH.","SPARTAN WILL NOTIFY OWNERS AND AUTHORIZED SERVICE CENTERS WILL PERFORM THE REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT SPARTAN AT 1-800-543-5008, OPTION 5." -05/14/2010,10V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V210000),Shyft Group,IFS CRADLE STEERING BELL CRANK MOUNTING BRACKETS,SUSPENSION,10011,Vehicle,58,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 GLADIATOR, METROSTAR, ADVANTAGE, AND DIAMOND FIRE APPARATUS CHASSIS MANUFACTURED FROM JANUARY 1, 2007 THROUGH APRIL 15, 2010, EQUIPPED WITH INDEPENDENT FRONT SUSPENSIONS SUPPLIED BY RIDEWELL CORPORATION. BELL CRANK SUPPORT BRACKETS INSTALLED ON THE SUSPENSION CRADLE MAY CRACK, OR SEPARATE, FROM THE MAIN STRUCTURE (CRADLE ASSEMBLY). CERTAIN WELDS THAT ATTACH THE BELL CRANK SUPPORT BRACKETS MAY HAVE BEEN OMITTED DURING THE WELDMENT OPERATION OF THE SUSPENSION CRADLE.",A COMPLETE SEPARATION OF THE BELL CRANK SUPPORT BRACKET(S) MAY CAUSE STEERING IMPAIRMENT WHICH COULD RESULT IN A VEHICLE CRASH.,"SPARTAN WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 26, 2010. OWNERS MAY CONTACT SPARTAN AT SPARTAN CHASSIS AT 1-800-543-4277 - OPTION 1." -05/14/2010,10V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V208000),"Nissan North America, Inc.",LOWER CONTROL LINK ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,41649,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010 TITAN, ARMADA, QX56, FRONTIER, XTERRA, AND PATHFINDER VEHICLES MANUFACTURED FROM NOVEMBER 19, 2009 THROUGH MARCH 3, 2010. THE LOWER CONTROL LINK ASSEMBLY HAS TWO CYLINDRICAL COLLARS FORMING THE INBOARD ATTACHMENT POINTS TO THE CHASSIS. DUE TO AN IMPROPER WELDING PROCESS SOME COLLARS MAY CONTAIN WELDS THAT DO NOT MEET STRENGTH SPECIFICATIONS.","IF THE COLLAR WELD SEPARATES, THE VEHICLE HANDLING WILL DETERIORATE, POSSIBLY RESULTING IN A VEHICLE CRASH.","NISSAN WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 20, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -05/14/2010,10V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V230000),Labrie Enviroquip Group,SEAT BELT DAMAGE,SEAT BELTS,NR (Not Reported),Vehicle,27,"LABRIE IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 EXPERT T, AUTOMIZER, AND AUTOMIZER 2010 GARBAGE AND RECYCLING TRUCKS. THE FEMALE PORTION OF THE SEAT BELT CAN BE DAMAGED BY THE ARM REST WHICH IS ALSO A JOYSTICK BRACKET.","IF THE FEMALE PORTION OF THE SEAT BELT IS DAMAGED, THE SEAT BELT MAY NOT FUNCTION PROPERLY IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","LABRIE WILL NOTIFY OWNERS AND DEALERS WILL REPLACE ANY DAMAGED SEAT BELT AND INSTALL A DEFLECTOR TO PREVENT POSSIBLE DAMAGES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 18, 2010. OWNERS MAY CONTACT LABRIE AT 1-877-4LABRIE (1-877-452-2743)." -05/13/2010,10V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V206000),Mobility Works (WMK Inc.),WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,156,"MOBILITY WORKS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 CONVERSION VANS BUILT ON FORD E150, E250, AND E350 CHASSIS AFTER NOVEMBER 2007 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"MOBILITY WORKS IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON AUGUST 20, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITY WORKS AT 1-800-769-8267." -05/13/2010,10V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V205000),"MAIN MOBILITY, INC.",WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,133,"MAIN MOBILITY IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 CONVERSION VANS BUILT ON CHEVROLET EXPRESS AND GMC SAVANA CHASSIS FROM OCTOBER 2007 THROUGH MAY 2010 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","MAIN MOBILITY WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON MAY 27, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MAIN MOBILITY AT 1-716-759-6811." -05/11/2010,10V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V197000),"Chrysler (FCA US, LLC)",DOOR LOCK ROD,LATCHES/LOCKS/LINKAGES,K09,Vehicle,123,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 DODGE CALIBER VEHICLES. SOME VEHICLES MAY HAVE BEEN BUILT WITH AN INCORRECT DOOR LOCK ROD IN THE RIGHT FRONT DOOR.,AN UNLATCHED DOOR COULD INCREASE THE RISK OF AN UNBELTED FRONT SEAT PASSENGER BEING EJECTED FROM THE VEHICLE.,DEALERS WILL INSPECT AND REPLACE THE FRONT RIGHT DOOR LOCK ROD AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -05/11/2010,10V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V198000),PACCAR Incorporated,PETERBILT/FMVSS 121,"SERVICE BRAKES, HYDRAULIC",510-C,Vehicle,6,"PETERBILT IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MODEL 325, 330, 335, 337, 340, AND 348 TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE ABS MALFUNCTION INDICATOR LAMP MAY BE ILLUMINATED AT ALL TIMES.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL RE-PIN THE HYDRAULIC BRAKE HARNESS INSURING A NORMALLY CLOSED DIAGNOSTIC SWITCH IS INSTALLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 16, 2010. OWNERS MAY CONTACT PETERBILT AT 1-940-591-4196." -05/11/2010,10V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V201000),Skyline Corporation,PLUG IN REMOTE CONTROL RECEIVER FOR FIREPLACE,EQUIPMENT,NR (Not Reported),Vehicle,44,"SKYLINE IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2007 PARK MODEL TRAILERS MANUFACTURED FROM JUNE 1, 2003 THROUGH MAY 31, 2007. THE PLUG IN REMOTE CONTROL RECEIVER FOR THE FIREPLACE CAN OVERHEAT.",THIS COULD RESULT IN A FIRE.,"SKYLINE WILL NOTIFY OWNERS AND REPLACE THE RECEIVERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 19, 2010. OWNERS MAY CONTACT SKYLINE TOLL-FREE AT 1-800-733-4250." -05/11/2010,10V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V202000),Ford Motor Company,RIGHT HAND PARKING BRAKE CABLE RETENTION ACTUATOR,PARKING BRAKE,10S12,Vehicle,2934,"FORD IS RECALLING CERTAIN MODEL YEAR 2010 RANGER VEHICLES MANUFACTURED FROM JUNE 8, 2009 THROUGH FEBRUARY 2, 2010 EQUIPPED WITH MANUAL TRANSMISSION. IT IS POSSIBLE FOR THE PARKING BRAKE CABLE TO BECOME DISCONNECTED FROM THE RIGHT REAR ACTUATOR DURING COLD WEATHER. THIS MAY OCCUR WHEN THE PARKING BRAKE IS RELEASED IF WET PARKING BRAKE SHOES HAVE FROZEN IN THE APPLIED POSITION. IF THE RIGHT REAR PARKING BRAKE CABLE BECOMES DISCONNECTED, THE PEDAL WILL HAVE EXTENDED TRAVEL AND MAY NOT FULLY APPLY THE PARKING BRAKE.",A MANUAL TRANSMISSION VEHICLE PARKED IN NEUTRAL WITHOUT A FULLY APPLIED PARKING BRAKE MAY HAVE UNINTENDED MOVEMENT WHICH MAY CAUSE A CRASH.,"DEALERS WILL INSTALL A REVISED RIGHT REAR PARKING BRAKE ACTUATOR TO PREVENT CABLE DISCONNECTION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 21, 2010. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -05/11/2010,10T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T014000),"Max-Trac Tire Co., Inc.",TREAD SEPARATION,TIRES,153,Tire,64,"MAX-TRAC, DBA AVON MOTORCYCLE TYRES, IS RECALLING CERTAIN AVON COBRA AV72 MOTORCYCLES TIRES, SIZE 240/50R16 84V, PRODUCED FROM OCTOBER 11 THROUGH NOVEMBER 7, 2009. THESE TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 119, ""NEW PNEUMATIC TIRES FOR MOTOR VEHICLES WITH A GVWR OF MORE THAN 4,536 KILOGRAMS (10,000 POUNDS) AND MOTORCYCLES."" SEPARATION OF THE BREAKER / PLY CAN OCCUR RESULTING IN EARLY FAILURE.","SHOULD THIS OCCUR, THE TREAD MAY SEPARATE FROM THE TIRE CASING INCREASING THE RISK OF A VEHICLE CRASH.","AVON MOTORCYCLE TYRES WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE, INCLUDING MOUNTING AND BALANCING. THE SAFETY RECALL BEGAN ONMAY 17, 2010. OWNERS MAY CONTACT AVON MOTORCYCLE TYRES NORTH AMERICA AT 1-800-624-7470, OPTION 5." -05/11/2010,10V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V199000),Motor Coach Industries,WHEEL SEPARATION,POWER TRAIN,345/346,Vehicle,335,"MCI IS RECALLING CERTAIN MODEL YEAR 2010 D4000, D4005, D4500, D4505, E4500, AND J4500 MODEL MOTOR COACHES MANUFACTURED FROM SEPTEMBER 2009 THROUGH MAY 2010, EQUIPPED WITH ARVINMERITOR FRONT AND TAG AXLE ASSEMBLIES. THE SUSPECT AXLES MAY HAVE HAD IMPROPER TORQUE APPLIED TO THE HUB/ROTOR/WHEEL ADAPTER BOLTS DURING THE ASSEMBLY PROCESS. REDUCED BOLT TORQUE COULD LEAD TO VIBRATION LOOSENING OF THE BOLT.",THIS COULD RESULT IN A LOSS OF THE WHEEL POSSIBLY RESULTING IN A CRASH.,"MCI WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTOR COACHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2010. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -05/11/2010,10V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V200000),"Chrysler (FCA US, LLC)",WIRELESS IGNITION NODE MODULE,ELECTRICAL SYSTEM,K08,Vehicle,37335,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 CHRYSLER 300, DODGE CHALLENGER, CHARGER, JEEP COMMANDER, GRAND CHEROKEE AND DODGE RAM VEHICLES. THESE VEHICLES MAY HAVE BEEN BUILT WITH A WIRELESS IGNITION NODE (WIN) MODULE EXHIBITING A BINDING CONDITION OF THE SOLENOID LATCH.",THE RESULT OF THE DEFECT COULD LEAD TO A CONDITION WHERE THE KEY MAY BE REMOVED FROM THE IGNITION SWITCH (WIN MODULE) PRIOR TO PLACING THE SHIFTER IN PARK. THIS COULD RESULT IN THE POTENTIAL FOR UNINTENDED VEHICLE MOVEMENT AND COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE WIN MODULE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 23, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/10/2010,10V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V211000),PACCAR Incorporated,KENWORTH/SPRING BRAKE AIR GOVERNOR,"SERVICE BRAKES, AIR",10KWD,Vehicle,22,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2011 T270, T370, AND T800 TRUCKS MANUFACTURED FROM JANUARY 28 THROUGH MARCH 19, 2010, EQUIPPED WITH DV-2 AIR GOVERNOR CONTAINING PART NUMBER G90-1070-2111111 ON THE T270/370 MODEL TRUCKS AND PART NUMBER G90-1070-11113111 ON THE T800 MODEL TRUCKS. THE DV-2 AIR GOVERNOR WAS MISASSEMBLED WITH A BLANK PLUG INSTEAD OF A BREATHER. WITHOUT THE BREATHER INSTALLED, THE AIR GOVERNOR MAY NOT BE ABLE TO DETECT THE LOSS OF AIR PRESSURE IN THE AIR SYSTEM DURING NORMAL USE. THIS CONDITION MAY RESULT IN THE SLOW ACTIVATION OF THE EMERGENCY SPRING BRAKES.","ALTHOUGH THE OPERATOR IS WARNED OF LOW AIR PRESSURE BY AUDIBLE AND VISUAL LOW AIR PRESSURE WARNING ALARMS, A VEHICLE CRASH OR FIRE IS POSSIBLE IF THESE WARNINGS ARE NOT HEEDED.","KENWORTH WILL NOTIFY OWNERS AND REPAIR THE VEHICLES BY REPLACING THE BLANK PLUG WITH A BREATHER AND INSPECT FOR PROPER FUNCTION FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 10, 2010. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -05/10/2010,10V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V204000),STARTRANS BUS CORPORATION,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,000314,Vehicle,805,"STARTRANS BUS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 CANDIDATE, CANDIDATE II, SENATOR, SENATOR HD, PRESIDENT, TROLLEY, SENATOR II, AND SENTINAL TRANSIT BUSES MANUFACTURED FROM DECEMBER 2007 THROUGH DECEMBER 18, 2009 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"STARTRANS BUS IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARTRANS BUS AT 1-574-642-0811." -05/10/2010,10V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V203000),STARTRANS BUS CORPORATION,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,000314,Vehicle,183,"STARTRANS BUS IS RECALLING CERTAIN MODEL YEAR 2009 CANDIDATE, CANDIDATE II, SENATOR, SENATOR HD, PRESIDENT, TROLLEY, AND SENATOR II TRANSIT BUSES MANUFACTURED FROM SEPTEMBER 2007 THROUGH DECEMBER 18, 2009, AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","STARTRANS BUS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARTRANS BUS AT 1-574-642-0811." -05/10/2010,10V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V207000),Mobility Works (WMK Inc.),WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,74,"MOBILITY WORKS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 CONVERSION VANS BUILT ON FORD E150, E250, AND E350 CHASSIS AND CHEVROLET 2500 CHASSIS AFTER NOVEMBER 2007 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","MOBILITY WORKS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON AUGUST 20, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITY WORKS AT 1-800-769-8267." -05/07/2010,10V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V196000),"Subaru of America, Inc.",CRACK OF THE CVT FLUID COOLER HOSE,ENGINE AND ENGINE COOLING,WVQ-27,Vehicle,29443,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2010 OUTBACK AND LEGACY PASSENGER VEHICLES MANUFACTURED FROM JULY 31 THROUGH DECEMBER 1, 2009. A CRACK OR SPLIT CAN OCCUR IN THE CVT COOLER HOSE RESULTING IN A FLUID LEAK.","IF THE FLUID IS COMPLETELY LEAKED DURING DRIVING, THE VEHICLE WILL COME TO A STOP, POSSIBLY RESULTING IN A CRASH.","SUBARU WILL NOTIFY OWNERS AND DEALERS WILL REPLACE ANY AFFECTED COOLER HOSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 8, 2010. OWNERS MAY CONTACT SUBARU AT 1-800-SUBARU3 (1-800-782-2783)." -05/07/2010,10V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V191000),"Wildcat Mfg. Co., Inc.",LENGTH TONGUE ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,74,WILDCAT IS RECALLING CERTAIN MODEL YEAR 2004-2009 510 AND MODEL YEAR 2007-2009 510LT TRAILERS EQUIPPED WITH AN ADJUSTABLE LENGTH TONGUE ASSEMBLY. THE PINTLE EYE USED IN THE TONGUE ASSEMBLY DOES NOT HAVE AN ADEQUATE VERTICAL OR HORIZONTAL LOAD RATING FOR THE GROSS WEIGHT OF THE VEHICLE.,THE PINTLE EYE COULD FAIL RESULTING IN SEPARATION OF THE TONGUE FROM THE TOW VEHICLE INCREASING THE RISK OF A CRASH.,"FIELD KIT MODIFICATIONS ARE CURRENTLY UNDER DEVELOPMENT. THE SAFETY RECALL BEGAN ON JUNE 18, 2010. OWNERS MAY CONTACT WILDCAT AT 800-627-3954." -05/07/2010,10V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V189000),"Daimler Trucks North America, LLC",LOW PRESSURE FUEL FLANGE,"FUEL SYSTEM, OTHER",FL-578,Vehicle,30704,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 FREIGHTLINER COLUMBIA, CASCADIA, CORONADO, CENTURY, M2, STERLING 9500, AND WESTERN STAR 4900 VEHICLES EQUIPPED WITH DD 13 AND DD15/DD16 ENGINES AND MANUFACTURED FROM JANUARY 1, 2007 THROUGH APRIL 5, 2010. SHOULD THE FUEL FILTER BECOME RESTRICTED, THE LOW PRESSURE FUEL FLANGE MAY DEVELOP A CRACK RESULTING IN A FUEL LEAK.",FUEL LEAKING ONTO THE ROADWAY MAY RESULT IN VEHICLE CRASH.,"THE LOW PRESSURE FUEL FLANGE WILL BE REPLACED WITH A MORE ROBUST COMPONENT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 17, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -05/07/2010,10E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E016000),"Daimler Trucks North America, LLC",LOW PRESSURE FUEL FLANGE/DIESEL FUEL LEAK,ENGINE AND ENGINE COOLING,10C-3,Equipment,37647,"DTNA IS RECALLING CERTAIN DETROIT DIESEL ENGINES, MODELS DD13, DD15, AND DD16, MANUFACTURED FROM JANUARY 1, 2007 THROUGH APRIL 5, 2010, INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN HEAVY DUTY TRUCKS. SHOULD THE FUEL FILTER BECOME RESTRICTED, THE LOW PRESSURE FUEL FLANGE MAY DEVELOP A CRACK RESULTING IN A LEAK OF DIESEL FUEL.",DIESEL FUEL LEAKING ONTO THE ROADWAY MAY RESULT IN A VEHICLE CRASH.,"DTNA WILL REPLACE THE LOW PRESSURE FUEL FLANGE WITH A MORE ROBUST COMPONENT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 17, 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5800 OR DAIMLER TRUCKS AT 1-800-547-0712." -05/07/2010,10V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V192000),Newell Coach Corp.,SUDDEN OPENING OF ENTRY DOOR,STRUCTURE,NR (Not Reported),Vehicle,18,"NEWELL IS RECALL CERTAIN MODEL YEAR 2010-2011 MOTOR COACHES MANUFACTURED FROM MARCH 12, 2009 THROUGH MARCH 29, 2010. THE ENTRY DOOR MAY SUDDENLY OPEN DUE TO A WIRING SHORT.","IF THIS OCCURRED DURING TRAVEL IT COULD CAUSE DRIVER DISTRACTION, AND/OR ALLOWING SOMEONE WHO IS NOT SEATED TO FALL OUT OF THE COACH CAUSING INJURY OR DEATH.","DEALERS WILL ADD A SAFETY INTERLOCK SYSTEM THAT REMOVES ALL ELECTRICAL POWER TO THE DOOR WHEN THE PARKING BRAKE IS RELEASED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 19, 2010. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -05/07/2010,10V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V190000),"Volvo Car USA, LLC",TIRE AND LOADING INFORMATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,679,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2010 XC70 VEHICLES MANUFACTURED FROM DECEMBER 5, 2006 THROUGH OCTOBER 1, 2009 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE FMVSS LABEL, TIRE AND LOADING INFORMATION LABEL AND A PAGE IN THE OWNER'S MANUAL CONTAIN INCORRECT MAXIMUM PERMISSIBLE INFLATION PRESSURE ACCORDING TO FMVSS 110.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"THE CORRECTIVE ACTION IS TO UPDATE THE VEHICLES WITH A NEW FMVSS LABEL, TIRE AND LOADING INFORMATION LABEL AND TPMS SOFTWARE. VOLVO RETAILERS WILL ALSO APPLY A LABEL WITH CORRECT MAXIMUM TIRE PRESSURE INFORMATION TO THE OWNER'S MANUAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 14, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -05/07/2010,10V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V195000),Pierce Manufacturing,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,39-0139830,Vehicle,827,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 ARROW XT, DASH, LANCE, QUANTUM, AND VELOCITY EMERGENCY VEHICLES MANUFACTURED FROM DECEMBER 20, 2006, THROUGH FEBRUARY 1, 2010, EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES. THE ENGINE MAY SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.,"OWNERS WILL BE NOTIFIED BY DETROIT DIESEL AND DETROIT DIESEL WILL REPAIR THE VEHICLES FREE OF CHARGE BY REPROGRAMMING THE ENGINE CONTROL LOGIC TO ILLUMINATE A MALFUNCTION INDICATOR LIGHT WITHOUT REQUESTING ENGINE SHUTDOWN. PLEASE SEE DAIMLER TRUCKS' DEFECT REPORT 10E-005. THE SAFETY RECALL BEGAN ON MAY 28, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR PIERCE AT 1-920-832-3000." -05/07/2010,10V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V193000),"Nissan North America, Inc.",WELD OUT OF SPECIFICATION,STRUCTURE,NR (Not Reported),Vehicle,113,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2010 ALTIMA VEHICLES MANUFACTURED FROM APRIL 7, 2010 THROUGH APRIL 13, 2010. SOME OF THE FRONT SIDE MEMBER ASSEMBLY COMPONENTS MAY NOT HAVE BEEN WELDED TO SPECIFICATION DUE TO A TOOL MAINTENANCE ERROR.","IF SEVERAL STRUCTURAL WELDS ARE OUT OF SPECIFICATION ON A SINGLE VEHICLE, IT MAY HAVE AN EFFECT ON THE VEHICLE CRASH PERFORMANCE.","DEALERS WILL INSPECT AND IF NECESSARY REPAIR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 13, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -05/05/2010,10V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V188000),"Bombardier Recreational Products, Inc.",LATCHING MECHANISM ADVANCED TEC TRAILER,TRAILER HITCHES,NR (Not Reported),Vehicle,1131,"BRP IS RECALLING CERTAIN MODEL YEAR 2010 SEA-DOO ADVANCED TEC TRAILERS MANUFACTURED FROM DECEMBER 10, 2009 THROUGH MARCH 22, 2010. THE LATCHING MECHANISM OF A SEA-DOO PERSONAL WATERCRAFT TO AN ADVANCED TEC TRAILER (KNOWN AS THE iCATCH) MAY BE MISADJUSTED AND NOT PROPERLY SECURE THE FRONT END OF THE PERSONAL WATERCRAFT BEING TRANSPORTED. WHEN THIS CONDITION EXISTS, IT IS POSSIBLE THAT ROAD OSCILLATIONS CAUSE THE PERSONAL WATERCRAFT TO JUMP OUT OF THE iCATCH HOOK PART OF THE MECHANISM.","IF THE REAR LATCHING STRAPS ARE NOT USED TO PROPERLY SECURE THE BACK END OF THE PERSONAL WATERCRAFT, IT MAY SLIDE OFF THE TRAILER INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A SAFETY CABLE ON THE FRONT LATCH MECHANISM, TO AFFIX AN UPDATED LABEL ON THE TRAILER AND TO GIVE TO THE OWNER AN UPDATED USER GUIDE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 15, 2010. OWNERS MAY CONTACT BRP AT 1-888-638-5397." -05/04/2010,10E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E014000),"Meritor, Inc.",AXLE ASSEMBLY/WHEEL OFF CONDITION,POWER TRAIN,C10AA,Equipment,685,ARVINMERITOR IS RECALLING CERTAIN FRONT AND TAG AXLE ASSEMBLIES SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN MCI TRANSIT BUSES. THE SUSPECT AXLES MAY HAVE HAD IMPROPER TORQUE APPLIED TO THE HUB/ROTOR/WHEEL ADAPTER BOLTS DURING THE ASSEMBLY PROCESS. REDUCED BOLT TORQUE COULD LEAD TO VIBRATION LOOSENING OF THE BOLT.,THIS COULD RESULT IN A LOSS OF THE WHEEL POSSIBLY RESULTING IN A CRASH.,"ARVINMERITOR IS WORKING WITH MCI TO NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY MCI DEALERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 7, 2010. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-0896 OR MCI CUSTOMER SERVICE AT 1-800-241-2947." -05/04/2010,10V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V185000),PACCAR Incorporated,REAR AXLE OUTER END HUB,SUSPENSION,10KWB,Vehicle,21,"KENWORTH IS RECALLING CERTAIN MODEL YEAR 2010 T2000, T660, T800 AND W900 VEHICLES MANUFACTURED BETWEEN JULY 30, 2009 AND SEPTEMBER 18, 2009. THE REAR AXLE OUTER END HUB MAY HAVE NOT BEEN PRIMED WITH OIL PROPERLY DURING THE REAR AXLE INSTALLATION PROCESS. POTENTIAL LACK OF OIL MAY CAUSE THE OUTER END BEARING TO HEAT UP AND/OR SEIZE, POSSIBLY RESULTING IN THE OVERHEATING OF THE WHEEL END.","A WHEEL END FIRE MAY OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BEARINGS, SEALS AND WILL ADD OIL TO THE OUTER END HUB AS WELL AS INSPECT RACES AND AXLE HOUSING FOR DAMAGE AND REPLACING AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 24, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -05/03/2010,10E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E013000),FABTECH MOTORSPORTS,AFTERMARKET REPLACEMENT PITMAN ARMS,STEERING,NR (Not Reported),Equipment,1500,"FABTECH IS RECALLING CERTAIN AFTERMARKET REPLACEMENT PITMAN ARMS, P/NOS. FTS93001 AND FT44039, INSTALLED FOR USE ON CERTAIN 2003 THROUGH 2008 DODGE 2500 4WD, 3500 4WD, AND 1500 4WD MEGA CAB VEHICLES. THE PITMAN ARM CAN FRACTURE AND BREAK AWAY FROM THE STEERING BOX CAUSING TOTAL LOSS OF STEERING CONTROL.","STEERING LOSS COULD RESULT IN A VEHICLE CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, INJURY OR DEATH.","FABTECH WILL NOTIFY OWNERS AND AUTHORIZED INSTALLERS WILL INSPECT FOR DEFECTIVE PITMAN ARM AND REPLACE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 24, 2010. OWNERS MAY CONTACT FABTECH AT 1-877-432-2832." -05/03/2010,10V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V183000),"Daimler Trucks North America, LLC",DASH HEATER ACTUATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1515,"DTNA IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 HDX SCHOOL BUSES MANUFACTURED ON NOVEMBER 15, 2007 THROUGH JUNE 15, 2009. THE HEATER COOLANT FLOW VALVE ACTUATOR 0-RING MAY ALLOW COOLANT LEAKAGE INTO THE HEATER CORE COMPARTMENT AND THE ACTUATOR PC BOARD AREA POTENTIALLY CAUSING THE ACTUATOR TO OVERHEAT AND/OR MELT.",AN OVERHEATED AND/OR MELTED ACTUATOR MAY RESULT IN A VEHICLE FIRE.,"DTNA WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY THOMAS BUILT DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -05/03/2010,10V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V184000),"Daimler Trucks North America, LLC",DASH HEATER ACTUATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,118,"DTNA IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 HDX NON SCHOOL BUSES MANUFACTURED BEGINNING NOVEMBER 20, 2007 THROUGH MAY 8, 2009. THE HEATER COOLANT FLOW VALVE ACTUATOR 0-RING MAY ALLOW COOLANT LEAKAGE INTO THE HEATER CORE COMPARTMENT AND THE ACTUATOR PC BOARD AREA POTENTIALLY CAUSING THE ACTUATOR TO OVERHEAT AND/OR MELT.",AN OVERHEATED AND/OR MELTED ACTUATOR MAY RESULT IN A VEHICLE FIRE.,"DTNA WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY THOMAS BUILT DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -05/03/2010,10E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E015000),Villa International,DRIVER/PASSENGER SEAT,SEATS,NR (Not Reported),Equipment,36,"KUSTOM FIT, A DIVISION OF VILLA FURNITURE MFG CO. INC. IS RECALLING CERTAIN DRIVER AND PASSENGER SEATS, PART NO. 5564, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT FOR REXHALL MOTORHOMES. THE SEAT'S SLIDE TRACKS FAIL TO CONFORM TO THE STATIC PULL TEST OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 207, ""SEATING SYSTEMS,"" AND 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT'S SLIDE TRACKS CAN SEPARATE, POSSIBLY RESULTING IN INJURY.","KUSTOM FIT IS WORKING WITH REXHALL TO NOTIFY OWNERS AND THE SEATS IN THE MOTORHOMES WILL BE REPAIRED FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY AUTHORIZED DEALERS. THE SAFETY RECALL BEGAN ON JULY 1, 2010. OWNERS MAY CONTACT KUSTOM FIT AT 1-323-564-4481." -05/03/2010,10V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V180000),"Big Dog Motorcycles, LLC",LOOSE CONNECTION/ ELECTRONIC HARNESS CONTROLLER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1895,"BIG DOG IS RECALLING CERTAIN 2004 CHOPPER, BULLDOG, RIDGEBACK, MASTIFF, BOXER, AND PITBULL MOTORCYCLES. THERE IS A POSSIBLE LOOSE CONNECTION BETWEEN THE HARNESS CONNECTOR AND THE ELECTRONIC HARNESS CONTROLLER.","THIS CONDITION MAY CAUSE THE MOTORCYCLE TO EXPERIENCE INTERMITTENT LOSS OF ELECTRICAL POWER TO VARIOUS COMPONENTS, WHICH CAN LEAD TO, AMONG OTHER THINGS, A LOSS OF HEADLAMP FUNCTION OR A VEHICLE STALL, INCREASING THE RISK OF A CRASH.","BIG DOG WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 24, 2010. OWNERS MAY CONTACT BIG DOG AT 1-316-219-9121." -05/03/2010,10V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V194000),Starcraft Bus,SEAT CUSHION RETENTION LOCKING MECHANISM,SEATS,NR (Not Reported),Vehicle,1,"STACRAFT IS RECALLING ONE MODEL YEAR 2010 QUEST SCHOOL BUS WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" THE SEAT CUSHION RETENTION LOCKING MECHANISM IN CERTAIN SCHOOL BUS SEATS CAN BE MISALIGNED.",THE SEAT OCCUPANTS MAY BE INJURED IN THE EVENT OF A CRASH.,"STARCRAFT WILL REPAIR THE BUS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2010. OWNERS MAY CONTACT STARCRAFT AT 1-800-348-7440." -05/03/2010,10V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V181000),Shyft Group,UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10009,Vehicle,167,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 GLADIATOR FIRE APPARATUS CLASS 8 VEHICLES MANUFACTURED BEGINNING AUGUST 21, 2007 THROUGH MARCH 8, 2010, EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES. THE ENGINE MAY SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.,"SPARTAN WILL NOTIFY OWNERS AND DETROIT DIESEL WILL REPAIR THE VEHICLES FREE OF CHARGE BY REPROGRAMMING THE ENGINE CONTROL LOGIC TO ILLUMINATE A MALFUNCTION INDICATOR LIGHT WITHOUT REQUESTING ENGINE SHUTDOWN. PLEASE SEE DAIMLER TRUCKS' DEFECT REPORT 10E-005. THE SAFETY RECALL BEGAN ON MAY 19, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR SPARTAN CHASSIS AT 1-800-543-4277 - OPTION 1." -05/03/2010,10V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V182000),Farber Specialty Vehicles,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"FARBER SPECIALTY VEHICLES (FSV) IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 FSV SPECIALTY VEHICLES MANUFACTURED BETWEEN OCTOBER 2007 AND DECEMBER 2009 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","FSV WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON APRIL 20, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FSV AT 1-614-863-6470." -04/30/2010,10V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V179000),"General Motors, LLC",HOOD LOUVER SEPARATION,STRUCTURE,N100088,Vehicle,162129,"GM IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 HUMMER H3 VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE INTEGRAL CLIP-TABS ON THE LOUVER ON THE HOOD MAY FRACTURE, CAUSING THE HOOD LOUVER RATTLE AGAINST THE HOOD AND BECOME LOOSE. IF THIS INDICATOR IS UNNOTICED, ADDITIONAL CLIPS COULD FRACTURE AND THE HOOD LOUVER COULD DETACH FROM THE VEHICLE.","IF THE VEHICLE IS BEING DRIVING WHEN THIS OCCURS, IT COULD STRIKE A FOLLOWING VEHICLE AND CAUSE INJURY AND/OR PROPERTY DAMAGE.","DEALERS WILL APPLY AN ADHESIVE TO THE HOOD LOUVER TO SECURE IT TO THE HOOD. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2010. OWNERS MAY CONTACT HUMMER AT 800-732-5493 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -04/30/2010,10V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V177000),"Daimler Trucks North America, LLC",HYDRAULIC BRAKE SWITCHES,EXTERIOR LIGHTING,FL-577,Vehicle,6548,"DTNA IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2011 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BEGINNING JANUARY 19, 2005 THROUGH APRIL 16, 2010. THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.",THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE SERVICE BRAKES ARE APPLIED WHICH MAY LEAD TO A CRASH WITHOUT WARNING.,"DTNA WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DTNA DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 27, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/30/2010,10V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V178000),"Daimler Trucks North America, LLC",HYDRAULIC BRAKE SWITCHES,EXTERIOR LIGHTING,FL-577,Vehicle,8971,"DTNA IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2011 FREIGHTLINER BUSINESS CLASS C2, FCCC B2 CHASSIS, S2 CHASSIS, AND MC CHASSIS MANUFACTURED BEGINNING JANUARY 19, 2005 THROUGH APRIL 16, 2010. THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS.",THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE SERVICE BRAKES ARE APPLIED WHICH MAY LEAD TO A CRASH WITHOUT WARNING.,"DTNA WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY DTNA DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 27, 2011. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -04/30/2010,10V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V176000),Toyota Motor Engineering & Manufacturing,VEHICLE STABILITY CONTROL SYSTEM,ELECTRONIC STABILITY CONTROL,AOG,Vehicle,50000,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2003 SEQUOIA PASSENGER VEHICLES MANUFACTURED FROM APRIL 1, 2002 THROUGH APRIL 17, 2003. THE CENTER POSITION OF THE STEERING ANGLE SENSOR (SAS) MAY NOT BE STORED CORRECTLY DUE TO IMPROPER LOGIC OF THE SKID CONTROL ECU PROGRAMMING. THE VEHICLE STABILITY CONTROL (VSC) SYSTEM COULD ACTIVATE AT LOW SPEED FOR A FEW SECONDS DURING ACCELERATION FROM A STOPPED POSITION.","SHOULD THIS OCCUR, THE VEHICLE MAY NOT ACCELERATE AS QUICKLY AS THE DRIVER EXPECTS, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL REFLASH THE ECU. IF THE REFLASH CANNOT BE COMPLETED ON A PARTICULAR VEHICLE, THE ECU WILL BE REPLACED WITH A NEW ONE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 11, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/29/2010,10V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V174000),Honda (American Honda Motor Co.),POWER STEERING HOSE,STEERING,R35,Vehicle,167255,"HONDA IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2008 ACURA TSX PASSENGER VEHICLES MANUFACTURED BETWEEN SEPTEMBER 25, 2002 AND FEBRUARY 13, 2008. PROLONGED HIGH UNDER HOOD TEMPERATURES MAY CAUSE THE POWER STEERING HOSE TO DETERIORATE PREMATURELY AND MAY CAUSE THE HOSE TO CRACK AND LEAK POWER STEERING OIL.","OIL LEAKING ONTO A HOT EXHAUST PIPE WILL GENERATE SMOKE AND A BURNING SMELL, AND COULD POTENTIALLY RESULT IN AN UNDER HOOD FIRE.","HONDA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN MAY 28, 2010. OWNERS MAY CONTACT ACURA CLIENT SERVICES AT 1-800-382-2238." -04/27/2010,10V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V175000),"Nissan North America, Inc.",NONDEPLOYMENT OF THE PASSENGER AIRBAG,AIR BAGS,NR (Not Reported),Vehicle,134215,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2007 INFINITI G35 SEDANS MANUFACTURED FROM MARCH 29, 2004 THROUGH AUGUST 25, 2006 AND INFINITI G35 COUPES MANUFACTURED FROM APRIL 1, 2004 THROUGH MAY 30, 2007. THE WIRE HARNESS CONNECTING THE BELT TENSION SENSOR (BTS) AND THE OCCUPANT DETECTION SENSOR (ODS) CONTROL UNIT UNDER THE FRONT PASSENGER SEAT CAN EXPERIENCE RELATIVE MOVEMENT WHICH CAN CAUSE WEAR AND OXIDIZATION OF THE TERMINALS AND MAY CAUSE INTERRUPTION OF THE SIGNAL.","IN THE EVENT OF A CRASH, THE AIRBAG MAY NOT DEPLOY, INCREASING THE RISK OF INJURY.","NISSAN WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 12, 2010. OWNERS MAY CONTACT NISSAN TOLL-FREE AT 1-800-662-6200." -04/27/2010,10V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V171000),Daimler Buses North America,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,100,"DAIMLER BUS NORTH CAROLINA (DBNC) IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 SPRINTER BUS TRANSIT BUSES MANUFACTURED BETWEEN MARCH 2008 AND JULY 2009 FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"DBNC IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON AUGUST 6, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DBNC AT 1-905-403-7807." -04/27/2010,10V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V173000),Daimler Buses North America,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,17,"DAIMLER BUS NORTH CAROLINA (DBNC) IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 SPRINTER BUS TRANSIT BUSES MANUFACTURED BETWEEN JUNE AND DECEMBER 2009 FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","DBNC IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON AUGUST 6, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DBNC AT 1-905-403-7807." -04/26/2010,10V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V172000),"General Motors, LLC",STEERING WHEEL POSITION SENSOR,STEERING,NR (Not Reported),Vehicle,40028,"GM IS RECALLING CERTAIN MODEL YEAR 2005 AND 2006 CHEVROLET CORVETTE PASSENGER CARS MANUFACTURED BETWEEN MARCH 2004 AND JANUARY 2006 EQUIPPED WITH A TILT AND TELESCOPING STEERING COLUMN (RPO N37). IN RARE CASES, REPEATED MOVEMENT OF THE STEERING COLUMN MAY CAUSE A SIGNAL INTERRUPTION WITHIN THE COLUMN. IF THIS OCCURS, THE MESSAGE, ""SERVICE ACTIVE HANDLING SYSTEM"" WILL APPEAR IN THE DRIVER INFORMATION CENTER, AND ONE OR MORE OF THE BRAKES MAY APPLY, POSSIBLY CAUSING THE VEHICLE TO PULL TO THE RIGHT OR LEFT.","IF THE DRIVER DOES NOT RESPOND TO THE CHANGE IN VEHICLE MOVEMENT, A CRASH COULD OCCUR.","GM WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 30, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -04/23/2010,10V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V167000),REV Recreation Group,FEDERAL CERTIFICATION TAG/TIRE PRESSURE TIRE SIZE,EQUIPMENT,10420FRV,Vehicle,94,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010-2011 BOUNDER CLASSIC 30T AND MODEL YEAR 2010 ENCOUNTER 28MS, 30SA AND 32BH CLASS A MOTOR HOMES MANUFACTURED FEBRUARY 26, 2010 THROUGH JUNE 17, 2010 FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567,""CERTIFICATION."" THE FEDERAL CERTIFICATION TAG WAS PRINTED WITH AN INCORRECT FRONT AND REAR TIRE PSI.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"FLEETWOOD WILL MAIL CORRECT FEDERAL CERTIFICATION TAGS TO DEALERS AND OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. IF CUSTOMERS DO NOT FEEL COMFORTABLE INSTALLING THE TAGS THEY MAY TAKE THEIR MOTOR HOME TO ANY FLEETWOOD DEALER AND THEY WILL PERFORM THIS SERVICE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2010. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -04/23/2010,10V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V168000),Trans Tech Bus,HVAC CONTROL KNOBS,VISIBILITY,NR (Not Reported),Vehicle,192,"TRANSPORTATION COLLABORATIVE INC. (TCI) IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 SCHOOL BUSES MODELS SST 30 PAK, STH4+9, STH4, STH5RL, ST5, ST4, DW4+9139, DW5193FRL, DW5139, DW5+9195, DW5+9159FRL, DW6159FRL, AND DW6159 MANUFACTURED ON CHEVROLET EXPRESS AND GMC SAVANA CHASSIS FROM FEBRUARY 2009 THROUGH APRIL 15, 2010. THE HVAC CONTROL KNOBS MAY FRACTURE AND SPIN ON THE CONTROL SHAFT CAUSING THE OPERATOR TO BE UNABLE TO CONTROL THE DEFROST SYSTEM. THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHEILD DEFROSTING AND DEFOGGING SYSTEM.""","IF THIS CONDITION AFFECTS THE DEFROST SYSTEM WHEN IT IS REQUIRED, IT MAY DECREASE THE DRIVER'S VISIBILITY, POSSIBILY RESULTING IN A CRASH.","TCI WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 29, 2010. OWNER MAY CONTACT TCI AT 1-845-988-0419." -04/23/2010,10V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V165000),WESTPORT FUEL SYSTEMS INC,MANDATORY FUEL SHUT-OFF VALVE UPGRADE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,11,"WESTPORT IS RECALLING CERTAIN ISX G CLASS 8 VEHICLES EQUIPPED WITH LIQUEFIED NATURAL GAS PUMPS. THE VENT HOLE ASSOCIATED WITH THE PUMP PRESSURE RELIEF VALVE MAY HAVE BEEN COVERED BY A WELDING PROCESS, DURING THE MANUFACTURE OF THE PUMP. THIS CAN RENDER THE PRESSURE RELIEF VALVE INEFFECTIVE, RESULTING IN THE POSSIBLE BUILD UP OF GAS IN THE PUMP IF THE MANUAL SHUT-OFF VALVE IS CLOSED.","THIS COULD RESULT IN A SUDDEN LEAK OF HIGH PRESSURE GAS WITHIN THE TANK SHROUD AND A SLOWER LEAK OF TANK PRESSURE, WHICH COULD RESULT IN PERSONAL INJURY AND/OR VEHICLE OR PROPERTY DAMAGE.",WESTPORT WILL INSPECT AND CORRECT THE PROBLEM BY UPGRADING TO AN AUTOMATIC SHUT-OFF VALVE THAT DOES NOT USE THE VENT HOLE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT INLAND KENWORTH FONTANA AT 1-909-823-9955 AND INLAND KENWORTH MONTEBELLO AT 1-323-278-4100. -04/23/2010,10E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E012000),ADVANCED CARBON COMPOSITES INC.,MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,21084,"ADVANCED CARBON COMPOSITES (ACC) IS RECALLING ALL MODEL EXT-001, EXT-002, AND EXT-003 MOTORCYCLE HELMETS, SIZES S/M, M/L, AND L/XL. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION, IMPACT ATTENUATION, AND/OR LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET WILL NOT ADEQUATELY PROTECT THE WEARER OF THE HELMET, INCREASING THE RISK OF INJURY.","THIS COMPANY IS OUT OF BUSINESS. PLEASE SEE ""OTHER RECALL RELATED DOCUMENTS.""" -04/23/2010,10V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V169000),Blue Bird Body Company,POWER CABLES/ELECTRICAL SHORT/FIRE,ELECTRICAL SYSTEM,R10RW,Vehicle,18821,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2009 VISION SCHOOL BUSES MANUFACTURED FROM JANUARY 30, 2003 THROUGH SEPTEMBER 24, 2008. THE POWER CABLES RUNNING TO THE POWER DISTRIBUTION UNIT STUD AND DRIVER'S CONTROL MODULE STUD MAY HAVE BEEN INSTALLED WITH THE LUG (EYELET) FLAT SIDE UP. WHEN THIS CONDITION EXISTS, VIBRATION MAY WEAR THE INSULATION PERMITTING DIRECT CONTACT BETWEEN THE BARE LUG AND THE PDU OR DCM WHICH COULD CAUSE A DIRECT SHORT IN THE ELECTRICAL SYSTEM.",THIS CONDITION COULD RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN MAY 26, 2020. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/23/2010,10V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V170000),Blue Bird Body Company,POWER CABLES/ELECTRICAL SHORT/FIRE,ELECTRICAL SYSTEM,R10RW,Vehicle,195,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2009 VISION NON-SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 19, 2003 THROUGH JULY 2, 2008. THE POWER CABLES RUNNING TO THE POWER DISTRIBUTION UNIT STUD AND DRIVER'S CONTROL MODULE STUD MAY HAVE BEEN INSTALLED WITH THE LUG (EYELET) FLAT SIDE UP. WHEN THIS CONDITION EXISTS, VIBRATION MAY WEAR THE INSULATION PERMITTING DIRECT CONTACT BETWEEN THE BARE LUG AND THE PDU OR DCM WHICH COULD CAUSE A DIRECT SHORT IN THE ELECTRICAL SYSTEM.",THIS CONDITION COULD RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES AS NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 26, 2020. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -04/23/2010,10V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V164000),Braun Corporation,REAR SUSPENSION SPRING HAT RETROFIT,SUSPENSION,NR (Not Reported),Vehicle,834,"THE BRAUN CORPORATION IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 CHRYSLER TOWN & COUNTRY AND DODGE CARAVAN MOBILITY CONVERSIONS WHICH WERE ALTERED BY BRAUN BETWEEN JANUARY 21, 2009 AND MARCH 19, 2010. DURING CONVERSION, THE CHASSIS WAS RAISED AND THE FLOOR WAS LOWERED TO ACCOMMODATE WHEELCHAIR ACCESSIBILITY FEATURES. IN RAISING THE CHASSIS, THE REAR SPRING HATS COME INTO CLOSER PROXIMITY TO THE REAR TIRES. IN ROUGH OR AGGRESSIVE DRIVING SITUATIONS THE TIRES MAY INTERMITTENTLY CONTACT THE REAR SPRING HATS.",CONTACT BETWEEN THE TIRE SPRING HAT MAY WEAR A HOLE IN THE TIRE OVER TIME. THIS MAY RESULT IN LOSS OF VEHICLE CONTROL IN THE EVENT OF TIRE PRESSURE LOSS INCREASING THE RISK OF A CRASH.,"BRAUN WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT BRAUN TOLL-FREE AT 1-800-488-0359." -04/23/2010,10V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V166000),Farber Specialty Vehicles,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,22,"FARBER SPECIALITY VEHICLES (FSV) IS RECALLING CERTAIN MODEL YEAR 2008-2010 FSV SPEACILITY VEHICLES MANUFACTURED BETWEEN DECEMBER 17, 2007 AND DECEMBER 18, 2009 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"FSV IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON APRIL 20, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FSV AT 1-614-863-6470." -04/21/2010,10V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V163000),"Bombardier Recreational Products, Inc.",BRAKING SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3446,"BOMBARDIER RECREATIONAL PRODUCTS, INC. (BRP) IS RECALLING MODEL YEAR 2007-2009 TRAILERS MANUFACTURED BY KARAVAN AND EQUIPPED WITH BRP BRAKES. THE BRAKING SYSTEM MAY NOT HAVE BEEN PROPERLY BLED PRIOR TO DELIVERY TO THE DEALER NETWORK.",THIS MAY LEAD TO BRAKES NOT FUNCTIONING PROPERLY INCREASING THE RISK OF A CRASH.,"DEALERS WILL RE-BLEED THE BRAKING SYSTEMS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 14, 2010. OWNERS MAY CONTACT BRP AT 1-888-638-5397 OR 1-819-566-3366." -04/20/2010,10V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V161000),Ford Motor Company,FRONT DRIVER & PASSENGER SEATS MANUAL RECLINERS,SEATS,10C11,Vehicle,33256,"FORD IS RECALLING CERTAIN MODEL YEAR 2010 FUSION, EXPLORER, EXPLORER SPORT TRAC, AND MERCURY MILAN AND MOUNTAINEER VEHICLES MANUFACTURED BETWEEN DECEMBER 15, 2009 THROUGH FEBRUARY 3, 2010 EQUIPPED WITH FRONT SEAT MANUAL RECLINERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 202, ""HEAD RESTRAINT."" THE RECLINER GEAR PLATE TEETH MAY BE OUT OF DIMENSION SPECIFICATION WHICH COULD RESULT IN LIMITED PAWL TO GEAR PLATE TOOTH ENGAGEMENT.","IN THE EVENT OF A CRASH, THE SEATBACK AND HEAD RESTRAINT MAY MOVE REARWARD, INCREASING THE RISK OF INJURY.","DEALERS WILL REPLACE THE MANUAL RECLINERS FOR BOTH POWER AND MANUAL SEATS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 30, 2010. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -04/20/2010,10V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V162000),PACCAR Incorporated,MEDIUM DUTY HOOD ANTI-BLOWDOWN DEVICE,LATCHES/LOCKS/LINKAGES,0410-B,Vehicle,531,"PETERBILT IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 MODEL 325, 330, 335, 337, 340, AND 348 TRUCKS. THE HOOD ANTI-BLOWDOWN DEVICE IS DESIGNED TO PREVENT UNINTENDED AND UNEXPECTED HOOD CLOSURE. THE DEVICE WITHIN CAN BECOME HINDERED OR INOPERATIVE DUE TO UNINTENTIONAL LATCH MOVEMENT WHICH INTERFERES WITH THE HOOD PIVOT J-HOOK, LATCH MISALIGNMENT, OR LATCH FALLOUT.",AN UNINTENDED LATCH CLOSURE CAN CAUSE PERSONAL INJURY.,"DEALERS WILL INSTALL HOOD ANTI-BLOWDOWN RETENTION CABLES TO THE RADIATOR AND HOOD ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 21, 2010. OWNERS MAY CONTACT PERTERBILT AT 940-591-4196." -04/20/2010,10V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V160000),Toyota Motor Engineering & Manufacturing,SPARE TIRE CARRIER ASSEMBLY CABLE CORROSION,STRUCTURE,AOE,Vehicle,600000,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 1998 THROUGH 2010 SIENNA PASSENGER VEHICLES MANUFACTURED BETWEEN AUGUST 7, 1997 AND JANUARY 4, 2010, CURRENTLY REGISTERED IN OR ORIGINALLY SOLD IN CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WASHINGTON DISTRICT OF COLUMBIA, VIRGINIA, WEST VIRGINIA, AND WISCONSIN. THE SUBJECT VEHICLES ARE EQUIPPED WITH THE SPARE TIRE STOWED UNDER THE VEHICLE. IF THE VEHICLE IS OPERATED IN THE COLD CLIMATE REGIONS OF THE UNITED STATES WHERE ROAD SALT IS FREQUENTLY USED, WATER SPLASHED BACKWARDS WITH HIGH CONCENTRATIONS OF ROAD SALT CAN REACH THE SPARE TIRE CARRIER AND CORRODE THE SPARE TIRE CARRIER ASSEMBLY CABLE.","THE CABLE MAY BREAK DUE TO EXCESSIVE CORROSION AND THE SPARE TIRE MAY SEPARATE FROM THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","TOYOTA WILL NOTIFY OWNERS WITH AN INTERIM LETTER INITIALLY INSTRUCTING THEM TO BRING THEIR VEHICLE TO AUTHORIZED DEALERS TO INSPECT FOR CORROSION. A SECOND NOTICE WILL BE SENT WHEN THE PERMANENT REMEDY IS AVAILABLE. FOR MORE INFORMATION, PLEASE SEE TOYOTA'S AMENDED RECALL REPORT OF JULY 19, 2010. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OCTOBER 12, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/20/2010,10V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V159000),Toyota Motor Engineering & Manufacturing,VEHICLE STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,ALB,Vehicle,9400,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 LEXUS GX460 PASSENGER VEHICLES MANUFACTURED FROM NOVEMBER 16, 2009 THROUGH APRIL 8, 2010. IF THE VEHICLE IS DRIVEN THROUGH A SHARP TURN AT HIGH SPEED, THE VEHICLE MAY SKID IN A SIDEWAYS DIRECTION.",UNDER CERTAIN CONDITIONS THE VEHICLE COULD ROLL OVER AND A CRASH COULD OCCUR.,"TOYOTA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES BY REPROGRAMMING THE VEHICLE STABILITY CONTROL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 18, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/16/2010,10V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V155000),"Hino Motors Sales U.S.A., Inc.",CENTER EXHAUST HANGER TORQUE,ENGINE AND ENGINE COOLING,M0170,Vehicle,560,"HINO IS RECALLING CERTAIN MODEL YEAR 2010 TRUCKS. THE UPPER BOLT OF THE CENTER EXHAUST HANGER MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING THE MANUFACTURING PROCESS. IF THE BOLTS WERE OVER TIGHTENED, THE BOLTS AND THE HANGER BRACKET MAY HAVE BEEN DAMAGED. THIS COULD CAUSE THE BOLT TO FAIL AND THUS THE EXHAUST SYSTEM WOULD NOT BE SUPPORTED AS DESIGNED.","THIS CONDITION WOULD PLACE ADDITIONAL STRESS ON THE OTHER EXHAUST SUPPORT DEVICES AND COULD LEAD TO ADDITIONAL FAILURES. IF THIS CONDITION WERE UNDETECTED IT ULTIMATELY COULD RESULT IN THE EXHAUST SYSTEM SEPARATING FROM THE VEHICLE, THUS FALLING ONTO THE SURFACE OF THE ROADWAY. IF THIS FALLEN PORTION OF THE EXHAUST SYSTEM IS STRUCK BY A VEHICLE IT COULD ULTIMATELY RESULT IN A CRASH.","HINO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2010. OWNERS MAY CONTACT HINO AT 248-699-9330." -04/16/2010,10V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V158000),"Navistar, Inc.",ELECTRICAL SHORTAGE ALTERNATOR,ELECTRICAL SYSTEM,80101-C,Vehicle,521,"WORKHORSE IS RECALLING CERTAIN MODEL YEAR 2010 W42, W62 AND MODEL YEAR 2011 W22 TRUCKS AND BUILT WITH A GENERAL MOTORS GASOLINE ENGINE AND EQUIPPED WITH REMY ALTERNATOR. A LOW RESISTANCE ELECTRICAL SHORT IN THE ALTERNATOR'S VOLTAGE REGULATOR MAY OCCUR.",AN ELECTRICAL SHORT IN THE ALTERNATOR MAY OCCUR WITHOUT WARNING POSSIBLY RESULTING IN A VEHICLE FIRE.,"DEALERS WILL INSPECT AND REPLACE THE ALTERNATOR IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 2, 2010. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731." -04/16/2010,10V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V147000),"Volvo Car USA, LLC",FUEL PRESSURE LINE,"FUEL SYSTEM, GASOLINE",R224,Vehicle,2494,VOLVO IS RECALLING CERTAIN MODEL YEAR 2010 XC90 VEHICLES. A LEAK MAY DEVELOP IN THE FUEL LINE BETWEEN THE LINE AND A CONNECTOR.,FUEL ODOR MAY BE DETECTED. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN LEAD TO A FIRE AT THE RIGHT FRONT WHEEL.,"DEALERS WILL INSPECT THE DATE CODE PRINTED ON THE FUEL LINE AND REPLACE THE FUEL PRESSURE LINE IF IT FALLS WITHIN THE RECALLED RANGE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 23, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -04/16/2010,10E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E008000),ADVANCED CARBON COMPOSITES INC.,MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,654,"ADVANCED CARBON COMPOSITES (ACC) IS RECALLING ALL MODEL EXT-004 MOTORCYCLE HELMETS, SIZES S/M, M/L, AND L/XL. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET COULD BE PENETRATED, POSSIBLY CAUSING SERIOUS INJURY TO THE WEARER OF THE HELMET.","THIS COMPANY IS OUT OF BUSINESS. PLEASE SEE ""OTHER RECALL RELATED DOCUMENTS.""" -04/16/2010,10V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V157000),"Hino Motors Sales U.S.A., Inc.",PROPELLER SHAFT U-JOINT BOLT TORQUE,POWER TRAIN,M0150,Vehicle,726,HINO IS RECALLING CERTAIN MODEL YEAR 2009-2010 NV8J TRUCKS. THE U-JOINT ATTACHMENT BOLTS MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING THE MANUFACTURING PROCESS.,"IF THE BOLTS WERE TO LOOSEN IT COULD CAUSE A VIBRATION IN THE DRIVELINE. IF THIS VIBRATION WERE IGNORED, THE U-JOINT ATTACHMENT BOLTS COULD SHEAR AND A PORTION OF THE PROPELLER SHAFT COULD SEPARATE FROM THE VEHICLE, THUS FALLING ONTO THE SURFACE OF THE ROADWAY AND BE STRUCK BY A VEHICLE RESULTING IN A CRASH.","HINO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2010. OWNERS MAY CONTACT HINO AT 248-699-9330." -04/16/2010,10V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V156000),"Hino Motors Sales U.S.A., Inc.",VERTICAL EXHAUST SUPPORT BOLT TORQUE,ENGINE AND ENGINE COOLING,M0180,Vehicle,89,HINO IS RECALLING CERTAIN TRUCKS WITH VERTICAL EXHAUST PIPES. CERTAIN BOLTS ATTACHING THE EXHAUST SYSTEM TO THE TRUCK MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING THE MANUFACTURING PROCESS. THE BOLTS COULD FAIL ALLOWING THE EXHAUST SYSTEM TO SEPARATE FROM THE TRUCK.,THE EXHAUST SYSTEM COULD FALL ONTO THE ROADWAY AND BE STRUCK BY A FOLLOWING VEHICLE RESULTING IN A CRASH.,"HINO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2010. OWNERS MAY CONTACT HINO AT 248-699-9330." -04/15/2010,10V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V154000),"Hino Motors Sales U.S.A., Inc.",DRIVE COUPLER BOLT TORQUE,ENGINE AND ENGINE COOLING,M0160,Vehicle,571,HINO IS RECALLING CERTAIN MODEL YEAR 2008-2010 NV8J TRUCKS EQUIPPED WITH ALLISON 3000 RDS AUTOMATIC TRANSMISSION. THE DRIVE COUPLER BOLTS MAY NOT HAVE BEEN PROPERLY TIGHTENED AT THE FACTORY DUE TO THE INCORRECT TOOL POSSIBLY BEING USED DURING THE MANUFACTURING PROCESS.,"IF THE DRIVE COUPLER BOLTS WERE TO LOOSEN IT COULD CAUSE A VIBRATION IN THE DRIVELINE. IF THIS VIBRATION WERE IGNORED, THE DRIVE COUPLER BOLTS COULD SHEAR AND THE COUPLING BETWEEN THE ENGINE AND TORQUE CONVERTER WOULD NOT TRANSMIT POWER. THIS ULTIMATELY COULD RESULT IN A CRASH.","HINO WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2010. OWNERS MAY CONTACT HINO AT 1-248-699-9330." -04/15/2010,10V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V150000),PACCAR Incorporated,OVER-TORQUE OF NON-LMS HUBS,POWER TRAIN,10KWA,Vehicle,23,KENWORTH IS RECALLING CERTAIN MODEL YEAR 2010 T270 AND T370 TRUCKS EQUIPPED WITH NON-LMS HUBS. THE SPINDLE NUT ATTACHING THE HUB AND BEARING TO THE AXLE SPINDLE (STEER OR DRIVE) MAY HAVE BEEN OVER-TORQUED DURING THE HUB INSTALLATION PROCESS.,"AN OVER-TORQUE OF THE SPINDLE NUT MAY CAUSE THE BEARING TO SEIZE, POSSIBLY RESULTING IN THE OVERHEATING OF THE WHEEL END. AS A RESULT, A WHEEL END FIRE MAY OCCUR.","DEALERS WILL REPLACE THE BEARINGS FREE OF CHARGE. THE SPINDLE AND HUB WILL BE INSPECTED FOR SCORING AND REPLACED IF NECESSARY. THE SAFETY RECALL BEGAN ON APRIL 23, 2010. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -04/15/2010,10V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V152000),"BMW of North America, LLC",SIDE MARKER LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,735,"BMW IS RECALLING CERTAIN MODEL YEAR 2010 X5 M SAV VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" THESE VEHICLE'S WERE EQUIPPED WITH SIDE MARKER LAMPS, BUT NOT THE POWER SUPPLY CABLES LEADING TO THE LAMPS. AS A RESULT, THE SIDE MARKER LAMPS DO NOT ILLUMINATE.",THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108.,BMW WILL INSTALL POWER SUPPLY CABLES FOR THE FRONT SIDE MARKER LAMPS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT BMW AT 800-525-7417. -04/15/2010,10V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V149000),"Daimler Trucks North America, LLC",TRANSVERSE CONTROL ARM,SUSPENSION,FL-576,Vehicle,175,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2002-2006 UNIMOG U500NA TYPE 405.210 AND 405.230 TRUCKS. A WELD CONNECTING THE TRANSVERSE CONTROL ARM EYES TO THE CONTROL ARM TUBE MAY NOT BE TO SPECIFICATION, POTENTIALLY ALLOWING THE EYE TO SEPARATE FROM THE TUBE WITHOUT WARNING UNDER SEVERE DRIVING CONDITIONS.",UNEXPECTED SEPARATION OF THE TRANSVERSE CONTROL ARM EYES FROM THE CONTROL ARM TUBE MAY CAUSE A LOSS OF VEHICLE CONTROL POTENTIALLY RESULTING IN A CRASH AND PERSONAL INJURY.,"DEALERS WILL INSPECT THE FRONT AND REAR SUSPENSION TRANSVERSE CONTROL ARMS AND IMPROPER WELDED TRANSVERSE CONTROL ARMS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 2, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -04/15/2010,10V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V151000),COMM-TRANS,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,65,"COMM-TRANS IS RECALLING CERTAIN MODEL YEAR 2007-2009 ADA CONVERSION VANS BUILT ON FORD E-150, E-250, AND E-350 CHASSIS BETWEEN DECEMBER 7, 2007 AND DECEMBER 23, 2009 AND FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"COMM-TRANS IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COMM-TRANS AT 1-901-726-9394." -04/15/2010,10V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V153000),COMM-TRANS,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,65,"COMM-TRANS IS RECALLING CERTAIN MODEL YEAR 2007-2009 ADA CONVERSION VANS BUILT ON FORD E-150, E-250, AND E-350 CHASSIS BETWEEN DECEMBER 7, 2007 AND DECEMBER 23, 2009 AND FITTED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" BUTTON BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","COMM-TRANS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COMM-TRANS AT 1-901-726-9394." -04/13/2010,10V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V146000),Vactor Manufacturing,DEBRIS BODY HOIST CYLINDER MOUNTING PIN,STRUCTURE,NR (Not Reported),Vehicle,480,VACTOR IS RECALLING CERTAIN MODEL YEAR 1992 THROUGH 2010 MODEL 2103 SEWER CLEANERS MANUFACTURED BETWEEN DECEMBER 1992 AND MARCH 2010. THE HAIR PIN OF THE MOUNTING PIN THAT ATTACHES THE DEBRIS BODY HOIST (DUMP) TO THE SUB-FRAME IS NOT SUFFICIENT TO RETAIN THE MOUNTING PIN FOR THE ENTIRE LIFE EXPECTANCY OF THE VEHICLE.,"IF THE HAIR PIN COMES OUT OF THE RETAINING PIN, THE RETAINING PIN CAN WORK ITSELF OUT OF THE MOUNT. SHOULD THIS OCCUR WHILE THE DUMP BODY IS IN THE UP POSITION, IT COULD TILT OVER BACKWARDS, POSSIBLY INJURING THE OPERATOR OR PERSONNEL NEAR THE VEHICLE.","VACTOR WILL NOTIFY OWNERS AND REPLACE THE HAIR PIN WITH A COTTER PIN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 14, 2010. OWNERS MAY CONTACT VACTOR AT 1-847-622-7069." -04/13/2010,10V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V148000),Braun Corporation,FUEL PIPE PROXIMITY TO THE LEFT REAR TIRE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,843,"THE BRAUN CORPORATION IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 CHRYSLER TOWN & COUNTRY AND DODGE CARAVAN COMMERCIAL ENTERVANS WHICH WERE ALTERED BY BRAUN BETWEEN JANUARY 21, 2009 AND MARCH 19, 2010. DURING CONVERSION, THE CHASSIS WAS RAISED AND THE FLOOR WAS LOWERED TO ACCOMMODATE WHEELCHAIR ACCESSIBILITY FEATURES. IN RAISING THE CHASSIS, THE FUEL FILL PIPE COMES INTO CLOSER PROXIMITY TO THE LEFT REAR TIRE. IN ROUGH OR AGGRESSIVE DRIVING SITUATIONS, THE TIRE MAY INTERMITTENTLY CONTACT THE FUEL FILL PIPE.","CONTACT BETWEEN THE TIRE AND FUEL FILL PIPE MAY WEAR A HOLE IN ONE OR THE OTHER COMPONENTS OVER TIME. THIS MAY RESULT IN LOSS OF VEHICLE CONTROL IN THE EVENT OF TIRE PRESSURE LOSS, OR A VEHICLE FIRE IN THE EVENT THE FUEL PIPE IS COMPROMISED.","BRAUN WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT BRAUN TOLL-FREE AT 1-800-488-0359." -04/13/2010,10T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T012000),Nitto Tire U.S.A. Inc.,UPPER SIDEWALL CRACKS,TIRES,NR (Not Reported),Tire,1140,"NITTO TIRE IS RECALLING CERTAIN NITTO DUNE GRAPPLER DESERT TERRAIN (S116) TIRES, SIZE 265/50R20 111T. THESE TIRES FAIL TO COMPLY WITH THE ENDURANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, A CRACK MAY DEVELOP IN THE UPPER SIDEWALL AREA OF THE TIRE.","UNDER CERTAIN CIRCUMSTANCES, A CRACK MAY LEAD TO SUDDEN LOSS OF AIR, POTENTIALLY CAUSING A CRASH, INJURY OR DEATH.","NITTO WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE, INCLUDING MOUNTING, BALANCING AND TAXES. THE SAFETY RECALL BEGAN ON APRIL 19, 2010. OWNERS MAY CONTACT NITTO TOLL-FREE AT 1-888-529-8200 8AM TO 5PM PACIFIC TIME." -04/12/2010,10V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V145000),Honda (American Honda Motor Co.),AIRBAG DASHBOARD COVERING,AIR BAGS,R34,Vehicle,1854,"HONDA IS RECALLING CERTAIN MODEL YEAR 2010 ACURA ZDX PASSENGER CARS MANUFACTURED BETWEEN NOVEMBER 12, 2009 AND MARCH 22, 2010. DURING THE MANUFACTURING PROCESS, THE DASHBOARD COVERING MATERIAL MAY HAVE NOT BEEN PROPERLY LASER SCORED TO ALLOW COMPLETE DEPLOYMENT OF THE FRONT PASSENGER'S SRS AIRBAG.","IN THE EVENT OF A CRASH, THE AIRBAG WILL NOT DEPLOY PROPERLY, INCREASING THE RISK OF INJURY.","HONDA WILL NOTIFY OWNERS AND ACURA DEALERS WILL INSPECT THE DASHBOARD COVERING MATERIAL AND REPLACE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 21, 2010. OWNERS MAY CONTACT ACURA CLIENT SERVICES AT 1-800-382-2238." -04/12/2010,10V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V143000),Glaval Bus,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,302,"GLAVAL BUS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 UNIVERSAL, TITAN, TITAN II, PRIMETIME, SPORT, AND APOLLO TRANSIT BUSES MANUFACTURED BETWEEN DECEMBER 2007 AND DECEMBER 2009 FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"GLAVAL BUS IS WORKING WITH RICON AND RICON WILL BE PERFORMING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON APRIL 26, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GLAVAL BUS AT 1-800-322-2884." -04/12/2010,10V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V144000),Glaval Bus,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,132,"GLAVAL BUS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2010 TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 2007 THROUGH DECEMBER 2009, EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION, SHOULD THE ""UP"" SWITCH BE RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL AND MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","GLAVAL BUS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. A SOFTWARE SOLUTION FOR THIS SAFETY DEFECT IS UNDER INVESTIGATION. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON APRIL 26, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GLAVAL BUS AT 1-800-322-2884." -04/09/2010,10V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V142000),H. A. DEHART & SONS,SEAT CUSHION LOCKING MECHANISM,SEATS,NR (Not Reported),Vehicle,4,"H. A. DEHART IS RECALLING CERTAIN MODEL YEAR 2010 AND 2011 THOMAS BUILT 161TS MODEL SCHOOL BUSES MANUFACTURED ON FEBRUARY 24, 2010. THE SEAT CUSHION LOCKING MECHANISMS WERE MISALIGNED DURING VEHICLE ASSEMBLY. THIS ERROR RENDERS THE SCHOOL BUSES NONCOMPLIANT WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT CUSHION COULD DETACH FROM THE SEAT, INCREASING THE RISK OF INJURY TO THE BUS OCCUPANTS.","ALL THE BUSES HAVE BEEN REPAIRED, THEREFORE AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED FOR THIS CAMPAIGN. OWNER MAY CONTACT H. A. DEHART TOLL-FREE AT 1-800-222-0271." -04/08/2010,10E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E011000),Harley-Davidson Motor Company,AFTERMARKET ACCESSORY CAM BUCKLE TIE-DOWN KITS,EQUIPMENT,0142,Equipment,1020,"HARLEY-DAVIDSON HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN CAM BUCKLE TIE-DOWN KITS SOLD AS AFTERMARKET ACCESSORIES, P/NOS. 94690-10 AND 94665-10. THE STRAPS MAY SLIP AT LESS THAN THE RATED 1200 LB LOAD SPECIFICATION.","THIS MAY ALLOW UNEXPECTED SHIFT OR MOVEMENT OF A LOAD BEING SECURED BY THE TIE DOWN STRAPS, WHICH MAY INCREASE THE RISK OF SERIOUS INJURY OR DEATH.","HARLEY-DAVIDSON WILL NOTIFY OWNERS THROUGH ITS DEALER NETWORK AND WILL OFFER A FULL REFUND FOR THE RETURN OF THE DEFECTIVE STRAPS. THE SAFETY RECALL BEGAN ON APRIL 13, 2010. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -04/08/2010,10V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V140000),"Mirage Enterprises, Inc.",BRACKET FAILURE ON TRAILER AXLES,POWER TRAIN,NR (Not Reported),Vehicle,704,MIRAGE ENTERPRISES HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2007-2009 XTREME SNOWMOBILE TRAILERS. THE STEEL BRACKET THAT IS USED TO BOLT THE AXLE BRACKET AND THE AXLE TO THE MAINFRAME RAIL OF THE TRAILER CAN CRACK AND FAIL.,"THE AXLE CAN SEPARATE FROM THE TRAILER. THIS COULD RESULT IN LOSS OF CONTROL, PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL WELD EACH AXLE BRACKET DIRECTLY TO THE TRAILER FRAME TO SECURE THE AXLE TO THE FRAME AND NOT RELY ON THE BRACKET FLANGE AND BOLTS FOR ATTACHMENT TO THE TRAILER FRAME. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 21, 2010. OWNERS MAY CONTACT MIRAGE AT 1-866-461-7776." -04/08/2010,10V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V141000),"Porsche Cars North America, Inc.",FRONT SEAT BELTS,SEAT BELTS,AA01,Vehicle,3176,"PORSCHE HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2010 PANAMERA S, 4S AND TURBO 4-DOOR SEDAN. IF THE FRONT SEATS ARE ADJUSTED TOWARDS AN EXTREME POSITION, RESULTING IN UNFAVORABLE TOLERANCE OF THE MATING COMPONENTS, IT IS POSSIBLE THAT THE FUNCTION OF THE LOCKING MECHANISM OF THE SEAT BELT MOUNT CAN NO LONGER BE GUARANTEED. THE SEAT BELT MOUNT COULD DETACH FROM THE ANCHORING SYSTEM WHEN THE SEAT BELT IS FASTENED OR OPENED.","IN THE EVENT OF A CRASH, THE SEAT BELT MAY NOT PROVIDE ADEQUATE PROTECTION FOR THE SEAT OCCUPANT, WHICH MAY INCREASE THE RISK OF INJURY OR DEATH.","DEALERS WILL HAVE AN ADDITIONAL LOCKING ELEMENT INSTALLED ON THE SEAT BELT ANCHORING SYSTEM FOR BOTH FRONT SEATS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 30, 2010. OWNERS MAY CONTACT PORSCHE AT 1-800-545-8039." -04/08/2010,10T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T011000),Bridgestone Americas Tire Operations LLC,INCORRECT TIRE LABELING,TIRES,NR (Not Reported),Tire,768,"BRIDGESTONE (BATO) HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN REPLACEMENT BRIDGESTONE BRAND POTENZA RE050A TIRES, SIZE 245/45R18 XL AND B390 AND TURANZA ER30 TIRES, SIZE 205/65R16. THE NONCOMPLIANT TIRES ARE MISSING REQUIRED LABELS WHICH FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","MISSING LABELS COULD LEAD TO THE TIRE(S) BEING OVERINFLATED OR UNDERINFLATED, INCREASING THE RISK OF A CRASH.","BATO WILL NOTIFY OWNERS OF RECORD AND WILL REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2010. OWNERS MAY CONTACT BATO AT 1-800-465-1904." -04/07/2010,10E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E010000),"REMY POWER PRODUCTS, LLP",ALTERNATOR OVERHEATS/FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,23000,"REMY POWER PRODUCTS HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN ALTERNATORS SOLD AS BOTH REPLACEMENT EQUIPMENT AND AS ORIGINAL EQUIPMENT IN VARIOUS MOTOR VEHICLES. THE PART NUMBERS FOR THE ORIGINAL EQUIPMENT ALTERNATORS ARE 8400076, 8400224, 8400088, 8400106, 8400187, 8400003, 8400114, 8400161, 8400020, 8400170, 8400157, 8400219, AND 8400221. PART NUMBERS FOR THE AFTERMARKET ALTERNATORS ARE 12359, 21749, 21816, 21845, 8400076, 91606, 91608, 91611, 21828, 91609, 22016, 91616, AND 22022. THE INTERNAL VOLTAGE REGULATOR CAN BECOME DAMAGED BY TRANSIENT VOLTAGE THAT MAY OCCUR WHEN THE REGULATOR AND ALTERNATOR ARE BUILT, TESTED, AND INSTALLED.","WHEN THE CIRCUIT IS DAMAGED, THERE IS A POTENTIAL TO GENERATE SUFFICIENT HEAT TO RESULT IN AN ENGINE COMPARTMENT FIRE OR HEAT DAMAGE, EVEN WHEN THE VEHICLE IS OFF.","REMY WILL NOTIFY OWNERS OF RECORD WHO PURCHASED THE ALTERNATORS AS AFTERMARKET EQUIPMENT AND REPLACE THE ALTERNATORS FREE OF CHARGE. EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ALTERNATORS AS ORIGINAL EQUIPMENT. THE SAFETY RECALL BEGAN ON MAY 5, 2010. OWNERS MAY CONTACT REMY TOLL-FREE AT 1-800-854-0076 OR THEIR VEHICLE MANUFACTURER." -04/06/2010,10V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V139000),"Metal Fabrication, Inc.",TRAILER BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,504,"METAL FABRICATION HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2010 BOAT TRAILERS EQUIPPED WITH BRAKE SYSTEMS MANUFACTURED BETWEEN AUGUST 11, 2009 AND JANUARY 26, 2010 DESIGNED TO HAUL RECREATIONAL BOATS. THE BRAKE ACTUATOR ON THE TONGUE OF THE TRAILER CAN HAVE A MISALIGNED BRAKE SOLENOID. IF THE SOLENOID IS MIS-ALIGNED, THEN THERE IS POTENTIAL FOR INTERFERENCE BETWEEN THE SOLENOID AND THE ACTUATOR HOUSING.",LEAKAGE OF BRAKE FLUID AND/OR THE PRESENCE OF AIR IN BRAKE LINES MAY CAUSE THE BRAKES TO NOT OPERATE AS INTENDED INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND TEST THE BRAKE SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2010. OWNERS MAY CONTACT METAL FABRICATION CUSTOMER SERVICE AT 931-962-0025." -04/06/2010,10V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V138000),"General Motors, LLC",VOLTAGE REGULATOR INTERNAL LOW RESISTANCE SHORT,ELECTRICAL SYSTEM,10216,Vehicle,4485,"GENERAL MOTORS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2010 CHEVROLET EXPRESS AND GMC SAVANA VANS 2500, 3500 AND 4500 SERIES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE GENERATOR MAY DEVELOP A LOW RESISTANCE SHORT WITHIN THE VOLTAGE REGULATOR.",THE LOW RESISTANCE SHORT COULD EVENTUALLY GENERATE ENOUGH HEAT TO RESULT IN AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT AND REPLACE ANY SUSPECT GENERATORS IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 12, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -04/06/2010,10V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V135000),Motor Coach Industries,WINDSHIELD WIPER MOTORS,VISIBILITY,NR (Not Reported),Vehicle,1261,"MCI IS RECALLING CERTAIN MODEL YEAR 1999-2001, 2007-2011 E4500 AND MODEL YEAR 2001-2011 J4500 COACHES EQUIPPED WITH DOGA WINDSHIELD MOTORS. THE WINDSHIELD WIPER MOTOR MAY FAIL TO OPERATE PROPERLY WHILE THE WIPER SYSTEM IS FUNCTIONING. IF THIS OCCURS, THE WINDSHIELD WIPERS MAY OPERATE INTERMITTENTLY, OPERATE AT A SINGLE SPEED ONLY, OR COMPLETELY STOP OPERATING.","IF THE WINDSHIELD WIPERS STOP FUNCTIONING, THE DRIVER'S CLEAR FIELD OF VIEW MAY BE REDUCED INCREASING THE RISK OF A CRASH.",DEALERS WILL FURNISH THE PARTS AND LABOR REQUIRED TO IMPLEMENT THE DOGA-RECOMMENDED REMEDIES ON THE AFFECTED COACHES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947. -04/06/2010,10V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V132000),NOVA BUS INCORPORATED,WRONG TYPE OF O-RING,ENGINE AND ENGINE COOLING,CR1461,Vehicle,104,"NOVA BUS HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2007-2010 LFS BUSES EQUIPPED WITH MODINE ROOF MOUNTED RADIATOR. THE WRONG TYPE OF O-RING WAS INSTALLED AT THE LOCATIONS BY THE RADIATOR MANUFACTURER, MODINE. THE O-RINGS MUST BE VITON TYPE O-RINGS.",DETERIORATION OF THESE O-RINGS MAY OCCUR AND LEAKING OR SEEPAGE OF HYDRAULIC OIL.,"DEALERS WILL INSTALL VITON O-RINGS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 11, 2010. OWNERS MAY CONTACT NOVA BUS AT 450-472-6410." -04/05/2010,10E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E009000),XENON-VISION,AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,10000,"XENON-VISION HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN HID CONVERSION KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THE INCANDESENT FILAMENT DESIGN FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WHEN HALOGEN HEADLAMPS ARE CONVERTED TO HID LIGHT SOURCES, THE LAMPS WILL EMIT EXCESSIVE GLARE TO ONCOMING TRAFFIC INCREASING THE RISK OF A CRASH.","XENON-VISION WILL NOTIFY OWNERS OF RECORD AND OFFER A FULL REFUND FOR THE NONCOMPLIANT KITS. THE SAFETY RECALL BEGAN ON MAY 10, 2010. OWNERS MAY CONTACT XENON-VISION AT 1-626-698-6753." -04/05/2010,10V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V133000),Blue Bird Body Company,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,R10TH,Vehicle,1622,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2008 THROUGH 2011 ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD SCHOOL BUSES MANUFACTURED FROM DECEMBER 13, 2007 THROUGH JANUARY 18, 2010 EQUIPPED WITH RICON MODEL S OR K SERIES PUBLIC USE WHEELCHAIR LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"BLUE BIRD IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON APRIL 27, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR BLUE BIRD AT 1-478-822-2242." -04/05/2010,10V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V134000),Blue Bird Body Company,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,R10RT,Vehicle,23,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2008 THROUGH 2010 ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD TRANSI BUSES MANUFACTURED FROM DECEMBER 16, 2007 THROUGH DECEMBER 21, 2009 EQUIPPED WITH RICON MODEL S OR K SERIES PUBLIC USE WHEELCHAIR LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"BLUE BIRD IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON APRIL 27, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR BLUE BIRD AT 1-478-822-2242." -04/05/2010,10V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V136000),Blue Bird Body Company,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,R10RV,Vehicle,569,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD SCHOOL BUSES MANUFACTURED FROM APRIL 24 THROUGH NOVEMBER 14, 2009 EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. THERE IS A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","BLUE BIRD WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. PLEASE SEE RICON'S SAFETY RECALL 09E-061. THE SAFETY RECALL BEGAN ON MAY 4, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR BLUE BIRD AT 1-478-822-2242." -04/05/2010,10V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V137000),Blue Bird Body Company,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,R10RV,Vehicle,5,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 ALL AMERICAN TRANSIT BUSES MANUFACTURED FROM SEPTEMBER 23 THROUGH NOVEMBER 19, 2009 EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. THERE IS A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","BLUE BIRD WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON MAY 4, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR BLUE BIRD AT 1-478-822-2242." -04/02/2010,10V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V128000),Elkhart Coach,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,41,"ELKHART COACH HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN TRANSIT BUSES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"ELKHART COACH IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 27, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 800-322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -04/02/2010,10V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V129000),"Champion Bus, Inc.",WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,300,"CHAMPION BUS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2007-2010 BUSES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"CHAMPION BUS IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON MAY 5, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 800-322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -04/02/2010,10V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V130000),Elkhart Coach,WHEELCHAIR LIFTS/UP FUNCTION SWITCH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,200,"ELKHART COACH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN TRANSIT BUSES EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS, DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","ELKHART COACH WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON JULY 27, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 800- 322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -04/02/2010,10V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V131000),"Champion Bus, Inc.",WHEELCHAIR LIFTS/UP FUNCTION SWITCH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,223,"CHAMPION BUS HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2008-2010 BUSES MANUFACTURED BETWEEN SEPTEMBER 2007 AND FEBRUARY 2010, EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS, DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","CHAMPION BUS WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS PLEASE SEE RICON'S DEFECT REPORT 09E-061. RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 800- 322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -03/31/2010,10V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V127000),"Champion Bus, Inc.",OVERHEATING AIR CONDITIONING SYSTEM/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,191,CHAMPION BUS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2006-2010 BUSES EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS INSTALLED BETWEEN MAY 2006 AND JUNE 2009. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT WHICH CONTAINS A RELAY BOARD AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.,"AN ELECTRICAL FAILURE IN THE RELAY BOARD, CAN CAUSE OVERHEATING AND POSE A SERIOUS FIRE HAZARD.","TRANS AIR WILL NOTIFY THE OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. PLEASE ALSO SEE TRANS/AIR DEFECT REPORT 09E-042. THE SAFETY RECALL BEGAN ON MAY 19, 2010. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE DEPARTMENT AT 1-800-673- 2446." -03/30/2010,10V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V124000),"Heartland Recreational Vehicles, LLC",INCORRECT CERTIFICATION LABEL,EQUIPMENT,99-01-02,Vehicle,1354,"HEARTLAND HAS NOTIFIED NHTSA OF A NONCOMPLIANCE ON CERTAIN MODEL YEAR 2010-2011 TRAIL RUNNER AND NORTH COUNTRY TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL IDENTIFICATION LABEL DOES NOT CONTAIN THE CORRECT GROSS AXLE WEIGHT RATING (GAWR) INFORMATION. THE LABEL STATES THE GAWR FOR EACH AXLE TO BE 5,200 LBS WHEN THE ACTUAL GAWR IS 5,080 LBS.",TOWING A VEHICLE WITH THE AXLES LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING AND INCREASING THE RISK OF A CRASH CAUSING PROPERTY DAMAGE OR PERSONAL INJURY.,"DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON MAY 14, 2010. OWNERS MAY CONTACT HEARTLAND WARRANTY/SERVICE DEPARTMENT BY EMAIL AT PARTS@HEARTLANDRVS.COM, OR BY PHONE AT 1-877-262-8032." -03/30/2010,10V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V125000),"Porsche Cars North America, Inc.",SUN SHIELD,VISIBILITY,NR (Not Reported),Vehicle,9,PORSCHE HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2011 BOXSTER SPYDER 2 DOOR CONVERTIBLE PASSENGER VEHICLES. IT IS POSSIBLE THAT THE LOCKING HOOK ON THE SUN SHIELD (TEMPORARY SOFT TOP) MAY NOT ENGAGE CORRECTLY INTO THE LOCK CATCH WHICH IS POSITIONED ON THE WINDSCREEN FRAME OF THE VEHICLE.,"IF THE SUN SHIELD IS NOT FULLY LOCKED, THE SUN SHIELD CAN OPEN WHEN TRAVELLING AT HIGHER SPEEDS INCREASING THE RISK OF A CRASH.","DEALERS WILL HAVE BOTH THE LOCKING HOOK AND LOCK CATCH REPLACED WITH REDESIGNED COMPONENTS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 30, 2010. OWNERS MAY CONTACT PORSCHE AT 1-800-545-8039." -03/29/2010,10E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E007000),"STERLING TEK, INC.",FAILED PENETRATION REQUIREMENTS,EQUIPMENT,NR (Not Reported),Equipment,135,"STERLING TEK HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN VOX 803 SIZE S MOTORCYCLE HELMETS. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET COULD BE PENETRATED, POSSIBLY RESULTING IN SERIOUS INJURY TO THE PERSON WEARING THE HELMET.","STERLING TEK WILL NOTIFY OWNERS AND WILL OFFER A FULL REFUND FOR THE NONCOMPLIANT HELMETS. THE SAFETY RECALL BEGAN ON MAY 13, 2010. OWNERS MAY CONTACT STERLING TEK AT 1-877-742-1700." -03/25/2010,10V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V118000),"Suzuki Motor USA, LLC",AIR BAG & STEERING COLUMN FASTENERS,AIR BAGS,NR (Not Reported),Vehicle,15,"SUZUKI HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2010 EQUATOR TRUCKS MANUFACTURED FROM FEBRUARY 22, 2010 TO MARCH 13, 2010. THE FASTENERS SECURING THE PASSENGER FRONT AIR BAG MODULE, AND ALSO THE FASTENERS SECURING THE STEERING SHAFT POSITIONING BRACKET MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE SPECIFICATION.","IN THE EVENT OF A CRASH, THE PASSENGER FRONT AIR BAG DEPLOYMENT TRAJECTORY MIGHT BE AFFECTED. THE FASTENERS COULD POSSIBLY COME OUT OF THE STEERING COLUMN POSITIONING BRACKET INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE STEERING COLUMN AND THE PASSENGER FRONT AIR BAG FASTENERS AND ANY MISSING FASTENERS WILL BE REPLACED AND ALL LOOSE FASTENERS WILL BE RETIGHTENED TO THE PROPER TORQUE SPECIFICATIONS FREE OF CHARGE. ALL THE VEHICLES HAVE BEEN REMEDIED THERE FORE AN OWNER NOTIFICATION LETTER WAS NOT ISSUED. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934. -03/25/2010,10V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V119000),"Eldorado National- California, Inc.",WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,34,"ELDORADO NATIONAL - CALIFORNIA HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2005-2010 TRANSIT BUSES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,ELDORADO NATIONAL - CALIFORNIA IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884 OR BY EMAIL AT WWW.DMATA@WABTEC.COM. -03/25/2010,10V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V121000),"Corp. Micro Bird, Inc.",WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,10-036-RIU,Vehicle,103,"CORP. MICRO BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2007 THROUGH 2010 SCHOOL BUSES MANUFACTURED BETWEEN DECEMBER 2007 AND MARCH 2010 FITTED WITH RICON PUBLIC USE S AND K SERIES WHEELCHAIR LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"MICRO BIRD IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON M,ARCH 31, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MICRO BIRD AT 1-819-477-2012." -03/25/2010,10V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V122000),"Winnebago Industries, Inc.",WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,9,"WINNEBAGO HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008-2009 MOTORHOMES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"WINNEBAGO IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON JULY 6, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884 OR BY EMAIL AT WWW.DMATA@WABTEC.COM." -03/25/2010,10V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V123000),"Corp. Micro Bird, Inc.",WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,10-037-RIU,Vehicle,49,"CORP. MICRO BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2009 AND 2010 SCHOOL BUSES MANUFACTURED BETWEEN OCTOBER 2008 AND MARCH 2010 FITTED WITH RICON PUBLIC USE S AND K SERIES WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFTS UP FUNCTION, IF THE SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","CORP. MICRO BIRD WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON APRIL 1, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MICRO BIRD AT 1-819-477-2012." -03/25/2010,10V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V120000),GOSHEN COACH,WHEELCHAIR LIFTS/UP FUNCTION SWITCH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,125,"GOSHEN COACH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2008-2010 BUSES MANUFACTURED BETWEEN SEPTEMBER 2007 AND FEBRUARY 2010, EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS, DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","GOSHEN COACH WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS PLEASE SEE RICON'S DEFECT REPORT 09E-061. RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION. THE SAFETY RECALL BEGAN ON APRIL 5, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -03/24/2010,10V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V115000),"Nissan North America, Inc.",AIR BAG & STEERING COLUMN FASTENERS,AIR BAGS,NR (Not Reported),Vehicle,4038,"NISSAN HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2010 FRONTIER, PATHFINDER, AND XTERRA VEHICLES MANUFACTURED FROM FEBRUARY 22, 2010 TO MARCH 13, 2010. ON SOME OF THE POTENTIALLY AFFECTED VEHICLES, THE FASTENERS SECURING THE PASSENGER FRONT AIR BAG MODULE, AND ALSO THE FASTENERS SECURING THE STEERING SHAFT POSITIONING BRACKET MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE SPECIFICATION.","IN THE EVENT OF A CRASH, THE PASSENGER FRONT AIR BAG DEPLOYMENT TRAJECTORY MIGHT BE AFFECTED. THE FASTENERS COULD POSSIBLY COME OUT OF THE STEERING COLUMN POSITIONING BRACKET INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE STEERING COLUMN AND THE PASSENGER FRONT AIR BAG FASTENERS AND ANY MISSING FASTENERS WILL BE REPLACED AND ALL LOOSE FASTENERS WILL BE RETIGHTENED TO THE PROPER TORQUE SPECIFICATIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 19, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/24/2010,10V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V114000),Motor Coach Industries,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,342,Vehicle,249,"MCI HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2009 D4000 AND MODEL YEAR 2008-2010 D4500 AND D4505 MOTOR COACHES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"MCI IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884, EMAILING AT WWW.DMATA@WABTEC.COM." -03/24/2010,10V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V116000),GOSHEN COACH,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,529,"GOSHEN COACH HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008-2010 PACER LS, PACER LTD, PACER II, GCII, AND SENTINEL BUSES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"GOSHEN COACH IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE RECALL BEGAN APRIL 9, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT1-800-322-2884 OR BY EMAIL AT WWW.DMATA@WABTEC.COM." -03/24/2010,10V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V117000),Prevost Car (US) Inc.,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,SR10-19,Vehicle,280,"PREVOST HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008-2010 MOTOR COACHES FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"PREVOST COACH IS WORKING WITH RICON AND PREVOST WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN THROUGH SAFETY RECALL (SR10-19). PREVOST WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE RECALL BEGAN ON JUNE 14, 2010. OWNERS MAY CONTACT PREVOST TECHNICAL PUBLICATIONS AT 1-418-831-5432 X 235 OR BY EMAIL AT DOMINIQUE.GAGNON@VOLVO.COM." -03/23/2010,10V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V112000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,FL-575,Vehicle,16,"DAIMLER TRUCKS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008 THROUGH 2010 FREIGHTLINER COLUMBIA, FLD, STERLING 9500 AND WESTERN STAR 4900 EMERGENCY VEHICLES. THE ENGINE MAY SHUT DOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN UNDER CERTAIN CONDITIONS COULD HAMPER RESCUE OPERATIONS AND PLACE THE PUBLIC AT RISK.,"THE ENGINE CONTROL LOGIC WILL BE REPROGRAMMED TO ILLUMINATE A MALFUNCTION INDICATOR LIGHT WITHOUT REQUESTING ENGINE SHUTDOWN. REPAIRS WILL BE PERFORMED BY DETROIT DIESEL. PLEASE SEE DAIMLER TRUCKS DEFECT REPORT 10E-005. THE SAFETY RECALL BEGAN ON MAY 17, 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5800 OR DAIMLER TRUCKS AT 1-800-547-0712." -03/23/2010,10V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V113000),"VAN-CON, INCORPORATED",WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"VAN-CON HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008-2009 HANDICAP SCHOOL BUSES BUILT ON FORD AND CHEVY CHASSIS, FITTED WITH RICON PUBLIC USE LIFTS. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"VAN-CON IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON APRIL 5, 2010. OWNERS MAY CONTACT RICON CUSTOMER SERVICE AT 1-800-322-2884 OR BY EMAIL AT WWW.DMATA@WABTEC.COM." -03/22/2010,10T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T010000),"Nokian Tyres, Inc.",TREAD CHUNKING,TIRES,110,Tire,460,"NOKIAN TYRES HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN NOKIAN VATIIVA H/T TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 29 AND DECEMBER 12, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"NOKIAN TYRES WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR NOKIAN TYRES CONSUMER RELATIONS DEPARTMENT AT 1-800-565-2525." -03/19/2010,10V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V111000),Entegra Coach,ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18,"ENTEGRA COACH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2009-2010 ANTHEM AND CORNERSTONE MOTORHOMES MANUFACTURED FROM MARCH 24, 2009 AND FEBRUARY 16, 2010 BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH PNEUMATIC AND HYDRAULIC ADJUSTABLE BRAKE PEDAL ASSEMBLIES SUPPLIED BY KONGSBERG AUTOMOTIVE. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A CRASH.,"THE REMEDY WILL BE PERFORMED BY SPARTAN AND WILL REPLACE THE ADJUSTABLE BRAKE PEDAL ASSEMBLY FREE OF CHARGE. PLEASE SEE SPARTAN'S DEFECT REPORT 09V-478. THE SAFETY RECALL BEGAN ON FEBRUARY 18, 2010. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277." -03/19/2010,10V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V110000),Braun Corporation,REAR SUSPENSION TRAILING ARM,SUSPENSION,NR (Not Reported),Vehicle,5375,"THE BRAUN CORPORATION HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2005-2008 GENERAL MOTORS MOBILITY CONVERSION, HANDICAPPED ACCESSIBLE LOW FLOOR MINIVANS. DURING CONVERSION, THE DRIVER OR PASSENGER SIDE TRAILING ARM MODIFICATION MAY NOT HAVE BEEN ADEQUATELY WELDED.","A SQUEAKING OR CLUNKING NOISE MAY DEVELOP. THE TRAILING ARM BUSHINGS MAY PREMATURELY WEAR AND THE TRAILING ARM MAY FRACTURE OR SEPARATE, ALLOWING THE REAR AXLE TO BECOME PARTIALLY SEPARATED FROM THE CHASSIS INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND WILL HAVE A SUPPLY OF RETROFIT PARTS AVAILABLE TO REMEDY THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT BRAUN AT 1-800-488-0359." -03/19/2010,10E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E005000),"Daimler Trucks North America, LLC",UNEXPECTED ENGINE SHUTDOWN,ENGINE AND ENGINE COOLING,10C-2,Equipment,1227,"DAIMLER TRUCKS NORTH AMERICA (DTNA) HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN EPA07 SERIES 60 ENGINES MANUFACTURED BY DETROIT DIESEL FROM JANUARY 1, 2007 THROUGH APRIL 20, 2009, INSTALLED AS ORIGINAL EQUIPMENT FOR VARIOUS EMERGENCY VEHICLES. THE AFFECTED ENGINES CONTAIN SOFTWARE WHICH MAY CAUSE THE ENGINE TO SHUTDOWN UNEXPECTEDLY WHEN A DIESEL PARTICULATE FILTER OVER-TEMPERATURE CONDITION IS DETECTED.",UNEXPECTED EMERGENCY VEHICLE ENGINE SHUTDOWN COULD HAMPER RESCUE OPERATIONS AND PUT FIRST RESPONDERS OR THE PUBLIC AT RISK.,"THE ENGINE CONTROL LOGIC WILL BE REPROGRAMMED TO ILLUMINATE A MALFUNCTION INDICATOR LIGHT WITHOUT REQUESTING ENGINE SHUTDOWN. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 17, 2010. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5800 OR DAIMLER TRUCKS AT 1-800-547-0712." -03/18/2010,10V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V107000),"Navistar, Inc.",JUMP START STUD,ELECTRICAL SYSTEM,10506,Vehicle,29460,NAVISTAR HAS NOTIFIED NHTSA OF A DEFECT ON CERTAIN MODEL YEAR 2008-2011 INTERNATIONAL TRUCKS EQUIPPED WITH AN OPTIONAL JUMP START STUD. CORROSION AT THE BASE OF THE STUD MAY CAUSE AN ELECTRICAL SHORT BETWEEN THE STUD AND BATTERY BOX.,AN ELECTRICAL SHORT MAY CAUSE A VEHICLE FIRE.,"A FINAL REMEDY HAS BEEN ESTABLISHED. NAVISTAR WILL NOTIFY OWNERS, AND DEALERS WILL REPAIR THE VEHICLES BY INSTALLING A NEW JUMP START STUD. REPAIRS WILL BE PREFORMED FREE OF CHARGE. AN INTERIM ACTION WILL INVOLVE THE REMOVAL OF THE JUMP START STUD AND THE CONNECTING CABLE. THE SAFETY RECALL BEGAN ON SEPTEMBER 10, 2010. OWNERS MAY CONTACT INTERNATIONAL DEALERS AT 1-800-448-7825." -03/18/2010,10V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V108000),"Subaru of America, Inc.",UNINTENTIONAL DOOR LATCH DISENGAGEMENT,LATCHES/LOCKS/LINKAGES,WVO-25,Vehicle,1585,"SUBARU HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 TRIBECA PASSENGER CARS MANUFACTURED FROM SEPTEMBER 4, 2009 THROUGH MARCH 8, 2010. THE DOOR LATCH CABLES LOCATED INSIDE THE VEHICLE'S DRIVER AND FRONT PASSENGER DOORS WERE IMPROPERLY POSITIONED DURING PRODUCTION. AS A RESULT, A CABLE CAN CATCH IN THE DOOR GLASS REGULATOR WHEN A WINDOW IS OPENED OR CLOSED. SHOULD THAT OCCUR, IT MAY UNLATCH THE DOOR, CAUSING IT TO COME OPEN UNEXPECTEDLY WHEN RAISING OR LOWERING THE WINDOW.","IF A DOOR WERE TO UNLATCH, IT COULD OPEN SUDDENLY AND WITHOUT WARNING, CREATING A RISK THAT AN OCCUPANT COULD BE EJECTED AS WELL AS A RISK THAT THE DRIVER MAY BECOME DISTRACTED, LEADING TO A CRASH. THIS CONDITION MAY ALSO RESULT IN THE FAILURE OF A DOOR LATCH TO OPERATE, IN WHICH CASE OCCUPANTS WOULD BE UNABLE TO OPEN THE DOOR TO EXIT THE VEHICLE.","SUBARU WILL NOTIFY OWNERS AND DEALERS AND WILL REPAIR THE VEHICLES BY REPOSITIONING AND SECURING THE LATCH CABLE IN BOTH FRONT DOORS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2010. OWNERS MAY CONTACT SUBARU TOLL-FREE AT 1-800-SUBARU3 (1-800-782-2783) MONDAY THROUGH FRIDAY BETWEEN 8:30 AM AND 7:00 PM EST AND FRIDAY BETWEEN 10:30 AM AND 5:00 PM EST." -03/18/2010,10V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V109000),Diamond Coach Corporation,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,RIC-10-2,Vehicle,26,"DIAMOND COACH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2007-2009 VIP COACHES FITTED WITH RICON PUBLIC USE LIFTS MANUFACTURED BETWEEN DECEMBER 1, 2007 TO DECEMBER 18, 2009. THE RESTRAINT BELT ON THESE LIFTS WAS DESIGNED TO PREVENT THE LIFT FROM MOVING, UNLESS THE TONGUE OF THE BELT IS FULLY ENGAGED AND LATCHED IN THE BUCKLE. RICON HAS DISCOVERED, HOWEVER, THAT IT IS POSSIBLE FOR THE OPERATOR TO INSERT THE BELT TONGUE INTO THE BUCKLE WITHOUT FULLY ENGAGING THE LATCHING MECHANISM. IN THIS CASE, THE RESTRAINT BELT WOULD APPEAR TO BE LATCHED, AND THE OPERATOR COULD RUN THE LIFT. IF THE RESTRAINT BELT TONGUE IS NOT FULLY ENGAGED INTO THE RESTRAINT BELT BUCKLE, AND LATCHED, THE LIFT MAY OPERATE WITH AN OCCUPANT ON THE PLATFORM.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE WITHOUT THE RESTRAINT BELT PROPERLY BUCKLED.,"DIAMOND COACH IS WORKING WITH RICON AND RICON WILL BE HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE RICON'S DEFECT REPORT 09E-060. RICON WILL PROVIDE CUSTOMERS WITH A WARNING DECAL AND A DVD-BASED TRAINING AID. THE SAFETY RECALL BEGAN ON MARCH 15, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DIAMOND COACH AT 1-800-442-4645." -03/17/2010,10V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V105000),"General Motors, LLC",FRONT BRAKE HOSE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",09149,Vehicle,139131,"GENERAL MOTORS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2003-2007 CADILLAC CTS VEHICLES CURRENTLY REGISTERED IN OR ORIGINALLY SOLD IN CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WASHINGTON D.C., WEST VIRGINIA AND WISCONSIN. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE FRONT BRAKE HOSE FITTING AT THE CALIPER MAY CORRODE DUE TO SNOW OR WATER, CONTAINING ROAD SALT OR OTHER CONTAMINANTS, ENTERING AND BEING RETAINED IN THE ROUTING SLEEVE. IF THE FITTING CORRODES SIGNIFICANTLY, THE BRAKE HOSE-TUBE INTERFACE MAY DEVELOP A LEAK.",THE BRAKE HOSE-TUBE INTERFACE MAY RUPTURE SUDDENLY WITHOUT PRIOR WARNING AND INCREASE VEHICLE STOPPING DISTANCE MAY OCCUR INCREASING THE RISK OF A CRASH.,DEALERS ARE TO REPLACE BOTH FRONT BRAKE HOSE ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY 2010. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM. -03/17/2010,10V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V106000),Diamond Coach Corporation,WHEELCHAIR LIFTS/UP FUNCTION SWITCH,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"DIAMOND COACH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2009 VIP MODEL COACHES MANUFACTURED BETWEEN MAY 1 AND DECEMBER 1, 2009, EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS, DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFT'S ""UP"" FUNCTION. IF THE ""UP"" SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","DIAMOND COACH WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON MARCH 15, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DIAMOND COACH AT 1-800-442-4645." -03/16/2010,10V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V102000),"Daimler Trucks North America, LLC",ADVANCED OCCUPANT PROTECTION SYSTEM INSTALLATION,ELECTRICAL SYSTEM,FL573,Vehicle,490,DAIMLER TRUCKS HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2008 THROUGH 2010 CASCADIA EQUIPPED WITH LIFEGUARD ROLLTEK ADVANCED OCCUPANT PROTECTION SYSTEM. THE LIFEGUARD ROLLTEK IS DESIGNED TO PROVIDE ADDITIONAL PROTECTION TO VEHICLE OCCUPANTS IN THE EVENT OF A ROLLOVER ACCIDENT AND IT MAY NOT HAVE BEEN PROPERLY INSTALLED.,REDUCED EFFECTIVENESS OF THE ADVANCED OCCUPANT PROTECTION SYSTEM MAY INCREASE THE RISK OF INJURY.,"DEALERS WILL INSPECT AND INSTALL AN ADDITIONAL RETAINERS TO ENSURE THE SYSTEM REMAINS FULLY FUNCTIONAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 4, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -03/16/2010,10V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V100000),"Daimler Trucks North America, LLC",FRONT ENTRANCE DOOR REED SWITCH,STRUCTURE,FL-574,Vehicle,9588,"DTNA HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2008 THROUGH 2011 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM MAY 10, 2007, THROUGH JANUARY 8, 2010. THE REED SWITCH USED TO DETECT THE POSITION OF THE AIR OPERATED FRONT ENTRANCE DOOR MAY MALFUNCTION CAUSING WARNING LIGHTS AND THE CROSSING ARM TO OPERATE IMPROPERLY DURING STUDENT LOADING AND UNLOADING.",MALFUNCTIONING WARNING LIGHTS DURING THE LOADING AND UNLOADING PROCESS COULD PUT THE STUDENTS AT RISK OF INJURY.,"DTNA WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY THOMAS BUILT BUSES DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 10, 2010. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -03/16/2010,10V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V103000),"Navistar, Inc.",HYDRAULIC BRAKING SYSTEM,"SERVICE BRAKES, HYDRAULIC",10505,Vehicle,5016,"NAVISTAR HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 AND 2011 IC CE, BE, AND FE SCHOOL BUSES MANUFACTURED FROM NOVEMBER 19, 2003 THROUGH FEBRUARY 9, 2010. THE PARKING BRAKE MAY RELEASE IF THE BRAKE SYSTEM ELECTRONIC CONTROL UNIT SOFTWARE MISINTERPRETS INPUT SIGNALS GENERATED FROM CYCLING THE IGNITION SWITCH MORE THAN ONCE AT A SPECIFIC FREQUENCY.","RELEASE OF THE PARKING BRAKE MAY CAUSE SUDDEN, UNEXPECTED SHIFT IN VEHICLE POSITION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL DAMAGE, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND WILL REPAIR THE BUSES BY REPROGRAMMING THE VEHICLE'S BRAKE SYSTEM ECU FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 2, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -03/16/2010,10V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V104000),"Navistar, Inc.",HYDRAULIC BRAKING SYSTEM,"SERVICE BRAKES, HYDRAULIC",10505,Vehicle,87,"NAVISTAR HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 AND 2011 IC CE, HC, AND BE COMMERCIAL BUSES AND INTERNATIONAL 1300, 3200, 3300, 4100, 4200, 4300, 4400, AND MXT TRUCKS MANUFACTURED FROM NOVEMBER 19, 2003 THROUGH FEBRUARY 9, 2010. THE PARKING BRAKE MAY RELEASE IF THE BRAKE SYSTEM ELECTRONIC CONTROL UNIT (ECU) SOFTWARE MISINTERPRETS INPUT SIGNALS GENERATED FROM CYCLING THE IGNITION SWITCH MORE THAN ONCE AT A SPECIFIC FREQUENCY.","RELEASE OF THE PARKING BRAKE MAY CAUSE SUDDEN, UNEXPECTED SHIFT IN VEHICLE POSITION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL DAMAGE, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES BY REPROGRAMMING THE VEHICLE'S BRAKE SYSTEM ECU FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 14, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -03/16/2010,10V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V099000),Trans Tech Bus,RICON WHEEL CHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,12,"TRANS TECH HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN 2009 TRANS TECH SCHOOL BUSES MANUFACTURED BETWEEN MAY 1 AND OCTOBER 31, 2009, EQUIPPED WITH CERTAIN RICON S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFTS UP FUNCTION, IF THE SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","TRANSPORTATION COLLABORATIVE, INC. WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY AUTHORIZED RICON DEALERS FREE OF CHARGE. CURRENTLY RICON IS DEVELOPING A SOFTWARE SOLUTION AND IS NOT AVAILABLE. UNTIL THE SOFTWARE SOLUTION IS AVAILABLE, RICON WILL PROVIDE OWNERS WITH A BULLETIN OUTLINING PROPER WHEELCHAIR LIFT OPERATION AND WILL SHIP OWNERS A DVD-BASED TRAINING AID TO PROMOTE PROPER LIFT OPERATION AT NO COST. THE SAFETY RECALL BEGAN ON MARCH 31, 2010. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TCI AT 1-845-988-2333." -03/16/2010,10V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V098000),Honda (American Honda Motor Co.),SOFT BRAKE PEDAL/BRAKING PERFORMANCE,"SERVICE BRAKES, AIR",R30,Vehicle,412000,"HONDA HAS NOTIFIED NHTSA OF A DEFECT IN CERTAIN MODEL YEAR 2007 AND 2008 ODYSSEY AND ELEMENT PASSENGER VEHICLES MANUFACTURED BETWEEN JULY 28, 2006 AND AUGUST 21, 2008. AIR CAN ENTER THE VSA MODULAR PUMP DURING AN INITIAL SELF-CHECK PROCESS THAT OCCURS SHORTLY AFTER EACH TIME THE ENGINE IS STARTED. IT IS POSSIBLE FOR ENOUGH AIR TO ENTER THE SYSTEM TO RESULT IN A BRAKE PEDAL THAT FEELS SOFT OR LOWER TO THE FLOOR.","IF THE OWNER DOES NOT HAVE ANY BRAKE SERVICE OR MAINTENANCE PERFORMED OVER A PERIOD OF MONTHS OR YEARS, THE SYSTEM CAN CONTINUE TO ACCUMULATE ENOUGH AIR TO AFFECT BRAKING PERFORMANCE, INCREASING THE RISK OF A CRASH.","HONDA WILL NOTIFY OWNER AND HONDA DEALERS WILL REPAIR THE VSA MODULATOR BY REMOVING ANY EXISTING AIR IN THE BRAKE SYSTEM THEN APPLY SEALANT AND CAPS TO PREVENT AIR FROM ENTERING THE BRAKE SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 3, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -03/16/2010,10V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V101000),Blue Bird Body Company,WIRE HARNESS FOR THE HEADLIGHTS,EXTERIOR LIGHTING,R10RR,Vehicle,421,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM MAY 13, 2009 THROUGH FEBRUARY 26, 2010. THE WIRING HARNESS FOR THE REAR TAG LIGHT MAY BE OF INSUFFICIENT LENGTH RESULTING IN THE HARNESS BEING ROUTED IMPROPERLY AND EXPOSING THE CONNECTOR TO THE ENVIRONMENT WHICH COULD CAUSE THE CONNECTOR TO CORRODE. CORROSION COULD CAUSE A DIRECT SHORT IN THE TAG LIGHT CIRCUIT. A SHORT IN THE TAG LIGHT WIRING CIRCUIT, WHICH INCLUDES THE HEADLIGHT LOW BEAM CIRCUIT, COULD CAUSE SUDDEN LOSS OF HEADLIGHT LOW BEAMS.",LOSS OF LOW BEAM HEADLIGHTS WHILE THE VEHICLE IS IN OPERATION COULD IMPAIR THE DRIVER'S VISION AND RESULT IN A CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES BY INSTALLING THE CORRECT LENGTH HARNESS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 14, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -03/12/2010,10V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V096000),"General Motors, LLC",HEATING VENTILATION & AC CONTROL KNOB FRACTURE,VISIBILITY,10012,Vehicle,9137,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009-2010 CHEVROLET EXPRESS AND GMC SAVANA VEHICLES FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD WIPING AND WASHING SYSTEMS."" THESE VEHICLES WERE BUILT WITH HEATING, VENTILATION, AND AIR CONDITIONING (HVAC) CONTROL KNOBS THAT MAY FRACTURE AND SPIN ON THE CONTROL SHAFT. THE DRIVER MAY NO LONGER BE ABLE TO CONTROL THE HEATING, COOLING, AND VENTILATION FOR THE VEHICLE.","IF THIS CONDITION AFFECTS THE DEFROST SYSTEM WHEN IT IS REQUIRED, IT MAY DECREASE THE DRIVER'S VISIBILITY, AND COULD POSSIBLY RESULT IN A CRASH.","DEALERS WILL REPLACE ALL HVAC CONTROL KNOBS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 11, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -03/12/2010,10V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V097000),Turtle Top,OVERHEATING AIR CONDITIONING SYSTEM/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,2,TURTLE TOP IS RECALLING CERTAIN TRANSIT BUSES EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS INSTALLED BETWEEN MAY 2006 AND JUNE 2009. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT WHICH CONTAINS A RELAY BOARD AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.,"AN ELECTRICAL FAILURE IN THE RELAY BOARD, CAN CAUSE OVERHEATING AND POSE A SERIOUS FIRE HAZARD.","TURTLE TOP WILL NOTIFY THE OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE REPAIR WILL BE PERFORMED BY TRANS/AIR. PLEASE ALSO SEE TRANS/AIR DEFECT REPORT 09E-042. THE SAFETY RECALL BEGAN ON MARCH 19, 2010. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE DEPARTMENT AT 1-800-673-2446." -03/12/2010,10V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V092000),Turtle Top,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,15,TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2009 ODYSSEY TRANSIT BUSES EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","TURTLE TOP WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY FREE OF CHARGE. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON MARCH 18, 2010. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431." -03/11/2010,10V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V094000),Trans Tech Bus,RESTRAINING BARRIERS,SEATS,NR (Not Reported),Vehicle,3,"TRANS TECH BUS HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN 2008 AND 2009 TRANS TECH BUS RONDAK 4F+9, Q86-5, AND STH5 SCHOOL BUSES MANUFACTURED BETWEEN FEBRUARY 1, 2008, AND JUNE 1, 2009, EQUIPPED WITH FREEDMAN SEATING COMPANY 33 1/2"" SCHOOL BUS BARRIERS (FREEDMAN PART NUMBER 15198) THAT DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, A PASSENGER'S KNEE MAY COME IN CONTACT WITH THE REAR SURFACE OF THE NONCOMPLIANT RESTRAINING BARRIERS, WHICH COULD RESULT IN PERSONAL INJURY TO THE OCCUPANT.","TRANSPORTATION COLLABORATIVE, INC. WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 5, 2010. OWNERS MAY CONTACT TRANS TECH AT 1-845-988-2333." -03/11/2010,10V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V095000),Trans Tech Bus,RESTRAINING BARRIERS,SEATS,NR (Not Reported),Vehicle,5,"TRANS TECH BUS HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN 2007 US BUS CORPORATION STHF5, STH5, AND UNIVERSE SCHOOL BUSES MANUFACTURED BETWEEN NOVEMBER 1, 2006, AND APRIL 1, 2007, EQUIPPED WITH FREEDMAN SEATING COMPANY 33 1/2"" SCHOOL BUS BARRIERS (FREEDMAN PART NUMBER 15198) THAT DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, A PASSENGER'S KNEE MAY COME IN CONTACT WITH THE REAR SURFACE OF THE NONCOMPLIANT RESTRAINING BARRIERS, WHICH COULD RESULT IN PERSONAL INJURY TO THE OCCUPANT.","TRANSPORTATION COLLABORATIVE, INC. ON BEHALF OF US BUS CORPORATION WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 31, 2010. OWNERS MAY CONTACT TRANS TECH AT 1-845-988-2333." -03/10/2010,10V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V090000),"New Flyer of America, Inc.",AMERICAN SEATING Q'STRAINT MAX,SEAT BELTS,NR (Not Reported),Vehicle,4,NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2009 GE40LFR TRANSIT BUSES EQUIPPED WITH REMOTE RELEASE BELTS SUPPLIED BY AMERICAN SEATING. THESE BELTS ARE THE SUBJECT OF DEFECT REPORT 09E-065. THEY MAY NOT PROPERLY LOCK UP AND AS RESULT MAY NOT PROPERLY RESTRAIN THE MOBILITY DEVICE WHEN THE BUS DECELERATES.,THIS MAY CAUSE THE MOBILITY DEVICE TO ROLL FORWARD UNTIL THE FULL LENGTH OF THE WEBBING IS EXTENDED WHICH CAUSES POTENTIAL FOR MOBILITY DEVICE TIP-OVER RESULTING IN INJURY OR DEATH.,"NEW FLYER IS WORKING WITH AMERICAN SEATING AND WILL REPLACE THE BELTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 10, 2010. OWNERS MAY CONTACT NEW FLYER AT 204-934-4876." -03/10/2010,10V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V091000),Toyota Motor Engineering & Manufacturing,FRONT PROPELLER SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,2,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 TUNDRA VEHICLES WITH FOUR WHEEL DRIVE, THERE IS A POSSIBILITY THAT AN IMPROPER WELD EXISTS AT THE UNION OF THE PROPELLER SHAFT AND YOKE. DUE TO THIS IMPROPER WELD, THIS JOINT MAY SEPARATE AND THE SEPARATED SHAFT MAY COME INTO CONTACT WITH THE ROAD SURFACE.",THIS MAY RESULT IN A LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE FRONT PROPELLER SHAFT FREE OR CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -03/10/2010,10V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V093000),Triple E Recreational Vehicles,ROLLOVER SAFETY LOCK SOFA,EQUIPMENT,CA#7420,Vehicle,4,"TRIPLE E IS RECALLING CERTAIN MODEL YEAR 2010 REGENCY GT 29DB AND GT28DB MOTORHOMES EQUIPPED WITH FLEXSTEEL EASY-BED SOFA FOR FAILING TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEM."" THE EASY BED SOFA WAS MANUFACTURED WITHOUT A ROLLOVER SAFETY LOCKING LATCH.","IN THE EVENT OF A MOTOR VEHICLE ROLL OVER THE EASY BED MAY WANT TO OPEN, WITH THE WEIGHT OF A SEAT BELTED OCCUPANT CAUSING THE OCCUPANT TO BE INJURED FROM THE SEAT BELT.","DEALERS WILL INSTALL A LOCKING LATCH ON THE EASY BED SOFA FREE OF CHARGE. THE SAFETY RECALL BEGAN ON ON MARCH 12, 2010. OWNERS MAY CONTACT TRIPLE E AT 204-325-4361." -03/09/2010,10V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V089000),"New Flyer of America, Inc.",DRIVE SHAFT ACCESS PANEL REINFORCEMENT,POWER TRAIN,NR (Not Reported),Vehicle,1845,NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2004-2009 TRANSIT BUSES. THESE MODELS HAVE AN INSPECTION PANEL LOCATED ABOVE THE DRIVE SHAFT IN THE PASSENGER COMPARTMENT FLOORING FOR EASY INSPECTION AND REMOVAL OF THE DRIVE SHAFT. THIS PANEL MAY NOT BE OF SUFFICIENT STRENGTH TO PREVENT FOREIGN MATTER FROM ENTERING THE PASSENGER COMPARTMENT IN THE EVENT OF A DRIVE SHAFT FAILURE.,FAILURE OF THE DRIVE SHAFT ACCESS PANEL TO MAINTAIN PASSENGER COMPARTMENT INTEGRITY COULD RESULT IN INJURY OR DEATH.,"DEALERS WILL INCORPORATE AN ENERGY ABSORBING HONEYCOMB MATERIAL TO THE UNDERSIDE OF THE ACCESS PANEL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 10, 2010. OWNERS MAY CONTACT NEW FLYER AT 204-934-4874." -03/09/2010,10V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V088000),"Winnebago Industries, Inc.",INCOMPLETE 120V CIRCUIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,79,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2010 SIGHTSEER D33C, VISTA E30W AND ITASCA SUNOVA D33C AND SUNSTAR E30W MOTOR HOMES MANUFACTURED JULY 16, 2009 THROUGH JANUARY 14, 2010. THESE VEHICLES MAY HAVE WIRING FROM AN INCOMPLETE 120V CIRCUIT THAT MAY BECOME ENERGIZED. THIS WIRE ASSEMBLY WAS PLACED FOR AN OPTION THAT WAS NOT ORDERED OR INSTALLED. THE CONNECTOR AT THE END OF THIS CIRCUIT IS NOT COVERED LEAVING AN OPENING THAT SOMEONE COULD MAKE CONTACT WITH AN ENERGIZED CONDUCTOR.","A PERSON TOUCHING THIS CONNECTOR MAY SUFFER AN ELECTRICAL SHOCK, RESULTING IN PERSONAL INJURY OR DEATH.","DEALERS WILL INSTALL THE MISSING CONDUCTORS AND RECEPTACLE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 3, 2010. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -03/09/2010,10T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T007000),"AMERICAN CAR CARE CENTERS, INC.",TREAD CHUNKING,TIRES,002,Tire,286,"AMERICAN CAR CARE CENTER HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN AMERICAN PROSPECTOR SUV TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 15 AND NOVEMBER 21, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"ACCC WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 11, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR ACCC CORPORATE OFFICE AT 1-901-680-9927." -03/09/2010,10T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T008000),DEL-NAT TIRE CORPORATION,TREAD CHUNKING,TIRES,01,Tire,629,"DEL-NAT TIRE CORPORATION HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN DELTA A/S SIERRADIAL TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 22 AND DECEMBER 5, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"DEL-NAT WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 10, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR DEL-NAT CONSUMER RELATIONS DEPARTMENT AT 1-901-775-5002." -03/09/2010,10V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V086000),Volvo Trucks North America,UPPER BUNK WINDOWS,VISIBILITY,RVXX1001,Vehicle,3526,VOLVO TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010-2011 VNL TRUCKS. THE ADHESIVE USED IN THE UPPER WINDOW IN THE BUNK AREA TO SECURE THE GLASS MAY DEBOND.,THIS COULD ALLOW THE GLASS TO COME LOOSE AND POSSIBLY FALL OUT INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE WINDOW AS REQUIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -03/09/2010,10V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V087000),Motor Coach Industries,WHEELCHAIR LIFT,EQUIPMENT ADAPTIVE/MOBILITY,341,Vehicle,4457,"MCI IS RECALLING CERTAIN MODEL YEAR 2000-2009 D4000, MODEL YEAR 2001-2010 D4500 AND MODEL YEAR 2005-2007 D4505 COACHES EQUIPPED WITH RICON WHEELCHAIR LIFT (WCL) AND A CASSETTE-TYPE WCL COMPARTMENT DOOR. THE WHEELCHAIR LIFT MAY BECOME DISENGAGED FROM A LOCKED POSITION AND SLIDE UNRESTRAINED ON ITS ROLLERS IN THE STORAGE STRUCTURE, POTENTIALLY BREAKING THROUGH THE CASSETTE DOOR AND EXTENDING BEYOND THE OUTSIDE OF THE DOOR WHEN THE COACH IS IN MOTION, PARTICULARLY WHEN THE COACH IS MAKING A LEFT TURN.","IF THE COACH IS IN MOTION, POTENTIAL INJURY TO PERSONS AND/OR DAMAGE TO OTHER VEHICLES OR PROPERTY COULD OCCUR.","MCI WILL PROVIDE PARTS AND LABOR TO INSTALL FREE OF CHARGE TO CUSTOMERS, A RICON DESIGNED RETROFIT KIT THAT INCLUDES A SPRING LOADED LOCK MECHANISM. THE SAFETY RECALL BEGAN ON MARCH 31, 2010. OWNERS MAY CONTACT MCI CUSTOMER SERVICE LINE AT 1-800-241-2947." -03/05/2010,10V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V084000),"Navistar, Inc.",CERTIFICATION LABELS,EQUIPMENT,NR (Not Reported),Vehicle,50,"MONACO RV IS RECALLING CERTAIN MODEL YEAR 2010-2011 HOLIDAY RAMBLER CAMPMASTER RECREATIONAL VEHICLES FOR FAILING TO COMPLY WITH PART 567, ""CERTIFICATION,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE LABELS THAT LIST THE TRAILER'S GROSS AXLE WEIGHT RATINGS, TIRE INFORMATION, AND CARGO CARRYING CAPACITY MAY BE INCORRECT.","TIRE BLOWOUT MAY HAPPEN WITHOUT WARNING CAUSING A CRASH POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL ALONG WITH INSTALLATION INSTRUCTIONS, OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 19, 2010. OWNERS MAY CONTACT MONACO RV AT 1-877-466-6226." -03/05/2010,10V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V083000),"DAIHATSU AMERICA, INC.",EMISSION CONTROL CHECK VALVES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4000,DAIHATSU IS RECALLING CERTAIN MODEL YEAR 1990-1992 ROCKY SPORT UTILITY VEHICLES. THE CHECK VALVE IN THE FUEL VAPOR EVAPORATIVE EMISSION CONTROL SYSTEM MIGHT DEVELOP A CRACK IN LONG-TERM VEHICLE USAGE DUE TO INSUFFICIENT DURABILITY UNDER SOME ENVIRONMENTAL OR OPERATIONAL CIRCUMSTANCES.,"A LEAK OF FUEL EVAPORATIVE GAS VAPOR INTO THE VEHICLE CABIN MAY OCCUR, POTENTIALLY RESULTING IN A FIRE.","DAIHATSU WILL HAVE THE OLD CHECK VALVE REPLACED WITH A NEW CHECK VALVE OF IMPROVED CONSTRUCTION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 31, 2010. OWNER MAY CONTACT DAIHATSU AT 626-968-6764 OR DAIHATSU HELP WEBSITE URL: HTTP://WWW.DAIHATSU-HELP.COM/INDEX.HTM OR DAIHATSU HELP E-MAIL ADDRESS: DAIHATSU.HELP@VERIZON.NET." -03/05/2010,10V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V082000),NOVA BUS INCORPORATED,IMPROPER HEAT TREATMENT FUEL PUMP,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,9,NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2009-2010 LFS 40 FOOT TRANSIT BUSES EQUIPPED WITH CUMMINS ENGINES. IMPROPER FUEL UNIT WAS INSTALLED.,THE MANUFACTURER HAS NOT YET PROVIDED A CONSEQUENCE FOR THIS CAMPAIGN.,NOVA BUS IS WORKING WITH CUMMINS AND CUMMINS IS HANDLING THE REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357. -03/05/2010,10V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V085000),"Chrysler (FCA US, LLC)",REAR TRACK BAR,EQUIPMENT,K05,Vehicle,3465,CHRYSLER IS RECALLING MODEL YEAR 2010 JEEP COMMANDER AND GRAND CHEROKEE VEHICLES. THEY MAY HAVE BEEN BUILT WITH AN IMPROPERLY MANUFACTURED REAR TRACK BAR.,REDUCED VEHICLE STABILITY COULD OCCUR INCREASING THE RISK OF A CRASH.,DEALERS WILL INSPECT THE REAR TRACK BAR BUSHING RETAINING HOOP AND REPLACE THE REAR TRACK BAR IF ANY ARE FOUND TO BE MIS-POSITIONED. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -03/05/2010,10T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T005000),PEP BOYS,TREAD CHUNKING,TIRES,152,Tire,424,"PEP BOYS HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN DEFINITY DAKOTA H/T TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 15 AND NOVEMBER 28, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"PEP BOYS WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 22, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR PEP BOYS AT 1-800-PEP-BOYS (1-800-737-2697)." -03/05/2010,10T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T006000),TBC Corporation,TREAD CHUNKING,TIRES,151,Tire,546,"TBC CORPORATION HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN CYCLONE RADIAL SUV TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 15 AND DECEMBER 19, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"TBC WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR TBC CORPORATION AT 1-800-739-7698." -03/04/2010,10V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V079000),"Forest River, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",FL-569,Vehicle,456,"FOREST RIVER IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 CHARLESTON MOTOR HOMES MANUFACTURED BETWEEN AUGUST 16, 2007 AND SEPTEMBER 23, 2008, EQUIPPED WITH KONGSBERG AUTOMOTIVE ADJUSTABLE BRAKE PEDALS. THE ADJUSTABLE BRAKE PEDAL ARM MAY LOOSEN ALLOWING THE ARM TO ROTATE AROUND ITS SHAFT AND SWING IN FRONT OF THE ACCELERATOR PEDAL, REDUCING BRAKING FUNCTION.",A LOOSE BRAKE PEDAL INCREASES THE RISK OF A CRASH.,"FOREST RIVER IS WORKING WITH FREIGHTLINER TO NOTIFY OWNERS. REPAIRS WILL BE CONDUCTED BY FREIGHTLINER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 10, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS WARRANTY CAMPAIGNS DEPARTMENT AT 1-800-647-0712." -03/04/2010,10V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V081000),"Airstream, Inc.",INCORRECT AXLE INSTALLATION,POWER TRAIN,NR (Not Reported),Vehicle,15,"AIRSTREAM IS RECALLING CERTAIN MODEL YEAR 2010 FLYING CLOUD TRAVEL TRAILERS. THESE VEHICLES WERE BUILT WITH AXLES RATED AT 3,800 LBS. THE VEHICLES SHOULD HAVE BEEN BUILT WITH AXLES RATED AT 4,400 LBS.",TOWING A VEHICLE WITH THE AXLE LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE AXLES WITH ONE'S RATED AT 4,400 LBS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2010. OWNERS MAY CONTACT AIRSTREAM AT 1-877-246-7731." -03/04/2010,10V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V080000),Chrysler Group Global Electric Motorcars,PARKING BRAKE CABLE,PARKING BRAKE,NR (Not Reported),Vehicle,142,GEM IS RECALLING CERTAIN MODEL YEAR 2009 NEIGHBORHOOD ELECTRIC VEHICLES. THE PARKING BRAKE CABLE MAY HAVE BEEN IMPROPERLY CRIMPED. THIS COULD CAUSE THE PARKING BRAKE CABLE TO SEPARATE FROM THE ACTUATOR HANDLE WHILE APPLIED.,THE VEHICLE COULD ROLL AWAY ON A HILL CREATING A RISK OF CRASH OR INJURY.,"DEALERS WILL REPLACE THE PARKING BRAKE LEVER ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 10, 2010. OWNERS MAY CONTACT GEM AT 866-764-0616." -03/04/2010,10V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V078000),"Coachmen RV Company, LLC",REPROGRAM ENGINE CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2009-2010 PRISM AND FREELANDER RECREATIONAL VEHICLES BUILT ON 2008 SPRINTER CHASSIS. THE ENGINE CONTROL MODULE MAY NOT ACTUATE THE EGR VALVE SUFFICIENTLY TO PREVENT SOOT ACCUMULATION, RESULTING IN IMPROPER VALVE OPERATION OR STICKING.","IMPROPER VALVE OPERATION MAY CAUSE EXCESSIVE EXHAUST EMISSIONS, ILLUMINATION OF THE MALFUNCTION INDICATOR LAMP AND A VEHICLE LIMP-IN CONDITION INCREASING THE RISK OF A CRASH.","COACHMEN IS WORKING WITH CHRYSLER TO REMEDY THIS CAMPAIGN AND WILL REPROGRAM THE VEHICLE'S ENGINE CONTROL MODULE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 8, 2010. OWNERS MAY CONTACT COACHMEN AT 800-453-6064 AND CHRYSLER AT 1-800-853-1403." -03/03/2010,10V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V068000),"Mitsubishi Fuso Truck of America, Inc.",AIR INTAKE DUCT,EQUIPMENT,NR (Not Reported),Vehicle,1517,"MITSUBISHI FUSO IS RECALLING CERTAIN MODEL YEAR 2010 FE83D, FE84D, FE85D AND FG84D VEHICLES MANUFACTURED BETWEEN OCTOBER 1 AND DECEMBER 25, 2009. THE WEATHER RESISTANCE PROPERTIES OF THE AIR INTAKE DUCT RUBBER CUSHIONS IS INSUFFICIENT. DURING NORMAL VEHICLE OPERATION, THE RUBBER CUSHIONS DETERIORATE AND CRACK, CAUSING ABNORMAL NOISE.","ALL OF THE RUBBER CUSHIONS COULD CRACK, ALLOWING THE AIR INTAKE DUCT TO FALL OFF OF THE TRUCK INCREASING THE RISK OF CRASH.","DEALERS WILL REPLACE ALL OF THE AIR INTAKE DUCT RUBBER CUSHIONS WITH COMPONENTS MANUFACTURED TO PROPER SPECIFICATIONS. THIS REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 19, 2010. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -03/03/2010,10V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V073000),"General Motors, LLC",ELECTRIC POWER STEERING,STEERING,N100023,Vehicle,1050889,GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2005-2010 CHEVROLET COBALT AND MODEL YEAR 2007-2010 PONTIAC G5 VEHICLES EQUIPPED WITH ELECTRIC POWER STEERING. THE DRIVER MAY EXPERIENCE A SUDDEN LOSS OF POWER STEERING ASSIST THAT COULD OCCUR AT ANY TIME WHILE DRIVING.,"IF POWER STEERING ASSIST IS LOST, IT WOULD REQUIRE GREATER DRIVER EFFORT AT LOW VEHICLE SPEEDS, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE ELECTRIC POWER STEERING MOTOR FREE OF CHARGE. OWNERS ARE BEING NOTIFIED ON A ROLLING BASIS BETWEEN MARCH 29 THROUGH NOVEMBER 2010. A COPY OF THE MAILING SCHEDULE IS LOCATED IN THE RECALL FILE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND PONTIAC AT 1-800-620-7668 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM. -03/03/2010,10V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V077000),"Heartland Recreational Vehicles, LLC",FEDERAL CERTIFICATION LABEL AXLE RATING,EQUIPMENT,99-01-01,Vehicle,1951,"HEARTLAND IS RECALLING CERTAIN MODEL YEAR 2007-2009 CYCLONE FIFTH WHEEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' IT HAS BEEN DETERMINED THAT THESE VEHICLES WERE MANUFACTURED WITH INCORRECT AXLE INFORMATION PRINTED ON THE FEDERAL CERTIFICATION LABEL. THE ACTUAL AXLE RATING (GAWR) IS 5,080LBS AND IS LISTED AS 5,200LBS ON THE LABEL.",A VEHICLE WITH THE AXLES LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING AND INCREASING THE RISK OF A CRASH.,"THE FEDERAL CERTIFICATION LABEL WILL BE REPLACED FREE OF CHARGE WITH ONE THAT HAS THE CORRECT GAWR LISTED FOR EACH AXLE. THE RECALL BEGAN ON APRIL 12, 2010. OWNER MAY CONTACT HEARTLAND AT 1-877-262-8032." -03/03/2010,10V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V069000),"Mack Trucks, Inc.",FRONT AXLE BEAM,POWER TRAIN,SC0341,Vehicle,15490,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2004 CL, CV, LE, MR, RB, RD, AND MODEL YEAR 2003 THROUGH 2004 DM HEAVY TRUCKS MANUFACTURED FROM FEBRUARY 1, 2002 THROUGH SEPTEMBER 30, 2003, EQUIPPED WITH AXLE BEAMS MANUFACTURED BY BHARAT FORGE. THE AXLE BEAM MAY HAVE TRANSVERSE SHEAR LINES ON THE BOTTOM OF THE AXLE FROM THE TRIMMING PROCESS.","THESE LINES, IF PRESENT, CAN PROMOTE INITIATION OF CRACKS, WHICH OVER TIME MAY POSSIBLY LEAD TO AXLE BEAM FAILURE AND A VEHICLE CRASH CAN OCCUR.","MACK WILL NOTIFY OWNERS, INSPECT AND REPLACE ANY AFFECTED AXLE BEAMS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2010. OWNERS MAY CONTACT MACK AT 1-800-866-1177." -03/03/2010,10V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V075000),"Nissan North America, Inc.",FUEL TANK SHELLS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,80689,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2006 AND MODEL YEAR 2008 FRONTIER, XTERRA AND PATHFINDER VEHICLES. THE MOLDED FUEL TANK SHELLS CAN DEFORM, CAUSING THE FUEL SENDER FLOAT ARM TO CONTACT AN EMBOSSMENT MOLDED INTO THE TANK SHELL CAUSING THE INSTRUMENT PANEL FUEL GAUGE TO SHOW THAT THE VEHICLE HAS APPROXIMATELY ONE QUARTER TANK WHEN THE FUEL TANK IS EMPTY.","THIS COULD CAUSE THE VEHICLE TO RUN OUT OF GAS AND STALL IN TRAFFIC, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FUEL LEVEL SENDING UNIT INSIDE THE FUEL TANK WITH A NEW ONE THAT HAS A MODIFIED FLOAT ARM. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 22, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/03/2010,10V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V074000),"Nissan North America, Inc.",INSTRUMENT PANEL FUEL GAUGE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,340000,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2005-2009 TITAN, ARMADA, AND INFINITI QX56 VEHICLES. THE INSTRUMENT PANEL FUEL GAUGE MAY INACCURATELY DISPLAY THAT THE VEHICLE STILL HAS SOME FUEL, TYPICALLY ABOUT ONE QUARTER TANK, WHEN THE FUEL TANK IS EMPTY.","THIS COULD CAUSE THE VEHICLE TO RUN OUT OF GAS AND STALL ON THE HIGHWAY, WHICH COULD CAUSE A CRASH.","DEALERS WILL REPLACE THE FUEL SENDER UNIT INSIDE THE FUEL TANK WITH A NEW IMPROVED SENDER CARD. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 22, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/03/2010,10V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V076000),Heil Company,REAR HINGE ASSEMBLY,EQUIPMENT,227,Vehicle,522,HEIL IS RECALLING CERTAIN MODEL YEAR 2006-2009 RAPID RAIL AND CP PYTHON BODIES GARBAGE TRUCKS WITH BOLT-ON REAR HINGE ASSEMBLIES. AFFECTED BODIES ARE THOSE WHICH HAVE A BOLT ON REAR HINGE ASSEMBLY BUT DO NOT HAVE STRUCTURAL GUSSETS TO REINFORCE THE Z-PLATE. CRACKING CAN OCCUR IN THE Z-PLATE AREA AND A FAILURE CAN RESULT WHEN THE BODY IS IN THE RAISED POSITION DURING WASTE UNLOADING PROCEDURES.,THE BODY CAN BECOME UNSTABLE WHEN RAISED DURING DUMPING OPERATIONS AND CAUSE THE TRUCK TO ROLL OVER ON ITS SIDE INCREASING THE RISK OF INJURIES.,"DEALERS WILL INSPECT AND INSTALL THE BOLT ON HINGE KIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 10, 2010. OWNERS MAY CONTACT HEIL AT 866-275-4345." -03/02/2010,10V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V072000),"Nissan North America, Inc.",BRAKE PEDAL PIVOT PIN,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,179383,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2008-2010 TITAN, ARMADA, AND INFINITI QX56, AND MODEL YEAR 2008-2009 NISSAN QUEST VEHICLES. THE BRAKE PEDAL PIVOT PIN END WAS NOT SPIN-FORMED TO SPECIFICATION DURING THE MANUFACTURING PROCESS OF THE BRAKE PEDAL ASSEMBLY. THE PIVOT PIN COULD SLIDE AND CAUSE THE BRAKE PEDAL TO PARTIALLY DISENGAGE FROM THE BRAKE PEDAL BRACKET.",THE DRIVER WILL EXPERIENCE UNUSUAL AND NOTICEABLE LOOSENESS IN THE PEDAL AND A REDUCTION IN BRAKING FORCE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT TO SEE IF THE PIVOT PIN HAD BEEN FORMED PROPERLY AND WILL REPLACE THE BRAKE PEDAL ASSEMBLY IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 22, 2010. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/02/2010,10V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V071000),Sutphen Corporation,DRIVELINE U-JOINT FAILURE,POWER TRAIN,NR (Not Reported),Vehicle,35,"SUTPHEN HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2004 THROUGH 2010 SPH MODEL FIRE TRUCKS MANUFACTURED BETWEEN JANUARY 2004 AND JANUARY 2010, EQUIPPED WITH SERIES 60 DETROIT DIESEL OR C-13 CATERPILLAR ENGINES. PRE 2007, THE DETROIT DIESEL ENGINES WERE MOUNTED LOW IN THE FRAME WHICH CAUSES VIBRATION IN THE DRIVELINE. POST 2007, A NEW SUSPENSION AND FRAME DESIGN CAUSED THE DRIVELINE ANGLES OF THE DETROIT DIESEL AND CATERPILLAR ENGINES TO BE SLIGHTLY OUT OF ALIGNMENT.","VIBRATION IN THE DRIVELINE CAN CAUSE PREMATURE FAILURE OF THE U-JOINTS, INCREASING THE RISK OF A CRASH.","SUTPHEN WILL NOTIFY OWNERS AND REPAIR THE FIRE TRUCKS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 8, 2010. OWNERS MAY CONTACT SUTPHEN AT 1-866-287-5549." -03/02/2010,10V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V070000),Hyundai Motor America,FRONT DOOR LATCHES,LATCHES/LOCKS/LINKAGES,096,Vehicle,5893,"HYUNDAI-KIA HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2011 SONATA VEHICLES MANUFACTURED FROM DECEMBER 11, 2009 THROUGH FEBRUARY 15, 2010. THE FRONT INSIDE DOOR LOCK SWITCH CAN REMAIN IN THE UNLATCHED POSITION.","THE DOOR MAY NOT BE IN THE LOCKED POSITION AND MAY OPEN WHILE THE VEHICLE IS IN MOTION, POSSIBLY RESULTING IN INJURY TO THE DRIVER OR PASSENGER.","HYUNDAI-KIA WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES BY REPLACING LATCHES AFFECTED BY THIS RECALL CAMPAIGN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2010. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -03/02/2010,10V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V057000),Blue Bird Body Company,OMITTED JOINT ADHESIVE,STRUCTURE,R10RM,Vehicle,31,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN MODEL YEAR 2010 ALL AMERICAN REAR ENGINE SCHOOL BUSES MANUFACTURED FROM AUGUST 27, 2009 THROUGH JANUARY 25, 2010. ADHESIVE REQUIRED FOR INTERIOR REAR BULKHEAD PANELS WAS OMITTED. THE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","WITHOUT THE REQUIRED ADHESIVE, THERE IS AN INCREASED RISK OF INJURY TO THE BUS OCCUPANTS IN THE EVENT OF A CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 26, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -03/02/2010,10T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T004000),Hercules Tire & Rubber Company,TREAD CHUNKING,TIRES,152,Tire,1119,"HERCULES HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN HERCULES TERRA TRAC SUV TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 15 AND DECEMBER 12, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"HERCULES TIRE WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 4, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288 OR HERCULES AT 1-419-425-6400." -02/25/2010,10V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V066000),"Mitsubishi Motors North America, Inc.",AUTOMATIC TRANSMISSION OIL COOLER PIPE ASSEMBLY,ENGINE AND ENGINE COOLING,SR-10-001,Vehicle,2307,"MITSUBISHI IS RECALLING CERTAIN MODEL YEAR 2010 GALANT VEHICLES. THE AUTOMATIC TRANSMISSION OIL COOLER PIPE ASSEMBLY ON SOME VEHICLES MAY HAVE INSUFFICIENT PLATING TO PREVENT CORROSION, IF THE PIPE SHOULD DEVELOP A HOLE DUE TO CORROSION, AUTOMATIC TRANSMISSION FLUID LEAKAGE MAY OCCUR.",ATF IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A POTENTIAL FIRE HAZARD.,"DEALERS WILL HAVE THE AFT OIL COOLER PIPE ASSEMBLY INSPECTED. IF INSUFFICIENT PLATING IS FOUND DURING INSPECTION, THE DEALER WILL REPLACE THE AFT OIL COOLER PIPE ASSEMBLY WITH NEW PARTS CONTAINING APPROPRIATE ANTI-CORROSION PLATING. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2010. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -02/25/2010,10V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V060000),Wilson Trailer Company,FRONT AND REAR SUSPENSION HANGERS,SUSPENSION,526D,Vehicle,968,"WILSON TRAILER IS RECALLING CERTAIN MODEL YEAR 2000 THROUGH 2008 LIVESTOCK TRAILERS MANUFACTURED BETWEEN MARCH 1, 2000 AND AUGUST 1, 2008. THE CROSS CHANNEL BETWEEN THE FRONT AND REAR SUSPENSION HANGERS CAN BREAK AND, IF UNDETECTED, OVER TIME CAN CAUSE THE FRAME TO FLEX CAUSING SEVERE CRACKING OF THE FRAME.",THIS COULD LEAD TO A LOSS OF SUSPENSION AND INCREASE A RISK OF A CRASH.,"WILSON TRAILER WILL NOTIFY OWNERS AND REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2010. OWNERS MAY CONTACT WILSON TRAILER AT 1-800-798-2002." -02/25/2010,10V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V065000),"Mitsubishi Motors North America, Inc.",FUEL FILLER PIPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,108147,"MITSUBISHI IS RECALLING CERTAIN MODEL YEAR 2004-2010 ENDEAVOR VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, AND WASHINGTON D.C. COLD STATES INCLUDE NORTH DAKOTA, SOUTH DAKOTA, NEBRASKA, KANSAS, OKLAHOMA, COLORADO, WYOMING, MONTANA, IDAHO, WASHINGTON, OREGON, AND UTAH. ADJOINING STATES INCLUDE ARKANSAS, TENNESSEE, AND NORTH CAROLINA. IN SEVERE CORROSIVE ENVIRONMENTS WHERE ROAD SALTS ARE FREQUENTLY USED IN WINTER VEHICLES MAY BE EXPOSED TO ROAD DEBRIS (MUD) MIXED WITH ROAD SALT. THIS MATERIAL CAN BECOME TRAPPED BETWEEN A REINFORCING BRACKET AND THE FUEL FILLER PIPE, POTENTIALLY CAUSING CORROSION. OVER TIME, CORROSION COULD CREATE A LEAK IN THE FUEL FILLER PIPE THAT COULD RESULT IN A FUEL LEAKAGE WHEN FUELING THE VEHICLE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL FILLER PIPE WITH A NEW IMPROVED PART FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 5, 2010. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -02/25/2010,10V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V062000),"General Coach America, Inc.",OVERHEATED BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,66,"GENERAL COACH IS RECALLING CERTAIN MODEL YEAR 2005-2006 LO-TRANS, MODEL YEAR 2007 EZ-TRANS AND MODEL YEAR 2009-2010 IC-LC BUSES BUILT ON INTERNATIONAL 3200IM CHASSIS MANUFACTURED FROM JULY 2003 THROUGH FEBRUARY 2010. WHEN THE BUSES ARE USED IN A SEVERE DUTY APPLICATION, SUCH AS BUSES IN HEAVY TRANSIT USE, THERE CAN BE OVERHEATING OF THE BRAKES.","IF THE OVERHEATING BECOMES EXCESSIVE, IT COULD RESULT IN A FIRE LOCATED AT THE BRAKE AREA. A FIRE MAY RESULT IN PERSONAL INJURY, PROPERTY DAMAGE, OR DEATH.","GENERAL COACH IS WORKING WITH INTERNATIONAL TO DEFINE THE REMEDY FOR THIS CAMPAIGN. THE BUSES WILL BE RETROFITTED WITH AN AFTERMARKET TRANSMISSION RETARDER THAT WILL LOWER THE TEMPERATURES OF THE BRAKING COMPONENTS DOWN INTO THE NORMAL OPERATING RANGE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGED. THE RECALL BEGAN ON MAY 10, 2010. OWNERS MAY CONTACT GENERAL COACH AT 1-800-842-0622." -02/25/2010,10V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V061000),Hyundai Motor America,PASSIVE OCCUPANT DETECTION SYSTEM MODULE PROGRAM,AIR BAGS,095,Vehicle,515,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2010 TUCSON VEHICLES. PROPERLY SEATED ADULT RIGHT FRONT SEAT PASSENGERS WEIGHING OVER APPROXIMATELY 240 POUNDS CAUSE THE PASSIVE OCCUPANT DETECTION SYSTEM (PODS) MODULE PROGRAM TO ILLUMINATE THE ""AIR BAG"" WARNING LAMP.","IF ""AIR BAG"" WARNING LAMP IS ILLUMINATED, THE PASSENGER AIR BAG WILL DEPLOY IF A CRASH OF SUFFICIENT FORCE TO REQUIRE FRONT AIR BAG DEPLOYMENT IS EXPERIENCED, AND WILL NOT BE DEACTIVATED IF A CHILD IS SEATED IN THE RIGHT FRONT SEATING POSITION, WHICH MAY INCREASE THE RISK OF INJURY TO A CHILD FRONT PASSENGER.","DEALERS WILL REPROGRAM THE PODS MODULE FREE OF CHARGE. HYUNDAI ANTICIPATES OWNERS NOTIFICATION BEGAN BY TELEPHONE ON FEBRUARY 15 2010 AND THE NOTIFICATION WAS MAILED ON MARCH 5, 2010. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -02/25/2010,10V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V067000),"Corp. Micro Bird, Inc.",SEATS,SEATS,10-035-SEU,Vehicle,582,"CORP. MICRO BIRD, INC. HAS NOTIFIED NHTSA ABOUT A NONCOMPLIANCE IN CERTAIN MODEL YEAR 2006 THROUGH 2010 G5 SCHOOL BUSES MANUFACTURED FROM JUNE 1, 2006 AND FEBRUARY 15, 2009, EQUIPPED WITH 39 OR 45 INCH SEATS. THE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" SOME SEATS WERE INSTALLED WITHOUT ANY REINFORCEMENT UNDER THE FLOOR.","IN THE EVENT OF A CRASH, THE SEAT MAY NOT ABSORB SUFFICIENT ENERGY TO RESTRAIN THE OCCUPANT AS INTENDED AND IT COULD RESULT IN INJURY OR DEATH TO THE OCCUPANT.","MICRO BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 29, 2010. OWNERS MAY CONTACT MICRO BIRD AT 1-819-477-2012." -02/25/2010,10V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V063000),Keystone RV Company,SPARE TIRE CARRIER,TIRES,10-129,Vehicle,2893,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2008-2010 COUGAR AND LAREDO TRAILERS AND FIFTH WHEEL VEHICLES. THESE VEHICLES HAVE EXPERIENCED A LIMITED NUMBER OF FAILURES WITH ITS SPARE TIRE CARRIERS IN PARTICULAR, THE SPARE TIRE CARRIERS, WHEN COMBINED WITH A 16"" SPARE TIRE AND WHEN INSTALLED ON THE BUMPER OF A SLIDE OUT BIKE/STORAGE RACK, MAY BREAK OR CRACK AFTER TIME CAUSING THE SPARE TIRE TO FALL OFF.","IF THE TIRE CARRIER FAILS CAUSING THE TIRE TO COME LOOSE, THERE IS AN INCREASED RISK OF PERSONAL INJURY AND PROPERTY DAMAGE.","THE REMEDY IS TO REPLACE THE SPARE TIRE CARRIER WITH A NEW SPARE TIRE CARRIER FREE OF CHARGE. THE SAFETY RECALL BEGAN ONMARCH 8, 2010. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -02/24/2010,10V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V059000),"Terex South Dakota, Inc.",TELESCOPING POLESETTER EXTENSION,EQUIPMENT,CB592,Vehicle,54,TEREX TELELECT IS RECALLING CERTAIN MODEL YEAR 1999 THROUGH 2009 TEXOMA 330 AUGER DRILLS WITH TELESCOPING POLESETTER EXTENSION MOUNTED ON TRUCKS. THE VEHICLES INVOLVED UTILIZED A HYDRAULIC CYLINDER TO ARTICULATE THE POLESETTER EXTENSION. THE VEHICLES ARE PRESSURE DIGGERS USED TO DRILL HOLES AND HANDLE POLES. THE EXTENSION CAN HAVE UNINTENDED MOVEMENT UP TO 4 TO 6 INCHES WHEN OTHER FUNCTIONS ARE OPERATED.,UNINTENDED MOVEMENT OF THE EXTENSION CAN BE DANGEROUS TO THE OPERATOR WHICH COULD RESULT IN DEATH OR SERIOUS INJURY.,"TEREX WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 16, 2010. OWNERS MAY CONTACT TEREX'S UTILITIES WARRANTY DEPARTMENT AT 1-605-884-3892." -02/23/2010,10V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V053000),"Daimler Trucks North America, LLC",PITMAN ARM INSTALLATION,STEERING,FL-572,Vehicle,220,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010 FREIGHTLINER CASCADIA VEHICLES MANUFACTURED MAY 20, 2009 THROUGH JANUARY 29, 2010 AND EQUIPPED WITH OPTIONAL SHEPPARD HD94 STEERING GEARS. RESTRAINING WASHER LOCKING TABS MAY NOT HAVE BEEN SEATED INTO THE PITMAN ARM RETAINER NOTCHES DURING ASSEMBLY.",INCOMPLETE INSTALLATION OF THE PITMAN ARM RETAINING MECHANISM MAY ALLOW UNTHREADING OF THE RETAINER. DISENGAGEMENT OF THE PITMAN ARM FROM THE STEERING BOX MAY RESULT IN LOSS OF STEERING AND CRASH COULD OCCUR.,"DEALERS WILL INSPECT TO INSURE PITMAN ARM RETAINER IS PROPERLY TORQUED AND RESTRAINING WASHER IS PROPERLY INSTALLED WITH LOCKING TABS SEATED IN NOTCHES OF THE RETAINER. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 2, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/23/2010,10V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V055000),Honda (American Honda Motor Co.),POWER LIFTGATE SYSTEMS,STRUCTURE,NR (Not Reported),Vehicle,21776,"HONDA IS RECALLING CERTAIN MODEL YEAR 2005 ODYSSEY TOURING VEHICLES EQUIPPED WITH POWER OPERATED REAR LIFTGATE. THE POWER LIFTGATE GAS STRUTS MAY DETERIORATE UNEXPECTEDLY EARLY. STRUTS THAT HAVE WORN OUT PREMATURELY MAY FAIL TO HOLD THE POWER LIFTGATE IN THE FULLY OPEN POSITION, CAUSING THE POWER LIFTGATE TO CLOSE UNEXPECTEDLY.",INJURY MAY RESULT FROM A POWER LIFTGATE CLOSING UNEXPECTEDLY WHEN A PERSON IS WITHIN THE CLOSING PATH OF THE LIFTGATE.,"DEALERS WILL INSPECT THE GAS LIFTGATE STRUTS AND REPLACE IF WITHIN THE RECALL POPULATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE CAMPAIGN BEGAN ON MARCH 26, 2010. OWNERS MAY CONTACT HONDA AUTOMOBILE CUSTOMER SERVICE AT 1-800-999-1009." -02/23/2010,10V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V058000),"Daimler Trucks North America, LLC",SEAT CUSHION HINGE,SEATS,FL-571,Vehicle,100,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2011 SAF-T-LINER C2, HDX, MVP-EF, AND MINOTOUR SCHOOL BUSES MANUFACTURED FROM OCTOBER 21, 2009 THROUGH JANUARY 19, 2010. THE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" SEAT CUSHION HINGE TOLERANCE MAY ALLOW THE CUSHION TO SLIP LATERALLY CAUSING THE LATCH STRIKER TO BECOME DISENGAGED FROM THE SEAT FRAME. ONCE THE SEAT CUSHION BECOMES UNLATCHED IT CAN BE LIFTED WITH LESS FORCE THAN REQUIRED BY THE STANDARD.","IN THE EVENT OF A CRASH OR SUDDEN MANEUVER, THE SEAT CUSHION MAY UNLATCH EXPOSING THE SEAT FRAME TO THE VEHICLE'S OCCUPANTS POSSIBLY RESULTING IN INJURY.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY THOMAS BUILT BUSES DEALERSHIPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 15, , 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/21/2010,10V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V054000),"Navistar, Inc.",HEADLIGHT ELECTRICAL WIRING HARNESS,EXTERIOR LIGHTING,10504,Vehicle,250,"NAVISTAR IS RECALLING CERTAIN IC MODEL YEAR 2010 FE AND RE SCHOOL BUSES MANUFACTURED FROM JUNE 1 THROUGH AUGUST 19, 2009. THE WIRES IN THE HEADLIGHT ELECTRICAL HARNESS MAY HAVE BEEN INSTALLED IN THE INCORRECT CONNECTOR CAVITIES RESULTING IN DEGRADED LOW BEAM HEADLIGHT INTENSITY. THE VEHICLE'S LOW BEAM HEADLIGHTS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE LOW BEAM HEADLIGHT'S INTENSITY IS DECREASED INCREASING THE RISK OF A CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS INSPECT THE HEADLIGHT ELECTRICAL HARNESS CONNECTOR WIRING AND REPAIR IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 12, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/21/2010,10V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V056000),"Navistar, Inc.",HEADLIGHT ELECTRICAL WIRING HARNESS,EXTERIOR LIGHTING,10504,Vehicle,49,"NAVISTAR IS RECALLING CERTAIN IC MODEL YEAR 2010 FE AND RE TRANSIT BUSES MANUFACTURED FROM JUNE 1 THROUGH AUGUST 19, 2009. THE WIRES IN THE HEADLIGHT ELECTRICAL HARNESS MAY HAVE BEEN INSTALLED IN THE INCORRECT CONNECTOR CAVITIES RESULTING IN DEGRADED LOW BEAM HEADLIGHT INTENSITY. THE VEHICLE'S LOW BEAM HEADLIGHTS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE LOW BEAM HEADLIGHT'S INTENSITY IS DECREASED INCREASING THE RISK OF A CRASH.,"NAVISTAR WILL NOTIFY OWNERS AND DEALERS INSPECT THE HEADLIGHT ELECTRICAL HARNESS CONNECTOR WIRING AND REPAIR IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 5, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/21/2010,10T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T003000),Cooper Tire & Rubber Co.,TREAD CHUNKING,TIRES,152,Tire,7769,"COOPER TIRE IS RECALLING CERTAIN DISCOVERER H/T AND DISCOVERER LSX TIRES, SIZE 245/70R17, PRODUCED BETWEEN NOVEMBER 15 AND DECEMBER 12, 2009. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AT VARIOUS MILEAGES, THE SUBJECT TIRES MAY DEVELOP AND EXHIBIT TREAD CHUNKING OR CRACKING IN THE TREAD SHOULDER AREA.",TREAD CHUNKS MAY SEPARATE FROM THE TIRE CASING RESULTING IN BODY DAMAGE TO THE VEHICLE OR THE DRIVER MAY LOSE CONTROL RESULTING IN A CRASH.,"COOPER TIRE WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 23, 2010. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 1-800-854-6288." -02/19/2010,10E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E004000),"B&W Custom Truck Beds, Inc., B&W Hitches",GOOSENECK TRAILER HITCH COUPLER,TRAILER HITCHES,NR (Not Reported),Equipment,418,"B&W CUSTOM TRUCK BEDS, INC. HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN EXTEND-A-GOOSE TRAILER HITCH COUPLERS, P/NO. TEXA4200, MANUFACTURED BETWEEN JUNE 1, 2008 AND JANUARY 28, 2010, SOLD AS AFTERMARKET EQUIPMENT FOR GOOSENECK TRAILERS. THE WELD BETWEEN THE TOP TWO TUBE MEMBERS OF THE COUPLER MAY FRACTURE, WHICH MAY CAUSE THE COUPLER TO FAIL.","IF THIS OCCURS, A TRAILER UNDER TOW MAY SEPARATE FROM THE TOW VEHICLE, POSSIBLY RESULTING IN A CRASH.","B&W WILL NOTIFY OWNERS OF RECORD AND REPLACE THE DEFECT HITCHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 3, 2010. OWNERS MAY CONTACT B&W TOLL-FREE BY CALLING 1-800-248-6564." -02/19/2010,10V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V051000),Mazda Motor Corp.,SEAT HEATER CONTROL SYSTEM,SEATS,5810B,Vehicle,12300,MAZDA IS RECALLING CERTAIN MODEL YEAR 2010 CX-9 VEHICLES EQUIPPED WITH ELECTRICALLY HEATED FRONT SEATS. THERE IS A POSSIBILITY UNDER EXTREMELY COLD CONDITIONS FOR THE SEAT HEATER CONTROL CIRCUIT TO OVERHEAT AND FAIL DUE TO INSUFFICIENT ELECTRICAL GROUNDING.,"THIS MAY CAUSE BURN DAMAGE OF THE SEAT CUSHION SURFACE, OR A RISK OF SMOKE/FIRE.","DEALERS WILL INSTALL AN ADDITIONAL GROUND HARNESS ON THE SEAT HEATER CONTROL SYSTEM. THE SEAT HEATER CONTROL CIRCUIT WILL BE REPLACED IF NECESSARY AND/OR THE SEAT WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 9, 2010. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -02/19/2010,10T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T002000),"Toyo Tire Holdings of Americas, Inc.",SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,1996,"TOYO TIRE HOLDINGS OF AMERICAS, INC. IS RECALLING CERTAIN NITTO TERRA GRAPPLER ALL TERRAIN, SIZE 305/50R20 120S, TOYO OPEN COUNTRY A/T AND TOYO PROXES ST II, SIZE 305/50R20, MANUFACTURED FROM...SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH A WRINKLE IN THE UPPER SIDEWALL AREA OF THE TIRES. UNDER CERTAIN CIRCUMSTANCES, THIS WRINKLE MAY EVENTUALLY LEAD TO A CRACK IN THE SIDEWALL.","IF A CRACK DEVELOPS AND IS LEFT UNDETECTED, THE TIRE MAY FAIL, POTENTIALLY CAUSING A CRASH, POSSIBLY RESULTING IN INJURY OR DEATH.","TOYO WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE, WHICH INCLUDES MOUNTING AND BALANCING. THE SAFETY RECALL BEGAN ON FEBRUARY 23, 2010. OWNERS MAY CONTACT NITTO CUSTOMER HOTLINE AT 1-888-529-8200 OR TOYO CUSTOMER HOTLINE AT 1-800-442-8696." -02/18/2010,10V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V050000),Entegra Coach,ADJUSTABLE BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2010 ASPIRE MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS MANUFACTURED BETWEEN OCTOBER 2, 2009 AND DECEMBER 18, 2009 WITH KONGSBERG POWER PRODUCTS SYSTEMS ADJUSTABLE BRAKE PEDALS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A VEHICLE CRASH.,"UNITS ARE IN DEALERS STOCK AND NONE HAVE BEEN RETAIL SOLD. THEREFORE, OWNER LETTERS TO CUSTOMERS WILL NOT TAKE PLACE. DEALERS WILL RECEIVE KITS AND WILL INSPECT AND INSTALL A C-CLAMP ON THE ADJUSTABLE BRAKE PEDAL. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787." -02/18/2010,10V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V048000),"Jayco, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2010 INSIGNIA MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS MANUFACTURED BETWEEN OCTOBER 14, 2009 AND JANUARY 15, 2010 WITH KONGSBERG POWER PRODUCTS SYSTEMS ADJUSTABLE BRAKE PEDALS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A VEHICLE CRASH.,"UNITS ARE IN DEALERS STOCK AND NONE HAVE BEEN RETAIL SOLD. THEREFORE, OWNER LETTERS TO CUSTOMERS WILL NOT TAKE PLACE. DEALERS WILL RECEIVE KITS AND WILL INSPECT AND INSTALL A C-CLAMP ON THE ADJUSTABLE BRAKE PEDAL. JAYCO MAY BE REACHED AT 1-800-283-8267." -02/18/2010,10V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V049000),Collins Bus Corporation,BRAKE AND TURN SIGNAL SEPARATOR MODULE,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,112,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2009 BANTAM, SUPER BANTAM, AND GRAND BANTAM SCHOOL BUSES MANUFACTURED BETWEEN APRIL 1 AND OCTOBER 1, 2009, BUILT ON FORD CUTAWAY CHASSIS. THE BRAKE-TURN SEPARATOR MODULE WHICH IS USED TO CONTROL THE BRAKE LIGHTS AND TURN SIGNALS LIGHTS IN THE REAR MAY NOT ALWAYS DISTINGUISH CORRECTLY BETWEEN A BRAKE SIGNAL INPUT AND A TURN SIGNAL INPUT FROM THE FORD CHASSIS OEM WIRING. FOR TYPICAL BRAKE AND TURN SIGNAL OPERATION, THE STOP/TAIL/TURN LIGHTS AT THE REAR OF THE BUS WILL FUNCTION PROPERLY. HOWEVER, IF THE BRAKES ARE PUMPED/APPLIED IN A FREQUENCY MATCHING THAT OF THE BLINKING TURN SIGNAL WHILE THE TURN INDICATOR IS ON, THERE IS THE POTENTIAL THAT THE BRAKE SIGNAL THROUGH THE MODULE MAY CANCEL OUT THE TURN SIGNAL TEMPORARILY OR CAUSE IT TO FLASH INTERMITTENTLY.",THIS CAN CAUSE CONFUSION TO VEHICLES BEHIND THE BUS AS TO WHETHER THE BUS IS TURNING OR STOPPING INCREASING THE RISK OF A CRASH.,"COLLINS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE BRAKE-TURN SIGNAL SEPARATOR MODULE, IF THE BUS IS EQUIPPED WITH ONE, FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2, 2010. OWNERS MAY CONTACT COLLINS TOLL-FREE AT 1-800-533-1850 EXT. 424." -02/18/2010,10V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V042000),Toyota Motor Engineering & Manufacturing,DRIVESHAFT FAILURE,POWER TRAIN,NR (Not Reported),Vehicle,8000,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 TOYOTA TACOMA PICKUP TRUCKS. THE PROPELLER SHAFT MAY DEVELOP CRACKS DURING THE MANUFACTURING PROCESS. OVER TIME, THE CRACKS MAY EVENTUALLY LEAD TO THE SEPARATION OF THE PROPELLER SHAFT.",THIS MAY RESULT IN A LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE FRONT PROPELLER SHAFT ON AFFECTED VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 22, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -02/18/2010,10V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V045000),"Autocar, LLC",FRONT FRAME RAIL EXTENSION REINFORCEMENT,STRUCTURE,A-1001,Vehicle,1969,"AUTOCAR IS RECALLING CERTAIN MODEL YEAR 2007-2009 WX AND WXR HEAVY DUTY CLASS 8 LCOE VEHICLES. THE AFFECTED VEHICLES MAY DEVELOP CRACKS IN THE TOP FLANGE OF THE FRONT FRAME RAIL EXTENSION. OVER TIME, THE CRACK MAY PROPAGATE ACROSS THE EXTENSION BRACKET, POTENTIALLY CAUSING THE EXTENSION BRACKET TO DEFORM UNDER LOAD. THESE TIRES ARE ALL ASYMMETRICAL TREAD PATTERNS WITH ""OUTER"" INDICATED ON THE OUTSIDE SIDEWALL. THE OUTSIDE SIDEWALL CONTAINS THE FULL TIRE IDENTIFICATION NUMBER INCLUDING THE PRODUCTION DATE CODE.","THIS MAY COMPROMISE THE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","AUTOCAR WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2010. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/18/2010,10V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V043000),"General Motors, LLC",FRONT SEAT BELT RETRACTORS,SEAT BELTS,E090273,Vehicle,14126,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2004 SAAB 9-3 SEDANS. SOME OF THESE VEHICLES WERE PRODUCED WITH FRONT SEAT BELT RETRACTORS THAT, OVER TIME, COULD FAIL TO RETRACT.","USING A SEAT BELT THAT HAS NOT RETRACTED, AND IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE DRIVER SIDE RETRACTOR FREE OF CHARGE. IF THE FRONT PASSENGER RETRACTOR WERE TO FAIL TO RETRACT, GM WILL REPLACE THE FRONT PASSENGER RETRACTOR FREE OF CHARGE UNDER A SPECIAL COVERAGE THAT WILL BE RELEASED FOR THE SAME POPULATION FOR 10 YEARS FROM NEW VEHICLE DATE OF SALE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2010. OWNERS MAY CONTACT SAAB AT 1-800-955-9007 OR AT THE OWNER CENTER AT SAABPARTS.COM/US. Note: In June 2014, GM expanded the special coverage from 10 years to be for the lifetime of the vehicle." -02/18/2010,10V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V044000),Keystone RV Company,RAMP DOOR HARDWARE,STRUCTURE,10-128,Vehicle,242,KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2010 FUZION TRAVEL TRAILERS AND FIFTH WHEELS WITH THE TOURING EDITION II PACKAGE. THE REAR RAMP DOOR CABLE SUPPORT BRACKET BOLTS MAY FAIL WHEN THE DOOR IS USED IN THE PATIO POSITION.,A FALLING DOOR CAN LEAD TO AN INCREASED RISK OF PERSONAL INJURY IF A PERSON IS ON THE DOOR IN THE PATIO POSITION.,"DEALERS WILL REPLACE THE RAMP DOOR CABLE HARDWARE WITH THE CORRECT HARDWARE FREE OF CHARGE. THE SAFETY RECALLBEGAN ON FEBRUARY 15, 2010. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -02/18/2010,10V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V046000),"Autocar, LLC",STEERING GEAR BRACKET,STEERING,A-1002,Vehicle,1879,"AUTOCAR IS RECALLING CERTAIN MODEL YEAR 2008-2009 ACX HEAVY DUTY CLASS 8 VEHICLES. THE AFFECTED VEHICLES MAY EXPERIENCE A FATIGUE FAILURE OF THE STEERING GEAR MOUNTING BRACKET. OVER TIME, THIS FAILURE MAY CAUSE CRACKS THAT WILL RESULT IN UNDESIRABLE MOVEMENT OF THE STEERING GEAR MOUNTED TO THAT BRACKET.","THIS MAY AFFECT THE CONTROL OF THE TRUCK, INCREASING THE RISK OF A CRASH.","AUTOCAR WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE STEERING GEAR MOUNTING BRACKET FREE OF CHARGE. THE RECALL BEGAN ON MARCH 26, 2010. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/18/2010,10V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V047000),"BMW of North America, LLC",TIRE PRESSURE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1040,"BMW IS RECALLING CERTAIN MODEL YEAR 2009-2010 7-SERIES AND MODEL YEAR 2010 550i GRAND TURISMO VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110 ""TIRE SELECTION AND RIMS."" THESE VEHICLE'S ARE EQUIPPED WITH A TIRE PRESSURE LABEL INDICATING THAT THE VEHICLE'S SEATING CAPACITY IS FIVE (5) PASSENGERS. THE ACTUAL SEATING CAPACITY IS FOUR (4) PASSENGERS. THE TIRE SIZE, TIRE PRESSURE, AND VEHICLE CAPACITY WEIGHT ON THE LABEL ARE CORRECT.",THE TIRE LABEL DOES NOT CONFORM TO FMVSS 110.,"BMW WILL NOTIFY OWNERS AND AUTHORIZED BMW DEALERS WILL REPLACE THE TIRE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 16, 2010. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -02/17/2010,10E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E003000),Dana Incorporated,DRIVESHAFT FAILURE,POWER TRAIN,NR (Not Reported),Equipment,32560,"DANA HOLDING CORPORATION HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN TUBE YOKES, MANUFACTURED FROM HEAT CODE NOS. SD231/DF AND SD258/DV AND FORGED IN SPECIFIC MOLDS (CAVITY 1 AND 3), USED IN DRIVESHAFTS INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN FORD, NISSAN, AND TOYOTA VEHICLES. CERTAIN OF THESE FORGED COMPONENTS COULD CONTAIN CRACKS ALONG THE TUBE YOKE LUG EARS.",THESE CRACKS MAY LEAD TO DRIVESHAFT FAILURE WHICH COULD RESULT IN DRIVESHAFT SEPARATION INCREASING THE RISK OF A VEHICLE CRASH.,"EACH VEHICLE MANUFACTURER WILL DETERMINE WHETHER TO FILE A DEFECT REPORT BASED ON THEIR VEHICLE DESIGN AND AN APPROPRIATE REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE TUBE YOKES IN THEIR DRIVESHAFT ASSEMBLIES AS ORIGINAL EQUIPMENT. REMEDIES MAY BE SPECIFIC TO EACH VEHICLE APPLICATION, AND MAY INCLUDE INSPECTION AND/OR REPLACEMENT OF THE DRIVESHAFT. DANA IS WORKING WITH THE VEHICLE MANUFACTURES TO ASSIST IN THEIR DETERMINATION OF VEHICLE SPECIFIC REMEDIES. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR DANA AT 1-419-887-3000." -02/11/2010,10E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10E002000),"RIDE CONTROL, LLC",AFTERMARKET FRONT STRUT MOUNTS,SUSPENSION,NR (Not Reported),Equipment,12657,"RIDE CONTROL IS RECALLING CERTAIN FRONT STRUT MOUNTS BRANDED AS GABRIEL RIDE CONTROL OR ARVINMERITOR, P/NOS. 142435, 142193, 142305, 142303, SOLD AS REPLACEMENT EQUIPMENT FOR THE VEHICLES LISTED ABOVE. THE AFFECTED FRONT STRUT MOUNTS DID NOT CONTAIN A WELD JOINT BETWEEN THE BEARING HOUSING AND THE RATE PLATE.",THE ABSENCE OF THE WELD CAN ALLOW THE STRUT TO COME OUT OF ITS MOUNTING POSITION UNDER CERTAIN EXTREME DRIVING CONDITIONS WHICH COULD CAUSE DAMAGE TO SURROUNDING VEHICLE COMPONENTS INCREASING THE RISK OF A CRASH.,"RIDE CONTROL WILL NOTIFY OWNERS OF RECORD AND REPLACE THE AFFECTED PARTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2010. OWNERS MAY CONTACT RIDE CONTROL AT 1-248-458-1396." -02/09/2010,10V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V039000),Toyota Motor Engineering & Manufacturing,ABS ECU PROGRAMMING,"SERVICE BRAKES, AIR",AOB/ALA,Vehicle,148549,TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 TOYOTA PRIUS AND LEXUS HS250H PASSENGER VEHICLES. CUSTOMERS HAVE EXPERIENCED INCONSISTENT BRAKE FEEL AFTER ABS ACTUATION DURING SLOW AND STEADY APPLICATION OF THE BRAKES ON ROUGH OR SLICK ROAD SURFACES. STOPPING DISTANCES MAY BE INCREASED COMPARED WITH A CUSTOMER'S EXPECTATION FOR A GIVEN PEDAL FORCE.,VEHICLE STOPPING DISTANCES MAY INCREASE RELATIVE TO A CUSTOMER'S EXPECTATION INCREASING THE RISK OF A CRASH.,"DEALERS WILL REWRITE THE PROGRAMMING OF THE ABS CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 3, 2010, AND IS EXPECTED TO BE COMPLETED IN LATE MARCH 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331 AND LEXUS AT 1-800-255-3987." -02/09/2010,10V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V040000),Toyota Motor Engineering & Manufacturing,BRAKE TUBE,"SERVICE BRAKES, HYDRAULIC",AOC,Vehicle,7314,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 CAMRYS. THE LENGTH OF THE POWER STEERING PRESSURE HOSE ON VEHICLES EQUIPPED WITH THE 4-CYLINDER (2AR-FE) ENGINE MAY BE INSUFFICIENT, SUCH THAT THE GAP BETWEEN THE CRIMP ON THE PRESSURE HOSE AND THE BRAKE TUBE FOR THE LEFT REAR BRAKE MAY BE INSUFFICIENT. UNDER THESE CIRCUMSTANCES THE BRAKE TUBE MAY INTERFERE WITH THE CRIMP AND MAY WEAR AND THEN PERFORATE.",A BRAKE TUBE PERFORATION MAY RESULT IN BRAKE FLUID LEAKAGE. A LEAK IN BRAKE FLUID MAY IMPACT BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,"TOYOTA WILL NOTIFY OWNERS AND, IF NECESSARY, DEALERS WILL REPLACE OR ADJUST THE BRAKE TUBE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 4, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -02/05/2010,10V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V052000),Shyft Group,CENTER SEAT BELT ANCHORAGES,SEAT BELTS,10005,Vehicle,650,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 1998 THROUGH 2010 ADVANTAGE, BARRON, GLADIATOR, METROSTAR, MOUNTAIN STAR, AND TR-1 FIRE APPARATUS CHASSIS CABS MANUFACTURED BETWEEN FEBRUARY 27, 2003 AND NOVEMBER 17, 2009 AND BELTS SOLD TO VARIOUS VEHICLE ALTERS. CERTAIN SEAT BELT ANCHORAGES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT BELT MAY SEPARATE FROM THE CAB DURING A VEHICLE CRASH AND FAIL TO PROPERLY RESTRAIN THE OCCUPANT. THIS MAY RESULT IN PERSONAL INJURY TO THE SEAT OCCUPANT.,"SPARTAN WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 2, 2010. OWNERS MAY CONTACT SPARTAN CHASSIS AT 1-800-543-4277 - Option 1." -02/05/2010,10V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V064000),Blue Bird Body Company,IMPROPERLY ROUTED BATTERY CABLES,ELECTRICAL SYSTEM,R10RK,Vehicle,207,"BLUE BIRD HAS NOTIFIED NHTSA ABOUT A DEFECT IN CERTAIN MODEL YEAR 2010 ALL AMERICAN REAR ENGINE SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 5, 2009 AND JANUARY 18, 2010. THE BATTERY CABLES MAY HAVE BEEN IMPROPERLY ROUTED AT THE FRONT BOTTOM OF THE LARGE BATTERY COMPARTMENT RESULTING IN THE BATTERY CABLES POTENTIALLY BEING PINCHED BETWEEN THE FRONT BOTTOM OF THE BATTERY COMPARTMENT BOX AND THE EXHAUST MOUNTING BRACKET.",THIS CONDITION COULD RESULT IN A FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND REROUTE IMPROPERLY ROUTED CABLES AND SECURE AND ANY PINCHED CABLES WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 26, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -02/04/2010,10C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10C001000),Dorel Juvenile Group,SHELL/BASE ATTACHING OR DETACHING DIFFICULTY,CHILD SEAT,NR (Not Reported),Child Seat,22850,"DOREL JUVENILE GROUP (DJG) IS RECALLING CERTAIN MAXI-COSI MICO INFANT CHILD RESTRAINT SYSTEMS, MODELS 22-371 HFL, JUC, LMD, PNG, AND ORE; 22-372 TTH; AND MAXI-COSI MICO INFANT CHILD RESTRAINT SYSTEM - BASE ONLY, MODEL 22-515 BLK, PRODUCED FROM FEBRUARY 18, 2008 THROUGH JUNE 28, 2008. INTERFERENCE BETWEEN THE MOUNTING BRACKET AND THE BASE CAUSED BY WARPING OF THE BASE OR INADEQUATE MATING BETWEEN THE SHELL AND THE BASE MOUNTING BRACKET CAN RESULT IN DIFFICULTY ATTACHING OR DETACHING THE SHELL FROM THE BASE.","IF THE SHELL IS IMPROPERLY MOUNTED TO THE BASE, THE CHILD COULD BE INJURED IN THE EVENT OF A CRASH.","DJG WILL NOTIFY ALL REGISTERED OWNERS AND WILL SEND A REMEDY KIT CONSISTING OF TWO BASE SPRINGS, A HEX WRENCH, AND INSTRUCTIONS FOR THE BASE SPRING REPLACEMENT. THE REPAIR KIT IS FREE OF CHARGE. THE SAFETY CAMPAIGN BEGAN ON MARCH 5, 2010. OWNERS MAY CONTACT DJG AT 1-877-657-9546." -02/03/2010,10V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V037000),"Navistar, Inc.",AIR TANK,ELECTRONIC STABILITY CONTROL,10503,Vehicle,1437,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2009-2010 INTERNATIONAL PROSTAR AND LONESTAR TRUCKS EQUIPPED WITH FEATURE CODE 04AZT ROLL STABILITY CONTROL. THE AIR LINE THAT SUPPLIES THE TRACTION SOLENOID VALVE OF THE ROLL STABILITY CONTROL (RSC) SYSTEM MAY HAVE BEEN CONNECTED TO AN INCORRECT PORT ON THE AIR TANK. THIS CONDITION WILL AFFECT AIR MODULATION TO THE TRAILER BRAKES IF RSC IS ACTIVATED DURING A ROLL STABILITY EVENT. THIS CONDITION AT NO TIME AFFECTS THE NORMAL DESIGN FUNCTION OF THE TRACTOR AND TRAILER SERVICE BRAKES WHEN ACTIVATED BY THE DRIVER, OR THE FUNCTION OF THE TRACTOR RSC SYSTEM.","LESS THAN OPTIMAL RSC CONTROL OF THE TRAILER BRAKES DURING A ROLL STABILITY EVENT MAY INCREASE THE RISK OF A CRASH WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT AND RELOCATE THE AIR LINE THAT SUPPLIES THE RSC TRACTION SOLENOID VALVE TO THE CORRECT PORT ON THE AIR TANK. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 19, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -02/03/2010,10V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V034000),PACCAR Incorporated,AIR VOLUME CALCULATION ERROR,"SERVICE BRAKES, AIR",0110-A,Vehicle,17,"PETERBILT IS RECALLING CERTAIN MODEL YEAR 2010 320 TRUCKS EQUIPPED WITH HENDRICKSON HLR2 NON-STEERING PUSHER AXLE FOR FAILING TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE TRUCKS WERE NOT MANUFACTURED WITH THE REQUIRED NUMBER OF AIR TANKS FOR PROPER OPERATION OF THE VEHICLE'S BRAKE SYSTEM.",THIS SITUATION MAY IMPACT THE OPERATOR'S ABILITY TO STOP THE VEHICLE WHICH MAY CAUSE AN ACCIDENT INVOLVING DEATH OR PERSONAL INJURY.,"DEALERS WILL INSTALL AN ADDITIONAL AIR RESERVOIR TO THE AIR SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 10, 2010. OWNERS MAY CONTACT PETERBILT AT 940-591-4196." -02/03/2010,10V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V038000),Eldorado National-Kansas,LED MARKERS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1227,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2006-2008 AEROTECH, AEROLITE, AERO ELITE, AND TRANS TECH BUSES EQUIPPED WITH GROTE INDUSTRIES LED LAMP MARKERS. MOISTURE CAN ENTER THE LAMP HOUSING WHICH CAN LEAD TO THE FAILURE OF THE LAMPS, INCLUDING OVERHEATING, MELTING, AND, POTENTIALLY, A FIRE.","IN THE EVENT OF A FIRE, THERE IS A POTENTIAL FOR PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.",DEALERS WILL REPLACE THE LED MARKER FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2010. OWNERS MAY CONTACT ELDORADO NATIONAL AT 1-800-955-9086. -02/03/2010,10V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V035000),"Gulf States Toyota, Inc.",LOAD CARRYING CAPACITY MODIFICATION LABELS,EQUIPMENT,NR (Not Reported),Vehicle,271417,"GULF STATES TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2010 VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES WERE SOLD BETWEEN SEPTEMBER 1, 2005 AND JUNE 2, 2008 WITHOUT THE REQUISITE LOAD CARRYING CAPACITY MODIFICATION LABELS.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. DEALERS WILL ALSO CORRECT THE OWNER'S MANUAL. THE SAFETY RECALL BEGAN ON MAY 27, 2010. OWNERS MAY CONTACT GULF STATES TOYOTA AT 713-580-3300." -02/03/2010,10V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V036000),"Southeast Toyota Distributors, LLC",LOAD CARRYING CAPACITY MODIFICATION LABELS,EQUIPMENT,NR (Not Reported),Vehicle,153418,"SOUTHEAST TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2011 PASSENGER VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES WERE SOLD WITHOUT THE REQUISITE LOAD CARRYING CAPACITY MODIFICATION LABELS.",A DRIVER MAY OVERLOAD A VEHICLE WHICH MAY INCREASE THE RISK OF A CRASH.,"DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 27, 2010. OWNERS MAY CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -02/02/2010,10V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V033000),Honda (American Honda Motor Co.),POWER WINDOW SWITCH,VISIBILITY,R28,Vehicle,141000,"HONDA IS RECALLING CERTAIN MODEL YEAR 2007-2008 FIT VEHICLES. UNDER SEVERE CONDITION, WATER MAY ENTER THE DRIVER'S WINDOW AND REACH THE MASTER POWER WINDOW SWITCH. IF THE MASTER POWER WINDOW SWITCH IS DAMAGED AS A RESULT OF THE WATER INTRUSION, OVERHEATING AND FAILURE OF THE SWITCH MAY RESULT.","AN OVERHEATED SWITCH CAN CAUSE SMOKE, MELTING AND FIRE.","DEALERS WILL INSPECT THE SWITCH AND INSTALL A COVER AROUND THE SWITCH HOUSING TO PREVENT WATER FROM ENTERING THE SWITCH. IF THE SWITCH IS DAMAGED, THE SWITCH WILL BE REPLACED AND A COVER WILL BE INSTALLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DURING MARCH 19, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -02/01/2010,10V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V032000),"TRAILMANOR, INC.",AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,NR (Not Reported),Vehicle,360,"TRAILMANOR IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 TRAVEL TRAILERS MANUFACTURED BETWEEN AUGUST 1, 2009, AND OCTOBER 31, 2009, EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,TRAILMANOR WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE REPAIRS WILL BE PERFORMED BY CARRIER. PLEASE SEE CARRIER'S DEFECT REPORT 09E-053. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059. -02/01/2010,10V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V031000),Oshkosh Corporation,ELECTRICAL POWER CABLE/POSSIBLE FIRE,EQUIPMENT,39-0520270,Vehicle,133,"OSHKOSH IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 OSHKOSH H-SERIES SNOW BLOWERS OPERATED ON PUBLIC ROADS MANUFACTURED BETWEEN AUGUST 20, 2008, AND JANUARY 22, 2010. AN ELECTRICAL POWER CABLE MAY COME IN CONTACT WITH A HYDRAULIC HOSE. RUBBING MAY WEAR AWAY THE ELECTRICAL POWER CABLE INSULATION AND THE HOSE BODY. EVENTUALLY THE POWER CABLE INTERFERENCE MAY CAUSE SPARKS AND ARCING.",IF THIS OCCURS AN ELECTRICAL FIRE MAY OCCUR.,"OSHKOSH WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 1, 2010. OWNERS MAY CONTACT OSHKOSH CUSTOMER SERVICE TOLL FREE AT 1-800-222-6635." -01/29/2010,10V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V028000),"Terex South Dakota, Inc.",CRACKS IN THE PLATE WELDS OF THE LOWER BOOM PIVOT,EQUIPMENT,CB591,Vehicle,1678,TEREX TELELECT IS RECALLING CERTAIN MODEL YEAR 1998 THROUGH 2009 XT60 AERIAL DEVICES MOUNTED ON TRUCKS. THESE VEHICLES ARE USED TO ELEVATE PEOPLE INTO WORK AREAS UP TO 60 FEET IN THE AIR. CRACKS CAN DEVELOP AROUND THE LOWER BOOM HINGE PIN BOSS AT THE TURNTABLE WHICH CAN PROGRESS INTO FAILURE OF THE PLATES IF NOT DETECTED.,"FAILURE OF THE PLATES WILL CAUSE UNEXPECTED MOTION OF THE BOOM AND COULD CAUSE THE PLATFORM TO FALL, RESULTING IN SERIOUS INJURY OR DEATH TO A PERSON STANDING ON THE PLATFORM.","TEREX WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 5, 2010. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT AT 1-605-884-3892." -01/29/2010,10V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V029000),"Piaggio Group Americas, Inc.",ENGINE FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,335,"PIAGGIO IS RECALLING CERTAIN MODEL YEAR 2010 APRILIA RSV4 ""FACTORY"" AND RSV4 ""R"" MOTORCYCLES MANUFACTURED BETWEEN JULY 2, 2009, AND OCTOBER 30, 2009. IN MANUFACTURING THE CONNECTING RODS, A PROCESS WAS USED TO STRAIGHTEN THE ROD IN ORDER TO MEET SPECIFICATIONS. THIS PROCESS INTRODUCED STRESSES INTO THE RODS WHICH GREATLY AFFECTED STRENGTH AND RELIABILITY.","CONNECTING RODS IN THE AFFECTED VEHICLES COULD FAIL AND CAUSE ENGINE FAILURE THAT COULD LEAD TO A LOSS OF VEHICLE CONTROL, RESULTING IN A CRASH, PERSONAL INJURY, OR DEATH.","PIAGGIO WILL NOTIFY OWNERS AND REPLACE THE ENGINES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 25, 2010. OWNERS MAY CONTACT PIAGGIO AT 1-212-380-4431." -01/29/2010,10V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V030000),Ford Motor Company,TIRE AND LOADING INFORMATION,TIRES,10L05,Vehicle,243,"CERTAIN MODEL YEAR 2010 MUSTANG SHELBY GT 500 VEHICLES MANUFACTURED BETWEEN OCTOBER 28 AND DECEMBER 3, 2009, FAIL TO CONFORM TO THE TIRE LOADING AND INFORMATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE REAR TIRE SIZE INFORMATION IS INCORRECT.","INFLATING TIRES TO A PRESSURE OTHER THAN SPECIFIED ON THE ORIGINAL LABELS MAY HAVE AN ADVERSE EFFECT ON VEHICLE BRAKING, AND HANDLING, AND STABILITY IN AN EMERGENCY MANEUVER INCREASING THE RISK OF A CRASH.","FORD WILL MAIL OWNERS THE CORRECT TIRE LABEL ALONG WITH INSTRUCTIONS OF WHERE AND HOW TO AFFIX THE LABEL. THE SAFETY CAMPAIGN BEGAN ON FEBRUARY 11, 2010. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332." -01/28/2010,10V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V026000),FOUR WINDS INTERNATIONAL,ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",FL569A,Vehicle,205,"FOUR WINDS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 PRESIDIO, MODEL YEAR 2007-2010 MANDALAY, AND MODEL YEAR 2010 MONTECITO MOTORHOMES BUILT BETWEEN OCTOBER 5, 2004 AND NOVEMBER 25, 2009 ON FREIGHTLINER CHASSIS MANUFACTURED BETWEEN MAY 2007 AND NOVEMBER 2009 WITH KONGSBERG POWER PRODUCTS SYSTEMS ADJUSTABLE BRAKE PEDALS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A VEHICLE CRASH.,"DAIMLER TRUCKS, THE PARENT COMPANY OF FREIGHTLINER, HAS INDICATED THAT THEY ARE CONDUCTING THE OWNERS' NOTIFICATION AND WILL BE ADMINISTERING THIS RECALL CAMPAIGN PLEASE SEE DAIMLER'S DEFECT REPORT 09V-461. DEALERS WILL RECEIVE KITS AND WILL INSPECT AND INSTALL A C-CLAMP ON THE ADJUSTABLE BRAKE PEDAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. OWNERS MAY CONTACT DAIMLER TRUCKS WARRANTY CLAIMS DEPARTMENT AT 1-800-547-0712." -01/28/2010,10V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V025000),"BMW of North America, LLC",BONDING OF THE WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,210,"BMW IS RECALLING CERTAIN MODEL YEAR 2010 X5 AND X6 SPORT ACTIVITY VEHICLES MANUFACTURED BETWEEN DECEMBER 14, 2009 AND DECEMBER 16, 2009. IN THE UPPER RIGHT AREA OF THE WINDSHIELD, BONDING MAY BE INSUFFICIENT OVER A LENGTH OF APPROXIMATELY 50CM.","IN THE CASE OF A ROLLOVER, THE STABILITY OF THE ROOF COULD BE AFFECTED INCREASING THE RISK OF INJURIES.","BMW WILL NOTIFY OWNERS AND AUTHORIZED DEALERS WILL REMOVE THE WINDSHIELD AND THEN REINSTALL WITH THE PROPER BONDING FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 30, 2010. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -01/27/2010,10V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V023000),Toyota Motor Engineering & Manufacturing,PEDAL ENTRAPMENT,VEHICLE SPEED CONTROL,90L,Vehicle,1126915,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2008-2010 HIGHLANDER, MODEL YEAR 2009-2010 COROLLA, VENZA AND MATRIX PASSENGER VEHICLES. THE ACCELERATOR PEDAL CAN GET STUCK IN THE WIDE OPEN POSITION DUE TO ITS BEING TRAPPED BY AN UNSECURED OR INCOMPATIBLE DRIVER'S FLOOR MAT. THIS RECALL IS AN EXPANSION OF A CAMPAIGN OF 3.8 MILLION OTHER TOYOTA VEHICLES ANNOUNCED IN 2009 FOR THE SAME ISSUE (SEE 09V-388).","A STUCK OPEN ACCELERATOR PEDAL MAY RESULT IN VERY HIGH VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP THE VEHICLE, WHICH COULD CAUSE A CRASH, SERIOUS INJURY OR DEATH.","TOYOTA WILL MODIFY OR REPLACE THE ACCELERATOR PEDALS ON THE SUBJECT VEHICLES. FLOOR SURFACE MODIFICATIONS ARE ALSO BEING CONSIDERED AND WILL BE INCLUDED FOR ANY MODEL FOR WHICH IT IS DEEMED APPROPRIATE. INITIALLY, DEALERS WILL BE INSTRUCTED ON HOW TO RESHAPE THE ACCELERATOR PEDAL FOR THE REPAIR. AS REPLACEMENT PARTS WITH THE SAME SHAPE AS THE MODIFIED PEDAL BECOME AVAILABLE, THEY WILL BE MADE AVAILABLE TO THE DEALERS FOR THE REPAIR. CUSTOMERS WHO HAVE HAD THE PEDAL RESHAPE REMEDY COMPLETED WILL HAVE THE OPPORTUNITY TO RECEIVE A NEW PEDAL IF THEY DESIRE, AFTER REPLACEMENT PEDALS BECOME AVAILABLE. IN ADDITION, TOYOTA WILL REPLACE ANY TOYOTA ALL-WEATHER FLOOR MAT IN A SUBJECT VEHICLE WITH A NEWLY DESIGNED MAT, FREE OF CHARGE. FOR THOSE CUSTOMERS WHO HAVE THE PREVIOUS DESIGN ALL-WEATHER FLOOR MAT BUT DO NOT NEED OR WANT THE NEWLY DESIGNED ALL-WEATHER FLOOR MAT, TOYOTA WILL RECOVER THE PREVIOUS DESIGN ALL-WEATHER FLOOR MAT AND REIMBURSE ITS PRICE. THE SAFETY RECALL BEGAN MARCH 30, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -01/27/2010,10V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V024000),"General Motors, LLC",PEDAL ENTRAPMENT,VEHICLE SPEED CONTROL,10038,Vehicle,70806,GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 PONTIAC VIBE PASSENGER VEHICLES. THE ACCELERATOR PEDAL CAN GET STUCK IN THE WIDE OPEN POSITION DUE TO ITS BEING TRAPPED BY AN UNSECURED OR INCOMPATIBLE DRIVER'S FLOOR MAT.,"A STUCK OPEN ACCELERATOR PEDAL MAY RESULT IN VERY HIGH VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP THE VEHICLE, WHICH COULD CAUSE A CRASH, SERIOUS INJURY OR DEATH.","GENERAL MOTORS WILL NOTIFY CUSTOMERS WHEN A RECALL REMEDY IS AVAILABLE FOR RECALL 10038: FLOOR MAT INTERFERENCE AND ACCELERATOR PEDAL. GM REQUESTS THAT CUSTOMERS TAKE OUT ANY REMOVABLE (CARPETED, ALL-WEATHER, OR OTHER) DRIVER'S FLOOR MAT AND NOT REPLACE IT WITH ANY OTHER FLOOR MAT, AND PLACE IT IN THE TRUNK UNTIL THE FLOOR MAT INTERFERENCE AND ACCELERATOR PEDAL RECALL REMEDY IS READY AND IMPLEMENTED. IN THE EVENT THAT OWNERS CHOOSE NOT TO TAKE OUT THEIR REMOVABLE FLOOR MAT, GENERAL MOTORS STRONGLY RECOMMENDS THAT OWNERS USE ONLY FLOOR MATS DESIGNED SPECIFICALLY FOR THE MODEL AND MODEL YEAR OF THEIR VEHICLE, AND THAT IT IS PROPERLY INSTALLED AND SECURED. DO NOT USE A MAT THAT IS FLIPPED OVER WITH THE BOTTOM-SIDE UP, AND DO NOT STACK ONE FLOOR MAT OVER ANOTHER. IN ADDITION, CHECK THE OPERATION OF THE ACCELERATOR, BRAKE, AND CLUTCH (IF APPLICABLE) PEDALS TO ASSURE THAT THE FLOOR MAT DOES NOT INTERFERE WITH THEM. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -01/26/2010,10V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V021000),"Jayco, Inc.",LEVELING JACK REMOTE MODULE,EQUIPMENT,NR (Not Reported),Vehicle,354,"JAYCO IS RECALLING CERTAIN MODEL YEAR 2009-2010 EAGLE AND MODEL YEAR 2010 DESIGNER FIFTH WHEEL TRAVEL TRAILERS. IN THE PRESENCE OF MOISTURE, A REMOTE ACTIVATION MODULE FOR THE LEVELING JACK MAY ACTIVATE AUTONOMOUSLY WITHOUT THE USE OF THE REMOTE CONTROL.","IF THE JACK WERE TO ACTIVATE WHILE THE VEHICLE IS BEING TOWED, IT COULD RESULT IN A CRASH LEADING TO PROPERTY DAMAGE, INJURY, OR DEATH.",DEALERS WILL INSTALL A RELAY WHICH WILL PREVENT THE REMOTE MODULE FROM SELF-ACTIVATING IN THE PRESENCE OF MOISTURE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267. -01/26/2010,10V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V022000),Entegra Coach,LEVELING JACK REMOTE MODULE,EQUIPMENT,NR (Not Reported),Vehicle,2,"ENTEGRA IS RECALLING CERTAIN MODEL YEAR 2010 EMBLEM FIFTH WHEEL TRAVEL TRAILERS. IN THE PRESENCE OF MOISTURE, A REMOTE ACTIVATION MODULE FOR THE LEVELING JACK MAY ACTIVATE AUTONOMOUSLY WITHOUT THE USE OF THE REMOTE CONTROL.","IF THE JACK WERE TO ACTIVATE WHILE THE VEHICLE IS BEING TOWED, IT COULD RESULT IN A CRASH LEADING TO PROPERTY DAMAGE, INJURY, OR DEATH.",DEALERS WILL INSTALL A RELAY WHICH WILL PREVENT THE REMOTE MODULE FROM SELF-ACTIVATING IN THE PRESENCE OF MOISTURE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787. -01/25/2010,10V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V020000),"Winnebago Industries, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,247,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 WINNEBAGO VECTRA AND ITASC HORIZON MOTOR HOMES MANUFACTURED BETWEEN NOVEMBER 2006 AND MAY 2009, EQUIPPED WITH KONGSBERG AUTOMOTIVE ADJUSTABLE BRAKE PEDALS. THE ADJUSTABLE BRAKE PEDAL ARM MAY LOOSEN ALLOWING THE ARM TO ROTATE AROUND ITS SHAFT AND SWING IN FRONT OF THE ACCELERATOR PEDAL, REDUCING BRAKING FUNCTION.",A LOOSE BRAKE PEDAL INCREASES THE RISK OF A CRASH.,WINNEBAGO IS WORKING WITH FREIGHTLINER TO NOTIFY OWNERS. REPAIRS WILL BE CONDUCTED BY FREIGHTLINER FREE OF CHARGE. THE SAFETY RECALL BEGAN DURING FEBRUARY 2010. OWNERS MAY CONTACT DAIMLER TRUCKS WARRANTY CAMPAIGNS DEPARTMENT AT 1-800-647-0712. -01/22/2010,10V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V019000),Starcraft RV,LEVELING JACK REMOTE MODULE,EQUIPMENT,NR (Not Reported),Vehicle,29,"STARCRAFT IS RECALLING CERTAIN MODEL YEAR 2010 LEXION AND EMBLEM FIFTH WHEEL TRAVEL TRAILERS. IN THE PRESENCE OF MOISTURE, A REMOTE ACTIVATION MODULE FOR THE LEVELING JACK MAY ACTIVATE AUTONOMOUSLY WITHOUT THE USE OF THE REMOTE CONTROL.","IF THE JACK WERE TO ACTIVATE WHILE THE VEHICLE IS BEING TOWED, IT COULD RESULT IN A CRASH LEADING TO PROPERTY DAMAGE, INJURY, OR DEATH.",DEALERS WILL INSTALL A RELAY WHICH WILL PREVENT THE REMOTE MODULE FROM SELF-ACTIVATING IN THE PRESENCE OF MOISTURE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787. -01/21/2010,10V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V016000),"Kawasaki Motors Corp., U.S.A.",OIL PASSAGE INSPECTION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,740,"KAWASAKI IS RECALLING MODEL YEAR 2009 SUPER SHERPA KL250G9F MOTORCYCLES. ON ELIGIBLE UNITS, BLOCKAGE OF AN OIL PASSAGE IN THE ENGINE MIGHT RESTRICT OIL FLOW TO THE CYLINDER HEAD.",THIS COULD RESULT IN THE ENGINE LOSING POWER AND EVENTUALLY STOPPING WHICH COULD CREATE THE RISK OF A CRASH WHILE OPERATING THE VEHICLE RESULTING IN INJURY OR DEATH.,"DEALERS WILL INSPECT THE OIL SYSTEM AND REPAIR THE CYLINDER HEAD FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 25, 2010. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT AT 1-866-802-9381." -01/21/2010,10V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V015000),Daimler Buses North America,REMOTE THROTTLE CONTROL,POWER TRAIN,NR (Not Reported),Vehicle,426,"DAIMLER BUSES IS RECALLING CERTAIN ORION TRANSIT BUSES EQUIPPED WITH THE MORSE REMOTE THROTTLE CONTROL. THE MORSE REMOTE THROTTLE CONTROL PANEL IS LOCATED IN THE ENGINE COMPARTMENT AND A SWITCH ON IT IS LABELED, ""THROTTLE""; ""OFF"" OR ""FRONT"" AND ""ON"" OR ""REAR"" SELECTING THE ACTIVE ENGINE CONTROL STATION. IF A PERSON OPERATING THE ENGINE FROM THE ""REAR"" POSITION (AT THE ENGINE) FAILS TO PLACE THE SWITCH IN THE ""OFF"" OR ""FRONT"" POSITION AND THE ENGINE RPM WAS SET TO ABOVE IDLE DURING MAINTENANCE FOR EXAMPLE, WHEN THE BUS IS STARTED FROM THE DRIVER'S STATION THE ENGINE COULD CHANGE TO THE HIGHER RPM RESULTING IN UNWANTED ENGINE POWER.",THE BUS COULD ACCELERATE AT A HIGHER RATE THAN ANTICIPATED INCREASING THE RISK OF A CRASH.,"DAIMLER WILL PROVIDE INSTRUCTIONS TO MODIFY THE WIRING TO THE MORSE THROTTLE CONTROL SWITCH. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 1, 2010. OWNERS MAY CONTACT DAIMLER BUSES AT 1-800-716-7466." -01/21/2010,10T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10T001000),Yokohama Tire Corporation,SIDEWALL MARKINGS/OMITTED FULL OR PARTIAL TIN,TIRES,NR (Not Reported),Tire,6254,"CERTAIN YOKOHAMA TIRES, SIZE P215/60R15 AVID H4S 93H, MANUFACTURED BETWEEN DECEMBER 2, 2007, AND SEPTEMBER 19, 2009, FAIL TO CONFORM TO THE TIRE IDENTIFICATION REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" THE MOLDED MARKINGS ON ONE SIDEWALL DO NOT CONTAIN THE COMPLETE TIRE IDENTIFICATION NUMBER (TIN) OR PARTIAL (TIN) AS REQUIRED.","THE LACK OF A TIN ON BOTH SIDES OF THE TIRE COULD MAKE IT MORE DIFFICULT FOR CONSUMERS TO IDENTIFY THESE TIRES IF, IN THE FUTURE, A SAFETY-RELATED PERFORMANCE ISSUE WERE TO BE DISCOVERED. AS A CONSEQUENCE, THERE IS A RISK THAT THE TIRES WOULD NOT BE REMOVED FROM SERVICE, WHICH, IN TURN, COULD INCREASE THE RISK OF A VEHICLE CRASH.","YOKOHAMA'S PETITION FOR RELIEF FROM REMEDY BASED ON ITS BELIEF THAT THE NONCOMPLIANCE WAS INCONSEQUENTIAL TO MOTOR VEHICLE SAFETY WAS DENIED BY NHTSA ON FEBRUARY 16, 2012. ACCORDINGLY, YOKOHAMA WILL CONDUCT A SAFETY RECALL CAMPAIGN. IT WILL NOTIFY REGISTERED OWNERS AND PROVIDE FREE REPLACEMENT TIRES. THE SAFETY RECALL BEGAN ON APRIL 27, 2012. OWNERS MAY CONTACT YOKOHAMA CAMPAIGN SERVICE CENTER AT 1-888-801-4162." -01/21/2010,10V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V017000),Toyota Motor Engineering & Manufacturing,STICKING ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,AOA,Vehicle,2230661,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2005-2010 AVALON, MODEL YEAR 2007-2010 CAMRY, MODEL YEAR 2009-2010 COROLLA, COROLLA MATRIX, RAV4, MODEL YEAR 2010 HIGHLANDER, MODEL YEAR 2008-2010 SEQUOIA, AND MODEL YEAR 2007-2010 TUNDRA VEHICLES. DUE TO THE MANNER IN WHICH THE FRICTION LEVER INTERACTS WITH THE SLIDING SURFACE OF THE ACCELERATOR PEDAL INSIDE THE PEDAL SENSOR ASSEMBLY, THE SLIDING SURFACE OF THE LEVER MAY BECOME SMOOTH DURING VEHICLE OPERATION. IN THIS CONDITION, IF CONDENSATION OCCURS ON THE SURFACE, AS MAY OCCUR FROM HEATER OPERATION (WITHOUT A/C) WHEN THE PEDAL ASSEMBLY IS COLD, THE FRICTION WHEN THE ACCELERATOR PEDAL IS OPERATED MAY INCREASE, WHICH MAY RESULT IN THE ACCELERATOR PEDAL BECOMING HARDER TO DEPRESS, SLOWER TO RETURN, OR, IN THE WORST CASE, MECHANICALLY STUCK IN A PARTIALLY DEPRESSED POSITION.","THE ACCELERATOR PEDAL MAY BECOME HARD TO DEPRESS, SLOW TO RETURN TO IDLE, OR, IN THE WORST CASE, MECHANICALLY STUCK IN A PARTIALLY DEPRESSED POSITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A REINFORCEMENT BAR IN THE ACCELERATOR PEDAL WHICH WILL ALLOW THE PEDAL TO OPERATE SMOOTHLY. GM WILL NOTIFY OWNERS FOR THE PONTIAC VIBE PLEASE SEE 10V-018. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON FEBRUARY 5, 2010 AND WILL BE COMPLETED ON MARCH 15, 2010. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -01/21/2010,10V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V018000),"General Motors, LLC",STICKING ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,70806,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 PONTIAC VIBE VEHICLES. DUE TO THE MANNER IN WHICH THE FRICTION LEVER INTERACTS WITH THE SLIDING SURFACE OF THE ACCELERATOR PEDAL INSIDE THE PEDAL SENSOR ASSEMBLY, THE SLIDING SURFACE OF THE LEVER MAY BECOME SMOOTH DURING VEHICLE OPERATION. IN THIS CONDITION, IF CONDENSATION OCCURS ON THE SURFACE, AS MAY OCCUR FROM HEATER OPERATION (WITHOUT A/C) WHEN THE PEDAL ASSEMBLY IS COLD, THE FRICTION WHEN THE ACCELERATOR PEDAL IS OPERATED MAY INCREASE, WHICH MAY RESULT IN THE ACCELERATOR PEDAL BECOMING HARDER TO DEPRESS, SLOWER TO RETURN, OR, IN THE WORST CASE, MECHANICALLY STUCK IN A PARTIALLY DEPRESSED POSITION.","THE ACCELERATOR PEDAL MAY BECOME HARD TO DEPRESS, SLOW TO RETURN TO IDLE, OR, IN THE WORST CASE, MECHANICALLY STUCK IN A PARTIALLY DEPRESSED POSITION, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A REINFORCEMENT BAR IN THE ACCELERATOR PEDAL WHICH WILL ALLOW THE PEDAL TO OPERATE SMOOTHLY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN EARLY FEBRUARY AND BE COMPLETED IN LATE APRIL 2010. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM. -01/20/2010,10V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V013000),"COACHMEN INDUSTRIES, INC.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50,"COACHMEN IS RECALLING CERTAIN MODEL YEAR 2008 MOTORHOMES BUILT BETWEEN OCTOBER 2007 AND OCTOBER 2008 ON FREIGHTLINER XC MOTORHOME CHASSIS MANUFACTURED BETWEEN MARCH 6, 2007 AND DECEMBER 11, 2009 WITH KONGSBERG POWER PRODUCTS SYSTEMS ADJUSTABLE BRAKE PEDALS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A VEHICLE CRASH.,"DAIMLER TRUCKS, THE PARENT COMPANY OF FREIGHTLINER, HAS INDICATED THAT THEY ARE CONDUCTING THE OWNERS' NOTIFICATION AND WILL BE ADMINISTERING THIS RECALL CAMPAIGN PLEASE SEE DAIMLER'S DEFECT REPORT 09V-461. DEALERS WILL RECEIVE KITS AND WILL INSPECT AND INSTALL A C-CLAMP ON THE ADJUSTABLE BRAKE PEDAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 22, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS WARRANTY CLAIMS DEPARTMENT AT 1-800-547-0712." -01/20/2010,10V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V014000),"Navistar, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",R09004,Vehicle,56,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008-2009 BEAVER CONTESSA, MODEL YEAR 2009 BEAVER MARQUIS, PATRIOT, MONTEREY, MODEL YEAR 2009-2010 HOLIDAY RAMBLER AMBASSADOR, MODEL YEAR 2010-2011 HOLIDAY RAMBLER ENDEAVOR, MODEL YEAR 2009-2010 HOLIDAY RAMBLER IMPERIAL, MODEL YEAR 2010 HOLIDAY RAMBLER NAVIGATOR, AND SCEPTOR, MODEL YEAR 2010 MONACO CAMELOT MODEL YEAR 2010-2011 MONACO DIPLOMAT, MODEL YEAR 2010 MONACO DYNASTY, MODEL YEAR 2009-2010 MONACO KNIGHT AND MODEL YEAR 2010 MONACO SIGNATURE MANUFACTURED FROM JANUARY 22, 2008 THROUGH OCTOBER 27, 2009 ON BEHALF OF MONACO RV WITH KONGSBERG POWER PRODUCTS SYSTEMS ADJUSTABLE BRAKE PEDALS. THE DRIVE PIN WHICH SECURES THE BRAKE PEDAL ARM TO THE BALANCE OF THE ASSEMBLY MAY BECOME DISENGAGED, THIS MAY CAUSE A REDUCTION IN VEHICLE BRAKING AND/OR CAUSE THE BRAKE PEDAL TO MOVE OUT OF POSITION AND INTERFERE WITH THROTTLE PEDAL FUNCTION.",A REDUCTION IN BRAKING OR INTERFERENCE WITH THE THROTTLE PEDAL COULD RESULT IN A VEHICLE CRASH.,"NAVISTAR IS WORKING WITH KONGSBERG PLEASE SEE KONGSBERG DEFECT REPORT 09E-064. NAVISTAR WILL RECEIVE KITS AND WILL INSPECT AND INSTALL A C-CLAMP ON THE ADJUSTABLE BRAKE PEDAL. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 4, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-800-685-6545." -01/14/2010,10V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V011000),"NABI Bus, LLC",LOSS OF STEERING CONTROL,STEERING,20101,Vehicle,226,"NORTH AMERICAN BUS INDUSTRIES, INC. (NABI) IS RECALLING CERTAIN MODEL YEAR 2009 416 STANDARD MODEL FLOOR CITY TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 30, 2008, AND DECEMBER 18, 2009. THE MOUNTING PLATE THAT HOLDS THE STEERING GEAR ASSEMBLY MAY NOT HAVE BEEN SUFFICIENTLY WELDED.","AN INSUFFICIENT WELD COULD LEAD TO A SEPARATION OR PARTIAL SEPARATION OF THE PLATE AND CAUSE THE DRIVER TO LOOSE PROPER STEERING CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","NABI WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 26, 2010. OWNERS MAY CONTACT NABI CUSTOMER SERVICE AT 1-256-831-4296 EXT. 1308." -01/13/2010,10V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V010000),"Navistar, Inc.",ELECTRICAL SHORT,ELECTRICAL SYSTEM,10502,Vehicle,9,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2003 AND 2004 IC BUS CE MODEL COMMERCIAL BUSES MANUFACTURED BETWEEN JANUARY 3, 2003, AND APRIL 5, 2004. THERE MAY BE CHAFFING BETWEEN THE BATTERY AND/OR THE ENGINE ECM CLEAN POWER CABLES AND THE PARKING BRAKE CABLE WHICH MAY RESULT IN AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A FIRE WITHOUT WARNING WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE BATTERY AND ECM CLEAN POWER CABLES, REPAIR IF NECESSARY AND REROUTE AWAY FROM THE PARKING BRAKE CABLE. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 14, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -01/13/2010,10V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V012000),"Navistar, Inc.",ELECTRICAL SHORT,ELECTRICAL SYSTEM,10502,Vehicle,3057,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2003 AND 2004 IC BUS CE MODEL SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 3, 2003, AND APRIL 5, 2004. THERE MAY BE CHAFFING BETWEEN THE BATTERY AND/OR THE ENGINE ECM CLEAN POWER CABLES AND THE PARKING BRAKE CABLE WHICH MAY RESULT IN AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MAY CAUSE A FIRE WITHOUT WARNING WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE BATTERY AND ECM CLEAN POWER CABLES, REPAIR IF NECESSARY AND REROUTE AWAY FROM THE PARKING BRAKE CABLE. REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 31, 2010. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -01/11/2010,10V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V009000),"Chrysler (FCA US, LLC)",BRAKE BOOSTER INPUT ROD RETAINING CLIP,"SERVICE BRAKES, HYDRAULIC",J37,Vehicle,20045,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 CHRYSLER SEBRING; DODGE AVENGER AND NITRO; JEEP LIBERTY, COMMANDER AND GRAND CHEROKEE; AND MODEL YEAR 2009-2010 DODGE RAM TRUCK. THESE VEHICLES MAY HAVE BEEN BUILT WITH AN IMPROPERLY FORMED OR MISSING BRAKE BOOSTER INPUT ROD RETAINING CLIP.",THIS COULD RESULT IN BRAKE FAILURE WITHOUT WARNING WHICH COULD CAUSE A CRASH.,CHRYSLER WILL REPLACE THE BRAKE BOOSTER INPUT ROD RETAINING CLIP FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -01/11/2010,10V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V008000),"Chrysler (FCA US, LLC)",FRONT AIR BAG CRASH SENSOR FAILURE,AIR BAGS,J38,Vehicle,308950,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2005-2006 DODGE CARAVAN, GRAND CARAVAN AND CHRYSLER TOWN & COUNTRY VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, KANSAS, KENTUCKY, MASSACHUSETTS, MAINE, MARYLAND, MICHIGAN, MINNESOTA, MISSOURI, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, ALASKA AND THE DISTRICT OF COLUMBIA. THE FRONT CRASH SENSORS MAY CRACK UNDER CERTAIN ENVIRONMENTAL CONDITIONS AND ALLOW WATER TO ENTER INTO THE SENSOR. THIS CAN CAUSE THE SENSOR TO BECOME INOPERATIVE AND ILLUMINATE THE AIRBAG WARNING LIGHT. THESE SENSORS WERE ADDED TO ENHANCE THE PERFORMANCE OF THE AIRBAG SYSTEM IN CERTAIN FRONTAL CRASHES.","IF THE FRONT CRASH SENSORS BECOME INOPERATIVE, THE DRIVER IS IMMEDIATELY ALERTED BY ILLUMINATION OF THE AIRBAG WARNING LIGHT AND THE VEHICLE SHOULD BE PROMPTLY SERVICED. UNTIL THE VEHICLE IS REPAIRED, THE AIRBAGS MAY NOT PROVIDE THE ENHANCED PROTECTION IN THE EVENT OF A CRASH.",CHRYSLER WILL REPLACE THE FRONT AIRBAG SENSORS WITH A NEW DESIGN. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY IMPROVEMENT CAMPAIGN WILL BEGIN DURING JUNE 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -01/08/2010,10V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V006000),UD Trucks Corporation,AIR TANK RESERVE CAPACITY/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1004,"NISSAN DIESEL IS RECALLING CERTAIN MODEL YEAR 1999-2010 UD3300 VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES HAVE INSUFFICIENT AIR TANK RESERVE CAPACITY AND MAY RESULT IN INSUFFICIENT AIR SUPPLY TO PROPERLY OPERATE THE BRAKES DURING REPETITIVE BRAKE APPLICATIONS.",THIS MAY RESULT IN REDUCED BRAKING PERFORMANCE WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING TO THE VEHICLE OPERATOR.,"THE AIR RESERVOIR TANK'S VOLUME WILL BE INCREASED TO MEET FMVSS 121 REQUIREMENTS. OWNERS WILL BE ASKED TO BRING THEIR VEHICLES TO A DEALER TO HAVE THE REMEDY PERFORMED FREE OF CHARGE. THE SAFETY RECALL FOR OWNERS OF 2008 THROUGH 2010 UD3300 VEHICLES BEGAN ON AUGUST 20, 2010. NOTIFICATION TO OWNERS OF THE 1999 THROUGH 2007 UD3300 VEHICLES IS EXPECTED TO BEGIN AT THE END OF JANUARY 2011 . OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5500." -01/08/2010,10V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V007000),HYUNDAI CARIBBEAN-PUERTO RICO,SEAT BELT TENSION SENSOR WIRING HARNESS,AIR BAGS,094,Vehicle,80,"HYUNDAI DE PUERTO RICO IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 AZERA VEHICLES MANUFACTURED FROM SEPTEMBER 27, 2005, THROUGH OCTOBER 1, 2008. THE WIRING HARNESS FOR THE RIGHT FRONT SEAT BELT TENSION SENSOR MAY SUSTAIN DAMAGE AFTER REPEATED USE OF THE SEAT BELT. IF THE SEAT BELT TENSION SENSOR WIRING BECOMES DAMAGED THE AIR BAG WILL NOT DEPLOY IN THE EVENT OF A CRASH NECESSITATING FRONT AIR BAG DEPLOYMENT.",THE SEAT OCCUPANT IS AT AN INCREASED RISK OF INJURY SHOULD THE AIR BAG NOT DEPLOY AS INTENDED.,"HYUNDAI WILL INSPECT AND REPLACE THE RIGHT FRONT SEAT BELT AND INSTALL A NEW SEAT BELT TENSION SENSOR WIRING HARNESS CLIP, IF NECESSARY, AND REROUTE THE RIGHT FRONT SEAT BELT TENSION SENSOR WIRING AND SECURE THE WIRING WITH A NEW HARNESS CLIP. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 8, 2010. OWNERS MAY CONTACT HYUNDAI DE PUERTO RICO 1-787-999-3333." -01/06/2010,10V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V003000),E-One Incorporated,ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,4EN,Vehicle,7,"E-ONE IS RECALLING CERTAIN MODEL YEAR 2009 TYPHOON AND CYCLONE II FIRE TRUCKS EQUIPPED WITH CUMMINS ISC CM2150 AND ISL CM2150 MODEL DIESEL ENGINES. THE TRUCKS MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES TO DISCHARGE FROM THE FIRE TRUCK. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR PERSONS ADJACENT TO THE TAILPIPE, OR A FIRE.",E-ONE IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE CUMMINS' DEFECT REPORT 09E-046. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357). -01/06/2010,10V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V004000),REV Recreation Group,FEDERAL CERTIFICATION 567 TAG WATER TANK CAPACITY,EQUIPMENT,91222FRV,Vehicle,29,"FLEETWOOD IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 FIESTA AND TERRA 34B CLASS A MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE CERTIFICATION TAG AND THE CARGO CARRYING CAPACITY TAG FIGURES RELATED TO THE FRESH WATER TANK'S CAPACITY ARE INCORRECT.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"FLEETWOOD WILL MAIL CORRECT FEDERAL CERTIFICATION TAGS TO DEALERS AND OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. IF CUSTOMERS DO NOT FEEL COMFORTABLE INSTALLING THE TAGS THEY MAY TAKE THEIR MOTOR HOME TO ANY FLEETWOOD DEALER AND THEY WILL PERFORM THIS SERVICE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 11, 2010. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -01/04/2010,10V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V002000),Honda (American Honda Motor Co.),A-PILLAR BOLT,AIR BAGS,NR (Not Reported),Vehicle,644,"HONDA IS RECALLING CERTAIN MODEL YEAR ACURA 2010 MDX VEHICLES MANUFACTURED BETWEEN OCTOBER 7, 2009 AND NOVEMBER 14, 2009. A BOLT USED TO ATTACH AN INTERIOR TRIM PIECE TO EITHER THE DRIVER'S OR PASSENGER'S SIDE A-PILLAR MAY NOT HAVE BEEN INSTALLED DURING MANUFACTURING.","IN THE EVENT OF A CRASH RESULTING IN SIDE CURTAIN AIR BAG DEPLOYMENT, THE TRIM PIECE MAY NOT REMAIN PROPERLY SECURED TO THE A-PILLAR, INCREASING THE RISK OF INJURY TO THE DRIVER AND/OR FRONT SEAT PASSENGER.",DEALERS WILL INSPECT THE INTERIOR TRIM PIECE OF THE A-PILLAR AND IF A BOLT IS MISSING IT WILL BE INSTALLED FREE OF CHARGE. FOUR VEHICLES WERE PURCHASED BEFORE THE STOP-SALE WAS ISSUED AND ALL THE VEHICLES HAVE BEEN INSPECTED AND REPAIRED IF NECESSARY. -01/04/2010,10V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V001000),Honda (American Honda Motor Co.),BLOWER MOTOR HEATING VENTILATION AC,ELECTRICAL SYSTEM,R27,Vehicle,76000,"HONDA IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 RIDGELINE VEHICLES MANUFACTURED BETWEEN JANUARY 17, 2005, AND JUNE 7, 2006. A WIRING HARNESS CONNECTOR FOR THE HEATING, VENTILATION AND AIR CONDITIONING (HVAC) BLOWER MOTOR LOCATED UNDER THE PASSENGER'S SIDE OF THE INSTRUMENT PANEL MAY BE ACCESSIBLE TO KICKING BY THE FRONT SEAT PASSENGER'S FEET. IF THIS OCCURS, THE CONNECTOR TERMINAL MAY OVERHEAT, AND THIS MAY CAUSE THE WIRE INSULATION TO MELT OR THE WIRING CONNECTOR TO MELT.","SHOULD THE WIRING INSULATION MELT AND THE EXPOSED WIRES MAKE CONTACT WITH EACH OTHER (SHORT CIRCUIT), A FIRE MAY OCCUR.","DEALERS WILL INSPECT AND IF THE WIRING CONNECTOR IS DAMAGED IT WILL BE REPLACED AND ALL VEHICLES WILL HAVE THE PROTECTIVE COVER INSTALLED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 15, 2010. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -01/01/2010,10V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=10V005000),UD Trucks Corporation,BRAKE ACTUATION AND RELEASE TIMING/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1004,"NISSAN DIESEL IS RECALLING CERTAIN MODEL YEAR 1999-2010 UD3300 VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE BRAKE ACTUATION AND RELEASE TIMING OF THE AIR BRAKE SYSTEM ON THESE VEHICLES MAY NOT PERFORM CORRECTLY.","OPERATION OF A VEHICLE WITH INCORRECT AIR BRAKE APPLY/RELEASE TIMING MAY RESULT IN REDUCED BRAKING PERFORMANCE WITHOUT WARNING TO THE VEHICLE OPERATOR, WHICH COULD RESULT IN A VEHICLE CRASH.","THE AIR BRAKE LINE WILL BE MODIFIED. DEALERS WILL INSPECT AND REPAIR VEHICLES AT NO CHARGE. THE SAFETY RECALL FOR OWNERS OF 2008 THROUGH 2010 UD3300 VEHICLES BEGAN ON AUGUST 20, 2010. NOTIFICATION TO OWNERS OF THE 1999 THROUGH 2007 UD3300 VEHICLES IS EXPECTED TO BEGIN AT THE END OF JANUARY 2011. OWNERS MAY CONTACT NISSAN DIESEL AT 1-972-756-5500." -12/31/2009,09E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E067000),"CHINADA INDUSTRIES, INC.",AFTERMARKET SERVICE BRAKE/AIR DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,780,"CHINADA INDUSTRIES, INC. IS RECALLING CERTAIN AFTERMARKET BRAKE DRUMS, P/NO. 36BD00AX, PRODUCED BETWEEN DECEMBER 31, 2008, AND JANUARY 2, 2009, AND SOLD FOR USE ON VARIOUS HEAVY TRUCKS AND TRAILERS. THE AFFECTED DRUMS COULD EXPERIENCE PREMATURE WEAR.","PREMATURE WEAR OF THE BRAKE DRUM WOULD DECREASE EFFECTIVE BRAKING ABILITY, INCREASING THE RISK OF A VEHICLE CRASH.","CHINADA WILL NOTIFY OWNERS OF RECORD AND THE AFFECTED BRAKE DRUMS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. OWNERS MAY CONTACT CHINADA AT 1-905-670-2300." -12/30/2009,09V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V498000),"Foretravel, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,74,"FORETRAVEL IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 PHENIX AND NIMBUS MOTORHOME CHASSIS EQUIPPED WITH PNEUMATIC AND HYDRAULIC ADJUSTABLE BRAKE PEDAL ASSEMBLIES P/NOS. 6562618, 6565118, 77025-001, 77025-002, 77025-501, 77050-004, SUPPLIED BY KONGSBERG AUTOMOTIVE. SOME ASSEMBLIES COULD CONTAIN A DRIVE PIN THAT IS BELOW SPECIFICATION AND MAY BECOME DISENGAGED FROM THE BRAKE ARM CAUSING SEPARATION OR LOOSENING OF THE PEDAL FROM THE REMAINDER OF THE ASSEMBLY.","IF THE DRIVE PIN BECOMES DISENGAGED ON THE BRAKE PEDAL ASSEMBLY, IT COULD RESULT IN A LOSS OF VEHICLE BRAKING FUNCTION AND/OR CAUSE THE BRAKE PEDAL TO INTERFERE WITH THE THROTTLE PEDAL FUNCTION. EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.",FORETRAVEL IS WORKING WITH KONGSBERG TO REMEDY THESE MOTORHOMES. PLEASE SEE KONGSBERG'S DEFECT REPORT 09E-064. THE REMEDY WILL BE PERFORMED BY FORETRAVEL FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT FORETRAVEL AT 1-800-955-6226. -12/30/2009,09E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E066000),MILES-KIMBALL,AFTERMARKET HEATED CAR BLANKET/OVERHEATING,EQUIPMENT,NR (Not Reported),Equipment,1200,"MILES KIMBALL IS RECALLING CERTAIN AFTERMARKET HEATED CAR BLANKETS, ITEM #311568. THE CORD THAT PLUGS INTO THE CAR'S CIGARETTE LIGHTER AND EXTENDS TO THE BLANKET CAN OVERHEAT.",OVERHEATING OF THE BLANKET CAN RESULT IN SKIN BURNS OR POSSIBLY A FIRE.,"MILES KIMBALL HAS NOTIFIED OWNERS OF RECORD AND IS OFFERING A FULL REFUND. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2009. OWNERS MAY CONTACT MILES KIMBALL COMPANY RETURN'S DEPARTMENT AT 1-800-255-4590." -12/30/2009,09V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V499000),"BMW of North America, LLC",CHARCOAL CANISTER VENTILATION HOSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4498,"BMW IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 F650 GS AND F800 GS MOTORCYCLES MANUFACTURED BETWEEN JANUARY 2008 AND DECEMBER 2009. DURING ENGINE OPERATION, A VACUUM IS CREATED IN ORDER TO DRAW FRESH AIR INTO THE CANISTER. THIS AIR THEN MIXES WITH THE FUEL VAPORS CAPTURED BY THE CANISTER, AND IS SUBSEQUENTLY COMBUSTED. DUE TO THE ROUTING OF THE VENTILATION HOSE, WATER NEAR THE END OF THE HOSE COULD BE DRAWN INTO THE CHARCOAL CANISTER.",WATER COULD FLOW INTO THE CANISTER CAUSING A STALLING CONDITION INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND ADD AN ADDITIONAL HOSE AND ROUTE IT SUCH THAT THE PRESENT DEFECT IS PREVENTED. THIS REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 13, 2010. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -12/30/2009,09V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V500000),"Winnebago Industries, Inc.",SEAT SWIVEL/FMVSS 207 & 210,SEATS,114,Vehicle,12,"WINNEBAGO IS RECALLING CERTAIN MODEL YEAR 2010 VIEW AND ITASCA NAVION MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY."" THE SEATS ARE MISSING A REINFORCING PLATE.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL REMOVE THE SWIVEL AND INSTALL A NEW DESIGN OF SWIVEL THAT DOES NOT REQUIRE A REINFORCING PLATE IN ORDER TO MEET THE STANDARD. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 15, 2010. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -12/29/2009,09V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V496000),"Tiffin Motorhomes, Inc.",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,486,"TIFFIN IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 ALLEGRO BUS MODELS WITH POWERGLIDE CHASSIS EQUIPPED WITH PNEUMATIC AND HYDRAULIC ADJUSTABLE BRAKE PEDAL ASSEMBLIES P/NOS. 6562618, 6565118, 77025-001, 77025-002, 77025-501, 77050-004, SUPPLIED BY KONGSBERG AUTOMOTIVE. SOME ASSEMBLIES COULD CONTAIN A DRIVE PIN THAT IS BELOW SPECIFICATION AND MAY BECOME DISENGAGED FROM THE BRAKE ARM CAUSING SEPARATION OR LOOSENING OF THE PEDAL FROM THE REMAINDER OF THE ASSEMBLY.","IF THE DRIVE PIN BECOMES DISENGAGED ON THE BRAKE PEDAL ASSEMBLY, IT COULD RESULT IN A LOSS OF VEHICLE BRAKING FUNCTION AND/OR CAUSE THE BRAKE PEDAL TO INTERFERE WITH THE THROTTLE PEDAL FUNCTION. EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.","TIFFIN IS WORKING WITH KONGSBERG TO REMEDY THESE MOTORHOMES. PLEASE SEE KONGSBERG'S DEFECT REPORT 09E-064. KONGSBERG WILL SUPPLY KITS TO TIFFIN. THE REMEDY WILL BE PERFORMED BY TIFFIN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 19, 2010. OWNERS MAY CONTACT TIFFIN AT 1-256-356-8661." -12/29/2009,09V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V495000),"NABI Bus, LLC",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2370,"NORTH AMERICAN BUS INDUSTRIES, INC. (NABI) IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN JANUARY 1, 2002, AND SEPTEMBER 15, 2009, AND EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.",THE CORROSION COULD CAUSE AN ELECTRICAL SHORT THAT COULD RESULT IN A FIRE.,NABI WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR NABI AT 1-256-831-4296. -12/29/2009,09V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V493000),"Gillig, LLC",REMOTE RELEASE BELT RETRACTORS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,37,"GILLIG IS RECALLING MODEL YEAR 2008-2009 LOWFLOOR BUSES EQUIPPED WITH Q'STRAINT MAX MOBILITY DEVICE REMOTE RELEASE BELTS USED ON AMERICAN INSIGHT TRANSVERSE FLIP UP SEATS WITH BUILD DATES BETWEEN OCTOBER 2008 AND OCTOBER 2009. THESE DEVICES ARE USED TO RESTRAIN PASSENGERS USING MOBILITY AID PRODUCTS. THE MOBILITY DEVICE RESTRAINT BELTS MAY NOT LOCK AS DESIGNED, AND MAY FAIL TO PROPERLY RESTRAIN THE PASSENGER AND THE MOBILITY DEVICE.","IF THE BELT DOES NOT LOCK AND THE MOBILITY DEVICE IS NOT PROPERLY RESTRAINED, THERE IS AN INCREASED RISK OF INJURY TO THE PASSENGER IN THE EVENT OF A CRASH.","GILLIG IS WORKING WITH AMERICAN SEATING AND WILL REPLACE THE Q'STRAINT MAX REMOTE RELEASE BELTS WITH Q'STRAINT QRT DELUXE REMOTE RELEASE BELTS FREE OF CHARGE. AMERICAN SEATING IS HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE AMERICAN SEATING'S DEFECT REPORT 09E-065. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 29, 2010. OWNERS MAY CONTACT AMERICAN SEATING'S SERVICE MANAGER SHERRY AELLEN AT 1-616-732-6484 AND GILLIG AT 1-800-735-1500." -12/29/2009,09V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V494000),NOVA BUS INCORPORATED,REMOTE RELEASE BELT RETRACTORS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,101,"NOVA BUS IS RECALLING MODEL YEAR 2009 LFS BUSES EQUIPPED WITH Q'STRAINT MAX MOBILITY DEVICE REMOTE RELEASE BELTS USED ON AMERICAN INSIGHT TRANSVERSE FLIP UP SEATS WITH BUILD DATES BETWEEN OCTOBER 2008 AND OCTOBER 2009. THESE DEVICES ARE USED TO RESTRAIN PASSENGERS USING MOBILITY AID PRODUCTS. THE MOBILITY DEVICE RESTRAINT BELTS MAY NOT LOCK AS DESIGNED, AND MAY FAIL TO PROPERLY RESTRAIN THE PASSENGER AND THE MOBILITY DEVICE.","IF THE BELT DOES NOT LOCK AND THE MOBILITY DEVICE IS NOT PROPERLY RESTRAINED, THERE IS AN INCREASED RISK OF INJURY TO THE PASSENGER IN THE EVENT OF A CRASH.","NOVA BUS IS WORKING WITH AMERICAN SEATING AND WILL REPLACE THE Q'STRAINT MAX REMOTE RELEASE BELTS WITH Q'STRAINT QRT DELUXE REMOTE RELEASE BELTS FREE OF CHARGE. AMERICAN SEATING IS HANDLING THE REMEDY FOR THIS CAMPAIGN. PLEASE SEE AMERICAN SEATING'S DEFECT REPORT 09E-065. THE SAFETY RECALL BEGAN ON DECEMBER 4, 2010. OWNERS MAY CONTACT AMERICAN SEATING'S SERVICE MANAGER SHERRY AELLEN AT 1-616-732-6484 AND NOVA BUS AT 1-450-472-6410." -12/28/2009,09V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V497000),Hyundai Motor America,SEAT BELT TENSION SENSOR WIRING HARNESS,AIR BAGS,094,Vehicle,65185,"HYUNDAI IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 AZERA VEHICLES MANUFACTURED FROM SEPTEMBER 27, 2005, THROUGH OCTOBER 1, 2008. THE WIRING HARNESS FOR THE RIGHT FRONT SEAT BELT TENSION SENSOR MAY SUSTAIN DAMAGE AFTER REPEATED USE OF THE SEAT BELT. IF THE SEAT BELT TENSION SENSOR WIRING BECOMES DAMAGED THE AIR BAG WILL NOT DEPLOY IN THE EVENT OF A CRASH NECESSITATING FRONT AIR BAG DEPLOYMENT.",THE SEAT OCCUPANT IS AT AN INCREASED RISK OF INJURY SHOULD THE AIR BAG NOT DEPLOY AS INTENDED.,"HYUNDAI WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 22, 2010. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -12/23/2009,09V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V490000),PACCAR Incorporated,INSUFFICIENT STEERING GEAR MOUNTING BOLT TORQUE,STEERING,09KWB,Vehicle,3078,"KENWORTH IS RECALLING MODEL YEAR 2010 T2000, T800, T660 AND W900S TRUCKS MANUFACTURED BETWEEN JULY 1 AND OCTOBER 23, 2009. THE FASTENERS ATTACHING THE STEERING GEAR TO THE FRONT DRIVE BRACKET MAY HAVE RECEIVED INSUFFICIENT TORQUE DURING THE INSTALLATION PROCESS RESULTING IN LESS THAN REQUIRED CLAMP LOAD.","THE INSUFFICIENT CLAMP LOAD MAY ALLOW THE FASTENER(S) TO BECOME LOOSE AND FALL AWAY FROM THE VEHICLE RESULTING IN ROAD DEBRIS. IF MULTIPLE FASTENERS WERE TO BECOME LOOSE, THE VEHICLE STEERING MAY WANDER, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSPECT AND RE-TORQUE THE STEERING GEAR MOUNTING BOLTS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440. -12/23/2009,09V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V492000),Keystone RV Company,REAR STABILIZER JACKS,EQUIPMENT,09-127,Vehicle,155,"KEYSTONE IS RECALLING CERTAIN MODEL YEAR 2010 RAPTOR FIFTH WHEEL TRAILERS. THE REAR STABILIZING JACKS MAY EXTEND WHILE DRIVING DUE TO EXPOSED WIRING ON THE EXTEND/RETRACT SWITCH FOR THE JACKS. IF THE EXPOSED WIRING IS SUBJECT TO ROAD SPRAY, IT MAY ACTIVATE THE REMOTE CONTROL PANEL AND EXTEND THE JACKS.","IF THE JACKS EXTEND WHILE DRIVING, IT INCREASES THE RISK OF LOSS OF VEHICLE CONTROL LEADING TO A VEHICLE CRASH.","DEALERS WILL REPLACE THE EXTEND/RETRACT SWITCH WITH A SEALED SWITCH SUPPLIED BY KEYSTONE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. NONE OF THE AFFECTED VEHICLES WERE DELIVERED TO END USERS. THEREFORE, AN OWNER NOTIFICATION LETTER FOR THIS CAMPAIGN WILL NOT BE ISSUED. OWNERS MAY CONTACT KEYSTONE 1-866-425-4369." -12/23/2009,09V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V491000),"General Motors, LLC",ROOF PANEL SEPARATION,STRUCTURE,090230,Vehicle,22090,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2007 CORVETTE VEHICLES EQUIPPED WITH A REMOVABLE ROOF AND MODEL YEAR 2006 AND 2007 CORVETTE Z06 VEHICLES. THE ADHESIVE BETWEEN THE ROOF PANEL AND THE FRAME MAY SEPARATE. IF THERE IS A PARTIAL SEPARATION, THE DRIVER MAY NOTICE ONE OR MORE SYMPTOMS, SUCH AS A SNAPPING NOISE WHEN DRIVING OVER BUMPS, WIND NOISE, POOR ROOF PANEL FIT, ROOF PANEL MOVEMENT/BOUNCE WHEN A DOOR OR HATCH IS CLOSED, OR A WATER LEAK IN THE HEADLINER.","IF THERE IS A COMPLETE SEPARATION, THE ROOF PANEL MAY DETACH FROM THE VEHICLE. IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS BEING DRIVEN, IT COULD STRIKE A FOLLOWING VEHICLE AND CAUSE INJURY AND/OR PROPERTY DAMAGE.",DEALERS WILL INSTALL A NEW DESIGN ROOF PANEL FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING APRIL 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR AT WWW.GMOWNERCENTER.COM. -12/23/2009,09V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V489000),"General Motors, LLC",SOFTWARE INSTRUMENT PANEL/FMVSS 103 & 101,VISIBILITY,090298,Vehicle,59031,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2010 CHEVROLET EQUINOX AND GMC TERRAIN VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS AND WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, CONTROLS AND DISPLAYS"". THE SOFTWARE IN THE CENTER INSTRUMENT PANEL CAN CAUSE THE HEATING, AIR CONDITIONING, DEFROST, AND RADIO CONTROLS, AS WELL AS THE PANEL ILLUMINATION TO BECOME INOPERATIVE.",DRIVING WITHOUT A FUNCTIONING DEFROST SYSTEM CAN DECREASE YOUR VISIBILITY UNDER CERTAIN DRIVING CONDITIONS AND COULD RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE COMPUTER MODULE IN THE CENTER INSTRUMENT PANEL FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 OR AT WWW.GMOWNERCENTER.COM." -12/22/2009,09V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V487000),UD Trucks Corporation,BRAKE ACTUATION AND RELEASE TIMING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,73,"NISSAN DIESEL IS RECALLING CERTAIN MODEL YEAR 2007 AND 2008 UD3300 VEHICLES THAT WERE MODIFIED BY INSTALLING DUAL STEERING CONTROLS FOR USE AS STREET SWEEPERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" BRAKE RECERTIFICATION WAS NOT PERFORMED ON THESE VEHICLES DURING MODIFICATION OF THE DUAL STEERING SYSTEM.",OPERATION OF A VEHICLE WITH INCORRECT AIR BRAKE APPLY/RELEASE TIMING MAY RESULT IN REDUCED BRAKING PERFORMANCE WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING TO THE VEHICLE OPERATOR.,"DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 15, 2010. OWNERS MAY CONTACT NISSAN DIESEL AT 1-972-756-5500." -12/22/2009,09V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V486000),REV Recreation Group,LPG SUPPLY LINE,EQUIPMENT,91209FRV,Vehicle,60,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2010 JAMBOREE SPORT AND TIOGA RANGER 25G CLASS C MOTORHOMES MANUFACTURED BETWEEN APRIL 20 AND DECEMBER 7, 2009. THE LPG SUPPLY LINE ROUTED THROUGH THE REAR WHEEL WELL MAY COME IN CONTACT WITH THE CHASSIS SPRING ASSEMBLY CAUSING DAMAGE TO THE LPG SUPPLY LINE.",THE DAMAGED LPG SUPPLY LINE MAY RESULT IN A PROPANE GAS LEAK AND COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE ROUTING OF THE LPG SUPPLY LINE AND REROUTE ITS LOCATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 4, 2010. OWNERS MAY CONTACT FLEETWOOD RV AT 1-800-509-3418." -12/22/2009,09T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T014000),Yokohama Tire Corporation,SIDEWALL MARKINGS/OMITTED FULL OR PARTIAL TIN,TIRES,NR (Not Reported),Tire,1205,"CERTAIN YOKOHAMA REPLACEMENT TIRES, SIZE 205/50R16 A680 87V, MANUFACTURED BETWEEN SEPTEMBER 1, 2007 AND NOVEMBER 28, 2009, FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" THE MOLDED MARKINGS ON ONE SIDEWALL DO NOT CONTAIN THE COMPLETE TIRE IDENTIFICATION NUMBER (TIN) OR PARTIAL (TIN) AS REQUIRED.","THE LACK OF A TIN ON BOTH SIDES OF THE TIRE COULD MAKE IT MORE DIFFICULT FOR CONSUMERS TO IDENTIFY THESE TIRES IF, IN THE FUTURE, A SAFETY-RELATED PERFORMANCE ISSUE WERE TO BE DISCOVERED. AS A CONSEQUENCE, THERE IS A RISK THAT THE TIRES WOULD NOT BE REMOVED FROM SERVICE, WHICH, IN TURN, COULD INCREASE THE RISK OF A VEHICLE CRASH.","THE SAFETY RECALLBEGAN ON APRIL 24, 2012. OWNERS MAY CONTACT YOKOHAMA CAMPAIGN SERVICE CENTER AT 1-888-801-4162." -12/18/2009,09V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V483000),"Volvo Car USA, LLC",FUEL PUMP LEAK,"FUEL SYSTEM, GASOLINE",R220,Vehicle,158733,"VOLVO IS RECALLING CERTAIN MODEL YEAR 2001-2005 S80, MODEL YEAR 2001-2004 V70, S60, XC70 AND MODEL YEAR 2003-2005 XC90 VEHICLES SOLD IN OR REGISTERED IN THE STATES OF ALABAMA, ARIZONA, ARKANSAS, CALIFORNIA, FLORIDA, GEORGIA, HAWAII, KENTUCKY, LOUISIANA, MISSISSIPPI, NEVADA, NEW MEXICO, NORTH CAROLINA, OKLAHOMA, SOUTH CAROLINA, TENNESSEE, TEXAS, UTAH, VIRGINIA AND THE U.S. TERRITORIES. WHEN EXPOSED TO CERTAIN ENVIRONMENTAL CONDITIONS (HOT CLIMATE AND TEMPERATURE CYCLING) OVER TIME AND IN COMBINATION WITH VARYING FUEL QUALITY, THE FUEL PUMP CAN DEVELOP CRACKS IN THE FUEL PUMP FLANGE.","IF THE CONDITION OCCURS VEHICLE OWNERS MAY NOTICE FUEL SMELL AND/OR FUEL LEAK WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL PUMP INSTALLED IN THE VEHICLE, AND IF NECESSARY REPLACE THE FUEL PUMP WITH A PART OF A MODIFIED DESIGN. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 15, 2010. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -12/18/2009,09V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V485000),NOVA BUS INCORPORATED,HORIZON LED SIDE DESTINATION SIGN/LUMINATOR,INTERIOR LIGHTING,NR (Not Reported),Vehicle,8,NOVA BUS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2009 LFS TRANSIT BUSES EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","NOVA BUS WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON FEBRUARY 26, 2010. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR NOVA BUS AT 1-450-472-6410." -12/18/2009,09V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V484000),"Volkswagen Group of America, Inc.",REPLACE MIDDLE CLIP OF A-PILLAR COVER,AIR BAGS,70D4/J6,Vehicle,6054,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2009 Q5 PASSENGER VEHICLES MANUFACTURED BETWEEN NOVEMBER 25, 2008 AND JUNE 4, 2009. A LEFT AND/OR RIGHT A-PILLAR TRIM COVER CLIP MAY NOT HAVE BEEN MANUFACTURED CORRECTLY, ALLOWING THE A-PILLAR TRIM TO BECOME LOOSE WHEN THE SIDEGUARD HEAD PROTECTION AIRBAGS DEPLOY DURING A CRASH.","IF THIS HAPPENS, A LOOSE TRIM PIECE COULD INJURE THE FRONT SEAT OCCUPANTS OF THE VEHICLE.","VOLKSWAGEN WILL INSPECT THE CLIP IN THE MIDDLE OF THE LEFT AND RIGHT A-PILLAR COVERS AND REPLACE IT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 22, 2010. OWNERS MAY CONTACT AUDI AT 1-800-253-2834." -12/17/2009,09V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V482000),Sutphen Corporation,ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,29,"SUTPHEN CORPORATION IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 FIRE TRUCKS EQUIPPED WITH CUMMINS ISC CM2150 AND ISL CM2150 MODEL DIESEL ENGINES. THE TRUCKS MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",SUTPHEN CORPORATION IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE CUMMINS' DEFECT REPORT 09E-046. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357). -12/17/2009,09C010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C010000),Dorel Juvenile Group,HANDLE DETACHMENT,CHILD SEAT,NR (Not Reported),Child Seat,447000,"DOREL JUVENILE GROUP (DJG) IS RECALLING CERTAIN COSCO, DISNEY, SAFETY 1ST, AND EDDIE BAUER REAR-FACING INFANT CHILD RESTRAINTS, MODEL NOS. 22-057 CLN, 22-057 DBY, 22-057 HRT, 22-057 LPH, 22-085 DWA, 22-085 LYN, 22-095 RBK, 22-300 CSF, 22-300 FZN, 22-300 JJV, 22-300 OSF, 22-300 THD, 22-300 TWD, 22-305 NAB, 22-305 PPH, 22-322 HRR, 22-322 KDL, 22-322 LXI, 22-322 MAI, 22-322 PTK, 22-322 OLY, 22-322 PRS, 22-325 COB, 22-325 PAC, 22-355 LBF, 22-355 PWK, 22-380 LGA, 22-380 MSA, 22-627 AWF, 22-627 CGT, 22-627 FRK, 22-627 SNW, 22-627 WAV, 22-627 WPR, 22-627KGS, AND 22-655 BYTE, MANUFACTURED FROM JANUARY 6, 2008 THROUGH APRIL 6, 2009. THE HANDLE SCREWS USED TO CONNECT THE HANDLE TO THE SHELL CAN BACK OUT, AND IF NOT NOTICED BY THE CARE GIVER, LEAD TO FULL OR PARTIAL HANDLE DETACHMENT.","IF THIS OCCURS, THE RESTRAINT CAN FALL, POSSIBLY RESULTING IN INJURY TO THE CHILD.","DJG WILL PROVIDE OWNERS WITH A FREE REPAIR KIT. THE SAFETY RECALL BEGAN ON JANUARY 8, 2010. OWNERS MAY CONTACT DJG AT 1-866-762-3316." -12/17/2009,09V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V481000),Blue Bird Body Company,JOINT ADHESIVE,STRUCTURE,R10RF,Vehicle,223,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 ALL AMERICAN D3 FRONT ENGINE MODEL SCHOOL BUSES MANUFACTURED FROM AUGUST 13, 2009 THROUGH OCTOBER 24, 2009. ADHESIVE FOR THE INSIDE PANELS ADJACENT TO THE REAR CENTER EMERGENCY DOOR WAS OMITTED FROM THE JOINTS. THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","WITHOUT THE REQUIRED ADHESIVE, THERE IS AN INCREASED RISK OF INJURY TO THE BUS OCCUPANTS IN THE EVENT OF A CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 12, 2010. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -12/17/2009,09V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V479000),Blue Bird Body Company,ROOF JOINT RIVETS,STRUCTURE,R09PY,Vehicle,1702,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 MICRO BIRD SCHOOL BUSES MANUFACTURED FROM AUGUST 28, 2007 THROUGH OCTOBER 29, 2009. AN INCORRECT NUMBER OF RIVETS MAY HAVE BEEN INSTALLED IN THE FRONT ROOF CAP THAT ATTACHES TO THE FRONT ROOF SHEET. THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""",AN INADEQUATE NUMBER OF RIVETS IN THE ROOF WOULD INCREASE THE RISK OF INJURY TO THE BUS OCCUPANTS IN THE EVENT OF A CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 29, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -12/17/2009,09V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V480000),"General Motors, LLC",TIRE & LOADING INFORMATION LABEL MISSING,EQUIPMENT,09322,Vehicle,126,"GM IS RECALLING MODEL YEAR 2010 CADILLAC DTS VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". THE TIRE AND LOADING INFORMATION LABEL, WHICH LISTS THE PROPER TIRE AND VEHICLE LOADING INFORMATION, WAS NOT INSTALLED ON THE VEHICLE. IN ADDITION, THERE ARE TWO LABELS AFFIXED TO AFFECTED VEHICLES THAT INCORRECTLY DESCRIBE THEM AS AN INCOMPLETE VEHICLE. ONE LABEL IS THE VEHICLE CERTIFICATION LABEL, WHICH CERTIFIES THAT THE VEHICLE CONFORMS TO ALL APPLICABLE U.S. FEDERAL MOTOR VEHICLE SAFETY, BUMPER, AND THEFT PREVENTION STANDARDS. THE SECOND LABEL IS THE SERVICE PARTS IDENTIFICATION LABEL, WHICH LISTS VARIOUS COMPONENTS USED IN THE MANUFACTURING OF THE VEHICLE.","DRIVING THE VEHICLE WITH TIRES THAT ARE NOT PROPERLY INFLATED COULD RESULT IN TIRE OVERLOADING, PREMATURE OR IRREGULAR WEAR, AND/OR POOR HANDLING INCREASING THE RISK OF A CRASH.","GM WILL MAIL THE THREE CORRECT LABELS TO OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. OWNERS MAY ALSO TAKE THE VEHICLE AND THE LABELS TO A DEALER FOR INSTALLATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2009. OWNERS MAY CONTACT GM CADILLAC AT 1-866-982-2339 OR AT WWW.GMOWNERCENTER.COM." -12/16/2009,09V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V478000),Shyft Group,ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",09027,Vehicle,70,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 MM, K2, AND K3 MOTORHOME CHASSIS MANUFACTURED FROM APRIL 27, 2007 AND AUGUST 11, 2009, EQUIPPED WITH PNEUMATIC AND HYDRAULIC ADJUSTABLE BRAKE PEDAL ASSEMBLIES P/NOS. 6562618, 6565118, 77025-001, 77025-002, 77025-501, 77050-004, SUPPLIED BY KONGSBERG AUTOMOTIVE. SOME ASSEMBLIES COULD CONTAIN A DRIVE PIN THAT IS BELOW SPECIFICATION AND MAY BECOME DISENGAGED FROM THE BRAKE ARM CAUSING SEPARATION OR LOOSENING OF THE PEDAL FROM THE REMAINDER OF THE ASSEMBLY.","IF THE DRIVE PIN BECOMES DISENGAGED ON THE BRAKE PEDAL ASSEMBLY, IT COULD RESULT IN A LOSS OF VEHICLE BRAKING FUNCTION AND/OR CAUSE THE BRAKE PEDAL TO INTERFERE WITH THE THROTTLE PEDAL FUNCTION. EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.","SPARTAN IS WORKING WITH KONGSBERG AND THE VEHICLE MANUFACTURERS TO REMEDY THESE MOTORHOMES. PLEASE SEE RECALL 09E-064. THE REMEDY WILL BE PERFORMED BY SPARTAN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 8, 2010. OWNERS MAY CONTACT SPARTAN TOLL-FREE AT 1-800-543-4277 - OPTION 1." -12/15/2009,09V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V475000),Ford Motor Company,AIR BRAKE S-CAM LUBRICATION,"SERVICE BRAKES, AIR",09S10,Vehicle,231,"FORD IS RECALLING MODEL YEAR 2010 F-650 AND F-750 TRUCKS. THE S-CAM TUBES ON THE AIR BRAKE AXLE ASSEMBLIES WERE NOT GREASED AND CORROSION MAY DEVELOP OVER TIME, WHICH MAY RESTRICT RELEASE OF THE SERVICE BRAKE AT THE AFFECTED WHEEL.","IF THIS OCCURS, IT COULD CAUSE EXCESSIVE BRAKE TEMPERATURES, NOISE, BRAKE FADE, ODOR, SMOKE, BRAKE PULL AND POSSIBLY LONGER STOPPING DISTANCES WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL LUBRICATE THE S-CAM TUBE AND CHECK THE S-CAM FOR FREE MOVEMENT AT ALL FOUR WHEEL LOCATIONS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 16, 2009. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR THROUGH THE INTERNET AT WWW.FORDOWNER.COM." -12/15/2009,09V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V477000),"Volvo Car USA, LLC",FUEL LINE RAIL COVER,"FUEL SYSTEM, OTHER",R218,Vehicle,5253,VOLVO IS RECALLING MODEL YEAR 2010 XC60 VEHICLES. THE FUEL LINE RAIL COVER THAT PROTECTS THE FUEL LINES UNDER THE VEHICLE MAY NOT BE PROPERLY ATTACHED EXPOSING THE FUEL LINES TO DAMAGE.,"DAMAGE TO THE FUEL LINES MAY RESULT IN A FUEL LEAK WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL LINE RAIL COVER FOR PROPER ATTACHMENT AND REATTACH IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 28, 2009. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -12/15/2009,09V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V476000),Ford Motor Company,INOPERATIVE REAR LAMPS,EXTERIOR LIGHTING,09S11,Vehicle,42,"FORD IS RECALLING MODEL YEARS 2009 F-650 AND F-750 TRUCKS. THE CHASSIS WIRE HARNESS MAY HAVE BEEN ASSEMBLED WITHOUT A CONNECTOR SEAL IF THIS SEAL IS MISSING, THE CONNECTOR TERMINALS MAY CORRODE AFFECTING THE PROPER ILLUMINATION OF THE VEHICLE'S REAR BRAKE LAMPS, TAIL LAMPS, TURN SIGNAL LAMPS OR TRAILER LAMPS (IF EQUIPPED.) ALSO, THE FUNCTION OF THE ANTI-LOCK BRAKE SYSTEM MAY BE AFFECTED.",INOPERATIVE LAMPS MAY INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE CONNECTOR AND REPAIR THE MAIN AND REAR CHASSIS WIRE HARNESS IF NECESSARY. A MISSING SEAL WILL BE REPLACED AND ELECTRICAL GREASE APPLIED TO PREVENT FUTURE CORROSION. THE SAFETY RECALL BEGAN ON DECEMBER 16, 2009. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR THROUGH THE INTERNET AT WWW.FORDOWNER.COM." -12/15/2009,09V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V474000),"BMW of North America, LLC",TIRE LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,205,"BMW IS RECALLING CERTAIN MODEL YEAR 2010 MINI COOPER AND COOPER S VEHICLES FOR FAILING COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE AFFECTED VEHICLES WERE EQUIPPED WITH 17 INCH WHEELS, BUT THEIR LABEL STATES THAT THEY WERE EQUIPPED WITH 16 INCH WHEELS. ALSO THE TIRE PRESSURE STATED ON THE LABEL FOR THE COOPER S IS INCORRECT.","ERRONEOUS TIRE INFORMATION COULD LEAD TO IMPROPER TIRE FITMENT AND INFLATION WHICH COULD AFFECT THE DURABILITY OF THE TIRE AND THE STABILITY OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL MAIL TO CONSUMERS THE CORRECTED LABEL OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 4, 2010. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -12/14/2009,09V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V473000),"Bombardier Recreational Products, Inc.",ENGINE STALL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,108,"BOMBARDIER RECREATIONAL PRODUCTS, INC. (BRP) IS RECALLING MODEL YEAR 2010 ROADSTER SPYDER RT SM5 AND SE5 MOTORCYCLES MANUFACTURED BETWEEN OCTOBER 13 AND OCTOBER 30, 2009. THE CONNECTOR ON THE KEY SWITCH HARNESS MAY NOT BE LOCKED AND THE IGNITION SWITCH HARNESS MAY BE ROUTED TOO TIGHT. IN SOME SITUATIONS, THE CONNECTOR MAY UNPLUG.","IF THIS OCCURS, THE VEHICLE MAY STALL WITHOUT WARNING AND COULD POTENTIALLY CAUSE A CRASH.","BRP WILL NOTIFY OWNERS AND AUTHORIZED DEALERS WILL INSPECT TO ENSURE THAT THE CONNECTOR IS LOCKED AND THAT THE IGNITION SWITCH HARNESS IS NOT ROUTED TOO TIGHT AND CORRECT THE HARNESS IF NEEDED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 18, 2009. OWNERS MAY CONTACT BRP AT 1-888-638-5397 OR 1-819-566-3366." -12/11/2009,09V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V472000),Collins Bus Corporation,WHEELCHAIR LIFTS CAN STOW UNINTENTIONALLY,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,63,"COLLINS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 GRAND BANTAM, SUPER BANTAM, MID BUS GRAND GUIDE, AND MID BUS SUPER GUIDE SCHOOL BUSES MANUFACTURED FROM FEBRUARY 14 TO OCTOBER 19, 2009, EQUIPPED WITH A BRAUN NCL917IB-2 CENTURY WHEELCHAIR LIFT. THE TOE STOP INNER BARRIER AND PLATFORM MAY NOT BE ADJUSTED CORRECTLY POSSIBLY ALLOWING THE UNIT TO BE MOVED TO THE STOW POSITION. THESE WHEELCHAIR LEFTS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""","SHOULD THE LIFT BEGIN TO STOW WHILE IT IS IN USE, SERIOUS INJURY OR DEATH COULD OCCUR TO THE LIFT USER.","COLLINS WILL NOTIFY OWNERS AND BRAUN DEALERS WILL PERFORM THE REPAIRS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2009. OWNERS MAY CONTACT COLLINS BUS SERVICE AT 1-800-533-1850 EXT 424." -12/10/2009,09V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V471000),"BMW of North America, LLC",ENGINE STALL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2019,"BMW IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 K1300 S AND K1300 GT MOTORCYCLES MANUFACTURED BETWEEN SEPTEMBER 11, 2008 AND NOVEMBER 19, 2009. POOR FUEL QUALITY MAY LEAD TO SMALL DEPOSITS WITHIN THE THROTTLE BODIES. DURING ENGINE OPERATION IN A LOW RPM RANGE, TYPICALLY NEAR IDLE SPEED (WHEN COMING TO A STOP) AIR FLOW COULD BE SUFFICIENTLY RESTRICTED AND ENGINE STALLING COULD OCCUR.",ENGINE STALLING COULD RESULT IN A VEHICLE CRASH.,"BMW WILL NOTIFY OWNERS AND REPAIR THE MOTORCYCLES BY UPDATING THE ENGINE MANAGEMENT SOFTWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 22, 2010. OWNERS MAY CONTACT BMW TOLL-FREE AT 1-800-831-1117." -12/10/2009,09E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E065000),AMERICAN SEATING COMPANY,REMOTE RELEASE BELT RETRACTORS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,166,"AMERICAN SEATING COMPANY IS RECALLING CERTAIN Q'STRAINT MAX MOBILITY DEVICE REMOTE RELEASE BELTS USED WITH INSIGHT TRANSVERSE FLIP UP SEATS INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS TRANSIT BUSES. THESE DEVICES ARE USED TO RESTRAIN PASSENGERS USING MOBILITY AID PRODUCTS. THE MOBILITY DEVICE RESTRAINT BELTS MAY NOT LOCK AS DESIGNED, AND MAY FAIL TO PROPERLY RESTRAIN THE PASSENGER AND THE MOBILITY DEVICE.","IF THE BELT DOES NOT LOCK AND THE MOBILITY DEVICE IS NOT PROPERLY RESTRAINED, THERE IS AN INCREASED RISK OF INJURY TO THE PASSENGER IN THE EVENT OF A CRASH.","AMERICAN SEATING IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY THE AFFECTED VEHICLES. THE SEATS WILL BE REPLACED FREE OF CHARGE BY AMERICAN SEATING OR THE VEHICLE MANUFACTURER. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR SHERRY ALLEN AT 1-616-732-6484." -12/08/2009,09E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E064000),"KONGSBERG POWER PRODUCTS SYSTEMS I, INC",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,12974,"KONGSBERG POWER PRODUCT SYSTEMS I, INC (KPPS) IS RECALLING CERTAIN ADJUSTABLE BRAKE PEDAL ASSEMBLIES, P/NOS. 6562618, 6565118, 77025-001, 77025-002, 77025-501, 77050-004, INSTALLED AS ORIGINAL EQUIPMENT FOR USE ON VARIOUS HEAVY DUTY TRUCKS. SOME ASSEMBLIES COULD CONTAIN A DRIVE PIN THAT IS BELOW SPECIFICATION AND MAY BECOME DISENGAGED FROM THE BRAKE ARM CAUSING SEPARATION OR LOOSENING OF THE PEDAL FROM THE REMAINDER OF THE ASSEMBLY.","IF THE DRIVE PIN BECOMES DISENGAGED ON THE BRAKE PEDAL ASSEMBLY, IT COULD RESULT IN A LOSS OF VEHICLE BRAKING FUNCTION AND/OR CAUSE THE BRAKE PEDAL TO INTERFERE WITH THE THROTTLE PEDAL FUNCTION. EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.","EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ADJUSTABLE BRAKE PEDAL ASSEMBLIES AS ORIGINAL EQUIPMENT. KPPS IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY VEHICLES THAT MAY CONTAIN THE DEFECT. THE AFFECTED VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN DECEMBER 9, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR KPPS AT 1-610-454-9955." -12/04/2009,09V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V469000),"ALUMA TOWER COMPANY, INC",AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,NR (Not Reported),Vehicle,42,"ALUMA IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 SHELTERED TRAILER TOWER VEHICLES MANUFACTURED BETWEEN MARCH 1 AND OCTOBER 31, 2009, EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,ALUMA WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE REPAIRS WILL BE PERFORMED BY CARRIER. PLEASE SEE CARRIER'S DEFECT REPORT 09E-053. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059. -12/04/2009,09V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V468000),"Subaru of America, Inc.",FUEL LINE LEAKS,"FUEL SYSTEM, GASOLINE",WVK-21,Vehicle,5724,"SUBARU IS RECALLING CERTAIN MODEL YEAR 2002 AND 2003 IMPREZA WRX VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF SOUTH DAKOTA, NEBRASKA, NORTH DAKOTA, MINNESOTA, IDAHO, IOWA, MONTANA, COLORADO, WISCONSIN, NEW YORK, WYOMING, MICHIGAN, ALASKA, NEW HAMPSHIRE, VERMONT, AND MAINE. DURING COLD STARTS, TYPICALLY UNDER EXTREMELY COLD TEMPERATURES, FUEL LEAKS IN THE FUEL DELIVERY LINE COULD OCCUR WHERE THE LINE CONNECTS WITH A RUBBER HOSE.","FUEL LEAKS, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL LINE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 31, 2009. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -12/04/2009,09V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V470000),"WILDFIRE MOTORS, INC.",INCORRECT WINDSHIELD/FMVSS 500 LOW SPEED VEHICLE,VISIBILITY,NR (Not Reported),Vehicle,42,"WILDFIRE IS RECALLING MODEL YEAR 2009 WF-120V PASSENGER COUPE VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 500, ""LOW SPEED VEHICLE."" THE MANUFACTURER INSTALLED THE INCORRECT WINDSHIELD.",SHOULD AN OBJECT STRIKE AND SHATTER THE WINDSHIELD OF THE VEHICLE PERSONAL INJURIES COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE AND INSTALL THE CORRECT WINDSHIELD FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JANUARY 6, 2010. OWNERS MAY CONTACT WILDFIRE AT 1-740-283-6540." -12/03/2009,09V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V466000),"Seagrave Fire Apparatus, LLC",ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16,"SEAGRAVE IS RECALLING CERTAIN MODEL YEAR 2009 MARAUDER II FIRE TRUCKS MANUFACTURED BETWEEN FEBRUARY 11, 2008 THROUGH MARCH 16, 2009, EQUIPPED WITH CUMMINS ISC CM2150 AND ISL CM2150 MODEL DIESEL ENGINES. THE TRUCKS MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",SEAGRAVE IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE CUMMINS' DEFECT REPORT 09E-046. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357). -12/03/2009,09V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V467000),"Jaguar Land Rover North America, LLC",RESTRAINT CONTROL MODULE,AIR BAGS,P020,Vehicle,4035,"JAGUAR LAND ROVER IS RECALLING CERTAIN MODEL YEAR 2010 RANGE ROVER VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THESE VEHICLES EQUIPPED WITH OCCUPANT CLASSIFICATION SYSTEM (OCS) MAY EXPERIENCE AIRBAG WARNING LAMP ILLUMINATION ON THE INSTRUMENT CLUSTER. THE PASSENGER AIRBAG WILL BE DISABLED WHEN THE AIRBAG WARNING LAMP IS ILLUMINATED AS A RESULT OF THIS DEFECT AND THE PASSENGER AIRBAG WARNING DISABLE (PAWD) LAMP IN THE OVERHEAD CONSOLE WILL ALSO ILLUMINATE.",DEPLOYMENT OF THE PASSENGER AIRBAG MAY NOT BE ACHIEVED IN THE EVENT OF A VEHICLE CRASH INCREASING THE RISK OF INJURY.,"DEALER WILL UPDATE THE VEHICLE'S RESTRAINTS CONTROL MODULE (RCM) WITH THE INTEGRATED DIAGNOSTICS SYSTEM (IDS) TOOL WITH SOFTWARE FROM DVD 118.5 PATCH 16 OR LATER. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 21, 2009. OWNERS MAY CONTACT JAGUAR LAND ROVER AT 1-800-452-4827." -12/02/2009,09V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V465000),BUELL MOTORCYCLE CO.,OUT OF POSITION FOOTPEG,EQUIPMENT,0840,Vehicle,23,"BUELL IS RECALLING CERTAIN MODEL YEAR 2010 XB12X AND XB12XT MOTORCYCLES MANUFACTURED FROM AUGUST 20 THROUGH SEPTEMBER 30, 2009. THE RIGHT HAND SIDE FOOTPEG MOUNT MAY HAVE BEEN MANUFACTURED TO INCORRECT SPECIFICATIONS.","THIS CONDITION COULD ALLOW THE FOOTPEG TO MOVE SIGNIFICANTLY OUT OF POSITION, WHICH COULD LEAD TO LOSS OF CONTROL OF THE VEHICLE RESULTING IN INJURY OR DEATH OF THE RIDER.","DEALERS WILL REPLACE THE DEFECTIVE FOOTPEG MOUNT WITH A NEW FOOTPEG MOUNT THAT WAS MANUFACTURED TO THE CORRECT SPECIFICATIONS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 14, 2009. OWNERS MAY CONTACT BUELL DISTRIBUTION COMPANY AT 1-414-343-8400." -12/02/2009,09V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V464000),"Kawasaki Motors Corp., U.S.A.",POROSITY IN THE ALUMINUM CASTING OIL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,259,"KAWASAKI IS RECALLING MODEL YEAR 2009 AND 2010 EX250 NINJA 250 MOTORCYCLES. POROSITY IN THE ENGINE CASE COULD ALLOW ENGINE OIL TO LEAK, AND BE DEPOSITED ON THE REAR TIRE. A SMALL NUMBER OF UPPER ENGINE CASES FOR THE AFFECTED MODEL COULD HAVE POROSITY IN THE ALUMINUM CASTING. THIS POROSITY OCCURS IN THE VICINITY OF A PRESSURIZED OIL PASSAGE JUST ABOVE THE TRANSMISSION OUTPUT SHAFT.","ENGINE OIL LEAKING FROM THIS LOCATION CAN BE DEPOSITED ON THE REAR TIRE, CREATING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND CHECK FOR LEAKS IN THE VICINITY OF THE SUSPECTED POROSITY. UNITS EVIDENCING SIGNS OF LEAKAGE WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 8, 2009. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -12/01/2009,09V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V462000),"Daimler Trucks North America, LLC",ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,FL-570,Vehicle,5082,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 THOMAS BUILT MVP-EF SCHOOL BUSES MANUFACTURED FROM FEBRUARY 15, 2005 THROUGH NOVEMBER 23, 2009. THE ACCELERATOR PEDAL MAY BECOME WEDGED AGAINST THE SCUFF PLATE AND BECOME STUCK IN FULL THROTTLE POSITION.",A STUCK ACCELERATOR PEDAL MAY INCREASE THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL RAISE THE ACCELERATOR PEDAL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 17, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -12/01/2009,09V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V461000),"Daimler Trucks North America, LLC",ADJUSTABLE BRAKE PEDAL ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",FL-569,Vehicle,2631,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2011 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES BUILT ON FCCC B2 CHASSIS MANUFACTURED FROM OCTOBER 15, 2004 THROUGH NOVEMBER 25, 2009, EQUIPPED WITH KONGSBERG AUTOMOTIVE ADJUSTABLE BRAKE PEDALS. THE ADJUSTABLE BRAKE PEDAL ARM MAY LOOSEN ALLOWING THE ARM TO ROTATE AROUND ITS SHAFT AND SWING IN FRONT OF THE ACCELERATOR PEDAL, REDUCING BRAKING FUNCTION.",A LOOSE BRAKE PEDAL INCREASES THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS WARRANTY CLAIMS DEPARTMENT AT 1-800-547-0712." -12/01/2009,09V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V460000),"Daimler Trucks North America, LLC",BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",FL-568,Vehicle,602,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES AND FCCC B2 CHASSIS MANUFACTURED FROM OCTOBER 1, 2007 THROUGH AUGUST 10, 2009, EQUIPPED WITH CUMMINS ISB CM2150 J1939/1587 ENGINE CONTROL UNIT, BOSCH HYDRAULIC PIN-SLIDE FRONT BRAKES, AND WEBASTO 17K BTU COOLANT HEATER. THE FRONT RIGHT HAND CROSSOVER BRAKE LINE MAY HAVE BEEN SECURED USING SHORTER OFFSET THAN SPECIFIED CLAMPS POTENTIALLY ALLOWING THE BRAKE LINE TO RUB ON THE SURROUNDING COMPONENTS. THIS MAY LEAD TO A BRAKE FLUID LEAK.",CONTINUED CONTACT BETWEEN THE BRAKE LINE AND THE SURROUNDING COMPONENTS MAY LEAD TO A LOSS OF BRAKE FLUID AND REDUCE BRAKING PERFORMANCE POTENTIALLY RESULTING IN A VEHICLE CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS. DEALERS WILL INSPECT THE UNITS AND CLAMPS WITH SHORTER OFFSET THAN SPECIFIED WILL BE REPLACED WITH LONGER OFFSET CLAMPS. ANY BRAKE LINES FOUND TO BE DAMAGED WILL BE REPLACED. REPAIRS WILL BE DONE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 23, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -12/01/2009,09V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V457000),Harley-Davidson Motor Company,FRONT FUEL TANK MOUNTS/FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,111569,"HARLEY-DAVIDSON IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 TOURING FAMILY MOTORCYCLES, INCLUDING CVO TOURING AND TRIKE PRODUCTS, MANUFACTURED FROM JUNE 6, 2008 THROUGH NOVEMBER 19, 2009. THE FRONT FUEL TANK MOUNTS MAY DISTORT IN REACTION TO SEVERE FRAME DAMAGE FROM A FRONTAL COLLISION. THIS CONDITION MAY CAUSE A FUEL LEAK AT THE WELD OF THE FRONT BRACKET TO THE TUNNEL.","A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE, WHICH COULD LEAD TO INJURY OR DEATH TO THE RIDER.","DEALERS WILL INSTALL A LEFT AND RIGHT BRACE, WHICH ARE INTENDED TO REDUCE FRONT MOUNT DISTORTION DURING CERTAIN CRASH CONDITIONS. THIS REPAIR WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -12/01/2009,09V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V463000),"Volvo Car USA, LLC",MISSING PANORAMIC ROOFS/FMVSS 201,STRUCTURE,R217,Vehicle,4,"VOLVO IS RECALLING MODEL YEAR 2010 XC60 VEHICLES BUILT WITHOUT THE PANORAMIC ROOF AND DELIVERED TO PUERTO RICO FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""",IN THE EVENT OF A CRASH THE FRONT SEAT OCCUPANTS MAY NOT HAVE PROPER PROTECTION.,THESE FOUR VEHICLES ARE IN THE POSSESSION OF DEALERS IN PUERTO RICO AND DEALERS WILL REPLACE THE HEADLINER IN THE VEHICLE PRIOR TO SALE. -12/01/2009,09V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V458000),"Daimler Trucks North America, LLC",REAR SUSPENSION FASTENERS,SUSPENSION,FL-567,Vehicle,3739,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2011 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES AND FCCC B2 CHASSIS MANUFACTURED FROM JUNE 1, 2007 THROUGH SEPTEMBER 28, 2009. FASTENERS USED TO CONNECT THE REAR SUSPENSION SPRING TO THE SUSPENSION HANGER BRACKET MAY NOT HAVE BEEN TORQUED TO SPECIFICATION. UNDER TORQUED FASTENERS MAY BECOME LOOSE AND POTENTIALLY FALL OUT.","LOOSE OR MISSING FASTENERS MAY ALLOW THE REAR SUSPENSION TO BECOME MISALIGNED, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND ADJUST THE FASTENERS AS REQUIRED. DAMAGED FASTENERS WILL BE REPLACED. REPAIRS WILL BE MADE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712. -12/01/2009,09V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V459000),Newell Coach Corp.,VARIABLE VALVE ACTUATION OIL LINE/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,113,"NEWELL IS RECALLING MODEL YEAR 2005-2008 MOTOR HOMES EQUIPPED WITH CATERPILLAR C15 ENGINE. THE VARIABLE VALVE ACTUATION OIL LINE MAY RUB AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK MAY RESULT IN A FIRE.,NEWELL IS WORKING WITH CATERPILLAR TO REMEDY THESE VEHICLES. PLEASE SEE CATERPILLAR'S DEFECT REPORT 09E-020. CATERPILLAR WILL INSPECT AND REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986. -11/30/2009,09V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V455000),Shyft Group,VARIABLE VALVE ACTUATION OIL LINE/CATERPILLAR,ENGINE AND ENGINE COOLING,09025,Vehicle,14,"SPARTAN IS RECALLING 14 MODEL YEAR 2005 AND 2006 MOTORHOMES MANUFACTURED BETWEEN NOVEMBER 12, 2004 AND MARCH 1, 2006, EQUIPPED WITH CATERPILLAR C15 ENGINE. THE VARIABLE VALVE ACTUATION OIL LINE MAY RUB AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK MAY RESULT IN A FIRE HAZARD.,"SPARTAN IS WORKING WITH CATERPILLAR TO REMEDY THESE VEHICLES. PLEASE SEE RECALL 09E-020. CATERPILLAR WILL INSPECT AND REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 7, 2009. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR SPARTAN AT 1-800-543-4277 OPTION 1." -11/27/2009,09V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V430000),"Dutchmen Manufacturing, Inc.",AXLE REPLACEMENT,POWER TRAIN,NR (Not Reported),Vehicle,24,"DUTCHMEN IS RECALLING CERTAIN TRAVEL TRAILERS WHICH WERE MANUFACTURED WITH INCORRECT AXLES. THESE VEHICLES WERE BUILT WITH AXLES RATED AT 4,400 LBS. THE VEHICLES SHOULD HAVE BEEN BUILT WITH AXLES RATED AT 5,080 LBS.",TOWING A VEHICLE WITH THE AXLE LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE AXLES ON EACH VEHICLE WITH ONE'S RATED AT 5,080 LBS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 13, 2009. OWNERS MAY CONTACT DUTCHMEN WARRANTY SERVICE DEPARTMENT AT 866-869-1109." -11/25/2009,09V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V454000),"Chrysler (FCA US, LLC)",PASSENGER SIDE AIRBAG IMPROPER DEPLOYMENT,ELECTRICAL SYSTEM,J33,Vehicle,2977,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2010 JEEP GRAND CHEROKEE PASSENGER VEHICLES MANUFACTURED FROM OCTOBER 22 THROUGH NOVEMBER 12, 2009. THE PASSENGER SIDE AIRBAG MAY NOT PROPERLY DEPLOY THROUGH THE INSTRUMENT PANEL TEAR SEAM.","THE AIRBAG MAY NOT PROPERLY PROTECT THE PASSENGER IN THE EVENT OF A CRASH, INCREASING THE RISK OF INJURY.",DEALERS WILL REPLACE THE TOP COVER OF THE INSTRUMENT PANEL FREE OF CHARGE. THE CAMPAIGN IS EXPECTED TO BEGIN IN DECEMBER 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -11/24/2009,09V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V452000),"Daimler Trucks North America, LLC",AIR INTAKE DUCT,EQUIPMENT,FL-566,Vehicle,2333,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 STERLING 360 VEHICLES. THE WEATHER RESISTANCE PROPERTIES OF THE AIR INTAKE DUCT RUBBER CUSHIONS IS INSUFFICIENT. DURING NORMAL VEHICLE OPERATION, THE RUBBER CUSHIONS DETERIORATE AND CRACK.","ALL OF THE RUBBER CUSHIONS COULD CRACK, ALLOWING THE AIR INTAKE DUCT TO FALL OFF OF THE TRUCK INCREASING THE RISK OF CRASH.","DEALERS WILL REPLACE ALL OF THE AIR INTAKE DUCT RUBBER CUSHIONS WITH COMPONENTS MANUFACTURED TO PROPER SPECIFICATIONS. THIS REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 15, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -11/24/2009,09V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V451000),"Daimler Trucks North America, LLC",ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,FL-565,Vehicle,101,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 FREIGHTLINER M2, CUSTOM CHASSIS MT55, AND STERLING ACTERRA VEHICLES MANUFACTURED BETWEEN APRIL 4, 2007 AND JULY 15, 2009, EQUIPPED WITH CUMMINS ISC CM2150 AND ISL CM2150 MODEL DIESEL ENGINES. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",DAIMLER TRUCKS IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE CUMMINS' DEFECT REPORT 09E-046. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357) OR DAIMLER TRUCKS AT 1-800-547-0712. -11/24/2009,09V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V453000),"Mercedes-Benz USA, LLC",FUEL LINE QUICK CONNECTOR,"FUEL SYSTEM, OTHER",2009110005,Vehicle,352,"MERCEDES-BENZ IS RECALLING MODEL YEAR 2009 550 G-CLASS VEHICLES. THE FUEL LINE QUICK CONNECTORS LOCATED UNDER THE VEHICLE AWAY FROM THE ENGINE COMPARTMENT MAY NOT HAVE BEEN CONNECTED PROPERLY ON THE ASSEMBLY LINE AND COMPLETELY SEATED IN THE CONNECTION. IN CASE OF A FRONTAL CRASH, THE FUEL PUMP WOULD NO LONGER FUNCTION BUT A PARTIAL DISLOCATION OF THE LINE COULD LEAD TO A POTENTIAL FOR FUEL LOSS FROM THE LINE AT THE QUICK CONNECTOR.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL CHECK THE CONNECTION OF THE FUEL LINE QUICK CONNECTORS AND INSTALL A NEW CLAMP TO ASSURE THE QUICK CONNECTORS SECURE CONNECTION. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JANUARY 2010. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372. -11/20/2009,09V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V450000),Blue Bird Body Company,INCORRECT TIRE AND LOADING PLACARD,EQUIPMENT,R09PX,Vehicle,376,"CERTAIN MODEL YEAR 2006 THROUGH 2010 BLUE BIRD MICRO BIRD SINGLE REAR WHEEL MODEL SCHOOL BUSES MANUFACTURED FROM AUGUST 31, 2005 THROUGH SEPTEMBER 27, 2009, FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" IF THE VEHICLE IS NOT EQUIPPED WITH A SPARE TIRE, THEN THE TIRE AND LOADING PLACARD SHOULD INDICATE ""NONE"" UNDER THE SIZE AND RECOMMENDED TIRE INFLATION PRESSURE. THE PLACARD LISTED INFLATION PRESSURE FOR A SPARE TIRE THAT WAS THE SAME AS THE FRONT TIRE INFLATION PRESSURE.","INFLATION PRESSURE REQUIRED FOR THE REAR TIRES COULD BE HIGHER THAN THE FRONT TIRE WHICH COULD CAUSE PREMATURE TIRE WEAR RESULTING IN A POTENTIAL TIRE FAILURE, INCREASING THE RISK OF A VEHICLE CRASH.","BLUE BIRD WILL PROVIDE REPLACEMENT TIRE AND LOADING PLACARDS WITH THE APPROPRIATE SPARE TIRE INDICATED TO OWNERS FREE OF CHARGE. THE CAMPAIGN BEGAN ON DECEMBER 29, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -11/19/2009,09V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V456000),"CUES, INC.",AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,269,"CUES, INC. IS RECALLING CERTAIN MODEL YEAR 2007-2009 SERVICE VEHICLES BUILT ON VARIOUS CHASSIS EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,"CUES IS WORKING WITH CARRIER TO REMEDY THE AFFECTED VEHICLES. REPAIRS WILL BE MADE BY CARRIER FREE OF CHARGE. PLEASE SEE CARRIER'S DEFECT REPORT 09E-053. THE SAFETY RECALL BEGAN ON JANUARY 5, 2010. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059 OR CUES AT 1-407-849-0190." -11/19/2009,09V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V449000),"Mitsubishi Fuso Truck of America, Inc.",AIR INTAKE DUCT,EQUIPMENT,C1004110,Vehicle,16384,"MITSUBISHI FUSO IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2010 FE83D, FE84D, FE85D AND FG84D VEHICLES. THE WEATHER RESISTANCE PROPERTIES OF THE AIR INTAKE DUCT RUBBER CUSHIONS IS INSUFFICIENT. DURING NORMAL VEHICLE OPERATION, THE RUBBER CUSHIONS DETERIORATE AND CRACK, CAUSING ABNORMAL NOISE.","ALL OF THE RUBBER CUSHIONS COULD CRACK, ALLOWING THE AIR INTAKE DUCT TO FALL OFF OF THE TRUCK INCREASING THE RISK OF CRASH.","DEALERS WILL REPLACE ALL OF THE AIR INTAKE DUCT RUBBER CUSHIONS WITH COMPONENTS MANUFACTURED TO PROPER SPECIFICATIONS. THIS REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 19, 2010. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -11/19/2009,09V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V447000),"Ferrari North America, Inc.",FUEL LINE DIVIDER,"FUEL SYSTEM, OTHER",48,Vehicle,2356,FERRARI IS RECALLING CERTAIN MODEL YEAR 1995 THROUGH 1999 FERRARI 355 AND 355 F1 VEHICLES. INDEPENDENT AUTOMOBILE REPAIR FACILITIES MAY HAVE IMPROPERLY INSTALLED CERTAIN SCREW CLAMPS THAT ARE LOCATED IN CLOSE PROXIMITY TO THE FUEL LINES AND THAT FASTEN THE WATER SLEEVE TO THE THERMOSTAT CONNECTION. THE IMPROPER INSTALLATION OF THESE SCREW CLAMPS MAY DAMAGE THE FUEL SUPPLY PIPES.,"FLUID COULD LEAK INTO THE ENGINE COMPARTMENT, CAUSING SMOKE AND, IN SOME CIRCUMSTANCES, A FIRE, RENDERING THE VEHICLE INOPERABLE AND POSSIBLY RESULTING IN A CRASH.","DEALERS WILL INSTALL A NEW FUEL DIVIDER BLOCK, WHICH WILL SERVE TO PROVIDE A GREATER DISTANCE BETWEEN THESE SCREW CLAMPS AND THE FUEL LINES. THIS WILL ELIMINATE THE POSSIBILITY OF ANY DAMAGE TO THE FUEL SUPPLY PIPES WHICH COULD CAUSE FLUID LEAKAGE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 16, 2009. OWNERS MAY CONTACT FERRARI AT 1-201-816-2600." -11/18/2009,09V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V446000),Motor Coach Industries,ALTERNATOR CABLE ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1007,"MCI IS RECALLING CERTAIN MODEL YEAR 2005-2008 D4000, MODEL YEAR 2005-2009 D4500 AND D4505 TRANSIT BUSES, EQUIPPED WITH CATERPILLAR C13 ENGINE AND 50DN ALTERNATOR. THE ALTERNATOR CABLE MAY BECOME LOOSE WITHIN THE CABLE CLAMP, WHICH COULD RESULT IN CHAFING OF THE ALTERNATOR CABLE AND POSSIBLE ARCING OF THE CABLE WIRES.",THIS COULD RESULT IN A FIRE.,"MCI WILL NOTIFY OWNERS AND REPLACE THE ALTERNATOR CABLE CLAMP AND RELATED HARDWARE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2009. OWNERS MAY CONTACT MCI CUSTOMER SERVICE AT 1-800-241-2947." -11/18/2009,09E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E062000),SAF-Holland,KINGPIN CRACKS,SUSPENSION,NR (Not Reported),Equipment,86,SAF-HOLLAND IS RECALLING CERTAIN KINGPINS TYPE 64 AND 65 SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR TRACTOR TRAILERS. THE SUBJECT KINGPINS CONTAIN DEFECTS THAT WILL ALLOW THE KINGPIN TO CRACK RESULTING IN THE SEPARATION OF THE TRACTOR TRAILER.,SERIOUS INJURY OR DEATH COULD OCCUR SHOULD THE TRACTOR TRAILER SEPARATE WHILE IN OPERATION.,"SAF-HOLLAND WILL NOTIFY OWNERS OF RECORD AND REPLACE THE DEFECTIVE KINGPINS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 7, 2010. OWNERS MAY CONTACT SAF-HOLLAND TOLL-FREE AT 1-888-396-6501." -11/18/2009,09C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C009000),"Evenflo Company, Inc.",MISSING LABELS,CHILD SEAT,NR (Not Reported),Child Seat,3728,"CERTAIN EVENFLO FIRST CHOICE INFANT CHILD RESTRAINT SYSTEMS, MODEL 3604098, MANUFACTURED BETWEEN JANUARY 16 AND SEPTEMBER 29, 2009, FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" A LABEL CONTAINING IMPORTANT INFORMATION WAS LEFT OFF THE SEAT.","A LABEL WAS INADVERTENTLY LEFT OFF THIS PRODUCT THAT CONTAINS CERTAIN REQUIRED INFORMATION ABOUT CONTACTING EVENFLO TO REGISTER THE CAR SEAT IN CASE OF A RECALL, INFORMATION ABOUT CONTACTING THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION FOR RECALL INFORMATION, AS WELL AS A STATEMENT CERTIFYING THAT THE CAR SEAT COMPLIES WITH THE SAFETY STANDARD AND IS CERTIFIED FOR USE IN AIRCRAFT.","EVENFLO WILL MAIL THE REQUIRED LABELS ALONG WITH PLACEMENT INSTRUCTIONS TO REGISTERED OWNERS FREE OF CHARGE. THE SAFETY CAMPAIGN BEGAN ON NOVEMBER 20, 2009. OWNERS MAY CONTACT EVENFLO TOLL-FREE AT 1-800-233-5921 BETWEEN 8AM AND 5PM EST." -11/18/2009,09E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E063000),Honda (American Honda Motor Co.),NOSE MASK ACCESSORY,EQUIPMENT,NR (Not Reported),Equipment,3700,"HONDA IS RECALLING AFTERMARKET FULL NOSE MASKS, PART NUMBER 08P35-TA0-100 AND 08P35-TA6-100 MANUFACTURED BETWEEN AUGUST 9, 2007 THROUGH DECEMBER 11, 2007. THE ACCESSORY WAS DESIGNED SPECIFICALLY FOR MODEL YEAR 2008-2010 HONDA ACCORD 4-DOOR VEHICLES. IT IS POSSIBLE FOR THE NOSE MASK MATERIAL TO INTERFERE WITH PART OF THE HOOD LATCH. IF THE HOOD HAS NOT BEEN COMPLETELY CLOSED AND THE NOSE MASK INTERFERES WITH THE SECONDARY HOOD LATCH MECHANISM THE HOOD MAY POP OPEN WHILE THE VEHICLE BEING DRIVEN.",THIS MAY RESULT IN REDUCED DRIVER VISIBILITY THAT COULD INCREASE THE RISK OF A CRASH.,HONDA IS ASKING OWNERS TO PLEASE REMOVE THE NOSE MASK IMMEDIATELY AND CALL ANY AUTHORIZED HONDA DEALER TO MAKE AN APPOINTMENT TO RETURN THE NOSE MASK AND HAVE IT REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 2009. OWNERS MAY CONTACT HONDA CUSTOMER SERVICE AT 1-800-999-1009. -11/18/2009,09V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V444000),Toyota Motor Engineering & Manufacturing,REAR CROSS MEMBER ASSEMBLY CORROSION,STRUCTURE,SSC90/90M,Vehicle,110000,"TOYOTA IS RECALLING MODEL YEAR 2000-2003 TUNDRA VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN AND THE DISTRICT OF COLUMBIA. EXCESSIVE CORROSION OF THE REAR CROSS MEMBER MAY CAUSE THE SEPARATION OF THE SPARE TIRE STOWED UNDER THE TRUCK BED WHICH WOULD PRESENT A ROAD HAZARD THAT COULD CAUSE A CRASH. ALSO, CORROSION OF THE REAR CROSS MEMBER COULD AFFECT THE REAR BRAKE LINES AND THE PROPORTIONING VALVE RESULTING IN DIMINISHED BRAKING CAPABILITY.",SEPARATION OF THE SPARE TIRE AND DIMINISHED BRAKE CAPACITY COULD INCREASE THE RISK OF A CRASH.,"TOYOTA IS ASKING OWNERS OF THE AFFECTED VEHICLES TO REMOVE THE SPARE TIRE FROM UNDER THE VEHICLE UNTIL A REMEDY CAN BE OBTAINED. DEALERS WILL INSPECT THE REAR CROSS MEMBER AND RELATED COMPONENTS, INCLUDING THE BRAKE LINES, AND REPLACE THEM IF NECESSARY. IF THE CROSS MEMBER DOES NOT NEED TO BE REPLACED, IT WILL BE SPRAYED WITH A CORROSION PROTECTION COMPOUND. THESE SERVICES WILL BE PERFORMED FREE OF CHARGE, HOWEVER MULTIPLE VISITS TO THE DEALER MAY BE REQUIRED. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 30, 2010. OWNER MAY CONTACT TOYOTA AT 1-800-331-4331." -11/18/2009,09V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V445000),"Volvo Car USA, LLC",SEAT CONTROL PANEL,SEATS,R216,Vehicle,8438,VOLVO IS RECALLING MODEL YEAR 2010 XC60 VEHICLES. THE DRIVER'S SEAT SIDE COVER PANEL (SEAT CONTROL PANEL) IN CERTAIN DRIVER'S SIDE IMPACTS MAY RELEASE THE ATTACHMENT OF THE SEATBELT TO THE SEAT FRAME.,SHOULD THIS CONDITION OCCUR IN A CRASH THE SEATBELT MAY FAIL TO PROPERLY RESTRAIN THE OCCUPANT INCREASING THE RISK OF INJURY.,"DEALERS WILL MODIFY THE INSIDE OF THE DRIVER'S SEAT SIDE COVER PANEL FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 22, 2009. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -11/17/2009,09V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V442000),Medtec Ambulance Corporation,AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,35-1570451,Vehicle,14,"MEDTEC AMBULANCE IS RECALLING CERTAIN MODEL YEAR 2007-2009 AD-170, FD-160 AND PD-168 AMBULANCES EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,"MEDTEC AMBULANCE WILL NOTIFY OWNERS AND THE AMBULANCES WILL BE REPAIRED BY CARRIER FREE OF CHARGE. PLEASE SEE CARRIER'S DEFECT REPORT 09E-053. THE SAFETY RECALL BEGAN ON NOVEMBER 19, 2009. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059 OR MEDTEC AMBULANCE AT 1-574-534-1318." -11/17/2009,09V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V443000),"Tiffin Motorhomes, Inc.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,528,"TIFFIN IS RECALLING CERTAIN RECREATIONAL VEHICLE EQUIPPED WITH NORCOLD MODEL 1200LR AND 1200LRIM REFRIGERATORS, MANUFACTURED FROM DECEMBER 1, 2001, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",TIFFIN IS WORKING WITH NORCOLD AND TIFFIN WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE BY NORCOLD. PLEASE SEE NORCOLD'S DEFECT REPORT 09E-027. OWNERS MAY CONTACT NORCOLD'S RECALL CENTER AT 1-800-767-9101. -11/17/2009,09V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V441000),Blue Bird Body Company,WHEELCHAIR LIFT POWER CABLE/FIRE,EQUIPMENT ADAPTIVE/MOBILITY,R09PW,Vehicle,180,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2010 VISION SCHOOL BUSES MANUFACTURED BETWEEN MAY 12 AND SEPTEMBER 10, 2009 THAT WERE EQUIPPED WITH AN OPTIONAL WHEELCHAIR LIFT. THE WHEELCHAIR LIFT POWER CABLE MAY COME IN CONTACT WITH THE ENGINE EXHAUST MANIFOLD.","SHOULD THE CABLE CONTACT THE MANIFOLD, ITS INSULATION WOULD MELT CAUSING A POTENTIAL FOR A DIRECT SHORT WHICH COULD RESULTIN A VEHICLE FIRE.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE WHEELCHAIR LIFT POWER CABLE AND REPAIR IF NECESSARY. THE SAFETY RECALL BEGAN ON DECEMBER 17, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -11/16/2009,09E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E061000),Ricon Corporation,WHEELCHAIR LIFTS/UP BUTTON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,3367,"RICON IS RECALL CERTAIN S SERIES AND K SERIES L-MODEL WHEELCHAIR LIFTS MANUFACTURED BETWEEN SEPTEMBER 2007 AND OCTOBER 2009, SOLD AS ORIGINAL EQUIPMENT FOR VARIOUS SPECIALTY VEHICLES AND SOLD THROUGH AFTERMARKET SALES. DUE TO A PROBLEM IN THE SOFTWARE THAT CONTROLS THE LIFTS UP FUNCTION, IF THE SWITCH IS RELEASED BEFORE THE FLOOR LEVEL LIMIT SWITCH IS ACTIVATED, THE LIFT MAY CONTINUE ITS UPWARD TRAVEL FOR APPROXIMATELY 1 SECOND BEFORE STOPPING. THE CONTINUED UPWARD TRAVEL MAY OVERRUN THE FLOOR LEVEL CUT OFF POINT.","WHEN THE PLATFORM OVERRUNS THE VEHICLE FLOOR LEVEL AND STOPS AT AN ANGLE FROM 15-20 DEGREES, IT IS POSSIBLE FOR A PERSON IN A WHEELCHAIR TO TIP OVER AND FOR SOMEONE STANDING ON THE PLATFORM TO FALL, POSSIBLY RESULTING IN INJURIES.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. RICON WILL NOTIFY OWNERS WHO PURCHASED THE AFFECTED LIFTS AS AFTERMARKET OR REPLACEMENT EQUIPMENT. THE LIFTS WILL BE REPAIRED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 1, 2010. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR RICON AT 1-818-267-3000." -11/13/2009,09E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E059000),"BELKIN INTERNATIONAL, INC.",AFTERMARKET CIGARETTE LIGHTER ADAPTER,EQUIPMENT,NR (Not Reported),Equipment,241000,"BELKIN IS RECALLING CERTAIN AFTERMARKET TUNEBASE CIGARETTE LIGHTER ADAPTERS SOLD FOR USE IN MOTOR VEHICLES. THE PRODUCTS BEING RECALLED ARE TUNEBASE FM WITH HANDS-FREE, MODEL NO. F8Z441 / F8Z441EA, TUNEBASE DIRECT WITH HANDS-FREE, MODEL NO. F8Z442 / F8Z442EA, AND TUNEBASE FM WITH CLEAR SCAN, MODEL NO. F8Z176 / F8Z176EABLK. THE PLASTIC WASHER CAN CAUSE AN ELECTRICAL SHORT CIRCUIT WHEN PLUGGED INTO A VEHICLE'S CIGARETTE LIGHTER ADAPTER.","IF THE ADAPTER IS PLUGGED IN FOR A LONG PERIOD OF TIME, A SHORT CIRCUIT COULD OCCUR, POSSIBLY RESULTING IN A FIRE.","BELKIN WILL NOTIFY OWNERS OF RECORD AND REPLACE THE ADAPTERS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 1, 2009. OWNERS MAY CONTACT BELKIN TRAFFIC AT 1-317-837-7308." -11/13/2009,09V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V434000),"ENG MOBILE SYSTEM, INC",AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,NR (Not Reported),Vehicle,53,"E-N-G MOBILE SYSTEM IS RECALLING CERTAIN MODEL YEAR 2008 CHEVROLET W5500, MODEL YEAR 2007-2009 DODGE 3500, MODEL YEAR 2009 MIGHTY MOVER, MODEL YEAR 2006-2009 FORD E-250, E-350 AND E-450, MODEL YEAR 2008-2009 GMC W4500, MODEL YEAR 2007 INTERNATIONAL 4300, MODEL YEAR 2009 TOYOTA LAND CRUISER VEHICLES EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,E-N-G MOBILE SYSTEM WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED BY CARRIER FREE OF CHARGE. PLEASE SEE CARRIER'S DEFECT REPORT 09E-053. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2009. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059 OR E-N-G MOBILE SYSTEM AT 1-925-798-4060. -11/09/2009,09V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V440000),Farber Specialty Vehicles,AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,NR (Not Reported),Vehicle,53,"FARBER IS RECALLING CERTAIN MODEL YEAR COMMERCIAL SPECIALTY VEHICLES MANUFACTURED BETWEEN MARCH 4 AND OCTOBER 20, 2009, EQUIPPED WITH CARRIER AIRV CEILING UNITS, MODEL NOS. 68RV0010BA, 68RV0012CA, AND 68RV0010EA. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,"FARBER WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE REPAIRS WILL BE PERFORMED BY CARRIER. THE SAFETY RECALL BEGAN ON NOVEMBER 17, 2009. OWNERS MAY CONTACT CARRIER AT 1-877-584-7059 OR FARBER AT 1-800-331-3188." -11/09/2009,09V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V439000),COUNTRY COACH INC,P-CLIPS RETAINING THE OIL LINE/OIL LEAK/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,10,"COUNTRY COACH IS RECALLING CERTAIN MODEL YEAR 2007 AND 2008 MOTORHOMES MANUFACTURED BETWEEN APRIL 2006 AND MARCH 2008, EQUIPPED WITH CATERPILLAR C15 ENGINES. THE VARIABLE VALVE ACTUATION (VVA) OIL LINE MAY WEAR AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK COULD RESULT IN A FIRE.,"COUNTRY COACH IS WORKING WITH CATERPILLAR TO REPAIR THE ENGINES. THE FREE REPAIR WILL BE PERFORMED BY CATERPILLAR. PLEASE SEE CATERPILLAR'S SAFETY RECALL CAMPAIGN 09E-020. THE SAFETY RECALL BEGAN ON OCTOBER 23, 2009. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR COUNTRY COACH AT 1-541-998-3720." -11/06/2009,09V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V437000),"Erwin Hymer Group North America, Inc.",BRAKE LINE CLEARANCE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,520,"ROADTREK IS RECALLING CERTAIN MODEL YEAR 2007-2009 CLASS B ROADTREK RSAD, SSAD, RSAF AND SSAF MOTORHOMES BUILT ON CHRYSLER SPRINTER VAN CHASSIS. THE BRAKE LINE COMES IN CLOSE PROXIMITY TO THE BATTERY AND BATTERY TRAY AND CAN RUB AGAINST THEM. THIS SITUATION CAN DAMAGE THE COATING ON THE BRAKE LINE AND EXPOSE THE BARE STEEL. ALSO, BATTERY ACID CAN DRIP ON THE BRAKE LINE.",EITHER OF THESE DEFECTS COULD RESULT IN A BRAKE FLUID LEAK WHICH COULD CAUSE PARTIAL BRAKE FAILURE. THIS COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE BRAKE LINE FOR ADEQUATE CLEARANCE BETWEEN THE LINE AND THE BATTERY AND BATTERY TRAY. WHEN REQUIRED THEY WILL MOVE THE BRAKE LINE IF NOT COMPROMISED. IF COMPROMISED THEY WILL REPLACE THE LINE AND INSTALL IT WITH ADEQUATE CLEARANCE. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 30, 2009. OWNERS MAY CONTACT ROADTREK AT 1-888-762-3872." -11/06/2009,09V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V438000),"Chrysler (FCA US, LLC)",WINDSHIELD WIPER SYSTEM,VISIBILITY,J28,Vehicle,82079,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2007 DODGE NITRO PASSENGER VEHICLES. THE WINDSHIELD WIPER SYSTEM MAY EXPERIENCE A CONDITION OVER TIME WHERE HIGH USAGE OF THE VARIABLE PAUSE WIPER FUNCTION (""DELAY"" MODE) MAY EVENTUALLY AFFECT PRIMARY WIPER FUNCTION, RENDERING THE WIPER SYSTEM INOPERABLE.",INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE IMPAIRED VISIBILITY INCREASING THE RISK OF A CRASH.,DEALERS WILL INSPECT AND ADD EXTERNAL RELAYS AND UPDATE THE TOTALLY INTEGRATED POWER MODULE SOFTWARE TO CONTROL THE WIPER FUNCTIONS. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-835-1403. -11/05/2009,09V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V435000),"Mitsubishi Motors North America, Inc.",FRONT SENSOR SAFETY,AIR BAGS,NR (Not Reported),Vehicle,29353,"MITSUBISHI IS RECALLING MODEL YEAR 2008-2009 LANCER AND LANCER EVOLUTION VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN AND DISTRICT OF COLUMBIA. IN AREAS WHERE HEAVY ROAD SALT IS USED IN THE WINTER, A LONG TERM EXPOSURE TO A MIXTURE OF MELTED SNOW WITH SALT THROWN UP BY THE OTHER VEHICLES ON THE ROAD MAY CAUSE A WATER-SALT MIXTURE TO ADHERE TO THE FRONT IMPACT SENSORS.",THIS COATING OVER TIME MAY CAUSE CORROSION OF THE SENSOR. IN THE EVENT OF A VEHICLE CRASH OF THE TYPE THAT WOULD DEPLOY THE AIRBAGS THIS TYPE OF SHORT-CIRCUIT MAY CAUSE A DELAY IN THE DEPLOYMENT OF THE AIRBAGS WHICH COULD RESULT IN DRIVER OR PASSENGER INJURY.,"DEALERS WILL INSTALL NEW FRONT AIRBAG SENSORS THAT HAVE IMPROVED CORROSION RESISTANCE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 27, 2009. OWNERS MAY CONTACT MITSUBISHI CUSTOMER RELATIONS DEPARTMENT AT 1-888-648-7820." -11/05/2009,09V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V436000),"Chrysler (FCA US, LLC)",TRANSMISSION OVERHEATING / FIRE,POWER TRAIN,J30,Vehicle,88461,"CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2008 JEEP WRANGLER VEHICLES MANUFACTURED FROM JUNE 2006 THROUGH JULY 2008, EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THESE VEHICLES WERE NOT EQUIPPED WITH A TRANSMISSION FLUID TEMPERATURE WARNING SYSTEM.",FLUID COULD BOIL OVER AND MAY COME INTO CONTACT WITH A HOT ENGINE OR EXHAUST COMPONENT AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND INSTALL A ""HOTOIL"" MESSAGE IN THE INSTRUMENT CLUSTER AND A CHIME INDICATING AN ELEVATED TRANSMISSION FLUID CONDITION. THE RECALL BEGAN ON FEBRUARY 22, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-835-1403." -11/03/2009,09V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V431000),"Nissan North America, Inc.",BRAKE MASTER CYLINDER/ROBERT BOSCH,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10586,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2008 SENTRA PASSENGER VEHICLES EQUIPPED WITH BOSCH MASTER CYLINDERS. BRAKE FLUID MAY LEAK FROM THE MASTER CYLINDER. IF THE AMOUNT OF BRAKE FLUID IN THE MASTER CYLINDER RESERVOIR DECREASES TO BELOW THE MINIMUM LEVEL, THE BRAKE SYSTEM WARNING INDICATOR WILL ILLUMINATE AS DESIGNED AND THE BRAKES WILL NOT FUNCTION PROPERLY.","IF THE WARNING LAMP IS CONTINUOUSLY IGNORED, ONE OF THE BRAKE CIRCUITS ON THE VEHICLE MAY FAIL INCREASING STOPPING DISTANCES AND INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE MASTER CYLINDER BRAKE BOOSTER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 14, 2009. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/03/2009,09V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V432000),Motor Coach Industries,HORIZON LED SIDE DESTINATION SIGN/LUMINATOR,INTERIOR LIGHTING,335,Vehicle,701,"MCI IS RECALLING CERTAIN MODEL YEAR 2002-2009 D SERIES COACHES, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","MCI WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR MCI CUSTOMER SERVICE AT 1-800-241-2947." -11/03/2009,09E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E058000),CUSTOM CHROME,REPLACEMENT MOTORCYCLE HANDLEBARS,EQUIPMENT,NR (Not Reported),Equipment,662,CUSTOM CHROME IS RECALLING CERTAIN AFTERMARKET SANTEE BONANZA MOTORCYCLE HANDLEBARS SOLD AS REPLACEMENT EQUIPMENT FOR VARIOUS HARLEY-DAVIDSON MOTORCYCLES. THE WELD ATTACHING THE LOWER HORIZONTAL PORTION OF THE HANDLEBAR TO THE VERTICAL PORTION OF THE HANDLEBAR CAN FAIL CAUSING THE HANDLEBAR COMPONENTS TO SEPARATE.,"SEPARATION OF THE HANDLEBAR COMPONENTS DURING OPERATION COULD CAUSE A CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","CUSTOM CHROME WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE HANDLEBARS FREE OF CHARGE OR OFFER A FULL REFUND. THE SAFETY RECALL BEGAN ON NOVEMBER 13, 2009. OWNERS MAY CONTACT CUSTOM CHROME AT 1-877-248-5840." -11/03/2009,09E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E060000),Ricon Corporation,WHEELCHAIR LIFTS/INTERLOCK BELT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,12649,"RICON IS RECALLING CERTAIN S SERIES, K SERIES, AND F9 SERIES WHEELCHAIR LIFTS SOLD AS ORIGINAL EQUIPMENT FOR USE ON VARIOUS SPECIALITY VEHICLES AND SOLD THROUGH AFTERMARKET SALES. THE LIFT IS EQUIPPED WITH A RESTRAINT BELT THAT HAS AN INTERLOCK FEATURE DESIGNED TO PREVENT THE LIFT FROM OPERATING IF THE BUCKLE IS NOT LATCHED. HOWEVER, IF THE BUCKLE IS NOT FULLY LATCHED IN THE AFFECTED VEHICLES, THE LIFT CAN OPERATE.","IF THE BUCKLE IS NOT FULLY LATCHED, THE LIFT CAN OPERATE AND A WHEELCHAIR MAY NOT BE ADEQUATELY PROTECTED AGAINST MOVEMENT, POSSIBLY RESULTING IN INJURY TO THE WHEELCHAIR OCCUPANT.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. ALL AFFECTED LIFTS WILL RECEIVE INSTRUCTIONAL AND WARNING LABELS FREE OF CHARGE. RICON WILL NOTIFY OWNERS WHO PURCHASED THE AFFECTED LIFTS AS AFTERMARKET OR REPLACEMENT EQUIPMENT. THE RECALL BEGAN ON FEBRUARY 1, 2010. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR RICON AT 1-818-267-3000." -11/02/2009,09V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V433000),Shyft Group,ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,09024,Vehicle,117,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 FIRE APPARATUS AND AMBULANCE CAB/CHASSIS MANUFACTURED BETWEEN JUNE 2, 2008 AND SEPTEMBER 2, 2009, EQUIPPED WITH CUMMINS ISC CM2150 AND ISL CM2150 MODEL DIESEL ENGINES. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.","SPARTAN IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE 09E-046. THE SAFETY RECALL BEGAN ON NOVEMBER 13, 2009. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357) OR SPARTAN CHASSIS AT 1-800-543-4277 - OPTION 1." -11/02/2009,09V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V429000),"Dutchmen Manufacturing, Inc.",FEDERAL ID LABEL/FMVSS 567 CERTIFICATION,EQUIPMENT,NR (Not Reported),Vehicle,106,"DUTCHMEN IS RECALLING CERTAIN TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. PART 567, ""CERTIFICATION."" THESE VEHICLES WERE MANUFACTURED WITH THE INCORRECT AXLE INFORMATION PRINTED ON THE FEDERAL CERTIFICATION LABEL.",TOWING A VEHICLE WITH THE AXLE LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING AND INCREASING THE RISK OF A CRASH.,"DUTCHMEN WILL MAIL THE CORRECTED TAG TO CONSUMERS OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FOR THEM FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 13, 2009. OWNERS MAY CONTACT DUTCHMEN AT 1-866-869-1109." -11/02/2009,09V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V424000),"Jaguar Land Rover North America, LLC",FUEL DELIVERY MODULE ASSEMBLY,"FUEL SYSTEM, GASOLINE",J016,Vehicle,2131,JAGUAR IS RECALLING CERTAIN MODEL YEAR 2010 VEHICLES. THE FUEL TRANSFER PIPE IN THE FUEL TANK MAY BE KINKED. THIS MAY RESTRICTS FUEL BEING TRANSFERRED FROM ONE SIDE OF THE FUEL TANK TO THE FUEL PUMP CAUSING FUEL STARVATION AT LOW FUEL LEVELS.,FUEL STARVATION TO THE ENGINE CAN CAUSE THE ENGINE TO STALL WITHOUT WARNING AND COULD POTENTIALLY CAUSE A CRASH.,"DEALERS WILL HAVE THE FUEL TANK ASSEMBLY REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2009. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -11/02/2009,09V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V428000),"Daimler Trucks North America, LLC",GRID HEATER/DETROIT DIESEL (DD13),ENGINE AND ENGINE COOLING,09C-5,Vehicle,1726,"DAIMLER TRUCKS IS RECALLING MODEL YEAR 2009-2010 FREIGHTLINER, AND STERLING VEHICLES EQUIPPED DETROIT DIESEL DD13 EPA07 ENGINES WHICH WERE MANUFACTURED WITH GRID HEATERS. INCREASED INTERNAL GRID HEATER RESISTANCE CAUSED BY IMPROPERLY TIGHTENED SCREWS MAY MELT THE SOLDER ON THE GRID HEATER CIRCUIT BOARD LEADING TO A SHORT CIRCUIT.",A SHORT CIRCUIT COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DETROIT DIESEL WILL REPAIR VEHICLES FREE OF CHARGE. THE ENGINE CONTROL LOGIC WILL BE REPROGRAMMED TO PROVIDE COLD WEATHER STARTING WITHOUT THE NEED OF A GRID HEATER. WIRING TO THE GRID HEATER WILL BE REMOVED. THE SAFETY RECALLBEGAN ON DECEMBER 18, 2009. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5800 OR DAIMLER TRUCKS AT 1-800-547-0712." -10/30/2009,09V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V425000),"Navistar, Inc.",ELECTRONIC CONTROL MODULE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2008 AND 2010 EMERGENCY VEHICLES MANUFACTURED BETWEEN JUNE 12, 2007 AND JUNE 24, 2009, EQUIPPED WITH CUMMINS ISB CM2150, ISC CM2150, ISL CM2150, ISM CM876, AND ISX CM871 MODEL DIESEL ENGINES. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",CUMMINS IS CONDUCTING THIS CAMPAIGN AND WILL PROVIDE THE REMEDY FREE OF CHARGE. PLEASE SEE CUMMINS DEFECT REPORT 09E-046. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357. -10/30/2009,09V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V423000),Glaval Bus,OVERHEATING AIR CONDITIONING SYSTEM/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,4,GLAVAL BUS IS RECALLING CERTAIN TRANSIT BUSES EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.,"AN ELECTRICAL FAILURE IN THE RELAY BOARD, CAN CAUSE OVERHEATING AND POSE A SERIOUS FIRE HAZARD.","GLAVAL BUS WILL NOTIFY THE OWNER AND THE BUS WILL BE REPAIRED FREE OF CHARGE. THE REPAIR WILL BE PERFORMED BY TRANS/AIR. PLEASE ALSO SEE TRANS/AIR DEFECT REPORT 09E-042. THE SAFETY RECALL BEGAN ON NOVEMBER 10, 2009. OWNERS MAY CONTACT TRANS/AIR WARRANT AND SERVICE DEPARTMENT AT 1-800-673-2448." -10/29/2009,09V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V418000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,EXHAUST CHANNEL,ENGINE AND ENGINE COOLING,2010040002,Vehicle,14423,SPRINTER IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2003 VANS SOLD AS DODGE AND FREIGHTLINER VEHICLES. THE INTAKE MANIFOLDS MAY HAVE CORRODED. A CHEMICAL REACTION INVOLVING SULFUR IN THE DIESEL FUEL THAT TAKES PLACE UNDER CERTAIN CONDITIONS CAN LEAD TO THE FORMATION OF SULFURIC ACID IN THE EXHAUST CHANNEL OF THE INTAKE MANIFOLD.,"INTAKE MANIFOLD CORROSION MAY LEAD TO AN EXHAUST GAS LEAK, DAMAGE TO THE FUEL RETURN LINE WHICH COULD CAUSE A FUEL LEAK, AND HEAT DAMAGE TO THE INSULATION AT THE FRONT WALL.","DEALERS WILL INSPECT AND REPLACE THE INTAKE MANIFOLD FREE OF CHARGE. CHRYSLER, LLC IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. THE RECALL BEGAN ON JUNE 4, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403 OR SPRINTER AT 843-695-5031." -10/29/2009,09V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V420000),"Chrysler (FCA US, LLC)",FRONT WHEEL SPINDLE NUT,WHEELS,J27,Vehicle,12656,CHRYSLER IS RECALLING CERTAIN MODEL YEAR 2009 THROUGH 2010 PASSENGER VEHICLES EQUIPPED WITH REAR WHEEL DRIVE. THESE VEHICLES MAY HAVE BEEN BUILT WITHOUT A FRONT WHEEL SPINDLE NUT.,"WHILE DRIVING, A TIRE AND WHEEL SEPARATION COULD OCCUR INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TIRE AND WHEEL ASSEMBLY AND IF FOUND WITHOUT A SPINDLE NUT IT WILL BE REPAIRED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 2, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-835-1403." -10/29/2009,09V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V419000),"General Motors, LLC",FUEL PUMP MODULE,"FUEL SYSTEM, GASOLINE",090226,Vehicle,69139,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2006 CHEVROLET COBALT AND SATURN ION VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ARIZONA AND NEVADA; AND MODEL YEAR 2007 CHEVROLET COBALT, PONTIAC G5 AND SATURN ION VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ARIZONA, CALIFORNIA, FLORIDA, NEVADA AND TEXAS. THE PLASTIC SUPPLY OR RETURN PORT ON THE MODULAR RESERVOIR ASSEMBLY MAY CRACK. IF EITHER OF THESE PORTS DEVELOPS A CRACK, FUEL WILL LEAK FROM THE AREA. IF THE CRACK BECOMES LARGE ENOUGH, FUEL MAY BE OBSERVED DRIPPING ONTO THE GROUND AND VEHICLE PERFORMANCE MAY BE AFFECTED.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL PUMP MODULE FREE OF CHARGE. A SPECIAL COVERAGE WILL BE IMPLEMENTED IN THE SAME TIME FRAME FOR MODEL YEAR 2006 VEHICLES REGISTERED IN ALABAMA, ARKANSAS, CALIFORNIA, FLORIDA, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NORTH CAROLINA, NEW MEXICO, OKLAHOMA, SOUTH CAROLINA, TENNESSEE AND TEXAS AND MODEL YEAR 2007 VEHICLES REGISTERED IN: ALABAMA, ARKANSAS, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NORTH CAROLINA, NEW MEXICO, OKLAHOMA, SOUTH CAROLINA AND TENNESSEE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 4, 2010. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, SATURN AT 1-800-972-8876 AND PONTIAC AT 1-800-620-7668 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -10/29/2009,09V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V426000),"Champion Bus, Inc.",ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,6,CHAMPION BUS IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 TRANSIT BUSES EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","CHAMPION BUS WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY FREE OF CHARGE. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON NOVEMBER 30, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR CHAMPION BUS AT 1-810-724-6474." -10/28/2009,09V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V421000),Glaval Bus,HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,17744,Vehicle,161,GLAVAL BUS IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2009 TRANSIT BUSES EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","GLAVAL BUS WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON NOVEMBER 10, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR GLAVAL BUS AT 1-574-262-2212." -10/26/2009,09V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V416000),Trans Tech Bus,MISSING TIRE AND LOAD INFORMATION DECAL,EQUIPMENT,NR (Not Reported),Vehicle,271,"TRANS TECH IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 MFSAB TYPE A SCHOOL ACTIVITY BUSES MANUFACTURED FROM JUNE 1, 2008 TO OCTOBER 19, 2009. THESE BUSES FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE AND LOAD INFORMATION LABEL IS MISSING.","WITHOUT THIS INFORMATION, THE VEHICLE COULD BE OVERLOADED, INCREASING THE RISK OF A TIRE FAILURE WHICH COULD LEAD TO A CRASH.","TRANS TECH WILL MAIL OWNERS THE LABEL ALONG WITH INSTRUCTIONS FOR WHERE AND HOW TO AFFIX THE LABEL TO THE VEHICLE. THERE WILL BE NO COST TO THE OWNER FOR THIS REMEDY. THE SAFETY RECALL BEGAN ON NOVEMBER 6, 2009. OWNERS MAY CONTACT TRANS TECH BUS CUSTOMER SERVICE AT 1-845-988-2333." -10/23/2009,09V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V422000),Turtle Top,HORIZON LED SIDE DESTINATION SIGN/LUMINATOR,INTERIOR LIGHTING,NR (Not Reported),Vehicle,29,TURTLE TOP IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2005 TRANSIT BUSES EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND A FIRE.","TURTLE TOP WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED BY LUMINATOR FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON NOVEMBER 2, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033." -10/23/2009,09V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V414000),Mazda Motor Corp.,SPEED CONTROL DEACTIVATION SWITCH/OVERHEATS,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39600,"MAZDA IS RECALLING MODEL YEAR 1995 THROUGH 1997 AND MODEL YEAR 2001 THROUGH 2003 TRUCKS EQUIPPED WITH TEXAS INSTRUMENTS SPEED CONTROL DEACTIVATION SWITCH (SCDS) AND/OR ANTI-LOCK BRAKE SYSTEM (ABS) AND MANUFACTURED ON OR BEFORE DECEMBER 5, 2002. A COMPONENT OF THE CRUISE CONTROL DEACTIVATION SWITCH MAY DETERIORATE OVER TIME AND DEVELOP A LEAK. THIS OCCURRENCE COULD CAUSE THE SWITCH TO OVERHEAT, SMOKE OR BURN WHICH COULD RESULT IN AN UNDER HOOD FIRE.",A VEHICLE FIRE COULD OCCUR WITH OR WITHOUT THE ENGINE RUNNING.,"MAZDA WILL NOTIFY OWNERS THAT DEALERS WILL INSTALL A UNIVERSAL FUSED JUMPER HARNESS ON THE CRUISE CONTROL DEACTIVATION SWITCH FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500 OPTION #6." -10/23/2009,09V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V417000),Shyft Group,TURN SIGNAL/FMVSS 108,EXTERIOR LIGHTING,09023,Vehicle,76,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 FUR AND AMB AMBULANCE APPARATUS CAB AND CHASSIS MANUFACTURED BETWEEN AUGUST 10, 2007 AND OCTOBER 5, 2009, EQUIPPED WITH FRONT TURN SIGNALS SUPPLIED BY SOUND OFF SIGNAL. THE FRONT TURN SIGNALS DO NOT MEET THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" FOR LIGHT OUTPUT.","THE VISIBILITY OF THE VEHICLE WILL BE REDUCED DUE TO INADEQUATE FRONT LIGHTING, THEREBY INCREASING THE RISK OF A CRASH.","SPARTAN IS WORKING WITH THE VEHICLE MANUFACTURERS TO IDENTIFY VEHICLES THAT MAY CONTAIN THE NONCOMPLIANCE. THE AFFECTED VEHICLES WILL BE REPAIRED BY SPARTAN FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 13, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR SPARTAN CHASSIS TOLL-FREE AT 1-800-543-5008." -10/22/2009,09V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V427000),Eldorado National-Kansas,HORIZON LED SIDE DESTINATION SIGN/LUMINATOR,INTERIOR LIGHTING,NR (Not Reported),Vehicle,482,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2002-2009 TRANSIT BUSES, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.",ELDORADO NATIONAL WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR ELDORADO NATIONAL WARRANTY DEPARTMENT AT 1-800-955-9086. -10/22/2009,09C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C006000),"LERADO SUCCESS, INC",INFANT CHILD RESTRAINT/CUT WEBBING/CRACKED BASE,CHILD SEAT,NR (Not Reported),Child Seat,5540,"LERADO IS RECALLING CERTAIN MIA MODA INFANT CHILD RESTRAINTS AND BASES, MODELS VIVA AND VIVA SUPREME, MODEL NOS. 5000 (SEAT), 5001 (BASE), 5050 (SEAT), 5051 (BASE), 5070 (SEAT), 5071 (BASE), 5080 (SEAT), AND 5081 (BASE). THE HARNESS SPLITTER PLATE LOCATED ON THE REAR OF THE SEAT HAS SHARP EDGES WHICH CAN CUT THE HARNESS. ALSO, THE BASE COULD CRACK IN A CRASH.","IN THE EVENT OF A CRASH, THE CHILD MAY NOT BE ADEQUATELY RESTRAINED, THEREBY INCREASING THE RISK OF INJURY.","LERADO WILL NOTIFY REGISTERED OWNERS. PARENTS AND CAREGIVERS ARE BEING ADVISED TO STOP USING THE SEAT. A FULL REFUND WILL BE OFFERED. THE SAFETY RECALL BEGAN ON NOVEMBER 3, 2009. OWNERS MAY CONTACT LERADO TOLL-FREE AT 1-877-546-8437." -10/21/2009,09V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V415000),PACCAR Incorporated,INSUFFICIENT AXLE U-BOLT TORQUE ON AIR GLIDE,POWER TRAIN,09KWA,Vehicle,914,"KENWORTH IS RECALLING MODEL YEAR 2009 THROUGH 2010 T2000, T800, T660 AND W900 TRUCKS MANUFACTURED BETWEEN NOVEMBER 12, 2008 AND SEPTEMBER 30, 2009. THE AXLE U-BOLTS ATTACHING THE AXLE TO THE SUSPENSION LEAF SPRING ON CERTAIN AG400L REAR SUSPENSIONS MAY HAVE RECEIVED INSUFFICIENT FASTENER TORQUE DURING THE INSTALLATION PROCESS. THE INSUFFICIENT TORQUE MAY ALLOW THE AXLE U-BOLT TO BECOME LOOSE, WHICH MAY CAUSE VIBRATION IN THE REAR SUSPENSION.","IF MULTIPLE FASTENERS WERE TO BECOME LOOSE, THE REAR AXLE MAY SHIFT RELATIVE TO THE REAR SUSPENSION LEAF SPRING, WHICH CAN RESULT IN LOSS OF CONTROL AND A CRASH.","DEALERS WILL INSPECT THE AXLE U-BOLTS FOR VISIBLE DEFECTS, INCLUDING BENT AND/OR SMASHED THREADS AND RE-TORQUE THE AXLE U-BOLTS TO FACTORY SPECIFICATIONS. THE RECALL BEGAN ON NOVEMBER 4, 2009. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -10/20/2009,09V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V413000),Daimler Buses North America,HORIZON LED SIDE DESTINATION SIGN/LUMINATOR,INTERIOR LIGHTING,NR (Not Reported),Vehicle,368,DAIMLER BUSES OF NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2009 ORION TRANSIT BUSES EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND A FIRE.",ORION WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED BY LUMINATOR FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR ORION AT 1-800-716-7466. -10/20/2009,09E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E057000),"EATON AEROQUIP, INC.",HOSE FITTINGS FOR SEWER CLEANERS,EQUIPMENT,VW-09-0011,Equipment,2022,"EATON AEROQUIP IS RECALLING CERTAIN FJ9372-1616 SEWER HOSE FITTINGS, FJ7938-1616 HOSE MENDERS, AND THE FOLLOWING HOSE ASSEMBLIES: FB7333-0008RL, FB7209-0008RL, FB7209-0010RL, FB7209-0003RL, FB7209-0002RL, FB7209-0001RL, FB7186-0034RL, FB7186-0033RL, FB7186-0008RL, FB7186-0006RL, FB7186-0005RL, FB7186-0004RL, FB7186-0002RL, AND FB7186-0001RL SOLD TO ORIGINAL VEHICLE MANUFACTURERS AND DISTRIBUTORS FOR USE ON SEWER CLEANING VEHICLES. THE METAL FITTING THAT IS INSTALLED ON THE END OF THE LENGTH OF SEWER HOSE THROUGH WHICH WATER IS INJECTED UNDER PRESSURE FOR CLEANING PURPOSES CAN CRACK AND FAIL.","IF THE FITTINGS FAIL, PERSONS OPERATING THE UNIT OR OTHER PERSONS NEARBY COULD BE INJURED OR PROPERTY DAMAGE COULD OCCUR.","EATON WILL PROVIDE REPLACEMENT HOSE FITTINGS AND REPLACE SPARE PART FITTINGS FOR FITTINGS OR HOSE ASSEMBLIES THAT WERE PURCHASED AND/OR SHIPPED SINCE APRIL 1, 2009, TO AUTHORIZED DISTRIBUTORS. THE SAFETY RECALL BEGAN ON OCTOBER 26, 2009. OWNERS MAY CONTACT EATON WARRANTY DEPARTMENT AT 1-952-937-7109." -10/20/2009,09V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V412000),Daimler Buses North America,WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,983,"DAIMLER BUSES IS RECALLING CERTAIN MODEL YEAR 2000 THROUGH 2008 ORION TRANSIT BUSES EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS. THE LIFTS ARE EQUIPPED WITH A LOGIC BOARD ASSEMBLY FOR THE WHEELCHAIR LIFT CONTROL BOX, P/NOS. 373-0226 AND 373-0265. THE OUTBOARD RAMP BARRIER COULD FOLD IN TOWARD A LIFT PASSENGER AND PINCH, PRESS, OR CRUSH THE PASSENGER'S FEET.",THE LIFT PASSENGER COULD BE SERIOUSLY INJURED.,"ORION WILL NOTIFY OWNERS AND THE REPAIRS WILL BE MADE BY LIFT-U FREE OF CHARGE. PLEASE SEE LIFT-U'S DEFECT REPORT 09E-051. THE SAFETY RECALL BEGAN ON OCTOBER 29, 2009. OWNERS MAY CONTACT LIFT-U AT 1-209-838-2400 OR ORION AT 1-800-716-7466." -10/19/2009,09V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V410000),STARTRANS BUS CORPORATION,AIR CONDITIONING RELAY BOARD OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,182,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN AUGUST 9, 2006 AND JUNE 25, 2009, EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.",OVERHEATING OF THE PC BOARD COULD RESULT IN A FIRE.,"STARTRANS WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED BY EITHER STARTRANS OR TRANS/AIR FREE OF CHARGE. PLEASE SEE TRANS/AIR'S DEFECT REPORT 09E-042. THE SAFETY RECALL BEGAN ON NOVEMBER 4, 2009. OWNERS MAY CONTACT TRANS/AIR WARRANTY AND SERVICE DEPARTMENT AT 1-800-673-2446 OR STARTRANS AT 1-574-642-0811." -10/19/2009,09V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V409000),STARTRANS BUS CORPORATION,HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,257,"STARTRANS IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 15, 2001 AND SEPTEMBER 24, 2009, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.",STARTRANS WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED BY EITHER STARTRANS OR LUMINATOR FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR STARTRANS AT 1-574-642-0811. -10/19/2009,09V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V411000),"Nissan North America, Inc.",STEERING GEAR HOUSING,STEERING,NR (Not Reported),Vehicle,163659,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2008-2009 ROGUE VEHICLES. A SCREW IN THE STEERING GEAR HOUSING COVER MAY LOOSEN OVER TIME AND COULD FALL OUT. AS IT LOOSENS, THE STEERING RESPONSE OF THE VEHICLE MAY BE COMPROMISED BUT THE DRIVER WILL RETAIN STEERING CONTROL.",THE SCREW MAY EVENTUALLY COME OUT OF THE STEERING GEAR COVER. IF LARGE STEERING INPUTS ARE MADE WITH THE COVER SCREW MISSING THE PINION SHAFT MAY COME OUT OF THE STEERING GEAR RESULTING IN A COMPLETE LOSS OF STEERING CONTROL AND INCREASING THE RISK OF A CRASH.,DEALERS WILL INSPECT WHETHER THE STEERING GEAR COVER SCREW IS LOOSE AND WILL BE RETIGHTENED TO THE PROPER SPECIFICATION. DEALERS WILL ALSO INSTALL A COVER PLATE TO PREVENT THE SCREW FROM POSSIBLY COMING OUT OF THE STEERING GEAR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261. -10/16/2009,09V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V408000),Elkhart Coach,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,5,ELKHART COACH IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 TRANSIT BUSES EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","ELKHART COACH WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431." -10/15/2009,09V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V402000),Glaval Bus,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,24,GLAVAL BUS IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 TRANSIT BUSES EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","GLAVAL BUS WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON OCTOBER 28, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR GLAVAL BUS TOLL-FREE AT 1-800-450-2211." -10/15/2009,09V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V404000),"NABI Bus, LLC",WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,340,"NABI IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2009 416 MODEL STANDARD FLOOR CITY TRANSIT BUSES MANUFACTURED FROM JANUARY 2001 THROUGH OCTOBER 5, 2009, EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS. THE LIFTS ARE EQUIPPED WITH A LOGIC BOARD ASSEMBLY FOR THE WHEELCHAIR LIFT CONTROL BOX, P/NOS. 373-0226 AND 373-0265. THE OUTBOARD RAMP BARRIER COULD FOLD IN TOWARD A LIFT PASSENGER POSSIBLY PINCHING THE PASSENGER'S FEET.",THE LIFT PASSENGER COULD BE SERIOUSLY INJURED.,"NABI WILL NOTIFY OWNERS AND THE REPAIRS WILL BE PERFORMED BY LIFT-U FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 23, 2009. OWNERS MAY CONTACT LIFT-U AT 1-209-838-2400 OR NABI CUSTOMER SERVICE AT 1-888-424-5844 OR 1-256-831-4296 EXT. 1307." -10/14/2009,09V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V403000),Keystone RV Company,FEDERAL ID LABEL CERTIFICATION/PART 567,EQUIPMENT,09-126,Vehicle,304,"CERTAIN KEYSTONE TRAVEL AND FIFTH WHEEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION,"" THE INFORMATION PROVIDED ON THE FEDERAL IDENTIFICATION TAG AND TIRE AND LOADING INFORMATION LABEL IS INCORRECT.",OVERLOADING THE TIRES CAN LEAD TO TIRE FAILURE INCREASING THE RISK OF A CRASH.,"KEYSTONE WILL MAIL THE CORRECTED TAG TO CONSUMERS OR THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FOR THEM FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2009. OWNERS MAY CONTACT KEYSTONE 1-866-425-4369." -10/13/2009,09V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V407000),"Eldorado National- California, Inc.",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,NR (Not Reported),Vehicle,386,"ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2002-2010 TRANSIT BUSES, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","ELDORADO NATIONAL WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR ELDORADO NATIONAL AT 1-909-591-9557." -10/13/2009,09V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V401000),Trans Tech Bus,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,10,"TRANS TECH IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 SCHOOL AND ACTIVITY BUSES MANUFACTURED BETWEEN SEPTEMBER 2007 AND DECEMBER 2008, EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.","OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","TRANS TECH WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR TRANS TECH BUS CUSTOMER SERVICE AT 1-845-988-2333." -10/13/2009,09V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V399000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH/OVERHEATS,VEHICLE SPEED CONTROL,09S09,Vehicle,4500000,"FORD IS RECALLING MODEL YEARS 1995-2003 WINDSTAR, 2000-2003 EXCURSION DIESEL, 1993-1997 AND 1999-2003 F-250 SD THROUGH F-550 SD DIESEL, 1992-2003 E-150 THROUGH E-550, 1995-2002 EXPLORER, 1997 AND 2002 MERCURY MOUNTAINEER, 1995-1997 AND 2001-2003 RANGER, AND 1994 F53 VEHICLES EQUIPPED WITH THE TEXAS INSTRUMENTS SPEED CONTROL DEACTIVATION SWITCH (SCDS). THE SCDS MAY LEAK INTERNALLY AND THEN OVERHEAT, SMOKE, OR BURN.",A VEHICLE FIRE COULD OCCUR WITH OR WITHOUT THE ENGINE RUNNING.,"FORD WILL NOTIFY OWNERS THAT DEALERS WILL INSTALL A FUSED WIRING HARNESS IN LINE WITH THE SCDS. ON 1999-2003 WINDSTAR VEHICLES WITH A LEAKING SCDS, DEALERS WILL ALSO INSPECT THE ABS CONTROL MODULE CONNECTOR AND REPAIR AS NECESSARY. REPAIRS WILL BE COMPLETED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 27, 2009. OWNERS MAY CONTACT FORD AT 1-888-222-2751." -10/12/2009,09V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V405000),"COACHMEN INDUSTRIES, INC.",OVERHEATING AIR CONDITIONING SYSTEM/TRANS AIR,EQUIPMENT,NR (Not Reported),Vehicle,82,COACHMEN INDUSTRIES IS RECALLING MODEL YEAR 2008-2009 TRANSIT BUSES EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.,"AN ELECTRICAL FAILURE IN THE AIR CONDITIONERS RELAY BOARD, CAN CAUSE OVERHEATING AND POSE A SERIOUS FIRE HAZARD.","COACHMEN INDUSTRIES WILL NOTIFY THE OWNER AND THE BUS WILL BE REPAIRED FREE OF CHARGE. THE REPAIR WILL BE PERFORMED BY TRANS/AIR. PLEASE ALSO SEE TRANS/AIR DEFECT REPORT 09E-042. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2009. OWNERS MAY CONTACT TRANS/AIR WARRANT AND SERVICE DEPARTMENT AT 1-800-673-2448." -10/09/2009,09E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E056000),QUALIS AUTOMOTIVE LLC,AFTERMARKET BALL JOINTS/SEPARATION,SUSPENSION,NR (Not Reported),Equipment,5787,"QUALIS AUTOMOTIVE IS RECALLING CERTAIN AFTERMARKET BALL JOINTS SOLD FOR USE ON CERTAIN PASSENGER VEHICLES. THE SOCKET MAY HAVE BEEN EXCESSIVELY HARDENED WHICH COULD CAUSE IT TO CRACK NEAR THE RETAINING RING GROOVE ALLOWING THE BALL STUD TO SEPARATE UNDER IMPACT LOAD. THE SUBJECT BALL JOINTS WERE SOLD AS FOUR PART NUMBERS, D10945, D10946, G10945, AND G10946. THE AFFECTED CONTROL ARMS, D10945 AND D10946, ARE STAMPED WITH THE FOLLOWING DATES ON THE BALL JOINTS: 134308, 135708, 100109, 102709, 104109, 105509, 107609, 108909, 110309, 113209, AND 116609. THE G10945 AND G10946 ARE THE SAME PART AS THE D10945 AND D10946 RESPECTIVELY. THEY ARE LABELED DIFFERENTLY DEPENDING ON THE AFTERMARKET CUSTOMER.","SEPARATION OF THE BALL STUD FROM THE SOCKET OF THE BALL JOINT HOUSING WOULD ALLOW THE CONTROL ARM TO COLLAPSE AND THE WHEEL TO FOLD IN CAUSING LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","QUALIS AUTOMOTIVE WILL REPLACE THE BALL JOINTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2009. OWNERS MAY CONTACT QUALIS AUTOMOTIVE AT 1-800-493-4128." -10/09/2009,09V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V397000),Van Hool N.V.,HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,WG900.076,Vehicle,16,"VAN HOOL IS RECALLING CERTAIN MODEL YEAR 2009 TRANSIT BUSES, MODELS A300L AND AG300, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","VAN HOOL WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON DECEMBER 18, 2009. OWNERS MAY CONTACT VAN HOOL AT 1-407-656-7977." -10/09/2009,09V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V398000),Coach and Equipment Mfg. Corp.,OVERHEATING AIR CONDITIONING SYSTEM/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1,COACH & EQUIPMENT IS RECALLING ONE MODEL YEAR 2007 PHOENIX SHUTTLE BUS MANUFACTURED DURING JANUARY 2007 EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.,OVERHEATING OF THE PC BOARD COULD RESULT IN A FIRE.,"COACH & EQUIPMENT WILL NOTIFY THE OWNER AND THE BUS WILL BE REPAIRED FREE OF CHARGE. THE REPAIR WILL BE PERFORMED BY TRANS/AIR. THE SAFETY RECALL BEGAN ON OCTOBER 8, 2009. OWNERS MAY CONTACT TRANS/AIR WARRANT AND SERVICE DEPARTMENT AT 1-800-673-2448 OR COACH & EQUIPMENT AT 1-315-536-2321." -10/08/2009,09V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V400000),"Daimler Trucks North America, LLC",GRID HEATER/DETROIT DIESEL DD15,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,18067,"DAIMLER TRUCKS IS RECALLING MODEL YEAR 2007-2010 FREIGHTLINER, STERLING AND WESTERN STAR VEHICLES EQUIPPED WITH DETROIT DIESEL DD15 EPA07 ENGINES WHICH WERE MANUFACTURED WITH GRID HEATERS. INCREASED INTERNAL GRID HEATER RESISTANCE CAUSED BY IMPROPERLY TIGHTENED SCREWS MAY MELT THE SOLDER ON THE GRID HEATER CIRCUIT BOARD LEADING TO A SHORT CIRCUIT.",A SHORT-CIRCUITED GRID HEATER COULD RESULT IN A VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"THE ENGINE CONTROL LOGIC WILL BE REPROGRAMMED FREE OF CHARGE BY DETROIT DIESEL AUTHORIZED REPAIR FACILITIES AND DIRECT WARRANTY CUSTOMERS TO PROVIDE COLD WEATHER STARTING WITHOUT THE NEED OF A GRID HEATER. THE SAFETY RECALL BEGAN ON NOVEMBER 4, 2009. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5800 AND DAIMLER TRUCKS AT 1-800-547-0712." -10/08/2009,09V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V406000),"Somerset Welding & Steel, Inc.",UPPER HOIST MOUNT SUBASSEMBLY,EQUIPMENT,NR (Not Reported),Vehicle,284,"SOMERSET WELDING AND STEEL IS RECALLING CERTAIN J&J TRUCK BODIES MODEL YEAR 2006-2009 DUMPTRUCKS MANUFACTURED WITH LIGHTWEIGHT CROSSMEMBERLESS ULTRALIGHT (LWCUL) BODIES WITH MAILHOT FRONT MOUNT HOISTS. AFTER REPEATED CYCLING OF THE DUMP BODY, THE WELDS HOLDING THE UPPER HOIST MOUNT SUBASSEMBLY BACK PLATE TO THE BULKHEAD MAY UNDERGO FATIGUE AND FAIL. THE LOWER WELD MAY SEPARATE FROM THE BULKHEAD AND EVENTUALLY THE CRACKING WILL PROPAGATE THROUGH THE VERTICAL WELDS ALONG THE TWO SIDES OF THE PLATE ALLOWING THE PLATE TO SEPARATE FROM THE BULKHEAD.","THE SEPARATION OF THE BACK PLATE FROM THE BULK HEAD MAY CAUSE THE HOIST TO FALL DOWN AND FORWARD, POTENTIALLY STRIKING THE BACK OF THE TRUCK CAB, CAUSING THE DUMP BODY TO RAPIDLY FALL. THE RAPID FALLING OF THE DUMP BODY INCREASES THE RISK OF INJURY TO SURROUNDING PERSONS AND, IF FAILURE OCCURS WHILE THE VEHICLE IS IN MOTION, INCREASES THE RISK OF A CRASH FAILURE.","SOMERSET WELDING AND STEEL WILL INSPECT AND REPLACE OR REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 23, 2009. OWNERS MAY CONTACT SOMERSET WELDING AND STEEL AT 1-814-443-2671." -10/06/2009,09V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V395000),"Mack Trucks, Inc.",BRAKE TIMING/FMVSS 121,"SERVICE BRAKES, AIR",SC0343,Vehicle,921,"MACK TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008-2010 TRUCKS WHICH FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS.""","FAILURE TO CONFORM TO THE REQUIREMENTS INCREASES THE APPLICATION AND RELEASE TIME OF THE SERVICE BRAKES, WHICH COULD POTENTIALLY RESULT IN A VEHICLE CRASH.","DEALERS WILL REWORK THE AIR SYSTEM FREE OF CHARGE. THE SAFETY RECALL BEGAN O JANUARY 12, 2010. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -10/06/2009,09V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V389000),Pierce Manufacturing,ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,39-0139830,Vehicle,131,"PIERCE IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 FIRE TRUCKS MANUFACTURED BETWEEN APRIL 1, 2008 AND SEPTEMBER 30, 2009, EQUIPPED WITH CUMMINS ISB CM2150, ISC CM2150, ISL CM2150, ISM CM876, AND ISX CM871 MODEL DIESEL ENGINES. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",PIERCE IS WORKING WITH CUMMINS TO REPAIR THE ENGINES. CUMMINS IS CONDUCTING THIS CAMPAIGN AND WILL PROVIDE THE REMEDY FREE OF CHARGE. PLEASE SEE CUMMINS RECALL CAMPAIGN 09E-046. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2009. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357) OR PIERCE AT 1-920-832-3000. -10/06/2009,09V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V390000),"Daimler Trucks North America, LLC",FUEL PUMP FASTENERS,"FUEL SYSTEM, GASOLINE",09C-3,Vehicle,2726,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009 HEAVY TRUCKS MANUFACTURED BETWEEN MAY 5, 2008 AND JANUARY 7, 2009, EQUIPPED DD15 ENGINES AND WITH BOSCH HIGH PRESSURE FUEL PUMPS. THE FASTENERS ON THESE FUEL PUMPS COULD BE UNDER-TORQUED ALLOWING THE ""O"" RING BETWEEN THE PUMP HOUSING AND THE BARREL TO PROTRUDE AND LEAK.",IF A DIESEL FUEL LEAK CONTINUES UNDETECTED UNDER CERTAIN CONDITIONS FUEL MAY IGNITE ON A HOT ENGINE SURFACE AND/OR FUEL MAY SPILL ON THE ROAD INCREASING THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES AND DIRECT WARRANTY CUSTOMERS. THE SAFETY RECALL BEGAN ON DECEMBER 22, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/06/2009,09V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V391000),"Daimler Trucks North America, LLC",PLASTIC LOW PRESSURE FUEL LINES LEAKS,"FUEL SYSTEM, GASOLINE",09C-2,Vehicle,10185,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 HEAVY TRUCKS MANUFACTURED BETWEEN JANUARY 17, 2006 AND MARCH 31, 2009, EQUIPPED WITH EPA07 MODEL MBE4000 ENGINES BUILT WITH PLASTIC LOW PRESSURE FUEL LINES. THE PLASTIC LINES MAY EXPERIENCE LEAKS DUE TO FATIGUE CRACKS CAUSED BY STRESS AND VIBRATION COMBINED WITH HIGH INTERNAL PRESSURE.",IF A DIESEL FUEL LEAK CONTINUES UNDETECTED UNDER CERTAIN CONDITIONS FUEL MAY IGNITE ON A HOT ENGINE SURFACE AND/OR FUEL MAY SPILL ON THE ROAD INCREASING THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY DETROIT DIESEL CORPORATION AUTHORIZED REPAIR FACILITIES AND DIRECT WARRANTY CUSTOMERS. THE SAFETY RECALL BEGAN ON MAY 7, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -10/06/2009,09V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V387000),Vactor Manufacturing,SEWER CLEANERS/HOSE FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,115,"VACTOR IS RECALLING CERTAIN MODEL YEAR 2004, 2007, AND 2009 VACTOR 2100 AND 2009 VACTOR JETTER SEWER CLEANERS, MANUFACTURED BETWEEN APRIL 1 AND SEPTEMBER 25, 2009. THESE VEHICLES WERE EITHER SUPPLIED WITH OR REFITTED WITH DEFECTIVE HOSE FITTINGS. UNDER HEAVY OPERATING CONDITIONS, THESE FITTINGS COULD FAIL.","IF THE FITTINGS FAIL, PERSONS OPERATING THE UNIT OR OTHER PERSONS NEARBY COULD BE INJURED OR PROPERTY DAMAGE COULD OCCUR.","VACTOR WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 12, 2009. OWNERS MAY CONTACT VACTOR CUSTOMER SERVICE BY CALLING 1-877-DIAL-ESG (1-877-342-5374)." -10/05/2009,09V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V386000),"Navistar, Inc.",P-CLIPS RETAINING THE OIL LINE/OIL LEAK/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,9527,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR 2003 THROUGH 2008 HEAVY TRUCKS MANUFACTURED BETWEEN APRIL 1, 2003 AND DECEMBER 21, 2007, EQUIPPED WITH CATERPILLAR C15 ENGINES. THE VARIABLE VALVE ACTUATION (VVA) OIL LINE MAY WEAR AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK COULD RESULT IN A FIRE.,"NAVISTAR IS WORKING WITH CATERPILLAR TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE 09E-020. THE SAFETY RECALL BEGAN ON OCTOBER 23, 2009. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR NAVISTAR AT 1-260-461-1890." -10/05/2009,09V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V388000),Toyota Motor Engineering & Manufacturing,PEDAL ENTRAPMENT,VEHICLE SPEED CONTROL,90L(TOYOTA)/90LG(LEX,Vehicle,4445056,TOYOTA IS RECALLING CERTAIN MODEL YEAR 2004-2010 PASSENGER VEHICLES. THE ACCELERATOR PEDAL CAN GET STUCK IN THE WIDE OPEN POSITION DUE TO ITS BEING TRAPPED BY AN UNSECURED OR INCOMPATIBLE DRIVER'S FLOOR MAT.,"A STUCK OPEN ACCELERATOR PEDAL MAY RESULT IN VERY HIGH VEHICLE SPEEDS AND MAKE IT DIFFICULT TO STOP THE VEHICLE, WHICH COULD CAUSE A CRASH, SERIOUS INJURY OR DEATH.","TOYOTA FILED AN AMENDED DEFECT REPORT ON NOVEMBER 25, 2009, STATING THAT DEALERS WILL MODIFY THE ACCELERATOR PEDAL AND, ON CERTAIN VEHICLES, ALTER THE SHAPE OF THE FLOOR SURFACE UNDER THE PEDAL. THESE CHANGES ADDRESS THE RISK OF PEDAL ENTRAPMENT DUE TO INTERFERENCE WITH THE FLOOR MAT. REDESIGNED ACCELERATOR PEDALS WILL BECOME AVAILABLE BEGINNING IN APRIL 2010 AND DEALERS WILL REPLACE ANY MODIFIED PEDAL WITH THE NEW PEDAL IF DESIRED. ALSO, DEALERS WILL REPLACE ANY GENUINE TOYOTA OR LEXUS ALL-WEATHER FLOOR MATS WITH REDESIGNED ALL-WEATHER MATS, OR REPURCHASE THE PREVIOUS MATS FROM OWNERS WHO DO NOT WANT THE NEW ONES. ADDITIONALLY, SOFTWARE MODIFICATIONS WILL BE INSTALLED ON CAMRY, AVALON AND LEXUS ES 350, IS 350 AND IS 250 MODELS THAT WILL ENSURE THAT THE BRAKE OVERRIDES THE ACCELERATOR IN THE EVENT BOTH BRAKE AND ACCELERATOR PEDALS ARE APPLIED. TOYOTA WILL BEGIN MAILING LETTERS TO OWNERS ON DECEMBER 31, 2009. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331, LEXUS AT 1-800-255-3987." -10/05/2009,09V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V393000),"Nissan North America, Inc.",TIRE PRESSURE MONITORING SYSTEM,TIRES,NR (Not Reported),Vehicle,143223,"NISSAN IS RECALLING CERTAIN MODEL YEAR 2008-2010 VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, MASSACHUSETTS, MAINE, MARYLAND, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WASHINGTON D.C., WEST VIRGINIA AND WISCONSIN. THE MATERIAL IN THE NUT USED TO SECURE THE SENSOR-TRANSMITTER OF THE TIRE PRESSURE MONITORING SYSTEM (TPMS) MAY CORRODE AND POTENTIALLY CRACK IN AREAS WITH HEAVY CONCENTRATIONS OF ROAD SALT. IF THIS OCCURS, THE NUT MAY COME OUT OF THE SENSOR-TRANSMITTER AND THE TPMS LAMP WILL ILLUMINATE.","IF THE TPMS LAMP IS DISREGARDED AND THE VEHICLE CONTINUES TO BE DRIVEN IN THIS CONDITION, THE TIRE WILL QUICKLY LOSE AIR PRESSURE AT A CONSISTENT RATE RESULTING IN A FLAT TIRE INCREASING THE RISK OF A CRASH.","THE DEALER WILL REPLACE THE TPMS NUT WITH A NEW, MORE ROBUST NUT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE NOVEMBER 9, 2009. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261 AND INFINITI AT 1-800-662-6200." -10/02/2009,09V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V394000),"Daimler Trucks North America, LLC",LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,FL-562,Vehicle,2922,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2009-2010 THOMAS BUILT SCHOOL BUSES MANUFACTURED BETWEEN MARCH 31, 2008 AND FEBRUARY 18, 2009, EQUIPPED WITH SPECIALTY MANUFACTURING, INC. (SMI) 000290 LED LIGHT KITS. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE STOP ARMS. THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS WOULD BE DECREASED, POSSIBLY ENDANGERING A CHILD OR PEDESTRIAN TO INJURY BY PASSING VEHICLES.","THOMAS BUILT WILL NOTIFY OWNERS AND LIGHT KITS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 3, 2010. OWNERS MAY CONTACT THOMAS BUILT AT 1-800-547-0712." -10/02/2009,09V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V385000),"QINGQI GROUP MOTORCYCLE CO., LTD",MASTER CYLINDER RESERVOIR COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,738,"QINGQI IS RECALLING 738 MY 2008 ZAP XEBRA MOTORCYCLES MANUFACTURED BETWEEN JANUARY AND DECEMBER 2008. THESE MOTORCYCLES DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS."" THEY DO NOT HAVE A SEPARATE BRAKE FLUID RESERVOIR FOR THE FRONT AND REAR BRAKES.","WITHOUT A SEPARATE RESERVOIR FOR EACH BRAKE, HAVING ITS OWN COVER, SEAL, AND COVER RETENTION DEVICE, FLUID FOR ONE BRAKE CIRCUIT MAY MOVE TO THE OTHER. IF THIS HAPPENS, BOTH RESERVOIRS COULD LOOSE FLUID AS A RESULT OF A FLUID LEAK IN ONE BRAKE CIRCUIT AND COMPROMISE THE STOPPING ABILITY OF BOTH BRAKES.","ZAP WILL NOTIFY OWNERS AND REPAIR OR REPLACE THE MASTER CYLINDER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JANUARY 29, 2010. OWNERS MAY CONTACT ZAP TOLL-FREE AT 1-800-251-4555." -10/02/2009,09V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V378000),"Triumph Motorcycles America, Ltd.",REAR SUSPENSION DRAG LINK FRACTURE,SUSPENSION,SB 403,Vehicle,2849,"TRIUMPH IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 SPRINT ST 1050 MOTORCYCLES MANUFACTURED FROM NOVEMBER 4, 2004 THROUGH SEPTEMBER 2009. THE REAR SUSPENSION DRAG LINK ASSEMBLY IN THESE MOTORCYCLES CAN FRACTURE DUE TO CORROSION.","IN THE EVENT OF A FRACTURE, PART OF THE SUSPENSION WILL DROP CAUSING THE REAR TIRE MUDGUARD TO CONTACT THE REAR TIRE, WHICH COULD CAUSE A CRASH.","TRIUMPH WILL NOTIFY OWNERS AND REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 22, 2009. OWNERS MAY CONTACT TRIUMPH AT 1-678-539-8777." -10/02/2009,09V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V383000),GOSHEN COACH,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,108,GOSHEN COACH IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 BUSES EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT WIRES COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","GOSHEN COACH WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON OCTOBER 12, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431." -10/01/2009,09V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V381000),Ducati North America,FUEL PUMP HOSE CLAMP,"FUEL SYSTEM, OTHER",RCL-09-005,Vehicle,753,DUCATI IS RECALLING CERTAIN MODEL YEAR 2009-2010 MOTORCYCLES. THE FUEL HOSE MAY BECOME DISCONNECTED FROM THE FUEL PUMP WHICH COULD RESULT IN ENGINE STALLING AND A FUEL LEAK.,STALLING CAN CAUSE A CRASH AND A FUEL LEAK CAN RESULT IN A FIRE.,"DEALERS WILL INSPECT AND IF REQUIRED REPLACE AND REPOSITION THE FUEL HOSE RETAINING CLAMP FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 19, 2009. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -10/01/2009,09V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V380000),Entegra Coach,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4,"ENTEGRA COACH IS RECALLING MODEL YEAR 2009-2010 MOTORHOMES EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"ENTEGRA IS WORKING WITH SPARTAN AND WILL INSPECT AND REPLACE ALL AFFECTED QRVS FREE OF CHARGE. PLEASE ALSO SEE SPARTAN'S DEFECT REPORT 09V-184. THE SAFETY RECALL BEGAN ON OCTOBER 12, 2009. OWNERS MAY CONTACT SPARTAN AT 800-543-4277 AND ENTEGRA AT -800-945-4787." -10/01/2009,09V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V382000),"Gulf Stream Coach, Inc.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,242,"GULF STREAM IS RECALLING CERTAIN MOTORHOMES EQUIPPED WITH NORCOLD MODEL 1200LR, 1200LRIM, AND 1201LRIM REFRIGERATORS WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","GULF STREAM IS WORKING WITH NORCOLD AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE. PLEASE ALSO SEE NORCOLD'S DEFECT NOTICE 09E-027. THE SAFETY RECALL BEGAN ON OCTOBER 20, 2009. OWNERS MAY CONTACT GULF STREAM AT 1-800-289-8787 OR NORCOLD'S RECALL CENTER AT 1-800-767-9101." -09/30/2009,09V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V377000),"Volkswagen Group of America, Inc.",FUEL TANK VENTILATION VALVE,"FUEL SYSTEM, GASOLINE",20Q3/J3,Vehicle,10200,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2010 AUDI A3, TT, AND TT ROADSTER PASSENGER VEHICLES MANUFACTURED BETWEEN SEPTEMBER 29, 2005 AND AUGUST 26, 2009. THE CLOSING FORCE OF AN INTERNAL SPRING OF THE FUEL TANK VENTILATION VALVE IS NOT ADEQUATE ENOUGH TO HOLD THE VALVE CLOSED UNDER EXTREME DRIVING CONDITIONS POSSIBLY ALLOWING FUEL TO LEAK.","IN THE PRESENCE OF AN IGNITION SOURCE, A VEHICLE FIRE COULD OCCUR.","VOLKSWAGEN WILL NOTIFY OWNERS AND AUDI DEALERS WILL REPLACE THE FUEL TANK VENTILATION VALVE WITH AN IMPROVED VALVE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 16, 2009. OWNERS MAY CONTACT AUDI AT 1-800-253-2834." -09/30/2009,09V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V375000),"Forest River, Inc.",PLACARD INFORMATION/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,160,"FOREST RIVER IS RECALLING MODEL YEAR 2010 SIERRA AND SANDPIPER RECREATIONAL TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" ON THE TIRE LOADING INFORMATION PLACARD AND THE CARGO CARRYING CAPACITY (CCC) PLACARD THE CCC IS EQUAL TO THE GVWR EXCEPT FOR THE FIFTH WHEEL TRAILERS. THERE IS A PRELOADED WEIGHT FOR THE WEIGHT OF THE TRIPOD SUPPORT FRAME THAT THE HITCH PLATE RESTS ON WHILE BEING WEIGHED.",THE UNIT MAY BE OVERLOADED AND CAUSE TIRE FAILURE WHICH MAY LEAD TO A CRASH.,CUSTOMERS MUST TAKE THEIR UNIT TO A FOREST RIVER DEALER TO HAVE IT WEIGHED EMPTY AND DRY AT A CERTIFIED WEIGHT SCALE AND THE INFORMATION RECORDED ON THE ENCLOSED CARD AND MAILED TO FOREST RIVER CUSTOMER SERVICE DEPARTMENT TO RECEIVE THE CORRECT PLACARD. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2009. OWNERS MAY CONTACT FOREST RIVER AT 574-534-3167. -09/29/2009,09V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V371000),"NABI Bus, LLC",ALTERNATOR CABLE ASSEMBLY/POSSIBLE FIRE,ELECTRICAL SYSTEM,20092,Vehicle,179,"NORTH AMERICAN BUS INDUSTRIES, INC. IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 TRANSIT BUSES MANUFACTURED BETWEEN NOVEMBER 1, 2008 AND SEPTEMBER 12, 2009. THE CABLE ASSEMBLY THAT SUPPLIES POWER FROM THE ALTERNATOR TO THE BATTERIES MAY HAVE A DEFECTIVELY CRIMPED TERMINAL WHICH COULD CAUSE IT TO OVERHEAT WHEN HIGH CURRENT PASSES THROUGH THE CABLE.","THIS COULD RESULT IN COMPONENT DAMAGE AND A FIRE. THIS COULD ALSO RESULT IN A LOSS OF ELECTRICAL POWER AND ENGINE CONTROLS WHICH COULD RENDER THE VEHICLE STALLED IN A ROADWAY, INCREASING THE RISK OF A CRASH.","NABI WILL NOTIFY OWNERS AND DEALER WILL INSPECT AND REPLACE ANY DEFECTIVE CABLE ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2009. OWNERS MAY CONTACT NABI CUSTOMER SERVICE AT 1-888-424-5844." -09/29/2009,09V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V384000),"BMW of North America, LLC",HANDLEBAR SWITCHES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1351,BMW IS RECALLING CERTAIN MODEL YEAR 2009 MOTORCYCLES. THE SWITCHES ON THE HANDLEBARS FOR BOTH THE DIRECTION INDICATOR AND THE EMERGENCY ENGINE OFF/ENGINE-START FUNCTIONS MAY FAIL.,"IN SUCH A CASE, THE DIRECTIONAL INDICATOR AND/OR THE EMERGENCY ENGINE-OFF/START FUNCTIONS WOULD BE RENDERED INOPERATIVE. IN SOME CASES, ENGINE STALLING COULD ALSO RESULT INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 6, 2010. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -09/29/2009,09V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V379000),PANTHER MOTORS INC,PARKING BRAKE LEVER/FMVSS 122,PARKING BRAKE,NR (Not Reported),Vehicle,434,"PANTHER IS RECALLING CERTAIN MODEL YEAR 2008-2009 MOTORCYCLES. THESE MOTORCYCLES FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS."" THE STANDARD REQUIRES A STRICTLY MECHANICAL FORM OF ENGAGEMENT OF A MOTORCYCLE PARKING BRAKE, WHEREAS THE PARKING BRAKE ON THESE MOTORCYCLES RELIES IN PART ON HYDRAULIC PRESSURE.","IN THE EVENT OF A LOSS OF HYDRAULIC PRESSURE THROUGH THE LOSS OF BRAKE FLUID, BRAKE PERFORMANCE WILL DEGRADE INCREASING THE RISK OF CRASH.",PANTHER WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT PANTHER AT 1-954-682-3693. -09/29/2009,09V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V373000),Diamond Coach Corporation,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS,EQUIPMENT,NR (Not Reported),Vehicle,21,"DIAMOND COACH CORPORATION IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 VIP TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 1, 2008 AND SEPTEMBER 27, 2009, EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS, PART NUMBERS 77-62198-00, 77-62198-98, AND 77-62198-99. THESE K410 UNITS MAY HAVE INADEQUATE ELECTRICAL CURRENT PROTECTION SUCH THAT THE UNITS MAY OVERHEAT.",OVERHEATING OF THE CONDENSER UNIT COULD RESULT IN A FIRE.,"DIAMOND COACH WILL NOTIFY OWNERS AND THE REMEDY WILL BE PERFORMED BY AUTHORIZED CARRIER DEALERS. THE SAFETY RECALL BEGAN ON OCTOBER 5, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR DIAMOND COACH AT 1-620-795-2191." -09/29/2009,09V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V372000),Eldorado National-Kansas,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,169,ELDORADO NATIONAL IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 VANS EQUIPPED WITH CARRIER K410 ROOFTOP CONDENSERS. INADEQUATE OVERCURRENT PROTECTION OF ONE OR MORE OF THE FANS IN THE K410 CONDENSER MAY CAUSE OVERHEATING OF THE FAN'S WIRES.,"OVERHEATING OF THE CONDENSER UNIT COULD RESULT IN A FIRE CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","ELDORADO NATIONAL WILL NOTIFY OWNERS TO CONTACT AN AUTHORIZED CARRIER DEALER TO OBTAIN THE REMEDY. PLEASE ALSO SEE CARRIER'S DEFECT REPORT 09E-055. THE SAFETY RECALL BEGAN ON OCTOBER 30, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR ELDORADO NATIONAL AT 1-800-850-1287." -09/28/2009,09V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V368000),"Gillig, LLC",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,NR (Not Reported),Vehicle,1053,GILLIG CORPORATION IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN JANUARY 2001 AND SEPTEMBER 2009 EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","GILLIG WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SPETEMBER 29, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR GILLIG FIELD SERVICES AT 1-800-735-1500." -09/25/2009,09V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V365000),Ducati North America,ENGINE CONTROL UNIT GROUND SCREW TIGHTENING,ENGINE AND ENGINE COOLING,RCL-09-006,Vehicle,247,DUCATI IS RECALLING MODEL YEAR 2010 F1098S STREETFIGHTER MOTORCYCLES. THE ELECTRONIC CONTROL UNIT GROUND SCREW MAY HAVE BEEN IMPROPERLY TIGHTENED DURING PRODUCTION WHICH CAN CAUSE THE ENGINE TO STALL.,STALLING WHILE DRIVING CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL RETIGHTEN THE GROUND SCREW FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2009. OWNERS MAY CONTACT DUCATI DEALER AT 800-231-6696. -09/24/2009,09V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V367000),"New Flyer of America, Inc.",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,NR (Not Reported),Vehicle,1412,NEW FLYER IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN MAY 2002 AND SEPTEMBER 2009 EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","NEW FLYER WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER2, 2009. OWNERS MAY CONTACT NEW FLYER CUSTOMER SERVICES AT 1-204-934-4876." -09/24/2009,09V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V369000),"Champion Bus, Inc.",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,NR (Not Reported),Vehicle,69,CHAMPION BUS IS RECALLING CERTAIN MODEL YEAR 2003 THROUGH 2010 TRANSIT BUSES MANUFACTURED BETWEEN JANUARY 2003 AND AUGUST 2009 EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","CHAMPION BUS WILL NOTIFY OWNERS AND LUMINATOR WILL REPAIR THE BUSES FREE OF CHARGE. PLEASE SEE LUMINATOR'S DEFECT REPORT 09E-054. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR CHAMPION BUS AT 1-800-331-5761." -09/24/2009,09E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E055000),Carrier Corporation,ROOFTOP CONDENSER ASSEMBLIES/OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,580,"CARRIER IS RECALLING CERTAIN K410 ROOFTOP CONDENSER ASSEMBLIES, P/NOS. 77-62198-00, 77-62198-98, AND 77-62198-99, PRODUCED AFTER MAY 2008, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS BUSES. THESE K410 UNITS MAY HAVE INADEQUATE ELECTRICAL CURRENT PROTECTION. ONE OR MORE OF THE FANS MAY FAIL CAUSING OVERHEATING OF THE FAN'S WIRES.",OVERHEATING OF THE CONDENSER UNIT COULD RESULT IN A FIRE.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ROOFTOP AIR CONDITIONERS AS ORIGINAL EQUIPMENT. CARRIER IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY BUSES THAT MAY CONTAIN THE DEFECT. THE AFFECTED BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 18, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR CARRIER AT 1-800-673-2431." -09/24/2009,09V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V374000),GOSHEN COACH,SIDE CONNECTOR HORIZON/LUMINATOR,INTERIOR LIGHTING,NR (Not Reported),Vehicle,44,GOSHEN COACH IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2009 TRANSIT BUSES EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.,"A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","GOSHEN COACH IS WORKING WITH LUMINATOR AND LUMINATOR WILL REPLACE THE ELECTRICAL CIRCUIT CONNECTOR BOARD ON ALL SIGNS, BUILT IN 2007 AND EARLIER, FREE OF CHARGE. PLEASE ALSO SEE LUMINATOR'S DEFECT NOTICE 09E-054. THE SAFETY RECALL BEGAN ON DECEMBER 11, 2009. OWNERS MAY CONTACT LUMINATOR AT 1-972-516-3033 OR GOSHEN COACH AT 574-970-6300." -09/24/2009,09V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V370000),Ducati North America,TAIL GUARD POSITION/OVERHEATS,STRUCTURE,RCL-09-007,Vehicle,386,"DUCATI IS RECALLING CERTAIN MODEL YEAR 2008 DESMOSEDICI RR MOTORCYCLES. DUE TO INSUFFICIENT DISTANCE BETWEEN THE TAIL GUARD AND THE EXHAUST SYSTEM, THE TAIL GUARD COULD OVERHEAT.",OVERHEATING OF THE TAIL GUARD COULD CREATE A POTENTIAL FIRE HAZARD.,"DUCATI WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 19, 2009. OWNERS MAY CONTACT DUCATI TOLL-FREE AT 1-800-231-6696." -09/23/2009,09V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V376000),"Daimler Trucks North America, LLC",SIDE-ROLL AIR BAGS/INADVERTANT DEPLOYMENT/IMMI,AIR BAGS,FL-559,Vehicle,14,DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2009 TRUCKS EQUIPPED WITH INDIANA MILLS AND MANUFACTURING ROLLTEK SIDE-ROLL PROTECTION SYSTEMS. THE SENSOR DESIGNED TO DETECT VEHICLE ROLL CAN MALFUNCTION AND CAUSE THE SIDE AIRBAGS TO INADVERTENTLY DEPLOY.,INADVERTENT DEPLOYMENT OF THE SIDE AIRBAGS COULD RESULT IN A VEHICLE CRASH OR INJURY TO AN OUT OF POSITION OCCUPANT.,"DAIMLER TRUCKS WILL INSPECT TO DETERMINE IF A VEHICLE CONTAINS AN AFFECTED SYSTEM AND, IF SO, THAT SYSTEM WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE NOVEMBER 20, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -09/23/2009,09V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V366000),"Daimler Trucks North America, LLC",VARIABLE VALVE ACTUATION OIL LINE/CATERPILLAR,ENGINE AND ENGINE COOLING,FL-558,Vehicle,25362,"DAIMLER TRUCKS IS RECALLING MODEL YEAR 2004-2010 TRUCKS EQUIPPED WITH CATERPILLAR C15 ENGINE. THE VARIABLE VALVE ACTUATION OIL LINE MAY RUB AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK MAY RESULT IN A FIRE.,"DAIMLER TRUCKS IS WORKING WITH CATERPILLAR TO REMEDY THESE VEHICLES. PLEASE SEE CATERPILLAR'S DEFECT REPORT 09E-020. CATERPILLAR WILL INSPECT AND REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 5, 2009. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986 OR DAIMLER TRUCKS AT 1-800-547-0712." -09/22/2009,09V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V364000),"MILLENNIUM TRANSIT SERVICES, LLC",HORIZON LED SIDE DESIGNATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,09-001,Vehicle,34,"MILLENNIUM TRANSIT SERVICES IS RECALLING CERTAIN MODEL YEAR 2006 AND 2007 TRANSIT BUSES, MODEL R80THN, MANUFACTURED BETWEEN MARCH 2006 AND DECEMBER 2008, EQUIPPED WITH LUMINATOR HORIZON LED SIDE DESTINATION SIGNS. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.","A SHORT COULD OCCUR, POSSIBLY CAUSING SMOKE AND FIRE.","MILLENNIUM WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ONSEPTEMBER 30, 2009. OWNERS MAY CONTACT MILLENNIUM AT 1-575-347-7534." -09/21/2009,09E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E054000),"LUMINATOR HOLDING, LP",HORIZON LED SIDE DESTINATION SIGN/POSSIBLE FIRE,INTERIOR LIGHTING,17744,Equipment,18620,"LUMINATOR HOLDING LP IS RECALLING CERTAIN HORIZON LED SIDE DESTINATION SIGNSP/NOS. 506746(-001), (-002), (-004), 510544, 510565, AND 510545, SOLD AND INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS TRANSIT BUSES. THE CONNECTOR BOARD CAN CORRODE DUE TO AN ACCUMULATION OF MOISTURE UNDER THE CONNECTOR.",A SHORT COULD OCCUR CAUSING THE SIGN TO POSSIBLY SMOKE AND CATCH FIRE.,"LUMINATOR IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY OTHER BUSES THAT MAY CONTAIN THE DEFECT. THE AFFECTED BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR LUMINATOR AT 1-972-516-3033." -09/17/2009,09V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V362000),Honda (American Honda Motor Co.),SWINGARM WELD,STRUCTURE,NR (Not Reported),Vehicle,688,"HONDA IS RECALLING CERTAIN MODEL YEAR 2002 VTX1800 MOTORCYCLES MANUFACTURED BETWEEN AUGUST 14 AND OCTOBER 4, 2001. THE SWINGARM MAY NOT HAVE BEEN PROPERLY WELDED.","THE SWINGARM COULD BREAK WHILE RIDINGCAUSING THE RIDER TO LOSE CONTROL, POSSIBLY RESULTING IN CRASH.","HONDA WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE WELD AND, IF NECESSARY, REPLACE THE SWINGARM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 25, 2009. OWNERS MAY CONTACT HONDA MOTORCYCLE CUSTOMER SERVICE AT 1-866-784-1870." -09/17/2009,09V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V360000),"Yamaha Motor Corporation, USA",THROTTLE POSITION SENSOR,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,180,YAMAHA IS RECALLING CERTAIN MODEL YEAR 2005 MOTORCYCLES MANUFACTURED BETWEEN OCTOBER 2004 AND APRIL 2005. THE THROTTLE POSITION SENSOR CAN FAIL.,FAILURE OF THE THROTTLE POSITION SENSOR COULD CAUSE THE ENGINE TO STALL WHICH COULD RESULT IN A CRASH.,"YAMAHA WILL NOTIFY OWNERS AND REPLACE THE THROTTLE POSITION SENSOR FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 7, 2009. OWNERS MAY CONTACT YAMAHA AT 1-714-761-7300." -09/17/2009,09V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V363000),"Monaco RV, LLC",TIRE AND LOADING INFORMATION LABEL,EQUIPMENT,R09001,Vehicle,47,"CERTAIN MONACO RV MODEL YEAR 2010 TRAVEL TRAILERS MANUFACTURED BETWEEN SEPTEMBER 26, 2008 AND JULY 31, 2009 FAIL TO CONFORM WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE AND LOADING INFORMATION LABEL CONTAINS INCORRECT INFORMATION WHICH COULD LEAD TO OVERLOADING THE VEHICLE.","OVERLOADING CAN RESULT IN FAILURE OF THE FRAME COMPONENTS, POSSIBLY RESULTING IN A SUDDEN TIRE BLOWOUT OR OTHER FAILURE WHICH CAN RESULT IN LOSS OF CONTROL OF THE UNIT AND A CRASH COULD OCCUR.","MONACO RV WILL MAIL OWNERS A NOTIFICATION LETTER AND A REPLACEMENT TIRE AND LOADING LABEL ALONG WITH INSTRUCTIONS FOR APPLYING THE LABEL. THE SAFETY RECALL BEGAN ON OCTOBER 14, 2009. OWNERS MAY CONTACT MONACO RV AT 1-800-685-6545." -09/16/2009,09V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V356000),"Columbia Northwest, Inc.",BURNER STOVE FIRE,EQUIPMENT,NR (Not Reported),Vehicle,102,"COLUMBIA NORTHWEST IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 CAMPING TRAILERS MANUFACTURED BETWEEN JANUARY AND AUGUST 2009 EQUIPPED WITH THE ""IN-OUT 2-BURNER STOVE"". UNDER EXTENDED USE, A PROPANE HOSE FITTING MAY FAIL AND LEAK.",FAILURE OF THE HOSE FITTING COULD CAUSE A FIRE IN THE STOVE HOUSING INCREASING THE RISK OF PERSONAL INJURY.,"COLUMBIA NORTHWEST WILL NOTIFY OWNERS AND DEALERS WILL EITHER REPLACE THE ENTIRE PORTABLE IN-OUR 2-BURNER STOVE OR REPLACE THE INTERNAL COMPONENT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 6, 2009. OWNERS MAY CONTACT COLUMBIA NORTHWEST AT 1-724-423-7440." -09/16/2009,09V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V357000),"Daimler Trucks North America, LLC",RACK AND PINION STEERING,STEERING,FL-557,Vehicle,8882,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2005 THROUGH 2010 HEAVY DUTY TRUCKS MANUFACTURED FROM OCTOBER 29, 2005 THROUGH JULY 3, 2009. UNDER CERTAIN CONDITION, THE LEFT HAND INNER TIE ROD END MAY LOOSEN OVER TIME AND IF NOT CORRECTED, POTENTIALLY SEPARATE FROM THE STEERING RACK.",A SEPARATED TIE ROD ASSEMBLY CAN RESULT IN LOSS OF VEHICLE CONTROL AT HIGHER SPEEDS AND A CRASH COULD OCCUR.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 5, 2010. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -09/16/2009,09V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V361000),"Mitsubishi Motors North America, Inc.",SIDE AIRBAG RETAINER BRACKET,AIR BAGS,SR-09-003,Vehicle,531,"MITSUBISHI MOTORS NORTH AMERICA, INC. (MMNA) IS RECALLING CERTAIN MODEL YEAR 2010 ENDEAVOR MODEL VEHICLES MANUFACTURED BETWEEN MAY 26 AND JULY 28, 2009. THE RETAINER BRACKET USED FOR THE SEAT-MOUNTED SIDE AIRBAG FRAMES ON BOTH THE DRIVER AND FRONT PASSENGER SEATS MAY NOT HAVE BEEN PROPERLY WELDED.","IF THIS CONDITION EXISTS, THE FRONT SEAT-MOUNTED AIRBAGS MAY NOT DEPLOY CORRECTLY IN A SIDE IMPACT CRASH, POSSIBLY RESULTING IN INJURY TO THE SEAT OCCUPANT.","MMNA WILL NOTIFY OWNERS AND DEALERS WILL INSPECT THE WELD CONDITION OF THE SIDE AIRBAG RETAINER BRACKET ON THE FRONT PASSENGER SEATS. IF THE WELD IS INSUFFICIENT, THE DEALER WILL REPLACE THE SEATBACK ASSEMBLY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 30, 2009. OWNERS MAY CONTACT MITSUBISHI CUSTOMER RELATIONS DEPARTMENT AT 1-888-648-7820." -09/16/2009,09V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V358000),"Nissan North America, Inc.",SUSPENSION/STRUT INSULATOR CRACKING,SUSPENSION,NR (Not Reported),Vehicle,26398,NISSAN IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 ALTIMA AND MAXIMA PASSENGER CARS. THE UPPER FRONT STRUT INSULATORS MAY HAVE BEEN MANUFACTURED OUT OF SPECIFICATION RESULTING IN A POTENTIAL FOR THE STRUT INSULATOR TO CRACK.,"IF THE STRUT INSULATOR IS CRACKED, THERE IS A POTENTIAL FOR THE STRUT ROD TO COME OUT OF ITS MOUNTING POSITION, WHICH COULD AFFECT VEHICLE STABILITY AND INCREASE THE RISK OF A CRASH.",NISSAN WILL NOTIFY OWNERS AND DEALERS WILL REPLACE BOTH LEFT AND RIGHT SIDE FRONT STRUT INSULATORS FREE OF CHARGE. THE SAFETY RECALL BEGAN OCTOBER 2009. OWNERS MAY CONTACT NISSAN AT 1-800-NISSAN1 (1-800-647-7261). -09/16/2009,09V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V359000),"Gillig, LLC",WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1990,"GILLIG IS RECALLING CERTAIN MODEL YEAR 2001 THROUGH 2009 PHANTOM TRANSIT BUSES MANUFACTURED FROM JANUARY 2001 THROUGH AUGUST 2009 EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS. THE LIFTS ARE EQUIPPED WITH A LOGIC BOARD ASSEMBLY FOR THE WHEELCHAIR LIFT CONTROL BOX, P/NOS. 373-0226 AND 373-0265. THE OUTBOARD RAMP BARRIER COULD FOLD IN TOWARD A LIFT PASSENGER POSSIBLY PINCHING THE PASSENGER'S FEET.",THE LIFT PASSENGER COULD BE SERIOUSLY INJURED.,GILLIG WILL NOTIFY OWNERS AND THE REPAIRS WILL BE MADE BY LIFT-U FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2009. OWNERS MAY CONTACT LIFT-U AT 1-209-838-2400 OR GILLIG SERVICE AT 1-800-735-1500. -09/15/2009,09V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V355000),"Daimler Trucks North America, LLC",INTERMEDIATE STEERING COLUMNS/TRW,STEERING,FL-554,Vehicle,1505,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2010 THOMAS BUILT SCHOOL BUSES AND FREIGHTLINER BUSINESS CLASS M2 MEDIUM DUTY TRUCKS AND FREIGHTLINER CUSTOM CHASSIS S2 VEHICLES MANUFACTURED BETWEEN APRIL 21 AND JULY 2, 2009, EQUIPPED WITH TRW IGEN 3 INTERMEDIATE STEERING COLUMNS. THE WELD AROUND THE STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 6, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -09/15/2009,09V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V353000),"COACHMEN INDUSTRIES, INC.",REFRIGERATOR FIRE/MAYTAG,EQUIPMENT,NR (Not Reported),Vehicle,14,COACHMEN INDUSTRIES IS RECALLING CERTAIN MODEL YEAR 2002 THROUGH 2006 TRAVEL TRAILERS MANUFACTURED BETWEEN MARCH 2002 AND JUNE 2005 EQUIPPED WITH CERTAIN MODEL MAYTAG REFRIGERATORS. THE RELAY THAT TURNS ON THE REFRIGERATOR CAN OVERHEAT.,OVERHEATING CAN RESULT IN A FIRE.,"COACHMEN WILL NOTIFY OWNERS AND REPAIRS WILL BE MADE BY MAYTAG FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 22, 2009. OWNERS MAY CONTACT MAYTAG TOLL-FREE AT 1-866-533-9817 OR COACHMEN CUSTOMER SERVICE AT 1-574-266-4030 OPTION #5." -09/15/2009,09V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V354000),Keystone RV Company,SIDE WALL LADDER MOUNTS,EQUIPMENT,09-124,Vehicle,25,"KEYSTONE RV IS RECALLING CERTAIN MODEL YEAR 2009 LAREDO 301SLR FIFTH WHEEL VEHICLES MANUFACTURED BETWEEN SEPTEMBER 29, 2008 AND FEBRUARY 24, 2009. THE EXTERIOR SIDE WALL LADDER MOUNTS MAY PULL LOOSE FROM THE WALL DURING USE.",IF THE LADDER MOUNTS PULL LOOSE WHILE SOMEONE IS ON THE LADDER THEY COULD BE INJURED.,"KEYSTONE RV WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 2, 2009. OWNERS MAY CONTACT KEYSTONE RV TOLL-FREE AT 1-866-425-4369." -09/14/2009,09V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V352000),Shyft Group,INADVERTENT SIDE AIR BAG DEPLOYMENT,AIR BAGS,09004,Vehicle,239,"SPARTAN IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 ADV, DIA, GLD, AND MTR FIRE TRUCK CAB AND CHASSIS VEHICLES MANUFACTURED BETWEEN JANUARY 16, 2006 AND AUGUST 10, 2009 AND EQUIPPED WITH THE ROLLTEK SUPPLEMENTAL SIDE RESTRAINT SYSTEM. THE SIDE AIR BAGS ASSOCIATED WITH THE SUPPLEMENTAL RESTRAINT SYSTEM MAY INADVERTENTLY DEPLOY DUE TO FLUID INTRUSION INTO THE CONTROL MODULES.",INADVERTENT DEPLOYMENT OF THE AIR BAG COULD RESULT IN INJURY TO OUT OF POSITION OCCUPANTS AND POSSIBLY RESULT IN A VEHICLE CRASH.,"SPARTAN IS WORKING WITH THE VEHICLE MANUFACTURES TO IDENTIFY VEHICLES THAT MAY CONTAIN THE DEFECT. THE AFFECTED VEHICLES WILL BE REPAIRED BY SPARTAN FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT OCTOBER 5, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR SPARTAN CHASSIS TOLL-FREE AT 1-800-543-5008." -09/11/2009,09V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V351000),Eldorado National-Kansas,REAR BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,82,"ELDORADO NATIONAL IS RECALLING MODEL YEAR 2008-2009 AMERIVAN MOBILITY VEHICLES BUILT ON CHRYSLER TOWN & COUNTRY AND DODGE GRAND CARAVAN PLATFORMS VEHICLES. THE REAR BRAKE LINES MAY HAVE BEEN IMPROPERLY ROUTED AND NOT SECURED PROPERLY DURING THE ALTERATION. IF NOT ROUTED AND SECURED PROPERLY, THE BRAKE LINES COULD RUB AGAINST THE VEHICLE CAUSING A BRAKE FLUID LEAK.","A BRAKE FLUID LEAK COULD RESULT IN A LOSS OF BRAKING ABILITY, POSSIBLY CAUSING A CRASH.","ELDORADO NATIONAL AMERIVAN DEALERS WILL INSPECT THE VEHICLES AND IF THE BRAKE LINES WERE IMPROPERLY ROUTED THEY WILL BE CORRECTLY REINSTALLED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 13, 2009. OWNERS MAY CONTACT ELDORADO NATIONAL AT 1-800-955-9086. THESE MINIVANS HAVE BEEN ALTERED INTO WHEELCHAIR ACCESSIBLE VEHICLES BY ELDORADO. THIS RECALL IS NOT BEING CONDUCTED BY CHRYSLER GROUP LLC AND WILL NOT BE PERFORMED AT NO COST BY DODGE OR CHRYSLER DEALERS UNLESS THEY ARE ALSO AN ELDORADO NATIONAL DEALER." -09/09/2009,09V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V350000),Motor Coach Industries,TAG AXLE TIE ROD CLAMPS,STEERING,331B,Vehicle,53,"MCI IS RECALLING MODEL YEAR 2009 D4500/4505 COACHES EQUIPPED WITH THE MERITOR FH 946 14,000 LB RATED STEERABLE TAG AXLE. DUE TO INSUFFICIENT CLAMPING FORCE OF THE CYLINDER LOCK PLATE, IT MAY MOVE FROM ITS NORMAL SET POSITION, WHICH IN TURN COULD RESULT IN THE TAG AXLE NOT AUTOMATICALLY LOCKING, OR LOCKING WITH THE WHEELS NOT IN A STRAIGHT AHEAD POSITION.","IF THE TAG AXLE DOES NOT LOCK ABOVE 20 MPH, THERE IS A LOSS OF LATERAL FORCE CONTROL OF THE TAG AXLE THAT CAN AFFECT THE STEERING OF THE VEHICLE. ALSO DURING A TURN THE REAR OF THE VEHICLE WILL SWING FURTHER OUT IN THE OPPOSITE DIRECTION OF THE TURN AND COULD RESULT IN THE COACH STRIKING ANOTHER VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL PROVIDE REPLACEMENT CLAMPS THAT DO NOT HAVE PAINT ON THE CLAMPING SURFACES. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2009. OWNERS MAY CONTACT MCI CUSTOMER SERVICE LINE AT 1-800-241-2947." -09/08/2009,09V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V349000),"Mitsubishi Motors North America, Inc.",FUEL RETURN PIPE,"FUEL SYSTEM, OTHER",SR-09-004,Vehicle,6903,"MITSUBISHI IS RECALLING MODEL YEAR 2008-2009 LANCER EVOLUTION, RALLIART, AND SPORTBACK RALLIART VEHICLES EQUIPPED WITH TURBOCHARGED ENGINES. THE MANNER IN WHICH THE FUEL RETURN PIPE IS ATTACHED TO THE ENGINE, IN COMBINATION WITH FREQUENT VEHICLE OPERATION AT CERTAIN ENGINE REVOLUTIONS, MAY RESULT IN A RESONANCE THAT, IF CONTINUED OVER TIME, MAY CAUSE A STRESS CRACK TO DEVELOP AT THE FIXED PORTION OF THE FUEL PIPE.","IF THIS STRESS CRACK DEVELOPS, FUEL LEAKAGE MAY OCCUR. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","THE FUEL RETURN PIPE WILL BE REPLACED WITH A NEW PART AND TWO ADDITIONAL ATTACHMENT BRACKETS WILL BE INSTALLED TO BETTER CONTROL FUEL PIPE VIBRATION. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 29, 2009. OWNERS MAY CONTACT MITSUBISHI AT 1-888-648-7820." -09/03/2009,09V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V348000),PACCAR Incorporated,ELECTRONIC CONTROL MODULE/CUMMINS,ENGINE AND ENGINE COOLING,09KW9 & 909-D,Vehicle,135,"PACCAR IS RECALLING MODEL YEAR 2008-2010 KENWORTH T300, T270, AND T370, MODEL YEAR 2009-2010 T800 AND PETERBILT MODEL YEAR 2008-2010 335, 340, AND 367 VEHICLES BUILT ON CUMMINS' DIESEL ENGINE. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.","PACCAR IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE PLEASE SEE 09E-046. THE SAFETY RECALL BEGAN ON OCTOBER 1, 2009. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357)." -09/03/2009,09V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V347000),BUELL MOTORCYCLE CO.,FRONT BRAKE LINE CONTACT WITH TIRE,"SERVICE BRAKES, HYDRAULIC",0839,Vehicle,405,"BUELL IS RECALLING MODEL YEAR 2009 XB12SS MOTORCYCLES. THE FRONT BRAKE LINE MAY CONTACT THE FRONT TIRE. THIS CONTACT COULD CAUSE A HOLE TO DEVELOP IN THE FRONT BRAKE LINE, ALLOWING BRAKE FLUID TO LEAK.",THIS CONDITION MIGHT CAUSE AN INEFFECTIVE FRONT BRAKE AND LEAD TO A CRASH.,"DEALERS WILL INSPECT THE FRONT BRAKE LINE AND IF UNDAMAGED, INSTALL A GUIDE ON THE LINE. IF THE LINE IS DAMAGED, IT WILL BE REPLACED AND RE-ROUTED. EITHER REPAIR WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 21, 2009. OWNERS MAY CONTACT BUELL DISTRIBUTION COMPANY AT 1-414-343-8400." -09/02/2009,09E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E053000),Carrier Corporation,AIRV CEILING ASSEMBLIES/HEATER ELEMENT,EQUIPMENT,NR (Not Reported),Equipment,16000,"CARRIER IS RECALLING CERTAIN AIRV CEILING ASSEMBLIES MANUFACTURED BETWEEN 2007 AND 2009, P/NOS 99-00469-11, 99-00469-02, AND 99-00469-17, SOLD TO BE INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS RECREATIONAL VEHICLES AND ALSO SOLD AS AFTERMARKET EQUIPMENT. THE HEATER ELEMENT IN THESE ASSEMBLIES MAY BE DEFECTIVE WHICH COULD CAUSE THE UNIT TO CREATE SMOKE OR SPARKS.",THIS DEFECT COULD RESULT IN A FIRE.,EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THE AFFECTED AIRV CEILING ASSEMBLIES AS ORIGINAL EQUIPMENT. CARRIER WILL NOTIFY THE OWNERS WHO PURCHASED THE ASSEMBLIES AS AFTERMARKET EQUIPMENT. THE AIRV UNITS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR CARRIE AT 1-800-450-2211. -09/02/2009,09V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V344000),"Daimler Trucks North America, LLC",ENTRANCE DOOR GLASS,STRUCTURE,FL-556,Vehicle,15123,"DAIMLER TRUCKS IS RECALLING CERTAIN MODEL YEAR 2008 THROUGH 2010 SCHOOL AND NON-SCHOOL BUSES MANUFACTURED FROM MAY 10, 2007 THROUGH AUGUST 31, 2009, EQUIPPED WITH AG2 ENTRANCE DOORS. THE ENTRANCE DOOR GLASS MAY BE INADEQUATELY BONDED TO THE DOOR FRAME AND MAY SEPARATE FROM THE VEHICLE.","SEPARATION OF THE DOOR GLASS WHILE THE VEHICLE IS IN OPERATION COULD CREATE A ROAD HAZARD, POSSIBLY RESULTING IN A VEHICLE CRASH.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 23, 2010. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -09/02/2009,09T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T012000),"Pirelli Tire, LLC",TREAD/BELT EDGE SEPARATION,TIRES,NR (Not Reported),Tire,1680,"PIRELLI IS RECALLING CERTAIN PIRELLI PZERO CORSA TIRES, SIZE 285/35 ZR19 (99Y) K1, IP 1778200 (LEFT) AND IP 1778300 (RIGHT) MANUFACTURED BETWEEN JUNE 2007 AND JULY 2009. PARTIAL TREAD SEPARATION / BELT EDGE SEPARATION CAN OCCUR AT CONSTANT MAXIMUM HIGH SPEEDS (AT AND OVER 270 KMH OR 168 MPH FOR A PROLONGED PERIOD OF TIME).",TREAD OR BELT EDGE SEPARATION COULD RESULT IN A VEHICLE CRASH.,"PIRELLI TIRE WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. THIS RECALL BEGAN ON SEPTEMBER 9, 2009. OWNERS MAY CONTACT PIRELLI TIRE AT 1-800-747-3554, SELECT OPTION #2." -09/02/2009,09V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V345000),Motor Coach Industries,WHEELCHAIR DOOR BECOMES UNLATCHED,STRUCTURE,NR (Not Reported),Vehicle,352,"MCI IS RECALLING MODEL YEAR 2001-2004 G4500 MOTOR COACHES EQUIPPED WITH WHEELCHAIR LIFTS. IF THE UPPER WHEELCHAIR DOOR OPENS DUE TO A MALFUNCTION OF THE DOOR'S LATCHES, THERE IS A TELLTALE LIGHT IN THE INSTRUMENT PANEL THAT ILLUMINATES TO ALERT THE DRIVER THAT THE UPPER WHEELCHAIR DOOR IS NOT FULLY LATCHED AND CLOSED, HOWEVER THE DRIVER COULD FAIL TO NOTICE THAT THIS LIGHT IS ILLUMINATED.",THIS COULD RESULT IN THE WHEELCHAIR DOOR SLIDING OPEN WITHOUT FURTHER WARNING AND EXPOSE PASSENGERS TO THE RISK OF FALLING FROM THE COACH WHILE THE VEHICLE IS IN MOTION.,"DEALERS WILL INSTALL AN AUDIBLE ALARM IN THE DRIVER'S AREA TO PROVIDE AN ADDITIONAL ALERT IN THE EVENT THE DOOR IS NOT FULLY CLOSED AND LATCHED, AND WILL REINFORCE THE UPPER LATCH TO IMPROVE ITS DURABILITY. THE RECALL BEGAN ON SEPTEMBER 4, 2009. OWNERS MAY CONTACT MCI CUSTOMER SERVICE LINE AT 1-800-241-2947." -09/02/2009,09V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V346000),"New Flyer of America, Inc.",WHEELCHAIR LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,325,"NEW FLYER IS RECALLING MODEL YEAR 2002-2006 D60HF DIESEL 60 FOOT HIGH FLOOR TRANSIT BUSES EQUIPPED WITH A LIFT-U WHEELCHAIR LIFT, OR HAVE AFTERMARKET LIFT-U CONTROL BOXES INSTALLED. A DEFECT IN THE CONTROL BOX COULD CAUSE THE OUTBOARD RAMP BARRIER TO FOLD IN TOWARD A LIFT PASSENGER.",THE RAMP BARRIER COULD PINCH THE PASSENGER'S FEET.,"NEW FLYER IS WORKING WITH LIFT-U (PLEASE SEE RECALL 09E-051) AND WILL REPAIR THE TRANSIT BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 26, 2009. OWNERS MAY CONTACT NEW FLYER CUSTOMER SERVICE AT 1-204-934-4876 OR LIFT-U AT 1-209-838-2400." -09/01/2009,09V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V343000),"Volvo Car USA, LLC",CENTRAL ELECTRONIC MODULE SOFTWARE,ELECTRICAL SYSTEM,R215,Vehicle,11993,"VOLVO IS RECALLING MY 2008-2010 S80, MODEL YEAR 2009-2010 XC70 AND MODEL YEAR 2010 XC60 VEHICLES. UNDER CERTAIN CONDITIONS THE SOFTWARE WITHIN THE CENTRAL ELECTRONIC MODULE (CEM) MAY NOT SEND A SIGNAL TO THE FUEL PUMP ELECTRONIC MODULE (PEM). THIS MISSING SIGNAL TO THE PEM INHIBITS THE START OF THE FUEL PUMP. THE DRIVER MAY BE ABLE TO START THE ENGINE IN SPITE OF THE FUEL PUMP NOT BEING ACTIVATED DUE TO RESIDUAL PRESSURE IN THE FUEL SYSTEM. IN SOME CASES, THE DRIVER MAY BE ABLE TO DRIVE THE VEHICLE A SHORT DISTANCE AT IDLE BUT THEN THE ENGINE MAY STALL.","IF THE VEHICLE STALLS IN CERTAIN CONDITIONS, A CRASH COULD OCCUR.","DEALERS WILL DOWNLOAD SOFTWARE TO THE VEHICLES' CEM FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 30, 2009. VEHICLES IN DEALER'S INVENTORY WILL BE REPAIRED PRIOR TO DELIVERY. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -09/01/2009,09V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V342000),"Winnebago Industries, Inc.",STOVE PARTITION,EQUIPMENT,113,Vehicle,469,"WINNEBAGO IS RECALLING MODEL YEAR 2007-2008 ACCESS, ASPECT, SIGHTEER AND VISTA, MODEL YEAR 2007-2008 ITASCA IMPULSE, CAMBRIA, SUNOVA, AND SUNSTAR, MODEL YEAR 2009-2010 WINNEBAGO ACCESS, SIGHTSEER AND VISTA, MODEL YEAR 2009-2010 ITASCA IMPULSE, SUNOVA, AND SUNSTAR MOTOR HOMES. THESE MOTOR HOMES MAY HAVE A MISSING STOVE PARTITION THAT ISOLATES THE FURNACE AIR.","IF THE FURNACE IS OPERATED AT THE SAME TIME AS THE STOVE AND PARTITION IS MISSING, THE STOVE FLAME MAY GO OUT AND THE PROPANE GAS WILL CONTINUE TO FLOW, WHICH HAS THE POTENTIAL TO IGNITE RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL CORRECT THIS SITUATION BY INSTALLING A STOVE PARTITION THAT ISOLATES THE STOVE FROM THE FURNACE RETURN AIR AT NO CHARGE TO THE OWNER. THE RECALL BEGAN ON SEPTEMBER 30, 2009. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -08/31/2009,09V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V392000),"General Motors, LLC",BRAKE VACUUM SUCTION PORT,"SERVICE BRAKES, HYDRAULIC",09199,Vehicle,10119,"GENERAL MOTORS IS RECALLING CERTAIN MODEL YEAR 2009-2010 PONTIAC VIBE VEHICLES EQUIPPED WITH 1.8L ENGINE AND ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, IDAHO, ILLINOIS, IOWA, KANSAS, MAINE, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW YORK, NORTH DAKOTA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. WHEN DRIVING UNDER CERTAIN UNIQUE CONDITIONS IN EXTREMELY LOW AMBIENT TEMPERATURES, THE INTAKE MANIFOLD SUCTION PORT FOR THE BRAKE VACUUM CAN BECOME LOCKED DUE TO THE FREEZING OF CONDENSATION RESULTING FROM POSITIVE CRANKCASE VENTILATION.",THIS COULD LEAD TO AN INCREASE IN VEHICLE STOPPING DISTANCE AND A CRASH COULD OCCUR.,"DEALERS WILL MODIFY THE BRAKE VACUUM LINE FREE OF CHARGE. A SPECIAL ADVISORY LETTER WILL BE SENT TO OWNERS OF VEHICLES REGISTERED IN ALL OTHER STATES IN THE SAME TIME FRAME. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE OCTOBER 23, 2009. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668 OR AT THE OWNER CENTER AT WWW.GMOWNERCENTER.COM." -08/31/2009,09V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V341000),Pierce Manufacturing,SIDE-ROLL AIR BAGS/INADVERTENT DEPLOYMENT,AIR BAGS,39-0139830,Vehicle,28,PIERCE IS RECALLING CERTAIN MODEL YEAR 2007 THROUGH 2009 FIRE TRUCKS EQUIPPED WITH SIDE-ROLL PROTECTION SYSTEMS. THE SENSOR DESIGNED TO DETECT VEHICLE ROLL CAN MALFUNCTION RESULTING IN AN INADVERTENT DEPLOYMENT OF THE PROTECTION SYSTEM.,INADVERTENT DEPLOYMENT OF THE SIDE-ROLL PROTECTION SYSTEM COULD RESULT IN A VEHICLE CRASH OR INJURY TO AN OUT OF POSITION OCCUPANT.,"PIERCE WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 31, 2009. OWNERS MAY CONTACT PIERCE TOLL-FREE AT 1-888-974-3723." -08/28/2009,09V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V339000),"HME, Inc.",ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,29,"HME IS RECALLING MODEL YEAR 2009 1871 FIRE TRUCKS BUILT ON CUMMINS' DIESEL ENGINE. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",HME IS WORKING WITH CUMMINS TO REPAIR THE ENGINES FREE OF CHARGE. PLEASE SEE 09E-046. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS (1-800-343-7357). -08/28/2009,09V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V340000),"ST Engineering Hackney, Inc",REAR CORNER LIGHTING/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,100,"VT SPECIALIZED VEHICLES IS RECALLING MY 2003-2008 TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REAR SIDE MARKER LAMPS AS REQUIRED WERE OMITTED DURING PRODUCTION.",THE VISIBILITY OF THE VEHICLE WILL BE REDUCED.,DEALERS WILL INSPECT AND ADD THE APPROPRIATE LIGHTING FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2009. OWNERS MAY CONTACT VT SPECIALIZED VEHICLES AT 252-946-6521. -08/27/2009,09V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V338000),Toyota Motor Engineering & Manufacturing,BRAKE VACUUM SUCTION PORT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,95705,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2008-2009 SCION XD AND MY 2009-2010 COROLLA, AND COROLLA MATRIX VEHICLES EQUIPPED WITH 1.8L ENGINE AND ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, IDAHO, ILLINOIS, IOWA, KANSAS, MAINE, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW YORK, NORTH DAKOTA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. WHEN DRIVING UNDER CERTAIN UNIQUE CONDITIONS IN EXTREMELY LOW AMBIENT TEMPERATURES, THE INTAKE MANIFOLD SUCTION PORT FOR THE BRAKE VACUUM CAN BECOME BLOCKED DUE TO THE FREEZING OF CONDENSATION RESULTING FROM POSITIVE CRANKCASE VENTILATION.",THIS COULD LEAD TO AN INCREASE IN VEHICLE STOPPING DISTANCE AND A CRASH COULD OCCUR.,"DEALERS WILL INSTALL A NEWLY DESIGNED INTAKE AIR CONNECTOR WHICH WILL RELOCATE THE BRAKE SYSTEM VACUUM PORT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 21, 2009. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -08/27/2009,09V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V336000),"KZRV, L.P.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,230,"KZRV IS RECALLING MODEL YEAR 2001-2003 RECREATIONAL TRAILERS EQUIPPED WITH NORCOLD MODEL 1200LRIM REFRIGERATORS, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",KZRV IS WORKING WITH NORCOLD AND WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE (PLEASE SEE 09E-027). OWNERS MAY CONTACT NORCOLD'S RECALL CENTER AT 1-800-767-9101. -08/27/2009,09V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V337000),UD Trucks Corporation,STEERING DRAG LINK,STEERING,NR (Not Reported),Vehicle,94,NISSAN DIESEL IS RECALLING CERTAIN MODEL YEAR 2007-2008 UD3300 VEHICLES THAT WERE MODIFIED BY INSTALLING DUAL STEERING CONTROLS FOR USE AS STREET SWEEPERS. THE RIGHT SIDE STEERING DRAG LINK MAY HAVE BEEN INSTALLED INCORRECTLY.,INCORRECT INSTALLATION OF THE RIGHT SIDE STEERING DRAG LINK AND/OR IMPROPER ADJUSTMENT OF THE STEERING STOPS COULD ALLOW THE TIRE TO CONTACT THE RIGHT SIDE STEERING DRAG LINK DURING A FULL LEFT TURN. CONTINUED OPERATION WITH THE RIGHT FRONT TIRE CONTACTING THE RIGHT SIDE STEERING DRAG LINK MAY RESULT IN STRUCTURAL WEAKENING AND BENDING OF THE DRAG LINK. THIS COULD RESULT IN A LOSS OF STEERING CONTROL AND/OR CAUSE A VEHICLE CRASH WITHOUT WARNING TO THE VEHICLE OPERATOR.,"DEALERS WILL REINSTALL THE RIGHT SIDE STEERING DRAG LINK AND THE STEERING STOP ADJUSTMENT WILL BE ADJUSTED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE OCTOBER 12, 2009. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5500." -08/25/2009,09V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V335000),Blue Bird Body Company,LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,R09PS,Vehicle,3736,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 ALL AMERICAN, VISION, AND MICRO BIRD SCHOOL BUSES MANUFACTURED BETWEEN APRIL 18, 2008 AND FEBRUARY 11, 2009, EQUIPPED WITH SPECIALTY MANUFACTURING, INC. (SMI) 000290 LED LIGHT KITS. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE STOP ARMS. THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS WOULD BE DECREASED, POSSIBLY ENDANGERING A CHILD OR PEDESTRIAN TO INJURY BY PASSING VEHICLES.","BLUE BIRD WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY SMI. THE SAFETY RECALL BEGAN ON SEPTEMBER 24, 2009. OWNERS MAY CONTACT SMI WARRANTY SERVICE AT 1-800-951-7867 OR BLUE BIRD AT 1-478-822-2242." -08/20/2009,09V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V333000),"Volkswagen Group of America, Inc.",DIRECT SHIFT GEARBOX,POWER TRAIN,37E3/S7 & 37E5/J7,Vehicle,16000,"VOLKSWAGEN IS RECALLING CERTAIN MODEL YEAR 2009 AND 2010 PASSENGER CARS MANUFACTURED BETWEEN SEPTEMBER 2008 AND AUGUST 2009. THE WIRING HARNESS OF A TEMPERATURE SENSOR IN THE DIRECT SHIFT GEARBOX (DSG) MAY HAVE CONNECTOR WIRES THAT WERE INSUFFICIENTLY CRIMPED. WITH INSUFFICIENTLY CRIMPED CONNECTOR WIRES, A TEMPERATURE SENSOR HAS THE POTENTIAL TO FALSELY DETECT A HIGH GEARBOX OIL TEMPERATURE, CAUSING THE TRANSMISSION TO ABRUPTLY SHIFT TO NEUTRAL. IF THIS HAPPENS, THE SELECTOR LEVER POSITION INDICATOR WITHIN THE INSTRUMENT PANEL WILL FLASH. IN ADDITION, THE ""DEPRESS BRAKE PEDAL"" INDICATOR LIGHT WILL BE ILLUMINATED, ALERTING THE DRIVER TO APPLY THE BRAKES.",THE ABRUPT SHIFT TO NEUTRAL COULD LEAD TO A CRASH WITHOUT WARNING.,"VOLKSWAGEN WILL REPROGRAM THE TRANSMISSION CONTROL MODULE WITH UPDATED SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 20, 2009. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -08/20/2009,09V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V334000),Labrie Enviroquip Group,SERVICE BRAKES/QUICK RELEASE VALVES,"SERVICE BRAKES, AIR",SB 09-09,Vehicle,29,"LABRIE ENVIRONMENTAL GROUP IS RECALLING CERTAIN MODEL YEAR 2008 GARBAGE AND RECYCLING TRUCKS EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRVS). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"LABRIE WILL NOTIFY OWNERS AND REPLACE THE QRVS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 23, 2009. OWNERS MAY CONTACT LABRIEPLUS CUSTOMER SERVICE AT 1-877-452-2743." -08/19/2009,09V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V332000),Toyota Motor Engineering & Manufacturing,FMVSS 208 AIRBAG WARNING LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1309,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2010 COROLLA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE AIR BAG LABEL INSTALLED ON THE DRIVER SIDE SUN VISOR CAN SEPARATE FROM THE SURFACE OF THE VISOR.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL INSPECT THE LABEL AND EXCHANGE THE DRIVER'S SIDE SUN VISOR FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 3, 2009. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -08/18/2009,09V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V331000),"Dutchmen Manufacturing, Inc.",FEDERAL IDENTIFICATION TAG TIRE LOADING LABEL,EQUIPMENT,NR (Not Reported),Vehicle,51,"DUTCHMEN IS RECALLING CERTAIN MODEL YEAR 2009-2010 DUTCHMAN AND FOUR WINDS TRAILERS MANUFACTURED BY DUTCHMAN BECAUSE THEY FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL IDENTIFICATION TAG TIRE AND LOADING INFORMATION LABEL DOES NOT CONTAIN THE CORRECT SIZE.","DURING REPLACEMENT OF THE TIRES, A CONSUMER COULD INSTALL THE INCORRECT TIRE POTENTIALLY LEADING TO A CRASH.","DUTCHMAN WILL MAIL THE APPROPRIATE LABELS TO OWNERS FREE OF CHARGE. IF THE CUSTOMER REQUIRES ASSISTANCE INSTALLING THE LABELS, A DEALER WILL INSTALL THE LABEL. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE SEPTEMBER 4, 2009. OWNERS MAY CONTACT DUTCHMEN AT 1-866-869-1109." -08/18/2009,09V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V330000),PERSONALIZED VANS AND TRUCKS,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"PERSONALIZED VANS AND TRUCKS IS RECALLING CERTAIN VANS EQUIPPED WITH PLATFORM STYLE WHEELCHAIR LIFTS MANUFACTURED BY RICON CORPORATION. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES,"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,PERSONALIZED VANS AND TRUCKS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON CORPORATION AT 1-818-267-3000. -08/18/2009,09V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V329000),PERSONALIZED VANS AND TRUCKS,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"PERSONALIZED VANS AND TRUCKS IS RECALLING CERTAIN VANS EQUIPPED WITH PLATFORM STYLE WHEELCHAIR LIFTS MANUFACTURED BY RICON CORPORATION. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,PERSONALIZED VANS AND TRUCKS IS WORKING WITH RICON CORPORATION TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON CORPORATION AT 1-818-267-3000. -08/17/2009,09E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E052000),"AFX North America, Inc.",MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,984,"AFX IS RECALLING CERTAIN MODEL FX-28 MOTORCYCLE HELMETS, SIZES XS, SM, AND MD, MANUFACTURED DURING DECEMBER 2007. THESE HELMETS FAIL TO COMPLY WITH THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE WEARER OF THE HELMET MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN PERSONAL INJURY.",AFX WILL NOTIFY OWNERS AND PROVIDE A REPLACEMENT HELMET FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2009. OWNERS MAY CONTACT AFX AT 1-519- 686-6477. -08/13/2009,09V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V328000),Blue Bird Body Company,OFFSET LEG BARRIER PADS OR 2/3 SEAT BACK/FMVSS 222,SEATS,R09PM,Vehicle,37095,"BLUE BIRD IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2010 ALL AMERICAN, VISION, MICRO BIRD, AND CONVENTIONAL SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 30, 2003 AND MAY 7, 2009. INCORRECT OFFSET LEG BARRIER PADS OR 2/3 SEAT BACK PADS MAY HAVE BEEN INSTALLED. BUSES WITH INCORRECT PADS INSTALLED FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THERE IS AN INCREASED RISK OF INJURY TO THE SEAT OCCUPANT(S).","BLUE BIRD WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 18, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -08/11/2009,09V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V324000),Newmar Corporation,REFRIGERATOR FIRE,EQUIPMENT,NR (Not Reported),Vehicle,493,"NEWMAR IS RECALLING CERTAIN MODEL YEAR 2003 AND 2004 MOTOR HOMES AND RECREATIONAL VEHICLE TRAILERS MANUFACTURED BETWEEN MARCH 5, 2002 AND APRIL 3, 2003, EQUIPPED WITH CERTAIN NORCOLD REFRIGERATORS. THE COOLANT SOLUTION IN THESE COOLING UNITS CAN ESCAPE.","IF A LEAK OCCURS AND THE UNIT CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NEWMAR IS WORKING WITH NORCOLD TO NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE REMEDY CAMPAIGN WILL BE CONDUCTED BY NORCOLD. THE SAFETY RECALL CAMPAIGN BEGAN ON OCTOBER 19, 2009. OWNERS MAY CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR NEWMAR AT 1-574-773-7791." -08/11/2009,09V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V327000),"BMW of North America, LLC",SAFETY BELT TENSIONERS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,195,"BMW IS RECALLING CERTAIN MODEL YEAR 2009 Z4 30I AND 35I VEHICLES MANUFACTURED BETWEEN MARCH 10 AND MARCH 19, 2009. A DEFECTIVE CRIMP CONNECTOR IN A BELT TENSIONER WIRING PLUG MAY LEAD TO INCREASED ELECTRICAL RESISTANCE OF THAT CONNECTION.","INCREASED ELECTRICAL RESISTANCE IN THAT CIRCUIT COULD CAUSE THE SAFETY BELT TENSIONER TO FAIL TO DEPLOY IN A CRASH, POSSIBLY RESULTING IN INCREASED INJURY TO THE SEAT OCCUPANT.","THE SAFETY BELT TENSIONER WIRING WILL BE REPAIRED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 5, 2009. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AT 1-800-525-7417." -08/10/2009,09E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E050000),Curt Manufacturing LLC,AFTERMARKET RECEIVER HITCH,EQUIPMENT,NR (Not Reported),Equipment,110,"CURT IS RECALLING CERTAIN CLASS 1 RECEIVER HITCHES, P/N 11500, MANUFACTURED BETWEEN MARCH 26, 2008 AND MARCH 12, 2009, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON MODEL YEAR 2008 THROUGH 2010 NISSAN INFINITI EX35 VEHICLES. WHEN THE HITCH IS LOADED TO THE MAXIMUM RATING, THE BUMPER STRUCTURE OF THE VEHICLE MAY PULL AWAY FROM THE VEHICLE FRAME.",A VEHICLE CRASH CAN OCCUR SHOULD THE TOWED VEHICLE SEPARATE FROM THE TOWING VEHICLE WHILE IN OPERATION.,"CURT MFG WILL NOTIFY OWNERS AND REPLACE THE HITCHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 14, 2009. OWNERS MAY CONTACT CURT MFG TOLL-FREE AT 1-800-738-7213." -08/10/2009,09E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E051000),LIFT-U,WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,8351,"LIFT-U IS RECALLING CERTAIN WHEELCHAIR LIFTS SOLD AS ORIGINALLY INSTALLED EQUIPMENT FOR VARIOUS HEAVY DUTY TRANSIT BUSES AND ALSO SOLD AS AFTERMARKET EQUIPMENT. THE LIFTS ARE EQUIPPED WITH A LOGIC BOARD ASSEMBLY FOR THE WHEELCHAIR LIFT CONTROL BOX, P/NOS. 373-0226 AND 373-0265. THE OUTBOARD RAMP BARRIER COULD FOLD IN TOWARD A LIFT PASSENGER POSSIBLY PINCHING THE PASSENGER'S FEET.",THE LIFT PASSENGER COULD BE SERIOUSLY INJURED.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE WHEELCHAIR LIFTS AS ORIGINAL EQUIPMENT. THE VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON AUGUST 26, 2009. OWNERS MAY CONTACT EITHER THEIR VEHICLE MANUFACTURER OR LIFT-U AT 1-209-838-2400." -08/07/2009,09V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V317000),HYUNDAI CARIBBEAN-PUERTO RICO,CHROMIUM PLATED DOOR INSIDE HANDLE REPAIR,LATCHES/LOCKS/LINKAGES,91B032,Vehicle,82,"HYUNDAI IS RECALLING 82 MODEL YEAR 2002-2003 SONATA VEHICLES. REPEATED USE OF THE INTERIOR DOOR HANDLE MAY CAUSE WEAR OF THE CHROME PLATING. IF THE TOP EDGE OF THE HANDLE HAS VERY THIN CHROME PLATING THAT PORTION OF THE PLATING MAY WEAR AWAY MORE EASILY THAN MORE THICKLY PLATED AREAS AS THE DOOR HANDLE IS USED. THE WORN CHROME PLATING ON THE UPPER EDGE OF THE HANDLE MAY RESULT IN A CRACK OR SEPARATION BETWEEN THE CHROME PLATING ON THE INBOARD AND OUTBOARD SURFACES OF THE HANDLE, WHICH MAY FORM A SHARP EDGE.",A SHARP EDGE COULD LACERATE OR OTHERWISE INJURE A VEHICLE OCCUPANT.,"DEALERS WILL REPAIR THE CHROME PLATED INTERIOR DOOR HANDLE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 16, 2009. OWNERS MAY CONTACT HYUNDAI OF PUERTO RICO AT 1-787-999-3333." -08/07/2009,09V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V322000),GIRARDIN MINIBUS INC.,FOLDING SEAT INSTALLATION BOLTS/FMVSS 207 & 210,SEATS,09-031-FSU,Vehicle,16,"GIRARDIN IS RECALLING MODEL YEAR 2006 THROUGH 2009 G5 NON-SCHOOL BUSES MANUFACTURED BETWEEN JUNE 1, 2006 AND JULY 2009 EQUIPPED WITH FREEDMAN FOLDING SEATS. THE LOCATION OF THE BOLTS USED FOR THE ANCHORAGE OF THE FREEDMAN FOLDING SEAT INSTALLED IN THESE VEHICLES IS IMPROPER. THE SEAT FLOOR REINFORCEMENT DOESN'T COVER THE ENTIRE SEAT BOLTS FIXATION BECAUSE OF A CROSS MEMBER INTERFERENCE. THESE SEATS FAIL TO CONFORM TO THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 207, ""SEATING SYSTEMS,"" AND 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT AND SEAT BELT ASSEMBLY MAY NOT RESTRAIN THE OCCUPANT AS INTENDED POSSIBLY RESULTING IN INJURY OR DEATH TO THE SEAT OCCUPANT.","GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 30, 2009. OWNERS MAY CONTACT GIRARDIN AT 1-819-477-2012 EXT 401." -08/07/2009,09V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V319000),"BMW of North America, LLC",FUEL PUMP CONTROL UNIT CORRISION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4839,"BMW IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2008 R1200 GS MOTORCYCLES MANUFACTURED BETWEEN AUGUST 2006 AND JANUARY 2008. THE SEALING OF THE FUEL PUMP CONTROL UNIT HOUSING MIGHT BE INSUFFICIENT AND WATER COULD INTRUDE INTO THE CONTROL UNIT HOUSING CREATING A HUMID ATMOSPHERE. UNDER SUCH CONDITIONS, THE FUEL PUMP COULD CORRODE AND THEN FAIL.",FAILURE OF THE FUEL PUMP WILL CAUSE INADEQUATE FUEL TO REACH THE ENGINE AND CAUSE THE ENGINE TO STOP RUNNING. A LOSS OF ENGINE POWER WITHOUT WARNING COULD INCREASE THE RISK OF A CRASH.,"BMW WILL NOTIFY OWNERS AND REPLACE THE FUEL PUMP CONTROL UNIT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 9, 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/07/2009,09V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V318000),Daimler Buses North America,PASSENGER WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,824,DAIMLER BUS NORTH AMERICA IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 ORION VII TRANSIT BUSES MANUFACTURED FROM DECEMBER 2007 THROUGH JULY 2009. THE PASSENGER WINDOWS HAVE A TIP-IN TRANSOM WINDOW WHICH IS ATTACHED BY SCREWS. THESE SCREWS MAY LOOSEN AND THE WINDOW MAY DISLODGE AND FALL INTO THE BUS.,A COLLAPSING WINDOW COULD INJURE PASSENGERS.,"AN INTERIM NOTICE WAS SENT TO OWNERS ON OCTOBER 21, 2009 INSTRUCTING THEM TO CHECK THAT THE SCREWS ARE PROPERLY TIGHTENED AND TO INSPECT THEM PERIODICALLY. A PERMANENT REPAIR IS NOW AVAILABLE AND OWNERS WILL BE PROVIDED INSTRUCTIONS TO REPAIR THE BUSES FREE OF CHARGE. AN OWNER NOTIFICATION ADVISING OWNERS ABOUT THE PERMANENT FREE REMEDY WILL BE MAILED ON OR ABOUT AUGUST 27, 2010. OWNERS MAY CONTACT DAIMLER BUSES NORTH AMERICA AT 1-800-716-7466." -08/07/2009,09V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V316000),"Jaguar Land Rover North America, LLC",REPLACEMENT TIRE PLACARD LABEL/FMVSS 110,EQUIPMENT,J014,Vehicle,34,"JAGUAR IS RECALLING 34 MODEL YEAR 2010 XF VEHICLES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE RECOMMENDED TIRE PRESSURE ON THE TIRE PLACARD LABEL DOES NOT CORRESPOND WITH THE TIRES FITTED TO THE VEHICLE.",CUSTOMERS MAY INFLATE TIRES TO AN INCORRECT PRESSURE DUE TO THIS TIRE PRESSURE MISLABELING. FAILURE TO INFLATE TIRES TO THE CORRECT PRESSURES CAN LEAD TO LOSS OF VEHICLE STABILITY AND INCREASE THE RISK OF A CRASH.,"DEALERS WILL BE INSTRUCTED TO INSPECT THE TIRE PLACARD LABEL. IF THE RECOMMENDED PRESSURE ON THE TIRE PLACARD LABEL DOES NOT CORRESPOND WITH THE TIRES FITTED TO THE VEHICLE, THAT LABEL WILL BE REMOVED AND REPLACED WITH A LABEL STATING THE CORRECT RECOMMENDED TIRE PRESSURE. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 19, 2009. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -08/07/2009,09V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V320000),GIRARDIN MINIBUS INC.,SEAT BELT ASSEMBLY/FMVSS 207 AND 210,SEATS,09-032-MPU,Vehicle,6,"GIRARDIN MINIBUS IS RECALLING MODEL YEAR 2007-2009 G5 CUTAWAY MULTI PURPOSE VEHICLES (MPV'S) BUILT ON FORD AND GM CHASSIS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS (FMVSS) NO. 207, ""SEATING SYSTEM"" AND FMVSS NO. 210, ""SEAT BELT ASSEMBLY."" THE SECTION OF THE FLOOR ON WHICH THE SEAT IS INSTALLED TEARS WHEN THE LOADS REQUIRED BY FMVSS 207 AND 210 ARE APPLIED SIMULTANEOUSLY.","IN THE EVENT OF A CRASH, THE SEAT AND SEAT BELT ASSEMBLY MAY NOT RESTRAIN THE OCCUPANT AS INTENDED, THEREBY INCREASING THE RISK OF INJURY OR DEATH TO A VEHICLE OCCUPANT.","DEALERS WILL INSTALL AND REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 18, 2009. OWNERS MAY CONTACT GIRARDIN MINIBUS AT 1-819-477-2012." -08/04/2009,09V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V315000),GIRARDIN MINIBUS INC.,LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,09-029-SAU,Vehicle,2,"GIRARDIN IS RECALLING CERTAIN MODEL YEAR 2008 G5 AND MB II SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 1, 2008, AND OCTOBER 31, 2008, EQUIPPED WITH SPECIALTY MANUFACTURING, INC. (SMI) 000290 LED LIGHT KITS. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE STOP ARMS AND, AS A RESULT, THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS AND THE STOP ARM WOULD BE DECREASED, THEREBY INCREASING THE RISK OF A PASSING VEHICLE STRIKING A CHILD OR OTHER PERSON ENTERING OR LEAVING THE BUS.","GIRARDIN WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 20, 2009. OWNERS MAY CONTACT SMI WARRANTY SERVICE AT 1-800-951-7867 OR GIRARDIN AT 1-819-477-2012." -08/03/2009,09V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V326000),QUALITY VANS,FMVSS 404/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"QUALITY VANS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2006 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,QUALITY VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR QUALITY VANS AT 1-480-464-7007. -08/03/2009,09V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V325000),QUALITY VANS,THRESHOLD WARNING SYSTEM/FMVSS 404,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,14,"QUALITY VANS IS RECALLING CERTAIN MODEL YEAR 2004 THROUGH 2008 VANS MANUFACTURED BETWEEN AUGUST 2005 AND NOVEMBER 2007, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,QUALITY VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR QUALITY VANS AT 1-480-464-7007. -07/30/2009,09V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V313000),"Champion Bus, Inc.",HYDRAULIC BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,36,"CHAMPION BUS IS RECALLING 36 MODEL YEAR 2004, 2005, AND 2007 DEFENDER AND MODEL YEAR 2005-2006 M1000 BUSES BUILT BETWEEN APRIL 12, 2004 AND SEPTEMBER 18, 2006. CERTAIN HYDRAULIC BRAKE LINES MAY CONTACT THE TRANSMISSION DIPSTICK TUBE AS THE ENGINE ROCKS.","CONTINUED CONTACT BETWEEN THE BRAKE LINE AND THE DIPSTICK TUBE COULD CAUSE A BRAKE FLUID LEAK AND REDUCE BRAKE PERFORMANCE, POTENTIALLY RESULTING IN A CRASH WITHOUT WARNING.",DAIMLER TRUCKS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE 09V-114. DAIMLER TRUCKS WILL CORRECT THE CHASSIS IF FOUND TO BE DEFECTIVE. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. -07/29/2009,09V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V296000),ACCESS MOBILITY CENTER,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"ACCESS MOBILITY IS RECALLING 3 MODEL YEAR 2004 FORD E-250 AND MODEL YEAR 2006 DODGE SPRINTER VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ACCESS MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V309000),"General Motors, LLC",AIR COMPRESSOR MALFUNTION,"SERVICE BRAKES, AIR",09153,Vehicle,1880,"GM IS RECALLING 1,880 MODEL YEAR 2007 CHEVROLET KODIAK AND T-SERIES, GMC TOPKICK AND T-SERIES, AND ISUZU F-SERIES AND H-SERIES PASSENGER VEHICLES EQUIPPED WITH 7.8L DIESEL ENGINE. THE AIR COMPRESSOR IN SOME OF THESE VEHICLES MAY NOT BUILD ENOUGH AIR PRESSURE TO SUPPORT THE AIR BRAKE SYSTEM. IF THIS CONDITION WERE TO OCCUR WHILE THE VEHICLES WAS STATIONARY (BRAKES APPLIED), THE AIR BRAKES WOULD REMAIN APPLIED AND PREVENT THE VEHICLE FROM MOVING.","IF THE DRIVER IGNORES THESE WARNINGS AND CONTINUES TO DRIVE THE VEHICLE, AND IF THERE WAS A CONTINUED LOSS OF PRESSURE, THE REAR SPRING PARKING BRAKES WOULD AUTOMATICALLY APPLY, PREVENTING THE TRUCK FROM BEING DRIVEN.","DEALERS WILL INSPECT THE AIR COMPRESSOR FOR ITS ABILITY TO BUILD AIR PRESSURE, AND EITHER MODIFY THE AIR COMPRESSOR BY ELIMINATION OF THE SUPPRESSION VALVE OR REPLACE THE AIR COMPRESSOR ASSEMBLY FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, ISUZU AT 1-800-255-6727 OR AT WWW.GMOWNERCENTER.COM." -07/29/2009,09V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V310000),"General Motors, LLC",BRAKE LAMP SWITCH MALFUNCTION,EXTERIOR LIGHTING,09049,Vehicle,185903,"GM IS RECALLING 185,903 MODEL YEAR 2004-2009 COLORADO, GMC MODEL YEAR 2009-2004 CANYON, MODEL YEAR 2006 I-280, I-350, MODEL YEAR 2007-2008 I-290, AND I-370, PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ALABAMA, ARIZONA, FLORIDA, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NEVADA, NEW MEXICO, PUERTO RICO, SOUTH CAROLINA, TEXAS, U.S. VIRGIN ISLANDS AND UTAH. SOME OF THESE VEHICLES HAVE A BRAKE LAMP SWITCH THAT MAY NOT WORK AS DESIGNED DUE TO CONTAMINATION IN THE SWITCH.",THIS CONDITION COULD CAUSE THE SIMULTANEOUS LOSS OF ALL BRAKE LAMPS OR CAUSE ALL OF THE BRAKE LAMPS TO STAY ON CONTINUOUSLY. BOTH OF THESE CONDITIONS COULD FAIL TO WARN OTHERS OF THE DRIVER'S INTENTIONS AND COULD LEAD TO A VEHICLE CRASH.,"DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS AS SPECIFIED IN THE RECALL BULLETIN FREE OF CHARGE. GM ANTICIPATES THAT PARTS WILL BE AVAILABLE BY JUNE 2010. A SPECIAL COVERAGE FOR VEHICLES REGISTERED IN ALL OTHER STATES WILL BE IMPLEMENTED IN THE SAME TIME FRAME. IN THE INTERIM, OWNERS WHO EXPERIENCE THE FAILURE CAN OBTAIN A FREE REPAIR, HOWEVER THEY WILL BE REQUIRED TO RETURN WHEN THE NEW DESIGN PART BECOMES AVAILABLE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, ISUZU AT 1-800-255-6727 OR AT WWW.GMOWNERCENTER.COM." -07/29/2009,09V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V298000),R&R MOBILITY VANS & LIFTS INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"R&R MOBILITY IS RECALLING 7 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,R&R MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V302000),DRIVE MASTER CO. INC,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"DRIVE MASTER IS RECALLING 1 VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THE LIFT FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES,"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,DRIVE MASTER IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V304000),VAN PRODUCTS MOBILITY & COMMERCIAL,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"VAN PRODUCTS IS RECALLING 8 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES,"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,VAN PRODUCTS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V307000),THE CUSTOMIZERS INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"CUSTOMIZERS IS RECALLING 3 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES,"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,CUSTOMIZERS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V299000),"Foretravel, Inc.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,"FORETRAVEL IS RECALLING 1 MODEL YEAR 2002 U320 RECREATIONAL VEHICLE EQUIPPED WITH A NORCOLD MODEL 1200LRIM REFRIGERATOR, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",FORETRAVEL IS WORKING WITH NORCOLD AND NORCOLD WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE (PLEASE SEE 09E-027). OWNERS MAY CONTACT NORCOLD'S RECALL CENTER AT 1-800-767-9101. -07/29/2009,09V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V300000),"Winnebago Industries, Inc.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1547,"WINNEBAGO IS RECALLING 1,547 MODEL YEAR 2001-2003 RECREATIONAL VEHICLES EQUIPPED WITH NORCOLD MODEL 1200LRIM REFRIGERATORS, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",WINNEBAGO IS WORKING WITH NORCOLD AND NORCOLD WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE (PLEASE SEE 09E-027). OWNERS MAY CONTACT NORCOLD'S RECALL CENTER AT 1-800-767-9101. -07/29/2009,09V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V295000),ACCESS MOBILITY CENTER,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"ACCESS MOBILITY IS RECALLING 3 MODEL YEAR 2004 FORD E-250 AND MODEL YEAR 2006 DODGE SPRINTER VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFT. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ACCESS MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V297000),R&R MOBILITY VANS & LIFTS INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"R&R MOBILITY IS RECALLING 7 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFT. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,R&R MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V301000),DRIVE MASTER CO. INC,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"DRIVE MASTER IS RECALLING 3 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,DRIVE MASTER IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V303000),VAN PRODUCTS MOBILITY & COMMERCIAL,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"VAN PRODUCTS IS RECALLING 8 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THE LIFT FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,VAN PRODUCTS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V305000),"ACCESSIBLE VANS & MOBILTIY OF NY, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"ACCESSIBLE VANS IS RECALLING 1 VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ACCESSIBLE VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V306000),THE CUSTOMIZERS INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"CUSTOMIZERS IS RECALLING 6 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,CUSTOMIZERS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V308000),"BOULEVARD VAN CITY, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"BOULEVARD IS RECALLING 3 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,BOULEVARD IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/29/2009,09V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V294000),"CHANGZHOU NANXIASHU TOOLS CO., LTD",TIRE PLACARD LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,71069,"CHANGZHOU NANXIASHU IS RECALLING MODEL YEAR 2005-2007 TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,CENTRAL PURCHASING IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTIONS TO PROPERLY AFFIX THE CORRECTED LABEL TO THE TRAILER PLEASE SEE 09V-224. OWNERS MAY CONTACT CENTRAL PURCHASING AT 1-805-388-1000. -07/28/2009,09E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E049000),"FASHTEK, INC.",AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,12,"FASHTEK, INC. IS RECALLING CERTAIN HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"FASHTEK WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON NOVEMBER 23, 2009. OWNERS MAY CONTACT FASHTEK AT 1-240-715-6355." -07/28/2009,09V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V293000),"Navistar, Inc.",LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,09505,Vehicle,2390,"NAVISTAR IS RECALLING 3,449 IC SCHOOL BUSES MANUFACTURED BETWEEN MARCH 1, 2008 AND FEBRUARY 1, 2009, EQUIPPED WITH SPECIALTY MANUFACTURING, INC. (SMI) 000290 LED LIGHT KITS. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE STOP ARMS. THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS WOULD BE DECREASED, POSSIBLY ENDANGERING A CHILD OR PEDESTRIAN TO INJURY BY PASSING VEHICLES.","NAVISTAR WILL NOTIFY OWNERS AND THE BUSES WILL BE REPAIRED FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY SMI. THE SAFETY RECALL BEGAN ON SEPTEMBER 19, 2009. OWNERS MAY CONTACT SMI WARRANTY SERVICE AT 1-800-951-7867 OR NAVISTAR TOLL-FREE AT 1-800-448-7825." -07/28/2009,09V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V311000),Keystone RV Company,MICROWAVE/FALLING GLASS DOOR,EQUIPMENT,09-123,Vehicle,710,"KEYSTONE RV IS RECALLING CERTAIN MODEL YEAR 2010 RECREATIONAL VEHICLES MANUFACTURED FROM MAY 12 THROUGH JUNE 19, 2009. THE GLASS MAY NOT BE PROPERLY ADHERED TO THE DOOR IN CERTAIN MICHEF BRAND MODEL EM925RZT MICROWAVE OVENS. ONLY THOSE VEHICLES WITH THE FOLLOWING MICHEF MICROWAVE SERIAL NUMBER RANGE 1363901000001 AND 1353901000756 ARE INCLUDED IN THE RECALL.",THE MICROWAVE IS INSTALLED IN AN OVERHEAD CABINET. THE GLASS COULD FALL OUT AND INJURE A NEARBY PERSON.,"KEYSTONE RV WILL NOTIFY OWNERS AND REPLACE THE MICROWAVE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 17, 2009. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -07/28/2009,09V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V314000),"LEISURE TRAVEL VANS, LTD",OBSTRUCTED REAR DRIVERSIDE TAIL LAMP,EXTERIOR LIGHTING,CA#7324,Vehicle,40,"LEISURE TRAVEL VANS IS RECALLING CERTAIN MODEL YEAR 2008 FREE SPIRIT TRAVEL VANS MANUFACTURED BETWEEN MAY 2007 AND DECEMBER 2008. THE SPARE TIRE CARRIER AND SPARE TIRE COVER OBSTRUCT THE VISIBILITY OF THE REAR DRIVER'S SIDE TAIL LAMP, TURN SIGNAL, AND STOP LAMP. THESE VANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","AN OBSTRUCTED TAIL LAMP, TURN SIGNAL, AND/OR STOP LAMP WOULD DECREASE VISIBILITY OF THE VEHICLE AND A CRASH COULD OCCUR.","LEISURE TRAVEL VANS WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 4, 2009. OWNERS MAY CONTACT LEISURE TRAVEL VANS AT 1-204-325-4361." -07/28/2009,09V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V292000),"Navistar, Inc.",OVERHEATING AIR CONDITIONING SYSTEM/POSSIBLE FIRE,EQUIPMENT,09504,Vehicle,630,"NAVISTAR IS RECALLING 630 MODEL YEAR 2009 AND 2010 IC SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN FEBRUARY 1, 2008 AND JULY 6, 2009, EQUIPPED WITH TRANS/AIR AIR CONDITIONING SYSTEMS. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.",OVERHEATING OF THE PC BOARD COULD RESULT IN A FIRE.,"NAVISTAR WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY TRANS/AIR. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 11, 2009. OWNERS MAY CONTACT TRANS/AIR WARRANT AND SERVICE DEPARTMENT AT 1-800-673-2448 OR NAVISTAR TOLL-FREE AT 1-800-448-7825." -07/28/2009,09V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V312000),REV Recreation Group,REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,6684,"FLEETWOOD RV IS RECALLING CERTAIN MODEL YEAR 2005 AND 2006 MOTORHOMES MANUFACTURED BETWEEN JULY 24, 2004 AND MARCH 11, 2005, EQUIPPED WITH NORCOLD MODEL 1200LR, 1200LRIM, AND 1201LRIM REFRIGERATORS WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",FLEETWOOD RV WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2009. OWNERS MAY CONTACT FLEETWOOD RV AT 1-800-509-3418 OR NORCOLD'S RECALL CENTER AT 1-800-767-9101. -07/27/2009,09E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E048000),Indiana Mills and Manufacturing Inc.,SIDE-ROLL AIR BAGS/INADVERTENT DEPLOYMENT,AIR BAGS,NR (Not Reported),Equipment,83,"IMMI HAS IDENTIFIED A SAFETY-RELATED DEFECT IN CERTAIN SIDE-ROLL PROTECTION SYSTEMS, AS ORIGINALLY INSTALLED EQUIPMENT IN VARIOUS FIRE TRUCKS AND CONCRETE MIXERS. THE SENSOR DESIGNED TO DETECT VEHICLE ROLL CAN MALFUNCTION RESULTING IN AN INADVERTENT DEPLOYMENT OF THE PROTECTION SYSTEM.",INADVERTENT DEPLOYMENT OF THE SIDE-ROLL PROTECTION SYSTEM COULD RESULT IN A VEHICLE CRASH OR INJURY TO AN OUT OF POSITION OCCUPANT.,"IMMI WILL WORK WITH EACH VEHICLE MANUFACTURER TO DEVELOP A REMEDY PLAN. THE SENSORS WILL BE REPLACED AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON JULY 31, 2009. OWNERS MAY CONTACT EITHER THEIR VEHICLE MANUFACTURER OR IMMI 1-317-896-9531." -07/27/2009,09V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V291000),"HME, Inc.",STEERING ANGLE SENSOR FAILURE/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,18,"HME, INC. IS RECALLING 18 MODEL YEAR 2009 1871 FIRE TRUCKS MANUFACTURED BETWEEN JANUARY 21 AND MARCH 31, 2009. THE STEERING ANGLE SENSOR'S (SAS) DRIVE TAB THAT WAS INSTALLED IN THE STEERING COLUMN ASSEMBLY CAN BREAK WHILE DRIVING.","A BROKEN SAS DRIVING TAB MAY RESULT IN UNNECESSARY BRAKE ACTIVATION OF A SELECTED WHEEL DURING THE IGNITION CYCLE IN WHICH THE FAILURE OCCURS, POSSIBLY RESULTING IN A VEHICLE CRASH.","HME, INC. WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNERS MAY CONTACT HME AT 1-616-534-1463 OR MERITOR WABCO VEHICLE CONTROL SYSTEMS AT 1-248-435-3605." -07/24/2009,09E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E047000),UCI International LLC,AFTERMARKET FUEL PUMP,"FUEL SYSTEM, OTHER",FP072009-1,Equipment,1440,"AIRTEX IS RECALLING 1,440 AFTERMARKET FUEL PUMPS, P/N E3944M, PRODUCED FROM JANUARY 2005 THROUGH JULY 2009, SOLD FOR USE ON MODEL YEAR 1997 SATURN VEHICLES. THE FUEL RETURN LINE AND FUEL VENT LINE ARE REVERSED.","IN THE EVENT THAT A VEHICLE WITH THE SUBJECT FUEL PUMP IS INVOLVED IN A ROLL-OVER CRASH WITH A FULL OR OVER-FULL FUEL TANK, THE FUEL COULD DRAIN FROM THE TANK INTO THE ENGINE COMPARTMENT, POSSIBLY RESULTING IN A FIRE.","AIRTEX WILL NOTIFY OWNERS AND REPLACE THE RECALLED FUEL PUMPS WITH A PUMP THAT HAS BEEN CORRECTLY MANUFACTURED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 15, 2009. OWNERS MAY CONTACT AIRTEX AT 1-618-842-2111." -07/23/2009,09V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V290000),"Roush Performance Products, Inc.",CALIPER ANCHOR PLATE MOUNTING BOLTS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,81,"ROUSH PERFORMANCE PRODUCTS, INC. IS RECALLING 81 MODEL YEAR 2010 FORD MUSTANGS MANUFACTURED BETWEEN APRIL 9, 2009, AND JULY 15, 2009, AND THAT WERE ALTERED BY ROUSH TO INCLUDE A SPORT BRAKE KIT OPTION. THE CALIPER ANCHOR PLATE MOUNTING BOLTS MAY BECOME LOOSE OR DISLODGED DURING OPERATION.","THIS FAILURE MAY RESULT IN A LOSS OF STOPPING PERFORMANCE, POSSIBLY RESULTING IN A VEHICLE CRASH.","ROUSH WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 24, 2009. OWNERS MAY CONTACT ROUSH AT 1-866-307-6788." -07/23/2009,09V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V287000),"Daimler Trucks North America, LLC",EMERGENCT EXIT PUSH-OUT WINDOWS,STRUCTURE,FL-555,Vehicle,35,"DAIMLER TRUCKS IS RECALLING 35 MODEL YEAR 2010 MVP-EF AND HDX THOMAS BUILT TRANSIT BUSES MANUFACTURED FROM OCTOBER 22, 2008 THROUGH MARCH 25, 2009 THE EMERGENCY EXIT PUSH-OUT WINDOW MAY BE INSTALLED IMPROPERLY RESULTING IN BINDING OF THE WINDOW.","IN THE EVENT OF AN EMERGENCY EVACUATION, BINDING EMERGENCY EXIT WINDOWS MAY DELAY EVACUATION AND MAY INCREASE THE RISK OF PERSONAL INJURY TO THE VEHICLE OCCUPANTS.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DAIMLER TRUCKS DEALERSHIPS. THE SAFETY RECALL BEGAN ON NOVEMBER 5, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712 OR THOMAS BUILT CUSTOMER SUPPORT OFFICE AT 1-336-889-4871." -07/23/2009,09V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V286000),Blue Bird Body Company,INSUFFICIENT RIVETS IN THE HEADLINER PANEL,STRUCTURE,R09PL,Vehicle,35,"BLUE BIRD IS RECALLING 35 MODEL YEAR 2010 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM MAY 13 THROUGH JUNE 17, 2009. INSUFFICIENT RIVETS WERE INSTALLED IN THE REAR HEADLINER PANEL. THESE BUSES FAIL TO CONFORM WITH THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""",BUS PASSENGERS MAY SUSTAIN INJURIES IN THE EVENT OF A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 14, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-422-2242." -07/23/2009,09V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V284000),Blue Bird Body Company,LOSS OF POWER STEERING ASSIST,STEERING,R09PH,Vehicle,7772,"BLUE BIRD IS RECALLING 7,772 MODEL YEAR 2008 THROUGH 2010 VISION SCHOOL BUSES MANUFACTURED FROM MARCH 27, 2007 THROUGH JUNE 10, 2009. THE LID GASKET ON THE POWER STEERING RESERVOIR MAY DETERIORATE AND CONTAMINATE THE POWER STEERING FLUID WHICH COULD RESULT IN A LOSS OF POWER STEERING ASSIST.",LOSS OF POWER STEERING ASSIST COULD RESULT IN A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL CAMPAIGN BEGAN ON AUGUST 11, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -07/23/2009,09V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V288000),"Jayco, Inc.",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,273,"JAYCO IS RECALLING 273 MODEL YEAR 2002-2004 LEGACY FIFTH WHEEL MOTORHOMES EQUIPPED WITH NORCOLD MODEL 1200LRIM REFRIGERATORS, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",JAYCO WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267 OR NORCOLD'S RECALL CENTER AT 1-800-767-9101. -07/23/2009,09V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V289000),"Coachmen RV Company, LLC",REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,932,"COACHMEN IS RECALLING 932 MODEL YEAR (MY) 1999-2003 GEORGIE BOY CRUISE MASTER, MY 2000-2002 MAVERICK AND PURSUIT, MY 2000 & 2002 CRUISE AIR AND MY 2001-2002 SUITE MOTORHOMES EQUIPPED WITH NORCOLD MODEL 1200LRIM REFRIGERATORS, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",COACHMEN IS WORKING WITH NORCOLD AND NORCOLD WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE (PLEASE SEE 09E-027). OWNERS MAY CONTACT NORCOLD'S RECALL CENTER AT 1-800-767-9101. -07/23/2009,09V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V285000),Blue Bird Body Company,RUPTURED AIR BRAKE HOSE,"SERVICE BRAKES, AIR",R09PR,Vehicle,1709,"BLUE BIRD IS RECALLING 1,709 MODEL YEAR 2009 AND 2010 ALL AMERICAN FRONT ENGINE SCHOOL BUSES MANUFACTURED FROM FEBRUARY 27, 2007 THROUGH JULY 2, 2009, EQUIPPED WITH ""07"" ENGINES, AIR BRAKES AND SPRING SUSPENSIONS. WHEN THE BUS IS LOADED WITH PASSENGERS, THE SPRINGS COMPRESS WHICH COULD ALLOW THE AIR BRAKE HOSE TO CONTACT THE DRIVE LINE.",REPEATED CONTACT OF THE AIR BRAKE HOSE ON THE DRIVE LINE MAY CAUSE THE AIR BRAKE HOSE TO RUPTURE REDUCING THE BRAKING CAPACITY WHICH COULD RESULT IN A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 23, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-422-2242." -07/23/2009,09V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V283000),RIDE-AWAY HANDICAP EQUIPMENT,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,,"RIDE-AWAY IS RECALLING VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RIDE-AWAY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/22/2009,09V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V282000),RIDE-AWAY HANDICAP EQUIPMENT,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,,"RIDE-AWAY IS RECALLING VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,RIDE-AWAY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/21/2009,09E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E046000),"Cummins, Inc.",ELECTRONIC CONTROL MODULE/POSSIBLE ENGINE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,912,"CUMMINS IS RECALLING 912 ISB CM2150, ISC CM2150, ISL CM2150, ISM CM876, AND ISX CM871 MODEL DIESEL ENGINES INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS EMERGENCY VEHICLES. THE VEHICLES MAY BE DESIGNED WITH A HARD WIRED, DASH-MOUNTED SWITCH THAT ENABLES THE VEHICLE OPERATOR TO INHIBIT AFTERTREATMENT DIESEL PARTICULATE FILTER REGENERATION IN ENVIRONMENTS WHERE THE OPERATOR BELIEVES IT MAY BE UNSAFE FOR ELEVATED EXHAUST TEMPERATURES. DUE TO AN ISSUE WITH THE LOGIC IN THE ECM SOFTWARE IN THESE ENGINES, THE SWITCH MAY NOT FUNCTION CORRECTLY, LEADING THE OPERATOR TO BELIEVE THAT THE SWITCH IS IN ""INHIBIT"" MODE WHEN IT IS NOT.","THIS CONDITION WILL PERMIT HOT EXHAUST GASES TO EXIT THE VEHICLE TAILPIPE, INCREASING THE RISK OF MELTING OR BURNING OF NEARBY SURFACES, OR A FIRE.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CUMMINS AT NO COST TO THE OWNER. OWNERS MAY CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CUMMINS AT 1-800-DIESELS (1-800-343-7357). -07/21/2009,09V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V280000),HYUNDAI CARIBBEAN-PUERTO RICO,STOP LAMP SWITCH,EXTERIOR LIGHTING,91B026,Vehicle,3011,"HYUNDAI IS RECALLING 3,011 MODEL YEAR 2005-2007 ELANTRA, TUCSON, SONATA, AZERA AND ACCENT VEHICLES. A MALFUNCTIONING STOP LAMP SWITCH MAY CAUSE THE BRAKE LIGHTS TO FAIL TO ILLUMINATE WHEN THE BRAKE PEDAL IS DEPRESSED OR MAY CAUSE THE BRAKE LIGHTS TO REMAIN ILLUMINATED WHEN THE BRAKE PEDAL IS RELEASED. A DEFECTIVE STOP LAMP SWITCH MAY ALSO AFFECT THE OPERATION OF THE BRAKE-TRANSMISSION SHIFT INTERLOCK FEATURE SO THE TRANSMISSION WOULD NOT BE ABLE TO BE SHIFT OUT OF THE ""PARK"" POSITION. IT MAY ALSO CAUSE THE ELECTRONIC STABILITY CONTROL (ESC) MALFUNCTION LIGHT TO ILLUMINATE, AND IT MAY NOT DEACTIVATE THE CRUISE CONTROL WHEN THE BRAKE PEDAL IS DEPRESSED.",ANY OF THESE MALFUNCTIONS COULD LEAD TO A CRASH.,"DEALERS WILL REPLACE THE STOP LAMP SWITCH FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 2, 2009. OWNERS MAY CONTACT HYUNDAI OF PUERTO RICO CUSTOMER SERVICE AT 1-787-999-4310." -07/17/2009,09V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V277000),"Subaru of America, Inc.",FUEL PUMP NIPPLE CRACK,"FUEL SYSTEM, GASOLINE",WVJ-20,Vehicle,15761,"SUBARU IS RECALLING 15,761 MY 2005-2006 BAJA VEHICLES. CRACKS MAY DEVELOP IN THE FUEL HOSE CONNECTION ON THE OUTLET PRESSURE SIDE OF THE FUEL PUMP.","FUEL CAN LEAK FROM THE HOSE CONNECTION. A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL PUMP BRACKET INCLUDING ALL NIPPLES WITH A NEW AND STRONGER DESIGN PART. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2009. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783. -07/16/2009,09C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C005000),Dorel Juvenile Group,SHELL/BASE ATTACHING OR DETACHING DIFFICULTY,CHILD SEAT,NR (Not Reported),Child Seat,28350,"DOREL JUVENILE GROUP (DJG) IS RECALLING CERTAIN MAXI-COSI MICO INFANT CHILD RESTRAINT SYSTEMS, MODELS 22-371 AND 22-372, AND MAXI-COSI MICO INFANT CHILD RESTRAINT SYSTEM - BASE ONLY, MODEL 22-515, PRODUCED FROM JULY 2007 THROUGH FEBRUARY 17, 2008. INTERFERENCE BETWEEN THE MOUNTING BRACKET AND THE BASE CAUSED BY WARPING OF THE BASE OR INADEQUATE MATING BETWEEN THE SHELL AND THE BASE MOUNTING BRACKET CAN RESULT IN DIFFICULTY ATTACHING OR DETACHING THE SHELL FROM THE BASE.","IF THE SHELL IS IMPROPERLY MOUNTED TO THE BASE, THE CHILD COULD BE INJURED IN THE EVENT OF A CRASH.","DJG WILL NOTIFY ALL REGISTERED OWNERS AND WILL SEND A NEW MICO BASE TO OWNERS OF THE AFFECTED SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 24, 2009. OWNERS MAY CONTACT DJG AT 1-877-657-9546." -07/15/2009,09V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V275000),FREEWHEEL MOBILITY,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"FREEWHEEL MOBILITY IS RECALLING 4 MY 2005 FORD E-350 AND MY 2006 FORD E-250 PASSENGER VANS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,FREEWHEEL MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/15/2009,09V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V279000),SHOWTIME CONVERSIONS,REFRIGERATOR FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,3,"SHOWTIME CONVERSIONS IS RECALLING 3 MY 2001 AND 2002 SHOWHAULER MOTORHOMES EQUIPPED WITH NORCOLD MODEL 1200LRIM REFRIGERATORS, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT IS CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","SHOWTIME WILL NOTIFY OWNERS AND THE VEHICLE'S REFRIGERATOR WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 3, 2009. OWNERS MAY CONTACT SHOWTIME CONVERSIONS AT 1-574-825-1130 OR NORCOLD'S RECALL CENTER AT 1-800-767-9101." -07/15/2009,09V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V278000),TIFFANY COACHWORKS,ROOFTOP CONDENSER ASSEMBLIES/COVER DETACHMENT,EQUIPMENT,NR (Not Reported),Vehicle,26,"TIFFANY COACHWORKS IS RECALLING 26 MY 2008 E-450 LIMO BUS AND SHUTTLE BUS VEHICLES MANUFACTURED BETWEEN MARCH AND NOVEMBER 2008, EQUIPPED WITH K410 AIR CONDITIONING CONDENSER ASSEMBLIES SUPPLIED BY CARRIER. THE K410 UNIT IS INSTALLED ON THE TOP OF THE VEHICLE AND ITS COVER MAY NOT BE PROPERLY FASTENED BECAUSE OF A MECHANICAL INTERFERENCE.","IF THE COVER FASTENERS FAIL TO SECURELY FASTEN THE COVER IN PLACE, IT MAY BECOME DETACHED DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.","TIFFANY COACHWORKS WILL NOTIFY OWNERS AND CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. THE SAFETY RECALL BEGAN ON JULY 29, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR TIFFANY COACHWORKS AT 1-800-338-5872." -07/15/2009,09V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V276000),"ACCESSIBLE VANS & MOBILITY, LLC.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"ACCESSIBLE VANS IS RECALLING 1 MODEL YEAR 2006 FORD E-250 PASSENGER VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFT. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ACCESSIBLE VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/14/2009,09V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V268000),AMERICAN RIVER MOBILITY INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"AMERICAN RIVER IS RECALLING 1 MY 2006 GMC SAVANNAH FULL SIZE PASSENGER VANS EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THE LIFT FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,AMERICAN RIVER IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-300. -07/14/2009,09V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V269000),AMERICAN RIVER MOBILITY INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"AMERICAN RIVER IS RECALLING 1 MY 2006 GMC SAVANNAH FULL SIZE PASSENGER VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,AMERICAN RIVER IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/14/2009,09V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V271000),FREEWHEEL MOBILITY,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"FREEWHEEL MOBILITY IS RECALLING 4 MY 2005 FORD E-350 AND MY 2006 FORD E-250 PASSENGER VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,FREEWHEEL MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000. -07/14/2009,09V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V274000),WEST TEXAS REHABILITATION CENTER,WHEELCHAIR LIFT ANTI-STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"WEST TEXAS REHABILIATION CENTER IS RECALLING 1 MY 2005 CHEVROLET G3500 VAN AND 1 MY 2006 FORD E-150 VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,WEST TEXAS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WEST TEXAS AT 1-325-793-3546. -07/14/2009,09V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V273000),WEST TEXAS REHABILITATION CENTER,WHEELCHAIR LIFT THRESHOLD WARNING SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"WEST TEXAS REHABILIATION CENTER IS RECALLING 1 MY 2005 CHEVROLET G3500 VAN AND 1 MY 2006 FORD E-150 VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,WEST TEXAS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WEST TEXAS AT 1-325-793-3546. -07/13/2009,09E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E045000),"EBL ENTERPRISES, INC.",MOTORCYCLE HELMETS/IMPACT FAILURE,EQUIPMENT,NR (Not Reported),Equipment,800,"EBL ENTERPRISES IS RECALLING 800 MOTORCYCLE HELMETS, 500 SERIES SIZES XS, S, M, L, XL, 2XL, MANUFACTURED BETWEEN APRIL AND MAY 2008. THESE HELMETS FAIL TO CONFORM TO THE IMPACT ATTENUATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET WEARER MAY BECOME SERIOUSLY INJURED WITHOUT ADEQUATE PROTECTION.","DEALERLEATHER WILL OFFER A FULL REFUND OR REPLACE ANY NONCOMPLIANT HELMET WITH A HELMET THAT MEETS FEDERAL STANDARDS. THE RECALL BEGAN ON SEPTEMBER 23, 2009. OWNERS MAY CONTACT DEALERLEATHER AT 1-201-230-6353." -07/10/2009,09V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V267000),Harley-Davidson Motor Company,BLADE REAR WHEEL ACCESSORY KITS,WHEELS,NR (Not Reported),Vehicle,1759,"HARLEY DAVIDSON IS RECALLING 1,759 MY 2009 FLTRSE3 MOTORCYCLES EQUIPPED WITH BLADE REAR WHEEL ACCESSORY KITS. SOME WHEELS WITHIN THE SUBJECT POPULATION UNDERWENT A SECONDARY HEAT TREATMENT PROCESS. AS A RESULT OF THIS SECONDARY HEAT TREATMENT, THESE WHEELS MAY HAVE A CRACK.","IF A CRACK IS PRESENT, IT COULD RESULT IN WHEEL FAILURE DURING USE, POSSIBLY LEADING TO A CRASH, WHICH COULD RESULT IN INJURY OR DEATH OF THE RIDER.","DEALERS WILL REMOVE THE REAR WHEEL AND INSPECT THE MANUFACTURER'S CODE. WHEELS WITH THE CODES THAT INDICATE THAT THEY UNDERWENT A SECONDARY HEAT TREATMENT PROCESS WILL BE REPLACED. WHEELS THAT DO NOT HAVE THE SUSPECT CODE WILL BE RE-INSTALLED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JULY 20, 2009. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -07/10/2009,09V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V264000),"Erwin Hymer Group North America, Inc.",BRASS TEE CONNECTOR FITTING,EQUIPMENT,NR (Not Reported),Vehicle,23,ROADTREK IS RECALLING 23 MY 2009 CLASS B MOTOR HOMES BUILT ON CHEVROLET 2500 VAN CHASSIS. THE THREADS ON A BRASS TEE PIPE FITTING IN THE PROPANE DISTRIBUTION SYSTEMS INSTALLED ON THESE VEHICLES MAY BE TOO SHORT CAUSING A LEAK.,A PROPANE LEAK IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULTING IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE BRASS TEE CONNECTOR FITTING FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2009. OWNERS MAY CONTACT ROADTREK AT 1-888-762-3873." -07/10/2009,09V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V265000),Eldorado National-Kansas,HYDRAULIC BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"ELDORADO NATIONAL - KANSAS IS RECALLING 4 MY 2004-2005 AERO ELITE TRANSIT BUSES BUILT BETWEEN APRIL 12, 2004 AND SEPTEMBER 18, 2006. CERTAIN HYDRAULIC BRAKE LINES MAY CONTACT THE TRANSMISSION DIPSTICK TUBE AS THE ENGINE ROCKS.","CONTINUED CONTACT BETWEEN THE BRAKE LINE AND THE DIPSTICK TUBE COULD ABRADE THE BRAKE LINE. THIS ABRASION COULD CAUSE THE LINE TO BREAK AND LEAK, RESULTING IN A LOSS OF BRAKE FLUID. A LOSS OF BRAKE FLUID COULD REDUCE BRAKE PERFORMANCE WHICH COULD INCREASE THE RISK OF A CRASH WITHOUT WARNING.",DAIMLER TRUCKS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE 09V-114. DAIMLER TRUCKS WILL CORRECT THE CHASSIS IF FOUND TO BE DEFECTIVE. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. -07/10/2009,09V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V266000),Glaval Bus,HYDRAULIC BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,GLAVAL BUS IS RECALLING 10 MY 2005 CONCORDE TRANSIT BUSES. THE HYDRAULIC BRAKE LINES MAY CONTACT THE TRANSMISSION DIPSTICK TUBE AS THE ENGINE ROCKS.,"CONTINUED CONTACT BETWEEN THE BRAKE LINE AND THE DIPSTICK TUBE COULD ABRADE THE BRAKE LINE, CAUSING A LEAK AND LOSS OF BRAKE FLUID WHICH COULD LEAD TO REDUCED BRAKE PERFORMANCE. REDUCED BRAKING PERFORMANCE COULD RESULT IN A CRASH WITHOUT WARNING.",DAIMLER TRUCKS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. PLEASE SEE 09V-114. DAIMLER TRUCKS WILL CORRECT THE CHASSIS IF FOUND TO BE DEFECTIVE. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. -07/10/2009,09V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V263000),"UNIVERSAL SPECIALTY VEHICLES, INC.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12,"UNIVERSAL SPECIALTY IS RECALLING 12 MY 2002-2006 EAGLE CLASS A MOTOR HOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. THE CALIPERS ON THESE BRAKES MAY STICK WHEN THE BRAKES ARE APPLIED, WHICH CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG.","IF THE BRAKE DRAG IS LEFT UNDETECTED,THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS AND EXTENDED STOPPING DISTANCES, THEREBY INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -07/09/2009,09E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E044000),"Chrysler (FCA US, LLC)",AFTERMARKET MOPAR TOW BAR ASSEMBLIES,EQUIPMENT,J24,Equipment,308,"CHRYSLER IS RECALLING 308 AFTERMARKET MOPAR TOW BAR ASSEMBLIES, P/N 82209758, SOLD DURING 2007 AND 2008 CALENDAR YEAR WHICH ARE USED TO TOW MODEL YEAR 2007 AND 2008 JEEP WRANGLER VEHICLES.","THE TOW BAR CAN FAIL UNDER CERTAIN DRIVING CONDITIONS. THIS CAN RESULT IN THE TOWED VEHICLE SEPARATING FROM THE TOWING VEHICLE, POSSIBLY RESULTING IN A CRASH.","CHRYSLER WILL NOTIFY THE OWNERS OF ALL 2007 AND 2008 MODEL YEAR JEEP WRANGLER VEHICLES WHO COULD HAVE PURCHASED A RECALLED TOW BAR AND WILL REPLACE THE TOW BARS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON NOVEMBER 23, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -07/09/2009,09V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V261000),"Jaguar Land Rover North America, LLC",FRONT WINDSHIELD PRIMER APPLICATION,VISIBILITY,P018,Vehicle,40,"LAND ROVER IS RECALLING 40 MODEL YEAR 2009 RANGE ROVER VEHICLES. DURING THE INSTALLATION PROCESS IT WAS IDENTIFIED THAT PRIMER, APPLIED BY AN AUTOMATED GLAZING ROBOT, WAS NOT BEING DISPENSED ONTO THE GLASS. THIS OMISSION CAN LEAD TO THE CHEMICAL BONDING BETWEEN THE PRIMER AND THE POLYURETHANE ADHESIVE NOT BEING ACTIVATED AND THEREFORE THE WINDSHIELD NOT CHEMICALLY BONDED TO THE VEHICLE. WHERE THE WINDSHIELD IS NOT CHEMICALLY BONDED, WATER COULD ENTER THE VEHICLE AND/OR THERE MAY BE INCREASED WIND NOISE.",FULL WINDSHIELD RETENTION MAY NOT BE ACHIEVED IN THE EVENT OF AN AIRBAG DEPLOYMENT OR DURING A VEHICLE CRASH. THIS INCREASES THE RISK OF INJURY IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE REAR TAILGATE GLASS FOR THE PRESENCE OF PRIMER AND WILL PRIME THE WINDSHIELD GLASS AS NEEDED AND FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2009. OWNERS MAY CONTACT LAND ROVER AT 800-637-6837." -07/09/2009,09V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V262000),"Lodal, Inc.",QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,19,"LODAL IS RECALLING 19 MY 2008-2009 EVO TRUCKS EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"LODAL IS WORKING WITH HALDEX TO NOTIFY OWNERS. HALDEX IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09E-004. HALDEX WILL REPAIR THE AFFECTED VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JULY 15, 2009. OWNERS CAN CONTACT HALDEX AT 1-816-891-2470." -07/08/2009,09V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V256000),"BMW of North America, LLC",FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",R1200 RT,Vehicle,1535,"BMW IS RECALLING 1,535 MY 2007-2009 R1200RT MOTORCYCLES. DUE TO ROUTING AND ASSEMBLY TOLERANCES OF THE FRONT BRAKE LINES, IT IS POSSIBLE FOR THE LINES TO BE UNDER STRAIN. IN COMBINATION WITH VIBRATION DURING RIDING, THE BRAKE LINES COULD DEVELOP A LEAK. THE LEVEL OF FLUID IN THE FRONT BRAKE FLUID RESERVOIR COULD DROP RENDERING THE FRONT BRAKES INOPERATIVE.","IN THE EVENT THAT ONLY THE REAR BRAKES WERE OPERATIONAL, SEVERE LOSS OF CONTROL DURING HARD BRAKING COULD RESULT. THIS COULD RESULT IN A SERIOUS CRASH.","BMW WILL NOTIFY OWNERS AND REPAIR THE MOTORCYCLES WITH NEW FRONT BRAKE LINES, WITH MODIFIED ROUTING FREE OF CHARGE. THE SAFETY RECALL BEGAN ON OCTOBER 5, 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -07/08/2009,09V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V257000),"BMW of North America, LLC",FRONT SIDE AIRBAGS & FRONT SAFETY BELT TENSIONERS,AIR BAGS,NR (Not Reported),Vehicle,2350,"BMW IS RECALLING 2,350 MY 2008 1-SERIES AND 3- SERIES PASSENGER CARS. INCORRECT CRIMP CONNECTORS MAY HAVE BEEN USED ON THE SIDE AIR BAG AND BELT TENSIONER WIRING. AS A RESULT SUFFICIENT CONTACT BETWEEN THE CRIMP CONNECTORS AND THE CORRESPONDING PLUG MAY NOT OCCUR WHICH COULD LEAD TO AN INCREASE IN THE ELECTRICAL RESISTANCE OF THAT CONNECTION.","IF THAT HAPPENED, IT WOULD BE POSSIBLE FOR THE SIDE AIR BAG AND/OR THE SAFETY BELT TENSIONER NOT TO DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT AN OCCUPANT, INCREASING THE RISK OF INJURIES.","BMW WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2009. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES TOLL-FREE AT 1-800-525-7417." -07/08/2009,09V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V255000),"BMW of North America, LLC",REAR BRAKE DISCS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,96,"BMW IS RECALLING MY 2009 X5 AND X6 VEHICLES. THE REAR BRAKE DISCS MAY NOT HAVE BEEN MANUFACTURED ACCORDING TO SPECIFICATIONS. AS A RESULT, A REDUCTION IN BRAKING PERFORMANCE AT THE AFFECTED REAR WHEEL COULD OCCUR.","IN AN EXTREME CASE, THE AFFECTED REAR BRAKE DISC COULD BREAK RESULTING IN A LOSS OF BRAKING AT THAT WHEEL INCREASING STOPPING DISTANCES AND THE RISK OF A CRASH.","BMW WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES BY INSPECTING THE REAR BRAKE DISCS AND, IF NECESSARY, REPLACE THEM FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 11, 2009. OWNERS MAY CONTACT BMW CUSTOMER RELATIONS AND SERVICES TOLL-FREE AT 1-800-525-7417." -07/08/2009,09V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V258000),PACCAR Incorporated,STEERING SHAFT WELD,STEERING,09KW8 & 609-C,Vehicle,2096,"PACCAR IS RECALLING 2,096 MY 2009 KENWORTH AND PETERBILT VEHICLES EQUIPPED WITH TRW STEERING SHAFTS. MISLOCATION OF A CIRCUMFERENTIAL WELD MAY ALLOW THE SPLINED TUBE AND NON-SPLINED TUBE TO ROTATE RELATIVE TO ONE ANOTHER DURING A LOW SPEED, HIGH TORQUE TURN, POSSIBLY RESULTING IN A SEPARATION OF THE TWO TUBES.",A SEPARATION OF THE SPLINED AND NON-SPLINED TUBES COULD CAUSE A LOSS OF STEERING CONTROL AND INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE STEERING SHAFT USING A WELD PLACEMENT GAUGE AND MISWELDED STEERING SHAFT WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN JULY 31, 2009. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196." -07/07/2009,09E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E043000),"IMPORT PRODUCTS CO., INC.",AFTERMARKET FUEL FILTER LEAKS,EQUIPMENT,NR (Not Reported),Equipment,30351,"IMPORT PRODUCTS IS RECALLING 30,351 FUEL FILTERS SOLD TO AND BRANDED BY THE AFFINIA GROUP AS CARQUEST P/N 86523, NAPA P/N 3523, AND WIX P/N 33523 FOR USE AS REPLACEMENT EQUIPMENT ON THE VEHICLES LISTED ABOVE. THESE FILTERS MAY DEVELOP A LEAK IN THE HOSE ASSEMBLY AND/OR CONNECTORS DUE TO IMPROPERLY ADHERED LINE CONNECTORS.",THIS CONDITION MAY RESULT IN A VEHICLE FIRE.,"THE AFFINIA GROUP WILL NOTIFY OWNERS AND THE FILTERS WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 1, 2009. OWNERS MAY CONTACT WIX FILTER RETURN CENTER AT 1-704-869-7411 OR IMPORT PRODUCTS AT 1-508-279-8207." -07/07/2009,09E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E041000),"TRW Automotive, Inc.",INTERMEDIATE STEERING COLUMNS,STEERING,NR (Not Reported),Equipment,2586,"TRW AUTOMOTIVE IS RECALLING 2,586 IGEN3 INTERMEDIATE STEERING COLUMNS WHICH WERE SHIPPED TO CERTAIN VEHICLE MANUFACTURERS BETWEEN APRIL 21 AND MAY 26, 2009, FOR USE AS ORIGINAL AND/OR REPLACEMENT EQUIPMENT ON HEAVY TRUCKS. THE WELD AROUND THE IGEN3 STEERING SHAFT TUBE THAT SECURES THE SPLINE TUBE TO THE INTERMEDIATE TUBE MAY BE MISLOCATED (I.E., NOT FULLY OVER THE SEAM CREATED WHEN THE TUBES ARE PRESSED TOGETHER.)","MISLOCATED WELDS MAY RESULT IN TORSIONAL AND AXIAL STRENGTH FALLING BELOW ACCEPTABLE LEVELS. THIS CONDITION COULD RESULT IN SEPARATION OF THE STEERING COLUMN, LOSS OF STEERING CONTROL AND A VEHICLE CRASH WITHOUT WARNING.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. THE RECALL BEGAN ON JULY 2, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TRW COMMERCIAL STEERING SYSTEMS AT 1-765-429-1768." -07/07/2009,09V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V253000),Blue Bird Body Company,QUICK RELEASE VALVES,"SERVICE BRAKES, AIR",R09PK,Vehicle,32,"BLUE BIRD IS RECALLING 32 MODEL YEAR 2009 BUSES MANUFACTURED BETWEEN JULY 3, 2008 THROUGH JANUARY 7, 2009 AND SOLD TO THE U.S. GENERAL SERVICES ADMINISTRATION FOR OVERSEAS USE. THESE BUSES WERE EQUIPPED WITH DEFECTIVE HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE AFFECTED VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 13, 2009. OWNERS CAN CONTACT BLUE BIRD AT 1-478-822-2242." -07/07/2009,09V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V254000),Newmar Corporation,QUICK RELEASE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,63,"NEWMAR IS RECALLING 63 MODEL YEAR 2009 AND 2010 RECREATIONAL VEHICLES MANUFACTURED BETWEEN JULY 21, 2008 AND APRIL 22, 2009, EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,NEWMAR WILL NOTIFY OWNERS AND SPARTAN WILL PROVIDE A FREE REMEDY. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JULY 2009. OWNERS MAY CONTACT SPARTAN CHASSIS TOLL-FREE AT 1-800-543-4277 OR NEWMAR AT 1-574-773-7791. -07/06/2009,09V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V251000),Blue Bird Body Company,34 INCH OFFSET BARRIER,SEATS,R09PJ,Vehicle,69,"BLUE BIRD IS RECALLING 69 MODEL YEAR 2008 THROUGH 2010 MICRO BIRD AND VISION SCHOOL BUSES MANUFACTURED FROM SEPTEMBER 29, 2007 THROUGH MAY 2, 2009, EQUIPPED WITH OPTIONAL 34 INCH OFFSET BARRIER. THE OFFSET LEG OF THE BARRIER FRAME MAY HAVE BEEN LOCATED INCORRECTLY AND INCORRECT PADDING MAY HAVE BEEN INSTALLED ON THE 34 INCH OFFSET BARRIERS WHICH FAILS TO COMPLY WITH THE LEG PROTECTION ZONE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",VEHICLE OCCUPANTS MAY SUFFER INJURIES IN THE EVENT OF A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPLACE THE BARRIER PADS WITH A NEW DESIGNED PAD FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 12, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -07/06/2009,09V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V260000),Newmar Corporation,IMPROPERLY SIZED GROUNDING CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,318,"NEWMAR IS RECALLING 328 MODEL YEAR 2008 THROUGH 2010 RECREATIONAL VEHICLES MANUFACTURED BETWEEN APRIL 16, 2007 AND APRIL 22, 2009. AN INADVERTENT DEVIATION IN GROUND CABLE SIZING OCCURRED RESULTING IN WIRE GAUGE UNDERSIZING.","UNDERSIZED ELECTRICAL CONDUCTORS MAY RESULT IN CONDUCTOR FAILURE, CREATING A SHOCK OR FIRE HAZARD WITHOUT WARNING.",NEWMAR WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791. -07/06/2009,09V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V272000),"MAIN MOBILITY, INC.",WHEELCHAIR LIFT ANTI-STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,185,"MAIN MOBILITY IS RECALLING 185 MODEL YEAR 2005 THROUGH 2009 CHEVROLET EXPRESS AND GMC SAVANA VANS MANUFACTURED BETWEEN APRIL 1, 2005 AND JUNE 25, 2009, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MAIN MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MAIN MOBILITY AT 1-716-759-6811. -07/06/2009,09V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V270000),"MAIN MOBILITY, INC.",WHEELCHAIR LIFT THRESHOLD WARNING SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,185,"MAIN MOBILITY IS RECALLING 185 MODEL YEAR 2005 THROUGH 2009 CHEVROLET EXPRESS AND GMC SAVANA VANS MANUFACTURED BETWEEN APRIL 1, 2005 AND JUNE 25, 2009, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MAIN MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MAIN MOBILITY AT 1-716-759-6811. -07/03/2009,09E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E042000),Trans-Air Manufacturing Corp.,AIR CONDITIONING RELAY BOARD OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,3962,"TRANS/AIR IS RECALLING 3,962 EC SERIES AIR CONDITIONING KITS/RELAY BOARDS SOLD TO VARIOUS VEHICLE MANUFACTURERS TO BE INSTALLED AS ORIGINAL EQUIPMENT ON SCHOOL AND TRANSIT-TYPE COMMERCIAL BUSES. THESE UNITS WERE ALSO SOLD AS AFTERMARKET EQUIPMENT. EACH TRANS/AIR SYSTEM COMES WITH AN ELECTRICAL KIT AND EC PC BOARD WHICH IF IMPROPERLY INSTALLED COULD OVERHEAT.",OVERHEATING OF THE PC BOARD COULD RESULT IN A FIRE.,"EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. TRANS/AIR WILL NOTIFY OWNERS WHO PURCHASED THE SUBJECT AIR CONDITIONING UNITS AS AFTERMARKET AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON SEPTEMBER 30, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TRANS/AIR WARRANTY AND SERVICE DEPARTMENT AT 1-800-673-2446." -07/03/2009,09V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V252000),Elkhart Coach,ROOFTOP CONDENSER ASSEMBLIES/COVER DETACHMENT,EQUIPMENT,NR (Not Reported),Vehicle,5,"ELKHART COACH IS RECALLING 5 MY 2008 AND 2009 ECI AND ECII COMMERCIAL BUSES MANUFACTURED BETWEEN SEPTEMBER 26 AND NOVENBER 17, 2008, EQUIPPED WITH K410 AIR CONDITIONING CONDENSER ASSEMBLIES SUPPLIED BY CARRIER. THE K410 UNIT IS INSTALLED ON THE TOP OF THE VEHICLE AND ITS COVER MAY NOT BE PROPERLY FASTENED BECAUSE OF A MECHANICAL INTERFERENCE.","IF THE COVER FASTENERS FAIL TO SECURELY FASTEN THE COVER IN PLACE, IT MAY BECOME DETACHED DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.","ELKHART COACH WILL NOTIFY OWNERS AND CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. THE SAFETY RECALL BEGAN ON JULY 14, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR ELKHART COACH AT 1-574-264-5179." -07/02/2009,09V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V247000),Hyundai Translead,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,572,"HYUNDAI TRANSLEAD IS RECALLING 572 CONVERTER DOLLY TRAILERS MANUFACTURED FOR FEDEX GROUND AND EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,HYUNDAI TRANSLEAD IS WORKING WITH HALDEX TO NOTIFY OWNERS. HALDEX IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09E-004. HALDEX WILL REPAIR THE AFFECTED VEHICLES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNERS CAN CONTACT HALDEX AT 1-816-891-2470. -07/02/2009,09V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V248000),"Volkswagen Group of America, Inc.",ROOF EDGE SPOILER,STRUCTURE,66D6/S5,Vehicle,14416,"VOLKSWAGEN IS RECALLING 14,416 MY 2007-2009 TOUAREG VEHICLES. THE FASTENING STRUTS ON THE ROOF EDGE SPOILER CAN CRACK, CAUSING THE SPOILER TO BECOME LOOSE AND POSSIBLY DETACH FROM THE VEHICLE WITHOUT WARNING, EVEN THOUGH INITIALLY THE SPOILER MAY FEEL SECURE.","IF THIS HAPPENS, THE SPOILER COULD CAUSE INJURY BY STRIKING PERSONS OUTSIDE THE VEHICLE OR COULD BECOME AN OBSTACLE TO OTHER DRIVERS, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL INSTALL REINFORCEMENT WEDGES TO THE ROOF EDGE SPOILER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2009. OWNER MAY CONTACT VOLKSWAGEN AT 1-800-822-8987. -07/01/2009,09V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V244000),"Volkswagen Group of America, Inc.",MISSING INFORMATION ON OWNERS MANUAL,EQUIPMENT,S6,Vehicle,18500,"VOLKSWAGEN IS RECALLING 18,500 MY 2009 ROUTAN VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE OWNER'S MANUAL WAS PRINTED WITHOUT THE FMVSS NO. 208 REQUIRED INFORMATION EXPLAINING THAT NO OBJECTS SHOULD BE PLACED OVER THE OR NEAR THE AIR BAG ON THE INSTRUMENT PANEL.",ANY SUCH OBJECTS COULD CAUSE INJURY TO THE VEHICLE'S OCCUPANTS IN THE EVENT OF A CRASH SEVERE ENOUGH TO CAUSE THE AIR BAG TO INFLATE.,"DEALERS WILL SEND AN OWNER'S MANUAL INSERT CONTAINING THE REQUIRED AIR BAG INFORMATION FOR OWNER INSTALLATION OR DEALERS WILL INSTALL IN THE EVENT THE OWNER PREFERS ASSISTANCE FROM THE DEALER. THE RECALL BEGAN ON JULY 31, 2009. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -07/01/2009,09V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V245000),"Gulf Stream Coach, Inc.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15,GULF STREAM IS RECALLING 15 MOTORHOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG.,"THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 -07/01/2009,09V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V246000),Triple E Recreational Vehicles,OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",50901-C,Vehicle,16,TRIPLE E IS RECALLING 16 MOTORHOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG.,"THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -07/01/2009,09V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V250000),"J'S MOBILITY UNLIMITED, INC.",WHEELCHAIR LIFT ANTI-STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"J'S MOBILITY UNLIMITED, INC., IS RECALLING ONE MODEL YEAR 2005 FORD E-250 VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THIS VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,J'S MOBILITY UNLIMITED IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR J'S MOBILITY UNLIMITED AT 1-601-939-2112. -07/01/2009,09V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V249000),"J'S MOBILITY UNLIMITED, INC.",WHEELCHAIR LIFT THRESHOLD WARNING SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"J'S MOBILITY UNLIMITED, INC., IS RECALLING ONE MODEL YEAR 2005 FORD E-250 VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THIS VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,J'S MOBILITY UNLIMITED IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR J'S MOBILITY UNLIMITED AT 1-601-939-2112. -06/30/2009,09V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V240000),"Mack Trucks, Inc.",AXLE BEAM FAILURE,POWER TRAIN,SC0341,Vehicle,10300,"MACK IS RECALLING 10,300 MODEL YEAR 2004 AND 2005 CL, CV, DM, LE, AND RB AND MODEL YEAR 2004 RD HEAVY TRUCKS MANUFACTURED FROM OCTOBER 1, 2003 THROUGH SEPTEMBER 30, 2004, EQUIPPED WITH AXLE BEAMS MANUFACTURED BY BHARAT FORGE. THE AXLE BEAM MAY HAVE TRANSVERSE SHEAR LINES ON THE BOTTOM OF THE AXLE FROM THE TRIMMING PROCESS.","THESE LINES, IF PRESENT, CAN PROMOTE INITIATION OF CRACKS, WHICH OVER TIME MAY POSSIBLY LEAD TO AXLE BEAM FAILURE AND A VEHICLE CRASH CAN OCCUR.","MACK WILL NOTIFY OWNERS, INSPECT AND REPLACE ANY AFFECTED AXLE BEAMS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 14, 2009. OWNERS MAY CONTACT MACK AT 1-800-866-1177." -06/30/2009,09V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V239000),PACCAR Incorporated,DRUM BRAKE ASSEMBLIES,"SERVICE BRAKES, AIR",09KW7,Vehicle,3423,"KENWORTH IS RECALLING 3,423 MY 2004-2009 T2000, T800,T600, W900 AND T660 VEHICLES. INCREASED BRAKE EXCITATION IN A CERTAIN VEHICLE CONFIGURATION WHICH INCLUDES BENDIX DRUM BRAKES, WIDE BASE LOW PROFILE SINGLE TIRES, AND AN AG400 OR AG460 REAR SUSPENSION, DUE TO ITS UNIQUE BRAKE CLOCKING AND CAM TUBE LENGTH, CAN CAUSE FATIGUE AND CRACKING TO BRAKE ASSEMBLY COMPONENTS.","CRACKING CAN CAUSE A COMPLETE FRACTURE OF THE CAM TUBE, WHICH COULD INCREASE STOPPING DISTANCE AND DECREASE PARKING BRAKE HOLD CAPABILITY.","DEALERS WILL INSPECT THE REAR AXLE BRAKES ASSEMBLY, REPLACE CRACKED REAR AXLE BRAKES ASSEMBLY COMPONENTS WHERE REQUIRED, AND INSTALL CAM TUBE SUPPORT BRACKETS ON ALL REAR AXLE WHEEL ENDS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN OR BEFORE JULY 25, 2009. OWNER MAY CONTACT KENWORTH AT 1-425-828-5440." -06/29/2009,09T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T007000),Bridgestone Americas Tire Operations LLC,INSUFFICIENT TREAD BASE GAUGE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,127183,"BRIDGESTONE AMERICAS TIRE OPERATIONS, LLC (BATO) IS RECALLING 127,183 FIRESTONE FR380 TIRES, SIZE P235/75R15, MANUFACTURED FROM SEPTEMBER 9, 2007 THROUGH AUGUST 2, 2008. THESE TIRES WERE PRODUCED WITH INSUFFICIENT TREAD BASE GAUGE.",CONTINUED USE OF THE SUBJECT TIRES MAY LEAD TO VIBRATION AND GROOVE CRACKING. EXTENDED USE COULD LEAD TO TREAD DISTORTION OR TREAD SEPARATION AND LOSS OF VEHICLE CONTROL.,"BATO WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. BATO WILL ALSO MOUNT AND BALANCE THE REPLACEMENT TIRES, ALL AT NO CHARGE OR EXPENSE TO THE OWNER. THE SAFETY RECALL BEGAN ON JULY 6, 2009. OWNERS MAY CONTACT BATO TOLL-FREE AT 1-800-465-1904 OR VISIT THEIR WEBSITE AT WWW.FIRESTONETIRE.COM." -06/29/2009,09V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V241000),GIRARDIN MINIBUS INC.,SEAT BARRIER,SEATS,09-026-BAU,Vehicle,200,"GIRARDIN IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 G5 SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 23, 2007 AND JUNE 23, 2009, EQUIPPED WITH 39 INCH, 34 INCH, AND 30 INCH C.E. WHITE BARRIER SEATS. THESE SEATS FAIL TO COMPLY WITH THE BARRIER PERFORMANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",VEHICLE OCCUPANTS COULD SUFFER INJURIES IN THE EVENT OF A VEHICLE CRASH.,"GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 24, 2009. OWNERS MAY CONTACT GIRARDIN AT 1-819-477-2012 EXT. 401." -06/29/2009,09T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T008000),"Kumho Tire U.S.A., Inc.",TIRE PERFORMANCE UNDER LOADED CONDITIONS,TIRES,NR (Not Reported),Tire,36292,"KUMHO TIRE USA IS RECALLING 36,292 KUMHO MOHAVE A/T LIGHT TRUCK ALL TERRAIN TIRES, SIZES LT225/75R16, LT245/75R16, AND LT265/75R16, PRODUCED BETWEEN DECEMBER 7, 2008 AND JUNE 13, 2009. THE VEHICLE'S HANDLING PERFORMANCE BECOMES DIFFICULT WHEN OPERATED UNDER LOADED CONDITIONS OR WHEN CHANGING LANES.",THIS CONDITION MAY RESULT IN THE VEHICLE SWAYING AND COULD POSSIBLY RESULT IN A CRASH.,"KUMHO WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 17, 2009. OWNERS MAY CONTACT KUMHO TOLL-FREE AT 1-800-445-8646." -06/29/2009,09V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V243000),"HANDICAPPED DRIVER SERVICES, INC.",WHEELCHAIR LIFT ANTI-STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"HANDICAPPED DRIVER SERVICES IS RECALLING 3 MODEL YEAR 2004 AND 2005 FORD E-250 TRANSIT BUSES BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,HANDICAPPED DRIVER SERVICES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR HANDICAPPED DRIVER SERVICES AT 1-770-422-9674. -06/26/2009,09V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V237000),"FLEETWOOD ENTERPRISES, INC.",REFRIGERATOR EXHAUST,EQUIPMENT,90616,Vehicle,683,"FLEETWOOD IS RECALLING 683 MY 2005-2006 BOUNDER 35E CLASS A MOTOR HOMES WHEN THE REFRIGERATOR IS OPERATED IN THE LPG MODE, THE REFRIGERATOR EXHAUST MAY VENT INTO THE INTERIOR OF THE REFRIGERATOR CABINET RATHER THAN EXHAUST TO THE EXTERIOR THROUGH A VENT FOR THAT PURPOSE.",THE HOT EXHAUST MAY RESULT IN HEAT DAMAGE TO THE INTERIOR OF THE REFRIGERATOR CABINET AND COULD RESULT IN A FIRE.,DEALERS WILL INSPECT THE REFRIGERATOR CABINET AND INSTALL A BAFFLE IN THE REAR OF THE REFRIGERATOR CABINET TO DIVERT THE HOT EXHAUST TO THE EXTERIOR VENT. THE REMEDY WILL PERFORMED FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT FLEETWOOD MOTOR HOMES AT 1-800-509-3418. -06/26/2009,09V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V242000),"HANDICAPPED DRIVER SERVICES, INC.",WHEELCHAIR LIFT THRESHOLD WARNING SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"HANDICAPPED DRIVER SERVICES IS RECALLING 3 MODEL YEAR 2004 AND 2005 FORD E-250 RENTAL VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.T,HANDICAPPED DRIVER SERVICES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR HANDICAPPED DRIVER SERVICES AT 1-770-422-9674. -06/25/2009,09V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V236000),"Dutchmen Manufacturing, Inc.",FUEL STORAGE SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2735,"DUTCHMEN IS RECALLING 2,735 MY 2005-2010 N'TENSE, VICTORY LANE, WINNER'S CIRCLE, WILD THING, FOUR WINDS, AND DUTCHMEN RECREATIONAL TRAILERS. THESE TRAILERS CONTAIN A FUEL DISPENSING SYSTEM WITH A SHUT-OFF SWITCH WHICH IS NOT SPARK PROTECTED AND IS MOUNTED IN THE NOZZLE STORAGE COMPARTMENT OF THE FUEL DISPENSING SYSTEM. GASOLINE SPILLED ON THE SWITCH, OR GASOLINE VAPORS WHICH MIGHT BUILD UP IN THE VICINITY OF THE SWITCH DURING DISPENSING FUNCTIONS, MAY CREATE A FIRE OR EXPLOSION IF A SPARK IS GENERATED BY THE SWITCH.",THE RESULTING FIRE OR EXPLOSION COULD RESULT IN SERIOUS BURNS AND POSSIBLY DEATH.,"DEALERS WILL PROVIDE AN IGNITION PROTECTED SWITCH AND INSULATED TERMINALS TO REPLACE THE CURRENT SWITCH. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 9, 2009. OWNERS MAY CONTACT DUTCHMEN AT 1-866-869-1109." -06/25/2009,09V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V234000),Toyota Motor Engineering & Manufacturing,INCORRECT GVWR LABELS,EQUIPMENT,SSC 9LF,Vehicle,2204,"TOYOTA IS RECALLING CERTAIN MODEL YEAR 2006 THROUGH 2009 SIENNA AND 2009 LEXUS GX PASSENGER VEHICLES. THE VEHICLE CAPACITY WEIGHT ON THE TIRE AND LOADING INFORMATION LABEL AND THE GVWR ON THE CERTIFICATION LABEL IS INSUFFICIENT FOR CERTAIN VEHICLES. SOME VEHICLES WERE ACCESSORIZED THROUGH VEHICLE PROCESSING CENTERS AND HAD ACCESSORIES INSTALLED THAT CAUSED THE VEHICLE TO EXCEED THE GVWR VALUE. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 110, ""TIRE SELECTION AND RIMS,"" AND 49 CFR PART 567.",THE GVWR IS INSUFFICIENT FOR THE LOAD CARRYING CAPACITY OF THE VEHICLES.,"TOYOTA WILL NOTIFY OWNERS INSTRUCTING THEM TO RETURN THEIR VEHICLE TO A TOYOTA OR LEXUS DEALER FOR AN EXCHANGE OF THE CERTIFICATION LABEL AND THE TIRE AND LOADING INFORMATION LABEL, AN INSTALLATION OF THE LOAD CARRYING CAPACITY MODIFICATION LABEL, IF NECESSARY, AND A CORRECTION TO THE OWNER'S MANUAL. THIS REMEDY WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON DECEMBER 10, 2009. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371." -06/25/2009,09E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E040000),SPECIALTY MANUFACTURING CO.,LED SCHOOL BUS STOP ARM LIGHTS INOPERATIVE,OTHER,NR (Not Reported),Equipment,18305,"SPECIALTY MANUFACTURING, INC. (SMI) IS RECALLING 18,305 000290 LED LIGHT KITS SOLD SEPARATELY OR CONTAINED IN SCHOOL BUS STOP ARM ASSEMBLIES AND SUB-ASSEMBLIES MANUFACTURED FROM APRIL 1 THROUGH DECEMBER 18, 2008, SOLD FOR USE AS REPLACEMENT EQUIPMENT OR INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS MODEL SCHOOL BUSES. A CHANGE TO THE WIRE USED IN THE LED LIGHT KITS MAY REDUCE THE EFFECTIVE LIFE OF THE LIGHTS USED ON THE SPECIALTY BRAND STOP ARMS. THE LIGHTS MAY STOP FUNCTIONING WITHOUT WARNING.","SHOULD THE LED LIGHTS STOP FUNCTIONING, VISIBILITY OF A STOPPED BUS WOULD BE DECREASED, POSSIBLY ENDANGERING A CHILD OR PEDESTRIAN TO INJURY BY PASSING VEHICLES.",EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED LED LIGHT KITS ON THE STOP ARMS WILL BE REPLACED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT SMI WARRANTY SERVICE AT 1-800-951-7867. -06/25/2009,09V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V233000),"General Motors, LLC",OUTSIDE DOOR HANDLE STICKS/BINDS,LATCHES/LOCKS/LINKAGES,09066,Vehicle,44451,"GM IS RECALLING 44,451 MY 2008 SATURN VUE VEHICLES WITH BODY COLOR OUTSIDE DOOR HANDLES. THE OUTSIDE DOOR HANDLES MAY STICK OR BIND. IF THIS WERE TO OCCUR, THE DOOR MAY NOT LATCH WHEN CLOSED.","DRIVING WITH AN UNLATCHED DOOR COULD RESULT IN AN UNBELTED OCCUPANT FALLING OUT OF THE VEHICLE, CAUSING INCREASED RISK OF INJURY.","DEALERS WILL REPLACE THE OUTSIDE DOOR HANDLES WITH CHROME DOOR HANDLES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 18, 2009. OWNER MAY CONTACT SATURN AT 1-800-972-8876 OR AT WWW.GMOWNERCENTER.COM." -06/25/2009,09V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V238000),Pierce Manufacturing,SCBA CYLINDER STORAGE COMPARTMENTS,STRUCTURE,39-0139830,Vehicle,466,"PIERCE IS RECALLING 466 MODEL YEAR 2003 THROUGH 2009 FIRE APPARATUS BODIES MANUFACTURED BETWEEN DECEMBER 10, 2003 AND MARCH 9, 2009, AND MAY HAVE BEEN EQUIPPED WITH DUAL SCBA CYLINDER STORAGE COMPARTMENTS. THESE COMPARTMENTS EXTEND INBOARD HORIZONTALLY FROM THE SIDE OF THE REAR BODY. THE SCBA COMPARTMENT DOOR LATCH MAY HAVE BEEN MANUFACTURED INCORRECTLY, ALLOWING THE DOOR TO POP OPEN WITHOUT WARNING WHILE THE VEHICLE IS IN MOTION.","IF THE DOOR OPENS, THE SCBA CYLINDERS MAY FALL OUT OF THE COMPARTMENT AND ONTO THE ROADWAY, POSSIBLY BECOMING ROAD HAZARD TO OTHER MOTORISTS WHICH COULD RESULT IN A CRASH.","PIERCE WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLE FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 17, 2009. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -06/25/2009,09V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V235000),"CLASSIC MOTORWORKS LIMITED, USA",THIRD GEAR GALLING CLUTCH SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,233,"CLASSIC MOTORWORKS IS RECALLING 233 MY 2009 BULLET ELECTRA E-5, BULLET G5 CLASSIC, BULLET G5 MILITARY, AND BULLET G5 DELUXE MOTORCYCLES EQUIPPED WITH THE UNIT CONSTRUCTION, EFI ENGINE. THESE MOTORCYCLES CAN EXPERIENCE THIRD GEAR GALLING ON THE CLUTCH SHAFT DUE TO LACK OF LUBRICATION. THIS CONDITION CAN ALLOW THE GEAR TO SEIZE TO THE SHAFT, CAUSING REAR WHEEL LOCK UP.",THIS COULD RESULT IN A CRASH THAT COULD CAUSE INJURY OR DEATH TO THE RIDER.,"DEALERS WILL INSPECT AND REPLACE FIRST, SECOND AND THIRD GEARS WITH NEW GEARS WHICH HAVE A BI-METAL BRONZE BUSHING AND A NEW CLUTCH MAIN SHAFT FREE OF CHARGE. THE RECALL BEGAN ON JUNE 29, 2009. OWNERS MAY CONTACT CLASSIC MOTORWORKS AT 1-800-201-7472." -06/24/2009,09V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V232000),Ford Motor Company,BRAKE STOP LAMP SWITCH ADJUSTMENT,EXTERIOR LIGHTING,09C09,Vehicle,1357,"FORD IS RECALLING 1,357 MY 2009 EXPEDITION AND NAVIGATOR VEHICLES FOR FAILING TO COMPLY WITH THE FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE BRAKE STOP LAMP SWITCH MAY BE IMPROPERLY ADJUSTED. THIS MAY RESULT IN A DELAY IN BRAKE STOPLAMP ILLUMINATION WHEN THE BRAKE PEDAL IS DEPRESSED. IN SITUATIONS OF VERY MILD BRAKE APPLICATION, THE BRAKE STOPLAMPS MAY NOT ILLUMINATE.",DELAY OR LOSS OF BRAKE STOPLAMP FUNCTION MAY INCREASE THE RISK OF A CRASH.,"DEALERS WILL ADJUST THE BRAKE STOPLAMP SWITCH FREE OF CHARGE. THE RECALL BEGAN ON JULY 6, 2009. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332 OR WWW.OWNERCONNECTION.COM." -06/23/2009,09V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V231000),Ford Motor Company,FRAME RAIL FUEL TANK GUARD BRACKETS,"FUEL SYSTEM, GASOLINE",09C08,Vehicle,65,"FORD IS RECALLING 65 MY 2008-2009 E-350 AND MY 2009 E450 CUTAWAY VEHICLES EQUIPPED WITH SCHOOL BUS PREP PACKAGES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" THESE VEHICLES MAY NOT HAVE BEEN ASSEMBLED WITH THE FUEL TANK PROTECTION BRACKETS THAT ARE REQUIRED FOR SCHOOL BUS APPLICATIONS.","IN CERTAIN TYPES OF VERY SEVERE CRASHES, THE FUEL TANK MAY BE DAMAGED AND RESULT IN A LEAK. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT FOR PROPER FUEL TANK PROTECTION BRACKET INSTALLATION AND INSTALL BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2009. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR THROUGH THE INTERNET AT WWW.OWNERCONNECTION.COM." -06/19/2009,09E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E039000),"ROCK KRAWLER/PURE PERFORMANCE GROUP, INC",AFTERMARKET PERFORMANCE SUSPENSION SYSTEMS,SUSPENSION,NR (Not Reported),Equipment,44,ROCK KRAWLER IS RECALLING 44 PERFORMANCE SUSPENSION SYSTEMS SOLD AS AFTERMARKET EQUIPMENT FOR USE ON THE VEHICLE LISTED ABOVE. THESE SUSPENSION SYSTEMS WERE PRODUCED WITH GRADE 2 CARRIAGE BOLTS INSTEAD OF THE PROPER GRADE 5 CARRIAGE BOLTS. THE IMPROPER GRADE 2 CARRIAGE BOLTS COULD EXPERIENCE A LOSS OF CLAMPING FORCE FOR THE BOTTOM STRUT FORK.,"THIS CONDITION COULD CAUSE A LOSS OF EFFECTIVE LIFT AND LOWERING OF THE AFFECTED VEHICLE, POSSIBLY CREATING THE DRIVER TO PANIC WHICH COULD POSSIBLY LEAD TO A VEHICLE CRASH.",ROCK KRAWLER WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE SAFETY RECALL BEGAN ON OCTOBER 15. 2008. ALL THE AFFECTED UNTITS HAVE BEEN REMEDIED. OWNERS MAY CONTACT ROCK KRAWLER AT 1-518-270-9822. -06/19/2009,09E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E038000),DOUGLAS AUTOTECH CORP.,STEERING ANGLE SENSOR FAILURE,STEERING,NR (Not Reported),Equipment,961,"DOUGLAS AUTOTECH (DAC) IS RECALLING 961 SERIES 900 STEERING COLUMN ASSEMBLIES, DAC P/NOS. 9204584, 9204515, 9204543, 9204538, 9204547, 9204532, 9204556, 1900055, 9204534, 9204536, 9204546, 9204596, 9204597, 9204586, 9204521, 9204559, 9204570, 9204585, 8001015, 9204535, 9204592, MANUFACTURED BETWEEN JUNE 29, 2007 AND MAY 20, 2009, EQUIPPED WITH MERITOR WABCO STEERING ANGLE SENSORS (SAS), P/NOS. 444 120 004 0, 400 850 647 0, AND 400 850 666 0, WITH SERIAL NUMBERS BELOW 3404. THE AFFECTED STEERING COLUMN ASSEMBLIES WERE SHIPPED AS ORIGINAL EQUIPMENT FOR USE IN MOTOR COACHES AND EMERGENCY VEHICLES. INTERNAL FRICTION CAN DEVELOP BETWEEN THE SENSOR GEARS AND THE SENSOR HOUSING AS A RESULT OF EXTERNAL FORCES EXPERIENCED ON THE VEHICLE INCLUDING VIBRATION. IF DEVELOPED FRICTION IS GREAT ENOUGH, THE DRIVING TAB OF THE SAS CAN SHEER AS THE DRIVER TURNS THE STEERING WHEEL.","A BROKEN SAS DRIVING TAB MAY RESULT IN UNNECESSARY BRAKE ACTIVATION OF A SELECTED WHEEL DURING THE IGNITION CYCLE IN WHICH THE FAILURE OCCURS, POSSIBLY RESULTING IN A VEHICLE CRASH.",EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR WABCO AT 1-859-525-3676 OR DAC AT 1-270-885-9200. -06/18/2009,09V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V227000),PACCAR Incorporated,AIR TUBE EXPANDER FITTING,"SERVICE BRAKES, AIR",09KW5,Vehicle,13,"KENWORTH IS RECALLING 13 MY 2009 T2000 VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES."" AIR TUBE EXPANDER FITTING USED BETWEEN THE AIR TUBE INLET AND DASH AIR GAUGES FOR THE TRAILER DOES NOT MEET THE BURST PRESSURE REQUIREMENTS.","THIS CAN RESULT IN BRAKE HOSE RUPTURE, AIR PRESSURE LOSS, AND COMPROMISED VEHICLE BRAKING WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT AND REPLACE THE EXPANDER FITTING WHICH IS RELATED TO 1,200 PSI. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 3, 2009. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -06/18/2009,09V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V228000),Keystone RV Company,INCORRECT AXLE,POWER TRAIN,09-122,Vehicle,52,"KEYSTONE IS RECALLING 52 MY 2010 PASSPORT TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THESE VEHICLES WERE MANUFACTURED WITH INCORRECT AXLE(S). THE AXLE RATING MAY NOT MATCH THE SPECIFICATIONS LISTED ON THE FEDERAL CERTIFICATION LABEL AND THE TIRE AND LOADING LABEL.",TOWING A VEHICLE WITH THE AXLE LOADED BEYOND THE SPECIFIED WEIGHT RATING MAY RESULT IN AXLE FAILURE LEADING TO POOR VEHICLE HANDLING AND AN INCREASED RISK OF A CRASH.,"DEALERS WILL INSPECT THE AXLE RATING TAGS, COMPARE TO THE FEDERAL CERTIFICATION LABEL AND THEN IF THEY DO NOT MATCH EITHER REPLACE THE AXLE IF UNDER RATED OR REPLACE THE LABELS IF OVER RATED. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2009. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/18/2009,09V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V226000),"Daimler Trucks North America, LLC",POWER CABLE CLEARANCE,ELECTRICAL SYSTEM,FL-551,Vehicle,53,DAIMLER TRUCKS IS RECALLING 53 MY 2009-2010 WESTERN STAR 4900 TRUCKS BUILT WITH DD15 ENGINES. A NEW FORWARD CAB CROSSMEMBER DESIGN REDUCED CLEARANCE FOR CAB MOUNTED BATTERY DISCONNECT SWITCH POWER CABLES ON STANDARD CAB HEIGHT VEHICLES. DURING CAB ARTICULATION THE NEW CROSSMEMBER MAY PINCH POWER CABLES AGAINST THE CAB.,CABLES THAT BECOME PINCHED BETWEEN THE CAB AND FORWARD CAB CROSSMEMBER COULD SHORT TO GROUND AND POTENTIALLY OVERHEAT RESULTING IN A POSSIBLE VEHICLE FIRE AND INJURY TO VEHICLE OCCUPANTS.,"DEALERS WILL REMOVE THE CABLES AND REINSTALL THEM IN A NEW SAFE LOCATION. DAMAGED CABLES WILL BE REPLACED. BOTH WILL BE DONE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 7, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL FREE AT 1-800-547-0712." -06/18/2009,09V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V229000),PACCAR Incorporated,STEER AXLE BRAKE SPIDER,POWER TRAIN,09KW6,Vehicle,9,KENWORTH IS RECALLING 9 MY 2009 T800S VEHICLES EQUIPPED WITH DANA FRONT AXLE. THE BRAKE SPIDER MOUNTING FASTENERS ATTACHING THE BRAKE SPIDER TO THE FRONT STEER AXLE FLANGE MAY HAVE RECEIVED INSUFFICIENT TORQUE DURING THE INSTALLATION PROCESS. THE INSUFFICIENT TORQUE MAY ALLOW THE BRAKE SPIDER FASTENERS AND BRAKE SPIDER TO BECOME LOOSE.,"THIS CAN ALLOW THE FASTENERS TO SHEAR AND FALL EITHER ONTO THE ROADWAY OR INTO THE DRUM BRAKE ASSEMBLY, POTENTIALLY ALLOWING THE BRAKE TO BIND AND CAUSING INCREASED STOPPING DISTANCE AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT AND REPLACE THE BRAKE SPIDER MOUNTING FASTENERS AND TORQUE THEM PROPERLY, AS WELL AS REVIEW THE BRAKE SPIDER AND STEER AXLE FLANGE HOLES FOR SIGNS OF VIBRATION AND FATIGUE AND REPLACE IF NECESSARY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNER MAY CONTACT KENWORTH AT 1-425-828-5440." -06/17/2009,09V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V230000),Trans Tech Bus,ROOFTOP CONDENSER ASSEMBLIES/COVER DETACHMENT,EQUIPMENT,NR (Not Reported),Vehicle,10,"TRANS TECH IS RECALLING 10 MY 2009 AND 2008 TRANS TECH SCHOOL AND ACTIVITY BUSES MANUFACTURED BETWEEN SEPTEMBER AND DECEMBER 2008, EQUIPPED WITH K410 AIR CONDITIONING CONDENSER ASSEMBLIES SUPPLIED BY CARRIER. THE K410 UNIT IS INSTALLED ON THE TOP OF A BUS AND ITS COVER MAY NOT BE PROPERLY FASTENED BECAUSE OF A MECHANICAL INTERFERENCE.","IF THE COVER FASTENERS FAIL TO SECURELY FASTEN THE COVER IN PLACE, IT MAY BECOME DETACHED DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.","TRANS TECH WILL NOTIFY OWNERS AND CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. THE SAFETY RECALL BEGAN ON JUNE 25, 2009. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR TRANS TECH AT 1-845-988-2333." -06/16/2009,09V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V222000),Starcraft RV,INSUFFICIENT LENGTH FASTENERS/BUNK DOOR CABLES,STRUCTURE,NR (Not Reported),Vehicle,108,"STARCRAFT IS RECALLING 108 MY 2009 TRAVEL STAR EXP TRAILERS. THE SCREWS USED TO ATTACH THE BUNK DOOR CABLES TO THE BUNK DOORS MAY BE OF INSUFFICIENT LENGTH, WHICH COULD RESULT IN THE CABLE BECOMING DETACHED FROM THE DOOR WHILE THE TRAVEL TRAILER IS PARKED AND SET UP WITH THE BUNK DOORS OPEN.","IF THIS CONDITION IS NOT ADDRESSED, IT COULD POSSIBLY RESULT IN AN INJURY. THERE IS NO POTENTIAL FOR THIS SITUATION TO OCCUR WHILE THE VEHICLE IS BEING TOWED.",DEALERS WILL REPLACE THE SCREWS ATTACHING THE CABLES TO THE BUNK DOOR WITH LONGER FASTENERS. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2009. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787. -06/16/2009,09V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V221000),"Jayco, Inc.",INSUFFICIENT LENGTH FASTENERS/BUNK DOOR CABLES,STRUCTURE,NR (Not Reported),Vehicle,647,"JAYCO IS RECALLING 647 MY 2009 JAY FEATHER EXP AND EX-PORT TRAVEL TRAILERS. THE SCREWS USED TO ATTACH THE BUNK DOOR CABLES TO THE BUNK DOORS MAY BE OF INSUFFICIENT LENGTH, WHICH COULD RESULT IN THE CABLE BECOMING DETACHED FROM THE DOOR WHILE THE TRAVEL TRAILER IS PARKED AND SET UP WITH THE BUNK DOORS OPEN.","IF THIS CONDITION IS NOT ADDRESSED, IT COULD POSSIBLY RESULT IN AN INJURY. THERE IS NO POTENTIAL FOR THIS SITUATION TO OCCUR WHILE THE VEHICLE IS BEING TOWED.","DEALERS WILL REPLACE THE SCREWS ATTACHING THE CABLES TO THE BUNK DOOR WITH LONGER FASTENERS. THE RECALL BEGAN ON JUNE 17, 2009. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -06/16/2009,09V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V225000),Damon Corporation,OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2415,"DAMON IS RECALLING 2,415 MOTORHOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG.","THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -06/16/2009,09V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V224000),Central Purchasing,TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,20798,"CENTRAL PURCHASING IS RECALLING 20,798 LONG CHIH TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTIONS TO PROPERLY AFFIX THE CORRECTED LABEL TO THE TRAILER PLEASE SEE 09V-079. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666. -06/15/2009,09V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V223000),Toyota Motor Engineering & Manufacturing,INCORRECT GVWR LABELS,EQUIPMENT,NR (Not Reported),Vehicle,27080,"TOYOTA IS RECALLING 27,080 MODEL YEAR 2005 THROUGH 2010 PASSENGER CARS BUILT FROM SEPTEMBER 1, 2005 TO MAY 4, 2009. THESE VEHICLES WERE NOT EQUIPPED WITH LOAD CARRYING CAPACITY MODIFICATION LABELS WHICH FAILS TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS.""","INCORRECT LOAD CARRYING CAPACITY MODIFICATION LABELS COULD RESULT IN THE VEHICLE BEING OVERLOADED, INCREASING THE RISK OF A CRASH.","TOYOTA WILL NOTIFY OWNERS AND PROVIDE THEM WITH A NEW, ACCURATE LABEL TO BE INSTALLED OVER THE INACCURATE LABEL FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 18, 2009. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371." -06/12/2009,09V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V218000),"Volvo Car USA, LLC",ENGINE COOLING FAN MODULE/JOHNSON ELECTRIC,ENGINE AND ENGINE COOLING,R214,Vehicle,17614,"VOLVO IS RECALLING 17,614 MY 2008-2009 S80, V70, AND XC70 VEHICLES. THE ENGINE COOLING FAN MAY STOP WORKING DUE TO A SOFTWARE PROGRAMMING ERROR IN THE FAN CONTROL MODULE (FCM). DEPENDING ON DRIVING CONDITIONS, THE CUSTOMER MAY EXPERIENCE REDUCED AIR CONDITIONING PERFORMANCE, AND/OR RAPID INCREASE IN ENGINE COOLANT TEMPERATURE.","THIS SITUATION MAY RESULT IN LOSS OF COOLING SYSTEM FUNCTION AND ENGINE FAILURE. THE DRIVER MAY NOT HAVE SUFFICIENT TIME TO REACT TO THE WARNING LIGHT(S) OR THE TEXT MESSAGE IN THE INSTRUMENT PANEL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FAN CONTROL MODULE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2009. OWNERS MAY CONTACT VOLVO CUSTOMER CARE CENTER AT 1-800-458-1552. -06/12/2009,09V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V219000),"Daimler Trucks North America, LLC",FMVSS/EMERGENCY WINDOW RELEASE,VISIBILITY,FL-552,Vehicle,216,"DAIMLER TRUCKS IS RECALLING 216 MODEL YEAR 2004 THROUGH 2009 THOMAS BUILT MINOTOUR SCHOOL BUSES MANUFACTURED FROM FEBRUARY 5, 2003 THROUGH JULY 3, 2008. VEHICLES WITH CERTAIN SEAT BACK AND WINDOW COMBINATIONS MAY BE CONFIGURED IN SUCH A WAY THAT THE EMERGENCY WINDOW RELEASE MECHANISM IS LOCATED OUTSIDE OF THE LOW-FORCE REGION WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXISTS AND WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY EVACUATION, IMPROPERLY LOCATED EMERGENCY EXIT RELEASE MECHANISMS MAY DELAY EVACUATION AND INCREASE THE RISK OF PERSONAL INJURY TO VEHICLE OCCUPANTS.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DAIMLER TRUCKS NORTH AMERICA. THE SAFETY RECALL BEGAN ON NOVEMBER 17, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS CUSTOMER SUPPORT OFFICE AT 1-336-889-4871." -06/12/2009,09V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V220000),"Daimler Trucks North America, LLC",QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",FL-553,Vehicle,1460,"DAIMLER TRUCKS IS RECALLING 1,460 MODEL YEAR 2009 AND 2010 HEAVY DUTY TRUCKS AND FCCC CHASSIS (USED ON THOMAS BUILT SCHOOL BUSES) MANUFACTURED FROM JUNE 11 THROUGH DECEMBER 16, 2008, EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY DAIMLER TRUCKS NORTH AMERICA. THE SAFETY RECALL BEGAN ON AUGUST 12, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -06/11/2009,09V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V217000),Newmar Corporation,OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2578,"NEWMAR IS RECALLING 2,578 MOTORHOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.","THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -06/11/2009,09V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V215000),Daimler Buses North America,PASSENGER WINDOWS/DELAMINATION BONDING,VISIBILITY,09-182,Vehicle,286,ORION IS RECALLING 286 MODEL YEAR 2007 THROUGH 2009 TRANSIT BUSES MANUFACTURED BETWEEN DECEMBER 2007 AND APRIL 2009. THE BOND OF THE GLASS TO THE ALUMINUM FRAME OF THE PASSENGER WINDOWS IS NOT ADEQUATE ENOUGH TO HOLD THE WINDOW ATTACHED TO THE FRAME.,"THE WINDOW COULD DISLODGE FROM THE BUS WHILE IN OPERATION, POSSIBLY BECOMING A ROAD HAZARD TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.","ORION WILL NOTIFY OWNERS AND THE MOVING WINDOW PORTION WILL BE REPLACED FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 15, 2009. OWNERS MAY CONTACT HEHR INTERNATIONAL AT 1-989-845-3067 OR ORION AT 1-800-716-7466." -06/11/2009,09V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V214000),Blue Bird Body Company,POWER STEERING RETURN HOSE LEAK,STEERING,R09PG,Vehicle,377,"BLUE BIRD IS RECALLING 377 MODEL YEAR 2009 AND 2010 VISION CONVENTIONAL SCHOOL BUSES MANUFACTURED FROM MAY 13, 2008 THROUGH MAY 17, 2009, EQUIPPED WITH PROPANE ENGINES. THE POWER STEERING RETURN HOSE MAY LEAK AND/OR FAIL RESULTING IN LOSS OF HYDRAULIC STEERING ASSIST.",LOSS OF POWER STEERING ASSIST COULD RESULT IN A VEHICLE CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 30, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-422-2242." -06/11/2009,09V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V213000),Blue Bird Body Company,STEERING GEAR BOLTS/IMPROPERLY TORQUED,STEERING,R09PF,Vehicle,442,"BLUE BIRD IS RECALLING 442 MODEL YEAR 2008 AND 2009 ALL AMERICAN SCHOOL BUSES MANUFACTURED FROM JULY 22 TO NOVEMBER 22, 2008. THE BOLTS THAT MOUNT THE STEERING GEAR TO THE FRAME MAY NOT HAVE BEEN PROPERLY TORQUED.","IMPROPERLY TORQUED BOLTS MAY CAUSE THE STEERING GEAR TO SEPARATE FROM THE CHASSIS FRAME RESULTING IN A LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-422-2242." -06/10/2009,09V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V211000),Harley-Davidson Motor Company,ACORN STUD BRAKE REACTION LINK,"SERVICE BRAKES, HYDRAULIC",0139,Vehicle,11005,"HARLEY DAVIDSON IS RECALLING 11,005 FLSTSB, FXSTSSE2, AND FXSTSSE3 MY 2008 AND 2009 MOTORCYCLES. THE ACORN STUD AT THE BRAKE REACTION LINK MAY FALL OUT DURING USE.","IF THIS OCCURS, THE FRONT BRAKE AND FENDER ASSEMBLY WOULD NO LONGER BE ADEQUATELY RETAINED. THIS CONDITION COULD LEAD TO A CRASH AND POTENTIAL INJURY TO OR DEATH OF THE RIDER.",DEALERS WILL REPLACE THE EXISTING ACORN STUD WITH A NEW ACORN STUD AND RETAINING CLIP. THE RECALL BEGAN ON JUNE 2009. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056. -06/10/2009,09V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V189000),Keystone RV Company,IMPROPERLY SECURED LOFT ROOF LIFT,STRUCTURE,09-120,Vehicle,11,KEYSTONE IS RECALLING 11 MY 2008 OUTBACK LOFT TRAVEL TRAILERS MODEL 27V. THE LOFT ROOF LIFT MECHANISM MAY NOT BE PROPERLY SECURED.,"IF THE LOFT ROOF LIFT MECHANISM IS NOT PROPERLY SECURE AND/OR USED WITHOUT THE SAFETY POLES, AN INCREASED RISK OR PERSONAL INJURY AND PROPERTY DAMAGE EXISTS.","DEALERS WILL SECURE THE LIFT MECHANISM WITH DIFFERENT FASTENERS. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 5, 2009. OWNERS MAY CONTACT KEYSTONE CUSTOMER SERVICE AT 1-866-425-4369." -06/10/2009,09V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V204000),FOUR WINDS INTERNATIONAL,OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,684,"FOUR WINDS IS RECALLING 684 MY 2002-2006 INFINITY, MY 2002-2007 WINDESPORT, MY 2004-2008 HURRICANE, MY 2006-2007 MEGALLAN AND MY 2008 FUN MOVER MOTOR HOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.","THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09V-110. WORKHORSE WILL CONDUCT THE OWNER AND DEALER NOTIFICATION. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -06/10/2009,09V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V206000),"Airstream, Inc.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"AIRSTREAM IS RECALLING 6 MY 2003-2006 35XL, AND 355XL MOTOR HOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.","THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY AND OWNER NOTIFICATION FOR THIS CAMPAIGN PLEASE SEE 09V-110. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. -06/10/2009,09V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V210000),"Ferrara Fire Apparatus, Inc.",QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,89,"FERRARA IS RECALLING 89 MODEL YEAR 2008-2009 INFERNO AND IGNITER FIRE TRUCKS EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"FERRARA WILL NOTIFY OWNERS AND REPAIR THE AFFECTED VEHICLE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2009. OWNERS CAN CONTACT FERRARA AT 1-225-567-7100." -06/10/2009,09V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V207000),BI-MART,TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,3800,"BI-MART IS RECALLING 3,800 LONG CHIH TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTIONS TO PROPERLY AFFIX THE CORRECTED LABEL TO THE TRAILER PLEASE SEE 09V-079. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666. -06/10/2009,09V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V209000),"Northern Tool & Equipment Company, Inc.",TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,17091,"NORTHERN IS RECALLING 17,091 LONG CHIH TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTIONS TO PROPERLY AFFIX THE CORRECTED LABEL TO THE TRAILER PLEASE SEE 09V-079. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666. -06/09/2009,09V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V205000),Blue Bird Body Company,FMVSS 217/PLUG STYLE VANDAL LOCK WIRING,ELECTRICAL SYSTEM,R09PE,Vehicle,2203,"BLUE BIRD IS RECALLING 2,203 MODEL YEAR 2003 THROUGH 2010 ALL AMERICAN REAR ENGINE SCHOOL BUSES EQUIPPED WITH OPTIONAL PLUG STYLE VANDAL LOCKS MANUFACTURED FROM JULY 16, 2003 THROUGH APRIL 10, 2009. THE PLUG STYLE VANDAL LOCK IS NOT WIRED TO INHIBIT THE STARTER AT THE IGNITION SWITCH WHEN THE VANDAL LOCK IS IN THE LOCKED POSITION. THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""",THE VEHICLES CAN BE STARTED AND DRIVEN EVEN WHEN AN OWNER MAY THINK THEY CANNOT.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 25, 2009. OWNER MAY CONTACT BLUE BIRD AT 1-478-422-2242." -06/09/2009,09V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V212000),Glaval Bus,ROOFTOP CONDENSER COVER DETACHMENT/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,45,"GLAVAL BUS IS RECALLING 45 MODEL YEAR 2008 AND 2009 TRANSIT BUSES MANUFACTURED BETWEEN JULY 1, 2008 AND JANUARY 31, 2009, EQUIPPED WITH CARRIER K410 ROOFTOP MOUNTED CONDENSERS. THE COVER OF THE CONDENSER ASSEMBLY MAY INTERFERE WITH THE COIL HEADER WHEN THE COVER IS PLACED ON THE UNIT ASSEMBLY. THE POTENTIAL INTERFERENCE PREVENTS THE COVER FROM RESTING ON THE UNIT MOUNTING SURFACE, CREATING A GAP BETWEEN THE COVER AND UNIT ASSEMBLY.","THIS CONDITION WILL NOT PERMIT THE COVER FASTENERS TO SECURELY CLAMP THE COVER TO THE UNIT ASSEMBLY, WHICH MAY RESULT IN THE COVER DISLOCATING FROM THE UNIT DURING OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.","GLAVAL WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 14, 2009. OWNERS MAY CONTACT GLAVAL AT 1-800-333-0510 OR CARRIER AT 1-800-673-2431." -06/09/2009,09V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V208000),Shyft Group,STEERING ANGLE SENSOR FAILURE/MERITOR WABCO,STEERING,09008,Vehicle,75,"SPARTAN IS RECALLING 75 MODEL YEAR 2008 AND 2009 GLD, FUR, AND MTR FIRE TRUCK CHASSIS MANUFACTURED BETWEEN JANUARY 29, 2008 AND MAY 6, 2009, EQUIPPED WITH MERITOR WABCO STEERING ANGLE SENSORS (SAS). THE SAS CAN DEVELOP INTERNAL FRICTION BETWEEN THE SENSOR GEARS AND THE SENSOR HOUSING AS A RESULT OF EXTERNAL FORCES EXPERIENCED ON THE VEHICLE INCLUDING VIBRATION. IF DEVELOPED FRICTION IS GREAT ENOUGH, THE DRIVING TAB OF THE SAS CAN SHEAR AS THE DRIVER TURNS THE STEERING WHEEL.","WITH A BROKEN SAS DRIVING TAB, THE ELECTRONIC STABILITY CONTROL (ESC) WILL NOT FUNCTION PROPERLY, WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR SPARTAN CHASSIS TOLL-FREE AT 1-800-543-4277. -06/08/2009,09E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E037000),"KBC America, Inc.",FMVSS 218/MOTORCYCLE HELMETS/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,2964,"KBC AMERICA IS RECALLING 2,964 MAGNUM MOTORCYCLE HELMETS, SIZES XS, SM, AND MD MANUFACTURED IN 2007 AND 2008. CERTAIN HELMETS FAIL TO CONFORM WITH THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN INJURY.","KBC AMERICA WILL NOTIFY OWNERS AND OFFER A FREE REPLACEMENT HELMET. THE RECALL BEGAN ON JULY 14, 2009. OWNERS MAY CONTACT KBC AMERICA AT 1-818-526-7771." -06/08/2009,09V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V202000),"BMW of North America, LLC",FRONT BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1297,"BMW IS RECALLING 1,297 MODEL YEAR 2009 K1300 S AND K1300 GT MOTORCYCLES MANUFACTURED BETWEEN OCTOBER 1, 2008 AND MAY 1, 2009. IN CERTAIN RIDING CONDITIONS INVOLVING INCREASED VIBRATION, THE BRAKE FLUID IN THE FRONT RESERVOIR CAN FOAM.","THIS COULD LEAD TO A REDUCED BRAKING CAPABILITY OF THE FRONT BRAKE SYSTEM, POSSIBLY RESULTING IN A CRASH.","THE FRONT BRAKE FLUID RESERVOIR WILL BE RETROFITTED WITH A SCREEN INSERT. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 16, 2009. OWNERS MAY CONTACT BMW AT 1-800-525-7417 OR EMAIL BMW AT CUSTOMERRELATIONS@BMWUSA.COM." -06/08/2009,09V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V200000),Motor Coach Industries,SHOCK ABSORBER SEPARATION/KONI,SUSPENSION,FCP 329,Vehicle,29,"MCI IS RECALLING 29 MODEL YEAR 2009 D4505 MOTOR COACHES MANUFACTURED BETWEEN FEBRUARY AND APRIL 2009, EQUIPPED WITH KONI SHOCK ABSORBERS. WHEN THE COACH IS MOVING IN REAR-RISE MODE, THE TAG SUSPENSION AIR SPRINGS CAN GENERATE FORCE THAT EXCEEDS THE MAXIMUM ALLOWABLE TENSILE STRENGTH OF THE SHOCK ABSORBERS EXCEEDING THEIR DESIGN REBOUND LIMIT.","THIS FAILURE COULD RESULT IN SEPARATION OF THE SHOCK ABSORBER FROM ITS MOUNTING, CAUSING INTERFERENCE BETWEEN THE UPPER PORTION OF THE SUSPENSION AND THE DRIVESHAFT, POSSIBLY RESULTING IN A VEHICLE CRASH.","MCI WILL NOTIFY OWNERS AND WILL REPAIR THE COACHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 10, 2009. OWNERS MAY CONTACT MCI AT 1-847-285-2000." -06/08/2009,09V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V203000),Pierce Manufacturing,STEERING ANGLE SENSOR/MERITOR WABCO,STEERING,39-0139830,Vehicle,185,"PIERCE IS RECALLING 185 MODEL YEAR 2008 AND 2009 CUSTOM FIRE TRUCKS MANUFACTURED BETWEEN JANUARY 1, 2008 AND MAY 31, 2009, EQUIPPED WITH MERITOR WABCO STEERING ANGLE SENSORS (SAS). INTERNAL FRICTION CAN DEVELOP BETWEEN THE SENSOR GEARS AND THE SENSOR HOUSING AS A RESULT OF EXTERNAL FORCES EXPERIENCED ON THE VEHICLE INCLUDING VIBRATION. IF DEVELOPED FRICTION IS GREAT ENOUGH, THE DRIVING TAB OF THE SAS CAN SHEAR AS THE DRIVER TURNS THE STEERING WHEEL.","WITH A BROKEN SAS DRIVING TAB, THE ELECTRONIC STABILITY CONTROL (ESC) WILL NOT FUNCTION PROPERLY, WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.","PIERCE WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 2, 2009. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -06/03/2009,09E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E035000),Prevost Car (US) Inc.,AFTERMARKET STEERING DRAG LINK TIE ROD ENDS/DANA,STEERING,NR (Not Reported),Equipment,50,"PREVOST IS RECALLING CERTAIN STEERING DRAG LINK TIE ROD ENDS, P/NO. 61099 AND ITS ASSEMBLY #160959, SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT FOR USE ON CERTAIN PREVOST MOTOR COACHES. THE DIMENSION OF THE STEERING DRAG LINK TIE ROD END DOES NOT MEET DANA REQUIREMENTS.","THE TIE ROD END COULD EVENTUALLY BREAK WHEN SUBMITTED TO HIGH IMPACT AND CREATE A LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH WITHOUT WARNING.","PREVOST WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIE ROD ENDS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 30, 2009. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432 EXT 235." -06/02/2009,09V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V191000),"FLEETWOOD ENTERPRISES, INC.",BRAKE LINE EXTENSION,"SERVICE BRAKES, HYDRAULIC",90521,Vehicle,61,"FLEETWOOD IS RECALLING 61 MY 2009-2010 TIOGA RANGER AND JAMBOREE SPORT CLASS C MOTOR HOMES BUILT ON FORD E450 CHASSIS THAT HAVE HAD THE WHEELBASES EXTENDED, HAVE ALSO REQUIRED AN EXTENDED BRAKE LINE. THE BRAKE LINE EXTENSION HAS BEEN IDENTIFIED AS A POTENTIAL SOURCE FOR BRAKE FLUID LEAKS.",LOSS OF BRAKE FLUID MAY RESULT IN LONGER STOPPING DISTANCES AND/OR LOSS OF BRAKES. LOSS OF BRAKES MAY RESULT IN A VEHICLE CRASH.,DEALERS WILL INSPECT AND REPLACE THE BRAKE LINE EXTENSION AND/OR CONNECTION FITTINGS FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418. -06/02/2009,09V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V192000),Keystone RV Company,FEDERAL ID LABEL CERTIFICATION/PART 567,EQUIPMENT,09-121,Vehicle,44,"KEYSTONE IS RECALLING 44 MY 2009 FUZION FIFTH WHEEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL IDENTIFICATION LABEL AND TIRE LOADING INFORMATION LABEL DOES NOT CONTAIN THE CORRECT TIRE INFLATION PRESSURE.",IMPROPER TIRE PRESSURE CAN LEAD TO TIRE FAILURE AND AN INCREASED RISK OF PROPERTY DAMAGE.,"DEALERS WILL MAIL THE APPROPRIATE LABELS FREE OF CHARGE. IF THE CUSTOMER REQUIRES ASSISTANCE INSTALLING THE LABELS, A DEALER WILL INSTALL THE LABEL. THE RECALL BEGAN ON JUNE 12, 2009. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -06/02/2009,09V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V188000),"Piaggio Group Americas, Inc.",FUEL HOSE CONNECTION,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,2428,"PIAGGIO IS RECALLING 2,428 MY 2006-2008 BV 500 AND MY 2005-2007 X9 500 SCOOTERS. THE FUEL HOSE CONNECTING THE FUEL FILTER TO THE FUEL PUMP MAY COME LOOSE. IF THIS FUEL HOSE CONNECTION IS LOOSE, OR HAS BECOME COMPLETELY DISCONNECTED, THEN THERE WILL BE A DROP IN, OR LOSS OF, FUEL PRESSURE TO THE ENGINE.",LOSS OF FUEL PRESSURE AND ENGINE STALLING WILL INCREASE THE RISK OF A CRASH. A FUEL LEAK CAN ALSO RESULT IN A FIRE.,"DEALERS WILL REPLACE THE LENGTH OF FUEL HOSE CONNECTING THE FUEL PUMP TO THE FUEL FILTER FREE OF CHARGE. THE RECALL BEGAN ON JULY 3, 2009. OWNERS MAY CONTACT PIAGGIO AT 1-212-380-4400." -06/02/2009,09V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V193000),"Coachmen RV Company, LLC",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2555,"COACHMEN IS RECALLING 2,555 MY 2000-2009 GEORGIE BOY AND COACHMEN RECREATIONAL TRAILERS EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.","THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09V-110. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR COACHMEN AT 1-574-266-4030, option 5." -06/02/2009,09V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V198000),"FLEETWOOD ENTERPRISES, INC.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,509,FLEETWOOD IS RECALLING 509 MY 2001-2008 CLASS A MOTOR HOMES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.,"THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. WORKHORSE IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09V-110. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731. WORKHORSE WILL CONDUCT THE OWNER AND DEALER NOTIFICATION. -06/02/2009,09E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E036000),Hendrickson USA. L.L.C.,QUICK RELEASE VALVES/HALDEX,SUSPENSION,NR (Not Reported),Equipment,138,"HENDRICKSON IS RECALLING 138 AIR CONTROL KIT ASSEMBLIES IN LIFT AXLE AND SUSPENSION APPLICATIONS EQUIPPED WITH HALDEX QUICK RELEASE VALVES (QRV). HENDRICKSON ALSO SELLS THE HALDEX QRV FOR SERVICE PURPOSES UNDER PART NUMBER VA-1129. THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE. A REDUCTION OF PRESSURE IN THE LIFT AXLE RIDE AIR SPRINGS CAN REDUCE THE LIFT AXLE'S LOAD CARRYING CAPACITY. IN ADDITION, ANY TRAPPED AIR PRESSURE IN THE QRV MAY PREVENT THE ABILITY TO EXHAUST LIFT AXLE RIDE AIR SPRINGS IN ORDER TO RAISE THE LIFT AXLE. REDUCTION OF PRESSURE IN THE SUSPENSION AIR SPRINGS CAN LOWER THE VEHICLE RIDE HEIGHT. IN ADDITION, ANY TRAPPED AIR PRESSURE IN THE QRV MAY PREVENT THE ABILITY TO RAISE AND/OR LOWER THE AIR SUSPENSION TO THE PROPER RIDE HEIGHT.",AN OVERLOADED AXLE OR IMPROPER RIDE HEIGHT CAN LEAD TO LOSS OF CONTROL OF THE VEHICLE AND A CRASH WITHOUT WARNING.,HENDRICKSON IS WORKING WITH HALDEX TO NOTIFY OWNERS AND REPLACE THE AFFECTED QRVS FREE OF CHARGE. OWNERS MAY CONTACT HENDRICKSON AT 1-630-773-9111 OR HALDEX AT 1-620-365-6911 EXT. 1357. -06/02/2009,09V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V199000),Great Dane Trailers,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,43,"GREAT DANE TRAILERS IS RECALLING 43 MODEL YEAR 2009 SEMI-TRAILER CONVERTER DOLLIES, MODEL DLY-0022-00099, MANUFACTURED FOR FEDEX GROUND BETWEEN JULY 16 AND AUGUST 13, 2008, EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"GREAT DANE WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ONJUNE 8, 2009. OWNERS MAY CONTACT GREAT DANE AT 1-912-644-2100." -06/02/2009,09V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V190000),Prevost Car (US) Inc.,STEERING DRAG LINK TIE ROD END/DANA,STEERING,SR09-09,Vehicle,47,"PREVOST IS RECALLING 47 MY 2009 X3-45 AND MY 2010 H3-41, AND H3-45 COACHES EQUIPPED WITH DANA I-BEAM AXLE FRONT SUSPENSION. THE DIMENSION OF THE STEERING DRAG LINK TIE ROD END DOES NOT MEET THE MANUFACTURER'S REQUIREMENTS.","THE TIE ROD END COULD BREAK AND CREATE LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE DRAG LINK TIE ROD END AND REPLACE THE PART FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2009. OWNERS MAY CONTACT PREVOST AT 1-418-883-2888." -06/01/2009,09V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V195000),"Navistar, Inc.",BATTERY CABLE,ELECTRICAL SYSTEM,09503,Vehicle,45,"NAVISTAR IS RECALLING 45 MODEL YEAR 2007 THROUGH 2010 HEAVY DUTY TRUCKS MANUFACTURED BETWEEN JANUARY 1, 2007 AND MAY 15, 2009 EQUIPPED WITH FEATURE CODE 008875 SEALED BATTERY CABLES. THE PLASTIC COVER THAT SEALS THE TERMINAL OF THE CAB FEED BATTERY CABLE MAY PREVENT PROPER ELECTRICAL CONTACT WITH THE FUSE OR BATTERY TERMINAL POST RESULTING IN AN OPEN OR UNPROTECTED CIRCUIT.","AN OPEN CIRCUIT MAY RESULT IN SUDDEN LOSS OF CAB POWER OR ENGINE SHUT DOWN, POSSIBLY RESULTING IN A CRASH. AN UNPROTECTED CIRCUIT MAY CAUSE AN ELECTRICAL SHORT WHICH COULD RESULT IN A FIRE.","NAVISTAR WILL NOTIFY OWNERS AND REPAIR THE AFFECTED VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 3, 2009. OWNERS MAY CONTACT NAVISTAR AT 1-260-461-1890." -06/01/2009,09V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V194000),"Mack Trucks, Inc.",QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",SC0338,Vehicle,338,"MACK IS RECALLING 338 MODEL YEAR 2009 MRU AND LEU HEAVY DUTY TRUCKS MANUFACTURED FROM AUGUST 20 THROUGH NOVEMBER 26, 2008 EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"MACK WILL NOTIFY OWNERS AND REPAIR THE AFFECTED VEHICLE FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JULY 13, 2009. OWNERS CAN CONTACT MACK TOLL-FREE AT 1-800-866-1177." -06/01/2009,09V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V201000),Diamond Coach Corporation,ROOFTOP CONDENSER COVER DETACHMENT/CARRIER,EQUIPMENT,CAR-09,Vehicle,10,"DIAMOND COACH IS RECALLING 10 MODEL YEAR 2008 AND 2009 VIP MOTOR COACHES MANUFACTURED BETWEEN NOVEMBER 25, 2008 AND MARCH 23, 2009, EQUIPPED WITH CARRIER K410 ROOFTOP MOUNTED CONDENSERS. THE COVER OF THE CONDENSER ASSEMBLY MAY INTERFERE WITH THE COIL HEADER WHEN THE COVER IS PLACED ON THE UNIT ASSEMBLY. THE POTENTIAL INTERFERENCE PREVENTS THE COVER FROM RESTING ON THE UNIT MOUNTING SURFACE, CREATING A GAP BETWEEN THE COVER AND UNIT ASSEMBLY.","THIS CONDITION WILL NOT PERMIT THE COVER FASTENERS TO SECURELY CLAMP THE COVER TO THE UNIT ASSEMBLY, WHICH MAY RESULT IN THE COVER DISLOCATING FROM THE UNIT DURING OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.","DIAMOND COACH WILL REPAIR THE COACHES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 11, 2009. OWNERS MAY CONTACT DIAMOND COACH TOLL-FREE AT 1-800-673-2431 EXT. 21." -06/01/2009,09V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V196000),Motor Coach Industries,STEERING ANGLE SENSOR FAILURE/MERITOR WABCO,STEERING,327 & 328,Vehicle,502,"MCI IS RECALLING CERTAIN MODEL YEAR 2008 AND 2009 MOTOR COACHES, MODEL J4500 MANUFACTURED BETWEEN OCTOBER 2007 AND APRIL 2009; 2009 MOTOR COACHES MODELS D4000ISTV, D4005, D4500, AND D4505 MANUFACTURED BETWEEN JANUARY AND JULY 2009; 2010 D4500 COACHES MANUFACTURED BETWEEN DECEMBER 2008 AND APRIL 2009; 2009 E4500 COACHES MANUFACTURED BETWEEN JANUARY AND APRIL 2009; AND ONE 2003 E4500 COACH MANUFACTURED IN OCTOBER 2002. THESE VEHICLES MAY HAVE BEEN EQUIPPED WITH MERITOR WABCO STEERING ANGLE SENSORS (SAS) WHICH CAN DEVELOP INTERNAL FRICTION BETWEEN THE SENSOR GEARS AND THE SENSOR HOUSING AS A RESULT OF EXTERNAL FORCES EXPERIENCED ON THE VEHICLE INCLUDING VIBRATION. IF DEVELOPED FRICTION IS GREAT ENOUGH, THE DRIVING TAB OF THE SAS CAN SHEER AS THE DRIVER TURNS THE STEERING WHEEL.","WITH A BROKEN SAS DRIVING TAB, THE ELECTRONIC STABILITY CONTROL (ESC) WILL NOT FUNCTION PROPERLY, WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.","MCI WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JULY 10, 2009. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -06/01/2009,09V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V197000),Ducati North America,STRESS CRACKS/RIGHT FORK AXLE MOUNT,STRUCTURE,RCL-09-004,Vehicle,732,"DUCATI IS RECALLING 732 MODEL YEAR 2009 1198 S, 1098 R, AND F1098 S STREETFIGHTER MOTORCYCLES. THE RIGHT FORK MAY HAVE POSSIBLE CRACKING A DEFORMATION AT THE RIGHT-HAND SIDE FORK BOTTOM WHEEL AXLE PINCH BOLT AREA.","CRACKING OF THE FORK MAY LEAD TO A LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A CRASH.","DUCATI WILL NOTIFY OWNERS AND REPAIR THE AFFECTED MOTORCYCLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 16, 2009. OWNERS MAY CONTACT DUCATI TOLL-FREE AT 1-800-231-6696." -05/29/2009,09V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V187000),Mazda Motor Corp.,DYNAMIC STABILITY CONTROL/FMVSS 126,ELECTRONIC STABILITY CONTROL,5509E,Vehicle,7100,"MAZDA IS RECALLING 7,100 MY 2009 MAZDA3 VEHICLES EQUIPPED WITH DYNAMIC STABILITY CONTROL FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""ELECTRONIC STABILITY CONTROL SYSTEM"". THE YAW RATE MEASURED AFTER COMPLETION OF THE SINE WITH DWELL STEERING INPUT EXCEEDED THE TEST STANDARDS.",IMPROPER OPERATION OF THE ELECTRONIC STABILITY CONTROL.,"DEALERS WILL INSPECT AND HAVE THE UNIT REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 14, 2009. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -05/28/2009,09V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V185000),Shyft Group,CATERPILLAR C13 DIESEL ENGINES/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,09010,Vehicle,30,"SPARTAN IS RECALLING 87 MODEL YEAR 2008 AND 2009 GLC, GLD, GLE, AND GLS FIRE TRUCK CAB/CHASSIS MANUFACTURED BETWEEN AUGUST 2, 2007 AND MAY 27, 2009 EQUIPPED WITH C13 CATERPILLAR DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULAR FILTER.",THIS CONDITION COULD RESULT IN A FIRE.,SPARTAN IS WORKING WITH CATERPILLAR (PLEASE SEE 08E054). CATERPILLAR WILL REPAIR THE SUBJECT VEHICLES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR SPARTAN AT 1-800-543-4277. -05/28/2009,09E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E034000),M&O INTERNATIONAL MARKETING,FMVSS 108/AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3257,"M&O INTERNATIONAL IS RECALLING CERTAIN HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"M&O INTERNATIONAL WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON SEPTEMBER 16, 2009. OWNERS MAY CONTACT M&O INTERNATIONAL AT 1-407-830-4207." -05/28/2009,09V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V186000),"Winnebago Industries, Inc.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,,WINNEBAGO IS RECALLING VEHICLES EQUIPPED WITH AXLES THAT INCLUDE BOSH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.,"THE DRIVER WOULD NORMALLY DETECT THE BRAKE DRAG BUT IF UNDETECTED THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE WORKHORSE IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE 09V-110. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR WINNEBAGO AT 1-641-585-3535. -05/28/2009,09V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V184000),Shyft Group,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",09005,Vehicle,484,"SPARTAN IS RECALLING 484 MODEL YEARS 2008-2010 ADV, BEY, FUR, GLC, GLD, K2, K3, MG, MM, MTR, AND NVS FIRE TRUCK, AMBULANCE, AND MOTOR HOME CHASSIS MANUFACTURED BETWEEN JULY 1 AND DECEMBER 16, 2008 EQUIPPED WITH CERTAIN HALDEX QUICK RELEASE VALVES (QRV). THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR SPARTAN CHASSIS TOLL-FREE AT 1-800-543-4277. -05/28/2009,09V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V176000),"MENARD, INC",TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,2957,"MENARD IS RECALLING 2,957 MY 2005-2008 LONG CHIH LCI-830T AND LCI-850T TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,"LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTION TO PROPERLY AFFIX TO TRAILER PLEASE SEE 09V-079. ALSO, ACCURATE CONSUMER INFORMATION WILL BE PROVIDED. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666 OR MENARD AT 1-715-876-2585." -05/28/2009,09V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V180000),"FRED MEYER STORES, INC.",TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,8571,"FRED MEYER IS RECALLING 8,571 MY 2005-2008 LONG CHIH LCI-851T AND MY 2006-2008 LCI-890T TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,"LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTION TO PROPERLY AFFIX TO TRAILER PLEASE SEE 09V-079. ALSO, ACCURATE CONSUMER INFORMATION WILL BE PROVIDED. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666 OR FRED MEYERS AT 503-797-3659." -05/28/2009,09V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V181000),ARMOR REX INC,TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,3910,"ARMOR REX IS RECALLING 3,910 LONG CHIH TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,"LONG CHIH IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN AND CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTION TO PROPERLY AFFIX TO TRAILER PLEASE SEE 09V-079. ALSO, ACCURATE CONSUMER INFORMATION WILL BE PROVIDED. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666 OR ARMOR REX AT 626-969-0889." -05/27/2009,09V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V182000),"Haulmark Industries, Inc.",AXLE BRACKET FAILURE,STRUCTURE,NR (Not Reported),Vehicle,2227,"HAULMARK IS RECALLING 2,227 MODEL YEAR 2008 AND 2009 TRANSPORT/CAR HAULER TRAILERS, MODELS TS7DT2, TSC85WT2&3, TSR85WT2&3, TSRV85WT2&3, MAUFACTURED BETWEEN AUGUST 14, 2007 AND MAY 19, 2009. DUE TO INADEQUATE REINFORCEMENT OF THE STRUCTURE WHERE THE AXLE BRACKET ATTACHES TO THE FRAME RAIL, OVER TIME METAL FATIGUE CAN CAUSE CRACKS IN THE WELDS LEADING TO POTENTIAL FAILURE OF THE AXLE BRACKET ATTACHMENT TO THE FRAME RAIL.",FAILURE OF THE AXLE BRACKET ATTACHMENT TO THE TRAILER FRAME RAIL WHILE THE TRAILER IS BEING OPERATED COULD RESULT IN THE AXLE BECOMING SEPARATED FROM THE TRAILER FRAME. THIS CONDITION COULD LEAD TO A VEHICLE CRASH.,"HAULMARK WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE TRAILERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 6, 2009. OWNERS MAY CONTACT HAULMARK AT 1-800-348-7530 EXT. 292." -05/27/2009,09V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V183000),Kia Motors America,FRONT SUB-FRAME CORRIOSION,SUSPENSION,SC075,Vehicle,36538,"KIA MOTORS CORPORATION (KMC) IS RECALLING 36,538 MODEL YEAR 2001-2004 OPTIMA VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. ROAD SALT APPLIED IN THESE STATES DURING THE WINTER MONTHS MAY RESULT IN PROGRESSIVE, INTERNAL CORROSION OF THE FRONT SUBFRAME. OVER TIME, SUCH SUBFRAME CORROSION NEAR THE CONNECTION TO THE LOWER CONTROL ARM CAN LEAD TO WHEEL MISALIGNMENT AND/OR OTHER NOTICEABLE STRESS IN STEERING, OR ACCELERATED ABNORMAL TIRE WEAR.","CORROSION OF THE FRONT SUBFRAME COULD LEAD TO SEPARATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","KMC WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 15, 2009. OWNERS MAY CONTACT KIA'S CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -05/26/2009,09E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E033000),"GNU INDUSTRIES, INC.",FMVSS 108/AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,170,"GNU INDUSTRIES, INC. IS RECALLING CERTAIN HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"GNU WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON JUNE 29, 2009. OWNERS MAY CONTACT GNU AT 1-954-725-9588." -05/26/2009,09V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V177000),"QINGQI GROUP MOTORCYCLE CO., LTD",FMVSS 122/VEHICLE STOPPING DISTANCE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,738,"QINGQI IS RECALLING 738 MY 2008 ZAP XEBRA MOTORCYCLES MANUFACTURED BETWEEN JANUARY AND DECEMBER 2008. THESE MOTORCYCLES DO NOT CONFORM TO THE STOPPING DISTANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS.""",THESE MOTORCYCLES REQUIRE LONGER DISTANCES TO STOP THAN THE STANDARD ALLOWS. EXTENDED STOPPING DISTANCES MAY RESULT IN A VEHICLE CRASH.,"QINGQI WILL NOTIFY OWNERS AND ZAP DEALERS WILL INSPECT AND REPLACE THE BRAKE ROTORS, PADS, MASTER CYLINDERS, AND FRONT TIRE IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 21, 2009. OWNERS MAY CONTACT ZAP TOLL-FREE AT 1-800-251-4555." -05/26/2009,09V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V178000),"Tesla, Inc.",UNDER-TORQUED REAR HUB FLANGE BOLTS,WHEELS,NR (Not Reported),Vehicle,345,"TESLA MOTORS, INC. IS RECALLING 345 MY 2008 TESLA ROADSTER VEHICLES MANUFACTURED BETWEEN MARCH 2008 AND APRIL 22, 2009. THE REAR HUB FLANGE BOLTS ON SOME OF THESE VEHICLES MAY BE UNDER-TORQUED AND MAY BECOME LOOSE. A LOOSE HUB COULD LEAD TO DEGRADATION IN VEHICLE HANDLING, AND A RUBBING NOISE FROM THE REAR OF THE VEHICLE.","IF THE PROBLEM IS NOT ADDRESSED PROMPTLY, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, WHICH COULD LEAD TO A CRASH.","TESLA WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 28, 2009. OWNERS MAY CONTACT TESLA TOLL-FREE AT 1-877-888-3752." -05/26/2009,09V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V179000),"Lotus Cars USA, Inc.",UNDER-TORQUED REAR HUB FLANGE BOLTS,WHEELS,NR (Not Reported),Vehicle,87,"LOTUS IS RECALLING 87 MODEL YEAR 2009 ELISE AND EXIGE VEHICLES MANUFACTURED FROM JUNE 20, 2008 THROUGH MAY 5, 2009. THE REAR HUB FLANGE BOLTS ON SOME OF THESE VEHICLES MAY BE UNDER-TORQUED AND MAY BECOME LOOSE. IF THAT OCCURS, AN INSECURE HUB COULD LEAD TO DEGRADATION IN VEHICLE HANDLING, AND A RUBBING NOISE FROM THE REAR OF THE VEHICLE.","IF THE PROBLEM IS NOT ADDRESSED PROMPTLY, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, RESULTING IN A CRASH.",LOTUS WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT LOTUS TOLL-FREE AT 1-800-245-6887. -05/21/2009,09V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V174000),Honda (American Honda Motor Co.),HOSE CLAMP FAILURE CAUSING COOLANT LEAK,ENGINE AND ENGINE COOLING,R08,Vehicle,12894,"HONDA IS RECALLING 12,894 MY 2008 CBR1000RR MOTORCYCLES. A COOLANT HOSE CLAMP LOCATED ON THE WATER PUMP COVER MAY BREAK DUE TO FATIGUE CAUSED BY VIBRATION GENERATED AT CONTINUOUS HIGH ENGINE SPEEDS.","IF THE CLAMP BREAKS, HOT COOLANT CAN SPRAY ONTO THE RIDERS LEFT LOWER LEG CAUSING SCALDING TO THE RIDER.","DEALERS WILL INSTALL THE NEW COOLANT HOSE CLAMP FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 6, 2009. OWNERS MAY CONTACT HONDA AT 866-784-1870." -05/21/2009,09V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V171000),Hyundai Motor America,INTERIOR DOOR HANDLE LACERATION /GOLD INDUSTRIES,LATCHES/LOCKS/LINKAGES,093,Vehicle,91350,"HYUNDAI IS RECALLING 91,350 MY 2002-2003 HYUNDAI SONATA VEHICLES. REPEATED USE OF THE INTERIOR DOOR HANDLE MAY CAUSE WEAR OF THE CHROME PLATE. IF THE TOP EDGE OF THE HANDLE HAS VERY THIN CHROME PLATING, THAT PORTION OF THE PLATING MAY WEAR AWAY MORE EASILY THAN MORE THICKLY PLATED AREAS AS THE DOOR HANDLE IS USED. THE WORN CHROME PLATING ON THE UPPER EDGE OF THE HANDLE MAY RESULT IN A CRACK OR SEPARATION BETWEEN THE CHROME PLATING ON THE INBOARD AND OUTBOARD SURFACES OF THE HANDLE, WHICH MAY FORM A SHARP EDGE.",THIS MAY INFLICT LACERATION INJURIES TO ANYONE USING THE DOOR HANDLE.,DEALERS WILL REPAIR THE CHROME PLATED INTERIOR DOOR HANDLE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151. -05/21/2009,09V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V172000),"General Motors, LLC",TPMS & BRAKE PEDAL POSITION SWITCH/FMVSS 138 & 108,"SERVICE BRAKES, AIR",09101 & 09046,Vehicle,35038,"GM IS RECALLING 35,038 MY 2008-2009 PONTIAC G8 VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"" AND FEDERAL MOTOR VEHICLES SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEMS"". THE BRAKE PEDAL POSITION SWITCH MAY HAVE BEEN INCORRECTLY PROGRAMMED. WITH THIS CONDITION, THE BRAKE LAMPS MAY BE CONTINUALLY ILLUMINATED AND FAIL TO WARN A FOLLOWING DRIVER WHEN THE VEHICLE IS BRAKING. ALSO CERTAIN VEHICLES MAY HAVE INCORRECT VALUES PROGRAMMED INTO THE TIRE PRESSURE MONITORING SYSTEM THAT WILL NOT ILLUMINATE THE LOW TIRE PRESSURE TELLTALE UNTIL TIRE PRESSURE FALLS BELOW VALUES REQUIRED BY THE STANDARD.","INAPPROPRIATE, NON-STANDARD LIGHTS COULD INCREASE THE RISK OF A CRASH OR DRIVING ON A SIGNIFICANTLY UNDER-INFLATED TIRE CAUSES THE TIRE TO OVERHEAT AND CAN LEAD TO TIRE FAILURE.","DEALERS WILL REPROGRAM THE BRAKE POSITION SENSOR AND THE REMOTE CONTROL DOOR LOCK RECEIVER WITH THE CORRECT VALUES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 5, 2009. OWNERS MAY CONTACT GM PONTIAC AT 1-800-620-7668." -05/21/2009,09V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V175000),"FLEETWOOD ENTERPRISES, INC.",UNSECURE BATTERY CABLE HARNESS,ELECTRICAL SYSTEM,90519,Vehicle,383,"FLEETWOOD IS RECALLING 311 MY 2008-2009 PROVIDENCE, EXCURSION, EXPEDITION, DISCOVERY AND BOUNDER DIESEL MOTOR HOME. THE BATTERY CABLE MAY BECOME DISLODGED AND COME IN CONTACT WITH THE DRIVER SHAFT CAUSING ENTANGLEMENT OR ABRASION TO THE BATTERY CABLE.",THIS COULD LEAD TO AN ELECTRICAL SHORT WHICH MAY RESULT IN A FIRE OR UN-COMMANDED VEHICLE SHUTDOWN WHICH MAY RESULT IN A LOSS OF VEHICLE CONTROL.,DEALERS WILL INSPECT AND REPLACE DAMAGE BATTERY CABLES AND SECURE THE BATTERY CABLE HARNESS ABOVE THE DRIVE SHAFT FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418. -05/21/2009,09V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V173000),Volvo Trucks North America,WIPER MOTOR,VISIBILITY,RVXX0902,Vehicle,127764,"VOLVO TRUCKS IS RECALLING 127,764 MY 2001-2008 VHD, VNL, VNM, AND MY 2005-2008 VT TRUCKS. A SEAL MAY FAIL ALLOWING WATER AND CONTAMINANTS TO SEEP INTO THE WINDSHIELD WIPER MOTOR.","IF THIS HAPPENS A SHORT CIRCUIT MAY OCCUR, WHICH OVER TIME COULD POSSIBLY LEAD TO A VEHICLE FIRE.","VOLVO WILL REPLACE THE WIPER MOTOR FREE OF CHARGE. SINCE THIS RECALL INVOLVES A LARGE NUMBER OF VEHICLES, VOLVO WILL RELEASE THE RECALL IN STAGES AS PARTS ARE RECEIVED. PRIORITY WILL BE GIVEN TO THE VEHICLES LOCATED IN THE REGIONS/STATES THAT HAVE A CORROSIVE ENVIRONMENT. THE RECALL BEGAN ON SEPTEMBER 30, 2009. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -05/20/2009,09V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V170000),Ducati North America,FUEL LINE ASSEMBLY REPLACEMENT,"FUEL SYSTEM, GASOLINE",RCL-09-003,Vehicle,1549,"DUCATI IS RECALLING 1,549 MY 2009 1198, 1198 S, 1098 R, 848 AND MY 2010 F1098 STREETFIGHTER AND STREETFIGHTER S MOTORCYCLES. THESE MOTORCYCLES MAY EXPERIENCE FUEL LEAKAGE FROM THE FUEL LINE AT THE FUEL INJECTOR CONNECTION. THE PLASTIC FITTING BETWEEN FUEL INJECTOR AND HOSE CAN WARP OR BREAK WHICH COULD POSSIBLY RESULT IN A POTENTIAL HAZARD TO THE RIDER AND POSSIBLE DAMAGE TO THE MOTORCYCLE.","ANY DAMAGE TO THE FUEL LINE MAY LEAD TO AN INCREASED RISK OF FIRE OR AN UNEXPECTED LOSS OF ENGINE PERFORMANCE, THE THEREBY INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AFFECTED INJECTOR COMPONENTS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 3, 2009. TO LOCATE YOUR NEAREST AUTHORIZED DUCATI DEALER, YOU MAY GO TO WWW.DUCATIUSA.COM AND SELECT THE ""DEALER LOCATOR"" OR YOU MAY CALL TOLL FREE AT 1-800-231-6696." -05/19/2009,09V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V168000),"Terex South Dakota, Inc.",AERIAL UNITS/LIFT CYLINDER FAILURE,EQUIPMENT,CB586,Vehicle,192,"TEREX TELELECT, INC. IS RECALLING 192 MY 1999 THROUGH 2001 HR37 AND HR40 UTILITY TRUCKS MANUFACTURED FROM JUNE 21, 1999 THROUGH JANUARY 30, 2001, WHICH UTILIZE HYDRAULIC CYLINDER 437250D TO LIFT THE LOWER BOOM ASSEMBLY. THESE UNITS WERE BUILT WITH ROD EYE MATERIAL THAT WAS NOT TO SPECIFICATION IN THE LIFT CYLINDER.","THE ROD EYE MATERIAL MAY FAIL AND ALLOW THE BOOM AND PLATFORM TO FALL, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH TO THE OPERATOR OR PERSONS NEAR THE VEHICLE.","TEREX WILL NOTIFY OWNERS AND REPLACE THE LOWER BOOM LIFT CYLINDER FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 29, 2009. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-884-3892." -05/19/2009,09V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V166000),PACCAR Incorporated,AIR DISC BRAKE CALIPER MOUNTING FASTENERS/BENDIX,"SERVICE BRAKES, AIR",09KW3,Vehicle,140,"PACCAR IS RECALLING 140 MY 2005, 2007-2009 T800, W900, AND T660 TRUCKS. THE CALIPER MOUNTING FASTENERS ATTACHING THE AIR DISC BRAKE CALIPER ASSEMBLY TO THE TORQUE PLATE MAY HAVE RECEIVED INSUFFICIENT TORQUE DURING THE INSTALLATION PROCESS. THE INSUFFICIENT TORQUE MAY ALLOW THE AIR DISC BRAKE CALIPER ASSEMBLY TO BECOME LOOSE AND POSSIBLY SEPARATE FROM THE VEHICLE.","THIS COULD RESULT IN REDUCED BRAKING CAPACITY AND ALSO A ROAD DEBRIS HAZARD, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AIR DISC BRAKE CALIPER ASSEMBLIES AND REPLACE THE CALIPER MOUNTING FASTENERS AND TORQUE PROPERLY. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440. -05/19/2009,09V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V164000),"Volkswagen Group of America, Inc.",DRIVESHAFT SCREWS,POWER TRAIN,40J2/S4,Vehicle,25594,"VOLKSWAGEN IS RECALLING 25,594 MY 2006-2009 JETTA 5TH GENERATION EQUIPPED WITH 2.01 ENGINE. THE FASTENING SCREW CONTACT SURFACES ON THE DRIVESHAFT COVER PLATE MAY NOT HAVE BEEN MANUFACTURED TO FACTORY SPECIFICATIONS. SOME SCREWS MAY NOT HAVE BEEN TORQUED PROPERLY DURING ASSEMBLY AND COULD LOOSEN OVER TIME, CAUSING A KNOCKING SOUND WHEN THE VEHICLE IS IN MOTION. THE DRIVESHAFT SCREWS COULD LOOSEN TO THE POINT WHERE THE DRIVESHAFT DETACHES FROM THE GEARBOX.","IF THE VEHICLE IS MOVING WHEN THIS HAPPENS, THE DETACHED DRIVESHAFT COULD CAUSE DAMAGE THE GEARBOX HOUSING. A DAMAGE GEARBOX HOUSING COULD LEAK GEARBOX OIL ONTO THE STREET AND CREATE A RISK OF A VEHICLE CRASH FOR BOTH THE DRIVER AND OTHER MOTORISTS.","DEALERS WILL INSPECT THE DRIVESHAFT SCREWS AND REPLACE THE SCREWS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 24, 2009. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -05/19/2009,09V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V163000),"FLEETWOOD ENTERPRISES, INC.",FEDERAL CERTIFICATION TAGS/PART 567 CERTIFICATION,EQUIPMENT,90508,Vehicle,7,"FLEETWOOD IS RECALLING 7 MY 2009 TRADITION CLASS A MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' THE FEDERAL CERTIFICATION TAG FIGURES RELATED TO THE TOWED WEIGHT AND TONGUE WEIGHT ARE INCORRECT.","A MISPRINTED LABEL COULD LEAD TO FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS. OVERLOADING COULD DAMAGE THE VEHICLE, ADVERSELY AFFECTING VEHICLE PERFORMANCE INCLUDING HANDLING AND BRAKING, INCREASING THE RISK OF A CRASH.",FLEETWOOD WILL CONTACT CUSTOMERS BY PHONE AND WILL MAIL CORRECT MANUFACTURER FEDERAL CERTIFICATION TAGS TO OWNERS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT FLEETWOOD OWNER RELATIONS AT 1-800-509-3418. -05/19/2009,09E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E030000),VERTEX AUTOMOTIVE,FMVSS 108/AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,420,"VERTEX AUTOMOTIVE IS RECALLING 420 HID CONVERSION KIT BULBS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THE BULBS IN THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE BULBS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"VERTEX WILL NOTIFY OWNERS AND WILL EXCHANGE THE RETURNED HID BULBS WITH COMPLIANT HALOGEN BULBS. IN ADDITION, SHOULD THE HALOGEN BULBS BE OF LESSER VALUE THAN THE RETURNED, NONCOMPLIANT HID BULBS, THEN A REFUND WILL BE ISSUED FOR THE DIFFERENCE IN THE PRICE BETWEEN THE INDIVIDUAL BULBS. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT VERTEX AT 1-305-442-2727." -05/19/2009,09V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V169000),"Nissan North America, Inc.",INTAKE AIR DUCTS/RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,362891,"NISSAN IS RECALLING 362,891 MY 2003-2007 MURANO VEHICLES. THE INTAKE AIR DUCTS, WHICH ARE CONNECTED TO THE INTERMEDIATE RESONATOR IN THE AIR INTAKE SYSTEM OF THE ENGINE, MAY SEPARATE FROM THE RESONATOR WITH ENGINE MOVEMENT. THIS SEPARATION OCCURS DUE TO THE PREMATURE AGING OF THE MATERIAL USED IN THE INTAKE AIR DUCTS WHICH CAUSES EXCESSIVE SHRINKING.",ENGINE MAY STALL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE/REPAIR THE APPROPRIATE COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 24, 2009. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -05/19/2009,09V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V167000),"Autocar, LLC",PARK BRAKE RESET PRESSURE,PARKING BRAKE,A-0903,Vehicle,183,"AUTOCAR IS RECALLING 183 MY 2008-2009 WXLL HEAVY DUTY CLASS 8 VEHICLES. THE PARK BRAKE BUTTON ON THE RIGHT-HAND SIDE OF THE VEHICLE SHOULD AUTOMATICALLY SET THE PARK BRAKE AT 70-PSI DESCENDING PRESSURE ON THE PRIMARY AIR SYSTEM WHEN THE WORK BRAKE IS APPLIED. IN THE AFFECTED VEHICLES, THE PARK BRAKES DO NOT APPLY AUTOMATICALLY AT 70-PSI; INSTEAD, THEY APPLY AT 10-PSI. THE LINES BETWEEN THE PARK BRAKE VALVES MAY BE CROSSED, CAUSING THEM TO APPLY INCORRECTLY.",BRAKING CAPABILITY WOULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE/REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 9, 2009. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -05/19/2009,09E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E031000),"Meritor, Inc.",QUICK RELEASE VALVES,"SERVICE BRAKES, AIR",C9AA,Equipment,2798,"ARVINMERITOR, INC. IS RECALLING 2,798 QUICK RELEASE VALVES (QRV) MANUFACTURED BY HALDEX BRAKE PRODUCTS FROM MAY 27 TO OCTOBER 15, 2008. THE AFFECTED VALVES WERE SOLD AS AFTERMARKET EQUIPMENT AND LABELED WITH THE FOLLOWING ARVINMERITOR P/NOS. RKN32013, RKN32005, RKN32041, RKN32011, RN11075AN, RKN32040, AND RRN19AF. THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE OR PARKING BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"ARVINMERITOR WILL NOTIFY OWNERS AND WILL PROVIDE A FREE REMEDY. THE SAFETY RECALL BEGAN ON AUGUST 10, 2009." -05/19/2009,09E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E032000),WABCO USA LLC,STEERING ANGLE SENSOR FAILURE,STEERING,C9AB,Equipment,1021,"MERITOR WABCO IS RECALLING 1,021 STEERING ANGLE SENSORS (SAS), P/NOS. 444 120 004 0, 400 850 647 0, AND 400 850 666 0, WITH SERIAL NUMBERS BELOW 3404 WHICH WERE SHIPPED AS ORIGINAL EQUIPMENT FOR USE IN MOTOR COACHES AND EMERGENCY VEHICLES BETWEEN JULY 2007 AND FEBRUARY 26, 2009. INTERNAL FRICTION CAN DEVELOP BETWEEN THE SENSOR GEARS AND THE SENSOR HOUSING AS A RESULT OF EXTERNAL FORCES EXPERIENCED ON THE VEHICLE INCLUDING VIBRATION. IF DEVELOPED FRICTION IS GREAT ENOUGH, THE DRIVING TAB OF THE SAS CAN SHEER AS THE DRIVER TURNS THE STEERING WHEEL.","WITH A BROKEN SAS DRIVING TAB, THE ELECTRONIC STABILITY CONTROL (ESC) WILL NOT FUNCTION PROPERLY, WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR WABCO AT 1-859-525-3676. -05/19/2009,09V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V162000),"Bombardier Recreational Products, Inc.",STEERING HANDLEBAR,STEERING,NR (Not Reported),Vehicle,16361,"BOMBARDIER RECREATIONAL IS RECALLING 9,932 MY 2008-2010 CAN-AM SPYDER ROADSTER GS MOTORCYCLES. A CONDITION MAY EXIST WHERE THE OPERATOR OF AN INVOLVED VEHICLE MAY NEED TO EXERT A FORCE GREATER THAN EXPECTED TO INITIATE THE TURNING OF THE STEERING HANDLEBAR OFF CENTER IN ORDER TO CORRECT VEHICLE DRIFT FROM A STRAIGHT LINE PATH. THIS HIGHER THAN EXPECTED STEERING CONTROL INPUT TORQUE MAY CAUSE A STEERING ANGLE OVERSHOOT AND AN UNEXPECTED DEVIATION OF THE VEHICLE FROM THE OPERATOR'S INTENDED PATH.","IF THIS OCCURS, IT CAN LEAD TO A TEMPORARY OUT OF LANE EXCURSION OF THE VEHICLE WHICH INCREASES THE POSSIBILITY OF A CRASH WITH OTHER TRAFFIC AND OR A DRIVE OFF THE ROAD.","DEALERS WILL INSPECT AND REPLACE/REPAIR THE APPROPRIATE COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2009. OWNERS MAY CONTACT BOMBARDIER RECREATIONAL AT 1-866-767-0707." -05/19/2009,09V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V161000),"Jaguar Cars, Ltd.",TPMS FAILURE TO DISPLAY WARNING/FMVSS 138,TIRES,J013,Vehicle,112,"JAGUAR IS RECALLING 112 MY 2007-2009 XK VEHICLES FITTED WITH RUN FLAT TIRES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.138, ""TIRE PRESSURE MONITORING SYSTEM, (TPMS)."" THE TPMS WARNINGS WERE TURNED OFF. IF THE TPMS ELECTRONIC CONTROL UNIT WERE TO SEND A SIGNAL TO THE INSTRUMENT CLUSTER TO DISPLAY A TPMS WARNING TELLTALE, THE LIGHT WOULD NOT ILLUMINATE NOR WOULD THE SUPPLEMENTARY WARNING TEXT ON THE INSTRUMENT CLUSTER MESSAGE CENTER BE DISPLAYED.",FAILURE TO WARN OF TIRE DEFLATIONS IS A NON-COMPLIANCE WITH FMVSS 138 AND COULD LEAD TO TIRE FAILURE AND A CRASH.,"DEALERS WILL UPDATE THE CAR CONFIGURATION FILE SETTINGS TO ENABLE THE INSTRUMENT CLUSTER TO FLAG THE WARNING SYMBOLS AS REQUIRED BY FMVSS 138 AND ASSOCIATED TEST IN THE INSTRUMENT CLUSTER MESSAGE CENTER. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JUNE 8, 2009. OWNERS MAY CONTACT JAGUAR AT 1-201-818-8500." -05/19/2009,09V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V165000),PACCAR Incorporated,VARIABLE VALVE ACTUATION OIL LINE/CATERPILLAR,ENGINE AND ENGINE COOLING,09KW4 & 509C,Vehicle,112736,"PACCAR IS RECALLING 112,736 TRUCKS EQUIPPED WITH CATERPILLAR C15 ENGINE. THE VARIABLE VALVE ACTUATION OIL LINE MAY RUB AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK MAY RESULT IN A FIRE HAZARD.,"PACCAR IS WORKING WITH CATERPILLAR TO REMEDY THESE VEHICLES. PLEASE SEE RECALL 09E-020. CATERPILLAR WILL INSPECT AND REPAIR THE NECESSARY COMPONENTS FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT CATERPILLAR TOLL-FREE AT 1-800-447-4986, PETERBILT AT 1-940-591-4196 AND KENWORTH AT 1-425-828-5440." -05/15/2009,09V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V160000),Ducati North America,MAIN WIRING HARNESS ROUTING,ELECTRICAL SYSTEM,RCL-09-002,Vehicle,396,DUCATI IS RECALLING 396 MY 2008 DESMOSEDICI RR MOTORCYCLES. THE MAIN WIRING HARNESS MAY BE ROUTED INCORRECTLY WHICH COULD POSSIBLY RESULT IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER.,"ANY DAMAGE TO THE HARNESS MAY LEAD TO LOSS OF FUNCTIONALITY OF THE MOTORCYCLE SYSTEM OR AN UNEXPECTED LOSS OF ENGINE PERFORMANCE, AND THEREBY INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK, REPOSITION AND FASTEN THE MAIN WIRING HARNESS TO THE FRAME FREE OF CHARGE. THE SAFETY RECALL BEGAN ON JUNE 1, 2009. TO LOCATE YOUR NEAREST AUTHORIZED DUCATI DEALER, YOU MAY GO TO WWW.DUCATIUSA.COM AND SELECT THE ""DEALER LOCATOR"" OR YOU MAY CALL TOLL FREE AT 1-800-231-6696." -05/15/2009,09V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V159000),"Airstream, Inc.",REAR REFLEX REFLECTORS LIGHTING/FMVSS 108,EXTERIOR LIGHTING,050709,Vehicle,2052,"AIRSTREAM IS RECALLING 2,052 MY 2002-2009 BAMBI, INTERNATIONAL, SAFARI, 75TH ANNIVERSARY, DWR, AND OCEAN BREEZE TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TRAVEL TRAILERS WERE BUILT WITHOUT REAR REFLEX REFLECTORS.",INADEQUATE LIGHTING COULD REDUCE VISIBILITY OF VEHICLE INCREASE THE POTENTIAL FOR A CRASH.,"AIRSTREAM WILL SEND DEALERS SEPARATE REFLECTORS TO THE AFFECTED CUSTOMERS AND DEALERS ALONG WITH INSTRUCTIONS FOR PROPER INSTALLATION. CUSTOMERS WILL HAVE THE OPTION OF INSTALLING THE REFLECTORS OR TAKING THE TRAVEL TRAILER TO THE NEAREST AIRSTREAM CERTIFIED DEALERS. THIS WILL BE DONE FREE OF CHARGE. THE RECALL BEGAN ON MAY 15, 2009. OWNERS MAY CONTACT AIRSTREAM AT 1-937-596-6849." -05/14/2009,09E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E028000),"Southeast Toyota Distributors, LLC",AFTERMARKET STAINLESS STEEL EXHAUST TIPS/CLAMP,EQUIPMENT,NR (Not Reported),Equipment,3499,"SOUTHEAST TOYOTA IS RECALLING 3,499 STAINLESS STEEL EXHAUST TIPS SOLD BY SOUTHEAST TOYOTA AS AN OPTIONAL ACCESSORY FOR USE ON MY 2008 HIGHLANDER AND HIGHLANDER HYBIRD VEHICLES. DUE TO IMPROPER HEAT TREATMENT DURING THE MANUFACTURING PROCESS, THE ORIGINAL CLAMP USED TO SECURE THE STAINLESS STEEL EXHAUST TIP TO THE EXHAUST PIPE MAY DEVELOP MICROSCOPIC CRACKS. EVENTUALLY THE CRACK MAY EXPAND CAUSING THE CLAMP TO BREAK.",THE ORIGINAL CLAMP AND THE TOYOTA STAINLESS STEEL EXHAUST TIP MAY FALL OFF THE VEHICLE'S EXHAUST PIPE AND BECOME A ROAD HAZARD WHICH WOULD INCREASE THE RISK OF A VEHICLE CRASH.,SOUTHEAST TOYOTA WILL NOTIFY OWNERS AND REPLACE THE CLAMP FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MAY/JUNE 2009. OWNERS MAY CONTACT SOUTHEAST TOYOTA CUSTOMER LOYALTY DEPARTMENT AT 1-800-301-6859. -05/14/2009,09E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E029000),"MOZO PRODUCTS, LLC",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,953,"MOZO PRODUCTS, LLC IS RECALLING CERTAIN HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"MOZO WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON JUNE 3, 2009. OWNERS MAY CONTACT MOZO AT 1-662-534-1523." -05/14/2009,09C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C004000),"Triple Play Products, LLC",FMVSS 213/WEBBING STRENGTH,CHILD SEAT,NR (Not Reported),Child Seat,55,"TRIPLE PLAY PRODUCTS, LLC IS RECALLING CERTAIN SIT'N'STROLL CHILD RESTRAINT SYSTEMS, MODEL 4002, MANUFACTURED ON MAY 5, 2008. THE WEBBING USED IN THE CENTER ADJUSTER FOR THE HARNESS FAILS TO COMPLY WITH THE INITIAL BREAKING STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN INJURY TO THE CHILD.","TRIPLE PLAY WILL NOTIFY OWNERS AND PROVIDE A FREE REPAIR KIT ALONG WITH INSTRUCTIONS TO REPLACE THE CENTER ADJUSTER WEBBING. THE SAFETY RECALL BEGAN JUNE 26, 2009. OWNERS MAY CONTACT TRIPLE PLAY CONSUMER INFORMATION LINE TOLL-FREE AT 1-800-829-1625." -05/11/2009,09E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E025000),"DOPE, INC.",FMVSS 108/REPLACEMENT HEADLAMPS/AMBER REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,42540,"DOPE, INC. IS RECALLING 42,540 COMBINATION CORNER AND BUMPER LAMP ASSEMBLIES OF VARIOUS PART NUMBERS SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE LAMPS DO NOT CONTAIN THE REQUIRED AMBER SIDE REFLECTORS.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"DOPE, INC. WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT COMBINATION LAMPS. THE SAFETY RECALL BEGAN ON JULY 28, 2009. OWNERS MAY CONTACT DOPE, INC. AT 1-626-272-1798." -05/11/2009,09E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E026000),Norcold Inc.,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,5900,NORCOLD WILL NOTIFY OWNERS AND CORRDINATE RETROFITTING THEIR COOLING UNIT WITH A SAFETY THERMAL SWITCH. OWNERS WHO HAVE RESPONDED TO SAFETY RECALL CAMPAIGN 02E-045 WILL BE CONTACTED INSTRUCTING THEM TO BRING THEIR RECREATIONAL VEHICLE INTO A SERVICE CENTER SO THAT A SAFETY THERMAL SWITCH KIT CAN BE INSTALLED ON THE REPLACED COOLING UNIT. THE REMEDY WILL BE PROVIDED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY/JUNE 2009. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD AT 1-800-767-9101.,"IF A LEAK OCCURS AND THE UNIT CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD WILL NOTIFY OWNERS AND PROVIDE A REPLACEMENT COOLING UNIT EQUIPPED WITH A SAFETY THERMAL SWITCH. OWNERS WHO HAVE RESPONDED TO SAFETY RECALL CAMPAIGN 02E-045 WILL BE CONTACTED INSTRUCTING THEM TO BRING THEIR RECREATIONAL VEHICLE INTO A SERVICE CENTER SO THAT A SAFETY THERMAL SWITCH KIT CAN BE INSTALLED ON THE REPLACED COOLING UNIT. THE REMEDY WILL BE PROVIDED FREE OF CHARGE. OWNER NOTIFICATION BEGAN ON JUNE 22, 2009. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101." -05/11/2009,09E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E027000),Norcold Inc.,REFRIGERATORS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,22350,"NORCOLD IS RECALLING CERTAIN REFRIGERATORS, MODELS 1200LR, 1200LRIM, AND 1201LRIM, MANUFACTURED FROM MARCH 1, 2001 TO DECEMBER 31, 2002, WITH SERIAL NUMBERS BETWEEN 1273701 AND 1536607, NON-CONSECUTIVELY. THE UNITS WERE INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS RECREATIONAL VEHICLES. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURESTHE COOLING UNIT COULD RUPTURE.","IF A LEAK OCCURS AND THE UNIT CONTINUES TO OPERATE, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD IS WORKING WITH THE RV MANUFACTURERS TO NOTIFY OWNERS AND REPAIR THE COOLING UNITS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2009. THIS RECALL CAMPAIGN HAS BEEN SUPERSEDED BY 10E-049. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -05/08/2009,09V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V158000),"Chrysler (FCA US, LLC)",HEATING VENTILATION & AC MODULE,EQUIPMENT,J12,Vehicle,36793,"CHRYSLER IS RECALLING 36,793 MY 2009 DODGE RAM LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH MANUAL TEMPERATURE CONTROL (MTC) ONLY. THE SOFTWARE PROGRAMMED INTO THE HEATING VENTILATION AND AIR CONDITIONING MODULE MAY CAUSE THE WINDSHIELD DEFROSTING AND DEFOGGING FUNCTIONS TO BECOME INOPERATIVE.",THIS CAN DECREASE THE DRIVER'S VISIBILITY UNDER CERTAIN DRIVING CONDITIONS AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE HVAC MODULE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE AUGUST 3, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-835-1403." -05/07/2009,09V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V157000),"Heartland Recreational Vehicles, LLC",IMPROPERLY ROUTED LP LINE HOSE,EQUIPMENT,119-09-001,Vehicle,58,"HEARTLAND IS RECALLING 58 MY 2010 EAGLE RIDGE FIFTH WHEEL TRAILERS. THE LP LINE FOR THE KITCHEN SLIDE OUT IS ROUTED UNDER THE SLIDE OUT THROUGH A HANGER. THE HANGER WAS IMPROPERLY ROUTED WHICH ALLOWS THE LINE TO RUB AGAINST THE TIRE, DAMAGING THE LP HOSE AND WIRING.",THIS COULD POTENTIALLY CAUSE A FIRE RESULTING IN SERIOUS BODILY INJURY AND/OR PROPERTY DAMAGE.,"DEALERS WILL RE-ROUTE THE LP HOSE, WIRING AND HANGER FREE OF CHARGE. THE RECALL BEGAN ON APRIL 27, 2009. OWNERS MAY CONTACT HEARTLAND AT 1-877-262-8032." -05/07/2009,09V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V156000),PETERSEN INDUSTRIES,SPINDLE FAILURE,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,123,"PETERSEN IS RECALLING 123 MY 1998-2009 RS3 GRAPPLE TRUCKS. UNDER LONG-TERM USE, THE SPINDLE PORTION OF THE HEAD ASSEMBLY MAY DEVELOP CRACKS.","THESE CRACKS POSE A POTENTIALLY SERIOUS DANGER WHICH COULD RESULT IN THE BREAKING OF THE SPINDLE, RESULTING IN THE BOOM SEPARATING FROM THE PEDESTAL WITHOUT WARNING, AND COULD RESULT IN SERIOUS INJURY OR DEATH.","PETERSEN WILL REPLACE THE HEAD ASSEMBLIES WITH A NEW DESIGN FREE OF CHARGE. THE RECALL BEGAN ON APRIL 21, 2009. OWNERS MAY CONTACT PETERSEN AT 1-800-930-5623." -05/06/2009,09V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V154000),"General Motors, LLC",FUEL SYSTEM CONTROL MODULE,"FUEL SYSTEM, GASOLINE",08411,Vehicle,27188,"GM IS RECALLING 27,188 MY 2009 CADILLAC ESCALADE, ESCALADE HYBRID, ESCALADE ESV, AND ESCALADE EXT; CHEVROLET AVALANCHE, SUBURBAN, TAHOE, TAHOE HYBRID, AND COLORADO; AND GMC YUKON, YUKON HYBRID, YUKON XL, AND CANYON VEHICLES. THE FUEL SYSTEM CONTROL MODULES MAY HAVE A CONDITION IN WHICH AN ADHESIVE SEPARATION OF THE ROOM TEMPERATURE VULCANIZING (RTV) SEAL BETWEEN THE SEAL AND THE HOUSING MAY ALLOW WATER TO SEEP INTO THE MODULE.","WATER IN THE MODULE COULD CAUSE A SHORT OR OPEN CIRCUIT, ILLUMINATION OF THE SERVICE ENGINE SOON LAMP, SETTING OF DIAGNOSTIC TROUBLE CODES OR THE ENGINE MAY BE HARD TO START, MAY NOT START OR MAY STALL INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW FUEL SYSTEM CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN ON MAY 18, 2009. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463 OR AT WWW.GMOWNERCENTER.COM." -05/06/2009,09V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V153000),"General Motors, LLC",PARK BRAKE INOPERATIVE-FRACTURE CABLE CONNECTOR,PARKING BRAKE,09045,Vehicle,15393,"GM IS RECALLING 15,393 MY 2009 CHEVROLET TRAVERSE VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" THESE VEHICLES MAY HAVE A PARK BRAKE CABLE LINK (CONNECTOR) THAT IS NOT TO SPECIFICATION. THIS CONNECTOR MAY FRACTURE WHEN THE PARK BRAKE PEDAL IS DEPRESSED.","IF THE TRANSMISSION SHIFT LEVER IS IN THE PARK POSITION, THERE WILL BE NO UNINTENDED VEHICLE MOVEMENT. HOWEVER, IF THE KEYS ARE LEFT IN THE IGNITION, THE TRANSMISSION SHIFT LEVER IS IN ANY POSITION OTHER THAN PARK, AND THE VEHICLE IS PARKED ON A SUFFICIENT SLOPE, IT COULD RESULT IN UNINTENDED VEHICLE MOVEMENT. THIS COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.","DEALERS ARE TO REPLACE THE PARK BRAKE CABLE LINK (CONNECTOR) FREE OF CHARGE. GM ANTICIPATES THAT THE DEALER BULLETIN WILL BE SENT MAY 5, 2009 AND OWNER LETTERS WILL BE MAILED IN JUNE 2009. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OR AT WWW.GMOWNERCENTER.COM." -05/06/2009,09V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V155000),"General Motors, LLC",POSITIVE BATTERY CABLE ROUTING -REROUTE,ELECTRICAL SYSTEM,09121,Vehicle,1243,"GM IS RECALLING 1,243 MY 2010 CHEVROLET CAMARO EQUIPPED WITH A V8 ENGINE. THE POSITIVE BATTERY CABLE MAY CONTACT THE STARTER MOTOR HOUSING AND CAUSE WEAR ON THE CABLE INSULATION. IF THE INSULATION WEARS THROUGH TO THE CABLE, IT COULD CREATE A SHORT.","A SHORT COULD RESULT IN A NO START CONDITION, CAUSE THE VEHICLE TO STALL WITHOUT THE ABILITY TO RESTART, OR RESULT IN AN ENGINE COMPARTMENT FIRE.","DEALERS WILL REROUTE THE POSITIVE BATTERY CABLE TO ENSURE ADEQUATE CLEARANCE. THE RECALL BEGAN ON MAY 6, 2009. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR AT WWW.GMOWNERCENTER.COM." -05/05/2009,09V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V150000),Ford Motor Company,BRAKE STOP LAMP SWITCH ADJUSTMENT/FMVSS 108,EXTERIOR LIGHTING,09C07,Vehicle,8735,"FORD IS RECALLING 8,735 MY 2009 F-150 TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE BRAKE STOP LAMP SWITCH MAY BE IMPROPERLY ADJUSTED. THIS MAY RESULT IN A DELAY IN BRAKE STOP LAMP ILLUMINATION WHEN THE BRAKE PEDAL IS DEPRESSED. IN SITUATIONS OF VERY MILD BRAKE APPLICATION, THE BRAKE STOP LAMPS MAY NOT ILLUMINATE.",DELAY OR LOSS OF BRAKE STOP LAMP FUNCTION MAY INCREASE THE RISK OF AN ACCIDENT.,"DEALERS WILL INSPECT AND HAVE THE BRAKE STOP LAMP SWITCH REMOVED AND REINSTALLED WHICH WILL PROVIDE PROPER ADJUSTMENT. THE REMEDY WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON MAY 13, 2009. OWNERS MAY CONTACT FORD MOTOR COMPANY CUSTOMER RELATIONSHIP CENTER AT 1-866-436-7332 OR THROUGH THE INTERNET AT WWW.OWNERCONNECTION.COM." -05/05/2009,09V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V151000),TEREX LOAD KING,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,17,"TEREX IS RECALLING 17 MY 2009 DFPR, DFPR SF, DFPR CA, DFP HD, LFPR AND HFT85-3 TRAILERS EQUIPPED WITH HALDEX AIR BRAKE SYSTEM CONTROL VALVE. THE RUBBER DIAPHRAGM USED INSIDE THE QUICK RELEASE VALVE (QRV) MAY DELAMINATE AND MAY CAUSE LEAKAGE LEVELS PAST AND/OR THROUGH THE DIAPHRAGM IN EXCESS OF PERMISSIBLE SPECIFICATIONS, OR COULD CAUSE A RESTRICTION IN THE AIR FLOW, THEREBY EFFECTING PRESSURE DELIVERY TO THE SERVICE BRAKES AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,TEREX IS WORKING WITH HALDEX AND WILL INSPECT AND REPLACE ALL EFFECTED QRVS FREE OF CHARGE. PLEASE SEE 09E-004. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT HALDEX AT 1-620-365-6911 OR TEREX AT 1-425-556-6588. -05/05/2009,09V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V152000),Oshkosh Corporation,QUICK RELEASE VALVES/HALDEX/MERITOR WABCO,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,302,"OSHKOSH IS RECALLING 302 MY 2008 T-SERIES, TX, STA, H, P, S AND H-TRACTOR, AIRPORT RESCUE, FIREFIGHTING, COMMERCIAL, CONCRETE MIXER AND MILITARY TRUCKS AND HIGHWAY VEHICLES EQUIPPED WITH HALDEX AIR BRAKE SYSTEM CONTROL VALVE. THE RUBBER DIAPHRAGM USED INSIDE THE QUICK RELEASE VALVE (QRV) MAY DELAMINATE AND MAY CAUSE LEAKAGE LEVELS PAST AND/OR THROUGH THE DIAPHRAGM IN EXCESS OF PERMISSIBLE SPECIFICATIONS, OR COULD CAUSE A RESTRICTION IN THE AIR FLOW, THEREBY EFFECTING PRESSURE DELIVERY TO THE SERVICE BRAKES AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,OSHKOSH IS WORKING WITH HALDEX AND WILL INSPECT AND REPLACE ALL EFFECTED QRVS FREE OF CHARGE. PLEASE SEE 09E-004. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT HALDEX AT 1-620-365-6911 OR OSHKOSH AT 1-920-235-9151. -05/04/2009,09E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E023000),WABCO USA LLC,HALDEX QUICK RELEASE VALVES,"SERVICE BRAKES, AIR",C9AA,Equipment,4520,"MERITOR WABCO IS RECALLING 4,520 QUICK RELEASE VALVES (QRV) MANUFACTURED BY HALDEX BRAKE PRODUCTS FROM MAY 27 TO OCTOBER 15, 2008, AND BEAR CORRESPONDING PRODUCTION DATE CODES OF 148 THROUGH 289. THE AFFECTED VALVES WERE LABELED WITH THE FOLLOWING MERITOR WABCO P/NOS. 9738990110, 9738990030, 9340990100, AND 9340990200 AND DISTRIBUTED TO CERTAIN VEHICLE MANUFACTURERS. THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE OR PARKING BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR MERITOR WABCO AT 1-859-525-3676. -05/04/2009,09V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V149000),"Terex South Dakota, Inc.",PUMP FLEX PLATES,EQUIPMENT,CB584,Vehicle,142,"TEREX TELELECT, INC. IS RECALLING 142 MY 2008 C4000, C5000, C6000, C7000, AND GENERAL DIGGER DERRICK UTILITY TRUCKS MANUFACTURED BETWEEN SEPTEMBER 11 AND DECEMBER 20, 2008, EQUIPPED WITH EATON 25VQ HYDRAULIC PUMPS. POOR ADHESION OF THE BRONZE MATERIAL AND THE STEEL SURFACE OF THE FLEX PLATE USED IN THE 25VQ SECTION MAY LEAD TO DELAMINATION OF THE BRONZE FROM THE PLATE.",FAILURE OF THE PUMP WILL MAKE THE UNIT INOPERABLE AND POSSIBLY LEAVE THE OPERATOR OR LOAD SUSPENDED WHICH COULD RESULT IN PERSONAL INJURY OR DEATH.,"TEREX WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2009. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT AT 1-605-884-3892." -05/01/2009,09V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V147000),"Big Dog Motorcycles, LLC",CRACKING SPOKES WHEEL,WHEELS,NR (Not Reported),Vehicle,1257,"BIG DOG IS RECALLING 1,257 MY 2005 RIDGEBACK MOTORCYCLES. THE REAR WHEEL MAY HAVE WEAK SPOTS IN THE DESIGN, WHICH MAY CAUSE THE WHEEL TO CRACK UNDER CERTAIN OPERATING CONDITIONS.","IF UNDETECTED, THIS CONDITION MAY LEAD TO A CRASH.","DEALERS WILL INSPECT AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2009. OWNERS MAY CONTACT BIG DOG MOTORCYCLES CUSTOMER SERVICE DEPARTMENT AT 1-316-267-9121." -05/01/2009,09V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V148000),"Forest River, Inc.",MISLABELED CARGO CARRYING CAPACITY/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,176,"FOREST RIVER IS RECALLING 176 MY 2009 CARDINAL FIFTH WHEEL TRAILERS. THESE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" DUE TO FAULTY SCALES IN THE PRODUCTION FACILITY, THE LABEL FOR THE CARGO CARRYING CAPACITY VALUES IS INCORRECT.",FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS OR MISPRINT LABEL COULD INCREASE THE RISK OF A CRASH.,"FOREST RIVER WILL BE MAILING CORRECTED LABELS TO RETAIL PURCHASERS, AND/OR TO DEALERS. THE SAFETY RECALL BEGAN ON APRIL 15, 2009. OWNERS MAY CONTACT FOREST RIVER AT 1-574-206-7600." -05/01/2009,09V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V146000),Eldorado National-Kansas,ROOFTOP CONDENSER ASSEMBLIES/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,66,ELDORADO NATIONAL IS RECALLING 66 MY 2009 AERO ELITE AND AEROTECH BUSES EQUIPPED WITH K410 AIR CONDITIONING CONDENSER ASSEMBLIES SUPPLIED BY CARRIER. THE K410 UNIT IS INSTALLED ON THE TOP OF A BUS AND ITS COVER MAY NOT BE PROPERLY FASTENED BECAUSE OF A MECHANICAL INTERFERENCE.,"IF THE COVER FASTENERS FAIL TO SECURELY FASTEN THE COVER IN PLACE, IT MAY BECOME DETACHED DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.",ELDORADO NATIONAL WILL WORK WITH CARRIER PLEASE SEE 09E013. CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR ELDORADO NATIONAL AT 1-800-850-1287. -04/30/2009,09V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V145000),Wilson Trailer Company,LOCK SUPPORT TUBE,LATCHES/LOCKS/LINKAGES,508Q,Vehicle,7429,"WILSON TRAILERS IS RECALLING 7,429 MY 1999-2009 GOOSENECK TRAILERS. THE DEFECT CONCERNS THE LOCK SUPPORT TUBE THAT MAY HAVE BEEN INSTALLED BEYOND SPECIFICATION. IF THIS IS THE CASE, THE LOCK COULD DEVELOP INADEQUATE PIN ENGAGEMENT RESULTING IN THE GATE OPENING UNEXPECTEDLY.",THIS COULD RESULT IN PERSONAL INJURY TO THE USER.,"OWNERS ARE TO CHECK THE GAP BETWEEN THE KEEPER AND SUPPORT TUBE AND SHOULD DOCUMENT THE DIMENSION ON THE POSTCARD PROVIDED AND RETURN IT BACK TO WILSON TRAILERS. IF THE GAP IS GREATER THAN 3/8 INCH, A FIELD REPAIR IS AVAILABLE TO ADJUST THE SUPPORT TUBE TO THE CORRECT DIMENSION. IF THE OWNER PREFER, YOU MAY CONTACT WILSON DEALER SO THEY CAN INSPECT THE AREA OF CONCERN AND ADJUST THE LOCK SUPPORT TUBE TO MAINTAIN ADEQUATE PIN ENGAGEMENT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT WILSON TRAILERS AT 1800-798-2002." -04/30/2009,09E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E021000),FEDERAL-MOGUL CORPORATION,REPLACEMENTFUEL PUMPS/POSSIBLE FIRE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,2790,"FEDERAL-MOGUL CORPORATION IS RECALLING 2,790 MECHANICAL FUEL PUMPS, P/NO. M6737 SOLD UNDER CARTER AND NAPA BRANDS AND P/NO. 2M6737 SOLD UNDER ACCU-FLOW AND TRU-FLOW BRANDS SHIPPED BETWEEN AUGUST 2008 AND MARCH 2009 FOR USE AS REPLACEMENT EQUIPMENT FOR THE VEHICLES LISTED ABOVE. THE FUEL PUMP DIAPHRAGM ROD IN CERTAIN PRODUCTION RUNS MAY HAVE BEEN IMPROPERLY MANUFACTURED. IMPROPERLY MANUFACTURED PUMP DIAPHRAGM RODS MAY CAUSE THE PUMP TO PRODUCE EXCESS PRESSURE.",EXCESS FUEL PUMP PRESSURE COULD CAUSE A VEHICLE FIRE.,"FEDERAL-MOGUL WILL NOTIFY OWNERS AND REPLACE THE FUEL PUMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 12, 2009. OWNERS MAY CONTACT FEDERAL-MOGUL AT 1-877-489-6659." -04/30/2009,09V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V143000),"BMW of North America, LLC",TIRE PRESSURE LABEL/FMVSS 110,TIRES,NR (Not Reported),Vehicle,12,"BMW IS RECALLING 12 MY 2009 MINI COOPER CONVERTIBLE VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE AFFECTED VEHICLES WERE DELIVERED WITH 15-INCH WHEELS INSTEAD OF 16-INCH WHEELS AS INTENDED, AND THE TIRE LABEL INDICATES 16 INCH WHEELS.",THE WHEELS ON THE VEHICLE DO NOT CONFORM TO THE TIRE LABEL AS REQUIRED.,DEALERS WILL REPLACE THE 15 INCH WHEELS WITH 16-INCH WHEELS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT BMW AT 1-866-646-4772. -04/30/2009,09V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V144000),"Jaguar Cars, Ltd.",UNDER FLOOR/REAR CROSS MEMBER BRAKE PIPE CORROSION,"SERVICE BRAKES, HYDRAULIC",J012,Vehicle,14551,"JAGUAR IS RECALLING 14,551 MY 2004 XJ VEHICLES. A POTENTIAL CONCERN HAS BEEN IDENTIFIED WITH THE INSTALLATION OF A NOISE VIBRATION AND HARSHNESS (NVH) PAD FITTED TO THE UNDER TRAY AND ITS INTERACTION WITH THE REAR UNDER FLOOR BRAKE PIPES, REAR CROSS MEMBER BRAKE PIPES, AND THEIR UNIONS. A REVIEW OF VEHICLE BUILD CONDITIONS PROVIDES EVIDENCE THAT A TOUCH CONDITION CAN EXIST BETWEEN THE UNDER FLOOR AND CROSS MEMBER BRAKE PIPES AND THE NVH PAD AT THE REAR OF THE UNDER FLOOR UNDER TRAY. WHERE THE TOUCH CONDITION EXISTS, WATER AND DIRT CAN COLLECT AND BE HELD IN CONTACT WITH THE PIPES AND THEIR UNIONS, ABRADE THE CORROSION PROTECTION AND REDUCE THE CORROSION LIFE OF THE PIPES ACCORDINGLY.","CORROSION OF THE BRAKE PIPES CAN LEAD TO A LOSS OF MECHANICAL INTEGRITY OF THE BRAKING SYSTEM. THIS CAN RESULT IN EXTENDED BRAKE PEDAL TRAVEL COMBINED WITH REDUCED BRAKING PERFORMANCE IN THE CORRESPONDING BRAKE CIRCUIT. THE INSTRUMENT CLUSTER MAY DISPLAY THE WARNING MESSAGE 'FLUID LEVEL LOW', ALONG WITH THE BRAKE WARNING LAMP BEING ILLUMINATED. IN THE EVENT OF BOTH BRAKING CIRCUITS LOSING INTEGRITY AT THE SAME TIME, COMPLETE LOSS OF SERVICE BRAKES WILL OCCUR, THEREBY POTENTIALLY CAUSING A VEHICLE CRASH.","DEALERS WILL REMOVE THE UNDER TRAY AT THE REAR OF THE VEHICLE AND REMOVE AND DISCARD THE NVH PAD FITTED TO THE REAR OF THE UNDER TRAY. DEALERS WILL INSPECT THE REAR UNDER FLOOR AND REAR CROSS MEMBER BRAKE PIPES AND UNIONS FOR RED RUST. IF RED RUST IS PRESENT ON THE PIPES OR ON THE UNION, THE BRAKE PIPES AND UNION WILL BE REPLACED WITH NEW COMPONENTS OF THE SAME DESIGN. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -04/29/2009,09V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V139000),"Volvo Car USA, LLC",CENTRAL ELECTRONIC MODULE SOFTWARE,ELECTRICAL SYSTEM,R213,Vehicle,12303,"VOLVO IS RECALLING 12,303 MY 2007-2008 S80 AND V70 VEHICLES. THE DIAGNOSTIC SOFTWARE IN THE CENTRAL ELECTRONIC MODULE (CEM) MAY CAUSE A MALFUNCTION OF THE WINDSHIELD WIPER FUNCTIONALITY. IF THIS CONDITION OCCURS, THE WINDSHIELD WIPERS MAY NOT OPERATE WHEN ACTIVATED; OR IN CERTAIN CASES THE WINDSHIELD WIPERS MAY ACTIVATE WHEN NOT SWITCHED ON.",OPERATING A MOTOR VEHICLE DURING INCLEMENT WEATHER CONDITIONS WITHOUT FUNCTIONING WINDSHIELD WIPERS CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE CEM AND UPGRADE THE SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON MAY 15, 2009. OWNERS MAY CONTACT VOLVO CUSTOMER CARE CENTER AT 1-800-458-1552, OR CUSTOMERCARE@VOLVOFORLIFE.COM." -04/29/2009,09V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V142000),Ducati North America,CYLINDER HEAD MAIN WIRING HARNESS INTERFERENCE,ELECTRICAL SYSTEM,RCL-09-001,Vehicle,1755,"DUCATI IS RECALLING 1,755 MY 2009 MONSTER 696 MOTORCYCLES. THE MAIN WIRING HARNESS MAY COME IN CONTACT WITH THE VERTICAL CYLINDER HEAD AND EXHAUST PIPE POSSIBLY RESULTING IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER.","ANY DAMAGE TO THE HARNESS MAY LEAD TO LOSS OF FUNCTIONALITY OF THE MOTORCYCLE'S LIGHTING SYSTEM OR AN UNEXPECTED LOSS OF ENGINE PERFORMANCE, AND THEREBY INCREASE THE RISK OF A CRASH.","DEALERS WILL CHECK FOR INTERFERENCE BETWEEN THE MAIN WIRING HARNESS AND THE VERTICAL CYLINDER HEAD AND EXHAUST PIPE. DEALERS WILL REPOSITION AND FASTEN THE MAIN WIRING HARNESS TO THE FRAME FREE OF CHARGE. THE RECALL BEGAN ON MAY 11, 2009. OWNERS MAY CONTACT DUCATI AT 800-231-6696." -04/29/2009,09V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V141000),"Gulf Stream Coach, Inc.",FRACTURED FUEL LINES OR TRANSFER TUBES/FIRE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,29,"GULF STREAM IS RECALLING 29 MY 2006-2007 CRESCENDO, TOURMASTER AND FRIENDSHIP MOTOR HOMES BUILT ON FREIGHTLINER CUSTOM CHASSIS WITH CERTAIN DETROIT DIESEL MBE 900 EPA 04 ENGINES. THE HIGH PRESSURE FUEL LINES AND TRANSFER TUBES MAY FATIGUE AND FRACTURE.","A FRACTURED FUEL LINE MAY LEAK DIESEL FUEL POSSIBLY RESULTING IN A FIRE OR FUEL MAY BE SPILLED ON THE ROAD CAUSING A SLIPPERY SURFACE, POSSIBLY RESULTING IN A VEHICLE CRASH.",GULF STREAM IS WORKING WITH DETROIT DIESEL AND WILL REPAIR VEHICLES WITH A MORE ROBUST LINE AND VIBRATION DAMPERS FREE OF CHARGE PLEASE SEE 08V-668. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT DETROIT DIESEL 1-313-592-3708 OR GULF STREAM AT 574-289-8787. -04/29/2009,09V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V140000),PACCAR Incorporated,MISSING CALIPER TIE BAR ON REAR HYDRAULIC BRAKE,"SERVICE BRAKES, HYDRAULIC",409B & 09KW2,Vehicle,2,"PACCAR IS RECALLING 2 MY 2009 KENWORTH T270 AND T370 4X2 TRUCKS. THE ANCHOR PLATE TIE BAR WHICH REINFORCES THE ANCHOR PLATE ON 73MM CALIPERS WAS NOT INSTALLED. UNDER HIGH TORQUE BRAKE APPLICATIONS THE SLIDE PINS COULD BIND, RESULTING IN A REDUCTION OF THE BRAKING EFFORT AND/OR BRAKE DRAG CAUSED BY INCOMPLETE BRAKE RELEASE; OR THE ANCHOR PLATE COULD FATIGUE, RESULTING IN A CRACKED AND/OR FRACTURE ANCHOR PLATE.","THIS CONDITION COULD RESULT IN REDUCED BRAKING CAPACITY AND INCREASED STOPPING DISTANCES, OR PART OF THE ANCHOR PLATE COULD SEPARATE AND FALL ONTO THE ROADWAY. EITHER OF THESE COULD INCREASE THE RISK OF A CRASH.",DEALERS WILL INSPECT THE BRAKES ON THE AFFECTED CHASSIS FOR THE PRESENCE OF THE ANCHOR PLATE TIE BAR; AND INSTALL THE ANCHOR PLATE TIE BAR IF MISSING FREE OF CHARGE. ALL VEHICLES HAVE BEEN FIXED. OWNER MAY CONTACT KENWORTH AT 425-828-5440. -04/28/2009,09V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V137000),Pierce Manufacturing,FMVSS 206/DOOR LATCHES,LATCHES/LOCKS/LINKAGES,39-0139830,Vehicle,257,"PIERCE MANUFACTURING IS RECALLING 257 MY 2008 EMERGENCY VEHICLES MANUFACTURED BETWEEN JUNE 1 AND OCTOBER 31, 2008, EQUIPPED WITH TRIMARK DOOR LATCHES. THESE LATCHES FAIL TO COMPLY WITH THE TRANSVERSE PULL STATIC LOAD REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS."" THE LATCHES MAY ""POP"" INTO THE SECONDARY LOCKING POSITION.","IN THE EVENT OF A VEHICLE CRASH, THE DOOR WOULD NOT HAVE PRIMARY CLOSING SECURITY WHICH COULD POSSIBLY LEAD TO INJURY OF THE VEHICLE OCCUPANT.","PIERCE WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 4, 2009. OWNERS MAY CONTACT PIERCE CUSTOMER SERVICE TOLL-FREE AT 1-888-974-3723." -04/28/2009,09E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E020000),"Caterpillar, Inc.",P-CLIPS RETAINING THE OIL LINE/OIL LEAK/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,147777,"CATERPILLAR IS RECALLING 147,777 C15 6-CYLINDER, 15L TURBOCHARGED, AIR-TO-AIR AFTER COOLED DIESEL ENGINES OF 435-625 HORSEPOWER WITH SERIAL NO. PREFIXES BSX, MXS, NXS, TRB, KRA, AND JEP. THE VARIABLE VALVE ACTUATION (VVA) OIL LINE MAY WEAR AGAINST THE P-CLIPS RETAINING THE OIL LINE, CAUSING AN OIL LEAK.",AN OIL LEAK COULD RESULT IN A FIRE.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CATERPILLAR AT NO COST TO THE OWNER. THE SAFETY RECALL BEGAN ON MAY 5, 2009. OWNERS MAY CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986." -04/27/2009,09E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E022000),Toyota Motor Engineering & Manufacturing,AFTERMARKET STAINLESS STEEL EXHAUST TIPS/CLAMP,EQUIPMENT,SSC 90E,Equipment,39100,"TOYOTA IS RECALLING 39,100 STAINLESS STEEL EXHAUST TIPS SOLD BY TOYOTA AS AN OPTIONAL ACCESSORY FOR USE ON MY 2008 HIGHLANDER AND HIGHLANDER HYBRID VEHICLES. DUE TO IMPROPER HEAT TREATMENT DURING THE MANUFACTURING PROCESS, THE ORIGINAL CLAMP USED TO SECURE THE TOYOTA STAINLESS STEEL EXHAUST TIP TO THE EXHAUST PIPE MAY DEVELOP MICROSCOPIC CRACKS. EVENTUALLY THE CRACK MAY EXPAND CAUSING THE CLAMP TO BREAK.",THE ORIGINAL CLAMP AND THE TOYOTA STAINLESS STEEL EXHAUST TIP MAY FALL OFF THE VEHICLE'S EXHAUST PIPE AND BECOME A ROAD HAZARD WHICH WOULD INCREASE THE RISK OF A VEHICLE CRASH.,"TOYOTA WILL NOTIFY OWNERS AND REPLACE THE CLAMP FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 4, 2009. OWNERS MAY CONTACT TOYOTA CUSTOMER EXPERIENCE CENTER AT 1 888-270-9371 MONDAY THROUGH FRIDAY, 5:00 AM TO 6:00 PM, SATURDAY 7:00 AM THROUGH 4:00 PM PACIFIC TIME." -04/27/2009,09E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E019000),"Terex South Dakota, Inc.",SERVICE AERIAL DEVICES/MOUNTING PLATE CRACKS,EQUIPMENT,CB585,Equipment,23,"TEREX TELELECT, INC. CERTAIN TLM SERIES AERIAL DEVICES WHICH USED MOUNTING PLATE 471499 INSTALLED ON UTILITY TRUCKS FROM DECEMBER 2002 THROUGH NOVEMBER 2007. THE PLATE CAN DEVELOP A CRACK AT THE BASE OF THE PEDESTAL TO THE TRUCK FRAME.","IF THE MOUNTING PLATE FAILS, THE BOOM AND PLATFORM MAY FALL, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",TEREX WILL NOTIFY OWNERS AND WILL REINFORCE THE MOUNTING PLATES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY BY CALLING 1-605-884-3892. -04/24/2009,09E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E018000),"EURODEZIGNS, INC.",FMVSS 108/AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2912,"EURODEZIGNS, INC. IS RECALLING CERTAIN HID CONVERSION KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. WHEN THE HID BULBS AND BALLASTS ARE COMBINED FOR USE WITH HALOGEN LIGHTS THEY FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"EURODEZIGNS WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT HID KITS. THE SAFETY RECALL BEGAN ON MAY 15, 2009. OWNERS MAY CONTACT EURODEZIGNS AT 1-219-764-9104." -04/23/2009,09E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E017000),ADVANCED CARBON COMPOSITES INC.,FMVSS 218/MOTORCYCLE HELMET PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,10780,"ADVANCED CARBON COMPOSITES, INC. (ACC) IS RECALLING CERTAIN EXT-003 MOTORCYCLE HELMETS, SIZES S/M, M/L, AND L/XL. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING SERIOUS INJURIES OR DEATH.","ACC WILL NOTIFY OWNERS AND REPAIR THE NONCOMPLIANT HELMETS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 27, 2009. OWNERS MAY CONTACT ACC TOLL-FREE AT 1-800-300-9813." -04/23/2009,09V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V135000),"Gulf Stream Coach, Inc.",GAS COOKING APPLIANCES/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,4,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH SUBURBAN GLASS TOP, SEALED BURNER RANGES AND COOK TOPS, A THREADED CONNECTOR ON THE TUBE BETWEEN THE BURNER VALVE AND THE BURNER MAY NOT HAVE BEEN FULLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE THREADED CONNECTOR IS NOT PROPERLY TIGHTENED, IT IS POSSIBLE FOR THE GAS TO LEAK FROM THE CONNECTION WHEN THE BURNER IS TURNED ON. LP GAS IS HEAVIER THAN AIR AND ANY LEAKED GAS COULD ACCUMULATE IN AN ENCLOSED OR LOW AREA IN YOUR RECREATIONAL VEHICLE. A SUFFICIENT QUANTITY OF ACCUMULATED GAS, IF IGNITED, COULD CAUSE A FIRE OR EXPLOSION.",GULF STREAM IS WORKING WITH SUBURBAN TO REPAIR THESE COOKING APPLIANCES. OWNERS MAY CONTACT GULF STREAM AT 1-800-289-8787 OR SUBURBAN AT 423-775-2131. -04/23/2009,09V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V136000),Crossroads RV,REAR REFLEX REFLECTORS LIGHTING/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1018,"CROSSROADS RV IS RECALLING 1,018 MY 2005-2009 CROSS TERRAIN, MY 2006-2009 CROSSFORCE AND MY 2006-2008 ZINGER CROSSFIRE TRAVEL TRAILERS. THESE TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TRAVEL TRAILERS WERE BUILT WITHOUT REAR REFLEX REFLECTORS.",LACK OF REFLECTORS COULD LEAD TO REDUCED VISIBILITY OF THE TRAVEL TRAILER INCREASING THE RISK OF A CRASH.,DEALERS WILL SEND REFLECTORS AND INSTALLATION INSTRUCTIONS TO CUSTOMERS. CUSTOMERS WILL HAVE THE OPTION OF INSTALLING THE REFLECTORS OR TAKE THEIR TRAVEL TRAILER TO THE NEAREST CROSSROADS RV CERTIFIED DEALER TO HAVE THE INSTALLATION DONE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT CROSSROADS RV AT 888-226-7496. -04/23/2009,09V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V138000),GOSHEN COACH,ROOFTOP CONDENSER ASSEMBLIES/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,11,GOSHEN COACH IS RECALLING 11 MY 2008-2009 GC II BUSES EQUIPPED WITH K410 AIR CONDITIONING CONDENSER ASSEMBLIES SUPPLIED BY CARRIER. THE K410 UNIT IS INSTALLED ON THE TOP OF A BUS AND ITS COVER MAY NOT BE PROPERLY FASTENED BECAUSE OF A MECHANICAL INTERFERENCE.,"IF THE COVER FASTENERS FAIL TO SECURELY FASTEN THE COVER IN PLACE, IT MAY BECOME DETACHED DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.",GOSHEN COACH WILL WORK WITH CARRIER PLEASE SEE 09E013. CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. OWNERS MAY CONTACT CARRIER AT 1-800-673-2431 OR GOSHEN COACH AT 574-970-6300. -04/21/2009,09V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V133000),"NABI Bus, LLC",ARTICULATING JOINT WELD SEPARATION,STRUCTURE,20091,Vehicle,579,"NABI IS RECALLING 579 MY 2005-2007 60BRT MODEL YEAR 2007 65BRT AND MY 2003-2004 60LFW TRANSIT BUSES. THESE BUSES MAY CONTAIN A DEFECTIVE WELDED CROSSMEMBER ASSEMBLY IN THE UNDERSTRUCTURE. THIS CROSSMEMBER IS A WELDED ASSEMBLY THAT INCLUDES A STEEL CHANNEL WELDED TO THE ARTICULATED JOINT CASTING AT THE FRONT TRAILER SECTION OF THE BUS. UNDER CERTAIN CONDITIONS, THIS WELD MAY CRACK AND THE WELDED CROSSMEMBER ASSEMBLY MAY BEGIN TO SEPARATE. ONCE PARTIAL SEPARATION OCCURS, THE CENTER PORTION OF THE BUS IN THE AREA OF THE FRONT OF THE TRAILER MAY DROP. IF THIS CONDITION IS UNDETECTED, ADDITIONAL SEPARATION OF THE JOINT MAY OCCUR UNTIL THE FRONT SECTION OF THE TRAILER CONTACT THE ROAD SURFACE.","THIS COULD RESULT IN LOSS CONTROL OF THE BUS INCREASING THE RISK OF A CRASH. THIS COULD ALSO RESULT IN A LOSS OF ELECTRICAL POWER AND ENGINE CONTROLS. THIS LOSS OF ELECTRICAL POWER AND ENGINE CONTROLS MAY RENDER THE VEHICLE STALLED IN A ROADWAY. ADDITIONALLY, THE FLOOR INSIDE THE VEHICLE WILL BECOME UNEVEN POSING A RISK TO PASSENGERS IN THE VEHICLE.","DEALERS WILL INSPECT AND REPAIR INCLUDING INSTALLATION OF AN ADDITIONAL REINFORCEMENT TO THE AFFECT JOINT. THIS REPAIR WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON APRIL 30, 2009. OWNER MAY CONTACT NABI AT 1-888-391-1777." -04/21/2009,09V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V134000),"KTM North America, Inc.",AXLE ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,237,"KTM IS RECALLING 237 MY 2009 690 DUKE AND SMC MOTORCYCLES. DURING USE, THE FRONT FORKS COULD DEVELOP CRACKS; THIS COULD RESULT IN THE POSSIBILITY OF THE FRONT FORK INNER TUBE SEPARATING FROM THE AXLE CLAMP. THE CAUSE OF THE DEFECT INVOLVES IMPROPER HEAT TREATMENT OF THE FRONT FORK INNER TUBES BY THE MANUFACTURER.",SUBSEQUENTLY THIS COULD LEAD TO LOSS OF CONTROL AND A CRASH POSSIBLY WITH INJURY OR DEATH TO THE RIDER OR OTHERS.,DEALERS WILL INSPECT AND REPLACE THE FRONT FORK TUBES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT KTM CUSTOMER RELATIONS AT 440-985-3553. -04/21/2009,09V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V132000),"JONWAY MOTORSCOOTER USA CO., LTD",BRAKE FAILURE,"SERVICE BRAKES, HYDRAULIC",12-21 FF,Vehicle,180,"JONWAY IS RECALLING 180 MY 2008 SUNNY SCOOTERS. SOME OF THESE SCOOTERS MAY HAVE BEEN MANUFACTURED WITHOUT A RETAINER CLIP DESIGNED TO PREVENT THE HYDRAULIC BRAKE LINE FROM COMING INTO CONTACT WITH THE FRONT TIRE. IN THE SCOOTERS WHERE THE RETAINER CLIP WAS NOT INSTALLED, THE BRAKE LINE MAY RUB AGAINST THE FRONT TIRE AND DAMAGE THE LINE.","IF THE LINE IS RUBBED THROUGH, THE FRONT BRAKE MAY NOT OPERATE PROPERLY WHICH COULD RESULT IN A CRASH.","OWNERS WILL BE NOTIFIED TO TAKE THEIR SCOOTERS TO DEALERS, AND DEALERS WILL INSPECT THE FRONT BRAKE LINE AND ITS ROUTING. A RETAINER CLIP WILL BE INSTALLED ON ANY SCOOTERS WITHOUT THOSE CLIPS, AND ANY DAMAGED BRAKE LINES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON APRIL 15, 2009. OWNERS MAY CONTACT JONWAY AT 972-408-6804." -04/21/2009,09C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C003000),"TEAM-TEX AMERICA, INC",FMVSS 213/INCORRECT PLACEMENT OF THE LABEL,CHILD SEAT,NR (Not Reported),Child Seat,326,"TEAM-TEX AMERICA, INC. IS RECALLING CERTAIN BABYRIDE INFANT CHILD RESTRAINT SYSTEMS, MODEL 374199, MANUFACTURED ON DECEMBER 18, 2008. THE BELT ROUTING LABEL WITH THE ""HORIZONTAL REFERENCE LINE"" IS INCORRECTLY PLACED ON THE CHILD RESTRAINT SYSTEM WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""",IMPROPER RECLINE OF THE CHILD RESTRAINT COULD RESULT IN INJURY TO THE CHILD IN THE EVENT OF A CRASH.,"TEAM-TEX WILL NOTIFY OWNERS AND MAIL LABELS ALONG WITH INSTRUCTIONS FOR PROPER PLACEMENT OF THE LABEL. THE SAFETY RECALL BEGAN ON APRIL 27, 2009. OWNERS MAY CONTACT TEAM-TEX AT 1-877-912-1313." -04/21/2009,09V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V131000),"JONWAY MOTORSCOOTER USA CO., LTD",FUEL LEAK,"FUEL SYSTEM, GASOLINE",6FBL,Vehicle,5000,"JONWAY IS RECALLING 5,000 MY 2008 YY150T-12 AND YY50QT-21A SCOOTERS. THE SCOOTERS WERE BUILT WITH A TWO-PIECE, INLINE, FUEL FILTER THAT MAY BEGIN LEAKING WHERE THE TWO PIECES JOIN.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"OWNERS WILL BE NOTIFIED TO TAKE THEIR SCOOTERS TO DEALERS, AND THE DEALERS WILL REMOVE AND REPLACE THE FUEL FILTER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT JONWAY AT 972-408-6804." -04/17/2009,09V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V128000),"Daimler Trucks North America, LLC",CAB TILT BRACKET,STRUCTURE,FL-547,Vehicle,2811,"DAIMLER TRUCKS IS RECALLING 2,811 MY 2001-2007 CONDOR TRUCKS BUILT BY AMERICAN LAFRANCE, FREIGHTLINER AND STERLING. THE CAB MOUNTED BRACKET ATTACHED TO THE HYDRAULIC CYLINDER USED TO RAISE AND LOWER THE CAB FOR MAINTENANCE MAY WEAR LEADING TO INADEQUATE RESTRAINT, ALLOWING THE CAB TO FALL FORWARD ONTO THE GROUND.",A CAB FALLING FORWARD TO THE GROUND UNEXPECTEDLY MAY RESULT IN PERSONAL INJURY.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 18, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -04/17/2009,09V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V129000),"BMW of North America, LLC",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,893,"BMW IS RECALLING MODEL YEAR 2008 R1200 GS AND R1200 GS ADVENTURE MOTORCYCLES. IN CERTAIN SITUATIONS, SUCH AS HIGH GENERATOR SPEEDS COMBINED WITH LARGE DEMANDS FOR ELECTRICAL CURRENT, SPURIOUS SIGNALS COULD EMERGE WITHIN THE MOTORCYCLE'S ELECTRICAL SYSTEM. IF THIS WERE TO OCCUR, IT COULD AFFECT THE PRESSURE SENSOR SIGNALS OF THE ANTI-LOCK BRAKE SYSTEM (ABS) CONTROL UNIT. IF THIS HAPPENED, THE ABS COULD SWITCH OFF; HOWEVER, IN SUCH A SITUATION, A WARNING LAMP WOULD ILLUMINATE. NORMAL BRAKING WOULD STILL BE AVAILABLE TO SLOW AND STOP THE MOTORCYCLE.",ANY TIME VEHICLE CONTROL IS COMPROMISED A CRASH MAY OCCUR.,"DEALERS WILL INSPECT AND REPAIR OR REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 26, 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -04/17/2009,09V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V130000),Kia Motors America,STOP LAMP SWITCH REPLACEMENT,EXTERIOR LIGHTING,SC077,Vehicle,139844,"HUYNDAI-KIA IS RECALLING 139,844 MY 2006-2007- SEDONA, SPORTAGE, SORENTO AND MY RONDO AND AMANTI VEHICLES. THE STOP LAMP SWITCH IN THE AFFECTED VEHICLES MAY MALFUNCTION. A MALFUNCTIONING STOP LAMP SWITCH MAY CAUSE THE BRAKE LIGHTS TO NOT ILLUMINATE WHEN THE BRAKE PEDAL IS DEPRESSED OR MAY CAUSE THE BRAKE LIGHTS TO REMAIN ILLUMINATED WHEN THE BRAKE PEDAL IS RELEASED. A STOP LAMP SWITCH MALFUNCTION MAY ALSO AFFECT THE OPERATION OF THE BRAKE-TRANSMISSION SHIFT INTERLOCK FEATURE SO THE TRANSMISSION SHIFTER WOULD NOT BE ABLE TO BE SHIFTED OUT OF THE PARK POSITION. IT MAY ALSO CAUSE THE ELECTRONIC STABILITY CONTROL (ESC) MALFUNCTION LIGHT TO ILLUMINATE, AND IT MAY NOT DEACTIVATE THE CRUISE CONTROL WHEN THE BRAKE PEDAL IS DEPRESSED.","ANY OF THESE MALFUNCTIONS, ALONE OR IN COMBINATION, MAY LEAD TO A CRASH.","DEALERS WILL REPLACE THE STOP LAMP SWITCH FREE OF CHARGE. THE RECALL BEGAN ON JUNE 17, 2009. OWNERS MAY CONTACT KIA'S CONSUMER ASSISTANCE CENTER AT 1-800-333-4542." -04/16/2009,09V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V126000),Mazda Motor Corp.,ENGINE HARNESS,ELECTRICAL SYSTEM,5409D,Vehicle,25400,"MAZDA IS RECALLING 25,400 MY 2010 MAZDA3 VEHICLES. A CLEARANCE BETWEEN THE ENGINE HARNESS AND THE HOUSING OF STARTER MOTOR MAY BE INSUFFICIENT. DUE TO THIS, THE COVERING OF THE HARNESS MAY BE DAMAGED THROUGH VIBRATION DURING OPERATION POSSIBLY CAUSING A SHORT-CIRCUIT BETWEEN CERTAIN HARNESS WIRES AND THE STARTER HOUSING. A SHORT-CIRCUIT CAN RESULT IN ENGINE CONTROL MALFUNCTION AND/OR POOR SHIFT QUALITY.","THE MAIN FUSE MAY BLOW OUT CAUSING THE ENGINE TO STALL AND INABILITY OF RESTART, INCREASING THE RISK OF A CRASH.","DEALERS WILL HAVE THE ENGINE HARNESS INSPECT AND ADD A PROTECTOR CLIP ON THE AFFECTED SECTION OF THE HARNESS. IF NECESSARY, THE HARNESS WILL BE REPAIRED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON MAY 6, 2009. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -04/16/2009,09V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V125000),Hyundai Motor America,FRONT LOWER CONTROL ARMS RUSTING,SUSPENSION,091,Vehicle,160904,"HYUNDAI IS RECALLING 160,904 MY 2001-2003 ELANTRA AND MY 2003 TIBURON VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. ROAD SALT USED DURING THE WINTER MONTHS IN THESE JURISDICTIONS MAY RESULT IN INTERNAL CORROSION AND THINNING OF THE STEEL IN THE FRONT LOWER CONTROL ARMS. THE CORROSION MAY PROGRESS TO THE POINT WHERE THE LOWER CONTROL ARM'S UPPER AND LOWER PANELS BECOME PERFORATED. A PERFORATED FRONT LOWER CONTROL ARM MAY FRACTURE BETWEEN ITS BALL JOINT ATTACHMENT AND THE FORWARD AND REARWARD PIVOT ATTACHMENTS TO THE CHASSIS.",THE FRACTURING OF THE CONTROL ARM COULD AN OWNER'S CONTROL OVER THEIR VEHICLE THAT MAY INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE FRONT LOWER CONTROL ARMS FOR CORROSION DAMAGE. IF SPECIFIED LEVELS OF INTERNAL CORROSION DAMAGE ARE FOUND, THE FRONT LOWER CONTROL ARMS WILL BE REPLACED WITH NEW FRONT LOWER CONTROL ARMS INCORPORATING ADDITIONAL HOLES IN THE UPPER AND LOWER PANELS. IF THE FRONT LOWER CONTROL ARMS DO NOT REQUIRE REPLACEMENT, THE DEALER WILL ADD DRAINAGE HOLES TO THE FRONT LOWER CONTROL ARMS AND WILL TREAT THE FRONT LOWER CONTROL ARMS WITH RUST-PROOFING MATERIALS TO ARREST THE INTERNAL CORROSION PROCESS. THESE PROCEDURES WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 17, 2009. OWNERS MAY CONTACT THE HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -04/16/2009,09V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V124000),Hyundai Motor America,FRONT SUB-FRAME CORROSION,SUSPENSION,089,Vehicle,188282,"HYUNDAI IS RECALLING 188,282 MY 2001-2004 SONATA AND MY 2001-2004 XG300 AND XG350 VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. ROAD SALT APPLIED IN THESE JURISDICTIONS DURING THE WINTER MONTHS MAY RESULT IN PROGRESSIVE, INTERNAL CORROSION OF THE FRONT SUB-FRAME ON THE VEHICLES, AND MAY RESULT IN THINNING OR PERFORATION OF THE SUB-FRAME STEEL. THE CORROSION IS FREQUENTLY VISIBLE AND OFTEN DISCOVERED DURING INSPECTION OR ROUTINE MAINTENANCE, AND OWNERS MAY ALSO HEAR NOISES OR NOTICE TIRE MISALIGNMENT AND STEERING PULL. IF THESE SIGNALS ARE UNDETECTED OR UNHEEDED, THE CORROSION MAY PROGRESS AND THE FORWARD MOUNTING OF THE LOWER CONTROL ARM MAY DETACH FROM THE SUB-FRAME.","IF THAT HAPPENS, THE VEHICLE MAY LOSE DRIVE POWER TO THE WHEELS, AND THE FRONT WHEEL MAY MAKE CONTACT WITH THE FENDER OR WHEEL WELL, THEREBY INCREASING THE RISK OF A CRASH.","DEALERS WILL MEASURE THE THICKNESS OF THE FRONT SUB-FRAME AND INSPECT THE FRONT SUB-FRAME FOR CORROSION DAMAGE AND, IF NECESSARY, THE FRONT SUB-FRAME WILL BE REPLACED WITH A NEW SUB-FRAME THAT INCORPORATES ADDITIONAL HOLES IN THE UPPER AND LOWER PANELS. IF THE FRONT SUB-FRAME DOES NOT REQUIRE REPLACEMENT, THE DEALER WILL ADD DRAINAGE HOLES TO THE SUB-FRAME AND WILL TREAT THE SUB-FRAME WITH RUST-PROOFING MATERIAL TO STOP THE CORROSION PROCESS. THIS PROCEDURE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT THE HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -04/16/2009,09V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V127000),"Tiffin Motorhomes, Inc.",REAR AXLE MODULATING VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,329,TIFFIN IS RECALLING 329 MY 2008-2009 ALLEGRO BUSES. THE REAR AXLE ABS MODULATING VALVE HAVE THE POTENTIAL TO BE WIRED INCORRECTLY. THE RIGHT AND LEFT MODULATOR VALVE HARNESS PIN COULD POSSIBLY BE REVERSED AT THE ABS ELECTRONIC CONTROL UNIT (ECU) CONNECTOR.,"UNDER SLIPPERY ROAD CONDITIONS, WHEN IN THE ABS MODE, THIS WIRING PROBLEM HAS THE POTENTIAL TO CAUSE ONE SIDE OF THE REAR WHEELS TO LOCK WHILE CAUSING LITTLE OR NO BRAKING EFFORT ON THE OPPOSITE SIDE. THIS MAY RESULT IN A LOSS OF CONTROL AND A VEHICLE CRASH.",DEALERS WILL REMOVE THE REVERSED PINS FROM THE ECU CONNECTOR AND INSERT THEM BACK INTO THEIR CORRECT POSITION FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT TIFFIN AT 256-356-8661. -04/16/2009,09V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V123000),Hyundai Motor America,REAR TRAILING ARM CORROSION FAILURE,SUSPENSION,090,Vehicle,83355,"HYUNDAI IS RECALLING 83,355 MY 2001-2003 SANTA FE VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. ROAD SALT APPLIED IN THESE JURISDICTIONS DURING THE WINTER MONTHS MAY RESULT IN PROGRESSIVE, INTERNAL CORROSION OF THE REAR TRAILING ARMS, WHICH COULD LEAD TO THINNING OR PERFORATION OF THE REAR TRAILING ARM STEEL. OWNERS MAY SEE OR FEEL SLIGHT TO MODERATE CHANGES IN VEHICLE OPERATION WHICH WILL INCREASE IF THE VEHICLE IS NOT REPAIRED. THESE CHANGES INCLUDE A LOWERING OF VEHICLE HEIGHT THAT CAN LEAD TO TIRE MISALIGNMENT AND STEERING PULL. OWNERS MAY ALSO NOTICE A CREAKING SOUND.","IF THE CORROSION IS ALLOWED TO PROGRESS, THE REAR TRAILING ARM MAY FRACTURE WHILE DRIVING, THEREBY INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE REAR TRAILING ARMS FOR INTERNAL CORROSION DAMAGE. IF SPECIFIED LEVELS OF CORROSION DAMAGE ARE FOUND, THE REAR TRAILING ARMS WILL BE REPLACED. REAR TRAILING ARMS THAT DO NOT REQUIRE REPLACEMENT WILL HAVE DRAINAGE HOLES ADDED AND WILL BE TREATED WITH RUST-PROOFING MATERIAL TO ARREST THE CORROSION PROCESS. INSPECTION, TREATMENT AND REPLACEMENT PROCEDURES WILL BE CONDUCTED AT NO COST TO OWNERS. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT THE HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -04/15/2009,09E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E014000),"Yakima Products, Inc.",AFTERMARKET TRUNK MOUNT BIKE RACKS,EQUIPMENT,NR (Not Reported),Equipment,2186,"YAKIMA IS RECALLING CERTAIN QUICKBACK 2, P/NO. 8002621, AND QUICKBACK 3, P/NO. 8002622, TRUNK MOUNTED BIKE RACKS MANUFACTURED BETWEEN DECEMBER 18, 2008 AND JANUARY 28, 2009, SOLD FOR USE AS AFTERMARKET EQUIPMENT ON VARIOUS PASSENGER VEHICLES. THE TOP STRAPS ATTACHING THE PRODUCT TO THE VEHICLE MAY DETACH FROM THE VEHICLE WHEN ONE OR MORE BICYCLES ARE MOUNTED ON THE RACK.",THIS COULD CAUSE PROPERTY DAMAGE OR INJURY.,"YAKIMA WILL NOTIFY OWNERS AND OFFER A FULL REFUND OR A COMPARABLE REPLACEMENT PRODUCT. THE SAFETY RECALL BEGAN ON APRIL 27, 2009. OWNERS MAY CONTACT YAKIMA TOLL-FREE AT 1-888-925-4621." -04/15/2009,09V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V121000),Daimler Buses North America,BLOWER MOTOR & RESISTOR HARDWARE TORQUE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,380,"DAIMLER BUSES IS RECALLING 380 MY 2008-2009 VII BUSES CONFIGURED WITH A MOBILE CLIMATE CONTROL (MCC) HEATER AND THOSE WITH A MCC DEFROSTER MANUFACTURER FROM OCTOBER 2008 - MARCH 2009 ONLY. THE BLOWER MOTOR MOUNT SCREWS MAY NOT HAVE THE PROPER TORQUE. IF THE FOUR BLOWER MOTOR MOUNT SCREWS DISCONNECT, THE BRACKET CAN MOVE POSSIBLY CAUSING AN ELECTRICAL TERMINAL SHORT CIRCUIT.",A SHORT CIRCUIT CAN RESULT IN A FIRE.,"MCC WILL INSPECT THE BUSES FOR INCORRECT TORQUE ON BLOWER MOUNTS AND TORQUE THE SCREWS CORRECTLY AS REQUIRED FREE OF CHARGE. IF THE INSPECTION REVEALS ANY DAMAGE TO THE AFFECTED COMPONENTS, ADDITIONAL REPAIRS WILL BE MADE AS NECESSAY. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT DAIMLER BUSES AT 905-403-7807." -04/15/2009,09E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E016000),TriMark Corporation,FMVSS 206/DOOR LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,820,"TRIMARK IS RECALLING CERTAIN DOOR LATCHES WITH PRODUCT DATE CODES 23A THROUGH 51A INSTALLED FOR USE AS ORIGINAL EQUIPMENT ON CERTAIN PIERCE MANUFACTURING EMERGENCY VEHICLES. THESE LATCHES FAIL TO COMPLY WITH THE TRANSVERSE PULL STATIC LOAD REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS."" THE LATCHES MAY ""POP"" INTO THE SECONDARY LOCKING POSITION.","IN THE EVENT OF A VEHICLE CRASH, THE DOOR WOULD NOT HAVE PRIMARY CLOSING SECURITY WHICH COULD POSSIBLY LEAD TO INJURY OF THE VEHICLE OCCUPANT.",TRIMARK IS WORKING WITH PIERCE TO NOTIFY OWNERS AND REPLACE THE DOOR LATCHES FREE OF CHARGE. OWNERS MAY CONTACT TRIMARK TOLL-FREE AT 1-800-447-0343. -04/15/2009,09E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E013000),Carrier Corporation,ROOFTOP CONDENSER ASSEMBLIES/COVER DETACHMENT,EQUIPMENT,NR (Not Reported),Equipment,141,"CARRIER IS RECALLING 141 ROOFTOP MOUNTED CONDENSER ASSEMBLIES, MODEL K410 WITH P/NO. 77-62198-00, MANUFACTURED BETWEEN JANUARY 1, 2008 AND JANUARY 30, 2009, INSTALLED AS ORIGINAL EQUIPMENT FOR USE ON VARIOUS SMALL TRANSIT BUSES. THE COVER OF THE CONDENSER ASSEMBLY MAY INTERFERE WITH THE COIL HEADER WHEN THE COVER IS PLACED ON THE UNIT ASSEMBLY. THE POTENTIAL INTERFERENCE PREVENTS THE COVER FROM RESTING ON THE UNIT MOUNTING SURFACE, CREATING A GAP BETWEEN THE COVER AND UNIT ASSEMBLY.","THIS CONDITION WILL NOT PERMIT THE COVER FASTENERS TO SECURELY CLAMP THE COVER TO THE UNIT ASSEMBLY, WHICH MAY RESULT IN THE COVER DISLOCATING FROM THE UNIT DURING BUS OPERATION, POSSIBLY CAUSING A CRASH OR CAUSE INJURY TO PEDESTRIANS.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE CONDENSER ASSEMBLIES AS ORIGINAL EQUIPMENT. CARRIER WILL PROVIDE A FREE RETROFIT REPAIR KIT TO REMEDY THE ISSUE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR CARRIER TRANSICOLD TOLL-FREE AT 1-800-673-2431. -04/15/2009,09V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V122000),Hyundai Motor America,STOP LAMP SWITCH ASSEMBLY,EXTERIOR LIGHTING,092,Vehicle,532633,"HYUNDAI IS RECALLING 532,633 MY 2006-2007 ACCENT, ENTOURAGE, SONATA, MY 2007 AZERA, ELANTRA AND SANTA FE, MY 2005-2007 TUCSON AND MY 2007-2008 VERACRUZ VEHICLES. THE STOP LAMP SWITCH IN THE AFFECTED VEHICLES MAY MALFUNCTION. A MALFUNCTIONING STOP LAMP SWITCH MAY CAUSE THE BRAKE LIGHTS TO NOT ILLUMINATE WHEN THE BRAKE PEDAL IS DEPRESSED OR MAY CAUSE THE BRAKE LIGHTS TO REMAIN ILLUMINATED WHEN THE BRAKE PEDAL IS RELEASED. A STOP LAMP SWITCH MALFUNCTION MAY ALSO AFFECT THE OPERATION OF THE BRAKE-TRANSMISSION SHIFT INTERLOCK FEATURE SO THE TRANSMISSION SHIFTER WOULD NOT BE ABLE TO BE SHIFTED OUT OF THE PARK POSITION. IT MAY ALSO CAUSE THE ELECTRONIC STABILITY CONTROL (ESC) MALFUNCTION LIGHT TO ILLUMINATE, AND IT MAY NOT DEACTIVATE THE CRUISE CONTROL WHEN THE BRAKE PEDAL IS DEPRESSED.","ANY OF THESE MALFUNCTIONS, ALONE OR IN COMBINATION, MAY LEAD TO A CRASH.","DEALERS WILL REPLACE THE STOP LAMP SWITCH FREE OF CHARGE. THE RECALL BEGAN ON JUNE 29, 2009. OWNERS MAY CONTACT THE HYUNDAI CUSTOMER ASSISTANCE CENTER AT 1-800-633-5151." -04/13/2009,09E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E015000),"Kawasaki Motors Corp., U.S.A.",FMVSS 108/AFTERMARKET SADDLE BAGS BLOCK REFLECTORS,EQUIPMENT,NR (Not Reported),Equipment,560,"KAWASAKI IS RECALLING CERTAIN AFTERMARKET ACCESSORY SADDLE BAGS SOLD FOR USE EXCLUSIVELY FOR MY 2008 AND 2009 KAWASAKI KLE650 (VERSYS) MOTORCYCLES. INSTALLATION OF THE ACCESSORY SADDLEBAGS COVERS UP THE REAR SIDE REFLEX REFLECTORS WHICH FAILS TO CONFORM TO THE LIGHTING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",OBSCURED REFLECTORS COULD RESULT IN A CRASH RESULTING IN INJURY OR DEATH.,"KAWASAKI WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE SAFETY RECALL BEGAN ON APRIL 24, 2009. OWNERS MAY CONTACT KAWASAKI CONSUMER SERVICES DEPARTMENT TOLL-FREE AT 1-866-802-9381." -04/10/2009,09V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V120000),Keystone RV Company,PROPANE LINES,EQUIPMENT,09-119,Vehicle,10,KEYSTONE IS RECALLING 10 MY 2010 HORNET TRAVEL TRAILERS. THE PROPANE MANIFOLD MAY COME IN CONTACT WITH THE PASSENGER SIDE REAR TIRE.,"A PROPANE LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.",DEALERS WILL RELOCATE THE PROPANE LINES FREE OF CHARGE. NO VEHICLES ARE RETAIL SOLD. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369. -04/09/2009,09V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V117000),"Chrysler (FCA US, LLC)",FRONT SEAT ELECTRIC HEATER ELEMENT OVERHEATS,SEATS,J14,Vehicle,103409,"CHRYSLER IS RECALLING 103,409 MY 2001-2004 JEEP GRAND CHEROKEE VEHICLES WITH HEATED SEATS AND WITH CHRYSLER RECALL NO. 06V-197 COMPLETED (03-04 MY) OR SEAT HEATER ELEMENTS SERVICE REPLACEMENT (01-02 MY). THE FRONT SEAT ELECTRIC HEATER ELEMENTS COULD OVERHEAT.",OVERHEATING COULD POTENTIALLY CAUSE A FIRE OR INJURY.,"DEALERS WILL REPLACE THE FRONT SEAT HEATER ELEMENTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 23, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -04/09/2009,09V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V118000),"Chrysler (FCA US, LLC)",REVERSE WIRING STEERING COLUMN DRIVER AIR BAG,AIR BAGS,J13,Vehicle,4314,"CHRYSLER IS RECALLING 4,314 MY 2009 DODGE JOURNEY, JEEP GRAND CHEROKEE, COMMANDER AND WRANGLER VEHICLES. WIRING MAY BE REVERSED ON THE STEERING COLUMN CONTROL MODULE DRIVER AIRBAG SQUIB CONNECTOR. THE DRIVER'S AIRBAG MAY NOT DEPLOY AS INTENDED.","IN THE EVENT OF A CRASH, THE DRIVER'S AIRBAG MAY NOT PROPERLY INFLATE AND MAY NOT BE ABLE TO PROPERLY PROTECT AN OCCUPANT, INCREASING THE RISK OF INJURIES.",DEALERS WILL INSPECT THE DRIVER'S AIRBAG SQUIB WIRES AND REPLACE THE STEERING COLUMN CONTROL MODULE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -04/09/2009,09V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V119000),"Chrysler (FCA US, LLC)",UPPER BALL JOINT SEPARATION,SUSPENSION,J17,Vehicle,43489,"CHRYSLER IS RECALLING 42,469 MY 2002-2003 JEEP LIBERTY VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN SALT BELT STATES OF CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, KENTUCKY, MASSACHUSETTS, MAINE, MARYLAND, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA , WISCONSIN AND THE DISTRICT OF COLUMBIA. THE FRONT SUSPENSION UPPER CONTROL ARM BALL JOINT MAY EXPERIENCE A LOSS OF LUBRICATION WHICH COULD LEAD TO CORROSION, ACCELERATED WEAR, AND POSSIBLE SEPARATION WHILE DRIVING.","FAILURE OF THE BALL JOINT COULD RESULT IN A LOSS OF STEERING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT UPPER CONTROL ARM ASSEMBLIES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 24, 2010. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -04/08/2009,09V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V115000),Motor Coach Industries,ATC/ESC VALVES,SUSPENSION,NR (Not Reported),Vehicle,316,"MCI IS RECALLING 316 MY 2008-2009 J4500 COACH VEHICLES. THESE VEHICLES MAY CONTAIN A DISTORTED VALVE IN THE AUTOMATIC TRACTION CONTROL (ATC) AND/OR ELECTRONIC STABILITY CONTROL (ESC) SYSTEMS. UNDER CERTAIN CONDITIONS, THE VALVE MAY STICK IN THE OPEN POSITION AND CAUSE FULL SERVICE BRAKE PRESSURE TO BE APPLIED TO EITHER THE FRONT AXLE BRAKES OR THE DRIVE AND TAG AXLE BRAKES, DEPENDING ON WHETHER THE DISTORTED VALVE IS A FRONT OR REAR VALVE.","IN THE EVENT THE VALVE STICKS IN AN OPEN POSITION AND CAUSES FULL SERVICE BRAKE PRESSURE TO BE APPLIED, A VEHICLE MAY EXPERIENCE BRAKE LOCK-UP ONCE THE VEHICLE SLOWS TO 5 MPH, THEREBY INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE ATC VALVES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT MCI AT 847-285-2000. -04/08/2009,09V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V116000),"General Motors, LLC",ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,09047,Vehicle,1497516,"GENERAL MOTORS IS RECALLING 1,497,516 MY 1997-2003 BUICK REGAL, MY 1998-2003 CHEVROLET LUMINA, MONTE CARLO AND IMPALA, MY 1998-1999 OLDSMOBILE INTRIGUE, MY 1997-2003 PONTIAC GRAND PRIX VEHICLES EQUIPPED WITH A 3.8L V6 NATURALLY ASPIRATED ENGINE. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH DROPS OF ENGINE OIL MAY BE DEPOSITED ON THE EXHAUST MANIFOLD THROUGH HARD BRAKING.","IF THE MANIFOLD IS HOT ENOUGH AND THE OIL RUNS BELOW THE HEAT SHIELD, IT MAY IGNITE INTO A SMALL FLAME AND MAY SPREAD TO THE PLASTIC SPARK PLUG WIRE CHANNEL AND BEYOND INCREASING THE RISK OF AN ENGINE COMPARTMENT FIRE.","DEALERS WILL REPLACE THE ENGINE�S FRONT VALVE COVER AND FRONT-VALVE-COVER GASKET WITH NEW PARTS OF AN IMPROVED DESIGN AND REMOVE THE ENGINE�S PLASTIC COVER AND PLASTIC OIL-FILL-TUBE EXTENSION, FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2016. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OLDSMOBILE AT 1-800-630-6537, AND PONTIAC AT 1-800-620-7668 OR HTTP://WWW.PONTIAC.COM OR HTTP:WWW.GMOWNERCENTER.COM." -04/08/2009,09V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V114000),"Daimler Trucks North America, LLC",HYDRAULIC BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",FL-550,Vehicle,633,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING 633 MY 2005 THROUGH 2008 FS65 AND FB65 SCHOOL AND TRANSIT BUSES MANUFACTURED FROM APRIL 12, 2004 THROUGH SEPTEMBER 18, 2006, EQUIPPED WITH MBE906 ENGINES AND ALLISON AUTOMATIC TRANSMISSIONS. CERTAIN HYDRAULIC BRAKE LINES MAY CONTACT THE TRANSMISSION DIPSTICK TUBE AS THE ENGINE ROCKS.","CONTINUED CONTACT BETWEEN THE BRAKE LINE AND THE DIPSTICK TUBE COULD ABRAID THE BRAKE LINE, CAUSE A LEAK AND LOSS OF BRAKE FLUID, AND REDUCE BRAKE PERFORMANCE, POTENTIALLY RESULTING IN A CRASH WITHOUT WARNING.","DTNA WILL NOTIFY OWNERS AND PERFORM REPAIRS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 5, 2009. OWNERS MAY CONTACT DTNA TOLL FREE AT 1-800-547-0712." -04/08/2009,09V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V113000),"Winnebago Industries, Inc.",PROPANE TANK BRACKET,"FUEL SYSTEM, DIESEL",112,Vehicle,2331,"WINNEBAGO IS RECALLING 2,331 MY 2002-2004 BRAVE AND ITASCA SUNRISE MY 2005 2006 WINNEBAGO VOYAGE, ADVENTURER, ITASCA SUNRISE AND SUNCRUISER MOTOR HOMES. THE PROPANE TANK MOUNTING BRACKET MAY HAVE AN INCOMPLETE OR IMPROPER WELD.","SHOULD THE WELD FAIL, THE PROPANE TANK CAN TIP OR FALL, POSSIBLY RELEASING PROPANE WHICH HAS THE POTENTIAL TO IGNITEA FIRE, RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.",DEALERS WILL INSPECT AND PROPERLY WELD THE BRACKET FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT WINNEBAGO AT 800-537-1885. -04/07/2009,09E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E012000),SABERSPORT,FMVSS 108/AFTERMARKET COMBINATION LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16270,"SABERSPORT IS RECALLING 16,270 COMBINATION CORNER AND BUMPER LAMP ASSEMBLIES OF VARIOUS PART NUMBERS SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE LAMPS DO NOT CONTAIN THE REQUIRED AMBER SIDE REFLECTORS.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"SABERSPORT WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT COMBINATION LAMPS. THE SAFETY RECALL BEGAN ON MAY 11, 2009. OWNERS MAY CONTACT SABERSPORT AT 1-909-598-7589." -04/07/2009,09V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V112000),Ford Motor Company,FUEL TANK PROTECTION BRACKET LOCATION,"FUEL SYSTEM, GASOLINE",09S08,Vehicle,429,"FORD MOTOR COMPANY IS RECALLING 429 MY 2009 FORD ECONOLINE E-350 AND E-450 CUTAWAY SCHOOL BUS PREP PACKAGE VEHICLES MANUFACTURED FROM APRIL 22, 2008 THROUGH MARCH 2, 2009, TO REPOSITION THE UPPER FUEL TANK PROTECTION BRACKET ON THE FRAME RAIL.","IN CERTAIN TYPES OF VERY SEVERE CRASHES, THE FUEL TANK MAY BE DAMAGED AND RESULT IN A LEAK. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","FORD WILL NOTIFY OWNERS AND DEALERS WILL REPOSITION THE UPPER FUEL TANK PROTECTION BRACKET FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 14, 2009. OWNERS MAY CONTACT FORD TOLL-FREE AT 1-866-436-7332 OR CONTACT A LOCAL FORD OR LINCOLN/MERCURY DEALER FOR MORE INFORMATION." -04/06/2009,09V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V111000),UD Trucks Corporation,AIR BRAKE ASSEMBLY HOSE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10,NISSAN DIESEL IS RECALLING 10 MY 2008 UD3300 TRUCKS EQUIPPED WITH ARVIN MERITOR 2-SPEED REAR AXLE. THE LENGTH OF THE AIR BRAKE HOSE INSTALLED BETWEEN THE RELAY VALVE AND QUICK RELEASE VALVE FOR THE LEFT REAR AIR BRAKE ASSEMBLY IS INCORRECT AND MAY INCREASE THE RESISTANCE IN THE AIR SUPPLY.,INCORRECT LENGTH OF AIR BRAKE HOSE WILL INCREASE THE RISK OF A CRASH.,"DEALERS WILL HAVE THE AIR BRAKE HOSE REPLACED BETWEEN THE RELAY VALVE AND THE QUICK RELEASE VALVE WITH THE CORRECT LENGTH HOSE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE MAY 4, 2009. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5500." -04/03/2009,09V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V110000),"Navistar, Inc.",OVERHEATED BRAKE CALIPERS/BOSCH/WORKHORSE,"SERVICE BRAKES, HYDRAULIC",50901-C & 51101-C,Vehicle,48876,"NAVISTAR IS RECALLING CERTAIN MODEL YEAR MY 2001-2008 WORKHORSE W20, W21 AND W22 CHASSIS AND CERTAIN MODEL YEAR 2009 THROUGH 2011 MONACO RV ADMIRAL, ARISTA, MONARCH, AND RIPTIDE RECREATIONAL VEHICLES EQUIPPED WITH AXLES THAT INCLUDE BOSCH ZOPS OR ZOHT PIN SLIDE HYDRAULIC DISC BRAKES. WHEN COMBINED WITH OCCASIONAL OR SEASONAL VEHICLE OPERATION MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION. THIS CAN RESULT IN ABNORMAL HEAT GENERATION AT THE WHEEL END CAUSING BRAKE DRAG. THE DRIVER WOULD NORMALLY HAVE WARNING OF THE BRAKE DRAG IF UNDETECTED BY THE DRIVER.","THE TEMPERATURE INCREASE AT THE WHEEL END CAN EVENTUALLY LEAD TO SOFT PEDAL CONDITIONS DUE TO BRAKE FLUID BOIL, AND POSSIBLE EXTENDED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.","WORKHORSE DEALERS WILL REPLACE ALL FOUR BOSCH BRAKE CALIPER ASSEMBLIES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON SEPTEMBER 16, 2010. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731." -04/02/2009,09E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E011000),"Thule, Inc.",AFTERMARKET ROOF MOUNTED LOAD CARRIERS,EQUIPMENT,NR (Not Reported),Equipment,2323,"THULE, INC. IS RECALLING 2,323 OWNER-INSTALLED ROOF-MOUNTED FIT KITS, MODELS 3068 AND 3069, MANUFACTURED BETWEEN JANUARY 1, 2008 AND FEBRUARY 28, 2009 THAT ARE USED WITH THULE PODIUM FOOT PACKS, MODELS 460 AND 460R. THESE FIT KITS WERE SOLD AS AFTERMARKET EQUIPMENT FOR USE ON THE VEHICLES LISTED ABOVE. THE BOLT(S) USED TO SECURE THE FOOT TO THE VEHICLE WAS MANUFACTURED TO A HARDNESS THAT MAY CAUSE THE BOLT(S) TO BE BRITTLE AND POTENTIALLY BREAK UNDER STRESS.","THIS MAY RESULT IN THE BOLT(S) SNAPPING OFF DURING USE OR WITHOUT A LOAD. THE UNSECURED RACK AND LOAD CAN THEN COME LOOSE WHILE DRIVING CREATING A POTENTIAL ROAD HAZARD, POSSIBLY RESULTING IN A VEHICLE CRASH.","THULE WILL MAIL A RETRO FIT KIT ALONG WITH REPAIR INSTRUCTIONS TO OWNERS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 13, 2009. OWNERS MAY CONTACT THULE TOLL-FREE AT 1-800-238-2388." -04/02/2009,09V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V109000),Harley-Davidson Motor Company,FRONT BRAKE LINE CONTACT WITH TIRE,"SERVICE BRAKES, HYDRAULIC",0838,Vehicle,3316,"BUELL DISTRIBUTION COMPANY IS RECALLING 3,316 MY 2008 1125R, MY 2009 XB12R AND XB12SCG MOTORCYCLES. THE SUBJECT MOTORCYCLES HAVE A FRONT BRAKE LINE WHICH MAY CONTACT THE FRONT TIRE. THE CONDITION COULD CAUSE A HOLE TO DEVELOP IN THE FRONT BRAKE LINE, ALLOWING BRAKE FLUID TO LEAK.","THIS CONDITION MIGHT CAUSE AN INEFFECTIVE FRONT BRAKE, LEADING TO A POSSIBLE CRASH AND POTENTIAL INJURY OR DEATH OF THE RIDER.","DEALERS WILL RE-ROUTE THE FRONT BRAKE LINE. IF DAMAGE TO THE BRAKE LINE HAS OCCURRED, THE BRAKE LINE WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 20, 2009. OWNERS MAY CONTACT BUELL DISTRIBUTION COMPANY AT 1-414-343-8400." -04/01/2009,09V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V105000),Pierce Manufacturing,BATTERY BOX,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,167,PIERCE IS RECALLING 167 MY 2007-2008 VELOCITY AND IMPEL FIRE TRUCKS. A BATTERY BOX IS POSITIONED ON BOTH SIDES OF THE CHASSIS FRAME DIRECTLY UNDER THE CAB. CAB INTERFERENCE MAY OCCUR WITH THE POSITIVE BATTERY POST AND THE ALUMINUM CAB FLOOR SUBSTRUCTURE.,"IF METAL-TO-METAL CONTACT WERE TO HAPPEN, AN ELECTRICAL ARCING BETWEEN THE CAB AND BATTERY COULD OCCUR INCREASING THE RISK OF ELECTRICAL SHORT CIRCUIT AND A FIRE.","OWNERS WILL RECEIVE A REMEDY KIT ALONG WITH INSTRUCTIONS AND SHOULD INSPECT THE POSITIVE BATTERY POSTS TO MAKE SURE THE PROTECTIVE CAPS HAVE NOT WORN AWAY, IF CONTACT WITH THE CAB HAS OCCURRED, REPLACE THE BATTERY POST PROTECTIVE CAPS. THIS REMEDY WILL BE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 6, 2009. OWNERS MAY CONTACT PIERCE AT 1-888-974-3723." -04/01/2009,09V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V107000),"Autocar, LLC",FIRE EXTINGUISHER CONTAINER,EQUIPMENT,A-0902,Vehicle,129,AUTOCAR IS RECALLING 129 MY 2008-2009 ACX HEAVY DUTY CLASS 8 VEHICLES. THE FASTENERS THAT SECURE THE FIRE EXTINGUISHER CONTAINER TO THE CAB MAY CHAFE AGAINST THE BODY OF THE FIRE EXTINGUISHER MOUNTED UNDER THE SEAT. PROLONGED CHAFING MAY RESULT IN A HOLE WHICH WILL CAUSE THE EXTINGUISHER TO DISCHARGE.,THE DISCHARGE OF THE FIRE EXTINGUISHER MAY AFFECT THE DRIVER'S ABILITY TO CONTROL THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT, REPAIR AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 30, 2009. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -04/01/2009,09V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V106000),Starcraft RV,MISSING GROUND WIRE/JAYCO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12,"STARCRAT IS RECALLING 12 MY 2009 LEXION SERIES 32RLTS, 34IKTS, AND 36RLTS FIFTH WHEEL TRAILERS. THERE MAY BE A MISSING GROUND WIRE BETWEEN THE TRAILER FRAME AND THE 12-VOLT BUS BAR.","IF THIS CONDITION IS NOT ADDRESSED, IT MAY RESULT IN A FIRE, INJURY OR DEATH.","DEALERS WILL INSTALL THE APPROPRIATE GROUND WIRE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR APRIL 6, 2009. OWNERS MAY CONTACT STARCRAFT AT 1-800-945-4787." -04/01/2009,09V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V108000),Medtec Ambulance Corporation,SEAT BELT ANCHORS,SEAT BELTS,NR (Not Reported),Vehicle,72,"MEDTEC IS RECALLING 72 MY 2007-2009 ADDITIONAL DUTY AMBULANCES. THE SEAT BELT ANCHORS FOR THE SQUAD BENCH ARE FASTENED TO THE SIDEWALL OF THE AMBULANCE BODY, USING 1/4-20 SELF-THREADING MACHINE SCREWS. IN SOME CASES, INCORRECT MOUNTING SCREWS WERE INSTALLED. THE SEAT BELT ANCHORS COULD PULL FREE OF THE WALL MOUNTING.","IF THIS WERE TO HAPPEN, SERIOUS INJURY OR DEATH COULD OCCUR.",DEALERS WILL INSPECT THE SEAT BELT ANCHORS AND MAKE SURE THE ANCHOR FASTENERS ARE TIGHT AND THE FASTENERS ARE NOT MISSING OR PARTIALLY PULLED OUT. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT MEDEC AT 1-866-263-3832. -03/31/2009,09T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T004000),Bridgestone Americas Tire Operations,INNERLINER CRACKING/SLOW LEAK,TIRES,NR (Not Reported),Tire,1018,"BRIDGESTONE AMERICAS TIRE OPERATION (BRIDGESTONE) IS RECALLING 1,018 BRIDGESTONE EXEDRA G850 G MOTORCYCLE TIRES, SIZE 180/70R16 77H, SOLD AS ORIGINAL EQUIPMENT FOR MY 2008 AND 2009 TRIUMPH ROCKET III TOURING MOTORCYCLES. THE MOTORCYCLE TO WHICH THESE TIRES ARE APPLIED DEVELOPS VERY HIGH TORQUE AND CAN CAUSE TORQUE-INDUCED DEGRADATION IN A BODY PLY WHICH MAY RESULT IN INNERLINER CRACKING THAT MAY LEAD TO A SLOW LEAK IN THE REAR TIRE. THIS CONDITION DOES NOT AFFECT THE FRONT TIRE.",THE AFFECTED TIRES MAY BEGIN TO VIBRATE AT MODERATE SPEEDS. CONTINUED USE OF A TIRE WITH THIS CONDITION COULD LEAD TO A VEHICLE CRASH.,"BRIDGESTONE IS WORKING WITH TRIUMPH TO NOTIFY OWNERS AND THE DEFECTIVE TIRES WILL BE REPLACED FREE OF CHARGE. IN ADDITION, THE FRONT TIRE WILL BE REPLACED FREE OF CHARGE DUE TO THE MATCHING REQUIREMENTS OF THE MOTORCYCLE. THE SAFETY RECALL BEGAN ON APRIL 21, 2009. OWNERS MAY CONTACT BRIDGESTONE TOLL-FREE AT 1-800-465-1904." -03/31/2009,09V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V103000),"Jayco, Inc.",MISSING GROUND WIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,46,JAYCO IS RECALLING 46 MY 2009 LEGACY SERIES 37RLSA AND 36RLMS FIFTH WHEEL TRAILERS. THERE MAY BE A MISSING GROUND WIRE BETWEEN THE TRAILER FRAME AND THE 12-VOLT BUS BAR.,"IF THIS CONDITION IS NOT ADDRESSED, IT MAY RESULT IN A FIRE, INJURY OR DEATH.",DEALERS WILL INSTALL THE APPROPRIATE GROUND WIRE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267. -03/31/2009,09V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V104000),Entegra Coach,MISSING GROUND WIRE/JAYCO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,38,"ENTEGRA IS RECALLING 38 MY 2009 ALANTE SERIES 38CIK, 38RLMS, 38RLSB AND EMBLEM SERIES 321KT, 33RLT, 34KST, 36RLMS, 36SAT, AND 38RBQ FIFTH WHEEL TRAILERS. THERE MAY BE A MISSING GROUND WIRE BETWEEN THE TRAILER FRAME AND THE 12-VOLT BUS BAR.","IF THIS CONDITION IS NOT ADDRESSED, IT MAY RESULT IN A FIRE, INJURY OR DEATH.",DEALERS WILL INSTALL THE APPROPRIATE GROUND WIRE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT ENTEGRA AT 1-800-945-4787. -03/30/2009,09V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V101000),"Navistar, Inc.",ENGINE FAN/MAGNET BRACKET FASTENERS,ENGINE AND ENGINE COOLING,09502,Vehicle,7521,"NAVISTAR IS RECALL 7,521 MY 2009 INTERNATIONAL MODEL TRUCKS AND MY 2009 AND 2010 IC SCHOOL AND TRANSIT BUSES MANUFACTURED FROM APRIL 1, 2008 TO DECEMBER 12, 2008, EQUIPPED WITH A HORTON 2-SPEED FAN DRIVE, IDENTIFIED BY FEATURE CODE 12THT. THE FASTENERS THAT CONNECT THE MAGNET BRACKETS TO THE AIR CHAMBER HOUSING OF THE 2-SPEED ENGINE FAN COULD FAIL RESULTING IN THE MAGNET BRACKET BEING THROWN FROM THE FAN DRIVE AND THE VEHICLE AT HIGH SPEED.","THE BRACKET COULD SEPARATE AND STRIKE A PERSON OR MOTOR VEHICLE RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, AND/OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND REPAIR THE VEHICLES BY REPLACING THE ENGINE FAN DRIVE AIR CHAMBER AND MAGNET BRACKETS FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN ON OR ABOUT JUNE 1, 2009. OWNERS MAY CONTACT NAVISTAR TOLL-FREE AT 1-800-448-7825." -03/30/2009,09E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E010000),"Mitsubishi Fuso Truck of America, Inc.",FMVSS 108/REPLACEMENT HALOGEN HIGH BEAM HEADLAMPS,EXTERIOR LIGHTING,C1003910,Equipment,156,"MITSUBISHI FUSO TRUCK OF AMERICA (MFTA) IS RECALLING 156 HALOGEN SEALED BEAM HIGH BEAM HEADLAMP ASSEMBLIES SOLD BETWEEN OCTOBER 24, 2007 AND DECEMBER 2, 2008 FOR USE AS REPLACEMENT EQUIPMENT FOR CERTAIN MITSUBISHI FUSO TRUCKS. THESE LAMPS FAIL TO CONFORM TO THE SAE STANDARDS OR RECOMMENDED PRACTICES REFERENCED IN TABLE I OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE PURPOSE OF THIS STANDARD IS TO REDUCE DEATHS AND INJURIES FROM MOTOR VEHICLE CRASHES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY.,"MFTA WILL NOTIFY OWNERS AND REPLACE THE HEADLAMPS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 15, 2009. OWNERS MAY CONTACT MFTA AT 1-856-467-4500." -03/27/2009,09V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V100000),VAN CONVERSIONS OF LEHIGH VALLEY INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,52,"VAN CONVERSIONS IS RECALLING 52 MY 2004-2007 FORD E-150, E-250 E-350 AND MY 2006 GM SAVANNA 3500 VANS BUILT ON FORD AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES,"" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,VAN CONVERSIONS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR VAN CONVERSIONS AT 610-837-0707. -03/27/2009,09V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V102000),VAN CONVERSIONS OF LEHIGH VALLEY INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,74,"VAN CONVERSIONS IS RECALLING 74 MY 2004-2007 FORD E-150, E-250 E-350 AND MY 2006 GM SAVANNA 3500 VANS BUILT ON FORD AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,VAN CONVERSIONS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR VAN CONVERSIONS AT 610-837-0707. -03/25/2009,09V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V098000),Pacific Coachworks,INCORRECT TIRE PRESSURE DECALS/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,216,"PACIFIC COACHWORKS IS RECALLING 216 MY 2008 TANGO TRAVEL TRAILERS. THESE TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE INFORMATION PROVIDED ON THE TIRE AND LOADING INFORMATION LABELS DENOTING THE TIRE PRESSURE AND THE GROSS AXLE WEIGHT RATING (GAWR) IS INCORRECT. THE TIRE SPECIFIED PRESSURE READS 65 PSI WHEN IT SHOULD READ 50 PSI AND THE GAWR IS LISTED AS 3700 LBS WHEN IT SHOULD READ 3500 LBS.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL BEGAN ON APRIL 17, 2009. OWNERS MAY CONTACT PACIFIC COACHWORKS AT 951-686-7294." -03/25/2009,09V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V099000),Daimler Buses North America,SEAT HEATER CONFIGURATION,SEATS,NR (Not Reported),Vehicle,804,"DAIMLER BUS IS RECALLING 804 MY 2006-2009 TRANSIT BUSES EQUIPPED WITH A NEW YORK CUSTOM SEAT HEATER. CURRENTLY, THE TERMINAL CONNECTION OF THE SEAT HEATER IS IMMEDIATELY LOCATED NEXT TO THE SEAT BUS BAR. SHOULD CONDUCTIVE MATERIAL OR DEBRIS, SUCH AS A WASHER, ENTER BETWEEN THE TERMINAL CONNECTION AND THE SEAT BUS BAR, A SHORT CIRCUIT COULD OCCUR.","A SHORT CIRCUIT BETWEEN THE SEAT BUS BAR AND THE ADJACENT TERMINAL CONNECTION COULD OVERHEAT THE WIRE, POSSIBLY RESULTING IN A FIRE.",DEALERS WILL INSPECT BUSES FOR DEBRIS AND WILL RELOCATE THE TERMINAL CONNECTION AWAY FROM THE BUS BAR. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT DAIMLER BUSES AT 905-403-7807. -03/24/2009,09V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V097000),"Volkswagen Group of America, Inc.",BELT BUCKLE WIRING HARNESS,SEAT BELTS,69H3/S3,Vehicle,5000,"VOLKSWAGEN IS RECALLING APPROXIMATELY 5,000 MY 2009 CC VEHICLES. SOME AFFECTED VEHICLES MAY HAVE AN INCORRECTLY ROUTED RIGHT FRONT PASSENGER SEAT BELT BUCKLE WIRING HARNESS, CREATING THE POTENTIAL FOR WIRES TO BECOME DAMAGED WHEN THE SEAT IS MOVED FULLY UP OR DOWN OR BACK AND FORTH. IF THIS WIRING DAMAGE OCCURS, THE AIRBAG CONTROL MODULE WILL SWITCH TO A FALLBACK ALGORITHM AND DEACTIVATE THE PASSENGER'S FRONTAL AIR BAG.","IN THE EVENT OF A CRASH, THE PASSENGER'S FRONTAL AIRBAG WILL NOT DEPLOY AND WILL NOT BE ABLE TO PROPERLY PROTECT AN OCCUPANT, INCREASING THE RISK OF INJURIES.","DEALERS WILL INSPECT AND ADJUST THE ROUTING OF THE RIGHT FRONT PASSENGER SEAT BELT WIRING HARNESS. IF A DAMAGED WIRING HARNESS IS FOUND, THE HARNESS WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -03/24/2009,09V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V092000),"Maserati North America, Inc.",INSTRUMENT CLUSTER CONTROL MODULE,ELECTRICAL SYSTEM,185,Vehicle,824,"MASERATI IS RECALLING 824 MY 2009 GRANTURISMO VEHICLES EQUIPPED WITH THE OPTIONAL FRONT PARKING SENSOR SYSTEM. THESE VEHICLES WERE MANUFACTURED WITH FAULTY INSTRUMENT CLUSTER CONTROL MODULE SOFTWARE WHICH AFFECTS THE FUNCTIONALITY OF THE SEAT BELT WARNING BUZZER'S ABILITY TO ACTIVATE, THEREBY NOT PROPERLY WARNING WHEN THE SEAT BELTS ARE NOT ENGAGED.","IF THE BUZZER DOES NOT SOUND, OCCUPANTS MAY FAIL TO BUCKLE THE SEAT BELTS ADEQUATELY, RESULTING IN GREATER RISK OF INJURY IN THE EVENT OF A CRASH.",DEALERS WILL UPLOAD A NEW SOFTWARE INTO THE VEHICLE'S INSTRUMENT CLUSTER CONTROL MODULE UNIT. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. Owners may contact Maserati customer service at 1-877-696-2737. -03/24/2009,09V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V096000),New England Wheels,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,513,"NEW ENGLAND WHEELS, INC. IS RECALLING 513 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON MY 2005 THROUGH 2007 FORD E-SERIES COMMERCIAL VANS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,NEW ENGLAND WHEELS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NEW ENGLAND WHEELS AT 1-800-886-9247. -03/20/2009,09V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V095000),ATLANTIC BUS SALES,ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,42,"ATLANTIC BUS SALES IS RECALLING 42 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN MY 2006 AND 2007 ELDORADO AND GLAVAL TRANSIT BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ATLANTIC BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ATLANTIC BUS SALES AT 1-954-941-7722. -03/20/2009,09V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V093000),"Volkswagen Group of America, Inc.",FUEL TANK VENTILATION VALVE,"FUEL SYSTEM, GASOLINE",20P6/S2,Vehicle,5000,"VOLKSWAGEN IS RECALLING APPROXIMATELY 5,000 MY 2008 R32 (5TH GENERATION) VEHICLES. WHEN CERTAIN DRIVING CONDITIONS ARE ACCOMPANIED BY HIGH AMBIENT TEMPERATURES, THE FUEL TANK VENTILATION VALVE MAY NOT REMAIN FULLY CLOSED. IF THIS HAPPENS, LIQUID FUEL MAY ENTER THE FUEL TANK VENTING SYSTEM AND MIGRATE INTO THE EVAPORATIVE SYSTEM, SATURATING THE CARBON CANISTER. SHOULD THIS OCCUR WHILE DRIVING, THE VEHICLE MAY EXPERIENCE PERFORMANCE ISSUES (I.E., VEHICLE JERKING) AND THE MALFUNCTION INDICATOR LAMP (MIL) IN THE INSTRUMENT CLUSTER COULD ILLUMINATE. FUEL COULD LEAK FROM THE EVAPORATIVE SYSTEM LEAK DETECTION PUMP FILTER.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD LEAD TO A VEHICLE FIRE.","DEALERS WILL REPLACE THE FUEL TANK VENTILATION VALVE WITH AN IMPROVED VALVE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 2, 2009. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -03/20/2009,09V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V094000),ATLANTIC BUS SALES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,110,"ATLANTIC BUS SALES IS RECALLING 110 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON MY 2006 AND 2007 ELDORADO AND GLAVAL TRANSIT BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ATLANTIC BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ATLANTIC BUS SALES AT 1-954-941-7722. -03/19/2009,09V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V091000),"LDV, Inc.",BATTERY ISOLATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,81,"LDV IS RECALLING 81 TRUCKS BUILT ON CHEVROLET AND FORD MY 2007-2009 C5500, MY 2008-2009 W5500, AND MY 2008 F-650 CHASSIS SPECIFICALLY FOR SNAP-ON TOOLS FOR USE AS A MOBILE SUPPLY COMPANY. THERE MAY BE A CABLE INSTALLED ON THE BATTERY ISOLATOR WITH THE BODY OF THE CABLE LUG FACING THE ISOLATOR. WITH ALL CABLES TIGHTENED DOWN ON THE STUD, THIS CABLE LUG MAY BE PRESSED AGAINST THE COOLING FINS OF THE ISOLATOR, WHERE CONTACT POSES A RISK OF ELECTRICAL SHORT WHICH COULD RESULT IN CABLES OVERHEATING.",THIS CONTACT POSES A RISK OF ELECTRICAL SHORT WHICH COULD RESULT IN CABLES OVERHEATING AND A FIRE COULD OCCUR.,"DEALERS WILL CONDUCT A TWO-STEP REMEDY. THE FIRST STEP IS TO INSPECT THE CABLE INSTALLATION TO ENSURE ALL CABLES ARE INSTALLED WITH THE LUG BODY FACING AWAY FROM THE ISOLATOR WITH NONE IN CONTACT WITH THE COOLING FINS. THE SECOND STEP IS TO ADD A GROUNDING STRAP OR ABLE TO HE ALUMINUM BOX TO PROPERLY GROUND IT AND THE COMPONENTS MOUNTED WITHIN IT. THE RECALL BEGAN ON MARCH 6, 2009. OWNERS MAY CONTACT LDV AT 608-257-3911." -03/18/2009,09V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V088000),"BMW of North America, LLC",FRONT AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,754,BMW IS RECALLING 754 MY 2009 F800 GS VEHICLES. THE AXLE SHAFT WALL THICKNESS MAY NOT HAVE BEEN MANUFACTURED ACCORDING TO SPECIFICATIONS.,"IF THE WALL THICKNESS WAS NOT SUFFICIENT, THE AXLE SHAFT COULD DEFORM AND COULD BREAK INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE FRONT WHEEL QUICK-RELEASE AXLE AND REPLACE IT WITH AN IMPROVED AXLE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -03/18/2009,09V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V089000),Triple E Recreational Vehicles,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,75,"TRIPLE E IS RECALLING 75 MY 2004-2007 EMPRESS COMMANDER, EMBASSY, REGENCY AND TOPAZ, MY 2004-2005, 2007 SIGNATURE, AND MY 2005-2007 REGENCY GT RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TRIPLE E WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TRIPLE E AT 204-325-4361." -03/18/2009,09V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V090000),"S&S CANOPIES & CAMPERS MFG., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,307,"S&S IS RECALLING 307 MY 2004-2006 9.5 SC, 9.5 SCS, 11SC, 11 DBS, MY 2004-2005 11DB, MY 2005-2006 992, MY 2006-2007 9.5 FBSC AND 8.5 FBSC RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"S&S WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR S&S AT 204-325-4361." -03/13/2009,09E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E009000),"Chrysler (FCA US, LLC)",AFTERMARKET WINDSHEILD WIPER MODULES,VISIBILITY,J11,Equipment,1364,"CHRYSLER IS RECALLING 1,364 WINDSHIELD WIPER MODULES, P/N 55077098AJ, SOLD DURING THE 2008 AND 2009 CALENDAR YEAR FOR USE AS AFTERMARKET REPLACEMENT EQUIPMENT ON MY 2002-2009 DODGE RAM PICKUP TRUCKS. THESE WIPER MODULE ASSEMBLIES MAY BE SUSCEPTIBLE TO WATER INTRUSION THAT COULD RESULT IN PARTIAL OR COMPLETE LOSS OF WINDSHIELD WIPER CAPABILITY.","WHEN THE WIPER SYSTEM FAILS, THE OPERATOR WILL HAVE REDUCED VISIBILITY WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE WIPER MODULE ASSEMBLIES WITH VENTED WIPER MOTOR HOUSINGS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 28, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -03/13/2009,09V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V087000),"Daimler Trucks North America, LLC",AFTERTREATMENT REGENERATION DEVICE BODY/CATERPILLA,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,14,CATERPILLAR IS RECALLING 14 MY 2008-2009 STERLING A-LINE & L-LINE TRUCKS EQUIPPED WITH CATERPILLAR ENGINE. THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULAR FILTER.,THIS CONDITION COULD RESULT IN A FIRE.,DAIMLER TRUCKS IS WORKING WITH CATERPILLAR (PLEASE SEE 08E-069). OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR DAIMLER TRUCKS AT 1-800-547-0712. -03/13/2009,09V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V081000),"Mercedes-Benz USA, LLC",DOOR LOCKS,LATCHES/LOCKS/LINKAGES,2009030001,Vehicle,54,"MERCEDES BENZ IS RECALLING 54 MY 2009 S-CLASS, W221 VEHICLES. DURING PRODUCTION THE FRONT AND REAR PASSENGER SIDE DOOR LOCKS MAY HAVE BEEN MISTAKENLY INTERCHANGED DURING PRODUCTION. THE EXCHANGE OF A FRONT AND A REAR PASSENGER SIDE DOOR LOCK WOULD RESULT IN A PASSENGER SIDE DOOR THAT CANNOT BE OPENED BY MERELY PULLING ON THE INTERIOR HANDLE AND A REAR DOOR LOCK THAT CAN BE OPENED WITH A SIMPLE PULL OF THE INTERIOR DOOR HANDLE EVEN IF LOCKED.",THIS SITUATION COULD AFFECT THE SAFE EXITING OF A VEHICLE IN THE EVENT OF A CRASH OR PROTECTION OF CHILDREN FROM INADVERTENT OPENING OF THE REAR DOOR.,"DEALERS WILL CHECK THE PART NUMBER ON ALL DOOR LOCKS AND REPLACE ANY INCORRECTLY INSTALLED DOOR LOCK FREE OF CHARGE. THE RECALL BEGAN ON MARCH 27, 2009. OWNERS MAY CONTACT MERCEDES BENZ AT 1-800-367-6372." -03/13/2009,09V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V086000),"Daimler Trucks North America, LLC",DPF BRACKET STRAPS/CATERPILLAR,ENGINE AND ENGINE COOLING,FL-548,Vehicle,2,"DAIMLER TRUCKS IS RECALLING 2 MY 2008-2009 FREIGHTLINER COLUMBIA AND STERLING L-LINE TRUCKS EQUIPPED WITH CATERPILLAR C7, C9, C13 AND C15 DIESEL ENGINES. INADEQUATE STIFFNESS OF THE DIESEL PARTICULATE FILTER (DPF) BRACKET COULD RESULT IN SEPARATION OF THE DPF FROM THE CHASSIS.",A VEHICLE CRASH COULD OCCUR IF ANOTHER VEHICLE STRIKES THE DPF ON THE ROADWAY.,DAIMLER TRUCKS IS WORKING WITH CATERPILLAR (PLEASE SEE 08E041). OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR DAIMLER TRUCKS AT 1-800-547-0712. -03/13/2009,09V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V085000),"FLEETWOOD ENTERPRISES, INC.",INCORRECT CERTIFICATION LABEL/PART 567,EQUIPMENT,90305,Vehicle,124,"FLEETWOOD IS RECALLING 124 MY 2009 TIOGA AND JAMBOREE 31M CLASS C MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE CERTIFICATION TAG AND THE CARGO CARRYING CAPACITY TAG FIGURES RELATED TO THE FRESH WATER TANK CAPACITY OF 50 GALLONS IS INCORRECT. THE CORRECT WATER TANK CAPACITY IS 35 GALLONS.","A MISPRINT LABEL COULD LEAD TO FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS. OVERLOADING COULD DAMAGE THE VEHICLE, ADVERSELY AFFECTING VEHICLE PERFORMANCE INCLUDING HANDLING AND BRAKING, INCREASING THE RISK OF A CRASH.",DEALERS WILL MAIL NEW SERIAL NUMBER SPECIFIC CERTIFICATION TAGS AND CARGO CARRYING CAPACITY TAGS ALONG WITH INSTALLATION INSTRUCTIONS. IF CUSTOMERS DO NOT FEEL COMFORTABLE INSTALLING THE TAGS THEY MAY TAKE THEIR MOTOR HOMES TO ANY FLEETWOOD DEALER AND THEY WILL PERFORM THIS SERVICE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418. -03/13/2009,09V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V084000),"Chrysler (FCA US, LLC)",WINDSHIELD WIPER MODULE MOTOR/PART 567,VISIBILITY,J10,Vehicle,65896,"CHRYSLER IS RECALLING 65,896 MY 2008-2009 LIGHT AND HEAVY DUTY DODGE RAM PICKUP TRUCKS. THE WINDSHIELD WIPER MODULE MOTOR ASSEMBLY MAY BE SUSCEPTIBLE TO WATER INTRUSION THAT COULD RESULT IN PARTIAL OR COMPLETE LOSS OF WINDSHIELD WIPING CAPABILITY.","WHEN THE WIPER SYSTEM FAILS, THE OPERATOR WILL HAVE REDUCED VISIBILITY WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE WIPER MODULE ASSEMBLIES WITH VENTED WIPER MOTOR HOUSINGS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON AUGUST 17, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -03/12/2009,09V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V082000),"Chrysler (FCA US, LLC)",ELECTRICAL CONNECTOR,ELECTRICAL SYSTEM,J09,Vehicle,16852,"CHRYSLER IS RECALLING 16,852 MY 2009 DODGE JOURNEY VEHICLES EQUIPPED WITHOUT OPTIONAL 115 VOLT AUXILIARY POWER OUTLET. AN UNUSED ELECTRICAL CONNECTOR FOR THE OPTIONAL 115 VOLT AUXILIARY POWER OUTLET OPTION MAY BECOME CORRODED AND COULD SHORT CIRCUIT.","IF THE FUSE FOR THIS CIRCUIT DOES NOT BLOW, THE CONNECTOR COULD OVERHEAT AND POTENTIALLY CATCH FIRE.","DEALERS WILL RE-ROUTE AND STOW THE 115 VOLT AUXILIARY POWER OUTLET CONNECTOR AND PULL THE 25 AMP FUSE TO REMOVE POWER FROM THIS UNUSED CIRCUIT FREE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -03/11/2009,09V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V080000),"General Motors, LLC",FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",09048,Vehicle,1738,"GENERAL MOTORS IS RECALLING 1,738 MY 2009 HUMMER H3T VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE FUEL TANK FRONT SUPPORT STRAP MAY FRACTURE. IF THIS OCCURS, THE FUEL TANK WOULD BE SUPPORTED BY THE REAR SUPPORT STRAP AND STONE SHIELD ONLY. CONTINUED USE OF THE VEHICLE MAY EVENTUALLY FRACTURE THE REAR SUPPORT STRAP AND SHIELD FASTENERS.",THE FUEL TANK COULD SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A NEW DESIGN FUEL TANK FRONT SUPPORT STRAP FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE APRIL 10, 2009. OWNERS MAY CONTACT HUMMER AT 800-732-5493, OR THE GM OWNER CENTER AT WW.GMOWNERCENTER.COM." -03/11/2009,09V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V079000),"Long Chih Industrial Co., Ltd.",TIRE PLACARD LABEL/FMVSS 110/LONG CHIH,EQUIPMENT,NR (Not Reported),Vehicle,53788,"CERTAIN MODEL YEAR 2005-2008 LONG CHIH TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" IN THAT THEY ARE MISSING A TIRE PLACARD LABEL. ALSO, THE GVWR ON THE CERTIFICATION LABEL ON SOME OF THE TRAILERS IS INCORRECT. FINALLY, THE GVWR AND GAWR MUST BE STATED IN POUNDS.",THE MISSING AND INCORRECT INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD INCREASE THE RISK OF A CRASH.,"CORRECTED LABELS WILL BE MAILED TO CONSUMERS WITH INSTRUCTION TO PROPERLY AFFIX TO TRAILER. ALSO, ACCURATE CONSUMER INFORMATION WILL BE PROVIDED. THE RECALL BEGAN ON JULY 14, 2009. OWNERS MAY CONTACT LONG CHIH AT 886-2-29068666." -03/10/2009,09V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V077000),"Mitsubishi Motors North America, Inc.",BRAKE BOOSTER CHECK VALVE,"SERVICE BRAKES, AIR",SR-09-002,Vehicle,39711,"MITSUBISHI IS RECALLING 39,711 MY 2008-2009 OUTLANDER AND LACER VEHICLES. INCORRECT MATERIAL COMPOSITION OF THE BRAKE BOOSTER CHECK VALVE MAY CAUSE THE CHECK VALVE TO STICK CLOSED WHEN THE ENGINE IS SHUT OFF. WHEN THE VEHICLE IS RE-STARTED AND PUT INTO MOTION, UNDER CERTAIN DRIVING CONDITIONS (VERY SLOW VEHICLE MANEUVERS), THERE MAY BE INSUFFICIENT INITIAL BRAKING ASSIST.",THIS MAY TEMPORARILY INCREASE THE STOPPING DISTANCE OF THE VEHICLE AND THEREFORE INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BRAKE BOOSTER CHECK VALVE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037. -03/10/2009,09V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V078000),"Chrysler (FCA US, LLC)",CLUTCH PEDAL CONNECTING ROD,POWER TRAIN,J08,Vehicle,504,"CHRYSLER IS RECALLING 504 MY 2009 DODGE RAM 2500/3500 PICKUP TRUCKS HEAVY DUTY CAB CHASSIS WITH MANUAL TRANSMISSION AND POWER ADJUSTABLE PEDAL PACKAGE. THE CLUTCH PEDAL CONNECTING ROD TO THE CLUTCH MASTER CYLINDER MAY SEPARATE FROM THE MASTER CYLINDER. THIS MAY NOT ALLOW DISENGAGEMENT OF THE CLUTCH WHEN THE PEDAL IS DEPRESSED, WHICH COULD RESULT IN UNINTENDED VEHICLE MOVEMENT.",INCREASED STOPPING DISTANCE AND ENGINE STALLING MAY OCCUR INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE CLUTCH MASTER CYLINDER HYDRAULIC SYSTEM FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -03/10/2009,09V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V076000),"Mercedes-Benz USA, LLC",POWER LIFT GATE,EXTERIOR LIGHTING,2009030003,Vehicle,16130,"MERCEDES BENZ IS RECALLING 16,130 MY 2009 M-CLASS W164 PASSENGER VEHICLES EQUIPPED WITH THE OPTIONAL POWER LIFT GATE. AS A RESULT OF A FAULTY SEAL AROUND THE REAR TAIL LAMP ASSEMBLY, WATER MAY ENTER THE REAR COMPARTMENT CONTAINING THE SPARE TIRE. WATER CONTAMINATION OF THE CONTROL UNIT FOR THE POWER LIFT GATE CAN RESULT IN DISABLING OF THE POWER LIFT GATE MOTOR.",WATER WILL CAUSE A SHORT CIRCUIT WHICH COULD LEAD TO A FIRE.,DEALERS WILL REPLACE THE SEAL OF THE REAR TAIL LAMP ASSEMBLY WITH A THICKER ONE AND REPOSITION THE AFFECTED POWER LIFT GATE CONTROL UNIT INSIDE THE CHASSIS. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372. -03/09/2009,09V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V075000),Blue Bird Body Company,FAN CLUTCH BOLTS AND SPACERS,ENGINE AND ENGINE COOLING,R09PD,Vehicle,3419,"BLUE BIRD IS RECALLING 3,419 MY 2008 AND 2009 VISION CONVENTIONAL SCHOOL BUSES MANUFACTURED FROM JANUARY 18, 2007 THROUGH OCTOBER 29, 2008, EQUIPPED WITH CATERPILLAR C7 AND C7 07 ENGINES. INCORRECT BOLTS AND/OR SPACERS MAY HAVE BEEN INSTALLED TO ATTACH THE FAN BLADE TO THE FAN CLUTCH.","AS A RESULT, THE FAN BLADE MAY SEPARATE FROM THE CLUTCH AND POTENTIALLY CAUSE PROPERTY DAMAGE OR PERSONAL INJURY TO PERSONS IN OR NEAR THE FRONT OF THE BUS. THE VEHICLE SHOULD NOT BE SERVICED WITH THE HOOD OPEN AND THE ENGINE RUNNING UNTIL THE BOLTS/SPACERS HAVE BEEN INSPECTED AND, IF NEEDED, REPLACED.","BLUE BIRD WILL NOTIFY OWNERS AND DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 7, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -03/06/2009,09V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V083000),Collins Bus Corporation,BROKEN BODY MOUNT BOLTS,STRUCTURE,NR (Not Reported),Vehicle,2741,"COLLINS IS RECALLING 2,741 MY 2008 SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 1, 2008 AND JANUARY 1, 2009. THE BOLTS USED TO MOUNT THE BODY TO THE CHASSIS FRAME RAIL MAY HAVE BEEN IMPROPERLY INSTALLED WHICH COULD LEAD TO FAILURE OF THE BOLTS.","FAILURE OF THESE BOLTS WILL RESULT IN INADEQUATE CONNECTION OF THE BUS BODY TO THE BUS CHASSIS. IN THE EVENT OF A VEHICLE CRASH, THERE MAY BE AN INCREASED RISK OF PERSONAL INJURY TO THE VEHICLE OCCUPANTS.","COLLINS WILL NOTIFY OWNERS AND INSPECT AND REPAIR THE BUSES IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MARCH 19, 2009. OWNERS MAY CONTACT COLLINS TOLL-FREE AT 1-800-533-1850." -03/06/2009,09V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V074000),"Daimler Trucks North America, LLC",ENGINE COMPARTMENT FIRE/STERLING/CHRYSLER,ENGINE AND ENGINE COOLING,FL-546,Vehicle,46,DAIMLER TRUCKS IS RECALLING 46 MY 2008 STERLING BULLET TRUCKS EQUIPPED WITH DASH SILENCER PAD THAT COULD SAG AND COME IN CONTACT WITH AN EXHAUST GAS RECIRCULATION (EGR) COOLER IN THE ENGINE COMPARTMENT.,THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,DEALERS WILL ADD A BRACKET TO SUPPORT THE ENGINE COMPARTMENT SILENCER PAD ADJACENT TO THE EGR COOLER. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712. -03/06/2009,09V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V072000),"Kawasaki Motors Corp., U.S.A.",HEADLIGHT INSPECTION/FMVSS 108,EXTERIOR LIGHTING,MC 09-05,Vehicle,18,"KAWASAKI IS RECALLING 18 MY 2009 VULCAN 2000 MOTORCYCLES. THESE MOTORCYCLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HEADLAMP ASSEMBLY INCLUDES MULTIPLE BULB AND LENS ELEMENTS. THE NONCOMPLIANT HEADLAMPS WERE ASSEMBLED WITH LENSES INCORRECTLY POSITIONED, AFFECTING PHOTOMETRIC PERFORMANCE.",INADEQUATE LIGHTING COULD REDUCE VISIBILITY OF MOTORCYCLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE HEADLIGHTS AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON MARCH 13, 2009. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -03/06/2009,09V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V073000),"General Motors, LLC",SHIFT LEVER INDICATOR/FMVSS 102 & FMVSS 114,POWER TRAIN,09041,Vehicle,276729,"GENERAL MOTORS IS RECALLING 276,729 MY 2009 BUICK ENCLAVE, CHEVROLET COBALT, HHR, MALIBU, TRAVERSE, GMC ACADIA, PONTIAC G5, G6 AND SATURN AURA AND OUTLOOK PASSENGER VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLES SAFETY STANDARD 102, ""TRANSMISSION SHIFT POSITION SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT"", AND FMVSS 114, ""THEFT PROTECTION AND ROLLAWAY PREVENTION"". ON SOME OF THESE VEHICLES, THE TRANSMISSION SHIFT CABLE ADJUSTMENT CLIP MAY NOT BE FULLY ENGAGED. IF THE CLIP IS NOT FULLY ENGAGED, THE SHIFT LEVER AND THE ACTUAL POSITION OF THE TRANSMISSION GEAR MAY NOT MATCH. WITH THIS CONDITION, THE DRIVE COULD MOVE THE SHIFTER TO ""PARK"" AND REMOVE THE IGNITION KEY, BUT THE TRANSMISSION GEAR MAY NOT BE IN ""PARK"".","THE DRIVER MAY NOT BE ABLE TO RESTART THE VEHICLE AND THE VEHICLE COULD ROLL AWAY AFTER THE DRIVER HAS EXITED THE VEHICLE, RESULTING IN A POSSIBLE CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND ENSURE THAT THE SHIFT CABLE ADJUSTMENT CLIP IS FULLY ENGAGED. IN THE EVENT THAT THE CLIP DOES NOT ENGAGE, THE SHIFT CABLE WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 24, 2009. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, PONTIAC AT 1-800-620-7668 AND SATURN AT 1-800-972-8876 OR AT WWW.GMOWNERCENTER.COM." -03/04/2009,09V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V070000),Carrier Corporation,AVANTAC AIR CONDITIONING,EQUIPMENT,NR (Not Reported),Vehicle,15,"CARRIER IS RECALLING 15 MY 2008 NEW FLYER GE41LRF TRANSIT BUSES BUILT ON NEW FLYER CHASSIS, EQUIPPED WITH AVANTAC AIR CONDITIONING AND REGISTERED IN THE CITY OF MONTEBELLO, CALIFORNIA. THERE IS A FAILURE OF AN INTERNAL COMPONENT IN THE INVERTER THAT CAN POTENTIALLY CREATE AN ELECTRIC SHOCK HAZARD IF THE FOLLOWING CONDITIONS EXIST: THERE IS A FAILURE OF AN INTERNAL COMPONENT IN THE INVERTER; THE SHORE POWER FEATURE IS ENGAGED AND THE 460V SHORE POWER LEAD (LAND CONNECTION) HAS A COMPROMISED GROUND CONNECTION.",ELECTRICAL SHOCK AND PERSONAL INJURIES COULD OCCUR.,"CARRIER NOTIFIED THE CITY OF MONTEBELLO VERBALLY ON FEBRUARY 6, 2008 AND IN WRITING ON FEBRUARY 19, 2008. CARRIER PROVIDED INSTALLATION PROCEDURES AND LOCK-OUT/TAG-OUT DEVICES ON EACH SHORE POWER PLUG. THE LOCK OUT DEVICE IS A PHYSICAL BARRIER TO USE OF THE SHORE POWER FEATURE AND ELIMINATES THE POTENTIAL SAFETY HAZARD. CARRIER IS IN THE PROCESS OF DEVELOPING A PERMANENT REMEDY TO ADDRESS THIS POTENTIAL SAFETY HAZARD. THE RECALL BEGAN MARCH 20, 2009. OWNERS MAY CONTACT CARRIER AT 860-830-5948." -03/02/2009,09C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C002000),"RECARO NORTH AMERICA, INC.",A-LOCK HARNESS TIGHTNESS CONTROLLER,CHILD SEAT,NR (Not Reported),Child Seat,12715,"RECARO NORTH AMERICA, INC. IS RECALLING CERTAIN SIGNO AND COMO CHILD RESTRAINT SYSTEMS MANUFACTURED FROM NOVEMBER 1, 2007 TO FEBRUARY 16, 2009. A MECHANICAL SPRING, LOCATED INSIDE THE LOCKING CAM, WAS MANUFACTURED OUTSIDE THE DIMENTIONAL REQUIREMENTS. THE CENTRAL FRONT ADJUSTER STRAP ON THOSE SEATS CONTAINING THE INCORRECTLY MANUFACTURED SPRING WILL SLIP WITHIN THE METAL ADJUSTER (A-LOCK) AND THIS PREVENTS THE HARNESS FROM BEING SECURELY TIGHTENED.","IF THIS CONDITION EXISTED AND A VEHICLE CRASH OCCURRED, THE CHILD WOULD NOT BE PROPERLY SECURED IN THEIR CHILD RESTRAINT SYSTEM AND MAY SUSTAIN INJURY.","RECARO WILL NOTIFY OWNERS AND REPLACE ANY DEFECTIVE CHILD RESTRAINT SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON MARCH 12, 2009. OWNERS CAN CONTACT RECARO CUSTOMER SERVICE TOLL-FREE AT 1-888-473-2290." -02/27/2009,09V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V069000),"Tiffin Motorhomes, Inc.",HITCH FRACTURES/SPARTAN/PUTMAN,TRAILER HITCHES,NR (Not Reported),Vehicle,1408,"TIFFIN IS RECALLING 1,408 MY 2006-2009 ALLEGRO BUS, MY 2007-2009 PHAETON AND MY 2005-2009 ZEPHYR VEHICLES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH PUTMAN HITCHES. CERTAIN TRAILER HITCHES MAY FRACTURE WHICH COULD RESULT IN THE LOSS OF THE TRAILER.","SUSPECT HITCHES MAY DEVELOP FRACTURES AND SUBSEQUENT SEPARATION MAY OCCUR, RESULTING IN A VEHICLE CRASH, PROPERTY DAMAGE OR PEDESTRIAN HARM.",TIFFIN IS WORKING WITH SPARTAN AND SPARTAN IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 08V-567). THE TRAILER HITCH WILL BE REPLACED FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400 OR TIFFIN AT 256-356-8661. -02/23/2009,09V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V064000),WEST COACH CORPORATION,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,83,"WEST COACH IS RECALLING 83 MY 2006-2008 CE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,WEST COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WEST COACH AT 909-464-1025. -02/23/2009,09V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V068000),Collins Bus Corporation,MISSING BODY MOUNT BOLTS,STRUCTURE,NR (Not Reported),Vehicle,559,"COLLINS IS RECALLING 559 MY 2007 THROUGH 2009 SCHOOL BUSES BUILT ON FORD E-350 AND E-450 CHASSIS FROM NOVEMBER 3, 2006 TO OCTOBER 1, 2009. THESE BUSES MAY HAVE BEEN PRODUCED WITH THE ABSENCE OF TWO BODY MOUNT BOLTS AND ASSOCIATED HARDWARE IN 2 OF THE BODY/CHASSIS MOUNTING LOCATIONS IMMEDIATELY BEHIND THE REAR AXLE.","IF ANY OF THE BODY MOUNT BOLTS ARE MISSING THIS CONDITION WOULD NOT PROVIDE A STABLE CONNECTION OF THE BUS BODY TO THE BUS CHASSIS. IN THE EVENT OF A VEHICLE CRASH, THERE MAY BE AN INCREASED RISK OF PERSONAL INJURY TO THE VEHICLE OCCUPANTS.","COLLINS WILL NOTIFY OWNERS AND INSPECT AND REPAIR THE BUSES IF NECESSARY FREE OF CHARGE. THE SAFETY RECALL BEGAN ON FEBRUARY 26, 2009. OWNERS MAY CONTACT COLLINS TOLL-FREE AT 1-800-533-1850." -02/23/2009,09V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V066000),Mazda Motor Corp.,POWER ADJUSTABLE SEAT POSITION MEMORY FUNCTION,ELECTRICAL SYSTEM,5309B,Vehicle,30600,"MAZDA IS RECALLING 30,600 MY 2007-2009 CX9 VEHICLES EQUIPPED WITH POWER ADJUSTABLE SEAT WITH POSITION MEMORY FUNCTION. THE SEAT HARNESS ROUTED UNDERNEATH THE SEAT CUSHION MAY INTERFERE WITH THE FRONT COVER BRACKET WHICH IS ATTACHED ON THE FRONT SIDE OF THE SEAT CUSHION. DUE TO THIS THE COVERING OF THE SEAT HARNESS MAY BE DAMAGED, THE CORE WIRE OF THE HARNESS MAY TOUCH WITH THE BRACKET AND RESULT IN SHORT CIRCUIT.",DRIVERS WILL EXPERIENCE CERTAIN FUNCTIONS THAT ARE UNCONTROLLABLE WHICH WILL CAUSE SERIOUS DIFFICULTIES IN DRIVING INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE SEAT HARNESS AND FASTEN THE SEAT FRAME WITH A CABLE TIE. THE HARNESS COVERING WILL BE REPAIR FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 16, 2009. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -02/23/2009,09V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V065000),WEST COACH CORPORATION,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,83,"WEST COACH IS RECALLING 83 MY 2006-2008 BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,WEST COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WEST COACH AT 909-464-1025. -02/23/2009,09V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V067000),INNOVATIVE ENGINEERING,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,4,"INNOVATIVE IS RECALLING 4 MY 2008 SFS-45, SDS-45 AND MY 2009 SDS-42 BUSES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES. THE WHEEL END STUDS MAY HAVE BEEN IMPROPERLY TEMPERED RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,INNOVATIVE IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE (PLEASE SEE 08E038). OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR INNOVATIVE AT 903-832-6684. -02/20/2009,09V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V061000),Prevost Car (US) Inc.,FRONT SUSPENSION LOWER A-ARM,SUSPENSION,SR09-04,Vehicle,23,"PREVOST IS RECALLING 23 MY 2008 VIP-45 MTH, XLII-45 MTH, XLII-45E MTH AND X3-45 COACHES AND SHELLS. THE BOLTS ATTACHING THE INDEPENDENT FRONT SUSPENSION LOWER A-ARM MIGHT BE DEFECTIVE. THE DEFECT HAS BEEN CAUSED BY MATERIAL NOT UP-TO-THE SPECIFICATIONS.",THIS COULD CAUSE POTENTIAL LOSS OF CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT WARNING.,"DEALERS WILL REPLACE THE BOLTS WITH CERTIFIED ONES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2009. OWNERS MAY CONTACT PREVOST AT 418-831-5432." -02/20/2009,09V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V063000),"Kawasaki Motors Corp., U.S.A.",TIMING INSPECTION CAPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,950,"KAWASAKI IS RECALLING 950 MY 2009 NINJA ZX10R (ZX1000E9F/E9FA/E9FAL) MOTORCYCLES. THE TIMING INSPECTION CAPS ON THE STARTER CLUTCH COVER MAY COME LOOSE DUE TO IMPROPER TIGHTENING AND FALL OUT, ALLOWING OIL TO LEAK ONTO THE REAR TIRE.",THIS COULD CREATE A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL TIGHTEN THE TIMING INSPECTION CAPS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 23, 2009. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -02/20/2009,09V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V062000),"Kawasaki Motors Corp., U.S.A.",WIRES IN THE MAIN HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16167,"KAWASAKI IS RECALLING 16,167 MY 2008-2009 KLR 650 (KL650E8F/L, KL650E9F/L) MOTORCYCLES. WIRES IN THE WIRING HARNESS MIGHT BE DAMAGED DUE TO RUBBING CONTACT WITH A PORTION OF THE MOTORCYCLE FRAME.",THIS COULD RESULT IN LOSS OF ELECTRICAL POWER TO THE ENGINE CREATING A RISK OF A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL INSPECT AND IF NECESSARY REPLACE THE MAIN WIRING HARNESS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 24, 2009. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -02/19/2009,09E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E007000),Harley-Davidson Motor Company,AFTERMARKET LED TURN SIGNAL MOUNTING KITS,EXTERIOR LIGHTING,0138,Equipment,97,"HARLEY-DAVIDSON IS RECALLING 97 LED TURN SIGNAL MOUNTING KITS, P/NOS. 69951-08 (BLACK) AND 69593-08 (CHROME), FOR INSTALLATION ON MY 2002 THROUGH 2009 VRSC MODEL MOTORCYCLES (EXCLUDING VRSCF MODEL). DUE TO THE DESIGN OF THE MOUNTING BRACKET, P/NO. 70497-08, WHICH SECURES THE LED TURN SIGNAL CONTROLLER TO THE MOTORCYCLE FRAME, THE CONTROLLER MAY COME IN CONTACT WITH THE OIL FILTER.","OVER TIME, THIS CONTACT CAN LEAD TO A HOLE IN THE OIL FILTER AND ALLOW EXCESSIVE OIL TO GET ON THE REAR TIRE, CAUSING A LOSS OF TRACTION, POSSIBLY LEADING TO A CRASH AND POTENTIAL INJURY OR DEATH.","HARLEY-DAVIDSON WILL NOTIFY OWNERS AND WILL REMOVE AND REPLACE THE EXISTING BRACKET WITH A NEW BRACKET, P/NO. 70497-08A, FREE OF CHARGE. THE RECALL BEGAN ON MARCH 26, 2009. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -02/19/2009,09E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E006000),"RECARO NORTH AMERICA, INC.",AFTERMARKET SEATS/RECLINER BRACKET MAY BREAK,SEATS,NR (Not Reported),Equipment,8,"RECARO NORTH AMERICA IS RECALLING 8 ERGOMED ES ERGONOMIC AFTERMARKET SEATS MANUFACTURED BETWEEN MAY AND DECEMBER 2008. THE ERGOMED ES IS A UNIVERSAL APPLICATION, NOT SPECIFIC TO ONE VEHICLE. APPLICATIONS BASED ON AVAILABLE ADAPTER BRACKET KITS. THE RECLINER BRACKET MAY BREAK IN THE EVENT OF A REAR IMPACT, WHICH POTENTIALLY WILL CAUSE THE BACKREST TO DETACH FROM THE SEAT CUSHION STRUCTURE.","IF THE BACKREST DETACHED FROM THE SEAT IN A VEHICLE CRASH, THE SEAT OCCUPANT WOULD NOT BE SECURELY FASTENED TO THE SEAT AND MAY SUSTAIN INJURIES.","RECARO WILL NOTIFY OWNERS AND REPLACE THE RECALLED SEATS FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 1, 2009. OWNERS MAY CONTACT RECARO TOLL-FREE AT 1-800-8-RECARO (1-800-873-2276)." -02/19/2009,09V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V059000),"Kawasaki Motors Corp., U.S.A.",MUFFLER MOUNT BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16167,"KAWASAKI IS RECALLING 16,167 MY 2008-2009 KLR 650 (KL650E8F/L, KL650E9F/L) MOTORCYCLES. THE MUFFLER ASSEMBLY IS SECURED TO THE FRAME OF THE MOTORCYCLE BY TWO BOLTS. IT IS POSSIBLE THAT HEAT EXPANSION CYCLES OF THE MUFFLER, COMBINED WITH VIBRATION FROM VEHICLE OPERATION MAY CAUSE LOOSENING OF THE MUFFLER MOUNTING BOLTS.","IF THE BOLTS LOOSEN COMPLETELY, IT IS POSSIBLE FOR THE MUFFLER TO SEPARATE FROM THE MOTORCYCLE, CREATING A RISK OF A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL REMOVE THE PAINT FROM THE MUFFLER MOUNT TABS AND REPLACE THE MOUNT BOLTS, NUT, AND WASHER FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 23, 2009. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -02/19/2009,09V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V060000),"Autocar, LLC",QUICK RELEASE VALVES,PARKING BRAKE,A-0901,Vehicle,690,"AUTOCAR IS RECALLING 690 MY 2008-2009 ACX, WX AND WXLL HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH QUICK RELEASE VALVES (QRV). THERE ARE QRV'S IN TWO AREAS OF THE VEHICLE. THE FIRST IS IN THE LIFT AXLE AIR LINES. A LEAK IN THAT QRV WOULD AFFECT THE RATE AT WHICH THE TAG/PUSHER AXLE IS LOWERED/LIFTED. THE SECOND IS IN THE PARK BRAKE AIR LINES. A LEAK IN THAT QRV WOULD RELEASE PRESSURE ON THE PARK BRAKE SPRINGS; IF THE LEAD IS LARGE ENOUGH, THE PRESSURE WILL DROP AND SET THE BRAKES ON THE REAR AXLE.","DRIVERS WOULD NOT BE AWARE OF BRAKE SYSTEM FAILURE AND BRAKING CAPABILITY WOULD NOT BE POSSIBLE, INCREASING THE RISK OF A CRASH.","AUTOCAR WILL NOTIFY OWNERS AND PROVIDE INSTRUCTIONS FOR SCHEDULING REPAIR OF THE VEHICLE AT AN AUTHORIZED AUTOCAR SERVICE FACILITY, AT NO COST TO THE VEHICLE'S OWNER. THE RECALL BEGAN ON APRIL 9, 2009. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/18/2009,09V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V058000),Glaval Bus,8K THIN SPINDLE-NUT/DAIMLER TRUCK/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,117,"GLAVAL BUS IS RECALLING 117 MY 2003-2006 CONCORDE AND MY 2003-2004 STAR CRUISER EQUIPPED WITH ARVINMERITOR OR AXLE ALLIANCE COMPANY 6,000 THROUGH 8,000 POUND FRONT AXLES UTILIZING A FOUR PIECE SPINDLE-NUT SET. INSTALLATION OF A FOUR-PIECE SPINDLE NUT SET WITH A THIN SPINDLE NUT MAY LEAD TO DAMAGE OF THE WHEEL END, INCLUDING INCORRECT END PLAY, DEGRADATION OF LUBRICATION, WEAR OF THE SPINDLE NUT AND BEARING JOURNAL, OIL CONTAMINATION WITH METAL SHAVINGS, AND PREMATURE BEARING FAILURE.",OUTER WHEEL BEARING FAILURE WILL CAUSE NOISE AND VIBRATION THAT WILL BE NOTICEABLE TO THE DRIVER AND THE ANTILOCK BRAKING SYSTEM (ABS) WARNING LIGHT WILL ILLUMINATE. CONTINUED OPERATION WITH THE ABS WARNING LIGHT ILLUMINATED MAY RESULT IN WHEEL SEPARATION AND A POSSIBLE VEHICLE CRASH.,"DAIMLER TRUCKS IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 08V-137). GLAVAL BUS IS WORKING WITH DAIMLER TRUCKS THE EXISTING FOUR-PIECE SPINDLE SET WILL BE REPLACED WITH A MORE ROBUST NUT SET USING A THICKER, HARDER INNER NUT AND A NEW HUB CAP. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 24, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR GLAVAL BUS AT 574-262-2212." -02/18/2009,09V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V056000),"FLEETWOOD ENTERPRISES, INC.",BATTERY CABLE,ELECTRICAL SYSTEM,90209,Vehicle,3782,"FLEETWOOD IS RECALLING 3,782 MY 2006-2009 PROVIDENCE, EXCURSION, EXPEDITION, DISCOVERY AND BOULDER DIESEL MOTOR HOMES. THE BATTERY CABLE IS ROUTED TOO CLOSE TO A SHARP EDGE LOCATED ON TOP OF A SHELF INSTALLED OVER THE DRIVESHAFT.","THIS CAN CAUSE ABRASION TO THE BATTERY CABLE INSULATION, LEADING TO AN ELECTRICAL SHORT AND POSSIBLY A FIRE.","DEALERS WILL RE-ROUTE THE CABLE AWAY FROM THE SHARP EDGE LOCATION. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. THE RECALL BEGAN ON MAY, 26 2009. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -02/18/2009,09V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V057000),Honda (American Honda Motor Co.),FRONT BRAKE HOSES,PARKING BRAKE,Q99,Vehicle,421,"HONDA IS RECALLING 421 MY 2009 ODYSSEY VEHICLES. DURING ASSEMBLY, INCORRECT FRONT BRAKE HOSES WERE INSTALLED. THE BRAKE HOSE CAN CONTACT THE CALIPER BOLT AND OVER TIME A HOLE MAY DEVELOP WHICH WILL ALLOW BRAKE FLUID TO LEAK. THIS WOULD EVENTUALLY RESULT IN REDUCED BRAKE SYSTEM PERFORMANCE.","DRIVERS WOULD NOT BE AWARE OF BRAKE SYSTEM FAILURE AND BRAKING CAPABILITY WOULD NOT BE POSSIBLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT BOTH FRONT BRAKE HOSES AND REPLACE WITH THE CORRECT BRAKE HOSES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 12, 2009. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -02/17/2009,09V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V055000),Blue Bird Body Company,BATTERY POWER CABLE CHAFING/FIRE,ELECTRICAL SYSTEM,R09PB,Vehicle,4591,"BLUE BIRD IS RECALLING 4,591 MY 2007 AND 2008 VISION CONVENTIONAL SCHOOL BUSES MANUFACTURED FROM MARCH 29, 2006 THROUGH DECEMBER 3, 2007, EQUIPPED WITH CATERPILLAR C7 ENGINES. THE MAIN BATTERY POWER CABLE MAY CHAFE AGAINST THE ENGINE COMPONENTS AT THE REAR OF THE ENGINE.",CHAFING OF THE CABLE CAN RESULT IN A DIRECT SHORT WITH POTENTIAL FOR FIRE.,"BLUE BIRD WILL NOTIFY OWNERS AND INSPECT AND CORRECT THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 2, 2009. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -02/17/2009,09E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E005000),"Dorman Products, Inc.",STEERING KNUCKLE BREAKING/LOSS OF STEERING CONTROL,STEERING,NR (Not Reported),Equipment,979,"DORMAN IS RECALLING 979 STEERING KNUCKLES, DORMAN P/NOS. 697-902 AND 697-903, SOLD UNDER DORMAN'S ""OE SOLUTIONSTM"" BRAND NAME, AND NAPA P/NOS. 7-8502 AND 7-8503 WHICH WERE SOLD FOR REPLACEMENT USE ON THE VARIOUS VEHICLES LISTED ABOVE. A POTENTIAL MATERIAL OR DESIGN DEFECT COULD RESULT IN THE STEERING KNUCKLE BREAKING IN THE HUB AREA.",A BROKEN STEERING KNUCKLE COULD RESULT IN LOSS OF STEERING CONTROL AND A POSSIBLE CRASH WITHOUT WARNING.,"DORMAN WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE STEERING KNUCKLES FREE OF CHARGE AND REIMBURSE THE REPAIR FACILITY OR OWNER FOR LABOR. THE RECALL BEGAN ON FEBRUARY 23, 2009. OWNERS MAY CONTACT DORMAN'S TOLL-FREE HOTLINE AT 1-800-523-2492 AND PRESS 5." -02/12/2009,09E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E004000),Haldex Commercial Vehicle Systems,AIR BRAKE SYSTEM CONTROL VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,23587,"HALDEX IS RECALLING 23,587 QUICK RELEASE VALVES (QRV) EQUIPPED IN AIR BRAKE SYSTEMS INSTALLED AS ORIGINAL EQUIPMENT AND SOLD AS REPLACEMENT EQUIPMENT FOR HEAVY TRUCKS AND TRAILERS. THE RUBBER DIAPHRAGM INSIDE THE QRV MAY EXPERIENCE DELAMINATION RESULTING IN SIGNIFICANT LEVELS OF AIR PRESSURE LEAKAGE PAST AND/OR THROUGH THE DIAPHRAGM, OR THE DEVELOPMENT OF A BUBBLE IN THE DIAPHRAGM WHICH MAY TRAP AIR PRESSURE IN THE VALVE AND NOT ALLOW THE SERVICE BRAKES TO RELEASE.",MALFUNCTION OF THE AIR BRAKE SYSTEM COULD RESULT IN A VEHICLE CRASH.,"EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. HALDEX WILL NOTIFY OWNERS WHO PURCHASED THE SUBJECT QRVS AS AFTERMARKET AND REPLACE THE EQUIPMENT FREE OF CHARGE. THE SAFETY RECALL BEGAN ON APRIL 16, 2009. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR HALDEX AT 1-816-891-2470." -02/11/2009,09V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V054000),STARCRAFT BUS AND MOBILITY,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,814,"STARCRAFT IS RECALLING 814 MY 2005-2007 FORD E-350 STARLITE, FORD E-350/E-450 ALLSTAR, AND GM 3500 ALLSTAR TRUCKS BUILT ON FORD AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,STARCRAFT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARCRAFT AT 574-642-3112. -02/11/2009,09V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V053000),STARCRAFT BUS AND MOBILITY,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,0901V-001,Vehicle,814,"STARCRAFT IS RECALLING 814MY 2005-2007 FORD E-350 STARLITE, FORD E-350/E-450 ALLSTAR, AND GM 3500 ALLSTAR TRUCKS BUILT ON FORD AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,STARCRAFT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARCRAFT AT 574-642-3112. -02/10/2009,09V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V052000),"Navistar, Inc.",STEPWELL HEATER/REAR WALL MOUNTED HEATER/FIRE,EQUIPMENT,09501,Vehicle,61316,"NAVISTAR IS RECALLING 61,316 MY 2001 THROUGH 2009 IC BE, CE, AND FE MODEL COMMERCIAL AND SCHOOL BUSES MANUFACTURED BETWEEN FEBRUARY 2, 2000 AND JUNE 2, 2008, EQUIPPED WITH AN ENTRANCE DOOR STEPWELL HEATER FEATURE CODE 0048PMS OR 0548001 AND/OR A REAR WALL MOUNTED HEATER FEATURE CODE 0048TAR OR 0048PSX. THE AFFECTED HEATER UNITS MAY FAIL IN LOW SPEED OPERATION CAUSING ELEVATED TEMPERATURES.","ELEVATED TEMPERATURES CAN RESULT IN A FIRE, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","AN INTERIM LETTER WAS MAILED ON FEBRUARY 20, 2009, TO COMMUNICATE THE DEFECT AND RECOMMEND ACTION TO MITIGATE THE RISK UNTIL THE FINAL REMEDY AND CUSTOMER NOTIFICATION COULD BE PROVIDED AT A LATER DATE. THE MANUFACTURE FILED AN AMENDED DEFECT REPORT DATED MARCH 27, 2009 ADVISING THAT A FINAL REMEDY HAS BEEN DEVELOPED AND PARTS ARE BEING MANUFACTURED. THE SAFETY RECALL BEGAN ON JUNE 2, 2009. OWNERS MAY CONTACT NAVISTAR TOLL-FREE AT 1-800-448-7825." -02/06/2009,09V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V048000),"Ferrari North America, Inc.",CONVERTIBLE TOP HYDRAULIC LINE HEAT-SHIELD,ENGINE AND ENGINE COOLING,49,Vehicle,1950,"FERRARI IS RECALLING 1,950 MY 2005-2007 F40 SPIDER VEHICLES. THE DEFECT INVOLVES THE HYDRAULIC HOSES FOR THE CONVERTIBLE TOP THAT ARE LOCATED INSIDE OF THE ENGINE COMPARTMENT. THE HEAT FROM THE ENGINE MAY CAUSE HAIR-LINE CRACKS TO FORM IN THE HOSES WHICH MAY RESULT IN FLUID LEAKAGE FROM THE CONVERTIBLE TOP HYDRAULIC SYSTEM.","THIS LEAKAGE IN TURN, WILL CAUSE THE CONVERTIBLE TOP WARNING LIGHT TO ILLUMINATE AND IF NOT REMEDIED, COULD ULTIMATELY LEAK FLUID INTO THE ENGINE COMPARTMENT CAUSING SMOKE AND A FIRE, RENDERING THE VEHICLE INOPERABLE AND POSSIBLY RESULTING IN A CRASH.","DEALERS WILL INSTALL PROTECTIVE HEAT SHIELDS OVER THE CONVERTIBLE TOP HYDRAULIC LINES TO INSULATE THEM FROM THE HEAT OF THE ENGINE COMPARTMENT. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 9, 2009. OWNERS MAY CONTACT FERRARI AT 201-816-2600." -02/06/2009,09T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T003000),"Pirelli Tire, LLC",FMVSS 119/INCORRECT LOAD RANGE STAMPING,TIRES,NR (Not Reported),Tire,1615,"PIRELLI TIRE, LLC IS RECALLING CERTAIN METZELER ME880 MARATHON MOTORCYCLE TIRES, SIZES 130/90B16 M/CTL 73H REINFORCED AND 140/90B16 M/CTL 77H REINFORCED, MANUFACTURED BETWEEN JUNE 22 AND SEPTEMBER 13, 2008. THESE TIRES HAVE A SERIAL NUMBER THAT STARTS WITH A PLANT CODE OF EB. THESE TIRES WERE STAMPED WITH INCORRECT LOAD RANGE WHICH FAILS TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR MOTOR VEHICLES WITH A GVWR OF MORE THAN 4,536 KILOGRAMS (10,000 POUNDS) AND MOTORCYCLES.""",THE PURPOSE OF THIS STANDARD IS TO PROVIDE SAFE OPERATIONAL PERFORMANCE LEVELS.,METZELER WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE SAFETY RECALL IS EXPECTED TO BEGIN DURING MARCH 2009. OWNERS MAY CONTACT METZELER CONSUMER AFFAIRS AT 1-877-202-4993. -02/06/2009,09V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V050000),"Mobility Specialists, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,43,"MOBILITY IS RECALLING 43 MY 2005-2006 FORD E-SERIES AND CHEVROLET EXPRESS VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITY AT 714-674-0480. -02/06/2009,09V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V051000),SHOWTIME CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3,SHOWTIME IS RECALLING 3 MY 2004 SHOWHAULER AND MOTORHOME BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SHOWTIME WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SHOWTIME AT 574-825-1130." -02/06/2009,09V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V049000),"Mobility Specialists, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,86,"MOBILITY IS RECALLING 86 MY 2005-2006 FORD E-SERIES AND CHEVROLET EXPRESS VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITY AT 714-674-0480. -02/05/2009,09V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V046000),"Chrysler (FCA US, LLC)",ELECTRICAL CONNECTORS POSSIBLE FIRE,ELECTRICAL SYSTEM,J01,Vehicle,6138,"CHRYSLER IS RECALLING 6,138 MY 2009 TOWN AND COUNTRY AND DODGE GRAND CARAVAN VEHICLES. UNUSED ELECTRICAL CONNECTORS FOR THE BLIND SPOT DETECTION SYSTEM MAY BECOME CORRODED AND COULD SHORT CIRCUIT, WHICH CAN CAUSE A VARIETY OF CONDITIONS.","IF THE FUSE FOR THIS CIRCUIT DOES NOT BLOW, THE CONNECTORS COULD OVERHEAT AND POTENTIALLY CATCH FIRE.","DEALERS WILL SEAL THE POWER CIRCUIT AT THE SUBJECT CONNECTOR AND REPLACE THE FUSE FOR THIS CIRCUIT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 9, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -02/05/2009,09V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V045000),"Tiffin Motorhomes, Inc.",WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,23,"TIFFIN IS RECALLING 23 MY 2009 ALLEGRO BUSES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES. THE WHEEL END STUDS MAY HAVE BEEN IMPROPERLY TEMPERED RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,TIFFIN IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE (PLEASE SEE 08E038). OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR TIFFIN AT 256-356-8661. -02/04/2009,09V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V043000),Mazda Motor Corp.,DOOR HANDLE STUCK,STRUCTURE,5209A,Vehicle,29000,"MAZDA IS RECALLING 29,000 MY 2009 MAZDA6. THE OUTER DOOR HANDLES MAY STICK WHICH MAY PREVENT THE DOOR FROM LATCHING. THIS SITUATION MAY ALLOW THE DOOR TO OPEN WHILE THE VEHICLE IS IN MOTION.",DRIVING THE VEHICLE WITH THE DOOR UNLATCHED COULD LEAD TO AN UNBELTED OCCUPANT BEING EJECTED AND COULD RESULT IN DEATH OR INJURY.,"DEALERS WILL INSPECT THE DOOR HANDLES AND IF NECESSARY REPAIR OR REPLACE THE HANDLES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 13, 2009. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -02/04/2009,09V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V044000),Daimler Coaches North America,EMERGENCY EXIT LABEL/FMVSS 217,EQUIPMENT,NR (Not Reported),Vehicle,490,"SETRA IS RECALLING 490 MY 1984-2001 S215, MY 1994-2002 S217 AND MY 2003-2009 S417 MOTOR COACHES EQUIPPED WITH EMERGENCY EXITS. THESE MOTOR COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" WHEN A RELEASE MECHANISM IS NOT LOCATED WITHIN AN OCCUPANT SPACE OF AN ADJACENT SEAT, A LABEL MEETING THE REQUIREMENTS OF S5.5.2 THAT INDICATES THE LOCATION OF THE NEAREST RELEASE MECHANISM SHALL BE PLACED WITHIN THE OCCUPANT SPACE. EXAMPLE: ""EMERGENCY EXIT INSTRUCTIONS LOCATED NEXT TO SEAT AHEAD"" THESE LABELS ARE NOT INSTALLED IN THE MOTOR COACHES MENTIONED IN THE EXAMPLE ABOVE.","IN THE EVENT OF A CRASH, WITHOUT THE CORRECT INSTRUCTIONS A PASSENGER MAY NOT KNOW HOW TO UNLATCH AND OPEN THE EMERGENCY EXIT INCREASING THE RISK OF INJURY.",DEALERS WILL SEND LABELS WITH A SERVICE INSTRUCTIONS EXPLAINING THE LOCATION OF THE LABELS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2009. OWNERS MAY CONTACT SETRA AT 1-800-882-8054. -02/04/2009,09V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V047000),"Chrysler (FCA US, LLC)",INSTRUMENT CLUSTER SOFTWARE/FUEL PUMP MODULE,"FUEL SYSTEM, OTHER",J02,Vehicle,91,"CHRYSLER IS RECALLING 91 MY 2009 SEBRING AND DODGE AVENGER EQUIPPED WITH 2.4L ENGINE PASSENGER VEHICLES. A COMPATIBILITY ISSUE BETWEEN THE INSTRUMENT CLUSTER SOFTWARE AND FUEL PUMP MODULE CAN RESULT IN THE FUEL GAUGE OVERSTATING THE ACTUAL FUEL TANK LEVEL. AS A RESULT, THE VEHICLE MAY RUN OUT OF FUEL WHEN THE GAUGE INDICATES THAT THERE IS STILL FUEL REMAINING IN THE TANK.",THIS COULD CAUSE A CRASH WITHOUT WARNING.,DEALERS WILL REPLACE THE FUEL PUMP MODULE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -02/04/2009,09V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V042000),Isuzu Motors Limited,PROPELLER SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,2836,"IZUSU IS RECALLING 2,836 MY 2008-2009 NPR/NQR AND NRR, GMC W3500, 4500 AND 5500, CHEVROLET W3500, 4500 AND 5500 TRUCKS. THE PROPELLER SHAFT WAS MANUFACTURED WITH INSUFFICIENT HIGH FREQUENCY HEAT TREATMENT. AS A RESULT, THE AFFECTED PORTION OF THE PROPELLER SHAFT MAY NOT MAINTAIN ITS DURABILITY THROUGH THE EXPECTED VEHICLE USEFUL LIFE.","THE PROPELLER SHAFT COULD BREAK OFF WHILE THE VEHICLE IS BEING DRIVING, WHICH WOULD RESULT IN THE VEHICLE STALLING AND COASTING TO A STOP, OR LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE PROPELLER SHAFT FREE OF CHARGE. THE RECALL BEGAN ON MARCH 5, 2009. OWNERS MAY CONTACT ISUZU AT 1-866-441-9638." -02/03/2009,09V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V040000),Ford Motor Company,FRACTURED FRONT SPINDLE,SUSPENSION,09S07,Vehicle,11134,"FORD IS RECALLING 11,134 MY 2009 4X2 RANGER VEHICLES. SOME FRONT WHEEL SPINDLES WERE IMPROPERLY MANUFACTURED CREATING THE RISK THAT A SPINDLE MAY FRACTURE DURING THE NORMAL USEFUL LIFE OF THE TRUCK.","IF A SPINDLE FRACTURES, THE WHEEL MAY SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT SPINDLE IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2009. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -02/03/2009,09V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V041000),Motor Coach Industries,TAG AXLE DRIVESHAFT INTERFERENCE,SUSPENSION,277C & 320,Vehicle,103,MCI IS RECALLING 103 MY 2005-2008 D4500 AND D4505 COACHES EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES AND A ZF TRANSMISSION. CUSTOMERS MAY EXPERIENCE A POSSIBLE INTERFERENCE BETWEEN THE DRIVE SHAFT U-JOINT BEARING CAP BOLTS AND THE TAG AXLE CENTER BEAM ASSEMBLY.,"INTERFERENCE BETWEEN THE BEARING CAP BOLTS AND THE AXLE CENTER BEAM ASSEMBLY COULD CAUSE THE BEARING CAP BOLTS TO SHEAR, FREEING THE BEARINGS AND POSSIBLY RELEASING THE DRIVE SHAFT, INCREASING THE RISK OF VEHICLE DAMAGE OR A CRASH.","DEALERS WILL INSTALL A TAG AXLE SUSPENSION SPACER KIT AND AN SPL250 DRIVESHAFT RETROFIT KIT TO LIMIT THE SUSPENSION TRAVEL AND REDUCE THE SWING DIAMETER OF THE DRIVESHAFT THEREBY INCREASING THE CLEARANCE AND ELIMINATING ANY POSSIBLE INTERFERENCE. THE RECALL BEGAN ON FEBRUARY 25, 2009. OWNERS MAY CONTACT MCI AT 1800-241-2947." -01/30/2009,09E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E002000),"EURO TRENZ, INC.",AFTERMARKET WHEEL RIMS/CRACKING/BREAKING,WHEELS,NR (Not Reported),Equipment,1539,"EURO TRENZ IS RECALLING 1,539 SEVAS S-10 WHEEL RIMS, P/NOS. 22X9 SIZE 22X9.5X115 AND 22X10.5 SIZE 22X10.5X120, SOLD AS AFTERMARKET EQUIPMENT BETWEEN JANUARY 2006 AND JULY 2007 FOR USE ON PASSENGER VEHICLES. THE CAST ALUMINUM ALLOY USED IN PRODUCTION WAS BELOW SPECIFICATIONS RESULTING IN AN INFERIOR QUALITY.",THE WHEEL RIMS COULD CRACK AND BREAK DURING USAGE POSSIBLY RESULTING IN A LOSS OF VEHICLE CONTROL.,"EURO TRENZ WILL REPLACE THE RIMS FREE OF CHARGE OR OFFER A FULL REFUND. THE RECALL BEGAN ON FEBRUARY 9, 2009. OWNERS MAY CONTACT EURO TRENZ AT 1-305-804-0052 OR 1-305-219-6699." -01/30/2009,09V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V036000),"General Motors, LLC",BRAKE LAMPS NOT WORKING PROPERLY,EXTERIOR LIGHTING,80317,Vehicle,8012,"GM IS RECALLING 8,012 MY 2005-2006 PONTIAC G6 VEHICLES. THE BRAKE LAMPS MAY NOT OPERATE PROPERLY BECAUSE OF CORROSION IN A WIRING CONNECTOR. CORROSION IN THE CONNECTOR COULD CAUSE THE BRAKE LAMPS TO ILLUMINATE WHEN THE BRAKE PEDAL HAS NOT BEEN DEPRESSED, OR THE LAMPS MAY NOT ILLUMINATE WHEN THE BRAKE PEDAL IS DEPRESSED. IN ADDITION, THE CRUISE CONTROL MAY NOT ENGAGE, AND GREATER BRAKE PEDAL FORCE MAY BE REQUIRED TO SHIFT THE VEHICLE OUT OF PARK.",BRAKE LAMPS THAT ARE NOT OPERATING PROPERLY MAY NOT WARN A DRIVER IN A FOLLOWING VEHICLE OF THE BRAKING STATUS AND COULD LEAD TO A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL APPLY A DIELECTRIC LUBRICANT TO THE CONNECTOR TO PREVENT CORROSION. THIS SERVICE WILL BE PERFORMED FOR YOU FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 17, 2009. OWNERS MAY CONTACT PONTIAC AT 1- 800-620-7668 OR OWNER CENTER AT WWW.GMOWNERCENTER.COM." -01/30/2009,09V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V034000),"Piaggio Group Americas, Inc.",FUEL SYSTEM CARBURETOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1260,"PIAGGIO IS RECALLING 1,260 MY 2008-2009 APRILIA SCARABEO 200 MOTORCYCLES. THE FLOAT LEVEL IN THE FLOAT BOWL OF THE CARBURETOR WAS NOT SET CORRECTLY IN PRODUCTION, DIRT AND THE VARNISH RESIDUE OF DRIED GASOLINE NOT ALLOWING THE FLOAT NEEDLE TO SEAT CORRECTLY, AND A BLOCKAGE OF THE EVAPORATIVE EMISSION HOSES THAT DID NOT ALLOW THE FLOAT BOWL TO VENT CORRECTLY. THE CARBURETOR WAS NOT ABLE TO MAINTAIN CORRECT OR CONSTANT PRESSURE IN THE FLOAT BOWL. INCONSISTENT PRESSURE IN THE FLOAT BOWL WOULD EITHER PUSH TOO MUCH OR NOT ENOUGH FUEL TO AND THROUGH THE JETS FOR ANY ONE THROTTLE POSITION WHICH DOES NOT ALLOW THE CARBURETOR TO CORRECTLY METER FUEL TO THE ENGINE.","FUEL FLOODING THE ENGINE, CAUSING DIFFICULT IN STARTING AND POOR PERFORMANCE. IT IS ALSO POSSIBLE FOR FUEL TO LEAK FROM THE CARBURETOR ONTO THE GROUND. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL RE-CONNECT THE HOSES TO ELIMINATE THE CONNECTION OF THE EMISSIONS SYSTEM TO THE CARBURETOR. THIS REMEDY IS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT PIAGGIO AT 1-212-380-4431. -01/30/2009,09V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V035000),"Piaggio Group Americas, Inc.",HANDLEBAR MOUNTED WINDSHIELD/FMVSS-205,VISIBILITY,NR (Not Reported),Vehicle,458,"PIAGGIO IS RECALLING 458 MY 2008-2009 APRILIA SCARABEO 200 MOTORCYCLES. THESE MOTORCYCLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205 ""GLAZING MATERIALS."" THE INCORRECT DOT STANDARD EQUIPMENT HANDLEBAR MOUNTED WINDSHIELD THAT WAS PROVIDED WAS INSTALLED. BOTH DOT AND EURO SPECIFICATIONS WERE SENT FOR INSTALLATION.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL REPLACE THE WINDSHIELD COMPONENT ACCORDING TO DOT SPECIFICATIONS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 19, 2009. OWNERS MAY CONTACT PIAGGIO AT1-212-380-4418." -01/30/2009,09V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V037000),"Bentley Motors, Ltd.",SEAT BELT GUIDE BRACKET,SEAT BELTS,RE09/01,Vehicle,27,BENTLEY IS RECALLING 27 MY 2009 CONTINENTAL FLYING SPUR AND CONTINENTAL FLYING SPUR SPEED VEHICLES. THERE IS THE POTENTIAL FOR THE CENTER REAR SEAT BELT UPPER GUIDE BRACKET TO DISTORT IN THE EVENT OF A FRONTAL IMPACT. THIS DISTORTION COULD RESULT IN THE CENTRE REAR SEAT OCCUPANT TRAVELING FURTHER FORWARDS THAN THE DESIGN INTENDS.,"IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE SEAT BELT GUIDE BRACKET FREE OF CHARGE. THE RECALL BEGAN IN FEBRUARY 2009. OWNERS MAY CONTACT BENTLEY AT 1-617-488-8500. -01/29/2009,09V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V039000),"OBS, Inc.",ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"OBS IS RECALLING 3 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN BLUE BIRD AND DODGE SPRINTER SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,OBS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR OBS AT 1-330-453-3725. -01/29/2009,09V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V033000),"Piaggio Group Americas, Inc.",DRIVABILITY ISSUES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,740,"PIAGGIO IS RECALLING 740 MY 2008-2009 APRILIA SCARABEO 100 MOTORCYCLES. IN THE EVAPORATIVE EMISSION SYSTEM THERE ARE HOSES CONNECTING THE FUEL TANK TO THE CHARCOAL CANISTER THROUGH WHICH THE EVAPORATIVE EMISSION PASSES. IT HAS SHOWN THAT THE EMISSION HOSES TO THE CANISTER WERE PINCHED AND/OR CRIMPED. IN OTHER CASES THE HOSES IN AND OUT OF THE CHARCOAL CANISTER WERE INSTALLED BACKWARDS, THE ROLL OVER VALVE FOR THE FUEL TANK WAS INSTALLED INCORRECTLY, AND IN OTHER CASES THERE WAS DIRT IN THE CARBURETOR AND STILL OTHERS HAD FAULTY FLOAT VALVES IN THE CARBURETOR.","THE ENGINE MAY FLOOD WITH FUEL CAUSING DIFFICULTY IN STARTING AND THE POSSIBILITY OF STALLING. IT IS ALSO POSSIBLE FOR FUEL TO LEAK FROM THE CARBURETOR ONTO THE GROUND. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL DOUBLE CHECK THE INSTALLATION OF THE EVAPORATIVE EMISSION SYSTEMS HOSES AND COMPONENTS TO WILL ENSURE THAT THERE ARE NO RESTRICTIONS. THE EMISSION SYSTEM HOSE WILL BE RE-ROUTED AND THE INSTALLATION OF ONE WAY VALVES AS PER APPROVED RE-ROUTING INSTRUCTIONS WILL ENSURE THAT THE SYSTEM IS ASSEMBLED AND OPERATING CORRECTLY. THE REMEDY IS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT PIAGGIO AT 1-212-380-4431. -01/29/2009,09V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V032000),Mazda Motor Corp.,FRONT SPINDLE FRACTURE,SUSPENSION,5109A,Vehicle,220,MAZDA IS RECALLING 220 MY 2009 B-SERIES TRUCKS EQUIPPED WITH 2-WHEEL DRIVE. THE FRONT SPINDLE STEM MAY CRACK DUE TO AN IMPROPER MANUFACTURING PROCESS OF THE SPINDLE.,"IF A FRACTURE OF THE SPINDLE STEM OCCURS, THE WHEEL MAY SEPARATE FROM THE AXLE, WHICH MAY RESULT IN A LOSS OF STEERING, INCREASING THE RISK OF A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE FRONT SPINDLE AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 9, 2009. OWNERS MAY CONTACT MAZDA AT 800-222-5500." -01/29/2009,09V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V031000),Toyota Motor Engineering & Manufacturing,SEAT BELT RETRACTOR SOUND INSULATOR,SEAT BELTS,90C,Vehicle,134895,"TOYOTA IS RECALLING 134,895 MY 2006-2007 YARIS VEHICLES EQUIPPED WITH DRIVER AND FRONT PASSENGER SEAT BELT PRETENSIONERS, WHICH ARE DESIGNED TO BE ACTIVATED IN RESPONSE TO A SEVERE FRONTAL IMPACT. WHEN THE SENSOR DETECTS A SEVERE FRONTAL IMPACT, THE FRONT SEAT BELTS ARE QUICKLY DRAWN BACK BY THE RETRACTORS SO THAT THE BELTS SNUGLY RESTRAIN THE OCCUPANTS. THE INVOLVED VEHICLES CONTAIN A CENTER PILLAR SOUND INSULATOR LOCATED UNDERNEATH EACH FRONT SEAT BELT PRETENSIONER.","IN THE EVENT OF SEAT BELT PRETENSIONER DEPLOYMENT, THE GAS GENERATED MAY AFFECT THE SOUND INSULATORS. IN THE WORST CASE, IF THE SOUND INSULATORS IGNITE, THIS CONDITION WILL RESULT IN A POST-COLLISION FIRE.","DEALERS WILL MODIFY THE VEHICLE FREE OF CHARGE. THE MODIFICATION WILL ENTAIL REMOVAL OF THE SMALL URETHANE CENTER PILLAR SOUND INSULATORS (SPONGE) UNDERNEATH THE DRIVER AND FRONT PASSENGER SEAT BELT PRETENSIONERS. THE RECALL BEGAN ON JANUARY 28, 2009. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371." -01/28/2009,09V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V038000),"OBS, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"OBS IS RECALLING 3 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON MY 2006 BLUE BIRD AND CHEVROLET EXPRESS SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,OBS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR OBS AT 1-330-453-3725. -01/27/2009,09V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V030000),Volvo Trucks North America,BRAKE CAM TUBE BRACKETS,"SERVICE BRAKES, AIR",RVXX0901,Vehicle,366,"VOLVO TRUCKS IS RECALLING 366 MY 2006-2009 VNL TRUCKS EQUIPPED WITH SUPER SINGLE TIRES, BENDIX BRAKE CAM TUBES, AND VOLVO AIR SUSPENSION. THE VIBRATION FREQUENCY FROM THE SUSPENSION WITH SUPER SINGLE TIRES MAY RESULT IN A FATIGUE CRACK OF THE MOUNTING BRACKETS FOR THE BRAKE CAM TUBE.","IF LEFT UNTREATED, THE CRACK CAN PROPAGATE AND CAUSE FAILURE OF THE BRAKE CAM TUBE SUPPORT BRACKET(S), WHICH CAN RESULT IN LOSS OF BRAKES AT THE CORRESPONDING WHEEL END INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A SUPPORT BRACKET TO THE BRAKE CAM TUBE. THE RECALL BEGAN ON JUNE 30, 2009. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/27/2009,09V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V028000),"CENTURY INDUSTRIES, LLC",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"CENTURY IS RECALLING 6 MY 2005-2006 MSM3200, MY 2005 MSM2800, MSM3600 AND MY 2006 FORD VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,COMM TRANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COMM TRANS AT 901-726-9394. -01/26/2009,09V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V026000),COMM TRANS SULLY CORPORATION,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,108,"COMM TRANS IS RECALLING 108 MY 2005-2008 FORD E250 AND E350 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,COMM TRANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COMM TRANS AT 901-726-9394. -01/26/2009,09V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V027000),"CENTURY INDUSTRIES, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"CENTURY IS RECALLING 6 MY 2005-2006 MSM3200, MY 2005 MSM2800, MSM3600 AND MY 2006 FORD VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,CENTURY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CENTURY AT 812-246-3371. -01/23/2009,09V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V025000),COMM TRANS SULLY CORPORATION,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,111,"COMM TRANS IS RECALLING 111 MY 2005-2008 FORD E250 AND E350 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,COMM TRANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COMM TRANS AT 901-726-9394. -01/22/2009,09V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V024000),"Daimler Trucks North America, LLC",SIGNAL-DETECT & ACTIVATION MODULES/WATER INTRUSION,ELECTRICAL SYSTEM,FL545,Vehicle,14181,"DAIMLER TRUCKS IS RECALLING 14181 MY 2007-2009 FREIGHTLINER CASCADIA TRUCKS EQUIPPED WITH CAB SIGNAL-DETECT AND ACTIVATION MODULES (SAMS). POTENTIAL CORROSION DAMAGE DUE TO WATER INTRUSION INTO THE SAMS MAY CAUSE ELECTRICAL SHORTS OR INTERMITTENT OPERATION OF TAIL LAMPS, STOP LAMPS, SIDE MARKER LAMPS AND TRAILER LIGHTING. IN SOME CASES STARTER MOTORS HAVE ACTIVATED WITHOUT A KEY ON.",AN ELECTRICAL SHORT IN THE CAB SAM OR CHASSIS SAM MAY CAUSE MELTING IN THE SAM OR OTHER ELECTRICAL COMPONENTS WHICH MAY CAUSE A VEHICLE FIRE.,"DEALERS WILL INSPECT FOR INDICATION OF WATER INTRUSION OR DAMAGE TO THE SAMS. SAMS WILL BE REPLACED AS REQUIRED AND MODIFICATIONS WILL BE COMPLETED TO CONTROL POSSIBLE SOURCES OF WATER INTRUSION. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 13, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -01/16/2009,09V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V018000),RIVERS BUS SALES,ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,08509R1,Vehicle,2,"RIVERS BUS SALES IS RECALLING 2 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON MY 2006 IC CE AND RE SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RIVERS BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR RIVERS BUS SALES AT 1-904-783-0313. -01/16/2009,09V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V019000),PACCAR Incorporated,ARD EXTENSION PIPES/C15/CATERPILLAR,ENGINE AND ENGINE COOLING,09KW1 & 108A,Vehicle,1098,"PACCAR IS RECALLING 1098 KENWORTH MY 2008 T800, W900, MY 2008-2009 T2000 AND PETERBILT MY 2007-2009 379 AND 387 TRUCKS EQUIPPED WITH C15 CATERPILLAR DIESEL ENGINES. THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,"PACCAR IS WORKING WITH CATERPILLAR AND WILL INSPECT AND REMEDY THE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986, KENWORTH AT 425-828-5440 OR PETERBILT AT 940-591-4196." -01/16/2009,09T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09T002000),"Michelin North America, Inc.",FMVSS 139/MISSING DOT TIN MARKING,TIRES,NR (Not Reported),Tire,784,"MICHELIN IS RECALLING 784 MICHELIN PILOT ALPIN PA2 ZP TIRES, SIZE 225/50R17 94H, PRODUCED FROM SEPTEMBER 17, 2006 THROUGH JUNE 14, 2008. THESE TIRES FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" THE ""DOT"" SYMBOL OF THE DOT TIN IS MISSING.","WITHOUT THE ""DOT"" SYMBOL ON THE SIDEWALL, THE TIRE CONTAINS NO DECLARATION AS TO ITS CERTIFICATION.","MICHELIN WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE, INCLUDING MOUNTING AND BALANCING. THE RECALL BEGAN ON FEBRUARY 5, 2009. OWNERS MAY CONTACT MICHELIN CONSUMER CARE TOLL-FREE AT 1-800-847-3435 BETWEEN 8:00AM AND 8:00PM EST MONDAY THROUGH FRIDAY." -01/16/2009,09V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V016000),LEADER INDUSTRIES,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,14,"LEADER INDUSTRIES IS RECALLING 14 MY 2005-2006 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,LEADER INDUSTRIES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR LEADER INDUSTRIES LEADER INDUSTRIES AT 626-575-0880. -01/16/2009,09V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V022000),"Suzuki Motor USA, LLC",FRAME CRACKING AND/OR BREAKAGE,STRUCTURE,2A08,Vehicle,26082,"AMERICAN SUZUKI (SUZUKI) IS CONDUCTING A SAFETY IMPROVEMENT CAMPAIGN INVOLVING 26,082 MY 2005-2006 GSX-R1000 MOTORCYCLES. CRACKING OR BREAKAGE OF THE MOTORCYCLE FRAME CAN OCCUR IN CERTAIN EXTREME SITUATIONS WHERE UNUSUALLY HIGH STRESS IS PLACED ON THE FRAME. REPEATED HARD LANDINGS FROM HAZARDOUS MANEUVERS SUCH AS EXTREME OR EXTENDED WHEELIES OR OTHER STUNTS MAY GENERATE SUFFICIENT STRESS TO CAUSE THIS PROBLEM.","IF THE FRAME BECOMES BROKEN DURING EXTREME USE, A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE FRAME FOR CRACKS. IF NO CRACKS ARE FOUND, A FRAME REINFORCEMENT BRACE WILL BE ATTACHED TO THE FRAME USING BOLTS AND EPOXY ADHESIVE. SHOULD CRACKS BE FOUND DURING THE INSPECTION, THE FRAME WILL BE REPLACED WITH A NEW FRAME THAT HAS THE REINFORCEMENT BRACE INSTALLED. THE CAMPAIGN BEGAN ON JANUARY 21, 2009. OWNERS MAY CONTACT SUZUKI AT 1-714-572-1490." -01/16/2009,09V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V020000),Toyota Motor Engineering & Manufacturing,FUEL DELIVERY PIPE,ENGINE AND ENGINE COOLING,9LA,Vehicle,214570,"TOYOTA IS RECALLING 214,570 MY 2006-2008 LEXUS IS, MY 2006-2007 GS AND MY 2007-2008 LS PASSENGER VEHICLES EQUIPPED WITH ALUMINUM FUEL DELIVERY PIPES (FUEL RAILS). ETHANOL FUELS WITH A LOW MOISTURE CONTENT WILL CORRODE THE INTERNAL SURFACE OF THE FUEL RAILS. AS THIS CONDITION PROGRESSES, THE ENGINE MALFUNCTION INDICATOR LIGHT MAY ILLUMINATE.","OVER TIME, THE CORROSION MAY CREATE A PINHOLE RESULTING IN FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL INSPECT AND REPLACE THE FUEL DELIVERY PIPES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT TOYOTA/LEXUS AT 1-800-255-3987. -01/16/2009,09V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V029000),HEIL TRAILER INTERNATIONAL,INTRA-LITE FRAME FAILURES,STRUCTURE,EWR282,Vehicle,294,HEIL IS RECALLING 294 MY 2005-2008 HEIL PETRO TRAILERS EQUIPPED WITH INTRA-LITE FRAMES. THE INTEGRITY OF THE HANGER BRACING COULD RESULT IN CRACKING AT THE REAR OF THE SUSPENSION FRAME.,"SUCH A CRACK, IF LEFT UNATTENDED, COULD PROGRESS TO AN ABRUPT FAILURE IN THE HANGER, WHICH COULD CAUSE A CRASH WITHOUT PRIOR WARNING.","HEIL WILL REPLACE THE FRONT SUSPENSION TWO ATTACHMENT POINT BOLTED HANGER CROSS BRACE WITH A SIX ATTACHMENT BOLTED CROSS BRACE KIT TO REINFORCE THE FRAME STRUCTURE. IN ADDITION, THE BRAKE AIR RESERVOIR MOUNTING WILL BE CHANGED FROM DIRECT FRAME MOUNT TO BRACKET ATTACHMENT MOUNT. THE RECALL BEGAN ON JANUARY 8, 2009. OWNERS MAY CONTACT HEIL AT 1-800-400-6913." -01/16/2009,09V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V023000),Toyota Motor Engineering & Manufacturing,SIENNA FLOOR CARPET COVER,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,26501,"TOYOTA IS CONDUCTING A SAFETY IMPROVEMENT CAMPAIGN INVOLVING 26,501 EARLY 2004 MY SIENNA VEHICLES. IN THE EVENT THE RETENTION CLIP USED TO SECURE THE FLOOR CARPET COVER IS MISSING, THE COVER CAN INTERFERE WITH THE OPERATION OF THE ACCELERATOR PEDAL IF THE ACCELERATION PEDAL IS DEPRESSED TO NEARLY THE FULL THROTTLE POSITION.","IF THIS OCCURS, THE ACCELERATOR PEDAL CAN BECOME STUCK WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE RETENTION CLIP AND FLOOR CARPET COVER AT NO CHARGE. THE CAMPAIGN BEGAN ON JANUARY 26, 2009. OWNER NOTIFICATION IS EXPECTED TO BE COMPLETED BY EARLY APRIL 2009. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371, IF THEY HAVE ANY FURTHER QUESTIONS." -01/16/2009,09V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V017000),RIVERS BUS SALES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,08509R1,Vehicle,2,"RIVERS BUS SALES IS RECALLING 2 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON MY 2006 IC CE AND RE SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RIVERS BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR RIVERS BUS SALES AT 1-904-783-0313. -01/15/2009,09V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V021000),Eldorado National-Kansas,DRIVELINE FASTENERS,POWER TRAIN,NR (Not Reported),Vehicle,730,"ELDORADO NATIONAL - KANSAS (ENK) IS RECALLING 730 MY 2008-2009 AERO ELITE, AEROLITE, AEROTECH, TRANSTECH, AND VERSA SHUTTLE BUSES. SOME BUSES WERE BUILT WITH DRIVELINE FASTENERS THAT MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY.","IF NOT TIGHTENED PROPERLY, THE FASTENERS COULD COME LOOSE AND CAUSE LOSS OF VEHICLE CONTROL, POSSIBLY CAUSING A CRASH.","DEALERS WILL INSPECT THE BUSES AND IF THE TORQUE VALUES FOR THE DRIVELINE FASTENERS ARE FOUND TO BE OUT OF TOLERANCE, THE FASTENERS WILL BE ADJUSTED TO BRING THEIR TORQUE VALUE INTO THE RECOMMENDED TOLERANCE RANGE. THE SAFETY RECALL BEGAN ON MARCH 26, 2009. OWNERS MAY CONTACT ENK AT 1-800-850-1287." -01/15/2009,09V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V015000),LEADER INDUSTRIES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,14,"LEADER INDUSTRIES IS RECALLING 14 MY 2005-2006 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,LEADER INDUSTRIES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR LEADER INDUSTRIES AT 626-575-0880. -01/14/2009,09V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V014000),"ONENESS MOBILITY SERVICES, LLC",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,19,"ONENESS MOBILITY IS RECALLING 19 MY 1998, AND 2005-2006 E-350 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ONENESS MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ONENESS MOBILITY AT 1-818-267-3000. -01/14/2009,09V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V013000),"ONENESS MOBILITY SERVICES, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"ONENESS MOBILITY IS RECALLING 2 MY 2006 E-350 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ONENESS MOBILITY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ONENESS MOBILITY AT 1-818-267-3000. -01/13/2009,09E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09E001000),"Chrysler (FCA US, LLC)",AFTERMARKET REPLACEMENT STEERING LINKAGES/POWERS,STEERING,H46,Equipment,18000,"CHRYSLER IS RECALLING 18,000 AFTERMARKET STEERING LINKAGES USED FOR SERVICE ON SOME MY 2003 THROUGH 2008 DODGE RAM HEAVY DUTY PICKUP TRUCKS. THE SUBJECT LINKAGES MAY EXPERIENCE DRAG LINK INNER TIE ROD TO PITMAN ARM BALL STUD FRACTURE, ALSO, THE STEERING LINKAGE DAMPER ATTACHING BRACKET MAY YEILD AND SHIFT ON THE LINKAGE. THE PART NUMBERS OF THE AFFECTED ASSEMBLIES IS 52122362AA THROUGH 52122362AD.",THIS COULD RESULT IN A LOSS OF STEERING CONTROL AND THE RESTRICTED ABILITY TO TURN THE VEHICLE IN ONE DIRECTION INCREASING THE RISK OF A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE STEERING LINKAGE DRAG LINK INNER TIE ROD END ASSEMBLY, AND INSPECT THE STEERING LINKAGE DAMPER BRACKET FREE OF CHARGE. THE RECALL BEGAN ON JUNE 6, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -01/13/2009,09V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V009000),AMERICAN EMERGENCY VEHICLES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"AMERICAN EMERGENCY VEHICLES IS RECALLING 8 MY 2005-2006 E-SERIES VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,AMERICAN EMERGENCY VEHICLES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR AMERICAN EMERGENCY VEHICLES AT 1-336-982-9824. -01/13/2009,09V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V011000),"Daimler Trucks North America, LLC",TRANSMISSION CONTROL MODULE/CORROSION,POWER TRAIN,FL-544,Vehicle,2426,"DAIMLER TRUCKS IS RECALLING 2,426 THOMAS BUILT BUSES MY 2003 THROUGH 2006 SAF-T-LINER HDX SCHOOL AND NON SCHOOL BUSES MANUFACTURED BETWEEN APRIL 1, 2002 THROUGH AUGUST 30, 2005. THE AUTOMATIC TRANSMISSION CONTROL MODULE (VIM) LOCATED BETWEEN THE FRAME RAILS NEAR THE FRONT AXLE AND OUTSIDE THE TRANSMISSION CONTROL MODULE COVER MAY BECOME CORRODED DUE TO WATER AND ROAD SPRAY INTRUSION. VIM CORROSION MAY CAUSE THE STARTER MOTOR TO ENGAGE UNEXPECTEDLY OR THE BACKUP LIGHTS TO OPERATE INTERMITTENTLY.",UNEXPECTED STARTER ENGAGEMENT OR INTERMITTENT BACKUP LIGHT OPERATION MAY LEAD TO A VEHICLE CRASH OR PERSONAL INJURY.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY THOMAS BUILT BUSES DEALERSHIPS AND DIRECT WARRANTY CUSTOMERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 19, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -01/13/2009,09V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V012000),NEVILLE WELDING INC,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,C8AE,Vehicle,81,"NEVILLE IS RECALLING 81 MY 2009 CONVERTER DOLLEY, DROPDECK, FLATBED AND GRAIN HOPPER TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,NEVILLE IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE (PLEASE SEE 08E038). OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR NEVILLE AT 1-800-301-3487. -01/12/2009,09V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V008000),AMERICAN EMERGENCY VEHICLES,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"AMERICAN EMERGENCY VEHICLES IS RECALLING 8 MY 2005-2006 E-SERIES VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,AMERICAN EMERGENCY VEHICLES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR AMERICAN EMERGENCY VEHICLES AT 1-336-982-9824. -01/09/2009,09V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V006000),"Nissan North America, Inc.",PASSENGER SIDE REAR DOOR/FMVSS 214,STRUCTURE,NR (Not Reported),Vehicle,225,"NISSAN IS RECALLING 225 MY 2009 ALTIMA VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 214, ""SIDE IMPACT PROTECTION."" THESE VEHICLES MAY HAVE BEEN MANUFACTURED WITH AN OUT-OF-SPECIFICATION WELD ON THE DOOR ASSEMBLY.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,ALL THE AFFECTED VEHICLES HAVE BEEN BROUGHT BACK FROM THE DEALERSHIPS AND REMEDIED AT THE FACTORY. NO VEHICLES HAD BEEN RETAILED. -01/09/2009,09V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V005000),"Chrysler (FCA US, LLC)",STEERING LINKAGE/POWERS,STEERING,H36,Vehicle,32782,"CHRYSLER IS RECALLING 32,782 MY 2008-2009 DODGE RAM 2500, 3500 AND 3500 CAB CHASSIS PICKUP TRUCKS EQUIPPED WITH POWERS AND SONS STEERING LINKAGE. THE STEERING LINKAGE DRAG LINK INNER TIE ROD TO PITMAN ARM BALL STUD MAY FRACTURE. ALSO THE STEERING LINKAGE DAMPER ATTACHING THE BRACKET MAY YIELD AND SHIFT ON THE LINKAGE.",THIS COULD RESULT IN A LOSS OF STEERING CONTROL AND THE RESTRICTED ABILITY TO TURN THE VEHICLE IN ONE DIRECTION INCREASING THE RISK OF A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE STEERING LINKAGE DRAG LINK INNER TIE ROD END ASSEMBLY, AND INSPECT THE STEERING LINKAGE DAMPER BRACKET FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 16, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -01/09/2009,09V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V007000),MAURER MANUFACTURING INC.,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,4,"MAURER IS RECALLING 4 MY 2008 GT 1693, GT 1677, GT 1702, AND GT 1701 GRAIN TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,MAURER IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR MAURER AT 1-712-262-2992. -01/08/2009,09V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V003000),"Chrysler (FCA US, LLC)",FUEL TANK FILLER INLET CHECK VALVE,"FUEL SYSTEM, GASOLINE",H45,Vehicle,18951,"CHRYSLER IS RECALLING 18,951 MY 2005 DODGE DURANGO VEHICLES. THE FUEL TANK FILLER TUBE INLET CHECK VALVE MAY NOT FULLY CLOSE AT THE END OF REFUELING. THIS COULD ALLOW SOME FUEL TO ESCAPE FROM THE VEHICLE THROUGH THE FILLER NECK AT THE END OF REFUELING.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL INSPECT THE FUEL TANK INLET CHECK VALVE. VEHICLES FOUND TO HAVE A SUSPECT INLET CHECK VALVE WILL HAVE THE FUEL TANK ASSEMBLY REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -01/08/2009,09V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V004000),Entegra Coach,HITCH FRACTURES/SPARTAN/PUTNAM,TRAILER HITCHES,NR (Not Reported),Vehicle,4,"ENTEGRA COACH IS RECALLING 4 MY 2009 ANTHEM CLASS A MOTOR HOMES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH PUTNAM HITCHES. AFTER SOME PERIOD OF USE, CERTAIN TRAILER HITCHES MAY DEVELOP STRESS FRACTURES DUE TO SHARP RADII AND/OR TOOL MARKING.","SUSPECT HITCHES MAY DEVELOP FRACTURES AND SUBSEQUENT SEPARATION MAY OCCUR, RESULTING IN A VEHICLE CRASH, PROPERTY DAMAGE OR PEDESTRIAN HARM.",ENTEGRA COACH IS WORKING WITH SPARTAN WHO WILL REPLACE THE TRAILER HITCH FREE OF CHARGE (PLEASE SEE 08V567). THE HITCH HAS BEEN REMOVED FROM ONE VEHICLE AND THE REMAINING 3 VEHICLES ARE STILL IN ENTEGRA'S INVENTORY AND WILL NOT BE SOLD UNTIL THE HITCHES ARE REPLACED. -01/08/2009,09V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V002000),"Yamaha Motor Corporation, USA",IGNITION SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9325,"YAMAHA IS RECALLING 9,300 MY 2006-2009 FJR1300 MOTORCYCLES. THE INTERNAL SWITCH WIRING COULD BECOME DISCONNECTED. IF THIS OCCURS ELECTRICAL CURRENT FLOW WILL BE STOPPED AND THE ENGINE COULD STALL.","IF THE ENGINE STALLS, THE OPERATOR MAY BE UNABLE TO START OR RESTART THE ENGINE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE IGNITION SWITCH FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 16, 2009. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -01/08/2009,09V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V010000),"Daimler Trucks North America, LLC",IMPROPER HANDRAIL INSTALLATION,STRUCTURE,FL-543,Vehicle,22206,"DAIMLER TRUCKS IS RECALLING 22,206 THOMAS BUILT MY 2005 THROUGH 2010 SCHOOL BUSES MANUFACTURED FROM OCTOBER 2004 THROUGH NOVEMBER 24, 2008. THE LOWER END OF THE FRONT ENTRANCE DOOR AFT ASSIST HANDRAIL MAY BE LOCATED TOO CLOSE TO THE STEP.",IT MAY BE POSSIBLE FOR ITEMS SUCH AS DRAWSTRINGS AND STRAPS TO BECOME CAUGHT ON THE HANDRAILS POTENTIALLY LEADING TO INJURY OR DEATH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND REPAIRS WILL BE PERFORMED BY THOMAS BUILT BUSES DEALERSHIPS AND DIRECT WARRANTY CUSTOMER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 6, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS TOLL-FREE AT 1-800-547-0712." -01/06/2009,09V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09V001000),"Maserati North America, Inc.",UPPER AND LOWER BALL JOINT NUTS,SUSPENSION,183,Vehicle,7912,"MASERATI IS RECALLING 7,912 MY 2008 GRAN TURISMO, QUATTROPORTE, AND ALFA ROMEO VEHICLES. INCORRECTLY TORQUED UPPER AND LOWER BALL JOINT NUTS MAY CAUSE THE BALL JOINT NUTS TO LOOSEN.","IN TIME, THIS COULD LEAD TO NOISE, STEERING WHEEL VIBRATION, AND FAILURE OF THE BALL JOINT STUD RESULTING IN DAMAGE OR SEPARATION OF THE SUSPENSION ARM. THIS COULD RESULT IN A LOSS OF STEERING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TORQUE OF THE FRONT/REAR UPPER AND LOWER BALL JOINT NUTS AND, IF NECESSARY, REPLACE THE SUSPENSION ARMS AND HUB CARRIER. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. Owners may contact Maserati customer service at 1-877-696-2737." -01/05/2009,09C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=09C001000),"Peg Perego USA, Inc.",HARNESS ADJUSTER COVER/SHARP EDGES,CHILD SEAT,NR (Not Reported),Child Seat,32641,"THE PLASTIC ADJUSTMENT COVER ON CERTAIN PEG PEREGO PRIMO VIAGGO SIP 30/30 INFANT CHILD RESTRAINT SYSTEMS MANUFACTURED BETWEEN JULY 1, 2007 AND MARCH 14, 2008, COULD HAVE AN EXPOSED MOLD FLASH WITH A SHARP EDGE. THE MODEL NUMBERS OF THE AFFECTED SEATS ARE PEG PEREGO IMUN00US32MD41KN41, IMUN00US35CR13BU13, IMUN00US35CR13PL46, IMUN00US35CR24BU24, IMUN00US35TL49KN53, IMUN00US35TL53KN46, IMUN00US61ST13IC53, IMUN00US61ST34IC53, AND IMUN00US61ST48IC53.","THE SHARP EDGE OF THE FLASH COULD CAUSE CUTS, SCRATCHES, OR ABRASIONS ON THE FEET OR LEGS OF BARE-FOOTED INFANTS.",PEG PEREGO WILL NOTIFY REGISTERED OWNERS AND PROVIDE A FREE REPAIR KIT. THIS SAFETY CAMPAIGN BEGAN DURING APRIL 2008. OWNERS MAY CONTACT PEG PEREGO TOLL-FREE AT 1-888-734-6030. -12/29/2008,08V692000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V692000),"BMW of North America, LLC",CHAIN SPROCKET FASTENERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,509,BMW IS RECALLING 509 MY 2008 F650 GS AND F800 GS MOTORCYCLES. THE TIGHTENING OF THE CHAIN SPROCKET FASTENERS MAY HAVE RESULTED IN VARIOUS LEVELS OF TORQUE BEING APPLIED.,"IT IS POSSIBLE FOR THE FASTENERS TO WORK LOOSE FROM THE SPROCKET, INCREASING THE RISK OF A CRASH.","DEALERS WILL LOOSEN AND INSPECT THE CHAIN SPROCKET FASTENERS. THOSE THAT HAVE BEEN DAMAGED WILL BE REPLACED. IN ALL CASES, THE FASTENERS WILL BE RETIGHTENED. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -12/29/2008,08V691000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V691000),GIRARDIN MINIBUS INC.,FMVSS 209/MISSING MFG SEAT BELT LABEL,SEAT BELTS,08-024-SBU,Vehicle,210,"GIRARDIN IS RECALLING 210 MY 2008 AND 2009 MB II AND G5 SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 1 AND DECEMBER 12, 2008, EQUIPPED WITH SEAT BELTS (OPTION SMK2, SBK3). THE SEAT BELTS MAY NOT HAVE THE CORDING OR TAG IDENTIFICATION WHICH DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""",THIS STANDARD REQUIRES PROPER IDENTIFICATION OF THE SEAT BELT MANUFACTURER FOR SEAT BELT ASSEMBLIES.,"GIRARDIN WILL NOTIFY OWNERS AND REPLACE NONCOMPLIANT SEAT BELTS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 9, 2009. OWNERS MAY CONTACT GIRARDIN 1-819-477-8222 EXT. 401." -12/29/2008,08V693000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V693000),"BMW of North America, LLC",FRONT BRAKE DISC FASTENERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,373,"BMW IS RECALLING 373 MY 2008 F650 GS MOTORCYCLES. DUE TO PRODUCTION AND ASSEMBLY TOLERANCES, THE LENGTH OF ONE OR MORE OF THE FRONT BRAKE DISC FASTENERS MAY BE INSUFFICIENT. IF THE LENGTH OF A FASTENER WAS INSUFFICIENT, THIS COULD RESULT IN THE FASTENER NOT BEING TIGHTENED ACCORDING TO SPECIFICATIONS.","IF THIS HAPPENED, THE FASTENER COULD WORK LOOSE FROM ITS THREADS. IN SOME CASES INVOLVING MULTIPLE FASTENERS, THE BRAKE DISC COULD LOOSEN, INCREASING THE RISK OF A CRASH.",DEALERS WILL REMOVE THE BRAKE DISC FASTENERS AND REPLACE THEM WITH NEW LONGER FASTENERS. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -12/29/2008,08V690000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V690000),"Nissan North America, Inc.",FRONT CRASH ZONE SENSOR HOUSING/ROAD SALT,AIR BAGS,NR (Not Reported),Vehicle,242720,"NISSAN IS RECALLING 242,720 MY 2005-2009 PATHFINDER, FRONTIER AND XTERRA VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. IN THOSE AREAS OF THE COUNTRY WHICH USE HEAVY CONCENTRATIONS OF ROAD SALT IN THE WINTER, A MIXTURE OF SNOW/WATER AND SALT CAN ENTER INTO THE FRONT CRASH ZONE SENSOR (CZS) HOUSING. IF THIS OCCURS, THE CZS MAY INTERNALLY RUST RESULTING IN A SIGNAL INTERRUPTION. IF THIS HAPPENS, THE RED AIR BAG WARNING LIGHT WILL ILLUMINATE TO ALERT THE VEHICLE OPERATOR.","THIS ISSUE COULD RESULT IN THE NON-DEPLOYMENT OF THE DRIVER AND PASSENGER FRONT AIR BAGS IN A CRASH, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE FRONT CZS WITH A REDESIGNED SENSOR. THE RECALL BEGAN ON JANUARY 26, 2009. OWNERS IN THE OTHER STATES WILL RECEIVE EXTENDED WARRANTY COVERAGE FOR THE SENSOR TO 10 YEARS. THESE OWNERS WILL BE NOTIFIED OF THE WARRANTY EXTENSION BY MAIL AND WILL RECEIVE A STICKER TO PLACE IN THEIR WARRANTY BOOKLET EXPLAINING THE EXTENDED WARRANTY COVERAGE. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -12/29/2008,08V694000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V694000),HYUNDAI CARIBBEAN-PUERTO RICO,FUEL PUMP MOTOR,"FUEL SYSTEM, GASOLINE",086,Vehicle,347,"HYUNDAI DE PUERTO RICO (HPR) IS RECALLING 347 MY 2008 ELANTRA VEHICLES. THE FUEL PUMP MOTOR MAY NOT HAVE THE PROPER, UNIFORM INTERNAL ELECTRICAL SURFACE CONTACT. THIS MAY CAUSE THE FUEL PUMP TO PRODUCE LESS PUMPING PRESSURE THAN REQUIRED TO SUPPLY THE FUEL INJECTION SYSTEM.","AS A RESULT, POOR ENGINE STARING AND HESITATION MAY RESULT. OTHER ENGINE PERFORMANCE ISSUES MAY ALSO RESULT AND LEAD TO A CRASH.","DEALERS WILL REPLACE THE VEHICLE'S FUEL PUMP SUBASSEMBLY. THE RECALL BEGAN ON FEBRUARY 9, 2009. OWNERS MAY CONTACT HPR AT 1-800-981-0188." -12/23/2008,08V689000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V689000),New England Wheels,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,513,"NEW ENGLAND WHEELS IS RECALLING 513 MY 2005-2007 FORD E-SERIES VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,NEW ENGLAND WHEELS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NEW ENGLAND WHEELS AT 1-800-886-9247. -12/23/2008,08V688000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V688000),"Mack Trucks, Inc.",HEADLIGHT SWITCH,EXTERIOR LIGHTING,SC0342,Vehicle,34269,"MACK IS RECALLING 34,269 MY 1999-2005 CX AND MY 2004-2008 CXN TRUCKS. THE HEADLIGHT SWITCH MAY PREMATURELY FAIL RESULTING IN INOPERATIVE OR INTERMITTENT HEADLIGHTS.","THE HEAD LIGHTS MAY NOT OPERATE PROPERLY WHICH COULD RESULT IN INTERMITTENT OR NO HEADLIGHT FUNCTION. THIS COULD IMPAIR A DRIVER'S VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE HEADLIGHT SWITCH. THE RECALL BEGAN ON FEBRUARY 27, 2009. OWNERS MAY CONTACT MACK AT 1-800-528-6586." -12/23/2008,08V679000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V679000),GIRARDIN MINIBUS INC.,SEAT BELT WEBBING,SEAT BELTS,08-024-SBU,Vehicle,210,"GIRARDIN IS RECALLING 210 MY 2008 AND 2009 MB II AND G5 SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 1 AND DECEMBER 12, 2008, EQUIPPED WITH SEAT BELTS (OPTION SMK2, SBK3). THE SEAT BELT WEBBING WAS INSERTED INTO THE TONGUE ASSEMBLY INCORRECTLY.",THE SEAT BELT WILL NOT TIGHTEN AROUND THE OCCUPANT AND WILL NOT OFFER RESTRAINT IN THE EVENT OF A CRASH WHICH MAY RESULT IN INJURY.,"GIRARDIN WILL NOTIFY OWNERS AND REPLACE THE AFFECTED SEAT BELTS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 9, 2009. OWNERS MAY CONTACT GIRARDIN 1-819-477-8222 EXT 401." -12/22/2008,08V687000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V687000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,PARKING BRAKE ADJUSTMENT,PARKING BRAKE,NR (Not Reported),Vehicle,6,SPRINTER WILL RECALL 6 MY 2007 DODGE 3500 AND FREIGHTLINER 3500 VEHICLES. THE THREADED BUSH OF THE BRAKE ADJUSTMENT OF THE PARKING BRAKE MAY BREAK. THE THREADED BUSH TOGETHER WITH THE ADJUSTMENT SCREW MAY DETACH FROM ITS BRACKET.,"IF THIS OCCURRED, THE PARKING BRAKE FUNCTION MAY BE LOST. THIS COULD ALLOW THE VEHICLE TO MOVE INADVERTENTLY AND CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE PARKING BRAKE ADJUSTMENT. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 27, 2009. OWNERS MAY CONTACT SPRINTER AT 1-843-695-5000." -12/19/2008,08V680000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V680000),"Mitsubishi Motors North America, Inc.",BRAKE LAMP SWITCH,EXTERIOR LIGHTING,SR-09-001,Vehicle,21493,"MITSUBISHI IS RECALLING 21,493 MY 2007-2008 OUTLANDER VEHICLES EQUIPPED WITH LED TYPE STOP LAMPS AND DISTRIBUTED IN THE UNITED STATES AND PUERTO RICO. THE BRAKE LAMP SWITCH MAY MALFUNCTION AND CAUSE THE STOP LAMPS TO NOT ILLUMINATE DURING BRAKE APPLICATION.",THE FAILURE OF THE BRAKE LAMPS TO ILLUMINATE WHEN THE BRAKES ARE APPLIED WILL NOT PROVIDE WARNING TO FOLLOWING TRAFFIC AND COULD RESULT IN A CRASH.,DEALERS WILL REPLACE THE STOP LAMP SWITCH. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037. -12/19/2008,08V686000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V686000),"Triumph Motorcycles America, Ltd.",PANNIER RAIL BREAKAGE,STRUCTURE,NR (Not Reported),Vehicle,8,TRIUMPH IS RECALLING 8 MY 2008 ROCKET III TOURING MOTORCYCLES. THERE COULD BE A MISSING WELD ON THE BACK OF THE PANNIER RAIL.,"THE PANNIER RAIL MAY, AFTER TIME, BE WEAKENED LEADING TO A FULL FRACTURE OF THE RAIL AND POSSIBLE LOSS OF PANNIER AND RAIL FROM THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE PANNIER RAIL. ALL MOTORCYCLES HAVE BEEN REPAIRED. -12/19/2008,08V681000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V681000),"Winnebago Industries, Inc.",PART 567/CERTIFICATION,EQUIPMENT,111,Vehicle,36,"WINNEBAGO IS RECALLING 36 MY 2009 VISTA, SIGHTSEER, AND ITASCA SUNSTAR AND SUNOVA MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' . THESE VEHICLES WERE PRODUCED WITH A VEHICLE CERTIFICATION LABEL THAT STATES LOAD RANGE 'G' TIRES WHEN IN FACT THE VEHICLES ARE EQUIPPED WITH LOAD RANGE 'F' TIRES.","THE PURPOSE OF THIS PART IS TO SPECIFY THE CONTENT AND LOCATION OF, AND OTHER REQUIREMENTS FOR, THE CERTIFICATION LABEL TO BE AFFIXED TO MOTOR VEHICLES TO ADDRESS CERTIFICATION-RELATED DUTIES AND LIABILITIES, AND TO PROVIDE THE CONSUMER WITH INFORMATION TO ASSIST HIM OR HER IN DETERMINING WHICH OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARDS ARE APPLICABLE TO THE VEHICLE.","WINNEBAGO WILL PROVIDE CORRECT FEDERAL CERTIFICATION LABELS AS WELL AS INSTALLATION INSTRUCTIONS TO THE MOTOR HOME OWNERS. IF AN OWNER DESIRES, THEY CAN HAVE THEIR DEALER REPLACE THE TAGS FOR THEM. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 2, 2009. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -12/19/2008,08V682000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V682000),"Mercedes-Benz USA, LLC",POWER STEERING RACK,STEERING,2008120011,Vehicle,577,"MERCEDES-BENZ IS RECALLING 577 MY 2008 GL-CLASS, M-CLASS, AND R-CLASS VEHICLES. A DEFECT MAY EXIST IN THE DRIVING PIN USED TO CONTROL THE OIL PRESSURE OF THE POWER STEERING.","IF A DEFECTIVE DRIVING PIN EXISTS IN A VEHICLE AND THE PIN BREAKS DURING NORMAL VEHICLE TURNING, THE NORMALLY AVAILABLE HYDRAULIC SUPPORT FUNCTION WILL NO LONGER FUNCTION AND STEERING WHEEL OPERATION WILL BE LIMITED.","MERCEDES-BENZ WILL REPLACE THE STEERING GEARS. THE RECALL BEGAN ON JANUARY 28, 2009. OWNER MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/18/2008,08V667000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V667000),"Hino Motors Sales U.S.A., Inc.",AIR SUSPENSION REAR AXLE U-BOLTS,SUSPENSION,M0140,Vehicle,130,"HINO IS RECALLING 130 MY 2008-2009 ND8J, NE8J, NJ8J, AND NV8J CONVENTIONAL TRUCKS. THE REAR AXLE U-BOLTS WERE NOT PROPERLY TIGHTENED. THE LOWER SPRING SEAT MAY NOT CONTACT THE AXLE HOUSING PROPERLY, PRODUCING A GAP ON THE FRONT OR REAR SIDE OF THE AXLE HOUSING.",THIS GAP COULD ALLOW THE U-BOLTS TO LOOSEN AND/OR CAUSE THE LOWER SPRING SEAT TO CRACK. THE AXLE COULD BECOME MISALIGNED AND/OR SEPARATED FROM THE MOUNTINGS INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE REAR AIR SUSPENSION LOWER SPRING SEAT FOR A GAP BETWEEN THE REAR AXLE AND LOWER SPRING SEAT. THE U-BOLTS WILL BE TIGHTENED TO THE SPECIFIED TORQUE. THE RECALL BEGAN ON JANUARY 19, 2009. OWNERS MAY CONTACT HINO AT 1-248-699-9330." -12/18/2008,08V684000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V684000),"Ferrara Fire Apparatus, Inc.",ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,"FERRARA RECALLED 3 FIRE TRUCKS EQUIPPED WITH CATERPILLAR ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,FERRARA IS WORKING WITH CATERPILLAR TO HAVE THE VEHICLES REPAIRED (PLEASE SEE 08E054). OWNERS HAVE BEEN NOTIFIED AND ARRANGEMENTS HAVE BEEN MADE TO HAVE THESE VEHICLES REPAIRED. -12/18/2008,08V683000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V683000),"Ferrara Fire Apparatus, Inc.",DPF BRACKET STRAPS/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,FERRARA IS RECALLING 3 FIRE TRUCKS EQUIPPED WITH CATERPILLAR ENGINES. INADEQUATE STIFFNESS OF THE DIESEL PARTICULATE FILTER (DPF) BRACKET COULD RESULT IN SEPARATION OF THE DPF FROM THE CHASSIS.,A VEHICLE CRASH COULD OCCUR IF ANOTHER VEHICLE STRIKES THE DPF ON THE ROADWAY.,FERRARA IS WORKING WITH CATERPILLAR TO HAVE THE DPF BRACKETS REPLACED (PLEASE SEE 08E041). OWNERS HAVE BEEN NOTIFIED AND ARRANGEMENTS HAVE BEEN MADE TO HAVE THESE VEHICLES REPAIRED. -12/18/2008,08V676000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V676000),COLONIAL EQUIPMENT COMPANY,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,50,"COLONIAL IS RECALLING 50 MY 2006-2008 FORD E350, E450, AND CHEVROLET G-VAN CUTAWAY CHASSIS VEHICLES AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,COLONIAL IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COLONIAL AT 1-301-698-5100. -12/18/2008,08V678000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V678000),Great Dane Trailers,KING PIN FAILURES,TRAILER HITCHES,NR (Not Reported),Vehicle,2335,"GREAT DANE IS RECALLING 2,335 MY 2005 DRY FREIGHT SEMI-TRAILERS. THE KINGPINS CAN BREAK OFF AS THE TRACTORS WERE ATTEMPTING TO COUPLE TO THE TRAILERS.","IF A KINGPIN WERE TO BREAK OFF DURING OVER THE ROAD OPERATION, IT COULD RESULT IN THE SEPARATION OF THE TRAILER FROM THE TRACTOR WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE KINGPINS FOR LOT/HEAT CODE. ALL TRAILERS IDENTIFIED WITH KINGPINS WITHIN THE SUSPECTED LOT AND HEAT CODE WILL BE REMOVED FROM SERVICE AND SCHEDULED FOR FIELD TESTING. THE RECALL WILL BEGIN ON FEBRUARY 6, 2009. OWNERS MAY CONTACT GREAT DANE AT 1-877-369-3493 OR E-MAIL AT HTTP://WWW.CUSTOMER_SERVICE@GREATDANETRAILERS.COM ." -12/18/2008,08V685000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V685000),Keystone RV Company,PART 567/INCORRECT INFORMATION,EQUIPMENT,08-114,Vehicle,10,"KEYSTONE IS RECALLING 10 MY 2008 LAREDO FIFTH WHEEL TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' THE FEDERAL IDENTIFICATION LABEL AND TIRE AND LOADING INFORMATION LABEL DOES NOT CONTAIN THE CORRECT GROSS AXLE WEIGHT RATING (GAWR). THE LABEL INDICATES A CAPACITY OF 6,000 LBS, BUT INSTEAD SHOULD READ 5,080 LBS. ALSO THE TIRE SIZE AND MAXIMUM INFLATION PRESSURE IS LISTED AT 235/80/R16E AT 80 PSI AND IT SHOULD BE 225/75/R15D AT 65 PSI MAXIMUM INFLATION.","LOADING THE VEHICLE BEYOND THE ACTUAL GAWR COULD RESULT IN POOR VEHICLE HANDLING CHARACTERISTICS, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. IF AN OWNER DESIRES, THEY CAN HAVE THEIR DEALER REPLACE THE TAGS FOR THEM. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2009. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -12/18/2008,08V674000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V674000),TITAN COACHES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,TITAN IS RECALLING 2 MY 2007 MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TITAN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TITAN AT 1-662-287-0105." -12/18/2008,08V671000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V671000),Double K Inc.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"DOUBLE K IS RECALLING 1 MY 2006 VILLAGER TROLLEY BUILT ON A WORKHORSE CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,DOUBLE K IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DOUBLE K AT 1-715-478-5090. -12/18/2008,08V675000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V675000),A WORK OF ART MFG.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"A WORK OF ART IS RECALLING 3 MY 2007 E350 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,A WORK OF ART IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR A WORK OF ART AT 1-574-537-8187. -12/18/2008,08V677000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V677000),COLONIAL EQUIPMENT COMPANY,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,50,"COLONIAL IS RECALLING 50 MY 2006-2008 FORD E350, E450, AND CHEVROLET G-VAN CUTAWAY CHASSIS VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,COLONIAL IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COLONIAL AT 1-301-698-5100. -12/17/2008,08V673000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V673000),"Kingmor Supply, Inc.",ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,30,"KINGMOR SUPPLY, INC., IS RECALLING 30 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN MY 2005 THROUGH 2008 IC CESB SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,KINGMOR SUPPLY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR KINGMOR SUPPLY TOLL-FREE AT 1-800-782-4474. -12/17/2008,08V669000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V669000),GREAT AMERICAN TROLLEY CO.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"GREAT AMERICAN TROLLEY IS RECALLING 5 MY 2006-2007 CABLE CAR TROLLEY BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,GREAT AMERICAN TROLLEY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GREAT AMERICAN TROLLEY AT 1-800-422-8366. -12/17/2008,08V670000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V670000),Double K Inc.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"DOUBLE K IS RECALLING 1 MY 2006 VILLAGER TROLLEY BUILT ON A WORKHORSE CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,DOUBLE K IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DOUBLE K AT 1-715-478-5090. -12/17/2008,08V668000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V668000),"Daimler Trucks North America, LLC",FRACTURED FUEL LINES OR TRANSFER TUBES/FIRE,"FUEL SYSTEM, OTHER",FL-542,Vehicle,24650,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING 24,650 SCHOOL AND NON-SCHOOL BUSES, MOTOR HOME CHASSIS, AND TRUCKS MANUFACTURED FROM MARCH 9, 2004 THROUGH AUGUST 18, 2006, EQUIPPED WITH EPA04 CERTIFIED MBE900 ENGINES, MANUFACTURED BY DETROIT DIESEL BETWEEN MARCH 1, 2004, AND JULY 31, 2006. THE HIGH PRESSURE FUEL LINES AND TRANSFER TUBES MAY FATIGUE AND FRACTURE.","A FRACTURED FUEL LINE MAY LEAK DIESEL FUEL POSSIBLY RESULTING IN A FIRE OR FUEL MAY BE SPILLED ON THE ROAD CAUSING A SLIPPERY SURFACE, POSSIBLY RESULTING IN A VEHICLE CRASH.","DETROIT DIESEL WILL NOTIFY OWNERS AND THE VEHICLES WILL BE REPAIRED WITH MORE ROBUST LINES AND VIBRATION DAMPERS FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY AUTHORIZED DETROIT DIESEL DISTRIBUTORSHIPS. THE RECALL BEGAN ON MARCH 9, 2009. OWNERS MAY CONTACT DETROIT DIESEL 1-313-592-3708 OR DTNA TOLL-FREE AT 1-800-547-0712 FOR MORE INFORMATION." -12/17/2008,08V672000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V672000),"Kingmor Supply, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,114,"KINGMOR SUPPLY, INC., IS RECALLING 114 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN MY 2005 THROUGH 2008 IC CESB SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,KINGMOR SUPPLY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR KINGMOR SUPPLY TOLL-FREE AT 1-800-782-4474. -12/16/2008,08V664000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V664000),"Forest River, Inc.",ALUMINUM BAGGAGE DOOR TRIM,STRUCTURE,NR (Not Reported),Vehicle,1003,"FOREST RIVER IS RECALLING 1,003 MY 2007-2009 GEORGETOWN MOTOR HOMES. THE ALUMINUM BAGGAGE DOOR TRIM HAS LOOSENED AND IS ABLE TO DETACH FROM THE VEHICLE.","IF THE ALUMINUM BAGGAGE DOOR TRIM DETACHES, IT MAY CAUSE PERSONAL INJURY TO PERSONS OUTSIDE THE VEHICLE OR PROPERTY DAMAGE.",DEALERS WILL RESECURE THE TRIM WITH ADDITIONAL FASTENERS FREE OF CHARGE. THE RECALL BEGAN DURING JANUARY 2009. OWNERS MAY CONTACT FOREST RIVER AT 1-574-206-7600. -12/16/2008,08V663000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V663000),SUNSET VANS INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,169,"SUNSET VANS IS RECALLING 169 MY 2005-2007 ECONOLINE, G SERIES AND SPRINTER TRUCKS BUILT ON DODGE, FORD AND CHEVROLET CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,SUNSET VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR SUNSET VANS AT 1-888-280-8267. -12/16/2008,08V666000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V666000),"Daimler Trucks North America, LLC",T-14 SERVICE BRAKE CHAMBER/BENDIX,"SERVICE BRAKES, AIR",FL-541,Vehicle,1,"DAIMLER TRUCKS RECALLED 1 MY 2009 FREIGHTLINER CUSTOM CHASSIS X-LINE MOTOR HOME CHASSIS EQUIPPED WITH BENDIX FRONT AIR DISC BRAKES. THE FRONT AIR DISC BRAKES MAY HAVE BEEN CONTAMINATED WITH GREASE BETWEEN THE PISTON HEAD/PLATE AND THE DIAPHRAGM. WHEN BRAKING PRESSURE IS APPLIED, THE GREASE MAY ALLOW THE PISTON HEAD/PLATE TO SLIP OFF CENTER AND CATCH ON THE REDUCING RING OF THE SERVICE CHAMBER.",THE CATCHING OF THE PISTON HEAD/PLATE ON THE REDUCING RING MAY LOCK UP THE CORRESPONDING FRONT AIR DISC BRAKE WHICH MAY IMPACT THE OPERATOR'S ABILITY TO STEER OR CONTROL THE VEHICLE.,"DEALERS REPLACED BOTH FRONT AIR DISC BRAKES SERVICE CHAMBERS. THE VEHICLE WAS REPAIRED ON SEPTEMBER 5, 2008. NO FURTHER ACTION IS REQUIRED ON THIS RECALL." -12/16/2008,08V665000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V665000),"MANAC Trailers USA, Inc.",WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,185,"MANAC IS RECALLING 185 MY 2008 LWED,CFB, LWBD, SFB, TSH, TSTD, SBD, SDD, ADD, CDD TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,MANAC IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR MANAC AT 1-819-379-3738. -12/15/2008,08V658000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V658000),TEXAS BUS SALES,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,13,"TEXAS BUS IS RECALLING 13 MY 2005 TURTLE TOP TERRA TRANSPORT, MY 2006 ELDORADO AEROELITE 290, MY 2001 AEROLITE 210, MY 2000 AEROTECH 200, AND MY 2005 AEROTECH 270 BUSES BUILT ON ELDORADO NATIONAL - KANSAS CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,TEXAS BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TEXAS BUS AT 1-713-681-3600. -12/15/2008,08V659000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V659000),Harley-Davidson Motor Company,JIFFY STAND SPRING ANCHOR,STRUCTURE,0137,Vehicle,3285,"HARLEY-DAVIDSON IS RECALLING 3,285 MY 2009 FXD, FXDF, FXDC, FXDL, AND FXDB MOTORCYCLES. THE JIFFY STAND SPRING ANCHOR MAY HAVE BEEN BUILT WITH A DEFECTIVE WELD THAT MAY ALLOW THE JIFFY STAND ASSEMBLY TO NOT RETRACT AS INTENDED.",THIS CONDITION COULD LEAD TO A CRASH WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.,"DEALERS WILL REMOVE THE ORIGINAL JIFFY STAND SPRING ANCHOR AND REPLACE IT WITH A NEW SPRING ANCHOR FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT DECEMBER 22, 2008. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -12/15/2008,08V661000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V661000),Glendale Recreational Vehicles,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1665,"GLENDALE RV IS RECALLING 1,665 MY 2004 AND 2006 GOLDEN FALCON, MY 2004-2007 TITANIUM FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"GLENDALE RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GLENDALE RV AT 1-519-245-1600." -12/15/2008,08V662000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V662000),SUNSET VANS INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,267,"SUNSET VANS IS RECALLING 267 MY 2005-2007 ECONOLINE, G SERIES AND SPRINTER TRUCKS BUILT ON DODGE, FORD AND CHEVROLET CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,SUNSET VANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR SUNSET VANS AT 1-888-280-8267. -12/15/2008,08V660000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V660000),Trailmobile Canada Limited,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,27,"TRAILMOBILE IS RECALLING 27 MY 2009 TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,TRAILMOBILE IS WORKING WITH ARVINMERITOR WHO WILL REPLACE ANY AFTERMARKET REPLACEMENT STUD FREE OF CHARGE. OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR TRAILMOBILE AT 1-217-348-8181. -12/12/2008,08V657000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V657000),"BMW of North America, LLC",EXHAUST PIPE TIPS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,28450,"BMW IS RECALLING 28,450 MY 2007-2008 MINI COOPER S VEHICLES. THE CENTRALLY LOCATED TAILPIPE EXTENSION PROTRUDES SLIGHTLY BEYOND THE REAR BUMPER. IT IS POSSIBLE FOR INADVERTENT CONTACT TO OCCUR WITH A PERSON'S LEG.","IF THE TAILPIPE EXTENSION IS HOT DURING INADVERTENT CONTACT, A BURN COULD OCCUR.",DEALERS WILL REPLACE THE TAILPIPE WITH A NEW SHORTER TAILPIPE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2009. OWNERS MAY CONTACT BMW AT 1-866-275-6464. -12/12/2008,08V655000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V655000),WARRIOR INDUSTRIES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,21,WARRIOR INDUSTRIES IS RECALLING 21 MY 2005-2006 ELITE AND BLOOMER TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WARRIOR INDUSTRIES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WARRIOR INDUSTRIES AT 1-254-965-6686." -12/12/2008,08V656000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V656000),TEXAS BUS SALES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,13,"TEXAS BUS IS RECALLING 13 MY 2005 TURTLE TOP TERRA TRANSPORT, MY 2006 ELDORADO AEROELITE 290, MY 2001 AEROLITE 210, MY 2000 AEROTECH 200, AND MY 2005 AEROTECH 270 BUSES BUILT ON ELDORADO NATIONAL - KANSAS CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,TEXAS BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TEXAS BUS AT 1-713-681-3600. -12/12/2008,08T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T029000),Cooper Tire & Rubber Co.,UNDERCURED/TREAD SEPARATION,TIRES,151,Tire,1692,"COOPER TIRE IS RECALLING 1,692 COOPER CS4 TOURING (VR) TIRES, SIZE 215/55R17, PRODUCED BETWEEN SEPTEMBER 7 AND OCTOBER 11, 2008. THESE TIRES MAY HAVE BEEN CURED FOR AN INADEQUATE AMOUNT OF TIME.","THIS CONDITION CAN LEAD TO TREAD SEPARATION, POSSIBLY RESULTING IN LOSS OF VEHICLE CONTROL AND A CRASH.","COOPER TIRE WILL NOTIFY OWNERS AND REPLACE, MOUNT, AND BALANCE ANY DEFECTIVE TIRES FREE OF CHARGE. DEALERS WILL EXAMINE SUSPECT TIRES TO SEE IF THEY FALL IN THE RECALL POPULATION. THE RECALL BEGAN ON DECEMBER 18, 2008. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS TOLL-FREE AT 1-800-854-6288." -12/11/2008,08E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E069000),"Caterpillar, Inc.",AFTERTREATMENT REGENERATION DEVICE BODY/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1512,"CATERPILLAR IS RECALLING 1,512 C15 6-CYLINDER, 15L TURBOCHARGED, AIR-TO-AIR AFTER COOLED DIESEL ENGINES OF 472-585 HORSEPOWER. THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULAR FILTER.",THIS CONDITION COULD RESULT IN A FIRE.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CATERPILLAR AT NO COST TO THE OWNER. THE RECALL BEGAN ON JANUARY 30, 2009. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986." -12/11/2008,08C010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C010000),"Britax Child Safety, Inc.",HARNESS STRAPS,CHILD SEAT,NR (Not Reported),Child Seat,31492,"BRITAX IS RECALLING CERTAIN FRONTIER CHILD RESTRAINT SYSTEMS, MODELS E9L54E7 (FRONTIER RED ROCK), E9L54H6 (FRONTIER RUSHMORE), E9L54H7 (FRONTIER PINK SKY), E9L54M6 (FRONTIER CANYON), AND E9L5490 (FRONTIER SAHARA), MANUFACTURED BETWEEN APRIL 1 AND SEPTEMBER 18, 2008. IF THE HARNESS STRAPS ARE LOOSENED USING ONE STRAP AT A TIME, THEN THE HARNESS STRAPS MAY BECOME DETACHED FROM THE METAL YOKE LOCATED ON THE BACK OF THE CHILD SEAT.","SHOULD THE HARNESS STRAPS BECOME DETACHED, THE CHILD WILL NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN AN INCREASED RISK OF INJURY IN THE EVENT OF A VEHICLE CRASH.","BRITAX WILL MAIL THE CONSUMER NOTICE AND REMEDY KITS TO ALL REGISTERED OWNERS FREE OF CHARGE. OWNERS WHO HAVE NOT REGISTERED THEIR SEATS WITH BRITAX MUST CALL BRITAX AT 1-800-683-2045 AND REQUEST A KIT. THE RECALL BEGAN ON DECEMBER 17, 2008. INFORMATION AND INSTRUCTIONS RELATED TO THE CAMPAIGN WILL BE POSTED ON THE BRITAX WEBSITE AT HTTP://WWW.BRITAXUSA.COM NO LATER THAN DECEMBER 17, 2008. OWNERS WITH OTHER QUESTIONS CAN CONTACT BRITAX AT 1-800-683-2045." -12/10/2008,08V652000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V652000),ILDERTON CONVERSION CO.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"ILDERTON CONVERSION IS RECALLING 3 MY 2006 DODGE SPRINTER 2500 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ILDERTON CONVERSION IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ILDERTON CONVERSION AT 1-800-859-6066. -12/10/2008,08V654000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V654000),WILLARD'S GARAGE & RHINO LINING OF BILLI,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"WILLARD'S IS RECALLING 1 MY 2006 FORD ECONOLINE E350 EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,WILLARD'S IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WILLARD'S AT 1-406-259-1472. -12/10/2008,08V650000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V650000),RIFLED AIR CONDITIONING SYSTEMS,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"RIFLED AIR CONDITIONING (RAC) IS RECALLING 6 MY 2001 CHEVROLET EXPRESS PRIVATE TRANSPORT, MY 2005 THOMAS BUILT FS65, MY 2006-2007 MONITOUR BUS, AND MY 2007 C-2 SCHOOL BUS VEHICLES BUILT ON FREIGHTLINER, AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RAC IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR RAC AT 1-800-627-1707. -12/10/2008,08V651000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V651000),ILDERTON CONVERSION CO.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3,"ILDERTON CONVERSION IS RECALLING 3 MY 2006 SPRINTER DODGE 2500 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ILDERTON CONVERSION IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ILDERTON CONVERSION AT 1-800-859-6066. -12/10/2008,08V653000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V653000),WILLARD'S GARAGE & RHINO LINING OF BILLI,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"WILLARD'S IS RECALLING 1 MY 2006 FORD ECONOLINE E350 EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THIS VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,WILLARD'S IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR WILLARD'S AT 1-406-259-1472. -12/09/2008,08V645000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V645000),"Subaru of America, Inc.",ELECTRONIC STABILITY CONTROL SENSOR,ELECTRONIC STABILITY CONTROL,WVG-17,Vehicle,5130,"SUBARU IS RECALLING 5,130 MY 2008-2009 TRIBECA PASSENGER VEHICLES. THE VEHICLE DYNAMIC CONTROL (VDC) G-SENSOR WAS IMPROPERLY INSTALLED. THIS SENSOR IS DESIGNED TO BE MOUNTED IN A FORWARD FACING DIRECTION BUT MAY HAVE BEEN INSTALLED BACKWARDS DURING PRODUCTION.","IF THE SENSOR WAS IMPROPERLY INSTALLED, VEHICLE HANDLING CHARACTERISTICS DURING HARD BRAKING, SUDDEN TURNS OR OTHER QUICK MANEUVERS COULD CAUSE THE VEHICLE TO REACT IN AN UNEXPECTED MANNER OR RESULT IN UNSTABLE HANDLING. UNDER EXTREME CONDITIONS, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE POSITION OF THE VDC G-SENSOR. IF THE SENSOR IS FOUND TO BE INSTALLED CORRECTLY, NO FURTHER ACTION IS NEEDED. IF THE SENSOR IS FOUND TO BE INSTALLED INCORRECTLY (BACKWARDS), THE SENSOR WILL BE REMOVED AND REINSTALLED IN THE CORRECT POSITION. THE VDC SYSTEM WILL ALSO BE REPROGRAMMED TO ENSURE PROPER OPERATION. THE RECALLBEGAN ON DECEMBER 19, 2008. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -12/09/2008,08V648000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V648000),"Daimler Trucks North America, LLC",FMVSS 110/INCORRECT TIRE PLACARD INFORMATION,EQUIPMENT,FL-540,Vehicle,2590,"DAIMLER TRUCKS NORTH AMERICA (DTNA) IS RECALLING 2,590 MY 2005 THROUGH 2009 THOMAS BUILT MINOTOUR SCHOOL BUSES WITH GVWR OF 10,000 POUNDS OR LESS, MANUFACTURED BETWEEN SEPTEMBER 1, 2004 AND NOVEMBER 26, 2008. THE TIRE PLACARD CONTAINS INCORRECT INFORMATION WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, TIRE SELECTION AND RIMS.",INCORRECT INFORMATION ON THE TIRE PLACARD MAY LEAD TO TIRE OVERLOADING AND POSSIBLY CAUSE TIRE FAILURE WHICH MAY RESULT IN A VEHICLE CRASH.,"NEW LABELS WILL BE SENT TO OWNERS FOR INSTALLATION. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT NOVEMBER 3, 2009. OWNERS MAY CONTACT DTNA AT 1-800-547-0712 OR THOMAS BUILT AT 1-336-889-4871." -12/09/2008,08V646000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V646000),MYERS EQUIPMENT CORPORATION,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"MYERS IS RECALLING 4 MY 2006 GMC 3500, MY 2007 THOMAS BUILT 101PS AND MY 2008 THOMAS BUILT 1208S VANS AND BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MYERS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MYERS AT 1-330-533-5556. -12/09/2008,08V649000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V649000),RIFLED AIR CONDITIONING SYSTEMS,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"RIFLED AIR CONDITIONING (RAC) IS RECALLING 6 MY 2001 CHEVROLET EXPRESS PRIVATE TRANSPORT, MY 2005 THOMAS BUILT FS65, MY 2006-2007 MONITOUR BUS, AND MY 2007 C-2 SCHOOL BUS VEHICLES BUILT ON FREIGHTLINER, AND GM CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403,""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,RAC IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR RAC AT 1-800-627-1707. -12/09/2008,08V647000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V647000),MYERS EQUIPMENT CORPORATION,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"MYERS IS RECALLING 4 MY 2006 GMC 3500, MY 2007 THOMAS BUILT 101PS AND MY 2008 THOMAS BUILT 1208S VANS AND BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MYERS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MYERS AT 1-330-533-5556. -12/08/2008,08T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T028000),DILL AIR CONTROLS PRODUCTS,REPLACEMENT SNAP-IN TIRE VALVE STEMS,TIRES,NR (Not Reported),Tire,1800000,"DILL AIR CONTROLS PRODUCTS (DILL) IS RECALLING 1.8 MILLION REPLACEMENT SNAP-IN RUBBER VALVE STEMS, MODELS DILL APC TR413, TR414, AND TR418, SOLD BETWEEN NOVEMBER 2006 AND JULY 2007. THESE VALVES MAY LACK THE REQUIRED ADDITIVE TO PROTECT THE RUBBER AGAINST DETERIORATION FROM OZONE EXPOSURE. AS A RESULT, AFFECTED VALVE STEMS, WHEN SUBJECT TO HIGH LEVELS OF OZONE, MAY WEATHER AND CRACK EARLIER THAN NORMAL FOR THIS PRODUCT.","OVER TIME, SUCH A CRACK COULD PROGRESS TO THE POINT THAT IT LEAKS AIR RESULTING IN A LOSS OF TIRE PRESSURE. LOSS OF TIRE PRESSURE CAN RESULT IN A FLAT TIRE AND/OR LOSS OF VEHICLE CONTROL, WHICH COULD CAUSE A CRASH WITHOUT WARNING.","DILL WILL NOTIFY OWNERS AND REPLACE THE AFFECTED VALVE STEMS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 9, 2008. OWNERS MAY VISIT WWW.TIREVALVERECALL.NET FOR INFORMATION." -12/05/2008,08V644000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V644000),"NEW YORK BUS SALES, LLC",ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"NEW YORK BUS SALES IS RECALLING 1 RICON WHEELCHAIR LIFT WHICH IT INSTALLED ON A FORD SCHOOL BUS, MODEL E450. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,NEW YORK BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NEW YORK BUS SALES AT 1-315-687-3969. -12/05/2008,08V641000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V641000),"Chrysler (FCA US, LLC)",ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,H34,Vehicle,108429,"CHRYSLER IS RECALLING 108,429 MY 2007-2008 DODGE RAM 2500 AND 3500 PICKUP TRUCKS EQUIPPED WITH 6.7L DIESEL ENGINES. A SILENCER PAD CAN SAG AND CONTACT THE EXHAUST GAS RECIRCULATION (EGR) COOLER.",THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,DEALERS WILL ADD A BRACKET TO SUPPORT THE ENGINE COMPARTMENT SILENCER PAD ADJACENT TO THE EGR COOLER. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -12/05/2008,08V642000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V642000),"Chrysler (FCA US, LLC)",TIRE PRESSURE MONITOR SENSOR,TIRES,H41,Vehicle,175,"CHRYSLER IS RECALLING 175 MY 2009 DODGE CHARGER, CHALLENGER, AND CHRYSLER 300 VEHICLES. THE TIRE PRESSURE MONITOR (TPM) SENSORS MAY NOT TRANSMIT THE ACTUAL TIRE PRESSURE. THIS COULD RESULT IN THE DRIVER NOT BEING AWARE OF LOW TIRE PRESSURE.",OPERATION OF THE VEHICLE WITH LOW TIRE PRESSURE COULD RESULT IN TIRE DAMAGE AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE TPM SENSORS. THE RECALL IS EXPECTED TO BEGIN ON FEBRUARY 9, 2009. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -12/04/2008,08C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C009000),"Graco Children's Products, Inc.",FMVSS 213/AIRBAG WARNING LABEL/PARTIALLY OBSCURED,CHILD SEAT,NR (Not Reported),Child Seat,43994,"GRACO IS RECALLING 43,994 COMFORTSPORTTM CONVERTIBLE CAR SEATS, IN THE FRAZIERTM FASHION, MANUFACTURED FROM NOVEMBER 1, 2006 THROUGH OCTOBER 8, 2007. THESE SEATS WERE EQUIPPED WITH A LARGE SIZED, SUPPLEMENTAL PAD OR ""BODY PILLOW"" THAT PARTIALLY OBSCURES THE CHILD AIRBAG WARNING LABEL WHICH IS ON THE SEAT PAD. THE PARTIAL OBSCURING OF THIS LABEL FAILS TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS"".",SERIOUS INJURY COULD OCCUR TO THE CHILD SHOULD THE SEAT BE IMPROPERLY PLACED IN THE VEHICLE.,"GRACO WILL NOTIFY OWNERS AND INSTRUCT THEM TO DISCARD THE SUPPLEMENTAL PILLOWS. THE PILLOWS ARE PROVIDED FOR COMFORT ONLY AND DO NOT AFFECT THE SEAT'S ABILITY TO PROTECT YOUR CHILD IN THE EVENT OF A CRASH. THE RECALL BEGAN ON DECEMBER 19, 2008. OWNERS MAY CONTACT GRACO AT 1-800-345-4109 OR BY E-MAIL AT CONSUMERSERVICES@GRACOBABY.COM" -12/04/2008,08V637000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V637000),Mobility Transportation Services,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,RICON 001,Vehicle,9,"MOBILITY TRANSPORTATION SERVICES (MTS) IS RECALLING 9 MY 2006-2007 E11, S24 AND S31 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MTS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MTS AT 1-734-453-6452. -12/04/2008,08V639000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V639000),"Coachmen RV Company, LLC",SHOWER DOOR TOWEL BAR,EQUIPMENT,NR (Not Reported),Vehicle,13662,"COACHMEN IS RECALLING 13,662 MY 2002-2008 MOTOR HOMES, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH GLASS SHOWER DOORS AND MANUFACTURED FROM JUNE 15, 2001 THORUGH AUGUST 6, 2007. WHEN PRESSURE IS APPLIED TO THE TOWEL BAR ON THE GLASS SHOWER DOOR, THE EDGE OF THE BAR MAY CONTACT THE GLASS.",GLASS BREAKAGE MAY OCCUR WHICH COULD CAUSE PERSONAL INJURY.,"OWNERS WILL BE PROVIDED WITH NEW MOUNTING HARDWARE FOR THE TOWEL BAR AND INSTALLATION INSTRUCTIONS. IF AN OWNER IS NOT COMFORTABLE REPLACING THE HARDWARE THEMSELVES, A DEALER WILL INSTALL THE HARDWARE AT NO COST TO THEM. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT DECEMBER 19, 2008. OWNERS MAY CONTACT COACHMEN AT 1-574-825-5821." -12/04/2008,08V643000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V643000),"NEW YORK BUS SALES, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"NEW YORK BUS SALES IS RECALLING 1 RICON WHEELCHAIR LIFT WHICH IT INSTALLED ON A FORD SCHOOL BUS, MODEL E450. THE VEHICLE FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,NEW YORK BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NEW YORK BUS SALES AT 1-315-687-3969. -12/03/2008,08V635000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V635000),Land Rover,FRONT DRIVESHAFT JOINT REPLACEMENT,POWER TRAIN,P041,Vehicle,19168,"LAND ROVER IS RECALLING 19,168 MY 2003-2005 RANGE ROVER VEHICLES. THE FRONT DIFFERENTIAL COUPLING SLEEVE AND THE PROPELLER SHAFT MAY BE MISALIGNED, RESULTING IN SPLINE WEAR OVER A PERIOD OF TIME. AS THE WEAR BETWEEN THE PROPELLER SHAFT AND THE DIFFERENTIAL SPLINE COUPLING PROGRESSES, NOISE AND VIBRATION ARE EXPECTED.","CONTINUED VEHICLE OPERATION CAN EVENTUALLY RESULT IN THE SPLINES SHEARING AND A LOSS OF DRIVE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A REVISED DESIGN OF THE PROPELLER SHAFT, THE FLANGE KIT AND HEAT SHIELD KIT. THE RECALL BEGAN ON JANUARY 6, 2009. OWNERS MAY CONTACT LAND ROVER AT 1-800- 637-6837." -12/03/2008,08V636000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V636000),Mobility Transportation Services,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,RICON 001,Vehicle,2,"MOBILITY TRANSPORTATION SERVICE (MTS) IS RECALLING 2 MY 2006 E11 AND S31 VANS BUILT ON FORD CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MTS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MTS AT 1-734-453-6452. -12/03/2008,08V638000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V638000),Ducati North America,VOLTAGE REGULATOR,ELECTRICAL SYSTEM,RCL-08-005,Vehicle,7130,"DUCATI IS RECALLING 7,130 MY 2007-2008 1098, 1098S, 1098 TRICOLORE, 1098R, AND MY 2008-2009 848 MOTORCYCLES. THE MOTORCYCLE CHARGING SYSTEM MAY BE ADVERSELY AFFECTED BY ENGINE HEAT AND STOP OPERATING. THIS RESULTS IN DAMAGE TO THE VOLTAGE REGULATOR AND ENSUING BATTERY DISCHARGE.","THIS CAN RESULT IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE VOLTAGE REGULATOR, INSTALL A HEAT GUARD BETWEEN THE VOLTAGE REGULATOR AND THE ENGINE EXHAUST SYSTEM, AND INSTALL A MODIFIED BATTERY SUPPORT. THE RECALL WILL BEGIN ON DECEMBER 24, 2008. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -12/02/2008,08V631000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V631000),CANYON STATE BUS SALES,ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"CANYON STATE BUS SALES IS RECALLING 2 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN BLUE BIRD SPECIAL NEED SCHOOL BUSES, MODEL A3FE. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,CANYON STATE BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CANYON STATE BUS SALES AT 1-602-230-1515. -12/02/2008,08V634000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V634000),"General Motors, LLC",FMVSS 103/HVAC SYSTEM INOPERATIVE,VISIBILITY,08388,Vehicle,77,"GM IS RECALLING 77 MY 2009 CHEVROLET MALIBU HYBRID VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEM."" THE HEATING, VENTILATION, AND AIRCONDITIONING (HVAC) SYSTEM MAY BECOME INOPERATIVE. IF THIS WERE TO OCCUR, THE BLOWER WOULD NOT FUNCTION PROPERLY AND THE MODE SELECTOR WOULD REMAIN IN THE LAST KNOWN SETTING.","IF THE WINDSHIELD BEGAN TO FOG OR FROST, THERE MAY NOT BE ENOUGH AIRFLOW TO CLEAR THE WINDSHIELD, RESULTING IN REDUCED DRIVER VISIBILITY AND A POSSIBLE CRASH WITHOUT PRIOR WARNING.","DEALERS WILL REPROGRAM THE HVAC CONTROL HEAD MODULE. THE RECALL IS EXPECTED TO BEGIN ON DECEMBER 17, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -12/02/2008,08V633000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V633000),Turtle Top,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,121,"TURTLE TOP IS RECALLING 121 MY 2005-2007 FORD ODYSSEY, MY 2005 FORD TERRA TRANSIT, MY 2005-2006 FORD VAN TERRA, MY 2006-2007 GM ODYSSEY, MY 2005-2006 GM ODYSSEY XL, AND MY 2005-2006 GM TERRA TRANSPORT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,TURTLE TOP IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TURTLE TOP AT 1-574-831-4340. -12/02/2008,08E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E068000),"Terex South Dakota, Inc.",FRONT OR REAR MOUNTED BUMPER WINCHES,EQUIPMENT,CB583,Equipment,60,"TEREX TELELECT IS RECALLING 60 30,000 LB BUMPER WINCHES INSTALLED BY TEREX TELELECT FROM JANUARY 2003 THROUGH OCTOBER 2008 IN CERTAIN UTILITY TRUCKS. THE WINCHES WERE INSTALLED TO FACILITATE WORKING ON ELECTRICAL SERVICES AND COMMUNICATION LINES BOTH ON AND OFF ROAD. THESE WINCHES MAY BE EQUIPPED WITH WIRE ROPES THAT CAN NOT WITHSTAND THE PULL FORCE OF THE BUMPER WINCH.",PULLING AT FULL FORCE ON THE BARE WINCH DRUM MAY RESULT IN FAILURE OF THE WINCH LINE AND COULD RESULT IN DEATH OR SERIOUS INJURY.,"TEREX TELELECT WILL NOTIFY OWNERS AND REPLACE THE WIRE WINCH ROPE IF IT IS LESS THAN 5/8"" DIAMETER FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 22, 2008. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-882-4000." -12/02/2008,08V629000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V629000),DUSTER CAMPER II INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,522,DUSTER IS RECALLING 522 MY 2003-2006 HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DUSTER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DUSTER AT 1-254-840-3770." -12/02/2008,08V628000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V628000),"Erwin Hymer Group North America, Inc.",SPARE TIRE CARRIER/LEFT TAIL LIGHT VISIBILITY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,335,"ROADTREK IS RECALLING 335 MY 2006-2008 SS AGILE AND RS ADVENTUROUS CLASS ""B"" MOTOR HOMES BUILT ON DODGE AND FREIGHTLINER SPRINTER 2500 VAN CHASSIS. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REAR HITCH MOUNTED SPARE TIRE CARRIER (CONTINENTAL SPARE TIRE KIT), IMPEDES THE FULL VISIBILITY OF THE LEFT TAIL LIGHT. THE DRIVERS OF FOLLOWING VEHICLES MAY NOT HAVE FULL VISIBILITY OF THE LEFT TAIL LIGHTS.",THIS LACK OF VISIBILITY COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL A SUPPLEMENTARY TAIL LIGHT ON THE FIBERGLASS COVER OF THE SPARE TIRE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 22, 2008. OWNERS MAY CONTACT ROADTREK AT 1-888-762-3873." -12/02/2008,08V630000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V630000),CANYON STATE BUS SALES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"CANYON STATE BUS SALES IS RECALLING 2 RICON WHEELCHAIR LIFTS WHICH IT INSTALLED ON CERTAIN BLUE BIRD SPECIAL NEEDS SCHOOL BUSES, MODEL A3FE. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,CANYON STATE BUS SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CANYON STATE BUS SALES AT 1-602-230-1515. -12/02/2008,08V632000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V632000),Turtle Top,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,188,"TURTLE TOP IS RECALLING 188 MY 2005-2008 FORD ODYSSEY, GM TERRA TRANSPORT, AND FORD VAN TERRA, MY 2006-2008 GM ODYSSEY, MY 2005-2007 GM ODYSSEY XL, AND MY 2005 FORD TERRA TRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,TURTLE TOP IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TURTLE TOP AT 1-574-831-4340. -12/01/2008,08E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E067000),"TRIANGLE SUSPENSION SYSTEMS, INC.",AFTERMARKET SUSPENSION COMPONENT,SUSPENSION,NR (Not Reported),Equipment,13,"TRIANGLE SUSPENSION SYSTEMS, INC. (TRIANGLE SUSPENSION SYSTEMS) IS RECALLING 13 AFTERMARKET MACK TRUNNION SUSPENSION COMPONENTS, P/NO EA36-62, SOLD FOR USE IN CERTAIN MY 1970 THROUGH 1980 MACK TRUCK MODELS WITH THE SS34/SS44 CAMELBACK SUSPENSION. THE DEFECTIVE COMPONENT COULD BE FOUND IN TRUCKS REPAIRED BETWEEN JANUARY 3 AND OCTOBER 7, 2008. THE CASTING UNDER THE SPRING CAN CRACK AND FAIL CAUSING THE REAR SUSPENSION TO SHIFT.","THE HANDLING OF THE VEHICLE COULD BE AFFECTED, POSSIBLY RESULTING IN A VEHICLE CRASH.","TRIANGLE SUSPENSION SYSTEMS WILL NOTIFY OWNERS AND REPLACE THE SUBJECT TRUNNION FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 25, 2008. OWNERS MAY CONTACT TRIANGLE SUSPENSION SYSTEMS TOLL-FREE AT 1-800-458-6077." -12/01/2008,08V627000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V627000),STARTRANS BUS CORPORATION,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4409,"STARTRANS IS RECALLING 4,409 MY 2004-2008 SENATOR AND CANDIDATE SHUTTLE BUSES BUILT ON FORD OR CHEVROLET CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,STARTRANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARTRANS AT 877-258-1392. -12/01/2008,08V626000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V626000),STARTRANS BUS CORPORATION,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4409,"STARTRANS IS RECALLING 4,409 MY 2004-2008 SENATOR AND CANDIDATE SHUTTLE BUSES BUILT ON FORD OR CHEVROLET CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,STARTRANS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR STARTRANS AT 877-258-1392. -11/26/2008,08V622000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V622000),"Daimler Trucks North America, LLC",DUAL POWER SWITCH,ELECTRICAL SYSTEM,FL-539,Vehicle,18198,"DAIMLER TRUCKS IS RECALLING 18,198 MY 2003-2009 THOMAS BUILT ER, MVP-ER, HDX, AND MVP-EF SCHOOL AND TRANSIT BUSES EQUIPPED WITH A DUAL POWER SWITCH AND MANUFACTURED FROM FEBRUARY 1, 2002 THROUGH OCTOBER 17, 2008. SOLID STATE CIRCUIT BREAKERS MAY TRIP UNNECESSARILY POTENTIALLY RESULTING IN A LOSS OF POWER TO THE BUS CHASSIS AND BODY ELECTRICAL CIRCUITS CAUSING AN UNEXPECTED LOSS OF ENGINE POWER AND EXTERIOR LIGHTING.",UNEXPECTED LOSS OF ENGINE POWER AND EXTERIOR LIGHTING COULD RESULT IN A VEHICLE CRASH.,THOMAS BUILT BUS DEALERS WILL REPLACE THE SOLID STATE DUAL POWER SWITCH WITH A MECHANICAL CIRCUIT PRODUCTION (MEGA FUSE). THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2009. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871. -11/26/2008,08V624000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V624000),"Triumph Motorcycles America, Ltd.",FRONT BRAKE CALIPER BOLT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,87,"TRIUMPH IS RECALLING 87 MY 2008-2009 THRUXTON MOTORCYCLES. THE INSTALLED FRONT BRAKE CALIPER BRACKET BOLTS MAY BE TOO SHORT, REDUCING THREAD ENGAGEMENT OF THE BOLTS INTO THE BRAKE CALIPER BRACKET.","THE BRAKE CALIPER MAY BECOME LOOSE OR SEPARATED RESULTING IN REDUCED BRAKE EFFECTIVENESS, LOSS CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.","TRIUMPH WILL REPLACE THESE BOLTS. THE RECALL BEGAN ON DECEMBER 12, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-539-8782." -11/26/2008,08V625000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V625000),Harley-Davidson Motor Company,FUEL TANK VENT TUBE ASSEMBLY,"FUEL SYSTEM, GASOLINE",0136,Vehicle,349,"HARLEY-DAVIDSON IS RECALLING 349 MY 2009 FXDB, FXDC, FXDF, AND FXDL MOTORCYCLES. THESE MOTORCYCLES HAVE A FUEL TANK VENT TUBE ASSEMBLY, PART NO. 27389-04A, WHICH MAY HAVE BEEN PRODUCED WITH A DEFECTIVE ULTRASONIC WELD ON THE ANTI-SLOSH VALVE.","IF THE VALVE SEPARATES AND THE BIKE IS TIPPED OVER, IT MAY LEAK FUEL. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL VENT TUBE ASSEMBLY AND, IF NECESSARY, REPLACE IT. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT DECEMBER 8, 2008. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -11/26/2008,08V623000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V623000),"Kawasaki Motors Corp., U.S.A.",REAR BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4628,"KAWASAKI IS RECALLING 4,628 MY ZG1400A8F/A8FL, AND ZG1400B8F/B8FL MOTORCYCLES. TRAPPED ROAD DEBRIS MAY INTERFERE WITH FREE MOVEMENT OF THE REAR BRAKE PEDAL, PREVENTING FULL RELEASE OF THE REAR BRAKE WHICH CAN LEAD TO OVERHEATING DAMAGE AND POSSIBLE BRAKE FAILURE.",BRAKE FAILURE COULD RESULT IN A CRASH.,"KAWASAKI WILL INSTALL A COVER ON THE BRAKE PEDAL FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 8, 2008. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -11/24/2008,08V618000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V618000),"Navistar, Inc.",BRAKE AIR LINE,"SERVICE BRAKES, AIR",08510,Vehicle,14048,"NAVISTAR IS RECALLING 14,048 MY 2008-2010 LONESTAR AND PROSTAR TRUCKS. THE SERVICE BRAKE AIR LINE THAT RUNS FROM THE TRACTOR PROTECTION VALVE TO THE FAST BRAKE MODULE MAY SEPARATE FROM THE FAST BRAKE MODULE RESULTING IN LOSS OF TRAILER SERVICE BRAKES.","LOSS OF TRAILER SERVICE BRAKES MAY CAUSE A CRASH RESULTING IN POSSIBLE PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE FAST BRAKE MODULES AND THE AIR LINES RUNNING TO THE MODULE WILL BE REROUTED TO ELIMINATE LINE TENSION CAUSED BY CAB TO FRAME RELATIVE MOTION. THE RECALL BEGAN ON MARCH 20, 2009. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -11/24/2008,08V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V604000),"Reinke Manufacturing Company, Inc.",FLANGE FAILURES,STRUCTURE,NR (Not Reported),Vehicle,10,"REINKE IS RECALLING 10 MY 2003-2004 INTERMODAL TANK CHASSIS FRAMES. ON CERTAIN CHASSIS FRAMES, THE LOWER FLANGE(S) OF THE FRAME CAN DEVELOP A SMALL FATIGUE CRACK IN FRONT OF OR BEHIND THE FRONT SUSPENSION HANGER.","THESE SMALL CRACKS CAN, IN SOME CASES, FURTHER DEVELOP WHEREBY IN CERTAIN APPLICATIONS THE LOWER FLANGE(S) MAY FAIL, INCREASING THE RISK OF A CRASH WITHOUT PRIOR WARNING.","REINKE WILL INSPECT AND REPAIR THE CHASSIS FRAME FLANGE(S) FREE OF CHARGE AT A DESIGNATED REPAIR FACILITY. THE RECALL BEGAN ON DECEMBER 1, 2008. OWNERS MAY CONTACT REINKE AT 1-877-762-1001." -11/24/2008,08V612000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V612000),"Autocar, LLC",FMVSS 121/BRAKE TIMING,"SERVICE BRAKES, AIR",A-0806,Vehicle,33,"AUTOCAR IS RECALLING 103 MY 2008-2009 ACX HEAVY-DUTY CLASS 8 VEHICLES WITH RIGHT-HAND DRIVE. THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' THE AIR BRAKE SYSTEMS TIMING SPECIFICATIONS ARE NOT IN COMPLIANCE WITH THE STANDARD.","THIS STANDARD SPECIFIES PERFORMANCE AND EQUIPMENT REQUIREMENTS FOR VEHICLES EQUIPPED WITH AIR BRAKE SYSTEMS, INCLUDING AIR-OVER-HYDRAULIC BRAKE SYSTEMS, TO ENSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS.","AUTOCAR WILL REPAIR THESE VEHICLES. THE RECALL BEGAN ON DECEMBER 11, 2008. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -11/24/2008,08V615000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V615000),"General Motors, LLC",FMVSS 209/SAFETY BELT BUCKLE ASSEMBLY,SEAT BELTS,08387,Vehicle,16667,"GM IS RECALLING 16,667 MY 2009 BUICK ENCLAVE, CHEVROLET TRAVERSE, GMC ACADIA, AND SATURN OUTLOOK VEHICLES FOR FAILING TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, 'SEAT BELT ASSEMBLIES.' THESE VEHICLES MAY HAVE BEEN BUILT WITH A SAFETY BELT BUCKLE IN THE SECOND OR THIRD ROW THAT IS MISSING A RIVET.","IN A VEHICLE CRASH, IF THE RIVET IS MISSING, THE BUCKLE MAY SEPARATE FROM THE MOUNTING STRAP, INCREASING THE RISK OF INJURY TO THE PASSENGER.","DEALERS WILL INSPECT THE SAFETY BELT BUCKLES IN THE SECOND AND THIRD ROWS, AND REPLACE THEM IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 26, 2008. OWNERS MAY CONTACT BUICK AT 1-866-608-8080; CHEVROLET AT 1-800-630-2438; GMC AT 1-866-996-9463; SATURN AT 1-800-972-8876; OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -11/24/2008,08V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V611000),Eldorado National-Kansas,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,850,"ELDORADO NATIONAL (ENK) IS RECALLING 850 MY 2005-2008 AERO ELITE, AEROLITE, AEROTECH, AND MY 2006-2008 TRANSTECH BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ENK IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ENK AT 1-800-850-1287. -11/24/2008,08V619000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V619000),"Navistar, Inc.",FRONT AXLE BEARINGS,SUSPENSION,08511,Vehicle,977,"NAVISTAR IS RECALLING 977 MY 2009 INTERNATIONAL 3200, 4100, 4300, 4400 TRUCKS AND IC BUS HC COMMERCIAL BUSES. THE FRONT AXLE BEARINGS IN SOME CASES WERE NOT SUFFICIENTLY LUBRICATED DURING ASSEMBLY WHICH MAY RESULT IN BEARING SEIZING OR POSSIBLE WHEEL SEPARATION.","A SEIZED BEARING ON THE FRONT AXLE COULD RESULT IN A VEHICLE CRASH WHICH MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT THE FRONT AXLE BEARINGS. BEARINGS WILL BE LUBRICATED AND REPLACED IF REQUIRED. THE RECALL BEGAN ON DECEMBER 19, 2008. OWNERS MAY CONTACT NAVISTAR AT 1-800-448-7825." -11/24/2008,08V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V608000),"Mercedes-Benz USA, LLC",FRONT STRUT,SUSPENSION,NR (Not Reported),Vehicle,1515,"MERCEDES-BENZ IS RECALLING 1,515 MY 2007 S-CLASS VEHICLES. THE RADIAL KNUCKLE OF THE FRONT STRUT MAY FAIL. THE RADIAL KNUCKLE FLAW MAY OCCUR AFTER SIGNIFICANT MILEAGE ACCUMULATION COMBINED WITH EXPOSURE TO HIGH CONTINUOUS STRESS BY DRIVING ON ROUGH ROADS.","IF A RADIAL KNUCKLE FAILS, THE STEERING CONTROL OF THE VEHICLE MAY BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK AND REPLACE, IF NECESSARY, THE BALL JOINT(S). THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -11/24/2008,08V617000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V617000),UD Trucks Corporation,FUEL INJECTION PUMP DRIVE COUPLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,549,"NISSAN DIESEL IS RECALLING 549 MY 2008 UD1800, UD2000, UD2300, UD2600, AND UD3300 MEDIUM DUTY TRUCKS. A FAILURE OF THE FUEL INJECTION PUMP DRIVE COUPLER CAN OCCUR. THE BOTTOM CORNER OF THE NOTCHED DRIVE SURFACE WAS IMPROPERLY MACHINED. WITH INCREASED FUEL PUMP PRESSURE, THE REQUIRED TURNING TORQUE ON THE DRIVE COUPLER INCREASED. THE INCREASED TURNING TORQUE COULD CRACK THE COUPLER AT THE BOTTOM CORNER WITHOUT WARNING UNDER NORMAL VEHICLE OPERATION.","CONTINUED OPERATION WITH A CRACKED DRIVE COUPLER COULD RESULT IN THE COUPLER BECOMING BROKEN AND CAUSING THE ENGINE TO STALL AND NOT RESTART, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FUEL INJECTION PUMP DRIVE COUPLER. THE RECALL BEGAN ON JANUARY 19, 2009. OWNERS MAY CONTACT NISSAN DIESEL AT 1-972-756-5500." -11/24/2008,08V616000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V616000),"General Motors, LLC",INCORRECT STEERING KNUCKLE,STEERING,08389,Vehicle,2149,"GM IS RECALLING 2,149 MY 2009 SATURN VUE VEHICLES. SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH AN INCORRECT RIGHT AND/OR LEFT FRONT STEERING KNUCKLE. AS A RESULT OF THE INCORRECT KNUCKLE AND RESULTING INADEQUATE CLEARANCE, THE TIE ROD BALL STUD COULD PULL OUT OF, OR FRACTURE, THE TIE ROD HOUSING. THIS COULD CAUSE THE TIE ROD TO SEPARATE FROM THE KNUCKLE.","ALTHOUGH STEERING CONTROL OF THE VEHICLE COULD BE MAINTAINED AFTER A TIE ROD SEPARATION BY THE UNAFFECTED WHEEL ON SMOOTH ROADS OR DURING LIGHT BRAKING, WITH MORE SIGNIFICANT SUSPENSION OR BRAKING INPUTS, THE AFFECTED WHEEL COULD TURN OUT AND SKID. IF A VEHICLE BUILT WITH TWO INCORRECT STEERING KNUCKLES HAD BOTH TIE RODS SEPARATE AT THE SAME TIME, STEERING CONTROL OF THE VEHICLE WOULD BE LOST, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE STEERING KNUCKLES AND, IF NECESSARY, REPLACE THE STEERING KNUCKLE(S) AND TIE ROD(S). THE RECALL BEGAN ON DECEMBER 8, 2008. OWNERS MAY CONTACT SATURN AT 1-800-972-8876 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -11/24/2008,08V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V607000),"Jaguar Cars, Ltd.",INSTRUMENT CLUSTER SPEAKER FUNCTION,ELECTRICAL SYSTEM,J011,Vehicle,3754,"JAGUAR IS RECALLING 3,754 MY 2009 XF VEHICLES FOR INSTRUMENT CLUSTER SPEAKER FUNCTION PROBLEMS. THE SPEAKER WIRES MAY FRACTURE. AS A RESULT, THE SPEAKER WILL CEASE TO OPERATE.","IF THE SPEAKER FAILS, THE FOLLOWING AUDIBLE NOTIFICATIONS ARE IMPACTED: TURN INDICATOR, SEAT BELT WARNING, LIGHTS 'ON' WARNING, DRIVER'S DOOR OPEN WITH KEY IN IGNITION, DRIVER INTERVENE (ADAPTIVE CRUISE CONTROL VEHICLES ONLY) AND SEAT MEMORY. THE AUDIBLE SEAT BELT WARNING IS TO REMIND DRIVERS TO WEAR THEIR SAFETY BELT. IF THE AUDIBLE WARNING IS NOT PRESENT, DRIVERS MAY NEGLECT TO WEAR THEIR SAFETY BELT, THEREBY INCREASING THE RISK OF INJURY OR DEATH IN THE EVENT OF A CRASH.","DEALERS WILL VERIFY THE INSTRUMENT CLUSTER SPEAKER FUNCTION AND RECONFIGURE THE INSTRUMENT CLUSTER CONTROL MODULE SOFTWARE. THE RECALL BEGAN ON DECEMBER 5, 2008. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -11/24/2008,08V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V610000),Prevost Car (US) Inc.,POWER STEERING HOSE,STEERING,SR08-22,Vehicle,640,"PREVOST IS RECALLING 395 MY 2007-2009 MTH XL2-45, MTH XL2-45E, AND X3-45 MOTOR HOMES AND MOTOR COACHES. ON SOME VEHICLES, THE POWER STEERING HOSE PROTECTIVE SKIN HAS BEEN DAMAGED AT ASSEMBLY, LEAVING THE METAL BRAIDING EXPOSED TO THE ENVIRONMENT.","OVER TIME, THE METALLIC BRAIDING MAY RUST UP TO A POINT WHERE THE HOSE WILL GIVE UP UNDER PRESSURE. THIS COULD RESULT IN A LOSS OF CONTROL INCREASING THE RISK OF A CRASH.",DEALERS WILL REPAIR THE POWER STEERING HOSE ASSEMBLY. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432. -11/24/2008,08V620000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V620000),"FLEETWOOD ENTERPRISES, INC.",PROPANE HOSE CONNECTIONS,EQUIPMENT,81120,Vehicle,106,FLEETWOOD IS RECALLING 106 MY 2009 ICON AND PULSE 24A MOTOR HOMES. THE PROPANE HOSE CONNECTIONS MAY BE INSTALLED IN A POSITION THAT CAUSES THEM TO BECOME PINCHED AGAINST THE PROPANE TANK.,THIS MAY RESULT IN DAMAGE TO THE PROPANE HOSE OR FITTINGS AND COULD LEAD TO A PROPANE GAS LEAK AND THE POTENTIAL FOR AN EXPLOSION AND/OR FIRE.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPOSITION THE CONNECTIONS FOR THE PROPANE HOSES. PROPANE HOSES WILL BE INSPECTED AND REPLACED IF DAMAGED. THE RECALL BEGAN ON JANUARY 9, 2009. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216." -11/24/2008,08V613000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V613000),"Hino Motors Sales U.S.A., Inc.",SUPPLY PUMP COUPLER,ENGINE AND ENGINE COOLING,A6160,Vehicle,3836,"HINO IS RECALLING 3,836 MY 2008 ND8J, NE8J, NJ8J, AND NV8J CLASS 6 AND 7, CONVENTIONAL CAB, MEDIUM DUTY TRUCKS EQUIPED WITH J08E-TV OR J08E-TW ENGINES. THERE IS AN IMPROPER SHAPE OF THE SUPPLY PUMP COUPLER LOCATED BETWEEN THE SUPPLY PUMP AND THE AIR COMPRESSOR. THE COUPLING MAY CRACK, THE GEAR TRAIN AND VALVES OF THE ENGINE COULD BREAK, AND THE ENGINE COULD STOP RUNNING.","THIS WOULD DISABLE THE POWER STEERING SYSTEM, STOP THE SUPPLY OF AIR TO THE AIR TANK, AND MAY RESULT IN INSUFFICIENT BRAKING POWER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPAIR THE COUPLING. THE RECALL BEGAN ON JANUARY 5, 2009. OWNERS MAY CONTACT HINO AT 1-248-699-9330." -11/24/2008,08V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V609000),AMERICAN LAFRANCE LLC,VEHICLE CAB HYDRAULIC LIFT SYSTEM,STRUCTURE,ALF-0308,Vehicle,1251,"AMERICAN LAFRANCE IS RECALLING 1,251 MY 2000-2007 CONDOR TRUCKS. THE BRACKET THAT ATTACHES THE HYDRAULIC CYLINDER TO THE CAB USED TO RAISE AND LOWER THE VEHICLE CAB FOR MAINTENANCE ACTIVITIES CAN FAIL.","IF THE BRACKET FAILS DUE TO THE FORCES ENCOUNTERED WHEN THE CAB PASSES THE BREAK OVER POINT AND REACHES THE END OF THE CYLINDER TRAVEL, THE CAB WILL CONTINUE ITS FORWARD MOVEMENT UNTIL IT REACHES THE GROUND. IF THE BRACKET FAILS DURING THE LIFTING SEGMENT OF RAISING THE CAB, THE CAB COULD FALL UNRESTRAINED BACK DOWN ONTO THE CHASSIS, INCREASING THE RISK OF INJURY.","AMERICAN LAFRANCE WILL REPAIR THESE VEHICLES FREE OF CHARGE. THE SAFETY RECALL BEGAN ON MAY 13, 2010. OWNERS MAY CONTACT AMERICAN LAFRANCE AT 1-888-253-8725." -11/24/2008,08V621000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V621000),"M H Eby, Inc.",WHEEL STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,1,"M. H. EBY RECALLED 1 MY 2009 SM1GLP GROUND LOADER TRAILER EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,THE CUSTOMER HAS BEEN NOTIFIED BY EBY AND ARRANGEMENTS ARE BEING MADE TO REPAIR THE TRAILER. -11/21/2008,08V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V603000),Motor Coach Industries,SHIFTER INDICATOR INTERFERENCE/ZF,EQUIPMENT,308,Vehicle,1893,"MCI IS RECALLING 1,893 MY 2002-2008 D MODEL AND MY 2001-2008 E AND J4500 MOTOR COACHES EQUIPPED WITH ZF TRANSMISSIONS. THERE IS A POTENTIAL FOR THE SHIFT SELECTOR TO MALFUNCTION AS A RESULT OF A CELL PHONE OR RADIO BEING PLACED IN CLOSE PROXIMITY TO THE SHIFTER CONTROL PAD.","WHEN THIS HAPPENS, THE SHIFT SELECTOR MAY MOVE INTO REVERSE WITHOUT DRIVER KNOWLEDGE INCREASING THE RISK OF A CRASH.",MCI IS WORKING WITH ZF AND HAS CREATED A SOFTWARE UPDATE THAT PROTECTS AGAINST THE POTENTIAL FOR TRANSIENT ANALOG OR DIGITAL SIGNAL INTERFERENCE. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. .OWNERS MAY CONTACT MCI AT 1-800-333-0371 AND ZF AT 1-734-416-6200. -11/19/2008,08V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V602000),"Daimler Trucks North America, LLC",AIR MANAGEMENT UNIT (AMU) PRESSURE SWITCH,EXTERIOR LIGHTING,FL-538,Vehicle,15686,"DAIMLER TRUCKS IS RECALLING 15,686 MY 2005 THROUGH 2009 FCCC AND THOMAS BUILT SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN MARCH 2005 AND MAY 2008 EQUIPPED WITH A CERTAIN BRAKE LAMP AIR PRESSURE SWITCH. THE CONTACTS IN THE PRESSURE SWITCH FOR THE LOW CURRENT BRAKE LAMP SIGNAL TO THE CHASSIS ECU MAY HAVE BECOME CONTAMINATED BY SILICONE DURING ASSEMBLY CAUSING INSULATING DEPOSITS TO BUILD UP OVER TIME PREVENTING THE BRAKE LAMPS FROM OPERATING.",INOPERATIVE BRAKE LAMPS WOULD NOT PROVIDE A SIGNAL TO FOLLOWING DRIVERS THAT THE BRAKES ARE APPLIED AND A CRASH MAY OCCUR.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND DEALERS WILL REPLACE THE PRESSURE SWITCH FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 18, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR THOMAS BUILT BUSES AT 1-336-889-4871." -11/19/2008,08E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E066000),3M COMPANY TRAFFIC SAFETY SYSTEMS DIV.,FMVSS 108/RETROREFLECTIVE SHEETING,EQUIPMENT,NR (Not Reported),Equipment,276,"3M COMPANY (3M) IS RECALLING 276 ROLLS OF 3M FLEXIBLE PRISMATIC CONSPICUITY MARKINGS SERIES 963 RETROREFLECTIVE SHEETING SOLD FOR USE AS AFTERMARKET EQUIPMENT WHICH IS DESIGNED TO ENHANCE THE CONSPICUITY OF CERTAIN TRUCKS AND TRAILERS. THE SHEETING IN QUESTION DOES NOT COMPLY WITH ONE OF THE PHOTOMETRIC PERFORMANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE 3M PART NUMBERS ARE: 963-10 (WHITE), 963-326 (RED/WHITE), AND 963-32 (RED/WHITE). THE ITEMS WERE PRODUCED FROM THE WEEK OF AUGUST 25 THROUGH NOVEMBER 6, 2008. THE LOT NUMBERS ARE EDB 1926, 1927, 1928, AND 1934.","THE SHEETING DOES NOT REFLECT THE FULL AMOUNT OF LIGHT REQUIRED BY THE STANDARD. THIS COULD REDUCE THE CONSPICUITY OF VEHICLES ON WHICH THE SHEETING IS APPLIED, WHICH COULD INCREASE THE LIKELIHOOD OF A CRASH.","3M WILL NOTIFY OWNERS AND WILL OFFER TO REPLACE THE NONCOMPLIANT SHEETING WITH EQUIVALENT OR BETTER SHEETING, AT NO CHARGE. THE RECALL BEGAN DURING NOVEMBER 2008. OWNERS CAN CONTACT 3M AT 1-651-736-3132." -11/19/2008,08V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V600000),Diamond Coach Corporation,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,RIC-08,Vehicle,66,"DIAMOND COACH IS RECALLING 66 MY 2005-2007 VIP MOTOR COACHES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,DIAMOND COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DIAMOND COACH AT 1-620-795-2191. -11/19/2008,08V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V601000),Wilson Trailer Company,PIVOT BOLT AXLE,SUSPENSION,126Q,Vehicle,211,WILSON TRAILERS IS RECALLING 211 MY 2009 GRAIN TRAILERS. THE PIVOT BOLTS WERE LOOSENED AT INSTALLATION AND WERE NOT PROPERLY RE-TORQUED.,"THIS COULD RESULT IN PREMATURE WEAR BUSHING OR HANGER WEAR OR LOSS OF AXLE ATTACHMENT, INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK THE PIVOT BOLTS ON THE SUSPENSION HANGERS FOR TORQUE AND TIGHTEN TO 475 FT LBS, IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 20, 2008. OWNERS MAY CONTACT WILSON TRAILERS AT 1-800-798-2002." -11/19/2008,08V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V599000),Diamond Coach Corporation,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,RIC-08,Vehicle,66,"DIAMOND COACH IS RECALLING 66 MY 2005-2007 VIP MOTOR COACHES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS ON MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,DIAMOND COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DIAMOND COACH AT 1-620-795-2191. -11/18/2008,08V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V598000),Pierce Manufacturing,REAR DISC BRAKE/ARVINMERITOR/HENDRICKSON FIREMAAX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,15,"PIERCE IS RECALLING 15 MY 2007-2008 DASH, ENFORCER, IMPEL, QUANTUM AND VELOCITY FIRE TRUCKS EQUIPPED WITH ARVINMERITOR REAR DISC BRAKES AND HENDRICKSON FIREMAAX SUSPENSION. INTERFERENCE WITH THE BRAKE CALIPER ADJUSTER BOLT SLEEVE AND THE SUSPENSION BEAM MAY OCCUR. THIS INTERFERENCE MAY OCCUR IF THE RIGHT HAND AND LEFT HAND BRAKE COMPONENTS WERE ASSEMBLED ON THE WRONG SIDE OF THE AXLE. THE ADJUSTER BOLT IS DESIGNED TO ROTATE AS THE BRAKE PADS WEAR. IF THE SLEEVE BECOMES DAMAGED, THE SLEEVE MAY PREVENT THE ADJUSTER FROM ROTATING.","IF THE ADJUSTER CAN NOT ROTATE, BRAKE PERFORMANCE MAY BE COMPROMISED AND A CRASH MAY OCCUR.",DEALERS WILL ADJUST THE BOLT SLEEVE AND THE PROPER COMPONENTS FREE OF CHARGE. ALL OWNERS HAVE BEEN NOTIFIED BY ARVINMERITOR. -11/18/2008,08V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V606000),"Winnebago Industries, Inc.",WINDSHIELD WIPERS,VISIBILITY,110,Vehicle,68,WINNEBAGO IS RECALLING 68 MY 2008 ADVENTURER LIMITED MOTOR HOMES. THE WINDSHIELD WIPERS MAY FAIL TO OPERATE PROPERLY.,"INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE IMPAIRED VISIBILITY, WHICH HAS THE POTENTIAL TO RESULT IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT THE WINDSHIELD WIPER SYSTEM AND, IF REQUIRED, WILL INSTALL NEW WIPER LINKAGE FROM THE WIPER MOTOR TO THE PIVOT ASSEMBLIES. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-3535." -11/17/2008,08V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V596000),Newmar Corporation,HITCH FRACTURES/SPARTAN/PUTNAM,TRAILER HITCHES,NR (Not Reported),Vehicle,913,"NEWMAR IS RECALLING 913 MY 2007-2009 ALL STAR ME, DUTCH STAR DP, MY 2007-2008 KOUNTRY STAR DP, MY 2007 MOUNTAIN AIRE DP, AND MY 2009 DUTCH AIRE DP AND VENTANA DP MOTOR HOMES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH PUTNAM HITCHES. AFTER SOME PERIOD OF USE, CERTAIN TRAILER HITCHES MAY DEVELOP STRESS FRACTURES DUE TO SHARP RADII AND /OR TOOL MARKING.","FRACTURES IN THE SUSPECT HITCHES MAY RESULT IN HITCH SEPARATION, POTENTIALLY RESULTING IN INJURY AND/OR PROPERTY DAMAGE.",NEWMAR IS WORKING WITH SPARTAN WHO WILL REPLACE THE TRAILER HITCH FREE OF CHARGE (PLEASE SEE 08V567). OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400 OR NEWMAR AT 1-574-773-7791. -11/17/2008,08V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V597000),Prevost Car (US) Inc.,PASSENGER SEAT PEDESTAL,SEATS,SR08-21,Vehicle,81,"PREVOST IS RECALLING 81 MY 2008-2009 X3-45, H3-41, AND H3-45 MOTOR COACHES. DURING PRODUCTION THE WRONG GRADE 5 BOLTS WERE USED TO INSTALL THE PEDESTAL OF THE PASSENGER SEAT. THERE IS A POSSIBILITY THAT THE BOLTS WOULD BREAK AT INSTALLATION OR DURING THE NORMAL USE OF THE VEHICLE.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE BOLTS WITH THE CORRECT SPECIFIED BOLTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 18, 2008. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432." -11/14/2008,08V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V595000),"BMW of North America, LLC",DOUBLE CLUTCH GEARBOX,POWER TRAIN,NR (Not Reported),Vehicle,2500,"BMW IS RECALLING 2,500 MY 2008-2009 M3 PASSENGER VEHICLES WITH AN OPTIONAL DOUBLE CLUTCH TRANSMISSION. THE PROBLEM INVOLVES THE DOUBLE CLUTCH GEARBOX. IN A SITUATION OF RAPID VEHICLE DECELERATION, THE TRANSMISSION SOFTWARE MAY PERFORM A MULTISTAGE DOWNSHIFT.","IN THAT SITUATION, AT LOW VEHICLE SPEEDS, IT IS POSSIBLE FOR THE ENGINE TO STALL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ENGINE AND TRANSMISSION ELECTRONIC CONTROL UNIT WITH UPDATED SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 3, 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -11/14/2008,08V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V594000),Elkhart Coach,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,9,"ELKHART COACH IS RECALLING 9 MY 2005-2007 ECI AND ECII BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ELKHART COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ELKHART COACH AT 1-574-264-5179. -11/14/2008,08V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V590000),Farber Specialty Vehicles,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,32,"FARBER SPECIALTY IS RECALLING 32 MY 2005-2008 COMMERCIAL MOBILE COMMAND SPECIALTY VEHICLES BUILT ON WORKHORSE, FREIGHTLINER, CHEVROLET, FORD, UTILIMASTER AND WINNEBAGO CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,FARBER SPECIALTY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FARBER SPECIALTY AT 1-818-267-3016. -11/14/2008,08V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V592000),Elkhart Coach,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,63,"ELKHART COACH IS RECALLING 63 MY 2005-2007 ECI AND ECII SHUTTLE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ELKHART COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ELKHART COACH AT 1-574-264-5179. -11/14/2008,08V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V591000),Pierce Manufacturing,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,3,"PIERCE IS RECALLING 3 MY 2008 QUANTUM FIRE TRUCKS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,THE VEHICLES INVOLVED IN THIS CAMPAIGN HAVE BEEN INSPECTED AND REPAIRED AS NEEDED. NO FURTHER ACTION IS REQUIRED. -11/14/2008,08V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V605000),"Seagrave Fire Apparatus, LLC",WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,1,"SEAGRAVE RECALLED 1 MY 2008 MARAUDER II FIRE TRUCK EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,THIS VEHICLE HAS BEEN INSPECTED AND DID NOT NEED REPAIR. -11/13/2008,08V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V589000),Farber Specialty Vehicles,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,32,"FARBER SPECIALTY IS RECALLING 32 MY 2005-2008 COMMERCIAL MOBILE COMMAND SPECIALTY VEHICLES BUILT ON WORKHORSE, FREIGHTLINER, CHEVROLET, FORD, UTILIMASTER AND WINNEBAGO CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,FARBER SPECIALTY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FARBER SPECIALTY AT 1-614-863-6470. -11/12/2008,08V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V588000),Collins Bus Corporation,ANTI-STOW INTERLOCK/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,868,"COLLINS BUS IS RECALLING 868 MY 2005 THROUGH 2007 GRAND BANTAM AND SUPER BANTAM SCHOOL BUSES MANUFACTURED BETWEEN APRIL 5, 2005 AND JANUARY 17, 2007, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,COLLINS BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850. -11/12/2008,08V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V587000),Collins Bus Corporation,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,868,"COLLINS BUS IS RECALLING 868 MY 2005 THROUGH 2007 GRAND BANTAM AND SUPER BANTAM SCHOOL BUSES MANUFACTURED BETWEEN APRIL 5, 2005 AND JANUARY 17, 2007, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,COLLINS BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850. -11/07/2008,08V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V586000),"New Flyer of America, Inc.",ALTERNATOR BEARING PREMATURE FAILURE,ELECTRICAL SYSTEM,R08-016,Vehicle,1001,"NEW FLYER IS RECALLING 1,001 MY 2004-2007 D40LF, MY 2005 D40LFR, AND MY 2007-2008 D60LFR TRANSIT BUSES EQUIPPED WITH CE NIEHOFF C701A OR C703A ALTERNATORS. FAILURE OF THE FORWARD ALTERNATOR BEARING MAY RESULT IN A DROP AND SEIZURE OF THE ROTATING ALTERNATOR SHAFT AND PULLEY. ONCE THE PULLEY IS STATIONARY, THE ALTERNATOR DRIVE BELT CONTINUES TO PASS OVER THE PULLEY CREATING HIGH QUANTITIES OF BELT DUST.","DUE TO THE VERY HIGH INTERNAL TEMPERATURES CREATED AT THE BEARING DURING SHAFT SEIZURE, THE BELT DUST MAY IGNITE, RESULTING IN AN ENGINE COMPARTMENT FIRE.","TO INCREASE THE POTENTIAL LONGEVITY OF THE ALTERNATOR BEARINGS, DEALERS WILL INCORPORATE A LOWER TENSION BELT TENSIONER AND A NARROWER BELT. TO PREVENT THERMAL IGNITION IN THE EVENT OF A BEARING FAILURE, A LIGHTER DUTY, NARROWER BELT WILL SHRED RATHER THAN CONTINUE TO RUN OVER THE STATIONARY PULLEY. THE RECALL BEGAN ON NOVEMBER 17, 2008. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4803." -11/07/2008,08V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V585000),"Bentley Motors, Ltd.",FUEL HOSE ASSEMBLY,"FUEL SYSTEM, GASOLINE",RE08/11,Vehicle,14,"BENTLEY IS RECALLING 14 MY 1980-1982 BENTLEY T2, MY 1980-1987 CONTINENTAL, AND MULSANNE, MY 1980-1982 ROLLS-ROYCE SILVER SHADOW II, MY 1980 SILVER WRAITH II, MY 1980-1987 CORNICHE, SILVER SPIRIT AND MY 1981-1987 SILVER SPUR PASSENGER VEHICLES. A FUEL HOSE ASSEMBLY, AVAILABLE AS A REPLACEMENT PART, HAS BEEN FOUND TO HAVE A DEFECT IN THE MATERIAL SPECIFICATION OF THE RUBBER HOSE. THE HOSE MAY DEGRADE UNDER CERTAIN OPERATING CONDITIONS RESULTING IN A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL HOSE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 24, 2008. OWNERS MAY CONTACT BENTLEY AT 1-617-488-8500." -11/07/2008,08V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V584000),"COWBOY CLASSIC CONVERSIONS, INC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,13,"COWBOY CLASSIC IS RECALLING 13 MY 2006 FEATHERLITE, ELITE, PLATINUM, KEIFER, AND MY 2007 ELITE AND PLATINUM HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"COWBOY CLASSIC WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COWBOY CLASSIC AT 1-417-724-0306." -11/06/2008,08V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V583000),"Chrysler (FCA US, LLC)",POLICE PACKAGE GEARSHIFT CABLE STEERING COLUMN,POWER TRAIN,H37,Vehicle,20283,"CHRYSLER IS RECALLING 20,283 MY 2006-2009 CHARGER AND MAGNUM VEHICLES BUILT WITH THE POLICE PACKAGE AND EQUIPPED WITH A COLUMN SHIFTER. THE GEARSHIFT CABLE MAY BECOME DISENGAGED FROM THE STEERING COLUMN MOUNTING BRACKET AND CAUSE AN INCORRECT TRANSMISSION GEARSHIFT POSITION DISPLAY.","THIS COULD ALLOW THE VEHICLE TO MOVE IN AN UNEXPECTED DIRECTION STARTLING THE DRIVER, AND CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL ADD A REDUNDANT LOCKING MECHANISM TO THE GEARSHIFT CABLE AT THE MOUNTING BRACKET TO ENSURE PROPER RETENTION AND SHIFT LINKAGE FUNCTION. THE RECALL BEGAN ON NOVEMBER 10, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -11/05/2008,08V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V581000),Van Hool N.V.,ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,76,"VAN HOOL IS RECALLING 76 MY 2008-2009 C2045 AND T2145 MOTOR COACHES EQUIPPED WITH CATERPILLAR C13 DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,VAN HOOL IS WORKING WITH CATERPILLAR TO REPAIR THESE VEHICLES (PLEASE SEE 08E054). OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR VAN HOOL AT 1-407-656-7977. -11/05/2008,08V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V582000),"General Motors, LLC",FMVSS 208/PASSENGER SENSING SYSTEM,AIR BAGS,08373,Vehicle,12662,"GM IS RECALLING 12,662 MY 2009 CADILLAC CTS VEHICLES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' UNDER CERTAIN CONDITIONS, A SOFTWARE CONDITION WITHIN THE PASSENGER SENSING SYSTEM MAY DISABLE THE FRONT PASSENGER AIR BAG WHEN IT SHOULD BE ENABLED OR ENABLE IT WHEN IT SHOULD BE DISABLED.","IN A VEHICLE CRASH, IF THE FRONT PASSENGER AIR BAG DOES NOT OPERATE AS DESIGNED, INCREASED PERSONAL INJURY COULD OCCUR.","DEALERS WILL REPROGRAM THE PASSENGER SENSING SYSTEM MODULE FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 18, 2008. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -11/05/2008,08V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V580000),ECLIPSE SPECIALTY VEHICLES,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"ECLIPSE IS RECALLING 2 MY 2007 FORD PARATRANSIT AND TRANSMASTER SHUTTLE VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATION IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ECLIPSE IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ECLIPSE AT 1-574-262-1223. -11/04/2008,08V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V579000),GOSHEN COACH,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,309,"GOSHEN IS RECALLING 309 MY 2005-2007 GCII, PACER II, PACER LTD, AND SENTINEL BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,GOSHEN IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GOSHEN AT 1-574-970-6300. -11/03/2008,08V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V576000),EVELAND'S INC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,EVELAND IS RECALLING 2 MY 2003-2006 SCAMP 19' DELUXE FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"EVELAND WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR EVELAND AT 1-218-947-4932." -11/03/2008,08V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V578000),MONACO COACH CORPORATION,STEERING ARM CASTLE NUT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,202,"MONACO IS RECALLING 202 MY 2006 MONARCH SE, MY 2009 RIPTIDE, MY 2006 HOLIDAY RAMBLER ADMIRAL SE, MY 2007-2009 ARISTA, MY 2007-2009 SAFARI PASSAGE, MY 2006 SIMBA AND TREK GAS, AND MY 2006-2007 R-VISION TRAIL-LITE AND TRAIL-AIRE MOTOR HOMES BUILT ON WORKHORSE CHASSIS. THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE IMPROPER TORQUE MAY HAVE DAMAGED THE CASTLE NUT AND COMPROMISED THE INTEGRITY OF THE CONNECTION.","IF THE DRAG LINK WERE TO SEPARATE FROM THE PITMAN ARM, THE DRIVER WOULD NOT HAVE DIRECTIONAL CONTROL OF THE VEHICLE POSSIBLY CAUSING A CRASH.",MONACO IS WORKING WITH WORKHORSE TO REPLACE AND PROPERLY TIGHTEN THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM (PLEASE SEE 08V442). OWNERS MAY CONTACT WORKHORSE AT 1-877-946-7731 OR MONACO AT 1-800-685-6545. -11/03/2008,08V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V577000),"Volkswagen Group of America, Inc.",STEERING GEAR REPLACEMENT,STEERING,48J1/P3,Vehicle,130,"VW IS RECALLING 130 MY 2009 PASSAT, PASSAT WAGON, AND PASSAT CC VEHICLES. SOME VEHICLES MAY HAVE AN ELECTROMECHANICAL STEERING GEAR CONTROL UNIT THAT CAN MALFUNCTION DUE TO A DAMAGED CAPACITOR. IF THIS MALFUNCTION OCCURS, THE DRIVER'S STEERING INPUT IS NOT PROPERLY PROCESSED BY THE SYSTEM AND THE VEHICLE MAY NOT RESPOND AS THE DRIVER INTENDS. THIS DEFECT CAN ONLY OCCUR IMMEDIATELY AFTER VEHICLE START-UP WHEN THE STEERING WHEEL IS MOVED FOR THE FIRST TIME AND AT SPEEDS LESS THAN 5 MPH.",DRIVER ATTEMPTS TO OVERCOME THE SYSTEM DURING MALFUNCTION WILL CAUSE (1) VIBRATIONS IN THE STEERING WHEEL; (2) THE STEERING SYSTEM MOTOR TO TURN OFF; (3) THE RED STEERING SYSTEM MALFUNCTION INDICATOR LIGHT TO ILLUMINATE; AND (4) AUDIBLE WARNINGS TO CHIME. A MALFUNCTIONING STEERING SYSTEM COULD LEAD TO A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE STEERING GEAR IN THE AFFECTED VEHICLES. THE RECALL BEGAN ON DECEMBER 5, 2008. OWNERS MAY CONTACT VW AT 1-800-822-8987." -10/31/2008,08V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V574000),Pierce Manufacturing,ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,76,"PIERCE IS RECALLING 76 MY 2007-2008 ARROW XT AND VELOCITY FIRE TRUCKS EQUIPPED WITH CATERPILLAR C13 DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,PIERCE IS WORKING WITH CATERPILLAR TO REPAIR THESE VEHICLES (PLEASE SEE 08E054). OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR PIERCE AT 1-920-832-3000. -10/30/2008,08V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V572000),TECHWORKS INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5,TECHWORKS IS RECALLING 5 MY 2003-2004 CARGO TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TECHWORKS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TECHWORKS AT 1-574-294-7200." -10/30/2008,08V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V573000),"Winnebago Industries, Inc.",TRANSVERSE BEAM/SAF HOLLAND/DAIMLER TRUCKS,SUSPENSION,NR (Not Reported),Vehicle,594,"WINNEBAGO IS RECALLING 594 MY 2008-2009 DESTINATION, JOURNEY, TOUR, VECTRA, AND ITASCA LATITUDE, MERIDIAN, ELLIPSE, AND HORIZON MOTOR HOMES EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","WINNEBAGO IS WORKING WITH DAIMLER TRUCKS/SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08V269 AND 08E031). OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712, SAF-HOLLAND AT 1-231-773-3271, OR WINNEBAGO AT 1-641-585-3535." -10/29/2008,08V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V570000),"Eclipse Recreational Vehicles, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,98,ECLIPSE RV IS RECALLING 98 MY 2007 ATTITUDE RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ECLIPSE RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ECLIPSE RV AT 951-684-6868." -10/29/2008,08V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V571000),"Winnebago Industries, Inc.",STEERING ARM CASTLE NUT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,717,"WINNEBAGO IS RECALLING 717 MY 2006-2009 SIGHTSEER AND VISTA, ITASCA SUNOVA AND SUNSTAR MOTOR HOMES BUILT ON WORKHORSE CHASSIS. THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE IMPROPER TORQUE MAY HAVE DAMAGED THE CASTLE NUT AND COMPROMISED THE INTEGRITY OF THE CONNECTION.","IF THE DRAG LINK WERE TO SEPARATE FROM THE PITMAN ARM, THE DRIVER WOULD NOT HAVE DIRECTIONAL CONTROL OF THE VEHICLE POSSIBLY CAUSING A CRASH.",WINNEBAGO IS WORKING WITH WORKHORSE TO REPLACE AND PROPERLY TIGHTEN THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM (PLEASE SEE 08V442). OWNERS MAY CONTACT WORKHORSE AT 1-877-946-7731 OR WINNEBAGO AT 1-641-585-3535. -10/28/2008,08V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V567000),Shyft Group,HITCH FRACTURES/PUTNAM,TRAILER HITCHES,08023,Vehicle,2621,"SPARTAN IS RECALLING 2,621 MY 2005-2009 K2, MY 2006-2009 MG, AND MY 2007-2009 MM MOTOR HOME CHASSIS EQUIPPED WITH PUTNAM HITCHES. CERTAIN TRAILER HITCHES MAY FRACTURE WHICH COULD RESULT IN THE LOSS OF THE TRAILER.","SUSPECT HITCHES MAY DEVELOP FRACTURES AND SUBSEQUENT SEPARATION MAY OCCUR, RESULTING IN A VEHICLE CRASH, PROPERTY DAMAGE OR PEDESTRIAN HARM.","DEALERS WILL REPLACE THE TRAILER HITCH FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 21, 2009. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -10/28/2008,08V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V566000),"Autocar, LLC",STEERING KNUCKLE BOLT,STEERING,A-0805,Vehicle,127,"AUTOCAR IS RECALLING 127 MY 2008-2009 ACX, WX, AND WXLL HEAVY DUTY CLASS 8 TRUCKS. INSUFFICIENT TORQUE WAS APPLIED DURING THE ASSEMBLY PROCESS TO THE NUT ON THE PINCH BOLT THAT SECURES THE LOWER STEERING SHAFT TO THE STEERING GEAR BOX. IT WAS FOUND THAT THE TORQUE CONTROLLED TOOL WAS CALIBRATED TO A LOWER TORQUE RATING THAN SPECIFIED FOR THE APPLICATION.","IF THE STEERING BOLT WERE TO LOOSEN, THE DRIVER WOULD EXPERIENCE LOSS OF STEERING CONTROL INCREASING THE RISK OF A CRASH.","AUTOCAR WILL PROVIDE INSTRUCTIONS TO OWNERS FOR SCHEDULING REPAIR OF THE VEHICLES. DEALERS WILL TORQUE THE STEERING KNUCKLE BOLT TO THE CORRECT SPECIFICATIONS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 25, 2008. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -10/24/2008,08V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V569000),Cummings Mobility Conversion & Supply,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,42,"CUMMINGS IS RECALLING 42 MY 2006-2008 FORD E150, E350, CHEVROLET EXPRESS, MY 2006 FORD E250, GMC SAVANNA, DODGE SPRINTER CONVERSION VANS, AND MY 2007 NEWMAR DUTCHSTAR MOTOR HOMES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,CUMMINGS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CUMMINGS AT 1-763-498-7887. -10/24/2008,08T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T026000),Bridgestone Americas Tire Operations,INSUFFICIENT TREAD BASE GAUGE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,162251,"BRIDGESTONE/FIRESTONE NORTH AMERICA TIRE, LLC (BFNT) IS RECALLING 135,310 FIRESTONE FR380 TIRES, SIZE P235/75R15, MANUFACTURED BETWEEN JUNE 4, 2006 AND SEPTEMBER 8, 2007, AND 26,941 LEMANS CHAMPION SE TIRES, SIZE P235/75R15, MANUFACTURED BETWEEN JUNE 4, 2006 AND SEPTEMBER 2, 2006. THESE TIRES WERE PRODUCED WITH INSUFFICIENT TREAD BASE GUAGE.",CONTINUED USE OF THE SUBJECT TIRES MAY LEAD TO VIBRATION AND GROOVE CRACKING. EXTENDED USE COULD LEAD TO TREAD DISTORTION OR TREAD SEPARATION AND LOSS OF VEHICLE CONTROL.,"BFNT WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. BFNT WILL ALSO MOUNT AND BALANCE THE REPLACEMENT TIRES, ALL AT NO CHARGE OR EXPENSE TO THE OWNER. THE RECALL BEGAN ON OCTOBER 24, 2008. OWNERS MAY CONTACT BFNT TOLL-FREE AT 1-800-465-1904 OR VISIT THEIR WEBSITE AT WWW.FIRESTONETIRE.COM." -10/24/2008,08E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E065000),"Meritor, Inc.",REMANUFACTURED TRAILER AXLES/WHEEL-END SEPARATION,POWER TRAIN,C8AG,Equipment,3645,"ARVINMERITOR IS RECALLING 3,645 REMANUFACTURED TRAILER AXLES SHIPPED FOR AFTERMARKET USE BETWEEN JULY 9, 2007 AND AUGUST 20, 2008. THESE AXLES WERE ORIGINALLY MANUFACTURED USING A PROCESS KNOWN AS 'GROTNES' WHICH RESULTS IN THE SPINDLE BEING MORE SUSCEPTIBLE TO DEVELOP CRACKS ON THE INTERNAL SURFACE OF THE SPINDLE DURING SUBSEQUENT LIFETIMES. IN ADDITION, SOME OF THE SUSPECT AXLES MAY HAVE INSUFFICIENT OR CONTAMINATED GREASE.","SHOULD SPINDLE CRACKS DEVELOP AND PROPAGATE TO THE EXTERIOR SURFACE, THERE IS A RISK THAT THE SPINDLE AND THE ATTACHED COMPONENTS COULD SEPARATE FROM THE AXLE. ALSO, THE CONDITION OF INSUFFICIENT OR CONTAMINATED GREASE MAY POTENTIALLY RESULT IN THE WHEEL-END BEARINGS TO CEASE FUNCTIONING AS A ROLLING ELEMENT, AND THEREBY POTENTIALLY RESULT IN A WHEEL-END SEPARATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL NOTIFY OWNERS AND REPLACE THE AFFECTED AXLES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 5, 2009." -10/24/2008,08V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V565000),FOUR WINDS INTERNATIONAL,STEERING DRAG LINK/PITMAN ARM CONNECTION/WORKHORSE,STEERING,NR (Not Reported),Vehicle,49,FOUR WINDS IS RECALLING 49 MY 2007-2008 HURRICAN AND WINDSPORT MOTOR HOMES BUILT ON WORKHORSE RECREATIONAL VEHICLE CHASSIS. THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE IMPROPER TORQUE MAY HAVE DAMAGED THE CASTLE NUT AND COMPROMISED THE INTEGRITY OF THE CONNECTION.,"IF THE DRAG LINK WERE TO SEPARATE FROM THE PITMAN ARM, THE DRIVER WOULD NOT HAVE DIRECTIONAL CONTROL OF THE VEHICLE POSSIBLY CAUSING A CRASH.",FOUR WINDS IS WORKING WITH WORKHORSE TO REPLACE AND PROPERLY TIGHTEN THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM (PLEASE SEE 08V442). OWNERS MAY CONTACT WORKHORSE AT 1-877-946-7731 OR FOUR WINDS AT 1-800-860-5658. -10/24/2008,08V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V575000),Tadano America Corporation,STEERING LEVER MOUNT PIN,STEERING,NR (Not Reported),Vehicle,18,"TADANO IS RECALLING 31 MY 2005-2007 ATF160G-5 AND MY 2006-2007 ATF220G-5 ALL TERRAIN, 5 AXLE CRANES . THE STEERING LEVER MOUNT PIN FOR THE FIRST AXLE CAN BREAK.",THIS COULD CAUSE A LOSS OF STEERING CONTROL WHILE DRIVING INCREASING THE RISK OF A CRASH.,"DEALERS WILL CHANGE THE STEERING LEVER MOUNT PIN TO A BIGGER SIZE WITH SUFFICIENT STRENGTH AND CHANGE THE STEERING LEVER BY REPLACEMENT OF THE MOUNTING PIN. THE RECALL BEGAN ON NOVEMBER 17, 2008. OWNERS MAY CONTACT TADANO AT 1-281-869-0030." -10/24/2008,08V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V568000),Cummings Mobility Conversion & Supply,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,42,"CUMMINGS IS RECALLING 42 MY 2006-2008 FORD E150, E350, CHEVROLET EXPRESS, MY 2006 FORD E250, GMC SAVANNA, DODGE SPRINTER CONVERSION VANS, AND MY 2007 NEWMAR DUTCHSTAR MOTOR HOMES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATION IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,CUMMINGS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CUMMINGS AT 1-763-498-7887. -10/23/2008,08V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V563000),Ducati North America,FUEL TANK DRAIN & BREATHER HOSES,"FUEL SYSTEM, GASOLINE",RCL-08-004,Vehicle,226,DUCATI IS RECALLING 289 MY 2008 DESMOSEDICI RR MOTORCYCLES. THE FUEL TANK DRAIN AND BREATHER HOSE CLAMPS MAY BE INSTALLED INCORRECTLY.,THIS NONCONFORMITY MAY CAUSE THE FUEL LINES TO WEAKEN AND BREAK. THIS CAN RESULT IN DAMAGE TO THE MOTORCYCLE AND A POTENTIAL HAZARD TO THE RIDER.,"DEALERS WILL REPLACE THE FUEL FILLER DRAIN HOSE, THE FUEL BREATHER HOSE, AND THE HOSE CLAMPS WILL BE REPLACED AND REPOSITIONED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2008. OWNERS MAY CONTACT DUCATI AT 1-800-231-6696." -10/23/2008,08V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V564000),"BMW of North America, LLC",PARALEVER LINK FASTENER,SUSPENSION,NR (Not Reported),Vehicle,365,"BMW IS RECALLING 365 MY 2005-2006 HP2 ENDURO MOTORCYCLES. THE FRONT THREADED FASTENER OF THE PARALEVER LINK MAY NOT HAVE BEEN TIGHTENED TO CORRECT SPECIFICATIONS. IF THE FASTENER WAS NOT TIGHTENED ACCORDING TO SPECIFICATIONS, IT COULD LOOSEN. OVER TIME, IT IS POSSIBLE FOR THE FASTENER TO SEPARATE FROM ITS HOUSING. IF THIS WERE TO OCCUR, THEN THE FINAL DRIVE OF THE MOTORCYCLE WOULD NOT BE PROPERLY SUPPORTED.","IF THAT HAPPENED, MOTORCYCLE HANDLING WOULD BE COMPROMISED INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE FRONT THREADED FASTENER OF THE PARALEVER LINK AND REPLACE IT WITH AN IMPROVED FASTENER. THE RECALL BEGAN ON JANUARY 7, 2009. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -10/23/2008,08V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V557000),Recreation By Design,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,681,RECREATION BY DESIGN IS RECALLING 681 MY 2003-2007 LUXURY DREAMS TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"RECREATION BY DESIGN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR RECREATION BY DESIGN AT 1-574-294-2117." -10/23/2008,08V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V561000),"TL INDUSTRIES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,423,TL INDUSTRIES IS RECALLING 423 MY 2003-2006 CELEBRITY TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TL INDUSTRIES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TL INDUSTRIES AT 574-294-2117." -10/22/2008,08V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V551000),RENEGADE RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1434,"RENEGADE IS RECALLING 1,434 TRUCK CONVERSIONS AND TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"RENEGADE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR RENEGADE AT 1-574-848-1126." -10/22/2008,08V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V552000),DOUBLE B TRAILERS LLC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,29,"DOUBLE B TRAILERS IS RECALLING 29 MY 2004-2006 C&C, PLATINUM, 4-STAR, MY 2006 CARGO, MY 2003-2006 ELITE, MY 2004 CHEROKEE, AND MY 2004 BLOOMER HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DOUBLE B TRAILERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DOUBLE B TRAILERS AT 1-877-326-2950." -10/22/2008,08V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V553000),"FORKS RV, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6,FORKS RV IS RECALLING 6 MY 2005 AND 2007 SURREY TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FORKS RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FORKS RV AT 574-825-7467." -10/22/2008,08V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V559000),"CACHE CAMPER MFG., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,7,CACHE CAMPER IS RECALLING 7 MY 2003-2006 PICKUP CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CACHE CAMPERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CACHE CAMPERS AT 1-907-745-4061." -10/22/2008,08V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V560000),WHEELHORSE CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,WHEELHORSE CONVERSIONS IS RECALLING 1 MY 2006 INTEGRITY LEGACY HORSE TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WHEELHORSE CONVERSIONS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 08E032). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WHEELHORSE CONVERSIONS AT 1-731-646-1057." -10/22/2008,08V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V562000),Damon Corporation,STEERING DRAG LINK/PITMAN ARM CONNECTION/WORKHORSE,STEERING,NR (Not Reported),Vehicle,43,DAMON IS RECALLING 43 MY 2006-2009 DAYBREAK AND MY 2009 DAYBREAK SPORT MOTOR HOMES BUILT ON WORKHORSE RECREATIONAL VEHICLE CHASSIS. THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE IMPROPER TORQUE MAY HAVE DAMAGED THE CASTLE NUT AND COMPROMISED THE INTEGRITY OF THE CONNECTION.,"IF THE DRAG LINK WERE TO SEPARATE FROM THE PITMAN ARM, THE DRIVER WOULD NOT HAVE DIRECTIONAL CONTROL OF THE VEHICLE POSSIBLY CAUSING A CRASH.",DAMON IS WORKING WITH WORKHORSE TO REPLACE AND PROPERLY TIGHTEN THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM (PLEASE SEE 08V442). OWNERS MAY CONTACT WORKHORSE AT 1-877-946-7731 OR DAMON AT 1-800-860-3812. -10/20/2008,08V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V555000),Pierce Manufacturing,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,PIERCE RECALLED 2 MY 2008 IMPEL FIRE TRUCKS EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"THE FUEL PUMP PLUG MAY CRACK CAUSING FUEL TO LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",THESE VEHICLES HAVE BEEN REPAIRED. NO FURTHER ACTION IS NECESSARY ON THIS RECALL. -10/20/2008,08V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V554000),BUELL MOTORCYCLE CO.,REAR CYLINDER CAM CHAIN TENSION GUIDE,ENGINE AND ENGINE COOLING,0836,Vehicle,140,"BUELL IS RECALLING 140 MY 2009 1125CR MOTORCYCLES. THESE MOTORCYCLES CAN EXPERIENCE A PREMATURE FAILURE OF THE REAR CYLINDER CAM CHAIN TENSION GUIDE (PART NUMBER F0020.1AM). THIS CAN CAUSE PLASTIC DEBRIS TO BLOCK THE OIL PUMP SCREEN, POSSIBLY LEADING TO OIL STARVATION AND ENGINE SEIZURE.","THIS CONDITION MAY ALLOW THE ENGINE TO SEIZE, RESULTING IN REAR WHEEL LOCK-UP. THIS COULD RESULT IN A CRASH, WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.","DEALERS WILL REPLACE THE REAR CAM CHAIN TENSIONER. THE RECALL BEGAN ON OCTOBER 20, 2008. OWNERS MAY CONTACT BUELL AT 1-414-342-4680." -10/20/2008,08V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V547000),"R & S UNLIMITED, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,R & S IS RECALLING 1 MY 2006 TRUCK CONVERSION EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"R & S WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 08E032). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR R & S AT 1-402-238-3810." -10/20/2008,08V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V548000),"ALLEN CAMPER MFG. CO., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,17,"ALLEN CAMPER IS RECALLING 17 MY 2005-2007 OUTPOST LITE (251 FB, 261 FL, 271 BH, 281 BHSS, AND 325 FKDS) TRAVEL TRAILERS AND MY 2006 IDLE TIME (2900 FRLSS) FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ALLEN CAMPER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ALLEN CAMPER 1-580-857-2413." -10/20/2008,08V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V550000),HL Enterprise Inc.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,,HY-LINE IS RECALLING CERTAIN RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HY-LINE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HY-LINE AT 1-574-294-1112." -10/20/2008,08V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V556000),"Winnebago of Indiana, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,9581,"SUNNYBROOK RV IS RECALLING 9,581 MY 2005-2007 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SUNNYBROOK RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNNYBROOK RV AT 1-574-825-7127." -10/20/2008,08V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V558000),"Pegasus Vans & Trailers, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,13,PEGASUS IS RECALLING 13 MY 2004 LQ AND MY 2003-2006 MERHOW LQ HORSE CARRIERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"PEGASUS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PEGASUS AT 1-888-608-1997." -10/20/2008,08E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E064000),SKF USA Inc.,REPLACEMENT HUB UNITS/ABS,SUSPENSION,NR (Not Reported),Equipment,2805,"SKF IS RECALLING 2,805 HUB UNITS, PART NO. BR930361, SOLD AS A SERVICE PART FOR 1997-2004 DODGE DAKOTA VEHICLES AND 1999-2003 DODGE DURANGO VEHICLES EQUIPPED WITH 2-WHEEL DRIVE & REAR AXLE ABS. DUE TO A SPECIFICATION ERROR, THE ROTOR PILOT FOR THE HUB UNIT MAY BE TOO LONG. THIS RESULTS IN THE WHEEL TO NOT BE SEATED FULLY AGAINST THE HUB FLANGE FACE DURING MOUNTING.","IMPROPER SEATING OF THE WHEEL CAN RESULT IN EXCESSIVE VIBRATION, BRAKE ROTOR NOISE, DIFFICULTY REMOVING THE WHEEL AFTER INSTALLATION AND OPERATION OF THE VEHICLE, AND POSSIBLY WHEEL-END SEPARATION DURING VEHICLE OPERATION. SHOULD WHEEL-END SEPARATION OCCUR, THE DRIVER COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","SKF WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE HUB UNITS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 5, 2008. OWNERS MAY CONTACT SKF VSM NORTH AMERICA CUSTOMER SERVICE AT 1-800-644-8999." -10/17/2008,08E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E062000),GAMBER-JOHNSON LLC,AFTERMARKET COMPUTER EQUIPMENT DOCKING STATIONS,EQUIPMENT,NR (Not Reported),Equipment,125,"GAMBER-JOHNSON IS RECALLING 125 AFTERMARKET COMPUTER EQUIPMENT DOCKING STATIONS, P/NOS. 7160-0119, 7160-0119-01, 7160-0119-02, 7160-0120, 7160-0120-01, 7160-0120-03, 7170-0007, 7170-0007-01, 7170-0007-02, 7170-0008, 7170-0008-01, 7170-0008-02, SOLD BETWEEN AUGUST 5 AND SEPTEMBER 30, 2008, FOR USE IN VARIOUS MOTOR VEHICLES. THE DOCKING HANDLE, WHEN PULLED FORWARD TO DOCK AND SECURE THE COMPUTER IN THE DOCKING STATION, MAY NOT CATCH AND HOLD COMPLETELY IN PLACE EVEN THOUGH THE HANDLE IS FLUSH WITH THE FRONT SURFACE OF THE DOCKING STATION AND EVEN THOUGH AN AUDIBLE SOUND OF ENGAGEMENT IS HEARD. THIS CAN RESULT IN THE LATCH MECHANISM DISENGAGING WHILE IN OPERATION.","IF THE LATCH MECHANISM DISENGAGED, THE EQUIPMENT BEING SECURED COULD COME LOOSE IN THE VEHICLE IN THE EVENT OF A SUDDEN STOP OR CRASH, POSSIBLY CAUSING INJURY TO THE VEHICLE OCCUPANT(S).","GAMBER-JOHNSON WILL NOTIFY OWNERS AND REPAIR OR REPLACE THE LATCHING MECHANISM FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 9, 2008. OWNERS MAY CONTACT GAMBER-JOHNSON AT 1-715-344-3482." -10/17/2008,08E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E063000),"Dorman Products, Inc.",INTERMEDIATE STEERING SHAFT/LOSS OF STEERING,STEERING,NR (Not Reported),Equipment,3855,"DORMAN PRODUCTS IS RECALLING 3,900 INTERMEDIATE STEERING SHAFTS DORMAN PART NOS. 425-151, 425-152, AND 425-153, (SOLD UNDER DORMAN'S ""OE SOLUTIONS"" BRAND NAME), BALKAMP #'S 7-3057, 7-3058, 7-3059 (SOLD UNDER THE ""NAPA"" BRAND NAME), AND PLATINUM PARTS #'S 2425151, 2425152, AND 2425153 MANUFACTURED DURING THE MONTH OF SEPTEMBER 2007. THESE REPLACEMENT STEERING SHAFTS CAN BE USED ON THE VEHICLES LISTED ABOVE. THE WELD CONNECTING THE INNER TUBE TO THE OUTER TUBE MAY BE DEFECTIVE.","IF THE WELD FAILS, LOSS OF STEERING COULD RESULT, POSSIBLY RESULTING IN A VEHICLE CRASH.","DORMAN WILL NOTIFY OWNERS AND REPLACE THE STEERING SHAFTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 16, 2008. OWNERS MAY CONTACT DORMAN TOLL FREE AT 1-800-523-2492." -10/17/2008,08V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V544000),PETE'S CUSTOM CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,64,"PETE'S CUSTOM CONVERSIONS IS RECALLING 64 MY 2005-2006 PLATINUM, BLOOMER AND C&C LIVING QUARTERS HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"PETE'S CUSTOM CONVERSIONS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PETE'S CUSTOM CONVERSIONS AT 1-605-892-0204." -10/17/2008,08V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V545000),"Columbia Northwest, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,65,COLUMBIA IS RECALLING 65 MY 2006-2007 RETREAT (22' AND 32') TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"COLUMBIA WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COLUMBIA AT 1-724-423-7440." -10/17/2008,08V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V546000),"UNIVERSAL TRAILERS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,UNIVERSAL IS RECALLING 1 MY 2006 ELITE II TRAILER VAN EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"UNIVERSAL WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 08E032). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR UNIVERSAL AT 1-909-796-8060." -10/17/2008,08V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V543000),"K & D CUSTOM COACH, INC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"K & D IS RECALLING 2 MY 2006 KD 07005 AND MY 2007 KD 70075 CLASS A RECREATIONAL VEHICLES BUILT ON WINNEBAGO CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,K & D IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR K & D AT 1-574-537-1716. -10/15/2008,08V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V539000),MONACO COACH CORPORATION,FMVSS 108/MIDDLE SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,,"MONACO IS RECALLING CERTAIN MOTOR HOMES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE MIDDLE SIDE MARKER LIGHTS ARE NON-REFLECTIVE.","THE PURPOSE OF THIS STANDARD IS TO REDUCE TRAFFIC ACCIDENTS AND DEATHS AND INJURIES RESULTING FROM TRAFFIC ACCIDENTS, BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND BY ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.",DEALERS WILL INSTALL A REFLECTOR AT MIDPOINT ON THE SIDES OF THE COACH. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545. -10/15/2008,08V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V542000),"Saleen, Inc.",FUEL RAIL CROSSOVER HOSE,"FUEL SYSTEM, GASOLINE",STB08-008,Vehicle,129,"SALEEN IS RECALLING 129 MY 2007 S331 SUPERCHARGED TRUCKS. THE FUEL RAIL CROSSOVER HOSE MAY CONTAIN INTERMITTENT, LOCALIZED WEAK AREAS THAT COULD RESULT IN A CRACK IN THE HOSE WALL AND CAUSE A FUEL ODOR AND/OR FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"SALEEN WILL SUPPLY AN UPDATED FUEL RAIL ASSEMBLY AND THE REPLACEMENT REPAIR WILL BE COMPLETED BY A SALEEN FORD CERTIFIED DEALER. THE RECALL BEGAN ON OCTOBER 15, 2008. OWNERS MAY CONTACT SALEEN AT 1-800-888-8945." -10/15/2008,08V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V549000),"Jayco, Inc.",NEUTRAL 120 VOLT WIRES IMPROPERLY INSTALLED,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,410,JAYCO IS RECALLING 410 MY 2008 JAY FLIGHT G2 SERIES 32BHDS TRAVEL TRAILERS. SOME NEUTRAL 120 VOLT WIRES MAY NOT BE PROPERLY INSTALLED UNDER THE NEUTRAL BUSS BAR SET SCREW WHICH MAY CAUSE THE WIRES TO BECOME LOOSE.,"IF THIS CONDITION IS NOT ADDRESSED, IT COULD RESULT IN A FIRE, INJURY, OR DEATH.","DEALERS WILL INSPECT THESE TRAVEL TRAILERS AND, IF NECESSARY, PROPERLY SECURE THE NEUTRAL 120 VOLT WIRES UNDER THE SET SCREW. THE RECALL BEGAN ON OCTOBER 21, 2008. OWNERS MAY CONTACT JAYCO AT 1-574-825-0608." -10/15/2008,08V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V540000),"Coachmen RV Company, LLC",TRANSVERSE BEAM/SAF HOLLAND/DAIMLER TRUCKS,SUSPENSION,NR (Not Reported),Vehicle,34,"COACHMEN IS RECALLING 34 MY 2008 SPORTSCOACH ELITE, SPORTSCOACH LEGEND, AND SPORTSCOACH PATHFINDER MOTOR HOMES EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","COACHMEN IS WORKING WITH DAIMLER TRUCKS AND SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08V269 OR 08E031). OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271, DAIMLER TRUCKS AT 1-800-547-0712, OR COACHMEN AT" -10/14/2008,08V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V533000),Hyundai Motor America,AIR BAG LIGHT ILLUMINATION - MATERIAL CONTACT,AIR BAGS,088,Vehicle,150541,"HYUNDAI IS RECALLING CERTAIN MY 2001-2002 ELANTRA VEHICLES. MOVEMENT OF THE SIDE IMPACT AIR BAG WIRING HARNESS MOUNTED UNDER EACH FRONT SEAT, POSSIBLY CAUSED BY CONTACT FROM MATERIALS PLACED UNDER THE SEAT, MAY RESULT IN AN ELECTRICAL RESISTANCE THAT WOULD CAUSE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) WARNING LIGHT ILLUMINATION.",THIS CONDITION ONLY RELATES TO THE DRIVER AND PASSENGER SEAT MOUNTED SIDE IMPACT AIR BAGS AND MAY PREVENT SEAT MOUNTED SIDE IMPACT AIR BAG DEPLOYMENT DURING A CRASH WHERE SUCH DEPLOYMENT SHOULD OCCUR. NON-DEPLOYMENT OF THE SRS AIR BAGS MAY INCREASE THE RISK OF INJURY TO THE DRIVER AND FRONT PASSENGER UNDER CERTAIN CRASH CONDITIONS.,"DEALERS WILL INSTALL NEW SIDE IMPACT AIR BAG WIRING HARNESS CONNECTOR CLIPS AND REVISED SIDE IMPACT AIR BAG WIRING HARNESS ATTACHMENTS UNDER THE DRIVER'S AND FRONT PASSENGER'S SEATS. THE RECALL IS EXPECTED TO BEGIN DURING THE FOURTH QUARTER OF 2008, AND WILL BE SENT OUT IN SIX MAILINGS. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -10/14/2008,08V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V532000),Hyundai Motor America,AIR BAG LIGHT ILLUMINATION - SPILLED LIQUID,AIR BAGS,088,Vehicle,78369,"HYUNDAI IS RECALLING CERTAIN MY 2001 ELANTRA VEHICLES. IF A LIQUID IS SPILLED IN THE AREA OF THE CUPHOLDER ON THE CENTER CONSOLE, IT MAY SEEP THROUGH THE CONSOLE OPENING FOR THE PARKING BRAKE LEVER AND THEN DRIP ONTO THE AIR BAG CONTROL MODULE ELECTRICAL CONNECTOR. THE SPILLED LIQUID MAY CONTAMINATE THE AIR BAG CONTROL MODULE AND ITS ELECTRICAL CONNECTOR TO THE AIR BAG WIRING HARNESS AND CAUSE THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) WARNING LIGHT TO ILLUMINATE.",THIS CONDITION MAY AFFECT THE DRIVER AND PASSENGER FRONTAL AIR BAGS AND MAY PREVENT AIR BAG DEPLOYMENT DURING A CRASH WHERE SUCH DEPLOYMENT SHOULD OCCUR. NON-DEPLOYMENT OF THE SRS AIR BAGS MAY INCREASE THE RISK OF INJURY TO THE DRIVER AND FRONT PASSENGER UNDER CERTAIN CRASH CONDITIONS.,"DEALERS WILL INSTALL A PROTECTIVE COVER OVER THE VEHICLE'S AIR BAG CONTROL MODULE CONNECTOR. THE RECALL OWNER NOTIFICATION BEGAN ON NOVEMBER 30, 2008, AND LETTERS WILL BE SENT OUT IN SIX MAILINGS. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -10/14/2008,08V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V535000),Honda (American Honda Motor Co.),FUEL HOSE CONNECTOR BRACKET,"FUEL SYSTEM, GASOLINE",Q94,Vehicle,128,"HONDA IS RECALLING 128 MY 2008-2009 CIVIC SEDANS. A BRACKET THAT COVERS THE FUEL HOSE CONNECTOR IS SECURED WITH A BOLT AND NUT, BUT DURING ASSEMBLY THE NUT WAS NOT INSTALLED.","IN THE EVENT OF A CRASH, THE BRACKET MAY BECOME LOOSE WHICH COULD RESULT IN DAMAGE TO THE FUEL HOSE CONNECTOR. A DAMAGED CONNECTOR COULD LEAD TO A FUEL LEAK AND INCREASES THE RISK OF A FIRE.","DEALERS WILL INSTALL A NUT ON THE FUEL FEED HOSE BRACKET. THE RECALL BEGAN ON OCTOBER 13, 2008. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -10/14/2008,08V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V541000),Cruiser RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5021,CRUISER RV IS RECALLING MY 2003-2006 CRUISER AND LAND ROAMER FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CRUISER RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CRUISER RV AT" -10/14/2008,08V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V538000),BUELL MOTORCYCLE CO.,WINDSHIELDS DISLODGE,VISIBILITY,0837,Vehicle,624,BUELL IS RECALLING 624 MY 2008-2009 XB12XT AND MY 2009 XB12XP MOTORCYCLES. THE WINDSHIELDS MAY BECOME DISLODGED AND ALLOW THE WINDSHIELD TO EITHER STRIKE OR DISTRACT THE RIDER WHILE THE VEHICLE IS BEING RIDDEN AT A HIGH SPEED.,"THIS COULD RESULT IN A CRASH, WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.","DEALERS WILL REMOVE THE WINDSHIELD'S TWO RUBBER MOUNTED NUTS AND INSTALL TWO NEW FASTENER ASSEMBLIES. THE RECALL BEGAN ON OCTOBER 20, 2008. OWNERS MAY CONTACT BUELL AT 1-414-342-4080." -10/10/2008,08V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V530000),"K & D CUSTOM COACH, INC",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"K & D IS RECALLING 2 MY 2006 KD 07005 AND MY 2007 KD 70075 CLASS A RECREATIONAL VEHICLES BUILT ON WINNEBAGO CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"K & D IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT OCTOBER 6, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR K & D AT 574-537-1716." -10/10/2008,08V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V531000),WEST TEXAS CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,23,"WEST TEXAS IS RECALLING 23 MY 2006-2007 CEC, MY 2007 ELITE, SOONER, AND MY 2004-2007 INTEGRITY AND EXISS HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WEST TEXAS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE RECALL BEGAN ON JULY 20, 2008. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WEST TEXAS AT 1-254-965-0842." -10/09/2008,08V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V528000),"Chrysler (FCA US, LLC)",POWERTRAIN CONTROL MODULE/FUEL PUMP RELAY,POWER TRAIN,H33,Vehicle,712,"CHRYSLER IS RECALLING 712 MY 2009 SEBRING, DODGE CALIBER, AVENGER, JOURNEY, JEEP PATRIOT, AND COMPASS VEHICLES. A NEW ADHESIVE USED IN THE POWER TRAIN CONTROL MODULE (PCM) MANUFACTURING PROCESS CAN CAUSE THE PRINTED CIRCUIT BOARD TO BREAK.",THIS CAN CAUSE THE ENGINE TO STALL AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE PCM FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 10, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -10/09/2008,08V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V529000),ROYAL CARGO TRAILERS INCORPORATED,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,ROYAL CARGO IS RECALLING 1 MY 2006 RTB 8.5X 28 TA3 CARGO TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ROYAL CARGO WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR(PLEASE SEE 08E032). DOMETIC WILL REPAIR THE REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ROYAL CARGO AT 1-888-446-5157." -10/09/2008,08V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V534000),Damon Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,4677,"DAMON IS RECALLING 4,677 MY 2004-2006 CHALLENGER, DAYBREAK, INTRUDER, MY 2004-2005 ESCAPER, ULTRASPORT, AND MY 2005 ASTORIA AND ASTORIA WALDORF MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DAMON WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DAMON AT" -10/09/2008,08V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V527000),"General Motors, LLC",TRANSMISSION SHIFT LEVER,POWER TRAIN,08178,Vehicle,17301,"GM IS RECALLING 17,301 MY 2004 CADILLAC SRX VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE TRANSMISSION SHIFT LEVER CAN BE MOVED FROM THE ""PARK"" POSITION WITH THE IGNITION ""ON"" AND WITHOUT THE OPERATOR DEPRESSING THE BRAKE PEDAL OR, IN SOME CASES, THE SHIFTER CAN BE MOVED FROM THE ""PARK"" POSITION WITH THE IGNITION TURNED OFF.","IF THE VEHICLE IS PARKED OR PARKED ON A SLOPE, THIS CONDITION COULD ALLOW THE VEHICLE TO ROLL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PAWL STOPPER AND A BUSHING WITHIN THE SHIFTER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 3, 2008. OWNERS MAY CONTACT CADILLAC AT 1-800-982-2339 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -10/08/2008,08V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V526000),Matthews Specialty Vehicles,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"MATTHEWS IS RECALLING 8 MY 1998 BLUEBIRD, MY 2004 FORD E450, MY 2005-2006 THOMAS BUILT BUS, MY 2006 INTERNATIONAL BUS, MY 2007 CHEVROLET 5500, FREIGHTLINER AND DODGE SPRINTER TRUCKS, TRANSIT BUSES, AND SPECIALTY VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MATTHEWS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MATTEWS SPECIALTY AT 336-297-9600. -10/08/2008,08V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V523000),"Roush Performance Products, Inc.",HYDRO-CARBON PAPER ADHERED TO AIRBOX COVER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,213,ROUSH IS RECALLING 213 MY 2007-2008 FORD F-150 TRUCKS ALTERED TO OPERATE USING LIQUID PROPANE INJECTION. THE HYDRO-CARBON PAPER AFFIXED TO THE INSIDE OF THE AIRBOX LID WITH ADHESIVE MAY BECOME DISLODGED DURING OPERATION.,"THIS FAILURE MAY RESULT IN A LOSS OF PERFORMANCE, ILLUMINATION OF THE MALFUNCTION INDICATOR LAMP (MIL) AND, IN EXTREME CASES, A STALLING OF THE VEHICLE DURING OPERATION WITHOUT NOTICE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE AIRBOX LID WITH A NEW ONE THAT INCLUDES THE HYDRO-CARBON PAPER WHICH HAS BEEN AFFIXED USING AN ADHESIVE PROMOTER AND GREATER PRESSURE AS RECOMMENDED BY THE MANUFACTURER FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 21, 2008. OWNERS MAY CONTACT ROUSH AT 1-866-307-6788." -10/08/2008,08V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V525000),"Chrysler (FCA US, LLC)",PARK BRAKE LEVER CLUTH,PARKING BRAKE,H28,Vehicle,3663,"CHRYSLER IS RECALLING 3,663 MY 2007-2008 DODGE NITRO AND MY 2008 JEEP LIBERTY VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS. THE PARK BRAKE LEVER CLUTCH DRUM MAY DISTORT AND REDUCE THE EFFECTIVENESS OF THE PARK BRAKE SYSTEM.",THIS COULD ALLOW THE VEHICLE TO MOVE INADVERTENTLY AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE PARK BRAKE LEVER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 27, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -10/08/2008,08V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V524000),Matthews Specialty Vehicles,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"MATTHEWS IS RECALLING 8 MY 1998 BLUEBIRD, MY 2004 FORD E450, MY 2005-2006 THOMAS BUILT BUSES, MY 2006 INTERNATIONAL BUS, MY 2007 CHEVROLET 5500, FREIGHTLINER AND DODGE SPRINTER TRUCKS, TRANSIT BUSES, AND SPECIALTY VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATION IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MATTHEWS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MATTHEWS SPECIALTY AT 336-297-9600. -10/07/2008,08V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V522000),"Piaggio Group Americas, Inc.",FUEL PUMP/FUEL FILTER/BITRON SPA,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,850,"PIAGGIO IS RECALLING 850 MY 2006-2008 APRILIA SCARABEO 500 MOTORCYCLES EQUIPPED WITH BITRON SPA FUEL PUMP/FUEL FILTERS. THE FUEL HOSE CONNECTING THE FUEL FILTER TO THE FUEL PUMP/FUEL FILTER MOUNTING FLANGE MAY COME LOOSE. IF THIS CONNECTION IS LOOSE, OR HAS BECOME COMPLETELY DISCONNECTED, THERE WILL BE A DROP, OR LOSS OF, FUEL PRESSURE TO THE ENGINE.",A DROP OR LOSS OF FUEL PRESSURE TO THE ENGINE COULD CAUSE THE ENGINE TO STALL INCREASING THE RISK OF A CRASH.,DEALERS WILL INSTALL HOSE CLAMPS TO SECURE THE EXISTING FUEL HOSE AT BOTH ENDS TO THE FUEL PUMP AND FUEL FILTER. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2009. OWNERS MAY CONTACT PIAGGIO/APRILIA AT 1-212-380-4431. -10/07/2008,08V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V521000),"Nissan North America, Inc.",OCCUPANT CLASSIFICATION SYSTEM CONTROL UNIT,AIR BAGS,NR (Not Reported),Vehicle,204361,"NISSAN IS RECALLING 204,361 MY 2007-2008 ALTIMA, ALTIMA HYBRID, 350Z, 350Z ROADSTER, MY 2008 ALTIMA COUPE, ROGUE, MY 2009 MURANO, AND INFINITI MY 2007-2008 G35 SEDAN, MY 2008 G37 COUPE AND EX35 PASSENGER VEHICLES EQUIPPED WITH CONTINENTAL AUTOMOTIVE SYSTEMS' OCCUPANT CLASSIFICATION SYSTEM (OCS) CONTROL UNITS. A VARISTOR IN THE OCS CONTROL UNIT LOCATED IN THE PASSENGER SEAT CUSHION MAY HAVE BEEN MANUFACTURED OUT OF SPECIFICATION. UNDER CERTAIN CONDITIONS, THIS COULD CAUSE AN INTERRUPTION OF SIGNAL BETWEEN THE OCS AND THE AIR BAG CONTROL UNIT (ACU).",THIS COULD RESULT IN THE PASSENGER AIR BAG BEING SUPPRESSED WHICH COULD FAIL TO PROVIDE ADEQUATE PROTECTION IN THE EVENT OF A CRASH.,"DEALERS WILL TEST THE SIGNAL BETWEEN THE OCS AND ACU SYSTEMS USING A SPECIAL TOOL TO CHECK THAT IT IS FUNCTIONING AS DESIGNED. IF NECESSARY, THE SEAT CUSHION (CONTAINING OCS HARDWARE) WILL BE REPLACED WITH A NEW ONE MANUFACTURED TO SPECIFICATION. THE RECALL BEGAN ON NOVEMBER 4, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -10/07/2008,08V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V509000),"Tiffin Motorhomes, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3507,"TIFFIN IS RECALLING 3,507 MY 2004-2007 ALLEGRO, ALLEGRO BAY AND ALLERO BUS, MY 2004-2005 PHAETON AND MY 2005-2007 ZEPHYR MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TIFFIN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TIFFIN AT 256-356-8661." -10/06/2008,08V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V519000),Mobility Works (WMK Inc.),FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,133,"MOBILITYWORKS IS RECALLING 133 MY 2005-2006 FORD E250, MY 2000, 2004-2006 E350, MY 2000, 2005 E450, MY 2005-2006 GMC 2500, GMC 3500, AND MY 2006 DODGE 2500 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MOBILITYWORKS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITYWORKS AT 1-800-769-8267. -10/06/2008,08V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V537000),"Accubuilt, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,890,"ACCUBUILT IS RECALLING 890 MY 2006-2008 FORD E150, E250, AND E350 CARGO VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ACCUBUILT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ACCUBUILT AT 1-800-837-8624. -10/06/2008,08V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V517000),"General Motors, LLC",PASSENGER-SIDE FRONT AIR BAG INFLATOR,AIR BAGS,08342,Vehicle,79,GM IS RECALLING 79 MY 2009 CHEVROLET IMPALA VEHICLES. SOME OF THESE VEHICLES HAVE A PASSENGER-SIDE FRONT AIR BAG INFLATOR THAT COULD FRACTURE AT AN INFLATOR TUBE DURING A DEPLOYMENT.,"DURING A PASSENGER-SIDE AIR BAG DEPLOYMENT, PIECES OF THE INFLATOR TUBE COULD STRIKE AND INJURE VEHICLE OCCUPANTS AND THE AIR BAG CUSHION WOULD NOT INFLATE FULLY, REDUCING THE CAPABILITY OF THE BAG TO PROTECT THE PASSENGER.","DEALERS WILL INSTALL A NEW PASSENGER-SIDE FRONT AIR BAG. THE RECALL BEGAN ON OCTOBER 10, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -10/06/2008,08V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V515000),ROLLING THUNDER CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,4,ROLLING THUNDER IS RECALLING 4 MY 2003-2006 HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ROLLING THUNDER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157." -10/06/2008,08V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V516000),"NRC Modifications, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,NRC IS RECALLING 1 MY 2003 MOTOR HOME EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NRC WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 08E032). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NRC AT 1-574-825-3646." -10/06/2008,08V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V518000),Mobility Works (WMK Inc.),THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,224,"MOBILITYWORKS IS RECALLING 224 MY 2007-2008 FORD E150, MY 2006-2008 E250, MY 2004-2007 E350, MY 2006 E450, MY 2005-2007 CHEVROLET 2500, MY 2007 CHEVROLET 1500, AND MY 2006 DODGE 2500 VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MOBILITYWORKS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MOBILITY WORKS AT 1-800-769-8267. -10/06/2008,08V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V536000),"Accubuilt, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,890,"ACCUBUILT IS RECALLING 890 MY 2006-2008 FORD E150, E250, AND E350 CARGO VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATION IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"ACCUBUILT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT OCTOBER 6, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ACCUBUILT AT 1-800-837-8624." -10/06/2008,08V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V520000),"Kawasaki Motors Corp., U.S.A.",TURN SIGNAL ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5804,"KAWASAKI IS RECALLING 5,804 MY 2008 KL650E8F AND KL650E8FL (CALIFORNIA) MOTORCYCLES. THE TURN SIGNAL STALK(S) CAN BREAK, RESULTING IN THE SIGNAL ASSEMBLY HANGING BY THE WIRE HARNESS.",THIS COULD CREATE A POSSIBILITY OF A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL REPLACE ALL FOUR TURN SIGNAL ASSEMBLIES. THE RECALL BEGAN ON OCTOBER 13, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -10/03/2008,08V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V510000),PACCAR Incorporated,ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,908I,Vehicle,60,"PACCAR IS RECALLING 60 MY 2008-2009 320 TRUCKS EQUIPPED WITH CATERPILLAR C13 DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,PACCAR IS WORKING WITH CATERPILLAR TO REPAIR THIS VEHICLE (PLEASE SEE 08E054). OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR PETERBILT AT 940-591-4196. -10/03/2008,08V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V512000),"Karavan Trailers, Inc.",JUMPER/CROSS OVER BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",5KT,Vehicle,651,"KARAVAN TRAILERS IS RECALLING 651 MY 2007-2008 TANDEM AXLE TRAILERS SOLD TO BOMBARDIER RECREATIONAL PRODUCTS. THE 45"" TANDEM JUMPER BRAKE LINES MAY EXPERIENCE EXCESSIVE RUBBING. THIS JUMPER LINE INTERFERES WITH THE WHEEL ASSEMBLY AND THE EXCESS RUBBING MAY LEAD TO A LOSS OF BRAKE FLUID.","LOSS OF BRAKE FLUID MAY CAUSE THE BRAKE TO MALFUNCTION, INCREASING THE RISK OF A CRASH.","ADDITIONAL ZIP TIES WILL BE ADDED TO THE JUMPER LINE. KARAVAN IS WORKING WITH BOMBARDIER TO REPAIR THESE TRAILERS. THE RECALL BEGAN ON OCTOBER 23, 2008. OWNERS MAY CONTACT KARAVAN AT 1-920-928-6200." -10/03/2008,08V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V513000),"TRANSPORT DESIGNS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,28,TRANSPORT DESIGNS IS RECALLING 28 MY 2003-2006 PROLITE AND SILVER EAGLE ENCLOSED TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TRANSPORT DESIGNS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TRANSPORT DESIGNS AT 1-570-368-1403." -10/03/2008,08V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V511000),SHOWTIME CONVERSIONS,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,4,SHOWTIME IS RECALLING 4 MY 2000 53' CLASSIC CAR TRAILERS AND MY 2001 30' MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,SHOWTIME IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR SHOWTIME CONVERSIONS AT 1-574-825-1130. -10/03/2008,08V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V514000),"Ox Bodies, Inc.",TRUCK TOOL BOX LID,EQUIPMENT,NR (Not Reported),Vehicle,221,OX BODIES IS RECALLING 221 MY 2004-2008 F750 FLAT BED AND FLAT DUMP VEHICLES SUPPLIED TO DYCOM INDUSTRIES ON WHICH TOOL BOXES WITH LIDS OPENING TO 180 DEGREES WERE INSTALLED. THE TOOL BOX LID MAY DETACH FROM A MOVING VEHICLE AND FALL TO THE GROUND.,"A FALLING TOOL BOX LID MAY STRIKE FOLLOWING VEHICLES INCREASING THE RISK OF PROPERTY DAMAGE, INJURY, OR A CRASH.","OX BODIES WILL REPLACE THE HINGES ON THE AFFECTED TOOL BOX LIDS AND SUPPORT CHAINS WILL BE ADDED FOR ADDITIONAL SAFETY. OX BODIES IS WORKING WITH DYCOM INDUSTRIES, WHO PURCHASED THESE VEHICLES, TO HAVE THESE VEHICLES REPAIRED. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2008. OWNERS MAY CONTACT OX BODIES AT 1-205-932-5720." -10/02/2008,08V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V508000),GIRARDIN MINIBUS INC.,BATTERY BOX BOLT,ELECTRICAL SYSTEM,08-023-BBU,Vehicle,40,"GIRARDIN IS RECALLING 40 MY 2008 MB II SCHOOL BUSES MANUFACTURED BETWEEN OCTOBER 1, 2007 AND SEPTEMBER 19, 2008, EQUIPPED WITH THE OPTION BBX (BATTERY BOX). A LONG BOLT WAS INSTALLED ON THE POSITIVE BATTERY POST OF THE BATTERY LOCATED IN THE BATTERY BOX. THE BOLT COULD MAKE CONTACT WITH THE BATTERY DRAWER'S LATCH.",CONTACT BETWEEN THE LONG BOLT AND THE DRAWER'S LATCH MAY CREATE A SHORT CIRCUIT. THIS SHORT CIRCUIT COULD RESULT IN A FIRE OR EXPLOSION.,"GIRARDIN WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY ALONG WITH REPAIR INSTRUCTIONS. THE RECALL BEGAN ON OCTOBER 10, 2008. OWNERS MAY CONTACT GIRARDIN AT 1-819-477-8222 EXT. 401." -10/02/2008,08V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V507000),"BMW of North America, LLC",FRONT BRAKE DISCS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,560,"BMW IS RECALLING 560 MY 2009 JCW (JOHN COOPER WORKS) AND JCW CLUBMAN VEHICLES EQUIPPED WITH 16 INCH DIAMETER FRONT BRAKE DISCS RATHER THAN 17 INCH DISCS. UNDER CONDITIONS OF INTENSE BRAKE USAGE, BRAKING PERFORMANCE WOULD BE REDUCED.","DEPENDING ON TRAFFIC AND ROAD CONDITIONS, AS WELL AS A DRIVER'S REACTIONS, REDUCED BRAKE PERFORMANCE COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT BRAKE DISCS AND PADS AND, IF NECESSARY, REPLACE THEM. THE RECALL BEGAN ON OCTOBER 16, 2008. OWNERS MAY CONTACT BMW/MINI AT 1-866-275-6464 OR BY E-MAIL AT MINI.ASSISTANCE@ASKMINIUSA.COM.." -10/02/2008,08V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V506000),"Xl Specialized Trailers, Inc.",IMPROPER WELDING,TRAILER HITCHES,SR2,Vehicle,164,XL SPECIALIZED TRAILERS IS RECALLING 164 MY 1998-2008 80 JPS AND MY 2001-2008 100 JPS JEEP TRAILERS WITH SLIDING FIFTH WHEEL PLATES. THESE TRAILERS MAY NOT HAVE THE PROPER WELDING PATTERN ATTACHING THE SLIDER FRAME TO THE JEEP FRAME.,THE WELD COULD BREAK INCREASING THE RISK OF A CRASH.,"XL WILL FULLY WELD THE SLIDING FIFTH WHEEL FRAME TO THE JEEP FRAME. THE RECALL BEGAN ON JANUARY 5, 2009. OWNERS MAY CONTACT XL AT 1-877-283-4852." -10/01/2008,08E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E061000),"Airxcel, Inc.",OUTDOOR COOKTOP/FIRE,EQUIPMENT,NR (Not Reported),Equipment,240,"SUBURBAN MANUFACTURING COMPANY, A DIVISION OF AIRXCEL, INC., IS RECALLING 240 PORTABLE OUTDOOR COOKTOPS, MODEL SDN2H WITH PART NO. 2965A, PRODUCED BETWEEN DECEMBER 2007 AND MAY 2008, . THESE COOKTOPS ARE SOLD FOR USE OUTSIDE A FOLDING CAMPING TRAILER WITH A DETACHABLE CONNECTION TO THE GAS SUPPLY. A SECTION OF THE FLEXIBLE HOSE CONNECTING THE GAS SUPPLY FROM THE TRAILER TO THE GAS CONTROL MANIFOLD IN THE COOKTOP WAS DETERMINED TO BE INADEQUATELY PROTECTED FROM THE HEAT GENERATED BY THE BURNER.","IF THE HOSE IS OVERHEATED, THE HOSE CAN DETERIORATE AND BEGIN TO LEAK LP GAS WHICH COULD POSSIBLY RESULT IN A FIRE.","SUBURBAN WILL NOTIFY OWNERS AND REPAIR THE COOKTOPS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 2, 2008. OWNERS CAN CONTACT AIRXCEL AT 1-791-676-2326." -09/30/2008,08E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E059000),"Helmet City, Inc.",FMVSS 218/MOTORCYCLE HELMETS/IMPACT,EQUIPMENT,NR (Not Reported),Equipment,2266,"HELMET CITY IS RECALLING 2,266 MOTORCYCLE HELMETS, MODEL #50, SIZES XS THROUGH XXL. THESE HELMETS FAIL TO CONFORM TO THE IMPACT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE WEARER OF ONE OF THESE HELMETS MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN PERSONAL INJURY.","HELMET CITY WILL NOTIFY OWNERS AN OFFER A FULL REFUND FOR THE NONCOMPLIANT HELMETS. THE RECALL BEGAN ON OCTOBER 29, 2008. OWNERS MAY CONTACT HELMET CITY AT 1-888-550-3731." -09/29/2008,08V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V480000),Daimler Buses North America,ALTERNATOR CABLE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,175,"DAIMLER BUSES IS RECALLING 175 MY 2004-2008 ORION V AND VII BUSES EQUIPPED WITH A CUMMINS ISL DIESEL ENGINES. DUE TO VARIOUS ALTERNATOR CABLE ROUTING CONFIGURATIONS, IT MAY BE POSSIBLE FOR THE CABLE TO RUB ON ENGINE COMPONENTS.","WHEN THE CABLE RUBBING IS NOT DETECTED DURING REGULAR MAINTENANCE INSPECTIONS, THE INSULATION CAN RUB TO EXPOSE THE ELECTRIFIED CABLE. ARCING CAN CAUSE A FIRE TO OCCUR.",DAIMLER BUSES WILL REROUTE THE ALTERNATOR CABLE TO ENSURE THAT THE CABLE DOES NOT CONTACT ENGINE COMPONENTS. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JANUARY 2009. OWNERS MAY CONTACT DAIMLER BUSES AT 1-800-716-7466. -09/29/2008,08V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V481000),"Viking RV, LLC",FMVSS 110/TIRE SIZE AND PRESSURE INCORRECT,EQUIPMENT,NR (Not Reported),Vehicle,141,"VIKING RV IS RECALLING 141 MY 2008 EPIC (MODEL 2108ST) AND SPORT (MODEL 108ST) CAMPING TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES."" THE INFORMATION PROVIDED ON THE CERTIFICATION AND TIRE INFORMATION LABELS DENOTING THE TIRE SIZE AND PRESSURE IS INCORRECT.","THIS STANDARD SPECIFIES REQUIREMENTS FOR TIRE SELECTION TO PREVENT TIRE OVERLOADING AND FOR MOTOR HOME/RECREATION VEHICLE TRAILER LOAD CARRYING CAPACITY INFORMATION. A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CERTIFICATION AND TIRE INFORMATION LABELS WITH THE CORRECT LABELS. THE RECALL BEGAN ON OCTOBER 13, 2008. OWNERS MAY CONTACT VIKING RV AT 1-800-368-2829." -09/29/2008,08E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E060000),"ADVANCED POWER SYSTEMS INTERNATIONAL, IN",FUEL CATAYLST/FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2000,"ADVANCED POWER SYSTEMS INTERNATIONAL, INC., (APS) IS RECALLING 2,000 AFTERMARKET FITCH FUEL CATALYST AUTOMOTIVE KITS WHICH COULD HAVE BEEN MANUFACTURED WITH A GATES BARRICADE 5/16"" OR 3/8"" FUEL HOSE, SOLD FOR USE ON VARIOUS PASSENGER CARS AND LIGHT TRUCKS. SUCH HOSES COULD RUPTURE, LEAKING FUEL IN THE ENGINE COMPARTMENT. THE PART NUMBERS OF THE KITS POSSIBLY CONTAINING THE AFFECTED HOSES ARE AS FOLLOWS: F3424, F3436, F3624, F3624-T, F36288, F3636, F3824, F3836, F38G24, F4424B, F4436B, F4624B, F4624TB, F4636, F46G24B, F4824B, F48G24B, F5624B, F56G24B, F5836B, F58G24B, F75424B, F75836B, F75624B, F75624BP, F75636BP, F756G24B, F75824BP, F75836BP, F758186BD, F758202BD, F75836BD, F75824BC, F7582618BC, F758G24B, F756242BC, F100624BP, F100824BP, F1008186BD, F10082618BC, F100824BC.",A FUEL LEAK IN THE ENGINE COMPARTMENT COULD POSSIBLY RESULT IN A FIRE.,"APS WILL REPLACE THE HOSES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 3, 2008. OWNERS MAY CONTACT FITCH TOLL-FREE AT 1-888-881-2774." -09/26/2008,08V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V498000),Collins Bus Corporation,FMVSS 403/WHEELCHAIR LIFT INTERLOCK/INTERMOTIVE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"COLLINS IS RECALLING 8 MY 2007 BANTAM, SUPER BANTAM, OR GRAND BANTAM SCHOOL BUSES EQUIPPED WITH MODULE LOCK601-GD WHEELCHAIR LIFT INTERLOCK MODULE MANUFACTURED BY INTERMOTIVE, INC. IF THE VEHICLE'S BATTERY VOLTAGE DROPS TO 7.5 VOLTS, THE MODULE MAY GO INTO FAULT MODE AND MAY NOT LOCK THE SHIFTER IN PARK WHEN THE LIFT DOOR IS OPENED WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.""",THE VEHICLE MAY BE MOVED WITH THE LIFT DEPLOYED AND COULD RESULT IN INJURY TO THE LIFT OCCUPANT.,"COLLINS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 17, 2008. OWNERS MAY CONTACT COLLINS TOLL-FREE AT 1-800-533-1850 EXT. 430." -09/26/2008,08V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V503000),"FLEETWOOD ENTERPRISES, INC.",FRONT CLEARANCE LIGHTS WIRING ABRASION,EXTERIOR LIGHTING,80912,Vehicle,979,"FLEETWOOD IS RECALLING 979 MY 2008-2009 ICON, JAMBOREE, JAMBOREE GT, PULSE, TIOGA, AND TIOGA SL CLASS C MOTOR HOMES. THE FRONT CLEARANCE LIGHTS WIRING MAY COME IN CONTACT WITH A PORTION OF THE METAL MOUNTING PLATE AND COULD BECOME ABRADED.",THIS COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE WIRING AND REPAIR, IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 2, 2009. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -09/26/2008,08V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V504000),"FLEETWOOD ENTERPRISES, INC.",HOLDING TANK STRAPS,EQUIPMENT,80917,Vehicle,919,"FLEETWOOD IS RECALLING 919MY 2008-2009 JAMBOREE SPORT AND TIOGA RANGER MOTOR HOMES. THE POTABLE, GRAY AND BLACK HOLDING TANK STRAPS MAY EXPERIENCE A PREMATURE FATIGUE CONDITION WHICH MAY RESULT IN ONE OF THE TANKS SEPARATING FROM THE MOTOR HOME.",THIS COULD POSSIBLY RESULT IN PERSONAL INJURY AND/OR A VEHICLE CRASH.,"DEALERS WILL INSPECT AND REPAIR THE STRAPS. THE RECALL BEGAN ON DECEMBER 10, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -09/26/2008,08V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V502000),"FLEETWOOD ENTERPRISES, INC.",PART 567/CERTIFICATION/INCORRECT TIRE PSI RATING,EQUIPMENT,80911,Vehicle,65,"FLEETWOOD IS RECALLING 65 MY 2008-2009 AMERICAN ALLEGIANCE, AMERICAN EAGLE, AMERICAN HERITAGE, AMERICAN TRADITION, AND REVOLUTION L.E. MOTOR HOMES. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE LABEL WAS PRINTED WITH THE REAR AND INTERMEDIATE TIRE PSI RATING REVERSED.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECTED CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. A DEALER CAN INSTALL THIS LABEL FOR THE OWNER AT NO CHARGE. THE RECALL BEGAN ON OCTOBER 9, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -09/26/2008,08V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V505000),"FLEETWOOD ENTERPRISES, INC.",PLASTIC EVAPORATIVE EMISSION LINE ASSEMBLY,ENGINE AND ENGINE COOLING,80918,Vehicle,1583,"FLEETWOOD IS RECALLING 1,583 MY 2008-2009 JAMBOREE, JAMBOREE SPORT, JAMBOREE GT, AND TIOGA, TIOGA RANGER, AND TIOGA SL CLASS C MOTOR HOMES BUILT ON A FORD E450 CHASSIS. A SECTION OF HARD PLASTIC EVAPORATIVE EMISSION LINE NEAR THE EVAP SYSTEM CANISTER MAY BE KINKED AND COMPLETELY RESTRICTED. THIS MAY AFFECT A PRESSURE INCREASE IN THE EVAP LINES AND FUEL TANK IN HIGH AMBIENT TEMPERATURES, CAUSING A RELEASE OF EXCESS VAPORS WHEN THE GAS CAP IS REMOVED.","UNDER CERTAIN CONDITIONS, EXCESS VAPORS AND FUEL MAY BE SPRAYED FROM THE FUEL CAP POSSIBLY RESULTING IN PERSONAL INJURY.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE KINKED EVAPORATIVE LINE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2009. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -09/25/2008,08V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V491000),Shyft Group,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,08021,Vehicle,9,SPARTAN IS RECALLING 9 MY 2007-2008 FUR FIRE TRUCK CAB/CHASSIS AND MY 2008 MM MOTOR HOME CHASSIS AND GLD FIRE TRUCK CAB/CHASSIS EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"THE FUEL PUMP PLUG MAY CRACK CAUSING FUEL TO LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",SPARTAN IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR SPARTAN AT 1-800-543-4277. -09/25/2008,08V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V490000),"Champion Bus, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,503,"CHAMPION BUS IS RECALLING 503 MY 2005-2007 CHALLENGER, CRUSADER, DEFENDER, MY 2005-2006 CORPORAL, MY 2006 CTS-RE, AND MY 2007 CTS-FE AND IC DEFENDER TRANSIT BUSES EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT. THIS LIFT FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,CHAMPION BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CHAMPION BUS AT 1-800-331-5761. -09/25/2008,08V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V497000),LA BOIT INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"LA BOIT IS RECALLING 8 MY 2006-2007 FORD E-450, GMC 5500, AND WORKHORSE SPECIALTY VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,LA BOIT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR LA BOIT AT 1-614-231-7640. -09/25/2008,08V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V500000),"Federal Coach, LLC",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"FEDERAL COACH IS RECALLING 5 MY 2006 FORD 158G, FORD 202G, AND MY 2006-2007 GMC 232 TRANSIT AND SHUTTLE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,FEDERAL COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FEDERAL COACH AT 1-800-292-6210. -09/25/2008,08V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V495000),"Dodgen Industries, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,123,"DODGEN IS RECALLING 123 MY 2005-2006 20', 22', 24', 26' AND 32' COMMERCIAL VEHICLES AND 20', 22', 24', 26', AND 30' MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DODGEN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DODGEN AT 1-800-247-1835." -09/25/2008,08V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V492000),Glendale Recreational Vehicles,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,137,GLENDALE RV IS RECALLING 137 MY 1999-2001 GOLDEN FALCON FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,GLENDALE RV IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR GLENDALE RV AT 1-519-245-1600. -09/25/2008,08V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V494000),"Dodgen Industries, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"DODGEN IS RECALLING 2 MY 2005-2007 26' HANDICAP ACCESSIBLE MOTOR HOMES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,DODGEN IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DODGEN AT 1-800-247-1835. -09/25/2008,08V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V496000),LA BOIT INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"LA BOIT IS RECALLING 8 MY 2006-2007 FORD E-450, GMC 5500, AND WORKHORSE SPECIALTY VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,LA BOIT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR LA BOIT AT 1-614-231-7640. -09/25/2008,08V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V499000),"Federal Coach, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"FEDERAL COACH IS RECALLING 5 MY 2006 FORD 158G, FORD 202G, AND MY 2006-2007 GMC 232 TRANSIT AND SHUTTLE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,FEDERAL COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR FEDERAL COACH AT 1-479-646-6800. -09/24/2008,08V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V485000),PACCAR Incorporated,BRAKE ASSEMBLIES/AIRGLIDE 400 REAR SUSPENSION,SUSPENSION,08KWB,Vehicle,130,"PACCAR IS RECALLING 130 MY 2004-2009 T2000, T800, T600, W900 AND T660 KENWORTH TRUCKS BUILT WITH AN AG400 REAR SUSPENSION, LONG STROKE BRAKE CHAMBERS, AND WIDE BASE TIRES (SUPER SINGLES). THESE VEHICLES MAY DEVELOP AN INCREASE IN LATERAL AND VERTICAL AXLE MOVEMENT. THIS MOVEMENT MAY CAUSE PART OR PARTS OF THE BRAKE ASSEMBLY (BRAKE CAM TUBE SUPPORT, BRAKE CHAMBER BRACKET, BRAKE CHAMBER, BRAKE SPIDER) TO DEVELOP FATIGUE CRACKS, POSSIBLY RESULTING IN THE FAILURE OF THE PART OR PARTS WITHIN THE BRAKE ASSEMBLY.","A FAILURE MAY REDUCE VEHICLE BRAKE PERFORMANCE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL THE CAM TUBE SUPPORT BRACKETS ON ALL OF THE REAR AXLE WHEEL ENDS. INSPECT THE REAR AXLE BRAKE ASSEMBLY AND REPLACE IT IF CRACKED. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440. -09/24/2008,08V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V493000),Glaval Bus,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,171,"GLAVAL BUS IS RECALLING 171MY 2005-2006 UNIVERSAL, PRIMETIME, TITAN, AND APOLLO TRANSIT AND SHUTTLE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,GLAVAL BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR GLAVAL BUS AT 1-574-262-2212. -09/23/2008,08V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V487000),PACCAR Incorporated,DPF BRACKET STRAPS/CATERPILLAR,ENGINE AND ENGINE COOLING,08KWD 908G,Vehicle,4883,"PACCAR IS RECALLING 4,883 MY 2006-2009 KENWORTH T600, T660, T800, W900, T2000 AND MY 2008-2009 PETERBILT 365, 367, 379, 384, 386, 387, 388 AND 389 TRUCKS. INADEQUATE STIFFNESS OF THE DIESEL PARTICULATE FILTER (DPF) BRACKET COULD RESULT IN SEPARATION OF THE DPF FROM THE CHASSIS.",A VEHICLE CRASH COULD OCCUR IF ANOTHER VEHICLE STRIKES THE DPF ON THE ROADWAY.,PACCAR IS WORKING WITH CATERPILLAR TO REPAIR THESE VEHICLES (PLEASE SEE 08E041). OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4196. -09/22/2008,08V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V479000),MILES ELECTRIC VEHICLES,BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,104,MILES ELECTRIC VEHICLES (MEV) IS RECALLING 104 MY 2008 XS40ST LOW SPEED TRUCKS. MANUFACTURING AND ASSEMBLY INCONSISTENCIES WITH THE BRAKE TEE AND ASSEMBLY UNDER-TORQUING OR OVER-TORQUING OF THE BLEEDER SCREWS HAVE PRODUCED INSTANCES OF VISIBLE BRAKE FLUID SEEPAGE AT THE BRAKE TEE AND AT THE BLEEDER SCREWS.,"THE DRIVER MAY EXPERIENCE REDUCED BRAKE PERFORMANCE WHEN APPLYING AND MAINTAINING FORCE ON THE BRAKE PEDAL AND, OVER TIME, THE CAPACITY TO BRAKE WILL GRADUALLY DETERIORATE, FORCING THE DRIVER TO USE HIGHER THAN EXPECTED FORCES. CONTINUED LOSS OF BRAKE FLUID ABOVE CERTAIN AMOUNTS WOULD LEAD TO THE BRAKE BEING INOPERATIVE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE SYSTEM AND REPLACE THE BRAKE TEES. IF NECESSARY, WHEEL CALIPERS OR WHEEL CYLINDERS WILL BE REPLACED. THE RECALL BEGAN ON NOVEMBER 8, 2008. OWNERS MAY CONTACT MEV AT 1-310-390-4890." -09/22/2008,08V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V486000),PACCAR Incorporated,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,08KWC 908H,Vehicle,263,"PACCAR IS RECALLING 263 MY 2008-2009 KENWORTH T800, W900 AND PETERBILT 365 AND 384 TRUCKS EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",PACCAR IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4196. -09/22/2008,08V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V489000),"Quality Van Sales, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,18,"QUALITY VAN SALES IS RECALLING 18 MY 2005-2007 FORD E-250, MY 2006 FORD E-350 AND CHEVROLET EXPRESS VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,QUALITY VAN SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR QUALITY VAN SALES AT 1-800-408-8550. -09/22/2008,08V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V484000),COUNTRY COACH INC,LOSS OF POWER STEERING HYDRAULIC ASSIST,STEERING,NR (Not Reported),Vehicle,238,COUNTRY COACH IS RECALLING 238 MY 2006-2008 AFFINITY AND MAGNA MOTOR HOMES. LOSS OF POWER STEERING ASSIST CAN OCCUR IN THESE MOTOR HOMES.,LOSS OF POWER STEERING ASSIST CAN CREATE AN UNSAFE DRIVING CONDITION WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE FAN DRIVE HYDRAULIC PUMP AND THE TRANSMISSION MOUNTED DRY SPLINE POWER TAKE-OFF WITH A WET SPLINE POWER TAKE-OFF AND RELOCATE THE ENGINE POWER STEERING PUMP TO THE ENGINE POWER STEERING MECHANICAL DRIVE PAD. OWNERS WILL BE NOTIFIED ABOUT THIS RECALL BEGINNING ON SEPTEMBER 28, 2008, WITH INSTRUCTIONS THAT SHOULD THEY EXPERIENCE LOSS OF POWER STEERING OR A SEVERE REDUCTION IN THE ABILITY TO STEER THE MOTOR HOME THAT THEY SHOULD IMMEDIATELY CONTACT THE COUNTRY COACH SERVICE CENTER. THE PARTS NECESSARY FOR THIS RECALL WILL NOT BE AVAILABLE UNTIL MID-NOVEMBER 2008, AT WHICH TIME THE OWNERS WILL BE NOTIFIED TO BRING IN THEIR VEHICLE FOR REPAIR. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -09/22/2008,08V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V488000),"Quality Van Sales, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,18,"QUALITY VAN SALES IS RECALLING 18 MY 2005-2007 FORD E-250, MY 2006 FORD E-350, AND CHEVROLET EXPRESS VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,QUALITY VAN SALES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR QUALITY VAN SALES AT 1-800-408-8550. -09/22/2008,08V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V483000),"Sundowner Trailers, Inc.",TRAILER WIRING HARNESS/ELECTRICAL SHORT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4535,"SUNDOWNER IS RECALLING 4,535 SUNLITE LIVING QUARTER TRAILERS (MODELS 575 GN, 700 GN, 705 GN, 720 GN, 725 GN, 727 GN, 737, 740, 760, 777 GN, CARGO GN, STOCK GN, PROSTOCK GN, AND STAMPEDESL GN). THESE TRAILERS MAY NOT BE EQUIPPED WITH A FUSE IN LINE WITH THE WIRE HARNESS THAT CONNECTS TO THE TOW VEHICLE.","IF AN IMPROPERLY WIRED TOW VEHICLE IS CONNECTED TO THE TRAILER WIRING HARNESS, THERE IS A POSSIBILITY OF ELECTRICAL SHORT WHICH COULD CAUSE A FIRE RESULTING IN PROPER DAMAGE, INJURY TO A CONSUMER AND/OR LIVESTOCK.","DEALERS WILL INSPECT THESE TRAILERS AND IF IT IS ONE OF THE SUSPECTED TRAILERS, THE DEALER WILL INSTALL AN IN LINE FUSE IN THE WIRE HARNESS. THE RECALL BEGAN ON OCTOBER 20, 2008. OWNERS MAY CONTACT SUNDOWNER AT 1-800-654-3879." -09/18/2008,08V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V473000),"Kawasaki Motors Corp., U.S.A.",FUEL FILLER CAP/FUEL TANK REPLACEMENT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,604,"KAWASAKI IS RECALLING 604 MY 2008 VULCAN VN900C8F, VN900D8F, AND MY 2009 VN900B9F, AND VN900B9FL MOTORCYCLES. FUEL CAN LEAK FROM BETWEEN THE TANK FILLER NECK AND THE FUEL CAP GASKET.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANK. THE RECALL BEGAN ON SEPTEMBER 26, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-949-770-0400. NOTE: SOME SPARE PART REPLACEMENT FUEL TANKS ARE INVOLVED IN THIS CAMPAIGN. THE FOLLOWING MOTORCYCLE MODELS MAY HAVE HAD ONE OF THESE REPLACEMENT FUEL TANKS INSTALLED: MY 2006 VN900B6F, VN900D6F, MY 2007 VN900C7F, VN900D7F, MY 2008 VN900B8F, VN900C8F, VN900D8F, AND MY 2009 VN900B9F MOTORCYCLES. PLEASE CONTACT YOUR DEALER IF YOU HAVE ANY QUESTIONS OR CONCERNS ABOUT THESE REPLACEMENT FUEL TANKS." -09/18/2008,08V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V471000),"Hino Motors Sales U.S.A., Inc.",PROPELLER SHAFT BOLTS,POWER TRAIN,M0120,Vehicle,1195,"HINO IS RECALLING 1,195 MY 2007-2009 NV8J TRUCKS. DURING THE MANUFACTURING PROCESS, THE PROPELLER SHAFT BOLTS MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE BOLTS WERE TO LOOSEN, IT COULD CAUSE A VIBRATION IN THE DRIVELINE. IF THIS VIBRATION WERE IGNORED, THE PROPELLER SHAFT COULD SEPARATE FROM THE MATING FLANGE. THIS COULD POTENTIALLY RESULT IN DAMAGE TO PROPERTY AND/OR RESULT IN A CRASH.","DEALERS WILL REPLACE THE PROPELLER SHAFT BOLTS. THE RECALL BEGAN ON OCTOBER 14, 2008. OWNERS MAY CONTACT HINO AT 1-248-699-9300." -09/18/2008,08V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V478000),"AROUND TOWN TRANSPORTATION PRODUCTS, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,"AROUND TOWN IS RECALLING 6 MY 2003 FORD E-350 AND MY 2006 E-250 WHEELCHAIR CONVERSION VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,AROUND TOWN IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR AROUND TOWN AT 1-678-364-8594. -09/17/2008,08V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V482000),"National Van Builders, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,43,"NATIONAL VAN BUILDERS IS RECALLING 43 MY 2005-2008 FORD ECONOLINE VEHICLES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,NATIONAL VAN BUILDERS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NATIONAL VAN BUILDERS AT 1-800-527-7477. -09/17/2008,08V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V465000),"Mercedes-Benz USA, LLC",POWER STEERING HOSE CLAMP,STEERING,2003040005,Vehicle,125228,"MERCEDES-BENZ IS RECALLING 125,228 MY 1998-2004 M-CLASS VEHICLES. THE HOSE CLAMP USED TO SECURE THE POWER STEERING FLUID COOLING HOSE TO THE POWER STEERING FLUID COOLER MAY NOT PROVIDE SUFFICIENT CLAMPING FORCE FOR THIS CONNECTION.",THE LOSS OF POWER STEERING FLUID MAY RESULT IN DIMINISHED POWER STEERING OVER TIME AND ULTIMATELY CAN DAMAGE THE POWER STEERING PUMP. THIS COULD RESULT IN A LOSS OF CONTROL AND A CRASH WITHOUT WARNING.,"AN EARLIER RECALL REPAIR PERFORMED ON THESE VEHICLES MAY NOT BE SUFFICIENT TO PREVENT A FUTURE LEAKAGE OR FAILURE OF THE POWER STEERING HOSE CONNECTION (PLEASE SEE 03V121). SINCE IT IS NOT POSSIBLE THROUGH INSPECTION TO IDENTIFY SPECIFIC VEHICLES THAT MAY NOT HAVE BEEN PROPERLY REPAIRED, ALL VEHICLES REPAIRED PRIOR TO NOVEMBER 15, 2003, WILL BE REPAIRED AGAIN. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2008. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -09/17/2008,08V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V470000),"General Motors, LLC",POWER STEERING LINE NUT,STEERING,08284,Vehicle,42408,"GM IS RECALLING 42,408 MY 2008-2009 SATURN VUE VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE NUT SECURING THE POWER STEERING LINE TO THE POWER STEERING PUMP MAY LOOSEN. IF THIS WERE TO OCCUR, THERE MAY BE A POWER STEERING FLUID LEAK.",THE FLUID COULD CONTACT HOT EXHAUST COMPONENTS RESULTING IN A POSSIBLE ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT THE NUT SECURING THE POWER STEERING LINE TO THE POWER STEERING PUMP. IF THERE ARE NO SIGNS OF A FLUID LEAK, DEALERS WILL TIGHTEN THE NUT. IF A FLUID LEAK IS PRESENT, DEALER WILL TIGHTEN THE NUT AND CHECK THE FLUID LEVEL. THE RECALL BEGAN ON SEPTEMBER 26, 2008. OWNERS MAY CONTACT SATURN AT 1-800-972-8876 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -09/17/2008,08V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V477000),Doubletree RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2749,"DOUBLETREE RV IS RECALLING 2,749 MY 2003-2006 MOBILE SUITES FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","DOUBLETREE RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DOUBLETREE RV AT 1-260-562-1075." -09/16/2008,08V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V476000),Crane Carrier Company,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16,CRANE CARRIER IS RECALLING 16 MY 2007-2008 LDT2 AND LET2 REFUSE PACKERVEHICLES EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",CRANE CARRIER IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR CRANE CARRIER AT 1-918-836-1651. -09/16/2008,08V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V467000),"MORONEY BODY WORKS, INC.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"MORONEY BODY WORKS IS RECALLING 1 MY 2006 B180 (FREIGHTLINER MT55) BOOKMOBILE STEP VAN EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,MORONEY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR MORONEY AT 1-508-792-2878. -09/16/2008,08V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V469000),"TROLLEY ENTERPRISES, INC.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"TROLLEY IS RECALLING 7 MY 2005-2006 TROLLEY BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFT FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"TROLLEY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR TROLLEY AT 1-954-429-3100." -09/16/2008,08V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V475000),Coach and Equipment Mfg. Corp.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,335,"COACH AND EQUIPMENT IS RECALLING 335 MY 2005-2006 PHOENIX PARATRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,COACH AND EQUIPMENT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR COACH AND EQUIPMENT AT 1-315-536-2321. -09/16/2008,08V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V466000),"MORONEY BODY WORKS, INC.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"MORONEY BODY WORKS IS RECALLING 1 MY 2006 B180 (FREIGHTLINER MT55) BOOKMOBILE STEP VAN EQUIPPED WITH A RICON PLATFORM STYLE WHEELCHAIR LIFT FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,MORONEY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR MORONEY AT 1-508-792-2878. -09/16/2008,08V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V468000),"TROLLEY ENTERPRISES, INC.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"TROLLEY IS RECALLING 7 MY 2005-2006 TROLLEY BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFT FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"TROLLEY IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR TROLLEY AT 1-800-303-1493." -09/16/2008,08V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V474000),Coach and Equipment Mfg. Corp.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,594,"COACH AND EQUIPMENT IS RECALLING 594 MY 2005-2007 PHOENIX PARATRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,COACH AND EQUIPMENT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR COACH AND EQUIPMENT AT 1-315-536-2321. -09/15/2008,08V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V464000),"Nissan North America, Inc.",ALLOY WHEELS,WHEELS,NR (Not Reported),Vehicle,3403,"NISSAN IS RECALLING 3,403 MY 2009 ALTIMA VEHICLES EQUIPPED WITH 16-INCH ALLOY WHEELS. SOME THESE WHEELS MAY NOT HAVE BEEN MANUFACTURED TO SPECIFICATION. THIS COULD CAUSE ONE OR MORE OF THE FIVE LUG NUTS ATTACHING THE WHEEL TO THE VEHICLE TO BECOME LOOSE.","IF THE LUG NUTS BECOME LOOSE, IT COULD EVENTUALLY RESULT IN A LOSS OF CONTROL AND A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE VEHICLE TO DETERMINE IF IT IS EQUIPPED WITH ONE OF THE AFFECTED WHEELS. IF IT IS, THE WHEELS WILL BE REPLACED WITH NEW ONES THAT HAVE BEEN MANUFACTURED TO THE CORRECT SPECIFICATION. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -09/15/2008,08V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V472000),AMERICAN LAFRANCE LLC,ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1,"AMERICAN LAFRANCE IS RECALLING ONE (1) LOW CAB FORWARD (LCF) CONDOR TRUCK EQUIPPED WITH A CATERPILLAR C13 DIESEL ENGINE. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,AMERICAN LAFRANCE IS WORKING WITH CATERPILLAR TO REPAIR THIS VEHICLE (PLEASE SEE 08E054). OWNERS MAY CONTACT ATERPILLAR AT 1-800-447-4986 OR AMERICAN LAFRANCE AT 1-843-486-7400. -09/15/2008,08T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T024000),Bridgestone Americas Tire Operations,FMVSS 119/SPEED RESTRICTION MARKING,TIRES,NR (Not Reported),Tire,184,"BFNT IS RECALLING 184 FIRESTONE BRAND FS400 TIRES, SIZE 315/80R22.5 LOAD RANGE L, COMMERCIAL TRUCK TIRES MANUFACTURED BETWEEN JUNE 15 AND JUNE 28, 2008. THESE TIRES WERE NOT BRANDED WITH THE MAXIMUM SPEED LIMIT RATE WHICH DOES NOT CONFORM TO THE MARKING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR MOTOR VEHICLES WITH A GVWR OF MORE THAN 4,536 KILOGRAMS (10,000 POUNDS) AND MOTORCYCLES.""","IF THESE TIRES ARE USED AT SPEEDS ABOVE 55MPH MAXIMUM SPEED LIMIT, THERE IS A POSSIBILITY THAT A TREAD/BELT DETACHMENT MAY OCCUR LEADING TO A LOSS OF VEHICLE CONTROL. THE DESCRIBED FAILURE MAY CREATE A RISK OF PROPERTY DAMAGE, SERIOUS INJURY, OR DEATH.","BFNT WILL NOTIFY OWNERS OF THE SAFETY CAMPAIGN. FIRESTONE DEALERS WILL REPLACE THE TIRES OF THE LINE AND SIZES COVERED BY THIS CAMPAIGN WITH NEW TIRES; AND MOUNT THE REPLACEMENT TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 19, 2008. OWNERS MAY CONTACT BFNT TOLL-FREE AT 1-800-847-3272." -09/12/2008,08V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V463000),GIRARDIN MINIBUS INC.,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,08-021-RIU,Vehicle,88,"GIRARDIN IS RECALLING CERTAIN MY 2005 AND 2006 MB II AND MB IV G5 SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN 2005 AND DECEMBER 2006, EQUIPPED WITH RICON S OR K SERIES WHEELCHAIR LIFTS. THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.""",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"GIRARDIN IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). THE RECALL BEGAN ON SEPTEMBER 18, 2008. OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR GIRARDIN MINIBUS AT 1-819-477-2012 EXT. 428." -09/12/2008,08E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E058000),"Terex South Dakota, Inc.",SERVICE AERIAL DEVICES,EQUIPMENT,CB582,Equipment,142,TEREX TELELECT IS RECALLING 142 TLM SERIES AERIAL DEVICES BUILT FROM JANUARY 2000 THROUGH MARCH 2003. THE PIN RETAINING BOLTS THAT HOLDS PIVOT PINS OR CYLINDER ATTACHING PINS IN PLACE CAN BREAK DUE TO LACK OF LUBRICATION OF THE PIN.,"FAILURE OF THE RETAINER BOLTS ALLOWS THE PIN TO MOVE OUT OF POSITION AND THE BOOM TO FALL, POSSIBLY RESULTING IN PERSONAL INJURY.","TEREX WILL NOTIFY OWNERS AND REPLACE THE PIN RETAINER FASTENERS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 26, 2008. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-882-4000." -09/11/2008,08V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V461000),"Yamaha Motor Corporation, USA",CONNECTING ROD,STEERING,NR (Not Reported),Vehicle,4800,"YAMAHA IS RECALLING 4,800 MY 2007 XF50 AND XC50 MOTORCYCLES. A CRACK MAY DEVELOP ON THE CONNECTING ROD. IF THE ENGINE CONTINUES TO BE RUN, THE CRACK WILL DEVELOP FURTHER AND THE CONNECTING ROD MAY BREAK.","IF THE CONNECTING ROD BREAKS, THE ENGINE WILL STOP AND CANNOT BE RESTARTED INCREASING THE RISK OF A CRASH.","DEALERS WILL DISASSEMBLE THE ENGINE AND THE CRANKSHAFT WILL BE REPLACED WITH ONE THAT HAS A PROPERLY HEAT-TREATED CONNECTING ROD. THE RECALL BEGAN ON SEPTEMBER 26, 2008. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -09/11/2008,08V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V460000),"Subaru of America, Inc.",ENGINE OIL SUPPLY PIPE,ENGINE AND ENGINE COOLING,WVF-16,Vehicle,16715,"SUBARU IS RECALLING 16,715 MY 2007-2008 LEGACY SEDANS AND WAGONS, MY 2008 IMPREZA SEDANS AND WAGONS, AND MY 2009 FORESTER VEHICLES. SOME VEHICLES MAY HAVE THE CYLINDER HEAD-SIDE OIL SUPPLY PIPE AND TURBOCHARGER-SIDE PIPE IMPROPERLY ASSEMBLED.","VIBRATION WOULD OCCUR WHILE DRIVING AND, OVER TIME, COULD EVENTUALLY RESULT IN CRACKING THE PIPE WHICH WOULD ALLOW OIL TO LEAK. IF LEAKING OIL CONTACTS COMPONENTS OPERATING AT HIGH TEMPERATURES, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT FOR CRACKING OR AN OIL LEAK AT THE OIL SUPPLY PIPE AT THE CYLINDER HEAD-SIDE. AN ADDITIONAL BRACKET WILL BE INSTALLED TO INCREASE RIGIDITY OF THE PIPE AND THE PIPE ASSEMBLY WILL BE REPLACED WITH A MODIFIED PART. THE RECALL BEGAN ON OCTOBER 20, 2008. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -09/11/2008,08V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V462000),"Jayco, Inc.",FMVSS 120/INCORRECTLY STATED TIRE LOAD RANGE,EQUIPMENT,NR (Not Reported),Vehicle,28,"JAYCO IS RECALLING 28 MY 2009 LEGACY FIFTH WHEEL TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THERE IS A TYPOGRAPHICAL ERROR INCORRECTLY STATING THE TIRE LOAD RANGE AND THE INFLATION PRESSURE ON THE FEDERAL IDENTIFICATION LABEL FOR THE REAR AXLE.","IF THE CORRECT TIRE PRESSURE IS NOT USED, IT MAY CAUSE PREMATURE TIRE WEAR AND FAILURE INCREASING THE RISK OF A CRASH.",ALL VEHICLES AFFECTED BY THIS CAMPAIGN WERE CORRECTED BEFORE SALE TO CONSUMERS. NO FURTHER ACTION IS REQUIRED ON THIS CAMPAIGN. -09/11/2008,08V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V459000),Kia Motors America,FUEL PUMP SUB-ASSEMBLY,"FUEL SYSTEM, GASOLINE",SC074,Vehicle,6680,"KIA IS RECALLING 6,680 MY 2008-2009 RONDO LX AND EX VEHICLES EQUIPPED WITH A 2.4 LITER ENGINE. THE FUEL PUMP MAY NOT OPERATE PROPERLY RESULTING IN NOT ENOUGH FUEL GETTING TO THE ENGINE. POOR ENGINE STARTING, ENGINE HESITATION, AND OTHER IMPAIRMENT MAY RESULT, AND THE CHECK ENGINE LIGHT MAY ILLUMINATE.",UNUSUALLY SEVERE IMPAIRMENT WHILE DRIVING COULD EXPOSE THE DRIVER TO THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE FUEL PUMP SUB-ASSEMBLY WITH AN IMPROVED PART. THE RECALL BEGAN ON SEPTEMBER 22, 2008. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -09/10/2008,08V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V457000),"Triumph Motorcycles America, Ltd.",BRITTLE BOLTS/PHIL HOLDEN FASTENERS,SUSPENSION,NR (Not Reported),Vehicle,372,"TRIUMPH IS RECALLING 372 MY 2008 SPRINT ST MOTORCYCLES. THERE IS A POSSIBILITY THAT THE SINGLE BOLT THAT IS USED IN THE 3 POSITIONS ON THE REAR SUSPENSION DRAG LINK ASSEMBLY CAN BECOME BRITTLE AND FRACTURE. THE BOLTS INVOLVED ARE THE (1) DRAG LINK TO DROP LINK BOLT, (2) DRAG LINK TO FRAME BOLT, AND (3) DROP LINK TO REAR SUSPENSION UNIT BOLT.","THE HEAD OF THE BOLT MAY DETACH CAUSING THE DRAG LINK ASSEMBLY TO COME APART RESULTING IN LOSS OF REAR SUSPENSION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND DISCARD THE 3 BOLTS AND REPLACE THEM WITH NEW BOLTS. THE RECALL BEGAN ON SEPTEMBER 24, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-539-8782." -09/10/2008,08V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V458000),"Chrysler (FCA US, LLC)",FMVSS 114/AUTOMATIC TRANSMISSION KEY REMOVAL,POWER TRAIN,H29,Vehicle,6636,"CHRYSLER IS RECALLING 6,636 MY 2008-2009 DODGE CHALLENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND ""KEYLESS GO"" OPTION. THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PREVENTION."" IF THE STOP/START BUTTON IS PRESSED AND HELD AND THE ENGINE TURNS OFF, THE ELECTRONIC KEY CODE IS REMOVED FROM THE VEHICLE. SINCE THIS CAN OCCUR IN A TRANSMISSION OR GEAR SELECTOR POSITION OTHER THAN ""PARK,"" AND THE TRANSMISSION OR GEAR SELECTOR DOES NOT BECOME LOCKED IN ""PARK"" AS A DIRECT RESULT OF KEY REMOVAL, IT WAS DETERMINED THAT A NONCOMPLIANCE MAY EXIST.",THIS STANDARD SPECIFIES VEHICLE PERFORMANCE REQUIREMENTS INTENDED TO REDUCE THE INCIDENCE OF CRASHES RESULTING FROM THEFT AND ACCIDENTAL ROLLAWAY OF MOTOR VEHICLES.,"DEALERS WILL REPROGRAM THE WIRELESS IGNITION NODE MODULE SO THE ENGINE CAN ONLY BE TURNED OFF WHEN THE TRANSMISSION AND GEAR SELECTOR IS IN THE ""PARK"" POSITION. THE RECALL BEGAN ON SEPTEMBER 15, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -09/09/2008,08E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E057000),"ANW GROUP, INC.",FMVSS 108/AFTERMARKET HEADLAMPS/AMBER REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,203362,"ANW GROUP IS RECALLING 77,516 SETS OF CORNER AND BUMPER LIGHTS AND 24,165 HEADLAMP SETS SOLD AS AFTERMARKET EQUIPMENT FOR USE ON VARIOUS PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE HEADLAMPS DO NOT CONTAIN THE REQUIRED AMBER SIDE REFLECTORS.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"ANW WILL NOTIFY OWNERS AND OFFER A REFUND FOR THE NONCOMPLIANT CORNER, BUMPER, AND HEADLAMP SETS. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER OR OCTOBER 2008. OWNERS MAY CONTACT ANW GROUP AT 1-626-934-8884." -09/09/2008,08V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V454000),"Mitsubishi Motors North America, Inc.",FUEL TANK MOUNTING STRAP BRACKET,"FUEL SYSTEM, GASOLINE",SR-08-005,Vehicle,45988,"MITSUBISHI IS RECALLING 45,988 MY 2005-2007 ENDEAVOR, GALANT, ECLIPSE COUPE, AND MY 2007 ECLIPSE SPYDER VEHICLES. THE BRACKET THAT IS THE ATTACHMENT POINT FOR THE LEFT REAR FUEL TANK MOUNTING STRAP MAY HAVE BEEN IMPROPERLY FORMED DURING A METAL STAMPING PROCESS. THE PROCESS MAY HAVE CAUSED THE METAL TO HAVE A SPLIT IN THE AREA WHERE THE BOLT THAT HOLDS ONE OF THE TWO FUEL TANK STRAPS TO THE UNDERSIDE OF THE VEHICLE IS LOCATED. IN THE EVENT THE FUEL TANK IS FULL AND THE VEHICLE IS SUBJECT TO A SEVERE COLLISION, THE BRACKET MAY BREAK AND ALLOW THE FUEL TANK TO DROP DOWN, POSSIBLY CAUSING A FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT TO SEE IF THE LEFT REAR FUEL TANK STRAP MOUNTING BRACKET HAS SPLITTING BEYOND A SPECIFIC LIMIT. VEHICLES WITH MODERATE TO SEVERE SPLITTING WILL BE REPAIRED USING A REINFORCEMENT CAP, A SPECIAL STRUCTURAL ADHESIVE, AND A RIVET TO REINFORCE THE FUEL TANK MOUNTING BRACKET. THE RECALL BEGAN ON SEPTEMBER 20, 2008. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -09/09/2008,08V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V453000),Vintage Trailers Ltd.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,265,VINTAGE TRAILERS IS RECALLING 265 MY 2003-2007 CONVERSION TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","VINTAGE TRAILERS IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR VINTAGE TRAILERS AT 1-574-522-2261." -09/09/2008,08V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V456000),"General Motors, LLC",WINDSHIELD WIPER MOTOR,VISIBILITY,08243,Vehicle,13358,"GM IS RECALLING 13,358 MY 2003 HUMMER H2 VEHICLES. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH WATER CAN ENTER THE WINDSHIELD WIPER MOTOR MODULE. IF A SUFFICIENT AMOUNT OF WATER ENTERS THE MODULE, OVER TIME, THE FRONT WINDSHIELD WIPERS MAY WORK INTERMITTENTLY OR THEY MAY BECOME INOPERATIVE.","IF THIS WERE TO OCCUR, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE WINDSHIELD WIPER MODULE COVER, AND REPLACE THE WINDSHIELD WIPER MODULE COVER FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 7, 2008. OWNERS MAY CONTACT HUMMER AT 1-800-732-5493 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -09/09/2008,08V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V455000),"Chrysler (FCA US, LLC)",WINDSHIELD/REAR QUARTER GLASS,VISIBILITY,H24,Vehicle,494,CHRYSLER IS RECALLING 494 MY 2008 JEEP LIBERTY VEHICLES. THE WINDSHIELD AND/OR FIXED REAR QUARTER GLASS MAY HAVE BEEN ASSEMBLED USING INCORRECT URETHANE ADHESIVE. THIS COULD AFFECT GLASS RETENTION.,"IF THE GLASS SEPARATES WHILE DRIVING, IT COULD STRIKE ANOTHER VEHICLE OR INJURE A PEDESTRIAN.","DEALERS WILL REPLACE THE WINDSHIELD AND/OR FIXED REAR QUARTER GLASS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 13, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -09/08/2008,08E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E056000),"SONAR AUTO PARTS CO., LTD.",FMVSS 108/REPLACEMENT HEADLAMPS/AMBER REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,590386,"SONAR AUTO PARTS IS RECALLING 590,386 AFTERMARKET HEADLAMPS, CORNER LIGHTS, AND BUMPER LIGHTS DESIGNED TO BE MOUNTED AT OR NEAR THE FRONT OF CERTAIN VARIOUS PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE HEAD LAMPS DO NOT CONTAIN THE REQUIRED AMBER SIDE REFLECTORS.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"SONAR WILL NOTIFY OWNERS AND OFFER TO A REFUND FOR THE NONCOMPLIANCE HEADLAMPS. THE RECALL BEGAN ON OCTOBER 27, 2008. OWNERS MAY CONTACT SONAR AT 1-866-558-4264." -09/05/2008,08V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V450000),MONACO COACH CORPORATION,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,238,"MONACO IS RECALLING 238 MY 2008-2009 SAFARI CHEETAH, BEAVER CONTESSA, AND MY 2009 MONTEREY CLASS A MOTORHOMES EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",MONACO IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT CATERPILLAR AT-1-800-447-4986 OR MONACO AT 1-888-685-6545. -09/05/2008,08V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V451000),"Southeast Toyota Distributors, LLC",FMVSS 113/PRIMARY HOOD LATCH SYSTEM,STRUCTURE,NR (Not Reported),Vehicle,67,"SOUTHEAST TOYOTA IS RECALLING 67 MY 2008-2009 SCION XB VEHICLES EQUIPPED WITH THE SPORTS GRILL OPTION AND ALSO SEVERAL RADIATOR GRILLS SOLD AS PARTS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 113, ""HOOD LATCH SYSTEM."" IT HAS BEEN DETERMINED THAT SHOULD THE PRIMARY HOOD LATCH BE RELEASED OR FAIL, THE PLASTIC UPPER RADIATOR GRILL GARNISH COULD RELEASE THE SECONDARY LATCH AND CAUSE THE HOOD TO OPEN.","DURING VEHICLE OPERATION, THIS COULD OBSTRUCT THE VIEW OF THE DRIVER POSSIBLY CAUSE THE HOOD TO STRIKE THE ROOF OR THE WINDSHIELD INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE SPORTS GRILL INSTALLATION AND INSTALL ADDITIONAL CLIPS TO ENSURE THE RADIATOR GRILL GARNISH IS PROPERLY SECURED. THE RECALL BEGAN ON OCTOBER 6, 2008. OWNERS MAY CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -09/05/2008,08V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V452000),GIRARDIN MINIBUS INC.,ROOF AIR CONDITIONER EVAPORATOR SEPARATION,EQUIPMENT,08-022-ESU,Vehicle,146,"GIRARDIN IS RECALLING 146 MY 2006-2008 MB IV SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JANUARY 2006 AND AUGUST 28, 2008. THESE BUSES ARE EQUIPPED WITH EVAPORATORS. THE EVAPORATOR'S SUPPORT MAY BREAK OFF DUE TO THE VIBRATION OF THE VEHICLE.","IF THIS SITUATION OCCURS AND IS NOT REPAIRED, THE REAR EVAPORATOR SUPPORT COULD BREAK ALLOWING THE EVAPORATOR TO SEPARATE FROM THE CEILING, POSSIBLY STRIKING A PASSENGER CAUSING PERSONAL INJURY.","GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES BY INSTALLING THE EVAPORATORS DIRECTLY TO THE BUS ROOF. THIS REPAIR WILL BE DONE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 12, 2008. OWNERS MAY CONTACT GIRARDIN AT 1-819-477-8222." -09/04/2008,08V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V449000),BCI (BUS & COACH INTERNATIONAL),TRANSVERSE LOAD AXLE,SUSPENSION,NR (Not Reported),Vehicle,72,BCI IS RECALLING 72 MY 2007-2008 FALCON 45 BUSES. THESE VEHICLES HAVE THE POTENTIAL FOR AN OUT-OF-LEVEL CONDITION LEADING TO POSSIBLE TRANSVERSE AXLE LOADING.,"TRANSVERSE LOAD CAN CREATE INCREASED AXLE LOAD AT ONE SIDE CAUSING TIRE WEAR WHICH, IF UNADDRESSED, COULD CAUSE TIRE FAILURE WHICH COULD RESULT IN A CRASH.",DEALERS WILL REMOVE THE LEFT FRONT LEVELING VALVE ASSEMBLY AND REPLUMB THE FRONT AIR BAGS TO RIGHT FRONT LEVELING VALVE ONLY. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT BCI AT 1-877-452-9224. -09/03/2008,08E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E055000),Hyundai Motor America,AFTERMARKET TOW HITCH SYSTEM/WIRING HARNESS/FIRE,TRAILER HITCHES,085,Equipment,3387,"HYUNDAI IS RECALLING 3,387 TRAILER HITCH WIRING HARNESSES EITHER INCLUDED WITH A TRAILER HITCH OR SOLD AS A SERVICE PART MANUFACTURED BY THULE TOWING SYSTEMS AND DISTRIBUTED BY HYUNDAI FOR INSTALLATION ON MY 2007-2008 SANTA FE AND VERACRUZ VEHICLES. THE ACCESSORY TRAILER HITCH WIRING HARNESS CONVERTER MODULE IS MOUNTED TO THE TOP SURFACE OF THE REAR BUMPER REINFORCEMENT. SOME CIRCUIT BOARD COMPONENTS MAY NOT HAVE BEEN THOROUGHLY SEALED TO PREVENT MOISTURE CONTACT. THE MOISTURE MAY RESULT IN CIRCUIT BOARD CORROSION POSSIBLY CAUSING A SHORT CIRCUIT.","A SHORT CIRCUIT CAN CAUSE OVERHEATING AND DAMAGE TO THE CONVERTER MODULE, POSSIBLY RESULTING IN A FIRE.","THIS RECALL SUPERSEDES A PREVIOUS RECALL CONDUCTED BY HYUNDAI AFFECTING THE SAME TRAILER HITCH WIRING COMPONENTS CONCERNING HIGH CURRENT LEAKAGE OR A SHORT CIRCUIT OF CAPACITOR C1. (PLEASE SEE 08E016). OWNERS WHO HAVE ALREADY HAD THEIR TRAILER HITCH REPAIRED UNDER THE INITIAL CAMPAIGN WILL RECEIVE A SECOND NOTICE FROM HYUNDAI TO HAVE THE NEWLY DESIGNED HARNESS INSTALLED. HYUNDAI WILL NOTIFY ALL OWNERS AND WILL REPAIR THE AFFECTED HARNESSES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 13, 2008. OWNERS MAY CONTACT HYUNDAI CUSTOMER ASSISTANT CENTER AT 1-800-633-5151." -09/03/2008,08V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V445000),Crane Carrier Company,ARD EXTENSION PIPES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,46,"CRANE CARRIER IS RECALLING CERTAIN VEHICLES EQUIPPED WITH CATERPILLAR C13 DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",THIS MAY RESULT IN A FIRE HAZARD.,CRANE IS WORKING WITH CATERPILLAR TO REPAIR THESE VEHICLES (PLEASE SEE 08E054). OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR CRANE AT 918-836-1651. -09/03/2008,08V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V446000),Polaris Inc.,CIRCUIT BREAKER TERMINAL NUTS AND ECM REPROGRAM,ELECTRICAL SYSTEM,V-08-03,Vehicle,2444,"POLARIS IS RECALLING 2,444 MY 2008 VICTORY VISION MOTORCYCLES. THE TERMINAL NUTS THAT SECURE THE MAIN POWER SUPPLY WIRES COULD BE LOOSE AT THE CIRCUIT BREAKER, WHICH CAN CAUSE AN UNEXPECTED LOSS OF ELECTRICAL POWER TO THE MOTORCYCLE. ALSO THE CURRENT FUEL IGNITION MAP PRE-PROGRAMMED INTO THE ELECTRONIC CONTROL MODULE (ECM) CAN CAUSE ENGINE STALLING.","EITHER CONDITION COULD CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A LOSS OF CONTROL AND A CRASH.","DEALERS WILL INSPECT AND TIGHTEN THE CIRCUIT BREAKER TERMINAL NUTS AND RE-PROGRAM THE ECM FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 23, 2008. OWNERS MAY CONTACT POLARIS/VICTORY AT 1-888-704-5290." -09/03/2008,08V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V448000),Prevost Car (US) Inc.,ESCAPE HATCH FIXATION,STRUCTURE,SR08-12,Vehicle,189,"PREVOST IS RECALLING 189 MY 2008-2009 XLII-45, XLII-45E, X3-45 MOTOR HOMES AND H3-41, H3-45, AND VIP MOTOR COACHES. DUE TO IMPROPER INSTALLATION OF THE ESCAPE HATCH RETAINING BOLTS, THESE BOLTS CAN BREAK.","IF THE BOLTS BREAK, THE ESCAPE HATCH CAN FALL DOWN ON TO THE ROADWAY, INCREASING THE RISK OF PROPERTY DAMAGE OR A CRASH.","PREVOST WILL PROVIDE PARTS AND INSTALLATION INSTRUCTIONS TO THE OWNERS OF THE AFFECTED VEHICLES. THE RECALL BEGAN ON OCTOBER 21, 2008. OWNERS MAY CONTACT PREVOST AT 1-418-883-3391." -09/03/2008,08V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V444000),"General Motors, LLC",FMVSS 201/STORAGE BIN DOOR,LATCHES/LOCKS/LINKAGES,08157,Vehicle,296422,"GM IS RECALLING 296,422 MY 2006-2008 CHEVROLET HHR VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, 'OCCUPANT PROTECTION IN INTERIOR IMPACT."" THE DOOR ON THE STORAGE BIN IN THE TOP CENTER OF THE INSTRUMENT PANEL FAILED TO REMAIN CLOSED AS REQUIRED.",THIS STANDARD SPECIFIES PERFORMANCE REQUIREMENTS TO PROVIDE HEAD IMPACT PROTECTION FOR OCCUPANTS.,"A REDESIGNED LATCH WILL BE MADE AVAILABLE. THE RECALL BEGAN ON DECEMBER 23, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -09/03/2008,08V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V447000),"Autocar, LLC",FRONT EXTENSION BRACKETS/LOADER HYDRAULIC SYSTEM,STRUCTURE,A-0804,Vehicle,770,"AUTOCAR IS RECALLING 770 MY 2007-2009 WXLL HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH RESIDENTIAL FRONT-LOADER APPLICATIONS. THESE VEHICLES MAY DEVELOP CRACKS MAINLY IN THE TOP FLANGE OF THE RH EXTENSION OF THE FRAME RAIL AT THE FRONT SPLAY BREAK WHERE THE RE-ENFORCING STRAPS ARE WELDED. DURING FRONT-LOADER OPERATION, RESIDUAL HYDRAULIC PRESSURE CAUSES THE FRONT LOADER SYSTEM TO PUSH DOWN ON THE BUMPER-MOUNTED BRACKETS, CAUSING VISIBLE DEFLECTION OF THE CHASSIS FROM THE SUSPENSION FRONT HANGER BRACKET FORWARD.",THE DEFLECTION MAY EVENTUALLY RESULT IN CRACKING OF THE FRAME RAIL.,"DEALERS WILL REPLACE THE FRONT FRAME EXTENSIONS WITH THE NEW I-BEAM EXTENSION DESIGN. THE RECALL BEGAN ON SEPTEMBER 29, 2008. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -08/29/2008,08V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V443000),Newmar Corporation,POLYETHYLENE MOISTURE BARRIER BREAKDOWN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,148,"NEWMAR IS RECALLING 148 MY 2008-2009 VENTANA DP MOTOR HOMES. AFTER SOME PERIOD OF USE AND DUE TO THE UNSHIELDED PROXIMITY OF THE PRIMARY ENGINE EXHAUST SYSTEM, THERMAL BREAKDOWN OF THE POLYETHYLENE MOISTURE BARRIER MAY OCCUR AND COULD RESULT IN AUTO-IGNITION AND COMBUSTION.","THE LOCATION OF THE MOISTURE BARRIER (ON THE UNDERSIDE OF THE MAIN FLOOR ABOVE THE ENGINE COMPARTMENT), IN RELATION TO THE UNSHIELDED PRIMARY ENGINE EXHAUST SYSTEM, MAY PRESENT A FIRE HAZARD.",DEALERS WILL ADD THE OMITTED HEAT SHIELD. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2008. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791. -08/28/2008,08V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V441000),"General Motors, LLC",HEATED WIPER WASHER SYSTEM,ELECTRICAL SYSTEM,08048,Vehicle,857735,"GM IS RECALLING 857,735 MY 2006-2008 BUICK LUCERNE; CADILLAC DTS; HUMMER H2; MY 2007-2008 CADILLAC ESCALADE, ESCALADE ESV, ESCALADE EXT; CHEVROLET AVALANCHE, SILVERADO, SUBURBAN, TAHOE; GMC ACADIA, SIERRA, YUKON, YUKON XL, SATURN OUTLOOK; AND MY 2008 BUICK ENCLAVE VEHICLES EQUIPPED WITH A HEATED WIPER WASHER FLUID SYSTEM. A SHORT CIRCUIT ON THE PRINTED CIRCUIT BOARD FOR THE WASHER FLUID HEATER MAY OVERHEAT THE CONTROL-CIRCUIT GROUND WIRE.","THIS MAY CAUSE OTHER ELECTRICAL FEATURES TO MALFUNCTION, CREATE AN ODOR, OR CAUSE SMOKE INCREASING THE RISK OF A FIRE.","DEALERS WILL INSTALL A WIRE HARNESS WITH AN IN-LINE FUSE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 12, 2008. OWNERS MAY CONTACT BUICK AT 1-866-608-8080; CADILLAC AT 1-800-982-2339 OR HTTP://WWW.CADILLAC.COM; CHEVROLET AT 1-800-630-2438; SATURN AT 1-800-972-8876 OR HTTP://WWW.SATURN.COM, GMC AT 1-866-996-9436; OR HUMMER AT 1-800-732-5493; OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -08/28/2008,08V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V442000),WORKHORSE CUSTOM CHASSIS,STEERING DRAG LINK/PITMAN ARM CONNECTION,STEERING,20801-C,Vehicle,5606,"WORKHORSE IS RECALLING 5,606 MY 2006-2008 W42 COMMERCIAL CHASSIS AND W18 RECREATIONAL VEHICLE CHASSIS. THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM MAY HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE IMPROPER TORQUE MAY HAVE DAMAGED THE CASTLE NUT AND COMPROMISED THE INTEGRITY OF THE CONNECTION.","IF THE DRAG LINK WERE TO SEPARATE FROM THE PITMAN ARM, THE DRIVER WOULD NOT HAVE DIRECTIONAL CONTROL OF THE VEHICLE POSSIBLY CAUSING A CRASH.","DEALERS WILL REPLACE AND PROPERLY TIGHTEN THE CASTLE NUT THAT RETAINS THE STEERING DRAG LINK TO THE PITMAN ARM. THE RECALL BEGAN ON SEPTEMBER 19, 2008. OWNERS MAY CONTACT WORKHORSE AT 1-877-946-7731 OR AT HTTP://WWW.NAVISTAR.COM." -08/27/2008,08V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V438000),"Navistar, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,08509,Vehicle,1607,"NAVISTAR IS RECALLING 1,607 MY 2007 THROUGH 2009 IC BESB, CESB, FESB, AND RESB SCHOOL BUSES MANUFACTURED FROM JANUARY 4, 2006 THROUGH NOVEMBER 15, 2007, EQUIPPED WITH RICON S OR K SERIES WHEELCHAIR LIFTS. THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.""",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,NAVISTAR IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR NAVISTAR AT 1-260-461-1890. -08/27/2008,08V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V436000),"Navistar, Inc.",FMVSS 403/WHEELCHAIR LIFTS/PLATFORM THRESHOLD,EQUIPMENT ADAPTIVE/MOBILITY,08508,Vehicle,1889,"NAVISTAR IS RECALLING 1,889 IC SCHOOL BUSES MANUFACTURED FROM MAY 4, 2005 THROUGH NOVEMBER 15, 2007, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"NAVISTAR IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL BEGAN ON OCTOBER 1, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR NAVISTAR AT 1-260-461-1890." -08/27/2008,08V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V439000),BUELL MOTORCYCLE CO.,FUEL TANK,"FUEL SYSTEM, GASOLINE",0835,Vehicle,1335,"BUELL IS RECALLING 1,307 MY 2007-2008 BLAST MOTORCYCLES. THE FUEL TANK MAY EXPERIENCE SOME LOCAL DEFORMATION UNDER HIGH-HEAT CONDITIONS THAT CREATES CONTACT OF THE TANK WITH THE CYLINDER HEAD. IN SOME OF THESE CASES, THE CYLINDER HEAD RUBBING ON THE FUEL TANK HAS CREATED A FUEL LEAK.","THIS COULD RESULT IN A CRASH OR FIRE, WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.","DEALERS WILL INSTALL A BRACKET WHICH WILL PREVENT THE FUEL TANK FROM CONTACTING THE CYLINDER HEAD. THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT BUELL AT 1-414-343-8400." -08/27/2008,08V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V440000),AM GENERAL LLC,FUEL TANK,"FUEL SYSTEM, DIESEL",AMG-R0801,Vehicle,684,AM GENERAL IS RECALLING 684 MY 2006 HUMMER H1 ALPHA SERIES VEHICLES. THE VEHICLE'S FUEL TANK MAY CONTACT THE REAR PROP SHAFT REAR UNIVERSAL JOINT CAUSING A RUB THROUGH CONDITION.,A LEAK CONDITION MAY RESULT. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A CRASH.,"DEALERS WILL REMOVE THE MAIN FUEL TANK ASSEMBLY AND REPLACE IT WITH A NEW MODIFIED FUEL TANK ASSEMBLY, NEW REAR SIDE SHIELD AND ALL NEW ATTACHING HARDWARE. THE RECALL BEGAN ON DECEMBER 5, 2008. OWNERS MAY CONTACT AM GENERAL AT 1-800-638-8303." -08/26/2008,08V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V437000),"NABI Bus, LLC",CHECK VALVE/PARKER/BENDIX,"SERVICE BRAKES, AIR",2008-04,Vehicle,164,"NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING 164 MY 2003-2004 45CLFW COMPOSITE BODIED TRANSIT BUSES. AFTER PROLONGED USE OF THE PARKER CHECK VALVE, THE VALVE BODY RETAINER MAY BECOME EXCESSIVELY WORN, AND EVENTUALLY BREAK APART.","PIECES OF THE VALVE COULD BECOME LODGED WITHIN THE SPRING BRAKE VALVE, POTENTIALLY CAUSING A LEAK OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SPRING BRAKE VALVE. THIS COULD CAUSE A DELAY IN BRAKE APPLICATION OF THE SPRING (PARKING) BRAKES AFTER THE OPERATOR PULLS THE DASH CONTROL VALVE, SPRING BRAKES NOT FULLY RELEASING, OR LOSS OF ISOLATION BETWEEN THE PRIMARY AND SECONDARY CIRCUITS. THIS CAN OCCUR WITHOUT WARNING AND POSSIBLY LEAD TO UNINTENDED VEHICLE ROLL-AWAY, BRAKE DRAG, OR IN THE CASE OF LOSS OF PRIMARY CIRCUIT, THE INABILITY TO MODULATE THE SPRING B RAKES.",NABI IS WORKING WITH BENDIX TO REPLACE THE PARKER CHECK VALVES (PLEASE SEE 07E038). OWNERS MAY CONTACT BENDIX AT 1-440-329-9000 OR NABI AT 1-888-391-1777. -08/26/2008,08V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V434000),"NABI Bus, LLC",CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,2008-3,Vehicle,15,NORTH AMERICAN BUS INDUSTRIES (NABI) IS RECALLING 15 MY 2007-2008 BLUE-BIRD L4RE AND C4RE TRANSIT BUSES EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","NABI IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986, OR NABI AT 1-888-391-1777." -08/26/2008,08V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V435000),Blue Bird Body Company,FMVSS 403/WHEELCHAIR LIFT INTERLOCKS,EQUIPMENT ADAPTIVE/MOBILITY,R08NM,Vehicle,803,"BLUE BIRD IS RECALLING 803 MY 2006 THROUGH 2009 MICRO BIRD SCHOOL BUSES MANUFACTURED FROM JULY 27, 2005, THROUGH AUGUST 20, 2008, EQUIPPED WITH OPTIONAL WHEELCHAIR LIFTS. THE WHEELCHAIR LIFT ENABLE SWITCH, IF SET TO THE ""OFF"" POSITION WHILE THE LIFT IS DEPLOYED CAN RENDER THE WHEELCHAIR INTERLOCKS INOPERATIVE.",WHEN THE LIFT ENABLE SWITCH IS ACTIVATED THE DOOR BRAKE INTERLOCKS COULD BE DISABLED AND THE BUS COULD BE MOVED WHILE THE LIFT IS DEPLOYED WHICH COULD RESULT IN PROPERTY DAMAGE OR PERSONAL INJURY.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2008. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -08/26/2008,08V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V433000),"Tiffin Motorhomes, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,3539,TIFFIN IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,TIFFIN IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR TIFFIN AT 1-256-356-8661. -08/25/2008,08E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E054000),"Caterpillar, Inc.",AFTERTREATMENT REGENERATION DEVICE EXTENSION PIPES,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,313,"CATERPILLAR IS RECALLING 313 C13 6-CYLINDER, 13L TURBOCHARGED, AIR-TO-AIR AFTER COOLED DIESEL ENGINES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A HOLE, AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULAR FILTER.",THIS CONDITION COULD RESULT IN A FIRE.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CATERPILLAR AT NO COST TO THE OWNER. THE RECALL BEGAN ON JANUARY 7, 2009. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986." -08/25/2008,08V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V428000),Ford Motor Company,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,08V02,Vehicle,2811,"FORD IS RECALLING 2,811 MY 2008-2009 F-650 AND F-750 TRUCKS EQUIPPED WITH C7 OR C9 CATERPILLAR DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","FORD IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986, OR FORD AT 1-800-343-5338 (FLEET OWNERS) OR 1-866-906-9811 (MOTOR HOME OWNERS)." -08/25/2008,08V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V432000),"Daimler Trucks North America, LLC",FMVSS 404/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,FL-537,Vehicle,1046,"DAIMLER TRUCKS IS RECALLING 2,250 MY 2006 AND 2007 THOMAS BUILT MINOTOUR, FS65, C2, HDX, AND MVP EF SCHOOL BUSES AND RECREATIONAL VEHICLE CHASSIS MANUFACTURED BETWEEN MARCH 9, 2005 AND FEBRUARY 23, 2007, EQUIPPED WITH RICON S OR K SERIES WHEELCHAIR LIFTS. THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"DAIMLER TRUCKS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). THE RECALL BEGAN ON NOVEMBER 26, 2008. OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR THOMAS BUILT AT 1-336-889-4871." -08/25/2008,08V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V429000),Hyundai Motor America,FUEL PUMP MOTOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,65000,"HYUNDAI IS RECALLING 65,000 MY 2008 ELANTRA VEHICLES WITH 2.0 LITER BETA ENGINES. THE FUEL PUMP MOTOR MAY NOT HAVE THE PROPER UNIFORM INTERNAL ELECTRICAL SURFACE CONTACT. THIS MAY CAUSE THE FUEL PUMP TO PRODUCE LESS PUMPING PRESSURE THAN REQUIRED TO SUPPLY THE FUEL INJECTION SYSTEM.",POOR ENGINE STARTING AND HESITATION MAY RESULT. OTHER ENGINE PERFORMANCE ISSUES MAY ALSO RESULT INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE FUEL PUMP SUBASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 15, 2008. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -08/25/2008,08V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V431000),PACCAR Incorporated,T-14 SERVICE BRAKE CHAMBER/BENDIX,"SERVICE BRAKES, AIR",08KWA & 708F,Vehicle,86,"PACCAR IS RECALLING 86 MY 2009 KENWORTH T660, T800, W900, AND PETERBILT 386, 365, AND 388 TRUCKS EQUIPPED WITH BENDIX FRONT AIR DISC BRAKES. THE SIZE 14 SERVICE CHAMBER OF CERTAIN FRONT AIR DISC BRAKES MAY HAVE BEEN CONTAMINATED WITH GREASE BETWEEN THE PISTON HEAD/PLATE AND THE DIAPHRAGM. WHEN BRAKING PRESSURE IS APPLIED, THE GREASE MAY ALLOW THE PISTON HEAD/PLATE TO SLIP OFF CENTER AND CATCH ON THE REDUCING RING OF THE SIZE 14 SERVICE CHAMBER.",THE CATCHING OF THE PISTON HEAD/PLATE ON THE REDUCING RING MAY LOCK UP THE CORRESPONDING FRONT AIR DISC BRAKE WHICH MAY IMPACT THE OPERATOR'S ABILITY TO STEER OR CONTROL THE VEHICLE.,"DEALERS WILL REPLACE BOTH FRONT AIR DISC BRAKES SIZE 14 SERVICE CHAMBERS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 27, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196." -08/25/2008,08V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V430000),"Daimler Trucks North America, LLC",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,FL-536,Vehicle,1419,"DAIMLER TRUCKS IS RECALLING 1,419 MY 2006 THROUGH 2008 THOMAS BUILT SCHOOL BUSES AND RECREATIONAL VEHICLE CHASSIS MANUFACTURED BETWEEN MARCH 7, 2005 AND MAY 27, 2008, EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"THOMAS BUILT IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL BEGAN ON NOVEMBER 26, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR THOMAS BUILT 1-336-889-4871." -08/22/2008,08V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V427000),Newmar Corporation,POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,274,"NEWMAR IS RECALLING 274 MY 2005 KOUNTRY STAR DIESEL PUSHER, NORTHERN STAR DIESEL PUSHER, AND MY 2006 VENTANA DIESEL PUSHER MOTOR HOME. SPECIFIC INLINE POWER STEERING FILTERS MAY BECOME PLUGGED, RESULTING IN HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING. THIS HOSE SEPARATION WOULD RESULT IN LOSS OF STEERING FLUID AND LOSS OF POWER STEERING ASSIST.",LOSS OF POWER STEERING ASSIST WOULD EFFECTIVELY INCREASE THE STEERING EFFORT REQUIRED AND COULD LEAD TO LOSS OF VEHICLE CONTROL.,NEWMAR IS WORKING WITH DAIMLER TRUCKS AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR NEWMAR AT 574-773-7791. -08/21/2008,08V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V422000),HILBILT MFG. CO.,AXLE & SUSPENSION SYSTEMS/WATSON & CHALIN,SUSPENSION,NR (Not Reported),Vehicle,6,"HILBILT IS RECALLING 6 MY 2005-2006 MACK, MY 2005 KENWORTH AND PETERBILT TRUCKS EQUIPPED WITH A WATSON & CHALIN AUXILIARY AXLE. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSION'S ABILITY TO LIFT THE AXLE WHEN IT IS NOT NEEDED.","WARNINGS OF A SITUATION WHERE ONE SIDE OF THE UNIT DOES NOT LIFT AS MUCH AS THE OTHER SIDE, A VERTICAL VIBRATION OR ERRATIC BEHAVIOR OF THE SUSPENSION COULD OCCUR INCREASING THE RISK OF A CRASH.",HILBILT IS WORKING WITH WATSON & CHALIN TO PROVIDE OWNERS WITH REPAIR KITS ALONG WITH REPAIR INSTRUCTIONS TO THE VEHICLE OWNERS (PLEASE SEE 07E057). OWNERS MAY CONTACT WATSON & CHALIN AT 1-800-445-0736 OR HILBILT AT 1-501-794-2500. -08/21/2008,08V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V426000),"Gulf Stream Coach, Inc.",POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,99,"GULF STREAM IS RECALLING 99 MY 2006-2007 CRESCENDO, YELLOWSTONE, FRIENDSHIP AND TOURMASTER MOTOR HOME CHASSIS BUILT USING INLINE POWER STEERING FILTERS. THE FILTER CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE. THIS CAN LEAD TO HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,GULF STREAM IS WORKING WITH DAIMLER TRUCKS TO REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR GULF STREAM AT 1-574-773-7761. -08/21/2008,08V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V423000),SUNRAY RV LLC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1269,"SUNRAY RV IS RECALLING 1,269 MY 2004-2006 MODELS 14FRB, 19FRB, 22RKS, 23TH, 24BH, 25RLS, 26FBR, 27 SQ, 28BH, 29RKDS, 20SBH, 31SDBH, 32DS, AND 32RTH TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SUNRAY RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNRAY RV AT 1-423-626-7243." -08/21/2008,08V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V424000),TETON HOMES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,123,"TETON HOMES IS RECALLING 123 MY 2003-2007 EXPERIENCE, ROYAL, AND MY 2003-2005 GRAND FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","TETON HOMES IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TETON HOMES AT 1-307-235-1525." -08/21/2008,08V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V425000),"Eclipse Recreational Vehicles, Inc.",STATIC BUMP CLEARANCE,SUSPENSION,NR (Not Reported),Vehicle,51,"ECLIPSE IS RECALLING 51 MY 2009 MILAN T25RKS AND T28RLS TRAVEL TRAILERS WITH TANDEM AXLES. THE STATIC CLEARANCE, THE DISTANCE FROM THE TOP OF THE TIRE TO THE BOTTOM OF THE FLOOR, IS NOT ADEQUATE WHICH CAN CAUSE UNDERBELLY WEAR WHICH CAN ALLOW IT TO BE EXPOSED TO THE ELEMENTS.",,"DEALERS WILL REPLACE THE CENTER EQUALIZER WHICH WILL ADD AN ADDITIONAL 1/4"" OF CLEARANCE. THE RECALL BEGAN ON OCTOBER 24, 2008. OWNERS MAY CONTACT ECLIPSE AT 1-951-684-6868." -08/20/2008,08V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V413000),"Elgin Sweeper Company, Inc.",RADIATOR COOLING FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,49,"ELGIN IS RECALLING 49 MY 2007-2008 WHIRLWIND STREET SWEEPERS WITH TIER III JOHN DEERE AUXILIARY ENGINES. THE AUXILIARY ENGINE RADIATOR FAN IS MOUNTED TO THE CRANKSHAFT OF THE ENGINE. UNDER HEAVY OPERATING CONDITIONS AND HIGH AUXILIARY ENGINE SPEEDS, THE RADIATOR FAN BLADES CAN SEPARATE FROM THE FAN HUB. IF THIS CONDITION OCCURS, FAN BLADES OR DEBRIS FROM THE FAILED FAN BLADES CAN LEAVE THE FAN HOUSING ON THE PASSENGER SIDE OF THE SWEEPER.","IF THE RADIATOR FAN BLADES SEPARATE, PERSONS WHO SERVICE THE SWEEPER OR WO ARE NEAR THE STREET SWEEPER COULD BE INJURED AND/OR PROPERTY DAMAGE COULD OCCUR.","DEALERS WILL INSTALL A NEW RADIATOR FAN THAT HAS THICKER FAN BLADES AND A NON-SEGMENTED FAN BASE WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 25, 2008. OWNERS MAY CONTACT ELGIN AT 1-877-342-5374." -08/20/2008,08V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V415000),"Peterson Industries, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,5,PETERSON IS RECALLING 5 MY 2001 CLASSIC AND MY 2001-2002 EXCEL LIMITED EDITION FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,PETERSON IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR PETERSON AT 1-785-282-6825. -08/20/2008,08V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V414000),Newmar Corporation,SR-7 SPRING BRAKE VALVE/BENDIX/FREIGHTLINER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1,NEWMAR IS RECALLING 1 MY 2004 ESSEX DIESEL PUSHER MOTOR HOME BUILT ON A FREIGHTLINER CHASSIS AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES. THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.,"THIS COULD CAUSE A DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","NEWMAR IS WORKING WITH DAIMLER TRUCKS AND BENDIX TO REPAIR THIS VEHICLE (PLEASE SEE 07V302 AND 07E037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712, BENDIX AT 1-440-329-9000 OR NEWMAR AT 1-574-773-7791." -08/19/2008,08E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E053000),EAGLE EYES TRAFFIC INDUSTRIAL CO. LTD,FMVSS 108/MISSING AMBER SIDE REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,404546,"EAGLE EYES IS RECALLING 404,546 HEADLAMP ASSEMBLIES OF VARIOUS PART NUMBERS SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE HEADLAMPS DO NOT CONTAIN THE REQUIRED AMBER SIDE REFLECTORS.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,EAGLE EYES WILL NOTIFY OWNERS AND OFFER COMPLIANT REPLACEMENT HEADLAMPS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2008. OWNERS MAY CONTACT EAGLE EYES AT 1-800-568-1098. -08/19/2008,08V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V402000),"Jayco, Inc.",UPPER REAR PLASTIC CAP DETACHES,STRUCTURE,NR (Not Reported),Vehicle,222,JAYCO IS RECALLING 222 MY 2009 EAGLE SL TRAVEL TRAILERS. THE UPPER REAR PLASTIC CAP CAN BECOME DETACHED FROM THE REAR WALL DUE TO IMPROPER CLEANING OF MATING SURFACE TO ALLOW PROPER ADHESION.,"IF THIS CONDITION IS NOT ADDRESSED, IT MAY RESULT IN A CRASH, INJURY OR DEATH.","DEALERS WILL REMOVE THE UPPER REAR PLASTIC CAP TO INSTALL BACKERS, NEW ADHESIVE TAPE, ADD SCREWS, AND PREPARE THE SURFACE FOR PROPER ADHESION. THE RECALLBEGAN AUGUST 25, 2008. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -08/15/2008,08E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E052000),"MOTION PRO, INC.",AFTERMARKET BRAKE LEVERS,EQUIPMENT,NR (Not Reported),Equipment,10000,"MOTION PRO IS RECALLING 10,000 AFTERMARKET BRAKE LEVERS, MODEL NO. 14-0415, SOLD FOR USE ON CERTAIN MY 1999 THROUGH 2008 SUZUKI AND MY 1998 THROUGH 2003 YAMAHA MOTORCYCLES. THE LOBE HEIGHT ON SOME OF THESE LEVERS ARE SMALLER AND DO NOT PROPERLY ENGAGE THE STOMP LAMP SWITCH WHICH WILL NOT DEACTIVATE WHEN THE DRIVER RELEASES THE BRAKE LEVER. THE LEVER CAN BE IDENTIFIED BY THE MARKING ""JY 378"" AT THE BASE OF THE LEVER NEAR THE PIVOT BUSHING.","IF THIS OCCURS, THE STOP LAMP WILL REMAIN ON WHICH COULD POSSIBLY RESULT IN A CRASH.","MOTION PRO WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT MOTION PRO AT 1-877-438-7831." -08/15/2008,08V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V417000),"Daimler Trucks North America, LLC",FMVSS 108/MARKER LAMPS,EXTERIOR LIGHTING,FL-532,Vehicle,7,"DAIMLER TRUCKS IS RECALLING 7 MY 2006-2007 WESTERN STAR 4900EX TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' ADDITIONAL MARKER LAMPS WERE INSTALLED BETWEEN THE REQUIRED IDENTIFICATION LAMPS AND CLEARANCE LAMPS ON THE TOP OF SOME TRUCK CABS.",ADDITIONAL LAMPS LOCATED ON THE SAME HORIZONTAL LINE NEAR THE IDENTIFICATION LAMPS MAY MAKE IF DIFFICULT FOR OTHER DRIVERS TO DISTINGUISH LARGER VEHICLES UNDER SOME CONDITIONS.,"DEALERS WILL REMOVE THE ADDITIONAL MARKER LAMPS. THE RECALL BEGAN ON OCTOBER 2, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -08/15/2008,08V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V421000),PLEASURE-WAY INDUSTRIES LTD.,FMVSS 108/TIRE CARRIER/TAIL LIGHT VISIBILITY,EQUIPMENT,NR (Not Reported),Vehicle,127,"PLEASURE-WAY IS RECALLING 127 MY 2007-2008 ASCENT AND PLATEAU CLASS B MOTOR HOMES EQUIPPED WITH A REAR HITCH MOUNT TIRE CARRIER. THESE MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE TIRE CARRIER IMPEDES THE TAIL LIGHT VISIBILITY.",POOR REAR TAIL LIGHT VISIBILITY COULD RESULT IN A CRASH.,"DEALERS WILL REMOVE THE HITCH MOUNT SPARE TIRE CARRIER AND ALL RELATED HARDWARE. THE RECALL BEGAN ON SEPTEMBER 2, 2008. OWNERS MAY CONTACT PLEASURE-WAY AT 1-800-364-0189." -08/15/2008,08V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V412000),Mazda Motor Corp.,FUEL TANK OUTSIDE COATING,"FUEL SYSTEM, GASOLINE",5008H,Vehicle,7200,"MAZDA IS RECALLING 7,200 MY 2007-2008 MAZDA6 VEHICLES WITH CALIFORNIA EMISSION SPECIFICATIONS. THE METAL FUEL TANKS ON THE AFFECTED VEHICLES MAY HAVE HAD THE PVC PROTECTIVE COATING ON THE OUTSIDE OF THE FUEL TANK DAMAGED DURING THE ASSEMBLY PROCESS WHICH MAY RESULT IN REDUCED CORROSION RESISTANCE.","THIS COULD LEAD TO PERFORATION OF THE FUEL TANK, CAUSING FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE BOTTOM SURFACE OF THE FUEL TANK FOR DAMAGE TO THE PROTECTIVE COATING AND, IF NECESSARY, REPAIR THE COATING OR REPLACE THE FUEL TANK. THE RECALL BEGAN ON AUGUST 28, 2008. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500, OPTION 2." -08/15/2008,08V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V411000),"Gulf Stream Coach, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,26847,"GULF STREAM IS RECALLING 26,847 MY 2003-2006 RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","GULF STREAM IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GULF STREAM AT 1-574-773-7761." -08/15/2008,08V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V416000),"Gulf Stream Coach, Inc.",SR-7 SPRING BRAKE VALVE/BENDIX/FREIGHTLINER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"GULF STREAM IS RECALLING 5 MY 2008-2008 TOURMASTER RECREATIONAL VEHICLES EQUIPPED WITH BENDIX SR-7 SPRING BRAKE CONTROL VALVES. THE PARKER SCV BRASS 90 DEGREE SINGLE CHECK VALVES (SCV) WHICH ATTACH TO THE SUPPLY PORT OF A BENDIX SR-7 SPRING BRAKE MODULATING VALVE CAN BREAK APART. PIECES OF THE PARKER SCV CAN BECOME LODGED INSIDE THE SR-7 SPRING BRAKE MODULATING VALVE, POTENTIALLY CAUSING EITHER LEAKAGE OUT OF THE SR-7 VALVE OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SR-7 VALVE. ALSO, DUE TO A MANUFACTURING DEFECT IN THE INTERNAL RUBBER CHECK VALVE INSIDE THE SR-7 SPRING BRAKE MODULATING VALVES, THE VALVES CAN BECOME DEFORMED AND NOT SEAT PROPERLY.","THESE CONDITIONS COULD EITHER RESULT IN LEAKAGE AND CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKE WITHOUT WARNING OR POSSIBLY LEAD TO UNINTENDED VEHICLE ROLLAWAY OR BRAKE DRAG WHICH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.",GULF STREAM IS WORKING WITH DAIMLER TRUCKS TO HAVE THESE VEHICLES REPAIRED (PLEASE SEE 07V302). OWNERS CAN CONTACT DAIMLER TRUCKS AT 1-800-547-071 OR GULF STREAM AT 1-574-773-7761. -08/15/2008,08V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V418000),"Gulf Stream Coach, Inc.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,28,"GULF STREAM IS RECALLING 38 MY 2005, 2008 AND 2009 FRIENDSHIP, SCENIC CRUISER, AND TOURMASTER RECREATIONAL VEHICLES EQUIPPED WITH ZF MODEL 8018 STEERING GEARS. THESE STEERING GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",GULF STREAM IS WORKING WITH DAIMLER TRUCKS TO HAVE THE STEERING GEAR REPLACE (PLEASE SEE 07V343). OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712 OR GULF STREAM AT 1-574-773-7761. -08/15/2008,08V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V420000),"Gulf Stream Coach, Inc.",TRANSVERSE BEAM/SAF HOLLAND/DAIMLER TRUCKS,SUSPENSION,NR (Not Reported),Vehicle,50,"GULF STREAM IS RECALLING 50 MY 2008-2009 CRESCENDO, YELLOWSTONE, AND TOURMASTER RECREATIONAL VEHICLES EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","GULF STREAM IS WORKING WITH DAIMLER TRUCKS AND SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031). OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271, DAIMLER TRUCKS AT 1-800-547-0712, OR GULF STREAM AT 1-574-773-7761." -08/15/2008,08V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V408000),"Mitsubishi Fuso Truck of America, Inc.",TURBOCHARGER BRACKET,ENGINE AND ENGINE COOLING,C1003710,Vehicle,2957,"MITSUBISHI FUSO IS RECALLING 2,957 MY 2008 FE83D, FE84D, FE85D, AND FG84D TRUCKS. THE BOLT HOLES IN THE TURBOCHARGER BRACKET, WHERE THE TURBOCHARGER IS AFFIXED, WERE MANUFACTURED WITH INSUFFICIENT CLEARANCE. STRESS IS PLACED ON THE MOUNTING BOSS WHEN THE BRACKET IS AFFIXED TO THE TURBOCHARGER, DUE TO INSUFFICIENT CLEARANCE BETWEEN THE AFFIXING BOLTS AND BRACKET HOLES.","IN THIS CONDITION, EXPANSION AND CONTRACTION OF THE TURBOCHARGER HOUSING MOUNTING BOSS DURING NORMAL ENGINE OPERATION MAY CAUSE THERMAL FATIGUE OF THE TURBOCHARGER HOUSING. THE TURBOCHARGER HOUSING MAY CRACK, RELEASING EXHAUST GASES THAT COULD CAUSE A FIRE.","DEALERS WILL REPLACE THE BRACKET. THE RECALL BEGAN ON OCTOBER 10, 2008. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -08/15/2008,08V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V401000),SIDUMP'R TRAILER COMPANY,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,4,"SIDUMP'R TRAILER IS RECALLING 4 TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WITH SUSPECT WHEEL END STUDS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,SIDUMP'R IS WORKING WITH ARVINMERITOR WHO WILL REPLACE THE SUSPECTED STUDS FREE OF CHARGE (PLEASE SEE 08E038). OWNERS MAY CONTACT ARVINMERITOR AT 1-248-435-8793 OR SIDUMP'R AT 1-402-582-4830. -08/14/2008,08V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V405000),"Mercedes-Benz USA, LLC",ACCELERATION SENSOR ON ABC FRONT STRUTS,SUSPENSION,2008080004,Vehicle,4564,"MERCEDES BENZ IS RECALLING 4,564 MY 2001-2006 CL-CLASS (MODEL 215), MY 2002-2006 S-CLASS (MODEL 220), MY 2003-2007 SL-CLASS (MODEL 230), MY 2007-2008 CL-CLASS (MODEL 216), AND MY 2007 S-CLASS (MODEL 221)PASSENGER VEHICLES EQUIPPED WITH ACTIVE BODY CONTROL (ABC) ACCELERATION SENSORS ON THE FRONT STRUTS. THESE SENSORS MEASURE ACCELERATION AROUND THE Z-AXIS OF THE VEHICLE AND ASSURE AN AUTOMATIC ADAPTATION OF THE FRONT STRUTS TO MAINTAIN A RELATIVELY LEVEL BODY POSITION. VARIATIONS IN THE SOLDERING PROCESS RESULTED IN SOLDERING POINTS ON THE BOARD OF THE ABC SENSORS WHICH MAY NOT BE WITHIN DESIGN TOLERANCES. SIGNALS FROM THE AFFECTED SENSORS MEASURING THE ACCELERATION MAY NOT BE ACCURATELY TRANSMITTED TO THE ENGINE CONTROL UNIT.",A VARIATION IN THE TRANSMITTED VALUES BETWEEN AFFECTED AND UNAFFECTED SENSORS CAN RESULT IN ONE FRONT STRUT ADJUSTING TO A VALUE INDICATING BODY MOVEMENT WHILE ANOTHER STRUT DOES NOT ADJUST PRESENTING THE DRIVER WITH AN UNEVEN FRONT SUSPENSION. THIS CONDITION MAY LEAD TO UNEXPECTED BODY MOVEMENTS AT THE FRONT AXLE WHICH CAN ADVERSELY INFLUENCE THE VEHICLE'S DIRECTIONAL STABILITY AND COULD LEAD TO A VEHICLE CRASH.,"DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE FRONT ABC SENSORS IN ALL POTENTIALLY AFFECTED VEHICLES. THE RECALL BEGAN ON SEPTEMBER 22, 2008. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -08/14/2008,08V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V399000),Skyline Corporation,AXLE BOLT INSTALLATION,POWER TRAIN,NR (Not Reported),Vehicle,83,"SKYLINE IS RECALLING 83 MY 2007-2008 FREESTYLE, RAMPAGE AND TRAILRIDER MODEL 281 RECREATIONAL VEHICLES. THESE VEHICLES MAY HAVE HAD THE AXLE ATTACHING BOLTS, THAT ATTACH THE AXLES TO THE CHASSIS, IMPROPERLY INSTALLED. THE CLEARANCE BETWEEN THE TIRES AND THESE ATTACHING BOLTS ON THIS MODEL REQUIRE THAT THE HEAD OF THE ATTACHING BOLT BE INSTALLED ON THE TIRE SIDE OF THE AXLE HANGERS AND/OR SHACKLES.","DRIVERS MAY EXPERIENCE TIRE DAMAGE AND CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE AXLE ATTACHING BOLTS FOR CORRECT INSTALLATION AND THE BACK SIDE OF THE TIRES FOR DAMAGE FROM IMPROPERLY INSTALLED AXLE BOLTS. DEALERS WILL REMOVE AND REINSTALL THE AXLE MOUNTING BOLTS WITH THE CORRECT ORIENTATION AND REPLACE DAMAGED TIRES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT SKYLINE AT 1-800-733-4250." -08/14/2008,08T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T023000),Bridgestone Americas Tire Operations,FMVSS 119/SIDEWALL MARKINGS,TIRES,NR (Not Reported),Tire,4202,"BFNT IS RECALLING 4,202 BRIDGESTONE BIAS MOTORCYCLE AND MOTORCYCLE SCOOTER TIRES THAT FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR MOTOR VEHICLES WITH A GVWR OF MORE THAN 4,536 KILOGRAMS (10,000 POUNDS) AND MOTORCYCLES.""",THE PURPOSE OF THIS STANDARD IS TO PROVIDE SAFE OPERATIONAL PERFORMANCE LEVELS.,"BFNT WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 2, 2008. OWNERS MAY CONTACT BFNT AT 1-615-937-3442." -08/14/2008,08V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V406000),OSHKOSH SPECIALTY VEHICLES,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1,"OSHKOSH SPECIALTY VEHICLES IS RECALLING 1 MY 2007 DOUBLE EXPANDABLE TRAILER EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,OSHKOSH SV IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR OSHKOSH SV AT 1-708-596-5066. -08/14/2008,08V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V407000),"Jayco, Inc.",MISSING P-CLAMP ON LP LINE,EQUIPMENT,NR (Not Reported),Vehicle,265,JAYCO IS RECALLING 265 MY 2007-2008 JAY FEATHER EXP TRAVEL TRAILERS. A P-CLAMP WAS NOT INSTALLED DURING PRODUCTION THAT WAS INTENDED TO PREVENT THE RUBBER LIQUID PROPANE (LP) LINE FROM CONTACTING THE SLIDE-OUT MECHANISM.,"IF THE P-CLAMP WAS NOT INSTALLED, THE LP LINE COULD CHAFE, WHICH COULD RESULT IN A FIRE, INJURY, OR DEATH.","DEALERS WILL INSPECT THE P-CLAMP INSTALLATION, ADD THE P-CLAMP IF IT IS MISSING, AND REPLACE AND ROUTE CORRECTLY ANY CHAFED RUBBER LP LINE, IF NECESSARY. THE RECALL BEGAN ON AUGUST 29, 2008. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -08/14/2008,08V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V409000),"ROLLING M, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,32,ROLLING M IS RECALLING 32 MY 2004-2008 SILVER AND PLATINUM HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","ROLLING M IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ROLLING M AT 1-513-746-2515." -08/14/2008,08V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V396000),"Jaguar Cars, Ltd.",SAFETY BELT D-RING ROTATION,SEAT BELTS,J007,Vehicle,7918,"JAGUAR IS RECALLING 7,918 MY 2009 XF VEHICLES. THE REAR SAFETY BELT D-RING ASSEMBLY MAY NOT ROTATE PROPERLY AROUND THE SAFETY BELT ANCHORAGE MOUNTING BOLT. IF THE ASSEMBLY IS NOT HELD TOGETHER WHEN TIGHTENING, THE D-RING AND/OR WASHER CAN SEPARATE FROM THE SHOULDER OF THE SPACER, ALLOWING THESE PARTS TO BE PARTIALLY CLAMPED BY THE SPACER, FORMING A BURR ON EITHER THE D-RING OR THE WASHER AND SUBSEQUENTLY LIMITING PROPER ROTATION OF THE D-RING.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE OUTBOARD REAR SAFETY BELT D-RING AND, IF NECESSARY, THE D-RING ASSEMBLY WILL BE REMOVED AND ANY BURRS ON THE D-RING OR WASHER FILED FLAT. THE D-RING ASSEMBLY WILL THEN BE REINSTALLED TO CORRECT THE CONDITION. THE RECALL BEGAN ON AUGUST 29, 2008. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -08/14/2008,08V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V397000),"Volkswagen Group of America, Inc.",TRANSMISSION LOCKING CABLE,POWER TRAIN,37D5/J2,Vehicle,13900,"VOLKSWAGEN IS RECALLING 13,900 MY 1996-2003 AUDI A8 VEHICLES EQUIPPED WITH A 5-SPEED AUTOMATIC TRANSMISSION. THE LOCKING CABLE MAY MOVE OUT OF POSITION OVER TIME. WITH THE LOCKING CABLE OUT OF POSITION, THE SHIFTER CAN BE MOVED OUT OF THE ""PARK"" POSITION EVEN IF THE IGNITION KEY IS NOT IN THE IGNITION LOCK.","THIS COULD ALLOW THE VEHICLE TO ROLL, CAUSING A CRASH WITHOUT WARNING.","DEALERS WILL MODIFY THE AUTOMATIC TRANSMISSION LOCKING CABLE BY INSTALLING AN ADJUSTING PIECE THAT WILL SECURE THE LOCKING CABLE IN PLACE. THE RECALL BEGAN ON SEPTEMBER 12, 2008. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -08/14/2008,08V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V398000),"Daimler Trucks North America, LLC",TURBOCHARGER MOUNTING BRACKET,ENGINE AND ENGINE COOLING,FL-535,Vehicle,146,DAIMLER TRUCKS IS RECALLING 146 MY 2008 STERLING 360 TRUCKS. IMPROPERLY ALIGNED BOLT HOLES ON THE TURBOCHARGER MOUNTING BRACKET MAY LEAD TO CRACKING IN THE TURBOCHARGER HOUSING.,"EXHAUST GASES CAN BE RELEASED FROM THE CRACK IN THE TURBOCHARGER HOUSING, WHICH IN THE WORST CASE, COULD POTENTIALLY LEAD TO A FIRE.","DEALERS WILL INSPECT THE INSTALLATION AND THE TURBOCHARGER BRACKET WILL BE REPLACED WITH A REDESIGNED BRACKET, WHICH ALLEVIATES THE BOLT HOLE MISALIGNMENT. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 13, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -08/14/2008,08V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V410000),"General Motors, LLC",WINDSHIELD WIPERS INOPERATIVE/HEAVY SNOW OR ICE,VISIBILITY,08091,Vehicle,88809,"GM IS RECALLING 88,809 MY 2008 BUICK ENCLAVE, AND MY 2007-2008 GMC ACADIA AND SATURN OUTLOOK VEHICLES CURRENTLY OR PREVIOUSLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IF A BUILDUP OF SNOW OR ICE ON THE WINDSHIELD OR ON THE WIPERS RESTRICTS THE MOVEMENT OF THE WIPER ARM, THE WINDSHIELD WIPER LINKAGE MAY BECOME DETACHED FROM THE MOTOR SHAFT AND THE WIPERS MAY BECOME INOPERATIVE.","IF THIS WERE TO OCCUR, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSTALL A NEW WIPER CRANK ARM, DRIVER'S SIDE LINK, AND A CRANK ARM NUT. THE RECALL BEGAN O OCTOBER 13, 2008. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, GMC AT 1-866-996-9463, SATURN AT 1-800-972-8876, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -08/13/2008,08E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E051000),"INTERNATIONAL MERCHANDISING SERVICE, INC",12-VOLT DC VEHICLE CHARGER ADAPTOR,EQUIPMENT,NR (Not Reported),Equipment,210000,"INTERNATIONAL MERCHANDISING SERVICE, INC. (IMS) IS RECALLING 210,000 12-VOLT DC VEHICLE CHARGER ADAPTORS, POWER SYSTEMS PLUS MODEL HSLR30S, SOLD AS AFTERMARKET EQUIPMENT FOR USE IN MOTOR VEHICLES. THE CAR CHARGER IS INCOMPATIBLE WITH THE SPOTLIGHT'S BATTERY WHICH CAN CAUSE IT TO OVERCHARGE INSIDE THE VEHICLE.",OVERCHARGING CAN RESULT IN A FIRE OR CAUSE BURN HAZARD TO CONSUMERS.,IMS WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE CHARGER WITH A NEW CHARGER. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2008. OWNERS MAY CONTACT IMS AT 1-866-797-2738. -08/13/2008,08V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V403000),Kaffenbarger Truck Equipment Company,AXLE & SUSPENSION SYSTEMS/WATSON & CHALIN,SUSPENSION,NR (Not Reported),Vehicle,22,KAFFENBARGER IS RECALLING 22 MY 2006-2008 INTERNATIONAL CLASS 8 TRUCKS EQUIPPED WITH AUXILIARY AXLES SUPPLIED BY WATSON & CHALIN. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSIONS ABILITY TO LIFT THE AXLE WHEN IT'S NOT NEEDED.,A VEHICLE CRASH COULD OCCUR.,KAFFENBARGER IS WORKING WITH WATSON & CHALIN TO PROVIDE REPAIR KITS ALONG WITH REPAIR INSTRUCTIONS. OWNERS CAN CONTACT WATSON & CHALIN MANUFACTURING AT 1-800-445-0736 OR KAFFENBARGER AT 1-937-845-3804. -08/13/2008,08V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V400000),"Sun Valley, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,,SUN VALLEY IS RECALLING CERTAIN MY 2003-2006 X-TREME AND ROAD RUNNER FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SUN VALLEY IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUN VALLEY AT 1-800-327-7684." -08/13/2008,08V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V404000),Lakota Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,49,LAKOTA IS RECALLING 49 MY 2006-2007 HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","LAKOTA IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LAKOTA AT 1-574-848-1636." -08/12/2008,08V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V419000),"Winnebago Industries, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,120,Vehicle,31,"WINNEBAGO IS RECALLING 31 MY 2006-2008 ITASCA CAMBRIA, HORIZON, WINNEBAGO ACCESS, ADVENTURER, JOURNEY, MINNIE WINNIE, SIGNTSEER, TOUR, VECTRA, AND VOYAGE MOTOR HOMES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,WINNEBAGO IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR WINNEBAGO AT 1-641-585-3535. -08/12/2008,08V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V395000),Blue Bird Body Company,FMVSS 403/RICON PLATFORM LIFTS/STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,R08NH,Vehicle,2503,"BLUE BIRD IS RECALLING 2,503 MY 2006-2008 ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD SCHOOL AND TRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"BLUE BIRD IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). THE RECALL BEGAN ON SEPTEMBER 30, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR BLUE BIRD AT 1-478-822-2242." -08/11/2008,08E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E050000),K2 MOTOR CORPORATION,FMVSS 108/HEADLAMPS/MISSING AMBER SIDE REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1921,"K2 MOTOR IS RECALLING 1,921 AFTERMARKET HEADLAMPS OF VARIOUS MODELS SOLD FOR USE ON THE ABOVE LISTED VEHICLES. THESE HEADLAMPS ARE MISSING THE AMBER SIDE REFLEX REFLECTOR WHICH FAILS TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE AMBER SIDE REFLEX REFLECTORS, THE LIGHTING VISIBILITY MAY BE AFFECTED, POSSIBLY RESULTING IN A VEHICLE CRASH.","K2 MOTOR WILL NOTIFY OWNERS AND OFFER A FULL REFUND. THE RECALL BEGAN ON DECEMEBER 17, 2008. OWNERS MAY CONTACT K2 MOTOR AT 1-909-839-2992." -08/08/2008,08E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E049000),BEST DUBS CORPORATION,FMVSS 108/AFTERMARKET HID KITS/EXCESSIVE GLARE,EXTERIOR LIGHTING,NR (Not Reported),Equipment,9700,"BEST DUBS IS RECALLING 9,700 AFTERMARKET HID CONVERSION KITS SOLD FOR USE ON VARIOUS VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"THIS COMPANY IS OUT OF BUSINESS. PLEASE SEE ""OTHER RECALL RELATED DOCUMENTS""" -08/08/2008,08E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E048000),EAGLE EYES TRAFFIC INDUSTRIAL CO. LTD,FMVSS 108/REPLACEMENT HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,11534,"EAGLE EYES IS RECALLING 11,534 HEADLAMP ASSEMBLIES, P/NOS. CS090-B001L AND CS090-B001R, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE LOWER BEAM PHOTOMETRY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"EAGLE EYES WILL NOTIFY OWNERS AND OFFER REPLACEMENT HEADLAMPS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 30, 2008. OWNERS MAY CONTACT EAGLE EYES AT 1-800-568-1098." -08/08/2008,08V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V392000),Newell Coach Corp.,SHIFTER INDICATOR INTERFERENCE/ZF,EQUIPMENT,NR (Not Reported),Vehicle,80,NEWELL IS RECALLING 80 MY 2005-2008 MODEL 450 MOTOR HOMES EQUIPPED WITH ZF TRANSMISSIONS. THERE IS A POTENTIAL FOR THE SHIFT SELECTOR TO MALFUNCTION AS A RESULT OF A CELL PHONE OR RADIO BEING PLACED IN CLOSE PROXIMITY TO THE SHIFTER CONTROL PAD.,THE INTERFERENCE FROM THE CELL PHONE OR RADIO COULD RESULT IN AN UNEXPECTED CHANGE IN DIRECTION AND POSSIBLE CRASH IF A SPECIFIC SEQUENCE OF EVENTS WERE TO OCCUR.,"DEALERS WILL UPDATE THE SOFTWARE FOR THE TRANSMISSION SHIFT CONTROLLER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 12, 2008. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -08/07/2008,08E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E046000),Ricon Corporation,6-WAY POWER SEAT BASE,SEATS,RSB105.A,Equipment,1034,"RICON IS RECALLING 1,034 VMI/RICON 6-WAY POWER SEAT BASES, MODELS R1209, R1209-L, AND R1209-E, PRODUCED BETWEEN JANUARY 1, 2006, AND MAY 14, 2007, SOLD IN THE AFTERMARKET AND INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN FULL SIZE VANS. THERE IS A POSSIBILITY OF A POOR (COLD) WELD AT THE JOINT BETWEEN THE PIVOTING PLATE AND THE PIVOTING PLATE PIN.",THE SEAT OCCUPANT MAY BE INJURED SHOULD THE SEAT BASE PIN BREAK.,EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. RICON WILL NOTIFY OWNERS WHO PURCHASED THE AFFECTED BASES AS AFTERMARKET OR REPLACEMENT EQUIPMENT. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2008. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR RICON AT 818-267-3000. -08/07/2008,08V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V390000),SMART USA DISTRIBUTOR LLC,PAINTING MATERIAL DELAMINATION,STRUCTURE,0808-001,Vehicle,43,"SMART USA IS RECALLING 43 MY 2008 FORTWO 451 VEHICLES. A SINGLE BATCH OF PAINT SENT TO THE COMPANY DID NOT MEET SPECIFICATIONS. A RE-WORK WAS DONE IN THE PLANT USING DIFFERENT FORMULATIONS OF PAINTING MATERIALS. AFTER THE RE-WORK WAS COMPLETED, IT WAS DETERMINED THAT THE COMBINATION OF MATERIALS USED TO REPAINT THE FRAME AND CHASSIS COULD LEAD TO DE LAMINATION OF THE PAINT MATERIALS FROM THE BODY AND FRAME STRUCTURES.","SUCH DE LAMINATING CAN TAKE PLACE IN THE AREA OF THE BODY WHERE THE WINDSHIELD AND ROOF HAVE BEEN AFFIXED WITH ADHESIVE, WHICH COULD AFFECT THE ADHESION OF THOSE COMPONENTS TO THE VEHICLE BODY, INCREASING THE RISK OF SEPARATION. THIS COULD CAUSE A CRASH IF THE ROOF OR WINDSHIELD SEPARATED FROM THE VEHICLE WHILE IN MOTION.","DEALERS WILL REPAINT THE AFFECTED AREAS TO MEET SPECIFICATIONS. THE RECALL BEGAN ON AUGUST 18, 2008. OWNERS MAY CONTACT SMART USA AT 1-248-648-2451." -08/07/2008,08V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V388000),"FLEETWOOD ENTERPRISES, INC.",ROUTING OF BATTERY CONTROL CENTER,ELECTRICAL SYSTEM,80724,Vehicle,384,FLEETWOOD IS RECALLING 384 MY 2008 TERRA AND FIESTA MOTOR HOMES. THE BATTERY CONTROL CENTER (BCC) MISCELLANEOUS WIRE HARNESS IS ROUTED BETWEEN FRAMING AT THE DRIVER'S WHEEL WELL AND THE FRONT LEVELING JACK.,"THIS ROUTING CAN CAUSE THE WIRES TO BE PINCHED RESULTING IN SHORTED OR OPEN CIRCUITS WHICH COULD LEAD TO BLOWN FUSES, HOUSE COMPONENT NONOPERATION AND MAY RESULT IN A FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, REROUTE THE BCC MISCELLANEOUS WIRE HARNESS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 27, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -08/07/2008,08E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E047000),BENDIX SPICER FOUNDATION BRAKE LLC,T-14 SERVICE BRAKE CHAMBER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,181,"BENDIX IS WORKING WITH THE VEHICLE MANUFACTURERS TO RECALL 353 BENDIX T-14 SERVICE BRAKE CHAMBERS USED ON SOME BENDIX ADB22X AIR DISC BRAKES TO BE INSTALLED ON STEER AXLES OF SOME TRUCKS. THE LUBRICANT USED AS AN ASSEMBLY AID FOR THE T-14 SERVICE CHAMBERS DOES NOT EVAPORATE AS INTENDED AND CAN MIGRATE BETWEEN THE PUSHROD BASE AND THE RUBBER DIAPHRAGM. THIS CAN CAUSE THE PUSHROD BASE TO BECOME MISALIGNED AND LODGED IN THE CHAMBER BODY AFTER A BRAKE APPLICATION, RESULTING IN THE BRAKE NOT FULLY RELEASING.","IF A BRAKE ON THE STEER AXLE REMAINS PARTIALLY APPLIED, VEHICLE STEERING ABILITY AND STABILITY CAN BEAFFECTED ON SLIPPERY ROAD SURFACES, POSSIBLY RESULTING IN A VEHICLE CRASH.","EACH VEHICLE MANUFACTURER WILL PROVIDE A REMEDY PLAN AND NOTIFICATION SCHEDULE. THE AFFECTED VEHICLES WILL BE REPAIRED WITHOUT CHARGE TO THE OWNERS. THE RECALL BEGAN ON JULY 22, 2008. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR BENDIX TOLL-FREE AT 1-866-610-9709." -08/07/2008,08V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V391000),Damon Corporation,TRANSVERSE BEAM/SAF-HOLLAND/FREIGHTLINER,SUSPENSION,NR (Not Reported),Vehicle,179,"DAMON IS RECALLING 179 MY 2008 ASTORIA, TUSCANY,ESSENCE, AND MY 2008-2009 ASTORIA PACIFIC MOTOR HOME CHASSIS EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","DAMON IS WORKING WITH DAIMLER TRUCKS/SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031). OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712, SAF-HOLLAND AT 1-231-773-3271 OR DAMON AT 1-800-860-3812." -08/07/2008,08V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V389000),JET COMPANY,WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,11,"JET IS RECALLING 11 MY 2009 GRAIN TRAILERS EQUIPPED WITH ARVINMERITOR WHEEL END STUDS. THE WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUB FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD.","IF ONE OF THE WHEEL STUDS BROKE AND WAS LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE INCREASING THE RISK OF A CRASH.",JET IS WORKING WITH ARVINMERITOR WHO WILL INSPECT AND REPLACE THE SUSPECTED STUDS FREE OF CHARGE(PLEASE SEE 08E038). THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2008. OWNERS MAY CONTACT JET AT 1-515-332-3117 OR ARVINMERITOR AT 1-866-668-7221. -08/06/2008,08V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V385000),"General Motors, LLC",CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,08237,Vehicle,319,GM IS RECALLING 319 MY 2008 CHEVROLET KODIAK AND GMC TOPKICK TRUCKS EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","GENERAL MOTORS IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 OR OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -08/06/2008,08V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V387000),Daimler Buses North America,FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,465,"DAIMLER BUSES IS RECALLING 465 MY 2004-2008 SPRINTER 2500 AND 3500 BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,DAIMLER BUSES IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR DAIMLER BUSES AT 1-905-403-7807. -08/06/2008,08V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V394000),Skyline Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,22372,"SKYLINE IS RECALLING 22,372 MY 2004-2007 ALLIANCE, ALJO, CELEBRITY, CENTURY, FREESTYLE, LAYTON, NOMAD, RAMPAGE, SEAVIEW, TRAILRIDER, AND WEEKENDER FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SKYLINE IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SKYLINE AT 1-574-294-6521." -08/06/2008,08V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V386000),Motor Coach Industries,WINDOW DE-BONDING/DURA/FMVSS 217,VISIBILITY,NR (Not Reported),Vehicle,185,"MCI IS RECALLING 185 MY 2006-2007 D4005 AND D4505 MOTOR COACHES EQUIPPED WITH DURA SIDE BODY EGRESS WINDOWS. THESE COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, 'BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.' THE WINDOWS WERE PRODUCED WITH INCONSISTENT PRIMING ON THE PRIMARY AND SECONDARY BOND LINES.",THE PURPOSE OF THIS STANDARD IS TO MINIMIZE THE LIKELIHOOD OF OCCUPANTS BEING THROWN FROM THE BUS AND TO PROVIDE A MEANS OF READILY ACCESSIBLE EMERGENCY EGRESS.,"MCI WILL NOTIFY OWNERS INSTRUCTING THEM TO INSPECT THE WINDOWS FOR SIGNS OF WATER LEAK, WIND NOISE, OR VISIBLE PARTIAL DE-BONDING. WINDOWS SHOWING THESE SIGNS WILL BE REPLACED FREE OF CHARGE BY DURA (PLEASE SEE 07E042). THE RECALL BEGAN ON AUGUST 27, 2007. OWNERS CAN CONTACT DURA AT 1-248-844-1615 OR MCI AT 1-800-241-2947." -08/05/2008,08V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V384000),"BMW of North America, LLC",FRONT PASSENGER SEAT OCCUPANT DETECTION MAT,AIR BAGS,NR (Not Reported),Vehicle,200000,"BMW IS RECALLING 200,000 MY 2006 3 SERIES SPORT SEAT, MY 2004-2006 5 SERIES STANDARD AND SPORT SEAT, AND MY 2004-2006 X3 PASSENGER VEHICLES. DEPENDING ON THE MANNER AND FREQUENCY OF THE FRONT PASSENGER'S ENTRY AND EXIT, SMALL CRACKS HAVE DEVELOPED IN THE MAT. IF THIS OCCURS, THE FRONT PASSENGER AIR BAGS, WITH THE EXCEPTION OF THE HEAD PROTECTION SYSTEM, WILL BE DEACTIVATED AND THE AIR BAG WARNING LAMP AS WELL AS THE PASSENGER AIR BAG ""ON-OFF"" LAMP WILL BE ILLUMINATED.",IN THIS SITUATION THE FRONT PASSENGER AIR BAGS WILL NOT DEPLOY EVEN IF A SUFFICIENTLY SEVERE ACCIDENT WOULD OCCUR AND OCCUPANT PROTECTION PROVIDED BY THE SYSTEM WOULD NOT BE POSSIBLE.,"DEALERS WILL REWORK THE FRONT PASSENGER SEAT SENSOR MAT SO THAT EXTERNAL FORCE APPLICATION TO THE SEAT DOES NOT CAUSE A CRACK TO THE MAT. THE RECALL BEGAN ON NOVEMBER 6, 2008. BMW WILL ALSO EXTEND THE WARRANTY ON THESE VEHICLES TO 10 YEARS FROM FIRST REGISTRATION WITHOUT ANY MILEAGE LIMIT. OWNERS MAY CONTACT BMW AT 1-800-525-7417." -08/05/2008,08V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V382000),"Sundowner Trailers, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2185,"SUNDOWNER IS RECALLING 2,185 MY 2003-2006 SUNLITE LQ HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SUNDOWNER IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNDOWNER AT 1-580-937-4256." -08/05/2008,08V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V383000),"Gulf Stream Coach, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,413,"GULF STREAM IS RECALLING 413 MY 1999-2002 SUN VOYAGER, SCENIC CRUISE, FRIENDSHIP, AND TOUR MASTER MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,GULF STREAM IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR GULF STREAM AT 1-574-773-7761. -08/01/2008,08V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V372000),"S&P CONVERSIONS, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5,S&P IS RECALLING 5 MY 2003-2006 TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","S&P IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR S&P AT 1-406-728-1187." -08/01/2008,08V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V373000),"CREATIVE MOBILE SYSTEMS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,CREATIVE MOBILE IS RECALLING 2 MY 2005 MOBILE FOOD CARTS AND TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","CREATIVE MOBILE IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CREATIVE MOBILE AT 1-860-649-6272." -08/01/2008,08V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V374000),"SUPER VACUUM MFG. CO., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3,"SUPER VACUUM IS RECALLING 3 MY 2003 INTERNATIONAL TH, MY 2004 SPARTAN METRO STAR LFD, AND MY 2007 SPARTAN DIAMOND FLFD FIRE TRUCKS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SUPER VACUUM IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUPER VACUUM AT 1-970-667-5146." -08/01/2008,08V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V375000),RVSQUARED INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3,RVSQUARED IS RECALLING 3 MY 2003-2007 PROTEGE 26BH TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","RVSQUARED IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR RVSQUARED AT 1-574-457-9341." -08/01/2008,08V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V376000),"DREAM SHAK, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,9,DREAM SHAK IS RECALLING 9 MY 2007-2008 NAMAKAN 202 AND 203 TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","DREAM SHAK IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DREAM SHAK AT 1-612-819-9139." -08/01/2008,08V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V377000),"Frontier RV, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,361,"FRONTIER RV IS RECALLING 361 MY 2003-2006 EXPLORER, RANGER, AND ASPEN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FRONTIER RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FRONTIER RV AT 1-903-247-9400." -08/01/2008,08V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V378000),"Frontier RV of Georgia, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,66,FRONTIER RV OF GA IS RECALLING 66 MY 2003-2007 EXPLORER TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FRONTIER RV OF GA IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FRONTIER RV OF GA AT 1-903-247-9400." -08/01/2008,08V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V379000),BISON MANUFACTURING LLC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1266,"BISON IS RECALLING 1,266 MY 2003-2006 ALUMASPORT AND STRATUS HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","BISON IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR BISON AT 1-574-658-4161." -08/01/2008,08V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V380000),"Heartland Recreational Vehicles, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6002,"HEARTLAND RV IS RECALLING 6,002 MY 2005-2008 BIG COUNTRY, LANDMARK, BIG HORN, CYCLONE, RAZOR, SUNDANCE, AND TRAIL RUNNER FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","HEARTLAND RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HEARTLAND RV AT 1-574-262-8030." -08/01/2008,08V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V381000),Starcraft RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16644,"STARCRAFT IS RECALLING 16,644 MY 2004-2007 ANTIGUA, ARUBA, ARUBA FW, HOMESTEAD, HOMESTEAD FW, HOMESTEAD SETTLER, TRAVEL STAR, MY 2005 ARUBA TAHITI, ARUBA TAHITI FW, AMBIENT, HOMESTEAD RANCHER, HOMESTEAD RANCHER FW, MY 2006 ANTIGUA XLT, TRAVELSTAR XLT, MY 2006-2007 STARCRAFT, AND MY 2007 STARSTREAM AND NXP MOTOR HOMES, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","STARCRAFT IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR STARCRAFT AT 1-260-593-2550." -08/01/2008,08V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V393000),"Tiffin Motorhomes, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,271,TIFFIN IS RECALLING 271 MY 2007-2008 PHAETON CLASS A MOTOR HOMES EQUIPPED WITH FREIGHTLINER CHASSIS. THE AAC FRONT AXLE STEERING ARM BOLTS WITH A LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER- TIGHTENED.,OVER-TIGHTENED STEERING ARM BOLTS MAY FATIGUE AND FRACTURE INCREASING THE RISK OF A CRASH.,TIFFIN IS WORKING WITH FREIGHTLINER TO HAVE THE STEERING ARM TIE ROD FASTENERS INSPECTED AND REPLACED. THE STEERING ARM WILL BE INSPECTED FOR CLEARANCE TO THE KING PIN BOSS. FREIGHTLINER IS HANDLING THE REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712. -07/31/2008,08V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V364000),MONACO COACH CORPORATION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,80,"MONACO IS RECALLING 80 MY 2007 HOLIDAY RAMBLER ATLANTIS, AUGUSTA B+, AUGUSTA TOURING SEDAN, SAFARI DAMARA B+, DAMARA TOURING SEDAN, IVORY CLASS C MOTOR HOMES AND MY 2000 HARNEY COACH RIATA CLASS A MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","MONACO IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR MONACO AT 1-800-685-6545." -07/31/2008,08V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V371000),Keystone RV Company,SIDE MARKER LIGHTS/FMVSS 108,EXTERIOR LIGHTING,08-110,Vehicle,2990,"KEYSTONE IS RECALLING 2,990 MY 2008 EVEREST, MY 2008-2009 HORNET, LAREDO, SPRINTER AND OUTBACK LOFT FIFTH WHEEL AND TRAVEL TRAILERS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108 ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE INTERMEDIATE SIDE MARKER LIGHTS ARE MISSING.",PULLING A VEHICLE AT NIGHT WITHOUT THE PROPER SIDE MARKER LIGHTING INCREASES THE RISK OF OTHER MOTORISTS NOT BEING ABLE TO SEE THE VEHICLE AND COULD POSSIBLY RESULT IN A CRASH.,"DEALERS WILL INSTALL THE MISSING SIDE MARKER LIGHTS FREE OR CHARGE. THE RECALL BEGAN ON AUGUST 12, 2008. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -07/31/2008,08V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V354000),"Gulf Stream Coach, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,68,"GULF STREAM IS RECALLING 68 MY 2007-2008 CRESCENDO, TOUR MASTER AND YELLOWSTONE MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE AAC FRONT AXLE STEERING ARM BOLTS WITH A LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH MAY RESULT IN FATIGUE OR FRACTURE OF THE STEERING ARM BOLTS.","SHOULD THESE BOLTS FRACTURE, THE RESULTING LOSS OF STEERING CONTROL COULD CAUSE A CRASH.",GULF STREAM IS WORKING WITH DAIMLER TRUCKS (FREIGHTLINER) TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR GULF STREAM AT 1-574-773-7761. -07/31/2008,08V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V363000),"Nissan North America, Inc.",TRANSVERSE LINK BOLT,SUSPENSION,NR (Not Reported),Vehicle,1018,"NISSAN IS RECALLING 1,018 MY 2008 ALTIMA VEHICLES. THE LEFT SIDE FRONT SUSPENSION TRANSVERSE LINK BOLT MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATION. THIS CONDITION COULD CAUSE THE BOLT TO BECOME LOOSE WHILE THE VEHICLE IS BEING DRIVEN.","IF THE BOLT WERE TO COME OUT, THE DRIVER MAY EXPERIENCE DIFFICULTY CONTROLLING THE DIRECTION OF THE VEHICLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL TIGHTEN THE TRANSVERSE LINK BOLT TO SPECIFICATION FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 11, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/30/2008,08V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V353000),"Navistar, Inc.",ENGINE HARD START/NO START/ENGINE STALL,ENGINE AND ENGINE COOLING,08506,Vehicle,24975,"NAVISTAR IS RECALLING 24,975 MY 2003 THROUGH 2008 IC BE, CE, HC, AND RE SCHOOL AND COMMERCIAL BUSES AND 2002 THROUGH 2008 INTERNATIONAL 3200 AND 3300 MODEL BUSES MANUFACTURED BETWEEN SEPTEMBER 21, 2001 THROUGH DECEMBER 14, 2007, EQUIPPED WITH INTERNATIONAL VT365 ENGINES. THESE VEHICLES MAY EXHIBIT ENGINE HARD START, NO START, OR STALL CONDITIONS DUE TO POSSIBLY DAMAGED TERMINALS IN THE FUSE HOLDER CONNECTOR OF THE INJECTOR DRIVE MODULE (IDM) CLEAN BATTERY POWER CIRCUITS. THE TERMINALS MAY HAVE BEEN DAMAGED DURING ELECTRICAL CONTINUITY TESTING IN THE MANUFACTURING PROCESS.","THESE CONDITIONS COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY.","NAVISTAR WILL NOTIFY OWNERS AND REPLACE THE IDM FUSE HOLDER FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 3, 2008. OWNERS CAN CONTACT NAVISTAR TOLL-FREE AT 1-800-448-7825." -07/30/2008,08V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V357000),Harley-Davidson Motor Company,FUEL FILTER SHELL/DELPHI POWERTRAIN,"FUEL SYSTEM, GASOLINE",0135,Vehicle,47579,"HARLEY DAVIDSON IS RECALLING 47,579 MY 2008 FLHP, FLHPE, FLHR, FLHRC, FLHRSE4, FLHT, FLHTC, FLHTCU, FLHTCUSE3, FLHTP, FLHX, AND FLTR MOTORCYCLES. THESE MOTORCYCLES MAY EXPERIENCE A CRACKING OF THE FUEL FILTER SHELL LEADING TO LOSS OF FUEL PRESSURE. THIS LOSS OF FUEL PRESSURE CAN CAUSE DIMINISHED PERFORMANCE AND, IN SOME CASES, MAY CAUSE AN ENGINE STALL OR A NO-START CONDITION.",THIS CONDITION COULD LEAD TO A CRASH WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.,"DEALERS WILL REPLACE THE FUEL FILTER SHELL FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2008. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -07/30/2008,08V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V355000),"Navistar, Inc.",OIL LEAK IN THE ENGINE COMPARTMENT,ENGINE AND ENGINE COOLING,08507,Vehicle,1765,"NAVISTAR IS RECALLING 1,765 MY 1998 THROUGH 2003 RE SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JANUARY 5, 1998 AND JULY 23, 2002, EQUIPPED WITH INTERNATIONAL T444E ENGINES. THE HOSE ASSEMBLIES THAT SUPPLY HIGH PRESSURE OIL TO THE ENGINE'S CYLINDER HEADS MAY DETERIORATE AND ALLOW OIL TO LEAK OR MIST IN THE ENGINE COMPARTMENT.","LEAKING OR MISTING OIL IN THE ENGINE COMPARTMENT MAY IGNITE RESULTING IN A FIRE POSSIBLY CAUSING PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","NAVISTAR WILL NOTIFY OWNERS AND REPLACE THE HOSE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 22, 2008. OWNERS CAN CONTACT NAVISTAR TOLL-FREE AT 1-800-448-7825." -07/30/2008,08V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V356000),"Daimler Trucks North America, LLC",POWER CABLE CHAFFING,ENGINE AND ENGINE COOLING,FL-534,Vehicle,3773,"DAIMLER TRUCKS IS RECALLING 3,773 MY 1996 THROUGH 2002 THOMAS BUILT MVP ER SCHOOL BUSES MANUFACTURED FROM JUNE 8, 1995 THROUGH FEBRUARY 16, 2001, EQUIPPED WITH CATERPILLAR 3116 AND 3126 ENGINES. UN-FUSED POWER CABLES WERE TIE-WRAPPED TO A WIRE BRAID ENGINE FUEL RETURN HOSE. OVER TIME THESE CABLES MAY CHAFE, WEARING THROUGH THE WIRE LOOM AND EVENTUALLY THROUGH THE CABLE INSULATION AND FUEL LINE COVERING IN AN AREA NOT EASILY DETECTABLE DURING NORMAL MAINTENANCE WITHOUT REMOVING THE TIE WRAPS AND OPENING THE WIRE LOOM. UN-FUSED AND UN-SWITCHED POWER CABLES WHICH WEAR THROUGH AND CONTACT THE FUEL LINE WIRE BRAID MAY SHORT CIRCUIT.","IN THE EVENT OF A SHORT CIRCUIT, A VEHICLE FIRE CAN OCCUR.","THOMAS BUILT WILL NOTIFY OWNERS AND INSPECT AND REPLACE THE CABLES AS NECESSARY FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT NOVEMBER 28, 2008. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -07/30/2008,08V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V362000),"FTCA, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1394,"FLEETWOOD FOLDING IS RECALLING 1,394 MY 2004 CARAVAN, MICRO-LITE AND MY 2005 RESORT TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FLEETWOOD FOLDING IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FLEETWOOD FOLDING AT 1-814-445-9661." -07/29/2008,08V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V352000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,CRACKED DRIVE SHAFT,POWER TRAIN,H27,Vehicle,73,"SPRINTER IS RECALLING 79 MY 2008 DODGE AND FREIGHTLINER 3500 TRUCKS. SOME OF THE LEFT DRIVE SHAFTS ON THE REAR AXLE WHICH WERE LABELED WITH THE CHARGE INDICATOR ""S,"" MAY CONTAIN CRACKS AT THE RADIUS BETWEEN THE SHAFT AND THE FLANGE.",THESE CRACKS MAY CAUSE A BREAKAGE OF THE DRIVE SHAFT INCREASING THE RISK OF CRASH.,"DEALERS WILL CHECK THE LEFT REAR DRIVE SHAFT FOR CHARGE INDICATOR ""S"" AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 6, 2008. OWNERS MAY CONTACT SPRINTER AT 1-843-695-5000." -07/29/2008,08V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V349000),Honda (American Honda Motor Co.),IMPROPER WELDED SUSPENSION,SUSPENSION,08-053,Vehicle,241,HONDA IS RECALLING 241 MY 2008 ELEMENT VEHICLES. THE FRONT BUSHING BRACKET OF THE LEFT TRAILING ARM OF THE REAR SUSPENSION MAY HAVE BEEN IMPROPERLY WELDED AND COULD SEPARATE FROM THE TRAILING ARM.,"A SEPARATED BUSHING BRACKET COULD CAUSE THE SUSPENSION TO RELEASE THE LOWER PORTION OF THE WHEEL HUB, CAUSING A LOSS OF CONTROL AND DAMAGE TO THE BRAKE SYSTEM WHICH COULD LEAD TO A CRASH.","OWNERS WILL BE CONTACTED BY PHONE AND ADVISED TO STOP DRIVING THEIR VEHICLES UNTIL THEY HAVE TAKEN THEIR VEHICLE TO A DEALER FOR INSPECTION. DEALERS WILL INSPECT THE LEFT REAR TRAILING ARM AND, IF NECESSARY, REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON JULY 25, 2008. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -07/29/2008,08V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V347000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,REAR AXLE SPRINGS,SUSPENSION,H26,Vehicle,246,SPRINTER IS RECALLING 246 MY 2008 DODGE OR FREIGHTLINER 2500 TRUCKS. THE REAR AXLE SPRING LEAVES WERE PRODUCED WITH AN INCORRECT RAW MATERIAL. THEREFORE THE LEAVES ARE THICKER THAN THE SERIAL COMPONENTS.,THE REAR AXLE SPRINGS MAY FAIL EARLIER THAN DESIGNED INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE REAR AXLE SPRINGS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 3, 2008. OWNERS MAY CONTACT SPRINTER AT 1-843-695-5000." -07/28/2008,08V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V344000),Knapheide Manufacturing Company,BUMPER/HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,108,KNAPHEIDE IS RECALLING 108 MY 2006-2008 PRO SERIES TRUCK BEDS EQUIPPED WITH AN ICC BUMPER WHICH INCLUDED A PROVISION FOR A BALL HITCH. THERE MAY BE AN INSUFFICIENT WELD ATTACHING THE HITCH CHANNEL TO THE SUPPORTING STRUCTURE.,"THIS COULD RESULT IN BENDING OF THE HITCH CHANNEL OR THE HITCH COULD BE PULLED OFF THE VEHICLE, INCREASING THE RISK OF A CRASH.","KNAPHEIDE WILL OFFER TWO REMEDIES TO ITS CUSTOMERS: (1) FOR THOSE CUSTOMERS WHO DO NOT USE THE HITCH, THE HITCH WILL BE REMOVED FROM THE TRUCK BED AND REPLACED WITH AN ICC BUMPER; OR (2) FOR THOSE CUSTOMERS WHO NEED A HITCH, A RECEIVER HITCH ASSEMBLY WILL BE ADDED TO THE EXISTING HITCH ASSEMBLY AND ALL SUSPECT WELD JOINTS WILL BE RE WELDED. THE RECALL BEGAN ON AUGUST 15, 2008. OWNERS MAY CONTACT KNAPHEIDE AT 1-877-473-5763." -07/28/2008,08V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V340000),"General Motors, LLC",TRANSFER CASE/BORG WARNER,POWER TRAIN,08244,Vehicle,151,"GM IS RECALLING 151 MY 2008 CHEVROLET EXPRESS AND GMC SAVANA VEHICLES EQUIPPED WITH ALL WHEEL DRIVE (AWD). SOME OF THESE VEHICLES HAVE TRANSFER CASES THAT WERE MANUFACTURED WITH AN INCORRECT PART THAT CAN CAUSE EARLY FAILURE OF A DRIVE CHAIN. IF THE CHAIN BREAKS, SHIFTING THE TRANSMISSION TO PARK MAY NOT KEEP THE VEHICLE STATIONARY.","IF THE VEHICLE IS PARKED ON AN INCLINE OR BUMPED, IT MAY ROLL AND STRIKE A PERSON, OBJECT, OR ANOTHER VEHICLE WITHOUT WARNING, AND CAUSE PERSONAL INJURY.","DEALERS WILL INSPECT THE TRANSFER CASE DATE CODE AND, IF NECESSARY, REPLACE THE TRANSFER CASE. THE RECALL BEGAN ON AUGUST 15, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -07/28/2008,08V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V345000),"Forest River, Inc.",TRANSVERSE BEAM/SAF HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,57,FOREST RIVER IS RECALLING 57 MY 2007-2008 MOTOR HOMES BUILT ON FREIGHTLINER XC CHASSIS AND EQUIPPED WITH SAF-HOLLAND REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.,"IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","FOREST RIVER IS WORKING WITH DAIMLER TRUCKS AND SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031 AND 08V269). OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271, DAIMLER TRUCKS AT 1-800-547-0712, OR FOREST RIVER AT 1-574-389-4600." -07/25/2008,08V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V343000),Newmar Corporation,FASTENER FAILURE/SPARTAN,STEERING,NR (Not Reported),Vehicle,64,"NEWMAR IS RECALLING CERTAIN MOTOR HOMES BUILT ON SPARTAN MOTOR HOME CHASSIS. CERTAIN CHASSIS FASTENERS MAY FRACTURE RESULTING IN POOR HANDLING OF THE VEHICLE, LOSS OF STEERING, AND/OR REDUCED LEVEL OF SUSPENSION PERFORMANCE.",LOSS OF STEERING WILL INCREASE THE RISK OF A CRASH.,NEWMAR IS WORKING WITH SPARTAN TO HAVE THESE MOTOR HOMES INSPECTED AND THE FASTENERS REPLACED AS NEEDED FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN CHASSIS AT 1-800-543-4277 OR NEWMAR AT 1-574-773-7791. -07/25/2008,08V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V293000),"SILVER CROWN, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,36,SILVER CROWN IS RECALLING 36 MY 2005-2006 PONY EXPRESS RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SILVER CROWN IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SILVER CROWN AT 1-269-483-7900." -07/25/2008,08V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V342000),"BMW of North America, LLC",STEERING DAMPER HOUSING/MULLER PRAZISION,STEERING,NR (Not Reported),Vehicle,428,"BMW IS RECALLING 428 MY 2007 F800 S, F800 ST, R1200 R, K1200 S, K1200 R, K1200 R SPORT, AND K1200 GT MOTORCYCLES. IT IS POSSIBLE FOR THE COATING TO SEPARATE FROM THE INSIDE FACE OF THE STEERING DAMPER HOUSING. IF THIS HAPPENED, THE COATING COULD PARTIALLY CLOG THE OIL BORES WITHIN THE DAMPER.","IF THIS OCCURRED, THE STEERING DAMPER COULD BECOME STIFF INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE STEERING DAMPER FREE OF CHARGE. THE RECALL BEGAN DURING SEPTEMBER 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -07/24/2008,08E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E045000),"ADVANCED POWER SYSTEMS INTERNATIONAL, IN",AFTERMARKET FUEL HOSES/LEAKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,135,"ADVANCED POWER SYSTEMS INTERNATIONAL, INC., IS RECALLING 135 FITCH FUEL CATALYST KITS WHICH COULD HAVE BEEN MANUFACTURED WITH A 3/8"" GATES BARRICADE FUEL HOSE WITH LOT CODE CS030108 1XA, SOLD FOR USE ON VARIOUS PASSENGER CARS AND LIGHT TRUCKS. THE HOSE IS TOO NARROW AND COULD RUPTURE AND LEAK. THE PART NUMBERS OF THE KITS POSSIBLY CONTAINING THE AFFECTED HOSES ARE AS FOLLOWS: F3824, F38G24, F3836, F4824B, F4836B, F48G24B, F58G24B, F5836B, F758186BD, F758G24B, F7582028BD, F57824BP, F75836BP, F5782618BC, F57824BC, F75824BP, F75836BD, F100824BP, F1008186BD, F10082028BD, F10082618BC, AND F100824BC.",A FUEL LEAK IN THE ENGINE COMPARTMENT COULD POSSIBLY RESULT IN A FIRE.,"FITCH WILL REPLACE THE HOSES FREE OF CHARGE. THE RECALL BEGAN ON JULY 15, 2008. OWNERS MAY CONTACT FITCH TOLL-FREE AT 1-888-881-2774." -07/24/2008,08V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V336000),"Pilgrim International, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,25500,PILGRIM IS RECALLING CERTAIN MY 2004-2007 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"PILGRIM WILL BE WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PILGRIM AT 574-825-8686." -07/24/2008,08V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V338000),J&L CARGO EXPRESS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,121,J&L CARGO EXPRESS IS RECALLING CERTAIN CARGO TRAILERS WITH LIVING QUARTERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"J&L CARGO EXPRESS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR J&L CARGO EXPRESS AT 574-848-7441." -07/24/2008,08V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V341000),Adventure Manufacturing,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5750,"ADVENTURE IS RECALLING 5,750 MY 2003-2006 TIMBERLODGE, TREASURESHIP, RIVERSIDE, GLACIER AND CODY FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ADVENTURE WILL BE WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ADVENTURE AT 1-765-475-9500." -07/24/2008,08V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V339000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,STEERING COLUMNS,STEERING,H25,Vehicle,10,SPRINTER IS RECALLING 10 MY 2001-2006 DODGE AND FREIGHTLINER 2500 AND 3500 VEHICLES. THE WELDING SEAM BETWEEN THE BRACKET AND STEERING COLUMN OF AFFECTED SPARE PARTS DOES NOT MEET DESIGN SPECIFICATIONS. THE RESULT OF AN OUT OF SPECIFICATION WELDING SEAM IS THAT THE STEERING COLUMN MAY DETACH FROM ITS INTERIOR VEHICLE MOUNTING BRACKET.,THE OPERATOR MAY LOSE STEERING ABILITY OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE STEERING COLUMNS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE FEBRUARY 16, 2009. OWNERS MAY CONTACT SPRINTER AT 843-695-5057." -07/23/2008,08V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V331000),"Mack Trucks, Inc.",HEADLAMPS/HELLA LIGHTING/FMVSS 108,EXTERIOR LIGHTING,SC0340,Vehicle,265,"MACK IS RECALLING CERTAIN MY 2009 TRUCKS EQUIPPED WITH HELLA HEADLAMPS FOR FAILING TO COMPLY WITH THE PHOTOMETRIC OUTPUT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HEADLAMP'S BULB SHIELD MAY NOT HAVE BEEN COMPLETELY SEATED INTO THE HEADLAMP'S REFLECTOR.","THIS STANDARD SPECIFIES REQUIREMENTS FOR REQUIRED ORIGINAL AND REPLACEMENT LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT AND THEIR INSTALLATION. THE PURPOSE IS TO REDUCE TRAFFIC CRASHES, DEATHS AND INJURIES RESULTING FROM CRASHES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","DEALERS WILL INSPECT THE HEADLAMPS FOR THE SUSPECT DATE CODES AND REPLACE AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 8, 2008. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -07/23/2008,08V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V329000),"Volvo Car USA, LLC",POWER STEERING HOSES/HUTCHINSON FLEXIBLES,STEERING,201,Vehicle,1020,"VOLVO IS RECALLING MY 2008-2009 VEHICLES. A SECTION OF THE POWER STEERING RETURN LINE HOSE WAS NOT PROPERLY VULCANIZED (CURED) AND DOES NOT MEET SPECIFICATIONS. IF THE POWER STEERING RETURN HOSE FAILS, A SUDDEN RUPTURE OF THE HOSE CAN OCCUR.","THIS CAN RESULT IN A RAPID DRAINAGE OF THE POWER STEERING FLUID IN THE SYSTEM AND A COMPLETE LOSS OF POWER ASSISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE STEERING RETURN LINE HOSE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 13, 2008. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -07/23/2008,08V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V361000),"Lazy Daze, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,545,LAZY DAZE IS RECALLING 545 MY 2003-2007 RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","LAZY DAZE IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LAZY DAZE AT 1-909-627-1103." -07/23/2008,08V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V334000),"Airstream, Inc.",SEATING SYSTEMS/FMVSS 207,SEATS,NR (Not Reported),Vehicle,14,"AIRSTREAM IS RECALLING CERTAIN MY 2008-2009 CLASS B VANS BUILT WITH FACTORY INSTALLED DRIVER AND PASSENGER SEAT SWIVEL MECHANISMS. THESE VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS.""","IT IS POSSIBLE THAT DURING A FRONTAL IMPACT, THE DRIVER AND PASSENGER SEAT SWIVEL MECHANISM COULD FAIL CAUSING SEVERE INJURY TO THE SEAT OCCUPANTS.","DEALERS WILL REPLACE THE DEFECTIVE SEAT SWIVEL MECHANISMS WITH MODIFIED SEAT SWIVEL MECHANISMS THAT HAVE BEEN REINFORCED AND CONTAINS A STRONGER SWIVEL LOCKING BOLT. THE RECALL BEGAN ON AUGUST 1, 2008. OWNERS MAY CONTACT AIRSTREAM AT 1-937-596-6111." -07/22/2008,08V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V330000),"KZRV, L.P.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,332,KZRV IS RECALLING 332 MY 1999-2001 TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,KZRV IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR KZRV AT 1-800-768-4016. -07/21/2008,08V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V351000),"ShowHauler Trucks, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,SHOWHAULER IS RECALLING 2 MY 2003 MOTOR HOMES AND GARAGE COACHES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SHOWHAULER IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SHOWHAULER AT 1-574-825-6764." -07/21/2008,08V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V358000),"Space Craft Mfg., Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,17,SPACE CRAFT IS RECALLING 17 MY 2003-2006 RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","SPACE CRAFT IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SPACE CRAFT AT 1-660-463-7520." -07/21/2008,08V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V359000),"Nu Wa Industries, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,4370,NU WA IS RECALLING CERTAIN MY 2004-2007 RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","NU WA IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NU WA AT 1-620-431-2088." -07/21/2008,08V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V365000),R-VISION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,,R-VISION IS RECALLING CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","R-VISION IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR R-VISION AT 1-574-268-2111." -07/21/2008,08V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V367000),"Airstream, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,4450,"AIRSTREAM IS RECALLING 4,450 MY 2004-2007 SAFARI, INTERNATIONAL, INTERSTATE, LAND YACHT, CLASSIC, MY 2004-2006 SKYDECK, AND MY 2006 PARKWAY TRAVEL TRAILERS AND MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","AIRSTREAM IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR AIRSTREAM AT 1-937-596-6111." -07/21/2008,08V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V368000),FOUR WINDS INTERNATIONAL,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1633,"FOUR WINDS IS RECALLING 1,633 MY 2004-2007 MANDALAY, MY 2005-2007 PRESIDIO, AND MY 2006-2007 VALENCIA MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FOUR WINDS IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FOUR WINDS AT 1-800-860-5658." -07/21/2008,08V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V369000),THOR AMERICA,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2700,"THOR AMERICA IS RECALLING 2,700 MY 2003-2005 CITATION, CHATEAU, AND CORSAIR TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","THOR AMERICA IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR THOR AMERICA AT 1-570-837-1663." -07/21/2008,08V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V370000),Crossroads RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,17353,"CROSSROADS RV IS RECALLING 17,353 MY 2004-2007 CRUISER, PARADISE POINTE, MY 2004 SILVERADO, MY 2005-2007 ZINGER, CROSS TERRAIN, AND MY 2006-2007 BELAIR, CROSSFORCE, AND CROSSFIRE TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","CROSSROADS RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CROSSROADS RV AT 1-260-593-2866." -07/18/2008,08V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V327000),COUNTRY COACH INC,CRACKED FUEL PUMP OUTLET PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,65,COUNTRY COACH IS RECALLING CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES. THE FUEL PUMP OUTLET CHECK PLUG MAY BE CRACKED WHICH COULD CAUSE FUEL TO SPRAY AND LEAK.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",COUNTRY COACH IS WORKING WITH CATERPILLAR (PLEASE SEE 08E042). CATERPILLAR WILL REPLACE THE FUEL PUMP PLUG FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2008. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR COUNTRY COACH AT 1-800-452-8015. -07/17/2008,08V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V325000),Keystone RV Company,REFRIGERATOR/DOMETIC,EQUIPMENT,08-111,Vehicle,161250,"KEYSTONE IS RECALLING 161,250 MY 2004-2007 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","KEYSTONE IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR KEYSTONE AT 1-866-425-4369." -07/17/2008,08V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V360000),"Roadmaster, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,753,ROADMASTER IS RECALLING 753 MY 2003-2006 CAMPMASTER LIVING QUARTER RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","ROADMASTER IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ROADMASTER AT 1-574-537-0669." -07/17/2008,08V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V366000),Newmar Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2192,"NEWMAR IS RECALLING 772 MY 2004-2005 AMERICAN STAR, KOUNTRY AIRE, MOUNTAIN AIRE, MY 2003-2006 KOUNTRY STAR, MY 2007 X-AIRE FIFTH WHEEL TRAILERS; MY 2007 BAY STAR, MY 2004-2007 KOUNTRY STAR, MY 2004-2006 MOUNTAIN AIRE, MY 2003-2005 SCOTTSDALE CLASS A MOTOR HOMES; AND MY 2004-2006 DUTCH STAR, MY 2003-2006 KOUNTRY STAR, MY 2004-2006 MOUNTAIN AIRE DIESEL PUSHER MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","NEWMAR IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NEWMAR AT 1-574-773-7791." -07/17/2008,08V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V326000),"Champion Bus, Inc.",ROOF MOUNTED AIRCONDITIONER CONTROL PANEL/TRANSAIR,EQUIPMENT,NR (Not Reported),Vehicle,68,CHAMPION IS RECALLING 68 MY 2007-2009 TRANSIT BUSES. THE FASTENERS THAT ARE USED TO HOLD ELECTRICAL CONNECTORS IN PLACE ON THE ROOF MOUNTED AIR CONDITIONER CONTROL PANEL MAY NOT BE TIGHTENED DOWN TO THE PROPER TORQUE AND/OR THERE MAY BE A POSSIBLE FRAYED WIRE AT THE CONNECTION POINT.,"IF THESE CONNECTIONS ARE LOOSE, IT COULD RESULT IN OVERHEATING AND CAUSE A FIRE.","DEALERS WILL INSPECT THE FASTENERS ON THE ELECTRICAL CONTROL BOARD AND TIGHTEN THEM TO THE PROPER TORQUE VALUE IF THEY ARE FOUND TO BE LOOSE. THE RECALL BEGAN ON JULY 1, 2008. OWNERS MAY CONTACT CHAMPION BUS AT 1-810-724-1735." -07/17/2008,08V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V324000),"Autocar, LLC",SEAT TETHER/INCOMPLETE VEHICLES,SEAT BELTS,A-0803,Vehicle,7,AUTOCAR IS RECALLING 7 INCOMPLETE VEHICLES. THE SEAT BELT TETHER BETWEEN THE SEAT BELT FLOOR ANCHOR POINT AND THE SUSPENSION SEAT BELT ANCHOR POINT WAS NOT INSTALLED.,"FAILURE TO INSTALL THE TETHER STRAP MAY CAUSE THE SEAT AND SEAT BELT TO DEFORM AND SEPARATE FROM THE MOUNTING LOCATION, INCREASING THE RISK OF A FATAL INJURY.","AUTOCAR WILL INSPECT AND REPLACE THE NECESSARY ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 7, 2008. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-6001." -07/16/2008,08V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V333000),HAWKEYE TRUCK EQUIPMENT,AXLE & SUSPENSION SYSTEMS/WATSON & CHALIN,SUSPENSION,NR (Not Reported),Vehicle,89,"HAWKEYE TRUCK EQUIPMENT (HTE) IS RECALLING CERTAIN DUMP TRUCKS AND TRACTORS FITTED WITH AN AUXILIARY LIFT AXLE, MODELS SL-1190 OR SL-890, MANUFACTURED BY WATSON AND CHALIN. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSIONS ABILITY TO LIFT THE AXLE WHEN IT'S NOT NEEDED.",A VEHICLE CRASH COULD OCCUR.,HTE WILL PROVIDE OWNERS WITH REPAIR KITS ALONG WITH REPAIR INSTRUCTIONS OR WILL REPLACE THE LOWER ARMS FOR THE CUSTOMER FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS CAN CONTACT HTE AT 1-800-622-8223. -07/16/2008,08V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V328000),Pacific Coachworks,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,177,PACIFIC COACHWORKS IS RECALLING 177 MY 2007 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","PACIFIC COACHWORKS IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PACIFIC COACHWORKS AT 1-951-686-7294." -07/16/2008,08V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V350000),"Extreme RV, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3294,"EXTREME RV IS RECALLING 3,294 MY 2004-2007 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","EXTREME RV IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR EXTREME RV AT 1-208-453-2500." -07/16/2008,08V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V332000),"NRC Modifications, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,12,NRC IS RECALLING CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,NRC IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR NRC AT 1-574-825-3646. -07/16/2008,08V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V322000),"Autocar, LLC",SEAT TETHER STRAP/GROVE,SEAT BELTS,A-0803G,Vehicle,37,AUTOCAR IS RECALLING 37 MY 2008 ACX CHASSIS SUPPLIED TO GROVE U.S. FOR CONVERSION INTO CRANES. THE SEAT BELT TETHER BETWEEN THE SEAT BELT FLOOR ANCHOR POINT AND THE SUSPENSION SEAT BELT ANCHOR POINT WAS NOT INSTALLED.,"IN THE EVENT OF A SEVERE IMPACT, FAILURE TO INSTALL THE TETHER STRAP MAY CAUSE THE SEAT AND SEAT BELT TO DEFORM AND SEPARATE FROM THE MOUNTING LOCATION, INCREASING THE RISK OF A FATAL INJURY.",AUTOCAR IS WORKING WITH GROVE TO HAVE THESE CHASSIS INSPECTED AND TO REPLACE THE SEAT BELT ASSEMBLIES FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-6001. -07/16/2008,08V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V323000),"HME, Inc.",WHEEL END STUDS/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,5,HME IS RECALLING 5 MY 2008 MODEL 1871 FIRE TRUCKS EQUIPPED WITH ARVINMERITOR WHEEL STUDS. THESE REAR WHEEL STUDS MAY BE BRITTLE AND BREAK.,"IF ONE OF THE WHEEL STUDS BROKE AND LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE INCREASING THE RISK OF A CRASH.",HME WORKED WITH ARVINMERITOR TO HAVE THE WHEEL STUDS REPLACED. ALL VEHICLES HAVE BEEN INSPECTED AND CORRECTED IF NECESSARY. -07/15/2008,08V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V321000),"Daimler Trucks North America, LLC",FMVSS 403/WHEELCHAIR LIFT/MAXON/OUTBOARD ROLLSTOP,EQUIPMENT ADAPTIVE/MOBILITY,FL-533,Vehicle,5,"DAIMLER TRUCKS IS RECALLING 5 MY 2006 THOMAS BUILT FS-65 SCHOOL BUSES MANUFACTURED BETWEEN JUNE 1 AND JUNE 8, 2006, EQUIPPED WITH MAXON WHEELCHAIR LIFTS. BENDING OCCURS ON THE LOCKING BRACKET ATTACHMENTS AND IN THE RAMP EXTRUSION WHICH FAIL TO CONFORM TO THE LOADING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.""",INJURY COULD OCCUR TO THE LIFT USER.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY WHICH WILL BE PERFORMED BY THOMAS BUILT DEALERSHIPS. THE RECALL BEGAN ON AUGUST 27, 2008. OWNERS MAY CONTACT THOMAS BUILT AT 1-336-889-4871." -07/15/2008,08V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V319000),REXHALL INDUSTRIES INC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,36,"REXHALL IS RECALLING 36 MY 2005 AERBUS, AMERICAN CLIPPER, BASE CAMP, REXAIR, SANSCAPE, AND VISION MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","REXHALL IS WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157." -07/15/2008,08V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V320000),"FLEETWOOD ENTERPRISES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,70101,"FLEETWOOD IS RECALLING 70,101 MY 2003-2007 SOUTHWIND, PACE ARROW, BOUNDER, FLAIR, STORM, FIESTA, TERRA GAS CLASS A MOTOR HOMES; BOUNDER, DISCOVERY, PROVIDENCE, EXCURSION, EXPEDITION, REVOLUTION, AMERICAN EAGLE, AMERICAN HERITAGE, AMERICAN TRADITION DIESEL CLASS A MOTOR HOMES; JAMBOREE TIOGA CLASS C MOTOR HOMES; AND PROWLER, WILDERNESS, TERRY, MALLARD, PIONEER, PRIDE AND TRIUMPH CONVENTIONAL AND FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATORS MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FLEETWOOD IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FLEETWOOD AT 1-800-322-8216." -07/15/2008,08V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V348000),"DOUBLE DUTY RV CONVERSIONS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,DOUBLE DUTY IS RECALLING 1 MY 1999 HART HORSE TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","DOUBLE DUTY IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DOUBLE DUTY AT 1-800-235-7517." -07/14/2008,08V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V314000),PACCAR Incorporated,AXLE U-BOLTS/SUSPENSION TORQUE VALUES,SUSPENSION,08KW9,Vehicle,1189,"KENWORTH IS RECALLING 1,189 MY 2009 T2000, T600, T660, T800 AND W900 TRUCKS. THE AXLE U-BOLTS ATTACHING THE AXLE TO THE DRIVE BEAM ON CERTAIN AG380 REAR SUSPENSIONS MAY HAVE RECEIVED INSUFFICIENT FASTENER TORQUE DURING THE INSTALLATION PROCESS.","THE INSUFFICIENT TORQUE MAY ALLOW THE AXLE U-BOLT TO LOOSEN IF UNDETECTED, COULD IMPACT LONG TERM SUSPENSION PERFORMANCE AND INCREASE THE RISK OF A CRASH.","DEALERS WILL HAVE THE AXLE U-BOLT ON THE AFFECTED CHASSIS RE-TORQUED TO FACTORY SPECIFICATIONS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 12, 2008. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -07/14/2008,08V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V315000),"General Motors, LLC",CLEARANCE FRAME RAIL & FUEL TANK,"FUEL SYSTEM, GASOLINE",08205,Vehicle,567,"GM IS RECALLING 567 MY 2008 CHEVROLET EXPRESS AND GMC SAVANA CUTAWAY VEHICLES WITH A 139"" WHEEL BASE. THE FRAME RAIL ON THE DRIVER'S SIDE MAY BE WIDER THAN SPECIFICATION.","IF THE FRAME RAIL IS WIDER THAN SPECIFICATION, OVER TIME IT MAY CONTACT THE FUEL TANK HOUSING, RESULTING IN A POSSIBLE FUEL LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE CLEARANCE BETWEEN THE FRAME RAIL AND FUEL TANK HOUSING AND WILL REWORK THE FRAME RAIL IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JULY 30, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-966-9463, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -07/14/2008,08V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V317000),"Foretravel, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,7,FORETRAVEL IS RECALLING MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FORETRAVEL IS WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FORETRAVEL AT 936-564-8367." -07/14/2008,08V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V318000),"Trails West Manufacturing of Idaho, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,607,"TRAILS WEST IS RECALLING 607 SIERRA, SANTA FE, AND CLASSIC MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","TRAILS WEST IS WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TRAILS WEST AT 208-852-2200." -07/14/2008,08V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V316000),REXHALL INDUSTRIES INC,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,6,REXHALL IS RECALLING 6 MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,REXHALL IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E-030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR REXHALL AT 661-726-0565. -07/11/2008,08V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V311000),"Nissan North America, Inc.",BRAKE MASTER CYLINDER/ROBERT BOSCH,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,169202,"NISSAN IS RECALLING 169,202 MY 2007-2008 SENTRA PASSENGER VEHICLES EQUIPPED ROBERT BOSCH MASTER CYLINDER. DUE TO THE MACHINING IRREGULARITY BY THE SUPPLIER, THE INTERNAL SEAL GROOVE IN THE BODY OF SOME BRAKE MASTER CYLINDERS MAY ALLOW FOR A GAP IN THE GROOVE CONTACT AREA OF THE SEAL. THIS MAY RESULT IN BRAKE FLUID SLOWLY LEAKING FROM THE MASTER CYLINDER INTO THE BRAKE BOOSTER ASSEMBLY, CAUSING THE BRAKE WARNING LIGHT TO ILLUMINATE.","IF THE WARNING LAMP IS IGNORED, ONE OF THE BRAKE CIRCUITS ON THE VEHICLE MAY NOT OPERATE AS DESIGNED INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE MASTER CYLINDER/BRAKE BOOSTER ASSEMBLY AND IF BRAKE FLUID LEAKAGE IS DETECTED, THE MASTER CYLINDER WILL BE REPLACED WITH A NEW ONE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 20, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/11/2008,08V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V337000),"Winnebago Industries, Inc.",FMVSS 120/INCORRECT TIRE PRESSURES ON LABEL,EQUIPMENT,109,Vehicle,1040,"WINNEBAGO IS RECALLING CERTAIN MY 2008-2009 MOTOR HOMES BUILT ON MY 2008 FORD E450 CHASSIS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE VEHICLE CERTIFICATION LABEL REFLECTS THE INCORRECT TIRE PRESSURE.","FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS AND TIRE INFLATION RECOMMENDATIONS CAN RESULT IN TIRE DAMAGE AND VEHICLE INSTABILITY, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECT VEHICLE CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. A DEALER CAN INSTALL THIS LABEL FOR OWNERS IF THEY SO DESIRE. THE RECALL BEGAN ON JUNE 27, 2008. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -07/11/2008,08V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V310000),"Triumph Motorcycles America, Ltd.",HANDLEBAR RISERS,STEERING,NR (Not Reported),Vehicle,93,"TRIUMPH IS RECALLING 93 MY 2008 SPEED TRIPLE MOTORCYCLES. DUE TO IMPROPER MACHINING OF THE HANDLEBAR RISER, THE HANDLEBAR MAY SLIP IN THE CLAMPS.","IF THE HANDLEBARS CLIP, LOSS OF CONTROL OF THE MOTORCYCLE COULD RESULT INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL CORRECTLY MACHINED HANDLE RISERS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 8, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-539-8782." -07/11/2008,08V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V312000),Blue Bird Body Company,HYDRAULIC BRAKE HOSE CHAFFING,"SERVICE BRAKES, HYDRAULIC",R08NB,Vehicle,5422,"THE HYDRAULIC BRAKE HOSES FROM THE MASTER CYLINDER TO THE CHASSIS FRAME MAY HAVE BEEN IMPROPERLY ROUTED OR RETAINED ON CERTAIN 2004 THROUGH 2009 MY BLUE BIRD VISION CONVENTIONAL SCHOOL AND TRANSIT BUSES MANUFACTURED FROM JANUARY 11, 2004 THROUGH APRIL 22, 2008.",IMPROPER ROUTING OR RETENTION OF THE HYDRAULIC BRAKE HOSES MAY RESULT IN BRAKE HOSES CHAFFING AGAINST THE BUS BODY AND/OR CHASSIS COMPONENTS WHICH COULD CAUSE A LEAK IN THE HYDRAULIC BRAKE SYSTEM RESULTING IN REDUCED BRAKING CAPACITY WHICH COULD RESULT IN A CRASH.,"BLUE BIRD WILL NOTIFY OWNERS AND INSPECT AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 8, 2008. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -07/11/2008,08V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V308000),WICKED WOMAN CHOPPERS LLC,SINGLE DOWN-TUBE FRAMES/RC COMPONENTS,STRUCTURE,NR (Not Reported),Vehicle,5,"WICKED WOMEN CHOPPER IS RECALLING 5 MY 2004 SHADY LADY MOTORCYCLES EQUIPPED WITH RC COMPONENT. THE FRONT OF THE FRAME WHERE WELDS ATTACH THE BACK-BONE TO THE NECK AND WELDS ATTACH THE NECK TO THE DOWN-TUBE, IF NOT BRACED WITH A GUSSET, STRESS PLACED ON MARGINAL WELDS COULD RESULT IN RAPID WEAR ON THE WELD JOINTS AND POSSIBLE JOINT SEPARATION.",FRAME SEPARATION AT THE NECK DOWN-TUBE OR BACK-BONE COULD CAUSE THE DRIVER TO LOOSE STEERING CONTROL OF THE MOTORCYCLE INCREASING THE RISK OF A CRASH.,"WICKED WOMAN CHOPPERS IS WORKING WITH RC COMPONENTS TO REPAIR THESE MOTORCYCLES. A GUSSET WILL BE ADDED TO ALL FIVE OF THE SINGLE DOWN-TUBE, NON-GUSSET FRAMES. REMEDY WILL BE FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2008. OWNERS MAY CONTACT WICKED WOMEN CHOPPER AT 1-618-942-2344." -07/11/2008,08V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V313000),"General Motors, LLC",TRANSMISSION DAMAGE,POWER TRAIN,08218,Vehicle,6390,"GM IS RECALLING 2,481 MY 2008 CHEVROLET EXPRESS AND GMC SAVANA G-CUTAWAY FLEET VAN EQUIPPED WITH A 6.0L (RPO LY6) V8 ENGINE, 4L80E (RPO MT1) TRANSMISSION, 4.10 (RPO GT5) AXLE AND 75 MPH GOVERNOR (RPO 9D7). THESE VEHICLES HAVE A CONDITION IN WHICH THE TRANSMISSION MAY BE DAMAGED DUE TO FIRST GEAR ENGAGEMENT AT HIGHWAY SPEEDS AND THEN DOES NOT TRANSMIT POWER WITH D4 OR R SELECTED. THIS MAY BE PRECEDED BY ENGINE SHUTDOWN IF THE VEHICLE EXCEEDS 81 MILES PER HOUR IN CERTAIN CONDITIONS.","THE VEHICLE MAY BE STRANDED ON OR NEAR A HIGHWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE TRANSMISSION AND ENGINE CONTROL MODULES FREE OF CHARGE. THE RECALL BEGAN ON OR ABOUT JULY 30, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -07/11/2008,08V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V335000),FOUR WINDS INTERNATIONAL,TRANSVERSE BEAM/SAF HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,69,FOUR WINDS IS RECALLING CERTAIN MY 2008-2009 MOTOR HOME CHASSIS EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.,"IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","FOUR WINDS IS WORKING WITH DAIMLER TRUCKS AND SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031 AND 08V269). OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271, DAIMLER TRUCKS AT 1-800-547-0712, OR FOUR WINDS AT 1-800-860-5658." -07/10/2008,08V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V309000),Blue Bird Body Company,FUEL PUMP OUTLET CHECK PLUG/CATERPILLAR,ENGINE AND ENGINE COOLING,R08NG,Vehicle,1824,"A PLUG ON THE OUTLET SIDE OF THE FUEL PUMP CAN CRACK ON CERTAIN 2008 AND 2009 MY BLUE BIRD ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED FROM MAY 23, 2007 THROUGH JULY 4, 2008, EQUIPPED WITH CATERPILLAR C7 ENGINES.","A CRACK IN THIS PLUG CAN RESULT IN A HIGH PRESSURE FUEL SPRAY OR LEAK WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",BLUE BIRD IS WORKING IN CONJUNCTION WITH CATERPILLAR TO NOTIFY OWNERS TO CONTACT THEIR LOCAL CATERPILLAR DEALER FOR A FREE REMEDY. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2008. OWNERS CAN CONTACT CATERPILLAR AT 1-800-447-4986 OR BLUE BIRD AT 1-478-822-2242. -07/10/2008,08V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V307000),"KZRV, L.P.",SUSPENSION HANGERS/LIPPERT COMPONENTS,SUSPENSION,NR (Not Reported),Vehicle,419,KZRV IS RECALLING 419 MY 2008 INFERNO FIFTH WHEEL TOY HAULER TRAILERS EQUIPPED WITH LIPPERT SUSPENSION HANGERS. THESE SUSPENSION HANGERS MAY BE AT RISK OF PREMATURE WEAR OR FAILURE.,"THIS COULD RESULT IN THE UNIT EXHIBITING UNUSUAL BODY LEAN, POOR HANDLING WHILE BEING TOWED, EXCESSIVE TIRE WEAR, AND/OR FAILURE WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND REINFORCE THE SUSPENSION HANGERS FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2008. OWNERS MAY CONTACT KZRV AT 866-524-7821." -07/09/2008,08E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E044000),MIKE'S PERFORMANCE AUDIO,FMVSS 108/AFTERMARKET HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5,"MIKE'S PERFORMANCE AUDIO IS RECALLING 5 HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"MIKE'S PERFORMANCE AUDIO WILL NOTIFY OWNERS AND OFFER A REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON MAY 1, 2008. OWNERS MAY CONTACT MIKE'S PERFORMANCE AUDIO AT 1-434-836-6972." -07/09/2008,08V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V306000),"Piaggio Group Americas, Inc.",FUEL PUMP/FUEL FILTER/BITRON SPA,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,977,"PIAGGIO IS RECALLING 977 MY 2005-2007 APRILIA TUONO 100 R AND RSV 1000 MOTORCYCLE MODELS EQUIPPED WITH BITRON SPA FUEL PUMP/FUEL FILTERS. THE FUEL HOSE CONNECTING THE FUEL FILTER TO THE FUEL PUMP/FUEL FILTER MOUNTING FLANGE MAY COME LOOSE. IF THIS FUEL HOSE CONNECTION IS LOOSE, OR HAS BECOME COMPLETELY DISCONNECTED, THEN THERE WILL BE A DROP IN, OR LOSS OF, FUEL PRESSURE TO THE ENGINE.","A DROP IN, OR LOSS OF FUEL PRESSURE TO THE ENGINE, THE ENGINE WOULD STALL INCREASING THE RISK OF A CRASH.","BITRON WILL SUPPLY DEALERS REPAIR KITS (LENGTH OF FUEL HOSE AND TWO CLAMPS) AND DEALERS WILL REPLACE THE ORIGINAL PARTS ON THE FUEL PUMP/FUEL FILTER COMPONENT FREE OF CHARGE. THE RECALLBEGAN ON SEPTEMBER 10, 2008. OWNER MAY CONTACT PIAGGIO AT 212-380-4431." -07/09/2008,08V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V305000),"Piaggio Group Americas, Inc.",HEADLIGHT LOW BEAM BULB SHORTING/TRIOM SPA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,646,"PIAGGIO IS RECALLING 646 MY 2007-2008 MOTO GUZZI NORGE 1200 MOTORCYCLE MODELS EQUIPPED WITH TRIOM HEADLIGHTS, LOW BEAM BULB AND HEADLIGHT REFLECTORS. THE HEADLIGHT LOW BEAM BULB HAS A ""PIGTAIL"" WIRE ATTACHED TO IT. THIS WIRE CONNECTS THE LOW BEAM BULB TO THE MOTORCYCLE'S WIRING HARNESS. IT MAY TOUCH THE HARDWARE USED TO SECURE THE BULB IN THE REFLECTOR. OVER TIME AND VIBRATION THE INSULATION MAY WEAR THROUGH CAUSING THE DIRECT SHORT TO GROUND. THIS SHORT CAUSES THE MOTORCYCLE'S MAIN FUSE TO BLOW AND ALL ELECTRICAL POWER TO THE MOTORCYCLE TO STOP.","ELECTRICAL POWER TO THE MOTORCYCLE IS CUT OFF AND AS A RESULT, THE ENGINE STALLS INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW BULB WITH AN EXTRA PROTECTION AROUND THE POWER WIRE TO PROVIDE GREATER PROTECTION. THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT PIAGGIO AT 212-380-4431." -07/09/2008,08V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V302000),Marathon Homes Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,312,MARATHON IS RECALLING 312 MY 2003-2007 OLYMPIAN FIFTH WHEEL OR TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","MARATHON IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR MARATHON AT 574-294-6441." -07/09/2008,08V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V304000),JENSEN TRAILERS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,JENSEN TRAILERS IS RECALLING 2 MY 2003-2006 SPECIALTY TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","JENSEN TRAILERS IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR JENSEN TRAILERS AT 515-332-5963." -07/08/2008,08V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V297000),Eldorado National-Kansas,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1258,"ELDORADO NATIONAL - KANSAS (ENK) IS RECALLING 1,258 MY 2005-2008 AERO ELITTE AEROLITE, AEROTECH, VERSA SHUTTLE, AND MY 2006-2008 TRANSTECH BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,ENK IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR ENK AT 1-800-850-1287. -07/08/2008,08V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V299000),Eldorado National-Kansas,WHEELCHAIR LIFT INTERLOCK SYSTEM/INTERMOTIVE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,115,"ELDORADO NATIONAL IS RECALLING 115 MY 2007-2008 AERO ELITE BUSES BUILT ON GENERAL MOTORS 560 CHASSIS AND EQUIPPED WITH INTERMOTIVE GATEWAY 401 MODULE INTERLOCK HARNESS. THESE BUSES HAVE BEEN FOUND TO EXHIBIT EXTREME VOLTAGE SPIKES DURING ENGINE CRANKING. THESE EXTREME SPIKES CAN DAMAGE THE DIODE IN THE HARNESS NEAR THE SHIFT LOCK SOLENOID CONNECTOR. IF THE DIODE FAILS IN THE SHORTED CONDITION, THE GATEWAY 401 MODULE CAN BE DAMAGED.","IF THIS OCCURS, THE SHIFT LOCK SOLENOID MAY NOT ENGAGE. IF THIS LOCK DOES NOT ENGAGE, THE VEHICLE WILL HAVE THE ABILITY TO MOVE WHILE THE WHEELCHAIR LIFT IS DEPLOYED WHICH MAY RESULT IN PERSONAL INJURY.",INTERMOTIVE IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 08E004). INTERMOTIVE WILL REPLACE THE DEFECTIVE HARNESS FREE OF CHARGE. OWNERS MAY CONTACT INTERMOTIVE AT 1-800-969-6080 OR ELDORADO NATIONAL AT 800-850-1287. -07/07/2008,08V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V303000),"Mercedes-Benz USA, LLC",INCORRECT SOFTWARE CALIBRATION NUMBER CODIFICATION,ELECTRICAL SYSTEM,2008 070001,Vehicle,404,"MERCEDES-BENZ IS RECALLING MY 2006-2008 M-CLASS, R-CLASS, MY 2005-2009 SLK-CLASS, MY 2005-2008 C-CLASS, MY 2003-2004 AND 2006-2008 CLK-CLASS, MY 2003-2008 E-CLASS, MY 2004 AND 2008 CL-CLASS, MY 2008 CLS-CLASS, MY 2004 AND 2007-2008 S-CLASS, MY 2003 G-CLASS, AND MY 2003-2004, 2006 AND 2009 SL-CLASS VEHICLES. A SOFTWARE CALIBRATION NUMBER (SCN) CODING RECEIVED ON THE AFFECTED VEHICLES DURING A RECENT WORKSHOP VISIT WAS INCORRECT. DEPENDING ON THE MODEL YEAR AND MODEL AFFECTED, THE RESULTS OF AN INCORRECT SCN CODING CAN AFFECT A NUMBER OF VEHICLE SAFETY AND EMISSION FUNCTIONS INCLUDING THE FOLLOWING TYPES OF FUNCTIONS: (1) THE FUEL GAUGE READINGS MAY BE INCORRECT; (2) A STUCK FUEL-LEVEL SENSOR MAY NOT BE DISPLAYED IN THE INSTRUMENT CLUSTER; (3) THE OBD SYSTEM MAY CAUSE THE CHECK ENGINE LIGHT TO ILLUMINATE INCORRECTLY; AND, (4) THE SPEEDOMETER MAY BE OUT OF TOLERANCE.","IN THE EVENT OF A VEHICLE CRASH, THE ELECTRICAL FUEL PUMP MAY NOT RECEIVE A CRASH SIGNAL THAT IS REQUIRED FOR THE FUEL PUMP TO DISCONNECT AND PREVENT FUTURE FUEL DELIVERY AS DESIGNED.","DEALERS WILL RECODE THE SCN FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 30, 2008. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -07/07/2008,08V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V346000),"Forest River, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,107417,"FOREST RIVER IS RECALLING CERTAIN MY 2003-2006 MOTOR HOMES, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","FOREST RIVER IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FOREST RIVER AT 1-574-389-4600." -07/03/2008,08V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V301000),Ford Motor Company,FUEL TANKS,"FUEL SYSTEM, GASOLINE",08S06,Vehicle,142,FORD IS RECALLING 142 MY 2008 EDGE AND LINCOLN MKK ALL WHEEL DRIVE VEHICLES. THE FUEL TANK WELD FIXTURE MAY HAVE BEEN EXPOSED TO A CONTAMINANT DURING PRODUCTION WHICH COULD CAUSE A DIMPLE IN THE BOTTOM OF THE FUEL TANK AT A SPOT WELD.,"THIS DIMPLE COULD RESULT IN A FUEL LEAK OR A FUEL DRIP FROM THE TANK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL TANK FREE OF CHARGE. THE RECALL BEGAN ON JULY 11, 2008. OWNERS MAY CONTACT FORD AT 1-866-437-7332." -07/03/2008,08V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V298000),MONACO COACH CORPORATION,LP LINE ROUTING,EQUIPMENT,R08018,Vehicle,152,"MONACO IS RECALLING 152 MY 2006-2008 HOLIDAY RAMBLER ARISTA, ATLANTIS, AND SAFARI PASSAGE AND IVORY MOTOR HOMES. THERE IS AN ERROR IN THE ROUTING OF THE LIQUID PROPANE (LP) LINE FROM BELOW AND THROUGH THE MAIN FLOOR AND THE SLIDE-OUT FLOOR. THE LP LINE CAN BECOME ENTANGLED WITH THE 12 VOLT AND 120 VOLT WIRING WHICH COULD CAUSE THE HOSE TO KINK AND/OR BECOME DAMAGED WHICH COULD LEAD TO AN LP LEAK.","IF THE LP LINE WAS TO LEAK AND A SPARK OCCURS, THIS COULD LEAD A FIRE OR EXPLOSION.","DEALERS WILL INSTALL A KIT TO REPLACE AND REROUTE THE LP LINE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 3, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -07/03/2008,08V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V300000),"Jayco, Inc.",METAL TERMINAL RUBBER CRIMP CAP,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,156,"JAYCO IS RECALLING 156 MY 2009 RECON, EAGLE, AND DESIGNER FIFTH WHEEL TRAVEL TRAILERS. AN ELECTRICAL SHORT CAN OCCUR IF THE METAL TERMINAL RUBBER CRIMP CAP WAS NOT INSTALLED CORRECTLY.","IF THE CAP WAS TO FALL OFF THE BATTERY CHARGE LINE, AN ELECTRICAL SHORT MAY OCCUR WHICH COULD RESULT IN A FIRE, CRASH, INJURY, OR DEATH.","OWNERS WILL BE REQUESTED TO INSPECT THE RUBBER CAPS AND REINSTALL THE CAPS IF INSTALLED INCORRECTLY. IF AN OWNER SO DESIRES, A DEALER CAN PERFORM THIS INSPECTION FOR THEM FREE OF CHARGE. THE RECALL BEGAN ON JULY 14, 2008. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -07/03/2008,08V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V296000),"New Flyer of America, Inc.",PROGRAMMABLE LOGIC CONTROL MODULES,"SERVICE BRAKES, AIR",R08-022,Vehicle,319,"NEW FLYER IS RECALLING 319 MY 2008 C40LF, C40LFR, D35LF, D40LF, D41LF, D61LFR, DE41LF, DE61LF, E40LFR, GE40LFR, AND DE41LFR TRANSIT BUSES EQUIPPED WITH PARKER HANNIFIN (VANSCO) CONTROL MODULES. A CERTAIN BATCH OF THE PROGRAMMABLE LOGIC CONTROL MODULES MAY HAVE A MANUFACTURING DEFECT. THIS DEFECT COULD PRODUCE ERRATIC BEHAVIOR OF CERTAIN INPUT/OUTPUT SIGNALS TO AND FROM THE AFFECTED MODULE. THIS ERRATIC BEHAVIOR COULD POTENTIALLY IMPACT CERTAIN FUNCTIONS SUCH AS THE HEADLIGHTS, BRAKE LIGHTS, THROTTLE CONTROL, AND CONTROL OF THE ARTICULATED JOINT.","FAILURE OF THE MODULE TO PROPERLY CONTROL THE VEHICLE SUB-SYSTEMS COULD RESULT IN VEHICLE CRASH, INJURY OR DEATH.","THE AFFECTED MODULES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 14, 2008. OWNERS MAY CONTACT NEW FLYER AT 1-204-982-8400." -07/03/2008,08V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V294000),HOST INDUSTRIES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,546,"HOST INDUSTRIES IS RECALLING 546 MY 2004-2007 BACHELOR(8.5') , MCKINLEY (8.5'), RAINIER (9.5'), TAHOE (10.5') , YUKON (11.5'), YELLOWSTONE (11.5') CAMPERS, AND MY 2007 MODEL 270 CLASS C MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.","IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","HOST INDUSTRIES IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HOST INDUSTRIES 1-541-330-2328." -07/02/2008,08V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V295000),"Chrysler (FCA US, LLC)",REAR AXLE HUB NUTS,POWER TRAIN,H23,Vehicle,5509,"CHRYSLER IS RECALLING 5,509 MY 2008 300, DODGE MAGNUM, AND CHARGER VEHICLES. THE TORQUE RETENTION CRIMP FEATURE WAS MISSED DURING THE MANUFACTURE OF ONE LOT OF REAR AXLE HUB NUTS. THIS COULD CAUSE THE NUTS TO LOOSEN AND ALLOW THE HALFSHAFT TO DISENGAGE FROM THE WHEEL HUB.",THIS COULD CAUSE THE VEHICLE TO LOSE POWER AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE REAR AXLE HUB NUTS. THE RECALL BEGAN ON JULY 21, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -07/02/2008,08V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V291000),LONGHORN CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16,LONGHORN IS RECALLING 16 MY 2003-2007 HORSE OR CARGO TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","LONGHORN SALES IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LONGHORN AT 660-465-2957." -07/02/2008,08V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V289000),Damon Corporation,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,804,"DAMON IS RECALLING 804 MY 1999 INTRUDER, ULTRASPORT, AND ESCAPER MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,"DAMON IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E-030). NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL BEGAN ON JUNE 30, 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767- 9101 OR DAMON AT 1-800-860-3812." -07/01/2008,08E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E042000),"Caterpillar, Inc.",CRACKED FUEL PUMP OUTLET PLUG,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,8950,"A PLUG ON THE OUTLET SIDE OF THE FUEL PUMP CAN CRACK ON 8,055 C7 AND C9 DIESEL ENGINES THAT ARE EQUIPPED WITH A CR 350 (COMMON RAIL HIGH PRESSURE) PUMP. THE AFFECTED ENGINES INCLUDE 6 CYLINDER C7 (7L) AND C9 (9L) TURBOCHARGED AND AIR-TO-AIR AFTERCOOLED DIESEL ENGINES OF 190 THROUGH 425 HORSEPOWER.","A CRACK IN THIS PLUG CAN RESULT IN A HIGH PRESSURE FUEL SPRAY OR LEAK WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CATERPILLAR AT NO COST TO THE OWNER. THE RECALL BEGAN ON SEPTEMBER 5, 2008. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986." -07/01/2008,08T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T020000),Goodyear Tire & Rubber Company,FMVSS 109/TIRE STRENGTH,TIRES,NR (Not Reported),Tire,5300,"GOODYEAR IS RECALLING 5,300 DUNLOP WINTER SPORT 3D TIRES, SIZE 225/50R17 (DOT CODE DM40 2TTR), AND DUNLOP WINTER SPORT M3 TIRES, SIZE 275/35R18 (DOT CODE DMBL 2J8R), MANUFACTURED FROM SEPTEMBER 4, 2005, THROUGH MAY 17, 2008. THESE TIRES FAIL TO CONFORM TO THE TIRE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES.""",TIRES NOT MEETING THE TIRE STRENGTH TEST REQUIREMENT COULD BE MORE SUSCEPTIBLE TO FAILURE FOLLOWING IMPACT WITH ROAD HAZARDS. TIRE FAILURE FOLLOWING ROAD HAZARDS CAN RESULT IN A VEHICLE CRASH.,"GOODYEAR WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN ON JULY 30, 2008. OWNERS MAY CONTACT GOODYEAR TOLL-FREE AT 1-800-321-2136." -07/01/2008,08V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V287000),Blue Bird Body Company,FMVSS 222/SEAT CUSHION RETENTION CLIPS,SEATS,R08NE,Vehicle,126,"BLUE BIRD IS RECALLING 126 MY 2001 AND 2002 CONVENTIONAL SCHOOL BUSES MANUFACTURED BETWEEN APRIL 19 AND OCTOBER 21, 2001, EQUIPPED WITH OPTIONAL FLIP-UP SEAT BOTTOM CUSHIONS. THE SEAT BOTTOM CUSHION REAR RETAINING CLIPS MAY HAVE BEEN OMITTED WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SEAT CUSHION RETENTION.""","IN THE EVENT OF A CRASH, THE SEAT CUSHION MAY FLIP UP EXPOSING THE OCCUPANTS TO INCREASED RISK OF INJURY.","BLUE BIRD WILL NOTIFY OWNERS AND PROVIDE A REMEDY FREE OF CHARGE. THE RECALL BEGAN ON JULY 10, 2008. OWNERS MAY CONTACT BLUE BIRD AT 478-422-2242." -07/01/2008,08V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V290000),"BMW of North America, LLC",GEARBOX,POWER TRAIN,NR (Not Reported),Vehicle,46,"BMW IS RECALLING 46 MY 2008 R1200 R, R1200 GS, AND R1200 GS ADVENTURE MOTORCYCLES. DUE TO A MATERIAL DEFECT IN THE INTERMEDIATE SHAFT OF THE TRANSMISSION, THE SHAFT COULD BREAK. IF THIS OCCURRED, IT IS POSSIBLE FOR THE TRANSMISSION TO SEIZE.","IF THIS HAPPENED, LOCK-UP OF THE REAR TIRE COULD OCCUR. IT IS ALSO POSSIBLE FOR THE TRANSMISSION HOUSING TO BREAK. IF THIS HAPPENED, OIL COULD LEAK ONTO THE REAR WHEE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE GEARBOX. THE RECALL BEGAN DURING AUGUST 2008. OWNERS SHOULD CONTACT BMW AT 1-800-331-1117. -07/01/2008,08V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V292000),"FLEETWOOD ENTERPRISES, INC.",PART 567/CERTIFICATION LABEL INCORRECT,EQUIPMENT,80624,Vehicle,226,"FLEETWOOD IS RECALLING 226 MY 2008-2009 AMERICAN ALLEGIANCE, AMERICAN EAGLE, AMERICAN HERITAGE, AMERICAN TRADITION, BOUNDER, BOUNDER DIESEL, DISCOVERY, EXCURSION, EXPEDITION, FIESTA LX, PACE ARROW, PROVIDENCE, REVOLUTION LE, SOUTHWIND, CLASS A MOTOR HOMES, AND ICON, JAMBOREE, JAMBOREE GT, JAMBOREE SPORT, PULSE, TIOGA, AND TIOGA RANGER CLASS C MOTOR HOMES. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF THE CODE OF FEDERAL REGULATIONS, PART 567, 'CERTIFICATION.' THE OCCUPANT AND CARGO CARRYING CAPACITY WERE CALCULATED INCORRECTLY ALLOWING ADDITIONAL LOAD CARRYING CAPACITY.","OVERLOADING MAY HAVE AN ADVERSE AFFECT ON MOTOR HOME HANDLING, INCREASING THE RISK OF A CRASH.","FLEETWOOD WILL MAIL A CORRECTED FEDERAL CERTIFICATION LABEL ALONG WITH INSTALLATION INSTRUCTIONS TO THE AFFECTED MOTOR HOME OWNERS. OWNERS WHO DO NOT FEEL COMFORTABLE INSTALLING THIS LABEL CAN TAKE THEIR MOTOR HOME TO ANY FLEETWOOD DEALER AND THE DEALER WILL INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON JULY 28, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -07/01/2008,08V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V285000),GORE TRAILER MANUFACTURER,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6,GORE TRAILER IS RECALLING 6 CAMPER PACKAGE AND PAMILCO PACKAGE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","GORE TRAILER IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GORE TRAILER AT 1-910-642-4298." -07/01/2008,08V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V288000),"Coach House, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,297,COACH HOUSE IS RECALLING 297 MY 2003-2007 PLATINUM MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","COACH HOUSE IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COACH HOUSE AT 1-941-485-0984" -07/01/2008,08V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V286000),Blue Bird Body Company,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,R08NF,Vehicle,83,BLUE BIRD IS RECALLING 162 MY 1999-2002 WANDERLODGE MOTOR HOMES EQUIPPED WITH NORCOLD MODEL 1200LR OR 1200LRIM GAS/ELECTRIC REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,"BLUE BIRD IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL BEGAN ON JULY 11, 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR BLUE BIRD AT 1-478-825-2021." -07/01/2008,08E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E041000),"Caterpillar, Inc.",RETENTION SYSTEM/ATTACHMENT BRACKET FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,5508,"THE DIESEL PARTICULATE FILTER (DPF) ATTACHMENT BRACKET ON 235 C7, C9, C13 AND C15 ENGINES MAY FAIL ALLOWING THE DPF TO SEPARATE FROM THE CHASSIS AND BECOME A ROAD HAZARD. THE ENGINES INVOLVED ARE THE C7, C9, C13 AND C15 TURBOCHARGED AND AIR-TO-AIR AFTERCOOLED ENGINES OF 335 THROUGH 625 HORSEPOWER.",A VEHICLE CRASH COULD OCCUR IF ANOTHER VEHICLE STRIKES THE DPF ON THE ROADWAY.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED BY CATERPILLAR AT NO COST TO THE OWNER. THE RECALL BEGAN ON DECEMBER 19, 2008. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986." -07/01/2008,08E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E043000),"Terex South Dakota, Inc.",SERVICE AERIAL DEVICES,EQUIPMENT,CB581,Equipment,60,TEREX TELELECT IS RECALLING 60 TCP40 SERIES AERIAL DEVICES BUILT IN 2007. THE BOLTS THAT ATTACH THE BOOM TIP BRACKET TO THE THIRD BOOM CAN LOOSEN AND BREAK.,"IF THE FAILED FASTENERS ARE NOT REPAIRED OTHER COMPONENTS WILL EVENTUALLY BE DAMAGED AND MAY ALLOW THE PLATFORM TO ROTATE, POSSIBLY RESULTING IN PERSONAL INJURY.","TEREX WILL NOTIFY OWNERS AND PROVIDE A REMEDY FREE OF CHARGE. THE RECALL BEGAN ON JULY 16, 2008. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-882-4000." -06/30/2008,08V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V281000),New Horizons RV Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,135,NEW HORIZON IS RECALLING CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,"IF THIS SOLUTION IS EXPOSED TO AN IGNITION SOURCE UNDER CERTAIN SPECIFIC CIRCUMSTANCES, IT CAN RESULT IN A VEHICLE FIRE.","NEW HORIZON IS WORKING WITH DOMETIC TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NEW HORIZON AT 1-800-235-3140." -06/27/2008,08V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V284000),"Nissan North America, Inc.",AIR CONDITIONING CONDENSER FAN/VISTEON,EQUIPMENT,NR (Not Reported),Vehicle,180664,"NISSAN IS RECALLING 180,664 MY 2005-2006 TITAN, ARMADA AND INFINITY QX56 VEHICLES MANUFACTURED AFTER MARCH 17, 2005, THAT ARE EQUIPPED WITH A VISTEON AIR CONDITIONING CONDENSER FAN MOTOR. THE FAN MOTOR MAY NOT BE PROPERLY SEALED ALLOWING EXCESSIVE WATER INTRUSION AND INADEQUATE DRAINAGE OF MOISTURE.",THIS COULD CAUSE CORROSION IN THE MOTOR LEADING POSSIBLY TO OVERHEATING AND A FIRE.,"DEALERS WILL INSTALL A 'THERMAL PROTECTOR KIT' AND TEST THE AIR CONDITIONING CONDENSER FAN MOTOR AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON AUGUST 2, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -06/27/2008,08V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V283000),"REV Ambulance Group Orlando, Inc.",HIGH IDLE CIRCUIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,215,"WHEELED COACH IS RECALLING 215 MY 2008 F-350, F-450, AND F-550 RESCUE VEHICLES BUILT ON FORD CHASSIS AND EQUIPPED WITH 6.4L DIESEL ENGINES. IT HAS BEEN DETERMINED THAT THE CONNECTION OF THE MASTER SWITCH YELLOW 16GA WIRE TO THE OEM PTO ENABLE CIRCUIT DISRUPTS THE REGENERATION MODE WHEN THE MASTER SWITCH IS IN THE ""ON"" POSITION. THE REGENERATION MODE FAILURE WILL EVENTUALLY CAUSE THE 6.4L DIESEL ENGINE TO REDUCE POWER AND ENTER IN TO A LIMP HOME MODE.",THE REGENERATION MODE FAILURE WILL CAUSE THE 6.4L DIESEL ENGINE TO REDUCE POWER INCREASING THE RISK OF A CRASH.,"WHEELED COACH WILL MAIL OUT RELAY KITS ALONG WITH INSTALLATION INSTRUCTIONS. CUSTOMERS CAN ALSO TAKE THEIR VEHICLE TO A SERVICE CENTER TO HAVE THE RELAY INSTALLED IF THEY SO DESIRE. THE RECALL BEGAN ON JUNE 12, 2008. OWNERS MAY CONTACT WHEELED COACH AT 1-800-932-7077." -06/27/2008,08V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V282000),Supreme Corporation,ROOF DISLODGES,STRUCTURE,000314,Vehicle,3598,"SUPREME IS RECALLING 3,598 MY 2006-2008 SPARTAN MS AND MI UTILITY VEHICLES. THE ROOF OF THE UTILITY VEHICLES COULD DISLODGE WHILE IN USE.","FAILURE OF THE ADHESIVE TO SECURE THE SUB- ASSEMBLIES OF THE BODY COULD ALLOW THE ROOF TO COME OFF WHILE THE VEHICLE IS IN MOTION, INCREASING THE RISK OF SERIOUS INJURY OR CRASH.","DEALERS WILL INSPECT AND INSTALL FASTENERS TO SECURE THE INDIVIDUAL SUB-ASSEMBLIES. THE RECALL BEGAN ON SEPTEMBER 11, 2008. OWNERS MAY CONTACT SUPREME AT 1-574-642-4888." -06/26/2008,08V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V280000),PACCAR Incorporated,HEADLIGHT HARNESS ROUTING/HOOD SAFETY LATCH,LATCHES/LOCKS/LINKAGES,08KW8,Vehicle,62,"PACCAR IS RECALLING 62 MY 2009 KENWORTH T660 TRUCKS. THE 90 DEGREE STANDOFF MOUNTED ON THE FRONT BUMPER SUPPORT MAY COME INTO CONTACT WITH THE HOOD STRUT, WHICH MAY RESULT IN A NON-OPERATIONAL HOOD SAFETY LATCH. THE SAFETY LATCH PREVENTS THE HOOD FROM CLOSING.",A NON-OPERATIONAL SAFETY LATCH MAY NOT BE DETECTED BY A DRIVER OR MECHANIC AND COULD INCREASE THE RISK OF PERSONAL INJURY OR VEHICLE DAMAGE.,"DEALERS WILL RELOCATE THE 90 DEGREE STANDOFF AND REROUTE THE HEADLIGHT HARNESS AWAY FROM THE HOOD STRUT IN ORDER TO PROVIDE THE CLEARANCE NEEDED. THE RECALL BEGAN ON JULY 21, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -06/26/2008,08T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T019000),"American Pacific Industries, Inc.",LOSS OF AIR PRESSURE,TIRES,NR (Not Reported),Tire,4738,"AMERICAN PACIFIC INDUSTRIES, INC., (API) IS RECALLING 4,738 SPECTOR ADVANTA SUV ROWL RADIAL LIGHT TRUCK TIRES, SIZE P255/70R16 109S, MANUFACTURED BETWEEN FEBRUARY 3 AND MARCH 1, 2008. THESE TIRES MAY HAVE A THIN AREA OF RUBBER ON A PORTION OF THE TIRE BEAD AREA.","SHOULD THE TIRE BE MOUNTED AND INFLATED, A POOR BEAD SEAT WILL ALLOW LOSS OF AIR PRESSURE DURING VEHICLE OPERATION AFFECTING STEERING CONTROL OF THE VEHICLE.","API WILL NOTIFY OWNERS AND REPLACE ANY DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 6, 2008. OWNERS MAY CONTACT API TOLL-FREE AT 1-800-944-8414." -06/25/2008,08V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V279000),"Coachmen RV Company, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,37293,"COACHMEN IS RECALLING 37,293 MOTORHOMES AND FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,"COACHMEN IS WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 08E032). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COACHMEN AT 574-825-5821." -06/23/2008,08V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V278000),"NABI Bus, LLC",FMVSS 121/INSTRUMENT CLUSTER ELECTRIC SIGNAL,ELECTRICAL SYSTEM,2008-02,Vehicle,203,"NABI IS RECALLING 239 MY 2002-2007 BLUE BIRD C4RE AND L4RE TRANSIT BUSES EQUIPPED WITH A 'PRX1' MODULE. THE PRX1 MODULE IS A DEVICE WHICH TRANSMITS AN ELECTRIC SIGNAL TO THE INSTRUMENT CLUSTER, WHICH IS CONVERTED INTO AN AIR SYSTEM PRESSURE READING ON THE DASH MOUNTED GUAGE. ON CERTAIN MODULES, TIS READING IS INACCURATE CAUSING THE DISPLAYED PRESSURE TO BE OUTSIDE THE TOLERANCE OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.'","IF THE AIR BRAKE SYSTEM DEVELOPS A LEAK, THE BVEHICLE OPERATOR MAY NOT BE AWARE DUE TO THE INACCURATE DASH READING. IF A LEAK OCCURS, THE SAFETY/'EMERGENCY BRAKES COULD SET WITHOUT ADEQUATE WARNING, APPLYING THE BRAKES PARTIALLY, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL, POSSIBLY CAUSING A CRASH.","NABI WILL PROVIDE INSTRUCTIONS TO VEHICLE OWNERS/END-USERS TO ADD A SPECIFIC WIRE TO THE MODULE, CORRECTING THE PROBLEM. THE RECALL BEGAN ON AUGUST 5, 2008. OWNERS MAY CONTACT NABI AT" -06/23/2008,08C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C008000),"Baby Trend, Inc.",LATCH CONNECTOR LOCKING PAWL,CHILD SEAT,6400,Child Seat,5787,"BABY TREND IS RECALLING 5,787 LATCH-LOC CAR SEATS, MODELS MAGNUM 6439, GALAXY 6481, SILVERADO 6448, AND 6400S STAND ALONE BASES, MANUFACTURED BETWEEN MAY 14, 2007 AND APRIL 1, 2008. INCORRECT STEEL WAS USED ON THE LATCH CONNECTOR LOCKING PAWL.",THE LATCH CONNECTOR LOCKING PAWL CAN CRACK ALLOWING THE CHILD SAFETY SEAT BASE TO DETACH FROM THE VEHICLE'S LATCH ANCHORS DURING A SEVERE CRASH. THIS CAN RESULT IN THE SEAT FAILING TO PROVIDE THE PROPER PROTECTION FOR ITS OCCUPANT.,"BABY TREND WILL NOTIFY OWNERS AND REPLACE THE BASE FREE OF CHARGE. ONLY RIGID LATCH-LOC MODEL CHILD RESTRAINTS ARE INVOLVED IN THIS RECALL. THE RECALL BEGAN ON AUGUST 11, 2008. OWNERS CAN CONTACT BABY TREND TOLL-FREE AT 1-800-328-7363." -06/20/2008,08V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V275000),Shyft Group,FASTENER FRACTURE,STEERING,07024,Vehicle,213,"SPARTAN CHASSIS IS RECALLING 213 MY 2007-2008 MM, AND MY 2008 K2, K3, AND SU MOTOR HOME CHASSIS. CERTAIN CHASSIS FASTENERS MAY FRACTURE RESULTING IN POOR HANDLING OF THE VEHICLE, LOSS OF STEERING, AND/OR REDUCED LEVEL OF SUSPENSION PERFORMANCE.",LOSS OF STEERING WILL INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE FASTENERS AS NEEDED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2008. OWNERS MAY CONTACT SPARTAN CHASSIS AT 1-800-543-4277." -06/20/2008,08V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V273000),MONACO COACH CORPORATION,FEDERAL IDENTIFICATION LABEL/FMVSS 120,EQUIPMENT,R08014,Vehicle,22,"MONACO IS RECALLING 22 MY 2009 ALUMASCAPE FIFTH WHEEL, ALUMASCAPE SUITE AND PRESIDENTIAL TRAVEL TRAILERS. THESE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" WHEN TIRES WERE CHANGED ON THESE VEHICLES, THE FEDERAL IDENTIFICATION LABEL WAS PRINTED WITH INCORRECT INFORMATION. THE TIRE INFLATION IS LISTED AS 80 PSI WHEN THE CORRECT PRESSURE SHOULD BE 65 PSI.",OVER INFLATED TIRES COULD CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE; POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE WHICH COULD RESULT IN A LOSS OF CONTROL OF THE UNIT INCREASING THE RISK OF A CRASH.,"DEALERS WILL MAIL CONSUMERS THE CORRECTED LABELS ALONG WITH INSTRUCTIONS. CUSTOMERS WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 7, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -06/20/2008,08V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V276000),"Mitsubishi Motors North America, Inc.",IGNITION /PARKING INTERLOCK SYSTEM,ELECTRICAL SYSTEM,SR-08-004,Vehicle,73000,"MITSUBISHI IS RECALLING 73,000 MY 2004-2006 GALLANT PASSENGER VEHICLES. DURING VEHICLE USE, THE IGNITION KEY INTERLOCK CABLE (WHICH IS A COMPONENT OF THE INTERLOCK SYSTEM) MAY ALLOW THE INTERLOCKING CAM TO FALL FORWARD AND ALLOW THE IGNITION KEY TO BE REMOVED FROM THE IGNITION SWITCH WHEN THE GEARSHIFT MECHANISM IS NOT IN THE PARK POSITION.","IF THE DRIVER DOES NOT SHIFT TO PARK BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT AND CORRECT THESE VEHICLES FOR THE REPORTED CONDITION. THE RECALL BEGAN ON SEPTEMBER 2, 2008. OWNERS MAY CONTACT MITSUBISHI AT 1-888-648-7820." -06/20/2008,08V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V277000),"Forest River, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,FOREST RIVER IS RECALLING 1 MY 2001 TSUNAMI CLASS A DIESEL PUSHER MOTOR HOME MOTOR HOMES EQUIPPED WITH A NORCOLD REFRIGERATOR. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,FOREST RIVER IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN DURING JULY OR AUGUST 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR FOREST RIVER AT 1-574-389-4600. -06/20/2008,08V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V274000),Pierce Manufacturing,STEERING COLUMN/TRW,STEERING,NR (Not Reported),Vehicle,2372,"PIERCE IS RECALLING 2,372 MY 1982-1991 ARROW, MY 1983-1989 DASH, AND MY 1987-1989 DASH D8000 EMERGENCY VEHICLES EQUIPPED WITH TRW STEERING COLUMNS. THE LOWER END OF THE TRW STEERING COLUMN IS ATTACHED TO A 90 DEGREE GEAR BOX AS IT PASSES THROUGH THE FLOOR OF THE CAB. IF THE SHAFT IS NOT WELL ALIGNED WITH THE GEAR BOX INPUT, A SIDE LOAD IS INDUCED IN THE LOWER SHAFT BEARING. THIS SIDE LOAD CAN CAUSE BEARING FAILURE. IF THE LOWER STEERING COLUMN BEARING FAILS, THE BEARING RACE OR COMPRESSION SPRING CUTS INTO THE HOLLOW STEERING SHAFT TUBE.","THIS FAILURE MOST LIKELY WILL OCCUR ON HIGH MILEAGE VEHICLES DURING LOW SPEED, HIGH STEERING EFFORT EVENTS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ORIGINAL TRW STEERING COLUMN WITH A NEW TRW STEERING COLUMN RETROFIT KIT. THE SAFETY RECALL BEGAN ON OCTOBER 15, 2008. OWNERS MAY CONTACT PIERCE AT 1-920-832-3000." -06/19/2008,08V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V272000),Hyundai Motor America,CERTIFICATION LABEL/FMVSS 110,EQUIPMENT,084,Vehicle,88943,"HYUNDAI IS RECALLING 88,943 MY 2007-2008 HYUNDAI SANTA FE VEHICLES EQUIPPED WITH P235/60R18 TIRES. THESE VEHICLES FAIL TO COMPLY WITH THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110 ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES."" THE BLACK CERTIFICATION LABEL AFFIXED TO THE DRIVER'S SIDE CENTER PILLAR, INCORRECTLY LISTS THE GROSS AXLE WEIGHT RATINGS (GAWR).","OVERLOADING YOUR VEHICLE MAY ADVERSELY AFFECT HANDLING AND BRAKING AND MAY CAUSE TIRE DAMAGE, RESULTING IN TIRE FAILURE AND A CRASH WITHOUT WARNING.","HYUNDAI WILL MAIL CORRECTED CERTIFICATION LABELS ALONG WITH THE INSTRUCTIONS TO THE AFFECTED OWNERS. THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 5, 2008. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -06/19/2008,08V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V271000),"Coachmen RV Company, LLC",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,4231,"COACHMEN IS RECALLING 4,231 MY 1999-2002 GEORGIE BOY CRUISE MASTER, LANDAU AND PURSUIT, MY 1999-2000 CRUISE AIR, MY 1999-2001 MAVERICK AND MY 2000-2002 GEORGIE BOY SUITE MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,COACHMEN IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR COACHMEN AT 1-800-453-6064. -06/18/2008,08V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V268000),"Dutchmen Manufacturing, Inc.",REAR REFLEX REFLECTORS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,478,"DUTCHMEN IS RECALLING 478 MY 2007-2009 N'TENSE, VICTORY LANE, AND WINNER'S CIRCLE TRAVEL TRAILERS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THESE TRAILERS WERE BUILT WITHOUT REAR REFLEX REFLECTORS.",LACK OF REFLECTORS COULD LEAD TO REDUCED VISIBILITY OF THE TRAVEL TRAILER INCREASING THE RISK OF A CRASH.,"DEALERS WILL SEND REFLECTORS AND INSTALLATION INSTRUCTIONS TO CUSTOMERS. CUSTOMERS WILL HAVE THE OPTION OF INSTALLING THE REFLECTORS OR TAKE THEIR TRAVEL TRAILER TO THE NEAREST DUTCHMEN CERTIFIED DEALER TO HAVE THE INSTALLATION DONE FREE OF CHARGE. THE RECALL BEGAN ON JULY 14, 2008. OWNERS MAY CONTACT DUTCHMEN AT 1-866-869-1109." -06/17/2008,08V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V270000),"Daimler Trucks North America, LLC",FMVSS 108/HEADLIGHT HEIGHT,EXTERIOR LIGHTING,FL-531,Vehicle,172,"DAIMLER TRUCKS IS RECALLING 172 MY 2008-2009 BUSINESS CLASS M2 106 ALL WHEEL DRIVE VEHICLES EQUIPPED WITH CUMMINS ISC ENGINES AND HIGHWAY HOODS. THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE HEADLIGHTS MEASURE GREATER THAN 54"" FROM THE ROAD SURFACE WHICH DOES NOT MEET THE STANDARD REQUIREMENTS.",IMPROPER HEIGHT ON THE HEADLIGHTS MAY NOT FULLY ILLUMINATE ROAD SURFACE OR MAY INHIBIT THE ABILITY OF MOTORISTS TO SEE VEHICLES WHICH CAN INCREASE THE RISK OF A CRASH.,"DAIMLER TRUCKS WILL LOWER THE HEADLIGHTS TO 54 INCHES. THIS SERVICE WILL PERFORMED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 13, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -06/17/2008,08E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E040000),Atwood Mobile Products,PILOT MODEL WATER HEATERS/GAS VALVE LEAK,EQUIPMENT,NR (Not Reported),Equipment,1731,"ATWOOD IS RECALLING 1,731 WATER HEATERS, MODELS 96202, 96117, 96110, 94186, AND 94180, MANUFACTURED BETWEEN MAY 20 AND JUNE 9, 2008, INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS RECREATIONAL VEHICLES AND SOLD AS AFTERMARKET OR REPLACEMENT EQUIPMENT. THE WATER HEATERS WERE PRODUCED WITH GAS VALES THAT CAN LEAK INTERNALLY.","A GAS LEAK IN THE GAS VALVE COULD CAUSE A FIRE IN THE PRESENCE OF AN IGNITION SOURCE. ADDITIONALLY, IF CONDITIONS WERE SUCH THAT LEAKING PROPANE COULD BUILD, TRAPPED IN THE ENCLOSURE OR FIND ITS WAY INTO THE CABIN, ANY IGNITION SOURCE COULD CAUSE AN EXPLOSION.","ATWOOD IS WORKING WITH THE VEHICLE MANUFACTURERS TO NOTIFY OWNERS. THE REMEDY IS TO REPLACE THE COMPLETE WATER HEATER OR IN THOSE INSTANCES WHERE THE WATER HEATER IS INSTALLED IN A RECREATIONAL VEHICLE, THE VALVE WILL BE REPLACED FREE OF CHARGE. EACH VEHICLE MANUFACTURER WILL SUBMIT A DEFECT REPORT AND FILE A REMEDY PLAN. THE RECALL BEGAN ON JUNE 6, 2008. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR MORE INFORMATION. IF YOU HAVE PURCHASED A WATER HEATER AS REPLACEMENT EQUIPMENT, YOU SHOULD CONTACT ATWOOD AT 1-574-266-4826." -06/17/2008,08V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V269000),"Daimler Trucks North America, LLC",TRANSVERSE BEAM/SAF HOLLAND,SUSPENSION,FL-530,Vehicle,2506,"DAIMLER TRUCKS IS RECALLING 2,506 MY 2008 XC MOTOR HOME CHASSIS AND THOMAS BUILT HDX SCHOOL AND TRANSIT BUSES EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","DAIMLER TRUCKS IS WORKING WITH SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031). THE RECALL RECALL BEGAN ON SEPTEMBER 12, 2008 (THOMAS BUILT BUSES) AND OCTOBER 8, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271 OR DAIMLER TRUCKS AT 1-800-547-0712." -06/16/2008,08V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V267000),BUELL MOTORCYCLE CO.,5TH GEAR CLUTCH SHAFT,POWER TRAIN,0834,Vehicle,1579,"BUELL IS RECALLING 1,579 MY 2008 1125R MOTORCYCLES. THESE VEHICLES CAN EXPERIENCE 5TH GEAR GALLING ON THE CLUTCH SHAFT DUE TO LACK OF LUBRICATION. THIS CONDITION CAN ALLOW THE GEAR TO SEIZE TO THE SHAFT, RESULTING IN REAR WHEEL LOCK-UP.","THIS COULD RESULT IN A CRASH, WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.","DEALERS WILL INSPECT AND REPAIR THE AFFECTED MOTORCYCLES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 23, 2008. OWNERS MAY CONTACT BUELL MOTORCYCLES AT 1-414-343-8400." -06/13/2008,08V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V264000),TRAVEL UNITS INC.,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,2,TRAVEL UNITS IS RECALLING 2 MY 2000 MODELS 3300FB-5 AND 3600FB-5 MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,TRAVEL UNITS IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR TRAVEL UNITS AT 1-574-293-8785. -06/13/2008,08V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V265000),"Winnebago Industries, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,930,"WINNEBAGO IS RECALLING MY 1999-2002 ULTIMATE ADVANTAGE, ULTIMATE FREEDOM, MY 1999-2001 CHIEFTAIN, MY 2000-2001 BRAVE, MY 2001 JOURNEY MY 2000 MINNIE WINNIE, MY 2000-2002 ITASCA HORIZON, MY 1999 SUNCRUISER, MY 2001 SUNFLYER, AND MY 2000 SUNRISE MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,WINNEBAGO IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR WINNEBAGO AT 1-641-585-3535. -06/12/2008,08V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V263000),Kovatch Mobile Equipment Corp.,CHECK VALVE MISSING/BENDIX SR-7,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,122,"KME IS RECALLING 122 MY 2006-2007 PREDATOR AND SEVERE SERVICE PUMPER, AERIAL AND TDA FIRE TRUCKS. A CHECK VALVE WAS OMITTED FROM THE SECONDARY SUPPLY PORT OF THE BENDIX SR-7 SPRING BRAKE MODULATING VALVE.","AS A RESULT, AN AIR LEAK IN THE SECONDARY OR PRIMARY SYSTEM MAY RESULT IN THE PARK BRAKES INADVERTENTLY APPLYING, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A CHECK VALVE TO THE SECONDARY SUPPLY PORT OF THE SR-7 SPRING BRAKE MODULATING VALVE AND WILL ALSO REPAIR THE SR-7 VALVE BY APPLYING A CHECK VALVE REPAIR KIT AS REQUIRED FOR THE BENDIX SAFETY RECALL (PLEASE SEE 07E037). THE RECALL BEGAN ON OCTOBER 3, 2007. KME HAS COMPLETED 68 OF THE 123 TRUCKS AND WILL COMPLETE THE REPAIR WORK BY SEPTEMBER 30, 2008 FREE OF CHARGE. OWNERS MAY CONTACT KME AT 1-570-669-5154." -06/12/2008,08V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V262000),BADER WOODWORKING,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,BADER WOODWORKING IS RECALLING 2 MY 1997 HOMEMADE HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"BADER WOODWORKING WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR BADER WOODWORKING AT 815-845-9207." -06/10/2008,08E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E039000),Maxzone Auto Parts Corporation,FMVSS 108/LIGHT REFLECTION,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2520,"MAXZONE IS RECALLING 2,520 HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NOS. 3341103L-AS AND 334-1103R-AS SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR 2001-2007 DODGE CARAVAN PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON JUNE 16, 2008. OWNERS MAY CONTACT MAXZONE AT THE FOLLOWING LOCATIONS: 1-888-286-1188 (WA, OR, CA, ID, NV, AZ, MT, WY, UT, CO, KS, NM, OK, TX, AR, LA, AK, HI) 1-877-253-8930 (ME, NH, VT, MA, CT, RI, NY, NJ, PA, MD, DE, WV, VA) 1-800-859-4755 (NC, SC, GA, FL, TN, AL, MS) 1-866-783-6858 (ND, SD, NE, MN, IA, MO, WI, IL, MI, IN, OH, KY)." -06/10/2008,08V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V260000),"Carriage, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,187,"CARRIAGE IS RECALLING 187 MY 2001-2002 CARRRI-LITE, MY 1999-2001 CARRIAGE, MY 2000-2002 CARRIAGE LS AND MY 1999-2001 ROYALS RECREATIONAL VEHICLES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,CARRIAGE IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR CARRIAGE AT 574-642-3622. -06/10/2008,08V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V259000),Blue Bird Body Company,TIE ROD ASSEMBLY REPLACEMENT/TRW/MAC,STEERING,R08ND,Vehicle,33,"BLUE BIRD IS RECALLING 33 MY 2006-2007 EXPRESS 4500 MOTOR COACHES EQUIPPED WITH MAC TIE ROD ASSEMBLIES THAT DID NOT MEET DESIGN SPECIFICATION. AS A RESULT, THE LEFT AND/OR RIGHT TIE ROD ASSEMBLY MAY FRACTURE AT HIGH MILEAGE.",A FRACTURE TIE ROD MAY SEPARATE WITHOUT PRIOR WARNING CAUSING UNEXPECTED LOSS OF VEHICLE STEERING. IN SOME MANEUVERS THIS COULD CAUSE A CRASH.,"DEALERS WILL REPLACE THE LEFT AND RIGHT HAND TIE ROD ASSEMBLIES WITH A REDESIGNED TIE ROD ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON JULY 11, 2008. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -06/09/2008,08E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E038000),"Meritor, Inc.",TRAILER AXLE HUBS/REPLACEMENT STUDS,POWER TRAIN,NR (Not Reported),Equipment,5392,"ARVINMERITOR IS RECALLING CERTAIN REPLACEMENT WHEEL STUDS WITH PART NO. NC-11 MANUFACTURED BETWEEN APRIL 7 AND MAY 19, 2008. THESE WHEEL STUDS WERE ALSO ASSEMBLED INTO TRAILER AXLE HUBS AND SOLD TO VARIOUS VEHICLE MANUFACTURERS FOR USE ON HEAVY TRUCKS. THE SUSPECT WHEEL END STUDS WERE IMPROPERLY TEMPERED, POTENTIALLY RENDERING THEM BRITTLE AND SUSCEPTIBLE TO FRACTURE. IF ONE WHEEL STUD FRACTURES, THE REMAINING WHEEL STUDS ARE REQUIRED TO CARRY MORE LOAD. IF LEFT IN THIS CONDITION, THE REMAINING WHEEL STUDS MAY ALSO FRACTURE EVEN IF THEY ARE PROPERLY MANUFACTURED.",FRACTURED WHEEL STUDS COULD RESULT IN A VEHICLE CRASH.,"ARVINMERITOR IS WORKING WITH THE VEHICLE MANUFACTURERS TO NOTIFY OWNERS AND THEY WILL REPLACE ANY REPLACEMENT STUD FREE OF CHARGE. EACH VEHICLE MANUFACTURER WILL SUBMIT A DEFECT REPORT AND FILE A REMEDY PLAN. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2008. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR MORE INFORMATION. IF YOU HAVE PURCHASED THESE WHEEL STUDS AS REPLACEMENT EQUIPMENT, YOU SHOULD CONTACT ARVINMERITOR AT 1-248-435-8793." -06/05/2008,08V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V251000),Isuzu Motors Limited,DIESEL ENGINE FUEL SUPPLY PUMP,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,16859,"ISUZU IS RECALLING 16,859 MY 2006-2007 ISUZU NPR, NQR, NRR, GMC W3500, W4500, W5500 AND CHEVROLET W3500, W4500, W5500 TRUCKS EQUIPPED WITH DIESEL ENGINES. DIESEL FUEL MAY SEEP OR LEAK FROM THE FUEL PIPE AT THE UPPER OR LOWER FUEL PORT ON THE DIESEL FUEL SUPPLY PUMP.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE VEHICLES AND IF NO SEEPAGE OR LEAKAGE IS DETECTED, THE FUEL PIPE FITTINGS WILL BE TIGHTENED. IF SEEPAGE OR LEAKAGE IS DETECTED, THE FUEL SUPPLY PUMP WILL BE REPLACED WITH A NEW ONE. THE RECALL WILL BEGIN ON JUNE 30, 2008. OWNERS MAY CONTACT ISUZU AT 1-800-255-6727, GMC AT 1-866-996-9463, OR CHEVROLET AT 1-800-630-2438.." -06/05/2008,08V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V255000),Damon Corporation,FMVSS 120/INCORRECT TIRE AIR PRESSURES ON LABEL,EQUIPMENT,08-124,Vehicle,265,"DAMON IS RECALLING 265 MY 2007 INTRUDER (373, 374, 378), MY 2007-2009 OUTLAW (3611), AND MY 2009 CHALLENGER (371, 376, 377, 378) MOTOR HOMES BUILT ON FORD CHASSIS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE METRIC AND ENGLISH VALUES FOR THE TIRE AIR PRESSURES WERE INADVERTENTLY SWITCHED. THE LABELS READ 90KPA/620PSI AND SHOULD READ 620KPA/90PSI.","UNDER OR OVER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE, POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE WHICH COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE.","OWNERS WILL BE SENT A REVISED CERTIFICATION LABEL WITH THE CORRECT TIRE PRESSURE VALUES ALONG WITH INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON JULY 14, 2008. OWNERS MAY CONTACT DAMON AT 1-800-860-3812." -06/05/2008,08V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V254000),"BMW of North America, LLC",FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4922,"BMW IS RECALLING 4,922 MY 2007-2008 R1200R, MY 2006-2007 R1200 GS, MY 2007 R1200 ST, AND MY 2008 R1200 GS ADVENTURE MOTORCYCLES. DUE TO THE CURRENT ROUTING OF THE FRONT BRAKE LINES, IT IS POSSIBLE THAT DURING RIDING, THE BRAKE LINES COULD BE UNDER STRAIN. IF THE VIBRATION/STRAIN IS SIGNIFICANT, THE BRAKE LINES COULD SPLIT AND START TO DEVELOP A LEAK. IF THE LEAK BECAME SIGNIFICANT, BRAKE FLUID COULD ESCAPE. IF THIS HAPPENED, THE LEVEL OF FLUID IN THE RESERVOIR OF THE FRONT BRAKE SYSTEM COULD DROP.","IF FLUID LEVEL DROPS SIGNIFICANTLY, THE FRONT BRAKES COULD FAIL INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND INSTALL NEW BRAKE LINES WITH A MODIFIED ROUTING FREE OF CHARGE. THE RECALL BEGAN DURING AUGUST 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -06/05/2008,08V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V253000),Ducati North America,REAR DRIVE SPROCKET,POWER TRAIN,RCL-08-003,Vehicle,3614,"DUCATI IS RECALLING 3,614 MY 2007-2008 1098, 1098S, AND 1098 TRICOLORE MOTORCYCLES. THE REAR DRIVE SPROCKET CAN FAIL.","IF THE SPROCKET WERE TO FAIL WHILE THE MOTORCYCLE IS BEING DRIVEN, IT IS POSSIBLE THAT THE MOTORCYCLE WILL EXPERIENCE A SUDDEN LOSS OF POWER AND/OR THE CHAIN MAY BECOME ENTANGLED WITH THE CHASSIS. THIS CAN RESULT IN A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE REAR DRIVE SPROCKET. THE RECALL BEGAN ON JUNE 25, 2008. OWNERS MAY CONTACT DUCATI AT 1-408-253-0499." -06/05/2008,08V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V252000),"Extreme RV, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,12951,"EXTREME RV IS RECALLING 12,951 MY 2003-2004 SPORTSMASTER, MONTEREY, EXTREME AND MY 1997-2003 KIT RV CALAY, COMPANION, ESPRE, EXTREME, MILLINIUM, MONTEREY, PATIO HAULER, ROAD RANGER, SPORTSMASTER AND SUNCHASER TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"EXTREME RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR EXTREME RV AT 1-208-453-2500." -06/05/2008,08V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V256000),"General Coach America, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1,GENERAL COACH IS RECALLING 1 MY 2000 CORSAIR EXCELLA TRAILER EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,GENERAL COACH S WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR GENERAL COACH AT 1-800-842-0622. -06/05/2008,08V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V257000),MONACO COACH CORPORATION,REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,R08017,Vehicle,8587,MONACO IS RECALLING CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,"MONACO IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL BEGAN ON AUGUST 29, 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR MONACO AT 1-800-685-6545." -06/05/2008,08V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V258000),"Navistar, Inc.",REMOTE POWER MODULE/POSSIBLE FIRE,ELECTRICAL SYSTEM,08505,Vehicle,51588,"NAVISTAR IS RECALLING 51,588 HEAVY TRUCKS, COMMERCIAL BUSES AND SCHOOL BUSES MANUFACTURED BETWEEN NOVEMBER 21, 2000 AND MAY 21, 2008, EQUIPPED WITH ONE OR MORE REMOTE POWER MODULES. THE POTTING MATERIAL THAT ENCAPSULATES THE CIRCUIT BOARD OF THE VEHICLE'S REMOTE POWER MODULE MAY NOT SUFFICIENTLY SEAL THE CIRCUIT BOARD FROM WATER AND CONTAMINATION INTRUSION. IF THE ENCAPSULATION IS COMPROMISED, WATER AND CONTAMINANTS MAY CAUSE AN INTERNAL ELECTRICAL SHORT, POSSIBLY RESULTING IN A FIRE.",A FIRE COULD CAUSE PERSONAL INJURY OR DEATH.,"NAVISTAR WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JULY 10, 2008. OWNERS MAY CONTACT NAVISTAR AT 1-280-461-1890." -06/04/2008,08V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V245000),"BMW of North America, LLC",FRONT BRAKE DISC FASTENER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,548,"BMW IS RECALLING 548 MY 2008 K1200 S AND GT MOTORCYCLES. THE FASTENERS USED TO SECURE THE FRONT BRAKE-DISC MAY NOT BE LONG ENOUGH TO ENSURE A SECURE MOUNTING. OVER TIME, THESE FASTENERS COULD LOOSEN. IF THAT HAPPENED, THE BRAKE DISC WOULD NO LONGER BE SECURELY MOUNTED.","FAILURE TO OBSERVE THE FOLLOWING PRECAUTIONS, IN CONJUNCTION WITH TRAFFIC AND ROAD CONDITIONS, AND THE RIDER'S REACTIONS, COULD INCREASE THE RISK OF A CRASH.",DEALERS WILL INSPECT AND INSTALL A LONGER FRONT BRAKE DISC FASTENERS AND REROUTE THE SENSOR CABLE FREE OF CHARGE. THE RECALL BEGAN DURING AUGUST 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -06/04/2008,08V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V250000),"Foretravel, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,3,FORETRAVEL IS RECALLING 3 MY 1998-1999 AND 2001 U320 COACHES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,FORETRAVEL IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR FORETRAVEL AT 1-936-564-8367. -06/04/2008,08V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V248000),Land Rover,STEERING COLUMN ROTARY COUPLER WIRING FRACTURE,STEERING,P045,Vehicle,37142,"LAND ROVER IS RECALLING 37,142 MY 2005-2006 LR3 AND RANGE ROVER SPORT VEHICLES. RELATIVE MOTION BETWEEN THE STEERING WHEEL HUB AND/OR THE STEERING COLUMN COWL WITH THE CLOCKSPRING, WHICH INCLUDES THE DRIVER SIDE AIR BAG CIRCUITRY, COULD RESULT IN FRACTURING OF THE AIR BAG WIRING CONNECTION. IF AN AIR BAG WIRE FRACTURES, THE SRS WARNING LIGHT WILL ILLUMINATE ON THE INSTRUMENT CLUSTER. THE SRS WARNING LIGHT INDICATES TO THE DRIVER THAT THERE IS A CONCERN WITH THE SRS SYSTEM IN THE VEHICLE AND THAT IMMEDIATE REPAIR IS NECESSARY.","IF THE SRS WARNING LIGHT IS IGNORED AND A VEHICLE CRASH OF SUFFICIENT SEVERITY TO COMMAND DEPLOYMENT OF THE DRIVER'S AIR BAG OCCURS, THE AIR BAG MODULE MAY NOT DEPLOY IN THE INTENDED MANNER. THE CONDITION MAY RESULT IN THE DEPLOYMENT OF ONLY ONE STAGE OF THE DUAL STAGE DRIVER'S AIR BAG OR THE AIR BAG MAY NOT DEPLOY AT ALL INCREASING THE RISK OF SERIOUS INJURIES TO THE DRIVER.","DEALERS WILL INSERT 1MM SPACERS BETWEEN THE LOWER LEFT HAND SIDE OF THE COLUMN SWITCH MOUNTING POINT AND THE COLUMN LOCK TO IMPROVE THE ALIGNMENT OF THE COLUMN SWITCH. TWO FOAM PADS WILL ALSO BE FITTED TO THE TOP OF THE STEERING COLUMN SWITCH GEAR TO PROVIDE ASSURED CLEARANCE BETWEEN THE COWL AND THE CLOCKSPRING FACE. THE RECALL BEGAN ON JULY 30, 2008. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -06/03/2008,08V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V247000),"Chrysler (FCA US, LLC)",ENGINE WIRING HARNESS,ELECTRICAL SYSTEM,H21,Vehicle,6692,"CHRYSLER IS RECALLING 6,692 MY 2009 DODGE JOURNEY VEHICLES EQUIPPED WITH A 3.5L ENGINE. THE ENGINE WIRING HARNESS MAY CONTACT THE LEFT TRANSAXLE MOUNT.",DAMAGE TO THE WIRING HARNESS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT THE ENGINE WIRING HARNESS FOR DAMAGE. IF THE HARNESS IS DAMAGED, THE WIRING WILL BE REPAIRED AND A TIE WRAP INSTALLED TO SECURE THE HARNESS AWAY FROM THE LEFT TRANSAXLE MOUNT. IF NO DAMAGE IS FOUND, A TIE WRAP WILL BE INSTALLED TO SECURE THE HARNESS AWAY FROM THE LEFT TRANSAXLE MOUNT. THE RECALL BEGAN ON JULY 7, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -06/03/2008,08V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V246000),PACCAR Incorporated,FUEL LINE INTERFERENCE,"FUEL SYSTEM, OTHER",08KW7,Vehicle,36,"PACCAR IS RECALLING 36 MY 2007-2008 T270, T370 AND MY 207 T300 TRUCKS EQUIPPED WITH DUAL UNDER-CAB FUEL TANKS AND AN IN-CAB BATTERY BOX (ICBB). A HARNESS SUPPORT BRACKET MOUNTED ON THE UNDERSIDE OF THE CAB MAY COME IN CONTACT WITH THE FUEL LINE AT THE TOP OF THE FUEL SPLITTER VALVE.","THE EDGE OF THE BRACKET MAY COMPROMISE THE FUEL LINE CAUSING AN INTERRUPTION IN FUEL FLOW, OR LOSS OF FUEL RESULTING IN COMPROMISED VEHICLE PERFORMANCE OR POTENTIALLY CAUSING A FIRE.","DEALERS WILL RE-WORK THE EXISTING ICBB CABLE ROUTING BRACKET AND REPLACE THE FUEL SPLITTER VALVE BRACKET TO PROVIDE ADEQUATE CLEARANCE BETWEEN COMPONENTS. THE RECALL BEGAN O JUNE 30, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -06/03/2008,08V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V249000),"Suzuki Motor USA, LLC",IGNITION SWITCH WIRING HARNESS,ELECTRICAL SYSTEM,2A05,Vehicle,9109,"AMERICAN SUZUKI IS RECALLING 9,109 MY 2008 GSX1300R MOTORCYCLES. IMPROPER ROUTING OF THE IGNITION SWITCH WIRING HARNESS CAN CAUSE A BENT PORTION OF THE WIRING HARNESS TO FLEX RATHER THAN SLIDE WHEN THE HANDLEBAR IS MOVED FROM RIGHT TO LEFT OR LEFT TO RIGHT. REPEATED SIDE-TO-SIDE MOVEMENT OF THE HANDLEBAR, AND FLEXING OF THE BENT PORTION WIRING HARNESS, CAN EVENTUALLY CAUSE THE IGNITION SWITCH LEAD WIRES TO BECOME CUT OR BROKEN.","THIS CAN RESULT IN INTERMITTENT OR COMPLETE LOSS OF ELECTRICAL POWER, WHICH CAN RESULT IN LOSS OF LIGHTING AND/OR STALLING OF THE ENGINE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE IGNITION SWITCH LEAD WIRE ROUTING. IF THE LEAD WIRE HARNESS IS INCORRECTLY ROUTED, DEALERS WILL REPLACE THE LOWER PORTION IGNITION SWITCH (WHICH CONTAINS THE IGNITION SWITCH LEAD WIRES) AND MAKE SURE THAT THE WIRING HARNESS IS PROPERLY ROUTED. THE RECALL BEGAN ON JUNE 10, 2008. OWNERS MAY CONTACT AMERICAN SUZUKI AT 1-800-255-2550." -06/03/2008,08V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V244000),Toyota Motor Engineering & Manufacturing,POWER REAR LIFTGATE,STRUCTURE,80C,Vehicle,196222,"TOYOTA IS CONDUCTING A SAFETY IMPROVEMENT CAMPAIGN INVOLVING 196,222 MY 2004-2006 TOYOTA SIENNA VEHICLES EQUIPPED WITH POWER REAR LIFTGATE STRUTS. THE GAS STRUTS USED TO HELP LIFT AND SUPPORT THE REAR POWER LIFTGATE COULD WEAR OUT SOONER THAN EXPECTED. AS THE GAS STRUTS DETERIORATE, THE PERFORMANCE OF THE LIFTGATE WILL BEGIN TO DEGRADE AND THE POWER REAR LIFTGATE WILL OPERATE MORE SLOWLY THAN WHEN THE GAS STRUTS WERE NEW.","IF NOT REPAIRED, THE GAS STRUTS MAY NOT BE ABLE TO SUPPORT THE WEIGHT OF THE LIFTGATE WHEN IT IS OPEN EVENTUALLY, THE GAS STRUTS COULD DETERIORATE TO THE POINT THAT THE LIFTGATE WILL FALL ABOUT TEN INCHES AFTER IT REACHES THE FULLY OPEN POSITION, AT WHICH POINT THE POWER MOTOR WILL ENGAGE AND POWER THE LIFTGATE TO THE FULLY CLOSED POSITION. THIS CONDITION MAY CAUSE INJURY TO A PERSON WHO IS STRUCK BY THE LIFTGATE WHEN IT FALLS OR WHEN IT IS CLOSING.","DEALERS WILL REPLACE THE GAS STRUTS WITH NEWLY DESIGNED GAS STRUTS THAT HAVE A LONGER SERVICE LIFE. THE CAMPAIGN BEGAN ON AUGUST 8, 2008, AND WILL BE MAILED IN THREE PHASES ENDING IN LATE DECEMBER 2008. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371." -06/03/2008,08V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V240000),"FLEETWOOD ENTERPRISES, INC.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,1263,"FLEETWOOD IS RECALLING CERTAIN CLASS A GAS AND DIESEL MOTOR HOMES, CLASS C MOTOR HOMES, CONVENTIONAL AND FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATORS. A LOW CYCLE FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH GENERATES THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.",EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,FLEETWOOD IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR FLEETWOOD AT 1-800-509-3418. -06/03/2008,08V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V243000),"Jayco, Inc.",REFRIGERATOR/FIRE/NORCOLD,EQUIPMENT,NR (Not Reported),Vehicle,74,JAYCO IS RECALLING 74 MY 1999-2001 DESIGNER FIFTH WHEEL MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATORS. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK.,EXTENDED OPERATION OF A LEAKING COOLING UNIT COULD LEAD TO A FIRE FROM GAS WHICH MIGHT ESCAPE.,"JAYCO IS WORKING WITH NORCOLD TO REPAIR THESE REFRIGERATORS. NORCOLD WILL PROVIDE THERMAL SWITCH KITS TO OWNERS ALONG WITH THE NECESSARY FORMS AND INSTRUCTIONS. THE RECALL BEGAN ON JUNE 23, 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101 OR JAYCO AT 1-574-825-5861." -06/02/2008,08V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V241000),"BMW of North America, LLC",FUEL TANK BREATHER HOSE ROUTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1980,"BMW IS RECALLING 1,980 MY 2007-2008 F800 S AND F800 ST MOTORCYCLES. DUE TO THE ROUTING OF THE FUEL TANK BREATHER HOSE, PRESSURE EQUALIZATION INSIDE THE FUEL TANK IS POSSIBLE ONLY TO A LIMITED EXTENT. CONSEQUENTLY, AT HIGH AMBIENT TEMPERATURES, THE FUEL TANK CAN DEFORM. IF THIS HAPPENED AT THE POINT WHERE THE FUEL TANK IS SHAPED TO PROVIDE CLEARANCE FOR THE REAR WHEEL, THEN, IN COMBINATION WITH A LARGE PAYLOAD, THE BOTTOM OF THE TANK COULD RUB AGAINST THE REAR WHEEL.","IF THIS OCCURRED, IT IS POSSIBLE THAT A LEAK COULD DEVELOP IN THE TANK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",DEALERS WILL REROUTE THE FUEL TANK BREATHER HOSE. THE RECALL BEGAN DURING AUGUST 2008. OWNERS MAY CONTACT BMW AT 1-800-331-1117. -06/02/2008,08V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V239000),"BMW of North America, LLC",OIL DUCT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,39,"BMW IS RECALLING 30 MY 2008 K1200 S AND K1200 GT MOTORCYCLES. A SET SCREW MAY NOT HAVE BEEN INSTALLED AT ITS SPECIFIC LOCATION WITHIN THE OIL DUCT. CONSEQUENTLY, AN ADEQUATE SUPPLY OF OIL MAY NOT CIRCULATE WITHIN THE ENGINE.","IT IS POSSIBLE THAT CONNECTING ROD AND CRANKSHAFT DAMAGE COULD OCCUR. IF THIS HAPPENED, THE ENGINE COULD SEIZE. IF THE MOTORCYCLE WAS IN GEAR, ENGINE SEIZING COULD RESULT IN LOCK-UP OF THE REAR TIRE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A SET SCREW IN THE OIL DUCT. THE RECALL BEGAN DURING AUGUST 2008. OWNERS MAY CONTACT BMW AT 1-800-331-1117. -06/02/2008,08C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C007000),"Chicco USA, Inc.",REAR FACING CHILD RESTRAINT SYSTEMS/BASE LATCH,CHILD SEAT,NR (Not Reported),Child Seat,18000,"CHICCO USA, INC. IS RECALLING APPROXIMATELY 18,000 BASES USED IN KEYFIT AND KEYFIT 30 REAR-FACING CHILD RESTRAINT SYSTEMS AND IN CORTINA TRAVEL SYSTEMS, AND STAND-ALONE BASES FOR THESE SYSTEMS PURCHASED SEPARATELY, THAT WERE MANUFACTURED BETWEEN FEBRUARY 26 AND MARCH 17, 2008. SOME OF THESE BASES HAVE A DEFECT THAT CAN PREVENT THE BASE FROM BEING TIGHTLY SECURED TO A VEHICLE WHEN THE LOWER LATCH ATTACHMENTS ARE USED AS A METHOD OF INSTALLATION. SPECIFICALLY, WHEN A DEFECTIVE BASE IS INSTALLED WITH THE LOWER LATCH ATTACHMENT STRAPS, THE WEBBING USED TO TIGHTEN THE BASE TO THE VEHICLE SEAT CAN SLIP THROUGH THE ADJUSTMENT LOCK.","IF THE WEBBING WERE TO SLIP DURING A VEHICLE CRASH, THE BASE COULD MOVE, POSSIBLY INCREASING THE RISK OF INJURY.","CHICCO WILL NOTIFY ALL OWNERS OF THE BASES MANUFACTURED DURING THE COVERED PERIOD OF THE DEFECT AND PROVIDE A FREE REPLACEMENT BASE. TO ENSURE THAT THE AFFECTED UNITS ARE REMOVED FROM USE, CHICCO WILL REQUEST THE CONSUMER TO CUT THE LOWER LATCH CONNECTORS FROM THE BASE AND RETURN THEM TO CHICCO IN A PRE-PAID ENVELOPE. CHICCO WILL THEN SEND THE CONSUMER A REPLACEMENT BASE. CAREGIVERS ARE BEING ADVISED THAT THEY CAN CONTINUE TO USE THE OLD BASE WITH THE VEHICLE'S SAFETY BELTS UNTIL THEY RECEIVE A REPLACEMENT. THE RECALL BEGAN ON JUNE 3, 2008. OWNERS MAY CONTACT CHICCO TOLL-FREE AT 1-800-807-8817." -06/02/2008,08T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T018000),TECH INTERNATIONAL,REPLACEMENT SNAP-IN TIRE VALVE STEMS,TIRES,NR (Not Reported),Tire,6000000,"TECH INTERNATIONAL IS RECALLING CERTAIN REPLACEMENT SNAP-IN TIRE VALVE STEMS, MODEL NOS. TR413, TR413CH, TR414, TR415, TR418, AND TR423, MANUFACTURED BETWEEN JULY AND NOVEMBER 2006. THE RUBBER PORTION OF THE VALVE STEM MAY CRACK AND PERMIT THE GRADUAL LOSS OF TIRE PRESSURE.","CONTINUING TO DRIVE ON UNDER-INFLATED TIRES COULD DAMAGE THE TIRE, POSSIBLY RESULTING IN A VEHICLE CRASH.","TECH INTERNATIONAL WILL REPLACE THE VALVE STEMS WITH NON-DEFECTIVE VALVE STEMS FREE OF CHARGE. FURTHER, IF A DEFECTIVE VALVE STEM HAS CAUSED STRUCTURAL DAMAGE TO A TIRE, THE TIRE WILL BE REPLACED AS NECESSARY. THE RECALL BEGAN ON MAY 13, 2008. OWNERS MAY CONTACT TECH INTERNATIONAL AT 1-740-967-9015." -06/02/2008,08V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V242000),"Mercedes-Benz USA, LLC",TRAILER HITCH,TRAILER HITCHES,2008050004,Vehicle,52740,"MERCEDES-BENZ IS RECALLING 52,740 MY 2006-2008 GL AND ML CLASS VEHICLES EQUIPPED WITH FLEX-N-GATE TRAILER HITCH. SOME OF THE WELD SEAMS CONNECTING THE TRAILER HITCH RECEIVER TO THE ATTACHMENT BAR USED TO SECURE THE TRAILER HITCH TO THE BODY FRAME DO NOT MEET PERFORMANCE SPECIFICATIONS.","THIS MAY RESULT IN THE TRAILE RHITCH RECEIVER SEPARATING FROM THE ATTACHMENT BAR, CREATING A ROAD HAZARD WHICH MAY LEAD TO A VEHICLE CRASH. THE TRAILER HITCH MUST NOT BE USED FOR ANY PURPOSE UNTIL IT HAS BEEN REPAIRED.","DEALERS WILL REPAIR THE TRAILER HITCH. THE RECALL BEGAN ON JUNE 16, 2008. OWENRS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -05/28/2008,08V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V235000),"Volkswagen Group of America, Inc.",ENGINE CONTROL MODULE (ECM) SOFTWARE UPDATE,ENGINE AND ENGINE COOLING,24M9/R7,Vehicle,6579,"VOLKSWAGEN IS RECALLING 4,079 MY 2008 PASSAT AND 2,500 MY 2009 TIGUAN PASSENGER VEHICLES EQUIPPED WITH 2.0T FSI ULEV II ENGINES. THESE VEHICLES HAVE AN ENGINE CONTROL MODULE (ECM) CONTAINING SOFTWARE THAT MAY NOT PROPERLY CONTROL ENGINE IDLE WITH THE AIR CONDITIONING TURNED ON. IN RARE CASES, THE ECM MAY UNEXPECTEDLY INCREASE ENGINE RPM.",AN ENGINE SURGE CAUSED BY AN UNEXPECTED INCREASE IN ENGINE RPM MAY SURPRISE THE VEHICLE OPERATOR AND CAN RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT AND UPDATE THE ECM SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON MAY 30, 2008. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-893-5298." -05/28/2008,08V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V236000),"Autocar, LLC",STEERING SHAFT LENGTH/GROVE,STEERING,A-0802,Vehicle,7,"AUTOCAR IS RECALLING 7 MY 2008 ACX CHASSIS ASSEMBLIES WHICH WERE SOLD TO GROVE U.S. LLC. GROVE CONVERTS THESE CHASSIS INTO CRANES. THE TELESCOPIC STEERING SHAFT BETWEEN THE IN-CAB TILT STEER GEARBOX COMPONENTS AND THE FLOOR-MOUNTED STEERING GEARBOX IS TOO LONG, AND ONE OF THE PINCH BOLTS ON THE SHAFT MAY NOT BE SECURED PROPERLY.","INSUFFICIENT TORQUE ON THE FASTENER THAT CLAMPS THE ASSEMBLIES TOGETHER COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.",AUTOCAR IS WORKING WITH GROVE TO HAVE THE CHASSIS INSPECTED AND WILL REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-6001. -05/28/2008,08V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V237000),Van Hool N.V.,WINDSHIELD WIPER REPLACEMENT PROGRAM/DOGA,VISIBILITY,1213,Vehicle,149,"VAN HOOL IS RECALLING 149 MY 2004-2007 C2045, T2140, AND T2145 MOTOR COACHES EQUIPPED WITH DOGA WINDSHIELD WIPER SYSTEMS. LINKAGES WERE POORLY FINISHED. THIS COULD LEAD TO A MISALIGNMENT OF THE WINDSHIELD WIPER SYSTEM, BLOCKING THE MOTOR.",FAILURE OF THE WIPER LINKAGES WILL LEAD TO WIPER SYSTEM BREAKDOWN. THE OPERATOR WILL HAVE REDUCED VISIBILITY WHICH COULD RESULT IN A CRASH.,"VAN HOOL IS WORKING WITH DOGA AND DOGA WILL REPLACE THE WIPER MOTOR FREE OF CHARGE. THE RECALL BEGAN ON JULY 23, 2008. OWNERS MAY CONTACT VAN HOOL (ABC COMPANIES) AT 1-407-656-7977." -05/22/2008,08V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V233000),Damon Corporation,POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,738,"DAMON IS RECALLING 738 MY 2005-2007 ASTORIA, TUSCANY, MY 2005 ASTORIA WALDORF, AND MY 2006-2007 ASTORIA PACIFIC MOTOR HOMES BUILT ON FREIGHTLINER XC CHASSIS. THE CHASSIS CONTAINS STEERING FILTERS THAT CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE POTENTIALLY LEADING TO A HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,FREIGHTLINER IS CONDUCTING THIS RECALL AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR DAMON AT 1-800-860-3812. -05/22/2008,08V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V232000),"FLEETWOOD ENTERPRISES, INC.",PROPANE PIPE RELOCATION,EQUIPMENT,80519,Vehicle,135,"FLEETWOOD IS RECALLING 135 MY 2004-2006 JAMBOREE GT AND TIOGA SL 29S MODEL MOTOR HOMES. THE BLACK IRON PROPANE PLUMBING, LOCATED UNDER THE MOTOR HOME, MAY COME INTO CONTACT WITH CHASSIS COMPONENTS AND, UNDER CERTAIN CONDITIONS, BECOME PINCHED OR CRUSHED.",THIS COULD LEAD TO A PROPANE GAS LEAK AND THE POTENTIAL FOR AN EXPLOSION AND/OR FIRE.,"DEALERS WILL INSPECT AND RELOCATE THE BLACK IRON PROPANE PIPE WITH A KIT THAT PROVIDES THE COMPONENTS TO MOVE THE LINE TO THE SIDE OF THE CHASSIS FRAME RAIL. DEALERS WILL PERFORM THIS REMEDY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 20, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -05/22/2008,08V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V234000),"FLEETWOOD ENTERPRISES, INC.",SEAT BELT ASSEMBLY/FMVSS 209,SEAT BELTS,80324,Vehicle,186,"FLEETWOOD IS RECALLING 186 MY 2008 JAMBOREE SPORT AND TIOGA RANGER 25G CLASS C MOTOR HOMES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THE SEAT BELTS AT THE TWO CENTER SEATING POSITIONS LOCATED ON THE WRAP-AROUND BOOTH DINETTE, MAY BE TOO LONG TO ACHIEVE PROPER ADJUSTMENTS.",LACK OF ADEQUATE SEAT BELT PROTECTION INCREASES THE RISK OF PERSONAL INJURY IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THE TWO SEAT BELTS FREE OF CHARGE. THE RECALLBEGAN ON JUNE 9, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -05/21/2008,08V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V231000),"General Motors, LLC",MULTIFUNCTION SWITCH,EXTERIOR LIGHTING,01073,Vehicle,5862,"GENERAL MOTORS IS RECALLING 5,862 MY 2000-2002 CHEVROLET BLAZER, MY 2000-2001 GMC JIMMY, AND MY 2000 OLDSMOBILE BRAVADA SPORT UTILITY VEHICLES. THE MULTIFUNCTION SWITCH COULD DEVELOP AN OPEN CIRCUIT CONDITION THAT RESULTS IN THE STOP LAMPS AND THE REAR HAZARD LAMPS BECOMING INOPERATIVE. THE CENTER HIGH MOUNTED STOP LAMP AND TURN SIGNAL FUNCTIONS ARE NOT AFFECTED.",THE LOSS OF STOP LAMPS AND REAR HAZARD LAMPS COULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND/OR IS STOPPED AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE HAZARD SWITCH CARRIER. THE RECALL BEGAN ON JUNE 17, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR OLDSMOBILE AT 1-800-630-6537, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM . NOTE: THIS CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 01V364)." -05/20/2008,08V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V227000),"Winnebago Industries, Inc.",DAYTIME RUNNING LIGHT MODULE,EXTERIOR LIGHTING,108,Vehicle,35,"WINNEBAGO IS RECALLING 35 MY 2006-2008 ASPECT, ACCESS, CHALET, OUTLOOK, AND MINNIE WINNIE MOTOR HOMES, AND MY 2007-2008 ITASCA CAMBRIA MOTOR HOMES. A POOR GROUND MAY DEVELOP ON THE DAYTIME RUNNING LIGHT MODULE THAT WOULD ALLOW THE MODULE TO OVERHEAT.","THIS COULD HAVE THE POTENTIAL TO IGNITE, POSSIBLY RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL REPLACE THE DAYTIME RUNNING LIGHT MODULE GROUND WIRE. THE RECALL BEGAN ON MAY 30, 2008. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-3535." -05/20/2008,08V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V229000),Blue Bird Body Company,FMVSS 221/ROOF JOINT STRENGTH,STRUCTURE,R08NC,Vehicle,23464,"BLUE BIRD IS RECALLING 23,464 MY 2005 THROUGH 2009 ALL AMERICAN AND VISION SCHOOL AND TRANSIT MODEL BUSES MANUFACTURED FROM JANUARY 22, 2004, AND MARCH 28, 2008, AND MY 2004 THROUGH 2007 ALL AMERICAN SCHOOL BUSES AND CONVENTIONAL MODEL SCHOOL BUSES MANUFACTURED FROM MARCH 6, 2003, THROUGH JUNE 16, 2006. THE RIVET PATTERN MAY BE INCORRECT IN SECTIONS OF THE REAR ROOF SHEET JOINT THAT ATTACHES TO THE REAR ROOF CAP. WITHOUT THE APPROPRIATE AMOUNT OF ROOF RIVETS, THE BUSES FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 221, ""JOINT STRENGTH.""","IN THE EVENT OF A CRASH, THESE PANELS MAY SEPARATE EXPOSING THE OCCUPANTS TO INCREASED RISK OF INJURY.","BLUE BIRD WILL NOTIFY OWNERS AND INSPECT AND REPAIR THE BUSES BY ADDING ADDITIONAL RIVETS. THE RECALL BEGAN ON SEPTEMBER 18, 2008. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -05/20/2008,08V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V228000),"Kawasaki Motors Corp., U.S.A.",THROTTLE AND HANDLEBAR GRIP,VEHICLE SPEED CONTROL,MC 08-09,Vehicle,1393,"KAWASAKI IS RECALLING 1,393 MY 2009 KLX250T9F AND KLX250T9FL MOTORCYCLES. THE THROTTLE GRIP AND THE HANDLEBAR GRIP MAY COME LOOSE AND SEPARATE FROM THE HANDLEBAR AND THROTTLE TUBE.",THIS CREATES THE POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE GRIPS AS REQUIRED. THE RECALL BEGAN ON MAY 27, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -05/19/2008,08E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E037000),AUTOSTART,AFTERMARKET REMOTE ENGINE STARTER,EQUIPMENT,NR (Not Reported),Equipment,2000,"AUTOSTART IS RECALLING 2,000 AFTERMARKET REMOTE ENGINE STARTERS MANUFACTURED BETWEEN SEPTEMBER 2007 AND MARCH 2008 SOLD UNDER THE BRANDS ""AUTOSTART"", ""POLAR START"", ""EXTREME START"", ""ORBIT"", ""NORDIC START"", AND ""COMMAND START"" SOLD FOR USE ON VARIOUS PASSENGER VEHICLES WITH MANUAL TRANSMISSIONS. UNDER CERTAIN CONDITIONS, THE AFFECTED UNITS COULD UNINTENTIONALLY START THE VEHICLE'S ENGINE WITHOUT THE DRIVER'S AWARENESS.","IF AN AFFECTED UNIT IS INSTALLED IN A VEHICLE WITH A MANUAL TRANSMISSION AND THE TRANSMISSION IS LEFT IN GEAR WITH THE HANDBRAKE ENGAGED, THE VEHICLE COULD LUNGE FORWARD WHILE ATTEMPTING TO START POSSIBLY RESULTING IN INJURY TO THE VEHICLE OCCUPANTS OR PERSONS OUTSIDE OF THE VEHICLE. ALSO, UNINTENDED STARTING OF THE VEHICLE ENGINE IN A CONFINED SPACE COULD LEAD TO EXHAUST BUILD UP AND POSE A RISK OF CO ASPHYXIATION.","AUTOSTART WILL NOTIFY OWNERS AND REPLACE THE UNITS FREE OF CHARGE. THE RECALL BEGAN ON MAY 12, 2008. OWNERS MAY CONTACT AUTOSTART 1-866-738-9750." -05/19/2008,08V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V223000),"Winnebago Industries, Inc.",POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,1699,"WINNEBAGO IS RECALLING 1,699 MY 2005-2009 WINNEBAGO JOURNEY, TOUR AND ITASCA MERIDIAN AND ELLIPSE MOTOR HOMES BUILT ON THE FREIGHTLINER XC CHASSIS. THE CHASSIS CONTAINS STEERING FILTERS THAT CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE POTENTIALLY LEADING TO A HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,FREIGHTLINER IS CONDUCTING THIS RECALL AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR WINNEBAGO AT 1-641-585-3535. -05/19/2008,08V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V226000),"Winnebago Industries, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,306,"WINNEBAGO IS RECALLING 306 MY 2007-2008 JOURNEY, DESTINATION, TOUR AND ITASCA MERIDIAN, LATITUDE, AND ELLIPSE MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.",INCORRECTLY TIGHTENED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,WINNEBAGO IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR WINNEBAGO AT 1-641-585-3535. -05/19/2008,08V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V225000),"Champion Bus, Inc.",WHEELCHAIR LIFT INTERLOCK SYSTEM/INTERMOTIVE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,31,"CHAMPION BUS IS RECALLING 31 MY 2007-2008 DEFENDER, CHALLENGER AND MY 2008 CRUSADER BUSES BUILT ON GENERAL MOTORS 560 CHASSIS AND EQUIPPED WITH INTERMOTIVE GATEWAY 401 MODULE INTERLOCK HARNESS. THESE BUSES HAVE BEEN FOUND TO EXHIBIT EXTREME VOLTAGE SPIKES DURING ENGINE CRANKING. THESE EXTREME SPIKES CAN DAMAGE THE DIODE IN THE HARNESS NEAR THE SHIFT LOCK SOLENOID CONNECTOR. IF THE DIODE FAILS IN THE SHORTED CONDITION, THE GATEWAY 401 MODULE CAN BE DAMAGED.","IF THIS OCCURS, THE SHIFT LOCK SOLENOID MAY NOT ENGAGE. IF THIS LOCK DOES NOT ENGAGE, THE VEHICLE WILL HAVE THE ABILITY TO MOVE WHILE THE WHEELCHAIR LIFT IS DEPLOYED WHICH MAY RESULT IN PERSONAL INJURY.",INTERMOTIVE IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 08E004). INTERMOTIVE WILL REPLACE THE DEFECTIVE HARNESS FREE OF CHARGE. OWNERS MAY CONTACT INTERMOTIVE AT 1-800-969-6080 OR CHAMPION BUS AT 1-810-724-6474. -05/16/2008,08V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V224000),"Mitsubishi Fuso Truck of America, Inc.",AISIN AUTOMATIC TRANSMISSION SHIFT LINKAGE,POWER TRAIN,C1003610,Vehicle,15549,"MITSUBISHI FUSO IS RECALLING 15,549 MY 1999-2004 FE639, FE649, AND FG639 TRUCKS; MY 2001-2004 FE640, AND MY 2003-2004 FH210 TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS. NORMAL HEAT EMANATING FROM THE EXHAUST PIPE MAY CAUSE THE AUTOMATIC TRANSMISSION SHIFT LINKAGE TO DEFORM. THE EFFORT REQUIRED TO OPERATE THE AUTOMATIC TRANSMISSION SHIFT CONTROL LEVER MAY INCREASE IF THE LINKAGE BINDS DUE TO THE DEFORMATION.","THE SHIFT CONTROL LEVER MAY BECOME INOPERATIVE, OR THE PHYSICAL SHIFT LEVER POSITION ON THE SHIFT LEVER HOUSING GEAR INDICATOR MAY NOT MATCH THE ACTUAL GEAR SELECTION AT THE TRANSMISSION.","DEALERS WILL INSTALL A MODIFIED AUTOMATIC TRANSMISSION SHIFT CONTROL LEVER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 6, 2008. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -05/16/2008,08V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V222000),"Kawasaki Motors Corp., U.S.A.",FRAME FRACTURE,STRUCTURE,MC 08-12,Vehicle,9746,KAWASAKI IS RECALLING CERTAIN MY 2006-2007 'NINJA' ZX14 MOTORCYCLES. THE REAR SUSPENSION CAN COLLAPSE WHEN A CROSSMEMBER SEPARATES FROM THE FRAME.,FAILURE OF THE FRAME COULD RESULT IN THE REAR OF THE MOTORCYCLE COLLAPSING CREATING THE POSSIBILITY OF A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL CHECK THE TORQUE OF THE ENGINE MOUNT ADJUSTING COLLARS AND INSPECT AND POSSIBLY REPLACE THE FRAME IF NECESSARY. THE RECALL BEGAN ON JUNE 2, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -05/15/2008,08V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V219000),Daimler Coaches North America,FRONT AXLE WHEEL HUB,POWER TRAIN,NR (Not Reported),Vehicle,265,"SETRA IS RECALLING 265 MY 1994-2002 S217 HDH MOTOR COACHES. DUE TO THE RESULT FROM HIGH LOAD ON THE VEHICLES, THE WHEEL HUB AT THE FRONT AXLE COULD BECOME DAMAGED, FATIGUE AND FRACTURE.",THE FLANGE MAY SEPARATE FROM THE WHEEL AND THEN COMPLETELY BECOME LOOSE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL CHANGE THE WHEEL HUB WITH A REINFORCED WHEEL HUB FREE OF CHARGE. THE RECALL BEGAN ON DECEMEBER 23, 2008. OWNERS MAY CONTACT SETRA AT 1-800-882-8054." -05/15/2008,08V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V217000),"Bentley Motors, Ltd.",FUEL FILTER CORROSION,"FUEL SYSTEM, GASOLINE",RE08/02,Vehicle,13420,"BENTLEY IS RECALLING 13,420 MY 2004-2008 CONTINENTAL GT, CONTINENTAL GT SPEED, CONTINENTAL FLYING SPUR, AND CONTINENTAL GTC VEHICLES. THERE IS THE POTENTIAL FOR ROAD SALT TO CORRODE THE OUTER SURFACE OF THE FUEL FILTER. THIS COULD LEAD TO THE FILTER HOUSING BECOMING POROUS WITH A CORRESPONDING FUEL LEAK.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL FILTER AND REPOSITION THE RETAINING CLIP ON ALL AFFECTED VEHICLES. THE RECALL BEGAN ON JUNE 18, 2008. OWNERS MAY CONTACT BENTLEY AT 1-800-777-6923." -05/15/2008,08V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V218000),Keystone RV Company,PART 567/INCORRECT INFORMATION ON LABELS,EQUIPMENT,08-106,Vehicle,179,"KEYSTONE RV IS RECALLING 179 MY 2009 SPRINGDALE FIFTH WHEEL AND TRAVEL TRAILERS AND MY 2009 SUMMERLAND TRAVEL TRAILERS. THERE IS INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION TAG AND THE TIRE AND LOADING INFORMATION LABEL WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE TAG LISTS THE TIRE SIZE AS 205/75R14C AND IT SHOULD BE 205/75R15C.","THE PURPOSE OF THIS PART IS TO SPECIFY THE CONTENT AND LOCATION OF, AND OTHER REQUIREMENTS FOR, THE CERTIFICATION LABEL TO BE AFFIXED TO MOTOR VEHICLES TO ADDRESS CERTIFICATION-RELATED DUTIES AND LIABILITIES, AND TO PROVIDE THE CONSUMER WITH INFORMATION TO ASSIST HIM OR HER IN DETERMINING WHICH OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARDS ARE APPLICABLE TO THE VEHICLE.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. IF AN OWNER SO DESIRES, THEY CAN HAVE THEIR DEALER INSTALL THE LABELS FREE OF CHARGE. THE RECALL BEGAN ON MAY 16, 2008. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -05/15/2008,08V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V220000),Keystone RV Company,PART 567/INCORRECT INFORMATION ON LABELS,EQUIPMENT,08-107,Vehicle,259,"KEYSTONE RV IS RECALLING 259 MY 2008-2009 PASSPORT TRAVEL TRAILERS, MODEL 290BH. THERE IS INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION LABEL WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE LABEL LISTS THE AXLE CAPACITY AT 4400 LBS AND IT SHOULD BE 3500 LBS.","THE PURPOSE OF THIS PART IS TO SPECIFY THE CONTENT AND LOCATION OF, AND OTHER REQUIREMENTS FOR, THE CERTIFICATION LABEL TO BE AFFIXED TO MOTOR VEHICLES TO ADDRESS CERTIFICATION-RELATED DUTIES AND LIABILITIES, AND TO PROVIDE THE CONSUMER WITH INFORMATION TO ASSIST HIM OR HER IN DETERMINING WHICH OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARDS ARE APPLICABLE TO THE VEHICLE.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. IF AN OWNER SO DESIRES, THEY CAN HAVE THEIR DEALER INSTALL THE LABELS FREE OF CHARGE. THE RECALL BEGAN ON MAY 15, 2008. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -05/15/2008,08V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V221000),"Mitsubishi Fuso Truck of America, Inc.",REAR ENGINE SUPPORT BRACKET,ENGINE AND ENGINE COOLING,C1003510,Vehicle,10325,"MITSUBISHI FUSO IS RECALLING 10,325 MY 1999-2004 FE639 AND FE649 TRUCKS. THE REAR ENGINE SUPPORT BRACKET IS COMPOSED OF MATERIALS OF INSUFFICIENT STRENGTH. NORMAL VEHICLE VIBRATIONS MAY CAUSE THE BRACKET TO CRACK.","IF THE VEHICLE IS CONTINUALLY OPERATED IN THIS CONDITION, THE BRACKET MAY BREAK APART. THE TRANSMISSION COULD DROP OUT OF ALIGNMENT WITH THE DRIVE TRAIN.","DEALERS WILL INSTALL A MODIFIED REAR ENGINE SUPPORT BRACKET COMPONENT FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 6, 2008. OWNERS MAY CONTACT MITSUBISHI FUSO AT 856-467-3917." -05/14/2008,08V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V216000),"Winnebago Industries, Inc.",CRANKSHAFT SENSOR/SPRINTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,114,"WINNEBAGO IS RECALLING 114 MY 2008 VIEW, MY 2009 ERA, AND MY 2008 ITASCA NAVION CLASS C MOTOR HOMES BUILT ON SPRINTER CHASSIS AND EQUIPPED WITH 3.0L DIESEL ENGINES. THE CRANKSHAFT SENSOR IN CERTAIN DIESEL ENGINES COULD FAIL DUE TO SEPARATION OF BOND WIRES FROM THE LEAD FRAME IN THE SENSOR.","THIS RESULTS IN AN INTERRUPTION IN THE ELECTRICAL CONNECTION IN THE CHIP HOUSING OF THE SENSOR. WHEN THIS HAPPENS, AFFECTED VEHICLES MAY LOSE POWER. THIS COULD RESULT IN THE VEHICLE BECOMING IMMEDIATELY INOPERABLE INCREASING THE RISK OF A CRASH.",SPRINTER IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 07V594). DEALERS WILL REPLACE THE CRANKSHAFT SENSOR FREE OF CHARGE. OWNERS MAY CONTACT SPRINTER AT 1-800-992-1997 OR WINNEBAGO AT 1-641-585-3535. -05/12/2008,08V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V215000),Vermeer Manufacturing Company,ADJ LENGTH TONGUE TUBE ASSBY (TRAILER HITCH),TRAILER HITCHES,IK01-1460,Vehicle,19,VERMEER IS RECALLING 19 MY 2006 AND 2008 BC2100XL TANDEM AXLE BRUSH CHIPPER TRAILERS EQUIPPED WITH AN ADJUSTABLE LENGTH TONGUE TUBE ASSEMBLIES. BENDING AND/OR FATIGUE CRACKING IN THE TONGUE CAN RESULT IN TONGUE FAILURE AND SEPARATION FROM THE TOWING VEHICLE.,SEPARATION FROM THE TOWING VEHICLE COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE TONGUE TUBE ASSEMBLY. THE RECALL BEGAN ON JUNE 5, 2008. OWNERS MAY CONTACT VERMEER AT 1-641-621-7200." -05/12/2008,08V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V214000),"Ferrari North America, Inc.",CLUTCH SENSOR,POWER TRAIN,47,Vehicle,366,FERRARI IS RECALLING 366 MY 2005-2007 612 SCAGLIETTI VEHICLES EQUIPPED WITH F1 TRANSMISSIONS. A NONCONFORMING CLUTCH SENSOR IN THE TRANSMISSION COULD MALFUNCTION UNDER NORMAL OPERATING CONDITIONS DUE TO THE HEAT PRODUCED BY THE VEHICLE. SUCH SENSOR MALFUNCTION MAY INHIBIT THE PROPER FUNCTION OF THE CLUTCH ASSEMBLY MAKING THE SHIFTING OF THE GEARS VERY DIFFICULT. THE VEHICLE SYSTEM IMMEDIATELY DETECTS THE CLUTCH SENSOR FAILURE AND CAUSES THE WARNING LIGHT TO ILLUMINATE.,"THIS CLUTCH SENSOR MALFUNCTION MAY RENDER THE VEHICLE INOPERABLE AND, POSSIBLY, RESULTING IN A CRASH.","DEALERS WILL REPLACE THE CLUTCH SENSOR. IN ADDITION, THE CABLE HOLDER AND MAGNET WILL ALSO BE REPLACED. THE RECALL BEGAN ON MAY 19, 2008. OWNERS MAY CONTACT FERRARI AT 1-201-816-2600." -05/12/2008,08V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V213000),"Forest River, Inc.",POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,38,"FOREST RIVER IS RECALLING 38 MY 2006-2007 CHARLESTON 400TS, 400QS, 410DST, 410DST-4, 410QS, AND 410QS-4 MOTOR HOMES BUILT ON FREIGHTLINER XC MOTOR HOME CHASSIS. THE CHASSIS CONTAINS STEERING FILTERS THAT CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE POTENTIALLY LEADING TO A HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,FREIGHTLINER IS CONDUCTING THIS RECALL AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). THE RECALL IS EXPECTED TO BEGIN DURING MAY 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOREST RIVER AT 1-574-389-4600. -05/09/2008,08V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V212000),"Navistar, Inc.",FMVSS 404/WHEELCHAIR LIFTS/MAXON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,5,"INTERNATIONAL IS RECALLING MY 2007 CE SCHOOL BUSES MANUFACTURED BETWEEN FEBRUARY 8 AND JUNE 27, 2006, EQUIPPED WITH MAXON WHEELCHAIR LIFTS. THE WHEELCHAIR OUTER RETENTION DEVICE LOCATED AT THE END OF THE WHEELCHAIR PLATFORM FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""",INJURY COULD OCCUR TO THE LIFT USER.,"ALL THE OWNERS HAVE BEEN NOTIFIED AND ARRANGEMENTS HAVE BEEN MADE TO REPAIR THE AFFECTED BUSES BY MAY 23, 2008." -05/09/2008,08V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V211000),"Wells Cargo, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,WELLS CARGO IS RECALLING 1 MY 2004 BUMPER PULL UTILITY TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WELLS CARGO WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WELLS CARGO AT 1-623-936-8150." -05/08/2008,08V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V210000),COUNTRY COACH INC,TRANSVERSE BEAM/SAF-HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,26,COUNTRY COACH IS RECALLING 26 MY 2008-2009 INSPIRE AND MY 2008 TRIBUTE MOTOR HOMES EQUIPPED WITH SAF-HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.,"IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","COUNTRY COACH IS WORKING WITH SAF-HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF-HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT, AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031). THE RECALL BEGAN ON MAY 20, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-231-773-3271 OR COUNTRY COACH AT 1-800-547-8015." -05/07/2008,08V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V209000),"Jayco, Inc.",BATTERY CABLE ELECTRICAL SHORT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1673,"JAYCO IS RECALLING 1,673 MY 2005-2008 SENECA MOTOR HOMES. AN ELECTRICAL SHORT CAN OCCUR IF THE BATTERY CABLES WERE NOT TUCKED INTO THE COMPARTMENT IN A MANNER THAT DOES NOT ALLOW THE CABLES TO BE PINCHED BETWEEN THE BATTERY SLIDE TRAY AND THE COMPARTMENT DOOR.","IF THIS CONDITION IS NOT ADDRESSED, IT MAY RESULT IN A FIRE, INJURY OR DEATH.","DEALERS WILL RELOCATE THE BATTERY CABLES TO THE REAR BATTERY AND REPOSITION A CLAMP TO PREVENT PINCHING. THE RECALL BEGAN ON MAY 26, 2008. OWNERS MAY CONTACT JAYCO AT 1-574-825-5861." -05/07/2008,08V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V208000),Ford Motor Company,BRAKE BOOSTER VACUUM SUPPLY TUBE ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",08S05,Vehicle,605684,"FORD IS RECALLING 605,684 MY 2005-2006 F-150 AND LINCOLN MARK LT VEHICLES EQUIPPED WITH 5.4L 3-VALVE ENGINES. THE BRAKE BOOSTER VACUUM SUPPLY HOSE ATTACHED TO THE INTAKE MANIFOLD FITTING MAY SWELL OVER TIME AND LOSE RETENTION FORCE. THIS CONDITION COULD ALLOW THE HOSE TO BECOME DETACHED FROM THE FITTING DURING AN INTAKE MANIFOLD BACKFIRE. SHOULD THE HOSE DETACH FROM THE INTAKE MANIFOLD, SEVERAL BRAKE APPLICATIONS WITH POWER ASSIST WILL BE AVAILABLE BEFORE THE VACUUM RESERVE IS DEPLETED.","ONCE THE BRAKE BOOSTER VACUUM RESERVE IS DEPLETED, THE DRIVER WILL HAVE FOUNDATION BRAKE FUNCTION, BUT WITH INCREASED BRAKE PEDAL EFFORT. REDUCED VEHICLE BRAKING COULD LEAD TO A CRASH.","DEALERS WILL REPLACE A RUBBER HOSE ON THE BRAKE BOOSTER VACUUM SUPPLY TUBE ASSEMBLY. THE RECALL BEGAN ON JUNE 27, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -05/06/2008,08V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V207000),"Jayco, Inc.",COPPER LP TUBE CONDUIT CLAMP,EQUIPMENT,NR (Not Reported),Vehicle,1265,"JAYCO IS RECALLING 1,265 MY 2005-2008 SENECA '35GS' AND MY 2007-2008 GREYHAWK '33DS' AND '32SS' MOTOR HOMES. THE CONDUIT CLAMP ON THE COPPER LIQUID PROPANE (LP) TUBE FEEDING THE SLIDE-0UT IS INCORRECTLY PLACED WHICH MAY ALLOW THE COPPER TUBE TO BEND AND POSSIBLY LEAK WITH THE MOVEMENT OF THE SLIDE-OUT.","IF THE COPPER TUBE CRACKED, PRESSURIZED LP GAS MAY ESCAPE INTO THE COMPARTMENT. THIS CONDITION, IF NOT ADDRESSED, MAY RESULT IN A FIRE, INJURY OR DEATH.","DEALERS WILL RELOCATE THE CONDUIT CLAMP AND ADD A RUBBER GROMMET TO ALLOW ADHESION. THE RECALL BEGAN ON MAY 26, 2008. OWNERS MAY CONTACT JAYCO AT 1-574-825-5861." -05/06/2008,08V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V205000),R-VISION,DRIVE SHAFT/FORD,POWER TRAIN,08S04,Vehicle,6,"R-VISION IS RECALLING 6 MY 2008 TRAIL-LITE B-PLUS AND TOWN & COUNTRY SPORT MOTOR HOMES BUILT ON FORD CHASSIS. THE DRIVE SHAFT MAY HAVE BEEN MANUFACTURED WITH A SLIP YOKE THAT HAS CRACKS, POSSIBLY REDUCING ITS FATIGUE LIFE.",CRACKS IN THE SLIP YOKE WOULD PROGRESS OVER TIME AND THE SLIP YOKE COULD FRACTURE WITHOUT WARNING WHILE THE VEHICLE IS BEING DRIVEN ALLOWING THE DRIVE SHAFT TO SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.,R-VISION IS WORKING WITH FORD TO HAVE THE DRIVE SHAFT AND SLIP YOKE INSPECTED AND REPLACED FREE OF CHARGE (PLEASE SEE 08V165). THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR R-VISION AT 1-574-268-2111. -05/06/2008,08V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V206000),"Volvo Car USA, LLC",ENGINE MOUNT BOLTS,ENGINE AND ENGINE COOLING,197,Vehicle,102,VOLVO IS RECALLING 102 MY 2008 XC90 AND S80 VEHICLES EQUIPPED WITH V8 ENGINES. THESE VEHICLES MAY HAVE BEEN BUILT WITH INCORRECT BOLTS TO THE ENGINE MOUNT.,"THE ALUMINUM BRACKET FOR THE ENGINE MOUNT COULD BREAK DUE TO LACK OF ADEQUATE CLAMPING FORCE. THIS COULD CAUSE THE ENGINE TO COME IN CONTACT WITH THE SUB-FRAME, ULTIMATELY RESULTING IN A REDUCED ENGINE TORQUE OR STALLING OF THE ENGINE WITHOUT PRIOR WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE ENGINE MOUNT BOLTS FOR SPECIFIC MARKINGS. IF ANY OF THE BOLTS CONTAIN THE INCORRECT MARKINGS, THE BRACKET AND BOLTS WILL BE REPLACED. ALL OWNERS HAVE BEEN CONTACTED AND ARRANGEMENTS HAVE BEEN MADE TO REPAIR THESE VEHICLES." -05/06/2008,08E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E035000),COOPER STANDARD AUTOMOTIVE,FUEL RAIL LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,50,"THE FUEL RAIL CROSS-OVER HOSE MAY CONTAIN WEAK AREAS. AS A RESULT, THE HOSE MAY CRACK, WHICH COULD CAUSE A FUEL ODOR AND/OR FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,CSA IS WORKING WITH SALEEN AND FORD TO RECALL THE AFFECTED FUEL RAILS. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER TO OBTAIN THE FREE REMEDY OR OWNERS CAN CONTACT FORD AT 800-392-3673 OR SALEEN AT 248-743-6439. -05/06/2008,08V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V203000),"Chrysler (FCA US, LLC)",POWERTRAIN CONTROL MODULE/ENGINE STALL,POWER TRAIN,H19,Vehicle,24461,"CHRYSLER IS RECALLING 24,461 MY 2006 JEEP COMMANDER VEHICLES EQUIPPED WITH 4.7L V8 ENGINES. THE POWERTRAIN CONTROL MODULE (PCM) WAS PROGRAMMED WITH SOFTWARE THAT MAY ALLOW THE ENGINE TO STALL UNDER CERTAIN OPERATING CONDITIONS.",THIS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE PCM SOFTWARE IN ALL 4.7L ENGINE EQUIPPED MY 2006 JEEP COMMANDERS BUILT PRIOR TO JANUARY 11, 2006. THE RECALL BEGAN ON MAY 19, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/06/2008,08V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V204000),"Forest River, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,93,FOREST RIVER IS RECALLING 93 MY 2007-2008 CHARLESTON AND BERKSHIRE MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.,INCORRECTLY TIGHTENED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,FOREST RIVER IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOREST RIVER AT 1-574-389-4600. -05/06/2008,08V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V201000),Triple E Recreational Vehicles,STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,3,TRIPLE E RV IS RECALLING 3 MY 2008 A391Q AND A393T MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.,INCORRECT TORQUED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE AND CAUSE A CRASH WITHOUT WARNING.,TRIPLE E RV IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR TRIPLE E RV AT 21-04-325-4361. -05/06/2008,08V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V202000),"Chrysler (FCA US, LLC)",STEERING SHAFT/REAR BRAKE TUBE CLEARANCE,"SERVICE BRAKES, HYDRAULIC",H17,Vehicle,1709,"CHRYSLER IS RECALLING 1,585 MY 2007-2008 JEEP WRANGLER, RIGHT HAND DRIVE ONLY, VEHICLES. SOME VEHICLES MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE STEERING INTERMEDIATE SHAFT AND REAR BRAKE TUBES.",PROLONGED BRAKE TUBE CONTACT COULD WEAR A HOLE IN THE TUBE AND CAUSE A PARTIAL BRAKE SYSTEM LOSS. THIS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL INSTALL A REVISED BRAKE TUBE CLIP TO RETAIN THE TUBES, INSPECT THE BRAKE TUBES FOR DAMAGE DUE TO POTENTIAL CONTACT WITH THE STEERING INTERMEDIATE SHAFT, AND REPLACE THE BRAKE TUBES IF NECESSARY. THE RECALL BEGAN ON JUNE 30, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -05/05/2008,08V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V199000),"Jayco, Inc.",OPTIONAL HYDRAULIC BRAKE HOSE ROUTING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22,JAYCO IS RECALLING 22 MY 2008 JAY FEATHER EX-PORT '17C' TRAVEL TRAILERS EQUIPPED WITH OPTIONAL HYDRAULIC BRAKES. SOME OPTIONAL HYDRAULIC BRAKE HOSES WERE ROUTED UNDER THE AXLE.,"IF THIS CONDITION IS NOT ADDRESSED, THE HYDRAULIC HOSES COULD CHAFE AND CREATE LOSS OF BRAKING INCREASING THE RISK OF A CRASH.","DEALERS WILL REROUTE THE BRAKE HOSES AND REPLACE ANY BRAKE HOSES SHOWING CHAFING. THE RECALL BEGAN ON MAY 13, 2008. OWNERS MAY CONTACT JAYCO AT 1-574-825-5861." -05/05/2008,08V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V200000),"General Motors, LLC",TRANSMISSION CASE POROSITY AT PARK PAWL,POWER TRAIN,08168,Vehicle,26,"GM IS RECALLING 26 MY 2008 SATURN VUE VEHICLES EQUIPPED WITH A 6T70 6-SPEED AUTOMATIC TRANSMISSION. SOME OF THESE VEHICLES HAVE A CONDITION IN WHICH THE TRANSMISSION CASE SIDE BORE THAT HOLDS THE PARK PAWL PIVOT PIN MAY HAVE A CASTING POROSITY. THIS CONDITION, COUPLED WITH NORMAL OPERATING STRESSES, COULD LEAD TO FAILURE, ELIMINATING THE ABILITY TO SECURE THE TRANSMISSION IN 'PARK' POSITION.","IF THIS HAPPENS WHILE THE VEHICLE IS PARKED ON A NON-LEVEL SURFACE, THE VEHICLE COULD ROLL WITHOUT WARNING AND CAUSE INJURY TO PEOPLE IN ITS PATH.","DEALERS WILL REPLACE THE TRANSMISSION FREE OF CHARGE. THE RECALL BEGAN ON MAY 5, 2008. OWNERS MAY CONTACT SATURN AT 1-800-972-8876, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -05/01/2008,08V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V198000),"Airstream, Inc.",POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,51,"AIRSTREAM IS RECALLING 51 MY 2005-2006 390 SKYDECK, MY 2006-2007 360XL, 390XL, 396XL, A37 AND A39 MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE CHASSIS CONTAIN STEERING FILTERS THAT CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE POTENTIALLY LEADING TO A HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,FREIGHTLINER IS CONDUCTING THIS RECALL AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V-570). THE RECALL IS EXPECTED TO BEGIN DURING MAY 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR AIRSTREAM AT 1-937-596-6111. -04/30/2008,08V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V195000),"Hino Motors Sales U.S.A., Inc.",FRONT SPRING HANGER ATTACHMENT BOLTS,SUSPENSION,A5850,Vehicle,16805,"HINO IS RECALLING 16,805 MY 2005-2008 NA6J, NB6J, NC6J, ND8J, NE8J, NJ8J, AND NV8J TRUCKS. THE TWO VERTICAL RIGHT/LEFT SIDE FRONT SPRING BRACKET BOLTS WERE NOT TIGHTENED PROPERLY DURING THE ASSEMBLY PROCESS. THIS MAY CAUSE INCREASED STRESS ON THE SPRING BRACKET WHICH CAN LEAD TO CRACKING OF THE BRACKET.",THIS COULD REDUCE STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE VERTICAL FRONT SPRING BRACKET ATTACHMENT BOLTS ON RIGHT/LEFT HANGER BRACKETS AND RE-TORQUE ALL ASSOCIATED BOLTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 8, 2008. OWNERS MAY CONTACT HINO AT 248-699-9300." -04/30/2008,08V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V194000),FOUR WINDS INTERNATIONAL,POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,120,FOUR WINDS IS RECALLING 120 MY 2006-2007 VALENCIA MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE CHASSIS CONTAIN STEERING FILTERS THAT CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE POTENTIALLY LEADING TO A HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.,SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,FREIGHTLINER IS CONDUCTING THIS RECALL AND WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). THE RECALL IS EXPECTED TO BEGIN DURING MAY 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOUR WINDS AT 1-574-266-1111. -04/30/2008,08V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V196000),"Eldorado National- California, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,10,ELDORADO NATIONAL - CALIFORNIA (ENC) IS RECALLING 10 MY 2007-2008 MST BUSES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.,INCORRECT TORQUED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE AND CAUSE A CRASH WITHOUT WARNING.,ENC IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR ELDORADO NATIONAL AT 1-909-591-9557. -04/28/2008,08V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V197000),"Volvo Car USA, LLC",LOOSE RAILS ROOF CARGO/THULE,STRUCTURE,R196,Vehicle,7,VOLVO IS RECALLING 7 MY 2008 V50 PASSENGER VEHICLES EQUIPPED WITH ROOF RAILS. BOLTS HAVE BEEN FOUND TO BE OUT OF SPECIFICATION. THIS HAS CAUSED LESS TREAD LENGTH ON THE BOLTS WHICH IN TURN HAS LEAD TO INSUFFICIENT CLAMPING FORCE IN THE JOINT DUE TO THE WASHER GETTING STUCK WHEN TIGHTENING THE BOLTS.,"WHEN CARRYING ROOF CARGO, THE RAILS MAY COME LOOSE DURING HEAVY BRAKING AND/OR SUDDEN STOPS INCREASING THE POSSIBILITY OF A CRASH.","DUE TO THE LIMITED NUMBER OF VEHICLES INVOLVED, OWNERS HAVE BEEN NOTIFIED AND WILL HAVE THE ROOF RAIL BOLTS REPLACED FREE OF CHARGE. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -04/28/2008,08V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V193000),"Coachmen RV Company, LLC",POWER STEERING FILTER PLUGS/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,961,"COACHMEN IS RECALLING 961 MY 2005-2007 CROSS COUNTRY, SPORTSCOACH ELITE, MY 2005-2006 CROSS COUNTRY SE, AND MY 2006 SPORTSCOACH ENCORE CLASS A MOTOR HOMES BUILT USING INLINE POWER STEERING FILTERS, PART NO. 14-16829-000. THE FILTER CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE. THIS CAN LEAD TO HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,COACHMEN IS WORKING WITH FREIGHTLINER TO REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER (PLEASE SEE 07V570). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR COACHMEN AT 1-574-825-5821. -04/28/2008,08V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V192000),"Coachmen RV Company, LLC",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,145,COACHMEN IS RECALLING 145 MY 2007 CROSS COUNTRY AND MY 2007-2008 SPORTSCOACH ENCORE AND PATHFINDER CLASS A MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.,INCORRECTLY TIGHTENED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,COACHMEN IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR COACHMEN AT 1-574-825-5821. -04/25/2008,08V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V188000),Silver Eagle Manufacturing Company,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,NR (Not Reported),Vehicle,133,"SILVER EAGLE IS RECALLING 133 MY 2006-2008 HAWK DOLLIES CS AND CSA, TANDEM DOLLIES CTL AND CTA, AND FALCON DOLLIES CSU MODELS EQUIPPED WITH SAF-HOLLAND SIMPLEX SE OR SE II FIFTH WHEELS. THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER. THE RECALL BEGAN ON APRIL 29, 2008. OWNERS MAY CONTACT SILVER EAGLE AT 1-800-547-6792." -04/25/2008,08V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V191000),Ford Motor Company,FMVSS 301/FUEL TANK BRACKET INSTALLATION,"FUEL SYSTEM, GASOLINE",08C04,Vehicle,64754,"FORD IS RECALLING 64,754 MY 2008 F-250 AND F-350 SINGLE REAR WHEEL, 4X4, 156 INCH WHEEL BASE PICK UP TRUCKS EQUIPPED WITH A TWO PIECE DRIVE SHAFT FOR FAILING TO CONFORM TO THE FUEL SPILLAGE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" DURING A 30 MPH FRONTAL IMPACT INTO A RIGID BARRIER, THE FUEL TANK CAN MOVE FORWARD AND CONTACT A FRAME CROSS MEMBER, POTENTIALLY CAUSING DAMAGE TO THE FUEL DELIVERY MODULE WHICH CAN RESULT IN FUEL SPILLAGE.","FUEL SPILLAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL A BRACKET ON THE AFFECTED VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON MAY 23, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/25/2008,08V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V190000),PACCAR Incorporated,TRAILER CABLE CONNECTION,TRAILER HITCHES,08KW6,Vehicle,3573,"PACCAR IS RECALLING 3,573 MY 2007 KENWORTH C500, T800, T600, T2000, AND W900 CHASSIS BUILT WITH PHILLIPS QCS II TRAILER CABLE CONNECTION AND TRAILER CABLE MOUNTING BRACKET WITH 'U-SHAPED' CUT OUT. CERTAIN TRAILER CABLE MOUNTING BRACKETS HAVE A 'U-SHAPED' CUT OUT THAT ONLY PARTIALLY SUPPORTS THE TRAILER CABLE CONNECTION. PARTIAL SUPPORT OF THE CABLE CONNECTION MAY ALLOW THE MOLDED BOOT AND ELECTRICAL GROUND PIN TO PARTIALLY OR COMPLETELY PULL AWAY FROM THE 7-WAY SOCKET. PARTIAL OR COMPLETE DETACHMENT OF THE CABLE CONNECTION CAN CAUSE REDUCED WATER RESISTANCE AND POTENTIAL LOSS OF ELECTRICAL GROUND. THERE IS ALSO A POSSIBILITY THE TRAILER LIGHTS MAY FAIL TO ILLUMINATE WITHOUT THE OPERATOR'S KNOWLEDGE.","IF THIS CONDITION WERE TO OCCUR, OTHER MOTORISTS MAY NOT BE WARNED OF THE TRACTOR/TRAILER MOVEMENTS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A REINFORCEMENT BRACKET BETWEEN THE FLEXIBLE BACK OF THE QCS II MOLDED BOOT AND THE FRAME BRACKET, AND REATTACH THE SUPPORTING BOLTS. THE RECALL BEGAN ON MAY MAY 30, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -04/24/2008,08V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V189000),FOUR WINDS INTERNATIONAL,IMPROPER ROUTING OF LP GAS LINE IN SLIDE-OUT ROOM,EQUIPMENT,NR (Not Reported),Vehicle,104,"FOUR WINDS IS RECALLING 104 MY 2008-2009 DUTCHMEN EXPRESS, CHATEAU SPORT, AND FOUR WINDS 5000 MOTOR HOMES. THESE MOTOR HOMES MAY HAVE IMPROPER ROUTING OF THE PROPANE GAS LINE WITHIN THE SLIDE-OUT ROOM.","CONTINUED OPERATION OF THE SLIDE-ROOM MAY RESULT IN A RUPTURE OF THIS PROPANE SUPPLY LINE POTENTIALLY CAUSING A GAS LEAK, FIR OR EXPLOSION RESULTING IN SERIOUS INJURY OR DEATH.","FOUR WINDS WILL INSTRUCT OWNERS TO IMMEDIATELY TURN OFF THE PROPANE SUPPLY VALVE, SUSPEND USE OF PROPANE APPLIANCES, AND TAKE THE MOTOR HOME TO THEIR NEAREST FOUR WINDS DEALER OR SERVICE CENTER FOR REPAIR. DEALERS WILL RECONFIGURE THE PROPANE SUPPLY LINE TO ALLOW PROPER MOVEMENT OF THE LINE WITHOUT BINDING OR CHAFING. THE RECALL BEGAN ON MAY 18, 2008. OWNERS MAY CONTACT FOUR WINDS AT 1-574-266-1111." -04/24/2008,08V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V187000),"Nissan North America, Inc.",SEAT TRACK ASSEMBLY/FMVSS NO. 207,SEATS,NR (Not Reported),Vehicle,1126,"NISSAN IS RECALLING 1,126 MY 2008 QUEST, TITAN AND ARMADA VEHICLES EQUIPPED WITH MANUAL ADJUSTMENT FRONT SEATS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE SEAT TRACK ASSEMBLY MAY HAVE BEEN MANUFACTURED OUT OF SPECIFICATION.",THIS MAY RESULT IN THE MANUAL SEAT PAWL NOT FULLY ENGAGING INCREASING THE RISK OF PERSONAL INJURIES IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE SEAT TRACK ASSEMBLY ON THE DRIVER'S AND FRONT PASSENGER SEATS AND REPLACE THE ENTIRE SEAT ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON MAY 27, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -04/24/2008,08V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V182000),"Champion Bus, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,503,"CHAMPION BUS IS RECALLING 503 MY 2005-2008 DEFENDER, CHALLENGER, CTS-RE, CTS-FE AND CRUSADER BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,CHAMPION BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CHAMPION BUS AT 1-937-596-6849. -04/24/2008,08E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E034000),PACCAR Incorporated,TRAILER HITCHES: FIFTH WHEEL ASSEMBLIES,TRAILER HITCHES,08KW7,Equipment,292,"PACCAR IS RECALLING 292 AFTERMARKET SAF HOLLAND FIFTH WHEELS SOLD FOR USE ON MY 2007 KENWORTH T800 SHORT HOOD, W900 LONG HOOD AND T600 TRACTOR/TRAILERS. IF THE PIVOT BOLT JOINT FOR THE LEVER BAR IS OVER TORQUED, THE SPACER DEFORMS, AND MAKES CONTACT WITH THE LEVER BAR. THIS CONDITION COUPLED WITH CORROSION ASSOCIATED WITH THE SEASONAL DRY OUT, CAN AFFECT THE LOCK SYSTEM OF THE FIFTH WHEEL, PREVENTING THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE OPERATOR'S KNOWLEDGE, CAUSING THE TRACTOR AND TRAILER TO DISENGAGE INCREASING THE RISK OF A CRASH.","PACCAR IS WORKING WITH SAF-HOLLAND AND WILL INSPECT THE PIVOT BOLT JOINT FOR A DEFORMED SPACER AND REPLACE THE BOLT, WASHER AND SPACER WITH A HEX-HEAD SHOULDER BOLT AND WASHER FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHECDULE. OWNERS MAY CONTACT PACCAR AT 1-415-828-5000 OR SAF-HOLLAND AT 1-231-773-3271." -04/23/2008,08V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V180000),"Yamaha Motor Corporation, USA",FUEL PUMP COUPLER,"FUEL SYSTEM, GASOLINE",M2008-002R,Vehicle,9600,"YAMAHA IS RECALLING 9,600 MY 2006-2007 CP250 AND MY 2005-2007 YP400 MOTORCYCLES. THE ENGINE COULD STALL AND BE DIFFICULT TO RESTART BECAUSE THE WIRE TERMINALS IN THE FUEL PUMP WIRE COUPLER HAVE CORRODED. WATER CAN ENTER FROM THE MAIN WIRE HARNESS END AND RUN THROUGH THE HARNESS TO THE FUEL PUMP COUPLER.","IF THE WATER REMAINS IN THE COUPLER FOR AN EXTENDED PERIOD OF TIME, THE TERMINALS CAN BECOME CORRODED, WHICH CAN PREVENT THE FUEL PUMP FROM OPERATING PROPERLY. IF THIS CORROSION AFFECTS FUEL PUMP OPERATION WHILE THE SCOOTER IS BEING RIDDEN, THERE COULD BE A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL INSTALL A SUB-HARNESS WHICH IS DESIGNED TO ALLOW ANY WATER BETWEEN THE WIRE HARNESS AND THE FUEL PUMP TO DRAIN OUT BEFORE IT REACHES THE FUEL PUMP. THE DEALER WILL ALSO INSPECT THE CONNECTORS. IF EITHER THE MAIN WIRE HARNESS CONNECTOR OR THE FUEL PUMP CONNECTORS IS ALREADY CORRODED, THE CORRESPONDING ASSEMBLY(IES) WILL ALSO BE REPLACED. THE RECALL BEGAN ON MAY 9, 2008. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -04/23/2008,08V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V183000),SPORT TRAILERS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,4,"SPORT TRAILERS IS RECALLING 4 MY 1997 RM2652, MY 1999 RM 2652, MY 2000 RM 3863 AND MY 2002 RM 2852 RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SPORT TRAILERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SPORT TRAILERS AT 1-909-888-5003." -04/23/2008,08V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V184000),"Columbia Northwest, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,7,"COLUMBIA NORTHWEST IS RECALLING 7 MY 2003 ALINER SPORTLINER, ALINER, CABIN A, AND CABIN CRUISER FOLDING CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"COLUMBIA NORTHWEST WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COLUMBIA NORTHWEST AT 1-724-423-7440." -04/23/2008,08V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V185000),SUNRAY RV LLC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,71,"SUNRAY RV IS RECALLING 71 MY 2003-2004 19FRB, 24BH, 27SQ, 28BH AND 30BH RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SUNRAY RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNRAY RV AT 1-423-626-7243." -04/23/2008,08V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V186000),HOST INDUSTRIES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,10,"HOST IS RECALLING 10 MY 2002 YELLOWSTONE DS, MY 2004 YELLOWSTONE DS, RAINIER DS, TAHOE DS CAMPERS, AND MY 2004-2005 PATHFINDER RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HOST WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HOST AT 1-541-330-2328." -04/22/2008,08T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T016000),DEL-NAT TIRE CORPORATION,FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,968,"DEL-NAT IS RECALLING 968 LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2 AND DECEMBER 30, 2007. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"DEL-NAT IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR DEL-NAT AT 1-901-775-8124." -04/18/2008,08V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V181000),Toyota Motor Engineering & Manufacturing,FMVSS 208/THIRD ROW REAR SEAT BELTS,SEAT BELTS,80D,Vehicle,90189,"TOYOTA IS RECALLING 90,189 MY 2008 HIGHLANDER AND HIGHLANDER HYBRID PASSENGER VEHICLES EQUIPPED WITH A THIRD ROW SEAT. THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE NON-DRIVER DESIGNATED SEATING POSITIONS (DSP) ON THESE VEHICLES IS EQUIPPED WITH SEAT BELT ASSEMBLIES THAT HAVE A FEATURE THAT CONVERTS THE RETRACTOR FROM AN EMERGENCY LOCKING RETRACTOR (ELR) TO AN AUTOMATIC LOCKING RETRACTOR (ALR). THE BELTS CONVERT TO THE ALR MODE AFTER THE WEBBING HAS BEEN FULLY WITHDRAWN FROM THE RETRACTOR. THE SYSTEM IS DESIGNED SO THAT AS THE BELT IS RELEASED INTO THE RETRACTOR, THE SYSTEM REMAINS IN THE ALR MODE SO THAT A CHILD RESTRAINT SYSTEM (CRS) CAN BE TIGHTLY SECURED.","HOWEVER, FOR THE TWO THIRD ROW DSP'S ON THESE VEHICLES, THE ALR MODE DEACTIVATES BEFORE THE WEBBING IS FULLY RETRACTED, SO THAT IT WILL NOT LOCK WHEN CERTAIN REAR-FACING CRS'S THAT HAVE A SHORT SEAT BELT ROUTING PATH ARE INSTALLED IN THE VEHICLE. THIS CAN ALLOW THE SEAT BELT WEBBING TO SPOOL OUT DURING NORMAL DRIVING MANEUVERS, WHICH COULD AFFECT THE STABILITY OF A CHILD RESTRAINT INSTALLED AT THOSE SEATING POSITIONS. AS SUCH, THIS COULD DISCOURAGE THE USE OF A CHILD RESTRAINT AND IN THE EVENT OF A CRASH, THE CHILD MAY NOT BE ADEQUATELY PROTECTED POSSIBLY RESULTING IN INJURY.","DEALERS WILL INSTALL A NEWLY DESIGNED SEAT BELT COMPONENT FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT DECEMBER 18, 2008. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -04/18/2008,08V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V179000),MONACO COACH CORPORATION,OPTIONAL INVERTER NOT PROTECTED BY A FUSE,ELECTRICAL SYSTEM,R08001,Vehicle,648,"MONACO IS RECALLING 811 MONARCH, LAPALMA REAR GAS AND LAPALMA DIESEL, HOLIDAY RAMBLER ADMIRAL, VACATIONER REAR GAS AND VACATIONER DIESEL AND SAFARI SIMBA MOTOR HOMES WITH THE INVERTER OPTION. THE OPTIONAL INVERTER IS NOT PROTECTED BY A FUSE AS THE RESULT OF A PRODUCTION ERROR. THE FUSE SHOULD BE INSTALLED IN THE BATTERY COMPARTMENT IN THE REAR OF THE PASSENGER SIDE OF THE MOTOR HOME BETWEEN THE BATTERY SOURCE AND THE INVERTER. THE INVERTER IS TO BE A PROTECTED APPLIANCE BY CODE REQUIREMENT.","WITH NO FUSE INSTALLED, A VEHICLE FIRE MAY RESULT FROM FAILURE OF THE INVERTER.","DEALERS WILL INSTALL A 125AMP FUSE TO PROTECT THE INVERTER FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 19, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -04/17/2008,08V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V178000),"Volkswagen Group of America, Inc.",AIR BAG FRONTAL CRASH SENSOR FAILURE (DUAL-STAGE),AIR BAGS,R6,Vehicle,76900,"VOLKSWAGEN IS RECALLING 76,900 MY 2004-2005 NEW BEETLE AND MY 2003-2005 NEW BEETLE CONVERTIBLES EQUIPPED WITH AN ADVANCED (DUAL-STAGE) AIR BAG SYSTEM. THIS SYSTEM MAY HAVE AIR BAG FRONTAL CRASH SENSORS THAT CONTAIN A SOLDER JOINT ON THE CIRCUIT BOARD THAT MAY CRACK UNDER CERTAIN HIGH TEMPERATURE CONDITIONS. IF THIS OCCURS, THE AIR BAG INDICATOR LIGHT WILL ILLUMINATE AND THE FALLBACK ALGORITHM WILL ENSURE THAT THE FRONT AIR BAGS ALWAYS DEPLOY IN A FRONTAL CRASH IN WHICH THE VEHICLE'S DECELERATION IS HIGH ENOUGH TO ACTIVATE THE FRONTAL AIR BAGS.","IN LOW-SEVERITY FRONTAL IMPACTS, THE FRONT AIR BAGS MAY DEPLOY MORE FORCEFULLY THAN DESIGNED, INCREASING THE POSSIBILITY OF INJURY TO OUT-OF-POSITION FRONT SEAT OCCUPANTS.","DEALERS WILL INSPECT EACH VEHICLE TO DETERMINE THAT THE SPECIFIC DEFECT CRASH SENSOR IS PRESENT ON ONE OR BOTH SIDES OF THE VEHICLE. ALL OF THE DEFECT CRASH SENSORS WILL BE REPLACED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 31, 2008. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -04/17/2008,08V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V177000),"Mack Trucks, Inc.",DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,SC0339,Vehicle,66,MACK IS RECALLING 66 MY 2009 GU TRUCKS EQUIPPED WITH BENDIX MV-3 DASH CONTROL VALVES. THE MOLDED VALVE BODY HAS AN INCORRECT CORE PIN IN THE INJECTION MOLD CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.,"IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING REDUCED ABILITY FOR MODULATING THE SERVICE EMERGENCY BRAKES INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE MV-3 DASH VALVE FOR THE PRODUCTION DATE CODE. VALVES IN THE AFFECTED PRODUCTION LOTS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON MAY 9, 2008. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -04/17/2008,08V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V176000),PACCAR Incorporated,FIFTH WHEELS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,08KW5,Vehicle,172,"PACCAR IS RECALLING 172 MY 2007 KENWORTH T800 SHORT HOOD, W900 LONG HOOD AND T600 TRACTOR/TRAILERS EQUIPPED WITH SAF-HOLLAND SIMPLEX FIFTH WHEELS. IF THE PIVOT BOLT JOINT FOR THE LEVER BAR IS OVER TORQUED, THE SPACER DEFORMS, AND MAKES CONTACT WITH THE LEVER BAR. THIS CONDITION COUPLED WITH CORROSION ASSOCIATED WITH THE SEASONAL DRY OUT, CAN AFFECT THE LOCK SYSTEM OF THE FIFTH WHEEL, PREVENTING THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE OPERATOR'S KNOWLEDGE, CAUSING THE TRACTOR AND TRAILER TO DISENGAGE INCREASING THE RISK OF A CRASH.","KENWORTH IS WORKING WITH SAF-HOLLAND SIMPLEX AND WILL INSPECT THE PIVOT BOLT JOINT FOR A DEFORMED SPACER AND REPLACE THE BOLT, WASHER AND SPACER WITH A HEX-HEAD SHOULDER BOLT AND WASHER FREE OF CHARGE. THE RECALL BEGAN ON MAY 1, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR SAF-HOLLAND AT 1-231-773-3271." -04/16/2008,08V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V174000),MOBILE CONCEPTS BY SCOTTY INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,35,"MOBILE CONCEPTS IS RECALLING 35 MY 1997-2001 SCOTTY SINGLE, DOUBLE, AND TRIPLE TRAILERS AND MY 1998 MODELS 2400 AND 2700 TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"MOBILE CONCEPTS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR MOBILE CONCEPTS AT 1-724-542-7640." -04/16/2008,08V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V175000),"Gillig, LLC",TRANSVERSE BEAM/SAF-HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,31,GILLIG IS RECALLING 31 MY 2007 29 FOOT LOW FLOOR TRANSIT BUSES EQUIPPED WITH SAF- HOLLAND ADL SERIES REAR SUSPENSIONS. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.,"IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.","GILLIG IS WORKING WITH SAF HOLLAND TO HAVE A VISUAL INSPECTION OF THE ADL TRANSVERSE BEAM PERFORMED. IF A WELD DEFECT IS IDENTIFIED, SAF HOLLAND WILL PROVIDE A SERVICE REPLACEMENT KIT THAT CONTAINS A NEW TRANSVERSE BEAM, ALL NECESSARY INSTALLATION HARDWARE, BEAM REPLACEMENT AND INSTRUCTIONS FREE OF CHARGE (PLEASE SEE 08E031). THE RECALL BEGAN ON APRIL 29, 2008. OWNERS MAY CONTACT GILLIG AT 1-510-264-5031 OR SAF-HOLLAND AT 1-231-773-3271." -04/15/2008,08E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E032000),Dometic Corporation,POTENTIAL BOILER TUBE/HEATER POCKET WELD FATIGUE,EQUIPMENT,NR (Not Reported),Equipment,745574,"DOMETIC HAS REPORTED A SAFETY RELATED DEFECT COVERING 745,574 TWO-DOOR REFRIGERATORS MANUFACTURED BETWEEN JUNE 1, 2003 AND SEPTEMBER 30, 2006, WITH SERIAL NOS. 320XXXXX THROUGH 352XXXXX; 401XXXXX THROUGH 452XXXXX; 501XXXXX THROUGH 552XXXXX; AND 601XXXXX THROUGH 639XXXXX, INSTALLED IN CERTAIN RECREATIONAL VEHICLES AS ORIGINAL EQUIPMENT AND SOLD AS REPLACEMENT EQUIPMENT. A FATIGUE CRACK MAY DEVELOP IN THE BOILER TUBE WHICH MAY RELEASE A SUFFICIENT AMOUNT OF PRESSURIZED COOLANT SOLUTION INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THE RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS OF RECREATIONAL VEHICLES THAT HAD THE REFRIGERATORS INSTALLED AS ORIGINAL EQUIPMENT AND DOMETIC WILL NOTIFY OWNERS OF THE AFTERMARKET REFRIGERATORS. DOMETIC WILL INSTALL A SECONDARY BURNER HOUSING FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 28, 2008. OWNERS MAY CONTACT DOMETIC AT 888-446-5157." -04/15/2008,08V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V173000),"SPORTSMOBILE TEXAS, INC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6,SPORTSMOBILE IS RECALLING 6 MY 2003-2006 2500 SPRINTER VAN CLASS B REGULAR BODY AND EXTENDED BODY RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SPORTSMOBILE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 10, 2008. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SPORTSMOBILE AT 1-512-835-4409." -04/15/2008,08V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V238000),"General Motors, LLC",SEAT BELT BUCKLES,SEAT BELTS,05113A,Vehicle,4003,"GM IS RECALLING 4,003 MY 2006 CHEVROLET EXPRESS AND GMC SAVANA FULL-SIZE PASSENGER, CARGO, OR CUTAWAY VANS. THE FRONT AND REAR SEAT BELT BUCKLES WILL NOT LATCH OR WILL NOT UNLATCH.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE BUCKLES AND, IF FOUND TO BE INOPERATIVE, THE ENTIRE BUCKLE ASSEMBLY WOULD BE REPLACED. FOR BUCKLES FOUND TO BE OPERATIVE, DEALER WILL REPLACE ONLY THE UPPER BUCKLE COVER. THE RECALL BEGAN ON APRIL 30, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM . NOTE: THIS CAMPAIGN IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 05V558)." -04/14/2008,08E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E033000),FEDERAL-MOGUL CHASSIS PRODUCTS,AFTERMARKET BALL JOINT ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,6903,"FEDERAL MOGUL IS RECALLING 6,903 AFTERMARKET BALL JOINT ASSEMBLIES SHIPPED BETWEEN NOVEMBER 9, 2007 AND MARCH 26, 2008, WHICH MAY HAVE BEEN PACKAGED WITH INCORRECT NUTS. THE PART NUMBERS PACKAGED WITH INCORRECT NUTS ARE: K7147, K7329, K8683, AND 104353. THESE PARTS WERE MADE FOR USE ON THE VARIOUS VEHICLES LISTED ABOVE.","THE NUTS INCLUDED IN THE PACKAGING FOR THESE BALL JOINT ASSEMBLIES ARE MISSING THE INTENDED PREVAILING TORQUE (SELF-LOCKING) FEATURE. IF THE INCORRECT NUT WAS TO BECOME LOOSE, THE JOINING MEMBERS MAY LOOSEN LEADING TO A SEPARATION OF THE BALL JOINT. THIS MAY RESULT IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","FEDERAL MOGUL WILL NOTIFY OWNERS AND REPLACE THE PARTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 22, 2008. OWNERS CAN CONTACT FEDERAL MOGUL AT 877-489-6659." -04/11/2008,08V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V171000),Vectrix Corporation,BATTERY MODULE INTERCONNECT CABLE,ELECTRICAL SYSTEM,V0801,Vehicle,137,VECTRIX IS RECALLING 616 MY 2007 BATTERY POWERED SCOOTERS. THE BATTERY MODULE INTERCONNECT CABLES CAN BECOME LOOSE AT THE BATTERY TERMINAL WITHIN THE BATTERY PACKS.,"IF LOOSE, THE BATTERY CAN OVERHEAT. OVERHEATING MAY CAUSE DAMAGE TO THE BATTERY PACKS AND POSSIBLY THE BIKE WHICH COULD RESULT IN A POTENTIAL FIRE HAZARD.","DEALERS WILL REPLACE THE BATTERY PACK. THE RECALL BEGAN ON APRIL 14, 2008. OWNERS MAY CONTACT VECTRIX AT 1-877-832-8749." -04/11/2008,08V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V165000),Ford Motor Company,DRIVE SHAFT,POWER TRAIN,08S04,Vehicle,3331,"FORD IS RECALLING 3,331 MY 2008 E-350 VEHICLES BUILT WITH A 138 INCH WHEEL BASE. THE DRIVE SHAFT MAY HAVE BEEN MANUFACTURED WITH A SLIP YOKE THAT HAS CRACKS. THE EFFECT OF THE CRACKS ON FATIGUE PERFORMANCE IS VARIABLE, BUT ON SOME YOKES WITH CRACKS, THE PERFORMANCE IS REDUCED BELOW DESIGN SPECIFICATION.",CRACKS IN THE SLIP YOKE WOULD PROGRESS OVER TIME AND THE SLIP YOKE COULD FRACTURE WITHOUT WARNING WHILE THE VEHICLE IS BEING DRIVEN ALLOWING THE DRIVE SHAFT TO SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL HAVE THE DRIVE SHAFT INSPECTED FOR MANUFACTURING DATE AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 14, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/11/2008,08V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V166000),Ford Motor Company,FMVSS 138/TIRE PRESSURE,TIRES,08C03,Vehicle,158,"FORD IS RECALLING 158 MY 2008 EXPEDITION AND LINCOLN NAVIGATOR VEHICLES EQUIPPED WITH A TIRE PRESSURE MONITORING SYSTEM (TPMS) AND THE LIMO BUILDERS PACKAGE FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, Z""TIRE PRESSURE MONITORING SYSTEMS."" THE TIRE PRESSURE WAS INCREASED FROM 35 PSI TO 40 PSI WITHOUT A COMMENSURATE UPDATE TO THE TPMS CALIBRATIONS.",THE TPMS INDICATOR LIGHT WILL NOT ILLUMINATE WHEN A TIRE PRESSURE IS IS 25% BELOW THE 40 PSI VALUE STATED ON THE TIRE PLACARD LABEL OCCURS.,"DEALERS WILL RECONFIGURE THE TPMS THRESHOLDS TO THE APPROPRIATE PRESSURES. THE RECALL BEGAN ON APRIL 23, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/11/2008,08V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V167000),"UNITED MOTORS OF AMERICA, INC",FUEL CAP ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1145,"UNITED MOTORS IS RECALLING 1,145 V2C-650 AND V2S-650 SERIES MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH FUEL TANK CAP GASKETS THAT PREVENT PROPER TANK VENTILATION.",THIS COULD RESULT IN VEHICLE STALLING WHICH COULD RESULT IN A CRASH AND/OR FUEL LEAKAGE WHICH COULD RESULT IN A FIRE.,DEALERS WILL MODIFY THE EXISTING GAS CAP GASKET. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT UNITED MOTORS AT 1-800-886-8599. -04/11/2008,08V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V168000),"KIDRON, INCORPORATED",G-RAIL-PINTLE HOOK ADAPTION,SUSPENSION,NR (Not Reported),Vehicle,706,KIDRON IS RECALLING 706 MY 2003-2008 VAN TRAILERS EQUIPPED WITH FIXED SPRING SUSPENSION WITH PINTLE HOOK OPTION INSTALLED. THE SUSPENSION MAY CRACK IN THE G-RAILS IN THE AREA BETWEEN THE PINTLE HOOK BOX ASSEMBLY ATTACHMENT AND THE REAR SPRING HANGER ATTACHMENT.,"CRACKS OVER TIME WILL CONTINUE UNTIL THE PINTLE HOOK BOX ATTACHMENT BECOMES UNSAFE FOR DOUBLES OPERATIONS, INCREASING THE RISK OF A CRASH.",KIDRON WILL ADD REINFORCEMENTS IN THE AFFECTED AREA DISTRIBUTING THE LOAD OVER A LONGER PART OF THE G-RAIL. THE RECALL BEGAN ON JUNE 2 2008. OWNERS MAY CONTACT KIDRON AT 800-321-5421. -04/11/2008,08V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V170000),"BMW of North America, LLC",REAR AXLE STABILIZER,SUSPENSION,NR (Not Reported),Vehicle,55,BMW IS RECALLING 55 MY 2008 X5 SPORT UTILITY VEHICLES FOR PROBLEMS WITH THE REAR AXLE STABILIZER (ANTI-SWAY BAR). THESE VEHICLES WERE EQUIPPED WITH A SPORTS-SUSPENSION STABILIZER RATHER THAN A STANDARD SUSPENSION STABILIZER ON THE REAR AXLE.,"IN CERTAIN DRIVING CONDITIONS, SUCH AS FAST LANE CHANGES AT HIGH SPEED, THE VEHICLE COULD EXPERIENCE AN 'OVER-STEER' BEHAVIOR AFFECTING VEHICLE HANDLING AND CONTROL, WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR AXLE STABILIZER. THE RECALL BEGAN ON MAY 14, 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117 OR VIA E-MAIL TO CUSTOMERRELATIONS@BMWUSA.COM." -04/11/2008,08V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V172000),New Horizons RV Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,327,NEW HORIZONS IS RECALLING 327 FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NEW HORIZONS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NEW HORIZONS AT 1-800-235-3140." -04/11/2008,08V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V169000),Honda (American Honda Motor Co.),WINDSHIELD WIPER MOTOR,VISIBILITY,Q78,Vehicle,351000,"HONDA IS RECALLING 351,000 MY 2003 ACCORD VEHICLES. IF WATER ENTERS THE WINDSHIELD WIPER MOTOR BREATHER PORT, WHICH IS DESIGNED TO ALLOW THE MOTOR TO VENT WARM AIR DURING NORMAL OPERATION, IT CAN RESULT IN CORROSION INSIDE THE MOTOR HOUSING. THIS CAN CAUSE A FAILURE OF THE ELECTRICAL CIRCUIT BREAKER INSIDE THE MOTOR HOUSING.","IF THE CIRCUIT BREAKER FAILS, IT WILL CAUSE THE WINDSHIELD WIPER MOTOR TO BECOME INOPERATIVE, WHICH CAN INCREASE THE LIKELIHOOD OF A CRASH IN CERTAIN CONDITIONS.","DEALERS WILL INSPECT THE WINDSHIELD WIPER MOTOR FOR SIGNS OF CORROSION. IF NO SIGNS OF CORROSION ARE PRESENT, A COVER WILL BE INSTALLED OVER THE WIPER MOTOR TO PREVENT WATER FROM ENTERING THE WIPER MOTOR HOUSING. IF SIGNS OF CORROSION DAMAGE ARE OBSERVED ON THE WIPER MOTOR, THE MOTOR WILL BE REPLACED. THE RECALL BEGAN ON JULY 17, 2008. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -04/10/2008,08V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V161000),Hyundai Motor America,AIR BAG SUPPRESSION & ACTIVATION/FMVSS 208,AIR BAGS,083,Vehicle,393308,"HYUNDAI IS RECALLING 393,308 MY 2006-2008 SONATA VEHICLES EQUIPPED WITH AN ADVANCED AIR BAG SYSTEM WHICH FEATURES AN OCCUPANT CLASSIFICATION SYSTEM (OCS) IN THE RIGHT FRONT SEAT. THE PURPOSE OF THE OCS IS TO DISABLE THE RIGHT PASSENGER SEAT FRONT AIR BAG WHEN IT DETECTS THE PRESENCE OF A CHILD RESTRAINT SYSTEM OR SMALL CHILD IN THE RIGHT FRONT SEAT. THE RIGHT FRONT AIR BAG IS DISABLED TO PREVENT INJURIES TO A CHILD THAT MAY RESULT FROM A RIGHT FRONT AIR BAG INFLATION DURING A CRASH.",MISCLASSIFICATION OF A SMALL STATURE ADULT AS A CHILD IN THE RIGHT FRONT PASSENGER SEAT MAY CAUSE THE RIGHT FRONT AIR BAG TO NOT INFLATE IN AN ACCIDENT THAT MERITS AIR BAG DEPLOYMENT AND MAY RESULT IN INJURY TO THE RIGHT FRONT OCCUPANT.,"DEALERS WILL VERIFY THAT THE OCS DOES NOT PROPERLY RECOGNIZE A PROPERLY SEATED ADULT OCCUPANT. AFTER VERIFICATION, DEALERS WILL REMOVE THE RIGHT FRONT SEAT CUSHION ASSEMBLY AND SHIP IT TO AN EVALUATION AND REPAIR FACILITY. THIS FACILITY WILL EVALUATE AND REPAIR OR REPROGRAM THE SEAT CUSHION AND OCS AS NECESSARY. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MAY 26, 2008. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -04/10/2008,08V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V164000),"FLEETWOOD ENTERPRISES, INC.",ENTRY STEP ATTACHMENT CRADLE/SUPPORT,STRUCTURE,80311,Vehicle,80,FLEETWOOD IS RECALLING 80 MY 2008-2009 PULSE AND ICON CLASS C MOTOR HOMES. THE ENTRY STEP ATTACHMENT CRADLE/SUPPORT MAY BEND CAUSING THE STEP TO BECOME UNSAFE.,INSUFFICIENT STRUCTURAL MATERIAL STRENGTH COULD INCREASE THE RISK OF PERSONAL INJURIES AND VEHICLE AND/OR OTHER PROPERTY DAMAGE.,"DEALERS WILL INSPECT AND REINFORCE THE ENTRY STEP ATTACHMENT CRADLE/SUPPORT FREE OF CHARGE. THE RECALL BEGAN ON MAY 28, 2008." -04/10/2008,08V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V163000),Blue Bird Body Company,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,R08NA,Vehicle,2129,"BLUE BIRD IS RECALLING 2,129 MY 2006-2008 ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN MAY 3, 2005 AND FEBRUARY 15, 2008, EQUIPPED WITH RICON MODEL 1200, 2000, AND 5500 PLATFORM STYLE WHEEL CHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"BLUE BIRD IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 28, 2008. OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR BLUE BIRD AT 1-478-822-2242." -04/10/2008,08E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E031000),SAF-Holland,TRANSVERSE BEAM,SUSPENSION,NR (Not Reported),Equipment,2065,"SAF-HOLLAND HAS REPORTED A SAFETY RELATED DEFECT IN 2,065 TRANSVERSE BEAM ASSEMBLIES, P/NOS. 90547733, 90547813, AND 90548443, INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN RECREATIONAL VEHICLES TO AID IN PROVIDING ROLL RESISTANCE OF THE DRIVE AXLE SUSPENSION SYSTEM. IN SOME INSTANCES THE TRANSVERSE BEAM WAS NOT PROPERLY WELDED WHICH COULD RESULT IN A FAILURE OF THE WELD.","IF THE WELD FAILS, VEHICLE STABILITY WHILE CORNERING COULD BE AFFECTED RESULTING IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A CRASH. IN ADDITION, THE TRANSVERSE BEAM COULD DROP TO THE GROUND CAUSING SPARKS THAT COULD CAUSE A FIRE HAZARD.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE TRANSVERSE BEAM ASSEMBLIES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2008. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR SAF-HOLLAND AT 231-773-3271. -04/10/2008,08V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V162000),Toyota Motor Engineering & Manufacturing,WINDOW REGULATOR BOLTS,VISIBILITY,80A 07273,Vehicle,662178,"TOYOTA IS RECALLING 662,178 MY 2003-2004 COROLLA, COROLLA MATRIX AND PONTIAC VIBE VEHICLES EQUIPPED WITH POWER WINDOWS. THE DRIVER AND FRONT PASSENGER DOOR GLASS BOLTS MAY LOOSEN AND COME OFF, CAUSING THE DOOR GLASS TO SEPARATE FROM THE WINDOW REGULATOR. DUE TO THE COMPONENTS BECOMING LOOSE AND POSSIBLY RATTLING, AN ABNORMAL NOISE MAY BE HEARD FROM THE DRIVER AND /OR FRONT PASSENGER DOOR WHEN OPERATING THE POWER WINDOWS.","THE DOOR GLASS MAY SEPARATE FROM THE WINDOW REGULATOR, BIND AND SHATTER DURING OPERATION OF THE POWER WINDOWS, CAUSING DRIVER DISTRACTION AND/OR INJURY.","DEALERS WILL REPLACE THE DRIVER AND FRONT PASSENGER DOOR GLASS BOLTS WITH NEWLY DESIGNED BOLTS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 16, 2008 TO TOYOTA OWNERS. THE RECALL BEGAN ON MAY 21, 2008, FOR PONTIAC OWNERS. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371 OR PONTIAC AT 1-800-620-7668." -04/09/2008,08V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V159000),"Daimler Trucks North America, LLC",DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,FL-528,Vehicle,900,"DAIMLER TRUCKS IS RECALLING 900 MY 2008 FREIGHTLINER ARGOSY, ARGOSY RHD, CASCADIA, COLUMBIA, CENTURY ST, CORONADO, STERLING ACTERRA, L-LINE AND WESTERN STAR 4900 TRUCKS EQUIPPED WITH BENDIX MV-3 DASH CONTROL VALVES. THE MOLDED VALVE BODY HAS AN INCORRECT CORE PIN IN THE INJECTION MOLD CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.","IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING REDUCED ABILITY FOR MODULATING THE SERVICE EMERGENCY BRAKES INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE MV-3 DASH VALVE FOR THE PRODUCTION DATE CODE. VALVES IN THE AFFECTED PRODUCTION LOTS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 9, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -04/09/2008,08V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V160000),"SAAB CARS USA, INC.",OCCUPANT PROTECTION IN INTERIOR IMPACT/FMVSS 201,SEATS,E080101/15204,Vehicle,57389,"SAAB IS RECALLING 57,389 MY 2002-2008 9-5 SERIES VEHICLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING COMPLIANCE TESTING, ONE OF THE UPPER INTERIOR OCCUPANT PROTECTION TEST POINTS EXCEEDED THE STANDARD'S REQUIREMENTS.","IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO OCCUPANTS MAY OCCUR.","DEALERS WILL INSTALL A-PILLAR TRIM WITH IMPROVED ENERGY-ABSORBING CAPABILITY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 25, 2008. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -04/08/2008,08V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V158000),"Kawasaki Motors Corp., U.S.A.",AIR CLEANER CASE INSPECTION/REPAIR,ENGINE AND ENGINE COOLING,MC 08-07,Vehicle,487,"KAWASAKI IS RECALLING 487 MY 2008 EX250J8F AND EX250J8FL MOTORCYCLES. AN ENGINE CRANKCASE VENT HOLE IN THE AIR FILTER BOX MAY BE BLOCKED. IF SO, AIR PRESSURE CAN BUILD UP INSIDE THE ENGINE, CAUSING THE CYLINDER HEAD COVER GASKET TO FAIL AND LEAK OIL.","IF ENOUGH OIL LEAKS FROM THE ENGINE, IT COULD DRIP OR SPRAY ONTO THE REAR TIRE. THIS CAN CREATE THE RISK OF A CRASH, POSSIBLY RESULTING IN INJURY OR DEATH.","DEALERS WILL INSPECT AND REPAIR THE AIR FILTER BOX AND REPLACE THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -04/08/2008,08T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T012000),Hercules Tire & Rubber Company,FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,2005,"HERCULES TIRE IS RECALLING 2,005 LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND JANUARY 12, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139,""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"HERCULES TIRE IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR HERCULES TIRE'S CONSUMER RELATIONS DEPARTMENT AT 800-677-9535." -04/08/2008,08V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V157000),"Volkswagen Group of America, Inc.",FUEL TANK ROLLOVER VALVE,"FUEL SYSTEM, GASOLINE",20L8/JY,Vehicle,68240,"VOLKSWAGEN IS RECALLING 68,240 MY 2001-2004 AUDI A6 QUATTRO VEHICLES EQUIPPED WITH 2.7L, 2.8L, OR 3.0L ENGINES AND MY 2001-2005 ALLROAD QUATTRO VEHICLES EQUIPPED WITH 2.7L OR 4.2L ENGINES. THE AGING OF THE PLASTIC MATERIAL IN THE FUEL TANK ROLLOVER VALVE COMBINED WITH BENDING STRESS FROM THE ALUMINUM VENTILATION LINE TO THE ROLLOVER VALVE NIPPLE MAY LEAD TO CRACKING OF THE NIPPLE. IF THIS HAPPENS, A FUEL LEAK MAY RESULT.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD LEAD TO A VEHICLE FIRE.,"DEALERS WILL REINFORCE THE NIPPLE ON THE ROLLOVER VALVE TO PREVENT LEAKAGE OR REPAIR THE CRACKING AT THE NIPPLE. THE RECALL BEGAN ON JUNE 27, 2008. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -04/07/2008,08V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V155000),Glaval Bus,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,466,"GLAVAL BUS IS RECALLING 466 BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"GLAVAL BUS IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL BEGAN ON MAY 10, 2008. OWNERS MAY CONTACT RICON AT 1-800-322-2884 OR GLAVAL BUS AT 1-574-262-2212." -04/07/2008,08V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V156000),"Volkswagen Group of America, Inc.",UNDERBODY HEAT SHIELDS/FUEL SYSTEM COMPONENTS,"FUEL SYSTEM, GASOLINE",26E5/R5,Vehicle,412000,"VOLKSWAGEN IS RECALLING 412,000 MY 1999-2005 PASSAT (5TH GENERATION) VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND PRODUCED AFTER JUNE 14, 1999. THESE VEHICLES MAY HAVE AN UNDERBODY HEAT SHIELD THAT CAN BECOME DAMAGED. IN ADDITION, AFFECTED VEHICLES WITH AUTOMATIC OR MANUAL TRANSMISSIONS MAY HAVE A FUEL LINE (1.8T ENGINES ONLY) OR FUEL TANK VENTILATION VALVE (4MOTION/ALL WHEEL DRIVE ONLY) THAT CAN LEAK DUE TO FRACTURE.","A HEAT SHIELD THAT MAY CONTACT THE EXHAUST SYSTEM CAN RESULT IN A VEHICLE FIRE. IN ADDITION, A FUEL LEAK FROM A FUEL LINE OR FUEL TANK VENTILATION VALVE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN LEAD TO A VEHICLE FIRE.","DEALERS WILL INSTALL ADDITIONAL UNDERBODY HEAT SHIELDS ON VEHICLES WITH AUTOMATIC TRANSMISSIONS TO COVER THE POSSIBLY DAMAGED AREAS AND FLASH ALL 1.8T ENGINES WITH A PRECAUTIONARY SOFTWARE UPDATE. DEALERS WILL ALSO INSPECT AND ADJUST THE FUEL LINE ROUTING ON 1.8T VEHICLES AND THE FUEL TANK VENTILATION VALVE ON 4MOTION/ALL WHEEL DRIVE VEHICLES, AND REPLACE COMPONENTS IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 13, 2008. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -04/03/2008,08V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V154000),"Daimler Trucks North America, LLC",POWER DISTRIBUTION MODULE/TAIL LAMP,EXTERIOR LIGHTING,FL-529,Vehicle,724,DAIMLER TRUCKS IS RECALLING 724 MY 2006-2007 BUSINESS CLASS M2 TRUCKS. THE OPTIONAL HIGH CURRENT TAIL LAMP POWER DISTRIBUTION MODULE (PDM) WAS INSTALLED IN A LOCATION HIGHLY SUSCEPTIBLE TO WATER INTRUSION. THIS MAY LEAD TO A LOSS OF REAR LIGHTING.,A LOSS OF SOME OR ALL REAR LIGHTING ON THE VEHICLE UNDER CERTAIN CONDITIONS MAY IMPAIR VISIBILITY OF THE TRUCK INCREASING THE RISK OF A CRASH.,"DEALERS WILL RELOCATE THE PDM TO INSIDE THE CAB BEHIND THE DRIVER'S SEAT FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 10, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -04/03/2008,08T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T014000),"Pirelli Tire, LLC",TREAD CRACKING/TREAD CHUNKOUT/POSSIBLE TREAD SEP,TIRES,NR (Not Reported),Tire,8273,"PIRELLI IS RECALLING 8,273 TIRES, SIZE LT 235/80 R 17 LOAD RANGE E, PRODUCED FROM JULY 11, 2005 TO OCTOBER 30, 2007. TREAD CHUNKING, TREAD CHUNKOUT, PARTIAL TREAD SEPARATION AND/OR BELT EDGE SEPARATION CAN OCCUR.",ANY OF THESE CONDITIONS CAN RESULT IN A VEHICLE CRASH.,"PIRELLI WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 28, 2008. OWNERS MAY CONTACT PIRELLI AT 1-800-747-3554, SELECT OPTION #2." -04/02/2008,08V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V152000),"Chrysler (FCA US, LLC)",ELECTRICAL CONNECTORS FOR TPMS,ELECTRICAL SYSTEM,H07,Vehicle,180963,"CHRYSLER IS RECALLING 180,963 MY 2007-2008 SEBRING AND DODGE AVENGER VEHICLES EQUIPPED WITH A STANDARD TIRE PRESSURE MONITORING SYSTEM (TPMS). UNUSED ELECTRICAL CONNECTORS FOR THE TPMS MAY BECOME CORRODED AND COULD SHORT CIRCUIT, WHICH CAN CAUSE A VARIETY OF CONDITIONS INCLUDING ENGINE NO-START, DEAD BATTERY, AN INOPERATIVE CRUISE CONTROL OR REMOTE START SYSTEM, AND/OR ENGINE STALLING.",ENGINE STALLING COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL SEAL THE WIRES FOR THE TPMS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 15, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -04/02/2008,08T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T013000),PRO COMPETITION TIRE COMPANY,FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,1206,"PRO COMP IS RECALLING 1,206 LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND JANUARY 12, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"PRO COMP IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR PRO COMP AT 1-866-232-0665." -04/01/2008,08T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T010000),Bridgestone Americas Tire Operations,FMVSS 119/ENDURANCE,TIRES,NR (Not Reported),Tire,143,"BFNT IS RECALLING 143 BRIDGESTONE V-STEEL G-TRACTION 24R21 TRUCK TIRES MANUFACTURED DURING THE MONTHS OF MARCH AND OCTOBER 2007. THESE TIRES FAIL TO CONFORM TO THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.","THE PURPOSE OF THIS STANDARD IS TO PROVIDE SAFE OPERATION PERFORMANCE LEVELS OF TIRES USED ON MOTOR VEHICLES WITH A GVWR OF MORE THAN 10,000 POUNDS.","BFNT WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 21, 2008." -04/01/2008,08T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T011000),"Nokian Tyres, Inc.",FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,931,"NOKIAN TYRES IS RECALLING 931 LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND FEBRUARY 8, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"NOKIAN TYRES IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR NOKIAN TYRES' CONSUMER RELATIONS DEPARTMENT AT 800-565-2525." -04/01/2008,08V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V150000),NOVA BUS INCORPORATED,FUEL SYSTEM/CUMMINS,ENGINE AND ENGINE COOLING,CR1219A,Vehicle,19,NOVA BUS IS RECALLING 19 MY 2003-2006 LFS TRANSIT BUSES BUILT WITH CUMMINS ISL ENGINES WHICH WERE EQUIPPED WITH CM850 FUEL SYSTEMS. THE ENGINE HIGH PRESSURE FUEL LINES FROM THE ENGINE HIGH PRESSURE PUMP TO THE ENGINE FUEL RAIL ARE PRONE TO FAILURE. FAILURE TYPICALLY OCCURS AT OR UNDER THE FUEL LINE FITTING ATTACHMENTS.,THE INTRODUCTION OF HIGH PRESSURE ATOMIZED FUEL INTO THE ENGINE COMPARTMENT CREATES A RISK OF FIRE DUE TO POSSIBLE IGNITION WHEN THE FUEL VAPOR COMES IN CONTACT WITH HOT SURFACES.,DEALERS WILL INSPECT AND REPLACE THE NECESSARY FUEL LINE FITTINGS AND BRACKETS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2008. OWNERS MAY CONTACT NOVA BUS AT 1-450-472-6410. -04/01/2008,08E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E030000),Norcold Inc.,REFRIGERATOR/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,264999,"NORCOLD IS RECALLING CERTAIN REFRIGERATORS, MODELS 1200LR, 1200LRIM, AND 1201LRIM, MANUFACTURED FROM MARCH 1, 1999 TO FEBRUARY 28, 2001, WITH COOLING UNITS SERIAL NUMBERS BETWEEN 1008701 AND 1273700. THE UNITS WERE INSTALLED AS ORIGINAL EQUIPMENT IN VARIOUS RECREATIONAL VEHICLES. A FATIGUE FAILURE IN THE SECTION OF THE COOLING UNIT WHICH CONTAINS THE REFRIGERANT COULD ALLOW THE LIQUID SOLUTION TO SLOWLY LEAK. IF A LEAK OCCURS AND THE REFRIGERATOR CONTINUES TO BE OPERATED AFTER SOLUTION CIRCULATION HAS CEASED THE HEAT SOURCE COULD GENERATE VERY HIGH TEMPERATURES. AT SUCH HIGH TEMPERATURES, THE STEEL MATERIAL OF THE COOLING UNIT COULD SOFTEN AND RUPTURE. NORCOLD IS WORKING TO IDENTIFY THE NUMBER OF REFRIGERATORS THAT WERE MANUFACTURED WITH THIS CONDITION.","IF REFRIGERANT GAS IS STILL IN PLACE WHEN THE RUPTURE OCCURS, HYDROGEN GAS MAY BE EXPELLED AND COULD BE IGNITED BY THE HIGH TEMPERATURE, POSSIBLY CAUSING A FIRE.","NORCOLD IS WORKING WITH THE RV MANUFACTURERS TO NOTIFY OWNERS AND REPAIR THE COOLING UNITS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 18, 2008. OWNERS MAY CONTACT NORCOLD AT 1-800-767-9101." -03/31/2008,08E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E029000),Toyota Motor Corporation,AFTERMARKET ALLOY WHEEL LUG NUTS,WHEELS,NR (Not Reported),Equipment,216,"SOUTHEAST TOYOTA IS RECALLING ALLOY WHEEL LUG NUTS USED FOR THE 18"" DIAMOND FINISH 5-SPOKE ALLOY WHEELS AND 20"" PAINTED ALLOY WHEELS WITH 6-DUAL SPOKES SOLD AS AN UPGRADE PACKAGE FOR 2007 TOYOTA TUNDRA MODEL VEHICLES. THE WHEEL NUTS CAN CRACK AND BREAK IF THE WHEELS ARE NOT INSTALLED CAREFULLY OR NOT CAREFULLY TIGHTENED. THIS WHEEL NUT CONDITION COULD OCCUR AT THE TIME OF WHEEL INSTALLATION, TIRE ROTATION, OR SERVICE.",CRACKED OR BROKEN WHEEL NUTS COULD RESULT IN A VEHICLE CRASH.,"SOUTHEAST TOYOTA WILL NOTIFY OWNERS AND REPLACE THE WHEEL NUTS WITH A MORE ROBUST WHEEL NUT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 21, 2008. OWNERS MAY CONTACT SOUTHEAST TOYOTA CUSTOMER LOYALTY DEPARTMENT TOLL-FREE AT 800-301-6859." -03/31/2008,08E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E028000),"TBEI, INCORPORATED",TRUCK HOISTS TENSION ARM WELDS,EQUIPMENT,NR (Not Reported),Equipment,605,"TBEI IS RECALLING 605 CRYSTEEL TRUCK HOISTS MANUFACTURED BETWEEN JANUARY 23 AND MARCH 19, 2008. THE AFFECTED HOISTS WERE SOLD ONLY AS AFTER MARKET FOR USE ON DUMP TRUCK APPLICATIONS. EACH TENSION ARM OF THE HOIST WAS SUPPOSED TO HAVE 6 WELDS. INSTEAD, EACH ARM MAY HAVE ONLY 5 WELDS. THE STRESS ON EACH TENSION ARM OF A HOIST WITH 5 WELDS WAS SIGNIFICANTLY MORE THAN IT WOULD BE WITH 6 WELDS.","THESE STRESSES COULD ULTIMATELY CAUSE A PREMATURE FAILURE OF THE HOIST WHICH COULD RESULT IN THE LOWER ARMS BREAKING AND THE BODY FALLING. THE SUDDEN JOLT OF THE FALLING BODY HITTING THE TRUCK FRAME COULD CAUSE THE VEHICLE TO BOUNCE, POSSIBLY CAUSING THE DRIVER TO LOSE CONTROL, INCREASING THE RISK OF A CRASH.","TBEI WILL NOTIFY OWNERS AND REPAIR THE HOISTS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 21, 2008. OWNERS MAY CONTACT TBEI AT 952-941-0752." -03/28/2008,08E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E027000),"AFFINIA GROUP, INC.",CHASSIS TIE RODS,STEERING,NR (Not Reported),Equipment,5700,"AFFINIA IS RECALLING 5,700 AFTERMARKET CHASSIS TIE ROD ASSEMBLIES MANUFACTURED FROM MARCH 28, 2006 THROUGH MARCH 17, 2008, SOLD FOR USE ON MY 1998 AND 1999 DODGE RAM 2500 AND 3500 HEAVY DUTY TRUCKS. THE DUST SEAL SUPPLIED WITH THE CHASSIS TIE RODS WERE MANUFACTURED TO THE WRONG SPECIFICATION. AS A CONSEQUENCE, THE DUST SEAL MAY PREVENT THE BALL STUD OF THE CHASSIS TIE ROD FROM PROPERLY SEATING INTO THE TAPER OF THE VEHICLE STEERING KNUCKLE DURING AFTERMARKET INSTALLATION.","IF THIS CONDITION REMAINS UNDETECTED, THE BOLT CAN EVENTUALLY UNSEAT COMPLETELY, CAUSING THE AFFECTED WHEEL TO DISENGAGE FROM THE STEERING MECHANISM, POSSIBLY RESULTING IN A CRASH.",AFFINIA WILL NOTIFY OWNERS AND REPLACE THE AFFECTED CHASSIS TIE ROD ASSEMBLIES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2008. OWNERS MAY CONTACT AFFINIA AT 734-827-5400. -03/28/2008,08T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T009000),Goodyear Tire & Rubber Company,FMVSS 139/LABELING,TIRES,NR (Not Reported),Tire,18,"GOODYEAR TIRE IS RECALLING 18 GOODYEAR EAGLE RS-A, SIZE P235/55R18 99V, MANUFACTURED DURING THE WEEK OF JANUARY 7, 2008, WHICH FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" THESE TIRES HAVE THE CORRECT FULL TIN ON ONE SIDEWALL BUT DO NOT CONTAIN THE CORRECT PARTIAL TIN ON THE OTHER SIDEWALL.","THE PURPOSE OF THIS STANDARD IS TO ESTABLISH SPECIFIC TIRE DIMENSIONS, TEST REQUIREMENTS, LABELING REQUIREMENTS, AND DEFINES TIRE LOAD RATINGS.","GOODYEAR WILL NOTIFIY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 10, 2009. OWNERS MAY CONTACT GOODYEAR CONSUMER RELATIONS TOLL-FREE AT 1-800-321-2136." -03/28/2008,08C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C006000),"Evenflo Company, Inc.",INCOMPLETE HANDLE RELEASE ASSEMBLY,CHILD SEAT,NR (Not Reported),Child Seat,1038,"EVENFLO IS RECALLING 1,038 DISCOVERY INFANT CHILD RESTRAINTS, MODELS 3021769Z AND 3021854Z, MANUFACTURED ON FEBRUARY 4, 2008. DUE TO A MANUFACTURING VARIABILITY, SOME UNITS MAY HAVE BEEN PRODUCED WITHOUT COMPLETE ASSEMBLY OF THE RELEASE HANDLE LOCATED ON THE BACK OF THE SEAT.","UNDER CERTAIN CONDITIONS, THE SEAT MAY BECOME SEPARATED FROM THE BASE, POTENTIALLY RESULTING IN SERIOUS INJURY TO THE CHILD.","EVENFLO WILL NOTIFY OWNERS AND OFFER A FREE REPLACEMENT SEAT. OWNERS SHOULD CONTACT EVENFLO TOLL-FREE AT 1-800-233-5921 TO OBTAIN A REPLACEMENT SEAT. OWNERS AND CAREGIVERS SHOULD CONTINUE USING THE SEAT IN THE VEHICLE WITHOUT THE CONVENIENCE BASE WHILE WAITING FOR THE REPLACEMENT SEAT TO ARRIVE. THE RECALL BEGAN ON APRIL 1, 2008. MODEL NUMBERS THAT DO NOT BEGIN WITH ""302"" AND END WITH A ""Z"" ARE NOT INCLUDED IN THIS CAMPAIGN." -03/28/2008,08V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V147000),GOSHEN COACH,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,518,"GOSHEN COACH IS RECALLING 518 MY 2005-2008 GCII, PACER II, PACER LS, PACER LTD, SENTINEL, AND EUROSHUTTLE BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,GOSHEN COACH IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GOSHEN COACH AT 1-574-970-6300. -03/28/2008,08V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V149000),"Winnebago Industries, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,31,"WINNEBAGO IS RECALLING 31 MY 2006-2008 JOURNEY, VOYAGE, MY 2006-2007 SIGHTSEER, MY 2006 ADVENTURER, MINNIE WINNIE, MY 2007 ACCESS, TOUR, VECTRA, ITASCA CAMBRIA, AND MY 2007-2008 ITASCA HORIZON MOTOR HOMES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"WINNEBAGO IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). THE RECALL BEGAN ON APRIL 9, 2008. OWNERS MAY CONTACT RICON AT 1-818-267-3000." -03/27/2008,08E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E026000),"TRUXXX MANUFACTURING, LLC",AFTERMARKET SUSPENSION KITS,EQUIPMENT,08-01BLK,Equipment,338,"TRUXXX IS RECALLING 338 AFTERMARKET REPLACEMENT WELDED 3"" LIFT BLOCKS FOR REAR SUSPENSIONS, PART NO. 206073, INCLUDED IN SUSPENSION KIT NOS. 108035 AND 108036, SOLD BETWEEN JULY 26, 2007 AND MARCH 4, 2008, FOR USE ON FORD MY 2005-2008 F-250 SUPERDUTY 4X4 LIGHT TRUCKS. COMPRESSIVE FORCES OF THE WELDED LIFT BLOCKS RESULTING FROM FORESEEABLE AND EXCESS VEHICLE PAYLOADS AS WELL AS OVER-TIGHTENING OF THE U-BOLTS DURING INSTALLATION MAY DISTORT THE BLOCKS, REDUCING THE INTENDED CLAMPING FORCE OF THE U-BOLTS.",THIS COULD ALLOW POSSIBLE SHIFTING AND DAMAGE TO THE REAR DRIVE SHAFT AND AXLE.,"TRUXXX WILL NOTIFY CUSTOMERS/INSTALLERS AND WILL REPLACE AFFECTED WELDED LIFT BLOCKS WITH EITHER NON-WELDED ALUMINUM OR CAST IRON BLOCKS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 16, 2008. OWNERS MAY CONTACT TRUXXX AT 1-800-381-8320." -03/26/2008,08E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E025000),"Piaggio Group Americas, Inc.",BRACKET FOR THE ACCESSORY TOP CASE,EQUIPMENT,NR (Not Reported),Equipment,128,PIAGGIO IS RECALLING 128 TOP CASES SOLD AS AN MOTO GUZZI ACCESSORY FOR MY 2007 AND 2008 MOTO GUZZI NORGE MOTORCYCLES. THE LOCATING TAB ON THE TOP CASE MOUNTING BRACKET CAN BREAK POSSIBLY ALLOWING THE TOP CASE TO FALL OFF THE MOTORCYCLE.,A VEHICLE CRASH COULD OCCUR SHOULD THE TOP CASE FALL FROM THE MOTORCYCLE AND BECOME AN OBSTACLE TO OTHER MOTORISTS.,"MOTO GUZZI WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE MOUNTING BRACKET WITH A NEW BRACKET. THE RECALL BEGAN ON JUNE 24, 2008. OWNERS MAY CONTACT MOTO GUZZI CUSTOMER CARE AT 1-212-380-4400, OPTION #4." -03/26/2008,08V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V148000),"Piaggio Group Americas, Inc.",BRAKE LINE LEAK,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,329,PIAGGIO IS RECALLING 329 MY 2007-2008 APRILIA TUONO 1000 R MOTORCYCLES. A LEAK CAN OCCUR THE FRONT BRAKE HYDRAULIC LINE.,"THIS CAN CAUSE A LOSS OF BRAKE PRESSURE AT THE FRONT BRAKES, INCREASING THE RISK OF A CRASH.","THE FRONT BRAKE LINE WILL BE REPLACED ON ALL AFFECTED MOTORCYCLES. THE RECALL BEGAN ON MAY 20, 2008. OWNERS MAY CONTACT PIAGGIO AT 1-212-380-4400, OPTION #4." -03/26/2008,08V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V144000),"Mack Trucks, Inc.",CHECK VALVE MISSING/BENDIX SR-7,"SERVICE BRAKES, AIR",SC0337,Vehicle,218,MACK IS RECALLING 218 MY 2006-2007 MR TRUCKS. A CHECK VALVE WAS OMITTED FROM THE SECONDARY SUPPLY PORT OF THE SR-7 SPRING BRAKE MODULATING VALVE.,"AS A RESULT, AN AIR LEAK IN THE SECONDARY OR PRIMARY SYSTEM MAY RESULT IN THE PARK BRAKES INADVERTENTLY APPLYING, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A CHECK VALVE TO THE SECONDARY SUPPLY PORT OF THE SR-7 SPRING BRAKE MODULATING VALVE AND WILL ALSO REPAIR THE SR-7 VALVE BY APPLYING A CHECK VALVE REPAIR KIT AS REQUIRED FOR THE BENDIX SAFETY RECALL (PLEASE SEE 07E-037). THE RECALL BEGAN ON APRIL 15, 2008. OWNERS MAY CONTACT MACK AT 1-800-528-6586." -03/26/2008,08V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V145000),"Triumph Motorcycles America, Ltd.",FMVSS 120/PART 567/INCORRECT INFORMATION ON LABELS,EQUIPMENT,392,Vehicle,356,"TRIUMPH IS RECALLING 356 MY 2008 ROCKET III TOURING MOTORCYCLES FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS,"" AND PART 567, ""CERTIFICATION."" THE CERTIFICATION LABEL, LOCATED ON THE LEFT FRONT FRAME TUBE, INCLUDES INCORRECT INFORMATION REGARDING TIRE SIZES AND PRESSURES, AS WELL AS AN INCORRECT GROSS VEHICLE WEIGHT RATING (GVWR).",AN OWNER MAY UNDER-INFLATE THE FRONT TIRE IF USING THE INCORRECT INFORMATION. UNDER-INFLATION MAY CAUSE A TIRE TO SLIP OR COME OFF THE RIM CAUSING A LOSS OF CONTROL WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL A NEW CERTIFICATION LABEL. THE RECALL BEGAN ON APRIL 23, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-539-8782." -03/26/2008,08T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T006000),TBC Corporation,FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,17014,"TBC CORPORATION IS RECALLING 17,014 VARIOUS LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND FEBRUARY 2, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES. AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"TBC IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 18, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR TBC AT 1-901-363-8030." -03/26/2008,08T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T007000),"AMERICAN CAR CARE CENTERS, INC.",FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,1018,"ACCC IS RECALLING 1,018 AMERICAN PROSPECTOR A/T LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND FEBRUARY 2, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES. AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"ACCC IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR ACCC AT 410-296-7513." -03/26/2008,08T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T008000),SURE TIRE COMPANY,FMVSS 139/SIDEWALL SEPARATION/COOPER TIRE,TIRES,150,Tire,295,"SURE TIRE IS RECALLING 295 LOAD RANGE E TIRES, SIZE LT265/75R16, PRODUCED BETWEEN DECEMBER 9, 2007 AND DECEMBER 15, 2007. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES. AFTER TESTING, A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"SURE TIRE IS WORKING WITH COOPER TIRE TO NOTIFY OWNERS. THE AFFECTED TIRES WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288 OR SURE TIRE CONSUMER RELATIONS DEPARTMENT AT 866-882-1612." -03/26/2008,08V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V146000),"Navistar, Inc.",FRONT AXLE WHEEL BEARINGS,SUSPENSION,08504,Vehicle,330,"INTERNATIONAL IS RECALLING 330 MY 2008-2009 4000 SERIES TRUCKS AND 3000 RE, FBC, AND SFC BUSES. A MANUFACTURING DEFECT IN THE SUBASSEMBLY OF THE FRONT AXLE WHEEL HUBS RESULTED IN THE BEARINGS BEING INADEQUATELY LUBRICATED. THIS CONDITION COULD CAUSE THE FRONT AXLE BEARINGS TO OVERHEAT WHICH CAN RESULT IN BEARING SPALLING, SEIZING, OR RELATED DAMAGE.","SUCH DAMAGE MAY RESULT IN WHEEL LOCKUP OR FRONT WHEEL SEPARATION ON THE HIGHWAY WITH LITTLE OR NO WARNING TO THE DRIVER, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE FRONT AXLE BEARINGS AND, IF NECESSARY, REPLACE AND/OR PROPERLY LUBRICATE THE BEARINGS. THE RECALL BEGAN ON MAY 23, 2008. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -03/26/2008,08V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V141000),Honda (American Honda Motor Co.),FUEL VALVE (PETCOCK),"FUEL SYSTEM, GASOLINE",Q75,Vehicle,38934,"HONDA IS RECALLING 38,934 MY 2006-2007 VT600 AND MY 2007-2008 VT750 AND VTX1300 MOTORCYCLES. THE MOTORCYCLES MAY HAVE AN IMPROPERLY MANUFACTURED FUEL CONTROL VALVE DIAPHRAGM AND THE FUEL VALVE MAY DRIP FUEL.","IN THE PRESENCE OF AN IGNITION SOURCE, DRIPPING FUEL POSES THE RISK OF FIRE.","DEALERS WILL REPLACE THE FUEL CONTROL VALVE DIAPHRAGM ASSEMBLY, FREE OF CHARGE. THE RECALL BEGAN ON APRIL 22, 2008. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -03/26/2008,08V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V139000),"Mitsubishi Motors North America, Inc.",IGNITION /PARKING INTERLOCK SYSTEM,ELECTRICAL SYSTEM,SR-08-003,Vehicle,116600,"MITSUBISHI IS RECALLING 120,000 MY 2004-2006 ENDEAVOR PASSENGER VEHICLES. DURING VEHICLE USE, THE IGNITION KEY INTERLOCK CABLE (WHICH IS A COMPONENT OF THE INTERLOCK SYSTEM) MAY ALLOW THE INTERLOCKING CAM TO FALL FORWARD AND ALLOW THE IGNITION KEY TO BE REMOVED FROM THE IGNITION SWITCH WHEN THE GEARSHIFT MECHANISM IS NOT IN THE PARK POSITION.","IF THE DRIVER DOES NOT SHIFT TO PARK BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT AND CORRECT THESE VEHICLES FOR THE REPORTED CONDITION. THE RECALL WILL BEGIN ON JULY 7, 2008. OWNERS MAY CONTACT MITSUBISHI AT 1-888-648-7820." -03/25/2008,08V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V137000),"Daimler Trucks North America, LLC",8K THIN SPINDLE-NUT/ARVINMERITOR/AXLE ALLIANCE,POWER TRAIN,FL-527,Vehicle,28764,"DAIMLER TRUCKS IS RECALLING 28,764 MY 2001 THROUGH 2008 FCCC B2 AND FS65 SCHOOL BUS CHASSIS, FCCC FB65 CONVENTIONAL BUSES, AND STERLING ACTERRA, FREIGHTLINER FLN, AND BUSINESS CLASS M2 HEAVY TRUCKS, BUILT FROM JANUARY 26, 2000, THROUGH MARCH 24, 2008, MANUFACTURED WITH ARVINMERITOR OR AXLE ALLIANCE COMPANY 6,000 THROUGH 8,000 POUND FRONT AXLES UTILIZING A FOUR PIECE SPINDLE-NUT SET. THESE AXLE ASSEMBLIES MAY HAVE BEEN PRODUCED WITH A THIN SPINDLE NUT WHICH MAY LEAD TO INCORRECT END PLAY, CONE SPIN, EXCESSIVE HEAT, DEGRADATION OF LUBRICATION, WEAR OF THE SPINDLE NUT AND BEARING JOURNAL, OIL CONTAMINATION WITH METAL SHAVINGS, AND PREMATURE BEARING FAILURE.",CONTINUED OPERATION MAY LEAD TO WHEEL SEPARATION AND POSSIBLY A VEHICLE CRASH.,"DAIMLER TRUCKS WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 8, 2009. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -03/25/2008,08V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V142000),KALYN/SIEBERT,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,NR (Not Reported),Vehicle,8,"KALYN/SIEBERT IS RECALLING 8 MY 2007 KALYN LBO-5-60/70T, LBO-4-60T OILFIELD LOWBOY TRAILER AND MY 2008 SIEBERT 40T3AJ TRAILER EQUIPPED WITH SAF-HOLLAND SIMPLEX FIFTH WHEELS. THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","KALYN/SIEBERT IS WORKING WITH SAF-HOLLAND. SAF-HOLLAND WILL SEND A REPAIR KIT TO OWNERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 26, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-888-396-6501 EXT. 4343 OR KALYN/SIEBERT AT 1-254-865-7235." -03/25/2008,08V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V136000),Newell Coach Corp.,LEVELING SYSTEM/VALID,SUSPENSION,NR (Not Reported),Vehicle,65,NEWELL IS RECALLING 65 MY 2006-2007 MOTOR HOMES EQUIPPED WITH A VALID MANUFACTURING LEVELING SYSTEM. THE AUTOMATIC HEIGHT CONTROL SYSTEM MAY INADVERTENTLY GO INTO A MODE THAT ALLOWS AIR TO PASS FROM ONE SIDE TO THE OTHER SIDE IN THE REAR SUSPENSION AIR BAGS.,"DURING TRAVEL, THE COACH MAY LEAN TO ONE SIDE OR THE OTHER INCREASING THE RISK OF A CRASH.","DEALERS WILL UPDATE THE FIRMWARE IN THE ELECTRONIC KEYPAD CONTROL MODULE LOCATED IN THE DASH OF THE COACH FREE OF CHARGE. THE BEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -03/25/2008,08V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V138000),"MILLENNIUM TRANSIT SERVICES, LLC",STEERING MITER BOX BRACKET,STEERING,08-001,Vehicle,23,MILLENNIUM TRANSIT IS RECALLING 23 MY 2006 R80THN TRANSIT BUSES. THE STEERING MITER BOX BRACKET IS MOUNTED ON A STRUCTURAL BEAM BELOW THE DRIVER AND HOLDS THE MITER GEAR WHICH CONNECTS THE STEERING COLUMN TO THE STEERING SHAFT AND STEERING GEAR.,"SHOULD THERE BE A FAILURE OF THE WELDS HOLDING THIS BRACKET TOGETHER, THE RESULT WOULD BE A LOSS OF STEERING OR CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL SHIP REPLACEMENT PART BRACKETS ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2008. OWNERS MAY CONTACT MILLENNIUM TRANSIT AT 1-575-347-7534." -03/24/2008,08V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V140000),Keystone RV Company,LOOSE LP REGULATOR SUPPLY HOSE/MANIFOLD,EQUIPMENT,08-105,Vehicle,120,KEYSTONE RV IS RECALLING 120 MY 2008 SPRINGDALE TRAVEL TRAILERS. THE LIQUID PROPANE (LP) REGULATOR SUPPLY HOSE TO THE MANIFOLD MAY NOT BE PROPERLY TIGHTENED AT THE REGULATOR.,"A PROPANE LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.",DEALERS WILL VERIFY THAT THE PROPANE HOSE CONNECTION IS TIGHTENED PROPERLY AND DOES NOT LEAK. NO VEHICLES HAVE BEEN SOLD. ALL VEHICLES WILL BE REPAIRED AT THE DEALERS. -03/24/2008,08V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V135000),"Subaru of America, Inc.",REAR GATE STAY ATTACHMENT BOLT BREAKAGE,LATCHES/LOCKS/LINKAGES,WVD-14,Vehicle,36791,"SUBARU IS RECALLING 36,791 MY 2002-2003 IMPREZA WAGONS. THE STUD BOLT(S) OF REAR GATE STAY MAY HAVE BEEN TIGHTENED WITH INSUFFICIENT TIGHTENING TORQUE AND A GAP MAY HAVE RESULTED BETWEEN THE REAR GATE PANEL AND STUD BOLT BASE. AFTER REPEATED REAR GATE OPERATIONS (OPENING AND CLOSING), THE REAR GATE INNER PANEL AT THE WELDING NUT MAY BREAK, WHICH WILL LEAD TO DETACHMENT OF THE REAR GATE STAY, AND THE REAR GATE DROPPING DOWN.","IN CASE SOMEONE IS UNDERNEATH OR NEAR THE REAR GATE, THERE IS A POSSIBILITY THAT A DROPPING REAR GATE PANEL MAY HIT THEM INCREASING THE RISK OF INJURIES.","DEALERS WILL INSPECT TO SEE IF THERE IS ANY GAP AT THE STUD BOLT OF THE REAR GATE STAY INSTALLATION. IF A GAP IS FOUND, THE STUD BOLT WILL BE REMOVED TO CHECK FOR DAMAGE TO THE WELDING NUT. IF THE WELD NUT IS CRACKED, THE REAR GATE STAY WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 2, 2008. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -03/24/2008,08V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V134000),Daimler Buses North America,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,334,"DAIMLER BUSES OF NORTH CAROLINA (DBNC) IS RECALLING 334 MY 2005-2006 SPRINTER 2500 AND MY 2003, 2005-2007 SPRINTER 3500 BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATION IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,DBNC IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFTS FREE OF CHARGE (PLEASE SEE 07E095). OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR DBNC AT 1-905-403-7807. -03/24/2008,08V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V143000),Tadano America Corporation,WHEEL HUB BEARING BREAKS,SUSPENSION,NR (Not Reported),Vehicle,39,"TADANO IS RECALLING 39 MY 2005-2007 ATF110G-5, ATF160G-5, AND MY 2006-2007 ATF220G-5 ALL TERRAIN CRANES EQUIPPED WITH 5 AXLES. WHILE IN THE DOLLY CONFIGURATION, THE THIRD AXLE WHEEL HUB MAY BREAK, ALLOWING IT TO FALL OFF WHILE DRIVING.","IF THE WHEEL HUB BEARING BROKE WHILE DRIVING, THE WHEEL HUB WILL FALL OFF ON THE ROAD, INCREASING THE RISK OF A CRASH.","TADANO WILL CHANGE THE WHEEL HUB BEARING TO A LARGER SIZE WITH SECURE STRENGTH. THE RECALL BEGAN ON APRIL 1, 2008. OWNERS MAY CONTACT TADANO AT 1-281-869-5925." -03/21/2008,08V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V128000),PACCAR Incorporated,DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,08KW3 308E,Vehicle,1043,"PACCAR IS RECALLING 1,043 MY 2008-2009 KENWORTH C500, T2000,T660, T800 AND W900 TRUCKS EQUIPPED WITH BENDIX MV-3 DASH CONTROL VALVES. THE MOLDED VALVE BODY HAS AN INCORRECT CORE PIN IN THE INJECTION MOLD CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.","IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING REDUCED ABILITY FOR MODULATING THE SERVICE EMERGENCY BRAKES. IN SUCH AN EVENT, THE OPERATOR SHOULD OBSERVE AN AIR LEAK, INDICATIONS OF LOW AIR PRESSURE VIA THE PRIMARY AND SECONDARY AIR GAUGES, AND AUDIBLE AND VISUAL LOW AIR PRESSURE WARNING ALARMS. A VEHICLE CRASH IS POSSIBLE IF THESE WARNINGS ARE NOT HEEDED.","DEALERS WILL REPLACE THE BENDIX MV-3 DASH CONTROL VALVES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 14, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-4196." -03/21/2008,08E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E024000),"EBL ENTERPRISES, INC.",FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,48059,"EBL ENTERPRISES IS RECALLING AN UNDETERMINED QUANTITY OF MOTORCYCLE HELMETS, 100 SERIES AND 200 SERIES (XL), FOR FAILING TO CONFORM TO THE IMPACT ATTENUATION, PENETRATION, AND LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE HELMET WEARER MAY BECOME SERIOUSLY INJURED WITHOUT ADEQUATE PROTECTION.","DEALERLEATHER WILL OFFER A REFUND OR REPLACE ANY NONCOMPLIANT HELMET WITH A HELMET THAT MEETS FEDERAL STANDARDS. THE RECALL BEGAN ON MAY 9, 2008." -03/21/2008,08V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V129000),"Big Bear American Made Choppers, Inc.",FRAME FAILURE,STRUCTURE,1B9/631,Vehicle,1152,"BIG BEAR CHOPPER IS RECALLING CERTAIN MY 2004-2006 DEVIL'S ADVOCATE CHOPPERS, SLED CHOPPERS, VENOM CHOPPERS DEVIL'S ADVOCATE PROSTREET, SLED PROSTREET, AND VENOM PROSTREET MOTORCYCLES. SOME MOTORCYCLES MAY HAVE INADEQUATE WELD PENETRATION BETWEEN THE NECK, BACKBONE, AND DOWN TUBES OF THE FRAME. HIGH LOADS CREATED WHEN RIDING ON ROUGH ROAD SURFACES, STRUCTURAL MODIFICATION MADE TO THE FRAME BY OWNERS, AND/OR FAILURE TO MAINTAIN THE SPECIFIED TORQUE SETTING OF THE TOP MOTOR MOUNT MAY CAUSE THE AFFECTED WELDS TO CRACK.",THE WELDED AREA COULD BREAK WITHOUT WARNING RESULTING IN NECK SEPARATION AND FRONT-END COLLAPSE. THIS COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT AND MAINTAIN THE PROPER TORQUE OF THE TOP MOTOR MOUNT OR MODIFY THE FRAME AS NECESSARY. THE RECALL BEGAN ON MARCH 26, 2008. BIG BEAR HAS ADDED ADDITIONAL MAKES, MODELS AND MODEL YEARS. ADDITIONAL OWNER LETTERS WILL BE MAILED BEGINNING DECEMBER 18, 2008. OWNERS MAY CONTACT BIG BEAR CHOPPER AT 1-909-878-4340." -03/20/2008,08V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V126000),Van Hool N.V.,B+ ALTERNATOR CABLE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,447,VAN HOOL IS RECALLING 447 MY 2006-2007 C2045 MOTOR COACHES. THE B+ ALTERNATOR CABLE RETENTION ON THE C13 ENGINES MAY FAIL. THE FAILURE WOULD CONSIST OF BREAKAGE OF THE B+ RING TERMINAL.,THE POSITIVE BATTERY CABLE DETACHING FROM THE REAR OF THE ALTERNATOR CAN CAUSE CABLE GROUNDING. THIS MAY RESULT IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE NECESSARY CABLES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 20, 2008. OWNERS MAY CONTACT VAN HOOL AT 407-656-7977." -03/20/2008,08V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V127000),"Coachmen RV Company, LLC",CRANKSHAFT POSITION SENSOR/CHRYSLER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,COACHMEN IS RECALLING 2 MY 2009 PRISM CLASS C MOTOR HOMES BUILT ON CHRYSLER MY 2007 DODGE OR FREIGHTLINER SPRINTER CHASSIS EQUIPPED WITH 3.0L DIESEL ENGINES. THE CRANKSHAFT POSITION SENSOR MAY HAVE BEEN MANUFACTURED INCORRECTLY. THE ENGINE COULD FAIL DUE TO SEPARATION OF BOND WIRES FROM THE LEAD FRAME IN THE SENSOR. THIS RESULTS IN AN INTERRUPTION IN THE ELECTRICAL CONNECTION IN THE CHIP HOUSING OF THE SENSOR.,THIS COULD CAUSE THE VEHICLE'S ENGINE TO STALL OR NOT START UNDER CERTAIN CONDITIONS INCREASING THE RISK OF A CRASH.,COACHMEN IS WORKING WITH CHRYSLER TO REPLACE THE CRANKSHAFT SENSORS FREE OF CHARGE (PLEASE SEE 07V594). THE TWO VEHICLES INVOLVED ARE STILL IN COACHMEN'S POSSESSION AND WILL BE REMEDIED PRIOR TO BEING SHIPPED TO DEALERS. -03/20/2008,08V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V124000),Road Systems Incorporated,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,WR03070801,Vehicle,100,"ROAD SYSTEMS IS RECALLING 100 MY 2006 ROAD SYSTEMS DAAA-01 DOLLIES EQUIPPED WITH HOLLAND SIMPLEX SE OR SE II FIFTH WHEELS, THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER. THE RECALL BEGAN ON APRIL 2, 2008. OWNERS MAY CONTACT ROAD SYSTEMS AT 501-279-0991." -03/20/2008,08E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E023000),OZNIUM LLC,FMVSS 108/HID CONVERSION KITS/EXCESSIVE GLARE,EXTERIOR LIGHTING,NR (Not Reported),Equipment,409,"OZNIUM IS RECALLING 409 HID HEADLIGHT KITS SOLD FOR USE AS AFTERMARKET PARTS FOR MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE KITS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC WHICH MAY RESULT IN A VEHICLE CRASH.,"OZNIUM WILL NOTIFY OWNERS AND OFFER A REFUND FOR THE NONCOMPLIANT KITS. THE RECALL BEGAN ON APRIL 14, 2008. OWNERS MAY CONTACT OZNIUM TOLL-FREE AT 800-245-8131." -03/20/2008,08V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V125000),"National Van Builders, Inc.",FMVSS 404/THRESHOLD WARNING SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,43,"NATIONAL VAN BUILDERS IS RECALLING 43 MY 2005-2008 ECONOLINE VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS. THESE VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RICON IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 07E095). RICON WILL CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE. OWNERS MAY CONTACT RICON AT 818-267-3000 OR NATIONAL VAN BUILDERS AT 800-527-7477. -03/20/2008,08V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V131000),"POLARIS INDUSTRIES, INC.",IGNITION SWITCH IMPROPERLY ASSEMBLED,ELECTRICAL SYSTEM,V-08-01,Vehicle,1585,"POLARIS IS RECALLING 1,585 MY 2008 VICTORY VISION MOTORCYCLES. THE ELECTRICAL CONTACT PLATE ON THE IGNITION SWITCH BASE MAY NOT BE PROPERLY SECURED TO THE IGNITION SWITCH BODY, WHICH CAN CAUSE AN UNEXPECTED LOSS OF ELECTRICAL POWER TO THE VEHICLE.","A LOSS OF ELECTRICAL POWER COULD CAUSE THE VEHICLE TO STALL, INCREASING THE RISK OF A LOSS OF CONTROL AND A VEHICLE CRASH.","DEALERS WILL FULLY SECURE THE IGNITION SWITCH BASE TO THE SWITCH BODY. THE RECALL BEGAN ON APRIL 2, 2008. OWNERS MAY CONTACT POLARIS/VICTORY AT 1-888-704-5290." -03/20/2008,08V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V133000),"Tracker Marine, LLC",JACK ASSEMBLY CAN DISENGAGE FROM TRAILER,EQUIPMENT,NR (Not Reported),Vehicle,1161,"TRACKER MARINE IS RECALLING 1,161 MY 2007 TRAILSTAR K17V, K18V, K21VHDSA, K21VTA, K23VTA, P27, P30, P32, AND MY 2008 K17, K18V, K1901, K21VHDSA, K21VTA, K23VTA, P27, P30, P32, MK184SA, AND MK204TA GALVANIZED BOAT TRAILERS USING JACKS MADE BY SHELBY INDUSTRIES (TRACKER PART NO. 129111, SHELBY PART NO. 5874A8-24HGX). THESE TRAILERS ARE USED WITH KENNER, SUN TRACKER, AND MAKO BOAT MODELS. THE MOUNTING HARDWARE FOR THE TRAILER JACK, WHICH IS USED TO ELEVATE THE TRAILER TONGUE DURING STORAGE, MAY LOOSEN AND ALLOW THE JACK ASSEMBLY TO DISENGAGE FROM THE TRAILER.","IF THE JACK FALLS OFF WHILE THE TRAILER IS IN MOTION, DAMAGE TO FOLLOWING VEHICLES COULD OCCUR OR A VEHICLE CRASH MAY RESULT.","DEALERS WILL REPLACE THE NUT AND BOLT THAT IS PART OF THE TRAILER JACK MOUNTING HARDWARE. THE RECALL BEGAN ON JUNE 19, 2008. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -03/20/2008,08V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V130000),"FLEETWOOD ENTERPRISES, INC.",PART 567/CERTIFICATION/GAWR INCORRECT ON LABEL,EQUIPMENT,80310,Vehicle,166,"FLEETWOOD IS RECALLING 166 MY 2008-2009 PULSE AND ICON CLASS C MOTOR HOMES. THE FEDERAL CERTIFICATION TAG AND CARGO CARRYING CAPACITY TAG WERE PRINTED WITH AN INCORRECT FRONT GROSS AXLE WEIGHT RATING (GAWR) VALUE OF 4,080 POUNDS. THE CORRECT FRONT GAWR IS 4,410 POUNDS.","THE PURPOSE OF THIS PART IS TO SPECIFY THE CONTENT AND LOCATION OF, AND OTHER REQUIREMENTS FOR, THE CERTIFICATION LABEL TO BE AFFIXED TO MOTOR VEHICLES TO ADDRESS CERTIFICATION-RELATED DUTIES AND LIABILITIES, AND TO PROVIDE THE CONSUMER WITH INFORMATION TO ASSIST HIM OR HER IN DETERMINING WHICH OF THE FEDERAL MOTOR VEHICLE SAFETY STANDARDS ARE APPLICABLE TO THE VEHICLE.","FLEETWOOD WILL PROVIDE CORRECT FEDERAL CERTIFICATION AND CARGO CARRYING CAPACITY TAGS AS WELL AS INSTALLATION INSTRUCTIONS TO THE MOTOR HOME OWNERS. IF AN OWNER DESIRES, THEY CAN HAVE THEIR DEALER REPLACE THE TAGS FOR THEM. THE RECALL BEGAN ON JUNE 4, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -03/20/2008,08V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V132000),Keystone RV Company,PROPANE HOSE FOR SLIDE ROOM,EQUIPMENT,08-102,Vehicle,125,KEYSTONE RV IS RECALLING 125 MY 2008 RAPTOR FIFTH WHEEL TRAVEL TRAILERS. THE PROPANE HOSE FOR THE SLIDE ROOM WAS INSTALLED TOO CLOSE TO THE TIRE. THE PROPANE LINE MAY BECOME DAMAGED BY CONTACT WITH THE TIRE RESULTING IN A PROPANE GAS LEAK.,"A PROPANE LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL REROUTE THE PROPANE HOSE AWAY FROM THE TIRE. THE RECALL BEGAN ON MARCH 31, 2008. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -03/19/2008,08V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V123000),KWIK-LOC CORPORATION,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,NR (Not Reported),Vehicle,178,"KWIK-LOC IS RECALLING 178 MY 2006-2007 M4000 AND M10000 DOLLIES EQUIPPED WITH HOLLAND SIMPLEX SE OR SE II FIFTH WHEELS, THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER. THE RECALL BEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT KWIK-LOC AT 213-777-4373." -03/19/2008,08V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V122000),"Mercedes-Benz USA, LLC",SIGNAL ACQUISITION AND ACTUATION MODULE-FRONT,EXTERIOR LIGHTING,2008030005,Vehicle,3283,"MERCEDES-BENZ IS RECALLING 3,283 MY 2008 S-CLASS AND CL-CLASS PASSENGER VEHICLES. A MALFUNCTION MAY OCCUR ON THE SIGNAL ACQUISITION AND ACTUATION MODULE-FRONT (SAM-F) TRANSISTORS. THE SAM-F IS A DOUBLE TRANSISTOR THAT HELPS CONTROL VEHICLE FUNCTIONS AND THE LIGHTING OF THE CENTER CONSOLE. INCORRECT STORAGE OF THE TRANSISTORS LED THE TRANSISTORS TO BE EXPOSED TO EXCESS HUMIDITY.","THE PRESENCE OF THIS MOISTURE IN COMBINATION WITH THE THERMAL STRESS DURING THE ""REFLOW SOLDERING"" MAY DAMAGE THE TRANSISTORS AND PREVENT THEM FROM PROPERLY FUNCTIONING WHICH WILL INCREASE THE RISK OF CRASH.","DEALERS WILL INSPECT AND REPLACE ALL POTENTIALLY AFFECTED SAM FREE OF CHARGE. THE RECALL BEGAN ON MAY 2, 2008. OWNER MAY CONTACT MERCEDES BENZ AT 1-800-367-6372." -03/18/2008,08V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V121000),Motor Coach Industries,TAG SWING AXLE ARM,SUSPENSION,NR (Not Reported),Vehicle,542,MCI IS RECALLING 542 MY 2000-2004 G4100 AND G4500 MOTOR COACHES. CERTAIN REWORKED TAG AXLE ARM ASSEMBLIES HAD BEEN IDENTIFIED WITH NEW CRACKS FORMING. SOME OF THE TAG AXLE ARM ASSEMBLIES THAT HAD PREVIOUSLY BEEN REPAIRED DURING RECALLS 03V-411 OR 06V458 MAY HAVE BEEN REPAIRED WITH UNIDENTIFIED MICRO FRACTURES AND/OR INSUFFICIENT WELD PENETRATION.,"IF THE TAG AXLE SWING ARM CRACKS AND REMAINS UNDETECTED, THE CRACKS CAN SPREAD AND POTENTIALLY RESULT IN A PARTIAL OR TOTAL SEPARATION OF THE TAG AXLE ASSEMBLY FROM THE COACH, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-INSPECT AND IF CRACKS ARE IDENTIFIED OR INCORRECT WELDS IN THE PREVIOUSLY REPAIRED AREAS, BOTH RIGHT AND LEFT TAG ARM ASSEMBLIES WILL BE REPLACED. IF NO PROBLEMS ARE IDENTIFIED, DEALERS WILL REINSTALL THE EXISTING TAG AXLE ARM ASSEMBLIES WITH NEW HARDWARE FREE OF CHARGE. PLEASE NOTE THAT THIS CAMPAIGN SUPERSEDES MCI'S PREVIOUS RECALLS (PLEASE SEE 03V411 AND 06V458). THE RECALL BEGAN ON MARCH 18, 2008. OWNER MAY CONTACT MOTOR COACH AT 1-800-241-2947." -03/17/2008,08E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E022000),"Big Dog Motorcycles, LLC",AFTERMARKET PASSENGER FOOT RESTS (WHISKER BARS),EQUIPMENT,NR (Not Reported),Equipment,38,"BIG DOG IS RECALLING 38 REAR PASSENGER FOOT REST ASSEMBLIES, PART NO. 163-000040-01, SOLD AS AN ACCESSORY FOR MY 2008 RIDGEBACK MOTORCYCLES THAT WERE BUILT BETWEEN JULY 16, 2007, AND FEBRUARY 28, 2008. THE SUBJECT PASSENGER PEG ASSEMBLIES MAY RESONATE AND CAUSE DISPROPORTIONATE AND/OR INAPPROPRIATE LOADING ON THE MOUNTING BOLTS. OVER TIME, THIS COULD CAUSE THE BOLTS THAT RETAIN THE PASSENGER PEG ASSEMBLY TO BREAK AND ALLOW THE PASSENGER PEG ASSEMBLY TO DETACH FROM THE MOTORCYCLE.",THIS CONDITION COULD OCCUR WITHOUT WARNING AND COULD RESULT IN INJURY AND/OR A CRASH.,"BIG DOG WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE WHISKER BARS WITH A REVISED DESIGN. THE RECALL BEGAN ON APRIL 15, 2008. OWNERS MAY CONTACT BIG DOG AT 316-219-6504." -03/13/2008,08V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V119000),COUNTRY COACH INC,SIDE MARKER LIGHTS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1228,"COUNTRY COACH IS RECALLING 1,228 MY 2004-2008 MAGNA, AFFINITY AND INTRIGUE MOTOR HOMES. THESE MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE SIDE MARKER LIGHTS IN THE COMBINATION HEADLIGHT AND TAIL LIGHT ASSEMBLIES DO NOT MEET THE MINIMUM PHOTOMETRIC VALUES SPECIFIED IN FMVSS NO. 108.",INADEQUACY OF THE FRONT AND REAR SIDE MARKER LIGHTS COULD AFFECT VISIBILITY OF THE MOTOR HOME DURING HOURS OF DARKNESS THAT COULD POTENTIALLY RESULT IN A MOTOR VEHICLE CRASH.,"DEALERS WILL REPLACE THE MARKER LIGHTS ON THE SIDE OF EACH MOTOR HOME AS CLOSE AS REASONABLE TO THE FRONT AND REAR CORNERS AND WIRED INTO THE PARK LIGHT SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON JUNE 17, 2008. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -03/13/2008,08V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V120000),GIRARDIN MINIBUS INC.,THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,08-020-RIU,Vehicle,13,"GIRARDIN IS RECALLING 13 MY 2007 AND 2008 G5 SCHOOL AND COMMERCIAL BUSES, MANUFACTURED BETWEEN NOVEMBER AND DECEMBER 2007, EQUIPPED WITH RICON WHEELCHAIR LIFTS SERIES 5500 MANUFACTURED FROM APRIL 1, 2005 TO OCTOBER 9, 2007. THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA. THESE LIFTS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,GIRARDIN WILL NOTIFY THEIR OWNERS AND INSTUCTING THEM TO CONTACT RICON FOR A FREE REPAIR. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2008. OWNERS MAY CONTACT RICON AT 818-267-3000 OR GIRARDIN AT 819-477-2012 EXT 428. -03/12/2008,08V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V112000),Capacity of Texas,DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,NR (Not Reported),Vehicle,7,CAPACITY IS RECALLING MY 2008 YARD TRACTORS EQUIPPED WITH BENDIX MV-3 DASH CONTROL VALVES. THE MOLDED VALVE BODY HAS AN INCORRECT CORE PIN IN THE INJECTION MOLD CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.,"IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING REDUCED ABILITY FOR MODULATING THE SERVICE EMERGENCY BRAKES INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BENDIX MV-3 DASH CONTROL VALVES FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT CAPACITY AT 903-759-0610. -03/12/2008,08V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V117000),"Seagrave Fire Apparatus, LLC",STEERING GEAR/TRW,STEERING,NR (Not Reported),Vehicle,18,"SEAGRAVE IS RECALLING 18 MY 2007 MARAUDER, MARAUDER II, AND ATTACKER FULL BODY FIRE APPARATUS TRUCKS EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85. THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICKING OR BINDING CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"SEAGRAVE IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON FEBRUARY 19, 2008. OWNERS MAY CONTACT TRW AT 1-765-429-1768 OR SEAGRAVE AT 1-715-823-2141." -03/12/2008,08V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V118000),"General Motors, LLC",UNDERHOOD FIRES,ENGINE AND ENGINE COOLING,07035,Vehicle,207542,"GM IS RECALLING 207,542 MY 1997-2003 BUICK REGAL AND PONTIAC GRAND PRIX VEHICLES EQUIPPED WITH A 3.8L SUPERCHARGED V-6 ENGINE. THESE VEHICLES HAVE HIGHER FRONT ROCKER COVER GASKET TEMPERATURES, CREATING THE POTENTIAL FOR EARLIER DEGRADATION OF THE FRONT ROCKER COVER GASKET AND EVENTUAL OIL SEEPAGE.","CERTAIN UNDERHOOD FIRES MAY BE CAUSED BY DROPS OF ENGINE OIL, FROM SEEPAGE OR SPILLAGE, BEING DEPOSITED ON THE EXHAUST MANIFOLD THROUGH HARD BRAKING. IF THE MANIFOLD IS HOT ENOUGH AND THE OIL RUNS BELOW THE HEAT SHIELD, IT MAY IGNITE INTO A SMALL FLAME AND, IN SOME INSTANCES, THE FIRE MAY SPREAD TO THE PLASTIC SPARK PLUG WIRE CHANNEL AND BEYOND.","DEALERS WILL REPLACE THE ENGINE�S FRONT VALVE COVER AND FRONT-VALVE-COVER GASKET WITH NEW PARTS OF AN IMPROVED DESIGN AND REMOVE THE ENGINE�S PLASTIC COVER AND PLASTIC OIL-FILL-TUBE EXTENSION, ALONG WITH THE 1-3-5 SPARK PLUG WIRE RETAINERS, FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2016. , FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2016. UNTIL THE REMEDY IS COMPLETED, GM STRONGLY RECOMMENDS THAT OWNERS OBSERVE THE FOLLOWING IMPORTANT PRECAUTIONS (1) THAT OWNERS DO NOT PARK THEIR VEHICLE IN A GARAGE, CAR PORT, OR OTHER STRUCTURE; (2) IF OWNERS NOTICE A BURNING ODOR, THEY SHOULD HAVE THEIR DEALER INSPECT THE VEHICLE. THE DEALER WILL INSPECT THE VEHICLE WITHOUT CHARGE; (3) USE PREMIUM FUEL (91 OCTANE OR HIGHER) IN THE VEHICLE AS RECOMMENDED IN THE VEHICLE'S OWNER MANUAL. OWNERS MAY CONTACT BUICK AT 1-866-608-8080 OR PONTIAC AT 1-800-620-7668, OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -03/11/2008,08V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V108000),"General Motors, LLC",FMVSS 138/TIRE PRESSURE MONITORING SYSTEM,EXTERIOR LIGHTING,07340,Vehicle,4586,"GM IS RECALLING 4,586 MY 2008 CADILLAC STS AND STS-V PASSENGER VEHICLES FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, 'TIRE PRESSURE MONITORING SYSTEMS' (TPMS). THE STANDARD REQUIRES AN INDICATION TO THE DRIVER FOR CERTAIN TPMS MALFUNCTIONS. WHEN THE SYSTEM DETECTS A MALFUNCTION, THE LOW TIRE WARNING LIGHT SHOULD FLASH FOR ABOUT ONE MINUTE AND THEN STAY ON THE REMAINDER OF THE IGNITION CYCLE. A DRIVER INFORMATION CENTER MESSAGE WILL ALSO BE DISPLAYED ON THE INSTRUMENT PANEL.","THESE INDICATIONS OF A SYSTEM MALFUNCTION DO NOT WORK. PREMATURE TIRE FAILURE COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE REMOTE CONTROL DOOR LOCK RECEIVER MODULE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 18, 2008. OWNERS MAY CONTACT CADILLAC AT 1-800-982-2339 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -03/11/2008,08V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V109000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,FMVSS 201U/HEAD IMPACT PROTECTION PADS,STRUCTURE,H09,Vehicle,727,"CHRYSLER/SPRINTER IS RECALLING 727 MY 2007-2008 DODGE AND FREIGHTLINER SPRINTER 2500 PASSENGER VANS EQUIPPED WITH 144 INCH WHEELBASE AND STANDARD ROOF HEIGHT. THESE VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201U, 'OCCUPANT PROTECTION IN INTERIOR IMPACT.' SOME VANS MAY NOT HAVE HAD CERTAIN HEAD IMPACT PROTECTION PADS INSTALLED AT THE C-PILLAR.","IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO OCCUPANTS MAY OCCUR.","DEALERS WILL INSPECT THE VEHICLES AND, IF THE HEAD IMPACT PROTECTION PADS ARE MISSING, THE APPROPRIATE PADS WILL BE INSTALLED. THE RECALL BEGAN ON APRIL 9, 2008. OWNERS MAY CONTACT SPRINTER AT 1-800-853-1403." -03/11/2008,08C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C005000),"Graco Children's Products, Inc.",FMVSS 213/LABELED WITH THE WRONG TELEPHONE NO.,CHILD SEAT,NR (Not Reported),Child Seat,121042,"GRACO IS RECALLING 121,042 CARGO BOOSTER SEATS (CHILD RESTRAINT SYSTEMS) MANUFACTURED BETWEEN JANUARY 9, 2007 AND MARCH 3, 2008. THESE SEATS WERE LABELED WITH AN INCORRECT TELEPHONE NUMBER FOR THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA) WHICH FAILS TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IN THE EVENT OF A PROBLEM WITH THESE CHILD RESTRAINTS, OWNERS WOULD BE IMPEDED IN CONTACTING NHTSA.","GRACO WILL MAIL ALL REGISTERED OWNERS A NOTIFICATION LETTER ADVISING THEM OF THE ERROR. INCLUDED WITH THE LETTER WILL BE A NEW LABEL WITH THE CORRECT NHTSA HOTLINE TELEPHONE NUMBER, ANOTHER LABEL THAT SHOULD BE AFFIXED ADJACENT TO THE LABEL WITH THE MODEL NUMBER AND MANUFACTURE DATE INFORMATION ON THE BACK OF THE CHILD RESTRAINT ADVISING THAT THE UNIT HAS BEEN REMEDIED IN ACCORDANCE WITH THIS CAMPAIGN, AND INSTRUCTIONS ABOUT WHERE AND HOW TO AFFIX BOTH LABELS. THE RECALL BEGAN ON MARCH 14, 2008. OWNERS MAY CONTACT GRACO TOLL FREE AT 800-345-4109." -03/11/2008,08V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V115000),"Kawasaki Motors Corp., U.S.A.",FRONT BRAKE HOSE BRACKET REPLACEMENT,"SERVICE BRAKES, HYDRAULIC",MC 08-06,Vehicle,1526,KAWASAKI IS RECALLING CERTAIN MY 2008 EX250J8F AND EX250J8FL MOTORCYCLES. THE FRONT BRAKE HOSE MAY BE DAMAGED OVER A LONG PERIOD OF USE. THE BRAKE HOSE TENDS TO DEFLECT FORWARD DURING SUSPENSION TRAVEL. THIS ALLOWS THE BRAKE HOSE TO CONTACT THE EDGE OF THE FRONT FORK OUTER TUBE.,"OVER TIME, THIS CONTACT COULD DAMAGE THE BRAKE HOSE CAUSING THE BRAKE FLUID TO LEAK AND RESULTING IN A LACK OF FRONT BRAKE PERFORMANCE. THIS CAN CREATE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT BRAKE HOSE BRACKET. THE RECALL BEGAN ON MARCH 17, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -03/11/2008,08V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V114000),"Kawasaki Motors Corp., U.S.A.",FUEL HOSE INSPECTION/REPLACEMENT,"FUEL SYSTEM, GASOLINE",MC 08-05,Vehicle,31789,"KAWASAKI IS RECALLING 31,789 VULCAN 900 CLASSIC, CUSTOM AND CLASSIC LT MODELS, MY 2006 VN900B6F, VN900B6FL, VN900D6F, VN900D6FL, MY 2007 VN900B7F, VN900B7FL, VN900C7F, VN900C7FL, VN900D7F, VN900D7FL, MY 2008 VN900B8F, VN900B8FL, VN900C8F, VN900D8F AND VN900D8FL MOTORCYCLES. THE FUEL HOSE MAY NOT BE PROPERLY CONNECTED TO THE FUEL INJECTOR DELIVERY PIPE.","CONTINUED USE OF THE MOTORCYCLE CAN RESULT IN THE FUEL HOSE COMING OFF, CREASING THE POSSIBILITY OF A FUEL LEAK WHICH COULD RESULT IN A FIRE OR EXPLOSION.","DEALERS WILL INSPECT THE FUEL HOSE CONNECTION AT THE FUEL INJECTOR AND FUEL PUMP AND WILL REPLACE THE FUEL HOSE IF THE JOINT LOCK IS FOUND TO BE DAMAGED. THE RECALL BEGAN ON MARCH 17, 2008. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -03/11/2008,08V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V106000),"BMW of North America, LLC",FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1391,"BMW IS RECALLING 1,391 MY 2007 G650X CHALLENGE, COUNTRY, AND MOTO MOTORCYCLES. THE FUEL LINES MAY HAVE BEEN DAMAGED DURING PRODUCTION, AND COULD DEVELOP A LEAK. THE LEAK COULD OCCUR EITHER THROUGH THE FABRIC INLAY AT THE END OF THE LINE, OR, THROUGH A CRACK IN THE ACTUAL LINE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL INSPECT AND REPLACE THE FUEL LINES FREE OF CHARGE. THE RECALL BEGAN DURING APRIL 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117. -03/11/2008,08V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V113000),"Daimler Trucks North America, LLC",HIGH PRESSURE FUEL LINES,"FUEL SYSTEM, DIESEL",FL-526,Vehicle,62000,"DAIMLER TRUCKS IS RECALLING 62,000 MY 2005-2007 FREIGHTLINER BUSINESS CLASS, CENTURY CLASS, COLUMBIA, CORONADO, FLD, CLASSIC, STERLING A-LINE, L-LINE, AND WESTERN STAR 4900 TRUCKS. A FRACTURED FUEL LINE COULD LEAK DIESEL FUEL.","IF A LEAK CONTINUES UNDETECTED UNDER CERTAIN CONDITIONS, FUEL MAY IGNITE AT A HOT ENGINE SURFACE AND/OR FUEL MAY BE SPILLED ON THE ROAD SURFACE.","HIGH PRESSURE FUEL LINES AND TRANSFER TUBES WILL BE INSPECTED AND REPLACED FREE OF CHARGED. THE RECALL BEGAN ON JULY 9, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -03/11/2008,08V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V107000),Newell Coach Corp.,HYDRAULIC PUMP INPUT SHAFT,STEERING,NR (Not Reported),Vehicle,122,NEWELL IS RECALLING 156 MY 2003-2008 MOTOR HOMES EQUIPPED WITH CATERPILLAR C-15 ENGINES AND VICKER'S HYDRAULIC PUMPS. THE HYDRAULIC PUMP INPUT SHAFT MAY NOT FULLY ENGAGE THE ENGINE DRIVE SPROCKET CAUSING FAILURE OF THE INPUT DRIVE SHAFT.,LOSS OF POWER STEERING ASSIST COULD OCCUR INCREASING THE RISK OF A CRASH.,"NEWELL WILL REPLACE THE PUMP WITH ONE EQUIPPED WITH A LONGER SHAFT. THE RECALL BEGAN ON MARCH 10, 2008. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -03/11/2008,08V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V110000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,MASTER BRAKE CYLINDERS/FLUID RESERVOIRS,"SERVICE BRAKES, HYDRAULIC",H10,Vehicle,34,SPRINTER IS RECALLING 34 MY 2007-2008 DODGE AND FREIGHTLINER SPRINTER 3500 CARGO VANS. SOME OF THESE VANS MAY NOT HAVE HAD THE CORRECT BRAKE COMPONENTS INSTALLED.,"THIS COULD RESULT IN POOR BRAKING PERFORMANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE APPROPRIATE MASTER BRAKE CYLINDERS AND BRAKE FLUID RESERVOIRS. THE RECALL BEGAN ON JUNE 30, 2008. OWNERS MAY CONTACT SPRINTER AT 1-800-992-1997." -03/11/2008,08V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V111000),"BMW of North America, LLC",WHEEL BEARING,SUSPENSION,NR (Not Reported),Vehicle,744,"BMW IS RECALLING 744 MY 2007 G650X CHALLENGER AND COUNTRY MOTORCYCLES. THE MOTORCYCLES MAY HAVE HAD THE WRONG CIRCULAR CLIP INSTALLED ON THE LEFT HAND SIDE OF THE REAR WHEEL BEARING GUIDE. THIS CIRCLIP CAN RUB AGAINST A SPACER BUSHING, CREATING METAL SHAVINGS WHICH MAY ENTER THE WHEEL BEARING, CAUSING IT TO FAIL AND THE ANTILOCK BRAKE SYSTEM (ABS) MAY MALFUNCTION. THIS WOULD BE INDICATED BY ILLUMINATION OF THE ABS WARNING LAMP.","IF THIS HAPPENED, THE BRAKES WOULD REMAIN FULLY AVAILABLE TO SLOW AND STOP THE MOTORCYCLE. DEPENDING ON TRAFFIC AND ROAD CONDITIONS AS WELL AS A RIDER'S REACTIONS, COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL CHECK AND INSTALL A CORRECT CIRCLIP, ALONG WITH A NEW SPACER BUSHING, WHEEL BEARINGS, AND SHAFT SEALING RINGS FREE OF CHARGE. THE RECALL BEGAN DURING APRIL 2008. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -03/10/2008,08V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V104000),PACCAR Incorporated,PINTLE HOOK ATTACHMENT BOLTS/PREMIER,TRAILER HITCHES,08KW4 & 208D,Vehicle,318,"PACCAR IS RECALLING 318 MY 2007-2009 KENWORTH T800, W900, AND PETERBILT 357, 365, 367, 378, 379, 384, 385, 386,388, AND 389 TRUCKS EQUIPPED WITH PREMIER TRAILER HITCH ASSEMBLIES. THE PINTLE HITCH ASSEMBLIES MAY HAVE BEEN MANUFACTURED IN A MANNER RESULTING IN A REDUCTION OF FATIGUE STRENGTH OF THE PIVOT PINS.","THIS REDUCTION OF FATIGUE STRENGTH COULD CAUSE THE PIVOT PIN TO CRACK AND EVENTUALLY BREAK, CAUSING THE TRAILER TO DETACH FROM THE TRUCK WHILE IN MOTION, WHICH COULD CAUSE A CRASH THAT COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE POTENTIALLY DEFECTIVE PIVOT PIN FREE OF CHARGE. THE RECALL BEGAN ON APRIL 18, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4196." -03/10/2008,08V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V105000),"Peterson Industries, Inc.",RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,42,"PETERSON IS RECALLING 42 MY 2007-2008 EXCEL LIMITED EDITION FIFTH WHEEL TRAILERS EQUIPPED WITH ATWOOD SEALED BURNER RANGES. THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,PETERSON IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR PETERSON AT 1-785-282-6825. -03/10/2008,08V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V116000),"Triumph Motorcycles America, Ltd.",REAR SUSPENSION UNIT,SUSPENSION,390,Vehicle,265,"TRIUMPH IS RECALLING 265 MY 2008 STREET TRIPLE MOTORCYCLES. THE REAR SUSPENSION UNIT (RSU) DAMPING PERFORMANCE IS CONTROLLED BY A MIXTURE OF GAS AND OIL CONTAINED WITHIN THE UNIT. THIS MIXTURE IS KEPT INSIDE THE UNIT BY CONTROL OIL/GAS SEALS. IF THE SEALS BECOME DAMAGED, THE MIXTURE WILL ESCAPE.","ONCE THE MIXTURE HAS ESCAPED THE RSU, THE REAR SUSPENSION WILL LOSE IT DAMPING ABILITY. THE REAR SUSPENSION WILL BE CONTROLLED ONLY BY THE ACTION OF THE COIL SPRING ALSO ATTACHED TO THE RSU.","DEALERS WILL REPLACE THE RSU ON AFFECTED MOTORCYCLES. THE RECALL BEGAN ON APRIL 11, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-854-2010." -03/07/2008,08E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E021000),Hyundai Motor America,FMVSS 108/REPLACEMENT HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,080,Equipment,4085,"HYUNDAI-KIA IS RECALLING 4,085 REPLACEMENT HEADLAMP ASSEMBLIES SOLD FOR USE ON 2006-2008 SONATA AND AZERA VEHICLES. THESE HEADLAMP ASSEMBLIES MAY NOT HAVE BEEN ALIGNED PROPERLY AND FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",IMPROPER AIMING OF THE HEADLAMP MAY RESULT IN POOR VISIBILITY POSSIBLY RESULTING IN A VEHICLE CRASH.,"HYUNDAI-KIA DEALERS HAVE BEEN NOTIFIED AND INSTRUCTED TO RETURN THEIR SUPPLY TO HYUNDAI MOTOR AMERICA. NONE OF THE HEADLAMPS WERE SOLD AS RETAIL. AS A RESULT, AN OWNER NOTIFICATION LETTER WILL NOT BE ISSUED." -03/07/2008,08T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T005000),Cooper Tire & Rubber Co.,FMVSS 139/SIDEWALL SEPARATION,TIRES,150,Tire,48037,"COOPER TIRE IS RECALLING 48,037 LOAD RANGE E TIRES, SIZES LT265/75R16 AND LT235/85R16, PRODUCED BETWEEN DECEMBER 2, 2007 AND FEBRUARY 9, 2008. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES."" A BULGE CAN OCCUR IN THE LOWER SIDEWALL ON THE WHITE SIDEWALL SIDE WHICH INDICATES THE EXISTENCE OF A SEPARATION BETWEEN TWO LOWER SIDEWALL COMPONENTS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"COOPER TIRE WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 14, 2008. OWNERS MAY CONTACT COOPER TIRE CUSTOMER RELATIONS TOLL-FREE AT 800-854-6288." -03/07/2008,08V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V103000),Eldorado National-Kansas,FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,210,"ELDORADO IS RECALLING 210 MY 2006-2007 AERO ELITE, AEROTECH, AEROLITE AND TRANSTECH BUSES EQUIPPED WITH BRAUN PLATFORM LIFTS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, 'PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.' THE THRESHOLD WARNING SYSTEMS OF THE WHEELCHAIR LIFTS DO NOT CONFORM TO THE THRESHOLD WARNING SIGNAL.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",BRAUN WILL CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT ELDORADO AT 1-937-596-6849 OR BRAUN CORPORATION AT 1-800-946-7513. -03/06/2008,08E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E019000),INTERCONTINENTAL AUTO PARTS,AFTERMARKET FUEL FILTER/LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,1937,"INTERCONTINENTAL AUTO PARTS IS RECALLING 1,937 FUEL FILTERS, P/NOS ALG 44/1 AND PUROLATOR F10024, SHIPPED BETWEEN JANUARY 14 AND FEBRUARY 13, 2008, SOLD FOR USE ON THE VEHICLES LISTED ABOVE. THE FILTER'S OUTLET CAP MAY NOT BE SECURELY CRIMPED TO THE HOUSING. THIS COULD RESULT IN A SEPARATION OF FILTER'S OUTLET CAP FROM THE HOUSING.","IF THIS CONDITION OCCURS WHILE ATTEMPTING TO START THE VEHICLE, A NO START CONDITION MAY RESULT AND FUEL MAY BE PUMPED ONTO THE GROUND. IF THIS OCCURS WHILE THE VEHICLE IS IN MOTION, THE ENGINE MAY STOP DUE TO INADEQUATE FUEL SUPPLY. IF AN IGNITION SOURCE WERE PRESENT, FUEL LEAKAGE MAY RESULT IN A FIRE.",INTERCONTINENTAL WILL REPLACE THE FUEL FILTERS FREE OF CHARGE. THE RECALL BEGAN DURING MARCH 2008. OWNERS MAY CONTACT INTERCONTINENTAL AT 800-451-2593. -03/06/2008,08E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E020000),"POLYMER PROCESS DEVELOPMENT, LLC",FMVSS 205/REPLACEMENT BACK GLASS/GLAZING MATERIAL,VISIBILITY,NR (Not Reported),Equipment,931,"POLYMER PROCESS DEVELOPMENT IS RECALLING 931 UNITS OF BACK GLASS, P/NO. FB20415ZPY, SOLD AS REPLACEMENT EQUIPMENT FOR USE ON 1999-2004 LEXUS RX300 VEHICLES. THE GLASS FAILS TO CONFORM TO THE AUTOMOTIVE GLAZING MATERIAL REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, GLAZING MATERIALS.",THE PURPOSE OF THIS STANDARD IS TO REDUCE INJURIES RESULTING FROM IMPACT TO GLAZING SURFACES.,"POLYMER WILL NOTIFY OWNERS AND REPLACE THE AFFECTED GLASS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 18, 2008. OWNERS MAY CONTACT POLYMER TOLL-FREE AT 800-510-9879." -03/06/2008,08V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V102000),"Champion Bus, Inc.",STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,45,CHAMPION IS RECALLING 14 MY 2007-2008 M1235 AND RE CTS BUSES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.,INCORRECTLY TIGHTENED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,CHAMPION BUS IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE (PLEASE SEE 07V306). THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR CHAMPION AT 1-800-331-5761. -03/05/2008,08V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V101000),"Volvo Car USA, LLC",BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",194,Vehicle,1114,"VOLVO IS RECALLING 1,114 MY 2007 C30, C70, S40, AND V50 PASSENGER VEHICLES. A SOFT ANODIZED LAYER IN THE MASTER CYLINDER MAY TRIGGER EARLY WEAR ON A RUBBER SEAL THAT CAN RESULT IN INTERNAL LEAKAGE OF BRAKE FLUID. IF AFFECTED, THE DRIVER MAY EXPERIENCE REDUCED BRAKE PERFORMANCE WHEN APPLYING AND MAINTAINING FORCE OF THE BRAKE PEDAL.",THE CAPACITY TO BRAKE WILL GRADUALLY DETERIORATE FORCING THE DRIVER TO USE A HIGHER THAN EXPECTED FORCE ON THE BRAKE PEDAL WHEN COMPARED TO AN INTACT BRAKE SYSTEM. THE DETERIORATION CAN EVENTUALLY RESULT IN COMPLETE LOSS OF THE BRAKE SYSTEM FUNCTIONALITY INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE MASTER CYLINDER. THE BRAKE MASTER CYLINDER AND BRAKE FLUID RESERVOIR WILL BE REPLACED AND CERTAIN BRAKE LINES CLEANED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -03/05/2008,08V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V100000),"Jayco, Inc.",INCORRECT FEDERAL ID LABEL/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,106,"JAYCO IS RECALLING 106 MY 2008 DESIGNER FIFTH WHEEL TRAILERS FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" A TYPOGRAPHICAL ERROR WAS MADE STATING THE TIRE LOAD RANGE AND THE INFLATION PRESSURE ON THE FEDERAL IDENTIFICATION LABEL FOR THE REAR AXLE.","A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FEDERAL ID LABEL WITH THE CORRECT TIRE LOAD RANGE AND INFLATION PRESSURE LISTED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 19, 2008. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -03/04/2008,08V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V099000),PACCAR Incorporated,BROKEN SLACK ADJUSTERS ON SISU AXLES/FABCO,"SERVICE BRAKES, AIR",08KW2 & 208C,Vehicle,130,"PACCAR IS RECALLING 130 MY 2005-2007 KENWORTH C500, T800, W900, AND PETERBILT MODELS 357 AND 379 TRACTOR TRAILERS EQUIPPED WITH FABCO SLACK ADJUSTERS ON SISU AXLES. THE SLACK ADJUSTERS MAY FAIL AS A RESULT OF A FATIGUE CRACK RENDERING THE SLACK ADJUSTER INOPERATIVE. THIS COULD REDUCE BRAKING EFFECTIVENESS.",REDUCTION IN BRAKING CAPACITY COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE SLACK ADJUSTERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 21, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 AND PETERBILT AT 1-940-591-4196." -02/29/2008,08V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V097000),"Navistar, Inc.",DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,08503,Vehicle,579,"INTERNATIONAL IS RECALLING MY 2008-2009 4000, 5000, 7000, 8000, 9000 AND PROSTAR TRACTOR/TRUCKS EQUIPPED WITH BENDIX MV-3 DASH CONTROL VALVES. THE MOLDED VALVE BODY HAS AN INCORRECT CORE PIN IN THE INJECTION MOLD CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.","IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING REDUCED ABILITY FOR MODULATING THE SERVICE EMERGENCY BRAKES INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BENDIX MV-3 DASH CONTROL VALVES FREE OF CHARGE. THE RECALL BEGAN ON MAY 9, 2008. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -02/29/2008,08V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V098000),MONACO COACH CORPORATION,MELTED LP REFRIGERATOR HOSE,EQUIPMENT,R06030,Vehicle,122,MONACO IS RECALLING 122 MY 2006-2007 CAMELOT AND HOLIDAY RAMBLER SCEPTER CLASS A MOTOR HOMES. THE RUBBER LIQUID PROPANE (LP) HOSE ON THE BACK OF THE REFRIGERATOR MAY HAVE EXTRA LENGTH OF HOSE. THIS EXTRA HOSE SHOULD HAVE BEEN PULLED BACK BY THE MAIN HOUSE CONNECTION AND SECURED. THIS EXTRA HOSE POTENTIALLY CAN BE DAMAGED BY HEAT FROM THE BURNER TUBE IF THE HOSE COMES IN CONTACT WITH THE BURNER FLUE.,"IF THE HOSE IS IN CONTACT WITH THE BURNER FLUE FOR AN EXTENDED PERIOD OF TIME, THE HOSE CAN MELT CAUSING AN LP LEAK WITH THE POSSIBILITY OF A FIRE.","DEALERS WILL INSPECT THE REFRIGERATOR COMPARTMENT AND FOR EXCESS LP HOSE. IF THE HOSE IS NOT DAMAGED, IT WILL BE SECURED WITH A CLAMP AWAY FROM THE BURNER FLUE. IF THE HOSE SHOWS ANY SIGN OF MELTING OR FATIGUE, IT WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -02/28/2008,08V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V095000),"Stoughton Trailers, LLC",FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,NR (Not Reported),Vehicle,366,STOUGHTON IS RECALLING 366 MY 2007-2008 DDW-S AR DOLLIES EQUIPPED WITH SAF-HOLLAND SIMPLEX FIFTH WHEELS. THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.,"THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","STOUGHTON IS WORKING WITH SAF-HOLLAND. SAF-HOLLAND WILL SEND A REPAIR KIT TO OWNERS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 1, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-888-396-6501 EXT. 4343 OR STOUGHTON AT 608-873-2565." -02/28/2008,08V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V096000),Ford Motor Company,FMVSS 207/DRIVER SEAT BACK FRAME,SEATS,08C01,Vehicle,87515,"FORD IS RECALLING 87,515 MY 2008 F250, F-350, F-450, AND F-550 VEHICLES FOR FAILING TO COMPLY WITH ALL THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" SOME 40% SPLIT AND CAPTAIN'S CHAIR DRIVER'S SEATS, EQUIPPED WITH LUMBAR SUPPORTS, MAY HAVE IMPROPER WELDS AT THE JOINT OF THE SEAT BACK PIVOT BRACKET AND THE SEAT BACK FRAME.","IN THE EVENT OF A CRASH, THE SEAT SIDE PIVOT BRACKET MAY CRACK OR BREAK, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL ADD A REINFORCEMENT TO THE DRIVER'S SEAT BACK FRAME ON THE 40% SPLIT OR CAPTAIN'S CHAIR SEAT EQUIPPED WITH LUMBAR SUPPORT OR, IF NECESSARY, THE SEAT BACK FRAME WILL BE REPLACED. THE RECALL BEGAN ON MARCH 28, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/28/2008,08V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V093000),"Sun Valley, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,603,SUN VALLEY IS RECALLING 603 MY 2000-2004 X-TREME FIFTH WHEEL AND TRAVEL TRAILERS AND MY 2002 X-TRA LITE TRUCK CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SUN VALLEY WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUN VALLEY AT 1-800-327-7684." -02/28/2008,08C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C004000),"Combi USA, Inc.",SEAT AND BASE SEPARATION,CHILD SEAT,0208CTR-01,Child Seat,67167,"COMBI IS RECALLING 67,167 CENTRE, CENTRE ARB, AND SHUTTLE INFANT CHILD RESTRAINT SYSTEMS, MODEL NOS. 8065, 8074, 8086, 8087, AND 8520, AND ASSOCIATED TRAVEL SYSTEMS, MODEL NOS. 4400, 4515, AND 4520, THAT CONTAIN CENTRE AND SHUTTLE CAR SEAT MODELS. THIS RECALL INCLUDES THE ENTIRE PRODUCTION OF THESE MODELS FROM OCTOBER 2005 THROUGH DECEMBER 2007. IN THE EVENT OF A FRONTAL CRASH, THE CAR SEAT COULD POTENTIALLY BECOME SEPARATED FROM ITS BASE.","SHOULD THE SEAT SEPARATE FROM THE BASE IN A CRASH, THE CHILD WILL NOT BE ADEQUATELY PROTECTED POSSIBLY RESULTING IN INJURY.","OWNERS SHOULD CONTACT COMBI TO OBTAIN A FREE RETROFIT KIT. UNTIL THE CAREGIVER RECEIVES THE FREE RETROFIT KIT, COMBI RECOMMENDS THAT THE CAR SEAT BE USED WITHOUT THE BASE. THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT COMBI CONSUMER RELATIONS DEPARTMENT AT 1-800-543-7734 OR VISIT THEIR WEBSITE AT WWW.COMBI-INTL.COM." -02/28/2008,08V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V094000),"Mitsubishi Motors North America, Inc.",SEAT HARNESS CONNECTOR CORROSION,SEATS,SR-08-002,Vehicle,5400,"MITSUBISHI IS RECALLING 5,400 MY 2007-2008 OUTLANDER PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. FOR VEHICLES WITHOUT AN ELECTRIC POWER SEAT, THE FLOOR HARNESS CONNECTOR FOR THE POWER SEAT IS PLACED DIRECTLY ON THE FLOORBOARD UNDERNEATH THE CARPETING (VEHICLES WITH POWER SEATS ALREADY HAVE THE HARNESS ELEVATED). IF A VEHICLE OCCUPANT ENTERS THE VEHICLE WITH A SUFFICIENT AMOUNT OF SNOW ON THEIR FEET CONTAINING ROAD SALT, IT IS POSSIBLE FOR THE MELTED SNOW MIXTURE TO SOAK THE CARPET AND ALLOW THE SALT-WATER SOLUTION TO COME INTO CONTACT WITH THE UNUSED POWER SEAT HARNESS CONNECTOR.","THE CONNECTOR TERMINAL MAY CORRODE AND ALLOW CURRENT TO FLOW, RESULTING IN THE GRADUAL HEATING AND MELTING OF THE CONNECTOR AND MAY RESULT IN A FIRE.","DEALERS WILL RELOCATE THE FLOOR HARNESS FROM BENEATH BOTH THE PASSENGER AND DRIVER SEATS TO ABOVE THE CARPET AND AWAY FROM THE BOTTOM OF THE FLOORBOARD TO PREVENT CONTACT WITH ANY FUTURE MELT SOLUTION. THE RECALL BEGAN ON APRIL 7, 2008. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -02/27/2008,08V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V090000),Harley-Davidson Motor Company,BRAKE LINE ROUTING,"SERVICE BRAKES, HYDRAULIC",0134,Vehicle,5947,"HARLEY-DAVIDSON IS RECALLING 5,947 MY 2005-2007 FLHP, FLHPI, FLHTP, FLHTPI, FLHPE AND FLHPEI POLICE AND ESCORT MOTORCYCLES EQUIPPED WITH ANTI-LOCK BRAKE SYSTEMS (ABS). INCONSISTENCIES IN THE ROUTING OF THE BRAKE LINES CAN CAUSE ABRASION OF THE BRAKE LINES AND HOSES. IN SOME CASES, THIS CONDITION HAS CAUSED BRAKE FLUID LEAKS.","LOSS OF BRAKE FLUID COULD LEAD TO LOSS OF BRAKE FUNCTION, WHICH COULD LEAD TO A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL INSPECT AND REPLACE THE BRAKE LINES, IF NECESSARY. BRAKE LINE RETENTION AND CLUTCH CABLE POSITIONING DEVICES WILL ALSO BE INSTALLED TO PREVENT FUTURE ABRASION TO THE BRAKE LINES. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -02/27/2008,08V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V089000),"Navistar, Inc.",OIL LEAK,ENGINE AND ENGINE COOLING,08502,Vehicle,34993,"INTERNATIONAL IS RECALLING 34,993 MY 2006-2008 SCHOOL AND TRANSIT BUSES AND HEAVY DUTY TRUCKS/TRACTORS MANUFACTURED BETWEEN JUNE 1, 2006 AND JUNE 28, 2007, EQUIPPED WITH INTERNATIONAL DT466 OR DT570 ENGINES. THE BASE PLATE OF THE ENGINE OIL COOLER MAY CRACK ALLOWING PRESSURIZED OIL TO LEAK INTO THE ENGINE COMPARTMENT.","THIS CONDITION MAY CAUSE EITHER ENGINE SHUT DOWN WITHOUT WARNING, OR IN EXTREME CASES, POSSIBLE ENGINE FIRE WHICH CAN LEAD TO PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","INTERNATIONAL WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 21, 2008. OWNERS MAY CONTACT INTERNATIONAL AT 800-448-7825." -02/27/2008,08V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V091000),Honda (American Honda Motor Co.),POWER STEERING HOSE OIL LEAKING,STEERING,Q73,Vehicle,273000,"HONDA IS RECALLING 273,000 MY 2004-2008 ACURA TL VEHICLES. PROLONGED HIGH UNDER-HOOD TEMPERATURES MAY CAUSE THE POWER STEERING HOSE TO DETERIORATE PREMATURELY CAUSING THE HOSE TO CRACK AND LEAK POWER STEERING FLUID.",POWER STEERING FLUID LEAKING ONTO A HOT CATALYTIC CONVERTER WILL GENERATE SMOKE AND POSSIBLY LEAD TO AN UNDER-HOOD FIRE.,"DEALERS WILL INSTALL A NEW HEAT RESISTANT POWER STEERING HOSE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 28, 2008. OWNERS MAY CONTACT ACURA AT 800-382-2238. THIS IS AN EXPANSION OF A PREVIOUS RECALL (PLEASE SEE 07V551)." -02/27/2008,08V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V092000),Honda (American Honda Motor Co.),WINDSHIELD WIPER MOTOR,VISIBILITY,Q72,Vehicle,129600,"HONDA IS RECALLING 129,600 MY 2004-2005 ACURA TL VEHICLES. IF WATER ENTERS THE WINDSHIELD WIPER MOTOR BREATHER PORT, WHICH IS DESIGNED TO ALLOW THE MOTOR TO VENT WARM AIR DURING NORMAL OPERATION, IT CAN RESULT IN CORROSION INSIDE THE MOTOR HOUSING. THIS COULD CAUSE A FAILURE OF THE ELECTRICAL CIRCUIT BREAKER INSIDE THE MOTOR HOUSING.","IF THE CIRCUIT BREAKER FAILS, IT WILL CAUSE THE WINDSHIELD WIPER MOTOR TO BECOME INOPERATIVE, WHICH CAN INCREASE THE LIKELIHOOD OF A CRASH IN CERTAIN CONDITIONS.","DEALERS WILL INSPECT THE WINDSHIELD WIPER MOTOR FOR SIGNS OF CORROSION. IF NO SIGNS OF CORROSION ARE PRESENT, A SNORKEL TUBE WILL BE ADDED TO THE WIPER MOTOR BREATHER PORT TO PREVENT WATER FROM ENTERING THE WIPER MOTOR HOUSING AND FOAM TAPE WILL BE INSTALLED ON THE COWL ABOVE THE WIPER MOTOR TO DIRECT WATER AWAY FROM THE WIPER MOTOR. IF SIGNS OF CORROSION DAMAGE ARE OBSERVED ON THE WIPER MOTOR, THE MOTOR WILL BE REPLACED, AND THE BREATHER TUBE AND FOAM TAPE WILL ALSO BE INSTALLED TO PREVENT WATER INTRUSION ON THE NEW WIPER MOTOR. THE RECALL BEGAN ON APRIL 28, 2008. OWNERS MAY CONTACT ACURA AT 1-800-382-2238." -02/26/2008,08V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V087000),"Daimler Trucks North America, LLC",EMERGENCY EXIT DOOR HANDLE,STRUCTURE,FL-525,Vehicle,243435,"DAIMLER TRUCKS IS RECALLING 243,435 MY 1995-2008 THOMAS BUILT SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 1994, AND MARCH 10, 2008. (ADDITIONAL BUSES HAVE BEEN ADDED TO THIS RECALL CAMPAIGN. PLEASE SEE SUPPLEMENTAL REPORT NO. 4) THE EMERGENCY EXIT DOOR HANDLE BEGINS CORRODING AROUND THE SECURING ROLL PIN AND SQUARE DRIVE MECHANISM CAUSING THE PROTECTIVE FINISH TO CHIP AND FLAKE. CONTINUED CORROSION AND PITTING WEAKENS THE HANDLE. HANDLES WEAKENED BY CORROSION MAY BREAK WHILE TRYING TO OPEN THE DOOR FROM THE EXTERIOR.","IN THE EVENT OF AN EMERGENCY, A PERSON ON THE OUTSIDE OF THE BUS MAY BREAK THE DOOR HANDLE TRYING TO OPEN THE EMERGENCY EXIT POTENTIALLY DELAYING EVACUATION AND INCREASING THE RISK OF PERSONAL INJURY TO THE VEHICLE'S OCCUPANTS.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND WILL REPLACE THE HANDLES WITH A MORE ROBUST HANDLE FREE OF CHARGE. REPAIRS WILL BE PERFORMED BY THOMAS BUILT BUSES DEALERSHIPS. THE RECALL BEGAN ON AUGUST 18, 2008, AND NOTIFICATION FOR THE REVISED POPULATION IS EXPECTED TO BEGIN ON OR ABOUT APRIL 29, 2009. OWNERS MAY CONTACT THOMAS BUILT AT 336-889-4871." -02/26/2008,08V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V086000),Hyundai Translead,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND,TRAILER HITCHES,NR (Not Reported),Vehicle,605,"HYUNDAI TRANSLEAD IS RECALLING 605 MY 2007-2008 CONVERTER DOLLY TRAILERS EQUIPPED WITH SAF-HOLLAND SIMPLEX FIFTH WHEELS. A DEFORMED SPACER MAY PREVENT THE LEVER BAR FROM FULLY ARTICULATING, THUS PREVENTING THE SLIDING LOCK FROM ENGAGING THE JAW IN THE COUPLED POSITION AROUND THE TRAILER KINGPIN.",FAILURE OF THE FIFTH WHEEL TO FULLY COUPLE WITH THE TRAILER COULD RESULT IN THE TRAILER DETACHING WHEN IN MOTION CAUSING SERIOUS DAMAGE AND /OR DEATH.,"HYUNDAI TRANSLEAD IS WORKING WITH SAF-HOLLAND. SAF-HOLLAND WILL SEND A REPAIR KIT TO OWNERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 4, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-888-396-6501 EXT. 4343 OR HYUNDAI TRANSLEAD AT 619-680-3144." -02/26/2008,08V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V083000),Kaffenbarger Truck Equipment Company,FIFTH WHEEL LEVER PIVOT BOLTS/SAF-HOLLAND SIMPLEX,TRAILER HITCHES,NR (Not Reported),Vehicle,129,KAFFENBARGER TRUCK EQUIPMENT (K-TEC) IS RECALLING 129 MY 2006-2008 INTERNATIONAL CLASS 8 TRUCK TRACTORS EQUIPPED WITH SAF-HOLLAND SIMPLEX FIFTH WHEELS. THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.,"THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","K-TEC IS WORKING WITH SAF-HOLLAND. SAF-HOLLAND WILL SEND A REPAIR KIT TO OWNERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2008. OWNERS MAY CONTACT SAF-HOLLAND AT 1-888-396-6501 EXT. 4343 OR K-TEC AT 937-845-3804." -02/26/2008,08V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V088000),"Daimler Trucks North America, LLC",FMVSS 403/BRAUN WHEELCHAIR LIFTS/THRESHOLD WARNING,EQUIPMENT ADAPTIVE/MOBILITY,FL-524,Vehicle,760,"DAIMLER TRUCKS IS RECALLING 760 MY 2003-2007 THOMAS BUILT SCHOOL BUSES MANUFACTURED BETWEEN JULY 6, 2005 AND JULY 19, 2006, EQUIPPED WITH BRAUN WHEELCHAIR LIFTS, MODELS NL, NCL, OR NVL. THE THRESHOLD WARNING SYSTEMS OF THE SUBJECT MODEL WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.","DAIMLER TRUCKS WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY WHICH WILL BE PERFORMED BY THOMAS BUILT DEALERSHIPS. THE RECALL BEGAN ON AUGUST 8, 2008. OWNERS MAY CONTACT THOMAS BUILT AT 336-889-4871." -02/25/2008,08V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V081000),"ZIMMERMAN INDUSTRIES, INC.",AUXILIARY LIFT AXLE FAILURES/WATSON & CHALIN,SUSPENSION,NR (Not Reported),Vehicle,1,ZIMMERMAN IS RECALLING 1 MY 2006 STERLING LT 8500 EQUIPPED WITH A WATSON & CHALIN AUXILIARY AXLE. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSION'S ABILITY TO LIFT THE AXLE WHEN IT IS NOT NEEDED.,"WARNINGS OF A SITUATION WHERE ONE SIDE OF THE UNIT DOES NOT LIFT AS MUCH AS THE OTHER SIDE, A VERTICAL VIBRATION OR ERRATIC BEHAVIOR OF THE SUSPENSION COULD OCCUR INCREASING THE RISK OF A CRASH.",WATSON & CHALIN WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS ALONG WITH REPAIR INSTRUCTIONS. OWNERS MAY CONTACT WATSON & CHALIN MANUFACTURING AT 1-800-445-0736 OR ZIMMERMAN INDUSTRIES AT 888-577-6499. -02/25/2008,08V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V085000),"Daimler Trucks North America, LLC",FMVSS 108/REFLEX REFLECTORS,EXTERIOR LIGHTING,FL-523,Vehicle,2000,"DAIMLER TRUCKS IS RECALLING 2,000 MY 2005-2008 BUSINESS CLASS M2 106 VOCATIONAL TRUCKS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LIGHTS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES DID NOT HAVE FRONT SIDE REFLEX REFLECTORS INSTALLED.","UNDER CERTAIN CONDITIONS DURING DARKNESS, VISIBILITY OF THE TRUCK MAY BE IMPAIRED AND A CRASH MAY OCCUR.","DEALERS WILL ADD REFLECTORS TO THE HOOD. THE RECALL BEGAN ON JUNE 12, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS AT 1-800-547-0712." -02/25/2008,08V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V082000),Ford Motor Company,FMVSS 208/NECK INJURY REQUIREMENTS,AIR BAGS,08C02,Vehicle,434593,"FORD IS RECALLING 434,593 MY 2008 MUSTANG VEHICLES FOR FAILING TO COMPLY WITH ONE OF THE NECK INJURY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION,"" FOR AN UNBELTED 5TH PERCENTILE FEMALE SITTING IN THE PASSENGER SEAT WHILE IT IS IN THE FULL FORWARD POSITION.","DURING AN AIR BAG DEPLOYMENT, IF A SMALL FEMALE IN THE FRONT PASSENGER SEAT IS NOT WEARING THE SAFETY BELT, AND HAS THE SEAT IN THE FULL FORWARD POSITION, THERE MAY BE AN INCREASED POTENTIAL FOR A NECK INJURY.","DEALERS WILL REPROGRAM THE RESTRAINT CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR THROUGH EMAIL TO WWW.OWNERCONNECTION.COM." -02/25/2008,08V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V079000),SUTPHEN CORP.,STEERING GEAR/TRW,STEERING,NR (Not Reported),Vehicle,56,"SUTPHEN IS RECALLING 56 MY 2006 FIRE TRUCK CHASSIS EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85. THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICKING OR BINDING CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"SUTPHEN IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT TRW AT 765-429-1768 OR SUTPHEN AT 1-866-287-5549." -02/25/2008,08V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V080000),Toyota Motor Corporation,WHEEL NUTS,WHEELS,NR (Not Reported),Vehicle,1716,"SOUTHEAST TOYOTA IS RECALLING 1,555 MY 2007 TUNDRA VEHICLES DUE TO A WHEEL NUT ISSUE. THE RECALLED VEHICLES ARE MY 2007 TUNDRAS EQUIPPED WITH 18"" INSTALLED DIAMOND FINISH 5-SPOKE ALLOY WHEELS (OPTION CODE WN1 OR WN4) OR 20"" INSTALLED PAINTED ALLOY WHEELS WITH 6 DUAL SPOKES (OPTION CODE WV1 OR WV4). AFFECTED VEHICLES WERE ORIGINALLY SOLD IN FLORIDA, GEORGIA, ALABAMA, NORTH CAROLINA OR SOUTH CAROLINA. WHEN THE VEHICLE WAS PROCESSED AT THE PORT, THE UPGRADED ALLOY WHEELS WERE FASTENED WITH NEW WHEEL NUTS. THE WHEEL NUTS CAN CRACK AND BREAK IF THEY ARE NOT INSTALLED CAREFULLY OR NOT CAREFULLY TIGHTENED. THIS WHEEL NUT CONDITION COULD OCCUR AT THE TIME OF WHEEL INSTALLATION, TIRE ROTATION, OR SERVICE.","IF A VEHICLE'S WHEEL HAS A CRACKED OR BROKEN WHEEL NUT CONDITION AND THE WHEEL BECOMES LOOSE AND FALLS OFF THE VEHICLE WITHOUT WARNING, A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE ATTACHING WHEEL NUTS. THE RECALL BEGAN ON APRIL 18, 2008. OWNERS MAY CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -02/22/2008,08C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C003000),"RECARO NORTH AMERICA, INC.",HARNESS MAY FAIL TO RESTRAIN CHILD,CHILD SEAT,NR (Not Reported),Child Seat,7498,"RECARO IS RECALLING 7,498 SIGNO AND COMO CONVERTIBLE CHILD RESTRAINT SYSTEMS WITH COLOR MODEL CODES OF 330.00 AND 331.00, MANUFACTURED PRIOR TO DECEMBER 18, 2007. THE HARNESS MAY BECOME DISCONNECTED FROM THE HARNESS CONNECTOR WHEN A CHILD IS PLACED IN OR REMOVED FROM THE CHILD SEAT.","IF THE HARNESS BECOMES DISCONNECTED AND A VEHICLE CRASH OCCURS, THE CHILD MAY NOT BE SECURELY FASTENED TO THEIR CHILD SEAT AND MAY SUSTAIN INJURY.","RECARO IS ISSUING A FREE SAFETY RECALL KIT CONTAINING TWO RUBBER CAPS FOR INSTALLATION ON THE HARNESS CONNECTOR ALONG WITH AN INSTRUCTION SHEET. THE RECALL BEGAN ON FEBRUARY 26, 2008. OWNERS MAY CONTACT RECARO CUSTOMER SERVICE DEPARTMENT AT 1-800-8-RECARO OR VISIT THEIR WEBSITE AT WWW.RECARO.COM." -02/22/2008,08V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V078000),Newmar Corporation,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,109,"NEWMAR IS RECALLING 109 MY 2008-2009 BAY STAR, CANYON STAR KOUNTRY AIRE, TORREY PINE, VENTANA DIESEL PUSHER, ALL STAR DIESEL PUSHER, KOUNTRY STAR DIESEL PUSHER, AND DUTCH STAR DIESEL PUSHER CLASS A MOTOR HOMES AND FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH ATWOOD SEALED BURNER RANGES. THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,NEWMAR IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR NEWMAR AT 574-773-7791. -02/21/2008,08E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E018000),"Bendix Commercial Vehicle Systems, LLC",DASH CONTROL VALVES/BENDIX MV-3,PARKING BRAKE,NR (Not Reported),Equipment,1457,"BENDIX IS RECALLING 1,457 MV-3 DASH CONTROL VALVES MANUFACTURED FROM JANUARY 3 THROUGH JANUARY 22, 2008. SOME OF THE UNITS WERE SOLD FOR OEM APPLICATIONS ON NEW MOTOR VEHICLES AND SOME WERE SOLD FOR AFTERMARKET REPLACEMENT EQUIPMENT. AN INCORRECT CORE PIN IN THE INJECTION MOLD OF THE MOLDED VALVE BODY WAS USED CAUSING THE VALVE BODY TO BE OVERSIZED IN THE DOUBLE CHECK VALVE SEAT AREA. THIS CONDITION CAN ALLOW THE RUBBER DOUBLE CHECK VALVE TO BECOME LODGED IN THE BODY OPENING UNDER CERTAIN CIRCUMSTANCES.","IF THE DOUBLE CHECK VALVE BECOMES LODGED, IN THE EVENT OF A PRIMARY RESERVOIR FAILURE, AIR PRESSURE CAN LEAK PAST THE LODGED DOUBLE CHECK VALVE THEREBY DEPLETING THE SECONDARY RESERVOIR, CAUSING A REDUCED ABILITY FOR MODULATING THE EMERGENCY BRAKES.",BENDIX WILL PROVIDE A REMEDY WITHOUT CHARGE FOR ALL AFFECTED MV-3 VALVES. BENDIX WILL NOTIFY VEHICLE MANUFACTURERS IMMEDIATELY. OWNERS MAY CONTACT BENDIX AT 440-329-9000. -02/21/2008,08V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V077000),Blue Bird Body Company,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,R08MZ,Vehicle,607,"BLUE BIRD IS RECALLING 607 MY 2004-2007 ALL AMERICAN REAR ENGINE SCHOOL BUSES AND MY 2006-2007 XCEL 102 COMMERCIAL SERIES TRANSIT BUSES EQUIPPED WITH CUMMINS ISC ENGINES. THE HIGH PRESSURE FUEL LINE MAY CRACK, ALLOWING HIGH PRESSURE DIESEL FUEL INTO THE ENGINE COMPARTMENT.",THIS CONDITION CREATES THE POTENTIAL FOR A RISK OF FIRE IN THE ENGINE COMPARTMENT SHOULD THE ATOMIZED DIESEL FUEL VAPOR CONTACT AN IGNITION SOURCE.,"OWNERS WILL BE ADVISED TO CONTACT THEIR CUMMINS DEALERS TO HAVE THE REPAIR WORK PERFORMED AS SOON AS POSSIBLE. THE RECALL BEGAN ON FEBRUARY 28, 2008. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -02/20/2008,08V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V075000),Newmar Corporation,BUSSMANN BOX FAILURE/SPARTAN,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,409,"NEWMAR IS RECALLING 409 MY 2007-2008 ALL STAR, DUTCH STAR, VENTANA, AND KOUNTRY STAR DIESEL PUSHERS MOTOR HOME CHASSIS. THERE MAY BE A LOOSE CONNECTION BETWEEN THE BUS BAR AND A GRID PAD DUE TO THE PINS BEING SLIGHTLY SMALLER DIAMETERS AFTER ASSEMBLY. ELECTRICAL POWER MAY BE LOST TO COMPONENTS OF THE MAJOR CHASSIS OPERATING SYSTEMS (ENGINE, TRANSMISSION, STARTING, COOLING) CAUSING THE VEHICLE TO SHUT DOWN AND/OR NOT BE CAPABLE OF POWERING UP.","EACH VEHICLE COULD POTENTIALLY EXPERIENCE A UNIQUE CIRCUMSTANCE WHERE ONE OR A COMBINATION OF THE FOLLOWING CONDITIONS COULD OCCUR: LOSS OF ELECTRICAL POWER TO THE ENGINE, TRANSMISSION, STARTING AND ENGINE COOLING SYSTEMS, OPERATION OF THE RIGHT CHASSIS STOP/TURN SIGNAL AND RIGHT TRAILER STOP/TURN SIGNAL, THE ANTI-LOCK BRAKE SYSTEM, AUXILIARY BRAKE SYSTEM, THE HEATER ELEMENTS IN THE AIR DRYER, AND THE HEATER ELEMENT IN THE WATER-IN- FUEL SEPARATOR.",NEWMAR IS WORKING WITH SPARTAN TO REPAIR THESE MOTOR HOMES (PLEASE SEE 07V363). THE DVEC BUSSMANN BOX WILL BE REPLACED. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400 OR NEWMAR AT 574-773-7791. -02/20/2008,08V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V074000),"NABI Bus, LLC",ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,2008-01,Vehicle,25,"NABI RECALLED 25 MY 2006 40LFW TRANSIT BUSES EQUIPPED WITH CUMMINS ISL DIESEL ENGINES. THE HIGH PRESSURE FUEL LINE MAY CRACK, ALLOWING HIGH PRESSURE DIESEL FUEL INTO THE ENGINE COMPARTMENT.","IF THE LINE CRACKS AND CERTAIN CONDITIONS ARE PRESENT, AN INCREASE OF FIRE RISK COULD EXIST.",ALL VEHICLES HAVE BEEN CORRECTED. -02/20/2008,08V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V084000),"FLEETWOOD ENTERPRISES, INC.",ENTRY STEP ATTACHMENT CRADLE/SUPPORT,EQUIPMENT,80211,Vehicle,50,"FLEETWOOD IS RECALLING 50 MY 2008 FIESTA AND TERRA MODEL MOTOR HOMES. THE ENTRY STEP ATTACHMENT CRADLE/SUPPORT MAY BEND AS A RESULT OF STEP USAGE AND INSUFFICIENT STRUCTURAL MATERIAL STRENGTH, CAUSING THE STEP TO BECOME UNSTABLE.","IF THE STEP WERE UNSTABLE, THIS COULD POSSIBLY RESULT IN A RISK OF PERSONAL INJURY, VEHICLE AND/OR OTHER PROPERTY DAMAGE.","FLEETWOOD WILL INSPECT AND, IF NECESSARY, REINFORCE THE ENTRY STEP ATTACHMENT CRADLE/SUPPORT. THE RECALL BEGAN ON MARCH 26, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -02/20/2008,08V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V076000),"Porsche Cars North America, Inc.",FUEL LINE TO FUEL DISTRIBUTOR PIPE,"FUEL SYSTEM, GASOLINE",A803,Vehicle,5573,"PORSCHE IS RECALLING 5,573 MY 2008 CAYENNE V6 VEHICLES. A FUEL LINE IN THE PLENUM PANEL AREA MAY CONTACT THE REAR ENGINE COMPARTMENT COVER. RELATIVE MOVEMENTS OF THE ENGINE WHILE DRIVING MAY CAUSE KNOCKING NOISES AND CHAFING ON THE FUEL LINE. A FUEL LEAK MAY DEVELOP.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REROUTE THE FUEL LINE AND INSTALL AN ADDITIONAL SPACER RING FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 15, 2008. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -02/15/2008,08V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V073000),"Eldorado National- California, Inc.",ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,106,"ELDORADO NATIONAL - CALIFORNIA (ENC) IS RECALLING 106 MY 2004-2007 AXESS, E-Z RIDER II AND TRANSMARK RE REAR ENGINE BUSES BUILT WITH CUMMINS ISL AND ISC DIESEL ENGINES AND EQUIPPED WITH THE CM850 FUEL SYSTEM. THE ENGINE HIGH PRESSURE FUEL LINES FROM THE ENGINE HIGH PRESSURE PUMP TO THE ENGINE FUEL RAIL ARE PRONE TO FAILURE. THE FUEL LINE FAILURES HAVE BEEN DETERMINED TO BE CAUSED BY PROLONGED VIBRATION. FAILURE TYPICALLY OCCURS AT OR UNDER THE FUEL LINE FITTING ATTACHMENTS. FAILURE OF THE FUEL LINE INTRODUCES HIGH PRESSURE ATOMIZED DIESEL FUEL INTO THE ENGINE COMPARTMENT.",FUEL INTO THE ENGINE COMPARTMENT CREATES A RISK OF FIRE DUE TO POSSIBLE IGNITION WHEN THE FUEL VAPOR COMES IN CONTACT WITH HOT SURFACES.,"ENC WILL WORK WITH CUMMINS TO INSTALL A SUPPORT BRACKET ON THE HIGH PRESSURE FUEL LINES FREE OF CHARGE. THE RECALLBEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT ELDORADO NATIONAL - CALIFORNIA AT 909-591-9557." -02/15/2008,08V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V072000),"Bentley Motors, Ltd.",PASSENGER AIR BAG COVER,AIR BAGS,RE08/01,Vehicle,4,BENTLEY IS RECALLING 4 MY 2004 AND 2006 CONTINENTAL GT AND CONTINENTAL FLYING SPUR VEHICLES. THE REPLACEMENT AIR BAG TRIMMED COVERS HAVE BEEN MANUFACTURED WITH TETHERS OF AN INCORRECT LENGTH.,"IN THE EVENT OF A CRASH, THIS COULD RESULT IN DAMAGE TO THE AIR BAG ITSELF DURING DEPLOYMENT INCREASING THE RISK OF INJURIES.","DEALERS WILL REPLACE THE PASSENGER'S AIR BAG COVER FREE OF CHARGE. THE RECALL BEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT BENTLEY AT 1-800-777-6923." -02/14/2008,08V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V071000),HYOSUNG MOTORS AMERICA INC.,FUEL CAP ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3292,"HYOSUNG IS RECALLING 3,292 MY 2005-2007 GT650 AND GV650 MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH FUEL TANK CAP GASKETS THAT PREVENT PROPER TANK VENTILATION.",THIS COULD RESULT IN VEHICLE STALLING WHICH COULD RESULT IN A CRASH AND/OR FUEL LEAKAGE WHICH COULD RESULT IN A FIRE.,"DEALERS WILL MODIFY THE EXISTING GAS CAP GASKET. THE RECALL BEGAN ON APRIL 1, 2008. OWNERS MAY CONTACT HYOSUNG AT 1-770-447-5571." -02/14/2008,08V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V067000),"Forest River, Inc.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,89,FOREST RIVER IS RECALLING 89 MY 2003-2008 TSUNAMI MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS. THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATION BALLS TO ESCAPE FROM THE RECIRCULATION BALL CIRCUIT RESULTING IN A LOSS OF STEERING.,"THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",FOREST RIVER IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOREST RIVER AT 1-574-389-4600. -02/14/2008,08V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V068000),"Champion Bus, Inc.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,14,CHAMPION BUS IS RECALLING 14 MY 2008 3035RE BUSES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS. THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATION BALLS TO ESCAPE FROM THE RECIRCULATION BALL CIRCUIT RESULTING IN A LOSS OF STEERING.,"THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",CHAMPION BUS IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR CHAMPION BUS AT 1-800-331-5761. -02/14/2008,08V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V069000),GOSHEN COACH,WHEELCHAIR LIFT INTERLOCK SYSTEM/INTERMOTIVE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,90,"GOSHEN COACH IS RECALLING 90 MY 2006-2007 GC II BUSES BUILT ON GENERAL MOTORS 560 CHASSIS AND EQUIPPED WITH INTERMOTIVE GATEWAY 401 MODULE INTERLOCK HARNESS. THESE BUSES HAVE BEEN FOUND TO EXHIBIT EXTREME VOLTAGE SPIKES DURING ENGINE CRANKING. THESE EXTREME SPIKES CAN DAMAGE THE DIODE IN THE HARNESS NEAR THE SHIFT LOCK SOLENOID CONNECTOR. IF THE DIODE FAILS IN THE SHORTED CONDITION, THE GATEWAY 401 MODULE CAN BE DAMAGED.","IF THIS OCCURS, THE SHIFT LOCK SOLENOID MAY NOT ENGAGE. IF THIS LOCK DOES NOT ENGAGE, THE VEHICLE WILL HAVE THE ABILITY TO MOVE WHILE THE WHEELCHAIR LIFT IS DEPLOYED WHICH MAY RESULT IN PERSONAL INJURY.",INTERMOTIVE IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 08E004). INTERMOTIVE WILL REPLACE THE DEFECTIVE HARNESS FREE OF CHARGE. OWNERS MAY CONTACT INTERMOTIVE AT 1-800-969-6080 OR GOSHEN COACH AT 937-596-6849. -02/14/2008,08E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E017000),AM Equipment,WIPER SYSTEM ASSEMBLY,VISIBILITY,NR (Not Reported),Equipment,1877,"AM EQUIPMENT IS RECALLING 1,877 WIPER SYSTEM ASSEMBLIES, PART NUMBER 238-1882, WHICH WERE SOLD TO MONACO CORPORATION FOR USE ON THEIR MOTOR HOMES. THE DRIVE MOTOR LINK BECOMES DISENGAGED DURING OPERATION FROM THE WIPER DRIVE ARM WHERE IT ATTACHES TO THE DRIVE ARM CAUSING THE WIPER SYSTEM TO FAIL.","WHEN THE WIPER SYSTEM FAILS, THE OPERATOR WILL HAVE REDUCED VISIBILITY WHICH COULD RESULT IN A CRASH.",AM EQUIPMENT IS WORKING WITH MONACO TO REPLACE THESE WIPER SYSTEM ASSEMBLIES (PLEASE SEE 08V070). -02/14/2008,08V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V070000),MONACO COACH CORPORATION,WIPER SYSTEMS/AM EQUIPMENT,VISIBILITY,R08005,Vehicle,1733,"MONACO IS RECALLING 1,733 MY 2006-2007 DIPLOMAT AND HOLIDAY RAMBLER ENDEAVOR MOTOR HOMES EQUIPPED WITH WIPER SYSTEMS SUPPLIED BY AM EQUIPMENT. THE DRIVE MOTOR LINK BECOMES DISENGAGED DURING OPERATION FROM THE WIPER DRIVE ARM WHERE IT ATTACHES TO THE DRIVE ARM CAUSING THE WIPER SYSTEM TO FAIL.","WHEN THE WIPER SYSTEM FAILS, THE OPERATOR WILL HAVE REDUCED VISIBILITY WHICH COULD RESULT IN A CRASH.","MONACO WILL REPLACE THE COMPLETE UNDER-THE-HOOD WIPER SYSTEM WITH A NEW MODEL, REUSING THE WIPER ARM AND BLADES. THE RECALL BEGAN ON MARCH 11, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -02/12/2008,08V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V066000),"Nissan North America, Inc.",PASSENGER AIR BAG FAIL TO DEPLOY,AIR BAGS,P8201,Vehicle,16365,"NISSAN IS RECALLING 16,365 MY 2008 INFINITI EX35 AND MY 2009 NISSAN MURANO VEHICLES. DUE TO INCORRECT SOFTWARE PROGRAMMING, THE AIR BAG CONTROL UNIT (ACU) MAY CAUSE THE PASSENGER AIR BAG NOT TO OPERATE AS DESIGNED IF THE VEHICLE BATTERY BECOMES SIGNIFICANTLY DISCHARGED.","THIS COULD RESULT IN THE PASSENGER AIR BAG NOT INFLATING IN A CRASH IN WHICH IT WAS DESIGNED TO DO SO, AND INCREASING THE RISK OF INJURY.","DEALERS WILL REPROGRAM THE ACU IN AFFECTED VEHICLES. THE RECALL BEGAN ON FEBRUARY 19, 2008. OWNERS MAY CONTACT INFINITI AT 1-800-662-6200 OR NISSAN AT 1-800-647-7261." -02/07/2008,08E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E016000),Hyundai Motor America,AFTERMARKET TOW HITCH SYSTEM/WIRING HARNESS,TRAILER HITCHES,082,Equipment,3387,"THIS RECALL HAS BEEN SUPERCEDED BY RECALL 08E-055. HYUNDAI IS RECALLING 3,387 TRAILER HITCH WIRING HARNESSES EITHER INCLUDED WITH A TRAILER HITCH OR SOLD AS A SERVICE PART MANUFACTURED BY THULE TOWING SYSTEMS AND DISTRIBUTED BY HYUNDAI FOR INSTALLATION ON MY 2007-2008 SANTA FE AND VERACRUZ VEHICLES. THE ACCESSORY TRAILER HITCH WIRING HARNESS CONVERTER MODULE IS MOUNTED TO THE TOP SURFACE OF THE REAR BUMPER REINFORCEMENT. HIGH CURRENT LEAKAGE OR A SHORT CIRCUIT OF CAPACITOR C1 COULD CAUSE HEAT RELATED DAMAGE TO THE WIRING HARNESS CONVERTER MODULE.",EXCESSIVE HEAT MAY CAUSE DAMAGE TO THE REAR BUMPER AREA AND MAY POTENTIALLY RESULT IN A FIRE.,"HYUNDAI WILL NOTIFY OWNERS AND WILL REPLACE THE TRAILER HITCH WIRING HARNESS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2008. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -02/07/2008,08V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V064000),"Volkswagen Group of America, Inc.",C-PILLAR TRIM COVER,STRUCTURE,70D1/JX,Vehicle,720,"VOLKSWAGEN IS RECALLING 720 MY 2008 AUDI TT COUPE VEHICLES. THESE VEHICLES WERE PRODUCED WITH C-PILLAR TRIM COVER CLIPS THAT DO NOT PROVIDE ADEQUATE RETENTION. IN THE EVENT OF A DEPLOYMENT OF THE REAR PYROTECHNIC SAFETY BELT, THE C-PILLAR TRIM COVER MAY BECOME DETACHED FROM THE SHEET METAL DUE TO LOW RETENTION FORCE OF THE TRIM CLIP.",THE DETACHED TRIM COVER COULD POSE A RISK OF PERSONAL INJURY FOR VEHICLE FRONT SEAT OCCUPANTS.,"DEALERS WILL INSTALL AN IMPROVED CLIP ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON MARCH 7, 2008. OWNERS MAY CONTACT VW/AUDI AT 1-800-822-2834." -02/07/2008,08V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V062000),Blue Bird Body Company,FMVSS 108/REAR LED TURN SIGNAL OPERATION,EXTERIOR LIGHTING,R08MX,Vehicle,45,"BLUE BIRD IS RECALLING 45 MY 2008-2009 MICRO-BIRD SCHOOL BUSES MANUFACTURED FROM OCTOBER 1, 2007 THROUGH JANUARY 28, 2008, MOUNTED ON GENERAL MOTORS CHASSIS WITH OPTION 3016-05 OR 30117-05 LED REAR TURN SIGNALS. THESE BUSES FAIL TO COMPLY WITH THE FLASH RATE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE SUBJECT LIGHTS OPERATE AT APPROXIMATELY 180 FLASHES PER MINUTE AND THE STANDARD REQUIREMENT IS 60-120 FLASHES PER MINUTE.","THIS STANDARD SPECIFIES REQUIREMENTS FOR REQUIRED ORIGINAL AND REPLACEMENT LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT AND THEIR INSTALLATION. THE PURPOSE IS TO REDUCE TRAFFIC CRASHES, DEATHS AND INJURIES RESULTING FROM CRASHES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","OWNERS WILL BE PROVIDED WITH A RESISTOR TO BE INSTALLED IN THE TURN SIGNAL CIRCUIT WHICH WILL BRING THE LED REAR TURN SIGNAL FLASH RATE WITH STANDARD REQUIREMENTS. THE RECALL BEGAN ON MARCH 31, 2008. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -02/07/2008,08V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V065000),PACCAR Incorporated,FMVSS 206/TRIMARK DOOR LATCH,LATCHES/LOCKS/LINKAGES,08KW1/108A,Vehicle,6169,"PACCAR IS RECALLING 6,169 MY 2008 KENWORTH T300, T660, T800, T2000, W900 AND C500 VEHICLES AND MY 2008-2009 PETERBILT MODELS 365, 367, 384, 387, 388, 389 AND 389 KITS. CERTAIN DOOR LATCH ASSEMBLIES ON THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, 'DOOR LOCKS AND DOOR RETENTION COMPONENTS."" THE ROTOR IN SOME OF THESE DOOR LATCH ASSEMBLIES DID NOT RECEIVE THE PROPER HEAT TREATMENT AND MAY BE SOFT.","IN THE EVENT OF A CRASH, FORCE COULD CAUSE THE ROTOR TO CRACK AND THE DOOR WOULD NOT HAVE PRIMARY OR SECONDARY CLOSING SECURITY WHICH COULD POSSIBLY LEAD TO INJURY OF THE VEHICLE OCCUPANT.","PACCAR IS WORKING WITH TRIMARK AND WILL INSPECT AND REPLACE THE DOOR LATCH IF IT IS FOUND TO BE DEFECTIVE. THE RECALL BEGAN ON MARCH 14, 2008. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4196." -02/07/2008,08V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V063000),Motor Coach Industries,STEERING GEAR/TRW,STEERING,296,Vehicle,24,"MOTOR COACH INDUSTRIES (MCI) IS RECALLING 24 MY 2008 D4505, D4500, D4000ISTV MOTOR COACHES EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85. THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICKING OR BINDING CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"MCI IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON FEBRUARY 11, 2008. OWNERS MAY CONTACT TRW AT 1-765-429-1768 OR MCI AT 1-204-287-4982." -02/06/2008,08V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V056000),U.S. DRIVE RIGHT,"FMVSS 101, 108, 111, 114, 115, 118, 120, 208, 301",ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,107,"U.S. DRIVE RIGHT IS RECALLING 107 MY 1994-1998 RIGHT HAND DRIVE, 4-WHEEL DRIVE JEEP CHEROKEE VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 101, 'CONTROLS AND DISPLAYS;' NO. 108, 'LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT;' NO. 111, 'REARVIEW MIRROR;' NO. 114, 'THEFT PROTECTION;' NO. 115, 'VEHICLE IDENTIFICATION NUMBER;' NO. 118, 'POWER WINDOW SYSTEM;' NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS;' NO. 208, 'OCCUPANT CRASH PROTECTION;' AND NO. 301, 'FUEL SYSTEM INTEGRITY.'",THESE VEHICLES DO NOT MEET THE REQUIRED STANDARDS.,U.S. DRIVE RIGHT WILL MAKE ALL THE REQUIRED MODIFICATIONS. A REPRESENTATIVE WILL TRAVEL TO THE CUSTOMER'S LOCATION AND MAKE THE MODIFICATIONS ON SITE. THE RECALL WILL BE PERFORMED ON A REGIONAL BASIS BEGINNING MARCH 2008. OWNERS MAY CONTACT U.S. DRIVE RIGHT AT 1-888-632-5936. -02/06/2008,08E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E015000),"JLEVI STREETWERKS, LLC",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,60,"JLEVI STREETWERKS IS RECALLING 60 HIGH INTENSITY DISCHARGE (HID) KITS, MODELS PROLUMEN GALAXY AND PICCOLO COMPACT, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON MOTOR VEHICLES. THESE KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE PURPOSE OF THIS STANDARD IS TO REDUCE DEATHS AND INJURIES FROM MOTOR VEHICLE CRASHES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY.,"JLEVI STREETWERKS WILL NOTIFY OWNERS AND OFFER A FULL REFUND TO ALL RECIPIENTS OF THE NONCOMPLIANT HID KITS. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT JLEVI STREETWERKS AT 1-888-553-8479." -02/06/2008,08V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V059000),"Chrysler (FCA US, LLC)",FRONT CONTROL MODULE,ELECTRICAL SYSTEM,H03,Vehicle,1338,"CHRYSLER IS RECALLING 1,338 MY 2008 JEEP GRAND CHEROKEE AND COMMANDER VEHICLES. THE FRONT CONTROL MODULE MAY HAVE BEEN INCORRECTLY MANUFACTURED.",THIS COULD CAUSE THE ENGINE TO STALL WHILE DRIVING OR NOT TO START AND/OR CAUSE THE WINDSHIELD WIPERS TO BECOME INOPERATIVE. ENGINE STALLING OR INOPERATIVE WIPERS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE MODULE AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 18, 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -02/06/2008,08V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V061000),"Champion Bus, Inc.",SR-7 SPRING BRAKE VALVE/BENDIX/FREIGHTLINER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,74,CHAMPION IS RECALLING 20 MY 2007-2008 M1235 BUSES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES. THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.,"THIS COULD CAUSE A DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","CHAMPION BUS IS WORKING WITH FREIGHTLINER AND BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07V302 AND 07E037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712, BENDIX AT 1-440-329-9000, OR CHAMPION AT 1-800-331-5761." -02/06/2008,08V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V060000),KING OF THE ROAD,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,20,"KING OF THE ROAD IS RECALLING 20 MY 2005-2007 GENESIS G40QG, MY 2006-2007 G40QH, G40TF, AND MY 2007 G40QI MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS. THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATION BALLS TO ESCAPE FROM THE RECIRCULATION BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",KING OF THE ROAD IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR KING OF THE ROAD AT 1-308-389-7200. -02/05/2008,08E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E013000),Honda (American Honda Motor Co.),AFTERMARKET HITCH STYLE BIKE RACK,EQUIPMENT,NR (Not Reported),Equipment,2032,"HONDA IS RECALLING 2,032 HITCH STYLE BIKE RACKS SOLD AS AFTERMARKET FOR USE ON MY 2003-2007 AND SOME MY 2008 HONDA PILOT, RIDGELINE, AND ACURA MDX VEHICLES. A PINCH BOLT EXISTS BETWEEN THE BIKE ARM BRACKET AND THE UPRIGHT ASSEMBLY OF THE ""HITCH"" STYLE BICYCLE RACK.","WHEN MOVING THE BIKE ARM BRACKET TO ITS DOWN POSITION, THIS PINCH BOLT HAS THE POTENTIAL OF CAUSING SEVERE LACERATION OR AMPUTATION TO THE USER'S FINGERTIPS OR HAND.",OWNERS SHOULD CONTACT THULE AT 800-THULE91 (800-848-5391) TO OBTAIN A FREE REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS OR OWNERS MAY CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238 FOR FURTHER INFORMATION. -02/05/2008,08V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V057000),Ford Motor Company,FUEL RAIL,"FUEL SYSTEM, GASOLINE",08S02,Vehicle,57199,"FORD IS RECALLING 57,199 MY 2006-2007 E-150, E-250, E-350, AND MY 2007 EXPEDITION AND LINCOLN NAVIGATOR VEHICLES EQUIPPED WITH 5.4L ENGINES. THE FUEL RAIL CROSS-OVER HOSE MAY CONTAIN WEAK AREAS. AS A RESULT, THE HOSE MAY CRACK, WHICH COULD CAUSE A FUEL ODOR AND/OR FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL RAIL ASSEMBLY. THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/05/2008,08V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V053000),"New Flyer of America, Inc.",ROOFTOP AIRCONDITIONER EVAPORATOR/FIRE/THERMO KING,EQUIPMENT,NR (Not Reported),Vehicle,431,"NEW FLYER IS RECALLING 431 MY 1996-2001 D60HF DIESEL TRANSIT BUSES EQUIPPED WITH A ROOFTOP AIR CONDITIONING EVAPORATOR. THE EVAPORATOR DRAIN LINES MAKE CONTACT WITH COMPONENTS (BALLAST ASSEMBLIES) WITHIN THE INTERIOR LIGHTING PANEL BELOW THE DRAIN LINE PORT. THIS CAN RESULT IN EITHER DAMAGE TO THE DRAIN LINE, WHICH INTRODUCES MOISTURE INTO THE LIGHTING PANEL, OR RESTRICTION OF THE LINE WHICH RESULTS IN A BACK-UP AND OVERFLOW OF MOISTURE THROUGH THE FRESH AIR RETURN VENT AND BACK INTO THE LIGHTING PANEL.",MOISTURE IN SUFFICIENT QUANTITIES WITHIN THE LIGHTING PANEL MAY RESULT IN A SHORTING OF THE ELECTRICAL COMPONENTS AND A VEHICLE FIRE.,"NEW FLYER WILL INCORPORATE AN ELBOW FITTING INTO THE DRAIN LINE WHERE IT ENTERS THE LIGHTING PANEL FROM THE ROOF, WHICH WILL PROMOTE CLEARANCE BETWEEN THE LINE AND THE BALLAST ASSEMBLY. THE RECALL BEGAN ON FEBRUARY 6, 2008. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4803." -02/05/2008,08V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V058000),Ford Motor Company,SIDE DOOR INTERIOR DOOR HANDLES,LATCHES/LOCKS/LINKAGES,08S03,Vehicle,123632,"FORD IS RECALLING 123,632 MY 2007-2008 EXPEDITION AND LINCOLN NAVIGATOR VEHICLES. THE DOOR HANDLE HOUSING EMBOSSMENT RETAINING THE BOTTOM OF THE INTERIOR DOOR HANDLE SPRING ON ALL SIDE DOORS MAY FRACTURE DURING NORMAL CUSTOMER USAGE. THIS CAN RESULT IN INSUFFICIENT SPRING FORCE TO RETURN THE HANDLE TO THE FULLY CLOSED POSITION. THE HANDLE MAY BE LOOSE CAUSING A RATTLE OR NOISE AND THE HANDLE MAY NOT RETURN TO THE FULLY CLOSED POSITION. THIS CONDITION MAY ALSO PROVIDE A DELAYED RESISTANCE WHEN ACTUATING THE HANDLE PRIOR TO OPENING THE DOOR.","IN THE EVENT OF A SIDE IMPACT CRASH, THE INTERIOR DOOR HANDLE MAY CAUSE THE DOOR LATCH TO OPEN INCREASING THE RISK OF INJURY TO A VEHICLE OCCUPANT.","DEALERS WILL REPLACE THE INTERIOR HANDLE SPRING ON ALL SIDE DOORS. THE RECALL BEGAN ON MARCH 5, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/05/2008,08V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V054000),Damon Corporation,STEERING ARM/TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,326,"DAMON IS RECALLING 126 MY 2007-2008 TUSCANY, MY 2008 ASTORIA, AND ASTORIA PACIFIC MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER-TIGHTENED.",INCORRECTLY TORQUED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,DAMON IS WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES FREE OF CHARGE(PLEASE SEE 07V-306). THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR DAMON AT 1-937-596-6849. -02/05/2008,08V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V055000),Land Rover,SUNROOF DETACHMENT,VISIBILITY,P009,Vehicle,12353,"LAND ROVER IS RECALLING 12,353 MY 2008 LR2 VEHICLES BUILT WITH A SUNROOF. FAILURE OF EITHER THE LEFT OR RIGHT HAND SIDE SUNROOF GUIDE RAIL CAN OCCUR WHEN THE SUNROOF IS OPERATED. EXCESSIVE STRESS CAN DEVELOP IN THE OVER-MOLDED BRACKET WHICH COULD LEAD TO CRACKING DURING NORMAL SUNROOF OPERATION. IF CRACKS OCCUR AND PROPAGATE IN A CERTAIN AREA OF THE GUIDE RAIL, FRAGMENTS OF THE PLASTIC OVER-MOLD MATERIAL MAY DETACH FROM THE GUIDE RAIL AND OBSTRUCT THE OPERATION OF THE SUNROOF.","THE OBSTRUCTION COULD CAUSE THE SUNROOF, WHEN OPERATED, TO BIND, TWIST, AND POTENTIALLY DETACH FROM THE OPERATING MECHANISM. IF THE SUNROOF IS SUBSEQUENTLY CYCLED AND A VERTICAL FORCE APPLIED, I.E., A CUSTOMER MANUALLY AIDING THE ROOF TO CLOSE OR WIND LIFT, THE GLASS PANEL CAN BECOME FULLY DETACHED FROM THE VEHICLE, INCREASING THE RISK OF INJURY.","DEALERS WILL INSTALL RETENTION INSERTS TO BOTH SIDES OF THE GLASS PANEL GUIDE RAILS. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -02/05/2008,08V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V052000),"Kawasaki Motors Corp., U.S.A.",TAIL LIGHT BULB REPLACEMENT,EXTERIOR LIGHTING,MC 08-01,Vehicle,532,KAWASAKI IS RECALLING 532 MY 2008 NINJA EX250J8F AND EX250J8FL MOTORCYCLES. THE TAIL LIGHT BULB MAY PREMATURELY FAIL.,INAPPROPRIATE LIGHTING COULD REDUCE VISIBILITY CREATING THE POSSIBILITY OF A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE TAIL LIGHT BULB FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 4, 2008. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -02/04/2008,08V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V051000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH,VEHICLE SPEED CONTROL,08S01,Vehicle,225000,"FORD IS RECALLING 225,000 MY 1992-2003 ECONOLINE, MY 1993-1995 TAURUS SHO, MY 1992-1998 CROWN VICTORIA, MY 1993 BRONCO, F-SERIES, MY 1995-1997 F-SERIES SUPER DUTY STRIPPED CHASSIS, MY 1992-1998 MERCURY GRAND MARQUIS, AND MY 1992-1995 LINCOLN TOWN CAR VEHICLES. THE AFFECTED VEHICLES WERE PREVIOUSLY REPAIRED USING A WIRING HARNESS THAT IS NOT COMPATIBLE WITH THE VEHICLE CIRCUIT POLARITY.","AS A RESULT, THE FUSE IS LOCATED IN THE OUTPUT CIRCUIT RATHER THAN IN THE INTENDED INPUT POWER FEED CIRCUIT, AND MAY NOT OFFER THE INTENDED PROTECTION IN THE EVENT OF AN ELECTRICAL SHORT TO GROUND.","DEALERS WILL INSTALL A NEW WIRING HARNESS, OR REPLACE THE MATING ELECTRICAL COMPONENT. THE RECALL BEGAN ON FEBRUARY 18, 2008. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/01/2008,08E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E014000),"Nissan North America, Inc.",AFTERMARKET HITCH STYLE BIKE RACKS,EQUIPMENT,NR (Not Reported),Equipment,480,"NISSAN IS RECALLING 480 AFTERMARKET HITCH STYLE BIKE RACKS, PART NO. 999R5-AR000. THESE BIKE RACKS CAN BE INSTALLED ON MY 2002-2008 NISSAN QUEST, MURANO, FRONTIER, XTERRA, PATHFINDER, TITAN, ARMADA, AND MY 2004-2008 INFINITI FX35, FX45, QX56, AND QX4 SPORT UTILITY VEHICLES. A PINCH BOLT EXISTS BETWEEN THE BIKE ARM BRACKET AND THE UPRIGHT ASSEMBLY.","WHEN MOVING THE BIKE ARM BRACKET TO ITS DOWN POSITION, THIS PINCH BOLT HAS THE POTENTIAL OF CAUSING SEVERE LACERATION OR AMPUTATION TO THE USER'S FINGERTIPS OR HAND.","NISSAN WILL NOTIFY OWNERS AND PROVIDE A FREE RETROFIT KIT. THE RECALL BEGAN ON FEBRUARY 19, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -02/01/2008,08V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V049000),Crane Carrier Company,AIR BRAKE SYSTEM TIMING/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,672,"CRANE CARRIER IS RECALLING 672 MY 1999-2001 COE,MY 1999-2002 LDT, MY 2001-2007 LDT2, MY 1998-2003 LET, AND MY 2001-2007 LET2 REFUSE CAB AND CHASSIS FOR FAILING TO COMPLY WITH THE BRAKE RELEASE TIMING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE BRAKE RELEASE TIMING WAS SLOWER THAN REQUIRED.","THIS STANDARD SPECIFIES PERFORMANCE AND EQUIPMENT REQUIREMENTS FOR VEHICLES EQUIPPED WITH AIR BRAKE SYSTEMS, INCLUDING AIR-OVER-HYDRAULIC BRAKE SYSTEMS, TO ENSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS.","CRANE WILL REPLACE SEVERAL FITTINGS AND HOSES WHICH WILL INCREASE THE AIR FLOW AND SUBSEQUENTLY IMPROVE THE BRAKE RELEASE TIMING. THE RECALL BEGAN ON MARCH 14, 2008. OWNERS MAY CONTACT CRANE CARRIER AT 918-832-7305." -02/01/2008,08E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E012000),"STERLING TEK, INC.",FMVSS 218/MOTORCYCLE HELMETS/FAILS STRIKE TEST,EQUIPMENT,NR (Not Reported),Equipment,705,"STERLINGTEK IS RECALLING 705 VOX MOTORCYCLE HELMETS, MODEL 803, SIZES XL AND XXL. THESE HELMETS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE HELMET MAY CRACK AND NOT PROVIDE ADEQUATE PROTECTION TO THE WEARER POSSIBLY RESULTING IN INJURY.","STERLINGTEK WILL NOTIFY OWNERS AND REPLACE THE HELMET FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 17, 2009. OWNERS MAY CONTACT STERLINGTEK AT 877-742-1700." -02/01/2008,08V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V050000),"Coach House, Inc.",RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,29,"COACH HOUSE IS RECALLING 29 MY 2007-2008 PLATINUM MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES. THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,COACH HOUSE IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR COACH HOUSE AT 1-800-235-0984. -01/31/2008,08V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V048000),"Kawasaki Motors Corp., U.S.A.",REAR CARRIER PLATFORM,EQUIPMENT,NR (Not Reported),Vehicle,3336,"KAWASAKI IS RECALLING 3,611 MY 2008 ZG1400A8F, ZG1400A8FL, ZG1400B8F, AND ZG1400B8FL MOTORCYCLES. THE REAR CARRIER PLATFORM COULD BREAK IF A KAWASAKI GENUINE ACCESSORY LUGGAGE SYSTEM IS INSTALLED ON THE CARRIER PLATFORM AND A PASSENGER LEANS AGAINST IT.","THE CARRIER PLATFORM AND LUGGAGE SYSTEM COULD BECOME DETACHED FROM THE VEHICLE, CREATING THE POTENTIAL FOR A CRASH WHICH COULD RESULT IN INJURY OR DEATH.","DEALERS WILL INSPECT AND REPLACE THE REAR CARRIER PLATFORM IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 4, 2008. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -01/31/2008,08V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V047000),"Kawasaki Motors Corp., U.S.A.",SADDLEBAG LATCH,EQUIPMENT,NR (Not Reported),Vehicle,4645,"KAWASAKI IS RECALLING 4,645 MY 2008 ZG1400A8F, ZG1400A8FL, ZG1400B8F, AND ZG1400B8FL MOTORCYCLES. THE PIVOT PIN FOR THE LATCHES THAT SECURE THE SADDLEBAGS TO THE VEHICLE CAN BREAK IF FORCE IS APPLIED TO EITHER SADDLEBAG SUCH AS IN THE EVENT THE VEHICLE FALLS OVER WHILE PARKED OR IF THE SADDLEBAG IS IMPROPERLY ATTACHED.","CONTINUED USE OF THE VEHICLE WITH EITHER SADDLEBAG LATCH BROKEN CAN RESULT IN THE SADDLEBAG COMING FREE OF ITS MOUNT DURING VEHICLE OPERATION, CREATING THE POSSIBILITY OF A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL REPLACE THE SADDLEBAG LATCH ASSEMBLIES FREE OF CHARGE WITH REINFORCED LATCHES. THE RECALL BEGAN ON FEBRUARY 4, 2008. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -01/31/2008,08C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C002000),"Evenflo Company, Inc.",SIDE IMPACT PERFORMANCE,CHILD SEAT,NR (Not Reported),Child Seat,1000000,"EVENFLO IS RECALLING 1,000,000 MODELS 390, 391, 534, AND 552 DISCOVERY CAR SEATS OR ASSOCIATED TRAVEL SYSTEMS MANUFACTURED FROM APRIL 2005 THROUGH JANUARY 2008. IN RECENT LABORATORY TESTS CONDUCTED BY EVENFLO AND NHTSA TO EVALUATE THE PERFORMANCE OF THESE SEATS IN HIGH IMPACT SIDE COLLISIONS, IT WAS REVEALED THAT THE CAR SEAT COULD POTENTIALLY BECOME SEPARATED FROM ITS BASE UNDER THESE CONDITIONS.",SERIOUS INJURY OR DEATH COULD RESULT IF THE CAR SEAT BECAME SEPARATED FROM ITS BASE.,"EVENFLO WILL NOTIFY REGISTERED OWNERS AND PROVIDE A FREE SUPPLEMENTAL DUAL-HOOK FASTENER TO ENSURE THAT THE CAR SEAT REMAINS ATTACHED TO ITS BASE IN A HIGH IMPACT SIDE COLLISION SIMILAR TO THOSE IN THE RECENT TESTS. THE RECALL BEGAN ON FEBRUARY 4, 2008. TO OBTAIN THE FREE FASTENER, OWNERS SHOULD CALL EVENFLO AT 1-800-356-2229 BETWEEN 8 AM AND 5 PM EST OR ORDER ONLINE AT THEIR WEBSITE AT WWW.EVENFLO.COM/DISCOVERY." -01/30/2008,08V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V046000),"General Motors, LLC",FMVSS 201/ROOF RAIL AIR BAGS,AIR BAGS,08016,Vehicle,181516,"GM IS RECALLING 181,516 MY 2006-2008 CHEVROLET HHR VEHICLES NOT EQUIPPED WITH OPTIONAL ROOF RAIL AIR BAGS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, 'OCCUPANT PROTECTION IN INTERIOR IMPACT.' IN TESTS, ONE OF THE UPPER INTERIOR OCCUPANT PROTECTION TEST POINTS EXCEEDED THE STANDARD'S REQUIREMENT.",THIS STANDARD SPECIFIES PERFORMANCE REQUIREMENTS TO PROVIDE HEAD IMPACT PROTECTION FOR OCCUPANTS.,"DEALERS WILL INSTALL AN ENERGY-ABSORBING PLASTIC PIECE TO THE HEADLINER TRIM. THE RECALL BEGAN ON APRIL 2, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR THROUGH THEIR WEBSITE AT HTTP://WWW.GMOWNERCENTER.COM ." -01/30/2008,08V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V044000),Triple E Recreational Vehicles,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,21,"TRIPLE E IS RECALLING 21 MY 2007 EMPRESS, REGENCY, REGAL AND SENATOR MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES. THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,TRIPLE E RV IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR TRIPLE AT 204-325-4361. -01/29/2008,08V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V043000),"Eldorado National- California, Inc.",FMVSS 403/ANTI-STOW INTERLOCK/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,21,"ELDORADO NATIONAL - CALIFORNIA (ENC) IS RECALLING 21 MY 2005-2007 MST, MST II AND TRANSMARK BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS MANUFACTURED FROM APRIL 2005 TO JUNE 2007. THE LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEM ACCESSIBLE FOR MOTOR VEHICLES."" THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,ENC IS WORKING WITH RICON TO CORRECT THE WHEELCHAIR LIFT (PLEASE SEE 07E097). OWNERS MAY CONTACT RICON AT 1-800-322-2884OR ENC AT 1-937-596-6849. -01/29/2008,08V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V039000),"Eldorado National- California, Inc.",THRESHOLD WARNING SYSTEM/FMVSS 404/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,31,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA.",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,RICON IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 07E095). RICON WILL CORRECT THE WHEELCHAIR LIFT FREE OF CHARGE. OWNERS MAY CONTACT RICON AT 818-267-3000 OR ELDORADO NATIONAL CALIFORNIA AT 1-937-596-6849. -01/28/2008,08V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V029000),"Daimler Trucks North America, LLC",AIR DISK BRAKE BOLTS,"SERVICE BRAKES, AIR",FL-521,Vehicle,473,"ON CERTAIN TRUCKS AND MOTOR HOMES CHASSIS, INCORRECT FASTENERS MAY NOT PROVIDE ADEQUATE CLAMPING FORCE BETWEEN THE BRAKE CALIPER AND BRAKE ANCHOR PLATE POTENTIALLY RESULTING IN REDUCED BRAKE EFFECTIVENESS.",REDUCED BRAKE EFFECTIVENESS COULD LEAD TO A VEHICLE CRASH.,"DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF INCORRECT BOLTS WERE USED. IF INCORRECT BOLTS ARE FOUND, VEHICLES WILL BE INSPECTED FOR POSSIBLE ADDITIONAL DAMAGE AND REPAIRED AS REQUIRED. THE RECALL BEGAN ON JUNE 6, 2008. OWNERS MAY CONTACT DAIMLER TRUCKS NORTH AMERICA AT 1-800-547-0712." -01/28/2008,08V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V040000),Doubletree RV,BRAKE ACTUATOR/ACTIVE TECHNOLOGY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,359,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH A DISC BRAKE SYSTEM PRODUCED BY ACTIVE TECHNOLOGY. ACTIBRAKE ACTUATORS INSTALLED ON THESE VEHICLES, OVER TIME, MAY OVERHEAT, DAMAGING THE BRAKING SYSTEM.",THIS COULD CREATE A FIRE OR LOSS OF BRAKING POWER INCREASING THE RISK OF A CRASH.,"DOUBLETREE IS WORKING WITH ACTIVE TECHNOLOGY TO REPAIR THESE VEHICLES (PLEASE SEE 08E007). THE RECALL BEGAN ON FEBRUARY 3, 2008. OWNERS MAY CONTACT DOUBLETREE AT 1-260-562-1075." -01/28/2008,08V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V031000),"Daimler Trucks North America, LLC",BRAKE PEDAL PUSHROD ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",FL-522,Vehicle,141,"ON CERTAIN TRUCKS, THE JAM NUTS ON THE BRAKE PUSHROD BETWEEN THE PEDAL AND THE BRAKE VALVE MAY NOT HAVE BEEN TIGHTENED. THESE NUTS SECURE THE ADJUSTMENT OF THE BRAKE PEDAL PUSHROD.",THIS COULD RESULT IN A GRADUAL LOSS IN BRAKING PERFORMANCE LEADING TO A POSSIBLE VEHICLE CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT AND CORRECT THE BRAKE PEDAL PUSHROD ASSEMBLY. THE RECALL BEGAN ON FEBRUARY 19, 2008. OWNERS MAY CONTACT DTNA AT 1-800-547-0712." -01/28/2008,08V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V038000),"Elgin Sweeper Company, Inc.",DEBRIS IN EXHAUST PIPE/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,66,"ON CERTAIN SWEEPERS EQUIPPED WITH COMPRESSED NATURAL GAS (CNG), SWEEPING DEBRIS MAY BUILD UP IN FRONT OF THE REAR AXLE AND IN THE EXHAUST DISCHARGE PIPE. UNDER HEAVY SWEEPING CONDITIONS, THE CNG EXHAUST TEMPERATURES CAN EXCEED 800 DEGREES.",THE EXHAUST TEMPERATURE COULD IGNITE THE DEBRIS. PERSONNEL NEAR THE STREET SWEEPER COULD BE INJURED OR PROPERTY DAMAGE COULD OCCUR.,"ELGIN WILL INSTALL A NEW EXHAUST SYSTEM IN THESE VEHICLES THAT WILL REDIRECT THE EXHAUST DISCHARGE AWAY FROM THE ELEVATOR SYSTEM AND DEBRIS. THE RECALL BEGAN ON FEBRUARY 1, 2008. OWNERS MAY CONTACT ELGIN AT 1-877-342-5374." -01/28/2008,08V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V035000),"Volkswagen Group of America, Inc.",FUEL SUPPLY LINE,"FUEL SYSTEM, GASOLINE",20NA (R4),Vehicle,96,"ON CERTAIN PASSENGER VEHICLES, A FUEL SUPPLY LINE WAS CHANGED DURING PRODUCTION WHICH COULD LEAD TO INSUFFICIENT SEALING OF THE FUEL SUPPLY LINE CONNECTOR.",THIS CONDITION COULD LEAD TO A FUEL LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE FUEL SUPPLY LINE, IF NECESSARY. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2008. OWNERS MAY CONTACT VWOA AT 1-800-822-8987." -01/28/2008,08V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V041000),"Navistar, Inc.",HOOD SHOCK MOUNTING PIN SEPARATION,STRUCTURE,08501,Vehicle,4360,"ON CERTAIN TRUCKS, THE RETENTION SYSTEM OF THE PIN THAT ATTACHES THE HOOD TRAVEL LIMITING SHOCK TO THE MOUNTING BRACKET ON TOP OF THE RADIATOR MAY BECOME DISABLED DUE TO INTERFERENCE BETWEEN IT AND THE GRAB HANDLE POCKET OF THE HOOD. THIS COULD ALLOW THE PIN TO WORK OUT OF THE CONNECTION RESULTING IN THE HOOD SEPARATING FROM THE SHOCK.","WITH THE VEHICLE IN A STATIONARY POSITION, THIS CONDITION MAY CAUSE A SITUATION WHERE THE INDIVIDUAL OPENING THE HOOD WOULD HAVE TO MANUALLY SUPPORT THE WEIGHT OF THE HOOD WITHOUT WARNING WHICH COULD RESULT IN PERSONAL INJURY.","DEALERS WILL REPLACE THE HOOD/HOOD TRAVEL LIMITING SHOCK CONNECTION PIN AND PIN RETENTION SYSTEM WITH A SYSTEM THAT DOES NOT INTERFERE WITH THE HOOD GRAB HANDLE POCKET. THE RECALL BEGAN ON APRIL 11, 2008. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -01/28/2008,08V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V032000),"Volvo Car USA, LLC",INTEGRATED CHILD BOOSTER SEAT LABELING/FMVSS 213,EQUIPMENT,189,Vehicle,1900,"CERTAIN VEHICLES EQUIPPED WITH REAR INTEGRATED BOOSTER SEATS FAIL TO COMPLY WITH THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" LABELS ON THE AFFECTED VEHICLES ARE MISSING WARNING INFORMATION INDICATING THAT 'DEATH OR SERIOUS INJURY CAN OCCUR' IF THE MANUFACTURER'S INSTRUCTIONS ARE NOT FOLLOWED WHEN USING CHILD RESTRAINT SYSTEMS.",THIS STANDARD SPECIFIES REQUIREMENTS FOR CHILD RESTRAINT SYSTEMS USED IN MOTOR VEHICLES AND AIRCRAFT FOR THE PURPOSE OF REDUCING THE NUMBER OF CHILDREN KILLED OR INJURED IN MOTOR VEHICLE CRASHES AND IN AIRCRAFT.,"DEALERS WILL INSTALL A NEW LABEL WITH THE CORRECT WARNING INFORMATION. THE RECALL BEGAN ON FEBRUARY 20, 2008. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -01/28/2008,08V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V037000),Keystone RV Company,LP LINE/SLIDE OUT ROOM,EQUIPMENT,08-100,Vehicle,247,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS, THE PROPANE HOSE FOR THE SLIDE ROOM IS TOO LONG ALLOWING THE HOSE TO DROOP TOO CLOSE TO THE TIRE. THE PROPANE LINE MAY BECOME DAMAGED AS A RESULT OF CONTACT WITH THE TIRE.","A PROPANE LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE AND/OR EXPLOSION CAUSING PROPERTY DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL REPLACE THE PROPANE HOSE WITH ONE OF SHORTER LENGTH AND WILL ALSO SHORTEN THE HOSE SUPPORT TO MOVE THE HOSE AWAY FROM THE TIRE. THE RECALL BEGAN ON FEBRUARY 1, 2008. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -01/28/2008,08V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V033000),"Volvo Car USA, LLC",PUMP ELECTRONIC MODULE (PEM) CORROSION,"FUEL SYSTEM, GASOLINE",190,Vehicle,23000,"ON CERTAIN VEHICLES SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, REOCCURRING, LONG-TERM EXPOSURE TO CERTAIN ENVIRONMENTAL CONDITIONS SUCH AS SALTY-WET CONDITIONS, IT IS POSSIBLE FOR THE PUMP ELECTRONIC MODULE (PEM) TO BECOME CORRODED INTERNALLY. THIS CAN CAUSE A FAULTY SIGNAL TO THE FUEL PUMP, RESULTING IN LOW OR NO FUEL PRESSURE TO THE ENGINE.","IF THIS OCCURS, THE CHECK ENGINE LIGHT MAY ILLUMINATE. IN SOME CASES, THE VEHICLE MAY FAIL TO START OR MAY STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PEM AND INSTALL IT IN A NEW LOCATION TO PREVENT CORROSION. THE RECALL BEGAN ON FEBRUARY 20, 2008. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -01/28/2008,08V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V030000),Eldorado National-Kansas,REAR AIR SUSPENSION/LINK,SUSPENSION,NR (Not Reported),Vehicle,14,"ON CERTAIN BUSES BUILT ON CHEVROLET CHASSIS AND EQUIPPED WITH LINK SUSPENSION BRACKETS, THE AXLE SIDE LATERAL CONTROL ROD BRACKET HAS CRACKED IN SOME CASES. THIS CRACK COULD RESULT IN A FAILURE OF THE BRACKET.","IF THE LATERAL CONTROL ROD BRACKET FRACTURES, THE HANDLING OF THE VEHICLE WILL BE ADVERSELY AFFECTED, INCLUDING POSSIBLE LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",ELDORADO IS WORKING WITH LINK TO REPAIR THESE BUSES (PLEASE SEE 07E086). LINK WILL PROVIDE REPAIR KITS FREE OF CHARGE. OWNERS MAY CONTACT LINK AT 1-800-222-6283 OR ELDORADO NATIONAL AT 1-937-596-6849. -01/28/2008,08V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V036000),"Volkswagen Group of America, Inc.",ROOF SPOILER,STRUCTURE,66D1 (Q9),Vehicle,510,"ON CERTAIN SPECIAL EDITION TRIPLE WHITE SEDAN VEHICLES, AN INCORRECT ADHESIVE MAY HAVE BEEN USED TO ATTACH THE ROOF SPOILER TO THE REAR GLASS OF THE VEHICLE. IF THE INCORRECT ADHESIVE WAS USED, THE SPOILER COULD BECOME LOOSE OR FALL FROM THE VEHICLE WITHOUT WARNING, EVEN THOUGH INITIALLY THE SPOILER MAY FEEL SECURE.","IF THIS HAPPENS, THE SPOILER COULD CAUSE INJURY BY STRIKING PERSONS OUTSIDE THE VEHICLE OR COULD BECOME AN OBSTACLE TO OTHER DRIVERS, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE ROOF SPOILER ON THESE VEHICLES. THE RECALL BEGAN ON FEBRUARY 29, 2008. OWNERS MAY CONTACT VWOA AT 1-800-822-8987." -01/28/2008,08V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V034000),FOUR WINDS INTERNATIONAL,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,21,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD CAUSE A DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","FOUR WINDS IS WORKING WITH FREIGHTLINER AND BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07V302 AND 07E037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712, BENDIX AT 1-440-329-9000 OR FOUR WINDS AT 1-574-266-1111." -01/28/2008,08V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V042000),Glaval Bus,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,62,"ON CERTAIN BUSES BUILT ON FREIGHTLINER XB-R CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATION BALLS TO ESCAPE FROM THE RECIRCULATION BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.","GLAVAL IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). THE RECALL BEGAN ON FEBRUARY 1, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR GLAVAL AT 1-574-262-2212." -01/25/2008,08E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E009000),"Terex South Dakota, Inc.",AERIAL DEVICES/CHECK VALVES,EQUIPMENT,CB579,Equipment,1167,"TEREX IS RECALLING 1,167 TC SERIES AERIAL DEVICES EQUIPPED WITH CHECK VALVE, P/N 443847, INSTALLED FROM SEPTEMBER 2001 UNTIL MARCH 2007. THE VALVE IS LOCATED ON THE LOWER BOOM LIFT CYLINDER. FAILURE CAN OCCUR ONLY WHEN THE VEHICLE IS PARKED AND THE AERIAL DEVICE IS IN OPERATION. THE CHECK VALVE IS USED IN RETIMING OF THE BOOM WHEN THE PLATFORM IS OUT OF LEVEL. THE FLOW THROUGH THE CHECK VALVE CAN CAUSE THE SNAP RING TO FAIL IF THE RETIMING FLOW IS ABNORMALLY HIGH. THE CHECK VALVE COMPONENTS WILL FLOW INTO THE LIFT CYLINDER IF THE SNAP RING FAILS.","DEBRIS MAY SCRATCH THE CYLINDER WALL OR GET INTO HOLDING VALVES AND CAUSE THE PLATFORM TO DRIFT DOWN SLOWLY, WHICH COULD POSSIBLY RESULT IN SERIOUS INJURY OR DEATH TO THE PLATFORM USER.","TEREX WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE CHECK VALVES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 7, 2008. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-882-4000." -01/25/2008,08V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V045000),"Nissan North America, Inc.",FMVSS 110/INCORRECT TIRE PLACARD,EQUIPMENT,R0802,Vehicle,5523,"NISSAN IS RECALLING 5,523 MY 2008 TITAN, FRONTIER AND XTERRA VEHICLES FOR FAILING TO COMPLY TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES.' THE TIRE PLACARD LISTS AN INCORRECT VEHICLE CAPACITY WEIGHT.",THIS STANDARD SPECIFIES REQUIREMENTS FOR TIRE SELECTION TO PREVENT OVERLOADING.,"NISSAN WILL MAIL A CORRECT TIRE PLACARD AND INSTALLATION INSTRUCTIONS TO OWNERS OF THE AFFECTED VEHICLES. THE RECALL BEGAN ON FEBRUARY 25, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -01/25/2008,08E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E008000),"Terex South Dakota, Inc.",HYDRAULIC ROTARY SELECTOR VALVES,EQUIPMENT,CB578,Equipment,4060,"TEREX IS RECALLING 4,060 TC, TCX, XM, RM, RMX, OM, TM, HA, 6-SERIES, AND FC SERIES AERIAL DEVICES EQUIPPED WITH HYDRAULIC ROTARY SELECTOR VALVES, P/NOS 68698, 459713, 463130, 476618, AND 9118243, MANUFACTURED BETWEEN JANUARY 1996 AND JANUARY 1, 2008. THE VALVE IS USED ON CLOSED CENTER, HYDRAULIC SYSTEM, AERIAL DEVICES. FAILURE CAN OCCUR WHEN THE VEHICLE IS PARKED AND THE AERIAL DEVICE IS OPERATING. THE AERIAL DEVICES ARE INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE TO THE WORK SITE TO FACILITATE WORKING ON ELECTRICAL POWER LINES AND COMMUNICATION LINES.","FAILURE OF THE VALVE MAY CAUSE LOSS OF OIL, THE HANDLE BEING EXPELLED AT HIGH SPEED, AND THE MACHINE WILL BE INOPERABLE, WHICH MAY RESULT IN SERIOUS INJURY OR DEATH TO THE OPERATOR.","TEREX WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE HYDRAULIC ROTARY SELECT VALVE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 7, 2008. OWNERS MAY CONTACT TEREX UTILITIES WARRANTY DEPARTMENT BY CALLING 1-605-882-4000." -01/25/2008,08V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V027000),"Tiffin Motorhomes, Inc.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,FL-509,Vehicle,1292,CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.,"THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",TIFFIN IS WORKING WITH FREIGHTLINER TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR TIFFIN AT 256-356-8661. -01/25/2008,08E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E007000),ACTIVE TECHNOLOGY,TRAILER BRAKE ACTUATION SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,359,"ACTIVE TECHNOLOGY IS WORKING WITH DOUBLETREE RV TO RECALL 359 ACTIBRAKE ELECTRIC-HYDRAULIC ACTUATOR, P/N AB-1-14, USED FOR HYDRAULIC DISC BRAKES INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN DOUBLETREE TRAILERS. THE TRAILER WIRING CONFIGURATION OF THE CIRCUIT BREAKER ALLOWS HIGH CURRENT TO BE CONTINUOUSLY APPLIED TO THE ACTIBRAKE EVEN AFTER THE TRAILER CIRCUIT BREAKER IS TRIPPED AND THE 30 AMP FUSE ON THE ACTIBRAKE IS BLOWN. THEREFORE THERE IS A SITUATION WHEREIN THE 50 AMP BREAKER IN THE TRAILER WIRING DOES NOT PROTECT THE ACTIBRAKE BATTERY CHARGER CIRCUIT FROM OVER-CURRENT.",TRAILER BRAKES ARE NOT OPERATIVE WITH AN INCAPACITATED BRAKE ACTUATOR. THIS SITUATION COULD POSSIBLY RESULT IN A VEHICLE CRASH.,ACTIVE TECHNOLOGY IS WORKING WITH DOUBLETREE TO NOTIFY OWNERS AND REPAIR THE TRAILERS FREE OF CHARGE. OWNERS SHOULD CONTACT DOUBLETREE FOR MORE INFORMATION. DOUBLETREE'S RECALL NO. IS 08V-040. -01/24/2008,08V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V028000),Volvo Trucks North America,DIESEL PARTICULATE FILTER INHIBIT SWITCH,ENGINE AND ENGINE COOLING,RVXX0708,Vehicle,798,"ON CERTAIN TRUCKS, AN INCORRECT SOFTWARE PARAMETER WAS LOADED WHICH RESULTED IN THE DIESEL PARTICULATE FILTER (DPF) 'INHIBIT' FUNCTION BEING DISABLED. THE 'INHIBIT' FUNCTION IS A MEANS FOR THE DRIVER TO STOP A DPF REGENERATION FROM OCCURRING IF A VEHICLE IS IN A LOCATION THAT MAY PRESENT A HAZARDOUS SITUATION.","IF THE DRIVER BELIEVES THAT REGENERATION HAS BEEN STOPPED WHEN IT HAS NOT, IT COULD RESULT IN A FIRE.","DEALERS WILL CHANGE THE CONTROL PARAMETERS. THE RECALL BEGAN ON FEBRUARY 15, 2008. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/24/2008,08V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V026000),GOSHEN COACH,FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,746,"GOSHEN COACH IS RECALLING 746 MY 2005-2006 PACER II, GC II, SENTINEL, AND EUROSHUTTLE BUSES EQUIPPED WITH BRAUN PLATFORM LIFTS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",GOSHEN COACH IS WORKING WITH BRAUN TO HAVE THE DOORWAY LIFT FIXED FREE OF CHARGE (PLEASE SEE 06E094). OWNERS MAY CONTACT GOSHEN COACH AT 937-596-6849 OR BRAUN CORPORATION AT 1-800-946-7513. -01/24/2008,08V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V025000),Newmar Corporation,SPEED CONTROL DEACTIVATION SWITCH/FORD,VEHICLE SPEED CONTROL,05S28,Vehicle,5575,"ON CERTAIN CLASS A MOTOR HOMES CONSTRUCTED ON FORD F-53TY1 AND P131 MOTOR HOME CHASSIS AND EQUIPPED WITH SPEED CONTROL, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT.",OVERHEATING COULD RESULT IN SMOKE OR BURN AND AN UNDERHOOD FIRE.,"NEWMAR IS WORKING WITH FORD IN CONDUCTING THIS RECALL. FORD WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR NEWMAR AT 574-773-7791. (NOTE: ALSO SEE FORD RECALLS 05V017, 05V388, AND 06V286)" -01/23/2008,08E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E006000),Hyundai Motor America,AFTERMARKET HITCH STYLE BIKE RACKS,EQUIPMENT,081,Equipment,185,"HYUNDAI IS RECALLING 185 AFTERMARKET EXPRESSWAY 996 (P/N 00285-03000) AND EXPRESSWAY 995 (P/N 00285-03001) HITCH STYLE BIKE RACKS RECEIVED FROM THULE, INC. IN JANUARY AND FEBRUARY 2005. A PINCH BOLT EXISTS BETWEEN THE BIKE ARM BRACKET AND THE UPRIGHT ASSEMBLY OF THE ""HITCH"" STYLE BICYCLE RACK.","WHEN MOVING THE BIKE ARM BRACKET TO ITS DOWN POSITION, THIS PINCH BOLT HAS THE POTENTIAL OF CAUSING SEVERE LACERATION OR AMPUTATION TO THE USER'S FINGERTIPS OR HAND.",THULE WILL PROVIDE A REPAIR KIT AND INSTRUCTIONS TO OWNERS OF THESE BICYCLE RACKS. OWNERS SHOULD CONTACT THULE AT 800-THULE91 (800-848-5391) TO OBTAIN A FREE REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS OR OWNERS CAN CONTACT HYUNDAI AT 734-337-9499 FOR FURTHER INFORMATION. -01/23/2008,08V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V024000),"Autocar, LLC",STEERING SHAFT LENGTH,STEERING,A-0801,Vehicle,28,"CERTAIN VEHICLES WERE BUILT WITH A TELESCOPING STEERING SHAFT BETWEEN THE IN-CAB STEERING COMPONENTS AND THE POWER STEERING GEAR BOX, LOCATED ON THE VEHICLE'S FRAME. THE STEERING SHAFT HAS BEEN DETERMINED TO BE TOO LONG.","THE ADDITIONAL LENGTH IN THE STEERING SHAFT RESULTS IN THE NEED FOR INCREASED STEERING EFFORT ON THE PART OF THE VEHICLE'S DRIVER. THE DRIVER MAY NOT BE PREPARED FOR SUCH NEED, WHICH COULD RESULT IN AN UNPREDICTABLE REACTION BY THE DRIVER, INCREASING THE RISK OF A CRASH.","AUTOCAR WILL PROVIDE INSTRUCTIONS FOR SCHEDULING THE REPAIR OF THESE VEHICLES AT AN AUTHORIZED AUTOCAR SERVICE FACILITY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 7, 2008. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-6024." -01/20/2008,08V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V014000),Glaval Bus,FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,215,"CERTAIN TRANSIT BUSES EQUIPPED WITH BRAUN PLATFORM LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",GLAVAL IS WORKING WITH BRAUN CORPORATION TO HAVE THE DOORWAY LIFT FIXED FREE OF CHARGE (PLEASE SEE 06E094). OWNERS MAY CONTACT BRAUN CORPORATION AT 1-800-946-7513 OR GLAVAL AT 1-574-262-2212. -01/18/2008,08V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V022000),"Mitsubishi Motors North America, Inc.",RIGHT FRONT SEAT BELT ASSEMBLY,SEAT BELTS,SR-08-001,Vehicle,7340,"ON CERTAIN PASSENGER VEHICLES, THE RIGHT SIDE LOWER SEAT BELT ANCHOR MAY SEPARATE DURING A SEVERE VEHICLE CRASH.",BREAKAGE OF THE MOUNTING BRACKET IN A SEVERE CRASH COULD ALLOW THE SEAT BELT TO NOT PROPERLY RESTRAIN THE PASSENGER AND POTENTIALLY RESULT IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE FRONT PASSENGER SIDE SEAT BELT AND BRACKET ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2008. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -01/16/2008,08V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V021000),New Horizons RV Corporation,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,77,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,NEW HORIZONS IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR NEW HORIZONS AT 1-800-235-3140. -01/15/2008,08V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V019000),"Coachmen RV Company, LLC",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,116,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",COACHMEN IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR COACHMEN AT 1-800-453-6064. -01/15/2008,08V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V020000),Pierce Manufacturing,STEERING GEAR/TRW,STEERING,NR (Not Reported),Vehicle,22,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85 AND RCS85, THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICK OR BIND CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"PIERCE IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON JANUARY 11, 2008. OWNERS ONTACT TRW AT 765-429-1768 OR PIERCE AT 920-832-3249." -01/14/2008,08V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V018000),Collins Bus Corporation,FMVSS 209/210/ SEAT BELT FRAY,SEAT BELTS,NR (Not Reported),Vehicle,296,"CERTAIN MY 2005 AND 2006 COLLINS BANTAM, GRAND BANTAM, SUPER BANTAM, AND OMNI SCHOOL BUSES MANUFACTURED BETWEEN NOVEMBER 2005 AND JUNE 2006, FOR FAILING TO COMPLY WITH ALL THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"", AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE WEB OF THE BELT RUBS UP AGAINST THE RETRACTOR'S METAL SLEEVE CAUSING FRICTION AND ABRASION, AND OVER TIME, MAY FRAY THE BELT.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED POSSIBLY RESULTING IN INJURY.","COLLINS WILL NOTIFY OWNERS AND REPLACE THE SEAT BELT FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 7, 2008. OWNERS MAY CONTACT COLLINS AT 1-800-533-1850." -01/11/2008,08V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V015000),Newmar Corporation,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,126,"CERTAIN MOTOR HOME CHASSIS BUILT ON FREIGHTLINER VCL OR XC CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",FREIGHTLINER IS CONDUCTING THIS RECALL (PLEASE SEE 07V-343) AND WILL REPLACE THE STEERING GEAR FREE OF CHARGE. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR NEWMAR AT 574-773-7791. -01/11/2008,08V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V017000),Damon Corporation,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,73,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",DAMON IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR DAMON AT 937-596-6849. -01/10/2008,08V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V013000),"FLEETWOOD ENTERPRISES, INC.",INOPERATIVE INVERTER/MAGNUM,ELECTRICAL SYSTEM,71221,Vehicle,376,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A FIELD EFFECT TRANSISTOR (FET) BOARD BUILT BY MAGNUM ENERGY, INC., THE CIRCUITRY INSIDE CERTAIN INVERTERS CAN CAUSE AN INOPERATIVE CONDITION RESULTING IN OVERHEATING OF THE INVERTER.",OVERHEATING OF THE INVERTER MAY RESULT IN A POTENTIAL FIRE.,"DEALERS WILL INSPECT AND REPLACE THE INVERTER FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 19, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -01/10/2008,08V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V012000),Triple E Recreational Vehicles,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,141,"CERTAIN MOTOR HOME CHASSIS BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",TRIPLE E IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR TRIPLE E AT 1-204-325-4361. -01/10/2008,08V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V016000),"ALFA LEISURE,INC.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,602,"CERTAIN MOTOR HOME CHASSIS BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",ALFA LEISURE IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR ALFA LEISURE AT 1-800-373-3372. -01/09/2008,08V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V008000),"Gillig, LLC",AIR DRYER MALFUNCTIONS/GRAHAM WHITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,249,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH GRAHAM-WHITE AIR DRYERS, THE AIR DRYER TIMER MODULES MAY ALLOW SUFFICIENT QUANTITIES OF MOISTURE TO ENTER AND AFFECT THE OPERATION OF THE VEHICLE AIR BRAKE SYSTEM.",FAILURE OF THE AIR BRAKE SYSTEM DUE TO MOISTURE COULD RESULT IN A CRASH.,"GILLIG, IN CONJUNCTION WITH GRAHAM-WHITE, WILL REPLACE THE AIR DRYER TIMER MODULE ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON JANUARY 29, 2008. OWNERS MAY CONTACT GILLIG AT 1-510-785-1500 OR GRAHAM-WHITE AT 540-387-5620." -01/09/2008,08V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V006000),"Mercedes-Benz USA, LLC",CRANKSHAFT SENSOR/ENGINE STALL,ENGINE AND ENGINE COOLING,2008010005,Vehicle,9004,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH DIESEL ENGINES, THE CRANKSHAFT SENSOR COULD FAIL DUE TO SEPARATION OF BOND WIRES FROM THE LEAD FRAME IN THE SENSOR. THIS RESULTS IN AN INTERRUPTION IN THE ELECTRICAL CONNECTION IN THE CHIP HOUSING OF THE SENSOR.","WHEN THIS HAPPENS, THE VEHICLE MAY LOSE POWER RATHER THAN ENTER A LIMP-HOME MODE. IN ADDITION, THE VEHICLE CANNOT BE RESTARTED AFTER FAILURE OF THE ELECTRICAL CONNECTION IN THE SENSOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CRANKSHAFT SENSOR. THE RECALL BEGAN ON FEBRUARY 4, 2008. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -01/09/2008,08V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V011000),"Navistar, Inc.",FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,07516,Vehicle,1027,"INTERNATIONAL IS RECALLING 1,027 MY 2006-2007 BE, CE, FE, AND RE SCHOOL AND COMMERCIAL BUSES MANUFACTURED FROM JULY 11, 2005 THROUGH JULY 31, 2006, AND EQUIPPED WITH BRAUN PLATFORM LIFTS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",INTERNATIONAL IS WORKING WITH BRAUN CORPORATION TO HAVE THE DOORWAY LIFT FIXED FREE OF CHARGE (PLEASE SEE 06E094). OWNERS MAY CONTACT BRAUN CORPORATION AT 1-800-946-7513 OR INTERNATIONAL AT 1-800-448-7825. -01/09/2008,08V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V005000),"WESTERN RECREATIONAL VEHICLES, INC.",RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,85,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR ""KINK"" IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,WESTERN RV IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES (PLEASE SEE 07E030). THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR WESTERN RV AT 1-509-457-4133. -01/09/2008,08V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V007000),Prevost Car (US) Inc.,SHIFTER INDICATOR INTERFERENCE/ZF,EQUIPMENT,SR07-10,Vehicle,392,"ON CERTAIN MOTOR COACHES EQUIPPED WITH ZF/ARENS ASTRONIC SHIFT SELECTORS, A CELL PHONE PLACED IN THE PROXIMITY OF THE SHIFTER TOUCH PAD COULD CAUSE THE DISPLAY TO CHANGE FROM 'R' (REVERSE) TO 'D' (DRIVE) SHOULD THE PHONE RECEIVE A CALL.","THIS INTERFERENCE CAN CAUSE THE TRANSMISSION TO NOT OPERATE OR CAUSE IMPROPER SHIFTING, AS FORWARD GEAR CAN BE ENGAGED FROM NEUTRAL ONLY, IF THE VEHICLE HAS BEEN STOPPED, AND IF THE BRAKE PEDAL HAS BEEN DEPRESSED. IF THE MALFUNCTION OCCURS WHILE 'R' (REVERSE) IS BEING SELECTED, THE SHIFTER MAY POSSIBLY CHANGE TO 'D' (DRIVE), INCREASING THE RISK OF A CRASH.","PREVOST WILL MAIL STICKERS AND INSTALLATION INSTRUCTIONS TO THEIR OWNERS AND WILL ALSO ARRANGE TO HAVE THE TRANSMISSION SOFTWARE UPGRADED. THE RECALL BEGAN ON FEBRUARY 13, 2008. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432." -01/09/2008,08V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V010000),"New Flyer of America, Inc.",STAINLESS STEEL HYDRAULIC LINES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1049,CERTAIN BUSES HAVE STAINLESS STEEL HYDRAULIC LINES WITH 90� FLANGE FITTINGS WHICH ARE SUBJECT TO FAILURE DUE TO ERRORS IN BOTH THE DESIGN AND MANUFACTURE OF THESE LINES.,"FAILURE OF THESE LINES, LOCATED IN THE ENGINE COMPARTMENT, COULD RESULT IN A VEHICLE FIRE.","NEW FLYER WILL REMOVE THESE LINES AND REPLACE THEM WITH A PREVIOUSLY PROVEN DESIGN OF FLEXIBLE LINES. THE RECALL BEGAN ON JANUARY 15, 2008. OWNERS MAY CONTACT NEW FLYER AT 1-204-982-8400." -01/09/2008,08V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V009000),FOUR WINDS INTERNATIONAL,STEERING ARM /TIE ROD ARM/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,55,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH AXLE ALLIANCE COMPANY (AAC) FRONT AXLES, THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER TIGHTENED.",INCORRECTLY TORQUED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,FOUR WINDS WILL BE WORKING WITH FREIGHTLINER TO REPAIR THESE VEHICLES. OWNERS CAN CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOUR WINDS AT 1-574-266-1111. -01/08/2008,08V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V002000),PACCAR Incorporated,FMVSS 106/AIR BRAKE HOSES/EATON SYNFLEX,"SERVICE BRAKES, AIR",07KWF 1207L,Vehicle,2794,"CERTAIN TRUCKS EQUIPPED WITH EATON SYNFLEX ECLIPSE BRAND EXTRUDED NYLON AIR BRAKE HOSE TUBING FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES."" THE TUBING WAS MANUFACTURED WITH ONLY FOUR LAYERS OF NYLON MATERIAL, INSTEAD OF THE SPECIFIED FIVE LAYERS.",THE DIAMETER OF THE HOSE AFFECTS THE FITTINGS WHICH MAY ALLOW AIR TO LEAK FROM THE BRAKES AND CREATE THE POTENTIAL FOR A VEHICLE CRASH.,"DEALERS WILL INSPECT THE AIR BRAKE HOSES AND, IF NECESSARY, REPLACE THE HOSES. THE RECALL BEGAN ON FEBRUARY 22, 2008. OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4196." -01/08/2008,08E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E005000),VCAN SPORTS,FMVSS 218/MATERIALS/STITCHING/LABELING,EQUIPMENT,NR (Not Reported),Equipment,29134,"CERTAIN VCAN AND OUTLAW MOTORCYCLE HELMETS, MODEL V530, SIZES XS, S, M, L, XL, AND XXL, FAIL TO CONFORM TO THE PENETRATION, STRAP RETENTION, AND LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER OF ONE OF THESE HELMETS MAY NOT BE ADEQUATELY PROTECTED WHICH COULD POSSIBLY RESULT IN SERIOUS INJURY.",VCAN WILL NOTIFY OWNERS AND REPLACE THE HELMET FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A NOTIFICATION SCHEDULE. OWNERS MAY CONTACT VCAN AT 323-221-8200. -01/08/2008,08V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V004000),"NABI Bus, LLC",MAIN CASTINGS,STRUCTURE,2007-03,Vehicle,92,"ON CERTAIN ARTICULATED 60' TRANSIT BUSES, THE MAIN CASTINGS MAY PREMATURELY FAIL.","IF THE CASTING FRACTURES, LOSS OF VEHICLE CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE MAIN CASTINGS. THE RECALL BEGAN ON FEBRUARY 20, 2008. OWNERS MAY CONTACT NABI AT 1-256-831-4296." -01/07/2008,08E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E003000),DANA CORPORATION,PINION GEARS BREAK,POWER TRAIN,NR (Not Reported),Equipment,68,"ON CERTAIN PINION GEARS, P/NOS. 129737 AND 127420, MANUFACTURED ON DECEMBER 4, 2007, AND ASSEMBLED INTO THE AXLE ASSEMBLY OF TANDEM-REAR OR SINGLE DRIVE AXLES INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN INTERNATIONAL, PACCAR, AND VOLVO HEAVY TRUCKS, WRONG INDUCTION HARDNESS PROCESS SETTINGS WERE USED RESULTING IN EXCESSIVE HARDNESS OF THE PINION GEARS.","THE EXCESSIVE HARDNESS CAN POTENTIALLY RESULT IN THE THREADED END OF THE PINION BREAKING OFF. THIS FAILURE COULD RESULT IN DRIVESHAFT DISCONNECTING FROM THE AXLE, WHICH WOULD CAUSE LOSS OF VEHICLE POWER. IT IS ALSO POSSIBLE THAT THE DRIVESHAFT MAY SEPARATE FROM THE VEHICLE POSSIBLY RESULTING IN A VEHICLE CRASH.",DANA IS WORKING WITH THE VEHICLE MANUFACTURERS TO NOTIFY OWNERS AND HAVE THEIR VEHICLES REPAIRED FREE OF CHARGE. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR MORE INFORMATION. -01/07/2008,08E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E004000),INTERMOTIVE VEHICLE CONTROLS,WHEELCHAIR LIFT INTERLOCK SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,ONP2007-02,Equipment,250,"CERTAIN INTERMOTIVE WHEELCHAIR LIFT INTERLOCK, P/NO. ILIS605-H3 ILIS ACTIVATION KIT (INTERLOCK OPTION FOR GATEWAY 401) SOLD FOR USE AS AFTERMARKET FOR 2005 - 2008 CHEVY 560 (C4500 AND C5500 KODIAK) 6.6L DIESEL VEHICLES WHICH A PROTECTION DIODE WAS USED. THE DIODE CAN BE EXPOSED TO VOLTAGE SPIKES GREATER THAN WHAT IT CAN WITHSTAND. THE DIODE COULD FAIL, WHICH COULD PREVENT VEHICLE INTERLOCK OPERATION WHEN A WHEELCHAIR LIFT IS DEPLOYED.","SHOULD THE DIODE FAIL, IT WILL BE POSSIBLE TO MOVE THE VEHICLE WITH THE WHEELCHAIR DEPLOYED, WHICH COULD RESULT IN INJURY TO ANYONE USING THE LIFT.","INTERMOTIVE WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 20, 2007. OWNERS CAN CONTACT INTERMOTIVE TOLL-FREE AT 1-800-969-6080. THIS RECALL ONLY PERTAINS TO AFTERMARKET INTERMOTIVE WHEELCHAIR LIFTS AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON CHEVRLOT AND GMC VEHICLES MANUFACTURED BY GENERAL MOTORS." -01/04/2008,08V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08V001000),MONACO COACH CORPORATION,REAR WHEEL RUBBING,STRUCTURE,R07036,Vehicle,113,CERTAIN CLASS A MOTOR HOMES LACK THE REQUIRED JOUNCE CLEARANCE BETWEEN THE REAR WHEELS. THE TIRES MAY RUB ON THE FLAT PANELS THAT ENCLOSE THE HOLDING TANKS AREA AND THE SCREWS WHICH SECURE THESE PANELS MAY RUB THE INNER SIDEWALL OF THE REAR DUAL TIRES.,"IF THE SCREWS CONTINUE TO RUB THE INNER REAR DUAL TIRE, IT IS POSSIBLE THAT THERE COULD EVENTUALLY BE A TIRE FAILURE. A TIRE BLOW OUT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH. IN ADDITION, IF THE VEHICLE IS RUN ON A FLAT TIRE, THIS COULD LEAD TO A POTENTIAL FIRE IN THE WHEEL WELL AREA.","DEALERS WILL REMOVE THE REAR DUAL TIRES AND CUT OUT AN AREA OF FOAM FROM THE INNER WHEEL WELLS THAT WILL BE REPLACED WITH A PIECE OF ABS PLASTIC FORMED PANEL AND AN ANGLE TO SEAL THE AREA. THE RECALL BEGAN ON JANUARY 23, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -01/03/2008,08T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T001000),"Foreign Tire Sales, Inc.",FMVSS 119/MAX LOAD RATE,TIRES,NR (Not Reported),Tire,350,"FTS IS RECALLING 350 FTS CHASSIS CONTAINER TIRES WITH THE BRAND NAME DIRECTION, SIZE 11.22.5. THESE TIRES WERE NOT BRANDED WITH THE MAXIMUM SINGLE USE LOAD RANGE WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES.",THE MANUFACTURER HAS NOT PROVIDED A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,"FTS WILL NOTIFY OWNERS AND BRING THE TIRES INTO COMPLIANCE BY BRANDING THEM WITH THE REQUIRED INFORMATION. THE RECALL BEGAN ON FEBRUARY 28, 2008." -01/03/2008,08T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08T002000),"Foreign Tire Sales, Inc.",FMVSS 119/MAX LOAD RATE,TIRES,NR (Not Reported),Tire,7350,"CERTAIN FTS CHASSIS CONTAINER TIRES WITH THE BRAND NAME MAERSK, SIZES 11.22.5 AND 10.00-20. THESE TIRES WERE NOT BRANDED WITH THE MAXIMUM SINGLE USE LOAD RANGE WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES.",THE MANUFACTURER HAS NOT PROVIDED A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,FTS WILL NOTIFY OWNERS AND BRING THE TIRES INTO COMPLIANCE BY BRANDING THEM WITH THE REQUIRED INFORMATION. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A NOTIFICATION SCHEDULE. -01/02/2008,08E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E002000),TriMark Corporation,FMVSS 206/BROKEN DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,9297,"CERTAIN TRIMARK SINGLE ROTOR DOOR LATCHES WITH PRODUCT DATE CODES R40Z, R41Z, R42Z, R43Z, R44Z, AND R45Z, INSTALLED FOR USE AS ORIGINAL EQUIPMENT ON PETERBILT AND KENWORTH HEAVY TRUCKS, FAIL TO COMPLY WITH THE TRANSVERSE PULL STATIC LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS."" A MALFUNCTION IN THE SINTERING FURNACE DID NOT EXHAUST LUBRICANT WHICH CONTAMINATED SOME PARTS PASSING THROUGH THE FURNACE.","IN THE EVENT OF A VEHICLE CRASH, FORCE COULD CAUSE THE ROTOR TO CRACK AND THE DOOR WOULD NOT HAVE PRIMARY OR SECONDARY CLOSING SECURITY WHICH COULD POSSIBLY LEAD TO INJURY OF THE VEHICLE OCCUPANT.",TRIMARK IS WORKING WITH PACCAR TO NOTIFY OWNERS AND REPLACE THE DOOR LATCHES FREE OF CHARGE (PLEASE SEE 08V065). -01/02/2008,08C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08C001000),"Graco Children's Products, Inc.",FMVSS 213/PADDING FOAM,CHILD SEAT,NR (Not Reported),Child Seat,18,"CERTAIN GRACO COMFORTSPORT CHILD RESTRAINT SYSTEMS, MODEL 8C02MRC2, MANUFACTURED ON OCTOBER 22, 2007, WERE NOT CERTIFIED TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, 'CHILD RESTRAINT SYSTEMS.' THESE SEATS WERE PRODUCED WITH CONVOLUTED FOAM THAT WAS 1.5"" THICK INSTEAD OF THE 1"" THICK FOAM THAT GRACO SPECIFIED AND TESTED. SEATS WITH 1.5"" FOAM HAVE NOT BEEN TESTED SO IT IS UNCLEAR AS TO WHAT IMPACT THIS WILL HAVE ON COMPLIANCE TO THE STANDARD AND ON CHILD SEAT SAFETY.",THE PURPOSE OF THIS STANDARD IS TO REDUCE THE NUMBER OF CHILDREN KILLED OR INJURED IN MOTOR VEHICLE CRASHES.,GRACO WILL NOTIFY OWNERS AND REPLACE THE AFFECTED SEATS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2008. OWNERS CAN CONTACT GRACO AT 1-800-345-4109. -01/02/2008,08E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=08E001000),"Femtec, Inc.",WHEEL RIM CRACKS,WHEELS,NR (Not Reported),Equipment,4287,"CERTAIN ULTRA ALUMINUM WHEELS SERIES 223/224, 8 LUG - 170 AND 8 LUG - 6.5 IN THE SIZE 17"" X 8"". SOME OF THESE WHEELS MAY CRACK DUE TO THE MARGINAL DIMENSION ON THE SPOKE ESPECIALLY IF MOUNTED ON TIRES LARGER THAN THE RECOMMENDED MAXIMUM TIRE DIAMETER OF 32.5 INCHES.",CRACKED SPOKES COULD CAUSE EVENTUAL SEPARATION OF THE WHEEL AND TIRE FROM THE RIM POSSIBLY RESULTING IN A VEHICLE CRASH.,"FEMTEC WILL NOTIFY OWNERS AND REPLACE THE WHEELS WITH THE SAME STYLE OR OF A SIMILAR PRODUCT AT NO COST WHICH WILL INCLUDE FREE MOUNTING AND BALANCING. THE RECALL BEGAN ON JANUARY 2, 2008. OWNERS CAN CONTACT FEMTEC CUSTOMER SERVICE AT 1-877-223-2282." -12/28/2007,07V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V599000),"Nissan North America, Inc.",BODY CONTROL MODULE,ELECTRICAL SYSTEM,P7267,Vehicle,114,"ON CERTAIN PASSENGER VEHICLES THAT HAVE HAD THE BODY CONTROL MODULE (BCM) REPLACED DURING SERVICE AT A DEALERSHIP, THE TIRE PRESSURE MONITORING SYSTEM (TPMS) MAY HAVE BEEN INADVERTENTLY DEACTIVATED DUE TO AN ISSUE WITH THE DEALER SERVICE SOFTWARE. IF THE TPMS IS TURNED OFF, IT WOULD NOT ALERT THE DRIVER TO A DECREASE IN THE TIRE PRESSURE AS DESIGNED.",DRIVING ON UNDER-INFLATED TIRES IS UNSAFE AND COULD RESULT IN A CRASH.,"DEALERS WILL CHECK THE TPMS FUNCTION AND REACTIVATE IT IF NECESSARY. THE RECALL BEGAN ON JANUARY 18, 2008. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -12/28/2007,07V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V598000),FREIGHTLINER LLC,EXTENSION PIPES/FIRE/CATERPILLAR,ENGINE AND ENGINE COOLING,FL-520,Vehicle,250,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR EPA07 C155 ENGINES, THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE MAY DEVELOP A CRACK OR HOLE AND HEAT OR FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.",A VEHICLE FIRE CAN OCCUR.,CATERPILLAR IS CONDUCTING THIS RECALL (PLEASE SEE 07E100). CATERPILLAR WILL REPAIR THE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR FREIGHTLINER AT 1-800-547-0712. -12/28/2007,07V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V597000),Ducati North America,LICENSE PLATE HOLDER SUPPORT BRACKET POSTS,EQUIPMENT,732,Vehicle,865,"ON CERTAIN MOTORCYCLES, THE LICENSE NUMBER PLATE HOLDER SUPPORT BRACKET POSTS CAN CRACK.",THE LICENSE PLATE CAN FALL OFF THE MOTORCYCLE.,"DEALERS WILL INSTALL A REDESIGNED BRACKET FREE OF CHARGE. THE RECALL BEGAN ON APRIL 23, 2008. OWNERS MAY CONTACT DUCATI AT 408-253-0499." -12/21/2007,07V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V594000),SPRINTER ENGINEERING & COMPLIANCE SUPPOR,CRANKSHAFT SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6101,"ON CERTAIN UTILITY VANS, THE CRANKSHAFT SENSOR IN CERTAIN DIESEL ENGINES COULD FAIL DUE TO SEPARATION OF BOND WIRES FROM THE LEAD FRAME IN THE SENSOR. THIS RESULTS IN AN INTERRUPTION IN THE ELECTRICAL CONNECTION IN THE CHIP HOUSING OF THE SENSOR.","WHEN THIS HAPPENS, THE VEHICLES MAY LOSE POWER RATHER THAN ENTER A LIMP-HOME MODE. IN ADDITION, THE VEHICLE CANNOT BE RESTARTED AFTER FAILURE OF THE ELECTRICAL CONNECTION IN THE SENSOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CRANKSHAFT SENSORS. THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT SPRINTER AT 1-800-992-1997." -12/21/2007,07V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V593000),"Eldorado National- California, Inc.",FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,25,"CERTAIN BUSES EQUIPPED WITH BRAUN PLATFORM LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",ELDORADO IS WORKING WITH BRAUN CORPORATION TO HAVE THE DOORWAY LIFT FIXED (PLEASE SEE 06E094). OWNERS MAY CONTACT ELDORADO AT 1-909-591-9557 OR BRAUN CORPORATION AT 1-800-946-7513. -12/21/2007,07V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V595000),HOST INDUSTRIES,GAS COOKING APPLIANCE/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,73,"ON CERTAIN TRUCK CAMPERS AND CLASS C MOTOR HOMES EQUIPPED WITH SUBURBAN GLASS TOP, SEALED BURNER RANGES AND COOK TOPS WITH SERIAL NUMBERS INCLUDED IN A RANGE BEGINNING WITH 063413053 AND ENDING WITH 064704399, P/NOS. 2950A, 2951A, 2952A, AND 2953A, A THREADED CONNECTOR ON THE TUBE BETWEEN THE BURNER VALVE AND THE BURNER MAY NOT HAVE BEEN FULLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE THREADED CONNECTOR IS NOT PROPERLY TIGHTENED, IT IS POSSIBLE FOR THE GAS TO LEAK FROM THE CONNECTION WHEN THE BURNER IS TURNED ON. LP GAS IS HEAVIER THAN AIR AND ANY LEAKED GAS COULD ACCUMULATE IN AN ENCLOSED OR LOW AREA IN YOUR RECREATIONAL VEHICLE. A SUFFICIENT QUANTITY OF ACCUMULATED GAS, IF IGNITED, COULD CAUSE A FIRE OR EXPLOSION.",HOST IS WORKING WITH SUBURBAN TO REPAIR THESE COOKING APPLIANCES. OWNERS MAY CONTACT HOST AT 1-541-330-2328 OR SUBURBAN AT 423-775-2131. -12/21/2007,07V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V596000),Farber Specialty Vehicles,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,32,"ON CERTAIN SPECIALTY VEHICLES SUCH AS BOOKMOBILE, MEDICAL, DENTAL, DISPLAY, AND COMMAND BUSES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",FARBER SPECIALTY VEHICLES IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FSV AT 1-800-331-3188. -12/21/2007,07V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V592000),FREIGHTLINER LLC,STEERING GEARS/TRW,STEERING,FL-519,Vehicle,220,"ON CERTAIN TRUCKS EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85 AND RCS85, THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICK OR BIND CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"FREIGHTLINER IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON APRIL 18, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/20/2007,07E108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E108000),ECO WHEEL CORPORATION,ALUMINUM ALLOY WHEELS/BREAKES IN HALF,WHEELS,NR (Not Reported),Equipment,26276,"CERTAIN ECO AND ECHELON BRANDED ALUMINUM ALLOY WHEELS, SIZES 20""X9"", 22""X9.5"", 24""X10"", AND 26""X10"". DUE TO INFERIOR MANUFACTURING PROCESS, THE WHEEL CAN BREAK IN HALF.","IF AN ALLOY WHEEL BREAKS IN HALF DURING USE, IT COULD RESULT IN LOSS OF VEHICLE CONTROL AND A CRASH CAN OCCUR AND/OR RESULT IN FLYING DEBRIS.",OWNERS CAN RETURN THE WHEELS TO THE ORIGINAL PLACE OF PURCHASE OR CONTACT ECO DIRECTLY TO ARRANGE FOR REPLACEMENT WHEELS. THE RECALL IN FEBRUARY 2008. OWNERS CAN CONTACT ECO WHEEL CORPORATION AT 562-921-9888. -12/20/2007,07V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V589000),"General Motors, LLC",DRIVE AXLE SEAL LEAK,POWER TRAIN,07204,Vehicle,275936,"ON CERTAIN PASSENGER VEHICLES, THE REAR AXLE PINION SEAL DOES NOT MEET ALL OF THE SPECIFICATIONS AND MAY EXPERIENCE A FLUID LEAK.",A REAR DIFFERENTIAL FAILURE MAY CAUSE LOSS OF MOTIVE POWER AND POSSIBLY LOSS OF CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE PINION SEAL FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 1, 2008. OWNERS MAY CONTACT CADILLAC AT 1-800-458-8006 OR HTTP://WWW.CADILLAC.COM; PONTIAC AT 1-800-620-7668 OR HTTP://WWW.PONTIAC.COM; AND SATURN AT 1-800-972-8876 OR HTTP://WWW.SATURN.COM." -12/20/2007,07V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V587000),HI-LO TRAILER CO.,FOLDING CAMPING TRAILER WINCH/CAREFREE,EQUIPMENT,NR (Not Reported),Vehicle,114,"ON CERTAIN FOLDING CAMPING TRAILERS (FCT) EQUIPPED WITH A POWER WINCH UNIT, MODEL P55000, BUILT BY CAREFREE OF COLORADO, AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF THE CABLE SHAFTS ON SOME OF THESE POWER WINCH UNITS. UNDER CERTAIN CIRCUMSTANCES WHILE THE FOLDING CAMPING TRAILER TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.","HI-LO IS WORKING WITH CAREFREE OF COLORADO TO HAVE NEW CABLE SHAFTS INSTALLED FREE OF CHARGE (PLEASE SEE 07E077). . THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS MAY CONTACT CAREFREE OF COLORADO AT 1-800-621-2617 OR HI-LO TRAILERS AT 1-419-886-0066." -12/20/2007,07V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V590000),MONACO COACH CORPORATION,STEERING GEARS/TRW,STEERING,R07042,Vehicle,96,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH TRW STEERING GEARS, MODELS TAS85 AND RCS85, THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICK OR BIND CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,"MONACO IS WORKING WITH TRW TO REPLACE THE DEFECTIVE STEERING GEAR (PLEASE SEE 07E101). THE RECALL BEGAN ON JANUARY 24, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545 OR TRW AT 1-765-429-1768." -12/20/2007,07V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V591000),PACCAR Incorporated,STEERING GEARS/TRW,STEERING,07KWE & 1107K,Vehicle,559,"ON CERTAIN KENWORTH AND PETERBILT HEAVY DUTY TRUCKS EQUIPPED WITH TAS-85 TRW STEERING GEARS, THE INNER SURFACE OF THE OUTER SECTOR SHAFT TEETH OF THE STEERING GEARS MAY HAVE AN INCORRECT INVOLUTE PROFILE, WHICH MAY LEAD TO CHIPPING AND DAMAGE OF THE GEARING SYSTEM.","THIS TYPE OF DAMAGE MAY CAUSE A ""BIND/STICK"" CONDITION IN THE VEHICLE STEERING DURING A TURN INCREASING THE RISK OF A CRASH.","DEALERS WILL REPAIR AND REPLACE ANY SUSPECT TAS-85 STEERING GEAR ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 9, 2008. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 940-591-4201." -12/20/2007,07V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V586000),Blue Bird Body Company,TIE ROD AXLE/ARVINMERITOR,POWER TRAIN,R08MW,Vehicle,58,"ON CERTAIN MY 2005-2007 WANDERLODGE 450 LXI MOTOR HOMES EQUIPPED WITH ARVIN MERITOR AND TRW TIE ROD ENDS, THE TIE ROD ASSEMBLIES WERE PRODUCED WITH STEEL TUBING THAT DID NOT MEET DESIGN SPECIFICATIONS WHICH COULD RESULT IN FAILURE OF THE TIE ROD ASSEMBLY WHEN COACH MILEAGE APPROACHES OR EXCEEDS 100,000 MILES. ALSO THE FRONT AXLE CURB WEIGHT MAY EXCEED THE SPECIFIED 16,000 POUNDS WEIGHT RATING.","THE EXISTING TIE ROD ASSEMBLIES MAY NOT PERFORM AS DESIGNED AND MAY DEFORM OR FRACTURE WHICH MAY REDUCE STEERING CONTROL AND COULD RESULT IN A VEHICLE CRASH. IN ADDITION, INSUFFICIENT FRONT TIRE INFLATION PRESSURE REDUCES THE WEIGHT RATING OF THE FRONT TIRES; AND IMPROPER ALIGNMENT OF THE FRONT SUSPENSION CAN CAUSE PREMATURE TIRE WEAR AND SUBSEQUENT DEGRADATION OF THE STRUCTURAL INTEGRITY OF ONE OR BOTH OF THE FRONT TIRES.","DEALERS WILL REPLACE THE LEFT AND RIGHT HAND FRONT TIE ROD ENDS ALONG WITH A CERTIFICATION LABEL STATING THE CORRECT WEIGHT LIMITS. APPROPRIATE REPLACEMENT TIRES WILL BE PROVIDED AND THE FRONT STEERING ALIGNMENT WILL BE CHECKED AND CORRECTED, IF NECESSARY. NEW TIRE DATA DECALS WILL ALSO BE SUPPLIED. THE RECALL BEGAN ON MARCH 14, 2008. OWNERS MAY CONTACT BLUE BIRD AT 478-825-2021." -12/20/2007,07V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V588000),"Mercedes-Benz USA, LLC",WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,3,"ON CERTAIN PASSENGER VEHICLES, THE WINDSHIELDS WERE NOT INSTALLED CORRECTLY. EITHER THE PRIMER OR ACTIVATOR WAS MISSING AT THE TIME OF INSTALLATION.","IF A CRASH OCCURS THE WINDSHIELD MAY NOT BE RETAINED, INCREASING THE RISK OF INJURY TO A VEHICLE OCCUPANT.","DEALERS WILL REMOVE THE WINDSHIELDS, CLEAN AND REINSTALL THEM CORRECTLY WITH PRIMER AND ACTIVATOR. THE RECALL BEGAN ON JANUARY 25, 2008. ALL OWNERS HAVE BEEN CONTACTED AND ARRANGEMENTS MADE TO HAVE VEHICLES REPAIRED." -12/19/2007,07E110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E110000),HELEN OF TROY,CAR SEAT WARMER OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,2100,"CERTAIN HELEN OF TROY HEALTH O METER CAR SEAT WARMERS, MODEL NO. V26113, SOLD AS AFTERMARKET PRODUCTS SOLD ONLY BY QVC FOR USE IN MOTOR VEHICLES. THESE SEAT WARMERS CAN OVERHEAT.",OVERHEATING CAN RESULT IN BURNS.,HELEN OF TROY AND QVC WILL NOTIFY OWNERS AND OFFER A FULL REFUND PLUS SHIPPING AND HANDLING CHARGES. THE RECALL BEGAN DURING DECEMBER 2007. OWNERS CAN CONTACT QVC CUSTOMER SERVICE AT 1-800-367-9444. -12/19/2007,07V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V584000),FOUR WINDS INTERNATIONAL,STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,1174,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",FOUR WINDS IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FOUR WINDS AT 1-574-266-1111 OR FREIGHTLINER AT 1-800-547-0712. -12/18/2007,07E109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E109000),RODIA HELMET MANUFACTURE,FMVSS 218/CHIN STRAP STITCHING,EQUIPMENT,NR (Not Reported),Equipment,7500,"CERTAIN RODIA RHD 200 AND RHD 300 MOTORCYCLE HELMETS, SIZES XS, S, M, L, XL, MANUFACTURED BETWEEN AUGUST 2003 AND AUGUST 2004. THESE HELMETS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS. THE CHIN STRAP WAS IMPROPERLY SEWN.","IN THE EVENT OF A CRASH, THE HELMET STRAP CAN LOOSEN CAUSING THE HELMET TO COME OFF THE HEAD, POSSIBLY RESULTING IN INJURIES.","THE MANUFACTURER WILL NOTIFY OWNERS A REPAIR THE HELMETS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 1, 2008. OWNERS CAN CONTACT SUNRIGHT INTERNATIONAL (RODIA HELMET IMPORT AGENT) TOLL-FREE AT 1-888-737-7488." -12/18/2007,07V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V578000),Truck Equipment Service Company,FRAME TO MAIN CHASSIS CRACKS,STRUCTURE,NR (Not Reported),Vehicle,112,"ON CERTAIN 'ROCK PUP' 3 AXLE TRAILERS WITH 16' DUMP BOXES, CRACKS CAN DEVELOP IN THE WELDS WHICH HOLD THE 'NOSE' OF THE FRAME TO THE MAIN CHASSIS. THE 16' BOX MOUNT CAUSES A STEEL FRAME PLATE TO BE SHORTENED CAUSING A REDUCTION IN STRENGTH.",THE CHASSIS AND BOX CAN SEPARATE FROM THE DRAWBAR CAUSING A LOSS OF CONTROL WHICH COULD RESULT IN A CRASH.,"TRAILER OWNERS WILL INSPECT THE WELDS WHERE THE SLOPED FRAME 'NOSE' WELDS TO THE HORIZONTAL MAIN FRAME RAILS. IF CRACKS ARE FOUND, A FRAME UPDATE KIT WILL BE SENT TO THE OWNERS TO HAVE THE REPAIRS PERFORMED LOCALLY. THE RECALL BEGAN ON DECEMER 20, 2007. OWNERS MAY CONTAT TRUCK EQUIPMENT AT 1-402-476-3225." -12/18/2007,07V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V572000),"Kalmar Solutions, LLC",HEATER/DEFROSTER DUCT ROUTING,VISIBILITY,NR (Not Reported),Vehicle,915,"ON CERTAIN TERMINAL TRACTORS, THE HEATER/AIR-CONDITIONING (AC) DUCT UNDER THE DASH WAS NOT PROPERLY ROUTED OR SECURED. CHAFFING MAY OCCUR EXPOSING THE STEEL SPIRAL REINFORCEMENT.","IF THIS REINFORCEMENT IS CONTACTED WITH AN ELECTRICAL POWER CONNECTOR, SUCH AS THE POWER STUD ON THE FIREWALL, IT MAY CAUSE AN ELECTRICAL SHORT RESULTING IN A SPARK AND POTENTIAL FIRE.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON HOW TO INSPECT THEIR VEHICLE FOR THE PRESENCE OF THE DEFECTIVE HEATER/AC HOSE DUCT. IF AFTER INSPECTION, THE VEHICLE IS DETERMINED TO HAVE AN IMPROPER HEATER/AC HOSE, KALMAR WILL SEND A REPLACEMENT HEATER/AC HOSE. THE RECALL BEGAN ON FEBRUARY 11, 2008. OWNERS MAY CONTACT KALMAR AT 1-786-229-6327." -12/18/2007,07V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V579000),Toyota Motor Engineering & Manufacturing,PROPELLER SHAFT,POWER TRAIN,70G,Vehicle,15616,"ON CERTAIN 4-WHEEL DRIVE PICKUP TRUCKS, DUE TO THE IMPROPER HEAT TREATMENT OF THE SLIP YOKES THAT HAD BEEN REWORKED DURING THE MANUFACTURING PROCESS, THE HARDNESS OF THE SLIP YOKE MAY BE INSUFFICIENT.","IN THIS CONDITION, THERE IS A POSSIBILITY THAT THE YOKE MAY BREAK CAUSING THE PROPELLER SHAFT TO SEPARATE AT THE JOINT AND COME INTO CONTACT WITH THE ROAD SURFACE OR THE FUEL TANK WHICH COULD RESULT IN A LOSS OF VEHICLE CONTROL OR A FUEL LEAK.","DEALERS WILL INSPECT THE SLIP YOKE AND REPLACE THE PROPELLER SHAFT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 7, 2008. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -12/18/2007,07V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V580000),"Big Dog Motorcycles, LLC",REAR FENDER STRUT BOLT,STRUCTURE,NR (Not Reported),Vehicle,8061,"ON CERTAIN MOTORCYCLES, THE REAR FENDER STRUT ATTACHING BOLTS CAN FAIL ALLOWING THE REAR FENDER TO DETACH FROM THE MOTORCYCLE.",THIS COULD OCCUR WITHOUT PRIOR WARNING AND COULD RESULT IN AN INJURY OR A CRASH.,"DEALERS WILL REMOVE EXISTING STRUT BOLTS AND REPLACE WITH HIGHER TENSILE STRENGTH ATTACHING BOLTS AND UPDATED WASHERS. HIGHER TORQUE VALUES WILL BE OBSERVED WHEN INSTALLING THE REPLACEMENT FASTENERS. THE RECALL BEGAN ON JANUARY 21, 2008. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -12/18/2007,07V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V571000),FREIGHTLINER LLC,REAR SLACK ADJUSTER CRACKING,"SERVICE BRAKES, AIR",FL-518,Vehicle,31,"ON CERTAIN HEAVY DUTY TRUCKS BUILT WITH SISU FR2P-21, SISU FR2P-26, SISU FR3P-33, OR SISU FR3P-48 REAR AXLES, A COUNTER-BORE MACHINED IN BOTH ENDS OF THE WORM WHEEL OPENING OF THE SLACK ADJUSTER HOUSING REDUCES MATERIAL THICKNESS BETWEEN THE WORM WHEEL OPENING AND THE WORM SHAFT OPENING. UNDER NORMAL SERVICE A CRACK MAY DEVELOP IN THIS AREA RENDERING THE SLACK ADJUSTER INOPERABLE AND REDUCING BRAKE EFFECTIVENESS.",REDUCED VEHICLE BRAKING COULD LEAD TO A CRASH.,"DEALERS WILL INSPECT THE SLACK ADJUSTERS, AND REPLACE THE ADJUSTER IF FOUND DEFECTIVE. THE RECALL BEGAN ON JULY 31, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/17/2007,07C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C012000),Dorel Juvenile Group,ELASTIC STRAP FASTENER,CHILD SEAT,NR (Not Reported),Child Seat,500950,"CERTAIN COSCO TOURIVA CONVERTIBLE CHILD RESTRAINTS, MODELS 22100TTD, 22100FSN, 22100TIP, 22111FSM, AND 22130WAL, AND COSCO REGAL RIDE, MODEL 22139MON, MANUFACTURED FROM SEPTEMBER 28, 2004, THROUGH SEPTEMBER 20, 2007. MODELS 22100FSM AND 22111FSM WERE ALSO SOLD AS TWO PACKS WITH MODEL 93100FSM AND 93111FSM. THE OUTSIDE PACKAGING WOULD HAVE THE 93 NUMBER HOWEVER THE INDIVIDUAL UNITS ARE MARKED WITH THE 22.",THE ELASTIC STRAPS THAT SECURE THE PAD TO THE SHELL CAN COME LOOSE AND BE ACCESSIBLE TO THE CHILD. THE CHILD COULD THEN LOOP THE ELASTIC STRAP AROUND PORTIONS OF HIS OR HER BODY POSSIBLY RESULTING IN INJURY.,"DOREL WILL NOTIFY REGISTERED OWNERS AND PROVIDE A FREE REPAIR KIT. THE RECALL BEGAN ON DECEMBER 18, 2007. OWNERS CAN CONTACT DOREL AT 1-888-698-6681, MONDAY THROUGH FRIDAY 8AM TO 4:30PM EST OR VISIT THEIR WEBSITE AT WWW.DJGUSA.COM." -12/17/2007,07E107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E107000),Eaton Corporation,FMVSS 106/AIR BRAKE HOSES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,22000,"CERTAIN EATON SYNFLEX ECLIPSE BRAND EXTRUDED NYLON TUBING OF VARIOUS DIAMETERS DESIGNED FOR USE AS AIR BRAKE HOSES FOR PETERBILT AND KENWORTH VEHICLES. THE TUBING WAS MANUFACTURED WITH ONLY FOUR LAYERS OF EXTRUDED NYLON MATERIAL, INSTEAD OF THE SPECIFIED FIVE LAYERS.",THE DIAMETER OF THE HOSE AFFECTS THE FITTINGS WHICH MAY ALLOW AIR TO LEAK FROM THE BRAKES AND CREATE THE POTENTIAL FOR A VEHICLE CRASH.,OWNERS WILL BE NOTIFIED BY PACCAR AND THE VEHICLES WILL BE REPAIRED FREE OF CHARGE. -12/17/2007,07V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V576000),Honda (American Honda Motor Co.),FUEL VENT PIPE WELD/FUEL TANK CRACKS,"FUEL SYSTEM, GASOLINE",Q67,Vehicle,25422,CERTAIN MOTORCYCLES HAVE AN IMPROPER WELDED VENT PIPE IN THE BOTTOM OF THE FUEL TANK. DUE TO VIBRATION THE IMPROPERLY WELDED TANKS MAY CRACK AND DRIP FUEL.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE FUEL TANK FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 7, 2007. OWNERS MAY CONTACT HONDA AT 866-784-1870." -12/17/2007,07V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V585000),Keystone RV Company,LP LINE,EQUIPMENT,07-096,Vehicle,223,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS, A LIQUID PROPANE (LP) LINE FOR THE SLIDE ROOM MAY BE TOO CLOSE TO THE TIRE.",THIS COULD CAUSE AN INCREASED RISK OF PROPERTY DAMAGE AND POSSIBLE FIRE.,"DEALERS WILL REROUTE THE LP LINE AWAY FROM THE TIRE. THE RECALL BEGAN ON DECEMBER 27, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -12/17/2007,07E106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E106000),FEDERAL-MOGUL CORPORATION,REPLACEMENT WHEEL HUB ASSEMBLIES,WHEELS,NR (Not Reported),Equipment,130000,"CERTAIN FEDERAL-MOGUL REPLACEMENT WHEEL HUB ASSEMBLIES WITH THE BRAND NAMES: NATIONAL, CARQUEST P/NOS. 515020, 515021, 515025, 515053, 515054, 515059, AND 515060, SHIPPED BETWEEN JANUARY 23, 2006, AND DECEMBER 20, 2007, SOLD FOR LIGHT DUTY AND MEDIUM DUTY TRUCKS. THE INBOARD RETENTION NUT USED TO MAINTAIN HUB BEARING ASSEMBLY CAN LOOSEN RESULTING IN AN ABS LIGHT INDICATION, NOISE, AND/OR WHEEL SEPARATION.",WHEEL SEPARATION CAN RESULT IN A VEHICLE CRASH.,"FEDERAL-MOGUL WILL NOTIFY CUSTOMERS AND WILL REPLACE THE HUB ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 7, 2008. OWNERS CAN CONTACT FEDERAL-MOGUL TOLL-FREE AT 877-489-6659." -12/15/2007,07V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V569000),"REV Ambulance Group Orlando, Inc.",400 AMP FUSE LOCATION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1006,"ON CERTAIN AMBULANCES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. CORROSION MAY OCCUR ON THE ANL 400 AMP FUSE DUE TO EXPOSURE TO CALCIUM CHLORIDE ELEMENTS THAT ARE USED IN THE ""SALT STATES"" DURING THE WINTER SEASON.",THE DETERIORATION OF THE FUSE CAN CAUSE A DISRUPTION OF POWER RESULTING IN LOSS OF SERVICE IN THE PATIENT COMPARTMENT.,"RETROFIT KITS AND INSTALLATION INSTRUCTIONS WILL BE MAILED TO CUSTOMERS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 8, 2008. OWNERS MAY CONTACT WHEELED COACH AT 800-932-7077." -12/15/2007,07V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V575000),"Winnebago Industries, Inc.",FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4,"CERTAIN SPECIAL PURPOSE COACHES EQUIPPED WITH BRAUN PLATFORM LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",WINNEBAGO IS WORKING WITH BRAUN CORPORATION TO HAVE THE DOORWAY LIFT FIXED FREE OF CHARGE (PLEASE SEE 06E094). OWNERS MAY CONTACT BRAUN CORPORATION AT 1-800-946-7513. -12/14/2007,07V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V574000),GIRARDIN MINIBUS INC.,BATTERY BOX CABLE,ELECTRICAL SYSTEM,07-019-BXU,Vehicle,640,"CERTAIN MY 2004 THROUGH 2008 GIRARDIN MB II AND MB IV SCHOOL AND COMMERCIAL MINIBUSES MANUFACTURED BETWEEN APRIL 14, 2004, AND NOVEMBER 28, 2007, BUILT ON FORD E350 AND E450 DIESEL CHASSIS. THE AFFECTED BUSES ARE EQUIPPED WITH OPTION BBX (BATTERY BOX). THE PROTECTION FROM ABRASION ON THE BATTERY CABLES THAT CROSS IN THE BATTERY BOX IS INADEQUATE. IT MAY CREATE A SHORT CIRCUIT IN CASE THE ABRASION BETWEEN THE CABLES IS EXCESSIVE.",THIS SHORT CIRCUIT COULD RESULT IN A FIRE.,"GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES BY ADDING PROTECTIVE TUBES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 7, 2008. OWNERS CAN CONTACT GIRARDIN AT 819-477-8222." -12/14/2007,07V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V581000),"Mack Trucks, Inc.",CRUISE CONTROL SWITCH,VEHICLE SPEED CONTROL,SC0333,Vehicle,126,"ON CERTAIN TRUCKS, AN INCORRECT SWITCH MAY HAVE BEEN USED.","THIS COULD POSSIBLY RESULT IN THE CRUISE CONTROL NOT DEACTIVATING WHEN THE BRAKE PEDAL IS PRESSED, WHICH MAY RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE SWITCH AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON JANUARY 2, 2008. OWNERS MAY CONTACT MACK ON 1-800-528-6586." -12/14/2007,07V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V582000),MONACO COACH CORPORATION,EXPOSED TERMINAL TO OIL DIPSTICK,ENGINE AND ENGINE COOLING,R07039,Vehicle,125,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON FORD CHASSIS, THE FRONT RUN PANEL HAS AN EXPOSED TERMINAL POST ON ITS SIDE WHICH ALLOWS THE OIL DIPSTICK TO POTENTIALLY MAKE CONTACT WHEN CHECKING THE OIL LEVEL. THE LOCATION OF THE EXPOSED TERMINAL POST IS UNDER THE FRONT ENGINE ACCESS HOOD.","WHEN THE OIL LEVEL IS CHECKED, IT MAY BE POSSIBLE FOR THE DIPSTICK TO CONTACT THE EXPOSED WIRE TERMINAL STUD AND IF OTHER END OF THE DIPSTICK IS GROUNDED, THIS COULD RESULT IN AN ELECTRICAL SHOCK OR A SPARK WHICH COULD CREATE A FIRE.","DEALERS WILL REMOVE THE WIRE FROM THE TERMINAL AND INSTALL BOOT COVERS, THEN REINSTALL THE WIRE AND SLIP COVER OVER THE CONNECTION. THE RECALL BEGAN ON MARCH 3, 2008. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -12/14/2007,07V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V567000),"Champion Bus, Inc.",FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,375,"CHAMPION BUS IS RECALLING 375 MY 2005-2007 CHAMPION, CHALLENGER, CRUSADER, CTS, DEFENDER AND GENERAL COACH MODEL CORPORAL AND M1235 BUSES EQUIPPED WITH BRAUN PLATFORM LIFTS FOR FAILING TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES."" A PASSENGER CAN APPROACH THE EXPOSED LIFT DOORWAY WITHOUT THE AUDIBLE ALARM ALERTING THEM OF THEIR PROXIMITY TO THE THRESHOLD.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.",CHAMPION IS WORKING WITH BRAUN CORPORATION TO HAVE THE DOORWAY LIFT FIXED FREE OF CHARGE (PLEASE SEE 06E094). OWNERS MAY CONTACT CHAMPION AT 1-800-331-5761 OR BRAUN CORPORATION AT 1-800-946-7513. -12/14/2007,07V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V568000),"Forest River, Inc.",HITCH PIN BOX LABEL INCORRECT,EQUIPMENT,NR (Not Reported),Vehicle,64,"ON CERTAIN FIFTH WHEEL TRAILERS, THE GROSS VEHICLE WEIGHT RATING (GVWR) LABEL LOCATED ON THE FRONT OF THE HITCH PIN BOX OF THE UNIT CONTAINS AN IMPROPER LISTING OF THE GVWR.","THIS LABEL IS GIVING CONFLICTING GVWR INFORMATION. THE GVWR OF THE TRAILER IS 18,000 LBS AND THE HITCH LABEL IS READING 15,500.","OWNERS WERE MAILED A CORRECTED LABEL AS WELL AS INSTALLATION INSTRUCTIONS. THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THIS LABEL IF THEY PREFER. THE RECALL BEGAN ON OCTOBER 1, 2007. OWNERS MAY CONTACT FOREST RIVER AT 574-389-4600." -12/14/2007,07V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V573000),Volvo Trucks North America,LIGHTING SYSTEM/CIRCUIT BREAKERS,ELECTRICAL SYSTEM,RVXX0707,Vehicle,104845,"ON CERTAIN HEAVY DUTY TRUCKS, THE CIRCUIT PROTECTION (I.E. AUTOMATIC CIRCUIT BREAKERS) USED TO PROTECT THE VEHICLE LIGHTING SYSTEM MAY NOT PROVIDE ADEQUATE PROTECTION.","IF A SHORT CIRCUIT OCCURS AND IS LEFT UNTREATED, COMPONENTS AND WIRING MAY BE SUBJECT TO OVERHEATING WHICH COULD POSSIBLY RESULT IN A VEHICLE FIRE.","DEALERS WILL REPLACE THE CIRCUIT BREAKERS WITH FUSES. THE RECALL BEGAN ON FEBRUARY 25, 2008. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -12/14/2007,07V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V583000),"FLEETWOOD ENTERPRISES, INC.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,238,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THESE GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.","THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",FLEETWOOD IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE (PLEASE SEE 07V343 AND 07E049). OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216 OR FREIGHTLINER AT 1-800-547-0712. -12/13/2007,07E105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E105000),"Continental Automotive Systems, Inc.",ABS AND ESC CONTROL MODULES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,10481,CERTAIN CONTINENTAL AUTOMOTIVE ABS AND ESC CONTROL MODULES SOLD FOR INSTALLATION ON THE VEHICLES LISTED ABOVE. SOME OF THE HYDRAULIC VALVES IN THE ESC MODULE WERE BUILT WITH EXTRA CHECK BALLS.,THE EXTRA CHECK BALLS CAN RESTRICT THE FLOW OF BRAKE FLUID THROUGH THE VALVE AND CAUSE REDUCTION OF BRAKE FORCE.,EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE MODULES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CONTINENTAL AUTOMOTIVE AT 248-393-5300 FOR FURTHER INFORMATION. -12/13/2007,07V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V566000),"Volvo Car USA, LLC",CERTIFICATION LABEL/FMVSS 120,EQUIPMENT,186,Vehicle,1695,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE WHEEL INFORMATION LABEL LOCATED ON THE REAR DRIVER'S SIDE DOOR PILLAR WAS PRINTED MISSING THE WHEEL SIZE (RIM) INFORMATION.",THE PURPOSE OF THIS STANDARD IS TO PROVIDE SAFE OPERATIONAL PERFORMANCE BY ENSURING THAT VEHICLES TO WHICH IT APPLIES ARE EQUIPPED WITH TIRES OF ADEQUATE SIZE AND LOAD RATING AND WITH RIMS OF APPROPRIATE SIZE AND TYPE DESIGNATION.,"OWNERS WILL BE PROVIDED WITH A CORRECT CERTIFICATION LABEL AND INSTALLATION INSTRUCTIONS. IF THE OWNER PREFERS, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON JANUARY 31, 2008. OWNERS MAY CONTACT VOLVO CARS AT 1-800-458-1552." -12/13/2007,07V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V565000),GIRARDIN MINIBUS INC.,FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,07-018-BRU,Vehicle,33,"CERTAIN MY 2005 AND 2006 MB II AND MB IV SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JULY 2005 AND JUNE 2006, ON FORD AND GM CHASSIS WITH 6.6L ENGINES EQUIPPED WITH BRAUN LIFT MODELS NL916, NL917, AND NL919. THE THRESHOLD WARNING SYSTEM MAY NOT ACTIVATE AS DESIGNED WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT INSTALLATIONS FOR MOTOR VEHICLES.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.","OWNERS WILL BE NOTIFIED BY GIRARDIN INSTRUCTING THEM TO CONTACT BRAUN FOR FREE REPAIR. THE RECALL BEGAN ON MARCH 18, 2008. OWNERS CAN CONTACT BRAUN PRODUCT SUPPORT AT 1-800-946-7513 OR GIRARDIN MINIBUS SERVICE AND WARRANTY DEPARTMENT AT 819-477-8222." -12/12/2007,07V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V561000),"Bombardier Recreational Products, Inc.",BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",2008-0001,Vehicle,476,"ON CERTAIN PASSENGER VEHICLES, THERE IS A PRESENCE OF AN ABNORMAL QUANTITY OF AIR IN THE HYDRAULIC CIRCUIT OF THE FRONT BRAKE. ALSO SOME VEHICLES MAY HAVE ONE OR TWO BRAKE FLUID RESERVOIR CAPS THAT ARE SEALED AND THIS COULD CREATE A VACUUM WHICH COULD LEAD TO ADSORPTION OF AIR INTO THE BRAKE CIRCUITS. THE BRAKE PEDAL MAY GO ALMOST TO THE FLOOR WHEN DEPRESSING.",A DRIVER MAY BE UNABLE TO STOP THE VEHICLE AS EXPECTED INCREASING THE RISK OF A CRASH.,"BRP HAS NOTIFIED EACH OWNER INFORMING THEM OF THIS PROBLEM AND SCHEDULING A PICK-UP TIME TO RETRIEVE THE VEHICLE. DEALERS WILL INSPECT AND PERFORM A BLEEDING OF THE BRAKE SYSTEM IS NEEDED. THE BRAKE FLUID RESERVOIR CAPS WILL BE REPLACED AND THE BRAKE SYSTEM PRESSURE WILL BE VALIDATED. THE RECALL BEGAN ON NOVEMBER 21, 2007. OWNERS MAY CONTACT BRP AT 1-888-864-2002." -12/12/2007,07V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V563000),"Volvo Car USA, LLC",ECM SOFTWARE UPGRADE,VISIBILITY,185,Vehicle,37000,"ON CERTAIN SPORT UTILITY VEHICLES, UNDER CERTAIN CONDITIONS, THE CLIMATE CONTROL MODULE (CCM) MAY RECEIVE A 'SHUT-DOWN SIGNAL' FROM THE ENGINE CONTROL MODULE (ECM) AFTER IGNITION KEY INSERTION. IF THIS CONDITION OCCURS, THE CLIMATE CONTROL FUNCTIONS WILL NOT BE AVAILABLE (INCLUDING THE DEFROSTER) DURING THAT DRIVING CYCLE.",INOPERATIVE DEFROSTERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE IMPAIRED VISIBILITY WHICH HAS THE POTENTIAL TO RESULT IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.,"THE ECM SOFTWARE WILL BE UPGRADED. THE RECALL BEGAN ON JANUARY 28, 2008. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -12/12/2007,07V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V560000),WEEKEND WARRIOR TRAILERS INC.,FUEL TRANSFER PUMP LEAK/GPI,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,289,"ON CERTAIN TOY HAULER RECREATIONAL TRAILERS EQUIPPED WITH GREAT PLAINS INDUSTRIES (GPI) FUEL TRANSFER PUMPS, DUE TO INSUFFICIENT EPOXY ADHESIVE APPLIED AT THE TIME OF INSTALLATION AT THE FACTORY, A FUEL LEAK CAN OCCUR AT THE PUMP'S INLET VALVE.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE CAN OCCUR.",GPI HAS REPLACED ALL THE FUEL PUMPS INVOLVED IN THE RECALL. THIS IS IN REFERENCE TO GREAT PLAINS RECALL (PLEASE SEE 06E016). -12/12/2007,07V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V562000),"Triumph Motorcycles America, Ltd.",OPTIONAL DEALER INSTALLED ACCESSORY RACKS,EQUIPMENT,387,Vehicle,3698,"ON CERTAIN MOTORCYCLES EQUIPPED WITH AN OPTIONAL ACCESSORY LUGGAGE RACK, UNDERSIZED WASHERS WERE USED WHICH PREVENTS THE SLIDING CARRIAGE FROM MOVING AS INTENDED.","REDUCED STABILITY CAN OCCUR IF THE MOTORCYCLE IS RIDDEN WITH THE FITTED ACCESSORY, EXCEEDED MAXIMUM WEIGHT, AND AT SPEEDS FAR IN EXCESS OF THE 80 MPH LIMIT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE ACCESSORY RACKS FOR LATERAL MOVEMENT. THOSE RACKS NOT DISPLAYING ANY MOVEMENT WILL BE REPAIRED. THE RECALL BEGAN ON FEBRUARY 8, 2008. OWNERS MAY CONTACT TRIUMPH AT 1-678-854-2010." -12/12/2007,07V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V559000),WEEKEND WARRIOR TRAILERS INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6243,"ON CERTAIN PULL, FIFTH WHEEL AND TOY-HAULER RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WEEKEND WARRIOR WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WEEKEND WARRIOR AT 1-909-579-0353." -12/12/2007,07V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V577000),"Winnebago Industries, Inc.",STEERING GEAR SPACER/FREIGHTLINER/ZF,STEERING,NR (Not Reported),Vehicle,1972,CERTAIN MOTOR HOME CHASSIS EQUIPPED WITH ZF MODEL 8018 STEERING GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATION BALLS TO ESCAPE FROM THE RECIRCULATION BALL CIRCUIT RESULTING IN A LOSS OF STEERING.,"THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS,OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS, WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.",WINNEBAGO IS WORKING WITH FREIGHTLINER AND ZF TO REPLACE THE STEERING GEAR FREE OF CHARGE. OWNERS MAY CONTACT WINNEBAGO AT 641-585-3535 OR FREIGHTLINER AT 1-800-547-0712. -12/12/2007,07V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V558000),"Genie Industries, Inc.",TURNTABLE BEARING BOLTS/PLATFORM BOOMS,STRUCTURE,070009,Vehicle,188,"ON CERTAIN TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, THE TURNTABLE BEARING BOLTS MAY NOT BE TIGHTENED TO SPECIFICATIONS. BOLTS THAT ARE UNDER-TORQUED CAN COME LOOSE OVER TIME.",THIS COULD CAUSE THE TURNTABLE LIFT STRUCTURE TO SEPARATE FROM THE CHASSIS RESULTING IN THE PLATFORM FALLING INCREASING THE RISK OF INJURY OR A CRASH.,"REPAIR INSTRUCTIONS WILL BE MAILED TO OWNERS ADVISING THEM TO TORQUE THE TURNTABLE BEARING BOLTS TO SPECIFICATIONS. THE RECALL BEGAN ON JANUARY 14, 2008. OWNERS MAY CONTACT GENIE AT 1-800-536-1800." -12/11/2007,07E104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E104000),"SAFELITE FULFILLMENT, INC.",CURVED TEMPERED AUTOMOTIVE REPLACEMENT GLASS,VISIBILITY,NR (Not Reported),Equipment,1657,"CERTAIN CURVED TEMPERED REPLACEMENT GLASS MANUFACTURED BY HANGZHOU SAFETY GLASS LTD AND SUPPLIED TO SAFELITE BY AUTO TEMP INC., IDENTIFIED AS DOT-430, AND SOLD FOR USE ON CERTAIN DOMESTIC AND FOREIGN VEHICLES MAY NOT BREAK INTO SMALL PIECES AS EXPECTED OF TEMPERED GLASS AND FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT(S) MAY BE SERIOUSLY INJURED BY SHATTERED GLASS.","SAFELITE WILL NOTIFY ITS RETAIL CUSTOMERS AND REPLACE THE GLASS FREE OF CHARGE. RETAIL CUSTOMERS CAN CONTACT SAFELITE TOLL FREE AT 1-888-843-2906. SAFELITE WILL NOTIFY ITS WHOLESALE CUSTOMERS AND REIMBURSE WHOLESALE CUSTOMERS FOR CURRENT INVENTORY AND AT A SPECIFIED RATE FOR REPLACING THEIR CUSTOMER'S GLASS. WHOLESALE CUSTOMERS CAN CONTACT SAFELITE'S WHOLESALE DIVISION, SERVICE AUTOGLASS TOLL FREE AT 1-888-246-6298. THE RECALL BEGAN ON JANUARY 15, 2008." -12/11/2007,07V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V557000),"Porsche Cars North America, Inc.",DEFECTIVE SWITCH CONSOLE FOR PASM AND TC-OFF,ELECTRICAL SYSTEM,A802,Vehicle,37,"ON CERTAIN 2 DOOR COUPE VEHICLES, THE SWITCH CONSOLE FOR THE PORSCHE ACTIVE SUSPENSION MANAGEMENT (PASM) AND THE TRACTION CONTROL (TC-OFF) SWITCHES WAS INAPPROPRIATELY INSTALLED. THE LEDS IN THE SWITCHES CAN SIGNAL A FUNCTIONAL CHANGE IN THE PASM MODE OR THE DEACTIVATION OF TRACTION CONTROL EVEN THOUGH THE SWITCHES ARE NOT ACTUATED.","IF THE TRACTION CONTROL OR ACTIVE STABILITY MANAGEMENT SYSTEM ARE INADVERTENTLY DISABLED, AND THE SUBSEQUENT WARNING LAMP ILLUMINATION IN THE INSTRUMENT PANEL ONBOARD COMPUTER IS UNNOTICED BY THE DRIVER, THE SAFETY BENEFITS OF THESE SYSTEMS WOULD BE UNAVAILABLE TO THE DRIVER WHICH COULD INCREASE THE POSSIBILITY OF A CRASH DURING AGGRESSIVE DRIVING MANEUVERS.","DEALERS WILL REPLACE THE SWITCH CONSOLE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 7, 2007. OWNERS MAY CONTACT PORSCHE AT 1-800-767-7243." -12/11/2007,07V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V556000),Blue Bird Body Company,FMVSS 404/BRAUN WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,R07MS,Vehicle,451,"CERTAIN 2006 AND 2007 MY BLUE BIRD ALL AMERICAN, CONVENTIONAL, AND MICRO BIRD SCHOOL BUSES MANUFACTURED FROM JULY 16, 2005 THROUGH AUGUST 29, 2006, EQUIPPED WITH MODEL 900 SERIES WHEELCHAIR LIFTS MANUFACTURED BY THE BRAUN CORPORATION. THE THRESHOLD WARNING SYSTEM MAY NOT ACTIVATE AS DESIGNED WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT INSTALLATIONS FOR MOTOR VEHICLES.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.","OWNERS WILL BE NOTIFIED BY BLUE BIRD INSTRUCTING THEM TO CONTACT BRAUN FOR FREE REPAIR. THE RECALL JANUARY 16, 2008. OWNERS CAN CONTACT EITHER BLUE BIRD AT 478-822-2242 OR BRAUN PRODUCT SUPPORT AT 1-800-946-7513." -12/10/2007,07V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V570000),FREIGHTLINER LLC,POWER STEERING FILTER PLUGS,STEERING,FL-517,Vehicle,10053,"ON CERTAIN MOTOR HOME CHASSIS BUILT USING INLINE POWER STEERING FILTERS, PART NO. 14-16829-000, THE FILTER CAN PLUG DUE TO FAILURE OF THE SCREEN ADHESION TO THE FILTER HOUSING CAUSING A RISE IN RETURN LINE PRESSURE. THIS CAN LEAD TO HOSE SEPARATION FROM THE FILTER OR STEERING GEAR FITTING RESULTING IN A SUDDEN LOSS OF STEERING FLUID AND POWER ASSIST.",SUDDEN LOSS OF STEERING ASSIST WITHOUT WARNING INVOLVING A MOTOR HOME COULD BE A PROBLEM FOR CERTAIN DRIVERS INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE AFFECTED FILTERS WITH A LARGER FILTER. THE RECALL BEGAN ON JULY 2, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/07/2007,07V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V554000),"Suzuki Motor USA, LLC",PARKING LOCK FUNCTION SHIFT LEVER/FMVSS 114,POWER TRAIN,PE,Vehicle,40424,"CERTAIN VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, 'THEFT PROTECTION. ' THE AUTOMATIC TRANSMISSION SELECTOR LEVER ""PARK"" LOCK FUNCTION MAY BE INOPERATIVE DUE TO A STICKING SHIFT LOCK ARM. THE SHIFT LEVER MAY BE ABLE TO BE SHIFTED OUT OF ""PARK"" WITH THE KEY REMOVED AND WITHOUT DEPRESSING THE BRAKE PEDAL.","THIS CAN GIVE RISE TO INCREASED INCIDENTS OF CRASHES RESULTING FROM THE ROLLAWAY OF PARKED VEHICLES AS A RESULT OF INADVERTENTLY MOVING THE SHIFT LEVER FROM THE ""PARK"" POSITION WHEN THE PARKING BRAKE IS NOT FULLY ENGAGED.","DEALERS WILL REPLACE THE SHIFT LOCK MODULE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 7, 2008. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -12/05/2007,07V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V553000),Ford Motor Company,CAMSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,07S57,Vehicle,1176000,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH 7.3L DIESEL ENGINES, THE CAMSHAFT POSITION SENSOR LOCATED ON THE ENGINE OF THE VEHICLE MAY FUNCTION INTERMITTENTLY, POSSIBLY RESULTING IN AN ENGINE STALL.","IN THE EVENT OF AN ENGINE STALL, A CRASH COULD RESULT WITHOUT WARNING.","DEALERS WILL INSPECT THE SENSOR AND REPLACE IT WITH AN IMPROVED CAMSHAFT POSITION SENSOR FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 29, 2007. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -12/05/2007,07V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V552000),Blue Bird Body Company,FUSIBLE LINK ON THE PDU POWER CABLE WAS REMOVED,ELECTRICAL SYSTEM,R07MR,Vehicle,1747,"CERTAIN MY 2001 THROUGH 2007 BLUE BIRD MICRO BIRD MODEL SCHOOL BUSES MOUNTED ON FORD DIESEL CHASSIS PRODUCED WITH AN OPTIONAL BATTERY COMPARTMENT MANUFACTURED FROM DECEMBER 14, 2000, THROUGH SEPTEMBER 5, 2007. A FUSIBLE LINK PROVIDED ON THE FORD CHASSIS PDU POWER CABLE WAS REMOVED WHEN THE CABLE WAS SHORTENED TO ACCOMMODATE AN OPTIONAL BATTERY COMPARTMENT.",A VEHICLE FIRE CAN OCCUR.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES BY INSTALLING A FUSIBLE LINK IN THE PDU POWER CABLE CIRCUIT AND WILL ALSO PROVIDE PROTECTIVE LOOM TO BE USED AS TEMPORARY PROTECTION AROUND ANY SECTIONS OF THE POWER CABLE THAT THE OWNER IDENTIFIES AS BEING DAMAGED OR CHAFED. THE RECALL BEGAN ON MAY 8, 2008. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -12/04/2007,07V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V555000),"Chrysler (FCA US, LLC)",PARK SHIFT INTERLOCK,POWER TRAIN,G28,Vehicle,576418,"ON CERTAIN VAN AND PICKUP TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS, THE IGNITION/PARK SHIFT INTERLOCK SYSTEM MAY BECOME INOPERATIVE. THIS CAN ALLOW THE SHIFTER TO BE MOVED OUT OF THE ""PARK"" POSITION WITH THE IGNITION KEY REMOVED (OR IN THE ""LOCK"" POSITION). THIS CAN ALSO ALLOW THE IGNITION KEY TO BE REMOVED WHEN THE SHIFTER HAS NOT BEEN PLACED IN THE ""PARK"" POSITION.",EITHER OF THESE CONDITIONS COULD ALLOW THE VEHICLE TO ROLL AWAY CAUSING A CRASH WITHOUT WARNING.,DEALERS WILL REPLACE THE GEARSHIFT BLOCKER AND BRACKET ASSEMBLY FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2008. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403. -12/04/2007,07V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V551000),Honda (American Honda Motor Co.),POWER STEERING HOSE OIL LEAKING,STEERING,Q65,Vehicle,43200,"ON CERTAIN PASSENGER VEHICLES, PROLONGED HIGH UNDER-HOOD TEMPERATURES MAY CAUSE THE POWER STEERING HOSE TO DETERIORATE PREMATURELY CAUSING THE HOSE TO CRACK AND LEAK POWER STEERING FLUID.",POWER STEERING FLUID LEAKING ONTO A HOT CATALYTIC CONVERTER WILL GENERATE SMOKE AND POSSIBLY LEAD TO AN UNDER-HOOD FIRE.,"DEALERS WILL INSTALL A NEW HEAT RESISTANT POWER STEERING HOSE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 12, 2007. OWNERS MAY CONTACT HONDA AT 800-382-2238." -12/04/2007,07V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V550000),"Maserati North America, Inc.",SRS ELECTRONIC CONTROL UNIT SOFTWARE,AIR BAGS,170,Vehicle,56,ON CERTAIN VEHICLES EQUIPPED WITH THE ADVANCED PASSENGER SEAT AIR BAG WEIGHT SENSOR SYSTEM. A MALFUNCTION CAN OCCUR IN THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) ELECTRONIC CONTROL UNIT (ECU) SOFTWARE WHEN THE BATTERY IS NOT FULLY CHARGED.,"IN THE EVENT OF A CRASH, THE PASSENGER SIDE AIR BAG AND PASSENGER SEATBELT PRE-TENSIONER MAY NOT DEPLOY INCREASING THE RISK OF INJURIES.",DEALERS WILL REPLACE THE SRS ECU UNITS AS NECESSARY FREE OF CHARGE. ALL VEHICLES HAVE BEEN CORRECTED. -12/03/2007,07E103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E103000),Tucker Rocky Distribution,MOTORCYCLE FRAME/FRAME CRACKS,STRUCTURE,BCR-001,Equipment,128,"CERTAIN BIKER'S CHOICE COMPLETE BIKE-IN-A-BOX MOTORCYCLE FRAMES MODELS E-Z CHOPPA AND ROAD RUNNER, P/NOS 41-0925 AND 41-0927, SOLD AS A KIT TO CONSTRUCT A MOTORCYCLE. CRACKING OF THE FRAME MAY OCCUR IN THE AREA IMMEDIATELY ADJACENT TO THE WELDED AREA WHERE THE UPPER, LOWER, AND BRACING TUBES ARE WELDED TO THE STEERING HEAD.","CRACKS IN THE FRAME COULD PROPAGATE TO THE EXTENT THAT THEY CAUSE POOR HANDLING AND STEERING LEADING TO LOSS OF CONTROL, POSSIBLY RESULTING IN A CRASH.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR MOTORCYCLES WHICH INCLUDED THESE FRAMES AS ORIGINAL EQUIPMENT. THESE MOTORCYCLES WILL BE REPAIRED AT NO COST TO THE OWNER. OWNERS CAN CONTACT EITHER THEIR MOTORCYCLE MANUFACTURER OR TUCKER ROCKY AT 817-258-9217 FOR FURTHER INFORMATION. -12/03/2007,07V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V548000),"Cottrell, Inc.",ROOF LIFT TUBE FAILURE,STRUCTURE,NR (Not Reported),Vehicle,68,"ON CERTAIN CAR HAUL TRAILERS THAT ARE EQUIPPED WITH ROOFS THAT RAISE AND LOWER, THE ROOFS ARE ATTACHED TO A RAISING/LOWERING MECHANISM BY ROUND TUBES THAT ARE WELDED TO THE ROOF. THERE ARE 4 TUBES WELDED TO EACH ROOF AND 2 ROOFS PER EACH COMPLETE PIECE OF EQUIPMENT. THE BASE MATERIAL AROUND THE WELDED CONNECTION MAY EXPERIENCE A FATIGUE FAILURE DURING HIGH MILEAGE OPERATION.","SHOULD FAILURE OCCUR ON ALL FOUR LIFT POINTS, THE ROOF MIGHT SEPARATE FROM THE TRAILER INCREASING THE RISK OF A CRASH TO FOLLOWING VEHICLES.","COTTRELL OR A REPAIR FACILITY AUTHORIZED BY COTRELL WILL ADD AN ADDITIONAL WELD PASS AROUND THE ROOF LIFT TUBE, INSTALL AN INNER AND OUTER GUSSET TYING THE ROOF INTO THE ROOF LIFT TUBE FREE OF CHARGE. THE RECALL BEGAN PRIOR TO NOVEMBER 21, 2007. ALL OWNERS HAVE BEEN CONTACTED." -12/03/2007,07V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V549000),Honda (American Honda Motor Co.),SRS HARNESS OCCUPANT DETECTION SYSTEM,AIR BAGS,Q66,Vehicle,34300,"ON CERTAIN VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA , WISCONSIN AND THE DISTRICT OF COLUMBIA. THE WIRE HARNESS FOR THE OCCUPANT DETECTION SYSTEM (ODS) AND THE OCCUPANT POSITION DETECTION SYSTEM (OPDS) IS ROUTED UNDERNEATH THE CARPET ON THE DRIVER'S SIDE FLOORBOARD. IN AREAS WHERE ROAD SALT IS USED, SALT FROM THE SNOW ON THE DRIVER'S SHOES WILL MELT AND MAY PENETRATE THE CARPET AND LEAK INTO THE WIRE HARNESS. IF THE HARNESS IS EXPOSED TO SALT BRINE, CORROSION MAY OCCUR AND THE WIRE MAY BREAK CAUSING THE SRS INDICATOR LIGHT TO ILLUMINATE. A FAILURE OF THE ODS AND OPDS MAY NOT DETECT THE PRESENCE OF A CHILD SEAT OR AN OUT-OF-POSITION PASSENGER AND DEPLOYMENT OF BOTH THE FRONT SEAT PASSENGER'S FRONTAL AND SIDE AIR BAGS WILL NOT BE SUPPRESSED.","IN THE EVENT OF A CRASH, A DEPLOYING FRONT PASSENGER AIR BAG OR FRONT PASSENGER'S SIDE AIR BAG WILL INCREASE THE RISK OF INJURY TO SMALL OR OUT-OF-POSITION OCCUPANTS.","DEALERS WILL INSPECT AND REPLACE THE WIRE HARNESS. THE RECALL BEGAN ON DECEMBER 12, 2007. OWNERS MAY CONTACT HONDA AT 800-999-1009." -11/29/2007,07V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V544000),FREIGHTLINER LLC,AUTO RESET CIRCUIT BREAKERS,ELECTRICAL SYSTEM,FL-516,Vehicle,33303,"CERTAIN 2001 THROUGH 2008 THOMAS BUILT FS-56, ER, MVP ER, HDX, AND MVP EF SCHOOL BUSES MANUFACTURED FROM OCTOBER 23, 2000, THROUGH JANUARY 24, 2006, EQUIPPED WITH TYCO PC BOARD AND TYPE II AUTO RESET CIRCUIT BREAKERS. TYPE II AUTO RESET CIRCUIT BREAKER TEMPERATURES MAY EXCEED THE RATING OF THE TYCO PC BOARD CAUSING THE BOARDS TO MELT POTENTIALLY RESULTING IN A VEHICLE FIRE.",A VEHICLE FIRE CAN OCCUR POSSIBLY RESULTING IN A CRASH.,"THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE BUSES BY REPLACING THE TYPE II AUTO RESET CIRCUIT BREAKERS WITH MANUAL CIRCUIT BREAKERS, AND THE JUMPER CABLE. THE RECALL BEGAN ON MARCH 28, 2008. OWNERS MAY CONTACT THOMAS BUILT CUSTOMER SUPPORT OFFICE AT 336-889-4871." -11/29/2007,07E100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E100000),"Caterpillar, Inc.",EXTENSION PIPES/POTENTIAL FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,307,CERTAIN CATERPILLAR C15 DIESEL ENGINES SOLD FOR INSTALLATION AS ORIGINAL EQUIPMENT IN CERTAIN 2008 FREIGHTLINER COLUMBIA AND CENTURY ST VEHICLES. THE EXTENSION PIPES ATTACHED TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY DEVELOP A CRACK OR HOLE AND HEAT AND FLAME MAY ESCAPE DURING A REGENERATION OF THE DIESEL PARTICULATE FILTER.,A VEHICLE FIRE CAN OCCUR.,"CATERPILLAR WILL NOTIFY FREIGHTLINER'S OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 29, 2007. OWNERS CAN CONTACT CATERPILLAR TOLL-FREE AT 800-447-4986." -11/29/2007,07V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V546000),Braun Corporation,REAR AXLE BEAM MOUNTING,SUSPENSION,NR (Not Reported),Vehicle,4000,"ON CERTAIN HANDICAPPED MOBILITY CONVERSION RAMPVANS MANUFACTURED BY INDEPENDENT MOBILITY SYSTEMS AND BUILT ON TOYOTA MINIVAN CHASSIS, THE DRIVER SIDE REAR AXLE BEAM MOUNT MAY NOT HAVE BEEN ADEQUATELY WELDED TO THE CHASSIS. THIS MAY RESULT IN A SQUEAKING NOISE, A ROUGH RIDE, OR DEGRADATION IN VEHICLE CONTROL.","THE MOUNT MAY BECOME PARTIALLY SEPARATED FROM THE CHASSIS. PASSENGERS, PEDESTRIANS, OR OTHER MOTORISTS MAY BE INJURED OR KILLED.","DEALERS WILL CONDUCT A THOROUGH INSPECTION, REWELD IF NECESSARY, AND APPLY A SUPPLEMENTAL REINFORCEMENT KIT FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 29, 2008. OWNERS MAY CONTACT BRAUN AT 800-488-0359." -11/28/2007,07E102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E102000),"New Flyer of America, Inc.",AFTERMARKET TIE ROD ENDS,STEERING,R07-044,Equipment,1409,"CERTAIN NEW FLYER KINETIK AFTERMARKET REPLACEMENT TIE ROD ENDS, P/NOS 6324963NFA AND 6324964NFA, SOLD FOR USE ON HEAVY DUTY TRANSIT BUSES EQUIPPED WITH MERITOR HIGH FLOOR AXLES. DUE TO POSSIBLE IMPROPER HEAT TREATMENT, THE TIE ROD END MAY FAIL OR FRACTURE UNDER STRESS.","SHOULD THE TIE ROD END FAIL, A LOSS OF STEERING CONTROL COULD OCCUR, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","NEW FLYER WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON DECEMBER 13, 2007. OWNERS CAN CONTACT NEW FLYER CUSTOMER SERVICE SUPPORT AT 204-934-4876." -11/28/2007,07V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V545000),Toyota Motor Engineering & Manufacturing,FUEL LINE LEAKAGE,"FUEL SYSTEM, GASOLINE",7LC,Vehicle,34343,"ON CERTAIN VEHICLES, HIGH STRESS AREAS MAY HAVE BEEN CREATED IN TWO SPECIFIC FUEL PIPES LOCATED IN THE ENGINE COMPARTMENT. COMBINED WITH OTHER FACTORS SUCH AS THE PRESENCE OF CORROSIVE AGENTS IN FUEL, A CRACK MAY FORM OVER TIME LEADING TO FUEL LEAKAGE FROM THE FUEL LINE(S).",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE TWO INVOLVED FUEL LINES WITH NEWLY DESIGNED LINES FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 15, 2007. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -11/28/2007,07E101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E101000),"TRW Automotive, Inc.",STEERING GEARS,STEERING,NR (Not Reported),Equipment,1416,"CERTAIN TRW STEERING GEARS, MODEL TAS85, MANUFACTURED BETWEEN AUGUST 13 AND SEPTEMBER 13, 2007, INSTALLED AS ORIGINAL EQUIPMENT ON COMMERCIAL TRUCKS. THESE STEERING GEARS CONTAIN POTENTIALLY DEFECTIVE SECTOR SHAFTS WITH AN INCORRECT GEAR TOOTH WHICH MAY INTERFERE WITH THE RACK-PISTON TEETH, RESULTING IN A STICK OR BIND CONDITION.",THIS CONDITION HAS THE POTENTIAL TO CAUSE THE STEERING GEAR TO STALL AND RESTRICT THE STEERING TURNING ANGLE OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.,EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE STEERING GEARS AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR TRW AT 765-429-1768. -11/27/2007,07V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V538000),MONACO COACH CORPORATION,CONVERTER NEUTRAL WIRE,ELECTRICAL SYSTEM,R07040,Vehicle,207,"ON CERTAIN TRAVEL TRAILERS, THE CONVERTER NEUTRAL WIRE WAS CONNECTED TO THE BONDING (GROUND) BAR INSTEAD OF THE NEUTRAL BAR.",THIS COULD LEAD TO A SITUATION WITH A SHOCK HAZARD INCREASING THE RISK OF PERSONAL INJURY.,"DEALERS WILL REMOVE THE NEUTRAL WIRE FROM THE BONDING BAR AND INSTALL IT ON THE NEUTRAL BAR, BOTH OF WHICH ARE LOCATED IN THE LOAD CENTER OF THE VEHICLE. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -11/27/2007,07V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V536000),"KIDRON, INCORPORATED",REAR IMPACT GUARDS/FMVSS 223,SUSPENSION,NR (Not Reported),Vehicle,863,"CERTAIN VAN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 223, ""REAR IMPACT GUARDS."" DURING TESTING, THE SLIDER SUSPENSION RAIL BETWEEN THE REAR IMPACT SYSTEM AND THE REAR SUPPORT AT THE REAR OF THE RIG SYSTEM DEFORMED. THE RIG SYSTEM IS COMPRISED OF THE REAR IMPACT GUARD AND THE TRAILER SUPPORT SYSTEM. THE TESTING PROCEDURE WAS FOR GUARD ENERGY ABSORPTION AND GUARD STRENGTH.",THE PURPOSE OF THIS STANDARD IS TO REDUCE THE NUMBER OF DEATHS AND SERIOUS INJURIES THAT OCCUR WHEN LIGHT DUTY VEHICLES COLLIDE WITH THE REAR END OF TRAILERS AND SEMITRAILERS.,"DEALERS WILL ADD SUPPORTS BETWEEN THE TRAILER CROSSMEMBERS ABOVE THE END OF THE SLIDER RAILS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 15, 2008. OWNERS MAY CONTACT KIDRON AT 800-321-5421." -11/27/2007,07V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V537000),MONACO COACH CORPORATION,SLIDEOUT ACTUATOR AND BRACKET LOCATION,EQUIPMENT,R07015,Vehicle,98,"ON CERTAIN FIFTH WHEEL TRAILERS, THE DESIGN SPECIFICATIONS FOR THE SLIDEOUT ACTUATOR AND BRACKET LOCATION IS BETWEEN THE TWO STREET SIDE TIRES. THE ADAPTER BRACKET FROM THE ACTUATOR TO THE SLIDE ROOM HAS SQUARE CORNERS. IF THE FIFTH WHEEL TRAILERS ARE FULLY LOADED AND HIT ANY BUMPS, THE TIRES MAY RUB THE SQUARE CORNER OF THE BRACKET. THE RUB MAY WEAR INTO THE TREAD OF THE TIRE OVER TIME.","A TIRE BLOWOUT COULD OCCUR, CAUSING LOSS OF CONTROL OF THE TRAILER WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL TRIM THE SQUARE CORNER OF THE LOWER REAR PART OF THE BRACKET GIVING CLEARANCE TO THE REAR TIRE ON THE STREET SIDE. THIS REPAIR WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 20, 2007. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -11/27/2007,07V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V543000),FONTAINE MODIFICATION CO.,TRACK ROD BRACKET/REYCO,STRUCTURE,NR (Not Reported),Vehicle,293,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH REYCO GRANNING MODEL 345P AIR RIDE SUSPENSIONS, THE BRACKET SUPPORTING THE HORIZONTAL TRACK ROD AT THE FRAME ATTACHMENT CAN BECOME LOOSE AND EVENTUALLY CRACK AND BREAK.",THIS CONDITION COULD CAUSE THE TRACK ROD TO BE INEFFECTIVE IN MAINTAINING LATERAL CONTROL BETWEEN THE AXLE AND FRAME RESULTING IN VEHICLE HANDLING PROBLEMS INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE BRACKET AND NUT/BOLT HARDWARE. IF THE BOLTS ARE LOOSE OR THE BRACKET HAS CRACKED, THE BOLTS, NUTS, AND BRACKETS WILL BE REPLACED. IF THE BOLTS ARE INSTALLED CORRECTLY AND ARE TIGHT, THEY WILL BE REMOVED AND REPLACED WITH NEW BOLTS AND LOCKTITE. THE RECALL BEGAN ON FEBRUARY 22, 2008. OWNERS MAY CONTACT FONTAINE AT 1-704-409-1605. THIS RECALL HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON FORD F450 AND F550 PICKUP TRUCKS MANUFACTURED BY FORD MOTOR COMPANY." -11/21/2007,07V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V541000),Ford Motor Company,DRIVER AIR BAG/FMVSS 208,AIR BAGS,07C19,Vehicle,45,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE DRIVER AIR BAG MODULE MAY NOT HAVE BEEN PROPERLY ASSEMBLED.",THIS CONDITION MAY PREVENT THE DRIVER AIR BAG FROM PROPERLY DEPLOYING AND REDUCE OCCUPANT PROTECTION IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE YOUR DRIVER AIR BAG MODULE FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 20, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -11/21/2007,07V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V542000),Honda (American Honda Motor Co.),HOOD PROP ROD BASE,STRUCTURE,Q64,Vehicle,410,"ON CERTAIN VEHICLES, THE HOLE IN THE SHEETMETAL FRONT BULKHEAD THAT SERVES AS THE BASE AND PIVOT POINT FOR THE HOOD SUPPORT ROD WAS NOT PUNCHED TO SPECIFICATION. THE HOOD SUPPORT ROD MAY FAIL TO HOLD THE HOOD IN POSITION DUE TO INSUFFICIENT STRENGTH.","IF THE HOOD SUPPORT ROD HOLE FAILS, THE HOOD COULD FALL INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THE PROP ROD BASE HOLE AND, IF NECESSARY, INSTALL REINFORCEMENT PARTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 5, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -11/21/2007,07V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V539000),"Coachmen RV Company, LLC",SLIDEOUT IGNITION CONNECTOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,395,"ON CERTAIN CLASS C MINI-MOTOR HOMES, THE 12 VOLT SLIDEROOM WIRE CONNECTION TO THE CHASSIS IGNITION SYSTEM MAY BE WIRED INCORRECTLY CAUSING THE BRAKE ON THE SLIDEROOM MOTOR TO DISENGAGE WHEN THE IGNITION IS IN THE 'ON' OR 'RUN' POSITION. THIS COULD CAUSE THE SLIDEROOM TO 'RELAX' AND POSSIBLY MOVE TO THE OUT POSITION WHILE IN TRANSIT IF THE TRAVEL LOCKS PROVIDED WITH THE VEHICLE ARE NOT INSTALLED AS RECOMMENDED.","SHOULD THE SLIDEROOM EXTEND WHILE THE VEHICLE IS IN MOTION, A CRASH COULD OCCUR.","DEALERS WILL PROPERLY WIRE THE SLIDEROOM MOTOR BRAKE ACTIVATION SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 20, 2007. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -11/21/2007,07V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V540000),Blue Bird Body Company,TIE ROD ENDS/STUDS /ARVIN-MERITOR,STEERING,R07MP,Vehicle,12,"ON CERTAIN MOTOR COACHES, THE CASTLE NUTS ON THE TIE ROD ENDS AND RELAY ROD STUDS IN THE INDEPENDENT SUSPENSION ASSEMBLIES ARE LOOSE AND/OR NOT TIGHTENED TO SPECIFICATIONS. LOW AND/OR NO TORQUE ON A NUT CAN RESULT IN EXCESSIVE SLACK IN THE STEERING SYSTEM, THEREBY ALLOWING THE TAPERED JOINT TO MOVE AND SUBSEQUENTLY SHEAR THE COTTER PIN.",THIS CONDITION CAN RESULT IN THE STEERING LINK TO BECOME DISCONNECTED AND CAUSE A LOSS OF STEERING CONTROL WHICH COULD RESULT IN A CRASH.,"BLUE BIRD IS WORKING WITH ARVIN-MERITOR TO REPAIR THESE COACHES (PLEASE SEE 07E094). THE RECALL BEGAN ON NOVEMBER 19, 2007. OWNERS MAY CONTACT BLUE BIRD AT 1-478-822-2242." -11/20/2007,07V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V535000),Harley-Davidson Motor Company,CATALYTIC MUFFLER PROTECTIVE HEAT SHIELD,ENGINE AND ENGINE COOLING,0133,Vehicle,538,"ON CERTAIN MOTORCYCLES BUILT AND SHIPPED TO CALIFORNIA, THE CATALYTIC MUFFLER PROTECTIVE HEAT SHIELD WAS NOT INSTALLED. THIS CONDITION COULD ALLOW DIRECT CONTACT WITH THIS MUFFLER AND CAUSE INJURY.","IF CONTACT OCCURS WHILE RIDING, IT COULD CAUSE LOSS OF CONTROL OF THE MOTORCYCLE, LEADING TO INJURY OR DEATH.","DEALERS WILL INSTALL THE HEAT SHIELDS TO THE MUFFLERS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 26, 2007. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -11/20/2007,07V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V534000),Ford Motor Company,FUEL PUMP FAILURE TURBOCHARGER/CATERPILLAR,ENGINE AND ENGINE COOLING,07V11,Vehicle,737,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C7 OR C9 DIESEL ENGINES, A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND MAY CAUSE THE TURBOCHARGER TO FAIL AND CAUSE LOSS OF THROTTLE CONTROL WITH WARNING.",THE WARNING MAY BE EXPERIENCED BY ERRATIC PERFORMANCE AND EXCESSIVE SMOKE. BOTH OF THESE CONDITIONS MAY RESULT IN A SITUATION WHERE A VEHICLE CRASH COULD OCCUR.,FORD IS WORKING WITH CATERPILLAR TO HAVE THE FUEL PUMP REPLACED FREE OF CHARGE (PLEASE SEE 07E053). OWNERS MAY CONTACT CATERPILLAR AT 309-675-6496 OR FORD AT 1-800-392-3673. -11/20/2007,07V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V533000),"BMW of North America, LLC",TIRE INFORMATION PLACARD/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,320,"CERTAIN CONVERTIBLE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE STANDARD REQUIRES THAT THE TIRE SIZE AND CORRESPONDING TIRE PRESSURE BE INDICATED ON THE LABEL AND THE LABEL DOES NOT CORRESPOND TO THE ACTUAL TIRES MOUNTED ON THE VEHICLE.",INCORRECT TIRE PRESSURE CAN CAUSE PREMATURE WEAR AND TIRE DAMAGE WHICH COULD LEAD TO UNFAVORABLE DRIVING CONDITIONS INCREASING THE RISK OF A CRASH.,"OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON JANUARY 16, 2008. OWNERS MAY CONTACT MINI AT 1-866-275-6464." -11/19/2007,07V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V547000),R-VISION,CONVERTER NEUTRAL WIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,646,"ON CERTAIN TRAVEL TRAILERS, THE CONVERTER NEUTRAL WIRE IS CONNECTED TO THE BONDING (GROUND) BAR INSTEAD OF THE NEUTRAL BAR.",THIS COULD LEAD TO A SITUATION WITH A SHOCK HAZARD WHICH COULD CAUSE A PERSONAL INJURY.,"DEALERS WILL REMOVE THE NEUTRAL WIRE FROM THE BONDING (GROUND) BAR AND INSTALL IT ON THE NEUTRAL BAR FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 17, 2007. OWNERS MAY CONTACT R-VISION AT 574-268-2111" -11/19/2007,07V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V529000),Volvo Trucks North America,STEERING GEAR MOUNTING BOLTS,STEERING,RVXX0706,Vehicle,2054,"ON CERTAIN TRUCKS, THE BOLTS THAT ATTACH THE STEERING GEAR TO THE FRAME MAY NOT HAVE BEEN TIGHTENED TO THE SPECIFIED TORQUE.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL TIGHTEN THE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 3, 2007. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/19/2007,07V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V531000),"Mack Trucks, Inc.",STEERING GEAR MOUNTING BOLTS,STEERING,SC0332,Vehicle,1058,"ON CERTAIN TRUCKS, THE BOLTS THAT ATTACH THE STEERING GEAR TO THE FRAME MAY NOT HAVE BEEN TIGHTENED TO THE SPECIFIED TORQUE.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL TIGHTEN THE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 10, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -11/16/2007,07V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V528000),"Nissan North America, Inc.",REDUCTION IN BRAKE EFFECTIVENESS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1115,"ON CERTAIN SPORT UTILITY VEHICLES, THE ANTILOCK BRAKE SYSTEM/VEHICLE DYNAMIC CONTROL (ABS/VDC) ACTUATOR IS DESIGNED WITH ONE BALL IN THE VALVE SECTION. SOME ABS/VDC ACTUATORS WERE MANUFACTURED WITH MORE THAN ONE BALL IN THE VALVE.","IN ABS/VDC ACTUATORS WITH MORE THAN ONE BALL, IT IS POSSIBLE THAT FLUID FLOW COULD BE BLOCKED AND CAUSE A REDUCTION IN BRAKE FORCE IN ONE OR BOTH FRONT WHEELS OR AFFECT OPERATION OF THE ABS AND/OR VDC. THIS COULD RESULT IN A REDUCTION IN BRAKE EFFECTIVENESS WITHOUT WARNING INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ABS/VDC ACTUATOR WITH A NEW ONE. THE RECALL BEGAN ON DECEMBER 31, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/15/2007,07E098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E098000),"MOSS MOTORS, LTD",REPLACEMENT TROPICAL FANS,EQUIPMENT,NR (Not Reported),Equipment,320,"CERTAIN AFTERMARKET MOSS MOTORS TROPICAL FANS, P/N 834-880, SOLD FOR USE ON 1956 THROUGH 1967 AUSTIN-HEALEY, MODELS 100-6, 3000 (BN4, BN6, BN7, BT7, BJ7, AND BJ8) VEHICLES. THESE FANS WERE MANUFACTURED WITH CENTER HUBS AND FAN BLADES THAT DO NOT FIT TOGETHER PROPERLY.","THIS CONDITION COULD RESULT IN A PREMATURE HIGH CYCLE FATIGUE FAILURE, RESULTING IN A LOSS OF ONE OR MORE OF THE FAN BLADES. A PERSON COULD BE STRUCK, POSSIBLY RESULTING IN SERIOUS INJURY OR EVEN DEATH.","MOSS MOTORS WILL NOTIFY OWNERS AND OFFER A FULL REFUND OR THEY WILL REPLACE THE FAN FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 9, 2007. OWNERS CAN CONTACT MOSS MOTORS TOLL-FREE AT 800-667-7872." -11/15/2007,07E099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E099000),KINEDYNE CORPORATION,WINCHES,EQUIPMENT,NR (Not Reported),Equipment,645,"CERTAIN KINEDYNE WINCHES, P/N 10203B, WERE SOLD TO BE INSTALLED AS ORIGINAL EQUIPMENT ON TRAILERS. THESE PARTICULAR WINCHES HAVE A SMALLER, LESS WEIGHTED PAWL THAN OTHER SIMILAR WINCH DESIGNS, WHICH USE A LARGER PAWL.","THE PAWL WORKS ON A GRAVITY BASED DESIGN WHICH PROVIDES THE FORCE REQUIRED TO ENGAGE THE PAWL TOOTH INTO THE SPROCKET. DURING THE WINCH TENSIONING OPERATION THE PAWL MAY NOT ALWAYS PROPERLY LOCK THE WINCH BY POSITIVELY ENGAGING INTO THE SPROCKET, THUS EXPOSING THE OPERATOR TO POTENTIAL DANGER FROM THE WINCH BAR SPRING BACK.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE WINCHES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER/DECEMBER 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR KINEDYNE AT 908-231-1800. -11/14/2007,07V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V527000),"Nissan North America, Inc.",CRANKSHAFT POSITION SENSOR FAILURE/ENGINE STALL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,653910,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 2.5L ENGINE, THE CRANKSHAFT POSITION SENSOR CAN OVERHEAT CAUSING A BRIEF INTERRUPTION IN THE SIGNAL OUTPUT FROM THE SENSOR.","IF THE INTERRUPTION IN THE SIGNAL FROM THE CRANKSHAFT POSITION SENSOR IS SO BRIEF THAT THE ELECTRONIC CONTROL MODULE (ECM) LOGIC DOES NOT HAVE TIME TO DIAGNOSE THE CONDITION, THE ENGINE MAY STOP RUNNING WITHOUT WARNING WHILE THE VEHICLE IS DRIVEN AT A LOW SPEED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ECM FREE OF CHARGE. CERTAIN MY 2006 ALTIMAS WHICH HAVE BEEN PREVIOUSLY REMEDIED UNDER RECALL CAMPAIGN 06V223 (NISSAN R0606) ARE NOT INCLUDED IN THIS RECALL SINCE THE REPROGRAMMING FOR 06V223 ALSO INCLUDED THIS REPROGRAMMING. THE RECALL BEGAN ON DECEMBER 31, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/13/2007,07C011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C011000),"Graco Children's Products, Inc.",BACKING MATERIAL,CHILD SEAT,NR (Not Reported),Child Seat,304675,"CERTAIN GRACO SNUGRIDE CHILD RESTRAINT SYSTEMS, MODELS 8609, 8616, 8643, 8645, AND 8646, MANUFACTURED FROM AUGUST 1, 2006, THROUGH JUNE 30, 2007. THE FIBER BACKING OF THESE SEATS ARE OF LESSER DENSITY AND MAY BE MORE PRONE TO DETERIORATION OR TEARING, ESPECIALLY AFTER WASHING. IN ADDITION, THE PARTICULAR DESIGN OF THE SEAT PAD MAY ALLOW MORE READY ACCESS TO THE UNDERSIDE OF THE PADDING.","AN INFANT PASSENGER IN THE SEAT MAY REMOVE PIECES OF THE FIBER FILL FROM THE BACK OF THE SEAT PAD, PLACE IT IN THEIR MOUTHS, THUS CREATING A POTENTIAL CHOKING HAZARD.","GRACO WILL NOTIFY ALL REGISTERED OWNERS AND OFFER A REPLACEMENT KIT FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 20, 2007. OWNERS CAN CONTACT GRACO TOLL-FREE AT 1-800-345-4109 MONDAY THROUGH FRIDAY BETWEEN 8 AM & 5 PM EST OR VISIT WWW.GRACOBABY.COM." -11/13/2007,07V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V530000),FREIGHTLINER LLC,FIFTH WHEEL LEVER PIVOT BOLTS/HOLLAND SIMPLEX,TRAILER HITCHES,FL-514,Vehicle,38000,"ON CERTAIN TRUCK-TRACTORS EQUIPPED WITH HOLLAND SIMPLEX SE OR SE II FIFTH WHEELS, THE LATCH LEVER PIVOT BOLT ASSEMBLY MAY HAVE BEEN OVER-TIGHTENED WHICH COULD DISTORT THE PIVOT BOLT SPACER SLEEVE. CORROSION OR CONTAMINATES IN THE PIVOT MAY CAUSE IT TO BIND AND PREVENT THE FIFTH WHEEL JAW FROM LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE FIFTH WHEEL MAY FAIL TO LATCH WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THE OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER. THE RECALL BEGAN ON JANUARY 3, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/13/2007,07V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V532000),FREIGHTLINER LLC,WIPER MOTOR GROUND WIRE,VISIBILITY,FL-515,Vehicle,5000,"ON CERTAIN TRUCKS, THE WIPER MOTOR GROUND WIRE WAS OMITTED IN A NEW HARNESS DESIGN. THE WIPER MOTOR MAY NOT OPERATE OR MAY FUNCTION INTERMITTENTLY.","THE WIPER MOTOR MAY STOP FUNCTIONING, IN CERTAIN CONDITIONS, THIS COULD IMPAIR VISIBILITY AND A CRASH COULD OCCUR IF THE VEHICLE IS NOT SAFELY STOPPED.","DEALERS WILL ADD A GROUND WIRE TO THE WIPER MOTOR HARNESS. THE RECALL BEGAN ON MAY 13, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/09/2007,07E096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E096000),"AUTOZONE PARTS, INC.",BATTERY BOOSTER CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,90000,"CERTAIN VALUCRAFT 8 AND 10 GAUGE BOOSTER CABLES IMPORTED AND SOLD BY AUTOZONE AS AFTERMARKET EQUIPMENT USED TO JUMP START AUTOMOBILES AND OTHER MOTORIZED EQUIPMENT INCLUDING MOTORCYCLES, ATVS, BOATS, AND LAWN EQUIPMENT HAVING DISCHARGED BATTERIES. THESE BATTERY CABLES ARE EITHER STAMPED 8GA OR 10GA. SOME OF THESE CABLES WERE ASSEMBLED INCORRECTLY. ON ONE OF THE CABLES, THE RED CLAMP WAS ATTACHED TO THE NEGATIVE SIDE AND THE BLACK CLAMP WAS ATTACHED TO THE POSITIVE SIDE. THIS MAY RESULT IN REVERSE POLARITY.",REVERSE POLARITY HAS THE POTENTIAL TO CAUSE DAMAGE TO THE VEHICLE BATTERY AS WELL AS PROPERTY DAMAGE AND PERSONAL INJURY. A VEHICLE'S BATTERY MAY BURST UNDER THESE CONDITIONS.,"AUTOZONE WILL OFFER A FULL REFUND OR REPLACEMENT FOR THE AFFECTED BOOSTER CABLES. THE RECALL BEGAN ON NOVEMBER 25, 2007." -11/08/2007,07T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T008000),"Sumitomo Rubber Industries, Ltd.",FMVSS 119/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,195,"CERTAIN SUMITOMO DUNLOP MOTOR SCOOTER TIRES, SIZES 150/70-13M 64S SX01 AND 130/70-13M 63P SX01 RF, DO NOT COMPLY WITH THE HIGH-SPEED PERFORMANCE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES.","TREAD SEPARATION BETWEEN THE TOP PLY AND THE TREAD RUBBER CAN OCCUR, POSSIBLY RESULTING IN A LOSS OF CONTROL AND A VEHICLE CRASH.","SUMITOMO WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON DECEMER 17, 2007." -11/08/2007,07C010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C010000),"MIAMODA, INC.",FMVSS 213/RESTRAINT CARRIER DETACHMENT FROM BASE,CHILD SEAT,NR (Not Reported),Child Seat,990,"CERTAIN MIAMODA, MODEL VIVA, INFANT RESTRAINT SYSTEMS OR THE SEPARATELY SOLD BASES MANUFACTURED BETWEEN DECEMBER 19, 2006, AND FEBRUARY 6, 2007. IN CERTAIN MOTOR VEHICLES, THE LOWER ANCHOR CONNECTOR ADJUSTER ASSEMBLY MAY INTERFERE WITH THE CONNECTION OF THE INFANT CARRIER TO THE BASE. ALSO, REGISTRATION CARDS WERE NOT PROVIDED WITH THE VIVA INFANT RESTRAINT SYSTEM OR THE SEPARATELY SOLD BASES WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","UNLESS ALL CONNECTION POINTS (TWO IN FRONT AND TWO IN REAR) ARE FIRMLY CONNECTED, IN THE EVENT OF A SEVERE VEHICLE CRASH, THE RESTRAINT CARRIER MAY DETACH FROM THE BASE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH TO THE CHILD. ALSO, WITHOUT REGISTRATION CARDS, OWNERS MAY FAIL TO REGISTER THEIR INFANT RESTRAINT SYSTEM WITH THE MANUFACTURER, MAKING IT DIFFICULT TO NOTIFY THEM IN THE EVENT OF A FUTURE RECALL.","MIAMODA WILL NOTIFY OWNERS AND MAIL A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS AND A REGISTRATION FORM FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 28, 2007. OWNERS CAN CONTACT MIAMODA CUSTOMER SERVICE AT 1-866-642-6632 OR VISIT THEIR WEBSITE AT WWW.MIAMODAINC.COM." -11/08/2007,07V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V522000),"Gulf Stream Coach, Inc.",STEERING INTERMEDIATE SHAFTS/WORKHORSE,STEERING,NR (Not Reported),Vehicle,139,CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). THEY WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR GULF STREAM AT 1-574-773-7761." -11/07/2007,07E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E093000),"LINK MANUFACTURING, LTD",AFTERMARKET LIFTABLE SUSPENSION/FATIGUE CRACKS,EQUIPMENT,NR (Not Reported),Equipment,1577,"CERTAIN AFTERMARKET LINK LIFTABLE SUSPENSIONS, MODEL 8A000490 DURALIFT II 13.2K, CONTAINING THE ALUMINUM CROSS-MEMBER MANUFACTURED FROM JULY 20, 2005, TO MARCH 16, 2007, SOLD FOR USE ON CERTAIN CLASS 7 AND CLASS 8 TRUCKS. BENDING AND FATIGUE CRACKS CAN OCCUR IN THE CROSS-MEMBER.","OVER TIME, THE CROSS-MEMBER CAN FAIL INITIATING A VEHICLE SHIMMY THAT COULD CAUSE LOSS OF VEHICLE CONTROL, POSSIBLE RESULTING IN A CRASH.","NOTIFICATION WAS SENT TO OWNERS INSTRUCTING THEM TO REMOVE THE CROSS-MEMBER AND REPLACE IT WITH A NEW STEEL CROSS-MEMBER, KIT NUMBER 80001799. KITS ARE AVAILABLE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS CAN CONTACT LINK'S CUSTOMER SERVICE DEPARTMENT TOLL-FREE AT 1-800-222-6283." -11/07/2007,07V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V521000),"General Motors, LLC",CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,06083,Vehicle,11974,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH AN 8.1L V8 ENGINE, THE CRANKSHAFT POSITION CAN OPERATE INTERMITTENTLY OR FAIL COMPLETELY. IF THE SENSOR OPERATES INTERMITTENTLY, THE SES LIGHT MAY ILLUMINATE AND THE VEHICLE MAY RUN ROUGH. THE ENGINE MAY STALL, AND IF SO, MAY RE-START IMMEDIATELY OR AFTER A COOL DOWN PERIOD.","IF THE SENSOR BECOMES COMPLETELY INOPERATIVE, THE ENGINE WILL QUIT RUNNING AND WILL NOT RE-START. EITHER OF THESE FAILURES CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CRANKSHAFT POSITION SENSOR FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 18, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -11/07/2007,07V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V519000),"General Motors, LLC",ENGINE TIMING CHAIN,ENGINE AND ENGINE COOLING,06074,Vehicle,20514,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 2.2L 4-CYLINDER ENGINE, LINKS IN THE ENGINE'S TIMING CHAIN CAN SEPARATE.","IF A TIMING CHAIN LINK SEPARATES WHILE THE ENGINE IS RUNNING, THE ENGINE WILL STALL AND WILL NOT RESTART INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TIMING CHAIN FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 15, 2008. OWNERS MAY CONTACT SATURN AT 1-800-972-8876." -11/07/2007,07T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T007000),Bridgestone Americas Tire Operations,FMVSS 139/MISMARKED SIDEWALL/PETITION,TIRES,NR (Not Reported),Tire,2101,"BFNT IS RECALLING 2,101 DUELER H/T 684 II TIRES, SIZE P235/60R17, MANUFACTURED BETWEEN SEPTEMBER 16 AND OCTOBER 27, 2007. ONE SIDEWALL HAS A BLANK PLUG WHERE THE PARTIAL TIRE IDENTIFICATION NUMBER (TIN) SHOULD BE FOUND WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 139, ""NEW PNEUMATIC RADIAL TIRES FOR LIGHT VEHICLES.""","THE PURPOSE OF THIS STANDARD IS TO ESTABLISH SPECIFIC TIRE DIMENSIONS, TEST REQUIREMENTS, LABELING REQUIREMENTS, AND DEFINES TIRE LOAD RATINGS.","BFNT WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 22, 2008. OWNERS MAY CONTACT BFNT TOLL-FREE AT 1-800-465-1904." -11/07/2007,07E097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E097000),Ricon Corporation,FMVSS 403/ANTI-STOW INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,13093,"CERTAIN RICON ""S"" AND ""K"" SERIES PLATFORM STYLE WHEELCHAIR LIFTS, MANUFACTURED BETWEEN APRIL 1, 2005, AND SEPTEMBER 6, 2006, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SPECIALTY VEHICLES. THE ANTI-STOW INTERLOCK MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER. THE PRESSURE SENSING SWITCH THAT DETECTS THE PRESENCE OF WEIGHT ON THE PLATFORM WAS NOT ADJUSTED TO THE NECESSARY SENSITIVITY LEVEL. THE LIFT COULD STOW EVEN THOUGH SOMEONE OR SOMETHING IS STILL ON THE LIFT WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",A LIFT OCCUPANT CAN BE INJURED SHOULD THE LIFT BEGIN TO STOW UNINTENTIONALLY.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE LIFTS AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL BEGAN ON OCTOBER 15, 2008. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR RICON AT 818-267-3000." -11/07/2007,07V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V520000),"General Motors, LLC",ROOF RAIL AIR BAGS/FMVSS 201,AIR BAGS,07281,Vehicle,57100,"CERTAIN PASSENGER VEHICLES NOT EQUIPPED WITH OPTIONAL ROOF RAIL AIRBAGS OR OPTIONAL SUNROOF FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201,""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING NHTSA IMPACT TESTS, THE INTERIOR OCCUPANT PROTECTION TEST POINTS EXCEEDED THE STANDARD REQUIREMENTS.",THE RESULTS OF THIS TEST INDICATED A POSSIBILITY OF AN INCREASED RISK OF HEAD INJURY IN A CRASH.,"DEALERS WILL INSTALL AN ENERGY ABSORBING FOAM PIECE TO EACH OF THE A-PILLAR TRIM ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON MAY 8, 2008. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -11/07/2007,07E095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E095000),Ricon Corporation,THRESHOLD WARNING SYSTEM/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,23241,"CERTAIN RICON ""S"" AND ""K"" SERIES PLATFORM STYLE WHEELCHAIR LIFTS,MANUFACTURED BETWEEN APRIL 1, 2005, AND OCTOBER 9, 2007, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SPECIALTY VEHICLES. THE THRESHOLD WARNING SYSTEM MAY NOT DETECT THE PRESENCE OF A WHEELCHAIR OR MOBILITY AID USER IN A CERTAIN SPOT WITHIN THE DEFINED THRESHOLD AREA. THESE LIFTS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""",THE USER OF THE LIFT COULD BE INJURED SHOULD THE LIFT MOVE UNINTENTIONALLY.,"EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE LIFTS AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL BEGAN ON FEBRUARY 27, 2008. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR RICON AT 818-267-3000." -11/06/2007,07V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V523000),THULE TOWING SYSTEMS LLC,IMPROPER AXLE BRACKET INSTALLATION,POWER TRAIN,NR (Not Reported),Vehicle,73,"ON CERTAIN GALVANIZED UTILITY TRAILERS, A BRACKET USED TO ATTACH THE AXLE TO THE TRAILER BODY WAS REVERSED DURING ASSEMBLY. THE IMPROPER INSTALLATION OF THE BRACKET MAY CAUSE THE AXLE TO DISENGAGE FROM THE TRAILER WHILE IN USE.",THE AXLE MAY RELEASE PARTIALLY OR WHOLLY FROM TRAILER AND MAY BEGIN TO VIBRATE OR WEAVE WHILE IN TOW INCREASING THE RISK OF A CRASH.,"DEALERS WILL DISCONNECT THE IMPROPERLY ASSEMBLED BRACKET AND RE-ASSEMBLE THE BRACKET IN A PROPER MANNER FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 14, 2007. OWNERS MAY CONTACT THULE AT 1-888-451-9776." -11/06/2007,07V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V518000),Keystone RV Company,INCORRECT HANGER & SHACKLE BOLT TORQUE,SUSPENSION,07-095,Vehicle,62,CERTAIN TRAVEL TRAILERS MAY HAVE BEEN MANUFACTURED WITH THE INCORRECT HANGER AND SHACKLE BOLT TORQUEON THE AXLE SUSPENSION.,"IF THE BOLTS DO NOT HAVE THE PROPER TORQUE APPLIED, THEY COULD COME OFF THE VEHICLE WHILE DRIVING CAUSING POOR VEHICLE HANDLING INCREASING THE RISK OF A CRASH.","DEALERS WILL VERIFY THE SHACKLE BOLTS HAVE THE CORRECT TORQUE AND RE-TIGHTEN IF NECESSARY. ALL VEHICLES ARE STILL AT DEALERS. NO TRAILERS HAVE BEEN SOLD TO CUSTOMERS. THE RECALL BEGAN ON OCTOBER 18, 2007." -11/05/2007,07V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V515000),"Suzuki Motor USA, LLC",FMVSS 108/REFLEX REFLECTORS,EXTERIOR LIGHTING,2099 & 2A01,Vehicle,28221,"THE REAR REFLEX REFLECTOR ON AFFECTED GS500 MOTORCYCLES AND THE REAR AND SIDE REFLEX REFLECTORS ON AFFECTED GZ250 MOTORCYCLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE REFLEX REFLECTORS HAVE A REFLECTED LIGHT OUTPUT AT SOME MEASUREMENT ANGLES THAT IS LESS THAN THE MINIMUM OUTPUT REQUIRED BY THE STANDARD.","IT IS POSSIBLE THAT THIS COULD CONTRIBUTE TO A MOTORIST'S NOT NOTICING THE MOTORCYCLE IN DARKNESS, WHICH MAY CONTRIBUTE TO A CRASH.","DEALERS WILL REPLACE THE NON-COMPLYING REFLEX REFLECTORS WITH COMPLYING REFLECTORS. THE RECALL BEGAN ON NOVEMBER 16, 2007. OWNERS MAY CONTACT SUZUKI AT 1-800-255-2550." -11/05/2007,07V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V514000),"Forest River, Inc.",FOLDING CAMPING TRAILER WINCH/CAREFREE,EQUIPMENT,NR (Not Reported),Vehicle,2983,"ON CERTAIN FOLDING CAMPING TRAILERS (FCT) EQUIPPED WITH A POWER WINCH UNIT, MODEL P55000, BUILT BY CAREFREE OF COLORADO, AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF THE CABLE SHAFTS ON SOME OF THESE POWER WINCH UNITS. UNDER CERTAIN CIRCUMSTANCES WHILE THE FOLDING CAMPING TRAILER TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.","FOREST RIVER IS WORKING WITH CAREFREE OF COLORADO AND WILL INSTALL NEW CABLE SHAFTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 12, 2007. OWNERS MAY CONTACT CAREFREE OF COLORADO AT 1-800-621-2617 OR FOREST RIVER AT 574-389-4615." -11/05/2007,07V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V516000),Chrysler Group Global Electric Motorcars,PARKING BRAKE ASSEMBLY,PARKING BRAKE,NR (Not Reported),Vehicle,191,"ON CERTAIN LOW-SPEED 2, 4, OR 6-PASSENGER SHORT, LONG AND LONG BED XD ELECTRIC VEHICLES, AN INSUFFICIENT WELD ON THE HAND PARK LEVER BRAKE ASSEMBLY (PARKING BRAKE) MAY FAIL. THIS FAILURE CAUSES A TOTAL LOSS OF PARKING BRAKE HOLD.","A FAILURE OF THE PARKING BRAKE WILL ALLOW THE VEHICLE TO ROLL AWAY IF IT IS PARKED ON AN INCLINE, CREATING THE RISK OF A CRASH OR INJURY.","GEM WILL REPLACE THE PARKING BRAKE ASSEMBLY ON ALL AFFECTED VEHICLES. THE RECALL BEGAN ON NOVEMBER 26, 2007. OWNERS MAY CONTACT GEM AT 1-866-764-0616." -11/05/2007,07V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V517000),"Tiffin Motorhomes, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,11438,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TIFFIN MOTORHOMES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TIFFIN AT 1-256-356-8661." -11/02/2007,07V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V513000),"Autocar, LLC",INCORRECT GVWR RATING/PART 568,EQUIPMENT,A-0704,Vehicle,49,"CERTAIN TRUCKS FAIL TO COMPLY WITH REQUIREMENTS OF PART 568, 'VEHICLES MANUFACTURED IN TWO OR MORE STAGES, ALL INCOMPLETE, INTERMEDIATE AND FINAL-STAGE MANUFACTURERS OF VEHICLES MANUFACTURED IN TWO OR MORE STAGES.' THE GROSS VEHICLE WEIGHT RATING (GVWR) LABEL, AS APPLIED, MAY NOT BE ACCURATE. THE GVWR LABEL MAY INDICATE THAT THE VEHICLE'S LOAD CAPACITY IS HIGHER THAN THE DESIGNED WEIGHT RATING.","DUE TO THE ERROR IN GVWR LABELING, IT IS POSSIBLE THAT A VEHICLE COULD BE OVERLOADED WITHOUT THE VEHICLE OPERATOR'S KNOWLEDGE. A VEHICLE IN AN OVERLOADED CONDITION MAY BE SUSCEPTIBLE TO COMPONENT FAILURE THAT MAY RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","AUTOCAR WILL SEND A LETTER WHICH DESCRIBES THE DISCREPANCY IN GVWR LABELING, AND WILL INCLUDE A COMPLETE SET OF REVISED GVWR LABELS INCLUDING A REVISED INCOMPLETE VEHICLE DOCUMENT LABEL ALONG WITH INSTRUCTIONS FOR APPLICATION OF THE LABELS. THE RECALL BEGAN ON DECEMBER 7, 2007. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -11/02/2007,07E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E094000),"Meritor, Inc.",SUSPENSION,SUSPENSION,C8AA,Equipment,13,"CERTAIN ARVINMERITOR INDEPENDENT FRONT SUSPENSIONS, MODULE RIS16EF18C1001, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN BLUE BIRD SCHOOL BUSES. THE CASTLE NUTS ON THE TIE ROD ENDS AND RELAY ROD STUD ENDS IN THE INDEPENDENT SUSPENSION ASSEMBLIES ARE LOOSE AND OR NOT TORQUED TO SPECIFICATION. LOW AND OR NO TORQUE ON A NUT CAN RESULT IN EXCESSIVE SLACK IN THE STEERING SYSTEM, THEREBY ALLOWING THE TAPERED JOINT TO MOVE AND SUBSEQUENTLY SHEAR THE COTTER PIN.","THIS CONDITION CAN RESULT IN THE STEERING LINK TO BECOME DISCONNECTED AND POTENTIALLY CAUSE A LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",BLUE BIRD WILL NOTIFY THEIR OWNERS AND INSPECT AND REPAIR THE BUSES FREE OF CHARGE. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242. -11/01/2007,07V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V512000),Honda (American Honda Motor Co.),CNG FUEL TANK THERMAL INSULATOR,"FUEL SYSTEM, OTHER",Q63,Vehicle,6545,"ON CERTAIN COMPRESSED NATURAL GAS (CNG) VEHICLES, IN THE EVENT OF A SEVERE INTERIOR FIRE IN THE AREA OF THE REAR SEAT, THE CNG TANK MAY BE HEATED UNEVENLY, PREVENTING THE PRESSURE RELIEF DEVICE FROM VENTING THE CONTENTS OF THE TANK AS DESIGNED.","THIS COULD RESULT IN A TANK RUPTURE, EXPLOSION, AND EJECTION OF THE TANK FROM THE VEHICLE.","DEALERS WILL INSTALL A HEAT INSULATOR MATERIAL TO THE REAR SEAT BACK. AN INTERIM OWNER LETTER WAS MAILED TO OWNERS BEGINNING NOVEMBER 26, 2007. WHEN PARTS ARE AVAILABLE, OWNERS WILL BE RENOTIFIED ASKING THEM TO BRING IN THEIR VEHICLE FOR REPAIR. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -11/01/2007,07V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V511000),PALOMINO RV,FOLDING CAMPING TRAILER WINCH/CAREFREE,EQUIPMENT,NR (Not Reported),Vehicle,105,"ON CERTAIN FOLDING CAMPING TRAILERS (FCT) EQUIPPED WITH A POWER WINCH UNIT, MODEL P55000, BUILT BY CAREFREE OF COLORADO, AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF THE CABLE SHAFTS ON SOME OF THESE POWER WINCH UNITS. UNDER CERTAIN CIRCUMSTANCES WHILE THE FOLDING CAMPING TRAILER TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.","DEALERS WILL INSTALL NEW CABLE SHAFTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 4, 2007. OWNERS MAY CONTACT PALOMINO RV AT 1-269-432-3271." -11/01/2007,07V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V509000),"EAST SIDE CUSTOM CHOPPERS, INC.",MOTORCYCLE FRAME/RC COMPONENTS,STRUCTURE,NR (Not Reported),Vehicle,9,"ON CERTAIN MOTORCYCLES, THE FACTORY-INSTALLED WELDED GUSSET PLATE CONNECTING THE FRAME BACKBONE, NECK, AND DOWN TUBE IS MISSING.","AS A RESULT, ADDITIONAL STRESS WOULD BE PLACED ON THE WELDS CAUSING RAPID WEAR AND POSSIBLE JOINT SEPARATION. FRAME SEPARATION OF THE NECK, DOWN TUBE, AND BACKBONE JOINTS COULD CAUSE THE DRIVER TO LOSE STEERING AND CONTROL OF THE BIKE, POSSIBLY RESULTING IN A CRASH.",ECC IS WORKING WITH RC COMPONENTS TO NOTIFY OWNERS AND THE MOTORCYCLES WILL BE REPAIRED FREE OF CHARGE. OWNERS CAN CONTACT RC COMPONENTS AT 1-270-842-6000 OR ECC AT 1-845-778-2100. -11/01/2007,07E092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E092000),"Jost International, Inc.",POSSIBLE FIFTH WHEEL SEPARATION,EQUIPMENT,NR (Not Reported),Equipment,343,"CERTAIN JOST INTERNATIONAL FIFTH WHEEL ASSEMBLIES, JSK 36 N SERIES, MANUFACTURED BETWEEN JULY 19, 2004, AND AUGUST 31, 2007, INSTALLED AS ORIGINAL EQUIPMENT ON HEAVY TRUCKS. IN THE FIFTH WHEEL ASSEMBLIES BRACKET PINS THAT ARE ATTACHED BY ONLY ONE MOUNTING BOLT, IT IS POSSIBLE TO IMPROPERLY SECURE THE ONE BOLT BRACKET PIN.","IF IMPROPERLY SECURED, THE ONE BOLT COULD WORK LOOSE AND COME OUT WHICH COULD ALLOW FOR POTENTIAL SEPARATION OF THE FIFTH WHEEL TOPPLATE FROM ITS MOUNTING SURFACE, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE FIFTH WHEELS AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL BEGAN ON NOVEMBER 1, 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR JOST TOLL-FREE AT 1-800-253-5105." -11/01/2007,07V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V510000),"POLARIS INDUSTRIES, INC.",VOLTAGE REGULATOR/RECTIFIER ASSEMBLIES,ELECTRICAL SYSTEM,V-07-01,Vehicle,326,"ON CERTAIN MOTORCYCLES, THE VOLTAGE REGULATOR/RECTIFIER ASSEMBLY MAY HAVE AN OVERCHARGING CONDITION. AN OVERCHARGING SITUATION IN CONJUNCTION WITH THE LOOSE BATTERY CONNECTION COULD CAUSE A STALLING CONDITION.",AN UNEXPECTED LOSS OF ENGINE POWER COULD CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE VOLTAGE REGULATOR/RECTIFIER AND INSPECT BOTH BATTERY CABLES FOR TIGHTNESS. THE RECALL BEGAN ON NOVEMBER 5, 2007. OWNERS MAY CONTACT POLARIS/VICTORY AT 1-888-704-5290." -10/30/2007,07V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V508000),"Hino Motors Sales U.S.A., Inc.",SIDE VIEW MIRROR INCORRECTLY INSTALLED,VISIBILITY,M0100,Vehicle,100,"ON CERTAIN TRUCKS, THE SIDE VIEW MIRRORS MAY HAVE BEEN INSTALLED INCORRECTLY POSSIBLY LEADING TO THE MIRROR GLASS DETACHING FROM THE MIRROR HOUSING.","IF THE MIRROR GLASS IS LOST, THE DRIVER MAY NOT BE ABLE TO SEE TRAFFIC APPROACHING FROM THE REAR INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE SIDE VIEW MIRRORS AND, IF NECESSARY, REPLACE THE MIRROR MATERIALS. THE RECALL BEGAN ON JUNE 12, 2007. OWNERS MAY CONTACT HINO AT 1-248-648-6490." -10/30/2007,07E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E090000),"Dorman Products, Inc.",AUTOMOTIVE ELECTRICAL REPAIR KIT/ELECTRICAL FUSES,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,23000,"CERTAIN DORMAN PRODUCTS AUTOMOTIVE ELECTRICAL REPAIR KITS, P/N 86689B, MANUFACTURED BETWEEN JANUARY 2006 TO OCTOBER 2007, SOLD FOR USE ON ALL MAKES AND MODELS OF BOTH FOREIGN AND DOMESTIC MOTOR VEHICLES. THESE KITS CONTAIN FUSES THAT FAIL TO MELT AT THE MAXIMUM ELECTRICAL CURRENT AND TIME LIMIT DESIGNATION.","IF THE METAL STRIP INSIDE THE FUSE FAILS TO MELT WHEN EXPOSED TO AN ELECTRICAL CURRENT GREATER THAN THE AMOUNT FOR WHICH THE FUSE IS RATED, THE CIRCUIT MAY BECOME OVERLOADED POTENTIALLY CAUSING A FIRE.","DORMAN WILL PROVIDE REPLACEMENT KITS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 29, 2007. OWNERS CAN CONTACT DORMAN AT 212-712-5222." -10/30/2007,07E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E091000),"Caterpillar, Inc.",DIESEL ENGINES/FUEL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,964,CERTAIN CATERPILLAR C13 AND C15 DIESEL ENGINES INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN PETERBILT HEAVY TRUCKS AND MONACO RECREATIONAL VEHICLES. THE FITTING ON CERTAIN FUEL LINES TO THE AFTERTREATMENT REGENERATION DEVICE (ARD) MAY CRACK AND LEAK FUEL.,"FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.",EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986. -10/30/2007,07V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V507000),J&L CARGO EXPRESS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,50,"ON CERTAIN CARGO TRAILERS WITH LIVING QUARTERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CARGO EXPRESS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CARGO EXPRESS AT 1-574-848-7441." -10/29/2007,07V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V501000),Blue Bird Body Company,FMVSS 217/EMERGENCY DOOR AUDIBLE ALARM/BUZZER,EQUIPMENT,R07MN,Vehicle,17,"CERTAIN 2008 BLUE BIRD MICRO BIRD SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 5 AND OCTOBER 15, 2007. THE SUBJECT BUSES WERE MANUFACTURED WITHOUT A REAR EMERGENCY DOOR AUDIBLE ALARM/BUZZER WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, 'BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.'","THIS STANDARD ESTABLISHES REQUIREMENTS FOR THE RETENTION OF WINDOWS OTHER THAN WINDSHIELDS IN BUSES, AND ESTABLISHES OPERATING FORCES, OPENING DIMENSIONS, AND MARKINGS FOR BUS EMERGENCY EXITS. THE PURPOSE O F THIS STANDARD IS TO MINIMIZE THE LIKELIHOOD OF OCCUPANTS BEING THROWN FROM THE BUS AND TO PROVIDE A MEANS OF READILY ACCESSIBLE EMERGENCY EGRESS.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 4, 2008. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -10/26/2007,07V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V500000),"Volvo Car USA, LLC",SRS CONTROL UNIT SOFTWARE,AIR BAGS,184,Vehicle,1601,"IN CERTAIN VEHICLES, TWO SOFTWARE ERRORS HAVE BEEN FOUND IN THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) CONTROL UNIT SOFTWARE. THIS MAY RESULT IN A LATE DEPLOYMENT OF THE INFLATABLE CURTAIN (IC) AND SIDE IMPACT PROTECTION SYSTEM (SIPS) AIR BAGS IN CERTAIN SIDE IMPACT CRASH SITUATIONS. IN ADDITION, THIS SOFTWARE ERROR MAY ALSO CAUSE THE 'SRS AIRBAG - SERVICE URGENT' MESSAGE AND SRS WARNING LIGHT TO ILLUMINATE.",LATE DEPLOYMENTOF THE IC AND SIPS AIR BAGS IN CERTAIN SIDE IMPACT CRASH SITUATIONS COULD INCREASE THE RISK OF INJURY TO THE VEHICLE OCCUPANT.,"DEALERS WILL PERFORM A SOFTWARE UPGRADE OF THE SRS CONTROL UNIT. THE RECALL BEGAN ON OCTOBER 31, 2007. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -10/25/2007,07E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E089000),"SPYDER, INC.",FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,238,"CERTAIN SPYDER HEADLAMP REPLACEMENT ASSEMBLIES SOLD FOR USE ON 2004 THROUGH 2007 FORD F150 PICKUP TRUCKS. DURING PRODUCTION, THE HEADLAMPS WERE INTERNALLY MISALIGNED AND THEY FAIL THE PHOTOMETRY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE PURPOSE OF THIS STANDARD IS TO REDUCE TRAFFIC CRASHES AND DEATHS AND INJURIES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY.,SPYDER WILL NOTIFY OWNERS AND OFFER A FULL REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLAMPS. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2007. OWNERS CAN CONTACT SPYDER AT 866-558-4264. -10/25/2007,07E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E087000),Genera Corporation,FMVSS 108/HALOGEN HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4654,"CERTAIN TYC HALOGEN TYPE HEADLAMP ASSEMBLIES P/N 20-6644-00 SOLD AS AFTERMARKET EQUIPMENT FOR 2005-2006 NISSAN ALTIMA PASSENGER VEHICLES. THE PHOTOMETRIC WERE MISALIGNED WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",MISALIGNMENT OF THE LIGHTS DIMINISHES FRONTAL ILLUMINATION WHICH COULD RESULT IN A VEHICLE CRASH.,"GENERA WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT LAMPS. THE RECALL BEGAN ON OCTOBER 25, 2007. OWNERS CAN CONTACT GENERA AT 714-522-6688." -10/25/2007,07V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V499000),"Navistar, Inc.",POSITIVE BATTERY CABLE,ELECTRICAL SYSTEM,07514,Vehicle,27,"ON CERTAIN TRUCKS, THE POSITIVE BATTERY CABLES THAT SUPPLY POWER FROM THE BATTERIES TO THE STARTER MAY BE ROUTED NEAR THE ENGINE'S EXHAUST MANIFOLD. THE EXCESS HEAT GENERATED BY THE MANIFOLD CAN CAUSE THE CABLE'S INSULATION TO MELT, EXPOSING BARE WIRE.","THIS CONDITION MAY CAUSE AN ELECTRICAL SHORT OR A FIRE, WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT THE BATTERY CABLES AND REPLACE THEM IF NECESSARY AND REROUTE THEM AWAY FROM THE ENGINE EXHAUST MANIFOLD FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 22, 2008. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/25/2007,07V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V505000),GOSHEN COACH,REAR AIR SUSPENSION BRACKETS/LINK,SUSPENSION,NR (Not Reported),Vehicle,4,"ON CERTAIN SHUTTLE BUSES, THE AXLE SIDE LATERAL CONTROL ROD BRACKET OF THE SUSPENSION HAS CRACKED IN SOME CASES.",THE CRACK COULD RESULT IN A FAILURE OF THE BRACKET RESULTING IN LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN A CRASH.,GOSHEN IS WORKING WITH LINK TO REPAIR THE SUSPENSIONS IF FOUND TO BE DEFECTIVE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT LINK AT 1-800-222-6283 OR GOSHEN AT 1-574-970-6300. -10/25/2007,07V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V506000),"NRC Modifications, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NRC MODIFICATIONS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NRC AT 1-574-825-3646." -10/25/2007,07V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V503000),"FLEETWOOD ENTERPRISES, INC.",SLIDE-OUT ROOM ACTIVATION,EQUIPMENT,71003,Vehicle,46,"ON CERTAIN MOTOR HOMES, THE SLIDE-OUT ROOM MAY ACTIVATE WHILE TRAVELING, CAUSING THE OVERALL VEHICLE WIDTH TO INCREASE.",THE WIDE VEHICLE WIDTH COULD LEAD TO COLLISIONS WHILE TRAVELING OR SLIDE-OUT ROOM IMPACT TO ADJACENT OBJECTS WHILE THE MOTOR HOME IS PARKED.,"DEALERS WILL INSPECT AND IF NECESSARY, RELOCATE CERTAIN ELECTRICAL COMPONENTS AND SEAL ASSOCIATED COMPARTMENTS FROM THE ELEMENTS. THE RECALL BEGAN ON JANUARY 11, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216." -10/25/2007,07V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V504000),"FLEETWOOD ENTERPRISES, INC.",SLIDE-OUT ROOM ACTIVATION,EQUIPMENT,71004,Vehicle,133,"ON CERTAIN MOTOR HOMES, THE SLIDE-OUT ROOM MAY ACTIVATE WHILE TRAVELING, CAUSING THE OVERALL VEHICLE WIDTH TO INCREASE. WATER CAN SHORT OUT THE ELECTRONIC CONTROL RELAY FOR THE SLIDE-OUT ROOM CONTROL MECHANISM.",THE WIDE VEHICLE WIDTH COULD LEAD TO COLLISIONS WHILE TRAVELING OR SLIDE-OUT ROOM IMPACT TO ADJACENT OBJECTS WHILE THE MOTOR HOME IS PARKED.,"DEALERS WILL INSPECT AND IF NECESSARY, RELOCATE CERTAIN ELECTRICAL COMPONENTS AND SEAL ASSOCIATED COMPARTMENTS FROM THE ELEMENTS. THE RECALL BEGAN ON JANUARY 11, 2008. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216." -10/25/2007,07V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V502000),"Saleen, Inc.",WATT'S LINK REAR SUSPENSION,SUSPENSION,TSB07-006,Vehicle,500,"ON CERTAIN PARNELLI JONES EDITION VEHICLES EQUIPPED WITH WATT'S LINK REAR SUSPENSIONS, THE WATT'S LINK HAS BEEN FOUND TO STRESS THE CHASSIS AND LINKAGE UNDER EXTREME USE TO THE POINT WHERE IT CAN FAIL.","A FAILURE CAN RESULT IN THE VEHICLE BECOMING UNSTABLE, INCREASING THE RISK OF A CRASH.","SALEEN WILL SUPPLY NEW UP-GRADED PARTS, INCLUDING COMPLETE INSTALLATION INSTRUCTIONS AND TECHNICAL SUPPORT. SALEEN WILL COVER ALL LABOR COSTS. THE UP-GRADE WILL BE COMPLETED BY AUTHORIZED FORD DEALERS. THE RECALL BEGAN ON OCTOBER 4, 2007. OWNERS MAY CONTACT SALEEN AT 1-800-888-8945." -10/24/2007,07E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E088000),"HONEYWELL INTERNATIONAL, INC.",OIL FILTER/OIL LEAK/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,121680,"CERTAIN HONEYWELL FRAM RACING BRAND HP4 AND HP8 OIL FILTERS THAT WERE MANUFACTURED FROM MAY 25, 2006, THROUGH SEPTEMBER 14, 2007, AND SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR VEHICLES LIST ABOVE. THE AFFECTED FILTERS ARE MARKED WITH A DATE CODE A61451 THROUGH A72571 SEQUENTIALLY. THE DATE CODE AND PART NUMBER APPEAR ON THE FILTER HOUSING. FRAM RACING HP4 AND HP8 OIL FILTERS NOT BEARING A DATE CODE IN THIS RANGE ARE NOT AFFECTED BY THIS RECALL. THE GASKET OF THE OIL FILTER BECOMES MORE PLIABLE UNDER HIGH TEMPERATURES AND PRESSURES.","THIS CONDITION MAY CAUSE INADEQUATE SEALING AND LOSS OF ENGINE OIL, POSSIBLY RESULTING IN A FIRE.",HONEYWELL WILL REPLACE THE AFFECTED OIL FILTERS FREE OF CHARGE. THE RECALL BEGAN DURING NOVEMBER 2007. OWNERS CAN CONTACT FRAM CUSTOMER SERVICE TOLL-FREE AT 1-800-890-2075. -10/24/2007,07V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V498000),"Navistar, Inc.",SPLIT SHAFT PTO FLANGE MOUNTING BOLTS,POWER TRAIN,07515,Vehicle,130,"ON CERTAIN TRUCKS EQUIPPED WITH SPLIT SHAFT STYLE POWER TAKE OFF (PTO), THE BOLTS THAT ATTACH THE DRIVE SHAFT FLANGES TO THE SPLIT SHAFT PTO MAY LOOSEN AND ALLOW THE DRIVE SHAFT TO SEPARATE FROM THE VEHICLE.","DRIVE SHAFT SEPARATION MAY HAPPEN WITHOUT WARNING AND COULD POSSIBLY GET INTO THE PATH OF OTHER VEHICLES ON THE HIGHWAY, CAUSING PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE AND PROPERLY TIGHTEN THE SPLIT SHAFT PTO FLANGE MOUNTING BOLTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 30, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/23/2007,07V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V496000),Volvo Trucks North America,SAF HOLLAND SIMPLEX FIFTH WHEEL/ARM PIVOT BOLT,TRAILER HITCHES,RVXX0705,Vehicle,6519,"ON CERTAIN TRUCKS EQUIPPED WITH A SAF HOLLAND SIMPLEX FIFTH WHEEL, THE LEVER ARM PIVOT BOLT MAY HAVE BEEN OVER TIGHTENED. AN OVER TIGHTENED PIVOT BOLT CAN DISTORT THE PIVOT BOLT SPACER SLEEVE, WHICH MAY PREVENT THE FIFTH WHEEL LATCH JAW FROM CLOSING AND LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE PIVOT BOLT CAN BECOME LOOSE WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 28, 2008. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -10/23/2007,07V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V497000),"Mack Trucks, Inc.",SAF HOLLAND SIMPLEX/ARM PIVOT BOLT,TRAILER HITCHES,SC0331,Vehicle,950,"ON CERTAIN TRUCKS EQUIPPED WITH A SAF HOLLAND SIMPLEX FIFTH WHEEL, THE LEVER ARM PIVOT BOLT MAY HAVE BEEN OVER TIGHTENED. AN OVER TIGHTENED PIVOT BOLT CAN DISTORT THE PIVOT BOLT SPACER SLEEVE, WHICH MAY PREVENT THE FIFTH WHEEL LATCH JAW FROM CLOSING AND LATCHING SECURELY AROUND THE TRAILER KING PIN.","THERE IS A POSSIBILITY THAT THE PIVOT BOLT CAN BECOME LOOSE WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PIVOT BOLT AND SLEEVE WITH A HEX HEAD SHOULDER BOLT AND WASHER FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 28, 2008. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -10/22/2007,07V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V493000),U.S. BUS CORPORATION,ANTI-LOCK BRAKE SYSTEM MODULE/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,137,"CERTAIN MY 2007 US BUS STURDIBUS SCHOOL OR ACTIVITY BUSES SINGLE AND DUAL REAR WHEEL MODELS BUILT ON THE GMT 610 CHEVROLET EXPRESS CHASSIS MANUFACTURED BETWEEN SEPTEMBER 1, 2006, AND SEPTEMBER 30, 2007, FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" WHEN THE BRAKES ARE APPLIED, THE STOP LAMPS WILL ILLUMINATE. WHEN THE BRAKE PEDAL IS RELEASED, THE STOP LAMPS ARE NOT LONGER ILLUMINATED BUT THE REAR BRAKES MAY STILL BE APPLIED. THE BRAKE MAY RELEASE AFTER A FEW SECONDS OR AFTER THE NEXT FIRM BRAKE PEDAL APPLICATION.","IF THE REAR BRAKES ARE STILL APPLIED AFTER RELEASE OF THE BRAKE PEDAL, THE DRIVER MAY NOTICE A SUBSTANTIAL DRAG WHEN DRIVING AND MAY NEED TO DEPRESS THE GAS PEDAL FURTHER THAN USUAL TO CONTINUE VEHICLE MOVEMENT. A VEHICLE DRIVEN WITH THE BRAKES APPLIED CAN CAUSE OVERHEATING OF THE BRAKES, RESULTING IN INCREASED STOPPING DISTANCE WHICH COULD RESULT IN A CRASH.","GENERAL MOTORS IS WORKING WITH US BUS TO NOTIFY ITS OWNERS. DEALERS WILL REPROGRAM THE ANTI-LOCK BRAKE SYSTEM MODULE. THE RECALL BEGAN ON OCTOBER 17, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9643 OR US BUS AT 574-855-2019." -10/22/2007,07V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V495000),"ACTION AUTO BODY, INC.",MOTORCYCLE FRAME/RC COMPONENTS,STRUCTURE,NR (Not Reported),Vehicle,1,"ON ONE MOTORCYCLE, THE FACTORY-INSTALLED WELDED GUSSET PLATE CONNECTING THE FRAME BACKBONE, NECK, AND DOWN TUBE IS MISSING.","AS A RESULT, ADDITIONAL STRESS WOULD BE PLACED ON THE WELDS CAUSING RAPID WEAR AND POSSIBLE JOINT SEPARATION. FRAME SEPARATION OF THE NECK, DOWN TUBE, AND BACKBONE JOINTS COULD CAUSE THE DRIVER TO LOSE STEERING AND CONTROL OF THE BIKE, POSSIBLY RESULTING IN A CRASH.",THE OWNER HAS BEEN CONTACTED AND HIS MOTORCYCLE HAS BEEN REPAIRED. -10/18/2007,07V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V492000),R-VISION,ANTI-LOCK BRAKE SYSTEM MODULE/FMVSS 108,EXTERIOR LIGHTING,07177,Vehicle,10,"CERTAIN MOTOR HOMES BUILT ON GM CHASSIS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE ANTI-LOCK BRAKE SYSTEM (ABS) MODULE IS PROGRAMMED INCORRECTLY. WHEN THE BRAKES ARE APPLIED, THE STOP LAMPS WILL ILLUMINATE. WHEN THE BRAKE PEDAL IS RELEASED AND THE STOP LAMPS ARE NO LONGER ILLUMINATED BUT THE REAR BRAKES MAY STILL BE APPLIED. THE BRAKE MAY RELEASE AFTER A FEW SECONDS OR AFTER THE NEXT FIRM BRAKE PEDAL APPLICATION.","IF THE REAR BRAKES ARE STILL APPLIED AFTER RELEASE OF THE BRAKE PEDAL, THE DRIVER MAY NOTICE A SUBSTANTIAL DRAG WHEN DRIVING AND MAY NEED TO DEPRESS THE GAS PEDAL FURTHER THAN USUAL TO CONTINUE VEHICLE MOVEMENT. A VEHICLE DRIVEN WITH THE BRAKES APPLIED CAN CAUSE OVERHEATING OF THE BRAKES, RESULTING IN INCREASED STOPPING DISTANCE WHICH COULD RESULT IN A CRASH.","R-VISON IS WORKING WITH GM WHO WILL REPROGRAM THE ABS MODULE FREE OF CHARGE (PLEASE SEE 07V342). OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9643 OR R-VISION AT 574-268-2111." -10/18/2007,07V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V491000),"Winnebago Industries, Inc.",REAR RED REFLEX REFLECTORS/FMVSS 108,EXTERIOR LIGHTING,107,Vehicle,645,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE REAR AND REAR-SIDE RED REFLECTORS ARE LOCATED ABOVE THE 60-INCH HEIGHT LIMIT.",NON-STANDARD SIDE MARKER AND REFLECTOR LIGHTS COULD REDUCE VISIBILITY OF VEHICLES AND INCREASE THE POTENTIAL FOR A CRASH.,"DEALERS WILL ADD REFLEX REFLECTORS IN COMPLIANT LOCATIONS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 5, 2007. OWNERS MAY CONTACT WINNEBAGO AT 641-585-3535." -10/18/2007,07V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V494000),"KES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,62,"ON CERTAIN TRUCK CAMPER, AND HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"KES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR KES AT 1-800-433-4159." -10/17/2007,07V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V490000),Newmar Corporation,DRIVER SEAT/VILLA/FMVSS 207,SEATS,NR (Not Reported),Vehicle,13,"CERTAIN DIESEL BUS MOTOR HOMES EQUIPPED WITH DRIVER SEATS BUILT BY VILLA INTERNATIONAL FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE LOWER SLIDE RAILS OF THE AIR SUSPENSION CAN FAIL.","IN THE EVENT OF A CRASH, SEPARATION OF THE SEAT FROM THE SEAT PEDESTAL MAY LEAD TO PERSONAL INJURY.","NEWMAR IS WORKING WITH VILLA TO INSTALL TWO REINFORCEMENT TETHERS BETWEEN THE FRONT OF THE SEAT PEDESTAL AND THE TOP OF THE AIR SUSPENSION FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 4, 2007. OWNERS MAY CONTACT NEWMAR AT 574-773-7791." -10/17/2007,07V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V488000),NATIONAL R.V. INC.,SPEED CONTROL DEACTIVATION SWITCH,VEHICLE SPEED CONTROL,05S28,Vehicle,,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON FORD CHASSIS, THE SPEED CONTROL DEACTIVATION SWITCH MAY, UNDER CERTAIN CONDITIONS, LEAK INTERNALLY AND THEN OVERHEAT, SMOKE, OR BURN.",THIS COULD RESULT IN AN UNDERHOOD FIRE.,"FORD IS CONDUCTING THIS RECALL AND WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE (PLEASE SEE 07V-336). OWNERS MAY CONTACT FORD AT 1-800-444-3311 OR NATIONAL RV AT 951-436-3000. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -10/16/2007,07E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E086000),"LINK MANUFACTURING, LTD",AFTERMARKET REAR AIR SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,367,"CERTAIN LINK ULTRARIDE REAR AIR SUSPENSION SYSTEMS, MODEL 8M000070, SOLD FOR INSTALLATION AS AFTERMARKET EQUIPMENT ON GM CHASSIS MODELS 4500 AND 5500, AMBULANCES AND SHUTTLE BUSES. THE AXLE SIDE LATERAL CONTROL BRACKET OF THE SUSPENSION HAS CRACKED IN SOME CASES.","IF THE LATERAL CONTROL ROD BRACKET FRACTURES, THE HANDLING OF THE VEHICLE WILL BE ADVERSELY AFFECTED, INCLUDING POSSIBLE LOSS OF VEHICLE CONTROL.","LINK WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS FREE OF CHARGE AND WILL REIMBURSE FOR LABOR AND INSPECTION COSTS. THE RECALL BEGAN JUNE 7, 2007. OWNERS CAN CONTACT LINK TOLL-FREE AT 1-800-222-6283." -10/16/2007,07V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V482000),GM DAEWOO AUTO & TECHNOLOGY COMPANY,DAYTIME RUNNING LIGHTS (DRL),EXTERIOR LIGHTING,NR (Not Reported),Vehicle,144,"ON CERTAIN VEHICLES LOCATED IN GUAM AND SAIPAN, THE HEADLAMP LOW BEAM OR DAYTIME RUNNING LIGHT (DRL) FUNCTION MAY BE INOPERATIVE DUE TO A MELTED SPLICE PACK (S201) ON THE IP HARNESS.",INADEQUATE LIGHTING COULD REDUCE VISIBILITY OF THE VEHICLE INCREASING THE RICK OF A CRASH.,"DEALERS WILL CHANGE THE HEADLAMP LOW BEAM SPLICING TYPE AND SEPARATE IT FROM SPLICE PACK 201 TO PROTECT HOUSING MELTING DUE TO POTENTIAL POOR CONTACT. THE RECALL BEGAN ON JANUARY 2, 2008. OWNERS MAY CONTACT GM DAEWOO AT 1-671-648-8453." -10/16/2007,07V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V487000),"Forest River, Inc.",FEDERAL CERTIFICATION LABEL/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,263,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE LABEL LOCATED ON THE LOWER ROADSIDE FRONT OF THE UNIT CONTAINS AN IMPROPER LISTING OF THE TIRE AND RIM.",THERE MAY BE CONFUSION AS TO THE PROPER REPLACEMENT TIRE IF IT IS NECESSARY.,"DEALERS WILL MAIL THE CORRECTED FEDERAL COMPLIANCE TAG AND TIRE LOAD INFORMATION TO THE DEALERS OR RETAIL CUSTOMERS. THEY CAN BE PLACED OVER THE INCORRECT LABEL AFTER CLEANING THE SURFACE WITH ALCOHOL. CUSTOMERS WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 1, 2007. OWNERS MAY CONTACT FOREST RIVER AT 574-534-3167." -10/16/2007,07V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V485000),Starcraft RV,FOLDING CAMPING TRAILER WINCH/CAREFREE,EQUIPMENT,4582,Vehicle,1014,"ON CERTAIN FOLDING CAMPING TRAILERS (FCT) EQUIPPED WITH A POWER WINCH UNIT, MODEL P55000, BUILT BY CAREFREE OF COLORADO, AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF THE CABLE SHAFTS ON SOME OF THESE POWER WINCH UNITS. UNDER CERTAIN CIRCUMSTANCES WHILE THE FOLDING CAMPING TRAILER TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.","DEALERS WILL INSTALL NEW CABLE SHAFTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 10, 2007. OWNERS MAY CONTACT STARCRAFT AT 260-593-2550." -10/16/2007,07V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V484000),"Viking RV, LLC",FOLDING CAMPING TRAILER WINCH/CAREFREE,EQUIPMENT,NR (Not Reported),Vehicle,27,"ON CERTAIN FOLDING CAMPING TRAILERS (FCT) EQUIPPED WITH A POWERWINCH UNIT, MODEL P55000, BUILT BY CAREFREE OF COLORADO AND ADDITIONAL AFTERMARKET OR DEALER INSTALLED POWERWINCH UNITS, AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF THE CABLE SHAFTS ON SOME OF THESE POWERWINCH UNITS. UNDER CERTAIN CIRCUMSTANCES WHILE THE FOLDING CAMPING TRAILER TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.",VIKING DEALERS WILL REPAIR THESE WINCHES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2007. OWNERS MAY CONTACT VIKING AT 1-269-467-6321. -10/16/2007,07V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V486000),"Kawasaki Motors Corp., U.S.A.",MUFFLER MOUNTING BOLTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,33693,"ON CERTAIN MOTORCYCLES, INSUFFICIENT TIGHTENING OF THE MUFFLER MOUNTING BOLTS COULD ALLOW THE BOLTS TO LOOSEN.","IF THE BOLTS LOOSEN COMPLETELY, IT IS POSSIBLE FOR THE MUFFLER TO SEPARATE FROM THE MOTORCYCLE AND CREATE THE POTENTIAL FOR A CRASH.","DEALERS WILL TIGHTEN TWO MUFFLER MOUNTING BOLTS TO THE PROPER TORQUE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -10/16/2007,07V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V483000),"Coachmen RV Company, LLC",SPARE TIRE CARRIER,TIRES,NR (Not Reported),Vehicle,193,"ON CERTAIN MOTOR HOMES, THE SPARE TIRE CARRIER ASSEMBLY MOUNTED UNDER THE REAR OF THE UNIT IS THE INCORRECT MODEL TO PROPERLY SUPPORT THE SPARE TIRE.","AS A RESULT, THE POTENTIAL EXISTS FOR THE SPARE TIRE TO BECOME DETACHED FROM THE CARRIER ASSEMBLY AND FALL TO THE ROAD SURFACE. SHOULD THE SPARE TIRE DETACH ITSELF FROM THE CARRIER WHILE THE VEHICLE IS IN MOTION, A CRASH MAY RESULT.","DEALERS WILL INSTALL THE CORRECT SPARE TIRE SYSTEM AND ALSO A SECONDARY MECHANICAL BACK-UP LATCH. THE RECALL BEGAN ON DECEMBER 5, 2007. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -10/16/2007,07V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V489000),SCOTT HEALTH & SAFETY,SPARE TIRE MOUNT,TIRES,NR (Not Reported),Vehicle,188,"ON CERTAIN AIR COMPRESSOR TRAILERS, THE SPARE TIRE MOUNT MAY FAIL AT ONE OR MORE OF THE WELDS ON THE UPRIGHT BAR RESULTING IN THE SPARE TIRE COMING LOOSE AND FALLING FROM THE TRAILER.","SHOULD THE SPARE TIRE DETACH ITSELF FROM THE CARRIER WHILE THE TRAILER IS IN MOTION, A CRASH MAY RESULT.",SCOTT WILL REPLACE THE OLD STYLE SPARE TIRE MOUNT WITH ONE OF A NEW DESIGN. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2007. OWNERS MAY CONTACT SCOTT AT 1-800-247-7257. -10/15/2007,07E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E085000),TEST RITE PRODUCTS CORP.,AFTERMARKET ALUMINUM FLOOR JACK,EQUIPMENT,NR (Not Reported),Equipment,15000,"CERTAIN CRAFTSMAN 1-1/2 TON ALUMINUM FLOOR JACKS WITH LED LIGHTING SOLD AS AFTERMARKET EQUIPMENT. THE U-JOINT PINS ARE TOO SOFT AND WILL BREAK IF OVER TIGHTENED. IF THE U-JOINT IS PUT UNDER TOO MUCH TORQUE, THE PINS WILL BREAK OFF CAUSING THE VALVE TO STAY CLOSED AND THE OPERATOR WOULD NOT BE ABLE TO OPEN THE VALVE TO LOWER THE JACK.","IF THE JACK CANNOT BE LOWERED AS INTENDED, THE OPERATOR MAY TRY TO LOWER THE JACK BY OTHER, UNSAFE MEANS AND CAN PUT THEMSELVES IN DANGER OF BEING INJURED.","TEST RITE WILL NOTIFY OWNERS AND WILL OFFER A FULL REFUND, REPLACEMENT JACK OR A LIKE SUBSTITUTE, OR A REPLACEMENT U-JOINT THAT THE OWNER CAN INSTALL. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2007. OWNERS CAN CONTACT TEST RITE TOLL-FREE AT 1-800-551-0268." -10/12/2007,07V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V481000),MONACO COACH CORPORATION,DRIVER SEAT/VILLA/FMVSS 207,SEATS,NR (Not Reported),Vehicle,53,"CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH DRIVER SEATS BUILT BY VILLA INTERNATIONAL FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE LOWER SLIDE RAILS OF THE AIR SUSPENSION CAN FAIL.","IN THE EVENT OF A VEHICLE CRASH, SEPARATION OF THE SEAT FROM THE SEAT PEDESTAL MAY LEAD TO PERSONAL INJURY OF THE VEHICLE OCCUPANTS.","MONACO IS WORKING WITH VILLA TO INSTALL TWO REINFORCEMENT TETHERS BETWEEN THE FRONT OF THE SEAT PEDESTAL AND THE TOP OF THE AIR SUSPENSION FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 16, 2007. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -10/12/2007,07V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V479000),"BMW of North America, LLC",ENGINE ELECTRONICS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,29250,"ON CERTAIN VEHICLES EQUIPPED WITH V8 ENGINES, IN CONDITIONS OF BELOW FREEZING TEMPERATURES COMBINED WITH LOW HUMIDITY, IT IS POSSIBLE FOR ELECTROSTATIC DISCHARGE TO OCCUR AT THE FUEL RAILS. IF THIS WERE TO OCCUR, THE ENGINE ELECTRONIC CONTROL UNIT (ECU) COULD BE AFFECTED SO THAT ENGINE STALLING COULD RESULT.","IF STALLING WERE TO OCCUR, THE DRIVER MAY NOT BE ABLE TO MAINTAIN VEHICLE SPEED OR ACCELERATE AND THE POWER STEERING COULD FAIL INCREASING THE RISK OF A CRASH.","DEALERS WILL ATTACH TWO GROUND CABLES IN THE ENGINE COMPARTMENT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 29, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -10/12/2007,07V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V480000),Keystone RV Company,LP SUPPLY HOSE /RANGE,EQUIPMENT,07-093,Vehicle,983,"ON CERTAIN TRAVEL TRAILERS, THE LP SUPPLY HOSE FOR THE OUTSIDE RANGE IS CONNECTED TOO CLOSE TO THE RANGE. IN CERTAIN WINDY CONDITIONS, THE HEAT FROM THE RANGE BURNER MAY CAUSE THE HOSE TO MELT.","THIS RESULTS IN AN INCREASED RISK OF FIRE, PERSONAL INJURY AND PROPERTY DAMAGE.","DEALERS WILL REPLACE THE COPPER LP TUBING THAT IS CONNECTED TO THE OUTSIDE RANGE WITH ONE OF THE CORRECT LENGTH. THE RECALL BEGAN ON OCTOBER 19, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -10/11/2007,07V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V478000),"Mack Trucks, Inc.",DAYTIME RUNNING LIGHTS (DRL) MODULE,EXTERIOR LIGHTING,SC0330,Vehicle,61,"ON CERTAIN TRUCKS, THE DAYTIME RUNNING LIGHTS (DRL) MODULE MAY CONTAIN A SUSPECT METAL-OXIDE-SEMICONDUCTOR FIELD EFFECT TRANSISTOR (MOSFET) THAT COULD OVERHEAT.","IF THE TRANSISTOR OVERHEATS, IT COULD POSSIBLY RESULT IN A VEHICLE FIRE.","DEALERS WILL REPLACE THE SUSPECT DRL MODULE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -10/11/2007,07E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E083000),ADVANCED CARBON COMPOSITES INC.,FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,5109,"CERTAIN ACC EXT-002 MOTORCYCLE HELMETS, SIZES S/M, M/L, OR L/XL MANUFACTURED BETWEEN OCTOBER 2006 AND SEPTEMBER 31, 2007, FAIL TO CONFORM TO THE PENETRATION AND ATTENUATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING SERIOUS INJURIES OR DEATH.","ACC WILL NOTIFY OWNERS AND REPAIR THE NONCOMPLIANT HELMETS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 8, 2007. OWNERS CAN CONTACT ACC TOLL-FREE AT 800-300-9813." -10/11/2007,07V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V477000),Ducati North America,WATER PUMP IMPELLER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8,"ON CERTAIN MOTORCYCLES, THE WATER IMPELLER DOES NOT TURN DUE TO THE INSTALLATION OF AN INCORRECT LAYSHAFT. IMPROPER OPERATION OF THE WATER PUMP COULD OCCUR CAUSING OVERHEATING OF THE ENGINE COMPONENTS AND POSSIBLY ENGINE SEIZURE.","IF THE ENGINE STOPPED WHILE THE MOTORCYCLE WAS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL CHECK THE WATER PUMP FOR PROPER OPERATION AND WILL REPLACE IT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 14, 2007. OWNER MAY CONTACT DUCATI AT 408-253-0499." -10/10/2007,07V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V474000),Ducati North America,BATTERY FASTENING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,385,"ON CERTAIN MOTORCYCLES, THE BATTERY CAN MOVE SIDE TO SIDE INSIDE THE FUEL TANK MOUNTING COMPARTMENT. THIS MOVEMENT COULD RESULT IN MAIN WIRING HARNESS DAMAGE AT THE BATTERY TERMINAL. THIS CONDITION COULD CAUSE AN ELECTRICAL SHORT CONSEQUENTLY STOPPING THE ENGINE.","IF THE ENGINE STOPS WHILE THE MOTORCYCLE IS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSTALL A BATTERY MOUNTING BRACKET AND TWO DOUBLE LOCK VELCRO STRIPS ON THE BOTTOM OF THE BATTERY. THE RECALL BEGAN ON NOVEMBER 19, 2007. OWNERS MAY CONTACT DUCATI MOTORCYCLES AT 1-408-253-0499." -10/10/2007,07V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V476000),"Foretravel, Inc.",DRIVER SEAT/VILLA/FMVSS 207,SEATS,NR (Not Reported),Vehicle,13,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH DRIVER SEATS BUILT BY VILLA INTERNATIONAL FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE LOWER SLIDE RAILS OF THE AIR SUSPENSION CAN FAIL.","IN THE EVENT OF A VEHICLE CRASH, SEPARATION OF THE SEAT FROM THE SEAT PEDESTAL MAY LEAD TO PERSONAL INJURY OF THE VEHICLE OCCUPANTS.","DEALERS WILL INSTALL TWO REINFORCEMENT TETHERS BETWEEN THE FRONT OF THE SEAT PEDESTAL AND THE TOP OF THE AIR SUSPENSION FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 30, 2007. OWNERS MAY CONTACT FORETRAVEL AT 936-564-8367." -10/10/2007,07V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V473000),"Chrysler (FCA US, LLC)",LEFT RADIATOR COOLING FAN MOTOR CONNECTOR,ENGINE AND ENGINE COOLING,G39,Vehicle,102042,"ON CERTAIN VEHICLES EQUIPPED WITH 2.4 LITER ENGINES, THE ENGINE COOLANT MAY BE DRAWN INTO THE LEFT RADIATOR COOLING FAN MOTOR CONNECTOR.",THIS CAN CAUSE AN ELECTRICAL SHORT CIRCUIT AND RESULT IN AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT THE CONNECTOR FOR CONTAMINATION OR DAMAGE, INSTALL A WIRING HARNESS OVERLAY, AND REPLACE THE FAN MOTOR FREE OR CHARGE. THE RECALL BEGAN ON NOVEMBER 19, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/10/2007,07V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V475000),PROGRESSIVE INDUSTRIES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,10,"ON CERTAIN BOX TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"PROGRESSIVE TRAILERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PROGRESSIVE TRAILERS AT 1-800-500-1405." -10/09/2007,07V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V472000),"Chrysler (FCA US, LLC)",FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",G34,Vehicle,548,"ON CERTAIN CAB/CHASSIS PICKUP TRUCKS EQUIPPED WITH AN OPTIONAL 23 GALLON FUEL TANK, THE FUEL TANK STRAPS WERE IMPROPERLY MANUFACTURED AND COULD SEPARATE. THIS CAN CAUSE THE FUEL TANK TO LOOSEN AND LEAK FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN AN UNDERBODY FIRE.,"DEALERS WILL REPLACE THE FUEL TANK RETENTION STRAPS AND FASTENERS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 12, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/05/2007,07E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E084000),WU'S INTERNATIONAL TRADE,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,313,"CERTAIN AFTERMARKET PILOT HID CONVERSION KITS CONTAINING HID BALLASTS AND HID BULBS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE PURPOSE OF THIS STANDARD IS TO REDUSE THE RISK OF DEATHS AND INJURIES DUE TO INADEQUATE ILLUMINATION OF THE ROADWAYS.,WU'S INTERNATIONAL WILL NOTIFY ITS OWNERS AND OFFER REIMBURSEMENT FOR THE NONCOMPLIANT KITS. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2007. OWNERS MAY CONTACT WU'S INTERNATION AT 650-757-4868. -10/05/2007,07V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V470000),Pierce Manufacturing,PITMAN ARM,SUSPENSION,NR (Not Reported),Vehicle,2604,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH AN INDEPENDENT FRONT SUSPENSION, A PITMAN ARM MIGHT FRACTURE UNDER SEVERE LOAD CAUSED BY THREE LOADING CONDITIONS. IN ALL CASES, THE FRONT AXLE MUST BE TURNED FULL LEFT OR RIGHT WHILE (1) SIMULTANEOUSLY BACKING UP AND BRAKING HARD, (2) DRIVING ONE WHEEL OVER OR AGAINST A CURB OR (3) STEERING THE FRONT AXLE FULL LEFT OR RIGHT WHEN THE VEHICLE IS STATIONARY WITH THE SERVICE BRAKE APPLIED. THESE ARE ALL LOW OR NO -SPEED EVENTS.","SUCH A BREAK COULD LEAD TO THE SUSPENSION LOSING ONE OF ITS ANCHOR POINTS, THEREBY POTENTIALLY CAUSING LOSS OF VEHICLE CONTROL WITHOUT PRIOR WARNING WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE ORIGINAL PITMAN ARMS WITH PITMAN ARMS MADE OF HIGHER STRENGTH MATERIAL. THE RECALL BEGAN ON OCTOBER 29, 2007. OWNERS MAY CONTACT PIERCE AT 920-832-3000." -10/04/2007,07V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V468000),"General Motors, LLC",FMVSS 118/SUNROOF,STRUCTURE,07149,Vehicle,16677,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 118, 'POWER OPERATED WINDOW, PARTITION, AND ROOF PANEL SYSTEMS.' UNDER THE STANDARD, THE SUNROOF MAY ONLY BE CLOSED WHEN THE IGNITION IS ON, OR AFTER THE IGNITION IS TURNED OFF, BUT BEFORE EITHER OF THE FRONT DOORS ARE OPENED. THE AFFECTED VEHICLES MAY EXHIBIT A CONDITION WHERE THE SUNROOF CAN BE CLOSED AFTER THE IGNITION IS TURNED OFF AND THE DOORS ARE OPENED.","THIS STANDARD SPECIFIES REQUIREMENTS FOR POWER OPERATED WINDOW, PARTITION, AND ROOF PANEL SYSTEMS TO MINIMIZE THE LIKELIHOOD OF DEATH OR INJURY FROM THEIR ACCIDENTAL OPERATION.","DEALERS WILL INSTALL A WIRE HARNESS. THE RECALL BEGAN ON MAY 29, 2008. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -10/04/2007,07V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V469000),"General Motors, LLC",STEERING GEAR ASSEMBLY/ZF,STEERING,07220,Vehicle,990,"ON CERTAIN MEDIUM DUTY TRUCKS EQUIPPED WITH ZF MODEL 8018 STEERING GEARS, THE STEERING GEAR MAY HAVE BEEN PRODUCED INCORRECTLY. A STEERING GEAR WITH THIS CONDITION MAY PRODUCE THE FEELING OF HITTING A CURB AND A CRACKING OR PINGING SOUND WHEN THE STEERING WHEEL IS TURNED.","THE STEERING WHEEL POSITION MAY BE OFF-CENTER AND INCREASED EFFORT MAY BE REQUIRED WHEN TURNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR CERTAIN DATE CODES AND VERIFY THE MILEAGE ON STEERING GEARS AND REPLACE GEARS AS NECESSARY. THE RECALL BEGAN ON OCTOBER 25, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438; GMC AT 1-866-996-9463; OR ISUZU AT 1-800-255-6727." -10/03/2007,07V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V465000),"Mercedes-Benz USA, LLC",FMVSS 208/REAR OUTBOARD SEAT BELTS,SEAT BELTS,2007100002,Vehicle,5823,"CERTAIN VEHICLES FAIL TO COMPLY WITH SOME OF THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE REAR OUTBOARD SEAT BELTS DO NOT COMPLY WITH THE LAP-BELT LOCKABILITY REQUIREMENT WHICH ENABLES THE LAP BELT PORTION OF THE BELT TO BE LOCKED BY THE USER TO FACILITATE THE USE OF OLDER NON-LATCH DESIGN CHILD RESTRAINT DEVICES.","UNDER CERTAIN CIRCUMSTANCES, THIS SITUATION MAY CAUSE THE LOCKING MECHANISM NOT TO PERFORM AS REQUIRED BY THE STANDARD FOR USE WITH OLDER NON-LATCH CHILD RESTRAINTS.","DEALERS WILL REPLACE ALL POTENTIALLY AFFECTED SEAT BELTS. THE RECALL BEGAN ON NOVEMBER 19, 2007. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -10/03/2007,07V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V464000),"FTCA, Inc.",POWER LIFT ROOF SYSTEM,EQUIPMENT,PR07-1,Vehicle,2129,"ON CERTAIN RECREATIONAL VEHICLES, THE POWER LIFT ROOF SYSTEM, WHICH CONSISTS OF A POWER LIFT MOTOR AND CURRENT LIMITER CONTROLLER, GENERATES EXCESSIVE AMOUNTS OF IMPACT TORQUE IF THE POWER LIFT IS OPERATED WITH THE 30A POWER CORD PLUGGED INTO A 110V AC POWER SOURCE (WITH OR WITHOUT A BATTERY).","THIS COULD CAUSE FAILURE IN ONE OF THE SHEAR PINS RESULTING IN DAMAGE TO THE TRAILER'S LIFT SYSTEM. THIS COULD ALLOW THE ROOF TO FREE-FALL FROM THE RAISED POSITION, POSSIBLY RESULTING IN PERSONAL INJURY, VEHICLE AND/OR PROPERTY DAMAGE.","OWNERS WILL BE PROVIDED WITH TWO WARNING STICKERS THAT EXPLAINS THE PROPER FUNCTION OF THE POWER LIFT ACCESSORY USING A BATTERY ONLY. ONE STICKER WILL BE PLACED AT THE REAR OF THE TRAILER NEXT TO THE CURRENT LIMITER. THE SECOND STICKER WILL BE PLACED NEXT TO THE 30A POWER CORD OUTLET. IN ADDITION, FLEETWOOD FOLDING TRAILERS WILL SEND A COPY OF THE OPERATION MANUAL THAT EMPHASIZES THE BATTERY-ONLY OPERATION OF THIS TRAILER ACCESSORY. THE RECALL BEGAN ON FEBRUARY 8, 2008. OWNERS MAY CONTACT FLEETWOOD FOLDING TRAILERS AT 1-814-443-7367." -10/02/2007,07V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V467000),PACCAR Incorporated,ENGINE FAILURE/ISL CM850 ENGINES/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,"ON CERTAIN EMERGENCY VEHICLES EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,PACCAR IS WORKING WITH CUMMINS TO REPLACE THE CONNECTING RODS FREE OF CHARGE (PLEASE SEE 06E037). OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS OR KENWORTH AT 1-425-828-5440. -10/02/2007,07V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V462000),GOSHEN COACH,FMVSS 108/REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1333,"CERTAIN BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE BUSES WERE BUILT WITHOUT THE REQUIRED REFLEX REFLECTORS ON THE REAR AND REAR SIDE AND, ON CERTAIN MODELS, THE SIDE INTERMEDIATE REFLECTORS ARE MISSING.",MISSING REFLECTORS COULD LEAD TO REDUCED VISIBILITY OF THE BUS INCREASING THE RISK OF A CRASH.,"GOSHEN WILL MAIL THE REQUIRED REFLECTORS ALONG WITH INSTALLATION INSTRUCTIONS TO OWNERS. IF THE CUSTOMER IS UNCOMFORTABLE IN PERFORMING THIS PROCEDURE, THEY MAY TAKE THE BUS TO ANY GOSHEN COACH DEALER TO HAVE THE REFLECTORS INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 5, 2007. OWNERS MAY CONTACT GOSHEN COACH AT 1-877-734-4943." -10/02/2007,07V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V466000),"BMW of North America, LLC",FRONT BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,510,"ON CERTAIN MOTORCYCLES, DURING LONG PERIODS OF RIDING AT SUSTAINED HIGH ENGINE RPM, VIBRATION WITHIN THE BRAKE FLUID RESERVOIR CAN CAUSE THE BRAKE FLUID TO FOAM. THIS COULD ALLOW AIR TO ENTER THE FRONT BRAKE SYSTEM WHICH COULD LEAD TO A LOSS OF FRONT BRAKING EFFICIENCY.","AIR IN THE BRAKE SYSTEM CAN LEAD TO A LOSS OF BRAKING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL BLEED THE FRONT BRAKES AND INSTALL A DAMPER WEIGHT IN THE BRAKE FLUID RESERVOIR. THIS WEIGHT WILL DAMPEN POSSIBLE VIBRATIONS THAT CAN CAUSE FOAMING OF THE BRAKE FLUID. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -10/01/2007,07V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V463000),Utilimaster Corporation,HEADLIGHT MODULES,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,454,"ON CERTAIN WALK-IN DELIVERY VANS, THE HEADLIGHT MODULES WERE INCORRECTLY WIRED. THIS CAN CAUSE THE HEADLAMP TO OPERATE WITH REDUCED EFFECTIVENESS.","POOR LIGHTING FROM THE HEADLIGHTS COULD CAUSE REDUCED ROAD VISIBILITY, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH DETAILED INSTRUCTIONS FOR THE VERIFICATION AND REPAIR OF THE WIRING DEFECT. OWNERS WILL BE REIMBURSED FOR THE LABOR COST OF THE REPAIRS. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT UTILIMASTER AT 1-800-582-3454." -09/28/2007,07V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V444000),Wilson Trailer Company,FASTENERS TO KING PIN RUNNER MOUNTING ANGLES,TRAILER HITCHES,223D,Vehicle,479,"ON CERTAIN GRAIN TRAILERS, THE FASTENERS IN THE REAR MOUNTING ANGLES OF THE ALUMINUM KING PIN RUNNER ATTACHMENT TO THE I-BEAM CAN FAIL.","IF THE FASTENERS FAIL, THIS COULD COMPROMISE THE STRENGTH OF THE KING PIN ASSEMBLY AND INCREASE THE RISK OF A CRASH.","WILSON TRAILER WILL HAVE A LOCAL REPAIR FACILITY INSPECT THE REAR MOUNTING ANGLES FASTENERS, MAKE NECESSARY REPAIRS, AND ADD ADDITIONAL FASTENERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 19, 2007. OWNERS MAY CONTACT WILSON TRAILER AT 1-800-798-2002." -09/28/2007,07V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V461000),Great Dane Trailers,PINTLE HOOK ATTACHMENT BOLTS,TRAILER HITCHES,NR (Not Reported),Vehicle,53,"ON CERTAIN TRAILERS, STAINLESS STEEL MOUNTING BOLTS OF A LESSER GRADE WERE USED IN LIEU OF THE STANDARD GRADE 8 CARBON STEEL BOLTS TO ATTACH THE PINTLE HOOKS.",THIS COULD RESULT IN SEPARATION OF THE TOWED VEHICLE FROM THE SEMI-TRAILER WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL THE GRADE 8 CARBON STEEL BOLTS IN ORDER TO INSURE THAT THE MOUNTING OF THE PINTLE HOOK MEETS THE REQUIRED RECOMMENDATIONS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 29, 2007. OWNERS MAY CONTACT GREAT DANE AT 1-800-633-4176." -09/27/2007,07C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C008000),"Evenflo Company, Inc.",CLOTH COVER/CHOKING HAZARD,CHILD SEAT,NR (Not Reported),Child Seat,723214,"CERTAIN EVENFLO TRIUMPH CHILD RESTRAINT SYSTEMS, MODELS 2641175, 2641196, 2641205, 2641208, 2641226, 2641247, 2641281, 3591205, 3591208, 3591226, 3591247, 3591288, 3591328, 3591331, 3591361, 3591404, 3591548, 3591453, 3591581, 3891609, MANUFACTURED BETWEEN SEPTEMBER 6, 2001, AND OCTOBER 31, 2005. THESE SEATS USED SIX MECHANICAL ATTACHMENTS TO HOLD DOWN THE CLOTH COVER. SOME CHILDREN COULD PULL BACK THE CLOTH COVER IN THE APPROXIMATE AREA ADJACENT TO THE OCCUPANT'S THIGHS, AND THEREBY ACCESS THE FOAM LINER.",A CHILD MAY BREAK OFF AND POTENTIALLY CHOKE ON A PIECE OF THE FOAM LINER.,"EVENFLO WILL SEND WRITTEN NOTIFICATION ABOUT THE RECALL TO EACH REGISTERED OWNER OF THE AFFECTED TRIUMPH UNITS AND OFFER A FREE KIT TO COVER THE FOAM LINER. THE RECALL BEGAN ON SEPTEMBER 28, 2007. OWNERS CAN CONTACT EVENFLO TOLL-FREE AT 1-800-490-7591 BETWEEN 8AM AND 5PM EST." -09/27/2007,07V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V456000),"NATIONAL RV, INC.",EXTERIOR LIGHTS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1150,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT'"" CERTAIN FRONT AND REAR SIDE MARKER LIGHTS WERE NOT INSTALLED ON THE AFFECTED UNITS.",MISSING SIDE MARKER LIGHTS COULD REDUCE THE VISIBILITY OF VEHICLES AND INCREASE THE POTENTIAL FOR A CRASH.,"DEALERS WILL INSTALL THE MISSING SIDE MARKER LIGHTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 8, 2007. OWNERS MAY CONTACT NATIONAL RV AT 1-800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -09/27/2007,07V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V460000),"Big Dog Motorcycles, LLC",MELTED FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,104,"ON CERTAIN MOTORCYCLES, THE FUEL LINE CAN POTENTIALLY CONTACT HEATED METAL PARTS OF THE MOTORCYCLE AND MELT.","THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING AND COULD RESULT IN FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS REPLACED THE FUEL LINE WITH ONE THAT HAS HIGHER THERMAL RESISTANCE PROPERTIES. ALSO NEW FUEL LINES WERE REROUTED TO FURTHER REDUCE EXPOSURE TO HEATED METAL. ALL MOTORCYCLES HAVE BEEN REPAIRED. NO OWNER NOTIFICATION WILL BE NECESSARY. -09/27/2007,07V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V457000),J&S CUSTOM TRAILERS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,41,"ON CERTAIN CUSTOM LIVING QUARTER OR LOUNGE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"J&S WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR J&S AT 1-785-826-9455." -09/27/2007,07V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V458000),"S&S CANOPIES & CAMPERS MFG., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2054,"ON CERTAIN TRUCK CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"S&S WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR S&S AT 1-406-755-5080." -09/26/2007,07E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E082000),Toyota Motor Engineering & Manufacturing,ACCESSORY FLOOR MAT,EQUIPMENT,7LB/ 70F,Equipment,55000,"CERTAIN ALL WEATHER FLOOR MATS (AWFM) SPECIFICALLY SOLD AS AN OPTIONAL ACCESSORY FOR USE ON THE 2007 AND 2008 MODEL YEAR LEXUS ES350 AND TOYOTA CAMRY VEHICLES. THE AWFM INCLUDES TWO GROMMET HOLES AND RETAINING HOOKS (CLIPS) TO SECURE THE MAT TO THE VEHICLE'S CARPET. IF THE AWFM IS NOT SECURED BY ITSELF OR IF IT IS PLACED ON TOP OF AN EXISTING CARPETING FLOOR MAT, THE MAT COULD MOVE FORWARD DURING THE VEHICLE USAGE AND IT MAY INTERFERE WITH THE ACCELERATOR PEDAL.","THE ACCELERATOR PEDAL MAY TEMPORARILY BECOME STUCK IN A PARTIALLY DEPRESSED POSITION WHEN RETURNING TO THE IDLE POSITION. IF THIS CONDITION OCCURS, IT MAY INCREASE THE POSSIBILITY OF A CRASH.","TOYOTA WILL NOTIFY OWNERS OF ALL 2007 AND 2008 LEXUS ES350 AND TOYOTA CAMRY VEHICLES ABOUT THE RECALL EVEN THOUGH NOT ALL OF THESE OWNERS WILL HAVE PURCHASED THE ALL WEATHER MATS. IF THE OWNER HAD NOT PURCHASED THE MATS, THEY ARE NOT AFFECTED BY THE RECALL. THIS LETTER WILL ADVISE OWNERS WHEN REPLACEMENT MATS WILL BE AVAILABLE OR HOW TO RETURN THE ALL WEATHER FLOOR MAT SET TO OBTAIN A REFUND. A SECOND LETTER WILL BE SENT AFTER MATS ARE AVAILABLE REQUESTING OWNERS TO RETURN THEIR MATS TO A LEXUS OR TOYOTA DEALER FOR EXCHANGE OF THE DRIVER'S SIDE MAT. THE FIRST LETTER IS EXPECTED TO BE SENT DURING EARLY OCTOBER 2007 AND THE SECOND IN LATE NOVEMBER 2007. OWNERS CAN CONTACT THE LEXUS CUSTOMER ASSISTANCE CENTER AT 1-800-255-3987 OR THE TOYOTA CUSTOMER EXPERIENCE CENTER AT 1-888-270-9371." -09/26/2007,07V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V455000),"Triumph Motorcycles America, Ltd.",ENGINE MANAGEMENT SOFTWARE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4696,"ON CERTAIN MOTORCYCLES, WHEN THE ENGINE IS RETURNING TO IDLE IT MAY STALL.","IF THE MOTORCYCLE STALLS, THE RIDER WILL HAVE TO RESTART THE ENGINE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND DOWNLOAD NEW ENGINE MANAGEMENT SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 17, 2007. OWNERS MAY CONTACT TRIUMPH AT 678-854-2010." -09/26/2007,07V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V454000),"General Motors, LLC",FMSS 207-210/SEAT BELT ASSEMBLY ANCHORAGES,SEAT BELTS,07263,Vehicle,1482,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" AND STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THESE VEHICLES MAY HAVE ONE TO FOUR INBOARD SEAT STUD FASTENERS THAT DO NOT MEET SPECIFICATION FOR STRENGTH.","IN THE EVENT OF A CRASH, THE SEAT AND SEAT BELT ASSEMBLY MAY NOT RESTRAIN THE OCCUPANT AS INTENDED AND COULD RESULT IN INJURY TO THE OCCUPANT.","DEALERS WILL INSPECT THE INBOARD SEAT STUDS AND, IF NECESSARY, REMOVE THE STUD AND INSTALL A BOLT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 10, 2007. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668 AND SATURN AT 1-800-972-8876." -09/26/2007,07V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V453000),Ford Motor Company,TRANSMISSION COOLER LINE ATTACHMENT BOLT TORQUE,POWER TRAIN,07S56,Vehicle,1497,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH THE 4.6L ENGINE AND 6R TRANSMISSION, THE BOLT SECURING THE TRANSMISSION OIL COOLER LINE FITTINGS AT THE TRANSMISSION MAY NOT HAVE BEEN SUFFICIENTLY TORQUED DURING VEHICLE ASSEMBLY. AS A RESULT, THE BOLT MAY LOOSEN AND THE TRANSMISSION OIL COOLER LINES MAY DISENGAGE FROM THE TRANSMISSION, CAUSING A TRANSMISSION FLUID LEAK.","IF LEAKING TRANSMISSION FLUID CONTACTS THE CATALYTIC CONVERTER, IT MAY POSE A RISK OF FIRE.","DEALERS WILL INSPECT AND HAVE THE TRANSMISSION COOLER LINE ATTACHMENT BOLT TIGHTENED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 30, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -09/25/2007,07E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E080000),"SONAR AUTO PARTS CO., LTD.",AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,700,"CERTAIN HEADLAMP ASSEMBLIES IMPORTED AND SOLD AS AFTERMARKET EQUIPMENT BY SONAR AUTO PARTS FOR USE ON 2004-2007 FORD F150 PICKUP TRUCKS. DURING PRODUCTION, THE HEADLAMPS WERE INTERNALLY MISALIGNED AND THEY FAIL THE PHOTOMETRY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE PURPOSE OF THIS STANDARD IS TO REDUCE TRAFFIC CRASHES AND DEATHS AND INJURIES BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY.,"SONAR WILL NOTIFY OWNERS AND OFFER A FULL REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLAMPS. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS CAN CONTACT SONAR AT 866-558-4264." -09/25/2007,07E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E081000),MASTERLOCK CO.,AFTERMARKET SAFETY CHAIN QUICK LINK CONNECTORS,EQUIPMENT,NR (Not Reported),Equipment,56406,"CERTAIN MASTERLOCK QUICK LINK TOWING SAFETY CHAIN CONNECTORS, MODEL 2983 DAT, WITH ""5/16"" 1,760 LBS. WLL"" STAMPED INTO THE PRODUCT. THE LOCKING NUT ON THE LINK MAY NOT STAY ENGAGED IN THE SCREW THREADS ON THE LINK, PREVENTING THE LOCKING NUT FROM HOLDING THE FORCE GENERATED DURING USE. THIS CAN RESULT IN THE LINK BECOMING MIS-SHAPENED AND ALLOWING THE SAFETY CHAIN ATTACHED TO THE LINK TO COME LOOSE FROM THE LINK, AND/OR THE LINK TO COME LOOSE FROM THE HITCH RECEIVER.","IN THE EVENT THAT THE MAIN TOWING MECHANISM, SUCH AS THE BALL MOUNT OR THE HITCH BALL FAILS, AND THE TRAILING VEHICLE BECOMES DISENGAGED FROM THE HITCH RECEIVER, THE LINK CONNECTED TO THE SAFETY CHAIN COULD FAIL ALLOWING THE TRAILING VEHICLE TO BECOME SEPARATED FROM THE TOWING VEHICLE, POSSIBLY RESULTING IN A CRASH.","MASTERLOCK WILL NOTIFY OWNERS TO STOP USING THE DEFECTIVE LINKS AND RETURN THEM FOR FREE REPLACEMENT LINKS. THE RECALL BEGAN ON OCTOBER 4, 2007. OWNERS CAN CONTACT MASTERLOCK AT 800-424-2088." -09/25/2007,07V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V450000),Ducati North America,ECU/STALLING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1516,"ON CERTAIN MOTORCYCLES, THE ELECTRONIC CONTROL UNIT (ECU) IGNITION TIMING AND IDLE MIXTURE WERE IMPROPERLY SET DURING PRODUCTION CAUSING THE ENGINE SPEED TO DROP AND STALL THE ENGINE WHEN THE TEMPERATURE OF THE COOLING SYSTEM EXCEEDED 180F.","IF THE ENGINE STOPS WHILE THE MOTORCYCLE IS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ECU MAPPING USING A DEDICATED DIAGNOSTIC SYSTEM INSTRUMENT (DDS) FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 8, 2008. OWNERS MAY CONTACT DUCATI AT 201-264-8327." -09/25/2007,07V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V405000),"Dodgen Industries, Inc.",GAS COOKING APPLIANCE/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,19,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SUBURBAN GLASS TOP, SEALED BURNER RANGE OR SLIDE IN COOK TOP, A THREADED CONNECTOR ON THE TUBE BETWEEN THE BURNER VALVE AND THE BURNER MAY NOT HAVE BEEN FULLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE THREADED CONNECTOR IS NOT PROPERLY TIGHTENED, IT IS POSSIBLE FOR THE GAS TO LEAK FROM THE CONNECTION WHEN THE BURNER IS TURNED ON. LP GAS IS HEAVIER THAN AIR AND ANY LEAKED GAS COULD ACCUMULATE IN AN ENCLOSED OR LOW AREA IN YOUR RECREATION VEHICLE. A SUFFICIENT QUANTITY OF ACCUMULATED GAS, IF IGNITED, COULD CAUSE A FIRE OR EXPLOSION.",DODGEN IS WORKING WITH SUBURBAN TO HAVE THE BURNER TUBES REPLACED FREE OF CHARGE(PLEASE SEE 07E050) . OWNERS MAY CONTACT SUBURBAN AT 423-775-2131 OR CALL DODGEN AT 800-247-1835. -09/25/2007,07V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V452000),"Suzuki Motor USA, LLC",HEADLIGHT/DRL MALFUNCTION,EXTERIOR LIGHTING,NB,Vehicle,93963,"ON CERTAIN PASSENGER VEHICLES, HEADLAMP LOW BEAM OR DAYTIME RUNNING LIGHT (DRL) FUNCTION MAY BE INOPERATIVE DUE TO A MELTED SPLICE PACK ON THE WIRING HARNESS.",INAPPROPRIATE LIGHTING COULD REDUCE VISIBILITY OF VEHICLES AND INCREASE THE POTENTIAL FOR A CRASH.,"DEALERS WILL SPLICE THE POWER CIRCUIT WIRES FOR THE LOW-BEAM HEADLAMPS AND DRL FREE OF CHARGE. THE RECALL WILL BE MAILED IN THREE PHASES, STARTING AT THE END OF OCTOBER 2007 AND CONCLUDING BY THE END OF JANUARY 2008;. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -09/25/2007,07V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V451000),ROLLING THUNDER CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,"ON CERTAIN HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ROLLING THUNDER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ROLLING THUNDER AT 1-303-644-4511." -09/25/2007,07V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V448000),COUNTRY COACH INC,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,NR (Not Reported),Vehicle,15,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST CHASSIS AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD CAUSE A DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","COUNTRY COACH IS WORKING WITH PREVOST AND BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 25, 2007. OWNERS MAY CONTACT BENDIX AT 1-440-329-9000, PREVOST AT 1-418-831-2046, OR COUNTRY COACH AT 1-800-547-8015." -09/25/2007,07V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V449000),"Nissan North America, Inc.",THIRD ROW SEAT BELT UPPER ANCHOR BRACKET/FMVSS 210,SEAT BELTS,PB047,Vehicle,3564,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, 'SEAT BELT ASSEMBLY ANCHORAGES.' THE DRIVER'S SIDE THIRD ROW SEAT BELT UPPER ANCHOR BRACKET MAY BE CRACKED.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE SEAT BELT BRACKET FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 1, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -09/24/2007,07V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V442000),"Volkswagen Group of America, Inc.",HEADLAMPS AIMING PROVISIONS/ FMVSS 108,EXTERIOR LIGHTING,Q8,Vehicle,340000,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" SOME VEHICLES MAY NOT HAVE HAD A REQUIRED CAP INSTALLED WHICH DISABLES THE HEADLIGHT HORIZONTAL AIM AND SOME VEHICLES MAY CONTAIN A CAP THAT DISABLES THE VERTICAL AIMING SCREW.","NONCOMPLIANCE CAN INHIBIT PROPER HEADLAMP AIM ADJUSTMENT FOR ROADWAY ILLUMINATION, IMPROPERLY AIMED HEADLAMPS COULD CAUSE REDUCED ROAD VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR THE PRESENCE OF A CAP IN THE SOCKET OF THE LOW BEAM HORIZONTAL AIMING SCREW AND INSTALL ONE IF MISSING, AND INSPECT FOR THE PRESENCE OF A CAP IN THE SOCKET OF THE VERTICAL AIMING SCREW AND IF PRESENT, THE CAP WILL BE REMOVED. THE RECALL WILL BEGIN ON OCTOBER 31, 2007. OWNERS MAY CONTACT VW AT 1-800-822-8987." -09/24/2007,07V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V447000),"Navistar, Inc.",PARKING BRAKE DROP HOSE ROUTING,"SERVICE BRAKES, AIR",07513,Vehicle,294,"CERTAIN IC SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN MARCH 29 AND AUGUST 28, 2007. THE ROUTING OF THE SERVICE AND PARKING BRAKE RUBBER DROP HOSES TO THE REAR AXLE'S BRAKE COMPONENTS MAY BRING THEM TOO CLOSE TO THE EXHAUST TAIL PIPE.","THE RUBBER HOSES MAY MELT IF ROUTED TOO CLOSE TO THE TAIL PIPE CAUSING EITHER OF THE TWO POSSIBILITIES: 1) AN AIR LEAK ON THE PARKING BRAKE HOSE MAY CAUSE THE PARKING BRAKES TO SLOWLY APPLY WHILE DEPLETING BOTH THE PRIMARY AND SECONDARY AIR CIRCUITS. EVEN THOUGH THE AIR PRESSURE GAUGE AND LOW AIR PRESSURE WARNING BUZZER WOULD SOUND, THESE CONDITIONS COULD CAUSE THE BUS TO SLOW DOWN OR STOP UNEXPECTEDLY WHICH MAY RESULT IN A VEHICLE CRASH. 2) AN AIR LEAK ON THE SERVICE BRAKE HOSE MAY RESULT IN EXTENDED STOPPING DISTANCES WHILE ALSO DEPLETING THE PRIMARY AIR TANK POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE RUBBER BRAKE HOSES TO DETERMINE THEIR PROXIMITY TO THE TAIL PIPE. ANY HOSE FOUND TO BE CLOSER THAN 4"" WILL BE REPLACED AND BOTH HOSES WILL THEN BE RE-ROUTED TO ENSURE PROPER DISTANCE FROM THE TAIL PIPE. THE INSPECTION AND REPAIR WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 16, 2007. OWNERS CAN CONTACT IC CORPORATION AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -09/21/2007,07E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E079000),Villa International,DRIVER SEAT/FMVSS 207,SEATS,NR (Not Reported),Equipment,40,"CERTAIN VILLA AIR RIDE DRIVER SEATS BUILT SINCE JULY 2005 WITH THE V2500 OR V2000 ISS ADNIK/VILLA FRAME INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN RECREATIONAL VEHICLES. THE SIDE RAIL ON THE LOWER AIR SUSPENSION CAN FAIL TO CONFORM TO MEET THE FULL REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY NO. 207, SEATING SYSTEMS.","THE PURPOSE OF THIS STANDARD IS TO ESTABLISH REQUIREMENTS FOR SEATS, THEIR ATTACHMENT ASSEMBLIES AND THEIR INSTALLATION TO MINIMIZE THE POSSIBILITY OF THEIR FAILURE.",VILLA IS WORKING WITH THE VEHICLE MANUFACTURERS TO REPAIR THE AFFECTED SEATS. THE REMEDY AND NOTIFICATION SCHEDULE FOR THIS RECALL HAS NOT YET BEEN DETERMINED. -09/21/2007,07V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V459000),FREIGHTLINER LLC,FMVSS 217/ROOF EMERGENCY EXIT,STRUCTURE,FL-510,Vehicle,3581,"CERTAIN THOMAS BUILT SCHOOL BUSES MANUFACTURED BETWEEN MARCH 8, 2006, AND AUGUST 10, 2007, EQUIPPED WITH ONE OR MORE ""PRO LO ROOF HATCH"" OPTION NUMBERS D107307001, D107307002, OR D107307003. RETROREFLECTIVE TAPE WAS NOT INSTALLED AROUND THE PERIMETER OF THE ROOF MOUNTED EMERGENCY EXIT HATCH. THESE BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.",IMPROPERLY IDENTIFIED EMERGENCY EXITS MAY HINDER EVACUATION EFFORTS.,"THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE BUSES BY INSTALLING RETROREFLECTIVE TAPE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 4, 2007. OWNERS MAY CALL THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -09/21/2007,07V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V446000),COUNTRY COACH INC,FUEL PUMP FAILURE TURBOCHARGER/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,49,"ON CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES, A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND MAY CAUSE THE TURBOCHARGER TO FAIL AND CAUSE LOSS OF THROTTLE CONTROL WITH WARNING.",THE WARNING MAY BE EXPERIENCED BY ERRATIC PERFORMANCE AND EXCESSIVE SMOKE. BOTH OF THESE CONDITIONS MAY RESULT IN A SITUATION WHERE A VEHICLE CRASH COULD OCCUR.,COUNTRY COACH IS WORKING WITH CATERPILLAR TO HAVE THE FUEL PUMP REPLACED FREE OF CHARGE (PLEASE SEE 07E053). OWNERS MAY CONTACT CATERPILLAR AT 309-675-6496 OR COUNTRY COACH AT 541-998-3720. -09/21/2007,07V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V445000),"Winnebago Industries, Inc.",GENERATOR'S INTERNAL CONTROLLER/CUMMINS,EQUIPMENT,NR (Not Reported),Vehicle,65,"ON CERTAIN MOTOR HOMES EQUIPPED WITH WITH A 3.2 QD CUMMINS ONAN GENERATOR, THE GENERATOR'S INTERNAL CONTROLLER MAY FAIL; HOWEVER, THE ELECTRICAL CIRCUITS WOULD REMAIN ENERGIZED. INCLUDED IN THESE CIRCUITS IS THE ELECTRONIC PREHEATED ELEMENT WHICH AIDS COLD STARTS AT AMBIENT TEMPERATURES BELOW 0 DEGREES CELSIUS. IN NORMAL OPERATION, THIS CIRCUIT IS ENERGIZED NO LONGER THAN 120 SECONDS AT 30 CELSIUS. IF THE CIRCUIT REMAINS ENERGIZED BEYOND THE DESIGNED PERIOD, THE PREHEATED ELEMENT CAN OVER HEAT.","IF THE ELEMENT OVER HEATS, A FIRE IN THE AIR INTAKE SYSTEM COULD OCCUR.",WINNEBAGO IS WORKING WITH CUMMINS TO REPLACE THE GENERATORS FREE OF CHARGE (PLEASE SEE 07E076). OWNERS MAY CONTACT CUMMINS AT 812-377-3713 OR WINNEBAGO AT 641-585-3535. -09/20/2007,07V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V443000),COUNTRY COACH INC,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,97,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"COUNTRY COACH IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES. THE RECALL BEGAN ON MAY 3, 2007. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR COUNTRY COACH AT 1-800-547-8015." -09/19/2007,07E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E077000),Carefree Of Colorado,FOLDING CAMPING TRAILER WINCH,EQUIPMENT,NR (Not Reported),Equipment,3992,"CERTAIN CAREFREE POWERWINCH, MODEL P55000, FOLDING CAMPING TRAILER (FCT) WINCH INSTALLED AS ORIGINAL EQUIPMENT FOR USE ON CERTAIN RECREATIONAL VEHICLES. AN INCORRECT MATERIAL WAS USED IN THE MANUFACTURE OF CABLE SHAFTS ON SOME FCT UNITS PRODUCED BETWEEN FEBRUARY 1 AND AUGUST 31, 2007. UNDER CERTAIN CIRCUMSTANCES WHILE THE TOP IS BEING LIFTED, IF THE WINCH IS PLACED INTO A STALL CONDITION, THE CABLE SHAFT MAY BREAK PRIOR TO THE FUSE OR CIRCUIT BREAKER TRIPPING.","SHOULD THE CABLE SHAFT BREAK, THE FCT TOP COULD THEN FREE-FALL INTO THE LOWER POSITION, POSSIBLY RESULTING IN INJURIES.","CAREFREE IS WORKING WITH THE RV MANUFACTURERS TO NOTIFY OWNERS AND THE RVS WILL BE REPAIRED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 8, 2007. OWNERS SHOULD CONTACT THEIR RV MANUFACTURER OR CAREFREE OF COLORADO CUSTOMER SERVICE AT 1-800-621-2617." -09/19/2007,07E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E076000),"Cummins, Inc.",GENERATOR FIRES,EQUIPMENT,754,Equipment,65,"CERTAIN CUMMINS ONAN GENERATORS, MODEL 3.2 KW QD, INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN WINNEBAGO RECREATIONAL VEHICLES. THE GENERATOR'S INTERNAL CONTROLLER CAN FAIL ALLOWING THE ELECTRICAL CIRCUITS TO REMAIN ENERGIZED.","IF THE CIRCUITS REMAIN ENERGIZED BEYOND THE DESIGNED PERIOD, THE PREHEATER ELEMENT CAN OVER HEAT POSSIBLY RESULTING IN A FIRE IN THE AIR INTAKE SYSTEM.","CUMMINS IS WORKING WITH WINNEBAGO TO NOTIFY OWNERS AND CUMMINS WILL EITHER REPLACE OR, AS APPROPRIATE, REWORK ALL THE AFFECTED GENERATORS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 26, 2007. OWNERS CAN CONTACT CUMMINS ONAN ASSISTANCE CENTER AT 1-800-888-6626." -09/18/2007,07V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V435000),"Nissan North America, Inc.",LOWER MOUNTING BRACKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,372250,"ON CERTAIN VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, IOWA, ILLINOIS, INDIANA, KENTUCKY, MASSACHUSETTS, MAINE, MARYLAND, MICHIGAN, MINNESOTA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, TENNESSEE, VERMONT, VIRGINIA, WEST VIRGINIA , WISCONSIN AND THE DISTRICT OF COLUMBIA, DURING THE COATING PROCESS OF THE FUEL FILLER TUBE ASSEMBLY, AN INSUFFICIENT AMOUNT OF COATING MAY HAVE BEEN APPLIED AT THE LOWER MOUNTING BRACKET. THIS COULD RESULT IN AN OPENING IN THE COATING WHICH CAN ALLOW WATER TO ENTER AND MAKE CONTACT WITH THE BARE METAL OF THE TUBE.","THIS MAY RESULT IN SURFACE RUST BUT NOT PERFORATION OF THE TUBE. HOWEVER, IN THOSE AREAS OF THE COUNTRY WHICH USE HEAVY CONCENTRATIONS OF ROAD SALT IN THE WINTER, IF A MIXTURE OF SNOW/WATER AND SALT MAKES CONTACT WITH THE BARE METAL, CORROSION MAY OCCUR TO A DEGREE WHICH RESULTS IN PERFORATION OF THE TUBE. IN THIS CASE FUEL LEAKAGE MAY OCCUR WHEN FILLING THE TANK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL FILLER TUBE ASSEMBLY WITH A NEW ONE WITH AN IMPROVED COATING PROCESS. THE RECALL BEGAN ON NOVEMBER 26, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -09/14/2007,07V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V434000),"Chrysler (FCA US, LLC)",ABS ELECTRONIC CONTROL MODULE,"SERVICE BRAKES, HYDRAULIC",G40,Vehicle,296550,"ON CERTAIN SPORT UTILITY VEHICLES, THE SOFTWARE PROGRAMMED INTO THE ABS ELECTRONIC CONTROL MODULE MAY ALLOW A MOMENTARY DELAY IN BRAKING WHEN COASTING UP A HILL DURING CERTAIN CONDITIONS.",THIS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE ABS ELECTRONIC CONTROL MODULE WITH NEW SOFTWARE THAT PREVENTS THIS CONDITION FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -09/14/2007,07E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E074000),EAGLE EYES TRAFFIC INDUSTRIAL CO. LTD,FMVSS 108/REPLACEMENT HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,11300,"CERTAIN EAGLE EYES HEADLAMP ASSEMBLIES, P/NOS. DS517-B001L AND DS517-B001R, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. THE OPTICEL SURFACE OF THE REFLECTOR IS CORRODED INHIBITING THE PERFORMANCE OF THE UPPER AND LOWER BEAMS WHICH FAILS TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"EAGLE EYES WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON DECEMBER 11, 2007. OWNERS MAY CONTACT EAGLE EYES AT 1-800-568-1098." -09/14/2007,07E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E075000),EAGLE EYES TRAFFIC INDUSTRIAL CO. LTD,FMVSS 108/REPLACEMENT HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2388,"CERTAIN EAGLE EYES HEADLAMP ASSEMBLIES, P/NOS. FR390-B001L AND FR390-B001R, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. THE THICKNESS IS UNSTABLE INHIBITING THE PERFORMANCE OF THE UPPER AND LOWER BEAMS WHICH FAILS TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"EAGLE EYES WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON NOVEMBER 6, 2007. OWNERS MAY CONTACT EAGLE EYES AT 1-800-568-1098." -09/14/2007,07V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V440000),"TRANSPORT DESIGNS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,28,"ON CERTAIN ENCLOSED TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TRANSPORT DESIGNS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TRANSPORT DESIGNS AT 1-570-368-1403." -09/13/2007,07V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V426000),"Chrysler (FCA US, LLC)",FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",G38,Vehicle,1158,"ON CERTAIN VEHICLES WITH ALL WHEEL DRIVE, THE FUEL TANK STRAPS WERE IMPROPERLY MANUFACTURED AND COULD SEPARATE. THIS CAN CAUSE THE FUEL TANK TO LOOSEN AND LEAK FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN AN UNDERBODY FIRE.,DEALERS WILL REPLACE THE FUEL TANK RETENTION STRAPS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403. -09/12/2007,07V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V415000),"Chrysler (FCA US, LLC)",FRONT BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",G35,Vehicle,28755,"ON CERTAIN SPORT UTILITY VEHICLES, FRONT BRAKE CALIPERS IN A CERTAIN LOT MAY HAVE BEEN MANUFACTURED FROM GRAY IRON INSTEAD OF DUCTILE IRON AS DESIGNED AND COULD FRACTURE WITHOUT WARNING.",THIS WOULD INCREASE THE VEHICLE'S STOPPING DISTANCE AND COULD CAUSE A CRASH.,"DEALERS WILL INSPECT THE FRONT BRAKE CALIPERS TO SEE IF THEY FALL INTO THIS LOT AND, IF SO, WILL REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/12/2007,07V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V414000),"Chrysler (FCA US, LLC)",FRONT DOOR LATCH CABLE,LATCHES/LOCKS/LINKAGES,G33,Vehicle,72333,"ON CERTAIN VEHICLES, THE FRONT DOOR LATCH CABLE MAY BECOME PARTIALLY UNSEATED FROM THE INTERIOR RELEASE HANDLE HOUSING POSSIBLY CAUSING THE LATCH TO STICK IN THE UNLATCHED POSITION OR THE LOCK FUNCTION TO BECOME INOPERATIVE.","DRIVING A VEHICLE WITH AN UNLATCHED DOOR CAN RESULT IN AN UNBELTED FRONT SEAT OCCUPANT FALLING OUT OF THE VEHICLE OR BEING EJECTED IN A CRASH, CAUSING INCREASED RISK OF INJURY.","DEALERS WILL ADD A SECONDARY RETENTION FEATURE TO BOTH FRONT DOORS. THIS ACTION WILL SUPERSEDE AND EXPAND A PREVIOUS SAFETY RECALL (PLEASE SEE 07V-104). THE RECALL BEGAN ON OCTOBER 29, 2007. OWNERS MAY CONTACT CHRYSLER AT 1-800-853-1403." -09/12/2007,07V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V413000),"Chrysler (FCA US, LLC)",FRONT DRIVESHAFT YOKE,POWER TRAIN,G32,Vehicle,1498,"ON CERTAIN TWO WHEEL DRIVE TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS, THE FRONT DRIVESHAFT YOKE MAY BREAK UNDER CERTAIN DRIVING CONDITIONS.",THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE DRIVESHAFT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/12/2007,07V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V436000),"KINGSLEY COACH, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,ON ONE MOTOR HOME EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THIS REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,THE REFRIGERATOR INVOLVED IN THIS CAMPAIGN HAS BEEN CORRECTED. -09/12/2007,07V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V438000),"CACHE CAMPER MFG., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16,"ON CERTAIN PICKUP TRUCK CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CACHE CAMPING WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CACHE CAMPING AT 1-907-745-4061." -09/12/2007,07V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V439000),"BUNK HOUSE CONVERSION, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,81,ON CERTAIN HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"BUNK HOUSE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR BUNK HOUSE AT 1-205-487-5442." -09/11/2007,07V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V425000),Starcraft RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,13765,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"STARCRAFT RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR STARCRAFT RV AT 1-260-593-2550." -09/11/2007,07V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V433000),Vintage Trailers Ltd.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16,"ON CERTAIN CONVERSION TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"VINTAGE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR VINTAGE AT 1-574-522-2261." -09/11/2007,07V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V441000),"Horton Vans, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,42,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HORTON WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HORTON AT 1-706-484-2241." -09/11/2007,07V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V412000),CHAMPION MOTORCYCLE ACCESSORIES,TRAILING ARM SPINDLES/TRAILER FRAME,STRUCTURE,NR (Not Reported),Vehicle,40,CERTAIN TOURING TRAILERS WERE BUILT WITH TRAILING ARM SPINDLES (A PART OF THE TRAILER FRAME DESIGNED AND INTENDED TO BE TOWED BEHIND MOTORCYCLES) THAT MAY FATIGUE AND FAIL OVER TIME. THE SPINDLE MAY FRACTURE CAUSING THE ROAD WHEEL TO NO LONGER TRACK PROPERLY.,TRAILER (AND MOTORCYCLE) DIRECTIONAL STABILITY WOULD THEN BE COMPROMISED AND A CRASH COULD OCCUR.,"DEALERS WILL INSTALL A NEW FRAME FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 15, 2007. OWNERS MAY CONTACT CHAMPION AT 800-875-0949." -09/10/2007,07E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E078000),"4-Star Trailers, Inc.",AFTERMARKET HAYRACK ACCESSORY,EQUIPMENT,NR (Not Reported),Equipment,296,"CERTAIN 4-STAR AFTERMARKET HAYRACKS SOLD FOR USE ON HORSE TRAILERS. THE FASTENERS SECURING THE HAYRACK TO THE ROOF MOUNTING BRACKET MAY FAIL, ALLOWING THE HAYRACK TO SEPARATE FROM THE TRAILER.",THIS COULD POSE A SERIOUS HAZARD TO FOLLOWING VEHICLES INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL NEW FASTENERS SECURING THE HAYRACK TO THE MOUNTING BRACKET ON THE ROOF OF THE TRAILER. THE RECALL BEGAN ON SEPTEMBER 27, 2007. OWNERS MAY CONTACT 4-STAR AT 1-800-848-3095." -09/10/2007,07V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V409000),PACCAR Incorporated,ALUMINUM FUEL TANK LONGITUDINAL WELD SEAMS,"FUEL SYSTEM, DIESEL",807J,Vehicle,319,"ON CERTAIN PETERBILT TRUCKS, THE LONGITUDINAL SEAMS ON THE FUEL TANKS WERE FABRICATED USING AN INCORRECT WELD SPEED FOR THE GIVEN MATERIAL THICKNESS. THIS ERROR RESULTED IN A WELD WHICH DID NOT COMPLETELY PENETRATE THE ENTIRE MATERIAL THICKNESS.",FUEL TANKS POSSESSING THIS DEFECT COULD LEAK DIESEL FUEL IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE ANY DEFECTIVE FUEL TANKS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 8, 2007. OWNERS MAY CONTACT PETERBILT AT 940-591-4201." -09/10/2007,07V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V410000),Volvo Trucks North America,HOOD RESTRAINT CYLINDER,STRUCTURE,RVXX0704,Vehicle,956,"ON CERTAIN TRUCKS, THE HOOD RESTRAINT CYLINDER DOES NOT CONTAIN ENOUGH DAMPENING TO ADEQUATELY RESTRAIN THE HOOD.","THE CYLINDERS COULD POSSIBLY SEPARATE, WHICH WOULD LEAVE THE HOOD UNRESTRAINED WHEN OPENING AND CLOSING THE HOOD.","DEALERS WILL REPLACE THE HOOD RESTRAINT CYLINDERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 15, 2007. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -09/10/2007,07V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V437000),"DOUBLE DUTY RV CONVERSIONS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,53,"ON CERTAIN HORSE AND CARGO TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THESE REFRIGERATORS MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DOUBLE DUTY WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DOUBLE DUTY AT 1-800-235-7517." -09/10/2007,07V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V411000),Keystone RV Company,SHOWER DOOR TOWEL BAR,EQUIPMENT,07-092,Vehicle,317,"ON CERTAIN FIFTH WHEEL TRAILERS, WHEN PRESSURE IS APPLIED TO THE TOWEL BAR ON THE GLASS SHOWER DOOR, THE EDGE OF THE BAR MAY CONTACT THE GLASS.",GLASS BREAKAGE MAY OCCUR WHICH COULD CAUSE PERSONAL INJURY.,"OWNERS WILL BE PROVIDED WITH NEW MOUNTING HARDWARE FOR THE TOWEL BAR AND INSTALLATION INSTRUCTIONS. IF AN OWNER IS NOT COMFORTABLE REPLACING THE HARDWARE THEMSELVES, A DEALER WILL INSTALL THE HARDWARE AT NO COST TO THEM. THE RECALL BEGAN ON SEPTEMBER 21, 2007 OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -09/07/2007,07V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V407000),Blue Bird Body Company,ENGINE OIL LEAK,ENGINE AND ENGINE COOLING,R07MJ,Vehicle,1339,"CERTAIN 2008 BLUE BIRD VISION SCHOOL BUSES MANUFACTURED FROM JUNE 6 THROUGH SEPTEMBER 4, 2007. THE OIL FILL CAP MAY SEPARATE FROM THE OIL FILL TUBE ALLOWING ENGINE OIL TO BE EMITTED FROM THE TUBE. OIL COULD WET THE LEFT FRONT BRAKE SHOES/PADS RESULTING IN REDUCED BRAKING CAPACITY.",A VEHICLE CRASH COULD OCCUR.,"BLUE BIRD IS ADVISING THE OWNERS TO REMOVE THEIR BUSES FROM SERVICE UNTIL THEY HAVE THE BUSES REPAIRED AND TO CONTACT A CATERPILLAR DEALER FOR AN INTERIM REPAIR. THE INTERIM REPAIR CONSISTS OF INSTALLING TWO SCREWS THROUGH THE OIL FILL TUBE TO RETAIN THE OIL FILL CAP IN PLACE. CATERPILLAR WILL ISSUE A SEPARATE RECALL NOTIFICATION LETTER TO OWNERS ON OR ABOUT SEPTEMBER 17, 2007 THAT WILL INSTRUCT OWNERS TO CONTACT A CATERPILLAR DEALER TO SCHEDULE AN APPOINTMENT TO HAVE A NEW OIL FILL TUBE INSTALLED AS A PERMANENT REMEDY. THE RECALL BEGAN ON SEPTEMBER 7, 2007. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242 OR CATERPILLAR AT 800-447-4986." -09/07/2007,07E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E073000),"DELTA TECH INDUSTRIES, LLC",FMVSS 108/HID HEADLAMP SYSTEM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,93,"CERTAIN AFTERMARKET HID CONVERSION KITS SOLD BY DELTA TECH INDUSTRIES FOR USE ON CERTAIN SHOW VEHICLES. THE HID HEADLAMP SYSTEMS FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","DELTA TECH WILL NOTIFY ITS OWNERS AND OFFER REIMBURSEMENT FOR THE NONCOMPLIANT HEADLAMP SYSTEMS. THE RECALL BEGAN ON APRIL 24, 2009. OWNERS MAY CONTACT DELTA TECH AT 1-714-577-8028." -09/07/2007,07V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V408000),"TRAVEL SUPREME, INC.",GAS COOKING APPLIANCE/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,12,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SUBURBAN GLASS TOP, SEALED BURNER RANGE OR SLIDE IN COOK TOP, A THREADED CONNECTOR ON THE TUBE BETWEEN THE BURNER VALVE AND THE BURNER MAY NOT HAVE BEEN FULLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE THREADED CONNECTOR IS NOT PROPERLY TIGHTENED, IT IS POSSIBLE FOR THE GAS TO LEAK FROM THE CONNECTION WHEN THE BURNER IS TURNED ON. LP GAS IS HEAVIER THAN AIR AND ANY LEAKED GAS COULD ACCUMULATE IN AN ENCLOSED OR LOW AREA IN THE MOTOR HOME. A SUFFICIENT QUANTITY OF ACCUMULATED GAS, IF IGNITED, COULD CAUSE A FIRE OR EXPLOSION.",TRAVEL SUPREME IS WORKING WITH SUBURBAN TO HAVE THE BURNER TUBES REPLACED (PLEASE SEE 07E-050) . THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT SUBURBAN AT 423-775-2131 OR TRAVEL SUPREME AT 574-862-1960. -09/07/2007,07E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E071000),"Caterpillar, Inc.",OIL FILL TUBE ASSEMBLIES/LEAK,ENGINE AND ENGINE COOLING,PI10630,Equipment,1339,CERTAIN CATERPILLAR C7 DIESEL ENGINES INSTALLED AS ORIGINAL EQUIPMENT IN 2008 BLUE BIRD VISION SCHOOL BUSES. THE OIL FILL CAP MAY SEPARATE FROM THE OIL FILL TUBE ALLOWING ENGINE OIL TO BE EMITTED FROM THE TUBE. OIL COULD WET THE LEFT FRONT BRAKE RESULTING IN REDUCED BRAKING CAPACITY.,A VEHICLE CRASH CAN OCCUR.,"CATERPILLAR WILL NOTIFY OWNERS AND REPLACE THE OIL FILL TUBE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS CAN CONTACT CATERPILLAR TOLL-FREE AT 800-447-4986." -09/07/2007,07V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V432000),"Franklin Coach Co., Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,27,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FRANKLIN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FRANKLIN AT 1-574-773-4106." -09/06/2007,07V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V406000),Great Dane Trailers,ABS ELECTRONIC CONTROL UNIT/HALDEX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,180,"ON CERTAIN FEDERAL EXPRESS (FED-EX) TRUCKS EQUIPPED WITH HALDEX ANTILOCK BRAKE SYSTEM (ABS) ELECTRONIC CONTROL UNIT (ECU) VALVES, THE VALVES NEED TO BE MODIFIED IN ORDER TO RELOCATE THE VALVES IN AN UPRIGHT POSITION. THE VALVES CONTAIN A BALL SEAT PISTON THAT MAY BECOME DISLODGED DURING AN ABS EVENT AND NOT PERFORM PROPERLY.",DRIVERS WOULD NOT BE WARNED OF A BRAKE SYSTEM FAILURE INCREASING THE RISK OF A CRASH.,GREAT DANE IS WORKING WITH FED-EX TO REPLACE THE ABS VALVES FREE OF CHARGE. FED-EX HAS DEAD-LINED THESE VEHICLES UNTIL THE REPAIR HAS BEEN PERFORMED. -09/06/2007,07E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E069000),"BMW of North America, LLC",AFTERMARKET BIKE CARRIERS,EQUIPMENT,NR (Not Reported),Equipment,675,"CERTAIN AFTERMARKET BMW BIKE CARRIERS, P/N 82110393954, SOLD FOR USE ON MY 2005 BMW X3 AND X5 VEHICLES. A PINCH BOLT EXISTS BETWEEN THE BIKE ARM BRACKET AND THE UPRIGHT ASSEMBLY OF THE HITCH STYLE BICYCLE RACK.","WHEN MOVING THE BIKE ARM BRACKET TO ITS DOWN POSITION, THIS PINCH POINT HAS THE POTENTIAL OF CAUSING A SEVERE INJURY TO THE USER'S FINGER OR HAND.","BMW WILL NOTIFY OWNERS AND PROVIDE A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 13, 2007. OWNERS CAN CONTACT BMW CUSTOMER RELATIONS AND SERVICES TOLL-FREE AT 800-831-1117." -09/06/2007,07E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E070000),"GRA-MAG TRUCK INTERIOR SYSTEMS, LLC",AIR SUSPENSION SEAT,SEATS,NR (Not Reported),Equipment,1471,"CERTAIN GRA-MAG AIR SUSPENSION SEATS MANUFACTURED BETWEEN OCTOBER 1, 2004, AND OCTOBER 10, 2005, SOLD IN THE AFTERMARKET FOR USE ON FREIGHTLINER VEHICLES. FRICTION CORROSION CAN FORM ON THE THREADS OF THE CENTRAL BEARING BOLT ALLOWING THE SQUEEZING NUT TO LOOSEN OVER TIME CAUSING THE SUSPENSION TO BE INOPERABLE, LEAN TO ONE SIDE, AND/OR SUDDENLY LOSE SEAT HEIGHT.","SHOULD THE SEAT SUDDENLY DROP WHILE THE VEHICLE IS IN USE, THE DRIVER'S ACCESS TO STEERING AND OTHER VEHICLE CONTROLS WOULD BE AFFECTED POSSIBLY RESULTING IN A VEHICLE CRASH.","GRA-MAG WILL NOTIFY OWNERS AND REPAIR THE SEATS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 6, 2007. OWNERS CAN CONTACT GRA-MAG AT 1-866-247-2624." -09/06/2007,07V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V403000),FREIGHTLINER LLC,FRONT AXLE STEERING STOPS,STEERING,FL-513,Vehicle,450,"ON CERTAIN TRUCKS EQUIPPED WITH RACK AND PINION STEERING, THE BALL SOCKET ASSEMBLY AT THE INNER END OF THE DRIVER SIDE TIE ROD MAY BE DAMAGED IN A SHARP TURN. EXCESSIVE TIE ROD ANGLES MAY LOOSEN THE TIE ROD IN THE BALL SOCKET OR DAMAGE THE THREADED TIE ROD SOCKET ATTACHMENT TO THE STEERING RACK ON THE DRIVER SIDE. THE THREADED END OF THE BALL SOCKET ASSEMBLY MAY FRACTURE AND SEPARATE.",A FRACTURED TIE ROD ASSEMBLY WILL MAKE THE VEHICLE MORE DIFFICULT TO CONTROL AT HIGHER SPEEDS AND A CRASH MAY OCCUR.,"DEALERS WILL CHANGE THE FRONT AXLE STEERING STOPS TO PREVENT INTERFERENCE IN THE TIE ROD BALL SOCKET ASSEMBLY AND STEERING COMPONENTS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 8, 2008, AND WILL BE MAILED IN PHASES THROUGH DECEMBER 31, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/06/2007,07V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V404000),MONACO COACH CORPORATION,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,630,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"MONACO IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR MONACO AT 1-800-685-6545." -09/06/2007,07V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V420000),Cruiser RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,187,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CRUISER RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CRUISER RV AT 1-574-457-6472." -09/06/2007,07V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V423000),MONACO COACH CORPORATION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3463,"ON CERTAIN MOTOR HOMES, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"MONACO WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR MONACO AT 1-877-466-6226." -09/06/2007,07E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E072000),"TBEI, INCORPORATED",STEERABLE SUSPENSIONS,SUSPENSION,NR (Not Reported),Equipment,301,CERTAIN TBEI OX AND J-CRAFT DUMP BODIES EQUIPPED WITH WATSON AND CHALIN SL-1190 AND SL-0890 STEERABLE SUSPENSIONS. THESE DUMP BODIES ARE MANUFACTURED TO BE INTEGRATED INTO THE FRAME OF VARIOUS HEAVY DUTY TRUCKS. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSION'S ABILITY TO LIFT THE AXLE WHEN IT'S NOT NEEDED.,"SHOULD THE SUSPENSION'S LOWER CAST ARMS FAIL, A VEHICLE CRASH COULD OCCUR.","TBEI WILL NOTIFY OWNERS AND THE LOWER ALUMINUM TRAILER ARM WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 13, 2007. OWNERS CAN CONTACT TBEI AT 952-941-0752." -09/05/2007,07V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V401000),"Mack Trucks, Inc.",AC FUEL INJECTION LINES/ASET,"FUEL SYSTEM, DIESEL",SC0324,Vehicle,35649,"ON CERTAIN TRUCKS EQUIPPED WITH ASET AC MODEL ENGINES, THE ENGINE AS CONFIGURED WITH AN EXTERNAL EXHAUST GAS RECIRCULATION SYSTEM MAKES SERVICING THE FUEL INJECTION LINES DIFFICULT WHEN USING TRADITIONAL TOOLS. THEREFORE, IT IS POSSIBLE FOR FUEL LEAKS TO DEVELOP WHEN REMOVING AND INSTALLING THE FUEL INJECTION LINES.","A LEAK IN THE FUEL INJECTION LINE MAY SPRAY FUEL ON THE HOT SURFACES OF THE EXHAUST GAS RECIRCULATION SYSTEM, WHICH COULD RESULT IN AN ENGINE FIRE.","DEALERS WILL REPLACE THE FUEL INJECTION LINES FREE OF CHARGE. NOTE: THIS RECALL SUPERSEDES A PREVIOUS CAMPAIGN CONDUCTED IN 2006 (PLEASE SEE 06V392). THE RECALL BEGAN ON SEPTEMBER 11, 2007, WITH SUBSEQUENT MAILINGS EVERY SIX WEEKS UNTIL APRIL 2008. OWNERS MAY CONTACT MACK AT 800-528-6586." -09/05/2007,07V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V399000),Honda (American Honda Motor Co.),REAR WHEEL SPEED SENSOR,"SERVICE BRAKES, HYDRAULIC",Q56,Vehicle,260000,"ON CERTAIN VEHICLES, THE WHEEL SPEED SENSOR HOUSING USES AN O-RING SEAL TO PREVENT LEAKAGE TO OR FROM THE WHEEL BEARING. IF ASSEMBLED IMPROPERLY, THE O-RING MAY NOT SEAL PROPERLY ALLOWING WATER TO ENTER THE WHEEL BEARING AND EVENTUALLY CAUSE DAMAGE TO THE BEARING, ESPECIALLY IN AREAS WHERE USE OF ROAD SALT IS PREVALENT. IF THE DRIVER CONTINUES TO DRIVE WITH THIS CONDITION IT IS POSSIBLE FOR THE WHEEL BEARING TO BECOME LOOSE, WHICH COULD CAUSE THE BEARING TO FAIL.","THIS COULD CAUSE A WHEEL TO FALL OFF OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL INSPECT THE REAR ABS SENSORS AND WHEEL BEARINGS FOR DAMAGED PARTS AND REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 25, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -09/05/2007,07V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V416000),"FORKS RV, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FORKS RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FORKS AT 1-574-825-7467." -09/05/2007,07V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V417000),REXHALL INDUSTRIES INC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2345,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"REXHALL WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE JULY 4, 2008. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR REXHALL AT 1-661-726-0565." -09/05/2007,07V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V418000),"LDV, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3,"ON CERTAIN MOBILE COMMAND CENTERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"LDV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE RECALL BEGAN ON SEPTEMBER 26, 2007. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LDV AT 1-262-763-0270." -09/05/2007,07V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V419000),"SHOOK MOBILE TECHNOLOGY, L.P.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ON ONE CUSTOM BUILT AVIONICS INSTRUMENTATION REPAIR TRUCK EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SHOOK MOBILE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 06E076). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SHOOK MOBILE AT 1-210-651-5700." -09/05/2007,07V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V421000),Doubletree RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,338,ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION. THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.,RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DOUBLETREE RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DOUBLETREE RV AT 1-574-6472." -09/05/2007,07V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V422000),DYNAMAX CORPORATION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,900,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DYNAMAX WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DYNAMAX AT 1-574-262-3474." -09/05/2007,07V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V427000),STEELE QUALITY LLC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ON ONE CUSTOM STEP VAN EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"STEELE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 06E076). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR STEELE AT 1-480-464-7007." -09/05/2007,07V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V428000),"ShowHauler Trucks, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2,"ON CERTAIN GARAGE COACHES AND MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SHOWHAULER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SHOWHAULER AT 1-574-825-6764." -09/05/2007,07V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V429000),"HIGH TECH PERFORMANCE TRAILERS, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ON ONE DROP FRAME SEMI-TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HIGH TECH WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 06E076). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HIGH TECH AT 1-440-357-8964." -09/05/2007,07V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V430000),"ERVIN EQUIPMENT, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ON ONE 'TRICKLAND' MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ERVIN EQUIPMENT WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 06E076). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ERVIN EQUIPMENT AT 1-217-849-3125." -09/05/2007,07V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V431000),Lance Camper Manufacturing. Corp.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,7692,"ON CERTAIN SLIDE-IN PICKUP TRUCK RECREATIONAL CAMPERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"LANCE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LANCE CAMPER AT 1-661-949-3322." -09/05/2007,07V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V400000),FREIGHTLINER LLC,STEERING ARM INSTALLATION,STEERING,FL-512,Vehicle,413,"ON CERTAIN TRUCKS EQUIPPED WITH RACK AND PINION STEERING, THE TIE ROD ARMS MAY HAVE BEEN INCORRECTLY INSTALLED. THE THREADED END OF THE BALL SOCKET ASSEMBLY MAY FRACTURE AND SEPARATE.",A FRACTURED TIE ROD ASSEMBLY WILL MAKE THE VEHICLE MORE DIFFICULT TO CONTROL AT HIGHER SPEEDS AND A CRASH MAY OCCUR.,"DEALERS WILL INSPECT FOR INSTALLATION OF THE STEERING ARMS. STEERING COMPONENTS WILL BE REPLACED ON TRUCKS THAT HAVE INCORRECTLY INSTALLED TIE ROD ARMS. THE RECALL BEGAN ON MAY 1, 2008. OWNER MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/05/2007,07V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V402000),Honda (American Honda Motor Co.),STEERING COLUMN/BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,Q58,Vehicle,130000,"ON CERTAIN SEDAN AND HYBRID (CNG) VEHICLES, DURING ASSEMBLY, THE TELESCOPIC STEERING COLUMN MECHANISM MAY HAVE BEEN OVER-LUBRICATED WITH SILICONE GREASE. OVER TIME, SOME OF THIS EXTRA GREASE MAY DRIP ON THE BRAKE LIGHT SWITCH CAUSING THE SWITCH TO FAIL.","FAILURE MAY RESULT IN A LOSS OF BRAKE LIGHTS AND AN INCREASED RISK THAT THE VEHICLE COULD BE STRUCK IN THE REAR. IN ADDITION, A FAILED BRAKE LIGHT SWITCH COULD PREVENT SHIFTING THE TRANSMISSION FROM THE PARK POSITION (VEHICLES WITH AN AUTOMATIC TRANSMISSION).","DEALERS WILL REPLACE THE BRAKE LIGHT SWITCH AND INSTALL A PROTECTIVE COVER OVERTHE SWITCH FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 2, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -09/04/2007,07V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V424000),"Carriage, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,88,"ON CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CARRIAGE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CARRIAGE AT 1-574-642-4145." -09/03/2007,07E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E068000),"Terex South Dakota, Inc.",AERIAL DEVICE FAILURE,EQUIPMENT,CB575,Equipment,172,"CERTAIN TEREX AERIAL DEVICES, MODELS HR37/40, HRM AND HRX EQUIPPED WITH BASKET LIFTER OPTION USING BASKET SHAFT WELDMAT 465451 MANUFACTURED BETWEEN APRIL 15, 2003, AND JULY 24, 2007, CAN DEVELOPE CRACKS NEAR THE WELD IN THE SUPPORT TUBE TO THE MAIN UPRIGHT TUBE.",CONTINUED OPERATION WILL ALLOW THE MATERIAL TO FATIGUE AND FAIL RESULTING IN UNCONTROLLED PLATFORM MOVEMENT AND POSSIBLE EJECTION OF OCCUPANTS. SERIOUS INJURY OR DEATH COULD OCCUR.,"TEREX WILL NOTIFY OWNERS AND REPAIR THE UNITS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 20, 2007. OWNERS MAY CONTACT TEREX AT 1-605-882-4000." -08/31/2007,07T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T006000),CARLISLE TIRE AND WHEEL,FMVSS 119/PREMATURE CRACKING/POSSIBLE TREAD LOSS,TIRES,UUBUACF,Tire,4200,"CERTAIN CARLISLE TIRE & WHEEL ASSEMBLIES WITH LOAD RANGE F USA TRAIL TIRES, SIZE 20.5/8.0-10, USED IN A SINGLE AXLE APPLICATION BY KARAVAN TRAILER. THESE TIRES MAY HAVE BEEN INFLATED LESS THAN THE SPECIFIED PRESSURE AND/OR MAY NOT HAVE HAD THE PROPER CARCASS TENSION, ALL OF WHICH HAS RESULTED IN PREMATURE CRACKING AND, IN SOME CASES, TREAD LOSS. THESE TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES.",A VEHICLE CRASH CAN OCCUR IF THE TIRES FAIL PREMATURELY.,"CARLISLE IS WORKING WITH KARAVAN TO REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2007. OWNERS CAN CONTACT CARLISLE TIRE AT 1-800-260-7959." -08/31/2007,07V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V397000),Newell Coach Corp.,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,NR (Not Reported),Vehicle,63,"ON CERTAIN MOTOR HOMES EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAIL TO APPLY THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","BENDIX IS HANDLING THE REMEDY FOR THIS CAMPAIGN PLEASE SEE (07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 17, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000 OR NEWELL COACH AT 1-888-963-9355." -08/31/2007,07V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V395000),"UNIVERSAL SPECIALTY VEHICLES, INC.",STEERING INTERMEDIATE SHAFTS/WORKHORSE,STEERING,NR (Not Reported),Vehicle,5,CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). THEY WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR UNIVERSAL SPECIALTY VEHICLES AT 951-943-7747." -08/31/2007,07V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V396000),"4-Star Trailers, Inc.",UNSECURED HAYRACK,EQUIPMENT,NR (Not Reported),Vehicle,456,"ON CERTAIN TRAILERS EQUIPPED WITH COVERED HAYRACKS, THE FASTENERS SECURING THE HAYRACK TO THE ROOF MOUNTING BRACKET MAY FAIL, ALLOWING THE HAYRACK TO SEPARATE FROM THE TRAILER.",THIS COULD POSE A SERIOUS HAZARD TO FOLLOWING VEHICLES INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL NEW FASTENERS SECURING THE HAYRACK TO THE MOUNTING BRACKET ON THE ROOF OF THE TRAILER. THE RECALL BEGAN ON OCTOBER 1, 2007. OWNERS MAY CONTACT 4-STAR AT 1-800-848-3095." -08/30/2007,07V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V398000),Blue Bird Body Company,FIREWALL HEATER HOSE CONNECTOR,ENGINE AND ENGINE COOLING,R07MG,Vehicle,1847,"CERTAIN BLUE BIRD CONVENTIONAL SCHOOL BUSES BUILT WITH AN OPTIONAL FIREWALL HEATER HOSE CONNECTOR ON THE DRIVER'S SIDE OF THE BUS AND MANUFACTURED FROM NOVEMBER 21, 1985, THROUGH SEPTEMBER 14, 1993.","IN THE EVENT THE HEATER HOSE RUPTURE SOR THE HOSE CONNECTION SEPARATES, HOT ENGINE COOLANT MAY CONTACT THE DRIVER AND MAY CAUSE INJURY.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THESE BUSES BY INSTALLING A METAL PROTECTIVE SHIELD OVER THE HEATER HOSES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 15, 2008. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -08/30/2007,07V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V393000),"NABI Bus, LLC",FUEL PUMP FAILURE/CATERPILLAR,ENGINE AND ENGINE COOLING,2007-04,Vehicle,1,"ON A CERTAIN TRANSIT BUSES EQUIPPED WITH A CATERPILLAR C7 OR C9 ENGINE, A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND MAY CAUSE THE TURBOCHARGER TO FAIL AND CAUSE LOSS OF THROTTLE CONTROL WITH WARNING.",THE WARNING MAY BE EXPERIENCED BY ERRATIC PERFORMANCE AND EXCESSIVE SMOKE BOTH OF WHICH MAY RESULT IN A SITUATION WHERE A VEHICLE CRASH COULD OCCUR.,THE ONE VEHICLE INVOLVED HAS BEEN CORRECTED. -08/30/2007,07V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V392000),Newell Coach Corp.,PARKER SINGLE CHECK VALVE/BENDIX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,158,"ON CERTAIN MOTOR HOMES EQUIPPED WITH BENDIX PARKER CHECK VALVES, THE PARKER BRASS CHECK VALVE WHICH CONNECTS TO THE SUPPLY PORT OF THE BENDIX SR-7 SPRING BRAKE CAN FAIL.","THIS CONDITION CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON. THESE CONDITIONS CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, BRAKE DRAG, OR IN THE CASE OF LOSS OF PRIMARY CIRCUIT, INABILITY TO MODULATE THE SPRING BRAKES.","DEALERS WILL REPLACE THE BRASS CHECK VALVE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 9, 2007. OWNERS MAY CONTACT NEWELL COACH AT 1-888-963-9355 OR BENDIX AT1- 440-329-9000." -08/30/2007,07C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C007000),Dorel Juvenile Group,SLIPPAGE OF THE HARNESS ADJUSTMENT STRAP,CHILD SEAT,NR (Not Reported),Child Seat,1267978,"CERTAIN DOREL JUVENILE GROUP (DJG) COSCO: ALPHA OMEGA, ALPHA OMEGA ELITE, MODELS 22150, 22155, 22180, 22269; EDDIE BAUER: 3-IN-1, DELUXE 3-IN-1, DELUXE CONVERTIBLE, MODELS 22450, 22451, 22452, 22453, 22740, 22750, 22755, 22756, 22757, 22770; SAFETY 1ST: ALPHA ELITE, ALPHA OMEGA, ALPHA OMEGA ELITE, INTERA, ENSPIRA, MODELS 22151, 22450, 22451, 22452, 22453, 22455, 22460, 22470, 22480, 22740, 22481, CHILD RESTRAINT SYSTEMS MANUFACTURED DURING NOVEMBER 2003 THROUGH DECEMBER 2005. THE HARNESS ADJUSTMENT STRAP CAN LOOSEN WHILE IN USE.","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN AN INCREASED RISK OF INJURY.","DJG WILL NOTIFY ALL REGISTERED OWNERS AND OFFER THEM A FREE REPAIR KIT TO REPLACE THE HARNESS ADJUSTMENT STRAP. OWNERS WHO HAVE NOT REGISTERED THEIR CHILD RESTRAINT SYSTEM SHOULD VISIT DJG'S WEBSITE AT WWW.DJGUSA.COM OR CALL TOLL-FREE AT 800-219-0509. THE RECALL BEGAN ON AUGUST 30, 2007." -08/30/2007,07V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V394000),FREIGHTLINER LLC,STEERING PINCH BOLT,STEERING,FL511A,Vehicle,4850,"ON CERTAIN SCHOOL BUS AND MOTOR HOME CHASSIS, IMPROPER PINCH BOLT INSTALLATION MAY RESULT IN DECOUPLING OF THE STEERING SHAFT AND A LOSS OF STEERING.",LOSS OF STEERING MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT AND ENSURE THAT THE STEERING SHAFT PINCH BOLTS ARE PROPERLY INSTALLED. IMPROPERLY INSTALLED PINCH BOLTS WILL BE TORQUED TO THE CORRECT SPECIFICATION. THE RECALL BEGAN ON OCTOBER 16, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -08/29/2007,07V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V391000),"BMW of North America, LLC",BRAKE FLUID RESERVOIR CAP/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6595,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" THE CAP OF THE BRAKE FLUID RESERVOIR HAS BEEN DESIGNED IN ORDERTO RECOGNIZE A LOW FLUID LEVEL OF THE HYDRAULIC BRAKE SYSTEM BY TRIGGERING A RED WARNING LAMP IN THE INSTRUMENT CLUSTER. A SWITCH THAT IS ATTACHED TO THIS CAP COULD MALFUNCTION AT HIGH TEMPERATURES.","IF THIS HAPPENED, THE RED WARNING LAMP IN THE INSTRUMENT CLUSTER WOULD NOT BE ACTIVATED. LOSS OF THE HYDRAULIC BRAKE SYSTEM MAY CAUSE INCREASED STOPPING DISTANCES WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE BRAKE FLUID RESERVOIR CAP FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 20, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/29/2007,07V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V390000),"Winnebago Industries, Inc.",CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,108,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, SPILLING OIL AND DEBRIS ONTO THE ROADWAY INCREASING THE RISK OF A CRASH.",WINNEBAGO IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR WINNEBAGO AT 641-585-3535. -08/29/2007,07E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E065000),Tucker Rocky Distribution,FMVSS 218/MOTORCYCLE HELMETS/IMPACT ATTENUATION,EQUIPMENT,NR (Not Reported),Equipment,57437,"CERTAIN CYBER U-69 AND SKID LID MOTORCYCLE HELMETS, SIZES XS, S, M, L, XL, AND XXL, IMPORTED AND SOLD BY TUCKER ROCKY DISTRIBUTING. THESE HELMETS FAIL TO CONFORM TO THE IMPACT ATTENUATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED AND COULD SUFFER SERIOUS INJURY.","TUCKER ROCKY WILL NOTIFY OWNERS AND REPLACE THE HELMETS WITH NEW COMPLIANT HELMETS. THE RECALL BEGAN ON OCTOBER 23, 2007. OWNERS MAY CONTACT TUCKER ROCKY AT 817-258-9247." -08/29/2007,07V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V388000),GORE TRAILER MANUFACTURER,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,17,"CERTAIN ALUMINUM 3 HORSE SLANT LOAD CAMPER PACKAGE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"GORE TRAILER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GORE TRAILER AT 1-910-642-4298." -08/28/2007,07E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E066000),CEQUENT ELECTRICAL PRODUCTS,90 DEGREE 7-WAY RIGHT ANGLE ADAPTORS/TOW ASSEMBLIE,EQUIPMENT,NR (Not Reported),Equipment,175,"CERTAIN CEQUENT 90 DEGREE 7-WAY RIGHT ANGLE ADAPTORS SOLD BY DISTRIBUTORS IN TOW PACKAGES FOR AFTERMARKET SALES TO TOW 5TH WHEEL RV TRAVEL TRAILERS. DUE TO INCORRECT WIRING OF THE HARNESS, THE TRAILER LIGHTS MAY NOT OPERATE PROPERLY.","IF THE TRAILER LIGHTS ARE NOT WORKING PROPERLY, A VEHICLE CRASH CAN OCCUR.",ALL OF THE DEFECTIVE TOW PACKAGES ARE STILL AT THE DISTRIBUTOR LEVEL AND HAVE NOT BEEN SOLD TO ANY CONSUMERS. -08/28/2007,07V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V375000),"Volkswagen Group of America, Inc.",FUEL PUMP,"FUEL SYSTEM, GASOLINE",M7 JL,Vehicle,34358,"ON CERTAIN VEHICLES EQUIPPED WITH 1.8L TURBO, 2.8L V6, OR 3.0L ENGINES, A CHANGE IN THE ELECTRICAL MOTOR COMPONENTS IN THE FUEL PUMP CAN LEAD TO AN INOPERATIVE FUEL PUMP AND, ULTIMATELY, STOPPAGE OF FUEL SUPPLY TO THE ENGINE CAUSING IT TO STALL.","IF FUEL FLOW TO THE ENGINE IS INTERRUPTED, THE VEHICLE COULD STALL WITHOUT WARNING AND THUS PRESENT A POTENTIAL RISK OF CRASH.","DEALERS WILL INSTALL NEW FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 28, 20007. OWNERS MAY CONTACT VW AT 1-800-222-8987 OR AUDI AT 1-800-822-2834. THIS RECALL IS A SUPPLEMENT TO A PREVIOUS CAMPAIGN (PLEASE SEE 06V017)." -08/28/2007,07V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V386000),Marathon Homes Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,251,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"MARATHON HOMES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR MARATHON HOMES AT 1-574-294-6441." -08/28/2007,07V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V387000),"Contract Manufacturer, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,15,"CERTAIN HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, THE REFRIGERATOR MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"CM TRAILERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CM TRAILERS AT 1-580-795-5536." -08/28/2007,07V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V389000),"Northwood Manufacturing, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3630,"CERTAIN FIFTH WHEEL, TRAVEL, AND TOY HAULER TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE REFRIGERATOR BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NORTHWOOD WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NORTHWOOD AT 1-541-962-6274." -08/28/2007,07V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V385000),"General Motors, LLC",SR-7 AIR BRAKE PARK CONTROL VALVE LEAK/BENDIX,PARKING BRAKE,070164,Vehicle,9518,"ON CERTAIN STRAIGHT TOWING OR NON-TOWING TRUCKS EQUIPPED WITH BENDIX AIR BRAKES, THE AIR BRAKE PARK CONTROL VALVE MAY DEVELOP EITHER AN INTERNAL AIR LEAK OR AN AIR RESTRICTION. THE PARK BRAKE MAY NOT RELEASE OR MAY RELEASE ONLY PARTIALLY.","IF THE VEHICLE IS ON AN UNEVEN SURFACE, THE PARK BRAKE MAY NOT HOLD THE VEHICLE AND COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH. THIS CONDITION DOES NOT AFFECT NORMAL SERVICE BRAKING.","DEALERS WILL INSPECT AND REPLACE THE EXTERNAL CHECK VALVE ON THE AIR BRAKE PARK CONTROL VALVE IF THE INSPECTION DETERMINES THE EXTERNAL CHECK VALVE IS DAMAGED, THE AIR BRAKE PARK CONTROL VALVE WILL BE REPLACED AND MAY REQUIRE THE REPLACEMENT OF AN INTERNAL CHECK VALVE IN THE AIR BRAKE PARK CONTROL VALVE. REMEDY WILL BE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 22, 2007. OWNERS MAY CONTACT GM AT 1-800-862-4389 OR ISUZU AT 1-800-255-6727." -08/28/2007,07V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V379000),Daimler Commercial Buses NA,ULTRA COMPACT MODULE (UCM) WIRING HARNESS/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,71,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ENGINES CONFIGURED WITH DIESEL PARTICULATE FILTERS (DPF) AND ULTRA COMPACT MODULES (UCM), THE UCM MAY FAIL. THE UCM IS LOCATED IN A WIRING HARNESS INSIDE THE ENGINE COMPARTMENT ON THE CURB SIDE.",THE ENGINE MAY STALL AND THE UCM MAY FAIL CAUSING A FIRE.,"OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND PARTS TO REPLACE THE 5 AMP CIRCUIT BREAKER WITH A 2 AMP FUSE TO MITIGATE THE FAILURE OF THE UCM FROM SUBSEQUENTLY CAUSING A FIRE. THE RECALL BEGAN ON JANUARY 25, 2008. OWNERS MAY CONTACT DCBUSNA/ORION BUS AT 905-403-7832." -08/27/2007,07E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E067000),K-TOOL INTERNATIONAL,AUTOMOTIVE FUSES,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,14808,"CERTAIN AUTOMOTIVE FUSES, MODEL NUMBERS 00079 AND 00092, IMPORTED BY K-TOOL AND SOLD AS AFTERMARKET EQUIPTMENT FOR USE IN MOTOR VEHICLES. THE FUSES TAKE TOO LONG TO OPEN IN AN EXCESSIVE CURRENT CONDITION. THE FUSE'S HOUSING MATERIAL IS NOT HIGH TEMPERATURE RESISTANT AND CAN MELT OR CATCH FIRE BEFORE THE FUSE OPENS.","SHOULD THE FUSES NOT FUNCTION AS INTENDED, A VEHICLE FIRE CAN OCCUR.",K-TOOL WILL PROVIDE A FULL REFUND FOR THE COST OF THE FUSES. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2007. OWNERS CAN CONTACT K-TOOL TOLL-FREE AT 800-762-6002 OR VISIT THEIR WEBSITE AT WWW.KTOOLINTERNATIONAL.COM. -08/27/2007,07V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V378000),Tadano America Corporation,LOOSE MOUNTING BOLTS ON COUNTERWEIGHT,STRUCTURE,NR (Not Reported),Vehicle,15,"ON CERTAIN ALL TERRAIN 4-AXLE CRANES, THERE IS A POSSIBILITY THAT WHILE DRIVING, THE COUNTERWEIGHT MAY FALL ON THE ROAD DUE TO LOOSE MOUNTING BOLTS.","THE MOUNTING BOLTS MAY BE DAMAGED AND THE COUNTERWEIGHT COULD FALL DOWN ON THE ROAD, INCREASING THE RISK OF A CRASH.","DEALERS WILL CONNECT THE COUNTERWEIGHT WITH THE MECHANICAL SUPPORT AND CHANGE THE MOUNTING BOLTS TO STRONGER ONES. THE RECALL BEGAN ON OCTOBER 23, 2007. OWNERS MAY CONTACT TADANO AT 1-281-869-0030." -08/27/2007,07E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E064000),FEDERAL-MOGUL CORPORATION,MECHANICAL FUEL PUMPS/FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,34000,"CERTAIN FEDERAL-MOGUL AFTERMARKET FUEL PUMPS SOLD UNDER THE BRAND NAMES OF CARTER, ACCUFLOW, NAPA, TRUFLOW, PARTS DEPO, AND PARTS MASTER, SHIPPED BETWEEN AUGUST 2006 AND JULY 2007 FOR USE ON THE VEHICLES LISTED ABOVE. THE FUEL PUMP DIAPHRAGM IN CERTAIN PRODUCTION RUNS MAY HAVE BEEN IMPROPERLY INSTALLED OR INADEQUATELY TESTED WHICH MAY CAUSE THE FUEL PUMP TO LEAK.",A LEAKING FUEL PUMP COULD CREATE A VEHICLE FIRE HAZARD.,"FEDERAL-MOGUL WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 15, 2007. OWNERS CAN CONTACT FEDERAL-MOGUL AT 248-354-7700." -08/27/2007,07V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V380000),DICK WALTERS RV'S,REFRIGERATOR/DOMETIC,EQUIPMENT,K10011019,Vehicle,1,"ONE CAMPER EQUIPPED WITH A TWO-DOOR REFRIGERATOR MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,THIS CAMPER HAS BEEN REPAIRED. -08/27/2007,07V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V382000),HARMAR INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,95,"CERTAIN HORSE AND MOVIE STAR RENTAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HARMAR WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HARMAR AT 1-574-294-1269." -08/27/2007,07V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V383000),TRAVEL UNITS INC.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ONE RECREATIONAL TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TRAVEL UNITS NOTIFIED THE CUSTOMER ON AUGUST 24, 2007, AND ADVISED THEM TO CONTACT DOMETIC. DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE OWNER MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157." -08/27/2007,07V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V384000),ARI LEGACY SLEEPERS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"ONE RECREATIONAL TRAILER EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION. THIS REFRIGERATOR MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ARI LEGACY SLEEPERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THIS REFRIGERATOR (PLEASE SEE 06E076). DOMETIC WILL REPAIR THIS REFRIGERATOR BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST THE OWNER IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE OWNER MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ARI LEGACY SLEEPERS AT 1-260-768-4704." -08/24/2007,07V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V377000),Crane Carrier Company,FUEL PUMP FAILURE/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8,"ON CERTAIN REFUSE PACKER TRUCKS EQUIPPED WITH CATERPILLAR C7 OR C9 DIESEL ENGINES, A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND CAUSE LOSS OF THROTTLE CONTROL AND EXCESSIVE SMOKE.","LOSS OF THROTTLE CAN INCREASE THE RISK OF A CRASH AND FUEL LEAKAGE. IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULD RESULT IN A FIRE.",CRANE CARRIER WILL WORK WITH CATERPILLAR TO REPLACE THE FUEL PUMP ON AFFECTED CHASSIS FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR CRANE CARRIER AT 918-832-7305. -08/22/2007,07V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V373000),"General Motors, LLC",ABS WHEEL SPEED SENSOR WIRING,"SERVICE BRAKES, AIR",07221,Vehicle,363,"ON CERTAIN TRUCKS, THE WIRES IN THE ABS WHEEL SPEED SENSOR FRONT OR REAR HARNESS MAY BE REVERSED.",THIS CONDITION COULD RESULT IN INCREASED STOPPING DISTANCE INCREASING THE RISK OF A CRASH.,"DEALERS WILL CORRECT THE ABS WHEEL SPEED SENSOR WIRING AND, IF NECESSARY, REPROGRAM THE BRAKE CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 27, 2007. OWNERS MAY CONTACT HUMMER AT 800-732-5493." -08/22/2007,07V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V374000),"Navistar, Inc.",ECM ISM C876 ENGINES/CUMMINS,ENGINE AND ENGINE COOLING,07512,Vehicle,49,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS BUILT WITH CUMMINS ISM C876 ENGINES, THE ELECTRONIC CONTROL MODULE FAILS TO RECOGNIZE INPUTS OF THE VEHICLE ELECTRONIC CONTROL UNIT OR FROM A DRIVER ACTUATED DASH SWITCH THEREBY INCREASING THE RISK OF UNINTENDED (OR UNEXPECTED) ELEVATED EXHAUST TEMPERATURES.","WHILE THIS CONDITION DOES NOT INVOLVE A RISK OF FIRE IN THE VEHICLE ITSELF, IT COULD PRESENT A FIRE HAZARD IN A SITUATION WHERE THE VEHICLE'S EXHAUST IS IN CLOSE PROXIMITY TO MATERIALS OR SUBSTANCES THAT CAN MELT, BURN, OR EXPLODE.","CUMMINS, IN CONJUNCTION WITH INTERNATIONAL, WILL CONDUCT THE REMEDY CAMPAIGN. CUMMINS WILL INSTALL NEW ECM SOFTWARE. OWNERS CAN CONTACT CUMMINS AT 1-800-343-7357 OR INTERNATIONAL AT 1-800-448-7825." -08/22/2007,07V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V372000),"Irbit Motorworks of America, Inc.",TRANSMISSION LOCK UP/HERZOG,POWER TRAIN,NR (Not Reported),Vehicle,308,"ON CERTAIN MOTORCYCLES BUILT WITH A SIDECAR AND EQUIPPED WITH HERZOG TRANSMISSION GEAR SETS, THE TRANSMISSION MAIN SHAFT IS OUTSIDE OF ACCEPTABLE TOLERANCE DUE TO INCORRECT MANUFACTURING OF TRANSMISSION MAIN SHAFT AND SPECIFIC RETAINING CLIPS. THE MAIN SHAFT AND RETAINING CLIPS MAY BE DEFECTIVE.","TRANSMISSION DAMAGE, EXCESSIVE GEAR WEAR, HARD SHIFTING, AND POSSIBLE FAILURE CAN OCCUR RESULTING IN REAR WHEEL LOCK UP INCREASING THE RISK OF A CRASH.","THE MOTORCYCLES WILL BE INSPECTED AND IF THE TRANSMISSION HAS DEFECTIVE SHAFTS AND RETAINING CLIPS, THE COMPLETE TRANSMISSION WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 24, 2007. OWNERS MAY CONTACT IRBIT AT 1-888-990-8484." -08/22/2007,07V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V376000),"BMW of North America, LLC",WIRING SET FOR FUEL PUMP UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,764,"ON CERTAIN MOTORCYCLES, THE FUEL PUMP WIRING SET HAS NOT BEEN MANUFACTURED ACCORDING TO SPECIFICATION. THE CONTACTS IN THE PLUG FOR THE FUEL PUMP CAN BREAK.",THE FUEL PUMP WILL FAIL AND FUEL DELIVERY TO THE ENGINE WOULD CEASE CAUSING THE ENGINE TO STALL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE FUEL PUMP UNIT WIRING SET FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 1, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/21/2007,07E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E063000),"ANZO USA, INC.",FMVSS 108/BROKEN AIMING MECHANISM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,130,"CERTAIN ANZO AFTERMARKET HEADLIGHTS, P/N 02-AZ-NA02-B-A, SOLD FOR USE ON 2002-2004 NISSAN ALTIMA VEHICLES. DURING PRODUCTION THE LAMP HOUSING SHAPE DEFORMED DISTORTING THE ASSEMBLY ANGLE OF THE REFLECTOR AND INFLUENCED THE AIMING POSITION. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"ANZO WILL NOTIFY OWNERS AND OFFER A FULL REFUND FOR THE NONCOMPLIANT LAMPS. THE RECALL BEGAN ON SEPTEMBER 10, 2007. OWNERS CAN CONTACT ANZO AT 909-628-1440." -08/20/2007,07E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E061000),"VISIONTREX, LLC",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,48,"CERTAIN AFTERMARKET HID CONVERSION KITS WITH BULBS AND BALLASTS SOLD BY VISIONTREX FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","VISIONTREX WILL NOTIFY ITS OWNERS AND OFFER FOR REIMBURSEMENT THE NONCOMPLIANT KITS. THE RECALL BEGAN ON SEPTEMBER 6, 2007. OWNERS MAY CONTACT VISIONTREX AT 626-638-3026." -08/20/2007,07E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E062000),"PERFORMANCE DEPOT, INC.",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4065,"CERTAIN AFTERMARKET HID CONVERSION KITS SOLD BY PERFORMANCE DEPOT FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","PERFORMANCE DEPOT WILL NOTIFY ITS OWNERS AND OFFER FOR REIMBURSEMENT THE NONCOMPLIANT KITS. THE RECALL BEGAN ON AUGUST 30, 2007. OWNERS MAY CONTACT PERFORMANCE DEPOT AT 954-467-1227." -08/20/2007,07V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V371000),Prevost Car (US) Inc.,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,SR07-11,Vehicle,686,"ON CERTAIN MOTOR COACHES EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD CAUSE DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","PREVOST IS WORKING WITH BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07E037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2007. OWNERS MAY CONTACT BENDIX AT 1-440-329-9000 OR PREVOST AT 1-418-831-2046." -08/20/2007,07V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V370000),"Winnebago Industries, Inc.",WINDSHIELD WIPER,VISIBILITY,106,Vehicle,67,"ON CERTAIN MOTOR HOMES, THE PASSENGER SIDE WINDSHIELD WIPER MAY FAIL TO OPERATE PROPERLY.",INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE IMPAIRED VISIBILITY WHICH HAS THE POTENTIAL TO RESULT IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.,"DEALERS WILL INSTALL NEW WIPER LINKAGE FROM THE WIPER MOTOR TO THE PIVOT ASSEMBLIES. THE RECALL BEGAN ON AUGUST 31, 2007. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-3535." -08/17/2007,07V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V366000),"Piaggio Group Americas, Inc.",ENGINE ATTACHMENT BOLT BREAKAGE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,159,"ON CERTAIN MOTOR SCOOTERS, THE HEAD OF THE ENGINE ATTACHMENT BOLT (P/N 597080) MAY BREAK.","IF THE BOLT WERE TO BREAK, THE ENGINE COULD BECOME LOOSE AND DETACH ITSELF FROM THE VEHICLE FRAME, INCREASING THE RISK OF A CRASH.",THE ENGINE ATTACHMENT BOLTS (VD 10.9) WILL BE REPLACED. ALL VEHICLES ARE STILL IN TRANSIT TO THE UNITED STATES. NONE OF THESE VEHICLES HAVE BEEN DISTRIBUTED TO DEALERS OR SOLD TO CUSTOMERS. -08/17/2007,07V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V369000),"NATIONAL RV, INC.",RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,152,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"NATIONAL RV IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR NATIONAL RV AT 1-951-436-3000. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE WWW.CACB.USCOURTS.GOV. ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT WWW.OMNIMGT.COM/NATIONALRV. NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -08/16/2007,07V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V364000),Vactor Manufacturing,DEBRIS BODY CYLINDER MOUNT/SUB-FRAME CROSS TUBE,STRUCTURE,NR (Not Reported),Vehicle,344,"ON CERTAIN SEWER CLEANERS, THERE MAY BE A DEFECT IN THE DEBRIS BODY CYLINDER MOUNT AND SUB-FRAME CROSS TUBE WHERE THE MOUNT ATTACHES THAT COULD RESULT IN A STRUCTURAL FAILURE.",PERSONNEL NEAR THE SEWER CLEANER COULD BE INJURED AND PROPERTY DAMAGE COULD OCCUR.,"DEALERS WILL ADD A REINFORCING CROSS TUBE AND CYLINDER MOUNT PLATES WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 23, 2007. OWNERS MAY CONTACT VACTOR AT 1-815-672-3171." -08/15/2007,07E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E059000),Harbor Freight Tools,AUTOMOTIVE FUSES,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,295000,"CERTAIN HARBOR FREIGHT TOOLS, STOREHOUSE 120 PC AUTOMOTIVE FUSE SETS, MINI BLADE TYPE, ITEM NO. 92939, AND BLADE TYPE, ITEM NO. 92940, SOLD AS REPLACEMENT PARTS FOR MOTOR VEHICLES.","THERE MAY EXIST MANUFACTURING INCONSISTENCIES WITH THE MATERIALS, CONNECTIONS OR SIZE OF THE FUSE ELEMENTS, WHICH COULD RESULT IN THE FUSES TAKING TOO LONG OR FAILING TO OPEN IN AN EXCESSIVE CURRENT CONDITION RESULTING IN DAMAGE TO A VEHICLE'S WIRING SYSTEM AND POSSIBLY A VEHICLE FIRE.","HARBOR FREIGHT WILL PROVIDE A FULL REFUND FOR THE COST OF THE FUSES AND INSTRUCT OWNERS ON HOW TO RETURN THE DEFECTIVE FUSES. THE RECALL BEGAN ON SEPTEMBER 11, 2007. OWNERS CAN CONTACT HARBOR FREIGHT TOLL-FREE AT 800-444-3353 OR VISIT THEIR WEBSITE AT WWW.HARBORFREIGHT.COM." -08/15/2007,07V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V363000),Shyft Group,BUSSMAN BOX FAILURE,ELECTRICAL SYSTEM,07025,Vehicle,1672,"ON CERTAIN MOTOR HOME CHASSIS, THERE MAY BE A LOOSE CONNECTION BETWEEN THE BUS BAR AND A GRID PAD DUE TO THE PINS BEING SLIGHTLY SMALLER DIAMETERS AFTER ASSEMBLY. ELECTRICAL POWER MAY BE LOST TO COMPONENTS OF THE MAJOR CHASSIS OPERATING SYSTEMS (ENGINE, TRANSMISSION, STARTING, COOLING) CAUSING THE VEHICLE TO SHUT DOWN AND/OR NOT BE CAPABLE OF POWERING UP.","EACH VEHICLE COULD POTENTIALLY EXPERIENCE A UNIQUE CIRCUMSTANCE WHERE ONE OR A COMBINATION OF THE FOLLOWING CONDITIONS COULD OCCUR: LOSS OF ELECTRICAL POWER TO THE ENGINE, TRANSMISSION, STARTING AND ENGINE COOLING SYSTEMS, OPERATION OF THE RIGHT CHASSIS STOP/TURN SIGNAL AND RIGHT TRAILER STOP/TURN SIGNAL, THE ANTI-LOCK BRAKE SYSTEM, AUXILIARY BRAKE SYSTEM, THE HEATER ELEMENTS IN THE AIR DRYER, AND THE HEATER ELEMENT IN THE WATER-IN-FUEL SEPARATOR.","THE DVEC BUSSMANN BOX WILL BE REPLACED. THE RECALL BEGAN ON JANUARY 16, 2008. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -08/15/2007,07V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V367000),"BMW of North America, LLC",CHAIN TENSIONER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,173,"ON CERTAIN MOTORCYCLES, A LEFT-SIDE CHAIN TENSIONER HAS BEEN INCORRECTLY INSTALLED ON THE RIGHT SIDE. AS A RESULT, A HEX NUT, WHICH IS USED TO SECURE THE CHAIN TENSIONER, IS IMPROPERLY SEATED AGAINST THE TENSIONER.","LOOSENING OF THE CHAIN TENSIONER AND THE REAR WHEEL AXLE MAY OCCUR. THIS COULD LEAD TO A CONDITION IN WHICH THE MOTORCYCLE IS UNSTABLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW RIGHT SIDE CHAIN TENSIONER FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 13, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/15/2007,07C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C006000),"Graco Children's Products, Inc.",FMVSS 213/INCORRECTLY ROUTED LOWER ANCHORAGE BELT,CHILD SEAT,NR (Not Reported),Child Seat,276921,"CERTAIN GRACO COMFORTSPORT 5 POINT HARNESS CONVERTIBLE (REAR/FORWARD FACING) CHILD RESTRAINT SYSTEMS MANUFACTURED FROM JANUARY 2 THROUGH JULY 31, 2007, MODEL NOS. 8433FOF, 8629TWL, 8630MTR, 8631DFT, 8631DRA, 8632PSO, 8635TAC, 8639COS, 8C00BLG, 8C00DMN, 8C00GRP, 8C00LNW, 8C00MID, 8C00TMB, 8C01SVD, 8C01WTN, 8C02MGI, 8C02MRC, 8C03HAL, 8C03WCF, 8C04FRR. DURING PRODUCTION, THE LOWER ANCHORAGE BELT IN SOME OF THESE CHILD RESTRAINT SYSTEMS WAS INCORRECTLY ROUTED. AS A RESULT, WHEN THESE CHILD RESTRAINT SYSTEMS ARE USED IN THE REAR-FACING MODE, ATTACHED WITH THE LOWER ANCHORAGE BELT, THEY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, 'CHILD RESTRAINT SYSTEMS.'",THE SEAT BACK ANGLE OF THE CHILD RESTRAINT SYSTEM CAN EXCEED 70 DEGREES IN A FRONTAL CRASH. THIS INCREASED ROTATION MAY INCREASE THE RISK OF INJURY TO THE CHILD.,"GRACO WILL NOTIFY REGISTERED OWNERS AND PROVIDE DETAILED INSTRUCTIONS FOR EXAMINING THE LOWER ANCHORAGE BELT ROUTING AND, IF NECESSARY, RECONFIGURE THE INCORRECTLY ROUTED BELT. THE RECALL BEGAN ON SEPTEMBER 1, 2007. OWNERS CAN CONTACT GRACO AT 800-345-4109." -08/15/2007,07V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V368000),"BMW of North America, LLC",HANDLEBAR FASTENER,STEERING,NR (Not Reported),Vehicle,425,"ON CERTAIN MOTORCYCLES, THE CLAMPING BLOCKS AND THE TOP FORK BRIDGE WERE NOT MANUFACTURED ACCORDING TO SPECIFICATIONS. CONSEQUENTLY, THE HANDLEBARS MIGHT NOT BE HELD SECURELY IN POSITION.","IT IS POSSIBLE FOR THE HANDLEBARS TO MOVE OUT OF THEIR CORRECT POSITION WHEN THE MOTORCYCLE IS BEING MANEUVERED, OR WHEN IT IS BEING RIDDEN, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TOP FORK BRIDGE AND BOTH CLAMPING BLOCKS ON THESE MOTORCYCLES FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 14, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/15/2007,07V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V362000),"Suzuki Motor USA, LLC",IDLE SPEED CONTROL VALVE,VEHICLE SPEED CONTROL,2098,Vehicle,13398,"ON CERTAIN MOTORCYCLES, EACH TIME THE IGNITION SWITCH IS TURNED OFF, THE ENGINE CONTROL MODULE (ECM) PRE-SETS THE POSITION OF THE IDLE SPEED CONTROL (ISC) VALVE FOR SUBSEQUENT ENGINE STARTING BY OPENING THE VALVE COMPLETELY AND THEN CLOSING IT TO A START-UP POSITION.","DUE TO IMPROPER SHAPE OF THE INTERNAL MECHANISM THAT MOVES THE ISC VALVE, THE VALVE MAY REMAIN IN THE OPEN POSITION INSTEAD OF MOVING TO THE CORRECT START-UP POSITION. THIS CAN RESULT IN NO-LOAD ENGINE IDLE SPEEDS AS HIGH AS 5000 RPM THE NEXT TIME THE ENGINE IS STARTED. IF THE RIDER CHOOSES TO OPERATE THE MOTORCYCLE IN THIS CONDITION, THE RIDER MAY HAVE DIFFICULTY OPERATING THE MOTORCYCLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE ISC VALVE WITH AN IMPROVED PART, AND WILL ALSO REPLACE THE ECM. THE RECALL BEGAN ON AUGUST 22, 2007. OWNERS MAY CONTACT SUZUKI AT 1-714-572-1490." -08/15/2007,07V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V361000),"Mack Trucks, Inc.",PARKER SINGLE CHECK VALVE/BENDIX,"SERVICE BRAKES, AIR",SC0334,Vehicle,21847,"ON CERTAIN TRUCKS EQUIPPED WITH PARKER SINGLE CHECK VALVES (SCV) PROVIDED BY BENDIX. THE DEFECT EXISTS IN THE PARKER SCV THAT CONNECTS WITH THE SUPPLY PORT OF THE SR-7 SPRING BRAKE MODULATING VALVE. AFTER PROLONGED USE OF THE PARKER SCV, THE VALVE BODY RETAINER MAY BECOME EXCESSIVELY WORN AND EVENTUALLY BREAK APART. PIECES OF THE PARKER SCV CAN BECOME LODGED INSIDE THE SR-7 SPRING BRAKE MODULATING VALVE, POTENTIALLY CAUSING EITHER LEAKAGE OUT OF THE SR-7 VALVE OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SR-7 VALVE.","THIS CONDITION CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON. THESE CONDITIONS CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, BRAKE DRAG, OR IN THE CASE OF LOSS OF PRIMARY CIRCUIT, INABILITY TO MODULATE THE SPRING BRAKES.","MACK IS WORKING WITH BENDIX TO REPLACE THE PARKER SINGLE CHECK VALVE. THE RECALL BEGAN ON JANUARY 9, 2008. OWNERS MAY CONTACT BENDIX AT 1-440-329-9000 OR MACK AT 1-800-528-6586." -08/15/2007,07E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E060000),VANSCO ELECTRONICS LP,POWER DISTRIBUTION MODULE,EQUIPMENT,NR (Not Reported),Equipment,3160,"CERTAIN VANSCO POWER DISTRIBUTION MODULES (PDM), P/N 07-18-1022, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN MCI TRANSIT BUSES. DURING VANSCO PRODUCTION PROCESS, THE PRINTED CIRCUIT BOARD ASSEMBLY WAS DAMAGED WHEN INSTALLED INTO THE PDM'S ALUMINUM ENCLOSURE.","THE PDM CAN SHORT CIRCUIT, MELT WIRES, AND POSSIBLY RESULT IN A FIRE.","VANSCO IS WORKING IN CONJUNCTION WITH MCI TO NOTIFY OWNERS AND REPAIR THE BUSES BY REPLACING THE PDM FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 14, 2007. OWNERS MAY CONTACT VANSCO AT 204-452-6776." -08/15/2007,07V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V365000),"FLEETWOOD ENTERPRISES, INC.",PROPANE HOSE ABRASION OR KINKING,EQUIPMENT,70802,Vehicle,41,"ON CERTAIN 39R MOTOR HOMES, THE PROPANE HOSE, UNDER THE GALLEY SLIDE-OUT ROOM, CAN FLEX AND MAKE CONTACT WITH OTHER COMPONENTS DURING THE SLIDE-OUT ROOM OPERATION.",THIS MAY LEAD TO ABRASION OR KINKING OF THE PROPANE HOSE WHICH MAY RESULT IN A PROPANE GAS LEAK AND THE POTENTIAL FOR AN EXPLOSION AND/OR FIRE.,"FLEETWOOD WILL REPLACE THE PROPANE GAS HOSE IF IT IS KINKED OR DAMAGED. IF THE HOSE IS NOT KINKED OR DAMAGED, FLEETWOOD WILL INSTALL INSULATED LOOP CLAMPS TO SECURE THE PROPANE HOSE AWAY FROM COMPONENTS. FLEETWOOD BEGAN CALLING CUSTOMERS ON AUGUST 3, 2007. A CUSTOMER NOTIFICATION MAILING BEGAN ON SEPTEMBER 6, 2007. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216." -08/15/2007,07E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E058000),"Big Dog Motorcycles, LLC",SISSY BARS,EQUIPMENT,NR (Not Reported),Equipment,1800,"CERTAIN BIG DOG AFTERMARKET SISSY BAR ASSEMBLIES SOLD AS AN ACCESSORY PART FOR THE MOTORCYCLES LISTED ABOVE. THE SISSY BAR ASSEMBLIES MAY BE UNDERSIZED, ALLOWING EXCESSIVE MOVEMENT OF THE SISSY BAR. OVER TIME, THIS COULD CAUSE THE BOLTS THAT RETAIN THE SISSY BAR TO BREAK ALLOWING THE SISSY BAR TO DETACH FROM THE MOTORCYCLE.",THIS CONDITION COULD OCCUR WITHOUT WARNING AND COULD RESULT IN INJURY AND/OR A CRASH.,"BIG DOG WILL NOTIFY OWNERS AND REPLACE THE AFFECTED SISSY BARS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 24, 2007. OWNERS CAN CONTACT BIG DOG MOTORCYCLES CUSTOMER SERVICE DEPARTMENT COLLECT AT 316-267-9121." -08/15/2007,07V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V360000),"Mack Trucks, Inc.",SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,SC0335,Vehicle,18805,"ON CERTAIN TRUCKS EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","MACK IS WORKING WITH BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07E037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 10, 2008. OWNERS MAY CONTACT BENDIX AT 1-440-329-9000 OR MACK AT 1-800-528-6586." -08/15/2007,07V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V359000),Honda (American Honda Motor Co.),WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6952,"ON CERTAIN MOTORCYCLES, THE FRONT FAIRING SUB-HARNESS (SECTION OF THE WIRING HARNESS) TRANSFERS THE ELECTRICAL GROUNDING LOAD OF THE HEADLIGHTS, FRONT TURN SIGNALS, INSTRUMENT PANEL, AND VARIOUS RELAYS TO THE MAIN WIRING HARNESS VIA AN 18-PIN CONNECTOR. UNDER CERTAIN CONDITIONS, THE GROUND WIRE TERMINALS INSIDE THE CONNECTOR CAN OVERHEAT, RESULTING IN MELTING OF THE CONNECTOR AND A LOSS OF POWER TO VARIOUS CIRCUITS.","AS A RESULT, A LOSS OF CRITICAL LIGHTING OR ENGINE POWER COULD OCCUR WITHOUT WARNING, WHICH COULD CAUSE A CRASH.","DEALERS WILL INSTALL A RE-DESIGNED SUB-HARNESS. IF DAMAGE IS FOUND, THE MAIN WIRING HARNESS WILL ALSO BE REPLACED FREE OF CHARGE. AN INTERIM LETTER WAS MAILED TO OWNERS ON SEPTEMBER 26, 2007. OWNERS WERE RE-NOTIFIED ON NOVEMBER 10, 2007, TO TAKE THEIR MOTORCYCLES TO DEALERS TO HAVE THE PARTS INSTALLED. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -08/13/2007,07V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V358000),Honda (American Honda Motor Co.),CERTIFICATION LABEL/PART 567,EQUIPMENT,Q54,Vehicle,744,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' INCORRECT CERTIFICATION LABELS WERE APPLIED TO THESE VEHICLES.",SOME CERTIFICATION LABELS MAY NOT CONTAIN THE REQUIRED TIRE AND RIM SIZE INFORMATION.,"DEALERS WILL REMOVE THE INCORRECT LABEL AND ADHERE THE CORRECT LABEL. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT AUGUST 20, 2007. OWNERS MAY CONTACT ACURA AT 1-800-382-2238." -08/13/2007,07V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V357000),FREIGHTLINER LLC,STEERING COLUMN TILT PLATE BOLTS/TRW,STEERING,FL-505,Vehicle,42000,"ON CERTAIN TRUCKS BUILT WITH A TRW GLOBAL ADJUSTABLE UPPER STEERING COLUMN, TWO UPPER TILT PLATE BOLTS MAY LOOSEN WITH USE AND FALL OUT. THESE FASTENERS HOLD THE UPPER COLUMN ASSEMBLY IN PLACE. THE STEERING COLUMN PIVOT MAY FRACTURE IF THE BOLTS ARE MISSING WHEN AN EXCESSIVE FORCE IS APPLIED TO THE STEERING WHEEL.","LOSS OF STEERING WHEEL POSITION MAY CAUSE THE STEERING TO RESPOND DIFFERENTLY THAN EXPECTED. IF THIS CONDITION IS IGNORED, A CRASH MAY OCCUR.","THE TILT PLATE BOLTS WILL BE INSPECTED AND REPLACED IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 23, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -08/10/2007,07V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V352000),"FLEETWOOD ENTERPRISES, INC.",FEDERAL CERTIFICATION/PART 567,EQUIPMENT,70806,Vehicle,56,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE INFORMATION PROVIDED ON THE CERTIFICATION AND TIRE INFORMATION LABELS DENOTING THE TIRE PRESSURE IS INCORRECT.","DRIVING WITH UNDER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE SENT CORRECT FEDERAL CERTIFICATION AND TRAILER WEIGHT INFORMATION TAGS AND INSTALLATION INSTRUCTIONS. AN OWNER CAN HAVE THESE TAGS INSTALLED AT THEIR DEALERSHIP IF THEY DO NOT WANT TO INSTALL THE TAGS THEMSELVES. THE RECALL BEGAN ON AUGUST 15, 2007. OWNERS MAY CONTACT FLEETWOOD AT 1-800-445-3307." -08/10/2007,07V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V353000),PACCAR Incorporated,FUEL PUMP FAILURE/CATERPILLAR,ENGINE AND ENGINE COOLING,7071/07KWD,Vehicle,85,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C7 AND C9 DIESEL ENGINES, A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND CAUSE LOSS OF THROTTLE CONTROL AND EXCESSIVE SMOKE.","LOSS OF THROTTLE CAN INCREASE THE RISK OF A CRASH AND FUEL LEAKAGE. IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULD RESULT IN A FIRE.","PACCAR WILL WORK WITH CATERPILLAR TO REPLACE THE FUEL PUMP ON AFFECTED CHASSIS FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLER AT 1-800-447-4986, PETERBILT AT 1-940-591-4201, OR KENWORTH AT 1-425-828-5440." -08/10/2007,07E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E057000),"Watson & Chalin Manufacturing, Inc.",SELF-STEERING AXLE & SUSPENSION SYSTEMS,SUSPENSION,NR (Not Reported),Equipment,991,"CERTAIN WATSON & CHALIN MANUFACTURING ALUMILITE AUXILIARY LIFT AXLES, MODELS SL-1190 AND SL-0890, MANUFACTURED FROM MAY 10, 2005, TO JANUARY 31, 2006, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR USE ON CERTAIN TRUCKS AND TRAILERS. THE LOWER CAST ARMS COULD FRACTURE WHICH COULD AFFECT THE SUSPENSIONS ABILITY TO LIFT THE AXLE WHEN IT'S NOT NEEDED.",A VEHICLE CRASH COULD OCCUR.,"WATSON & CHALIN WILL NOTIFY OWNERS AND PROVIDE REPAIR KITS ALONG WITH REPAIR INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 20, 2007. OWNERS CAN CONTACT WATSON & CHALIN MANUFACTURING AT 1-800-445-0736." -08/10/2007,07V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V351000),Newmar Corporation,STEERING GEAR FAILURE/SPARTAN/ZF,STEERING,SPEC 07015,Vehicle,84,"ON CERTAIN MOTOR HOMES BUILT ON SPARTAN CHASSIS, THE STEERING GEAR ASSEMBLY CONTAINS A SPACER WITH INCORRECT DIMENSIONS. A SPACER OF INSUFFICIENT HEIGHT ALLOWS FOR EXCESSIVE PLAY IN THE RETURN FUNCTION OF THE RECIRCULATION BALLS AND, AS A CONSEQUENCE, THERE IS A FAILURE IN THE CIRCULATORY FUNCTION OF THESE BALLS.","IF THE FAILURE MODE IS ALLOWED TO CONTINUE, THE FINAL RESULT WILL BE INTERRUPTION IN THE CONNECTION BETWEEN THE STEERING WHEEL AND THE WHEELS OF THE VEHICLE. THE VEHICLE CAN NO LONGER BE STEERED AND COULD RESULT IN A VEHICLE CRASH.",NEWMAR IS WORKING WITH SPARTAN TO REPLACE THE STEERING GEAR ASSEMBLY FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400 OR NEWMAR AT 1-574-773-7791. -08/09/2007,07V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V350000),"KOCH PERFORMANCE GROUP, LLC",CENTER RAIL FRAME FRACTURE,STRUCTURE,NR (Not Reported),Vehicle,761,"ON CERTAIN SPORT UTILITY TRAILERS, THE CENTER RAIL CAN DEVELOP A HAIRLINE FRACTURE IF OVERLOADED.",IF NOT DETECTED THIS COULD CAUSE THE CENTER RAIL TO BREAK INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A STEEL OR ALUMINUM INSERT INSIDE THE CENTER RAIL, INSTALL A RETRO KIT UPGRADE, OR INSERT AN OUTER BRACE. THIS WILL INCREASE THE STRENGTH OF THE CENTER RAIL. THE RECALL BEGAN ON OCTOBER 25, 2007. OWNERS MAY CONTACT KOCH AT 1-805-441-9300." -08/08/2007,07V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V354000),Newmar Corporation,CONNECTING ROD FAILURE/SPARTAN/CUMMINS,ENGINE AND ENGINE COOLING,SPEC 07008,Vehicle,308,"ON CERTAIN MOTOR HOMES BUILT ON SPARTAN MM CHASSIS WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, SPILLING OIL AND DEBRIS ONTO THE ROADWAY INCREASING THE RISK OF A VEHICLE CRASH.","NEWMAR IS WORKING WITH SPARTAN AND CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 , SPARTAN AT 517-543-6400, OR NEWMAR AT 1-574-773-7791." -08/08/2007,07V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V348000),"Accubuilt, Inc.",FUEL FILLER NECK/HBD/THERMOID,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1049,"ON CERTAIN FUNERAL COACHES (MARKETED UNDER THE BRAND NAMES OF SUPERIOR, SAYERS AND SCOVILLE, EUREKA, AND MILLER-METEOR), THE FUEL FILLER NECK ASSEMBLY COULD LEAK FUEL.","THIS COULD RESULT IN FUEL LEAKAGE WHILE REFUELING AND INADEQUATE PROTECTION FROM FUEL SPILLAGE WHEN DRIVING. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL CHANGE THE FUEL FILLER HOSE OR ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 7, 2007. OWNERS MAY CONTACT ACCUBILT AT 1-800-324-7895." -08/08/2007,07V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V349000),"General Motors, LLC",FUEL TANK INLET CHECK VALVE WELD,"FUEL SYSTEM, GASOLINE",06230,Vehicle,20594,"ON CERTAIN VEHICLES, VARIATIONS IN THE MANUFACTURING PROCESS OR EXPOSURE TO HIGH AMBIENT TEMPERATURES MAY LEAD TO FRACTURE OF THE FUEL TANK INLET CHECK VALVE (ICV).","A FRACTURE MAY ALLOW FUEL VAPORS TO PASS THROUGH AND ALLOW DROPLETS OF FUEL TO ACCUMULATE ON THE SIDE OF THE FUEL TANK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK. THE RECALL WILL BE MAILED IN TWO PHASES WITH THE FIRST PHASE BEGINNING ON DECEMBER 4, 2007. THE SECOND PHASE WILL BE MAILED ON DECEMBER 13, 2007. OWNERS MAY CONTACT BUICK AT 1-866-608-8080; CHEVROLET AT 1-800-630-2438; OR PONTIAC AT 1-800-620-7668. THE VEHICLE POPULATION INCLUDES BUICK RENDEZVOUS AND PONTIAC AZTEK VEHICLE BUILT IN MAY 2003; CHEVROLET VENTURE AND PONTIAC MONTANA VEHICLES BUILT FROM JUNE THROUGH AUGUST 2002; AND ALL VEHICLES REGISTERED IN NEVADA, ARIZONA, VIRGIN ISLANDS, PUERTO RICO, AND HAWAII." -08/08/2007,07V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V343000),FREIGHTLINER LLC,STEERING GEAR SPACER/ZF,STEERING,FL-509,Vehicle,5949,CERTAIN MOTOR HOME CHASSIS EQUIPPED WITH ZF MODEL 8018 STEERING GEARS MAY HAVE BEEN ASSEMBLED WITH THE INCORRECT RECIRCULATING BALL SPACER. THIS COULD POTENTIALLY ALLOW THE RECIRCULATING BALLS TO ESCAPE FROM THE RECIRCULATING BALL CIRCUIT RESULTING IN A LOSS OF STEERING.,"THE OPERATOR MAY NOTICE HIGHER REQUIRED STEERING WHEEL INPUTS, OR THE NEED FOR MORE STEERING WHEEL ADJUSTMENTS WHILE DRIVING IN A STRAIGHT LINE IN COMBINATION WITH METALLIC CRACKING NOISES PRIOR TO A LOSS OF STEERING. LOSS OF STEERING COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE STEERING GEAR FREE OF CHARGE. PHASE ONE OF THE RECALL BEGAN ON JANUARY 30, 2008 FOR 1,392 VEHICLES. EXPANDED MAILINGS ARE EXPECTED TO BEGIN ON MAY 16, 2008. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -08/08/2007,07V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V355000),"Big Dog Motorcycles, LLC",TACHOMETER BOARD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,181,"ON CERTAIN MOTORCYCLES, THE TACHOMETER BOARD MAY HAVE BEEN IMPROPERLY INSTALLED.",IMPROPERLY INSTALLED TACHOMETER BOARDS MAY DEVELOP A SHORT CIRCUIT THAT COULD CAUSE THE MOTORCYCLE TO SHUT DOWN. THIS COULD OCCUR WITHOUT PRIOR WARNING AND RESULT IN A CRASH.,"DEALERS WILL ISOLATE THE TACHOMETER BOARD FROM THE HOUSING. THE RECALLBEGAN ON AUGUST 27, 2007. OWNERS MAY CONTACT BIG DOG AT 1-316-219-9129 OR E-MAIL AT CUSTOMER.SERVICE@BIGDOGMOTORCYCLES.COM." -08/08/2007,07V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V356000),"Big Dog Motorcycles, LLC",VOLTAGE REGULATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7611,"ON CERTAIN MOTORCYCLES, A WARPED BUS BAR WITHIN THE VOLTAGE REGULATOR CAN CAUSE A SHORT CIRCUIT.",THIS COULD POSSIBLY RESULT IN A FIRE.,"DEALERS WILL REPLACE THE EXISTING CIRCUIT BREAKER LOCATED BETWEEN THE VOLTAGE REGULATOR POSITIVE BATTERY LEAD (B+ LEAD) AND THE POSITIVE BATTERY TERMINAL WITH AN ALTERNATIVE CIRCUIT PROTECTION DEVICE THAT WILL PREVENT A THERMAL EVENT IF THERE IS A SHORT TO GROUND. THE RECALL BEGAN ON OCTOBER 1, 2007. OWNERS MAY CONTACT BIG DOG AT 1-316-219-9129 OR EMAIL TO CUSTOMER.SERVICE@BIGDOGMOTORCYCLES.COM." -08/07/2007,07V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V342000),"General Motors, LLC",ANTI-LOCK BRAKE SYSTEM MODULE/FMVSS 108,EXTERIOR LIGHTING,07177,Vehicle,10113,"CERTAIN VANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" WHEN THE BRAKES ARE APPLIED, THE STOP LAMPS WILL ILLUMINATE. WHEN THE BRAKE PEDAL IS RELEASED, THE STOP LAMPS ARE NO LONGER ILLUMINATED BUT THE REAR BRAKES MAY STILL BE APPLIED. THE BRAKE MAY RELEASE AFTER A FEW SECONDS OR AFTER THE NEXT FIRM BRAKE PEDAL APPLICATION.","IF THE REAR BRAKES ARE STILL APPLIED AFTER RELEASE OF THE BRAKE PEDAL, THE DRIVER MAY NOTICE A SUBSTANTIAL DRAG WHEN DRIVING AND MAY NEED TO DEPRESS THE GAS PEDAL FURTHER THAN USUAL TO CONTINUE VEHICLE MOVEMENT. A VEHICLE DRIVEN WITH THE BRAKES APPLIED CAN CAUSE OVERHEATING OF THE BRAKES, RESULTING IN INCREASED STOPPING DISTANCE WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPROGRAM THE ABS SYSTEM MODULE. THE RECALL BEGAN ON SEPTEMBER 28, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9643." -08/07/2007,07V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V340000),"Foretravel, Inc.",CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,9,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, SPILLING OIL AND DEBRIS ONTO THE ROADWAY INCREASING THE RISK OF A CRASH.",FORETRAVEL IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 800-343-7357 OR FORETRAVEL AT 936-564-8367. -08/07/2007,07V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V341000),"Coachmen RV Company, LLC",CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,49,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, SPILLING OIL AND DEBRIS ONTO THE ROADWAY INCREASING THE RISK OF A CRASH.",COACHMEN IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR COACHMEN AT 1-574-825-8528. -08/07/2007,07V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V344000),"General Motors, LLC",FMVSS 208/SEAT SENSOR CALIBRATION/AIRBAG,AIR BAGS,07174,Vehicle,437,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" IN THESE VEHICLES, THE RIGHT FRONT PASSENGER SEAT IS BUILT WITH A PASSENGER SENSING SYSTEM. WHEN TESTED WITH A REPRESENTATIVE UNRESTRAINED SMALL ADULT, THE SYSTEM IS REQUIRED TO TURN THE RIGHT FRONT PASSENGER'S FRONTAL AIRBAG ON. AN ERROR IN THE SEAT SENSOR CALIBRATION CAN CAUSE IT TO FAIL THIS TEST. IN ADDITION, THIS CONDITION CAN PREVENT THE AIRBAG FROM TURNING OFF WHEN THE SEAT IS OCCUPIED BY A SMALL CHILD.","WHENEVER THE FRONT PASSENGER SEAT IS OCCUPIED, THE DRIVER SHOULD ALWAYS CHECK THE AIRBAG INDICATOR TO SEE IF THE AIRBAG IS ON OR OFF. IF IT IS NOT CORRECT FOR THE SITUATION, THE PASSENGER SHOULD BE MOVED TO A DIFFERENT SEAT. THIS CAN INCREASE THE RISK OF INJURY TO A SEAT OCCUPANT DURING CERTAIN CRASH CONDITIONS.",DEALERS WILL REPROGRAM THE SEAT'S ELECTRONIC CONTROL UNIT. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668. -08/07/2007,07V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V345000),Volvo Trucks North America,FUEL-WATER SEPARATOR PREHEATER/DAVCO,"FUEL SYSTEM, DIESEL",RVXX0703,Vehicle,677,"ON CERTAIN TRUCKS, AN UNPROTECTED LEAD IN THE THERMOSWITCH OF THE HEATER MAY MAKE CONTACT WITH ANOTHER POST POSSIBLY CREATING A SHORT CIRCUIT, WHICH CAN RESULT IN CONTINUOUS OPERATION OF THE HEATING ELEMENT.","IF THE CONDITION EXISTS AND THE KEY IS LEFT ON WITHOUT FUEL IN THE FILTER, THE HEATING ELEMENT MAY HEAT TO A POINT WHERE A FLAME BECOMES PRESENT AT THE TIP OF THE ELEMENT WHICH COULD RESULT IN A VEHICLE FIRE.","DEALERS WILL INSPECT THE THERMOSWITCH AND WILL REPLACE IT IF NECESSARY. THE RECALL BEGAN ON SEPTEMBER 10, 2007. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/07/2007,07V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V346000),"Mack Trucks, Inc.",FUEL-WATER SEPARATOR PREHEATER/DAVCO,"FUEL SYSTEM, DIESEL",SC0325,Vehicle,121,"ON CERTAIN TRUCKS, AN UNPROTECTED LEAD IN THE THERMOSWITCH OF THE HEATER MAY MAKE CONTACT WITH ANOTHER POST POSSIBLY CREATING A SHORT CIRCUIT, WHICH CAN RESULT IN CONTINUOUS OPERATION OF THE HEATING ELEMENT.","IF THE CONDITION EXISTS AND THE KEY IS LEFT ON WITHOUT FUEL IN THE FILTER, THE HEATING ELEMENT MAY HEAT TO A POINT WHERE A FLAME BECOMES PRESENT AT THE TIP OF THE ELEMENT WHICH COULD RESULT IN A VEHICLE FIRE.","DEALERS WILL INSPECT THE THERMOSWITCH AND WILL REPLACE IT IF NECESSARY. THE RECALL BEGAN ON SEPTEMBER 10, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -08/07/2007,07C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C005000),"Britax Child Safety, Inc.",HARNESS ADJUSTER ASSEMBLY,CHILD SEAT,BCS080701,Child Seat,121109,"CERTAIN BRITAX DECATHLON CHILD RESTRAINT SYSTEMS, MODEL E9L47, MANUFACTURED FROM FEBRUARY 12, 2005, THROUGH JULY 31, 2007. THE HARNESS ADJUSTER HOUSING CAN POP OUT OF POSITION WHICH MAKES IT DIFFICULT TO ADJUST THE HARNESS TO FIT SNUGGLY AROUND THE CHILD.","IN THE EVENT OF A VEHICLE CRASH, A LOOSE HARNESS AROUND THE CHILD COULD INCREASE THE RISK OF INJURY.","BRITAX WILL NOTIFY REGISTERED OWNERS AND PROVIDE A REPAIR KIT FREE OF CHARGE. REPAIR KITS WILL BE AVAILABLE BY AUGUST 17, 2007. OWNERS CAN CONTACT BRITAX AT 1-800-683-2045 OR VISIT THEIR WEBSITE AT WWW.BRITAXUSA.COM." -08/07/2007,07V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V347000),Mazda Motor Corp.,SPEED CONTROL DEACTIVATION SWITCH,VEHICLE SPEED CONTROL,4707H,Vehicle,76000,"ON CERTAIN TRUCKS EQUIPPED WITH A SPEED CONTROL SYSTEM, THE SPEED CONTROL DEACTIVATION SWITCH MAY, UNDER CERTAIN CONDITIONS, LEAK INTERNALLY AND THEN OVERHEAT, SMOKE, OR BURN.",THIS COULD RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL INSTALL A FUSED WIRING HARNESS. AN INTERIM NOTICE WAS SENT TO OWNERS ON SEPTEMBER 7, 2007, DIRECTING THEM TO HAVE THE SPEED DEACTIVATION CONTROL SWITCH DISCONNECTED TEMPORARILY. A SECOND NOTIFICATION LETTER TO OWNERS WAS IN FEBRUARY 2008 ADVISING THEM TO RETURN TO DEALERS FOR INSTALLATION OF THE REPAIR PART. OWNERS OF AFFECTED VEHICLES WHO DID NOT RECEIVE A PHASE 2 NOTICE AND HAVE NOT HAD THE RECALL COMPLETED WILL BE NOTIFIED BEGINNING AUGUST 6, 2008. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -08/07/2007,07V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V339000),"Airstream, Inc.",TIRE INFLATION PRESSURE LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,157,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES."" THE TIRE INFLATION PRESSURE LABEL ON THE ROADSIDE FRONT OF THE VEHICLE HAS INCORRECT AIR PRESSURE INFORMATION. IN ADDITION, THE TIRE, RIM AND TIRE PRESSURE INFORMATION IN THE OWNERS MANUAL IS INCORRECT.","AN OVER-INFLATED TIRE COULD BLOW OUT, CAUSING THE TRAILER TO SWAY UNCONTROLLABLY INCREASING THE RISK OF A CRASH.","AIRSTREAM WILL MAIL TO THE OWNERS A CORRECTED TIRE INFLATION PRESSURE LABEL AND A LABEL WITH CORRECT TIRE INFORMATION TO BE PLACED IN THE OWNER'S MANUAL OVER THE INCORRECT INFORMATION ALONG WITH INSTALLATION INSTRUCTIONS. IF AN OWNER IS UNCOMFORTABLE INSTALLING EITHER LABEL, THEY CAN TAKE THEIR TRAILER TO A DEALER TO HAVE THE LABELS INSTALLED. THE RECALL BEGAN ON AUGUST 9, 2007. OWNERS CAN CALL AIRSTREAM AT 1-519-262-2600." -08/03/2007,07V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V337000),Starcraft RV,CRACKED FRAME,STRUCTURE,NR (Not Reported),Vehicle,70,"ON CERTAIN CAMPING TRAILERS EQUIPPED WITH DEXTER CHASSIS FRAMES, THE FRAMES WERE ""NOTCHED"" TO ACCOMMODATE THE FITTING OF THE COUPLER. IT IS BELIEVED THAT THE FRAMES COULD BE WEAKENED IN THIS AREA.",A CRACKED FRAME CAN CAUSE THE FRAME TO BOW DOWNWARD INCREASING THE RISK OF A CRASH.,"STARCRAFT IS WORKING WITH DEXTER CHASSIS TO REPAIR THESE FRAMES. DEXTER WILL WELD ADD A STEEL REINFORCEMENT UNDERNEATH THE COUPLER AND OVER THE NOTCHED AREA OF FRAME, THUS MAKING THIS AREA STRONGER. THE RECALL BEGAN ON JUNE 8, 2007. OWNERS MAY CONTACT DEXTER AT 1-800-669-7681 OR STARCRAFT AT 260-593-2550." -08/03/2007,07V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V338000),Blue Bird Body Company,FUEL PUMP FAILURE/CATERPILLAR,ENGINE AND ENGINE COOLING,R07MF,Vehicle,438,"CERTAIN BLUE BIRD MY 2008 ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED BETWEEN JUNE 6 AND JULY 27, 2007. A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND CAUSE LOSS OF THROTTLE CONTROL AND EXCESSIVE SMOKE.",EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.,BLUE BIRD IS WORKING IN CONJUNCTION WITH CATERPILLAR TO NOTIFY OWNERS TO CONTACT THEIR LOCAL CATERPILLAR DEALER FOR A FREE REMEDY. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2007. OWNERS CAN CONTACT CATERPILLAR AT 1-800-447-4986 OR BLUE BIRD AT 478-822-2242. -08/03/2007,07V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V336000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH,VEHICLE SPEED CONTROL,05S28,Vehicle,3600000,"ON CERTAIN PICKUP TRUCKS, PASSENGER VEHICLES, SPORT UTILITY VEHICLES, AND MOTOR HOMES CHASSIS, THE SPEED CONTROL DEACTIVATION SWITCH MAY, UNDER CERTAIN CONDITIONS, LEAK INTERNALLY AND THEN OVERHEAT, SMOKE, OR BURN.",THIS COULD RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL INSTALL A FUSED WIRING HARNESS. OWNERS OF THE PASSENGER CARS INCLUDED IN THIS CAMPAIGN WILL BE INSTRUCTED TO RETURN THEIR VEHICLES TO THEIR DEALERS TO HAVE THE SPEED CONTROL DEACTIVATION SWITCH DISCONNECTED AS AN INTERIM REPAIR. AS SOON AS REPAIR PARTS ARE AVAILABLE (EXPECTED OCTOBER 2007), OWNERS WILL BE INSTRUCTED TO RETURN TO THE DEALERS FOR INSTALLATION OF A FUSED WIRING HARNESS. THE RECALL BEGAN ON AUGUST 13, 2007, AND MAILING COMPLETED BY SEPTEMBER 19, 2007. OWNERS MAY CONTACT FORD AT 1-888-222-2751." -08/02/2007,07E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E056000),"BEAMS INDUSTRIES, INC.",FMVSS 209/SEAT BELT WEBBING,SEAT BELTS,NR (Not Reported),Equipment,3466,"CERTAIN BEAMS SAFETY SEAT BELTS MANUFACTURED BETWEEN APRIL 2005 AND JUNE 2007 SOLD AS AFTERMARKET FOR USE IN CERTAIN VEHICLES. THE WEBBING SURFACE DOES NOT ALLOW PROPER GRAB WITH THE ADJUSTER COMPONENT. THE WEBBING DOES NOT LOCK AT THE PRESCRIBED ANGLE OF 30 DEGREES WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, SEAT BELT ASSEMBLIES.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN PERSONAL INJURIES.","BEAMS WILL NOTIFY OWNERS AND REPLACE THE SEAT BELT FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 26, 2007. OWNERS CAN CONTACT BEAMS AT 1-888-343-9266." -08/02/2007,07V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V335000),FREIGHTLINER LLC,FUEL-WATER SEPARATOR PREHEATER/DAVCO,"FUEL SYSTEM, GASOLINE",FL-508,Vehicle,4299,"ON CERTAIN TRUCKS, A MANUFACTURING ERROR IN THE FUEL-WATER SEPARATOR PREHEATER THERMOSWITCH MAY PREVENT THE FUEL PREHEATER FROM TURNING OFF IF THE IGNITION IS LEFT ON. IF THE IGNITION SWITCH IS LEFT ON WHEN FUEL IS ADDED TO THE FUEL- WATER SEPARATOR AT THE FACTORY OR DURING A FILTER ELEMENT CHANGE, A SMALL FLAME MAY OCCUR INSIDE THE FILTER COVER.",THE POTENTIAL EXISTS FOR THE FLAME TO SPREAD RESULTING IN POSSIBLE PERSONAL INJURY.,"DEALERS WILL INSPECT THE FUEL FILTER DATE CODE AND THERMOSWITCH LOT CODE TO DETERMINE IF THEY CONTAIN THE SUSPECT COMPONENT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 4, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -08/01/2007,07V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V334000),"Volkswagen Group of America, Inc.",AUTOMATIC REAR LID SOFTWARE,STRUCTURE,JV,Vehicle,23898,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, THE AUTOMATIC REAR LID INCLUDES AN ELECTRIC MOTOR AND CLUTCH THAT WORK IN CONJUNCTION WITH TWO GAS STRUTS TO OPEN AND CLOSE THE REAR LID, INCLUDING A MANUAL CLOSE FUNCTION. IF ONE OF THE STRUTS HAS A TOTAL LOSS OF PRESSURE, THE RESULTANT SLOW MOVEMENT OF THE REAR LID IS INTERPRETED BY THE SOFTWARE AS AN INTENDED MANUAL CLOSE AND THE MOTOR CLUTCH RELEASES TO CLOSE THE REAR LID IMMEDIATELY.",THIS CAN RESULT IN AN UNINTENDED RAPID CLOSING OF THE REAR LID WITH A RISK OF PERSONAL INJURY.,"DEALERS WILL INSTALL NEW SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2007. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -08/01/2007,07V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V333000),FREIGHTLINER LLC,REAR WHEEL SPINDLE NUTS/AXILOK,WHEELS,FL-507,Vehicle,1042,"ON CERTAIN TRUCKS BUILT WITH AXILOK REAR WHEEL SPINDLE NUTS, THE NUTS MAY HAVE BEEN IMPROPERLY INSTALLED, WITH ONE OR BOTH LOCKING CLIP TABS NOT PROPERLY ENGAGED OR DAMAGED.","THIS MAY REDUCE THE NUT'S ABILITY TO RESIST ROTATION, POTENTIALLY ALLOWING THE NUT TO BACK OFF AND THE DUAL WHEEL SET TO SEPARATE FROM THE VEHICLE, RESULTING IN A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT THE AXILOK NUTS FOR LOCKING CLIP ENGAGEMENT OR DAMAGE. THEY WILL BE ADJUSTED OR REPLACED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 800-547-0712." -07/31/2007,07V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V331000),Oshkosh Corporation,VARIABLE VALVE ACTUATION OIL LINE/OIL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,"ON CERTAIN MILITARY TRUCKS EQUIPPED WITH CATERPILLAR C-15 ENGINES, THE VARIABLE VALVE ACTUATION OIL LINE MAY WEAR AGAINST THE SHARP EDGE OF THE CYLINDER HEAD IF NOT POSITIONED CORRECTLY.",THE OIL LINE MAY BE CUT ON THE CYLINDER HEAD CAUSING AN OIL LEAK AND A POSSIBLE FIRE.,A CATERPILLAR REPRESENTATIVE INSPECTED THE THREE ENGINES INVOLVED AND MADE REPAIRS AS NECESSARY (PLEASE SEE 05E-078). -07/26/2007,07E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E055000),UCI International LLC,AFTERMARKET FUEL PUMP MODULE ASSEMBLIES/LEAKS,"FUEL SYSTEM, GASOLINE",FP072007-1,Equipment,222,"CERTAIN AIRTEX FUEL PUMP MODULE ASSEMBLIES, P/N E7081H, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE VEHICLES LISTED ABOVE. THE WALL OF THE FLARED FITTING OF THE FUEL PUMP IS NOT THICK ENOUGH TO PREVENT THE MATING THREADED FITTINGS FROM BOTTOMING OUT BEFORE AN ADEQUATE SEAL IS ACHIEVED. THIS CONDITION MAY RESULT IN LEAKAGE OF FUEL AT THE CONNECTION OF THE VEHICLE FUEL LINE AND THE FUEL PUMP MODULE ASSEMBLY.","IN THE PRESENCE OF AN IGNITION SOURCE, A FUEL LEAK COULD RESULT IN A FIRE.",AIRTEX WILL NOTIFY OWNERS AND REPLACE THE FUEL PUMPS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2007. OWNERS CAN CONTACT AIRTEX AUTOMOTIVE AT 800-880-3056. -07/26/2007,07V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V332000),Keystone RV Company,COOKING RANGE/OVEN THERMOSTAT VALVE/SUBURBAN,EQUIPMENT,07-089,Vehicle,16,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SUBURBAN THREE BURNER MATCH LIGHT GAS RANGES, THE OVEN THERMOSTAT CONTROL VALVE CAN ALLOW GAS FLOW TO THE OVEN BURNER WHEN THE OVEN CONTROL KNOB IS PUSHED IN AND NOT FULLY IN THE CORRECT POSITION TO LIGHT THE PILOT.","IF THE OVEN CONTROL KNOB WAS DEPRESSED FOR SOME TIME BEFORE LIGHTING THE PILOT LIGHT, THE EXCESS GAS IN THE OVEN COULD CAUSE A FLASH AT THE OPENING OF THE OVEN, POSSIBLY RESULTING IN PERSONAL INJURY.",KEYSTONE IS WORKING WITH SUBURBAN TO REPLACE THE OVEN THERMOSTAT CONTROL FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2007. OWNERS MAY CONTACT SUBURBAN AT 1-423-775-2131 OR KEYSTONE AT 574-537-3925. -07/26/2007,07V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V326000),Daimler Commercial Buses NA,EXHAUST ELBOW,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,96,"ON CERTAIN TRANSIT BUSES BUILT WITH CUMMINS ISL ENGINES, THE EXHAUST ELBOW WAS INCORRECTLY ASSEMBLED AND WELDED DURING PRODUCTION. THE UPPER FLANGE HAS A BUTT TYPE WELD INSTEAD OF A FILLET TYPE WELD.",AN EXHAUST SYSTEM THAT IS NOT MAINTAINED TO ENSURE THAT THERE ARE NO LEAKING SECTIONS CAN CAUSE HEAT DAMAGE TO SURROUNDING COMPONENTS INCREASING THE RISK OF A FIRE.,OWNERS WILL BE REIMBURSED FOR THE REPLACEMENT OF THE EXHAUST ELBOW. THE RECALL BEGAN DURING SEPTEMBER 2007. OWNERS MAY CONTACT ORION AT 1-800-716-7466. -07/26/2007,07V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V325000),DAIMLERCHRYSLER MANUFACTURING INTL,FUEL TANK FASTENING STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,461,"ON CERTAIN TRUCKS, THE SCREW BOLTS OF THE FUEL TANK FASTENING STRAPS MAY NOT HAVE BEEN TIGHTENED CORRECTLY. AFTER NORMAL PRODUCTION PROCESS, THE VEHICLES ARE DISASSEMBED FOR SHIPMENT TO THE US AND THE BOLTS MAY NOT HAVE BEEN CORRECTLY TIGHTENED WHEN RE-ASSEMBLED.",THE FUEL TANK CAN LOOSEN AND LEAK FUEL. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE SCREW BOLTS OF THE TANK FASTENING STRAPS AND THE BOLTS WILL BE TIGHTENED WITH THE CORRECT TORQUE. THE RECALL BEGAN ON OCTOBER 8, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER INTERNATIONAL AT 843-695-5041." -07/26/2007,07V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V324000),Toyota Motor Engineering & Manufacturing,REAR PROPELLER SHAFT,POWER TRAIN,70D,Vehicle,108,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH FOUR WHEEL DRIVE, A SECTION OF THE REAR PROPELLER SHAFT MAY HAVE BEEN IMPROPERLY CAST.","THE FRONT SIDE OF THE REAR PROPELLER SHAFT COULD SEPARATE AT THE JOINT AND COME INTO CONTACT WITH THE ROAD SURFACE WHICH COULD RESULT IN A LOSS OF VEHICLE CONTROL, INCREASING THE POSSIBILITY OF A CRASH.","DEALERS WILL REPLACE THE REAR PROPELLER SHAFT WITH A NEW ONE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 1, 2007. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/25/2007,07E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E054000),Maxzone Auto Parts Corporation,FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,9145,"CERTAIN MAXZONE HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NOS. 315-1145L-AS AND 315-1145R-AS, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. DURING PRODUCTION THE LAMP REFLECTOR SHAPE DEFORMED CHANGING THE SHAPE OF THE OPTIC SURFACE. THIS WILL CHANGE THE OPPOSITE POSITION OF LOW BEAM AND HIGH BEAM OPTICSAND CHANGE THE ANGLE OF INCIDENCE AND ILLUMATED LOCATION WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON JULY 16, 2007. OWNERS MAY CONTACT MAXZONE AT 909-822-3288." -07/25/2007,07E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E053000),"Caterpillar, Inc.",FUEL PUMP FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1680,CERTAIN CATERPILLAR C7 AND C9 DIESEL ENGINES INSTALLED AS ORIGINAL EQUIPMENT IN TRUCKS AND SCHOOL BUSES. A FUEL PUMP FAILURE WILL DILUTE THE ENGINE OIL WITH FUEL AND CAUSE LOSS OF THROTTLE CONTROL AND EXCESSIVE SMOKE.,EITHER CONDITION COULD RESULT IN A VEHICLE CRASH.,EACH VEHICLE MANUFACTURER WILL FILE A DEFECT REPORT AND REMEDY PLAN FOR THEIR VEHICLES WHICH INCLUDED THESE ENGINES AS ORIGINAL EQUIPMENT. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CATERPILLAR TOLL-FREE AT 1-800-447-4986. -07/24/2007,07V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V315000),"Suzuki Motor USA, LLC",FRONT SEAT BELT BUCKLE FAILURE,SEAT BELTS,KY,Vehicle,75697,"ON CERTAIN PASSENGER VEHICLES, THE FRONT SEAT BELT TONGUE WILL NOT LATCH INTO THE BUCKLE AND, IN RARE CASES, EVEN THE LOCKED TONGUE WILL POP OUT BY LOW STRETCHING FORCE. IF THE BUCKLE DOES NOT LATCH COMPLETELY, THE BUCKLE COULD RELEASE WITHOUT PRESSING THE RELEASE BUTTON.","THESE BUCKLE MALFUNCTIONS, WHICH COULD PREVENT A PERSON FROM USING THE SEAT BELT OR COULD CAUSE THE SEAT BELT TO FAIL TO FUNCTION AS DESIGNED, CAN INCREASE THE RISK OF INJURY IN A CRASH.","DEALERS WILL REPLACE THE FRONT DRIVER AND PASSENGER SEAT BELT BUCKLES WITH THE IMPROVED PART FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2007. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -07/24/2007,07V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V316000),FREIGHTLINER LLC,REAR SUSPENSION CENTER CASTING/TUFTRAC,SUSPENSION,FL-502,Vehicle,1200,"ON CERTAIN TRUCKS EQUIPPED WITH TUFTRAC REAR SUSPENSIONS, THE CENTER CASTING BRACKETS MAY BE OUT OF SPECIFICATION. AN OUT OF SQUARE CASTING MAY HAVE UNACCEPTABLE STRESS IN THE BRACKET WHEN IT IS INSTALLED AND MAY CAUSE IT TO CRACK IN SERVICE.",THE DRIVE AXLE MAY NOT BE HELD IN POSITION IF A CRACKED BRACKET FRACTURES COMPLETELY. THIS WILL AFFECT VEHICLE CONTROL AND MAY CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT AND CASTINGS THAT ARE OUT OF SPECIFICATION WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 12, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -07/24/2007,07V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V314000),"Navistar, Inc.",SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,07511,Vehicle,10882,"ON CERTAIN 6X4 OR 6X6 TRUCKS WITH AIR BRAKES OR TRACTORS WITH AIR BRAKES AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","INTERNATIONAL IS WORKING WITH BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 28, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000 AND INTERNATIONAL AT 1-800-448-7825." -07/24/2007,07V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V322000),"Mack Trucks, Inc.",STEERING SHAFT LOCKNUT,STEERING,SC0326,Vehicle,1072,"ON CERTAIN TRUCKS, THE NUT USED TO RETAIN THE STEERING SHAFT MAY OR MAY NOT BE A LOCK NUT THAT HAS THE LOCKING FEATURE. A LOCK NUT IS REQUIRED TO PROVIDE ADDITIONAL RESISTANCE TO ENSURE THAT THE NUT DOES NOT COME LOOSE.","IF THE NUT WERE TO COME LOOSE AND BE LEFT UNTREATED, THE STEERING SHAFT COULD POTENTIALLY SEPARATE INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE STEERING SHAFT PINCH BOLTS AND LOCKNUTS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -07/24/2007,07V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V323000),Volvo Trucks North America,STEERING SHAFT LOCKNUT,STEERING,RVXX0702,Vehicle,9102,"ON CERTAIN TRUCKS, THE NUT USED TO RETAIN THE STEERING SHAFT MAY OR MAY NOT BE A LOCK NUT THAT HAS THE LOCKING FEATURE. A LOCK NUT IS REQUIRED TO PROVIDE ADDITIONAL RESISTANCE TO ENSURE THAT THE NUT DOES NOT COME LOOSE.","IF THE NUT WERE TO COME LOOSE, THE STEERING SHAFT COULD POTENTIALLY SEPARATE RESULTING IN LOSS OF STEERING CONTROL WHICH COULD CAUSE A CRASH.","DEALERS WILL REPLACE THE STEERING SHAFT PINCH BOLTS AND LOCKNUTS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2007. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -07/23/2007,07E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E051000),"PLAN 9, INC.",LED DOME LIGHT/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,337,"CERTAIN PLAN 9, INC. 3 AND 6 WATT LED DOME LIGHTS, P/NOS. ELT01 AND ELT02, SOLD AS ACCESSORY LIGHTS FOR RECREATIONAL VEHICLES. A RESISTOR MAY OVERHEAT IN THE CASE OF A SEMICONDUCTOR FAILURE.",POSSIBLE RISK OF FIRE CAN OCCUR.,"PLAN 9 WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR THE DEFECTIVE LIGHTS. THE RECALL BEGAN ON JULY 28, 2007. OWNERS CAN CONTACT PLAN 9 AT 1-866-522-1386 FROM 8AM TO 4PM EST MONDAY THROUGH FRIDAY OR VISIT THEIR WEBSITE AT WWW.E-LIGHT-RECALL.COM." -07/21/2007,07V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V329000),Keystone RV Company,HUB PAINT,WHEELS,07-085,Vehicle,49,"ON CERTAIN FIFTH WHEEL RECREATIONAL TRAILERS, EXCESS PAINT MAY CAUSE THE LUG NUTS TO LOSE TORQUE OVER TIME AND COULD ULTIMATELY CAUSE WHEEL SEPARATION IF THE TORQUE IS NOT MAINTAINED.",WHEEL SEPARATION COULD RESULT IN POOR VEHICLE HANDLING INCREASING THE RISK OF PROPERTY DAMAGE AND A VEHICLE CRASH.,"DEALERS WILL REMOVE THE WHEELS, REMOVE THE PAINT FROM THE HUB FACE WHEEL MOUNTING SURFACE AND THEN REINSTALL AND TORQUE THE WHEELS TO THE PROPER SPECIFICATION FREE OF CHARGE. THE RECALL BEGAN ON JUNE 21, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -07/20/2007,07V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V311000),MONACO COACH CORPORATION,CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,R07007,Vehicle,747,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, OIL AND DEBRIS ON THE ROADWAY AND VEHICLE CRASH.",MONACO IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 800-343-7357 OR MONACO AT 1-800-685-6545. -07/20/2007,07V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V312000),FREIGHTLINER LLC,CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,FL-506,Vehicle,642,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, OIL AND DEBRIS ON THE ROADWAY AND VEHICLE CRASH.",FREIGHTLINER IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 800-343-7357 OR FREIGHTLINER AT 1-800-547-0712. -07/20/2007,07V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V313000),"WESTERN RECREATIONAL VEHICLES, INC.",CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,58,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, OIL AND DEBRIS ON THE ROADWAY AND VEHICLE CRASH.",WESTERN RV IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). -07/20/2007,07V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V310000),Daimler Commercial Buses NA,FAN MOTOR HOSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,34,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CONFIGURATION FC510 HIGH PRESSURE FAN MOTOR HOSES, THE WRONG HOSE SPECIFICATION WAS SELECTED.","THE HYDRAULIC COOLING FAN PRESSURE HOSE MAY EXHIBIT AN OIL LEAK. OIL LEAK IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DAIMLERCHRYSLER/ORION BUS HAS REPLACED THE HOSES ON ALL VEHICLES INVOLVED IN THIS RECALL. -07/20/2007,07V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V330000),Keystone RV Company,INCORRECT WIRING TO THE WATER HEATER,EQUIPMENT,07-088,Vehicle,596,"CERTAIN FIFTH WHEEL RECREATIONAL TRAILERS MAY HAVE INCORRECT WIRING TO THE WATER HEATER. IF THE WIRING IS INCORRECT, THE GAS VALVE ON THE WATER HEATER COULD OPEN AND ALLOW LIQUID PROPANE (LP) GAS INTO THE BURNER TUBE WHEN THE ELECTRIC SWITCH IS TURNED ON.","THIS COULD CAUSE AN INCREASED RISK OF FIRE, EXPLOSIONS, AND PERSONAL INJURY.","DEALERS WILL INSPECT THE WIRING AND MAKE CORRECTIONS IF NECESSARY. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866- 425-4369." -07/20/2007,07V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V328000),GM DAEWOO AUTO & TECHNOLOGY COMPANY,SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,78,"CERTAIN VEHICLES LOCATED IN GUAM AND SAIPAN WERE BUILT WITH A SEAT BELT BUCKLE WITH AN IMPROPER ULTRASONIC WELD OF THE SPRING RIB AND FIXATION RIB OF BUCKLE UNDERCOVER IN BOTH FRONT SEAT BELTS. A SPRING RIB OR FIXATION RIB COULD BREAK AND REMAIN INSIDE THE BUCKLE, AND THE SEAT BELT TONGUE MAY NOT BE INSERTED INTO THE BUCKLE, OR THE PUSH BUTTON MAY BECOME STUCK, RESULTING IN AN OCCUPANT NOT BEING ABLE TO UNLATCH THE BUCKLE.","THESE BUCKLE MALFUNCTIONS COULD PREVENT A PERSON FROM USING THE SEAT BELT SYSTEM, AND RISK OF INJURY TO AN UNBELTED PERSON IN A CRASH WOULD BE INCREASED.","DEALERS WILL REPLACE THE FRONT SEAT BELT BUCKLE. THE RECALL BEGAN ON JANUARY 2, 2008. OWNERS MAY CONTACT GM DAEWOO AT 1-671-648-8453." -07/20/2007,07V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V327000),Silver Eagle Manufacturing Company,WHEEL BEARING SPINDLE NUTS,SUSPENSION,NR (Not Reported),Vehicle,700,"ON CERTAIN TRAILERS BUILT TO U.S. TANK-AUTOMOTIVE AND ARMAMENTS COMMAND SPECIFICATIONS, THE WHEEL BEARING SPINDLE NUTS INSTALLED ON THE WHEEL AND AXLE ASSEMBLIES MAY BE OVER-TORQUED.","EXCESSIVE TIGHTENING OF THE SPINDLE NUT CAN CAUSE OVERHEATING OF THE BEARINGS WHICH MAY RESULT IN WHEEL BEARING FAILURE CAUSING THE WHEEL ASSEMBLY TO BREAK FREE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.",THE MANUFACTURER HAS NOT PROVIDED A REMEDY OR OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT SILVER EAGLE AT 1-503-335-2101. -07/19/2007,07V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V321000),PACCAR Incorporated,RADIATOR TIE ROD INSTALLATION,STEERING,707H,Vehicle,66,"ON CERTAIN MEDIUM DUTY VEHICLES, THE RIGHT SIDE STABILIZING ROD, WHICH SPANS THE COOLING MODULE AND THE RIGHT FRAME RAIL BRACKET, WAS INADVERTENTLY DESIGNED TOO CLOSE IN PROXIMITY TO THE ALTERNATOR POSITIVE ELECTRICAL TERMINAL POST. IN THE EVENT THE PROTECTIVE RUBBER BOOT ON THE TERMINAL POST WAS REMOVED OR CRACKED AND THE ENGINE MOUNTS ALLOWED THE ENGINE TO ROCK, ELECTRICAL ARCING COULD OCCUR BETWEEN THE RADIATOR TIE ROD HARDWARE ON THE FRAME SIDE AND THE ALTERNATOR TERMINAL POST WHILE THE ENGINE IS RUNNING.",THE ELECTRICAL ARCING COULD POTENTIALLY IGNITE A FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL REPLACE THE RIGHT RADIATOR TIE ROD AND CORRESPONDING MOUNTING BRACKET WITH A LONGER RADIATOR TIE AND DIFFERENT MOUNTING BRACKET WHICH WILL ADEQUATELY SPACE APART THE TIE ROD MOUNTING HARDWARE AND MOUNTING BRACKET FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 22, 2007. OWNERS MAY CONTACT PETERBILT AT 940-591-4201." -07/18/2007,07V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V319000),"Maserati North America, Inc.",ABS/ANTI-SKID STABILITY SYSTEM ECU,"SERVICE BRAKES, HYDRAULIC",163,Vehicle,718,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS, A DEFECT IN THE ANTILOCK BRAKE/ANTI-SKID SYSTEM (ABS/ASR) ELECTRONIC CONTROL UNIT (ECU) SOFTWARE MAY PREVENT THE SYSTEM FROM FUNCTIONING PROPERLY. A LOSS OF FUNCTION MAY RESULT IN A LOSS OF CERTAIN ENHANCED STABILITY AND BRAKING CONTROL DURING SOME HIGH SPEED MANEUVERS AND HIGH SPEED BRAKING.",THIS COULD LEAD TO A LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"THE ABS/ASR ELECTRONIC CONTROL UNIT WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 27, 2007. Owners may contact Maserati customer service at 1-877-696-2737." -07/18/2007,07E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E052000),MAGURA USA CORPORATION,BRAKE MASTER CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,230,"CERTAIN MAGURA 190 RADIAL BRAKE MASTER CYLINDERS, P/NOS. 0120429, 0120431, 0120432, 0120436, 0120438, AND 0120439, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR MOTORCYCLES. DUE TO AN INCORRECT MANUFACTURING PROCESS, DEFECTS ON THE BASIC MATERIAL MAY LEAD TO CRACKS IN THE BRAKE MASTER CYLINDER POSSIBLY LEADING TO TOTAL FAILURE OF THE BRAKE SYSTEM.","FAILURE OF THE BRAKE SYSTEM COULD LEAD TO A CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","MAGURA WILL NOTIFY OWNERS AND REPLACE THE BRAKE MASTER CYLINDER FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2007. OWNERS CAN CONTACT MAGURA USA AT 800-448-3876." -07/18/2007,07V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V305000),FOUR WINDS INTERNATIONAL,IMPROPER ROUTING/SUPPORT OF LP GAS LINE TO KITCHEN,EQUIPMENT,NR (Not Reported),Vehicle,72,"ON CERTAIN MOTOR HOMES, THE FLEXIBLE GAS LINE SUPPLYING PROPANE TO THE APPLIANCES IN THE KITCHEN SLIDE-OUT ROOM MAY BE IMPROPERLY ROUTED OR SUPPORTED.",CONTINUED OPERATION OF THE LP SYSTEM MAY RESULT IN A GAS LEAK THAT COULD RESULT IN FIRE OR EXPLOSION RESULTING IN SERIOUS INJURY OR DEATH.,"OWNERS WILL BE INSTRUCTED NOT TO USE THE LP SYSTEM UNTIL THEY CAN TAKE THEIR MOTOR HOMES INTO THE DEALERS FOR REPAIR. THE LP GAS SYSTEM PIPING WILL BE RECONFIGURED TO ELIMINATE THE POTENTIAL FOR BINDING OR KINKING. THE RECALL BEGAN ON AUGUST 2, 2007. OWNERS MAY CONTACT FOUR WINDS AT 1-574-266-1111." -07/18/2007,07V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V306000),FREIGHTLINER LLC,STEERING ARM/TIE ROD ARM,STEERING,FL-501,Vehicle,18000,"FREIGHTLINER IS RECALLING CERTAIN SCHOOL BUS CHASSIS, HEAVY TRUCKS, VAN CHASSIS, RV MOTORHOME CHASSIS MANUFACTURED FROM JANUARY 5 TO MAY 17, 2007, EQUIPPED WITH AXLE ALLIANCE COMPANY (AAC) FRONT AXLES. DURING THE FRONT AXLE ASSEMBLY, THE FASTENERS THAT ATTACH THE STEERING ARM OR TIE ROD ARMS TO THE SPINDLE MAY BE OVER OR UNDER TIGHTENED.",INCORRECTLY TIGHTENED STEERING ARM FASTENERS MAY FATIGUE AND FRACTURE WHICH COULD CAUSE A CRASH WITHOUT WARNING.,"THOMAS BUILT WILL NOTIFY OWNERS, INSPECT THE FASTENERS, AND REPLACE THE STEERING ARM IF NECESSARY. THE RECALL BEGAN ON DECEMBER 21, 2007. OWNERS CAN CONTACT FREIGHTLINER AT 1-800-547-0712." -07/17/2007,07V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V303000),Harley-Davidson Motor Company,EXHAUST PIPE/VRSCR,ENGINE AND ENGINE COOLING,0132,Vehicle,2403,CERTAIN MOTORCYCLES WERE BUILT WITH A CONDITION WHEREBY THE PANT LEG OF SOME RIDERS CAN HAVE DIRECT CONTACT WITH THE EXHAUST PIPE.,"THIS CONDITION COULD CAUSE THE PANT LEG TO CHAR OR BURN, WHICH COULD LEAD TO THE POSSIBILITY OF INJURY TO THE RIDER.","DEALERS WILL ADD A NEW HEAT SHIELD, P/N 66820-06, WHICH PROVIDES ADDITIONAL COVERAGE OF THE EXHAUST PIPE. THE RECALL BEGAN ON JULY 12, 2007. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -07/17/2007,07E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E050000),Suburban Manufacturing CO,GAS COOKING APPLIANCE,EQUIPMENT,NR (Not Reported),Equipment,232,"CERTAIN SUBURBAN GLASS TOP, SEALED BURNER RANGES AND COOK TOPS WITH SERIAL NUMBERS INCLUDED IN A RANGE BEGINNING WITH 063413053 AND ENDING WITH 064704399, MANUFACTURED BETWEEN AUGUST 22 AND NOVEMBER 22, 2006, P/NOS. 2950A, 2951A, 2952A, AND 2953A. THESE RANGES WERE INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN RECREATIONAL VEHICLES AS WELL AS SOLD AS AFTERMARKET EQUIPMENT. A THREADED CONNECTOR ON THE TUBE BETWEEN THE BURNER VALVE AND THE BURNER MAY NOT HAVE BEEN FULLY TIGHTENED DURING THE MANUFACTURING PROCESS.","IF THE THREADED CONNECTOR IS NOT PROPERLY TIGHTENED, IT IS POSSIBLE FOR THE GAS TO LEAK FROM THE CONNECTION WHEN THE BURNER IS TURNED ON. LP GAS IS HEAVIER THAN AIR AND ANY LEAKED GAS COULD ACCUMULATE IN AN ENCLOSED OR LOW AREA IN YOUR RECREATION VEHICLE. A SUFFICIENT QUANTITY OF ACCUMULATED GAS, IF IGNITED, COULD CAUSE A FIRE OR EXPLOSION.","EACH RV MANUFACTURER WILL NOTIFY ITS OWNERS AND PROVIDE A REMEDY FREE OF CHARGE. SUBURBAN WILL NOTIFY THE OWNERS OF THE AFTERMARKET EQUIPMENT AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON SEPTEMBER 6, 2007. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER OR SUBURBAN AT 423-775-2131." -07/17/2007,07V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V304000),"Big Tex Trailer Manufacturing, Inc.",RAMP HANGER POCKET,EQUIPMENT,NR (Not Reported),Vehicle,321,"ON CERTAIN FLATBED UTILITY TRAILERS, THERE IS AN INSUFFICIENT WELD OF THE RAMP HANGER POCKETS THAT STORE THE RAMPS WHEN NOT IN USE ON THE LEFT AND RIGHT UNDERSIDE OF THE TRAILER BED. IF THE WELD IS INSUFFICIENT, IT COULD CAUSE THE RAMP HANGER POCKET TO DETACH, DROPPING THE RAMP TO THE GROUND OR ROADWAY.","A FAILURE OF THE RAMP HANGER POCKETS COULD RESULT IN ACCIDENTAL DAMAGE TO INCLUDE PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.","DEALERS WILL INSPECT AND ADD TWO 'HAT BRACKETS' (ONE UNDER EACH HANGER POCKET) BY BOLTING THE BRACKET TO THE UNDERSIDE OF EACH AFFECTED TRAILER TO FURTHER SECURE THE RAMP POCKETS. THE RECALL BEGAN ON AUGUST 15, 2007. OWNERS MAY CONTACT BIG TEX TRAILERS AT 1-800-594-5637." -07/16/2007,07V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V308000),"FLEETWOOD ENTERPRISES, INC.",FRONT AXLE WEIGHT INCORRECT/PART 567,SUSPENSION,70629,Vehicle,56,"ON CERTAIN CLASS C MOTOR HOMES, THE FRONT AXLE WEIGHT, IN AN UNLOADED CONDITION, MAY EXCEED THE FRONT GROSS AXLE WEIGHT RATING (GAWR) OF 4600 POUNDS.",OVERLOADING OR EXCEEDING THE FRONT GAWR MAY CREATE AXLE FATIGUE OR FAILURE RESULTING IN A LOSS OF VEHICLE CONTROL AND/OR A CRASH.,FLEETWOOD HAS INSTALLED A HEAVIER NEW REAR BUMPER TO REDISTRIBUTE WEIGHT FROM THE FRONT AXLE TO THE REAR AXLE ON ALL AFFECTED VEHICLES. FLEETWOOD ALSO CORRECTED AND REPLACED THE FEDERAL CERTIFICATION TAG AND THE CARGO CARRYING CAPACITY TAG. ALL VEHICLES WILL BE REPAIRED BEFORE SELLING. -07/16/2007,07V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V301000),AMERICAN TRUCK COMPANY,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,806001,Vehicle,11,"ON CERTAIN CREW AND STANDARD CAB TRUCKS EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","BENDIX, IN CONJUNCTION WITH ATC, IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON JULY 24, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000 OR ATC AT 888-282-4685." -07/16/2007,07V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V302000),FREIGHTLINER LLC,SR-7 SPRING BRAKE VALVE ASSEMBLY/BENDIX/PARKER,"SERVICE BRAKES, AIR",FL-504,Vehicle,75000,"CERTAIN FREIGHTLINER SCHOOL BUS CHASSIS, HEAVY TRUCKS, AND THOMAS BUILT SCHOOL BUSES MANUFACTURED BETWEEN JULY 2002 AND JULY 3, 2007, EQUIPPED WITH BENDIX SR-7 SPRING BRAKE CONTROL VALVES. THE PARKER SCV BRASS 90 DEGREE SINGLE CHECK VALVES (SCV) WHICH ATTACH TO THE SUPPLY PORT OF A BENDIX SR-7 SPRING BRAKE MODULATING VALVE CAN BREAK APART. PIECES OF THE PARKER SCV CAN BECOME LODGED INSIDE THE SR-7 SPRING BRAKE MODULATING VALVE, POTENTIALLY CAUSING EITHER LEAKAGE OUT OF THE SR-7 VALVE OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SR-7 VALVE. ALSO, DUE TO A MANUFACTURING DEFECT IN THE INTERNAL RUBBER CHECK VALVE INSIDE THE SR-7 SPRING BRAKE MODULATING VALVES, THE VALVES CAN BECOME DEFORMED AND NOT SEAT PROPERLY.","THESE CONDITIONS COULD EITHER RESULT IN LEAKAGE AND CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKE WITHOUT WARNING OR POSSIBLY LEAD TO UNINTENDED VEHICLE ROLLAWAY OR BRAKE DRAG WHICH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 11, 2008 TO FREIGHTLINER, STERLING, AND FREIGHTLINER CUSTOM CHASSIS OWNERS; TO THOMAS BUILT BUS OWNERS ON FEBRUARY 1, 2008. OWNERS CAN CONTACT FREIGHTLINER AT 1-800-547-0712." -07/15/2007,07V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V307000),"Suzuki Motor USA, LLC",SHIFT CABLE RETAINING CLIP,POWER TRAIN,MU,Vehicle,14251,"ON CERTAIN VEHICLES EQUIPPED WITH 5-SPEED MANUAL TRANSMISSIONS, DUE TO IMPROPER SHAPE OF THE CLIP, THE RETAINING CLIP THAT KEEPS THE GEAR SHIFT CABLE ATTACHED TO THE GEAR SHIFT LEVER CAN CONTACT THE GEAR SHIFT LEVER HOUSING IF EXCESSIVE LATERAL FORCE IS APPLIED WHEN SHIFTING TO FIRST GEAR.","REPEATED SHIFTING IN THIS MANNER CAN EVENTUALLY CAUSE THE RETAINING CLIP TO BREAK. IF THE RETAINING CLIP BREAKS, THE SHIFT CABLE CAN BECOME DISCONNECTED FROM THE SHIFT LEVER, RESULTING IN LOSS OF THE ABILITY TO CHANGE TRANSMISSION GEARS.","DEALERS WILL REPLACE THE GEAR SHIFT CABLE RETAINING CLIP WITH A CLIP THAT HAS A DIFFERENT SHAPE. THE RECALL BEGAN ON AUGUST 13, 2007. OWNERS MAY CONTACT AMERICAN SUZUKI AT 1-800-934-0934." -07/13/2007,07V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V299000),DAIMLERCHRYSLER MANUFACTURING INTL,REAR AIRCONDITIONING/INTERIOR LAMPS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,4433,"ON CERTAIN TRUCKS EQUIPPED WITH REAR AIR CONDITIONING SYSTEM, THE INTERIOR LAMP IS EQUIPPED WITH AN 18W LAMP AND A SCATTERING LENS. IN EXTREMELY HOT AND HUMID CONDITIONS, THE COMBINATION OF HEAT AND HUMIDITY, AND THE HEAT FROM THE LAMP DUE TO EXTREME LONG TERM OPERATION, CAN DISTORT THE SCATTERING LENS.",THE SWITCHING CONTACTS OF THE LAMP MAY CAUSE A SHORT CIRCUIT OF THE REAR LAMP INCREASING THE RISK OF A FIRE.,"DEALERS WILL REPLACE THE REAR INTERIOR LAMPS FREE OF CHARGE WITH A MODIFIED VERSION WHICH IS NOT SUBJECT TO THE IMPACTS OF HEAT AND HUMIDITY. THE RECALL BEGAN ON DECEMBER 17, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER MANUFACTURING INTERNATIONAL AT 1-843-695-5041." -07/13/2007,07V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V298000),"NABI Bus, LLC",SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,2007-03,Vehicle,164,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","BENDIX, IN CONJUNCTION WITH NABI, IS HANDLING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT BENDIX AT 440-329-9000 OR NABI AT 256-831-4296." -07/13/2007,07V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V300000),Shyft Group,STEERING GEAR ASSEMBLY/ZF,STEERING,07015/RSB07-260-001,Vehicle,89,"ON CERTAIN MOTOR HOMES AND FIRE TRUCKS, THE STEERING GEAR ASSEMBLY CONTAINS A SPACER WITH INCORRECT DIMENSIONS. A SPACER OF INSUFFICIENT HEIGHT ALLOWS FOR EXCESSIVE PLAY IN THE RETURN FUNCTION OF THE RECIRCULATION BALLS AND, AS A CONSEQUENCE, THERE IS A FAILURE IN THE CIRCULATORY FUNCTION OF THESE BALLS.","IF THE FAILURE MODE IS ALLOWED TO CONTINUE, THE FINAL RESULT WILL BE INTERRUPTION IN THE CONNECTION BETWEEN THE STEERING WHEEL AND THE WHEELS OF THE VEHICLE. THE VEHICLE CAN NO LONGER BE STEERED AND COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE STEERING GEAR ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 23, 2007. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -07/11/2007,07V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V296000),Harley-Davidson Motor Company,EXHAUST PIPE,ENGINE AND ENGINE COOLING,0131,Vehicle,35112,CERTAIN MOTORCYCLES WERE BUILT WITH A CONDITION WHEREBY THE PANT LEG OF SOME RIDERS CAN HAVE DIRECT CONTACT WITH THE EXHAUST PIPE.,"THIS CONDITION COULD CAUSE THE PANT LEG TO CHAR OR BURN, WHICH COULD LEAD TO THE POSSIBILITY OF INJURY TO THE RIDER.","DEALERS WILL ADD A NEW EXHAUST SHIELD WHICH PROVIDES ADDITIONAL COVERAGE OFTHE EXHAUST PIPE. THE RECALL BEGAN ON JULY 12, 2007. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -07/11/2007,07V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V297000),Keystone RV Company,PART 567/CERTIFICATION & FMVSS 110,EQUIPMENT,07-090,Vehicle,11,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE GROSS VEHICLE WEIGHT RATING (GVWR) AND THE TIRE INFORMATION LABELS DENOTING THE TIRE PRESSURE IS INCORRECT.","UNDER INFLATING A TIRE COULD RESULT IN AN INCREASED RISK OF TIRE FAILURE, POOR VEHICLE HANDLING AND PROPERTY DAMAGE.",DEALERS WILL REPLACE THE FEDERAL IDENTIFCATION TAG AND TIRE AND LOADING INFORMATION LABEL. ALL VEHICLES ARE STILL IN DEALER STOCK. NO OWNER NOTIFICATION IS NECESSARY AT THIS TIME. -07/10/2007,07V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V294000),"FLEETWOOD ENTERPRISES, INC.",CLASS C SPARE WHEEL,WHEELS,70702,Vehicle,260,"ON CERTAIN MOTOR HOMES, THE SPARE WHEEL,WHEN INSTALLED ON THE FRONT AXLE, MAY CONTACT THE FRONT BRAKE CALIPER MOUNTING BRACKETS AND THE DRIVER MAY EXPERIENCE A GRINDING/SCRAPING NOISE IN THE FRONT WITH THE SPARE WHEEL INSTALLED.",THIS COULD CAUSE PREMATURE WHEEL FAILURE RESULTING IN A LOSS OF VEHICLE CONTROL OR A CRASH COULD OCCUR.,"DEALERS WILL INSPECT AND INSTALL THE CORRECT SPARE WHEEL. THE RECALL BEGAN ON NOVEMBER 5, 2007. OWNERS MAY CONTACT FLEETWOOD AT 800-322-8216." -07/10/2007,07V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V293000),"Autocar, LLC",ECM ISM C876 ENGINES/CUMMINS,ENGINE AND ENGINE COOLING,A-0703,Vehicle,3,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS BUILT WITH CUMMINS ISM C876 ENGINES, THE ELECTRONIC CONTROL MODULE FAILS TO RECOGNIZE INPUTS OF THE VEHICLE ELECTRONIC CONTROL UNIT OR FROM A DRIVER ACTUATED DASH SWITCH THEREBY INCREASING THE RISK OF UNINTENDED (OR UNEXPECTED) ELEVATED EXHAUST TEMPERATURES.","WHILE THIS CONDITION DOES NOT INVOLVE A RISK OF FIRE IN THE VEHICLE ITSELF, IT COULD PRESENT A FIRE HAZARD IN A SITUATION WHERE THE VEHICLE'S EXHAUST IS IN CLOSE PROXIMITY TO MATERIALS OR SUBSTANCES THAT CAN MELT, BURN, OR EXPLODE.","CUMMINS, IN CONJUNCTION WITH AUTOCAR, WILL CONDUCT THE REMEDY CAMPAIGN. CUMMINS WILL INSTALL NEW ECM SOFTWARE. OWNERS CAN CONTACT CUMMINS AT 1-800-343-7357 OR AUTOCAR AT 765-489-5499." -07/10/2007,07V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V295000),Mazda Motor Corp.,ENGINE MOUNT,ENGINE AND ENGINE COOLING,4607F,Vehicle,5700,"ON CERTAIN PASSENGER VEHICLES, THE NO. 4 LEFT SIDE ENGINE MOUNT BOLT MAY LOOSEN IF A SUDDEN RAPID ACCELERATION IS REPEATEDLY PERFORMED.","IF THE VEHICLE IS CONTINUOUSLY DRIVEN UNDER SUCH CONDITION, THE NO. 4 ENGINE MOUNT BOLT MAY LOOSEN AND PULL OUT OR BREAK, ALLOWING THE TRANSMISSION TO BE OUT OF POSITION. IN EXTREME CASES, THE DRIVE SHAFT MAY BECOME DETACHED. IF THIS OCCURS THE VEHICLE WILL LOSE POWER AND WILL COME TO A STOP, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE NO. 4 ENGINE MOUNT BOLT WITH A MODIFIED ONE, AND, IF NECESSARY, REPLACE THE NO. 4 ENGINE MOUNT RUBBER AND BRACKET WITH NEW ONES FREE OF CHARGE. THE RECALLBEGAN ON JULY 13, 2007. OWNERS MAY CONTACT MAZDA AT 800-222-5500 ." -07/05/2007,07V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V288000),Komfort Corporation,CERTIFICATION & TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,41,"CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE INFORMATION PROVIDED ON THE CERTIFICATION AND TIRE INFORMATION LABELS DENOTING THE TIRE PRESSURE IS INCORRECT.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE INCORRECT FEDERAL CERTIFICATION LABEL AND INSTALL A NEW CORRECTED FEDERAL CERTIFICATION LABEL FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 3, 2007. OWNERS MAY CONTACT KOMFORT AT 937-596-6849." -07/05/2007,07V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V287000),PACCAR Incorporated,ECM ISM C876 ENGINES/CUMMINS,ENGINE AND ENGINE COOLING,607F & 07KWC,Vehicle,618,"ON CERTAIN TRUCKS BUILT WITH CUMMINS ISM C876 ENGINES, THE ELECTRONIC CONTROL MODULE FAILS TO RECOGNIZE INPUTS OF THE VEHICLE ELECTRONIC CONTROL UNIT OR FROM A DRIVER ACTUATED DASH SWITCH THEREBY INCREASING THE RISK OF UNINTENDED (OR UNEXPECTED) ELEVATED EXHAUST TEMPERATURES.","WHILE THIS CONDITION DOES NOT INVOLVE A RISK OF FIRE IN THE VEHICLE ITSELF, IT COULD PRESENT A FIRE HAZARD IN A SITUATION WHERE THE VEHICLE'S EXHAUST IS IN CLOSE PROXIMITY TO MATERIALS OR SUBSTANCES THAT CAN MELT, BURN, OR EXPLODE.","CUMMINS, IN CONJUNCTION WITH PACCAR, WILL CONDUCT THE REMEDY CAMPAIGN. CUMMIS WILL INSTALL NEW ECM SOFTWARE. OWNERS CAN CONTACT CUMMINS AT 1-800-343-7357, PETERBILT AT 940-591-4201 OR KENWORTH AT 425-828-5440." -07/05/2007,07V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V290000),"Autocar, LLC",SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,A-0702,Vehicle,26,"ON CERTAIN HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2007. OWNERS MAY CONTACT AUTOCAR AT 765-489-5499." -07/03/2007,07V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V289000),FREIGHTLINER LLC,DOUGLAS AUTOTEC STEERING COLUMN MISSING WELDS,STEERING,FL-503,Vehicle,25643,"CERTAIN FREIGHTLINER SCHOOL BUSES AND TRUCKS MANUFACTURED FROM OCTOBER 23, 2004, TO MARCH 21, 2006. DURING THE STEERING COLUMN MANUFACTURING PROCESS TWO WELDS MAY HAVE BEEN MISSING.","COLUMNS WITH TWO WELDS MISSING MAY FATIGUE AND FRACTURE AND ALLOW THE STEERING WHEEL TO PROGRESSIVELY BE MOVED OUT OF ITS NORMAL POSITION WHICH MAY CAUSE THE STEERING TO RESPOND DIFFERENTLY THAN EXPECTED. IF THIS CONDITION IS IGNORED, A CRASH MAY OCCUR.","FREIGHTLINER WILL NOTIFY OWNERS AND INSPECT AND REPAIR THE AFFECTED VEHICLE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 30, 2007. OWNERS CAN CONTACT FREIGHTLINER AT 1-800-547-0712." -07/03/2007,07V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V292000),Blue Bird Body Company,FMVSS 217/EMERGENCY EXIT WINDOWS,VISIBILITY,R07LW,Vehicle,192,"CERTAIN MY 2006 THROUGH 2008 BLUE BIRD ALL AMERICAN REAR ENGINE SCHOOL AND TRANSIT BUSES MANUFACTURED FROM JANUARY 14, 2005, THROUGH MARCH 13, 2007, EQUIPPED WITH EMERGENCY PUSH OUT WINDOWS. THE SUBJECT BUSES WERE MANUFACTURED WITH INCORRECT NUMBER OF EMERGENCY EXITS WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.",THE PURPOSE OF THIS STANDARD IS TO MINIMIZE THE LIKELIHOOD OF OCCUPANTS BEING THROWN FROM THE BUS AND TO PROVIDE A MEANS OF READILY ACCESSIBLE EMERGENCY EGRESS.,"BLUE BIRD WILL NOTIFY OWNERS AND INSTALL ADDITIONAL EMERGENCY EXIT WINDOWS ON EACH SIDE OF THE SUBJECT BUSES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 7, 2008. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -07/03/2007,07E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E047000),"Thule, Inc.",HITCH STYLE BIKE RACKS,EQUIPMENT,NR (Not Reported),Equipment,245845,CERTAIN AFTERMARKET THULE HITCH STYLE BICYCLE RACKS WITH FOLD DOWN STYLE BIKE ARMS. A PINCH BOLT EXISTS BETWEEN THE BIKE ARM BRACKET AND THE UPRIGHT ASSEMBLY OF THE HITCH STYLE BICYCLE RACK.,"WHEN MOVING THE BIKE ARM BRACKET TO ITS DOWN POSITION, THIS PINCH POINT HAS TO POTENTIAL OF CAUSING A SEVERE LACERATION OR AMPUTATION TO THE USER'S FINGERTIPS OR HAND.","THULE WILL NOTIFY OWNERS AND PROVIDE A REPAIR KIT AND INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 20, 2007. OWNERS CAN CONTACT THULE AT 800-THULE91 (800-848-5391). NOTES: LAND ROVER PURCHASED SOME OF THESE BIKE RACKS FOR USE ON THEIR LR3 AND RANGE ROVER SPORT VEHICLES, PART NO. LRNAPBR4. L. L. BEAN ALSO SELLS SOME OF THESE BIKE RACKS UNDER THE MODEL NAME OF HITCHING POST PRO (WD75, WD76, WD77, WD78, YL05, BBG9, BBH1, BBH2, BBH4), EXPRESSWAY (WD72, WD73, BBH5, BBH6), OR TRAILBLAZER (WD31, BBH7). REI HAS ALSO PURCHASED SOME OF THESE BIKE RACKS UNDER MODEL NAMES: HITCHING POST PRO (934, 934XT, 935, 935XT, 936, 936XT, 937, 937XT, 951, 951XT), EXPRESSWAY (995, 995XT, 996, 996XT), AND TRAILBLAZER (998, 998XT)." -07/03/2007,07V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V291000),"Chrysler (FCA US, LLC)",TIPM/ENGINE STALLING,ELECTRICAL SYSTEM,G25,Vehicle,80894,"ON CERTAIN VEHICLES, THE TOTALLY INTEGRATED POWER MODULE (TIPM) WAS PROGRAMMED WITH SOFTWARE THAT MAY ALLOW THE ENGINE TO STALL UNDER CERTAIN OPERATING CONDITIONS.",THIS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE TIPM. THE RECALL BEGAN ON JULY 5, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/03/2007,07E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E046000),HOPKINS MANUFACTURING CORP.,TRAILER BRAKE CONTROL CONNECTION HARNESS,EQUIPMENT,NR (Not Reported),Equipment,3500,"CERTAIN HOPKINS AFTERMARKET TRAILER BRAKE CONTROL CONNECTION HARNESSES SOLD FOR USE ON CERTAIN MODELS OF NISSAN VEHICLES WHICH ARE LISTED ABOVE. THE INTERNAL PART NUMBERS WITHIN HOPKINS ARE: 1010476025, 1040376025, 1110476025, 1170376025, 1290376025, 1010476035, 1040376035, 1110476035, 1170376035, AND 1290376035. A WIRE MAY HAVE BEEN PLACED IN AN INCORRECT POSITION IN THE ELECTRICAL CONNECTOR HOUSING. THIS RESULTS IN AN INCORRECT ROUTING OF WIRES BETWEEN THE TRAILER BRAKE CONTROLLER AND THE TOWING VEHICLE WIRING SYSTEM.",THIS HARNESS WOULD RESULT IN POWER FROM THE TRAILER BRAKE CONTROLLER GOING TO THE TOWING VEHICLE DASH LIGHT CIRCUIT RATHER THAN THE TRAILER BRAKES. THIS RESULT WOULD BE THE LACK OF TRAILER BRAKING WHEN THE TOWING VEHICLE BRAKES WERE APPLIED. IT WOULD ALSO RESULT IN THE TOWING VEHICLES DASH LIGHTS BEING ACTIVATED WHEN THE VEHICLE BRAKES WERE APPLIED. THE FAILURE OF THE APPLICATION OF THE TRAILER BRAKE COULD RESULT IN REDUCED ABILITY TO STOP AND CONTRIBUTE TO A POSSIBLE CRASH.,"HOPKINS WILL NOTIFY OWNERS AND REPLACE THE ORIGINAL HARNESS WITH A REVISED HARNESS FREE OF CHARGE. THE RECALL BEGAN AUGUST 17, 2007. OWNERS CAN CONTACT HOPKINS AT 800-835-0129." -07/03/2007,07T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T005000),Cooper Tire & Rubber Co.,TREAD SEPARATION,TIRES,148,Tire,91747,"CERTAIN COOPER LOAD RANGE E DOMINATOR SPORT A/T TIRES, SIZE LT265/75R16E, MANUFACTURED BETWEEN JULY 2, 2002, ,AND MARCH 30, 2005. THE TREAD CAN SEPARATE FROM THE TIRE CASING.",A VEHICLE CRASH CAN OCCUR.,"COOPER WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON JULY 10, 2007. OWNERS CAN CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288." -07/02/2007,07V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V318000),GENERAL COACH - HENSALL,GAWR INCORRECT ON CERTIFICATION LABEL/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,19,"ON CERTAIN TRAVEL AND PARK TRAILERS, THE GROSS AXLE WEIGHT RATING (GAWR) ON THE FEDERAL CERTIFICATION LABEL IS INCORRECT.","THE GAWR RATINGS AS SHOWN ON THE CERTIFICATION LABEL IS 2,359 KGS (5,200 LBS). THE ACTUAL VALUE SHOULD BE 2,304 KGS (5,079 LBS) FOR VEHICLES WITH 'D' RANGE TIRES AND SHOULD BE 1,950 KGS (4,299 LBS) FOR VEHICLES WITH 'C' RANGE TIRES. OVERLOADING OR EXCEEDING THE FRONT GAWR MAY CREATE AXLE FATIGUE OR FAILURE RESULTING IN A LOSS OF VEHICLE CONTROL AND/OR A CRASH.","OWNERS WILL BE PROVIDED A NEW CERTIFICATION LABEL WITH CORRECT INFORMATION AS WELL AS INSTALLATION INSTRUCTIONS. A DEALER WILL REPLACE THE LABEL IF THE CONSUMER SO DESIRES. THE RECALL BEGAN ON AUGUST 1, 2007. OWNERS MAY CONTACT GENERAL COACH AT 1-519-262-2600." -07/02/2007,07V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V317000),FOUR WINDS INTERNATIONAL,RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,NR (Not Reported),Vehicle,5,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"FOUR WINDS IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES, THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR FOUR WINDS AT 1-574-266-1111." -07/02/2007,07V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V320000),Oshkosh Corporation,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,NR (Not Reported),Vehicle,1755,"ON CERTAIN TRUCKS EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES, THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES WHICH COULD RESULT IN A VEHICLE ROLL AWAY, INCREASING THE RISK OF A CRASH.","OSHKOSH IS WORKING WITH BENDIX TO REPAIR THESE VEHICLES (PLEASE SEE 07E-037). BENDIX WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 19, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000 AND OSHKOSH AT 1-920-235-9151." -06/29/2007,07V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V280000),Shyft Group,CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,SPEC 07008,Vehicle,495,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, RESULTING IN OIL AND DEBRIS ON THE ROADWAY INCREASING THE RISK OF A VEHICLE CRASH.",SPARTAN IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 800-343-7357 OR SPARTAN AT 517-543-6400. -06/28/2007,07V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V278000),Ford Motor Company,FUEL TANK,"FUEL SYSTEM, GASOLINE",07S55,Vehicle,203,"ON CERTAIN TRUCKS BUILT WITH 26 GALLON FUEL TANKS, THE FUEL TANK MAY HAVE A DEPRESSION AT THE SEAM BETWEEN THE TOP AND BOTTOM HALVES OF THE TANK (NOT VISIBLE FROM OUTSIDE THE FUEL TANK). IF A DEPRESSION IS LARGE ENOUGH, FUEL MAY PERMEATE THE FUEL TANK WALL RESULTING IN A FUEL ODOR, OR A ""SERVICE ENGINE SOON"" INDICATOR LIGHT.","IF LEFT UNCORRECTED, A FUEL LEAK COULD EVENTUALLY DEVELOP. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK FREE OF CHARGE. THE RECALL BEGAN ON JUNE 25, 2007. OWNERS MAY CONTACT FORD AT 1-866-436-7332." -06/28/2007,07V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V279000),PACCAR Incorporated,OIL FILL CAP/CATERPILLAR,ENGINE AND ENGINE COOLING,07KWB,Vehicle,28968,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C11, C13 OR C15 ENGINES, THE OIL FILL CAP CAN BECOME DISLODGED DUE TO CAP DAMAGE OR IMPROPER INSTALLATION AND BECOME LODGED IN THE U-JOINT OF THE STEERING DRIVELINE AND STEERING GEAR.","IF THE CAP BECOMES DODGED IN THIS AREA, IT MAY RESULT IN DIFFICULTY STEERING THE VEHICLE OR CAUSE COMPLETE STEERING LOCK-UP INCREASING THE RISK OF A CRASH.",PACCAR IS WORKING WITH CATERPILLAR TO REPAIR THESE VEHICLES. REVISED OIL CAP RETENTION BASED ON THE ENGINE MODEL/CONFIGURATION WILL BE INCORPORATED TO PREVENT STEERING LOCK-UP. THE RECALL BEGAN DURING DECEMBER 2007. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-4986 OR KENWORTH AT 425-828-5440. -06/28/2007,07E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E049000),"ZF North America, Inc.",STEERING GEAR/LOSS OF STEERING CONTROL,STEERING,NR (Not Reported),Equipment,8005,"CERTAIN ZF SERVOCOM S2 STEERING GEARS, TYPE 8018, SOLD FOR INSTALLATION AS ORIGINAL EQUIPMENT ON CERTAIN HEAVY DUTY VEHICLES. A SPACER WITH THE WRONG DIMENSIONS HAS BEEN FITTED IN THE ASSEMBLY POSSIBLY CAUSING LOSS OF STEERING CONTROL.",LOSS OF STEERING CONTROL CAN RESULT IN A VEHICLE CRASH.,"EACH VEHICLE MANUFACTURER WILL NOTIFY ITS OWNERS AND PROVIDE A REMEDY PROGRAM. THE RECALL BEGAN ON MAY 25, 2007. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR FURTHER INFORMATION." -06/28/2007,07E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E043000),HYLINE INTERNATIONAL,WEIGHT DISTRIBUTING HITCH SHANK,TRAILER HITCHES,NR (Not Reported),Equipment,11730,"CERTAIN CTC WEIGHT DISTRIBUTING SHANKS SOLD BY HYLINE INTERNATIONAL AS PART OF A TRAILER HITCH KIT. DUE TO A BAD WELD, THE WEIGHT DISTRIBUTION SHANK CAN FAIL AND CAUSE THE TRAILER BEING TOWED TO BECOME UNHITCHED OR UNSTABLE.","SHOULD THE TRAILER BECOME UNHITCHED OR UNSTABLE, A VEHICLE CRASH CAN OCCUR.","HYLINE HAS NOTIFIED BOTH OF THEIR CUSTOMERS, COAST DISTRIBUTION AND THULE TOWING WHO WILL NOTIFY THEIR OWNERS. THE RECALL BEGAN ON JUNE 18, 2007. OWNERS SHOULD CONTACT THE COMPANY THEY PURCHASED THE KIT." -06/28/2007,07E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E044000),"THE COAST DISTRIBUTION SYSTEM, INC.",WEIGHT DISTRIBUTION TRAILER HITCHES,TRAILER HITCHES,NR (Not Reported),Equipment,7543,"CERTAIN AFTERMARKET COAST DISTRIBUTION SYSTEM TRAILER HITCH KITS, P/NOS. 07020, 07021, 07022, 07023, 07034, 07036, 07658, 07659, 07660, 07668, AND 07670, PRODUCED FROM MARCH 1, 2006, TO MARCH 31, 2007, AND WHICH BEAR THE FACTORY DESIGNATION ""CTC"". DUE TO A BAD WELD, THE WEIGHT DISTRIBUTION SHANK CAN FAIL AND CAUSE THE TRAILER BEING TOWED TO BECOME UNHITCHED OR UNSTABLE.","CERTAIN AFTERMARKET COAST DISTRIBUTION SYSTEM TRAILER HITCH KITS, P/NOS. 07020, 07021, 07022, 07023, 07034, 07036, 07658, 07659, 07660, 07668, AND 07670, PRODUCED FROM MARCH 1, 2006, TO MARCH 31, 2007, AND WHICH BEAR THE FACTORY DESIGNATION ""CTC"". DUE TO A BAD WELD, THE WEIGHT DISTRIBUTION SHANK CAN FAIL AND CAUSE THE TRAILER BEING TOWED TO BECOME UNHITCHED OR UNSTABLE.","COAST DISTRIBUTION WILL NOTIFY ITS OWNERS AND WILL PROVIDE REPLACEMENT SHANKS FREE OF CHARGE. THE RECALL BEGAN ON JULY 13, 2007. OWNERS CAN CONTACT COAST AT 877-544-4449." -06/28/2007,07E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E045000),THULE TOWING SYSTEMS LLC,WEIGHT DISTRIBUTION TRAILER HITCHES,TRAILER HITCHES,NR (Not Reported),Equipment,9718,"CERTAIN AFTERMARKET THULE WEIGHT DISTRIBUTION SYSTEM TRAILER HITCH KITS, P/NOS. 70200, 70210, 70220, 70230, 70280, 70290, 70300, 70340, 70350, AND REPLACEMENT PART KITS INCLUDING SHANK #1532-04, P/NOS. 76600, 76580, AND 76590, WHICH BEAR THE FACTORY DESIGNATION ""CTC"". DUE TO A BAD WELD, THE WEIGHT DISTRIBUTION SHANK CAN FAIL AND CAUSE THE TRAILER BEING TOWED TO BECOME UNHITCHED OR UNSTABLE.","SHOULD THE TRAILER BECOME UNHITCHED OR UNSTABLE, A VEHICLE CRASH CAN OCCUR.","THULE WILL NOTIFY ITS OWNERS AND WILL PROVIDE REPLACEMENT SHANKS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 19, 2007. OWNERS CAN CONTACT THULE TOLL-FREE AT 800-344-3112." -06/27/2007,07V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V281000),"Thor California, Inc.",EXCESSIVE VEHICLE SWAY,STRUCTURE,150006,Vehicle,149,"ON CERTAIN TRAVEL TRAILERS, UNDER CERTAIN LOAD AND SPEED CONDITIONS, EXCESSIVE VEHICLE SWAY COULD DEVELOP LEADING TO A LOSS OF VEHICLE CONTROL.",THIS LOSS OF CONTROL COULD LEAD TO A VEHICLE CRASH RESULTING IN PERSONAL INJURY OR DEATH.,"DEALERS WILL INSTALL WEIGHT COMPENSATING STEEL TO THE TRAILER A-FRAME AND REINFORCE THE AXLE HANGERS IF NECESSARY. THE TRAILER WEIGHT CERTIFICATION LABELS WILL BE REPLACED WITH NEW WEIGHT CERTIFICATION LABELS. OWNERS WILL ALSO RECEIVE A GUIDE TO TRAILER LOADING AND WEIGHING TO HELP THEM PROPERLY LOAD AND WEIGHH THE TRAILER. THE RECALL BEGAN ON JULY 17, 2007. OWNERS MAY CONTACT THOR CALIFORNIA AT 1-888-697-8467." -06/27/2007,07E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E048000),"NEAC, INC.",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,200,"CERTAIN REPLACEMENT NEAC RISING HID CONVERSION KITS WITH MODEL NOS. LISTED ABOVE, SOLD BY FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","RISING AUTOMOTIVE WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID CONVERSION KITS. THE RECALL BEGAN ON JANUARY 25, 2008. OWNERS MAY CONTACT RISING AUTOMOTIVE AT 1-908-903-9100." -06/27/2007,07V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V282000),"Thor California, Inc.",RAMP DOOR LATCH,LATCHES/LOCKS/LINKAGES,137006,Vehicle,243,"ON CERTAIN TRAILERS, THE LOCK OF THE SIDE RAMP DOOR MAY NOT BE PROPERLY LATCHED BY THE CONSUMER, COULD FAIL TO LOCK PROPERLY, OR THE ATTACHING HARDWARE COULD COME LOOSE.",ANY OF THESE POSSIBILITIES COULD RESULT IN THE DOOR OPENING UPWARDS WHILE IN TRANSIT. THE OPENING OF THIS RAMP DOOR COULD IMPACT NEARBY PERSONS OR OBJECTS RESULTING IN PERSONAL INJURY OR VEHICLE AND PROPERLY DAMAGE.,"DEALERS WILL MODIFY THE SET SCREW AND INSTALL A SECONDARY LATCH MECHANISM FREE OF CHARGE. THE RECALL BEGAN ON JULY 23, 2007. OWNERS SHOULD CONTACT THOR CALIFORNIA AT 888-697-8467." -06/27/2007,07V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V276000),PACCAR Incorporated,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,607G,Vehicle,16,CERTAIN TRUCKS EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES. THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.,THIS COULD DELAY OR FAILURE IN APPLYING THE PARKING BRAKES POTENTIALLY RESULTING IN A VEHICLE ROLL AWAY.,"DEALERS WILL INSTALL A CHECK VALVE REPAIR KIT FOR THE AFFECTED SR-7 SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 22, 2007. OWNERS MAY CONTACT PETERBILT AT 940-591-4201." -06/26/2007,07E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E041000),BLING LIGHTS LLC,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,300,"CERTAIN AFTERMARKET HID CONVERSION KITS WITH BULBS AND BALLASTS SOLD BY BLING LIGHTS FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","BLING LIGHTS WILL NOTIFY ITS OWNERS AND OFFER TO REPLACE THE NONCOMPLIANT BULBS WITH HALOGEN BULBS. THE RECALL BEGAN MAY 6, 2008. OWNERS MAY CONTACT BLING LIGHTS AT 1-973-253-3737." -06/26/2007,07V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V270000),Ford Motor Company,HUB ASSEMBLY,SUSPENSION,07S54,Vehicle,8800,"ON CERTAIN PASSENGER VEHICLES, A FRONT WHEEL BEARING AND HUB ASSEMBLY MAY FRACTURE DUE TO IMPROPER HEAT TREATMENT.","IF A HUB FRACTURES, IT MAY POTENTIALLY DETACH FROM THE WHEEL KNUCKLE, RESULTING IN THE WHEEL BEING RETAINED ONLY BY THE BRAKE CALIPER ASSEMBLY. AS A RESULT, THE WHEEL MAY SEPARATE FROM THE VEHICLE POTENTIALLY RESULTING IN A CRASH.","DEALERS WILL INSPECT BOTH FRONT WHEEL BEARING AND HUB ASSEMBLIES AND REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -06/26/2007,07V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V269000),PACCAR Incorporated,REMOVABLE FRONT TOW HITCH,TRAILER HITCHES,507E & 07KWA,Vehicle,9571,"ON CERTAIN TRUCKS, THE REMOVABLE TOW HITCH ,WHEN USED TO TOW OR LIFT A VEHICLE, CAN FAIL DUE TO DEFECTIVE MATERIAL IN THE TOW HITCH.","IF THE TOW HITCH ASSEMBLY FAILS WHILE A VEHICLE IS BEING TOWED OR LIFTED, IT MAY CAUSE AN ACCIDENT THAT COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE TOW PIN ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 4, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 OR PETERBILT AT 940-591-4201." -06/26/2007,07V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V275000),Blue Bird Body Company,SR-7 SPRING BRAKE MODULATING VALVE/BENDIX,PARKING BRAKE,R07LX,Vehicle,4530,"CERTAIN MY 2007 AND 2008 BLUE BIRD VISION AND ALL AMERICAN SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN DECEMBER 1, 2005, AND MAY 24, 2007, AND EQUIPPED WITH BENDIX SR-7 SPRING BRAKE MODULATING VALVES. THE INTERNAL RUBBER CHECK VALVE MAY LEAK CAUSING A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY.","BLUE BIRD WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON SEPTEMBER 30, 2007. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -06/25/2007,07V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V285000),"Volkswagen Group of America, Inc.",OWNER'S MANUAL INFORMATION.FMVSS 138 TPMS,EQUIPMENT,N9,Vehicle,3100,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 138, ""TIRE PRESSURE MONITORING SYSTEMS."" THE OWNER'S MANUAL IS MISSING THE TIRE PRESSURE MONITORING SYSTEM (TPMS) WRITTEN INSTRUCTIONS.",THIS STANDARD SPECIFIES PERFORMANCE REQUIREMENTS FOR TIRE PRESSURE MONITORING SYSTEMS (TPMS) TO WARN DRIVERS OF SIGNIFICANT UNDER-INFLATION OF TIRES AND THE RESULTING SAFETY PROBLEMS.,"OWNERS WILL BE SENT AN OWNER'S MANUAL INSERT CONTAINING THE REQUIRED TPMS INFORMATION. THE RECALL BEGAN ON JULY 6, 2007. OWNERS MAY CONTACT VW AT 1-800-893-5298." -06/25/2007,07V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V286000),Keystone RV Company,"VALVE STEM LEAKAGE ON 16"" STEEL WHEELS",WHEELS,07-083,Vehicle,995,"CERTAIN FIFTH WHEEL TRAILERS BUILT WITH 16"" STEEL WHEELS MAY LEAK AT THE VALVE STEM DURING INFLATION OR WHEN CHECKING THE AIR PRESSURE DUE TO IMPROPER SEATING OF THE VALVE STEM. SOME MODELS HAVE ALUMINUM WHEELS WITH A STEEL SPARE AND ONLY THE SPARE IS AFFECTED. INDICATION OF THE DEFECT OCCURS WHEN APPLYING SIDEWAYS PRESSURE TO THE VALVE STEM (SUCH AS CHECKING THE TIRE PRESSURE). AIR WILL LEAK THROUGH THE VALVE HOLE IN THE RIM.",CONTINUING TO PULL A VEHICLE WITH IMPROPERLY INFLATED TIRES WILL RESULT IN POOR VEHICLE HANDLING AND INCREASED RISK OF PROPERTY DAMAGE AND A A VEHICLE CRASH COULD OCCUR IF THE TIRE FAILS AS A RESULT OF UNDER-INFLATION.,"DEALERS WILL REPLACE THE SNAP-IN VALVE STEM WITH A BOLT-IN VALVE STEM. THE RECALL BEGAN ON JULY 2, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -06/25/2007,07V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V284000),"Volkswagen Group of America, Inc.",WINDSHIELD WASHER FLUID RESERVOIR/FUEL LINE,VISIBILITY,N8,Vehicle,58900,CERTAIN VEHICLES EQUIPPED WITH 2.5L GASOLINE ENGINES MAY HAVE A SMALL PLASTIC TAB LOCATED ON THE WINDSHIELD WASHER FLUID RESERVOIR THAT MAY CHAFE AGAINST THE UNDERHOOD FUEL SUPPLY LINE.,"IF THIS HAPPENS, THE CHAFING HAS THE POTENTIAL TO CAUSE A FUEL LEAK OVER TIME. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL REMOVE THE PLASTIC TAB FROM THE WINDSHIELD WASHER FLUID RESERVOIR AND WILL ALSO INSPECT AND, IF NECESSARY, REPLACE THE UNDERHOOD FUEL SUPPLY LINE. THE RECALL BEGAN ON AUGUST 24, 2007. OWNERS MAY CONTACT VW AT 1-800-893-5298." -06/22/2007,07E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E042000),"DURA AUTOMOTIVE SYSTEMS, INC.",FMVSS 217/WINDOW DE-BONDING,VISIBILITY,NR (Not Reported),Equipment,4284,"CERTAIN DURA SIDE BODY EGRESS WINDOWS, SIDE BODY LAVATORY EGRESS WINDOWS, AND NON-EGRESS SIDE BODY WINDOWS MANUFACTURED BETWEEN NOVEMBER 1, 2005, AND JULY 19, 2006, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN MY 2006 AND 2007 MOTOR COACH INDUSTRIES (MCI) D COACHES. THE WINDOWS WERE PRODUCED WITH INCONSISTENT PRIMING ON THE PRIMARY AND SECONDARY BOND LINES WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.",THE PURPOSE OF THIS STANDARD IS TO MINIMIZE THE LIKELIHOOD OF OCCUPANTS BEING THROWN FROM THE BUS AND TO PROVIDE A MEANS OF READILY ACCESSIBLE EMERGENCY EGRESS.,"MCI WILL NOTIFY OWNERS INSTRUCTING THEM TO INSPECT THE WINDOWS FOR SIGNS OF WATER LEAK, WIND NOISE, OR VISABLE PARTIAL DE-BONDING. WINDOWS SHOWING THESE SIGNS WILL BE REPLACED FREE OF CHARGE BY DURA. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2007. OWNERS CAN CONTACT DURA AT 248-844-1615." -06/22/2007,07V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V258000),Blue Bird Body Company,PARKER SINGLE CHECK VALVE/BENDIX,"SERVICE BRAKES, AIR",R07LY,Vehicle,5977,"CERTAIN BLUE BIRD MY 2004 THROUGH 2007 VISION SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 9, 2003, AND SEPTEMBER 21, 2006, EQUIPPED WITH PARKER SINGLE CHECK VAVLES (SCV) PROVIDED BY BENDIX. THE DEFECT EXISTS IN THE PARKER SCV THAT CONNECTS WITH THE SUPPLY PORT OF THE SR-7 SPRING BRAKE MODULATING VALVE. AFTER PROLONGED USE OF THE PARKER SCV, THE VALVE BODY RETAINER MAY BECOME EXCESSIVELY WORN AND EVENTUALLY BREAK APART. PIECES OF THE PARKER SCV CAN BECOME LODGED INSIDE THE SR-7 SPRING BRAKE MODULATING VALVE, POTENTIALLY CAUSING EITHER LEAKAGE OUT OF THE SR-7 VALVE OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SR-7 VALVE.","THIS CONDITION CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON. THESE CONDITIONS CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, BRAKE DRAG, OR IN THE CASE OF LOSS OF PRIMARY CIRCUIT, INABILITY TO MODULATE THE SPRING BRAKES.","BLUE BIRD WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY. THE RECALL BEGAN ON SEPTEMBER 30, 2007. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -06/21/2007,07V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V267000),"Nissan North America, Inc.",ENGINE FIRES,ENGINE AND ENGINE COOLING,R0703,Vehicle,140582,"ON CERTAIN VEHICLES, IF A SUFFICIENTLY HOT OBJECT ENTERS THE AIR FILTER HOUSING THROUGH THE ENGINE FRESH AIR INTAKE SYSTEM AND CONTACTS THE ENGINE AIR FILTER, THE FLAMMABILITY CHARACTERISTICS OF THE AIR FILTER MATERIAL ARE SUCH THAT THE FILTER MAY IGNITE.","IF THE AIR FILTER MATERIAL IGNITES, A FIRE MAY OCCUR.","DEALERS WILL REPLACE THE AIR FILTER WITH A NEW ONE THAT HAS IMPROVED ANTI-FLAMMABILITY MATERIAL CHARACTERISTICS. THE RECALL BEGAN ON JULY 3, 2007, AND WILL CONTINUE THROUGH OCTOBER 1, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -06/21/2007,07T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T004000),"Michelin North America, Inc.",TREAD SEPARATION,TIRES,NR (Not Reported),Tire,19924,"CERTAIN MICHELIN PILOT POWER AND PILOT POWER 2CT FRONT MOTORCYCLE TIRES. ADHESION IS REDUCED BETWEEN THE TREAD RUBBER AND THE UNDERLYING TEXTILE REINFORCEMENT PLY WHICH CAN MANIFEST ITSELF AS A LOCALIZED DEFORMATION, VIBRATION, OR THE TEARING OUT OF PIECES OF THE TREAD AFTER OPERATION AT HIGH SPEEDS.","EITHER CONDITION MAY RESULT IN EXCESSIVE VIBRATION, WHICH COULD LEAD TO LOSS OF CONTROL AND A MOTORCYCLE CRASH.","MICHELIN WILL NOTIFY OWNERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE RECALL BEGAN ON JULY 5, 2007. OWNERS CAN CONTACT MICHELIN CUSTOMER RELATIONS AT 1-866-324-2835." -06/19/2007,07E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E040000),Hendrickson USA. L.L.C.,TRUCK BRIDGE AXLES,SUSPENSION,NR (Not Reported),Equipment,1858,"CERTAIN TRUCK BRIDGE AXLES MANUFACTURED BY HENDRICKSON BETWEEN SEPTEMBER 7, 2006, AND APRIL 25, 2007, INSTALLED AS ORIGINAL EQUIPMENT AS SUBASSEMBLY COMPONENTS OF AUXILIARY TAG AXLE SUSPENSION SYSTEMS FOR MCNEILUS (OSHKOSH) 2006 AND 2007 BRIDGEMASTER V MODEL CONCRETE MIXER TRUCKS WITH SERIAL NUMBERS HUAX97188 THROUGH HUAX108905. DUE TO INADEQUATE TEMPERING IN THE MANUFACTURING PROCESS, THE COMPONENT END CASTINGS CAN CRACK.","IF THE CRACKS SHOULD PROPAGATE WHILE THE VEHICLE IS IN ROAD USE, IT IS POSSIBLE THAT DEBRIS FROM THE BRIDGE AXLE OR ADJACENT VEHICLE PARTS COULD BE DEPOSITED IN THE ROADWAY, POSSIBLY RESULTING IN A VEHICLE CRASH.",OSHKOSH WILL NOTIFY THEIR OWNERS AND HENDRICKSON WILL REPLACE THE AXLES WITH PRIORITY GIVEN TO THE OWNERS WHO REPORT VISIBLE CRACKS FREE OF CHARGE. -06/19/2007,07V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V283000),Oshkosh Corporation,TRUCK BRIDGE AXLES/HENDRICKSON,SUSPENSION,NR (Not Reported),Vehicle,1858,"ON CERTAIN CONCRETE MIXERS EQUIPPED WITH HENDRICKSON BRIDGE AXLES, CRACKS HAVE BEEN FOUND IN THE AXLE SEAT AND KINGPIN HUB PORTIONS.","IF THE CRACKS SHOULD PROPAGATE WHILE THE VEHICLE IS IN ROAD USE, IT IS POSSIBLE THAT DEBRIS FROM THE AXLE OR ADJACENT VEHICLES PARTS COULD BE DEPOSITED IN THE ROADWAY, INCREASING THE RISK OF DAMAGE TO A FOLLOWING VEHICLE OR A CRASH.","OSHKOSH IS WORKING WITH HENDRICKSON TO REPLACE THE BRIDGE AXLES ON THESE VEHICLES (PLEASE SEE 07E040). THE RECALL BEGAN ON JULY 2, 2007. OWNERS MAY CONTACT HENDRICKSON AT 1-800-660-2843." -06/14/2007,07V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V277000),"Suzuki Motor USA, LLC",FMVSS 212/WINDSHIELD MOUNTING,VISIBILITY,KU & KW,Vehicle,921,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING."" AN INCORRECT PRIMER MAY HAVE BEEN USED WHEN INSTALLING THE WINDSHIELD.","IN THE EVENT OF A CRASH, THE WINDSHIELD MAY NOT BE RETAINED TO THE EXTENT REQUIRED BY THE STANDARD, INCREASING THE RISK OF PERSONAL INJURIES TO THE VEHICLE OCCUPANTS.","DEALERS WILL INSPECT AND REPLACE ANY GLASS (WINDSHIELD, LIFTGATE GLASS, OR THE SIDE STATIONARY GLASS) THAT WAS INSTALLED INCORRECTLY.THE RECALL BEGAN ON JULY 10, 2007. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -06/14/2007,07V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V241000),COUNTRY COACH INC,HEAD & TAIL LIGHT ASSEMBLIES/FMVSS108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1051,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE SIDE MARKER LIGHTS IN THE COMBINATION HEADLIGHT AND TAIL LIGHT ASSEMBLIES DO NOT MEET THE MINIMUM PHOTOMETRIC VALUE AND 45 DEGREES AS SPECIFIED IN THE STANDARD.",THE INADEQUACY OF THE FRONT AND REAR SIDE MARKER LIGHTS COULD AFFECT VISIBILITY OF THE MOTOR HOME DURING HOURS OF DARKNESS THAT COULD POTENTIALLY RESULT IN A MOTOR VEHICLE CRASH.,"DEALERS WILL REPLACE THE MARKER LIGHTS ON THE SIDE AS CLOSE AS REASONABLE TO THE FRONT AND REAR CORNERS AND WIRED INTO THE PARK LIGHT SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON MARCH 19, 2008. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -06/13/2007,07V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V256000),"Kalmar Solutions, LLC",AIR BRAKE HOSE ASSEMBLIES/FMVSS 106,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,612,"KALMAR IS RECALLING 612 MY 1997-1007 OTTAWA 30, 50, AND 60 DOT/EPA TERMINAL TRACTORS EQUIPPED WITH SUSPENSIONED REAR AXLES OR ""OTTO-RIDE"" REAR SUSPENSIONS FOR FAILING TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, 'BRAKE HOSES.' THE AIR BRAKE HOSE ASSEMBLY WAS INCORRECTLY MANUFACTURED.","IF A FAILURE OCCURRED IN THE AIR LINE INSTALLED ON THE SPRING BRAKE SIDE OF THE BRAKE CHAMBER, THE SPRING BRAKES WOULD APPLY. SUDDEN APPLICATION OF THE SPRING BRAKE WHILE TRAVELING COULD LEAD TO A CRASH.","DEALERS WILL REPLACE THE HOSE. THE RECALL BEGAN ON OCTOBER 22, 2008. OWNERS MAY CONTACT KALMAR AT 1-785-229-6327." -06/13/2007,07V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V239000),COUNTRY COACH INC,CONNECTING ROD FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,86,"ON CERTAIN MOTOR HOMES BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE A SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS CAN LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE LOCK CAVITY, OIL AND DEBRIS ON THE ROADWAY AND VEHICLE CRASH.",COUNTRY COACH IS WORKING WITH CUMMINS TO RECALIBRATE THE ENGINE CONTROL MODULE AND ENHANCE THE ENGINE PROTECTION SYSTEM ENABLING IT TO PROVIDE EARLY DETECTION OF THE FAILURE MODE AND AVOID MORE SERIOUS ENGINE DAMAGE AND RESULTANT SAFETY HAZARD. CUMMINS WILL ALSO INSTALL A NEW VALVE COVER WITH A CRANKCASE PRESSURE SENSOR FREE OF CHARGE (PLEASE SEE 07E033). OWNERS MAY CONTACT CUMMINS AT 800-343-7357 OR COUNTRY COACH AT 1-541-998-3720. -06/13/2007,07V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V242000),"General Motors, LLC",FMVSS 212 - WINDSHIELD MOUNTING,VISIBILITY,07154,Vehicle,6213,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING."" AN INCORRECT PRIMER MAY HAVE BEEN USED WHEN INSTALLING THE WINDSHIELD. THE SAME PRIMER MAY HAVE ALSO BEEN APPLIED TO THE LIFTGATE GLASS AND THE SIDE STATIONARY GLASS.","IN THE EVENT OF A CRASH, THE WINDSHIELD MAY NOT BE RETAINED TO THE EXTENT REQUIRED BY THE STANDARD, INCREASING THE RISK OF PERSONAL INJURIES TO THE VEHICLE OCCUPANTS.","DEALERS WILL REPLACE THE WINDSHIELD, THE LIFTGATE GLASS, AND THE SIDE STATIONARY GLASS. THE RECALL BEGAN ON JUNE 14, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -06/13/2007,07V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V250000),FREIGHTLINER LLC,FMVSS NO. 301/FUEL FILL TUBE,"FUEL SYSTEM, OTHER",FL-498,Vehicle,7192,"CERTAIN MY 2005-2007 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BETWEEN DECEMBER 1, 2003, AND OCTOBER 10, 2006. FASTENERS USED TO SECURE THE FUEL TUBE MOUNTING BRACKET TO THE BUS FLOOR MAY BE MISSING OR IMPROPERLY INSTALLED. VEHICLES WITH MISSING OR IMPROPERLY INSTALLED FUEL FILL TUBE MOUNTING BRACKET FASTENERS DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY.""",THIS COULD RESULT IN FUEL SPILLAGE DURING OR AFTER A VEHICLE CRASH POSSIBLY RESULTING IN A FIRE.,"FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS CAN CONTACT THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -06/13/2007,07V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V240000),"Chrysler (FCA US, LLC)",FRONT SEAT TRACK POSITION SENSORS,AIR BAGS,G14,Vehicle,798,"ON CERTAIN PASSENGER VEHICLES, THE FRONT SEAT TRACK POSITION SENSORS UTILIZED FOR THE AIR BAG SYSTEM MAY NOT FUNCTION PROPERLY.",THIS COULD INCREASE THE RISK OF INJURY TO FRONT SEAT OCCUPANTS DURING CERTAIN CRASH CONDITIONS.,"DEALERS WILL INSPECT THE FRONT SEAT TRACK POSITION SENSORS AND REPLACE THEM FREE OF CHARGE. THE RECALLBEGAN ON JUNE 18, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/13/2007,07V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V247000),"Chrysler (FCA US, LLC)",FUEL TANK/FMVSS 301,"FUEL SYSTEM, GASOLINE",G16,Vehicle,5062,"CERTAIN PICKUP TRUCKS EQUIPPED WITH 34 GALLON FUEL TANKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL TANK MAY BECOME DAMAGED DURING CERTAIN CRASH CONDITIONS, WHICH COULD ALLOW FUEL LEAKAGE TO OCCUR IF THE VEHICLE ROLLS OVER.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL A FUEL TANK SHIELD ONTO THE FRONT FRAME CROSS MEMBER. THE RECALL BEGAN ON JUNE 12, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/13/2007,07V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V271000),Komfort Corporation,INCORRECTLY SIZED WHEEL RIMS,WHEELS,NR (Not Reported),Vehicle,29,"CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS WERE BUILT WITH INCORRECTLY SIZED WHEELS. THE INCORRECT WIDER RIM DOES NOT ALLOW PROPER CLEARANCE BETWEEN THE SHOCK ABSORBER, SHOCK BRACKETS, AND THE TIRE.","THIS REDUCED CLEARANCE MAY CAUSE THE TIRE TO RUB ON THE CHASSIS RESULTING IN TIRE FAILURE. THIS FAILURE MAY RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","KOMFORT WILL REPLACE THE WHEELS AND TIRES OF THE AFFECTED VEHICLES. THE RECALL BEGAN ON OCTOBER 3, 2007. OWNERS MAY CONTACT KOMFORT AT 1-503 722-5199." -06/13/2007,07V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V272000),"Eldorado National- California, Inc.",PROPANE TANK WELD FAILURES,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,56,"ON CERTAIN REAR ENGINE BUSES BUILT WITH PROPANE TANKS, WELD FAILURES ARE OCCURRING AT THE POINT WHERE THE CONNECTING TUBES MEET THE TANK BODY.",THE WELD FAILURE MAY RESULT IN PROPANE LEAKAGE WHICH MAY RESULT IN AN EXPLOSION OR FIRE.,"ELDORADO REPLACED THE TANK ON ALL AFFECTED VEHICLES. THE RECALL BEGAN ON JULY 9, 2007." -06/13/2007,07V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V273000),Glendale Recreational Vehicles,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1686,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"GLENDALE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GLENDALE AT 1-519-245-1600." -06/13/2007,07V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V264000),AMERICAN LAFRANCE LLC,VEHICLE CAB HYDRAULIC LIFT SYSTEM,STRUCTURE,ALF-0107,Vehicle,2660,"ON CERTAIN FIRE TRUCKS, THE VEHICLE CAB HYDRAULIC LIFT SYSTEM USED TO RAISE AND LOWER THE CAB FOR MAINTENANCE CAN FAIL.","IF THE CAB IS LEFT IN A RAISED POSITION, IT MAY NOT MAINTAIN ITS TILTED UPRIGHT POSITION. ALSO IF THE EQUIPMENT SHIFTS INSIDE THE CAB WHILE THE CAB IS IN THE RAISED POSITION, IT COULD CAUSE AN IMPACT LOAD ON THE TILT CYLINDERS CAUSING THE CAB TO COME CRASHING DOWN, INCREASING THE RISK OF INJURY.",AMERICAN LAFRANCE HAS NOT YET PROVIDED A REMEDY OR OWNER NOTIFICATION FOR THIS CAMPAIGN. OWNERS MAY CALL AMERICAN LAFRANCE AT 1-843-486-7400. -06/13/2007,07V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V266000),FREIGHTLINER LLC,YORK GREASE FILLED HUBS/ARVINMERITOR,SUSPENSION,FL-500,Vehicle,64,"ON CERTAIN TRUCKS, GREASE WAS APPLIED TO THE FRONT WHEEL BEARINGS, BUT MAY NOT HAVE ENOUGH IN THE CAP OR CAVITY IN THE HUBS.","INADEQUATE LUBRICATION OF THE FRONT WHEEL BEARINGS COULD LEAD TO A BEARING FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT HUB INSTALLATION FOR CORRECT BEARING ADJUSTMENT. IF THE BEARING ADJUSTMENT IS INCORRECT, THE FRONT WHEEL BEARINGS WILL BE REPLACED. THE RECALL BEGAN ON AUGUST 3, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -06/12/2007,07V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V263000),"Mercedes-Benz USA, LLC",ABC HIGH PRESSURE HOSE,ENGINE AND ENGINE COOLING,2007060002,Vehicle,19924,"ON CERTAIN VEHICLES, CORROSION MAY OCCUR IN THE INNER STEEL PORTIONS OF THE ACTIVE BODY CONTROL'S (ABC) HIGH PRESSURE DISTRIBUTION HOSE DUE TO EXTENSIVE EXPOSURE TO HUMIDITY CAUSING DETERIORATION OF THE HOSE.",THIS MAY RESULT IN ABC HYDRAULIC FLUID LEAKAGE NEAR THE CATALYTIC CONVERTER. LEAKING FLUID MAY COME IN CONTACT WITH HOT ENGINE COMPONENTS AND LEAD TO A POSSIBLE FIRE.,"DEALERS WILL INSTALL NEW CORROSION RESISTANT ABC HIGH PRESSURE DISTRIBUTION HOSE. THE RECALL BEGAN ON JULY 2, 2007. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -06/12/2007,07V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V237000),"Thor California, Inc.",GAS COOKING RANGE/OVEN CONTROL VALVE/SUBURBAN,EQUIPMENT,NR (Not Reported),Vehicle,8,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH SUBURBAN THREE BURNER MATCH LIGHT GAS RANGES, THE OVEN THERMOSTAT CONTROL VALVE CAN ALLOW GAS FLOW TO THE OVEN BURNER WHEN THE OVEN CONTROL KNOB IS PUSHED IN AND NOT FULLY IN THE CORRECT POSITION TO LIGHT THE PILOT.","IF THE OVEN CONTROL KNOB WAS DEPRESSED FOR SOME TIME BEFORE LIGHTING THE PILOT LIGHT, THE EXCESS GAS IN THE OVEN COULD CAUSE A FLASH AT THE OPENING OF THE OVEN, POSSIBLY RESULTING IN PERSONAL INJURY.",THOR IS WORKING WITH SUBURBAN TO REPLACE THE OVEN THERMOSTAT CONTROL FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT SUBURBAN AT 1-423-775-2131 OR THOR AT 1-888-697-8467. -06/11/2007,07V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V235000),"Kawasaki Motors Corp., U.S.A.",REAR SHOCK MOUNT WELD,SUSPENSION,NR (Not Reported),Vehicle,155,"ON CERTAIN MOTORCYCLES, THE TOP MOUNT FOR THE SINGLE REAR SHOCK IS SPOT WELDED IN POSITION DURING FRAME MANUFACTURE, THEN IS SUPPOSED TO BE COMPLETELY WELDED TO THE FRAME IN A SUBSEQUENT OPERATION. IN A SMALL NUMBER OF FRAMES, IT APPEARS THIS SUBSEQUENT WELDING OPERATION WAS NOT PERFORMED.",THE WELDING MAY BECOME LOOSE WHILE THE MOTORCYCLE IS IN MOTION INCREASING THE RISK OF A CRASH.,ALL OWNERS HAVE BEEN CONTACTED AND ARRANGEMENTS HAVE BEEN MADE TO REPAIR THEIR MOTORCYCLES. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381. -06/11/2007,07V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V268000),"New Flyer of America, Inc.",STEERING U-JOINT ASSEMBLY,STEERING,NR (Not Reported),Vehicle,1768,"ON CERTAIN TRANSIT BUSES, THE U-JOINT ASSEMBLIES HAVE INADEQUATE SPLINE ENGAGEMENT ON ONE OF THE TWO END YOKES.","EXCESSIVE PLAY IN THE STEERING SYSTEM COULD DEVELOP AND, IF NOT CORRECTED, CAUSE A LOSS OF STEERING CONTROL WHICH COULD RESULT IN A CRASH.","THE U-JOINT ASSEMBLY WILL BE INSPECTED AND REPLACED IF NECESSARY. THE RECALL BEGAN ON JUNE 10, 2007. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4874." -06/11/2007,07T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T003000),"Foreign Tire Sales, Inc.",TREAD SEPARATION,TIRES,NR (Not Reported),Tire,255000,CERTAIN FOREIGN TIRE SALES (FTS) TIRES WERE MANUFACTURED WITHOUT A GUM STRIP OR WITH AN INSUFFICIENT GUM STRIP BETWEEN THE BELTS OR OTHER CONSTRUCTION TO KEEP THE BELTS FROM SEPARATING. ONLY TIRES WITH A DATE CODE BETWEEN 0404 AND 0206 ARE INVOLVED.,"THE TREAD MAY SEPARATE FROM THE TIRE WHILE DRIVING AT HIGHWAY SPEEDS, POSSIBLY RESULTING IN LOSS OF CONTROL, A VEHICLE CRASH, PROPERTY DAMAGE, INJURY OR DEATH.","THE RECALL CAMPAIGN WILL BEGIN ON AUGUST 9, 2007. OWNERS OF RECORD WILL BE NOTIFIED BY FIRST CLASS MAIL. ADVERTISEMENT WILL BE MADE IN SEVERAL MEDIA OUTLETS. OWNERS MAY VISIT WWW.FOREIGNTIRE.COM OR CALL (888) 899-9293. INVOLVED TIRES WILL BE REPLACE BY THE SELLING DEALER OR ANOTHER DESIGNATED DEALER AT NO COST FOR CORRECTLY FITTED TIRES. (AN EXCESS CHARGE MAY APPLY IN THE EVENT THE REPLACEMENT MUST BE UPGRADED) OWNERS MUST BRING THEIR TIRES IN PRIOR TO OCTOBER 25, 2007." -06/08/2007,07V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V265000),"Gillig, LLC",ECM ISM C876 ENGINES/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,"ON CERTAIN TRANSIT BUSES BUILT WITH CUMMINS ISM C876 ENGINES, THE ELECTRONIC CONTROL MODULE FAILS TO RECOGNIZE INPUTS OF THE VEHICLE ELECTRONIC CONTROL UNIT OR FROM A DRIVER ACTUATED DASH SWITCH THEREBY INCREASING THE RISK OF UNINTENDED (OR UNEXPECTED) ELEVATED EXHAUST TEMPERATURES.","WHILE THIS CONDITION DOES NOT INVOLVE A RISK OF FIRE IN THE VEHICLE ITSELF, IT COULD PRESENT A FIRE HAZARD IN A SITUATION WHERE THE VEHICLE'S EXHAUST IS IN CLOSE PROXIMITY TO MATERIALS OR SUBSTANCES THAT CAN MELT, BURN, OR EXPLODE.","CUMMINS, IN CONJUNCTION WITH GILLIG, WILL CONDUCT THE REMEDY CAMPAIGN. THE RECALL BEGAN ON JULY 31, 2007. OWNERS CAN CONTACT CUMMINS AT 1-800-343-7357 OR GILLIG AT 1-510-785-1500." -06/08/2007,07V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V233000),WORKHORSE CUSTOM CHASSIS,FUEL SPILLAGE/FMVSS 301,"FUEL SYSTEM, GASOLINE",60701-C,Vehicle,4174,"CERTAIN COMMERCIAL CHASSIS BUILT WITH GASOLINE FUEL TANKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" FUEL SPILLAGE DURING A ROLLOVER TEST EXCEEDED 142G, WHICH DOES NOT COMPLY WITH THE STANDARD.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","VEHICLES WILL BE FITTED WITH A NEW WIDE RETAINING RING AND ADDITIONALLY ANY VEHICLES BUILT PRIOR TO JULY 1, 2003 WILL ALSO BE FITTED WITH AN EXTRA RETENTION CLIP. THE RECALL BEGAN ON JULY 27, 2007. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773." -06/08/2007,07V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V231000),"Kalmar Solutions, LLC",SEAT ANCHORAGE SYSTEM TETHERS/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,59,"CERTAIN 4X2 AND 6X4 TERMINAL TRACTORS EQUIPPED WITH SEAT ANCHORAGE SYSTEM TETHERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE TETHER THAT ANCHORS THE SEAT AT THE SEAT BELT ATTACHMENT POINT TO THE FLOOR OF THE CAB HAS BEEN DETERMINED BY OUR SUPPLIER TO HAVE NOT MET THE PERFORMANCE REQUIREMENTS NORMALLY PROVIDED ON THE ADJUSTER MECHANISM.","IN THE EVENT OF A CRASH AND THE TETHER IS NOT ADJUSTED CORRECTLY, THE SEAT AND SEAT BELT MAY NOT BE SECURED ALLOWING THE PASSENGER TO BE THROWN FORWARD, POSSIBLY RESULTING IN PERSONAL INJURIES.","DEALERS WILL INSTALL THE NEW TETHER STRAP FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2007. OWNERS MAY CONTACT KALMAR-OTTAWA AT 785-229-6327." -06/07/2007,07V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V255000),FREIGHTLINER LLC,AXLE HOUSING/DANA,POWER TRAIN,FL-499,Vehicle,97,"ON CERTAIN TRUCKS BUILT WITH DANA REAR AXLES, THE HOUSINGS MAY CONTAIN THINNER MATERIAL THAN WHAT IS NECESSARY FOR NORMAL VEHICLE OPERATION.","OVER TIME, THIS THINNER MATERIAL MAY RESULT IN A FATIGUE FAILURE OF THE REAR AXLE HOUSING, POSSIBLY IN THE LOCATION OF THE BRAKE FLANGE. A CRACK IN THE BRAKE FLANGE LOCATION OF THE REAR AXLE HOUSING MAY RESULT IN A WHEEL END LOCKUP OR WHEEL SEPARATION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT THE VEHICLE'S REAR AXLES AND, IF NECESSARY, REPLACE THE AXLE HOUSINGS. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -06/07/2007,07V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V249000),"Forest River, Inc.",BOTTOM STEP PIVOT ARM/HICKORY SPRINGS,EQUIPMENT,NR (Not Reported),Vehicle,287,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH HICKORY SPRINGS ""BIG EASY TRIPLE STEPS,"" AN IMPROPER ENGAGEMENT OF THE BOTTOM STEP PIVOT ARM WITH THE FORMED STOP EDGE OF THE MIDDLE STEP SUPPORT BRACKET CAN RESULT IN THE BOTTOM STEP ROTATING TO AN UNSAFE DOWNWARD ANGLE.",A PERSON COULD BE INJURED SHOULD THE STEP GIVE WAY WHILE BEING USED TO ENTER OR EXIT THE TRAILER.,"DEALERS WILL INSPECT THE TRAILERS FOR THE MANUFACTURING DATE STICKER TO VERIFY THE DATE OF PRODUCTION OF THE STEP AND, IF NECESSARY, WILL WELD STOCK TO EACH SIDE OF THE LOWER (TRIPLE) STEP STOP EDGES. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT CEDAR CREEK, PUMA, OR SABRE AT 1-574-389-4600." -06/07/2007,07V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V253000),"Piaggio Group Americas, Inc.",EXHAUST BUSHING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2757,"ON CERTAIN MOTORCYCLES, THE GRAPHITE EXHAUST BUSHING, WHICH SEALS THE CONNECTION BETWEEN THE EXHAUST PIPE AND THE MUFFLER, MUST BE REPLACED EACH TIME THE MUFFLER IS REMOVED AND REINSTALLED. IF THE EXHAUST BUSHING IS NOT REPLACED, EXHAUST GASES MAY BE PERMITTED TO LEAK PAST THE BUSHING.","THE REAR BRAKE HOSE MAY BE IMPAIRED OR MELTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE HEADER, PIPE, CLAMP AND GASKET, THEREBY ELIMINATING THE POTENTIAL ISSUE. THE RECALL BEGAN ON AUGUST 31, 2007. OWNERS MAY CONTACT VESPA/PIAGGIO AT 1-212-380-4400." -06/07/2007,07V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V260000),COUNTRY COACH INC,FMVSS 108/SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,90,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE SIDE MARKER LIGHTS IN THE COMBINATION HEADLIGHT AND TAIL LIGHT ASSEMBLIES DO NOT MEET THE MINIMUM PHOTOMETRIC VALUES OF THE STANDARD.",THE INADEQUACY OF THE FRONT AND REAR SIDE MARKER LIGHTS COULD AFFECT VISIBILITY OF THE MOTOR HOME DURING HOURS OF DARKNESS THAT COULD POTENTIALLY RESULT IN A MOTOR VEHICLE CRASH.,"DEALERS WILL PLACE MARKER LIGHTS ON THE SIDE OF EACH MOTOR HOME AS CLOSE AS REASONABLE TO THE FRONT AND REAR CORNERS AND WIRED INTO THE PARK LIGHT SYSTEM. THE RECALL BEGAN ON MARCH 4, 2008. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -06/07/2007,07V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V252000),"Piaggio Group Americas, Inc.",FUEL PUMP HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,232,"ON CERTAIN MOTORCYCLES, A FUEL PUMP HOSE MAY SWELL AND CHANGE DIMENSIONS, THEREBY LOOSENING ITS FIT AROUND THE FITTING AT THE FUEL PUMP. THE FUEL PRESSURE COULD DROP.","THIS COULD CAUSE ERRATIC MOTOR OPERATION, DIFFICULTY IN STARTING THE VEHICLE OR STALLING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL FUEL PUMP ASSEMBLIES. THE RECALL BEGAN ON SEPTEMBER 10, 2007. OWNERS MAY CONTACT PIAGGIO/MOTO GUZZI AT 1-212-380-4400." -06/07/2007,07E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E036000),RC COMPONENTS,GUSSET MISSING ON MOTORCYCLE FRAME,STRUCTURE,NR (Not Reported),Equipment,868,"CERTAIN RC COMPONENTS MOTORCYCLE FRAMES MANUFACTURED BETWEEN JANUARY 2003 AND SEPTEMBER 2005 SOLD AS REPLACEMENT EQUIPMENT. THE FACTORY-INSTALLED WELDED GUSSET PLATE CONNECTING THE FRAME BACKBONE, NECK, AND DOWN TUBE IS MISSING.","AS A RESULT, ADDITIONAL STRESS WOULD BE PLACED ON THE WELDS CAUSING RAPID WEAR AND POSSIBLE JOINT SEPARATION. FRAME SEPARATION OF THE NECK, DOWN TUBE, AND BACKBONE JOINTS COULD CAUSE THE DRIVER TO LOSE STEERING AND CONTROL OF THE BIKE, POSSIBLY RESULTING IN A CRASH.",THE VEHICLE MANUFACTURERS ARE WORKING WITH RC COMPONENTS TO NOTIFY OWNERS AND THE MOTORCYCLES WILL BE REPAIRED OR REPLACED FREE OF CHARGE. OWNERS CAN CONTACT EITHER THEIR MOTORCYCLE MANUFACTURER OR RC COMPONENTS AT 270-842-6000. -06/07/2007,07V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V232000),"Navistar, Inc.",HIGH PRESSURE OIL HOSE LEAKS,ENGINE AND ENGINE COOLING,07510,Vehicle,8028,"CERTAIN MY 1996 THRU 2004 RE COMMERCIAL AND SCHOOL BUSES EQUIPPED WITH INTERNATIONAL T444E V-8 DIESEL ENGINES MANUFACTURED BETWEEN JANUARY 3, 1996, AND MARCH 22, 2004. HOSE ASSEMBLIES THAT SUPPLY HIGH PRESSURE OIL TO THE ENGINE'S CYLINDER HEADS MAY DETERIORATE OVER TIME AND ALLOW OIL TO LEAK OR MIST THE ENGINE COMPARTMENT.","THIS LEAKING OIL CAN CATCH FIRE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","INTERNATIONAL WILL NOTIFY OWNERS AND REPLACE THE HOSES WITH NEWLY DESIGNED, MORE WEATHER RESISTANT HOSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2007. OWNERS CAN CONTACT INTERNATIONAL AT 1-800-448-7825." -06/07/2007,07V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V259000),"Gillig, LLC",HYDRAULIC HOSES,STEERING,NR (Not Reported),Vehicle,291,"ON CERTAIN TRANSIT BUSES, THE HYDRAULIC HOSE LOCATED IN THE ENGINE COMPARTMENT WAS MANUFACTURED INCORRECTLY WHICH COULD CAUSE A HYDRAULIC FLUID LEAK.",HYDRAULIC FLUID LEAKAGE COULD LEAD TO A LOSS OF FLUID WHICH COULD AFFECT VEHICLE STEERING OR CREATE THE CONDITIONS FOR A POTENTIAL ENGINE COMPARTMENT FIRE.,"GILLIG WILL PROVIDE CORRECT HOSES TO THEIR CUSTOMERS FOR REPLACEMENT OR WILL REPLACE THE HOSES FOR THEM. THE RECALL BEGAN ON JUNE 27, 2007. OWNERS MAY CONTACT GILLIG AT 1-510-785-1500." -06/07/2007,07V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V245000),Keystone RV Company,INCORRECT INFORMATION ON LABELS,EQUIPMENT,07-086,Vehicle,152,CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS HAVE INCORRECT INFORMATION ON THE FEDERAL IDENTIFICATION TAG AND THE TIRE AND LOADING INFORMATION LABEL.,"ON THE TRAVEL TRAILERS, THE GVWR AND THE AXLE RATING IS HIGHER THAN THE ACTUAL RATINGS FOR THE AXLES INSTALLED. LOADING THE VEHICLE BEYOND THE GVWR COULD RESULT IN POOR VEHICLE HANDLING AND INCREASED RISK OF PROPERTY AND A VEHICLE CRASH. ON THE FIFTH WHEEL TRAILERS, THE TIRE LOAD RANGE AND MAXIMUM INFLATION DATA ON THE TAG IS INCORRECT. OVER-INFLATING A TIRE COULD LEAD TO PERSONAL INJURY AND PROPERTY DAMAGE.","DEALERS WILL REPLACE THE FEDERAL IDENTIFICATION LABELS AND THE TIRE AND LOADING INFORMATION LABELS. THE RECALL BEGAN ON JUNE 26, 2007. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -06/07/2007,07V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V254000),"Piaggio Group Americas, Inc.",LOWER FORK YOKE,STEERING,NR (Not Reported),Vehicle,1044,"ON CERTAIN MOTORCYCLES, THE LOWER FORK YOKE COULD FAIL. A CRACK CAN FORM AROUND THE LOWER FORK BEARING.","IF THE VEHICLE IS DRIVEN UNDER SUCH A CONDITION, AND THE CRACK COMPROMISES THE INTEGRITY OF THE FRONT SUSPENSION, THERE IS THE POSSIBILITY OF A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE LOWER FORK COMPONENT IF NECESSARY. THE RECALL BEGAN ON SEPTEMBER 17, 2007. OWNERS MAY CONTACT PIAGGIO/MOTO GUZZI AT 1-212-380-4400." -06/07/2007,07E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E038000),"Bendix Commercial Vehicle Systems, LLC",PARKER SINGLE CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,156140,"CERTAIN PARKER BRASS 90 DEGREE SINGLE CHECK VALVES WHICH ATTACH TO THE SUPPLY PORT OF A BENDIX SR-7 SPRING BRAKE MODULATING VALVE SOLD AS ORIGINAL EQUIPMENT AND ALSO SOLD SEPARATELY AS P/N 5010889. AFTER PROLONGED USE OF THE PARKER SCV, THE VALVE BODY RETAINER MAY BECOME EXCESSIVELY WORN AND EVENTUALLY BREAK APART. PIECES OF THE PARKER SCV CAN BECOME LODGED INSIDE THE SR-7 SPRING BRAKE MODULATING VALVE, POTENTIALLY CAUSING EITHER LEAKAGE OUT OF THE SR-7 VALVE OR PREVENTING AIR FROM PROPERLY EXHAUSTING FROM THE SR-7 VALVE.","THIS CONDITION CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON. THESE CONDITIONS CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, BRAKE DRAG, OR IN THE CASE OF LOSS OF PRIMARY CIRCUIT, INABILITY TO MODULATE THE SPRING BRAKES.","BENDIX WILL NOTIFY THE OWNERS OF THE AFTERMARKET REPLACEMENT EQUIPMENT AND THE VEHICLE MANUFACTURERS WHO WILL NOTIFY THEIR OWNERS. BENDIX WILL REPAIR THE AFFECTED VALVES FREE OF CHARGE. THE RECALL BEGAN ON JULY 24, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000." -06/07/2007,07V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V251000),"ALFA LEISURE,INC.",RANGES/CARBON MONOXIDE POISONING/ATWOOD,EQUIPMENT,0137,Vehicle,53,"ON CERTAIN FIFTH WHEEL TRAILERS AND MOTOR HOMES EQUIPPED WITH ATWOOD SEALED BURNER RANGES, THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"ALFA LEISURE IS WORKING WITH ATWOOD TO HAVE THE TUBES REPLACED ON THESE RANGES, THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT ATWOOD AT 1-800-348-7418 OR ALFA LEISURE AT 1-909-628-5574." -06/07/2007,07V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V234000),FREIGHTLINER LLC,RIGHT FRONT HYDRAULIC BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",FL-497,Vehicle,431,CERTAIN MY 2006 AND 2007 FREIGHTLINER FS-65 SCHOOL AND SHUTTLE BUS CHASSIS EQUIPPED WITH CATERPILLAR C7 ENGINES AND HYDRAULIC BRAKE LINE P/NO A12-21572-000. THE FRONT BRAKE LINES MAY HAVE BEEN IMPROPERLY SECURED ALLOWING THE BRAKE LINE TO CONTACT THE ENGINE COOLANT PLUMBING COMPONENTS.,THIS COULD CAUSE A LOSS OF BRAKE FLUID AND REDUCED BRAKE PERFORMANCE POTENTIALLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.,"FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON JULY 12, 2007. OWNERS CAN CONTACT THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -06/07/2007,07E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E039000),TECHNOLOGY RESEARCH CORPORATION,RV SURGE PROTECTION AND CIRCUIT ANALYZER,EQUIPMENT,NR (Not Reported),Equipment,841,"CERTAIN TRC SURGE GUARD 50A/120V CIRCUIT ANALYZERS, MODEL AECM10096, SOLD AS AFTERMARKET EQUIPMENT FOR USE IN RECREATIONAL VEHICLES. THE PRODUCT DOES NOT INDICATE AN OPEN NEUTRAL CONDITION UNTIL AFTER AN UNBALANCED ELECTRONIC LOAD IS APPLIED TO THE CIRCUIT.",ELECTRONIC EQUIPMENT IN THE RV COULD BE DAMAGED AS A RESULT OF AN OPEN NEUTRAL CONDITION SOME OF WHICH COULD AFFECT THE SAFETY OF THE VEHICLE.,"TRC WILL NOTIFY OWNERS AND OFFER TO REIMBURSE THE AFFECTED UNITS. THE RECALL BEGAN ON JUNE 22, 2007. OWNERS CAN CONTACT TRC AT 1-800-780-4324." -06/07/2007,07V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V246000),DAIMLERCHRYSLER MANUFACTURING INTL,SIDE WINDOW AIR BAG MODULE,AIR BAGS,G20,Vehicle,21,"ON CERTAIN TRUCKS, THE SIDE WINDOW AIR BAG MODULE DIFFUSER MATERIAL MAY CONTAIN HAIRLINE CRACKS.","IN THE CASE OF A CRASH WITH A TRIGGER SIGNAL FOR THE WINDOW BAG MODULE, IT IS POSSIBLE THAT SUCH A DIFFUSER MAY CRACK AT THE BEGINNING OF THE AIR BAG ACTIVATION INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL REPLACE THE RIGHT, LEFT, OR BOTH SIDE WINDOW AIR BAG MODULES. THE RECALL BEGAN ON JULY 16, 2007. OWNERS MAY CONTACT DCC AT 1-843-695-5041." -06/07/2007,07V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V244000),"Kawasaki Motors Corp., U.S.A.",SIDESTAND SPRING WELDING,STRUCTURE,NR (Not Reported),Vehicle,5,"ON CERTAIN MOTORCYCLES, THE SPRING RETAINING PIN ON THE FRAME MAY NOT HAVE BEEN COMPLETELY WELDED IN PLACE AND COULD FALL OUT, ALLOWING THE SIDESTAND TO DROP INTO THE ""PARKING"" POSITION.","IF THIS OCCURRED WHILE THE VEHICLE WAS IN MOTION, A CRASH COULD OCCUR.","KAWASAKI WILL REPURCHASE THESE MOTORCYCLES. THE RECALL BEGAN ON JUNE 1, 2007. ALL DEALERS/OWNERS HAVE BEEN NOTIFIED." -06/07/2007,07E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E037000),"Bendix Commercial Vehicle Systems, LLC",SR-7 SPRING BRAKE MODULATING VALVE,PARKING BRAKE,NR (Not Reported),Equipment,159294,"CERTAIN BENDIX SR-7 SPRING BRAKE MODULATING VALVES MANUFACTURED BETWEEN NOVEMBER 4, 2005, AND APRIL 17, 2007, INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN SCHOOL AND TRANSIT BUSES AND HEAVY TRUCKS ALSO SOLD AS REPLACEMENT EQUIPMENT. DUE TO A MANUFACTURING DEFECT IN THE INTERNAL RUBBER CHECK VALVE INSIDE THE SR-7 SPRING BRAKE MODULATING VALVES. THE VALVES CAN BECOME DEFORMED AND NOT SEAT PROPERLY.","THIS CONDITION WILL RESULT IN LEAKAGE AND CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKE WITHOUT WARNING, POSSIBLY LEADING TO UNINTENDED VEHICLE ROLLAWAY WHICH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","BENDIX WILL NOTIFY THE OWNERS OF THE AFTERMARKET REPLACEMENT EQUIPMENT AND THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS. BENDIX WILL REPAIR THE AFFECTED VALVES FREE OF CHARGE. THE RECALL BEGAN ON JULY 24, 2007. OWNERS MAY CONTACT BENDIX AT 440-329-9000." -06/07/2007,07V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V248000),"Nissan North America, Inc.",TRANSVERSE LINK BOLT,SUSPENSION,PB037,Vehicle,1438,"DURING PRODUCTION, A SELECT NUMBER OF VEHICLES UNDERWENT AN OFFLINE INSPECTION AT THE ASSEMBLY PLANT WHERE A BOLT IN THE FRONT SUSPENSION ASSEMBLY WAS REMOVED. ON SOME OF THESE VEHICLES, IT IS POSSIBLE THAT THIS BOLT MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATION WHEN IT WAS REINSTALLED.","IF THE BOLT IS LOOSE, THE DRIVER WILL HEAR A RATTLING NOISE AND NOTICE VIBRATION. IF THE BOLT COMES OFF COMPLETELY, THE DRIVER CAN EXPERIENCE DIFFICULTY IN CONTROLLING THE DIRECTION OF THE VEHICLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE ATTACHMENT BOLTS AND TIGHTEN THEM TO THE SPECIFIED VALUE. THIS RECALL BEGAN ON JULY 2, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -06/05/2007,07V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V238000),Ford Motor Company,AXLE HOUSING/DANA,POWER TRAIN,07S53,Vehicle,31,"ON CERTAIN TRUCKS BUILT WITH DANA REAR AXLES, THE REAR AXLE MAY HAVE A HOUSING THAT WAS BUILT USING STEEL THAT WAS THINNER THAN SPECIFIED.","THROUGH NORMAL USE, THE AXLE HOUSING COULD FATIGUE AND DEVELOP A CRACK WHICH COULD RESULT IN A WHEEL END LOCK-UP OR SEPARATION, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE AXLE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 12, 2007. OWNERS MAY CONTACT FORD AT 1-800-248-0186." -06/05/2007,07V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V243000),"KTM North America, Inc.",CHAIN SLIDER GUARD MOUNTING BOLTS,POWER TRAIN,NR (Not Reported),Vehicle,1092,"ON CERTAIN MOTORCYCLES, DURING USE THE CHAIN SLIDER GUARD MOUNTING BOLTS MAY BECOME LOOSE AND POSSIBLY FALL OUT. THIS COULD RESULT IN THE POSSIBILITY OF THE CHAIN SLIDER GUARD TO BECOME DETACHED.","SUBSEQUENTLY, THE CHAIN SLIDER GUARD COULD BECOME CAUGHT IN THE DRIVE CHAIN WHICH MAY LEAD TO A CRASH.","DEALERS WILL INSPECT THE CHAIN SLIDER GUARD MOUNTING BOLTS AND PROPERLY SECURE THEM. THE RECALL BEGAN ON JUNE 8, 2007. OWNERS MAY CONTACT KTM AT 1-440-985-3553." -06/05/2007,07V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V227000),"Navistar, Inc.",DIESEL ENGINE/GENERATOR UNIT,ELECTRICAL SYSTEM,07507,Vehicle,12,"ON CERTAIN TRUCKS, THE DIESEL ENGINE/GENERATOR UNIT CAN BE STARTED REMOTELY BY A PERSON IN THE TRUCK CAB WHILE ITS PROTECTIVE COVER IS REMOVED; AND UNDER CERTAIN CONDITIONS THE ENGINE MAY RE-START AFTER THE EMERGENCY FUEL CUTOFF IS USED TO SHUT DOWN THE UNIT.","AN UNEXPECTED STARTING OF THE DIESEL ENGINE/GENERATOR UNIT, WHEN THE PROTECTIVE COVER IS REMOVED AND MAINTENANCE IS BEING PERFORMED, MAY RESULT IN PERSONAL INJURY.","DEALERS WILL UPDATE THE AUXILIARY POWER SYSTEM WITH A NEW ELECTRONIC CONTROL UNIT CONTAINING PROGRAMMING TO PREVENT DIESEL ENGINE/GENERATOR OPERATION WHILE ITS PROTECTIVE COVER IS REMOVED. NEW WARNING LABELS WILL BE INSTALLED ON THE DIESEL ENGINE/GENERATOR UNIT AND COVER. ORANGE CONDUIT WILL BE INSTALLED ON ALL HIGH VOLTAGE POWER CABLES. THE RECALL BEGAN ON JUNE 29, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/05/2007,07V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V226000),"Volvo Car USA, LLC",FUEL PRESSURE SENSOR,ENGINE AND ENGINE COOLING,R181,Vehicle,32189,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PRESSURE SENSOR LOCATED ON THE LEFT END OF THE FUEL RAIL MAY, AT TIMES, TRANSMIT INCORRECT SIGNAL REGARDING THE FUEL PRESSURE TO THE ENGINE CONTROL MODULE. IF THE SIGNAL IS OUTSIDE OF THE PRE-PROGRAMMED ALLOWABLE LIMITS, A DIAGNOSTIC TROUBLE CODE MAY BE SET AND THE CHECK ENGINE LIGHT WILL COME ON. THE SOLDERED JOINTS ON THE CIRCUIT BOARD OF THE FUEL PRESSURE SENSOR MAY CRACK DUE TO TEMPERATURE CHANGES AND EXCESSIVE VIBRATIONS.","MISFIRE MAY OCCUR DURING DRIVING THAT, IN TURN, WILL REDUCE THE ENGINE TORQUE AND IN THE WORST CASE SCENARIO, THE ENGINE MAY STALL WITHOUT WARNING. IN CERTAIN TRAFFIC SITUATIONS THIS COULD CAUSE AN UNSAFE SITUATION AND POSSIBLY A CRASH.","DEALERS WILL REPLACE THE FUEL PRESSURE SENSOR FREE OF CHARGE. THE RECALL BEGAN ON JUNE 29, 2007. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -06/05/2007,07V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V225000),COUNTRY COACH INC,IDENTIFICATION LAMPS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,605,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE MOTOR HOMES WERE EQUIPPED WITH MORE THAN THREE AMBER IDENTIFICATION LAMPS LOCATED AT THE TOP AND FRONT OF THE VEHICLE. ALSO, THE SIDE MARKER LIGHTS IN THE COMBINATION HEADLIGHT AND TAIL LIGHT ASSEMBLIES DO NOT MEET THE MINIMUM PHOTOMETRIC VALUE AT 45 DEGREES AS SPECIFIED IN THE STANDARD.",THE FIVE IDENTIFICATION LIGHTS COULD POSSIBLY CAUSE CONFUSION TO ON-COMING MOTORISTS WHO ARE USED TO OBSERVING THREE IDENTIFICATION LIGHTS. THE INADEQUACY OF THE FRONT AND REAR SIDE MARKER LIGHTS COULD AFFECT VISIBILITY OF THE MOTOR HOME DURING HOURS OF DARKNESS THAT COULD POTENTIALLY RESULT IN A CRASH.,"DEALERS WILL REMOVE THE TWO EXTRA IDENTIFICATION LAMPS AND INSTALL FOUR SIDE MARKER LIGHTS, ONE AT EACH CORNER, FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT MARCH 31, 2008. OWNERS MAY CONTACT COUNTRY COACH AT 800-547-8015." -06/05/2007,07V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V236000),"Wood Manufacturing Co., Inc.",INCORRECT LOAD RATED TIRES INSTALLED,TIRES,NR (Not Reported),Vehicle,321,"CERTAIN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES.' SOME 'C' LOAD RATED TIRES WERE SUPPLIED INADVERTENTLY INSTEAD OF 'D' LOAD RATED TIRES .",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"OWNERS WILL BE ASKED TO INSPECT THE TIRES TO SEE IF THE TIRES ARE 'D' LOAD RATED OR 'C' LOAD RATED. IF THE TIRES ARE 'C' LOAD RATED, THE CUSTOMER WILL BE DIRECTED TO CONTACT THEIR RANGER DEALER TO HAVE THE TIRES CHANGED. THE RECALL BEGAN ON JUNE 14, 2007. OWNERS MAY CONTACT RANGER BOATS AT 1-870-452-2222." -06/04/2007,07V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V229000),"Mitsubishi Fuso Truck of America, Inc.",BRAKE VACUUM HOSE,"SERVICE BRAKES, HYDRAULIC",C1002510,Vehicle,5090,"ON CERTAIN MEDIUM DUTY TRUCKS, THE BRAKE VACUUM HOSE MAY HAVE BEEN MANUFACTURED WITH INSUFFICIENT WALL THICKNESS ALLOWING THE HOSE TO COLLAPSE DURING NORMAL VEHICLE OPERATION.","CONTINUED OPERATION OF THIS VEHICLE IN THIS CONDITION COULD (1) WITH RESPECT TO THE FE83D FE84D, AND FG84D MODELS, RESTRICT PROPER OPERATION OF THE BRAKE POWER-ASSIST AND COMPROMISE BRAKING PERFORMANCE; AND (2) WITH RESPECT TO THE FE85D MODEL, RESTRICT PROPER OPERATION OF THE EXHAUST BRAKE SYSTEM. EITHER OCCURRENCE COULD LEAD TO COMPROMISED BRAKING PERFORMANCE AND INCREASED BRAKING DISTANCES, WHICH COULD CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE BRAKE VACUUM HOSE WITH A HOSE MANUFACTURED WITH WALLS OF PROPER THICKNESS. THE RECALL BEGAN ON AUGUST 20, 2007. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-3917." -06/04/2007,07E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E033000),"Cummins, Inc.",CONNECTING ROD FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,2159,"CERTAIN ISL CUMMINS CM850 DIESEL ENGINES PRODUCED FOR RECREATIONAL VEHICLE APPLICATIONS BETWEEN OCTOBER 17, 2005, AND APRIL 18, 2006, WITH ENGINE SERIAL NUMBER RANGE FROM 46543077 TO 46603939. THE CONNECTING ROD CONTAINS A MACHINING DEFECT IN THE WRIST PIN BUSHING OF THE ROD THAT COULD CAUSE SEIZURE OF THE PISTON PIN.","IF ALLOWED TO PROGRESS, THIS COULD LEAD TO ENGINE FAILURE WITH THE POSSIBILITY OF THE ROD RUPTURING THE BLOCK CAVITY. OIL AND DEBRIS ON THE ROADWAY COULD RESULT IN A VEHICLE CRASH.","EACH VEHICLE MANUFACTURER WILL NOTIFY OWNERS OF VEHICLES THAT CONTAIN THESE ENGINES ABOUT THIS DEFECT. CUMMINS WILL CONDUCT THE REMEDY CAMPAIGN AND PROVIDE QUARTERLY COMPLETION REPORTS BROKEN DOWN BY VEHICLE MANUFACTURER; HOWEVER THE VEHICLE MANUFACTURERS WILL BE RESPONSIBLE FOR THE RECALL. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL BEGAN ON JULY 20, 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357." -06/04/2007,07E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E034000),"Cummins, Inc.",ELECTRONIC CONTROL MODULE FAILURE/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,C0709,Equipment,782,"CERTAIN CUMMINS ISM CM876 (EPA-07) DIESEL ENGINES PRODUCED FOR ON HIGHWAY VEHICLE APPLICATIONS FROM APRIL 1, 2006, THROUGH MARCH 21, 2007, WITH SERIAL NUMBERS RANGING FROM 35157011 TO 35192741. THE ELECTRONIC CONTROL MODULE FAILS TO RECOGNIZE INPUTS OF THE VEHICLE ELECTRONIC CONTROL UNIT OR FROM A DRIVER ACTUATED DASH SWITCH THEREBY INCREASING THE RISK OF UNINTENDED (OR UNEXPECTED) ELEVATED EXHAUST TEMPERATURES.","WHILE THIS CONDITION DOES NOT INVOLVE A RISK OF FIRE IN THE VEHICLE ITSELF, IT COULD PRESENT A FIRE HAZARD IN A SITUATION WHERE THE VEHICLE'S EXHAUST IS IN CLOSE PROXIMITY TO MATERIALS OR SUBSTANCES THAT CAN MELT, BURN, OR EXPLODE.",EACH VEHICLE MANUFACTURER WILL NOTIFY OWNERS OF VEHICLES THAT CONTAIN THESE ENGINES ABOUT THIS DEFECT. CUMMINS WILL CONDUCT THE REMEDY CAMPAIGN AND PROVIDE QUARTERLY COMPLETION REPORTS BROKEN DOWN BY VEHICLE MANUFACTURER; HOWEVER THE VEHICLE MANUFACTURERS WILL BE RESPONSIBLE FOR THE RECALL. VEHICLES WILL BE REPAIRED AT NO COST TO THE OWNER. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2007. OWNERS CAN CONTACT EITHER THEIR VEHICLE MANUFACTURER OR CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357. -06/04/2007,07V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V222000),"Navistar, Inc.",REAR AXLE BRAKE SLACK ADJUSTERS,SUSPENSION,07509,Vehicle,230,"ON CERTAIN TRUCKS, THE REAR-REAR AXLE BRAKE SLACK ADJUSTERS MAY CONTACT THE REAR AXLE HOUSING PREVENTING THE BRAKES FROM BEING FULLY APPLIED POSSIBLY CAUSING EXTENDED STOPPING DISTANCES.","EXTENDED STOPPING DISTANCES CAN CONTRIBUTE TO A VEHICLE CRASH THAT MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE ALL REAR-REAR AXLE BRAKE SPIDERS WITH A SPIDER THAT HAS A DIFFERENT BRAKE GROUP CLOCKING ANGLE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 29, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/04/2007,07V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V230000),"NATIONAL RV, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,21326,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NATIONAL RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST OWNERS IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NATIONAL RV AT 1-800-999-7260, EXT. 4335. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE WWW.CACB.USCOURTS.GOV. ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT WWW.OMNIMGT.COM/NATIONALRV. NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -06/04/2007,07V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V228000),HARSCO TRACK TECHNOLOGIES,STEERING STOP,WHEELS,02-036A,Vehicle,700,"ON CERTAIN VEHICLES EQUIPPED WITH SERIES 0307, HR0307A, HR0307B, HR1000A OR HR1500HB HY--RAIL GUIDE WHEEL EQUIPMENT, THESE STEERING STOPS MAY NOT BE CORRECTLY INSTALLED.",DAMAGE OCCURS TO THE VEHICLE COMPONENTS AROUND THE RIMS ON THE FRONT OF THE VEHICLE. THE ANTI-LOCK BRAKE SENSOR WIRES COULD BE CUT.,"THE VEHICLE'S FRONT TIRES, WHEELS, UPPER CONTROL ARMS, AND ANTI-LOCK BRAKE SENSOR WIRES WILL BE INSPECTED. IF ANY DAMAGE, WEAR, NICKS, GOUGES, CUT OR FRAYED WIRES, ARE FOUND, CONTROL ARM GUARD PLATES WILL BE NEEDED AND/OR THE STEERING STOPS WILL BE REPLACED. THE ANTI-LOCK BRAKE SENSOR WIRES WILL ALSO BE RELOCATED. OWNERS WERE NOTIFIED ON FEBRUARY 23, 2007. OWNERS MAY CONTACT HARSCO AT 1-507-235-7212." -06/04/2007,07E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E035000),DETROIT DIESEL CORP.,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60,ENGINE AND ENGINE COOLING,07C-3,Equipment,8757,"CERTAIN DETROIT DIESEL SERIES 60 ENGINES MANUFACTURED BETWEEN JANUARY 3, 2000, AND SEPTEMBER 28, 2002, INSTALLED ON CERTAIN HIGHWAY COACH AND MOTOR HOME VEHICLES. THE TURBOCHARGER'S COMPRESSION WHEEL ON THESE ENGINES MAY FAIL.",A FIRE CAN RESULT SHOULD THE TURBOCHARGER FAIL.,"EACH VEHICLE MANUFACTURER WILL NOTIFY ITS OWNERS AND DETROIT DIESEL WILL REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 20, 2007. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708." -06/01/2007,07V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V224000),"Navistar, Inc.",FMVSS 403/RICON WHEELCHAIR LIFT,EQUIPMENT ADAPTIVE/MOBILITY,07508,Vehicle,727,"CERTAIN MY 2007 AND 2008 INTERNATIONAL SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JANUARY 20 AND SEPTEMBER 28, 2006, EQUIPPED WITH RICON WHEELCHAIR LIFTS . THE LIFT INNER BARRIER INTERLOCK SWITCH SYSTEM MAY NOT DETECT THE PRESENCE OF A PASSENGER ON THE INNER BARRIER AND ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHILE OCCUPIED WHICH DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","THE DEFECT INVOLVES THE INTERLOCK SWITCH SYSTEM IN THE LIFT NOT DETECTING THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE RICON WHEELCHAIR PLATFORM LIFT. IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM WHEN THE PLATFORM WAS LOWERED. THIS COULD RESULT IN INJURY TO THE WHEELCHAIR'S OCCUPANT. ALSO, ANYONE STANDING ON THE PLATFORM COULD LOSE HIS OR HER BALANCE AND FALL, RESULTING IN INJURY.","INTERNATIONAL IS WORKING WITH RICON TO REPAIR THE BUSES FREE OF CHARGE (PLEASE SEE 06E101). THE RECALL BEGAN ON JULY 20, 2007. OWNERS CAN CONTACT RICON AT 818-267-3012 OR INTERNATIONAL AT 1-800-448-7825." -05/28/2007,07E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E032000),INTERMOTIVE VEHICLE CONTROLS,FMVSS 403/WHEELCHAIR LIFT INTERLOCK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,69,"CERTAIN WHEELCHAIR LIFT INTERLOCK MODULES, P/NO A-LOCK601-GD, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN 2005-2007 CHEVROLET SCHOOL BUSES. WHEN THE VEHICLE BATTERY VOLTAGE DROPS TO 7.5 VOLTS, THE MODULE MAY GO TO A FAULT MODE AND NOT LOCK THE SHIFTER IN PARK WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",THE VEHICLE MAY BE MOVED WITH THE LIFT DEPLOYED AND COULD RESULT IN INJURY OR DEATH TO THE LIFT OCCUPANT.,THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER OR INTERMOTIVE VEHICLE CONTROLS AT 530-346-1801. -05/28/2007,07V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V223000),U.S. BUS CORPORATION,FMVSS 404/INTERMOTIVE INTERLOCK DEVICE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,89,"CERTAIN MY 2006 AND 2007 U.S. BUS STURDIBUS, UNIVERSE, AND SAFE TRAN SCHOOL BUSES EQUIPPED WITH AN INTERMOTIVE LIFT INTERLOCK DEVICE MODULE MANUFACTURED BETWEEN AUGUST 1, 2006, AND MAY 9, 2007. WHEN THE VEHICLE BATTERY VOLTAGE DROPS TO 7.5 VOLTS, THE MODULE MAY GO TO A FAULT MODE AND NOT LOCK THE SHIFTER IN PARK WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.",THE VEHICLE MAY BE MOVED WITH THE LIFT DEPLOYED AND COULD RESULT IN INJURY OR DEATH TO THE LIFT OCCUPANT.,"U.S. BUS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 14, 2009. OWNERS CAN CONTACT U.S. BUS AT 765-939-3984." -05/25/2007,07V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V221000),"Volvo Car USA, LLC",JACK CRANK HANDLE LOCATION INSPECTION/LABEL,ELECTRICAL SYSTEM,SC179,Vehicle,42211,"ON CERTAIN PASSENGER VEHICLES, IT HAS BEEN DETERMINED THAT WHILE DOING BATTERY MAINTENANCE THE JACK'S CRANK HANDLE CAN BE MISPLACED UNDER A BRACKET WHICH RETAINS THE BATTERY.",MISPLACEMENT OF THE JACK'S CRANK HANDLE CAN POSE A SAFETY RISK AS IT CAN RESULT IN A SHORT CIRCUIT OF THE BATTERY WHICH COULD THEN LEAD TO A FIRE.,"DEALERS WILL INSPECT AND ENSURE PROPER PLACEMENT OF THE JACK CRANK HANDLE AND A WARNING LABEL WITH APPROVED TEXT WILL BE AFFIXED TO THE BRACKET WHICH RETAINS THE BATTERY. THIS WARNING LABEL WILL INFORM AN OPERATOR NOT TO PLACE THE JACK CRANK HANDLE BETWEEN THE BRACKET AND THE BATTERY FREE OF CHARGE. THE RECALL BEGAN ON JULY 7, 2007. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -05/24/2007,07V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V219000),"Yamaha Motor Corporation, USA",FUEL PUMP SEAL FACTORY MODIFICATION,"FUEL SYSTEM, GASOLINE",M2007-011R,Vehicle,13958,"ON CERTAIN MOTORCYCLES, A LEAK AT THE FUEL PUMP SEAL MAY ALLOW FUEL LEAKAGE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL PUMP SEAL FREE OF CHARGE. THE RECALL BEGAN ON JUNE 18, 2007. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -05/23/2007,07V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V218000),"Volvo Car USA, LLC",INCORRECT ASSEMBLY LEFT DOOR HANDLE,LATCHES/LOCKS/LINKAGES,R180,Vehicle,7828,"ON CERTAIN PASSENGER VEHICLES, AN INCORRECT TEMPORARY ASSEMBLY INSTRUCTION RESULTED IN AN INCORRECT ASSEMBLY OF THE LEFT DOOR HANDLE BOWDEN CABLE ATTACHMENT.",THIS INCORRECT ASSEMBLY MAY RESULT IN THE LEFT DOOR NOT MEETING CERTAIN LEGAL REQUIREMENTS AT A CERTAIN CRASH SCENARIO.,"DEALERS WILL ADJUST THE LEFT DOOR BOWDEN CABLE BY REMOVING AN EXISTING CABLE TIE AND PLACING THE BOWDEN CABLE IN ITS DESIGNATED POSITION FREE OF CHARGE. THE RECALL BEGAN ON JUNE 29, 2007. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -05/22/2007,07V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V217000),PACCAR Incorporated,REAR HOOD MOUNTING BRACKETS/FRONT BRAKE,STRUCTURE,07KW9,Vehicle,61,"ON CERTAIN TRUCKS, THE REAR HOOD MOUNTING BRACKETS CAN CONTACT THE FRONT AXLE BRAKE CHAMBER DURING FULL AXLE ARTICULATION.","IF CONTACT OCCURS, TWO POSSIBLE SCENARIOS MAY RESULT: (1) THE FRONT BRAKE CHAMBER MAY BE DAMAGED TO A POINT RESULTING IN THE LOSS OF AIR OR CAUSE SUDDEN FULL APPLICATION OF ONE OF THE BRAKES ON THE FRONT AXLE; OR (2) THE FRONT BRAKE CHAMBER MAY BE DAMAGED CAUSING A REDUCTION IN BRAKING CAPACITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE CHAMBER AND SURROUNDING COMPONENTS FOR ANY DAMAGE AND MODIFY THE REAR HOOD SUPPORT BRACKET TO ELIMINATE THE POTENTIAL FOR INTERFERENCE. IF ANY BRAKE COMPONENTS IS DAMAGED, THE DEALER WILL BE INSTRUCTED TO REPLACE THE COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 14, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -05/21/2007,07V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V213000),PACCAR Incorporated,MISROUTED JUMPER WIRE,ELECTRICAL SYSTEM,07KW8,Vehicle,293,"ON CERTAIN TRUCKS EQUIPPED WITH CUMMINS ISC OR PACCAR PX8 ENGINES, THE JUMPER WIRE BETWEEN THE GRID HEATER RELAY TO THE FUSE BLOCK HAS BEEN ROUTED IN SUCH A WAY THAT THE POTENTIAL EXISTS FOR IT TO RUB AGAINST THE RADIATOR SUPPORT.","THE SUSPECT WIRE IS DOWN STREAM OF THE FUSE; THIS CHAFF POINT COULD CAUSE THE 250 AMP CHARGE WIRE TO ARC, POTENTIALLY CAUSING A FIRE.","DEALERS WILL INSPECT THE ROUTING OF THE JUMPER WIRE. IF THE WIRE IS NOT ROUTED CORRECTLY, IT WILL BE INSPECTED FOR RUBBING OR CHAFFING AND REPLACED IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -05/21/2007,07V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V220000),"ALFA LEISURE,INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5625,"CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ALFA LEISURE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ALFA LEISURE AT 1-800-373-3372." -05/18/2007,07V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V212000),FREIGHTLINER LLC,EXTERNAL WARNING LIGHTS MALFUNCTION,EXTERIOR LIGHTING,FL-496,Vehicle,9970,"CERTAIN 2005 THROUGH 2008 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED FROM DECEMBER 1, 2003 TO MAY 18, 2007. THE EXTERNAL WARNING LIGHTS MAY STOP FUNCTIONING UNEXPECTEDLY IF THE FRONT ENTRANCE DOOR CLOSES WITHOUT THE DRIVER'S INPUT.",FAILURE OF THE EXTERNAL WARNING LIGHTS TO REMAIN ON DURING THE LOADING OR UNLOADING PROCESS COULD POSSIBLY RESULT IN A STUDENT BEING STRUCK BY A PASSING MOTORIST WHILE BOARDING OR EXITING THE BUS.,"FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 21, 2008. OWNERS MAY CONTACT THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -05/17/2007,07V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V215000),"Kawasaki Motors Corp., U.S.A.",ENGINE CONTROL UNIT/STALLING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5906,CERTAIN MOTORCYCLES MAY STALL UNDER DECELERATION DUE TO AN IMPROPER SETTING OF THE ENGINE CONTROL UNIT (ECU).,"THIS COULD CREATE THE POTENTIAL FOR A CRASH, RESULTING IN INJURY OR DEATH.","DEALERS WILL REPLACE THE ECU WITH ONE THAT CONTAINS REVISED SETTINGS THAT WILL ADDRESS THE ENGINE STALLING. THE RECALL BEGAN ON JUNE 19, 2007. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -05/17/2007,07C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C004000),Dorel Juvenile Group,FINGERS CAN GET STUCK IN SQUARE HOLE ON THE SEAT,CHILD SEAT,NR (Not Reported),Child Seat,18586,"CERTAIN DOREL JUVENILE GROUP CHILD RESTRAINT SYSTEMS MANUFACTURED FROM OCTOBER 1 THROUGH DECEMBER 31, 2005. THERE IS A POTENTIAL FOR A CHILD TO HAVE HIS/HER FINGER STUCK IN THE SQUARE HOLE LOCATED ON THE LEFT ARMREST.",A SMALL CHILD COULD PUT A FINGER OR THUMB IN THE HOLE AND MAY NOT BE ABLE TO PULL IT FREE ON THEIR OWN.,"DOREL WILL NOTIFY REGISTERED OWNERS AND PROVIDE A FREE REPAIR KIT. THIS RECALL BEGAN ON MAY 22, 2007. OWNERS CAN CONTACT DOREL AT 1-877-639-0659, MONDAY THROUGH FRIDAY 8AM TO 4:30PM EST OR VISIT THEIR WEBSITE AT WWW.DJGUSA.COM." -05/17/2007,07E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E031000),Maxzone Auto Parts Corporation,FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,848,"CERTAIN MAXZONE HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NOS. 317-1131L-AS, 317-1131R-AS, 317-1131L-US, AND 317-1131R-US, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. DURING PRODUCTION A SLIGHT DISTORTION OF THE BEZEL CHANGED THE LUMINOUS INTENSITY OF THE TURN SIGNAL. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON MAY 17, 2007. OWNERS MAY CONTACT MAXZONE AT 909-822-3288." -05/17/2007,07T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07T002000),DENMAN TIRE CORPORATION,FMVSS 119/MIS-MARKED LOAD INFORMATION,TIRES,NR (Not Reported),Tire,1659,"CERTAIN DENMAN INTERMODAL TRUCK TIRES, MODEL EXPRESS HIGHWAY, SIZE 11-22.5, MANUFACTURED BETWEEN APRIL AND DECEMBER 2006. THESE TIRES WERE NOT MARKED WITH BOTH THE MAXIMUM SINGLE AND DUAL LOAD INFLATION INFORMATION WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.","THE PURPOSE OF THIS STANDARD IS TO PROVIDE SAFE OPERATIONAL PERFORMANCE LEVELS FOR TIRES USED ON MOTOR VEHICLES OTHER THAN PASSENGER CARS, AND TO PLACE SUFFICIENT INFORMATION ON THE TIRES TO PERMIT THEIR PROPER SELECTION AND USE.","DENMAN WILL NOTIFY OWNERS AND MAKE THE TIRES COMPLIANT BY ADDING THE SINGLE MAXIMUM LOAD AND INFLATION INFORMATION. THE RECALL BEGAN ON JUNE 19, 2007. OWNERS CAN CONTACT DENMAN AT 1-330-675-4242." -05/17/2007,07V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V211000),MID BUS CORPORATION,"FMVSS 222/LEFT HAND BARRIER 39"" AND 45""",STRUCTURE,NR (Not Reported),Vehicle,1403,"CERTAIN MID BUS GUIDE AND GUIDE XL SCHOOL BUSES MANUFACTURED BETWEEN NOVEMBER 3, 2003, AND MARCH 30, 2007. THE 39"" AND 45"" LEFT HAND BARRIERS FAIL TO CONFORM TO THE ENERGY ABSORPTION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.",THE PURPOSE OF THIS STANDARD IS TO REDUCE THE NUMBER OF DEATHS AND THE SEVERITY OF INJURIES THAT RESULT FROM THE IMPACT OF SCHOOL BUS OCCUPANTS AGAINST STRUCTURES WITHIN THE VEHICLE DURING CRASHES AND SUDDEN MANEUVERS.,"MID BUS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 13, 2007. OWNERS MAY CONTACT MID BUS CUSTOMER SERVICE AT 1-877-358-6055." -05/17/2007,07V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V216000),"Kawasaki Motors Corp., U.S.A.",FUEL TANK LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4352,"ON CERTAIN MOTORCYCLES, THE FUEL TANK IS MOUNTED TO THE CHASSIS BY MEANS OF TABS THAT ARE SPOT WELDED TO THE TANK, THEN BRAISED/WELDED AROUND A PORTION OF THEIR CIRCUMFERENCE.","UNDER CERTAIN CONDITIONS, REPEATED STRESS CAN CRACK THE TANK AT THE LOCATION OF THE TABS, AND ALLOW FUEL TO LEAK.","DEALERS WILL REPLACE THE FUEL TANK. THE RECALL BEGAN ON JUNE 25, 2007. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -05/16/2007,07V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V210000),Cheetah Chassis Corporation,PLUMBING FITTINGS FOR AIR BRAKE SYSTEMS/BRASSCRAFT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1012,"ON CERTAIN SEMI-TRAILERS, DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.",CHEETAH CHASSIS IS WORKING WITH BRASSCRAFT TO REPLACE THE DEFECTIVE FITTING FREE OF CHARGE (PLEASE SEE 06E082). THE RECALL IS EXPECTED TO BEGIN DURING MAY 2007. OWNERS MAY CONTACT BRASSCRAFT AT 248-305-6000 OR CHEETAH CHASSIS AT 570-752-2709. -05/15/2007,07V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V209000),"Hino Motors Sales U.S.A., Inc.",FUEL PIPE CRACKS,"FUEL SYSTEM, GASOLINE",A5371,Vehicle,61,"ON CERTAIN TRUCKS, DUE TO INSUFFICIENT BRACKET STIFFNESS AND OVER-TIGHTENING OF THE CLIP, THE FUEL PIPE BETWEEN THE SUPPLY PUMP AND THE COMMON RAIL MAY CRACK.","THE ENGINE WARNING LIGHT WILL ALERT THE DRIVER OF THE PROBLEM. IF THE WARNING LIGHT IS IGNORED BY THE DRIVER, THIS COULD ULTIMATELY CAUSE A FIRE AND THE ENGINE TO STALL.","DEALERS WILL INSPECT THE BRACKET AND THE CLIP AND REPLACE THE NECESSARY PARTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 1, 2008. OWNERS MAY CONTACT HINO AT 248-648-6430." -05/15/2007,07V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V214000),"PROHAULER TRAILERS, INC.",TONGUE COUPLER,TRAILER HITCHES,NR (Not Reported),Vehicle,124,"ON CERTAIN FLATBED TRAILERS EQUIPPED WITH A 2 5/16"" ADJUSTABLE TONGUE COUPLER BUILT BY ATWOOD (PART NO. 81906, THE COUPLER CAN FAIL AND BREAK, CAUSING THE TRAILER TO SEPARATE FROM THE TOW VEHICLE WHILE BEING PULLED ON THE OPEN HIGHWAY.","SEPARATION OF THE TOWED VEHICLE COULD LEAD TO PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","PROHAULER WILL INSPECT OR CAUSE TO BE INSPECTED AND WILL REPLACE OR CAUSE TO BE REPLACED ALL DEFETIVE TONGUE COUPLERS, SPECIFICALLY ALL ATWOOD COUPLERS PART NO. 81906. THE RECALL BEGAN ON APRIL 19, 2007. OWNERS MAY CONTACT PROHAULER AT 1-803-548-4348." -05/10/2007,07V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V206000),"NABI Bus, LLC",AIR DRYER MALFUNCTIONS/GRAHAM WHITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,85,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH GRAHAM WHITE AIR DRYERS, THE AIR DRYER TIMER MODULES MAY ALLOW SUFFICIENT QUANTITIES OF MOISTURE TO ENTER AND AFFECT THE OPERATION OF THE VEHICLE AIR BRAKE SYSTEM.",FAILURE OF THE AIR BRAKE SYSTEM DUE TO MOISTURE COULD RESULT IN A CRASH.,"NABI, IN CONJUNCTION WITH GRAHAM-WHITE, WILL REPLACE THE AIR DRYER TIMER MODULE ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON MAY 31, 2007. OWNERS MAY CONTACT NABI AT 1-256-831-4296 OR GRAHAM-WHITE AT 540-387-5620." -05/10/2007,07V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V207000),UD Trucks Corporation,AUTO TENSIONER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6074,"ON CERTAIN TRUCKS EQUIPPED WITH BANDO BELT TENSIONER, CORROSION OR RUST MAY DEVELOP ON THE TENSIONER SPINDLE OR BUSHING CAUSING THE AUTO TENSIONER TO BECOME STIFF OR BIND. THIS CAN CAUSE THE DRIVE BELT TO SUDDENLY COME OFF, OR THE AUTO TENSIONER MOUNTING BOLTS COULD SUDDENLY BREAK.","IF THE DRIVE BELT COMES OFF, THE ALTERNATOR WARNING LAMP WILL ILLUMINATE. IF THE WARNING IS IGNORED, THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AUTO TENSIONER, INSTALL UPGRADED MOUNTING BOLTS, AND REPLACE THE ACCESSORY DRIVE BELT FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2007. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5523. NOTE: THIS RECALL WILL SUPERSEDE NISSAN DIESEL'S PREVIOUS CAMPAIGN (PLEASE SEE 06V159)." -05/10/2007,07E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E030000),Atwood Mobile Products,COOKING APPLIANCES/CARBON MONOXIDE POISONING,EQUIPMENT,NR (Not Reported),Equipment,1591,"CERTAIN ATWOOD RA SERIES SEALED IN RANGES, CA SERIES SLIDE-IN COOK TOPS, AND SLIDE-IN COOK TOP BURNER TUBE SERVICE KITS MANUFACTURED BETWEEN DECEMBER 3, 2006, AND APRIL 6, 2007, INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN RECREATIONAL VEHICLES AND ALSO SOLD AS REPLACEMENT SERVICE KITS. THE RANGE AND SLIDE-IN BURNER TUBES LEADING FROM THE GAS MANIFOLD TO THE BURNER HEADS HAD A DEPRESSION OR 'KINK' IN THE EXTERIOR BEND RESTRICTING PROPER AIRFLOW AND GAS MIXTURE.",THIS CONDITION COULD RESULT IN CARBON MONOXIDE POISONING.,"THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS AND ATWOOD WILL NOTIFY OWNERS OF THE SERVICE KITS AND REPLACE THE TUBES FREE OF CHARGE. THE RECALL BEGAN ON MAY 8, 2007. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR FURTHER INFORMATION OR CONTACT ATWOOD AT 1-800-348-7418." -05/10/2007,07C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C003000),"Evenflo Company, Inc.",UNEXPECTED HANDLE RELEASE,CHILD SEAT,NR (Not Reported),Child Seat,448000,"CERTAIN EVENFLO EMBRACE INFANT CHILD RESTRAINT SYSTEMS/CARRIERS MANUFACTURED BEFORE APRIL 8, 2006, WITH MODEL NUMBERS BEGINNING WITH 317, 320, 397, 398, 540, 548, 549, 550, 556, 597, 598 OR 599. WHEN USED AS AN INFANT CARRIER, THE HANDLE CAN UNEXPECTEDLY RELEASE, CAUSING THE CHILD RESTRAINT SYSTEM TO ROTATE FORWARD.","WHEN THIS HAPPENS, AN INFANT INSIDE THE CARRIER CAN FALL TO THE GROUND AND SUFFER SERIOUS INJURIES.","EVENFLO WILL NOTIFY REGISTERED OWNERS AND OFFER TO PROVIDE A FREE REPAIR KIT AND REPAIR INSTRUCTIONS. THE RECALL BEGAN ON MAY 8, 2007. OWNERS CAN CONTACT EVENFLO'S TOLL-FREE NUMBER AT 1-800-233-5921 BETWEEN 8AM AND 5PM EST OR VISIT THEIR WEBSITE AT WWW.EMBRACEHANDLE.COM." -05/09/2007,07V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V208000),"Hino Motors Sales U.S.A., Inc.",AUTO TENSIONER,ENGINE AND ENGINE COOLING,A5340,Vehicle,14588,"ON CERTAIN TRUCKS EQUIPPED WITH BANDO BELT TENSIONER, CORROSION OR RUST MAY DEVELOP ON THE TENSIONER SPINDLE OR BUSHING CAUSING THE AUTO TENSIONER TO BECOME STIFF OR BIND. THIS CAN CAUSE THE DRIVE BELT TO SUDDENLY COME OFF OR THE AUTO TENSIONER MOUNTING BOLTS COULD SUDDENLY BREAK.","IF THE DRIVE BELT COMES OFF, THE ALTERNATOR WARNING LAMP WILL ILLUMINATE. IF THE WARNING IS IGNORED, THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AUTO TENSIONER, INSTALL UPGRADED MOUNTING BOLTS, AND REPLACE THE ACCESSORY DRIVE BELT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2007. OWNERS MAY CONTACT HINO MOTORS AT 248-648-6430. NOTE: THIS RECALL SUPERSEDES A PREVIOUS CAMPAIGN (PLEASE SEE 06V157)." -05/09/2007,07V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V199000),"Jaguar Cars, Ltd.",BRAKE VACUUM HOSE ROUTING,"SERVICE BRAKES, HYDRAULIC",J003,Vehicle,277,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE SERVO VACUUM SUPPLY HOSE MAY HAVE BEEN MIS-ROUTED DURING ASSEMBLY. THIS CONDITION MAY BRING THE PIPE TOO CLOSE TO THE EXHAUST GAS RECIRCULATION (EGR) VALVE AND ATTACHMENTS ON THE EXHAUST MANIFOLD.","IN THE CASE OF A CONTACT CONDITION, THE BRAKE VACUUM HOSE MAY MELT LEADING TO A LOSS OF BRAKE ASSISTANCE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE VACUUM HOSE ROUTING AND ADJUST AS NECESSARY. THE HOSE WILL BE REPLACED IF THERE ARE SIGNS OF DAMAGE. THE RECALL BEGAN ON MAY 25, 2007. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -05/09/2007,07V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V200000),"Coachmen RV Company, LLC",PART 567/FMVSS 110/CERTIFICATION & TIRE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,230,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION,"" AND FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE INFORMATION PROVIDED ON THE CERTIFICATION AND TIRE INFORMATION LABELS DENOTING THE TIRE PRESSURE IS INCORRECT.","SHOULD THE TIRES BE INFLATED TO THE INCORRECT PRESSURE, IT IS POSSIBLE THAT THE TIRES COULD BE OVERLOADED AND FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE CORRECT CERTIFICATION AND TIRE INFORMATION LABELS AND SET THE TIRE PRESSURE TO THE REQUIRED 65 PSI FREE OF CHARGE. THE RECALL BEGAN ON MAY 21, 2007. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -05/09/2007,07V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V201000),"Pilgrim International, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1000,"CERTAIN RECREATIONAL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"PILGRIM WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PILGRIM AT 1-574-825-8686." -05/08/2007,07V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V204000),"Forest River, Inc.",COOKING RANGE/OVEN THERMOSTAT CONTROL VALVE/SUBURB,EQUIPMENT,NR (Not Reported),Vehicle,188,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH SUBURBAN THREE BURNER MATCH LIGHT GAS RANGES, THE OVEN THERMOSTAT CONTROL VALVE CAN ALLOW GAS FLOW TO THE OVEN BURNER WHEN THE OVEN CONTROL KNOB IS PUSHED IN AND NOT FULLY IN THE CORRECT POSITION TO LIGHT THE PILOT.","IF THE OVEN CONTROL KNOB WAS DEPRESSED FOR SOME TIME BEFORE LIGHTING THE PILOT LIGHT, THE EXCESS GAS IN THE OVEN COULD CAUSE A FLASH AT THE OPENING OF THE OVEN, POSSIBLY RESULTING IN PERSONAL INJURY.","FOREST RIVER IS WORKING WITH SUBURBAN TO REPLACE THE OVEN THERMOSTAT CONTROL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2007. OWNERS MAY CONTACT SUBURBAN AT 1-423-775-2131, EXT. 1, OR FOREST RIVER AT AT 1-503-831-5410." -05/08/2007,07V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V197000),HYUNDAI CARIBBEAN-PUERTO RICO,FMVSS 208/DRIVER AIR BAG MODULE REPLACEMENT,AIR BAGS,079,Vehicle,2967,"ON CERTAIN VEHICLES, STATIC AIR BAG DEPLOYMENT TESTING CONDUCTED BY NHTSA USING FIFTH PERCENTILE FEMALE DUMMIES INDICATED THAT A SMALL STATURE ADULT DRIVER NOT WEARING A SEAT BELT AND INVOLVED IN A FRONTAL OR NEAR FRONTAL CRASH, THE DEPLOYMENT OF THE DRIVER AIR BAG MAY NOT OCCUR.",THIS CAN CAUSE INCREASED RISK OF INJURY TO THE DRIVER UNDER CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPLACE THE DRIVER AIR BAG MODULE WITH ONE THAT IS DESIGNED TO PROVIDE AN INCREASED MARGIN OF COMPLIANCE FOR LOW RISK DEPLOYMENT FOR SMALL STATURE ADULTS WHO ARE NOT PROPERLY WEARING THE SEAT BELTS. THE RECALL BEGAN ON SEPTEMBER 6, 2007, AND WILL BE PERFORMED IN TWO MAILINGS. OWNERS MAY CONTACT HYUNDAI DE PUERTO RICO AT 1-800-981-0188." -05/08/2007,07V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V202000),Skyline Corporation,GENERATOR WIRING,EQUIPMENT,NR (Not Reported),Vehicle,38,"ON CERTAIN TOY HAULER TRAVEL TRAILERS, THE WIRING INSTALLED FOR AN AFTERMARKET GENERATOR IS 14-GAUGE WIRE. THE GENERATOR REQUIRES THE USE OF 8-GAUGE WIRE.","USING THE GENERATOR COULD CAUSE THE WIRE TO SMOLDER, BURN OR THE CIRCUIT BREAKER TO TRIP INCREASING THE RISK OF A FIRE.","DEALERS WILL REPLACE THE 14-GAUGE WIRE WITH 8-GAUGE WIRE. SKYLINE IS RECOMMENDING THAT OWNERS DO NOT USE THE GENERATOR UNTIL THIS WIRE HAS BEEN REPLACED. THE RECALL BEGAN ON MAY 2, 2007. OWNERS MAY CONTACT SKYLINE AT 1-800-736-2573." -05/08/2007,07V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V198000),Daimler Coaches North America,IMPROPER WIRING OF HARNESS BEHIND REAR TOILET,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,507,"ON CERTAIN MOTOR COACHES, THE ELECTRICAL WIRING HARNESS LOCATED BEHIND THE REAR TOILET WAS NOT PROPERLY INSTALLED. AS A RESULT, RUBBING CAN OCCUR ON THE OUTSIDE WIRE INSULATION CAUSING THE INSULATION TO WEAR AWAY AND EVENTUALLY CAUSE SUBSEQUENT ARCING.",THIS COULD LEAD TO A SHORT CIRCUIT AND POSSIBLY A SUBSEQUENT FIRE.,"DEALERS WILL CHECK THE WIRING HARNESS ROUTING AND WILL CHANGE THE DAMAGED WIRES. IN ADDITION THE WIRING HARNESS WILL BE RELOCATED IN SUCH A WAY AS TO PREVENT RUBBING. THE RECALL BEGAN ON MAY 18, 2007. OWNERS MAY CONTACT SETRA AT 1-800-882-8054." -05/07/2007,07V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V205000),"NABI Bus, LLC",AIR DRYER MALFUNCTIONS/GRAHAM WHITE,"SERVICE BRAKES, AIR",2007-02,Vehicle,183,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH GRAHAM WHITE AIR DRYERS, THE AIR DRYER TIMER MODULES MAY ALLOW SUFFICIENT QUANTITIES OF MOISTURE TO ENTER AND AFFECT THE OPERATION OF THE VEHICLE AIR BRAKE SYSTEM.",FAILURE OF THE AIR BRAKE SYSTEM DUE TO MOISTURE COULD RESULT IN A CRASH.,"NABI, IN CONJUNCTION WITH GRAHAM-WHITE, WILL REPLACE THE AIR DRYER TIMER MODULE ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON MAY 31, 2007. OWNERS MAY CONTACT NABI AT 1-256-831-4296 OR GRAHAM-WHITE AT 540-387-5620." -05/07/2007,07V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V203000),"Winnebago Industries, Inc.",AUXILIARY START SOLENOID DIODE,ELECTRICAL SYSTEM,104,Vehicle,68,"ON CERTAIN MOTOR HOMES, IF THE BATTERY BOOST SWITCH IS ENGAGED WHILE THE ENGINE IS OPERATING, THE ENGINE MAY SHUT DOWN.",THIS COULD CAUSE LOSS OF DRIVER CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A DIODE WIRE ASSEMBLY ON THE AUXILIARY START SOLENOID. THE RECALL BEGAN ON MAY 11, 2007. OWNERS CAN CONTACT WINNEBAGO AT 1-800-537-1885." -05/07/2007,07V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V195000),PACCAR Incorporated,CRACKS IN ENGINE FAN BLADE/HORTON,ENGINE AND ENGINE COOLING,07KW7,Vehicle,111,"ON CERTAIN TRUCKS BUILT WITH CUMMINS C15 OR ISX ENGINES AND EQUIPPED WITH HORTON ENGINE FANS, DURABILITY TESTING REVEALED MICRO CRACKS IN THE FAN BLADES.",THE POSSIBILITY EXISTS THAT THESE MICRO CRACKS COULD DEVELOP INTO LARGER CRACKS WHICH COULD CAUSE THE FAN TO BREAK APART WHILE TURNING RESULTING IN EQUIPMENT DAMAGE OR PHYSICAL INJURY.,"DEALERS WILL REPLACE THE FAN BLADE ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -05/07/2007,07V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V194000),GIRARDIN MINIBUS INC.,FMVSS 210/45 INCH SEATS MISSING LEG,SEATS,07-017-SLU,Vehicle,10,"CERTAIN MB IV G5 SCHOOL BUSES WITH 45 INCH SEATS EQUIPPED WITH TYPE 2 SEAT BELTS MANUFACTURED BETWEEN MAY 4 AND SEPTEMBER 18, 2006, FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, 'SEAT BELT ASSEMBLY ANCHORAGES.' THE SEATS WERE INSTALLED WITH ONLY ONE LEG BUT THERE SHOULD BE TWO IN ORDER TO MEET FMVSS 210 REQUIREMENTS.","IN THE EVENT OF A CRASH, THE SEAT WOULD NOT BE ABLE TO WITHSTAND THE FORCES INCURRED, POSSIBLY RESULTING IN SERIOUS INJURY THE SEAT OCCUPANT(S).","GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 11, 2007. OWNERS CAN CONTACT GIRARDIN AT 819-477-8222 EXT. 401." -05/07/2007,07V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V196000),"Chrysler (FCA US, LLC)",REAR WHEEL HUB MOUNTING BOLTS/FMVSS 135,WHEELS,G15,Vehicle,410,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH REAR DISC BRAKES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 135, ""LIGHT VEHICLE BRAKE SYSTEMS."" THE LENGTH OF THE REAR WHEEL HUB MOUNTING BOLTS MAY PREVENT ACTUATION OF THE PARK BRAKE.",THIS COULD ALLOW UNINTENDED MOVEMENT OF THE VEHICLE UNDER CERTAIN CONDITIONS AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE REAR WHEEL HUB MOUNTING BOLTS AND REPAIR THE PARK BRAKE FREE OF CHARGE. THE RECALL BEGAN ON MAY 8, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/04/2007,07V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V193000),Daimler Coaches North America,ELECTRICAL SOLAR ROOF HATCHES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,482,"ON CERTAIN MOTOR COACHES, THE ELECTRICAL WIRE PREPARATION FOR THE CONTROL OF SOLAR ROOF HATCHES WAS NOT CARRIED OUT PROPERLY. THIS WIRING MAY CONTAIN OPEN ENERGIZED WIRE ENDS LOCATED IN THE HARNESS.","IF THE OPEN WIRE ENDS COME INTO CONTACT WITH PARTS OF THE FRAME, IT MAY BE POSSIBLE FOR A SHORT CIRCUIT TO OCCUR AND THEN A SUBSEQUENT FIRE.","DEALERS WILL SEND OUT TECHNICIANS TO DISCONNECT THE POWER TO THE WIRES AND REROUTE THE WIRES PROPERLY FREE OF CHARGE. THE RECALL BEGAN ON MAY 18, 2007. OWNERS MAY CONTACT SETRA AT 1-800-882-8054." -05/04/2007,07E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E029000),Tucker Rocky Distribution,FMVSS 218/MOTORCYCLE HELMETS/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,1840,"CERTAIN CYBER U-12 MOTORCYCLE HELMETS, SIZES XS, S, M, L, XL, AND XXL, IMPORTED AND SOLD BY TUCKER ROCKY DISTRIBUTION. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION TESTING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED AND COULD SUFFER SERIOUS INJURY.","TUCKER ROCKY WILL NOTIFY OWNERS AND REPLACE THE HELMETS WITH COMPLIANT HELMETS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 23, 2007. OWNERS CAN CONTACT TUCKER ROCKY AT 817-258-9247." -05/03/2007,07V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V192000),"Chrysler (FCA US, LLC)",AIR BAG SENSORS,AIR BAGS,G09/X16,Vehicle,270958,CERTAIN MINIVANS ARE BEING RECALLED THAT WERE ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE 27 STATES PLUS THE DISTRICT OF COLUMBIA THAT USE GREATER AMOUNTS OF SALT FOR WINTER ROAD DEICING. THE UP-FRONT (UF) AIR BAG SENSORS THAT CONTAIN BRASS BUSHINGS INSTALLED IN THESE VEHICLES MAY CORRODE AND CRACK ALLOWING WATER TO ENTER THE SENSOR. THESE SENSORS PROVIDE ENHANCED AIR BAG PERFORMANCE IN CERTAIN TYPES OF FRONTAL CRASHES.,"IN ONE OF THESE CRASHES, WITH ONE OR BOTH OF THE VEHICLE'S UF SENSORS INOPERATIVE, THE OCCUPANTS WILL NOT BENEFIT FROM THE ENHANCED AIR BAG PROTECTION THAT THESE SENSORS WOULD PROVIDE.","FOR VEHICLES REGISTERED IN THE RECALL STATES, DEALERS WILL REPLACE THE ORIGINAL UF AIR BAG SENSORS WITH ONES WITH GREATER CORROSION RESISTANCE. VEHICLES REGISTERED IN OTHER STATES WILL OBTAIN A LIFETIME FREE REPLACEMENT OF ANY UF SENSOR THAT FAILS. THE CAMPAIGN BEGAN ON JULY 2, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/03/2007,07V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V191000),Motor Coach Industries,STEERING ARM IDLER BRACKET,STEERING,NR (Not Reported),Vehicle,163,"ON CERTAIN MOTOR COACHES WHERE THE STEERING ARM IDLER BRACKET MOUNTING IS ATTACHED TO THE UNDERSIDE OF THE FRAME, THE FRAME STRUCTURE CAN CRACK AND THE IDLER PLATE CAN SEPARATE.",THIS COULD LEAD TO LOSS OF STEERING CONTROL AND A CRASH WITHOUT WARNING.,"MCI WILL ADD REINFORCEMENT GUSSETS IN ORDER TO REDUCE THE STRESS WHERE CRACKING CAN OCCUR, AND WILL REPAIR THE EXISTING COMPONENTS IN THE AFFECTED UNITS AS NECESSARY, FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 7, 2007. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -05/02/2007,07V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V190000),"General Motors, LLC",AIR COMPRESSOR/AIR BRAKE SYSTEM,"SERVICE BRAKES, AIR",07066,Vehicle,1896,"ON CERTAIN MEDIUM DUTY CONVENTIONAL AND TILT CAB TRUCKS EQUIPPED WITH 7.8L DIESEL ENGINES AND AIR BRAKES, THE AIR COMPRESSOR MAY NOT BUILD ENOUGH AIR PRESSURE TO SUPPORT THE AIR BRAKE SYSTEM.","IF THIS CONDITION WERE TO OCCUR WHILE THE VEHICLE WAS STATIONARY (BRAKES APPLIED) THE AIR BRAKES WOULD REMAIN APPLIED AND PREVENT THE VEHICLE FROM MOVING. IF THIS CONDITION WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, THE DUAL SYSTEM AIR PRESSURE GAUGES WOULD REGISTER THE DROP IN PRESSURE. IF THE PRESSURE CONTINUED TO DROP, THE LOW AIR PRESSURE WARNING BUZZER AND WARNING LAMP WOULD ACTIVATE AS DESIGNED, WARNING THE DRIVER TO MOVE THE VEHICLE TO A SAFETY LOCATION. IF THE DRIVER IGNORES THESE WARNINGS AND CONTINUES TO DRIVE THE VEHICLE, AND IF THERE WAS A CONTINUED LOSS OF PRESSURE, THE REAR SPRING PARKING BRAKES WOULD AUTOMATICALLY APPLY, PREVENTING THE TRUCK FROM BEING DRIVEN.","DEALERS WILL REPLACE THE AIR COMPRESSOR HEAD. THE RECALL BEGAN ON MAY 23, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR ISUZU AT 1-800-255-6727." -05/01/2007,07V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V189000),GIRARDIN MINIBUS INC.,FMVSS 404/RICON WHEEL CHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,07-016-RIU,Vehicle,50,"CERTAIN GIRARDIN SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN MARCH AND DECEMBER 2006. THE DEFECT INVOLVES THE INTERLOCK SWITCH SYSTEM IN THE LIFT NOT DETECTING THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE RICON WHEELCHAIR PLATFORM LIFT WHICH DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES. IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM WHEN THE PLATFORM WAS LOWERED.","THIS COULD RESULT IN INJURY TO THE WHEELCHAIR'S OCCUPANT. ALSO, ANYONE STANDING ON THE PLATFORM COULD LOSE HIS OR HER BALANCE AND FALL, RESULTING IN INJURY.","GIRARDIN IS WORKING WITH RICON TO REPAIR THE BUSES FREE OF CHARGE (PLEASE SEE 06E101). THE RECALL BEGAN ON MAY 18, 2007. OWNERS CAN CONTACT GIRARDIN AT 819-477-8222 EXT. 401 OR RICON AT 800-322-2884." -04/30/2007,07V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V188000),"Saleen, Inc.",WHEEL BEARING C-CLIP INSTALLATION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,163,"ON CERTAIN EXTENDED CAB, 5 PASSENGER SPORT TRUCKS FITTED WITH A BRAKE UPGRADE, THE WHEEL BEARING C-CLIP MAY HAVE BEEN IMPROPERLY INSTALLED. THE WHEEL HUB CAN BECOME LOOSE IN THE SPINDLE AND WILL FORCE THE ROTOR TO CONTACT THE BRAKE PAD.","THE BRACKET HOLDING ON THE BRAKE CALIPER COULD POTENTIALLY FAIL, RESULTING IN THE ROTATING ASSEMBLY (WHEEL, TIRE, HUB AND ROTOR) TO SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.","THERE WILL BE TWO REPAIR OPTIONS AVAILABLE TO DEALERS AND CUSTOMERS: (1) SALEEN WILL SUPPLY A PAIR OF NEW REPLACEMENT FRONT WHEEL HUBS WITH BEARING ASSEMBLIES, INCLUDING HARDWARE, COMPLETE INSTALLATION INSTRUCTIONS AND TECHNICAL SUPPORT. THE REPLACEMENTS WILL BE COMPLETED BY AUTHORIZED FORD DEALERS; OR, (2) SALEEN WILL SEND A TECHNICIAN OUT TO A DEALERSHIP TO INSPECT ALL AFFECTED VEHICLES ON THE LOT AT THAT TIME. THE TECHNICIAN WILL INSPECT BOTH HUBS AND PERFORM ONE OF THREE REMEDIES: (A) INSPECT AND VERIFY THE C-CLIPS ARE INSTALLED CORRECTLY; (B) REWORK THE HUBS TO MEET THE REVISED TOLERANCE; OR (C) AFTER INSPECTING HUBS AND DETERMINING THEY CANNOT BE REWORKED, REPLACE THE HUBS WITH NEW HUBS. THE RECALL BEGAN ON MAY 2, 2007. OWNERS MAY CONTACT SALEEN AT 1-949-597-3827." -04/27/2007,07E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E028000),"Terex South Dakota, Inc.",AERIAL DEVICE FAILURE,EQUIPMENT,CB 573,Equipment,446,"CERTAIN TEREX AERIAL DEVICES P/NO. TC MANUFACTURED BETWEEN JULY 16, 1996, AND FEBRUARY 1, 2004, INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE TO THE WORK SITE. TC MODEL AERIAL UNITS, WITH THE END MOUNT PLATFORM, HAVE A LEVELING SPROCKET AT THE LOWER BOOM THAT CAN DEVELOP CRACKS IN THE ARM WHICH CONTROLS PLATFORM POSITION. WHERE THE LEVELING CYLINDER ATTACHES TO THE ARM, IT CAN CRACK NEAR THE COUNTER SUNK GREASE FITTING AND OVER TIME FATIGUE AND FAIL.","IF THE ARM FAILS, THE PLATFORM MOVEMENT IS NOT CONTROLLED AND MAY DUMP THE PLATFORM OCCUPANTS.","TEREX TELELECT WILL NOTIFY OWNERS AND REPAIR THE AERIAL UNITS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2007. OWNERS CAN CONTACT TEREX AT 1-605-882-4000." -04/27/2007,07V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V185000),"Jayco, Inc.",FEDERAL LABEL/INCORRECT TIRE INFORMATION/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,398,"CERTAIN FIFTH WHEEL TRAVEL TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE FEDERAL IDENTIFICATION LABEL CONTAINS THE INCORRECT TIRE LOAD RANGE AND INFLATION PRESSURES.",THIS STANDARD SPECIFIES TIRE AND RIM SELECTION REQUIREMENTS AND RIM MARKING REQUIREMENTS.,"THE INCORRECT LABEL WILL BE REMOVED AND A NEW CORRECT LABEL WILL BE INSTALLED. THE RECALL BEGAN ON MAY 15, 2007. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -04/27/2007,07V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V186000),Van Hool N.V.,SHIFTER INDICATOR INTERFERENCE/ZF,EQUIPMENT,NR (Not Reported),Vehicle,450,"ON CERTAIN MOTOR COACHES EQUIPPED WITH ZF/ARENS AS TRONIC SHIFT SELECTORS, A CELL PHONE PLACED IN THE PROXIMITY OF THE SHIFTER TOUCH PAD COULD CAUSE THE DISPLAY TO CHANGE FROM ""R"" (REVERSE) TO ""D"" (DRIVE) SHOULD THE PHONE RECEIVE A CALL.","THIS INTERFERENCE CAN CAUSE IMPROPER SHIFTING OF THE TRANSMISSION, AS FORWARD GEAR CAN BE ENGAGED FROM NEUTRAL ONLY, IF THE VEHICLE HAS BEEN STOPPED, AND IF THE BRAKE PEDAL HAS BEEN DEPRESSED. IF THE MALFUNCTION OCCURS WHILE 'R' (REVERSE) IS BEING SELECTED, THE SHIFTER MAY POSSIBLY CHANGE TO 'D' (DRIVE), INCREASING THE RISK OF A CRASH.",VAN HOOL IS WORKING WITH ZF/ARENS TO DEVELOP A MORE EFFECTIVE REMEDY FOR THIS CAMPAIGN. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT VAN HOOL AT 1-800-222-2871 OR ZF AT 1-734-416-6200. -04/27/2007,07V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V187000),"EZ LOADER CUSTOM BOAT TRAILERS, INC.",SWING-TONGUE ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,3600,"CERTAIN BOAT TRAILERS UTILIZE A ""SWING-TONGUE"" ASSEMBLY, IN WHICH THE TONGUE OF THE TRAILER SWINGS ON A PIVOT TO ALLOW THE TRAILER TO BE STORED IN A SMALLER AREA. A FLAT WASHER WAS OMITTIED OR THE FLAT WASHER CAN FAIL, CAUSING THE PIVOT BOLT ASSEMBLY TO FALL THROUGH THE SWING TONGUE ASSEMBLY.","IF THE PIVOT BOLT ASSEMBLY FAILS, THE TONGUE IS LIKELY TO SWING OPEN AND COLLAPSE. IF THIS OCCURS WHILE THE TRAILER IS UNDERWAY, THIS COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.","OWNERS WILL BE PROVIDED WITH A HARDWARE KIT AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE REPAIR INVOLVES REPLACING THE FRONT HINGE PIN WITH A REPLACEMENT HINGE PIN HARDWARE KIT FREE OF CHARGE. THE RECALL BEGAN ON MAY 15, 2007. OWNERS MAY CONTACT EZ LOADER AT 800-553-7855." -04/26/2007,07E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E027000),"BLACK & DECKER, INC.",AFTERMARKET 12 VOLT 100W VEHICLE CUP WARMER,EQUIPMENT,NR (Not Reported),Equipment,54,CERTAIN VECTOR PRODUCTS POWER INVERTER 12 VOLT TYPE 1 100W VEHICLE CUP HOLDER AND WARMER SOLD AS AFTERMARKET ACCESSORIES FOR USE IN MOTOR VEHICLES. THE BASE IS MADE OF A MATERIAL THAT IS NOT SUFFICIENTLY HARDENED TO PREVENT PURPOSEFUL OR OTHER POSSIBLE ACCESS TO LIVE ELECTRICAL AND MOVING MECHANICAL PARTS.,AN INDIVIDUAL CAN SUSTAIN INJURIES SHOULD THEY SUCCESSFULLY PENETRATE THE BASE OF CUP WARMER WHILE IT IS IN USE.,"VECTOR WILL NOTIFY OWNERS AND OFFER TO REPURCHASE ANY AFFECTED UNITS. THE RECALL BEGAN ON APRIL 25, 2007. OWNERS CAN CONTACT VECTOR AT 800-618-5178 MONDAY THRU FRIDAY 8AM TO 5PM EASTERN STANDARD TIME." -04/26/2007,07V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V173000),Harley-Davidson Motor Company,BATTERY CABLE CONTACTS WELD ON OIL TANK,ELECTRICAL SYSTEM,0130,Vehicle,52240,CERTAIN MOTORCYCLES WERE BUILT WITH A CONDITION THAT PERMITS THE POSITIVE BATTERY CABLE TO CONTACT A WELD BEAD ON THE OIL TANK. THIS MAY CAUSE THE WELD BEAD TO ABRADE THROUGH THE INSULATION ON THE CABLE AND CAUSE AN ELECTRICAL SHORT FROM THE BATTERY THROUGH THE OIL TANK AND OIL LINES.,"THIS COULD LEAD TO AN OIL LEAK AND/OR POSSIBLE FIRE, WHICH COULD RESULT IN INJURY OR DEATH TO THE RIDER.","DEALERS WILL INSTALL A BATTERY CADDY THAT WILL PROTECT THE CABLE AND ENSURE PROPER CABLE ROUTING. THIS RECALL BEGAN ON MAY 4, 2007. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4080." -04/26/2007,07V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V183000),Ford Motor Company,BRAKE LINE ROUTING/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",07C16,Vehicle,630,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH ANTILOCK BRAKE SYSTEMS (ABS) FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" THE FRONT AND REAR RIGHT SIDE BRAKE LINES MAY BE REVERSED AT THE ABS HYDRAULIC CONTROL UNIT.","THE BRAKES MAY NOT OPERATE AS INTENDED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BRAKE LINE CONNECTIONS AND THE HYDRAULIC CONTROL UNIT AND REPOSITION THEM FREE OF CHARGE. THE RECALLBEGAN ON APRIL 27, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/26/2007,07V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V184000),"Autocar, LLC",LOOSE STEERING COLUMN FASTENERS,STEERING,A-0701,Vehicle,682,"ON CERTAIN TRUCKS, SOME OF THE STEERING COLUMN SUPPORT BRACKET FASTENERS MAY NOT BE SECURED TO THE PROPER TIGHTNESS.",EXCESSIVE PLAY IN THE STEERING COULD CAUSE THE DRIVER TO LOSE STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON MAY 21, 2007. OWNERS MAY CONTACT AUTOCAR AT 765-489-5499." -04/25/2007,07V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V178000),"BMW of North America, LLC",ODS/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,225,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE FRONT PASSENGER SEAT HAS A SENSING SYSTEM TO DETECT IF THE SEAT IS OCCUPIED. THIS SENSING IS PROGRAMMED TO DETECT IF THE SEAT IS OCCUPIED BY A SMALL ADULT OR CERTAIN CHILD RESTRAINT SEATS. PLACING CERTAIN CHILD SEATS ON THE FRONT PASSENGER SEAT IS DESIGNED TO RESULT IN THE AUTOMATIC DEACTIVATION OF THE FRONT SEAT PASSENGER'S AIR BAG.","IN SOME CASES, THE SENSING SYSTEM MAY MISINTERPRET A PROPERLY SEATED SMALL ADULT AS ONE OF THESE SPECIFIC CHILD SEATS, RESULTING IN DEACTIVATION OF THE FRONT PASSENGER AIR BAG WHEN THE AIR BAG MIGHT BE BENEFICIAL FOR THE ADULT, INCREASING THE RISK OF INJURY IN A CRASH.","DEALERS WILL REPLACE THE FRONT PASSENGER SEAT SENSOR. THE RECALL BEGAN ON MAY 21, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -04/25/2007,07V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V181000),Ford Motor Company,STEERING GEAR ASSEMBLY,STEERING,07S52,Vehicle,11,"ON CERTAIN SPORT UTILITY VEHICLES, THE TWO BOLTS THAT ATTACH THE STEERING GEAR ASSEMBLY TO THE FRAME MAY HAVE BEEN OVER-TIGHTENED. THIS CONDITION COULD RESULT IN ONE OR BOTH OF THE BOLTS FRACTURING, CAUSING THE STEERING GEAR TO BECOME LOOSE.","THIS CONDITION COULD CAUSE ""CLUNKING"" NOISE WHEN STEERING AS WELL AS DECREASED STEERING EFFECTIVENESS POTENTIALLY RESULTING IN A CRASH.","DEALERS WILL REPLACE BOTH THE STEERING GEAR ASSEMBLY MOUNTING BOLTS AND NUTS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 27, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/24/2007,07V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V179000),"Navistar, Inc.",AXLE HOUSING/DANA,SUSPENSION,07505,Vehicle,1172,"ON CERTAIN TRUCKS, ONE OR BOTH REAR AXLE HOUSINGS MAY CONTAIN THINNER MATERIAL THAN WHAT IS NECESSARY FOR NORMAL VEHICLE OPERATION. OVER TIME, THIS THINNER MATERIAL MAY RESULT IN A FATIGUE FAILURE OF THE REAR AXLE HOUSING, POSSIBLY IN THE LOCATION OF THE BRAKE FLANGE.","A CRACK IN THE BRAKE FLANGE LOCATION OF THE REAR AXLE HOUSING MAY RESULT IN A WHEEL END LOCKUP OR WHEEL SEPARATION POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT THE VEHICLE'S REAR AXLES AND, IF NECESSARY, REPLACE THE AXLE HOUSINGS. THE RECALL BEGAN ON MAY 18, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7815." -04/24/2007,07V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V180000),"Navistar, Inc.",FUEL FILTER PRE-HEATER/DAVCO,"FUEL SYSTEM, DIESEL",07506,Vehicle,700,"ON CERTAIN TRUCKS EQUIPPED WITH DAVCO FUEL PRO 382 HEATED FUEL FILTERS, WHEN THE KEY IS IN THE 'ON' POSITION, THE PRE-HEATER, LOCATED IN THE FUEL FILTER BASE, IS ENERGIZED.","IF THIS PRE-HEATER IS ENERGIZED WHILE MAINTENANCE IS BEING PERFORMED ON THE FUEL FILTER, DIESEL FUEL COULD IGNITE WITHIN THE FILTER HOUSING. A FIRE WITHIN THE FUEL FILTER HOUSING MAY SPREAD POSSIBLY RESULTING IN PROPERTY DAMAGE OR PERSONAL INJURY.","DEALERS WILL INSPECT THE FUEL FILTERS AND FUEL HEATERS AND, IF NECESSARY, WILL REPLACE THE FUEL HEATER. THE RECALL BEGAN ON MAY 11, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -04/24/2007,07V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V175000),Ducati North America,THERMOSTAT HOSE REPLACEMENT,ENGINE AND ENGINE COOLING,RCL-07-002,Vehicle,119,"ON CERTAIN MOTORCYCLES, THE HORIZONTAL CYLINDER HEAD FITTING TO THE THERMOSTAT PRODUCED A COOLANT LEAKAGE.",COOLANT LEAKAGE OVER THE REAR SUSPENSION AND WHEEL COULD CAUSE A CRASH.,THE THERMOSTAT HOSE AND RELATIVE COUPLINGS WERE REPLACED. ALL MOTORCYCLES WERE CORRECTED BEFORE RETAIL DELIVERY TO CUSTOMERS. -04/24/2007,07V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V176000),Ducati North America,TIMING BELT TENSIONER,ENGINE AND ENGINE COOLING,RCL-07-004,Vehicle,2,"ON CERTAIN MOTORCYCLES, THE HORIZONTAL AND VERTICAL CYLINDERS MOBILE TIMING BELT TENSIONER IS DIMENSIONALLY INCORRECT.",THE MOBILE TENSIONER CAN COME INTO CONTACT WITH THE TIMING BELT COVER WHICH COULD CAUSE THE TIMING BELT TO FAIL AND CONSEQUENTLY STOP THE ENGINE INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE EXISTING MOBILE TIMING BELT TENSIONER USING UPDATED COMPONENTS. THE RECALLBEGAN ON APRIL 4, 2007. OWNERS MAY CONTACT DUCATI AT 1-408-253-0499." -04/24/2007,07V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V177000),"Gem State Mfg., Inc.",WHEEL HUB ASSEMBLY,WHEELS,NR (Not Reported),Vehicle,900,"ON CERTAIN DOUBLE-AXLE UTILITY TRAILERS, THERE MAY BE A DEFECT IN THE AXLE END COMPONENTS.","THIS DEFECT COULD RESULT IN A WHEEL END SEPARATION, WHERE THE TRAILER WHEEL AND HUB PHYSICALLY SEPARATE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND EITHER REPAIR OR REPLACE THE AFFECTED TRAILER PARTS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 24, 2007. OWNERS MAY CONTACT GEM STATE AT 1-800-447-0213." -04/20/2007,07V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V172000),"NABI Bus, LLC",WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,846,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS, IT IS POSSIBLE FOR A PERSON TO WEDGE THEIR FEET UNDER THE SOLID BAR BARRIER LINKAGE.","WHILE SITTING IN A WHEEL CHAIR, A PERSON WITH NO SHOES WHO DOES NOT HAVE CONTROL OF THEIR FEET COULD TWIST THEIR FEET AND GET THEM FORCED UNDER THE LINKAGE WHICH COULD RESULT IN AN INJURY.","LIFT-U IS CONDUCTING THIS RECALL (PLEASE SEE 06E-093). OWNERS WILL RECEIVE A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 24, 2007. OWNERS MAY CONTACT LIFT-U AT 209-838-2400 OR NABI AT 256-831-4296." -04/18/2007,07E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E026000),"PIVIT HITCH, INC.",AFTERMARKET SWING AWAY TONGUE FOR BOAT TRAILERS,EQUIPMENT,NR (Not Reported),Equipment,49,"CERTAIN AFTERMARKET PIVIT HITCH REVOLUTION OR SWING AWAY TONGUES MANUFACTURED BETWEEN APRIL 25, 2005, AND OCTOBER 20, 2006, SOLD FOR USE TO TOW BOAT TRAILERS. THE CASTINGS THAT HOLD THE BOLT AND PIN ASSEMBLY FOR THE SWING AWAY TONGUE AT THE FRONT OF THE TRAILER MAY WEAKEN AND BREAK OR THE BOLTS COULD COME LOOSE AND OR BREAK.","THERE COULD BE A LOSS OF ATTACHMENT FROM THE TOW VEHICLE, POSSIBLY RESULTING IN A CRASH.","PIVIT HITCH WILL NOTIFY OWNERS AND REPLACE THE SWING AWAY TONGUE WITH A NEWLY CONFIGURED PRODUCT FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2007. OWNERS CAN CONTACT PIVIT HITCH, INC. AT 951-682-0485." -04/18/2007,07V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V171000),TETON HOMES,BOTTOM STEP PIVOT ARM/HICKORY SPRINGS,EQUIPMENT,NR (Not Reported),Vehicle,7,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH HICKORY SPRINGS ""BIG EASY TRIPLE STEPS,"" AN IMPROPER ENGAGEMENT OF THE BOTTOM STEP PIVOT ARM WITH THE FORMED STOP EDGE OF THE MIDDLE STEP SUPPORT BRACKET CAN RESULT IN THE BOTTOM STEP ROTATING TO AN UNSAFE DOWNWARD ANGLE.",A PERSON COULD BE INJURED SHOULD THE STEP GIVE WAY WHILE BEING USED TO ENTER OR EXIT THE TRAILER.,"DEALERS WILL INSPECT THE TRAILERS FOR THE MANUFACTURING DATE STICKER TO VERIFY THE DATE OF PRODUCTION OF THE STEP AND, IF NECESSARY, WILL WELD STOCK TO EACH SIDE OF THE LOWER (TRIPLE) STEP STOP EDGES. THE RECALL BEGAN ON MAY 11, 2007. OWNERS MAY CONTACT TETON HOMES AT 1-307-235-1525." -04/18/2007,07V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V167000),U.S. BUS CORPORATION,FMVSS 404/RICON WHEEL CHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,25,"CERTAIN MY 2006 STURDIBUS AND UNIVERSE SCHOOL BUSES EQUIPPED WITH RICON 2000 AND 5000 SERIES WHEEL CHAIR LIFTS. THE DEFECT INVOLVES THE INTERLOCK SWITCH SYSTEM IN THE LIFT NOT DETECTING THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE RICON WHEELCHAIR PLATFORM LIFT WHICH DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM WHEN THE PLATFORM WAS LOWERED. THIS COULD RESULT IN INJURY TO THE WHEELCHAIR'S OCCUPANT. ALSO, ANYONE STANDING ON THE PLATFORM COULD LOSE HIS OR HER BALANCE AND FALL, RESULTING IN INJURY.","U.S. BUS IS WORKING WITH RICON TO REPAIR THE BUSES FREE OF CHARGE (PLEASE SEE 06E101). THE RECALL BEGAN ON APRIL 25, 2007. OWNERS CAN CONTACT U.S. BUS AT 765-939-3984 OR RICON AT 800-322-2884." -04/18/2007,07V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V165000),PACCAR Incorporated,HOOD SAFETY CABLE,ELECTRICAL SYSTEM,07KW6,Vehicle,302,"CERTAIN TRUCK EQUIPPED WITH BEHR CABLES, THE CABLES WERE INSTALLED INCORRECTLY AND ARE TOO LONG.","IF THE HOOD BEGINS TO FALL, THE LONGER CABLE WILL CAUSE THE HOOD TO FALL TOO FAR, POTENTIALLY INJURING SOMEONE WORKING IN THE ENGINE COMPARTMENT.","DEALERS WILL INSPECT AND REPLACE ANY CABLE THAT ARE LONG FREE OF CHARGE. THE RECALL BEGAN ON APRIL 27, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -04/18/2007,07V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V164000),Keystone RV Company,TAILLIGHT SOCKET,EXTERIOR LIGHTING,07-081,Vehicle,150,"ON CERTAIN FIFTH WHEEL TRAILERS, THE TAILLIGHT SOCKETS MAY NOT MAINTAIN CONTACT WITH THE BULB. THE TAILLIGHTS MAY NOT FUNCTION RELIABLY.",FAILURE TO REMEDY THIS SITUATION MAY RESULT IN AN INCREASED RISK OF A REAR END COLLISION WHILE DRIVING DUE TO OTHER DRIVERS NOT BEING WARNED ON STOPPING OR TURNING.,"DEALERS WILL INSPECT THE TAILLIGHT SOCKETS AND REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON APRIL 30, 2007. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -04/17/2007,07V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V162000),"Eton America, LLC",REAR WHEEL ASSEMBLY,WHEELS,SB-0050,Vehicle,1008,"ON CERTAIN SCOOTERS, THE REAR WHEEL ASSEMBLY CAN DEVELOP STRESS CRACKS IN THE AREA AROUND WHERE THE BRAKE DRUM IS ATTACHED.","IF THE WHEEL IS NOT REPLACED,THE WHEEL COULD CONTINUE TO CRACK UNTIL THE BRAKE DRUM DETACHES FROM THE WHEEL OR THE WHEEL HUB SEPARATES FROM THE WHEEL RIM, LOSING CONTROL OR BRAKING TO THE UNITS REAR WHEEL INCREASING THE RISK OF A CRASH AND PERSONAL INJURIES.","DEALERS WILL REPLACE THE ENTIRE REAR WHEEL ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 25, 2007. OWNERS MAY CONTACT ETON AT 866-224-3319." -04/16/2007,07V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V161000),Kia Motors America,ENGINE COOLING FAN BLADE,ENGINE AND ENGINE COOLING,SC070,Vehicle,35090,"ON CERTAIN VEHICLES, THE HEAT GENERATED BY THE ENGINE CAUSES REPEATED BENDING DEFORMATION OF THE POLYPROPYLENE COOLING FAN INCLUDING ITS RETAINING RING, WHICH STRESSES THE POLYPROPYLENE THEREBY INITIATING CRACKING OF THE BLADES. THE CENTRIFUGAL FORCES GENERATED BY THE ROTATION OF THE BLADES CAN CAUSE THE CRACKS TO PROPAGATE UNTIL COMPLETE SEPARATION OCCURS.",SEPARATION OF THE FAN BLADE(S) CAN CREATE A RISK OF PERSONAL INJURY.,"DEALERS WILL REPLACE THE ENGINE COOLING FAN WITH A FAN MADE OF IMPROVED MATERIAL. THE RECALL BEGAN ON JUNE 11, 2007. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -04/16/2007,07V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V166000),"TL INDUSTRIES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,653,"CERTAIN TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN CERTAIN TUBING IN THE REFRIGERATOR WHICH COULD ALLOW PRESSURIZED FLAMMABLE COOLANT SOLUTION TO BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THIS COULD RESULT IN A FIRE.,TL INDUSTRIES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURNER HOUSING AND PROTECTIVE THERMAL FUSES FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST OWNERS IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TL INDUSTRIES AT 1-574-264-3127. -04/13/2007,07V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V159000),"Mack Trucks, Inc.",ASET AC FUEL INJECTION LINES,"FUEL SYSTEM, DIESEL",SC0323,Vehicle,9102,CERTAIN TRUCKS WERE RECALLED FOR THE INSTALLATION OF SLEEVES ON THE FUEL INJECTION LINE AS REQUIRED BY SAFETY RECALL SC0317 (NHTSA RECALL NO. 06V392). THERE IS A POSSIBILITY THAT THE NEW SLEEVES MAY CHAFE THE FUEL INJECTION LINE.,THIS COULD COMPROMISE THE FUEL INJECTION LINE OVER TIME WHICH COULD POSSIBLY RESULT IN AN ENGINE FIRE.,"DEALERS WILL REMOVE THE PROTECTIVE SLEEVES ON ALL FUEL INJECTION LINES FREE OF CHARGE. THIS RECALL BEGAN ON APRIL 19, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -04/13/2007,07V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V155000),U.S. BUS CORPORATION,FMVSS 210/222WALL AND FLOOR MOUNTING/SEAT SPACING,SEATS,NR (Not Reported),Vehicle,106,"CERTAIN U.S. BUS STURDIBUS, STURDIVAN, AND UNIVERSE SCHOOL BUSES MANUFACTURED BETWEEN MAY 1, 2000, AND MAY 2, 2006. IN A CRASH, THE WALL AND FLOOR MOUNTING BOLTS CAN PULL THROUGH THE SUPPORTING STEEL WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, SEAT BELT ASSEMBLY ANCHORAGES. ALSO THE SEATS IN THESE BUSES DO NOT COMPLY WITH THE SEAT SPACING REQUIREMENTS OF FMVSS 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","IN THE EVENT OF A CRASH, THE MOUNTING BOLTS COULD FAIL TO RETAIN THE SEAT, ALLOWING THE PASSENGER TO BE THROWN FORWARD, POSSIBLY RESULTING IN PERSONAL INJURIES.","U.S. BUS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 14, 2009. OWNERS CAN CONTACT U.S. BUS AT 765-939-3984." -04/13/2007,07V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V160000),"Tiffin Motorhomes, Inc.",FRONT TV SERVICE INSTALLATION,EQUIPMENT,NR (Not Reported),Vehicle,95,"ON CERTAIN MOTOR HOMES, THE TV IS NOT SECURED SUFFICIENTLY AND COULD FALL OUT WHEN THE MOTORHOME IS MOVING.",THE TV COULD SLIDE OUT WHEN UNIT IS IN MOTION INCREASING THE RISK OF PERSONAL INJURY TO VEHICLE OCCUPANTS.,"DEALERS WILL SCREW THE TV INTO THE CABINET SECURELY FREE OF CHARGE. TIFFIN CALLED OWNERS TO MAKE ARRANGEMENTS TO HAVE THE REPAIRS PERFORMED. THE RECALL BEGAN ON APRIL 2, 2007. OWNERS MAY CONTACT TIFFIN AT 256-356-8661." -04/12/2007,07V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V158000),"Entrans International, LLC",ALUMINUM FRONT END FRAME,STRUCTURE,NR (Not Reported),Vehicle,96,"ON CERTAIN PNEUMATIC TRAILERS EQUIPPED WITH OPTIONAL ALUMINUM FRONT END FRAMES, A CRACK CAN DEVELOP NEAR A WELD IN THE FRONT END FRAME.","OVER TIME, THE CRACK CAN PROPAGATE THROUGH ONE OF THE FRONT FRAME RAILS EVENTUALLY CAUSING FAILURE OF THE RAIL, WHICH WOULD RESULT IN EXCESSIVE DEFLECTION OF THE FRONT FRAME, AND POSSIBLY RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPAIR THE CRACKED FRAMES OR REPLACE THE FRAME IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON MAY 25, 2007. OWNERS MAY CONTACT POLAR AT 1-800-826-6589." -04/12/2007,07V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V168000),"Vantage Mobility International, LLC",BRAKE LINE ROUTING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,742,"ON CERTAIN MINI VAN CONVERSIONS, THE BRAKE LINES MAY HAVE BEEN ROUTED INCORRECTLY. THE BRAKE LINES CAN MAKE CONTACT AND CHAFE ON THE STABILIZER BAR.","IF THIS HAPPENS, THE LINES COULD WEAR THROUGH CAUSING PARTIAL OR FULL LOSS OF BRAKING ABILITY DUE TO A LOSS OF BRAKE FLUID WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BRAKE LINES TO MAKE SURE THE ROUTING IS CORRECT. IF NO CHAFING IS FOUND, THE BRAKE LINES WILL BE SECURED TO THE VEHICLE CHASSIS. IF THE BRAKE LINES ARE WORN, THE LINES WILL BE REPLACED. THE RECALL BEGAN ON MAY 15, 2007. OWNERS MAY CONTACT VMI AT 1-800-348-8267." -04/12/2007,07V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V169000),FREIGHTLINER LLC,SPINDLE NUT ADJUSTMENT/ARVINMERITOR,SUSPENSION,FL-494,Vehicle,219,"ON CERTAIN TRUCKS BUILT WITH FRONT AXLES ASSEMBLED BY ARVINMERITOR, THE FRONT SPINDLE NUT MAY BE OVER-TIGHTENED CAUSING PRELOAD ON THE FRONT WHEEL BEARINGS WHICH COULD LEAD TO PREMATURE BEARING WEAR.","IF RAPID BEARING WEAR IS ALLOWED TO PROGRESS, THE FRONT WHEEL ASSEMBLY MAY SEPARATE FROM THE VEHICLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE FRONT HUB INSTALLATION FOR CORRECT BEARING ADJUSTMENT. IF THE BEARING ADJUSTMENT IS INCORRECT, THE FRONT WHEEL BEARINGS WILL BE REPLACED. THE RECALL BEGAN ON JUNE 28, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-385-4357." -04/11/2007,07V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V170000),EXTREME ENGINEERING INC.,HITCH ASSEMBLY BOLTS/PIVIT HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,411,"ON CERTAIN BOAT TRAILERS, THE CASTINGS HOLDING THE BOLTS ON THE HITCH ASSEMBLY FOR THE SWING-AWAY TONGUE MAY BREAK.","THIS COULD CAUSE THE TRAILER COUPLER TO DETACH FROM THE TRAILER WHICH COULD RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSTALL AN UPGRADED 'STAINLESS STEEL 4 PLATE ENHANCEMENT ASSEMBLY' FREE OF CHARGE. THE RECALL BEGAN ON APRIL 26, 2007. OWNERS MAY CONTACT EXTREME AT 1-800-405-9875." -04/10/2007,07V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V156000),Ford Motor Company,ABS MODULE ELECTRICAL WIRING HARNESS,"SERVICE BRAKES, HYDRAULIC",07S51,Vehicle,446460,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH ANTILOCK BRAKES (ABS), THE ABS MODULE CONNECTOR MAY HAVE MISSING OR DISLODGED WIRE SEALS. THIS CONDITION COULD ALLOW CONTAMINATION TO ENTER THE MODULE CONNECTOR, CREATING A POTENTIAL FOR AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MIGHT CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, AND IN SOME CASES, THE MODULE MAY OVERHEAT RESULTING IN BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION COULD OCCUR EITHER WHEN THE VEHICLE IGNITION SWITCH IS IN THE OFF POSITION OR WHILE THE VEHICLE IS BEING OPERATED.","DEALERS WILL INSPECT THE WIRE HARNESS CONNECTOR TO THE ABS MODULE FOR MISSING OR DISLODGED WIRE SEALS, AND REPAIR OR REPLACE THE HARNESS CONNECTOR AS APPROPRIATE. THE DEALER WILL ALSO INSPECT THE CONNECTOR ON THE ABS MODULE AND REPLACE IT IF IT IS FOUND TO BE CORRODED OR DAMAGED. THE RECALL BEGAN ON APRIL 23, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/10/2007,07V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V157000),Mazda Motor Corp.,ABS MODULE ELECTRICAL WIRING HARNESS,"SERVICE BRAKES, HYDRAULIC",4507C,Vehicle,95300,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH ANTILOCK BRAKES (ABS), THE ABS MODULE CONNECTOR MAY HAVE MISSING OR DISLODGED WIRE SEALS. THIS CONDITION COULD ALLOW CONTAMINATION TO ENTER THE MODULE CONNECTOR, CREATING A POTENTIAL FOR AN ELECTRICAL SHORT.","AN ELECTRICAL SHORT MIGHT CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, AND IN SOME CASES, THE MODULE MAY OVERHEAT RESULTING IN BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION COULD OCCUR EITHER WHEN THE VEHICLE IGNITION SWITCH IS IN THE OFF POSITION OR WHILE THE VEHICLE IS BEING OPERATED.","DEALERS WILL INSPECT THE WIRE HARNESS CONNECTOR TO THE ABS MODULE FOR MISSING OR DISLODGED WIRE SEALS, AND REPAIR OR REPLACE THE HARNESS CONNECTOR AS APPROPRIATE. THE DEALER WILL ALSO INSPECT THE CONNECTOR ON THE ABS MODULE AND REPLACE IT IF IT IS FOUND TO BE CORRODED OR DAMAGED. THE RECALL BEGAN ON MAY 9, 2007. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -04/10/2007,07V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V154000),"General Motors, LLC",AXLE HOUSING/DANA,POWER TRAIN,07079,Vehicle,67,"ON CERTAIN TRUCKS, THE REAR DRIVE AXLE HOUSING WAS MANUFACTURED WITH STEEL BELOW THE SPECIFIED THICKNESS AND, AS A RESULT, IT COULD DEVELOP A CRACK.","IF A CRACK DEVELOPS AND IS NOT DETECTED AND REPAIRED, THE OUTBOARD END OF THE HOUSING COULD EVENTUALLY SEPARATE, ALLOWING THE HUB, AXLE SHAFT, OR WHEEL AND BRAKE ASSEMBLY TO SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE AXLE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 12, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -04/10/2007,07V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V163000),"Winnebago Industries, Inc.",EXTERIOR SLIDEOUT STORAGE DRAWER,EQUIPMENT,105,Vehicle,1582,"ON CERTAIN MOTOR HOMES, THE EXTERIOR SLIDEOUT STORAGE DRAWER CAN INADVERTENTLY SLIDE OUT DURING NORMAL HIGHWAY OPERATION.",THIS COULD IMPACT NEARBY PERSONS OR OBJECTS RESULTING IN PERSONAL INJURY AND/;OR VEHICLE AND PROPERTY DAMAGE.,"DEALERS WILL INSTALL A SECONDARY CATCH ON THESE MOTOR HOMES. THE RECALL BEGAN ON JUNE 15, 2007. OWNERS MAY CONTACT WINNEBAGO AT 1-614-585-3535." -04/10/2007,07V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V153000),PACCAR Incorporated,FUEL WATER SEPARATOR/DAVCO,"FUEL SYSTEM, GASOLINE",07KW5 & 307D,Vehicle,306,"ON CERTAIN TRUCKS, IF THE IGNITION SWITCH IS TURNED ON PRIOR TO INITIAL START UP IN THE MANUFACTURING PLANT OR DURING THE FILTER REPLACEMENT IN THE FIELD, A SMALL FLAME WILL IGNITE WHEN THE FUEL IS ADDED TO PRIME THE SYSTEM.",THE POSSIBILITY EXISTS FOR THE FLAME TO SPREAD RESULTING IN POSSIBLE EQUIPMENT DAMAGE OR PHYSICAL INJURY.,"DEALERS WILL INSPECT THE FILTER FOR THE DATE CODES OF THE SUSPECT FILTERS AND REPLACE THOSE HEATING ELEMENTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 21, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 940-591-4201." -04/05/2007,07V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V152000),"Volvo Car USA, LLC",FUEL PUMP,"FUEL SYSTEM, GASOLINE",176,Vehicle,2310,"ON CERTAIN VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ARIZONA AND NEVADA, DUE TO THE COMBINATION OF FUEL QUALITY AND CLIMATE CONDITIONS, THE FUEL PUMP MAY, IN CERTAIN CASES, EXPERIENCE A REDUCED FUNCTIONALITY. THE MOST COMMON SYMPTOMS WOULD BE FUEL ODOR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL PUMP FREE OF CHARGE. THE RECALL BEGAN ON JULY 10, 2007. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -04/04/2007,07V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V148000),"Suzuki Motor USA, LLC",FUEL DELIVERY PIPE REPLACEMENT,"FUEL SYSTEM, GASOLINE",2096,Vehicle,12331,"ON CERTAIN MOTORCYCLES, THE FUEL HOSE THAT CONNECTS THE TWO METAL FUEL DELIVERY PIPES MOUNTED ON THE THROTTLE BODY MAY HAVE BEEN CLAMPED AT A LOCATION ON THE PIPES THAT IS NOT COMPLETELY ROUND, WHICH COULD ALLOW FUEL LEAKAGE TO OCCUR.","IN THE PRESENCE OF AN IGNITION SOURCE, LEAKED FUEL CAN CAUSE A FIRE, PRESENTING THE RISK OF INJURY OR DEATH.","DEALERS WILL REPLACE THE FUEL DELIVERY PIPE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 6, 2007. OWNERS MAY CONTACT SUZUKI AT 714-572-1490." -04/04/2007,07V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V149000),"Chrysler (FCA US, LLC)",REAR QUARTER GLASS FASTENERS,VISIBILITY,G01,Vehicle,38447,"ON CERTAIN PASSENGER VEHICLES, THE REAR QUARTER GLASS ATTACHING FASTENERS MAY PULL THROUGH THEIR MOUNTS AND ALLOW THE GLASS TO SEPARATE FROM THE VEHICLE.","IF THE GLASS SEPARATES WHILE DRIVING, IT COULD STRIKE ANOTHER VEHICLE OR INJURE A PEDESTRIAN.","DEALERS WILL REPLACE THE REAR QUARTER GLASS. THE RECALL BEGAN ON APRIL 30, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/03/2007,07E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E024000),"Caterpillar, Inc.",ELECTRONIC CONTROL MODULE MALFUNCTION,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,33,"CERTAIN CATERPILLAR C7 DIESEL ENGINES INSTALLED ON CERTAIN FREIGHTLINER CHASSIS. THE ELECTRONIC CONTROL MODULES USED ON 6 CYLINDER, 7L TURBOCHARGED AND AIR-TO-AIR AFTERCOOLED DIESEL ENGINES MAY MALFUNCTION RENDERING THE ENGINE INOPERABLE WITHOUT WARNING.","THE ECM MAY MALFUNCTION WITHOUT WARNING AND RENDER THE VEHICLE INOPERABLE WHICH COULD CAUSE THE VEHICLE TO STALL AT HIGHWAY SPEEDS. STEERING AND BRAKING CONTROL WOULD NOT BE LOST. ONCE THE ENGINE BECOMES INOPERABLE, IT CANNOT BE RESTARTED WHICH MAY RESULT IN A SITUATION WHERE A VEHICLE CRASH CAN OCCUR.","CATERPILLAR WILL NOTIFY OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2007. OWNERS CAN CONTACT CATERPILLAR AT 800-447-4986." -04/03/2007,07V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V150000),"Nissan North America, Inc.",REAR CENTER SEAT BELT,SEAT BELTS,R0701,Vehicle,35775,"ON CERTAIN CREW CAB MODEL TRUCKS, THE SEAT BACK SHAPE MAY BE SUCH THAT THERE MAY NOT BE SUFFICIENT WEBBING ON THE RETRACTOR SPOOL FOR THE REAR CENTER SEAT BELT TO RELEASE FROM THE AUTOMATIC LOCKING MODE (ALR) AFTER IT IS ENGAGED AND THE SEAT BELT IS RETRACTED. IF THIS OCCURS, THERE MAY BE DIFFICULTY IN PULLING THE SEAT BELT OUT OF THE RETRACTOR THUS PREVENTING ITS USAGE.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE REAR CENTER SEAT BELT WITH A NEW ONE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 11, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -04/03/2007,07V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V151000),"BMW of North America, LLC",SIDE STAND/FRAME BOTTOM SECTION,STRUCTURE,NR (Not Reported),Vehicle,305,"ON CERTAIN MOTORCYCLES, THE WELD BETWEEN THE SIDE STAND AND THE FRAME BOTTOM SECTION WAS NOT POSITIONED PROPERLY. THE LOAD-BEARING CAPABILITY OF THE SIDE STAND IS AFFECTED. AS A RESULT, THE SIDE STAND COULD FAIL.","IF THIS OCCURRED WHEN THE MOTORCYCLE WAS PARKED, THE MOTORCYCLE COULD FALL TO THE GROUND AND INJURE A PERSON SITTING ON THE MOTORCYCLE OR A PERSON NEARBY.","DEALERS WILL INSTALL A NEW FRAME BOTTOM SECTION FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -04/02/2007,07E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E025000),"MOMO AUTOMOTIVE ACCESSORIES, INC.",FMVSS 209/AFTERMARKET SEAT BELTS,SEAT BELTS,NR (Not Reported),Equipment,685,"CERTAIN MOMO AUTOMOTIVE ACCESSORIES AFTERMARKET SEAT BELTS SOLD FOR USE ON VARIOUS PASSENGER VEHICLES. THESE SEAT BELTS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, SEAT BELT ASSEMBLIES. THE SEAT BELTS WERE SOLD BEFORE THEY WERE TESTED AS REQUIRED BY FMVSS NO. 209.",THIS STANDARD SPECIFIES REQUIREMENTS FOR SEAT BELT ASSEMBLIES.,MOMO WILL REPRUCHASE OR OFFER A FULL REFUND FOR THE NONCOMPLIANT SEAT BELTS. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2007. OWNERS CAN CONTACT MOMO AT 949-380-7556. -04/02/2007,07V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V147000),"Yamaha Motor Corporation, USA",THROTTLE CABLE GUIDE BRACKET MODIFICATION,VEHICLE SPEED CONTROL,M2007-004R,Vehicle,8500,"ON CERTAIN MOTORCYCLES, WHEN EQUIPPED WITH A WINDSHIELD, THE THROTTLE CABLES CAN KINK AT THE GUIDE BRACKET LOCATED AT THE STEERING HEAD WHEN THE HANDLEBAR IS TURNED ALL THE WAY TO THE LEFT. IN THIS POSITION, A KINKED CABLE CAN CAUSE EITHER A STICKLY THROTTLE FEELING OR PREVENT THE THROTTLE FROM RETURNING TO THE CLOSED POSITION.","IF THE RIDER TURNS THE HANDLEBAR TO THE FULL LEFT LOCK DURING A SLOW-SPEED MANEUVER, THIS STICKY/BINDING THROTTLE FEELING COULD RESULT IN REDUCED VEHICLE CONTROL, WHICH COULD CAUSE A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL REPLACE THE GUIDE BRACKET WITH A NEW ONE THAT HAS AN ADDITIONAL GUIDE TO PREVENT THE THROTTLE CABLES FROM KINKING. THE RECALL BEGAN ON APRIL 19, 2007. OWNERS MAY CONTACT YAMAHA AT 1-800-962-7926." -03/30/2007,07V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V146000),"General Motors, LLC",PASSENGER AIR BAG SENSING SYSTEM/FMVSS 208,AIR BAGS,06143,Vehicle,359,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE RIGHT FRONT PASSENGER SEATS IN THESE VEHICLES ARE BUILT WITH A PASSENGER AIR BAG SENSING SYSTEM. WHEN TESTED WITH A REPRESENTATIVE, UNRESTRAINED SIX YEAR OLD CHILD, THE SYSTEM IS REQUIRED TO TURN OFF THE RIGHT FRONT PASSENGER'S AIRBAG. INTERFERENCE DURING SYSTEM CALIBRATION CAUSED THE SEATS TO BE OUT OF SPECIFICATION.",THIS CAN INCREASE THE RISK OF INJURY TO A CHILD SEAT OCCUPANT DURING CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPLACE THE PASSENGER SENSING SYSTEM FREE OF CHARGE. THE RECALL WILL BEGIN ON APRIL 17, 2007. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668." -03/29/2007,07E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E023000),"CARDONE INDUSTRIES, INC.",MASTER CYLINDER LEAK,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,13128,"CERTAIN CARDONE MASTER CYLINDERS WITH PART NUMBERS 10-2925, 10-2987, 10-2987MZA, 10-3083, 11-3015, 11-3042, 11-3044, 11-3045, 11-3047, 11-3064, AND 11-3156, AND WITH DATE CODES LOWER THAN DCA7078 SOLD AS REPLACEMENT EQUIPMENT FOR USE ON THE VEHICLES LISTED ABOVE. THE SEAL ON MASTER CYLINDER CAN FAIL AND LEAK BRAKE FLUID.","LOSS OF BRAKE FLUID CAN RESULT IN POOR BRAKING PERFORMANCE, POSSIBLY RESULTING IN A VEHICLE CRASH.",CARDONE WILL NOTIFY OWNERS AND OFFER TO REPURCHASE ANY DEFECTIVE MASTER CYLINDERS. THE RECALL BEGAN DURING APRIL 2007. OWNERS CAN CONTACT CARDONE AT 1-800-777-4780. -03/28/2007,07V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V145000),"KZRV, L.P.",BOTTOM STEP PIVOT ARM/HICKORY SPRINGS,STRUCTURE,NR (Not Reported),Vehicle,285,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH HICKORY SPRINGS 'BIG EASY TRIPLE STEPS,' AN IMPROPER ENGAGEMENT OF THE BOTTOM STEP PIVOT ARM WITH THE FORMED STOP EDGE OF THE MIDDLE STEP SUPPORT BRACKET CAN RESULT IN THE BOTTOM STEP ROTATING TO AN UNSAFE DOWNWARD ANGLE.",A PERSON COULD BE INJURED SHOULD THE STEP GIVE WAY WHILE BEING USED TO ENTER OR EXIT THE TRAILER.,"DEALERS WILL INSPECT THE TRAILERS FOR THE MANUFACTURING DATE STICKER TO VERIFY THE DATE OF PRODUCTION OF THE STEP AND, IF NECESSARY, WILL WELD STOCK TO EACH SIDE OF THE LOWER (TRIPLE) STEP STOP EDGES. THE RECALL BEGAN ON MARCH 21, 2007. OWNERS MAY CONTACT KZRV AT 1-800-768-4016." -03/28/2007,07V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V143000),Crossroads RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3939,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN CERTAIN TUBING IN THE REFRIGERATOR WHICH COULD ALLOW PRESSURIZED FLAMMABLE COOLANT SOLUTION TO BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THIS COULD RESULT IN A FIRE.,CROSSROADS RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURNER HOUSING AND PROTECTIVE THERMAL FUSES FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR CROSSROADS RV AT 1-260-593-2866. -03/28/2007,07V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V144000),PALOMINO RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,345,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN CERTAIN TUBING IN THE REFRIGERATOR WHICH COULD ALLOW PRESSURIZED FLAMMABLE COOLANT SOLUTION TO BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THIS COULD RESULT IN A FIRE.,PALOMINO RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURNER HOUSING AND PROTECTIVE THERMAL FUSES FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR PALOMINO RV AT 1-269-432-3271. -03/27/2007,07V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V141000),"Genie Industries, Inc.",MAST CRADLE REPLACEMENT,STRUCTURE,060013,Vehicle,81,"ON CERTAIN TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, THE HOLD DOWN BRACKET THAT SECURES THE MAST/UPPER STRUCTURE FOR TRANSPORT MAY BECOME DAMAGED OR LOOSE OVER TIME. IF THE MAST HOLD-DOWN BRACKET SUSTAINS STRUCTURAL DAMAGE, IT MAY NO LONGER BE CAPABLE OF HOLDING THE TRAILER MAST IN PLACE DURING TRANSPORT.","THIS COULD RESULT IN UPPER STRUCTURE MOVEMENT AND COULD CONTRIBUTE TO THE TRAILER BECOMING UNSTABLE WHEN ROUNDING A CORNER, INCREASING THE RISK OF A CRASH.","GENIE WILL PROVIDE A MAST CRADLE REPLACEMENT KIT TO OWNERS OF ALL AFFECTED MACHINES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 5, 2007. OWNERS MAY CONTACT GENIE AT 866-927-7269." -03/27/2007,07V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V142000),FREIGHTLINER LLC,SEAT BELT FRAY,SEAT BELTS,FL-495,Vehicle,11265,"CERTAIN MY 1994 THROUGH 2002 THOMAS BUILT MINOTOUR, FS-65, MVP-EF, ER, AND HDX-EF SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 23, 1994, AND APRIL 15, 2002. THE SEAT BELT MAY CHAFE ON THE EDGE OF A METAL BRACKET AND WEAR PREMATURELY.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN PERSONAL INJURY.","THOMAS BUILT WILL NOTIFY OWNERS AND REPLACE ANY CHAFED SEAT BELTS AND REPLACE OR MODIFY THE RETAINER STRIP TO PREVENT ANY FURTHER CHAFING. THE RECALL BEGAN ON FEBRUARY 8, 2008. OWNERS MAY CONTACT THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -03/26/2007,07V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V138000),"Mitsubishi Fuso Truck of America, Inc.",IDLER GEAR SHAFT FLANGE,ENGINE AND ENGINE COOLING,C1002210,Vehicle,8712,"ON CERTAIN TRUCKS, THE CYLINDER HEAD IDLER GEAR BUSHING MAY HAVE BEEN IMPROPERLY MACHINED, CAUSING EXCESSIVE STRESS ON THE CYLINDER HEAD IDLER GEAR SHAFT. CONTINUED OPERATING IN THIS CONDITION COULD CAUSE THE IDLER GEAR SHAFT FLANGE TO BREAK AND GENERATE ABNORMAL ENGINE NOISE OR ENGINE OIL LEAKS.",THE ENGINE COULD STALL AND WOULD NOT RESTART INCREASING THE RISK OF A CRASH.,"ON VEHICLES WITH LESS THAN 15,000 MILES, IF THE IDLER GEAR AND BUSHING ASSEMBLY, IDLER GEAR SHAFT AND BOLT WILL BE REPLACED. IF THE MILEAGE IS MORE THAN 15,000 MILES, THE INSIDE DIAMETER OF THE IDLER GEAR BUSHING WILL BE MEASURED AND IF THE BUSHING MEASURES MORE THAN 32.043MM (1.262""), THE IDLER GEAR AND BUSHING ASSEMBLY, IDLER GEAR SHAFT AND BOLT WILL BE REPLACED. THE RECALL BEGAN ON AUGUST 13, 2007. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -03/26/2007,07V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V140000),Ford Motor Company,POSITIVE BATTERY WIRE LOCATION,ELECTRICAL SYSTEM,07S50,Vehicle,1022,"ON CERTAIN TRUCKS EQUIPPED WITH A 6.4L DIESEL ENGINE, INSUFFICIENT CLEARANCE OF THE BATTERY POSITIVE (B+) WIRE TO THE RIGHT HAND SPLASH SHIELD BOLT MAY RESULT IN THE BATTERY B+ WIRE CONTACTING THE SPLASH SHIELD BOLT.","LONG TERM CONTACT COULD CAUSE WIRE CHAFE, RESULTING IN COPPER WIRE BEING EXPOSED. IF THIS CONDITION OCCURS, THE BATTERY B+ WIRE COULD SHORT TO GROUND INCREASING THE RISK OF A FIRE.","DEALERS WILL INSPECT THE BATTERY B+ WIRE LOCATION AND, IF NECESSARY, REPOSITION THE WIRE. THE RECALL BEGAN ON APRIL 3, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -03/26/2007,07V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V139000),Ford Motor Company,POWER TRAIN CONTROL MODULE/EXHAUST SYSTEM,POWER TRAIN,07S49,Vehicle,33169,"ON CERTAIN TRUCKS EQUIPPED WITH A 6.4L DIESEL ENGINE, EXCESSIVE TEMPERATURES IN THE DIESEL PARTICULATE FILTER IN THE EXHAUST SYSTEM MAY RESULT FROM EXCESS HYDROCARBONS IN THE EXHAUST.","LACK OF POWER OR ROUGH OPERATION, UNUSUAL NOISES FROM THE ENGINE OR EXHAUST, WHITE SMOKE FROM THE EXHAUST, AND POTENTIALLY A VISIBLE FLAME OUT THE TAILPIPE CAN OCCUR.","DEALERS WILL REPROGRAM THE POWER TRAIN CONTROL MODULE. THE RECALL BEGAN ON APRIL 3, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -03/23/2007,07V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V137000),FREIGHTLINER LLC,BRAKE PUSH ROD,"SERVICE BRAKES, AIR",FL-493,Vehicle,3000,"CERTAIN MY 2000 THROUGH 2003 THOMAS BUILT HDX AND MVP-ER SCHOOL BUSES MANUFACTURED BETWEEN APRIL 23, 2000, AND NOVEMBER 14, 2003. THE SERVICE AIR BRAKE PEDAL, FOR BOTH NON-ADJUSTABLE AND ADJUSTABLE BRAKE PEDALS, MAY CONTACT THE FRONT STRUCTURE ON THE BUS, LIMITING THE MAXIMUM BRAKE FORCE AVAILABLE.","INSUFFICIENT AIR BRAKE PRESSURE MAY CAUSE EXTENDED STOPPING DISTANCES WITHOUT PRIOR WARNING, POSSIBLY RESULTING IN A VEHICLE CRASH.","THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE AFFECTED BUSES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2007. OWNERS CAN CONTACT THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -03/23/2007,07V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V135000),FREIGHTLINER LLC,FMVSS 404/RICON WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,FL-492,Vehicle,329,"CERTAIN MY 2006 AND 2007 THOMAS BUILT MINOTOUR, FS-65, C2, HDX, AND EF SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 6 AND SEPTEMBER 6, 2006, EQUIPPED WITH RICON WHEELCHAIR PLATFORM LIFT MODELS S2003, S2005, S2010, S5503, S5505, S5510, K2003, K2005, K2010, K5503, K5505, K5510. THE LIFTS INTERLOCK SWITCH SYSTEM MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE PLATFORM LIFT WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 404, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","THE DEFECT INVOLVES THE INTERLOCK SWITCH SYSTEM IN THE LIFT NOT DETECTING THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE RICON WHEELCHAIR PLATFORM LIFT. IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM WHEN THE PLATFORM WAS LOWERED. THIS COULD RESULT IN INJURY TO THE WHEELCHAIR'S OCCUPANT. ALSO, ANYONE STANDING ON THE PLATFORM COULD LOSE HIS OR HER BALANCE AND FALL, RESULTING IN INJURY.","FREIGHTLINER WILL NOTIFY OWNERS AND WILL REPAIR THE AFFECTED BUSES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON AUGUST 6, 2007. OWNERS CAN CONTACT FREIGHTLINER'S CUSTOMER ASSISTANCE CENTER AT 800-385-4357 OR CONTACT RICON AT 800-322-2884." -03/23/2007,07V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V133000),"Lazy Daze, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1229,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"LAZY DAZE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LAZY DAZE AT 1-909-627-1103." -03/22/2007,07V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V132000),PACCAR Incorporated,AXLE HOUSING/DANA,POWER TRAIN,07KW4 & 107C,Vehicle,245,"ON CERTAIN TRUCKS, THE AXLE HOUSINGS MAY HAVE BEEN MANUFACTURED WITH STEEL THAT WAS OUT OF SPECIFICATION WHICH COULD RESULT IN A FATIGUE FAILURE OVER TIME.","IF A FATIGUE FAILURE OCCURS AND IS LEFT UNATTENDED, THE AXLE MAY LOCK UP OR THE END OF THE AXLE COULD COME OFF, WHICH MAY RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE AXLES FREE OF CHARGE. THE RECALL BEGAN ON MAY 9, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 AND PETERBILT AT 1-940-591-4196." -03/22/2007,07V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V174000),RELIANCE TRAILER COMPANY,DRAWBAR HINGE ASSEMBLIES,TRAILER HITCHES,NR (Not Reported),Vehicle,508,"ON CERTAIN TRANSFER TRAILER CHASSIS, THE DRAWBAR HINGE ASSEMBLIES AT THE FRONT OF THE TURNTABLE MAY HAVE BEEN INCORRECTLY ASSEMBLED OR IMPROPERLY TIGHTENED DURING ASSEMBLY.","THIS SITUATION MAY ALLOW THE BOLT TO BACK OUT OF THE TAPERED HINGE, ALLOWING THE PIN TO WORK OUT OF THE HINGE ASSEMBLY, COMPROMISING THE CONNECTION BETWEEN THE TRAILER DRAWBAR AND THE TRAILER, INCREASING THE RISK OF A CRASH.","INSPECTION OF THE TRAILERS AND REPLACEMENT AND/OR TIGHTENING OF THE BOLT IN THE DRAWBAR HINGE ASSEMBLIES WILL BE PERFORMED. THE RECALL BEGAN ON FEBRUARY 14, 2007. OWNERS MAY CONTACT RELIANCE AT 1-800-493-8560." -03/22/2007,07V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V134000),Keystone RV Company,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,122162,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN CERTAIN TUBING IN THE REFRIGERATOR WHICH COULD ALLOW PRESSURIZED FLAMMABLE COOLANT SOLUTION TO BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THIS COULD RESULT IN A FIRE.,KEYSTONE RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURNER HOUSING AND THERMAL FUSES FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR KEYSTONE RV AT 574-535-2100. -03/21/2007,07V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V123000),"Mack Trucks, Inc.",AXLE HOUSING/DANA,POWER TRAIN,SC0322,Vehicle,51,"ON CERTAIN TRUCKS, THE AXLE HOUSINGS MAY HAVE BEEN MANUFACTURED WITH STEEL THAT WAS OUT OF SPECIFICATION WHICH COULD RESULT IN A FATIGUE FAILURE OVER TIME.","IF A FATIGUE FAILURE OCCURS AND IS LEFT UNATTENDED, THE AXLE MAY LOCK UP OR THE END OF THE AXLE COULD COME OFF, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE AXLES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 9, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -03/21/2007,07V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V128000),Honda (American Honda Motor Co.),CRANKCASE BREATHER SEPARATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8020,"ON CERTAIN MOTORCYCLES, THE CRANKCASE BREATHER SEPARATOR MAY BE DEFECTED. DURING THE MOLDING PROCESS, THE BREATHER PASSAGE MAY HAVE BEEN BLOCKED BY A THIN LAYER OF THE INJECTED PLASTIC MATERIAL. THIS BLOCKAGE WILL CREATE A BUILD-UP OF PRESSURE INSIDE THE CRANKCASE AND MAY CAUSE THE LEFT SIDE ENGINE SEAL TO BE PUSHED OUT OF POSITION AND AN OIL LEAK WILL OCCUR.","OIL LEAKING FROM THE FAILED SEAL WHILE RIDING CAN SPRAY ONTO THE REAR TIRE OR THE ROAD, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BREATHER SEPARATOR, FREE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -03/21/2007,07V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V121000),"WESTERN RECREATIONAL VEHICLES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,6188,"CERTAIN MOTOR HOMES, TRUCK CAMPERS, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"WESTERN RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR WESTERN RV AT 1-866-567-4133." -03/21/2007,07V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V122000),"TRAVEL SUPREME, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1451,"CERTAIN MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TRAVEL SUPREME WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TRAVEL SUPREME AT 1-574-862-4484." -03/21/2007,07V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V124000),"Space Craft Mfg., Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,21,"CERTAIN FIFTH WHEEL AND HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SPACE CRAFT WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SPACE CRAFT AT 1-660-463-7520." -03/21/2007,07V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V125000),HL Enterprise Inc.,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,78,"CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"HY-LINE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR HY-LINE AT 1-574-294-1112." -03/21/2007,07V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V126000),GILBERT RV CONVERSION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"GILBERT RV WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GILBERT RV AT 1-574-269-1353." -03/20/2007,07V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V118000),"Jayco, Inc.",BOTTOM STEP PIVOT ARM/HICKORY SPRINGS,STRUCTURE,NR (Not Reported),Vehicle,561,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH HICKORY SPRINGS 'BIG EASY TRIPLE STEPS,' AN IMPROPER ENGAGEMENT OF THE BOTTOM STEP PIVOT ARM WITH THE FORMED STOP EDGE OF THE MIDDLE STEP SUPPORT BRACKET CAN RESULT IN THE BOTTOM STEP ROTATING TO AN UNSAFE DOWNWARD ANGLE.",A PERSON COULD BE INJURED SHOULD THE STEP GIVE WAY WHILE BEING USED TO ENTER OR EXIT THE TRAILER.,"DEALERS WILL INSPECT THE TRAILERS FOR THE MANUFACTURING DATE STICKER TO VERIFY THE DATE OF PRODUCTION OF THE STEP AND, IF NECESSARY, WILL WELD STOCK TO EACH SIDE OF THE LOWER (TRIPLE) STEP STOP EDGES. THE RECALL BEGAN ON MARCH 30, 2007. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -03/20/2007,07V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V119000),"Coach House, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,621,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"COACH HOUSE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COACH HOUSE AT 1-800-235-0984." -03/20/2007,07V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V127000),THOR AMERICA,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,12000,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"THOR AMERICA WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR THOR AMERICA AT 1-570-837-1663." -03/20/2007,07V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V129000),"Jayco, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,130,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"JAYCO WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR JAYCO AT 1-800-283-8267." -03/20/2007,07V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V130000),Damon Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,25128,"CERTAIN TRAVEL TRAILERS AND MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"DAMON WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR DAMON AT 1-800-860-3812." -03/20/2007,07V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V131000),"Winnebago of Indiana, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,19519,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN CERTAIN TUBING IN THE REFRIGERATOR WHICH COULD ALLOW PRESSURIZED FLAMMABLE COOLANT SOLUTION TO BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THIS COULD RESULT IN A FIRE.,SUNNYBROOK WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURNER HOUSING AND THERMAL FUSES FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNNYBROOK AT 1-574-825-5250. -03/20/2007,07V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V136000),"Gulf Stream Coach, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,38767,"CERTAIN MOTOR HOMES, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"GULF STREAM WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. THE RECALL BEGAN ON JUNE 28, 2007. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR GULF STREAM AT 1-574-773-7761." -03/19/2007,07V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V110000),Adventure Manufacturing,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5794,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ADVENTURE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ADVENTURE AT 1-765-475-9500." -03/19/2007,07V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V111000),"Sundowner Trailers, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5254,"CERTAIN RECREATIONAL, CARGO, AND HORSE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SUNDOWNER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SUNDOWNER AT 1-800-654-3879." -03/19/2007,07V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V112000),"United Trailers, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,20,"CERTAIN CARGO AND RACE TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"UNITED WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR UNITED AT 1-800-637-2592." -03/19/2007,07V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V113000),AMERICAN TRAVEL SYSTEMS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,883,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"AMERICAN TRAVEL WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR AMERICAN TRAVEL AT 1-574-294-2117." -03/19/2007,07V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V114000),Recreation By Design,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,942,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"RECREATION BY DESIGN (RBD) WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR RBD AT 1-800-999-1902." -03/19/2007,07V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V115000),"ALLEN CAMPER MFG. CO., INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,217,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ALLEN CAMPER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ALLEN CAMPER AT 1-580-857-2413." -03/19/2007,07V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V116000),BEARCAT CORPORATION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,107,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"BEARCAT WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR BEARCAT AT 1-574-533-0448." -03/19/2007,07V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V117000),JENSEN TRAILERS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,3,"CERTAIN CARGO TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"JENSEN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR JENSEN AT 1-800-383-6017." -03/19/2007,07V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V120000),"FLEETWOOD ENTERPRISES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,167096,"CERTAIN MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FLEETWOOD WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FLEETWOOD AT 1-800-322-8216." -03/16/2007,07V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V108000),Volvo Trucks North America,AXLE HOUSING/DANA,POWER TRAIN,RVXX0701,Vehicle,84,"ON CERTAIN TRUCKS, THE AXLE HOUSINGS MAY HAVE BEEN MANUFACTURED WITH STEEL THAT WAS OUT OF SPECIFICATION WHICH COULD RESULT IN A FATIGUE FAILURE OVER TIME.","IF A FATIGUE FAILURE OCCURS AND IS LEFT UNATTENDED, THE AXLE MAY LOCK UP OR THE END OF THE AXLE COULD COME OFF, WHICH MAY RESULT IN A VEHICLE CRASH.","DEALERS WILL REPAIR AND INSPECT THE AXLES AND REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON APRIL 9, 2007. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -03/16/2007,07V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V107000),PACCAR Incorporated,TRANSMISSION AUTO NEUTRAL FUNCTION/ALLISON,POWER TRAIN,07KW3,Vehicle,4592,"ON CERTAIN TRUCKS, THE WIRING, PARTS, OR TRANSMISSION PROGRAMMING REQUIRED FOR THE AUTO NEUTRAL FEATURE TO FUNCTION AS DESIGNED WERE EITHER NOT INSTALLED, CONNECTED, OR PROGRAMMED PROPERLY.","IF ANY OF THESE CONDITIONS EXISTS, THE TRANSMISSION WILL NOT AUTOMATICALLY SHIFT INTO NEUTRAL WHEN LEFT IN DRIVE WITH THE PARKING BRAKE SET ENGAGED. THE VEHICLE COULD MOVE WITHOUT WARNING INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE AFFECTED VEHICLES TO ENSURE THE AUTO NEUTRAL FEATURE FUNCTIONS PROPERLY AND, IF NEEDED, WILL MAKE THE NECESSARY REPAIRS FREE OF CHARGE. THE RECALL BEGAN ON MAY 9, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -03/15/2007,07V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V106000),Wabash National Corporation,ACCURIDE/ALUMINUM WHEEL,WHEELS,NR (Not Reported),Vehicle,183,"ON CERTAIN TRAILERS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS MAY NOT HAVE BEEN PROPERLY PRE-STRESSED AND MAY EXPERIENCE PREMATURE CRACKING ON THE DISC FACE THAT COULD RESULT IN FAILURE.","SHOULD THE WHEEL FAIL WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN INJURY OR DEATH.",WABASH IS WORKING WITH ACCURIDE TO INSPECT THESE TRAILERS AND REPLACE THE WHEELS IF NECESSARY. OWNERS MAY CONTACT ACCURIDE AT 1-800-869-2275 OR WABASH AT 765-771-5563. -03/15/2007,07V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V105000),East Manufacturing Corp.,DOLLY LOCK PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,443,"ON CERTAIN DOUBLE PULL BEHIND SEMI-TRAILERS WITH ROLLER CIRCLE CONVERTER DOLLY LOCKS, THE SNAP RING THAT SUSPENDS THE DOLLY LOCK PIN MAY DISLODGE ALLOWING THE PIN TO INADVERTENTLY ENGAGE IN THE DOLLY LOCK TUBE.",THE TRACTOR/TRAILER COMBINATION COULD EXPERIENCE HANDLING PROBLEMS INCLUDING TIPPING OVER OF THE TRACTOR/TRAILER COMBINATION INCREASING THE RISK OF A CRASH AND INJURIES.,"DEALERS WILL CHANGE OUT THE EXISTING DOLLY LOCK PIN WITH THE SNAP RING AND WILL REPLACE IT WITH A NEW DOLLY LOCK PIN ASSEMBLY WITH A MACHINED SHOULDER FREE OF CHARGE. THE RECALL BEGAN ON MAY 31, 2007. OWNERS MAY CONTACT EAST AT 330-325-9921." -03/15/2007,07V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V104000),"Chrysler (FCA US, LLC)",FRONT DOOR LATCH CABLE,LATCHES/LOCKS/LINKAGES,G12,Vehicle,11191,"ON CERTAIN PASSENGER VEHICLES, THE FRONT DOOR LATCH CABLE MAY BECOME PARTIALLY UNSEATED FROM THE INTERIOR RELEASE HANDLE HOUSING CAUSING THE DOOR LATCH TO STICK IN THE OPEN POSITION AND NOT BE SECURED TO THE STRIKER.","DURING CERTAIN CRASH CONDITIONS, THE POSSIBILITY OF A DOOR OPENING COULD CAUSE AN UNBELTED PASSENGER TO BE EJECTED, INCREASING THE RISK OF INJURIES.","THIS ACTION IS SUPERSEDED (PLEASE SEE 07-V414.) DEALERS WILL ADD FREE OF CHARGE A SECONDARY FEATURE TO BOTH FRONT DOORS TO PREVENT THE DOOR LATCH CABLE FERRULE FROM BECOMING UNSEATED AT THE INTERIOR FRONT DOOR RELEASE HANDLE HOUSING. THE RECALL BEGAN ON APRIL 30, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/15/2007,07E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E022000),Suburban Manufacturing CO,GAS COOKING RANGE/OVEN THERMOSTAT CONTROL VALVE,EQUIPMENT,NR (Not Reported),Equipment,188,"CERTAIN SUBURBAN THREE BURNER MATCH LIGHT GAS RANGES, MODEL SRNA3SBBM, SERIAL NUMBER RANGE BEGINNING WITH 063809986 AND ENDING WITH 063810173, MANUFACTURED ON SEPTEMBER 21 AND SEPTEMBER 22, 2006, P/NOS. 2863A AND 2863D, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN RECREATIONAL VEHICLES. THE OVEN THERMOSTAT CONTROL VALVE CAN ALLOW GAS FLOW TO THE OVEN BURNER WHEN THE OVEN CONTROL KNOB IS PUSHED IN AND NOT FULLY IN THE CORRECT POSITION TO LIGHT THE PILOT.","IF THE OVEN CONTROL KNOB WAS DEPRESSED FOR SOME TIME BEFORE LIGHTING THE PILOT LIGHT, THE EXCESS GAS IN THE OVEN COULD CAUSE A FLASH AT THE OPENING OF THE OVEN, POSSIBLY RESULTING IN PERSONAL INJURY.",THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND REPLACE THE OVEN THERMOSTAT CONTROL FREE OF CHARGE. OWNERS SHOULD CONTACT THEIR RV MANUFACTURER FOR FURTHER INFORMATION OR OWNERS CAN CONTACT SUBURBAN AT 423-775-2131 EXT 1. -03/14/2007,07V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V101000),"FLEETWOOD ENTERPRISES, INC.",BATTERY SERVICE COMPARTMENT SEAL,ELECTRICAL SYSTEM,70219,Vehicle,160,"ON CERTAIN CLASS A MOTOR HOMES, THE SERVICE COMPARTMENT THAT CONTAINS THE INVERTER AND THE HOUSE BATTERIES IS INSUFFICIENTLY SEALED FROM SPARK PRODUCING DEVICES. IN THE EVENT OUT GASSING OCCURS FROM THE BATTERIES AND THE GASES ARE EXPOSED TO A SPARK OF MEASURABLE SIZE AND DURATION, IGNITION OF THE GASSES MAY OCCUR.",THIS HAS THE POTENTIAL TO IGNITE COMBUSTIBLE OBJECTS WITHIN THE COMPARTMENT.,"DEALERS WILL INSPECT AND INSTALL A COMPARTMENT SPACER AND BULB SEAL TO THE SERVICE COMPARTMENT THAT CONTAINS THE HOUSE BATTERIES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2007. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -03/14/2007,07V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V098000),"Mack Trucks, Inc.",BRAKE PEDAL COTTER PIN,"SERVICE BRAKES, HYDRAULIC",SC0321,Vehicle,3587,"ON CERTAIN TRUCKS, THE COTTER PIN THAT RETAINS THE BRAKE PEDAL CLEVIS PIN MAY NOT HAVE BEEN INSTALLED. THE CLEVIS PIN CONNECTS THE BRAKE PEDAL TO THE BRAKE FOOT VALVE.","IF THE PIN WERE TO COME LOOSE, THE DRIVER WOULD NOT BE ABLE TO APPLY THE SERVICE BRAKE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT TO SEE IF THE COTTER PIN IS MISSING. IF THE PIN IS MISSING, THE COTTER PIN WILL BE INSTALLED. OWNERS ARE BEING ADVISED NOT THE DRIVE THE VEHICLE UNTIL THE PIN HAS BEEN INSTALLED. THE RECALL BEGAN ON MARCH 26, 2007. OWNER MAY CONTACT MACK TRUCK AT 1-800-528-6586." -03/14/2007,07V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V097000),Honda (American Honda Motor Co.),FUEL PUMP RELAY,"FUEL SYSTEM, GASOLINE",Q37 Q38,Vehicle,166561,"ON CERTAIN VEHICLES, A COIL WIRE INSIDE THE FUEL PUMP RELAY MAY BREAK, CAUSING THE FUEL PUMP TO LOSE POWER. IF THE FUEL PUMP BECOMES INOPERATIVE, THE ENGINE MAY NOT START.","IF THE FUEL PUMP LOSES POWER WHILE DRIVING, THE ENGINE COULD STALL WITHOUT WARNING, AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT AND REPLACE THE FUEL PUMP RELAY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 2, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -03/13/2007,07V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V103000),"New Flyer of America, Inc.",AIR DRYER MALFUNCTIONS/GRAHAM WHITE,"SERVICE BRAKES, AIR",R07-004,Vehicle,719,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH GRAHAM WHITE AIR DRYERS, THE AIR DRYER TIMER MODULES MAY ALLOW SUFFICIENT QUANTITIES OF MOISTURE TO ENTER AND AFFECT THE OPERATION OF THE VEHICLE AIR BRAKE SYSTEM.",FAILURE OF THE AIR BRAKE SYSTEM DUE TO MOISTURE COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE AIR DRYER TIMER MODULE ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON MARCH 22, 2007. OWNERS MAY CONTACT NEW FLYER AT 204-934-4874." -03/13/2007,07V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V095000),DAIMLERCHRYSLER MANUFACTURING INTL,WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,29,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE INTERLOCK SWITCH SYSTEM IN THE LIFT MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE RICON WHEELCHAIR PLATFORM LIFT.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM WHEN THE PLATFORM WAS LOWERED. THIS COULD RESULT IN INJURY TO THE WHEELCHAIR'S OCCUPANT. ALSO, ANYONE STANDING ON THE PLATFORM COULD LOSE HIS OR HER BALANCE AND FALL, RESULTING IN INJURY.",DAIMLERCHRYSLER IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 800-322-2884 OR DAIMLERCHRYSLER AT 1-800-882-8054. -03/12/2007,07E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E021000),APTIV,AFTERMARKET FUEL PRESSURE REGULATORS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,742,"CERTAIN DELPHI FUEL PRESSURE REGULATORS, P/NOS. FP10020-11B1, FP10026-11B1, AND FP10027-11B1, SOLD AFTER JANUARY 9, 2007, AS AFTERMARKET EQUIPMENT FOR VARIOUS PASSENGER VEHICLES LISTED ABOVE. THE UNIVERSAL PRESSURE REGULATORS (UPR) WERE PRODUCED WITHOUT AN O'RING AND RETAINER.","FUEL MAY LEAK, POSSIBLY RESULTING IN A FIRE.","DELPHI WILL NOTIFY OWNERS AND REPLACE THE UPR FREE OF CHARGE. THE RECALL BEGAN ON APRIL 23, 2007. OWNERS CAN CONTACT DELPHI AT 877-411-8770." -03/12/2007,07V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V099000),TETON HOMES,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,610,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"TETON HOMES WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR TETON HOMES AT 1-307-235-1525." -03/12/2007,07V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V100000),"UNIVERSAL SPECIALTY VEHICLES, INC.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,18,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"UNIVERSAL SPECIALTY VEHICLES (USV) WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR USV AT 1-951-943-7747." -03/12/2007,07V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V102000),LONGHORN CONVERSIONS,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1,"CERTAIN HORSE AND CARGO TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"LONGHORN WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR LONGHORN AT 1-660-465-2957." -03/12/2007,07V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V094000),"Nissan North America, Inc.",SEAT BELT TENSION SENSOR,SEAT BELTS,NR (Not Reported),Vehicle,16309,"ON CERTAIN HATCHBACK VEHICLES, THE TERMINALS FOR THE PASSENGER SIDE SEAT BELT TENSION SENSOR HARNESS CONNECTOR MAY HAVE BEEN DAMAGED DURING THE MANUFACTURING PROCESS. THIS COULD RESULT IN A LOSS OF ELECTRICAL CONTINUITY CAUSING THE OCCUPANT DETECTION SYSTEM TO BECOME INOPERATIVE.","IF THIS OCCURS, THE AIR BAG WARNING LIGHT WILL COME ON AND THE PASSENGER SIDE FRONTAL AIR BAG WILL BE SUPPRESSED.","DEALERS WILL REPLACE THE CONNECTOR FOR THE SEAT BELT TENSION SENSOR HARNESS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 18, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/12/2007,07V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V093000),"Chrysler (FCA US, LLC)",TIRE INFLATION PRESSURE LABELS/FMVSS 120,EQUIPMENT,G10,Vehicle,3282,"CERTAIN 4X4 TRUCKS WITH DIESEL ENGINES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, CERTAIN 4X4 TRUCKS WITH DIESEL ENGINES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE CERTIFICATION LABEL, TIRE AND LOADING INFORMATION LABEL AND SUPPLEMENTAL TIRE PRESSURE INFORMATION LABEL CONTAIN INCORRECT TIRE INFLATION PRESSURE INFORMATION.",IMPROPER TIRE INFLATION PRESSURE CAN CAUSE TIRE FAILURE AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL INSTALL THE CORRECT CERTIFICATION LABEL OVERLAY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 12, 2007. OWNERS MAY CONTACT DAIMLERCHRYLER AT 1-800-853-1403." -03/09/2007,07V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V090000),PACCAR Incorporated,BRAKE TIMING/FMVSS 121,"SERVICE BRAKES, AIR",07KW2,Vehicle,65,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE BRAKE TIMING REGULATORY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE BRAKE VALVE WAS MOVED TO THE OPPOSITE RAIL, INCREASING THE LENGTH OF THE AIR LINE, WHICH IN TURN INCREASED THE WHEELBASE REQUIRING A DUAL RELAY VALVE SYSTEM. THE VEHICLES WERE MANUFACTURED WITH A SINGLE VALVE SYSTEM.","IF STOPPING DISTANCE WAS LIMITED, A VEHICLE CRASH COULD RESULT.","DEALERS WILL CONVERT THE SINGLE RELAY VALVE TO A DUAL RELAY VALVE SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON MAY 21, 2007. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -03/09/2007,07E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E020000),VEHICLE ENHANCEMENT SPECIALTY PRODUCTS,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,101,"CERTAIN REPLACEMENT HALOGEN HEAD LAMPS WITH PART NO. EBM-12, MODEL NOS. LISTED ABOVE, SOLD BY VEHICLE ENHANCEMENT SPECIALTY PRODUCTS, INC. (VESP) FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","VESP WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID CONVERSION KITS. THE SAFETY RECALL BEGAN ON MARCH 31, 2009. OWNERS MAY CONTACT VESP AT 1-650-871-1992." -03/09/2007,07V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V092000),"Chrysler (FCA US, LLC)",INSTRUMENT CLUSTER CIRCUIT/INTERIOR LIGHTING,ELECTRICAL SYSTEM,G07,Vehicle,328424,"ON SOME SPORT UTILITY VEHICLES, UNDER CERTAIN OPERATING CONDITIONS, AN INTEGRATED CIRCUIT IN THE INSTRUMENT CLUSTER THAT CONTROLS INTERIOR LIGHTING MAY OVERHEAT.",THIS COULD POTENTIALLY CAUSE AN INSTRUMENT PANEL FIRE.,"DEALERS WILL INSPECT THE CLUSTER FOR DAMAGE AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 2, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-140." -03/09/2007,07V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V089000),"Chrysler (FCA US, LLC)",OVERHEATING VENTILATION & AC BLOWER MOTOR,ELECTRICAL SYSTEM,G03,Vehicle,149605,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH VALEO HEATING, VENTILATION AND AIR CONDITIONING (HVAC), THE BLOWER MOTOR MAY OVERHEAT.",THIS COULD CAUSE AN INTERIOR FIRE.,"DEALERS WILL REPLACE THE HVAC BLOWER MOTOR FREE OF CHARGE. THE RECALL BEGAN ON MAY 28, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/09/2007,07V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V109000),"Roadmaster, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,152,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"ROADMASTER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR ROADMASTER AT 1-574-537-0669." -03/08/2007,07E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E019000),Hickory Springs Manufacturing Company,ENTRY STEPS,EQUIPMENT,NR (Not Reported),Equipment,2151,"CERTAIN HICKORY SPRINGS BIG EASY TRIPLE STEPS MANUFACTURED BETWEEN FEBRUARY 6 AND FEBRUARY 23, 2007, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN TOWABLE RECREATIONAL VEHICLES (I.E., TRAILERS). THE BOTTOM STEP PIVOT ARM CAN BYPASS THE STOP EDGE WHEN PRESSURE IS APPLIED TO THE BOTTOM STEP.",A PERSON COULD BE INJURED SHOULD THE STEP GIVE WAY WHILE BEING USED TO ENTER OR EXIT THE TRAILER.,THE RV MANUFACTURES WILL NOTIFY OWNERS AND REPAIR THE STEPS FREE OF CHARGE. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER OR CONTACT HICKORY SPRINGS AT 1-800-643-2102 EXT 301. -03/08/2007,07V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V091000),MID BUS CORPORATION,FMVSS 403/RICON WHEEL CHAIR LIFT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,28,"CERTAIN MY 2006 MID BUS GUIDE AND GUIDE XL SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 6 AND OCTOBER 5, 2006, EQUIPPED WITH RICON 2000 AND 5500 SERIES WHEEL CHAIR LIFTS. THE LIFT'S INTERLOCK SWITCH SYSTEM MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEEL CHAIR OR STANDEE) ON THE PLATFORM LIFT WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR LIFT TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A STANDEE COULD LOOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM IS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.","MID BUS WILL NOTIFY OWNERS AND IS WORKING IN CONJUNCTION WITH RICON TO REPAIR THE SCHOOL BUSES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 15, 2007. OWNERS CAN CONTACT RICON AT 818-267-3012 OR CONTACT MID BUS AT 877-358-6055." -03/08/2007,07V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V088000),"Irbit Motorworks of America, Inc.",WHEEL BEARING REPLACEMENT,SUSPENSION,NR (Not Reported),Vehicle,33,"ON CERTAIN MOTORCYCLES, THE WHEEL BEARINGS MAY HAVE BEEN IMPROPERLY INSTALLED AT THE FACTORY.",THIS CAN CAUSE LOOSE WHEELS OR WHEEL LOCK UP INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT ALL WHEEL BEARINGS AND IF INSTALLED INCORRECTLY THEY WILL REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON MARCH 9, 2007. OWNERS MAY CONTACT URAL AT 1-888-990-8484." -03/07/2007,07V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V087000),"SAAB CARS USA, INC.",FUEL PUMP,"FUEL SYSTEM, GASOLINE",07052,Vehicle,94377,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP RETAINING TABS HOLDING THE FUEL LINES WERE DAMAGED DURING PRODUCTION.","OVER TIME, THIS COULD CAUSE THE FUEL LINES TO LOOSEN FROM THE PUMP RESULTING IN FUEL LEAKAGE. IF AN IGNITION SOURCE WERE PRESENT, THE FUEL MAY IGNITE RESULTING IN A VEHICLE FIRE.","DEALERS WILL DEVELOP A SECURING BRACKET THAT WILL SECURE THE FUEL LINES TO THE FUEL PUMP EVEN IF THE PLASTIC RETAINING TABS SHOULD BREAK. THE RECALL BEGAN ON JUNE 13, 2007. THIS IS AN EXPANSION OF PREVIOUS RECALL CAMPAIGNS - SEE 04V557 AND 06V126. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -03/07/2007,07V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V084000),"Coachmen RV Company, LLC",LP BOTTLE TRAY MOUNTING SCREWS,EQUIPMENT,NR (Not Reported),Vehicle,24,"ON CERTAIN TRAVEL TRAILERS, THE SELF TAPING SCREWS THAT ARE USED TO SECURE THE LIQUID PROPANE (LP) BOTTLE SUPPORT TRAY TO THE TRAILER FRAME MAY FAIL. THE SUPPORT TRAY IS MOUNTED TO THE A-FRAME OF THE TRAILER AND HOLDS THE LP BOTTLES SECURELY IN PLACE.","SHOULD THESE SCREWS FAIL, THE LP BOTTLES COULD COME LOOSE, DISENGAGE FROM THE TRAILER INCREASING THE RISK OF A CRASH. IF SIGNIFICANT CONTACT WERE TO OCCUR OVER A PERIOD OF TIME, THE LP TANK OR LINES COULD BE DAMAGED AND POTENTIALLY LEAK LP GAS, WHICH COULD RESULT IN A FIRE.","DEALERS WILL REPAIR THE LP BOTTLE TRAY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 19, 2007. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -03/06/2007,07E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E018000),DANA CORPORATION,DRIVE AXLE HOUSINGS,POWER TRAIN,NR (Not Reported),Equipment,3715,"CERTAIN DANA DRIVE AXLE HOUSINGS MANUFACTURED BETWEEN NOVEMBER 2006 AND FEBRUARY 6, 2007, MODEL NUMBERS LISTED ABOVE, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN HEAVY DUTY TRUCKS. MIS-MARKED STEEL WAS USED DURING PRODUCTION. THE STEEL COIL WAS MARKED AS 7/16"" (11 MM), WHEN IT WAS IN FACT 3/8"" (9MM). OVER TIME, THE OUT OF SPECIFICATION STEEL COULD RESULT IN A FATIGUE FAILURE OF THE AXLE HOUSING, MOST LIKELY AT THE BRAKE FLANGE. IF UNATTENDED, THE AXLE MAY LOCK UP OR THE END OF THE AXLE COULD COME OFF.","IF THIS OCCURRED, THE VEHICLE COULD HAVE A PARTIAL FAILURE OF THE BRAKE SYSTEM, AN INOPERABLE AXLE WITH POSSIBLE LOCKING OF THE WHEEL, OR THE WHEEL OFF CONDITION. THESE AXLES FAILURES COULD RESULT IN A DECREASE IN VEHICLE CONTROL OR BRAKING AND A VEHICLE CRASH.","THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND WILL REPLACE ANY HOUSINGS WHICH, UPON INSPECTION, ARE DETERMINED TO BE UNDER SPECIFICATION FREE OF CHARGE. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER FOR FURTHER INFORMATION OR OWNERS CAN CONTACT DANA AT 419-535-4500." -03/06/2007,07V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V086000),RENEGADE RV,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,1762,"CERTAIN TRUCK CONVERSIONS AND TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"RENEGADE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR RENEGADE AT 1-574-848-1126." -03/06/2007,07V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V078000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH/SUPPLEMENT,VEHICLE SPEED CONTROL,05S28,Vehicle,155584,"ON CERTAIN TRUCKS EQUIPPED WITH SPEED CONTROL, GASOLINE OR NATURAL GAS ENGINES, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT.","OVERHEATING COULD RESULT IN SMOKE, BURN, OR AN UNDERHOOD FIRE.","DEALERS WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON MARCH 12, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673. (NOTE: ALSO SEE RECALLS 05V017, 05V388, AND 06V286)" -03/06/2007,07V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V079000),Ford Motor Company,STEEL WHEELS,WHEELS,07S48,Vehicle,109664,"ON CERTAIN POLICE VEHICLES EQUIPPED WITH STEEL WHEELS, SOME OF THE WHEELS MAY DEVELOP CRACKS IN THE RIM NEAR THE WELD LINE THAT CONNECTS THE RIM TO THE DISK.","THE CRACKS CAN ULTIMATELY RESULT IN RAPID AIR LOSS FROM THE TIRE AND COULD AFFECT VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE FOUR ROAD WHEELS AND SPARE WHEEL BASED ON THE WHEEL PART NUMBER. THE RECALL BEGAN ON MARCH 15, 2007. OWNERS SHOULD CONTACT FORD AT 1-800-343-5338." -03/05/2007,07V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V074000),Skyline Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,57295,"CERTAIN TRUCK CAMPERS, FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"SKYLINE WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR SKYLINE AT 1-574-294-6521." -03/05/2007,07V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V075000),Newmar Corporation,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,16190,"CERTAIN CLASS A AND DIESEL PUSHER MOTOR HOMES AND FIFTH WHEEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NEWMAR WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NEWMAR AT 1-574-773-7791." -03/05/2007,07V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V076000),"Foretravel, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,153,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FORETRAVEL WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FORETRAVEL AT 1-936-564-8367. (PLEASE NOTE: REFRIGERATOR MODEL RM3363 IS NOT INCLUDED IN THIS CAMPAIGN.)" -03/05/2007,07V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V077000),"Nu Wa Industries, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,9457,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"NU WA WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR NU WA AT 1-620-431-2088." -03/05/2007,07V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V080000),R-VISION,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,29946,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"R-VISION WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR R-VISION AT 1-574-268-2111." -03/05/2007,07V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V081000),"FTCA, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2726,"CERTAIN TRAVEL TRAILERS EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FLEETWOOD FOLDING TRAILERS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FLEETWOOD FOLDING TRAILERS AT 1-814-445-9661," -03/05/2007,07V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V082000),FOUR WINDS INTERNATIONAL,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,58,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FOUR WINDS WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157." -03/05/2007,07V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V083000),"Airstream, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,5084,"CERTAIN TRAVEL TRAILERS AND MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"AIRSTREAM WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR AIRSTREAM AT 1-937-596-6111." -03/05/2007,07V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V085000),"Forest River, Inc.",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,128000,"CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"FOREST RIVER WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). DOMETIC WILL REPAIR THESE REFRIGERATORS BY INSTALLING A SECONDARY BURN HOUSING, A THERMAL FUSE, AND A MELT FUSE FREE OF CHARGE. DOMETIC HAS RETAINED STERICYCLE INC. TO MANAGE THIS CAMPAIGN. STERICYCLE WILL ASSIST YOU IN LOCATING DEALERSHIPS OR SERVICE CENTERS AND WILL PROVIDE ASSISTANCE WITH SCHEDULING OF APPOINTMENTS. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR FOREST RIVER AT 1-574-389-4600," -03/05/2007,07V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V096000),Motor Coach Industries,STEERING BOX BRACKET SUPPORT,STEERING,NR (Not Reported),Vehicle,518,"ON CERTAIN MOTOR COACHES, A WELD JOINING A GUSSET SUPPORT FROM THE FRONT BOGIE LEG TO THE STEERING BOX MOUNTING PLATE CAN CRACK.",THIS CAN ALLOW ADDITIONAL MOVEMENT OF THE MOUNTING PLATE IN DRY STEER APPLICATIONS AND AT THE EXTREME OUTWARD STEERING POSITIONS INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL AN ADDITIONAL GUSSET TO THESE ASSEMBLIES AND REWELD AS REQUIRED. THE RECALL BEGAN ON MARCH 23, 2007. OWNERS MAY CONTACT MOTOR COACH AT 1-800-241-2947." -03/02/2007,07E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E016000),"SPARCO MOTOR SPORTS, INC.",SCHROTH SERIES RACING HARNESS,SEAT BELTS,R1,Equipment,46,"CERTAIN SCHROTH PROFI SERIES RACING HARNESSES AND SPARCO BRANDED RACING HARNESSES MANUFACTURED BETWEEN NOVEMBER 27, 2006, AND FEBRUARY 14, 2007. THESE HARNESSES ARE FITTED WITH BUCKLES MARKED WITH THE FOLLOWING MANUFACTURING CODES: (WEEK/YEAR), SL 12.XX 48/06, 49/06, 50/06, 51/06, 52/06 AND SL 19.XX 01/07, 02/07, 03/07, 04/07, 05/07, 06/07 AND 07/07, SOLD AS AFTERMARKET EQUIPMENT. THE BUCKLE MAY NOT RELEASE UNDER LOAD AND WOULD HAVE TO BE CUT TO FREE THE OCCUPANT CREATING A DELAY IN GETTING THE OCCUPANT OUT OF THE VEHICLE.",PERSONAL INJURIES COULD OCCUR IF THE OCCUPANT IS NOT QUICKLY EXTRACTED FROM A CRASHED OR BURNING VEHICLE.,"SPARCO WILL NOTIFY OWNERS AND SEND REPLACEMENT BUCKLES ALONG WITH INSTRUCTIONS ON HOW TO CHANGE THE BUCKLE. THE RECALL RECALL BEGAN ON MARCH 6, 2007. OWNERS CAN CALL SPARCO MOTOR SPORTS AT 800-224-RACE." -03/02/2007,07E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E017000),"HMS MOTORSPORT, LTD.",SCHROTH SERIES RACING HARNESS,SEAT BELTS,R1,Equipment,26,"CERTAIN SCHROTH PROFI SERIES RACING HARNESSES MANUFACTURED BETWEEN NOVEMBER 27, 2006, AND FEBRUARY 14, 2007. THESE HARNESSES ARE FITTED WITH BUCKLES MARKED WITH THE FOLLOWING MANUFACTURING CODES: (WEEK/YEAR), SL 12.XX 48/06, 49/06, 50/06, 51/06, 52/06 AND SL 19.XX 01/07, 02/07, 03/07, 04/07, 05/07, 06/07 AND 07/07, SOLD AS AFTERMARKET EQUIPMENT. THE BUCKLE MAY NOT RELEASE UNDER LOAD AND WOULD HAVE TO BE CUT TO FREE THE OCCUPANT CREATING A DELAY IN GETTING THE OCCUPANT OUT OF THE VEHICLE.",PERSONAL INJURIES COULD OCCUR IF THE OCCUPANT CANNOT BE QUICKLY EXTRACTED FROM A CRASHED OR BURNING VEHICLE.,"AS STATED BY THE MANUFACTURER, ALL 26 UNITS HAVE BEEN REPAIRED. THEREFORE IT WILL NOT BE NECESSARY FOR THE MANUFACTURER TO SUBMIT AN OWNER NOTIFICATION LETTER." -03/02/2007,07V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V073000),PACCAR Incorporated,TRAILER LIGHT & ABS POWER CONNECTION,"SERVICE BRAKES, AIR",07KW1,Vehicle,1377,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE TRAILER LIGHT LINE MAY HAVE BEEN ROUTED USING TOO TIGHT OF A BEND RADIUS. THIS ROUTING METHOD COULD CAUSE THE WIRES WITHIN THE HARNESS PLUG TO BE PULLED AWAY FROM THE CHASSIS PLUG RESULTING IN AN INTERMITTENT OR COMPLETE ELECTRICAL POWER LOSS TO THE TRAILER.","SHOULD POWER BE LOST, THE ELECTRICAL CIRCUITS WOULD NOT PROVIDE POWER TO THE ANTILOCK SYSTEM ON THE TOWED VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL REROUTE THE LIGHT LINE TO ELIMINATE THE EXCESSIVE BEND RADIUS AND REPLACE ANY PLUG OR HARNESS THAT HAS BEEN DAMAGED FREE OF CHARGE. THE RECALL BEGAN ON APRIL 16, 2007. OWNER MAY CONTACT KENWORTH AT 425-828-5440." -03/01/2007,07V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V071000),"Bentley Motors, Ltd.",LOOSE WHEEL BOLTS,WHEELS,RE07/02,Vehicle,222,"ON CERTAIN VEHICLES, THE ROAD WHEEL FIXING BOLTS MAY BE DIMENSIONALLY INCORRECT. THE POTENTIAL EXISTS FOR THESE BOLTS TO LOOSEN.",THIS COULD LEAD TO THE ROAD WHEEL BECOMING DETACHED FROM THE HUB INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE ALL WHEEL BOLTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 24, 2007. OWNERS MAY CONTACT BENTLEY AT 248-754-6464." -03/01/2007,07V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V072000),Glaval Bus,WHEELCHAIR LIFTS/RICON/FMVSS 404,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,75,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.",GLAVAL BUS IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 800-322-2884 OR GLAVAL BUS AT 574-262-2212. -02/28/2007,07V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V070000),"National Van Builders, Inc.",WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,598508,Vehicle,13,"CERTAIN VANS EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.",NATIONAL VAN BUILDERS IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 800-322-2884 OR NATIONAL VAN AT 800-527-7477. -02/27/2007,07V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V069000),U.S. BUS CORPORATION,FMVSS 210/SEAT DETACHMENT,SEAT BELTS,NR (Not Reported),Vehicle,38,"CERTAIN MY 2003 THROUGH 2006 U.S. BUS STURDIBUS SCHOOL BUSES. IN THE EVENT OF A CRASH, THE SEATS ATTACHED TO THE FLOOR TRACK CAN DETACH WHICH DOES NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, SEAT BELT ASSEMBLY ANCHORAGES.","IN THE EVENT OF A CRASH, THE SEATS CAN BECOME DETACHED FROM THE FLOOR, POSSIBLY RESULTING IN INJURIES.","U.S. BUS WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MAY 27, 2007. OWNER CAN CONTACT U.S. BUS AT 765-939-3984." -02/26/2007,07E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E015000),APTIV,AFTERMARKET FUEL PUMP MODULES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,3124,CERTAIN DELPHI AFTERMARKET FUEL PUMP MODULES / MODULE RESERVOIR ASSEMBLIES (MRA) THAT WERE SOLD FOR USE ON THE ABOVE LISTED VEHICLES. DURING PRODUCTION THE MRAS VENT AND FUEL RETURN TUBES WERE REVERSED. THIS CONDITION CAN RESULT IN THE VEHICLE NOT RUNNING CORRECTLY (IDLE ROUGH AND/OR STALL) DUE TO AN OVERLY RICH FUEL BLEND OR THE VEHICLE'S EVAPORATIVE EMISSION CARBON CANISTER MAY LEAK FUEL.,A STALLED VEHICLE CAN INCREASE THE RISK OF A VEHICLE CRASH. A FUEL LEAK CAN RESULT IN A FIRE.,"DELPHI WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE MRAS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2007. OWNERS CAN CONTACT DELPHI AT 1-877-335-7443." -02/26/2007,07E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E014000),Maxzone Auto Parts Corporation,FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,308,"CERTAIN MAXZONE HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NO 335-1120L-AS, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. DURING PRODUCTION THE LAMP HOUSING SHAPE DEFORMED DISTORTING THE ASSEMBLY ANGLE OF THE REFLECTOR AND INFLUENCED THE AIMING POSITION. THESE HEADLAMPS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON FEBRUARY 16, 2007. OWNERS MAY CONTACT MAXZONE AT 909-822-3288." -02/23/2007,07V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V068000),"New Flyer of America, Inc.",FLASHING DECELERATION LAMPS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1707,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE FLASHING DECELERATION LAMPS WERE AN OPTIONAL ITEM FOR SOME OF THESE BUSES.",THE STANDARD REQUIRES THAT THE DECELERATION LAMP IS A SOLID LIGHT RATHER THAN A FLASHING LIGHT.,"DEALERS WILL REWIRE THE ELECTRICAL SYSTEM TO REMOVE THE FLASHING FUNCTION OR INSTALL A NEW PROGRAMMABLE LOGIC CONTROLLER (PLC) WHICH WILL MAKE THE LAMPS BURN STEADY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 5, 2007. OWNERS MAY CONTACT NEW FLYER AT 204-934-4874." -02/23/2007,07V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V066000),"BMW of North America, LLC",OIL TANK VENTILATION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6631,"ON CERTAIN MOTORCYCLES, FREQUENT SHORT TRIPS PARTICULARLY DURING COLD TEMPERATURES, CAN CAUSE WATER TO ACCUMULATE IN THE OIL TANK, AND WHEN THE ENGINE IS RUNNING, ESCAPING WATER VAPOR CAN CONDENSE ON THE OIL TANK AIR BLEED VALVE. IN FREEZING TEMPERATURES, THIS WATER COULD FREEZE AND BLOCK THE AIR BLEED VALVE.","IT IS POSSIBLE THAT A PRESSURE BUILD UP IN THE OIL TANK COULD CAUSE IT TO RUPTURE, ALLOWING OIL TO LEAK ONTO THE REAR TIRE. AN OIL LEAK COULD CAUSE A FIRE. OIL ON THE REAR TIRE COULD CAUSE LOSS OF CONTROL.","DEALERS WILL INSTALL A NEW OIL TANK CAP CONTAINING A VALVE TO PREVENT OVERPRESSURE IN THE TANK FREE OF CHARGE. THE RECALL BEGAN ON APRIL 10, 2007. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -02/23/2007,07V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V065000),"KTM North America, Inc.",REAR BRAKE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2684,"ON CERTAIN 950 MOTORCYCLES, THE REAR BRAKE MAY FEEL SPONGY OR SOFT WHEN APPLYING THE BRAKE. THIS COULD LEAD TO IMPROPER REAR BRAKING.",IMPROPER REAR BRAKING COULD RESULT IN A CRASH.,"KTM DEALERS WILL REPLACE THE REAR BRAKE SYSTEM COMPONENTS. THE RECALL BEGAN ON MARCH 1, 2007. OWNERS MAY CONTACT KTM AT 1-440-985-3553." -02/23/2007,07V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V067000),"Navistar, Inc.",SIDE EMERGENCY DOORS MALFUNCTION,STRUCTURE,07503,Vehicle,6184,"CERTAIN MY 2004-2007 IC CE, RE, AND FE COMMERCIAL AND SCHOOL BUSES MANUFACTURED BETWEEN MARCH 12, 2004, AND NOVEMBER 29, 2006. THE SIDE EMERGENCY DOOR HOLDBACK MECHANISM MAY NOT BE INSTALLED IN THE PROPER LOCATION. THIS MAY CAUSE THE MECHANISM TO HOLD THE DOOR IN THE CLOSED POSITION.","IF THE DOOR IS HELD IN THE CLOSED POSITION, IT MAY NOT PERFORM ITS INTENDED EMERGENCY FUNCTION, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","IC WILL NOTIFY OWNERS AND REPAIR THE AFFECTED BUSES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 16, 2007. OWNERS CAN CONTACT IC AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -02/22/2007,07V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V064000),GOSHEN COACH,WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,80,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.","GOSHEN IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). THE RECALL BEGAN ON FEBRUARY 28, 2007. OWNERS CAN CONTACT RICON AT 800-322-2884 OR GOSHEN AT 1-800-331-5761." -02/21/2007,07V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V062000),"General Motors, LLC",REPROGRAMMING OF AIR BAG MODULE,AIR BAGS,07043,Vehicle,13032,"ON CERTAIN VEHICLES, THE SENSING AND DIAGNOSTIC MODULE (SDM), WHICH CONTROLS THE FUNCTION OF FRONT AIR BAGS, MAY NOT OPERATE PROPERLY. AS A RESULT, THE FRONT AIR BAGS MAY FAIL TO DEPLOY IN A FRONTAL CRASH. ALSO, THE AIR BAG WARNING LAMP ON THE INSTRUMENT PANEL MAY FAIL TO PROVIDE WARNING THAT THE SYSTEM IS INOPERATIVE.","IN THE EVENT OF A CRASH, THIS CONDITION COULD INCREASE THE RISK OF INJURY TO OCCUPANTS IN THE FRONT SEAT.","DEALERS WILL REPROGRAM THE SDM COMPUTER MODULE. THIS RECALL BEGAN ON FEBRUARY 22, 2007. OWNERS MAY CONTACT GMC AT 1-866-966-9463 OR SATURN AT 1-800-972-8876." -02/21/2007,07V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V061000),"Champion Bus, Inc.",WHEELCHAIR LIFT/INNER BARRIER LOCK/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,83,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, 'PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.' THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.",CHAMPION BUS IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 1-800-322-2884 OR CHAMPION BUS AT 1-800-331-5761. -02/20/2007,07V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V063000),"Volkswagen Group of America, Inc.",MALFUNCTIONING BRAKE LIGHT SWITCHES,EXTERIOR LIGHTING,N4,Vehicle,1002000,"ON CERTAIN PASSENGER, WAGON, AND CONVERTIBLE VEHICLES EQUIPPED WITH OR WITHOUT CRUISE CONTROL, A BRAKE LIGHT SWITCH MAY MALFUNCTION IF IT WAS INSTALLED INCORRECTLY.","THE BRAKE LIGHTS COULD BECOME INOPERATIVE, OR REMAIN ON. FAILURE TO PROVIDE THE PROPER SIGNAL WHEN BRAKING COULD LEAD TO A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL THE NEWLY DESIGNED BRAKE LIGHT SWITCH FREE OF CHARGE. THE RECALL BEGAN ON APRIL 27, 2007, AND WILL BE CONDUCTED IN SEVERAL STAGGERED MAILINGS THROUGH SEPTEMBER 21, 2007. VEHICLES WITHIN THE MAKE, MODEL, AND MODEL YEAR OF THIS POPULATION MAY BE INVOLVED IN EITHER THIS RECALL OR 06V-183, BUT NOT BOTH. THE REMEDY IS THE SAME FOR EACH RECALL. VOLKSWAGEN DEALERS WILL APPLY THE REMEDY BASED ON THE VIN NUMBER OF THE VEHICLE. OWNERS MAY CONTACT VW AT 1-800-822-8987." -02/16/2007,07V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V059000),"FLEETWOOD ENTERPRISES, INC.",ABS MODULE LOCATION,"SERVICE BRAKES, HYDRAULIC",70131,Vehicle,133,"ON CERTAIN AMERICAN EAGLE AND AMERICAN TRADITION CLASS A MOTOR HOMES, THE ANTI-LOCK BRAKE SYSTEM (ABS) MODULE MAY NOT HAVE BEEN PERMANENTLY MOUNTED. THE MODULE COULD DETACH FROM THE VEHICLE.",THE ANTI-LOCK FEATURE FOR THE BRAKE SYSTEM COULD BE LOST.,"DEALERS WILL INSPECT AND PERMANENTLY MOUNT THE ABS MODULE TO THE INSIDE OF THE CHASSIS RAIL. THE RECALL BEGAN ON MARCH 30, 2007. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -02/16/2007,07C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C002000),"Britax Child Safety, Inc.",FMVSS 213/INCORRECT WARNING LABEL,EQUIPMENT,BCS #020701,Child Seat,1302,"CERTAIN BRITAX REGENT CLASSIC FORWARD-FACING ONLY YOUTH CHILD RESTRAINT SYSTEMS, MODEL E9L3998, MANUFACTURED BETWEEN DECEMBER 18, 2006, AND JANUARY 18, 2007. THESE CHILD RESTRAINT SYSTEMS WERE PRODUCED WITH AN INCORRECT LABEL SEWN TO THE FABRIC COVER WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINTS SYSTEMS. IN PLACE OF THE ""WARNING! DEATH OR SERIOUS INJURY CAN OCCUR"" WARNING LABEL, AN AIRBAG WARNING LABEL WAS ATTACHED. THE AIRBAG WARNING LABEL IS NOT REQUIRED FOR THE REGENT CLASSIC RESTRAINT AS IT IS A FORWARD-FACING ONLY YOUTH RESTRAINT SYSTEM.",THE PURPOSE OF THIS STANDARD IS TO REDUCE THE NUMBER OF CHILDREN KILLED OR INJURED IN MOTOR VEHICLE CRASHES AND IN AIRCRAFT.,"OWNERS THAT HAVE FILED A REGISTRATION CARD WITH BRITAX WILL AUTOMATICALLY RECEIVE A REPLACEMENT COVER. OWNERS OR CAREGIVERS WHO HAVE NOT FILED A REGISTRATION FORM SHOULD CONTACT BRITAX CONSUMER SERVICES DEPARTMENT AT 1-888-4BRITAX (1-888-427-4829). THE RECALL BEGAN ON MARCH 23, 2007." -02/16/2007,07V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V060000),"Bigfoot Industries, Inc.",HITCH TONGUE LOAD INSUFFICIENT,TRAILER HITCHES,NR (Not Reported),Vehicle,80,"ON CERTAIN TRAVEL TRAILERS, THE HITCH TONGUE LOAD MAY BE INSUFFICIENT. WHEN THE TRAILER IS TOWED IN A DRY CONDITION, I.E., NO WATER, LIQUID PROPANE GAS, BATTERY, OR CARGO, IN AN EMPTY STATE, THE TRAILER MAY BEGIN TO SWAY.","THIS MAY OCCUR WITHOUT WARNING AND COULD LEAD TO THE LOSS OF CONTROL OF THE TOW VEHICLE/TRAILER COMBINATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A HEAVIER STRUCTURAL SECTION IN THE COUPLER AREA AND AN ADD-ON KIT TO SUPPLEMENT THE TONGUE LOAD. THE RECALL BEGAN ON FEBRUARY 9, 2007. OWNERS MAY CONTACT BIG FOOT AT 1-250-546-2155." -02/16/2007,07V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V058000),"Stoughton Trailers, LLC",PLUMBING FITTINGS FOR AIR BRAKE SYSTEMS/BRASSCRAFT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1472,"ON CERTAIN TRAILERS, DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.","STOUGHTON IS WORKING WITH BRASSCRAFT TO REPLACE THE DEFECTIVE FITTING FREE OF CHARGE (PLEASE SEE 06E082). THE RECALL BEGAN ON FEBRUARY 20, 2007. OWNERS MAY CONTACT BRASSCRAFT AT 248-305-6000 OR STOUGHTON TRAILER AT 1-608-873-2565." -02/15/2007,07E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E013000),GRAHAM-WHITE MANUFACTURING COMPANY,AIR DRYER MALFUNCTIONS,EQUIPMENT,NR (Not Reported),Equipment,2569,"CERTAIN GRAHAM WHITE AIR DRYER AND AIR DRYER REPLACEMENT ELECTRONIC CONTROL MODULES, MODELS QBA15 AND EC15, MANUFACTURED BETWEEN JULY 11 AND DECEMBER 20, 2006, INSTALLED AS ORIGINAL EQUIPMENT FOR TRANSIT AND COMMERCIAL BUSES AND SOLD AS REPLACEMENT EQUIPMENT. THE ELECTRONIC CONTROL MODULE CIRCUIT CAN FAIL WHICH WILL CAUSE THE AIR DRYER TO STOP FUNCTIONING LEADING TO PASSING OF WET AIR INTO THE AIR RECEIVER TANK DOWNSTREAM OF THE AIR DRYER. IF THE DRYER CONTINUES TO MALFUNCTION OVER AN EXTENDED PERIOD OF TIME, EXCESSIVE AMOUNTS OF WATER CAN ACCUMULATE AND, IN FREEZING TEMPATURES, MAY AFFECT THE PREFORMANCE OF THE AIR BRAKES.",WATER IN THE VEHICLE'S AIR SYSTEM CAN AFFECT BRAKE PERFORMANCE AND COULD RESULT IN A CRASH.,THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS AND REPLACE THE ELECTRONIC CONTROL MODULES OF THE AFFECTED AIR DRYERS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2007. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER OR GRAHAM-WHITE AT 540-387-5620. -02/15/2007,07V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V052000),Mazda Motor Corp.,ALL WEATHER FLOOR MAT,EQUIPMENT,4407B,Vehicle,1700,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH OPTIONAL ACCESSORY ALL WEATHER FLOOR MATS, THERE IS INSUFFICIENT CLEARANCE BETWEEN THE FLOOR MAT AND ACCELERATOR PEDAL.","IN THIS SITUATION IT IS POSSIBLE THAT THE ACCELERATOR PEDAL MIGHT GET STUCK BEHIND THE FLOOR MAT, WHICH MAY PREVENT THE VEHICLE FROM PROPERLY DECELERATING WHEN THE ACCELERATOR IS RELEASED INCREASING THE RISK OF A CRASH.","OWNERS WILL BE INSTRUCTED TO RETURN THE FLOOR MATS TO DEALERS AND WILL BE SHIPPED A NEW FLOOR MAT FREE OF CHARGE. THE RECALL BEGAN ON MARCH 7, 2007. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -02/15/2007,07V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V056000),U.S. BUS CORPORATION,FMVSS 110/MISSING TIRE AND LOADING DECAL,EQUIPMENT,NR (Not Reported),Vehicle,122,"CERTAIN MY 2005 AND 2006 U.S. BUS UNIVERSE AND STURDIBUS SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 1, 2005, AND SEPTEMBER 1, 2006. THESE BUSES DO NOT HAVE THE TIRE AND LOADING DECAL WHICH DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, TIRE SELECTION AND RIMS.",THIS STANDARD SPECIFIES REQUIREMENTS FOR TIRE SELECTION TO PREVENT OVERLOADING.,"U.S. BUS WILL MAIL LABELS ALONG WITH PLACEMENT INSTRUCTIONS TO OWNERS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2007. OWNERS CAN CONTACT U.S. BUS AT 765-939-3984." -02/15/2007,07V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V051000),"Mack Trucks, Inc.",REAR SUSPENSION/FMVSS 121/HAULMAX,"SERVICE BRAKES, AIR",SC0320,Vehicle,37,"CERTAIN TRUCKS EQUIPPED WITH HAULMAX REAR SUSPENSIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" IT DOES NOT MEET THE REQUIRED STOPPING DISTANCE AS SPECIFIED IN THE REGULATION.","THE VEHICLE COULD EXPERIENCE REDUCED BRAKING PERFORMANCE AS A RESULT. IF THIS WARNING IS NOT HEEDED, A VEHICLE CRASH COULD OCCUR.","DEALERS WILL RELOCATE THE ANTILOCK BRAKING SYSTEM (ABS) SENSOR FROM THE REAR DRIVE AXLE TO THE FRONT DRIVE AXLE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 15, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -02/15/2007,07V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V053000),"Mack Trucks, Inc.",SUSPENSION/CHALMERS,SUSPENSION,SC0318,Vehicle,86,"ON CERTAIN TRUCKS EQUIPPED WITH A 46K POUND CHALMERS REAR SUSPENSION, THE ADJUSTABLE TORQUE RODS USED ON THE SUSPENSION MAY BE BRITTLE.","THIS MAY LEAD TO A PREMATURE FAILURE OF THE ROD, WHICH MAY RESULT IN A LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPAIR THE RODS AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 14, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -02/15/2007,07V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V057000),"Gillig, LLC",WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,4256,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS, IT IS POSSIBLE FOR A PERSON TO WEDGE THEIR FEET UNDER THE SOLID BAR BARRIER LINKAGE.","WHILE SITTING IN A WHEEL CHAIR, A PERSON WITH NO SHOES WHO DOES NOT HAVE CONTROL OF THEIR FEET COULD TWIST THEIR FEET AND GET THEM FORCED UNDER THE LINKAGE WHICH COULD RESULT IN AN INJURY.","OWNERS WILL RECEIVE A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2007. OWNERS MAY CONTACT LIFT-U AT 209-838-2400 OR GILLIG AT 204-934-4876." -02/15/2007,07V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V054000),LES ENTREPRISES M.CORBEIL,WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,W0077,Vehicle,42,"CERTAIN CORBEIL MINIBUS SCHOOL, MFSAB, AND COMMERCIAL BUSES MANUFACTURED BETWEEN MAY 1 AND SEPTEMBER 26, 2006, EQUIPPED WITH RICON SERIES 2000 OR 5500 WHEELCHAIR LIFTS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES."" THE LIFT INNER BARRIER INTERLOCK SWITCH SYSTEM MAY NOT DETECT THE PRESENCE OF A PASSENGER ON THE INNER BARRIER AND ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHILE OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR LIFT TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM IS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.","LES ENTREPRISES (CORBEIL) IS WORKING WITH RICON TO REPAIR THE BUSES FREE OF CHARGE (PLEASE SEE 06E101). THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT FEBRUARY 22, 2007. OWNERS CAN CONTACT RICON CORPORATION AT 1-800-322-2884 OR CORBEIL CUSTOMER SERVICE AT 1-888-439-3577 EXT. 260." -02/13/2007,07V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V055000),FREIGHTLINER LLC,PARK BRAKE,"SERVICE BRAKES, AIR",FL-491,Vehicle,535,"CERTAIN MY 2007 THOMAS BUILT C2 SAF-T-LINER SCHOOL BUSES AND FREIGHTLINER BUSINESS CLASS M2, FCCC B2, AND S2 BUS CHASSIS MANUFACTURED BETWEEN JULY 3 AND NOVEMBER 3, 2006.","UNDER CERTAIN CONDITIONS, THE PARK BRAKE OR WORK BRAKE MAY FAIL ALLOWING THE VEHICLE TO ROLL, POSSIBLY RESULTING IN PERSONAL INJURY. ALSO, THE STOP LAMPS MAY INTERMITTENTLY FAIL TO ILLUMINATE WHEN THE SERVICE BRAKE IS APPLIED.","FREIGHTLINER WILL NOTIFY OWNER AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MAY 24, 2007. OWNERS CAN CONTACT FREIGHTLINER'S CUSTOMER ASSISTANCE CENTER AT 800-385-4357." -02/13/2007,07V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V040000),FREIGHTLINER LLC,PLASTIC ZIP TIES/WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,FL-490,Vehicle,398,"CERTAIN MY 2006 AND 2007 THOMAS BUILT BUSES MINOTOUR SCHOOL BUSES MANUFACTURED BETWEEN JULY 1, 2005, AND NOVEMBER 1, 2006, EQUIPPED WITH A WHEELCHAIR LIFT OPTION. PLASTIC ZIP TIES FOUND AROUND THE WHEELCHAIR LIFT INTERLOCK SWITCHES MAY PREVENT THE SWITCH FROM OPERATING, DEFEATING THE INTERLOCK FUNCTION ALLOWING THE VEHICLE TO BE DRIVEN WITH THE LIFT STILL DEPLOYED.",MOVING THE VEHICLE WITH THE LIFT DEPLOYED COULD CAUSE INJURY TO BYSTANDERS OR A CRASH.,"FREIGHTLINER WILL NOTIFY OWNERS AND INSPECT THE BUSES. ANY PLASTIC TIES FOUND ON THE SWITCHES WILL BE REMOVED. THE RECALL BEGAN ON MAY 21, 2007. OWNERS CAN CONTACT FREIGHTLINER CUSTOMER ASSISTANCE CENTER AT 800-385-4357." -02/12/2007,07V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V043000),"Subaru of America, Inc.",AIR BAG OCCUPANT DETECTION SYSTEM WIRING HARNESS,AIR BAGS,WVC-13,Vehicle,7004,"ON CERTAIN VEHICLES, THE WIRING HARNESS FOR THE AIR BAG OCCUPANT DETECTION SYSTEM IN THE FRONT PASSENGER SEAT MAY HAVE BEEN PINCHED DURING PRODUCTION. PINCHING OF THE WIRING HARNESS BETWEEN THE FLOOR CROSSMEMBER AND THE SEAT MOUNTING BRACKET COULD RESULT IN A SHORT CIRCUIT.",THE PASSENGER'S FRONT AIR BAG COULD BECOME DISABLED AND MAY NOT DEPLOY IN THE EVENT OF A CRASH INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT. ALSO AN ELECTRICAL SHORT CIRCUIT COULD CAUSE A FIRE.,"DEALERS WILL INSPECT TO SEE IF THE WIRING HAD BEEN INCORRECTLY ROUTED UNDER THE SEAT BRACKET. IF SO, THE DEALER WILL REPAIR ANY DAMAGED WIRING, REROUTE AND SECURE THE WIRING HARNESS IN THE CORRECT LOCATION, AND RE-CALIBRATE THE OCCUPANT DETECTION SYSTEM AS NECESSARY. THE RECALL BEGAN ON MARCH 9, 2007. OWNERS MAY CONTACT SUBARU AT 1-800-782-2783." -02/12/2007,07V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V044000),PACCAR Incorporated,BRAKE PROPORTIONING VALVE ASSEMBLY,"SERVICE BRAKES, AIR",107B,Vehicle,18,"ON CERTAIN NON-ABS EQUIPPED TRUCKS, AN AIR HOSE BETWEEN THE TRACTOR PROTECTION VALVE AND THE BACK OF THE CAB BULKHEAD WAS OMITTED.","THE ABSENCE OF THIS AIR HOSE COULD ADVERSELY AFFECT THE DRIVE AXLE BRAKE PERFORMANCE WHILE A TRAILER IS BEING PULLED, RESULTING IN LONGER STOPPING DISTANCES, INCREASING THE RISK OF A CRASH.","PETERBILT WILL INSPECT THE AIR HOSE PLUMBING OF THE DRIVE AXLE BRAKE SYSTEM AND MAKE THE NECESSARY REPAIRS. THE RECALL BEGAN ON FEBRUARY 22, 2007. OWNERS MAY CONTACT PETERBILT AT 1-940-591-4196." -02/12/2007,07V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V048000),Toyota Motor Corporation,CRUISE CONTROL MODULE/ROSTRA,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,716,"CERTAIN ROSTRA PRECISION CONTROLS' SPEED CONTROLS MAY HAVE A FAULTY MODULE. THESE CONTROLS WERE INSTALLED BY SOUTHEAST TOYOTA DEALERS OR AT THEIR VEHICLE PROCESSING CENTER ON CERTAIN PASSENGER VEHICLES. WHEN THE SPEED CONTROL ""ON/OFF"" SWITCH IS PRESSED ONCE TO TURN THE UNIT OFF, THE THROTTLE DOES NOT RETURN TO IDLE. WHEN THE ""ON/OFF"" SWITCH IS PRESSED A SECOND TIME, THE THROTTLE WILL RETURN TO IDLE.","A CRASH COULD BE CAUSE IN THE EVENT THAT THE CRUISE CONTROL DOES NOT ALLOW THE ENGINE TO RETURN TO IDLE ON THE FIRST DEPRESSION OF THE ""ON/OFF"" SWITCH.","DEALERS WILL INSPECT AND/OR REPLACE THE SPEED CONTROL MODULE. THE RECALL BEGAN ON FEBRUARY 28, 2007. OWNERS MAY CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -02/12/2007,07V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V049000),Keystone RV Company,ELECTRIC BED LIFT OPTION,EQUIPMENT,07-078,Vehicle,304,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH AN ELECTRIC BED LIFT OPTION, A WASHER MAY HAVE BEEN OMITTED DURING PRODUCTION.","IF THE WASHER IS MISSING, THE BED PLATFORM MAY BECOME DISPLACED DURING TRANSIT. THIS COULD RESULT IN PERSONAL INJURY IF SOMEONE USES THE BED WHEN IT IS PARTIALLY DISPLACED AND DOES NOT NOTICE IT.","DEALERS WILL INSPECT THE ELECTRIC BED LIFT SYSTEM AND INSTALL ANY MISSING WASHERS. THE RECALL BEGAN ON FEBRUARY 19, 2007. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -02/12/2007,07E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E012000),J & A AUTO ACCESSORIES,FMVSS 108/AFTERMARKET HEADLAMP SYSTEM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,67,"CERTAIN J &A AFTERMARKET HIGH INTENSITY DISCHARGE HEADLAMP SYSTEMS SOLD FOR USE ON PASSENGER VEHICLES. THESE KITS DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","J & A AUTO WILL NOTIFY OWNERS AND OFFER A REFUND FOR ANY NONCOMPLIANT LAMP. THE RECALL BEGAN ON FEBRUARY 9, 2007. OWNERS CAN CONTACT J & A AUTO TOLL-FREE AT 888-327-4981." -02/12/2007,07E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E011000),ADVANCED CARBON COMPOSITES INC.,FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,1492,"CERTAIN ACC EXT-002 MOTORCYCLE HELMETS SIZES LARGE AND XL FAIL TO CONFORM TO THE PENETRATION AND ATTENUATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING SERIOUS INJURIES.",THIS RECALL CAMPAIGN HAS BEEN SUPERSEDED BY SAFETY RECALL 07E-083. -02/12/2007,07V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V038000),"Chrysler (FCA US, LLC)",FRONT WHEEL BEARING,SUSPENSION,G02,Vehicle,86333,"ON CERTAIN PICKUP TRUCKS, THE FRONT WHEEL BEARING MAY HAVE RECEIVED AN INSUFFICIENT QUANTITY OF GREASE DURING THE MANUFACTURING PROCESS.","THIS COULD RESULT IN BEARING DEGRADATION, AND IF SUBSEQUENT NOISE AND VIBRATION ARE IGNORED, COULD RESULT IN HUB ASSEMBLY SEPARATION. THIS MAY RESULT IN A LOSS OF VEHICLE CONTROL AND CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE FRONT HUB AND BEARING UNITS. THE RECALL BEGAN ON FEBRUARY 26, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/12/2007,07V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V047000),FOUR WINDS INTERNATIONAL,IMPROPER ROUTING/SUPPORT OF LP GAS LINE TO KITCHEN,EQUIPMENT,NR (Not Reported),Vehicle,26,CERTAIN MOTOR HOMES MAY HAVE IMPROPER ROUTING OR SUPPORT OF THE PROPANE (LP) GAS LINE TO THE KITCHEN SLIDE-OUT ROOM.,CONTINUED OPERATION OF THE LP SYSTEM MAY RESULT IN A RUPTURE OF THE GAS LINE CAUSING A GAS LEAK WHICH COULD RESULT IN FIRE OR AN EXPLOSION.,"OWNERS WILL BE INSTRUCTED NOT TO USE THE LP SYSTEM UNTIL THEY CAN TAKE THEIR MOTOR HOMES IN TO THE DEALERS FOR REPAIR. DEALERS WILL RECONFIGURE THE LP GAS SYSTEM PIPING TO ELIMINATE THE POTENTIAL FOR BINDING OR KINKING. THE RECALL BEGAN ON MARCH 13, 2007. OWNERS MAY CONTACT FOUR WINDS AT 1-574-266-1111." -02/12/2007,07V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V042000),"Accubuilt, Inc.",PARK BRAKE CABLE,PARKING BRAKE,07-001,Vehicle,69,"ON CERTAIN LONG WHEEL BASE VEHICLES WHICH WERE MODIFIED BY ACCUBUILT, THE PARK BRAKE CABLE COULD LOSE TENSION.","SHOULD THIS CABLE FAIL, THE PARK BRAKE WILL NOT ADEQUATELY HOLD THE VEHICLE IN ALL CIRCUMSTANCES, INCREASING THE RISK OF A CRASH.","ACCUBUILT WILL REPLACE THE PARK BRAKE CABLE ON THESE MODIFIED VEHICLES. THE RECALL BEGAN ON FEBRUARY 26, 2007. THIS RECALL ONLY PERTAINS TO DAIMLERCHRYSLER VEHICLES CONVERTED BY ACCUBUILT. OWNERS MAY CONTACT ACCUBUILT AT 1-888-324-7895." -02/12/2007,07V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V050000),Capacity of Texas,POWER DISTRIBUTION BOARD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,78,"ON CERTAIN TRACTORS CERTIFIED FOR HIGHWAY USE, A POWER DISTRIBUTION BOARD WHICH CONTROLS THE ELECTRICAL SIGNALS CAN SHORT OUT.",THIS CONDITION COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THESE DISTRIBUTION BOARDS. THE RECAL BEGAN ON MAY 21, 2007. OWNERS MAY CONTACT CAPACITY AT 1-800-323-0135." -02/12/2007,07V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V036000),"Erwin Hymer Group North America, Inc.",REFRIGERATOR BRASS CONNECTOR FITTING,EQUIPMENT,NR (Not Reported),Vehicle,131,"ON CERTAIN CLASS B MOTOR HOMES BUILT ON CHEVROLET CHASSIS, A BRASS CONNECTOR COUPLING FITTING USED TO CONNECT THE COPPER PIPING FROM THE MOTOR HOME PROPANE STORAGE CONTAINER TO THE BRASS FITTING ASSEMBLY BEHIND THE REFRIGERATOR.",THE CONNECTION CAN LEAK WITH VEHICLE USAGE RESULTING IN A POSSIBLE FIRE HAZARD.,"DEALERS WILL INSPECT THE BRASS CONNECTOR FITTING AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 20, 2007. OWNERS MAY CONTACT HOME AND PARK AT 1-888-762-3873." -02/12/2007,07V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V045000),"Eldorado National- California, Inc.",WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, 'PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.' THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.",ELDORADO NATIONAL - CALIFORNIA IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 1-800-322-2884 OR ENC AT 1-909-591-9557. -02/12/2007,07V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V046000),Eldorado National-Kansas,WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,315,"CERTAIN BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, 'PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.' THE INNER BARRIER INTERLOCK SWITCH SYSTEM IN THE LIFT BASEPLATE MAY NOT DETECT THE PRESENCE OF A PASSENGER (EITHER WHEELCHAIR OR STANDEE) ON THE BARRIER AND CAN ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHEN OCCUPIED.","IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS, IT MAY BE POSSIBLE FOR THE WHEELCHAIR TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A PERSON STANDING COULD LOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.","ELDORADO NATIONAL IS WORKING WITH RICON TO REPAIR THESE WHEELCHAIR LIFTS (PLEASE SEE 06E101). OWNERS CAN CONTACT RICON AT 1-800-322-2884 OR ELDORADO NATIONAL AT 1-785-827-1033, EXT. 412." -02/09/2007,07V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V041000),Land Rover,BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,P004 (P002),Vehicle,33247,"ON CERTAIN SPORT UTILITY VEHICLES, THE BRAKE LIGHTS MAY REMAIN ILLUMINATED EVEN WHEN THE BRAKE PEDAL IS NOT DEPRESSED. HILL DESCENT CONTROL (HDC), TRACTION CONTROL (TC) AND CRUISE CONTROL WARNING LIGHTS MAY ALSO BE ILLUMINATED.",FAILURE TO PROVIDE THE PROPER SIGNAL WHEN BRAKING COULD LEAD TO A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE BRAKE LAMP OPERATION AND WHERE REQUIRED, ADJUST AND/OR REPLACE THE BRAKE LIGHT SWITCHES WITH NEW SWITCHES OF THE SAME DESIGN UNTIL A NEWLY DESIGNED BRAKE LAMP SWITCH IS AVAILABLE IN MAY 2007. OWNERS WILL THEN BE RE-NOTIFIED TO BRING THEIR VEHICLES IN FOR THE NEW BRAKE LIGHT SWITCH. AN INTERIM LETTER FOR THE INITIAL INSPECTION WAS MAILED ON MARCH 26, 2007. THE SECOND LETTER FOR REPLACEMENT OF THE SWITCHES WAS MAILED BEGINNING JULY 30, 2007. OWNERS MAY CONTACT LAND ROVER AT 1-80-637-6837." -02/08/2007,07V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V034000),Honda (American Honda Motor Co.),INTEGRATED MOTOR ASSIST SYSTEM,ENGINE AND ENGINE COOLING,Q35,Vehicle,31123,"ON CERTAIN PASSENGER VEHICLES, CERTAIN PARTS OF THE INTEGRATED MOTOR ASSIST (IMA) SYSTEM ARE LOCATED UNDER A METAL COVER BEHIND THE REAR SEAT-BACK. OVER TIME THE WEIGHT OF REAR SEAT PASSENGERS MAY CAUSE THE METAL COVER TO COME INTO CONTACT WITH A RUBBER CAP COVERING AN ELECTRICAL TERMINAL. THE RUBBER CAP MAY GET PINCHED, EXPOSING THE ELECTRICAL TERMINAL.","THE TERMINAL MAY COME INTO CONTACT WITH THE METAL COVER, WHICH CAN RESULT IN AN ELECTRICAL SHORT THAT MAY BLOW THE IMA FUSE. A BLOWN FUSE WILL CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A PLASTIC COVER ATTACHED TO A METAL BRACKET OVER THE RUBBER CAP. THE RECALL BEGAN ON FEBRUARY 26, 2006. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -02/08/2007,07V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V035000),Blue Bird Body Company,WHEELCHAIR LIFTS/RICON/FMVSS 403,EQUIPMENT ADAPTIVE/MOBILITY,R07LK,Vehicle,632,"CERTAIN BLUE BIRD 2007 AND 2008 VISION SCHOOL BUSES MANUFACTURED BETWEEN FEBRUARY 9 AND OCTOBER 27, 2006. THE LIFT INNER BARRIER INTERLOCK SWITCH SYSTEM MAY NOT DETECT THE PRESENCE OF A PASSENGER ON THE INNER BARRIER AND ALLOW THE PLATFORM TO MOVE DOWN MORE THAN ONE INCH BELOW FLOOR LEVEL WHILE OCCUPIED WHICH DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY BE POSSIBLE FOR THE WHEELCHAIR LIFT TO TIP BACKWARDS ONTO THE PLATFORM IF THE USER IS BACKING ONTO THE LIFT FROM INSIDE THE VEHICLE AND HAS THE SMALL FRONT WHEELS FULLY OR PARTIALLY ON THE INNER BARRIER WHEN THE PLATFORM WAS LOWERED. A STANDEE COULD LOOSE HIS OR HER BALANCE IF THEY WERE POSITIONED FULLY OR PARTLY ON THE INNER BARRIER WHEN THE PLATFORM IS LOWERED. EITHER CONDITION COULD CAUSE PERSONAL INJURY.,"BLUE BIRD IS WORKING WITH RICON TO REPAIR THE BUSES FREE OF CHARGE (PLEASE SEE 06E101). THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT FEBRUARY 26, 2007. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -02/07/2007,07V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V039000),"Yamaha Motor Corporation, USA",PICK-UP COIL FACTORY MODIFICATION,ENGINE AND ENGINE COOLING,M2007-003R,Vehicle,15659,"ON CERTAIN ROAD STAR WARRIOR MOTORCYCLES, THE LEAD WIRES FOR THE PICK-UP COIL CAN BREAK WHILE THE ENGINE IS RUNNING, CAUSING THE ENGINE TO STALL AND BE IMPOSSIBLE TO RESTART.","IF THIS OCCURS WHILE THE MOTORCYCLE IS BEING RIDDEN, A VEHICLE CRASH COULD OCCUR.","DEALERS WILL REPLACE THE PICK-UP COIL. THE RECALL BEGAN ON MARCH 2, 2007. OWNERS MAY CONTACT YAMAHA AT 1-800-227-5963." -02/06/2007,07V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V033000),PACCAR Incorporated,FIFTH WHEEL KING PIN AIR RELEASE VALVE & PLUMBING,TRAILER HITCHES,107A,Vehicle,164,"ON CERTAIN TRUCKS, THE FIFTH WHEEL KING PIN RELEASE AIR VALVE INTERNAL SPOOL WAS INSTALLED BACKWARDS. THE AIR OPTION OF THE KING PIN RELEASE SYSTEM WOULD BE INOPERABLE. TO CORRECT THIS SITUATION IN PRODUCTION, THE VEHICLE'S AIR LINES WERE MISTAKENLY REVERSED RATHER THAN REPLACING THE VALVE.","THERE IS A POSSIBILITY THAT THE KING PIN CAN RELEASE WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED.","DEALERS WILL INSPECT THE FUNCTIONALITY OF THE KING PIN RELEASE SYSTEM AND SUSPECT VALVE. IF ANY VEHICLES HAVE A NON-CONFORMING VALVE OR INCORRECT PLUMBING, IT WILL BE REPLACED AND RE-PLUMBED. THE RECALL BEGAN ON FEBRUARY 28, 2007. OWNERS MAY CONTACT PETERBILT AT 940-591-4196." -02/06/2007,07V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V032000),"CMSI, INC.",MOTOR SCOOTER FENDER BRACKETS,STRUCTURE,NR (Not Reported),Vehicle,426,"ON CERTAIN MOTOR SCOOTERS, THE REAR FENDER MOUNTING BRACKETS MAY FATIGUE AND FAIL OVER TIME.","THE SEPARATED FENDER MAY CAUSE THE REAR WHEEL TO LOCK-UP WHILE UNDERWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE REAR INNER FENDER. THE RECALL BEGAN ON FEBRUARY 15, 2007. OWNERS MAY CONTACT CMSI AT 1-800-529-6642." -02/05/2007,07V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V028000),"Navistar, Inc.",STOP ARM,OTHER,07502,Vehicle,422,"CERTAIN 2007 AND 2008 MY IC SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 18, 2006, AND JANUARY 17, 2007. THE AIR SUPPLY FITTING MAY SEPARATE FROM THE BASE PLATE, PREVENTING ACTUATION AIR FROM REACHING THE STOP ARM AND/OR CROSSING ARM. THIS CONDITION WILL RESULT IN NON-DEPLOYMENT OF THE STOP ARM AND/OR CROSSING ARM DURING A SCHOOL BUS STOP TO PICK-UP OR DISCHARGE PASSENGERS.","IF THE STOP ARM DOES NOT DEPLOY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING MOTORISTS FAILING TO STOP AT A SAFE LOCATION. IF THE CROSSING ARM DOES NOT DEPLOY, A CHILD OR PEDESTRIAN MAY ENTER THE DRIVER'S BLIND SPOT IN FRONT OF THE VEHICLE POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","IC WILL NOTIFY OWNERS AND REPAIR THE AFFECTED STOP ARMS. THE RECALL BEGAN ON MARCH 2, 2007. OWNERS CAN CONTACT IC CORPORATION AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -02/01/2007,07V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V026000),BUELL MOTORCYCLE CO.,BANK ANGLE SENSOR,"FUEL SYSTEM, GASOLINE",0839,Vehicle,2044,"CERTAIN MOTORCYCLES MAY HAVE A VIBRATION AT THE MOUNTING LOCATION OF THE BANK ANGLE SENSOR WHICH, IF COMBINED WITH THE MISROUTING OF VARIOUS WIRES THAT IMPINGE ON THE SENSOR OR ITS PIGTAIL, CAN COMPROMISE THE ISOLATION OF THE BANK ANGLE SENSOR.","THIS MAY CREATE A FALSE 'TIP' SIGNAL AND CAUSE THE ENGINE TO QUIT RUNNING WHILE BEING DRIVEN, INCREASING THE RISK OF A CRASH.","DEALERS WILL MOVE THE BANK ANGLE SENSOR FROM THE ORIGINAL LOCATION ON THE BATTERY TRAY TO A LOCATION ON THE SEAT LATCH. THE RECALL BEGAN ON MARCH 5, 2007. OWNERS MAY CONTACT BUELL AT 1-414-343-8400." -02/01/2007,07V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V030000),"Gulf States Toyota, Inc.",CRUISE CONTROL MODULE,VEHICLE SPEED CONTROL,P701,Vehicle,1372,"CERTAIN ROSTRA PRECISION CONTROLS' SPEED CONTROLS MAY HAVE A FAULTY MODULE. THESE CONTROLS WERE INSTALLED BY GULF STATES TOYOTA (GST) DEALERS OR AT THEIR VEHICLE PROCESSING CENTER ON CERTAIN PASSENGER VEHICLES. WHEN THE SPEED CONTROL ""ON/OFF"" SWITCH IS PRESSED ONCE TO TURN THE UNIT OFF, THE THROTTLE DOES NOT RETURN TO IDLE. WHEN THE ""ON/OFF"" SWITCH IS PRESSED A SECOND TIME, THE THROTTLE WILL RETURN TO IDLE.","A CRASH COULD BE CAUSE IN THE EVENT THAT THE CRUISE CONTROL DOES NOT ALLOW THE ENGINE TO RETURN TO IDLE ON THE FIRST DEPRESSION OF THE ""ON/OFF"" SWITCH.","DEALERS WILL INSPECT AND/OR REPLACE THE SPEED CONTROL MODULE. THE RECALL BEGAN ON MARCH 7, 2007. OWNERS MAY CONTACT GST AT 1-800-444-1074." -02/01/2007,07V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V029000),NOVA BUS INCORPORATED,ECM CALIBRATION/EXHAUST SENSOR/SERIES 50/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,900,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 50 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL NEED TO BE REPROGRAMMED TO ACTIVATE THE EXHAUST TEMPERATURE SENSOR.",ENGINE MALFUNCTION COULD POSSIBLY LEAD TO ENGINE AND VEHICLE DAMAGE AND POTENTIAL FOR A VEHICLE FIRE.,"NOVABUS IS WORKING WITH DETROIT DIESEL TO REPROGRAM THE ENGINES (PLEASE SEE 05E050). THE RECALL BEGAN ON JANUARY 26, 2007. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-3708 OR NOVABUS AT 1-450-472-6410." -02/01/2007,07V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V027000),NOVA BUS INCORPORATED,ENGINE TURBOCHARGER/SERIES 40 & 50/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,384,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 40 ENGINES, THE TURBOCHARGER COMPRESSOR WHEEL AND BACKPLATE CAN BREAK ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.",THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,"NOVABUS IN CONJUNCTION WITH DETROIT DIESELWILL INSPECT AND REPLACE THE TURBOCHARGER, AS NECESSARY, TO ENSURE THAT AFFECTED UNITS HAVE A BORELESS TURBOCHARGER COMPRESSOR WHEEL AND REINFORCED BACKPLATE AND ATTACHMENT INSTALLED (PLEASE SEE 04E051). THE RECALL BEGAN ON JANUARY 26, 2007. OWNERS MAY CONTACT NOVA BUS AT 1-313-592-3708." -02/01/2007,07E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E010000),SOARING HELMET CORPORATION,FMVSS 218/MOTORCYCLE HELMETS/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,14436,"CERTAIN SOARING HELMET CORPORATION MOTORCYCLE HELMETS WITH THE BRAND NAME OF NITRO NT 100, SIZES LARGE, XL, AND XXL, FAIL TO CONFORM TO THE PENETRATION REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE HELMET MAY NOT PROVIDE ADEQUATE PROTECTION TO THE WEARER, POSSIBLY RESULTING IN INJURIES.","SOARING HELMET CORPORATION WILL NOTIFY OWNERS AND REPLACE THE HELMETS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 12, 2007. OWNERS CAN CONTACT SOARING HELMET AT 1-425-656-0683." -02/01/2007,07V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V037000),COUNTRY COACH INC,FRONT AIR BRAKE HOSES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,CERTAIN MOTOR HOMES EQUIPPED WITH TUTHILL 1660 INDEPENDENT FRONT SUSPENSION HAVE FRONT AIR BRAKE HOSES THAT COULD POTENTIALLY BE CHAFFED AND RUBBED BY THE STEER AXLE TIRES OR CHASSIS COMPONENTS UNDER CERTAIN CONDITIONS.,THESE CONDITIONS CAN POTENTIALLY RESULT IN THE LOSS OF BRAKING INCREASING THE RISK OF A CRASH.,"DEALERS WILL RE-ROUTE AND SECURE THE BRAKE HOSES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 19, 2007. OWNERS MAY CONTACT COUNTRY COACH AT 800-547-8015." -02/01/2007,07V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V025000),Harley-Davidson Motor Company,FRONT TIRES,TIRES,0129,Vehicle,614,CERTAIN SPORTSTER AND DYNA MODEL MOTORCYCLES WERE BUILT WITH AN INCORRECT FRONT TIRE.,"THIS INCORRECT TIRE COULD CAUSE PERFORMANCE ISSUES, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE FRONT TIRE AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON MARCH 5, 2007. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -02/01/2007,07V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V031000),COUNTRY COACH INC,REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,2406,"CERTAIN MOTOR HOMES EQUIPPED WITH A TWO-DOOR REFRIGERATOR, MANUFACTURED BY THE DOMETIC CORPORATION, MAY HAVE A DEFECT IN THE BOILER TUBE. PRESSURIZED COOLANT SOLUTION COULD BE RELEASED INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,"COUNTRY COACH WILL BE WORKING WITH DOMETIC IN ORDER TO REPAIR THESE REFRIGERATORS (PLEASE SEE 06E076). A SECONDARY BURNER HOUSING WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 28, 2007. OWNERS MAY CONTACT DOMETIC/STERICYCLE AT 1-888-446-5157 OR COUNTRY COACH AT 1-800-452-8015." -02/01/2007,07E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E009000),"LKI ENTERPRISES, INC.",REPLACEMENT PITMAN ARM FAILURE,SUSPENSION,07-01PIT,Equipment,3350,"CERTAIN LKI ENTERPRISES, INC., BRAND NAME SUPERLIFT SUSPENSION, PITMAN ARMS SOLD AS REPLACEMENT EQUIPMENT FOR 2003-2007 DODGE RAM 2500 AND 3500 4X4 LIGHT TRUCKS. DUE TO INADEQUATE HEAT TREATMENT DURING PRODUCTION, THE AFFECTED PITMAN ARMS MAY DEVELOP CRACKS IN THE UPPER SPLINED ATTACHMENT ATTACHMENT TO THE STEERING OUTPUT SHAFT. MOVEMENT BETWEEN THE PITMAN ARM AND THE OUTPUT SHAFT MAY DEFORM SPLINES, RESULTING IN PREMATURE WEAR AND FATIGUE FAILURE OF THE AFFECTED PITMAN ARM.","PITMAN ARM WEAR OR FAILURE MAY LEAD TO LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","LKI WILL NOTIFY OWNERS AND REPLACE THE PITMAN ARM, IF NECESSARY. THE RECALL BEGAN ON MARCH 12, 2007. OWNERS MAY CONTACT LKI AT 1-800-551-4955." -02/01/2007,07V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V023000),"Mack Trucks, Inc.",STEERING WHEEL RETAINING NUT,STEERING,SC0319,Vehicle,2085,"ON CERTAIN TRUCKS, THE NUT THAT RETAINS THE STEERING WHEEL MAY NOT HAVE BEEN INSTALLED.","IF THE RETAINING NUT WAS NOT INSTALLED, THE STEERING WHEEL MAY COME OFF, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REMOVE THE HORN BUTTON TO CONFIRM THAT THE RETAINING NUT WAS INSTALLED. A RETAINING NUT WILL BE ADDED IF THE NUT IS MISSING. THE RECALL BEGAN ON FEBRUARY 12, 2007. OWNERS MAY CONTACT MACK TRUCKS AT 800-866-1177." -02/01/2007,07V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V024000),Daimler Commercial Buses NA,WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,3637,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS, IT IS POSSIBLE FOR A PERSON TO WEDGE THEIR FEET UNDER THE SOLID BAR BARRIER LINKAGE.","WHILE SITTING IN A WHEELCHAIR, A PERSON WITH NO SHOES AND WHO DOES NOT HAVE CONTROL OF THEIR FEET COULD TWIST THEIR FEET AND GET THEM FORCED UNDER THE LINKAGE WHICH COULD RESULT IN AN INJURY.",DAIMLERCHRYSLER COMMERCIAL IS WORKING WITH LIFT-U TO REPAIR THESE BUSES (PLEASE SEE 06E-093). OWNERS WILL RECEIVE A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS MAY CONTACT LIFT-U AT 209-838-2400 OR ORION BUS AT 905-403-7807. -01/30/2007,07V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V022000),Damon Corporation,RED REAR REFLEX REFLECTORS/FMVSS 108,EXTERIOR LIGHTING,06-119,Vehicle,2618,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE MOTOR HOMES WERE BUILT WITHOUT THE RED REAR REFLEX REFLECTORS AND SOME MOTOR HOMES WERE BUILT WITHOUT THE SIDE REAR RED REFLEX REFLECTORS.","DURING NIGHT DRIVING CONDITIONS OR WHILE THE MOTOR HOME IS PARKED, THE REAR AND SIDE MARKER LIGHTS WILL NOT PROVIDE ANY REFLEX REFLECTION TO MARK THE VEHICLE'S LOCATION IN THE DARK INCREASING THE RISK OF A CRASH.","DAMON WILL PROVIDE THE OWNERS WITH A KIT CONTAINING THE MISSING REFLECTORS AND INSTRUCTIONS FOR APPLYING THEM TO THEIR VEHICLE. OWNERS MAY CHOOSE TO HAVE THEIR DEALERS DO THE REPAIR FREE OF CHARGE. THE RECALL BEGAN ON JULY 9, 2007. OWNERS MAY CONTACT DAMON AT 1-800-860-3812." -01/29/2007,07V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V020000),"Navistar, Inc.",ELECTRICAL GROUND CABLE/CATERPILLAR,ELECTRICAL SYSTEM,07501,Vehicle,21643,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C10, C11, C12, C13, C15 OR C16 ENGINES, THE POSITIVE BATTERY CABLES THAT SUPPLY POWER FROM THE BATTERIES TO THE STARTER MAY RUB AGAINST AN ELECTRICAL GROUND CABLE BETWEEN THE ENGINE AND THE STARTER, AN ELECTRICAL GROUND CABLE BETWEEN THE FRAME RAIL AND THE STARTER, OR THE FRAME RAIL ITSELF.","THIS RUBBING MAY CAUSE AN ELECTRICAL SHORT OR A FIRE WHICH CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT THE BATTERY CABLES TO DETERMINE IF ANY RUBBING HAS OCCURRED. NEW BATTERY CABLES WILL BE REPLACED AS NECESSARY. DEALERS WILL ALSO REROUTE THE BATTERY CABLES BETWEEN THE STARTER AND BATTERY BOX USING NEW BRACKETS. THE RECALL BEGAN ON APRIL 20, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -01/29/2007,07V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V021000),Blue Bird Body Company,WINDSHIELD WIPER CIRCUIT FAILURE,VISIBILITY,R07LH,Vehicle,882,"CERTAIN 2007 AND 2008 MY BLUE BIRD VISION SCHOOL BUSES MANUFACTURED BETWEEN OCTOBER 16, 2006, AND JANUARY 18, 2007. CONTINUOUS RESETTING OF THE CIRCUIT BREAKER WHEN THE WIPER/WASHER IS OPERATING IN THE WASH/WIPE MODE MAY CAUSE FAILURE IN THE WIRING CIRCUIT RESULTING IN POWER BEING APPLIED TO THE GROUND WHICH COULD CAUSE THE CIRCUIT BREAKER TO OVERHEAT AND FAIL RESULTING IN A STALLED WIPER.","FAILURE OF THE WIPER IN INCLEMENT WEATHER CONDITIONS MAY CAUSE A VEHICLE CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON FEBRUARY 28, 2007. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -01/26/2007,07V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V019000),"FLEETWOOD ENTERPRISES, INC.",EMERGENCY EXITS MARKING/ANSI/NFPA,EQUIPMENT,70122,Vehicle,93,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH SECTION 6.2.6, ""MARKING OF ALTERNATIVE EXITS,"" AS REQUIRED BY THE ANSI/NFPA 1192 STANDARD ON RECREATIONAL VEHICLES. THE DINETTE ALTERNATE EXIT/EMERGENCY EGRESS WINDOW IS NOT IDENTIFIED BY AN EXIT LABEL AND RED EGRESS LATCHES. THIS WINDOW IS USED TO EXIT THE MOTOR HOME IN AN EMERGENCY SITUATION AND MUST BE CLEARLY IDENTIFIED.","IN THE EVENT OF A CRASH, A PASSENGER MAY NOT KNOW IMMEDIATELY WHERE THE EXIT/ EMERGENCY EGRESS WINDOW WOULD BE LOCATED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT AND REPLACE THE EXISTING BLACK WINDOW LATCH WITH A RED EGRESS WINDOW LATCH AND APPLY THE ""EXIT"" LABEL TO THE DINETTE ALTERNATIVE EXIT/ EMERGENCY EGRESS WINDOW. THE RECALL BEGAN ON FEBRUARY 15, 2007. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -01/26/2007,07E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E007000),BCS INTERNATIONAL,FMVSS 218/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,225,"CERTAIN BCS INTERNATIONAL BRAND MOTORCYCLE HELMETS, MODEL RAIDER SHORTY, P/N 26-620, SIZES LARGE AND XL, FAIL TO CONFORM TO THE PENETRATION REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE HELMET MAY NOT PROVIDE ADEQUATE PROTECTION TO THE WEARER, POSSIBLY RESULTING IN INJURIES.","BCS WILL NOTIFY OWNERS AND REPLACE THE HELMETS WITH NEW COMPLIANT HELMETS. THE RECALL BEGAN FEBRUARY 1, 2007. OWNERS MAY CONTACT BCS AT 920-430-3700." -01/24/2007,07V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V017000),Ducati North America,FUEL PUMP HOSE AND RETAINING FASTENERS,"FUEL SYSTEM, GASOLINE",RCL 07-003,Vehicle,817,"ON CERTAIN MOTORCYCLES, THE FASTENERS FROM THE FUEL LINE TO THE FUEL FILLER WERE NOT TIGHTENED PROPERLY. THE FUEL PUMP HOSE INSIDE THE FUEL TANK MAY SEPARATE FROM THE FUEL FILTER. THIS CONDITION WILL STOP THE ENGINE FROM RUNNING.","IF THE ENGINE STOPPED WHILE THE MOTORCYCLE WAS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FUEL PUMP TO FUEL FILTER HOSE AND FASTENERS TO PREVENT THE ENGINE FROM STOPPING. THE RECALL BEGAN ON FEBRUARY 21, 2007. OWNERS MAY CONTACT DUCATI AT 1-800-424-9153." -01/24/2007,07V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V016000),MONACO COACH CORPORATION,WRONG SCREW USED IN MONITOR,ELECTRICAL SYSTEM,R06040,Vehicle,171,"ON CERTAIN MOTOR HOMES, AN INCORRECT SCREW WAS USED TO INSTALL THE BLACK AND WHITE CRT BACK-UP MONITOR IN THE DASH. THE INCORRECT SCREWS ARE 1/4"" LONGER THAN SPECIFIED AND MAY CONTACT A PC BOARD INSIDE THE MONITOR WHICH COULD POTENTIALLY HIT A HIGH VOLTAGE CIRCUIT ON THE PC BOARD OF APPROXIMATELY 10,000-13,000 VOLTS.","IF THE SCREW MAKES CONTACT WITH THE HIGH VOLTAGE TRACER ON THE PC BOARD AND SOMEONE WOULD TOUCH THE SCREW HEAD WHILE THE POWER IS ON, AN ELECTRICAL SHOCK COULD OCCUR CAUSING INJURY.","DEALERS WILL INSPECT THE BACK-UP MONITOR TO VERIFY THE OPERATION OF THE MONITOR FREE OF CHARGE. IF THE MONITOR IS OPERATING PROPERLY, THE REPAIR WILL CONSIST OF REPLACING THE INCORRECT SCREW WITH THE SPECIFIED SCREW AND TESTING FOR PROPER OPERATION. IF THE MONITOR IS NOT OPERATING PROPERLY ON INITIAL INSPECTION, THE MONITOR WILL BE REPLACED USING THE CORRECT SCREW. THE RECALL BEGAN ON FEBRUARY 9, 2007. OWNERS MAY CONTACT MONACO AT 877-332-9239." -01/23/2007,07V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V015000),HYOSUNG MOTORS AMERICA INC.,HANDLEBAR BOLTS,STEERING,NR (Not Reported),Vehicle,862,"ON CERTAIN CRUISERS EQUIPPED WITH ALLEN HEAD HANDLE BAR BOLTS, THE HANDLE BAR BOLTS ARE TOO SHORT.","THESE BOLTS COULD LOOSEN CAUSING A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BOLTS. THE RECALL BEGAN ON FEBRUARY 26, 2007. OWNERS MAY CONTACT HYOSUNG AT 770-447-5571." -01/19/2007,07V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V013000),Toyota Motor Engineering & Manufacturing,FRONT SUSPENSION LOWER BALL JOINT,SUSPENSION,70B,Vehicle,533124,"ON CERTAIN TRUCKS AND MINI VANS, DUE TO POSSIBLE IMPROPER FINISHING OF THE FRONT SUSPENSION LOWER BALL JOINT, SOME BALL JOINTS MAY EXPERIENCE AN INCIDENTAL DETERIORATION OF THE INTERNAL LUBRICATION. THIS MAY CAUSE THE BALL JOINT TO WEAR AND LOOSEN PREMATURELY, WHICH COULD RESULT IN INCREASED STEERING EFFORT, REDUCED VEHICLE SELF-CENTERING, AND NOISE IN THE FRONT SUSPENSION.","IN EXTREME CASES, IF THE VEHICLE IS CONTINUOUSLY OPERATED IN THIS CONDITION, THE LOWER BALL JOINT MAY SEPARATE FROM THE KNUCKLE AND COULD CAUSE A LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE THE FRONT SUSPENSION LOWER BALL JOINTS. THE RECALL BEGAN ON FEBRUARY 28, 2007. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -01/18/2007,07E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E005000),"ROSTRA PRECISION CONTROLS, INC.",CRUISE CONTROL/SLOW IDLE RETURN,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,2934,"CERTAIN ROSTRA CRUISE CONTROLS, P/NOS. 00012-X0486-01, 00015-X0486-01, 00012-X0486-21, 00016-79910, 00016-79910-01, AND 250-1755, INSTALLED AS ORIGINAL EQUIPMENT ON MY 2006-2007 GULF STATES TOYOTA AND SOUTHEAST TOYOTA SCION VEHICLES AND ALSO SOLD AS AFTERMARKET EQUIPMENT. THE CRUISE CONTROL MAY NOT RETURN TO IDLE WHEN THE ON/OFF SWITCH IS PRESSED FOR THE FIRST TIME.",FAILURE TO RELEASE THE THROTTLE WHEN THE CRUISE CONTROL IS TURNED OFF COULD RESULT IN A VEHICLE CRASH.,"THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS AND REPLACE THE CRUISE CONTROL FREE OF CHARGE. ROSTRA WILL NOTIFY PURCHASERS OF THE ATERMARKET CRUISE CONTROLS AND REPLACE THE UNITS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 13, 2007. OWNERS CAN CONTACT ROSTRA AT 910-291-2538." -01/18/2007,07V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V014000),"General Motors, LLC",FMVSS 201/HEADLINER TRIM,STRUCTURE,06217,Vehicle,98707,"CERTAIN PASSENGER VEHICLES NOT EQUIPPED WITH OPTIONAL ROOF-MOUNTED SIDE IMPACT AIR BAGS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, 'OCCUPANT PROTECTION IN INTERIOR IMPACT.'","IN A CRASH, HEAD IMPACT PROTECTION MAY BE INADEQUATE.","DEALERS WILL INSTALL ENERGY ABSORBING PLASTIC TO THE HEADLINER TRIM TO REDUCE THE SEVERITY OF HEAD IMPACTS IN A CRASH. THE RECALL BEGAN ON MARCH 21, 2007. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -01/18/2007,07V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V012000),"New Flyer of America, Inc.",WHEELCHAIR LIFTS/LIFT-U,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1421,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH LIFT-U WHEELCHAIR LIFTS, IT IS POSSIBLE FOR A PERSON TO WEDGE THEIR FEET UNDER THE SOLID BAR BARRIER LINKAGE.","WHILE SITTING IN A WHEEL CHAIR A PERSON WITH NO SHOES AND DOES NOT HAVE CONTROL OF THEIR FEET, COULD TWIST THEIR FEET AND GET IT FORCED UNDER THE LINKAGE WHICH COULD RESULT IN AN INJURY.",LIFT-U IS CONDUCTING THIS RECALL (PLEASE SEE 06E-093). OWNERS WILL RECEIVE A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS MAY CONTACT LIFT-U AT 209-838-2400 OR NEW FLYER AT 204-934-4876. -01/17/2007,07C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07C001000),"TEAM-TEX AMERICA, INC",FMVSS 213/INCORRECTLY PLACED LABEL,CHILD SEAT,NR (Not Reported),Child Seat,796,"CERTAIN TEAM-TEX BABYRIDE INFANT CHILD RESTRAINT SYSTEMS, MODEL 374099, MANUFACTURED ON AUGUST 31, 2006 AND ON OCTOBER 23, 2006. THE BELT ROUTING LABEL WITH THE ""HORIZONTAL REFERENCE LINE"" IS INCORRECTLY PLACED ON THE CHILD RESTRAINT SYSTEM WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINTS SYSTEMS.",IMPROPERLY ROUTED BELTS COULD RESULT IN INJURY TO THE CHILD IN THE EVENT OF A CRASH.,"TEAM-TEX WILL NOTIFY OWNERS AND MAIL LABELS ALONG WITH INSTRUCTIONS FOR PROPER PLACEMENT OF THE LABEL. THE RECALL BEGAN ON JANUARY 8, 2007. OWNERS CAN CONTACT TEAM-TEX AT 1-877-912-1313." -01/17/2007,07V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V011000),Land Rover,FUEL TANKS,"FUEL SYSTEM, GASOLINE",P001,Vehicle,6116,"SOME SPORT UTILITY VEHICLES MAY HAVE FUEL TANKS THAT CONTAIN AN INTERNAL BREATHER PIPE THAT WAS NOT MADE TO SPECIFICATION. THIS COULD RESULT IN EXCESSIVE SWELLING AND CRACKING OF A GROMMET AND SUBSEQUENT DETACHMENT OF THE BREATHER PIPE FROM A CONNECTOR TUBE. WHEN THE FUEL LEVEL IN THE TANK IS ABOVE THE LEVEL OF THE DETACHED JOINT, FUEL MAY THEN ENTER THE BREATHER PIPE AND EXCESS FUEL MAY BE DISCHARGED ONTO THE GROUND.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANKS. THE RECALL BEGAN ON MARCH 12, 2007. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -01/16/2007,07E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E004000),Genera Corporation,FMVSS 108/PHOTOMETRIC VARIANCES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,14089,"CERTAIN TYC HEADLAMP ASSEMBLIES P/NS 20-6361-00 AND 20-6362-00 SOLD AS AFTERMARKET EQUIPMENT FOR 2003-2006 HONDA ACCORD PASSENGER VEHICLES. THE PHOTMETRIC WERE MISALIGNED WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",MISALIGNMENT OF THE LIGHTS DEMINISHES FRONTAL ILLUMINATION WHICH COULD RESULT IN A VEHICLE CRASH.,"GENERA WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT LAMPS. THE RECALL BEGAN ON JANUARY 26, 2007. OWNERS CAN CONTACT GENERA AT 714-522-6688." -01/16/2007,07V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V018000),"Trail King Industries, Inc.",PLUMBING FITTINGS FOR AIR BRAKE SYSTEMS/BRASSCRAFT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,128,"ON CERTAIN TRAILERS, DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.","TRAIL KING IS WORKING WITH BRASSCRAFT TO REPLACE THE DEFECTIVE FITTING FREE OF CHARGE (PLEASE SEE 06E082). THE RECALL BEGAN ON OCTOBER 19, 2006. OWNERS MAY CONTACT BRASSCRAFT AT 248-305-6000 OR TRAIL KING AT 1-800-762-5557." -01/16/2007,07V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V010000),MONACO COACH CORPORATION,TOW HITCH FAILURE,TRAILER HITCHES,R02206,Vehicle,2086,"ON CERTAIN CLASS A MOTOR H0MES BUILT WITH GASOLINE ENGINES, THE FRAME EXTENSION LOWER FLANGE MAY CRACK ALLOWING THE HITCH TO BEND AND POSSIBLY SEPARATE FROM THE MOTOR HOME.",THIS COULD RESULT IN SEPARATION OF THE TOWED VEHICLE.,"DEALERS WILL ADD AN ADDITION OF TWO PIECES OF ANGLE STEEL TO THE FRAME EXTENSION AND HITCH MOUNTING POINT IN ORDER TO REINFORCE THE FRAME EXTENSION FLANGE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 15, 2007. OWNERS MAY CONTACT MONACO AT 877-466-6226. NOTE: THE ENDING MANUFACTURING DATE FOR INDIANA BUILT MOTOR HOMES IS MARCH 8, 2002 WHILE THE OREGON BUILT MOTOR HOMES WERE BUILT THROUGH NOVEMBER 2002. THE FEDERAL ID LABEL LOCATED ON THE WALL NEXT TO THE DRIVER'S SEAT SPECIFIES IN WHICH STATE THE MOTOR HOME WAS BUILT." -01/16/2007,07V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V009000),FREIGHTLINER LLC,VACUUM HOSE,"SERVICE BRAKES, HYDRAULIC",FL-489,Vehicle,1340,"ON CERTAIN TRUCKS, THE VACUUM HOSE MAY HAVE BEEN MANUFACTURED WITH INSUFFICIENT WALL THICKNESS ALLOWING THE HOSE TO COLLAPSE DURING NORMAL VEHICLE OPERATION. COLLAPSE OF THE VACUUM HOSE COULD REDUCE BRAKE BOOSTER EFFECTIVENESS.",REDUCED BRAKE BOOSTER EFFECTIVENESS COULD RESULT IN INCREASED VEHICLE STOPPING DISTANCE AND POTENTIALLY LEAD TO A VEHICLE CRASH OR PERSONAL INJURY.,"DEALERS WILL REPLACE THE VACUUM HOSE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 20, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -01/12/2007,07V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V008000),"Saleen, Inc.",FAN HARNESS CONTROL BOX/FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,72,CERTAIN TRUCKS ARE EQUIPPED WITH A PAIR OF ELECTRONICALLY CONTROLLED FANS WITH A SALEEN-DESIGNED WIRING HARNESS. EXCESSIVE CURRENT CAN RUN THROUGH THE CONTROL BOX.,"THE CONTROL BOX CAN OVERHEAT, POSSIBLY RESULTING IN A FIRE.","SALEEN WILL NOTIFY OWNERS AND REPAIR THE TRUCKS BY ADDING AN ADDITIONAL HARNESS WHICH WILL PREVENT THE POSSIBILITY OF OVERHEATING. THE RECALL BEGAN ON JANUARY 19, 2007. OWNERS MAY CONTACT SALEEN CUSTOMER SERVICE TOLL FREE AT 1-866-829-8832." -01/09/2007,07E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E003000),"JOBAR INTERNATIONAL, INC.",RECHARGEABLE HEATED ICE SCRAPER OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,1319,"CERTAIN TECHNOBRANDS RECHARGEABLE HEATED ICE SCRAPERS, MODEL JB4560, SOLD AS AFTERMARKET EQUIPMENT FOR USE IN MOTOR VEHICLES. THESE UNITS MAY OVERHEAT AND MELT THE PLASTIC CASTING.",AN OVERHEATING UNIT LEFT UNATTENDED COULD RESULT IN A FIRE.,"TECHNOBRANDS, INC. HAS NOTIFIED OWNERS AND WILL OFFER A FULL REFUND FOR ANY DEFECTIVE UNITS. THE RECALL BEGAN ON DECEMBER 28, 2006. OWNERS MAY CONTACT TECHNOBRANDS AT 1-866-540-0106." -01/05/2007,07V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V006000),"FLEETWOOD ENTERPRISES, INC.",PART 567/CERTIFICATION,EQUIPMENT,70108,Vehicle,33,"CERTAIN FIFTH WHEEL TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' THE GROSS VEHICLE WEIGHT RATING (GVWR) IS INCORRECT.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE SENT CORRECT FEDERAL CERTIFICATION AND TRAILER WEIGHT INFORMATION TAGS AND INSTALLATION INSTRUCTIONS. AN OWNER CAN HAVE THESE TAGS INSTALLED AT THEIR DEALERSHIP IF THEY DO NOT WANT TO INSTALL THE TAGS THEMSELVES. THE RECALL BEGAN ON JANUARY 24, 2007. OWNERS MAY CONTACT FLEETWOOD AT 1-800-445-3307." -01/05/2007,07V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V007000),"Autocar, LLC",SEAT BASE MOUNTING FASTENERS,SEATS,A-0604,Vehicle,236,"ON CERTAIN HEAVY DUTY CLASS 8 XPEDITOR TRUCKS, SOME OF THE SEAT BASE MOUNTING FASTENERS THAT SECURE THE SEAT BASE TO THE CAB FLOOR BRACKET MAY HAVE BEEN LEFT LOOSE OR NOT INSTALLED AT ALL. IMPROPERLY TORQUED SEAT-MOUNTING FASTENERS MAY ALLOW MOVEMENT OF THE DRIVER'S SEAT WHILE HE/SHE IS OPERATING THE VEHICLE.","THIS MOVEMENT COULD RESULT IN A TEMPORARY LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPAIR THE VEHICLE. THE RECALL BEGAN ON JANUARY 22, 2007. OWNERS MAY CONTACT AUTOCAR AT 1-877-973-3486, EXT. 2572 OR GO TO WWW.AUTOCARTRUCK.COM." -01/04/2007,07E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E001000),"Terex South Dakota, Inc.",AERIAL DEVICE FAILURE/CHECK VALVES,EQUIPMENT,CB 572,Equipment,2099,"CERTAIN TEREX TELELECT DIGGER DERRICKS AND AERIAL DEVICES EQUIPPED WITH CHECK VALVES WITH P/NOS ENGRAVED ON THE VALVE OF; 1904F, 1908F, 1910F, AND 1910R. THESE VALVES CAN FAIL WHICH CAN CAUSE THE PARTS TO MOVE THROUGH THE HYDRAULIC SYSTEM OR WILL ALLOW A VACUUM TO FORM IN HYDRAULIC LINES IF THE PUMP FLOW SHOULD STOP. THESE DEVICES ARE INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE OR DIGGER DERRICK TO THE WORK SITE TO FACILITATE WORKING ON ELECTRICAL POWER LINES AND COMMUNICATION LINES OR TO TRIM TREES.","FAILURE OF THE CHECK VALVE CAN RESULT IN UNEXPECTED BOOM PLATFORM MOVEMENT AFTER THE CONTROL LEVER IS RETURNED TO THE NEUTRAL POSITION, OR ALLOW VACUUM TO FORM IN HYDRAULIC LINES TO THE BOOM TIP AND COULD CAUSE POTENTIAL DIELECTRIC FAILURE, POSSIBLY RESULTING IN DEATH OR SERIOUS INJURY.","TEREX UTILITIES WILL NOTIFY OWNERS AND REPLACE THE CHECK VALVES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 22, 2007. OWNERS MAY CONTACT TEREX UTILITIES SERVICE DEPARTMENT AT 1-605-882-4000." -01/04/2007,07E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07E002000),"VANCE LEATHERS, INC.",FMVSS 218/CHIN STRAP,EQUIPMENT,NR (Not Reported),Equipment,1836,"CERTAIN VANCE LEATHERS BRAND MOTORCYCLE HELMETS SIZES XS, S, M, L, XL, 2XL, FAIL TO CONFORM TO THE CHIN STRAP STITCHING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE CHIN STRAP COULD FAIL CAUSING THE HELMET TO SEPARATE FROM THE WEARER, POSSIBLY RESULTING IN SERIOUS INJURY.","VANCE LEATHERS WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR THE NONCOMPLIANT HELMETS OR REPLACE WITH A COMPLIANT HELMET. THE RECALL BEGAN ON JANUARY 10, 2007. OWNERS MAY CONTACT VANCE LEATHERS AT 1-866-998-2623." -01/04/2007,07V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V002000),FREIGHTLINER LLC,FRONT BUMPER MOUNTED SWING-OUT CROSS ARM,OTHER,FL-488,Vehicle,1441,"CERTAIN THOMAS BUILT 2006 AND 2007 C2 SCHOOL BUSES MANUFACTURED BETWEEN DECEMBER 21, 2005, AND SEPTEMBER 4, 2006. THE INLET AIR FITTING WELDED TO THE BASE PLATE WAS MANUFACTURED INCONSISTENTLY, POSSIBLY ALLOWING THE FITTING TO SEPARATE. SEPARATION OF THE INLET FITTING WILL PREVENT THE ACTUATING AIR FROM POWERING THE CROSSING ARM AND MAY NOT DEPLOY.","A NON-DEPLOYING CROSSING ARM ALLOWS SOME STUDENT PASSENGERS TO NOT BE VISIBLE TO THE DRIVER AS THEY CROSS IN FRONT OF THE BUS DURING PICK-UP OR DISCHARGE, PRESENT A RISK TO THEM.","THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 28, 2007. OWNERS MAY CALL THOMAS BUILT AT 336-889-4871 OR CONTACT FREIGHTLINER AT 800-547-0712." -01/04/2007,07V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V005000),"Jayco, Inc.",REAR CAP TO HITCH RECEIVER DISTANCE,TRAILER HITCHES,9901072,Vehicle,1271,"ON CERTAIN MOTOR HOMES, THE DISTANCE FROM THE REAR CAP TO THE HITCH RECEIVER ENCOURAGES THE USE OF LONGER BALL MOUNTS AND/OR EXTENSIONS. THE LONGER THE BALL MOUNT AND/OR EXTENSIONS USED, THE GREATER THE FORCES THAT ARE APPLIED TO THE FASTENERS THAT ATTACH THE HITCH TO THE MAIN CHASSIS RAILS. THESE INCREASED FORCES EXCEED THE ALLOWABLE FORCES PERMITTED IN THE FASTENERS. WHEN THIS HAPPENS, THE FASTENERS MAY STRETCH, LOOSEN, OR BREAK CAUSING AN UNSAFE TOWING CONDITION OR SEPARATION OF THE HITCH FROM THE MOTOR HOME.","THIS COULD RESULT IN SEPARATION OF THE TOWED VEHICLE FROM THE MOTOR HOME WHICH COULD RESULT IN A CRASH, INJURY OR DEATH.","DEALERS WILL REPLACE ALL MOUNTING HARDWARE WITH HARDWARE OF A HIGHER GRADE. THE RECALL BEGAN ON JANUARY 22, 2007. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -01/03/2007,07V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V003000),"Kawasaki Motors Corp., U.S.A.",FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,29559,"ON CERTAIN NINJA MOTORCYCLES, THE FUEL TANK MAY HAVE BEEN PUNCTURED OR WEAKENED BY A FAIRING MOUNTING SCREW OR MANUFACTURING OPERATION.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL TANK AND REPLACE THE TANK IF NECESSARY. THE RECALL BEGAN ON JANUARY 11, 2007. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -01/03/2007,07V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V001000),Honda (American Honda Motor Co.),SEAT POSITION SENSOR WIRE HARNESS,AIR BAGS,Q31,Vehicle,81000,"ON CERTAIN VEHICLES, THE SEAT POSITION SENSOR (SPS) DETECTS THE DRIVER'S SEATING POSITION AND ADJUSTS THE AIR BAG INFLATION PRESSURE ACCORDINGLY. THE WIRING HARNESS FOR THE SPS WAS ATTACHED TO THE SEAT FRAME IN THE WRONG LOCATION AND MAY HAVE BEEN OVER TIGHTENED. THE SENSOR WIRE MAY BREAK AND CAUSE THE AIR BAG WARNING LIGHT TO BE ILLUMINATED, AND THE SPS TO FAIL.","A FAILURE OF THE SPS CAUSES THE AIR BAG SYSTEM TO DEFAULT TO FULL INFLATION PRESSURE, REGARDLESS OF THE SEAT POSITION. FULL DEPLOYMENT OF THE DRIVER'S AIR BAG CAN INCREASE THE RISK OF INJURY FOR SMALLER DRIVERS IN A FRONTAL CRASH.","DEALERS WILL REPLACE THE SEAT POSITION SENSOR WIRING SUBHARNESS. THE RECALL WILL BEGIN ON OR ABOUT FEBRUARY 8, 2007. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -01/03/2007,07V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=07V004000),Newell Coach Corp.,STEERING BOX MOUNTING BOLTS,STEERING,NR (Not Reported),Vehicle,138,"ON CERTAIN MOTOR HOMES, THE STEERING BOX MOUNTING BOLTS MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING PRODUCTION PROCESS.","EXCESSIVE PLAY IN THE STEERING AND POSSIBLE SEPARATION OF THE STEERING BOX COULD OCCUR, RESULTING IN LOSS OF STEERING CONTROL AND INCREASING THE RISK OF A CRASH.","NEWELLWILL INSPECT THE MOUNTING BOLTS AND REPLACE AND RE-TIGHTEN THE BOLTS AS NECESSARY. THE RECALL BEGAN ON JANUARY 9, 2007. OWNERS MAY CONTACT NEWELL AT 1-888-963-9355." -12/29/2006,06V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V493000),"Chrysler (FCA US, LLC)",ABS CONTROL MODULE,"SERVICE BRAKES, HYDRAULIC",F50,Vehicle,50665,"ON CERTAIN VEHICLES, THE ANTILOCK BRAKE SYSTEM (ABS) CONTROL MODULE SOFTWARE MAY CAUSE THE REAR BRAKES TO LOCK UP DURING CERTAIN BRAKING CONDITIONS.",THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE ABS ELECTRONIC CONTROL UNIT. THE RECALL BEGAN ON FEBRUARY 19, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/29/2006,06V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V495000),"Mercedes-Benz USA, LLC",ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,2006120008,Vehicle,1570,"ON CERTAIN VEHICLES, THE ACCELERATOR PEDAL MIGHT NOT HAVE BEEN FULLY FASTENED TO ITS MOUNTING STUDS.","OVER TIME, THE PEDAL MAY NOT MAINTAIN A CONSISTENT PEDAL POSITION, WHICH COULD MAKE IT MORE DIFFICULT TO OPERATE THE ACCELERATOR.","DEALERS WILL INSPECT AND, IF NECESSARY, INSTALL THE MOUNTING NUTS OF THE ACCELERATOR PEDAL. THE RECALL BEGAN ON JANUARY 16, 2007. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/29/2006,06T030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T030000),DEL- NAT TIRE CORPORATION,BELT SEPARATION,TIRES,NR (Not Reported),Tire,509,"CERTAIN DEL-NAT TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"DEL-NAT WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 25, 2006. OWNERS MAY CONTACT DEL-NAT AT 901-775-8127." -12/29/2006,06E101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E101000),Ricon Corporation,FMVSS 403/WHEELCHAIR LIFT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,5594,"CERTAIN RICON ""S"" AND ""K"" SERIES PLATFORM STYLE WHEELCHAIR LIFTS INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SPECIALITY VEHICLES AND SOLD AS REPLACEMENT EQUIPMENT. THESE LIFTS ARE EQUIPPED WITH DIFFERENT SIZE INBOARD ROLLSTOPS, 30"", 32"", AND 34"". THE INBOARD ROLLSTOP INTERLOCK MAY NOT DETECT THE PRESENCE OF A ""WHEELCHAIR TEST DEVICE"" AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES. THE LIFT MAY DEPLOY DOWNWARD FROM THE VEHICLE FLOOR LEVEL, NOR DETECTING THE PRESENCE OF A WHEELCHAIR OR STANDEE OCCUPANT.",THE WHEELCHAIR OCCUPANT WILL FEEL HIS/HER WHEELCHAIR MOVING UPWARD CAUSING OCCUPANT TO BEGIN TO TILT BACKWARD.,"RICON WILL NOTIFY OWNERS AND REPAIR THE LIFTS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 26, 2007. OWNERS CAN CONTACT RICON TOLL-FREE AT 1-800-322-2884." -12/29/2006,06V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V494000),"Chrysler (FCA US, LLC)","HEATING, VENTILATION & AIR CONDITIONING MODULE",VISIBILITY,F51,Vehicle,6086,"ON CERTAIN VEHICLES EQUIPPED WITH AUTOMATIC TEMPERATURE CONTROL (ATC) ONLY, THE SOFTWARE PROGRAMMED INTO THE HEATING VENTILATION AND AIR CONDITIONING (HVAC) MODULE MAY CAUSE THE WINDSHIELD DEFROSTING AND DEFOGGING FUNCTIONS TO BECOME INOPERATIVE.",THIS CAN DECREASE THE DRIVER'S VISIBILITY UNDER CERTAIN DRIVING CONDITIONS AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE HVAC MODULE. THE RECALL BEGAN ON JANUARY 2, 2007. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/29/2006,06E100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E100000),"ZF North America, Inc.",SHIFTER INDICATOR INTERFERENCE,EQUIPMENT,NR (Not Reported),Equipment,2197,"CERTAIN ZF FRIEDRICHSHAFEN ARENS AS TRONIC GEAR SHIFTERS, P/NOS. 0501 214 599 AND 0501 212 979 INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN TRANSIT BUSES. A CELL PHONE PLACED IN THE PROXIMITY OF THE ARENS SHIFTER TOUCH PAD COULD CAUSE THE DISPLAY TO CHANGE FROM ""R"" (REVERSE) TO ""D"" (DRIVE) SHOULD THE PHONE RECEIVE A CALL.","THIS CONDITION WILL ALLOW THE VEHICLE TO MOVE IN AN UNINTENDED IDRECTION, POSSIBLY RESULTING IN A CRASH.",THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND PROVIDE A REMEDY FREE OF CHARGE. OWNERS MAY CONTACT THE MANUFACTURERS OF THEIR BUSES OR CONTACT ZF GROUP NORTH AMERICAN OPERATIONS AT 1-734-416-6200 FOR MORE INFORMATION. -12/29/2006,06V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V496000),FREIGHTLINER LLC,STOP ARM MAY NOT DEPLOY,OTHER,FL-487,Vehicle,2108,"CERTAIN THOMAS BUILT 2006 AND 2007 C2 SCHOOL BUSES MANUFACTURED BETWEEN DECEMBER 21, 2005, AND SEPTEMBER 4, 2006. THE STOP ARM MAY NOT DEPLOY.","A NON-DEPLOYING STOP ARM MAY ENCOURAGE MOTORISTS TO PASS THE SCHOOL BUS DURING PICK-UP OR DISCHARGE OF CHILDREN, POSSIBLY RESULTING IN SERIOUS INJURY.","THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL WILL BEGIN ON MARCH 29, 2007. OWNERS MAY CALL THOMAS BUILT AT 336-889-4871 OR OWNERS MAY CONTACT FREIGHTLINER AT 800-547-0712." -12/29/2006,06V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V497000),Utilimaster Corporation,TRAILER LIGHT MODULES,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,95,"ON CERTAIN WALK-IN DELIVERY VANS EQUIPPED WITYH DRAW-TITE MODULITE HD (P/N 18190) TRAILER LIGHT MODULES, THE SPLIT TAIL LIGHT CIRCUITS ARE COMBINED.",THE MODULE MAY OVERHEAT AND IGNITE.,"UTILIMASTER WILL REMOVE THE TRAILER LIGHT MODULE AND WIRE THE TAIL LIGHT HARNESS FROM THE BODY DIRECTLY TO THE TRAILER PLUG. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT UTILIMASTER AT 1-800-582-3454." -12/22/2006,06V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V492000),Daimler Commercial Buses NA,BRAKE AIR DRYER/GRAHAM WHITE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,250,"ON CERTAIN BUSES EQUIPPED WITH A GRAHAM WHITE BRAKE AIR DRYER MODEL QBA15, THE BRAKE AIR DRYER TIMER DOES NOT FUNCTION PROPERLY. THE AIR ENTERING INTO THE BRAKE SYSTEM MAY NOT HAVE THE MOISTURE REMOVED. IF NOT PROPERLY DRAINED, SMALL ICE CRYSTALS MAY FORM IN THE BRAKE SYSTEM PREVENTING THE SYSTEM TO OPERATE THE BRAKES PROPERLY.","THE BUS MAY NOT PERFORM AS EXPECTED WHEN STOPPING, INCREASING THE RISK OF A CRASH.",DAIMLERCHRYSLER IS WORKING WITH GRAHAM WHITE TO DEVELOP A REMEDY. OWNERS ARE BEING ASKED TO INSPECT THE WET BRAKE AIR TANK FOR MOISTURE BY USING A MANUAL DRAIN. ONLY TWO CUSTOMERS ARE INVOLVED AND HAVE BEEN CONTACTED. -12/22/2006,06V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V491000),"Dutchmen Manufacturing, Inc.",FURNACE VENT,EQUIPMENT,NR (Not Reported),Vehicle,1939,"ON CERTAIN RECREATIONAL TRAILERS, A FURNACE VENT WAS NOT INSTALLED. THE LACK OF AN EXHAUST VENT ALLOWS FURNACE COMBUSTION PRODUCTS CONTAINING CARBON MONOXIDE FUMES TO VENT INTO THE TRAILER.",THIS COULD RESULT IN SERIOUS INJURY OR DEATH TO THE OCCUPANTS OF THE TRAILER.,"OWNERS WILL BE INSTRUCTED TO VISUALLY CHECK FOR THE PRESENCE OF THE EXHAUST VENT ON THE EXTERIOR OF THE VEHICLE. IF THE EXHAUST VENT IS NOT PRESENT OR IF THERE ARE ANY OTHER QUESTIONS, THE OWNER WILL BE INSTRUCTED NOT TO USE THE FURNACE AND TO TAKE THEIR TRAILER TO THE NEAREST DUTCHMEN DEALER OR SERVICE CENTER FOR REPAIR. THE RECALL BEGAN ON DECEMBER 31, 2006. OWNERS SHOULD CONTACT DUTCHMEN AT 1-219-534-1224." -12/22/2006,06T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T029000),Hankook Tire America Corp.,PREMATURE TIRE WEAR,TIRES,NR (Not Reported),Tire,7208,"CERTAIN HANKOOK AURORA COMMERCIAL TRUCK TIRES MANUFACTURED FROM MARCH1 THROUGH SEPTEMBER 15, 2006. A NON SPECIFIED RUBBER COMPOUND WAS USED IN THESE TIRES AND COULD CAUSE PREMATURE ENDING OF TIRE SERVICE LIFE UNDER CERTAIN EXTREME CONDITIONS OF USE OR ABUSIVE USE.",PREMATURE WEAR OF THE TIRE COULD RESULT IN A VEHICLE CRASH.,"HANKOOK WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN JANUARY 15, 2007. OWNER MAY CONTACT HANKOOK AT 888-652-8767." -12/21/2006,06V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V490000),PACCAR Incorporated,AIR SUSPENSION MATERIAL,SUSPENSION,1206D,Vehicle,3246,"ON SOME PETERBILT TRUCKS, CERTAIN PARTS USED IN THE AIR SUSPENSIONS HAVE A HIGH COPPER CONTENT CAUSING PREMATURE FAILURE.",FAILURE COULD CAUSE ERRATIC VEHICLE HANDLING WHICH CAN CAUSE A VEHICLE CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT AND, WHEN NECESSARY, REPLACE THE DEFECTIVE PARTS. THE RECALL BEGAN ON JANUARY 17, 2007. OWNERS MAY CONTACT PETERBILT AT 1-940-591-4196." -12/21/2006,06V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V486000),"BMW of North America, LLC",CROSS-SPOKE WHEEL WITH TPM,TIRES,NR (Not Reported),Vehicle,144,"ON CERTAIN MOTORCYCLES, THE TIRE INFLATION VALVE HOLE IN THE RIM OF THE CROSS-SPOKE WHEEL WHICH IS EQUIPPED WITH THE OPTIONAL TIRE PRESSURE MONITORING SYSTEM (TPM) WAS INCORRECTLY MANUFACTURED. A LEAK MAY DEVELOP AT THIS LOCATION POSSIBLY CAUSING SUDDEN DEFLATION OF THE TIRE.","IF THIS HAPPENED, MOTORCYCLE HANDLING AND CONTROL WOULD BE COMPROMISED, INCREASING THE RISK OF A CRASH.","DEALERS WILL TEMPORARILY DEACTIVATE THE TPM SYSTEM, REMOVE THE CORRESPONDING VALVES AND INTEGRAL TPM SENSORS, AND THEN REPLACE THEM WITH STANDARD VALVES. WHEN A PERMANENT REPAIR IS AVAILABLE, OWNERS WILL BE NOTIFIED TO BRING THEIR VEHICLES IN FOR REACTIVATION OF THE TPM SYSTEM AND REPLACEMENT OF THE INTEGRAL TPM SENSORS AND VALVES. THE RECALL BEGAN ON JANUARY 12, 2007. OWNERS MAY CONTACT BMW AT 1-800-331-1117." -12/21/2006,06V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V488000),Toyota Motor Engineering & Manufacturing,CURTAIN SHIELD AIR BAG SYSTEM,AIR BAGS,60J,Vehicle,160,"ON CERTAIN VEHICLES EQUIPPED WITH CURTAIN SIDE AIR BAGS (CSA), THE CSA TETHER STRAP LOCATED IN THE FRONT PILLARS MAY HAVE BEEN INCORRECTLY ROUTED DURING THE ASSEMBLY PROCESS.","IF THE TETHER STRAP IS NOT CORRECTLY ROUTED, THE FRONT SIDE OF THE CSA MAY NOT DEPLOY AS DESIGNED, WHICH MAY RESULT IN INSUFFICIENT OCCUPANT PROTECTION DURING A SIDE IMPACT CRASH OR ROLLOVER EVENT.","DEALERS WILL INSPECT BOTH CSA FRONT TETHER STRAPS, AND IF NECESSARY, REROUTE THEM. THE RECALL BEGAN ON DECEMBER 21, 2006. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371." -12/21/2006,06V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V479000),"Navistar, Inc.",DRIVER'S SEAT,SEATS,06512,Vehicle,1948,"CERTAIN IC SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN OCTOBER 11, 2005, AND OCTOBER 31, 2006. THESE BUSES HAVE THE FOLLOWING SAFETY ISSUES: IF THE DRIVER'S SEAT IS IN THE HIGHEST AND MOST REAR POSITION, THE BACK OF THE SEAT MAY LEAN AGAINST A BARRIER BEHIND THE SEAT, OR AGAINST THE SEAT BACK. THIS WILL PREVENT THE SEAT BELT FROM RETRACTING WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, SEAT BELT ASSEMBLIES. WHEN ADJUST THE SEAT TO A HIGHER POSITION, THE DRIVER MAY PULL THE SEAT PAST THE LAST STOP SO THAT THE SEAT SITS ON THE ADJUSTING PIN, WHICH ALLOWS THE SEAT TO TEETER ON TOP OF THE PIN. IF OVER-TRAVEL OCCURS, THE UPPER SEAT PEDESTAL TUBE COULD SEPARATE FROM THE LOWER PEDESTAL TUBE DURING VEHICLE OPERATION. IF THE DRIVER IS SITTING IN THE DRIVER'S SEAT AND REACHES TO ADJUST THE SEAT HEIGHT, THEIR WEIGHT WILL CAUSE THE SEAT TO DROP, WHICH COULD RESULT IN THEIR HAND BEING PINCHED BETWEEN THE SEAT AND THE LEVER. THE DRIVER'S SEAT IS DIFFICULT TO ADJUST TO A HIGHER POSITION BECAUSE OF THE ADDITIONAL WEIGHT OF THE ALL BELTS TO SEAT (ABTS) DESIGN.",THIS MAY RESULT IN PERSONAL INJURY.,"IC WILL NOTIFY OWNERS AND REPAIR THE SEATS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 23, 2007. OWNERS MAY CONTACT IC AT 1-800-448-7825." -12/21/2006,06V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V489000),"Navistar, Inc.",DRIVER'S SIDE ENTRY/EGRESS GRAB HANDLE,STRUCTURE,06511,Vehicle,202,"ON CERTAIN TRUCKS, THE A-PILLAR MOUNTED ENTRY/EGRESS GRAB HANDLE MAY LOOSEN AND POSSIBLY SEPARATE FROM THE VEHICLE.",THIS SEPARATION CAN OCCUR WITHOUT WARNING AND POSSIBLY CONTRIBUTE TO PERSONAL INJURY.,"DEALERS WILL REPLACE THE CAB ENTRY/EGRESS GRAB HANDLE. THE RECALL BEGAN ON FEBRUARY 16, 2007. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -12/21/2006,06E099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E099000),CARFILO,FMVSS 108/HID KITS/BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,200,"CERTAIN CARFILO APEXCONE HID KITS, MODELS APX9004, APX9005, APX9006, APX9007, APXH1, APXH3, APXH4, AND APXH7 SOLD AS AFTERMARKET EQUIPMENT FOR USE ON PASSENGER VEHICLES. THE REPLACEMENT BULBS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH.","CARFILO WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL BEGAN ON JANUARY 1, 2007. OWNERS MAY CONTACT CARFILO AT 305-594-1088." -12/21/2006,06V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V487000),"RACE CITY RV PRODUCTS, LLC",FMVSS 108/STOP/TAIL/TURN/SIDE MARKER LAMP COMBINAT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,123,"THE LED STOP, TAIL, TURN, AND SIDE MARKER LAMP COMBINATION PACKAGE ON CERTAIN TOW TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE LAMPS ATTACHED TO THE REAR (ON THE FENDERS) ARE NOT SEPARATE FROM THE STOP-TAIL-TURN LAMP COMBINATION AND ARE NOT THICK ENOUGH TO PROVIDE THE REQUIRED LEVEL OF VISIBILITY WHEN VIEWED FROM THE REAR AS REQUIRED BY THE STANDARD.",THE DRIVER OF ANOTHER VEHICLE APPROACHING FROM THE REAR AT NIGHT MIGHT NOT SEE ENOUGH OF THE TRAILER LIGHTS TO JUDGE THE PRESENCE OF THE TRAILER'S FULL LENGTH AND WIDTH AND COULD STRIKE THE TRAILER.,"EACH CUSTOMER WILL BE SHIPPED REPLACEMENT CLEARANCE MARKER LIGHTS AND BRACKETS ALONG WITH INSTALLATION INSTRUCTIONS. OWNERS WILL ALSO BE ABLE TO CONTACT RACE CITY TO ARRANGE TO HAVE THE MARKER LIGHTS INSTALLED. THE RECALL BEGAN ON JANUARY 18, 2007. OWNERS MAY CONTACT RACE CITY AT 1-866-223-1016." -12/21/2006,06V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V482000),"Winnebago of Indiana, LLC",FUEL TRANSFER PUMP LEAK/GPI,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,87,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH GREAT PLAINS (GPI) FUEL PUMPS, DUE TO INSUFFICIENT EPOXY ADHESIVE APPLIED AT THE TIME OF INSTALLATION AT THE FACTORY, A FUEL LEAK CAN OCCUR AT THE PUMP'S INLET VALVE.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE CAN OCCUR.",SUNNYBROOK RV IS WORKING WITH GPI TO HAVE THE FUEL PUMPS REPLACED (PLEASE SEE 06E-016). OWNERS MAY CONTACT GPI AT 1-316-686-7361 OR SUNNYBROOK RV AT 1-574-825-5250. -12/20/2006,06V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V477000),"Mitsubishi Fuso Truck of America, Inc.",BRAKE VACUUM HOSE,"SERVICE BRAKES, AIR",C1001810,Vehicle,5466,"ON CERTAIN TRUCKS, THE BRAKE VACUUM HOSE MAY HAVE BEEN MANUFACTURED WITH INSUFFICIENT WALL THICKNESS, ALLOWING THE HOSE TO COLLAPSE DURING NORMAL VEHICLE OPERATION.","CONTINUED OPERATION OF THE VEHICLE IN THIS CONDITION COULD RESTRICT PROPER OPERATION OF THE BRAKE POWER-ASSIST AND COMPROMISE BRAKING PERFORMANCE; OR RESTRICT PROPER OPERATION OF THE EXHAUST BRAKE SYSTEM. EITHER OCCURRENCE COULD LEAD TO COMPROMISED BRAKING PERFORMANCE AND INCREASED BRAKING DISTANCE, WHICH COULD CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE BRAKE VACUUM HOSE AND WILL REPLACE THE HOSE. THE RECALL BEGAN ON DECEMBER 21, 2006. OWNERS MAY CONTACT MITSUBISHI FUSO AT 877-711-0707." -12/19/2006,06V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V481000),Motor Coach Industries,BOOST CONNECTOR,ELECTRICAL SYSTEM,274,Vehicle,1617,"ON CERTAIN MOTOR COACHES, THE BOOST CONNECTOR HOUSING CAN FAIL OVER TIME, EXPOSING THE POSITIVE AND NEGATIVE TERMINALS.",THIS COULD RESULT IN THE GROUNDING OF AN UNPROTECTED CIRCUIT AND COULD LEAD TO A THERMAL EVENT IF NOT CORRECTED.,"CUSTOMERS ARE BEING ADVISED TO REMOVE THE BOOST CONNECTOR AND DISCARD IT. CUSTOMERS WILL BE OFFERED A NEW DESIGN BOOST CONNECTOR AS AN ALTERNATIVE AT NO COST. THE RECALL BEGAN ON JANUARY 2, 2007. OWNERS MAY CONTACT MCI AT 1-800-241-2947." -12/19/2006,06V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V476000),Harley-Davidson Motor Company,VOLTAGE REGULATOR,ELECTRICAL SYSTEM,0128,Vehicle,18758,"ON CERTAIN MOTORCYCLES, AS A RESULT OF A GREATER BODY THICKNESS THAN USED IN PREVIOUS MODEL YEARS, THE VOLTAGE REGULATOR MAY CONTACT THE FRONT FENDER UNDER CERTAIN CONDITIONS. IN SOME CASES THIS CONTACT MAY ALLOW THE FRONT FENDER TO CATCH ON THE TOP SIDE OF THE REGULATOR BODY WHICH COULD IMPEDE THE OPERATOR'S ABILITY TO STEER THE VEHICLE.",THIS COULD RESULT IN A CRASH WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.,"ON MOTORCYCLES WHICH DO NOT HAVE ACCESSORY ENGINE GUARDS, DEALERS WILL INSTALL AN INTERMEDIATE MOUNTING BRACKET THAT WILL RELOCATE THE VOLTAGE REGULATOR TO A POSITION WHICH PROVIDES MORE CLEARANCE FROM THE FRONT FENDER. ON VEHICLES WITH AN ACCESSORY ENGINE GUARDS, DEALERS WILL INSTALL THE THINNNER DIMENSION VOLTAGE REGULATOR TO AVOIDE THE FRONT FENDER CLEARANCE PROBLEM. THE RECALL BEGAN ON JANUARY 22, 2007. A SECOND CUSTOMER LETTER REFLECTING THE ABOVE REMEDY WILL BE SENT TO OWNERS ON MARCH 16, 2007. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -12/18/2006,06V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V485000),Ducati North America,FUEL SENDING UNIT WIRING HARNESS,"FUEL SYSTEM, GASOLINE",RCL06-003/RCL07-001,Vehicle,468,"ON CERTAIN MOTORCYCLES, THE FUEL SENDING UNIT WIRING CABLES INSTALLED DURING PRODUCTION COULD BE ROUTED INCORRECTLY POSSIBLY COMING IN CONTACT WITH THE EXHAUST PIPES.","THIS CONDITION WILL BURN OUT THE CABLES INSULATION AND CAUSE A POSSIBLE ELECTRICAL SHORT CIRCUIT STOPPING THE FUEL PUMP AND CONSEQUENTLY STOPPING THE ENGINE. IF THE ENGINE STOPS WHILE THE MOTORCYCLE IS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FUEL SENDING UNIT WIRING CABLES AND REPOSITION THEM IF NECESSARY. THE RECALL BEGAN ON JANUARY 17, 2007. OWNERS MAY CONTACT DUCATI AT 1-408-253-0499." -12/18/2006,06V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V474000),Harley-Davidson Motor Company,HANDLEBAR INTERNAL WIRE CRACKING,STEERING,0127,Vehicle,10397,"ON CERTAIN MOTORCYCLES, THE INTERNALLY WIRED HANDLEBARS HAVE A POTENTIAL TO CRACK AT THE HOLE WHERE THE WIRES EXIT THE HANDLEBARS BETWEEN THE HANDLEBAR CLAMPS.","SHOULD THESE CRACKS PROGRESS TO THE POINT OF BREAKING THE HANDLEBAR INTO TWO PIECES, A LOSS OF CONTROL COULD RESULT WHICH COULD CAUSE A CRASH WHICH COULD CAUSE INJURY OR DEATH TO THE RIDER.","DEALERS WILL REPLACE THE HANDLEBAR WITH ONE WITH A GREATER WALL THICKNESS AND WITH A WIRE EXIT HOLE THAT HAS A SHAPE THAT REDUCES STRESS CONCENTRATION. THE RECALL BEGAN ON JANUARY 16, 2007. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -12/18/2006,06V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V475000),Crossroads RV,WHEEL SEPARATION AXLE FRACTURE/LIPPERT COMPONENTS,SUSPENSION,NR (Not Reported),Vehicle,166,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH LIPPERT AXLES, DUE TO MISLOCATED SPINDLE WELDS, THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY MAY COME OFF THE VEHICLE.",SUDDEN AXLE FAILURE COULD RESULT IN A VEHICLE CRASH.,LIPPERT IS CONDUCTING THIS RECALL AND WILL INSPECT FOR MISLOCATED WELDS AND REPLACE THE AXLE IF NECESSARY (PLEASE SEE 06E-095). OWNERS SHOULD CONTACT LIPPERT AT 1-877-870-4900 OR CROSSROADS AT 260-593-2866. -12/15/2006,06V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V483000),"Hino Motors Sales U.S.A., Inc.",CROSSMEMBER DEFORMATION,STRUCTURE,M0070,Vehicle,1599,"ON CERTAIN VEHICLES, DURING THE STAMPING PROCESS, SOME CROSSMEMBERS WERE MANUFACTURED WITH A DEFORMATION TO THE LOWER CORNERS DUE TO EXCESSIVE WEAR OF THE STAMPING DIE. OVER TIME, IF THIS CONDITION WERE IGNORED, THE STRUCTURAL INTEGRITY OF THE CROSSMEMBERS COULD BE COMPROMISED WHICH COULD RESULT IN A LOSS OF BRAKING ABILITY, SEPARATION OF THE PROPELLER SHAFT AND/OR A LOSS OF REAR WARNING LAMPS.",ANY OF THESE OCCURRENCES COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT, CORRECT, AND REPLACE THE CROSSMEMBERS. THE RECALL BEGAN ON DECEMBER 4, 2006. OWNERS MAY CONTACT HINO AT 1-248-648-6400." -12/15/2006,06V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V484000),"Genie Industries, Inc.",DOWN LIMIT SWITCH,ELECTRICAL SYSTEM,060010,Vehicle,347,"ON CERTAIN TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, THE OUTRIGGERS (STABILIZERS) CAN FUNCTION WHEN THE MACHINE IS NOT IN A FULLY STOWED POSITION.","THE DOWN LIMIT SWITCH AND ITS LOCATION ON THE MACHINE ALLOW THE LIMIT SWITCH TO BE ACTIVATED WHEN IT COMES IN CONTACT WITH THE BOOM ARM, MAKING IT POSSIBLE TO RAISE THE OUTRIGGERS WHILE THE PLATFORM IS ELEVATED, INCREASING THE RISK OF INJURY TO THE OPERATOR.","GENIE WILL PROVIDE A LIMIT SWITCH REPLACEMENT KIT AND INSTALLATION INSTRUCTIONS TO OWNERS OF ALL AFFECTED MACHINES. THE RECALL BEGAN ON JANUARY 11, 2007. OWNERS MAY CONTACT GENIE AT 1-877-738-7530." -12/15/2006,06V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V478000),"Ferrari North America, Inc.",MANUAL 6-SPEED TRANSMISSIONS - CLUTCH UNION,POWER TRAIN,46,Vehicle,216,"ON CERTAIN COUPE AND SPIDER VEHICLES EQUIPPED WITH MANUAL SIX-SPEED TRANSMISSION, THERE IS A NON-CONFORMING RIGHT-ANGLE UNION IN THE CLUTCH PUMP. THIS COULD CAUSE A HAIR-LINE CRACK TO FORM UNDER NORMAL CONDITIONS DUE TO HEAT, WHICH COULD RESULT IN FLUID LEAKAGE FROM THE BRAKING/CLUTCH HYDRAULIC SYSTEM.","THIS LEAKAGE, IN TURN, WILL CAUSE THE BRAKING/CLUTCH HYDRAULIC SYSTEM FLUID LEVEL WARNING LIGHT TO ILLUMINATE AND, IF NOT REMEDIED, COULD ULTIMATELY AFFECT THE FUNCTIONALITY OF THE CLUTCH CONTROL PEDAL. THIS COULD RESULT IN A REDUCTION IN THE DRIVER'S ABILITY TO SHIFT GEARS WHILE DRIVING, RENDERING THE VEHICLE INOPERABLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE NON-CONFORMING UNION IN THE CLUTCH. IN ADDITION, THE SEAL RING, RUBBER HOSE AND SCREW COLLARS THAT ARE ATTACHED TO THE UNION WILL BE REPLACED. THE RECALL BEGAN ON JANUARY 3, 2007. OWNERS MAY CONTACT FERRARI AT 1-201-816-2600." -12/15/2006,06V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V480000),Motor Coach Industries,TAG AXLE INTERFERENCE- D SERIES,SUSPENSION,276 & 277,Vehicle,75,"ON CERTAIN D SERIES MOTOR COACHES, THERE COULD BE A POSSIBLE INTERFERENCE BETWEEN THE DRIVE SHAFT MOUNTING HARDWARE AND THE TAG AXLE STRUCTURE.","THE BEARING CAP BOLTS COULD SHEAR, FREEING THE BEARINGS, AND POSSIBLY RELEASING THE DRIVE SHAFT, INCREASING THE RISK OF A CRASH.",SHIMS WILL BE INSTALLED ABOVE THE TAG AXLE AIR SPRING MOUNTING BRACKETS TO LIMIT THE SUSPENSION TRAVEL. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY 2007. OWNERS MAY CONTACT MCI AT 1-800-241-2947. -12/13/2006,06V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V473000),"FLEETWOOD ENTERPRISES, INC.",WHEEL SEPARATION AXLE FRACTURE/LIPPERT COMPONENTS,SUSPENSION,NR (Not Reported),Vehicle,59,"ON CERTAIN TRAILERS EQUIPPED WITH LIPPERT AXLES, DUE TO MISLOCATED SPINDLE WELDS, THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY MAY COME OFF THE VEHICLE.",SUDDEN AXLE FAILURE COULD RESULT IN A VEHICLE CRASH.,LIPPERT IS CONDUCTING THIS RECALL AND WILL INSPECT FOR MISLOCATED WELDS AND REPLACE THE AXLE IF NECESSARY (PLEASE SEE 06E-095). OWNERS SHOULD CONTACT LIPPERT AT 1-877-870-4900 OR FLEETWOOD AT 1-800-322-8216. -12/12/2006,06V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V472000),"Volkswagen Group of America, Inc.",BRAKE VACUUM LINE,"SERVICE BRAKES, HYDRAULIC",P7,Vehicle,58800,CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 2.0L ENGINE WITH 147 KW MAY HAVE A VACUUM LINE THAT MAY FRACTURE AND BECOME DISCONNECTED AT LOW AMBIENT TEMPERATURES.,"IF THIS HAPPENS, THE BRAKE POWER ASSIST CAN BECOME INOPERATIVE, AND THE DRIVER WILL EXPERIENCE INCREASED EFFORT TO APPLY THE BRAKES POSSIBLY INCREASING VEHICLE STOPPING DISTANCE. THIS COULD LEAD TO A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL THE NEWLY DESIGNED VACUUM LINE. THE RECALL BEGAN ON JANUARY 12, 2007. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-893-5298." -12/12/2006,06V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V471000),Ford Motor Company,INJECTION PRESSURE REGULATOR CONNECTOR,ENGINE AND ENGINE COOLING,06S47,Vehicle,5028,"ON CERTAIN LOW CAB FORWARD CHASSIS TRUCKS, THE UNSEALED INJECTION PRESSURE REGULATOR CONNECTOR IS EXPOSED TO THE OUTSIDE ENVIRONMENT DUE TO ITS LOCATION ON THE BACK OF THE ENGINE AND THE ENGINE'S LOCATION IN THE VEHICLE. THE CONNECTOR HAS A HEAT INSULATION SLEEVE THAT MAY RETAIN WATER AROUND THE CONNECTOR.","OVER TIME, THE COLLECTED WATER MAY POTENTIALLY CORRODE THE CONNECTOR LEADS RESULTING IN VARIOUS ENGINE PERFORMANCE CONCERNS INCLUDING; RUNNING ROUGH, DIFFICULT OR UNABLE TO BE STARTED, OR ENGINE STALL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE INJECTION PRESSURE REGULATOR CONNECTOR, INSPECT FOR CORROSION, AND REPLACE THE HEAT INSULATION. IF CORROSION IS PRESENT, THE CONNECTOR WILL BE REPLACED. IF CORROSION IS NOT PRESENT, DIELECTRIC GREASE WILL BE APPLIED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 13, 2007. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -12/12/2006,06V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V470000),"Volkswagen Group of America, Inc.",WIPER MOTOR,VISIBILITY,P6,Vehicle,57291,"ON CERTAIN '6' GENERATION PASSENGER VEHICLES, THE WIPER MOTOR MAY FAIL DURING HEAVY RAIN DUE TO EXCESSIVE MOISTURE ENTERING THE WIPER MOTOR. IF THIS HAPPENS, THE WIPERS CAN BECOME INOPERATIVE.",THIS COULD LEAD TO REDUCED VISIBILITY INCREASING THE RISK OF A CRASH WITHOUT WARNING.,"DEALERS WILL INSTALL A SPECIAL COVER AND SEALING KIT. THE RECALL BEGAN ON JANUARY 12, 2007. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-893-5298." -12/07/2006,06V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V467000),"Jaguar Cars, Ltd.",FUEL TANK,"FUEL SYSTEM, GASOLINE",R177,Vehicle,9,CERTAIN PASSENGER VEHICLES WERE INADVERTENTLY RELEASED AFTER BEING ASSEMBLED WITH PROTOTYPE FUEL TANKS THAT WERE PRODUCED FOR TEST PURPOSES ONLY.,THE TANKS WERE MANUFACTURED WITH PROCESSES THAT VARY SIGNIFICANTLY FROM REGULAR PRODUCTION. THE DURABILITY OF THESE PROTOTYPE FUEL TANKS HAS NOT BEEN VALIDATED AND IS UNKNOWN.,THESE VEHICLES HAVE NOT BEEN RELEASED TO CUSTOMERS AND ARE LOCATED AT DEALER LOTS . THE FUEL TANK WILL BE REPLACED. -12/06/2006,06C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06C006000),Tomy International (Learning Curve Brand,FMVSS 213/INCORRECT ASSEMBLY OF THE CROTCH ANCHOR,CHILD SEAT,NR (Not Reported),Child Seat,1233,"CERTAIN COMPASS INFANT CHILD RESTRAINS, MODEL I420 WITH FABRIC CODES OF ARD, FUO, OR MAR, MANUFACTURED BETWEEN MAY 7 AND MAY 15, 2006. THE CROTCH ANCHOR WHICH IS LOCATED ON THE BOTTOM OF THE SEAT WAS INSTALLED INCORRECTLY WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IN THE EVENT OF A VEHICLE CRASH, THE CROTCH ANCHOR CAN BECOME DISLODGED ALLOWING THE CHILD TO TRAVEL UP THE SEAT BACK CAUSING BREAKAGE IN THE UPPER SEAT BACK AND A SEAT BACK ROTATION, POSSIBLY RESULTING IN SERIOUS INJURY TO THE CHILD.",COMPASS WILL NOTIFY OWNERS AND WILL MAIL A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2006. OWNERS MAY CONTACT COMPASS TOLL-FREE AT 1-888-899-2229. -12/06/2006,06V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V464000),Blue Bird Body Company,STEERING WHEEL BOLT,STEERING,R06LD,Vehicle,227,"CERTAIN 2008 BLUE BIRD VISION SCHOOL BUSES BUILT FROM OCTOBER 23 THROUGH NOVEMBER 21, 2006. A TEMPORARY BOLT WAS USED TO SECURE THE STEERING WHEEL DURING THE MANUFACTURING PROCESS. THE TEMPORARY BOLT WAS TO BE REMOVED AND REPLACED WITH A PERMANENT BOLT WITH A LOCK COATING DURING THE FINAL ASSEMBLY STAGE. THE TEMPORARY BOLT WAS NOT REMOVED AND REPLACED ON THE SUBJECT UNITS, BUT INSTEAD THE BOLT WAS REUSED.",REUSE OF THE ATTACHING SCREW COULD ALLOW THE STEERING WHEEL TO LOOSEN DURING OPERATION WHICH COULD RESULT IN A VEHICLE CRASH CAUSING INJURY OR DEATH TO OCCUPANTS.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES BY REPLACING THE SCREW WITH A NEW ATTACHING SCREW FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 11, 2006. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -12/04/2006,06V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V463000),Mazda Motor Corp.,DOOR LATCH MECHANISMS,LATCHES/LOCKS/LINKAGES,4306K,Vehicle,9800,"ON CERTAIN PASSENGER VEHICLES CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WEST VIRGINIA, WISCONSIN,AND WYOMING. THE SIDE DOOR LATCH MECHANISMS MAY EXPERIENCE WATER INTRUSION ALLOWING THE LATCH MECHANISM TO FREEZE IN COLD WEATHER.","AS A RESULT, WHEN THE DOOR IS OPENED THE DOOR LATCH PAWL MAY REMAIN IN THE OPEN POSITION RESULTING IN THE DOOR NOT BEING ABLE TO BE CLOSED AND LATCHED. IF THE VEHICLE IS OPERATED WITH AN OPEN DOOR IT MAY ALLOW AN UNBELTED OCCUPANT TO BE EJECTED FROM THE VEHICLE WHICH COULD RESULT IN INJURY OR DEATH.","DEALERS WILL REPLACE THE SLIDING DOOR LATCHES WITH MODIFIED LATCHES. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -12/04/2006,06V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V465000),"Triumph Motorcycles America, Ltd.",DRAG LINK BOLT,STEERING,NR (Not Reported),Vehicle,1913,"ON CERTAIN MOTORCYCLES, THE REAR DRAG LINK-THROUGH BOLT MAY BEND AND, IF NOT REPLACED OR OVERLOADED, MAY FRACTURE CAUSING THE REAR TIRE TO CONTACT THE UNDERSIDE OF THE REAR MUDGUARD.","THIS COULD CAUSE A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A HIGHER GRADE NUT THAN THE ORIGINAL ARRANGEMENT AND A SINGLE-THROUGH SLEEVE (THE ORIGINAL DESIGN INCLUDED 3 SEPARATE SLEEVES). THE RECALL BEGAN ON JANUARY 5, 2007. OWNERS MAY CONTACT TRIUMPH AT 1-678-854-2010." -12/04/2006,06V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V462000),UD Trucks Corporation,INCORRECT PARK POSITION ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,133,CERTAIN MEDIUM DUTY TRUCKS EQUIPPED WITH THE ALLISON SERIES 2500 AUTOMATIC TRANSMISSION DO NOT HAVE A PARK POSITION AVAILABLE INSIDE THE AUTOMATIC TRANSMISSION. THESE VEHICLES MAY HAVE BEEN ASSEMBLED WITH AN AUTOMATIC TRANSMISSION SHIFT LEVER CONTROL ASSEMBLY INDICATING A PARK POSITION IS AVAILABLE FOR SELECTION BY THE VEHICLE OPERATOR.,THIS MAY MISLEAD THE VEHICLE OPERATOR INTO PLACING THE SHIFT LEVER INTO THE INDICATED PARK POSITION AND EXITING THE VEHICLE WITHOUT APPLYING THE PARKING BRAKE. THIS COULD CAUSE UNEXPECTED OR UNCONTROLLED MOVEMENT OF THE VEHICLE WITHOUT PRIOR WARNING WHICH MAY RESULT IN VEHICLE CRASH.,"DEALERS WILL INSPECT AND REPLACE FREE OF CHARGE THE SHIFT ASSEMBLY IF IT INDICATES THE INCORRECT PARK POSITION. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT JANUARY 26, 2007. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5500." -12/04/2006,06V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V466000),"Thor California, Inc.",OVERLOADING IN THE REAR CARGO AREA,STRUCTURE,NR (Not Reported),Vehicle,17,"ON CERTAIN CARGO/TRAVEL TRAILERS, THERE IS A POSSIBILITY OF OVERLOADING IN THE REAR CARGO AREA. TOO MUCH WEIGHT INCORRECTLY POSITIONED IN THIS AREA CAN RESULT IN A LIGHT HITCH WEIGHT AND AFFECT STABILITY.","DEPENDING ON THE SPECIFIC TOW VEHICLE AND ITS HITCH EQUIPMENT, A SUFFICIENTLY LIGHT HITCH WEIGHT CAN RESULT IN SWAY AT HIGHWAY SPEEDS. THIS COULD CAUSE A CRASH INVOLVING THE TRAILER AND TOW VEHICLE.","OWNERS WILL BE ASKED TO INSPECT THEIR TRAILER, TOW VEHICLE, AND HITCH EQUIPMENT AND TO FOLLOW PROPER LOADING PROCEDURES AS EXPLAINED IN THE OWNER'S GUIDE SUPPLEMENT WHICH WILL BE PROVIDED WITH THE OWNER LETTER. THE RECALL BEGAN ON NOVEMBER 15, 2006. OWNERS SHOULD CONTACT THOR AT 1-888-697-8467. NOTE: THIS CAMPAIGN SUPERSEDES A PREVIOUS RECALL (PLEASE SEE 04V242)." -12/04/2006,06V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V468000),"Thor California, Inc.",REAR CARGO AREA,STRUCTURE,NR (Not Reported),Vehicle,117,"ON CERTAIN CARGO/TRAVEL TRAILERS, OVERLOADING AND INCORRECTLY POSITIONING CARGO IN THE REAR CARGO AREA CAN RESULT IN ALIGHT HITCH WEIGHT AND AFFECT STABILITY.","DEPENDING ON THE SPECIFIC TOW VEHICLE AND ITS HITCH EQUIPMENT, A SUFFICIENTLY LIGHT HITCH WEIGHT CAN RESULT IN SWAY AT HIGHWAY SPEEDS. TOO MUCH WEIGHT INCORRECTLY POSITIONED CAN ALSO RESULT IN SEVERE BENDING OF THE A-FRAME ASSEMBLY, FAILURE OF THE COUPLER ASSEMBLY, AND/OR FAILURE OF THE SAFETY CHAINS. THIS CAN CAUSE A CRASH INVOLVING THE TRAILER AND TOW VEHICLE.","DEALERS WILL INSPECT THE TRAILER, TOW VEHICLE AND HITCH EQUIPMENT; INSTALL NEW CARGO LOAD LIMIT LABELS AND PLACARDS IN THE CARGO AREA; FURNISH LOADING LIMIT INFORMATION; REPLACE THE COUPLER AND SAFETY CHAINS; AND REINFORCE THE A-FRAME. THE RECALL BEGAN ON NOVEMBER 15, 2006. OWNERS SHOULD CONTACT THOR AT 1-888-697-8467. NOTE: THIS CAMPAIGN SUPERSEDES A PREVIOUS RECALL (PLEASE SEE 04V243)." -12/01/2006,06V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V469000),STARCRAFT BUS AND MOBILITY,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS, THE WHEELCHAIR LIFT VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.",DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE BUSES OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED (PLEASE SEE 06E008). OWNERS MAY CONTACT STARCRAFT BUS AT 800-348-7440 OR RICON AT 1-818-267-3000. -11/30/2006,06V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V454000),"Volkswagen Group of America, Inc.",AIR BAG CONTROL MODULE SOFTWARE UPDATE,AIR BAGS,JR,Vehicle,5902,"ON CERTAIN VEHICLES WHERE A WEAK BATTERY EXISTS, IT IS POSSIBLE THAT A LOW VOLTAGE CONDITION COULD CAUSE THE AIR BAG CONTROL UNIT TO IMPROPERLY SET A FAULT CODE. IF THIS OCCURS, THE PASSENGER SIDE FRONTAL AIR BAG WILL BECOME DEACTIVATED. HOWEVER, BOTH THE AIR BAG WARNING LIGHT IN THE INSTRUMENT CLUSTER AS WELL AS THE 'PASSENGER AIR BAG OFF' TELLTALE IN THE CENTER OF THE INSTRUMENT PANEL WILL ILLUMINATE AND PROVIDE VISUAL WARNING TO THE DRIVER.","IF THE CASE OF A FRONTAL CRASH, THE PASSENGER SIDE FRONT AIR BAG WOULD NOT DEPLOY WHICH COULD CAUSE INJURY TO THE SEAT OCCUPANT.","DEALERS WILL UPDATE THE AIR BAG CONTROL MODULE SOFTWARE. THE RECALL BEGAN ON DECEMBER 5, 2006. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -11/30/2006,06V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V452000),NUWA INDUSTRIES INC.,BROKEN WELDS ON PIN BOX,TRAILER HITCHES,NR (Not Reported),Vehicle,1502,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH A DEMCO GLIDE RIDE PIN BOX, THE WELDS ON THE PIN BOX CAN BREAK.",BROKEN WELDS CAN RESULT IN THE PIN BOX JAMMING.,"DEALERS WILL REPLACE THE GLIDE PIN ASSEMBLY WITH ASSEMBLIES MADE WITH A LONGER PIN AND MORE ROBUST WELDS. THE RECALL BEGAN ON JANUARY 31, 2007. OWNERS MAY CONTACT NUWA AT 1-800-835-0676 OR E-MAIL AT SAFETY@NUWA.COM." -11/30/2006,06V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V455000),"FLEETWOOD ENTERPRISES, INC.",FEDERAL CERTIFICATION TAGS/PART 567,EQUIPMENT,61117,Vehicle,429,"CERTAIN FIFTH WHEEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL CERTIFICATION TAG WAS PRINTED WITH AN INCORRECT TIRE VALUE OF 80 PSI AND THE CORRECT TIRE PRESSURE VALUE IS 65 PSI.","DRIVING WITH OVER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW FEDERAL CERTIFICATION TAG INFORMATION ALONG WITH INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 12, 2007. OWNERS MAY CONTACT FLEETWOOD AT 800-445-3307." -11/30/2006,06V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V461000),PACCAR Incorporated,FIFTH WHEEL KING PIN AIR RELEASE VALVE,TRAILER HITCHES,06KW3,Vehicle,86,"ON CERTAIN TRUCKS, AN RA529 KING PIN RELEASE AIR VALVE WAS MANUFACTURED WITH THE INTERNAL SPOOL INSTALLED BACKWARDS. THIS RESULTS IN THE AIR OPTION OF THE KING PIN RELEASE SYSTEM BEING INOPERABLE. TO CORRECT THIS SITUATION, THE VEHICLE'S AIR LINES WERE REVERSED RATHER THAN REPLACING THE VALVE.","WITH THE LINES REVERSED, THE KING PIN CAN BE RELEASED WITHOUT THE DRIVER'S KNOWLEDGE. WHEN THIS OCCURS, THE DRIVER COULD DRIVE AWAY AND THE TRAILER COULD BECOME DISENGAGED, INCREASING THE RISK OF A CRASH.","KENWORTH WILL INSPECT THE KING PIN RELEASE SYSTEM AND SUSPECT VALVE. IF ANY VEHICLES HAVE A NONCONFORMING VALVE OR INCORRECT PLUMBING, IT WILL BE REPLACED AND RE-PLUMBED. THE RECALL BEGAN ON NOVEMBER 29, 2006. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -11/30/2006,06V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V453000),"Gulf Stream Coach, Inc.",FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,91,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS, THE FUEL STATION MAY BE INSTALLED IN SUCH A MANNER AS TO LIMIT THE AMOUNT OF TRANSVERSE AND/OR LATERAL SUPPORT FOR THE FUEL TANK.",THE FUEL TANK COULD BECOME DISLODGED CAUSING FUEL SPILLAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL SUPPORT BRACKETS ON THE FUEL TANKS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 28, 2006. OWNERS MAY CONTACT GULF STREAM AT 1-800-482-6451." -11/30/2006,06V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V457000),FREIGHTLINER LLC,UNIMOG EAS ECU,POWER TRAIN,FL-486,Vehicle,80,"ON CERTAIN TRUCKS EQUIPPED WITH THE EAS TRANSMISSION OPTION, A PROGRAMMING LOGIC ERROR IN THE TRANSMISSION AUTOMATIC SHIFT SYSTEM MAY PREVENT THE VEHICLE'S CLUTCH FROM DISENGAGING WHEN THE VEHICLE IS OPERATED IN WORKING GROUP OR CRAWLER GEAR RANGE (LOW-LOW RANGE).",THE BRAKE SYSTEM IS NOT CAPABLE OF OVERCOMING THE ENGINE TORQUE TRANSMITTED TO THE WHEEL ENDS WHEN THE VEHICLE IS OPERATED IN WORKING GROUP OR CRAWLER GEAR RANGE. IF THE CLUTCH FAILS TO DISENGAGE THE ENGINE MUST BE SHUT-DOWN IN ORDER TO BRING THE VEHICLE TO A STOP POTENTIALLY RESULTING IN A VEHICLE CRASH OR PERSONAL INJURY.,"DEALERS WILL MODIFY THE AUTOMATIC SHIFT SYSTEM TO PROVIDE REDUCED ENGINE TORQUE WHEN THE BRAKES ARE APPLIED WHILE THE VEHICLE IS OPERATED IN WORKING GROUP OR CRAWLER GEAR RANGE. THE GEAR SHIFT ELECTRONIC CONTROL UNIT WILL BE REPLACED AND TWO RELAYS WILL BE ADDED. THE RECALL BEGAN ON MARCH 28, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/30/2006,06V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V459000),"Nissan North America, Inc.",WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,96500,"ON CERTAIN KING CAB TRUCKS, THE WIRES IN THE HARNESS WERE ROUTED THROUGH THE REAR DOORS AND INTO THE BODY. THESE WIRES MAY BREAK DUE TO OVER BENDING OF THE HARNESS AS THE DOOR IS OPENED AND CLOSED. THE HARNESS CONTAINS WIRES FOR THE DRIVER SEAT BELT PRETENSIONER AND FOR THE FRONT PASSENGER SEAT BELT WHICH IS PART OF THE OCCUPANT CLASSIFICATION SYSTEM. WIRES FOR THE REAR AUDIO SPEAKERS ARE ALSO CONTAINED N THE HARNESS.","IF THE WIRES FOR THE SEAT BELTS AND SPEAKER WIRES BREAK AND MAKE CONTACT, THERE IS A POSSIBILITY THAT THE PRETENSIONER MAY DEPLOY. IF THIS HAPPENS WHEN THE SEAT BELT IS RETRACTED, IT WILL NOT BE POSSIBLE TO USE THE SEAT BELT. IF ONE OF THE WIRES ON THE RIGHT SIDE HARNESS FOR THE SEAT BELT TENSION SENSOR BREAKS, THE PASSENGER SIDE FRONT AIR BAG WILL NOT DEPLOY AS DESIGNED IN A FRONTAL COLLISION INCREASING THE RISK OF A CRASH AND PERSONAL INJURY.","DEALERS WILL REPLACE THE WIRE HARNESS COVER WITH A DIFFERENT TYPE THAT PREVENTS OVER BENDING OF THE HARNESS AND THE HARNESS WILL BE REROUTED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 19, 2007. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/29/2006,06V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V460000),Starcraft RV,HUB WELD INSUFFICIENT/LIPPERT,SUSPENSION,NR (Not Reported),Vehicle,88,"ON CERTAIN FOLDING CAMPING AND TRAVEL TRAILERS, THE HUB WELD IS INSUFFICIENT TO HOLD THE SPINDLE TO THE AXLE TUBE.","SPINDLE SEPARATION FROM THE AXLE TUBE CAN OCCUR, INCREASING THE RISK OF A CRASH.",STARCRAFT IS WORKING WITH LIPPERT TO REPLACE THE AXLES ON THE AFFECTED TRAILERS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT STARCRAFT AT 1-260-593-2550.. -11/29/2006,06V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V458000),Motor Coach Industries,TAG AXLE SWING ARM - G SERIES,SUSPENSION,NR (Not Reported),Vehicle,518,"ON CERTAIN G4500 MOTOR COACHES, THE TAG AXLE SWING ARM CAN BREAK AWAY.","IF THE TAG AXLE SWING ARM CRACKS AND REMAINS UNDETECTED, THE CRACKS CAN SPREAD AND POTENTIALLY RESULT IN A PARTIAL OR TOTAL SEPARATION OF THE TAG AXLE ASSEMBLY FROM THE COACH, INCREASING THE RISK OF A CRASH.",PLEASE NOTE THAT THIS CAMPAIGN HAS BEEN SUPERSEDED BY 08V121. -11/29/2006,06V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V450000),MONACO COACH CORPORATION,WINDSHIELD WIPER CIRCUIT,VISIBILITY,R06033,Vehicle,27,"ON CERTAIN CLASS A MOTOR HOMES, THE WINDSHIELD WIPER MOTORS ARE UNDER-FUSED AND THE FUSE MAY FAIL.","IF THE FUSE FAILS, THE WINDSHIELD WIPERS WILL STOP FUNCTIONING WHICH WOULD RESULT IN A DECREASE OF THE VISIBILITY OF THE OPERATOR AND COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A NEW 15 AMP AUTO RESETTING CIRCUIT BREAKER FUSE ON THE VEHICLE. THE RECALL BEGAN ON DECEMBER 15, 2006. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -11/28/2006,06V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V449000),LES ENTREPRISES M.CORBEIL,FMVSS 110/INCORRECT GVWR,EQUIPMENT,W0076,Vehicle,887,"CERTAIN MY 2005 AND 2006 CORBEIL MINIBUS SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 2005 AND SEPTEMBER 2006. THE VEHICLE PLACARD DOES NOT GIVE THE CORRECT VEHICLE CAPACITY WEIGHT (VCW) NOR IS IT PERMANENTLY AFFIXED WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, TIRE SELECTION AND RIMS.",THIS STANDARD SPECIFIES REQUIREMENTS FOR TIRE SELECTION TO PREVENT OVERLOADING.,"CORBEIL WILL NOTIFY OWNERS AND MAIL REPLACEMENT LABELS WITH THE CORRECT GVWR ALONG WITH PLACEMENT INSTRUCTIONS. THE RECALL BEGAN ON DECEMBER 4, 2006. OWNERS MAY CONTACT CORBEIL AT 1-888-439-3577 EXT." -11/28/2006,06V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V451000),Damon Corporation,FUEL RAIL CLIP FRACTURE/CHEVROLET/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1517,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","CHEVROLET AND WORKHORSE ARE HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225 AND 06V289). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, WORKHORSE AT 877-294-6773, OR DAMON AT 1-574-264-5517." -11/28/2006,06V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V448000),Great Dane Trailers,PLUMBING FITTINGS FOR AIR BRAKE SYSTEMS/BRASSCRAFT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5671,"ON CERTAIN TRAILERS, DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL QUARANTINE THE VEHICLES AND REPLACE DEFECTIVE FITTING FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 21, 2006. OWNERS MAY CONTACT GREAT DANE AT 1-800-633-4176." -11/28/2006,06V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V456000),"Winnebago Industries, Inc.",TV STRAP BOLTS,EQUIPMENT,103,Vehicle,1491,"ON CERTAIN MOTOR HOMES EQUIPPED WITH FRONT OVERHEAD TELEVISIONS, INCORRECT FASTENERS WERE USED TO SECURE THE TELEVISION LOCATED IN THE FRONT OVERHEAD AREA OF THE MOTOR HOME.","THE TELEVISION MAY BECOME LOOSE AND POSSIBLY FALL FROM ITS POSITION WHICH HAS THE POTENTIAL TO IMPACT THE DRIVER OR PASSENGERS, RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT THE VEHICLE TO ASSURE THE CORRECT FASTENERS (BOLTS) WERE USED IN THE TV RETENTION STRAP. THE RECALL BEGAN ON DECEMBER 15, 2006. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -11/24/2006,06V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V446000),PACCAR Incorporated,CRUISE CONTROL PRESSURE SENSING SWITCH/HONEYWELL,VEHICLE SPEED CONTROL,06KW4,Vehicle,116,AN INCORRECT SWITCH WAS INSTALLED IN THE CRUISE CONTROL SYSTEM ON CERTAIN MODEL T300 TRUCKS.,A LIGHT APPLICATION OF THE BRAKES WILL NOT DEACTIVATE THE CRUISE CONTROL AND THE SYSTEM WILL HAVE TO BE SHUT OFF BY THE DASH SWITCH. THIS COULD LEAD TO UNINTENDED ACCELERATION AND A CRASH WITHOUT WARNING.,"KENWORTH WILL INSTALL THE CORRECT SENSOR SWITCH. THE RECALL BEGAN ON JANUARY 10, 2007. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -11/24/2006,06V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V447000),PACCAR Incorporated,TILT/TELESCOPING STEERING COLUMN/TRW,STEERING,06KW2,Vehicle,443,"ON CERTAIN TRUCKS EQUIPPED WITH A TRW TILT/TELESCOPING STEERING COLUMN, THE TILT LOCKING MECHANISM ON THE STEERING COLUMN MAY DISENGAGE. THIS COULD PREVENT THE STEERING COLUMN FROM LOCKING IN TO PREDETERMINED POSITIONS.","SHOULD THE LOCKING MECHANISM DISENGAGE, THE TILTING TRAVEL OF THE COLUMN WOULD BE UNRESTRICTED. THIS UNRESTRICTED TRAVEL ALLOWS THE STEERING WHEEL TO IMPACT THE DASH AND COULD LIMIT THE MOVEMENT OF THE STEERING WHEEL POTENTIALLY RESULTING IN DIFFICULTY MANEUVERING THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TILT LOCKING MECHANISM WITH A REVISED DESIGN THAT INCORPORATES A NEW BRACKET FOR RESTRAINING THE TILTING MECHANISM. THE RECALL BEGAN ON DECEMBER 22, 2006. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -11/22/2006,06V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V445000),Hyundai Motor America,FMVSS 208/AIR BAG SYSTEM,AIR BAGS,079,Vehicle,128300,"ON CERTAIN SPORT UTILITY VEHICLES, DURING STATIC AIR BAG DEPLOYMENT TESTING CONDUCTED BY NHTSA USING FIFTH PERCENTILE FEMALE DUMMIES INDICATED IF A SMALL STATURED ADULT DRIVER, NOT WEARING A SEAT BELT, IS INVOLVED IN A FRONTAL OR NEAR FRONTAL CRASH, DEPLOYMENT OF THE DRIVER AIR BAG MAY RESULT IN AN INSUFFICIENT MARGIN OF COMPLIANCE AS MEASURED BY THE TEST DUMMY USED IN THE NHTSA TEST.",THIS CAN CAUSE INCREASED RISK OF INJURY TO THE DRIVER UNDER CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPLACE THE DRIVER AIR BAG MODULE. THE RECALL BEGAN ON JANUARY 29, 2007, AND WILL BE CONDUCTED THROUGH SIX MAILINGS. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -11/21/2006,06T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T028000),Hercules Tire & Rubber Company,BELT SEPARATION,TIRES,2,Tire,3661,"CERTAIN HERCULES TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"HERCULES WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 25, 2006. OWNERS MAY CONTACT HERCULES CONSUMER RELATIONS DEPARTMENT AT 800-677-9535." -11/21/2006,06E098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E098000),Daytona Helmets International,FMVSS 218/RETENTION SYSTEM,EQUIPMENT,NR (Not Reported),Equipment,715,"CERTAIN DAYTONA SKULL CAP HELMETS, SIZES XS-XXL, MANUFACTURED DURING THE MONTH OF FEBRUARY 2006. THESE HELMETS FAIL TO CONFORM TO THE WET RETENTION TEST AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE CHIN STRAP MAY COME UNDONE IF EXPOSED TO WET CONDITIONS.","DAYTONA WILL NOTIFY OWNERS AND REPAIR THE HELMETS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 12, 2006. OWNERS MAY CONTACT DAYTONA HELMETS CUSTOMER SERVICE AT 386-255-3505." -11/21/2006,06E097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E097000),NITROUS OXIDE SYSTEMS,NITROUS OXIDE BOTTLE VALVE BURSTS,EQUIPMENT,NR (Not Reported),Equipment,3144,"CERTAIN NITROUS OXIDE SYSTEMS (NOS) KITS SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR USE ON AUTOMOBILES, TRUCKS, MOTORCYCLES, AND WATERCRAFT. AN INCORRECT BUSRT DISC WAS INSTALLED IN BOTTLE VALVES COMMONLY USED ON SMALL NITROUS BOTTLES (10 OZ TO 2.5 LB SIZES.) IF THE BOTTLE IS OVERFILLED AND OVERHEATED, IT MAY BURST SUDDENLY WITHOUT WARNING.",A PERSON OR PERSONS COULD BE INJURED SHOULD A BOTTLE BURST WHILE IN THE VICINITY.,"NOS WILL NOTIFY OWNERS AND REPLACE THE BURST DISCS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 11, 2006. OWNERS MAY CONTACT NOS CUSTOMER SERVICE SERVICE DEPARTMENT AT 1-800-638-0032." -11/20/2006,06V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V444000),Harley-Davidson Motor Company,BATTERY CADDY BOLT,ELECTRICAL SYSTEM,0126,Vehicle,19921,"ON CERTAIN MOTORCYCLES, A BATTERY CADDY BOLT MAY LOOSEN UNDER NORMAL RIDING CONDITIONS. SHOULD THIS OCCUR, THE BOLT CAN BACK OUT WHICH ALLOWS THE BATTERY TO SHIFT POSITION AND THEN HOLD THE BATTERY IN A POSITION WHICH MAY ALLOW THE BATTERY TERMINALS TO CONTACT THE METAL BATTERY CADDY COVER AND ABRADE THROUGH THE POSITIVE TERMINAL PROTECTIVE BOOT.","IF THIS OCCURS, THE BATTERY CAN SHORT AGAINST THE COVER, CAUSING SPARKS AND POSSIBLY A FIRE.","DEALERS WILL REPLACE THE CENTER BATTERY CADDY BOLT. THE RECALL BEGAN ON NOVEMBER 30, 2006. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -11/20/2006,06T027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T027000),TBC Corporation,BELT SEPARATION,TIRES,147,Tire,15208,"CERTAIN TBC CORPORATION TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"TBC WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 20, 2006. OWNERS MAY CONTACT TBC CORPORATION CONSUMER RELATIONS DEPARTMENT AT 901-541-3616." -11/20/2006,06V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V443000),U.S. BUS CORPORATION,FMVSS 222/SEAT BARRIERS,SEATS,NR (Not Reported),Vehicle,80,"CERTAIN 2000-2006 U.S. BUS STURDIBUS SCHOOL BUSES MANUFACTURED BETWEEN MAY 1, 2000, AND MAY 2, 2006. THE BARRIERS WERE NOT INSTALLED CORRECTLY WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","IN THE EVENT OF A VEHICLE CRASH, A PASSENGER'S HEAD COULD BE DEFLECTED INTO AN UNPROTECTED AREA POSSIBLY RESULTING IN INJURIES.","U.S. BUS WILL NOTIFY OWNERS AND WILL REPAIR THE SEATS FREE OF CHARGE. THE RECALL BEGAN ON JULY 3, 2007. OWNERS MAY CONTACT U.S. BUS AT 765-939-3984." -11/20/2006,06E096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E096000),Honda (American Honda Motor Co.),TRAILER HITCH SEPARATION,TRAILER HITCHES,NR (Not Reported),Equipment,623,"CERTAIN HONDA ACCESSORY TRAILER HITCHES, P/N 08L92-STK-200, MANUFACTURED BETWEEN JUNE 26 AND JULY 8, 2006, AND SOLD AS AFTERMARKET EQUIPMENT FOR USE ON 2007 MODEL YEAR ACURA RDX VEHICLES. THE HITCHES MAY HAVE BEEN IMPROPERLY WELDED DURING INSTALLATION.",THE HITCH MAY SEPARATE FROM THE VEHICLE WHILE IN USE WHICH COULD RESULT IN A VEHICLE CRASH.,"HONDA WILL NOTIFY OWNERS AND INSPECT AND, IF NECESSARY, REPLACE THE HITCH. THE RECALL BEGAN ON NOVEMBER 29, 2006. OWNERS MAY CONTACT ACURA CLIENT SERVICES AT 800-382-2238." -11/17/2006,06C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06C005000),Dorel Juvenile Group,HANDLE TRIM SCREWS LOOSEN/CHOKING HAZARD,CHILD SEAT,NR (Not Reported),Child Seat,67276,"CERTAIN DOREL JUVENILE GROUP (DJG) COMFORT INFANT CHILD RESTRAINTS, MODELS 22-331 AND 22-332 ALPHA ELITE AND 22-630 AND 22-631 EDDIE BAUER, MANUFACTURED FROM JULY 26, 2005, AND FEBRUARY 28, 2006. ONE OR MORE OF THE SIX HANDLE TRIM SCREWS CAN LOOSEN AND FALL OUT INTO THE CHILD OCCUPANT AREA. THE CHILD COULD THEN PICK UP THE SCREW AND PLACE IT INTO HIS OR HER MOUTH.",THE CHILD COULD CHOKE ON THE SCREW.,"DJG WILL NOTIFY OWNERS AND PROVIDE A FREE REMEDY KIT WHICH CONSISTS OF SIX REPLACEMENT SCREWS, INSTRUCTIONS, AND A SCREWDRIVER. THE RECALL BEGAN ON NOVEMBER 21, 2006. OWNERS MAY CONTACT DJG TOLL FREE AT 877-229-1374." -11/16/2006,06V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V437000),"FLEETWOOD ENTERPRISES, INC.",CERTIFICATION TAGS/PART 567,EQUIPMENT,61020,Vehicle,192,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL CERTIFICATION TAG FIGURES RELATED TO THE REAR TIRE PRESSURE TAG OF 60 PSI ARE INCORRECT. THE CORRECT REAR TIRE PRESSURE RATING IS 80 PSI.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","FLEETWOOD WILL MAIL THE CORRECT FEDERAL CERTIFICATION TAG ALONG WITH INSTALLATION INSTRUCTIONS. FLEETWOOD IS ALSO ASKING OWNERS TO CHECK AND, IF NECESSARY, INFLATE THE REAR TIRES TO THE CORRECT 80 PSI. IF OWNERS ARE NOT COMFORTABLE INSTALLING THE LABEL THEMSELVES OR CHECKING THE TIRE PRESSURE, OWNERS CAN TAKE THEIR VEHICLES TO THEIR DEALER. THE RECALL BEGAN ON FEBRUARY 5, 2007. OWNERS MAY CONTACT FLEETWOOD AT 800-505-3418." -11/16/2006,06V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V435000),"Airstream, Inc.",FUEL RAIL PULSE DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,149,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GENERAL MOTORS 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR AIRSTREAM AT 1-937-596-6111. -11/15/2006,06V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V439000),Newmar Corporation,BUSMAN BOX,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14,"ON CERTAIN MOTOR HOMES EQUIPPED WITH BUSMAN BOXES, THE BUSMAN BOX LOCATION IS FACE-UP ON THE FLOOR OF ITS COMPARTMENT.","THIS COULD ALLOW WATER TO ENTER INTO THE BOX AND COULD CAUSE AN ELECTRICAL SHORT, CAUSING ARCING, SPONTANEOUS ENGINE START WITH NO KEY OR POSSIBLE FIRE.","DEALERS WILL RELOCATE THE BUSMAN BOX FROM THE FLOOR TO THE SIDE OF THE COMPARTMENT. ALL SCREW HOLES WILL BE SEALED. THE RECALL BEGAN ON NOVEMBER 1, 2006. OWNERS MAY CONTACT NEWMAR AT 1-800-561-5790." -11/15/2006,06V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V433000),"EARTHROAMER, LLC",FRAME PLATE TO CAMPER MOUNT WELDS CRACK,STRUCTURE,ER-SB-0008,Vehicle,17,"ON CERTAIN RECREATIONAL VEHICLES BUILT WITH FRONT CAMPER MOUNT ASSEMBLY REVISIONS B OR C, WELDS ON THE FRONT CAMPER MOUNTS CAN DEVELOP CRACKS.","THIS OVERSTRESS CONDITION COULD LEAD TO A FAILURE OF THE CAMPER MOUNTING SYSTEM, WHICH COULD RESULT IN A CRASH.","EARTHROAMER WILL INSPECT AND REPLACE THE FRONT CAMPER MOUNT. THE RECALL BEGAN ON SEPTEMBER 27, 2006. OWNERS MAY CONTACT EARTHROAMER AT BILL@EARTHROAMER.COM OR CALL BILL ON 303-881-4498; MICHELE AT 202-887-8261; OR MATT ON 303-929-1306." -11/15/2006,06V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V431000),"Chrysler (FCA US, LLC)",HOOD LATCH STRIKER,STRUCTURE,F45,Vehicle,4350,"ON CERTAIN PASSENGER VEHICLES, THE HOOD LATCH STRIKER MAY BREAK AND ALLOW THE HOOD TO OPEN WHILE DRIVING.","IF THE HOOD OPENS WHILE DRIVING, A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE HOOD LATCH STRIKERS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 27, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/15/2006,06V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V434000),"Chrysler (FCA US, LLC)",OWNER'S MANUAL/ROLLOVER RISK ADDENDUM,EQUIPMENT,F03,Vehicle,18245,"ON CERTAIN SPORT UTILITY VEHICLES, THE OWNER'S MANUAL DOES NOT CONTAIN THE REQUIRED HIGHER ROLLOVER RISK WARNING INFORMATION.","WITHOUT THE ROLLOVER WARNING INFORMATION IN THE OWNER'S MANUAL, DRIVERS MAY NOT BE AWARE OF THE SIGNIFICANTLY HIGHER ROLLOVER RATE ON THIS TYPE VEHICLE, WHICH COULD RESULT IN A CRASH.","DAIMLERCHRYSLER WILL MAIL AN ADDENDUM TO THE OWNER'S MANUAL TO ALL AFFECTED VEHICLE OWNERS. THE RECALL BEGAN ON NOVEMBER 14, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/15/2006,06V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V438000),"Tracker Marine, LLC",SWING-AWAY PIVOT HITCH,TRAILER HITCHES,TS-0015,Vehicle,259,"ON CERTAIN BOAT TRAILERS, THE CASTINGS HOLDING THE BOLTS ON THE PIVOT HITCH ASSEMBLY FOR THE SWING-AWAY TONGUE MAY BREAK.","IF THE CASTING BOLTS BREAK, THE TRAILER COULD DETACH FROM THE TOW VEHICLE INCREASING THE RISK OF A CRASH.","IF YOUR TRAILER IS EQUIPPED WITH THE DEFECTIVE COMPONENT, TRACKER MARINE WILL REPLACE THE TRAILER. THE RECALL BEGAN ON NOVEMBER 9, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -11/15/2006,06V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V441000),"Volvo Car USA, LLC",THROTTLE CONTROL MALFUNCTION,VEHICLE SPEED CONTROL,R155,Vehicle,170099,"ON CERTAIN PASSENGER VEHICLES, A COMBINATION OF THROTTLE POSITIONING SENSOR IRREGULARITIES, A DIRTY THROTTLE HOUSING, AND/OR INEFFICIENT SOFTWARE CALIBRATION MAY CAUSE A WARNING LAMP TO LIGHT AND THE SUBSEQUENT ONSET OF LIMP HOME MODES.",THIS RESULTED IN A HIGH NUMBER OF VEHICLES GOING INTO THE LIMP HOME MODE WITHOUT NEED.,"DEALERS WILL INSTALL THE CURRENT SOFTWARE UPGRADE ONTO THE INVOLVED VEHICLES. THE RECALL BEGAN ON DECEMBER 29, 2006. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -11/15/2006,06V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V440000),Ford Motor Company,WINDSHIELD RETENTION/FMVSS 212,VISIBILITY,06C15,Vehicle,422,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, 'WINDSHIELD MOUNTING.' THE WINDSHIELD MAY NOT BE PROPERLY SECURED TO THE VEHICLE BODY.","IF THE WINDSHIELD IS NOT PROPERLY RETAINED TO THE VEHICLE, WIND NOISE, SQUEAK/RATTLES AND/OR WATER LEAKS MAY OCCUR. ALSO, LOSS OF WINDSHIELD RETENTION MAY REDUCE OCCUPANT PROTECTION IN THE EVENT OF A CRASH.","DEALERS WILL REPLACE THE WINDSHIELD FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 22, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -11/14/2006,06V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V429000),MONACO COACH CORPORATION,MISSING HEAT SHIELD,EQUIPMENT,R06036,Vehicle,206,"ON CERTAIN CLASS A MOTOR HOMES, HEAT SHIELDS WERE NOT INSTALLED IN THE LP TANK BAY.",THE HEAT FROM THE HYDROHOT EXHAUST COULD PLACE EXCESSIVE TEMPERATURE ON THE EXTERIOR OF THE LP TANK AND RESULT IN UNEXPECTED VENTING OF LP GAS THROUGH THE LP TANK SAFETY RELIEF VALVE. LP GAS LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A HEAT SHIELD BETWEEN THE HYDROHOT EXHAUST AND THE LP TANK AT NO COST TO YOU. THE RECALL BEGAN ON DECEMBER 5, 2006. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -11/13/2006,06E095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E095000),Lippert,AXLE FAILURES/MISLOCATED SPINDLE WELDS,SUSPENSION,NR (Not Reported),Equipment,150,"CERTAIN LIPPERT TRAILER AXLES MANUFACTURED BETWEEN MAY AND JUNE 2006 AND INSTALLED AS ORIGINAL EQUIPMENT FOR CERTAIN RECREATIONAL TRAVEL TRAILERS. DUE TO MISLOCATED SPINDLE WELDS, THE SPINDLE MAY PARTIALLY OR COMPLETELY SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY MAY COME OFF THE VEHICLE.",SUDDEN AXLE FAILURE COULD RESULT IN A VEHICLE CRASH.,LIPPERT IS WORKING WITH THE VEHICLE MANUFACTURERS TO NOTIFY OWNERS AND WILL INSPECT FOR MISLOCATED WELDS AND REPLACE THE AXLE IF NECESSARY. OWNERS SHOULD CONTACT THEIR VEHICLE MANUFACTURER OR CONTACT LIPPERT AT 1-877-870-4900. -11/09/2006,06V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V427000),"Gillig, LLC",ENGINE FAILURE/CUMMINS,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,1961,"ON CERTAIN TRANSIT BUSES BUILT WITH CUMMINS ISL AND ISC DIESEL ENGINES EQUIPPED WITH THE CM850 FUEL SYSTEM, THE ENGINE HIGH PRESSURE FUEL LINES, FROM THE ENGINE HIGH PRESSURE PUMP TO THE ENGINE FUEL RAIL, ARE PRONE TO FAILURE.",FAILURE OF THE LINE INTRODUCES HIGH PRESSURE FUEL SPRAY INTO THE ENGINE COMPARTMENT WHICH CAN IGNITE WHEN IT COMES IN CONTACT WITH A HOT SURFACE.,"CUMMINS WILL INSTALL A FUEL LINE BRACKET TO REDUCE FUEL LINE STRESS. A NEW FUEL LINE WILL BE INSTALLED WHEN ADDING THE BRACKET (PLEASE SEE 06E037). GILLIG NOTIFIED CUSTOMERS ON NOVEMBER 22, 2006. CUSTOMERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR GILLIG AT 510-264-5031." -11/09/2006,06V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V432000),"Chrysler (FCA US, LLC)",FUEL PUMP/POWERTRAIN CONTROL MODULE SOFTWARE,POWER TRAIN,F44,Vehicle,127928,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP MODULE AND THE POWER TRAIN CONTROL MODULE (PCM) SOFTWARE MAY ALLOW THE ENGINE TO STALL UNDER CERTAIN OPERATING CONDITIONS.",THIS COULD CAUSE A CRASH TO OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL REPROGRAM THE POWER TRAIN CONTROL MODULE. THE FUEL PUMP MODULE WILL ALSO BE REPLACED ON VEHICLES BUILT FROM AUGUST 1, 2004 THROUGH SEPTEMBER 30, 2004. THE RECALL BEGAN ON NOVEMBER 21, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/09/2006,06V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V436000),"Hino Motors Sales U.S.A., Inc.",PARKING BRAKE CABLE/TRANSMISSION SHIFTER CABLE,PARKING BRAKE,M0060,Vehicle,264,"ON CERTAIN CONVENTIONAL TRUCKS EQUIPPED WITH THE AISIN AUTOMATIC TRANSMISSION, THE PARKING BRAKE CABLE AND AUTOMATIC TRANSMISSION SHIFTER CABLE MAY HAVE BEEN ROUTED INCORRECTLY. THIS MIS-ASSEMBLY COULD CAUSE CHAFING OF THE PARKING BRAKE CABLE AND EVENTUAL FAILURE OF THE CABLE.",FAILURE OF THE PARKING BRAKE CABLE WILL LEAD TO THE FAILURE OF THE TRUCK'S PARKING BRAKE. THIS COULD RESULT IN THE TRUCK ROLLING AWAY WHILE PARKED WHICH COULD RESULT IN A CRASH.,"HINO WILL INSPECT, CORRECT AND REPLACE THE PARKING BRAKE CABLE AND THE AUTOMATIC TRANSMISSION SHIFTER CABLE. THE RECALL BEGAN ON NOVEMBER 9, 2006. OWNERS MAY CONTACT HINO AT 1-248-648-6400." -11/09/2006,06V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V428000),FAUN GMBH,STEERING GEAR FAILURE,STEERING,NR (Not Reported),Vehicle,6,"ON CERTAIN MOBILE CRANES EQUIPPED WITH ZF SERVOCOM DUAL CIRCUIT STEERING BOXES, TEMPORARY FAILURE OF THE STEERING ASSISTANCE DURING EMERGENCY OPERATION CAN OCCUR.","STEERING WHILE DRIVING IS NOT POSSIBLE, INCREASING THE RISK OF A CRASH.",THE STEERING GEAR BOXES WILL BE REPLACED ON THE AFFECTED VEHICLES. -11/08/2006,06V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V426000),MONACO COACH CORPORATION,STEERING NUT & BOLT,STEERING,R06025,Vehicle,47,"ON CERTAIN MOTOR HOMES, AN IMPROPER NUT AND BOLT COMBINATION WAS USED TO CLAMP THE INTERMEDIATE SHAFT ONTO THE STEERING SHAFT. WITHOUT THE PROPER NUT AND BOLT COMBINATION, THE NUT CAN LOOSEN PREMATURELY AND ALLOW THE BOLT TO COME OUT WHICH COULD ALLOW THE INTERMEDIATE SHAFT TO BECOME DISCONNECTED FROM THE STEERING COLUMN SHAFT.","LOSS OF STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE NUT AND BOLT COMBINATION. IF THE IMPROPER COMBINATION IS INSTALLED, DEALERS WILL REPLACE IT WITH A NEW NUT AND BOLT. IF THE COMBINATION IS CORRECT, DEALERS WILL RE-TORQUE THE EXISTING COMBINATION. THE RECALL BEGAN ON NOVEMBER 21, 2006. OWNERS MAY CONTACT MONACO AT 1-800--685-6545." -11/07/2006,06T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T025000),"AMERICAN CAR CARE CENTERS, INC.",BELT SEPARATION,TIRES,001,Tire,240,"CERTAIN ACCC TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"ACCC WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN OCTOBER 2006. OWNERS MAY CONTACT AMERICAN CAR CARE CENTERS, INC. CONSUMER RELATIONS DEPARTMENT AT 901-680-9927." -11/07/2006,06E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E094000),Braun Corporation,FMVSS 403/THRESHOLD WARNING SIGNAL,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,12940,"CERTAIN BRAUN WHEELCHAIR LIFTS, MODELS NL, NCL, NVL, MANUFACTURED BETWEEN JULY 6, 2005, AND JULY 19, 2006. THE THRESHOLD WARNING SYSTEMS OF THE SUBJECT MODEL WHEELCHAIR LIFTS DO NOT CONFORM TO THE THRESHOLD WARNING SIGNAL REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.","SHOULD THE THRESHOLD WARNING SYSTEM FAIL TO OPERATE, THE LIFT USER CAN FALL FROM THE VEHICLE AND BE SERIOUSLY INJURED.","BRAUN WILL NOTIFY OWNERS AND REPAIR THE LIFTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 17, 2007. OWNERS CAN CONTACT BRAUN PRODUCT SUPPORT AT 1-800-946-7513." -11/07/2006,06V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V430000),"Coachmen RV Company, LLC",REFRIGERATOR/DOMETIC,EQUIPMENT,NR (Not Reported),Vehicle,9845,"ON CERTAIN RECREATIONAL VEHICLES BUILT WITH DOMETIC TWO-DOOR REFRIGERATORS, A FATIGUE CRACK MAY DEVELOP IN THE BOILER TUBE IN THE AREA OF THE WELD BETWEEN THE BOILER TUBE AND THE HEATER POCKET. A FATIGUE CRACK MAY RELEASE A SUFFICIENT AMOUNT OF PRESSURIZED COOLANT SOLUTION INTO AN AREA WHERE AN IGNITION SOURCE IS PRESENT.",THE RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,COACHMEN IS WORKING WITH DOMETIC TO HAVE THESE REFRIGERATORS REPAIRED. THE MANUFACTURER HAS NOT YET SUBMITTED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT COACHMEN AT 1-574-825-5821 OR DOMETIC/STERICYCLE AT 1-888-446-5157. -11/03/2006,06V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V422000),FREIGHTLINER LLC,STEERING COLUMN FLOOR SEAL,STEERING,FL-482,Vehicle,2650,"CERTAIN MY 2004 THROUGH 2006 THOMAS BUILT MVP-EF SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 27, 2004, AND SEPTEMBER 10, 2006. THE STEERING COLUMN FLOOR SEAL FORMS A WELL AROUND THE COLUMN AT THE FLOOR. DEBRIS, SUCH AS LOOSE FASTENERS, MAY GET TRAPPED IN THE SEAL WELL, POTENTIALLY CAUSING THE STEERING TO BIND.","IF THE STEERING COLUMN SHOULD BIND, VEHICLE STEERING MAY BE RESTRICTED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.","THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE SEAL WITH A NEW DESIGN FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON MARCH 30, 2007. OWNERS MAY CONTACT THOMAS BUILT AT 336-889-4871 OR OWNERS MAY CONTACT FREIGHTLINER AT 800-547-0712." -11/02/2006,06V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V442000),"Yamaha Motor Corporation, USA",AIR FILTER ELEMENT,VEHICLE SPEED CONTROL,M2006-018R,Vehicle,13000,"ON CERTAIN MOTORCYCLES, THE AIR FILTER MOUNTING SCREWS MAY COME LOOSE AND FALL OUT.","IF THE SCREWS FALL OUT, THEY COULD GET CAUGHT IN THE THROTTLE VALVE WHICH COULD PREVENT THE OPERATOR FROM REDUCING ENGINE SPEED PROPERLY. THIS COULD RESULT IN A LOSS OF CONTROL AND A VEHICLE CRASH WITH INJURY OR DEATH.","DEALERS WILL REPLACE THE AIR FILTER ELEMENT WITH A NEW ONE THAT IS DESIGNED TO HOLD THE SCREWS SECURELY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 29, 2006. OWNERS MAY CONTACT YAMAHA AT 714-761-7842." -11/02/2006,06V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V421000),FREIGHTLINER LLC,BATTERY CABLE CHAFE,ELECTRICAL SYSTEM,FL-481,Vehicle,2200,"CERTAIN MY 2005 AND 2006 THOMAS BUILT FS65 AND FS65 SCHOOL BUS CHASSIS MANUFACTURED BETWEEN JANUARY 3, 2005, AND SEPTEMBER 21, 2006. THE BATTERY CABLE MAY CHAFE ON A BRACKET ADJACENT TO THE STARTER.","CHAFING OF THE BATTERY CABLE ON THE BRACKET MAY LEAD TO A SHORT CIRCUIT, RESULTING IN A VEHICLE FIRE AND POSSIBLE INJURY TO THE OCCUPANTS.","FREIGHTLINER WILL NOTIFY OWNERS AND REPOSITION THE BATTERY CABLE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 16, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 800-547-0712." -11/02/2006,06V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V425000),FREIGHTLINER LLC,DAMAGED TIRE BEAD,TIRES,FL-485,Vehicle,380,"ON CERTAIN CAR HAULERS EQUIPPED WITH MICHELIN 305/70R19.5 FRONT TIRES ON 19.5 X 8.25 STEEL WHEELS, THE TIRE BEAD MAY HAVE BEEN DAMAGED WHEN THE TIRE WAS MOUNTED IN THE WHEEL IF THE RIM WAS NOT PROPERLY LUBRICATED. AIR MAY ESCAPE THROUGH A DAMAGED BEAD INTO THE TIRE BETWEEN THE CORD AND THE OUTER RUBBER AND CAUSE A SIDEWALL BLOWOUT OR TREAD SEPARATION. THE TIRE MAY LOOSE AIR RAPIDLY.",RAPID LOSS OF AIR IN THE TIRE WILL AFFECT VEHICLE CONTROL AND A CRASH MAY OCCUR.,"DEALERS WILL REMOVE THE FRONT TIRES FROM THE WHEELS FOR INSPECTION. TIRES WITH DAMAGED TIRE BEADS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 14, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/02/2006,06V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V424000),FREIGHTLINER LLC,FRONT AXLE ASSEMBLY/ARVINMERITOR,SUSPENSION,FL-484,Vehicle,1,"ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR FRONT AXLE ASSEMBLIES, THE FRONT SPINDLE NUT MAY BE OVER-TIGHTENED CAUSING PRELOAD ON THE FRONT WHEEL BEARINGS WHICH MAY LEAD TO PREMATURE BEARING WEAR.","IF RAPID BEARING WEAR IS ALLOWED TO PROGRESS, THE FRONT WHEEL ASSEMBLY MAY SEPARATE FROM THE VEHICLE AND CAUSE A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT THE FRONT HUB INSTALLATION FOR CORRECT BEARING ADJUSTMENT. IF THE BEARING ADJUSTMENT IS INCORRECT, THE FRONT WHEEL BEARINGS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 22, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/02/2006,06E091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E091000),UCI International LLC,FUEL PUMP MODULES/ENGINE STALL CONDITION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,24358,"CERTAIN AIRTEX FUEL PUMP MODULES, P/NOS. E7089M, E7094M, E7113M, AND E7129M, MANUFACTURED BETWEEN JUNE 1 AND SEPTEMBER 24, 2006. THESE FUEL PUMP MODULES WERE SOLD AS AFTERMARKET FOR USE IN CERTAIN DAIMLERCHRYSLER VEHICLES LISTED ABOVE. SILICONE MATERIAL USED IN MANUFACTURE OF THE FLAPPER VALVE WAS OUT-OF-SPECIFICATION, LEADING TO EXCESS SWELL OF THE FLAPPER VALVE RESTRICTING THE FLOW OF FUEL TO THE FUEL PUMP MODULE.","FUEL RESTRICTION COULD RESULT IN LOSS OF POWER AND/OR ENGINE STALL, POSSIBLY RESULTING IN A VEHICLE CRASH.","AIRTEX WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE FUEL PUMP MODULES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 18, 2006. OWNERS MAY CONTACT AIRTEX TOLL-FREE AT 1-866-867-3759." -11/02/2006,06E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E090000),TRANSPEC WORLDWIDE,STOP ARM/CROSS ARM FAILURE,OTHER,NR (Not Reported),Equipment,3278,"CERTAIN MODEL 4000 TRANSPEC SAFETY CROSS AIR OPERATED CROSSING ARMS, AND MODELS 6000, 7000, AND 8000 TRANSPEC SAFETY STOP AIR OPERATED STOP ARMS MANUFACTURED BETWEEN DECEMBER 21, 2005, AND AUGUST 28, 2006 (EXCLUDING UNITS MANUFACTURED BETWEEN APRIL 26 AND JUNE 1, 2006) INSTALLED AS ORIGINAL EQUIPMENT ON THOMAS BUILT AND IC CORPORATION SCHOOL BUSES AND SOLD FOR AFTERMARKET REPLACEMENT EQUIPMENT. THE AIR SUPPLY FITTING MAY SEPARATE FROM THE BASE PLATE, PREVENTING ACTUATION AIR FROM REACHING THE STOP ARM AND/OR CROSSING ARM. THIS CONDITION WILL RESULT IN NONDEPLOYMENT OF THE STOP ARM AND/OR CROSSING ARM DURING A SCHOOL BUS STOP TO PICK-UP OR DISCHARGE PASSENGERS.","IF THE STOP ARM DOES NOT DEPLOY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING MOTORISTS SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION. IF A CROSSING ARM DOES NOT DEPLOY, A CHILD MAY ENTER THE DRIVERS BLIND SPOT IN FRONT OF THE BUS, AND BE ENDANGERED BY THE BUS.","THOMAS BUILT AND IC CORPORATION WILL NOTIFY OWNERS AND REPAIR THE DEFECTIVE STOP ARMS AND/OR CROSS ARMS FREE OF CHARGE. TRANSPEC WILL NOTIFY OWNERS WHO PURCHASED THE SUBJECT STOP ARMS AND/OR CROSS ARMS AS AFTERMARKET EQUIPMENT AND WILL PROVIDE OWNERS WITHA FREE REPAIR KIT (P/N 4819-000). OWNERS SHOULD CONTACT THE MANUFACTURER OF THEIR VEHICLE(S) OR, FOR FURTHER INFORMATION OWNERS MAY CONTACT TRANSPEC AT 586-274-9400. TRANSPEC WILL NOTIFY OWNERS WHO PURCHASED ANY STOP ARM/CROSS ARM UNITS AND REPAIR THEM FREE OF CHARGE." -11/02/2006,06V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V423000),FREIGHTLINER LLC,TIE ROD ASSEMBLY,STEERING,FL-483,Vehicle,2000,"ON CERTAIN MOTOR HOMES, THE TIE ROD SPECIFIED FOR THE AXLE ASSEMBLY IS TOO SHORT, POSSIBLY RESULTING IN INSUFFICIENT THREAD ENGAGEMENT.","THE TIE ROD ENDS MAY SEPARATE UNDER CERTAIN EXTREME CONDITIONS, RESULTING IN REDUCED STEERING CONTROL. SUCH AN EVENT MAY LEAD TO A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND REPLACE THE TIE ROD FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 19, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/01/2006,06T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T023000),PEP BOYS,BELT SEPARATION,TIRES,147,Tire,8583,"CERTAIN PEP BOYS TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"PEP BOYS WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 25, 2006. OWNERS MAY CONTACT CONSUMER SERVICE HOTLINE AT 800-737-2697." -11/01/2006,06T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T024000),MICKEY THOMPSON,BELT SEPARATION,TIRES,147,Tire,2225,"CERTAIN MICKEY THOMPSON TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"MICKEY THOMPSON WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 25, 2006. OWNERS MAY CONTACT MICKEY THOMPSON TOLL-FREE AT 800-222-9092 OR DIRECTLY AT 330-686-3597." -10/31/2006,06V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V420000),Glendale Recreational Vehicles,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,90,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER IS HANDING THIS RECALL (PLEASE SEE 06E029) AND WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT DEXTER AT 1-800-400-2164 OR GLENDALE AT 1-519-245-1600. -10/31/2006,06V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V412000),LIEBHERR-WERK EHINGEN GMBH,DUAL CIRCUIT STEERING GEAR/ZF,STEERING,5851,Vehicle,14,"ON CERTAIN MOBILE RUBBER-TIRED CRANES EQUIPPED WITH THE ZF SERVOCOM DUAL CIRCUIT STEERING BOX, TEMPORARY FAILURE OF THE STEERING ASSISTANCE DURING EMERGENCY OPERATION CAN OCCUR.",STEERING WHILE DRIVING IS NOT POSSIBLE INCREASING THE RISK OF A CRASH.,"ALL OWNERS WERE NOTIFIED ON SEPTEMBER 29, 2006, AND THE STEERING GEAR BOXES WILL BE REPLACED ON ALL AFFECTED VEHICLES." -10/31/2006,06V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V416000),U.S. BUS CORPORATION,FMVSS 111/REAR VIEW MIRROR USAGE LOCATION,EQUIPMENT,NR (Not Reported),Vehicle,4019,"CERTAIN 1998 THROUGH 2006 UNIVERSE AND STURDIBUS SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 1998 AND OCTOBER 23, 2006. THE LABEL EXPLAINING CROSSVIEW MIRROR USE IS NOT VISIBLE TO THE SEATED DRIVER WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, REARVIEW MIRRORS.",THE PURPOSE OF THIS STANDARD IS TO REDUCE DEATHS AND INJURIES THAT OCCUR WHEN THE DRIVER OF THE VEHICLE DOES NOT HAVE A CLEAR VIEW TO THE REAR.,"U.S. BUS WILL NOTIFY OWNERS AND MAIL A REPLACEMENT LABEL ALONG WITH PLACEMENT INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2007. OWNERS CAN CONTACT U.S. BUS AT 765-939-3984." -10/31/2006,06V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V419000),"General Motors, LLC",FUEL TANK ADHESIVE LAYER MISSING,"FUEL SYSTEM, GASOLINE",06160,Vehicle,1602,"ON CERTAIN VEHICLES, THE FUEL TANK IS MISSING THE ADHESIVE LAYER THAT BONDS THE BARRIER LAYER TO THE OUTER SHELL OF THE FUEL TANK.","WITH THIS CONDITION, FUEL AND/OR FUEL VAPORS COULD SEEP OUT BETWEEN THE LAYERS, INCREASING THE RISK OF A FIRE.","DEALERS WILL INSPECT THE SERIAL NUMBER ON THE FUEL TANK AND REPLACE THE FUEL TANK IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 13, 2006. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CHEVROLET AT 1-800-630-2438, OR PONTIAC AT 1-800-620-7668." -10/31/2006,06V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V418000),"Jaguar Cars, Ltd.",FUEL TANK SEALS,"FUEL SYSTEM, GASOLINE",R176,Vehicle,13655,"SOME PASSENGER VEHICLES MAY HAVE FUEL TANKS IN WHICH THE FUEL DELIVERY MODULE (FDM), JET PUMP MODULE (JPM), AND/OR CLUSTER VALVE (CV) SEALS ARE NOT PROPERLY RETAINED IN THE FUEL TANK. THIS MAY RESULT IN ILLUMINATION OF THE MALFUNCTION INDICATOR LAMP (MIL), OR A FUEL ODOR.","IF THE AMOUNT OF FUEL IS ABOVE THE FDM, JPM, OR CV APERTURES, FUEL MAY BE DISCHARGED ONTO THE GROUND. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANKS TO DETERMINE IF REVISED SEALS MAY BE USED TO REPAIR THE VEHICLE. IF NOT, DEALERS WILL THEN REPLACE THE ENTIRE FUEL TANK ASSEMBLY. DUE TO PROBLEMS IN OBTAINING THE REPLACEMENT FUEL TANKS, THE RECALL BEGAN ON JANUARY 29 THROUGH MARCH 30, 2007. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -10/31/2006,06V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V414000),"Mitsubishi Motors North America, Inc.",GEAR SHIFT KEY LOCK CABLE,POWER TRAIN,SR-06-005,Vehicle,1772,"ON CERTAIN VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS, THE KEY LOCK CABLE WAS IMPROPERLY MANUFACTURED AND MAY NOT ALLOW THE CABLE END TO LOCK INTO THE FLOOR SHIFTER MECHANISM. THIS CAN RESULT IN THE INTERLOCK SYSTEM TO BECOME INOPERATIVE AND ALLOW THE IGNITION KEY TO BE REMOVED WITHOUT THE GEARSHIFT MECHANISM BEING PLACED IN THE PARK POSITION.","IF THE DRIVER DOES NOT SHIFT TO PARK BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE IGNITION INTERLOCK CABLE AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 20, 2006. OWNERS MAY CONTACT MITSUBISHI AT 1-888-648-7820." -10/31/2006,06V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V417000),"General Motors, LLC",LEATHER SEAT COVERS/AIR BAG SENSING SYSTEM,AIR BAGS,06102,Vehicle,794,CERTAIN VEHICLES ORIGINALLY BUILT WITH CLOTH SEATS THAT WERE EQUIPPED WITH AN AUTOMATIC AIR BAG PASSENGER SENSING SYSTEM AND LATER REUPHOLSTERED WITH AFTERMARKET LEATHER SEAT COVER KITS ARE INVOLVED. TESTING HAS INDICATED THAT THE AFTERMARKET LEATHER SEAT COVERS CAN CAUSE THE PASSENGER SENSING SYSTEM TO MALFUNCTION.,"IF THE PASSENGER SENSING SYSTEM MALFUNCTIONS, THE FRONT AIR BAG ON THE PASSENGER SIDE MAY BE DISABLED WHEN IT SHOULD BE ENABLED, OR ENABLED WHEN IT SHOULD BE DISABLED. IN EITHER CASE, IN THE EVENT OF A CRASH THAT REQUIRES AIR BAG DEPLOYMENT, A FRONT PASSENGER'S LEVEL OF INJURY MAY BE INCREASED.","BECAUSE A REPLACEMENT LEATHER SEAT COVER THAT IS COMPATIBLE WITH THE PASSENGER SENSING SYSTEM IS NOT AVAILABLE, GENERAL MOTORS (GM) WILL REPURCHASE THESE VEHICLES IN ACCORDANCE WITH THE TERMS STATED IN GM'S LETTER TO OWNERS. THE RECALL BEGAN ON NOVEMBER 6, 2006. OWNERS SHOULD CONTACT GM AT 1-877-477-1022 TO BEGIN THE PROCESS OF REPURCHASING THEIR VEHICLE." -10/31/2006,06V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V413000),Shyft Group,VARIABLE VALVE ACTUATION OIL LINE/OIL LEAK,ENGINE AND ENGINE COOLING,SPEC 06025,Vehicle,1,"ON CERTAIN MOTOR HOME CHASSIS EQUIPPED WITH A CATERPILLAR C15 ENGINE IN A FLEETWOOD HERITAGE MOTOR HOME, THE VARIABLE VALVE ACTUATION (VVA) OIL LINE MAY WEAR CAUSING AN OIL LEAK.",AN OIL LEAK COULD CAUSE A FIRE THAT MAY RESULT IN PERSONAL INJURY OR DEATH.,"CATERPILLAR IS CONDUCTING THE REMEDY FOR THIS CAMPAIGN (PLEASE SEE 05E078). THE VEHICLES WILL BE INSPECTED, THE VVA OIL LINE REPLACED, AND A RETENTION CLIP WILL BE INSTALLED TO PREVENT ANY DAMAGE FROM OCCURRING. THE RECALL BEGAN ONNOVEMBER 6, 2006. OWNERS MAY CONTACT CATERPILLAR AT 1-877-777-3126, SPARTAN AT 517-543-6400 OR FLEETWOOD AT 1-800-322-8216." -10/30/2006,06E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E093000),LIFT-U,WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,18093,"CERTAIN LIFT-U WHEELCHAIR LIFTS EQUIPPED WITH A SOLID BAR BARRIER LINKAGE INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SPECIALTY VEHICLES AND ALSO SOLD AS AFTERMARKET RETROFIT EQUIPMENT. THE PART NUMBERS WHICH MAKE UP THE SOLID BAR LINKAGE ARE: 184-0042, 184-0041, 123-0288, AND 123-0287. IT IS POSSIBLE FOR A PERSON TO WEDGE THEIR FEET UNDER THE LINKAGE.","IT IS POSSIBLE THAT A PERSON WITH NO SHOES, NO CONTROL OF THEIR FOOT COULD TWIST THEIR FOOT AND GET IT FORCED UNDER THE LINKAGE WHILE SETTING IN A WHEEL CHAIR WHICH COULD RESULT IN A CUT.","THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS TO CONTACT LIFT-U FOR A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS. LIFT-U WILL NOTIFY OWNERS WHO HAVE PURCHASED THE SUBJECT LIFTS AS AFTERMARKET EQUIPMENT. THE RECALL BEGAN ON JANUARY 15, 2007. OWNERS MAY CONTACT LIFT-U AT 209-838-2400." -10/27/2006,06V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V411000),"KZRV, L.P.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,25,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER IS HANDING THIS RECALL (PLEASE SEE 06E029) AND WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT DEXTER AT 1-800-400-2164 OR KZRV AT 800-768-4016. -10/27/2006,06E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E089000),"EIBACH SPRINGS, INC.",FRONT STRUT BRACKET SEPARATION,SUSPENSION,NR (Not Reported),Equipment,400,"CERTAIN AFTERMARKET EIBACH BRANDED FRONT STRUTS ONLY, PART NO. 35101.8001, AND EIBACH BRANDED FRONT STRUTS AS SUSPENSION KITS, PART NOS. 35101.840, 35101.680, 35101.780, 35100.680, 35100.780, 4.10135.680, AND 4.10035.780, SOLD FOR USE ON 2005 THROUGH 2007 FORD MUSTANG VEHICLES. THE FRONT ANTI ROLL BAR ATTACHMENT BRACKET ON THE FRONT STRUT CAN SEPARATE FROM THE STRUT HOUSING DUE TO INCONSISTENT WELDING. THIS COULD RESULT IN A CLUNKING NOISE AND OR POOR HANDLING IN EXTREME OR EMERGENCY MANEUVERS.","IF THE BROKEN BRACKET CONTACTS THE TIRE, SIDEWALL DAMAGE CAN OCCUR, POSSIBLY RESULTING IN A VEHICLE CRASH.","EIBACH WILL NOTIFY OWNERS AND OFFER TO PROVIDE NEW STRUTS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON DECEMBER 1, 2006. OWNERS MAY CONTACT EIBACH AT 951-256-8300." -10/27/2006,06V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V415000),"Elgin Sweeper Company, Inc.",HOPPER TILT CYLINDER ATTACHMENT POINTS CRACK,STRUCTURE,NR (Not Reported),Vehicle,263,"ON CERTAIN STREET SWEEPERS, THE HOPPER PIVOT HINGES OR HOPPER DUMP CYLINDER MOUNTS COULD CRACK OR SEPARATE RESULTING IN STRUCTURAL FAILURE.","THIS COULD RESULT IN DEATH OR SEVERE INJURY TO PEOPLE ON OR NEAR THE VEHICLE, AS WELL AS PROPERTY DAMAGE.","ELGIN SWEEPER WILL INSTALL REDESIGNED PIVOT AND DUMP WELD ATTACHMENTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 9, 2006. OWNERS MAY CONTACT ELGIN AT 1-877-342-5374." -10/27/2006,06E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E082000),MASCO CANADA LIMITED,PIPE FITTINGS FOR AIR BRAKE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,54300,"CERTAIN BRASSCRAFT CANADA BRASS STREET T PIPE FITTINGS, MODEL NO. 225-6, PRODUCED BETWEEN MAY 25 AND AUGUST 14, 2006, DESIGNED TO BE USED IN TRAILER AIR BRAKE SYSTEMS. THE AIR BRAKE SYSTEMS CONTAINING THE DEFECTIVE PIPE FITTING WERE SOLD AS ORIGINAL EQUIPMENT FOR USE ON VARIOUS TRUCKS AND TRAILERS AND ALSO SOLD AS A REPLACEMENT PART. DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE THE VEHICLE IS IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.","THE VEHICLE MANUFACTURERS WILL NOTIFY THE OWNERS AND REPAIR THE TRAILERS/TRUCKS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 30, 2006. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR, FOR MORE INFORMATION, OWNERS MAY CONTACT BRASSCRAFT AT 1-248-305-6000 OR VISIT THEIR WEBSITE AT WWW.BRASSCRAFT.COM." -10/26/2006,06T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T021000),PRO COMPETITION TIRE COMPANY,BELT SEPARATION,TIRES,NR (Not Reported),Tire,248,"CERTAIN PRO COMP TIRE MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,PRO COMP WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2006. OWNERS MAY CONTACT PRO COMPETITION TIRE CONSUMER RELATIONS DEPARTMENT TOLL-FREE AT 866-232-0665. -10/26/2006,06T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T022000),"Nokian Tyres, Inc.",BELT SEPARATION,TIRES,001,Tire,2275,"CERTAIN NOKIAN TYRES' MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"NOKIAN TYRES WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 25, 2006. OWNERS MAY CONTACT NOKIAN TYRES CUSTOMER SERVICE DEPARTMENT AT 800-565-2525." -10/26/2006,06V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V407000),Kovatch Mobile Equipment Corp.,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,14,ON CERTAIN TRUCKS BUILT WITH CUMMINS ISL CM850 DIESEL ENGINES. THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.,THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,CUMMINS WILL REPLACE THE CONNECTING RODS FREE OF CHARGE (PLEASE SEE 06E037). CUSTOMERS MAY CONTACT CUMMINS AT 1-800-DIESELS OR KME AT 1-800-235-3928. -10/26/2006,06V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V410000),"SAAB CARS USA, INC.",ENGINE STALLING,ELECTRICAL SYSTEM,05087/15021B,Vehicle,5078,CERTAIN PASSENGER VEHICLES EQUIPPED WITH B308 6-CYLINDER GASOLINE ENGINES MAY EXPERIENCE OVERHEATING AND BURNOUT OF THE ISOLATED GATED BIPOLAR TRANSISTOR (IGBT) WITHIN THE IGNITION DISCHARGE MODULE (IDM) DUE TO INCREASED SUSCEPTIBILITY TO ELECTRICAL LOADS.,"OVERHEATING OF THE IGBT OCCURS MOST OFTEN AT ENGINE START-UP, BUT IT MAY ALSO OCCUR WHILE THE ENGINE IS RUNNING. ENGINE STALLING MAY OCCUR, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSPECT TO SEE WHAT VERSION IDM IS IN THE VEHICLE AND REPLACE THE IDM IF IT IS A VERSION BUILT PRIOR TO JANUARY 2003. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2005. OWNERS MAY CONTACT SAAB AT 1-800-955-9007. NOTE: THIS RECALL IS AN EXPANSION OF A PREVIOUS CAMPAIGN (PLEASE SEE 05V399). -10/26/2006,06V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V409000),"Mitsubishi Fuso Truck of America, Inc.",PARKING BRAKE MALFUNCTION,PARKING BRAKE,C1001320,Vehicle,218,"ON CERTAIN TRUCKS, EQUIPPED WITH A FULL AIR BRAKE SYSTEM, THERE MAY BE 3 POSSIBLE DEFECTS RELATED TO THE PARKING BRAKE CHAMBER PORTION OF THE AIR BRAKE CHAMBER ASSEMBLY. THEY ARE AS FOLLOWS: (1) DUE TO IMPROPER INSTALLATION OF THE PARKING BRAKE CHAMBER END CAP DURING ASSEMBLY, WATER MAY ENTER THE PARKING BRAKE CHAMBER, CAUSING CORROSION OF THE POWER SPRING, LEADING TO POSSIBLE SPRING FAILURE. IN THE WORST CASE, RESULTANT DAMAGE COULD CAUSE THE PARKING BRAKE TO ENGAGE WHILE THE PARKING BRAKE LEVER IS IN THE RELEASED (OFF) POSITION. (2) DUE TO IMPROPER END CAP ATTACHING SCREW DIMENSIONS, WATER MAY ENTER THE PARKING BRAKE CHAMBER, CAUSING CORROSION OF THE POWER SPRING, LEADING TO POSSIBLE SPRING FAILURE. IN THE WORST CASE, RESULTANT DAMAGE COULD CAUSE THE PARKING BRAKE TO ENGAGE WHILE THE PARKING BRAKE LEVER IS IN THE RELEASED (OFF) POSITION. (3) DUE TO IMPROPER TIGHTENING OF THE END CAP ATTACHING SCREW DURING ASSEMBLY, WATER MAY ENTER INTO THE PARKING BRAKE CHAMBER, CAUSING CORROSION OF THE POWER SPRING, LEADING TO POSSIBLE SPRING FAILURE. IN THE WORST CASE, RESULTANT DAMAGE COULD CAUSE THE PARKING BRAKE TO ENGAGE WHILE THE PARKING BRAKE LEVER IS IN THE RELEASED (OFF) POSITION.","CONTINUED OPERATION IN THIS CONDITION COULD CAUSE CORROSION OF THE POWER SPRING IN THE PARKING BRAKE CHAMBER, LEADING TO POSSIBLE SPRING FAILURE. IN THE WORST CASE, RESULTANT DAMAGE COULD CAUSE THE PARKING BRAKE TO ENGAGE WHILE THE PARKING BRAKE LEVER IS IN THE RELEASED (OFF) POSITION AND THE VEHICLE COULD CRASH WITHOUT WARNING.","DEALERS WILL FOR ITEM (1) ABOVE, INSPECT THE PARKING BRAKE CHAMBER. THE END CAP WILL BE REPLACED WITH A MODIFIED PART. IF CORROSION IS FOUND INSIDE OF THE CHAMBER, OR ON THE POWER SPRING, THE PARKING BRAKE CHAMBER WILL BE REPLACED. FOR ITEMS 2 AND 3, THE DEALER WILL CHECK THE MANUFACTURER IDENTIFICATION MARK ON PARKING BRAKE CHAMBER. IF MGM IS STAMPED ON THE CHAMBER, IT WILL BE INSPECTED AND THEN ADHESIVE WILL BE APPLIED TO THE END CAP ATTACHING SCREW ON THESE UNITS. IF CORROSION IS FOUND INSIDE OF THE BRAKE CHAMBER OR ON THE POWER SPRING, THE PARKING BRAKE CHAMBER WILL BE REPLACED. THE RECALL BEGAN ON NOVEMBER 9, 2006. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -10/26/2006,06V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V408000),Toyota Motor Engineering & Manufacturing,SIDE AND CURTAIN SHIELD AIR BAG SYSTEM,AIR BAGS,60H,Vehicle,29542,"ON CERTAIN VEHICLES, THE SIDE IMPACT SEAT-BOLSTER AND CURTAIN SIDE AIRBAGS MAY INADVERTENTLY DEPLOY. THIS CONDITION CAN OCCUR IF THE DOOR FOR THAT SIDE OF THE VEHICLE IS CLOSED WITH A HIGH RATE OF FORCE WHILE THE VEHICLE'S IGNITION IS IN THE ""ON"" POSITION OR WITHIN 90 SECONDS OF TURNING THE IGNITION KEY FROM THE ""ON"" POSITION TO THE ""OFF"" POSITION.","IF THE SIDE IMPACT SEAT-BOLSTER AND CURTAIN SIDE AIRBAGS INADVERTENTLY DEPLOY, THEY COULD CAUSE PERSONAL INJURY IF AN OCCUPANT IS SEATED ON THE SAME SIDE OF THE VEHICLE AS THE DOOR THAT IS CLOSED WITH A HIGH RATE OF FORCE. UNTIL THE REPAIR HAS BEEN PERFORMED, IT IS RECOMMENDED THAT A MINIMAL FORCE/SPEED BE USED TO CLOSE THE DRIVER AND PASSENGER DOORS OR CLOSING THE DOORS AFTER 90 SECONDS HAVE ELAPSED FROM TURNING THE IGNITION KEY FROM THE ""ON"" TO THE ""OFF"" POSITION.","DEALERS WILL REPLACE THE TWO SIDE IMPACT AIRBAG SENSORS AND INSTALL A URETHANE PAD IN THE FRONT DOORS, IF NECESSARY, FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 6, 2006. OWNERS MAY CONTACT TOYOTA AT 1-866-548-1851." -10/25/2006,06V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V405000),"WESTERN WORLD, INC.",AXLE SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,243,"ON CERTAIN TRAILERS, ONE OR MORE OF THE EIGHT NUTS AND BOLTS ATTACHING THE TWO AXLES TO THE FRAMES MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED.","INSUFFICIENTLY TIGHTENED NUTS COULD COME OFF AND POTENTIALLY ONE OR BOTH OF THE AXLES COULD SEPARATE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-TORQUE THE NUTS AND BOLTS THAT ATTACH THE AXLES TO THE FRAME OF THE TRAILER FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 18, 2006. OWNERS MAY CONTACT WESTERN WORLD AT 1-800-247-2535." -10/25/2006,06V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V406000),"Navistar, Inc.",HANDRAIL,STRUCTURE,06510,Vehicle,211,"CERTAIN MY 2003 THROUGH 2007 IC CESB AND MY 1998 3800 SCHOOL BUSES MANUFACTURED BETWEEN DECEMBER 23, 1997, AND MARCH 31, 2006. THE HANDRAILS WERE NOT INSTALLED CORRECTLY WHICH WILL ALLOW PASSENGER COAT STRINGS OR DRAWSTRINGS TO GET CAUGHT AS THE PASSENGER EXITS THE BUS.","SHOULD A PASSENGER GET CAUGHT WHILE EXITING THE BUS, DEATH OR PERSONAL INJURY COULD OCCUR.","IC WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN OON NOVEMBER 17, 2006. OWNERS MAY CONTACT IC CORPORATION AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -10/24/2006,06V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V404000),SIDUMP'R TRAILER COMPANY,PLUMBING FITTINGS FOR AIR BRAKE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,41,"ON CERTAIN TRAILERS, DURING MANUFACTURE, SOME OF THE PIPE FITTINGS WERE DRILLED TOO DEEP, RESULTING IN A THIN WALL IN THE MALE PIPE THREAD. THE MALE PIPE THREAD MAY BREAK OFF DURING OR AFTER ASSEMBLY.","IF THE FITTING FAILS WHILE IN USE, THE AIR BRAKE SYSTEM COULD DEPRESSURIZE, CAUSING THE BRAKES TO ENGAGE SUDDENLY, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL QUARANTINE THE VEHICLES AND REPLACE DEFECTIVE FITTING FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING NOVEMBER 2006. OWNERS MAY CONTACT SIDUMP'S AT 402-582-4830. -10/23/2006,06E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E088000),"TI Group Automotive Systems, LLC",FUEL PUMP/ENGINE STALL CONDITION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,39243,"CERTAIN TIGAS FUEL PUMP MODULES MANUFACTURED BETWEEN JUNE 1 AND SEPTEMBER 24, 2006, SOLD UNDER VARIOUS BRAND NAMES AND P/NOS. THESE FUEL PUMP MODULES ARE SOLD AS AFTERMARKET FOR USE IN CERTAIN DAIMLERCHRYSLER VEHICLES LISTED ABOVE. SILICONE MATERIAL USED IN MANUFACTURE OF THE FLAPPER VALVE WAS OUT-OF-SPECIFICATION, LEADING TO EXCESS SWELL OF THE FLAPPER VALVE RESTRICTING THE FLOW OF FUEL TO THE FUEL PUMP MODULE.","FUEL RESTRICTION COULD RESULT IN LOSS OF POWER AND/OR ENGINE STALL, POSSIBLY RESULTING IN A VEHICLE CRASH.","TI AUTOMOTIVE WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE FUEL PUMP MODULES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 6, 2006. OWNERS MAY CONTACT TI AUTOMOTIVE TOLL-FREE AT 1-877-461-1834." -10/23/2006,06V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V403000),"Volkswagen Group of America, Inc.",IGNITION SWITCH,ELECTRICAL SYSTEM,JS,Vehicle,28594,"ON CERTAIN PASSENGER VEHICLES, AS A RESULT OF A PROBLEM IN THE PRODUCTION PROCESS OF THE IGNITION SWITCH, THE ANCHOR POINT OF THE SPRING MAY CRACK. THIS COULD POTENTIALLY CAUSE THE RETURN SPRING FORCE TO BE INSUFFICIENT FOR RETURNING THE IGNITION KEY TO THE RUNNING POSITION AFTER STARTING THE ENGINE.",THIS CONDITION CAUSES ELECTRICAL ACCESSORIES SUCH AS WINDSHIELD WIPERS AND HEADLIGHTS TO BECOME INOPERATIVE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A NEW IGNITION SWITCH WITH AN OPTIMIZED ANCHOR POINT FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 27, 2006. OWNERS MAY CONTACT AUDI AT 1-800-822-2834. NOTE: THIS RECALL SUPERSEDES THE REMEDY PROGRAM UNDER A PREVIOUS RECALL (PLEASE SEE 00V317)." -10/23/2006,06V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V402000),"Nissan North America, Inc.",STEERING WHEEL LOCK INTELLIGENT KEY/FMVSS 114,STEERING,PB026,Vehicle,9506,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH AN 'INTELLIGENT KEY' FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION."" DURING AN INSPECTION OF SOME VEHICLES AT THE ASSEMBLY PLANT, IT WAS FOUND THAT THE STEERING WHEEL WAS LOCKED WITH THE IGNITION KNOB IN THE ""OFF"" POSITION BUT THE VEHICLE TRANSMISSION NOT BEING IN THE ""PARK"" POSITION.","IF THE KEY IS TURNED TO THE ""OFF"" POSITION WITHOUT THE TRANSMISSION BEING IN THE ""PARK"" POSITION, IT IS POSSIBLE THAT THE STEERING WHEEL CAN LOCK WHEN TURNED TO THE RIGHT.","DEALERS WILL INSPECT AND REPLACE THE STEERING WHEEL LOCK ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/20/2006,06V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V401000),"Nissan North America, Inc.",STEERING WHEEL LOCK INTELLIGENT KEY/FMVSS 114,STEERING,R0614,Vehicle,67014,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION."" DURING AN INSPECTION OF SOME VEHICLES AT THE ASSEMBLY PLANT, IT WAS FOUND THAT THE STEERING WHEEL WAS LOCKED WITH THE IGNITION KNOB IN THE ""OFF"" POSITION BUT THE VEHICLE TRANSMISSION NOT BEING IN THE ""PARK"" POSITION.","IF THE KEY IS TURNED TO THE ""OFF"" POSITION WITHOUT THE TRANSMISSION BEING IN THE ""PARK"" POSITION, IT IS POSSIBLE THAT THE STEERING WHEEL CAN LOCK WHEN TURNED TO THE RIGHT.","DEALERS WILL INSPECT AND REPLACE THE STEERING WHEEL LOCK ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/19/2006,06E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E086000),INTELLITEC,50 AMP TRANSFER SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,300,"CERTAIN INTELLITEC 50 AMP TRANSFER SWITCHES, P/N 00-00803-100, MANUFACTURED BETWEEN APRIL 1 AND MAY 15, 2005, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN RECREATION VEHICLES. THE SWITCHES WERE PRODUCED WITH THE WRONG TERMINAL SCREWS WHICH WERE TOO SOFT TO TIGHTEN TO THE PROPER TORQUE.","IF THE UNIT HAS 110 VOLTS PRESENT, THE WIRES COULD HEAT EXCESSIVELY DUE TO LOOSE CONNECTIONS WHICH COULD POSSIBLY RESULT IN A FIRE.",THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS AND REPLACE THE SWITCHES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER/NOVEMBER 2006. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR INTELLITEC AT 630-268-0010. -10/18/2006,06V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V399000),"BMW of North America, LLC",FINAL-DRIVE ASSEMBLY O-RING SEAL/MOTORCYCLES,POWER TRAIN,NR (Not Reported),Vehicle,700,"ON CERTAIN MOTORCYCLES, DURING ASSEMBLY, THE FINAL-DRIVE ASSEMBLY O-RING MAY NOT HAVE BEEN INSTALLED CORRECTLY. A LEAK MAY OCCUR AT THE LOCATION OF THIS O-RING WHICH IS NEAR THE REAR BRAKE DISC.","IF A LEAK WERE TO OCCUR, OIL COULD COME INTO CONTACT WITH THE REAR BRAKE DISC, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW O-RING IN THE FINAL-DRIVE ASSEMBLY. THE RECALL BEGAN ON OCTOBER 27, 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -10/18/2006,06E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E084000),"AMERICAN PRODUCTS COMPANY, INC.",FMVSS 108/ULTRA WHITE HEADLIGHT BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,15493,"CERTAIN APC HB 5 ULTRA WHITE HEADLIGHT REPLACEMENT BULBS FOR 9007 APPLICATIONS, P/N 509007UWS. THESE BULBS DO NOT PROVIDE ADEQUATE ILLUMINATION WHICH FAILS TO CONFORM TO THE VISIBILITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",LACK OF VISIBILITY WHILE NIGHT DRIVING COULD RESULT IN A VEHICLE CRASH.,APC WILL NOTIFY OWNERS AND REPLACE THE UNITS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON DURING OCTOBER 2006. OWNERS MAY CONTACT APC AT 951-324-6040. -10/18/2006,06V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V400000),"BMW of North America, LLC",FRONT AXLE CONTROL ARM CONNECTION,SUSPENSION,NR (Not Reported),Vehicle,25,"ON CERTAIN VEHICLES, ONE OF THE SUSPENSION CONTROL ARM AND SWIVEL BEARING CONNECTION BOLTS WAS NOT TIGHTENED CORRECTLY. THE BOLTED CONNECTION COULD LOOSEN.","THE BOLTED CONNECTION COULD BREAK WHICH COULD IMPAIR VEHICLE HANDLING AND CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BOLTED CONNECTION AND, IF NECESSARY, ADJUST THE CONNECTION. IN SOME CASES, IT MAY BE NECESSARY TO REPLACE THE SUSPENSION CONTROL ARM AND THE SWIVEL BEARING. THE RECALL BEGAN ON NOVEMBER 21, 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -10/18/2006,06E083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E083000),ZF LENKSYSTEME,STEERING GEAR FAILURE,STEERING,NR (Not Reported),Equipment,21,CERTAIN ZF LENKSYSTEME STEERING GEARS INSTALLED AS ORIGINAL EQUIPMENT FOR FAUN AND LIEBHERR RUBBER-WHEELED CRANES. POSSIBLY TEMPORARY FAILURE OF STEERING ASSISTANCE CAN OCCUR DURING EMERGENCY OPERATION.,THIS COULD CAUSE INCREASED STEERING EFFORT WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.,THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND REPAIR THE CRANES FREE OF CHARGE. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR CONTACT ZF LEMFORDER AT 734-207-2823 FOR FURTHER INFORMATION. -10/17/2006,06V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V396000),"C&C TRAILERS, INC.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN STOCK TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER IS HANDING THIS RECALL (PLEASE SEE 06E029) AND WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT DEXTER AT 1-800-400-2164 OR C&C TRAILER AT 405-360-6002. -10/17/2006,06E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E085000),"Vantage Mobility International, LLC",FMVSS 403/RICON WHEELCHAIR LIFT ARMS CRACK,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,98,"CERTAIN VMI/RICON 1200, 2000, AND 5500 SERIES WHEELCHAIR LIFTS MANUFACTURED BETWEEN JUNE 12 AND JULY 1, 2005, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SPECIALITY VEHICLES. THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,"VMI WILL NOTIFY OWNERS AND REPLACE BOTH VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED. THE RECALL BEGAN ON MAY 6, 2006. OWNERS MAY CONTACT VMI'S TECHNICAL SUPPORT DEPARTMENT AT 800-348-8267." -10/17/2006,06V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V398000),"General Motors, LLC",FUEL LINE AND FUSE BLOCK,"FUEL SYSTEM, GASOLINE",06133,Vehicle,17676,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 1.6L ENGINE, DURING A NCAP SEVERE FRONTAL CRASH TEST, THE FUEL LINE IN THE ENGINE COMPARTMENT DEVELOPED A FRACTURE. IN ADDITION, THE CRASH DAMAGE CAUSED FOUR SHORT CIRCUITS IN THE FUSE BLOCK, THE COMBINATION OF WHICH ALLOWED THE FUEL PUMP TO CONTINUE RUNNING AND FUEL LEAKED ONTO THE GROUND.","IF THESE CONDITIONS OCCURRED IN AN ACTUAL CRASH, A VEHICLE FIRE COULD OCCUR.","DEALERS WILL REPLACE THE FUSE BLOCK AND INSTALL A NEW SECTION OF FUEL LINE THAT HAS BEEN REDESIGNED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 16, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -10/17/2006,06V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V397000),"Yamaha Motor Corporation, USA",TRANSMISSION THIRD GEAR FAILURE,POWER TRAIN,M2006-017R,Vehicle,20000,"ON CERTAIN MOTORCYCLES, CERTAIN TRANSMISSION COMPONENTS MAY NOT MEET YAMAHA QUALITY-CONTROL STANDARDS, WHICH COULD ALLOW ABNORMAL WEAR THAT EVENTUALLY RESULTS IN A BROKEN RETAINING CIRCLIP.","IF THE CIRCLIP BREAKS, THE TRANSMISSION COULD LOCK UP, WHICH WOULD ALSO CAUSE THE REAR WHEEL TO LOCK UP. THIS COULD RESULT IN LOSS OF CONTROL AND A CRASH WITH INJURY OR DEATH.","DEALERS WILL REPLACE CERTAIN TRANSMISSION COMPONENTS WITH NEW ONES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 30, 2006. OWNERS MAY CONTACT YAMAHA AT 1-800-88-YAMAHA OR VISIT THEIR WEBSITE AT WWW.YAMAHA-MOTOR.COM." -10/17/2006,06E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E087000),HARSCO TRACK TECHNOLOGIES,WHEEL RIMS - BRAKE LINE WEAR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,450,"CERTAIN HARSCO WHEEL MODIFICATION GROUPS CONTAINING ACCURIDE STEEL RIMS, P/NOS. 203237 AND 203738; ACCURIDE ALUMINUM RIMS, P/N 203712; AND GKN STEEL RIMS, P/N 203688, SOLD AS MODIFICATION EQUIPMENT FOR CERTAIN 2005-2007 FORD F-250/F-350 4X4 PICKUP TRUCKS TO MODIFY TRACK WIDTH OF FRONT AND REAR AXLES. THE RIMS PROVIDED IN THESE WHEEL MODIFICATION GROUPS WEAR THROUGH THE OEM BRAKE LINES.","BRAKE FAILURE CAN OCCUR, POSSIBLY RESULTING IN A VEHICLE CRASH.",HARSCO WILL NOTIFY OWNERS AND PROVIDE A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN IN SEPTEMBER 2006. OWNERS MAY CONTACT HARSCO AT 507-235-7112. -10/13/2006,06V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V391000),PACCAR Incorporated,ADJUSTABLE LOWER TORQUE RODS/CHALMERS,POWER TRAIN,1006C & 06KW1,Vehicle,572,"ON CERTAIN TRUCKS EQUIPPED WITH CHALMERS REAR SUSPENSIONS, THE ADJUSTABLE TORQUE ROD END CASTINGS MAY BE BRITTLE. A BRITTLE ROD END CASTING MAY FRACTURE WITHOUT WARNING, CAUSING THE VEHICLES' REAR AXLES TO BECOME MISALIGNED.",THIS MISALIGNMENT CAN CAUSE THE VEHICLE TO LOSE DIRECTIONAL STABILITY AT SPEEDS THAT MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF THEY WERE MANUFACTURED WITH A SUSPECT TORQUE ROD END. IF A SUSPECT TORQUE ROD END IS FOUND, THE ENTIRE TORQUE ROD WILL BE REPLACED. THE RECALL BEGAN ON OCTOBER 9, 2006. OWNERS MAY CONTACT PETERBILT AT 1-940-591-4196 OR KENWORTH AT 1-425-828-5440." -10/13/2006,06V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V392000),"Mack Trucks, Inc.",ASET AC FUEL INJECTION LINES,"FUEL SYSTEM, DIESEL",SC0317,Vehicle,40204,"ON CERTAIN TRUCKS, A LEAK IN THE ASET AC FUEL INJECTION LINE MAY SPRAY FUEL ON THE EXHAUST GAS RECIRCULATION PIPES THAT CARRY HOT EXHAUST GASES .",THIS COULD POTENTIALLY RESULT IN AN ENGINE FIRE.,MACK HAS ISSUED A STOP WORK ON THIS CAMPAIGN UNDER FURTHER NOTICE (2-22-2007). THE REMEDY DOES NOT ADEQUATELY ADDRESS THE ISSUE ON ALL VEHICLES. MACK WILL RE-RELEASE THE RECALL IN THE NEAR FUTURE. (PLEASE SEE NHTSA NO. 07V159/MACK RECALL NO. SCO323 FOR VEHICLES THAT HAVE HAD THIS REPAIR ALREADY PERFORMED.) THIS RECALL HAS BEEN SUPERSEDED (PLEASE SEE 07V401/SC0324). -10/13/2006,06V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V394000),"Nissan North America, Inc.",FMVSS 108/HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,23934,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE ""VERTICAL GRADIENT"" AND ""HEADLAMP PHOTOMETRIC VALUES"" REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.'","THIS STANDARD IS TO REDUCE CRASHES, INJURIES AND DEATHS BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND BY ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","DEALERS WILL REPLACE THE HEADLAMP ASSEMBLIES. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 16, 2007. OWNERS MAY CONTACT INFINITI AT 1-800-662-6200." -10/13/2006,06V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V395000),"Nissan North America, Inc.",FMVSS 108/STOP LAMPS/REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1863,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE STOP LAMP AND REFLEX REFLECTOR REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THIS STANDARD IS TO REDUCE CRASHES, INJURIES AND DEATHS BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND BY ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","DEALERS WILL REPLACE THE REAR COMBINATION LAMP ASSEMBLIES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OR ABOUT APRIL 16, 2007. OWNERS MAY CONTACT INFINITI AT 1-800-662-6200." -10/13/2006,06V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V393000),"STIGERS TRAILER MANUFACTURING, INC.",WHEEL CRACKS/RFD,WHEELS,NR (Not Reported),Vehicle,21,"ON CERTAIN UTILITY TRAILERS EQUIPPED WITH RFD WHEELS, THERE IS A DEFECTIVE WELD OF THE WHEELS CENTER HUB TO THE WHEEL RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,RFD IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 05E031). RFD WILL REPLACE THE WHEELS ON THE AFFECTED TRAILERS. OWNERS MAY CONTACT RFD COMPONENTS AT 1-574-295-3939 OR STIGERS AT 1-502-875-1084. -10/12/2006,06T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T017000),Treadways Corporation,BELT SEPARATION,TIRES,147,Tire,9672,"CERTAIN TREADWAYS TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"TREADWAYS WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OCTOBER 18, 2006. OWNERS MAY CONTACT TREADWAYS CORPORATION CONSUMER RELATIONS DEPARTMENT AT 800-523-0430." -10/12/2006,06V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V389000),"Big Dog Motorcycles, LLC",PIVOT BOLT REPLACEMENT,STRUCTURE,NR (Not Reported),Vehicle,2494,"ON CERTAIN MOTORCYCLES, THE LONG PIVOT BOLT MAY BEND OR BREAK DURING NORMAL OPERATION OF THE MOTORCYCLE.",THIS COULD POTENTIALLY CAUSE THE REAR FENDER TO ABRADE AGAINST THE REAR TIRE WHILE THE MOTORCYCLE IS BEING DRIVEN. THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE LONG PIVOT BOLT AND, IF NECESSARY, STRAIGHTEN THE REAR FRAME SIDE PANEL. THE SHORT LEFT SIDE PIVOT BOLT AND PIVOT SHAFT MAY ALSO BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 1, 2006. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -10/12/2006,06V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V390000),Oshkosh Corporation,TORQUE ROD TOWER/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,380,"ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES, THE TORQUE ROD TOWER HAS A NONCONFORMING LOCATION AND WELD. THE WELD CAN CRACK, LEADING TO THE TANDEM AXLE LOSING ITS ANCHOR POINT, CAUSING THE DRIVELINE TO BEND TO AN ANGLE OUTSIDE ITS OPERATING PERIMETERS.","IN TURN, THIS CAN RESULT IN THE DRIVELINE BREAKING OR FORCING THE ENGINE TO STOP. IT IS ALSO POSSIBLE FOR THE TANDEM AXLE TO DROP TO THE GROUND AND TURN UNDER THE VEHICLE CREATING A CONDITION THAT MIGHT INCLUDE LOSS OF VEHICLE CONTROL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE TORQUE TOWERS ON THE REAR TANDEM AND, IF CRACKS ARE FOUND, THE TORQUE TOWER WILL BE REWELDED ACCORDING TO INSTRUCTIONS. OSHKOSH HAS TELEPHONED ALL OWNERS IN SEPTEMBER 2006, ADVISING THEM THAT UNTIL THE TORQUE TOWER IS REWELDED, OWNERS SHOULD INSPECT FOR CRACKS AT THE BASE OF THE TORQUE TOWERS ON THE REAR TANDEM ON A WEEKLY BASIS. THE RECALL BEGAN ON JANUARY 15, 2007. OWNERS MAY CONTACT OSHKOSH AT 1-920-233-9427." -10/11/2006,06V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V384000),"Navistar, Inc.",ADJUSTABLE LOWER TORQUE RODS/CHALMERS,SUSPENSION,06509,Vehicle,87,"ON CERTAIN TRUCKS EQUIPPED WITH CHALMERS REAR SUSPENSIONS, THE ADJUSTABLE TORQUE ROD END CASTINGS MAY BE BRITTLE. A BRITTLE ROD END CASTING MAY FRACTURE WITHOUT WARNING, CAUSING THE VEHICLES' REAR AXLES TO BECOME MISALIGNED.",THIS MISALIGNMENT CAN CAUSE THE VEHICLE TO LOSE DIRECTIONAL STABILITY AT SPEEDS THAT MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF THEY WERE MANUFACTURED WITH A SUSPECT TORQUE ROD END. IF A SUSPECT TORQUE ROD END IS FOUND, THE ENTIRE TORQUE ROD WILL BE REPLACED. THE RECALL BEGAN ON OCTOBER 6, 2006. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/11/2006,06V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V385000),Volvo Trucks North America,INTERAXLE DRIVESHAFT/ARVINMERITOR,POWER TRAIN,RVXX0605,Vehicle,3842,"ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR RPL20 HIGH ANGLE INTERAXLE DRIVESHAFTS, AN IMPROPER SEATED OR MISSING SNAP RING CAN RESULT IN THE BEARING CUP TO SEPARATE FROM THE SLIP YOKE SUB-ASSEMBLY. THE UNIVERSAL JOINT CROSS COULD THEN CONTACT THE SLIP YOKE CASTING AND EVENTUALLY CAUSE THE EAR WORK TO FRACTURE.","THIS COULD RESULT IN ADDITIONAL DAMAGE TO THE DRIVELINE, THE VEHICLE TO WHICH IT IS ATTACHED AND AY ADDITIONAL NEARBY OBJECTS.","DEALERS WILL INSPECT THE DRIVESHAFTS AND REPLACE THEM AS NEEDED. THE RECALL BEGAN ON OCTOBER 23, 2006. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -10/11/2006,06V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V387000),FREIGHTLINER LLC,INTERAXLE DRIVESHAFT/ARVINMERITOR,POWER TRAIN,FL-480,Vehicle,9,"ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR RPL20 HIGH ANGLE INTERAXLE DRIVESHAFTS, AN IMPROPER SEATED OR MISSING SNAP RING CAN RESULT IN THE BEARING CUP TO SEPARATE FROM THE SLIP YOKE SUB-ASSEMBLY. THE UNIVERSAL JOINT CROSS COULD THEN CONTACT THE SLIP YOKE CASTING AND EVENTUALLY CAUSE THE EAR WORK TO FRACTURE.","THIS COULD RESULT IN ADDITIONAL DAMAGE TO THE DRIVELINE, THE VEHICLE TO WHICH IT IS ATTACHED AND ANY ADDITIONAL NEARBY OBJECTS.","DEALERS WILL INSPECT THE DRIVESHAFTS AND REPLACE THEM AS NEEDED. THE RECALL BEGAN ON DECEMBER 6, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -10/11/2006,06V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V386000),"Chrysler (FCA US, LLC)",RIGHT STEERING KNUCKLE,STEERING,F48,Vehicle,6644,"ON CERTAIN VEHICLES, THE RIGHT FRONT STEERING KNUCKLE MAY HAVE BEEN IMPROPERLY MANUFACTURED. BECAUSE OF A BROKEN COOLING LINE, PARTS CAST IN TOOL CAVITY #63 ON JULY 18 AND JULY 19, 2006, MAY HAVE A COLD SHUT CONDITION AND COULD FRACTURE.",THIS COULD CAUSE A LOSS OF STEERING CONTROL AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE RECALLED VEHICLES TO IDENTIFY THE DEFECTIVE PARTS AND REPLACE IF THEY ARE WITHIN THAT LOT. THE RECALL BEGAN ON NOVEMBER 8, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/10/2006,06V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V380000),"Chrysler (FCA US, LLC)",REAR VIEW MIRRORS/FMVSS 111,VISIBILITY,F46,Vehicle,309,"CERTAIN TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REAR VIEW MIRRORS"". THE RIGHT OUTSIDE REAR VIEW MIRROR GLASS HAS A CURVED (CONVEX) MIRROR GLASS INSTALLED INSTEAD OF FLAT GLASS. CURVED GLASS CREATES A WIDER VIEW, BUT DISPLAYS IMAGES FURTHER AWAY THAN THEY ACTUALLY ARE.","DRIVERS OF LARGE VEHICLES MAY HAVE DIFFICULTY JUDGING DISTANCE RELATIONSHIPS, WHICH COULD CAUSE A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE RIGHT OUTSIDE CONVEX MIRROR GLASS WITH A FLAT MIRROR GLASS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 10, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/05/2006,06V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V383000),Ford Motor Company,DOOR LATCH MECHANISMS,LATCHES/LOCKS/LINKAGES,06S45,Vehicle,139537,"ON CERTAIN PASSENGER VEHICLES CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WEST VIRGINIA, WISCONSIN, AND WYOMING. THE SIDE DOOR LATCH MECHANISMS MAY EXPERIENCE WATER INTRUSION ALLOWING THE LATCH MECHANISM TO FREEZE IN COLD WEATHER.","AS A RESULT, THE DOOR LATCH PAWL MAY NOT RETURN TO THE LATCH POSITION WHEN THE DOOR IS CLOSED, AND THE DOOR COULD OPEN WHILE THE VEHICLE IS MOVING.","DEALERS WILL INSTALL A SHIELD OVER THE FRONT LATCHES; SEAL A DRAIN HOLE IN THE REAR WINDOW TRIM MOLDING ON THE FREESTYLE REAR SIDE DOORS; AND APPLY GREASE TO ALL FRONT AND REAR SIDE-DOOR LATCH MECHANISMS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 8, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -10/05/2006,06V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V379000),"New Flyer of America, Inc.",DRAWSTRING HAZARD/REAR DOOR,STRUCTURE,NR (Not Reported),Vehicle,50,"ON CERTAIN TRANSIT BUSES, THERE IS A POTENTIAL FOR PASSENGER CLOTHING (DRAWSTRINGS, STRAPS, ETC.) TO UNKNOWINGLY BECOME CAUGHT AS THE PASSENGER EXITS THE REAR DOOR OF THE BUS.","IF PASSENGER CLOTHING IS CAUGHT AND NOT NOTICED BY THE DRIVER BEFORE HE/SHE PULLS AWAY, THERE IS THE POTENTIAL THAT THE PASSENGER COULD BE DRAGGED BY THE BUS, CAUSING SERIOUS INJURY OR DEATH.","DEALERS WILL ATTACH NEW HARDWARE (GUARD ASSEMBLIES) AT THE UPPER AND LOWER STANCHION RAILS WHERE THEY ATTACH TO THE DOORWAY REAR PILLAR ASSEMBLY. THE RECALL BEGAN ON OCTOBER 5, 2006. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4874." -10/05/2006,06V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V382000),Ford Motor Company,DRIVETRAIN INTERMEDIATE SHAFT,POWER TRAIN,06S44,Vehicle,6164,"ON CERTAIN FRONT WHEEL DRIVE HYBRID VEHICLES, THE INTERMEDIATE SHAFT MAY NOT HAVE BEEN PROPERLY HEAT TREATED AND MAY FRACTURE WHILE THE VEHICLE IS BEING DRIVEN.","IF A FRACTURE OCCURS, THE POWERTRAIN WILL LOSE THE ABILITY TO TRANSMIT TORQUE TO THE DRIVE WHEELS AND THE TRANSMISSION WILL NOT HOLD THE VEHICLE STATIONARY WHEN PLACED IN THE PARK POSITION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE DRIVETRAIN INTERMEDIATE SHAFT AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON OCTOBER 23, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -10/05/2006,06V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V381000),"GENUINE SCOOTER CO, LLC",HEADLAMP LENS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,498,CERTAIN MOTORCYCLES MAY HAVE BEEN PRODUCED WITH DEFECTIVE HEADLAMP LENS ASSEMBLIES. THE HEADLIGHT LENS COULD LOOSEN OR DETACH.,,DEALERS WILL REPLACE THE HEADLAMP LENS ASSEMBLY. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2006. OWNERS MAY CONTACT GSC AT 1-877-697-8355. -10/04/2006,06V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V388000),"FLEETWOOD ENTERPRISES, INC.",FUEL RAIL PULSE DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,7858,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GENERAL MOTORS 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR FLEETWOOD AT 1-800-322-8216. -10/03/2006,06T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T016000),Cooper Tire & Rubber Co.,BELT SEPARATION,TIRES,147,Tire,79857,"CERTAIN COOPER TIRES OF VARIOUS MODELS LISTED ABOVE MANUFACTURED BETWEEN AUGUST 6 AND AUGUST 19, 2006 (DOT SERIAL WEEKS 3206 AND 3306.) SOME OF THE SUBJECT TIRES MAY HAVE BEEN PRODUCED WITH NON-CONFORMING BELT WIRE COAT STOCK. IF PLACED IN SERVICE, THE SUBJECT TIRES MAY DEVELOP A BELT SEPARATION DUE TO A REDUCED ABILITY TO PREVENT CORROSION OF THE STEEL WIRES IN AN INSTANCE WHERE MOISTURE REACHES THE STEEL BELT.",A BELT SEPARATION COULD RESULT IN A VEHICLE CRASH.,"COOPER TIRE WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE TIRES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 25, 2006. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT 1-800-854-6288." -10/03/2006,06V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V378000),"Navistar, Inc.",ELECTRICAL CONNECTOR INJECTION PRESSURE REGULATOR,ELECTRICAL SYSTEM,06508,Vehicle,1596,"ON CERTAIN TRUCKS EQUIPPED WITH VT-275 ENGINES, THE ELECTRICAL CONNECTOR OF THE INJECTION PRESSURE REGULATOR (IPR) VALVE ON THE ENGINE CAN FILL WITH RAIN WATER AND ROAD DEBRIS, POSSIBLY CAUSING TERMINAL CORROSION THAT MAY LEAD TO ELECTRICAL VOLTAGE DROPS.","IF THIS OCCURS, ERRATIC BEHAVIOR OF THE IPR VALVE CAN CAUSE THE ENGINE TO SHUT DOWN WITHOUT WARNING WHILE THE VEHICLE IS IN OPERATION. IF AN ENGINE SHUTDOWN OCCURS, THE VEHICLE MAY BECOME STRANDED ON A ROADWAY. THIS MAY LEAD TO PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT FOR CORROSION AND IF A SIGNIFICANT AMOUNT IS PRESENT, THE CONNECTOR WILL BE REMOVED AND A NEW, SEALED CONNECTOR INSTALLED. IF NO CORROSION IS PRESENT, THE CONNECTOR WILL BE CLEANED, FILLED WITH DIELECTRIC GREASE AND COVERED WITH A PROTECTIVE WRAP THAT WILL PREVENT FUTURE CORROSION OF THE CONNECTOR TERMINALS. THE RECALL BEGAN ON NOVEMBER 9, 2006. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/03/2006,06V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V375000),"Volvo Car USA, LLC",TIRE CERTIFICATION LABEL/FMVSS 110,EQUIPMENT,161,Vehicle,19700,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE LABEL DENOTING THE TIRE AND LOADING PRESSURE INFORMATION IS INCORRECT.","A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL MAIL THE CORRECT LABELS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -10/02/2006,06V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V377000),AM GENERAL LLC,STEERING GEAR,STEERING,AMG R0601,Vehicle,25,CERTAIN VEHICLES WERE ASSEMBLED WITH AN INCORRECT COMBINATION OF STEERING-GEAR-TO-FRAME ATTACHMENT HARDWARE.,"THIS CONDITION MAY RESULT IN STEERING GEAR LOOSENING AND, POSSIBLE SEPARATION FROM THE FRAME. IF THIS HAPPENS, THERE WILL BE A COMPLETE LOSS OF VEHICLE STEERING WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE VEHICLE FOR THE PROPER STEERING GEAR HARDWARE ASSEMBLY, AND CORRECT IF NECESSARY. THE RECALL BEGAN ON OCTOBER 9, 2006. OWNERS MAY CONTACT AM GENERAL AT 1-866-486-6376." -09/29/2006,06V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V372000),DOUGLAS MARINE CORPORATION,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",1D9S,Vehicle,2,"ON CERTAIN BOAT TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER WILL REPAIR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR DOUGLAS MARINE AT 1-269-857-4308. -09/28/2006,06V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V373000),Ducati North America,FUEL PUMP AND IGNITION RELAYS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,402,"ON CERTAIN MOTORCYCLES, THE FUEL PUMP AND IGNITION RELAYS INSTALLED DURING PRODUCTION COULD BE DEFECTIVE. THIS CAN CAUSE THE INSTRUMENT PANEL TO STOP FUNCTIONING AND THE ENGINE TO STOP.","IF THE ENGINE STOPPED WHILE THE MOTORCYCLE WAS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FUEL PUMP AND IGNTION RELAYS. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2006. OWNERS MAY CONTACT DUCATI AT 1-408-253-0499. -09/28/2006,06V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V370000),"Heartland Recreational Vehicles, LLC",HUB WELD INSUFFICIENT/LIPPERT,SUSPENSION,NR (Not Reported),Vehicle,51,"ON CERTAIN FIFTH WHEEL TRAILERS, THE HUB WELD IS INSUFFICIENT TO HOLD THE SPINDLE TO THE AXLE TUBE.","SPINDLE SEPARATION FROM THE AXLE TUBE CAN OCCUR, INCREASING THE RISK OF A CRASH.",HEARTLAND IS WORKING WITH LIPPERT TO REPLACE THE AXLES ON THE AFFECTED TRAILERS. OWNERS MAY CONTACT HEARTLAND AT 1-574-262-5992. -09/28/2006,06V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V369000),Chrysler Group Global Electric Motorcars,POWER SIGNAL DISTRIBUTION MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,170,"ON CERTAIN LOW SPEED VEHICLES, THREE BOLTS ON THE BACK OF THE POWER SIGNAL DISTRIBUTION MODULE (PSDM) MAY NOT HAVE BEEN TIGHTENED PROPERLY WHICH COULD CAUSE A TOTAL LOSS OF POWER TO THE VEHICLE.","A LOSS OF POWER WILL RENDER THE CAR INOPERATIVE AND, IF IT HAPPENS WHILE DRIVING, CAN RENDER THE VEHICLE A ROAD HAZARD. ADDITIONALLY, LOSS OF HEADLAMP, TAIL LAMP OR TURN SIGNAL LAMP FUNCTIONS COULD LIMIT THE VEHICLE'S VISIBILITY TO OTHER DRIVERS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE, AS NECESSARY, THE POWER SIGNAL DISTRIBUTION MODULE. THE RECALL BEGAN ON OCTOBER 3, 2006. OWNERS MAY CONTACT GLOBAL ELECTRIC AT 1-888-871-4367." -09/28/2006,06V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V371000),"Yamaha Motor Corporation, USA",THROTTLE POSITION SENSOR FACTORY MODIFICATION,VEHICLE SPEED CONTROL,M2006-016R,Vehicle,39757,"ON CERTAIN MOTORCYCLES, AN IMPROPERLY DESIGNED THROTTLE POSITION SENSOR COULD CAUSE AN INTERMITTENTLY UNSTABLE IDLE WHEN THE ENGINE IS AT IDLING SPEED WHEN THE MOTORCYCLE IS STOPPED OR DURING LOW-SPEED OPERATIONS. THE ENGINE COULD STALL AS A RESULT.","IF THE ENGINE STALLS AFTER THE OPERATOR DISENGAGES THE CLUTCH IN A LOW GEAR WHILE RIDING, THE REAR TIRE MIGHT SLIP MOMENTARILY IF THE OPERATOR ABRUPTLY RE-ENGAGES THE CLUTCH. THIS COULD RESULT IN A CRASH WITH INJURY OR DEATH.","DEALERS WILL REPLACE THE THROTTLE POSITION SENSOR FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 16, 2006. OWNERS MAY CONTACT YAMAHA AT 1-888-88-YAMAHA." -09/27/2006,06V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V368000),"Champion Bus, Inc.",DOOR OPERATOR CONNECTING ROD/VAPOR BUS,STRUCTURE,NR (Not Reported),Vehicle,22,"ON CERTAIN BUSES EQUIPPED WITH VAPOR BUS CONNECTING RODS, WHEN THE CONNECTING ROD IS SUBJECTED TO CERTAIN LOAD COMBINATIONS AND CUMULATIVE CYCLING, INITIATION AND PROPAGATION OF FATIGUE CRACKS ARE SEEN AT THE EXTERNAL THREAD ROOTS. IF THE CRACK INITIATES AND PROPAGATES THROUGH THE CROSS SECTION OF THE CONNECTING ROD, IT MAY RESULT IN THE BENDING OR THE CONNECTING ROD ASSEMBLY AND MALFUNCTION OF THE DOOR ACTUATION ASSEMBLY.","IF THE CRACK PROPAGATES THROUGH THE ENTIRE CROSS SECTION OF THE CONNECTING ROD, THE CONNECTING ROD MAY BREAK AND THE ASSOCIATED DOOR PANEL MAY BE ABLE TO MOVE FREELY IN AN UNCONTROLLED MANNER, LEAVING PASSENGERS INSIDE THE BUS UNPROTECTED BY THE DOOR PANEL AND POSSIBLY ENABLING A PROTRUDING DOOR PANEL TO STRIKE PERSONS OR OBJECTS OUTSIDE THE BUS.",VAPOR BUS IS CONDUCTING THIS RECALL (PLEASE SEE 05E-030). ALL BUSES INVOLVED IN THIS RECALL HAVE BEEN REPAIRED. -09/27/2006,06V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V374000),MID BUS CORPORATION,FMVSS 222/SEATS MISSING HARDWARE,SEATS,NR (Not Reported),Vehicle,200,"CERTAIN MY 2001 THROUGH 2006 MID BUS GUIDE SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 1, 2002, AND MAY 16, 2006, EQUIPPED WITH COLLINS 3 PASSENGER SEATS, FREEDMAN ACTIVITY SEATS, OR UNISTRUT TRACK SEATING WITH 2 PASSENGER SEATS. THE SEATS MAY NOT HAVE HAD THE CORRECT HARDWARE INSTALLED ON THEM WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.",PASSENGERS COULD SUSTAIN SERIOUS INJURIES OR EVEN DEATH IN THE EVENT OF A VEHICLE CRASH.,"MID BUS WILL NOTIFY OWNERS AND PROVIDE ADDITIONAL HARDWARE ALONG WITH INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 30, 2006. OWNERS MAY CONTACT MID BUS AT 1-877-358-6055." -09/26/2006,06V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V367000),"Mack Trucks, Inc.",BRAKE CAM LUBE,"SERVICE BRAKES, AIR",SC0316,Vehicle,1102,"ON CERTAIN TRUCKS, THE BRAKE CAM TUBES ON THE STEER AND DRIVE AXLES MAY NOT HAVE BEEN GREASED.",THE BRAKE CAM JOURNALS MAY CORRODE WHICH MAY LEAD TO THE BRAKES DRAGGING WHICH COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL ADD GREASE TO THE BRAKE CAM TUBES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 29, 2006. OWNERS MAY CONTACT MACK AT 1-800-866-1177." -09/25/2006,06C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06C003000),"Britax Child Safety, Inc.",FMVSS 213/TETHER HOOK,CHILD SEAT,NR (Not Reported),Child Seat,24263,"CERTAIN BRITAX BOULEVARD CHILD RESTRAINT SYSTEMS, MODEL E9L57, MANUFACTURED FROM MARCH 1 THROUGH AUGUST 1, 2006. DURING TESTING, THE TETHER HOOK OPENED WHICH FAILS TO CONFORM TO THE DYNAMIC PERFORMANCE AND CHILD RESTRAINT SYSTEM INTEGRITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IF THE TOP TETHER HOOK OPENS DURING A CRASH, THE CHILD RESTRAINT COULD CHANGE FROM AN UPRIGHT TO A RECLINED POSITION INCREASING THE RISK OF INJURY TO THE CHILD.","REGISTERED OWNERS WILL AUTOMATICALLY RECEIVE LABELS ALONG WITH INSTRUCTIONS ADVISING CAREGIVERS TO DISCONTINUE USE OF THE TOP TETHER WHEN THE CHILD REACHES 50 LBS. NON-REGISTERED OWNERS CAN OBTAIN LABELS BY CONTACTING BRITAX AT 1-888-427-4829 EXT. 260. THE RECALL BEGAN ON NOVEMBER 22, 2006." -09/25/2006,06C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06C004000),"Britax Child Safety, Inc.",FMVSS 213/TETHER HOOK,CHILD SEAT,NR (Not Reported),Child Seat,34355,"CERTAIN BRITAX MARATHON CHILD RESTRAINT SYSTEMS, MODELS E9L06, E9W06, AND E906, MANUFACTURED FROM MAY 23 THROUGH JULY 28, 2006. DURING TESTING, THE TETHER HOOK OPENED WHICH FAILS TO CONFORM TO THE DYNAMIC PERFORMANCE AND CHILD RESTRAINT SYSTEM INTEGRITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","UNDER CERTAIN CIRCUMSTANCES, IF A CHILD EXCEEDS 50 POUNDS AND THE VEHICLE MANUFACTURER ALLOWS USE OF THE TOP TETHER ABOVE 50 POUNDS, UPON VEHICLE IMPACT, THE TOP TETHER HOOK MAY OPEN AND HAVE THE POTENTIAL TO RELEASE FROM THE TETHER ANCHOR. IN THE EVENT OF A CRASH, THE CHILD MAY MOVE FORWARD FURTHER THAN ALLOWED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD 213. IF THIS WERE TO OCCUR, THERE IS A RISK OF POTENTIAL INJURY TO THE CHILD.","BRITAX WILL NOTIFY ALL REGISTERED OWNERS AND PROVIDE A REPAIR KIT ALONG WITH INSTRUCTIONS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON OCTOBER 22, 2007. OWNERS CAN CONTACT BRITAX AT 1-800-683-2045 OR VISIT THEIR WEBSITE AT WWW.MARATHONRECALL.COM." -09/25/2006,06V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V366000),DIAMO USA,FUEL FILLER HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,674,"ON CERTAIN MOTORCYCLES, A RUBBER FUEL FILLER HOSE MAY CRACK WHICH COULD RESULT IN FUEL LEAKAGE WHEN REFUELING.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL FILLER HOSE. THE RECALL BEGAN ON SEPTEMBER 25, 2006. OWNERS MAY CONTACT DIAMO USA (LS MOTORSPORTS) AT 1-281-277-6140." -09/25/2006,06V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V376000),"UNIVERSAL SPECIALTY VEHICLES, INC.",FUEL RAIL DAMPER RETAINER CLIP/CHEVROLET/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR UNIVERSAL AT 951-943-7747. -09/21/2006,06E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E081000),"Meritor, Inc.",AXLE DRIVELINE FAILURE,POWER TRAIN,C6AB,Equipment,3791,"CERTAIN ARVINMERITOR HIGH ANGLE INTER-AXLE DRIVELINES, MODEL NO. RPL20, SHIPPED TO VOLVO TRUCKS NORTH AMERICA AND FREIGHTLINER LLC BETWEEN JUNE 15 AND AUGUST 28, 2006, TO BE INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN HEAVY TRUCKS. AN IMPROPER SEATED OR MISSING SNAP RING CAN RESULT IN THE BEARING CUP TO SEPARATE FROM THE SLIP YOKE SUB-ASSEMBLY. THE UNIVERSAL JOINT CROSS COULD THEN CONTACT THE SLIP YOKE CASTING AND EVENTUALLY CAUSE THE EAR WORK TO FRACTURE.","SHOULD THE DRIVELINE SEPARATE, THE VEHICLE COULD BECOME INOPERABLE. IN ADDITION, A DRIVELINE THAT HAS SEPARATED FROM THE VEHICLE COULD COME IN CONTACT WITH NEARBY VEHICLES OR PERSONS, POSSIBLY RESULTING IN A CRASH OR PERSONAL INJURIES.","VOLVO TRUCKS AND FREIGHTLINER WILL NOTIFY OWNERS AND REPLACE THE DRIVELINE FREE OF CHARGE. OWNERS SHOULD CONTACT THE MANUFACTURER OF THEIR VEHICLE(S) OR, FOR FURTHER INFORMATION, OWNERS MAY CONTACT ARVINMERITOR AT 248-435-8793." -09/21/2006,06V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V364000),R-VISION,FUEL RAIL DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR R-VISION AT 574-268-2111. -09/21/2006,06V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V363000),R-VISION,SPEED CONTROL DEACTIVATION SWITCH/FORD,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,135,"ON CERTAIN MOTOR HOMES BUILT ON FORD CHASSIS, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT.",OVERHEATING COULD RESULT IN SMOKE OR BURN AND IN AN UNDERHOOD FIRE.,FORD IS CONDUCTING THIS RECALL (PLEASE SEE 06V286). DEALERS WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR R-VISION AT 574-268-2111. -09/20/2006,06V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V362000),"Champion Bus, Inc.",FUEL RAIL DAMPER RETAINER CLIP/CHEVROLET/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,18,"ON CERTAIN TRANSIT BUSES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","CHEVROLET AND WORKHORSE ARE HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225 AND 06V289). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, WORKHORSE AT 877-294-6773 OR THOR INDUSTRIES AT 937-596-6849." -09/20/2006,06V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V357000),"Eldorado National- California, Inc.",FUEL RAIL DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1,"ON CERTAIN BUSES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR THOR AT 937-596-6849. -09/19/2006,06V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V359000),"NABI Bus, LLC",BATTERY EQUALIZERS/SURE POWER,ELECTRICAL SYSTEM,20062,Vehicle,404,"ON CERTAIN CITY TRANSIT BUSES EQUIPPED WITH SURE POWER SERIES 1 BATTERY EQUALIZERS, THESE EQUALIZERS USED AN INDUCTOR WITH THE COILS PROTECTED BY INSULATION. OVER TIME, THE INDUCTOR INSULATION MAY DEGRADE CREATING AN ELECTRICAL SHORT WITHIN THE EQUALIZER.","THE SHORTED INDUCTOR MAY CAUSE THE BATTERY EQUALIZER TO SMOKE OR BURN, POSSIBLY RESULTING IN A FIRE.","NABI, ALONG WITH SURE POWER, WILL INSPECT AND REPLACE THE BATTERY EQUALIZER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 25, 2006. OWNERS MAY CONTACT NABI AT 1-888-424-5844, EXTENSION 7900." -09/19/2006,06V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V361000),MONACO COACH CORPORATION,FUEL RAIL DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2941,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR MONACO AT 1-800-685-6545. -09/19/2006,06V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V358000),"Jaguar Cars, Ltd.",FUEL TANK SEALS,"FUEL SYSTEM, GASOLINE",R726,Vehicle,6199,"SOME PASSENGER VEHICLES MAY HAVE FUEL TANKS IN WHICH THE FUEL DELIVERY MODULE (FDM), JET PUMP MODULE (JPM, AND/OR CLUSTER VALVE (CV) SEALS ARE NOT PROPERLY RETAINED IN THE FUEL TANK. THIS MAY RESULT IN ILLUMINATION OF THE MALFUNCTION INDICATOR LAMP (MIL), OR A FUEL ODOR.","IF THE LEVEL OF FUEL IS ABOVE THE FDM, JPM, OR CV APERTURES, FUEL MAY LEAK OUT OF THE TANK. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANKS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2006. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -09/19/2006,06V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V360000),"Hino Motors Sales U.S.A., Inc.",LOOSE AIR BRAKE LINES,"SERVICE BRAKES, AIR",HS001,Vehicle,746,"ON CERTAIN CAB AND CHASSIS TRUCKS THAT WERE TRANSPORTED TO THE SELLING LOCATION OR BODY COMPANY USING A DECKING SYSTEM (VEHICLES STACKED ON THE REAR OF THE LEAD TRUCK FOR TRANSPORT), THE AIR BRAKE LINES MAY BE DISCONNECTED SO THAT THE BRAKING SYSTEMS CAN BE TIED TOGETHER WITH THE OTHER VEHICLES. WHEN THESE VEHICLES ARRIVE AT THEIR DESTINATION, THE AIR BRAKE LINES ARE RECONNECTED. THESE RECONNECTIONS WERE NOT ALWAYS BEING TIGHTENED TO THE PROPER TORQUE. ALSO, DURING THIS RECONNECTION PROCESS, SOME OF THE ABS WIRING CLIPS HAD BEEN REMOVED AND NOT REINSTALLED.","LOOSE AIR BRAKE LINES CAN BECOME DISCONNECTED OR LEAK WHICH COULD CAUSE A DECREASE IN BRAKING ABILITY OR RESULTING IN APPLICATION OF THE PARKING BRAKE WITHOUT IT BEING ACTIVATED. THIS COULD RESULT IN A CRASH. ALSO IF THE DRIVE SHAFT BOLTS ARE LEFT LOOSE, THE DRIVE SHAFT COULD BECOME DISENGAGED MAKING THE VEHICLE IMMOVABLE. IF THE ABS SENSORS ARE NOT SECURED PROPERLY USING THE CORRECT CLIPS, THE ABS SENSORS COULD GO OUT OF ALIGNMENT.","DEALERS WILL INSPECT THE AIR BRAKE LINES, DRIVE SHAFT BOLTS AND ABS SENSOR CLIPS AND TIGHTEN AND REPAIR IF NECESSARY. THE RECALL BEGAN ON SEPTEMBER 15, 2006. OWNERS MAY CONTACT HINO AT 1-248-648-6430." -09/19/2006,06V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V356000),Hyundai Motor America,STOP LAMP SWITCH WIRING HARNESS,ELECTRICAL SYSTEM,078,Vehicle,790,"ON CERTAIN MINIVANS EQUIPPED WITH ADJUSTABLE BRAKE PEDALS, THE STOP LAMP SWITCH WIRING HARNESS MAY BE OUT OF POSITION. AN IMPROPERLY POSITIONED STOP LAMP SWITCH WIRING HARNESS COULD MAKE CONTACT WITH THE U-JOINT ASSEMBLY OF THE STEERING COLUMN. REPEATED CONTACT MAY EVENTUALLY CAUSE THE WIRING HARNESS INSULATION TO CHAFE.","CHAFED INSULATION COULD CAUSE A SHORT OF THE WIRING HARNESS RESULTING IN THE LOSS OF BRAKE LIGHTS, ENGINE STALLING, OR AN INABILITY TO START THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WIRING HARNESS FOR CHAFING AND REPAIR IT IF NECESSARY. ALSO, THE DEALER WILL SECURE THE WIRING HARNESS TO PREVENT FUTURE CONTACT WITH THE U-JOINT ASSEMBLY.THE RECALL BEGAN ON OCTOBER 9, 2006. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -09/18/2006,06E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E080000),"LUCENT STYLES, INC.",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,108,"CERTAIN LUCENT STYLES HID CONVERSION KITS, MODEL NOS. H1, H3, H4, H7, 9004, 9005, AND 9006, SOLD AS AFTERMARKET FOR USE ON PASSENGER VEHICLES. THE BULBS IN THESE CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.",LUCENT STYLES WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2006. OWNERS MAY CONTACT LUCENT STYLES AT 201-941-9229. -09/18/2006,06V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V365000),"Coachmen RV Company, LLC",TIRE CERTIFICATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,61,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE INFORMATION PROVIDED ON THE CERTIFICATION AND TIRE INFORMATION LABELS DENOTING THE TIRE SIZE IS INCORRECT.","A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CERTIFICATION AND TIRE INFORMATION LABELS WITH THE CORRECT LABELS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 9, 2006. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -09/14/2006,06V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V353000),"Chrysler (FCA US, LLC)",FMVSS 208/AIR BAG DEPLOYMENT/CHILD SEAT,AIR BAGS,F40,Vehicle,144750,"ON CERTAIN PICKUP TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION. THE PASSENGER AIR BAG MAY DEPLOY WITH EXCESSIVE FORCE WHEN CERTAIN MODEL REAR FACING CHILD SEATS ARE INSTALLED IN THE RIGHT FRONT PASSENGER SEAT POSITION.",THIS CAN INCREASE THE RISK OF INJURY TO A CHILD SEAT OCCUPANT DURING CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPLACE THE PASSENGER AIR BAG CUSHION AND REPROGRAM THE OCCUPANT RESTRAINT CONTROLLER. THE RECALL BEGAN ON OCTOBER 20, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/14/2006,06V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V354000),"Chrysler (FCA US, LLC)",FMVSS 208/SEAT BELT ASSEMBLY/CHILD SEATS,SEAT BELTS,F41,Vehicle,159741,"CERTAIN PICKUP TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE FRONT PASSENGER SEAT BELT MAY NOT BE ABLE TO TIGHTEN SECURELY ON CERTAIN MODEL CHILD SEATS.",THIS CAN INCREASE THE RISK OF INJURY TO A CHILD SEAT OCCUPANT IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THE FRONT PASSENGER SEAT BELT. THE RECALL BEGAN ON OCTOBER 20, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/13/2006,06V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V355000),Blue Bird Body Company,FMVSS 121/EMERGENCY BRAKES,"SERVICE BRAKES, AIR",R06KY,Vehicle,56,"CERTAIN MY 2007 BLUE BIRD VISION SCHOOL BUSES EQUIPPED WITH AIR BRAKES MANUFACTURED FROM AUGUST 17 THROUGH SEPTEMBER 5, 2006. AN INCORRECT FITTING WAS DESIGNED INTO THE SUBASSEMBLY FOR THE REAR AXLE BRAKE VALVE MODULE. A STANDARD 90 DEGREE ELBOW WAS USED WHERE A 90 DEGREE CHECK VALVE SHOULD HAVE BEEN USED. THESE BUSES FAIL TO CONFORM TO THE BLEED DOWN REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""BRAKE SYSTEMS.","IN THE EVENT OF A CATASTROPHIC LINE FAILURE, THE EMERGENCY BRAKES WILL APPLY WITHOUT WARNING, POSSIBLY RESULTING IN A VEHICLE CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 29, 2006. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -09/13/2006,06V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V351000),FOUR WINDS INTERNATIONAL,FUEL RAIL DAMPER RETAINER CLIP/CHEVROLET/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,692,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","CHEVROLET AND WORKHORSE ARE HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225 AND 06V289). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, WORKHORSE AT 877-294-6773 OR THOR INDUSTRIES AT 937-596-6849." -09/13/2006,06V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V352000),"Coachmen RV Company, LLC",FUEL RAIL DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1332,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH GM 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.",WORKHORSE IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V225). DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773 OR COACHMAN AT 219-825-8528. -09/12/2006,06V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V350000),Goshen Coach,FUEL RAIL DAMPER FRACTURE RETAINER CLIP/CHEVROLET,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8,ON CERTAIN BUSES BUILT ON CHEVROLET CHASSIS AND EQUIPPED WITH AN 8.1L V8 (RPO L8-VIN G) ENGINE HAVE A CONDITION IN WHICH THE ENGINE FUEL RAIL PULSE DAMPER RETAINER CLIP MAY FRACTURE RESULTING IN INADEQUATE RETENTION OF THE DAMPER.,"IF THE DAMPER COMES LOOSE, A FUEL LEAK MAY RESULT. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",CHEVROLET WILL BE HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN (PLEASE SEE 06V-289). DEALERS WILL REPLACE THE ENGINE FUEL RAIL PULSE DAMPER RETAINER CLIP FREE OF CHARGE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR THOR INDUSTRIES AT 937-596-6849. -09/12/2006,06V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V346000),Keystone RV Company,AXLE SPRING SHACKLE NUT TORQUE,SUSPENSION,06-075,Vehicle,286,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS, THE AXLE SPRING SHACKLE NUTS MAY NOT HAVE BEEN PROPERLY TIGHTENED.","IF THE NUTS ARE NOT TIGHTENED CORRECTLY, THE SUSPENSION BOLTS COULD LOOSEN AND COME OFF WHILE DRIVING WHICH COULD LEAD TO POOR VEHICLE HANDLING INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE SHACKLE NUT TORQUE AND CORRECT IT, IF NECESSARY, FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2006. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -09/12/2006,06V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V342000),"Tracker Marine, LLC",FMVSS 110/CAPACITY TAGS INCORRECT,EQUIPMENT,TS-0011,Vehicle,1219,"CERTAIN BOAT TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE ORIGINAL CAPACITY TAG DISPLAYS AN INCORRECT WEIGHT CAPACITY FOR THE TRAILER.","A LOAD EXCEEDING THE CORRECT RATING MAY RESULT IN EXCESSIVE WEAR TO THE EQUIPMENT AND, IF NOT NOTICED, A TIRE BLOWOUT MAY OCCUR DURING TRANSPORT INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECT CAPACITY TAG AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -09/12/2006,06V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V343000),"Tracker Marine, LLC",FMVSS 110/CAPACITY TAGS INCORRECT,EQUIPMENT,TS-0012,Vehicle,268,"CERTAIN BOAT TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE ORIGINAL CAPACITY TAG DISPLAYS AN INCORRECT WEIGHT CAPACITY FOR THE TRAILER.","A LOAD EXCEEDING THE CORRECT RATING MAY RESULT IN EXCESSIVE WEAR TO THE EQUIPMENT AND, IF NOT NOTICED, A TIRE BLOWOUT MAY OCCUR DURING TRANSPORT INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECT CAPACITY TAG AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -09/12/2006,06V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V344000),"Tracker Marine, LLC",FMVSS 110/CAPACITY TAGS INCORRECT,EQUIPMENT,TS-0013,Vehicle,370,"CERTAIN BOAT TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE ORIGINAL CAPACITY TAG DISPLAYS AN INCORRECT WEIGHT CAPACITY FOR THE TRAILER.","A LOAD EXCEEDING THE CORRECT RATING MAY RESULT IN EXCESSIVE WEAR TO THE EQUIPMENT AND, IF NOT NOTICED, A TIRE BLOWOUT MAY OCCUR DURING TRANSPORT INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECT CAPACITY TAG AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -09/12/2006,06V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V345000),"Tracker Marine, LLC",FMVSS 110/CAPACITY TAGS INCORRECT,EQUIPMENT,TS-0014 & TSMG-0007,Vehicle,1774,"CERTAIN BOAT TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE ORIGINAL CAPACITY TAG DISPLAYS AN INCORRECT WEIGHT CAPACITY FOR THE TRAILER.","A LOAD EXCEEDING THE CORRECT RATING MAY RESULT IN EXCESSIVE WEAR TO THE EQUIPMENT AND, IF NOT NOTICED, A TIRE BLOWOUT MAY OCCUR DURING TRANSPORT INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECT CAPACITY TAG AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -09/12/2006,06V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V348000),"Nissan North America, Inc.",FMVSS 135/BRAKE FLUID RESERVOIR CAPS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13184,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, 'PASSENGER CAR BRAKE SYSTEMS.' THE BRAKE FLUID RESERVOIR CAP IS MISSING PART OF THE REQUIRED BRAKE FLUID WARNING.",THE PURPOSE OF THIS STANDARD IS TO ENSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY DRIVING CONDITIONS.,"NEW BRAKE FLUID RESERVOIR CAPS WILL BE MAILED TO VEHICLE OWNERS ALONG WITH INSTRUCTIONS FOR INSTALLATION. THE LETTERS WILL INSTRUCT OWNERS WHO DO NOT WANT TO REPLACE THEIR OWN BRAKE FLUID RESERVOIR CAP TO TAKE THE CAR TO A DEALER FOR THE REPAIR. THE RECALL BEGAN ON NOVEMBER 10, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -09/12/2006,06C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06C002000),"Britax Child Safety, Inc.",FMVSS 213/INCORRECTLY ASSEMBLED CARRIER,CHILD SEAT,BCS #090601,Child Seat,2698,"CERTAIN BRITAX COMPANION REAR FACING INFANT ONLY CHILD RESTRAINT SYSTEMS, MODEL E9L14, MANUFACTURED BETWEEN OCTOBER 27, 2003, AND JUNE 6, 2004. DUE TO AN INCORRECT ASSEMBLY OF SOME OF THE INFANT CARRIERS, TABS ON THE BOTTOM OF THE CARRIER MAY NOT BE PROPERLY SEATED. THESE CHILD RESTRAINTS FAIL TO CONFORM TO THE FRONTAL IMPACT CRASH REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IN THE EVENT OF A VEHICLE CRASH, THE CARRIER WOULD ROTATE BEYOND THE LIMIT REQUIRED BY LAW, POSSIBLY RESULTING IN SERIOUS INJURY OR EVEN DEATH TO THE CHILD.","BRITAX WILL NOTIFY ALL REGISTERED OWNERS AND INSTRUCT OWNERS TO INSPECT THE BOTTOM OF THE CARRIER FOR INCORRECT ASSEMBLY. IF THE CARRIER HAS AN INCORRECT ASSEMBLY, BRITAX WILL REPLACE THE CARRIER AND THE BASE FREE OF CHARGE. IF THE CARRIER HAS AN INCORRECT ASSEMBLY, OWNERS ARE ADVISED THAT THEY MAY CONTINUE USING THE CARRIER WITHOUT THE BASE UNTIL THEY RECEIVE A NEW RESTRAINT SYSTEM. PROPER INSTRUCTIONS ON INSTALLING THE CARRIER IN THE CAR WITHOUT THE BASE ARE PROVIDED IN THE PRODUCT USERS' GUIDE. INSTALLATION INSTRUCTIONS ARE ALSO AVAILABLE ONLINE AT WWW.BRITAXUSA.COM. THE RECALL IS EXPECTED TO BEGIN ON SEPTEMBER 29, 2006. OWNERS MAY CONTACT BRITAX'S TOLL-FREE NUMBER AT 1-888-427-4829." -09/12/2006,06E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E079000),Maxon Lift Corp.,FMVSS 403/WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,197,"CERTAIN MAXON WHEELCHAIR LIFTS, MODEL WL-7 AND WL-7A, P/NOS 266700-05, 266700-07, 266700-08, 268000-03, AND 268000-04, MANUFACTURED BETWEEN APRIL 1, 2005, AND MAY 20, 2006, INSTALLED AS ORIGINAL EQUIPMENT ON VARIOUS BUSES AND SOLD AS REPLACEMENT EQUIPMENT. BENDING OCCURS ON THE LOCKING BRACKET ATTACHMENTS AND IN THE RAMP EXTRUSION WHICH FAIL TO CONFORM TO THE LOADING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,"THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS OF BUSES THAT HAD THE LIFTS INSTALLED AS ORIGINAL EQUIPMENT AND MAXON WILL NOTIFY OWNERS OF THE REPLACEMENT LIFTS. THE RECALL BEGAN ON MAY 23, 2007. OWNERS MAY CONTACT MAXON AT 562-404-6727." -09/12/2006,06V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V347000),Damon Corporation,LEVELING JACK SYSTEM,EQUIPMENT,06-116,Vehicle,1592,"ON CERTAIN CLASS A MOTOR HOMES, SOME HYDRAULIC LINES FOR THE LEVELING JACK SYSTEM MAY BE IMPROPERLY SECURED OR ROUTED TOO CLOSE TO A DRIVE TRAIN HEAT SOURCE.","THIS MAY CAUSE MELTING OF THE HYDRAULIC LINE RESULTING IN LEAKAGE OF HYDRAULIC FLUID, WHICH COULD CAUSE A FIRE.","DAMON WILL INSPECT AND SECURE THE CLEARANCE OF THE HYDRAULIC LEVELING HOSE THAT MAY BE TOO CLOSE TO HEAT SOURCES. THE RECALL BEGAN ON SEPTEMBER 25, 2006. OWNERS MAY CONTACT DAMON AT 1-800-860-3812." -09/11/2006,06V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V340000),"Tracker Marine, LLC",FMVSS 110/CAPACITY TAGS INCORRECT,EQUIPMENT,TS-0010,Vehicle,429,"CERTAIN BOAT TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE ORIGINAL CAPACITY TAG DISPLAYS AN INCORRECT WEIGHT CAPACITY FOR THE TRAILER.","A LOAD EXCEEDING THE CORRECT RATING MAY RESULT IN EXCESSIVE WEAR TO THE EQUIPMENT AND, IF NOT NOTICED, A TIRE BLOWOUT MAY OCCUR DURING TRANSPORT INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECT CAPACITY TAG AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT TRACKER MARINE AT 1-417-873-4555." -09/11/2006,06V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V349000),Kia Motors America,STOP LAMP SWITCH WIRING HARNESS,ELECTRICAL SYSTEM,SC065,Vehicle,4753,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH ADJUSTABLE BRAKE PEDALS, THE STOP LAMP SWITCH WIRING HARNESS MAY BE OUT OF POSITION. AN IMPROPERLY POSITIONED STOP LAMP SWITCH WIRING HARNESS COULD MAKE CONTACT WITH THE U-JOINT ASSEMBLY OF THE STEERING COLUMN. REPEATED CONTACT MAY EVENTUALLY CAUSE THE WIRING HARNESS INSULATION TO CHAFE.","CHAFED INSULATION COULD CAUSE A SHORT OF THE WIRING HARNESS RESULTING IN THE LOSS OF BRAKE LIGHTS, ENGINE STALLING, OR AN INABILITY TO START THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WIRING HARNESS FOR CHAFING AND, REPAIR IF NECESSARY. IN ADDITION, THE DEALER WILL SECURE THE WIRING HARNESS TO PREVENT CONTACT WITH THE U-JOINT ASSEMBLY. THE RECALL BEGAN ON SEPTEMBER 29, 2006. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -09/08/2006,06E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E077000),"Sure Power, Inc.",BATTERY EQUALIZERS - ELECTRICAL SHORT,ELECTRICAL SYSTEM,SPSR002,Equipment,401,"SURE POWER P/N 52210 24V/12V 100 AMP SERIES 1 BATTERY EQUALIZERS MANUFACTURED FROM OCTOBER 24, 2000, THROUGH APRIL 30, 2001, FOR USE ON CERTAIN NORTH AMERICA BUS INDUSTRIES (NABI) TRANSIT COACHES. THESE EQUALIZERS USED AN INDUCTOR WITH THE COILS PROTECTED BY INSULATION. OVER TIME, THE INDUCTOR INSULATION MAY DEGRADE CREATING A SHORT.","THE SHORTED INDUCTOR MAY CAUSE THE BATTERY EQUALIZER TO SMOKE OR BURN, POSSIBLY RESULTING IN A FIRE.","NABI WILL NOTIFY OWNERS AND REPLACE THE EQUALIZERS FREE OF CHARGE. FOR MORE INFORMATION, OWNERS MAY CONTACT SURE POWER AT 1-800-845-6269 EXT. 113." -09/08/2006,06E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E078000),"BEAMS INDUSTRIES, INC.",FMVSS 209/SEAT BELT ADJUSTER DOES NOT LOCK WEBBING,SEAT BELTS,NR (Not Reported),Equipment,1071,"CERTAIN BEAM'S SEAT BELT ASSEMBLIES, MODEL CH300, MANUFACTURED BETWEEN JUNE 22 AND JULY 17, 2006, SOLD AS REPLACEMENT EQUIPMENT FOR VARIOUS PASSENGER VEHICLES. AN ASSEMBLY ERROR OCCURRED WITH AN ADJUSTER KNOWN AS BEAM'S PART NUMBER 303 ADJUSTER. THE WEBBING PULLS THROUGH THE ADJUSTER WHEN IT SHOULD BE LOCKING UNDER LOAD.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN SERIOUS INJURIES OR EVEN DEATH.","BEAM'S WILL NOTIFY OWNERS AND REPLACE THE SEAT BELTS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2006. OWNERS MAY CONTACT BEAM'S AT 405-793-0505." -09/08/2006,06V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V338000),"ALFA LEISURE,INC.",FRONT AXLE TIE ROD THREAD ENGAGEMENT/FREIGHTLINER,STEERING,NR (Not Reported),Vehicle,311,CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS MAY HAVE BEEN MANUFACTURED WITH TIE RODS THAT ARE TOO SHORT FOR THE FRONT AXLE CROSSBAR TAPER. THE RESULTING GAP BETWEEN THE CROSSBAR AND TIE ROD END MAY RESULT IN CORROSION BETWEEN THE 2 PIECES. LACK OF MAINTENANCE WOULD INCREASE THE POSSIBILITY OF CORROSION.,"EXCESSIVE CORROSION OVER TIME COULD CAUSE THE CROSSBAR TO TIE ROD CONNECTION TO FAIL, CAUSING A LACK OF STEERING CONTROL AND POTENTIAL CRASH.","FREIGHTLINER IS CONDUCTING THIS RECALL. DEALERS WILL INSPECT THE TIE ROD AND REPLACE IT IF NECESSARY WITH A LONGER TIE ROD ASSEMBLY. IF THE TIE ROD IS REPLACED, A TOE-IN ALIGNMENT PROCEDURE WILL ALSO BE PERFORMED. OWNERS MAY CONTACT FREIGHTLINER AT 800-385-4357 OR ALFA LEISURE AT 800-373-3372." -09/07/2006,06V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V335000),"Mastercraft Boat Company, Inc.",14 INCH WHEELS,WHEELS,NR (Not Reported),Vehicle,174,"ON CERTAIN TANDEM-AXLE BOAT TRAILERS EQUIPPED WITH 14 INCH WHEELS, FAILURE OF THE WHEEL TO SEAT PROPERLY AND SECURELY ON THE WHEEL HUB CAN OCCUR. THIS CAN CAUSE THE LUG NUTS TO BECOME LOOSE EVEN AFTER BEING TIGHTENED TO THE PROPER TORQUE SPECIFICATIONS.","LOOSENING OF THE LUG NUTS COULD RESULT IN THE EVENTUAL LOSS OF ONE OR MORE OF THE NUTS AND/OR WOBBLING OF THE WHEEL WHILE IN MOTION WHICH WOULD PROGRESSIVELY WORSEN AND COULD LEAD TO SHEARING OF THE LUG BOLTS AND/OR LOSS OF THE LUG NUTS, EITHER OF WHICH WOULD RESULT IN LOSS OF THE WHEEL. IF THIS OCCURRED DURING TRANSIT, LOSS OF A WHEEL COULD RESULT IN LOSS OF CONTROL OF THE TOW VEHICLE, ESPECIALLY WHEN HAULING A BOAT ON THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE WHEEL IF NECESSARY. THE RECALL BEGAN ON OCTOBER 24, 2006. OWNERS MAY CONTACT MASTERCRAFT AT 1-423-884-2221" -09/07/2006,06V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V337000),"NATIONAL RV, INC.",FUEL FILL GROUND CABLES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1324,CERTAIN MOTOR HOMES WERE NOT EQUIPPED WITH FUEL FILL GROUND CABLES.,"WITHOUT PROPER GROUNDING, AN ELECTROSTATIC DISCHARGE COULD RESULT DURING FUEL FILL UP, POTENTIALLY LEADING TO A FIRE.","DEALERS WILL INSTALL A FUEL FILL GROUND CABLES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 27, 2006. OWNERS MAY CONTACT NATIONAL RV AT 951-436-3000. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -09/07/2006,06V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V336000),Wilson Trailer Company,KING PIN SUPPORT BEAM ALUMINUM ANGLE,STRUCTURE,123D,Vehicle,284,"ON CERTAIN GRAIN TRAILERS, A FATIGUE FAILURE (CRACKING) OF THE ALUMINUM ANGLE BEHIND THE KING PIN SUPPORT BEAM CAN OCCUR CAUSING DISTORTION OF THE BOTTOM RAIL AND COMPROMISING THE KING PIN ASSEMBLY.","IF THE ANGLE FAILS BY WAY OF CRACKING OR DEFORMATION, THE BOTTOM RAIL OF THE TRAILER, WHICH SUPPORTS THE BEAM, COULD BE AFFECTED AND COMPROMISE THE STRENGTH OF THE KING PIN ASSEMBLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE AREA OF CONCERN, MAKE NECESSARY REPAIRS, AND INSTALL A SUPPORT PLATE TO STRENGTHEN THE ANGLE. THE RECALL BEGAN ON OCTOBER 5, 2006. OWNERS MAY CONTACT WILSON AT 1-800-798-2002." -09/07/2006,06V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V339000),"Chrysler (FCA US, LLC)",POWER OUTLET CONNECTOR,ELECTRICAL SYSTEM,F42,Vehicle,35103,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH FRONT BENCH SEATS ONLY, IF FLUID IS SPILLED FROM THE FLOOR MOUNTED CUP HOLDER, AN UNUSED CONSOLE POWER OUTLET CONNECTOR LOCATED UNDER THE SEAT MAY BECOME CONTAMINATED.","THIS MAY ALLOW DEVELOPMENT OF A HIGH RESISTIVE SHORT CIRCUIT IN THE CONNECTOR, WHICH COULD EVENTUALLY LEAD TO A FIRE.","DEALERS WILL INSPECT THE CONSOLE WIRING CONNECTOR FOR CORROSION, CLEAN AS REQUIRED, AND INSTALL A CAP TO PREVENT ADDITIONAL FLUID FROM CONTAMINATING THE CONNECTOR FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 30, 2006. OWNERS MAY CONTACT DAIMLER CHRYSLER AT 1-800-853-1403." -09/07/2006,06V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V341000),"Chrysler (FCA US, LLC)",POWERTRAIN CONTROL MODULE,POWER TRAIN,F43,Vehicle,4770,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES AND PICKUP TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS, THE SOFTWARE PROGRAMMED INTO THE POWERTRAIN CONTROL MODULE CAN CAUSE A MOMENTARY LOCK UP OF THE DRIVE WHEELS IF THE VEHICLE IS TRAVELING OVER 40 MPH AND THE OPERATOR SHIFTS FROM DRIVE TO NEUTRAL AND BACK TO DRIVE.","IF THE DRIVE WHEELS LOCKED UP, LOSS OF VEHICLE CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE POWERTRAIN CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 2, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/07/2006,06V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V333000),"FTCA, Inc.",SPARE TIRE SUPPORT BRACKET,TIRES,60828,Vehicle,429,CERTAIN TRAVEL TRAILERS MAY HAVE BEEN EQUIPPED WITH IMPROPERLY CONSTRUCTED SPARE TIRE SUPPORT BRACKETS THAT CAUSE THE SPARE TIRE TO HANG TOO LOW TO THE GROUND.,"IF THE SPARE TIRE CONTACTS THE GROUND IT CAN BREAK AWAY FROM ITS SUPPORT, CREATING A ROAD HAZARD WHICH MAY RESULT IN VEHICLE DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL INSPECT AND RELOCATE THE SPARE TIRE AND CARRIER TO ALLOW SUFFICIENT GROUND CLEARANCE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2006. OWNERS MAY CONTACT FLEETWOOD AT 800-445-3307." -09/06/2006,06V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V332000),"Marathon Coach, Inc.",BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,155,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST CHASSIS AND EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","DEALERS WILL REPLACE THE AFFECTED COMBUSTION CHAMBERS. THE RECALL BEGAN ON MAY 4, 2006. OWNERS SHOULD CONTACT MARATHON COACH AT 541-343-9991." -09/06/2006,06V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V334000),"Mitsubishi Motors North America, Inc.",FRONT CROSSMEMBER,STRUCTURE,SR-06-004,Vehicle,1516,"ON CERTAIN PASSENGER VEHICLES, THE METAL FORMING PART OF THE FRONT CROSSMEMBER MAY HAVE BEEN IMPROPERLY STAMPED RESULTING IN THE METAL BECOMING THINNER IN THE CROSS-SECTION THAN SPECIFIED. THIS COULD, OVER TIME, RESULT IN BREAKAGE OF THE CROSSMEMBER.","BREAKAGE OF THE CROSSMEMBER MAY ALLOW SEPARATION OF THE PASSENGER SIDE LOWER CONTROL ARM, WHICH MAY RESULT IN THE LOSS OF STEERING CONTROL INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE CROSSMEMBER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 21, 2006. OWNERS MAY CONTACT MITSUBISHI AT 888-648-7820." -09/06/2006,06E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E076000),Dometic Corporation,REFRIGERATOR BURNER TUBE/FIRE,EQUIPMENT,NR (Not Reported),Equipment,926877,"CERTAIN DOMETIC TWO-DOOR REFRIGERATORS MANUFACTURED BETWEEN APRIL 1997 AND MAY 2003: SERIAL NOS. 713XXXXX THROUGH 752XXXXX; 801XXXXX THROUGH 852XXXXX; 901XXXXX THROUGH 952XXXXX; 001XXXXX THROUGH 052XXXXX; 101XXXXX THROUGH 152XXXXX; 201XXXXX THROUGH 252XXXXX; 301XXXXX THROUGH 319XXXXX, INSTALLED IN CERTAIN RECREATIONAL VEHICLES AS ORIGINAL EQUIPMENT AND SOLD AS AFTERMARKET EQUIPMENT. A FATIGUE CRACK MAY DEVELOP IN THE BOILER TUBE WHICH MAY RELEASE A SUFFICIENT AMOUNT OF PRESSURIZED COOLANT SOLUTION INTO AN AREA WHERE AN IGNITION SOURCE (GAS FLAME) IS PRESENT.",THE RELEASE OF COOLANT UNDER CERTAIN CONDITIONS COULD IGNITE AND RESULT IN A FIRE.,THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS OF RECREATIONAL VEHICLES THAT HAD THE REFRIGERATORS INSTALLED AS ORIGINAL EQUIPMENT AND DOMETIC WILL NOTIFY OWNERS OF THE AFTERMARKET REFRIGERATORS. DOMETIC WILL INSTALL A SECONDARY BURNER HOUSING FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN BETWEEN APRIL AND JUNE 2007. OWNERS MAY CONTACT DOMETIC AT 888-446-5157. -08/31/2006,06V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V324000),"Volkswagen Group of America, Inc.",DRIVER'S FRONTAL AIRBAG,AIR BAGS,JQ,Vehicle,7674,"ON CERTAIN PASSENGER VEHICLES, DURING PRODUCTION OF THE DRIVER'S FRONTAL AIR BAG, THE AIR BAG MAY NOT UNFOLD PROPERLY IN THE EVENT OF A CRASH AND THEREFORE MAY NOT INFLATE AS DESIGNED.",LOSS OF FRONTAL AIR BAG DEPLOYMENT COULD OCCUR WHICH CAN INCREASE THE RISK OF INJURY IN A FRONTAL CRASH.,"DEALERS WILL INSTALL A NEW DRIVER'S FRONTAL AIR BAG FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 6, 2006. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -08/31/2006,06V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V328000),"Nissan North America, Inc.",FMVSS 108/HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,R0608,Vehicle,105200,"DURING A CANADIAN COMPLIANCE TEST, CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE HEADLAMP ASSEMBLIES DO NOT MEET THE HEADLAMP PHOTOMETRIC VALUES REQUIREMENTS OF THE STANDARD.","THIS STANDARD IS TO REDUCE TRAFFIC ACCIDENTS AND DEATHS AND INJURIES RESULTING FROM TRAFFIC ACCIDENTS, BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND BY ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","DEALERS WILL REPLACE THE HEADLAMP ASSEMBLIES. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT INFINITI AT 1-800-662-6200." -08/31/2006,06V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V323000),"Mack Trucks, Inc.",FMVSS 121/PERFORMANCE CRITERIA,"SERVICE BRAKES, AIR",SC0315,Vehicle,3,"CERTAIN TRUCKS EQUIPPED WITH THE TRI-DRIVE OPTION FAIL TO COMPLY WITH THE PERFORMANCE CRITERIA REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.'",THE PURPOSE OF THIS STANDARD IS TO INSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS.,"THE TRUCKS WILL HAVE THE PNEUMATIC SYSTEM RECONFIGURED. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE SEPTEMBER 29, 2006. OWNERS MAY CONTACT MACK AT 1-800-528-6586." -08/31/2006,06V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V317000),Hyundai Motor America,FUEL TANK,"FUEL SYSTEM, GASOLINE",077,Vehicle,139,"ON CERTAIN SPORT UTILITY VEHICLES, THE WALL THICKNESS OF THE RIGHT FORWARD BAFFLE OF THE FUEL TANK MAY BE BELOW SPECIFICATIONS.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANKS AND, IF NECESSARY, REPLACE THEM. ALL VEHICLES ARE EITHER STILL AT THE MANUFACTURING PLANT OR IN DEALERSHIPS. NO VEHICLES HAVE BEEN SOLD TO CONSUMERS." -08/31/2006,06V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V322000),Glaval Bus,INCORRECTLY LABELED WEIGHT LABEL/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,2,"CERTAIN BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' AN INCORRECTLY LABELED WEIGHT STICKER WAS ATTACHED.",THIS INFORMATION COULD POTENTIALLY RESULT IN CONSUMERS LOADING THEIR VEHICLES BEYOND THE GROSS VEHICLE WEIGHT RATING (GVWR).,THE CAPACITY WILL BE REDUCED ON BOTH VEHICLES AND A NEW WEIGHT RATING LABEL WILL BE INSTALLED. BOTH VEHICLES HAVE BEEN TAKEN OUT OF SERVICE AND PARKED UNTIL REPAIRS HAVE BEEN MADE. -08/31/2006,06V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V331000),"Jayco, Inc.",JUMPER WIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,260,"ON CERTAIN FIFTH WHEEL TRAILERS, A JUMPER WIRE BETWEEN THE TWO NEUTRAL BARS IS NOT OF ADEQUATE GAUGE.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN AN ELECTRICAL FIRE.","DEALERS WILL REPLACE THE 12/14 GAUGE JUMPER WIRE WITH A 6 GAUGE JUMPER WIRE FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 1, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -08/31/2006,06V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V327000),"Rolls-Royce Motor Cars, Ltd.",REAR SHOCK ABSORBERS,SUSPENSION,NR (Not Reported),Vehicle,32,"ON CERTAIN PASSENGER VEHICLES, THE LOWER RUBBER MOUNT OF THE REAR SHOCK ABSORBERS MAY NOT HAVE BEEN MANUFACTURED TO SPECIFICATIONS AND MAY NOT ADHERE CORRECTLY TO ITS HOUSING WITHIN THE SHOCK ABSORBER.",THE BUSHING COULD LOOSEN AND OVER TIME COULD SEPARATE FROM ITS HOUSING. THE DRIVER WILL EXPERIENCE IMPAIRED VEHICLE HANDLING AND CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE REAR SHOCK ABSORBER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2006. OWNERS MAY CONTACT ROLLS-ROYCE AT 1-877-877-3735." -08/31/2006,06V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V326000),Honda (American Honda Motor Co.),REAR WINDSHIELD/REAR QUARTER GLASS PANELS,VISIBILITY,Q22,Vehicle,774,"ON CERTAIN 2-DOOR PASSENGER VEHICLES, THE REAR WINDSHIELD OR REAR QUARTER GLASS PANELS DO NOT PROPERLY ADHERE TO THE BODY OF THE CAR DUE TO IMPROPER WINDOW OPENING PREPARATION.","THE REAR WINDSHIELD OR REAR QUARTER GLASS PANELS MAY BECOME LOOSE, RATTLE OR LIFT FROM THE WINDOW OPENING OR SEPARATE FROM THE WINDOW WHILE DRIVING INCREASING THE SAFETY HAZARD TO TRAFFIC.","DEALERS WILL REPAIR THE VEHICLE BY REMOVING THE GLASS, PROPERLY PREPARING THE WINDOW OPENING, AND REINSTALLING THE GLASS. THE RECALL BEGAN ON AUGUST 25, 2006. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -08/31/2006,06V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V329000),COUNTRY COACH INC,ROOF SATELLITE DOME FASTENERS,EQUIPMENT,NR (Not Reported),Vehicle,260,"ON CERTAIN MOTOR HOMES, EXISTING FASTENERS USED TO SECURE THE SATELLITE DOME TO THE MOTOR HOME ROOF DO NOT PENETRATE THE ROOF SUFFICIENTLY TO PREVENT THE DOME FROM COMING OFF WHILE THE VEHICLE IS IN TRANSIT.",THE SATELLITE DOME COULD SEPARATE FROM THE ROOF WHILE DRIVING INCREASING THE SAFETY HAZARD TO TRAFFIC.,"DEALERS WILL REPLACE THE EXISTING FASTENER WITH A JACK NUT AND LONGER BOLTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-452-8015." -08/31/2006,06V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V325000),"Airstream, Inc.",STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,2,CERTAIN COMMERCIAL MOTOR HOME CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). THEY WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR AIRSTREAM AT 1-937-596-6111." -08/31/2006,06V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V321000),FREIGHTLINER LLC,STOP LIGHT SWITCH,EXTERIOR LIGHTING,FL-479,Vehicle,3300,"ON CERTAIN WALK-IN VANS, THE STOP LAMPS MAY BE INTERMITTENT DURING LIGHT BRAKE APPLICATIONS. THE CRUISE CONTROL MAY NOT IMMEDIATELY DEACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED.",THE STOP LAMPS MAY NOT PROPERLY INDICATE THAT THE SERVICE BRAKES ARE APPLIED. THE CRUISE CONTROL MAY NOT IMMEDIATELY DEACTIVATE WHEN THE SERVICE BRAKES ARE APPLIED. EITHER CONDITION MAY LEAD TO A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THE SWITCH WITH ONE HAVING A LOWER APPLICATION LOAD RATING FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 24, 2007. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -08/30/2006,06V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V320000),"Jayco, Inc.",SPEED CONTROL DEACTIVATION SWITCH/FORD,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6285,"ON CERTAIN MOTOR HOMES BUILT ON FORD CHASSIS, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT.","OVERHEATING COULD RESULT IN SMOKE OR BURNING, AND IN AN UNDERHOOD FIRE.",FORD IS CONDUCTING THIS RECALL (PLEASE SEE 06V286) AND WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE. OWNERS MAY CONTACT FORD AT 1-866-436-7332 OR JAYCO AT 1-800-283-8267. -08/29/2006,06V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V319000),"Mack Trucks, Inc.",FMVSS 121/SPRING BRAKE MODULATING VALVE,"SERVICE BRAKES, AIR",SC0314,Vehicle,108,"CERTAIN TRUCKS EQUIPPED WITH A FRONT GLAD HAND OPTION FAIL TO COMPLY WITH THE PERFORMANCE CRITERIA REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.'",THE PURPOSE OF THIS STANDARD IS TO INSURE SAFE BRAKING PERFORMANCE UNDER NORMAL AND EMERGENCY CONDITIONS.,"DEALERS WILL REPLACE THE SPRING BRAKE MODULATING VALVE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 16, 2006. OWNERS MAY CONTACT MACK TRUCK AT 1-800-528-6586." -08/28/2006,06E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E075000),GUIDE CORPORATION,FMVSS 108/PHOTOMETRY REQUIREMENTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,17268,"CERTAIN GUIDE REPLACEMENT HEADLAMPS, P/NOS. 16526133 AND 16526134, MANUFACTURED FROM JANUARY 1 TO JULY 11, 2006, SOLD FOR USE ON MY 1999-2002 CHEVROLET SILVERADO PICKUP TRUCKS. THE HEADLAMP FAIL TO COMPLY WITH THE PHOTOMETRY REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","TOO MUCH LIGHT IN CERTAIN POINTS OF THE HEADLAMP COULD CREATE A DISTRACTION, POSSIBLY RESULTING IN A VEHICLE CRASH.","GUIDE CORPORATION WILL NOTIFY OWNERS AND REPLACE THE HEADLAMPS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT GUIDE AT 248-874-0355." -08/28/2006,06E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E074000),"CHINEX APPAREL, INC.",FMVSS 218/PENETRATION/LABEL/RETENTION/ATTENUATION,EQUIPMENT,NR (Not Reported),Equipment,18419,"CERTAIN S, M, L, XL, AND XXL DOING INDUSTRY CO., MOTORCYCLE HELMETS, MODEL DY0401, MANUFACTURED BETWEEN MARCH 1, 2005, AND JULY 1, 2006. THE HELMETS WERE IMPORTED BY CHINEX APPAREL, INC., AND SOLD IN THE US BY HOT LEATHER/GOOD SPORTS AS MODEL NUMBERS NH30, NH31, NH32, NH53, NH54, NH55, AND NH56. THESE HELMETS FAIL TO COMPLY WITH THE PENETRATION, IMPACT ATTENUATION, RETENTION, AND LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER OF THIS MODEL HELMET MAY BE SERIOUSLY INJURED OR KILLED.","CHINEX WILL NOTIFY OWNERS AND OFFER A REPLACEMENT HELMET THAT COMPLIES WITH FMVSS 218. IN THE MEANTIME, OWNERS SHOULD NOT USE THE NONCOMPLIANT HELMET. THE RECALL IS EXPECTED TO BEGIN ON OCTOBER 10, 2006. OWNERS MAY CONTACT CHINEX AT 212-868-6766." -08/24/2006,06V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V316000),"ALFA LEISURE,INC.",FRONT AXLE I-BEAM/FREIGHTLINER,POWER TRAIN,FL467,Vehicle,497,"ON CERTAIN MOTOR HOMES, THE TOP FLANGE OF THE FRONT AXLE I-BEAM MAY FATIGUE AND FRACTURE.",A DRIVER MAY EXPERIENCE LOSS CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,FREIGHTLINER WILL REPAIR THESE MOTOR HOMES (PLEASE SEE 05V551). DEALERS WILL INSPECT AND REPLACE THE FRONT AXLE ASSEMBLY. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR ALFA LEISURE AT 800-373-3372. -08/23/2006,06V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V315000),"Triumph Motorcycles America, Ltd.",REAR BRAKE CALIPER CARRIER,"SERVICE BRAKES, HYDRAULIC",375,Vehicle,674,"ON CERTAIN MOTORCYCLES, THE ANTI-ROTATION STOP BOLT ON THE REAR BRAKE CALIPER MAY SHEAR ALLOWING THE CALIPER TO CONTACT THE SWING ARM.",DAMAGE TO THE REAR BRAKE CALIPER AND SWING ARM COULD CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE WHICH COULD RESULT IN A CRASH OR PERSONAL INJURY.,"DEALERS WILL REPLACE THE STOP BOLT. THE RECALL BEGAN ON SEPTEMBER 8, 2006. OWNERS MAY CONTACT TRIUMPH AT 678-854-2010." -08/22/2006,06V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V314000),NUWA INDUSTRIES INC.,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILER'S BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER WILL REPAIR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR NUWA AT 620-431-2088. -08/21/2006,06E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E073000),"KERR LEATHERS, INC.",FMVSS 218/MOTORCYCLE HELMETS/IMPACT FAILURE,EQUIPMENT,NR (Not Reported),Equipment,4797,"CERTAIN KERR POLO MOTORCYCLE HELMETS, MODEL H205, MANUFACTURED BETWEEN JULY 1 AND DECEMBER 5, 2005. THESE HELMETS FAIL TO COMPLY WITH THE IMPACT REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.",THE WEARER OF A NONCOMPLIANT HELMET MAY BE SERIOUSLY INJURED OR KILLED FROM HEAD IMPACTS IN THE EVENT OF A CRASH.,"KERR WILL NOTIFY OWNERS AND OFFER FULL CREDIT FOR THE RECALLED HELMETS. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2006. OWNERS MAY CONTACT KERR LEATHERS, INC. AT 1-800-994-5377." -08/18/2006,06V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V318000),Keystone RV Company,IMPROPER INSTALLATION OF FURNACE,EQUIPMENT,06-074,Vehicle,150,"ON CERTAIN FIFTH WHEEL TRAILERS, THE FURNACE AIR INTAKE WAS INCORRECTLY INSTALLED. THE AIR INTAKE MAY DRAW AIR FROM INSIDE THE UNIT (INSTEAD OF FRESH OUTSIDE AIR) WHICH CAN CAUSE IMPROPER GAS/AIR MIXTURE AND INEFFICIENT COMBUSTION. ALSO, IF THE TRANSITION TUBE HITS THE FURNACE AIR INTAKE TUBE END TO END, INSTEAD OF OVERLAPPING, THE PRESSURE CAN PUSH THE FURNACE INTAKE TUBE INTO THE BLOWER HOUSING/WHEEL.",SOOT CAN ACCUMULATE ON THE OUTSIDE OF THE UNIT AT THE FURNACE EXHAUST VENT AND THE BLOWER HOUSING/WHEEL COULD BIND CAUSING RUBBING AND POSSIBLE FAILURE.,"DEALERS WILL INSPECT AND VERIFY THE TRANSITION PIPE IS INSTALLED CORRECTLY AND REPAIR IF NECESSARY. THE RECALL BEGAN ON SEPTEMBER 14, 2006. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -08/17/2006,06V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V312000),"STOLL TRAILERS, INC.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,"ON CERTAIN LIVE STOCK TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER WILL BE REPAIRING THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR STOLL TRAILERS AT 864-446-2121. -08/17/2006,06V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V313000),"Bentley Motors, Ltd.",BRAKE PIPE,"SERVICE BRAKES, HYDRAULIC",RE06/02,Vehicle,81,"ON CERTAIN PASSENGER VEHICLES, THERE IS THE POTENTIAL FOR INSUFFICIENT CLEARANCE BETWEEN A BRAKE PIPE AND AN ENGINE MOUNTED HOSE CLIP, WHICH COULD EVENTUALLY RESULT IN FAILURE OF THE BRAKE PIPE.",THIS FAILURE COULD RESULT IN AN INCREASED STOPPING DISTANCE WHEN BRAKING INCREASING THE RISK OF A CRASH AND ALSO A RISK OF FIRE DUE TO BRAKE FLUID ESCAPING INTO THE ENGINE COMPARTMENT.,"DEALERS WILL INSPECT TO ASCERTAIN THE CLEARANCE BETWEEN THE BRAKE PIPE AND HOSE CLIP AND REPAIR AS NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 5, 2006. OWNERS MAY CONTACT BENTLEY AT 248-754-6137." -08/16/2006,06V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V311000),"General Motors, LLC",AIR BRAKE APPLICATION VALVE ASSEMBLY/FMVSS 121,"SERVICE BRAKES, AIR",06077,Vehicle,1369,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" AN INTERNAL CONTROL AND CHECK VALVE WITHIN THE AIR BRAKE APPLICATION VALVE ASSEMBLY WAS CONFIGURED IMPROPERLY, PREVENTING AIR FROM FLOWING THROUGH THE BRAKE SYSTEM AS DESIGNED. IN THE EVENT OF AN EMERGENCY STOP, THE VEHICLE'S STOPPING DISTANCE WOULD BE INCREASED.","IF STOPPING DISTANCE WAS LIMITED, A VEHICLE CRASH COULD RESULT.","DEALERS WILL REPLACE THE AIR BRAKE APPLICATION VALVE ASSEMBLY ON C-SERIES OR REROUTE THE AIR BRAKE LINES ON T-SERIES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 20, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463 AND ISUZU AT 1-800-255-6727." -08/16/2006,06E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E072000),"Femtec, Inc.",WHEEL RIM CRACKS,WHEELS,NR (Not Reported),Equipment,881,"CERTAIN FEMTEC ULTRA AFTERMARKET CAST ALUMINUM CUSTOM WHEELS, SERIES 260 IN SIZES 15"" X 10"" AND 16"" X 10"" SOLD FOR USE ON LIGHT TRUCKS. THESE WHEELS MAY CONTAIN DESIGN-INDUCED STRESS WHICH COULD LEAD TO A CRACK DEVELOPING OVER TIME AT THE DROP CENTER.","THIS COULD LEAD TO AIR LOSS FROM THE TIRE AS WELL AS THE EVENTUAL SEPARATION OF THE WHEEL AND TIRE FROM THE RIM, POSSIBLY RESULTING IN A VEHICLE CRASH.","FEMTEC WILL NOTIFY OWNERS AND OFFER A FULL REFUND OR MAKE AVAILABLE REPLACEMENT WHEELS OF SIMILAR PRODUCT. THE RECALL BEGAN ON AUGUST 18, 2006. OWNERS MAY CONTACT FEMTEC TOLL-FREE AT 877-223-2282." -08/11/2006,06V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V307000),"General Motors, LLC",CERTIFICATION TIRE LABEL/FMVSS 110,WHEELS,06079,Vehicle,3227,"CERTAIN SPORT UTILITY VEHICLES AND TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES HAVE AN INCOMPLETE TIRE RIM DESIGNATION ON THE CERTIFICATION/TIRE LABEL LOCATED ON THE DRIVER'S DOOR EDGE. IN ADDITION, THE LABEL MAY ALSO BE MISSING THE TIRE LOAD RATING ON THE LABEL. ALTHOUGH THIS INFORMATION IS NOT REQUIRED BY THE STANDARD, IF A TIRE OF A LESSER LOAD RATING IS INSTALLED, THE TIRE MAY NOT BE ABLE TO SUSTAIN THE LOADS ENCOUNTERED DURING USE.","IF A CUSTOMER REPLACES A WHEEL AND ONLY RELIES ON THE RIM SIZE DESIGNATION THAT IS INDICATED ON THE LABEL, A WHEEL THAT IS OF A DIFFERENT RIM CONTOUR DESIGNATION MAY BE INSTALLED. IT MAY BE DIFFICULT OR IMPOSSIBLE TO MOUNT THE TIRE ON A WHEEL WITH THE WRONG CONTOUR. IF THE TIRE IS MOUNTED ON THE WHEEL WITH THE WRONG CONTOUR, THE WHEEL AND TIRE MAY NOT PERFORM AS INTENDED, WHICH COULD INCREASE THE RISK OF A CRASH.","A LABEL THAT WILL CORRECT THE LABEL ORIGINALLY INSTALLED WILL BE MAILED TO CONSUMERS ALONG WITH INSTALLATION INSTRUCTIONS. THE CUSTOMER WILL HAVE THE OPTION FOR DEALERS TO INSTALL THE LABEL. THE RECALL BEGAON ON NOVEMBER 7, 2006. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2239, CHEVROLET AT 1-800-630-2438, AND GMC TRUCKS AT 1-866-996-9463." -08/11/2006,06V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V305000),"Big Dog Motorcycles, LLC",ELECTRONIC HARNESS CONTROL (EHC) MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2101,"ON CERTAIN MOTORCYCLES, THE ELECTRONIC HARNESS CONTROL (EHC) MODULE CAN FAIL RESULTING IN A TOTAL SHUT DOWN OF THE VEHICLE'S ELECTRONIC POWER.",THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE EHC MODULES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 19, 2006. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -08/11/2006,06V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V308000),"NABI Bus, LLC",INJECTOR O-RING FAILURES/CATERPILLAR,ENGINE AND ENGINE COOLING,20061,Vehicle,48,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES, INJECTOR O-RING FAILURES CAN RESULT IN OIL BEING DISCHARGED THROUGH THE VALVE COVER.",A FIRE CAN OCCUR.,"CATERPILLAR IS CONDUCTING THIS RECALL (PLEASE SEE 06E046) AND WILL REPAIR THE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-7332, OR NABI AT 256-831-4296." -08/09/2006,06V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V302000),"4-Star Trailers, Inc.",HAYPOD MAY SEPARATE,EQUIPMENT,NR (Not Reported),Vehicle,110,"ON CERTAIN HORSE TRAILERS, THE FASTENERS SECURING THE HAYPOD TO THE ROOF MOUNTING BRACKET MAY FAIL.",THIS ALLOWS THE HAYPOD TO SEPARATE FROM THE TRAILER. THIS COULD POSE A SERIOUS HAZARD TO OTHERS.,"DEALERS WILL INSTALL NEW FASTENERS SECURING THE HAYPOD TO THE MOUNTING BRACKET ON THE ROOF OF THE TRAILER FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 16, 2006. OWNERS MAY CONTACT 4-STAR AT 1-800-848-3095." -08/09/2006,06V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V301000),"Big Dog Motorcycles, LLC",IGNITION MODULE BATTERY TRAY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2711,"ON CERTAIN MOTORCYCLES, THE IGNITION MODULES ARE ORIENTED WITHIN THE BATTERY TRAY IN A WAY THAT MAKES THE IGNITION MODULE SUSCEPTIBLE TO VIBRATION.",THIS SUSCEPTIBILITY TO VIBRATION MAY CONTRIBUTE TO A STALLING CONDITION THAT COULD OCCUR WITHOUT ANY PRIOR WARNING AND RESULT IN A CRASH.,"DEALERS WILL INSTALL A NEW IGNITION MODULE MOUNTING SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 25, 2006. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -08/08/2006,06V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V295000),"Chrysler (FCA US, LLC)",AIR BAG INFLATOR CONNECTOR CLIPS,AIR BAGS,F39,Vehicle,15021,"ON CERTAIN SPORT UTILITY VEHICLES, THE INFLATOR CONNECTOR FOR THE DRIVER'S AIR BAG MAY HAVE BEEN INCORRECTLY ASSEMBLED.",THE AIR BAG MAY NOT INFLATE PROPERLY WHICH CAN INCREASE THE RISK OF INJURY IN CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPAIR THE DRIVER'S FRONT AIR BAG INFLATOR FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN THE WEEK OF AUGUST 2, 2006. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/08/2006,06V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V297000),"New Flyer of America, Inc.",FAILURE TURBOCHARGER COMPRESSORS/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,324,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES, THE TURBOCHARGER COMPRESSORS ARE FAILING AND OIL CAN BE DISCHARGED INTO THE EXHAUST AND EXTERNAL TO THE TURBOCHARGER.",A FIRE CAN OCCUR.,"CATERPILLAR IS CONDUCTING THIS RECALL (PLEASE SEE 06E047) AND WILL REPAIR THE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-7332, OR NEW FLYER AT 204-934-4876." -08/08/2006,06E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E071000),"Roush Performance Products, Inc.",FRONT STRUT BRACKET SEPARATION,SUSPENSION,NR (Not Reported),Equipment,146,"CERTAIN AFTERMARKET ROUSH BRANDED FRONT STRUTS AS A STAND ALONE COMPONENT, PART NO. 401297, AND ROUSH BRANDED FRONT STRUTS AS A SUSPENSION KIT, PART NO. 401296, SOLD FOR USE ON 2005 AND 2006 FORD MUSTANG GT VEHICLES. THE FRONT ANTI ROLL BAR ATTACHMENT BRACKET ON THE FRONT STRUT CAN SEPARATE FROM THE STRUT HOUSING DUE TO INCONSISTENT WELDING. THIS COULD RESULT IN A CLUNKING NOISE AND OR POOR HANDLING IN EXTREME OR EMERGENCY MANEUVERS.","IF THE BROKEN BRACKET CONTACTS THE TIRE, SIDEWALL DAMAGE CAN OCCUR, POSSIBLY RESULTING IN A VEHICLE CRASH.","ROUSH WILL NOTIFY OWNERS AND OFFER TO PROVIDE NEW STRUTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT ROUSH AT 734-466-6255." -08/08/2006,06V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V310000),"Roush Performance Products, Inc.",FRONT STRUT BRACKET SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,745,"ON CERTAIN PASSENGER VEHICLES BUILT ON THE FORD MUSTANG GT CHASSIS, THE ANTI-ROLL BAR ATTACHMENT BRACKET ON THE FRONT STRUT CAN SEPARATE FROM THE STRUT HOUSING DUE TO INCONSISTENT WELDING.","IF THE BROKEN BRACKET CONTACTS THE TIRE, SIDEWALL DAMAGE CAN OCCUR, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL INSTALL NEW STRUTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 18, 2006. OWNERS MAY CONTACT ROUSH AT 1-866-307-6788." -08/08/2006,06V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V299000),"Airstream, Inc.",INCORRECT FURNACE VENT KIT,EQUIPMENT,NR (Not Reported),Vehicle,4,"ON CERTAIN TRAVEL TRAILERS, THE FURNACE VENT INSTALLED WAS NOT THE CORRECT LENGTH FOR THE FURNACE MODEL USED. THIS COULD ALLOW FURNACE EXHAUST GASES INCLUDING CARBON MONOXIDE GAS TO LEAK INTO THE UNIT WHEN THE FURNACE IS IN OPERATION.","WHEN THE FURNACE IS IN OPERATION EXHAUST GASES, INCLUDING CARBON MONOXIDE, COULD LEAK INTO THE TRAILER, DISPLACING THE FRESH AIR AND CAUSING ASPHYXIATION OR CARBON MONOXIDE POISONING. THIS CONDITION COULD LEAD TO SEVERE ILLNESS OR DEATH.","DEALERS WILL REPLACE THE VENT CAP/TUBE ASSEMBLY AND AIR BOX FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 6, 2006. OWNERS MAY CONTACT AIRSTREAM AT 1-877-596-6505." -08/07/2006,06V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V306000),"Kalmar Solutions, LLC",AIR BRAKE MODULATOR VALVES/BENDIX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2044,"ON CERTAIN TERMINAL TRACTORS EQUIPPED WITH BENDIX AIR MODULATOR VALVES, THE ELECTRICAL WIRING TO THE AIR MODULATOR BRAKE VALVES FROM THE ELECTRONIC CONTROL MODULE (ECM) IS INCORRECT. THE WIRES TO THE ""EXHAUST"" AND ""HOLD"" CONNECTIONS ON THE BRAKE MODULATOR VALVES ARE REVERSED.","IN AN ANTI-LOCK BRAKING EVENT, THIS WILL CAUSE THE ANTI-LOCK BRAKING SYSTEM (ABS) TO MALFUNCTION. THE ABS PERFORMANCE WILL BE DEGRADED, INCREASING THE RISK OF A CRASH.","DEALERS WILL PROVIDE OWNERS WITH 4 MODULATOR VALVE JUMPER HARNESSES FOR INSTALLATION. OWNERS SHOULD HAVE THIS REMEDY DONE BY AN INDIVIDUAL WHO IS FAMILIAR WITH ""BENDIX"" AIR MODULATOR VALVES AND BASIC ELECTRICAL ASSEMBLY PROCEDURES. THE RECALL BEGAN ON AUGUST 4, 2006. OWNERS MAY CONTACT OTTAWA TRUCK AT 785-242-2200." -08/07/2006,06E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E070000),"Terex South Dakota, Inc.",DRIFTING AERIAL BOOM,EQUIPMENT,CB570,Equipment,118,"CERTAIN TEREX AERIAL DEVICES, TLP, TLM, AND HR UNITS, EQUIPPED WITH HOLDING VALVES WITH CACA AND CWCK MODEL DESIGINATION PRODUCED WITH FEBRUARY 1 TO APRIL 10, 2006 DATE CODES. A SEAL IN THE HOLDING VALVE CAN FAIL AND LEAK.","IF SEAL LEAKAGE OCCURS, THE BOOM MAY DRIFT. A DRIFTING PLATFORM CAN RESULT IN SERIOUS INJURY OR DEATH.","TEREX WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE HOLDING VALVES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT TEREX AT 605-882-4000." -08/07/2006,06V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V303000),"POLARIS INDUSTRIES, INC.",FRONT SPROCKET FAILURE,POWER TRAIN,NR (Not Reported),Vehicle,2402,"ON CERTAIN MOTORCYCLES EQUIPPED WITH A GATES DRIVE BELT SYSTEM, THE FRONT SPROCKET MAY WEAR BETWEEN THE SPROCKET AND ITS RETAINING NUT, CAUSING THE FRONT SPROCKET NUT TO LOOSEN AND FAIL TO RETAIN THE SPROCKET.","THE FRONT SPROCKET NUT FAILURE COULD CAUSE AXIAL MOVEMENT AND INTERFERENCE WHICH COULD RESULT IN TRANSMISSION LOCKUP, INCREASING THE RISK OF LOSS OF CONTROL OR CRASH.","DEALERS WILL REPLACE THE FRONT SPROCKET ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 22, 2006. OWNERS MAY CONTACT POLARIS AT 763-417-8650." -08/07/2006,06V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V304000),Glaval Bus,SEATS INCORRECTLY INSTALLED/FMVSS 210,SEATS,NR (Not Reported),Vehicle,356,"CERTAIN TRANSIT BUSES, BUILT ON FORD, FREIGHTLINER, AND GENERAL MOTORS CHASSIS, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, 'SEAT BELT ASSEMBLY ANCHORAGES.' THE SEATS EQUIPPED WITH SEAT BELTS MAY HAVE BEEN BOLTED TO THE BUS STRUCTURE INCORRECTLY.",AN OCCUPANT NOT PROPERLY WEARING A SEAT BELT MAY HAVE AN INCREASED RISK OF INJURY DURING A CRASH.,"DEALERS WILL INSTALL THE NECESSARY PARTS TO CORRECTLY FASTEN THE SEATS TO THE BUS STRUCTURE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 25, 2006. OWNERS MAY CONTACT GLAVAL BUS AT 1-800-445-2824." -08/07/2006,06V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V293000),"Volkswagen Group of America, Inc.",SIDE CURTAIN AIR BAG,AIR BAGS,JP,Vehicle,48,"ON CERTAIN PASSENGER VEHICLES, DURING PRODUCTION OF THE AIR BAG, EITHER THE LEFT OR THE RIGHT SIDE CURTAIN AIR BAG INFLATION MODULE MAY LEAK.","IN THE EVENT OF A CRASH, THE AIR BAG MAY NOT INFLATE AS DESIGNED INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.","DEALERS WILL REPLACE THE SIDE CURTAIN AIR BAG FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -08/07/2006,06V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V298000),"POLARIS INDUSTRIES, INC.",TRANSMISSION THIRD GEAR FAILURE,POWER TRAIN,V-06-07,Vehicle,2523,"CERTAIN MY 2001 VICTORY V92 MOTORCYCLES, AND 1999-2000 V92 MOTORCYCLES THAT RECEIVED TRANSMISSION REPLACEMENT KITS BUILT IN 2001 CAN EXPERIENCE A THIRD GEAR FAILURE IN AN ABNORMAL OVERLOAD CONDITION SUCH AS WHEN SHIFTING AT HIGH RPM.","WHILE SHIFTING GEARS AT HIGH RPM, THE THIRD GEAR MAY FAIL. IF PIECES OF THE FAILED GEAR BECOME LODGED IN THE TRANSMISSION, THE TRANSMISSION COULD LOCKUP POSSIBLY RESULTING IN LOSS OF CONTROL AND A CRASH.","DEALERS WILL INSTALL A REAR SPROCKET DAMPER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 22, 2006. OWNERS MAY CONTACT POLARIS AT 763-417-8650." -08/04/2006,06V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V294000),Kia Motors America,AUTOMATIC LOCKING RETRACTOR/FMVSS 208,SEAT BELTS,SC064,Vehicle,32257,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" WHEN USED WITH CERTAIN CHILD SEATS, THE AUTOMATIC LOCKING RETRACTOR (ALR) FUNCTION IN THE REAR OUTBOARD SEATBELT ASSEMBLIES MAY DISENGAGE.","IF A CHILD SEAT IS NOT PROPERLY SECURED, THERE IS AN INCREASED RISK OF INJURY TO THE SEAT OCCUPANT IN THE EVENT OF A CRASH.","DEALERS WILL REPLACE BOTH REAR OUTBOARD SEATBELT ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 15, 2006. OWNERS MAY CONTACT HYUNDAI-KIA AT 1-800-333-4542." -08/03/2006,06V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V288000),"Chrysler (FCA US, LLC)",FRONT LOWER BALL JOINTS,SUSPENSION,F23,Vehicle,826687,"ON CERTAIN TRUCKS, THE CONSTANT TENSION FRONT LOWER BALL JOINTS MAY EXPERIENCE CONTAMINATION. IF THE VEHICLE IS OPERATED FOR AN EXTENDED PERIOD WITH THIS CONDITION, THE BALL JOINT MAY EVENTUALLY EXPERIENCE WEAR AND LOOSENESS.","WHEN THE DRIVER CONTINUES TO OPERATE THE VEHICLE WITH THIS CONDITION, THE CONTAMINATION CAN LEAD TO CORROSION, ACCELERATED WEAR AND POSSIBLY SEPARATION FROM THE STEERING KNUCKLE CAUSING A LOSS OF VEHICLE STEERING CONTROL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT LOWER BALL JOINTS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 11, 2006. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/03/2006,06V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V289000),"General Motors, LLC",FUEL RAIL DAMPER RETAINER CLIP/WORKHORSE,ENGINE AND ENGINE COOLING,06080,Vehicle,38439,ON CERTAIN TRUCKS EQUIPPED WITH AN 8.1L V8 (RPO L8-VIN G) ENGINE HAVE A CONDITION IN WHICH THE ENGINE FUEL RAIL PULSE DAMPER RETAINER CLIP MAY FRACTURE RESULTING IN INADEQUATE RETENTION OF THE DAMPER.,"IF THE DAMPER COMES LOOSE, A FUEL LEAK MAY RESULT. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE ENGINE FUEL RAIL PULSE DAMPER RETAINER CLIP FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC TRUCKS AT 1-866-996-9463." -08/03/2006,06V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V290000),"Mack Trucks, Inc.",FUEL TANK CROSSOVER BRACKET,"FUEL SYSTEM, DIESEL",SC0311,Vehicle,342,"ON CERTAIN TRUCKS, THE FUEL LINE CROSSOVER BRACKET MAY PREMATURELY FAIL AND UNEXPECTEDLY FALL TO THE ROAD. THE LOCATION AND SIZE OF THE BRACKET DRAWS A CONCERN TO THE BRACKET BEING PICKED UP AND THROWN BY THE DRIVE AXLE WHEELS.",IF THE CROSSOVER BRACKET FALLS A CRASH MAY OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL REPLACE THE BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 20, 2006. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -08/03/2006,06E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E069000),"CHALLENGER LIFTS, INC.",LIFT ARM FAILURE,EQUIPMENT,NR (Not Reported),Equipment,1113,"CERTAIN CHALLENGER TWO POST, SURFACE MOUNTED AUTOMOTIVE LIFTS, MODEL X10, MANUFACTURED BETWEEN SEPTEMBER 2005 AND AUGUST 1, 2006. THE WELD CONNECTING THE LIFT ARM TO THE PIVOT BRACKET CAN FAIL.","IF THE LIFT ARM WELD FAILS WHILE THE LIFT IS IN USE, A VEHICLE ON THE LIFT CAN SUDDENLY FALL, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","CHALLENGER WILL NOTIFY OWNERS AND WILL INSTALL NEW LIFT ARMS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 16, 2006. OWNERS MAY CONTACT CHALLENGER AT 800-890-5438." -08/02/2006,06T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T014000),"Foreign Tire Sales, Inc.",FMVSS 119/TIRE MARKINGS,TIRES,NR (Not Reported),Tire,49594,"CERTAIN FOREIGN TIRE SALES, INC. (FTS), DANZIG AND DIRECTION TIRES, SIZE 10.00-20. THESE TIRES DO NOT PROVIDE THE MAXIMUM SINGLE USE LOAD RANGE WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES.",THE PURPOSE OF THIS STANDARD IS TO PROVIDE SUFFICIENT INFORMATION ON THE TIRES TO PERMIT THEIR PROPER SELECTION AND USE.,"FOREIGN TIRE SALES, INC. WILL NOTIFY OWNERS AND REPAIR THE TIRES BY BRANDING THEM WITH THE APPROPRIATE TIRE INFORMATION. THE RECALL BEGAN ON MARCH 31, 2007. OWNERS MAY CONTACT FOREIGN TIRE SALES TOLL-FREE AT 1-800-634-8335." -08/02/2006,06V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V287000),"Jayco, Inc.",OUTLET KITCHEN COUNTER TOP,EQUIPMENT,NR (Not Reported),Vehicle,162,"ON CERTAIN TRAVEL TRAILERS, THE OUTLET MOUNTED A THE END OF THE KITCHEN COUNTER TOP DOES NOT MEET NFPA 70 NATIONAL ELECTRIC CODE ARTICLE 5511V NOMINAL 120 VOLT OR 120/240-VOLT SYSTEMS 551.41 (C) GROUND -FAULT CIRCUIT-INTERRUPTER PROTECTION.","THIS COULD CAUSE AN ELECTRICAL SHORT, WHICH COULD RESULT IN A FIRE.","DEALERS WILL REWIRE TO A GROUND-FAULT CIRCUIT INTERRUPTER CIRCUIT FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -08/02/2006,06E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E068000),S&S CYCLE INC,REAR WHEEL LOCKUP,POWER TRAIN,NR (Not Reported),Equipment,65,"CERTAIN S&S CYCLE SIX SPEED TRANSMISSION SHIFT COLLARS, P/N 56-5122, INCLUDED IN S&S COMPLETE TRANSMISSION/GEAR SETS AND CASSETTE TRANSMISSION/GEAR SETS WITH S&S P/NOS. 56-1222, 56-1130, 56-1131, AND 56-1132. THE TRANSMISSION SHIFT COLLARS WERE MANUFACTURED WITH A MACHINING ERROR. AS A RESULT OF THIS ERROR, THE SHIFT COLLARS CAN CRACK WHEN EXPOSED TO HIGH LOADS OVER AN EXTENDED PERIOD OF TIME.","IF THE SHIFT COLLAR CRACKS, THE REAR WHEEL CAN LOCK UP POSSIBLY RESULTING IN LOSS OF CONTROL AND A VEHICLE CRASH.","S&S CYCLE WILL NOTIFY OWNERS AND REPLACE THE SHIFT COLLAR FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2006. OWNERS MAY CONTACT S&S CYCLE AT 866-244-2673." -08/01/2006,06V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V292000),"Winnebago Industries, Inc.",COOKING RANGE FLAME,EQUIPMENT,102,Vehicle,919,"ON CERTAIN MOTORHOMES,THE FLAME ON THE COOKING RANGE MAY BE FORCED DOWNWARD OVER THE BURNER OR FLAME OUTAGE MAY OCCUR WHEN THE COOKING RANGE AND FURNACE ARE OPERATED AT THE SAME TIME. THIS IS DUE TO THE POSSIBILITY OF A MISSING OR INCOMPLETE CABINET PANEL THAT ISOLATES THE FURNACE RETURN AIR.","IF THE FURNACE IS OPERATED AT THE SAME TIME AS THE STOVE AND THE CABINET PANEL IS MISSING OR INCOMPLETE, THE STOVE FLAME MAY GO OUT AND THE PROPANE GAS WILL CONTINUE TO FLOW, WHICH HAS THE POTENTIAL TO IGNITE RESULTING IN PERSONAL INJURY, VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT THE CABINET ASSEMBLY AND, IF THE CABINENT PANEL IS MISSING OR INCOMPLETE, THE PANEL WILL BE INSTALLED OR REPAIRED. THE RECALL BEGAN ON AUGUST 10, 2006. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -08/01/2006,06V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V300000),LABRIE EQUIPMENT LTD.,FAILURE OF STEERING SHAFTS,STEERING,SB 06-01,Vehicle,44,"ON CERTAIN GARBAGE AND RECYCLING TRUCKS, THE STEERING SHAFT COULD BREAK AND POSSIBLY CAUSE A COMPLETE LOSS OF VEHICLE CONTROL.","IF THE STEERING SHAFT BREAKS, THE STEERING CONTROL COULD BE LOST AND THE VEHICLE COULD BE INVOLVED IN A CRASH, WHICH COULD RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL REMOVE AND INSTALL A NEW STEERING SHAFT AND A NEW REINFORCEMENT BRACKET THAT WAS DESIGNED TO AVOID SIDELOAD. THE RECALL BEGAN ON JULY 14, 2006. OWNERS SHOULD CONTACT LABRIE AT 1-877-452-2743." -08/01/2006,06E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E067000),Maxzone Auto Parts Corporation,FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,19413,"CERTAIN MAXZONE HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NOS. 331-1129L-ASN AND 331-1129R-ASN, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR THE ABOVE LISTED PASSENGER VEHICLES. THESE HEADLAMPS FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON JULY 28, 2006. OWNERS MAY CONTACT MAXZONE AT 909-822-3288." -08/01/2006,06V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V296000),"New Flyer of America, Inc.",INJECTOR O-RING FAILURES/CATERPILLAR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,324,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CATERPILLAR C9 DIESEL ENGINES, THE INJECTOR O-RING FAILURES CAN RESULT IN OIL BEING DISCHARGED THROUGH THE VALVE COVER.",A FIRE CAN OCCUR.,"CATERPILLAR IS CONDUCTING THIS RECALL (PLEASE SEE 06E046) AND WILL REPAIR THE ENGINES FREE OF CHARGE. OWNERS MAY CONTACT CARTERPILLAR AT 1-800-447-7332, OR NEW FLYER AT 204-934-4876." -08/01/2006,06V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V291000),COUNTRY COACH INC,PIVOT ON THE WINDSHIELD WIPERS MECHANISM,VISIBILITY,NR (Not Reported),Vehicle,6,CERTAIN MOTOR HOMES BUILT ON PREVOST CHASSIS MAY HAVE A DEFECTIVE PIVOT MOUNTING PLATE ON THE WIPER MECHANISM. SOME PARTS MAY BE DEFECTIVE DUE TO A WEAK OR MISSING WELD BEAD ON ONE PIVOT.,"IF THIS PART IS DEFECTIVE, A FAILURE OF THE WIPER MECHANISM MAY OCCUR WHILE IN USE, MAKING THE WIPERS TOTALLY INOPERATIVE AFFECTING THE DRIVER'S VISIBILITY AND INCREASING THE RISK OF A CRASH.","DEALERS WILL REPAIR THE PIVOT MOUNTING PLATE OF THE WINDSHIELD WIPER MECHANISM FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 14, 2006. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -08/01/2006,06V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V286000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH/SUPPLEMENT,VEHICLE SPEED CONTROL,05S28,Vehicle,1200000,"ON CERTAIN TRUCKS EQUIPPED WITH SPEED CONTROL, GASOLINE OR NATURAL GAS ENGINES, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT.",OVERHEATING COULD RESULT IN SMOKE OR BURN AND AN UNDERHOOD FIRE.,"DEALERS WILL INSTALL A FUSED WIRING HARNESS INTO THE SPEED CONTROL SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 7, 2006. OWNERS MAY CONTACT FORD AT 1-866-436-7332. (NOTE: ALSO SEE RECALLS 05V017 AND 05V388)" -07/28/2006,06V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V285000),COUNTRY COACH INC,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25,"ON CERTAIN MOTOR HOMES EQUIPPED WITH DETROIT DIESEL SERIES C-60 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL REQUIRE TO BE REPROGRAMMED TO CURRENT MAINFRAME CALIBRATIONS.",REPROGRAMMING THE ECM WILL PREVENT THE POTENTIAL OF A TURBOCHARGER FAILURE FROM PROGRESSING TO AN ENGINE COMPARTMENT FIRE.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REPROGRAM THE ECM TO CURRENT MAINFRAME CALIBRATIONS FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR COUNTRY COACH AT 1-800-547-8015. -07/27/2006,06E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E066000),"AUTO PAW TRADING, INC.",FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,100,"CERTAIN AUTO PAW TRADING HID CONVERSION KITS, CAPCEN MODEL NOS. H1, H3, H4, H7, 9004, 9005, 9006, AND 9007, SOLD AS AFTERMARKET FOR USE ON PASSENGER VEHICLES. THE BULBS IN THESE CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.",AUTO PAW WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2006. OWNERS MAY CONTACT AUTO PAW AT 866-426-1004. -07/27/2006,06V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V283000),"Navistar, Inc.",FMVSS 210/SEAT MOUNTING BRACKETS,SEATS,06507,Vehicle,103,"CERTAIN MY 2006 AND 2007 IC CE AND 2007 BE SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 3, 2005, AND MAY 1, 2006. THE CONFIGURATION OF THE MOUNTING BRACKET FOR THE 39 INCH TRACK MOUNTED CE WHITE CHILD SAFETY SEAT FAILS TO CONFORM TO THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, SEAT BELT ASSEMBLY ANCHORAGES.","IN THE EVENT OF A VEHICLE CRASH, THE MOUNTING BRACKET MAY NOT PROVIDE SUFFICIENT STRENGTH TO ENSURE THAT THE SEAT OCCUPANT IS PROPERLY RESTRAINED.","IC CORPORATION WILL NOTIFY OWNERS AND REPAIR THE NONCOMPLIANT BUSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT IC CORPORATION AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -07/27/2006,06V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V279000),"POLARIS INDUSTRIES, INC.",FUEL PUMP RETAINER CLIP FAILURE,"FUEL SYSTEM, GASOLINE",V-06-03,Vehicle,1784,"ON CERTAIN MOTORCYCLES, THE FUEL PUMP RETAINER CLIP MAY NOT BE INSTALLED CORRECTLY.","IF THE RETAINER CLIP FAILS, THE FUEL PUMP MAY NOT PROVIDE ADEQUATE FUEL PRESSURE, OR THE PUMP MAY FAIL ENTIRELY, WHICH CAN CAUSE POOR PERFORMANCE OR POSSIBLE ENGINE STALLING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW FUEL PUMP RETAINER CLIP FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 3, 2006. OWNERS MAY CONTACT POLARIS AT 763-417-8650." -07/26/2006,06V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V272000),"WESTERN RECREATIONAL VEHICLES, INC.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",CSAR 1060,Vehicle,4,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR WESTERN RV AT 1-866-567-4133. -07/26/2006,06V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V274000),MO TRAILERS,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,103,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,THIS TRAILER HAS BEEN REPAIRED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR MO TRAILERS AT 1-574-533-0824. -07/26/2006,06V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V275000),Newmar Corporation,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR NEWMAR AT 1-574-773-7791. -07/26/2006,06V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V281000),"Haulmark Industries, Inc.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR HAULMARK AT 1-574-825-5867. -07/26/2006,06V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V282000),"ALFA LEISURE,INC.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). ALL TRAILERS WERE CORRECTED AT THE MANUFACTURING PLANT. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR ALFA LEISURE AT 1-800-373-3372. -07/26/2006,06V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V269000),"KWANG YANG MOTOR CO., LTD",ENGINE STOP SWITCH/FMVSS 123,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,918,"ON CERTAIN MOTORCYCLES, THE MANDATORY ENGINE STOP SWITCH ON THE RIGHT HAND HANDLEBAR WAS NOT INSTALLED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, 'MOTORCYCLE CONTROLS AND DISPLAYS.'","THE OPERATOR WILL NOT BE ABLE TO STOP THE ENGINE FROM RUNNING BY THE FASTEST MEANS POSSIBLE IN CASE OF AN EMERGENCY, INCREASING THE RISK OF PERSONAL INJURY OR A CRASH.","DEALERS WILL REPLACE THE ENGINE STOP SWITCH FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 1, 2006. OWNERS MAY CONTACT KYMCO USA CUSTOMER SERVICE TOLL FREE AT 1-888-235-3417." -07/26/2006,06V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V271000),"Mack Trucks, Inc.",LEGRIS AIR MANIFOLD,"SERVICE BRAKES, AIR",SC0312,Vehicle,7447,"ON CERTAIN TRUCKS EQUIPPED WITH A LEGRIS AIR MANIFOLD, THE BRASS PUSH-TO-CONNECT CARTRIDGE MAY UNEXPECTEDLY SEPARATE FROM THE PLASTIC HOUSING.","IF THE PUSH-TO-CONNECT CARTRIDGE THAT SUPPLIES THE AIR TO THE PARK BRAKE CHAMBERS WERE TO SEPARATE, THEN THE BRAKES COULD UNEXPECTEDLY APPLY INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AIR MANIFOLD FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 27, 2006. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -07/26/2006,06V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V270000),Honda (American Honda Motor Co.),OWNER'S MANUAL HOTLINE INFORMATION INCORRECT,EQUIPMENT,NR (Not Reported),Vehicle,1190000,"ON CERTAIN PASSENGER VEHICLES AND MOTORCYCLES, THE OWNER'S MANUALS CONTAIN INCORRECT CONTACT INFORMATION FOR THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S (NHTSA) VEHICLE SAFETY HOTLINE.",THE LANGUAGE IN THE OWNER'S MANUALS IS NOT IN ACCORDANCE WITH THE CURRENT MANDATORY REQUIREMENTS.,"HONDA WILL SEND A POSTCARD TO DEALERS AND OWNERS WITH THE CORRECT NHTSA VEHICLE SAFETY HOTLINE INFORMATION AND WITH INSTRUCTIONS TO INSERT THE CARD INTO THE ""REPORTING SAFETY DEFECTS"" SECTION OF THE OWNER'S MANUAL. THE RECALL BEGAN ON AUGUST 2, 2006. OWNERS MAY CONTACT HONDA AT 1-800-999-1009, ACURA AT 1-800-382-2238 OR HONDA MOTORCYCLES AT 1-866-784-1870." -07/26/2006,06V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V277000),"BMW of North America, LLC",REAR SHOCK ABSORBERS,SUSPENSION,NR (Not Reported),Vehicle,11640,"ON CERTAIN PASSENGER VEHICLES, THE LOWER RUBBER MOUNT OF THE REAR SHOCK ABSORBERS MAY NOT HAVE BEEN MANUFACTURED TO SPECIFICATIONS AND MAY NOT ADHERE CORRECTLY TO ITS HOUSING WITHIN THE SHOCK ABSORBER.",THE BUSHING COULD LOOSEN AND OVER TIME COULD SEPARATE FROM ITS HOUSING. THE DRIVER WILL EXPERIENCE IMPAIRED VEHICLE HANDLING AND CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE REAR SHOCK ABSORBER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 13, 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -07/26/2006,06V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V280000),Newmar Corporation,STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,99,CERTAIN CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). THEY WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFTS FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR NEWMAR AT 574-773-7791." -07/26/2006,06V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V278000),Blue Bird Body Company,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,R06KX,Vehicle,150,"ON CERTAIN MOTOR HOMES AND TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES C-60 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL REQUIRE TO BE REPROGRAMMED TO CURRENT MAINFRAME CALIBRATIONS.",REPROGRAMMING THE ECM WILL PREVENT THE POTENTIAL OF A TURBOCHARGER FAILURE FROM PROGRESSING TO AN ENGINE COMPARTMENT FIRE.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REPROGRAM THE ECM TO CURRENT MAINFRAME CALIBRATIONS FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR BLUE BIRD AT 478-822-2242. -07/25/2006,06V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V273000),"Featherlite, Inc.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR FEATHERLITE AT 1-563-547-6000. -07/25/2006,06V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V268000),Utilimaster Corporation,CARGO LIGHT SWITCH WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11,"ON CERTAIN TRUCK BODIES BUILT ON FORD LCF CAB CHASSIS, THE WIRING HARNESS (CONSISTING OF WIRES AND SPLIT CONDUIT) TO THE CARGO LIGHT SWITCH LOCATED ON THE DASH MAY BE INCORRECTLY ROUTED. THE HARNESS, IF SECURED TO THE STEERING SHAFT, COULD POSSIBLY LEAD TO WIRING ENTANGLEMENT AT THE GEARBOX UNIVERSAL JOINT.",THIS COULD RESULT IN ADDITIONAL EFFORT TO TURN THE STEERING WHEEL WITH REDUCED VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REROUTE THE WIRING HARNESS TO THE CARGO LIGHT SWITCH AWAY FROM THE STEERING COLUMN SHAFT. THE RECALL BEGAN ON JULY 7, 2006. OWNERS MAY CONTACT UTILIMASTER AT 1-800-237-7806." -07/24/2006,06V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V284000),Newmar Corporation,INCORRECT FEDERAL TAG TIRE LABEL/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,17,"CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 8000 LB. TANDEM AXLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE SIZE LISTED ON THE FEDERAL TAG IS INCORRECT.","AT THE INCORRECTLY STATED PRESSURE, THE REAR TIRES ARE UNABLE TO SUPPORT THE GROSS AXLE WEIGHT RATING (GAWR) FOR THE REAR AXLE.","DEALERS WILL INSTALL A NEW FEDERAL ID TAG WITH THE CORRECT TIRE INFORMATION FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 6, 2006. OWNERS MAY CONTACT NEWMAR AT 1-800-561-5790." -07/19/2006,06V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V266000),Toyota Motor Engineering & Manufacturing,CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,60G,Vehicle,34771,"ON CERTAIN PASSENGER VEHICLES, DUE TO IMPROPER MOLDING OF THE RESIN BODY OF THE CRANKSHAFT POSITION SENOR INSTALLED ON THE ENGINE BLOCK, ENGINE OIL MAY PENETRATE THE SEAL AND ENTER THE SENSOR WIRING CONNECTOR. THE WIRE HARNESS CONNECTOR MAY NOT BE SUFFICIENTLY ATTACHED TO THE LOCKING TAB OF THE SENSOR WIRING CONNECTOR.","ENGINE OIL INSIDE THE SENSOR WIRING CONNECTOR COULD CAUSE EXPANSION DUE TO THE HEAT OF THE ENGINE AND COULD DEFORM THE SENSOR WIRING CONNECTOR. THE CONNECTOR MAY BECOME DISCONNECTED, WHICH COULD CAUSE THE ENGINE TO STALL WHILE DRIVING AND NOT BE ABLE TO BE RESTARTED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CRANKSHAFT POSITION SENSOR FREE OF CHARGE. THE RECALL BEGAN ON JULY 26, 2006. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/19/2006,06V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V263000),"General Motors, LLC",DRL/TURN SIGNAL/PARKING LAMP BULB,EXTERIOR LIGHTING,06013,Vehicle,7689,"ON CERTAIN PASSENGER VEHICLES, THE DAYLIGHT RUNNING LIGHTS (DRL), TURN SIGNAL, AND PARKING LAMPS USE THE SAME BULB. THE BULB MAY BECOME DAMAGED FROM VIBRATION WITHIN A LOOSE FITTING SOCKET OR AIR ENTERING THE BULB DUE TO AN INADEQUATE SEAL. BOTH OF THESE CONDITIONS WILL CAUSE THE BULB TO BURN OUT PREMATURELY.","IF THIS WERE TO OCCUR, THE DRIVER WOULD NOTICE THAT THE ARROW IN THE INSTRUMENT PANEL WOULD FLASH FASTER THAN NORMAL WHEN THE TURN SIGNAL IS ACTIVATED. THE LOSS OF THE DRL AND TURN SIGNALS COULD FAIL TO WARN OTHERS OF THE DRIVER'S PRESENCE OR INTENTIONS AND COULD LEAD TO A VEHICLE CRASH.","DEALERS WILL REPLACE THE SOCKET AND BULB IN BOTH LAMPS FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2006. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -07/19/2006,06V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V267000),"Coachmen RV Company, LLC",OVERHEAD TV CABINET,EQUIPMENT,NR (Not Reported),Vehicle,1485,"ON CERTAIN MOTOR HOMES, THE CABINET CONTAINING THE TELEVISION SET THAT IS INSTALLED IN THE OVERHEAD COCKPIT MAY BE INADEQUATELY SECURED.","SHOULD THE CABINET FASTENERS FAIL, THE OVERHEAD TELEVISION CABINET AND TELEVISION SET MAY FALL AND COULD CONTACT THE WINDSHIELD, DRIVER, OR PASSENGER INCREASING THE RISK OF A CRASH OR PERSONAL INJURY.","DEALERS WILL INSPECT THE CABINETS AND MAKE THE NECESSARY REPAIRS. THE RECALL BEGAN ON JULY 24, 2006. OWNERS MAY CONTACT COACHMEN AT 1-574-825-5821." -07/19/2006,06V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V265000),Kia Motors America,REAR CALIPER BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",SC061,Vehicle,13060,"ON CERTAIN PASSENGER VEHICLES, THE REAR CALIPER BRAKE HOSES MAY BE OUT OF POSITION. AN IMPROPERLY POSITIONED REAR CALIPER BRAKE HOSE MAY CONTACT REAR SUSPENSION COMPONENTS AND OVER TIME BREACH THE INTEGRITY OF THE HOSE.","THIS WOULD RESULT IN THE LOSS OF BRAKE FLUID, WHICH COULD CAUSE DECREASED BRAKE FUNCTION, LEADING TO CRASH AND PERSONAL INJURIES.","DEALERS WILL INSPECT THE POSITIONING OF THE REAR CALIPER BRAKE HOSES AND ADJUST OR REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 15, 2006. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -07/19/2006,06V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V264000),Triple E Recreational Vehicles,STEERING BOLTS,STEERING,CA 6242-06,Vehicle,4,"ON CERTAIN MOTOR HOMES, THE STEERING BOLT WHICH ATTACHES THE STEERING ROD TO THE DIRECTIONAL STEERING CASE MAY BE MISSING.",MISSING BOLTS MAY CAUSE THE DRIVER TO LOOSE STEERING CONTROL INCREASING THE RISK OF A CRASH.,"A DEALER OR A QUALFIED SERVICE CENTER WILL INSPECT AND, IF NECESSARY, INSTALL THE APPROPRIATE BOLT AND NUTS. THE RECALL BEGAN ON JULY 19, 2006. OWNERS MAY CONTACT TRIPLE E RECREATIONAL AT 1-877-992-9906." -07/17/2006,06E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E064000),TRADESONIC,FMVSS 108/AMBER SIDE REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4029,"CERTAIN TRADESONIC COMBINATION LAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON THE ABOVE LISTED PASSENGER VEHICLES. COMBINATION LAMPS NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",LACK OF AMBER SIDE REFLECTORS IN THE LAMPS WILL DECREASE LIGHTING VISIBILITY TO OTHER DRIVERS AND MAY POSSIBLY RESULT IN A VEHICLE CRASH.,TRADESONIC WILL NOTIFY OWNERS AND REPLACE THE LAMPS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2006. OWNERS MAY CONTACT TRADESONIC AT 626-934-8884. -07/17/2006,06E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E065000),AJ MOTORSPORT,FMVSS 108/AMBER SIDE REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3593,"CERTAIN AJ MOTORSPORT COMBINATION LAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON THE ABOVE LISTED PASSENGER VEHICLES. COMBINATION LAMPS NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",LACK OF AMBER SIDE REFLECTORS IN THE LAMPS WILL DECREASE LIGHTING VISIBILITY TO OTHER DRIVERS AND MAY POSSIBLY RESULT IN A VEHICLE CRASH.,"AJ MOTORSPORT WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR THE LAMPS. THE RECALL BEGAN ON JULY 31, 2006. OWNERS MAY CONTACT AJ MOTORSPORT AT 626-618-2026." -07/17/2006,06V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V260000),"Mitsubishi Fuso Truck of America, Inc.",INCORRECT VIN LABEL,EQUIPMENT,C1000910,Vehicle,338,"ON CERTAIN TRUCKS, THE VIN LABEL WAS PRINTED WITH AN IMPROPER GROSS VEHICLE WEIGHT RATING (GVWR) AND GROSS AXLE WEIGHT RATING (GAWR) FOR BOTH THE FRONT AND REAR AXLES.",THE MANUFACTURER HAS NOT YET PROVIDED A CONSEQUENCE FOR THIS CAMPAIGN.,"DEALERS WILL REPLACE THE VIN LABELS WITH CORRECTED GVWR AND GAWR VALUES FREE OF CHARGE. THE RECALL BEGAN ON JULY 21, 2006. OWNERS MAY CONTACT MITSUBISHI FUSO AT 856-467-4500." -07/17/2006,06V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V261000),Blue Bird Body Company,POWER CABLE TOO SHORT/BREAKS,ELECTRICAL SYSTEM,R06KW,Vehicle,7980,"CERTAIN 2004-2007 MY VISION SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 5, 2003, AND JUNE 13, 2006, EQUIPPED WITH OPTION 40280-02 AMMETER SHUNT. THE POWER CABLE ORIGINALLY INSTALLED BETWEEN THE TOE BOARD AND THE SHUNT MAY BE TOO SHORT AND MAY BREAK DUE TO ENGINE VIBRATION.","SHOULD THE POWER CABLE BREAK WHILE THE BUS IS IN USE, THE BUS COULD BECOME STRANDED IN AN ACTIVE LANE WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.","BLUE BIRD WILL NOTIFY OWNERS AND REPLACE THE SHORT POWER CABLE WITH A LONGER ONE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -07/17/2006,06V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V259000),Polaris Inc.,REAR AXLE FAILURE,SUSPENSION,V-06-02,Vehicle,2913,"ON CERTAIN MOTORCYCLES, THE REAR AXLE MAY CRACK OR BREAK AT THE RETAINING PLATE GROOVE ON THE RIGHT SIDE.","AXLE FAILURE DURING OPERATION COULD CAUSE A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR AXLE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 3, 2006. OWNERS MAY CONTACT VICTORY AT 763-417-8650." -07/17/2006,06V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V258000),"POLARIS INDUSTRIES, INC.",SHIFT LEVER SHAFT WELD FAILURE,POWER TRAIN,V-06-04,Vehicle,3902,"ON CERTAIN MOTORCYCLES, THE WELDED JOINT ON THE SHIFT LEVER SHAFT MAY FAIL CAUSING THE SHIFT LEVER TO BECOME INOPERABLE.","IF THE WELD FAILS, THE OPERATOR CANNOT SHIFT GEARS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE SHIFT LEVER SHAFT FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 3, 2006. OWNERS MAY CONTACT VICTORY AT 763-417-8650." -07/14/2006,06V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V257000),Keystone RV Company,INCORRECT WEIGHT RATING AXLES,SUSPENSION,06-072,Vehicle,72,CERTAIN FIFTH WHEEL TRAILERS MAY HAVE BEEN MANUFACTURED WITH AXLE SPRINGS THAT WERE RATED FOR 4400 LBS. PER AXLE INSTEAD OF 52OO LBS.,THE AXLE SPRINGS MAY FAIL DUE TO BEING OVERLOADED IF THE VEHICLE IS LOADED BEYOND THE CAPACITY OF THE SPRINGS.,"DEALERS WILL INSPECT AND REPLACE THE AXLE SPRING WITH SPRINGS RATED AT 5200 LBS. PER AXLE FREE OF CHARGE. THE RECALL BEGAN ON JULY 10, 2006. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -07/13/2006,06V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V253000),Toyota Motor Engineering & Manufacturing,CARPET INTERFERENCE WITH ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,6LD 60F,Vehicle,367594,"ON CERTAIN SPORT UTILITY AND HYBRID VEHICLES, THE TWO RETAINING CLIPS FOR THE DRIVER'S SIDE FORWARD CENTER CONSOLE CAN BECOME LOOSE. IF BOTH CLIPS SEPARATE FROM THE FLOOR CARPET COVER, THE COVER MAY LEAN TOWARD THE ACCELERATOR PEDAL, CAUSING INTERFERENCE WITH THE ACCELERATOR PEDAL ROD.",THIS CONDITION MAY INTERFERE WITH THE ACCELERATOR PEDAL RETURNING TO THE IDLE POSITION INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TWO FLOOR CARPET COVER RETAINING CLIPS FREE OF CHARGE. THE RECALL BEGAN ON JULY 24, 2006, AND SHOULD BE COMPLETED BY EARLY SEPTEMBER 2006. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331 OR LEXUS AT 1-800-255-3987." -07/13/2006,06V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V262000),COUNTRY COACH INC,DEFECTIVE TIRES,TIRES,NR (Not Reported),Vehicle,831,COUNTRY COACH HAS REPORTED THAT THE TOYO 275/70R M102Z TIRES ON CERTAIN MOTOR HOMES ARE DEFECTIVE AND COULD FAIL UNEXPECTEDLY.,THIS COULD CAUSE A LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THESE TIRES WITH MICHELIN 275/70R XZA2 TIRES. THE FEDERAL TIRE LABELS WILL ALSO BE REPLACED. THE RECALL BEGAN ON NOVEMBER 8, 2006. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -07/13/2006,06V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V252000),GIRARDIN MINIBUS INC.,FMVSS 108/BACK-UP LIGHTS IMPROPERLY ILLUMINATED,EXTERIOR LIGHTING,06-014-BLU,Vehicle,157,"CERTAIN MY 2006 GIRARDIN MB II AND MB IV SCHOOL AND TRANSIT BUSES BUILT ON FORD AND GM CHASSIS MANUFACTURED BETWEEN APRIL 3 AND JUNE 19, 2006. THE 7"" DIA. BACK-UP LIGHTS, P/N 32EZZ014, FAIL TO COMPLY WITH THE ILLUMINATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE PRESENCE OF THE MINIBUS MAY NOT BE PERCEIVED CORRECTLY OR ITS SIGNAL NOT UNDERSTOOD BY OTHER MOTORISTS WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.,"GIRARDIN WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT BACK-UP LIGHTS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 3, 2006. OWNERS MAY CONTACT GIRARDIN CUSTOMER SERVICE AT 819-477-8222." -07/13/2006,06V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V255000),GIRARDIN MINIBUS INC.,FMVSS 217/IMPROPER BONDING/REAR SIDE WINDOWS,VISIBILITY,06-015-WIU,Vehicle,28,"CERTAIN 2006 MB IV G5 SCHOOL AND COMMERCIAL BUSES BUILT ON FORD AND GM CHASSIS MANUFACTURED BETWEEN JANUARY 30 AND JULY 7, 2006. THE TWO REAR SIDE WINDOWS AND THE MOREVIEW WINDOW MAY NOT BE PROPERLY BONDED TO THE WINDOW FRAME. THESE BUSES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.","THE WINDOWS MAY BECOME DETACHED FROM THE WINDOW FRAME, POSSIBLY RESULTING IN INJURY TO PEDESTRIANS, MOTORISTS, OR THE VEHICLE OCCUPANTS.","GIRARDIN WILL NOTIFY OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 10, 2006. OWNERS MAY CONTACT GIRARDIN CUSTOMER SERVICE AT 819-477-8222." -07/13/2006,06V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V251000),PACCAR Incorporated,ICON ELECTRONIC SERVICE TOOL/CUMMINS,EQUIPMENT,706B,Vehicle,40,"ON CERTAIN TRUCKS, WHEN USING A CUMMINS ELECTRONIC ICON SERVICE TOOL 2.2, AN UNINTENDED ENGINE START WILL OCCUR.","GIVEN THE PURPOSE AND FUNCTIONALITY OF THIS SERVICE TOOL, THIS SERIES OF EVENTS WOULD ONLY OCCUR IN A SERVICE FACILITY AND COULD POSE A HAZARD IF THE TRUCK WERE TO UNEXPECTEDLY MOVE OR THE ENGINE TO START WITHOUT ANY WARNING, POSSIBLY CAUSING PERSONAL INJURY.",CUMMINS IS CONDUCTING THIS RECALL (PLEASE SEE 06E063000) AND WILL REPLACE THE ICON SERVICE TOOL 2.2 WITH A NEW ICON SERVICE TOOL 2.3 FREE OF CHARGE. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR PETERBILT AT 1-940-591-4201. -07/13/2006,06V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V254000),"General Motors, LLC",SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,06054,Vehicle,1184,"CERTAIN MEDIUM DUTY TRUCKS EQUIPPED SR-7 BENDIX BRAKE VALVES, THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SET, CAUSING INTERNAL AIR LEAKAGE. IF THE CHECK VALVE DOES NOT PROPERLY SEAT, THE RESULTING LEAKAGE CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VALVES AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON JULY 31, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR ISUZU AT 1-800-255-6727." -07/13/2006,06V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V249000),"Cottrell, Inc.",TRACTOR/TRAILER LIGHT WIRING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,63,"ON CERTAIN CAR HAULING TRAILERS WITH AN EXTRA NIGHT LOADING LIGHT OPTION (6LIGHT/7LIGHT), THE TRACTOR AND TRAILER LIGHTS WERE WIRED TO ONE SWITCH RATHER THAN TWO SEPARATE SWITCHES. THESE LIGHTS MAY HAVE A FUSE IN THE ELECTRICAL CIRCUIT THAT IS RATED HIGHER THAN THE OTHER ELECTRICAL COMPONENTS IN THE CIRCUIT.",THESE COMPONENTS MAY POTENTIALLY OVERHEAT WITHOUT BLOWING THE FUSE WHICH COULD CAUSE A FIRE IN THE ELECTRICAL CIRCUIT.,ONE-SWITCH CIRCUITS WILL BE REWIRED TO CREATE TWO-SWITCH CIRCUITS. ALL CUSTOMERS HAVE BEEN CONTACTED TO DISABLE THE NIGHT-LOADING LIGHT OPTION AND ARRANGEMENTS HAVE BEEN MADE TO HAVE THESE TRAILERS REPAIRED. OWNERS MAY CONTACT COTTRELL AT 1-770-532-7251. -07/12/2006,06V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V276000),"Airstream, Inc.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,"DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR AIRSTREAM AT 1-937-596-6111, EXT. 7418 OR 7400." -07/12/2006,06V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V246000),Wilson Trailer Company,CRACKED BEAM CASTING/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,54,"ON CERTAIN TRAILERS EQUIPPED WITH HOLLAND SUSPENSIONS, THE SUSPENSION BEAM CASTING MAY HAVE A CRACK AT THE INBOARD, UPPER FLANGE NEAR THE SHOCK MOUNT.","AS THE BEAM CRACK GROWS, THE SUSPENSION MAY LOSE ALIGNMENT. THE DRIVER WILL EXPERIENCE DIFFICULTIES IN DRIVING INCREASING THE RISK OF A CRASH.",HOLLAND IS CONDUCTING THIS RECALL (PLEASE SEE 06E059000) AND WILL INSPECT THE TRAILERS BY USING A DRY MAGNETIC PARTICLE METHOD. UNITS WITH CRACKS WILL BE REPLACED WITH A NEW BEAM AXLE ASSEMBLY FREE OF CHARGE. OWNERS MAY CONTACT HOLLAND AT 1-616-396-6501 OR WILSON TRAILER COMPANY AT 1-712-252-6477. -07/12/2006,06V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V248000),R-VISION,STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,10,CERTAIN CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). WORKHORSE WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR R-VISION AT 574-268-2111." -07/12/2006,06V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V256000),FOUR WINDS INTERNATIONAL,STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,70,CERTAIN CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148). THEY WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR FOUR WINDS AT 1-937-492-1271." -07/11/2006,06V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V247000),"Timpte, Inc.",CRACKED BEAM CASTING/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,68,"ON CERTAIN TRAILERS EQUIPPED WITH HOLLAND SUSPENSIONS, THE SUSPENSION BEAM CASTING MAY HAVE A CRACK AT THE INBOARD, UPPER FLANGE NEAR THE SHOCK MOUNT.","AS THE BEAM CRACK GROWS, THE SUSPENSION MAY LOSE ALIGNMENT. THE DRIVER WILL EXPERIENCE DIFFICULTIES IN DRIVING INCREASING THE RISK OF A CRASH.",HOLLAND IS CONDUCTING THIS RECALL (PLEASE SEE 06E059000) AND WILL INSPECT THE TRAILERS BY USING A DRY MAGNETIC PARTICLE METHOD. UNITS WITH CRACKS WILL BE REPLACED WITH A NEW BEAM AXLE ASSEMBLY FREE OF CHARGE. OWNERS MAY CONTACT HOLLAND AT 1-616-396-6501 OR TIMPTE TRAILER AT 1-402-367-3056. -07/11/2006,06V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V244000),"Nissan North America, Inc.",FMVSS 108/REAR COMBINATION LAMP,EXTERIOR LIGHTING,R0607,Vehicle,105200,"DURING A CANADIAN COMPLIANCE TEST, CERTAIN SPORT UTILITY VEHICLES FAILED TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' A REAR COMBINATION LAMP ASSEMBLY DID NOT MEET THE REQUIREMENTS.","THIS STANDARD IS TO REDUCE TRAFFIC ACCIDENTS AND DEATHS AND INJURIES RESULTING FROM TRAFFIC ACCIDENTS, BY PROVIDING ADEQUATE ILLUMINATION OF THE ROADWAY, AND BY ENHANCING THE CONSPICUITY OF MOTOR VEHICLES ON THE PUBLIC ROADS SO THAT THEIR PRESENCE IS PERCEIVED AND THEIR SIGNALS UNDERSTOOD, BOTH IN DAYLIGHT AND IN DARKNESS OR OTHER CONDITIONS OF REDUCED VISIBILITY.","DEALERS WILL REPLACE THE REAR COMBINATION LAMP ASSEMBLIES. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT INFINITI AT AT 1-800-662-6200." -07/11/2006,06V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V245000),BUELL MOTORCYCLE CO.,SIDESTAND PERFORMANCE,STRUCTURE,0832,Vehicle,1021,"CERTAIN MOTORCYCLES MAY HAVE BEEN BUILT WITH TWO ISSUES THAT COULD COMPROMISE THE SIDESTAND'S PERFORMANCE. EITHER THE PIVOT BOLT FOR THE SIDESTAND LEG OR THE MOUNTING BRACKET BOLTS COULD BREAK, POSSIBLY WITHOUT NOTICE.","IF EITHER OF THESE FAILURES OCCURS, THE MOTORCYCLE COULD FALL, POSSIBLY CAUSING DEATH OR INJURY.","DEALERS WILL REPLACE THE SIDESTAND ASSEMBLY AND FASTENERS. THE RECALL BEGAN ON JULY 31, 2006. OWNERS MAY CONTACT BUELL AT 1-414-342-4680." -07/11/2006,06V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V243000),Prevost Car (US) Inc.,SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,SR-06-10,Vehicle,9,"ON CERTAIN MOTOR COACHES EQUIPPED WITH BENDIX SR-7 BRAKE VALVES, THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SET, CAUSING INTERNAL AIR LEAKAGE. IF THE CHECK VALVE DOES NOT PROPERLY SEAT, THE RESULTING LEAKAGE CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VALVES AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 5, 2006. OWNERS MAY CONTACT PREVOST AT 418-831-2046." -07/10/2006,06E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E062000),ZF LENKSYSTEME,AFTERMARKET TIE ROD BALL JOINT FRACTURE,SUSPENSION,NR (Not Reported),Equipment,453,"CERTAIN ZF LEMFORDER TIE ROD BALL JOINTS SOLD FOR USE AS ORIGINAL EQUIPMENT FOR VOLVO XC90 PASSENGER VEHICLES AND SOLD AS REPLACEMENT EQUIPMENT. DUE TO INSUFFICIENT CONICAL SURFACE PRESSURES, FATIGUE FRACTURES IN THE BALL JOINT CAN OCCUR.","IF THE BALL JOINT SHOULD FRACTURE WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH CAN OCCUR.",ZF LEMFORDER WILL NOTIFY OWNERS AND REPLACE THE TIE ROD BALL JOINT FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY SCHEDULE. OWNERS MAY CONTACT ZF LEMFORDER AT 734-416-6200. -07/07/2006,06E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E061000),BUELL MOTORCYCLE CO.,AFTERMARKET WINDSCREENS,VISIBILITY,NR (Not Reported),Equipment,303,"CERTAIN AFTERMARKET TALL WINDSCREENS SOLD EXCLUSIVELY FOR USE ON 2006 MY BUELL ULYSSES MODEL MOTORCYCLES, P/N 58214-06YA. THE RETENTION FASTENERS FOR THE SUBJECT WINDSCREENS CAN FAIL ALLOWING THE WINDSCREEN TO BECOME DISLODGED WHILE THE VEHICLE IS BEING DRIVEN AT HIGHWAY SPEEDS.","THE WINDSCREEN MAY EITHER STRIKE OR DISTRACT THE RIDER, POSSIBLY CAUSING DEATH OR INJURY.","BUELL WILL NOTIFY OWNERS AND REPLACE THE WINDSCREEN FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 21, 2006. OWNERS MAY CONTACT BUELL DISTRIBUTION COMPANY LLC AT 1-414-343-8400." -07/07/2006,06V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V242000),"Nissan North America, Inc.",CRANK ANGLE SENSOR ENGINE STALL,ENGINE AND ENGINE COOLING,R0606,Vehicle,294166,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 2.5L ENGINE, THE CRANK ANGLE SENSOR IS AFFECTED BY TEMPERATURE VARIATIONS. UNDER CERTAIN DRIVING CONDITIONS, THESE VARIATIONS IN TEMPERATURE CAN BE LARGE ENOUGH TO CAUSE A BRIEF INTERRUPTION IN THE SIGNAL OUTPUT FROM THE SENSOR.","IF THE INTERRUPTION IN THE SIGNAL FROM THE SENSOR IS SO BRIEF THAT THE ELECTRONIC CONTROL MODULE (ECM) LOGIC DOES NOT HAVE TIME TO DIAGNOSE THE CONDITION, THE ENGINE MAY STOP RUNNING WITHOUT WARNING WHILE THE VEHICLE IS DRIVEN AT A LOW SPEED INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ECM FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 21, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/07/2006,06E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E063000),"Cummins, Inc.",ICON SERVICE TOOL 2.2,EQUIPMENT,NR (Not Reported),Equipment,100,CERTAIN CUMMINS ICON SERVICE TOOL 2.2 USED TO FACILITATE TROUBLE SHOOTING OF ICON SYSTEMS ON CUMMINS ISX AND ISM ENGINES. THE ICON SERVICE TOOL 2.2 CAN CAUSE UNINTENDED ENGINE START-UP WHEN USED WITH AN INLINE 11 ADAPTOR AND CERTAIN LAPTOP COMPUTERS.,UNINTENDED ENGINE START-UP COULD POSSIBLY CAUSE PERSONAL INJURY.,"CUMMINS WILL NOTIFY OWNERS AND REPLACE THE ICON SERVICE TOOL 2.2 WITH THE NEW ICON SERVICE TOOL 2.3 FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 21, 2006. OWNERS MAY CONTACT CUMMINS CUSTOMER SERVICE AT 1-800-DIESELS." -07/07/2006,06V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V240000),"Chrysler (FCA US, LLC)",REAR SUSPENSION LINK,SUSPENSION,F30,Vehicle,230,"ON CERTAIN SPORT UTILITY VEHICLES, THE LEFT REAR SUSPENSION WATTS LINK MAY HAVE BEEN DAMAGED DURING VEHICLE ASSEMBLY AND COULD FAIL.",A FAILED WATTS LINK COULD ADVERSELY AFFECT VEHICLE HANDLING AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE LEFT REAR SUSPENSION WATTS LINK FREE OF CHARGE. THE RECALL BEGAN ON JULY 19, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/06/2006,06V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V239000),Truck Equipment Service Company,CRACKED BEAM CASTING/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,5,"ON CERTAIN TRAILERS EQUIPPED WITH HOLLAND SUSPENSIONS, THE SUSPENSION BEAM CASTING MAY HAVE A CRACK AT THE INBOARD, UPPER FLANGE NEAR THE SHOCK MOUNT.","AS THE BEAM CRACK GROWS, THE SUSPENSION MAY LOSE ALIGNMENT. THE DRIVER WILL EXPERIENCE DIFFICULTIES IN DRIVING INCREASING THE RISK OF A CRASH.",HOLLAND IS CONDUCTING THIS RECALL (PLEASE SEE 06E059000) AND WILL INSPECT THE TRAILERS BY USING A DRY MAGNETIC PARTICLE METHOD. UNITS WITH CRACKS WILL BE REPLACED WITH A NEW BEAM AXLE ASSEMBLY FREE OF CHARGE. OWNERS MAY CONTACT HOLLAND AT 616-396-6501 OR TRUCK EQUIPMENT SERVICES AT 402-476-3225. -07/06/2006,06V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V241000),Motor Coach Industries,DEFROSTER SPEED CONTROLLERS/CARRIER,VISIBILITY,NR (Not Reported),Vehicle,1768,"ON CERTAIN MOTOR COACHES EQUIPPED WITH A SLIDE SWITCH TO CONTROL THE DEFROSTER BLOWER SPEED, THERE IS A SPEED CONTROLLER FOR EACH OF THE TWO DEFROSTER FAN MOTORS. THE SPEED CONTROLLER MAY FAIL CAUSING THE FAN MOTOR TO OPERATE CONTINUOUSLY IN THE ""HIGH"" SPEED MODE, AND THE CARRIER SLIDE SWITCH MAY FAIL TO REDUCE OR OTHERWISE CONTROL THE FAN MOTOR SPEED.","THE SPEED CONTROLLER MAY OVERHEAT AND RESULT IN A THERMAL EVEN, SUCH AS SMOKING OR POSSIBLE FIRE.","DEALERS WILL REPLACE THE DEFROSTER SPEED CONTROLLER FREE OF CHARGE. THE RECALL BEGAN ON JULY 20, 2006. OWNERS MAY CONTACT MOTOR COACH AT 1-800-241-2947." -07/05/2006,06V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V250000),"Winnebago Industries, Inc.",STEERING IMMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,1021,CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE STEERING COULD BECOME LOOSE AT THE STEERING BOX DURING TIGHT STEERING MANEUVERS.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148000) AND WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6883 OR WINNEBAGO AT 1-641-585-3535." -07/03/2006,06V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V237000),FREIGHTLINER LLC,CLUTCH RELEASE BEARING,POWER TRAIN,FL-478,Vehicle,54,"ON CERTAIN TRUCKS EQUIPPED WITH AUTOMATIC SHIFT, AIR MAY LEAK INTO THE CLUTCH HYDRAULIC SYSTEM AT THE CENTRAL RELEASE BEARING SEAL PREVENTING THE CLUTCH FROM OPENING COMPLETELY AND POTENTIALLY PREVENTING THE TRANSMISSION FROM SHIFTING INTO NEUTRAL.",FAILURE OF THE CLUTCH TO OPEN COMPLETELY OR THE TRANSMISSION TO SHIFT INTO NEUTRAL COULD MAKE THE VEHICLE DIFFICULTY TO BRING TO A COMPLETE STOP OR CAUSE THE VEHICLE TO ROLL FORWARD WHILE STOPPED INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE CENTRAL RELEASE BEARING AND UPDATE THE CLUTCH ACTUATION ELECTRONIC CONTROL UNIT (ECU) SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -07/03/2006,06V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V238000),DAIMLERCHRYSLER MANUFACTURING INTL,CONTAMINATION OF BRAKE FLUID,"SERVICE BRAKES, AIR",F34,Vehicle,235,"ON CERTAIN TRUCKS BUILT ON DODGE AND FREIGHTLINER CHASSIS, THE BRAKE FLUID USED WAS CONTAMINATED WITH COOLANT. DUE TO THE HIGH WATER CONTENT THE BOILING POINT OF THE SUBJECT BRAKE FLUID IS REDUCED.",THIS MAY AFFECT THE PROPER FUNCTION OF THE BRAKE SYSTEM DURING HARD BRAKING SITUATIONS AND MAY LEAD TO AN INCREASING BRAKE DISTANCE WHICH COULD RESULT IN A CRASH.,"DEALERS WILL FLUSH AND REPLACE THE BRAKE FLUID FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-704-655-1000." -06/30/2006,06T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T013000),"Kumho Tire U.S.A., Inc.",AIR PRESSURE LOSS,TIRES,NR (Not Reported),Tire,78321,"CERTAIN NANJING KUMHO ROAD VENTURE HT - 824 AND ROAD VENTURE AT - KL78 LIGHT TRUCK TIRES MANUFACTURED BETWEEN JANUARY 15 AND DECEMBER 24, 2005. THESE TIRES MAY DEVELOP A NOTICEABLE BLISTER ON THE SIDEWALL, WHICH MAY EVENTUALLY RESULT IN TIRE AIR PRESSURE LOSS.",DRIVING ON AN UNDERINFLATED TIRE COULD RESULT IN A VEHICLE CRASH.,"KUMHO WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON JULY 17, 2006. OWNERS MAY CONTACT KUMHO TIRE AT 800-445-8646 EXT. 342, 348, OR 338." -06/30/2006,06V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V236000),Damon Corporation,STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,116,CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148000) AND WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR DAMON AT 574-264-2900." -06/29/2006,06E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E060000),"AAI MOTORSPORTS USA, LLC",FMVSS 108/AMBER SIDE REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,87745,"CERTAIN AAI MOTORSPORTS COMBINATION LAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON THE ABOVE LIST PASSENGER VEHICLES. COMBINATION LAMPS NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",LACK OF AMBER SIDE REFLECTORS IN THE LAMPS WILL DECREASE LIGHTING VISIBILITY TO OTHER DRIVERS AND MAY POSSIBLY RESULT IN A VEHICLE CRASH,"AAI MOTORSPORTS WILL NOTIFY OWNERS AND REPLACE THE LAMPS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 1, 2006. OWNERS MAY CONTACT AAI MOTORSPORTS AT 909-923-9188." -06/29/2006,06V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V233000),Daimler Coaches North America,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,335,"ON CERTAIN MOTOR COACHES EQUIPPED WITH DETROIT DIESEL SERIES C-60 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL REQUIRE TO BE REPROGRAMMED TO CURRENT MAINFRAME CALIBRATIONS.",REPROGRAMMING THE ECM WILL PREVENT THE POTENTIAL OF A TURBOCHARGER FAILURE FROM PROGRESSING TO AN ENGINE COMPARTMENT FIRE.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REPROGRAM THE ECM TO CURRENT MAINFRAME CALIBRATIONS FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR SETRA AT 905-403-7807. -06/28/2006,06V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V231000),"Navistar, Inc.",SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,06506,Vehicle,1401,"ON CERTAIN TRUCKS EQUIPPED WITH SR-7 BENDIX BRAKE VALVES, THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SET, CAUSING INTERNAL AIR LEAKAGE. IF THE CHECK VALVE DOES NOT PROPERLY SEAT, THE RESULTING LEAKAGE CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VALVES AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON JULY 21, 2006. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/28/2006,06V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V232000),"Mack Trucks, Inc.",SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,SC0336,Vehicle,2587,"ON CERTAIN TRUCKS EQUIPPED WITH SR-7 BENDIX BRAKE VALVES, THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SET, CAUSING INTERNAL AIR LEAKAGE. IF THE CHECK VALVE DOES NOT PROPERLY SEAT, THE RESULTING LEAKAGE CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VALVES AND REPLACE IT FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 14, 2006. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -06/28/2006,06E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E059000),"HOLLAND USA, INC.",SUSPENSION BEAM CRACKS,SUSPENSION,NR (Not Reported),Equipment,850,"CERTAIN HOLLAND USA SUSPENSION BEAMS, MODEL CB2300, INSTALLED AS ORIGINAL EQUIPMENT FOR SEMI TRAILERS. THE SUSPENSION BEAM CASTING MAY HAVE A CRACK AT THE INBOARD, UPPER FLANGE NEAR THE SHOCK MOUNT.","THE CRACK MAY GROW AND COULD CAUSE THE BEAM TO CRACK IN HALF, POSSIBLY RESULTING IN A VEHICLE CRASH.","OWNERS WILL BE NOTIFIED BY THEIR VEHICLE MANUFACTURER AND THE SUSPENSION BEAM WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 23, 2006." -06/28/2006,06V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V230000),Keystone RV Company,TEKONSHA BRAND BREAKAWAY SWITCHES/CEQUENT,TRAILER HITCHES,06-070,Vehicle,27,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH TEKONSHA EMERGENCY BRAKE BREAKAWAY SWITCHES SOLD BY CEQUENT, AN ELECTRICAL SWITCHING COMPONENT MAY CAUSE THE BREAKAWAY DEVICE TO FAIL OR TO OPERATE IMPROPERLY.","IN THE CASE OF A SEPARATION OF THE TRAILER FROM THE TOWING VEHICLE, A FAILURE OF THE BREAKAWAY SWITCH MAY PREVENT THE TRAILER BRAKES FROM ACTIVATING POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BREAKAWAY SWITCHES FREE OF CHARGE. THESE TRAILERS ARE STILL LOCATED AT THE KEYSTONE RV MANUFACTURING FACILITY OR IN THE POSSESSION OF DEALERS. -06/26/2006,06E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E058000),"Fulmer Helmets, Inc.",FMVSS 218/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,32052,"CERTAIN FULMER BRAND MODULAR HELMETS, MODELS AF-M AND SN-M, FAIL TO CONFORM TO THE PENETRATION REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE HELMET MAY NOT PROVIDE ADEQUATE PROTECT TO THE WEARER, POSSIBLY RESULTING IN INJURIES.","FULMER HELMETS WILL NOTIFY OWNERS AND REPLACE THE HELMETS WITH NEW COMPLIANT HELMETS. THE RECALL BEGAN ON FEBRUARY 2, 2007. OWNERS MAY CONTACT FULMER HELMETS AT 901-248-7137." -06/26/2006,06V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V234000),Hyundai Motor America,SUNVISOR AIR BAG WARNING LABEL,EQUIPMENT,076,Vehicle,43301,"ON CERTAIN PASSENGER VEHICLES, THE AIR BAG WARNING LABEL INSTALLED ON THE SUNVISORS HAD LOST ADHESION TO THE SUNVISORS AND HAD DISTORTED OR SEPARATED FROM THE SUN VISORS.","IF THE LABELS ARE DISTORTED OR MISSING, THE DRIVER OR FRONT SEAT PASSENGER WILL NOT HAVE INFORMATION AVAILABLE THAT MAY HELP PROTECT THEM IN THE EVENT OF A CRASH.","DEALERS WILL REPLACE THE SUNVISOR ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 2, 2006. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -06/26/2006,06V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V235000),Toyota Motor Engineering & Manufacturing,TIRE INNER BEAD DAMAGED,TIRES,6AD,Vehicle,9434,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH EITHER BRIDGESTONE DUELER OR DUNLOP GRANDTREK TIRES, THERE IS A POSSIBILITY THAT THE INNER BEAD OF THE TIRE MAY HAVE BEEN DAMAGED. IF THE BEAD IS DAMAGED, A BULGE MAY DEVELOP ON THE SIDEWALL OF THE TIRE AND AIR MAY LEAK FROM THE AREA OF THE DAMAGED BEAD.",IF THE TIRE LOSES AIR PRESSURE IT MAY LEAD TO A LOSS OF VEHICLE CONTROL AND INCREASE THE POSSIBILITY OF A CRASH.,"DEALERS WILL INSPECT ALL FIVE TIRES, INCLUDING THE SPARE TIRE, TO DETERMINE IF THEY ARE WITHIN THE AFFECTED TIRE-TO-WHEEL ASSEMBLY RANGE AND REPLACE ALL INVOLVED TIRES WITH NEW TIRES FREE OF CHARGE. THE RECALL BEGAN ON JULY 5, 2006. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331. NOTE: DUE TO AN ERROR IN THE DOT SERIAL NUMBER SECTION OF THE TECHNICAL INSTRUCTIONS, A NUMBER OF VEHICLES WERE NOT INSPECTED CORRECTLY. TOYOTA RELAUNCHED THIS CAMPAIGN IN MID-AUGUST 2006." -06/23/2006,06E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E057000),Maxzone Auto Parts Corporation,FMVSS 108/AFTERMARKET HEADLAMP ASSEMBLIES,EXTERIOR LIGHTING,NR (Not Reported),Equipment,12861,"CERTAIN MAXZONE HEADLIGHT ASSEMBLIES, DEPO BRAND, P/NOS. 332-1182L-AS AND 332-1182R-AS, SOLD FOR USE AS AFTERMARKET EQUIPMENT FOR 1999-2000 CHEVROLET SILVERADOS. THESE HEADLAMPS FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"MAXZONE WILL NOTIFY OWNERS AND OFFER FOR REIMBURSEMENT ANY NONCOMPLIANT HEADLIGHTS. THE RECALL BEGAN ON JULY 10, 2006. OWNERS MAY CONTACT MAXZONE AT 909-822-3288." -06/23/2006,06V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V228000),"Navistar, Inc.",FMVSS 221/JOINT STRENGTH,SEATS,06505,Vehicle,1200,"CERTAIN 2006 AND 2007 IC RESB (PB305) SCHOOL BUSES MANUFACTURED BETWEEN JULY 1, 2005, AND MAY 9, 2006. A JOINT AT THE REAR OF THE BUS WHERE THE DAVENPORT IS ATTACHED TO THE FLOOR DOES NOT MEET THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A VEHICLE CRASH, THE BODY STRUCTURE OF THE BUS COULD COLLAPSE, POSSIBLY RESULTING IN SERIOUS INJURY TO THE BUS OCCUPANTS.","IC WILL NOTIFY OWNERS AND WILL ADD A RETAINING BAR ALONG THE FRONT OF THE DAVENPORT FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 15, 2006. OWNERS MAY CONTACT IC AT 1-800-843-5615 OR INTERNATIONAL AT 1-800-448-7825." -06/23/2006,06V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V227000),MONACO COACH CORPORATION,INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2582,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTER FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, 'CONTROLS AND DISPLAYS,' AND NO. 105, 'HYDRAULIC AND ELECTRIC BRAKE SYSTEMS.' IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 04V195000) AND WILL REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR MONACO AT 1-800-685-6545. -06/22/2006,06V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V226000),MONACO COACH CORPORATION,STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,404,CERTAIN MOTOR HOME CHASSIS BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148000) AND WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR MONACO AT 1-800-685-6545." -06/21/2006,06V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V222000),Chrysler Group Global Electric Motorcars,AUXILIARY CARD CIRCUIT BOARD,ELECTRICAL SYSTEM,002,Vehicle,27350,"ON CERTAIN 2 AND 4 PASSENGER, SHORT AND LONG BED LOW SPEED VEHICLES, THE 12 VOLT OUTPUT FROM THE AUXILIARY CARD CIRCUIT BOARD (A DC VOLTAGE TO DC VOLTAGE CONVERTER) MAY BECOME INOPERATIVE AND RESULT IN LOSS OF HEADLAMP, TAIL LAMP AND TURN SIGNAL LAMP FUNCTIONS.","A LOSS OF HEADLAMPS COULD IMPAIR A DRIVER'S VISIBILITY, INCREASING THE RISK OF A CRASH. IF THERE IS A LOSS OF TAIL LAMP OR TURN SIGNAL LAMP FUNCTION, A FOLLOWING DRIVER MAY NOT KNOW WHEN THE BRAKES HAVE BEEN APPLIED OR THAT THE VEHICLE IN FRONT IS TURNING, A REAR-END CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE AUXILIARY CARDS, INSTALL A SPLASH/SPRAY PROTECTION, AND ADJUST THE DASH SEAL FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 11, 2006. OWNERS MAY CONTACT GLOBAL ELECTRIC AT 888-871-4367." -06/21/2006,06V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V223000),"Nissan North America, Inc.",ENGINE OIL CONSUMPTION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,85000,CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.5L ENGINES MAY EXPERIENCE EXCESSIVE ENGINE OIL CONSUMPTION AS A RESULT OF IMPROPER PERFORMANCE OF THE PISTON RINGS.,"IF THE OIL IS NOT MAINTAINED AT LEAST AT THE MINIMUM LEVEL, ENGINE DAMAGE CAN OCCUR AND IN EXTREME CASES RESULT IN AN ENGINE FIRE.","DEALERS WILL REPROGRAM THE ELECTRONIC CONTROL MODULE (ECM OR ENGINE COMPUTER). YOUR VEHICLE WILL ALSO BE INSPECTED TO DETERMINE IF IT HAS BEEN CONSUMING ENGINE OIL AT A HIGHER THAN NORMAL RATE. IN A SMALL PERCENTAGE OF VEHICLES, ENGINE REPLACEMENT WILL BE NEEDED. ON JUNE 9, 2006, NISSAN NOTIFIED OWNERS OF THE POSSIBILITY OF EXCESSIVE OIL CONSUMPTION AND THE IMPORTANCE OF MAINTAINING THE OIL AT A PROPER LEVEL. FOLLOW-UP LETTER TO OWNERS ADVISING THEM OF THE STATUS OF THE RECALL WAS SENT DURING AUGUST 2006. FOLLOWUP LETTER TO OWNERS WAS SENT ON NOVEMBER 15, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -06/21/2006,06E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E055000),AUTOXTYLE,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,23,"CERTAIN AUTOXTYLE HID CONVERSION KITS , MODEL NOS. KAS H4, 9007, 9006, AND H3, SOLD AS AFTERMARKET FOR USE ON PASSENGER VEHICLES. THE BULBS IN THESE CONVERSION KITS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","AUTOXTYLE WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL BEGAN ON JUNE 10, 2006. OWNERS MAY CONTACT AUTOXTYLE AT 813-842-8278." -06/21/2006,06V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V224000),"Coachmen RV Company, LLC",STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,32,CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148000) AND WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFT. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR COACHMEN AT 574-825-5821." -06/20/2006,06V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V225000),WORKHORSE CUSTOM CHASSIS,FUEL RAIL DAMPER RETAINER CLIP,ENGINE AND ENGINE COOLING,60601-C,Vehicle,30335,"ON CERTAIN MOTOR HOME AND TRUCK CHASSIS EQUIPPED WITH GENERAL MOTORS 8.1L V8 ENGINES, IMPROPER HARDENING DURING THE HEAT TREATMENT PROCESS CAN CAUSE THE FUEL RAIL PULSE DAMPER RETAINER CLIP TO FRACTURE, RESULTING IN INADEQUATE RETENTION OF THE DAMPER. IF THE DAMPER BECOMES LOOSE, FUEL COULD BE PUMPED BY THE FUEL PUMP INTO THE UNDER HOOD AREA.","IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","DEALERS WILL REPLACE THE FUEL RAIL PULSE DAMPER RETAINER CLIPS ON THESE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 1, 2006. OWNERS MAY CONTACT WORKHORSE AT 877-294-6773." -06/19/2006,06V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V217000),Newmar Corporation,(MANUAL) COLUMN DRIVE STEERING COLUMN/TRW/SPARTAN,STEERING,06014,Vehicle,2,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SPARTAN STEERING COLUMNS, THE STEERING COLUMN HAS AN INCORRECT BUSHING THAT DOES NOT PROPERLY LIMIT THE TRAVEL OF THE STEERING COLUMN.",THE REDUCED ENGAGEMENT OF THE COLUMN TUBING MAY LIMIT THE DRIVER'S CAPABILITY TO CONTROL THE STEERING INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BUSHING TO INCREASE THE LENGTH OF THE ENGAGEMENT BETWEEN THE STEERING COLUMN TUBES FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NEWMAR AT 574-773-7791. -06/19/2006,06E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E053000),"Terex South Dakota, Inc.",AERIAL DEVICE FAILURE,EQUIPMENT,CB569,Equipment,81,"CERTAIN TEREX AERIAL DEVICES, MODELS HR37 AND HR40, WHICH THE UPPER BOOM CYLINDER (437249) AND THE LOWER BOOM CYLINDER (437250) MAY HAVE A PISTON NUT THAT IS DEFECTIVE. THESE DEVICES ARE INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE TO THE WORK SITE.",FAILURE OF THIS NUT MAY CAUSE THE BOOMS AND PLATFORM TO FALL. A FALLING PLATFORM CAN RESULT IN DEATH OR SERIOUS INJURY.,"TEREX WILL NOTIFY OWNERS AND REPAIR THE UNITS FREE OF CHARGE. THE RECALL BEGAN ON JULY 7, 2006. OWNERS MAY CONTACT TEREX AT 1-605-882-4000." -06/19/2006,06V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V220000),"Mercedes-Benz USA, LLC",ENGINE COMPARTMENT FIRE,ELECTRICAL SYSTEM,2006060003,Vehicle,433,"ON CERTAIN PASSENGER VEHICLES, UNDER HARD OPERATING CONDITIONS, THE ENGINE COMPARTMENT TEMPERATURE CAN INCREASE TO A LEVEL WHICH EXCEEDS THE DESIGN PARAMETERS FOR THE ALTERNATOR TO NOT FUNCTION AND IT WILL BECOME DAMAGED.",THIS WILL CREATE THE POTENTIAL FOR AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL IMPROVE THE ENGINE COMPARTMENT AND ALTERNATOR COOLING, INSTALL A MODIFIED CONTROL UNIT AND A NEW ALTERNATOR FREE OF CHARGE. THE RECALL BEGAN ON JUNE 23, 2006. OWNERS MAY CONTACT MERCEDES BENZ AT 1-800-367-6372." -06/19/2006,06V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V219000),R-VISION,SEAT BELT BUCKLES/CHEVROLET,SEAT BELTS,NR (Not Reported),Vehicle,1182,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET CHASSIS, THE SAFETY BELT BUCKLES MAY NOT LATCH OR UNLATCH.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY OR DEATH.","GENERAL MOTORS/CHEVROLET IS CONDUCTING THIS RECALL (PLEASE SEE 05V558000) AND WILL INSPECT THE BUCKLES. IF THE BUCKLES ARE FOUND TO BE INOPERATIVE, THE ENTIRE BUCKLE ASSEMBLY WOULD BE REPLACED. FOR BUCKLES FOUND TO BE OPERATIVE, DEALERS WILL REPLACE ONLY THE UPPER BUCKLE COVER. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR R-VISION AT 574-268-2111." -06/19/2006,06V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V221000),Oshkosh Corporation,SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,NR (Not Reported),Vehicle,139,"ON CERTAIN TRUCKS EQUIPPED WITH SR-7 BENDIX BRAKE VALVES, THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SET, CAUSING INTERNAL AIR LEAKAGE. IF THE CHECK VALVE DOES NOT PROPERLY SEAT, THE RESULTING LEAKAGE CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKES TO PARK THE VEHICLE AFTER OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VALVES AND REPLACE IT FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JULY 1, 2006. OWNERS MAY CONTACT OSHKOSH AT 920-233-9244." -06/19/2006,06V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V216000),Newmar Corporation,STEERING GEAR SUPPORT FAILURE/SPARTAN,STEERING,NR (Not Reported),Vehicle,30,"ON CERTAIN MOTOR HOMES BUILT ON SPARTAN K2 AND MM CHASSIS, THE STEERING GEAR SUPPORT BRACKET HAS THE POTENTIAL TO FAIL WHEN SUBJECT TO THE REPETITIVE FORCES OF STATIC STEERING CONDITIONS.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE STEERING SUPPORT BRACKET FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791. -06/19/2006,06V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V218000),"FLEETWOOD ENTERPRISES, INC.",STEERING INTERMEDIATE SHAFT/WORKHORSE,STEERING,NR (Not Reported),Vehicle,947,ON CERTAIN CLASS A MOTOR HOMES BUILT ON WORKHORSE CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,"THIS STEERING CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","WORKHORSE IS CONDUCTING THIS RECALL (PLEASE SEE 06V148000) AND WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFTS. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR FLEETWOOD AT 1-800-322-8216." -06/19/2006,06E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E054000),CEQUENT ELECTRICAL PRODUCTS,TEKONSHA BRAND BREAKAWAY SWITCHES,EQUIPMENT,NR (Not Reported),Equipment,17534,"CERTAIN TEKONSHA BRAND BREAKAWAY SWITCHES, MODEL 2010 (WITH VARIOUS MODEL NUMBER SUFFIXES) 2010-23, 2010-ATK, 2010-B-PRIME, 2010-B125, 2010-B125-B, 2010-B125-BG, 2010-NAPA-S, 2010-P, AND 2010-S-BSI, MANUFACTURED IN TAIWAN AND WERE SOLD BOTH AS INDIVIDUAL UNITS AND AS COMPONENTS IN BREAKAWAY KITS. THESE SWITCHES WERE SOLD BY CEQUENT AS ORIGINAL EQUIPMENT AND IN THE AFTERMARKET FOR TRAILER APPLICATIONS. AN ELECTRICAL SWITCHING COMPONENT MAY CAUSE THE BREAKAWAY DEVICE TO FAIL OR TO OPERATE IMPROPERLY.","IN THE CASE OF A SEPARATION OF THE TRAILER FROM THE TOWING VEHICLE, A FAILURE OF THE BREAKAWAY SWITCH MAY PREVENT THE TRAILER BRAKES FROM ACTIVATING POSSIBLY RESULTING IN A VEHICLE CRASH.","CEQUENT WILL NOTIFY OWNERS OF THE AFTERMARKET KITS AND THE VEHICLE MANUFACTURERS WILL NOTIFY THEIR OWNERS AND REPLACE THE SWITCHES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2006. OWNERS MAY CONTACT CEQUENT AT 517-767-4142." -06/16/2006,06V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V229000),"Forest River, Inc.",HUB WHEEL FAILURES/AXIS,POWER TRAIN,NR (Not Reported),Vehicle,697,"ON CERTAIN TRAILERS, THE WHEEL STUD CAN FAIL AND SEPARATES AT THE BASE OF THE THREAD. THIS REDUCES CLAMP FORCE ON THE WHEEL.",THE STUDS SNAP OFF AND THE WHEEL AND TIRE ARE NO LONGER SECURED TO THE HUB. THE WHEEL MAY SEPARATE FROM THE TRAILER CAUSING IT TO BE A PROJECTILE ON THE HIGHWAY INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE HUBS WITH NEW STUDS FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT FOREST RIVER AT 574-389-4600. -06/15/2006,06V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V215000),"General Motors, LLC",MANUAL PASSENGER SEAT ADJUSTER/FMVSS 210,SEATS,06016,Vehicle,2023,"CERTAIN VEHICLES EQUIPPED WITH A MANUAL PASSENGER SEAT ADJUSTER FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE LEFT FLOOR MOUNTING BRACKET MAY BE MISLOCATED.","IN A SEVERE VEHICLE CRASH, THE SEAT ADJUSTER MAY SEPARATE FROM THE MOUNTING BRACKET, INCREASING THE RISK OF OCCUPANT INJURY.","DEALERS WILL INSPECT THE SEAT ADJUSTER AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE RECALL ON JULY 2, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -06/14/2006,06V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V213000),Volvo Trucks North America,DISC WHEEL SPACER,WHEELS,RVXX0603,Vehicle,873,"ON CERTAIN TRUCKS, THE WHEEL SPACER MAY BECOME DISTORTED FROM HEAT WHICH POTENTIALLY COULD LEAD TO A LOSS OF CLAMP THAT MAY RESULT IN LOOSE WHEEL NUTS.","IF THE WHEEL NUTS LOOSEN FOR ANY REASON, DAMAGE TO THE WHEEL STUDS AND WHEEL MAY OCCUR, AND MAY LEAD TO A COMPLETE SEPARATION OF THE WHEELS FROM THE TRUCK WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE WHEEL SPACERS AND THE WHEEL EQUIPMENT (WHEELS,STUDS, AND HUB) WILL BE INSPECTED FOR DAMAGE AND REPLACED IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2006. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -06/14/2006,06V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V211000),ORION BUS INDUSTRIES LTD.,ENGINE COMPARTMENT FIRE/DETROIT DIESEL/SERIES 50G,ENGINE AND ENGINE COOLING,DDC#06C03,Vehicle,405,"ON CERTAIN BUSES EQUIPPED WITH DETROIT DIESEL SERIES 50G ENGINES, HIGHER THAN EXPECTED TEMPERATURES WILL ALLOW THE LOW PRESSURE NATURAL GAS REGULATOR GASKET TO LEAK COOLANT AND DRIP ONTO THE TERMINALS OF THE BATTERY CHARGING ALTERNATOR.",THIS CAN RESULT IN A SHORT IN THE ELECTRICAL CIRCUIT AND THE POTENTIAL FOR AN ENGINE COMPARTMENT FIRE.,DETROIT DIESEL IS CONDUCTING THE RECALL (PLEASE SEE 06E028000) AND WILL REPAIR THE ENGINES BY REPLACING THE LOW PRESSURE REGULATOR GASKET FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-3708 OR ORION BUS AT 905-403-7832. -06/14/2006,06V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V212000),"New Flyer of America, Inc.",ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,798,"ON CERTAIN TRANSIT BUSES BUILT WITH CUMMINS ISL AND ISC DIESEL ENGINES EQUIPPED WITH THE CM850 FUEL SYSTEM, THE ENGINE HIGH PRESSURE FUEL LINES, FROM THE ENGINE HIGH PRESSURE PUMP TO THE ENGINE FUEL RAIL, ARE PRONE TO FAILURE.",FAILURE OF THE LINE INTRODUCES HIGH PRESSURE FUEL SPRAY INTO THE ENGINE COMPARTMENT WHICH CAN IGNITE WHEN IT COMES IN CONTACT WITH A HOT SURFACE.,CUMMINS WILL INSTALL A FUEL LINE BRACKET TO REDUCE FUEL LINE STRESS. A NEW FUEL LINE WILL BE INSTALLED WHEN ADDING THE BRACKET. CUSTOMERS MAY CONTACT CUMMINS AT 1-800-DIESELS OR NEW FLYER AT 204-934-4876. -06/14/2006,06V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V210000),"Jayco, Inc.",SAFETY BELT BUCKLE/GM/CHEVROLET,SEAT BELTS,NR (Not Reported),Vehicle,49,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET CHASSIS, THE SAFETY BELT BUCKLES MAY NOT LATCH OR UNLATCH.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY OR DEATH.","GENERAL MOTORS IS CONDUCTING THIS RECALL (PLEASE SEE 05V558000) AND WILL INSPECT THE BUCKLES AND, IF FOUND TO BE INOPERATIVE, THE ENTIRE BUCKLE ASSEMBLY WOULD BE REPLACED. FOR BUCKLES FOUND TO BE OPERATIVE, DEALERS WILL REPLACE ONLY THE UPPER BUCKLE COVER. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR JAYCO AT 1-574-825-0608." -06/14/2006,06V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V214000),Prevost Car (US) Inc.,STEERING SYSTEM,STEERING,SR06-07,Vehicle,423,"ON CERTAIN MOTOR HOMES EQUIPPED WITH FRONT INDEPENDENT SUSPENSION, TWO SPINDLE SHAFTS WERE IMPROPERLY PROCESSED DURING MANUFACTURING WHICH WEAKENED THE SHAFTS.",THE SHAFTS CAN BREAK CAUSING A LOSS OF STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TWO SPINDLE SHAFTS AND SURROUNDING PARTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 12, 2006. OWNERS MAY CONTACT PREVOST AT 418-831-5432." -06/13/2006,06V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V209000),"United Trailers, LLC",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,"ON CERTAIN TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER IS HANDING THIS RECALL (PLEASE SEE 06E029) AND WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT DEXTER AT 1-800-400-2164 OR UNITED EXPRESSLINE AT 574-848-7088. -06/13/2006,06E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E056000),UFI FILTERS USA,FUEL LEAK/FIRE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,58640,"CERTAIN AFTERMARKET FUEL FILTERS SOLD UNDER THE PUROLATOR BRAND NAME, P/N F65277, SHIPPED FROM JANUARY 16 THROUGH JUNE 2, 2006, FOR USE ON THE ABOVE LISTED PASSENGER VEHICLES. DUE TO INCORRECT DESIGN, THE QUICK CONNECTORS MAY NOT FULLY SEAT WITH THE TUBE INTERFACE, EVEN THOUGH THE PERSON MAKING THE CONNECTION MAY BELIEVE THAT THE QUICK CONNECTOR IS FULLY ATTACHED.","FAILURE OF THIS CONNECTION COULD LEAD TO FUEL SPILLAGE AND, IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD OCCUR.","UFI WILL NOTIFY OWNERS AND REPLACE THE FILTERS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 4, 2006. OWNERS MAY CONTACT UFI FILTERS USA AT 800-230-5876." -06/13/2006,06V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V208000),"Thor California, Inc.",FURNACE EXHAUST VENT,EQUIPMENT,615001,Vehicle,64000,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH SUBURBAN AND ATWOOD FURNACES, THE FURNACE EXHAUST VENT WAS IMPROPERLY INSTALLED. THE FURNACE EXHAUST VENT WILL ALLOW LEAKAGE OF FUMES WHICH CONTAIN COMBUSTION PRODUCTS, INCLUDING A HIGH CONCENTRATION OF POTENTIALLY LETHAL CARBON MONOXIDE GAS.",FUMES COULD ENTER INTO THE TRAILER AND COULD RESULT IN SERIOUS INJURY OR DEATH.,"OWNERS WILL RECEIVE INSTRUCTIONS ON INSPECTING THE FURNACE VENT. IF AN OWNER BELIEVES THE VENT IS INSTALLED INCORRECTLY, IS NOT SURE HOW TO INSPECT THE FURNACE EXHAUST VENT, OR NEEDS ASSISTANCE IN GETTING THE FURNACE EXHAUST VENT INSTALLATION INSPECTED AND CORRECTED, OWNERS SHOULD CONTACT THOR IMMEDIATELY AT 1-877-870-2638 OR VIA THE INTERNET AT HTTP://WWW.THORCA.COM. THE RECALL BEGAN ON JUNE 15, 2006." -06/13/2006,06V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V207000),Daimler Coaches North America,TRANSVERSE CONTROL ARM/FRONT AXLE,SUSPENSION,NR (Not Reported),Vehicle,84,"ON CERTAIN MOTOR COACHES, THE TRANSVERSE CONTROL ARM OF THE FRONT AXLE MIGHT BREAK AS A RESULT OF EXTREME PRESSURE (E.G., DURING A SUDDEN APPLICATION OF THE BRAKES AT THE FINAL STAGE OF THE STOP).","THIS CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, WHICH COULD RESULT IN A CRASH.","SETRA TECHNICAL REPRESENTATIVES WILL CONTACT THE CUSTOMER TO SET UP AN APPOINTMENT TO TEST THE TRANSVERSE CONTROL ARM AND, IF NECESSARY, WILL REPLACE THE TRANSVERSE CONTROL ARM FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2006. OWNERS MAY CONTACT SETRA AT 1-800-882-8054." -06/12/2006,06E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E052000),"SABRY LEE, INC.",FMVSS 108/INSUFFICIENT LIGHTING VISIBILITY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,14616,"CERTAIN EAGLE EYES HEADLAMPS, P/NOS. FR208-B101R, FR208-B101L, FR208-B001R, AND FR208-B001L, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE PASSENGER VEHICLES LISTED ABOVE. THESE HEADLAMPS FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",DECREASED LIGHTING VISIBILITY MAY RESULT IN A VEHICLE CRASH.,"SABRY LEE WILL NOTIFY OWNERS AND OFFER FULL CREDIT FOR ANY NONCOMPLIANT HEADLAMP. THE RECALL IS EXPECTED TO BEGIN ON JUNE 14, 2006. OWNERS MAY CONTACT SABRY LEE ACCOUNT EXECUTIVE AT 1-866-467-2279." -06/12/2006,06V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V205000),FREIGHTLINER LLC,SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,FL-477,Vehicle,5243,"CERTAIN HEAVY TRUCKS, SHUTTLE BUSES, AND SCHOOL BUSES EQUIPPED WITH BENDIX MODULATED SPRING BRAKE VALVES. A DEFECT IN THE MODULATED SPRING BRAKE VALVE CASTING MAY CAUSE AN INTERMITTENT DELAY IN THE APPLICATION OF THE PARK BRAKE.","THE VEHICLE MAY ROLLAWAY WITHOUT WARNING, POSSIBLY CAUSING PERSONAL INJURY.","FREIGHTLINER WILL NOTIFY OWNERS AND REPLACE THE DEFECTIVE VALVES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 28, 2006 TO FREIGHTLINER, STERLING, AND FCCC OWNERS. THOMAS BUILT MAILED LETTERS TO OWNERS BEGINNING JULY 27, 2006. THIS RECALL HAS BEEN SUPERSEDED (REPLACED) BY RECALL 07V302 (FL-504)." -06/12/2006,06V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V206000),"GENMAR HOLDINGS, INC.",TRAILER TONGUE WELD,TRAILER HITCHES,STR1,Vehicle,3608,CERTAIN BOAT TRAILERS EQUIPPED WITH A RETRACTABLE TONGUE WERE MANUFACTURED INCORRECTLY. THE STEEL FRAME INSERT MAY NOT HAVE BEEN INSERTED INTO THE BRAKE ACTUATOR HOUSING AT THE CORRECT DISTANCE BEFORE THE PARTS WERE WELDED TOGETHER.,"IF THE RETRACTABLE TONGUE WAS NOT MANUFACTURED CORRECTLY, THE BOTTOM OF THE TOP INSERT COULD CRACK IN THE AREA OF THE GAP. IF THE INSERT CRACKS WITH THE TRAILER IN SERVICE, THE TONGUE COULD BUCKLE CONTACTING THE ROAD SURFACE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPAIR THE TRAILERS AS NECESSARY. THE RECALL BEGAN ON JUNE 22, 2006. OWNERS MAY CALL 615-494-2084 FOR MORE INFORMATION." -06/09/2006,06V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V204000),AMERICAN LAFRANCE LLC,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,ALF-0206,Vehicle,22,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,AMERICAN LAFRANCE DELIVERED ONE VEHICLE TO A CUSTOMER WHICH HAS ALREADY BEEN REPAIRED. ALL OTHER VEHICLES ARE STILL AT THE AMERICAN LAFRANCE MANUFACTURING FACILITY. -06/09/2006,06V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V203000),"Reinke Manufacturing Company, Inc.",FRAME FLANGE FAILURE,STRUCTURE,NR (Not Reported),Vehicle,32,"ON CERTAIN CHASSIS FRAMES, THE LOWER FLANGE(S) OF THE FRAME CAN DEVELOP A CRACK EITHER IN FRONT OF OR BEHIND THE FRONT SUSPENSION HANGER.","THE LOWER FLANGE(S) CAN FAIL, INCREASING THE RISK OF A CRASH.",REINKE WILL INSPECT AND REPAIR THE FRAME FLANGE(S) FREE OF CHARGE. THIS RECALL HAS BEEN SUPERSEDED BY CAMPAIGN 08V604. -06/08/2006,06V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V200000),Shyft Group,(MANUAL) COLUMN DRIVE STEERING COLUMN/TRW,STEERING,06014,Vehicle,2,"ON CERTAIN MOTOR HOMES EQUIPPED WITH TRW MANUAL STEERING COLUMNS, THE STEERING COLUMN HAS AN INCORRECT BUSHING THAT DOES NOT PROPERLY LIMIT THE TRAVEL OF THE STEERING COLUMN.",THE REDUCED ENGAGEMENT OF THE COLUMN TUBING MAY LIMIT THE DRIVER'S CAPABILITY TO CONTROL THE STEERING INCREASING THE RISK OF A CRASH.,"TRW SERVICE CENTERS, FREE OF CHARGE, WILL REPLACE THE BUSHING TO ENSURE PROPER ENGAGEMENT BETWEEN THE STEERING COLUMN TUBES. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277, OPTION #1." -06/08/2006,06V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V199000),"Chrysler (FCA US, LLC)",ENGINE COOLING FAN BLADE FAILURE,ENGINE AND ENGINE COOLING,F25,Vehicle,189479,"ON CERTAIN SPORT UTILITY VEHICLES, THE PLASTIC BLADES OF THE ELECTRIC MOTOR DRIVEN COOLING FAN MAY SEPARATE AND PENETRATE THE SHROUD.","IF THIS OCCURS WHILE THE HOOD IS OPEN, A PERSON IN THE VICINITY OF THE ENGINE COULD BE STRUCK BY THE BLADE AND INJURED.","DEALERS WILL REPLACE THE ELECTRIC COOLING FAN MODULES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 4, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/08/2006,06V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V201000),Harley-Davidson Motor Company,FRONT MASTER BRAKE CYLINDER,"SERVICE BRAKES, HYDRAULIC",0125,Vehicle,9506,"ON CERTAIN MOTORCYCLES, THE FRONT MASTER BRAKE CYLINDER ASSEMBLY HAD BEEN BUILT WITH INADEQUATE LUBRICATION ON THE SECONDARY CUP. THIS COULD CAUSE THE SLIDING RESISTANCE OF THE PISTON TO BE EXCESSIVE, WHICH IN TURN COULD CAUSE THE RETURN OF THE PISTON TO BE SLOW UPON RELEASE OF THE BRAKE.","THE PISTON MAY NOT RETURN COMPLETELY. IF THIS HAPPENS, THE REAR BRAKE LIGHT COULD REMAIN ILLUMINATED WHICH COULD CAUSE A CRASH OR INJURIES.","DEALERS WILL REBUILD THE MASTER CYLINDER. THE RECALL BEGAN ON JULY 10, 2006. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -06/08/2006,06V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V202000),Blue Bird Body Company,SPRING BRAKE MODULATING VALVES/BENDIX,PARKING BRAKE,R06KU,Vehicle,272,"CERTAIN 2007 VISION SCHOOL BUSES EQUIPPED WITH BENDIX AIR BRAKES MANUFACTURED BETWEEN APRIL 7 AND MAY 26, 2006. THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SEAT, CAUSING INTERNAL AIR LEAKAGE. THIS CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKE TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","BLUE BIRD WILL NOTIFY OWNERS AND REPLACE THE BRAKE VALVE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 31, 2006. OWNERS CAN CONTACT BLUE BIRD AT 478-822-2242." -06/07/2006,06V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V197000),"Chrysler (FCA US, LLC)",FRONT SEAT ELECTRIC HEATER ELEMENT OVERHEATS,SEATS,F17,Vehicle,111687,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH HEATED SEATS, THE FRONT PASSENGER SEAT ELECTRIC HEATER ELEMENT COULD OVERHEAT.",OVERHEATING COULD POTENTIALLY CAUSE A FIRE.,"DEALERS WILL REPLACE THE HEATED SEAT ELEMENTS. THE RECALL BEGAN ON JULY 24, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/07/2006,06V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V196000),"Mitsubishi Fuso Truck of America, Inc.",REAR AXLE HOUSING BRAKE CONNECTOR JOINT,"SERVICE BRAKES, HYDRAULIC",C1000810,Vehicle,69,"ON CERTAIN TRUCKS, AN EXCESSIVE AMOUNT OF WELD MATERIAL MAY BE PRESENT ON THE REAR AXLE HOUSING AT THE JOINT RETAINER. THE CLEARANCE BETWEEN THE JOINT RETAINER AND BRAKE CONNECTOR MAY BE BEYOND SPECIFICATION AND COULD CAUSE THE ATTACHING BOLT TO LOOSEN ALLOWING THE BRAKE PIPE TO VIBRATE.","THE BRAKE PIPE COULD CRACK, ALLOWING BRAKE FLUID TO LEAK, DECREASING BRAKING PERFORMANCE AND CAUSING A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT AND REMOVE EXCESSIVE WELD MATERIAL AND REPAIR FREE OF CHARGE. THE RECALL BEGAN ON JUNE 14, 2006. OWNERS MAY CONTACT MITSUBISHI FUSO AT 856-467-3917." -06/06/2006,06V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V195000),"Mitsubishi Fuso Truck of America, Inc.",A/T SELECTOR LEVER/ALLISON,POWER TRAIN,C1000720,Vehicle,1045,"ON CERTAIN TRUCKS, THE AUTOMATIC TRANSMISSION (A/T) SELECTOR LEVER MAY HAVE BEEN IMPROPERLY MACHINED ALLOWING EXCESSIVE PLAY IN THE LEVER, CAUSING IMPROPER ENGAGEMENT OF THE ""P"" RANGE (PARK).","THE TRANSMISSION COULD REMAIN IN THE ""R"" RANGE (REVERSE) AFTER SHIFTING THE VEHICLE INTO PARK ALLOWING THE VEHICLE TO ROLL, CAUSING A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE A/T CONTROL LEVER ASSEMBLY, A/T SHIFT CONTROL CABLE AND PROPER PARKING PROCEDURES LABEL FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 16, 2006. OWNERS MAY CONTACT MITSUBISHI FUSO AT 856-467-4500." -06/06/2006,06E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E050000),FEDERAL-MOGUL CORPORATION,AFTERMARKET HUB ASSEMBLIES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,6800,"CERTAIN FEDERAL-MOGUL NATIONAL AND CARQUEST AFTERMARKET HUB ASSEMBLIES, P/N 515058, SOLD FOR USE ON 2001-2006 GENERAL MOTORS 1500 AND 2500 4WD TRUCKS. ON THE SUBJECT HUB ASSEMBLIES, THE ABS SENSOR CORD DEPARTS FROM THE HUB ASSEMBLY AT A 90 DEGREE ANGLE. AS A RESULT, THERE IS A FIT ISSUE WITH THE BRAKE ROTOR DUST SHIELD INTERFERING WITH THE ABS SENSOR CORD. IF THE HUB ASSEMBLY IS INSTALLED DESPITE THIS INTERFERENCE, THE GAP BETWEEN THE ABS SENSOR AND THE TONE WHEEL MAY BE ALTERED. THIS MAY WEAKEN THE OUTPUT OF THE ABS SENSOR. DIMINISHED OUTPUT COULD RESULT IN AN UNWANTED ABS ACTIVATION AT LOW SPEEDS AND STOPPING DISTANCE COULD BE AFFECTED.","IF STOPPING DISTANCE IS LIMITED, A VEHICLE CRASH COULD OCCUR.",FEDERAL-MOGUL WILL NOTIFY ITS OWNERS AND WILL EITHER CREDIT THE CUSTOMERS ACCOUNT OR REPLACE THE UNIT. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2006. OWNERS CAN CONTACT FEDERAL-MOGUL CUSTOMER SERVICE AT 1-800-563-8507 EXT 3530. -06/06/2006,06V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V192000),Keystone RV Company,CARBON MONOXIDE DETECTORS,EQUIPMENT,06-068,Vehicle,9486,"ON CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH A 9 VOLT BATTERY OPERATED CARBON MONOXIDE (CO) DETECTOR, IF THE BATTERY IN THE DETECTOR GOES DEAD OR IS REMOVED, THE DETECTOR WILL NOT FUNCTION AND THEREFORE CAN NOT WARN THE OCCUPANTS IF CO REACHES A HARMFUL LEVEL.","IF CO REACHES A HARMFUL LEVEL, SERIOUS ILLNESS OR DEATH COULD RESULT TO THE OCCUPANTS.","DEALERS WILL INSTALL A HARD WIRED 12 VOLT CO DETECTORS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 5, 2006. OWNERS MAY CONTACT KEYSTONE AT 866-425-4369." -06/05/2006,06V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V198000),"Volkswagen Group of America, Inc.",CROSSMEMBER COVER/DRIVERS SIDE DASH FIRE,ELECTRICAL SYSTEM,JN,Vehicle,70512,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH HALOGEN LOW BEAM HEADLIGHTS, CERTAIN CONNECTOR PINS IN THE HEADLIGHT SWITCH CONNECTOR COME INTO CONTACT WITH EACH OTHER CAUSING A SHORT CIRCUIT. NOTE: VEHICLES WITH XENON LOW BEAM HEADLIGHTS ARE NOT AFFECTED BECAUSE THE CIRCUIT IN THESE VEHICLES CONTAINS A FUSE, WHICH PRECLUDES EXCESSIVE CURRENT FLOW IN THE CASE OF A SHORT CIRCUIT. AUDI S6 AND S6 AVANT VEHICLES ARE ALL EQUIPPED WITH XENON LOW BEAM HEADLIGHTS AND, THEREFORE, ARE NOT LONGER AFFECTED BY THIS RECALL.",THIS CONDITION COULD LEAD TO OVERHEATING OR FIRE.,"DEALERS WILL REROUTE THE WIRING HARNESS BY INSTALLING A JUMPER WIRING HARNESS. THE RECALL BEGAN ON DECEMBER 16, 2006. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -06/05/2006,06V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V190000),FREIGHTLINER LLC,IMPROPER INSTALLATION POWER DISTRIBUTION MODEL,ELECTRICAL SYSTEM,FL-476,Vehicle,61000,"ON CERTAIN TRUCKS, THE PROTECTIVE COVER FOR THE CAB POWER DISTRIBUTION MODEL (PDM) MAY BE MISSING OR IMPROPERLY INSTALLED.","IF THE PROTECTIVE COVER IS MISSING OR NOT POSITIONED CORRECTLY, ANY WATER INTRUSION FROM AN OPEN WINDOW OR WINDSHIELD LEAK MAY SEEP THROUGH THE UPPER DASH COVER SEAM AND DRIP ONTO THE PDM. WATER ON THE PDM CIRCUITS MAY CAUSE A SHORT CIRCUIT RESULTING IN A FIRE THAT COULD CAUSE PERSONAL INJURY.","DEALERS WILL INSTALL A NEW COVER FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 18, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -06/05/2006,06E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E051000),"Bendix Commercial Vehicle Systems, LLC",SPRING BRAKE MODULATING VALVE,PARKING BRAKE,NR (Not Reported),Equipment,15239,"CERTAIN BENDIX SR-7 SPRING BRAKE MODULATING VALVES MANUFACTURED BETWEEN APRIL 1 AND MAY 24, 2006, INSTALLED AS ORIGINAL EQUIPMENT FOR HEAVY TRUCKS AND SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT. THE CHECK VALVE INSIDE THE VALVE CAVITY MAY NOT PROPERLY SEAT, CAUSING INTERNAL AIR LEAKAGE. THIS CAN CAUSE A DELAY IN THE APPLICATION OF THE SPRING BRAKE TO PARK THE VEHICLE AFTER THE OPERATOR PULLS THE DASH VALVE BUTTON.","THE DELAYED PARKING BRAKE APPLICATION CAN OCCUR WITHOUT WARNING, LEADING TO UNINTENDED VEHICLE ROLLAWAY, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","BENDIX WILL NOTIFY THE OWNERS OF THE AFTERMARKET REPLACEMENT EQUIPMENT AND THE VEHICLE MANUFACTURERS WILL NOTIFY OWNERS AND WILL REPAIR THE VEHICLE FREE OF CHARGE. THE RECALL FOR THE AFTERMARKET REPLACEMENT EQUIPMENT BEGAN ON JUNE 8, 2006. OWNERS MAY CONTACT BENDIX AT 440-329-9000." -06/05/2006,06V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V191000),Glaval Bus,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,9,"ON CERTAIN TRANSIT BUSES BUILT ON FORD E450 CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS, THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.",DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE BUSES OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. OWNERS MAY CONTACT GLAVAL BUS AT 574-262-2212 OR RICON AT 1-818-267-3000. -06/02/2006,06V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V189000),"Navistar, Inc.",PARK BRAKE SYSTEM,PARKING BRAKE,06504,Vehicle,9823,"CERTAIN MY 2004 THROUGH 2007 CE AND BE SCHOOL BUSES AND 1300 AND 3300 MODEL VEHICLE CHASSIS MANUFACTURED BY IC CORPORATION BETWEEN MARCH 17, 2004, AND MAY 15, 2006. THE PARK BRAKE SYSTEM MAY ACTIVATE WHILE THE VEHICLE IS UNDER NORMAL OPERATION. ALTHOUGH THE VEHICLE IS BROUGHT TO A STOP, THE ACTIVATION MAY OCCUR WITHOUT WARNING OR INPUT FROM THE DRIVER AND MAY STRAND THE VEHICLE IN AN ACTIVE LANE. THE SPRING APPLIED, HYDRAULIC RELEASE (SAHR) PARK BRAKE ACTUATOR COULD EXPERIENCE A HYDRAULIC LOCK CONDITION THAT WILL NOT ALLOW THE PARK BRAKE TO APPLY.","SHOULD THE PARK BRAKE ACTIVATE AND STRAND THE VEHICLE, IT MAY CONTRIBUTE TO A VEHICLE CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH. SHOULD THE PARK BRAKE NOT APPLY, A VEHICLE ROLL AWAY CAN OCCUR AND MAY RESULT IN A CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN JULY 7, 2006. OWNERS MAY CONTACT IC CORPORATION AT 800-322-2884 OR OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/01/2006,06V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V193000),Collins Bus Corporation,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,23,"CERTAIN 2005 BANTAM, SUPER BANTAM, AND GRAND BANTAM SCHOOL BUSES MANUFACTURED BETWEEN JUNE 10 AND SEPTEMBER 28, 2005, EQUIPPED WITH RICON MODEL S20005 WHEELCHAIR LIFTS. THE PLATFORM LIFTS MAY HAVE A DEFECT IN THE WELD WHICH WILL ALLOW A JOINT ON THE VERTICAL LIFT TO CRACK.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE. THIS MAY RESULT IN INJURY OR DEATH.,"RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2006. OWNERS MAY CONTACT RICON CUSTOMER SUPPORT DEPT. AT 800-322-2884 OR OWNERS MAY CONTACT COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850." -06/01/2006,06V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V194000),MID BUS CORPORATION,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,2,"CERTAIN 2005 GUIDE XL SCHOOL BUSES MANUFACTURED BETWEEN JUNE 2005 AND JANUARY 2006 EQUIPPED WITH RICON'S 1200, 2000, AND 5500 SERIES PLATFORM WHEELCHAIR LIFTS. THE PLATFORM LIFTS MAY HAVE A DEFECT IN THE WELD WHICH WILL ALLOW A JOINT ON THE VERTICAL LIFT TO CRACK.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2006. OWNERS MAY CONTACT RICON CUSTOMER SUPPORT DEPT. AT 800-322-2884 OR OWNERS MAY CONTACT MID BUS CUSTOMER SERVICE AT 1-877-358-6055. -05/31/2006,06V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V188000),Toyota Motor Engineering & Manufacturing,STEERING SHAFT FAILURE,STEERING,60C,Vehicle,170856,THE INTERMEDIATE SHAFT AND SLIDING YOKE IN THE ELECTRIC POWER STEERING SYSTEM CAN CRACK WHEN LARGE FORCES ARE APPLIED AND THE CONNECTION MAY SEPARATE OR THE SLEEVE MAY FRACTURE.,THIS COULD RESULT IN A LOSS OF STEERING CONTROL OF THE VEHICLE.,"TOYOTA WILL REPLACE THE STEERING INTERMEDIATE SHAFT AND INSPECT THE SLIDING YOKE AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON JUNE 9, 2006. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -05/31/2006,06T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T012000),Bridgestone Americas Tire Operations,TREAD SEPARATION,TIRES,NR (Not Reported),Tire,10,"CERTAIN FIRESTONE DESTINATION A/T P265/75R16 PASSENGER TIRES MANUFACTURED BETWEEN JANUARY 29 AND FEBRUARY 4, 2006. DUE TO AN IMPROPER MACHINE SETUP, THE TIRES MAY HAVE BEEN PRODUCED WITH A DAMAGED INNERLINER WHICH COULD RESULT IN A SMALL AREA ON THE INSIDE OF THE TIRE TO HAVE NO INNERLINER COVERAGE.","TIRES BUILT UNDER SUCH CONDITIONS MAY EXPERIENCE AIR PERMEATION INTO THE BODY OF THE TIRE. OVER TIME, THIS MAY LEAD TO TREAD SEPARATION AND AIR LOSS, POSSIBLY RESULTING IN A VEHICLE CRASH.",FIRESTONE WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING JUNE 2006. OWNERS MAY CONTACT FIRESTONE AT 1-800-367-3872. -05/30/2006,06V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V186000),"Reinke Manufacturing Company, Inc.",ALUMINUM TOOLBOX BRACKET,EQUIPMENT,NR (Not Reported),Vehicle,6,"ON CERTAIN COMBINATION STEEL/ALUMINUM FLATBED, DROPDECK, AND ALUMINUM FLATBED TRAILERS EQUIPPED WITH MOUNTED TOOLBOXES, EACH TOOLBOX IS ATTACHED TO THE TRAILER WITH A MOUNTING SYSTEM THAT INCLUDES TWO ALUMINUM BRACKETS WHICH MAY HAVE DEVELOPED FATIGUE CRACKS ALONG THE BEND RADIUS LINES. SMALL CRACKS MAY FURTHER DEVELOP BASED ON TRAILER USAGE. THE BRACKET MAY BREAK CAUSING THE TOOLBOX TO SEPARATE FROM THE TRAILER.","IF THE TOOLBOX SEPARATES FROM THE TRAILER WHILE THE TRAILER IS IN MOTION, VEHICLES ON THE ROAD ARE AT RISK OF COLLISION WITH THE TOOLBOX AND ITS CONTENTS.","REINKE WILL LOCATE A CERTIFIED WELDER FOR OWNERS OF THE AFFECTED TRAILERS TO HAVE THE REMEDY PERFORMED. REINKE IS PROVIDING THE ALUMINUM GUSSETS ALONG WITH DETAILED INSTRUCTIONS FOR THE WELDER. THE RECALL BEGAN ON JUNE 22, 2006. OWNERS MAY CONTACT REINKE AT 1-877-762-1001." -05/30/2006,06V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V187000),"BMW of North America, LLC",FRONT AXLE CONTROL ARM AND TENSION STRUT NUTS,SUSPENSION,NR (Not Reported),Vehicle,40,"ON CERTAIN PASSENGER VEHICLES, THE NUTS WHICH SECURE THE FRONT AXLE CONTROL ARM AND TENSION STRUT TO THE FRONT WHEEL HUB MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATION. OVER TIME THE NUTS COULD LOOSEN AND THE CONTROL ARM AND TENSION STRUT COULD BE DAMAGED.",VEHICLE HANDLING AND CONTROL COULD COMPROMISE INCREASING THE RISK OF A CRASH.,"DEALERS WILL RETIGHTEN THE FRONT AXLE CONTROL ARM AND TENSION STRUT NUTS TO THE CORRECT SPECIFICATIONS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 28, 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -05/26/2006,06V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V185000),FREIGHTLINER LLC,CERTIFICATION LABEL/FMVSS 121/AIR BRAKE SYSTEMS,EQUIPMENT,FL-435,Vehicle,4,"CERTAIN TRUCK CAB-CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE TRUCKS WERE SHIPPED TO A FINAL STAGE MANUFACTURER IN MEXICO AND SOLD IN PUERTO RICO WITHOUT THE REQUIRED COMPLIANCE CERTIFICATION LABELING OR AN ANTI-LOCK BRAKING SYSTEM.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"THESE VEHICLES WILL EITHER BE RETROFIT TO BRING THEM INTO COMPLIANCE, OR EXPORTED OUT OF PUERTO RICO. IF THEY ARE RETROFIT, FREIGHTLINER WILL SEND PERSONNEL AND PARTS TO ADD AN ANTI-LOCK BRAKING SYSTEM, INSTALL THE REQUIRED CERTIFICATION, AND TIRE INFORMATION LABELS. THE RECALL BEGAN ON JUNE 6, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 800-547-0712." -05/26/2006,06V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V184000),"Kawasaki Motors Corp., U.S.A.",VEHICLE DOWN SENSOR BOLT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2321,"ON CERTAIN MOTORCYCLES, THE BOLTS HOLDING THE VEHICLE DOWN SENSOR MAY COME LOOSE AND ALLOW THE SENSOR TO FALL OUT OF ITS MOUNTING BRACKET.","IF THE BOLTS LOOSEN AND THE VEHICLE DOWN SENSOR COMES OUT OF ITS BRACKET, THE ENGINE MAY STOP DURING THE VEHICLE OPERATION CREATING THE POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL TIGHTEN THE VEHICLE DOWN SENSOR MOUNTING BOLTS TO THE PROPER TORQUE FREE OF CHARGE. THE RECALL BEGAN ON MAY 26, 2006. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -05/25/2006,06V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V182000),MONACO COACH CORPORATION,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,465,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH DETROIT DIESEL SERIES C-60 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL REQUIRE TO BE REPROGRAMMED TO CURRENT MAINFRAME CALIBRATIONS.",REPROGRAMMING THE ECM WILL PREVENT THE POTENTIAL OF A TURBOCHARGER FAILURE FROM PROGRESSING TO AN ENGINE COMPARTMENT FIRE.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REPROGRAM THE ECM TO CURRENT MAINFRAME CALIBRATIONS FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR MONACO AT 1-800-685-6545. -05/24/2006,06V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V183000),"Volkswagen Group of America, Inc.",BRAKE LIGHT SWITCH MALFUNCTION,EXTERIOR LIGHTING,N4,Vehicle,646246,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC OR MANUAL TRANSMISSIONS AND CRUISE CONTROLS, A BRAKE LIGHT SWITCH ON THESE VEHICLES MAY MALFUNCTION IF IT WAS INSTALLED INCORRECTLY DURING SAFETY RECALLS 03V-265 OR 04V-096.","THE BRAKE LIGHTS COULD BECOME INOPERATIVE, OR REMAIN ON. FAILURE TO PROVIDE THE PROPER SIGNAL WHEN BRAKING COULD LEAD TO A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL THE NEWLY DESIGNED BRAKE LIGHT SWITCH FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 27, 2006. VEHICLES WITHIN THE MAKE, MODEL, AND MODEL YEAR OF THIS POPULATION MAY BE INVOLVED IN EITHER THIS RECALL OR 06V-183, BUT NOT BOTH. THE REMEDY IS THE SAME FOR EACH RECALL. VOLKSWAGEN DEALERS WILL APPLY THE REMEDY BASED ON THE VIN NUMBER OF THE VEHICLE. OWNERS MAY CONTACT VW AT 1-800-822-8987." -05/24/2006,06E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E049000),"CK MOTORSPORT, INC.",FMVSS 108/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,27176,"CERTAIN CK MOTORSPORTS COMBINATION HEADLIGHTS, CLEAR CORNER, BUMPER, AND SIDE MARKER LIGHTS SOLD AS REPLACEMENT LAMPS FOR USE ON THE PASSENGER VEHICLES LISTED ABOVE. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","CK MOTORSPORT WILL NOTIFY OWNERS AND REPLACE THE NONCOMPLIANT LAMPS FREE OF CHARGE. THE RECALL BEGAN ON JULY 1, 2006. OWNERS MAY CONTACT CK MOTORSPORT AT 1-909-610-7211." -05/24/2006,06E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E046000),"Caterpillar, Inc.",INJECTOR O-RING/OIL LEAK/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,722,CERTAIN CATERPILLAR C9 DIESEL ENGINES MANUFACTURED BETWEEN SEPTEMBER 2003 AND JANUARY 2006 INSTALLED FOR USE AS ORIGINAL EQUIPMENT ON CERTAIN TRANSIT BUSES. INJECTOR O-RING FAILURES CAN RESULT IN OIL BEING DISCHARGED THROUGH THE VALVE COVER.,A FIRE CAN OCCUR.,"CATERPILLAR WILL NOTIFY ITS OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2006. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-7332." -05/24/2006,06V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V181000),"General Motors, LLC",ROOF SEPARATION,STRUCTURE,06041,Vehicle,30793,"ON CERTAIN 2005-2006 CHEVROLET CORVETTES EQUIPPED WITH PAINTED ROOFS, THE ADHESIVE BETWEEN THE ROOF PANEL AND THE FRAME MAY SEPARATE.","IF THERE IS A COMPLETE SEPARATION, THE ROOF PANEL MAY DETACH FROM THE VEHICLE AND IT COULD STRIKE ANOTHER VEHICLE AND CAUSE INJURY AND PROPERTY DAMAGE.","DEALERS WILL INSPECT VEHICLES FREE OF CHARGE FOR POTENTIAL ROOF PANEL-TO- FRAME SEPARATION AND ADD THE SPECIFIED ADHESIVE FOAM OR REPLACE THE ROOF WITH ONE HAVING ADHESIVE FOAM. THE RECALL BEGAN ON OCTOBER 19, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -05/24/2006,06E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E047000),"Caterpillar, Inc.",TURBOCHARGER/OIL LEAK/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,425,CERTAIN CATERPILLAR C9 DIESEL ENGINES MANUFACTURED BETWEEN SEPTEMBER 2003 AND OCTOBER 2005 INSTALLED FOR USE AS ORIGINAL EQUIPMENT ON CERTAIN TRANSIT BUSES. THE TURBOCHARGER COMPRESSORS ARE FAILING AND OIL CAN BE DISCHARGED INTO THE EXHAUST AND EXTERNAL TO THE TURBOCHARGER.,A FIRE CAN OCCUR.,"CATERPILLAR WILL NOTIFY ITS OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2006. OWNERS MAY CONTACT CATERPILLAR AT 1-800-447-7332." -05/23/2006,06E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E048000),"Reinke Manufacturing Company, Inc.",ALUMINUM TOOLBOX BRACKET BREAKS,EQUIPMENT,NR (Not Reported),Equipment,20,"CERTAIN REINKE ALUMINUM TOOLBOX BRACKETS, P/NO. 223021, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON REINKE TRAILERS. DURING MANUFACTURE, THE BEND RADIUS OF THE BRACKETS WAS TOO SMALL RESULTING IN BRACKETS WITH GREATLY REDUCED FATIGUE LIFE. SMALL CRACKS MAY DEVELOP ALONG THE BEND RADIUS LINES OF THE BRACKETS IF INSTALLED AS PART OF THE TOOLBOX MOUNTING SYSTEM. THE CRACKS MAY FURTHER DEVELOP AND THE BRACKETS MAY BREAK CAUSING THE TOOLBOX TO SEPARATE FROM THE TRAILER.","IF THE TOOLBOX SEPARATES FROM THE TRAILER WHILE THE TRAILER IS IN MOTION, VEHICLES ON THE ROAD ARE AT RISK OF COLLISION WITH THE TOOLBOX AND ITS CONTENTS AND A VEHICLE CRASH COULD OCCUR WITHOUT WARNING.","REINKE WILL NOTIFY ITS CUSTOMERS AND REINFORCE THE BRACKETS WITH ALUMINUM GUSSETS THAT WILL BE WELDED ON EACH SIDE OF EACH BRACKET FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2006. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT REINKE TOLL-FREE AT 877-762-1001." -05/23/2006,06V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V179000),Pierce Manufacturing,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,66,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,PIERCE IS WORKING WITH CUMMINS TO REPLACE THE CONNECTING RODS FREE OF CHARGE. OWNERS MAY CONTACT PIERCE AT 1-888-974-3723 OR CUMMINS AT 1-800-DIESELS. -05/23/2006,06E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E045000),"Terex South Dakota, Inc.",PLATFORM UPSET,EQUIPMENT,CB568,Equipment,138,CERTAIN TEREX AERIAL DEVICES P/NOS. HR37 AND HR40 INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE TO THE WORK SITE. THESE UNITS HAVE A PIVOT PLATE AT TURNTABLE THAT MAY FAIL DURING USE.,FAILURE OF THIS PIVOT PLATE MAY CAUSE THE PLATFORM TO UPSET DURING USE AND CAUSE THE OCCUPANT TO BE EJECTED. THIS CAN CAUSE DEATH OR SERIOUS INJURY.,"TEREX WILL NOTIFY OWNERS AND REPLACE THE UNITS FREE OF CHARGE. THE RECALL BEGAN ON MAY 18, 2006. OWNERS MAY CONTACT TEREX AT 1-605-882-4000." -05/23/2006,06V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V178000),"Gulf Stream Coach, Inc.",STEERING GEAR SUPPORT FAILURE/SPARTAN,STEERING,NR (Not Reported),Vehicle,39,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON A SPARTAN CHASSIS, THE STEERING GEAR SUPPORT BRACKET HAS THE POTENTIAL TO FAIL WHEN SUBJECT TO THE REPETITIVE FORCES OF STATIC STEERING CONDITIONS.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,SPARTAN CHASSIS IS CONDUCTING THIS RECALL (PLEASE SEE 06V156000) AND WILL REPLACE THE STEERING SUPPORT BRACKET FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN AT 517-543-6400. -05/22/2006,06E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E044000),J & A AUTO ACCESSORIES,FMVSS 108/HEADLAMP/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1215,"CERTAIN J & A AUTO ACCESSORIES COMBINATION HEADLAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON THE ABOVE LISTED PASSENGER VEHICLES. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","J & A AUTO ACCESSORIES WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE HEADLAMPS. THE RECALL BEGAN ON JULY 10, 2006. OWNERS MAY CONTACT J & A AUTO ACCESSORIES AT 310-327-4981." -05/22/2006,06E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E042000),"SABRY LEE, INC.",FMVSS 108/INSUFFICIENT LIGHTING VISIBILITY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,15974,"CERTAIN EAGLE EYES REPLACEMENT HEADLAMPS, MODEL NOS. GM159-B001L AND GM159-B001R, SOLD FOR USE ON 1999-2002 CHEVROLET SILVERADO MODEL VEHICLES. THE HEADLAMPS FAIL TO CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE HEADLAMPS HAVE DECREASED LIGHTING VISIBILITY WHICH COULD RESULT IN A VEHICLE CRASH.,"SABRY LEE WILL NOTIFY OWNERS AND ISSUE FULL CREDIT. THE RECALL BEGAN ON MAY 10, 2006. OWNERS MAY CONTACT SABRY LEE AT 1-866-467-2279." -05/22/2006,06V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V180000),Hyundai Motor America,IMPROPERLY ASSEMBLED HEADLAMPS/TURN SIGNAL LENS,EXTERIOR LIGHTING,075,Vehicle,463,"ON CERTAIN PASSENGER VEHICLES, THE INNER BEZELS OF THE HEADLAMPS WERE NOT PROPERLY ASSEMBLED WHICH MAY CAUSE THE TURN SIGNAL LENSES TO BE IMPROPERLY POSITIONED.","AN IMPROPERLY POSITIONED TURN SIGNAL LENS MAY REDUCE THE INTENSITY OF THE TURN SIGNAL ILLUMINATION, REDUCING ITS VISIBILITY TO ONCOMING TRAFFIC, WHICH MAY RESULT IN A CRASH.","DEALERS WILL REPLACE THE LEFT AND RIGHT HEADLAMP ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 26, 2006. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -05/22/2006,06V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V174000),"FLEETWOOD ENTERPRISES, INC.",STEERING GEAR SUPPORT FAILURE/SPARTAN,STEERING,NR (Not Reported),Vehicle,184,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH SPARTAN CHASSIS STEERING GEAR, THE STEERING GEAR SUPPORT BRACKET HAS THE POTENTIAL TO FAIL WHEN SUBJECT TO THE REPETITIVE FORCES OF STATIC STEERING CONDITIONS.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,SPARTAN CHASSIS IS CONDUCTING THIS RECALL (PLEASE SEE 06V156000) AND WILL REPLACE THE STEERING SUPPORT BRACKET FREE OF CHARGE. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216 OR SPARTAN AT 517-543-6400. -05/22/2006,06V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V176000),Vermeer Manufacturing Company,TONGUE FATIGUE CRACKS,TRAILER HITCHES,IK00-1245,Vehicle,43,"ON CERTAIN TRAILERS, FATIGUE CRACKS CAN OCCUR IN A HEAT AFFECTED ZONE OF THE TONGUE WELDMENT.","THIS COULD RESULT IN TONGUE SEPARATION FROM THE TOWED VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPAIR THE TONGUES ON THE AFFECTED TRAILERS. THE RECALL IS EXPECTED TO BEGIN ON JUNE 19, 2006. OWNERS MAY CONTACT VERMEER AT 1-641-628-3141." -05/22/2006,06V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V175000),Eldorado National-Kansas,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,8,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS, THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.",DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE BUSES OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. OWNERS MAY CONTACT ELDORADO AT 909-591-9557 OR RICON AT 1-818-267-3000. -05/22/2006,06V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V177000),"Accubuilt, Inc.",WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,24,"ON CERTAIN VANS BUILT ON FORD E250/350 CHASSIS AND EQUIPPED WITH RICON PLATFORM STYLE WHEELCHAIR LIFTS, THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.",DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE BUSES OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. OWNERS MAY CONTACT ACCUBUILT AT 419-222-8608 OR RICON AT 1-818-267-3000. -05/19/2006,06E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E043000),"HONEYWELL INTERNATIONAL, INC.",AFTERMARKET FUEL FILTERS/FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,88303,"CERTAIN REPLACEMENT FUEL FILTERS, FRAM BRAND NAME P/N G3727, WITH DATE CODES X52911 THROUGH X60801 SEQUENTIALLY OR X600141 AND A MEXICO COUNTRY OR ORIGIN MARKING ON THE FUEL FILTER HOUSING MANUFACTURED FROM OCTOBER 18, 2005, THROUGH MARCH 21, 2006, SOLD FOR USE ON THE VEHICLES LISTED ABOVE AND ON CERTAIN SCHOOL BUSES. (TO SEE THE SCHOOL BUS ENGINE SIZES, CLICK ON ""DOCUMENT SEARCH"" AND THEN ""BUS APPLICATIONS""). THE CONNECTOR ON THE FUEL FILTER WAS NOT MANUFACTURED TO HONEYWELL'S SPECIFICATION. AS A RESULT, THE O-RING MAY NOT SEAT CORRECTLY ON THE FUEL LINE.","THIS CONDITION MAY CAUSE AN INADEQUATE SEAL AT THE CONNECTION, POTENTIALLY LEADING TO A FUEL LEAK. IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD OCCUR.","HONEYWELL WILL NOTIFY OWNERS AND REPLACE THE FUEL FILTERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 18, 2006. OWNERS MAY CONTACT FRAM CUSTOMER SERVICE AT 1-800-890-2075 (OPTION 1)." -05/19/2006,06V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V171000),E-One Incorporated,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,79,"ON CERTAIN EMERGENCY VEHICLES EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,DEALERS ARE WORKING WITH CUMMINS TO REPLACE THE CONNECTING RODS FREE OF CHARGE. OWNERS MAY CONTACT E-ONE AT 352-237-1122 OR CUMMINS AT 1-800-DIESELS. -05/19/2006,06V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V173000),Shyft Group,ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,SPEC 06013,Vehicle,88,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,SPARTAN IS WORKING WITH CUMMINS TO REPLACE THE CONNECTING RODS FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN AT 517-543-6400 OR CUMMINS AT 1-800-DIESELS. -05/19/2006,06V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V172000),"IRBIT MOTORWORKS, INC",HYDRAULIC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,89,"ON CERTAIN MOTORCYCLES EQUIPPED WITH HYDRAULIC REAR AND/OR SIDECAR BRAKE SYSTEMS, THE BRAKES CAN OVERHEAT CAUSING POSSIBLE REAR AND/OR SIDECAR WHEEL LOCK-UP.",OVERHEATED BRAKE SYSTEMS WILL RESULT IN INSUFFICIENT BRAKING POWER. WHEEL LOCK-UP MAY RESULT IN A LOSS OF CONTROL OF THE MOTORCYCLE WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE REAR AND/OR SIDECAR BRAKE COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 25, 2006. OWNERS MAY CONTACT IRBIT MOTORWORKS (URAL) AT 1-888-990-8484." -05/18/2006,06V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V166000),GORE TRAILER MANUFACTURER,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN HORSE TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,THE OWNERS OF THE TRAILER HAVE BEEN NOTIFIED AND ARRANGEMENTS HAVE BEEN MADE TO REPAIR THE TRAILER. -05/18/2006,06V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V168000),TETON HOMES,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. THE RECALL BEGAN ON MAY 19, 2006. OWNERS MAY CONTACT TETON HOMES AT 307-235-1525." -05/18/2006,06V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V170000),"HME, Inc.",ENGINE FAILURE/CUMMINS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,75,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH CUMMINS ISL CM850 DIESEL ENGINES, THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.,DEALERS ARE WORKING WITH CUMMINS TO REPLACE THE CONNECTING RODS FREE OF CHARGE. OWNERS MAY CONTACT HME AT 616-534-1463 OR CUMMINS AT 1-800-DIESELS. -05/18/2006,06E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E041000),"R&B, INC.",FUEL RETURN LINE/FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,7800,"CERTAIN R&B, INC. CENTRAL MULTIPORT FUEL INJECTION (CMFI) FUEL RETURN LINES, MODELS HELP 55163, NAPA BALKAMP 700-3270, AND THE CONNECTION 2560001, SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR THE VEHICLES LISTED ABOVE. THE FUEL RETURN LINE HAS A MECHANICAL BLEED VALVE WHICH WAS NOT INSTALLED AT THE PROPER TORQUE.","A FUEL LEAK CAN OCCUR AT THE VALVE, POSSIBLY RESULTING IN A FIRE.","R&B, INC. WILL NOTIFY OWNERS AND AT THE CUSTOMERS REQUEST, EITHER REPLACE THE FUEL LINE OR OFFER A FULL REFUND. THE RECALL BEGAN ON MAY 4, 2006. OWNERS MAY CONTACT R&B, INC. AT 215-712-5330." -05/18/2006,06V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V167000),"Autocar, LLC",LIFT AXLE SPINDLE NUTS BREAK,SUSPENSION,A-0603,Vehicle,250,"ON CERTAIN HEAVY-DUTY CLASS 8 VEHICLES, THE TABS ON SOME OF THE LIFT AXLE SPINDLE NUTS MAY HAVE BEEN BROKEN DURING ASSEMBLY. WHEN IN PLACE, THE TABS ON THE NUTS PREVENT THE NUTS FROM LOOSENING.","WHEN THE TABS ARE BROKEN, THE POSSIBILITY EXISTS THAT THE NUT MIGHT SPIN OFF. IF THIS HAPPENS, THE WHEEL AND WHEEL END ASSEMBLY COULD FALL OFF, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE LIFT AXLE SPINDLE NUT. THE RECALL BEGAN ON JUNE 5, 2006. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -05/18/2006,06V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V169000),"Hino Motors Sales U.S.A., Inc.",STEERING ARM,STEERING,M0050,Vehicle,5072,"ON CERTAIN TRUCKS, DURING ASSEMBLY, THE DRAG LINK ATTACHMENT NUTS AT THE PITMAN ARM AND STEERING ARM MAY HAVE BEEN INCORRECTLY TORQUED. RESIDUAL GREASE AND PAINT WHICH WAS APPLIED AS A RUST INHIBITOR ON THE STEERING ARM MAY HAVE CONTRIBUTED TO A LOSS OF TORQUE AFTER ASSEMBLY.","INCREASED WEAR FOR THE DRAGLINK CONNECTIONS CAN OCCUR CREATING A NOTICEABLE INCREASE IN THE AMOUNT OF STEERING WHEEL FREE PLAY. IF THIS CONDITION WAS IGNORED, A LOSS OF STEERING CONTROL OF THE VEHICLE COULD OCCUR WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE STEERING ARM TIGHTNESS AND REMOVE ALL GREASE AND PAINT FROM THE STEERING ARMS AND RETORQUE THE DRAGLINK ATTACHMENT NUTS AT THE STEERING ARM AND PITMAN ARM. THE RECALL BEGAN ON MAY 12, 2006. OWNERS MAY CONTACT HINO AT 1-248-648-6430." -05/17/2006,06V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V165000),BEDARD TANKERS INC,STEERING AXLES,SUSPENSION,NR (Not Reported),Vehicle,21,"ON CERTAIN TRAILERS EQUIPPED WITH IMT AXLES, DUE TO IMPROPER MATERIAL USED ON THE AXLE SPINDLE, THE SPINDLE CAN BEND OR BREAK.","A BROKEN SPINDLE CAN ALLOW THE WHEEL TO SEPARATE FROM THE TRAILER, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE AXLE AFTER TESTING,IF NECESSARY. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT BEDARD TANKERS AT 514-937-1670." -05/16/2006,06V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V162000),Doubletree RV,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT DOUBLE TREE AT 574-457-6472 OR DEXTER AXLE AT 800-400-2164. -05/16/2006,06V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V163000),"Winnebago Industries, Inc.",RANGE CABINET PARTITION,EQUIPMENT,101,Vehicle,68,"ON CERTAIN MOTOR HOMES, THE FLAME ON THE COOKING RANGE MAY BE FORCED DOWNWARD OVER THE BURNER OR FLAME OUTAGE MAY OCCUR WHEN THE COOKING RANGE AND FURNACE ARE OPERATED AT THE SAME TIME. THIS CONDITION IS DUE TO THE POSSIBILITY OF A MISSING CABINET PANEL THAT ISOLATES THE FURNACE RETURN AIR.","IF THE FURNACE IS OPERATED AT THE SAME TIME AS THE STOVE AND THE CABINET PANEL IS MISSING, THE STOVE FLAME MAY GO OUT AND THE PROPANE GAS WILL CONTINUE TO FLOW, WHICH HAS THE POTENTIAL TO IGNITE RESULTING IN PERSONAL INJURY OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT THE CABINET ASSEMBLY FOR A CABINET PANEL AND INSTALL ONE IF NECESSARY FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JUNE 2, 2006. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -05/15/2006,06V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V164000),"BMW of North America, LLC",ABS INTERVENTION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13200,"ON CERTAIN MOTORCYCLES, UNDER RAPID, REPEATED, AND UNUSUALLY HARSH BRAKING, LOSS OF ABS CAPABILITY COULD TEMPORARILY OCCUR.",TEMPORARY LOSS OF ABS BRAKING COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL ADD A PHYSICAL RESTRICTION, IN THE FORM OF A BANJO BOLT WITH A FLOW RESTRICTOR TO THE BRAKE LINE, AND ON CERTAIN MODELS DEALERS WILL INSTALL NEW FRONT BRAKE DISCS OF A SLIGHTLY LARGER THICKNESS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 5, 2006, AND WILL BE A PHASED MAILING THROUGH OCTOBER 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -05/15/2006,06E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E040000),E SPEED RACING,FMVSS 108/AMBER SIDE REFLEX REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1648,"CERTAIN E SPEED RACING COMBINATION LAMPS SOLD AS REPLACEMENT EQUIPMENT FOR USE ON CERTAIN PASSENGER VEHICLES LISTED ABOVE. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","E SPEED RACING WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE LAMPS. THE RECALL BEGAN MAY 10, 2006. OWNERS MAY CONTACT E SPEED RACING 909-923-3636." -05/11/2006,06V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V160000),"Erwin Hymer Group North America, Inc.",DECAL ON STEERING WHEEL,EQUIPMENT,NR (Not Reported),Vehicle,736,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET CHASSIS AND EQUIPPED WITH A DECORATIVE DASH TRIM KIT, THE ADHESIVE BACKED SYNTHETIC TRIM IS ATTACHED TO THE DASH, ENGINE COVER, DOOR PANEL AND THE CHEVROLET ""BOW TIE"" DECAL IS ATTACHED TO THE STEERING WHEEL (DIRECTLY OVER THE EXISTING BOW TIE IMPRESSION). THIS DECAL COULD AFFECT THE DEPLOYMENT OF THE AIR BAG SAFETY RESTRAINT BUILT INTO THE STEERING WHEEL.","IN THE EVENT OF A VEHICLE CRASH IN WHICH THE DRIVER SIDE AIR BAG IS DEPLOYED, THE RESULTING FUNCTIONALITY OF THE AIR BAG IS UNCERTAIN, WHICH CAN INCREASE THE RISK OF INJURY TO VEHICLE OCCUPANTS.","OWNERS WILL BE INSTRUCTED TO REMOVE THE STEERING WHEEL DECAL. THE RECALL BEGAN ON MAY 30, 2006. OWNERS MAY CONTACT HOME AND PARK AT 1-800-663-0066." -05/10/2006,06V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V157000),"Hino Motors Sales U.S.A., Inc.",AUTO TENSIONER,ENGINE AND ENGINE COOLING,A4790,Vehicle,3930,"ON CERTAIN TRUCKS EQUIPPED WITH BANDO BELT TENSIONER, CORROSION OR RUST MAY DEVELOP ON THE TENSIONER SPINDLE OR BUSHING CAUSING THE AUTO TENSIONER TO BECOME STIFF OR BIND. THIS CAN CAUSE THE DRIVE BELT TO SUDDENLY COME OFF OR THE AUTO TENSIONER MOUNTING BOLTS COULD SUDDENLY BREAK.","IF THE DRIVE BELT COMES OFF, THE ALTERNATOR WARNING LAMP WILL ILLUMINATE. IF THE WARNING IS IGNORED, THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AUTO TENSIONER, INSTALL UPGRADED MOUNTING BOLTS, AND REPLACE THE ACCESSORY DRIVE BELT FREE OF CHARGE. THE RECALL BEGAN ON MAY 2, 2006. OWNERS MAY CONTACT HINO MOTORS AT 248-648-6430. THIS CAMPAIGN HAS BEEN SUPERSEDED - PLEASE SEE 07V208." -05/10/2006,06V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V159000),UD Trucks Corporation,AUTO TENSIONER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1814,"ON CERTAIN TRUCKS EQUIPPED WITH BANDO BELT TENSIONER, CORROSION OR RUST MAY DEVELOP ON THE TENSIONER SPINDLE OR BUSHING CAUSING THE AUTO TENSIONER TO BECOME STIFF OR BIND. THIS CAN CAUSE THE DRIVE BELT TO SUDDENLY COME OFF, OR THE AUTO TENSIONER MOUNTING BOLTS COULD SUDDENLY BREAK.","IF THE DRIVE BELT COMES OFF, THE ALTERNATOR WARNING LAMP WILL ILLUMINATE. IF THE WARNING IS IGNORED, THIS CONDITION COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL) INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AUTO TENSIONER, INSTALL UPGRADED MOUNTING BOLTS, AND REPLACE THE ACCESSORY DRIVE BELT FREE OF CHARGE. THE RECALL BEGAN ON JUNE 23, 2006. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5523. NOTE: THIS RECALL HAS BEEN SUPERSEDED BY 07V207." -05/10/2006,06E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E039000),Thermo King Corp.,AUXILIARY POWER UNIT FALLS FROM VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,14000,"CERTAIN THERMO KING TRIPAC AUXILIARY POWER UNITS, TRIPAC TIER 1 SERIAL NUMBER RANGE 023D00A001 TO 065D02A022 AND TRIPAC TIER 2 SERIAL NUMBER RANGE 0453TC0001 TO #1153TC5116, SOLD AS AFTERMARKET FOR USE ON ANY TRACTOR TRAILER OR BOX TRUCK. THE TRIPAC APU CLAW-SHAPED AND BOLTED ALUMINUM ALLOY CLAMPS MAY CRACK ALLOWING THE UNIT TO COME LOOSE AND POSSIBLY SEPARATE FROM THE VEHICLE.",A VEHICLE CRASH COULD OCCUR SHOULD THE APU FALL FROM THE TRUCK WHILE THE VEHICLE IS IN USE.,"THERMO KING WILL NOTIFY OWNERS AND REPLACE THE ALUMINUM CLAMPS WITH STEEL CLAMPS FREE OF CHARGE. THE RECALL BEGAN ON JULY 11, 2006. OWNERS MAY CONTACT THERMO KING AT 952-887-2200." -05/09/2006,06V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V161000),"Airstream, Inc.",ELECTRICAL RECEPTACLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,67,"ON CERTAIN TRAVEL TRAILERS, THE 110-VOLT RECEPTACLE IN THE GALLEY AREA OF THE UNIT IS REQUIRED TO BE PROTECTED BY A GROUND FAULT INTERRUPTER (GFI) RECEPTACLE OR BY A GFI TYPE BREAKER IN THE PANEL BOARD. THE 110-VOLT GALLEY RECEPTACLE UNIT DOES NOT HAVE THIS PROTECTION.",THIS CONDITION COULD RESULT IN AN ELECTRICAL SHOCK THAT COULD CAUSE SERIOUS INJURY OR DEATH.,"DEALERS WILL REMOVE THE PRESENT GALLEY RECEPTACLE, INSTALL A NONMETALLIC OUTLET BOX, AND INSTALL AND TEST THE GFI 110-VOLT RECEPTACLE FREE OF CHARGE. THE RECALL BEGAN ON MAY 18, 2006. OWNERS MAY CONTACT AIRSTREAM AT 937-596-6111." -05/09/2006,06V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V156000),Shyft Group,STEERING GEAR SUPPORT FAILURE,STEERING,SPEC 06011,Vehicle,254,"ON CERTAIN MOTOR HOMES, THE STEERING GEAR SUPPORT BRACKET HAS THE POTENTIAL TO FAIL WHEN SUBJECT TO THE REPETITIVE FORCES OF STATIC STEERING CONDITIONS.",LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE STEERING SUPPORT BRACKET FREE OF CHARGE. THE RECALL BEGAN ON MAY 30, 2006. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -05/08/2006,06E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E037000),"Cummins, Inc.",ENGINE FAILURE/ISL CM850 ENGINES,ENGINE AND ENGINE COOLING,C0615,Equipment,508,"ALL CUMMINS ISL CM850 DIESEL ENGINES INSTALLED AS ORIGINAL EQUIPMENT ON EMERGENCY VEHICLES BETWEEN OCTOBER 17, 2005, AND APRIL 6, 2006, WITH ENGINE SERIAL NUMBER RANGE FROM 46542688 TO 46601872. THE CONNECTING RODS WHICH TRANSFER ENERGY FROM THE PISTON TO THE CRANKSHAFT ARE DEFECTIVE AND CAN RESULT IN SEIZURE OF THE PISTON PIN. A PISTON PIN SEIZURE CAN RESULT IN A MISSION-DISABLING ENGINE FAILURE.",THE MANUFACTURE HAS NOT YET PROVIDED THE AGENCY WITH A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,"CUMMINS WILL NOTIFY OWNERS OF THE VEHICLES AND REPLACE THE CONNECTING RODS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 12, 2006. CUSTOMERS MAY CONTACT CUMMINS CUSTOMER SERVICE AT 1-800-DIESELS." -05/08/2006,06E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E038000),ALFAOTTO AUTO ACCESSORIES,FMVSS 108/HEADLAMP/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,724,"CERTAIN ALFAOTTO COMBINATION HEADLAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON THE ABOVE LISTED PASSENGER VEHICLES. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","ALFAOTTO WILL NOTIFY OWNERS AND REPLACE THE HEADLAMPS FREE OF CHARGE. THE RECALL BEGAN ON MAY 10, 2006. OWNERS MAY CONTACT ALFAOTTO AT 626-656-2992 OR VISIT THEIR WEBSITE AT WWW.ALFAOTTO.COM." -05/05/2006,06V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V158000),"Peterson Industries, Inc.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILER'S BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEXTER HAS MODIFIED THE REMEDY FOR THESE VEHICLES (PLEASE SEE 06E029). A NEW LARGER CALIPER MOUNTING NUT WILL BE INSTALLED. FOR MORE INFORMATION YOU MAY CONTACT DEXTER AXLE AT 1-800-400-2164 OR PETERSON AT 1-800-368-3759. -05/05/2006,06V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V155000),"Volvo Car USA, LLC",TIE ROD BALL JOINT FRACTURE,STEERING,R157,Vehicle,126743,"ON CERTAIN PASSENGER VEHICLES,THE OUTER TIE ROD BALL JOINT CAN DEFORM AT HIGH LOADS CAUSING A LOSS OF THE CLAMPING FORCE AND THE NUT MAY LOOSEN, WHICH MAY EVENTUALLY LEAD TO A FATIGUE FRACTURE OF THE OUTER TIE ROD BALL JOINT.",THE DRIVER MAY NOTICE THAT THE VEHICLE IS DIFFICULT TO MANEUVER INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE OUTER BALL JOINT TIE RODS WITH IMPROVED OUTER BALL JOINT TIE RODS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 23, 2006. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -05/04/2006,06V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V152000),"TRAVEL SUPREME, INC.",AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,"ON CERTAIN MOTOR HOMES EQUIPPED WITH DEXTER AXLES, ON CERTAIN MOTOR HOMES EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILER'S BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. THE RECALL BEGAN ON MAY 1, 2006. OWNERS MAY CONTACT TRAVEL SUPREME AT 866-808-9032." -05/04/2006,06V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V153000),CEDAR CREEK,AXLE FAILURES/DEXTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28,"ON CERTAIN MOTOR HOMES EQUIPPED WITH DEXTER AXLES, THE DISC BRAKE CALIPER MOUNTING BOLTS MAY STRIP. INSUFFICIENT CLAMP LOAD BETWEEN CALIPER AND YOKE CAN CAUSE THE CALIPER TO DISASSEMBLE AND ADVERSELY AFFECT THE TRAILERS BRAKING SYSTEM.",LOSS OF BRAKING CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE CALIPER MOUNTING HARDWARE FREE OF CHARGE. OWNERS MAY CONTACT CEDAR CREEK AT 260-593-2417. -05/03/2006,06V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V147000),"Chrysler (FCA US, LLC)",CLUTCH LINKAGE FAILURE,POWER TRAIN,F22,Vehicle,6876,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 6 SPEED MANUAL TRANSMISSIONS, THE HYDRAULIC CLUTCH MASTER CYLINDER LINKAGE ROD MAY BREAK. THIS MAY NOT ALLOW DISENGAGEMENT OF THE CLUTCH WHEN THE PEDAL IS DEPRESSED.","UNINTENTIONAL VEHICLE MOVEMENT, INCREASED STOPPING DISTANCE, AND ENGINE STALLING COULD OCCUR WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE CLUTCH MASTER CYLINDER LINKAGE ROD FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 7, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/03/2006,06V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V149000),"Chrysler (FCA US, LLC)",REAR BRAKE TUBES,"SERVICE BRAKES, HYDRAULIC",F18,Vehicle,44367,CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.7 LITER ENGINES AND MK25E BRAKING SYSTEMS MAY EXHIBIT INADEQUATE CLEARANCE BETWEEN THE REAR BRAKE TUBES AND THE EXHAUST GAS RECIRCULATION TUBE. CONTACT BETWEEN THE BRAKE TUBES AND EXHAUST GAS RECIRCULATION TUBE OVER AN EXTENDED PERIOD OF TIME MAY CAUSE THE BRAKE TUBES TO WEAR THROUGH AND CAUSE A BRAKE FLUID LEAK.,THIS CAN RESULT IN A DECREASE OF BRAKING FORCE AND THE POTENTIAL FOR AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT THE REAR BRAKE TUBES FOR DAMAGE AND REPLACE THEM FREE OF CHARGE. A CLIP WILL ALSO BE INSTALLED TO SECURE THE BRAKE TUBES TO THE RIGHT FRONT SHOCK TOWER TO MAINTAIN PROPER CLEARANCE TO THE EXHAUST GAS RECIRCULATION TUBE. THE RECALL BEGAN ON JUNE 26, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/03/2006,06V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V150000),FREIGHTLINER LLC,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,FL-473,Vehicle,45,"CERTAIN MY 2004-2007 THOMAS BUILT MINOTOUR, FS65, MVP-EF, AND HDX MODEL SCHOOL BUSES, MANUFACTURED BETWEEN JUNE 16 AND JULY 1, 2005, EQUIPPED WITH RICON WHEELCHAIR LIFTS. CRACKS IN THE LIFT ARMS MAY ALLOW THE MECHANISM TO TWIST DURING STOWAGE, PREVENTING CLOSURE OF THE SAFETY INTERLOCK SWITCHES.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,"RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON MAY 30, 2006. OWNERS MAY CONTACT RICON CUSTOMER SUPPORT DEPT. AT 800-322-2884 OR OWNERS MAY CONTACT THOMAS BUS CUSTOMER SUPPORT OFFICE AT 336-889-4871." -05/02/2006,06V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V145000),Keystone RV Company,AXLE FAILURES,SUSPENSION,06-069,Vehicle,85,CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS MAY HAVE A DEFICIENT AXLE WELD JOINT BETWEEN THE AXLE TUBE AND SPINDLE.,THE SPINDLE WILL SEPARATE FROM THE AXLE TUBE AND THE WHEEL AND HUB ASSEMBLY WILL COME OFF THE VEHICLE WHICH COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THESE AXLES. THE RECALL BEGAN ON APRIL 27, 2006. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -05/02/2006,06V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V151000),FREIGHTLINER LLC,FMVSS 403/WHEELCHAIR LIFTS,EQUIPMENT ADAPTIVE/MOBILITY,FL-474,Vehicle,87,"CERTAIN MY 2004-2007 THOMAS BUILT MINOTOUR SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JULY 1, 2005, AND FEBRUARY 16, 2006. THE FLOOR STRUCTURE FOR THE WHEELCHAIR LIFT FAIL TO COMPLY WITH THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 403, PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES.",THE WHEELCHAIR LIFT MAY BECOME UNSTABLE DURING OPERATION AND CAUSE INJURY TO PASSENGERS OR BYSTANDERS.,"THOMAS BUILT WILL NOTIFY OWNERS AND REPAIR THE LIFTS BY ADDING REINFORCEMENT FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2006. CUSTOMERS MAY CONTACT THOMAS BUS CUSTOMER SUPPORT OFFICE AT 336-889-4871." -05/02/2006,06V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V146000),"Saleen, Inc.",FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,851,"ON CERTAIN COUPE AND CONVERTIBLE VEHICLES, THE END FITTINGS OF THE FRONT HYDRAULIC BRAKE HOSE CAN LEAK OR COMPLETELY SEPARATE.",THE FRONT BRAKES CAN BECOME PARTIALLY OR TOTALLY INOPERABLE WITHOUT WARNING. THIS COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE FRONT STAINLESS STEEL BRAIDED BRAKE LINES FREE OF CHARGE. THE RECALL BEGAN ON MAY 3, 2006. OWNERS MAY CONTACT SALEEN AT 1-888-829-8832." -05/02/2006,06E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E035000),"CONSTRUCTORS RACING GROUP, LLC",MOTORCYCLE FRONT BRAKE LEVERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1611,"CERTAIN CRG FRONT BRAKE LEVERS, MODEL RB-511 DESIGNED FOR USE ON 2004-2006 YAMAHA YZF-R1 MOTORCYCLES, AND 2005-2006 YAMAHA YZF-R6 MOTORCYCLES. MODEL RB-512 IS DESIGNED FOR USE ON 2003-2006 DUCATI 749 AND 999 MOTORCYCLES, AND ON 2004-2006 APRILIA MILLE R MOTORCYCLES. DUE TO A MISALIGNMENT OF THE PIVOT BORE, THE BRAKE LEVER COULD BECOME SEIZED IN THE BRAKE ENGAGED POSITION, THEREBY PREVENTING THE FRONT BRAKE FROM DISENGAGING.","A NON-RELEASE CONDITION COULD CAUSE DRAG ON THE FRONT BRAKE SYSTEM, WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",CRG WILL NOTIFY OWNERS AND REPLACE THE ROCKER FOR THE FRONT LEVER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2006. OWNERS MAY CONCACT CRG AT 831-763-7811. -05/02/2006,06V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V148000),WORKHORSE CUSTOM CHASSIS,STEERING INTERMEDIATE SHAFTS,STEERING,20601-C,Vehicle,3881,CERTAIN CHASSIS MAY HAVE BEEN EQUIPPED WITH INCORRECT STEERING INTERMEDIATE SHAFTS. THE SPLINE CAN STRIP WHILE THE STEERING WHEEL IS BEING TURNED.,THIS STEERING CONDITION COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING INTERMEDIATE SHAFTS. THE RECALL BEGAN ON MAY 22, 2006. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773." -04/28/2006,06E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E029000),DEXTER AXLE,BRAKE CALIPER MOUNTING HARDWARE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,562,"CERTAIN DEXTER AXLE TRAILER AXLES MODELS D60, D70, AND D80 EQUIPPED WITH DISC BRAKES MANUFACTURED BETWEEN FEBRUARY 1 AND MARCH 16, 2006, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN TRAILERS AND SOLD AS REPLACEMENT EQUIPMENT. THE CALIPER MOUNTING NUTS CAN STRIP.","THE STRIPPED MOUNTING CALIPER NUT DOES NOT PROPERLY ENGAGE ONTO THE BOLT AND ALLOWS THE CALIPER TO COME APART CREATING A LOSS OF BRAKING ABILITY, WHICH COULD RESULT IN A VEHICLE CRASH.","DEXTER AXLE HAS UPDATED THEIR REPAIR REMEDY. (SEE THE AMENDED DEFECT INFORMATION REPORT DATED APRIL 27, 2006.)DEXTER AXLE WILL NOTIFY OWNERS AND PROVIDE REPLACEMENT PARTS ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2006. OWNERS MAY CONTACT DEXTER AXLE AT 1-800-400-2164." -04/28/2006,06V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V141000),Demers Ambulances,ELECTRONIC MODULES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14,"ON CERTAIN AMBULANCES, SOME ELECTRONIC MODULES USED IN THE MULTIPLEXING SYSTEM COULD EXPERIENCE AN ELECTRICAL SHORT CIRCUIT.",A SHORT CIRCUIT COULD RESULT IN A FIRE.,DEALERS WILL INSTALL A 2 AMP. FUSE ON THE GROUND WIRE OF THE MODULE TO ELIMINATE THE POSSIBILITY OF OVERHEATING. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2006. OWNERS MAY CONTACT DEMERS AT 1-800-363-7591. -04/28/2006,06E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E034000),AUTO DIRECT SAVE,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,310,"CERTAIN AFTERMARKET HID CONVERSION KITS AND BULBS SOLD BY AUTO DIRECT SAVE FOR USE ON PASSENGER VEHICLES. THE HID CONVERSION KITS AND BULBS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT THE DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","AUTO DIRECT SAVE WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID CONVERSION KITS. THE RECALL BEGAN ON JUNE 9, 2006. OWNERS MAY CONTACT AUTO DIRECT SAVE AT 1-503-591-5452." -04/28/2006,06V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V142000),"Tiffin Motorhomes, Inc.",INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1594,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, CONTROLS AND DISPLAYS, AND NO. 105, HYDRAULIC AND ELECTRIC BRAKE SYSTEMS. IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,TIFFIN IS WORKING WITH WORKHORSE TO CONTACT THE OWNERS AND REMEDY THIS CAMPAIGN . WORKHORSE WILL REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR TIFFIN AT 1-256-356-0205. -04/28/2006,06V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V143000),"Ferrara Fire Apparatus, Inc.",SUSPENSION/KINGPIN FRACTURES/WHEEL SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,12,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH CERTAIN NMB-MINEBEA KINGPIN BALLPIN SUSPENSION ASSEMBLIES, THE KINGPIN BALLPIN ASSEMBLY CAN FRACTURE POSSIBLY ALLOWING THE ASSOCIATED WHEEL TO DISENGAGE FROM PART OF THE SUSPENSION.",WHEEL SEPARATION WHILE THE VEHICLE IS IN USE COULD LEAD TO A VEHICLE CRASH.,FERRARA HAS REPLACED THE KING PINS ON ALL TWELVE FIRE TRUCKS. NO FURTHER ACTION IS NECESSARY. -04/28/2006,06V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V144000),"Volvo Car USA, LLC",WINDSHIELD WIPER ARM,VISIBILITY,R156,Vehicle,122431,"ON CERTAIN VEHICLES, IF THE WIPER ARM IS ACTIVATED IN EXTREME WINTER WEATHER CONDITIONS AND WITHOUT LIFTING THE WIPER ARMS AND CLEANING THE WINDSHIELD PRIOR TO MOVING, THE WIPER ARM MIGHT SLIP ON ITS DRIVESHAFT, RESULTING IN AN INABILITY TO MOVE THE WIPERS FROM THE PARK POSITION.",INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE A CRASH DUE TO IMPAIRED VISIBILITY.,"DEALERS WILL REPLACE THE WIPER ARMS AND RETAINING NUTS. THE RECALL BEGAN ON SEPTEMBER 5, 2006. OWNERS MAY CONTACT VOLVO CARS AT 1-800-458-1552." -04/27/2006,06V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V139000),"General Motors, LLC",BRAKE LAMP FUNCTION LOSS,EXTERIOR LIGHTING,06030,Vehicle,404733,"CERTAIN PICKUP TRUCKS MAY EXPERIENCE THE PERMANENT LOSS OF BRAKE LAMP FUNCTION OR BRAKE LAMPS THAT ARE ILLUMINATED AT ALL TIMES. THE CENTER HIGH-MOUNTED STOP LAMP (CHMSL) IS AFFECTED IN BOTH INSTANCES. ALSO, IF EQUIPPED, THE CRUISE CONTROL WILL BECOME INOPERATIVE. ANY TRAILER BRAKE LAMPS WHICH ARE CONNECTED TO THE VEHICLE'S BRAKE LAMP WIRING WILL MIMIC THE VEHICLE'S BRAKE LAMPS WHEN EITHER CONDITION OCCURS.","A FOLLOWING DRIVER MAY NOT KNOW WHEN THE BRAKES HAVE BEEN APPLIED, AND A REAR-END CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE BRAKE LAMP SWITCH ASSEMBLY. THE RECALL BEGAN ON DECEMBER 5, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438; GMC AT 1-866-996-9463 OR ISUZU AT 1-800-255-6727." -04/27/2006,06V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V140000),Motor Coach Industries,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4765,"ON CERTAIN MOTOR COACHES EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES, THE TURBOCHARGER COMPRESSORS CAN FAIL.",A FIRE CAN RESULT SHOULD THE TURBOCHARGER FAIL.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REMEDY THESE MOTOR COACHES. THE ENGINES WILL BE REPAIRED FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR MOTOR COACH AT 866-624-2622. -04/25/2006,06V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V136000),FREIGHTLINER LLC,ELECTRICAL FIRE,ELECTRICAL SYSTEM,FL-475,Vehicle,11666,"CERTAIN MY 2004 THROUGH 2006 THOMAS BUILT HDX, EF, AND FS-65 SCHOOL BUSES MANUFACTURED BETWEEN OCTOBER 4, 2004, AND FEBRUARY 14, 2006. THE BODY POWER DISTRIBUTION MODULE (PDM) WAS MANUFACTURED WITH COPPER CIRCUITS THAT ARE TOO THIN FOR THE ELECTRICAL LOADS ENCOUNTERED, POSSIBLY CAUSING THE BOARD TO OVERHEAT.",IF THE PDM OVERHEATS IT MAY GENERATE SMOKE AND COULD RESULT IN A FIRE.,"THOMAS BUILT WILL NOTIFY OWNERS AND WILL REPLACE THE PDM'S THIN COPPER CIRCUITS WITH THICKER COPPER CIRCUITS. THE RECALL BEGAN ON JUNE 30, 2006. OWNERS MAY CONTACT THOMAS BUILT AT 1-877-660-4938." -04/25/2006,06V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V138000),"Navistar, Inc.",WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,06503,Vehicle,357,"CERTAIN MY 2006 AND 2007 IC CORPORATION FE, RE, AND IC SCHOOL BUSES AND CE SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JUNE 12, 2005, AND MARCH 29, 2006, AND EQUIPPED WITH RICON 1200, 2000, AND 5500 SERIES WHEELCHAIR LIFTS. THE PLATFORM LIFTS MAY HAVE A DEFECT IN THE WELD WHICH WILL ALLOW A JOINT ON THE VERTICAL LIFT TO CRACK.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE. THIS MAY RESULT IN PERSONAL INJURY OR DEATH.,"RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. THE RECALL BEGAN ON MAY 12, 2006. OWNERS MAY CONTACT RICON CUSTOMER SUPPORT DEPT. AT 800-322-2884 OR OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -04/24/2006,06V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V134000),"BMW of North America, LLC",FRONT ABS SENSOR CABLE ROUTING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9260,"ON CERTAIN MOTORCYCLES, IF CERTAIN PROCEDURES ARE PERFORMED THAT INVOLVES REMOVAL OF THE FRONT LEFT BRAKE CALIPER, THE ABS SENSOR CABLE CAN BE ROUTED INCORRECTLY AND WHEN THE CALIPER IS REINSTALLED, THE SENSOR CABLE CAN COME INTO CONTACT AND RUB AGAINST THE FRONT BRAKE DISC. OVERTIME, IF THE CHAFING BECOMES SEVERE, IT IS POSSIBLE TO LOSE THE ABS FUNCTION.",LOSS OF ABS FUNCTION COULD INCREASE THE RISK OF A CRASH DURING CERTAIN RIDING CONDITIONS.,"DEALERS WILL ATTACH ADDITIONAL RETAINING CLIPS FREE OF CHARGE TO THE ABS SENSOR CABLE, WHICH WILL PROVIDE A MORE SECURE CONNECTION TO THE WHEEL CARRIER. THE RECALL BEGAN ON JUNE 5, 2006, AND WILL BE A PHASED MAILING THROUGH OCTOBER 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -04/24/2006,06V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V137000),"Volvo Car USA, LLC",FUEL LINE,"FUEL SYSTEM, GASOLINE",R158,Vehicle,16175,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH T5 TURBO ENGINES, THE POLYAMIDE TUBE IN THE FUEL LINE IS SENSITIVE TO THE EXTREME TEMPERATURES THAT MAY OCCUR IN THE AREA WHERE THE TURBO/EXHAUST MANIFOLD IS LOCATED.","THIS MAY POTENTIALLY RESULT IN FUEL LINE LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL CHANGE THE FUEL LINE MATERIAL TO TEFLON FREE OF CHARGE. THE RECALL BEGAN ON JUNE 5, 2006. OWNERS MAY CONTACT VOLVO CARS AT 1-800-458-1552." -04/24/2006,06V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V132000),Damon Corporation,INSTRUMENT CLUSTER/FMVSS 101 AND 105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1705,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"" AND NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,DAMON IS WORKING WITH WORKHORSE TO CONTACT THE OWNERS AND REMEDY THIS CAMPAIGN . WORKHORSE WILL REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR DAMON AT 1-800-860-3812. -04/24/2006,06V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V130000),"Kawasaki Motors Corp., U.S.A.",STEERING DAMPER BOLT,STEERING,NR (Not Reported),Vehicle,6746,"ON CERTAIN MOTORCYCLES, THE BOLT THAT ATTACHES THE STEERING DAMPER BODY TO THE FRAME BRACKET MAY NOT HAVE BEEN TIGHTENED SUFFICIENTLY DURING VEHICLE ASSEMBLY.","IF THE BOLT LOOSENS AND BACKS OUT COMPLETELY, THE STEERING DAMPER COULD INHIBIT FREE MOVEMENT OF THE STEERING ASSEMBLY CAUSING A LOSS OF STEERING CONTROL. THIS COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL TIGHTEN THE STEERING DAMPER BOLT TO THE PROPER TORQUE AND INSPECT THE DAMPER MOVEMENT. THE RECALL BEGAN ON APRIL 28, 2006. OWNERS MAY CONTACT KAWASAKI AT 1-866-802-9381." -04/24/2006,06V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V128000),Van Hool N.V.,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60/DDC,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,870,"ON CERTAIN MOTOR COACHES EQUIPPED WITH DETROIT DIESEL SERIES 60 ENGINES, THE TURBOCHARGER COMPRESSORS INSTALLED IN THESE MOTOR COACHES CAN FAIL.",A FIRE CAN RESULT SHOULD THE TURBOCHARGER FAIL.,DETROIT DIESEL IS CONDUCTING THIS RECALL (PLEASE SEE 06E019000) AND WILL REMEDY THESE MOTOR COACHES. THE ENGINES WILL BE REPAIRED FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR VAN HOOL AT 1-407-656-7977. -04/24/2006,06V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V127000),"Champion Bus, Inc.",WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,7,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH RICON S AND K SERIES PLATFORM STYLE WHEELCHAIR LIFTS, THE VERTICAL SUPPORT ARMS FOR THE LIFTS WERE IMPROPERLY WELDED ALLOWING THE LIFT TO STOW IMPROPERLY.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,CHAMPION IS WORKING WITH RICON TO REMEDY THESE BUSES. THE TWO LIFT ARMS WILL BE REPLACED FREE OF CHARGE. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR CHAMPION AT 1-810-724-6474. -04/24/2006,06V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V129000),GOSHEN COACH,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,13,CERTAIN BUSES EQUIPPED WITH RICON WHEELCHAIR LIFTS MAY HAVE DEFECTIVE WELDS ON THE VERTICAL ARMS OF THE WHEELCHAIR LIFTS.,DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,GOSHEN IS WORKING WITH RICON TO REMEDY THESE VEHICLES. RICON WILL REPLACE THE VERTICAL ARMS THAT MAY CONTAIN THE DEFECTIVE WELDS FREE OF CHARGE. OWNERS MAY CONTACT RICON AT 1-818-267-3000 OR GOSHEN AT 1-800-326-2062. -04/24/2006,06V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V133000),GIRARDIN MINIBUS INC.,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,06-013-LIU,Vehicle,13,"CERTAIN GIRARDIN MY 2005 AND 2006 MB IV SCHOOL AND COMMERCIAL BUSES AND 2006 MB II SCHOOL BUSES MANUFACTURED BETWEEN JUNE 29, 2005, AND MAY 10, 2006, AND EQUIPPED WITH RICON K-SERIES WHEELCHAIR LIFTS, P/N K5505-F1020000A & K2010-F1020000A. THE WELDING PROCESS MAY NOT HAVE ACHIEVED FULL PENETRATION ALONG THE SEAM OF THE VERTICAL ARMS. IMPROPERLY WELDED VERTICAL ARMS WILL NOT ALLOW THE LIFT TO STOW PROPERLY.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,RICON IS CONDUCTING THIS RECALL (PLEASE SEE 06E008000) AND WILL REPLACE THE TWO VERTICAL ARMS EVEN IF ONLY ONE ARM IS CRACKED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2006. OWNERS MAY CONTACT RICON CUSTOMER SUPPORT DEPT. AT 800-322-2884 OR OWNERS MAY CONTACT GIRARDIN AT 819-477-8222. -04/20/2006,06V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V131000),Land Rover,FMVSS 114/IGNITION KEY,ELECTRICAL SYSTEM,B037,Vehicle,45900,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, 'THEFT PROTECTION.' WHEN THE IGNITION IS SWITCHED OFF, AFTER A PERIOD OF TIME, IT IS POSSIBLE TO REMOVE THE IGNITION KEY WHEN THE TRANSMISSION SHIFT LEVER IS NOT IN PARK.",THIS CONDITION INCREASES THE RISK OF A CRASH RESULTING FROM THE UNINTENDED MOVEMENT OF PARKED VEHICLES.,"DEALERS WILL REPROGRAM THE DRIVELINE CONTROL TRANSFER BOX ELECTRONIC CONTROL UNIT (ECU) WITH REVISED SOFTWARE. THE RECALL BEGAN ON JUNE 30, 2006. OWNERS MAY CONTACT LAND ROVER AT 1-201-818-8500." -04/20/2006,06V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V135000),Land Rover,FRONT BRAKE FLEXI-HOSE CHAFES,"SERVICE BRAKES, HYDRAULIC",B039,Vehicle,10791,"ON CERTAIN VEHICLES FITTED WITH 9J-19 INCH DIAMETER WHEELS, DURING CERTAIN VEHICLE MANEUVERS WHEN THE STEERING SYSTEM IS ON FULL LEFT LOCK AND THE SUSPENSION IS MOVING TOWARDS FULL COMPRESSION, THE LEFT FRONT BRAKE HOSE AND/OR THE ABS WHEEL SPEED SENSOR LEAD AND/OR THE BRAKE PAD WEAR WARNING SENSOR LEAD CAN CATCH ON THE WHEEL BALANCE WEIGHT AS THE WHEEL ROTATES.","THIS MAY LEAD TO WARNINGS OF PREMATURE BRAKE PAD WEAR, WARNINGS OF ABS FAILURE, OR EXTENDED BRAKE PEDAL TRAVEL AND LOSS OF ONE OF THE HYDRAULIC SERVICE BRAKING SYSTEM CIRCUITS, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE LEFT FRONT BRAKE FLEXI-PIPE ASSEMBLY AND REPLACE IT IF IT EXHIBITS SIGNS OF CHAFING, AND ALSO TO REPLACE THE LEFT FRONT 'CLIP-ON' WHEEL BALANCE WEIGHTS WITH 'STICK-ON' WHEEL BALANCE WEIGHTS. THE RECALL BEGAN ON JUNE 30, 2006. OWNERS MAY CONTACT LAND ROVER AT 1-201-818-8500." -04/20/2006,06V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V126000),"SAAB CARS USA, INC.",FUEL PUMP,"FUEL SYSTEM, GASOLINE",06033,Vehicle,11886,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP RETAINING TABS HOLDING THE FUEL LINES WERE DAMAGED DURING PRODUCTION.","OVER TIME, THIS COULD CAUSE THE FUEL LINES TO LOOSEN FROM THE PUMP RESULTING IN FUEL LEAKAGE. IF AN IGNITION SOURCE WERE PRESENT, THE FUEL MAY IGNITE RESULTING IN A VEHICLE FIRE.","DEALERS WILL DEVELOP A SECURING BRACKET THAT WILL SECURE THE FUEL LINES TO THE FUEL PUMP EVEN IF THE PLASTIC RETAINING TABS SHOULD BREAK. THE RECALL BEGAN ON MAY 12, 2006. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -04/20/2006,06V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V125000),"General Motors, LLC",REAR SUSPENSION ASSEMBLY,SUSPENSION,06029,Vehicle,23077,CERTAIN VEHICLES HAVE A LEFT OR RIGHT REAR SUSPENSION TOE LINK THAT COULD SEPARATE BECAUSE OF AN INCORRECT WELD.,"IF THIS WERE TO OCCUR, THE AFFECTED REAR WHEEL WOULD BE ABLE TO TURN IN OR OUT, AFFECTING VEHICLE CONTROL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE RIGHT AND LEFT TOE LINK AND REPLACE AS REQUIRED. IF A TOE LINK IS REPLACED, THE DEALER WILL PERFORM A WHEEL ALIGNMENT. THE RECALL BEGAN ON MAY 3, 2006. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -04/20/2006,06E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E033000),"Cequent Performance Products, Inc.",TOWED VEHICLE SEPARATION,TRAILER HITCHES,NR (Not Reported),Equipment,385,"CERTAIN HIDDEN HITCH BRAND HITCH RECEIVERS, P/N 64-6003, MANUFACTURED BY CEQUENT TOWING COMPANY AND INSTALLED AS ORIGINAL EQUIPMENT IN CERTAIN MODEL YEAR 2002-2003 GULFSTREAM CLASS A MOTOR HOMES BUILT ON FREIGHTLINER XC CHASSIS. THE AFFECTED HITCHES CAN EXPERIENCE A FAILURE OF THE FRAME BRACKET AT THE CROSS TUBE.","THIS CONDITION MAY LEAD TO SEPARATION OF THE TOWED VEHICLE FROM THE TOWING VEHICLE, WHICH MAY RESULT IN A CRASH.","HIDDEN HITCH WILL NOTIFY OWNERS AND WILL REPLACE THE TRAILER HITCH FREE OF CHARGE. THE RECALL BEGAN ON MAY 29, 2006. OWNERS MAY CONTACT HIDDEN HITCH AT 1-800-529-5522." -04/19/2006,06V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V123000),"Jayco, Inc.",FMVSS 110/INCORRECT TIRE LABEL PLACARD INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,85,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE FEDERAL IDENTIFICATION LABEL AND THE TIRE LOADING INFORMATION PLACARD HAS THE INCORRECT TIRE INFLATION LISTED.","MISPRINTED LABELS COULD LEAD TO FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION RECOMMENDATION WHICH COULD RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL BEGAN ON APRIL 28, 2006. OWNERS MAY CONTACT JAYCO AT 574-825-0608." -04/19/2006,06V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V124000),Skyline Corporation,INCORRECT SPRING HANGER BOLTS AND NUTS,STRUCTURE,NR (Not Reported),Vehicle,44,"ON CERTAIN PARK TRAILERS, THE INCORRECT BOLTS AND LOCKING NUTS WERE INSTALLED ON THE SPRING HANGERS OF THE FRAME. THE BOLTS CAN LOOSEN AND FALL OUT OF THE SPRING HANGER.","A MISSING BOLT COULD RESULT IN A LOSS OF CONTROL OF THE TRAILER, INCREASING THE RISK OF A CRASH. THIS COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE BOLTS AND LOCKING NUTS AT THE OWNER'S TRAILER SITE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 21, 2006. OWNERS MAY CONTACT SKYLINE AT 1-800-693-6207." -04/18/2006,06E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E032000),"TOM MOTORSPORT, INC.",FMVSS 108/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,845,"CERTAIN EAGLE EYES AND SONAR HEADLIGHTS AND CORNER LIGHTS SOLD AS AFTERMARKET FOR USE ON 1988-2005 HONDA CIVIC, 1990-2005 HONDA ACCORD, AND 1990-2001 ACURA INTEGRA PASSENGER VEHICLES LISTED ABOVE. HEADLIGHTS AND CORNER LIGHTS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","TOM MOTORSPORT WILL NOTIFY OWNERS AND OFFER REIMBURSEMENT FOR THE PURCHASE OF NONCOMPLIANT LIGHTS. THE RECALL BEGAN APRIL 17, 2006. OWNERS MAY CONTACT TOM MOTORSPORT AT 626-968-4007." -04/18/2006,06E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E031000),"HJC AMERICA, INC.",FMVSS 218/PENETRATION REQUIREMENTS,EQUIPMENT,NR (Not Reported),Equipment,4806,"CERTAIN MEDIUM SIZE Z1R METRO MOTORCYCLE HELMETS MANUFACTURED JANUARY 15, 2004, THROUGH SEPTEMBER 30, 2004. THESE HELMETS FAIL TO CONFORM TO THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",HJC AMERICA WILL NOTIFY OWNERS AND REPLACE THE HELMETS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2006. OWNERS MAY CONTACT HJC AMERICA AT 562-407-2186. -04/14/2006,06E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E030000),HIDYNAMIC CORPORATION,FMVSS 108/HID CONVERSION KITS/BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1785,"CERTAIN AFTERMARKET HID KITS SOLD BY HIDYNAMIC CORPORATION FOR USE ON PASSENGER VEHICLES. THE HALOGEN REPLACEMENT HEADLIGHT HOUSING OR FOGLIGHT HOUSING BULBS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE A HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","HIDYNAMIC CORPORATION WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL BEGAN ON JANUARY 20, 2007. OWNERS MAY CONTACT HIDYNAMIC CORPORATION AT 626-679-5558." -04/14/2006,06V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V122000),"Big Dog Motorcycles, LLC",FRONT FENDER BRACKETS,STRUCTURE,NR (Not Reported),Vehicle,364,"ON CERTAIN MOTORCYCLES, THE FRONT FENDER BRACKETS COULD FAIL ALLOWING THE FRONT FENDER TO DETACH.","IF THIS CONDITION OCCURS, A CRASH COULD OCCUR WITHOUT ANY PRIOR WARNING.","DEALERS WILL REPLACE THE FRONT FENDER BRACKETS FREE OF CHARGE. (BIG DOG RECALLED CERTAIN BULLDOG MOTORCYCLES IN MAY 2005. BIG DOG REVISED THE REPAIR INSTRUCTIONS AND IS RECALLING ALL THE 2005 BULLDOG MOTORCYCLES. IF YOUR MOTORCYCLE WAS REPAIRED UNDER THE PREVIOUS CAMPAIGN, IT WILL NEED TO BE REMEDIED AGAIN.) THE RECALL BEGAN ON APRIL 24, 2006. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -04/13/2006,06V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V118000),"Coachmen RV Company, LLC",BATTERY CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,29,"ON CERTAIN MOTOR HOMES, THE BATTERY CABLES THAT EXIT THE REAR OF THE BATTERY STORAGE COMPARTMENT ARE NOT ADEQUATELY SECURED. SHOULD THE CABLES BECOME UNSECURED, THEY COULD COME IN DIRECT CONTACT WITH THE ENGINE EXHAUST SYSTEM.","IN THE EVENT THAT THE CABLES COME IN CONTACT WITH THE EXHAUST SYSTEM, THE CABLE PROTECTIVE COVERING COULD EVENTUALLY MELT CAUSING A DIRECT SHORT IN THE 12-VOLT ELECTRICAL SYSTEM, WHICH COULD RESULT IN A FIRE.","DEALERS WILL USE A TUBE CLAMP TO SECURE THE EXCESS LENGTH OF WIRE TO A STEEL TRUSS MEMBER ABOVE AND OUT OF THE WAY OF THE EXHAUST AND WILL ALSO ADD A HEAT SHIELD. THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -04/13/2006,06V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V121000),Toyota Motor Engineering & Manufacturing,SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,28947,"ON CERTAIN PASSENGER VEHICLES, IF THE FRONT SEAT BELT RETRACTORS (BOTH DRIVER AND FRONT PASSENGER) BECOME LOCKED, THEY MAY NOT RELEASE DUE TO A COMPONENT OF THE EMERGENCY LOCKING SYSTEM. IF THE SEAT BELT IS LOCKED IN THIS CONDITION, THE OCCUPANT MAY NOT BE ABLE TO PROPERLY FASTEN THE SEAT BELT.",AN OCCUPANT NOT PROPERLY WEARING A SEAT BELT MAY HAVE AN INCREASED RISK OF INJURY DURING A CRASH.,"DEALERS WILL REPLACE THE FRONT SEAT BELT ASSEMBLIES. THE RECALL BEGAN ON APRIL 21, 2006. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -04/12/2006,06V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V116000),Mazda Motor Corp.,FMVSS 201/UPPER INTERIOR HEAD IMPACT,SEATS,4006D,Vehicle,23100,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITHOUT SIDE AIR CURTAINS OR MOON ROOFS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING TESTING, THE FREE MOTION HEAD FORM REGISTERED A MEASUREMENT ABOVE THE PERMITTED LIMIT AT THE LEFT HAND A-PILLAR TRIM AREA.","IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO OCCUPANTS MAY OCCUR.","DEALERS WILL MAKE MODIFICATIONS TO THE ENERGY ABSORBING MATERIAL LOCATED ABOVE THE HEADLINER IN THE AFFECTED AREA FREE OF CHARGE. THE RECALL BEGAN ON MAY 31, 2006. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -04/12/2006,06V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V115000),"FLEETWOOD ENTERPRISES, INC.",INSTRUMENT CLUSTER/FMVSS 101 AND 105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7205,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101 ""CONTROLS AND DISPLAYS"" AND NO. 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN AND REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR FLEETWOOD AT 1-800-322-8216. -04/12/2006,06V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V117000),"Mack Trucks, Inc.",POWER STEERING HOSE,STEERING,SC0310,Vehicle,289,"ON CERTAIN TRUCKS, AN AIR SYSTEM HOSE WAS INSTALLED RATHER THAN THE REQUIRED HIGH-PRESSURE POWER STEERING HOSE BETWEEN THE MAIN AND SLAVE STEERING GEAR.","THE AIR HOSE PRESSURE RATING IS WELL BELOW THAT OF THE POWER STEERING HOSE AND MAY RUPTURE, CAUSING A LOSS OF POWER ASSIST, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL THE CORRECT POWER STEERING HOSE. THE RECALL BEGAN ON APRIL 28, 2006. OWNERS MAY CONTACT MACK AT 1-800-528-6586." -04/11/2006,06V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V113000),"Gulf Stream Coach, Inc.",INSTRUMENT CLUSTER/FMVSS 101 AND 105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,995,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 101 ""CONTROLS AND DISPLAYS"" AND 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN AND REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR GULF STREAM AT 574-773-7761. -04/11/2006,06V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V112000),Blue Bird Body Company,WHEELCHAIR LIFTS/RICON,EQUIPMENT ADAPTIVE/MOBILITY,R06KS,Vehicle,129,"CERTAIN MY 2006 ALL AMERICAN SCHOOL AND TRANSIT BUSES AND 2006 CONVENTIONAL VISION SCHOOL BUSES MANUFACTURED BETWEEN JULY 7 AND NOVEMBER 8, 2005, EQUIPPED WITH RICON S AND K SERIES PLATFORM STYLE WHEELCHAIR LIFTS . THE VERTICAL SUPPORT ARMS FOR THE LIFTS WERE IMPROPERLY WELDED ALLOWING THE LIFT TO STOW IMPROPERLY.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,"BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MAY 5, 2006. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -04/10/2006,06V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V119000),Ford Motor Company,CELLULAR HANDS-FREE PHONE OPTION/FMVSS 208,ELECTRICAL SYSTEM,06C13,Vehicle,19,"CERTAIN PASSENGER VEHICLES BUILT FOR ONE SPECIFIC FLEET CUSTOMER WERE MODIFIED FOR OPTIONAL HANDS-FREE CELLULAR PHONE OPERATING CAPABILITY. TO PROVIDE THIS FUNCTIONALITY, A SPECIAL OVERLAY WIRE HARNESS WAS INSTALLED THAT INADVERTENTLY DID NOT INCLUDE THE CIRCUITS FOR PASSENGER AIR BAG DEACTIVATION INDICATOR (PADI) LAMP FUNCTION. AS A RESULT, THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.'",THE PADI LAMP WILL FAIL TO ILLUMINATE AND THE AIR BAG WARNING LAMP IN THE CLUSTER WILL STAY ILLUMINATED.,"THE FLEET CUSTOMER WAS NOTIFIED AND ALL VEHICLES HAVE BEEN REPAIRED. THE RECALL BEGAN ON APRIL 28, 2006." -04/10/2006,06V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V110000),COUNTRY COACH INC,EXHAUST PIPE MUFFLER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21,"ON CERTAIN MOTOR HOMES, THE EXHAUST PIPE CONNECTION TO THE INLET AND OUTLET SIDE OF THE MUFFLER MAY COME APART.",SHOULD EITHER OF THE CLAMPS COME APART THE SUPER-HEATED EXHAUST BEING EXPELLED IN THE ENGINE COMPARTMENT COULD CAUSE A FIRE.,"DEALERS WILL REPLACE THE EXISTING BAND TYPE CLAMPS ATTACHING THE MUFFLER TO THE EXHAUST PIPE AND SECURE THE MUFFLER TO THE TAIL PIPE WITH GUILLOTINE TYPE CLAMPS FREE OF CHARGE. THE RECALL BEGAN ON MAY 8, 2006. OWNERS MAY CONTACT COUNTRY COACH AT 800-547-8015." -04/10/2006,06V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V114000),Ford Motor Company,HIGH BACK SEATS,SEATS,03S04,Vehicle,8585,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH HIGH BACK SEATS, THE UPPER BOLT ON THE DRIVER'S SIDE HIGH BACK SEAT THAT ATTACHES THE SEAT RECLINER MECHANISM TO THE SEAT BACK FRAME, COULD FRACTURE. IF THE BOLT FRACTURES, THE SEAT BACK MAY RECLINE UNTIL IT MAKES CONTACT WITH AN OBJECT BEHIND THE SEAT, SUCH AS THE SECOND ROW SEAT CUSHION.","THE DRIVER COULD POTENTIALLY LOSE CONTACT WITH THE STEERING WHEEL OR FOOT PEDALS DURING SUCH AN EVENT, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVER SEAT UPPER BOLT WITH A METAL SPACER AND BOLT. IN ADDITION, SEATS WITH TUBULAR BACK FRAMES WILL HAVE THE FULLY THREADED LOWER RECLINER BOLT REPLACED WITH A PARTIALLY THREADED BOLT. THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673. THIS IS A SUPPLEMENT TO A PREVIOUS RECALL CAMPAIGN (03V281)." -04/10/2006,06V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V109000),"Jayco, Inc.",INCORRECT CERTIFICATION LABEL/FMVSS 120/FORD,EQUIPMENT,NR (Not Reported),Vehicle,135,"CERTAIN MOTOR HOMES BUILT ON FORD E-450 CHASSIS, AND EQUIPPED WITH LT225/75R16E TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE TIRE PRESSURE IS INCORRECTLY LISTED ON THE LABEL FOR THE REAR TIRES.","AT THE INCORRECTLY STATED PRESSURE, THE REAR TIRES ARE UNABLE TO SUPPORT THE GROSS AXLE WEIGHT RATING (GAWR) FOR THE REAR AXLE.",OWNERS WILL BE MAILED SUPPLEMENTARY TIRE LABELS CONTAINING THE CORRECT REAR TIRE INFLATION INFORMATION. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR JAYCO AT 1-800-283-8267 . -04/10/2006,06V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V120000),MUSTANG TRAILER MANUFACTURING,WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,21,"ON CERTAIN FLATBED UTILITY TRAILERS WHICH CONTAIN BREAKAWAY KITS, THE WIRING HARNESS WAS INCORRECTLY WIRED.","IF THE TRAILER SHOULD BECOME DISCONNECTED FROM THE BREAKAWAY SWITCH PLUG, THE BRAKES WILL NOT APPLY AS REQUIRED, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A NEW HARNESS. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2006. OWNERS MAY CONTACT MUSTANG TRAILER AT 1-412-678-0100. -04/07/2006,06V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V108000),Ford Motor Company,ACCELERATOR PEDAL SHIELD,VEHICLE SPEED CONTROL,06S43,Vehicle,19140,"ON CERTAIN MUSTANG COBRA PASSENGER VEHICLES, THE REAR SURFACE OF THE ACCELERATOR PEDAL MAY COME INTO CONTACT WITH FLOOR CARPETING DURING HEAVY THROTTLE APPLICATION. THE UNIQUE SURFACE PROFILE OF THE ACCELERATOR PEDAL MAY CATCH IN THE CUTOUT ON THE FLOOR CARPETING BEHIND THE ACCELERATOR PEDAL.","THIS COULD INTERFERE WITH THE PEDAL'S ABILITY TO RETURN TO AN IDLE POSITION. UNEXPECTED, CONTINUED THROTTLE APPLICATION AND/OR INCREASED STOPPING DISTANCES MAY OCCUR WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A SHIELD OVER THE CUTOUT IN THE CARPET BEHIND THE ACCELERATOR PEDAL. THE RECALL BEGAN ON APRIL 26, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/07/2006,06V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V107000),AMERICAN LAFRANCE LLC,COMPARTMENT DOOR,STRUCTURE,ALF-0106,Vehicle,32,"ON CERTAIN FIRE TRUCKS BUILT ON EAGLE, METROPOLITAN, AND FREIGHTLINER M2 HEAVY DUTY CLASS 8 CHASSIS, THE COMPARTMENT DOOR OPENING HARDWARE MAY FAIL DUE TO FORCES GENERATED WHEN SLAMMING THE DOOR. WHEN THIS OCCURS, THERE IS NO WAY TO OPEN THE COMPARTMENT DOOR WITHOUT DISMANTLING THE HANDLE ASSEMBLY OR IN AN EMERGENCY SITUATION FORCEFULLY OPENING THE DOOR USING A PRY BAR OR FIREMAN'S AXE.",THE COMPARTMENT DOOR CARRIES MEDICAL EQUIPMENT AND FIRE FIGHTING EQUIPMENT. DELAYED ACCESS TO THE EQUIPMENT DUE TO AN INOPERATIVE COMPARTMENT DOOR HANDLE COULD MEAN THE DIFFERENCE BETWEEN LIFE AND DEATH.,"DEALERS WILL REPAIR THE COMPARTMENT DOOR FREE OF CHARGE. THE RECALL BEGAN ON APRIL 20, 2006. OWNERS MAY CONTACT AMERICAN LAFRANCE AT 1-843-746-7542." -04/07/2006,06V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V111000),Ford Motor Company,FMVSS 201/UPPER INTERIOR HEAD IMPACT,SEATS,06C12,Vehicle,134365,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITHOUT SIDE AIR CURTAINS OR MOONROOFS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING TESTING, THE FREE MOTION HEAD FORM REGISTERED A MEASUREMENT ABOVE THE PERMITTED LIMIT AT THE LEFT HAND A-PILLAR TRIM AREA.","IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO OCCUPANTS MAY OCCUR.","DEALERS WILL MAKE MODIFICATIONS TO THE ENERGY ABSORBING MATERIAL LOCATED ABOVE THE HEADLINER IN THE AFFECTED AREA FREE OF CHARGE. THE RECALL BEGAN ON MAY 19, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -04/05/2006,06V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V103000),Mazda Motor Corp.,DRIVER-SIDE FRONT AIR BAG MODULE,AIR BAGS,3906C,Vehicle,2600,"ON CERTAIN PASSENGER VEHICLES, THE BOLT ATTACHING THE HORN ASSEMBLY TO THE STEERING WHEEL HUB MAY FAIL DURING A DRIVER SIDE FRONT AIR BAG DEPLOYMENT IN EXTREMELY LOW AMBIENT TEMPERATURE.","SHOULD THIS OCCUR, THE HORN ASSEMBLY MAY SEPARATE AND COULD INJURE THE DRIVER.","DEALERS WILL REPLACE THE DRIVER-SIDE FRONTAL AIR BAG MODULE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 28, 2006. OWNERS MAY CONTACT MAZDA AT 800-222-5500." -04/05/2006,06V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V105000),"General Motors, LLC",POWER STEERING HOSE,STEERING,06026,Vehicle,12862,"ON CERTAIN VEHICLES EQUIPPED WITH A V8 ENGINE,THE POWER STEERING HOSE CONNECTORS MAY HAVE BEEN INADEQUATELY CRIMPED WHICH COULD RESULT IN A FLUID LEAK.","IF THIS WERE TO OCCUR, POWER STEERING ASSIST MAY BE LOST AND INCREASED STEERING EFFORT WOULD BE REQUIRED AT LOW SPEEDS. ALSO, IF THE POWER STEERING FLUID WERE TO CONTACT HOT ENGINE PARTS, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL REPLACE THE POWER STEERING GEAR INLET HOSE. THE RECALL BEGAN ON MARCH 29, 2006. OWNERS MAY CONTACT BUICK AT 1-866-608-8080 OR CADILLAC AT 1-866-982-2339." -04/04/2006,06V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V104000),"BMW of North America, LLC",CLUTCH COMPONENT,POWER TRAIN,NR (Not Reported),Vehicle,453,"ON CERTAIN MOTORCYCLES, THE CLUTCH COMPONENTS COULD BECOME LOOSE WHILE THE MOTORCYCLE IS BEING OPERATED.","IF THIS HAPPENED, THE COMPONENTS COULD EXIT THROUGH THE ENGINE CASTING INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL NEW CLUTCH COMPONENTS FREE OF CHARGE. ALL MOTORCYCLES ARE LOCATED AT DEALERS. NO MOTORCYCLES HAVE BEEN SOLD TO CUSTOMERS. -04/04/2006,06V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V099000),Volvo Trucks North America,STEERING SHAFT,STEERING,RVXX0602,Vehicle,2137,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH DANA STEERING SHAFTS, THERE IS A POTENTIAL THAT THE STEERING SHAFT PINCH BOLT HOLE MAY BE INCORRECTLY LOCATED. THE PINCH BOLT FITS INTO A GROOVE IN THE STEERING GEAR INPUT SHAFT TO ENSURE THAT THE STEERING SHAFT DOES NOT SEPARATE FROM THE STEERING GEAR IF THE PINCH BOLT COMES LOOSE.",THIS COULD POTENTIALLY LEAD TO STEERING SHAFT SEPARATION RESULTING IN LOSS OF CONTROL OF THE VEHICLE IF THE PINCH BOLT WERE TO COME LOOSE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE STEERING SHAFT AND REPLACE IT AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 28, 006. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -04/04/2006,06V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V100000),"Autocar, LLC",STEERING SHAFT,STEERING,A-0602,Vehicle,19,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE BOLT ON THE STEERING SHAFT MAY NOT BE TIGHTENED TO THE CORRECT SPECIFICATION AND THE POSSIBILITY EXISTS THAT DUE TO THE LOOSE NUT, THE YOKE BOLT COULD SLIDE OUT PARTIALLY AND LIMIT THE ROTATION ON THE STEERING SHAFT.",THIS COULD RESULT IN A LOSS OF STEERING CONTROL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE STEERING BOLT AND TIGHTEN IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2006. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -04/03/2006,06V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V102000),"Entrans International, LLC",ACCURIDE/ALUMINUM WHEEL,WHEELS,NR (Not Reported),Vehicle,9,"ON CERTAIN TRAILERS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS MAY NOT HAVE BEEN PROPERLY PRE-STRESSED AND MAY EXPERIENCE PREMATURE CRACKING ON THE DISC FACE THAT COULD RESULT IN FAILURE.","SHOULD THE WHEEL FAIL WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN INJURY OR DEATH.","ACCURIDE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2007. OWNERS MAY CONTACT ACCURIDE AT 1-800-869-2275 OR POLAR AT 1-800-826-6589." -04/03/2006,06V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V096000),Toyota Motor Engineering & Manufacturing,AIR BAG INFLATOR,AIR BAGS,60B 6LB,Vehicle,133,"ON CERTAIN VEHICLES, DUE TO IMPROPER ASSEMBLY OF THE AIR BAG INFLATOR, WHICH IS USED IN THE SIDE AIR BAG, THE CURTAIN SHIELD AIR BAG, AND THE KNEE AIR BAG ASSEMBLY, SOME INFLATORS WERE PRODUCED WITH AN INSUFFICIENT AMOUNT OF THE HEATING AGENTS NECESSARY FOR PROPER AIR BAG DEPLOYMENT. IN THIS CONDITION, THE EXPANSION FORCE OF THE GAS MAY BE INSUFFICIENT TO PROPERLY INFLATE THE AIR BAG WHEN THE SRS SYSTEM IS ACTIVATED DURING A CRASH.",THIS MAY INCREASE THE RISK OF INJURY TO THE OCCUPANT IN THE INVOLVED SEATING POSITION IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THE SPECIFIC SRS AIR BAG. THE RECALL BEGAN ON APRIL 6, 2006. OWNERS MAY CONTACT TOYOTA AT 1-888-270-9371, SCION AT 1-866-548-1851, OR LEXUS AT 1-800-255-3987." -04/03/2006,06E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E028000),DETROIT DIESEL CORP.,ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,06C-3,Equipment,433,"CERTAIN MY 2000-2005 DETROIT DIESEL SERIES 50G ENGINES MANUFACTURED BETWEEN OCTOBER 2, 2002, AND MARCH 22, 2005, EQUIPPED ON CERTAIN 2002-2004 ORION V AND 2002-2005 ORION VII TRANSIT BUSES. HIGHER THAN EXPECTED TEMPERATURES WILL ALLOW THE LOW PRESSURE NATURAL GAS REGULATOR GASKET TO LEAK COOLANT AND DRIP ONTO THE TERMINALS OF THE BATTERY CHARGING ALTERNATOR.",THIS CAN RESULT IN A SHORT IN THE ELECTRICAL CIRCUIT AND THE POTENTIAL FOR AN ENGINE COMPARTMENT FIRE.,"DETROIT DIESEL WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY REPLACING THE LOW PRESSURE REGULATOR GASKET WITH AN IMPROVED GASKET FREE OF CHARGE. THE RECALL BEGAN ON APRIL 7, 2006. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708." -04/03/2006,06V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V097000),COUNTRY COACH INC,INCORRECT COLD TIRE INFLATION PRESSURES/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,103,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE FEDERAL TIRE LABELS INCORRECTLY STATE THE COLD TIRE INFLATION PRESSURE FOR THE TOYO 12R22.5 REAR TIRES.",THIS NONCOMPLIANCE COULD LEAD TO PREMATURE TIRE WEAR AND POTENTIALLY A TIRE FAILURE IF THE TIRES ARE INFLATED TO THE MAXIMUM INFLATION PRESSURE. SUCH A TIRE FAILURE COULD RESULT IN THE LOSS OF STEERING CONTROL AND COULD RESULT IN A CRASH.,"OWNERS WILL BE PROVIDED WITH NEW FEDERAL TIRE LABELS WHICH REFLECT THE CORRECT COLD TIRE INFLATION PRESSURE FOR THE REAR TIRES. THE RECALL BEGAN ON MAY 8, 2006. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-452-8015." -04/03/2006,06V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V101000),"Mercedes-Benz USA, LLC",SEAT BELT BUCKLE,SEAT BELTS,2006040003,Vehicle,2500,"ON CERTAIN PASSENGER VEHICLES, DURING THE PRODUCTION PROCESS, THE THREADS IN THE NUT USED TO SECURE THE SEAT BELT BUCKLE IN A LIMITED NUMBER OF SECOND ROW SEATS MAY BE MISSING. THE ABSENCE OF THE SCREW THREADS RESULTS IN AN INCOMPLETE CONNECTION OF THE BUCKLE TO THE SEAT.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT TO SEE IF THE NUT IS MISSING AND REPLACE THE SEAT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON MAY 3, 2006. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -04/03/2006,06V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V098000),"Mercedes-Benz USA, LLC",STARTER WIRING HARNESS,ELECTRICAL SYSTEM,2006040002,Vehicle,7000,"ON CERTAIN PASSENGER VEHICLES, THE STARTER WIRING HARNESS MAY BE ROUTED INCORRECTLY. THIS ROUTING COULD LEAD TO CHAFING OF THE PROTECTIVE SLEEVE COVERING THE STARTER WIRING HARNESS AT THE ENGINE MOUNT COVER.","OVER TIME, SUCH CHAFING HAS THE POTENTIAL TO WEAR THROUGH THE PROTECTIVE SLEEVE AND MAY EXPOSE THE UNDERLYING STARTER WIRING HARNESS TO FURTHER CHAFING, WHICH COULD RESULT IN AN ELECTRICAL SHORT, AND THE LOSS OF FUNCTION OF THE VEHICLE'S ELECTRICAL SYSTEM.","DEALERS WILL INSPECT AND WHERE NECESSARY, CORRECT, THE ROUTING OF THE WIRING HARNESS. IN THE CASE OF WEAR, THE PROTECTIVE SLEEVE, AND IF NECESSARY, THE STARTER WIRING HARNESS, WILL BE REPLACED. THE RECALL BEGAN ON MAY 12, 2006. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -03/31/2006,06V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V094000),Shyft Group,BUSSMAN BOX FAILURE,ELECTRICAL SYSTEM,SPEC 06005,Vehicle,54,"ON CERTAIN MOTOR HOMES, THE BUSSMAN BOX WAS INCORRECTLY SOLDERED AND COULD FAIL.","ELECTRICAL POWER MAY BE LOST TO COMPONENTS OF THE MAJOR CHASSIS OPERATING SYSTEMS (ENGINE, TRANSMISSION, STARTING, COOLING) CAUSING THE VEHICLE TO SHUTDOWN AND/OR NOT BE CAPABLE OF POWERING UP. ONE OR A COMBINATION OF THE FOLLOWING CONDITIONS MAY OCCUR: LOSS OF ELECTRICAL POWER TO THE ENGINE, TRANSMISSION STARTING AND ENGINE COOLING SYSTEMS, IN THE OPERATION OF THE RIGHT CHASSIS STOP/TURN SIGNAL AND RIGHT TRAILER STOP/TURN SIGNAL, ANTILOCK BRAKE SYSTEM (ABS), AUXILIARY BRAKE SYSTEM, HEATER ELEMENTS IN THE AIR DRYER, AND/OR THE HEATER ELEMENT IN THE WATER IN-FUEL SEPARATOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE COMPONENTS. THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400." -03/31/2006,06V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V095000),"Jayco, Inc.",ENGINE STALLING/FORD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1107,CERTAIN MOTOR HOMES BUILT ON FORD CHASSIS MAY EXPERIENCE STALLING WITHOUT WARNING WHILE DRIVING AND MAY OR MAY NOT RESTART.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","FORD MOTOR COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL UPGRADE THE FUEL INJECTION CONTROL MODULE (FICM) WIRE HARNESS OR REPLACED, AND/OR HAVE A NEW INJECTION CONTROL PRESSURE (ICP)) SENSOR CONNECTOR INSTALLED FREE OF CHARGE. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR JAYCO AT 1-800-283-8267." -03/30/2006,06V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V084000),"Jayco, Inc.",BODY WIRING HARNESS/GM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,183,CERTAIN MOTOR HOMES BUILT ON CHEVROLET CHASSIS WERE PRODUCED WITH A BODY WIRING HARNESS WITH NO PROTECTIVE CONDUIT IN THE AREA UNDER THE DRIVER'S FEET TO REDUCE THE POTENTIAL FOR HARNESS WEAR. THE BODY WIRING HARNESS INCLUDES SDM WIRING THAT COULD BE DAMAGED FROM CHAFING AND WEAR BY THE VEHICLE OPERATORS.,"THIS COULD RESULT IN INADVERTENT AIR BAG DEPLOYMENT. A PERSON MAY RECEIVE MINOR INJURIES, SUCH AS ABRASIONS, FROM CONTACT WITH THE BAG.","GENERAL MOTORS/CHEVROLET DIVISION IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CHEVROLET WILL INSPECT THE WIRING HARNESS FOR POTENTIAL DAMAGE, REPAIR OR REPLACE THE HARNESS IF REQUIRED, AND ADD CONDUIT TO ALL HARNESSES. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR JAYCO AT 1-800-283-8267." -03/30/2006,06V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V088000),"Jayco, Inc.",BOSCH/HYDRO-BOOST/HYDRAULIC BRAKE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,199,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET CHASSIS AND EQUIPPED WITH BOSCH HYDRO-BOOST BRAKE ASSEMBLIES, THE HYDRAULIC BRAKE BOOSTER PRESSURE ACCUMULATOR MAY CRACK AND SEPARATE FROM THE HYDRO-BOOST ASSEMBLY DURING NORMAL OPERATING CONDITIONS.","IF A SEPARATION OCCURRED AND THE HOOD OF THE VEHICLE WERE OPEN, FRAGMENTS FROM THE ACCUMULATOR COULD CAUSE INJURY TO PEOPLE IN THE IMMEDIATE AREA. THE PRESENCE OF THIS CRACK OR FRACTURED SURFACE COULD ALLOW THE HYDRAULIC FLUID TO LEAK FROM THE ACCUMULATOR CIRCUIT OF THE BOOSTER ASSEMBLY. THE LOSS OF FLUID WOULD CAUSE INCREASED STEERING AND BRAKING EFFORT AND A CRASH MAY OCCUR WITHOUT PRIOR WARNING.","CHEVROLET IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CHEVROLET WILL TEST THE HYDRO-BOOST ASSEMBLY FOR FUNCTIONAL OPERATION OF THE TWO-FUNCTION VALVE. IF THE HYDRO-BOOST ASSEMBLY FAILS THE TEST, DEALERS ARE TO REPLACE THE ASSEMBLY. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR JAYCO AT 1-800-283-8267." -03/30/2006,06E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E027000),RICARDO CRUZ DISTRIBUTORS,FMVSS 108/HID KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1242,"ALL NEW FOCUS HID KITS, MODELS 9004, 9005, 9006, 9007, H1, H13, H3, H4, AND H7, IMPORTED BY RICARDO CRUZ DISTRIBUTORS, INC. THE REPLACEMENT BULBS FAIL TO CONFORM REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","ONCOMING TRAFFIC MAY EXPERIENCE HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH.",RICARDO CRUZ WILL NOTIFY ITS OWNERS AND OFFER TO REPURCHASE THE NONCOMPLIANT HID KITS. THE RECALL IS EXPECTED TO BEGIN IN APRIL 2006. OWNERS MAY CONTACT RICARDO CRUZ AT 787-740-2300. -03/30/2006,06V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V090000),"KTM North America, Inc.",FRONT WHEEL ASSEMBLY,WHEELS,NR (Not Reported),Vehicle,1714,"ON CERTAIN MOTORCYCLES, THE FRONT WHEEL SPOKES CAN BECOME LOOSE AND BREAK, CAUSING FURTHER DAMAGE TO ADJACENT COMPONENTS.","SUCH A FAILURE OF A FRONT WHEEL SPOKE COULD POSSIBLY DAMAGE THE TIRE'S INNER TUBE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL CLIPS TO HELP SECURE A LOOSE SPOKE TIGHT TO THE NEXT CROSSING SPOKE. THE RECALL BEGAN IN APRIL 2006. OWNERS MAY CONTACT KTM AT 1-440-985-3553. -03/30/2006,06V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V092000),"Nissan North America, Inc.",FUEL CAP TETHER PIN,"FUEL SYSTEM, GASOLINE",R0603,Vehicle,42000,"ON CERTAIN KING CAB TRUCKS, IN A SEVERE SIDE IMPACT CRASH, THERE IS A POSSIBILITY THAT DEFORMATION OF THE VEHICLE'S BODY COULD CAUSE THE FUEL FILLER CAP TETHER TO BE STRETCHED TO THE POINT OF UNSCREWING THE FUEL FILLER CAP.",THIS MAY RESULT IN A FUEL SPILL WHICH IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL CAP TETHER PIN ASSEMBLY WITH A MODIFIED ONE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 24, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -03/30/2006,06V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V093000),FOUR WINDS INTERNATIONAL,INSTRUMENT CLUSTER/FMVSS 101 AND 105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,461,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 101 ""CONTROLS AND DISPLAYS"" AND 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELLTALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",AT NIGHT THE INSTRUMENT CLUSTER LIGHTS MAY FAIL AND THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES AND THE BRAKE WARNING LIGHT INDICATOR WHICH COULD INCREASING THE RISK OF A CRASH.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN AND REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR FOUR WINDS AT 574-266-1111. -03/30/2006,06V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V089000),"Jayco, Inc.",WEAK WELDS CONVERTER MUFFLERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3,"ON CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR DIESEL ENGINES, THE STRAPS THAT SUPPORT THE CONVERTER MUFFLERS TO THE CHASSIS, THESE WELDS ARE CAUSING THE STRAPS TO FAIL.","WHEN THE STRAPS FAIL, THE MUFFLER CAN DROP TO THE GROUND.",CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CATERPILLAR WILL HAVE THE CONVERTER MUFFLER STRAPS REPLACED FREE OF CHARGE. OWNERS MAY CONTACT CATERPILLAR AT 309-675-6496 OR JAYCO AT 1-800-283-8267. -03/30/2006,06V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V091000),"Jayco, Inc.",WIPER MOTOR GREASE/FORD,VISIBILITY,NR (Not Reported),Vehicle,112,"ON CERTAIN MOTOR HOMES, THE WINDSHIELD WIPER MOTOR MAY HAVE BEEN PRODUCED WITHOUT GREASE BEING APPLIED TO THE OUTPUT SHAFT GEAR.","AFTER A PERIOD OF CONTINUOUS USE ON THE HIGH SPEED SETTING, LACK OF GREASE ON THE OUTPUT SHAFT GEAR MAY CAUSE THE GEAR TO DISTORT OR FRACTURE DURING OPERATION RESULTING IN A LOSS OF WIPER FUNCTION. INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE A CRASH DUE TO IMPAIRED VISIBILITY.",FORD IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE WIPER MOTOR FOR THE PRESENCE OF GREASE AND GREASE THE WIPER MOTOR GEARS IF NECESSARY. ALL VEHICLES HAVE BEEN REMEDIED. -03/29/2006,06V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V086000),Keystone RV Company,BUNK BED AREA LIGHT,EQUIPMENT,06-066,Vehicle,107,"ON CERTAIN FIFTH WHEEL TRAILERS, THERE IS A 12 VOLT LIGHT IN THE BUNK BED AREA. THIS LIGHT CAN COME INTO CONTACT WITH THE BUNK MATTRESS WHEN THE BUNK IS IN THE CLOSED POSITION.","IF THE LIGHT IS LEFT ON WHEN THE BUNK IS IN THE CLOSED POSITION, IT CAN SCORCH THE MATTRESS OR RESULT IN A FIRE.","DEALERS WILL REMOVE THE EXISTING LIGHT FROM THE WALL AND ATTACH A NEW RECHARGEABLE FLASHLIGHT IN ITS PLACE. THE RECALL BEGAN ON APRIL 3, 2006. OWNERS MAY CONTACT KEYSTONE RV AT 1-866-425-4369." -03/29/2006,06V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V083000),"Jayco, Inc.",PRESSURE GAUGE FALSE READING/SPARTAN/AMETEK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,21,"ON CERTAIN MOTOR HOMES EQUIPPED WITH NGI AIR PRESSURE GAUGES LOCATED ON THE DASH PANEL, THE GAUGE IS GIVING A FALSE READING.","THIS MAY CAUSE THE PARK BRAKE TO ENGAGE WITHOUT WARNING, THUS THROWING THE PASSENGER FORWARD, INCREASING THE RISK OF INJURY TO OCCUPANTS.",SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL A HARNESS JUMPER CABLE TO EACH AIR SENDER. OWNERS MAY CONTACT SPARTAN AT 1-517-543-6400 OR JAYCO AT 1-800-283-8267. -03/29/2006,06V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V087000),Keystone RV Company,PROPANE LINE CONNECTIONS,EQUIPMENT,06-067,Vehicle,18,"ON CERTAIN FIFTH WHEEL TRAILERS, PROPANE LINES WERE INCORRECTLY POSITIONED DURING MANUFACTURING AND DO NOT HAVE SUFFICIENT CLEARANCE BETWEEN THE FLOOR OF THE SLIDE ROOM AND THE OUTSIDE WALL OF THE SLIDE ROOM.",THE COPPER LINES MAY GET PINCHED WHEN THE DOOR SIDE SLIDE-OUT IS RETRACTED. THE LINES COULD BE DAMAGED AND LEAK PROPANE RESULTING IN A FIRE.,"DEALERS WILL RELOCATE THE LINES AND A STOP WILL BE ADDED TO PREVENT THE LINES FROM BEING DAMAGED IN THE FUTURE. THE RECALL BEGAN ON MARCH 27, 2006. ALL VEHICLES ARE LOCATED AT DEALERSHIPS AND HAVE NOT BEEN SOLD TO CONSUMERS." -03/28/2006,06V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V082000),"Jayco, Inc.",AIR FILTER ELEMENT MATERIAL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1107,"ON CERTAIN MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS, THE AIR FILTER ELEMENT MATERIAL PROCESS RESULTED IN AN AIR FILTER PAPER ELEMENT THAT CAN SMOLDER OR BURN. THIS CHANGE IN FILTER PAPER COMPOSITION, COMBINED WITH THE CONFIGURATION OF THE AIR INDUCTION SYSTEM, MAY ALLOW HOT CARBON PARTICLES TO CONTACT THE AIR FILTER ELEMENT DURING CERTAIN DRIVING CONDITIONS THAT CREATE HOT PARTICLES.",THESE HOT PARTICLES MAY IGNITE THE AIR FILTER ELEMENT WITH THE POTENTIAL FOR AIR INDUCTION SYSTEM DAMAGE OR UNDERHOOD FIRE.,FORD MOTOR COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE AIR FILTER ELEMENT. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR JAYCO AT 1-800-283-8267. -03/28/2006,06V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V085000),FREIGHTLINER LLC,SLOW PARK BRAKE APPLICATION,PARKING BRAKE,FL-472,Vehicle,250,"CERTAIN MY 2004-2006 FREIGHTLINER CUSTOM CHASSIS B2 SCHOOL BUSES AND THOMAS BUILT C2 SCHOOL BUSES BUILT WITH AIR OR HYDRAULIC BRAKES WITH A ONE VALVE PARK BRAKE SYSTEM AND PARK BRAKE RELEASE INTERLOCK MANUFACTURED BETWEEN JUNE 17, 2004, AND FEBRUARY 20, 2006. AT HIGHER VEHICLE LOADS, THE PARKING BRAKES MAY NOT FULLY APPLY.","A BUS MAY ROLL IF THE DRIVER RELEASES THE SERVICE BRAKES BEFORE THE PARKING BRAKES FULLY APPLY, POSSIBLY RESULTING IN A VEHICLE CRASH OR INJURE PASSENGERS ENTERING OR LEAVING THE BUS.","FREIGHTLINER WILL NOTIFY OWNERS AND REPAIR THE PARK BRAKE FREE OF CHARGE. THE RECALL BEGAN ON MAY 12, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -03/27/2006,06V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V081000),"KZRV, L.P.",TIRE INFORMATION PLACARD MISSING/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,2483,"CERTAIN TOWABLE TRAVEL TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THESE TRAILERS ARE MISSING THE TIRE INFORMATION PLACARD.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE SENT A PLACARD ALONG WITH INSTALLATION INSTRUCTIONS. THE RECALL IS EXPECTED TO BEGIN ON OR BEFORE MARCH 24, 2006. OWNERS MAY CONTACT KZRV AT 1-800-768-4016." -03/23/2006,06E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E026000),"PRO-A MOTORS, INC.",FMVSS 108/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,61944,"CERTAIN PRO-A MOTORS CORNER LAMPS, TURN SIGNALS, AND HEADLIGHTS SOLD AS REPLACEMENT LAMPS FOR USE ON CERTAIN PASSENGER VEHICLES LISTED ABOVE. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","PRO-A MOTORS WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE LAMPS. THE RECALL BEGAN ON APRIL 3, 2006. OWNERS MAY CONTACT PRO-A MOTORS AT 323-838-2988." -03/21/2006,06E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E025000),"POLI-AUTO, INC.",FMVSS 108/HEADLAMP/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1450,"CERTAIN POLI-AUTO COMBINATION HEADLAMP ASSEMBLIES, P/NOS. 11-728, 11-728D, 11-710, 11-419, 11-713, 11-703, 11-704, 11-708P, 11-735, 11-725, 11-726, 11-716 (P&C), 11-721-1, 11-733, 11-729, 11-730, AND 11-732, SOLD AS REPLACEMENT LAMPS FOR USE ON CERTAIN PASSENGER VEHICLES. SOME COMBINATION LAMPS THAT ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.",POLI-AUTO WILL NOTIFY OWNERS AND OFFER TO REPURCHASE THE HEADLAMPS AT ITS ORIGINAL PURCHASE PRICE. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2006. OWNERS MAY CONTACT POLI-AUTO AT 305-477-1356. -03/21/2006,06V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V079000),"Jayco, Inc.",INSTRUMENT CLUSTER/FMVSS 101/105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,44,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS)NOS. 101 ""CONTROLS AND DISPLAYS"" AND NO. 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE INCORRECT SOFTWARE PROGRAMMED INTO THE INSTRUMENT PANEL CLUSTER SUCH THAT CERTAIN DRIVER WARNINGS REQUIRED BY FMVSS 101 AND 105 ARE NOT DISPLAYED. AS A RESULT OF THIS INCORRECT SOFTWARE, THE INSTRUMENT PANEL CLUSTER MAY FAIL TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURE CODES.",DRIVERS WOULD NOT BE WARNED OF BRAKE SYSTEM FAILURES.,JAYCO IS WORKING WITH WORKHORSE TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-246-7731 OR JAYCO AT 1-800-283-8267. -03/17/2006,06V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V077000),"Navistar, Inc.",ENGINE HOSE ROUTING,ENGINE AND ENGINE COOLING,06502,Vehicle,133,"ON CERTAIN TRUCKS, THE HOSE CONNECTING THE ENGINE BLOCK TO THE FRAME IS ROUTED NEAR THE ENGINE'S TURBOCHARGER. HEAT FROM THE TURBOCHARGER MAY CAUSE THE HOSE TO MELT.","IF MELTING OF THE HOSE OCCURS, ENGINE OIL COULD SPRAY UPWARD ONTO THE SURFACE OF THE TURBOCHARGER HOUSING POSSIBLY CAUSING SMOKE OR A FIRE. THIS MAY LEAD TO PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE HOSE FREE OF CHARGE WITH A HIGHER THERMAL RESISTANCE AND A KEVLAR REFLECTIVE HEAT WRAP WILL BE INSTALLED OVER THE NEW HOSE. THE RECALL BEGAN ON MAY 25, 2006. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -03/16/2006,06V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V075000),"Federal Coach, LLC",EQUIPMENT ADAPTIVE,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,12,"ON CERTAIN VANS BUILT ON FORD E-450 AND GMC C-550 CHASSIS AND EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT SURE-LOK AT 1-908-231-1804 OR FEDERAL COACH AT 1-800-292-6210. -03/16/2006,06V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V076000),FOUR WINDS INTERNATIONAL,STEERING LINKAGES/ZF,STEERING,NR (Not Reported),Vehicle,65,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH I-SHAFTS SUPPLIED BY ZF HEAVY DUTY STEERING, THE STEERING SHAFT ASSEMBLIES WITH LOWER YOKES MAY HAVE BEEN INCORRECTLY MACHINED. THE STEERING SHAFT SPLINES COULD PUSH THROUGH THE LOWER YOKE, ALLOWING THE STEERING WHEEL TO TURN WITHOUT ANY RESPONSE.","IF THIS OCCURS ,THE VEHICLE COULD SUFFER LOSS OF STEERING CONTROL WHICH COULD RESULT IN A CRASH.",FREIGHTLINER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. FREIGHTLINER WILL INSPECT AND ATTACH A TENSION COLLAR TO THE STEERING SHAFT TO SECURE THE CONNECTION TO THE YOKE FREE OF CHARGE. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712 OR FOUR WINDS AT . -03/16/2006,06V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V074000),Crane Carrier Company,WINDSHIELD GLAZING MATERIAL/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,17,"CERTAIN TRUCK CHASSIS CABS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, 'GLAZING MATERIALS.' THE WINDSHIELD INSTALLED WAS SOLID TEMPERED GLASS INSTEAD OF THE INTENDED LAMINATED GLASS.",A FAILURE OF THE TEMPERED GLASS WOULD ALLOW SMALL PIECES OF GLASS TO ENTER THE DRIVER'S COMPARTMENT CAUSING POSSIBLE INJURY TO THE DRIVER AND LOSS OF VEHICLE CONTROL.,"CRANE CARRIER WILL INSPECT THE WINDSHIELD GLASS TO DETERMINE IF IT REQUIRES REPLACEMENT. CRANE WILL THEN LOCATE OR ASSIST IN LOCATING AN AUTOMOTIVE GLASS SPECIALTY SHOP IN THE CUSTOMER'S AREA AND WILL AUTHORIZE THE REPAIR. THE RECALL BEGAN ON APRIL 3, 2006. OWNERS MAY CONTACT CRANE CARRIER AT 1-918-832-7305." -03/15/2006,06E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E024000),"K&N Engineering, Inc.",REPLACEMENT AIR INTAKE SYSTEMS/DEBRIS CAN ENTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,44386,"CERTAIN REPLACEMENT K&N FUEL PERFORMANCE KITS, P/NOS. 57-1509, 57-1511, 57-1511-1, 57-1517, 57-1517-1, 57-1527, AND 57-1530. ALSO, A SMALL PERCENTAGE OF THESE KITS WERE SOLD UNDER THE MOPAR PERFORMANCE PARTS BRAND NAME (P/NOS. P5007069 AND P5007070). ALL KITS WERE MANUFACTURED FROM APRIL 20, 1999, THROUGH SEPTEMBER 23, 2004. THESE ASSEMBLIES WERE MANUFACTURED AS REPLACEMENT EQUIPMENT FOR CERTAIN DODGE PICKUP TRUCKS AND SUVS. A SMALL PIECE OF MATERIAL FROM THE TUBE WALL COULD BE SUCKED INTO THE ENGINE THROTTLE BODY, WHICH COULD CAUSE THE THROTTLE TO BECOME JAMMED IN THE OPEN POSITION.","A JAMMED OPEN THROTTLE COULD CAUSE UNINTENDED ACCELERATION OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH OR INCREASED STOPING DISTANCES WHEN BRAKING.","K&N WILL PROVIDE OWNERS WITH A FREE REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS. THE RECALL BEGAN ON APRIL 20, 2006." -03/14/2006,06T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T009000),PRO COMPETITION TIRE COMPANY,ACCELERATED BELT DEGRADATION,TIRES,145,Tire,104,"CERTAIN PRO COMPETITION PRO COMP XTREME A/T TIRES, SIZE 38.5X14.50R20LT, MANUFACTURED BETWEEN FEBRUARY 1, 2004, AND JANUARY 21, 2006. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA OF THE TIRE. WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS RESULTING IN EXPOSED BELT WIRE WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN A SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR.","LOSS OF AIR MAY CAUSE THE DRIVER TO LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",PRO COMPETITION WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2006. OWNERS MAY CONTACT PRO COMPETITION AT 866-232-0665. -03/13/2006,06T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T008000),Treadways Corporation,ACCELERATED BELT DEGRADATION,TIRES,145,Tire,13683,"CERTAIN TREADWAYS TEMPRA TRAILCUTTER RADIAL RT LIGHT TRUCK TIRES, SIZE LT285/75R16, MANUFACTURED BETWEEN FEBRUARY 1, 2004, AND JANUARY 21, 2006. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA OF THE TIRE. WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS RESULTING IN EXPOSED BELT WIRE WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN A SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR.","LOSS OF AIR MAY CAUSE THE DRIVER TO LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","TREADWAYS WILL NOTIFY ITS OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 22, 2006. OWNERS MAY CONTACT TREADWAYS AT 1-800-895-1449." -03/13/2006,06E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E022000),Brake Parts Inc.,BRAKE HYDRAULIC MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,7440,"CERTAIN AFTERMARKET BRAKE HYDRAULIC MASTER CYLINDERS SOLD AS REPLACEMENT BRAKE CYLINDERS FOR CERTAIN FORD, DAIMLERCHRYSLER, AND JEEP PASSENGER VEHICLES. THESE BRAKE CYLINDERS WERE SOLD UNDER THE BRAND NAMES OF NAPA, RAYBESTOS, AIMCO, AC DELCO, CARQUEST, BENDIX, AND WAGNER. ONLY PRODUCTS THAT WERE MANUFACTURED FROM JULY 27, 2005 THROUGH JANUARY 17, 2006 (DATE CODES 0529 THROUGH 0602) ARE SUBJECT TO THIS RECALL. WHEN SUBJECT TO VERY COLD TEMPERATURES, AN INTERNAL SEAL IN THE MASTER CYLINDER COULD LOSE FLEXIBILITY AND MAY CAUSE BRAKE FLUID TO LEAK.","LOSS OF BRAKE FLUID CAN LEAD TO A DECREASE IN BRAKE LINE PRESSURE AND AN INCREASE IN STOPPING DISTANCE, WHICH CAN RESULT IN A VEHICLE CRASH.","AFFINIA (BRAKE PARTS, INC.) WILL REPLACE THE SUBJECT BRAKE HYDRAULIC MASTER CYLINDERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS CAN CONTACT AFFINA GROUP CUSTOMER SERVICE AT 1-800-323-0354." -03/13/2006,06E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E023000),"ANZO USA, INC.",FMVSS 108/HEADLAMP/AMBER SIDE REFLEX REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,292000,"CERTAIN ANZO COMBINATION HEADLAMP ASSEMBLIES SOLD AS REPLACEMENT LAMPS FOR USE ON CERTAIN PASSENGER VEHICLES. SOME COMBINATION LAMPS ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS WHICH FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE AMBER REFLECTORS, THE VEHICLE WILL BE POORLY ILLUMINATED, POSSIBLY RESULTING IN A VEHICLE CRASH.","ANZO WILL NOTIFY OWNERS AND REPLACE THE HEADLAMPS FREE OF CHARGE. THE RECALL BEGAN MAY 9, 2006. OWNERS MAY CONTACT ANZO USA AT 909-468-3688." -03/13/2006,06E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E021000),"Cummins, Inc.",INSITE/ELECTRONIC SERVICE TOOL,EQUIPMENT,C0608,Equipment,16790,"ALL INSITE 6 ELECTRONIC SERVICE TOOLS USED TO PERFORM THE FUEL SYSTEM LEAKAGE TEST ON THE ISBE 4 AND 6 CYLINDER CUMMINS ENGINES. IF THE TOOL IS NOT USED CORRECTLY, UNINTENDED ACCELERATION CAN OCCUR.",UNINTENDED ACCELERATION CAN RESULT IN A VEHICLE CRASH WITHOUT WARNING.,"CUMMINS WILL NOTIFY ALL OF THE CURRENTLY LISTED SUBSCRIBERS OF THE INSITE TOOL SOFTWARE AND PROVIDE A NEW INSITE VERSION (RELEASE 6.4) WITH FEATURE PACK 2 SOFTWARE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 1, 2006. OWNERS CAN CONTACT CUMMINS CUSTOMER SERVICE AT 1-800-DIESELS." -03/09/2006,06V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V073000),"Chrysler (FCA US, LLC)",CAB CLEARANCE LAMPS/FMVSS 108,EXTERIOR LIGHTING,F12,Vehicle,279,"CERTAIN TRUCKS EQUIPPED WITH DUAL REAR WHEELS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE TRUCKS MAY HAVE BEEN INADVERTENTLY MANUFACTURED WITHOUT THE ROOF MOUNTED CAB CLEARANCE LAMPS.","WITHOUT THESE LAMPS, OTHER VEHICLE OPERATORS MAY NOT DETECT THE INCREASED WIDTH OF THE VEHICLE WHICH COULD CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL CAB CLEARANCE LIGHTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/09/2006,06V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V068000),"Mitsubishi Motors North America, Inc.",FRONT BRAKE DISC CALIPERS,"SERVICE BRAKES, HYDRAULIC",SR-06-001,Vehicle,4359,"ON CERTAIN SPORT UTILITY VEHICLES, THE MATERIAL USED TO MANUFACTURE THE FRONT DISC BRAKE CALIPERS MAY BE BRITTLE DUE TO IMPROPER METALLURGY.","THIS COULD CAUSE FRACTURE OF THE BRAKE CALIPER AND SUBSEQUENT UNEXPECTED PARTIAL LOSS OF BRAKING FORCE, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE FRONT BRAKE CALIPER IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -03/09/2006,06V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V072000),"Chrysler (FCA US, LLC)",FRONT DOOR LATCH REINFORCEMENT PLATE/FMVSS 206,LATCHES/LOCKS/LINKAGES,F11,Vehicle,27,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS."" AN INCORRECT RIGHT FRONT DOOR LATCH REINFORCEMENT PLATE MAY HAVE BEEN INSTALLED WHICH MAY CAUSE THE SECONDARY DOOR LATCH TO BECOME INOPERATIVE.",THIS INCREASES THE POSSIBILITY OF A DOOR BECOMING FORCED OPEN AND AN UNBELTED PASSENGER BEING EJECTED DURING CERTAIN CRASH CONDITIONS.,"DEALERS WILL INSPECT THE LATCH ASSEMBLY AND REPLACE THE RIGHT FRONT DOOR LATCH REINFORCEMENT PLATE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 13, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/09/2006,06V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V069000),Ford Motor Company,POWER LIFTGATES,STRUCTURE,06S42,Vehicle,12728,"ON CERTAIN VANS EQUIPPED WITH THE POWER LIFTGATE OPTION, THE POWER LIFTGATE MOTOR AUTOMATICALLY DISENGAGES AFTER THE LIFTGATE IS POWERED OPEN.","IN THE EVENT OF A LIFTGATE STRUT MALFUNCTION, THE LIFTGATE CAN FALL FREELY WITH NO PRIOR WARNING. ANYONE STANDING BENEATH THE LIFTGATE MAY BE INJURED IF THE LIFTGATE FALLS.","DEALERS WILL REPROGRAM THE POWER LIFTGATE MODULE TO REDUCE THE LIKELIHOOD THAT THE LIFTGATE COULD FALL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 15, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -03/09/2006,06V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V070000),"Erwin Hymer Group North America, Inc.",REAR AXLE LIFT KIT,SUSPENSION,NR (Not Reported),Vehicle,51,"ON CERTAIN CLASS B MOTOR HOMES BUILT ON CHEVROLET CHASSIS, WHEN THE REAR AXLE LIFT KIT WAS INSTALLED, THE U-BOLT NUTS WERE NOT TIGHTENED PROPERLY.","A LOOSE REAR AXLE CAN CREATE A SLUGGISH DRIVING FEELING, REAR BOUNCING AND LOUD BANGING NOISE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND RETIGHTEN THE U-BOLTS FREEE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2006. OWNERS MAY CONTACT ROADTREK AT 888-762-3873." -03/09/2006,06V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V071000),Glaval Bus,SEATS/T-NUT MISSING BEVEL,SEATS,NR (Not Reported),Vehicle,177,"ON CERTAIN BUSES EQUIPPED WITH SEAT BELTS, THE T-NUT WHICH HOLDS THE SEAT LEG TO THE FLOOR TRACK IS MISSING MACHINED BEVELS.","IN THE EVENT OF A CRASH, WITHOUT THE BEVELS, THE SHARP EDGE COULD COME THROUGH THE FLOOR TRACK INCREASING THE RISK OF INJURY TO SEAT OCCUPANT.","OWNERS WILL BE PROVIDED WITH THE NECESSARY PARTS TO REPLACE THE T-NUTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 24, 2006. OWNERS MAY CONTACT GLAVAL BUS AT 1-800-445-2825." -03/08/2006,06V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V067000),"Chrysler (FCA US, LLC)",FRONT WINDSHIELD WIPER MOTOR,VISIBILITY,F10,Vehicle,268800,"ON CERTAIN VANS AND SPORT UTILITY VEHICLES, THE FRONT WINDSHIELD WIPER MOTOR ARMATURE SHAFT MAY BREAK.","DURING CERTAIN OPERATING CONDITIONS, LOSS OF FRONT WINDSHIELD WIPING CAPABILITY COULD OCCUR, AND THE DRIVER'S VISION COULD BE OBSCURED WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE THE WINDSHIELD WIPER MOTOR FREE OF CHARGE. THE RECALL BEGAN ON JUNE 19, 2006, TO DODGE DURANGO OWNERS. MINIVAN OWNERS WILL BE NOTIFIED DURING JULY 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/08/2006,06V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V064000),"Nissan North America, Inc.",REAR DOOR LATCH/FMVSS 206,LATCHES/LOCKS/LINKAGES,PB017,Vehicle,427,"CERTAIN LIGHT TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS."" AN ARC WELD IS MISSING ON SOME RIGHT SIDE REAR DOOR UPPER LATCH ASSEMBLIES.",THIS MAY RESULT IN THE RIGHT SIDE DOORS COMING PARTIALLY OPEN INCREASING THE RISK OF INJURY TO OCCUPANTS.,"DEALERS WILL REPLACE THE UPPER LATCH ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 3, 2006. OWNERS MAY CONTACT NISSAN AT 800-662-6200." -03/08/2006,06V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V065000),"Charles Machine Works, Inc.",REAR IMPACT GUARDS/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,699,"CERTAIN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 223, ""REAR IMPACT GUARDS."" PROPER REAR IMPACT GUARDS WERE NOT INSTALLED ON THESE TRAILERS.","IF STRUCK IN THE REAR BY A SMALLER VEHICLE, THE VEHICLE MAY UNDERRIDE THE TRAILER INCREASING THE RISK OF INJURY TO THE OCCUPANTS OF THE SMALLER VEHICLE.","DEALERS WILL INSTALL THE CORRECT REAR IMPACT GUARDS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 15, 2006. OWNERS MAY CONTACT CHARLES MACHINE WORKS AT 580-572-2480." -03/08/2006,06V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V066000),"General Motors, LLC",TAILGATE SUPPORT CABLES,STRUCTURE,06019,Vehicle,805368,CERTAIN PICKUP TRUCKS HAVE GALVANIZED-BRAIDED-STEEL TAILGATE SUPPORT CABLES USED TO SUPPORT THE TAILGATE IN THE FULL OPEN (HORIZONTAL) POSITION. OVER TIME THESE CABLES CAN CORRODE AND FRACTURE WHEN LOADS ARE APPLIED TO THEM.,"IF ONE CABLE FRACTURES, THE REMAINING CABLE MAY RETAIN THE TAILGATE IN A HORIZONTAL POSITION. IF BOTH CABLES FRACTURE, THE TAILGATE WOULD DROP AND STRIKE THE TOP SURFACE OF THE REAR BUMPER. IF ANYONE IS SITTING OR STANDING ON THE HORIZONTAL SURFACE OF THE TAILGATE WHEN BOTH CABLES FRACTURED, THEY COULD FALL AND BE INJURED. ON VEHICLES WITHOUT A BUMPER, THE TAILGATE MAY DROP TO A LOWER POSITION.","DEALERS WILL REPLACE THE GALVANIZED SUPPORT CABLES WITH STAINLESS STEEL SUPPORT CABLES. IN ADDITION, DEALERS ARE TO INSPECT THE TAILGATE HINGE AND REPLACE IT, IF NECESSARY. THE RECALL IS EXPECTED TO BEGIN DURING APRIL 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -03/08/2006,06E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E019000),DETROIT DIESEL CORP.,TURBOCHARGER FAILURE/POSSIBLE FIRE/SERIES 60,ENGINE AND ENGINE COOLING,06C-4,Equipment,12489,"CERTAIN MY 2000 THROUGH 2005 DETROIT DIESEL SERIES 60 ENGINES MANUFACTURED BETWEEN JANUARY 1, 2000, AND MARCH 3, 2006, INSTALLED ON CERTAIN HIGHWAY COACH AND MOTOR HOME VEHICLES. THE TURBOCHARGER COMPRESSORS INSTALLED IN THESE MOTORHOMES CAN FAIL.",A FIRE CAN RESULT SHOULD THE TURBOCHARGER FAIL.,"DETROIT DIESEL WILL NOTIFY ITS OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 13, 2006. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708." -03/07/2006,06T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T007000),GPX INTERNATIONAL TIRE CORPORATION,FMVSS 119/TIRE STRENGTH,TIRES,NR (Not Reported),Tire,15783,"CERTAIN GPX GALAXY TRAILER SPECIAL TIRES (GPX P/N 600557) SIZE 8-14.5 MANUFACTURED BETWEEN MAY 2004 AND AUGUST 2005 SOLD FOR ORIGINAL INSTALLATION ON CERTAIN ECONOLINE TRAILERS AND SOLD IN THE AFTERMARKET AS REPLACEMENT TIRES. THESE TIRES FAIL TO CONFORM TO THE TIRE'S AVERAGE BRAKING ENERGY VALUE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.""","THE TIRE MAY NOT BE STRONG ENOUGH TO WITHSTAND ROAD HAZARD IMPACTS WHICH COULD RESULT IN RAPID AIR LOSS, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.",GPX WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2006. OWNERS MAY CONTACT GPX AT 781-321-3910. -03/06/2006,06V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V063000),"Triumph Motorcycles America, Ltd.",HANDLE BAR CLAMP,STEERING,NR (Not Reported),Vehicle,33,"ON CERTAIN MOTORCYCLES, THE HANDLE BAR CLAMP BOLTS WERE NOT SUFFICIENTLY TIGHTENED.",THE HANDLE BARS COULD LOOSEN WHICH COULD RESULT IN A CRASH OR PERSONAL INJURY.,"DEALERS WILL INSPECT THE TORQUE OF THE CLAMP BOLTS AND TIGHTEN IF NECESSARY. THE RECALL BEGAN ON MARCH 16, 2006. OWNERS MAY CONTACT TRIUMPH AT 1-678-854-2010." -03/03/2006,06V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V062000),Starcraft RV,FUEL PUMP/GREAT PLAINS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,79,"ON CERTAIN TRAVEL TRAILERS BUILT WITH THE OPTIONAL FUEL STATION AND EQUIPPED WITH A GREAT PLAINS FUEL PUMP, THE FUEL PUMP CAN LEAK FUEL.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE DEFECTIVE PUMPS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT STARCRAFT AT 260-593-2550." -03/02/2006,06V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V061000),Toyota Motor Engineering & Manufacturing,IMPROPER TIRE ASSEMBLY,TIRES,60A,Vehicle,12020,"ON CERTAIN PICKUP TRUCKS, THE BEAD OF THE TIRE MAY BE DAMAGED DUE TO IMPROPER ASSEMBLY OF THE TIRES ONTO THE WHEELS.","IF THE VEHICLE IS OPERATED IN THIS CONDITION, THERE IS A POSSIBILITY THAT A BULGE MAY BE FORMED ON THE SIDEWALL AND AIR MAY LEAK FROM THE AREA OF THE DAMAGED BEAD AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE TIRES AND REPLACE IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 27, 2006. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -03/01/2006,06E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E018000),"FOREIGN PARTS DISTRIBUTORS, INC.",FMVSS 106/REPLACEMENT HYDRAULIC BRAKE HOSE RUPTURE,"SERVICE BRAKES, HYDRAULIC",171.611.701B,Equipment,266,"CERTAIN HYDRAULIC BRAKE HOSES, P/N 171.611.107B, SOLD AS REPLACEMENT EQUIPMENT FOR 1975-1985 VOLKSWAGEN (VW) RABBIT; 1985-1992 VW GOLF; AND 1980-1992 VW JETTA PASSENGER VEHICLES. POSSIBLE BRAKE HOSE RUPTURE COULD OCCUR WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES.""","BRAKE HOSE RUPTURE COULD RESULT IN LOSS OF BRAKING ABILITY, POSSIBLY RESULTING IN A VEHICLE CRASH.","FOREIGN PARTS DISTRIBUTORS WILL NOTIFY OWNERS AND REPLACE THE BRAKE HOSES WITH COMPLIANT BRAKE HOSES. THE RECALL BEGAN ON MARCH 30, 2006. OWNERS MAY CONTACT FOREIGN PARTS DISTRIBUTORS AT 305-885-8646 EXT. 11." -02/28/2006,06T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T006000),TBC Corporation,ACCELERATED BELT DEGRADATION,TIRES,145,Tire,2974,"CERTAIN TBC CORPORATION, BRAND NAME, BIG ""O"" TIRE INC., MESA C/T TIRES, SIZE LT285/75R16, MANUFACTURED BETWEEN NOVEMBER 7, 2004, AND JANUARY 14, 2006. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA OF THE TIRE. WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS RESULTING IN EXPOSED BELT WIRE WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN A SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR.","LOSS OF AIR MAY CAUSE THE DRIVER TO LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","TBC CORPORATION WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. OWNERS ARE BEING WARNED TO AVOID DRIVING AT HIGHWAY SPEEDS UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED. THE RECALL BEGAN ON MARCH 6, 2006. OWNERS MAY CONTACT TBC CORPORATION 'S QUALITY ASSURANCE DEPARTMENT AT 901-363-8030." -02/28/2006,06V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V060000),"FLEETWOOD ENTERPRISES, INC.",AXLE HUB AND DRUM ASSEMBLIES/QUALITY,WHEELS,60227,Vehicle,21,CERTAIN CONVENTIONAL AND FIFTH WHEEL TRAVEL TRAILERS MAY HAVE BEEN EQUIPPED WITH IMPROPERLY HARDENED AXLE WHEEL STUDS.,"IMPROPERLY TIGHTENED WHEEL STUDS MAY BREAK AT ANY TIME, CAUSING THE WHEEL AND TIRE ASSEMBLY TO SEPARATE FROM THE TRAILER, RESULTING IN A LOSS OF VEHICLE CONTROL AND RESULT IN PERSONAL INJURY OR A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE TRAILER HUB AND DRUM ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 29, 2005. OWNERS MAY CONTACT FLEETWOOD AT 800-455-3307." -02/27/2006,06V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V059000),"POLARIS INDUSTRIES, INC.",GROSS AXLE WEIGHT RATING/FMVSS 120,EQUIPMENT,V-06-01,Vehicle,574,"CERTAIN MOTORCYCLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE VEHICLE IDENTIFICATION NUMBER (VIN) DECAL LOCATED ON THE LEFT FRONT DOWN TUBE OF THE FRAME INCORRECTLY LISTS THE GROSS AXLE WEIGHT RATING (GAWR) FOR THE FRONT AXLE AS 405 POUNDS. THE CORRECT GAWR FOR THE FRONT AXLE IS 390 POUNDS.",INCORRECT DATA MAY LEAD TO OVERLOADING OF THE FRONT TIRE WHICH COULD RESULT IN A TIRE BLOW OUT CAUSING SUDDEN LOSS OF VEHICLE CONTROL AND POSSIBLY A CRASH.,"DEALERS WILL MAIL A CORRECTIVE DECAL ALONG WITH INSTRUCTIONS TO APPLY OVER THE INCORRECT INFORMATION ON THE EXISTING DECAL. THE RECALL BEGAN ON MARCH 15, 2006. OWNERS MAY CONTACT POLARIS AT 763-417-8650." -02/24/2006,06V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V056000),"M H Eby, Inc.",BREAK-AWAY CONTROL BOX UNIT,TRAILER HITCHES,NR (Not Reported),Vehicle,129,ON CERTAIN HORSE TRAILERS EQUIPPED WITH ELECTRIC BRAKES WHICH ARE BUILT WITH A BREAK-AWAY CONTROL UNIT. THESE UNITS ARE NOT WIRED CORRECTLY.,"IN THE EVENT OF A SEPARATION OF THE TRUCK AND TRAILER, THE DRIVER MAY EXPERIENCE A LOSS OF BRAKES WHICH COULD RESULT IN A CRASH.","DEALERS WILL REWIRE THE BREAK-AWAY CONTROL UNITS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 6, 2006. OWNERS MAY CONTACT EBY AT 1-800-292-4752." -02/24/2006,06V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V058000),Blue Bird Body Company,FMVSS 301/WRONG SIZED BUMPER,STRUCTURE,R06KP,Vehicle,13,"CERTAIN BLUE BIRD MY 2006 MICRO BIRD SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" THE AFFECTED BUSES WERE PRODUCED WITH AN 8 INCH BUMPER RATHER THAN A 10 INCH BUMPER.","IN THE EVENT OF A CRASH, THE BUMPER MAY INADEQUATELY PROTECT COMPONENTS OF THE FUEL SYSTEM. THIS COULD RESULT IN A POST-CRASH FUEL LEAK WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BUMPER FREE OF CHARGE. THE RECALL BEGAN ON MARCH 13, 2006. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -02/24/2006,06E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E017000),DETROIT DIESEL CORP.,FUEL LINE,ENGINE AND ENGINE COOLING,06C-1 06C-2,Equipment,44429,"CERTAIN DETROIT DIESEL EGR MBE4000 ENGINES MANUFACTURED BETWEEN 2001 AND 2005, EQUIPPED IN FREIGHTLINER, STERLING, AND WESTERN STAR TRUCKS. THE LOW PRESSURE FUEL LINE CAN CRACK OR RUB THROUGH RESULTING IN FUEL ON THE HIGHWAY SURFACE CREATING SKID HAZARD.",DIESEL FUEL SPILLED ON A ROAD SURFACE CAN CAUSE A SKID CONDITION WHICH COULD RESULT IN A VEHICLE CRASH.,"DDC WILL NOTIFY ITS OWNERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 13, 2006. OWNERS MAY CONTACT DDC AT 313-592-3708." -02/24/2006,06V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V057000),Lamborghini (Automobili Lamborghini),SUSPENSION,SUSPENSION,L140-R.01.06,Vehicle,200,"ON CERTAIN VEHICLES, THE BOLTED CONNECTIONS ON THE SUSPENSION'S DOUBLE WISHBONES MAY COME LOOSE OVER TIME OR UNDER EXTREME LOADING.",THIS CONDITION COULD LEAD TO A REDUCTION IN HANDLING STABILITY WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT AND REPAIR THE DOUBLE WISHBONE SUSPENSION AS NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 28, 2006. OWNERS MAY CONTACT AUTOMOBILI LAMBORGHINI AT 1-781-788-0600." -02/23/2006,06T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T005000),MICKEY THOMPSON,ACCELERATED BELT DEGRADATION,TIRES,145,Tire,11126,"CERTAIN MICKEY THOMPSON, BRAND NAME, DICK CEPEK RADIAL F-C II TIRES, SIZE LT285/75R16, MANUFACTURED BETWEEN MAY 9, 2004, AND JANUARY 21, 2006. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA OF THE TIRE. WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS RESULTING IN EXPOSED BELT WIRE WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN A SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR.","LOSS OF AIR MAY CAUSE THE DRIVER TO LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","MICKEY THOMPSON WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. OWNERS ARE BEING WARNED TO AVOID DRIVING AT HIGHWAY SPEEDS UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED. THE RECALL BEGAN ON MARCH 2, 2006. OWNERS MAY CONTACT MICKEY THOMPSON'S TECHNICAL DEPARTMENT AT 1-800-222-9092." -02/23/2006,06V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V055000),"FLEETWOOD ENTERPRISES, INC.",ENTRY STEP,EQUIPMENT,60220,Vehicle,1236,"ON CERTAIN MOTOR HOMES EQUIPPED WITH KWIKEE BRAND ELECTRIC ENTRY STEP BUILT WITH A CONTROL UNIT MANUFACTURED BY AMERICAN TECHNOLOGIES, MAY DEVELOP AN ELECTRICAL SHORT DURING COLD WEATHER, ALLOWING FOR THE POTENTIAL OF THE PLASTIC CASE TO IGNITE.","THIS WILL MAKE THE STEP INOPERABLE AND POSSIBLY RESULT IN A RISK OF PERSONAL INJURY, VEHICLE OR OTHER PROPERTY DAMAGE.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE ALL AMERICAN TECHNOLOGIES CONTROLS ASSOCIATED WITH THE KWIKEE BRAND ELECTRIC ENTRY STEP FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2006. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -02/21/2006,06V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V054000),"Nissan North America, Inc.",FUEL TANK FITTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14268,"ON CERTAIN SPORT UTILITY VEHICLES, A FITTING FOR VAPOR RECIRCULATION, WHICH IS WELDED ON THE FUEL TANK, MAY COME OFF THE FUEL TANK BECAUSE INCORRECT MATERIAL WAS USED.","THIS COULD RESULT IN THE MALFUNCTION INDICATOR LIGHT IN THE INSTRUMENT PANEL COMING ON AND MAY RESULT IN SOME FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK WITH A NEW ONE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -02/16/2006,06V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V053000),Keystone RV Company,PULL DOWN BED PLATFORM,EQUIPMENT,06-064,Vehicle,33,"ON CERTAIN TRAVEL TRAILERS BUILT WITH MANUAL PULL-DOWN BUNK BEDS, THE BEDS MAY NOT BE PROPERLY SECURED AND COULD COLLAPSE.",THE BED PLATFORM COULD COLLAPSE WHEN A PERSON IS ON IT POSSIBLY CAUSING PERSONAL INJURY.,"DEALERS WILL INSTALL ADDITIONAL SCREWS FROM THE BED PLATFORM INTO THE CLOTH COVER RAIL AND IN THE GUIDE CHANNEL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 1, 2006. OWNERS MAY CONTACT KEYSTONE AT 866-425-4369." -02/16/2006,06V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V052000),MONACO COACH CORPORATION,REFUELING STATION PUMP/GRACO,"FUEL SYSTEM, GASOLINE",R06004,Vehicle,124,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH REFUELING STATION PUMPS, THE INLET FITTING MAY NOT HAVE THE CORRECT AMOUNT OF THREAD SEALER WHICH MAY CAUSE A FUEL LEAK.","IF THE FITTING LEAKS, IT COULD RESULT IN A FIRE OR EXPLOSION CAUSING BODILY HARM.","DEALERS WILL INSPECT AND REPLACE THE PUMP WITH A NEW ONE. THE RECALL BEGAN ON MARCH 3, 2006. OWNERS MAY CONTACT MONACO AT 800-685-6545." -02/15/2006,06V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V051000),"General Motors, LLC",TIRE SELECTION AND RIMS/FMVSS 110 & 120,EQUIPMENT,06009,Vehicle,291,"CERTAIN CARGO VANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 110, ""TIRE SELECTION AND RIMS"" AND NO. 120. ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE CARGO VANS WERE SHIPPED WITHOUT A TIRE AND LOADING INFORMATION LABELS BECAUSE THEY WERE INCORRECTLY DESIGNATED AS INCOMPLETE VEHICLES.","WITHOUT THE PROPER LABELS, OWNERS MAY BE UNAWARE OF THE CORRECT TIRE SIZE AND MAY OVERLOAD THESE VEHICLES.","OWNERS WILL BE PROVIDED WITH NEW TIRE AND LOADING INFORMATION LABELS AND CERTIFICATION LABELS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL BEGAN ON MARCH 15, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -02/14/2006,06V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V047000),East Manufacturing Corp.,AXLE SPINDLE/IMT,SUSPENSION,NR (Not Reported),Vehicle,12,"ON CERTAIN TANDEM DUMP TRAILERS, DUE TO IMPROPER MATERIAL USED ON THE AXLE SPINDLE, THE SPINDLE CAN BEND OR BREAK.","A BROKEN SPINDLE CAN ALLOW THE WHEEL TO SEPARATE FROM THE TRAILER, RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE AXLE AFTER TESTING, IF NECESSARY. THE RECALL BEGAN ON JANUARY 10, 2006. OWNERS MAY CONTACT EAST MANUFACTURING AT 1-888-405-3278." -02/14/2006,06E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E015000),"SABRY LEE, INC.",FMVSS 108/RED SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1106,"CERTAIN EAGLE EYES COMBINATION TAIL LAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON CERTAIN PASSENGER VEHICLES. SOME COMBINATION LAMPS ARE NOT EQUIPPED WITH RED SIDE REFLECTORS WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",LACK OF RED SIDE REFLEX REFLECTORS IN THE TAIL LAMPS WILL DECREASE LIGHTING VISIBILITY TO OTHER DRIVERS AND MAY POSSIBLY RESULT IN A VEHICLE CRASH.,"SABRY LEE WILL NOTIFY ITS OWNERS AND REPLACE THE TAIL LAMPS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 14, 2006. OWNERS MAY CONTACT SABRY LEE ACCOUNT EXECUTIVE AT 1-866-467-2279." -02/14/2006,06V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V050000),Braun Corporation,FUEL HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,657,"ON CERTAIN MINIVANS (BUICK TERRAZA, CHEVROLET UPLANDER, AND PONTIAC MONTANA SV6) BUILT ON PLATFORMS BY BRAUN, A FUEL HOSE CAN RUPTURE ALLOWING FUEL TO BE PUMPED FREELY FROM THE FUEL TANK AND INTO THE AREA UNDERNEATH THE DRIVER'S SEATING POSITION.","THIS CAN CAUSE UNEXPECTED VEHICLE DECELERATION OR, IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE.","DEALERS WILL REPLACE A SHORT SECTION OF THE FUEL LINE HOSE WITH A SIMILAR FUEL HOSE WITH A HIGHER PRESSURE RATING. THE RECALL BEGAN ON FEBRUARY 22, 2006. OWNERS MAY CONTACT BRAUN AT 1-800-946-7513." -02/14/2006,06V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V049000),"Jayco, Inc.",FUEL PUMP LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,278,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH THE OPTIONAL FUEL STATION, THE FUEL PUMP CAN LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THESE PUMPS. THE RECALL BEGAN ON MARCH 14, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -02/13/2006,06V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V044000),"Chrysler (FCA US, LLC)",FMVSS 208/OCCUPANT RESTRAINT CONTROLLER,AIR BAGS,F09,Vehicle,335,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE WRONG OCCUPANT RESTRAINT CONTROLLER (ORC) WAS INSTALLED ON THESE VEHICLES.",THIS CAN CAUSE INCREASED RISK OF INJURY TO THE DRIVER UNDER CERTAIN CRASH CONDITIONS.,"DEALERS WILL REPLACE THE OCCUPANT RESTRAINT CONTROL MODULE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/13/2006,06V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V048000),"Nissan North America, Inc.",REAR OUTBOARD SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,203000,"ON SOME SPORT UTILITY VEHICLES, IN CERTAIN HIGH SPEED FRONTAL CRASHES, THE WEBBING OF A REAR OUTBOARD SEAT BELT MAY CONTACT THE REAR SEAT BACK HINGE WHERE IT CAN BE CUT BY THE SHARP EDGE OF THE METAL PORTION OF THE HINGE.","IF THE WEBBING IS COMPLETELY SEPARATED, IT CAN INCREASE THE RISK OF INJURY TO AN OCCUPANT IN A CRASH.","DEALERS WILL INSTALL PROTECTORS OVER THE WEBBING OF THE REAR SEAT BELTS. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -02/13/2006,06V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V046000),"Nissan North America, Inc.",REAR SUSPENSION SUBFRAME,SUSPENSION,PB016,Vehicle,759,"ON CERTAIN VEHICLES, THE REAR SUBFRAME MAY HAVE BEEN MANUFACTURED INCORRECTLY, WHICH COULD RESULT IN A CRACK IN A BRACKET WHICH HOLDS PART OF THE REAR SUSPENSION.","IF THE BRACKET IS CRACKED, THE STABILITY OF THE VEHICLE MAY BE AFFECTED UNDER SEVERE DRIVING CONDITIONS. THIS COULD LEAD TO A LOSS OF CONTROL OF THE VEHICLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE REAR SUBFRAME TO DETERMINE IF IT WAS MANUFACTURED INCORRECTLY AND REPLACE IT, IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -02/10/2006,06V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V045000),HEIL TRAILER INTERNATIONAL,DOLLY FRAME,STRUCTURE,EWR282,Vehicle,87,"ON CERTAIN PULL TRAILERS EQUIPPED WITH AIR RIDE SUSPENSIONS, THE INTEGRITY OF THE WELD SEQUENCING COULD POTENTIALLY RESULT IN CRACKING AT THE REAR OF THE SUSPENSION FRAME.","SUCH A CRACK, IF LEFT UNATTENDED COULD PROGRESS TO AN ABRUPT FAILURE IN THE DOLLY FRAME. FAILURE TO HAVE THE UNIT UPGRADED COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL UPGRADE THE WELDING WHICH INVOLVES THE ADDITION OF A STEEL BAR TO REINFORCE THE FRAME STRUCTURE. THE RECALL BEGAN ON FEBRUARY 16, 2006. OWNERS MAY CONTACT HEIL AT 1-800-400-6913, EXTENSION 353 OR 574." -02/10/2006,06V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V040000),"Bentley Motors, Ltd.",WHEELS,WHEELS,RE06/01,Vehicle,27,"ON CERTAIN VEHICLES, THE WHEELS MAY HAVE AN INCORRECT FINISH, WHICH CAN ALLOW THE BOLTS TO LOOSEN.","LOOSENING OF THE BOLTS CAN ALLOW THE WHEEL TO BECOME DETACHED FROM THE HUB, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE ALL WHEELS AND BOLTS INCLUDING THE SPARE WHEEL FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 24, 2006. OWNERS MAY CONTACT BENTLEY AT 248-754-6137." -02/09/2006,06V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V038000),"Chrysler (FCA US, LLC)",ABS ECU,"SERVICE BRAKES, HYDRAULIC",F05,Vehicle,39274,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH FOUR-WHEEL ANTILOCK BRAKE SYSTEMS (ABS), THE ABS ELECTRONIC CONTROL UNIT (ECU) MAY CAUSE A LOSS OF FRONT TO REAR BRAKE BALANCE, AND THE REAR BRAKES COULD LOCK UP PREMATURELY DURING CERTAIN BRAKING CONDITIONS.",THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE ABS ECU. THE RECALL IS EXPECTED TO BEGIN DURING THE WEEK OF JULY 17, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/09/2006,06E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E013000),IMT CORPORATION,AXLE SPINDLE/WHEEL END CAN FRACTURE,SUSPENSION,NR (Not Reported),Equipment,1779,CERTAIN IMT AXLES WITH F24 SPINDLES MANUFACTURED BETWEEN FEBRUARY AND NOVEMBER 2005 AND INSTALLED AS ORIGINAL EQUIPMENT ON TRAILERS. DUE TO IMPROPER MATERIAL USED ON THE AXLE SPINDLE THE SPINDLE CAN BEND OR BREAK CAUSING THE WHEEL END TO COME LOOSE.,"WHILE BRAKING, THE SPINDLE CAN BREAK ALLOWING THE WHEEL TO SEPARATE FROM THE TRAILER, POSSIBLY RESULTING IN A VEHICLE CRASH.",THE OWNERS WILL BE NOTIFIED BY THE VEHICLE MANUFACTURED AND THE AXLES WILL BE REPLACED FREE OF CHARGE. -02/09/2006,06V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V042000),"Autocar, LLC",BATTERY BOX/METAL GROUNDING,ELECTRICAL SYSTEM,A-0601,Vehicle,30,"ON CERTAIN HEAVY DUTY TRUCKS, EXPOSED 12V TERMINALS ON THE BATTERY DISCONNECT SWITCH ARE IN CLOSE PROXIMITY TO A HINGED METAL LATCH ON THE BATTERY BOX LID. WHEN LATCHING OR UN-LATCHING THE BATTERY BOX LID, IT IS POSSIBLE THAT A PERSON WEARING METAL JEWELRY (LIKE A WATCH OR FINGER RING) MIGHT CONNECT THE GROUNDED, METAL LATCH TO THE EXPOSED POSITIVE TERMINALS ON THE BATTERY DISCONNECT SWITCH THROUGH SUCH JEWELRY.",GROUNDING AS A RESULT OF THE CONTACT DESCRIBED ABOVE COULD PRODUCE HEAT AND COULD CAUSE BURNS TO SKIN THAT IS IN CONTACT WITH METAL JEWELRY.,"DEALERS WILL RELOCATE THE SWITCH TO A POSITION FURTHER AWAY FROM THE METAL CATCH AND INSTALL ISOLATING PROTECTORS OVER THE BATTERY DISCONNECT SWITCH TERMINALS. THE RECALL IS BEGAN ON FEBRUARY 20, 2006. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/09/2006,06V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V039000),"Chrysler (FCA US, LLC)",ELECTROSTATIC DISCHARGE EVENT,VISIBILITY,F08,Vehicle,79701,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, A STATIC ELECTRICITY SPARK BETWEEN THE OPERATOR AND THE VEHICLE CAN CAUSE THE TURN SIGNAL, HEADLAMPS OR WINDSHIELD WIPERS TO MALFUNCTION WITHOUT WARNING.",THIS CAN IMPAIR THE DRIVER'S VISION AND RESULT IN A CRASH.,"DEALERS WILL RE-FLASH THE INSTRUMENT CLUSTER. THE RECALL BEGAN ON MARCH 6, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/09/2006,06V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V036000),"Chrysler (FCA US, LLC)",ENGINE WIRING HARNESS,ELECTRICAL SYSTEM,F02,Vehicle,15536,"ON CERTAIN TWO WHEEL DRIVE SPORT UTILITY VEHICLES EQUIPPED WITH 3.7 LITER ENGINES, THE LEFT OXYGEN SENSOR WIRING HARNESS MAY CONTACT THE EXHAUST PIPE.",DAMAGE TO THE WIRING HARNESS COULD RESULT IN AN UNDERBODY FIRE.,"DEALERS WILL INSPECT THE OXYGEN SENSOR WIRING HARNESS TAKEOUT FOR DAMAGE. IF THE TAKEOUT IS DAMAGED, THE WIRING WILL BE REPAIRED AND A TIE WRAP INSTALLED TO SECURE THE EXCESS LENGTH OF WIRING HARNESS. IF THERE IS NO DAMAGE, A TIE WRAP WILL BE INSTALLED TO SECURE THE EXCESS LENGTH OF THE WIRING HARNESS. THE RECALL BEGAN ON APRIL 17, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/09/2006,06E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E012000),"SABRY LEE, INC.",FMVSS 108/AMBER SIDE REFLEX REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,972,"CERTAIN EAGLE EYES COMBINATION HEADLAMPS SOLD AS REPLACEMENT LAMPS FOR USE ON CERTAIN PASSENGER VEHICLES. SOME COMBINATION LAMPS ARE NOT EQUIPPED WITH AMBER SIDE REFLECTORS WHICH FAIL TO CONFORM WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE ABSENCE OF AMBER AND RED SIDE REFLEX REFLECTORS ON THESE LAMPS DECREASE LIGHTING VISABILITY AND COULD CAUSE A VEHICLE CRASH.,"EAGLE EYES WILL NOTIFY OWNERS AND PROVIDE A FULL REFUND FOR THE NONCOMPLIANT LAMPS. THE RECALL BEGAN ON FEBRUARY 14, 2006. OWNERS MAY CONTACT SABRY LEE AT 1-866-467-2279." -02/09/2006,06V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V037000),"Chrysler (FCA US, LLC)",THIRD ROW SEAT BELT,SEAT BELTS,F04,Vehicle,24058,"ON CERTAIN SPORT UTILITY VEHICLES, THE INTEGRATED RETRACTOR BRACKET EDGE ON THE THIRD ROW SEAT MAY CONTACT THE SEAT BELT DURING CERTAIN OPERATING CONDITIONS CAUSING DAMAGE TO THE BELT WEBBING.","IN THE EVENT OF A CRASH, THE SEAT BELT MAY NOT PROPERLY RESTRAIN THE THIRD ROW OCCUPANT WHICH CAN INCREASE THE RISK OF INJURY.","DEALERS WILL INSPECT THE THIRD ROW SEAT BELTS FOR DAMAGE AND REPLACE ANY DAMAGED BELTS. IN ADDITION, AN INJECTED MOLDED COVER WILL BE ADDED TO THE RETRACTOR BRACKET ON BOTH THIRD ROW SEATING POSITIONS TO PREVENT FUTURE DAMAGE FROM BELT CONTACT WITH THE RETRACTOR BRACKET. THE RECALL BEGAN ON MARCH 13, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/09/2006,06V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V043000),"Volkswagen Group of America, Inc.",TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,M8,Vehicle,906,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH 17-INCH WHEELS AND A 2.5L ENGINE FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES WERE PRODUCED WITH A TIRE INFORMATION LABEL THAT LISTS AN INCORRECT FRONT TIRE SIZE. THE CORRECT FRONT TIRE SIZE SHOULD BE LISTED AS 225/45 R17. THE INFLATION PRESSURE IS CORRECT.",A MISPRINTED LABEL COULD LEAD TO FITMENT OF IMPROPERLY SIZED REPLACEMENT TIRES.,"OWNERS WILL BE PROVIDED WITH A NEW TIRE INFORMATION LABEL AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-893-5298." -02/08/2006,06V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V032000),"FLEETWOOD ENTERPRISES, INC.",CERTIFICATION LABEL,EQUIPMENT,60123,Vehicle,42,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL CERTIFICATION TAG MAY BE PRINTED WITH THE INCORRECT GROSS VEHICLE WEIGHT RATING (GVWR) WEIGHT VALUE OF 31,000 POUNDS. THE CORRECT GVWR WEIGHT VALUE IS 28,000 POUNDS. THE SAME WEIGHT ERROR MAY OCCUR ON THE CARGO CARRYING CAPACITY TAG.","OVERLOADING COULD DAMAGE THE VEHICLE, ADVERSELY AFFECTING VEHICLE PERFORMANCE INCLUDING HANDLING AND BRAKING, CAUSE TIRE FAILURE, AND RESULT IN A CRASH.","DEALERS WILL SEND REPLACEMENT LABELS ALONG WITH INSTRUCTIONS. IF NECESSARY, DEALERS WILL CHANGE CERTAIN FRONT SUSPENSION COMPONENTS AND CERTIFY THE CHASSIS FOR THE 31,000 POUNDS GVWR WEIGHT VALUE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -02/08/2006,06V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V030000),FREIGHTLINER LLC,VARIABLE VALVE ACTUATION OIL LINE/OIL LEAK,ENGINE AND ENGINE COOLING,FL-471,Vehicle,5771,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR DIESEL ENGINES, THE VARIABLE VALVE ACTUATION OIL LINE MAY WEAR AGAINST THE SHARP EDGE OF THE CYLINDER HEAD IF NOT POSITIONED CORRECTLY.",THE OIL LINE MAY BE CUT ON THE CYLINDER HEAD CAUSING AN OIL LEAK AND A POSSIBLE FIRE.,"CATERPILLAR, IN CONJUNCTION WITH FREIGHTLINER, WILL BE CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN FREE OF CHARGE. OWNERS MAY CALL CATERPILLAR AT 309-675-6496, OR FREIGHTLINER AT 1-800-547-0712." -02/07/2006,06V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V035000),Shyft Group,15 AMP FUSE OVERLOADING,ELECTRICAL SYSTEM,SPEC 05025,Vehicle,833,"ON CERTAIN MOTOR HOMES, THE BRAKE LIGHTS BECOME INOPERABLE WHEN THE FUSE IS BLOWN UPON ACTIVATION OF THE AUXILIARY BRAKE. AT THE TIME, THE AUXILIARY BRAKE, THE COOLANT LEVEL SENSOR, AND AUXILIARY BRAKE 'BRAKE LIGHT ACTIVATION' CEASE TO FUNCTION, AND THE 'CHECK' ENGINE LIGHT ILLUMINATES.",A LOSS OF BRAKE LIGHTS COULD RESULT IN A CRASH.,"DEALERS WILL RELOCATE AND CONTROL THE BRAKE LIGHT POWER SOURCE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277, OPTION 1." -02/07/2006,06V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V029000),Shyft Group,BALL JOINT FAILURE/TIMONEY,SUSPENSION,SPEC 06001,Vehicle,11,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH TIMONEY 22 INDEPENDENT FRONT SUSPENSIONS, THE KINGPIN BALL PIN IN THE FRONT SUSPENSION CAN FRACTURE AT THE M35 THREAD AT THE TOP OF THE BALL PIN.",THE DRIVER WILL EXPERIENCE LOSS OF STEERING WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE UPPER AND LOWER KINGPINS. THE RECALL BEGAN ON FEBRUARY 6, 2006. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -02/07/2006,06V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V034000),"New Flyer of America, Inc.",WHEELCHAIR RAMP HINGE ASSEMBLY/CHAMP,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,682,"ON CERTAIN TRANSIT BUSES, THE SPOT WELDS WHICH HOLD THE WHEELCHAIR RAMP HINGE ASSEMBLY TOGETHER CAN FAIL ALLOWING THE RAMP TO SEPARATE, WHEN DEPLOYED UNDER LOAD, FROM THE BUS FRAME.",SEPARATION OF THE RAMP FROM THE VEHICLE COULD RESULT IN INJURY TO PASSENGERS ON THE RAMP.,"DEALERS WILL ADD NEW HARDWARE TO THE HINGES WHICH WILL MAKE THE SPOT-WELDING REDUNDANT. THE RECALL BEGAN ON FEBRUARY 15, 2006. OWNERS MAY CONTACT NEW FLYER AT 1-204-934-4874." -02/06/2006,06T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T003000),Cooper Tire & Rubber Co.,ACCELERATED BELT DEGRADATION,TIRES,145,Tire,183602,"CERTAIN COOPER DICK CEPEK RADIAL F-C II, MESA C/T, TEMPRA TRAILCUTTER RADIAL RT, COOPER DISCOVERER S/T, DURANGO RADIAL XTR, MASTERCRAFT COURSER C/T, DEAN MUD TERRAIN RADIAL SXT, SIZE LT285/75R16, AND PRO COMP XTREME A/T, SIZE 38.50X14.50R20LT, LIGHT TRUCK TIRES MANUFACTURED BETWEEN FEBRUARY 1, 2004, AND JANUARY 21, 2006. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA OF THE TIRE. WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS RESULTING IN EXPOSED BELT WIRE WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN A SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR.",LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITH VEHICLE CRASH THE POTENTIAL OCCURRENCE.,"COOPER WILL NOTIFY ITS OWNERS AND REPLACE THE TIRES FREE OF CHARGE. OWNERS ARE BEING WARNED TO AVOID DRIVING AT HIGHWAY SPEEDS UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED. THE RECALL BEGAN ON FEBRUARY 10, 2006. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT 800-854-6288." -02/06/2006,06T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T002000),Cooper Tire & Rubber Co.,AIR LOSS,TIRES,144,Tire,101582,"CERTAIN COOPER TRENDSETTER SE, MASTERCRAFT A/S IV, DEAN ALPHA 365 A/S, AND STARFIRE FLITE-LINE IV REPLACEMENT PASSENGER VEHICLE TIRES MANUFACTURED BETWEEN NOVEMBER 21, 2004, AND JULY 30, 2005. THE AFFECTED TIRES MAY CONTAIN AN UNAUTHORIZED MATERIAL IN THE UPPER SIDEWALL REGION OF THE TIRE. THE PRESENCE OF THIS MATERIAL MAY PRECIPITATE THE FORMATION OF SMALL, ISOLATED VOIDS WHICH COULD RESULT IN EARLY LIFE LOSS OF AIR PRESSURE. THE LOSS OF AIR PRESSURE WILL CAUSE THE TIRE TO RUN UNDER-INFLATED AND MAY RESULT IN EARLY FAILURE.",TIRE FAILURE COULD RESULT IN A VEHICLE CRASH.,"COOPER WILL NOTIFY ITS OWNERS AND REPLACE THE TIRES FREE OF CHARGE. OWNERS ARE BEING WARNED TO AVOID DRIVING AT HIGHWAY SPEEDS UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED. THE RECALL BEGAN ON FEBRUARY 10, 2006. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT 800-854-6288." -02/06/2006,06V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V031000),"PACE AMERICAN, INC.",FURNACE,EQUIPMENT,NR (Not Reported),Vehicle,4,"ON CERTAIN SPORTS/CAMPER TRAILERS EQUIPPED WITH FURNACES, THE FURNACE WAS IMPROPERLY INSTALLED SO THAT THE EXHAUST VENT DISCHARGED INTO THE OCCUPIED SPACE OF THE TRAILER AND THE HEATED AIR DISCHARGED OUTSIDE OF THE TRAILER.",CARBON MONOXIDE IN THE LIVING QUARTERS COULD CAUSE INJURY OR DEATH.,"DEALERS WILL CORRECTLY POSITION THE EXHAUST VENT. THE RECALL BEGAN ON JANUARY 23, 2006. OWNERS MAY CONTACT PACE AMERICAN AT 800-247-5767." -02/06/2006,06V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V033000),Ford Motor Company,INSTRUMENT CLUSTER SOFTWARE/FMVSS 135,INTERIOR LIGHTING,06C11,Vehicle,211432,"CERTAIN PICKUP TRUCKS FAIL TO COMPLY WITH EITHER THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 105, 'HYDRAULIC AND ELECTRIC BRAKE SYSTEMS' OR FMVSS NO. 135, 'PASSENGER CAR BRAKE SYSTEMS.' THESE VEHICLES WERE BUILT WITH A SOFTWARE ERROR IN THE INSTRUMENT CLUSTER.",THIS ERROR COULD PREVENT THE ANTILOCK BRAKE SYSTEM (ABS) WARNING LIGHT FROM ILLUMINATING IF THE ABS MODULE EVER BECAME INOPERATIVE.,"DEALERS WILL RECALIBRATE THE INSTRUMENT CLUSTER IN THESE VEHICLES. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/06/2006,06T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06T004000),Cooper Tire & Rubber Co.,LOSS OF AIR PRESSURE,TIRES,146,Tire,3164,"CERTAIN COOPER ZEON 2XS, SIZES 235/35R19XL AND 245/40R20, AND MASTERCRAFT AVENGER ZHP, SIZE 235/35R19XL, REPLACEMENT LIGHT TRUCK TIRES MANUFACTURED BETWEEN APRIL 25, 2004, AND FEBRUARY 12, 2005. THE SUBJECT TIRES MAY DEVELOP A SCATTERED COMPRESSION CRACKING CONDITION IN THE INNERLINER STOCK. IF THIS OCCURS, THE TIRE CAN EXPERIENCE A REDUCTION IN ITS ABILITY TO RETAIN PROPER INFLATION PRESSURE. THE LOSS OF AIR PRESSURE WILL CAUSE THE TIRES TO RUN UNDER-INFLATED.",DRIVING ON UNDER-INFLATED TIRES MAY RESULT IN A VEHICLE CRASH.,"COOPER WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. OWNERS ARE BEING WARNED TO AVOID DRIVING AT HIGHWAY SPEEDS UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED. THE RECALL BEGAN ON FEBRUARY 10, 2006. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT 800-854-6288." -02/06/2006,06E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E014000),"ZF TRADING NORTH AMERICA, LLC",REPLACEMENT WHEEL BEARING KIT,WHEELS,NR (Not Reported),Equipment,31422,"CERTAIN ZF TRADING NORTH AMERICA AFTERMARKET WHEEL BEARING KITS, LEMFOERDER P/N 1402301, SOLD FOR INSTALLATION ON 1992-2001 MERCEDES BENZ SL500 (R129) VEHICLES AFTER APRIL 1, 2005. THE CALIPER MOUNTING BOLTS USED IN THE WHEEL BEARING KIT MAY BE DEFECTIVE, SHEAR OFF AND BREAK. IF BOTH CALIPER MOUNTING BOLTS BREAK, THE BRAKE CALIPER MAY BECOME UNFIXED AND, WHEN THE VEHICLE IS BRAKED, THE BRAKE ROTOR COULD DRAG THE CALIPER, CAUSING THE BRAKE HOSE TO RUPTURE AND THE VEHICLE'S SUSPENSION TO BE DAMAGED.","THIS COULD RESULT IN A LOSS OF A PORTION OF THE VEHICLE'S BRAKING ABILITY, POSSIBLY RESULTING IN A VEHICLE CRASH.","ZF TRADING WILL NOTIFY ITS OWNERS AND REPAIR THE WHEEL BEARING KITS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 27, 2006." -02/02/2006,06V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V026000),Coach and Equipment Mfg. Corp.,AIR CONDITIONER MOUNTING BRACKET WELDS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,247,"ON CERTAIN DIESEL BUSES BUILT ON FORD E-SERIES CHASSIS AND EQUIPPED WITH CARRIER AIR CONDITIONING, THE MOUNTING BRACKET WELDS CAN BREAK OR FALL OFF.","IF THE WELD BREAKS OR FALLS OFF, THE VACUUM PUMP COULD SHIFT CAUSING THE MISALIGNMENT AND EVENTUALLY LOSE THE DRIVE BELT WHICH COULD LEAD TO THE LOSS OF THE PRIMARY BRAKING SYSTEM, POSSIBLY RESULTING IN A VEHICLE CRASH.","CARRIER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CARRIER WILL INSPECT THE WELDS FOR CRACKING AND RE-WELD AS NECESSARY, FREE OF CHARGE. OWNERS MAY CONTACT CARRIER SERVICE DEPARTMENT AT 1-800-450-2211." -02/02/2006,06V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V027000),GIRARDIN MINIBUS INC.,AIR CONDITIONER MOUNTING BRACKET WELDS/CARRIER,EQUIPMENT,06-012-ACU,Vehicle,13,"CERTAIN GIRARDIN 2004 AND 2005 MB IV SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JULY 6, 2004, AND FEBRUARY 10, 2005, EQUIPPED WITH CARRIER COMPRESSOR MOUNT BRACKETS, P/N 86-62400-00. THIS WELD IS USED TO MOUNT THE SECONDARY COMPRESSOR FOR THE SUPPLEMENTAL AIR CONDITIONING SYSTEM ON TO THE ENGINE. IF THE INSTALLER DOES NOT ADEQUATELY TORQUE THE MOUNTING HARDWARE OR THERE IS A POOR QUALITY WELD AT THE WELDMENT'S SUPPORT TAB, THE WELDMENT CAN BREAK OR FALL OFF.","IF THE WELDMENT BREAKS OR FALLS OFF, THE COMPRESSOR AND VACUUM PUMP COULD SHIFT CAUSING THE MISALIGNMENT AND EVENTUAL LOSS OF THE DRIVE BELT, POSSIBLY RESULTING IN THE LOSS OF OR IMPEDANCE TO THE VEHICLE'S PRIMARY BRAKING SYSTEM, AND COULD POTENTIALLY CAUSE A VEHICLE CRASH.","OWNERS ARE BEING INSTRUCTED TO CONTACT CARRIER AT 717-767-3359 OR VISIT THEIR WEBSITE AT WWW.TRANSICOLD.CARRIER.COM FOR FREE REMEDY. THE RECALL BEGAN ON FEBRUARY 15, 2006. OWNERS MAY ALSO CONTACT GIRARDIN MINIBUS SERVICE AND WARRANTY DEPARTMENT AT 819-477-8222." -02/02/2006,06V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V028000),"Mercedes-Benz USA, LLC",INSTRUMENT CLUSTER FAILURE,INTERIOR LIGHTING,2006080004,Vehicle,36911,"ON CERTAIN VEHICLES, THE INSTRUMENT CLUSTER IS EXPERIENCING ELECTRICAL MALFUNCTIONS. THE INSTRUMENT CLUSTER CONTAINS GAUGES AND INDICATORS THAT MUST BE ILLUMINATED WHENEVER THE VEHICLE IS IN OPERATION.","DUE TO INADEQUATE ILLUMINATION, THE DRIVER WILL BE UNABLE TO READ THE GAUGES AND INDICATORS, SUCH AS THE SPEEDOMETER, WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE INSTRUMENT CLUSTER MODULES. THE RECALL WILL BE CONDUCTED IN PHASES. PHASE I WAS MAILED OUT TO APPROXIMATELY 7,500 OWNERS ON SEPTEMBER 29, 2006. PHASE II AND PHASE III IS SCHEDULED FOR DECEMBER 2006. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -02/01/2006,06E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E011000),UCI International LLC,AFTERMARKET FUEL PUMPS/LEAKS,"FUEL SYSTEM, GASOLINE",FP012506,Equipment,7291,CERTAIN AFTERMARKET AIRTEX ELECTRIC FUEL PUMPS INSTALLED FOR USE AS REPLACEMENT EQUIPMENT FOR CERTAIN 1997-2004 JEEP WRANGLER; 1997-2001 JEEP CHEROKEE; 1997-2004 JEEP GRAND CHEROKEE; AND 2000-2003 DODGE DAKOTA VEHICLES. THE PLASTIC ELECTRICAL GROMMET CONNECTORS AT THE TOP OF THE FUEL PUMP MODULE ARE NOT COMPATIBLE WITH AUTOMOTIVE FUELS AND MAY DEGRADE CAUSING A POTENTIAL LEAK PATH FOR FUEL.,"IN THE PRESENCE OF AN IGNITION SOURCE, A FUEL LEAK COULD RESULT IN A FIRE.","AIRTEX WILL NOTIFY ITS CUSTOMERS AND WILL REPLACE THE AFFECTED FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 25, 2006. OWNERS MAY CONTACT AIRTEX CUSTOMER SERVICE DEPARTMENT AT 1-800-880-3056." -02/01/2006,06E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E010000),FABTECH MOTORSPORTS,AFTERMARKET REPLACEMENT PITMAN ARM,STEERING,NR (Not Reported),Equipment,1360,"CERTAIN FABTECH AFTERMARKET REPLACEMENT PITMAN ARMS, P/NOS. FTS71000 AND FTS71001, INSTALLED FOR USE ON CERTAIN 2001-2006 GM C/K 2500 PICK UP TRUCKS AND SPORT UTILITY VEHICLES. THE PIN LOCATED INSIDE THE PITMAN ARM CAN SHEAR OFF DUE TO A REVERSE BENDING FATIGUE CONDITION, RESULTING IN A TOTAL LOSS OF STEERING CONTROL.",LOSS OF STEERING CONTROL COULD LEAD TO A VEHICLE CRASH WITH POTENTIAL INJURY OR DEATH.,FABTECH WILL NOTIFY OWNERS AND REPLACE THE PITMAN AND IDLER ARMS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2006. OWNERS MAY CONTACT FABTECH AT 909-597-7800. -01/31/2006,06V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V024000),Wilson Trailer Company,SUSPENSION HANGER WELDMENT,SUSPENSION,NR (Not Reported),Vehicle,2177,"ON CERTAIN TRAILERS, THE AIR RIDE SUSPENSION HANGER WELD MAY FAIL AT THE ATTACHMENT POINT BETWEEN THE HANGER AND THE SUBFRAME.",THE SUSPENSION AND AXLES CAN DETACH FROM THE TRAILER FRAME AND CAUSE PERSONAL INJURY TO PERSONS OUTSIDE THE VEHICLE AND COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE SUSPENSION HANGER AREA , REPAIR AS NECESSARY, AND INSTALL A SUPPORT GUSSET TO STRENGTHEN THE WELD FREE OF CHARGE. THE RECALL IS BEGAN ON JANUARY 31, 2006. OWNERS MAY CONTACT WILSON TRAILER AT 1-800-798-2002." -01/30/2006,06V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V025000),"Suzuki Motor USA, LLC",FUEL TANK INSPECTION/REPLACEMENT,"FUEL SYSTEM, GASOLINE",2087,Vehicle,37911,"ON CERTAIN MOTORCYCLES, STRESS AROUND THE RIGHT FRONT FUEL TANK MOUNTING POINT CAN CAUSE HAIRLINE FATIGUE CRACKS TO FORM. THIS CAN RESULT IN A FUEL LEAK.","IN THE PRESENCE OF AN IGNITION SOURCE, A FUEL LEAK CAN RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANK AND INSTALL IMPROVED CUSHIONS THAT MOUNT AND SUPPORT THE FUEL TANK. ANY FUEL TANKS THAT ARE FOUND TO HAVE A CRACK WILL BE REPLACED. IF A TANK IS FOUND TO HAVE A CRACK AND A REPLACEMENT TANK IS NOT AVAILABLE, FUEL TANK SEALANT WILL BE APPLIED TO THE TANK AS AN INTERIM REPAIR. WHEN THE REPLACEMENT TANK BECOMES AVAILABLE, THE OWNER WILL BE CONTACTED AND A REPLACEMENT TANK WILL BE INSTALLED. THE RECALL BEGAN ON FEBRUARY 3, 2006. OWNERS MAY CONTACT SUZUKI AT 1-714-572-1490." -01/27/2006,06V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V022000),"Jayco, Inc.",HYDRAULIC BRAKE LINE P-CLAMP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,254,"ON CERTAIN CAMPING TRAILERS, THE HYDRAULIC BRAKE LINE P-CLAMP WAS INCORRECTLY INSTALLED. THIS MAY CAUSE THE METAL BRAKE LINE ELBOW BETWEEN THE BRAKE HOSE AND THE BACKING PLATE TO BREAK WHILE TRAVELING DOWN THE ROAD LEADING TO THE LOSS OF BRAKING CAPABILITIES.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN A CRASH, INJURY OR DEATH.","DEALERS WILL REMOVE THE BRAKE HOSE P-CLAMP AND REPLACE THE METAL BRAKE LINE ELBOWS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 14, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -01/27/2006,06V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V023000),Toyota Motor Engineering & Manufacturing,REAR SEAT BELT ANCHORAGE/FMVSS-210,SEAT BELTS,6LA,Vehicle,3851,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE ANCHOR BOLT FOR THE REAR, LEFT-HAND SIDE SEAT BELT BUCKLE DIRECTLY BEHIND THE DRIVER'S SEAT DOES NOT HAVE SUFFICIENT STRENGTH.",THE REAR SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE FREE OF CHARGE THE REAR, LEFT-HAND SIDE SEAT BELT BUCKLE ANCHOR BOLT WITH AN IMPROVED ONE. THE RECALL BEGAN ON FEBRUARY 3, 2006. OWNERS MAY CONTACT LEXUS AT 800-255-3987." -01/26/2006,06V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V021000),Volvo Trucks North America,EXHAUST GAS RECIRCULATION COOLER PIPES,ENGINE AND ENGINE COOLING,RVXX0601,Vehicle,33102,"ON CERTAIN TRUCKS EQUIPPED WITH D12D ENGINES, THE EXHAUST GAS RECIRCULATION (EGR) COOLER INLET PIPES OR THE PIPES THAT CONNECT THE EGR VALVES TO THE COOLER MAY CRACK OR BREAK.","IF THE PIPES OR THE COOLER INLET PIPES FAIL AND ARE LEFT UNTREATED, THE AIR CLEANER AND INNER FENDER MAY BE SUBJECT TO HOT EXHAUST GASES, WHICH COULD LEAD TO A FIRE.","DEALERS WILL INSPECT AND REPAIR THE EGR COOLER PIPES AS REQUIRED AND INSTALL A HEAT SHIELD FREE OF CHARGE. AN INTERIM OWNER LETTER WAS MAILED ON FEBRUARY 17, 2006, TO ADVISE ON PRECAUTIONS THAT THE OWNER CAN TAKE UNTIL PARTS BECOME AVAILABLE. OWNERS ARE BEING NOTIFIED STARTING MARCH 3, 2006, THAT PARTS ARE NOW AVAILABLE. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/25/2006,06V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V020000),"General Motors, LLC",FUEL GAUGE INACCURATE,"FUEL SYSTEM, GASOLINE",05111,Vehicle,17462,CERTAIN VEHICLES EQUIPPED WITH V6 ENGINES MAY HAVE A CONDITION WHERE FUEL IS NO LONGER SUPPLIED TO THE ENGINE. THIS CONDITION OCCURS WITHOUT THE ILLUMINATION OF THE FUEL LEVEL LOW INDICATOR LIGHT OR THE WARNING CHIME.,"IF THE ENGINE STOPS RUNNING, THE OPERATOR WILL NOT BE ABLE TO RESTART THE VEHICLE WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ELECTRONIC CONTROL MODULE (ECM) WITH NEW SOFTWARE FREE OF CHARGE. OWNERS WERE NOTIFIED IN DECEMBER 2005 AND ASKED TO MAINTAIN AT LEAST 1/4 OF A TANK FUEL LEVEL TO AVOID THIS CONDITION UNTIL THE PARTS ARE AVAILABLE. THE PARTS ARE NOW AVAILABLE, OWNER RENOTIFICATION BEGAN ON MARCH 23, 2006. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -01/25/2006,06V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V019000),"Big Dog Motorcycles, LLC",KICKSTAND SPRING,STRUCTURE,NR (Not Reported),Vehicle,9726,"ON CERTAIN MOTORCYCLES, THE KICKSTAND SPRING MAY STRETCH AND DETACH FROM THE MOUNTING BRACKET OR THE KICKSTAND.",THIS WILL ALLOW THE KICKSTAND TO DEPLOY INTO THE EXTENDED POSITION AND CAUSE A CRASH.,"DEALERS WILL INSTALL A NEW KICKSTAND SPRING FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 17, 2006. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -01/25/2006,06V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V018000),"Jaguar Cars, Ltd.",MOONROOF GLASS SHATTER,VISIBILITY,R722,Vehicle,2675,"ON CERTAIN SEDANS EQUIPPED WITH MOONROOFS, A REINFORCEMENT BAR WAS INCORRECTLY ASSEMBLED SO THAT THE BAR MAY CONTACT THE GLASS IN THE MOONROOF. WHEN CLOSING A DOOR OR UPON SEVERE ROAD IMPACT, IT IS POSSIBLE THAT THE MOONROOF GLASS MAY SHATTER.","IF THE GLASS SHATTERS, THERE IS A RISK OF INJURY TO THE VEHICLE OCCUPANTS.","DEALERS WILL REPLACE THE MOONROOF FREE OF CHARGE. THE RECALL BEGAN ON MARCH 27, 2006. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -01/25/2006,06E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E008000),Ricon Corporation,WHEELCHAIR LIFT ARM BREAKS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,588,"CERTAIN RICON S AND K SERIES PLATFORM STYLE WHEELCHAIR LIFTS MANUFACTURED BETWEEN JUNE 12 AND JULY 1, 2005, INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN SCHOOL AND TRANSIT BUSES. THE VERTICAL SUPPORT ARMS WERE IMPROPERLY WELDED.",IN THE EVENT THIS CONDITION OCCURS DURING PASSENGER OPERATIONS IT MAY NOT BE POSSIBLE TO CLOSE THE LIFT DOOR CAUSING THE VEHICLE INTERLOCKS TO REMAIN ENGAGED PREVENTING MOVEMENT OF THE VEHICLE OR THE ABILITY TO LOAD OR UNLOAD PASSENGERS WITH DISABILITIES FROM THE VEHICLE.,"RICON WILL NOTIFY ITS CUSTOMERS AND WILL REPLACE THE TWO LIFT ARMS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2006. OWNERS MAY CONTACT RICON AT 1-818-267-3000." -01/24/2006,06E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E007000),"VEHICLE IMPROVEMENT PRODUCTS, INC.",AFTERMARKET STEERING WHEELS/SEPARATION,STEERING,VIP002,Equipment,1845,"CERTAIN MODELS OF AFTERMARKET VEHICLE IMPROVEMENT PRODUCTS' (VIP) STEERING WHEEL MANUFACTURED BETWEEN SEPTEMBER 1998 AND JANUARY 2005. SEE VIP'S DEFECT INFORMATION REPORT FOR A LIST OF THE STEERING WHEEL PART NUMBERS AFFECTED. THESE AFTERMARKET STEERING WHEEL ASSEMBLIES, USING A PARTICULAR COMBINATION OF PARTS AND FASTENERS, ARE SOLD FOR INSTALLATION ON CERTAIN FREIGHTLINER TRUCKS AND PREVOST AND MCI MOTORHOMES. SOME OF THE STEERING WHEELS MAY HAVE BEEN ASSEMBLED WITH A HUCK FASTENER WHICH IS TOO SHORT AND DOES NOT ALLOW PROPER HUCK COLLAR ENGAGEMENT.","THE STEERING WHEEL WILL FEEL LOOSE ON THE HUB FOR A PERIOD OF TIME, WITH THE SUBSEQUENT POSSIBLY OF A COMPLETE SEPARATION. STEERING WHEEL SEPARATION WILL RESULT IN A LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","VIP WILL NOTIFY ITS OWNERS AND REPLACE THE AFFECTED STEERING WHEELS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2006. OWNERS MAY CONTACT VIP AT 847-395-7250." -01/23/2006,06E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E006000),FEDERAL-MOGUL CORPORATION,AFTERMARKET ELECTRIC FUEL PUMPS/FUEL LEAK,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1116,"CERTAIN FEDERAL-MOGUL ELECTRIC FUEL PUMPS SOLD UNDER THE BRAND NAMES OF NAPA AND CARTER, P/NOS. P75040M AND P75043M. THESE PUMPS WERE DISTRIBUTED BETWEEN OCTOBER 31, 2005, AND JANUARY 11, 2006, AND SOLD AS REPLACEMENT EQUIPMENT FOR 1997-2001 JEEP CHEROKEE AND GRAND CHEROKEE VEHICLES. THE AFFECTED PUMPS CONTAIN A DEFECTIVE WIRING HARNESS GROMMET THAT COULD DEGRADE OVER TIME AND ALLOW FUEL TO LEAK.","IN THE PRESENCE OF AN IGNITION SOURCE, A VEHICLE FIRE COULD OCCUR OR AN EXPLOSION.","FEDERAL-MOGUL WILL REPLACE THE ELECTRIC FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 1, 2006. OWNERS MAY CONTACT FEDERAL-MOGUL AT 1-877-489-6659." -01/23/2006,06V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V017000),"Volkswagen Group of America, Inc.",FUEL PUMP,"FUEL SYSTEM, GASOLINE",M7 & JL,Vehicle,74000,"ON CERTAIN VEHICLES PRODUCED FROM SEPTEMBER 2002 - MARCH 2003, EQUIPPED WITH 1.8L TURBO, 2.8L V6, OR 3.0L ENGINES, A CHANGE IN THE ELECTRICAL MOTOR COMPONENTS IN THE FUEL PUMP CAN LEAD TO AN INOPERATIVE FUEL PUMP AND, ULTIMATELY, STOPPAGE OF FUEL SUPPLY TO THE ENGINE CAUSING IT TO STALL.","IF FUEL FLOW TO THE ENGINE IS INTERRUPTED, THE VEHICLE COULD STALL WITHOUT WARNING AND THUS PRESENT A POTENTIAL RISK OF CRASH.","DEALERS WILL INSTALL NEW FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT VW AT 1-800-222-8987 OR AUDI AT 1-800-822-2834." -01/23/2006,06V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V016000),"Jayco, Inc.",WIRING HARNESS/EXHAUST TAIL PIPE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,47,"ON CERTAIN MOTOR HOMES, THE WIRE HARNESS MAY HAVE BEEN ROUTED TOO CLOSE TO THE EXHAUST TAIL PIPE WHICH MAY RESULT IN THE CABLE MELTING AND CREATING AN ELECTRICAL SHORT.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN A FIRE, ACCIDENT, INJURY OR DEATH.","DEALERS WILL INSPECT, REROUTE AND REPLACE THE WIRE HARNESS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 7, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -01/20/2006,06E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E005000),"Cequent Performance Products, Inc.",TOWING HITCH T-CONNECTORS/TAIL LAMP FLICKER,EXTERIOR LIGHTING,05-053,Equipment,236,"CERTAIN T-CONNECTORS MANUFACTURED FROM JUNE THROUGH OCTOBER 2005 SOLD BY CEQUENT TOWING PRODUCTS UNDER THE HIDDEN HITCH, REESE, AND DRAW-TITE BRAND NAMES FOR AFTERMARKET INSTALLATION ON 2005 AND 2006 VOLVO XC90 VEHICLES. DUE TO A UNIQUE WAVEFORM PRESENT ON THE TAIL LAMP CIRCUIT OF THE TOW VEHICLE, THE T-CONNECTOR MAY CAUSE THE TAIL LAMPS TO FLICKER OR NOT WORK WHEN THE VEHICLE IS IN OPERATION.","NON-OPERATIONAL OR INTERMITTENTLY OPERATIONAL TAIL LAMPS CAN PREVENT THE VEHICLE/TRAILER FROM BEING VISIBLE TO OTHER VEHICLES, POSSIBLY RESULTING IN A VEHICLE CRASH.","CEQUENT WILL NOTIFY OWNERS AND REPLACE THE T-CONNECTORS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JANUARY 30, 2006. OWNERS MAY CONTACT CEQUENT AT 1-800-632-3290." -01/18/2006,06V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V015000),"New Flyer of America, Inc.",AIR BRAKE RELAY VALVE ASSEMBLY/HALDEX/MIDLAND,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,103,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH RELAY VALVES BUILT BY HALDEX/MIDLAND AND DISTRIBUTED BY MERITOR/WABCO WITH VALVE BODY DATE CODE OF 342A4K. THIS VALVE, WHICH IS INSTALLED IN THE REAR AXLE AIR BRAKE CIRCUIT, CAN FAIL RESULTING IN A LOSS OF AIR PRESSURE TO THE REAR SERVICE BRAKES.",FAILURE OF THE VALVE WOULD DISABLE THE REAR AXLE SERVICE BRAKE CIRCUIT AND RESULT IN EXTENDED STOPPING DISTANCES WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT TO SEE IF THE INSTALLED RELAY VALVE HAS A DATE CODE OF 342A4K AND IF NECESSARY WILL REPLACE THE VALVE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 25, 2006. OWNERS MAY CONTACT NEW FLYER AT 204-934-4803." -01/18/2006,06V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V012000),"FLEETWOOD ENTERPRISES, INC.",AXLE WIDTH,POWER TRAIN,60109,Vehicle,14,"ON CERTAIN TRAVEL TRAILERS, THE AXLE WIDTH IS TOO NARROW CAUSING THE TIRES TO RUB ON THE INSIDE OF THE WHEEL WELL HOUSING.","THIS CAN CAUSE THE TIRES TO FATIGUE AND PREMATURELY FAIL, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSPECT AND CHANGE THE AXLE FREE OF CHARGE. THE MANUFACTURER HAS TELEPHONED ALL DEALERS AND OWNERS CONCERNING THIS RECALL. A FOLLOWUP LETTER WILL BE SENT DURING JANUARY OR FEBRUARY 2006. OWNERS MAY CONTACT FLEETWOOD AT 1-800-322-8216. -01/18/2006,06V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V013000),"Suzuki Motor USA, LLC",FUEL TANK REPLACEMENT/MOTORCYCLES,"FUEL SYSTEM, GASOLINE",2086,Vehicle,4841,"ON CERTAIN CALIFORNIA-SPECIFICATION MODEL MOTORCYCLES, REPEATED STRESS FROM VIBRATION CAN CAUSE A CRACK TO FORM IN THE AREA WHERE THE LIQUID/VAPOR SEPARATOR BRACKET IS WELDED INSIDE THE FUEL TANK. THIS CAN ALLOW FUEL LEAKAGE TO OCCUR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANK FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 3, 2006. CUSTOMERS MAY CONTACT AMERICAN SUZUKI AT 714-572-1490." -01/18/2006,06V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V014000),FREIGHTLINER LLC,STEERING CONTROL,SUSPENSION,FL-469,Vehicle,360,CERTAIN 2006 THOMAS BUILT HDX SCHOOL BUSES MANUFACTURED BETWEEN JULY AND NOVEMBER 2005. THE FRONT SPRING EYES MAY CRACK FROM EMBRITTLEMENT DUE TO AN IMPROPER HEAT TREAT PROCESS.,"VEHICLE STEERING CONTROL MAY BE REDUCED IF ABNORMAL FRONT SUSPENSION NOISES ARE IGNORED, POSSIBLY RESULTING IN A CRASH AND PERSONAL INJURY.","THOMAS BUILT WILL NOTIFY ITS OWNERS AND REPAIR THE STEERING SUSPENSIONS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 10, 2006." -01/17/2006,06V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V011000),PACCAR Incorporated,ABS FAILURE INDICATOR LIGHT/FMVSS 121,"SERVICE BRAKES, AIR",106A,Vehicle,79,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS (ABS)."" THE INDICATOR LIGHT THAT NOTIFIES THE DRIVER OF A MALFUNCTION IN THE TRAILER ABS WAS NOT INSTALLED AS REQUIRED.",THE DRIVER MAY NOT BE AWARE OF THE MALFUNCTION THAT EXISTS IN THE ABS TRAILER BRAKE SYSTEM.,"DEALERS WILL INSTALL THE ABS MALFUNCTION WARNING LIGHT FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 6, 2006. OWNERS MAY CONTACT PETERBILT AT 940-591-4201." -01/17/2006,06V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V010000),"TRAVIS BODY & TRAILER, INC.",COUPLER PLATE CASTING,TRAILER HITCHES,NR (Not Reported),Vehicle,639,"ON CERTAIN FRAMELESS, QUARTER-FRAME AND END DUMP TRAILERS, SMALL OUTER BUSHINGS (LEFT AND RIGHT) ON THE COUPLER PLATE HAVE CRACKED WHICH ALLOWS THE PIN THAT ATTACHES THE DRAFT ARMS TO THE COUPLER PLATE TO SLIP OUT.","THE TRAILER COULD TURN OVER WHILE DUMPING OR EVEN BECOME DISCONNECTED FROM THE TRUCK WHEN DRIVING. SERIOUS INJURY OR A FATALITY TO THE OPERATOR, BYSTANDERS OR OTHER MOTORISTS COULD OCCUR.","DEALERS WILL ADD AN UPPER AND A LOWER REINFORCING PLATE AND INSPECT FOR CRACKS FREE OF CHARGE. TRAVIS IS IN THE PROCESS OF CONTACTING CUSTOMERS BY TELEPHONE IMMEDIATELY WITH EXPLANATION OF THE RECALL CAMPAIGN. A WRITTEN OWNER NOTIFICATION LETTER WILL FOLLOW. THE RECALL BEGAN ON JANUARY 3, 2006. OWNERS MAY CONTACT TRAVIS AT 800-535-4372." -01/13/2006,06V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V007000),"General Motors, LLC",ELECTRONIC THROTTLE CONTROL (ETC),VEHICLE SPEED CONTROL,06502,Vehicle,1327,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH ALL WHEEL DRIVE AND A 3.6L V6 ENGINE, THE TORQUE MONITORING FUNCTIONS OF THE ELECTRONIC THROTTLE CONTROL (ETC) ARE NOT ENABLED. THESE FUNCTIONS CAN LIMIT ENGINE SPEED AND TORQUE IF UNUSUAL ENGINE CONTROL MODULE (ECM) HARDWARE OR SOFTWARE FAILURES OCCUR.","WITHOUT THESE FUNCTIONS ENABLED, A PERSISTENT ECM FAILURE COULD RESULT IN A THROTTLE OPENING GREATER THAN COMMANDED BY THE DRIVER AND A CRASH COULD OCCUR.","DEALERS WILL REPROGRAM THE ECM ON THESE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 24, 2006. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -01/13/2006,06E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E004000),UMNITZA,FMVSS 108/HID KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,230,"CERTAIN UMNITZA REPLACEABLE LIGHTING CAPSULES BRANDED AS PROLUMEN HID KITS, P/NOS H1, H3, H4, 9006, AND 9007. THE REPLACEMENT KITS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT. THEY MAY CAUSE A HIGHER THAN ALLOWED AMOUNT OF GLARE TO ONCOMING TRAFFIC.","ONCOMING TRAFFIC MAY EXPERIENCE HIGHER THAN NORMAL AMOUNT OF GLARE WHICH COULD AFFECT DRIVER'S VISION, POSSIBLY RESULTING IN A VEHICLE CRASH.","CUSTOMERS WHO PURCHASED THE NONCOMPLIANT KITS WILL BE NOTIFIED AND A FULL REFUND WILL BE PROVIDED. THE RECALL IS EXPECTED TO BEGIN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT UMNITZA AT 925-922-5777." -01/13/2006,06V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V009000),"Jayco, Inc.",U-JOINT/DRIVE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,62,"CERTAIN MOTOR HOMES MAY HAVE U-JOINT RETAINING CLIPS MISSING OR NOT INSTALLED PROPERLY. IF THE RETAINING CLIPS ARE NOT INSTALLED PROPERLY, THE U-JOINT MAY BECOME DISLODGED FROM THE YOKE AND THE DRIVE SHAFT WILL BECOME DISCONNECTED FROM THE DRIVE TRAIN.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN A CRASH, INJURY OR DEATH.",DEALERS HAVE COMPLETED THE REPAIRS TO 100 PERCENT OF THE UNITS AT THE FACTORY AND AT DEALERSHIPS. NO FURTHER ACTION IS NECESSARY ON THIS RECALL. -01/12/2006,06V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V008000),"Porsche Cars North America, Inc.",CHROME PLATED EXHAUST PIPE,ENGINE AND ENGINE COOLING,A601/A602,Vehicle,5094,"CERTAIN 2 DOOR COUPE AND CONVERTIBLE VEHICLES MAY HAVE BEEN SUPPLIED WITH A TAILPIPE THAT MAY HAVE BEEN PRODUCED WITH A WELD LOCATED BETWEEN THE FASTENING CLIP AND EXHAUST PIPE, WHICH IS INADEQUATELY DIMENSIONED. ALSO INCLUDED ARE CERTAIN ACCESSORY EXHAUST PIPES INSTALLED BY DEALERS.","IF THE WELD COMPLETELY FAILS, THE EXHAUST PIPE CAN DETACH FROM THE VEHICLE, WHICH COULD STARTLE THE DRIVER RESULTING IN A CRASH.","DEALERS WILL INSTALL A NEW TAILPIPE WITH A LONGER SEAM WELD FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 24, 2006. OWNERS MAY CONTACT PORSCHE AT 1-800-545-8039." -01/12/2006,06V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V006000),FREIGHTLINER LLC,STEERING WHEEL SEPARATION,STEERING,FL-468,Vehicle,1975,"ON CERTAIN TRUCKS EQUIPPED WITH VEHICLE IMPROVEMENT STEERING WHEELS, THE STEERING WHEELS MAY BE MANUFACTURED WITH INCORRECT LENGTH HUCK FASTENERS THAT ARE TOO SHORT TO ALLOW PROPER COLLAR ENGAGEMENT ON THE PIN. THE STEERING WHEEL WILL FEEL LOOSE ON THE HUB FOR A PERIOD OF TIME, WITH THE SUBSEQUENT POSSIBILITY OF A COMPLETE SEPARATION.","STEERING WHEEL SEPARATION WILL RESULT IN A LOSS OF STEERING CONTROL, POSSIBLE RESULTING IN A CRASH.","DEALERS WILL INSPECT THE STEERING WHEELS FOR CORRECT LENGTH HUCK FASTENERS. STEERING WHEELS WILL BE REPAIRED OR REPLACED FREE OF CHARGE. THE RECALL BEGAN ON MAY 5, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -01/10/2006,06V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V003000),"Nissan North America, Inc.",FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,205000,"ON CERTAIN SPORT UTILITY VEHICLES, DUE TO THE LOCATION OF THE FORWARD EDGE OF THE FUEL TANK, IN THE EVENT THAT A VEHICLE FRONT TIRE RUNS OVER A SMALL, SHARP OBJECT IN THE ROAD, CATCHES IT AND PROPELS IT TOWARDS THE REAR OF THE VEHICLE, IT MAY STRIKE AND PUNCTURE THE FUEL TANK.",A PUNCTURED TANK COULD INCREASE THE RISK OF A FIRE.,"DEALERS WILL INSTALL PROTECTORS IN FRONT OF THE TANK FREE OF CHARGE. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -01/10/2006,06V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V005000),"Kawasaki Motors Corp., U.S.A.",LOWER FORK TRIPLE CLAMP,STEERING,NR (Not Reported),Vehicle,103,"ON CERTAIN MOTORCYCLES, THE PINCH BOLT HOLE ON THE LEFT SIDE OF THE LOWER FRONT FORK TRIPLE CLAMP WAS NOT THREADED TO THE FULL DESIGN DEPTH. THIS ALLOWED THE PINCH BOLT TO BE TIGHTENED TO ITS DESIGNED TORQUE VALUE, BUT DID NOT PROVIDE SUFFICIENT CLAMPING FORCE ON THE LEFT FORK TUBE.",THIS CONDITION COULD CAUSE STEERING PROBLEMS AND CREATE THE POTENTIAL FOR A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL TAP ADDITIONAL THREADS INTO THE LOWER FORK HOLDER CLAMPING BOLT HOLE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 17, 2006. OWNERS MAY CONTACT KAWASAKI AT 866-802-9381." -01/10/2006,06V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V004000),"Navistar, Inc.",VARIABLE VALVE ACTUATION OIL LINE/OIL LEAK,ENGINE AND ENGINE COOLING,06501,Vehicle,1371,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR DIESEL ENGINES, THE VARIABLE VALVE ACTUATION (VVA) OIL LINE MAY WEAR AGAINST THE SHARP EDGE OF THE CYLINDER HEAD IF NOT POSITIONED CORRECTLY.",THE OIL LINE MAY BE CUT ON THE CYLINDER HEAD CAUSING AN OIL LEAK AND A POSSIBLE FIRE.,"CATERPILLAR, IN CONJUNCTION WITH INTERNATIONAL, WILL BE CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN FREE OF CHARGE. OWNERS MAY CALL CATERPILLAR AT 309-675-6496, OR INTERNATIONAL AT 1-800-448-7825." -01/05/2006,06E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E003000),AUTOMATIC EQUIP. MFG. CO.,LOSS OF STEERING,STEERING,NR (Not Reported),Equipment,238,"CERTAIN BLUE OX TRUCENTER STEERING CONTROL UNITS, MODEL NUMBERS TC35270 AND TC35160, MANUFACTURED BETWEEN OCTOBER AND DECEMBER 2005. THE AFFECTED UNITS ARE IDENTIFIED BY SERIAL NUMBERS THAT BEGIN WITH THE FIRST FOUR DIGITS OF 1005, 1105, AND 1205. FOREIGN MATERIAL CAN CAUSE THE TUBES TO GALL AND EVENTUALLY BIND TOGETHER.",THIS CONDITION MAY CAUSE LOSS OF DRIVER STEERING ABILITY WHICH COULD RESULT IN A VEHICLE CRASH.,"AUTOMATIC EQUIPMENT MANUFACTURING WILL NOTIFY OWNERS AND REPLACE THE BLUE OX TRUCENTER STEERING CONTROL UNITS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JANUARY 30, 2006. OWNERS MAY CONTACT A MEMBER OF THE BLUE OX CUSTOMER CARE TEAM AT 402-385-3051 OR TOLL FREE AT 1-888-425-5382." -01/05/2006,06E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E002000),AUTOMOTIVE ACCESSORY CO. LTD.,MECHANICAL FUEL PUMP/LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,1579,"CERTAIN AUTOMOTIVE ACCESSORY CO. (AAC) MECHANICAL FUEL PUMPS, P/NOS. N577, N588, AIRTEX BRAND P/N 9501, AND FUEL CASTINGS, P/N AAC712, SOLD FOR USE AS REPLACEMENT EQUIPMENT ON VARIOUS PASSENGER VEHICLES. THE FUEL PUMPS AND FUEL CASTINGS WERE SHIPPED BETWEEN MAY 9 AND DECEMBER 22, 2005. THESE FUEL PUMPS CONTAIN A DEFECTIVE VALVE HOUSING THAT COULD ALLOW FUEL TO LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"AAC WILL NOTIFY CUSTOMERS AND REPLACE THE FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 22, 2005. OWNERS MAY CONTACT AAC AT 204-942-2514." -01/05/2006,06V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V002000),"NATIONAL RV, INC.",SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,588,CERTAIN MOTOR HOMES WERE NOT EQUIPPED WITH THE PROPER NUMBER OF SEAT BELTS.,"IN THE EVENT OF A CRASH, A SEAT OCCUPANT WILL NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSTALL THE ADDITIONAL SEAT BELTS FREE OF CHARGE. OWNERS MAY CONTACT NATIONAL RV AT 1-951-943-6007. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -01/05/2006,06V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06V001000),"Chrysler (FCA US, LLC)",STEERING HOSE,STEERING,E23,Vehicle,216299,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.4 LITER ENGINES, THE HIGH PRESSURE POWER STEERING HOSE MAY PREMATURELY HEAT AGE AND DEVELOP A LEAK.",POWER STEERING FLUID LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL REPLACE THE HIGH PRESSURE POWER STEERING HOSE FREE OF CHARGE. THE THE RECALL BEGAN ON APRIL 10, 2006. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/03/2006,06E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=06E001000),FEDERAL-MOGUL CORPORATION,AFTERMARKET FUEL PUMP/LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,775,"CERTAIN FEDERAL-MOGUL MECHANICAL FUEL PUMPS, P/N M847, SOLD UNDER THE BRAND NAMES OF NAPA AND CARTER FOR USE AS REPLACEMENT EQUIPMENT ON VARIOUS PASSENGER VEHICLES. THE FUEL PUMPS WERE SHIPPED BETWEEN MAY 1 AND DECEMBER 20, 2005. THESE FUEL PUMPS CONTAIN A DEFECTIVE VALVE HOUSING THAT COULD ALLOW FUEL TO LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"FEDERAL-MOGUL WILL NOTIFY CUSTOMERS AND REPLACE THE FUEL PUMPS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 13, 2006." -12/30/2005,05V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V574000),"Maserati North America, Inc.",STEERING RACK,STEERING,146,Vehicle,169,"ON CERTAIN PASSENGER VEHICLES, THE POWER ASSIST DELIVERED BY THE STEERING RACK MAY NOT BE FULLY AVAILABLE WHILE MAKING EXTREME LEFT HAND TURNS FOR A PROLONGED PERIOD OF TIME. AN INTERNAL O-RING OF THE STEERING RACK CAN BECOME DISLODGED OR DISLOCATED CAUSING A LOSS OF POWER ASSIST TO THE DRIVER.","SUCH CIRCUMSTANCES COULD LEAD TO A REDUCTION IN VEHICLE CONTROL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE STEERING RACK FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 3, 2006. Owners may contact Maserati customer service at 1-877-696-2737." -12/29/2005,05V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V571000),Lotus Cars Limited,GEAR LEVER,POWER TRAIN,2006 / 1R,Vehicle,1740,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 6-SPEED MANUAL TRANSMISSIONS, THE GEAR LEVER MAY BREAK.","THIS COULD RESULT IN THE INABILITY TO CHANGE GEARS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE GEAR LEVERS. THE RECALL BEGAN ON FEBRUARY 10, 2006. OWNERS MAY CONTACT LOTUS CARS USA AT 1-800-245-6887." -12/28/2005,05V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V573000),"Winnebago Industries, Inc.",ENTRANCE STEPS/KWIKEE,STRUCTURE,100,Vehicle,193,"ON CERTAIN MOTOR HOMES EQUIPPED WITH KWIKEE BRAND ELECTRIC STEPS, THE STEPS MAY HAVE BEEN MANUFACTURED WITH DEFECTIVE STEP CONTROL UNITS.","THE DEFECTIVE CONTROL UNITS COULD DEVELOP AN ELECTRICAL SHORT ALLOWING FOR THE POTENTIAL OF THE PLASTIC CASE TO IGNITE, POSSIBLY RESULTING IN PERSONAL INJURY AND/OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT THE KWIKEE STEP AND REPLACE THE STEP CONTROL UNIT, IF NECESSARY, FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 23, 2005. OWNERS MAY CONTACT WINNEBAGO AT 1-800-537-1885." -12/27/2005,05V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V572000),Honda (American Honda Motor Co.),OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,Q01,Vehicle,12756,"ON CERTAIN 2-DOOR PASSENGER VEHICLES, THE FRONT PASSENGER OCCUPANT DETECTION SYSTEM (ODS) CONTAINS A FAULTY ELECTRONIC COMPONENT. AS A RESULT, THE ODS WILL NOT FUNCTION PROPERLY AND WILL NOT SUPPRESS FRONT PASSENGER AIR BAG DEPLOYMENT WHEN THE WEIGHT OF AN INFANT OR SMALL CHILD IS DETECTED IN THE FRONT PASSENGER SEAT.","IN CERTAIN CIRCUMSTANCES, A DEPLOYING FRONT PASSENGER AIR BAG CAN INCREASE THE RISK OF INJURY TO AN INFANT OR SMALL CHILD.","DEALERS WILL REPLACE THE ODS UNIT, FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 16, 2006. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -12/27/2005,05T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T024000),"Michelin North America, Inc.",RAPID AIR LOSS,TIRES,NR (Not Reported),Tire,4600,"CERTAIN MICHELIN PILOT SPORT TIRES, SIZE 255/35ZR20 97Y EXTRA LOAD, SOLD FOR USE AS REPLACEMENT TIRES AND ALSO IMPORTED ON SOME JAGAUR XJ8 VEHICLES. ALL OF THE AFFECTED TIRES HAVE DOT TIRE IDENTIFICATION NUMBERS THAT BEGIN WITH DOT FHPNEFMX AND END WITH THE LAST TWO DIGITS OF 00, 01, 02, 03 OR 05. THE SUBJECT TIRES MAY DEVELOP A BLISTER IN THE SIDEWALL.","THE CONDITION MAY RESULT IN A RAPID LOSS OF AIR PRESSURE, WHICH COULD LEAD TO A LOSS OF CONTROL AND A VEHICLE CRASH.","MICHELIN WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 10, 2006. OWNERS MAY CONTACT MICHELIN CUSTOMER RELATIONS AT 1-800-847-3435." -12/22/2005,05E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E077000),Toyota Motor Engineering & Manufacturing,"20"" AFTERMARKET ALLOY WHEELS",WHEELS,NR (Not Reported),Equipment,22,"CERTAIN TOYOTA TUNDRA AND SEQUOIA TRUCKS EQUIPPED WITH TOYOTA RACING DEVELOPMENT (TRD) 20"" ALLOY WHEELS SOLD AND INSTALLED BY TOYOTA DEALERS AS AN AFTERMARKET ACCESSORY WHEEL. DUE TO A MANUFACTURING ERROR, THE LUG-NUT HOLES WERE NOT MACHINED TO THE APPROPRIATE SPECIFICATION WHICH WILL REDUCE THREAD ENGAGEMENT. THESE WHEELS MAY NOT MAINTAIN THE APPROPRIATE TORQUE SPECIFICATION REQUIRED SECURING THE WHEEL TO THE VEHICLE.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"ALL SIX VEHICLE OWNERS HAVE BEEN CONTACTED BY TELEPHONE AND INSTRUCTED TO RETURN THEIR VEHICLES TO THEIR DEALER FOR REPLACEMENT OF THE TRD ACCESSORY 20"" ALLOY WHEELS WITH CORRECTED ONES FREE OF CHARGE. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -12/22/2005,05V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V570000),PACCAR Incorporated,VARIABLE VALVE ACTUATION OIL LINE/OIL LEAK,ENGINE AND ENGINE COOLING,05KW7 & 1205E,Vehicle,30995,"ON CERTAIN TRACTORS EQUIPPED WITH CATERPILLAR DIESEL ENGINES, THE VARIABLE VALVE ACTUATION OIL LINE MAY WEAR AGAINST THE SHARP EDGE OF THE CYLINDER HEAD IF NOT POSITIONED CORRECTLY.",THE OIL LINE MAY BE CUT ON THE CYLINDER HEAD CAUSING AN OIL LEAK AND A POSSIBLE FIRE.,"CATERPILLAR, IN CONJUNCTION WITH PACCAR, WILL BE CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN FREE OF CHARGE. OWNERS MAY CALL CATERPILLAR AT 309-675-6496, KENWORTH AT 425-828-5440, OR PETERBILT AT 940-591-4201." -12/21/2005,05E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E082000),"Big Dog Motorcycles, LLC",AFTERMARKET PILLION PADS (SEATS),EQUIPMENT,NR (Not Reported),Equipment,84,"CERTAIN AFTERMARKET PILLION PADS, BIG DOG MOTORCYCLES P/N BDM230-00195, BDM230-00194, AND BDM230-00081, WHEN USED ON ANY PRIMER-FINISHED BIG DOG MOTORCYCLES. THE SUBJECT PILLION PAD MAY BE INCOMPATIBLE WITH THE PRIMER PAINT FINISH. THE SUCTION MOUNTS OF THESE PILLION PADS MAY NOT ADEQUATELY ADHERE TO THIS PAINT FINISH.","THIS CONDITION COULD LEAD TO SLIPPAGE OR INABILITY FOR A PASSENGER TO MAINTAIN A STABLE SEATING POSITION, WHICH COULD RESULT IN A FALL FROM THE MOTORCYCLE AND POSSIBLE INJURY.","BIG DOG WILL NOTIFY OWNERS OF THE PRIMER FINISHED MOTORCYCLES OF THIS INCOMPATIBILITY AND OFFER A REFUND OR OWNERS CAN EXCHANGE THE PILLION PAD FOR A TWO-UP SEAT THAT IS DESIGNED FOR TWO PERSON USE. WARNING LABELS WILL BE PROVIDED TO THE KNOWN OWNERS OF THE MOTORCYCLES WITH THE PRIMER FINISHED PAINT TO BE PLACED ON THE REAR FENDER OF THE BIKE AND WARNING LABELS WILL ALSO BE PROVIDED TO DEALERS TO BE APPLIED TO THEIR EXISTING INVENTORY OF PILLION PADS AND ANY PRIMER FINISHED MOTORCYCLES IN INVENTORY. THE RECALL BEGAN ON JANUARY 23, 2006. OWNERS MAY CONTACT BIG DOG MOTORCYCLE'S PARTS & ACCESSORIES AT 316-267-9121." -12/21/2005,05V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V569000),"Navistar, Inc.",AIR BRAKE SIZE AND CONFIGURATION/FMVSS 121,"SERVICE BRAKES, AIR",05525,Vehicle,2,"CERTAIN TRUCKS BUILT WITH A 8X6 WHEEL CONFIGURATION (TRIDEMS) FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' THE AS-BUILT AIR BRAKE COMPONENT SIZE AND CONFIGURATION ARE INADEQUATE FOR THE EXTENDED WHEELBASES CAUSING THE MID-REAR AND REAR-REAR AXLE BRAKE APPLY TIMING TO BE NONCOMPLIANT WITH THE STANDARD.","THE LONGER BRAKE APPLY TIME MAY RESULT IN EXTENDED STOPPING DISTANCES, WHICH COULD RESULT IN A CRASH.","DEALERS WILL CHANGE THE AIR HOSING (TO 3/4"" DIAMETER) FROM THE AIR TANK; AIR HOSING (TO 3/4"") FROM THE ABS-MODULATOR VALVES TO SERVICE BRAKE QUICK RELEASE VALVES; AND THE SERVICE BRAKE QUICK RELEASE VALVES WILL BE UPGRADED WITH LARGER PORTS TO ACCOMMODATE HIGH AIR FLOW FREE OF CHARGE. THE RECALL BEGAN ON MARCH 10, 2006. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -12/21/2005,05V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V567000),"Navistar, Inc.",ENGINE ELECTRICAL GROUND CABLE/CATERPILLAR,ENGINE AND ENGINE COOLING,05523,Vehicle,6848,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR DIESEL ENGINES, THE ENGINE ELECTRICAL GROUND CABLE THAT CONNECTS THE ENGINE BLOCK WITH THE STARTER MAY BE ROUTED IN A WAY THAT COULD CAUSE CHAFING AGAINST THE STARTER'S POSITIVE BATTERY CABLES.","IF CHAFING OCCURS BETWEEN THE POSITIVE AND NEGATIVE CABLES, AN ELECTRICAL SHORT MAY RESULT AND MAY CAUSE A VEHICLE FIRE, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT THE ENGINE GROUND CABLES FOR PROPER ROUTING. IF ANY CHAFING IS FOUND, THE ENGINE BLOCK GROUND CABLE WILL BE REPLACED WITH A SHORTER (280MM) CABLE AND ANY OTHER DAMAGED CABLES WILL BE REPLACED AND ROUTED CORRECTLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 21, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -12/21/2005,05V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V566000),"Suzuki Motor USA, LLC",IGNITION SWITCH INSPECTION/REPLACEMENT,ELECTRICAL SYSTEM,2085,Vehicle,23839,"ON CERTAIN MOTORCYCLES, THE IGNITION SWITCH WIRING HARNESS MAY HAVE BEEN IMPROPERLY ROUTED AT THE TIME OF PRODUCTION. IF THE WIRING HARNESS IS NOT ROUTED PROPERLY, IT CAN RUB AGAINST THE CLUTCH CABLE/THROTTLE CABLE.",CONTINUED RUBBING MAY EVENTUALLY LEAD TO A SHORT CIRCUIT WHICH MAY CAUSE THE ENGINE TO STALL OR THE LIGHTS TO GO OUT. THIS WILL INCREASE THE CHANCE OF A CRASH RESULTING IN SERIOUS INJURY OR DEATH.,"DEALERS WILL RE-ROUTE THE IGNITION SWITCH WIRING HARNESS AND REPLACE THE LOCK SET INCLUDING THE IGNITION SWITCH ALONG WITH THE CLUTCH CABLE/THROTTLE CABLE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 6, 2006. OWNERS MAY CONTACT SUZUKI AT 714-572-1490." -12/20/2005,05V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V560000),"Mercedes-Benz USA, LLC",AIR BAG MODULE/FMVSS 208,AIR BAGS,2006020005,Vehicle,61000,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH SPORT MODEL STEERING WHEELS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" IN CERTAIN LOW RISK AIR BAG DEPLOYMENT TESTS CONDUCTED BY NHTSA, USING AN OUT-OF-POSITION UNBELTED 5TH PERCENTILE FEMALE CRASH TEST DUMMY, IRREGULARITIES WERE DEMONSTRATED INDICATING THAT OCCUPANTS MAY NOT BE PROPERLY PROTECTED IN A CRASH.","IN THE EVENT OF A CRASH, AN OCCUPANT MAY NOT BE PROPERLY RESTRAINED WHICH COULD RESULT IN INJURIES.","DEALERS WILL INSTALL A NEW AIR BAG INFLATOR MODULE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 15, 2006. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/20/2005,05E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E081000),"SABRY LEE, INC.",FMVSS 108/LED TAIL LIGHT/POSSIBLE ELECTRICAL FIRE,EXTERIOR LIGHTING,NR (Not Reported),Equipment,10,"CERTAIN EAGLE EYES TAIL LIGHTS SOLD AS AFTERMARKET FOR USE ON 1998-2004 BMW E46 MODEL VEHICLES. THE SUBJECT LIGHTS WERE NOT MANUFACTURED TO A PROPER TOLERANCE TO FIT AN AUTOMATIC SYSTEM WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THIS CONDITION COULD RESULT IN AN ELECTRICAL FIRE.,"EAGLE EYES HAS NOTIFIED ITS DISTRIBUTORS AND HAS RETRIEVED 6 OF THE 10 NONCOMPLIANT LIGHTS. THE RECALL BEGAN ON DECEMBER 9, 2005. CUSTOMERS MAY CONTACT SABRY LEE AT 866-467-2279 FOR A FULL REFUND." -12/20/2005,05V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V561000),IC CORPORATION,HANDRAIL DESIGN/DOOR CONTROL BRACKET,STRUCTURE,05524,Vehicle,1918,"CERTAIN 2005-2007 CE AND MY 2007 BE SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN FEBRUARY 10, 2004, AND DECEMBER 15, 2005. PASSENGER COAT STRINGS OR CARRY ON ITEMS CAN GET CAUGHT BETWEEN THE DOOR CONTROL BRACKET AND THE DOOR CONTROL ARM AS THE PASSENGER EXITS THE BUS.","IF THE DRIVER IS UNAWARE OF THE SITUATION, THE ENTRANCE DOOR MAY BE CLOSED, CAPTURING THE ITEM IN THE DOOR. DEATH OR INJURY COULD OCCUR TO THE PERSON EXITING THE BUS.","IC WILL NOTIFY ITS OWNERS AND REPAIR ALL THE BUSES FREE OF CHARGE. THE RECALL BEGAN MARCH 2, 2006. CUSTOMERS MAY CONTACT INTERNATIONAL AT 800-448-7825." -12/20/2005,05V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V562000),Honda (American Honda Motor Co.),HEADLIGHT SWITCH,EXTERIOR LIGHTING,Q07,Vehicle,6786,"ON CERTAIN MOTORCYCLES, A DAMAGED CONNECTOR IN THE HANDLEBAR MOUNTED HEADLIGHT SWITCH MAY CAUSE THE HEADLIGHT TO FLICKER AND EVENTUALLY FAIL.","IF RIDING AT NIGHT, THE SUDDEN LOSS OF HEADLIGHTS COULD RESULT IN A CRASH.","DEALERS WILL INSTALL NEW LEFT AND RIGHT HANDLE SWITCH ASSEMBLIES WITH UNDAMAGED CONNECTORS FREE OF CHARGE. AN INTERIM LETTER TO OWNERS WAS MAILED ON DECEMBER 13, 2005. THE RECALL BEGAN ON DECEMBER 15, 2005. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -12/20/2005,05V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V563000),Triple E Recreational Vehicles,MISSING SEATING LABELS/FMVSS 207,EQUIPMENT,CA#5900-05,Vehicle,14,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" VEHICLE SEATS THAT DO NOT HAVE A SEAT BELT MUST HAVE A DECAL ON THE SEATING LOCATION THAT STATES: ""THIS SEAT NOT FOR OCCUPANCY WHILE VEHICLE IS IN MOTION."" THESE LABELS ARE MISSING.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IF USING SEATS WHICH DO NOT HAVE SEAT BELTS, INCREASING THE RISK OF PERSONAL INJURY.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. AT THE CUSTOMER'S OPTION, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON DECEMBER 13, 2005. OWNERS MAY CONTACT TRIPLE E RV AT 204-325-4361." -12/19/2005,05V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V565000),Toyota Motor Engineering & Manufacturing,ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,5LC,Vehicle,3567,"ON CERTAIN PASSENGER VEHICLES, THERE IS A POSSIBILITY THAT THE ACCELERATOR PEDAL MAY TEMPORARILY BECOME STUCK IN THE PARTIALLY DEPRESSED POSITION DUE TO INADEQUATE CLEARANCE BETWEEN THE ACCELERATOR PEDAL LINKAGE AND A PLASTIC PAD EMBEDDED INTO THE VEHICLE'S CARPET.","THIS CONDITION MAY INTERFERE WITH THE ACCELERATOR PEDAL RETURNING TO THE IDLE POSITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE CLEARANCE OF THE ACCELERATION PEDAL AND CARPET, REPLACE THE PEDAL ASSEMBLY WITH A REVISED ASSEMBLY, AND MODIFY THE CARPET FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 27, 2005. OWNERS MAY CONTACT LEXUS AT 1-800-255-3987." -12/19/2005,05V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V568000),MONACO COACH CORPORATION,DRIVELINE STRAPS,POWER TRAIN,R05020,Vehicle,30,"ON CERTAIN CLASS A MOTOR HOMES BUILT WITH CUMMINS ISX 600 HP ENGINES, THE STRAPS THAT HOLD THE U-JOINTS ONTO THE REAR END AND THE TRANSMISSION CAN LOOSEN. THE LOCK WASHER ON THE STRAPS CAN SPREAD OUT AND ALLOW THE MOUNTING BOLTS TO WORK LOOSE. THIS CAN ALLOW THE DRIVELINE TO SEPARATE FROM THE TRANSMISSION AND FALL OFF THE MOTOR HOME.","LOSS OF CONTROL OF THE VEHICLE MAY OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE U-JOINT STRAPS, BOLTS, AND LOCK WASHERS WITH NEW STRAPS, AND BOLTS WITH LOCKTITE FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 28, 2005. OWNERS MAY CONTACT MONACO AT 800-685-6545." -12/19/2005,05V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V558000),"General Motors, LLC",SEAT BELT BUCKLES,SEAT BELTS,05113,Vehicle,425593,"ON CERTAIN FULL-SIZE PASSENGER, CARGO, OR CUTAWAY VANS, THE FRONT AND REAR SEAT BELT BUCKLES WILL NOT LATCH OR WILL NOT UNLATCH.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE BUCKLES AND, IF FOUND TO BE INOPERATIVE, THE ENTIRE BUCKLE ASSEMBLY WOULD BE REPLACED. FOR BUCKLES FOUND TO BE OPERATIVE, DEALER WILL REPLACE ONLY THE UPPER BUCKLE COVER. THE RECALL WILL BE CONDUCTED IN PHASES. THE FIRST PHASE MAILING BEGAN DURING MARCH 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -12/16/2005,05E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E080000),Thermo King Corp.,AUXILIARY POWER UNITS/POSSIBLE FIRE,EQUIPMENT,NR (Not Reported),Equipment,8000,ALL TRIPAC AUXILIARY POWER UNITS (TRIPAC APU) TRIPAC TIER 1 (SERIAL NUMBER RANGE 023D00A001 TO 065D02A022) AND TRIPAC TIER 2 (SERIAL NUMBER RANGE 0453TC0001 TO 1153TC5116) INSTALLED AS AFTERMARKET EQUIPMENT FOR USE ON HEAVY TRUCKS TO REDUCE UNNECESSARY TRUCK IDLE AND CONSERVE DIESEL FUEL. THE APU'S CIRCUIT PROTECTION IS NOT ADEQUATE TO PROTECT AGAINST ELECTRICAL FAULTS IN THE APU.,INADEQUATE CIRCUIT PROTECTION COULD RESULT IN THE APU OVERHEATING AND CAUSING A FIRE.,"DEALERS WILL RETROFIT THE APU WITH A NEW FUSE KIT FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 20, 2005. OWNERS MAY CONTACT THERMO KING AT 952-887-2396." -12/16/2005,05V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V556000),"Jayco, Inc.",HITCH RECEIVER MISSING REINFORCEMENT PLATE,TRAILER HITCHES,NR (Not Reported),Vehicle,1878,"ON CERTAIN MOTOR HOMES, THE HITCH RECEIVER MAY HAVE MISSING REINFORCING PLATES. WHEN A LOAD IS APPLIED TO THE HITCH, IT MAY BECOME PARTIALLY DETACHED FROM THE FRAME IF THESE PLATES ARE MISSING.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN A CRASH, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT AND REPLACE THE REINFORCING PLATES WITH NEW HARDWARE. THE RECALL BEGAN ON JANUARY 10, 2006. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -12/13/2005,05V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V559000),QUALITY COACHES INC.,CENTER HIGH MOUNTED STOP LAMP/FMVSS 108,EXTERIOR LIGHTING,VCCBLCHV,Vehicle,2,"CERTAIN CONVERSION VANS BUILT ON GMC/CHEVROLET CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE HOUSING LENS OF THE CENTER HIGH MOUNTED STOP LAMP DOES NOT ALLOW ENOUGH LIGHT TO EMIT FROM THE LAMP.",FOLLOWING VEHICLES MAY NOT BE FULLY INFORMED OF VEHICLE BRAKING. REAR-END CRASHES AND INJURY TO OCCUPANTS MAY OCCUR.,QUALITY COACHES IS WORKING WITH AUDIOVOX TO REPLACE THE CENTER HIGH-MOUNTED BRAKE LAMP ASSEMBLY. OWNERS MAY CONTACT QUALITY COACHES AT 1-800-373-6357 OR ASA AT 1-800-274-1886. -12/13/2005,05V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V555000),"Nissan North America, Inc.",FUEL FILLER HOSE CRACKING,"FUEL SYSTEM, GASOLINE",R0505 & R0508,Vehicle,192659,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, THE FUEL FILLER HOSE MAY CRACK AND RESULT IN FUEL LEAKAGE FROM THE HOSE WHILE REFUELING.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL FILLER HOSE. RECALL BEGAN ON FEBRUARY 27, 2006, FOR NISSAN OWNERS, AND ON MARCH 13, 2006, FOR INFINITI OWNERS. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -12/13/2005,05V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V564000),Wabash National Corporation,WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS FREE OF CHARGE. OWNERS MAY CONTACT WEBB WHEEL AT 1-800-633-3256 OR WABASH AT 765-771-5563. -12/12/2005,05V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V557000),Kia Motors America,FMVSS 225/CHILD SEAT ANCHORASGE SYSTEM,CHILD SEAT,SC057,Vehicle,90865,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, 'CHILD RESTRAINT ANCHORAGE SYSTEMS.' CERTAIN CHILD RESTRAINT ANCHORS WILL NOT FULLY LATCH ONTO THE LOWER LATCH ANCHORS LOCATED BETWEEN THE REAR SEAT BACK AND REAR SEAT CUSHION BECAUSE OF INTERFERENCE BETWEEN THE CHILD SEAT ANCHORS AND A METAL WIRE LOCATED IN THE FRAME OF THE REAR SEAT BACK. UNTIL THE RECALL REPAIR IS COMPLETED, FOLLOW THE INSTRUCTIONS PROVIDED BY YOUR CHILD SEATS MANUFACTURER ON HOW TO PROPERLY INSTALL THE CHILD SEAT WITH YOUR VEHICLE'S REAR SAFETY BELTS RATHER THAN USING THE LATCH SYSTEM.","IN THE EVENT OF A VEHICLE CRASH, IF THE CHILD SEAT IS NOT PROPERLY INSTALLED, PERSONAL INJURY OR DEATH COULD OCCUR.","DEALERS WILL REPLACE THE LOWER ANCHORS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 30, 2006. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -12/12/2005,05E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E078000),"Caterpillar, Inc.",OIL LEAK/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,55794,"CERTAIN 2004 AND 2005 C15 DIESEL ENGINES MANUFACTURED BY CATERPILLAR BETWEEN OCTOBER 2003 AND APRIL 2005. THE VARIABLE VALVE ACTUATION OIL LINE (VVA LINE) USED ON 6 CYLINDER, 15L TURBOCHARGED AND AIR-TO-AIR AFTERCOOLED DIESEL ENGINES OF 435-550 HORSEPOWER MAY WEAR AGAINST THE SHARP EDGE OF THE CYLINDER HEAD IF NOT ORIENTED CORRECTLY.",OIL LINE WEAR MAY CAUSE AN OIL LEAK AND A POTENTIAL FIRE HAZARD.,"OWNERS OR DEALERS WILL INSPECT THE VVA LINE FOR WEAR. IF VVA LINE WEAR IS NOTED, DEALERS WILL REPLACE THE LINE. A CLIP WILL BE ADDED TO PREVENT FUTURE LINE WEAR. THE RECALL BEGAN ON APRIL 17, 2006." -12/08/2005,05V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V554000),"Chrysler (FCA US, LLC)",REPROGRAM ABS CONTROL MODULE,"SERVICE BRAKES, HYDRAULIC",E20,Vehicle,16317,"ON CERTAIN SPORT UTILITY VEHICLES WITH ANTI-LOCK BRAKE SYSTEM (ABS), THE ABS CONTROL MODULE SOFTWARE PROGRAM MAY CAUSE THE REAR BRAKES TO LOCK UP DURING CERTAIN BRAKING CONDITIONS.",THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL AND A CRASH COULD OCCUR WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE ABS CONTROL MODULE. THE RECALL IS EXPECTED TO BEGIN ON DECEMBER 12, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/07/2005,05V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V552000),"General Motors, LLC",TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,05109,Vehicle,32068,"CERTAIN TRUCKS AND SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES WERE SHIPPED WITH TIRE AND LOADING INFORMATION LABELS LISTING AN INACCCURATE VEHICLE CAPACITY WEIGHT.","A MISPRINTED LABEL COULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON MARCH 31, 2006. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, HUMMER AT 1-800-732-5493, PONTIAC AT 1-800-620-7668, SATURN AT 1-800-972-8876, OR ISUZU AT 1-800-255-6727." -12/06/2005,05V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V551000),FREIGHTLINER LLC,FRONT AXLE I-BEAM,POWER TRAIN,FL-467,Vehicle,500,"ON CERTAIN TRUCKS AND MOTOR HOME CHASSIS, THE TOP FLANGE OF THE FRONT AXLE I-BEAM MAY FATIGUE AND FRACTURE.",DRIVER MAY EXPERIENCE LOSS CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT AND REPLACE THE FRONT AXLE ASSEMBLY. THE RECALL BEGAN ON MARCH 15, 2006, FOR PHASE I. PHASE 2 WILL BEGIN DURING AUGUST 2006. THIS RECALL IS BEING CONDUCTED IN TWO PHASES. PHASE I WILL REPLACE THE COMPLETE AXLE ASSEMBLY; AND PHASE II WILL REPLACE THE AXLE BEAM AND STEERING KNUCKLES. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/06/2005,05V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V553000),"COAST MACHINERY, INC.",REAR IDENTIFICATION LAMPS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,167,"CERTAIN TILT DECK TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE TRAILERS WERE NOT MANUFACTURED WITH THE RETRO REFLECTIVE SHEETING ON THE SIDE RAILS OF THE TRAILER.","DURING NIGHT DRIVING CONDITIONS OR WHILE THE VEHICLE IS PARKED, THE REAR AND REAR-SIDE MARKER LIGHTS WILL NOT PROVIDE ANY REFLEX REFLECTION TO MARK THE VEHICLE'S LOCATION IN THE DARK INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH REPAIR PARTS AND INSTALLATION INSTRUCTIONS. COAST MACHINERY WILL ALSO PROVIDE REIMBURSEMENT FOR THE LABOR INVOLVED TO INSTALL THE LIGHT BAR. THE RECALL BEGAN ON MARCH 6, 2006. OWNERS MAY CONTACT COAST MACHINERY AT 1-225-753-1323." -12/06/2005,05V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V550000),FREIGHTLINER LLC,WIPER MOTOR GREASE,VISIBILITY,FL-466,Vehicle,1819,"ON CERTAIN TRUCKS EQUIPPED WITH VISTEON WINDSHIELD WIPERS, THE MOTOR MAY HAVE BEEN PRODUCED WITHOUT GREASE APPLIED TO THE OUTPUT SHAFT GEAR.","AFTER A PERIOD OF CONTINUOUS USE ON THE HIGH SPEED SETTING, LACK OF GREASE ON THE OUTPUT SHAFT GEAR MAY CAUSE THE GEAR TEETH TO DISTORT OR FRACTURE DURING OPERATION RESULTING IN THE LOSS OF WIPER FUNCTION. INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE A CRASH DUE TO IMPAIRED VISIBILITY.","DEALERS WILL INSPECT THE WIPER MOTOR FOR THE PRESENCE OF GREASE AND GREASE THE WIPER MOTOR GEARS IF NECESSARY. THE RECALL BEGAN ON FEBRUARY 13, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/05/2005,05E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E079000),AMERICAN RACING EQUIPMENT,"AFTERMARKET 22"" ALUMINUM WHEEL SEPARATION",WHEELS,NR (Not Reported),Equipment,110,"CERTAIN AMERICAN RACING EQUIPMENT (ARE) WOLVERINE 22"" ALUMINUM WHEELS P/N 64522982PT AND 64522970PT, SOLD BETWEEN JUNE 9 AND DECEMBER 2, 2005. THE DECORATIVE CAP FLANGE CAN PROTRUDE INTO THE SEATING AREA OF THE WHEEL. AN INTERFERENCE CONDITION OF THIS TYPE CAN POTENTIALLY LEAD TO WHEEL DISENGAGEMENT.",A VEHICLE CRASH COULD OCCUR SHOULD THE WHEEL SEPARATE WHILE THE VEHICLE IS IN USE.,"ARE WILL NOTIFY OWNERS AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON DECEMBER 5, 2005. OWNER MAY CONTACT ARE AT 1-800-959-1969." -12/01/2005,05V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V548000),"Suzuki Motor USA, LLC",RETAINER REAR DRIVE SHAFT,POWER TRAIN,HT,Vehicle,95,"ON CERTAIN PASSENGER VEHICLES, THE LEFT SIDE OF THE RETAINER REAR DRIVE SHAFT MAY CRACK AND THE GEARS MAY GET STUCK DUE TO OIL LEAKAGE BY THE RETAINER.",THIS CAN LEAD TO THE REAR DIFFERENTIAL GEARS LOCKING UP AND THE VEHICLE MAY BECOME DISABLED INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE LEFT SIDE OF THE RETAINER REAR DRIVE SHAFT. SUZUKI WILL CALL OWNERS ON OR ABOUT DECEMBER 15, 2005. FOLLOWUP LETTERS TO OWNERS WERE MAILED ON FEBRUARY 13, 2006. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -11/30/2005,05V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V540000),"Volkswagen Group of America, Inc.",TIE ROD SECURING NUTS,STEERING,M5,Vehicle,15,"ON CERTAIN PASSENGER VEHICLES, THE LEFT AND RIGHT TIE ROD SECURING NUT MAY BE INSUFFICIENTLY TORQUED.","AN INSUFFICIENTLY TIGHTENED TIE ROD NUT MAY LOOSEN, RESULTING IN SEPARATION OF A TIE ROD. THIS CAN CAUSE A LOSS OF STEERING CONTROL, WHICH COULD CAUSE A CRASH.","DEALERS WILL INSPECT AND INSTALL NEW LEFT AND RIGHT TIE ROD SECURING NUTS AT THE PROPER TORQUED SPECIFICATION. THE RECALL BEGAN ON DECEMBER 7, 2005. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-893-5298." -11/30/2005,05V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V542000),Hyundai Translead,TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,188,"ON CERTAIN VAN TRAILERS EQUIPPED WITH TUTHILL TRAILER SUSPENSIONS, MODELS 20/22 AND RS3162, THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.","IF THIS WARNING IS IGNORED, A CRASH COULD RESULT.",HYUNDAI TRANSLEAD IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR HYUNDAI AT 1-619-574-1500. -11/30/2005,05V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V544000),Wabash National Corporation,TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,105,"ON CERTAIN DRY VAN AND REEFER TRAILERS EQUIPPED WITH TUTHILL TRAILER SUSPENSIONS, MODELS 20/22, THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.",A VEHICLE CRASH CAN OCCUR SHOULD THE TRAILER WANDER WITHOUT NOTICE.,WABASH IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR WABASH AT 1-765-771-5300. -11/30/2005,05V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V545000),WELD-IT COMPANY,TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,89,"ON CERTAIN FULL TRAILERS (TANKERS) EQUIPPED WITH TUTHILL TRAILER SUSPENSIONS, MODELS 20/22AR. THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.",A VEHICLE CRASH CAN OCCUR SHOULD THE TRAILER WANDER WITHOUT NOTICE.,WELD-IT IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR WELD-IT AT 1-323-262-2000. -11/29/2005,05V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V543000),PACCAR Incorporated,ESP/STEERING COLUMN SHAFT ALIGNMENT,STEERING,05KW6 & 1105D,Vehicle,241,"ON CERTAIN TRUCKS EQUIPPED WITH THE BENDIX ELECTRONIC STABILITY CONTROL (ESP) SYSTEM, THE SYSTEM USES MULTIPLE SENSORS AND AN ELECTRONIC CONTROL UNIT (ECU) TO CONTROL VEHICLE UNDER STEER, OVER-STEER, AND ROLLOVER SITUATIONS. THE SYSTEM RELIES ON VEHICLE SENSORS TO BE FUNCTIONING AND ALIGNED PROPERLY. THE STEERING ANGLE SENSOR HAS THE POTENTIAL TO BE MISALIGNED WITH THE STEERING COLUMN SHAFT, THEREBY PROVIDING INCORRECT INFORMATION TO THE BENDIX ECU.","THIS CONDITION COULD AFFECT VEHICLE THROTTLE CONTROL AND BRAKING, THEREBY LEADING TO LOSS OF VEHICLE STEERING CONTROL WHICH COULD CAUSE A CRASH WITHOUT WARNING.","BECAUSE OF THE IMMEDIATE AND SUBSTANTIAL RISK, KENWORTH AND PETERBILT DEALERS WILL FIRST DEACTIVATE THE YAW CONTROL FEATURE OF THE BENDIX ESP SYSTEM PREVENTING INADVERTENT ESP ACTIVATION. WHEN PARTS ARE AVAILABLE, THE STEERING COLUMN WILL BE REPLACED TO INSURE PROPER ALIGNMENT OF THE STEERING SHAFT SENSOR AND THE FULL ESP SYSTEM WILL BE REACTIVATED. THE RECALL BEGAN ON DECEMBER 7, 2005. PARTS TO COMPLETE THE REMEDY ARE ESTIMATED TO BE AVAILABLE IN EARLY 2006. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4201." -11/29/2005,05V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V546000),"Bentley Motors, Ltd.",FRONT SUSPENSION LOWER BALL JOINT NUT,SUSPENSION,RE05/04,Vehicle,80,"ON CERTAIN PASSENGER VEHICLES, DUE TO THE USE OF A NON SELF-LOCKING NUT, THE FRONT SUSPENSION LOWER BALL JOINT CAN BECOME DISCONNECTED.","THIS CONDITION COULD LEAD TO LOSS OF DIRECTIONAL CONTROL OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE BOTH FRONT SUSPENSION LOWER BALL JOINT SECURING NUTS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 9, 2005. OWNERS MAY CONTACT BENTLEY AT 1-800-777-6923." -11/29/2005,05V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V547000),"Forest River, Inc.",LP GAS MANIFOLD/CRUSHED/FIRE,EQUIPMENT,NR (Not Reported),Vehicle,199,"ON CERTAIN CLASS B MOTOR HOMES, IF THE AXLE BOTTOMS OUT AGAINST THE RUBBER SUSPENSION SNUBBERS, IT IS POSSIBLE THAT THE ""U"" BOLTS THAT HOLD THE SPRINGS TO THE REAR AXLE CAN PENETRATE THE STEEL TUBE AND COME INTO CONTACT WITH THE STEEL LIQUID PROPANE (LP) MANIFOLD.","THE TUBE MAY BE CRUSHED CAUSING A CRACK IN THE TUBE, AND LP GAS MAY LEAK CAUSING A FIRE.",DEALERS WILL REPLACE THE MANIFOLD AND INSTALL IT INSIDE THE CHASSIS RAIL AWAY FROM THE SUSPENSION SYSTEM ENTIRELY. DEALERS AND OWNERS HAVE BEEN NOTIFIED NOT TO USE THE LP SYSTEMS IN THEIR VEHICLES UNTIL THE REPAIRS CAN BE MADE. OWNERS MAY CONTACT FOREST RIVER AT 1-574-389-4600. -11/28/2005,05V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V536000),Honda (American Honda Motor Co.),TIRES,TIRES,Q04,Vehicle,1606,"ON CERTAIN PASSENGER VEHICLES, THE TIRES COULD HAVE BEEN DAMAGED WHEN THE TIRES WERE MOUNTED ON THE WHEELS. IN CERTAIN CIRCUMSTANCES, THE BEAD AREA OF THE TIRE MAY HAVE BEEN DAMAGED.","IF THE BEAD SEALING AREA IS DAMAGED, LOSS OF AIR COULD OCCUR WHILE DRIVING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE ALL FOUR TIRES AND INSPECT THEM FOR BEAD AREA DAMAGE. IF THERE IS DAMAGE, A NEW TIRE WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 2, 2005. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -11/23/2005,05E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E076000),"ACCESSORIES MARKETING, INC.",TIRE PRESSURE INDICATOR VALVE CAP/AIR LOSS,EQUIPMENT,NR (Not Reported),Equipment,42204,"CERTAIN SLIME (ACCESSORIES MARKETING, INC.) TIRE PRESSURE INDICATOR VALVE CAPS (PIVC), P/NOS. 1013-A AND 1015-A, MANUFACTURED BETWEEN JANUARY 2004 AND AUGUST 2005 SOLD AS AFTERMARKET EQUIPMENT THROUGH AUTOZONE. THE DEFECTIVE PIVCS CAN ALLOW AIR TO ESCAPE FROM THE TIRE, RESULTING IN A LOSS OF TIRE PRESSURE.","SHOULD THIS OCCUR WHILE THE VEHICLE IS IN USE, THE DRIVER COULD LOSE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUSTOMERS SHOULD RETURN THE DEFECTIVE PIVCS TO AUTOZONE OR CONTACT SLIME AT 1-888-45-SLIME (888-457-5463) FOR A FULL REFUND. -11/22/2005,05V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V537000),Harley-Davidson Motor Company,FALSE NEUTRAL TRANSMISSION,POWER TRAIN,0124,Vehicle,10498,"ON CERTAIN MOTORCYCLES, THE TRANSMISSION MAY GO INTO A FALSE NEUTRAL POSITION EVEN THOUGH THE NEUTRAL INDICATOR LIGHT IS ILLUMINATED.",THE MOTORCYCLE COULD DROP INTO GEAR UNEXPECTEDLY AND CREATE THE RISK OF A CRASH AND INJURIES.,"DEALERS WILL REPLACE THE SHIFTER CAM (DRUM), THE DETENT ARM, AND THE NEUTRAL SWITCH WITH NEWLY DESIGNED COMPONENTS. THE RECALL BEGAN ON DECEMBER 12, 2005. OWNER MAY CONTACT RLEY DAVIDSON AT 1-414-343-4056." -11/22/2005,05V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V541000),FREIGHTLINER LLC,LOWER STEERING SHAFT,STEERING,FL-464,Vehicle,198,"ON CERTAIN TRUCKS EQUIPPED WITH FONTAINE MODIFICATION RIGHT HAND STEERING CONTROL AND EQUIPPED WITH SIT DOWN DUAL DRIVE CONVERSIONS, THE PINCH BOLT THAT SECURES THE LOWER STEERING SHAFT CONNECTION TO THE LH MITER BOX MAY HAVE BEEN IMPROPERLY TORQUED CAUSING THE BOLTS TO FALL OUT.",THIS MAY CAUSE A LOSS OF STEERING CONTROL AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT AND REPLACE THE LOWER STEERING SHAFT PINCH BOLT AT THE CONNECTION AND BOLTS ON THE STEERING CROSS SHAFT WILL BE REPLACED. THE RECALL BEGAN ON FEBRUARY 17, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -11/22/2005,05V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V539000),Toyota Motor Engineering & Manufacturing,TIRE INFORMATION LABEL/FMVSS 110 (CAMRY),EQUIPMENT,50T,Vehicle,4503,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"" THE VEHICLES' TIRE AND LOADING INFORMATION LABEL OR PLACARD ON THE DRIVER'S SIDE B-PILLAR INCORRECTLY INDICATES THE SPARE TIRE SIZE.","A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL BEGAN ON DECEMBER 28, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -11/21/2005,05T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T022000),"Continental Tire the Americas, LLC",FMVSS 119/PREMATURE TIRE WEAR,TIRES,NR (Not Reported),Tire,34396,"CERTAIN CONTINENTAL CONTITRAC TR OWL, CONTITRAC TR BSW, GENERAL GRABBER TR BSW, AND CONTITRAC BSW TIRES MANUFACTURED BETWEEN MAY 29 AND JUNE 11, 2005, AND SOLD AS ORIGINAL EQUIPMENT ON CERTAIN FORD TRUCKS AND SOLD AS REPLACEMENT TIRES. THESE TIRES CAN WEAR PREMATURELY WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.",AFFECTED TIRES MAY NOT MEET THE ENDURANCE TEST REQUIREMENTS OF THE STANDARD. CONTINUED USE OF THE AFFECTED TIRES CAN RESULT IN TIRE FAILURE WHICH COULD LEAD TO VEHICLE DAMAGE OR MOTOR VEHICLE CRASH.,"CONTINENTAL WILL NOTIFY OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 7, 2005. OWNERS MAY CONTACT CONTINENTAL AT 704-588-5895." -11/21/2005,05V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V535000),Blue Bird Body Company,FMVSS 404/403 - WHEELCHAIR LIFT,EQUIPMENT,R05KF,Vehicle,9,"CERTAIN 2006 MY BLUE BIRD MICROBIRD SCHOOL BUSES EQUIPPED WITH A WHEELCHAIR LIFT MANUFACTURED FROM JULY 1 AND NOVEMBER 14, 2005. THE SHIFT INTERLOCK SYSTEM WAS NOT INSTALLED DURING PRODUCTION WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 403, ""PLATFORM LIFT SYSTEMS FOR MOTOR VEHICLES, AND 404, ""PLATFORM LIFT INSTALLATIONS IN MOTOR VEHICLES.""",THE TRANSMISSION SHIFT SELECTOR MAY BE MOVED INTO A DRIVE GEAR ALLOWING THE VEHICLE TO MOVE AND THEREBY ENDANGERING WHEELCHAIR OCCUPANTS ON THE LIFT AND PERSONS OUTSIDE THE BUS IN THE VICINITY OF THE WHEELCHAIR LIFT.,"BLUE BIRD WILL NOTIFY OWNERS AND REPAIR THE BUSES BY INSTALLING THE REQUIRED SHIFT INTERLOCK SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 29, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -11/21/2005,05V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V534000),"Cottrell, Inc.",ROOF BRACKETS,STRUCTURE,NR (Not Reported),Vehicle,38,"ON CERTAIN CAR HAUL TRAILERS EQUIPPED WITH ROOFS THAT RAISE AND LOWER, THE ROOF IS ATTACHED TO A RAISING/LOWERING MECHANISM BY BRACKETS THAT ARE FASTENED TO THE ROOF. THESE BRACKETS MAY EXPERIENCE HIGH STRESS DURING THE PROCESS OF SEATING THE ROOF IN THE DOWN POSITION, AND THAT THE FASTENERS USED TO SECURE THE ROOF TO THE BRACKETS MAY NOT BE ABLE TO WITHSTAND THOSE STRESSES.",THE ROOF MIGHT SEPARATE FROM THE TRAILER AND A CRASH COULD OCCUR OR PROPERTY DAMAGE.,COTTRELL WILL INSPECT AND REPAIR ALL FOUR CORNERS OF THE HEAD-RAMP AND THE TRAILER. ALL THREE CUSTOMERS HAVE BEEN NOTIFIED AND 36 OUT OF 38 TRAILERS HAVE BEEN REPAIRED. OWNERS MAY CONTACT COTTRELL AT 770-532-7251. -11/21/2005,05V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V538000),"Aprilia USA, Inc.",SWING ARM COMPONENTS,SUSPENSION,NR (Not Reported),Vehicle,877,"ON CERTAIN MOTORCYCLES, WHILE IN USE THE SWING ARM COMPONENT MAY DEVELOP A STRESS FRACTURE OVER AN EXTENDED PERIOD OF TIME.",IF NOT REPLACED THIS WILL INCREASE THE RISK OF PERSONAL INJURIES OR DEATH.,DEALERS WILL REPLACE THE SWING ARM COMPONENT. THE RECALL BEGAN IN SEPTEMBER 2006. OWNERS WHO HAVE NOT HAD THEIR MOTORCYCLE REPAIRED WILL BE RENOTIFIED OF THIS RECALL DURING AUGUST/SEPTEMBER 2008. OWNERS MAY CONTACT APRILIA AT 770-592-2261. -11/18/2005,05V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V531000),"Thor California, Inc.",SLIDEOUT SWITCH AND CIRCUIT BREAKER REPLACEMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,387,"ON CERTAIN FIFTH WHEEL TRAILERS, THERE IS A POSSIBILITY OF OVERLOADING THE SLIDEOUT RESETTABLE CIRCUIT BREAKER AND THE SLIDEOUT CONTROL SWITCH.","THE SLIDEOUT CONTROL SWITCH MAY FAIL UNDER HIGH CURRENT LOADS, AND OVERHEAT POSSIBLY CAUSING A FIRE.","DEALERS WILL REPLACE THE SLIDEOUT CONTROL SWITCH AND REPLACE THE SLIDEOUT RESETTABLE CIRCUIT BREAKER WITH A SLOW BLOW, CERAMIC CARTRIDGE FUSE AND FUSE HOLDER ASSEMBLY. THE RECALL BEGAN ON NOVEMBER 22, 2005. OWNERS MAY CONTACT THOR AT 888-697-8467." -11/17/2005,05V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V529000),"Volvo Car USA, LLC",BATTERY POSITIVE CABLE,ELECTRICAL SYSTEM,R150,Vehicle,10259,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, DUE TO AN ERROR IN THE FACTORY ASSEMBLY INSTRUCTION, THE B+TERMINAL MAY BE IN CONFLICT WITH THE STARTER MOTOR SOLENOID. IF THIS OCCURS, THE CONFLICT BETWEEN THE B+TERMINAL AND THE STARTER MOTOR SOLENOID MAY DEVELOP INTO A SHORT CIRCUIT OF THE BATTERY CABLE TO GROUND.","SMOKE MAY APPEAR FROM UNDER THE HOOD AND IT MAY BE IMPOSSIBLE TO START THE CAR. IF THE SHORT CIRCUIT HAPPENS DURING DRIVING, ELECTRICAL POWER COULD BE LOST RESULTING IN THE WARNING LAMPS BEING DEACTIVATED. AN ELECTRICAL SHORT COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND INCREASE DISTANCE BETWEEN THE B+TERMINAL AND THE STARTER MOTOR SOLENOID BY ADJUSTING THE TERMINAL. THE RECALL BEGAN ON JANUARY 31, 2006. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -11/17/2005,05E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E074000),GRAND GENERAL ACC. & MFG.,FMVSS 108/STOP LAMP/LOW LIGHT OUTPUT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,300,"CERTAIN GRAND GENERAL 4"" SPYDER RED LED LIGHT ONLY, P/N 83883, STOP/TURN/TAIL LAMPS SOLD AS AFTERMARKET EQUIPMENT FOR VEHICLES GREATER THAN 80"". THE LIGHTS ARE DATE STAMPED ON THE DAY OF PRODUCTION AND CAN BE IDENTIFIED BY THE DATE STAMP ""2004 APR 16"" OR ""2004 APR 17"". THESE LIGHTS HAVE BAD LIGHT OUTPUT CAUSED BY A LIMITING RESISTOR WHICH GIVES AN INCORRECT POWER CURRENT DRAW. THESE LIGHTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","LOW LIGHT OUTPUT MAY NOT BE SEEN IN TIME BY APPROACHING MOTORISTS, POSSIBLY RESULTING IN A VEHICLE CRASH.","GRAND GENERAL WILL NOTIFY ITS CUSTOMERS AND WILL EXCHANGE THE PRODUCT WITH A COMPLIANT LAMP OR OFFER CREDIT UPON RETURN OF THE PRODUCT. THE RECALL BEGAN ON DECEMBER 1, 2005. CUSTOMERS MAY CONTACT GRAND GENERAL AT 800-325-0578." -11/17/2005,05V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V524000),"Mack Trucks, Inc.",FUEL TANK MOUNTING,"FUEL SYSTEM, DIESEL",SC0309,Vehicle,4482,"ON CERTAIN DIESEL POWERED HEAVY DUTY TRUCKS, THE BOLTS ATTACHING THE FUEL TANK MOUNTING BRACKETS TO THE FRAME MAY HAVE INSUFFICIENT TORQUE AND THEREFORE MAY RESULT IN PREMATURE FAILURE OF THE FUEL TANK MOUNTING.","IF THE FUEL TANK FALLS, THERE IS THE POTENTIAL FOR THE TANK TO IGNITE, RESULTING IN PERSONAL INJURY, VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT AND REPLACE THE FUEL TANK BRACKET MOUNTING BOLTS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 6, 2006. OWNERS MAY CONTACT MACK TRUCKS AT 1-800-528-6586." -11/17/2005,05V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V527000),HYUNDAI CARIBBEAN-PUERTO RICO,OCCUPANT CLASSIFICATION SYSTEM/FMVSS 208,AIR BAGS,074,Vehicle,134,ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH AN OCCUPANT CLASSIFICATION SYSTEM (OCS) THE RIGHT FRONT SEAT OF THE VEHICLE MAY MISCLASSIFY CERTAIN SMALL CHILDREN SEATED ON THE FRONT EDGE OF THE SEAT AS AN ADULT.,THE POSSIBILITY OF MISCLASSIFICATION OF CERTAIN SMALL CHILDREN AS AN ADULT MAY ALLOW THE RIGHT FRONT AIRBAG TO DEPLOY IN A FRONTAL COLLISION CRASH OR THE SIDE IMPACT AIRBAG TO DEPLOY IN A SIDE COLLISION CRASH; SEVERE INJURY OR DEATH COULD OCCUR.,"DEALERS WILL ENSURE THAT THE VEHICLE'S OCS WILL PROPERLY CLASSIFY CERTAIN SMALL CHILDREN WHEN SEATED ON THE FRONT EDGE OF THE SEAT AND WILL DISABLE THE RIGHT FRONT AIRBAGS. DEALERS WILL REPROGRAM THE VEHICLE'S OCS ELECTRONIC CONTROL UNIT TO PROVIDE AN INCREASED MARGIN FOR RECOGNITION OF CERTAIN SMALL CHILDREN. THE RECALL BEGAN ON DECEMBER 6, 2005. OWNERS MAY CONTACT HYUNDAI OF PUERTO RICO AT 1-800-981-0188." -11/17/2005,05V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V528000),"REV Ambulance Group Orlando, Inc.",TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,110,"CERTAIN AMBULANCES BUILT ON FORD E350 AND CHEVROLET GMT610 VAN. FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THESE AMBULANCES HAVE THE INCORRECT OR MISSING TIRE AND LOADING INFORMATION PLACARDS IN THE DRIVER'S DOOR JAMB. THIS INFORMATION WILL AID IN LOADING THE AMBULANCE TO AVOID EXCEEDING THE GROSS VEHICLE WEIGHT RATING.","A MISPRINTED LABEL WOULD LEAD TO IMPROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL IS EXPECTED TO BEGIN ON NOVEMBER 29, 2005. OWNERS MAY CONTACT WHEELED COACH AT 1-800-628-8178." -11/17/2005,05V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V525000),Mazda North American Operations,WIPER MOTOR GREASE,VISIBILITY,3705K,Vehicle,3982,"ON CERTAIN TRUCKS AND SPORT UTILITY VEHICLES, THE WINDSHIELD WIPER MOTOR MAY HAVE BEEN PRODUCED WITHOUT GREASE APPLIED TO THE OUTPUT SHAFT GEAR.","AFTER A PERIOD OF CONTINUOUS USE ON THE HIGH SPEED SETTING, LACK OF GREASE ON THE OUTPUT SHAFT GEAR MAY CAUSE THE GEAR TEETH TO DISTORT OR FRACTURE DURING OPERATION RESULTING IN THE LOSS OF WIPER FUNCTION. INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE A CRASH DUE TO IMPAIRED VISIBILITY.","DEALERS WILL INSPECT THE WIPER MOTOR FOR THE PRESENCE OF GREASE AND GREASE THE WIPER MOTOR GEARS IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -11/16/2005,05V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V523000),"Navistar, Inc.",CAB ENTRY STEP REINFORCEMENT,STRUCTURE,05521,Vehicle,989,"ON CERTAIN TRUCKS, THE CAB ENTRY STEPS WERE MANUFACTURED INCORRECTLY CAUSING THEM TO HAVE LOWER MATERIAL STRENGTH PROPERTIES THAN DESIGNED. THESE LOWER MATERIAL STRENGTH PROPERTIES CAN ALLOW THE STEP TREAD TO FRACTURE AND SEPARATE FROM THE VEHICLE UNDER NORMAL USAGE.","STEP TREAD SEPARATION WHILE A PERSON IS ENTERING OR EXITING THE CAB, MAY RESULT IN PROPERLY DAMAGE OR PERSONAL INJURY.","DEALERS WILL INSTALL REINFORCED METAL BRACKETS ON BOTH CAB ENTRY STEP PLATFORMS. THE RECALL BEGAN ON DECEMBER 2, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -11/16/2005,05V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V522000),"Volkswagen Group of America, Inc.",PASSENGER SEAT WIRING HARNESS,AIR BAGS,JJ,Vehicle,1530,"ON CERTAIN PASSENGER VEHICLES, A WIRING HARNESS CONDITION EXISTS THAT MAY DEACTIVATE THE PASSENGER SIDE FRONTAL AIR BAG EVEN UNDER CIRCUMSTANCES WHEN IT SHOULD REMAIN ACTIVATED.","IF THIS CONDITION OCCURS, BOTH THE AIR BAG WARNING LIGHT IN THE INSTRUMENT CLUSTER AND THE ""PASSENGER AIR BAG OFF"" TELLTALE IN THE CENTER OF THE INSTRUMENT PANEL WILL PROPERLY ILLUMINATE. CONSEQUENTLY, THE PASSENGER SIDE FRONTAL AIR BAG WOULD NOT DEPLOY IN THE CASE OF A FRONTAL CRASH.","DEALERS WILL MODIFY THE WIRING HARNESS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 30, 2005. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -11/15/2005,05E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E075000),Heil Company,DUMP BODY HYDRAULIC CYLINDER FAILS,EQUIPMENT,NR (Not Reported),Equipment,90,"CERTAIN DUMP TRUCKS EQUIPPED WITH CUSTOM HEIL HOIST HYDRAULIC CYLINDERS. WHILE IN USE, THE HOIST CAN FAIL, ALLOWING THE DUMP BODY TO ABRUPTLY FALL FROM THE ""DUMP"" POSITION ONTO THE CHASSIS.","PLACING A LOAD ON THE TRUCK COULD CAUSE THE BODY TO FALL INCREASING THE RISK OF PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","HEIL WILL NOTIFY ITS OWNERS AND REPLACE THE HYDRAULIC CYLINDER FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 30, 2005. OWNERS MAY CONTACT HEIL AT 800-824-4345." -11/14/2005,05T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T018000),Cooper Tire & Rubber Co.,STUD PIN HOLE/SLOW AIR LOSS,TIRES,142,Tire,4080,"CERTAIN COOPER TIRE WHETHER-MASTER S/T2, SIZE 215/65R16, MANUFACTURED BETWEEN FEBRUARY 13 AND JUNE 4, 2005. THERE IS IMPROPER DEPTH OF THE STUD PIN HOLD. A PROPERLY INSERTED METAL STUD PIN, OVER TIME, COULD PENETRATE INTO THE CARCASS AND CAUSE A GRADUAL REDUCTION IN INFLATION OF THE TIRE.",THE LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITH VEHICLE CRASH THE POTENTIAL OCCURRENCE.,"COOPER TIRE WILL NOTIFY ITS OWNERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 4, 2005." -11/10/2005,05V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V517000),IC CORPORATION,FMVSS 121/AIR BRAKE SUPPLY TUBES,"SERVICE BRAKES, AIR",05522,Vehicle,147,"CERTAIN 2006 IC RESB (PB305) AND RECB (PC305) SCHOOL AND COMMERCIAL BUSES MANUFACTURED FROM JULY 20 TO OCTOBER 17, 2005. THE PRIMARY AND SECONDARY AIR SUPPLY TUBES FROM THE FOOT VALVE TO THE PRIMARY AND SECONDARY AIR TANKS WERE REVERSED AT THE TANK WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, AIR BRAKE SYSTEMS.","IF THE PRIMARY AIR CIRCUIT IS DAMAGED, THE BRAKES WILL NOT APPLY WHEN THE BRAKE PEDAL IS DEPRESSED, POTENTIALLY CAUSING A VEHICLE CRASH WITHOUT WARNING AND POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","IC WILL NOTIFY THE OWNERS AND INSPECT AND , IF NECESSARY, REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 23, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 800-448-7825." -11/10/2005,05V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V514000),"Foretravel, Inc.",TAG AXLE SPINDLE PLUGS MISSING,SUSPENSION,NR (Not Reported),Vehicle,44,"ON CERTAIN MOTOR HOMES, THE SPINDLE PLUGS ON SOME TAG AXLES ARE MISSING. THE BEARINGS AND RELATED SURFACES CAN BE CONTAMINATED WITH DEBRIS.","DEBRIS COULD MIGRATE INTO THE BEARING OIL CUP, WHICH COULD INCREASE THE RISK OF A FIRE.","DEALERS WILL INSPECT FOR DATA TAG AND INSTALLATION OF SPINDLE PLUG. MISSING DATA TAG WILL BE INSTALLED, BEARINGS WILL BE CLEANED, INSPECTED, AND IF NECESSARY, REPLACED. THE RECALL BEGAN ON DECEMBER 12, 2005. OWNERS MAY CONTACT FORETRAVEL AT 1-800-955-6226." -11/09/2005,05V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V533000),"Erwin Hymer Group North America, Inc.",BBQ HOSE CONNECTORS,EQUIPMENT,NR (Not Reported),Vehicle,381,"ON CERTAIN CLASS B MOTOR HOMES BUILT ON CHEVROLET CHASSIS AND EQUIPPED WITH PROPANE BBQ CONNECTION. A RUBBER HOSE IS CONNECTED TO THE PROPANE REGULATOR AT ONE END AND HAS A BRASS SHUTOFF VALVE CONNECTOR ON THE OTHER ""FREE END."" THE CLAMP USED FOR HOLDING THE BRASS BBQ SHUTOFF VALVE IS NOT INSERTED PROPERLY INTO ITS HOLDING CLAMP.","SINCE THE RESTRAINING CLAMP IS MISSING, THE HOSE CAN BOUNCE UP AND DOWN. AS THE VEHICLE IS DRIVEN, THE CONNECTOR CAN FALL TO THE GROUND DRAGGING ONTO THE PAVEMENT AND COULD WEAR A HOLE THROUGH THE HOSE. PROPANE CAN LEAK OUT CREATING THE POTENTIAL FOR A FIRE.","DEALERS WILL INSPECT THE BBQ HOSE CONNECTOR ASSEMBLY, CHECK FOR ANY WEAR, AND REPLACE UNITS. THE UNITS WILL BE RESTRAINED AND CLAMPS WILL BE ADDED TO LIMIT THE LENGTH OF THE FREE END OF THE HOSE. THE RECALL BEGAN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT HOME AND PARK AT 888-762-3873." -11/09/2005,05V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V521000),Ford Motor Company,CAB ENTRY STEP REINFORCEMENT,STRUCTURE,05S41,Vehicle,2488,"ON CERTAIN MEDIUM DUTY CHASSIS CABS, THE CAB ENTRY STEP PLATFORMS ON EITHER SIDE OF THE VEHICLE MAY CRACK DURING NORMAL USE.",A PERSON STEPPING OR STANDING ON THE PLATFORM WHEN IT BREAKS COULD BE INJURED.,"DEALERS WILL INSTALL REINFORCEMENT BRACKETS ON BOTH CAB ENTRY STEP PLATFORMS. THE RECALL BEGAN ON DECEMBER 1, 2005. OWNERS MAY CONTACT FORD AT 1-800-343-5338." -11/09/2005,05V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V526000),"KTM North America, Inc.",FRONT WHEEL WEAR,WHEELS,NR (Not Reported),Vehicle,443,"ON CERTAIN MOTORCYCLES, PREMATURE WEAR ON THE FRONT WHEEL COMPONENTS CAN OCCUR.",THIS CONDITION COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE COMPLETE FRONT WHEEL ON THESE MOTORCYCLES. THE RECALL BEGAN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT KTM AT 1-440-985-3553." -11/09/2005,05V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V515000),Ford Motor Company,FUEL TANK STRAP BREAKAGE,"FUEL SYSTEM, GASOLINE",05S37,Vehicle,123206,"ON CERTAIN PASSENGER VEHICLES, THE STRAPS THAT SECURE THE FUEL TANK TO THE VEHICLE BODY MAY BREAK, CAUSING THE FUEL TANK AND FUEL TANK HEAT SHIELD TO DROP ON THE DRIVESHAFT (ALL WHEEL DRIVE VEHICLES) OR EXHAUST SYSTEM (FRONT WHEEL DRIVE VEHICLES).","IF THIS HAPPENS, DRIVERS MAY NOTICE A NOISE OR A FUEL LEAK. A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE BOTH FUEL TANK STRAPS. THE RECALL BEGAN ON DECEMBER 1, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -11/09/2005,05V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V532000),"Winnebago Industries, Inc.",GALLEY COUNTERTOP KNIFE SHIELD,EQUIPMENT,99,Vehicle,342,"ON CERTAIN MOTOR HOMES WITH THE OPTIONAL GALLEY UPGRADE PACKAGE, KNIVES STORED IN THE GALLEY KNIFE HOLDER MAY INTERFERE WITH THE PROPANE GAS LINE TO THE STOVE.","THE KNIVES COULD DAMAGE THE PROPANE GAS LINE ALLOWING PROPANE GAS TO ESCAPE, WHICH HAS THE POTENTIAL TO IGNITE, RESULTING IN PERSONAL INJURY OR VEHICLE PROPERTY DAMAGE.","DEALERS WILL PROPERLY ROUTE THE PROPANE GAS LINE AND INSTALL A KNIFE SHIELD. THE RECALL BEGAN ON NOVEMBER 11, 2005. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -11/09/2005,05V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V519000),Ford Motor Company,PARK PAWL GUIDE PLATE,POWER TRAIN,05S39,Vehicle,289,CERTAIN PASSENGER VEHICLES MAY HAVE BEEN BUILT WITH AN INCORRECTLY MANUFACTURED AUTOMATIC TRANSMISSION PARKING PAWL GUIDE PLATE.,"THIS COULD CAUSE THE PARKING LOCK SYSTEM NOT TO ENGAGE, AFTER THE TRANSMISSION IS PLACED IN THE PARK (""P"") POSITION. IF THE VEHICLE WAS PARKED ON AN INCLINE, AND THE PARKING BRAKE WAS NOT ENGAGED, THIS COULD RESULT IN A VEHICLE ROLLAWAY CONDITION.","DEALERS WILL REPAIR AND REPLACE THE AUTOMATIC TRANSMISSION GUIDE PLATE. THE RECALL BEGAN ON NOVEMBER 18, 2005. OWNERS MAY CONTACT LINCOLN AT 1-800-248-0186." -11/09/2005,05V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V518000),Ford Motor Company,POSITIVE BATTERY CABLE,ELECTRICAL SYSTEM,05S38,Vehicle,98836,"ON CERTAIN PASSENGER VEHICLES, THE BATTERY CABLE INCLUDES A FUSIBLE LINK THAT MAY CONTACT AND SUBSEQUENTLY CHAFE ON A #2 CROSS MEMBER ATTACHING BOLT.",THIS CONDITION MAY RESULT IN HEAT DAMAGE AND COULD LEAD TO A FIRE.,"DEALERS WILL INSPECT THE FUSIBLE LINK AND POSITION IT AWAY FROM THE CROSS MEMBER BOLT. IF THE FUSIBLE LINK HAS ALREADY CHAFED AND COPPER WIRES HAVE BEEN EXPOSED, THE FUSIBLE LINK WILL BE REPLACED. THE RECALL BEGAN ON NOVEMBER 18, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673, OR LINCOLN/MERCURY AT 1-800-521-4140." -11/09/2005,05V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V520000),Ford Motor Company,WIPER MOTOR GREASE,VISIBILITY,05S40,Vehicle,199942,"ON CERTAIN TRUCKS, PASSENGER CARS AND SPORT UTILITY VEHICLES, THE WINDSHIELD WIPER MOTOR MAY HAVE BEEN PRODUCED WITHOUT GREASE BEING APPLIED TO THE OUTPUT SHAFT GEAR.","AFTER A PERIOD OF CONTINUOUS USE ON THE HIGH SPEED SETTING, LACK OF GREASE ON THE OUTPUT SHAFT GEAR MAY CAUSE THE GEAR TO DISTORT OR FRACTURE DURING OPERATION RESULTING IN A LOSS OF WIPER FUNCTION. INOPERATIVE WIPERS UNDER INCLEMENT WEATHER CONDITIONS COULD CAUSE A CRASH DUE TO IMPAIRED VISIBILITY.","DEALERS WILL INSPECT THE WIPER MOTOR FOR THE PRESENCE OF GREASE AND GREASE THE WIPER MOTOR GEARS IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 22, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR LINCOLN/MERCURY AT 1-800-521-4140." -11/07/2005,05V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V513000),Aston Martin The Americas,AUTOMATIC TRANSMISSION INCORRECTLY MANUFACTURED,POWER TRAIN,SAR011,Vehicle,67,"ON CERTAIN PASSENGER VEHICLES, WHEN A LOAD IS APPLIED ON THE PARKING INTERLOCK SYSTEM, THE LOCKING CONE, WHICH IS PART OF THE PARKING PAWL SYSTEM, MAY CREATE AN INDENTATION ON AN UNHARDENED GUIDE PLATE AT THE CONE CONTACT AREA. AN INDENTATION MAY ALSO RESULT IN A RAISED EDGE TOWARDS THE LOCKING CONE GUIDE CHANNEL WHICH MAY HINDER THE LOCKING CONE FROM REACHING ITS END POSITION.","THE PARK MAY NOT ENGAGE WHEN THE ""P"" BUTTON IN THE VEHICLE IS PRESSED TO SELECT PARK AND ALL INDICATORS SHOW THE PARK POSITION IS ACHIEVED. THIS COULD RESULT IN A VEHICLE ROLL-AWAY CONDITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PARKING PAWL GLIDE PLATE. THE RECALL IS EXPECTED TO BEGIN ON DECEMBER 23, 2005. OWNERS MAY CONTACT ASTON MARTIN AT 201-818-8328." -11/07/2005,05V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V530000),SANTA FE VANS,CENTER HIGH MOUNTED STOP LAMP/FMVSS 108,EXTERIOR LIGHTING,VCCBLCHV,Vehicle,3,"CERTAIN CONVERSION VANS BUILT ON GMC/CHEVROLET CHASSIS FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE HOUSING LENS OF THE CENTER HIGH MOUNTED STOP LAMP DOES NOT ALLOW ENOUGH LIGHT TO EMIT FROM THE LAMP.",FOLLOWING VEHICLES MAY NOT BE FULLY INFORMED OF VEHICLE BRAKING. REAR-END COLLISIONS AND INJURY TO OCCUPANTS MAY OCCUR.,SANTA FE IS WORKING WITH AUDIOVOX TO REPLACE THE CENTER HIGH-MOUNTED BRAKE LAMP ASSEMBLY. OWNERS MAY CONTACT SANTA FE AT 1-800-274-1886 OR ASA AT 1-574-266-3172. -11/07/2005,05V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V512000),"Nissan North America, Inc.",DRIVER SEAT POWER LUMBAR SUPPORT SWITCH,SEATS,PB011,Vehicle,102551,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH THE DRIVER PREFERRED PACKAGE, THE WIRE HARNESS FROM THE DRIVER'S SEAT POWER LUMBAR SUPPORT SWITCH MAY BE ROUTED INCORRECTLY AND COULD BE PINCHED UNDER THE DRIVER SEAT.","A PINCHED HARNESS, IN COMBINATION WITH DRIVING VIBRATION, MAY RESULT IN A SHORT CIRCUIT IN THE HARNESS THAT COULD LEAD TO A FIRE IN THE SEAT.","DEALERS WILL REPLACE THE WIRE HARNESS AND ROUTE IT CORRECTLY. THE RECALL BEGAN ON JANUARY 16, 2006. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -11/07/2005,05V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V511000),"FLEETWOOD ENTERPRISES, INC.",INCORRECT LOAD RANGE TIRES,EQUIPMENT,51024,Vehicle,48,"CERTAIN TRAVEL TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120 ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE AND LOADING INFORMATION PLACARD CONTAINS INCORRECT ""LOAD RANGE ""B"" INFORMATION REGARDING THE MAXIMUM CARGO CARRYING CAPACITY. THE CORRECT TIRE IS A LOAD RANGE ""C"".","A FULLY LOADED TRAVEL TRAILER WILL OVERLOAD THE TIRES, WHICH COULD LEAD TO TIRE FAILURE, LOSS OF VEHICLE CONTROL, AND COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE TIRES THAT ARE MARKED ""LOAD RANGE ""B"" AND REPLACE IT WITH A ""LOAD RANGE ""C"" TIRE. THE RECALL BEGAN ON NOVEMBER 30, 2005. OWNERS MAY CONTACT FLEETWOOD AT 1-800-445-3307." -11/07/2005,05V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V516000),Prevost Car (US) Inc.,WINDSHIELD WIPER MOTORS,VISIBILITY,SR05-14,Vehicle,123,"ON CERTAIN MULTIPLEX MOTOR COACHES, THE WIPER MOTOR THERMAL PROTECTION IS STOPPING THE MOTOR WHEN THE WIPERS ARE FUNCTIONING FOR A LONG TIME IN SECOND SPEED.","DEPENDING ON THE OCCURRENCE AND WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A NEW WIPER HARNESS AND A NEW MULTIPLEX PROGRAM WILL BE DOWNLOADED IN ALL COACHES. THE RECALL BEGAN ON NOVEMBER 23, 2005. OWNERS MAY CONTACT PREVOST AT 1-418-831-2046." -11/03/2005,05V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V509000),Honda (American Honda Motor Co.),ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,P98,Vehicle,25298,"CERTAIN PASSENGER VEHICLES, THE PEDAL WERE NOT PROPERLY INSTALLED AND MAY COME LOOSE AT THE FLOOR MOUNTING.","IF THE ACCELERATOR PEDAL IS NOT INSERTED PROPERLY, THE PEDAL CAN COME LOOSE FROM THE PEDAL STOPPER CAUSING THE THROTTLE TO BECOME STUCK INCREASING THE RISK OF A CRASH.","DEALERS WILL RESET THE PEDAL OR REPLACE THE WHOLE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 14, 2005. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -11/03/2005,05V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V510000),Honda (American Honda Motor Co.),FRONT IMPACT SENSOR BOLTS,AIR BAGS,P99 & Q00,Vehicle,316,"ON CERTAIN PASSENGER VEHICLES, ON THE FRONTAL AIRBAG SYSTEM WHERE THE TWO EXTERNAL IMPACT SENSORS IS MOUNTED, NEAR THE FRONT HEADLIGHTS THE FRONT IMPACT SENSOR BOLTS WERE NOT PROPERLY TORQUED.","IF THE BOLTS LOOSEN OR FALL OUT, THE SENSOR MAY FAIL TO PROPERLY DETECT A CRASH, POSSIBLY RESULTING IN DELAYED OR NON-DEPLOYMENT OF THE FRONT AIRBAG INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT AND REMOVE THE BUMPER AND RETORQUE THE LOOSE BOLTS. THE RECALL BEGAN ON NOVEMBER 7, 2005. OWNERS MAY CONTACT HONDA AT 1-800-999-1009 AND ACURA AT 1-800-382-2238." -11/03/2005,05V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V507000),"Suzuki Motor USA, LLC",POWER STEERING PUMP,STEERING,KJ,Vehicle,592,"ON CERTAIN PASSENGER VEHICLES, THE POWER STEERING PUMP PULLEY MAY SEPARATE FROM THE POWER STEERING PUMP DUE TO INADEQUATE WALL THICKNESS OF THE PULLEY.","THIS CONDITION CAN CAUSE THE POWER STEERING PUMP DRIVE BELT TO DISCONNECT RESULTING IN HEAVY STEERING, AND CAN LEAD TO ENGINE OVERHEATING OR TO BATTERY DISCHARGE AND ENGINE STALL.","DEALERS WILL INSPECT THE POWER STEERING PUMP PULLEY AND, IF NECESSARY, REPLACE IT. THE RECALL BEGAN ON DECEMBER 1, 2005. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -11/03/2005,05V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V508000),"Stoughton Trailers, LLC",TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,72,"ON CERTAIN 53' ALUMINUM SMOOTH SIDE VAN TRAILERS EQUIPPED WITH TUTHILL TRAILER SUSPENSIONS, MODELS 20/22 AND RS3162. THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.",A VEHICLE CRASH CAN OCCUR SHOULD THE TRAILER WANDER WITHOUT NOTICE.,STOUGHTON IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR STOUGHTON AT 1-608-873-2500. -11/02/2005,05V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V500000),Keystone RV Company,BATTERY COMPARTMENT WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,764,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS, THE WIRING FROM THE BATTERY CIRCUIT BREAKERS IS WIRED ON THE UNPROTECTED SIDE OF THE CIRCUIT BREAKER.","SHOULD THE BATTERY WIRE BECOME DIRECT SHORTED TO THE GROUND, IT IS NOT PROTECTED BY THE CIRCUIT BREAKER AND THE WIRE COULD BECOME HOT, MELT AND POSSIBLY RESULT IN A FIRE.","DEALERS WILL UNHOOK THE BATTERY WIRE AND MOVE IT FROM THE UNPROTECTED SIDE OF THE CIRCUIT BREAKER TO THE PROTECTED SIDE OF THE CIRCUIT BREAKER FREEOF CHARGE. THE RECALL BEGAN ON NOVEMBER 7, 2005. OWNERS MAY CONTACT KEYSTONE AT 866-425-4369." -11/02/2005,05V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V498000),Volvo Trucks North America,FRONT WHEEL WOBBLE,WHEELS,RVXX0506,Vehicle,1376,CERTAIN TRUCKS EQUIPPED WITH FRONT STEER AXLE AIR SUSPENSION MAY DEVELOP A FRONT WHEEL WOBBLE WHEN THE TIRES BECOME WORN.,"IF THE WOBBLE PERSISTS AND IS LEFT UNTREATED, DAMAGE MAY OCCUR WHICH COULD IMPAIR VEHICLE CONTROL AND A CRASH COULD OCCUR WITHOUT PRIOR NOTICE.","DEALERS WILL REPAIR AND REPLACE THE FRONT VERTICAL SHOCKS ON EACH SIDE OF THE FRONT SUSPENSION AND ADD A HORIZONTAL STABILIZER. THE RECALL BEGAN ON FEBRUARY 20, 2006. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/02/2005,05V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V499000),"Jayco, Inc.",SPARE TIRE CARRIER,TIRES,9901063,Vehicle,65,"ON CERTAIN TRAVEL TRAILERS, THE SPARE TIRE CARRIER BOLT MAY BREAK WHILE TRAVELING DOWN THE ROAD.","THIS CONDITION, IF NOT ADDRESSED, COULD RESULT IN A CRASH, INJURY OR DEATH.","DEALERS WILL REPLACE THE SPARE TIRE CARRIER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -11/01/2005,05V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V506000),"Aprilia USA, Inc.",FUEL LINE QUICK CONNECTORS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1310,"ON CERTAIN MOTORCYCLES, THE FUEL LINE QUICK CONNECTORS MAY BREAK IF CARE IS NOT USED WHEN REMOVING THE FUEL TANK AT THE TIME OF SERVICE.","THIS COULD RESULT IN FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE QUICK CONNECTORS ON ALL AFFECTED VEHICLES. THE RECALL BEGAN IN SEPTEMBER 2006. OWNERS WHO HAVE NOT HAD THEIR MOTORCYCLE REPAIRED WILL BE RENOTIFIED OF THIS RECALL DURING AUGUST/SEPTEMBER 2008. OWNERS MAY CONTACT APRILIA AT 770-592-2261. -11/01/2005,05V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V497000),"Suzuki Motor USA, LLC",FUEL PUMP RETAINER RING REPLACEMENT,"FUEL SYSTEM, GASOLINE",2084,Vehicle,769,"ON CERTAIN SCOOTERS, THE FUEL PUMP RETAINING RING MAY HAVE BEEN IMPROPERLY INSTALLED RESULTING IN IMPROPER SEATING OF THE FUEL PUMP RETAINING RING ON THE FUEL TANK DUE TO MISALIGNMENT OF THE THREADS.","IF THE FUEL PUMP RETAINING RING IS NOT PROPERLY SEATED ON THE FUEL TANK, THE FUEL PUMP RETAINING RING COULD BE DEFORMED DURING NORMAL EXPANSION OF THE PLASTIC FUEL TANK, RESULTING IN INSUFFICIENT SEALING PERFORMANCE AND FUEL LEAKAGE. THIS COULD PRESENT A FIRE SAFETY HAZARD AND RISK OF INJURY OR DEATH.","DEALERS WILL REPAIR OR REPLACE THE FUEL PUMP RETAINING RING. THE RECALL BEGAN ON NOVEMBER 3, 2005. OWNERS MAY CONTACT SUZUKI AT 714-572-1490." -11/01/2005,05V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V502000),Land Rover,PARK PAWL GUIDE PLATE,POWER TRAIN,B023,Vehicle,1949,CERTAIN SPORT UTILITY VEHICLES MAY HAVE BEEN MANUFACTURED WITH AN INCORRECTLY MANUFACTURED AUTOMATIC TRANSMISSION PARKING PAWL GUIDE PLATE.,"CONSEQUENTLY PARK MAY NOT ENGAGE WHEN THE LEVER IN THE VEHICLE IS MOVED TO PARK AND ALL INDICATORS SHOW PARK POSITION IS ACHIEVED. IF THE VEHICLE WAS PARKED ON AN INCLINE, AND THE PARKING BRAKE WAS NOT ENGAGED, THIS COULD RESULT IN A VEHICLE ROLL-AWAY CONDITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE PARKING PAWL GUIDE PLATE FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 19, 2005. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -11/01/2005,05V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V503000),"Jaguar Cars, Ltd.",PARK PAWL GUIDE PLATE,POWER TRAIN,R525,Vehicle,493,CERTAIN SEDANS MAY HAVE BEEN BUILT WITH AN INCORRECTLY MANUFACTURED AUTOMATIC TRANSMISSION PARKING PAWL GUIDE PLATE.,"CONSEQUENTLY 'PARK' MAY NOT ENGAGE WHEN THE LEVER IN THE VEHICLE IS MOVED TO 'PARK"" AND ALL INDICATORS SHOW 'PARK' POSITION IS ACHIEVED.","DEALERS WILL REPLACE THE PARKING PAWL GUIDE PLATE FREE OF CHARGE. THE RECALL BEGAN NOVEMBER 22, 2005. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -11/01/2005,05V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V504000),"BMW of North America, LLC",PARK PAWL GUIDE PLATE,POWER TRAIN,NR (Not Reported),Vehicle,240,CERTAIN PASSENGER VEHICLES MAY HAVE BEEN BUILT WITH AN INCORRECTLY MANUFACTURED AUTOMATIC TRANSMISSION PARKING PAWL GUIDE PLATE.,"THIS COULD CAUSE THE PARKING LOCK SYSTEM NOT TO ENGAGE, AFTER THE TRANSMISSION IS PLACED IN THE PARK (""P"") POSITION. IF THE VEHICLE WAS PARKED ON AN INCLINE, AND THE PARKING BRAKE WAS NOT ENGAGED, THIS COULD RESULT IN A VEHICLE ROLLAWAY CONDITION.","DEALERS WILL REPAIR AND REPLACE THE AUTOMATIC TRANSMISSION GUIDE PLATE FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 30, 2005. OWNERS MAY CONTACT BMW AT 1-800-332-4269." -11/01/2005,05V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V505000),"Mercedes-Benz USA, LLC",REAR LAMP MODULES,EXTERIOR LIGHTING,2006080005,Vehicle,69278,"ON CERTAIN PASSENGER VEHICLES, FAILURE OF ONE OF THE SIDE BRAKE LIGHTS CAN OCCUR. THE BASE OF THE SOCKET CAN BE SUBJECT TO THERMAL DEFORMATION OVER TIME.","THIS DEFORMATION CAN CAUSE MOVEMENT IN THE SOCKET-TO-BULB CONNECTION, WHICH COULD LEAD TO A LOOSENING OF THE ELECTRICAL CONTACTS IN THE SOCKET, AND FAILURE OF THE BULB TO ILLUMINATE.","DEALERS WILL REPLACE THE REAR LAMP MODULES. THE RECALL BEGAN ON SEPTEMBER 12, 2006, TO APPROXIMATELY 8,200 OWNERS. PHASE II MAILING IS SCHEDULE ON OR ABOUT NOVEMBER 3, 2006, AND PHASE III MAILING IS SCHEDULE FOR JANUARY 2007 FOR THE REMAINING OWNERS. OWNERS OF VEHICLES WITH THE UPDATED TRIM (POST-FACE LIFT) WILL GET AN INTERIM NOTICE DURING NOVEMBER 2006, ASKING THEM TO SCHEDULE AN APPOINTMENT FOR REAR TAIL LAMP REPLACEMENT LATER IN 2007. HOWEVER, IF THEY EXPERIENCE AN ACTUAL REAR LAMP FAILURE BEFORE THEY RECEIVE THAT NOTICE, THEY SHOULD COME TO THEIR DEALER IMMEDIATELY FOR A FREE REPAIR. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -11/01/2005,05V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V501000),Land Rover,SECOND ROW SEAT BELT BUCKLE MOUNTING,SEAT BELTS,B021,Vehicle,548,CERTAIN SPORT UTILITY VEHICLES MAY HAVE BEEN BUILT WITH A INCORRECTLY BUILT SEAT BELT BUCKLE MOUNTINGS.,"WHEN THE REAR LEFT HAND SECOND ROW SEAT BELT IS USED, THE BUCKLE MAY NOT BE FULLY RETAINED. A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT AND REPLACE THE SECOND ROW LEFT HAND SEAT BELT BUCKLE FREE OF CHARGE. THE RECALL BEGAN NOVEMBER 2, 2005. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -11/01/2005,05V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V496000),"Winnebago Industries, Inc.",STEERING COLUMN CINCH BOLT,STEERING,98,Vehicle,152,"ON CERTAIN MOTOR HOMES, THE CINCH BOLT, WHERE THE STEERING COLUMN CONNECTS TO THE INTERMEDIATE SHAFT, WAS IMPROPERLY TIGHTENED. THIS COULD RESULT IN THE BOLT THREADS BEING STRIPPED, CONCEIVABLY NOT PROVIDING A TIGHT JOINT.","IF THE JOINT IS LOOSE, THE INTERMEDIATE SHAFT HAS THE POTENTIAL TO SLIP OFF THE SPLINE SHAFT OF THE STEERING COLUMN CAUSING LOSS OF STEERING CONTROL. THIS COULD RESULT IN PERSONAL INJURY OR VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT AND REPLACE THE CINCH BOLT AND NUT. THE RECALL BEGAN NOVEMBER 4, 2005. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -10/31/2005,05E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E070000),OPTRONICS PRODUCTS COMPANY,FMVSS 108/PHOTOMETRICS OF THE TAIL LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,14016,"ALL 4"" ROUND LED 3 FUNCTION TAIL LAMPS, MODEL NUMBER STL-45RK, MANUFACTURED BY OPTRONICS AND SOLD AS AFTERMARKET EQUIPMENT. THE LED LIGHT OUTPUT IS INSUFFICIENT TO MEET THE THREE LIGHTED SECTION, TAIL LAMP REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","THE LED PLACEMENT DOES NOT SPREAD OUT THE LIGHT OR DIRECT THE LIGHT IN A WAY THAT GENERATES ENOUGH ILLUMINATED LENS AREA. APPROACHING VEHICLES MAY NOT SEE THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","OPTRONICS WILL NOTIFY ITS OWNERS AND REPURCHASE THE LAMPS. THE RECALL BEGAN ON MARCH 20, 2006. OWNERS MAY CONTACT OPTRONICS AT 918-683-9514." -10/27/2005,05V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V494000),"General Motors, LLC",REAR SIDE DOOR LATCH,LATCHES/LOCKS/LINKAGES,05077,Vehicle,98007,"CERTAIN SPORT UTILITY VEHICLES HAVE A REAR SIDE CLOSURE LATCH THAT MAY NOT LATCH OR UNLATCH DUE TO CORROSION CAUSED BY ROAD SPLASH, SUCH AS WATER AND ROAD SALT. THESE VEHICLES WERE ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA.","IF THE DOOR IS NOT LATCHED PROPERLY AND IT GOES UNNOTICED, IT MAY OPEN WHILE THE VEHICLE IS IN MOTION. IF AN UNBELTED OCCUPANT FELL OUT OF THE VEHICLE, PERSONAL INJURIES COULD OCCUR.","DEALERS WILL INSTALL A SEAL ALONG THE LOWER PART OF THE ROCKER PANEL TO PREVENT INTRUSION OF CORROSIVE MATERIAL, AND INSPECT THE REAR SIDE CLOSURE LATCHES. FUNCTIONAL LATCHES WILL BE CLEANED AND LUBRICATED. NON-FUNCTIONING LATCHES WILL BE REPLACED. THE RECALL BEGAN ON FEBRUARY 24, 2006. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR ISUZU AT 1-800-255-6727." -10/25/2005,05E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E069000),KALEX ENTERPRISE CORPORATION,FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,800,"CERTAIN AFTERMARKET KELAX HID CONVERSION LIGHT KITS, MODEL NO. 35W. THE BULBS IN THESE KITS ARE TOO BRIGHT WHICH FAILS TO COMPLY WITH THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","THE BULBS ARE TOO BRIGHT WHICH MAY DISTRACT ONCOMING TRAFFIC, POSSIBLY RESULTING IN A CRASH.","KALEX WILL NOTIFY ITS CUSTOMERS AND WILL REFUND THE CUSTOMERS FOR THE PURCHASE PRICE. THE RECALL IS EXPECTED TO BEGIN OCTOBER 31, 2005. OWNERS MAY CONTACT KALEX AT 650-669-2811." -10/25/2005,05V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V495000),John Evans Manufacturing Co.,TIRE BLOW OUTS,TIRES,NR (Not Reported),Vehicle,43,"ON CERTAIN TRAILERS EQUIPPED WITH AMERICAN OMNI TIRES, TIRE BLOW OUTS CAN OCCUR.","WHILE DRIVING, TIRE FAILURE CAN OCCUR. THIS COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","STROBEL TIRE & OIL WILL INSPECT AND REPLACE THE TIRES. THE RECALL BEGAN ON OCTOBER 4, 2005. OWNERS MAY CONTACT JOHN EVANS AT 1-800-745-0518." -10/25/2005,05V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V493000),Great Dane Trailers,TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,650,"ON CERTAIN VAN AND REFRIGERATED SEMI-TRAILERS EQUIPPED WITH TUTHILL SUSPENSIONS, MODEL 20/22AR AND RS3162, THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.",SHOULD THE TRAILER WANDER A VEHICLE CRASH COULD OCCUR WITHOUT NOTICE.,GREAT DANE IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR GREAT DANE AT 912-644-2100. -10/24/2005,05V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V492000),"Hino Motors Sales U.S.A., Inc.",BATTERY BOX MOUNTING,ELECTRICAL SYSTEM,M0040,Vehicle,577,"ON CERTAIN TRUCKS, THE BOLTS THAT HOLD THE BATTERY BOX AND BRACKET IN PLACE MAY NOT HAVE BEEN PROPERLY TORQUED AT THE TIME OF ASSEMBLY.",THE BATTERY BOX COULD BECOME LOOSE AND POSSIBLY FALL RESULTING IN A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT AND RETORQUED ALL BOLTS. THE RECALL BEGAN ON OCTOBER 27, 2005. OWNERS MAY CONTACT HINO AT 248-648-6430." -10/24/2005,05V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V491000),Skyline Corporation,TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,90,"CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110 ""TIRE SELECTION AND RIMS."" THE TIRE AND LOADING INFORMATION PLACARD CONTAINS INCORRECT INFORMATION REGARDING THE MAXIMUM CARGO CARRYING CAPACITY.","IF THE CARGO WEIGHT IS EXCEEDED AND THE TRAILER OVERLOADED, THE EXCESS WEIGHT CAN CAUSE HANDLING PROBLEMS, IRREGULAR TIRE WEAR, TIRE FAILURE OR OTHER DAMAGE. AN OVERLOADED TRAILER IS HARD TO STOP WHICH COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH. THIS COULD OCCUR WITHOUT PRIOR WARNING.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON OCTOBER 27, 2005. OWNERS MAY CONTACT SKYLINE AT 1-800-962-7773." -10/21/2005,05V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V490000),MID BUS CORPORATION,STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,636,"CERTAIN MID BUS 2002-2005 MODEL YEAR GUIDE DX, GUIDE SW, GUIDE XL, AND SC SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 7, 2002, AND APRIL 30, 2005, ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN STATES OTHER THAN THE FOLLOWING: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","MID BUS WILL NOTIFY ALL ITS CUSTOMERS OF THIS CAMPAIGN. FOR THOSE BUSES OPERATED IN OR NEAR ANY OF THE STATES LISTED ABOVE, MID BUS IS ENCOURAGING THE BUS OWNERS TO OBTAIN THE REPLACEMENT SWITCH. FOR THOSE BUSES OPERATED IN THE WARMER STATES, MID BUS WILL REPLACE THE SWICH UPON OWNER REQUEST. FOR THOSE CUSTOMERS WHO REQUEST THE REMEDY, MID BUS WILL REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE RECALL BEGAN ON DECEMBER 30, 2005. OWNERS MAY CONTACT MID BUS AT 877-358-6055." -10/19/2005,05V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V489000),U.S. BUS CORPORATION,MIS-LABELED CERTIFICATION LABELS FOR GAWR AND GVWR,EQUIPMENT,NR (Not Reported),Vehicle,30,"CERTAIN 2004 AND 2005 UNIVERSE SCHOOL BUSES BUILT ON FORD DUAL-REAR-WHEEL CHASSIS. DUE TO A CLERICAL ERROR, THE CERTIFICATION LABEL HAS A HIGHER REAR GAWR AND GVWR THAN CURRENTLY AVAILABLE FROM THE CHASSIS MANUFACTURER WHICH FAILS TO COMPLY WITH 49 C.F.R. PART 567.5, REQUIREMENTS FOR MANUFACTURERS OF VEHICLES MANUFACTURED IN TWO OR MORE STAGES.",THE BUSES MAY BECOME OVERLOADED.,"US BUS HAS NOTIFIED THE CUSTOMER OF THE BUSES AND HAS PROVIDED CORRECT CERTIFICATION LABELS. THE RECALL BEGAN SEPTEMBER 2, 2005. US BUS MAY BE CONTACTED AT 765-939-3984." -10/19/2005,05V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V486000),"General Motors, LLC",TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,05091,Vehicle,2351,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE LABEL TABLE SPECIFIED THE 15 INCH SPARE FOR THE FRONT DISC/REAR DRUM BRAKE SYSTEM AND IT SHOULD SPECIFY A 16 INCH SPARE TIRE SIZE.","A 15"" DIAMETER REPLACEMENT SPARE TIRE CAN NOT BE INSTALLED ON THE FRONT AXLE DUE TO A FIT INTERFERENCE WITH THE BRAKE CALIPER.","OWNERS WILL BE MAILED A CORRECTED LABEL WITH INSTALLATION INSTRUCTIONS OR THE CUSTOMERS COULD HAVE THEIR DEALERS TO INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON NOVEMBER 29, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438." -10/18/2005,05C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05C005000),"Evenflo Company, Inc.",FMVSS 213/SEAT SHELL CRACKS,CHILD SEAT,NR (Not Reported),Child Seat,6055,"CERTAIN EVENFLO TRIBUTE AND TRIBUTE 5 REAR-FACING INFANT CHILD RESTRAINTS WITH MODEL NOS BEGINNING WITH 378 OR 379, MANUFACTURED BETWEEN SEPTEMBER 8 AND SEPTEMBER 22, 2005. THE PLASTIC MATERIAL IN A SPECIFIC AREA ON EACH SIDE WALL WAS INCOMPLETELY BONDED DURING THE MOLDING OF THE SEAT SHELL WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT SHELL CAN CRACK, POSSIBLY RESULTING IN INJURY TO THE CHILD.","EVENFLO WILL AUTOMATICALLY SEND A REPLACEMENT SEAT TO ALL REGISTERED OWNERS. THE RECALL BEGAN OCTOBER 7, 2005. OWNERS MAY CONTACT EVENFLO PARENTLINK AT 800-233-5921 OR VISIT THEIR WEBSITE AT WWW.TRIBUTECARSEAT.COM." -10/18/2005,05V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V483000),Toyota Motor Engineering & Manufacturing,GLASS WIND DEFLECTOR,VISIBILITY,50S,Vehicle,71392,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A GLASS WIND DEFLECTOR, THE DEFLECTOR, IF IMPACTED BY A PROJECTILE, SUCH AS ROAD DEBRIS, WHILE DRIVING WITH THE WIND DEFLECTOR IN THE UPWARD-TILTED POSITION AT HIGHWAYS SPEEDS, MAY SHATTER AND SEPARATE FROM THE FRAME.",PIECES OF THE WIND DEFLECTOR GLASS MAY SEPARATE FROM THE FRAME AND FALL UPON THE VEHICLE OCCUPANTS CAUSING DRIVER DISTRACTION AND/OR INJURY.,"DEALERS WILL INSTALL A PROTECTIVE LAMINATE TO THE WIND DEFLECTOR TO PREVENT PIECES OF GLASS FROM SEPARATING FROM THE WIND DEFLECTOR FRAME. THE RECALL BEGAN OCTOBER 27, 2005. OWNERS MAY CONTACT TOYOTA AT 1-866-707-2466." -10/18/2005,05V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V485000),"Lufkin Industries, Inc.",TRAILER SUSPENSION/TRAILER WANDERS/TUTHILL,SUSPENSION,NR (Not Reported),Vehicle,988,"ON CERTAIN VAN TRAILERS EQUIPPED WITH TUTHILL TRAILER SUSPENSIONS, MODEL REYCO RS3162, THE BEAM/AXLE PIVOT CONNECTION JOINT IS MIS-ALIGNED CAUSING EXCESSIVE PLAY WITH THE TRAILER ALLOWING THE TRAILER TO WANDER.",A VEHICLE CRASH CAN OCCUR SHOULD THE TRAILER WANDER WITHOUT NOTICE.,"LUFKIN IS WORKING WITH TUTHILL TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. THE RECALL BEGAN ON NOVEMBER 11, 2005. OWNERS MAY CONTACT TUTHILL AT 800-753-0025 OR LUFKIN AT 1-936-634-2211." -10/17/2005,05V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V480000),"Nissan North America, Inc.",FOLDING THIRD ROW REAR SEAT,SEATS,NR (Not Reported),Vehicle,33042,"ON CERTAIN MINI VANS EQUIPPED WITH A FOLDING THIRD ROW REAR SEAT, WHEN THE THIRD ROW SEAT IS RAISED FROM ITS STOWED POSITION, IT ENGAGES STRIKER BRACKETS, ONE ON EACH SIDE OF THE SEAT CUSHION. THE FOLD-AWAY STRIKER LOOP IS WELDED TO A MOUNTING BRACKET. THE STRIKER MAY BECOME DETACHED FROM ITS MOUNTING BRACKET DUE TO A BROKEN WELD AT THE POINT OF ATTACHMENT TO THE BRACKET.","IF THE THIRD ROW SEAT STRIKER WELD FAILS, THE STRIKER COULD SEPARATE FROM THE MOUNTING BRACKET. STRIKER SEPARATION COULD AFFECT THE RISK OF INJURY IN CERTAIN TYPES OF CRASHES.","DEALERS WILL REPLACE THE THIRD ROW SEAT STRIKER BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 19, 2005. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/17/2005,05V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V479000),HYUNDAI CARIBBEAN-PUERTO RICO,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,073,Vehicle,2105,CERTAIN VEHICLES EQUIPPED WITH AN ADVANCED AIR BAG SYSTEM. THE OCCUPANT CLASSIFICATION SYSTEM (OCS) INSTALLED IN THE RIGHT FRONT SEAT OF THE VEHICLE MAY MISCLASSIFY A CHILD RESTRAINT SEAT (CRS) AS AN ADULT. THIS MAY OCCUR IF THE CRS IS INSTALLED AFTER AN ADULT HAS BEEN SEATED IN THE RIGHT FRONT SEAT. IF THERE HAS NOT BEEN A 'KEY ON' ' KEY OFF' CYCLE WITH THE RIGHT FRONT PASSENGER SEAT EMPTY PRIOR TO INSTALLATION OF THE CRS.,THE POSSIBILITY OF MISCLASSIFICATION OF A CRS AS AN ADULT MAY ALLOW THE RIGHT FRONT AIRBAG OR SIDE IMPACT AIRBAG TO DEPLOY IN A CRASH AND COULD RESULT IN INJURY TO THE RIGHT FRONT OCCUPANT.,"DEALERS WILL REPROGRAM THE VEHICLE'S OCS ELECTRONIC CONTROL UNIT (ECU) TO REMOVE THE FEATURE THAT MAY CAUSE THE CRS TO BE RECOGNIZED AS AN ADULT. THE RECALL BEGAN ON NOVEMBER 15, 2005. OWNERS MAY CONTACT HYUNDAI OF PUERTO RICO AT 1-800-981-0188." -10/17/2005,05V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V484000),"Forest River, Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,609,"ON CERTAIN MOTOR HOMES EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","FOREST RIVER IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED WITH A 16"" ALUMINUM WHEEL. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2005. OWNERS MAY CONTACT FOREST RIVER AT 1-574-389-4600." -10/17/2005,05V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V487000),Utilimaster Corporation,TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,993,"CERTAIN TRUCKS FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE AND LOADING INFORMATION PLACARD CONTAINS INCORRECT INFORMATION REGARDING THE MAXIMUM CARGO CARRYING CAPACITY.","INCORRECT CARGO CARRYING CAPACITY INFORMATION COULD LEAD TO IMPROPER VEHICLE LOADING OR TIRE INFLATION WHICH COULD RESULT IN A TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON NOVEMBER 15, 2005. OWNERS MAY CONTACT UTILIMASTER AT 1-800-237-7806." -10/14/2005,05V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V477000),"Explorer Van Company, Inc.",HIGH MOUNTED STOP LAMP/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,118,"CERTAIN CONVERSION VANS BUILT ON GMC/CHEVROLET CHASSIS FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE HOUSING LENS OF THE CENTER HIGH MOUNTED STOP LAMP DOES NOT ALLOW ENOUGH LIGHT TO EMIT FROM THE LAMP.",FOLLOWING VEHICLES MAY NOT BE FULLY INFORMED OF VEHICLE BRAKING. REAR-END COLLISIONS AND INJURY TO OCCUPANTS MAY OCCUR.,EXPLORER VAN IS WORKING WITH AUDIOVOX TO REPLACE THE CENTER HIGH-MOUNTED BRAKE LAMP ASSEMBLY. OWNERS MAY CONTACT EXPLORER AT 1-800-274-1886. -10/14/2005,05V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V476000),"Jayco, Inc.",TOWING PIGTAIL WIRES/BRAKE LIGHTS,EQUIPMENT,NR (Not Reported),Vehicle,237,CERTAIN MOTOR HOMES BUILT ON CHEVROLET C3500 (EXPRESS) CUTAWAY CHASSIS HAVE A TOWING PIGTAIL THAT WILL NOT SHOW BRAKE LIGHTS ON THE TOWED VEHICLE IF HOOKED TO THE TOWING PIGTAIL.,"THIS CONDITION COULD RESULT IN A CRASH, INJURY OR DEATH.","DEALERS WILL REWIRE THE TOWING PIGTAIL WIRES TO INCLUDE THE BRAKE LIGHT CIRCUIT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2005. OWNERS MAY CONTACT JAYCO AT 1-800-283-8267." -10/13/2005,05V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V472000),LES ENTREPRISES M.CORBEIL,FMVSS 221/CEILING JOINT STRENGTH,STRUCTURE,W0070,Vehicle,245,"CERTAIN 2004 CORBEIL MINIBUS SCHOOL BUSES MANUFACTURED BETWEEN APRIL 26 AND MAY 21, 2004. AN INADEQUATE QUANTITY OF GLUE WAS USED TO SEAL THE CEILING JOINTS WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A VEHICLE CRASH, THE LONGITUDINAL ROOF JOINT COULD HAVE LESS STRENGTH AS REQUIRED BY FMVSS 221, INCREASING THE RISK OF INJURY.","CORBEIL WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES BY ADDING ADDITIONAL GLUE AND/OR SCREWS TO ENFORCE THE CEILING JOINTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2006. CUSTOMERS MAY CONTACT CORBEIL AT 450-439-3577." -10/13/2005,05V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V471000),LES ENTREPRISES M.CORBEIL,FMVSS 221/ROOF JOINT STRENGTH,STRUCTURE,W0071,Vehicle,295,"CERTAIN 2004 CORBEIL SCHOOL BUSES MANUFACTURED BETWEEN MAY 3 AND JUNE 4, 2004. EXPIRED GLUE WAS USED TO ADHERE THE ROOF JOINTS WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A VEHICLE CRASH, THE LONGITUDINAL ROOF JOINT COULD HAVE LESS STRENGTH AS REQUIRED BY FMVSS 221, INCREASING THE RISK OF INJURY.","CORBEIL WILL NOTIFY ITS OWNERS AND WILL PROVIDE A FREE REPAIR KIT. THE RECALL BEGAN ON MARCH 17, 2006. OWNERS MAY CONTACT LES ENTREPRISES CUSTOMER SERVICE AT 1-888-439-3577 EXT. 260." -10/13/2005,05V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V475000),"Winnebago Industries, Inc.",FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3613,"ON CERTAIN MOTOR HOMES BUILT ON FORD CHASSIS, THE FASTENERS HOLDING THE FUEL TANK MOUNTING STRAPS MAY NOT HAVE BEEN PROPERLY TIGHTENED, ALLOWING THE POSSIBILITY FOR THE FUEL TANK TO LOOSEN AND FALL.","IF THE FUEL TANK FALLS, THERE IS THE POTENTIAL FOR THE TANK TO IGNITE, RESULTING IN PERSONAL INJURY, VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL INSPECT AND PROPERLY TIGHTEN THE FASTENERS TO THE FUEL TANK STRAPS. THE RECALL BEGAN ON OCTOBER 15, 2005. OWNERS MAY CONTACT WINNEBAGO AT 614-585-6939." -10/13/2005,05V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V474000),"Nissan North America, Inc.",SEAT ADJUSTMENT MECHANISM/PINCHED FINGERS,SEATS,R0504,Vehicle,109437,"ON CERTAIN MINI VANS, THERE IS A SEAT ADJUSTMENT MECHANISM THAT CONTAINS EXPOSED MOVING COMPONENTS LOCATED AT THE REAR INSIDE EDGE OF THE SECOND ROW SEAT.","WHEN THE OPERATOR ATTEMPTS SEAT ADJUSTMENT, A FINGER MAY BE PINCHED IN THE MOVING SEAT ADJUSTMENT MECHANISM WHICH COULD CAUSE AN INJURY.","ON EARLIER MODEL VEHICLES BUILT THROUGH JUNE 28, 2004, DEALERS WILL REPLACE THE INBOARD SECOND ROW SEAT ADJUSTMENT HANDLE, RIVET A PLASTIC REINFORCEMENT TO BACKSIDE OF THE EXISTING SEAT BACK COVER CARPETING, INSTALL TIE-DOWNS AND A FLANGE TO THE INBOARD SIDE SHIELD. ON VEHICLES PRODUCED FROM JUNE 29, 2004 THROUGH SEPTEMBER 26, 2005, DEALERS WILL RIVET A PLASTIC REINFORCEMENT TO THE BACKSIDE OF THE EXISTING SEAT BACK COVER CARPETING, INSTALL TIE-DOWNS AND A FLANGE ON THE INBOARD SIDE SHIELD. THE RECALL BEGAN ON DECEMBER 19, 2005. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/12/2005,05V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V473000),"Gillig, LLC",ECM CALIBRATION/EXHAUST TEMPERATURE SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5,"ON CERTAIN TRANSIT BUSES MANUFACTURED WITH DETROIT DIESEL SERIES 50 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL NEED TO BE REPROGRAMMED TO ACTIVATE THE EXHAUST TEMPERATURE SENSOR.",ENGINE MALFUNCTION COULD POSSIBLE LEAD TO ENGINE AND VEHICLE DAMAGE AND POTENTIAL FOR A VEHICLE FIRE.,"GILLIG IS WORKING WITH DETROIT DIESEL TO REPROGRAM THE ENGINES. GILLIG ISSUED A RENOTIFICATION LETTER TO OWNERS ON FEBRUARY 27, 2007. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5791 OR GILLIG AT 1-510-785-1500." -10/12/2005,05V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V478000),"Gillig, LLC",ENGINE STALL CONDITION/CUMMINS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,34,ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ISB-02 DIESEL ENGINES BUILT WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS, IN CONJUNCTION WITH GILLIG, WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS OR GILLIG AT 1-510-785-1500." -10/12/2005,05E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E066000),"UNI-BOND LIGHTING AND SAFETY, LLC",FMVSS 108/STOP TURN TAIL LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,17700,"CERTAIN UNI-BOND 4"" STOP TAIL TURN LAMPS, P/NOS. SE4000R, SE4042R, AND KT3405R, WITH DATE CODES 4H21B1, 4H22B1, 4H23B1, 4H24BI, 4H25B1, AND 4H25B2 MANUFACTURED BETWEEN AUGUST 21 AND AUGUST 25, 2004, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON HEAVY TRUCKS, TRAILERS, AND BUSES. DUE TO MIS-ALIGNMENT OF THE BULB IN THE BULB HOLDER, LESS THAN OPTIMUM LIGHT IN THE 5 AND 10 DEGREE ZONES IS DELIVERED WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, DEFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",OTHER MOTORIST MAY NOT PERCEIVE THE INTENT TO THE DRIVER WHO HAS HAD THESE LAMPS INSTALLED ON THEIR VEHICLE AND A VEHICLE CRASH COULD OCCUR.,"UNI-BOND WILL NOTIFY ITS CUSTOMERS AND REPLACE THE NONCOMPLIANT LAMPS FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 14, 2005. CUSTOMERS MAY CONTACT UNI-BOND AT 713-303-3413." -10/12/2005,05V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V470000),"BMW of North America, LLC",TIRE INFORMATION LABEL/FMVSS 110,EQUIPMENT,NR (Not Reported),Vehicle,960,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE STANDARD REQUIRES THAT THE RELATIONSHIP BETWEEN THE TIRE SIZE AND MAXIMUM TIRE PRESSURE BE INDICATED ON THE VEHICLE'S TIRE INFORMATION LABEL. THIS RELATIONSHIP IS NOT PRESENT.","TOO LOW OR TOO HIGH TIRE PRESSURE CAN CAUSE PREMATURE WEAR AND/OR TIRE DAMAGE, AND COULD LEAD TO UNFAVORABLE DRIVING CONDITIONS.","OWNERS WILL BE PROVIDED WITH NEW TIRE INFORMATION PLACARDS AND INSTALLATION INSTRUCTIONS. AT THE CUSTOMER'S OPTION, A DEALER CAN PERFORM THE INSTALLATION FOR THEM. THE RECALL BEGAN ON NOVEMBER 30, 2005. OWNERS MAY CONTACT MINI AT 1-866-275-6464." -10/12/2005,05E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E067000),TUTHILL TRANSPORT TECHNOLOGIES,TRAILER SUSPENSION/TRAILER WANDERS,SUSPENSION,0509,Equipment,2641,"CERTAIN TUTHILL TRAILER SUSPENSIONS, MODELS 20/22 AR AND RS3162, SHIPPED FROM FEBRUARY 18, 2004, AND SEPTEMBER 22, 2005, AND INSTALLED AS ORIGINAL EQUIPMENT ON TRAILERS. THE BEAM/AXLE PIVOT CONNECTION JOINT MAY POTENTIONALLY BE MISASSEMBLED WHICH COULD LEAD TO MISALIGNMENT AND EXCESSIVE PLAY CAUSING THE TRAILER TO WANDER.",A VEHICLE CRASH CAN OCCUR SHOULD THE TRAILER WANDER.,"TUTHILL IS WORKING WITH THE VEHICLE MANUFACTURERS TO NOTIFY THE OWNERS OF THE AFFECTED VEHICLES AND PROVIDE FREE REMEDY. THE RECALL BEGAN ON OCTOBER 11, 2005. OWNERS MAY CONTACT THEIR VEHICLE MANUFACTURER OR TUTHILL CUSTOMER SERVICE AT 800-753-0025." -10/07/2005,05V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V464000),"NABI Bus, LLC",ECM CALIBRATION/EXHAUST TEMPERATURE SENSOR/DDC,ENGINE AND ENGINE COOLING,20054,Vehicle,222,"ON CERTAIN TRANSIT BUSES MANUFACTURED WITH DETROIT DIESEL SERIES 50 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL NEED TO BE REPROGRAMMED TO ACTIVATE THE EXHAUST TEMPERATURE SENSOR.",ENGINE MALFUNCTION COULD POSSIBLE LEAD TO ENGINE AND VEHICLE DAMAGE AND POTENTIAL FOR A VEHICLE FIRE.,"NABI IS WORKING WITH DETROIT DIESEL TO REPROGRAM THE ENGINES. THE RECALL BEGAN ON MARCH 16, 2007. OWNERS MAY CONTACT NABI AT 256-831-4296." -10/07/2005,05V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V466000),Isuzu Motors Limited,FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15515,"CERTAIN SPORT UTILITY VEHICLES THAT HAVE BEEN EXPOSED TO FUEL CONTAMINATED WITH SILICON MAY DEVELOP SMALL PIN HOLES IN THE FUEL PUMP FEED PORT. SILICON HAS BEEN IDENTIFIED IN THE FUEL SYSTEMS OF AFFECTED VEHICLES AND IN CERTAIN FUEL AVAILABLE IN THE REGION OF TYLER, TEXAS. THIS RECALL WILL BE LAUNCHED FOR VEHICLES REGISTERED IN TEXAS AND THE FOUR SURROUNDING STATES: OKLAHOMA, ARKANSAS, NEW MEXICO AND LOUISIANA.",A FUEL LEAK COULD LEAD TO A VEHICLE FIRE.,"FOR VEHICLES REGISTERED IN THE STATES IDENTIFIED ABOVE, DEALERS WILL PROVIDE A NEW COVER OVER THE EXISTING FEED PORT ON THE FUEL PUMP OR, IF THE EXISTING FEED PORT HAS ALREADY BEEN DAMAGED, DEALERS WILL INSTALL A NEW FUEL PUMP THAT IS EQUIPPED WITH THE NEW COVER. THE NEW COVER WILL BE MADE OF A DIFFERENT MATERIAL. THE RECALL BEGAN ON NOVEMBER 25, 2005. OWNERS MAY CONTACT ISUZU AT 1-800-255-6727." -10/06/2005,05V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V460000),"Chrysler (FCA US, LLC)",AUTOMATIC TRANSMISSION CUP PLUG,POWER TRAIN,E14,Vehicle,256409,"ON CERTAIN PICKUP TRUCKS, SPORT UTILITY AND PASSENGER VEHICLES EQUIPPED WITH 42RLE AUTOMATIC TRANSMISSIONS, THE CUP PLUG THAT RETAINS THE PARK PAWL ANCHOR SHAFT MAY BE IMPROPERLY INSTALLED. IF THE SHAFT MOVES OUT OF POSITION, THE VEHICLE MAY NOT BE ABLE TO ACHIEVE 'PARK' POSITION.","IF THIS OCCURS AND THE PARKING BRAKE IS NOT APPLIED, THE VEHICLE MAY ROLL AWAY AND CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE TRANSMISSIONS AND INSTALL A BRACKET TO ENSURE THE PARK PAWL ANCHOR SHAFT IS RETAINED IN THE PROPER POSITION. THE RECALL BEGAN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/06/2005,05V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V465000),FOUR WINDS INTERNATIONAL,HITCH SPACER PLATE REPLACEMENT,TRAILER HITCHES,NR (Not Reported),Vehicle,221,"ON CERTAIN CLASS A AND CLASS B MOTOR HOMES, THE HITCH MAY HAVE BEEN MANUFACTURED WITH A SPACER PLATE THAT DOES NOT FIT FLUSH TO THE REAR EXTENSION.",THIS CAUSES THE FASTENERS TO BE CORNER LOADED WHEN TIGHTENED WHICH COULD CAUSE THE HITCH TO FAIL DURING USAGE CAUSING A CRASH WHICH COULD RESULT IN DEATH AND INJURY.,"DEALERS WILL INSTALL A NEW SPACER PLATE AND ADD SIX NEW BOLTS, WASHERS AND NUTS TO SECURE THE SPACER PLATE IN PLACE. THE RECALL BEGAN ON NOVEMBER 11, 2005. OWNERS MAY CONTACT FOUR WINDS AT 574-266-1111." -10/06/2005,05V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V461000),"Chrysler (FCA US, LLC)",TRANSFER CASE CONTROL MODULE,POWER TRAIN,E18,Vehicle,136,"ON CERTAIN 4-WHEEL DRIVE PICKUP TRUCKS, THE TOTALLY INTEGRATED POWER MODULE (TIPM) MAY CONTAIN INCORRECT TRANSFER CASE CALIBRATION SET POINTS, POTENTIALLY RESULTING IN INADVERTENT TRANSFER CASE DEFAULT TO NEUTRAL.","IF THIS OCCURS AND THE PARKING BRAKE IS NOT APPLIED, THE VEHICLE MAY ROLL AWAY AND CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL REPROGRAM THE TIPM WITH NEW SOFTWARE THAT PREVENTS THE POTENTIAL FOR THIS CONDITION. THE RECALL BEGAN ON NOVEMBER 7, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/06/2005,05V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V462000),"Chrysler (FCA US, LLC)",UNINTENDED VEHICLE MOVEMENT,POWER TRAIN,E17,Vehicle,250433,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH DIESEL ENGINES AND AUTOMATIC TRANSMISSIONS, IN AN ATTEMPT TO EXIT THE VEHICLE QUICKLY WITHOUT SHUTTING OFF THE ENGINE AND REMOVING THE KEY, THE DRIVER MAY INADVERTENTLY LEAVE THE AUTOMATIC TRANSMISSION SHIFT CONTROL IN INDICATED REVERSE.",THIS ERROR IS AN UNINTENDED ACTION THAT MAY RESULT IN A LACK OF TRANSMISSION PARK PAWL ENGAGEMENT AND POSSIBLY DELAYED REARWARD MOVEMENT OF THE VEHICLE.,DEALERS WILL PERFORM A SOFTWARE MODIFICATION TO EQUIP THESE VEHICLES WITH AN OUT-OF-PARK ALARM. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403. -10/05/2005,05V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V467000),FREIGHTLINER LLC,ARVINMERITOR REAR AXLE HOUSING,SUSPENSION,FL-460,Vehicle,1100,"CERTAIN 2005 THOMAS BUILT FS-65 AND C-2 SCHOOL BUSES AND 2005 FREIGHTLINER ARGOSY, COLUMBIA, CENTURY ST, AND M2 BUSINESS CLASS TRUCKS MANUFACTURED BETWEEN JUNE 4 AND JULY 8, 2005. THE SPINDLES IN THE REAR AXLE HOUSING WERE OVERHEATED DURING THE HEAT TREATMENT PROCESS. INCORRECTLY HEAT TREATED SPINDLES COULD RESULT IN A FRACTURE OF THE SPINDLE.","INCORRECTLY HEAT TREATED SPINDLES COULD FRACTURE, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","FREIGHTLINER WILL NOTIFY ITS CUSTOMERS AND INSPECT FOR THE HEAT TREAT DATE CODE ON THE END OF THE REAR SPINDLES AND REPLACE THE AXLE HOUSING IF NECESSARY. THE RECALL IS EXPECTED TO BEGIN ON JANUARY 23, 2006. OWNERS MAY CONTACT FREIGHTLINER" -10/05/2005,05V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V456000),Daimler Buses North America,BATTERY EQUALIZER/ELECTRICAL SHORT/SURE POWER,ELECTRICAL SYSTEM,SPSR001,Vehicle,123,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH SURE POWER BATTERY EQUALIZERS, P/N 52210 24V/12V 100 AMP SERIES 1, THE EQUALIZERS MAY EXPERIENCE A FAILURE MODE. THESE EQUALIZERS USED AN INDUCTOR WITH THE COILS PROTECTED BY INSULATION. OVER TIME, THE INDUCTOR INSULATION MAY DEGRADE CREATING A SHORT.","THE SHORTED INDUCTOR MAY CAUSE THE BATTERY EQUALIZER TO SMOKE OR BURN, AND POSSIBLY RESULT IN A FIRE.",SURE POWER WILL NOTIFY DC'S CUSTOMERS AND REPLACE THE EQUALIZERS FREE OF CHARGE. OWNERS MAY CONTACT SURE POWER AT 1-800-845-6269 EXT. 113. -10/05/2005,05V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V469000),FREIGHTLINER LLC,CUMMINS ECM FUEL SYSTEM LIFT PUMP,"FUEL SYSTEM, OTHER",FL-463,Vehicle,8310,"CERTAIN 2004 AND 2005 FREIGHTLINER VAN, MOTOR HOME, SHUTTLE BUS, AND SCHOOL BUS CHASSIS MANUFACTURED BETWEEN JANUARY 2004 AND MAY 2005. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE WEAR OF THE PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.","SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.",CUMMINS WILL NOTIFY THE OWNERS OF THE FREIGHTLINER AND THOMAS BUILT VEHICLES AND WILL REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER 1-800-DIESELS (1-800-343-7357) OR FREIGHTLINER AT 1-800-547-0712. -10/05/2005,05V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V452000),"Suzuki Motor USA, LLC",FRONT BRAKE ROTOR,"SERVICE BRAKES, HYDRAULIC",99-HQ,Vehicle,801,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 16-INCH WHEELS, THE FRONT BRAKE DISCS MAY BREAK UNDER SEVERE DRIVING CONDITIONS. THE BREAKAGE CAN OCCUR IN CONDITIONS WHERE THE VEHICLE IS DRIVEN ON A REGULAR BASIS ON EXTREMELY STEEP PAVED DOWN-SLOPES WHILE CONTINUOUSLY APPLYING THE BRAKES.",THE FRONT BRAKES MAY BECOME INOPERATIVE AND THE VEHICLE MAY PULL TO ONE SIDE. THIS COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THE FRONT BRAKE DISCS ON THESE VEHICLES. THE RECALL BEGAN ON NOVEMBER 10, 2005. THESE VEHICLES ARE LOCATED ON ST. THOMAS ISLAND (VIRGIN ISLANDS). OWNERS MAY CONTACT SUZUKI DEL CARIBE AT 787-622-0600." -10/05/2005,05E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E065000),SPX FILTRAN,FUEL FILTER LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,42962,"CERTAIN SPX FILTRAN FUEL FILTERS WITH A 45-DEGREE ANGLE INLET TUBE, MODEL 800F350-S1, SOLD AS REPLACEMENT FILTERS FOR 1993-1997 FORD PROBE,1993-2001 MAZDA 626 AND MX-6, AND 1983-1994 LOYAL, 3-DOOR COUPE, HATCHBACK, SEDAN, WAGON, BRAT, DL, GL, GL-10, RX, XT, AND XT6 PASSENGER VEHICLES WITH EFI OR TURBO ENGINES. THESE FILTERS ARE PACKAGED AS WIX, NAPA, AND CARQUEST BRAND FUEL FILTERS. CERTAIN SPX FILTRAN FUEL FILTERS WITH A 90-DEGREE ANGLE INLET TUBE, MODEL 800F300-S2, SOLD AS REPLACEMENT FILTERS FOR 19983-1994 SUBARU VEHICLES WITH EFI OR TURBO ENGINES. THESE FILTERS ARE PACKAGED AS WIX, NAPA, AND CARQUEST BRAND FUEL FILTERS. FUEL MAY LEAK FROM THE FILTER DUE TO NON-CONFORMING BRAZING WELDS WHERE THE INLET TUBE IS CONNECTED TO THE FILTER CAN.","IN THE PRESENCE OF AN IGNITION SOURCE, A VEHICLE FIRE CAN OCCUR.","SPX WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FULL REFUND. THE RECALL BEGAN SEPTEMBER 27, 2005. OWNERS MAY CONTACT MR. CHRIS GREESON AT 704-869-3733 OR CONTACT THE WIX INFORMATION HOTLINE AT 800-949-6698." -10/05/2005,05V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V453000),FREIGHTLINER LLC,FUEL LINE ROUTING,"FUEL SYSTEM, GASOLINE",FL-462,Vehicle,600,"ON CERTAIN TRUCKS FITTED WITH OPTIONAL IN-CAB BATTERIES, THE DUAL SUCTION/RETURN LINES MAY CONTACT THE CAB POWER HARNESS RESULTING IN CHAFING THROUGH.",THIS COULD RESULT IN A FIRE.,"DEALERS WILL REROUTE AND SECURE THE FUEL LINES. THE RECALL BEGAN ON JANUARY 26, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -10/05/2005,05V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V468000),FREIGHTLINER LLC,PARK BRAKE ANCHOR BOLT/BOSCH,PARKING BRAKE,FL-461,Vehicle,3850,"CERTAIN 2004 AND 2005 THOMAS BUILT C2 SCHOOL BUSES AND FREIGHTLINER BUSINESS CLASS M2 HEAVY TRUCKS MANUFACTURED BETWEEN JUNE 2004 AND MARCH 2005. THE ANCHOR/PIVOT BOLT SUPPLIED WITH THE PARK BRAKE IS DEFECTIVE AND COULD FATIGUE FRACTURE PREMATURELY, RESULTING IN THE PARK BRAKE FAILING TO APPLY.","IF THE PARK BRAKE ANCHOR BOLT FATIGUES AND ULTIMATELY FRACTURES, THE PARK BRAKE MAY NOT FUNCTION AND THERE MAY BE NO INDICATION TO THE DRIVER OF THE MALFUNCTION WHEN THE PARK BRAKE IS SET. THIS MAY CAUSE THE VEHICLE TO ROLL AWAY WITHOUT WARNING, WHICH COULD RESULT IN A CRASH.","FREIGHTLINER WILL NOTIFY ITS OWNERS AND INSPECT AND REPLACE DEFECTIVE ANCHOR BOLTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 7, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -10/05/2005,05V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V463000),Kia Motors America,POWER SEAT WIRING,SEATS,SC054,Vehicle,74276,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH POWER SEATS, THE WIRING UNDER THE FRONT SEATS COULD BE MISROUTED, ALLOWING CONTACT WITH METAL SEAT COMPONENTS.",THIS CONTACT COULD EVENTUALLY RESULT IN A SHORT CIRCUIT CONDITION THAT MAY RESULT IN A FIRE IN THE JUNCTION BOX AREA OF THE VEHICLE.,"DEALERS WILL INSPECT AND RE-ROUTE THE WIRES UNDER THE POWER SEATS, IF NECESSARY, AS WELL AS INSTALL PROTECTIVE SEAMING WELTS AROUND THOSE WIRES TO BETTER INSULATE THEM. THE RECALL BEGAN ON NOVEMBER 28, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -10/05/2005,05V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V455000),"General Motors, LLC",POWER STEERING HOSE,STEERING,05086,Vehicle,123592,"CERTAIN PASSENGER VEHICLES MAY HAVE BEEN BUILT WITH A POWER STEERING HOSE THAT IS NOT TO SPECIFICATION. UNDER EXTREME STEERING MANEUVERS, SUCH AS TURNING THE STEERING WHEEL FULLY TO THE LEFT OR RIGHT WHILE BRAKING, THE HOSE MAY FRACTURE AND LEAK FLUID.","IF THIS WERE TO OCCUR, POWER STEERING ASSIST WOULD BE LOST AND INCREASED STEERING EFFORT WOULD BE REQUIRED. ON VEHICLES EQUIPPED WITH HYDRO-BOOST POWER BRAKES, IT COULD ALSO RESULT IN LOSS OF POWER BRAKE ASSIST AND INCREASED BRAKING EFFORT WOULD BE REQUIRED. IF THE POWER STEERING FLUID SPRAY WERE TO SPRAY ONTO HOT ENGINE PARTS, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT THE POWER STEERING HOSE(S) FOR TWO SUSPECT DATE CODES AND REPLACE THEM IF REQUIRED. THE RECALL WILL BEGIN ON OCTOBER 14, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, BUICK AT 1-866-608-8080, CADILLAC AT 1-866-982-2339, ISUZU AT 1-800-255-6727, OR HUMMER AT 1-800-732-5493." -10/05/2005,05V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V458000),"Nissan North America, Inc.",TOW HITCH ASSEMBLIES,TRAILER HITCHES,NR (Not Reported),Vehicle,12500,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH A NISSAN ACCESSORY TOW HITCH, INADEQUATE QUALITY OF SOME WELDED JOINTS IN THE HITCH ASSEMBLY MAY RESULT IN SEPARATION OF THE HITCH FROM THE VEHICLE WHEN BEING USED TO TOW.",THIS COULD RESULT IN THE TRAILER SEPARATING FROM THE VEHICLE AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPLACE THE TOW HITCHES. ON OCTOBER 17, 2005, OWNERS WERE SENT AN INTERIM LETTER ADVISING THEM NOT TO USE THE TOW HITCH UNTIL IT CAN BE REPAIRED. ANOTHER LETTER WAS SENT OUT ON NOVEMBER 21, 2005, NOTIFYING THEM TO BRING THEIR VEHICLES IN FOR REPAIR. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -10/04/2005,05V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V448000),"Navistar, Inc.",DRIVER'S SEAT BELT TETHERS,SEAT BELTS,05519,Vehicle,125,"ON CERTAIN HEAVY DUTY TRUCK/TRACTORS EQUIPPED WITH SEARS ATLAS SERIES 35, 70, OR 80 DRIVER'S SEATS, WHEN THE SEATS ARE IN THEIR LOWEST, MOST REARWARD ADJUSTED POSITION, THEY MAY CHAFE THE SEAT BELT TETHER THAT CONNECTS FROM THE SEAT TO THE BACK OF THE CAB.","THIS CHAFING MAY EVENTUALLY CUT THROUGH THE TETHER, THUS WEAKENING THE EFFECTIVENESS OF THE SEAT BELT ASSEMBLY IN A VEHICLE CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","DEALERS WILL INSPECT THE VEHICLES FOR SUSPECT SEAT CODES AND WILL REPLACE THE EXISTING 12"" SEAT TETHERS WITH NEW 13.5"" TETHERS. THE RECALL BEGAN ON OCTOBER 7, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/04/2005,05V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V444000),WEEKEND WARRIOR TRAILERS INC.,FMVSS 108/SIDE MARKER\REFLEX REFLECTOR,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,13447,"CERTAIN RECREATIONAL TRAILERS DO NOT CONFORM TO THE LIGHTING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' AMBER INTERMEDIATE SIDE MARKER LAMPS AND REFLEX REFLECTORS IN VEHICLES LONGER THAN 30' IN OVERALL LENGTH WERE MISSING. ALSO THE ABSENCE OF THE REAR IDENTIFICATION LAMPS IN VEHICLES OVER 80"" IN OVERALL WIDTH.","WITHOUT THIS LIGHTING, AND PARTICULARLY, DURING NIGHT DRIVING CONDITIONS OR WHILE THE TRAILER IS PARKED, OTHER VEHICLES MAY NOT SEE A TRAILER, THEREBY INCREASING THE RISK OF A CRASH.",WEEKEND WARRIOR OR AN AUTHORIZED DEALER WILL ADD THE MISSING EQUIPMENT TO ENHANCE VISIBILITY. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2007. OWNERS MAY CONTACT WEEKEND WARRIOR AT 1-800-500-9914. -10/04/2005,05V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V446000),"Gulf Stream Coach, Inc.",HOLDING TANK STEEL BRACKET LOCATION,EQUIPMENT,NR (Not Reported),Vehicle,306,"ON CERTAIN CLASS B MOTOR HOMES BUILT ON THE SPRINTER CHASSIS, THE STEEL BRACKET SECURING THE HOLDING TANK IS INSTALLED IN A LOCATION IN WHICH IT PRESSES AGAINST THE OEM BRAKE LINES.","THIS CONDITION CREATES POINTS OF POSSIBLE WEAR DUE TO VIBRATION DURING VEHICLE OPERATION WHICH, OVER TIME, COULD CAUSE THE BRAKE LINES TO FATIGUE AND LEAK BRAKE FLUID. THIS COULD CAUSE FAILURE OF THE BRAKES TO OPERATE PROPERLY WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPAIR THESE VEHICLES. THE RECALL BEGAN ON OCTOBER 14, 2005. OWNERS MAY CONTACT GULF STREAM AT 1-574-773-7761." -10/04/2005,05V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V451000),"Mitsubishi Fuso Truck of America, Inc.",IDLER SHAFT BOLT,ENGINE AND ENGINE COOLING,R3150410,Vehicle,1848,"ON CERTAIN MEDIUM DUTY TRUCKS, THE CYLINDER HEAD IDLER GEAR SHAFT BOLT MAY HAVE BEEN INSUFFICIENTLY TIGHTENED DURING INITIAL ASSEMBLY. CONTINUED OPERATION IN THIS CONDITION COULD CAUSE THE BOLT TO LOOSEN, RESULTING IN ABNORMAL NOISE FROM IMPROPER GEAR ALIGNMENT.","THE BOLT COULD BREAK, CAUSING THE ENGINE TO STALL AND NOT RESTART, INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK THE IDLER SHAFT BOLT. IF THE BOLT CANNOT BE REMOVED BY HAND, A MODIFIED IDLER SHAFT BOLT WILL BE INSTALLED. IF THE BOLT IS LOOSE ENOUGH TO BE REMOVED BY HAND, A NEW IDLER GEAR, IDLER SHAFT, AND A MODIFIED IDLER SHAFT BOLT WILL BE INSTALLED. THE RECALL BEGAN ON DECEMBER 20, 2005. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -10/04/2005,05V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V450000),Hyundai Motor America,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,074,Vehicle,12000,ON CERTAIN VEHICLES EQUIPPED WITH AN OCCUPANT CLASSIFICATION SYSTEM (OCS) THE RIGHT FRONT SEAT OF THE VEHICLE MAY MISCLASSIFY CERTAIN SMALL CHILDREN SEATED ON THE FRONT EDGE OF THE SEAT AS AN ADULT.,THE POSSIBILITY OF MISCLASSIFICATION OF CERTAIN SMALL CHILDREN AS AN ADULT MAY ALLOW THE RIGHT FRONT AIRBAG TO DEPLOY IN A FRONTAL COLLISION CRASH OR THE SIDE IMPACT AIRBAG TO DEPLOY IN A SIDE COLLISION CRASH; SEVERE INJURY OR DEATH COULD OCCUR.,"DEALERS WILL ENSURE THAT THE VEHICLE'S OCS WILL PROPERLY CLASSIFY CERTAIN SMALL CHILDREN WHEN SEATED ON THE FRONT EDGE OF THE SEAT AND WILL DISABLE THE RIGHT FRONT AIRBAGS. DEALERS WILL REPROGRAM THE VEHICLE'S OCS ELECTRONIC CONTROL UNIT TO PROVIDE AN INCREASED MARGIN FOR RECOGNITION OF CERTAIN SMALL CHILDREN. THE RECALL BEGAN ON DECEMBER 21, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -10/04/2005,05V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V445000),PACCAR Incorporated,REAR DRIVE AXLE SPINDLE/ARVINMERITOR,POWER TRAIN,NR (Not Reported),Vehicle,1,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH ARVINMERITOR SERIES 145 OR 160 REAR DRIVE AXLES, SOME SPINDLES WERE OVERHEATED DURING THE HEAT TREAT PROCESS.",THIS COULD LEAD TO A FRACTURE OF THE SPINDLE.,KENWORTH HAS CONTACTED THE CUSTOMER AND THE VEHICLE HAS BEEN INSPECTED AND CORRECTED. NO FURTHER ACTION IS REQUIRED ON THIS CAMPAIGN. -10/04/2005,05V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V449000),"Navistar, Inc.",REAR DRIVE AXLE SPINDLE/ARVINMERITOR,POWER TRAIN,05520,Vehicle,4,ON CERTAIN HEAVY DUTY TRUCK/TRACTORS EQUIPPED WITH ARVINMERITOR SERIES 145 AND 160 REAR DRIVE AXLES. THE SUSPECT REAR DRIVE AXLE'S SPINDLES MAY HAVE BEEN INCORRECTLY HEAT TREATED. SUCH A CONDITION LESSENS THE OVERALL STRUCTURAL INTEGRITY OF THE SPINDLES AND COULD RESULT IN ITS FRACTURE.,"IF A SPINDLE FRACTURES WHILE THE VEHICLE IS IN MOTION, IT MAY CAUSE WHEEL SEPARATION, WHICH COULD, WITHOUT WARNING RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE SUSPECT VEHICLES AND IF THE SPINDLES ARE FOUND TO HAVE CERTAIN DATE CODES, THE AXLE WILL BE REPLACED. THE RECALL BEGAN ON OCTOBER 7, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -10/04/2005,05V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V454000),"Mack Trucks, Inc.",REAR DRIVE AXLE SPINDLES/ARVIN-MERITOR,POWER TRAIN,SC0308,Vehicle,2,ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR SERIES 145 AND 160 REAR DRIVE AXLES. SOME OF THE SPINDLES WERE OVERHEATED DURING THE HEAT TREAT PROCESS WHICH COULD RESULT IN A FRACTURE OF THE SPINDLE.,"IF A SPINDLE FRACTURES WHILE THE VEHICLE IS IN MOTION, IT MAY CAUSE WHEEL SEPARATION, WHICH COULD, WITHOUT WARNING RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE SPINDLE FOR SUSPECT HEAT CODES AND REPLACE THE AXLE IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 15, 2005. OWNERS MAY CONTACT MACK TRUCKS AT 1-336-393-2233." -10/04/2005,05V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V457000),Volvo Trucks North America,REAR DRIVE AXLE SPINDLES/ARVIN-MERITOR,POWER TRAIN,RVXX0505,Vehicle,7,ON CERTAIN TRUCKS EQUIPPED WITH ARVINMERITOR SERIES 145 AND 160 REAR DRIVE AXLES. SOME OF THE SPINDLES WERE OVERHEATED DURING THE HEAT TREAT PROCESS WHICH COULD RESULT IN A FRACTURE OF THE SPINDLE.,"IF A SPINDLE FRACTURES WHILE THE VEHICLE IS IN MOTION, IT MAY CAUSE WHEEL SEPARATION, WHICH COULD, WITHOUT WARNING RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE SPINDLE FOR SUSPECT HEAT CODES AND REPLACE THE AXLE IF NECESSARY. THE RECALL BEGAN ON DECEMBER 12, 2005. OWNERS MAY CONTACT VOVLO TRUCKS AT 1-800-528-6586." -10/04/2005,05V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V447000),"Haulmark Industries, Inc.",REAR SPRING HANGER BRACKETS,SUSPENSION,NR (Not Reported),Vehicle,147,"ON CERTAIN RECREATIONAL VEHICLES, THE REAR SPRING HANGER BRACKETS MAY NOT HAVE BEEN INSTALLED IN ACCORDANCE WITH HAULMARK'S SPECIFICATIONS DURING THE MODIFICATION PROCESS. THIS CONDITION COULD CAUSE THE SPRING HANGER FASTENERS TO LOSE TORQUE AND FAIL.","SHOULD THE SPRING HANGER FASTENERS FAIL, THE AXLE MAY DISCONNECT FROM THE FRAME, RESULTING IN A LOSS OF VEHICLE CONTROL AND, POTENTIALLY, A CRASH.",AN AUTHORIZED FREIGHTLINER DEALER WILL INSPECT AND REPLACE THE SPRING HANGER FASTENERS. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2005. OWNERS MAY CONTACT HAULMARK AT 866-760-8195 TO LOCATE THE CLOSEST FREIGHTLINER DEALER TO MAKE ARRANGEMENTS TO HAVE THEIR VEHICLE INSPECTED. -10/04/2005,05V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V459000),J&L CARGO EXPRESS,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,21,"ON CERTAIN ENCLOSED CARGO TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","J&L'S IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED WITH A 16"" ALUMINUM WHEEL. THE RECALL BEGAN ON OCTOBER 25, 2005. OWNERS MAY CONTACT J&L'S AT 547-848-7441." -10/03/2005,05E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E064000),"Yakima Products, Inc.",UNEXPECTED COLLAPSE OF THE BICYCLE LOAD ARMS,EQUIPMENT,NR (Not Reported),Equipment,16671,"CERTAIN YAKIMA MIGHTYJOE 2 AND MIGHTYJOE 3 TRUCK-MOUNTED BICYCLE CARRIERS, P/NOS. 8002609 AND 8002608. DUE TO USING MATERIAL OF INADEQUATE STRENGTH IN CONJUNCTION WITH THE LOCATION OF THE TIGHTENING STRAPS, THE LATCH MAY GIVE FALSE FEEDBACK.","THE BICYCLE LOAD ARMS MAY UNEXPECTEDLY COLLAPSE, POSSIBLY RESULTING IN INJURY OR A VEHICLE CRASH SHOULD THE ARMS COLLAPSE WHILE THE VEHICLE IS IN USE.","YAKIMA WILL NOTIFY ITS CUSTOMERS AND REPLACE THE CARRIERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 28, 2005. OWNERS MAY CONTACT YAKIMA AT 971-249-7500." -09/30/2005,05E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E062000),VALLEY INDUSTRIES,TRAILER HITCH SEPARATION,TRAILER HITCHES,NR (Not Reported),Equipment,498,"CERTAIN VALLEY INDUSTRIES HITCH-CLASS III RECEIVER TRAILER HITCHES P/N 82850 MANUFACTURED BETWEEN MARCH AND SEPTEMBER 2005 SOLD FOR USE AS REPLACEMENT EQUIPMENT FOR 2005 NISSAN XTERRA PASSENGER VEHICLES. DUE TO INSUFFICIENT WELD STRENGTH, UNDER CERTAIN CIRCUMSTANCES, THE HITCHES MAY BREAK WHILE IN USE.","THE TRAILER OR ITEM IN TOW MAY RELEASE PARTIALLY OR WHOLLY FROM THE MOTOR VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","VALLEY INDUSTRIES WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TRAILER HITCHES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 3, 2005. OWNERS MAY CONTACT VALLEY INDUSTRIES AT 209-368-8881." -09/30/2005,05E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E063000),TREDIT TIRE & WHEEL CO INC,WHEELS MAY BREAK,WHEELS,NR (Not Reported),Equipment,44,"CERTAIN JCA CHINA 16"" CHROMIUM PLATED WELDED WHEELS, EITHER 6 LUG OR 8 LUG, THAT CONTAIN THE RIM STAMP OF 'JG' OR 'HW'. DUE TO POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE RIM AND THE DISC, THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM.","SHOULD THE WHEEL BREAK WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","TREDIT TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 23, 2005. OWNERS MAY CONTACT TREDIT TIRE AT 1-866-443-9907." -09/29/2005,05V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V440000),Collins Bus Corporation,FMVSS 210 AND 222 - SEAT FASTENERS,SEATS,NR (Not Reported),Vehicle,150,"CERTAIN 2005 COLLINS BANTAM, SUPER BANTAM, AND GRAND BANTAM SCHOOL BUSES AND SUPER OMNI BUSES BUILT BETWEEN AUGUST 1 AND SEPTEMBER 15, 2005. THE FASTENERS SECURING THE SEATS AND THE BARRIERS TO THE WALL TRACK MAY BE INADEQUATELY TIGHTENED WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, SEAT BELT ASSEMBLY ANCHORAGES AND FMVSS NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANTS MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN SERIOUS INJURIES.","COLLINS WILL NOTIFY THE BUS OWNERS AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 23, 2005. OWNERS MAY CONTACT COLLINS AT 620-662-9000 OR 800-533-1850 X430." -09/29/2005,05V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V443000),WEEKEND WARRIOR TRAILERS INC.,TRAILER TONGUE BENDING/CRACKING,TRAILER HITCHES,NR (Not Reported),Vehicle,891,"ON CERTAIN TRAVEL TRAILERS, APPROXIMATELY 6' BACK FROM THE FRONT OF THE TONGUE AT THE BEND OF THE CHASSIS, THERE IS NO SUPPORTING GUSSET.","THE TONGUE CAN BEND UP, WHICH CAN CAUSE DAMAGE TO THE FRONT OF THE TRAILER.","DEALERS WILL INSTALL AN 18"" X 6"" PLATE GUSSET ON THE INSIDE OF THE MAIN RAIL FRAME FREE OF CHARGE. THE RECALL BEGAN ON MARCH 21, 2008. OWNERS MAY CONTACT WEEKEND WARRIOR AT 1-800-500-9914." -09/28/2005,05V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V432000),"Big Dog Motorcycles, LLC",REAR WHEEL HUB BOLTS,WHEELS,NR (Not Reported),Vehicle,3294,"ON CERTAIN MOTORCYCLES, THE REAR WHEEL HUB BOLTS COULD LOOSEN AND BACK OUT ALLOWING THE HUB AND BRAKE ROTOR TO DETACH FROM THE WHEEL WITH AN ASSOCIATED LOSS OF STOPPING POWER.",THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING AND COULD RESULT IN A CRASH.,"DEALERS WILL REMOVE, CLEAN AND REATTACH THE REAR HUB BOLTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 14, 2005. OWNERS MAY CONTACT BIG DOG AT 1-312-267-9121." -09/27/2005,05V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V433000),"FLEETWOOD ENTERPRISES, INC.",PROPANE GAS PIPE INSTALLATION,EQUIPMENT,50825,Vehicle,180,"ON CERTAIN FIFTH WHEEL TRAILERS, THE PROPANE GAS LINES THAT RUN THROUGH THE FLOOR OF THE SLIDE OUT ROOM PENETRATE THE FLOOR TOO FAR FROM THE OUTSIDE WALL CAUSING THE POTENTIAL FOR PINCHED LINES DURING SLIDE OUT ROOM OPERATION.",THIS COULD LEAD TO A PROPANE GAS LEAK AND THE POTENTIAL FOR AN EXPLOSION AND/OR FIRE.,"DEALERS WILL INSPECT AND, AS NECESSARY, REROUTE THE PROPANE GAS LINE. THIS RECALL BEGAN ON OCTOBER 24, 2005. OWNERS MAY CONTACT FLEETWOOD AT 1-800-509-3418." -09/27/2005,05V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V437000),NORTHWOOD MFG OF VA,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,53,ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH TREDIT WHEELS. THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.,"THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","NORTHWOOD IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 5, 2005. OWNERS MAY CONTACT NORTHWOOD AT 1-540-542-6140." -09/27/2005,05E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E061000),OFF-ROAD TECHNOLOGY,SWING-OUT TIRE CARRIER SEPARATION,EQUIPMENT,NR (Not Reported),Equipment,83,"CERTAIN OFF-ROAD TECHNOLOY SWING-OUT TIRE CARRIERS, MODELS OT-206, OT-403, AND OT-3200 SOLD AS AN AFTERMARKET ACCESSORY FOR USE ON CERTAIN JEEP AND HUMMER H2 VEHICLES. THE PIVOT SHAFT BOLTS CAN BREAK NEAR THE BASE OF THE PIVOT SHAFTS ALLOWING THE SWING-OUT TIRE ASSEMBLY TO COMPLETELY SEPARATE FROM THE VEHICLE.","SHOULD THE CARRIER SEPARATE WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR.","OFF-ROAD TECHNOLOGY WILL NOTIFY OWNERS AND REPAIR THE CARRIERS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 9, 2005. CUSTOMERS MAY CONTACT OFF-ROAD TECHNOLOGY AT 1-800-818-6821." -09/26/2005,05E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E059000),"Sure Power, Inc.",BATTERY EQUALIZERS - ELECTRICAL SHORT,ELECTRICAL SYSTEM,SPSR001,Equipment,46,"SURE POWER P/N 52210 24V/12V 100 AMP SERIES 1 BATTERY EQUALIZERS MANUFACTURED FROM OCTOBER 24, 2000, THROUGH APRIL 30, 2001, FOR USE ON CERTAIN DAIMLERCHRYSLER BUS SLF TRANSIT COACHES. THESE EQUALIZERS USED AN INDUCTOR WITH THE COILS PROTECTED BY INSULATION. OVER TIME, THE INDUCTOR INSULATION MAY DEGRADE CREATING A SHORT.","THE SHORTED INDUCTOR MAY CAUSE THE BATTERY EQUALIZER TO SMOKE OR BURN, AND POSSIBLY RESULT IN A FIRE.","SURE POWER WILL NOTIFY DC'S CUSTOMERS AND REPLACE THE EQUALIZERS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 1, 2005. OWNERS MAY CONTACT SURE POWER AT 1-800-845-6269 EXT. 113." -09/26/2005,05V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V438000),"Mack Trucks, Inc.",BRAKE CAM LUBE,"SERVICE BRAKES, AIR",SC0304,Vehicle,2582,"ON CERTAIN VEHICLES, THE BRAKE CAM TUBES ON THE STEER AXLE MAY NOT HAVE BEEN GREASED.",THE BRAKE CAM JOURNAL MAY CORRODE WHICH COULD LEAD TO THE BRAKES DRAGGING. THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL REMOVE THE BRAKE CAMSHAFT TO INSPECT FOR CORROSION. THE BRAKE CAMSHAFT WILL BE REPLACED AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT MACK AT 1-336-393-2233." -09/26/2005,05V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V439000),"Mack Trucks, Inc.",BRAKE CAM LUBE,"SERVICE BRAKES, AIR",SC0305,Vehicle,2679,ON CERTAIN VEHICLES. THE BRAKE CAM TUBES ON THE DRIVE AXLE MAY NOT HAVE BEEN GREASED.,THE BRAKE CAM JOURNAL MAY CORRODE WHICH COULD LEAD TO THE BRAKES DRAGGING. THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL REMOVE THE BRAKE CAMSHAFT TO INSPECT FOR CORROSION. THE BRAKE CAMSHAFT WILL BE REPLACED AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 18, 2006. OWNERS MAY CONTACT MACK AT 1-336-393-2233." -09/26/2005,05V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V441000),"Mack Trucks, Inc.",BRAKE CAM LUBE,"SERVICE BRAKES, AIR",SC0306,Vehicle,1433,"ON CERTAIN VEHICLES, THE BRAKE CAM TUBES ON THE STEER AND DRIVE AXLES MAY NOT HAVE BEEN GREASED.",THE BRAKE CAM JOURNAL MAY CORRODE WHICH COULD LEAD TO THE BRAKES DRAGGING. THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL REMOVE THE BRAKE CAMSHAFT TO INSPECT FOR CORROSION. THE BRAKE CAMSHAFT WILL BE REPLACED AS REQUIRED FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 27, 2006. OWNERS MAY CONTACT MACK AT 1-336-393-2233." -09/26/2005,05V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V442000),"Mack Trucks, Inc.",BRAKE CAM LUBE,"SERVICE BRAKES, AIR",SC0307,Vehicle,1408,"ON CERTAIN VEHICLES, THE BRAKE CAM TUBES ON THE STEER AND DRIVE AXLES MAY NOT HAVE BEEN GREASED.",THE BRAKE CAM JOURNAL MAY CORRODE WHICH COULD LEAD TO THE BRAKES DRAGGING. THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL ADD GREASE TO THE BRAKE CAM TUBES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 24, 2005. OWNERS MAY CONTACT MACK AT 1-336-393-2233." -09/26/2005,05V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V434000),"Doolittle Trailer Mfg. Co., Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,2,ON CERTAIN TRAILERS EQUIPPED WITH TREDIT WHEELS. THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.,"THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.",DOOLITTLE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE MANUFACTURER HAS NOT PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT DOOLITTLE AT 1-573-896-5155. -09/26/2005,05V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V435000),"WESTERN RECREATIONAL VEHICLES, INC.",RIM/TREDIT,WHEELS,CSAR 1058,Vehicle,44,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","WESTERN RV IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE RECALL BEGAN ON NOVEMBER 11, 2005. OWNERS MAY CONTACT WESTERN RV AT 1-866-567-4133." -09/26/2005,05V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V436000),Vintage Trailers Ltd.,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,5,ON CERTAIN RACE CAR TRAILERS EQUIPPED WITH TREDIT WHEELS. THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.,"THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","VINTAGE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 20, 2005. OWNERS MAY CONTACT VINTAGE CUSTOM TRAILERS AT 1-800-233-5455." -09/26/2005,05V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V429000),LES ENTREPRISES M.CORBEIL,STOP ARM MALFUNCTIONS,OTHER,W0066,Vehicle,5277,"CERTAIN 2001-2005 CORBEIL MINIBUS SCHOOL BUSES EQUIPPED WITH SPECIALTY MANUFACTURING ""5"" SERIES STOP ARMS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","LES ENTREPRISES WILL NOTIFY ITS CUSTOMERS AND THE ORIGINAL SWITCH WILL BE REPLACED FREE OF CHARGE WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE RECALL BEGAN ON OCTOBER 1, 2005. CUSTOMERS MAY CONTACT SPECIALTY MANUFACTURING AT 1-800-951-7867 OR COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850." -09/23/2005,05V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V423000),"Winnebago of Indiana, LLC",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,429,"ON CERTAIN TOWABLE, NON-MOTORIZED, TRAVEL TRAILERS AND FIFTH WHEEL RECREATIONAL VEHICLES EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","SUNNYBROOK IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE RECALL BEGAN ON OCTOBER 28, 2005. OWNERS MAY CONTACT SUNNYBROOK AT 574-825-5250." -09/23/2005,05V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V424000),Keystone RV Company,RIM/TREDIT,WHEELS,05-060,Vehicle,834,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL RECREATIONAL VEHICLES EQUIPPED WITH TREDIT 16"" CHROME WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","KEYSTONE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE RECALL BEGAN ON FEBRUARY 15, 2006. OWNERS MAY CONTACT KEYSTONE AT 866-425-4369." -09/23/2005,05V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V425000),Doubletree RV,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,142,"ON CERTAIN FIFTH WHEEL RECREATIONAL VEHICLES EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.",DOUBLETREE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT DOUBLETREE AT 574-457-6472. -09/22/2005,05V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V421000),"New Flyer of America, Inc.",ECM CALIBRATION/EXHAUST TEMPERATURE SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11,"ON CERTAIN TRANSIT BUSES MANUFACTURED WITH DETROIT DIESEL SERIES 50 ENGINES, THE ELECTRONIC CONTROL MODULE (ECM) WILL NEED TO BE REPROGRAMMED TO ACTIVATE THE EXHAUST TEMPERATURE SENSOR.",IN THE EVENT OF A TURBOCHARGER FAILURE THERE IS A POSSIBILITY OF AN EXHAUST OR ENGINE COMPARTMENT FIRE.,NEW FLYER IS WORKING WITH DETROIT DIESEL TO REPROGRAM THE ENGINES. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5791 OR NEW FLYER AT 204-934-4876. -09/22/2005,05V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V428000),Harley-Davidson Motor Company,FRONT BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",0123,Vehicle,288,CERTAIN MOTORCYCLES MAY HAVE FRONT BRAKE LINES WHICH COULD LEAK DUE TO A MANUFACTURING DEFECT.,"SHOULD THIS COMPONENT FAIL WHEN IN USE ON THE MOTORCYCLE, ALL FUNCTIONALITY OF THE FRONT BRAKE SYSTEM WOULD BE LOST WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT BRAKE LINE AND REPLACE IF THE BRAZE IS NOT VISIBLE. THE RECALL BEGAN ON OCTOBER 10, 2005. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -09/22/2005,05V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V427000),Harley-Davidson Motor Company,MIRRORS,VISIBILITY,0121,Vehicle,2393,CERTAIN MOTORCYCLES WERE BUILT WITH MIRRORS THAT WERE IMPROPERLY LOCATED ON THE INNER FAIRING.,"IN THIS CONDITION, IT IS NOT POSSIBLE TO ADJUST THE MIRRORS PROPERLY, THEREBY NOT ALLOWING THE RIDER TO HAVE THE APPROPRIATE REARWARD FIELD OF VISION, INCREASING THE RISK OF A CRASH.","AT THE OPTION OF THE OWNER, THE DEALER WILL (1) REPLACE THE INNER FAIRING WITH A NEW INNER THAT HAS THE MIRROR MOUNTING HOLES PROPERLY POSITIONED; (2) DRILL ANOTHER HOLE AND HAVE THE MIRRORS REPOSITIONED. THIS METHOD WILL CAUSE THE ORIGINAL HOLE TO BE EXPOSED OUTSIDE OF THE MIRROR BASE, WHICH IS COSMETICALLY UNDESIRABLE. THE EXPOSED HOLE WOULD BE COVERED WITH A DECAL; OR (3) DRILL ANOTHER HOLE AND HAVE THE MIRRORS REPOSITIONED, THEN, AT A LATER DATE, HAVE THE MIRRORS REPLACED WITH NEW MIRRORS THAT HAVE A LARGER BASE WHICH WILL COVER THE ORIGINAL MOUNTING HOLE. THIS RECALL BEGAN ON OCTOBER 28, 2005. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 414-343-4056." -09/22/2005,05V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V430000),Harley-Davidson Motor Company,THROTTLE CABLE,VEHICLE SPEED CONTROL,0122,Vehicle,12398,"ON CERTAIN MOTORCYCLES, THE THROTTLE CABLES COME INTO CONTACT WITH THE TUNNEL PORTION OF THE FUEL TANK.","IN THIS CONDITION, THE CABLES COULD EVENTUALLY WEAR THROUGH THE TANK, CAUSING A FUEL LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE CABLE AND TANK, REPOSITION THE CABLE AND, IF NECESSARY, REPAIR OR REPLACE THE TANK AND/OR CABLES FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 31, 2005. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -09/21/2005,05V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V431000),Kia Motors America,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,SC-053,Vehicle,73641,"ON CERTAIN VEHICLES EQUIPPED WITH AN ADVANCED AIR BAG FEATURE, THE OCCUPANT CLASSIFICATION SYSTEM (OCS) INSTALLED IN THE RIGHT FRONT SEAT OF THE VEHICLE MAY MISCLASSIFY A CHILD RESTRAINT SEAT (CRS) AS AN ADULT. THIS MAY OCCUR IF THE CRS IS INSTALLED AFTER AN ADULT HAS BEEN SEATED IN THE RIGHT FRONT SEAT. IF THERE HAS NOT BEEN A 'KEY ON' ' KEY OFF' CYCLE WITH THE RIGHT FRONT PASSENGER SEAT EMPTY PRIOR TO INSTALLATION OF THE CRS.",THE POSSIBILITY OF MISCLASSIFICATION OF A CRS AS AN ADULT MAY ALLOW THE RIGHT FRONT AIRBAG OR SIDE IMPACT AIRBAG TO DEPLOY IN A CRASH AND COULD RESULT IN INJURY TO THE RIGHT FRONT OCCUPANT.,"DEALERS WILL REPROGRAM THE VEHICLE'S OCS ELECTRONIC CONTROL UNIT (ECU) TO REMOVE THE FEATURE THAT MAY CAUSE THE CRS TO BE RECOGNIZED AS AN ADULT. THE RECALL BEGAN ON OCTOBER 31, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -09/21/2005,05V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V418000),MONACO COACH CORPORATION,RIM/TREDIT,WHEELS,R05009,Vehicle,306,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","MONACO IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 26, 2005. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -09/21/2005,05V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V419000),"Cargo South, Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,1,"ON CERTAIN CARGO TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.",CARGO SOUTH IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE MANUFACTURER HAS NOT PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT CARGO SOUTH AT 229-468-5857. -09/21/2005,05V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V420000),H&H TRAILER COMPANY,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,6,"ON CERTAIN MOTORCYCLE TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","H&H IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE RECALL IS EXPECTED TO BEGIN ON SEPTEMBER 28, 2005. OWNERS MAY CONTACT H&H AT 712-589-3100." -09/20/2005,05V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V416000),"Eldorado National- California, Inc.",ENGINE STALL CONDITION/CUMMINS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,989,ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ISB-02 DIESEL ENGINES BUILT WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS, IN CONJUNCTION WITH ELDORADO NATIONAL, WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS OR ELDORADO NATIONAL AT 1-909-591-9557." -09/20/2005,05V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V413000),"Saleen, Inc.",HOOD BOLTS,STRUCTURE,NR (Not Reported),Vehicle,339,"ON CERTAIN PASSENGER VEHICLES, THE BOLTS USED TO FASTEN THE HOOD LATCH AND HINGES TO THE FIBERGLAS BODY OF THE HOOD CAN BECOME LOOSE.","THE HOOD MAY BECOME LOOSE AND/OR SEPARATE FROM ITS LATCH AND/OR HINGE(S) WHILE DRIVING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE HOOD BOLTS FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 7, 2005. OWNERS MAY CONTACT SALEEN AT 1-949-597-4900." -09/20/2005,05V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V426000),FREIGHTLINER LLC,LOSS OF BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",FL-455,Vehicle,1630,"CERTAIN FREIGHTLINER CUSTOM CHASSIS FS-65 SCHOOL BUS CHASSIS AND FB-65 SHUTTLE BUS CHASSIS EQUIPPED WITH CATERPILLAR C7 ENGINES AND REVISED COOLING PACKAGES AND MANUFACTURED BETWEEN JANUARY 24, 2004, AND JUNE 15, 2005. THE FRONT HYDRAULIC LINE MAY RUB THROUGH ON A RADIATOR TUBE, POSSIBLY RESULTING IN THE LOSS OF BRAKE FLUID TO THE FRONT BRAKES.","THE DEFECT MAY CAUSE THE LOSS OF FRONT BRAKES, RESULTING IN EXTENDED STOPPING DISTANCES AND POSSIBLY A VEHICLE CRASH.","FREIGHTLINER AND THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND WILL INSPECT AND SECURE THE BRAKE LINE TO PROVIDE MORE CLEARANCE FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 20, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/20/2005,05V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V417000),PACCAR Incorporated,PARK BRAKE ANCHOR BOLT/BOSCH,PARKING BRAKE,05KW5 / 905C,Vehicle,333,"ON CERTAIN TRUCKS EQUIPPED WITH HYDRAULIC BRAKES, THERE MAY BE A DEFECT IN THE ANCHOR BOLT OF SOME BOSCH MODEL #305 PARKING BRAKE ASSEMBLIES. A DIFFERENT COATING WAS APPLIED TO THE BOLT WHICH DID NOT MEET PACCAR SPECIFICATIONS. THIS COULD REDUCE THE FATIGUE LIFE OF THE BOLT AND LEAD TO PREMATURE FAILURE.","IF THIS BOLT WERE TO FAIL, THE TRUCK COULD ROLL AWAY WHILE PARKED WITHOUT WARNING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE PARKING BRAKE ASSEMBLY AND REPLACE THE DEFECTIVE BOLTS FREE OF CHARGE. PETERBILT'S RECALL BEGAN ON NOVEMBER 4, 2005; AND KENWORTH BEGAN ON NOVEMBER 4, 2005. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4201." -09/19/2005,05V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V412000),Mazda Motor Corp.,EXHAUST SYSTEM HEAT BUILDUP,ENGINE AND ENGINE COOLING,3605J,Vehicle,7000,"ON CERTAIN SPORT UTILITY VEHICLES, A HEAT BUILDUP IN THE EXHAUST SYSTEM CAN OCCUR.",THIS CONDITION COULD RESULT IN A FIRE.,"MAZDA INSTRUCTED OWNERS (SEPTEMBER 16, 2005) TO BRING IN THEIR VEHICLES AND WILL BE GIVEN A RENTAL OR LOANER VEHICLE AT NO COST WHILE MAZDA REPAIRS THESE VEHICLES. THE RECALL BEGAN ON OCTOBER 26, 2005. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -09/19/2005,05V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V415000),Ford Motor Company,PARK BRAKE ANCHOR BOLT/BOSCH,PARKING BRAKE,05S36,Vehicle,6298,"ON CERTAIN MEDIUM DUTY CHASSIS CAB VEHICLES EQUIPPED WITH HYDRAULIC BRAKES, THE DRIVE LINE PARK BRAKE ANCHOR BOLT MAY BE SUSCEPTIBLE TO FATIGUE LOADING. THE BOLT COULD FRACTURE OVER TIME DUE TO INSUFFICIENT CLAMP LOAD AS A RESULT OF IMPROPER ANCHOR BOLT PLATING.","IF THE PARK BRAKE ANCHOR BOLT FATIGUES AND ULTIMATELY FRACTURES, THE PARK BRAKE MAY NOT FUNCTION AND THERE MAY BE NO INDICATION TO THE DRIVER OF THE MALFUNCTION WHEN THE PARK BRAKE IS SET. THIS MAY CAUSE THE VEHICLE TO ROLL AWAY WITHOUT WARNING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE PARK BRAKE ANCHOR BOLT. THE RECALL BEGAN ON OCTOBER 6, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -09/19/2005,05V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V422000),"Trails West Manufacturing of Idaho, Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,1,"ON CERTAIN TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","SINCE ONLY ONE TRAILER WAS INVOLVED AND HAD NOT YET BEEN SOLD, TRAILS WEST NOTIFIED THE DEALER INVOLVED ON SEPTEMBER 2, 2005." -09/15/2005,05V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V401000),"BRI-MAR MANUFACTURING, LLC",AXLE/GDC,POWER TRAIN,NR (Not Reported),Vehicle,123,"ON CERTAIN DUMP, EQUIPMENT HAULERS AND HYDRAULIC TILT TRAILERS EQUIPPED WITH GLOBAL DIRECT COMPONENTS (GDC) AXLES, THE WELD WHICH FASTENED THE AXLE SPINDLE TO THE AXLE TUBE WAS IMPROPERLY WELDED.",THE SPINDLE COULD SEPARATE FROM THE AXLE TUBE CAUSING THE WHEEL AND TIRE TO SEPARATE FROM THE TRAILER INCREASING THE RISK OF A CRASH.,BRI-MAR IS WORKING WITH GDC TO NOTIFY OWNERS AND HAVE THE AXLES REPLACED. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT BRI-MAR AT 717-709-2009. -09/15/2005,05V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V409000),"Mitsubishi Motors North America, Inc.",BRAKE MASTER CYLINDER ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2901,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH ANTI-LOCK BRAKES, THE BRAKE MASTER CYLINDER, WHICH CONTROLS THE FLUID PRESSURE TO THE VEHICLE'S BRAKES, MAY ALLOW BRAKE FLUID TO BYPASS INTERNALLY DURING STOPPING.","THIS MAY RESULT IN A PARTIAL LOSS OF BRAKING, INCREASED STOPPING DISTANCES, AND COULD LEAD TO A VEHICLE CRASH.","DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER. THE RECALL BEGAN ON OCTOBER 3, 2005. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -09/15/2005,05V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V411000),"Mitsubishi Fuso Truck of America, Inc.",IDLER GEAR BUSHING,ENGINE AND ENGINE COOLING,R3150510,Vehicle,301,"ON CERTAIN TRUCKS, THE CYLINDER HEAD IDLER GEAR BUSHING MAY HAVE BEEN IMPROPERLY MACHINED, CAUSING EXCESSIVE STRESS ON THE CYLINDER HEAD GEAR SHAFT.","CONTINUED OPERATION IN THIS CONDITION COULD CAUSE THE IDLER GEAR SHAFT FLANGE TO BREAK AND GENERATE ABNORMAL ENGINE NOISE AND/OR ENGINE OIL LEAKS. IN THE WORST CASE, THE ENGINE COULD STALL AND WOULD NOT RESTART, INCREASING THE RISK OF A CRASH.","DEALERS WILL MEASURE THE INSIDE DIAMETER OF THE CYLINDER HEAD IDLER GEAR BUSHING. IF THE BUSHING IS OUT OF SPECIFICATION, DEALERS WILL REPLACE THE IDLER GEAR BUSHING, IDLER GEAR SHAFT, AND IDLER GEAR ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 20, 2005. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -09/15/2005,05V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V402000),"ROAD RUNNER TRAILERS, INC.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,1,"ON ONE BOAT TRAILER EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","ROADRUNNER IS WORKING WITH TREDIT TIRE TO NOTIFY THE OWNER AND HAVE THE RIMS REPLACED. THE RECALL BEGAN ON SEPTEMBER 14, 2005. OWNERS MAY CONTACT ROADRUNNER AT 972-492-0285." -09/15/2005,05V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V410000),"Mitsubishi Fuso Truck of America, Inc.",TURN SIGNAL-HAZARD LAMP WIRING HARNESS,EXTERIOR LIGHTING,C1000210,Vehicle,4571,"ON CERTAIN TRUCKS, THE DOOR WIRING HARNESS INTERFERES WITH THE TURN SIGNAL AND HAZARD LAMP WIRING HARNESS DUE TO IMPROPER ROUTING.","REPEATED OPENING AND CLOSING OF THE DOORS COULD BREAK THE TURN SIGNAL AND HAZARD LAMP WIRING HARNESS, CAUSING THE LAMPS TO BECOME INOPERATIVE.","DEALERS WILL ADD PROTECTIVE TUBING AT THE DOOR WIRING HARNESS GROMMET, INSTALL A PROTECTIVE CAP ON THE TURN SIGNAL AND HAZARD LAMP CONNECTOR AND REPAIR ANY WIRING HARNESS DAMAGE. THE RECALL BEGAN ON NOVEMBER 23, 2005. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -09/14/2005,05V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V399000),"SAAB CARS USA, INC.",BIPOLAR TRANSISTOR OVERHEATING/BURNOUT,ELECTRICAL SYSTEM,15021,Vehicle,103202,CERTAIN PASSENGER VEHICLES EQUIPPED WITH B205/B235 4-CYLINDER GASOLINE ENGINES AND B308 6-CYLINDER GASOLINE ENGINES MAY EXPERIENCE OVERHEATING AND BURNOUT OF THE ISOLATED GATED BIPOLAR TRANSISTOR (IGBT) WITHIN THE IGNITION DISCHARGE MODULE (IDM) DUE TO INCREASED SUSCEPTIBILITY TO ELECTRICAL LOADS.,"OVERHEATING OF THE IGBT OCCURS MOST OFTEN AT ENGINE START-UP, BUT IT MAY ALSO OCCUR WHILE THE ENGINE IS RUNNING. ENGINE STALLING MAY OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT TO SEE WHAT VERSION IDM IS IN THE VEHICLE AND REPLACE THE IDM IF IT IS A VERSION BUILT PRIOR TO THE INTRODUCTION OF QP3. AN INTERIM LETTER WILL BE MAILED TO OWNERS IN OCTOBER 2005, INFORMING THEM OF THE CONDITION. PARTS ARE NOW AVAILABLE AND OWNERS WILL BE NOTIFIED TO BRING THEIR VEHICLES IN TO THE DEALERS TO HAVE THE IDM REPLACED BY LETTER DATED MARCH 13, 2006. OWNERS MAY CONTACT SAAB AT 1-800-955-9007." -09/14/2005,05E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E058000),"AMERICAN REMANUFACTURERS, INC.",CALIPER BOLTS BREAK,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,5000,"CERTAIN ARI CALIPER BOLTS WITH GOLD BOLT HEADS AND HEAD MARKINGS OF ""10.9 & FMI"" SOLD WITH BRAKE CALIPER REPLACEMENT EQUIPMENT WHICH HAVE A BUILD CODE BETWEEN JUNE 7 AND JUNE 24, 2005. DUE TO AN EMBRITTLEMENT CONDITION, THESE BOLTS MAY BREAK WITHOUT WARNING AND THE CALIPER COULD BECOME UNANCHORED FROM THE MOUNTING BRACKET, POSSIBLY IMPAIRING THE BRAKING ABILITY OF THE VEHICLE.","IF THE BOLT BREAKS AND THE CALIPER BECOMES UNANCHORED, A VEHICLE CRASH COULD OCCUR.","ARI HAS NOTIFIED ITS PURCHASERS AND WILL REPLACE THE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 29, 2005. OWNERS MAY CONTACT ARI AT 714-234-2200 OR CONTACT BETTER BRAKE PARTS AT 419-228-9092 (SEE BETTER BRAKE PARTS RECALL NO. 05E-047.)" -09/14/2005,05V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V396000),"Chrysler (FCA US, LLC)",CONDENSATE WATER ENTERING TRANSMISSION,POWER TRAIN,E13,Vehicle,101925,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.7L ENGINES AND NAG1 AUTOMATIC TRANSMISSIONS, THE AIR CONDITIONER EVAPORATOR CONDENSATE WATER MAY ENTER THE TRANSMISSION AT THE FILL TUBE GROMMET SEAL. THIS CAN RESULT IN SHUDDER DURING TORQUE CONVERTER CLUTCH ENGAGEMENT.","IT CAN LEAD TO INCREASED TRANSMISSION OPERATING TEMPERATURES, BOILING OF THE WATER, AND A SUBSEQUENT PURGING OF TRANSMISSION FLUID INTO THE ENGINE COMPARTMENT POTENTIALLY RESULTING IN AN UNDERHOOD FIRE.","DEALERS WILL INSPECT THE TRANSMISSION FOR LEAKAGE AT THE FILL TUBE GROMMET SEAL. IF NO LEAK IS DETECTED, A NEW FILL TUBE GROMMET SEAL AND WATER DEFLECTOR SHIELD WILL BE INSTALLED, AND PROPER ALIGNMENT OF THE FILL TUBE VERIFIED. IF THE PRESENCE OF A LEAK IS DETECTED, THE VEHICLE WILL BE EVALUATED FOR SHUDDER DURING TORQUE CONVERTER ENGAGEMENT. IF NO SHUDDER IS DETECTED, THE TRANSMISSION WILL BE TRIPLE FLUSHED, AND NEW FILL TUBE GROMMET SEAL AND WATER DEFLECTOR WILL BE INSTALLED AND PROPER ALIGNMENT OF THE FILL TUBE VERIFIED. IF SHUDDER IS DETECTED, THE TORQUE CONVERTER WILL BE REPLACED, A NEW FILL TUBE GROMMET SEAL AND WATER DEFLECTOR WILL BE INSTALLED, AND PROPER ALIGNMENT OF THE FILL TUBE VERIFIED. THE RECALL BEGAN ON OCTOBER 31, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/14/2005,05V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V407000),"Winnebago Industries, Inc.",REFRIGERATOR ROOF VENT RELOCATION,EQUIPMENT,96,Vehicle,1367,"ON CERTAIN MOTOR HOMES, THE ROOF VENT FOR THE OPTIONAL 4-DOOR REFRIGERATOR WAS INCORRECTLY LOCATED.","THIS CAN ALLOW EXCESSIVE HEAT BUILDUP WHICH HAS THE POTENTIAL TO IGNITE SURROUNDING MATERIALS, RESULTING IN PERSONAL INJURY AND/OI VEHICLE AND PROPERTY DAMAGE.","DEALERS WILL RELOCATE THE ROOF VENT. THE RECALL BEGAN ON SEPTEMBER 9, 2005. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -09/14/2005,05V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V400000),"Carriage, Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,99,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","CARRIAGE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE RIMS REPLACED. THE RECALL BEGAN NOVEMBER 15, 2005. OWNERS MAY CONTACT CARRIAGE AT 1-574-642-3622." -09/14/2005,05V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V398000),COUNTRY COACH INC,TIRE AND FEDERAL LABEL REPLACEMENT/FMVSS 120,TIRES,NR (Not Reported),Vehicle,33,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THESE MOTOR HOMES WERE INADVERTENTLY ASSIGNED INADEQUATE COLD TIRE INFLATION PRESSURES GIVING THE TIRES A LOWER WEIGHT CARRYING CAPACITY THAN THE FRONT AND REAR AXLE WEIGHT RATINGS.",THIS COULD LEAD TO PREMATURE TIRE WEAR AND POTENTIALLY A TIRE FAILURE WHICH COULD RESULT IN THE LOSS OF STEERING CONTROL AND RESULT IN A CRASH.,"DEALERS WILL REPLACE BOTH THE FRONT AND REAR TIRES AND ISSUE A NEW FEDERAL TIRE LABEL REFLECTING THE CORRECTED COLD TIRE INFLATION PRESSURES. THE RECALL BEGAN ON NOVEMBER 7, 2005. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -09/13/2005,05V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V404000),Blue Bird Body Company,ENGINE STALL CONDITION/CUMMINS,"FUEL SYSTEM, OTHER",R05KB,Vehicle,46,CERTAIN COMMERCIAL SERIES TRANSIT BUSES EQUIPPED WITH CUMMINS ISB-02 DIESEL ENGINES BUILT WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS, IN CONJUNCTION WITH BLUE BIRD, WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS OR BLUE BIRD AT 1-478-822-2242." -09/13/2005,05V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V405000),OPTIMA BUS CORP,ENGINE STALL CONDITION/CUMMINS,"FUEL SYSTEM, OTHER",SAF05009,Vehicle,167,ON CERTAIN TRANSIT VEHICLES AND TROLLEYS EQUIPPED WITH CUMMINS ISB-02 DIESEL ENGINES BUILT WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS, IN CONJUNCTION WITH OPTIMA BUS, WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS OR OPTIMA BUS AT 1-316-779-7700." -09/13/2005,05V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V406000),ORION BUS INDUSTRIES LTD.,ENGINE STALL CONDITION/CUMMINS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,96,ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ISB-02 DIESEL ENGINES BUILT WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS, IN CONJUNCTION WITH ORION, WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS OR ORION AT 1-315-223-5100." -09/13/2005,05V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V397000),FREIGHTLINER LLC,SIDE EMERGENCY DOOR EXIT,STRUCTURE,FL-459,Vehicle,116,"CERTAIN 2005 THOMAS SAF-T-LINER C2 SCHOOL BUSES EQUIPPED WITH 30"" OR 40"" LEFT SIDE EMERGENCY DOOR EXITS MANUFACTURED BETWEEN DECEMBER 17, 2004, AND JULY 28, 2005. THE TELESCOPING SLIDE THAT HOLDS THE SIDE EMERGENCY DOOR OPEN IS LOCATED SUCH THAT IT WILL MOVE PAST ITS NORMAL TRAVEL AND THE MECHANISM MAY LATCH ON THE END OF THE SLIDE PREVENTING THE DOOR FROM OPENING.",THE SIDE EMERGENCY DOOR MAY NOT OPEN IF THE LATCH MECHANISM IS IN THE INCORRECT POSITION. OCCUPANTS WOULD HAVE TO USE THE FRONT ENTRY DOOR OR REAR EMERGENCY EXIT IF A SITUATION OCCURRED THAT REQUIRED AN EMERGENCY EXIT.,"THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND WILL REPAIR THE BUSES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON MARCH 27, 2006. OWNERS SHOULD CONTACT THOMAS AT 1-336-889-4871 OR CONTACT FREIGHTLINER AT 1-800-547-0712." -09/13/2005,05V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V408000),FREIGHTLINER LLC,STEERING LINKAGES/ZF,STEERING,FL-452,Vehicle,37029,"ON CERTAIN TRUCK AND MOTOR HOME CHASSIS EQUIPPED WITH I-SHAFTS SUPPLIED BY ZF HEAVY DUTY STEERING, THERE IS A POTENTIAL FOR A FAILURE OF THE FORK/SHAFT CONNECTION.","IF THIS OCCURS, THE VEHICLE COULD SUFFER A LOSS OF STEERING ABILITY, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND ATTACH A TENSION COLLAR TO THE STEERING SHAFT TO SECURE THE CONNECTION TO THE YOKE. THE RECALL BEGAN ON NOVEMBER 16, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/13/2005,05V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V403000),Fontaine Trailer Company,WINCHES,TRAILER HITCHES,NR (Not Reported),Vehicle,131,"ON CERTAIN OPEN PLATFORM TRAILERS, THE PHYSICAL DIMENSIONS OF THE SLIDING CARGO CONTROL WINCHES ALLOW IT TO ROTATE OUT OF THE WINCH TRACK AT A LOAD LOWER THAN THE STRENGTH REQUIRED BY PUBLISHED RATINGS.",FAILURE OF THE WINCH COULD RESULT IN A LOSS OF CARGO AND POTENTIAL INJURY OR PROPERTY DAMAGE.,"DEALERS WILL REPLACE THE WINCHES. THE RECALL BEGAN SEPTEMBER 20, 2005. OWNERS MAY CONTACT FONTAINE AT 1-800-821-6535." -09/12/2005,05V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V395000),Hyundai Motor America,OCCUPANT CLASSIFICATION SYSTEM,AIR BAGS,073,Vehicle,231160,CERTAIN VEHICLES EQUIPPED WITH AN ADVANCED AIR BAG SYSTEM. THE OCCUPANT CLASSIFICATION SYSTEM (OCS) INSTALLED IN THE RIGHT FRONT SEAT OF THE VEHICLE MAY MISCLASSIFY A CHILD RESTRAINT SEAT (CRS) AS AN ADULT. THIS MAY OCCUR IF THE CRS IS INSTALLED AFTER AN ADULT HAS BEEN SEATED IN THE RIGHT FRONT SEAT. IF THERE HAS NOT BEEN A 'KEY ON' ' KEY OFF' CYCLE WITH THE RIGHT FRONT PASSENGER SEAT EMPTY PRIOR TO INSTALLATION OF THE CRS.,THE POSSIBILITY OF MISCLASSIFICATION OF A CRS AS AN ADULT MAY ALLOW THE RIGHT FRONT AIRBAG OR SIDE IMPACT AIRBAG TO DEPLOY IN A CRASH AND COULD RESULT IN INJURY TO THE RIGHT FRONT OCCUPANT.,"DEALERS WILL REPROGRAM THE VEHICLE'S OCS ELECTRONIC CONTROL UNIT (ECU) TO REMOVE THE FEATURE THAT MAY CAUSE THE CRS TO BE RECOGNIZED AS AN ADULT. THE RECALL BEGAN ON OCTOBER 31, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -09/12/2005,05V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V394000),"Coachmen RV Company, LLC",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,164,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","COACHMEN IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED WITH A 16"" STEEL RIM WHEEL. THE RECALL BEGAN ON SEPTEMBER 21, 2005. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -09/08/2005,05V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V392000),FREIGHTLINER LLC,FMVSS 221/INTERIOR PANEL JOINT STRENGHT,STRUCTURE,FL-456,Vehicle,315,"CERTAIN MY 2004 AND 2005 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 2004, AND MAY 5, 2005. THERE IS AN EXCESSIVE GAP BETWEEN ADJOINING INTERIOR PANELS ABOVE THE REAR RIGHT SIDE WINDOW WHICH DOES NOT CONFORM TO THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","A NONCOMPLIANCE WITH FMVSS 221 MAY, WITHOUT WARNING, RESULT IN AN INCREASE OF A STRUCTURAL COLLAPSE OF THE SCHOOL BUS IN THE EVENT OF A CRASH.","THOMAS BUILT WILL NOTIFY IT CUSTOMERS AND REPAIR THE JOINT BY ADDING A BRACKET SECURED WITH SCREWS AND ADHESIVE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 3, 2006. OWNERS MAY CONTACT THOMAS BUILT AT 1-877-660-4938." -09/08/2005,05V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V391000),Newmar Corporation,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,6,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","NEWMAR IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE RIMS REPLACED. THE RECALL BEGAN ON OCTOBER 17, 2005. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791." -09/07/2005,05V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V388000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH,VEHICLE SPEED CONTROL,05S28,Vehicle,4500000,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH SPEED CONTROL, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT, SMOKE, OR BURN.",A FIRE AT THE SWITCH COULD OCCUR.,"BY LETTER DATED SEPTEMBER 12, 2005, OWNERS WERE INSTRUCTED TO RETURN THEIR VEHICLES TO THEIR DEALERS TO HAVE THE SPEED CONTROL DEACTIVATION SWITCH DISCONNECTED. OWNERS WHO HAVE HAD THEIR SPEED CONTROL DEACTIVATED ARE BEING NOTIFIED THAT PARTS WILL BE AVAILABLE AND ADVISED TO MAKE AN APPOINTMENT TO RECONNECT THE SPEED CONTROL BEGINNING IN FEBRUARY 2006. OWNERS WHO DID NOT HAVE THEIR SPEED CONTROL DEACTIVATED ARE BEING NOTIFIED TO HAVE THEIR SYSTEM REMEDIED BEGINNING IN FEBRUARY 2006. OWNERS ARE URGED TO AVAIL THEMSELVES OF THE FREE DISCONNECT SERVICE AS SOON AS POSSIBLE BECAUSE OF THE SIGNIFICANT RISK OF FIRE. OWNERS MAY CONTACT FORD AT 1-800-392-3673. (NOTE: ALSO SEE RECALLS 05V017 AND 06V286)" -09/06/2005,05V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V393000),FREIGHTLINER LLC,FAN BLADE FRACTURE,ENGINE AND ENGINE COOLING,FL-458,Vehicle,1395,"CERTAIN MY 2004 FREIGHTLINER BUSINESS CLASS M2 AND THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BETWEEN JULY 26 AND OCTOBER 29, 2004, EQUIPPED WITH A CATERPILLAR C-7 ENGINE AND BORG-WARNER KYS 4735 35480 55 ENGINE FAN. THE FAN SHROUD MAY BE DRAWN BACK INTO THE FAN AT HIGH ENGINE SPEEDS WHEN THE FAN CLUTCH ENGAGES. DUE TO REDUCED CLEARANCE, HEAVY CONTACT BETWEEN THE FAN AND THE SHROUD MAY CAUSE THE FAN BLADE TO FRACTURE.","THE FAN MAY FRACTURE AND PIECES MAY SEPARATE FROM THE FAN BLADE. IN CERTAIN CONDITIONS, THIS MAY PRESENT A HAZARD TO PEOPLE NEAR THE VEHICLE WITH THE HOOD OPEN AND THE ENGINE RUNNING.","FREIGHTLINER WILL NOTIFY ITS CUSTOMERS AND REPLACE THE ENGINE FAN WITH A FAN THAT HAS A DIFFERENT MOUNTING OFFSET FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN ON JANUARY 16, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/06/2005,05E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E057000),SIGNAL DYNAMICS CORPORATION,FMVSS 108/HEADLIGHT MODULE SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5097,"CERTAIN AFTERMARKET DIAMOND STAR HEADLIGHT MODULE SWITCHES P/NOS. 01010 AND 10112, MANUFACTURED BETWEEN JANUARY 2001 AND AUGUST 24, 2005, BY SIGNAL DYNAMICS FOR USE ON MOTORCYCLES. WHEN THE COMMAND SWITCH IS IN THE NOVA MODE, THE MODULE WILL MODULATE AT A HIGHER RATE THAN ALLOWED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT. IF THE MODULE IS CONNECTED TO THE HORN SYSTEM OF THE BIKE, AND THE HORN IS PRESSED AFTER DARK THE MODULE WILL CAUSE THE HEADLIGHT TO MODULATE FOR 3 SECONDS. FEDERAL MOTOR VEHICLE SAFETY STANDARD DOES NOT ALLOW FOR MODULATION AFTER DARK.",THIS COULD DISTRACT ONCOMING TRAFFIC AND MAY RESULT IN A VEHICLE CRASH.,"SDC WILL NOTIFY ITS CUSTOMERS AND MAIL A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 13, 2005. OWNERS MAY CONTACT SDC AT 800-785-1814." -09/06/2005,05V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V390000),"EZ LOADER BOAT TRAILERS, INC",INCORRECT SIZE BEARING,SUSPENSION,NR (Not Reported),Vehicle,208,"ON CERTAIN BOAT TRAILERS, A BEARING OF INCORRECT SIZE WAS INSTALLED IN THE WHEEL AXLE ASSEMBLIES.","THE TIRE, WHEEL AND BRAKE DRUM ASSEMBLY COULD SEPARATE FROM THE TRAILER WHILE UNDERWAY, WHICH COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND REPLACE THE CORRECT BEARING. IF FAILURE HAS OCCURRED, THE ENTIRE HUB, SPINDLE OR AXLE MAY BE REPLACED. THE RECALL BEGAN ON OCTOBER 5, 2005. OWNERS MAY CONTACT EZ LOADERS AT 800-398-5623." -09/06/2005,05V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V387000),FREIGHTLINER LLC,LOSS OF STEERING CONTROL,STEERING,FL-457,Vehicle,1840,"CERTAIN MY 2004 AND 2005 THOMAS BUILT SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BETWEEN JULY 2004 AND AUGUST 26, 2005. THE UPPER STEERING SHAFT PINCH BOLT MAY NOT BE CORRECTLY TIGHTENED, RESULTING IN THE POSSIBLE LOSS OF THE BOLT, ALLOWING JOINT SEPARATION AND LOSS OF STEERING.","SUDDEN LOSS OF STEERING WITHOUT WARNING COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","ALL THOMAS BUILT AND FREIGHTLINER DEALERS AND DIRECT WARRANTY CUSTOMERS WERE CALLED ON AUGUST 26, 2005, AND NOTIFIED NOT TO DRIVE THESE BUSES UNTIL THEY HAVE BEEN INSPECTED. THE REMEDY PROCEDURE CALLS FOR THE INSPECTION OF THE STEERING PINCH BOLTS FOR THE PRESENCE OF TORQUE SEAL. BOLTS WITHOUT TORQUE SEAL WILL BE TIGHTENED TO FACTORY SPECIFICATIONS AND TORQUE SEAL ADDED. FOLLOW UP NOTIFICATION BY MAIL BEGAN AUGUST 27, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/06/2005,05V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V383000),"Jayco, Inc.",PIN BOX RATING LOWER GVWR REQUIREMENTS,TRAILER HITCHES,NR (Not Reported),Vehicle,66,CERTAIN FIFTH WHEEL TRAILERS HAVE A PIN BOX THAT IS RATED BELOW THE GROSS VEHICLE WEIGHT RATING REQUIREMENTS.,THIS COULD RESULT IN A HITCH FAILURE AND INCREASE THE RISK OF A CRASH.,"DEALERS WILL REMOVE THE INCORRECT 16000 LB PIN BOX AND INSTALL THE 18000 LB PIN BOX. THE RECALL BEGAN ON SEPTEMBER 30, 2005. OWNERS MAY CONTACT JAYCO AT 1-574-825-5861." -09/06/2005,05V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V384000),"Jayco, Inc.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,72,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIM MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE RIM AND THE DISC.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,JAYCO REPLACED THE RIMS WITH A WHITE STEEL RIM. JAYCO HAS REPAIRED ALL UNITS INVOLVED. -09/06/2005,05V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V414000),"PACE AMERICAN, INC.",RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,21,"ON CERTAIN CARGO TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIMS MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","PACE AMERICAN IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED. THE RECALL BEGAN ON DECEMBER 22, 2005. OWNERS MAY CONTACT PACE AMERICAN AT 800-247-5767." -09/06/2005,05V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V389000),Toyota Motor Engineering & Manufacturing,STEERING RELAY ROD,STEERING,50N,Vehicle,977839,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, IF THE STEERING WHEEL IS REPEATEDLY TURNED UNDER CERTAIN CONDITIONS WHERE HIGH STEERING EFFORT AND POWER ASSIST ARE REQUIRED, FOR INSTANCE, WHEN FULLY TURNING THE WHEEL WHILE THE VEHICLE IS STOPPED, A FATIGUE CRACK MAY DEVELOP IN THE STEERING RELAY ROD.","IF THE VEHICLE IS CONTINUED TO BE OPERATED IN THIS CONDITION, THE RELAY ROD MAY FRACTURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE STEERING RELAY ROD. THE RECALL BEGAN OCTOBER 5, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -09/01/2005,05V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V385000),Honda (American Honda Motor Co.),CORROSION IN COIL SPRINGS,SUSPENSION,P92,Vehicle,22861,"ON CERTAIN SPORT UTILITY VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN AND THE DISTRICT OF COLUMBIA. IN AREAS WHERE LARGE QUANTITIES OF ROAD SALT ARE USED, THE FRONT SUSPENSION COIL SPRINGS HAVE INSUFFICIENT CORROSION PROTECTION, AND MAY BE SUSCEPTIBLE TO CORROSION.","EXCESSIVE CORROSION CAN CAUSE SPRING FAILURE AND A BROKEN SPRING COULD PUNCTURE A FRONT TIRE, WHICH INCREASES THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH FRONT SPRINGS WITH IMPROVED SPRINGS. THE RECALL BEGAN ON OCTOBER 11, 2005. OWNERS MAY CONTACT ACURA AT 800-382-2238." -09/01/2005,05E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E056000),GENERAL ELECTRIC COMPANY,FMVSS NO 108/FILAMENT MISALIGNMENT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,297000,"TYPE 9007 REPLACEABLE LIGHT SOURCES MANUFACTURED BY GENERAL ELECTRIC FOR INSTALLATION IN HEADLAMP ASSEMBLIES. THESE REPLACEABLE LIGHT SOURCES CAN BE USED IN A VARIETY OF VEHICLE APPLICATIONS. THE FILAMENTS OF THE SUBJECT LIGHT SOURCES ARE NOT ALIGNED PROPERLY WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.",LACK OF ILLUMINATION COULD RESULT IN A CRASH WITHOUT WARNING.,"GE WILL NOTIFY ITS CUSTOMERS AND WILL EITHER REPURCHASE OR REPLACE THE LIGHT SOURCES WITH A NEW PRODUCT. THE RECALL BEGAN OCTOBER 21, 2005. OWNERS MAY CONTACT GE AT 800-804-8713." -09/01/2005,05V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V386000),Skyline Corporation,RIM/TREDIT,WHEELS,NR (Not Reported),Vehicle,65,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE RIM MAY HAVE POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE WHEEL RIM AND DISC.","THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM. THE WHEEL MAY WOBBLE AND CAUSE A VIBRATION OR THE MOUNTED TIRE COULD LOSE AIR CAUSING THE TIRE TO GO FLAT, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE AND INCREASING THE RISK OF A CRASH.","SKYLINE IS WORKING WITH TREDIT TIRE TO NOTIFY OWNERS AND HAVE THE WHEELS REPLACED WITH A 16"" ALUMINUM WHEEL. THE RECALL BEGAN ON SEPTEMBER 8, 2005. OWNERS MAY CONTACT SKYLINE AT 574-294-6521." -08/31/2005,05V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V382000),Blue Bird Body Company,BATTERY DISCONNECT SWITCH,ELECTRICAL SYSTEM,R05KA,Vehicle,5863,"CERTAIN 2001 THROUGH 2006 MY BLUE BIRD ALL AMERICAN, TC2000, AND VISION TRANSIT SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 5, 2001, AND JULY 15, 2005. THESE BUSES ARE EQUIPPED WITH A BATTERY DISCONNECT SWITCH THAT HAS CONNECTIONS THAT MAY BE LOOSE ON THE BATTERY SWITCH STUDS CREATING THE POTENTIAL FOR THE BUS TO SHUT DOWN WHILE IN OPERATION.","SHOULD THE BUS SHUT DOWN WHILE IN OPERATION, A VEHICLE CRASH COULD OCCUR.","BLUE BIRD WILL NOTIFY ITS OWNERS AND INSTRUCT THEM ON HOW TO REPAIR THE SWITCH. THE RECALL BEGAN ON OCTOBER 19 , 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -08/30/2005,05E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E055000),"AUDIOVOX SPECIALIZED APPLICATIONS, LLC",FMVSS 108/CENTER HIGH-MOUNTED STOP LAMP,EXTERIOR LIGHTING,VCCBLCHV,Equipment,133,"CERTAIN AUDIOVOX SPECIALIZED APPLICATIONS (ASA) CHEVY VAN CENTER HIGH-MOUNTED STOP LAMP WITH AN OBSERVATION CAMERA INSTALLED, MODEL VCCBLCHV, MANUFACTURED BETWEEN APRIL AND MAY 2005. THE HOUSING LENS DOES NOT ALLOW ENOUGH LIGHT TO EMIT FROM THE LAMP WHICH DOES NOT CONFORM TO THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THE LIGHT EMITTING FROM THE CENTER HIGH-MOUNTED STOP LAMP IS DECREASED AND MAY NOT BE IMMEDIATELY VISIBLE TO FOLLOWING MOTORISTS AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.,"ASA WILL NOTIFY ITS CUSTOMERS AND REPLACE THE NONCOMPLIANT LAMPS FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 29, 2005. OWNERS MAY CONTACT ASA AT 574-266-3172." -08/30/2005,05E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E052000),ADVANCED CARBON COMPOSITES INC.,FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,1195,"CERTAIN 2005 ACC EXT-001 EXTENDED HALF SHELL MODEL MOTORCYCLE HELMETS FAIL TO CONFORM TO THE PENETRATION, ATTENUATION, AND LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED AND COULD POSSIBLY SUFFER SERIOUS INJURIES OR EVEN DEATH.",ACC WILL NOTIFY ITS CUSTOMERS AND REPAIR THE NONCOMPLIANCE HELMETS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2005. OWNER MAY CONTACT ACE AT 1-800-300-9813. -08/29/2005,05V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V369000),COUNTRY COACH INC,BUSS BAR TERMINATION SCREWS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12,"ON CERTAIN MOTOR HOMES,THE ALTERNATING CURRENT POWER DISTRIBUTION PANEL BUSS BAR TERMINATION SCREWS MAY NOT HAVE BEEN TORQUED TO 35 INCH POUNDS.","IF THE SCREWS ARE NOT TORQUED PROPERLY, THE UNIT COULD HAVE AN ERRATIC POWER SUPPLY OR A COMPLETE LOSS OF POWER. UNEXPLAINED POWER DROPS, LOSS OF GROUND TO THE SYSTEM, HOTSPOTS AT POINTS OF CONNECTION AND IN RARE CIRCUMSTANCES EVEN A FIRE COULD OCCUR.","DEALERS WILL INSPECT AND RE-TORQUE ALL THE BUSS TERMINATION BARS IN THE VEHICLE. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -08/29/2005,05V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V381000),Crane Carrier Company,DRAG LINK ASSEMBLIES,STEERING,NR (Not Reported),Vehicle,46,"ON CERTAIN CAB AND CHASSIS READY-MIX, HAY HAULER, REFUSE AND WELL SERVICE VEHICLES, THERE MAY BE MATERIAL FLAWS IN THE DRAG LINK ASSEMBLIES.","A FAILURE OF THE DRAG LINK MAY CAUSE A LOSS OF STEERING CONTROL, WHICH COULD RESULT IN A CRASH.","CRANE CARRIER WILL SUPPLY AND INSTALL, AT NO CHARGE, A REPLACEMENT DRAG LINK. THE RECALL BEGAN ON SEPTEMBER 6, 2005. OWNERS MAY CONTACT CRANE CARRIER AT 1-918-836-7305." -08/29/2005,05E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E054000),"Cummins, Inc.",ENGINE STALL CONDITION,"FUEL SYSTEM, OTHER",C0539,Equipment,2860,CERTAIN CUMMINS ISB-02 DIESEL ENGINES EQUIPPED WITH EMC CONTROLLED FUEL LIFT PUMPS. ERRATIC VOLTAGE SUPPLY TO THE FUEL LIFT PUMP CAUSES PREMATURE ELECTRIC BRUSH WEAR INTERNAL TO THE FUEL LIFT PUMP. THIS PREMATURE WEAR COULD RESULT IN FUEL LIFT PUMP FAILURE AND IN SOME CASES MAY CAUSE AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","CUMMINS WILL NOTIFY OWNERS AND REPAIR THE ENGINES BY EMC RECALIBRATION AND REPLACEMENT OF THE FUEL LIFT PUMP AT NO CHARGE TO THE CUSTOMER. THE RECALL BEGAN ON OCTOBER 3, 2005. OWNERS MAY CONTACT CUMMINS ASSISTANCE CENTER AT 1-800-DIESELS." -08/29/2005,05V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V374000),"Nissan North America, Inc.",FMVSS 225/CHILD SEAT ANCHORAGE,CHILD SEAT,NR (Not Reported),Vehicle,167,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH POWER REAR SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE LOWER ANCHORAGE BRACKETS IN THE REAR SEATS DO NOT MEET THE LOCATION REQUIREMENT IN THIS STANDARD. THIS MAY CAUSE DIFFICULTY IN ATTACHING SOME CHILD SEATS TO THESE BRACKETS.","IF A CHILD SEAT IS NOT SECURED, THERE IS AN INCREASED RISK OF INJURY IN A CRASH.","DEALERS WILL REPLACE THE LOWER ANCHORAGE BRACKETS WITH MODIFIED ONES TO ENSURE THAT THE STANDARD IS MET. THE RECALL BEGAN ON OCTOBER 17, 2005. OWNERS MAY CONTACT INFINITI AT 1-800-662-6200." -08/29/2005,05V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V377000),Hyundai Motor America,FRONT SEAT BACK RECLINER/SEAT BELT,SEATS,072,Vehicle,36000,"ON CERTAIN PASSENGER VEHICLES, THE FRONT SEAT BELT MAY INTERFERE WITH THE MANUAL SEAT BACK RECLINER KNOB AND COULD CAUSE THE FRONT MANUAL SEAT BACK RECLINER TO INADVERTENTLY RELEASE.",THE INADVERTENT RELEASE OF A FRONT SEAT BACK RECLINER MAY RESULT IN INJURY TO VEHICLE OCCUPANTS.,"DEALERS WILL REPLACE THE MANUAL SEAT BACK RECLINER KNOB(S) FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 14, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -08/29/2005,05V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V378000),"Mercedes-Benz USA, LLC",FUEL RETURN HOSE,"FUEL SYSTEM, GASOLINE",2005080007,Vehicle,487,"ON CERTAIN SPORT UTILITY VEHICLES, THE FUEL RETURN HOSE BETWEEN FUEL TANK AND RETURN LINE CAN BE PERMEATED WITH FUEL. THIS SITUATION RESULTS FROM THE EXPANSION AND CONTRACTION OF THE HOSE UNDER PRESSURE CAUSING MICROCRACKS IN THE HOSE MATERIAL.",THESE MICROCRACKS MAY CAUSE FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE ALL FUEL RETURN HOSES WITH THE APPROPRIATE HOSES FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 27, 2005. OWNERS MAY CONTACT MERCEDES BENZ AT 1-800-367-6372." -08/29/2005,05V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V376000),Land Rover,FUEL TANKS,"FUEL SYSTEM, GASOLINE",B016,Vehicle,17263,"SOME SPORT UTILITY VEHICLES MAY HAVE FUEL TANKS THAT CONTAIN AN INTERNAL BREATHER PIPE THAT WAS NOT MADE TO SPECIFICATION. THIS COULD RESULT IN EXCESSIVE SWELLING AND CRACKING OF A GROMMET AND SUBSEQUENT DETACHMENT OF THE BREATHER PIPE FROM A CONNECTOR TUBE. WHEN THE FUEL LEVEL IN THE TANK IS ABOVE THE LEVEL OF THE DETACHED JOINT, FUEL MAY THEN ENTER THE BREATHER PIPE.","THE DRIVER MAY NOTICE FUEL ODOR, DRIVABILITY CONCERNS SUCH AS HESITATION, MISFIRE, STALLING, ROUGH RUNNING, OR DIFFICULTY IN STARTING AND THE 'CHECK ENGINE' LIGHT MAY BE ILLUMINATED. IF THE AMOUNT OF FUEL FLOWING INTO THE BREATHER PIPE REACHES THE VAPOR CANISTER AND EXCEEDS ITS CAPACITY, THE EXCESS FUEL MAY BE DISCHARGED ONTO THE GROUND. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANKS. THE RECALL BEGAN ON OCTOBER 24, 2005. OWNERS MAY CONTACT LAND ROVER AT 1-800-637-6837." -08/29/2005,05V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V372000),"Suzuki Motor USA, LLC",IGNITION SWITCH TERMINAL,ELECTRICAL SYSTEM,2082,Vehicle,5869,"ON CERTAIN SCOOTERS, IF THE IGNITION SWITCH IS NOT FULLY TURNED FROM THE 'OFF' TO THE 'ON' POSITION, THERE MAY BE UNSTABLE CONTACT BETWEEN THE IGNITION SWITCH CONTACTS. THIS CAN CAUSE ARCING IN THE IGNITION SWITCH.","HEAT FROM THE ARCING CAN MELT THE INTERNAL SWITCH BASE PLATE. IF THE SCOOTER IS RIDDEN IN THIS CONDITION, THE IGNITION SWITCH MAY FAIL. IF THIS HAPPENS, THE ENGINE WILL STALL, THE LIGHTS WILL GO OUT, AND THE OPERATOR MAY BE UNABLE TO RESTART THE SCOOTER. THIS COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE IGNITION SWITCH TERMINAL CASE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 7, 2005. OWNERS MAY CONTACT SUZUKI AT 1-800-255-2550." -08/29/2005,05E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E053000),"Meritor, Inc.",REAR DRIVE AXLE SPINDLE FAILURE,POWER TRAIN,NR (Not Reported),Equipment,1401,"CERTAIN ARVINMERITOR SERIES 145 AND 160 REAR DRIVE AXLES FOR USE ON HEAVY TRUCKS MANUFACTURED AND SHIPPED TO CUSTOMERS BETWEEN JUNE 4 AND JUNE 13, 2005. SOME OF THE SPINDLES WERE OVERHEATED DURING THE HEAT TREAT PROCESS WHICH COULD RESULT IN A FRACTURE OF THE SPINDLE.",TO BE DETERMINED.,OWNERS WILL BE NOTIFIED BY THE VEHICLE MANUFACTURERS AND WILL BE INSTRUCTED TO CONTACT ARVINMERITOR OR THE VEHICLE MANUFACTURER TO HAVE THEIR VEHICLES REPAIRED FREE OF CHARGE. -08/29/2005,05V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V373000),COUNTRY COACH INC,UNEXPECTED SLIDE ROOM EXTENSION WHILE IN-TRANSIT,EQUIPMENT,NR (Not Reported),Vehicle,88,"ON CERTAIN MOTOR HOMES, THE HYDRAULIC SLIDE ROOM HOSES COULD BLISTER AND LEAK DUE TO ENGINE HEAT.",LOSS OF HYDRAULIC FLUID COULD CAUSE THE SLIDE ROOM TO UNEXPECTEDLY EXTEND WHILE IN -TRANSIT. THIS CAN RESULT IN A VEHICLE CRASH.,"DEALERS WILL RELOCATE THE HYDRAULIC HOSES OUTSIDE OF THE ENGINE COMPARTMENT AND REPLACE ANY HOSES THAT EXHIBIT SIGNS OF BLISTERING OR LEAKAGE. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -08/29/2005,05V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V379000),"General Motors, LLC",UNWANTED ABS ACTIVATION,"SERVICE BRAKES, HYDRAULIC",05068,Vehicle,1353718,"CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES MAY EXPERIENCE UNWANTED ANTILOCK BRAKE SYSTEM (ABS) ACTIVATION. THIS CONDITION IS MORE LIKELY TO OCCUR IN ENVIRONMENTALLY CORROSIVE AREAS. THIS RECALL WILL BE LAUNCHED IN THE ""SALT BELT"" STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MARYLAND, MASSACHUSETTS, MAINE, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN AND THE DISTRICT OF COLUMBIA ONLY.","THIS CAN CAUSE INCREASED STOPPING DISTANCES DURING LOW-SPEED BRAKE APPLICATIONS, WHICH COULD RESULT IN A CRASH.","DEALERS ARE TO REMOVE THE WHEEL SPEED SENSOR AND THOROUGHLY CLEAN THE WHEEL SPEED SENSOR MOUNTING SURFACE ON THE BEARING, APPLY RUST INHIBITOR TO THE CLEANED SURFACE, GREASE THE MOUNTING SURFACE, REINSTALL THE WHEEL SPEED SENSOR, AND CHECK THE PEAK-TO-PEAK OUTPUT VOLTAGE TO ENSURE THE WHEEL SPEED SIGNAL IS WITHIN SPECIFICATIONS. THE RECALL BEGAN SEPTEMBER 22, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -08/29/2005,05V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V371000),"JOHN H. ENTERPRISE, INC.",WHEEL CRACKS/RFD,WHEELS,NR (Not Reported),Vehicle,45,"ON CERTAIN ENCLOSED CARGO TRAILERS EQUIPPED WITH RFD WHEELS, THERE IS A DEFECTIVE WELD OF THE WHEEL'S CENTER HUB TO THE WHEEL'S RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,JOHN H. ENTERPRISE/ATLAS SPECIALTY IS WORKING WITH RFD AND RFD IS CONDUCTING THE OWNER NOTIFICATION AND WILL REPLACE THE WHEELS ON AFFECTED TRAILERS. OWNERS MAY CONTACT RFD COMPONENTS AT 574-295-3939 OR JOHN H. ENTERPRISE/ATLAS SPECIALTY AT 1-574-293-6008. -08/26/2005,05V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V367000),"BMW of North America, LLC",BRAKE LINE SUPPORT BRACKET,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,165,"ON CERTAIN SPORT UTILITY VEHICLES, THE ATTACHMENT OF THE BRAKE LINE SUPPORT BRACKET WITHIN THE FRONT LEFT WHEEL WELL WAS NOT WELDED ACCORDING TO SPECIFICATIONS. IT COULD LOOSEN AND OVER TIME THE BRAKE HOSE COULD RUB AGAINST THE WHEEL WELL.",THE FRONT LEFT BRAKE HOSE COULD BECOME DAMAGED TO THE POINT WHERE A LOSS OF BRAKE FLUID COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL RE-ATTACH THE BRAKE LINE SUPPORT BRACKET TO THE FRONT LEFT WHEEL WELL FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 20, 2005. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/26/2005,05V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V375000),U.S. BUS CORPORATION,FMVSS 221/SCHOOL BUS BODY JOINT STRENGTH,STRUCTURE,NR (Not Reported),Vehicle,135,"CERTAIN US BUS 2005 MY STURDIBUS HD SCHOOL BUSES. THE AMOUNT OF ADHESIVE APPLIED TO THE ROOF SEAMS IS INADEQUATE FOR THE TYPE OF ADHESIVE USED WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A VEHICLE CRASH, IT IS POSSIBLE THAT ONE OR MORE BODY JOINTS COULD OPEN UP, ALLOWING THE OCCUPANT TO SUSTAIN SERIOUS INJURIES SHOULD THE OCCUPANT COME INTO CONTACT WITH THE EDGE OF THE SEPARATED JOINT OF THE BODY PANELS.","US BUS WILL NOTIFY ITS OWNERS AND INSTALL ADDITIONAL FASTENERS IN ALL SUSPECT JOINTS. THE RECALL BEGAN ON JANUARY 30, 2006. OWNERS MAY CONTACT US BUS AT 1-765-939-3984." -08/26/2005,05V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V368000),"Navistar, Inc.",PARK BRAKE ANCHOR BOLT/BOSCH,PARKING BRAKE,05518,Vehicle,13654,"CERTAIN MY 2005 THROUGH 2006 INTERNATIONAL HEAVY TRUCKS AND IC CORP CE SCHOOL BUSES MANUFACTURED BETWEEN JUNE 4, 2004, AND MARCH 31, 2005. THE ANCHOR BOLT THAT IS THE PIVOT POINT FOR THE DRIVELINE PARKING BRAKE SHOES MAY FATIGUE AND BREAK AS A RESULT OF AN INCORRECT SURFACE TREATMENT.","IF THE BOLT BREAKS, THE PARK BRAKE MAY NOT ENGAGE. THIS COULD CAUSE THE VEHICLE TO ROLL AWAY WITHOUT WARNING AND COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","INTERNATIONAL RECALL NO. 00518. INTERNATIONAL WILL NOTIFY OWNER AND REPLACE THE AFFECTED ANCHOR BOLTS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 14, 2005. CUSTOMERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -08/26/2005,05V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V380000),Crane Carrier Company,THROTTLE PEDAL INTERFERENCE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,142,"ON CERTAIN VEHICLES, A MECHANICAL INTERFERENCE MAY EXIST BETWEEN THE THROTTLE PEDAL AND AN ACCESS PLUG IN THE CAB SHEET METAL.","THE THROTTLE PEDAL MAY CONTACT THE ACCESS PLUG AND NOT RETURN TO THE IDLE POSITION CAUSING A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","CRANE CARRIER WILL RELOCATE THE THROTTLE PEDAL AT NO CHARGE. THE RECALL BEGAN SEPTEMBER 17, 2005. OWNERS MAY CONTACT CRANE CARRIER AT 1-918-832-7305." -08/25/2005,05V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V370000),"New Flyer of America, Inc.",HYDRAULIC FAN MOTOR FLANGE FITTING ASSEMBLY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,665,"ON CERTAIN TRANSIT BUSES, HYDRAULIC FLUID CAN LEAK AT THE FLANGE FITTING DUE TO IMPROPER INSTALLATION PROCEDURES. INCORRECT INSTALLATION PROCEDURES MAY CAUSE DAMAGE TO THE O-RING OF THE FLANGE ASSEMBLY, COMPROMISING THE SEALING CAPABILITY OF THE O-RING.",LEAKS CAUSED DUE TO DAMAGED O-RINGS COULD CAUSE HYDRAULIC FLUID TO BE SPRAYED ONTO HOT SURFACES AND IGNITE.,"NEW FLYER WILL CONTACT CUSTOMERS WITH PARTS AND INSTRUCTIONS ON HOW TO COMPLETE THIS RECALL. THE RECALL BEGAN ON AUGUST 30, 2005. OWNERS MAY CONTACT NEW FLYER AT 204-934-4874." -08/25/2005,05E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E050000),DETROIT DIESEL CORP.,SERIES 50 ENGINES/EMC CALIBRATION/POSSIBLE FIRE,ENGINE AND ENGINE COOLING,05C-3,Equipment,160,"CERTAIN DETROIT DIESEL SERIES 50 ENGINES MANUFACTURED BETWEEN OCTOBER 3, 2002, AND OCTOBER 10, 2004, FOR USE IN TRANSIT BUSES. DURING INSTALLATION, THE EMC WAS NOT CALIBRATED TO ACTIVATE THE EXHAUST TEMPERATURE SENSOR AND PREVENT THE POSSIBILITY OF FIRE IN THE EXHAUST SYSTEM OF THE BUS IN THE EVENT OF A TURBOCHARGER FAILURE.","SHOULD THE TURBOCHARGER FAIL, LUBRICATING OIL CAN ENTER THE EXHAUST SYSTEM AND WITHOUT THE EXHAUST TEMPERATURE SENSOR ACTIVATED, A VEHICLE FIRE CAN OCCUR.","DETROIT DIESEL WILL NOTIFY THE OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 24, 2005. OWNERS MAY CONTACT DETROIT DIESEL AT 1-313-592-5791." -08/24/2005,05V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V366000),MONACO COACH CORPORATION,HEADLIGHT SWITCH OVERLOADING,EXTERIOR LIGHTING,505011,Vehicle,451,"ON CERTAIN MOTOR HOMES, THE HEADLIGHT SWITCH IN THE FRONT ELECTRICAL BOX/FIREWALL CAN OVERLOAD.",CHANGES IN THE COMPONENT SUPPLIER RELAY REQUIREMENTS WITH AN UPDATED CONTROLLER WERE CAUSING THE HEADLIGHTS TO STOP FUNCTIONING WITHOUT WARNING. THIS COULD POTENTIALLY CAUSE A CRASH WHILE DRIVING AT NIGHT.,"DEALERS WILL INSTALL A NEW WIRING HARNESS. THE RECALL BEGAN ON SEPTEMBER 30, 2005. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -08/23/2005,05E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E051000),TREDIT TIRE & WHEEL CO INC,WHEELS MAY BREAK,WHEELS,NR (Not Reported),Equipment,8059,"CERTAIN JCA CHINA 16"" CHROMIUM PLATED WELDED WHEELS, EITHER 6 LUG OR 8 LUG, THAT CONTAIN THE RIM STAMP OF ""JG"" OR ""HW"". DUE TO POOR WELD QUALITY AND INSUFFICIENT PRESS FIT BETWEEN THE RIM AND THE DISC, THE CENTER OF THE WHEEL COULD SEPARATE FROM THE RIM.","SHOULD THE WHEEL BREAK WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",THE VEHICLE MANUFACTURERS WILL CONDUCT A RECALL OF THEIR VEHICLES. OWNERS WILL BE CONTACTED BY THE VEHICLE MANUFACTURERS AND THEY WILL REPLACE THE WHEELS FREE OF CHARGE. -08/22/2005,05V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V365000),GIRARDIN MINIBUS INC.,FMVSS 221/BODY JOINT STRENGTH/FMVSS 210,STRUCTURE,05-011-JSU,Vehicle,10,"CERTAIN 2003 THROUGH 2005 GIRARDIN MB II AND MB IV SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 17 AND OCTOBER 29, 2004. THE AMOUNT OF ADHESIVE APPLIED TO THE ROOF SEAMS AND INTERIOR PANELS IS INADEQUATE FOR THE TYPE OF ADHESIVE USED WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH. ALSO, DUE TO THE INADEQUATE JOINT STRENGTH, THESE BUSES FAIL TO CONFORM TO THE SEAT TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, SEAT BELT ASSEMBLY ANCHORAGES.","IN THE EVENT OF A VEHICLE CRASH, THE AFFECTED PANELS AND SEATS MAY NOT RESIST AND THIS COULD POSSIBLY ENDANGER THE VEHICLE OCCUPANTS.","GIRARDIN WILL NOTIFY ITS OWNERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON NOVEMBER 3, 2003. OWNERS MAY CONTACT GIRARDIN AT 1-819-477-8222." -08/19/2005,05V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V363000),"BMW of North America, LLC",ABS SENSOR CABLE ROUTING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,331,"ON CERTAIN MOTORCYCLES, THERE COULD BE A PROBLEM WITH THE ROUTING OF THE INTEGRAL ANTI-LOCK-BRAKE SYSTEM (IABS) SENSOR CABLE IF SERVICE HAS BEEN PERFORMED ON THE MOTORCYCLE, FOR EXAMPLE, A FRONT TIRE CHANGE.","THE SENSOR CABLE CAN COME INTO CONTACT WITH, AND RUB AGAINST, THE FRONT BRAKE DISK. IF THE CHAFING BECOMES SEVERE, IT IS POSSIBLE TO LOSE THE ABS FUNCTION INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND ATTACH AN ADDITIONAL RETAINING CLIP TO THE IABS SENSOR CABLE FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 23, 2005. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -08/19/2005,05V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V364000),"Viking RV, LLC",INNOVATIVE DESIGN TECHNOLOGIES/ROOF LIFT SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,3624,"ON CERTAIN CAMPING TRAILERS, THE INNOVATIVE DESIGN TECHNOLOGIES ROOF LIFT SYSTEM IS DEFECTIVE AND MAY FAIL ALLOWING THE ROOF TO COLLAPSE UNEXPECTEDLY.","SHOULD THIS OCCUR, THERE IS POTENTIAL FOR PERSONAL INJURY TO ANY OCCUPANTS INSIDE THE TRAILER AT THE TIME OF FAILURE.","DEALERS WILL INSPECT AND REPLACE THE NECESSARY PARTS. THE RECALL BEGAN ON OCTOBER 27, 2005. OWNERS MAY CONTACT THEIR LOCAL DEALERS. IF UNABLE TO FIND A LOCAL DEALER, CONTACT VIKING AT 1-800-239-6157." -08/17/2005,05V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V362000),MONACO COACH CORPORATION,ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21,"ON MOTOR HOMES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH DETROIT DIESEL SERIES 40 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.",THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSPECT AND REPLACE THE TURBOCHARGER TO PREVENT THE POSSIBILITY OF AN ENGINE COMPARTMENT FIRE. SPARTAN CHASSIS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT SPARTAN CHASSIS AT 517-543-6400 OR MONACO AT 1-800-685-6545. -08/17/2005,05V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V361000),Damon Corporation,OVERLOADED FRONT AXLE,SUSPENSION,05-115,Vehicle,61,"SOME (PACIFIC/WALDORF EDITION) MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.. 120 ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" UNDER CERTAIN LOADING CONDITIONS, THE FRONT GROSS AXLE WEIGHT RATING (GAWR) COULD BE EXCEEDED.","UNDER CERTAIN LOADING CONDITIONS, THE FRONT AXLE COULD BECOME OVERLOADED INCREASING THE RISK OF CRASH.","DEALERS WILL REPLACE BOTH FRONT TIRES WITH A GREATER LOAD CARRYING CAPACITY, WHICH WILL INCREASE THE FRONT GROSS AXLE WEIGHT RATING. THE RECALL BEGAN AUGUST 29, 2005. OWNERS MAY CONTACT DAMON AT 800-860-6362." -08/16/2005,05V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V360000),COUNTRY COACH INC,CIRCUIT BREAKER WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6,"ON CERTAIN MOTOR HOMES, THE USE OF A 20 AMP CIRCUIT BREAKER IN THE 120V AC PANEL FOR AUDIO/VIDEO EQUIPMENT DOES NOT PROTECT THE CIRCUIT AGAINST COMPONENT FAILURES. THE CIRCUIT IS ONLY RATED FOR A 15 AMP CIRCUIT BREAKER.",THE 20 AMP CIRCUIT BREAKER USED ON THE AUDIO/VIDEO CIRCUIT EXCEEDED THE LOAD CAPACITY OF THE WIRE. THIS COULD RESULT IN A FIRE.,"DEALERS WILL REMOVE THE 20 AMP CIRCUIT BREAKER, AND INSTALL A 15 AMP CIRCUIT BREAKER. THE RECALL BEGAN ON AUGUST 29, 2005. OWNERS MAY CONTACT COUNTRY COACH AT 800-547-8015." -08/15/2005,05V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V359000),Collins Bus Corporation,FMVSS 221/JOINT STRENGTH,STRUCTURE,NR (Not Reported),Vehicle,201,"CERTAIN 2004 MY BANTAM AND SUPER BANTAM SCHOOL BUSES MANUFACTURED BETWEEN JULY 2004 AND NOVEMBER 2004. THE AMOUNT OF ADHESIVE APPLIED TO THE ROOF SEAMS IS INADEQUATE FOR THE TYPE OF ADHESIVE USED WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A CRASH, THE JOINTS MAY COME APART AND INDIVIDUAL INTERIOR CEILING SKINS COULD CAUSE HARM TO THE OCCUPANTS OF THE BUS.","DEALERS WILL CORRECT THE BUSES BY ADDING TWO ADDITIONAL SCREWS BETWEEN THE CURRENT SCREWS THAT ATTACH THE SEAMS OF THE CEILING SKINS TO THE STRUCTURAL ROOF BOWS. THE RECALL BEGAN ON DECEMBER 14, 2005. OWNERS MAY CONTACT COLLINS AT 1-800-533-1850." -08/15/2005,05V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V358000),OPTIMA BUS CORP,HYDRAULIC LINE ROUTING,ENGINE AND ENGINE COOLING,SAF05008,Vehicle,49,"ON CERTAIN TRANSIT BUSES, THERE IS A POSSIBILITY THAT THE HYDRAULIC LINE COMING FROM THE RADIATOR FAN MOTOR TO THE CAC MOTOR IS RUBBING ON THE CHASSIS.",THIS RUBBING MAY CAUSE THE HYDRAULIC LINE TO BE RUBBED THROUGH RESULTING IN A LEAK AND A LOSS OF HYDRAULIC FLUID. THIS FLUID COULD IGNITE IF IT COMES IN CONTACT WITH A HOT SOURCE.,"DEALERS WILL INSTALL A P-CLAMP ON THE RADIATOR MOTOR SUPPORT BRACKET THAT HOLDS AND SECURES THE HOSE AWAY FROM THE CHASSIS ELIMINATING THE POSSIBILITY OF CHAFFING. THE RECALL BEGAN ON AUGUST 24, 2005. OWNERS MAY CONTACT OPTIMA AT 1-888-391-1777." -08/15/2005,05T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T015000),Cooper Tire & Rubber Co.,PREMATURE WEAR,TIRES,140,Tire,48949,"CERTAIN COOPER TRENDSETTER SE, MASTERCRAFT A/S IV, DEAN ALPHA 365 A/S, AND STARFIRE FLITE-LINE IV TIRES SIZES P195/70R14 AND P185/65R14, MANUFACTURED BETWEEN NOVEMBER 21, 2004, AND MAY 14, 2005. THESE TIRES CAN LOSE AIR PRESSURE CAUSING THE TIRES TO RUN UNDER-INFLATED. AN UNDER-INFLATED CONDITION WILL CAUSE THE TIRE TO WEAR PREMATURELY AND RESULT IN EARLY FAILURE.","SHOULD THE TIRE FAIL WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR.","COOPER TIRE WILL REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 9, 2005. OWNERS MAY CONTACT COOPER TIRE AT 800-854-6288." -08/11/2005,05V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V357000),"McNeilus Truck & Manufacturing, Inc.",FMVSS 120/TIRE LOAD RANGE STEER TIRE AND WHEEL,TIRES,NR (Not Reported),Vehicle,107,"CERTAIN CONCRETE MIXERS AND REFUSE TRUCKS BUILT ON MACK CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE WHEELS AND TIRES DO NOT MATCH THE CAPACITY THAT THE TRUCKS WOULD REQUIRE.",OMISSION OF THE TIRE LOAD RANGE MAY LEAD TO THE INSTALLATION OF TIRES WITH LOAD RANGES NOT APPROPRIATE FOR VEHICLE USE. A FAILURE OCCURRING IN TIRES DUE TO INAPPROPRIATE LOAD RANGE MAY RESULT IN LOSS OF CONTROL OF THE VEHICLE AND A CRASH CAN OCCUR.,"DEALERS WILL SUPPLY NEW STEER WHEELS AND TIRES WITH A MINIMUM 10,000 LB. RATING. THE RECALL BEGAN ON SEPTEMBER 7, 2005. OWNERS MAY CONTACT MCNEILUS AT 507-374-6321." -08/10/2005,05V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V355000),Pierce Manufacturing,BRAKE HOSE CHAFING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,150,"ON CERTAIN FIRE TRUCKS, INTERFERENCE MAY OCCUR BETWEEN THE AERIAL FRONT AXLE INTERLOCK SENSOR BRACKET AND THE FRONT AIR BRAKE HOSE. THIS CONDITION OCCURS DURING FULL TURN STEERING AND FULL SUSPENSION JOUNCE COMPRESSION.","THIS INTERFERENCE MAY CAUSE CHAFING LEADING TO A POTENTIAL FRONT AIR BRAKE HOSE FAILURE. IN THE EVENT OF A FRONT BRAKE HOSE FAILURE, LOSS OF FRONT BRAKING WILL OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE EXISTING FRONT AXLE INTERLOCK SENSOR BRACKET AND INSTALL A NEW BRACKET IN A NEW LOCATION AVOIDING THE FRONT AXLE BRAKE HOSE. THE RECALL BEGAN ON OCTOBER 13, 2005. OWNERS MAY CONTACT PIERCE AT 920-832-3249." -08/10/2005,05V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V351000),Pierce Manufacturing,PEDESTAL SEAT MOUNTING,SEATS,NR (Not Reported),Vehicle,90,"CERTAIN FIRE TRUCKS WITH COMMAND CABS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207,""SEATING SYSTEMS."" THE RESCUE BODY OFFERINGS DO NOT MEET THE PULL TEST REQUIREMENTS. THE PEDESTAL SEAT WAS MOUNTED BY DRILLING AND TAPPING THE CAB OR BODY FLOOR.","IN THE EVENT OF A CRASH, THE PEDESTAL SEAT FASTENERS COULD FAIL TO RESTRAIN THE SEAT, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL INSPECT THE SEAT PEDESTALS. IF THE SEAT WAS MOUNTED WITH TAPPED FASTENERS, THE FASTENERS WILL BE REMOVED AND A HOLE WILL BE DRILLED TO REPLACE THE MOUNTING FASTENERS WITH 7/16"" BOLTS AND NUTS. THE RECALL BEGAN ON AUGUST 19, 2005. OWNERS MAY CONTACT PIERCE AT 920-832-3249." -08/10/2005,05V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V356000),"Hino Motors Sales U.S.A., Inc.",WHEEL BEARINGS,SUSPENSION,M0020,Vehicle,46,"ON CERTAIN CHASSIS AND CABS, THE WHEEL BEARINGS WERE OIL-PACKED ONTO THE FRONT AXLE RATHER THAN GREASE LUBRICATED AS SPECIFIED. IT WAS LATER DETERMINED THAT THE CALIPER MOUNTING BOLTS WERE NOT PROPERLY TORQUED AND THE PROPER END PLAY ADJUSTMENT WAS NOT MADE.","THIS CAN CAUSE THE CALIPER MOUNTING BOLTS TO BECOME LOOSE AND BACK OUT. THE CALIPER COULD BECOME DISCONNECTED FROM THE ROTOR ASSEMBLY WHICH WOULD CAUSE A DECREASE IN BRAKING ABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL TORQUE ALL AFFECTED CALIPER MOUNTING BOLTS AND READJUST EACH WHEEL FOR THE PROPER END PLAY ADJUSTMENT. THE RECALL BEGAN ON SEPTEMBER 6, 2005. OWNERS SHOULD CONTACT HINO AT 248-648-6400." -08/08/2005,05V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V354000),"Jayco, Inc.",WIRING HARNESS CABLE TIE BREAKAGE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,285,"ON CERTAIN MOTOR HOMES, THE CABLE TIES, WHICH ATTACH THE MAIN WIRING HARNESS TO THE FRAME RAILS, MAY BREAK AND CAUSE THE WIRE HARNESS TO DROP INTO THE EXHAUST SYSTEM.",THIS COULD RESULT IN THE CABLE MELTING AND CREATING AN ELECTRICAL SHORT AND/OR FIRE.,"DEALERS WILL INSPECT THE MOTOR HOMES AND ATTACH NEW HEAVY DUTY CABLE TIES. THE RECALL BEGAN ON AUGUST 22, 2005. OWNERS MAY CONTACT JAYCO AT 1-574-825-5861." -08/04/2005,05V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V353000),Kia Motors America,FUEL LINE,"FUEL SYSTEM, GASOLINE",SC-052,Vehicle,2935,CERTAIN SPORT UTILITY VEHICLES MAY EXPERIENCE A FUEL LEAK FROM FUEL TUBES NEAR THE FUEL TANK DUE TO AN INTERFERENCE FIT WITH THE VEHICLE FLOOR PANEL.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE A SECTION OF THE FUEL LINE. THE RECALL BEGAN ON OCTOBER 10, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -08/04/2005,05V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V352000),GIRARDIN MINIBUS INC.,STOP ARM MALFUNCTIONS,OTHER,05-010-SAU,Vehicle,1498,"CERTAIN GIRARDIN MY 2002 THROUGH 2005 MB II & MB IV SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 1, 2002, AND AUGUST 8, 2005, AND EQUIPPED WITH ""5"" SERIES STOP ARMS MANUFACTURED BY SPECIALTY MANUFACTURING COMPANY. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","GIRARDIN WILL NOTIFY OWNERS AND REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 22, 2005. OWNERS MAY CONTACT GIRARDIN AT 1-800-951-7867." -08/04/2005,05V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V350000),Novae Corporation,WHEEL CRACKS/RFD,WHEELS,NR (Not Reported),Vehicle,26,"ON CERTAIN UTILITY TRAILERS EQUIPPED WITH RFD WHEELS, THERE IS A DEFECTIVE WELD OF THE WHEELS' CENTER HUB TO THE WHEEL'S RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,NOVAE IS WORKING WITH RFD AND RFD IS CONDUCTING THE OWNER NOTIFICATION AND WILL REPLACE THE WHEELS ON AFFECTED TRAILERS. OWNERS MAY CONTACT RFD COMPONENTS AT 574-295-3939 OR NOVAE CORPORATION AT 260-758-9838. -08/03/2005,05V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V347000),FREIGHTLINER LLC,STOP ARM MALFUNCTIONS,OTHER,FL-454,Vehicle,5954,"CERTAIN 2002-2005 MY THOMAS BUILT MINOTOUR, CONVENTIONAL, MVP-ER, ER, HDX, AND MVP-EF MODEL SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 8, 2002, AND MARCH 8, 2005, EQUIPPED WITH SPECIALTY MFG ""5"" SERIES STOP ARMS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN STATES OTHER THAN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE STOP ARM SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","FOR THOSE BUSES OPERATED IN OR NEAR ANY OF THE STATES LISTED ABOVE, THOMAS BUILT IS ENCOURAGING THE BUS OWNERS TO OBTAIN THE REPLACEMENT SWITCH. FOR THOSE BUSES OPERATED IN THE WARMER STATES, DEALERS WILL REPLACE THE SWITCH UPON OWNER REQUEST. FOR THOSE CUSTOMERS WHO REQUEST THE REMEDY, THOMAS BUILT WILL REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE RECALL BEGAN ON SEPTEMBER 14, 2005. OWNERS MAY CONTACT THOMAS BUILT'S CUSTOMER SUPPORT OFFICE AT 336-889-4871." -08/01/2005,05V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V346000),Volvo Trucks North America,FMVSS 120/CERTIFICATION LABEL/TIRE DESCRIPTION,EQUIPMENT,RVXX0504,Vehicle,958,"CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE SIZE DESIGNATION ON THE CERTIFICATION LABEL IS NOT SHOWN.",THE CERTIFICATION LABEL IS INCORRECT GIVING IMPROPER INFORMATION.,"DEALERS WILL REPLACE THE CERTIFICATION LABELS. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/01/2005,05V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V344000),Honda (American Honda Motor Co.),FRONTAL AIR BAG IMPACT SYSTEM,AIR BAGS,P80,Vehicle,85154,"THE FRONTAL AIR BAG SYSTEM HAS TWO EXTERNAL IMPACT SENSORS. ON CERTAIN MINI VANS,SOME SENSORS WERE INSUFFICIENTLY SEALED DURING MANUFACTURING. IF WATER ENTERS A SENSOR, CORROSION CAN OCCUR. CORRODED SENSORS COULD SHORT CIRCUIT INTERNALLY. IF SENSORS FAIL, THE SRS WARNING LAMP ON THE INSTRUMENT PANEL WILL TURN ON AND REMAIN ILLUMINATED.","FRONT IMPACT SENSOR FAILURE COULD CAUSE A DELAY IN, OR LOSS OF, FRONTAL AIR BAG DEPLOYMENT, WHICH CAN INCREASE THE RISK OF INJURY IN A FRONTAL CRASH.","DEALERS WILL REPLACE THE FRONT IMPACT SENSORS. THE RECALL BEGAN ON AUGUST 30, 2005. OWNERS MAY CONTACT HONDA AT 1-800-999-1009." -08/01/2005,05V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V343000),Collins Bus Corporation,STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,1345,"CERTAIN 2002-2005 MY COLLINS BANTAM, SUPER BANTAM, AND GRAND BANTAM SCHOOL BUSES EQUIPPED WITH SPECIALTY MFG ""5"" SERIES STOP ARMS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","COLLINS BUS WILL NOTIFY ITS CUSTOMERS AND THE ORIGINAL SWITCH WILL BE REPLACED FREE OF CHARGE WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN OCTOBER 12, 2005. CUSTOMERS MAY CONTACT COLLINS BUS CUSTOMER SERVICE AT 1-800-533-1850 OR SPECIALTY MANUFACTURING AT 1-800-951-7867." -08/01/2005,05V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V345000),Collins Bus Corporation,STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,687,"CERTAIN 2002-2005 MY COLLINS BANTAM, SUPER BANTAM, AND GRAND BANTAM SCHOOL BUSES EQUIPPED WITH ""5"" SERIES STOP ARMS. THESE SCHOOL BUSES WERE ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN STATES OTHER THAN THE FOLLOWING: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","COLLINS WILL NOTIFY ALL ITS CUSTOMERS OF THIS CAMPAIGN. FOR THOSE BUSES OPERATED IN OR NEAR ANY OF THE STATES LISTED ABOVE, COLLINS IS ENCOURAGING THE BUS OWNERS TO OBTAIN THE REPLACEMENT SWITCH. FOR THOSE BUSES OPERATED IN THE WARMER STATES, COLLINS WILL REPLACE THE SWITCH UPON OWNER REQUEST. FOR THOSE CUSTOMERS WHO REQUEST THE REMEDY, COLLINS WILL REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE SAFETY IMPROVEMENT CAMPAIGN BEGAN OCTOBER 12, 2005. OWNERS MAY CONTACT COLLINS AT 800-448-7825 OR SPECIALTY MANUFACTURING AT 1-800-951-7867." -07/28/2005,05V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V339000),Newell Coach Corp.,I-SHAFT ASSEMBLY CAN DISCONNECT/ZF,STEERING,NR (Not Reported),Vehicle,28,"ON CERTAIN MOTOR HOMES EQUIPPED WITH I-SHAFTS SUPPLIED BY ZF HEAVY DUTY STEERING, THERE IS A POTENTIAL FOR A FAILURE OF THE FORK/SHAFT CONNECTION.","IF THIS OCCURS, THE VEHICLE COULD SUFFER A LOSS OF STEERING ABILITY, WHICH COULD RESULT IN A CRASH.","NEWELL WILL INSTALL A SECURITY CLAMP OVER THE SHAFT WHICH WILL SAFETY SECURE THE I-SHAFT TO THE UNIVERSAL FORK. THE RECALL BEGAN ON SEPTEMBER 20, 2005. OWNERS MAY CONTACT NEWELL AT 1-888-363-9355." -07/28/2005,05V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V349000),"Mack Trucks, Inc.",PITMAN ARM TORQUE,STEERING,SC0303,Vehicle,23,"ON CERTAIN TRUCKS, THE BOLT THAT ATTACHES THE PITMAN ARM TO THE STEERING GEAR MAY NOT BE TIGHTENED PROPERLY.","THIS MAY AFFECT THE PERFORMANCE OF THE STEERING, WHICH MAY RESULT IN A CRASH.","DEALERS WILL CHECK THE TORQUE ON THE BOLT THAT ATTACHES THE PITMAN ARM TO STEERING GEAR AND TIGHTEN THE BOLT PROPERLY. THE RECALL BEAGN AUGUST 18, 2005. OWNERS CONTACT MACK AT 1-800-2528-6586." -07/28/2005,05V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V348000),"Mack Trucks, Inc.",STEERING GEAR FASTENER TORQUE,STEERING,SC0302,Vehicle,12,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE BOLTS THAT ATTACH THE STEERING GEAR TO THE FRAME MAY NOT BE TIGHTENED PROPERLY.",THIS MAY AFFECT THE PERFORMANCE OF THE STEERING WHICH MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL CHECK THE TORQUE ON THE BOLTS THAT ATTACH THE STEERING GEAR TO THE FRAME AND TIGHTEN THE BOLTS PROPERLY. THE RECALL BEGAN AUGUST 18, 2005. OWNERS MAY CONTACT MACK AT 1-800-528-6586." -07/28/2005,05V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V341000),UD Trucks Corporation,TURBOCHARGER/EXHAUST PIPE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2018,"ON CERTAIN MEDIUM DUTY TRUCKS, THE EXHAUST PIPE MAY BREAK AT THE EXHAUST BRAKE MOUNTING FLANGE.",THE EXHAUST BRAKE AND MUFFLER ASSEMBLY COULD SEPARATE FROM THE EXHAUST PIPE AND BE DISCHARGED FROM UNDER THE VEHICLE IN THE EVENT THAT THE EXHAUST PIPE CRACKS COMPLETELY THROUGH WHILE DRIVING. THIS COULD OCCUR WITHOUT WARNING AND POTENTIALLY CAUSE A CRASH OR IMPEDE OTHER VEHICLES ON THE HIGHWAY.,"DEALERS WILL REPLACE THE EXHAUST PIPE ON THE AFFECTED VEHICLES. THE RECALL BEGAN ON OCTOBER 28, 2005. OWNERS MAY CONTACT NISSAN DIESEL AT 1-972-756-5500." -07/27/2005,05V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V332000),"Reinke Manufacturing Company, Inc.",ALUMINUM TOOLBOX BRACKET,EQUIPMENT,NR (Not Reported),Vehicle,548,"ON CERTAIN COMBINATION STEEL/ALUMINUM FLATBED, DROPDECK, AND ALUMINUM FLATBED TRAILERS EQUIPPED WITH MOUNTED TOOLBOXES, EACH TOOLBOX IS ATTACHED TO THE TRAILER WITH A MOUNTING SYSTEM THAT INCLUDES TWO ALUMINUM BRACKETS WHICH MAY HAVE DEVELOPED FATIGUE CRACKS ALONG THE BEND RADIUS LINES. SMALL CRACKS MAY FURTHER DEVELOP BASED ON TRAILER USAGE. THE BRACKET MAY BREAK CAUSING THE TOOLBOX TO SEPARATE FROM THE TRAILER.","IF THE TOOLBOX SEPARATES FROM THE TRAILER WHILE THE TRAILER IS IN MOTION, VEHICLES ON THE ROAD ARE AT RISK OF COLLISION WITH THE TOOLBOX AND ITS CONTENTS.","OWNERS OF AFFECTED TRAILERS WILL NEED TO FIND A CERTIFIED WELDER TO HAVE THE REMEDY PERFORMED. REINKE IS PROVIDING THE ALUMINUM GUSSETS ALONG WITH DETAILED INSTRUCTIONS FOR THE WELDER. IF OWNERS OF AFFECTED TRAILERS ARE NOT ABLE TO LOCATE A CERTIFIED WELDER, REINKE WILL ASSIST IN LOCATING ONE. THE RECALL BEGAN ON AUGUST 1, 2005. OWNERS MAY CONTACT REINKE AT 1-877-762-1001." -07/27/2005,05E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E048000),"Reinke Manufacturing Company, Inc.",ALUMINUM TOOLBOX BRACKET BREAKS,EQUIPMENT,NR (Not Reported),Equipment,194,"CERTAIN REINKE ALUMINUM TOOLBOX BRACKETS, P/NOS. 223021 AND 223022, SOLD AS AFTERMARKET EQUIPMENT FOR USE ON REINKE TRAILERS. DURING MANUFACTURE, THE BEND RADIUS OF THE BRACKETS WAS TOO SMALL RESULTING IN BRACKETS WITH GREATLY REDUCED FATIGUE LIFE. SMALL CRACKS MAY DEVELOP ALONG THE BEND RADIUS LINES OF THE BRACKETS IF INSTALLED AS PART OF THE TOOLBOX MOUNTING SYSTEM. THE CRACKS MAY FURTHER DEVELOP AND THE BRACKETS MAY BREAK CAUSING THE TOOLBOX TO SEPARATE FROM THE TRAILER.","IF THE TOOLBOX SEPARATES FROM THE TRAILER WHILE THE TRAILER IS IN MOTION, VEHICLES ON THE ROAD ARE AT RISK OF COLLISION WITH THE TOOLBOX AND ITS CONTENTS AND A VEHICLE CRASH COULD OCCUR WITHOUT WARNING.","REINKE WILL NOTIFY ITS AFFECTED CUSTOMERS AND REINFORCE THE BRACKETS WITH ALUMINUM GUSSETS THAT WILL BE WELDED ON EACH SIDE OF EACH BRACKET FREE OF CHARGE. THE RECALL BEGAN JULY 28, 2005. OWNERS MAY CONTACT REINKE TOLL-FREE AT 877-762-1001." -07/27/2005,05E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E047000),BETTER BRAKE PARTS,CALIPER BOLT BREAKS,EQUIPMENT,NR (Not Reported),Equipment,50833,"CERTAIN BETTER BRAKE PARTS (BBP) CALIPER BOLTS, P/N 6058, SOLD AS REPLACEMENT EQUIPMENT FOR USE ON VARIOUS PASSENGER VEHICLES AND AS PIECES THAT MAKE UP BBP REPAIR KITS THAT MIGHT POSSIBLY CONTAIN THE DEFECTIVE BOLTS. THE KIT NUMBERS ARE: 5045K, 14126K, BTSL0018K, BTSL0119K, BTSL0313K, BTSL0457K, APD-1K, 14417K, BTLS0001K, BTSL0101K, BTSL0121K, BTSL0319K, BTSL0315K, AND 5047K. DUE TO AN EMBRITTLEMENT CONDITION, THESE BOLTS MAY BREAK WITHOUT WARNING AND THE CALIPER COULD BECOME UNANCHORED FROM THE MOUNTING BRACKET, POSSIBLY IMPAIRING THE BRAKING ABILITY OF THE VEHICLE.","IF THE BOLT BREAKS AND THE CALIPER BECOMES UNANCHORED, A VEHICLE CRASH COULD OCCUR.","BBP HAS NOTIFIED ITS CUSTOMERS AND IS REPLACING THE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON JULY 15, 2005. OWNERS MAY CONTACT BBP AT 800-234-2231." -07/27/2005,05V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V333000),"FLEETWOOD ENTERPRISES, INC.",INCORRECT TOW HITCH CERTIFICATION LABEL,EQUIPMENT,50719,Vehicle,2435,"CERTAIN DIESEL CLASS A MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE MANUFACTURERS' TOW HITCH RECEIVER INFORMATION LABEL WAS PRINTED WITH THE INCORRECT WEIGHT CARRYING CAPACITY VALUE AND THE INCORRECT TONGUE WEIGHT VALUE.","THE WEIGHT LABEL ON THE HITCH RECEIVER PROVIDES THE MAXIMUM TRAILER WEIGHT RATING AND THE MAXIMUM TONGUE WEIGHT RATING. IT IS IMPORTANT THAT THESE RATINGS NOT BE EXCEEDED. FAILURE TO COMPLY COULD RESULT IN DAMAGE TO THE MOTOR HOME FRAME, BODY, OR HITCH RECEIVER AND COULD CAUSE UNSTABLE DRIVING AND HANDLING CHARACTERISTRICS WHICH MAY RESULT IN A VEHICLE CRASH.","FLEETWOOD WILL MAIL OWNERS THE CORRECT TOW HITCH RECEIVER WEIGHT INFORMATION LABEL. IF OWNERS DO NOT FEEL COMFORTABLE INSTALLING THE LABEL, DEALERS WILL INSTALL THE LABEL FOR THEM. THE RECALL BEGAN AUGUST 4, 2005. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -07/27/2005,05V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V342000),HYUNDAI CARIBBEAN-PUERTO RICO,PARKING BRAKE LEVER,PARKING BRAKE,071,Vehicle,330,"ON CERTAIN PASSENGER VEHICLES, THE PARKING LEVER RATCHET PAWL WAS NOT PROPERLY MANUFACTURED AND MAY DAMAGE THE TEETH OF THE PARKING LEVER RATCHET. DAMAGED PARKING BRAKE LEVER RATCHET TEETH MAY PREVENT THE PARKING BRAKE FROM ENGAGING OR MAY ALLOW THE PARKING BRAKE TO RELEASE AFTER IT HAS BEEN ENGAGED.","THE INABILITY TO ENGAGE OR THE INADVERTENT RELEASE OF THE PARKING BRAKE LEVER, MAY ALLOW YOUR VEHICLE TO ROLL WHILE IT IS PARKED AND MAY RESULT IN A CRASH.","DEALERS WILL REPLACE THE PARKING BRAKE LEVER ASSEMBLY. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT HYUNDAI OF PUERTO RICO AT 1-800-981-0188." -07/27/2005,05V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V335000),"Mitsubishi Motors North America, Inc.",TURBO CHARGER COOLANT HOSE,ENGINE AND ENGINE COOLING,SR-05-004,Vehicle,1179,"ON CERTAIN PASSENGER VEHICLES, THE TURBO CHARGER COOLANT HOSE WAS INCORRECTLY MANUFACTURED, AND MAY ALLOW COOLANT LEAKAGE.","IF A LEAK OCCURS, DURING VEHICLE OPERATION WHEN THE MANIFOLD IS HOT, COOLANT MAY IGNITE AND CAUSE A VEHICLE FIRE.","DEALERS WILL REPLACE THE TURBO CHARGER COOLANT HOSE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 15, 2005. OWNERS MAY CONTACT MITSUBISHI AT 888-648-7820." -07/26/2005,05V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V338000),"Nissan North America, Inc.",FMVSS 225/LOWER ANCHORAGE BAR,CHILD SEAT,R0604,Vehicle,90016,"CERTAIN VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE LOWER ANCHORAGE BRACKETS IN THE REAR SEATS DO NOT MEET THE LOCATION REQUIREMENT IN THIS STANDARD. THIS MAY CAUSE DIFFICULTY IN ATTACHING SOME CHILD SEATS TO THESE BRACKETS.","IF A CHILD SEAT IS NOT PROPERLY SECURED, THERE IS AN INCREASED RISK OF INJURY TO THE SEAT OCCUPANT IN THE EVENT OF A CRASH.","DEALERS WILL REPLACE THE LOWER ANCHORAGE BRACKETS WITH MODIFIED BRACKETS TO ENSURE THAT THE STANDARD IS MET. THE RECALL BEGAN ON AUGUST 28, 2006. THE INFINITI Q45 MODEL VEHICLES ARE BEING CAMPAIGNED UNDER A SEPARATE RECALL (PLEASE SEE 05V374000). OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -07/26/2005,05V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V336000),U.S. BUS CORPORATION,STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,40,"CERTAIN 2001 THROUGH 2004 US BUS SCHOOL BUSES. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","US BUS WILL NOTIFY ITS CUSTOMERS AND SPECIALTY MFG. WILL PROVIDE FREE OF CHARGE A SERVICE KIT (PART NUMBER 005178) WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT SPECIALTY MFG. AT 800-951-7867 OR US BUS 1-765-939-3984." -07/26/2005,05V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V337000),"Navistar, Inc.",STOP ARM MALFUNCTIONS,OTHER,05517,Vehicle,6432,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. CERTAIN IC MY 2002-2007 BESB, CESB, FESB, AND RESB SCHOOL BUSES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN STATES OTHER THAN THE FOLLOWING: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","INTERNATIONAL WILL NOTIFY ALL ITS CUSTOMERS OF THIS CAMPAIGN. FOR THOSE BUSES OPERATED IN OR NEAR ANY OF THE STATES LISTED ABOVE, INTERNATIONAL IS ENCOURAGING THE BUS OWNERS TO OBTAIN THE REPLACEMENT SWITCH. FOR THOSE BUSES OPERATED IN THE WARMER STATES, INTERNATIONAL WILL REPLACE THE SWITCH UPON OWNER REQUEST. FOR THOSE CUSTOMERS WHO REQUEST THE REMEDY, INTERNATIONAL WILL REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE SAFETY IMPROVEMENT CAMPAIGN BEGAN SEPTEMBER 16, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 800-448-7825." -07/25/2005,05V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V324000),Newmar Corporation,I-SHAFT ASSEMBLY CAN DISCONNECT/SPARTAN/ZF,STEERING,SPEC 05022,Vehicle,87,"ON CERTAIN MOTOR HOMES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH I-SHAFTS SUPPLIED BY ZF HEAVY DUTY STEERING, THERE IS A POTENTIAL FOR A FAILURE OF THE FORK/SHAFT CONNECTION. AT THE NON-WELDED SIDE OF THE I-SHAFT THERE IS A UNIVERSAL JOINT. IT IS POSSIBLE THAT THE FORK SHAFT CONNECTION COULD BE LOST.",DRIVERS WILL LOSE STEERABILITY OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"NEWMAR, WITH THE ASSISTANCE OF SPARTAN, INTENDS TO ESTABLISH A PROGRAM FOR REMEDYING THE DEFECTIVE I-SHAFTS FREE OF CHARGE. OWNERS MAY CONTACT SPARTAN AT 517-543-6400 OR NEWMAR AT 1-574-773-7791." -07/25/2005,05V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V340000),FREIGHTLINER LLC,STOP ARM MALFUNCTIONS,OTHER,FL-454,Vehicle,13583,"CERTAIN 2002-2005 MY THOMAS BUILT MINOTOUR, CONVENTIONAL, MVP-ER, ER, HDX, AND MVP-EF MODEL SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 8, 2002, AND MARCH 8, 2005, EQUIPPED WITH SPECIALTY MFG ""5"" SERIES STOP ARMS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE STOP ARM SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","THOMAS BUILT WILL NOTIFY ITS OWNERS AND REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 14, 2005. OWNERS MAY CONTACT THOMAS BUILT'S CUSTOMER SUPPORT OFFICE AT 336-889-4871." -07/22/2005,05E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E049000),Shyft Group,ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,SPEC 05027,Equipment,18,DETROIT DIESEL SERIES 40 ENGINES SOLD AS REPLACEMENT EQUIPMENT. THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.,THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSPECT AND REPLACE THE TURBOCHARGER TO PREVENT THE POSSIBILITY OF AN ENGINE COMPARTMENT FIRE. DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR SPARTAN AT 517-543-6400. -07/22/2005,05V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V330000),Shyft Group,ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,SPEC05027,Vehicle,0,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH DETROIT DIESEL SERIES 40 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.",THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSPECT AND REPLACE THE TURBOCHARGER TO PREVENT THE POSSIBILITY OF AN ENGINE COMPARTMENT FIRE. DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR SPARTAN AT 517-543-6400. -07/22/2005,05E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E045000),"CYBER POWER SYSTEMS (USA), INC.",POWER SUPPLY INVERTERS-ELECTRIC SHOCK,EQUIPMENT,NR (Not Reported),Equipment,60556,"TARGUS SLIMLINE POWER INVERTERS, P/NOS. APV0601US, APV07US, AND APV08US, MANUFACTURED BETWEEN JUNE 2004 AND MAY 2005. IT IS POSSIBLE FOR A USER TO PLUG A COMPUTER OR OTHER AC ELECTRICAL DEVICE INTO THE INVERTER INCORRECTLY, IN SUCH A WAY AS TO LEAVE ONE OF THE TWO AC POWER PLUG EXPOSED. IN SOME CIRCUMSTANCES, THIS PIN CAN BECOME ""LIVE"".","IF THE USER WERE TO TOUCH A ""LIVE"" PIN WHILE THE USER WAS IN CONTACT WITH A GROUNDED OBJECT OR BECOME GROUNDED, THE USER COULD RECEIVE A POTENTIALLY SERIOUS ELECTRICAL SHOCK.","TARGUS WILL NOTIFY ITS DISTRIBUTORS AND ANY IDENTIFIED CUSTOMERS TO RETURN THE INVERTER FOR A FULL REFUND. THE RECALL BEGAN AUGUST 4, 2005. CUSTOMERS MAY CONTACT TARGUS AT 714-765-5555." -07/22/2005,05E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E046000),"LINK MANUFACTURING, LTD",SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,102,"CERTAIN LINK ULTERIOR AIR SUSPENSION SYSTEMS, P/N 8M00043, INSTALLED ON FORD F-350 SUPER DUTY CHASSIS CABS (1999 AND NEWER MODELS). THE TORQUE SPECIFICATION ON THE U-BOLTS WHICH ATTACH THE AXLE TO THE SUSPENSION ARM WAS INCORRECT. OVER-TORQUE MAY CAUSE THE REAR SPRING UPPER PLATE TO BECOME DEFORMED OR CRACKED DURING THE INSTALLATION PROCESS.","IF THIS OCCURS, THE CLAMP LOAD ON THE AXLE WILL BE INSUFFICIENT TO MAINTAIN AXLE ALIGNMENT AND MAY DAMAGE THE SUSPENSION ARM. SEVERE MISALIGNMENT MAY CAUSE THE TIRE TO CONTACT THE AIR SPRING, WEARING A HOLE IN THE AIR SPRING, WHICH WOULD PREVENT THE SUSPENSION FROM FUNCTIONING CORRECTLY, CAUSING THE VEHICLE TO RIDE ROUGHLY. WHILE IT IS HIGHLY UNLIKELY THAT BOTH REAR SPRING UPPER PLATES WOULD SIMULTANEOUSLY SUFFER A CATASTROPHIC FAILURE, THE RESULT COULD BE PARTIAL OR COMPLETE LOSS OF VEHICLE CONTROL.","NOTIFICATION OF THIS DEFECT WAS ISSUED TO CUSTOMERS AS A PRODUCT IMPROVEMENT PLAN ON JUNE 10, 2005. LINK WILL NOTIFY ITS CUSTOMERS UNDER THE REGULATIONS OF CONDUCTING A SAFETY RECALL AND REPLACE REAR SPRING UPPER PLATE, U-BOLTS, NUTS, AND HARDENED WASHERS FREE OF CHARGE. OWNERS MAY CONTACT LINK MANUFACTURING AT 1-800-222-6283." -07/20/2005,05V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V334000),Oshkosh Corporation,FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,490,"ON CERTAIN TEREX ADVANCE CONCRETE MIXERS EQUIPPED WITH HOLLAND AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTING MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"HOLLAND, IN CONJUNCTION WITH OSHKOSK/TEREX, WILL HANDLE THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. OWNERS MAY CONTACT HOLLAND AT 1-888-396-6501, EXTENSION 8555 OR OSHKOSH AT 920-233-9244." -07/20/2005,05V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V328000),Toyota Motor Engineering & Manufacturing,INCORRECT PASSENGER AIR BAG STATUS /FMVSS 208,AIR BAGS,50K,Vehicle,2527,"CERTAIN PICKUP TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND OPTIONAL FABRIC FRONT CAPTAIN'S CHAIRS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THESE VEHICLES WERE BUILT WITH AN INCORRECT FRONT PASSENGER OCCUPANT CLASSIFICATION SYSTEM INDICATOR LIGHT LENS WHICH WILL NOT DISPLAY THE STATUS OF THE FRONT PASSENGER AIR BAG.","AS A RESULT, THE VEHICLE OCCUPANTS WILL NOT BE MADE AWARE OF WHETHER OR NOT THE AIR BAG IS ACTIVATED AND READY TO PROTECT THE OCCUPANT AS APPROPRIATE.","DEALERS WILL REPLACE THE FRONT PASSENGER OCCUPANT CLASSIFICATION SYSTEM INDICATOR LENS. THE RECALL BEGAN AUGUST 5, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/20/2005,05V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V325000),Mazda North American Operations,LOWER SUSPENSION ARMS,SUSPENSION,3405G,Vehicle,27800,"ON CERTAIN PASSENGER VEHICLES, DUE TO IMPROPER FORGING OF THE LOWER CONTROL ARM, CRACKS MAY OCCUR IN THE BALL JOINT SOCKET.","IN SEVERE DRIVING CONDITIONS, THE BALL MAY SEPARATE FROM THE BALL JOINT SOCKET AND A LOSS OF STEERING MAY OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE CONTROL ARMS. THE RECALL BEGAN ON AUGUST 30, 2005. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -07/20/2005,05V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V327000),Toyota Motor Engineering & Manufacturing,PASSENGER SEAT BELT,SEAT BELTS,50L,Vehicle,345443,"ON CERTAIN MINI VANS, IN THE MIDDLE ROW SEATING POSITION, THE SHOULDER PORTION OF THE SEAT BELT MAY BIND IN THE BEZEL TRIM PIECE. THE AFFECTED SEAT BELT BEZEL IS LOCATED ON THE SHOULDER PORTION OF THE SEAT IN THE RIGHT SIDE SEAT OF THE SEVEN PASSENGER MODELS AND THE CENTER SEATING POSITION IN THE EIGHT PASSENGER MODELS.","IF THE SEAT BELT BINDS IN THE BEZEL, THAT EXTRA WEBBING MAY EXIST IN THE SEAT BELT WHICH COULD RESULT IN AN IMPROPERLY FITTED SEAT BELT ON A PASSENGER. IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE SEAT BELT BEZEL AND CLIP. THE RECALL BEGAN AUGUST 5, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -07/20/2005,05V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V331000),"Navistar, Inc.",STOP ARM MALFUNCTIONS,OTHER,05516,Vehicle,18071,"CERTAIN IC MY 2002 THROUGH 2004 3800; 2002 THROUGH 2006 CESB, FESB, AND RESB; AND 2006 AND 2007 BESB SCHOOL BUSES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE STOP ARM SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","INTERNATIONAL WILL NOTIFY OWNERS AND REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 16, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -07/20/2005,05V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V329000),Kia Motors America,THROTTLE STICKING,VEHICLE SPEED CONTROL,SC-051,Vehicle,118447,"ON CERTAIN MINI VANS, FREEZING CONDITIONS CAN CAUSE WATER ON THE THROTTLE CABLE TO FREEZE DURING NORMAL OPERATION. RESISTANCE TO MOVEMENT OF THE THROTTLE CABLE CAN OCCUR WHEN THE DRIVER LIFTS THEIR FOOT OFF OF THE GAS PEDAL.","THIS CAN CAUSE THE CABLE TO STICK, THUS PREVENTING THE ENGINE FROM RETURNING TO IDLE AND CAUSING THE VEHICLE TO MAINTAIN SPEED OR ACCELERATE. SUCH AN EVENT CAN OCCUR WITHOUT WARNING AND COULD CAUSE A CRASH.","DEALERS WILL MODIFY A PROTECTIVE SLEEVE AROUND THE THROTTLE CABLE. THE RECALL BEGAN ON AUGUST 15, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -07/19/2005,05V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V326000),"POLARIS INDUSTRIES, INC.",FUEL HOSE MATERIAL,"FUEL SYSTEM, GASOLINE",V-05-04(A),Vehicle,4244,"ON CERTAIN MOTORCYCLES, SOME OF THE FUEL SUPPLY HOSE LEADING FROM THE FUEL TANK TO THE FUEL RAIL MAY BE INCORRECT FOR USE IN A PRESSURIZED FUEL SYSTEM APPLICATION.","INCORRECT HOSES MAY LEAK FUEL OR CRACK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE MARKINGS ON THE FUEL HOSE TO DETERMINE IF REPLACEMENT IS REQUIRED. IF NECESSARY, DEALERS WILL REPLACE THE FUEL HOSE WITH A NEW ONE OF THE CORRECT MATERIAL. THE RECALL BEGAN ON AUGUST 1, 2005. OWNERS MAY CONTACT VICTORY AT 1-763-417-8650." -07/15/2005,05E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E043000),MASTERLOCK CO.,BIKE CARRIER CAN FALL OFF THE VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,2109,"CERTAIN MASTERLOCK BIKE CARRIERS, MODEL 2868AT, SOLD FROM JANUARY 6 AND JULY 8, 2005. THE BIKE CARRIER HAVE A VERTICAL SUPPORT TUBE CONNECTED TO A HORIZONTAL TUBE WITH A PIN. THE VERTICAL SUPPORT TUBE MAY BREAK IN THE AREA WHERE THE PIN GOES THROUGH THE TUBE. IF THE VERTICAL SUPPORT TUBE BREAKS, THE CAR CARRIER MAY DISENGAGE FROM THE VEHICLE, AND THE BICYCLES CAN FALL ONTO THE ROADWAY. THIS RECALL DOES NOT APPLY TO PRODUCT NUMBER 2868AT BIKE CARRIERS SOLD IN 2004. THE 2004 MODEL BIKE CARRIER DOES NOT HAVE A GUSSET AND HAS THREE TIGHTENING KNOBS. THE 2005 MODEL - THE VERSION WHICH IS THE SUBJECT OF THIS RECALL - HAS A GUSSET AND TWO TIGHTENING KNOBS.",THIS CONDITION COULD RESULT IN A VEHICLE CRASH OR POSSIBLE INJURY TO PEDESTRIANS NEARBY.,"MASTERLOCK WILL REPLACE THE BIKE RACK WITH AN IMPROVED RACK. MASTERLOCK WILL RECALL THE PRODUCT AND REIMBURSE CONSUMERS. CUSTOMERS ARE TO RETURN THE CARRIER TO THE PLACE OF PURCHASE FOR A FULL REFUND. THE RECALL BEGAN JULY 25, 2005. OWNERS MAY CONTACT MASTERLOCK AT 800-308-9244." -07/15/2005,05V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V322000),Motor Coach Industries,I-SHAFT ASSEMBLY CAN DISCONNECT/ZF,STEERING,NR (Not Reported),Vehicle,156,"ON CERTAIN MOTOR COACHES EQUIPPED WITH I-SHAFTS SUPPLIED BY ZF HEAVY DUTY STEERING, THERE IS A POTENTIAL FOR A FAILURE OF THE FORK/SHAFT CONNECTION.","IF THIS OCCURS, THE VEHICLE COULD SUFFER A LOSS OF STEERING ABILITY, WHICH COULD RESULT IN A CRASH.","MCI, WITH THE ASSISTANCE OF ZF, INTENDS TO ESTABLISH A PROGRAM FOR REMEDYING THE DEFECTIVE I-SHAFTS. OWNERS MAY CONTACT MCI AT 1-204-284-5360." -07/15/2005,05V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V323000),"Airstream, Inc.",INSTRUMENT PANEL CLUSTER/FMVSS 101/105/WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,213,"CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS)NOS. 101 ""CONTROLS AND DISPLAYS"" AND 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE INCORRECT SOFTWARE PROGRAMMED INTO THE INSTRUMENT PANEL CLUSTER SUCH THAT CERTAIN DRIVER WARNINGS REQUIRED BY FMVSS 101 AND 105 ARE NOT DISPLAYED. AS A RESULT OF THIS INCORRECT SOFTWARE, THE INSTRUMENT PANEL CLUSTER MAY FAIL TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURE CODES.",DRIVERS WOULD NOT BE WARNED OF BRAKE SYSTEM FAILURES.,AIRSTREAM IS WORKING WITH WORKHORSE TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR AIRSTREAM AT 1-877-596-6505. -07/14/2005,05V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V321000),NEOPLAN USA CORPORATION,DOOR ASSEMBLIES/VAPOR,STRUCTURE,NR (Not Reported),Vehicle,311,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH VAPOR DOOR ASSEMBLIES, THE TWO PIECE CURVED CONNECTING RODS WHEN USED AS AN ELEMENT OF THE DOOR ACTUATION LINKAGE IN CONJUNCTION WITH A VAPOR MEDIUM PNEUMATIC DIFFERENTIAL ENGINE, MAY BE SUBJECT TO FATIGUE FAILURE RESULTING IN BENDING OR BREAKING OF THE CONNECTING ROD.","A BROKEN CONNECTING ROD CAN ALLOW THE DOOR PANEL TO MOVE FREELY IN AN UNCONTROLLED MANNER, LEAVING PASSENGERS INSIDE THE VEHICLE UNPROTECTED BY THE DOOR PANEL AND ENABLING A PROTRUDING DOOR PANEL TO STRIKE PERSONS OR OBJECTS OUTSIDE THE VEHICLE.",NEOPLAN IS WORKING WITH VAPOR BUS INTERNATIONAL TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE REMEDY CONSISTS OF REPLACING THE TWO PIECE CONNECTING ROD WITH A ONE PIECE CONNECTING ROD. OWNERS MAY CONTACT VAPOR AT 1-847-777-6400 OR NEOPLAN AT 1-719-336-3256. -07/14/2005,05V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V319000),"Nissan North America, Inc.",WIRE BREAKING INSIDE ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,125466,"ON CERTAIN SPORT UTILITY VEHICLES, THERE IS A POSSIBILITY THAT A WIRE BREAKING INSIDE THE ALTERNATOR COULD STOP THE BATTERY FROM CHARGING.","IF THIS HAPPENS, THE CHARGER WARNING AND BRAKE WARNING LAMPS WILL IMMEDIATELY COME ON AND THE BATTERY WILL BEGIN TO DISCHARGE. AFTER A SHORT TIME, THE ENGINE WILL GO INTO A ""FALL SAFE"" CONDITION WHICH WILL LIMIT VEHICLE SPEED. THE ENGINE WILL STOP RUNNING WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE THE ALTERNATOR WITH A NEW VERSION WHICH HAS BEEN MODIFIED TO PREVENT MOVEMENT OF THE COIL. THE RECALL BEGAN ON AUGUST 1, 2005. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -07/08/2005,05V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V320000),"New Flyer of America, Inc.",ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,321,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 40 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.",THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSPECT AND REPLACE THE TURBOCHARGER TO PREVENT THE POSSIBILITY OF AN ENGINE COMPARTMENT FIRE. DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR NEW FLYER AT 1-204-982-8400. -07/08/2005,05V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V318000),Kia Motors America,PARKING BRAKE RATCHET PAWLS,PARKING BRAKE,SC-050,Vehicle,3672,"ON CERTAIN SPORT UTILITY VEHICLES, THE PARKING BRAKE LEVER RATCHET PAWL WAS NOT PROPERLY MANUFACTURED AND MY DAMAGE THE TEETH OF THE PARKING BRAKE LEVER RATCHET. DAMAGED PARKING BRAKE LEVER RATCHET TEETH MAY PREVENT THE PARKING BRAKE FROM ENGAGING OR MAY ALLOW THE PARKING BRAKE TO RELEASE AFTER IT HAS BEEN ENGAGED.","THE INABILITY TO ENGAGE, OR THE INADVERTENT RELEASE OF, THE PARKING BRAKE LEVER MAY ALLOW YOUR VEHICLE TO ROLL WHILE IT IS PARKED AND MAY RESULT IN A CRASH.","DEALERS WILL REPLACE THE PARKING BRAKE LEVER ASSEMBLY. THE RECALL BEGAN ON AUGUST 1, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -07/07/2005,05T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T009000),Cooper Tire & Rubber Co.,AIR LOSS,TIRES,134,Tire,385,"CERTAIN COOPER WEATHER-MASTER S/T2 TIRES, SIZE 215/65R16, MANUFACTURED BETWEEN APRIL 24 AND MAY 28, 2005. THESE TIRES WERE PRODUCED WITH AN IMPROPER STUD PIN HOLE DUE TO THE MOLD STUD PIN INSERT WORKING LOOSE. THE IMPROPER DEPTH OF THE STUD PIN HOLE IS SUCH THAT A PROPERLY INSERTED METAL STUD PIN, OVER TIME, COULD PENETRATE INTO THE CARCASS AND CAUSE A GRADUAL REDUCTION IN INFLATION.",THE LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. LOSS OF AIR MAY RESULT IN LOSS OF STEERING AND A VEHICLE CRASH COULD OCCUR.,"COOPER TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES IF NECESSARY. THE RECALL BEGAN JULY 15, 2005. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT (800) 854-6288." -07/07/2005,05V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V313000),"Mack Trucks, Inc.",BRAKE SLACK ADJUSTER DRAGLINK INTERFERENCE,POWER TRAIN,SC0296,Vehicle,320,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH FXL AXLES, THERE IS A POTENTIAL THAT THE DRAGLINK MAY CONTACT THE BRAKE SLACK ADJUSTER DURING FULL WHEEL CUT AND ARTICULATION OF THE CHASSIS.","IF THIS OCCURS, THE SLACK ADJUSTER MAY BE DAMAGED TO A POINT WHERE BRAKE PERFORMANCE IS COMPROMISED, WHICH MAY RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BRAKE ASSEMBLIES ON THE FRONT AXLE. THE RECALL BEGAN ON AUGUST 19, 2005. OWNERS MAY CONTACT MACK TRUCKS AT 610-709-2131." -07/07/2005,05V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V316000),Hyundai Motor America,ELECTRONIC STABILITY CONTROL/OVERSENSITIVE PROGRAM,ELECTRONIC STABILITY CONTROL,070,Vehicle,1970,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 3.3 LITER ENGINES AND ELECTRONIC STABILITY CONTROL (ESC), THE ESC MAY HAVE BEEN PROGRAMMED TO BE OVERSENSITIVE TO THE ONSET OF OVERSTEERING WHILE DRIVING ON BANKED CURVES, CAUSING INADVERTENT APPLICATION OF THE FRONT OUTSIDE BRAKE WHEN ESC ACTIVATION MAY NOT BE NEEDED.",THIS MAY CAUSE THE VEHICLE TO SLOW AND MAY AFFECT THE PATH THAT THE VEHICLE IS TRAVELING. BRAKE APPLICATION CAUSED BY INADVERTENT ESC ACTIVATION MAY RESULT IN A CRASH.,"DEALERS WILL REPROGRAM THE ESC HYDRAULIC ELECTRONIC CONTROL UNIT. THE RECALL BEGAN ON JULY 29, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -07/07/2005,05T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T014000),Cooper Tire & Rubber Co.,FMVSS 109/INCORRECT PSI,TIRES,139,Tire,489,"CERTAIN COOPER DISCOVERER H/T TIRES, SIZE 235/65R17, MANUFACTURED BETWEEN MAY 1 AND MAY 21, 2005. THESE TIRES WERE MOLDED WITH AN INCORRECT PSI RATING WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES.","IF THE CUSTOMER INFLATES HIS/HER TIRE TO THE 35 P.S.I. INFLATION PRESSURE MARKED ON THE DOT SERIAL SIDE OF THE TIRE RATHER THAN THE VEHICLE MANUFACTURER'S RECOMMENDED INFLATION PRESSURE, THE TIRE MAY BE UNDER-INFLATED CAUSING THE TIRE TO WEAR PREMATURELY, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES IF NECESSARY. THE RECALL BEGAN JULY 15, 2005. OWNERS MAY CONTACT COOPER TIRE CONSUMER RELATIONS AT 800-854-6288." -07/07/2005,05V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V311000),Volvo Trucks North America,FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,RVXX0503,Vehicle,10,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, EQUIPPED WITH HOLLAND AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTING MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION?S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. THE RECALL BEGAN ON AUGUST 26, 2005. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -07/07/2005,05V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V312000),"Mack Trucks, Inc.",FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,SC0300 AND SC301,Vehicle,100,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH HOLLAND AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTING MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. THE RECALL BEGAN ON AUGUST 19, 2005. OWNERS MAY CONTACT MACK TRUCKS AT 610-709-2131." -07/07/2005,05V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V315000),Hyundai Motor America,PARKING BRAKE RATCHET PAWLS,PARKING BRAKE,071,Vehicle,6146,"ON CERTAIN SPORT UTILITY VEHICLES, THE PARKING BRAKE LEVER RATCHET PAWL WAS NOT PROPERLY MANUFACTURED AND MY DAMAGE THE TEETH OF THE PARKING BRAKE LEVER RATCHET. DAMAGED PARKING BRAKE LEVER RATCHET TEETH MAY PREVENT THE PARKING BRAKE FROM ENGAGING OR MAY ALLOW THE PARKING BRAKE TO RELEASE AFTER IT HAS BEEN ENGAGED.","THE INABILITY TO ENGAGE, OR THE INADVERTENT RELEASE OF, THE PARKING BRAKE LEVER MAY ALLOW YOUR VEHICLE TO ROLL WHILE IT IS PARKED AND MAY RESULT IN A CRASH.","DEALERS WILL REPLACE THE PARKING BRAKE LEVER ASSEMBLY. THE RECALL BEGAN ON JULY 29, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -07/07/2005,05V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V317000),Mazda North American Operations,THERMAL DAMAGE/HIGH ENGINE RPMS,ENGINE AND ENGINE COOLING,3305G,Vehicle,52000,"IF CERTAIN PASSENGER VEHICLES ARE PARKED AND THE ENGINE IS OPERATED AT HIGH RPM'S FOR AN EXCESSIVE LENGTH OF TIME, SOME OF THE PARTS AROUND THE EXHAUST SYSTEM CAN MELT AND PRODUCE A VARIETY OF MALFUNCTIONS. PROBLEMS CAUSED BY THE EXCESSIVE HEAT BUILD-UP CAN RANGE FROM INOPERATIVE OXYGEN SENSOR, NEUTRAL SWITCH AND BACK UP LIGHTS, PROBLEMS WITH THE PARKING BRAKES, MALFUNCTIONS OF THE GAS GAUGE AND/OR POSSIBLE FUEL LEAKS RESULTING FROM HEAT DAMAGE TO THE FUEL TANK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND REPLACE PARTS. THE RECALL BEGAN ON AUGUST 30, 2005. OWNERS MAY CONTACT MAZDA AT 1-800-222-5500." -07/06/2005,05V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V309000),Keystone RV Company,ALUMINUM WHEELS,WHEELS,05-055,Vehicle,2668,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH 16"", 6-BOLT ALUMINUM WHEEL OPTION WITH 5.5"" BOLT CIRCLES, FOREIGN MATERIAL MAY BE PRESENT IN THE 'CLAMP JOINT' (MATING SURFACE BETWEEN THE WHEEL AND HUB FACE. THIS CAN HINDER THE PROPER TORQUE OF THE LUG NUTS IF THE NUTS ARE NOT INSTALLED WITH THE PROPER TORQUE DURING MANUFACTURE, RE-TIGHTENED DURING THE INITIAL 'SEATING IN' PERIOD AND/OR THERE IS A FAILURE TO FOLLOW THE MAINTENANCE PROCEDURES.","IF THE LUG NUTS DO NOT HAVE SUFFICIENT TORQUE, THE WHEEL COULD SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE ALL PAINT AND FOREIGN MATERIAL FROM THE WHEEL AND HUB MATING SURFACE. THEN THE LUG NUTS WILL BE PROPERLY TORQUED. THE RECALL BEGAN SEPTEMBER 7, 2005. OWNERS MAY CONTACT KEYSTONE AT 1-574-535-2100." -07/06/2005,05V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V310000),Ford Motor Company,TIRES,TIRES,05S35,Vehicle,10061,"ON CERTAIN SPORT UTILITY VEHICLES, THE FRONT AND REAR TIRES ON THE DRIVER'S SIDE OF AFFECTED VEHICLES MAY HAVE BEEN DAMAGED AT THE CENTER TREAD DURING PRODUCTION.","OVER TIME, THE DAMAGE MAY BE SUFFICIENT TO ALLOW BELT CORROSION ULTIMATELY LEADING TO A TREAD SEPARATION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT ALL FOUR TIRES (TO ENSURE INSPECTION OF THE LEFT HAND SIDE TIRES THAT MAY HAVE BEEN ROTATED TO THE OTHER SIDE OF THE VEHICLE) FOR TIRE TREAD DAMAGE AND, IF NECESSARY, REPLACE THE DAMAGED TIRE. THE RECALL BEGAN ON JULY 13, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -07/05/2005,05V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V307000),"Tiffin Motorhomes, Inc.",50 AMP TRANSFER SWITCH/INTELLITEC,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,265,"ON CERTAIN MOTOR HOMES CONTAINING A 50 AMP TRANSFER SWITCH BUILT BY INTELLITEC, THE MATERIAL USED FOR THE WIRE LUGS WAS CHANGED FROM NICKEL PLATED TO COPPER LUGS. THE COPPER LUGS ARE SOFTER THAN THE NICKEL PLATED AND DO NOT RETAIN THE TORQUE OF THE SCREW THAT CLAMPS THE WIRE CONNECTOR.","WHEN THE TORQUE IS RELAXED, THE LUGS CAN BECOME LOOSE RESULTING IN EXCESSIVE HEAT WITHIN THE CONNECTED WIRE THAT COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE CHANGEOVER BOX. THE RECALL BEGAN ON JULY 21, 2005. OWNERS MAY CONTACT TIFFIN AT 1-256-356-8661." -07/05/2005,05V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V306000),FOUR WINDS INTERNATIONAL,FUEL JUMPER LINE/FORD,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25,"ON CERTAIN MOTOR HOMES BUILT ON FORD CHASSIS CAB VEHICLES EQUIPPED WITH 5.4L OR 6.8L GASOLINE ENGINES, THE FUEL JUMPER LINE MAY HAVE AN INCORRECT END FORM.","THE FUEL LINE MAY SEPARATE AT THE CONNECTION TO THE MAIN FUEL BUNDLE. IF THE FUEL LINE SEPARATES, AN OPERATOR MAY NOTICE A GASOLINE ODOR AND/OR FUEL ON THE GROUND, LOSS OF POWER, AND THE ENGINE WILL EVENTUALLY STALL. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",FOUR WINDS IS WORKING WITH FORD TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. FORD DEALERS WILL INSTALL AN EXTERNAL RETENTION CLIP AT THE FUEL JUMPER LINE TO THE MAIN FUEL BUNDLE CONNECTION. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR FOUR WINDS AT 1-574-266-1111. -07/05/2005,05V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V305000),"Volkswagen Group of America, Inc.",FUEL SUPPLY LINE CLAMP/ENGINE COMPARTMENT,"FUEL SYSTEM, GASOLINE",M1,Vehicle,39583,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A 2.5L GASOLINE ENGINE, A FUEL SUPPLY LINE CLAMP LOCATED IN THE ENGINE COMPARTMENT MAY NOT BE POSITIONED PROPERLY AND COULD CAUSE A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE POSITION OF THE ENGINE COMPARTMENT FUEL SUPPLY LINE CLAMP AND, IF NECESSARY, REPLACE THE CLAMP. THE RECALL BEGAN ON JULY 11, 2005. OWNERS MAY CONTACT VW AT 1-800-822-8987." -07/05/2005,05V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V308000),"VAN-CON, INCORPORATED",STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,406,"VAN-CON 2002 THROUGH 2005 MODEL YEAR 15, 16, 20, 25, AND 30 PASSENGER SCHOOL BUSES BUILT ON GMC, CHEVROLET, AND FORD CHASSIS. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE STOP ARM SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.",VAN-CON WILL NOTIFY ITS CUSTOMERS AND SPECIALTY MFG. WILL PROVIDE FREE OF CHARGE A SERVICE KIT (PART NUMBER 005178) WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2005. OWNERS MAY CONTACT SPECIALTY MFG. AT 800-951-7867 OR VAN-CON AT 732-356-8484. -07/01/2005,05V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V314000),Supreme Corporation,DOOR OPERATOR CONNECTING ROD,STRUCTURE,NR (Not Reported),Vehicle,48,"ON CERTAIN TROLLEYS EQUIPPED WITH VAPOR DOOR ASSEMBLIES, THE TWO PIECE CURVED CONNECTING RODS WHEN USED AS AN ELEMENT OF THE DOOR ACTUATION LINKAGE IN CONJUNCTION WITH A VAPOR MEDIUM PNEUMATIC DIFFERENTIAL ENGINE, MAY BE SUBJECT TO FATIGUE FAILURE RESULTING IN BENDING OR BREAKING OF THE CONNECTING ROD.","A BROKEN CONNECTING ROD CAN ALLOW THE DOOR PANEL TO MOVE FREELY IN AN UNCONTROLLED MANNER, LEAVING PASSENGERS INSIDE THE VEHICLE UNPROTECTED BY THE DOOR PANEL AND ENABLING A PROTRUDING DOOR PANEL TO STRIKE PERSONS OR OBJECTS OUTSIDE THE VEHICLE.",SUPREME CORPORATION IS WORKING WITH VAPOR BUS INTERNATIONAL TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE REMEDY CONSISTS OF REPLACING THE TWO PIECE CONNECTING ROD WITH A ONE PIECE CONNECTING ROD. OWNERS MAY CONTACT SUPREME CORPORATION AT 219-642-4888 OR VAPOR AT 847-777-6400. -06/29/2005,05V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V304000),"Mitsubishi Fuso Truck of America, Inc.",AISIN AUTOMATIC TRANSMISSION SHIFT LINKAGE,POWER TRAIN,C0028810,Vehicle,15549,"ON CERTAIN MEDIUM DUTY TRUCKS, RUST BUILD-UP ON THE AUTOMATIC TRANSMISSION (A/T) SHIFT LINKAGE MAY CAUSE THE LINKAGE TO BIND. RUST BUILD-UP IS ACCELERATED IN GEOGRAPHIC LOCATIONS THAT ARE SITUATED NEAR LARGE BODIES OF SALT WATER, OR IN REGIONS WITH HEAVY SNOW/ICE MELTING COMPOUND USAGE IN WINTER MONTHS.","THE EFFORT REQUIRED TO OPERATE THE A/T SHIFT CONTROL LEVER MAY INCREASE IF THE LINKAGE BINDS DUE TO RUST BUILD-UP. THE SHIFT CONTROL LEVER MAY BECOME INOPERATIVE, OR THE PHYSICAL SHIFT LEVER POSITION ON THE SHIFT LEVER HOUSING GEAR INDICATOR MAY NOT MATCH THE ACTUAL GEAR SELECTION AT THE TRANSMISSION.","DEALERS WILL INSTALL A MODIFIED A/T SHIFT CONTROL LEVER ASSEMBLY. THE RECALL BEGAN ON SEPTEMBER 26, 2005. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -06/29/2005,05V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V303000),"Mitsubishi Fuso Truck of America, Inc.",REAR ENGINE SUPPORT,ENGINE AND ENGINE COOLING,C1000110,Vehicle,15307,"ON CERTAIN MEDIUM DUTY TRUCKS, THE REAR ENGINE SUPPORT BRACKET IS COMPOSED OF MATERIALS OF INSUFFICIENT STRENGTH. NORMAL VEHICLE VIBRATIONS MAY CAUSE THE BRACKET TO CRACK.","IF THE VEHICLE IS CONTINUALLY OPERATED IN THIS CONDITION, THE BRACKET MAY BREAK APART, CAUSING THE TRANSMISSION TO DROP OUT OF ALIGNMENT WITH THE DRIVE TRAIN.","DEALERS WILL INSTALL A MODIFIED REAR ENGINE SUPPORT BRACKET. THE RECALL BEGAN ON SEPTEMBER 26, 2005. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -06/28/2005,05V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V302000),Toyota Motor Engineering & Manufacturing,AIR BAG WIRING HARNESS,AIR BAGS,50I,Vehicle,11592,"ON CERTAIN REGULAR CAB PICKUP TRUCKS EQUIPPED WITH A BENCH SEAT, THE SEAT POSITION AND SEAT BELT BUCKLE SENSOR CONNECTOR PINS ARE INCORRECTLY POSITIONED DUE TO A WIRE HARNESS MANUFACTURING PROCESS ERROR.","IN THIS CONDITION, THE SEAT POSITION AND SEAT BELT BUCKLE SENSOR MAY NOT FUNCTION AS DESIGNED, AFFECTING THE ADAPTIVE AIR BAG DEPLOYMENT, WHICH IF THE VEHICLE IS INVOLVED IN A CRASH, COULD RESULT IN IMPROPER OCCUPANT RESTRAINT.","DEALERS WILL INSPECT THE SEAT POSITION AND SEAT BELT FASTENING CONDITION SENSOR CONNECTOR. AN ADDITIONAL SUB-WIRE HARNESS WILL BE INSTALLED TO CORRECT THE CONNECTOR PIN MANUFACTURING ERROR, IF NECESSARY. THE RECALL BEGAN ON JULY 25, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-431-4331." -06/28/2005,05V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V300000),Land Rover,CHILD LOCK INCORRECT OPERATION,LATCHES/LOCKS/LINKAGES,B011,Vehicle,1941,"ON CERTAIN FIVE DOOR SPORT UTILITY VEHICLES, IT IS POSSIBLE TO OPERATE THE INTERIOR DOOR HANDLE TO OPEN THE DOOR WHEN THE CHILD SAFETY LEVER IS IN THE ""ON"" POSITION.","THE OCCUPANT MAY OPEN THE DOOR INADVERTENTLY WHILE THE VEHICLE IS IN MOTION AND FALL OUT INTO THE TRAFFIC, PERSONAL INJURIES COULD OCCUR.","DEALERS WILL INSPECT AND REPLACE THE LATCH ASSEMBLY. THE RECALL BEGAN ON SEPTEMBER 8, 2005. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -06/27/2005,05V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V299000),"Mitsubishi Motors North America, Inc.",BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",SR-05-003,Vehicle,3760,"ON CERTAIN PASSENGER VEHICLES, ONE OF FOUR SEALS INSIDE THE MASTER CYLINDER MAY HAVE BEEN INSTALLED IMPROPERLY. AS A RESULT, THE MASTER CYLINDER MAY UNEXPECTEDLY BY-PASS HYDRAULIC BRAKING FORCE PRESSURE AND ALLOW A LONGER THAN NORMAL PEDAL STROKE.","SHOULD THIS CONDITION OCCUR, THE BRAKING DISTANCE REQUIRED TO STOP THE VEHICLE MAY INCREASE AND COULD LEAD TO A VEHICLE CRASH.","DEALERS WILL REPLACE THE MASTER CYLINDER ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN JUNE 28, 2005. OWNERS MAY CONTACT MITSUBISHI AT 1-888-648-7820." -06/27/2005,05V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V298000),"New Flyer of America, Inc.",CENTER LINK ASSEMBLY OVER-TORQUE CONDITION,STEERING,NR (Not Reported),Vehicle,218,"ON CERTAIN TRANSIT BUSES CUSTOM BUILT FOR SOUTHEASTERN PENNSYLVANIA TRANSIT AUTHORITY AND EQUIPPED WITH MAN AXLES, THE CENTER-LINK ASSEMBLIES WERE INCORRECTLY TIGHTENED.","IMPROPER SECURING OF THE CENTER-LINK ROD ENDS COULD CAUSE THE ASSEMBLY TO COME APART, RESULTING IN LOSS OF VEHICLE STEERING CONTROL, INCREASING THE RISK OF A CRASH.","SOUTHEASTERN PENNSYLVANIA TRANSIT AUTHORITY WAS NOTIFIED OF THIS RECALL ON JUNE 28, 2005. VEHICLES WILL HAVE THE SUBJECT COMPONENTS REPLACED." -06/27/2005,05V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V301000),"Sundowner Trailers, Inc.",ELECTRIC/HYDRAULIC BRAKE SYSTEM,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,7,"ON CERTAIN HORSE/STOCK TRAILERS EQUIPPED WITH DEXTER PREDATOR ELECTRIC/HYDRAULIC BRAKE SYSTEMS AND WERE NOT FACTORY EQUIPPED WITH A STORAGE BATTERY, THE BREAK-AWAY SYSTEM BATTERY DOES NOT HAVE ENOUGH AMP HOURS TO MAINTAIN BRAKING FOR THE REQUIRED 15 MINUTES IN CASE OF TRAILER BREAK-AWAY WHEN USING THE ELECTRIC/HYDRAULIC BRAKE SYSTEM.","IF THE TRAILER WERE TO COME LOOSE FROM THE TOW VEHICLE, IT IS POSSIBLE THAT THE CURRENT BREAK-AWAY BATTERY WOULD NOT BE ABLE TO MAINTAIN BREAKING ACTION FOR THE REQUIRED 15 MINUTES, WHICH COULD RESULT IN A CRASH OR INJURY/DAMAGE TO THE OPERATOR AND/OR THE HORSES/STOCK.","DEALERS WILL INSTALL A BATTERY AND BATTERY BOX AND REWIRE THE TRAILER THROUGH THE STORAGE BATTERY. THEY WILL ALSO APPLY A NOTICE LABEL ON OR BY THE BATTERY LOCATION INFORMING THEM THAT THE BREAK-AWAY SYSTEM IS TIED INTO THE STORAGE BATTERY. THE RECALL BEGAN ON JULY 18, 2005. OWNERS MAY CONTACT SUNDOWNER AT 1-800-654-3879, EXTENSION 2149." -06/24/2005,05V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V297000),"Navistar, Inc.",FRONT HYDRAULIC BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",05515,Vehicle,60,"ON CERTAIN 4X2 MEDIUM DUTY TRUCKS, A LONGER FRONT HYDRAULIC BRAKE HOSE WAS SUBSTITUTED FOR THE SHORTER, CORRECT LENGTH HOSE.",THIS EXTRA LENGTH MAY CAUSE THE WHEEL TO RUB THROUGH THE BRAKE HOSE. A HOLE IN A BRAKE HOSE CAN CAUSE A LOSS OF BRAKING ABILITY THAT COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE FRONT BRAKE HOSES AND IF A BRAKE HOSE IS THE INCORRECT LENGTH, A NEW PROPER LENGTH HOSE WILL BE INSTALLED. THE RECALL BEGAN ON JUNE 24, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/24/2005,05V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V296000),"Navistar, Inc.",POSITIVE BATTERY CABLE,ELECTRICAL SYSTEM,05514,Vehicle,49607,"ON CERTAIN 4X2 AND 6X4 HEAVY DUTY TRUCKS, THE POSITIVE BATTERY CABLE BETWEEN THE BATTERIES AND THE STARTER MAY RUB AGAINST AN ELECTRICAL GROUND CABLE BETWEEN THE STARTER AND FRAME RAIL.",THIS CHAFING COULD CAUSE AN ELECTRICAL SHORT AND/OR FIRE.,"DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF ANY CHAFING HAS OCCURRED BETWEEN POSITIVE AND NEGATIVE CABLES. IF THERE IS NO EVIDENCE OF CHAFING, THEN A SADDLE CLAMP WILL BE INSTALLED TO ENSURE CABLES WILL NOT RUB. IF THERE IS EVIDENCE OF CHAFING, THE DAMAGED CABLES WILL BE REPLACED AND THE SWIVEL SADDLE CLAMP INSTALLED. THE RECALL BEGAN ON AUGUST 22, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -06/21/2005,05V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V294000),"Coachmen RV Company, LLC",50 AMP TRANSFER SWITCH/INTELLITEC,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,135,"ON CERTAIN REAR DIESEL MOTOR HOMES CONTAINING A 50 AMP TRANSFER SWITCH BUILT BY INTELLITEC, THE MATERIAL USED FOR THE WIRE LUGS WAS CHANGED FROM NICKEL PLATED TO COPPER LUGS. THE COPPER LUGS ARE SOFTER THAN THE NICKEL PLATED AND DO NOT RETAIN THE TORQUE OF THE SCREW THAT CLAMPS THE WIRE CONNECTOR.","WHEN THE TORQUE IS RELAXED, THE LUGS CAN BECOME LOOSE RESULTING IN EXCESSIVE HEAT WITHIN THE CONNECTED WIRE THAT COULD RESULT IN A FIRE.","COACHMEN WILL BE WORKING WITH INTELLITEC TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE RECALL BEGAN ON JULY 14, 2005. OWNERS MAY CONTACT COACHMEN AT 1-574-825-1174." -06/21/2005,05V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V293000),Harley-Davidson Motor Company,ANTI-LOCK BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",0120,Vehicle,1552,"ON CERTAIN POLICE AND ESCORT MOTORCYCLES, THE ANTI-LOCK BRAKE SYSTEM (ABS) LINES MAY HAVE BEEN REVERSED DURING INSTALLATION PROCEDURES.","THIS COULD CAUSE THE FRONT BRAKE TO LOCK UP IF AN ABS EVENT IS TRIGGERED, WHICH COULD RESULT IN A CRASH,","DEALERS WILL INSPECT AND RE-ROUTE THE ABS BRAKE LINES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 24, 2005. OWNERS MAY CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -06/21/2005,05V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V295000),"Autocar, LLC",BACKUP ALARM MOTION SENSOR,BACK OVER PREVENTION,A-0402-A,Vehicle,649,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE BACKUP ALARM MOTION SENSOR MAY NOT HAVE BEEN INSTALLED CORRECTLY AND MAY NOT SENSE WHEN THE VEHICLE MOVERS BACKWARDS UNDER ANY CIRCUMSTANCES.",THE VEHICLE MAY ROLL BACKWARDS WITHOUT THE BACKUP ALARM SOUNDING WITH THE RISK OF RUNNING OVER OR CRUSHING A PERSON STANDING OR WORKING BEHIND THE VEHICLE.,"DEALERS WILL REPOSITION THE MOTION SENSOR IN RELATION TO THE MAGNETS THAT ROTATE WHEN THE VEHICLE MOVES. THE RECALL BEGAN ON OCTOBER 19, 2004. OWNERS MAY CONTACT AUTOCAR AT 1-877-973-3486." -06/21/2005,05V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V289000),"FLEETWOOD ENTERPRISES, INC.",CHASSIS CROSS MEMBER WELDS,STRUCTURE,50615,Vehicle,496,CERTAIN FIFTH WHEEL TRAVEL TRAILERS HAVE MISSING WELDS ON THE CHASSIS CROSS-MEMBERS.,"THIS CONDITION CAN CAUSE THE CROSS-MEMBER TO BECOME DISLODGED, CREATING A ROAD HAZARD IF THE FIFTH WHEEL TRAVEL TRAILER IS IN MOTION, WHICH COULD RESULT IN A CRASH.","LIPPERT COMPONENTS, IN CONJUNCTION WITH FLEETWOOD, WILL INSPECT THE CROSS-MEMBERS FOR MISSING WELDS, REPAIR THE WELDS IF NECESSARY, AND ADD ADDITIONAL SUPPORT TO THE AFFECTED AREA. OWNERS MAY CONTACT LIPPERT DIRECTLY AT 1-866-524-7821 TO MAKE ARRANGEMENTS TO HAVE THIS INSPECTION AND REPAIR PERFORMED. THE RECALL BEGAN ON AUGUST 4, 2005." -06/21/2005,05V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V291000),MONACO COACH CORPORATION,FMVSS 121/AIR BRAKE SYSTEMS,"SERVICE BRAKES, AIR",R05008,Vehicle,647,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' TWO DELIVERY LINES ON THE BRAKE SYSTEM WERE INSTALLED INCORRECTLY.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL SWITCH THE PORT HOOK-UPS OF THE TWO DELIVERY LINES ON THE AIR BRAKE SYSTEM. THE RECALL BEGAN ON AUGUST 30, 2005. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -06/20/2005,05E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E042000),"ZF SALES & SERVICE NORTH AMERICA, LLC",I-SHAFT ASSEMBLY CAN DISCONNECT,STEERING,NR (Not Reported),Equipment,38768,THE I-SHAFT IS THE MECHANICAL LINKAGE BETWEEN THE STEERING WHEEL AND THE STEERING GEAR. AT THE NON-WELDED SIDE OF THE I-SHAFT THERE IS A UNIVERSAL JOINT. IT IS POSSIBLE THAT THE SHAFT COULD SEPARATE FROM THE STEERING GEAR BOX.,DRIVERS WILL LOSE STEERING CAPABILITY OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,THE VEHICLE MANUFACTURERS WILL CONDUCT THE REMEDY CAMPAIGN FOR THIS ISSUE. -06/20/2005,05V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V287000),"General Motors, LLC",PARKING BRAKE LEVER SLIP/FMVSS 135,PARKING BRAKE,05059,Vehicle,14600,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, 'PASSENGER CAR BRAKE SYSTEMS.' TO MEET THE STANDARD, THE VEHICLE MUST NOT MOVE FOR FIVE MINUTES WHEN STOPPED ON A STEEP HILL WITH THE PARKING BRAKE APPLIED AND THE VEHICLE IN NEUTRAL (N). SOME OF THESE VEHICLES FAILED THIS TEST.","WHEN THE PARKING BRAKE IS RELEASED, THE DRIVER MAY NOTICE UNINTENDED BRAKING WHEN ACCELERATING, DECELERATING, OR COASTING, AND A NOISE COMING FROM THE REAR OF THE VEHICLE. UNINTENDED VEHICLE MOVEMENT COULD OCCUR INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR PARKING BRAKE LEVER SLIPPAGE AT EACH REAR BRAKE CALIPER AND REPLACE THE CALIPER IF LEVER SLIPPAGE IS IDENTIFIED. THE RECALL BEGAN ON NOVEMBER 14, 2005. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CHEVROLET AT 1-800-630-2438, PONTIAC AT 1-800-620-7668, OR SATURN AT 1-800-972-8876." -06/20/2005,05V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V286000),"Haulmark Industries, Inc.",TRAILER HITCH BALL COUPLERS,TRAILER HITCHES,NR (Not Reported),Vehicle,1003,"CERTAIN TANDEM AXLE ENCLOSED TRAILERS WITH A GROSS VEHICLE WEIGHT RATING (GVWR) OF 10,000 POUNDS AND UNDER, MAY HAVE DEFECTIVE BALL COUPLERS (MANUFACTURING DATE OF N0315) WHICH COULD FAIL IN CERTAIN SITUATIONS.","SHOULD THE COUPLER FAIL, THE TRAILER MAY DISCONNECT FROM THE TOWING VEHICLE WHICH COULD RESULT IN A CRASH.","OWNERS SHOULD INSPECT THE COUPLER TO SEE IF THE DATE CODE IS N0315. HAULMARK WILL ARRANGE FOR THE COMPLETION OF THE NECESSARY REPAIRS WITHOUT CHARGE. THE RECALL BEGAN ON JUNE 15, 2005. OWNERS MAY CONTACT HAULMARK AT 1-866-393-6053." -06/17/2005,05V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V283000),Shyft Group,I-SHAFT ASSEMBLY CAN DISCONNECT/ZF,STEERING,SPEC 05022,Vehicle,86,"ON CERTAIN MOTOR HOMES, THE I-SHAFT IS THE MECHANICAL LINKAGE BETWEEN THE STEERING WHEEL AND THE STEERING GEAR. AT THE NON-WELDED SIDE OF THE I-SHAFT THERE IS A UNIVERSAL JOINT. IT IS POSSIBLE THAT THE FORK SHAFT CONNECTION COULD BE LOST.",DRIVERS WILL LOSE STEERABILITY OF THE VEHICLE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT AND REPAIR THE I-SHAFT. THE RECALL BEGAN ON AUGUST 15, 2005. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -06/16/2005,05V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V288000),"General Motors, LLC",LOSS OF STEERING AND BRAKING SYSTEM,"SERVICE BRAKES, HYDRAULIC",05051,Vehicle,6698,"CERTAIN 2003-2005 MODEL YEAR 4500/5500 SERIES CHEVROLET KODIAK, SCHOOL BUS CHASSIS, AND GMC TOPKICK VEHICLES; AND 2003-2004 MODEL YEAR GMC SCHOOL BUS CHASSIS VEHICLES EQUIPPED WITH AN 8.1L ENGINE AND HYDROMAX BRAKE SYSTEM. THE POWER STEERING HOSE MAY COME INTO CONTACT WITH A PORTION OF THE INTERMEDIATE STEERING SHAFT. A HOLE COULD BE WORN IN THE HOSE AND A LOSS OF HYDRAULIC FLUID WOULD OCCUR.","IF THERE IS SUFFICIENT AMOUNT OF FLUID LOSS, THE DRIVER WILL HEAR A NOISE FROM THE POWER STEERING PUMP, THE BRAKE WARNING LIGHT AND WARNING TONE WILL ACTIVATE. INCREASED EFFORT MAY BE REQUIRED FOR STEERING AND BRAKING, INCREASING THE RISK OF A CRASH.","GM WILL NOTIFY ITS CUSTOMERS AND DEALERS WILL REROUTE THE POWER STEERING HOSE. IF THE STEEL BRAIDING OF THE HOSE IS EXPOSED, DEALERS ARE TO REPLACE THE HOSE FREE OF CHARGE. THE RECALL BEGAN ON JULY 12, 2005. OWNERS MAY CONTACT CHEVROLET AT 800-630-2438 OR GMC AT 866-996-9463." -06/16/2005,05V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V292000),MID BUS CORPORATION,STOP ARM MALFUNCTIONS,OTHER,NR (Not Reported),Vehicle,2070,"CERTAIN MID BUS 2002-2005 MODEL YEAR GUIDE DX, GUIDE SW, GUIDE XL, AND SC SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 7, 2002, AND APRIL 30, 2005, ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","MID BUS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 30, 2005. OWNERS MAY CONTACT MID BUS AT 419-358-2500." -06/15/2005,05V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V281000),Blue Bird Body Company,DOOR OPERATOR CONNECTING ROD,STRUCTURE,R04JY,Vehicle,45,"ON CERTAIN COMMERCIALTRANSIT BUSES EQUIPPED WITH VAPOR DOOR ASSEMBLIES, THE TWO PIECE CURVED CONNECTING RODS WHEN USED AS AN ELEMENT OF THE DOOR ACTUATION LINKAGE IN CONJUNCTION WITH A VAPOR MEDIUM PNEUMATIC DIFFERENTIAL ENGINE, MAY BE SUBJECT TO FATIGUE FAILURE RESULTING IN BENDING OR BREAKING OF THE CONNECTING ROD.","A BROKEN CONNECTING ROD CAN ALLOW THE DOOR PANEL TO MOVE FREELY IN AN UNCONTROLLED MANNER, LEAVING PASSENGERS INSIDE THE VEHICLE UNPROTECTED BY THE DOOR PANEL AND ENABLING A PROTRUDING DOOR PANEL TO STRIKE PERSONS OR OBJECTS OUTSIDE THE VEHICLE.","BLUE BIRD IS WORKING WITH VAPOR BUS INTERNATIONAL TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE REMEDY CONSISTS OF REPLACING THE TWO PIECE CONNECTING ROD WITH A ONE PIECE CONNECTING ROD. THE RECALL BEGAN ON OCTOBER 18, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242 OR VAPOR AT 847-777-6400." -06/15/2005,05E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E041000),"VEHICLE SAFETY MANUFACTURING, LLC",FMVSS 108/STOP/TAIL/TURN LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,360,"CERTAIN VSM 4 INCH ROUND STOP/TAIL/TURN LAMPS, P/N 4464RC, SOLD FOR USE AS AFTERMARKET REPLACEMENT LAMPS DESIGNED FOR USE ON THE GROMMET SIZE OPENING ON TRUCKS 2032 MM OR MORE IN OVERALL WIDTH. THESE LAMPS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","IF BECAUSE OF LOWER PERFORMANCE, A FOLLOWING VEHICLE OPERATOR WERE UNABLE TO SEE OR OTHERWISE MISUNDERSTOOD SIGNALS FROM THESE REAR LAMPS, A VEHICLE CRASH MAY OCCUR.","VSM WILL NOTIFY ITS CUSTOMERS AND REPLACE THE NONCOMPLIANT LAMPS WITH LAMPS THAT COMPLY WITH STANDARD 108 FREE OF CHARGE. THE RECALL BEGAN ON JUL7 15, 2005. OWNERS MAY CONTACT VSM AT 800-832-7233." -06/14/2005,05V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V280000),"Featherlite, Inc.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,110,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST BUS CHASSIS AND EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,"FEATHERLITE IS WORKING WITH VEHICLE SYSTEMS TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE RECALL BEGAN ON JUNE 21, 2005. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR FEATHERLITE AT 888-826-8273." -06/14/2005,05V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V278000),"FLEETWOOD ENTERPRISES, INC.",CERTIFICATION LABEL GAWR,EQUIPMENT,50606,Vehicle,476,"CERTAIN CLASS C MOTOR HOMES BUILT ON CHEVROLET CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE FEDERAL CERTIFICATION TAG WAS PRINTED WITH THE INCORRECT REAR GROSS AXLE WEIGHT RATING (GAWR) AND INCORRECT CARGO CARRYING CAPACITY TAG.","OVERLOADING CAN DAMAGE YOUR VEHICLE, ADVERSELY AFFECTING VEHICLE PERFORMANCE, INCLUDING HANDLING AND BRAKING, CAUSE TIRE FAILURE, AND RESULT IN A CRASH.","FLEETWOOD WILL MAIL INSTRUCTIONS ALONG WITH CORRECTED FEDERAL CERTIFICATION LABEL. IF AN OWNER SO DESIRES, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON SEPTEMBER 2, 2005. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -06/14/2005,05V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V276000),"Triumph Motorcycles America, Ltd.",COOLANT HOSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,969,"ON CERTAIN MOTORCYCLES, THE LOWER BY-PASS COOLANT HOSE CAN RUPTURE.","A LOSS OF COOLANT FROM THE ENGINE CAN RESULT IN THE ENGINE OVERHEATING AND SEIZURE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE COOLANT HOSE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 8, 2005. OWNERS MAY CONTACT TRIUMPH AT 1-678-854-2010." -06/14/2005,05V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V282000),ORION BUS INDUSTRIES LTD.,DOOR OPERATOR CONNECTING ROD,STRUCTURE,NR (Not Reported),Vehicle,1092,"ON CERTAIN COMMERCIAL BUSES EQUIPPED WITH VAPOR DOOR ASSEMBLIES, THE TWO PIECE CURVED CONNECTING RODS WHEN USED AS AN ELEMENT OF THE DOOR ACTUATION LINKAGE IN CONJUNCTION WITH A VAPOR MEDIUM PNEUMATIC DIFFERENTIAL ENGINE, MAY BE SUBJECT TO FATIGUE FAILURE RESULTING IN BENDING OR BREAKING OF THE CONNECTING ROD.","A BROKEN CONNECTING ROD CAN ALLOW THE DOOR PANEL TO MOVE FREELY IN AN UNCONTROLLED MANNER, LEAVING PASSENGERS INSIDE THE VEHICLE UNPROTECTED BY THE DOOR PANEL AND ENABLING A PROTRUDING DOOR PANEL TO STRIKE PERSONS OR OBJECTS OUTSIDE THE VEHICLE.",ORION IS WORKING WITH VAPOR BUS INTERNATIONAL TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. THE REMEDY CONSISTS OF REPLACING THE TWO PIECE CONNECTING ROD WITH A ONE PIECE CONNECTING ROD. OWNERS MAY CONTACT ORION BUS AT 905-403-7832 OR VAPOR AT 847-777-6400. -06/14/2005,05V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V290000),NEOPLAN USA CORPORATION,ENGINE TURBOCHARGER/SERIES 50/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,465,"ON CERTAIN STANDARD FLOOR, LOW FLOOR AND ARTICULATED TRANSIT BUSES BUILT WITH DETROIT DIESEL SERIES 50 ENGINES, THE TURBOCHARGER COMPRESSOR WHEEL CAN BREAK, RESULTING IN SHAFT IMBALANCE AND LUBRICATING OIL PASSES INTO THE EXHAUST SYSTEM.","THIS CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN PERSONAL INJURIES.",NEOPLAN IS WORKING WITH DETROIT DIESEL TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. DEALERS WILL INSTALL AN EXHAUST TEMPERATURE SENSOR AND REPROGRAM THE EMC CALIBRATION. OWNERS MAY CONTACT NEOPLAN AT 719-336-3256 OR DETROIT DIESEL AT 313-592-3708. -06/14/2005,05V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V277000),COUNTRY COACH INC,FMVSS 120/TIRE INFLATION PRESSURES,TIRES,NR (Not Reported),Vehicle,9,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE FRONT AND REAR TIRE COLD TIRE INFLATION PRESSURES OF 125 PSI EXCEED THE MANUFACTURER'S RECOMMENDED MAXIMUM COLD INFLATION PRESSURE OF 120 PSI.",THIS COULD POSSIBLY LEAD TO PREMATURE RIM FAILURE. SUCH A RIM FAILURE COULD RESULT IN THE LOSS OF STEERING CONTROL AND COULD RESULT IN A CRASH.,"COUNTRY COACH WILL ISSUE REPLACEMENT FEDERAL TIRE LABELS REFLECTING THE CORRECTED COLD TIRE INFLATION PRESSURE OF 120 PSI FOR BOTH THE FRONT AND REAR TIRES. THIS CHANGE WILL RESULT IN A REDUCTION OF THE COLD INFLATION TIRE PRESSURE OF EACH FRONT AND REAR TIRE BY 5 PSI. THE RECALL BEGAN ON JUNE 23, 2005. OWNERS MAY CONTACT COUNTRY COACH AT 1-800-547-8015." -06/14/2005,05V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V284000),FREIGHTLINER LLC,FRACTURE SUSPENSION BEAM/HOLLAND/NEWAY,SUSPENSION,FL-453,Vehicle,634,"CERTAIN FREIGHTLINER TRUCKS AND THOMAS SCHOOL BUSES EQUIPPED WITH HOLLAND/NEWAY AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTING MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. THE RECALL BEGAN FOR THOMAS BUILT OWNERS ON FEBRUARY 10, 2006; AND FOR FREIGHTLINER OWNERS ON APRIL 14, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -06/14/2005,05V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V285000),FREIGHTLINER LLC,FRONT HUB/CONMET,WHEELS,FL-451,Vehicle,1786,"ON CERTAIN TRUCKS EQUIPPED WITH 3RD GENERATION CONMET ALUMINUM WHEELS, THE DRUM MOUNTING FLANGE ON THE CONMET TRUTURN BRAKE DRUM MAY HAVE BEEN MANUFACTURED WITH A TAPER FROM THE PILOT HOLE TO THE BARREL OF THE DRUM.",THIS TAPER MAY CAUSE CRACKING OR FRACTURES OF THE FRONT HUB. THIS COULD CAUSE A CRASH WITHOUT PRIOR WARNING.,"AFTER FURTHER INVESTIGATION AND TESTING, FREIGHTLINER HAS REVISED THE POPULATION AND THE REMEDY (DECEMBER 22, 2005). THEREFORE, THE RECALL BEGAN ON MARCH 15, 2006. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -06/14/2005,05V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V275000),"FLEETWOOD ENTERPRISES, INC.",UNSUPPORTED WATER AND HOLDING TANK,EQUIPMENT,50610,Vehicle,8,CERTAIN TRAVEL TRAILERS HAVE UNSUPPORTED FRESH WATER AND HOLDING TANKS. THE TANKS REQUIRE STRAPS IN ORDER TO PREVENT THEM FROM SEPARATING FROM THE TRAVEL TRAILER.,"IF THE TANK FELL OFF WHILE THE TRAVEL TRAILER IS IN MOTION, DAMAGE TO FOLLOWING VEHICLES COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND INSTALL SUPPORT STRAPS UNDERNEATH THE FRESH WATER AND HOLDING TANKS. THE RECALL BEGAN ON JULY 27, 2005. OWNERS MAY CONTACT FLEETWOOD AT 800-509-3418." -06/10/2005,05V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V270000),Ford Motor Company,ENGINE STALLING,ELECTRICAL SYSTEM,05S34,Vehicle,180104,"CERTAIN PICKUP TRUCKS, SPORT UTILITY VEHICLES AND VANS EQUIPPED WITH 6.0L DIESEL ENGINES MAY EXPERIENCE STALLING WITHOUT WARNING WHILE DRIVING AND MAY OR MAY NOT RESTART.","SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","DEALERS WILL UPGRADE THE FUEL INJECTION CONTROL MODULE (FICM) WIRE HARNESS OR REPLACED, AND/OR HAVE A NEW INJECTION CONTROL PRESSURE (ICP)) SENSOR CONNECTOR INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON JULY 22, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -06/10/2005,05V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V272000),FOUR WINDS INTERNATIONAL,INCORECT CERTIFICATION LABEL/FMVSS 120/FORD,EQUIPMENT,NR (Not Reported),Vehicle,238,"CERTAIN MOTOR HOMES BUILT ON FORD E-450 CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE TIRE PRESSURE IS INCORRECTLY LISTED ON THE LABEL FOR THE REAR TIRES.","AT THE INCORRECTLY STATED PRESSURE, THE REAR TIRES ARE UNABLE TO SUPPORT THE GROSS AXLE WEIGHT RATING (GAWR) FOR THE REAR AXLE.",OWNERS AND DEALERS WILL BE MAILED SUPPLEMENTARY TIRE LABELS CONTAINING THE CORRECT REAR TIRE INFLATION INFORMATION. OWNERS MAY CONTACT FORD AT 1-800-392-3673 OR FOUR WINDS AT 1-574-266-1111. -06/09/2005,05V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V264000),"Altec Industries, Inc.",BRAKE CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,"ON CERTAIN AERIAL DEVICES MOUNTED ON GMC C7500 TRUCK CHASSIS AND EQUIPPED WITH AN ALTEC ELECTRIC-AIR/MANUAL TRAILER BRAKE CONTROL, THE TWO-WAY CHECK VALVE COULD BE INSTALLED IN EITHER THE FRONT OR REAR BRAKE SYSTEM IN SUCH A MANNER THAT STOPS AIR FLOW TO THAT PARTICULAR PART OF THE CHASSIS BRAKE SYSTEM.",THIS COULD CAUSE A PARTIAL LOSS OF BRAKING CAPABILITY.,"THESE VEHICLES WERE ONLY PROVIDED TO THE PUBLIC SERVICE ELECTRIC AND GAS COMPANY IN EDISON, NEW JERSEY. ALL VEHICLES HAVE BEEN REPAIRED." -06/09/2005,05V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V271000),"Gillig, LLC",FRONT AXLE ROD/TENNECO,SUSPENSION,NR (Not Reported),Vehicle,1096,"ON CERTAIN TRANSIT BUSES, THE CAST CLAMP PORTION OF THE TORQUE ROD COULD CRACK UNDER INITIAL TORQUEING OF THE CLAMP FASTENERS RESULTING IN BREAKAGE OR CRACKS. CASTING POROSITY AND INCORRECT HEAT TREATMENT CAUSED POTENTIAL WEAKNESS IN THE CAST CLAMP PORTION OF THE TORQUE ROD.",THIS COULD RESULT IN LOSS OF VEHICLE CONTROL AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THE CAST IRON TORQUE ROD CLAMPS WITH A FABRICATED STEEL CLAMPS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 17, 2005. OWNERS MAY CONTACT GILLIG AT 510-785-1500." -06/09/2005,05V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V266000),Ford Motor Company,FUEL JUMPER LINE,"FUEL SYSTEM, GASOLINE",05S33,Vehicle,78675,"ON CERTAIN PICKUP TRUCKS AND CHASSIS CAB VEHICLES EQUIPPED WITH 5.4L OR 6.8L GASOLINE ENGINES, THE FUEL JUMPER LINE MAY HAVE AN INCORRECT END FORM.","THE FUEL LINE MAY SEPARATE AT THE CONNECTION TO THE MAIN FUEL BUNDLE. IF THE FUEL LINE SEPARATES, AN OPERATOR MAY NOTICE A GASOLINE ODOR AND/OR FUEL ON THE GROUND, LOSS OF POWER, AND THE ENGINE WILL EVENTUALLY STALL. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSTALL AN EXTERNAL RETENTION CLIP AT THE FUEL JUMPER LINE TO THE MAIN FUEL BUNDLE CONNECTION. THE RECALL BEGAN ON JUNE 20, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -06/08/2005,05V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V273000),Shyft Group,BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,SPEC 05020,Vehicle,1298,"ON CERTAIN MOTOR HOMES, THE HARNESS AND CABLES WERE ROUTED INCORRECTLY. SHARP CASTING EDGES OF THE TRANSMISSION LIFTING EAR CUT INTO THE CABLES OR THE WIRE HARNESS.",SMOKE MAY OCCUR WHICH MAY NOT BE VISIBLE TO THE DRIVER AND AN ELECTRICAL SHORT MAY OCCUR WHICH COULD RESULT IN A FIRE.,"DEALERS WILL REROUTE THE HARNESS AND CABLES AWAY FROM THE TRANSMISSION LIFTING EAR, AVOIDING THE CASTED PART WHICH WAS THE SOURCE OF CHAFFING. THE RECALL BEGAN ON JULY 26, 2005. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -06/07/2005,05V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V269000),"Nissan North America, Inc.",FUEL TANK VAPOR HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,44000,"ON CERTAIN PASSENGER VEHICLES, A VAPOR HOSE LOCATED IN THE FUEL TANK MAY NOT HAVE BEEN FORMED CORRECTLY DURING THE MANUFACTURING PROCESS. WHEN THE VEHICLE IS PARKED WITH A FULL FUEL TANK, FUEL MAY FLOW INTO THE VAPOR HOSE, WHICH IS CONNECTED TO A VAPOR CANISTER.","THE VAPOR CANISTER COULD BECOME FULL, AND EXCESS FUEL COULD SPILL OUT ONTO THE GROUND. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL CHECK THE VAPOR HOSE CONNECTIONS IN THE FUEL TANK TO DETERMINE IF A POOR SEAL EXISTS. IF A POOR SEAL IS IDENTIFIED, A NEW FUEL TANK WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 15, 2005. OWNERS MAY CONTACT NISSAN AT 1-800-647-7261." -06/07/2005,05V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V267000),NEOPLAN USA CORPORATION,STARTER CABLE,ELECTRICAL SYSTEM,FSRP 04-092,Vehicle,85,"ON CERTAIN 60' ARTICULATED TRANSIT BUSES, THE STARTER CABLE AND ADDITIONAL HEAVY GAUGE WIRES HAD INADVERTENTLY BEEN ATTACHED TO THE STARTER STUD DURING THE MANUFACTURING AND ASSEMBLY PROCESS.","OVER TIME, THE STARTER SOLENOID COULD CRACK AND A SHORT CIRCUIT MIGHT DEVELOP THAT WOULD RESULT IN A VEHICLE FIRE.","THESE VEHICLES WERE SENT TO ONLY ONE CUSTOMER, NEW JERSEY TRANSIT. ALL VEHICLES HAVE BEEN CORRECTED." -06/06/2005,05V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V265000),"Winnebago Industries, Inc.",REAR SUSPENSION AIR BAG UPPER MOUNT,SUSPENSION,95,Vehicle,89,"ON CERTAIN MOTOR HOMES EQUIPPED WITH OPTIONAL REAR SUSPENSION AIR BAGS, THE UPPER MOUNT CAN MOVE AND CONTACT THE TIRE.",THIS COULD DAMAGE THE TIRE AND CAUSE VEHICLE INSTABILITY WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL A REAR SUSPENSION AIR BAG UPPER MOUNT REINFORCEMENT KIT. THE RECALL BEGAN ON JUNE 17, 2005. OWNERS MAY CONTACT WINNEBAGO AT 1-641-585-6939." -06/03/2005,05V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V268000),"Tiffin Motorhomes, Inc.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,302,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,TIFFIN IS WORKING WITH VEHICLE SYSTEMS TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR TIFFIN AT 256-356-8661. -06/03/2005,05E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E040000),"VICTOR PRODUCTS, INC.",PRESSOR INDICATOR VALVE CAP,EQUIPMENT,NR (Not Reported),Equipment,31000,"CERTAIN VICTOR PRESSURE INDICATOR VALVE CAP (PIVC) P/NOS. V703/705; M703/705; AND A703/705. THE CLEAR PLASTIC TOP CAN BREAK OFF, ALLOWING THE AIR IN THE TIRE TO ESCAPE VERY RAPIDLY.","SHOULD THIS OCCUR WHILE THE IS IN USE, THE DRIVER COULD LOSE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","VICTOR WILL NOTIFY ITS CUSTOMER AND EITHER THEY WILL REPLACE THE INDICATOR CAPS OR ISSUE CREDIT. THE RECALL BEGAN MAY 16, 2005. OWNERS MAY CONTACT VICTOR PRODUCTS AT 847-298-8870." -06/02/2005,05V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V259000),"Thor California, Inc.",AXLE SPRING HANGER ENHANCEMENT,POWER TRAIN,150030,Vehicle,764,"ON CERTAIN FIFTH WHEEL TRAILERS, UNDER EXTREME OR REPEATED EXTREME SIDE-LOADING OF THE AXLES, BENDING OF THE SPRING HANGERS MAY OCCUR.","SEVERE BENDING OF THE AXLE HANGERS, POSSIBILITY LOSS OF TRAILER CONTROL WHILE TOWING, AND THE POSSIBILITY OF A VEHICLE CRASH COULD OCCUR.","DEALERS WILL INSPECT AND REPAIR WITH THE REQUIRED PARTS. THE RECALL BEGAN ON JUNE 10, 2005. OWNERS MAY CONTACT THOR AT 888-697-8467." -06/02/2005,05V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V261000),UD Trucks Corporation,BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2744,CERTAIN LIGHT DUTY TRUCKS MAY HAVE HAD THE OUTER CORRUGATED PROTECTIVE CONDUIT FOR THE BATTERY CABLE WORN THROUGH AT THE REAR TRANSMISSION MOUNTING BRACKET AND THE BATTERY CABLE MAY RUB AGAINST THE EDGE OF THE THIRD FRAME CROSS MEMBER SUPPORT AND ALLOW THE BATTERY CABLE TO SHORT AGAINST THE FRAME.,"THIS COULD CAUSE AN ELECTRICAL SHORT, WHICH COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE BATTERY CABLE WITH A REDESIGNED CABLE THAT WILL PREVENT MOVEMENT OF THE CABLE INSIDE THE CORRUGATED PROTECTIVE CONDUIT AND A PROTECTIVE EDGE GUARD WILL BE INSTALLED ON THE LOWER EDGE OF THE THIRD CHASSIS FRAME ACROSS MEMBER SUPPORT. THE RECALL BEGAN ON SEPTEMBER 19, 2005. OWNERS MAY CONTACT NISSAN DIESEL AMERICA AT 972-756-5500." -06/02/2005,05V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V262000),UD Trucks Corporation,BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3857,"ON CERTAIN LIGHT DUTY TRUCKS, THE BATTERY CABLE MAY HAVE BEEN ROUTED INCORRECTLY DURING VEHICLE MANUFACTURING THAT COULD ALLOW THE BATTERY CABLE TO CONTACT THE EDGE OF THE REAR TRANSMISSION MOUNTING BRACKET. DURING NORMAL VEHICLE OPERATION THE BATTERY CABLE CORRUGATED PROTECTIVE CONDUIT COULD BECOME WORN AWAY AND ALLOW SHORTING OF THE POSITIVE BATTERY CABLE TO THE FRAME.","THIS COULD CAUSE AN ELECTRICAL SHORT, WHICH COULD RESULT IN A FIRE.","FOR MY 1999-2000 MODELS, DEALERS WILL INSPECT AND REROUTE THE CABLE CORRECTLY TO THE SMOOTH SIDE OF THE REAR TRANSMISSION MOUNTING BRACKET AND SECURE IT TO THE CHASSIS WIRING HARNESS AS DESIGNED OR WILL HAVE THE POSITIVE BATTERY CABLE REPLACED. FOR MY 2001-2002, DEALERS WILL SECURE THE BATTERY CABLE TO THE ADJACENT CHASSIS WIRING HARNESS WITH A PLASTIC TIE STRAP TO PREVENT EXCESSIVE MOVEMENT OF THE CABLE OR IF THE CORRUGATED PROTECTIVE CONDUIT WORN THROUGH NEAR THE REAR TRANSMISSION MOUNTING BRACKET OR THE THIRD FRAME CROSS MEMBER SUPPORT WILL BE REPLACED. THE RECALL BEGAN ON ON SEPTEMBER 19, 2005. OWNERS MAY CONTACT NISSAN DIESEL AT 972-756-5500." -06/02/2005,05V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V247000),"Mitsubishi Motors North America, Inc.",BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1151,CERTAIN PASSENGER VEHICLES MAY HAVE BEEN FITTED WITH A DEFECTIVE BRAKE BOOSTER ASSEMBLY.,"THE BOOSTER BODY COULD SEPARATE DUE TO IMPROPER CRIMP JOINTS, RESULTING IN A TOTAL LOSS OF BRAKE SYSTEM PERFORMANCE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPAIR THE BRAKE BOOSTER ASSEMBLY FREE OF CHARGE. OWNERS WERE NOTIFIED BY TELEPHONE ON MAY 24, 2005, TO STOP DRIVING THEIR VEHICLES AND ARRANGEMENTS WERE MADE FOR A LOANER VEHICLE. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-0037." -06/02/2005,05V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V258000),"Gulf Stream Coach, Inc.",BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,20,"ON CERTAIN MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES. THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,GULF STREAM IS WORKING WITH VEHICLE SYSTEMS TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR GULF STREAM AT 1-574-773-7761. -06/02/2005,05V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V260000),MILLENNIUM LUXURY COACHES,BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,18,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST XLII OR H3-45 CHASSIS AND EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,MILLENNIUM IS WORKING WITH VEHICLE SYSTEMS TO NOTIFY OWNERS AND HAVE THE REPAIR PERFORMED ON THEIR VEHICLES. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR MILLENNIUM AT 1-407-328-0190. -06/02/2005,05V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V248000),"ALFA LEISURE,INC.",EMERGENCY/BREAKAWAY BRAKE SYSTEM,TRAILER HITCHES,NR (Not Reported),Vehicle,18,"ON CERTAIN FIFTH WHEEL TRAILERS, THE EMERGENCY/BREAKAWAY BRAKE SYSTEM WIRING WAS CHANGED.","IF THE EVENT THE TRAILER BECOMES DISCONNECTED FROM THE TOWING VEHICLE, THE EMERGENCY/BREAKAWAY BRAKE SYSTEM MAY NOT BE ACTIVATED WHICH COULD RESULT IN A CRASH.","DEALERS WILL MODIFY THE CURRENT WIRING FOR THE BRAKE ACTUATOR AND ADD A RELAY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 17, 2005. OWNERS MAY CONTACT ALFA LEISURE AT 1-800-373-3372." -06/02/2005,05V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V257000),U.S. BUS CORPORATION,FMVSS 217/UPPER GLASS PANEL OF THE EMERGENCY DOOR,VISIBILITY,NR (Not Reported),Vehicle,200,"CERTAIN 2005 MY STURDIBUS SCHOOL BUSES. THESE BUSES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""WINDOW RETENTION.""","IN THE EVENT OF A VEHICLE CRASH, IT IS POSSIBLE THAT PASSENGER CONTACT WITH THE WINDOW COULD CAUSE THE WINDOW TO DISLODGE FROM ITS GASKET/SEAL, AND PERMIT PASSAGE OF A PASSENGER'S HEAD THROUGH THE RESULTING OPENING. THIS COULD RESULT IN SERIOUS INJURY OR EVEN DEATH.","US BUS WILL PROVIDE A REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 30, 2006. OWNERS MAY CONTACT US BUS AT 845-357-2510." -06/02/2005,05V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V254000),Toyota Motor Engineering & Manufacturing,FMVSS 225/208 PASSENGER AIR BAG CUTOFF SWITCH,AIR BAGS,70A,Vehicle,156111,"CERTAIN PICKUP TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, 'CHILD RESTRAINT ANCHORAGE SYSTEMS.' THESE VEHICLES HAVE A MANUAL AIR BAG ON-OFF SWITCH TO DISABLE THE FRONT PASSENGER AIR BAG AND DO NOT HAVE A CHILD RESTRAINT LOWER ANCHORAGE SYSTEM IN THE FRONT PASSENGER SEAT. THIS SPECIFICATION DOES NOT MEET THE STANDARD REQUIREMENTS.","THIS STANDARD ESTABLISHES REQUIREMENTS FOR CHILD RESTRAINT ANCHORAGE SYSTEMS TO ENSURE THEIR PROPER LOCATION AND STRENGTH FOR THE EFFECTIVE SECURING OF CHILD RESTRAINTS, TO REDUCE THE LIKELIHOOD OF THE ANCHORAGE SYSTEMS' FAILURE, AND TO INCREASE THE LIKELIHOOD THAT CHILD RESTRAINTS ARE PROPERLY SECURED AND THUS MORE FULLY ACHIEVE THEIR POTENTIAL EFFECTIVENESS IN MOTOR VEHICLES.","DEALERS WILL REMOVE THE MANUAL AIR BAG ON-OFF SWITCH, REPLACE THE OWNER'S MANUAL, AND AFFIX A NEW SUN VISOR AIR BAG WARNING LABEL. THE RECALL BEGAN IN EARLY JANUARY 2007. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -06/02/2005,05V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V244000),"HACKNEY AND SONS, INC.",LICENSE PLATE LAMP/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,329,"CERTAIN TRUCK BODIES AND TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE LIGHT PROJECTION FROM THE LICENSE PLATE LAMP DOES NOT MEET THE STANDARD REQUIREMENTS.",THE LICENSE PLATE WILL NOT BE PROPERLY ILLUMINATED.,"OWNERS WILL BE ASKED TO SEE IF THE SIDE OF THE LICENSE PLATE LAMP FACING THE REAR IS UNPAINTED. IF THE SIDE IS UNPAINTED, HACKNEY WILL FURNISH A REPLACEMENT LICENSE PLATE LAMP AND WILL REIMBURSE THE OWNER A FIXED AMOUNT FOR INSTALLATION LABOR. THE RECALL BEGAN ON JUNE 27, 2005. OWNERS MAY CONTACT HACKNEY AT 1-252-946-6521." -06/02/2005,05V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V250000),"WESTERN RECREATIONAL VEHICLES, INC.",MODULE FAILURE,ELECTRICAL SYSTEM,CSAR 1056,Vehicle,89,"ON CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH VANSCO VMM 2820 MODULES, THE MODULE MAY EXPERIENCE A FAILURE OF ALL OPERATIONAL FUNCTION.","A FAILURE OF THE MODULE WILL RESULT IN THE LOSS OF ENGINE OPERATION. SHOULD THIS OCCUR WHILE THE COACH IS BEING DRIVEN, THE COACH WOULD HAVE TO BE COASTED TO A STOP WITHOUT POWER ASSIST FOR THE STEERING. THE SUDDEN LOSS OF POWER ASSIST COULD RESULT IN THE LOSS OF CONTROL WHICH COULD CAUSE A CRASH.","DEALERS WILL REPLACE THESE MODULES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 28, 2005. OWNERS MAY CONTACT WESTERN RECREATIONAL VEHICLE AT 1-509-853-2940." -06/02/2005,05V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V263000),Newmar Corporation,PRESSURE GAUGE FALSE READING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2127,"ON CERTAIN MOTOR HOMES EQUIPPED WITH AMETEK NGI GAUGES, THE AIR GAUGES ARE NOT PROPERLY CALIBRATED AND THE LOW AIR WARNING INDICATOR MAY BE ACTIVATED WHEN ACTUAL AIR RESERVOIR PRESSURE READINGS ARE BELOW THE FEDERAL MOTOR VEHICLE SAFETY STANDARD REQUIRED RANGE OF 60 TO 65PSI.","THIS MAY CAUSE THE PARKING BRAKE TO ENGAGE WITHOUT WARNING, THUS THROWING THE PASSENGER FORWARD, CREATING THE POTENTIAL FOR INJURY TO OCCUPANTS.",SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL A HARNESS JUMPER CABLE TO EACH AIR SENDER. OWNERS MAY CONTACT SPARTAN AT 800-543-4277 OR NEWMAR AT 574-773-7719. -06/02/2005,05V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V253000),COUNTRY COACH INC,RADIUS ROD SUPPORT BOLTS/PREVOST,STRUCTURE,NR (Not Reported),Vehicle,17,"ON CERTAIN MOTOR HOME SHELLS SUPPLIED BY PREVOST CAR, INC., IT WAS DETERMINED THAT A LARGE QUANTITY OF ANTI-SEIZE COMPOUND WAS USED IN THE MOUNTING OF 3 RADIUS ROD SUPPORTS. THE BOLTS SECURING THE RADIUS ROD SUPPORTS CAN LOOSEN AND COULD COMPLETELY DETACH.","A LOOSE ATTACHMENT SHOULD BE DETECTED AT REGULAR INSPECTIONS. THIS CONDITION WILL CREATE SOME UNUSUAL NOISE AND THE VEHICLE STABILITY WILL DETERIORATE GRADUALLY. IF A ROD IS DETACHED COMPLETELY, IT WILL CREATE A LARGE AMOUNT OF NOISE AND THE VEHICLE STABILITY WILL BE REDUCED. THIS COULD RESULT IN A CRASH.","PREVOST, IN CONJUNCTION WITH COUNTRY COACH, WILL REINSTALL RADIUS ROD SUPPORTS USING LOCTITE PRODUCT ON THE BOLTS. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432 OR COUNTRY COACH AT 1-800-452-8015." -06/02/2005,05V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V245000),"General Motors, LLC",REAR TAIL LAMP ASSEMBLY,EXTERIOR LIGHTING,05052,Vehicle,291652,"ON CERTAIN SEDANS AND WAGONS, THE PLASTIC HOUSING IN THE REAR TAIL LAMP ASSEMBLY CAN BECOME DISTORTED IF THE BRAKE LAMPS REMAIN ON FOR AN EXTENDED TIME.","THIS CAN CAUSE (1) AN INTERMITTENTLY INOPERATIVE BRAKE/TAIL LAMP BULB OR (2) A SHORT CIRCUIT THAT OPENS A FUSE CAUSING INOPERATIVE BRAKE LAMPS (INCLUDING THE CENTER HIGH-MOUNTED STOP LAMP) OR TAIL LAMPS. A FOLLOWING DRIVER MAY NOT KNOW WHEN THE BRAKES HAVE BEEN APPLIED, AND A REAR-END CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL INSTALL TWO NEW TAIL LAMP REINFORCING SOCKET ADAPTERS AND SOCKETS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 17, 2005. OWNERS MAY CONTACT SATURN AT 1-800-972-8876." -06/02/2005,05V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V249000),"Foretravel, Inc.",WINDSHIELD WIPER SYSTEM,VISIBILITY,NR (Not Reported),Vehicle,53,"ON CERTAIN MOTOR HOMES EQUIPPED WITH A DUAL WIPER MOTOR SYSTEM, A CIRCLIP (SNAP RING) WHICH HOLDS EACH ROD END OF THE VARIABLE ARCH LEVER IN PLACE IS MISSING.","THE ROD END BEARING MAY BECOME DETACHED FROM THE ARCH LEVER AND THE DRIVER WIPER ARM CAN STOP MOVING DURING OPERATION. DEPENDING ON THE OCCURRENCE AND WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","OWNERS WILL BE PROVIDED WITH PARTS AND DETAILED INSTRUCTIONS ON INSTALLATION OF THE CIRCLIPS AND HOW TO COMPLETE THE REPAIR. THE RECALL BEGAN ON JUNE 29, 2005. OWNERS MAY CONTACT FORETRAVEL AT 1-936-564-8367." -06/01/2005,05V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V255000),U.S. BUS CORPORATION,"FMVSS 222/30"" WIDE RESTRAINING BARRIER",SEATS,NR (Not Reported),Vehicle,172,"CERTAIN 2004 AND 2005 MY STURDIBUS AND UNIVERSE SCHOOL BUSES. THESE BUSES WERE MANUFACTURED WITH IMPROPER/MISSING WELDS ON THE 30"" WIDE BARRIER SUPPORT WHICH FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","IN THE EVENT OF A FRONTAL CRASH, THE BARRIER MAY FAIL TO PROPERLY RESTRAIN THE FRONT SEATED PASSENGER, POSSIBY RESULTING IN SERIOUS INJURY.","US BUS WILL NOTIFY ITS CUSTOMERS AND WILL VISUALLY INSPECT EACH SUSPECT BARRIER FOR MISSING WELDS AND REPAIR THE BARRIERS AS NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JULY 14, 2006. OWNERS MAY CONTACT US BUS AT 845-357-2510." -06/01/2005,05V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V243000),Skyline Corporation,INCORRECT CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,88,"ON CERTAIN TRAVEL TRAILERS, THE CERTIFICATION LABEL LOCATED ON THE ROAD- SIDE FRONT BOTTOM CORNER OF THE OUTSIDE OF THE TRAILER IS INCORRECT. THE TIRE COLD INFLATION PRESSURE IS INCORRECTLY STATED.","UNDER INFLATION OF THE TIRES CAN LEAD TO RAPID TIRE WEAR AND PREMATURE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","SKYLINE WILL MAIL REPLACEMENT LABELS. THE RECALL BEGAN ON JUNE 8, 2005. OWNERS MAY CONTACT SKYLINE AT 1-800-929-1080." -06/01/2005,05V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V256000),"Yamaha Motor Corporation, USA",PASSENGER SEAT MOUNTING HARDWARE MODIFICATION,SEATS,M2005-010,Vehicle,46000,"ON CERTAIN MOTORCYLES, THE ORIGINAL REPLACEMENT MOUNTING HARDWARE HOLDING THE PASSENGER SEAT TO THE FENDER COULD BREAK IF THE MOUNTING HARDWARE IS OVER TIGHTENED.","IF THE HARDWARE BREAKS, THE PASSENGER SEAT CAN FALL OFF THE REAR FENDER. THE PASSENGER COULD LOSE BALANCE AND FALL, CAUSING SERIOUS INJURY OR DEATH.","OWNERS MAY ALREADY HAVE RECEIVED A LETTER FROM YAMAHA DATED MARCH 3, 2005, ABOUT THIS DEFECT. IN ORDER TO PROVIDE AN IMPROVED REMEDY TO THE REPAIR OF THE PREVIOUS RECALL, YAMAHA IS RECALLING CERTAIN MOTORCYCLES AGAIN. DEALERS WILL REPLACE THE HARDWARE HOLDING THE PASSENGER SEAT TO THE FENDER WITH COMPONENTS OF A DIFFERENT TYPE THAT WILL NOT ALLOW THE SEAT TO FALL OFF. THE RECALL BEGAN ON JUNE 15, 2005. OWNERS MAY CONTACT YAMAHA AT 1-800-88-YAMAHA." -05/31/2005,05V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V252000),"POLARIS INDUSTRIES, INC.",CRACKED CAMSHAFT CHAIN DRIVE SPROCKET,POWER TRAIN,V-05-03,Vehicle,712,"ON CERTAIN MOTORCYCLES, THE CAMSHAFT CHAIN DRIVE SPROCKET LOCATED ON THE CRANKSHAFT MAY HAVE CRACKED UPON INSTALLATION.","IF CRACKS ARE PRESENT, THE SPROCKET MAY FAIL DURING OPERATION. SPROCKET FAILURE COULD CAUSE THE ENGINE TO LOCK UP WHICH COULD RESULT IN LOSS OF OPERATOR CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE LOWER RIGHT ENGINE COVER, INSPECT THE SPROCKET FOR CRACKS, AND REPLACE THE ENGINE OR THE NECESSARY COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 10, 2005. OWNERS MAY CONTACT VICTORY AT 763-417-8650." -05/31/2005,05V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V274000),"Roush Performance Products, Inc.",OCS SENSOR SYSTEM,AIR BAGS,NR (Not Reported),Vehicle,680,"ON CERTAIN ALTERED PASSENGER VEHICLES EQUIPPED WITH ROUSH LEATHER SEAT PACKAGES, THE OCCUPANT CLASSIFICATION SYSTEM (OCS) SENSOR SYSTEM CAN INTERMITTENTLY DEACTIVATE THE PASSENGER AIR BAG AND ILLUMINATE THE DASH DISPLAY SHOWING ""PASSENGER AIRBAG DEACTIVATED"" WHILE THE VEHICLE IS OPERATING.","IN CERTAIN CRASH CONDITIONS, THE PASSENGER'S AIR BAG MAY NOT DEPLOY, INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.","ROUSH IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. ROUSH WILL REPLACE THE PASSENGER SIDE SEAT CUSHION WITH A ""SERVICE PACK."" THE ""SERVICE PACK"" WILL CONTAIN A STOCK SEAT CUSHION AND AN OCS THAT HAS BEEN PROPERLY CALIBRATED FOR THE INSTALLATION OF LEATHER SEAT COVERS. ROUSH WILL THEN RECOVER THE PASSENGER SEAT CUSHION WITH A DIFFERENT LEATHER, AND WILL ALSO MODIFY THE DRIVER'S SIDE SEAT CUSHION WITH A MATCHING FOAM AND LEATHER FOR ASESTHETIC REASONS. THE RECALL BEGAN ON SEPTEMBER 6, 2005. OWNERS MAY CONTACT ROUSH AT 1-800-597-6874." -05/31/2005,05E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E039000),Hillsboro Industries,TONGUE SEPARATION,EQUIPMENT,NR (Not Reported),Equipment,3,CERTAIN HILLSBORO ENDURA CARGO HAULERS. CRACKS MAY INITIATE IN THE TONGUE CHANNEL AT THE WELD TO THE FRONT BODY WALL. THE CRACKS CAN PROPERGATE RESULTING IN SEPARATION OF THE COUPLER ASSEMBLY FROM THE TRAILER.,TRAILER SEPARATION CAN LEAD TO A VEHICLE CRASH POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.,HILLSBORO WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REMEDY FREE OF CHARGE. OWNERS MAY CONTACT HILLSBORO AT 316-947-3127. -05/27/2005,05V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V241000),"Navistar, Inc.",BRAKE PEDAL PUSH ROD,"SERVICE BRAKES, AIR",05513,Vehicle,3288,"ON CERTAIN CHASSIS, TRUCKS, AND TRACTORS EQUIPPED WITH AIR BRAKES, THE PUSH ROD THAT CONNECTS THE BRAKE PEDAL TO THE BRAKE VALVE WAS MANUFACTURED INCORRECTLY AND COULD BREAK UNDER CERTAIN LOADING CONDITIONS.","IF THIS PUSH ROD BREAKS WHILE A VEHICLE IS IN OPERATION, A PARTIAL LOSS OF SERVICE BRAKING MAY BE EXPERIENCED. THIS COULD RESULT IN A VEHICLE CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE PUSH RODS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 3, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -05/27/2005,05V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V242000),Newell Coach Corp.,BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,71,"ON CERTAIN MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR NEWELL AT 1-918-542-3344. -05/25/2005,05V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V240000),"Hino Motors Sales U.S.A., Inc.",BRAKE AIR LINE,"SERVICE BRAKES, AIR",M0010,Vehicle,262,"ON CERTAIN TRUCK CAB AND CHASSIS VEHICLES, A BRAKE AIR LINE COULD BECOME DISCONNECTED.","THIS COULD CAUSE A DECREASE OF BRAKING ABILITY OR THE PARKING BRAKE TO APPLY WITHOUT BEING ACTIVATED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT EACH VEHICLE AND CHECK THE TORQUE ON THE NUTS. IF THE NUTS ARE NOT TORQUED PROPERLY, THEY WILL BE TIGHTENED TO THE PROPER SPECIFICATION. THE RECALL BEGAN ON JUNE 4, 2005. OWNERS MAY CONTACT HINO AT 1-248-648-6400." -05/24/2005,05E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E037000),"AMERICAN SUPERLITE, INC.","FMVSS 108/4"" ROUND STOP/TURN/TAIL LAMPS/PHOTOMETRI",EXTERIOR LIGHTING,40200RC,Equipment,1200,"CERTAIN AMERICAN SUPERLITE 4"" ROUND STOP, TURN, AND TAIL LAMPS, MODEL NO. SL4000.","THESE LIGHTS FAIL THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",ALL THE AFFECTED LAMPS HAVE BEEN RETURNED TO THE COMPANY. -05/20/2005,05V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V230000),"WESTERN RECREATIONAL VEHICLES, INC.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,111,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR WESTERN RECREATIONAL VEHICLES AT 1-800-685-4298. -05/20/2005,05V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V231000),AMERICAN CARRIAGE INC.,BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,7,"ON CERTAIN BUSES BUILT ON PREVOST CHASSIS AND EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR AMERICAN CARRIAGE AT 1-800-631-0951. -05/20/2005,05V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V238000),Skyline Corporation,CROSS MEMBER AND GOOSENECK SUPPORT,TRAILER HITCHES,NR (Not Reported),Vehicle,9,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS, THERE IS INADEQUATE SUPPORT IN THE FRONT C-CHANNEL CROSS MEMBERS AND GOOSENECK WHICH COULD CAUSE THE FIBERGLASS CAP TO BE DAMAGED AND/OR THE FRONT CROSS MEMBER TO BUCKLE OR BOW.","IF THE CROSS MEMBER BUCKLED OR BOWED ON THE TRAILER WHILE BEING TOWED, A CRASH COULD OCCUR.","SKYLINE WILL RETURN THE UNITS TO THE FACTORY AT ITS EXPENSE, REPLACE THE 7-GAUGE C-CHANNEL CROSS MEMBER WITH A TUBE STEEL CROSS MEMBER AND RETURN THE UNITS TO THE OWNERS. THE RECALL BEGAN ON MAY 31, 2005. OWNERS MAY CONTACT SKYLINE AT 1-800-929-1080." -05/20/2005,05V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V233000),"Big Dog Motorcycles, LLC",FRONT FENDER BRACKET,STRUCTURE,NR (Not Reported),Vehicle,180,"ON CERTAIN MOTORCYCLES, THE FRONT FENDER BRACKETS COULD FAIL ALLOWING THE FRONT FENDER TO DETACH.","IF THIS CONDITION OCCURS, A CRASH COULD OCCUR WITHOUT ANY PRIOR WARNING.","DEALERS WILL REPLACE THE FRONT FENDER BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON MAY 31, 2005. THIS RECALL CAMPAIGN HAS BEEN SUPERSEDED BY 06V122." -05/20/2005,05V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V235000),Skyline Corporation,INCORRECT CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,213,"ON CERTAIN TRAVEL TRAILERS, THE CERTIFICATION LABEL HAS INCORRECT INFORMATION. THE WRONG TIRE BRAND, TIRE SIZE AND COLD INFLATION PRESSURE IS SHOWN.","UNDER-INFLATION OF THE TIRES CAN LEAD TO RAPID TIRE WEAR AND PREMATURE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL SEND REPLACEMENT LABELS ALONG WITH INSTRUCTIONS. THE RECALL BEGAN ON MAY 27, 2005. OWNERS MAY CONTACT SKYLINE AT 1-800-736-2573." -05/20/2005,05V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V239000),Blue Bird Body Company,STOP ARM MALFUNCTIONS,OTHER,R05JV,Vehicle,8894,"CERTAIN SCHOOL BUSES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE STOP ARM SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 12, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -05/20/2005,05V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V251000),Blue Bird Body Company,STOP ARM MALFUNCTIONS,OTHER,R05JW,Vehicle,3121,"CERTAIN BLUE BIRD 2002 THROUGH 2006 MY ALL AMERICAN, CONVENTIONAL, MINIBIRD, MICROBIRD, VISION, AND TC2000 SCHOOL BUSES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN STATES OTHER THAN THE FOLLOWING STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW MEXICO, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, TENNESSEE, UTAH, VERMONT, VIRGINIA, WASHINGTON, WEST VIRGINIA, WISCONSIN, WYOMING, AND THE DISTRICT OF COLUMBIA. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING MOTORISTS SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.","BLUE BIRD WILL NOTIFY ALL ITS CUSTOMERS OF THIS CAMPAIGN. FOR THOSE BUSES OPERATED IN OR NEAR ANY OF THE STATES LISTED ABOVE, BLUE BIRD IS ENCOURAGING THE BUS OWNERS TO OBTAIN THE REPLACEMENT SWITCH. FOR THOSE BUSES OPERATED IN THE WARMER STATES, BLUE BIRD WILL REPLACE THE SWITCH UPON OWNER REQUEST. FOR THOSE CUSTOMERS WHO REQUEST THE REMEDY, BLUE BIRD WILL REPLACE THE ORIGINAL SWITCH WITH A SWITCH PACK THAT IS NOT SENSITIVE TO EXTREME COLD WEATHER AND WILL INSPECT TO ENSURE THE MICROSWITCH HEATER WIRING IS PROPERLY CONNECTED. THE SAFETY IMPROVEMENT CAMPAIGN BEGAN ON AUGUST 12, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -05/19/2005,05V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V237000),PACCAR Incorporated,AIRGLIDE HIGH-ARTICULATION REAR SUSPENSION,SUSPENSION,05KW4,Vehicle,850,"ON CERTAIN TRUCKS AND TRACTORS EQUIPPED WITH AIRGLIDE HIGH-ARTICULATION REAR SUSPENSIONS, THE C65-1006 SWAY BAR USED IN THIS REAR SUSPENSION MAY EXPERIENCE A REDUCTION IN FATIGUE LIFE DUE TO EITHER A MANUFACTURING PROCESS OR A HIGH INDUCED STRESS DURING AN EXTREME SUSPENSION ARTICULATION EVENT.","BOTH OF THESE CONDITIONS CAN LEAD TO A FAILURE OF THE SWAY BAR WHICH COULD CAUSE THE REAR AXLE TO COME LOOSE, INCREASING THE RISK OF A CRASH.","THE INSPECTION AND REPAIR OF THESE VEHICLES WILL DEPEND ON THE TYPE OF VEHICLE (TRACTOR OR TRUCK) AND THE INTENDED SERVICE APPLICATION. THIS INSPECTION AND REPAIR CRITERIA WILL BE FORTHCOMING. THE RECALL BEGAN ON JUNE 30, 2005. OWNERS MAY CONTACT KENWORTH AT 1-425-828-5440." -05/19/2005,05V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V236000),"SAAB CARS USA, INC.",BRAKE BOOSTER VACUUM PIPE CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",15019 / 05057,Vehicle,68654,"CERTAIN SPORT SEDAN AND CONVERTIBLE PASSENGER VEHICLES WERE PRODUCED WITH A VACUUM PIPE CHECK VALVE FOR THE BRAKE BOOSTER THAT MAY FAIL FROM EXPOSURE TO ELEVATED TEMPERATURES. THIS COULD RESULT IN SUDDEN LOSS OF POWER BRAKE ASSIST, USUALLY WITH LITTLE OR NO WARNING.","IF THIS CONDITION WERE TO OCCUR WHEN MINIMUM STOPPING DISTANCE IS REQUIRED, A CRASH COULD OCCUR.","DEALERS WILL INSTALL A NEW REDESIGNED CHECK VALVE. THE RECALL BEGAN ON MARCH 17, 2006. OWNERS SHOULD CONTACT SAAB AT 1-800-955-9007." -05/19/2005,05V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V234000),"Forest River, Inc.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,,"ON CERTAIN MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR FOREST RIVER AT 574-522-1583. -05/19/2005,05E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E036000),"VEMAR HELMETS, SRL.",FMVSS 218/MOTORCYCLE HELMETS/PENETRATION,EQUIPMENT,NR (Not Reported),Equipment,4257,"CERTAIN VEMAR MOTORCYCLE HELMETS, MODELS VRX3, VSS, AND VSX, SIZES XS, S, M, L, XL. THESE HELMETS FAIL THE PENETRATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A VEHICLE CRASH, THE HELMET COULD BE PENETRATED, POSSIBLY RESULTING INJURY TO THE WEARER.",VEMAR WILL NOTIFY ITS CUSTOMERS AND WILL REPAIR THE HELMET BY ADDING A LAYER OF MATERIAL IN THE CROWN AREA FREE OF CHARGE. THE MANUFACTURER HAS NOT YET PROVIDED A NOTIFICATION AND REMEDY SCHEDULE. -05/19/2005,05V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V232000),Kia Motors America,REAR WHEEL BEARING DAMAGE,WHEELS,SC-049,Vehicle,37358,"ON CERTAIN MINI VANS EQUIPPED WITH ALLOY WHEELS, MOISTURE CAN ACCUMULATE AROUND THE REAR HUB CAPS CAUSING DAMAGE TO THE OUTER WHEEL BEARING.",WHEEL BEARING FAILURE MAY OCCUR WITHOUT WARNING WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE REAR HUB CAPS FREE OF CHARGE. UPON INSPECTION, SOME VEHICLES WILL ALSO REQUIRE REPLACEMENT OF THE REAR OUTER BEARINGS AND/OR HUB ASSEMBLY. THE RECALL BEGAN ON JUNE 13, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -05/18/2005,05E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E034000),"Helmet City, Inc.",FMVSS 218/INSUFFICIENT STITCHING OF THE EAR FLAP,EQUIPMENT,NR (Not Reported),Equipment,36855,"ALL SIZES OF THE MOTORCYCLE HELMET, MODELS #100 AND #100G, MANUFACTURED BY HELMET CITY (HCI) BETWEEN OCTOBER 1, 2004, AND APRIL 29, 2005. THESE HELMETS FAIL THE RETENTION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS. THE STITCHING ON THE RIGHT SIDE EAR FLAP IS INSUFFICIENT.","IN THE EVENT OF A CRASH, THE EAR FLAP CAN RIP, LEAVING THE WEARER UNPROTECTED, POSSIBLY RESULTING IN HEAD INJURIES.","HCI WILL NOTIFY ITS CUSTOMERS AND REPAIR THE HELMETS BY ADDING ADDITIONAL STITCHING. THE RECALL BEGAN ON JUNE 20, 2005. OWNERS MAY CONTACT HCI AT 888-550-3731." -05/17/2005,05V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V225000),Toyota Motor Engineering & Manufacturing,BALL JOINT FAILURE,SUSPENSION,50J,Vehicle,768379,"ON CERTAIN SPORT UTILITY VEHICLES, DUE TO A MANUFACTURING ISSUE IN THE FRONT SUSPENSION LOWER BALL JOINT, THERE IS A POSSIBILITY THAT THE SURFACE OF THE BALL OF THE JOINT MAY HAVE BEEN SCRATCHED. THE BALL JOINT MAY EVENTUALLY EXPERIENCE EXCESSIVE WEAR AND LOOSENESS, RESULTING IN INCREASED STEERING EFFORT.",THE LOWER BALL JOINT MAY SEPARATE FROM THE KNUCKLE CAUSING LOSS OF STEERING CONTROL AND A CRASH COULD OCCUR.,"DEALERS WILL REPLACE THE FRONT SUSPENSION LOWER BALL JOINTS FREE OF CHARGE. THE RECALL BEGAN ON JULY 5, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -05/17/2005,05V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V228000),Daimler Coaches North America,FMVSS 101/PARKING BRAKE INDICATOR LAMP,PARKING BRAKE,NR (Not Reported),Vehicle,317,"CERTAIN (36-58 PASSENGER) MOTOR COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS."" THE PARKING BRAKE INDICATOR LAMP ILLUMINATES IN GREEN AND NOT RED, WHEN THE PARKING BRAKE IS ENGAGED.",ILLUMINATION IN RED IS REQUIRED BY THE APPLICABLE STANDARD.,"DEALERS WILL INSTALL APPROPRIATE SOFTWARE TO CHANGE THE COLOR OF THE PARKING BRAKE INDICATOR LAMP FROM GREEN TO RED FREE OF CHARGE. THE RECALL BEGAN ON MAY 24, 2005. OWNERS MAY CONTACT SETRA AT 1-800-882-8054." -05/17/2005,05E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E038000),Specialty Manufacturing Co.,REPLACEMENT STOP ARMS MALFUNCTION,EQUIPMENT,NR (Not Reported),Equipment,2680,"SPECIALTY MANUFACTURING (SMC) 5-SERIES STOPS ARMS MANUFACTURED BETWEEN JANUARY 7, 2002, AND FEBRUARY 25, 2005, AND SOLD FOR USE AS REPLACEMENT PARTS FOR VARIOUS SCHOOL BUSES. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING VEHICLES SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.",SMC WILL NOTIFY ITS CUSTOMERS AND REPAIR THE STOP ARMS WITH A REPLACEMENT SWITCH PACK THAT INCLUDES SWITCHES THAT ARE NOT AS SENSITIVE TO EXTREME COLD WEATHER. THE RECALL IS EXPECTED TO BEGIN DURING MAY/JUNE 2005. OWNERS MAY CONTACT SMC AT CUSTOMER CENTER AT 1-800-951-7867. -05/16/2005,05E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E035000),Honda (American Honda Motor Co.),DEALER ACCESSORY TRAILER HARNESS KIT,EQUIPMENT,NR (Not Reported),Equipment,14967,"CERTAIN HONDA ACCESSORY TRAILER HARNESS KIT, P/N 08L91-SCV-102, MANUFACTURED BETWEEN NOVEMBER 24 AND DECEMBER 18, 2004, SOLD FOR USE ON MY 2005 HONDA ELEMENT VEHICLES MANUFACTURED BETWEEN DECEMBER 20, 2004, AND APRIL 29, 2005. THE WIRE HARNESS OF THE TRAILER HITCH KIT HAS AN INCORRECTLY WIRED CONNECTOR. AS A RESULT, THE TRAILER BRAKE LAMPS AND TURN SIGNAL LAMPS COULD OPERATE INCORRECTLY, OR A FUSE COULD BLOW CAUSING A SUDDEN LOSS OF BRAKE AND TURN SIGNAL LAMP FUNCTION.","IMPROPER SIGNALING OR A LOSS OF TRAILER WARNING LAMP FUNCTION WITHOUT WARNING COULD CAUSE A VEHICLE CRASH, POSSIBLY RESULTING IN INJURIES.","HONDA WILL NOTIFY ITS CUSTOMERS AND INSTRUCT THEM TO BRING THEIR VEHICLE TO A HONDA DEALER. THE DEALER WILL CORRECT THE CONNECTOR WIRING FREE OF CHARGE. THE RECALL BEGAN ON MAY 17, 2005. OWNERS MAY CONTACT HONDA AT 310-783-2000." -05/16/2005,05V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V226000),"Eldorado National- California, Inc.",INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13,"CERTAIN TRANSIT BUSES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS)NOS. 101 ""CONTROLS AND DISPLAYS"" AND 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE INCORRECT SOFTWARE PROGRAMMED INTO THE INSTRUMENT PANEL CLUSTER SUCH THAT CERTAIN DRIVER WARNINGS REQUIRED BY FMVSS 101 AND 105 ARE NOT DISPLAYED. AS A RESULT OF THIS INCORRECT SOFTWARE, THE INSTRUMENT PANEL CLUSTER MAY FAIL TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURE CODES.",DRIVERS WOULD NOT BE WARNED OF BRAKE SYSTEM FAILURES.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT WORKHORSE AT 1-877-246-7731 OR ELDORADO AT 909-591-9557. -05/16/2005,05V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V224000),"Mercedes-Benz USA, LLC",POWER STEERING HOSE CLAMP,STEERING,2005 050004,Vehicle,7191,"ON CERTAIN PASSENGER VEHICLES, A HOSE CLAMP THAT SECURES THE POWER STEERING FLUID COOLING HOSE TO THE POWER STEERING FLUID COOLER MAY NOT PROVIDE SUFFICIENT CLAMPING FORCE FOR THIS CONNECTION.",A LOSS OF POWER STEERING FLUID CAN DAMAGE THE POWER STEERING PUMP AND MAY RESULT IN DIMINISHED POWER ASSIST FOR STEERING WHICH COULD LEAD TO A CRASH.,"DEALERS WILL REPLACE THE POWER STEERING HOSE CLAMP FREE OF CHARGE. THE RECALL BEGAN ON MAY 17, 2005. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -05/16/2005,05V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V227000),Toyota Motor Engineering & Manufacturing,STEERING COLUMN ASSEMBLY,STEERING,SSC 50F,Vehicle,4855,"ON CERTAIN PASSENGER VEHICLES, THE STEERING YOKE WAS NOT WELDED TO THE STEERING SHAFT. IF THE VEHICLE IS OPERATED IN THIS CONDITION, THERE IS A POSSIBILITY THAT THE YOKE MAY COME OFF FROM THE SHAFT, AND COULD RESULT IN A LOSS OF VEHICLE STEERING CONTROL.",LOSS OF CONTROL OF THE VEHICLE COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE STEERING YOKE AND SHAFT WELD CONDITION, AND REPLACE THE STEERING COLUMN ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON MAY 2, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -05/13/2005,05V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V221000),Ducati North America,AIR BOX BREATHER HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,622,"ON CERTAIN MOTORCYCLES, THE AIR BOX BREATHER HOSE MAY COME IN CONTACT WITH THE HORIZONTAL CYLINDER EXHAUST PIPE.",THIS WILL CREATE A POTENTIAL FIRE HAZARD.,"DEALERS WILL SHORTEN THE AIR BOX BREATHER HOSE SECURING IT AWAY FROM THE HORIZONTAL CYLINDER EXHAUST PIPE FREE OF CHARGE. THE RECALL BEGAN ON JUNE 1, 2005. OWNERS MAY CONTACT DUCATI AT 408-253-0499." -05/13/2005,05V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V218000),Crane Carrier Company,AIR BRAKE SYSTEMS/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,131,"CERTAIN MOBILE DRILL RIG CAB AND CHASSIS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' ON CERTAIN VEHICLES BUILT WITH 4 AND 5 AXLE CONFIGURATION WITH GROSS VEHICLE WEIGHT RATINGS OF 80,000 TO 120,000 POUNDS, DURING TESTING THE AIR BRAKE SYSTEM THAT RELATES TO APPLICATION TIMING, RELEASE TIMING AND RESERVOIR VOLUME DID NOT PASS THE TEST RESULTS.","THE VEHICLE COULD EXPERIENCE REDUCED BRAKING PERFORMANCE AS A RESULT. IF THIS WARNING IS NOT HEEDED, A VEHICLE CRASH COULD OCCUR.","SELECT FITTINGS, HOSES AND ONE RESERVOIR IN THE AIR BRAKE SYSTEM WILL BE REPLACED. CRANE CARRIER WILL SUPPLY ALL NECESSARY PARTS AND INSTALLATION INSTRUCTIONS AND WILL REIMBURSE THE REPAIRING FACILITY. THE RECALL BEGAN ON MAY 26, 2005. OWNERS MAY CONTACT CRANE AT 918-832-7305." -05/13/2005,05V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V222000),"ALFA LEISURE,INC.",BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,320,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR ALFA LEISURE AT 1-800-373-3372. -05/13/2005,05V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V223000),MONACO COACH CORPORATION,BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,1606,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,DEALERS WILL REPLACE THE COMBUSTION CHAMBERS (BURNER TUBES) WITH A NEW ONE FREE OF CHARGE. OWNERS MAY CONTACT MONACO AT 1-800-685-6545. -05/13/2005,05V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V219000),Ducati North America,INCORRECT REAR SHOCK ABSORBER ARM,SUSPENSION,NR (Not Reported),Vehicle,117,"ON CERTAIN MOTORCYCLES, THE INCORRECT REAR SHOCK ABSORBER ROCKER ARM WAS INSTALLED DURING PRODUCTION.",THE INCORRECT COMPONENT COULD POTENTIALLY FAIL CAUSING THE VEHICLE TO CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT THE REAR SHOCK ABSORBER ROCKER ARM AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON JUNE 15, 2005. OWNERS MAY CONTACT DUCATI AT 408-253-0499." -05/12/2005,05V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V214000),"Accubuilt, Inc.",BATTERY WIRING/MOBILITY LIFT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,51,"ON CERTAIN HANDICAP ACCESSIBLE VANS BUILT ON FORD E350 CHASSIS WITH 6.0L DIESEL ENGINES, ACCUBUILT ADDS AN ADDITIONAL POSITIVE LEAD WIRE FROM THE DUAL VEHICLE BATTERIES TO THE MOBILITY LIFT FOR OPERATING POWER. THE END CONNECTIONS FOR THE ADDED POWER WIRE CAN BECOME CORRODED WHICH CAN CAUSE INCREASED HEAT GENERATION IN THE WIRE AND CAN MELT THE PLASTIC COATING AND/OR THE PLASTIC CORRUGATED PROTECTIVE SHEATHING.",HEAT GENERATION COULD POTENTIALLY MELT THE WIRE TO CONNECTOR JOINT AND A FIRE COULD OCCUR WITHOUT PRIOR WARNING.,"THE MANUFACTURER HAS NOT YET PROVIDED A REMEDY FOR THIS CAMPAIGN. THE RECALL IS EXPECTED TO BEGIN ON MAY 31, 2005. OWNERS MAY CONTACT ACCUBUILT AT 419-222-8608." -05/12/2005,05V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V216000),"FLEETWOOD ENTERPRISES, INC.",BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,186,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR FLEETWOOD AT 1-800-322-8216. -05/12/2005,05V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V215000),Crossroads RV,CROSSROADS/WHEEL CRACKS/RFD,WHEELS,NR (Not Reported),Vehicle,131,"ON CERTAIN TRAILERS EQUIPPED WITH RFD WHEELS, THERE IS A DEFECTIVE WELD OF THE WHEELS' CENTER HUB TO THE WHEEL'S RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,RFD COMPONENTS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT RFD COMPONENTS AT 574-295-3939 OR CROSSROADS AT 260-593-2866. -05/12/2005,05V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V217000),"Navistar, Inc.",FRACTURE SUSPENSION BEAM/HOLLAND/NEWAY,SUSPENSION,05512,Vehicle,26,"CERTAIN TRUCKS EQUIPPED WITH HOLLAND/NEWAY AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTING MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON JULY 8, 2005. OWNERS MAY CONTACT INTERNATIONAL TRUCKS AT 1-800-448-7825." -05/12/2005,05V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V220000),Pierce Manufacturing,FRACTURE SUSPENSION BEAM/HOLLAND/NEWAY,SUSPENSION,NR (Not Reported),Vehicle,49,"CERTAIN FIRE TRUCKS EQUIPPED WITH HOLLAND/NEWAY AIR SUSPENSION SYSTEMS, A TRANSVERSE BEAM CASTINGS MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION?S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,HOLLAND IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES FREE OF CHARGE. OWNERS MAY CONTACT HOLLAND AT 616-396-6501 OR PIERCE AT 1-888-974-3723. -05/10/2005,05V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V229000),Daimler Coaches North America,PARKING BRAKE INDICATOR LIGHT,PARKING BRAKE,NR (Not Reported),Vehicle,317,"ON CERTAIN 36-58 PASSENGER MOTOR COACHES, THE PARKING BRAKE INDICATOR LIGHT ON THE DASHBOARD MAY ILLUMINATE IN LIMITED CIRCUMSTANCES EVEN THOUGH THE PARKING BRAKE IS NOT ENGAGED.","THE DRIVER MAY MISINTERPRET THE SIGNAL AND WRONGLY ASSUME THE PARKING BRAKE IS ENGAGED. THE VEHICLE COULD ROLL UNAWARE, WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE PARKING BRAKE PRESSURE SWITCH FREE OF CHARGE. THE RECALL ON MAY 24, 2005. OWNERS MAY CONTRACT SETRA AT 1-800-882-8054." -05/10/2005,05E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E032000),Specialty Manufacturing Co.,STOP ARM MALFUNCTION,EQUIPMENT,NR (Not Reported),Equipment,79736,"CERTAIN SPECIALTY MANUFACTURING (SMC) 5-SERIES STOPS ARMS MANUFACTURED BETWEEN JANUARY 7, 2002, AND FEBRUARY 25, 2005, AND SOLD FOR USE ON VARIOUS SCHOOL BUSES. IN EXTREMELY COLD WEATHER, THE MICROSWITCHES USED INTERNALLY TO POSITION THE SIGN IN THE OPEN AND CLOSED POSITIONS MAY MALFUNCTION, CAUSING THE SIGN TO OPEN OR CLOSE IN AN IMPROPER POSITION, OR TO NOT OPEN AT ALL.","SHOULD THE STOP ARM NOT PERFORM PROPERLY, A CHILD OR PEDESTRIAN MAY BE ENDANGERED BY PASSING MOTORISTS SHOULD THE MOTORIST NOT STOP AT THE CORRECT LOCATION.",THIS RECALL COVERS THE ORIGINAL EQUIPMENT AND EACH VEHICLE MANUFACTURER WILL CONDUCT ITS OWN CAMPAIGN. -05/09/2005,05V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V209000),COUNTRY COACH INC,BURNER TUBES /VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,282,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR COUNTRY COACH AT 1-800-547-8015. -05/09/2005,05V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V206000),Ford Motor Company,DASH OUTER SOUND INSULATOR,ELECTRICAL SYSTEM,05S32,Vehicle,132800,"ON CERTAIN POLICE INTERCEPTORS (CVPI) AND COMMERCIAL HEAVY DUTY (TAXI) VEHICLES, AT EXTREMELY HIGH OPERATING TEMPERATURES, THE SOUND INSULATING PANEL, LOCATED UNDER THE VEHICLE POSITIONED BETWEEN THE EXHAUST SYSTEM AND THE UNDERBODY, COULD SAG AND POSSIBLY CONTACT THE SURFACE OF THE CATALYTIC CONVERTER.","IF THIS OCCURS, THE INSULATOR MIGHT EXPERIENCE CHARRING OF THE OUTER LAYER, BURNING ODOR, OR SMOKE WHICH MAY ULTIMATELY RESULT IN A FIRE.","DEALERS WILL REMOVE THE EXISTING DASH INSULATOR AND INSTALL A REVISED DESIGN INSULATOR PAD FREE OF CHARGE. THE RECALL BEGAN ON JUNE 3, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -05/09/2005,05V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V210000),"VAN HOOL, N.V. (*)",EMERGENCY WINDOW LATCHING SYSTEM,LATCHES/LOCKS/LINKAGES,WG 902.036,Vehicle,150,"CERTAIN MOTOR COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" A MISMATCHING OF THE EMERGENCY WINDOW LATCHING COMPONENTS. THE EMERGENCY WINDOW LATCHING SYSTEM MAY HAVE BEEN MANUFACTURED WITH A CATCH THAT IS INAPPROPRIATE FOR THE LATCHING SYSTEM.",THE MISMATCH COULD MAKE THE WINDOW OPEN PREMATURELY OR INADVERTENTLY IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE MISMATCHED EMERGENCY WINDOW LATCHING COMPONENTS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 7, 2005. OWNERS MAY CONTACT VAN HOOL AT 877-427-7278." -05/09/2005,05V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V211000),Blue Bird Body Company,FMVSS 222/INCORRECT SEAT SPACING,SEATS,R05JU,Vehicle,8,"CERTAIN MY 2006 BLUE BIRD ALL AMERICAN AND VISION SCHOOL BUSES MANUFACTURED BETWEEN FEBRUARY 9 AND APRIL 15, 2005. SEAT SPACING IN FRONT OF THE SIDE EMERGENCY DOOR FLIP UP SEAT EXCEEDS THE MAXIMUM ALLOWED SPACING AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.",,"ALL THE AFFECTED BUSES HAVE BEEN REPAIRED BY BLUE BIRD DISTRIBUTORS. THEREFORE, IT WILL NOT BE NECESSARY FOR BLUE BIRD TO MAIL OUT OWNER NOTIFICATION LETTERS TO CUSTOMERS." -05/09/2005,05C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05C004000),"Britax Child Safety, Inc.",LOOSE HARNESS,CHILD SEAT,BCS# 050501,Child Seat,11439,"CERTAIN BRITAX SUPER ELITE CHILD RESTRAINT SYSTEMS, MODEL E9031, MANUFACTURED BETWEEN APRIL 2001 AND AUGUST 2002. THE ADJUSTER ASSEMBLY CAN STICK IN THE OPEN POSITION WHICH MAY RESULT IN A LOOSE HARNESS.","IF THE HARNESS IS LOOSE WHILE IN OPERATION, THE CHILD MAY NOT BE PROPERLY PROTECTED IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY.","PARTS ARE NOW AVAILABLE. REGISTERED OWNERS WILL AUTOMATICALLY BE SENT A REPAIR KIT ALONG WITH REPAIR INSTRUCTIONS. IN THE MEANTIME, CUSTOMERS SHOULD CONTINUE TO USE THE SEAT BUT CHECK THAT THE HARNESS IS SECURE BEFORE EACH USE. THE RECALL BEGAN ON JUNE 24, 2005. OWNERS MAY CONTACT BRITAX TOLL FREE AT 800-683-2045 OR VISIT BRITAX'S WEBSITE AT WWW.BRITAXUSA.COM." -05/06/2005,05V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V201000),Keystone RV Company,ALUMINUM WHEELS/TREDIT,WHEELS,06-057,Vehicle,174,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH TREDIT WHEELS, THE WHEELS MAY DEVELOP A SEPARATION AT THE WELD BETWEEN THE CENTER PORTION OF THE WHEEL AND THE OUTER RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE STEEL WHEELS WITH ALUMINUM WHEELS FREE OF CHARGE. THE RECALL BEGAN MAY 9, 2005. OWNERS MAY CONTACT KEYSTONE AT 574-537-3925." -05/06/2005,05V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V204000),Blue Bird Body Company,FMVSS 105/INCORRECT LABEL/HYDRAULIC BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",R05JS,Vehicle,2108,"CERTAIN BLUE BIRD MY 2004-2006 VISION SCHOOL BUSES EQUIPPED WITH HYDRAULIC BRAKES MANUFACTURED BETWEEN MARCH 24, 2003, AND APRIL 25, 2005. THE HYDRAULIC BRAKE DASH WARNING LIGHT WAS INCORRECTLY LABELED WITH THE CANADIAN VERSION WHICH USES SYMBOLS RATHER THAN WORDS AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, HYDRAULIC AND ELECTRIC BRAKE SYSTEMS.","THE ORIGINAL DASH WARNING LIGHT INDICATOR DISPLAYS AN INTERNATIONAL SYMBOL ON THE BRAKE WARNING LIGHT INDICATOR WHEREAS FMVSS 105 REQUIRES THE WORD ""BRAKE"" TO BE DISPLAYED. THE OPERATOR MAY NOT RECOGNIZE THE INTERNATIONAL SYMBOL AS WARNING INDICATING A PROBLEM IN THE HYDRAULIC BRAKE SYSTEM WHICH COULD RESULT IN A VEHICLE CRASH IF THE WARNING IS NOT HEEDED.","BLUE BIRD WILL MAIL REPLACEMENT DECALS WITH CORRECT NOMENCLATURE FOR THE BRAKE DASH WARNING INDICATOR LIGHT. THE RECALL BEGAN JULY 15, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -05/05/2005,05V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V199000),American IronHorse Motorcycle Company,SUSPENSION/SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,199,"ON CERTAIN MOTORCYCLES EQUIPPED WITH SHOCK ABSORBERS MANUFACTURED BY PROGRESSIVE SUSPENSION, INC. THE SHOCK ABSORBERS HAVE A SPRING PLATE ASSEMBLY THAT WAS INSTALLED UPSIDE DOWN RESULTING IN THE SHOCK ABSORBER FAILING TO HOLD THE WEIGHT OF THE MOTORCYCLE AND IN SOME INSTANCES COULD SUDDENLY DECOMPRESS WHILE THE MOTORCYCLE IS IN OPERATION.","SHOCK ABSORBER FAILURE WILL CAUSE THE MOTORCYCLE TO LEAN GREATLY TO THE SIDE OF THE DEFECTIVE SHOCK ABSORBER INCREASING THE RISK OF A CRASH, SERIOUS INJURIES OR DEATH.","DEALERS WILL INSPECT ALL SHOCK ABSORBERS AND REPLACE ALL DEFECTIVE SHOCK ABSORBERS FREE OF CHARGE. THE RECALL BEGAN ON MAY 18, 2005. OWNERS MAY CONTACT AMERICAN IRONHORSE AT 1-888-618-4766." -05/05/2005,05V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V198000),"General Motors, LLC",TURN SIGNAL FAILURE,EXTERIOR LIGHTING,05044,Vehicle,286478,"ON CERTAIN TRUCKS AND SPORT UTILITY VEHICLES, THE DRIVER WISHING TO SIGNAL A TURN BY MOVING THE DIRECTIONAL SIGNAL LEVER, (UP OR DOWN) MAY CAUSE THE FRONT MARKER/TURN LIGHTS AND REAR TURN LIGHTS TO FLASH IN A MANNER SIMILAR TO HAZARD WARNING, RATHER THAN FLASHING ON THE DESIRED SIDE ONLY.","THE DRIVER MAY NOT BE ABLE TO CLEARLY SIGNAL THEIR INTENTIONS TO TURN, CHANGE TRAVEL LANES, OR POTENTIALLY WARN OTHERS OF AN IMPAIRED VEHICLE OPERATING CONDITION INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE SUSPECT FLASHER MODULES WITH A NEW FLASHER MODULE DESIGNED WITH SEALED RELAYS AND MORE DURABLE CONTACT MATERIAL INSIDE OF THE RELAYS FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 4, 2005. ISUZU BEGAN MAILING OWNER LETTERS ON AUGUST 4, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, ISUZU AT 1-800-255-6727, BUICK AT 1-866-608-8080, AND OLDSMOBILE AT 1-800-630-6537." -05/04/2005,05V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V202000),Ford Motor Company,ALUMINUM WHEELS/ACCURIDE,WHEELS,05S031,Vehicle,25,"ON CERTAIN CAB CHASSIS VEHICLES EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON MAY 17, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -05/04/2005,05V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V203000),MID BUS CORPORATION,FMVSS 222/SEAT CUSHION IS TOO WIDE,SEATS,NR (Not Reported),Vehicle,48,"CERTAIN MID BUS MY 2002-2005 GUIDE SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 2002 AND APRIL 30, 2005. THESE BUSES WERE EQUIPPED WITH A BENCH-STYLE SINGLE PASSENGER SEATS HAVING A LOWER CUSHION SURFACE OF 24 INCHES IN WIDTH. THESE SEATS SHOULD HAVE A SEATING SURFACE OF ONLY 22 INCHES FOR A SIGNAL DESIGNATED SEATING POSITION. THESE SEATS DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","THESE SEATS SHOULD HAVE A SEATING SURFACE OF ONLY 22 INCHES WIDE TO HAVE A SINGLE DESIGNATED SEATING POSITION. BECAUSE THE 24 INCH CUSHION IS WIDER THAN 22 INCHES, THE POTENTIAL EXISTS FOR TWO PASSENGERS TO BE SEATED IN THIS SEAT. A SECOND PASSENGER WOULD NOT HAVE AN AVAILABLE SEAT BELT FOR RESTRAINT AND MAY BE INJURED IN A CRASH.","MID BUS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE 24 INCH SEAT CUSHION WITH A 22 INCH SEAT CUSHION FREE OF CHARGE. THE RECALL BEGAN ON MAY 24, 2005. OWNERS MAY CONTACT MID BUS AT 1-877-3358-6055." -05/03/2005,05V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V196000),"NATIONAL RV, INC.",BATTERY FUSE LOCATION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,336,"ON CERTAIN MOTOR HOMES, THE FUSE THAT ISOLATES THE BATTERIES WAS NOT INSTALLED IN THE CORRECT LOCATION, LEAVING THE CABLE UNPROTECTED BETWEEN THE FUSE AND BATTERIES.",THE FUSE ISOLATOR LOCATION PRESENTS A RISK OF A FIRE.,"DEALERS WILL RELOCATE THE FUSE ISOLATOR WITHIN 18"" OF THE BATTERIES, PROTECTING THE CABLE BETWEEN THE FUSE AND BATTERIES FREE OF CHARGE. THE RECALL BEGAN ON JULY 8, 2005. OWNERS MAY CONTACT NATIONAL RV AT 800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -05/03/2005,05V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V193000),"Eldorado National- California, Inc.",ENGINE SURGING/JOHN DEERE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,24,"CERTAIN TRANSIT BUSES EQUIPPED WITH JOHN DEERE 8.1 LITER COMPRESSED NATURAL GAS ENGINES FAIL TO COMPLY WITH THE FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS."" THE ENGINE CONTROL UNIT AND THROTTLE CAN UNEXPECTEDLY SURGE.",A SUDDEN ENGINE SURGE COULD POSSIBLY RESULT IN A VEHICLE CRASH.,JOHN DEERE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT JOHN DEERE AT 1-800-JD-ENGINE OR ELDORADO AT 909-591-9557. -05/03/2005,05E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E033000),"EQUISTAR CHEMICALS, LP",FMVSS 116/BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,,"CERTAIN EQUISTAR CHEMICALS DOT 3 BRAKE FLUID, LOT 638, SOLD AS AFTERMARKET BRAKE FLUID FOR PASSENGER VEHICLES. THE BRAKE FLUID CONTAINED IN THIS LOT FAIL TO CONFORM TO THE CORROSION REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, MOTOR VEHICLE BRAKE FLUIDS.","SHOULD THE BRAKE FLUID BECOME CORRODED, IT COULD INCREASE STOPPING DISTANCE.","EQUISTAR HAS NOTIFIED ITS CUSTOMERS AND WILL REPLACE THE BRAKE FLUID. THE RECALL BEGAN APRIL 27, 2005." -05/03/2005,05V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V197000),"INDIANA PHOENIX, INC.",FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,46,"ON CERTAIN HEAVY DUTY CLASS 8 FRONT DISCHARGE CONCRETE TRUCKS EQUIPPED WITH HOLLAND SUSPENSION, THE SUSPENSION HAS TRANSVERSE BEAM CASTINGS THAT MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY, THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS COULD CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"HOLLAND, IN CONJUNCTION WITH INDIANA PHOENIX, WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES FREE OF CHARGE. OWNERS SHOULD CONTACT HOLLAND USA AT 1-616-396-6501 OR INDIANA PHOENIX AT 260-897-4397." -05/03/2005,05V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V212000),Kia Motors America,FUEL LEAK O-RING/FUEL TANK,"FUEL SYSTEM, GASOLINE",SC-048,Vehicle,10360,"ON CERTAIN SPORT UTILITY VEHICLES, FUEL MAY LEAK FROM THE O-RING INTO THE INTERNAL VAPOR CHAMBER LOCATED IN THE FUEL TANK AT FULL TANK CONDITIONS.","THE ENGINE MAY STALL WHEN COMING TO A STOP. IT WILL BE HARD TO FILL THE GAS TANK AND EXTERNAL FUEL MAY LEAK FROM THE EVAPORATIVE AIR FILTER INLET. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND REPLACE THE FUEL TANK AND REPLACE THE CHARCOAL CANISTER FREE OF CHARGE. THE RECALL BEGAN ON MAY 31, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -05/03/2005,05V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V195000),"Dutchmen Manufacturing, Inc.",WHEEL CRACKS/RFD,WHEELS,NR (Not Reported),Vehicle,434,"ON CERTAIN MOTOR HOMES EQUIPPED WITH RFD WHEELS, THERE IS A DEFECTIVE WELD OF THE WHEELS' CENTER HUB TO THE WHEEL'S RIM.",THIS COULD RESULT IN A WHEEL SEPARATION INCREASING THE RISK OF A CRASH.,RFD COMPONENTS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT RFD COMPONENTS AT 574-295-3939 OR DUTCHMEN AT 574-534-1224. -05/02/2005,05V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V192000),Collins Bus Corporation,FMVSS 222/SEAT CUSHION IS TOO WIDE,SEATS,NR (Not Reported),Vehicle,272,"CERTAIN COLLINS MY 2002-2005 BANTAM, SUPER BANTAM, AND GRAND BANTAM MODEL SCHOOL BUSES MANUFACTURED BETWEEN APRIL 22, 2002, AND APRIL 27, 2005. THESE BUSES WERE EQUIPPED WITH A BENCH-STYLE SINGLE PASSENGER SEATS HAVING A LOWER CUSHION SURFACE OF 24 INCHES IN WIDTH. THESE SEATS SHOULD HAVE A SEATING SURFACE OF ONLY 22 INCHES FOR A SIGNAL DESIGNATED SEATING POSITION. THESE SEATS DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.","THESE SEATS SHOULD HAVE A SEATING SURFACE OF ONLY 22 INCHES WIDE TO HAVE A SINGLE DESIGNATED SEATING POSITION. BECAUSE THE 24 INCH CUSHION IS WIDER THAN 22 INCHES, THE POTENTIAL EXISTS FOR TWO PASSENGERS TO BE SEATED IN THIS SEAT. A SECOND PASSENGER WOULD NOT HAVE AN AVAILABLE SEAT BELT FOR RESTRAINT AND MAY BE INJURED IN A CRASH.","COLLINS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE 24 INCH SEAT CUSHION WITH A 22 INCH SEAT CUSHION FREE OF CHARGE. THE RECALL BEGAN APRIL 29, 2005. OWNERS MAY CONTACT COLLINS CUSTOMER SERVICE AT 1-800-533-1850." -05/02/2005,05V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V194000),Eldorado National-Kansas,RUBBER FUEL LINE CLAMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,39,"ON CERTAIN CONVERSION VANS, THE RUBBER FUEL LINE MAY COME IN CLOSE PROXIMITY TO THE EXHAUST SYSTEM.",A FIRE COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL ATTACH A P-CLAMP TO THE RUBBER FUEL LINE TO PREVENT THE RUBBER FUEL LINE FROM COMING IN CLOSE PROXIMITY WITH THE VAN'S EXHAUST SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON MAY 24, 2005. OWNERS MAY CONTACT ELDORADO NATIONAL AT 800-955-9086 EXT 427." -04/29/2005,05V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V174000),"Champion Bus, Inc.",AIR CONDITIONER MOUNTING BRACKET WELDS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,75,"ON CERTAIN DIESEL BUSES BUILT ON FORD E-SERIES CHASSIS AND EQUIPPED WITH CARRIER VACUUM PUMP BRACKETS, THE BRACKETS COULD BREAK.","WHEN THE BRACKET BREAKS, THE VACUUM PUMP THAT PROVIDES THE POWER TO THE POWER BRAKES BECOMES INOPERATIVE, INCREASING THE RISK OF A CRASH. ALSO, THE POWER STEERING COULD BE AFFECTED IF THE BELT GETS CAUGHT IN THE OTHER BELTS.",CARRIER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CARRIER SERVICE DEPARTMENT AT 1-800-450-2211. -04/29/2005,05V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V213000),"Mack Trucks, Inc.",BRAKE ASSEMBLIES,"SERVICE BRAKES, AIR",SC0291,Vehicle,56,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THERE IS A SLACK ON THE BRAKE ASSEMBLY'S ADJUSTER AND IT IS INTERFERING WITH THE AXLE HOUSING.","THIS INTERFERENCE LEADS TO A REDUCTION IN BRAKING CAPABILITIES ON THE RIGHT SIDE OF THE VEHICLE AS THE BRAKE ""SHOES"" BECOME WORN, INCREASING THE RISK OF A CRASH.",THE REAR BRAKE ASSEMBLIES WERE REPLACED. ALL VEHICLES HAVE BEEN REPAIRED. -04/29/2005,05V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V191000),FREIGHTLINER LLC,FMVSS NOS 108 AND 131/SIGNAL MALFUNCTIONS,EXTERIOR LIGHTING,FL-445,Vehicle,49,"CERTAIN THOMAS BUILT MY 2004 AND 2005 SAF-T-LINER C2 SCHOOL BUSES MANUFACTURED BETWEEN AUGUST 13, 2004, AND MARCH 1, 2005. DUE TO SOFTWARE COMMUNICATION CONFLICTS, THE TRAFFIC CONTROL DEVICES SUCH AS THE FLASHING WARNING LIGHTS OR THE STOP SIGNAL ARM MAY NOT WORK OR MAY NOT WORK CORRECTLY. THESE BUSES FAIL TO CONFORM TO THE FEDERAL MOTOR VEHICLE SAFETY STANDARD REQUIREMENTS OF 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT, AND STANDARD 131, SCHOOL BUS PEDESTRIAN SAFETY DEVICES.","IF THE TRAFFIC CONTROL DEVICES DO NOT WORK, A VEHICLE CRASH OR PERSONAL COULD OCCUR.","THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 23, 2005. ALL THE OWNERS HAVE BEEN NOTIFIED AND THE BUSES HAVE BEEN REPAIRED." -04/28/2005,05V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V186000),"Navistar, Inc.",ALUMINUM WHEELS/ACCURIDE,WHEELS,05510,Vehicle,197,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON MAY 13, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -04/28/2005,05V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V180000),"Elite Trailer Manufacturing, LLC",ALUMINUM WHEELS/TREDIT,WHEELS,NR (Not Reported),Vehicle,6,"ON CERTAIN LIVE STOCK TRAILERS, THE ALUMINUM WHEEL DOES NOT ALLOW FOR ADEQUATE THREAD ENGAGEMENT AND COULD POSSIBLY COME OFF OF THE TRAILER.",IMPROPER TORQUE AND LACK OF THREAD ENGAGEMENT COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE ALUMINUM WHEELS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 22, 2005. OWNERS MAY CONTACT ELITE TRAILER AT 405-745-5757." -04/28/2005,05V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V179000),Volvo Trucks North America,AUXILIARY AIR TANK/FMVSS 121,"SERVICE BRAKES, AIR",RVXX0501,Vehicle,22,"CERTAIN TRUCKS EQUIPPED WITH AN AUXILIARY LIFT AXLE FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' AN AUXILIARY AIR TANK REQUIRED FOR THE AUXILIARY LIFT AXLE WAS NOT INSTALLED.","DURING MULTIPLE APPLICATIONS OF THE BRAKE PEDAL, THE STOPPING DISTANCE MAY INCREASE DUE TO THE LACK OF ADDITIONAL AIR CAPACITY, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL THE AIR TANK FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2005. OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -04/28/2005,05V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V181000),"FTCA, Inc.",BEDROOM EMERGENCY EGRESS WINDOW,EQUIPMENT,NR (Not Reported),Vehicle,129,CERTAIN TOWABLE TRAVEL TRAILERS WERE BUILT WITHOUT A BEDROOM EMERGENCY EGRESS WINDOW.,"IN THE EVENT OF A FIRE OR OTHER EMERGENCY, PERSONS IN THE FRONT BEDROOM AREA MUST EXIT THROUGH THE ACCESS DOOR. IF THE ACCESS DOOR IS BLOCKED, THERE IS NO WAY OUT OF THE TRAILER, INCREASING THE RISK OF INJURIES TO THE TRAILER OCCUPANTS.","DEALERS WILL REPLACE THE CURRENT SLIDING WINDOW WITH AN EMERGENCY EGRESS EXIT WINDOW FREE OF CHARGE. THE RECALL BEGAN ON MAY 27, 2005. OWNERS MAY CONTACT FLEETWOOD FOLDING TRAILER AT 1-814-445-9661." -04/28/2005,05V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V188000),"Navistar, Inc.",FIFTH WHEEL SLIDE CONTROL,TRAILER HITCHES,05511,Vehicle,4616,"ON CERTAIN VEHICLES EQUIPPED WITH AIR OPERATED FIFTH WHEEL SLIDES AND AN MSVA 7-PACK ACCESSORY CONTROLLER, THE 7-PACK CAN ALLOW WATER TO CONTAMINATE ITS CIRCUIT BOARD. THIS COULD RESULT IN INADVERTENT OPERATION OF THE FIFTH WHEEL SLIDE CONTROL.","IF THE SLIDE CONTROL ACTUATES WHILE THE VEHICLE IS IN MOTION, MOMENTUM FROM THE TRAILER CAN CAUSE THE FIFTH WHEEL TO SLIDE WITHOUT INPUT FROM THE DRIVER, WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL RELOCATE THE MSVA 7-PACK TO A LESS WATER INTENSIVE ENVIRONMENT. A NEW MSVA 7-PACK BASE, THAT HAS BEEN IMPROVED TO PREVENT WATER INTRUSION, AND ALL AIR ACCESSORY SOLENOIDS WILL BE INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 5, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 1-800-448-7825." -04/28/2005,05V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V175000),Shyft Group,FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,SPEC 05016,Vehicle,11,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE SUSPENSION HAD TRANSVERSE BEAM CASTINGS THAT MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. THE RECALL BEGAN ON JUNE 6, 2005. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277, OPTION 1." -04/28/2005,05V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V189000),PACCAR Incorporated,FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,05KW3 & 405-B,Vehicle,1026,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE SUSPENSION HAS TRANSVERSE BEAM CASTINGS THAT MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS COULD CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 10, 2005, WITH LETTERS BEING MAILED TO PETERBILT OWNERS; AND ON JUNE 17, 2005, FOR KENWORTH OWNERS. OWNERS MAY CONTACT PETERBILT AT 940-591-4201 OR KENWORTH AT 425-828-5440." -04/28/2005,05V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V173000),"Coachmen RV Company, LLC",PRESSURE GAUGE FALSE READING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,40,CERTAIN MOTOR HOMES BUILT ON SPARTAN CHASSIS AND EQUIPPED WITH AMETEK NGI GAUGES. THE AIR GAUGES ARE NOT PROPERLY CALIBRATED AND THE LOW AIR WARNING INDICATOR MAY BE ACTIVATED WHEN ACTUAL AIR RESERVOIR PRESSURE READINGS ARE BELOW THE REQUIRED RANGE OF 60 TO 65 PSI.,"THE LOW AIR WARNING ALARM WILL SOUND, BUT THERE MAY NOT BE ENOUGH TIME TO REACT BEFORE THE SPRING (PARK) BRAKE ENGAGES, INCREASING THE RISK OF A CRASH.",SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT SPARTAN AT 517-543-6400 OR COACHMEN AT 574-825-5821. -04/28/2005,05V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V178000),"Mack Trucks, Inc.",STEERING GEAR/SHEPPARD,STEERING,SC0298,Vehicle,2773,"ON CERTAIN HEAVY DUTY CLASS 8 VEHICLES BUILT WITH SHEPPARD MODEL M100 STEERING GEAR, THE STEERING GEAR MOUNTING PADS, WHICH ATTACH THE STEERING GEAR TO THE FRAME RAIL, MAY FAIL.","THE STEERING GEAR COULD LOOSEN LEADING TO A SUDDEN LOSS OF STEERING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE STEERING GEARS. THE RECALL BEGAN ON MAY 6, 2005. OWNERS MAY CONTACT MACK AT 1-610-709-2131." -04/28/2005,05V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V183000),Kia Motors America,STEERING TIE ROD,STEERING,SC-047,Vehicle,368,"ON CERTAIN PASSENGER VEHICLES, THE STEERING TIE RODS MAY HAVE A MANUFACTURING FLAW THAT AFFECTS THE METALLURGY.","IF THE ROD CRACKS OR FAILS, LOSS OF VEHICLE STEERING CONTROL MAY OCCUR WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE STEERING RACK ASSEMBLY, WHICH INCLUDES THE TIE ROD COMPONENTS FREE OF CHARGE. OWNERS WERE NOTIFIED BY TELEPHONE ON APRIL 8, 2005. AN ADDITIONAL LETTER WAS SENT TO OWNERS WHO HAD NOT TAKEN THEIR VEHICLES IN FOR REPAIR. THIS LETTER WAS MAILED MAY 20, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -04/28/2005,05V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V187000),Hyundai Motor America,TIE ROD ASSEMBLY,STEERING,069,Vehicle,277,CERTAIN PASSENGER VEHICLES MAY HAVE BEEN BUILT WITH THREADED PORTIONS OF THE STEERING GEARBOX ASSEMBLY'S LEFT AND RIGHT INNER BALL JOINT ASSEMBLIES THAT CONTAIN INTERNAL CRACKS IN THE MATERIAL STRUCTURE.,"IF THE INNER BALL JOINT ASSEMBLY WAS TO BREAK AS A RESULT OF THE INTERNAL CRACK, THE TIE ROD END ASSEMBLY WOULD NOT LONGER BE ATTACHED TO THE STEERING GEAR BOX. THIS WOULD PREVENT STEERING CONTROL OF THAT FRONT WHEEL BY THE SEPARATED TIE ROD WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE STEERING GEARBOX ASSEMBLIES ON THESE VEHICLES FREE OF CHARGE. OWNERS WERE CONTACTED BY TELEPHONE BEGINNING ON APRIL 8, 2005, AND INSTRUCTED NOT TO DRIVE THEIR VEHICLES. HYUNDAI WILL ARRANGE TO PICK UP AND RETURN THEIR VEHICLES AFTER REPAIR. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -04/27/2005,05V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V185000),FREIGHTLINER LLC,ALUMINUM WHEELS/ACCURIDE,WHEELS,FL-448,Vehicle,3500,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 21, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -04/27/2005,05V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V207000),FREIGHTLINER LLC,BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,FL-449,Vehicle,248,"CERTAIN MY 2000-2003 FREIGHTLINER, THOMAS MVP SCHOOL BUS AND WESTERN STARS TRUCKS MANUFACTURED BETWEEN NOVEMBER 19, 2000, AND MARCH 30, 2005, AND EQUIPPED WITH WEBASTO COOLANT HEATERS, MODEL DBW 2010, ASSEMBLED WITH WEBASTO BURNER TUBES, P/N 303046/26533A. THE STAINLESS STEEL BURNER TUBE IS MADE OUT OF A MATERIAL THAT IS NOT TO SPECIFICATION AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SUBJECT BURNER TUBES WITH NEW CERTIFIED BURNER TUBES AT NO COST TO THE OWNER. THE RECALL BEGAN ON NOVEMBER 16, 2005. OWNERS MAY CONTACT THOMAS BUILT CUSTOMER SUPPORT OFFICE AT 1-336-889-4871 OR CONTACT FREIGHTLINER AT 1-800-547-0712." -04/27/2005,05V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V205000),FREIGHTLINER LLC,CUMMINS/FUEL LIFT PUMP/STALLING CONDITION,"FUEL SYSTEM, DIESEL",FL-447,Vehicle,16000,"CERTAIN 1998-2003 MY FREIGHTLINER FS-65 SCHOOL BUS CHASSIS AND MB-45, MB-55, AND XB SHUTTLE BUS CHASSIS, AND THOMAS BUILT BUS: MVP-ER AND MVP-EF SCHOOL BUS AND NON-SCHOOL BUS MODELS EQUIPPED WITH CUMMINS ISB DIESEL ENGINES AND EQUIPPED WITH FEDERAL-MOGAL 12 AND 24 VOLT FUEL LIFT PUMPS. THE FUEL PUMP COULD FAIL TO TRANSFER FUEL APPROPRIATELY CREATING AN ENGINE STALL CONDITION.","SHOULD THE ENGINE STALL WHILE THE VEHICLE IS IN USE, A POSSIBLE VEHICLE CRASH COULD OCCUR.",CUMMINS WILL NOTIFY THE CUSTOMERS OF FREIGHTLINER AND THOMAS BUILT AND REPLACE THE FUEL LIFT PUMP FREE OF CHARGE. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS. -04/27/2005,05V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V177000),HYUNDAI CARIBBEAN-PUERTO RICO,ELECTRONIC STABILITY CONTROL/YAW RATE SENSOR,ELECTRONIC STABILITY CONTROL,068,Vehicle,349,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH ELECTRONIC STABILITY PROGRAM (ESP), THE YAW RATE SENSOR MAY BECOME TOO SENSITIVE AND MAY RECALIBRATE INACCURATELY. WHILE DRIVING THE ESP PROGRAM MAY CAUSE THE ENGINE TO REDUCE POWER AND MAY CAUSE A BRAKE AT ONE OF THE WHEELS TO BE INAPPROPRIATELY.",BRAKE APPLICATION CAUSED BY INADVERTENT ESP ACTIVATION MAY RESULT IN LOSS OF CONTROL AND A CRASH.,DEALERS WILL REPROGRAM THE ESP HYDRAULIC ELECTRONIC CONTROL UNIT. THE RECALL IS EXPECTED TO BEGIN DURING MAY 2005. OWNERS MAY CONTACT HYUNDAI DE PUERTO RICO AT 1-800-981-0188. -04/27/2005,05V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V176000),"Terex Advance Mixer, Inc.",FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,NR (Not Reported),Vehicle,269,"ON CERTAIN HEAVY DUTY CEMENT TRUCKS, MODELS 61010.5-185-0, 61011-197-0, 61011-200-9, 61211-200-9, 61211-205-9, 61211-230-22, 6610-197-0, 6811-185-0, 81011-197-0, 61010.5-185-0, 61211-200-9, THE SUSPENSION HAD TRANSVERSE BEAM CASTINGS THAT MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,THE VEHICLES WILL BE INSPECTED AND THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES REPLACED FREE OF CHARGE. OWNERS MAY CONTACT TEREX AT 260-497-0728. -04/27/2005,05V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V208000),FREIGHTLINER LLC,JOHN DEERE/ENGINE SURGE,VEHICLE SPEED CONTROL,FL-450,Vehicle,153,"CERTAIN MY 2002-2005 THOMAS BUILT SAF-T-LINER ER SCHOOL BUSES AND ER TRANSIT BUSES MANUFACTURED BETWEEN NOVEMBER 2002 AND FEBRUARY 2005 AND EQUIPPED WITH JOHN DEERE 8.1L COMPRESSED NATURAL GAS ENGINES MODELS HFN01 AND HFN03. THE ENGINE CONTROL UNIT AND THROTTLE CAN UNEXPECTEDLY SURGE. THESE UNITS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ACCELERATOR CONTROL SYSTEMS.",A SUDDEN ENGINE SURGE COULD POSSIBLY RESULT IN A VEHICLE CRASH.,JOHN DEERE WILL NOTIFY THE CUSTOMERS OF FREIGHTLINER/THOMAS BUILT AND WILL UPDATE THE ENGINE CONTROL UNIT SOFTWARE FREE OF CHARGE. OWNERS MAY CONTACT JOHN DEERE AT 1-800-JD-ENGINE. -04/27/2005,05V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V172000),"BMW of North America, LLC",THROTTLE HOUSING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,500,"ON CERTAIN MOTORCYCLES, EXPOSURE OF THE THROTTLE HOUSING TO ROAD DEBRIS COULD FALL AND BECOME CAUGHT BETWEEN THE THROTTLE-BODY AND THE ENGINE BLOCK.","THIS COULD RESTRICT MOVEMENT OF THE THROTTLE-CABLE PULLEY THAT, IN TURN, COULD AFFECT THROTTLE OPERATION AND INCREASE THE RISK OF A CRASH.","DEALERS WILL INSTALL A COVER OVER THE THROTTLE-CABLE PULLEY FREE OF CHARGE. THE RECALL BEGAN ON MAY 10, 2005. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -04/26/2005,05V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V147000),"TRAVEL SUPREME, INC.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,450,"ON CERTAIN MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USES WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.",VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR TRAVEL SUPREME AT 574-862-4484. -04/26/2005,05V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V171000),"Foretravel, Inc.",BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,108,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH USE WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.",THE SURFACE TEMPERATURE OF THE EXHAUST TUBE EXITING FROM THE HEATER CAN INCREASE AND COULD POTENTIALLY IGNITE COMBUSTIBLE MATERIALS IN OR AROUND THE VEHICLE.,VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR FORETRAVEL AT 936-564-8367. -04/26/2005,05V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V200000),"Altec Industries, Inc.",ELECTRIC HYDRAULIC MANUAL UTILITY BRAKE CONTROL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,125,"ON CERTAIN UTILITY SERVICE TRUCK CHASSIS EQUIPPED WITH ALTEC ELECTRIC HYDRAULIC MANUAL UTILITY BRAKE CONTROL, THE UNITS EXPERIENCE LOSS OF BRAKES DURING AND INTERFERENCE BETWEEN THE WINDSHIELD WIPER DRIVE ARM AND BRAKE LINE THAT RUNS BETWEEN THE CHASSIS MASTER CYLINDER AND BRAKE CONTROL INSIDE THE CAB.",THIS INTERFERENCE CAN CAUSE THE BRAKE LINE TO RUPTURE. SERIOUS INJURY OR DEATH CAN RESULT FROM IMPAIRMENT OR FAILURE OF THE VEHICLE BRAKES.,"DEALERS WILL INSPECT THE WIPER LINKAGE INTERFERENCE, AND REPLACE THE NECESSARY PARTS FREE OF CHARGE. THIS RECALL ONLY INVOLVED ONE CUSTOMER. THE RECALL BEGAN ON APRIL 15, 2005. OWNERS MAY CONTACT ALTEC AT 919-528-2535." -04/26/2005,05V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V190000),Blue Bird Body Company,FMVSS 221/BODY JOINT STRENGTH,STRUCTURE,R05JR,Vehicle,575,"CERTAIN BLUE BIRD MY 2006 ALL AMERICAN FRONT AND REAR ENGINE SCHOOL BUSES MANUFACTURED FROM DECEMBER 6, 2004, THROUGH APRIL 8, 2005. THE INTERIOR SIDE WALL PANELS FAIL TO CONFORM TO THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH.","IN THE EVENT OF A CRASH, THE PANELS CAN SEPARATE EXPOSING THE PASSENGERS TO SERIOUS INJURY.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPAIR THE AFFECTED BUSES FREE OF CHARGE. THE RECALL BEGAN MAY 26, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -04/25/2005,05V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V170000),Newmar Corporation,BURNER TUBES/VEHICLE SYSTEMS/WEBASTO,EQUIPMENT,NR (Not Reported),Vehicle,935,"ON CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH VEHICLE SYSTEMS' AQUA-HOT AND HYDRO-HOT WATER HEATERS, WHICH ARE EQUIPPED WITH WEBASTO BURNER TUBES, THE BURNER TUBES DO NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.",VEHICLE SYSTEMS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298 OR NEWMAR AT 574-773-7719. -04/25/2005,05V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V169000),"Ferrari North America, Inc.",FRONT AND REAR LOWER SUSPENSION FORKS,SUSPENSION,43,Vehicle,201,"ON CERTAIN VEHICLES, IN EXTREME CONDITIONS OF USE, THE FORKS FASTENING THE FRONT AND REAR LOWER SUSPENSION LEVERS TO THE CHASSIS CAN BREAK OR CRACK. THIS COULD LEAD TO INCREASED STRESS ON THE THREADED PINS' ANCHORAGE AREAS WHICH COULD ALSO CAUSE THE POSSIBLE BREAKAGE OF THE FORKS.",THIS COULD LEAD TO A LOSS OF A VEHICLE CONTROL AND COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL NEW FRONT AND REAR LOWER SUSPENSION FORKS FREE OF CHARGE. THE RECALL BEGAN MAY 19, 2005. OWNERS MAY CONTACT FERRARI AT 201-816-2600." -04/25/2005,05V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V166000),"FLEETWOOD ENTERPRISES, INC.",PNEUMATIC LINE PINCHED/FLUID LEAK,STEERING,50415,Vehicle,729,"ON CERTAIN CLASS A MOTOR HOMES, A PNEUMATIC LINE CAN BECOME PINCHED BETWEEN THE HYDRAULIC FILTER AND A COMPARTMENT DOOR STRUT. THE CHAFFING CAUSED BY OPENING AND CLOSING OF THE COMPARTMENT DOOR CAN CAUSE THE FILTER TO RUPTURE AND RESULT IN A HYDRAULIC FLUID LEAK.","THIS LOSS OF HYDRAULIC FLUID CAUSES THE POWER STEERING FEATURE TO NOT FUNCTION. THIS CAN RESULT IN LOSS OF VEHICLE CONTROL, PERSONAL INJURY OR A VEHICLE CRASH.","DEALERS WILL INSPECT, REPLACE OR REPAIR DAMAGED LINES AND RELOCATE THE AFFECTED HYDRAULIC LINES FREE OF CHARGE. THE RECALL BEGAN ON JUNE 15, 2005. OWNERS MAY CONTACT FLEETWOOD AT 1-800-435-7345." -04/25/2005,05V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V167000),OPTIMA BUS CORP,POWER STEERING PUMP HYDRAULIC LINE,STEERING,SAF 05005,Vehicle,201,"ON CERTAIN TRANSIT BUSES WITH CUMMINS ISB02 ENGINES, THE HYDRAULIC LINE COMING OFF OF THE POWER STEERING PUMP IS RUBBING ON TOP OF THE AIR GOVERNOR.",THIS RUBBING MAY CAUSE THE HYDRAULIC LINE TO BE RUBBED THROUGH RESULTING IN A LEAK AND A LOSS OF HYDRAULIC FLUID. THIS FLUID COULD IGNITE IF IT COMES IN CONTACT WITH A HOT SOURCE.,"DEALERS WILL MAIL A MODIFICATION KIT WITH INSTRUCTIONS ON HOW TO INSTALL A BRACKET AND CLAMP THAT WILL LIFT AND SECURE THE LINES AWAY FROM THE AIR GOVERNOR ELIMINATING THE POSSIBILITY OF CHAFFING. THE RECALL BEGAN ON MAY 20, 2005. OWNERS MAY CONTACT OPTIMA AT 1-888-391-1777." -04/22/2005,05V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V182000),Volvo Trucks North America,ALUMINUM WHEELS/ACCURIDE,WHEELS,RVXX0502,Vehicle,773,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2005 OWNERS MAY CONTACT VOLVO TRUCKS AT 1-800-528-6586." -04/22/2005,05V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V184000),"Mack Trucks, Inc.",ALUMINUM WHEELS/ACCURIDE,WHEELS,SC0297,Vehicle,58,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 17, 2005. OWNERS MAY CONTACT MACK TRUCKS AT 610-709-2131." -04/22/2005,05V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V164000),"Autocar, LLC",FRACTURE SUSPENSION BEAM/HOLLAND,SUSPENSION,A-0505,Vehicle,13,"ON CERTAIN HEAVY DUTY CLASS 8 VEHICLES FITTED WITH NEWAY AD SERIES SUSPENSIONS, THE SUSPENSION HAS TRANSVERSE BEAM CASTINGS THAT MAY FRACTURE UNDER NORMAL LOADS. IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY THERE IS THE POTENTIAL FOR PIECES OF THE CASTING TO BECOME PROJECTILES AND THE SUSPENSION'S TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE.",THIS WILL CAUSE SPARKS THAT COULD POTENTIALLY IGNITE AND CAUSE A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 1, 2005. OWNERS MAY CONTACT AUTOCAR AT 765-489-5499." -04/22/2005,05V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V161000),"General Motors, LLC",PARKING BRAKE SYSTEM,PARKING BRAKE,05042,Vehicle,90242,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS AND BUILT WITH EITHER PBR PARKING BRAKE SYSTEMS OR TRW PARKING BRAKE SYSTEMS, THE PARKING BRAKE FRICTION LININGS MAY WEAR TO AN EXTENT WHERE THE PARKING BRAKE CAN BECOME INEFFECTIVE IN IMMOBILIZING A PARKED VEHICLE.","IF THE PARKING BRAKE DOES NOT HOLD, UNINTENDED VEHICLE MOVEMENT COULD OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A LOW-FORCE SPRING CLIP RETAINER FOR VEHICLES EQUIPPED WITH A PBR PARKING BRAKE SYSTEM. ON VEHICLES EQUIPPED WITH THE TRW PARKING BRAKE SYSTEM, DEALERS WILL INSTALL A REDESIGNED PARKING BRAKE CABLE ASSEMBLY. THE RECALL BEGAN ON JULY 29, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -04/22/2005,05V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V163000),"General Motors, LLC",SEAT BELT ROUTING,SEAT BELTS,05037,Vehicle,1359824,"ON CERTAIN CREW CAB PICKUP TRUCKS AND SPORT UTILITY VEHICLES, THE 2ND ROW CENTER OCCUPANT SEAT BELT ROUTING MAY MAKE IT DIFFICULT TO POSITION THE LAP PORTION OF THE SAFETY BELT LOW AROUND THE HIPS OF OCCUPANTS, ESPECIALLY SMALLER OCCUPANTS, SEATED IN THIS POSITION. APPROPRIATE USE OF A CHILD SEAT OR BOOSTER SEAT, AS RECOMMENDED FOR SMALL CHILDREN, DOES IMPROVE THE FIT CONDITION FOR THIS USER GROUP. IN ADDITION TO INSTRUCTIONS ON PROPER INFANT AND YOUNG CHILD RESTRAINT (WITH CHILD SEATS OR BOOSTERS), SPECIAL VERBIAGE FOR RESTRAINING OLDER CHILD IS INCLUDED IN THE OWNER'S MANUAL. ALSO, THE SUGGESTED SEAT BELT FIT/ROUTING FOR ADULTS, IRRESPECTIVE OF SEATING POSITION, IS DESCRIBED IN THE OWNER'S MANUAL TEXT.","A LAP PORTION OF THE SEAT BELT ROUTING THAT IS NOT LOW AND SNUG ON THE HIPS CAN ALLOW THE LAP BELT TO RIDE UP ON AN OCCUPANT'S ABDOMEN INSTEAD OF FITTING LOW AROUND THEIR HIPBONES, AND THEREFORE, CAN EXPOSE THEM TO MORE RISK OF ABDOMINAL AND INTERNAL ORGAN INJURY.","DEALERS WILL CUT OPEN THE GUIDE LOOP, REMOVE A PORTION OF THE LOOP, AND THEN THE REMAINING TWO SIDES SHOULD BE FOLDED OVER AND SECURED WITH A RETAINER FREE OF CHARGE. THE RECALL BEGAN ON JULY 21, 2005. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR HUMMER AT 1-800-732-5493." -04/22/2005,05E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E026000),AMERICAN RACING EQUIPMENT,WHEEL SEPARATION,WHEELS,NR (Not Reported),Equipment,1111,"CERTAIN AMERICAN RACING EQUIPMENT (ARE) ALUMINUM ALLOY WHEELS, SERIES AR-106 AND AR-606, SOLD AS AFTERMARKET FOR USE ON PASSENGER VEHICLES BETWEEN MARCH 1, 2003, AND APRIL 15, 2005. (SEE AMENDED DEFECT REPORT DATED JULY 20, 2005). SOME OF THESE WHEELS WERE SOLD BEFORE THE STEEL LUG NUT SEAT INSERTS TO MAKE THE WHEEL COMPLETE WERE INSTALLED.","WITHOUT THE SEAT INSERTS, THE WHEEL CAN SEPARATE FROM THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2005. OWNERS MAY CONTACT AMERICAN RACING WAREHOUSE AT 800-959-1969 OR 310-761-4026." -04/21/2005,05E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E030000),Vapor Bus International,TWO-PIECE CONNECTING ROD,STRUCTURE,VAP2005-01,Equipment,2900,CERTAIN VAPOR TWO-PIECE CONNECTING RODS WHICH CONNECT THE DOOR ACTUATOR AND THE DOOR PANEL OF THE BUS DOOR SYSTEM SOLD FOR USE ON TRANSIT BUSES AND SOLD AS AFTERMARKET PARTS. THE TWO-PIECE CONNECTOR CAN CRACK AND BREAK.,"A BROKEN CONNECTING ROD CAN ALLOW THE DOOR PANEL TO MOVE FREELY IN AN UNCONTROLLED MANNER, POSSIBLY STRIKING PERSONS OR OBJECTS OUTSIDE THE VEHICLE.","VAPOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TWO-PIECE CONNECTING ROD WITH A ONE-PIECE CONNECTING ROD FREE OF CHARGE. THE RECALL BEGAN JUNE 28, 2005. OWNERS MAY CONTACT VAPOR AT 847-777-6400." -04/20/2005,05V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V162000),"Jaguar Cars, Ltd.",ACCELERATOR PEDAL ARMS,VEHICLE SPEED CONTROL,R847,Vehicle,659,"ON CERTAIN PASSENGER VEHICLES, THE ACCELERATOR PEDAL ARMS WERE INCORRECTLY ASSEMBLED BY THE SUPPLIER. THE CLEARANCE BETWEEN THE ACCELERATOR PEDAL AND THE BRAKE PEDAL MAY BE REDUCED. THIS CONDITION CAN INCREASE THE RISK OF BOTH PEDALS BEING OPERATED AT THE SAME TIME BY THE DRIVER.",THE ACCELERATOR PEDAL COULD BE HELD DOWN BY THE PEDAL STOP ASSEMBLY INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE PEDAL ASSEMBLY AND REPLACE THE ACCELERATOR PEDAL FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 11, 2005. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -04/20/2005,05V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V165000),PACCAR Incorporated,ALUMINUM WHEELS/ACCURIDE,WHEELS,05KW2,Vehicle,20,"ON CERTAIN TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, THE WHEELS WERE NOT PROPERLY PRE-STRESSED. THIS ALLOWS CRACKS TO DEVELOP OVER TIME.",THIS MAY EVENTUALLY LEAD TO WHEEL FAILURE AND POSSIBLY RESULT IN A VEHICLE CRASH.,"ALL THE VEHICLES INVOLVED IN THIS RECALL HAVE BEEN INSPECTED AND THE WHEELS REPLACED. THE RECALL BEGAN ON APRIL29, 2005. OWNERS MAY CONTACT KENWORTH AT 425-828-5440." -04/20/2005,05V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V156000),"General Motors, LLC",BRAKE PEDAL PUSHROD RETAINER,"SERVICE BRAKES, HYDRAULIC",05038,Vehicle,61594,"ON CERTAIN PASSENGER VEHICLES, THE CLIP THAT SECURES THE BRAKE PUSHROD TO THE BRAKE PEDAL ARM PIN COULD HAVE BEEN BENT WHEN IT WAS INSTALLED. A BENT CLIP MAY COME OFF, ALLOWING THE BRAKE BOOSTER PUSHROD TO SEPARATE FROM THE BRAKE PEDAL.",PUSHING ON THE PEDAL WILL NOT APPLY THE BRAKES AND A VEHICLE CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL INSTALL A NEW BRAKE PEDAL PUSH ROD BUSHING AND RETAINING CLIP AND, IF THE CLIP WAS MISSING, A NEW BRAKE PEDAL ARM ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 26, 2005. OWNERS MAY CONTACT BUICK AT 1-866-608-8080." -04/20/2005,05E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E029000),Isuzu Motors Limited,DUAL FUEL TANK,"FUEL SYSTEM, DIESEL",05066,Equipment,52,"CERTAIN DIESEL DUAL FUEL TANK ACCESSORY KITS SOLD AS DEALER INSTALLED OPTIONS. DUE TO INSUFFICIENT DURABILITY AND TESTING, THE FUEL SWITCHING MANIFOLD SOLENOIDS LACK WATER OR SALT INTRUSION RESISTANCE, WHICH CAN LEAD TO FAILURE OF ONE OR MORE SOLENOIDS. FUEL SWITCHING MANIFOLD SOLENOID FAILURE WILL CAUSE INCORRECT FUEL DELIVERY RESULTING IN FUEL OVERFLOW FROM THE FUEL FILLER NECK.","OVERFLOW FUEL MAY RESULT IN HIGH AMOUNT OF DIESEL FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE SOLENOID VALVE ASSEMBLY WITH AN IMPROVED ASSEMBLY INCLUDING ADDITIONAL DETECTION CIRCUIT AND ENHANCED WATER RESISTANCE. THE RECALL IS EXPECTED TO BEGIN EARLY MAY 2005. OWNERS MAY CONTACT ISUZU AT 1-800-255-6727. -04/20/2005,05V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V168000),Isuzu Motors Limited,DUAL FUEL TANK,"FUEL SYSTEM, DIESEL",05053,Vehicle,253,"ON CERTAIN TRUCKS EQUIPPED WITH RPO IK9, DUE TO INSUFFICIENT DURABILITY AND TESTING, THE FUEL SWITCHING MANIFOLD SOLENOIDS LACK WATER OR SALT INTRUSION RESISTANCE, WHICH CAN LEAD TO FAILURE OF ONE OR MORE SOLENOIDS. FUEL SWITCHING MANIFOLD SOLENOID FAILURE WILL CAUSE INCORRECT FUEL DELIVERY RESULTING IN FUEL OVERFLOW FROM THE FUEL FILLER NECK.","OVERFLOW FUEL MAY RESULT IN HIGH AMOUNT OF DIESEL FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE SOLENOID VALVE ASSEMBLY WITH AN IMPROVED ASSEMBLY INCLUDING ADDITIONAL DETECTION CIRCUIT AND ENHANCED WATER RESISTANCE FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 27, 2005. OWNERS MAY CONTACT ISUZU AT 1-800-255-6727." -04/20/2005,05V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V157000),"General Motors, LLC",IGNITION RELAY CONTAMINATION,ELECTRICAL SYSTEM,05014,Vehicle,34186,"ON CERTAIN SPORT UTILITY VEHICLES, CONTAMINATION ON IGNITION RELAY CONTACTS CAN CAUSE HIGH RESISTANCE. THIS CAN AFFECT SIGNALS TO THE POWERTRAIN CONTROL MODULE AND, COULD CAUSE INTERMITTENT VEHICLE STALLS AT ANY TIME.","THE VEHICLE CANNOT BE RESTARTED IMMEDIATELY. IF THIS WERE TO OCCUR, IT COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE IGNITION RELAY FREE OF CHARGE. THE RECALL BEGAN ON MAY 4, 2005. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668 AND BUICK AT 1-866-608-8080." -04/20/2005,05V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V158000),"General Motors, LLC",SIDE REAR SEAT BELT ANCHOR/FMVSS 210,SEAT BELTS,05041,Vehicle,20701,"CERTAIN WAGONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEAT BELT ANCHOR MAY SEPARATE FROM THE FLOOR OF THE VEHICLE BEFORE HOLDING THE REQUIRED TEST LOAD FOR THE REQUIRED TIME.","IF A SEPARATION OCCURRED IN CRASH, THE RIGHT AND CENTER REAR SEAT OCCUPANTS MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSTALL A REAR SEAT CENTER BELT ANCHOR REINFORCEMENT PLATE TO THE FLOOR PAN OF THE VEHICLE FREE OF CHARGE. THE RECALL BEGAN ON APRIL 25, 2005. OWNERS MAY CONTACT SATURN AT 1-800-972-8876." -04/20/2005,05V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V159000),Kia Motors America,STEEL WHEELS,WHEELS,SC046,Vehicle,24119,"CERTAIN PASSENGER VEHICLES MAY HAVE A MANUFACTURING FLAW THAT COULD CAUSE THE WHEELS TO CRACK UNDER LONG TERM DRIVING FATIGUE. IF CRACKS OCCUR, WHEEL NOISE AND VIBRATION WILL RESULT AND BECOME PROGRESSIVELY WORSE OVER TIME.","IF THE CRACK IS SEVERE, THE WHEEL COULD SEPARATE FROM THE VEHICLE AND POSSIBLY RESULT IN LOSS OF VEHICLE CONTROL AND A CRASH.","DEALERS WILL REPLACE ALL FOUR WHEELS FREE OF CHARGE. THE RECALL BEGAN ON JUNE 22, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -04/19/2005,05V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V154000),"Volkswagen Group of America, Inc.",GASOLINE ENGINE FUEL PUMP,"FUEL SYSTEM, GASOLINE",UU,Vehicle,30708,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH GASOLINE ENGINES AND DOUBLE-LAYER FUEL TANKS, TENSION ON THE FUEL SUPPLY LINE MAY CAUSE THE FUEL PUMP SUPPLY NIPPLE TO CRACK WHICH COULD RESULT IN A LEAK.","LEAKING FUEL, IN THE PRESENCE OF AN IGNITION SOURCE, MAY CAUSE A FIRE.","DEALERS WILL INSPECT THE FUEL SUPPLY LINE FOR TENSION, AND INSPECT THE FUEL PUMP SUPPLY NIPPLE FOR CRACKING. IF NECESSARY THE FUEL LINE AND THE FUEL PUMP WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JULY 25, 2005. OWNERS MAY CONTACT VOLKSWAGEN AT 1-800-822-8987." -04/18/2005,05C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05C003000),Dorel Juvenile Group,HARNESS LOOSENS,CHILD SEAT,NR (Not Reported),Child Seat,189552,"CERTAIN DJG DESIGNER 22 REAR-FACING ONLY INFANT CHILD RESTRAINTS, MODELS: EDDIE BAUER, SAFETY 1ST , AND COSCO, MANUFACTURED BETWEEN AUGUST 19, 2003, AND OCTOBER 20, 2004. IF THE HARNESS IS NOT PROPERLY TIGHTENED, THE INFANT SEAT CAN EXPERIENCE WEB MOVEMENT OR WEB CREEP. IT IS IMPORTANT TO NOTE THE GB1B LINE CODE LOCATED NEXT TO THE MODEL NUMBER ON THE CHILD RESTRAINT INDICATES THE UNIT WAS MANUFACTURED BY GOOD BABY PRODUCTS AND IS THE ONLY LINE INCLUDED IN THE RECALL. ANY LINE CODE OTHER THAN GB1B, SUCH AS DE1B, IS NOT INCLUDED IN THE RECALL.","IF WEB CREEP WERE TO OCCUR, IN THE EVENT OF A VEHICLE CRASH, THE CHILD COULD MOVE TOO FAR FORWARD, POSSIBLY INCREASING THE RISK OF INJURY.","DJG WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FREE IN-HOME REMEDY KIT CONSISTING OF TWO CLIPS AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. THE RECALL BEGAN ON MAY 7, 2005. OWNERS MAY CONTACT DJG AT 800-881-0570." -04/15/2005,05V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V153000),"ROAD RESCUE, INC.",SMART DISPLAY ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,RR-0001,Vehicle,216,"ON CERTAIN AMBULANCES EQUIPPED WITH THE ""SMART DISPLAY"" ELECTRICAL SYSTEM CONTAINING FIELD-EFFECT TRANSISTOR (FET) OUTPUT BOARDS, THE POWER DISTRIBUTION PANEL FOR THE SMART DISPLAY ARE EQUIPPED WITH TYPE 1 CIRCUIT PROTECTION. THIS ALLOWS THE BOARD TO SHUT DOWN IF AN OVER-HEATING CONDITION OR AN OVER CURRENT CONDITION IS DETECTED. AS THE BOARD COOLS DOWN, IT COMES BACK ON, ALLOWING THE BOARD TO CONTINUALLY CYCLE LEADING TO POSSIBLE FAILURE.","THE BOARDS CAN POSSIBLY OVERHEAT OR MELT DOWN, WHICH COULD CAUSE A FIRE.","DEALERS WILL INSTALL A NEW TRANSISTOR FET BOARD THAT CONTAINS TYPE 2 CIRCUIT PROTECTION FREE OF CHARGE. THE RECALL BEGAN ON SEPTEMBER 6, 2005. OWNERS MAY CONTACT ROAD RESCUE AT 1-800-328-3804." -04/15/2005,05E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E031000),"RFD COMPONENTS, INC.",WHEEL CRACKS,WHEELS,NR (Not Reported),Equipment,1627,"CERTAIN RFD COMPONENTS WHEELS P/NOS. AY-130 AND AB-125 MANUFACTURED ON JANUARY 1, 2005, AND SOLD AS ORIGINAL MOTOR VEHICLE EQUIPMENT. DUE TO A DEFECTIVE WELD, THE WHEEL CAN FAIL.","A VEHICLE CRASH COULD OCCUR SHOULD THE WHEEL FAIL WHILE THE VEHICLE IS IN USE, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","RFD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN JUNE 20, 2005. OWNERS MAY CONTACT RFD COMPONENTS AT 574-295-3939." -04/14/2005,05C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05C001000),"Combi USA, Inc.",FMVSS 213/LOWER LATCH ANCHORAGE BELT SEPARATION,CHILD SEAT,0405AVA-01,Child Seat,6009,"CERTAIN COMBI USA AVATAR CONVERTIBLE CHILD RESTRAINTS, MODEL NO. 8100. IN A VEHICLE CRASH, THE LATCH LOWER ANCHORAGE BELT ASSEMBLY CAN FAIL AND SEPARATE WHEN USED IN THE REAR-FACING MODE. THESE SEATS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","SHOULD THE LATCH FAIL IN A VEHICLE CRASH, THE CHILD COULD BE SERIOUSLY INJURED.","COMBI WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FREE REPAIR KIT. IN THE MEANWHILE, COMBI USA IS INSTRUCTING THE OWNERS TO ONLY USE THE SEAT WITH THE LAP BELT. THE RECALL BEGAN ON JULY, 14, 2005. OWNERS MAY CONTACT COMBI AT 1-800-992-6624." -04/14/2005,05V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V155000),"General Motors, LLC",FUEL PUMP WIRES OVERHEAT,"FUEL SYSTEM, GASOLINE",05027,Vehicle,316508,CERTAIN TRUCKS AND SPORT UTILITY VEHICLES WERE BUILT WITH FUEL MODULE RESERVOIR ASSEMBLIES THAT CONTAIN FUEL PUMP WIRES CONNECTORS MAY OVERHEAT UNDER CERTAIN OPERATING CONDITIONS.,"IF THE IGNITION CIRCUIT WIRE IS EXPOSED, THE FUEL PUMP FUSE WILL BLOW, DISABLING THE FUEL PUMP AND CAUSING AN ENGINE STALL OR NO-START CONDITION. IF SUFFICIENT HEAT IS CONDUCTED TO THE PASS-THROUGH CONNECTOR, A HOLE IN THE CONNECTOR MAY RESULT, WHICH MAY CAUSE A 'SERVICE ENGINE SOON' LIGHT TO BE ILLUMINATED DURING THE EMISSION SYSTEM DIAGNOSTIC ROUTINE. FUEL VAPOR AND IN SOME CASES LIQUID FUEL MAY LEAK OUT OF THE FUEL TANK THROUGH THE HOLE IN THE CONNECTOR BODY. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE. ALSO IF THE IGNITION CIRCUIT OR GROUND WIRE IS EXPOSED AND SHORTS TO THE FUEL LEVEL SENDER CARD WIRES, INACCURATE FUEL LEVEL READINGS MAY RESULT.","DEALERS WILL REMOVE THE FUEL TANK, AND REMOVE THE MODULE RESERVOIR ASSEMBLIES FROM THE TANK, AND INSTALL A NEW SERVICE KIT FREE OF CHARGE. AN INTERIM LETTER TO OWNERS WAS MAILED ON MAY 25, 2005. THE OWNERS WERE RE-NOTIFIED ON OCTOBER 19, 2005, SINCE PARTS ARE NOW AVAILABE. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 AND GMC AT 1-866-996-9463." -04/14/2005,05V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V151000),Harley-Davidson Motor Company,INCORRECT CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,167628,"CERTAIN SOFTAIL MOTORCYCLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, 'CERTIFICATION.' THE VIN/CERTIFICATION LABEL CONTAINS INCORRECT TIRE SIZE AND INFLATION PRESSURES FOR THE FRONT WHEEL. THE LABEL STATES THE TIRE SIZE IS MT90B21 AND THE INFLATION PRESSURE AS 30 PSI, WHEREAS THE CORRECT TIRE SIZE IS MT90B16, AND THE CORRECT INFLATION PRESSURE IS 36 PSI.",THE CERTIFICATION LABEL IS INCORRECT GIVING IMPROPER INFORMATION.,"HARLEY- DAVIDSON WILL MAIL INSTRUCTIONS ALONG WITH CORRECTED FEDERAL CERTIFICATION LABEL. IF AN OWNER SO DESIRES, A DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON JUNE 6, 2005. OWNERS MAY CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -04/14/2005,05V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V149000),"Big Dog Motorcycles, LLC",PRIMARY DRIVE SPROCKET NUT,POWER TRAIN,NR (Not Reported),Vehicle,1418,"ON CERTAIN MOTORCYCLES, THE PRIMARY DRIVE SPROCKET NUT MAY BACK OFF THE ENGINE MAIN SHAFT.",THIS COULD CAUSE THE PRIMARY DRIVE TO LOCK UP AND CAUSE A CRASH. THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING.,"DEALERS WILL INSPECT AND REPLACE THE DRIVE SPROCKET NUT FREE OF CHARGE. THE RECALL BEGAN ON MAY 13, 2005. OWNERS MAY CONTACT BIG DOG AT 316-267-9121." -04/14/2005,05V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V148000),BUELL MOTORCYCLE CO.,SIDESTAND PIVOT BOLT,STRUCTURE,NR (Not Reported),Vehicle,149,"ON CERTAIN MOTORCYCLES, THE SIDESTAND MAY NOT RETRACT AS DESIGNED IF CONTACT IS MADE WITH THE GROUND WHEN THE VEHICLE IS IN MOTION.","THIS COULD, IN TURN, DISRUPT THE STABILITY OF THE MOTORCYCLE LEADING TO A CRASH, CAUSING DEATH OR INJURY TO THE RIDER.","DEALERS WILL REPLACE THE SIDESTAND PIVOT BOLT WITH A SIMILAR BOLT THAT IS .100 INCH LONGER FREE OF CHARGE. THIS CHANGE WILL ALLOW THE SIDESTAND TO OPERATE AS DESIGNED. THE RECALL BEGAN MAY 5, 2005. OWNERS MAY CONTACT BUELL AT 1-414-343-8400." -04/12/2005,05V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V143000),E-One Incorporated,BATTERY TO STARTER CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,136,"ON CERTAIN FIRE TRUCKS BUILT WITH DETROIT DIESEL SERIES 60 EGR ENGINES, THE BATTERY TO STARTER MOTOR CABLE RUBS AGAINST THE HEX-HEAD PLUG ON THE FUEL FILTER CAUSING INSULATION DAMAGE AND UNINTENTIONAL GROUNDING.",THIS COULD CAUSE A FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL REPLACE THE HEX HEAD PLUG ON THE FUEL FILTER WITH A 3/8"" ALLEN-HEAD PLUG FREE OF CHARGE. IF THE CABLE IS DAMAGED, IT WILL BE REPLACED. THE RECALL BEGAN ON APRIL 1, 2005. OWNERS MAY CONTACT E-ONE AT 1-352-237-1122." -04/12/2005,05V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V146000),Shyft Group,PRESSURE GAUGE FALSE READING/AMETEK,"SERVICE BRAKES, AIR",SPEC 05008,Vehicle,4735,ON CERTAIN MOTOR HOMES EQUIPPED WITH NGI AIR PRESSURE GAUGES LOCATED ON THE DASH PANEL IS GIVING A FALSE READING.,"THIS MAY CAUSE THE PARK BRAKE TO ENGAGE WITHOUT WARNING, THUS THROWING THE PASSENGER FORWARD, CREATING THE POTENTIAL FOR INJURY TO OCCUPANTS.","DEALERS WILL USE A JUMPER HARNESS CONTAINING A 33 OHM RESISTOR WHICH WILL SHIFT THE RESISTANCE CURVE OF THE AIR PRESSURE SENDER TO MATCH THE ALARM POINT OF THE CURRENT GAUGE. THE RECALL BEGAN ON JUNE 3, 2005. OWNERS MAY CONTACT SPARTAN AT 517-543-6400." -04/12/2005,05V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V145000),"Tiffin Motorhomes, Inc.",WASHER/DRYER MOVEMENT,EQUIPMENT,NR (Not Reported),Vehicle,867,"ON CERTAIN RECREATIONAL VEHICLES, THE WASHER/DRYER IN THE REAR OF THE MOTOR HOME CAN MOVE.",A VEHICLE OCCUPANT COULD BE INJURED IF THE WASHER/DRYER MOVED.,"TIFFIN HAS PROVIDED THE OWNERS WITH A REPAIR KIT AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON JANUARY 7, 2005. OWNERS MAY CONTACT TIFFIN AT 1-256-356-0205." -04/11/2005,05E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E028000),"HOLLAND USA, INC.",AXLE SUSPENSION CRACKS/BREAKS,SUSPENSION,NR (Not Reported),Equipment,7135,"CERTAIN HOLLAND AD SERIES SUSPENSIONS AND TRANSVERSE BEAM/SUB-ASSEMBLIES WITH TRANSVERSE BEAM CASTINGS MANUFACTURED BETWEEN JANUARY 1 AND DECEMBER 31, 2004, FOR USE IN HEAVY TRUCKS AND EMERGENCY VEHICLES. THE CASTINGS WERE NOT MADE TO SPECIFICATIONS AND MAY FRACTURE UNDER NORMAL LOADS.","IF A CASTING BREAKS WHEN THE VEHICLE IS TRAVELING ON A ROADWAY, THE BROKEN PIECES CAN BECOME PROJECTILES AND CAN POSSIBLY CAUSE A VEHICLE CRASH OR CAUSE INJURIES. ALSO, THE TRANSVERSE BEAM MAY DROP DOWN LOW ENOUGH TO CONTACT THE ROAD SURFACE CAUSING SPARKS THAT COULD POSSIBLY IGNITE A FIRE.",DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE TRANSVERSE BEAM ASSEMBLIES. -04/08/2005,05V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V140000),LES ENTREPRISES M.CORBEIL,FMVSS 111/NONCOMPLIANCE OF THE CROSS VIEW MIRRORS,VISIBILITY,W0061,Vehicle,1262,"CERTAIN MY 1998-2005 CORBEIL MINIBUS SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 28, 2003, AND FEBRUARY 25, 2005, AND BUILT ON FORD CHASSIS. THE FRONT CROSS VIEW MIRRORS FAIL TO CONFORM TO THE VISIBILITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, REAR VIEW MIRRORS.",DRIVER'S DO NOT HAVE A COMPLETE VIEW OF THE FRONT OF THE BUS. THE PRESENCE OF A CHILD NEAR THE FRONT BUMPER COULD NOT BEEN SEEN BY THE DRIVER AND THE CHILD COULD BE SERIOUSLY INJURED OR KILLED SHOULD THE VEHICLE MOVE.,"CORBEIL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE RIGHT HAND CROSS MIRROR BRACKET TO BRING THE VEHICLE INTO COMPLIANCE WITH THE REGULATION FREE OF CHARGE. THE RECALL BEGAN ON JUNE 3, 2005. OWNERS MAY CONTACT CORBEIL AT 1-888-439-3577 EXT. 236." -04/08/2005,05V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V142000),"ROAD RESCUE, INC.",REAR REFLECTOR LIGHTS/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3500,"CERTAIN AMBULANCES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" NO SIDE OR REAR RED REFLEX REFLECTORS WERE INSTALLED AS REQUIRED BY THE STANDARD.","DURING EMERGENCY SITUATIONS AT NIGHT WITHOUT ANY REFLECTORS, THE REAR OF THE AMBULANCE MAY NOT BE AS VISIBLE TO OTHER VEHICLES INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE RED REFLEX REFLECTORS TO MEET GUIDELINES FREE OF CHARGE. THE RECALL BEGAN ON MAY 13, 2005. OWNERS MAY CONTACT ROAD RESCUE AT 843-676-2900." -04/07/2005,05V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V152000),Blue Bird Body Company,ENGINE SURGING/JOHN DEERE,VEHICLE SPEED CONTROL,R05JP,Vehicle,486,"CERTAIN 2001 THROUGH 2005 ALL AMERICAN, COMMERCIAL SERIES, AND Q-BUS SCHOOL AND TRANSIT BUSES EQUIPPED WITH JOHN DEERE 8.1 CNG ENGINES. THE SUBJECT BUSES EQUIPPED WITH THE JOHN DEERE ENGINES MAY SURGE INAPPROPRIATELY DUE TO ERRACTIC OPERATION OF THE AIR THROTTLE IF THE ENGINE IS TAKEN FROM FULL TO ZERO LOAD.","UNEXPECTED ENGINE SURGE COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY.",JOHN DEERE WILL NOTIFY BLUE BIRD'S CUSTOMERS AND REPAIR THE ENGINES FREE OF CHARGE. CUSTOMERS ARE BEING INSTRUCTED TO CONTACT JOHN DEERE AT 1-800-JD-ENGINE. -04/07/2005,05V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V141000),GIRARDIN MINIBUS INC.,FMVSS 222/CHILD RESTRAINT ANCHORAGE,SEATS,05-009-CRA,Vehicle,204,"CERTAIN MY 2003-2005 GIRARDIN MB II AND MB IV SCHOOL BUSES MANUFACTURED BETWEEN MARCH 20, 2003, AND DECEMBER 16, 2004, (SEE AMENDED NONCOMPLIANCE REPORT RECEIVED AUGUST 18, 2005) BUILT ON FORD AND GM CHASSIS. SEATS EQUIPPED WITH THE CHILD SEAT ANCHORAGE SYSTEM FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, 'SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.'","THE SEAT BACK MAY NOT ABSORB ENOUGH ENERGY IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH TO THE SEAT OCCUPANT.","GIRARDIN WILL NOTIFY ITS CUSTOMERS AND INSTALL A FLAT BAR ON EACH SIDE OF THE SEAT WHERE THE CHILD SEAT ANCHORAGE IS BOLTED TO INCREASE THE STRENGTH OF THE SEAT BACK FREE OF CHARGE. THE RECALL BEGAN ON APRIL 19, 2005. OWNERS MAY CONTACT GIRARDIN AT 819-477-8222." -04/07/2005,05V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V144000),"FTCA, Inc.",REAR-SIDE REFLECTOR LIGHTS/FMVSS 108,EXTERIOR LIGHTING,05-1,Vehicle,165,"CERTAIN TOY HAULER TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REAR AND REAR-SIDE MARKER LIGHTS WERE PURCHASED AND INSTALLED WITHOUT THE REFLEX REFLECTOR CAPABILITY.","DURING NIGHT DRIVING CONDITIONS OR WHILE THE VEHICLE IS PARKED, THE REAR AND REAR-SIDE MARKER LIGHTS WILL NOT PROVIDE ANY REFLEX REFLECTION TO MARK THE VEHICLE'S LOCATION IN THE DARK INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE FOUR MARKER LIGHTS WITH A SURFACE MOUNT BRACKET FREE OF CHARGE. THE RECALL BEGAN ON MAY 11, 2005. OWNERS MAY CONTACT FLEETWOOD FOLDING AT 1-800-322-8216." -04/07/2005,05V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V136000),Lance Camper Manufacturing. Corp.,SAMSUNG MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,3303,"ON CERTAIN CAMPERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR5491G, MR5492W, MR5493G, MR5494W, MR7491G, MR7492W, MR7493G, MR6698WB, MR6699GB, MR6699SB, MR1031WB, MR1032BB, MR1033SB, MR1351WB, AND MR1352BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS MAY CONTACT SAMSUNG AT 1-800-932-3837 OR LANCE AT 661-949-3322." -04/07/2005,05V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V139000),Vermeer Manufacturing Company,SPARE TIRE SUPPORT BRACKET MOUNT,EQUIPMENT,NR (Not Reported),Vehicle,62,"ON CERTAIN TRAILERS EQUIPPED WITH THE SPARE TIRE MOUNTING OPTION, THE SPARE TIRE MOUNT MAY FAIL WHILE THE TRAILER IS BEING TOWED.","THIS COULD RESULT IN THE LOSS OF THE SPARE TIRE FROM THE TRAILER, INCREASING THE RISK OF A CRASH OR INJURY TO NEARBY PEDESTRIANS.","DEALERS WILL INSPECT AND REPAIR THE UNIT FREE OF CHARGE. THE RECALL BEGAN ON MAY 10, 2005. OWNERS MAY CONTACT VERMEER AT 641-628-3141." -04/06/2005,05E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E027000),"VEHICLE SYSTEMS, INC.",BURNER TUBES/WEBASTO,EQUIPMENT,NR (Not Reported),Equipment,6973,"CERTAIN VEHICLE SYSTEMS AQUA-HOT AND HYDRO-HOT HEATERS MANUFACTURED BETWEEN DECEMBER 1, 2002, AND APRIL 1, 2005, EQUIPPED WITH WEBASTO DBW 2010 DIESEL-BURNER (BURNER TUBE). THE WALLS OF THE BURNER TUBE CAN DETERIORATE AND FAIL.",FAILURE OF THE BURNER TUBE CAN RESULT IN A FIRE.,"VEHICLE SYSTEMS WILL NOTIFY CUSTOMERS AND REPLACE THE BURNER TUBE WITH A NEW ONE FREE OF CHARGE. THE RECALL BEGAN APRIL 11, 2005. OWNERS MAY CONTACT VEHICLE SYSTEMS AT 1-800-685-4298." -04/06/2005,05V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V134000),"Chrysler (FCA US, LLC)",POWER LIFTGATE CONTROL MODULE,LATCHES/LOCKS/LINKAGES,E06,Vehicle,70235,"ON CERTAIN MINIVANS, THE POWER LIFTGATE (PLG) LATCH MAY NOT ENGAGE THE STRIKER ALLOWING THE LIFTGATE TO OPEN WHILE DRIVING.","IN THE EVENT OF A CRASH, AN UNBELTED PASSENGER COULD BE EJECTED FROM THE VEHICLE.","DEALERS WILL REPLACE THE POWER LIFTGATE CONTROL MODULE FREE OF CHARGE. THE RECALL BEGAN APRIL 26, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/06/2005,05V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V135000),Ford Motor Company,STEERING GEAR,STEERING,05S30,Vehicle,481,"ON CERTAIN CHASSIS CAB TRUCKS, THE STEERING GEAR MAY HAVE SOME GEARS WITH A GEAR PISTON THAT WAS ASSEMBLED WITH AN INCORRECT RE-CIRCULATING BALL TUBE RETAINER. AN INCORRECT RETAINER MAY RESULT IN AN IMPROPERLY RETAINED RE-CIRCULATING BALL TUBE, WHICH MAY NOT KEEP THE RE-CIRCULATING BALLS IN PLACE DURING STEERING GEAR ACTUATION.",IF THE RE-CIRCULATING BALLS BECOME DISLODGED A VEHICLE OPERATOR MAY NOTICE NOISE AND INCREASED STEERING EFFORTS THAT MAY EVENTUALLY PROGRESS TO IMPAIRED STEERING OR POTENTIAL LOSS OF STEERING WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE STEERING GEAR FOR A SPECIFIC DATE CODE AND REPLACE IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS MAY CONTACT AT 1-800-392-3673." -04/05/2005,05E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E025000),John Deere,ENGINE SURGING,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1396,"CERTAIN JOHN DEERE 8.1L COMPRESSED NATURAL GAS ENGINES MODELS HFN01 AND HFN03 MANUFACTURED BETWEEN MAY 2000 AND NOVEMBER 2003 AND USED ON SCHOOL AND TRANSIT BUSES. THE ENGINE CONTROL UNIT AND THROTTLE CAN UNEXPECTEDLY SURGE. THESE UNITS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ACCELERATOR CONTROL SYSTEMS.",A SUDDEN ENGINE SURGE COULD POSSIBLY RESULT IN A VEHICLE CRASH.,"JOHN DEERE WILL NOTIFY OWNERS AND WILL UPDATE THE ENGINE CONTROL UNIT SOFTWARE FREE OF CHARGE. THE RECALL BEGAN AUGUST 5, 2005. OWNERS MAY CONTACT JOHN DEERE AT 1-800-JD-ENGINE." -04/05/2005,05V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V138000),FREIGHTLINER LLC,FMVSS 120/ TIRE INFORMATION RATING,EQUIPMENT,FL-444,Vehicle,500,"CERTAIN VAN CHASSIS WITH SINGLE REAR TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE REAR TIRE RATING WAS INCORRECTLY ENTERED IN THE GAWR/GVWR CALCULATION PROGRAM ON CERTAIN SINGLE REAR TIRES. THE REAR GAWR AND GVWR WILL BE INCORRECT WHEN THE GAWR IS LIMITED BY THE TIRE CAPACITY ON CHASSIS WITH THESE TIRES.",THIS COULD CAUSE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING WHICH COULD CAUSE A CRASH.,"DEALERS WILL MAIL NEW CHASSIS IDENTIFICATION LABELS WITH THE CORRECT GAWR, GVWR, AND TIRE INFORMATION. THE RECALL BEGAN ON SEPTEMBER 12, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -04/05/2005,05V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V132000),Honda (American Honda Motor Co.),FUSE BOX,ELECTRICAL SYSTEM,"P73, P74",Vehicle,1923,"ON CERTAIN PASSENGER VEHICLES, A LOOSE TERMINAL IN THE MAIN FUSE BOX MAY CAUSE THE FUEL PUMP TO LOSE POWER. IF THE FUEL PUMP BECOMES INOPERATIVE, THE ENGINE MAY NOT START.",IF THE FUEL PUMP LOSES POWER WHILE DRIVING THE ENGINE COULD STALL WITHOUT WARNING WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE ENTIRE FUSE BOX FREE OF CHARGE. THE RECALL BEGAN ON APRIL 13, 2005. OWNERS MAY CONTACT HONDA AT 800-999-1009 OR ACURA AT 1-800-382-2238." -04/01/2005,05V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V137000),FREIGHTLINER LLC,DANA TIE ROD ASSEMBLIES,STEERING,FL-441,Vehicle,4819,"CERTAIN 2001-2004 MY THOMAS BUILT MVP-EF, ER TRANSIT, MVP-ER, HD, AND HDX SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 24, 2000, AND MARCH 4, 2004. THE TIE ROD ASSEMBLY CAN FRACTURE AND FAIL, POSSIBLY RESULTING IN COMPLETE SEPARATION.",TIE ROD FAILURE CAN POSSIBLY RESULT IN COMPLETE WHEEL SEPARATION AND A VEHICLE CRASH COULD OCCUR.,"THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND WILL REPLACE THE TIE ROD ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 6, 2005. OWNERS MAY CONTACT THOMAS BUILT AT (WE DO NOT YET HAVE A TELEPHONE NUMBER)." -04/01/2005,05V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V133000),"Mercedes-Benz USA, LLC",SENSOTRONIC BRAKE CONTROL/HYDRAULIC BRAKE,"SERVICE BRAKES, HYDRAULIC",2005070007 & 2005110,Vehicle,204000,"ON CERTAIN VEHICLES, THE SENSOTRONIC BRAKE CONTROL (SBC) SYSTEM MAY PREMATURELY SHIFT TO THE HYDRAULIC BACK-UP FUNCTION MODE, DUE TO DETERIORATION OF THE WIRING HARNESS CONNECTION, OR DUE TO PREMATURE FAILURE OF THE HYDRAULIC PUMP.","IN THE HYDRAULIC BACK-UP MODE, THE DRIVER HAS BRAKING POWER SUFFICIENT TO STOP THE VEHICLE, ALTHOUGH GREATER BRAKE PEDAL PRESSURE IS REQUIRED AND THE BRAKE PEDAL TRAVEL WILL BE NOTICEABLY LONGER.","DEALERS WILL INSTALL A BRACKET AND REPLACEMENT GROUND WIRE TO THE SBC PUMP UNIT ON ALL VEHICLES FREE OF CHARGE. ADDITIONALLY DEALERS WILL INSPECT AND REPLACE THE SBC PUMP UNIT IN SL VEHICLES PRODUCED DURING A LIMITED PRODUCTION PERIOD. THE RECALL BEGAN ON AUGUST 8, 2005. OWNERS MAY CONTACT MERCEDES-BENZ AT 1-800-367-6372." -03/31/2005,05V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V127000),"General Motors, LLC",FMVSS 225/CHILD RESTRAINT ANCHORAGE SYSTEM,SEAT BELTS,05040,Vehicle,2536,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS"" THE REQUIREMENTS FOR LOCATION AND INSTRUCTIONS FOR PROPERLY ATTACHING CHILD RESTRAINTS. THE OWNER MANUAL IN THESE VEHICLES INDICATE THE INCORRECT SEAT LOCATIONS WITH UPPER AND LOWER TETHER ANCHORS, AND PROVIDE INCORRECT INSTALLATION INSTRUCTIONS FOR THE TOP TETHER ANCHORAGE.",IMPROPER USE OF CHILD RESTRAINT ANCHORAGE COULD RESULT IN PERSONAL INJURY TO THE SEAT OCCUPANT.,"DEALERS WILL MAIL AN OWNER'S MANUAL UPDATE THAT DESCRIBES THE LOCATION AND PROPER USE OF THE TETHER ANCHORS. THE RECALL BEGAN ON APRIL 15, 2005. OWNERS MAY CONTACT GMC AT 1-866-996-9463." -03/30/2005,05V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V129000),"Eldorado National- California, Inc.",BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,27,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATION AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.",WEBASTO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. WEBASTO WILL REPLACE THE SUSPECTED DEFECTIVE PARTS FREE OF CHARGE. OWNERS MAY CONTACT WEBASTO AT 810-593-6000 OR ELDORADO AT 1-909-591-9557. -03/30/2005,05V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V131000),IC CORPORATION,DRIVESHAFT SEPARATION,POWER TRAIN,05508,Vehicle,949,"CERTAIN 2003, 2005, AND 2006 MY IC CORPORATION RE SCHOOL AND COMMERCIAL BUSES MANUFACTURED BETWEEN JANUARY 29, 2003, AND MARCH 9, 2005. THERE CAN BE METAL TO METAL INTERFERENCE AT THE DRIVELINE U-JOINT. THIS INTERFERENCE CAN LOOSEN THE AXLE STRAP OR CAUSE THE STRAP OR STRAP BOLTS TO BREAK BECAUSE OF FATIGUE STRESSES, CAUSING THE DRIVESHAFT TO SEPARATE FROM THE AXLE YOKE.","IF THE DRIVESHAFT SEPARATES FROM THE VEHICLE, IT COULD COME IN CONTACT WITH OTHER VEHICLES ON OR NEAR THE ROADWAY, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","IC CORPORATION WILL NOTIFY ITS CUSTOMERS AND WILL REPAIR THE VEHICLE FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 5, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 260-461-1924." -03/30/2005,05V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V126000),FREIGHTLINER LLC,ENGINE COOLING FAN/BORG WARNER,ENGINE AND ENGINE COOLING,FL-439,Vehicle,3568,"ON CERTAIN TRUCKS AND FIRE TRUCKS EQUIPPED WITH KYS 4735-43782-02 ENGINE COOLING FANS AND BUILT ON CATERPILLAR 3126, C7, MBE906, MBE926, OR CUMMINS ISC ENGINES, THE STEEL FAN INSERT ON THE COOLING FANS CAN CRACK.","THIS CAN RESULT IN FAN BREAKAGE, RESULTING IN VEHICLE DAMAGE OR PERSONAL INJURY.","DEALERS WILL REPLACE THE ENGINE COOLING FAN FREE OF CHARGE. THE RECALL BEGAN ON JUNE 8, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -03/30/2005,05V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V124000),IC CORPORATION,ENGINE COVER LID CAN FALL,STRUCTURE,05505,Vehicle,550,"CERTAIN 2005 AND 2006 MY IC FE SCHOOL AND COMMERCIAL BUSES MANUFACTURED FROM SEPTEMBER 4, 2003, THROUGH FEBRUARY 5, 2005. WHEN OPEN, THE ENGINE COVER LID IS UNSECURED.","THE LID MAY CLOSE ABRUPTLY IF IT IS BUMPED, POSSIBLY RESULTING IN PERSONAL INJURY.","IC WILL NOTIFY ITS OWNERS AND WILL INSTALL A LATCH AND CABLE ASSEMBLY TO SECURE THE ENGINE COVER LID WHILE IT IS IN THE OPEN POSITION FREE OF CHARGE. THE RECALL BEGAN ON APRIL 22, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 260-461-1924." -03/30/2005,05V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V130000),IC CORPORATION,FMVSS 225/CHILD RESTRAINT ANCHORAGE SYSTEM,CHILD SEAT,05507,Vehicle,1142,"CERTAIN 2004-2006 MY IC CORPORATION CE, FE, AND RE SCHOOL BUSES MANUFACTURED FROM MAY 12, 2003, THROUGH MARCH 2, 2005, EQUIPPED WITH CHILD RESTRAINT ANCHORAGE SYSTEMS. THE DIAMETER LATCH ATTACHMENT BARS EXCEED THE DIAMETER REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, CHILD RESTRAINT ANCHORAGE SYSTEMS, WHICH MAY MAKE IT DIFFICULT TO USE WITH FUTURE CAR SEAT ATTACHMENTS. IN ADDITION, SOME OF THE LATCH ATTACHMENTS ARE LOCATED TOO FAR FORWARD OF THE SEAT BACK.","NOT ATTACHING THE CHILD SEAT PROPERLY MAY RESULT IN PERSONAL INJURY OR DEATH IN THE EVENT OF A VEHICLE CRASH. ALSO, THE INAPPROPRIATE PLACEMENT OF THE BRACKETS MAY RESULT IN PERSONAL INJURY TO A PASSENGER NOT SEATED IN A CAR SEAT.","IC CORPORATION WILL NOTIFY ITS CUSTOMERS AND (1) THE BRACKETS WILL BE REMOVED AND REPLACED BY A SPECIAL BELT SYSTEM AND (2) THE SEAT FRAME WILL BE REPLACED BY A FRAME WITH A NEW SEAT ATTACHMENT BRACKET. THESE REPAIRS WILL BE PERFORMED FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 19, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 260-461-1924." -03/30/2005,05V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V128000),FREIGHTLINER LLC,FUEL LINE/CLUTCH CONTROL CABLE ROUTING,"FUEL SYSTEM, GASOLINE",FL-443,Vehicle,130,"ON CERTAIN CAR HAULERS EQUIPPED WITH MBE4000 ENGINES, THE CLUTCH CONTROL CABLE MAY WEAR A HOLE INTO THE FUEL LINE, CREATING A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL LINE AND REPLACE IT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON DECEMBER 8, 2005. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/30/2005,05V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V125000),FREIGHTLINER LLC,REAR AXLE WHEEL ENDS,SUSPENSION,FL-442,Vehicle,1564,ON CERTAIN TRUCKS THE REAR HUB BEARINGS MAY HAVE BEEN INCORRECTLY ADJUSTED.,THE REAR AXLE WHEEL ENDS WITH EXCESSIVE BEARING PRELOAD ADJUSTMENT WILL OVERHEAT AND MAY CAUSE A FIRE.,"DEALERS WILL CHECK THE REAR WHEEL END INSTALLATION TO VERITY BEARING ADJUSTMENT AND REPAIR TRUCKS WITH DAMAGED BEARINGS. THE RECALL BEGAN ON APRIL 7, 2005 OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -03/30/2005,05V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V121000),"Forest River, Inc.",STAINLESS STEEL CAPPED LUG NUT,WHEELS,NR (Not Reported),Vehicle,,"ON CERTAIN TRAVEL TRAILERS THAT USE ALUMINUM WHEELS, THE LUG BOLTS AND WHEELS CAN COME OFF.","LOSS OF THE LUG NUT COULD CAUSE THE WHEEL TO COME OFF THE VEHICLE, INCREASING THE RISK OF A CRASH.",FOREST RIVER HAS NOT YET PROVIDED A REMEDY FOR THIS RECALL. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT FOREST RIVER AT 1-574-389-4600. -03/30/2005,05V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V123000),Toyota Motor Engineering & Manufacturing,TRD DUAL EXHAUST SYSTEM/VSC SYSTEM,ENGINE AND ENGINE COOLING,50E,Vehicle,5726,"CERTAIN PICKUP TRUCKS EQUIPPED WITH BOTH VEHICLE STABILITY CONTROL (VSC) AND THE TRD DUAL EXHAUST SYSTEMS. THE TRD DUAL EXHAUST SYSTEM MET ALL CLEARANCE SPECIFICATIONS ON MODELS WITHOUT VSC, HOWEVER THE DRIVER'S SIDE EXHAUST LOCATED IN A POSITION WHERE CONTACT BETWEEN A BRAKE LINE FOUND ONLY ON VEHICLES WITH VSC AND THE TRD EXHAUST PIPE MIGHT OCCUR.","IN THIS CONDITION, THE EXHAUST PIPE FLANGE MAY RUB AGAINST THE RIGHT REAR BRAKE LINE, WHICH COULD CAUSE BRAKE FLUID LEAKAGE. THIS COULD LEAD TO AN INCREASE OF VEHICLE STOPPING DISTANCE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND, IF SO EQUIPPED, WILL REPLACE THE TRD DUAL EXHAUST SYSTEM FREE OF CHARGE. DURING THIS REPLACEMENT, THE DEALER WILL ALSO INSPECT THE SPECIFIC BRAKE LINE TO ASSURE IT HAS NOT BEEN DAMAGED AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON MAY 31, 2005. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -03/29/2005,05V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V117000),"Autocar, LLC",ALUMINUM WHEELS/ACCURIDE,WHEELS,A-0504,Vehicle,56,"ON CERTAIN HEAVY-DUTY, CLASS 8 TRUCKS EQUIPPED WITH ACCURIDE ALUMINUM WHEELS, PART NO. 29644ANP, SIZE 22.5 X 8.25, THE WHEELS WERE NOT PROPERLY PRE-STRESSED.","WHEELS THAT HAVE NOT BEEN PROPERLY PRE-STRESSED COULD, OVER TIME, DEVELOP CRACKS IN THE WHEEL THAT COULD RESULT IN A WHEEL FAILURE AND RESULT IN A CRASH.","DEALERS WILL INSPECT AND/OR REPLACE THE RIMS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS MAY CONTACT AUTOCAR AT 1-877-973-3486, EXTENSION 2572." -03/29/2005,05V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V120000),Kia Motors America,ELECTRONIC STABILITY CONTROL MODULE,ELECTRONIC STABILITY CONTROL,SC-044,Vehicle,7619,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH ELECTRONIC STABILITY PROGRAM (ESP), THE YAW RATE SENSOR MAY BECOME TOO SENSITIVE AND MAY RECALIBRATE INACCURATELY. WHILE DRIVING THE ESP PROGRAM MAY CAUSE THE ENGINE TO REDUCE POWER AND MAY CAUSE A BRAKE AT ONE OF THE WHEELS TO BE INAPPROPRIATELY.",BRAKE APPLICATION CAUSED BY INADVERTENT ESP ACTIVATION MAY RESULT IN LOSS OF CONTROL AND A CRASH.,"DEALERS WILL REPROGRAM THE ESP HYDRAULIC ELECTRONIC CONTROL UNIT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 13, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -03/29/2005,05V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V115000),Polaris Inc.,FRONT FORK LEG CLAMP PRESSURE,STRUCTURE,V-05-02,Vehicle,192,"ON CERTAIN MOTORCYCLES, DURING MANUFACTURE, THE CLAMP PRESSURE ON THE FRONT FORK LEGS WAS INCORRECTLY SET.","INADEQUATE CLAMP PRESSURE ON THE FORK LEGS COULD CAUSE THE FORKS TO SLIDE UP THROUGH THE TRIPLE CLAMPS DURING HIGH IMPACT, E.G., HARD BRAKING, HITTING LARGE BUMPS, POTHOLES, ETC. SUCH A CONDITION COULD AFFECT THE HANDLING CONDITIONS OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-TIGHTEN THE FORK LEG CLAMPS TO THE PROPER SPECIFICATIONS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2005. OWNERS MAY CONTACT POLARIS/VICTORY AT 1-763- 417-8650 OR WWW.VICTORY-USA.COM." -03/29/2005,05V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V114000),"Eldorado National- California, Inc.",FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,402,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ISB DIESEL ENGINES, THE FUEL LIFT PUMP COULD FAIL IN A MANNER WHICH RESULTS IN ENGINE FUEL STARVATION, WHICH COULD RESULT IN A STALL CONDITION. POTENTIAL LIFT PUMP FAILURE MODES INCLUDE: BRUSH WEAR OUT, BUSHING FAILURE, ROTOR TAB INSERT FAILURE, OR ANY OTHER FAILURE MODE THAT WOULD CAUSE THE FUEL PUMPING ELEMENT TO STOP SPINNING.","IF THE FUEL LIFT PUMP PUMPING ELEMENT STOPS SPINNING AND THE FUEL PUMPING VANES STOP IN A LOCATION WHICH BLOCKS FUEL FLOW THROUGH THE LIFT PUMP, THE ENGINE WILL BE STARVED OF FUEL. FUEL STARVATION COULD CAUSE LOW ENGINE POWER, ENGINE MISFIRE, OR ENGINE STALL. PRIOR TO THE ENGINE STALLING, THE OPERATOR COULD EXPERIENCE LOW ENGINE POWER, ENGINE MISFIRE, AND/OR DASH-MOUNTED FAULT LAMP ILLUMINATION.",CUMMINS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR ELDORADO AT 1-909-591-9557. -03/29/2005,05V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V118000),"Mack Trucks, Inc.",STEERING SHAFT PINCH BOLT TORQUE,STEERING,SCO295,Vehicle,127,"ON CERTAIN HEAVY-DUTY, CLASS 8 TRUCKS, THE LOWER AND UPPER STEERING SHAFT PINCH BOLTS WERE IMPROPERLY TIGHTENED.","AS A RESULT OF THIS CONDITION, THE STEERING SHAFT COULD POSSIBLY COME LOOSE WHICH COULD LEAD TO A SUDDEN LOSS OF VEHICLE CONTROL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE TORQUE AT THE SUSPECT JOINTS, AND CORRECT IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN ON MAY 5, 2005. OWNERS MAY CONTACT MACK AT 1-610-709-2131." -03/28/2005,05V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V122000),IC CORPORATION,BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,05509,Vehicle,402,"CERTAIN 2003-2006 MY IC CE, FE, AND RE SCHOOL BUSES AND RE COMMERCIAL BUSES MANUFACTURED BETWEEN FEBRUARY 4, 2003, AND MARCH 1, 2005, AND EQUIPPED WITH WEBASTO COOLANT HEATERS. THE STAINLESS STEEL WALLS OF THE BURNER TUBES INCORPORATED INTO WEBASTO COOLANT HEATERS MAY BE MADE OF A MATERIAL THAT IS NOT WITHIN SPECIFICATION AND MAY FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","IC WILL NOTIFY ITS OWNERS AND REPLACE THE BURNER TUBES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 20, 2005. OWNERS MAY CONTACT INTERNATIONAL AT 260-461-1924." -03/28/2005,05E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E017000),Villa International,DRIVER SEAT CAN SEPARATE FROM BASE,SEATS,NR (Not Reported),Equipment,158,"CERTAIN VILLA DRIVER'S SEAT, MODEL 903, WITH A 5 INCH SWIVEL PEDESTAL INSTALLED IN 2001 THROUGH 2005 NEWELL MOTORCOACHES. THE SWIVEL PEDESTAL CENTER BOLT PULLS THROUGH THE PEDESTAL TOP PLATE AND CANNOT MEET THE FULL LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, SEATING SYSTEMS.","IN THE EVENT OF A VEHICLE CRASH, THE CENTER BOLT ON THE SWIVEL PEDESTAL CAN BREAK, POTENTIALLY LEADING TO SERIOUS INJURY OR DEATH TO THE OCCUPANT.","VILLA WILL NOTIFY THE CUSTOMER OF NEWELL COACH AND REPLACE THE PEDESTAL WITH A REINFORCEMENT PEDESTAL FREE OF CHARGE. THE RECALL BEGAN APRIL 19, 2005. OWNERS MAY CONTACT VILLA INTERNATIONAL AT 1-888-707-7272." -03/25/2005,05V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V119000),Hyundai Motor America,ELECTRONIC STABILITY CONTROL/YAW RATE SENSOR,ELECTRONIC STABILITY CONTROL,068,Vehicle,30558,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH ELECTRONIC STABILITY PROGRAM (ESP), THE YAW RATE SENSOR MAY BECOME TOO SENSITIVE AND MAY RECALIBRATE INACCURATELY. WHILE DRIVING THE ESP PROGRAM MAY CAUSE THE ENGINE TO REDUCE POWER AND MAY CAUSE A BRAKE AT ONE OF THE WHEELS TO BE INAPPROPRIATELY.",BRAKE APPLICATION CAUSED BY INADVERTENT ESP ACTIVATION MAY RESULT IN LOSS OF CONTROL AND A CRASH.,"DEALERS WILL REPROGRAM THE ESP HYDRAULIC ELECTRONIC CONTROL UNIT FREE OF CHARGE. THE RECALL BEGAN ON APRIL 13, 2005. OWNERS MAY CONTACT HYUNDAI AT 1-800-633-5151." -03/25/2005,05V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V116000),"New Flyer of America, Inc.",RADIUS ROD BRACKET,STEERING,NR (Not Reported),Vehicle,178,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH MERITOR FRONT AXLE ASSEMBLIES, A WELD IS MISSING ON THE RADIUS ROD ATTACHMENT BRACKETAND THE BRACKET MAY FATIGUE AND FAIL WHILE IN USE.",BRACKET FAILURE COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THE BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 6, 2005. OWNERS MAY CONTACT NEW FLYER AT 204-934-4874." -03/24/2005,05V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V112000),"Mack Trucks, Inc.",BRAKE CHAMBER ADJUSTABLE LENGTH TORQUE ROD,"SERVICE BRAKES, AIR",SC0294,Vehicle,291,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH AIR SUSPENSION PROPRIETARY AXLES AND ADJUSTABLE LENGH TORQUE RODS, AN INTERFERENCE BETWEEN THE ADJUSTABLE TORQUE ROD AND THE BRAKE CHAMBER ON THE LEFT SIDE OF THE CHASSIS MAY EXIST. THE SPRING BRAKE CHAMBER CLAMP RING COULD POSSIBLY BE DISTORTED OVER TIME RESULTING IN LOSS OF AIR, WHICH COULD LEAD TO THE SPRING BRAKE AT THE CHAMBER BEING INADVERTENTLY APPLIED.","BRAKING CAPABILITY WOULD BE DIMINISHED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPAIR AND REPLACE THE ADJUSTABLE TORQUE ROD, WITH A FIXED LENGTH TORQUE ROD, INSPECT AND REPAIR THE BRAKE CHAMBER FREE OF CHARGE. THE RECALL BEGAN ON MAY 3, 2005. OWNERS MAY CONTACT MACK TRUCKS AT 610-709-2131." -03/24/2005,05V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V108000),OPTIMA BUS CORP,BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,SAF 05002,Vehicle,2,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.",WEBASTO DEALERS WILL REPLACE THE SUSPECTED DEFECTIVE PARTS FREE OF CHARGE. OWNERS MAY CONTACT OPTIMA AT 316-779-7700 OR WEBASTO AT 810-593-6000. -03/24/2005,05V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V110000),OPTIMA BUS CORP,FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,417,"ON TROLLEYS AND TRANSIT COACHES EQUIPPED WITH CUMMINS ISB DIESEL ENGINES, THE FUEL LIFT PUMP COULD FAIL IN A MANNER WHICH RESULTS IN ENGINE FUEL STARVATION, WHICH COULD RESULT IN A STALL CONDITION. POTENTIAL LIFT PUMP FAILURE MODES INCLUDE: BRUSH WEAR OUT, BUSHING FAILURE, ROTOR TAB INSERT FAILURE, OR ANY OTHER FAILURE MODE THAT WOULD CAUSE THE FUEL PUMPING ELEMENT TO STOP SPINNING.","IF THE FUEL LIFT PUMP PUMPING ELEMENT STOPS SPINNING AND THE FUEL PUMPING VANES STOP IN A LOCATION WHICH BLOCKS FUEL FLOW THROUGH THE LIFT PUMP, THE ENGINE WILL BE STARVED OF FUEL. FUEL STARVATION COULD CAUSE LOW ENGINE POWER, ENGINE MISFIRE, OR ENGINE STALL. PRIOR TO THE ENGINE STALLING, THE OPERATOR COULD EXPERIENCE LOW ENGINE POWER, ENGINE MISFIRE, AND/OR DASH-MOUNTED FAULT LAMP ILLUMINATION.",CUMMINS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR OPTIMA AT 316-779-7700. -03/24/2005,05V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V111000),"Mack Trucks, Inc.",FXL AXLE DUST SHIELD BOLT INTERFERENCE,POWER TRAIN,SC0293,Vehicle,39,"ON CERTAIN TRUCKS EQUIPPED WITH THE FXL AXLE AND MERITOR 16.5 X 5 BRAKES WITH DUST SHIELDS, THERE MAY BE INTERFERENCE BETWEEN THE DUST SHIELD MOUNTING BOLT AND THE KNUCKLE ON THE FRONT AXLE. AS A RESULT OF THE INTERFERENCE, THE BOLT JOINT BETWEEN THE WHEEL END AND THE KNUCKLE MAY NOT MEET THE TORQUE REQUIREMENTS.","THIS COULD RESULT IN VIBRATION OR BRAKE PERFORMANCE ISSUES. BRAKING CAPABILITY WOULD BE DIMINISHED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE HUB AND BRAKE ASSEMBLY TO INSTALL A NEW DUST SHIELD FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 17, 2005. OWNERS MAY CONTACT MACK TRUCKS 610-709-2131." -03/24/2005,05V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V109000),Newmar Corporation,INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,50402-C,Vehicle,1738,"CERTAIN CLASS A MOTOR HOMES BUILT ON WORKHORSE CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 101, ""CONTROLS AND DISPLAY"" AND STANDARD NO. 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" MODELS WITH ACTIA INSTRUMENT CLUSTER, THE INCORRECT SOFTWARE PROGRAMMED INTO THE CLUSTER SUCH THAT CERTAIN WARNINGS ARE NOT DISPLAYED.",INCORRECT SOFTWARE MAY NOT HAVE THE ABILITY TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURES. THE STANDARDS REQUIRE DRIVER WARNING WHEN BRAKE FAILURE CODES ARE SET.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR NEWMAR AT 574-773-7719. -03/23/2005,05V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V107000),Prevost Car (US) Inc.,POWER STEERING PRESSURE HOSE,STEERING,SR05-07,Vehicle,943,"ON CERTAIN MOTOR COACHES AND MOTOR HOMES, THE POWER STEERING HOSE CAN RUB IN THE ENGINE COMPARTMENT AND IN THE SPARE TIRE COMPARTMENT WHICH WILL CAUSE A POWER STEERING HOSE BREAK DOWN.",LOSS OF STEERING CONTROL CAN CAUSE A VEHICLE CRASH WITHOUT PRIOR NOTICE.,"DEALERS WILL INSPECT THE HOSES AND REPLACE THEM IF THERE IS EVIDENCE OF WEAR FREE OF CHARGE. THE RECALL BEGAN ON MARCH 30, 2005. OWNERS MAY CONTACT PREVOST AT 418-831-5432." -03/22/2005,05V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V087000),Prevost Car (US) Inc.,RADIUS ROD SUPPORT BOLTS,STRUCTURE,SR05-06,Vehicle,180,"ON CERTAIN TRANSIT COACHESS, THE BOLTS SECURING THE RADIUS ROD SUPPORTS CAN LOOSEN AND COULD COMPLETELY DETACH.","A LOOSE ATTACHMENT SHOULD BE DETECTED AT REGULAR INSPECTIONS. THIS CONDITION WILL CREATE SOME UNUSUAL NOISE AND THE VEHICLE STABILITY WILL DETERIORATE GRADUALLY. IF A ROD IS DETACHED COMPLETELY, IT WILL CREATE A LARGE AMOUNT OF NOISE AND THE VEHICLE STABILITY WILL BE REDUCED. THIS COULD RESULT IN A CRASH.","DEALERS WILL REINSTALL RADIUS ROD SUPPORTS USING LOCTITE PRODUCT ON THE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON MAY 25, 2005. OWNERS MAY CONTACT PREVOST AT 1-418-831-5432." -03/21/2005,05E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E023000),CEQUENT TOWING PRODUCTS,SEPARATION OF HITCH FROM TOW LOAD,EQUIPMENT,NR (Not Reported),Equipment,358,"CERTAIN HIDDEN HITCH BRAND HITCH RECEIVERS MANUFACTURED BY CEQUENT BETWEEN DECEMBER 2003 AND DECEMBER 2004, P/N 64-6215, AND INSTALLED EXCLUSIVELY ON 2004 GULFSTREAM ENDURA CLASS C MOTORHOMES. THE HARDWARE MAY BECOME LOOSE, ALLOWING THE HITCH AND TOWED UNIT TO SEPARATE FROM THE TOWING VEHICLE.","SHOULD THE TOWED LOAD SEPARATE FROM THE TOWING VEHICLE, A CRASH COULD OCCUR, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","HIDDEN HITCH WILL NOTIFY THE AFFECTED GULFSTREAM CUSTOMERS AND REPLACE THE HITCH HARDWARE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 17, 2005. OWNERS MAY CONTACT HIDDEN HITCH AT 1-800-529-5522 EXTENSION 477." -03/21/2005,05E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E022000),MOBILE TECH CORPORATION,WHEELCHAIR LIFT WARNING LABEL,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,42,"CERTAIN WHEELCHAIR LIFTS, MODEL STEP-LIFT, P/N 32350-CCE, MANUFACTURED BY MOBILE TECH CORPORATION FOR USE ON OPTIMA TROLLEY STYLE BUSES. THE DECAL WARNING ABOUT ADJUSTING THE RELIEF VALVES IS NOT COMPLETELY VISIBLE.",PERSONS NOT SKILLED IN HYDRAULIC SYSTEM MAINTENANCE COULD BE SERIOUSLY INJURED OR KILLED SHOULD THEY NOT USE THE CORRECT TOOL AND PROCEDURES.,"THE RECALL BEGAN APRIL 5, 2005. OWNERS MAY CONTACT MOBILE TECH AT 620-662-9000." -03/18/2005,05V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V102000),Carriage Industries,ALUMINUM WHEELS/TREDIT,WHEELS,NR (Not Reported),Vehicle,25,"ON CERTAIN TRAILERS, THE WHEELS AND NUTS MAY NOT MAINTAIN A SOLID CLAMP DUE TO DECREASED LENGTH OF ENGAGEMENT.",WHEELS MIGHT SEPARATE FROM THE AXLE HUB BECAUSE OF THICK RIMS AND LIMITED THREAD ENGAGEMENT. A CRASH MAY OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL REPLACE THE WHEEL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 11, 2005. OWNERS MAY CONTACT CARRIAGE INDUSTRIES AT 435-752-3737 EXT 315." -03/18/2005,05V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V104000),"General Motors, LLC",BODY WIRING HARNESS,ELECTRICAL SYSTEM,05035,Vehicle,24875,CERTAIN MEDIUM DUTY CONVENTIONAL CAB TRUCKS WERE PRODUCED WITH A BODY WIRING HARNESS WITH NO PROTECTIVE CONDUIT IN THE AREA UNDER THE DRIVER'S FEET TO REDUCE THE POTENTIAL FOR HARNESS WEAR. THE BODY WIRING HARNESS INCLUDES SDM WIRING THAT COULD BE DAMAGED FROM CHAFING AND WEAR BY THE VEHICLE OPERATOR.,"THIS COULD RESULT IN INADVERTENT AIR BAG DEPLOYMENT. A PERSON MAY RECEIVE MINOR INJURIES, SUCH AS ABRASIONS, FROM CONTACT WITH THE BAG.","DEALERS WILL INSPECT THE WIRING HARNESS FOR POTENTIAL DAMAGE, REPAIR OR REPLACE THE HARNESS IF REQUIRED, AND ADD CONDUIT TO ALL HARNESSES FREE OF CHARGE. THE RECALL BEGAON ON MAY 3, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -03/18/2005,05V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V103000),"General Motors, LLC",BRAKE PEDAL PUSHROD/BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",05039,Vehicle,707,"ON CERTAIN SPORT UTILITY VEHICLES, THE BRAKE PEDAL PUSHROD RETAINER MAY BE MISSING. IF THE RETAINER IS MISSING, THE BRAKE BOOSTER PUSHROD COULD DISENGAGE FROM THE BRAKE PEDAL.",THIS COULD RESULT IN A LOSS OF BRAKES WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE VEHICLES FOR THE BRAKE PEDAL PUSHROD RETAINER AND INSTALL ONE IF IT IS MISSING FREE OF CHARGE. THE MANUFACTURER BEGAN CONTACTING OWNERS BY TELEPHONE ON MARCH 10, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -03/18/2005,05V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V113000),Ford Motor Company,FUEL TANK,"FUEL SYSTEM, GASOLINE",052S29,Vehicle,56,"ON CERTAIN PASSENGER VEHICLES, THE FUEL TANK MAY HAVE A LOCALIZED THIN WALL SECTION IN THE LOWER HALF OF THE TANK. THE FUEL TANK MAY CRACK CREATING A POTENTIAL FOR A FUEL LEAK AND FUEL ODOR. THE ""SERVICE ENGINE SOON"" INDICATOR MAY ILLUMINATE.",A FUEL LEAK IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANK FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673, LINCOLN AT 1-800-521-4140." -03/17/2005,05V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V101000),"WESTERN WORLD, INC.",ALUMINUM WHEELS,WHEELS,NR (Not Reported),Vehicle,57,"ON CERTAIN TRAILERS, THE WHEELS AND NUTS MAY NOT MAINTAIN A SOLID CLAMP DUE TO DECREASED LENGTH OF ENGAGEMENT.",WHEELS MIGHT SEPARATE FROM THE AXLE HUB BECAUSE OF THICK RIMS AND LIMITED THREAD ENGAGEMENT. A CRASH MAY OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL REPLACE THE WHEEL FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 29, 2005. OWNERS MAY CONTACT WESTERN WORLD AT 801-978-0317." -03/17/2005,05V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V106000),"Gillig, LLC",BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,10,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.",WEBASTO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. WEBSTO WILL REPLACE THE SUSPECTED DEFECTIVE PARTS. OWNERS MAY CONTACT WEBASTO AT 810-593-6000 OR GILLIG AT 510-264-5031. -03/17/2005,05V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V092000),"Coachmen RV Company, LLC",HITCH BRACKET ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,251,"ON CERTAIN CLASS A MOTOR HOMES, THE REAR HITCH ATTACHMENT BRACKETS THAT CONNECT THE HITCH ASSEMBLY TO THE CHASSIS FRAME MAY CRACK AT THE 90 DEGREE BEND.","IF THIS WERE TO OCCUR, A COMPLETE SEPARATION OF THE HITCH ASSEMBLY FROM THE CHASSIS COULD OCCUR, RESULTING IN A CRASH DUE TO A LOSS OF CONTROL OF THE TOWED VEHICLE OR TRAILER.","DEALERS WILL REPAIR THE HITCH ASSEMBLY ATTACHMENT BRACKETS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 24, 2005. OWNERS MAY CONTACT COACHMEN AT 1-800-453-6064." -03/17/2005,05V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V089000),"GEORGIE BOY MFG., LLC",INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,50402-C,Vehicle,151,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 101, ""CONTROLS AND DISPLAY"" AND STANDARD NO. 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" MODELS WITH ACTIA INSTRUMENT CLUSTER, THE INCORRECT SOFTWARE PROGRAMMED INTO THE CLUSTER SUCH THAT CERTAIN WARNINGS ARE NOT DISPLAYED.",INCORRECT SOFTWARE MAY NOT HAVE THE ABILITY TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURES. THE STANDARDS REQUIRE DRIVER WARNING WHEN BRAKE FAILURE CODES ARE SET.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR GEORGIE BOY AT 877-876-9024. -03/16/2005,05V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V100000),"New Flyer of America, Inc.",BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,28,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","DEALERS WILL REPLACE THE SUSPECTED DEFECTIVE PARTS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 15, 2005. OWNERS MAY CONTACT NEW FLYER AT CUSTOMER SERVICES AT 204-934-4874." -03/15/2005,05V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V093000),"Mitsubishi Fuso Truck of America, Inc.",BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",C0027020,Vehicle,3,"ON CERTAIN TRUCKS, THE BRAKE MASTER CYLINDER PISTON CUPS MAY HAVE BEEN MANUFACTURED WITH A DEFECT IN THE RUBBER SURFACE. RESIDUE MAY HAVE INVADED THE PISTON CUPS DURING THE MASTER CYLINDER MANUFACTURING PROCESS. THE RESIDUE COULD STICK TO THE CUPS AND CAUSE THEM TO CRACK DURING NORMAL BRAKING OPERATION.","A CRACK IN THE PISTON CUP COULD AFFECT THE TRUCK'S BRAKING ABILITY, AND CAUSE A CRASH.","DEALERS WILL INSTALL A MODIFIED BRAKE MASTER CYLINDER ASSEMBLY. THE RECALL BEGAN ON APRIL 21, 2005. OWNERS MAY CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -03/15/2005,05V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V095000),"POLARIS INDUSTRIES, INC.",THROTTLE TWIST GRIP,VEHICLE SPEED CONTROL,V-05-01,Vehicle,774,"ON CERTAIN MOTORCYCLES, THE THROTTLE TWIST GRIP MAY NOT RETURN TO THE FULLY CLOSED POSITION DUE TO METAL TO METAL CONTACT OR DEBRIS BETWEEN THE THROTTLE TWIST GRIP AND THE HANDLEBAR.","RESTRICTED THROTTLE MOVEMENT COULD RESULT IN A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL DISASSEMBLE THE THROTTLE MECHANISM, CLEAN THE TWIST GRIP ASSEMBLY AND HANDLEBAR, LUBRICATE MOVING PARTS AND REASSEMBLE. ANY WORN OR DAMAGED PARTS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN ON APRIL 1, 2005. OWNERS MAY CONTACT VICTORY AT 1-763-417-8650." -03/15/2005,05V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V105000),"JLG Industries, Inc.",USER'S MANUAL/TORQUE WHEELS,WHEELS,NR (Not Reported),Vehicle,335,USER MANUALS SENT WITH THESE TRAILERS INCORRECTLY STATE THE VALUES FOR THE WHEEL LUG NUT TORQUE.,"IN THE EVENT THAT THE LUG NUTS ARE TORQUED IN ACCORDANCE WITH THE INCORRECT INFORMATION CONTAINED IN THE MANUAL, THE LUG NUTS WILL NOT BE TORQUED PROPERLY PRIOR TO TOWING OF THE TRAILER. IMPROPERLY TORQUED LUG NUTS MAY LEAD TO BROKEN STUDS AND WHEEL DETACHMENT. A CRASH MAY OCCUR RESULTING IN SERIOUS INJURIES.","JLG WILL MAIL TO DEALERS AND OWNERS A NEW USER'S MANUAL. THE RECALL BEGAN APRIL 6, 2005. OWNERS MAY CONTACT JLG INDUSTRIES AT 877-554-7233." -03/15/2005,05V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V094000),ORION BUS INDUSTRIES LTD.,WINDOW RETENTION CLIPS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,167,"ON CERTAIN BUSES, AN INCORRECT WINDOW RETENTION CLIP WAS INSTALLED ALLOWING THE EMERGENCY EXIT WINDOW TO OPEN WITH LITTLE OUTWARD FORCE.",A PASSENGER COULD FALL OUT OF THE BUS INCREASING THE RISK OF INJURY.,"DEALERS WILL REPLACE THE WINDOW RETENTION CLIPS. THE RECALL BEGAN ON MARCH 4, 2005. ALL OWNERS HAVE BEEN CONTACTED. OWNERS MAY CONTACT ORION AT 1-905-403-7832." -03/15/2005,05V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V096000),"Volkswagen Group of America, Inc.",XENON HEADLAMPS,EXTERIOR LIGHTING,JH,Vehicle,9965,"ON CERTAIN PASSENGER VEHICLES, THERE IS A POSSIBILITY OF XENON HEADLAMP COATING DEGRADATION OVER TIME. THE LUMINOUS TRANSMITTANCE OF THE HEADLAMP MAY DECREASE OVER A PERIOD OF TIME.","THIS CONDITION COULD AFFECT A DRIVER'S FIELD OF VIEW, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LEFT AND RIGHT XENON HEADLAMP REFLECTORS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 11, 2005. OWNERS MAY CONTACT AUDI AT 1-800-822-2834." -03/14/2005,05E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E021000),CARRIER TRANSPORT AIR CONDITIONING CO.,AIR CONDITION MOUNTING BRACKETS,EQUIPMENT,NR (Not Reported),Equipment,839,"CERTAIN CARRIER AIR CONDITIONER MOUNTING BRACKET KITS MANUFACTURED BETWEEN JANUARY 1 AND SEPTEMBER 1, 2004, P/N 86-62400-00. THESE KITS ARE DESIGNED FOR USE ON CERTAIN FORD E-SERIES CHASSIS WITH 6.0L DIESEL ENGINES. THE WELDMENT CAN BREAK OR FALL OFF.","IF THE WELDMENT BREAKS OR FALLS OFF, THE CARRIER SUPPLIED COMPRESSOR AND FORD ORIGINAL EQUIPMENT VACUUM PUMP COULD SHIFT CAUSING THE MISALIGNMENT AND EVENTUAL LOSS OF THE DRIVE BELT WHICH COULD EVENTUALLY LEAD TO THE LOSS OF THE PRIMARY BRAKING SYSTEM, POSSIBLY RESULTING IN A VEHICLE CRASH.","CARRIER WILL NOTIFY CUSTOMERS AND INSPECT THE WELDMENTS FOR CRACKING AND REPLACE THE WELDMENT AS NECESSARY, FREE OF CHARGE. THE RECALL BEGAN ON APRIL 22, 2005. OWNERS MAY CONTACT CARRIER SERVICE DEPARTMENT AT 1-800-450-2211." -03/14/2005,05E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E020000),ACCURIDE CORPORATION,ALUMINUM WHEEL CRACKING,WHEELS,NR (Not Reported),Equipment,640,"CERTAIN ACCURIDE BRAND 22.5X8.25 15-DEGREE ALUMINUM WHEELS, P/N 29644ANP, MANUFACTURED BETWEEN JANUARY 15 AND 17, 2005. THE WHEELS MAY NOT HAVE BEEN PROPERLY PRE-STRESSED AND MAY EXPERIENCE PREMATURE CRACKING ON THE DISC FACE THAT COULD RESULT IN FAILURE.","SHOULD THE WHEEL FAIL WHILE THE VEHICLE IS IN USE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN INJURY OR DEATH.",ACCURIDE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2005. OWNERS MAY CONTACT ACCURIDE AT 1-800-869-2275. -03/14/2005,05V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V086000),Ford Motor Company,BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",04B26,Vehicle,43626,"ON CERTAIN PASSENGER VEHICLES BUILT WITH ELECTRONIC TRACTION CONTROL, THE REAR BRAKE LINE MAY CHAFE DUE TO CONTACT BETWEEN IT AND A FLOOR PAN STIFFENING RIB, AND A BRAKE FLUID LEAK MAY OCCUR.","THE BRAKE PEDAL MAY DEVELOP A ""SPONGY"" FEEL AND DROPS OF BRAKE FLUID MAY BE OBSERVED BENEATH THE VEHICLE. OVER TIME BRAKE PERFORMANCE MAY BE COMPROMISED AND STOPPING DISTANCES COULD BE EXTENDED WHICH COULD LEAD TO A CRASH.","DEALERS WILL INSPECT THE SUBJECT VEHICLES FOR CONTACT BETWEEN THE BRAKE TUBE AND FLOOR PAN STIFFENING RIB. IF CONTACT IS EVIDENT, BUT NO ABRASION OR LEAKS EXIST, THE BRAKE TUBE WILL BE REPOSITIONED TO PRECLUDE FURTHER CONTACT AND POTENTIAL ABRASION. IF INDICATION OF ABRASION OR A LEAK IS EVIDENT, DEALERS WILL REPAIR THE BRAKE LINE. THIS CAMPAIGN BEGAN ON JULY 15, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -03/14/2005,05V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V098000),"General Motors, LLC",FMVSS 225/CHILD RESTRAINT LOWER ANCHORS,EQUIPMENT,05005,Vehicle,35777,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, 'CHILD RESTRAINT ANCHORAGE SYSTEMS.' THE CHILD RESTRAINT LOWER ANCHORS IN THE CENTER REAR SEATING POSITION ARE LOCATED APPROXIMATELY 90MM BEHIND THE CORRESPONDING Z-POINT OF THE CHILD RESTRAINT FIXTURE (CRF). THE OWNER'S MANUAL STATES THAT ANCHORS ARE AT THE OUTBOARD SEATING POSITIONS ONLY.","WITHOUT ADDITIONAL AND CORRECTED OWNER'S MANUAL INFORMATION, AN OWNER MAY ENCOUNTER DIFFICULTY IN INSTALLING CHILD RESTRAINTS WITH RIGID ATTACHMENTS IN THE CENTER POSITION.","OWNERS WILL BE MAILED AN OWNER'S MANUAL SUPPLEMENT. THE RECALL IBEGAN ON MARCH 20, 2005. OWNERS MAY CONTACT PONTIAC AT 1-800-620-7668." -03/14/2005,05V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V090000),FOUR WINDS INTERNATIONAL,SPARE WHEELS/HISPEC,WHEELS,NR (Not Reported),Vehicle,261,"ON CERTAIN CLASS B AND CLASS C MOTOR HOMES, THE SPARE WHEELS CONTAIN AN INCORRECT OFFSET. THE CENTER OF THE WHEEL WAS WELDED IN THE WRONG POSITION.",THE WHEEL MAY RUB AGAINST THE BRAKE CALIPER WHICH COULD RESULT IN A BRAKE FAILURE INCREASING THE RISK OF A CRASH.,"THE SPARE WHEELS WILL BE REPLACED FREE OF CHARGE. THE RECALL BEAGN ON MAY 13, 2005. OWNERS MAY CONTACT FOUR WINDS AT 1-574-266-1111." -03/14/2005,05V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V099000),"General Motors, LLC",STOP LAMP/HAZARD LAMP CIRCUIT,EXTERIOR LIGHTING,05013,Vehicle,77055,"ON CERTAIN MINIVANS, THE MULTIFUNCTION SWITCH MAY DEVELOP AN OPEN CIRCUIT CONDITION IN THE STOP LAMP OR HAZARD LAMP CIRCUIT THAT RESULTS IN THE STOP LAMPS AND HAZARD LAMPS BEING INOPERATIVE.",THE LOSS OF STOP LAMPS AND REAR HAZARD LAMPS COULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND/OR IS STOPPED AND COULD LEAD TO A VEHICLE CRASH.,"DEALERS WILL REPLACE THE HAZARD WARNING FLASHER SWITCH AND APPLY SPECIAL GREASE TO THE CONTACTS AT THE TIME OF INSTALLATION OF THE MODULE FREE OF CHARGE. THE REPAIR WOULD BE USED IN VEHICLES IN WHICH THE HAZARD SLIDER BUTTON IS STILL MOVABLE. IF A VEHICLE HAS A HAZARD SLIDER BUTTON THAT IS NOT MOVABLE (FROZEN), THE ENTIRE MULTIFUNCTION SWITCH WILL BE REPLACED. THE RECALL BEGAN ON APRIL 13, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -03/11/2005,05E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E019000),DOT CHEMICAL,AFTERMARKET BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,50000,"CERTAIN DOT CHEMICAL RADIATOR SPECIALTY BRAKE FLUID, LOT NUMBERS KMF02 AND KMF03, SHIPPED FROM DOT CHEMICAL FROM JUNE 1, 2004, TO FEBRUARY 28, 2005, FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, MOTOR VEHICLE BRAKE FLUIDS. FIBER-LIKE CRYSTALS HAVE BEEN OBSERVED IN THE BRAKE FLUID.",THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A DESCRIPTION OF THE CONSEQUENCE AS IT RELATES TO MOTOR VEHICLE SAFETY.,"DOT CHEMICAL WILL NOTIFY PURCHASERS AND WILL REPLACE THE BRAKE FLUID OR PROVIDE A FULL REFUND. THE RECALL BEGAN ON MARCH 9, 2006. OWNERS MAY CONTACT DOT CHEMICAL AT 281-328-3501." -03/11/2005,05V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V097000),"TARASPORT TRAILERS, INC.",FMVSS 223/INCORRECT BUMPER HEIGHT,STRUCTURE,NR (Not Reported),Vehicle,35,"CERTAIN DROP AND STRAIGHT DECK TRAILERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 223, 'REAR IMPACT GUARDS.' THE GUARD HAS A VERTICAL HEIGHT OF 63.5MM (2 1/2 INCHES) AND SHOULD BE AT LEAST 100MM (4 INCHES).",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"TARASPORT WILL INSTALL A 100MM REAR HORIZONTAL MEMBER TO THE TRAILERS FREE OF CHARGE. THE RECALL BEGAN ON MARCH 28, 2005. OWNERS MAY CONTACT TARASPORT AT 1-423-337-4660 OR THROUGH THEIR WEBSITE AT WWW.TARASPORT.COM." -03/11/2005,05V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V091000),"Coachmen RV Company, LLC",INSTRUMENT CLUSTER/FMVSS 101 & 105/ WORKHORSE,ELECTRICAL SYSTEM,50402-C,Vehicle,250,"ON CERTAIN MOTOR HOMES BUILT ON WORKHORSE CHASSIS, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 101, ""CONTROLS AND DISPLAY"" AND STANDARD NO. 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" MODELS WITH ACTIA INSTRUMENT CLUSTER, THE INCORRECT SOFTWARE PROGRAMMED INTO THE CLUSTER SUCH THAT CERTAIN WARNINGS ARE NOT DISPLAYED.",INCORRECT SOFTWARE MAY NOT HAVE THE ABILITY TO ILLUMINATE WARNING LAMPS INDICATING BRAKE SYSTEM FAILURES. THE STANDARDS REQUIRE DRIVER WARNING WHEN BRAKE FAILURE CODES ARE SET.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT WORKHORSE AT 1-877-294-6773 OR COACHMEN AT 574-825-5821. -03/09/2005,05V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V088000),"NABI Bus, LLC",HYDRAULIC POWER STEERING,STEERING,20052,Vehicle,3680,"ON CERTAIN TRANSIT BUSES, THE FRONT AXLE STOPS AND THE POWER STEERING GEAR HYDRAULIC LIMIT VALVES WERE FOUND TO BE OUT OF ADJUSTMENT. THE DRAG LINK MAY EXPERIENCE PERMANENT DEFORMATION DUE TO THE STEERING LOAD.","DURING LONG TERM OPERATION INVOLVING REPEATED FLEXING OF THE DRAG LINK, IT MAY EVENTUALLY CRACK AND BREAK. THE DRIVER WILL NO LONGER HAVE STEERING CONTROL OF THE VEHICLE AND A CRASH COULD OCCUR CAUSING INJURY OR DEATH.","DEALERS WILL INSPECT AND REPLACE THE DRAG LINKS WITH A STRONGER DRAG LINK. DEALERS WILL ALSO INSPECT THE STEERING GEAR HYDRAULIC LIMIT VALVE SETTINGS. THE RECALL BEGAN ON MAY 16, 2005. OWNERS MAY CONTACT NABI AT 256-831-4296." -03/09/2005,05V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V085000),Ducati North America,OIL COOLER DELIVERY AND RETURN HOSE,ENGINE AND ENGINE COOLING,RCL-05-002 DNA,Vehicle,475,"ON CERTAIN MOTORCYCLES, THE OIL COOLER DELIVERY AND RETURN HOSE COULD LEAK OIL.","THIS LEAKAGE CONDITION COULD DIRECT OIL TO THE REAR WHEEL AND TIRE, WHICH CAN CAUSE THE VEHICLE TO CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND REPLACE THE OIL COOLER DELIVERY AND RETURN LINES FREE OF CHARGE. THE RECALL BEGAN ON APRIL 8, 2005. OWNERS MAY CONTACT DUCATI MOTORCYCLES AT 408-253-0499." -03/08/2005,05V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V083000),Keystone RV Company,DIMMER SWITCH WIRING,EXTERIOR LIGHTING,05-053,Vehicle,88,"ON CERTAIN FIFTH WHEEL TRAILERS, THE DIMMER SWITCH MAY HAVE BEEN WIRED WITH REVERSE POLARITY. THIS WILL CAUSE THE LIGHTS ON THE SWITCHED CIRCUIT TO EITHER NOT FUNCTION AT ALL OR THE DIMMER SWITCH WILL NOT DIM OR SHUT OFF THE LIGHTS.",THE SWITCH MAY BECOME VERY HOT AND MELT THE PLASTIC HOUSING OF THE SWITCH POSSIBLY RESULTING IN A FIRE.,"DEALERS WILL INSPECT AND VERIFY THE SWITCH IS WIRED CORRECTLY. THE SWITCH WILL BE TESTED TO DETERMINE IF IT TURNS THE LIGHTS ON, DIMS THE LIGHTS, AND SHUTS THEM OFF. IF THE SWITCH DOES NOT PASS THIS FUNCTION TEST, IT WILL BE REPLACED AND WIRED ACCORDINGLY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 18, 2005. OWNERS MAY CONTACT KEYSTONE AT 866-425-4369." -03/08/2005,05V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V076000),Keystone RV Company,GASKET INSTALLATION/SECURE THE FURNACE TO FLOOR,EQUIPMENT,05-052,Vehicle,2168,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL RECREATIONAL VEHICLES, DURING PRODUCTION IT WAS DISCOVERED THAT THE FURNACE MAY NOT BE SECURED AND THE GASKET THAT SEALS THE FURNACE TO THE FLOOR DUCT SYSTEM MAY BE MISSING.","THE FURNACE COULD MOVE AWAY FROM THE OUTSIDE WALL AND DISCONNECT FROM THE EXHAUST OUTLET. IF THIS OCCURS, EXHAUST GASSES WILL ENTER THE INTERIOR OF THE VEHICLE WHEN THE FURNACE IS OPERATING WHICH COULD LEAD TO INJURY OR DEATH FROM CARBON MONOXIDE POISONING.","DEALERS WILL INSPECT AND INSTALL THE FURNACE CORRECTLY, SECURING IT TO THE FLOOR AND ADDING THE MISSING GASKET FREE OF CHARGE. THE RECALL BEGAN ON MARCH 14, 2005. OWNERS MAY CONTACT KEYSTONE AT 1-866-425-4369." -03/07/2005,05E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E018000),LACLEDE CHAIN MANUFACTURING,TIE-DOWN ASSEMBLIES FOR TRAILERS,EQUIPMENT,NR (Not Reported),Equipment,1250,"CERTAIN LACLEDE GRADE 70 CHAINS, ASSEMBLY P/N PZE-077, MANUFACTURED BETWEEN NOVEMBER 16 AND DECEMBER 27, 2004, AND HALLMARKED WITH AN L10 EVERY SIX LINKS. LACLEDE CHAIN PRODUCES A CUT PIECE OF CHAIN FOR TRANSCRIPT CORPORATION TO USE AS A FLATBED TRAILER FLOOR TIE-DOWN CHAIN. THE TIE-DOWN ASSEMBLY CAN BREAK WHILE THE VEHICLE IS IN USE.","SHOULD THE CHAIN BREAK WHILE THE VEHICLE IS IN USE, MATERIAL OR EQUIPMENT WHICH THE CHAIN IS SECURING TO THE TRAILER CAN FALL OFF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.",LACLEDE WILL NOTIFY TRANSCRIPT CUSTOMERS AND REPLACE THE CHAINS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING MARCH 2005. OWNERS MAY CONTACT LOCALITY AT 636-680-2320. -03/04/2005,05V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V084000),PACCAR Incorporated,BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,05KW1 & 305-A,Vehicle,39,"ON CERTAIN TRUCKS EQUIPPED WITH WEBASTO HEATERS, THE BURNER TUBES ARE MADE OF MATERIAL THAT DOES NOT MEET SPECIFICATIONS AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","DEALERS WILL REPLACE THE SUSPECTED DEFECTIVE PARTS FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2004. OWNERS MAY CONTACT KENWORTH AT 425-828-5440 OR PETERBILT AT 940-591-4201." -03/04/2005,05V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V072000),Pierce Manufacturing,SUSPENSION SEAT TETHERS,SEATS,NR (Not Reported),Vehicle,1600,"CERTAIN FIRE TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, 'SEATING SYSTEMS.' THE SEAT TETHER RESTRAINS THE SEAT DURING PULL TESTING AS THE SUSPENSION COMPONENTS ARE NOT DESIGNED TO RESTRAIN THE SEAT ON THEIR OWN. THE SUSPENSION SEAT TETHERS ARE TOO LONG.",THE OCCUPANT WILL EXPERIENCE INSUFFICIENT SUSPENSION SEAT RESTRAINT WHICH COULD LEAD TO PERSONAL INJURY OR DEATH IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE SUSPENSION SEAT TETHERS WITH SHORTER TETHERS. THE RECALL BEGAN ON APRIL 11, 2005. OWNERS MAY CONTACT PIERCE AT 1-888-974-3723." -03/03/2005,05V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V075000),Blue Bird Body Company,ENGINE SHUTDOWN,ELECTRICAL SYSTEM,R05JN,Vehicle,4657,"CERTAIN 2004-2006 MY BLUE BIRD VISION CONVENTIONAL SCHOOL AND NON SCHOOL BUSES MAUNFACTURED FROM JUNE 12, 2003, THROUGH FEBRUARY 22, 2005. A SHORT CAN OCCUR IN THE CROSSING ARM CIRCUIT OR THE 8-WAY WARNING LIGHT CIRCUIT, CAUSING THE HEAVY DUTY TRANSISTOR W/BUILT IN CIRCUIT PROTECT TO TRIP RESULTING IN AN INADVERTENT ENGINE SHUTDOWN.","A VEHICLE CRASH COULD OCCUR SHOULD THE ENGINE SHUTDOWN WHILE THE BUS IS IN USE, POSSIBLY RESULTING IN INJURY OR DEATH.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES BY RELOCATING THE CIRCUITS TO A SEPARATE CIRCUIT PROTECTED BY A CIRCUIT BREAKER FREE OF CHARGE. THE RECALL BEGAN ON MARCH 24, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -03/03/2005,05V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V082000),"BMW of North America, LLC",FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3084,"ON CERTAIN MOTORCYCLES, THE DEFECT INVOLVES A WATER LEAK AROUND THE FUEL PUMP THAT IS INTEGRATED WITHIN THE FUEL TANK. AN O-RING SEAL ATTACHED TO THE PUMP'S ELECTRONIC HOUSING DOES NOT MEET SPECIFICATIONS AND WATER CAN BYPASS THIS SEAL AND CONTACT THE PUMP ELECTRONICS.","ENGINE STALLING, OR A FAILURE TO START, COULD OCCUR WITHOUT PRIOR WARNING. IF STALLING WERE TO OCCUR WHILE THE MOTORCYCLE WAS BEING DRIVEN, THE RIDER WOULD BE UNABLE TO MAINTAIN SPEED OR ACCELERATE AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE A SEALING RING. IF THE FUEL PUMP ELECTRONIC UNIT IS CORRODED, IT WILL BE REPLACED FREE OF CHARGE. THE RECALL BEGAN MAY 9, 2005. ADDITIONAL MY 2005 R1200 GS MOTORCYCLES WERE ADDED TO THIS RECALL IN DECEMBER 2005. OWNERS OF MY 2005 MOTORCYCLES WILL RECEIVE A NOTIFICATION DURING FEBRUARY 2006 THROUGH AUGUST 2006. OWNERS MAY CONTACT BMW AT 1-800-831-1117." -03/03/2005,05V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V067000),"Yamaha Motor Corporation, USA",PASSENGER SEAT MOUNTING HARDWARE,SEATS,M2005-003,Vehicle,179042,"ON CERTAIN MOTORCYCLES, THE MOUNTING HARDWARE HOLDING THE PASSENGER SEAT TO THE FENDER COULD LOOSEN DUE TO THE PASSENGER'S WEIGHT SHIFTING ON THE SEAT.","IF THE MOUNTING HARDWARE BECOMES LOOSE ENOUGH TO FALL OFF, THE PASSENGER SEAT CAN FALL OFF THE REAR FENDER. A PASSENGER ON THE MOTORCYCLE COULD LOSE BALANCE AND FALL, CAUSING SERIOUS INJURY OR DEATH.","DEALERS WILL REPLACE THE PASSENGER SEAT'S MOUNTING HARDWARE FREE OF CHARGE. THE RECALL BEGAN ON MARCH 4, 2005. OWNERS MAY CONTACT YAMAHA AT 1-800-227-5963." -03/02/2005,05V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V079000),ORION BUS INDUSTRIES LTD.,FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,302,"ON CERTAIN TRANSIT BUSES, THE FUEL LIFT PUMP COULD FAIL IN A MANNER WHICH RESULTS IN ENGINE FUEL STARVATION, WHICH COULD RESULT IN A STALL CONDITION. POTENTIAL LIFT PUMP FAILURE MODES INCLUDE: BRUSH WEAR OUT, BUSHING FAILURE, ROTOR TAB INSERT FAILURE, OR ANY OTHER FAILURE MODE THAT WOULD CAUSE THE FUEL PUMPING ELEMENT TO STOP SPINNING.","IF THE FUEL LIFT PUMP PUMPING ELEMENT STOPS SPINNING AND THE FUEL PUMPING VANES STOP IN A LOCATION WHICH BLOCKS FUEL FLOW THROUGH THE LIFT PUMP, THE ENGINE WILL BE STARVED OF FUEL. FUEL STARVATION COULD CAUSE LOW ENGINE POWER, ENGINE MISFIRE, OR ENGINE STALL. PRIOR TO THE ENGINE STALLING, THE OPERATOR COULD EXPERIENCE LOW ENGINE POWER, ENGINE MISFIRE, AND/OR DASH-MOUNTED FAULT LAMP ILLUMINATION.",CUMMINS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR ORION BUS AT 905-403-7807. -03/02/2005,05V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V069000),"Mitsubishi Motors North America, Inc.",PARKING BRAKE PEDAL CABLE LOCK NUT,PARKING BRAKE,SR-05-001,Vehicle,65436,"ON CERTAIN SPORT UTILITY VEHICLES, THE PARKING BRAKE PEDAL CABLE LOCK NUT MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE SPECIFICATION. THE LOCK NUT MAY LOOSEN AND COME OFF, WHICH WILL REDUCE THE EFFECTIVENESS OF THE PARKING BRAKE.","THIS CONDITION COULD ALLOW THE VEHICLE TO ROLL IF THE TRANSMISSION IS NOT PLACED INTO THE ""PARK"" POSITION AND THE VEHICLE IS PARKED ON A SLOPE, THUS RAISING THE POSSIBILITY OF A CRASH.","DEALERS WILL INSPECT AND TIGHTEN THE PARKING BRAKE CABLE LOCK NUT, IF NECESSARY FREE OF CHARGE. THE RECALL BEGAN FEBRUARY 24, 2005. OWNERS MAY CONTACT MITSUBISHI AT 1-800-222-5500." -03/02/2005,05V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V077000),"Winnebago Industries, Inc.",REPLACE VEHICLE CERTIFICATION LABEL/FMVSS 120,EQUIPMENT,94,Vehicle,228,"CERTAIN MOTOR HOMES BUILT ON 24,000-LB GROSS VEHICLE WEIGHT RATING (GVWR)WORKHORSE CHASSIS WITH 235/80R22.5G XRV TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE MOTOR HOMES WERE INADVERTENTLY EQUIPPED WITH AN INCORRECT LOAD RANGE TIRE LABEL.","FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS AND TIRE INFLATION RECOMMENDATIONS CAN RESULT IN TIRE DAMAGE AND VEHICLE INSTABILITY, WHICH COULD RESULT IN A CRASH.","OWNERS WILL BE MAILED SUPPLEMENTARY TIRE LABELS CONTAINING THE CORRECT TIRE INFLATION INFORMATION. IF AN OWNER DESIRES, THEIR DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON MARCH 24, 2005. OWNERS MAY CONTACT WINNEBAGO AT 641-585-6939." -03/01/2005,05V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V078000),"Autocar, LLC",ARVIN-MERITOR/AUTO SLACK ADJUSTERS,"SERVICE BRAKES, AIR",A-0503,Vehicle,308,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ARVINMERITOR AUTO SLACK ADJUSTERS, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 121, ""AIR BRAKE SYSTEMS."" THE AUTO SLACK ADJUSTERS MAY NOT PROPERLY ADJUSTS.",THIS MAY RESULT IN A REDUCTION OR ELIMINATION OF THE AUTOMATIC ADJUSTMENT FUNCTION. ANY TIME VEHICLE CONTROL IS COMPROMISED A CRASH MAY OCCUR WITHOUT PRIOR WARNING.,VEHICLES WILL BE INSPECTED AND THE SLACK ADJUSTERS REPLACED IF NECESSARY. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR AUTOCAR AT 765-489-5499. -03/01/2005,05V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V081000),MONACO COACH CORPORATION,BATTERY CABLE,ELECTRICAL SYSTEM,R04064,Vehicle,81,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON WORKHORSE CHASSIS,THE BATTERY CABLES MAY NOT BE SECURED PROPERLY INSIDE OF THE CHASSIS' FRAME RAIL. THE BATTERY CABLES MAY BE LOCATED TOO NEAR THE ENGINE EXHAUST.",THIS COULD POTENTIALLY MELT THE BATTERY CABLE AND CAUSE A BACK FEED THROUGH THE CHASSIS 12V SYSTEM WHICH COULD RESULT IN INJURY OR LOSS.,"DEALERS WILL INSPECT THE BATTERY CABLE TO SEE IF THE CABLE IS PROPERLY MOUNTED INSIDE OF THE CHASSIS FRAME RAIL. IF NECESSARY, THE BATTERY CABLE WILL BE MOUNTED SECURELY IN EXISTING HOLES IN FRAME RAIL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 18, 2005. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -03/01/2005,05V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V074000),Blue Bird Body Company,BURNER TUBES/WEBASTO,ENGINE AND ENGINE COOLING,R05JM,Vehicle,416,"CERTAIN 2002-2006 MY BLUE BIRD ALL AMERICAN SCHOOL AND TRANSIT BUSES, CONVENTIONAL SCHOOL BUSES, AND COMMERCIAL SERIES TRANSIT BUSES MANUFACTURED BETWEEN DECEMBER 21, 2002, AND FEBRUARY 24, 2005. THESE BUSES ARE EQUIPPED WITH WEBASTO COOLANT HEATERS, MODEL DBW 2010, ASSEMBLED WITH WEBASTO BURNER TUBES, P/N 303046/26533A MANUFACTURED BETWEEN NOVEMBER 2002 AND FEBRUARY 2005. THE STAINLESS STEEL BURNER TUBE IS MADE OUT OF A MATERIAL THAT IS NOT TO SPECIFICATION AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BURNER TUBES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 31, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -03/01/2005,05V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V066000),"Chrysler (FCA US, LLC)",HALOGEN HEADLAMPS,EXTERIOR LIGHTING,E04,Vehicle,43180,CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH HALOGEN HEADLAMPS MAY EXPERIENCE AN INTERMITTENT AND EVENTUAL TOTAL LOSS OF HEADLAMP FUNCTION.,"THE HEAD LIGHTS MAY NOT OPERATE PROPERLY WHICH COULD RESULT IN INTERMITTENT OR NO HEADLIGHT FUNCTION. THIS COULD IMPAIR A DRIVER'S VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT, AND REPLACE IF NECESSARY, THE WIRING HARNESS AND LOW BEAM BULB ON BOTH HEADLAMP ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 28, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/01/2005,05V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V073000),"PRO AIR, INC.",POSSIBLE RUB-THROUGH OF BRAKE LINES,STEERING,NR (Not Reported),Vehicle,79,"ON CERTAIN SHUTTLE BUSES BUILT ON A CHEVROLET CHASSIS WITH 6.6L DIESEL ENGINES, THE ORIGINAL EQUIPMENT POWER STEERING HOSE HAS THE POTENTIAL TO RUB AGAINST THE ORIGINAL EQUIPMENT BRAKE LINES AS THEY ENTER THE ANTI-LOCK BRAKE SYSTEM.","IF THE BRAKE LINES AND/OR POWER STEERING HOSE HAVE BEEN DAMAGED, DO NOT DRIVE THE VEHICLE. THIS CONDITION COULD RESULT IN PARTIAL OR TOTAL FAILURE OF THE BRAKE SYSTEM, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE DAMAGED PARTS AND HAVE THE LINESTAKES INSTALLED FREE OF CHARGE. THE RECALL BEGAN ON MARCH 7, 2005. OWNERS MAY CONTACT PRO AIR AT 574-970-0744." -03/01/2005,05V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V068000),NEOPLAN USA CORPORATION,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,08-314,Vehicle,175,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR NEOPLAN AT 719-336-3256. -03/01/2005,05V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V071000),Pierce Manufacturing,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,NR (Not Reported),Vehicle,3,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR PIERCE AT 1-888-974-3723. -03/01/2005,05V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V080000),"Eldorado National- California, Inc.",TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,NR (Not Reported),Vehicle,24,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR ELDORADO AT 1-909-591-9557. -02/28/2005,05V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V064000),ORION BUS INDUSTRIES LTD.,EATON/POWER STEERING PUMP LEAKAGE,STEERING,05E-002,Vehicle,31,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH EATON POWER STEERING PUMPS, THE PORT PLUG ON THE PUMP WAS INCOMPLETELY SEALED AND LEAKAGE OF THE HYDRAULIC FLUID CAN OCCUR WHICH COULD RESULT IN A REDUCTION IN THE POWER STEERING ASSIST.","THE DRIVER WILL BE SUBJECTED TO HARD TURNING OF THE STEERING WHEEL AND LOSS OF POWER ASSIST IN THE STEERING SYSTEM, INCREASING THE RISK OF A CRASH.",EATON IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE POWER STEERING PUMPS FREE OF CHARGE. OWNERS MAY CONTACT EATON AT 1-888-258-0222 OR ORION BUS AT 905-403-7832. -02/28/2005,05V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V063000),Shyft Group,FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, DIESEL",SPEC 05006,Vehicle,84,CERTAIN SPARTAN MY 1998-2000 SCHOOL AND SPECIALTY BUSES EQUIPPED WITH CUMMINS ISB DIESEL ENGINES. THE FUEL PUMP COULD FAIL TO TRANSFER FUEL APPROPRIATELY CREATING AN ENGINE STALL CONDITION.,"SHOULD THE ENGINE STALL WHILE THE VEHICLE IS IN USE, A POSSIBLE VEHICLE CRASH COULD OCCUR.","CUSTOMERS WILL BE NOTIFIED BY CUMMINS TO BRING THEIR VEHICLES IN TO AN AUTHORIZED DEALER TO HAVE THE REMEDY DONE FREE OF CHARGE. FOR MORE INFORMATION, CUSTOMERS MAY CONTACT CUMMINS AT 1-800-DIESELS." -02/28/2005,05V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V065000),NOVA BUS INCORPORATED,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,NR (Not Reported),Vehicle,12,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR NOVABUS AT 450-974-3134. -02/24/2005,05E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E016000),"RC2 BRANDS, INC.",BABY BOTTLE HEATER FOR VEHICLES,EQUIPMENT,NR (Not Reported),Equipment,96831,"THE FIRST YEARS QUICK TIME TRAVEL WARMER AND THE 2 IN 1 FEEDING TOTE & BOTTLE WARMER, P/NOS 1320 AND 1179 SOLD FOR USE TO HEAT BABY BOTTLES USING THE CAR ADAPTOR POWER SOURCE. THIS DESIGN ALLOWS THE UNIT TO OPERATE AT HIGHER THAN 12 VDC RATING, CAUSING THE UNIT TO OVERHEAT.",OVERHEATING OF THE UNIT COULD POSSIBLY RESULT IN BURNS.,"THE MANUFACTURER WILL REPURCHASE THE AFFECTED UNITS. THE RECALL BEGAN MARCH 3, 2005. OWNERS MAY CONTACT RC3 BRANDS, INC. (THE FIRST YEARS) AT 508-588-1220." -02/22/2005,05V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V062000),Blue Bird Body Company,FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, DIESEL",R05JL,Vehicle,18891,"CERTAIN 1998 THROUGH 2002 BLUE BIRD ALL AMERICAN, TC2000 SCHOOL AND TRANSIT BUSES, AND COMMERCIAL SERIES BUSES EQUIPPED WITH CUMMINS ISB DIESEL ENGINES. THE FUEL PUMP COULD FAIL TO TRANSFER FUEL APPROPRIATELY CREATING AN ENGINE STALL CONDITION.","SHOULD THE ENGINE STALL WHILE THE VEHICLE IS IN USE, A POSSIBLE VEHICLE CRASH COULD OCCUR.","CUSTOMERS WILL BE NOTIFIED BY CUMMINS TO BRING THEIR VEHICLES TO AN AUTHORIZED DEALER TO HAVE THE FUEL LIFT PUMP REPLACED FREE OF CHARGE. FOR MORE INFORMATION, CUSTOMERS MAY CONTACT CUMMINS AT 1-800-DIESELS." -02/18/2005,05V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V061000),"General Motors, LLC",REAR SEAT LATCHES,SEATS,05015,Vehicle,18850,"ON CERTAIN MINIVANS, THE OUTBOARD RELEASE HANDLE ON THE IMPACT-SIDE SECOND-ROW BUCKET SEAT MAY BE ACTUATED AND THE REAR LATCHES MAY UNLATCH EARLY IN A SIDE IMPACT CRASH. THIS WAS DISCOVERED IN A SIDE IMPACT TEST RUN BY GM, UNDER CONDITIONS SIMILAR TO NHTSA'S NEW CAR ASSESSMENT PROGRAM (NCAP) SIDE IMPACT TEST.","IF THE REAR LATCHES OF THE SEAT RELEASE EARLY IN A SEVERE SIDE IMPACT, THE FRONT OUTBOARD LATCH MAY DISENGAGE AND INCREASE THE POTENTIAL FOR INJURY TO THE OCCUPANT OF THE SEAT.","DEALERS WILL REMOVE THE SEAT LATCH RELEASE HANDLE AND INSTALL A BLACK PLASTIC CAP OVER THE EXPOSED METAL STUD TO ELIMINATE THE SIDE IMPACT SAFETY CONCERN FREE OF CHARGE. THE RECALL BEGAN ON APRIL 5, 2005. OWNERS MAY CONTACT SATURN AT 1-800-972-8876, CHEVROLET AT 1-800-630-2438, AND PONTIAC AT 1-800-620-7668." -02/16/2005,05E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E015000),"WEBASTO PRODUCT NORTH AMERICA, INC.",BURNER TUBES,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,10700,"CERTAIN WEBASTO COOLANT HEATERS, MODEL DBW 2010, ASSEMBLED WITH WEBASTO BURNER TUBES, P/N 303046/26533A MANUFACTURED BETWEEN NOVEMBER 2002 AND FEBRUARY 2005. THE STAINLESS STEEL BURNER TUBE IS MADE OUT OF A MATERIAL THAT IS NOT TO SPECIFICATION AND COULD FAIL PREMATURELY.","SHOULD THE BURNER TUBE FAIL, THE COOLANT HEATER COULD OVERHEAT, POSSIBLY RESULTING IN A FIRE.","WEBASTO WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SUBJECT BURNER TUBES WITH NEW CERTIFIED BURNER TUBES AT NO COST TO THE OWNER. THE RECALL BEGAN APRIL 7, 2005. OWNERS MAY CONTACT WEBASTO AT 810-593-6104." -02/16/2005,05V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V057000),Daimler Buses North America,EMERGENCY EGRESS WINDOWS,STRUCTURE,NR (Not Reported),Vehicle,262,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE STRIKER PLATES AT THE BOTTOM OF THE EMERGENCY PUSHOUT WINDOWS CAN WEAR A GROOVE INTO THE EMERGENCY RELEASE BOLT. IF THIS GROOVE BECOMES DEEP ENOUGH, THE EMERGENCY PUSH WINDOW MAY FAIL TO OPEN AS INTENDED WHEN RELEASED.","IN THE EVENT OF AN EMERGENCY, FAILURE OF THE PUSHOUT WINDOW COULD POTENTIALLY TRAP PASSENGERS OR DELAY THEIR ESCAPE, INCREASING THE RISK OF INJURY.",HEHR INTERNATIONAL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT HEHR INTERNATIONAL AT 323-663-1261 OR DAIMLERCHRYSLER COMMERCIAL BUS AT 336-454-3484. -02/16/2005,05V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V059000),"HME, Inc.",FUEL LIFT PUMP/CUMMINS/ENGINE STALLING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46,"ON CERTAIN FIRE TRUCKS AND TRANSIT BUSES, THE FUEL LIFT PUMP COULD FAIL IN A MANNER WHICH RESULTS IN ENGINE FUEL STARVATION, WHICH COULD RESULT IN A STALL CONDITION. POTENTIAL LIFT PUMP FAILURE MODES INCLUDE: BRUSH WEAR OUT, BUSHING FAILURE, ROTOR TAB INSERT FAILURE, OR ANY OTHER FAILURE MODE THAT WOULD CAUSE THE FUEL PUMPING ELEMENT TO STOP SPINNING.","IF THE FUEL LIFT PUMP PUMPING ELEMENT STOPS SPINNING AND THE FUEL PUMPING VANES STOP IN A LOCATION WHICH BLOCKS FUEL FLOW THROUGH THE LIFT PUMP, THE ENGINE WILL BE STARVED OF FUEL. FUEL STARVATION COULD CAUSE LOW ENGINE POWER, ENGINE MISFIRE, OR ENGINE STALL. PRIOR TO THE ENGINE STALLING, THE OPERATOR COULD EXPERIENCE LOW ENGINE POWER, ENGINE MISFIRE, AND/OR DASH-MOUNTED FAULT LAMP ILLUMINATION.",CUMMINS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT CUMMINS AT 1-800-343-7357 OR HME INCORPORATED AT 616-534-1463. -02/16/2005,05V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V056000),Shyft Group,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,C5AA,Vehicle,1,"ON ONE FIRE TRUCK EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR SPARTAN AT 517-543-6400. -02/16/2005,05V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V058000),ORION BUS INDUSTRIES LTD.,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,NR (Not Reported),Vehicle,59,"ON CERTAIN TRANSIT BUSSES EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR ORION BUS AT 905-403-7832. -02/15/2005,05E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E013000),"VISION MOTOR SPORTS, INC.",FMVSS 108/HID BULB SET/EXCESSIVE GLARE,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4450,"HID BULB SETS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT IS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC. A MOTORIST COULD BE TEMPORARILY BLINDED, POSSIBLY RESULTING IN A VEHICLE CRASH.","VISION WILL NOTIFY ITS CUSTOMERS AND WILL REPURCHASE THE KITS OR PROVIDE A FULL REFUND. THE RECALL BEAGN ON APRIL 1, 2005. OWNERS MAY CONTACT VISION MOTOR SPORTS AT 888-489-9820." -02/15/2005,05E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E014000),"HKS U.S.A., INC.",SUPERCHARGER KIT/LOSS OF POWER,EQUIPMENT,NR (Not Reported),Equipment,16,"CERTAIN HKS/ROTREX SUPERCHARGER KITS, MODEL 12001-AN001. THE CAP BOLT ON THE IDLER PULLEY ASSEMBLY MAY BECOME LOOSE DURING OPERATION.","THE BELT ON THE IDLER ASSEMBLY WILL SLIP OR BREAK, CAUSING, IN TURN, THE LOSS OF POWER TO THE SUPERCHARGER AND THE VEHICLE'S DRIVE BELT ACCESSORIES (POWER STEERING AND THE ALTERNATOR).","HKS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE IDLER PULLEY ASSEMBLY INSTALLED ON THE KIT FREE OF CHARGE. THE RECALL BEGAN MARCH 2, 2005. OWNERS MAY CONTACT HKS AT 310-491-3310." -02/15/2005,05V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V060000),"NABI Bus, LLC",TIE ROD CLAMPS,STEERING,20051,Vehicle,178,"CERTAIN TRANSIT BUSSES EQUIPPED WITH TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.",IN THE EVENT OF A CRACK THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR NABI AT 888-424-5844 EXT.7900. -02/14/2005,05V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V052000),"Big Dog Motorcycles, LLC",ELECTRIC HARNESS CONTROL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1586,"ON CERTAIN MOTORCYCLES, AN ELECTRONIC COMPONENT FAILURE COULD OCCUR IN THE ELECTRIC HARNESS CONTROL (EHC) MODULE.",THIS COULD RESULT IN A TOTAL SHUT DOWN OF THE MOTORCYCLE'S ELECTRICAL POWER INCREASING THE RISK OF CRASH.,"DEALERS WILL ADD A RESISTOR HARNESS TO ELIMINATE THE SUSCEPTIBILITY OF THE COMPONENT IN THE ELECTRIC HARNESS CONTROL MODULE TO FAIL FREE OF CHARGE. THE RECALL BEGAN ON MARCH 15, 2005. OWNERS MAY CONTACT BIG DOG MOTORCYCLES AT 316-267-9121." -02/14/2005,05V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V051000),H&W TRAILER,FMVSS 120/TIRE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,,"CERTAIN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TRAILERS WERE INADVERTENTLY EQUIPPED WITH AN INCORRECT LOAD RANGE TIRE LABEL.","THIS WOULD RESULT IN INCORRECT TIRE LOAD RATINGS FOR THE STATED VEHICLE AXLE GROSS AXLE WEIGHT RATING. ALSO, THE TIRE MAY BE INFLATED ABOVE THE DOT LISTED INFLATION PRESSURE.",OWNERS AND DEALERS WILL BE MAILED SUPPLEMENTARY TIRE LABELS CONTAINING THE CORRECT REAR TIRE INFLATION INFORMATION. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS MAY CONTACT H&W AT 605-996-1690. -02/14/2005,05V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V054000),"General Motors, LLC",REAR SUSPENSION KNUCKLE BOLT FRACTURE,SUSPENSION,05020,Vehicle,9402,CERTAIN PASSENGER VEHICLES EQUIPPED WITH REAR SUSPENSION KNUCKLE BOLTS THAT ARE NOT TO SPECIFICATION AND COULD FRACTURE UNDER HIGH LOADS THAT CAN OCCUR IN SOME DRIVING CONDITIONS.,"IF THE BOLT FRACTURE, THE REAR SUSPENSION LINKAGE COULD DETACH FROM THE KNUCKLE AND THE REAR WHEEL WOULD BE ABLE TO TURN INBOARD OR OUTBOARD. SUDDEN CHANGES IN VEHICLE HANDLING COULD OCCUR, PARTICULARLY AT HIGHER SPEEDS, AND THE DRIVER MAY NOT BE ABLE TO CONTROL THE VEHICLE AND A CRASH COULD OCCUR WITHOUT WARNING.","DEALERS WILL REPLACE BOTH REAR SUSPENSION KNUCKLE BOLTS FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 9, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -02/14/2005,05V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V055000),"General Motors, LLC",SHIFT LEVER POSITION INDICATOR ILLUMINATION,POWER TRAIN,05023,Vehicle,7194,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK AND TRANSMISSION BRAKING EFFECT."" UNDER CERTAIN VEHICLE STARTING CONDITIONS, THE SHIFT LEVER POSITION INDICATOR LOCATED IN THE INSTRUMENT PANEL CLUSTER MAY NOT ILLUMINATE. IF THE SHIFT LEVER POSITION INDICATOR DOES NOT ILLUMINATE, THE DRIVER MAY NOT KNOW WHICH GEAR THE VEHICLE IS IN.",THE VEHICLE MAY MOVE IN AN UNINTENDED DIRECTION RESULTING IN POSSIBLE INJURY TO OTHERS OUTSIDE OF THE VEHICLE.,"DEALERS WILL REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 14, 2005. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, AND GMC AT 1-866-996-9463." -02/14/2005,05V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V053000),MONACO COACH CORPORATION,TRAILING ARMS/SUSPENSION,SUSPENSION,R04062,Vehicle,2827,"ON CERTAIN CLASS A MOTOR HOMES, THE SPACER PLATE UNDER THE TRAILING ARMS HAD A TRANSVERSE WELD WHICH CREATES A HEAT RISER AND CAUSE THE TRAILING ARMS TO CRACK.",THIS COULD CREATE ROUGH DRIVING CONDITIONS AND DAMAGE TO REAR SUSPENSION SYSTEM. THE DRIVER COULD LOOSE CONTROL OF THE MOTORHOME AND A CRASH COULD OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL INSPECT THE REPLACE THE TRAILING ARMS FOR CRACKS AND REPLACING THE TRAILING ARMS AND U-BOLTS IN THE REAR SUSPENSION OF THE MOTORHOMES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 29, 2005. OWNERS MAY CONTACT MONACO AT 1-800-685-6545." -02/11/2005,05V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V050000),Toyota Motor Engineering & Manufacturing,PARKING BRAKE PEDAL ASSEMBLY,PARKING BRAKE,50C,Vehicle,22228,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH AN AUTOMATIC TRANSMISSION, THERE IS A POSSIBILITY THAT THE PARKING BRAKE PEDAL CABLE LOCK NUT MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE SPECIFICATION. IN THIS CONDITION, THE LOCK NUT MAY LOOSEN AND COME OFF, WHICH WILL REDUCE THE EFFECTIVENESS OF THE PARKING BRAKE.","THIS CONDITION COULD ALLOW THE VEHICLE TO ROLL IF THE TRANSMISSION IS NOT PLACED INTO THE ""PARK"" POSITION AND THE VEHICLE IS PARKED ON A SLOPE, THUS RAISING THE POSSIBILITY OF A CRASH.","DEALERS WILL INSPECT AND TIGHTEN THE PARKING BRAKE PEDAL CABLE LOCK NUT TO THE PROPER TORQUE SPECIFICATION FREE OF CHARGE. THE RECALL BEGAN ON MARCH 3, 2005. OWNERS MAY CONTACT TOYOTA AT 1-800-331-4331." -02/10/2005,05V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V049000),"Saleen, Inc.",FMVSS 108/SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,24,"CERTAIN TWO-SEATER COUPES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE FRONT SIDE MARKER LIGHT, THAT IS BEHIND THE FRONT WHEEL, NEEDS TO BE AS FAR FORWARD ON THE VEHICLE AS PRACTICAL.","INAPPROPRIATE, NON-STANDARD SIDE MARKER LIGHTS COULD REDUCE VISIBILITY OF VEHICLES AND INCREASE THE POTENTIAL FOR A CRASH.",DEALERS WILL CHANGE THE DESIGN TO HAVE THE FRONT SIDE MARKER LIGHT IN FRONT OF THE WHEEL AND ON THE SIDE OF THE BUMPER. THE RECALL IS EXPECTED TO BEGIN APRIL 2005. OWNERS MAY CONTACT SALEEN AT 949-597-3837. -02/09/2005,05V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V046000),"General Motors, LLC",FMVSS 124/ELECTRONIC THROTTLE CONTROL,VEHICLE SPEED CONTROL,05018,Vehicle,19924,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, 'ACCELERATOR CONTROL SYSTEMS.' IF ONE OF THE TWO ACCELERATOR PEDAL RETURN SPRINGS FAILS AND THE TEMPERATURE IS -22 DEGREES F TO -40 DEGREES F, THE ENGINE MAY NOT RETURN TO IDLE WITHIN THREE SECONDS, AS REQUIRED.","IF THIS WERE TO OCCUR, GREATER BRAKE PEDAL FORCE AND A LONGER DISTANCE MAY BE REQUIRED TO STOP THE VEHICLE.","DEALERS WILL REPLACE THE ACCELERATOR PEDAL ASSEMBLY. THIS RECALL BEGAN ON MARCH 8, 2005. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339 OR PONTIAC AT 1-800-620-7668." -02/08/2005,05V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V044000),Blue Bird Body Company,BRAKE LIGHT CIRCUIT MODIFICATION,EXTERIOR LIGHTING,R05JJ,Vehicle,22,"ON CERTAIN MOTOR HOMES, A CIRCUIT DESIGN RESULTED IN A 12.1 AMP CIRCUIT DRAW IN THE BRAKE LIGHT CIRCUIT WHEN IT IS PROTECTED BY A 10 AMP CIRCUIT BREAKER.","THE CURRENT DRAW MAY CAUSE THE CIRCUIT BREAKER TO FAIL RESULTING IN A LOSS OF BRAKE LIGHTS WITH NO WARNING TO THE DRIVER BEFORE OR AFTER THE FUSE BLOWS. A FOLLOWING DRIVER MAY NOT KNOW WHEN THE BRAKES HAVE BEEN APPLIED, AND A REAR-END CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL MODIFY THE CIRCUIT TO INCORPORATE RELAYS TO REDUCE CURRENT DRAW IN THE FUSED CIRCUIT TO LESS THAN 10 AMPERES. THE RECALL BEGAN ON FEBRUARY 2, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-825-2021." -02/08/2005,05V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V047000),Vermeer Manufacturing Company,BROKEN TONGUE,TRAILER HITCHES,IK00-1159,Vehicle,57,"ON CERTAIN SINGLE AXLE BRUSH CHIPPER TRAILERS, FATIGUE AND CRACKS CAN OCCUR IN THE TONGUE WELDMENT.",TONGUE FAILURE CAN OCCUR RESULTING IN SEPARATION FROM THE TOWED VEHICLE WHICH CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TONGUE FREE OF CHARGE. THE RECALL IS BEGAN MARCH 7, 2005. OWNERS MAY CONTACT VERMEER AT 641-628-3141." -02/08/2005,05E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E010000),FEDERAL-MOGUL CORPORATION,FEDERAL-MOGUL/BRAKE HARDWARE KITS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,11174,"CERTAIN AFTERMARKET FEDERAL-MOGUL WAGNER AND USA BRAND BRAKE HARDWARE KITS FOR USE ON PASSENGER CARS AND PRODUCED BETWEEN NOVEMBER 18, 2004 AND JANUARY 19, 2005. THE SUBJECT KITS WERE PRODUCED WITH MISSING PARTS WHICH PREVENTS THE KIT FROM BEING USED AS INTENDED.","IF THIS PRODUCT IS MISUSED, IT COULD RESULT IN IMPROPER BRAKE ADJUSTMENT.",FEDERAL-MOGUL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE KITS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING FEBRUARY 2005. OWNERS MAY CONTACT FEDERAL-MOGUL AT 773-866-5100. -02/08/2005,05E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E012000),"Bentley Motors, Inc.",FUEL PUMP LEAKS,"FUEL SYSTEM, GASOLINE",RE05/01,Equipment,77,"CERTAIN BENTLEY AFTERMARKET FUEL PUMP NOISE REDUCTION KITS, P/NOS PF59918PA AND PF59918PB, SUITABLE FOR USE ON 2000-2002 MY BENTLEY ARNAGE RED LABEL VEHICLES AND 2001 MY BENTLEY ARNAGE LE MANS AND LWB VEHICLES. THE FUEL PUMP OUTLET HOSE CAN FRACTURE UNDER CERTAIN DRIVING CONDITIONS, RESULTING IN A FUEL LEAK.","A FUEL LEAK, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","BENTLEY WILL NOTIFY THE CUSTOMERS OF THE AFFECTED VEHICLES AND WILL INSTRUCT THEM TO TAKE THEIR VEHICLE TO AN AUTHORIZED BENTLEY DEALER FOR FREE REPAIR. THE RECALL BEGAN FEBRUARY 28, 2005. OWNERS MAY CONTACT BENTLEY CUSTOMER SERVICE AT 800-777-6923." -02/08/2005,05V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V043000),"General Motors, LLC",HYDRO-BOOST/HYDRAULIC BRAKE/BOSCH,"SERVICE BRAKES, HYDRAULIC",05006,Vehicle,77411,"CERTAIN TRUCKS, SPORT UTILITY VEHICLES, AND VANS EQUIPPED WITH BOSCH HYDRO-BOOST BRAKE ASSEMBLIES, THE HYDRAULIC BRAKE BOOSTER PRESSURE ACCUMULATOR MAY CRACK AND SEPARATE FROM THE HYDRO-BOOST ASSEMBLY DURING NORMAL OPERATING CONDITIONS.","IF A SEPARATION OCCURRED AND THE HOOD OF THE VEHICLE WERE OPEN, FRAGMENTS FROM THE ACCUMULATOR COULD CAUSE INJURY TO PEOPLE IN THE IMMEDIATE AREA. THE PRESENCE OF THIS CRACK OR FRACTURED SURFACE COULD ALLOW THE HYDRAULIC FLUID TO LEAK FROM THE ACCUMULATOR CIRCUIT OF THE BOOSTER ASSEMBLY. THE LOSS OF FLUID WOULD CAUSE INCREASED STEERING AND BRAKING EFFORT AND A CRASH MAY OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL TEST THE HYDRO-BOOST ASSEMBLY FOR FUNCTIONAL OPERATION OF THE TWO-FUNCTION VALVE. IF THE HYDRO-BOOST ASSEMBLY FAILS THE TEST, DEALERS WILL REPLACE THE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON MARCH 23, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438, GMC TRUCKS AT 1-866-996-9463 AND HUMMER AT 1-800-732-5493." -02/08/2005,05V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V040000),"Wood Manufacturing Co., Inc.",STOP TAIL LIGHTS,EXTERIOR LIGHTING,4WR,Vehicle,7577,"CERTAIN TRAILERS, EQUIPPED WITH TRUCK-LITE BRAND MODEL 44,40 OR 30 STOP/TAIL LIGHT AND FRONT/REAR SIDE MARKER LIGHTS WITH NO REFLEX LENS OR REFLECTIVE MATERIAL, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT. '",A REFLEX LENS OR REFLECTIVE MATERIAL IS NOT INCORPORATED IN THE LIGHTS. THIS REDUCED LIGHTING LEVEL WILL AFFECT DRIVERS VISIBILITY AND A CRASH MAY OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL MAIL TO OWNERS A WRITTEN NOTIFICATION ALONG WITH INSTRUCTIONS, DIAGRAMS AND PARTS TO APPLY A 4-RED AND 2 AMBER SAE A 90 ADHESIVE BACKED REFLECTORS. OWNERS MAY ALSO HAVE DEALERS PERFORM THE WORK. THE RECALL BEGAN ON FEBRUARY 25, 2005. OWNERS MAY CONTACT WOOD MANUFACTURING AT 612-337-1859." -02/07/2005,05V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V041000),IC CORPORATION,HYDRAULIC BRAKE PIVOT PIN BOLT,"SERVICE BRAKES, HYDRAULIC",05504,Vehicle,920,"CERTAIN IC CE 2005 SCHOOL BUSES MANUFACTURED BETWEEN APRIL 27 AND OCTOBER 13, 2004. THE LOCKNUT THAT SECURES THE HYDRAULIC BRAKE PIVOT BOLT MAY NOT BE TORQUED PROPERLY.",THE BRAKE PEDAL MAY SEPARATE FROM THE PIVOT BRACKET. THIS COULD PREVENT BRAKE APPLICATION.,"IC CORPORATION WILL NOTIFY ITS CUSTOMERS AND WILL INSPECT THE LOCKNUT, REPLACE IF NECESSARY AND TORQUE PROPERLY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 1, 2005. OWNERS MAY CONTACT IC AT 1-800-448-7825." -02/04/2005,05V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V037000),Crane Carrier Company,ABS BRAKE SYSTEM/BENDIX,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,42,"ON CERTAIN DRILL RIGS AND WELL SERVICE RIGS EQUIPPED WITH BENDIX ANTILOCK BRAKE SYSTEM (ABS), THE AIR BRAKE VALVING INSTALLED ON THE DRIVE AXLES OF CERTAIN TRI-DRIVE AXLE IS INADEQUATE AND IT DOES NOT HAVE THE CORRECT AIR VALVE CONFIGURATION FOR THE RAPID RELEASE AND REAPPLICATION OF AIR NECESSARY FOR THE ABS TO FUNCTION.",REDUCED BRAKING PERFORMANCE COULD INCREASE THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSTALL TWO RELAY AIR VALVES SO THAT THE VALVES WILL FACILITATE THE RAPID EXHAUST OF AIR REQUIRED FOR THE ABS SYSTEM TO FUNCTION OPTIMALLY FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 11, 2005. OWNERS MAY CONTACT CRANE CARRIER AT 918-832-7305." -02/04/2005,05V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V045000),"New Flyer of America, Inc.",ENGINE TURBOCHARGER/SERIES 50/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,805,"ON CERTAIN TRANSIT BUSES MANUFACTURED WITH DETROIT DIESEL SERIES 50 ENGINES, THE TURBOCHARGER COMPRESSOR WHEEL CAN BREAK, RESULTING IN SHAFT IMBALANCE AND LUBRICATING OIL PASSES INTO THE EXHAUST SYSTEM.","THIS CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN PERSONAL INJURIES.",DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL AN EXHAUST TEMPERATURE SENSOR AND REPROGRAM THE EMC CALIBRATION FREE OF CHARGE. OWNERS MAY CONTACT DETROIT DIESEL AT 313-592-3708 OR NEW FLYER AT 204-982-8400. -02/04/2005,05T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T002000),"Michelin North America, Inc.",MICHELIN/FMVSS 109/MISSING TREAD WEAR INDICATORS,TIRES,NR (Not Reported),Tire,41797,"CERTAIN BFGOODRICH LAND TERRAIN P235/75R15 TIRES, MANUFACTURED DURING THE WEEKS OF FEBRUARY 29 AND THROUGH AUGUST 19, 2004, ARE MISSING THE TIRE TREADWEAR INDICATOR REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES.",OWNERS WILL NOT BE NOTIFIED THAT THEIR TIRES ARE WEARING OUT AND MAY CONTINUE TO DRIVE ON UNSAFE WORN TIRES.,"MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. THE RECALL BEGAN FEBRUARY 13, 2005. OWNERS MAY CONTACT BFGOODRICH TIRES AT 1-877-788-8899." -02/04/2005,05V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V029000),OPTIMA BUS CORP,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,C5AA,Vehicle,35,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.",IN THE EVENT OF A CRACK THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR OPTIMA AT 316-779-7700. -02/03/2005,05V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V032000),"Autocar, LLC",ABS BRAKE SYSTEM/BENDIX,"SERVICE BRAKES, AIR",A-0501,Vehicle,140,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH BENDIX AUTOMATIC BRAKE SYSTEMS (ABS), THE BRAKES MAY HAVE A SYSTEM FAULT THAT MAY NOT BE DETECTED BY THE ABS ELECTRONIC CONTROL UUNIT (ECU) AND THEREFORE WILL NOT GENERATE AN ABS WARNING LIGHT ON THE DASH OF THE TRUCK.",THE ABS BRAKES MAY NOT PERFORM AS DESIGNED AND IN AN ABS ASSISTED STOP THE DRIVER MAY NOT BE ABLE TO MAINTAIN STEERING CONTROL OF THE VEHICLE. WHEN VEHICLE CONTROL IS COMPROMISED THERE IS A CHANCE FOR A CRASH.,"DEALERS WILL INSPECT, RESET AND CHECK THE ECU FOR FAULT LIGHTS AND CHECK THE ABS BRAKES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 11, 2005. OWNERS MAY CONTACT AUTOCAR AT 1-877-973-3486." -02/03/2005,05V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V036000),Blue Bird Body Company,FMVSS 120/TIRE LOAD RANGE OMITTED,TIRES,R05JG,Vehicle,1300,"CERTAIN MY 2003 THRU 2005 BLUE BIRD MICRO BIRD AND CONVENTIONAL SCHOOL BUSES. THESE BUSES DO NOT HAVE THE TIRE LOAD RANGE ON BOTH THE TIRE INFORMATION LABEL AND CERTIFICATION DECAL AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.",OMISSION OF THE TIRE LOAD RANGE MAY LEAD TO THE INSTALLATION OF TIRES WITH LOAD RANGES NOT APPROPRIATE FOR VEHICLE USE. A FAILURE OCCURRING IN TIRES DUE TO INAPPROPRIATE LOAD RANGE MAY RESULT IN LOSS OF CONTROL OF THE VEHICLE AND A CRASH CAN OCCUR.,"BLUE BIRD WILL MAIL TO FINAL STAGE MANUFACTURERS, CERTIFICATION DECALS WITH THE TIRE LOAD RATING INDICATED TO ITS CUSTOMERS. THE RECALL BEGAN ON MAY 6, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-822-2242." -02/03/2005,05V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V035000),"General Motors, LLC",FMVSS 212/WINDSHIELD URETHANE ADHESION,VISIBILITY,05002,Vehicle,17815,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, 'WINDSHIELD MOUNTING.' THE WINDSHIELD URETHANE BEAD MAY NOT HAVE ADHERED TO THE BODY IN CERTAIN AREAS DURING THE CURE PROCESS.","IF A CRASH OCCURS, THE WINDSHIELD MAY NOT BE RETAINED, INCREASING THE RISK OF INJURY TO A VEHICLE OCCUPANT.","DEALERS WILL REPLACE THE WINDSHIELD FREE OF CHARGE. THE RECALL BEGAN ON MARCH 10, 2005. OWNERS MAY CONTACT BUICK AT 1-866-608-8080, CHEVROLET AT 1-800-630-2438, OR GMC AT 1-866-996-9463." -02/03/2005,05V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V034000),"Chrysler (FCA US, LLC)",FUEL TANK FILLLER,"FUEL SYSTEM, GASOLINE",E01,Vehicle,26000,"ON CERTAIN SPORT UTILITY VEHICLES, THE FUEL TANK FILLER TUBE INLET CHECK VALVE MAY NOT FULLY CLOSE AT THE END OF REFUELING. THIS COULD ALLOW SOME FUEL TO ESCAPE FROM THE VEHICLE FILLER NECK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL INSPECT THE INLET CHECK VALVES AND REPLACE THE FUEL TANK ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/03/2005,05V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V039000),Honda (American Honda Motor Co.),STEERING COLUMN,STEERING,P70,Vehicle,203,"ON CERTAIN MINIVANS AND SPORT UTILITY VEHICLES, THE STEERING COLUMN MAY BE INCORRECTLY ASSEMBLED, WHICH COULD RESULT IN A LOSS OF STEERING CONTROL.",LOSS OF STEERING CONTROL CAN CAUSE A VEHICLE CRASH WITHOUT PRIOR NOTICE.,"OWNERS WERE NOTIFIED BY TELEPHONE ON JANUARY 25, 2005, AND ARRANGEMENTS WERE MADE TO HAVE THEIR VEHICLES TOWED TO THEIR DEALERS AND HAVE THE REPAIRS PERFORMED. THE RECALL BEGAN ON JANUARY 25, 2005." -02/03/2005,05V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V031000),"Autocar, LLC",TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,A-0502,Vehicle,5,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.",IN THE EVENT OF A CRACK THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT AND REPAIR THESE VEHICLES FREE OF CHARGE. THE RECALL BEGAN ON MARCH 24, 2005. OWNERS MAY CONTACT AUTOCAR AT 1-765-489-5499." -02/03/2005,05V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V033000),"HME, Inc.",TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,C5AA,Vehicle,13,"ON CERTAIN HEAVY DUTY CLASS 8 FIRE TRUCKS EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR HME INCORPORATED AT 616-534-1463. -02/02/2005,05E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E007000),"Cummins, Inc.",CUMMINS/FUEL LIFT PUMP/ENGINE STALLING,"FUEL SYSTEM, DIESEL",NR (Not Reported),Equipment,35219,"CERTAIN CUMMINS ISB DIESEL ENGINES EQUIPPED WITH FEDERAL-MOGAL 12 AND 24 VOLT FUEL LIFT PUMPS FOR USE IN CERTAIN SCHOOL BUSES, TRANSIT BUSES, AND EMERGENCY VEHICLES. THE FUEL PUMP COULD FAIL TO TRANSFER FUEL APPROPRIATELY CREATING AN ENGINE STALL CONDITION.","SHOULD THE ENGINE STALL WHILE THE VEHICLE IS IN USE, A POSSIBLE VEHICLE CRASH COULD OCCUR.","CUSTOMERS WILL BE NOTIFIED BY CUMMINS TO BRING THEIR VEHICLES TO AN AUTHORIZED DEALER TO HAVE THE FUEL LIFT PUMP REPLACED FREE OF CHARGE. THE RECALL BEGAN ON JUNE 30, 2005. OWNERS MAY CONTACT CUMMINS AT 1-800-DIESELS." -02/02/2005,05V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V038000),Capacity of Texas,TIE ROD CLAMPS/ARVINMERITOR/URRESKO,STEERING,C5AA,Vehicle,1,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH ARVINMERITOR URRESKO TIE ROD CLAMPS, HEAT TREATMENT OF CLAMPS CREATED A SURFACE HARDNESS THAT COULD LEAD TO A FRACTURE OF THE CLAMPS.","IN THE EVENT OF A CRACK, THE CLAMPS COULD BREAK OFF AFFECTING TOE-IN AND ALIGNMENT. THE TIE ROD CAN COME LOOSE RESULTING IN STEERING LOSS AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS MAY CONTACT ARVINMERITOR AT 1-866-668-7221 OR CAPACITY AT 903-759-0610. -02/01/2005,05E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E006000),"Eldorado National- California, Inc.",ELDORADO/AFTERMARKET TRW 20-EDL BALL SOCKETS,STEERING,NR (Not Reported),Equipment,30,"CERTAIN AFTERMARKET ELDORADO AXLE ASSEMBLIES EQUIPPED WITH ARVINMERITOR AND TRW 20-EDL BALL SOCKET ASSEMBLIES. THE BALL SOCKETS HAVE A LESS ROBUST BEARING DESIGN, WHICH LEADS TO HIGHER WEAR RATES AND MORE RAPID WEAR-OUT.","THIS PREMATURE WEAR-OUT OF THE BALL SOCKET ASSEMBLIES MAY RESULT IN THE SEPARATION OF THE TIE-ROD ASSEMBLY WHICH, IN TURN, COULD LEAD TO A LOSS OF CONTROL OF THE BUS AND POSSIBLE INJURY OF DEATH TO THE OCCUPANTS OF THE BUS IN THE EVENT OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. THE RECALL BEGAN FEBRUARY 28, 2005. OWNERS MAY CONTACT ELDORADO AT 909-591-9557." -02/01/2005,05V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V026000),ORION BUS INDUSTRIES LTD.,ENGINE TURBOCHARGER/SERIES 50/DETROIT DIESEL,ENGINE AND ENGINE COOLING,04C-2,Vehicle,207,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 50 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO ENTER THE EXHAUST SYSTEM.","IN THE EVENT THE TURBOCHARGER FAILS, A FIRE MAY OCCUR IN THE ENGINE COMPARTMENT RESULTING IN PROPERTY DAMAGE OR INJURIES.",DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPAIR THE ENGINE AND INSTALL AN EXHAUST TEMPERATURE SENSOR TO PREVENT THE POSSIBILITY OF AN EXHAUST OR ENGINE COMPARTMENT FIRE. OWNERS MAY CONTACT DETROIT DIESEL CORPORATION AT 313-592-5791 OR ORION AT 905-403-7832. -02/01/2005,05V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V030000),Ford Motor Company,REAR DOOR LATCHES,LATCHES/LOCKS/LINKAGES,05S27,Vehicle,589932,"CERTAIN PASSENGER VEHICLES WITH FOUR OR FIVE DOORS AND ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, A BUILD-UP OF CORROSION AT THE PAWL PIVOT AREA OF THE REAR DOOR LATCH CAN CAUSE A BINDING CONDITION OF THE PAWL THAT MAY AFFECT PROPER ENGAGEMENT OF THE PAWL INTO THE CATCH. THE OCCUPANT MAY EXPERIENCE DIFFICULTY OPENING OR CLOSING A REAR DOOR, AND EVENTUALLY THE REAR DOOR MAY NOT LATCH PROPERLY.","IF NOT LATCHED PROPERLY, THE DOOR MAY OPEN WHILE THE VEHICLE IS IN MOTION. IF AN OCCUPANT FELL OUT OF THE VEHICLE, PERSONAL INJURIES COULD OCCUR.","DEALERS WILL HAVE A LOWER ROCKER SEAL ADDED TO THE DOOR AND HAVE THE REAR DOOR LATCHES EVALUATED FREE OF CHARGE. A LATCH THAT PASSES THE EVALUATION WILL BE LUBRICATED TO PREVENT FUTURE CORROSION. A LATCH THAT DOES NOT PASS THE EVALUATION WILL BE REPLACED. IN ADDITION, A STICKER WILL BE AFFIXED TO THE REAR DOORS ADVISING THE OWNERS TO USE THE RECOMMENDED LUBRICANT. THE RECALL BEGAN ON MARCH 9, 2005. OWNERS MAY CONTACT FORD AT 1-800-392-3673." -02/01/2005,05E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E008000),XEQUIPPED.COM,XEQUIPPED/FMVSS 108/HID LIGHT KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT IS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"XEQUIPPED WILL NOTIFY ITS CUSTOMERS AND WILL REPURCASE THE KITS OR PROVIDE A FULL REFUND. THE RECALL BEGAN ON FEBRUARY 17, 2005. OWNERS MAY CONTACT XEQUIPPED.COM AT 917-532-6836." -02/01/2005,05E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E005000),ZAMP SPORTS CORP.,ZAMP SPORTS/FMVSS 218/MOTORCYCLE HELMET,EQUIPMENT,NR (Not Reported),Equipment,4824,"CERTAIN ZAMP S-1 SPORTY MOTORCYCLE HELMETS IMPORTED BETWEEN FEBRUARY 1 AND JULY 31, 2003. THESE HELMETS FAIL THE PENETRATION, RETENTION ELONGATION, G-FORCES, AND LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A VEHICLE CRASH, THE HELMET WILL NOT ADEQUATELY PROTECT THE USER, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","ZAMP SPORTS WILL NOTIFY ITS CUSTOMERS AND REPLACE THESE HELMETS WITH AN EQUIVALENT COMPLIANT HELMET. THE RECALL BEGAN FEBRUARY 1, 2005. OWNERS MAY CONTACT ZAMP SPORTS AT 916-861-0066." -01/31/2005,05V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V027000),Honda (American Honda Motor Co.),MOTORCYCLE/FRAME CRACKS,STRUCTURE,P66,Vehicle,34919,"ON SOME MOTORCYCLES, CERTAIN FRAME WELDS DO NOT MEET MANUFACTURING SPECIFICATIONS. HIGH LOADS CREATED WHEN RIDING ON ROUGH ROAD SURFACES OR THROUGH POTHOLES CAN CAUSE THE AFFECTED WELDS TO CRACK.","THE WELDED AREA COULD BREAK, RESULTING IN REAR SUSPENSION COLLAPSE OR LOWER CROSS MEMBER SEPARATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REINFORCE THE WELDS ON 2001-2002 MOTORCYCLES FREE OF CHARGE. ON 2003-2004 MOTORCYCLES, THE UNITS WILL BE REPAIRED, NO INSPECTION WILL BE NECESSARY. THE RECALL BEGAN ON FEBRUARY 9, 2005. OWNERS MAY CONTACT HONDA AT 1-866-784-1870." -01/28/2005,05V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V023000),"Jayco, Inc.",120-VOLT POWER NO CIRCUIT PROTECTION DEVICE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,32,"ON CERTAIN MOTOR HOMES, THE 120-VOLT SHORE POWER CORD WAS WIRED WITHOUT A CIRCUIT PROTECTION DEVICE.",THIS COULD CAUSE A FIRE.,"DEALERS WILL INSPECT AND REWIRE THE 120-VOLT SHORE POWER CORD AND INSTALL A CIRCUIT PROTECTION FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 21, 2005. OWNERS MAY CONTACT JAYCO AT 574-825-5861." -01/28/2005,05V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V025000),Honda (American Honda Motor Co.),IGNITION-PARK INTERLOCK,ELECTRICAL SYSTEM,"P68, P69",Vehicle,486659,"ON CERTAIN PASSENGER VEHICLES, THE INTERLOCK OPERATION OF THE IGNITION SWITCH MAY NOT FUNCTION PROPERLY, MAKING IT POSSIBLE TO TURN THE IGNITION KEY TO THE ""OFF"" POSITION AND REMOVE THE KEY WITHOUT SHIFTING THE TRANSMISSION TO PARK.","IF THE DRIVER DOES NOT SHIFT TO PARK BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL PERFORM AN INSPECTION PROCEDURE THAT CONFIRMS INTERLOCK FUNCTION. VEHICLES WILL BE UPDATED WITH A REDESIGNED INTERLOCK LEVER FREE OF CHARGE. THE RECALL BEGAN ON MARCH 7, 2005. OWNERS MAY CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -01/28/2005,05V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V022000),"Suzuki Motor USA, LLC",STOP LAMP SWITCH,EXTERIOR LIGHTING,KF,Vehicle,37796,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE LIGHT SWITCH MAY BECOME MISADJUSTED IF AN UPWARD/REARWARD FORCE IS APPLIED TO THE BRAKE PEDAL. IF THIS SHOULD OCCUR, THE BRAKE LIGHT SWITCH WILL NOT FUNCTION PROPERLY, CAUSING THE BRAKE LIGHTS, INCLUDING THE HIGH MOUNTED STOP LAMP, TO REMAIN ILLUMINATED CONTINUOUSLY WITHOUT BRAKE PEDAL APPLICATION, WITH THE IGNITION SWITCH IN THE ON OR OFF POSITION.","IF THE BRAKE LIGHTS REMAIN ON CONTINUOUSLY WHILE DRIVING,A FOLLOWING DRIVER MAY NOT KNOW WHEN YOUR BRAKES HAVE BEEN APPLIED, AND A REAR-END CRASH COULD OCCUR WITHOUT PRIOR WARNING. THIS CONDITION MAY ALSO DISCHARGE THE VEHICLE'S BATTERY, AND, THE AUTOMATIC TRANSMISSION TORQUE CONVERTER CLUTCH, CRUISE CONTROL AND TRACTION CONTROL SYSTEM, IF EQUIPPED, WILL BECOME DISABLED.","DEALERS WILL REPLACE THE BRAKE LIGHT SWITCH FREE OF CHARGE. THE RECALL BEGAN ON MARCH 16, 2005. OWNERS MAY CONTACT SUZUKI AT 1-800-934-0934." -01/27/2005,05V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V017000),Ford Motor Company,SPEED CONTROL DEACTIVATION SWITCH FIRES,VEHICLE SPEED CONTROL,05S28,Vehicle,738490,"ON CERTAIN SPORT UTILITY VEHICLES AND PICKUP TRUCKS, THE SPEED CONTROL DEACTIVATION SWITCH MAY OVERHEAT, SMOKE, OR BURN.",THIS CONDITION COULD LEAD TO A FIRE. FIRES HAVE OCCURRED WHILE THE VEHICLES WERE PARKED WITH THE IGNITION 'OFF.',"AS AN INTERIM REPAIR, OWNERS WILL BE INSTRUCTED TO RETURN THEIR VEHICLES TO THEIR DEALERS TO HAVE THE SPEED CONTROL DEACTIVATION SWITCH DISCONNECTED. AS SOON AS REPLACEMENT PARTS ARE AVAILABLE (EARLY APRIL 2005), OWNERS WILL BE INSTRUCTED TO RETURN TO THE DEALERS FOR INSTALLATION OF A NEW SWITCH FREE OF CHARGE. OWNERS MAY CONTACT FORD AT 1-800-392-3673. (NOTE: ALSO SEE RECALLS 05V388 AND 06V286)" -01/25/2005,05T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05T001000),"Continental Tire the Americas, LLC",CONTINENTAL/POSSIBLE TIRE FAILURE,TIRES,NR (Not Reported),Tire,143,"A VARIETY OF CONTINENTAL, TOYO, GENERAL, AND YOKOHAMA TIRES WHICH THE RUBBER COMPOUND USED IN THE SHOULDER PAD COMPONENT OF THE TIRE IS NOT THE SPECIFIED RUBBER COMPOUND AS DETAILED IN THE TIRE SPECIFICATION.","THE OVERALL DURABILITY OF THE TIRE IS REDUCED, WHICH IF DRIVEN UNCHECKED, THE TIRE COULD DEGRADE, POSSIBLY RESULTING IN A VEHICLE CRASH.","CONTINENTAL TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 11, 2005. OWNERS MAY CONTACT EITHER YOKOHAMA AT 1-800-722-9888, CONTINENTAL AT 1-800-726-7113, OR TOYO AT 1-800-442-8696." -01/25/2005,05E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E003000),"YOUR TRUCK SHOP, INC.",YOUR TRUCK SHOP/FMVSS 108/REAR TAIL LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,300,"4 INCH AFTERMARKET TAIL LIGHTS, MODEL TLED 4CR. THESE LIGHTS DO NOT MEET THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","IF, BECAUSE OF LOWER PERFORMANCE OF THE REAR LAMPS, A FOLLOWING VEHICLE DRIVER WAS UNABLE TO SEE OR OTHERWISE MIS-UNDERSTOOD SIGNALS FROM THESE REAR LAMPS, A VEHICLE CRASH COULD OCCUR.","YOUR TRUCK SHOP WILL NOTIFY ITS CUSTOMERS AND WILL EITHER REPURCHASE THE LAMPS OR REPLACE THEM FREE OF CHARGE. THE RECALL BEGAN FEBRUARY 1, 2005. OWNERS MAY CONTACT YOUR TRUCK SHOP AT 1-450-973-4757." -01/24/2005,05V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V014000),Blue Bird Body Company,FMVSS 217/EMERGENCY EXIT WINDOWS/HEHR,STRUCTURE,R05JF,Vehicle,59,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE STRIKER PLATES AT THE BOTTOM OF THE EMERGENCY PUSHOUT WINDOWS CAN WEAR A GROOVE INTO THE EMERGENCY RELEASE BOLT. IF THIS GROOVE BECOMES DEEP ENOUGH, THE EMERGENCY PUSH WINDOW MAY FAIL TO OPEN AS INTENDED WHEN RELEASED.","IN THE EVENT OF AN EMERGENCY, FAILURE OF THE PUSHOUT WINDOW COULD POTENTIALLY TRAP PASSENGERS OR DELAY THEIR ESCAPE, INCREASING THE RISK OF INJURY.","DEALERS WILL SHIP REPAIR PARTS AND INSTALLATION INSTRUCTIONS TO THE BUS OWNERS. THE RECALL BEGAN ON FEBRUARY 21, 2005. OWNERS MAY CONTACT BLUE BIRD AT 478-825-2021." -01/24/2005,05V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V010000),Honda (American Honda Motor Co.),MOTORCYCLES/COMBINED BRAKE SYSTEM LEAK,"SERVICE BRAKES, HYDRAULIC",P65,Vehicle,36046,"CERTAIN MOTORCYCLES EQUIPPED WITH COMBINED-BRAKE SYSTEMS HAVE A PROPORTIONING CONTROL VALVE (PCV) THAT MECHANICALLY PROPORTIONS BRAKE FORCE WHEN THE REAR BRAKE IS APPLIED. A SEAL IN SOME PCVS IS IMPROPERLY SHAPED, AND BRAKE FLUID LEAKAGE MAY OCCUR.","IF THE MOTORCYCLE CONTINUES TO BE USED AFTER A LEAK OCCURS, THE REAR BRAKE WOULD EVENTUALLY BECOME INOPERATIVE. A LOSS OF REAR BRAKE FORCE COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR BRAKE FORLEAKAGE. IF LEAKAGE IS CONFIRMED, THE DEALER WILL REPLACE THE PCV FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 31, 2005. OWNERS MAY CONTACT HONDA AT 866-784-1870." -01/24/2005,05V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V020000),"Ferrari North America, Inc.",NON-FUNCTIONING AIR BAG SWITCH,AIR BAGS,44,Vehicle,110,"CERTAIN PASSENGER VEHICLES HAVE A NON-FUNCTIONING BUTTON WITH THE WORDS ""PASSENGER AIR BAG OFF"" ETCHED INTO IT. THIS BUTTON IS LOCATED, ALONG WITH AN LED LIGHT, ON A CONSOLE ADJACENT TO THE SUN ROOF. THIS NON-FUNCTIONING BUTTON DOES NOT DEACTIVATE THE PASSENGER -SIDE AIR BAG, NOR IS THE LED LIGHT AN INDICATION THAT THE PASSENGER SIDE AIR BAG HAS BEEN DEACTIVATED. THE BUTTON IS NON-FUNCTIONAL AND CANNOT BE DEPRESSED WHEN PUSHED.",THE PLACEMENT OF INFANTS AND SMALL CHILDREN IN THE FRONT PASSENGER SEAT COULD RESULT IN SERIOUS INJURY OR DEATH IN THE EVENT OF A CRASH IN WHICH THE PASSENGER-SIDE AIR BAG DEPLOYS.,"DEALERS WILL REPLACE THE CONSOLE WITH ONE WHICH DOES NOT CONTAIN THE NON-FUNCTIONING BUTTON AND LED LIGHT FREE OF CHARGE. AN INTERIM LETTER WAS SENT TO OWNERS ON FEBRUARY 28, 2005. AN ADDITIONAL LETTER WAS SENT TO OWNERS ON OCTOBER 31, 2005, ADVISING OWNERS THAT PARTS ARE AVAILABLE. OWNERS MAY CONTACT FERRARI AT 1-201-816-2706." -01/24/2005,05V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V019000),"Maserati North America, Inc.",NON-FUNCTIONING AIR BAG SWITCH,AIR BAGS,136,Vehicle,495,"CERTAIN PASSENGER VEHICLES HAVE A NON-FUNCTIONING BUTTON WITH THE WORDS ""PASSENGER AIR BAG OFF"" ETCHED INTO IT. THIS BUTTON IS LOCATED, ALONG WITH AN LED LIGHT, ON A CONSOLE ADJACENT TO THE SUN ROOF. THIS NON-FUNCTIONING BUTTON DOES NOT DEACTIVATE THE PASSENGER-SIDE AIR BAG, NOR IS THE LED LIGHT AN INDICATION THAT THE PASSENGER SIDE AIR BAG HAS BEEN DEACTIVATED. THE BUTTON IS NON-FUNCTIONAL AND CANNOT BE DEPRESSED WHEN PUSHED.",THE PLACEMENT OF INFANTS AND SMALL CHILDREN IN THE FRONT PASSENGER SEAT COULD RESULT IN SERIOUS INJURY OR DEATH IN THE EVENT OF A CRASH IN WHICH THE PASSENGER-SIDE AIR BAG DEPLOYS.,"DEALERS WILL REPLACE THE CONSOLE WITH ONE WHICH DOES NOT CONTAIN THE NON--FUNCTIONING BUTTON AND LED LIGHT FREE OF CHARGE. AN INTERIM NOTICE WAS SENT TO OWNERS DURING FEBRUARY 2005. OWNERS WERE NOTIFIED ON OCTOBER 6, 2005, THAT PARTS ARE AVAILABLE. OWNERS MAY CONTACT MASERATI AT 1-877.696.2737." -01/24/2005,05V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V012000),GIRARDIN MINIBUS INC.,OPTIONAL BATTERY BOX SHORT CIRCUIT/FIRE,ELECTRICAL SYSTEM,05-008-BBX,Vehicle,121,"CERTAIN GIRARDIN MINIBUS MY 2004 AND 2005 MB II AND MBIV FORD DIESEL SCHOOL BUSES EQUIPPED WITH OPTIONAL BBX (BATTERY BOX) MANUFACTURED BETWEEN MAY 14, 2004 AND FEBRUARY 9, 2005. THE ELECTRICAL CABLES (P/NOS. 27DF01 AND 27DF3001) BETWEEN THE BATTERIES AND THE BATTERY JUNCTION BOX (UNDER THE HOOD) HAS NO FUSABLE LINK FOR CABLE PROTECTION.","THERE IS NO PROTECTION ON THE ELECTRICAL CABLE AND IF THERE IS A SHORT CIRCUIT, IT MAY POSSIBLY RESULT IN A FIRE.","THE MANUFACTURER WILL NOTIFY ITS CUSTOMERS AND INSTALL A FUSABLE LINK AT THE END OF THE CABLE ATTACHED TO THE BATTERY FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 25, 2005. OWNERS MAY CONTACT GIRARDIN AT 819-477-8222." -01/24/2005,05V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V009000),"ALFA LEISURE,INC.",REFRIGERATOR LPG LINES,EQUIPMENT,05-01-05A,Vehicle,88,"ON CERTAIN MOTOR HOMES, A PLASTIC FITTING USED TO TEST THE REFRIGERATOR'S LIQUID PROPANE GAS (LPG) SYSTEM WAS NOT REMOVED AND REPLACED WITH A BRASS FITTING.","OVER TIME, THE PLASTIC FITTING MAY NOT SEAL CORRECTLY, ALLOWING LPG TO LEAK. IF LEAKAGE OCCURS THERE IS A POTENTIAL FOR A FIRE.","DEALERS WILL REPLACE THE PLASTIC FITTING WITH A BRASS FITTING. THE RECALL BEGAN ON JANUARY 10, 2005. OWNERS MAY CONTACT ALFA LEISURE AT 1-800-373-3372." -01/21/2005,05V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V021000),"Eldorado National- California, Inc.",DEFECTIVE BALL SOCKET/ARVIN-MERITOR/TRW,STEERING,NR (Not Reported),Vehicle,80,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ARVIN-MERITOR AND TRW 20-EDL BALL SOCKET ASSEMBLIES HAVE A LESS ROBUST BEARING DESIGN, WHICH LEADS TO HIGHER WEAR RATES AND MORE RAPID WEAR-OUT THAN PREVIOUS DESIGNS.","THIS PREMATURE WEAR-OUT OF THE BALL SOCKET ASSEMBLIES MAY RESULT IN THE SEPARATION OF THE TIE-ROD ASSEMBLY WHICH, IN TURN, COULD LEAD TO A LOSS OF CONTROL OF THE BUS AND POSSIBLE INJURY OF DEATH TO THE OCCUPANTS OF THE BUS IN THE EVENT OF SUCH CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON MAY 28, 2005. OWNERS MAY CONTACT ELDORADO AT 909-591-9557." -01/21/2005,05V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V011000),Collins Bus Corporation,FUEL LEAKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,108,"CERTAIN 2002 THRU 2005 COLLINS BANTAM AND SUPER BANTAM SCHOOL BUSES MANUFACTURED BETWEEN SEPTEMBER 18, 2002, AND JANUARY 17, 2005. THE PROTECTIVE RUBBER PARTS THAT COVER THE FUEL LINES TO PREVENT CONTACT WITH METAL EDGES MAY BE MISSING.","THE FUEL LINES MAY BE CUT RESULTING IN FUEL SPILLAGE AND IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","CUSTOMERS WILL BE NOTIFIED TO TAKE THEIR BUSES TO AN AUTHORIZED DEALER FOR FREE REPAIR. DEALERS WILL INSPECT THE FUEL LINES AND INSTALL THE PROTECTIVE RUBBER COVERING SHOULD IT BE MISSING. IF THE FUEL LINES ARE DAMAGED, DEALERS WILL REPLACE THE FUEL LINES FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 21, 2005. OWNERS MAY CONTACT COLLINS AT 1-800-533-1850." -01/21/2005,05V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V018000),"General Motors, LLC",STEERING SHAFT GEAR FRACTURE,STEERING,05010,Vehicle,3344,"ON CERTAIN TRUCKS, THE BOLT THAT ATTACHES THE INTERMEDIATE STEERING SHAFT TO THE STEERING GEAR MAY NOT MEET SPECIFICATION. THE BOLT MAY FRACTURE RESULTING IN THE LOSS OF STEERING.","IF THIS HAPPENS WHILE THE VEHICLE IS MOVING, A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE INTERMEDIATE STEERING SHAFT BOLT FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 24, 2005. OWNERS MAY CONTACT GMC AT 1-866-996-9463 AND CHEVROLET AT 1-800-630-2438." -01/20/2005,05V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V024000),"General Motors, LLC",FRONTAL AND ROOF RAIL AIR BAGS,AIR BAGS,05004,Vehicle,87000,"ON CERTAIN PASSENGER VEHICLES, AN INTERACTION BETWEEN THE SENSING AND DIAGNOSTIC MODULE AND VEHICLE'S ELECTRICAL SYSTEM MAY CAUSE THE DRIVER'S FRONTAL AIR BAG AND/OR ROOF-MOUNTED SIDE IMPACT AIR BAG TO DEPLOY WHEN THE IGNITION KEY IS TURNED TO THE ""ON"" POSITION.","A PERSON POSITIONED FOR DRIVING MAY RECEIVE MINOR INJURIES, SUCH AS ABRASIONS, FROM CONTACT WITH A DEPLOYING AIR BAG.","DEALERS WILL REPLACE THE SENSING AND DIAGNOSTIC MODULE FREE OF CHARGE. THE RECALL BEGAN ON MAY 20, 2005. OWNERS MAY CONTACT CADILLAC AT 1-866-982-2339." -01/19/2005,05V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V013000),Kia Motors America,THROTTLE CABLE,VEHICLE SPEED CONTROL,SC042,Vehicle,89238,"ON CERTAIN MINI VANS, DURING ASSEMBLY, THE THROTTLE CABLE WOULD TWIST ITSELF OUT OF POSITION.","THIS CAN PERMIT THE CABLE TO BE HUNG UP, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE THROTTLE CABLE FREE OF CHARGE. VEHICLES PRODUCED FROM MARCH 20, 2001 THROUGH NOVEMBER 7, 2001 WILL HAVE A GUIDE CLIP INSTALLED ON THE THROTTLE BODY ASSEMBLY IN ORDER TO ENSURE THAT THE TENSION FORCE CABLE DOES NOT MOVE OUT OF POSITION. VEHICLES MANUFACTURED BEGINNING ON NOVEMBER 8, 2001, ALREADY HAVE THE EXTENDED GUIDE, WHICH ACCOMPLISHES THE SAME OBJECTIVE. THE RECALL BEGAN MARCH 21, 2005. OWNERS MAY CONTACT KIA AT 1-800-333-4542." -01/14/2005,05V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V028000),Komfort Corporation,ALUMINUM RIMS,WHEELS,NR (Not Reported),Vehicle,18,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH ALUMINUM WHEELS, THE THICKNESS OF THE WHEEL MAY NOT ALLOW FOR ENOUGH THREAD ENGAGEMENT OF THE LUG NUTS.",LACK OF THREAD ENGAGEMENT COULD ALLOW THE WHEEL TO SEPARATE FROM THE TRAILER AND A CRASH COULD OCCUR WITHOUT PRIOR NOTICE.,"DEALERS WILL REPLACE THE WHEELS FREE OF CHARGE. THE RECALL BEGAN ON JANUARY 4, 2005. OWNERS MAY CONTACT KOMFORT AT 800-554-2711." -01/14/2005,05E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05E002000),EATON HYDRAULICS DIVISION,EATON/POWER STEERING PUMP LEAKAGE,STEERING,NR (Not Reported),Equipment,3517,"CERTAIN EATON POWER STEERING PUMPS, MODEL VTM42, WHICH EATON MANUFACTURED AND ASSEMBLED FOR USE ON CERTAIN HEAVY DUTY VEHICLES. DUE TO AN INCOMPLETE SEAL ON A PORT PLUG ON THE PUMP, LEAKAGE OF THE HYDRAULIC FLUID CAN OCCUR WHICH COULD RESULT IN A REDUCTION IN THE POWER ASSIST.","REDUCTION IN POWER ASSIST COULD AFFECT THE PERFORMANCE OF MOTOR VEHICLES INCORPORATING THESE PUMPS, POSSIBLY RESULTING IN A VEHICLE CRASH.",THE VEHICLE MANUFACTURERS WILL BE CONDUCTING THIS RECALL AND WILL NOTIFY THEIR CUSTOMERS. -01/14/2005,05V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V015000),"Mack Trucks, Inc.",FUEL INLET HOSE ASSEMBLY,"FUEL SYSTEM, GASOLINE",SC0292,Vehicle,13173,"ON CERTAIN HEAVY DUTY CLASS 8 DIESEL TRUCKS EQUIPPED WITH ASET AC ENGINES, THE LOCATION OF THE FUEL INLET HOSE MAY RESULT IN OVERHEATING OR ABRASION OF THE HOSE, WHICH MAY LEAD TO A PREMATURE FAILURE.","IF THE HOSE FAILS, FUEL CAN BE SPRAYED ON THE EXHAUST MANIFOLD, WHICH COULD POTENTIALLY LEAD TO AN ENGINE COMPARTMENT FIRE.","DEALERS WILL REPAIR AND REPLACE THE FUEL INLET HOSE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 14, 2005. DUE TO SOME QUALITY AND SUPPLY ISSUES WITH PARTS TO SUPPORT THIS SAFETY RECALL, OWNERS MAY HAVE BEEN INFORMED DURING APRIL 2005,THAT THE SAFETY RECALL WAS ON HOLD. THESE ISSUES HAVE NOW BEEN RESOLVED. FOR OWNERS WHO HAVE NOT HAD THEIR VEHICLE(S) REPAIRED, CONTACT A MACK PARTS AND SERVICE CENTER IMMEDIATELY TO SCHEDULE AN APPOINTMENT TO HAVE YOUR VEHICLE(S) REPAIRED. OWNERS MAY CONTACT MACK TRUCKS AT 610-709-2131." -01/12/2005,05V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V008000),"Jayco, Inc.",BATTERY CABLE MELTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,688,ON CERTAIN MOTOR HOMES THE BATTERY CABLE MAY HAVE BEEN ROUTED TOO CLOSE TO THE EXHAUST MANIFOLD.,"THIS COULD CAUSE THE CABLE TO MELT, CREATING AN ELECTRICAL SHORT, WHICH COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND REROUTE AND/OR REPLACE THE BATTERY CABLE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 28, 2005. OWNERS MAY CONTACT JAYCO AT 574-825-5861." -01/12/2005,05V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V016000),Shyft Group,FRONT AXLE BRAKE INCORRECT ADJUSTMENT,"SERVICE BRAKES, AIR",SPEC 04026,Vehicle,490,"ON CERTAIN MOTOR HOMES, THE SLACK ADJUSTERS IN THE FRONT AXLES WERE NOT ADJUSTED PROPERLY.",THE DRIVER MAY EXPERIENCE A FEELING OF SOFTENING IN THE BRAKING FUNCTION. REDUCTION IN BRAKE FORCE WHICH COULD CAUSE A CRASH.,"DEALERS WILL ADJUST THE FRONT AXLE BRAKE FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 2, 2005. OWNERS MAY CONTACT SPARTAN AT 1-800-543-4277, OPTION 1." -01/10/2005,05V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V007000),STARCRAFT BUS AND MOBILITY,FMVSS 217/EMERGENCY EXIT DOOR,EQUIPMENT,050103,Vehicle,612,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE REAR DOOR IS NOT LABELED CORRECTLY TO IDENTIFY THAT IT IS AN EMERGENCY EXIT AND INSTRUCTIONS FOR OPENING THE DOOR ARE NOT AFFIXED TO THE DOOR.","IF THE OPERATION OF THE EMERGENCY EXIT DOOR IS NOT UNDERSTOOD, AN OCCUPANT MAY NOT BE ABLE TO OPEN THE DOOR AND EXIT THE VEHICLE IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT AND INSTALL AN EMERGENCY EXIT SIGN ABOVE THE REAR DOOR. INSTRUCTIONS FOR OPENING THE DOOR WILL BE MOUNTED NEAR THE HANDLE OF THE DOOR FREE OF CHARGE. THE RECALL BEGAN ON FEBRUARY 15, 2005. OWNERS MAY CONTACT STARCRAFT AT 1-800-348-7440." -01/10/2005,05V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V006000),Crossroads RV,FURNACE EXHAUST VENT,EQUIPMENT,NR (Not Reported),Vehicle,5890,CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS HAVE IMPROPERLY INSTALLED FURNACE EXHAUST VENTS.,"IMPROPER INSTALLATION OR LACK OF THE FURNACE EXHAUST VENT WILL ALLOW THE EXHAUST FUMES, CONTAINING COMBUSTION PRODUCTS INCLUDING HIGH CONCENTRATIONS OF CARBON MONOXIDE GAS, TO ENTER INTO THE RECREATIONAL VEHICLE AND COULD RESULT IN INJURY OR DEATH TO OCCUPANTS OF THE TRAILER.","OWNERS/DEALERS WILL INSPECT THE FURNACE EXHAUST VENT AND, IF NOT PROPERLY INSTALLED, THE DEALERS WILL REPAIR THE EXHAUST VENT FREE OF CHARGE. OWNERS ARE BEING INSTRUCTED NOT TO USE THE FURNACE UNTIL THE EXHAUST VENT HAS BEEN INSPECTED AND IS PROPERLY REPAIRED. THE RECALL BEGAN FEBRUARY 2, 2005. OWNERS MAY CONTACT CROSSROADS AT 260-593-2866." -01/07/2005,05V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V005000),"General Motors, LLC",FRACTURE POWER STEERING PUMP DRIVESHAFT,POWER TRAIN,05001,Vehicle,98221,"SOME PICKUP TRUCKS, VANS, AND SPORT UTILITY VEHICLES EQUIPPED WITH A HYDRAULIC PUMP DRIVESHAFT THAT CAN FRACTURE, RESULTING IN IMMEDIATE LOSS OF HYDRAULIC POWER STEERING ASSIST. ON CERTAIN VEHICLES EQUIPPED WITH HYDRO-BOOST POWER BRAKES, THE SAME CONDITION CAN RESULT IN LOSS OF POWER ASSIST FOR BRAKING AFTER THE RESERVE PRESSURE IS DEPLETED.","AN INOPERATIVE PUMP CAN CAUSE INCREASED STEERING EFFORT, AND IN HYDRO-BOOST EQUIPPED VEHICLES ALSO INCREASED BRAKING EFFORT, BUT DOES NOT COMPLETELY ELIMINATE THE ABILITY TO STEER OR SLOW THE VEHICLE.","DEALERS WILL REPLACE THE HYDRAULIC PUMP. THE CAMPAIGN BEGAN ON FEBRUARY 14, 2005. OWNERS MAY CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -01/07/2005,05V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V004000),"Triumph Motorcycles America, Ltd.",OIL SEAL,POWER TRAIN,NR (Not Reported),Vehicle,1994,"ON CERTAIN MOTORCYCLES, DAMAGE TO THE OIL SEAL OCCURRED DURING FINAL ASSEMBLY. ONCE DAMAGED SOME OF THE OIL IN THE DRIVE UNIT COULD ESCAPE PAST THE SEAL.","IF UNDETECTED THE FINAL DRIVE UNIT COULD RUN LOW OF OIL AND SEIZE CAUSING THE REAR WHEEL TO LOCKUP, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE FINAL DRIVE UNIT. THE RECALL BEGAN ON JANUARY 25, 2005. OWNERS MAY CONTACT TRIUMPH AT 678-854-2010." -01/05/2005,05V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V002000),"Chrysler (FCA US, LLC)",SIDE AIR BAG CURTAIN,AIR BAGS,D57,Vehicle,1142,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH THE OPTIONAL SIDE CURTAIN AIR BAG, THE CURTAIN FASTENERS MAY NOT HAVE BEEN PROPERLY TIGHTENED.","THIS COULD RESULT IN AN IMPROPER SIDE AIR BAG CURTAIN DEPLOYMENT IN CERTAIN SIDE CRASH CONDITIONS, WHICH CAN INCREASE THE RISK OF INJURY TO VEHICLE OCCUPANTS.","DEALERS WILL TIGHTEN THE SIDE AIR BAG CURTAIN FASTENERS TO THE PROPER SPECIFICATION. THE RECALL BEGAN ON JANUARY 17, 2005. OWNERS MAY CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/03/2005,05V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=05V001000),FREIGHTLINER LLC,SEATS/GRA-MAG,SEATS,FL-438,Vehicle,1770,"ON CERTAIN TRUCKS EQUIPPED WITH SEATS BUILT BY GRA-MAG, THE SEAT PIVOT BOLTS CAN LOOSEN AND POSSIBLY FRACTURE OR DISLODGE, CAUSING THE SEAT BACK TO FAIL TO PROVIDE FULL SUPPORT TO THE DRIVER'S BACK.",A POSSIBLE VEHICLE CRASH COULD OCCUR SHOULD THE SEAT FALL BACKWARDS DURING USE.,"DEALERS WILL REPAIR THESE VEHICLES. THE RECALL BEGAN ON APRIL 20, 2005. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -12/30/2004,04V601000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V601000),"Porsche Cars North America, Inc.",PORSCHE/SOFTTOP OPENS,STRUCTURE,NR (Not Reported),Vehicle,8638,"ON CERTAIN PASSENGER VEHICLES, THE SOFTTOP STRUCTURE CATCH LEVER TENSION CAN EASE RESULTING IN A CRACK.","THE SOFTTOP CAN INADVERTENTLY OPEN STARTLING THE DRIVER, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE ROOF ALIGNMENT AND ROOF LOCKING PINS. IN ADDITION, THE TWO ROOF LOCKING MOTORS WILL BE REPLACED. ALSO A NEW SENSOR SYSTEM WITHIN THE MOTOR ASSEMBLY WILL PROVIDE AN IMPROVED CONTROL SIGNAL TO THE INSTRUMENT CLUSTER IF THE ROOF IS NOT PROPERLY CLOSED WHEN THE DRIVER DRIVES OFF. THE RECALL BEGAN JANUARY 18, 2005. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -12/29/2004,04V611000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V611000),Diamond Coach Corporation,AIR CONDITIONER MOUNTING BRACKET WELDS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,37,"ON CERTAIN DIESEL BUSES BUILT ON FORD E-350 AND E-450 CHASSIS AND EQUIPPED WITH CARRIER VACUUM PUMP BRACKETS, THE BRACKETS COULD BREAK.","WHEN THE BRACKET BREAKS, THE VACUUM PUMP THAT PROVIDES THE POWER TO THE POWER BRAKES BECOMES INOPERATIVE, INCREASING THE RISK OF A CRASH. ALSO, THE POWER STEERING COULD BE AFFECTED IF THE BELT GETS INTO THE OTHER BELTS.","DEALERS WILL REPLACE THE BRACKETS. THE RECALL BEGAN ON JANUARY 21, 2005. OWNERS SHOULD CONTACT DIAMOND COACH AT 1-620-795-2191." -12/28/2004,04V610000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V610000),"Gillig, LLC",GILLIG/ARVIN-MERITOR/FRONT AXLE TIE ROD CLAMP,STEERING,NR (Not Reported),Vehicle,324,"ON SOME BUSES, CERTAIN TIE ROD CLAMPS INSTALLED ON TIE ROD ASSEMBLIES COULD FAIL AND LEAD TO A STEERING MALFUNCTION.","IF BOTH CLAMPS WERE TO FAIL AND THE CROSS TUBE START TO UNSCREW, SIGNIFICANT VEHICLE MISALIGNMENT WOULD EVOLVE WITH THE POTENTIAL FOR THE TIE ROD END TO SEPARATE FROM THE CROSS TUBE, RESULTING IN LOSS OF STEERING CONTROL AND POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVIN-MERITOR WILL NOTIFY GILLIG CUSTOMERS AND CONDUCT THE REMEDY AT NO CHARGE TO THE CUSTOMER. OWNERS SHOULD CONTACT ARVIN-MERITOR AT 1-248-435-1000 OR GILLIG AT 1-510-785-1500. -12/23/2004,04V600000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V600000),DAIMLERCHRYSLER MANUFACTURING INTL,DAIMLERCHRYSLER/TIRE VALVE,TIRES,D53,Vehicle,23000,"ON CERTAIN TRUCKS DISTRIBUTED BY DODGE OR FREIGHTLINER AND EQUIPPED WITH A TIRE VALVE, TR600, ON 16"" TIRES, THE VALVE CAN DEVELOP CRACKS WITHIN THE RUBBER PART OR BETWEEN THE METAL PART AND THE RUBBER PART OF THE VALVE STEM.","SUCH CRACKING MAY LEAD TO A LOSS OF AIR PRESSURE AT THE VALVE STEM, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TIRE VALVES ON ALL SPRINTER VEHICLES. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/23/2004,04V599000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V599000),"General Coach America, Inc.",GENERAL COACH/FMVSS 217/EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,111,"CERTAIN BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, 'BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.' THE OPERATING INSTRUCTION DECALS FOR THE EMERGENCY LATCHES MAY NOT HAVE BEEN PLACED ON THE EMERGENCY EXIT WINDOWS.",,"OWNERS WILL BE PROVIDED WITH LABELS AND INSTALLATION INSTRUCTIONS THAT DESCRIBE THE STEPS TO BE TAKEN FOR PROPER PLACEMENT OF THE WINDOW DECAL. THE RECALL BEGAN JANUARY 6, 2005. OWNERS SHOULD CONTACT GENERAL COACH AT 1-800-842-0622." -12/23/2004,04V607000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V607000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL VALVE,"FUEL SYSTEM, GASOLINE",0118,Vehicle,9501,CERTAIN MOTORCYCLES MAY HAVE BEEN PRODUCED WITH DEFECTIVE FUEL SHUT-OFF VALVES. THE FUNCTIONALITY OF THE 'ON' POSITION AND THE 'RESERVE' POSITION OF THE VALVE MAY HAVE BEEN REVERSED.,"IF THE BIKE WERE OPERATING WITH THE VALVE IN THE 'ON' POSITION, THE BIKE COULD RUN OUT OF FUEL, THE EXPECTED FUEL RESERVE WILL NOT BE AVAILABLE. THIS COULD LEAD TO THE DRIVER RUNNING OUT OF GAS WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FUEL VALVE AND REPLACE IT, IF NECESSARY. THE RECALL BEGAN FEBRUARY 7, 2005. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4080." -12/23/2004,04V605000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V605000),Mazda North American Operations,MAZDA/FMVSS 206/LIFTGATE LATCH,LATCHES/LOCKS/LINKAGES,2804L,Vehicle,49800,"CERTAIN 2004-2005 SPORT UTILITY VEHICLES AND CERTAIN 2001-2003 SPORT UTILITY VEHICLE HAVING REAR LIFTGATE COMPONENTS SERVICED WITH 2004 EQUIVALENT COMPONENTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, 'DOOR LOCKS AND DOOR RETENTION COMPONENTS.' THE REAR LIFTGATE LATCHING SYSTEM DOES NOT MEET THE INERTIA LOAD REQUIREMENT IN ONE DIRECTION.","IF THE LIFTGATE IS LEFT UNLOCKED, THERE IS THE POTENTIAL THAT IT MAY OPEN DURING A CRASH.","DEALERS WILL REPLACE THE REAR LIFTGATE LATCH RELEASE ROD, THE RELEASE ROD ATTACHMENT CLIP AND THE DOOR HANDLE RETURN SPRING. THE RECALL BEGAN ON MARCH 31, 2005. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -12/23/2004,04V598000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V598000),MONACO COACH CORPORATION,MONACO/WATER HEATER EXHAUST,EQUIPMENT,R04047,Vehicle,86,"ON CERTAIN MOTOR HOMES, THE WATER HEATER EXHAUST ON THE CURVE SIDE WALL UNDER THE BACK SIDE OF THE KITCHEN SLIDEOUT ROOM BOX TERMINATES UNDER THE SLIDE BOX WHEN IN THE EXTENDED POSITION. THIS DESIGN COULD CREATE A RISK OF MIGRATION OF CARBON MONOXIDE INTO THE INTERIOR OF THE MOTOR HOME.",EXPOSURE OF THE OCCUPANTS TO CARBON MONOXIDE COULD RESULT IN INJURY OR DEATH.,"DEALERS WILL REPLACE THE WATER HEATER WITH A 16 GALLON ATWOOD UNIT THAT HAS A DIFFERENT EXHAUST TERMINATION. THE RECALL BEGAN MARCH 25, 2005. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -12/23/2004,04V606000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V606000),PACCAR Incorporated,PACCAR/KENWORTH/HOOD LOCK CYLINDER,LATCHES/LOCKS/LINKAGES,04KW9,Vehicle,55,"ON CERTAIN TRUCKS, A LOCKING TAB IN THE HOOD LOCK CYLINDER WAS IMPROPERLY LOCATED PREVENTING THE CYLINDER LOCK FROM ENGAGING. THE HOOD LOCK CYLINDER IS DESIGNED TO SUPPORT THE HOOD ONCE IT IS RAISED FOR ACCESS TO THE ENGINE COMPARTMENT.","IF THE LOCK DOES NOT ENGAGE THIS COULD RESULT IN THE HOOD CLOSING WITHOUT WARNING, INCREASING THE RISK OF INJURY TO SOMEONE WORKING UNDER THE HOOD.","DEALERS WILL INSPECT THE HOOD LOCK CYLINDER AND REMOVE AND REPLACE ANY DEFECTIVE HOOD LOCK CYLINDERS. THE RECALL BEGAN JANUARY 23, 2005. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -12/22/2004,04T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T024000),Bridgestone Americas Tire Operations,BRIDGESTONE/FMVSS 119/MISMARKED,TIRES,NR (Not Reported),Tire,32,"CERTAIN BRIDGESTONE 445/50R22.5 20 PLY, LOAD RANGE L, S892 TIRES MANUFACTURED BETWEEN DECEMBER 2002 AND JANUARY 2003. THESE TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OFFEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES. THE MAXIMUM LOAD WAS MISMARKED ON THESE TIRES.","IF THE TIRES ARE NOT USED PROPERLY, A VEHICLE CRASH COULD OCCUR.","BFNT WILL REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN JULY 7, 2005." -12/22/2004,04V604000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V604000),Ford Motor Company,FORD/CONTROL ARMS,SUSPENSION,04S26,Vehicle,283,"ON CERTAIN PASSENGER VEHICLES, THE UPPER AND LOWER CONTROL ARMS MAY HAVE CASTING IMPERFECTIONS AT THE END OF EACH ARM THAT MAY RESULT IN THE ARM FRACTURING.","UNDER CERTAIN CIRCUMSTANCES THE FRACTURE MAY AFFECT VEHICLE HANDLING CHARACTERISTICS, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE FRONT AND REAR UPPER AND LOWER CONTROL ARMS AND FASTENERS. BEGINNING DECEMBER 15, 2004, FORD CONTACTED CUSTOMERS BY TELEPHONE TO ADVISE THEM OF THIS CONDITION AND REQUEST THAT THEY NOT OPERATE THEIR VEHICLES UNTIL THIS SERVICE ACTION HAS BEEN PERFORMED. THE RECALL OWNER NOTIFICATION MAILING BEGAN ON JANUARY 14, 2005. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -12/22/2004,04V597000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V597000),"General Motors, LLC",GM/POWER SLIDING DOOR,LATCHES/LOCKS/LINKAGES,04110,Vehicle,717302,"ON CERTAIN MINIVANS EQUIPPED WITH SECOND-ROW BUCKET SEATS OR CAPTAIN'S CHAIRS AND A POWER SLIDING DOOR ON THE PASSENGER SIDE OF THE VEHICLE, A PASSENGER USING THE INTERIOR HANDLE TO OPEN THE POWER SLIDING DOOR COULD BE INJURED.","IF A PASSENGER USES THE INTERIOR HANDLE TO OPEN THE POWER SLIDING DOOR AND HOLDS ONTO THE HANDLE WHILE IT IS BEING OPENED BY THE MOTOR, THE PASSENGER'S ARM MAY BE PUSHED INTO THE SEAT BACK OR ARMREST AND A WRIST OR LOWER ARM INJURY MAY RESULT.","DEALERS WILL REPLACE THE POWER SLIDING DOOR INTERIOR HANDLE ON THE PASSENGER-SIDE. IF THE VEHICLE IS EQUIPPED WITH A POWER OR MANUAL SLIDING DOOR ON THE DRIVER-SIDE, THE INTERIOR HANDLE WILL ALSO BE REPLACED FOR APPEARANCE REASONS. NOTE: BEFORE THE VEHICLE IS SERVICED, GM ADVISES OWNERS TO NOT USE THE INTERIOR DOOR HANDLE TO OPEN THE DOOR. THE DRIVER CAN OPEN AND CLOSE THE DOOR FROM SWITCHES AT THE DRIVER'S POSITION OR BY USING THE REMOTE KEY FOB. THE DRIVER SHOULD TELL PASSENGERS TO USE THE SWITCH LOCATED IN FRONT OF THE DOOR TO OPEN OR CLOSE IT. THE DRIVER SHOULD USE THE OVERRIDE SWITCH TO PREVENT OPERATION OF THE POWER DOOR BY CHILDREN OR BY OTHERS WHO ARE NOT FAMILIAR WITH ITS USE. THE OWNER NOTIFICATION LETTER MAILING WILL BE CONDUCTED IN PHASES WITH THE FIRST PHASE BEGINNING ON MAY 31, 2005. THE SECOND PHASE MAILING BEGAN ON JULY 18, 2005. THE RECALL BEGAN ON MAY 31, 2005. PHASE 2 BEGAN ON JULY 18, 2005. PHASE 3 (FINAL PHASE) BEGAN ON AUGUST 24, 2005, TO ALL REMAINING CUSTOMERS. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438; PONTIAC AT 1-800-620-7668; OR OLDSMOBILE AT 1-800-630-6537." -12/22/2004,04T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T023000),"Michelin North America, Inc.",MICHELIN/RAPID AIR LOSS,TIRES,NR (Not Reported),Tire,4000,"CERTAIN MICHELIN XDE COMMERCIAL TRUCK TIRES, SIZE 10R22.5 LRG AND LRF FOR USE ON FREIGHTLINER SCHOOL AND TRANSIT BUSES. THESE TIRES WERE MANFACTURED BETWEEN MAY 23 AND OCTOBER 24, 2004, CAN EXPERIENCE RAPID AIR LOSS DUE TO AN IRREGULARITY OF THE INNER LINER.",RAPID AIR LOSS CAN RESULT IN LOSS OF VEHICLE CONTROL AND A VEHICLE CRASH CAN OCCUR.,"MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN DECEMBER 27, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MICHELIN AT 888-622-2306." -12/22/2004,04V609000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V609000),"Winnebago Industries, Inc.",WINNEBAGO/CROSSMEMBER CLEARANCE/FUEL LINE,"FUEL SYSTEM, GASOLINE",93,Vehicle,3538,"ON CERTAIN MOTOR HOMES BUILT ON A 20,700 GVWR OR GREATER WORKHORSE CHASSIS, THERE MAY NOT BE SUFFICIENT CLEARANCE IN THE AREA WHERE THE FUEL LINE CROSSES THE FRAME CROSS MEMBER.","WITHOUT CLEARANCE, A CONDITION COULD DEVELOP WHERE THE CROSS MEMBER MAY WEAR INTO THE FUEL LINE AND A FUEL LEAK MAY DEVELOP. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPAIR THESE MOTOR HOMES BY PROVIDING CLEARANCE BETWEEN THE FUEL LINE AND FRAME CROSS MEMBER. THE FUEL LINE WILL BE INSPECTED AND, IF NECESSARY, REPLACED. THE RECALL BEGAN JANUARY 7, 2005. OWNERS SHOULD CONTACT WINNEBAGO AT 1-800-537-1885." -12/21/2004,04V596000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V596000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BALL JOINT WEAR,SUSPENSION,D47,Vehicle,592707,"ON CERTAIN SPORT UTILITY VEHICLES AND PICKUP TRUCKS EQUIPPED WITH FOUR-WHEEL DRIVE (4X4), IF MOISTURE LEAKS INTO THE FRONT SUSPENSION UPPER BALL JOINT, EVACUATION OF THE LUBRICANT AND CORROSION OF THE JOINT MAY CAUSE THE JOINT TO WEAR OVER AN EXTENDED PERIOD OF TIME. THIS COULD CAUSE A CLUNKING NOISE IN THE FRONT SUSPENSION, WHICH MAY NOT ALWAYS BE HEARD BY THE VEHICLE OCCUPANTS.","EXCESSIVE WEAR IN THE UPPER BALL JOINT MAY ALLOW IT TO SEPARATE, WHICH COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REPLACE THE FRONT SUSPENSION UPPER BALL JOINTS. THIS SAFETY IMPROVEMENT CAMPAIGN BEGAN ON DECEMBER 21, 2004. OWNERS CAN CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/21/2004,04V587000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V587000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/FMVSS 104/WINDSHIELD WIPERS,VISIBILITY,NR (Not Reported),Vehicle,22,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEM."" WHILE TRAVELING AT HIGH SPEEDS, THE WINDSHIELD WIPERS COULD EITHER SKIP ACROSS THE WINDSHIELD OR SWING TOO FAR OUTWARD CAUSING THE BLADE TO TRAVEL INTO THE RADIUS OF THE WINDSHIELD RESULTING IN THE SPLINE OF THE WIPER ARM AND THE SPINDLE TO FAIL. THE RESULT IS A WIPER STUCK IN THE OUT POSITION.",SUCH A FAILURE OF THE WINDSHIELD WIPER SYSTEM COULD IMPAIR VISIBILITY AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE WINDSHIELD WIPER SYSTEM. THE RECALL BEGAN ON DECEMBER 22, 2004. OWNERS SHOULD CONTACT GEORGIE BOY AT 1-800-521-8733." -12/21/2004,04E094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E094000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/REPLACEMENT FUEL VALVES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,364,"CERTAIN FUEL SHUT-OFF VALVES USED AS REPLACEMENT EQUIPMENT, P/NOS 61338-02, 62169-02A, 61338-94D, AND 62169-95C FOR USE ON CERTAIN 2005 CARBURETED SPORTSTERS, DYNA, SOFTAIL, AND TOURING MODEL MOTORCYCLES. THESE VALVES MAY HAVE BEEN PRODUCED WITH THE FUNCTIONALITY OF THE 'ON' POSITION AND THE 'RESERVE' POSITION OF THE VALVE MAY HAVE BEEN REVERSED.","IF THE BIKE WERE OPERATING WITH THE VALVE IN THE 'ON' POSITION, THE BIKE COULD RUN OUT OF FUEL, THE EXPECTED FUEL RESERVE WILL NOT BE AVAILABLE. THIS COULD LEAD TO THE DRIVER RUNNING OUT OF GAS WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FUEL VALVE AND REPLACE IT, IF NECESSARY. THE RECALL BEGAN JANUARY 27, 2005. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4080. IF YOU HAVE HAD OR INSTALLED A REPLACEMENT FUEL SHUT-OFF VALVE IN YOUR MOTORCYCLE, PLEASE TAKE YOUR VEHICLE TO YOUR DEALER TO HAVE THE VALVE INSPECTED FOR PROPER OPERATION AS SOON AS POSSIBLE." -12/20/2004,04V594000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V594000),"Autocar, LLC",AUTOCAR/AIR SUSPENSION HEIGHT CONTROL VALVE,SUSPENSION,A-0404,Vehicle,20,"ON CERTAIN TRUCKS, THE AIR SUSPENSION HEIGHT CONTROL VALVE MAY NOT BE INSTALLED CORRECTLY.","IN THE EVENT OF A SUSPENSION AIR BAG FAILURE OR RUPTURE OF THE AIR LINE, THERE COULD BE A LOSS OF AIR PRESSURE IN THE 'B' SYSTEM AIR RESERVOIR THAT SUPPLIES AIR PRESSURE FOR THE FRONT STEER AXLE BRAKES. THIS CONDITION WOULD INCREASE STOPPING DISTANCE OF THE VEHICLE AND UNDER CERTAIN CONDITIONS COULD RESULT IN A CRASH.",DEALERS WILL INSPECT AND INSTALL A PRESSURE PROTECTION VALVE IF NECESSARY. THE RECALL BEGAN JANUARY 4 2005. OWNERS SHOULD CONTACT AUTOCAR AT 1-877-973-3486. -12/20/2004,04V603000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V603000),Ford Motor Company,FORD/FMVSS 120/TIRE LABEL,EQUIPMENT,04C10,Vehicle,2902,"CERTAIN CUT-AWAY INCOMPLETE TRUCKS EQUIPPED WITH LT225/75R16E TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE TIRE PRESSURE IS INCORRECTLY LISTED ON THE LABEL FOR THE REAR TIRES.","AT THE INCORRECTLY STATED PRESSURE, THE REAR TIRES ARE UNABLE TO SUPPORT THE GROSS AXLE WEIGHT RATING (GAWR) FOR THE REAR AXLE.","OWNERS AND DEALERS WILL BE MAILED SUPPLEMENTARY TIRE LABELS CONTAINING THE CORRECT REAR TIRE INFLATION INFORMATION. THE RECALL BEGAN ON JANUARY 11, 2005. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -12/20/2004,04V602000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V602000),Ford Motor Company,FORD/FMVSS 206/REAR LIFTGATE DOOR,LATCHES/LOCKS/LINKAGES,04C09,Vehicle,262113,"CERTAIN 2004-2005 SPORT UTILITY VEHICLES AND CERTAIN 2001-2003 SPORT UTIITY VEHICLE HAVING REAR LIFTGATE COMPONENTS SERVICED WITH 2004 EQUIVALENT COMPONENTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, 'DOOR LOCKS AND DOOR RETENTION COMPONENTS.' THE REAR LIFTGATE LATCHING SYSTEM DOES NOT MEET THE INERTIA LOAD REQUIREMENT IN ONE DIRECTION.","IF THE LIFTGATE IS LEFT UNLOCKED, THERE IS THE POTENTIAL THAT IT MAY OPEN DURING A CRASH.","DEALERS WILL REPLACE THE REAR LIFTGATE LATCH RELEASE ROD, THE RELEASE ROD ATTACHMENT CLIP AND THE DOOR HANDLE RETURN SPRING. THE RECALL BEGAN ON MARCH 31, 2005. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -12/18/2004,04V608000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V608000),"Winnebago Industries, Inc.",WINNEBAGO/AMSAFE/SEAT BELTS,SEAT BELTS,92,Vehicle,6201,"CERTAIN SEAT BELT BUCKLES ON SOME MOTOR HOMES FAIL TO CONFORM TO THE LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.","DEALERS WILL REPLACE THE BUCKLES. THE RECALL BEGAN ON NOVEMBER 12, 2004. OWNERS SHOULD CONTACT AMSAFE AT 1-574-266-8330 OR WINNEBAGO AT 1-800-537-1885." -12/16/2004,04V584000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V584000),"Volkswagen Group of America, Inc.",VW/HAZARD SWITCH,EXTERIOR LIGHTING,VX,Vehicle,410000,"ON CERTAIN PASSENGER VEHICLES, THE HAZARD SWITCH AND FLASHER SYSTEM FUNCTION MAY DEGRADE OVER TIME BECAUSE OF DISTORTION AND MATERIAL TRANSFER OF THE CONTACTS OF CERTAIN HAZARD SWITCH RELAYS WHICH OCCURS DUE TO SUBSTANTIALLY INCREASED ELECTRICAL CURRENT LOAD FROM HIGHER WATTAGE TURN SIGNAL BULBS.",THIS MAY RESULT IN INTERMITTENT OR INOPERATIVE TURN SIGNAL AND HAZARD FLASHER FUNCTION.,"DEALERS WILL REPLACE THE HAZARD FLASHER SWITCH/RELAY KIT. THE RECALL BEGAN ON MARCH 31, 2005. OWNERS SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987." -12/15/2004,04V589000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V589000),"Accubuilt, Inc.",ACCUBUILT/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,501,"ON CERTAIN VANS BUILT ON FORD E250/E350 CHASSIS AND EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR ACCUBUILT AT 419-222-1501. -12/15/2004,04V590000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V590000),FREIGHTLINER LLC,FREIGHTLINER/ARVIN-MERITOR/INTERAXLE DRIVELINE,POWER TRAIN,FL-436,Vehicle,1095,"ON CERTAIN VEHICLES, THERE IS A DEFECT IN THE INTERAXLE DRIVELINE YOKES. THE BOLT HOLES LOCATED ON THE EARWORK OF THE MALE SHAFT YOKES WERE MANUFACTURED WITH AN OVERSIZED MINOR THREAD DIAMETER.",THIS CONDITION ALLOWS THE BOLTS USED IN THE HOLES TO BECOME DETACHED WHICH COULD RESULT IN A DRIVELINE SEPARATION. DRIVELINE SEPARATION COULD RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE SUSPECT MALE SHAFT YOKES. THE RECALL BEGAN ON APRIL 4, 2005. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/15/2004,04V591000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V591000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE PEDAL ADJUSTMENT,"SERVICE BRAKES, HYDRAULIC",FL-437,Vehicle,250,"ON CERTAIN TRUCKS, THE BRAKE PEDAL PUSHROD WAS NOT TIGHTENED PROPERLY DURING ASSEMBLY.",LOOSE BRAKE PEDAL PUSHROD JAM NUTS COULD CAUSE LOSS OF CONTROL OF THE VEHICLE AND A CRASH MAY OCCUR.,"DEALERS WILL ADJUST THE PEDAL PUSHROD. THE RECALL BEGAN ON APRIL 11, 2005. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/15/2004,04T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T022000),Goodyear Tire & Rubber Company,GOODYEAR/FMVSS 109/MISSING DOT SYMBOL,TIRES,NR (Not Reported),Tire,700,"CERTAIN DUNLOP WINTER SPORT M3, SIZE 255/40R19 100V. THESE TIRES WERE CURED WITHOUT THE REQUIRED ""DOT"" STAMP. THE SUBJECT TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES.",THE CUSTOMER MAY NOT REALIZE THAT THE NUMBERS ON THE SIDEWALL ARE THE DOT SERIAL NUMBERS.,"GOODYEAR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES WITH COMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN FEBRUARY 15, 2005. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GOODYEAR AT 1-800-321-2136." -12/15/2004,04C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04C005000),SICARTEX AUTOZUBEHOR CURT WURSTL GMBH,MERCEDES-BENZ/ANCHORAGE LATCH ARM FAILURE,CHILD SEAT,2005 120005,Child Seat,333,"CERTAIN SICARTEX KIDDY TOP SAFE CHILD SEATS MANUFACTURED BETWEEN MARCH 1 AND OCTOBER 31, 2003, AND DISTRIBUTED THROUGH MERCEDES-BENZ DEALERSHIPS. THE LOWER LATCHING ARM ON THE LATCH ANCHORAGE MAY NOT MEET THE REQUIRED MATERIAL STRENGTH.","IF THE CHILD SEAT IS CONNECTED TO THE VEHICLE USING THE LATCH ANCHORAGE, IN THE EVENT OF A VEHICLE CRASH, THE CHILD SEAT MAY DETACH FROM ITS LOWER ANCHORAGE, POSSIBLY RESULTING IN SERIOUS INJURY TO THE CHILD OCCUPANT.",MERCEDES-BENZ WILL OFFER A FULL REFUND. PLEASE MENTION THE RECALL CAMPAIGN #2004 120005. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER/JANUARY 2004/2005. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372. -12/15/2004,04V581000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V581000),"Nissan North America, Inc.",NISSAN/TOW HITCH,TRAILER HITCHES,PB124,Vehicle,131,"ON CERTAIN SPORT UTILITY VEHICLES, THE ACCESSORY TOW HITCH ATTACHMENT BOLTS MAY NOT HAVE BEEN TIGHTENED TO THE PROPER SPECIFICATION.",THIS COULD CAUSE THE TOW HITCH TO LOOSEN OR SEPARATE FROM THE VEHICLE WHICH COULD RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL TIGHTEN THE TOW HITCH. THE RECALL BEGAN ON JANUARY 3, 2005. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -12/15/2004,04V593000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V593000),"Porsche Cars North America, Inc.",PORSCHE/FMVSS 208/SEAT BELT RETRACTOR,SEAT BELTS,A506,Vehicle,31000,"CERTAIN PASSENGER CARS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" ALL THREE REAR SEAT POSITIONS AND THE FRONT PASSENGER POSITION ARE EQUIPPED WITH SEAT BELT RETRACTORS THAT HAVE A LOCKING FEATURE WHICH CONVERTS THE RETRACTOR FROM AN EMERGENCY LOCKING RETRACTOR (ELR) MODE TO AN AUTOMATIC LOCKING RETRACTOR (ALR) MODE FOR THE PURPOSES OF CHILD RESTRAINT INSTALLATION. THE BELT MAY DEACTIVATE THE ALR MODE WITH CERTAIN CHILD RESTRAINTS.","WHEN INVOLVED IN A CRASH, THE CHILD RESTRAINTS MAY NOT BE PROPERLY SECURED INCREASING THE RISK OF INJURY OR DEATH TO THE SEAT OCCUPANT.","DEALERS WILL PERMANENTLY INSTALL A CLIP IN EITHER OF THE AFFECTED REAR OUTBOARD SEAT BELTS AND PROVIDE AN OWNER'S MANUAL INSERT. THE CLIPS WILL PREVENT UNWARRANTED CONVERSION FROM ALR TO ELR MODE WITH CHILD SEAT INSTALLATION. THE RECALL BEGAN MAY 17, 2005. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -12/15/2004,04V595000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V595000),Toyota Motor Engineering & Manufacturing,TOYOTA/SEATBELT BUCKLE STATUS SWITCH,SEAT BELTS,SSC 40M,Vehicle,150061,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A FRONT PASSENGER POWER SEAT, WHEN INSTALLING CERTAIN REAR-FACING INFANT CHILD SEAT BASES ONTO THE SEAT WITH AN EXCESSIVELY HIGH SEATBELT TENSION, IT MAY BE POSSIBLE TO UNSEAT A COMPONENT CALLED THE BUCKLE STATUS SWITCH FROM THE SEAT BELT BUCKLE.","IF THE SWITCH BECOMES UNSEATED, THE FRONT PASSENGER OCCUPANT CLASSIFICATION SYSTEM MAY MISTAKE THE REAR-FACING CHILD RESTRAINT FOR AN UNBELTED ADULT OCCUPANT, AND MAY NOT SUPPRESS THE DEPLOYMENT OF THE FRONT PASSENGER AIRBAG.","DEALERS WILL REPLACE THE FRONT PASSENGER SEATBELT BUCKLE STATUS SWITCH. THIS SAFETY IMPROVEMENT CAMPAIGN (SSC 40M) BEGAN ON DECEMBER 20, 2004. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331 OR LEXUS AT 1-800-255-3987.." -12/15/2004,04V586000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V586000),"Volkswagen Group of America, Inc.",VW/DIESEL PUMPS FASTENER,"FUEL SYSTEM, DIESEL",VY,Vehicle,19284,"ON CERTAIN PASSENGER VEHICLES, THE HIGH PRESSURE DIESEL PUMPS WERE PRODUCED WITH AN IMPROPER FASTENER, WHICH COULD ALLOW DIESEL FUEL TO ESCAPE FROM THE PUMP.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY LEAD TO A FIRE.,"DEALERS WILL REPLACE THE DIESEL PUMP. THE RECALL BEGAN ON FEBRUARY 8, 2005. OWNERS SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987." -12/15/2004,04V592000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V592000),"Volkswagen Group of America, Inc.",VW/FMVSS 208/SEAT BELT RETRACTORS,SEAT BELTS,UY,Vehicle,50483,"CERTAIN PASSENGER CARS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" ALL THREE REAR SEAT POSITIONS AND THE FRONT PASSENGER POSITION ARE EQUIPPED WITH SEAT BELT RETRACTORS THAT HAVE A LOCKING FEATURE WHICH CONVERTS THE RETRACTOR FROM AN EMERGENCY LOCKING RETRACTOR (ELR) MODE TO AN AUTOMATIC LOCKING RETRACTOR (ALR) MODE FOR THE PURPOSES OF CHILD RESTRAINT INSTALLATION. THE BELT MAY DEACTIVATE THE ALR MODE WITH CERTAIN CHILD RESTRAINTS.","WHEN INVOLVED IN A CRASH, THE CHILD RESTRAINTS MAY NOT BE PROPERLY SECURED, INCREASING THE RISK OF INJURIES OR DEATH.","DEALERS WILL PERMANENTLY INSTALL A 'CLIP' IN EACH OF THE TWO REAR OUTBOARD SEAT BELTS. THE CLIPS WILL PREVENT UNWANTED DEACTIVATION OF THE ALR MODE WITH CHILD SEAT INSTALLATIONS. THE RECALL BEGAN ON APRIL 11, 2005. OWNERS SHOULD CONTACT VW AT 1-800-822-8987." -12/13/2004,04V588000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V588000),"Champion Bus, Inc.",CHAMPION/FMVSS 217/EMERGENCY WINDOW,STRUCTURE,NR (Not Reported),Vehicle,6,"CERTAIN BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THESE BUSES LACK THE CORRECT NUMBER AND SIZE OF EMERGENCY EXITS.","IN THE EVENT OF A CRASH, AN OCCUPANT MAY NOT BE ABLE TO EXIT THE BUS, INCREASING THE RISK OF INJURY.",DEALERS WILL REPLACE ONE OF THE REGULAR WINDOWS ON THE BUSES WITH AN EMERGENCY EXIT WINDOW. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS SHOULD CONTACT CHAMPION AT 800-331-5761. -12/13/2004,04E093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E093000),HEHR INTERNATIONAL INC.,EMERGENCY EXIT WINDOWS DO NOT OPEN,EQUIPMENT,NR (Not Reported),Equipment,292,"HEHR EMERGENCY EXIT WINDOWS, MODEL NOS 1401 AND 1407, FOR USE ON CERTAIN DAILMERCHRYSLER COMMERCIAL BUSES (ORION)NC MY 2002-2004 SLF BUSES, DO NOT MEET THE EMERGENCY EXIT RELEASE REQUIREMENTS AS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, BUS EMERGENCY EXITS AND WINDOW RETENSION AND RELEASE. THE WINDOWS MAY FAIL TO OPEN WHEN UNLATCHED.","IN THE EVENT OF AN EMERGENCY, RAPID EGRESS MAY BE IMPAIRED, POSSIBLY RESULTING IN SERIOUS INJURIES OR DEATH.","HEHR WILL NOTIFY THE CUSTOMERS OF ORION AND WILL SHIP REPAIR PARTS AND INSTALLATION INSTRUCTIONS TO THE BUS OWNERS. THE RECALL BEGAN MARCH 28, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HEHR INTERNATIONAL AT 323-663-1261." -12/10/2004,04V583000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V583000),Mazda North American Operations,MAZDA/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,2704L,Vehicle,121000,"ON CERTAIN SPORT UTILITY VEHICLES, THE ACCELERATOR CABLE MAY PREVENT THE THROTTLE FROM RETURNING TO THE IDLE POSITION.",AN UNEXPECTED INCREASE IN ENGINE IDLE SPEED MAY INCREASE STOPPING DISTANCE AND MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE ACCELERATOR CABLE. THE RECALL BEGAN ON JANUARY 28, 2005. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500, OPTION #4." -12/10/2004,04V582000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V582000),Mazda North American Operations,MAZDA/REAR SEAT BELT RETRACTOR LOCKING PINS,SEAT BELTS,2604L,Vehicle,190,"ON CERTAIN PASSENGER VEHICLES, THE RIGHT AND/OR LEFT REAR SEAT BELTS MAY NOT LOCK PROPERLY DUE TO MISSING RETAINING PINS ON THE HOUSING.","THE LOCKING MECHANISM OF THE SEAT BELT RETRACTOR MAY MALFUNCTION, INCREASING THE RISK OF DEATH OR SERIOUS INJURY TO THE REAR SEAT PASSENGERS IN THE EVENT OF A CRASH. PASSENGERS SHOULD NOT SIT AND CHILD SEATS SHOULD NOT BE USED IN THE RIGHT OR LEFT REAR SEATS UNTIL THIS DEFECT HAS BEEN CORRECTED.","DEALERS WILL INSPECT THE REAR SEAT BELTS AND REPLACE DEFECTIVE SEAT BELT RETRACTORS. THE RECALL BEGAN ON DECEMBER 27, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500, OPTION #4." -12/10/2004,04V580000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V580000),PACCAR Incorporated,PACCAR/KENWORTH/WIRING HARNESS,ELECTRICAL SYSTEM,04KW8,Vehicle,4322,"ON CERTAIN TRUCKS, THE POWER FEED HARNESS P92-1993 TERMINALS WERE NOT PROPERLY CRIMPED.",THIS COULD LEAD TO INTERMITTENT POWER LOSS AFFECTING THE ELECTRICAL SYSTEM AND POSSIBLY RESULT IN A FIRE.,"DEALERS WILL REPLACE THE HARNESS. THE RECALL BEGAN JANUARY 13, 2005. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -12/09/2004,04V579000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V579000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING KNUCKLE,STEERING,D55,Vehicle,26354,"ON CERTAIN SEDANS AND CONVERTIBLE MODEL VEHICLES, THE RIGHT STEERING KNUCKLE MAY HAVE BEEN DAMAGED DURING THE COMPONENT MANUFACTURING PROCESS.","THIS COULD CAUSE THE STEERING KNUCKLE TO CRACK AND SEPARATE FROM THE UPPER CONTROL ARM, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE THE RIGHT STEERING KNUCKLE. THE RECALL BEGAN ON DECEMBER 27, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/09/2004,04V568000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V568000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLE/MISWIRING INSIDE BLOCK,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4345,"ON CERTAIN MOTORCYCLES, THE MAIN WIRE HARNESS HAS A GROUND DISTRIBUTION CONNECTOR THAT IS INCORRECTLY ASSEMBLED. SOME ELECTRICAL CIRCUITS MAY OVERHEAT AND SHORT, INCLUDING THE FUEL PUMP.","IF THE FUEL PUMP STOPS WORKING, THE ENGINE WILL STALL WITHOUT WARNING, WHICH COULD CAUSE A CRASH.","DEALERS WILL INSPECT THE GROUND DISTRIBUTION CONNECTOR FOR OVERHEATING DAMAGE. IF ANY DAMAGE IS FOUND, THE WIRE HARNESS WILL BE REPLACED. IF NO DAMAGE IS FOUND, THE CONNECTORS WILL BE ASSEMBLED PROPERLY. THE RECALL BEGAN ON DECEMBER 8, 2004. OWNERS SHOULD CONTACT HONDA AT 866-784-1870." -12/09/2004,04V567000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V567000),Pierce Manufacturing,PIERCE/ALL WHEEL STEERING,STEERING,NR (Not Reported),Vehicle,64,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH THE ALL WHEEL STEER OPTION, THE POSITION OF THE FRONT AXLE IS SENSED BY AN OPTICAL ENCODER MOUNTED TO THE BOTTOM OF THE FRONT AXLE KINGPIN, WHICH IS PROTECTED FROM THE ELEMENTS BY AN OUTER CASE. THIS CASE SHARES A COMMON GREASE CAVITY WITH THE KINGPIN. OIL THAT LEACHES FROM THE GREASE CAN MIGRATE THROUGH THE ENCODER SEAL, CAUSING CONTAMINATION OF THE OPTICAL ENCODER DISC.",OIL ON THE DISC CAN CAUSE THE ENCODER TO SEND INCORRECT WHEEL POSITION INFORMATION AND CAN CAUSE THE REAR WHEELS TO STEER UNEXPECTEDLY CAUSING THE VEHICLE TO CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REPLACE THE ENCODERS WITH NEW ENCODERS WITH MORE ROBUST SEALS. THE CONTROL SOFTWARE WILL BE UPDATED TO PRODUCE AN ERROR CODE AND DISABLE THE REAR STEERING FUNCTION IF UNUSUAL ENCODER INPUTS ARE DETECTED. THE RECALL BEGAN JANUARY 25, 2005. OWNERS SHOULD CONTACT PIERCE AT 1-888-974-3723." -12/08/2004,04V578000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V578000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BATTERY CABLE,ELECTRICAL SYSTEM,D40,Vehicle,71763,"ON CERTAIN SPORT UTILITY VEHICLES BUILT WITH A 5.7L, 4.7L, OR 3.7L ENGINE, THE POSITIVE BATTERY CABLE MAY CONTACT THE FRONT SUSPENSION UPPER CONTROL ARM MOUNTING BRACKET.","THIS CONTACT COULD ABRADE THE CABLE AND CAUSE A SHORT CIRCUIT, WHICH MAY RESULT IN AN UNDERHOOD FIRE.","DEALERS WILL INSPECT THE BATTERY CABLE AND, IF NECESSARY, REPOSITION IT AWAY FROM THE CONTROL ARM MOUNTING BRACKET. THE RECALL BEGAN DECEMBER 14, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/08/2004,04V585000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V585000),Ducati North America,DUCATI/FRONT BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,993,"ON CERTAIN MOTORCYCLES, THE FRONT BRAKE HOSE CAN BECOME TRAPPED BETWEEN THE LOWER STEERING FLANGE AND THE STEERING LOCK PEG WHEN THE VEHICLE IS CORNERING.","THIS CONDITION COULD CAUSE A LOSS OF FRONT BRAKE FLUID PRESSURE AND DAMAGE TO THE BRAKE HOSE, WHICH COULD RUPTURE CAUSING FRONT BRAKE FAILURE. THIS COULD RESULT IN A CRASH.",DEALERS WILL INSTALL A RETAINING CLIP ON THE FRONT BRAKE HOSE. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2004. OWNERS SHOULD CONTACT DUCATI AT 1-408-253-0499. -12/07/2004,04C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04C004000),Dorel Juvenile Group,DJG/REARFACING INFANT SEAT/FMVSS 213/BACK SUPPORT,CHILD SEAT,NR (Not Reported),Child Seat,1626,"CERTAIN COSCO DREAMRIDE, MODEL 22-001-FSM, REAR FACING CHILD RESTRAINT SYSTEM MANUFACTURED BETWEEN DECEMBER 1, 2003, AND APRIL 28, 2004. THESE SEATS FAIL TO MEET THE 70 DEGREE MAXIMUM BACK SUPPORT ANGLE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DJG WILL MAIL A WARNING LABEL INSTRUCTING THE OWNER NOT TO USE THE CHILD RESTRAINT IN THE REAR FACING POSITION. IN ADDITION, CUSTOMERS WHO DESIRE A REAR FACING CHILD RESTRAINT WILL BE PROVIDED AT NO CHARGE A DJG TLC MODEL 93-000-FSM. THE RECALL BEGAN FEBRUARY 1, 2005. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DJG AT 866-611-3022." -12/07/2004,04V574000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V574000),Ford Motor Company,FORD/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,04S25,Vehicle,470245,"ON CERTAIN SPORT UTILITY VEHICLES BUILT WITH 3.0L V6 ENGINES, THE ACCELERATOR CABLE MAY PREVENT THE THROTTLE FROM RETURNING TO THE IDLE POSITION.",AN UNEXPECTED INCREASE IN ENGINE IDLE SPEED MAY INCREASE STOPPING DISTANCE AND MAY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE ACCELERATOR CABLE. THE RECALL BEGAN ON JANUARY 10, 2005. OWNERS SHOULD CONTACT FORD AT 1-866-436-7332." -12/07/2004,04V572000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V572000),HACKNEY,HACKNEY/FMVSS 108/TURN SIGNAL FLASHER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,82,"CERTAIN TRUCK BODIES BUILT ON ISUZU CHASSIS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TURN SIGNAL FLASH RATE IS EXCESSIVE AND DOES NOT PROVIDE AN ACCEPTABLE FLASH RATE.",A FOLLOWING OR ONCOMING DRIVER MAY NOT RECOGNIZE THE TURN SIGNAL LAMP AS FLASHING AND THUS NOT REALIZE THE TRUCK DRIVER'S INTENTION TO TURN. THIS COULD LEAD THE OTHER DRIVER TO MAKE AN UNSAFE MOVEMENT AROUND THE TRUCK.,"DEALERS WILL FURNISH A REPLACEMENT TURN SIGNAL FLASHER THAT WILL BRING THE FLASH RATE INTO THE MANDATED RANGE. THE RECALL BEGAN ON FEBRUARY 11, 2005. OWNERS SHOULD CONTACT HACKNEY AT 800-763-0700." -12/07/2004,04V577000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V577000),Keystone RV Company,KEYSTONE/WIRING ROUTED INCORRECTLY OVER TANK,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28,"ON CERTAIN TRAVEL TRAILERS, DURING PRODUCTION, THE WIRING WAS ROUTED OVER THE TOP OF THE GRAY HOLDING TANK ON THE BACKSIDE IN A LOCATION WHERE THE WIRING COULD BECOME PINCHED BY THE HEAT PLENUM FRAMING.",PINCHED WIRING COULD CAUSE AN ELECTRICAL SHORT. ELECTRIC POWER MAY BECOME IN-OPERABLE IN AFFECTED UNITS DUE TO BREAKERS BEING TRIPPED.,"DEALERS WILL RE-ROUTE THE WIRING. THE RECALL BEGAN DECEMBER 10, 2004. OWNERS SHOULD CONTACT KEYSTONE AT 574-535-2100." -12/06/2004,04V576000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V576000),"BMW of North America, LLC",BMW/REAR BRAKE LINE ADAPTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,485,"ON CERTAIN MOTORCYCLES, AN ADAPTER IN THE REAR BRAKE LINE CONNECTS A RIGID SECTION TO A FLEXIBLE SECTION. IF THE RIGID SECTION IS NOT PROPERLY ENGAGED IN THE ADAPTER, IT IS POSSIBLE FOR A LEAK TO DEVELOP.","BRAKE FLUID LOSS COULD RESULT. THE REAR BRAKING CAPABILITY WOULD NOT BE POSSIBLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR BRAKE LINE AND ADAPTER. IF THE INSPECTION REVEALS THAT THE RIGID SECTION OF THE BRAKE LINE IS NOT PROPERLY ENGAGED IN THE ADAPTER, THEN THE ENTIRE ADAPTER WILL BE REPLACED. THE RECALL BEGAN DECEMBER 15, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -12/06/2004,04V575000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V575000),"BMW of North America, LLC",BMW/SEAT HEATING SYSTEM,SEATS,NR (Not Reported),Vehicle,17905,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH FRONT SEAT HEATING SYSTEMS, UPON ENTERING AND EXITING THE VEHICLE, EXCESSIVE CONTACT WITH THE SIDE BOLSTER THAT IS CONTAINED IN THE SEAT'S BACKREST MAY DAMAGE THE HEATING MAT LOCATED IN THIS AREA. IF SUCH DAMAGE WERE TO OCCUR, WITH THE SYSTEM TURNED ON, THE VEHICLE OCCUPANT MAY FEEL EXCESSIVE HEAT FROM THIS AREA.","IT IS POSSIBLE THAT THE HEATING MAT IN THE BACKREST'S SIDE BOLSTER COULD OVERHEAT AND DAMAGE, OR MELT A SMALL HOLE IN, THIS AREA OF THE SEAT COVER. IF THIS HAPPENED, IT COULD LEAD TO AN OCCUPANT BEING BURNED.",DEALERS WILL MODIFY THE SEAT HEATING CIRCUIT. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117. -12/06/2004,04V573000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V573000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/ABS BRAKES WIRING HARNESS,"SERVICE BRAKES, HYDRAULIC",0117,Vehicle,72,CERTAIN POLICE MOTORCYCLES WERE BUILT WITH A DEFECTIVE WIRING HARNESS. THE ANTILOCK BRAKE SYSTEM (ABS ) IS WIRED THROUGH THE SAME FUSE CIRCUIT AS THE ABS MALFUNCTION WARNING LIGHT.,"THE OPERATOR OF THE MOTORCYCLE WOULD LOSE POWER TO THE ABS WARNING LIGHT AT THE SAME TIME HE LOSES POWER TO THE ABS BRAKE SYSTEM IF THIS PARTICULAR FUSE WOULD BLOW. THE WARNING LIGHT WOULD NOT ILLUMINATE DUE TO THE LOSS OF ELECTRICAL POWER TO THE MOTORCYCLE AND THE OPERATOR MIGHT NOT BE AWARE THAT THE ABS BRAKES WERE NOT FUNCTIONAL. THE GAUGES ARE ALSO WIRED THROUGH THIS FUSE CIRCUIT AND, SHOULD THIS FUSE FLOW, WOULD ALSO CEASE TO FUNCTION.","DEALERS WILL REPLACE THE WIRING HARNESS. THE RECALL BEGAN DECEMBER 27, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -12/06/2004,04E089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E089000),INDEPENDENT DRIVING SYSTEMS,IDS/ADAPTIVE STEERING CONTROLS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,30,"CERTAIN IDS LOW EFFORT HYDRO-MECHANICAL ADAPTIVE STEERING CONTROLS INTENDED FOR USE WITH DAIMLERCHRYSLER RACK AND PINION STEERING, P/NOS. HLSS-C AND HLSS-CX. GALVANIC CORROSION WEAKENS THE FEEDBACK SHAFT U-JOINT WHICH MAY CAUSE THE FEEDBACK SHAFT TO SEPARATE. THIS RECALL ONLY PERTAINS TO VEHICLES WHICH HAVE HAD THE IDS SYSTEM INSTALLED AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED BY DAIMLERCHRYSLER.","A POSSIBLE VEHICLE CRASH COULD OCCUR SHOULD THE FEEDBACK SHAFT SEPARATE, POSSIBLY RESULTING IN SERIOUS INJURIES OR DEATH.","ALL OWNERS OF THE SUBJECT HLSS SYSTEM WILL BE ADVISED TO HAVE IT INSPECTED FOR CORROSION. THOSE SYSTEMS FOUND WITH CORRODED FEEDBACK SHAFTS WILL BE REPLACED BY IDS FREE OF CHARGE. THE RECALL BEGAN JANUARY 17, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IDS AT 713-864-1460." -12/03/2004,04V569000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V569000),"Navistar, Inc.",INTERNATIONAL/FRONT CAB BRACKETS,STRUCTURE,05502,Vehicle,17443,"ON CERTAIN TRUCKS, THE BOLTS THAT MOUNT THE FRONT OF THE CAB TO THE MOUNTING BRACKETS WERE NOT PROPERLY TORQUED AT THE MANUFACTURING PLANT.","THESE BOLTS CAN LOOSEN DURING NORMAL VEHICLE USE AND FALL OUT. THIS MAY LEAD TO THE CAB SEPARATING FROM THE VEHICLE'S CHASSIS DURING A VEHICLE CRASH THAT MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY OR DEATH.","AS AN INTERIM ACTION, DEALERS WILL PROPERLY TIGHTEN THE EXISTING CAB MOUNTING BOLTS AND REPLACE ANY MISSING BOLTS. AS SOON AS PARTS ARE AVAILABLE, DEALERS WILL REPLACE ALL SIXTEEN BOLTS AND TIGHTEN THEM PROPERLY. AN INTERIM LETTER WAS SENT TO OWNERS ON FEBRUARY 11, 2005. ANOTHER LETTER WAS SENT TO OWNERS ON APRIL 8, 2005, AS SOON AS PARTS ARE AVAILABLE. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -12/03/2004,04V570000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V570000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/FUEL INJECTION PIPE CLAMPS,"FUEL SYSTEM, GASOLINE",R3125410,Vehicle,3674,"ON CERTAIN TRUCKS, THE RUBBER PORTION OF THE FUEL INJECTION PIPE CLAMPS COULD DETERIORATE. NORMAL VEHICLE OPERATION COULD CAUSE THE DETERIORATED CLAMP TO LOOSEN AND DRIP.","IF THIS CONDITION OCCURS IN THE AREA OF THE FUEL INJECTION PUMP, THE ENGINE STARTER COULD SHORT CIRCUIT IF THE CLAMP DROPS ONTO THE STARTER TERMINAL. THIS COULD PREVENT THE ENGINE FROM STARTING. EXCESSIVE HEAT FROM THE SHORT CIRCUIT COULD CAUSE A FIRE.","DEALERS WILL REMOVE EACH CLAMP AND INSPECT FOR RUBBER DETERIORATION AND WILL REPLACE THE CLAMP IF THE RUBBER DETERIORATION IS EVIDENT. DEALERS WILL REPLACE THE ATTACHING HARDWARE AND APPLY ADHESIVE TO PREVENT THE BOLTS/NUTS FROM LOOSENING AND INSPECT FOR A RUBBER CAP ON THE STARTER MOTOR'S TERMINAL AND INSTALL A CAP IF ONE IS NOT PRESENT TO PREVENT A SHORT CIRCUIT. THE RECALL BEGAN ON JANUARY 13, 2005. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -12/03/2004,04V571000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V571000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/PARKING BRAKE CABLE,PARKING BRAKE,C0021610,Vehicle,18094,"ON CERTAIN TRUCKS, THE CABLE END OF THE PARKING BRAKE CABLE, WHERE IT ATTACHES TO THE PARKING BRAKE LEVER, IS DESIGNED IMPROPERLY. REPEATED NORMAL PARKING BRAKE OPERATION MAY CAUSE THE CABLE END TO BECOME IMPROPERLY SEATED IN THE PARKING BRAKE LEVER GROOVE.","IN THIS CONDITION, THE PARKING BRAKE CABLE MAY BEND AND BREAK DUE TO FATIGUE. THE PARKING BRAKE MAY BECOME INOPERATIVE AND THE TRUCK MAY ROLL AND CAUSE A CRASH, PROPERTY AND PERSONAL INJURIES.","DEALERS WILL INSPECT THE PARKING BRAKE CABLE FOR BENDING OR DAMAGE AT THE CABLE END AND INSTALL A MODIFIED PARKING BRAKE CABLE ASSEMBLY IF THE CABLE IS BENT OR DAMAGED AT THE CABLE END. IF NO BENDING OR DAMAGE EXISTS, DEALERS WILL INSTALL A CABLE RETAINER ON THE CABLE END OF THE PARKING BRAKE CABLE. THE RECALL BEGAN ON JANUARY 13, 2005. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -12/01/2004,04E090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E090000),FEDERAL-MOGUL CORPORATION,FEDERAL-MOGUL/FUEL PUMP LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,54352,"CERTAIN FEDERAL-MOGUL MECHANICAL FUEL PUMPS SOLD FOR USE AS AFTERMARKET EQUIPMENT ON NUMEROUS APPLICATIONS PACKAGED AS EITHER CARTER FUEL DELIVERY PRODUCTS, CARTER ACCUFLOW, NAPA FUEL PUMPS, OR NAPA TRUFLOW. THE PART NUMBERS ARE M6984, M6978, M6959, M6737, M6626, M6624, M6588, M6505, M60519, M60405, M60404, M60335, M60036, M4503, 2M4503, 2M6984, 2M6978, 2M6959, 2M6737, 2M6588, 2M60036, 2M60519, 2M60405, 2M60404, 2M60335. THE LACK OF PROPER THREAD DEPTH IN THE MECHANICAL FUEL PUMP'S FLARED FITTING WILL CAUSE IMPROPER SEAL AND THUS THE POTENTIAL FOR FUEL LEAKING FROM THE FITTING.","IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAK CAN RESULT IN A VEHICLE FIRE.",FEDERAL-MOGUL PAY FOR INSPECTION WILL REPLACE THE FUEL PUMP FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING DECEMBER 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL-MOGUL AT 674-735-0241. -11/30/2004,04V564000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V564000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLE/SIDESTAND,STRUCTURE,P53,Vehicle,12866,"ON CERTAIN MOTORCYCLES, THE WASHER FOR THE SIDE STAND SPRING BOLT DOES NOT HAVE SUFFICIENT HARNESS AND COULD DEFORM, WHICH COULD CAUSE THE BOLT TO FLEX AND EVENTUALLY BREAK DURING SIDE STAND OPERATION.","A RETRACTED SIDE STAND COULD DROP WHILE RIDING, POSSIBLY ACTIVATING THE SIDE STAND IGNITION CUT-OFF SYSTEM. IF THE IGNITION IS CUT, THE ENGINE WILL STALL WITHOUT WARNING, WHICH COULD CAUSE A CRASH.","DEALERS WILL INSTALL AN IMPROVED WASHER AND A NEW SPRING BOLT AND NUT. THE RECALL BEGAN ON NOVEMBER 30, 2004. OWNERS SHOULD CONTACT HONDA AT 1-866-784-1870." -11/29/2004,04V566000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V566000),Toyota Motor Engineering & Manufacturing,TOYOTA/FMVSS 108/DAYTIME RUNNING LIGHTS,EXTERIOR LIGHTING,SSC 10J AND 50D,Vehicle,92577,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, 'LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.' THE LUMINOUS INTENSITY OF THE DAYTIME RUNNING LAMP (DRL) WILL BE MODIFIED TO MEET THE STANDARD REQUIREMENTS.",,"DEALERS WILL INSTALL A RESISTOR, WHICH WILL DECREASE THE LUMINOUS INTENSITY OF THE DRL. THE RECALL BEGAN ON MARCH 16, 2005. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -11/26/2004,04E087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E087000),"Meritor, Inc.",ARVINMERITOR/INTERAXLE DRIVELINE SEPARATION,POWER TRAIN,NR (Not Reported),Equipment,3393,"CERTAIN ARVINMERITOR MODEL 17N AND 18N INTERAXLE DRIVELINES MANUFACTURED BETWEEN MAY 1 AND OCTOBER 14, 2004. THE BOLT HOLES LOCATED ON THE EARWORK OF THE MALE SHAFT YOKES WERE MANUFACTURED WITH AN OVERSIZED MINOR THREAD DIAMETER. THIS CONDITION ALLOWS THE BOLTS USED IN THE HOLES TO BECOME DETACHED WHICH, IN TURN, COULD RESULT IN A DRIVELINE SEPARATION.","DRIVELINE SEPARATION COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL OR DEATH.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE MALE SHAFT YOKES FREE OF CHARGE. THE RECALL BEGAN FEBRUARY 8, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT" -11/26/2004,04E088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E088000),ARVINMERITOR AUTOMOTIVE,ARVINMERITOR/TIE ROD ASSEMBLIES,STEERING,NR (Not Reported),Equipment,1173,"CERTAIN TIE ROD CLAMPS INSTALLED ON ARVINMERITOR TIE ROD ASSEMBLIES WHICH CONFIRM THE TIE ROD AND CROSS TUBE THREADED CONNECTIONS AT BOTH ENDS OF THE TIE ROD COULD FAIL. THE TIE ROD ASSEMBLIES USING THESE CLAMPS WERE SHIPPED TO ARVINMERITOR CUSTOMERS BETWEEN JULY 1 AND NOVEMBER 3, 2004, WITH AXLE MODELS 17110, 17111, FF946, FG941, FG943, FG952, FH941, FH946, FL951, MFS18, AND MFS20.","IF BOTH CLAMPS WERE TO FAIL AND THE CROSS TUBE START TO UNSCREW, SIGNIFICANT VEHICLE MISALIGNMENT WOULD EVOLVE WITH THE POTENTIAL FOR THE TIE ROD END TO SEPARATE FROM THE CROSS TUBE, RESULTING IN LOSS OF STEERING CONTROL AND POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL REPLACE THE TIE ROD ASSEMBLY CLAMPS FREE OF CHARGE. THE RECALL BEGAN JANUARY 4, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 1-866-668-7221." -11/26/2004,04E084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E084000),FEDERA-MOGUL CORPORATION,FEDERAL-MOGUL/TIE ROD ASSEMBLIES/STUD SEPARATION,STEERING,NR (Not Reported),Equipment,95071,"CERTAIN FEDERAL-MOGUL REPLACEMENT TIE ROD ASSEMBLIES MANUFACTURED BETWEEN DECEMBER 3, 2003, AND NOVEMBER 9, 2004, AND FOR USE ON CERTAIN PASSENGER VEHICLES. THE SUBJECT TIE RODS HAVE A PIVOT SOCKET WHICH CAN PROVIDE INSUFFICIENT RETENTION OF THE STUD.","SOME OF THESE PARTS WILL EXHIBIT PREMATURE WEAR AND CAN RESULT IN STUD SEPARATION FROM THE ASSEMBLY, WHICH COULD RESULT IN A VEHICLE CRASH.","FEDERAL-MOGUL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REMEDY FREE OF CHARGE. THE RECALL BEGAN DECEMBER 20, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL-MOGUL AT 314-977-0300." -11/26/2004,04E086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E086000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/ACCESSORY VOLTAGE REGULATOR,STEERING,0116,Equipment,464,"CERTAIN HARLEY-DAVIDSON AFTERMARKET VOLTAGE REGULATOR COVERS, P/N 74593-04 THAT CAN BE INSTALLED ON 2004 AND 2005 FXD, FXDX, FXDI, FXDXI DYNA GLIDE MOTORCYCLES, OR 2005 FXDC AND FXDCI DYNA GLIDE MODEL MOTORCYCLES. THE COVER MAY CONTACT THE FRONT FENDER UNDER CERTAIN CIRCUMSTANCES.","CONTACT MAY ALLOW THE COVER AND THE FENDER TO LOCK TOGETHER, THEREBY LIMITING SUSPENSION TRAVEL AND STEERING, POSSIBLY RESULTING IN A VEHICLE CRASH.","HARLEY-DAVIDSON WILL NOTIFY ITS CUSTOMERS AND REPAIR THE MOTORCYCLES BY REMOVING THE ACCESSORY COVER FREE OF CHARGE. THE RECALL BEGAN DECEMBER 22, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY DAVIDSON AT 1-414-343-4056." -11/26/2004,04V562000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V562000),Mobility Works (WMK Inc.),MOBILITY WORKS/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,04E-058,Vehicle,1660,"ON CERTAIN VANS EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK WILL HANDLE THE REPAIRS FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR MOBILITYWORKS AT 1-800-769-8267. -11/26/2004,04E085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E085000),TRIPLEX MANUFACTURING COMPANY,TRIPLEX/FMVSS NO. 108/PHOTOMETRIC REQUIREMENTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3431,"CERTAIN TRIPLEX 4"" ROUND RED STOP AND TAIL LAMPS, P/N 9541-88. THESE LAMPS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT, SOLD FOR USE AS AFTERMARKET AND ORIGINAL EQUIPMENT FOR CERTAIN MOTOR COACHES.","IF, BECAUSE OF LOWER PERFORMANCE OF THE REAR LAMPS, A FOLLOWING VEHICLE DRIVER WAS UNABLE TO SEE OR OTHERWISE MIS-UNDERSTOOD SIGNALS FROM THESE REAR LAMPS, A VEHICLE CRASH COULD OCCUR.","TRIPLEX WILL NOTIFY ITS CUSTOMERS AND REPLACE THE LAMPS FREE OF CHARGE. THE RECALL BEGAN DECEMBER 17, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIPLEX AT 773-925-4700." -11/24/2004,04V561000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V561000),"Pro-Trak Trailers, Inc.",PRO-TRAK/FMVSS 120/TIRE LABELS,TIRES,NR (Not Reported),Vehicle,3,"THREE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TRAILERS WERE INADVERTENTLY EQUIPPED WITH AN INCORRECT LOAD RANGE TIRE.","THIS WOULD RESULT IN INCORRECT TIRE LOAD RATINGS FOR THE STATED VEHICLE AXLE GROSS AXLE WEIGHT RATING. ALSO, THE TIRE MAY BE INFLATED ABOVE THE DOT LISTED INFLATION PRESSURE.",DEALERS REPLACED THE TIRES SINCE THESE TRAILERS WERE STILL IN THEIR POSSESSION. NO OWNER NOTIFICATION IS NECESSARY FOR THIS CAMPAIGN. -11/23/2004,04V565000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V565000),FOUR WINDS INTERNATIONAL,FOUR WINDS/FMVSS 135/ BRAKE VALVE,"SERVICE BRAKES, HYDRAULIC",04V-045,Vehicle,63,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, 'HYDRAULIC AND ELECTRIC BRAKE SYSTEMS,' AND NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" SOME OF THESE MOTORHOMES WERE PRODUCED WITH AN OUT-OF-SPECIFICATION BRAKE HYDRO-BOOST HOUSING RELIEF VALVE BORE.","CONSEQUENTLY, THE VALVE O-RING SEAL MAY FRACTURE. STEERING EFFORTS MAY BE SLIGHTLY INCREASED WHILE BRAKING OR PARKING. UNDER CERTAIN DRIVING CONDITIONS, A FRACTURED SEAL MAY REQUIRE A SLIGHT INCREASE IN THE APPLIED BRAKE PEDAL EFFORT TO ACHIEVE THE SAME VEHICLE DECELERATION RATE AS PRIOR TO THE SEAT FRACTURE.",GM IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS ARE TO REPLACE THE HYDRO-BOOST RELIEF VALVE. OWNERS SHOULD CONTACT GMC AT 1-866-996-9463; OR FOUR WINDS AT 937-295-2983. -11/23/2004,04V549000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V549000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLE/WIRE HARNESS SHORT CIRCUIT,ELECTRICAL SYSTEM,P53,Vehicle,2185,"ON CERTAIN MOTORCYCLES, THE ROUTING OF SOME WIRE HARNESSES MAY ALLOW A CONNECTOR TO CONTACT AND CHAFE AGAINST THE FUEL TANK.","EVENTUALLY THE CHAFING MAY CAUSE A SHORT CIRCUIT AND BLOW AN IGNITION SYSTEM FUSE. THE ENGINE WILL THEN STALL WITHOUT WARNING, WHICH COULD CAUSE A CRASH.","DEALERS WILL INSPECT THE WIRE HARNESS CONNECTOR POSITION AND CHECK FOR DAMAGE. IF ANY DAMAGE IS FOUND, DEALERS WILL REPLACE THE NECESSARY PARTS. IF NO DAMAGE IS FOUND, DEALERS WILL REPOSITION THE CONNECTOR, AND MAKE SURE ADEQUATE CLEARANCE EXISTS. THE RECALL BEGAN ON DECEMBER 8, 2004. OWNERS SHOULD CONTACT HONDA AT 1-866-784-1870." -11/23/2004,04V563000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V563000),"VERITRANS SPECIALTY VEHICLES, INC.",VSV/GOSHEN/FMVSS 217/EMERGENCY EXIT WINDOW,STRUCTURE,NR (Not Reported),Vehicle,43,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE HIGH-BACK SEATING PARTIALLY BLOCKS THE REAR EMERGENCY EXIT WINDOW.","A WINDOW MAY NOT OPEN AFTER APPLYING THE REQUIRED FORCES ALLOWING A PERSON TO ESCAPE IN THE EVENT OF AN EMERGENCY, INCREASING THE RISK OF INJUURIES.","DEALERS WILL HAVE THE REAR EMERGENCY EXIT WINDOW REPLACED WITH A SOLID REAR WINDOW, AND WILL HAVE AN EMERGENCY EXIT ROOF HATCH INSTALLED IN THE ROOF OF THE BUS TO MEET SAFETY STANDARD. THE RECALL BEGAN JANUARY 24, 2005. OWNERS SHOULD CONTACT VSV GOSHEN AT 574-206-7025." -11/22/2004,04V560000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V560000),"General Motors, LLC",GM/CHEVROLET/FMVSS 108/HEADLAMP BULB,EXTERIOR LIGHTING,04100,Vehicle,1378,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE BULB SHIELDS INSIDE OF THE HEADLAMPS CAN LOOSEN DUE TO VIBRATION.","THE BULB SHIELD CAN LOOSEN OR BREAK BECAUSE OF VIBRATION. IF THIS OCCURRED ON A HEADLAMP INSTALLED IN A VEHICLE, ONCOMING DRIVERS MAY NOTICE ADDITIONAL GLARE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL TWO NEW HEADLAMP ASSEMBLIES. THE RECALL BEGAN ON NOVEMBER 17, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -11/22/2004,04V559000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V559000),Mazda North American Operations,MAZDA/AIR BAG WARNING LIGHT SENSOR,AIR BAGS,2504K,Vehicle,2,"ON TWO PASSENGER VEHICLES, A CRACK IN THE SOLDER CONNECTION ATTACHING THE ACCELERATION SENSOR IN THE SAS UNIT MADE CONTACT WITH THE BASE PLATE, DAMAGING THE SOLDER CONNECTION.",THE AIRBAG MAY NOT DEPLOY WHEN THE VEHICLE IS INVOLVED IN A FRONTAL CRASH AND IT CAN CAUSE SERIOUS INJURIES.,"DEALERS REPAIRED THESE VEHICLES. THE TWO VEHICLE OWNERS WERE CONTACTED BY TELEPHONE ON NOVEMBER 22, 2004, AND THESE VEHICLES HAVE BEEN REPAIRED." -11/22/2004,04V556000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V556000),Supreme Corporation,SUPREME CORPORATION/INCORRECT LABEL EXIT DOOR,EQUIPMENT,NR (Not Reported),Vehicle,125,"CERTAIN TRANSIT BUSES FAIL TO COMPLY TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, 'BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.' THE WRONG LABEL WAS PLACED AT THE PASSENGER ENTRANCE/EXIT AND WAS NOT SPECIFICALLY INDICATING WHERE THE EMERGENCY DOOR RELEASE MECHANISM WAS LOCATED.","IN THE EVENT OF A CRASH, A PASSENGER MAY NOT KNOW IMMEDIATELY WHERE THE EMERGENCY DOOR RELEASE WOULD BE LOCATED, INCREASING THE RISK OF INJURY.",DEALERS WILL FURNISH THE CORRECT LABEL AND WILL BE PLACED AT A NOTICEABLE LOCATION. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS SHOULD CONTACT STARTRANS AT 574-642-4730. -11/22/2004,04V558000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V558000),Toyota Motor Engineering & Manufacturing,TOYOTA/STOP LAMP SWITCH,EXTERIOR LIGHTING,SSC 40L/SSC 4LH,Vehicle,183090,"CERTAIN PASSENGER VEHICLES MAY BE EQUIPPED WITH AN IMPROPERLY DESIGNED BRAKE LIGHT SWITCH. A SILICON OXIDE BUILD-UP OCCURS ON THE CONTACTS INSIDE THE BRAKE LIGHT SWITCH, WHICH CAN MAKE IT INOPERABLE.","IF THE SWITCH IS INOPERABLE, THE BRAKE LIGHTS WILL NOT ILLUMINATE AND CAN INCREASE THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BRAKE LIGHT SWITCH. THE RECALL BEGAN DURING DECEMBER 2004. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331. -11/19/2004,04V557000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V557000),"SAAB CARS USA, INC.",GM/SAAB/FUEL PUMP,"FUEL SYSTEM, GASOLINE",15018,Vehicle,17394,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP RETAINING TABS HOLDING THE FUEL LINES WERE DAMAGED DURING PRODUCTION.","OVER TIME, THIS COULD CAUSE THE FUEL LINES TO LOOSEN FROM THE PUMP RESULTING IN FUEL LEAKAGE. IF AN IGNITION SOURCE WERE PRESENT, THE FUEL MAY IGNITE RESULTING IN A VEHICLE FIRE.","DEALERS WILL DEVELOP A SECURING BRACKET THAT WILL SECURE THE FUEL LINES TO THE FUEL PUMP EVEN IF THE PLASTIC RETAINING TABS SHOULD BREAK. THE RECALL BEGAN ON MARCH 14, 2005. OWNERS SHOULD CONTACT SAAB AT 1-800-955-9007." -11/19/2004,04V554000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V554000),Land Rover,LAND ROVER/DYNAMIC STABILITY CONTROL SENSOR,ELECTRONIC STABILITY CONTROL,B178,Vehicle,17,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH DYNAMIC STABILITY CONTROL MAY HAVE BEEN FITTED WITH A YAW RATE SENSOR THAT HAS INTERNALLY DELAMINATED, WHICH COULD ACTUATE THE SYSTEM INCORRECTLY.","THIS COULD RESULT IN UNEVEN AND UNEXPECTED APPLICATION OF THE BRAKES, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF THEY CONTAIN A SUSPECT SENSOR, AND IF NECESSARY, REPLACE THE SENSOR. THE RECALL BEGAN ON APRIL 15, 2005. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -11/19/2004,04V555000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V555000),MONACO COACH CORPORATION,MONACO/REFRIGERATOR HOSE,EQUIPMENT,RO4060,Vehicle,1637,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH LIQUID PROPANE GAS (LPG), IT WAS DISCOVERED AN EXCESS OF LPG HOSE WAS COILED IN THE REAR REFRIGERATOR ACCESS COMPARTMENT A CAUSING IT TO BE ROUTED CLOSE IN PROXIMITY TO THE BURNER FLUE BOX COVER OF THE REFRIGERATOR.",THIS COULD POTENTIALLY CAUSE THERMAL DAMAGE TO THE LPG LINE AND PRODUCE A LEAK OF LPG IN THE ACCESS COMPARTMENT THAT COULD RESULT IN AN EXPLOSION OR FIRE.,"OWNERS ARE BEING ASKED TO INSPECT THE LPG LINE FROM THE OUTSIDE OF THE VEHICLE TO ENSURE THAT IT IS NOT CLOSE TO THE BURNER. IF NO DAMAGE TO THE LINE IS PRESENT AND THE LPG LINE IS THE APPROPRIATE LENGTH AND ROUTED CORRECTLY, THE COVER WILL BE REINSTALLED AND NO FURTHER ACTION WILL BE TAKEN. IF AN EXCESS OF HOSE IS CAUSING CONTACT OR CLOSE PROXIMITY TO THE BURNER COVER, OWNERS SHOULD SHUT OFF THE SUPPLY OF GAS AT THE LPG TANKS AND CONTACT MONACO IMMEDIATELY. THE RECALL BEGAN DECEMBER 8, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -11/18/2004,04V551000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V551000),Honda (American Honda Motor Co.),HONDA/DRIVER AIR BAG FABRIC,AIR BAGS,P54,Vehicle,257616,"ON CERTAIN SEDANS, A TEAR IN THE FABRIC OF THE DRIVER'S FRONT AIR BAG OCCURRED AFTER APPARENT CONTACT WITH THE INSIDE SURFACE OF THE AIR BAG COVER DURING DEPLOYMENT.","A TORN AIR BAG MAY NOT OFFER THE SAME LEVEL OF PROTECTION, IN THE EVENT OF A CRASH, THEREBY INCREASING THE RISK OF INJURY TO THE DRIVER.","DEALERS WILL INSTALL A PROTECTIVE FABRIC FLAP BETWEEN THE AIR BAG MODULE COVER AND THE INNER MODULE. THE RECALL BEGAN ON NOVEMBER 30, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -11/18/2004,04V541000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V541000),Honda (American Honda Motor Co.),HONDA/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61,"ON CERTAIN SPORT UTILITY VEHICLES, SOME FUEL TANKS WERE IMPROPERLY MANUFACTURED.","IN A CRASH, THE FUEL TANK COULD BE DAMAGED AND LEAK FUEL. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS REPLACED THE FUEL TANK. ALL OWNERS WERE NOTIFIED BY TELEPHONE ON NOVEMBER 10, 2004." -11/18/2004,04V550000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V550000),Honda (American Honda Motor Co.),HONDA/SEAT BELT ANCHORS,SEAT BELTS,P55,Vehicle,416,"ON CERTAIN PASSENGER VEHICLES, SOME FRONT SEAT BELT ANCHORS MAY HAVE BEEN INSTALLED WITH AN INCORRECT WASHER, WHICH COULD RESTRICT ANCHOR MOVEMENT. AS A RESULT, THE SEAT BELT MAY BE IMPROPERLY POSITIONED FOR CERTAIN OCCUPANTS.",AN IMPROPERLY POSITIONED BELT COULD INCREASE THE RISK OF INJURY IN THE EVENT OF A CRASH.,"DEALERS WILL INSPECT THE FRONT SEAT BELT ANCHORS FOR RESTRICTED MOVEMENT. IF AN ANCHOR DOES NOT ROTATE FREELY, THE DEALER WILL REPLACE THE WASHER WITH A COUNTERMEASURE WASHER. THE RECALL BEGAN ON NOVEMBER 24, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -11/18/2004,04V552000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V552000),"Jayco, Inc.",JAYCO/AXLE BRAKE WIRES,"SERVICE BRAKES, HYDRAULIC",9901055,Vehicle,317,CERTAIN TRAVEL TRAILERS HAVE THE POTENTIAL FOR THE BRAKE WIRES TO BE IMPROPERLY SECURED ALONG THE TRAILER FRAME. THIS COULD LEAD TO THE BRAKE WIRES COMING IN CONTACT WITH THE AXLE MOUNTING PLATE AND CHAFING THROUGH THE PROTECTIVE INSULATION.,"THIS CONDITION MAY RESULT IN LOSS OF BRAKING, WHICH COULD LEAD TO A CRASH OR PERSONAL INJURY.","DEALERS WILL REPLACE AND RE-ROUTE THE AXLE BRAKE WIRE TO CLEAR THE AXLE MOUNTING PLATE. THE RECALL BEGAN DECEMBER 1, 2004. OWNERS SHOULD CONTACT JAYCO AT 574-825-0608." -11/17/2004,04V553000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V553000),"Jayco, Inc.",JAYCO/INCORRECT TIRE LABEL,EQUIPMENT,9901056,Vehicle,698,"ON CERTAIN TRAVEL TRAILERS, THE FEDERAL IDENTIFICATION LABEL HAS THE INCORRECT TIRE INFLATION LISTED.","FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION RECOMMENDATION CAN RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REMOVE THE INCORRECT FEDERAL IDENTIFICATION LABEL AND INSTALL A NEW CORRECTED FEDERAL IDENTIFICATION LABEL. THE RECALL BEGAN DECEMBER 2004. OWNERS SHOULD CONTACT JAYCO AT 574-825-0608. -11/16/2004,04V547000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V547000),"General Motors, LLC",GM/SATURN/DRL TURN SIGNAL BULB REPLACEMENT,EXTERIOR LIGHTING,04095,Vehicle,178798,CERTAIN PASSENGER VEHICLES HAVE A CONDITION IN WHICH THE TURN SIGNAL LAMP AND DAYTIME RUNNING LAMP (DRL) ON EITHER FRONT SIDE CAN STOP WORKING BECAUSE OF LOSS OF CONTACT BETWEEN THE BULB AND SOCKET.,"IF A FRONT TURN SIGNAL LAMP IS INOPERATIVE, OTHERS MAY REACT MORE SLOWLY TO A TURNING VEHICLE AND A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE DRL/TURN SIGNAL BULB ON BOTH THE LEFT AND RIGHT FRONT SIDE AND INSPECT FOR AND ADD A DRL JUMPER KIT IF NOT PRESENT. THE RECALL BEGAN NOVEMBER 17, 2004. OWNERS SHOULD CONTACT SATURN AT 1-800-972-8876." -11/16/2004,04V548000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V548000),PACCAR Incorporated,PACCAR/PETERBILT/AIR SUSPENSION SEAT FAILURE,SEATS,1104E,Vehicle,251,"ON CERTAIN HEAVY DUTY TRUCKS, THE PIVOT BOLTS WHICH HOLD THE SEAT BACK FRAME TO THE SEAT CUSHION FRAME CAN LOOSEN AND POSSIBLY FRACTURE OR DISLODGE, CAUSING THE SEAT BACK TO FAIL TO PROVIDE FULL SUPPORT TO THE DRIVER.",A POSSIBLE VEHICLE CRASH COULD OCCUR SHOULD THE SEAT FALL BACKWARDS DURING USE.,GRA-MAG WILL PROVIDE CUSTOMERS WITH REPAIR KITS WHICH INCLUDE INSTRUCTIONS AND PARTS TO REPAIR THE SEAT. OWNERS SHOULD CONTACT GRA-MAG AT 614-875-8435 OR PETERBILT AT 940-591-4201. -11/15/2004,04V536000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V536000),Honda (American Honda Motor Co.),HONDA/REAR WHEEL SPEED SENSORS,"SERVICE BRAKES, AIR",P52,Vehicle,2247,"ON CERTAIN MINIVANS, THE ANTI-LOCK BRAKE SYSTEM (ABS) USES A SENSOR ON EACH WHEEL TO DETECT WHEEL SPEED. SOME SENSORS ON THE REAR WHEELS WERE INSTALLED INCORRECTLY, WHICH MEANS THE SENSOR MAY REPORT THE WRONG WHEEL SPEED TO THE ABS CONTROL UNIT.",THE DRIVER COULD EXPERIENCE A LOSS OF BRAKE FORCE AND A CRASH COULD OCCUR.,"DEALERS WILL INSPECT THE REAR WHEEL SPEED SENSORS. IF AN INCORRECT GAP IS DETECTED, THE SENSOR WILL BE REMOVED AND THE KNUCKLE CHECKED FOR CROSS THREADING DAMAGE. IF DAMAGE IS FOUND, THE KNUCKLE WILL BE REPLACED. IF NO DAMAGE IS FOUND, THE SENSOR WILL BE REINSTALLED CORRECTLY. THE RECALL BEGAN ON NOVEMBER 12, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -11/15/2004,04V545000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V545000),ORION BUS INDUSTRIES LTD.,ORION/FMVSS 217/EMERGENCY WINDOW,STRUCTURE,NR (Not Reported),Vehicle,2045,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" DURING SUBSEQUENT CLOSING OF AN EMERGENCY EXIT THE MOVING WINDOW FRAME INTERFERES WITH THE JAM FRAME STOP LOCATED IN MID SPAN ALONG THE LOWER EDGE OF THE WINDOW FRAME.","DURING THE USE OF AN EMERGENCY EXIT WINDOW, A WINDOW MAY NOT OPEN AFTER APPLYING THE REQUIRED FORCES ALLOWING A PERSON TO ESCAPE IN THE EVENT OF AN EMERGENCY.","DEALERS WILL INSTALL TWO ALUMINUM BLOCKS EACH ATTACHED BY TWO SCREWS. THE MOVING WINDOW FRAME WILL NOT INTERFERE WITH THE JAM FRAME STOP. THE RECALL BEGAN MAY 1, 2005. OWNERS SHOULD CONTACT ORION AT 905-403-7832, EXT. 3335." -11/12/2004,04V546000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V546000),"Erwin Hymer Group North America, Inc.",HOME & PARK/ALUMINUM RIM VALVE STEMS,TIRES,NR (Not Reported),Vehicle,660,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET 2500/3500 VAN CHASSIS, WHILE REPLACING THE STEEL RIMS WITH ALUMINUM RIMS, INCORRECT VALVE STEMS WITH INCORRECT PRESSURE RATING LOWER THAN THE MAXIMUM PRESSURE ALLOWED FOR THE TIRES WERE INSTALLED.",SOME VALVES MAY LEAK AIR INCREASING THE RISK OF A TIRE FAILURE. THIS COULD RESULT IN A CRASH.,DEALERS WILL REPLACE THE VALVE STEMS. THE RECALL BEGAN IN NOVEMBER 2004. OWNERS SHOULD CONTACT HOME & PARK AT 1-888-762-3873. -11/12/2004,04V543000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V543000),ORION BUS INDUSTRIES LTD.,ORION/DETERIORATING EXHAUST THERMAL BLANKET,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,545,"ON CERTAIN BUSES EQUIPPED WITH COMPRESSED NATURAL GAS FUEL CONTAINERS, THE THERMAL PROPERTIES OF THE ORIGINAL EXHAUST BLANKET WERE INSUFFICIENTLY ACHIEVED WITH THE COMPONENT SUPPLIED. THE PERFORMANCE OF THE EXHAUST TEMPERATURE AND THE EXHAUST BLANKET WERE INCORRECTLY EVALUATED FOR THE SUPPLIED BLANKET.",THE EXHAUST BLANKET CAN BE DEGRADED AND LOSE INSULATING VALUE. SURROUNDING COMPONENTS CAN DEGRADE IN THE ENGINE COMPARTMENT AND CAN MALFUNCTION DUE TO THE EFFECT ON WIRES AND HOSES.,"DEALERS WILL INSTALL A REPLACEMENT EXHAUST BLANKET. THE RECALL BEGAN JULY 17, 2005. OWNERS SHOULD CONTACT ORION AT 905-403-7832" -11/11/2004,04V544000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V544000),ORION BUS INDUSTRIES LTD.,ORION/HYDRAULIC FAN FITTINGS LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,663,"ON CERTAIN BUSES EQUIPPED WITH COMPRESSED NATURAL GAS OR DIESEL ENGINES, THE HYDRAULIC COOLING FAN MOTOR PIPES CAN LEAK.",A HYDRAULIC LEAK WHICH IS NOT ATTENDED TO READILY MAY CONTINUE TO PROVIDE EXPOSED OIL IN THE ENGINE COMPARTMENT.,"DEALERS WILL REPLACE THE HYDRAULIC PIPES WITH FLEXIBLE HOSES. AN INTERIM OWNER NOTIFICATION LETTER WAS MAILED ON MAY 17, 2005. THE RECALL BEGAN ON SEPTEMBER 30, 2005. OWNERS SHOULD CONTACT ORION AT 905-403-7832." -11/10/2004,04V542000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V542000),MITSUBISHI CARIBBEAN,MITSUBISHI/RADIATOR HOSE,ENGINE AND ENGINE COOLING,SR004-NNN,Vehicle,276,"ON CERTAIN PASSENGER VEHICLES, THE THE RADIATOR UPPER HOSE CLAMPING IS INSUFFICIENT.","DUE TO ENGINE BEHAVIOR, FORCES MAY PULL ON THE RADIATOR HOSE AND THE HOSE MAY COME OUT, POTENTIALLY LEADING TO COOLANT LEAKAGE AND SUBSEQUENT OVERHEATING.","DEALERS WILL INSPECT AND INSTALL NEW RADIATOR HOSE AND HAVE THE HOSE CLAMP CHANGED WITH MODIFIED ONES. THE RECALL BEGAN MARCH 9, 2005. OWNERS SHOULD CONTACT MITSUBISHI OF CARIBBEAN AT 787-251-8715." -11/09/2004,04V538000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V538000),Aston Martin The Americas,ASTON MARTIN/PEDAL FAILURE,VEHICLE SPEED CONTROL,SAR 009,Vehicle,1558,"ON CERTAIN PASSENGER VEHICLES, THE THROTTLE PEDAL ASSEMBLY CAN BECOME DISPLACED FROM ITS HOUSING.","A DRIVER COULD EXPERIENCE LOSS OF THROTTLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE THROTTLE PEDALS. THE RECALL BEGAN ON DECEMBER 23, 2004. OWNERS SHOULD CONTACT ASTON MARTIN AT 201-818-8352." -11/09/2004,04V539000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V539000),"Autocar, LLC",AUTOCAR/FRONT AXLE BRAKE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",A-0403,Vehicle,28,"ON CERTAIN HEAVY-DUTY CLASS 8 VEHICLES, THE AUTOMATIC ANTILOCK BRAKE SYSTEM (ABS) BRAKE SENSOR BRACKET MAY NOT HAVE BEEN INSTALLED CORRECTLY ON THE FRONT AXLE AND MAY INTERFERE WITH THE BRAKE SHOE RETURN SPRING. THIS COULD CAUSE THE BRAKES TO NOT RELEASE OR MAY CAUSE AN UNEXPECTED FRONT WHEEL LOCKUP AND POSSIBLE LOSS OF VEHICLE CONTROL.",ANY TIME VEHICLE CONTROL IS COMPROMISED A CRASH MAY OCCUR WITHOUT PRIOR WARNING.,"DEALERS WILL REPOSITION THE ABS SENSOR BRACKET INTO ITS PROPER LOCATION AND THE REPLACEMENT OF THE BRAKE RETURN SPRINGS AND S-CAM ROLLERS. THE RECALL BEGAN ON NOVEMBER 24, 2004. OWNERS SHOULD CONTACT AUTOCAR AT 1-877-973-3486." -11/08/2004,04V537000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V537000),FREIGHTLINER LLC,FREIGHTLINER/MICHELIN/TIRES NOT COMPATIBLE,TIRES,FL-434,Vehicle,45,"ON CERTAIN TRUCKS EQUIPPED WITH MICHELIN 365/85 R20 TIRES, THE TIRES MAY NOT BE COMPATIBLE WITH THE MAXIMUM LOAD AND MAXIMUM SPEED RATINGS.",VEHICLE OVER-LOADING AND TIRE UNDER-INFLATION WILL RESULT IN VEHICLE ROLLOVER AND INJURY TO OCCUPANT.,"DEALERS WILL REPLACE THE TIRES WITH MICHELIN 395/85 R20, AND AN UPDATED GROSS AXLE WEIGHT RATINGS (GAWR) CERTIFICATION LABEL WILL BE AFFIXED TO THE VEHICLE. THE RECALL BEGAN ON DECEMBER 3, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -11/08/2004,04V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V526000),Honda (American Honda Motor Co.),HONDA/SIDE AIRBAG SENSOR,AIR BAGS,P49,Vehicle,6976,"ON CERTAIN PASSENGER VEHICLES, THE OCCUPANT POSITION DETECTION SYSTEM'S SIDE SENSOR IS NOT INSTALLED IN THE CORRECT POSITION AND MAY FAIL TO SHUT OFF THE PASSENGER'S SIDE IMPACT AIRBAG IF THE OCCUPANT IS OUT-OF-POSITION.","IN THE EVENT OF A CRASH, SUCH AN OUT-OF POSITION OCCUPANT MAY BE INJURED BY A DEPLOYING SIDE AIRBAG.","DEALERS WILL REPLACE THE PASSENGER'S SEAT-BACK PAD WHICH INCUDES THE OCCUPANT POSITION DETECTION SYSTEM SENSOR. THE RECALL BEGAN ON ON NOVEMBER 19, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -11/08/2004,04V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V535000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/TIE ROD END BALL JOINTS,SUSPENSION,R3128610,Vehicle,10333,"ON CERTAIN TRUCKS, THE TIE ROD END BALL JOINT DUST BOOT WAS DESIGNED WITH INSUFFICIENT SEALING ABILITY. THIS CONDITION COULD ALLOW CONTAMINATION TO ENTER INTO THE TIE ROD END BALL JOINT, ABNORMALLY WEARING THE RESIN BEARING LOCATED INSIDE THE JOINT.","THE TIE ROD END BALL JOINT COULD SEPARATE FROM THE TIE ROD END, DISABLING THE STEERING SYSTEM, AND CAUSING A CRASH .","DEALERS WILL INSTALL MODIFIED TIE ROD END ASSEMBLIES. THE RECALL BEGAN ON JANUARY 13, 2005. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 856-467-3917." -11/03/2004,04E082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E082000),"Meritor, Inc.",ARVINMERITOR/PUROLATOR FUEL FILTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,5594,"ARVINMERITOR LIGHT VEHICLE AFTERMARKET PUROLATOR FUEL FILTERS P/NOS F55493, F65501, AND F65502 MANUFACTURED FROM MARCH 1 THROUGH AUGUST 31, 2003. THESE FILTERS ARE AVAILABLE FOR USE IN 1999-2002 JEEP VEHICLES EQUIPPED WITH V8 4.7L AND 6 CYLINDER 4.0L ENGINES AND 2002 JEEP VEHICLES EQUIPPED WITH V8 4.7FI HO (VIN J) ENGINES. THE SUSPECT FUEL FILTERS WERE MANUFACTURED WITH REGULATING VALVES THAT HAVE INCORRECT SPRING PRESSURE. VEHICLE EQUIPPED WITH ONE OF THESE FUEL FILTERS MAY EXPERIENCE IMMEDIATE ENGINE FAILURE (I.E., ENGINE WILL NOT START); ENGINE MISFIRE; ENGINE STALL; AND/OR DAMAGE TO THE FUEL PUMP.",ENGINE FAILURE COULD RESULT IN A VEHICLE CRASH.,ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE FUEL FILTER FREE OF CHARGE. THIS RECALL ONLY PERTAINS TO AFTERMARKET PUROLATOR FUEL FILTERS AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON JEEP VEHICLES BY DAIMLERCHRYSLER. THE RECALL BEGAN NOVEMBER 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR LVA CUSTOMER SERVICE AT 1-800-848-3783. -11/03/2004,04V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V525000),"General Motors, LLC",GM/HYDRAULIC BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",04086,Vehicle,5225,CERTAIN PASSENGER VEHICLES WERE PRODUCED WITH ONE OR BOTH REAR BRAKE HYDRAULIC LINES THAT CAN COME IN CONTACT WITH OR BE AFFECTED BY HEAT FROM THE LEFT ENGINE EXHAUST MANIFOLD AND THE LEFT EXHAUST PIPE. THE BRAKE FLUID COULD REACH ELEVATED TEMPERATURES AND BOIL.,"IF THE BRAKE FLUID BOILS IN A REAR BRAKE LINE, THE EFFECTIVENESS OF THE REAR BRAKE SYSTEM WOULD BE REDUCED WHICH COULD RESULT IN A BRAKE LINE LEAK AND LOSS OF BRAKE FLUID. IF ENOUGH FLUID LEAKS FROM THE REAR BRAKE SYSTEM SO THAT BRAKE PEDAL APPLICATION CAN NO LONGER BUILD PRESSURE TO THE REAR BRAKES. THE OPERATOR OF THE VEHICLE WILL EXPERIENCE LIMITED BRAKING WHICH COULD RESULT IN A CRASH.","DEALERS WILL (1) INSPECT THE LEFT ENGINE EXHAUST MANIFOLD CLIP FOR PROPER ALIGNMENT AND PLACEMENT ON THE BODY-MOUNTED STUD. IF INCORRECT, THEY WILL REPOSITION THE CLIP ON THE BRAKE LINES AND REINSTALL THE CLIP ON THE STUD; (2) THE DEALER WILL VERIFY THAT BOTH REAR BRAKE LINES HAVE THE PROPER CLEARANCE TO THE LEFT EXHAUST PIPE. THEY WILL REPOSITION THE LINES BY BENDING AS NECESSARY; (3) DEALERS WILL REMOVE THE MACHINING TAB FROM THE REAR DIFFERENTIAL HOUSING. ALSO, DEALERS ARE TO INSPECT THE BRAKE LINES FOR WEAR IN THESE RELATED AREAS AND REPAIR OR REPLACE IF THERE IS ANY SIGN OF WEAR-THROUGH ON THE NYLON OVERCOATING. THE RECALL BEGAN ON JANUARY 18, 2005. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2239 OR CHEVROLET AT 1-800-630-2438." -11/03/2004,04V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V522000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/STEERING KNUCKLE ARM,STEERING,R3127810,Vehicle,4184,"ON CERTAIN TRUCKS,THE STEERING SYSTEM KNUCKLE ARM WAS DESIGNED WITH AN INSUFFICIENT STRENGTH MARGIN. REPEATED STEERING OPERATION WHILE STATIONARY, OR NORMAL VEHICLE OPERATION THAT REQUIRES FREQUENT REPEATED STEERING OPERATION, COULD CAUSE THE KNUCKLE ARM TO CRACK.","IF THE KNUCKLE ARM CRACKS, THE VEHICLE'S STEERING CONTROL COULD BECOME INOPERATIVE, CAUSING A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL AND MODIFY THE STEERING KNUCKLE ARM ASSEMBLY, INSPECT TOE-IN AND ADJUST IF NECESSARY. THE RECALL BEGAN ON JANUARY 13, 2005. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -11/02/2004,04V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V523000),"Big Dog Motorcycles, LLC",BIG DOG/KICKSTAND SPRING STUD FRACTURE,STRUCTURE,NR (Not Reported),Vehicle,4457,"ON CERTAIN MOTORCYCLES, THE KICKSTAND SPRING ATTACHING STUD MAY BREAK OFF ALLOWING THE KICKSTAND TO DEPLOY INTO THE EXTENDED POSITION.","IF THE KICKSTAND DEPLOYS, IT COULD CAUSE A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT AND INSTALL A NEW KICKSTAND UNIT. THE RECALL BEGAN ON DECEMBER 20, 2004. OWNERS SHOULD CONTACT BIG DOG AT 316-267-9121." -11/02/2004,04V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V521000),"Champion Bus, Inc.",CHAMPION/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,231,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR CHAMPION AT 810-724-6474. -11/02/2004,04V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V531000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/RADIO SHORT CIRCUIT,EQUIPMENT,D48,Vehicle,238000,"ON CERTAIN MINI VANS, CONDENSATION FROM THE INSTRUMENT PANEL AIR CONDITIONING DUCTS MAY DROP THROUGH VENT HOLES IN THE TOP OF THE RADIO AND RESULT IN A SHORT CIRCUIT THAT SUBSEQUENTLY SENDS DIRECT CURRENT TO THE REAR SPEAKERS.",THIS COULD RESULT IN A SPEAKER FIRE.,"DEALERS WILL ADD A SPECIAL TAPE TO THE TOP OF THE RADIO TO PREVENT THE POTENTIAL OF WATER INTRUSION. THE RECALL BEGAN ON JANUARY 31, 2005. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/02/2004,04V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V532000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR SEAT BELT FASTENERS,SEAT BELTS,D52,Vehicle,8000,"ON CERTAIN SEDANS, THE LEFT AND RIGHT REAR OUTBOARD RETRACTOR AND TURNING LOOP BOLTS ON THE SEAT BELTS MAY NOT HAVE BEEN PROPERLY TIGHTENED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT AND TIGHTEN THE AFFECTED FASTENERS. THE RECALL BEGAN ON NOVEMBER 15, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/02/2004,04V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V533000),PACCAR Incorporated,PACCAR/KENWORTH/CAB SUB-ASSEMBLY,STRUCTURE,04KW7,Vehicle,2851,"ON CERTAIN TRUCKS, SOME OF THE HUCK BOLTS ON THE CAB MAY NOT HAVE BEEN PROPERLY INSTALLED.","IF THE HUCK BOLTS ARE NOT PROPERLY INSTALLED, IN AN EXTREME LOADING CONDITION (SUCH AS FRONTAL AND/OR SIDE IMPACT OR A VEHICLE ROLLOVER SITUATION), THE CAB STRUCTURE COULD BE COMPROMISED AND NOT PROVIDE ADEQUATE PROTECTION FOR THE OCCUPANT INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT AND REPLACE THE HUCK BOLTS ON THE CAB ATTACHING STRUCTURE OF THE LEFT-HAND DOOR APERTURE, IF NECESSARY. THE RECALL BEGAN ON NOVEMBER 19, 2004. OWNERS SHOULD CONTACT KENWORTH AT 425-828-5440." -11/01/2004,04V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V534000),"Eldorado National- California, Inc.",ELDORADO/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,766,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR ELDORADO AT 937-492-1271. -11/01/2004,04V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V527000),"General Motors, LLC",GM/BRAKE LAMP FAILURE,EXTERIOR LIGHTING,04087,Vehicle,871473,"ON CERTAIN SPORT UTILITY VEHICLES, VIBRATION AND HEAT MAY CAUSE THE TAIL LAMP/STOP LAMP BULB TO LOOSEN IN ITS SOCKET. IF THIS OCCURS, THE BULB MAY FLICKER AND EVENTUALLY BECOME INOPERATIVE.","AN INOPERATIVE BRAKE LAMP WILL NOT CONVEY THE DRIVER'S INTENTION OF STOPPING TO DRIVERS IN FOLLOWING VEHICLES, AND AN INOPERATIVE REAR TURN SIGNAL LAMP WILL NOT CONVEY THE DRIVER'S INTENTION TO TURN TO DRIVERS IN FOLLOWING VEHICLES. BOTH OF THESE FAILURES CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TAIL LAMP/STOP LAMP ASSEMBLIES, AND IF NECESSARY, REPLACE THEM. THE RECALL BEGAN ON NOVEMBER 22, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438, OLDSMOBILE AT 1-800-630-6537, BUICK AT 1-866-608-8080, OR GMC AT 1-866-996-9463." -11/01/2004,04V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V528000),"General Motors, LLC",GM/FMVSS 124/ACCELERATOR PEDAL ARM,VEHICLE SPEED CONTROL,04092,Vehicle,92863,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, 'ACCELERATOR CONTROL SYSTEMS.' IN HOT AMBIENT CONDITIONS, THE ACCELERATOR PEDAL ARM MAY STICK AT THE ATTACHMENT TO THE BRACKET AND NOT RETURN TO THE ENGINE IDLE POSITION WHEN THE OPERATOR LIFTS HIS FOOT FROM THE ACCELERATOR PEDAL.",FAILURE TO RETURN TO IDLE COULD RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT THE ACCELERATOR PEDAL ARM AND REPLACE THE ACCELERATOR AND BRAKE PEDAL ASSEMBLY WITH A NEW ASSEMBLY, IF NECESSARY. THE RECALL BEGAN ON DECEMBER 20, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438, PONTIAC AT 1-800-620-7668, OR OLDSMOBILE AT 1-800-630-6537." -11/01/2004,04V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V524000),"General Motors, LLC",GM/REAR LIGHT BULB SOCKET ASSEMBLIES,EXTERIOR LIGHTING,04083,Vehicle,256025,"ON CERTAIN PASSENGER VEHICLES, THE REAR LAMPS THAT PROVIDE STOP AND TURN SIGNALS AND TAIL LAMP FUNCTIONS STOP WORKING BECAUSE OF INADEQUATE CONTACT BETWEEN THE BULB AND SOCKET. IN ADDITION, IF ONE BULBS WERE TO BECOME INOPERATIVE WHILE THE VEHICLE WAS OPERATING IN CRUISE CONTROL, THE CRUISE CONTROL WOULD DISENGAGE WHEN THE REMAINING BULB WAS ACTIVATED. IF BOTH LAMPS WERE TO BECOME INOPERATIVE, THE CRUISE CONTROL WOULD NOT ENGAGE.","AN INOPERATIVE BRAKE LAMP WILL NOT CONVEY THE DRIVER'S INTENTION OF STOPPING TO DRIVERS IN FOLLOWING VEHICLES, AND AN INOPERATIVE REAR TURN SIGNAL LAMP WILL NOT CONVEY THE DRIVER'S INTENTION TO TURN TO DRIVERS IN FOLLOWING VEHICLES. BOTH OF THESE FAILURES CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR LAMP BULB SOCKET ASSEMBLIES AND APPLY GREASE OR REPLACE THEM IF NECESSARY. THE RECALL BEGAN ON JANUARY 18, 2005. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -11/01/2004,04V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V530000),"Mack Trucks, Inc.",MACK/FUEL TANK STRAP WELD,"FUEL SYSTEM, GASOLINE",SC0290,Vehicle,920,"ON CERTAIN TRUCKS, THE FUEL TANK MOUNTING STRAP WAS NOT WELDED TO SPECIFICATIONS AND MAY FAIL. THE FUEL TANK STRAP SUPPORTS AND FASTENS THE STEPS FOR THE OPERATOR AND PASSENGER TO ENTER AND EXIT THE CAB.","IF THE PEDESTAL STEP MOUNTING BRACKET SEPARATED FROM THE FUEL TANK STRAP, PASSENGER COULD FALL FROM THE VEHICLE WHEN ENTERING OR EXITING THE CAB, INCREASING THE RISK OF PERSONAL INJURIES.","DEALERS WILL INSPECT THE FUEL TANK MOUNTING STRAP AND REPLACE IT IF NECESSARY. THE RECALL BEGAN FEBRUARY 7, 2005. OWNERS SHOULD CONTACT MACK TRUCKS AT 1-610-709-3337." -10/29/2004,04E081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E081000),Genera Corporation,GENERA/FMVSS 108/MISALIGNED HEADLAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,8263,"CERTAIN TYC HEADLAMP ASSEMBLIES P/NS 20-5539-00, 20-5540-00, 20-3169-00, AND 20-3169-90 USED AS REPLACEMENT EQUIPMENT FOR 1999-2004 PONTIAC GRANDAM AND 1996-1999 FORD TAURUS VEHICLES. THESE LAMPS DO NOT COMPLY WITH THE ALIGNMENT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",THIS NONCOMPLIANCE COULD AFFECT THE VISABILITY OF THE DRIVER AND ONCOMING TRAFFIC AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.,"THIS RECALL ONLY PERTAINS TO AFTERMARKET TYC HEADLAMP ASSEMBLIES AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON PONTICA GRANDAM OR FORD TAURUS VEHICLES. THE RECALL BEGAN AUGUST 26, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GENERA AT 714-522-6688." -10/28/2004,04V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V519000),"Champion Bus, Inc.",CHAMPION/FRAME CROSSMEMBERS,STRUCTURE,NR (Not Reported),Vehicle,1552,"ON CERTAIN TRANSIT BUSES, A LIGHT GAUGE STEEL WAS USED FOR THE FLOOR FRAME CROSSMEMBER LOCATED IN THE FLOOR SUB-FRAME.",DRIVING THE BUS ON SOME ROAD CONDITIONS COULD CAUSE THE SUB-FLOOR CROSSMEMBER FRAME TO CRACK. THIS CONDITION CAN INCREASE THE RISK OF A CRASH.,"OWNERS WILL INSPECT FOR CRACKS AND IF CRACKS ARE PRESENT OWNERS ARE TO CONTACT CHAMPION FOR REPAIR INSTRUCTIONS. THE RECALL BEGAN NOVEMBER 16, 2004. OWNERS SHOULD CONTACT CHAMPION AT 1-800-788-1976." -10/28/2004,04V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V515000),"Coachmen RV Company, LLC",COACHMEN/FORD/AIR FILTER ELEMENT,ENGINE AND ENGINE COOLING,04S23,Vehicle,88,"ON MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS, THE AIR FILTER ELEMENT MATERIAL PROCESS RESULTED IN AN AIR FILTER PAPER ELEMENT THAT CAN SMOLDER OR BURN. THIS CHANGE IN FILTER PAPER COMPOSITION COMBINED WITH THE CONFIGURATION OF THE AIR INDUCTION SYSTEM, MAY ALLOW HOT CARBON PARTICLES TO CONTACT THE AIR FILTER ELEMENT DURING CERTAIN DRIVING CONDITIONS THAT CREATE HOT PARTICLES.",THESE HOT PARTICLES MAY IGNITE THE AIR FILTER ELEMENT WITH THE POTENTIAL FOR AIR INDUCTION SYSTEM DAMAGE OR UNDERHOOD FIRE.,FORD IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE AIR FILTER ELEMENT. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR COACHMEN AT 219-825-5821. -10/28/2004,04V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V513000),FOUR WINDS INTERNATIONAL,FOUR WINDS/FORD/ABS BRAKE SYSTEM,ELECTRICAL SYSTEM,04S22,Vehicle,1107,"ON MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS , A DIODE IN THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULE MAY EXPERIENCE AN ELECTRICAL SHORT.","THE ELECTRICAL SHORT MAY CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, OR THE MODULE MAY OVERHEAT RESULTING IN A BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION MAY OCCUR WHILE THE VEHICLE IS BEING DRIVEN OR UNATTENDED.",FORD MOTOR COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL A NEW FUSE IN THE ABS CIRCUIT AND INSTALL A HEAT SHIELD OVER THE ABS MODULE. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR FOUR WINDS AT 937-295-2983. -10/28/2004,04V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V498000),IC CORPORATION,IC CORP/30-INCH CHILD RESTRAINT SEATS,SEATS,04305,Vehicle,154,"CERTAIN 1998, 2000-2005 MY CE, FE, AND RE SCHOOL BUSES BUILT WITH ONE OR MORE CE WHITE 30-INCH CHILD RESTRAINT SEATS AND MANUFACTURED BETWEEN MARCH 25, 1998 AND AUGUST 24, 2004. THE SEAT CUSHION RETENTION MAY NOT RETAIN THE SEAT IN ALL CIRCUMSTANCES.","IN THE EVENT OF A SUDDEN STOP, THE SEAT CUSHION MAY TIP FORWARD AND MAY BECOME UNATTACHED CAUSING THE PASSENGER TO SLIDE OFF THE SEAT AND/OR BE TRAPPED BY THE SEAT CUSHION. THIS ACTION COULD POSSIBLY RESULT IN PERSONAL INJURY OR DEATH.","IC CORP WILL NOTIFY ITS CUSTOMERS AND WILL REPAIR THE CUSHION BY ADDING A CLIP TO THE CUSHION TYING IT TO THE SEAT FRAME. THE RECALL BEGAN ON OCTOBER 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC COMPLIANCE DEPARTMENT AT 1-800-843-5615." -10/28/2004,04V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V517000),"Maserati North America, Inc.",MASERATI/DOOR HANDLES,LATCHES/LOCKS/LINKAGES,128,Vehicle,58,"ON CERTAIN PASSENGER VEHICLES, THE INTERNAL WIRING HARNESS OF THE OUTER DOOR HANDLES MAY ACCIDENTALLY SHORT CIRCUIT AND OPEN THE ELECTRICAL SWITCH OF THE DOOR.",THE DOOR MIGHT OPEN WITHOUT ANY ACTION FROM THE VEHICLE OCCUPANT.,"DEALERS WILL REPLACE THE FOUR DOOR HANDLES ON THESE VEHICLES. THE RECALL BEGAN ON NOVEMBER 10, 2004. Owners may contact Maserati customer service at 1-877-696-2737." -10/27/2004,04V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V518000),"Coachmen RV Company, LLC",COACHMEN/WORKHORSE/BOSCH/BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,238,"ON MOTOR HOME CHASSIS BUILT BY WORKHORSE AND EQUIPPED WITH BOSCH BRAKES, THE PADS CAN DRAG ON THE ROTOR SURFACE DUE TO THE PIN SLIDE.",A HANG UP OR LOCK UP MAY CAUSE THE CALIPERS TO OVER HEAT AND NOT ALLOW THE DRIVER TO STOP SAFELY. THIS COULD CAUSE OVERHEATING OF THE BRAKE CALIPERS WHICH COULD RESULT IN A VEHICLE FIRE.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPAIR THE BRAKE CALIPER. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-294-6773 OR COACHMEN AT 219-825-5821. -10/27/2004,04V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V529000),FOUR WINDS INTERNATIONAL,FOUR WINDS/FORD/AIR FILTER,ENGINE AND ENGINE COOLING,04S23,Vehicle,1380,"ON MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS, THE AIR FILTER ELEMENT MATERIAL PROCESS RESULTED IN AN AIR FILTER PAPER ELEMENT THAT CAN SMOLDER OR BURN. THIS CHANGE IN FILTER PAPER COMPOSITION COMBINED WITH THE CONFIGURATION OF THE AIR INDUCTION SYSTEM, MAY ALLOW HOT CARBON PARTICLES TO CONTACT THE AIR FILTER ELEMENT DURING CERTAIN DRIVING CONDITIONS THAT CREATE HOT PARTICLES.",THESE HOT PARTICLES MAY IGNITE THE AIR FILTER ELEMENT WITH THE POTENTIAL FOR AIR INDUCTION SYSTEM DAMAGE OR UNDERHOOD FIRE.,FORD IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE AIR FILTER ELEMENT. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR FOUR WINDS AT 937-295-2983. -10/27/2004,04V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V508000),"Navistar, Inc.",INTERNATIONAL/HANGER BRACKET,SUSPENSION,04520,Vehicle,703,"ON CERTAIN TRUCKS BUILT WITH IROS REAR AIR SUSPENSION SYSTEMS, FOUR REAR SUSPENSION FASTENERS MAY NOT BE TIGHTENED SUFFICIENTLY. THIS HARDWARE CONNECTS THE MAIN SUPPORT MEMBERS OF THE REAR SUSPENSION TO THE HANGER BRACKETS.","THIS CONNECTION COULD FAIL IF THE NUTS WORKED THEIR WAY LOOSE OR OFF, OR THE BOLTS BROKE FROM FATIGUE. A FAILURE OF THESE FASTENERS COULD RESULT IN SEPARATION OF THE MAIN SUPPORT FROM THE HANGER BRACKET POSSIBLY RESULTING IN A SUDDEN LOSS OF CONTROL OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE ALL FOUR BOLTS AND TIGHTEN THE BOLTS PROPERLY. THE RECALL BEGAN ON NOVEMBER 5, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -10/27/2004,04V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V511000),Utilimaster Corporation,UTILIMASTER/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,31,"ON CERTAIN WALK-IN VANS BUILT ON FORD CHASSIS, THE OPTIONAL HEEL PLATE (TREADPLATE/DIAMOND PLATE) COULD LIMIT THE FULL MOVEMENT OF THE ACCELERATOR PEDAL.","SHOULD THIS CONDITION OCCUR, THROTTLE OPERATION COULD BE IMPEDED, AND COULD CAUSE A CRASH.","OWNERS ARE BEING ASKED TO REMOVE THE ALUMINUM HEEL PLATE COMPONENT OPTION. UTILIMASTER WILL REIMBURSE THE OWNERS FOR THE DIRECT LABOR COSTS TO REMOVE THE PLATE. THE RECALL BEGAN NOVEMBER 1, 2004. OWNERS SHOULD CONTACT UTILIMASTER AT 1-800-237-7806." -10/26/2004,04V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V507000),"Navistar, Inc.",INTERNATIONAL/FMVSS 121/AIR BRAKE SYSTEMS,"SERVICE BRAKES, AIR",04519,Vehicle,76,"CERTAIN 2005 MY INTERNATIONAL RE SCHOOL BUSES MANUFACTURED BETWEEN APRIL 1 AND JUNE 16, 2004 WHICH FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, AIR BRAKE SYSTEMS. TWO CHECK VALVES MAY NOT HAVE BEEN INSTALLED ON THE AIR TANKS TO ISOLATE THE PRIMARY AND SECONDARY AIR CIRCUITS. A LEAK OR FAILURE OF EITHER CIRCUIT MAY CAUSE THE SPRING BRAKES TO AUTOMATICALLY ACTUATE WITHOUT WARNING.",THIS MAY RESULT IN A VEHICLE CRASH.,"INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND INSTALL TWO CHECK VALVES FREE OF CHARGE. THE RECALL BEGAN NOVEMBER 8, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -10/26/2004,04V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V514000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL HOSE CLAMP,"FUEL SYSTEM, GASOLINE",V-04-03,Vehicle,488,"ON CERTAIN MOTORCYCLES, THE CLAMP THAT SECURES THE HIGH PRESSURE FUEL HOSE TO THE FUEL RAIL MAY BE LOOSE.","A LOOSE CLAMP MAY ALLOW FUEL TO LEAK FROM THE FUEL RAIL FITTING, INCREASING THE RISK OF A FIRE.","DEALERS WILL REPOSITION AND TIGHTEN THE CLAMP. THE RECALL BEGAN ON NOVEMBER 1, 2004. OWNERS SHOULD CONTACT VICTORY AT 1-763-417-8650." -10/26/2004,04V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V520000),STARCRAFT BUS AND MOBILITY,STARCRAFT/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,518,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR STARCRAFT AT 574-533-1105. -10/25/2004,04V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V506000),"Airstream, Inc.",AIRSTREAM/ WHEEL BEARING FAILURE,SUSPENSION,NR (Not Reported),Vehicle,929,"ON CERTAIN MOTORHOMES, THE OUTER WHEEL BEARING IN THE HUB OF THE AXLE MAY FAIL, LEADING TO UNEXPECTED SEPARATION OF THE WHEEL FROM THE AXLE. THIS FAILURE MAY BE DUE TO AN INADEQUATE AMOUNT OF GREASE IN THE HUB ASSEMBLY OR THE GREASE IN THE HUB MAY BREAK DOWN UNDER NORMAL OPERATING CONDITIONS INTO A LIQUID THAT INADEQUATELY LUBRICATES THE OUTER BEARING. INADEQUATE LUBRICATION OF THE OUTER BEARING CAN BEGIN A CHAIN OF EVENTS THAT COULD LEAD TO WHEEL SEPARATION.","SEPARATION OF ONE OR MORE WHEELS FROM THE TRAILER COULD CAUSE THE TRAILER TO HANDLE ERRATICALLY OR GO OUT OF CONTROL. A LOST WHEEL COULD ALSO STRIKE AN ONCOMING OR FOLLOWING VEHICLE CAUSING A CRASH, RESULTING IN SERIOUS INJURY OF DEATH TO THOSE INVOLVED.","DEALERS WILL REPAIR THE UNIT AND REMOVE THE WHEELS, INSPECT THE HUBS, INNER AND OUTER BEARINGS, RACES AND GREASE SEALS. IF NECESSARY, REPLACE PARTS AND REPACK THE WHEEL BEARING WITH HIGH TEMPERATURE GREASE AND REINSTALL THE HUB AND WHEELS. THE RECALL BEGAN NOVEMBER 4, 2004. OWNERS SHOULD CONTACT AIRSTREAM AT 1-877-596-6505." -10/21/2004,04V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V504000),"Volvo Car USA, LLC",VOLVO/HEADLIGHT SWITCH,EXTERIOR LIGHTING,142/94,Vehicle,97000,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, OVER AN EXTENDED PERIOD OF TIME, THE HEADLIGHT SWITCH MAY CEASE TO FUNCTION.","THE HEAD LIGHTS MAY NOT OPERATE PROPERLY WHICH COULD RESULT IN INTERMITTENT OR NO HEADLIGHT FUNCTION. THIS COULD IMPAIR A DRIVER'S VISIBILITY, INCREASING THE RISK OF A CRASH.","ON VEHICLES WITH AN ORIGINAL OEM SWITCH, DEALERS WILL REPLACE THE HEADLIGHT SWITCH. ALL OTHER VEHICLES WILL BE INSPECTED TO DETERMINE IF THE SWITCH HAS EEN DAMAGED AND REPLACE ONLY IF NECESSARY. THE RECALL BEGAN ON JANUARY 24, 2005. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -10/20/2004,04V540000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V540000),"SAAB CARS USA, INC.",SAAB/STALLING,ENGINE AND ENGINE COOLING,CSC15419,Vehicle,12249,"ON CERTAIN PASSENGER VEHICLES, THE ENGINE MANAGEMENT SYSTEM SOFTWARE MAY CAUSE ENGINE HESITATION OR STALLING.","IF THE VEHICLE STALLS AS A RESULT OF THIS CONDITION, IT CAN BE RESTARTED IMMEDIATELY.",DEALERS WILL UPDATE THE ENGINE MANAGEMENT SYSTEM. OWNERS MAY CONTACT SAAB AT 1-800-955-9007. -10/20/2004,04V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V512000),"Winnebago Industries, Inc.",WINNEBAGO/FORD/ABS BRAKE SYSTEM,ELECTRICAL SYSTEM,04S22,Vehicle,3950,"ON MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS AND EQUIPPED WITH GAS ENGINES, A DIODE IN THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULE MAY EXPERIENCE AN ELECTRICAL SHORT.","THE ELECTRICAL SHORT MAY CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, OR THE MODULE MAY OVERHEAT RESULTING IN A BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION MAY OCCUR WHILE THE VEHICLE IS BEING DRIVEN OR UNATTENDED.",FORD MOTOR COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL A NEW FUSE IN THE ABS CIRCUIT AND INSTALL A HEAT SHIELD OVER THE ABS MODULE. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR WINNEBAGO AT 641-585-3535. -10/20/2004,04V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V516000),"Winnebago Industries, Inc.",WINNEBAGO/FORD/AIR FILTER,ENGINE AND ENGINE COOLING,04S23,Vehicle,5125,"ON MOTOR HOMES BUILT ON FORD E-SERIES CHASSIS, THE AIR FILTER ELEMENT MATERIAL PROCESS RESULTED IN AN AIR FILTER PAPER ELEMENT THAT CAN SMOLDER OR BURN. THIS CHANGE IN FILTER PAPER COMPOSITION COMBINED WITH THE CONFIGURATION OF THE AIR INDUCTION SYSTEM, MAY ALLOW HOT CARBON PARTICLES TO CONTACT THE AIR FILTER ELEMENT DURING CERTAIN DRIVING CONDITIONS THAT CREATE HOT PARTICLES.",THESE HOT PARTICLES MAY IGNITE THE AIR FILTER ELEMENT WITH THE POTENTIAL FOR AIR INDUCTION SYSTEM DAMAGE OR UNDERHOOD FIRE.,FORD MOTOR COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE AIR FILTER ELEMENT. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR WINNEBAGO AT 641-585-3535. -10/19/2004,04V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V501000),Kentucky Manufacturing Co.,KENTUCKY/BENDIX/AIR BRAKE LEAK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,800,CERTAIN TRAILERS EQUIPPED WITH BENDIX BRAKES HAVE EXPERIENCED AIR LEAKAGE ON THE BRAKE VALVE PIPE NIPPLE CONNECTING THE AIR RESERVOIR. THE PIPE NIPPLE STARTS TO CRACK CREATING AN AIR LEAK.,"IF THE AIR LEAKS FASTER THAN THE TRACTOR COMPRESSOR CAN KEEP UP, THE EMERGENCY SPRING BRAKE CHAMBERS WILL ACTIVATE AND STOP THE TRAILER INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR THE TYPE OF PIPE NIPPLE USED AND REPLACE ALL PIPE NIPPLES AS NECESSARY. THE RECALL BEGAN ON OCTOBER 6, 2004. ONLY UNITED PARCEL SERVICE (UPS) TRUCKS ARE INVOLVED. OWNERS SHOULD CONTACT KENTUCKY TRAILER AT 1-888-598-7245." -10/19/2004,04V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V509000),ORION BUS INDUSTRIES LTD.,ORION/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,6,CERTAIN ORION BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.",SURE-LOK WILL CONDUCT THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. OWNERS SHOULD CONTACT SURE-LOK AT 1-866-787-3565 OR ORION AT 905-403-1111. -10/18/2004,04E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E080000),FEDERAL-MOGUL CHASSIS PRODUCTS,FEDERAL MOGUL CHASSI PROD/BALL JOINT ASSEMBLIES,EQUIPMENT,NR (Not Reported),Equipment,1171,CERTAIN FEDERAL MOGAL CHASSIS PRODUCTS' BALL JOINT ASSEMBLIES SOLD AS AFTERMARKET EQUIPMENT UNDER THE MOOG AND CARQUEST BRANDS ON 1997-1990 HONDA ACCORD AND 1988-1995 HONDA TRUCK ODYSSEY VEHICLES. THE SUBJECT PARTS HAVE A LOW HARDNESS ALLOWING THE BALL JOINT THE POTENTIAL TO WEAR PREMATURELY.,PREMATURE WEAR OF THE BALL JOINTS COULD EVENTUALLY RESULT IN A LOSS OF VEHICLE CONTROL THEREBY INCREASING THE RISK OF A VEHICLE CRASH WITHOUT WARNING.,"THIS RECALL ONLY PERTAINS TO AFTERMARKET FEDERAL-MOGUL BALL JOINT ASSEMBLIES AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON HONDA ACCORD OR ODYSSEY VEHICLES BY HONDA NORTH AMERICA. THE RECALL BEGAN NOVEMBER 19, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL MOGUL AT 1-877-489-6659." -10/15/2004,04V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V494000),Blue Bird Body Company,BLUE BIRD/POWER DISTRIBUTION BOX CABLE CONNECTOR,ELECTRICAL SYSTEM,R04JD,Vehicle,10,"ON CERTAIN 45' MOTOR HOMES, AN INCORRECT BUSSBAR CABLE CONNECTOR WAS INSTALLED IN THE MAIN POWER DISTRIBUTION BOX. UNDER HIGH LOAD CONDITIONS, ARCING AND SHORTING COULD OCCUR WHICH CAN DESTROY THE BUSSBAR ASSEMBLY AND CAUSE LOSS OF POWER TO THE ENGINE.",SUDDEN ENGINE SHUT-DOWN AND LOSS OF THE ABILITY TO MOVE THE VEHICLE OUT OF THE ROADWAY COULD RESULT IN A CRASH.,DEALERS REPLACED THE INCORRECT 150 AMP BUSSBAR CABLE CONNECTOR WITH A 600 AMP BUSSBAR CABLE CONNECTOR. ALL VEHICLES HAVE BEEN REPAIRED. -10/15/2004,04E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E078000),BUSTIN INDUSTRIAL PRODUCTS,BUSTIN/AFTERMARKET PULLOUT TRUCK LADDER,EQUIPMENT,NR (Not Reported),Equipment,2152,"CERTAIN AFTERMARKET BUSTIN ALUMINUM PULLOUT TRUCK LADDERS, MODELS TAP-200, POA-59 AND POA-60 WHICH WELD BREAKAGE AND EVENTUAL FAILURE OF THE STEP CAN OCCUR. ALSO, BUSTIN STEEL PULLOUT TRUCK LADDERS MODEL POS-204 WHICH THE ROLL PINS CAN LOSSEN AND FALL OUT. THESE LADDERS WERE MANUFACTURED BEFORE 2003. THE RECALL BEGAN IN JULY 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUSTIN AT 800-933-5166.","SHOULD THE LADDER FAIL IN ANY OF THESE CAPACITIES, THE PERSON USING THE LADDER CAN FALL POSSIBLY RESULTING IN SERIOUS INJURY.","BUSTIN WILL NOTIFY ITS CUSTOMERS AND PROVIDED A FREE REMEDY. THE RECALL BEGAN JULY 14, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUSTIN AT 800-933-5166." -10/15/2004,04V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V505000),Daimler Buses North America,DAIMLERCHRYSLER/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,258,CERTAIN TRANSIT BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.",SURE-LOK WILL PROVIDE A FREE REMEDY ON BEHALF OF DAIMLERCHRYSLER. DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. OWNERS SHOULD CONTACT SURE-LOK AT 1-866-787-3565 OR DAIMLERCHRYSLER AT 336-454-3484. -10/15/2004,04V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V491000),Medtec Ambulance Corporation,MEDTEC/FORD/ABS MODULES,ELECTRICAL SYSTEM,04S22,Vehicle,462,"ON CERTAIN AMBULANCES, A DIODE IN THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULE MAY EXPERIENCE AN ELECTRICAL SHORT.","THE ELECTRICAL SHORT MAY CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, OR THE MODULE MAY OVERHEAT RESULTING IN A BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION MAY OCCUR WHILE THE VEHICLE IS BEING DRIVEN OR UNATTENDED.","DEALERS WILL INSTALL A NEW FUSE IN THE ABS CIRCUIT AND INSTALL A HEAT SHIELD OVER THE ABS MODULE. THE RECALL IS EXPECTED TO BEGIN ON OCTOBER 8, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673 OR MEDTEC AT 1-574-534-2631. ALSO FORD IS EXTENDING THE LIMITED WARRANTY (FOR A ONE TIME REPLACEMENT) OF THE ABS MODULE FOR A TOTAL OF 10 YEARS OR 150,000 MILES FROM THE WARRANTY START DATE, WHICHEVER OCCURS FIRST. IF YOUR VEHICLE HAS ALREADY ACCUMULATED MORE THAN 150,000 MILES, THIS COVERAGE WILL LAST UNTIL SEPTEMBER 30, 2005." -10/14/2004,04V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V500000),"Gillig, LLC",GILLIG/SURE-LOCK/WHEELCHAIR SECUREMENTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,242,CERTAIN GILLIG BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.","DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. THE RECALL BEGAN OCTOBER 8, 2004. OWNERS SHOULD CONTACT GILLIG AT 1-800-735-1500.." -10/14/2004,04V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V484000),"Jaguar Cars, Ltd.",JAGUAR/FMVSS 135/BRAKE FLUID RESERVOIR LABEL,EQUIPMENT,R171,Vehicle,50000,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEM."" THE BRAKE FLUID MASTER CYLINDER RESERVOIR IS RECESSED AND ORIENTED IN THE ENGINE COMPARTMENT BENEATH A LEAF SCREEN, SUCH THAT THE BRAKE FLUID WARNING STATEMENT EMBOSSED ON THE TOP OF THE RESERVOIR BODY IS NOT VISIBLE BY DIRECT VIEW.",THIS DOES NOT COMPLY WITH THE STANDARD.,"OWNERS WILL BE SENT LETTERS WHICH WILL INCLUDE INSTALLATION INSTRUCTIONS AND LABELS CONTAINING THE REQUIRED WARNING STATEMENT. IF THEY PREFER, OWNERS MAY CONTACT DEALERS TO HAVE THEM INSTALL THE LABELS. THE RECALL BEGAN ON JANUARY 25, 2005. OWNERS MAY CONTACT JAGUAR AT 1-800-452-4827." -10/14/2004,04V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V499000),"Pro-Trak Trailers, Inc.",PRO-TRAK/FMVSS 120/MISSING INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,1900,"CERTAIN GOOSENECK AND PINTLE HITCH TRAILERS FAIL TO COMPLY TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THESE TRAILERS LACK THE PROPER INFORMATION AS REQUIRED BY THE STANDARD.","IMPROPER OVERLOADING AND/OR TIRE INFLATION PRESSURE COULD RESULT IN TIRE BLOWOUTS, INCREASING THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH A CORRECTED SUPPLEMENTAL CERTIFICATION LABEL THAT WILL CONTAIN THE MISSING INFORMATION. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS SHOULD CONTACT PRO-TRAK AT 1-903-873-8686. -10/14/2004,04V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V496000),"Triumph Motorcycles America, Ltd.",TRIUMPH/REAR SUSPENSION,SUSPENSION,353,Vehicle,1647,"ON CERTAIN MOTORCYCLES, THERE MAY BE A POOR WELD ON THE REAR SUSPENSION UNIT BODY.",FAILURE OF THE REAR SUSPENSION UNIT MAY COMPROMISE THE STABILITY OF THE MOTORCYCLE WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE REAR SUSPENSION UNITS. THE RECALL BEGAN ON DECEMBER 20, 2004. OWNERS SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -10/14/2004,04V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V493000),"Volvo Car USA, LLC",VOLVO/VACUUM VALVE/HOSE ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",137,Vehicle,1719,"ON CERTAIN PASSENGER VEHICLES, THE NON-RETURN VALVE MAY CRACK DUE TO A POOR WELD CAUSING A VACUUM LEAK.","IF THIS OCCURS, MORE BRAKE PEDAL FORCE MAY BE REQUIRED TO STOP THE VEHICLE AND/OR MAY EXPERIENCE A ROUGH ENGINE IDLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT, AND IF NECESSARY, REPLACE THE VACUUM HOSE. THE RECALL BEGAN ON NOVEMBER 29, 2004. OWNERS SHOULD CONTACT VOLVO CARS AT 1-800-458-1552." -10/13/2004,04V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V497000),"Nissan North America, Inc.",NISSAN/BRAKE LIGHTS,EXTERIOR LIGHTING,R0407,Vehicle,96,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE LAMP SWITCH MAY MALFUNCTION.","IF THIS OCCURS, THE BRAKE LIGHTS WILL NOT ILLUMINATE WHEN THE BRAKE IS APPLIED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE BRAKE LAMP SWITCH. THE RECALL BEGAN ON OCTOBER 25, 2004. OWNERS SHOULD CONTACT INFINITI AT 1-800-662-6200." -10/12/2004,04V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V502000),FOUR WINDS INTERNATIONAL,FOUR WINDS/WORKHORSE/BOSCH/BRAKE CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,,"ON MOTORHOME CHASSIS BUILT BY WORKHORSE AND EQUIPPED WITH BOSCH BRAKES, THE PADS CAN DRAG ON THE ROTOR SURFACE DUE TO THE PIN SLIDING.",A HANG UP OR LOCK UP MAY CAUSE THE CALIPERS TO OVER HEAT AND NOT ALLOW THE DRIVER TO STOP SAFELY. THIS COULD CAUSE OVERHEATING OF THE BRAKE CALIPERS WHICH COULD RESULT IN A VEHICLE FIRE.,WORKHORSE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPAIR THE BRAKE CALIPER. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-294-6773 OR FOUR WINDS AT 937-295-2983. -10/12/2004,04E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E079000),"Performance Machine, Inc.",PERFORMANCE/MOTORCYCLE WHEELS,WHEELS,NR (Not Reported),Equipment,1545,"CERTAIN PERFORMANCE MACHINE REAR MOTORCYCLE WHEELS; MODELS HOOLIGAN-STYLE 16"", 17"", 18"" DIAMETER FORGED WHEELS )ALL WIDTHS) MANUFACTURED FROM JANUARY 31, 2003, THROUGH JUNE 6, 2004, AND VADER-STYLE 18"" DIAMETER FORGED WHEELS (ALL WIDTHS) MANUFACTURED FROM JANUARY 2 AND SEPTEMBER 14, 2004. THE AFFECTED WHEELS CAN DEVELOP A CRACK IN THE BASE OF THE SPOKE(S), POSSIBLY AFFECTING THE DURABILITY OF THE WHEEL WHICH COULD RESULT IN WHEEL FAILURE.","A CRASH COULD OCCUR SHOULD THE WHEEL FAIL, POSSIBLY RESULTING IN SERIOUS INJURIES OR DEATH.","PERFORMANCE MACHINE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEEL WITH A REDESIGNED WHEEL OF THE SAME STYLE AND SIZE FREE OF CHARGE. THE RECALL BEGAN NOVEMBER 1, 2004. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PERFORMANCE MACHINE'S CUSTOMER SERVICE AT 1-800-479-4037." -10/12/2004,04V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V495000),"Volkswagen Group of America, Inc.",VW/THROTTLE ICING,VEHICLE SPEED CONTROL,JB/JG,Vehicle,28300,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.8L, V6 5-VALVE ENGINES, AND AUTOMATIC TRANSMISSIONS, WHILE DRIVING DURING EXTREMELY LOW AMBIENT TEMPERATURES THE THROTTLE MAY FREEZE IN AN OPEN POSITION DUE TO ICE ACCUMULATING IN THE THROTTLE BODY.","IF THIS OCCURS, THE VEHICLE MAY FAIL TO REDUCE SPEED WHEN THE DRIVER LIFTS HIS/HER FOOT FROM THE GAS PEDAL. THIS LOSS OF VEHICLE CONTROL COULD RESULT IN A CRASH WITHOUT WARNING.","AUDI WILL INSTALL A REPLACEMENT THROTTLE BODY KIT FREE OF CHARGE. THE RECALL BEGAN ON OCTOBER 29, 2004. OWNERS MAY CONTACT AUDI AT 1-800-822-2834. OWNERS OF VEHICLES WHICH ARE NOT REGISTERED IN THE COLD-WEATHER STATES OF ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, OREGON, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, VERMONT, WASHINGTON, WISCONSIN, AND WYOMING, WILL BE NOTIFIED OF A SERVICE ACTION, UNDER WHICH THEY WILL BE PROVIDED THE FREE REMEDY UPON REQUEST." -10/08/2004,04V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V481000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HYDRAULIC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",D45,Vehicle,115,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH 4-WHEEL ANTILOCK BRAKING SYSTEM (ABS), 2.4L HIGH OUTPUT TURBOCHARGED ENGINE, AND 5-SPEED MANUAL TRANSAXLE, MAY EXHIBIT INADEQUATE CLEARANCE BETWEEN THE LEFT FRONT BRAKE TUBE AND THE TRANSAXLE HOUSING.","CONTACT BETWEEN THE BRAKE TUBE AND THE TRANSAXLE HOUSING OVER AN EXTENDED PERIOD OF TIME MAY EVENTUALLY LEAD TO PERFORATION OF THE BRAKE TUBE, WHICH COULD LEAD TO A LOSS OF BRAKING FORCE IN THE LEFT FRONT/RIGHT REAR CIRCUIT OF VEHICLE.","DEALERS WILL INSTALL REVISED BRAKE TUBES. THE RECALL BEGAN OCTOBER 25, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/07/2004,04V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V486000),"Gillig, LLC",ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,810,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 40 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.",THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL INSPECT AND REPLACE THE TURBOCHARGER TO PREVENT THE POSSIBILITY OF AN ENGINE COMPARTMENT FIRE. DETROIT DIESEL IS CONDUCTING OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. GILLIG ISSUED A RENOTIFICATION LETTER TO OWNERS ON FEBRUARY 27, 2007. OWNERS SHOULD CONTACT DETROIT DETROIT DIESEL AT 313-5923708 OR GILLIG AT 510-785-1500." -10/07/2004,04V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V485000),"Gillig, LLC",GILLIG/CUMMINS/OIL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,149,"ON CERTAIN PHANTOM AND LOW FLOOR TRANSIT BUSES EQUIPPED WITH CUMMINS 8.3L AND 8.9L ISC AND ISL DIESEL ENGINES, OIL CAN LEAK INTO THE ENGINE COMPARTMENT FROM A CRACK IN THE CUP PLUG.","OIL LEAKAGE ON A HOT ENGINE CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN INJURIES.",CUMMINS WILL CONDUCT THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CUMMINS WILL ISNTALL A STEEL CUP PLUG BOSS CAP ON THE AFFECTED ENGINES. OWNERS SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR GILLIG AT 510-785-1500. -10/07/2004,04V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V482000),"Navistar, Inc.",INTERNATIONAL/LOWER TIE ROD ARMS,SUSPENSION,04517,Vehicle,20,"ON CERTAIN HEAVY DUTY TRUCKS,THE LOWER TIE ROD ARMS ON CERTAIN AXLES WERE NOT INDUCTION HARDENED AS REQUIRED BY INTERNATIONAL'S SPECIFICATION.","WITHOUT THE INDUCTION HARDENING PROCESS BEING PERFORMED, THE TIE ROD ARM MAY FATIGUE DURING THE EXPECTED LIFE OF THE VEHICLE. A FATIGUE FAILURE OF THE TIE ROD ARM MAY RESULT IN A LOSS OF VEHICLE STEERING CONTROL THAT CAN POSSIBLY RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE LOWER TIE ROD ARMS. THE RECALL BEGAN ON NOVEMBER 19, 2004. OWNERS SHOULD CONTACT INTERNATIONAL TRUCK AND ENGINE AT 1-800-448-7825." -10/07/2004,04V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V487000),"Jaguar Cars, Ltd.",JAGUAR//PARKING BRAKE ADJUSTMENT FAILS,PARKING BRAKE,R957,Vehicle,3856,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH LHD MANUAL TRANSMISSIONS, THE HAND BRAKE, WHICH APPLIES THE PARKING BRAKE, MAY NOT APPLY SUFFICIENT PRESSURE TO THE BRAKE PADS TO PREVENT THE VEHICLE FROM MOVING IF THE MANUAL TRANSMISSION WAS LEFT IN THE NEUTRAL POSITION. THE AUTOMATIC ADJUSTER WITHIN THE HAND BRAKE MAY NOT WORK PROPERLY CAUSING THE HAND BRAKE LEVER TO TRAVEL OUTSIDE THE RECOMMENDED RANGE.","IF THE VEHICLE TRAVELS OUTSIDE THE RECOMMENDED RANGE, THE VEHICLE MAY ROLL AWAY AND A CRASH MAY OCCUR.","DEALERS WILL REPLACE THE EXISTING AUTOMATIC ADJUSTMENT HAND BRAKE LEVER SYSTEM ON THE AFFECTED VEHICLES WITH A MANUAL HAND BRAKE LEVER SYSTEM. THE RECALL BEGAN ON JANUARY 14, 2005. OWNERS SHOULD CONTACT JAGUAR AT 1-800-452-4827." -10/07/2004,04V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V488000),"Jaguar Cars, Ltd.",JAGUAR/ELECTRONIC PARKING BRAKE,PARKING BRAKE,R166/R167,Vehicle,30181,"ON CERTAIN PASSENGER VEHICLES, THE ELECTRONIC PARK BRAKE MODULE, WHICH CONTROLS THE APPLICATION OF THE PARKING BRAKE, MAY UNINTENTIONALLY APPLY THE PARKING BRAKE WITHOUT ANY INDICATION OR WARNING TO THE DRIVER.","THIS CONDITION CAN CAUSE THE VEHICLE TO DECELERATE AND MAY CAUSE REAR WHEEL ""LOCKUP"" AT ANY ROAD SPEED. A CRASH MAY OCCUR.","DEALERS WILL REPLACE THE ELECTRONIC PARK BRAKE MODULE WITH THE LATEST PRODUCTION LEVER PARTS. THE RECALL BEGAN ON JANUARY 15, 2005. OWNERS SHOULD CONTACT JAGUAR AT 1-800-452-4827." -10/07/2004,04V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V489000),Land Rover,LAND ROVER/REAR SUBFRAME,STRUCTURE,B175,Vehicle,4,"ON CERTAIN SPORT UTILITY VEHICLES, AN INCORRECT WELD NUT WAS INSTALLED. LACK OF THIS BOLT COULD EVENTUALLY CAUSE THE SUBFRAME TO CRACK OR BECOME DEFORMED.","A CRACKED OR DEFORMED SUBFRAME COULD POTENTIALLY LEAD TO INSTABILITY OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE VEHICLE TO SEE IF THE SUBFRAME FIXING IS CORRECTLY FITTED AND CLAMPED UP. IF NECESSARY, THE SUBFRAME WILL BE REPLACED WITH A NEW ONE THAT HAS CORRECT WELD NUTS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -10/07/2004,04V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V477000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/FRONT HUB BEARING,SUSPENSION,C0021113,Vehicle,2892,"ON CERTAIN TRUCKS USING AN F060T OR F070T FRONT AXLE, THE FRONT WHEEL HUB OUTER BEARING LOCK NUT MAY HAVE BEEN IMPROPERLY TIGHTENED DURING ASSEMBLY, AND AN INSUFFICIENT AMOUNT OF GREASE MAY HAVE BEEN APPLIED TO THE OUTER BEARING.","THESE CONDITIONS COULD RESULT IN THE OUTER BEARING GENERATING EXCESSIVE HEAT AND/OR BREAKING, CAUSING THE VEHICLE TO BECOME DISABLED. THE EXCESSIVE HEAT COULD CAUSE A FIRE.","DEALERS WILL INSPECT THE INNER AND OUTER FRONT WHEEL HUB BEARINGS, AND REPLACE ANY BEARING WITH SIGNS OF DAMAGE. THE RECALL BEGAN ON OCTOBER 28, 2004. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -10/07/2004,04V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V478000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/FRONT HUB OUTER BEARING,SUSPENSION,R3123510,Vehicle,2537,"ON CERTAIN TRUCKS TRUCKS EQUIPPED WITH AN F040T FRONT AXLE. THE FRONT WHEEL HUB OUTER BEARING LOCK NUT MAY HAVE BEEN IMPROPERLY TIGHTENED DURING ASSEMBLY, AND AN INSUFFICIENT AMOUNT OF GREASE MAY HAVE BEEN APPLIED TO THE OUTER BEARING.","THESE CONDITIONS COULD RESULT IN THE OUTER BEARING GENERATING EXCESSIVE HEAT AND/OR BREAKING, CAUSING THE VEHICLE TO BECOME DISABLED. THE EXCESSIVE HEAT COULD CAUSE A FIRE.","DEALERS WILL INSPECT THE INNER AND OUTER FRONT WHEEL HUB BEARINGS, AND REPLACE ANY BEARING WITH SIGNS OF DAMAGE. THE RECALL BEGAN ON OCTOBER 28, 2004. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-856-467-4500." -10/06/2004,04V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V480000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG CLOCKSPRING,AIR BAGS,D17,Vehicle,955344,"ON CERTAIN MINIVANS, THE DRIVER'S AIR BAG MAY BECOME DISABLED DUE TO A FAILURE OF THE CLOCKSPRING, WHICH IS LOCATED IN THE HUB OF THE STEERING WHEEL.","THIS CONDITION WILL MANIFEST ITSELF THROUGH ILLUMINATION OF THE AIR BAG WARNING LAMP, AND COULD EVENTUALLY RESULT IN A DRIVER'S AIR BAG OPEN CIRCUIT, IF THE PART IS NOT REPLACED IN A REASONABLE AMOUNT OF TIME.","DEALERS WILL REPLACE THE CLOCKSPRING ASSEMBLY ON ALL COVERED VEHICLES WITH 70,000 MILES OR LESS. FOR THOSE VEHICLES WITH MORE THAN 70,000 MILES, DAIMLERCHRYSLER WILL OFFER AN EXTENDED LIFETIME WARRANTY UNDER WHICH IT WILL REPLACE THE CLOCKSPRING AT NO CHARGE IF IT FAILS. DAIMLERCHRYSLER WILL ALSO REIMBURSE OWNERS WHO HAVE PAID TO HAVE THE CLOCKSPRING REPLACED ON THEIR VEHICLES. THE RECALL BEGAN ON OCTOBER 12, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/06/2004,04V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V503000),MID BUS CORPORATION,MID BUS/SURE-LOK/WHEELCHAIR SECUREMENT ASSEM.,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,125,CERTAIN 2000-2004 MY MID BUS SCHOOL BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13 FOR USE ON CERTAIN SCHOOL AND TRANSIT BUSES. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO THE SEAT OCCUPANT AND/OR OTHER PASSENGERS.","ONCE THE BUS OWNERS HAVE BEEN IDENTIFIED, SURE-LOK WILL NOTIFY MID BUS' CUSTOMERS AND REPLACE THE DEFECTIVE PART FREE OF CHARGE. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR BUSES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SURE-LOK CUSTOMER SERVICE AT 866-787-3565." -10/06/2004,04V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V479000),"NABI Bus, LLC",NABI/ENGINE TURBOCHARGER,ENGINE AND ENGINE COOLING,20044,Vehicle,210,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 50 ENGINES, THE TURBOCHARGER CAN FAIL ALLOWING LUBRICATING OIL TO ENTER THE EXHAUST SYSTEM.","IN THE EVENT THE TURBOCHARGER FAILS, A FIRE MAY OCCUR IN THE ENGINE COMPARTMENT RESULTING IN PROPERTY DAMAGE OR INJURIES.",DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPAIR THE ENGINE AND INSTALL AN EXHAUST TEMPERATURE SENSOR TO PREVENT THE POSSIBILITY OF AN EXHAUST OR ENGINE COMPARTMENT FIRE. OWNERS SHOULD CONTACT DETROIT DIESEL CORPORATION AT 313-592-5791 OR NABI AT 1-256-831-4296. -10/06/2004,04E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E077000),"STELLAR INDUSTRIES, INC.",STELLAR/OUTRIGGER BEAMS CAN BEND UNDER LOAD,EQUIPMENT,NR (Not Reported),Equipment,124,"STELLAR INDUSTRIES CURD SIDE OUTRIGGERS USED IN CONJUNCTION WITH STELLAR CRANES PURCHASED BETWEEN JUNE 1 AND SEPTEMBER 30, 2004. THE REINFORCEMENT PLATES USED ON THE TOP AND BOTTOM OF THE CURBSIDE HORIZONTAL OUTRIGGER BEAM MAY BE MADE FROM MATERIAL THAT DOES NOT MEET ENGINEERING STRENGTH REQUIREMENTS.","IF THE OUTRIGGER BEAM CONTAINS DEFECTIVE MATERIAL, THE BEAM MAY BEND WITHOUT WARNING WHEN SUBJECTED TO HEAVY LOADS POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","STELLAR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BEAM IF NECESSARY AT NO CHARGE TO THE CUSTOMER. THE RECALL BEGAN NOVEMBER 4, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STELLAR AT 1-800-321-3741." -10/05/2004,04V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V483000),MONACO COACH CORPORATION,MONACO/VENTURE/FRAME ENHANCEMENT,STRUCTURE,R02233,Vehicle,3439,"ON CERTAIN FIFTH WHEEL TRAILERS, A DEFICIENCY IN THE STRUCTURAL INTEGRITY OF THE MAIN FRAME RAILS COULD CAUSE THE RAILS TO CRACK AND AXLES COULD SHIFT, CAUSING THE FIFTH WHEEL TO PULL ERRATICALLY.",THIS COULD CAUSE THE DRIVER OF THE TOW VEHICLE TO LOSE CONTROL CREATING THE POTENTIAL FOR A CRASH RESULTING IN PERSONAL INJURY.,"DEALERS WILL INSPECT AND ADD AN ADDITION OF GUSSET PLATES AND CROSS TUBES TO STRENGHEN THE AXLE SPRING HANGERS. THE RECALL BEGAN ON OCTOBER 29, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -10/05/2004,04E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E076000),"UNIFIED MARINE, INC.",UNIFIED MARINE/FMVSS 108/AFTERMARKET LIGHT KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,52665,"AFTERMARKET LIGHT KITS MODELS 50080270, 50080272, AND 50080274 AND MANUFACTURED BETWEEN DECEMBER 2002 AND JULY 2004. THESE LIGHT DO NOT MEET THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.","DRIVERS APPROACHING FROM THE REAR COULD EXPERIENCE REDUCED DETECTION DISTANCES, WHICH COULD CONCEIVABLE LEAD TO A VEHICLE CRASH.","UNIFIED MARINE'S PETITION FOR EXEMPTION FROM THE RECALL WAS DENIED ON MARCH 8, 2005. UNIFIED MARINE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE NONCOMPLIANT LIGHT KITS FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN JUNE 15, 2005. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UNIFIED MARINE TOLL FREE AT 800-282-8725." -10/04/2004,04E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E074000),HOPKINS MANUFACTURING CORP.,HOPKINS/BREAK-AWAY KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,308000,"CERTAIN HOPKINS TAP BREAK-AWAY SWITCHES. THE PLUNGER PIN SOLD SEPARATELY AS MODEL NUMBERS 20009 & 20012 AS WELL AS BEING INCLUDED AS A PART OF VARIOUS BREAK-AWAY KITS WITH THE FOLLOWING MODEL NUMBERS: 20001, 20002, 20003, 20004, 20005, 20010, 20014, 20019, 20099, 20100, 20102, 20103, 20300, 20303, 17120009, 1170200001, 1170200005, 1170200099, 1530200003, 1530200004, 1540201000, 1550200003, 1580200004, 1590200004, 1610200003, 1700200003, 1770200003, 1800201000, 7020200001, 7020200002, 7020200003, 7020200004, 7020200005, 7020200009, 7020200010, 7020200012, 7020200013, 7020200099, 7020201000, 7020201001, 7020201002, 7020201003, 7020201004, 7020201007, 20005A, 20009A, S2000L, S20002, S20003, S20005, S20009, AND S20099. IF THE O-RING IS NOT PROPERLY SEATED IN THE GROOVE PROVIDED, THE RESIN PLUNGER PIN COULD BE PLACED UNDER CONTINUOUS TENSILE LOADING CONDITIONS. THIS COULD RESULT IN STRESS CRACKING OF THE PLUNGER PIN OVER TIME.",THE PLUNGER PIN COULD FAIL TO ACTIVATE THE TRAILER BRAKES DURING TRAILER/TOW VEHICLE SEPARATION.,"HOPKINS WILL NOTIFY ITS CUSTOMERS AND REPLACE ALL ORIGINAL PLUNGER PIN ASSEMBLIES WITH NEW PLUNGER PIN ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN OCTOBER 31, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOPKINS AT(WE DO NOT YET HAVE A TELEPHONE NUMBER FOR THIS RECALL.)" -10/01/2004,04E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E075000),"Erwin Hymer Group North America, Inc.",HOME & PARK/SPARE TIRE CARRIER,EQUIPMENT,NR (Not Reported),Equipment,150,"AFTERMARKET CONTINENTAL KIT SPARE TIRE CARRIERS H&P P/N 02010001/02044500 AND ARE DESIGNED TO BE USED ON CLASS B MOTORHOMES ROADTREK 170, 190 AND 210 MODELS, BUILT ON CHEVROLET 2500/3500 VAN CHASSIS. DUE TO THE DESIGN OF THE SPARE TIRE CARRIER, VIBRATION/STRESS CAN FATIGUE THE BRACKET AND LEAD TO FRACTURE.","IF THE BRAKET BREAKS, CONTINUOUS VIBRATION MAY CAUSE THE CARRIER TO SLOWLY SLIDE OUT OF THE TRAILER HITCH CROSSTUBE AND FALL ON THE ROAD, POSSIBLY RESULTING IN A VEHICLE CRASH.",HOME & PARK WILL NOTIFY ITS CUSTOMERS AND REPAIR THE CARRIES BY SOLIDLY WELDING THEM TO THE CROSSTUBE. -10/01/2004,04V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V476000),MONACO COACH CORPORATION,MONACO/WATER HEATER,EQUIPMENT,R04049,Vehicle,44,"ON CERTAIN MOTOR HOMES MANUFACTURED WITH OPTIONAL AQUA HOT HYDRONIC HEATERS, THE EXHAUST TERMINATION FOR THE HEATER WAS LOCATED UNDER THE BEDROOM SLIDE OUT, WHEN IT SHOULD HAVE BEEN PLACED BEYOND THE PERIPHERY OF THE VEHICLE.","THIS MAKES IT POSSIBLE FOR FUMES TO ENTER THE COACH AND POSSIBLY ALLOW CARBON MONOXIDE FUMES TO VENT INTO THE MOTOR HOME, WHICH COULD RESULT IN SERIOUS INJURY OR DEATH TO THE PASSENGERS.","FOR THE 2003 MOTOR HOMES, DEALERS WILL USE THE EXISTING PIPE FROM THE AQUA HOT HYDRONIC HEATER, AND REPAIR IT SO THAT THE END TERMINATION WILL BE TO THE PASSENGER SIDE OF THE MOTOR HOME. FOR THE 2004 AND 2005 MOTOR HOMES, DEALERS WILL ADD AN EXHAUST PIPE TO THE EXISTING EXHAUST SYSTEM FROM THE AQUA HOT HYDRONIC HEATER. THE ADDITIONAL PIPE WILL BE INSTALLED SO THAT THE END TERMINATION WILL ALSO BE TO THE PASSENGER SIDE OF THE MOTOR HOME. THE RECALL BEGAN ON OCTOBER 27, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -10/01/2004,04V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V474000),"NABI Bus, LLC",NABI/HYDRAULIC SYSTEM,STEERING,20043,Vehicle,690,"ON CERTAIN 40' AND 60' TRANSIT BUSES, THE HYDRAULIC SYSTEM THAT PROVIDES POWER TO THE RADIATOR COOLING FAN AND POWER STEERING SYSTEM IS SUBJECT TO BECOMING UNSTABLE.","WHEN THIS OCCURS, THE DRIVER WILL BE SUBJECTED TO HARD TURNING OF THE STEERING WHEEL AND LOSS OF POWER ASSIST IN THE STEERING SYSTEM, INCREASING THE RISK OF A CRASH.","NABI IS CONDUCTING THE OWNER NOTIFICATION AND EATON CORPORATION WILL PERFORM THE REMEDY FOR THIS CAMPAIGN. EATON WILL INSPECT AND REPAIR THE HYDRAULIC SYSTEM. THE RECALL BEGAN MARCH 20, 2005. OWNERS SHOULD CONTACT EATON AT 952-967-7168 OR NABI AT 1-888-424-5844." -10/01/2004,04V473000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V473000),"Subaru of America, Inc.",SUBARU/OIL FLOW CONTROL VALVE,ENGINE AND ENGINE COOLING,WWU-05,Vehicle,26,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, THE COVER BOLTS FOR THE ENGINE OIL CONTROL VALVE MAY NOT BE SUFFICIENTLY TIGHTENED, ALLOWING OIL TO LEAK FROM AROUND THE COVER GASKET.","IF LEAKING OIL CONTACTS COMPONENTS OPERATING AT HIGH TEMPERATURES, A FIRE COULD RESULT IN THE ENGINE COMPARTMENT.","DEALERS WILL INSPECT AND RETIGHTEN THE OIL-FLOW CONTROL VALVE COVER BOLTS. THE RECALL BEGAN ON OCTOBER 8, 2004. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783." -10/01/2004,04V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V475000),"Yamaha Motor Corporation, USA",YAMAHA/REAR BRAKE SHOE,"SERVICE BRAKES, HYDRAULIC",M2004-020,Vehicle,3620,"ON CERTAIN MOTORCYCLES AND SCOOTERS, THE REAR BRAKE SHOE MATERIAL COULD SEPARATE DUE TO IMPROPER ADHESIVE CURING.","IF SUCH SEPARATION OCCURS DURING OPERATION, BRAKING ABILITY WITH THE REAR WHEEL WILL BE REDUCED OR LOST, WHICH COULD CAUSE A CRASH.","DEALERS WILL REPLACE THE REAR BRAKE SHOES. THE RECALL BEGAN ON OCTOBER 8, 2004. OWNERS SHOULD CONTACT YAMAHA AT 1-800-889-2624." -09/30/2004,04V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V465000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL CANISTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2828,"ON CERTAIN MOTORCYCLES, A CONDITION OCCURS THAT COULD ALLOW PRESSURE TO BUILD UP IN THE FUEL TANK. ON FUEL INJECTED VEHICLES, THIS CONDITION COULD CAUSE FUEL TO SPRAY OUT UNEXPECTEDLY WHEN THE FUEL CAP IS REMOVED. ON CARBURETED VEHICLES, EXCESSIVE FUEL COULD BE TRANSFERRED TO THE CARBURETOR, WHICH WOULD EVENTUALLY ALLOW FUEL TO DRIP FROM THE AIR CLEANER.",THESE SITUATIONS COULD CAUSE SERIOUS PERSONAL INJURY OR CREATE A FIRE HAZARD FOR PERSONS OR PROPERTY ON OR NEAR THE MOTORCYCLE.,"DEALERS WILL TEST EACH CANISTER FOR BLOCKAGE, THEN REPLACE AS NECESSARY. THE RECALL BEGAN NOVEMBER 4, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -09/30/2004,04V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V450000),"National Van Builders, Inc.",NATIONAL VAN BUILDERS/SURE-LOK/WHEELCHAIR RESTRAIN,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,20,"ON CERTAIN VANS BUILT ON FORD ECONOLINE CHASSIS AND EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR NATIONAL VAN BUILDERS AT 1-800-527-7477. -09/28/2004,04V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V492000),IC CORPORATION,IC CORP/SEAT PEDESTAL CRACKS,SEATS,04304,Vehicle,8165,"CERTAIN FE SCHOOL AND COMMERCIAL BUSES BUILT WITH CE WHITE DRIVER SEATS WITH A PEDESTAL STYLE MOUNT AND MANUFACTURED BETWEEN JANUARY 10, 1992 THROUGH FEBRUARY 24, 2004. THESE PEDESTALS CAN DEVELOP CRACKS RENDERING THE SEAT UNSTABLE.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT COULD SEPARATE FROM THE BASE, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","IC WILL NOTIFY ITS CUSTOMERS AND REPAIR THE SEAT BY REPLACING THE UPPER PORTION OF THE ASSEMBLY WITH A MORE ROBUST DESIGN. THE RECALL BEGAN JUNE 3, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC COMPLIANCE DEPARTMENT AT 1-800-843-5615." -09/28/2004,04V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V472000),"Navistar, Inc.",INTERNATIONAL/HAZARD SWITCH/TURN SIGNAL ASSEMBLY,EXTERIOR LIGHTING,04518,Vehicle,7068,"CERTAIN 2005 MY INTERNATIONAL 3300, 4000, AND CE SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN MAY 24 AND AUGUST 17, 2004. THE LEFT TURN SIGNAL LIGHT AND INDICATOR LIGHT ON THE INSTRUMENT PANEL MAY NOT ILLUMINATE DURING HAZARD OPERATION DUE TO AN INCORRECTLY MANUFACTURED SWITCH CONTACT THAT CAUSES INTERMITTENT CONTACT IN THE TURN SIGNAL STALK ASSEMBLY. THIS RESULTS IN INTERMITTENT LEFT TURN SIGNAL AND INDICATOR LIGHT OPERATION WHEN THE HAZARD SWITCH IS ACTIVATED.","INTERMITTENT LIGHT OPERATION REDUCES THE ABILITY TO WARN OTHER MOTORIST OF THE DRIVER'S INTENTIONS. THIS COULD CAUSE A VEHICLE CRASH WITHOUT WARNING THAT MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TURN SIGNAL STALK ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN NOVEMBER 10, 2004. IF PARTS DO NOT BECOME AVAILABLE WITHIN 60 DAYS OF THIS REPORT, AN INTERIM NOTICE WILL BE SENT TO DEALERS AND OWNERS INFORMING THEM THAT THIS RECALL EXISTS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT (WE DO NOT YET HAVE A TELEPHONE NUMBER FOR THIS RECALL.)" -09/28/2004,04T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T021000),"Michelin North America, Inc.",MICHELIN/PREMATURE TIRE FAILURE,TIRES,NR (Not Reported),Tire,46000,"CERTAIN AFTERMARKET MICHELIN BFGOODRICH, UNIROYAL, LIBERATOR, MEDALIST, PHANTOM, AND PROSPECTOR BRAND TIRES MANUFACTURED BETWEEN APRIL 11 AND APRIL 24, 2004. THE TIRES WILL MANIFEST A LACK OF ADHESION BETWEEN THE STEEL BELT CORDS AND THE SURROUNDING RUBBER MATRIX WHICH COULD LEAD TO A TREAD/BELT DETACHMENT.","THIS CONDITION COULD RESULT IN A LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. THE RECALL BEGAN OCTOBER 8, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BFGOODRICH TIRES AT 1-877-788-8899 OR UNIROYAL TIRE AT 1-877-458-5878." -09/27/2004,04V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V454000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BRAKE LIGHTS,EXTERIOR LIGHTING,40903,Vehicle,18,CERTAIN MOTORHOMES DO NOT HAVE BRAKE LIGHTS THAT ILLUMINATE CONSIDERABLY BRIGHTER THAN THE RUNNING OR TURN SIGNAL LAMPS IF ALL ARE ON AT THE SAME TIME.,THIS CONDITION MAY RESULT IN A CRASH IF THE FOLLOWING VEHICLE'S OPERATOR IS UNAWARE THAT YOU HAVE APPLIED YOUR BRAKES.,"DEALERS WILL INSPECT AND MODIFY THE WIRING HARNESS. THE RECALL BEGAN ON OCTOBER 1, 2004. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-509-3418." -09/27/2004,04V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V471000),"Winnebago Industries, Inc.",WINNEBAGO/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,91,Vehicle,240,"ON CERTAIN MOTOR HOMES BUILT ON A FREIGHTLINER CHASSIS WITH A 400-HP CUMMINS ENGINE, A SHEET METAL ""TAB"" ON A WIRE COVER LOCATED BEHIND THE ACCELERATOR PEDAL HAS THE POTENTIAL TO CATCH ON THE ACCELERATOR PEDAL.","IF THE ACCELERATOR PEDAL HANGS UP ON THE TAB OF THE WIRE COVER, A HAZARDOUS SITUATION COULD RESULT IN THE PEDAL NOT GOING BACK TO IDLE POSITION, INCREASING THE RISK OF PERSONAL INJURY, VEHICLE DAMAGE AND, A CRASH COULD OCCUR.","DEALERS WILL PROVIDE INSTRUCTIONS FOR OWNERS TO INSPECT AND IF NECESSARY HAVE THE WIRE COVER REPAIRED. IF OWNERS DO NOT FEEL COMFORTABLE PERFORMING THE INSPECTION, DEALERS WILL INSPECT AND REPAIR AS NECESSARY. THE RECALL BEGAN ON SEPTEMBER 17, 2004. OWNERS SHOULD CONTACT WINNEBAGO AT 641-585-6939." -09/24/2004,04V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V467000),Collins Bus Corporation,COLLINS BUS/SURE-LOK/WHEELCHAIR SECUREMENTS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,340,CERTAIN COLLINS SCHOOL BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.","SURE-LOK WILL NOTIFY AND PROVIDE A FREE REMEDY ON BEHALF OF COLLINS BUS. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SURE-LOK CUSTOMER SERVICE AT 866-787-3565." -09/24/2004,04V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V470000),"Gillig, LLC",GILLIG/FAIL ENGINE TURBOCHARGER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,323,"ON CERTAIN TRANSIT BUSES MANUFACTURED WITH DETROIT DIESEL SERIES 50 ENGINE, THE TURBOCHARGER COMPRESSOR WHEEL CAN BREAK, RESULTING IN SHAFT IMBALANCE AND LUBRICATING OIL PASSES INTO THE EXHAUST SYSTEM.","THIS CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN PERSONAL INJURIES.","DETROIT DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL AN EXHAUST TEMPERATURE SENSOR AND REPROGRAM THE EMC CALIBRATION. GILLIG ISSUED A RENOTIFICATION LETTER TO OWNERS ON FEBRUARY 27, 2007. OWNERS SHOULD CONTACT DETROIT DIESEL AT 313-592-3708 OR GILLIG AT 510-785-1500." -09/24/2004,04V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V468000),Mazda North American Operations,MAZDA/AIRBAG CRASH ZONE SENSOR,AIR BAGS,2304J,Vehicle,42000,"ON CERTAIN PASSENGER VEHICLES, A CRACK IN THE AIR BAG CRASH ZONE SENSOR HOUSING CAN ALLOW WATER TO ENTER THE SENSOR, CAUSING A SHORT CIRCUIT AND ILLUMINATING THE AIR BAG WARNING LIGHT.","IF THIS PROBLEM EXISTS, THE AIR WILL NOT DEPLOY AS DESIGNED IN CERTAIN TYPES OF FRONTAL CRASHES, INCREASING THE RISK OF DEATH OR SERIOUS INJURY TO THE DRIVER AND FRONT SEAT PASSENGER.","DEALERS WILL INSPECT THE CRASH ZONE SENSOR AND REPLACE IT, IF NECESSARY. THE RECALL BEGAN ON OCTOBER 28, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -09/22/2004,04V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V466000),"Erwin Hymer Group North America, Inc.",HOME & PARK/SPARE TIRE CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,1001,"ON CERTAIN MOTOR HOMES, THE SPARE TIRE CARRIER BRACKET CAN FATIGUE AND LEAD TO FRACTURE.","IF THE BRACKET BREAKS, CONTINUOUS VIBRATION MAY CAUSE THE CARRIER TO SLOWLY SLIDE OUT OF THE TRAILER HITCH CROSSTUBE AND FALL ON THE ROAD, WHICH COULD CAUSE A VEHICLE CRASH.","DEALERS WILL INSPECT AND REPLACE THE SPARE TIRE CARRIER BRACKET BY WELDING IT TO THE TRAILER HITCH CROSSTUBE, ELIMINATING ALL VIBRATION. THE RECALL BEGAN ON OCTOBER 15, 2004. OWNERS SHOULD CONTACT HOME AND PARK AT 1-888-762-3873." -09/22/2004,04E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E071000),"Strange Engineering, Inc.",STRANGE/BRAKE MASTER CYLINDER/BRAKE LOSS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,553,"CERTAIN STRANGE ENGINEERING BRAKE MASTER CYLINDERS P/N 63360, SOLD TO CUSTOMERS BETWEEN NOVEMBER 1, 2003, AND SEPTEMBER 4, 2004. THE ALLEN BOLT SECURING THE PROMARY PISTON ASSEMBLY WILL LOOSEN RESULTING IN BRAKE FLUID LOSS AND PARTIAL LOSS OF BRAKES.",PARTIAL BRAKE LOSS CAN RESULT IN A VEHICLE CRASH WITHOUT WARNING WHICH CAN CAUSE SERIOUS INJURY OR DEATH.,"STRANGE WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPAIR THE MASTER CYLINDER FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN SEPTEMBER 24, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT 847-663-1702." -09/21/2004,04V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V464000),COUNTRY COACH INC,COUNTRY COACH/CIRCUIT BREAKER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,380,"ON CERTAIN MOTOR HOMES, A CIRCUIT BREAKER IN THE CLEARANCE LIGHT CIRCUIT DOES NOT PROTECT THE CIRCUIT FROM A TOO HIGH AMPERAGE DRAW CAUSED BY A TOWED PASSENGER VEHICLE.",THE CIRCUIT BREAKER CAN OVERHEAT THE WIRE AND INSULATION TO A POINT WHICH COULD CAUSE A FIRE.,"DEALERS WILL REPLACE THE DEFECTIVE CIRCUIT BREAKERS. THE RECALL BEGAN ON NOVEMBER 8, 2004. CUSTOMERS CAN CONTACT COUNTRY COACH AT 1-541-998-3720." -09/21/2004,04V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V463000),COUNTRY COACH INC,COUNTRY COACH/LP GAS COOK TOP HOSE,EQUIPMENT,NR (Not Reported),Vehicle,349,"ON CERTAIN MOTOR HOMES, LIQUID PROPANE (LP) GAS COOK TOPS WERE INSTALLED USING A FLEXIBLE RUBBER HOSE THAT COULD BURN OR MELT.","IF UNDETECTED, THE HOSE COULD BURN THROUGH AND RESULT IN A LP GAS FIRE.","DEALERS WILL REPLACE THE COOK TOP RUBBER HOSE WITH COPPER TUBING. THE RECALL BEGAN ON NOVEMBER 8, 2004. CUSTOMERS CAN CONTACT COUNTRY COACH AT 1-541-998-3720." -09/21/2004,04V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V469000),IC CORPORATION,IC/SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,1220,"CERTAIN MY 2001-2005 AMTRAN/IC CORPORATION CE, FE, AND RE SCHOOL BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.","SURE-LOK WILL NOTIFY IC'S CUSTOMERS AND REPAIR THE BUSES ON IC'S BEHALF AT NO COST TO THE CUSTOMER. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SURE-LOK AT 1-908-231-1804." -09/20/2004,04V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V448000),"Hino Motors Sales U.S.A., Inc.",HINO/STEERING WHEEL DUST COVER,STEERING,A3740,Vehicle,3366,"ON CERTAIN TRUCKS, WHEN THE STEERING WHEEL IS BEING TURNED, THE DUST COVER MAY TWINE WITH THE STEERING SHAFT AND COULD RESULT IN THE STEERING WHEEL OPERATION BECOMING HEAVY.","LOSS OF STEERING CONTROL MAY OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REMOVE THE OLD DUST COVER AND INSTALL A NEWLY DESIGNED COVER. THE RECALL BEGAN OCTOBER 8, 2004. OWNERS SHOULD CONTACT HINO AT 1-845-365-1400." -09/20/2004,04V456000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V456000),"Mack Trucks, Inc.",MACK TRUCKS/STEERING GEAR MOUNTING BOLT,STEERING,SC0289,Vehicle,4959,"ON CERTAIN TRUCK CHASSIS, THE STEERING GEAR MOUNTING BOLTS WERE MADE OF INCONSISTENT BOLT MATERIAL, WHICH HAS LED TO BOLT FAILURES. THIS INCONSISTENT BOLT MATERIAL CONDITION COULD RESULT IN A FAILURE OF A STEERING GEAR MOUNTING BOLTS. THE STEERING GEAR IS MOUNTED TO THE VEHICLE'S FRAME WITH THREE BOLTS.","FAILURE OF TWO OF THE THREE BOLTS COULD RESULT IN THE LOSS OF STEERING, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND CRASH WITHOUT WARNING.",DEALERS WILL INSPECT VEHICLES. NEW STEERING GEAR MOUNTING BOLTS WILL BE INSTALLED. THE RECALL BEGAN OCTOBER 2004. OWNERS SHOULD CONTACT MACK AT 1-610-709-3337. -09/20/2004,04E073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E073000),"SMARTIRE SYSTEMS, INC.",SMARTIRE/TIRE PRESSURE SENSOR/TRANSMITTER,TIRES,NR (Not Reported),Equipment,576,"CERTAIN SMARTIRE AFTERMARKET MOTORCYCLE TIRE PRESSURE MONITORING SYSTEM KITS P/N 084.8002. THE PART NUMBER FOR THE SENSOR ITSELF IS 200.0100. THE SENSOR/TRANSMITTER MAY BREAK DURING MOTORCYCLE HIGH SPEED, ALLOWING THE SENSOR TO TUMBLE FREELY IN THE TIRE RIM CAVITY.","SAFE VEHICLE OPERATION MAY BE AFFECTED, WHICH MAY LEAD TO PERSONAL INJURY.",SMARTIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SENSOR FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER/OCTOBER 2004. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SMARTIRE CUSTOMER SERVICE AT 1-888-982-3001. -09/17/2004,04V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V458000),Glaval Bus,GLAVAL BUS/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,95,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO THE WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR GLAVAL BUS AT 1-800-445-2825. -09/17/2004,04V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V460000),"Jaguar Cars, Ltd.",JAGUAR/FUEL FILLER CAPS,"FUEL SYSTEM, GASOLINE",R955,Vehicle,1147,"ON CERTAIN PASSENGER VEHICLES, WHEN REPLACE THE FUEL FILLER CAP TO THE VEHICLE'S FUEL TANK FILLER NECK, IT IS POSSIBLE TO OVER-TIGHTEN THE CAP INDUCING A POOR SEAL. IN THE EVENT OF A VEHICLE ROLL-OVER, IT IS POSSIBLE FOR FUEL TO LEAK PAST THE FUEL FILLER CAP.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REMOVE THE FUEL CAP SEALS AND FIT BETTER QUALITY SEALS ONTO THE VEHICLE. THE RECALL BEGAN ON OCTOBER 1, 2004. CUSTOMERS MAY ALSO CONTACT JAGUAR AT 1-800-452-4827." -09/17/2004,04V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V459000),Newmar Corporation,NEWMAR/VIN TAG,EQUIPMENT,NR (Not Reported),Vehicle,108,"ON CERTAIN FIFTH WHEEL RECREATIONAL VEHICLES, DURING THE MODEL YEAR CHANGE, TWO POSITIONS IN THE VEHICLE IDENTIFICATION NUMBER (VIN) WERE NOT CORRECTLY CHANGED TO INDICATE A NEW MODEL YEAR. THEREFORE, THE VIN TAG ILLUSTRATES AN INCORRECT VIN NUMBER.",,"DEALERS WILL REPRINT AND INSTALL NEW FEDERAL VIN TAGS. THE RECALL BEGAN OCTOBER 22, 2004. OWNERS SHOULD CONTACT NEWMAR CORPORATION AT 1-574-773-7791." -09/17/2004,04E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E072000),"Terex South Dakota, Inc.",TEREX/AERIAL DEVICES,EQUIPMENT,NR (Not Reported),Equipment,47,CERTAIN TEREX AERIAL DEVICES P/N HR37 AND HR40 INSTALLED ON TRUCKS TO TRANSPORT THE AERIAL DEVICE TO THE WORK SITE. THESE UNITS HAVE A LEVELING SPROCKET WELDMENT AT THE ELBOW END THAT MAY CONTAIN DEFECTIVE WELDS.,FAILURE OF THE WELD MAY CAUSE THE PLATFORM TO UPSET DURING USE AND CAUSE THE OCCUPANT TO BE EJECTED. THIS CAN CAUSE DEATH OR SERIOUS INJURY.,THE RECALL BEGAN DURING SEPTEMBER 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TEREX UTILITIES SERVICE DEPARTMENT AT 1-605-882-4000. -09/17/2004,04V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V455000),Toyota Motor Engineering & Manufacturing,TOYOTA/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",40K,Vehicle,109056,"CERTAIN PASSENGER VEHICLES HAVE THE POSSIBILITY THAT THE RECESS RETAINS A RUBBER SEAL RING, WHICH IS LOCATED AT THE END OF THE CYLINDER BODY, AND MAY BE CORRODED DUE TO AN IMPROPER WASHING PROCESS.","IN THIS CONDITION, BRAKE FLUID MAY LEAK FROM THE SEAL, OR A SMALL AMOUNT OF AIR MAY ENTER THE MASTER CYLINDER, WHICH COULD LEAD TO AN INCREASE OF VEHICLE STOPPING DISTANCE.","DEALERS WILL INSPECT THE BRAKE MASTER CYLINDER AND, IF NECESSARY, REPLACE THE BRAKE MASTER CYLINDER AND BOOSTER. THE RECALL BEGAN ON NOVEMBER 29, 2004. OWNERS SHOULD CONTACT TOYOTA AT 1-888-270-9371." -09/17/2004,04V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V457000),Volvo Trucks North America,VOLVO TRUCKS/WINDSHIELD WIPER,VISIBILITY,RVXX0406,Vehicle,56154,"ON CERTAIN TRUCKS EQUIPPED WITH VALEO WIPER SYSTEMS, THE WIPER MOTOR MAY BE SUSCEPTIVE TO SALT INTRUSION THAT COULD POSSIBLY LEAD TO A CONDITION WHERE THE CONNECTOR OVERHEATS TO A POINT WHERE THE CONNECTOR COULD IGNITE.","IF THIS OCCURS, EXCESSIVE HEAT AND SMOKE COULD RESULT IN AN UNDER HOOD FIRE.","DEALERS WILL INSPECT AND REPLACE THE CONNECTOR PLATE ON THE WINDSHIELD WIPER MOTOR. PHASE 2 OF THE RECALL BEGAN ON NOVEMBER 1, 2004. OWNERS SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -09/16/2004,04E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E070000),"Meritor, Inc.",ARVINMERITOR/INTERNATIONAL/TIE ROD ARMS/STEERING,STEERING,NR (Not Reported),Equipment,80,"CERTAIN AVRINMERITOR AXLES, P/NOS. MFS-14-143A-NN58 AND MFS-14-143A-NN60 MANUFACTURED BETWEEN NOVEMBER 2002 AND MAY 2003 AND SOLD FOR USE ON INTERNATIONAL VEHICLES. THE TIE ROD ARMS INSTALLED HAD NOT BEEN INDUCTION HARDENED AND, THEREFORE, MAY FATIGUE.","SHOULD A FATIGUE FAILURE OCCUR OF THE TIE ROD ARM, THE VEHICLE OPERATOR CAN LOSE VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR IS WORKING WITH INTERNATIONAL TO IDENTIFY THE OWNERS OF THE AFFECTED VEHICLES AND WILL NOTIFY AND REPAIR THE VEHICLES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING OCTOBER 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-8793. -09/16/2004,04V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V461000),"Tracker Marine, LLC",TRACKER/GVWR,STRUCTURE,TM0016,Vehicle,50,"ON CERTAIN BOAT TRAILERS, THE VEHICLE'S GROSS VEHICLE WEIGHT RATING (GVWR) OF 2990 LBS. IS INADEQUATE.","THIS CONDITION WILL CAUSE UNUSUAL WEAR TO THE TIRE AND COULD CAUSE A SUDDEN LOSS OF TIRE PRESSURE WHILE IN OPERATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INCREASE THE GVWR OF THE EXISTING TRAILERS. THE RECALL BEGAN SEPTEMBER 14, 2004. CUSTOMERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4528." -09/16/2004,04V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V462000),"Tracker Marine, LLC",TRACKER/GVWR,STRUCTURE,TM0017,Vehicle,8,"ON CERTAIN BOAT TRAILERS, THE TRAILER/BOAT COMBINATION MAY EXCEED THE GROSS VEHICLE WEIGHT RATING (GVWR).","THIS CONDITION WILL CAUSE UNUSUAL WEAR TO THE TIRES AND COULD CAUSE A SUDDEN LOSS OF TIRE PRESSURE WHILE IN OPERATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INCREASE THE GVWR OF EXISTING TRAILERS, BY REPLACING A NEW AXLE ON THE TRAILERS. THE RECALL BEGAN SEPTEMBER 23, 2004. OWNERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4528." -09/15/2004,04V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V452000),U.S. BUS CORPORATION,AIR CONDITIONER MOUNTING BRACKET WELDS/CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,48,CERTAIN MY 2004 SBFX-A AND SD U.S. BUS SCHOOL BUSES BUILT ON FORD E-350 AND E-450 CHASSIS. THE VACUUM PUMP MAY BECOME DISENGAGED FROM THE ENGINE'S DRIVE MECHANISM CAUSING LOSS OF THE VEHICLE'S PRIMARY BRAKING SYSTEM.,"LOSS OF BRAKING CAPABILITY CAN RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","US BUS WILL NOTIFY ITS CUSTOMER AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT US BUS AT 845-357-2510." -09/15/2004,04V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V453000),FREIGHTLINER LLC,FREIGHTLINER/NEXGEN/LNG FUEL TANK,"FUEL SYSTEM, OTHER",FL-432,Vehicle,67,"ON CERTAIN TRUCKS EQUIPPED WITH LIQUID NATURAL GAS (LNG) STYLE TANKS, NEITHER THE PRIMARY NOR THE SECONDARY RELIEF VALVES HAVE OPENED TO RELIEVE TANK PRESSURE UNDER CERTAIN CONDITIONS. SPECIFICALLY, THE INTRODUCTION OF WATER INTO THE DISCHARGE SIDE OF BOTH OF THESE VALVES SIMULTANEOUSLY AND SUBSEQUENT FREEZING IN SERVICE CAN RENDER THE VALVES TEMPORARILY INOPERATIVE.","THIS CONDITION CREATES THE RISK OF TANK OVER-PRESSURIZATION AND A POTENTIAL TANK RUPTURE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","DEALERS WILL RETROFIT THE LNG TANKS ON THE VEHICLES WITH A NEW PRIMARY RELIEF VALVE PIPE AWAY TUBE AND A NEW VENTILATED SHROUD COVER; ENSURE THE RELIEF VALVES ARE MOISTURE FREE AND ENSURE THAT THE RED COVER IS PRESENTLY IN PLACE ON THE SECONDARY RELIEF VALVE. THE RECALL BEGAN OCTOBER 14, 2004. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -09/15/2004,04V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V440000),Wilson Trailer Company,WILSON TRAILER/ORANGE NUT KEEPER,WHEELS,04100,Vehicle,448,"ON CERTAIN TRAILERS, THE WHEEL ASSEMBLY HUB SPINDLE NUT ON EACH AXLE MAY HAVE BEEN INSTALLED WITHOUT A ""KEEPER."" THE PURPOSE OF THE KEEPER IS TO LOCK THE SPINDLE NUT IN PLACE AND, THEREBY, SECURE THE WHEEL TO THE AXLE.",FAILURE TO INSTALL THE KEEPER CAN CAUSE THE WHEEL ON THE AFFECTED AXLE TO COME OFF AND CAUSE PERSONAL INJURY TO OTHER PERSONS OUTSIDE THE VEHICLE AND PROPERTY DAMAGE.,"DEALERS WILL INSPECT AND DETERMINE IF EACH WHEEL ASSEMBLY LACKS A KEEPER. IF THE KEEPER IS NOT PRESENT, IT WILL BE INSTALLED. THE RECALL BEGAN ON SEPTEMBER 9, 2004. OWNERS SHOULD CONTACT WILSON TRAILER COMPANY AT 1-800-798-2002." -09/14/2004,04E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E066000),Eaton Corporation,EATON HYDRAULICS/NABI/LOSS OF POWER STEERING ASSIS,STEERING,NR (Not Reported),Equipment,300,"CETAIN EATON HYDRAULICS MOTOR MANIFOLD ASSEMBLIES MODEL MCD 7810, REV G, P/N 02-198616, PART OF MOTOR MANIFOLD ASSEMBLY 100AT00002A PRODUCED BETWEEN DECEMBER 2002 AND MARCH 2004 AND SOLD FOR USE ON NORTH AMERICAN BUS INDUSTRIES (NABI) TRANSIT BUSES MODEL 40LFW. THE LACK OF AN ORIFICE IN THE PROPORTIONAL VALVE MANIFOLD ASSEMBLY LEADS TO PRESSURE OSCILLATIONS WHICH MAY ULTIMATELY LEAD TO A DEGRADATION OF POWER-ASSISTED STEERING.","LOSS OF POWER ASSIST COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",NABI IS DOING THE REPAIRS FOR THIS CAMPAIGN. NABI WILL INSTALL AN ORIFICE FREE OF CHARGE. SEE RECALL 04V-474. -09/13/2004,04V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V444000),Ford Motor Company,FORD/ABS BRAKE SYSTEM,ELECTRICAL SYSTEM,04S22,Vehicle,214849,"ON CERTAIN VANS, A DIODE IN THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULE MAY EXPERIENCE AN ELECTRICAL SHORT.","THE ELECTRICAL SHORT MAY CAUSE AN ABS MALFUNCTION THAT WOULD ILLUMINATE THE ABS WARNING LIGHT, OR THE MODULE MAY OVERHEAT RESULTING IN A BURNING ODOR, SMOKE, AND/OR FIRE. THIS CONDITION MAY OCCUR WHILE THE VEHICLE IS BEING DRIVEN OR UNATTENDED.","DEALERS WILL INSTALL A NEW FUSE IN THE ABS CIRCUIT AND INSTALL A HEAT SHIELD OVER THE ABS MODULE. THE RECALL BEGAN ON OCTOBER 15, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673. ALSO FORD IS EXTENDING THE LIMITED WARRANTY (FOR A ONE TIME REPLACEMENT) OF THE ABS MODULE FOR A TOTAL OF 10 YEARS OR 150,000 MILES FROM THE WARRANTY START DATE, WHICHEVER OCCURS FIRST. IF YOUR VEHICLE HAS ALREADY ACCUMULATED MORE THAN 150,000 MILES, THIS COVERAGE WILL LAST UNTIL SEPTEMBER 30, 2005." -09/13/2004,04V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V445000),Ford Motor Company,FORD/AIR FILTER,ENGINE AND ENGINE COOLING,04S23,Vehicle,253076,"ON CERTAIN VANS, THE AIR FILTER ELEMENT MATERIAL PROCESS RESULTED IN AN AIR FILTER PAPER ELEMENT THAT CAN SMOLDER OR BURN. THIS CHANGE IN FILTER PAPER COMPOSITION COMBINED WITH THE CONFIGURATION OF THE AIR INDUCTION SYSTEM, MAY ALLOW HOT CARBON PARTICLES TO CONTACT THE AIR FILTER ELEMENT DURING CERTAIN DRIVING CONDITIONS THAT CREATE HOT PARTICLES.",THESE HOT PARTICLES MAY IGNITE THE AIR FILTER ELEMENT WITH THE POTENTIAL FOR AIR INDUCTION SYSTEM DAMAGE OR UNDERHOOD FIRE.,"DEALERS WILL INSPECT AND REPLACE THE AIR FILTER ELEMENT. THE RECALL BEGAN SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673. ALSO FORD IS EXTENDING THE LIMITED WARRANTY (FOR A ONE TIME REPLACEMENT) OF THE ABS MODULE FOR A TOTAL OF 10 YEARS OR 150,000 MILES FROM THE WARRANTY START DATE, WHICHEVER OCCURS FIRST. IF YOUR VEHICLE HAS ALREADY ACCUMULATED MORE THAN 150,000 MILES, THIS COVERAGE WILL LAST UNTIL SEPTEMBER 30, 2005." -09/13/2004,04V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V443000),Ford Motor Company,FORD/FUEL TANK,"FUEL SYSTEM, GASOLINE",04S21,Vehicle,1689,"ON CERTAIN TRUCKS EQUIPPED WITH 4.2L, 4.6L AND 5.4L GASOLINE ENGINES, THE FUEL TANK MAY HAVE A DEPRESSION AT THE SEAM BETWEEN THE TOP AND BOTTOM HALVES OF THE TANK. IF A DEPRESSION IS LARGE ENOUGH, FUEL MAY PERMEATE THE FUEL TANK WALL RESULTING IN A FUEL ODOR, ILLUMINATION, OF THE ""SERVICE ENGINE SOON"" INDICATOR LIGHT, OR A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK. THE RECALL BEGAN SEPTEMBER 17, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -09/13/2004,04V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V446000),Ford Motor Company,"FORD/HUBS, ROTORS, WHEEL BEARINGS",WHEELS,04S24,Vehicle,34013,CERTAIN MINIVANS MAY HAVE BEEN PRODUCED WITH FRONT WHEEL HUB ASSEMBLIES THAT WERE NOT HEAT TREATED CORRECTLY. THIS CONDITION MAY LEAD TO THE DEVELOPMENT OF SMALL CRACKS IN THE HUB.,"IF THE CRACKS WERE TO PROGRESS, THIS COULD EVENTUALLY RESULT IN WHEEL SEPARATION. WHEEL SEPARATION MAY LEAD TO LOSS OF VEHICLE CONTROL, AND POTENTIALLY RESULT IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE FRONT HUB, ROTORS, AND WHEEL BEARINGS. THE RECALL BEGAN SEPTEMBER 20, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -09/13/2004,04V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V442000),Ford Motor Company,FORD/REAR LIFTGATE GLASS,STRUCTURE,04S20,Vehicle,955732,"ON CERTAIN SPORT UTILITY VEHICLES, THE LIFTGATE GLASS STRUT MAY BECOME DISENGAGED OR THE HINGE MAY FRACTURE ALLOWING THE GLASS TO FALL AND POSSIBLY BREAK.","IF THE HINGE SHOULD FRACTURE, THERE IS A POTENTIAL FOR THE GLASS TO FALL AND ULTIMATELY BREAK AND PERSONAL INJURIES COULD OCCUR.","DEALERS WILL HAVE THE LIFTGATE GLASS STRUT BRACKETS AND GLASS HINGES REPLACED. FOR THE VEHICLES BUILT FROM AUGUST 1, 2000 THROUGH MARCH 3, 2002, THE DEALERS WILL REPLACE THE HINGES AND LIFTGATE STRUT BRACKET. ON VEHICLES BUILT FROM MARCH 3, 2002 THROUGH JUNE 23, 2003, THE DEALERS WILL ONLY REPLACE THE HINGES. THE RECALL BEGAN ON SEPTEMBER 30, 2004. A POSTCARD WAS SENT TO OWNERS ON DECEMBER 27, 2004, ADVISING THEM THAT PARTS ARE NOW AVAILABLE. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -09/13/2004,04V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V439000),"Hino Motors Sales U.S.A., Inc.",HINO/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,A3720,Vehicle,3366,"ON CERTAIN CAB AND CHASSIS TRUCKS, WHEN EXCESSIVE FORCE IS APPLIED TO THE ACCELERATOR PEDAL, BEYOND THAT REQUIRED TO ACHIEVE FULL ACCELERATION, THE PEDAL MAY BECOME WEDGED BETWEEN THE FLOOR PANEL AND THE CARPET.","WHEN THIS OCCURS, THE ACCELERATOR PEDAL WILL BECOME WEDGED IN THE FULL THROTTLE POSITION WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE ACCELERATOR PEDAL HEIGHT TO DETERMINE IF IT IS WITHIN SPECIFICATIONS. IF EITHER THE PEDAL HEIGHT OR THE ACCELERATOR ROD IS NOT WITHIN SPECIFICATIONS, REPLACE THE ACCELERATOR ASSEMBLY. IN ADDITION, A NEW BRACKET CONTAINING AN ACCELERATOR PEDAL STOPPER WILL BE INSTALLED. THE RECALL BEGAN ON SEPTEMBER 8, 2004. OWNERS SHOULD CONTACT HINO CUSTOMER SERVICE AT 1-845-365-1400." -09/13/2004,04V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V441000),MONACO COACH CORPORATION,MONACO/CUMMINGS/ENGINE BLOCK BOSS HOLE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1189,"ON CERTAIN MOTORHOMES EQUIPPED WITH CUMMINS ENGINES, OIL CAN LEAK INTO THE ENGINE COMPARTMENT FROM A CRACK IN THE CUP PLUG.","OIL LEAKAGE ON A HOT ENGINE CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN INJURIES.",CUMMINS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. CUMMINS WILL INSTALL A STEEL CUP PLUG BOSS CAP TO ALL AFFECTED ENGINES. OWNERS SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR MONACO AT 1-800-685-6545. -09/13/2004,04V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V447000),ORION BUS INDUSTRIES LTD.,ORION/BATTERY STORAGE TRAY,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,452,"ON CERTAIN BUSES, THE BATTERY STORAGE SLIDING TRAY LOCKING TOGGLE WAS NOT TIGHTENED SUFFICIENTLY. THE BATTERY DOOR CAN OPEN ALLOWING THE BATTERY TRAY TO SLIDE OUT FROM THE STORED POSITION.","THIS COULD CAUSE AN OBSTACLE, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSPECT AND ADD A LOCKING PIN TO KEEP THE BATTERY TRAY FROM SLIDING. ORION HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. CUSTOMERS MAY ALSO CONTACT ORION AT 1-905-403-7832. -09/13/2004,04V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V449000),PACCAR Incorporated,PACCAR/KENWORTH/JOINT FASTENERS,POWER TRAIN,04KW6,Vehicle,203,"ON CERTAIN TRUCKS BUILT WITH THE OPTIONAL DANA SPL DRIVELINE, THE U-JOINT FASTENERS AT THE OUTPUT YOKE OF THE TRANSMISSION WERE NOT PROPERLY TIGHTENED.","IF THE U-JOINTS WERE TO BECOME LOOSE, A PORTION OF THE DRIVELINE COULD BECOME DETACHED FROM THE VEHICLE AND FALL OUT FROM UNDER THE VEHICLE, WHICH COULD CAUSE A CRASH.","DEALERS WILL VERIFY THE TORQUE OF THE U-JOINT FASTENERS. PARTS SHOWING EXCESSIVE WEAR WILL BE REPLACED. THE RECALL BEGAN ON NOVEMBER 12, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -09/13/2004,04V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V451000),"Volvo Car USA, LLC",VOLVO/BOSCH/COOLING FANS,ENGINE AND ENGINE COOLING,141,Vehicle,149799,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, UNDER CERTAIN OPERATING CONDITIONS, SOME ELECTRIC COOLING FANS MAY OVERHEAT POTENTIALLY CAUSING HEAT DAMAGE AND, IN RARE INSTANCES, A FIRE IN THE ENGINE COMPARTMENT.",A FIRE IN THE ENGINE COMPARTMENT COULD OCCUR.,"DEALERS WILL REPLACE THE COOLING FAN. THE RECALL BEGAN ON NOVEMBER 29, 2004. CUSTOMERS SHOULD CONTACT VOLVO CARS AT 1-800-458-1552." -09/09/2004,04V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V438000),"BMW of North America, LLC",BMW/FUEL PUMP RELAY/ANTI-THEFT CONTROL UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,380,"ON CERTAIN MOTORCYCLES, AT LOWER TEMPERATURES, WIRING WITHIN THE ANTI-THEFT CONTROL UNIT MAY PRESS AGAINST THE FUEL PUMP RELAY. THE FUEL PUMP RELAY CONTACTS COULD OPEN, INTERRUPTING THE FUEL SUPPLY TO THE ENGINE, RESULTING IN STALLING.","IF STALLING WERE TO OCCUR, THE DRIVER WOULD BE UNABLE TO MAINTAIN SPEED OR ACCELERATE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE ANTI-THEFT CONTROL UNIT. THE RECALL BEGAN OCTOBER 4, 2004. CUSTOMERS SHOULD CONTACT BMW AT 1-800-831-1117." -09/09/2004,04V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V437000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/CAB HOOK INDICATOR LAMP,INTERIOR LIGHTING,S3026120,Vehicle,16101,"ON CERTAIN TRUCKS, THE REBOUND CUSHION MAY STICK TO THE HOOK HINGE BRACKET, DUE TO IMPROPER RUBBER COMPOSITION OF THE CUSHION. THIS CONDITION COULD RESULT IN THE HOOK PIN BRACKET REMAINING IN THE UP (CAB CLOSED) POSITION WHEN THE CAB LATCH IS UNLOCKED. WITH THE HOOK PIN BRACKET IN THE UP POSITION, THE CAB TILT LOCK SWITCH REMAINS CLOSED, IMPROPERLY INDICATING THAT THE CAB LATCH IS LOCKED.","IF THE CAB LATCH IS UNLOCKED FOR ANY REASON, THE INSTRUMENT PANEL CAB LOCK INDICATOR WILL NOT NOTIFY THE DRIVER THAT THE CAB TILT LOCK MECHANISM IS IN THE UNLOCKED POSITION. A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE REBOUND CUSHION WITH A MODIFIED COMPONENT AND ADJUST THE CABLE TILT LOCK SWITCH AND BOTTOM BRACKET AT THE REAR CAB MOUNT. THE RECALL BEGAN ON OCTOBER 28, 2004. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -09/09/2004,04E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E069000),RODIA HELMET MANUFACTURE,RODIA/MOTORCYCLE HELMETS/FMVSS 218/LINER DENSITY,EQUIPMENT,NR (Not Reported),Equipment,2485,"CERTAIN RODIA MOTORCYCLE HELMETS MODEL NO. RF2. THESE HELMETS DO NOT COMPLY WITH THE HEAD PROTECTION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATELY PROTECTED, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","RODIA WILL NOTIFY ITS CUSTOMERS AND REPAIR THE HELMET FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 3, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RODIA AT 888-737-7488." -09/09/2004,04V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V435000),Shyft Group,SPARTAN/SUSPENDED/ADJUSTABLE PEDAL,POWER TRAIN,SPEC 04017,Vehicle,171,"ON CERTAIN MOTORHOMES EQUIPPED WITH CATERPILLAR ENGINES, THE ADJUSTABLE PEDAL RETURN SPRINGS MAY RETURN THE PEDAL SHAFT TO THE HOME POSITION WHILE NOT FULLY RETURNING THE POTENTIOMETER KEY TO ITS HOME POSITION.","IN A NEUTRAL OR NO LOAD SITUATION: THE ENGINE WILL CONTINUE TO INCREASE IDLE SPEED UNTIL IT REACES FULL GOVERNED RPM. THE TRANSMISSION WILL NOT ALLOW SHIFT FROM NEUTRAL TO ANY GEAR OVER 900 ENGINE RPM. IN GEAR OR UNDER LOAD: THE ENGINE MAY NOT RETURN TO 725 RPM (NORMAL IDLE) WHICH WILL REQUIRE ADDITIONAL EFFORT BY THE SERVICE BRAKES TO OVERCOME THE ADDITIONAL ENGINE RPM DURING BRAKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE THROTTLE PEDAL. THE RECALL BEGAN ON AUGUST 17, 2004, BY PHONE CALLS. OWNERS SHOULD CONTACT SPARTAN AT 517-543-6400." -09/08/2004,04V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V436000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/CAB HOOK BENDING,STRUCTURE,R3120420,Vehicle,2609,"ON CERTAIN TRUCKS, THE CLEARANCE BETWEEN THE CAB MAIN HOOK AND THE SURROUNDING COMPONENTS MAY BE INSUFFICIENT. REPEATED NORMAL CAB TILTING OPERATION COULD CAUSE THE CAB TILT SYSTEM COMPONENTS TO BECOME DAMAGED IN THE AREA OF THE CAB MAIN HOOK.","IF DAMAGE OCCURS, THE CAB MAIN HOOK COULD LATCH IMPROPERLY, AND IN THE WORST CASE, THE CAB COULD TILT FORWARD DURING NORMAL VEHICLE OPERATION. A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REPLACE THE CAB HOOK, LOCK LEVER AND CONTROL LEVER BRACKET WITH MODIFIED COMPONENTS. THE RECALL BEGAN ON OCTOBER 28, 2004. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -09/08/2004,04E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E067000),"Reading Truck Body, LLC",READING/TAILGATE CABLE BREAKS,EQUIPMENT,NR (Not Reported),Equipment,19100,"CERTAIN GALVANIZED TAILGATE CABLES FOR USE ON HEAVY TRUCKS P/N 14600301 AND 14600341. WATER GETS TRAPPED IN THE COVERING AROUND THE STEEL CABLE, EVENTUALLY CORRODING IT. DURING USE, THE CABLE(S) CAN BREAK, ALLOWING THE TAILGATE TO DROP DOWN.","SHOULD THE TAILGATE DROP DOWN, IT COULD CAUSE INJURIES TO THE USER.","READING WILL NOTIFY ITS CUSTOMER AND REPLACE THE TAILGATE CABLES WITH STAINLESS STEEL CABLES. THE RECALL BEGAN ON DECEMBER 13, 2004. 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT READING AT 610-775-3301." -09/08/2004,04E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E068000),RODIA HELMET MANUFACTURE,RODIA/FMVSS 218/CHIN STRAP STITCHING,EQUIPMENT,NR (Not Reported),Equipment,29899,"CERTAIN RODIA MOTORCYCLE HELMETS MANUFACTURED BETWEEN AUGUST 12, 2003, AND AUGUST 10, 2004, MODEL NOS. RHD 200, RHD 200V, RHD 300, AND RHD 500. THE CHIN STRAPS DO NOT HAVE ADEQUATE STITCHING. THESE HELMETS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, MOTORCYCLE HELMETS.","IN THE EVENT OF A CRASH, THE STRAP CAN RIP LEAVING THE WEARER UNPROTECTED, POSSIBLY RESULTING IN SERIOUS INJURIES OR DEATH.","RODIA WILL NOTIFY ITS CUSTOMERS AND REPAIR THE HELMETS FREE OF CHARGE. THE RECALL BEGAN AUGUST 15, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RODIA AT 888-737-7488." -09/08/2004,04V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V434000),Toyota Motor Engineering & Manufacturing,TOYOTA/FMVSS 108/DRL,EXTERIOR LIGHTING,SSC 5LB,Vehicle,75395,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE DAYTIME RUNNING LIGHTS DO NOT MEET LUMINOUS INTENSITY STANDARD.","THIS CONDITION COULD BLIND THE DRIVER OF A VEHICLE DRIVING IN THE OPPOSITE DIRECTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A RESISTOR, WHICH WILL DECREASE THE LUMINOUS INTENSITY OF THE DRL. OWNER NOTIFICATION BEGAN JUNE JUNE 10, 2005. OWNERS SHOULD CONTACT LEXUS AT 1-800-255-3987." -09/07/2004,04V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V433000),GIRARDIN MINIBUS INC.,GIRARDIN/SURE-LOK/WHEELCHAIR SECURE SYSTEMS,EQUIPMENT ADAPTIVE/MOBILITY,04-007-SL,Vehicle,35,"CERTAIN MBII AND MBIV SCHOOL AND COMMERCIAL BUSES BUILT ON FORD E-350 & E-450, GM 3500 CHASSIS, MANUFACTURED BETWEEN JUNE 1, 1999, AND DECEMBER 31, 2003, AND EQUIPPED WITH SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.","SURE-LOK WILL NOTIFY GIRARDIN'S CUSTOMERS AND REPLACE THE DEFECTIVE PART FREE OF CHARGE. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SURE-LOK AT 1-908-231-1804." -09/07/2004,04V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V432000),Prevost Car (US) Inc.,PREVOST/SUSPENSION ROD SUPPORT PINS,SUSPENSION,SR04-13,Vehicle,121,"ON CERTAIN MOTOR COACHES AND MOTOR HOMES, CRACKS WERE FOUND IN THE MATERIAL USED TO MAKE SUSPENSION RADIUS ROD PINS.","BROKEN ROD PINS CAN CAUSE A LOSS OF CONTROL OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT ALL PARTS AND, IF NECESSARY, REPLACE THE ROD PINS. THE RECALL IS EXPECTED TO BEGIN DURING SEPTEMBER 2004. CUSTOMERS MAY ALSO CONTACT PREVOST AT 1-418-831-5432." -09/03/2004,04V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V430000),Diamond Coach Corporation,DIAMOND COACH/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,292,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO THE WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR DIAMOND COACH AT 1-800-442-4645. -09/03/2004,04V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V429000),Honda (American Honda Motor Co.),HONDA/TRUNK WIRE HARNESS,EXTERIOR LIGHTING,P45,Vehicle,40060,"ON CERTAIN PASSENGER CARS, THE WIRE HARNESS LOCATED IN THE TRUNK HINGE AREA IS NOT ADEQUATELY PROTECTED AND OVER TIME COULD BE DAMAGED WHEN THE TRUNK IS OPENED AND CLOSED.","A DAMAGED HARNESS CAN CAUSE A BLOWN FUSE, A SHORT CIRCUIT AND IT CAN RESULT IN A LOSS OF LICENSE PLATE LIGHTS, BACK-UP LIGHTS AND TAIL LIGHT FUNCTION. LOSS OF A TAIL LIGHT COULD REDUCE VISIBILITY AND INCREASE THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE HARNESS AND IF ANY DAMAGE IS FOUND, THE HARNESS WILL BE REPLACED. IF NO DAMAGE IS FOUND, DEALERS WILL INSTALL CORRUGATED PLASTIC TUBING OVER THE HARNESS TO PREVENT FUTURE DAMAGE. THE RECALL BEGAN ON SEPTEMBER 15, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -09/03/2004,04V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V431000),OPTIMA BUS CORP,OPTIMA/SURE-LOK/WHEELCHAIR SECUREMENT,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Vehicle,10,"ON CERTAIN BUSES EQUIPPED WITH SURE-LOK WHEELCHAIR SECUREMENT SYSTEMS, THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY IS OUT OF ALIGNMENT.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO A WHEELCHAIR OCCUPANT.",DEALERS WILL INSPECT AND REPLACE THE WHEELCHAIR SECUREMENT RETRACTORS AS NECESSARY. SURE-LOK IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT SURE-LOCK AT 1-908-231-1804 OR OPTIMA AT 1-888-391-1777. -09/02/2004,04T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T020000),Goodyear Tire & Rubber Company,GOODYEAR/FMVSS 109/INCORRECT SIDEWALL MARKINGS,TIRES,NR (Not Reported),Tire,61,"CERTAIN GOODYEAR EAGLE GPH TIRES, SIZE P195/60R15, PRODUCED ON MAY 23, 2004. THESE TIRES DO NOT HAVE THE CORRECT SIDEWALL MARKING WHICH DOES NOT COMFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109.",,"GOODYEAR WILL REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE. THE RECALL BEGAN AUGUST 20, 2004. OWNERS DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GOODYEAR CUSTOMER SERVICE AT 330-796-7977." -09/01/2004,04V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V428000),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/FMVSS 208/AIR BAG LABEL,EQUIPMENT,NR (Not Reported),Vehicle,100432,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE BILINGUAL ENGLISH/SPANISH REMOVABLE AIR BAG WARNING LABELS AFFIXED TO THE DASH AND TO THE SUNVISOR DO NOT MEET THE SIZE REQUIREMENTS OF THE STANDARD.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"MITSUBISHI CARIBBEAN WILL MAIL A CUSTOMER NOTIFICATION LETTER CONTAINING A WRITTEN DESCRIPTION AND A GRAPHIC OF THE BI-LINGUAL DASHBOARD AIR BAG WARNING LABEL. IN ADDITION, ALL CURRENT 2000-2004 NATIVA OWNERS WILL ALSO RECEIVE REPLACEMENT AIR BAG ALERT LABELS FOR THE SUN VISORS. THIS RECALL IS EXPECTED TO BEGIN DURING MARCH OR APRIL 2005. THE NOTIFICATION TO THE NATIVA OWNERS IS EXPECTED TO BEGIN DURING APRIL OR MAY 2005. OWNERS SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-787-251-8715." -08/30/2004,04V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V426000),Blue Bird Body Company,BLUE BIRD/SURE-LOC/WHEELCHAIR SECUREMENT SYSTEM,EQUIPMENT ADAPTIVE/MOBILITY,R04JB,Vehicle,372,"CERTAIN BLUE BIRD 1999-2005 ALL AMERICAN, TC/2000, MICRO BIRD, VISION, CONVENTIONAL, AND COMMERCIAL SERIES SCHOOL BUSES EQUIPPED WITH SURE-LOC WHEELCHAIR SECUREMENT SYSTEMS AND MANUFACTURED BETWEEN FEBRUARY 17, 1999, AND AUGUST 13, 2004. CERTAIN SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.","IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECTIVE PART FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 21, 2004. OWNERS WHO TAKE THEIR BUSES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AT BLUE BIRD AT 478-822-2242." -08/30/2004,04V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V421000),Ford Motor Company,FORD/FUEL DELIVERY MODULE,"FUEL SYSTEM, GASOLINE",04N02,Vehicle,88600,"ON CERTAIN PASSENGER VEHICLES, CONTAMINATION OF THE FILTER IN THE FUEL DELIVERY MODULE (FDM) CAN REDUCE, AND EVENTUALLY BLOCK, THE FLOW OF FUEL TO THE ENGINE.","THIS MAY CAUSE ENGINE HESITATION, LOSS OF POWER, SURGING, AND OTHER SIMILAR SYMPTOMS. OVER TIME, THE FILTER MAY BECOME SUFFICIENTLY BLOCKED TO CAUSE THE ENGINE TO STALL, WHICH COULD RESULT IN A CRASH.","THIS ACTION IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN AND IS NOT BEING CONDUCTED UNDER THE SAFETY ACT. ALL OWNERS WILL BE NOTIFIED OF THE PROBLEM, AND DEALERS WILL REPLACE THE FDM WITH A NEW DESIGN AT NO CHARGE IF THE OWNER REPORTS THAT THE VEHICLE EXHIBITS ANY OF THE IDENTIFIED SYMPTOMS. THE FREE REPLACEMENT WILL BE AVAILABLE FOR A PERIOD OF 10 YEARS FOLLOWING THE ORIGINAL PURCHASE OF THE VEHICLE, WITH NO MILEAGE LIMIT. THE CAMPAIGN BEGAN ON APRIL 16, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/30/2004,04E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E065000),"GRA-MAG TRUCK INTERIOR SYSTEMS, LLC",GRA-MAG/AIR SUSPENSION SEAT PIVOT BOLT FAILURE,SEATS,NR (Not Reported),Equipment,16000,"CERTAIN GRA-MAG AIR SUSPENSION SEAT FRAMES FOR USE IN AFTERMARKET SEATS SUPPLIED FOR USE ON HEAVY DUTY TRUCKS AND MANUFACTURED BETWEEN JANUARY 2001 AND AUGUST 2004. THE PIVOT USED TO HOLD THE INBOARD SIDE OF THE SEAT BACK FRAME TO THE SEAT CUSHION FRAME. OVER TIMER, THE PIVOT BOLTS CAN LOOSEN AND POSSIBLY FRACTURE OR DISLODGE, CAUSING THE SEAT BACK TO FAIL TO PROVIDE FULL SUPPORT TO THE DRIVER.",A POSSIBLE VEHICLE CRASH COULD OCCUR SHOULD THE SEAT FALL BACKWARDS DURING USE.,"GRA-MAG WILL NOTIFY ITS CUSTOMERS AND REPAIR THE SEATS FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 15, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GRA-MAG CUSTOMER SERVICE AT 614-875-8435." -08/30/2004,04V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V425000),ORION BUS INDUSTRIES LTD.,ORION/LOOSE REAR AXLE WALKING BEAM SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,155,"ON CERTAIN BUSES, THE ASSEMBLY OF THE WALKING BEAM CONNECTION TO THE REAR SUSPENSION EXHIBITS LOOSE OR BREAKING OF BOLTS DUE TO MISALIGNED SPACERS.",THE BOLTS ATTACHING THE REAR AXLE TO THE WALKING BEAM SUSPENSION CAN BREAK. THE AXLE MOVES UPWARD CAUSING THE TIRE TO CONTACT THE WHEELWELL. PARTIAL REAR WHEEL AXLE ALIGNMENT IS LOST. THE VEHICLE EXHIBITS A BRAKING EFFECT ON THE REAR WHEEL.,"DEALERS WILL INSPECT AND REPLACE THE SPACER WITH ONE THAT WILL PROVIDE PROPER ALIGNMENT WHERE NEEDED AND CONFIRM TORQUE. THE RECALL BEGAN JULY 14, 2005. OWNERS SHOULD CONTACT ORION AT 1-905-403-7832." -08/30/2004,04V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V427000),"Suzuki Motor USA, LLC",SUZUKI/FREEZING INSIDE FUEL PRESSURE REGULATOR,"FUEL SYSTEM, GASOLINE",99-ER,Vehicle,172093,"ON CERTAIN PASSENGER VEHICLES, UNDER AMBIENT TEMPERATURES BELOW -25 DEGREES CELSIUS, MOISTURE CAN FREEZE IN THE FUEL PRESSURE REGULATOR. AS A RESULT, FUEL SYSTEM PRESSURE MAY INCREASE AT THE TIME OF ENGINE START UP, CAUSING FUEL LOSS AT THE FUEL PIPE/FUEL HOSE CONNECTION.",FUEL LOSS IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL PRESSURE REGULATOR, THE FUEL DELIVER HOSE AND REPLACE THE HOSE CLAMP WITH AN IMPROVED CLAMP. THE RECALL BEGAN ON SEPTEMBER 29, 2004. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -08/30/2004,04V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V423000),"VAN HOOL, N.V. (*)",VAN HOOL/AIR TANK RETENTION,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,677,"ON CERTAIN MOTOR COACHES, THE MOUNTING BRACKETS OF TWO AIR TANKS LOCATED ABOVE THE DRIVE AXLE AIR BRAKES MAY BREAK LOOSE.","IF THIS OCCURS, VIBRATION WEAKENS THE ATTACHING POINTS AND THE BRACKETS WILL BREAK OFF. THE SPRING BRAKES WILL STOP THE VEHICLE ATOMATICALLY. THIS COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE THE MOUNTING BRACKETS. THE RECALL BEGAN ON JANUARY 28, 2005. OWNERS SHOULD CONTACT VAN HOOL AT 1-800-222-2871." -08/30/2004,04V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V422000),"VAN HOOL, N.V. (*)",VAN HOOL/MAIN FUNCTION BOX,STRUCTURE,NR (Not Reported),Vehicle,408,"ON CERTAIN MOTOR COACHES WITH CUMMINS AND DETROIT ENGINES, THE TOP OF THE MAIN JUNCTION BOX IS OPEN AND WHILE USING THE LUGGAGE DOOR THE GAS STRUT MAY DROP INTO THE MAIN JUNCTION BOX.","IF THIS OCCURS, IT MAY BREAK SOME FUSES OR RELAYS, CAUSING ELECTRICAL SHORTS.","DEALERS WILL INSTALL A TOP COVER PANEL TO THE JUNCTION BOX TO ELIMINATE ANYTHING FROM DROPPING INTO THE JUNCTION BOX. ALSO THE STRUT WILL BE REPLACED. THE RECALL BEGAN ON JANUARY 18, 2005. OWNERS SHOULD CONTACT VAN HOOL AT 1-800-222-2871." -08/30/2004,04V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V424000),"VAN HOOL, N.V. (*)",VAN HOOL/POWER STEERING LINE-INSPECTION,STEERING,NR (Not Reported),Vehicle,107,"ON CERTAIN MOTOR COACHES, THE HOSE FITTINGS OF THE POWER STEERING PRESSURE FEED LINES MAY HAVE BEEN IMPROPERLY CRIMPED.","IF THE HOSE SEPARATES FROM THE FITTING, FAILURE OF THE LINES AND THE LOSS OF PRESSURE WILL RESULT IN AN INCREASED STEERING FORCE NECESSARY FOR MANEUVERING THE VEHICLE AND A CRASH MAY OCCUR.","DEALERS WILL INSPECT AND DETERMINE THE CONDITION OF THE CRIMP FITTINGS. IF IMPROPERLY CRIMPED, STEERING LINE REPLACEMENT WILL BE REQUIRED. THE RECALL BEGAN ON JANUARY 21, 2005. OWNERS SHOULD CONTACT VAN HOOL AT 1-800-222-2871." -08/27/2004,04V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V419000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/RANGE LPG HOSE,EQUIPMENT,40817,Vehicle,197,"ON CERTAIN CLASS C MOTOR HOMES, THE RANGE TOP LIQUID PROPANE GAS (LPG) CONNECTION LINE IS A FLEXIBLE HOSE CONNECTOR. THIS HOSE IS ROUTED IN CLOSE PROXIMITY TO A BURNER AND MAY MELT WHEN EXPOSED TO HIGH HEAT FOR A PERIOD OF TIME.",IF MELTING OCCURS THERE IS A POTENTIAL FOR A FIRE.,"DEALERS WILL REPLACE THE RUBBER LPG HOSE CONNECTION IN THE RANGE TOP WITH A COPPER LPG CONNECTION. THE RECALL BEGAN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT FEETWOOD AT 1-800-322-8216." -08/27/2004,04V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V420000),Honda (American Honda Motor Co.),HONDA/FUEL PUMP,"FUEL SYSTEM, GASOLINE",P43,Vehicle,69538,"ON CERTAIN MINIVANS, THE FUEL PUMP MAY FAIL DUE TO CORROSION OF AN ELECTRICAL TERMINAL.","IF THE PUMP STOPS WORKING, EHT ENGINE WILL STALL WITHOUT WARNING, AND A CRASH COULD OCCUR.","DEALERS WILL CHECK THE ELECTRICAL COUPLER TERMINAL OF THE FUEL PUMP. IF ANY CORROSION IS FOUND, THE PUMP WILL BE REPLACED. THE RECALL BEGAN SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -08/27/2004,04E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E064000),"REALWHEELS COVER COMPANY, INC.",REALWHEELS/REAR WHEEL SIMULATOR BRACKET BREAKAGE,EQUIPMENT,NR (Not Reported),Equipment,,"CERTAIN REALWHEEL COVER COMPANY, INC., REAR WHEEL SIMULATORS (SIMILAR TO A HUBCAP), P/N RWDCH2002, MANUFACTURED BETWEEN JANUARY 1, 2002, AND AUGUST 20, 2004. IF THE SIMULATOR IS IMPROPERLY INSTALLED, THE PART MAY NOT STAY TIGHTLY FASTENED TO THE WHEEL OF THE TRUCK AND COULD DETACH FOR THE WHEEL WHILE THE VEHICLE IS IN MOTION.","THE WHEEL SIMULATOR COULD DETACH WHILE THE VEHICLE IS IN MOTION, POSSIBLY RESULTING IN INJURIES.","REALWHEELS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECT PART FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 3, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT REALWHEELS AT 1-800-982-1180." -08/27/2004,04E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E062000),"Robert Bosch, LLC",ROBERT BOSCH/PARK BRAKE CAN RELEASE UNDER LOAD,PARKING BRAKE,NR (Not Reported),Equipment,1098,"ROBERT BOSCH PARK BRAKE ASSEMBLIES P/N 0204012617, FOR USE ON CERTAIN SCHOOL BUSES AND HEAVY DUTY TRUCKS. THE PARKING BRAKE ASSEMBLY BACKING PLATE WAS INCORRECTLY MACHINED. THIS MAY CAUSE THE PARK BRAKE TO NOT FULLY ENGAGE AND IF THE PARK BRAKE DOES ENGAGE, IT MAY NOT FULLY RELEASE.",,"ROBERT BOSCH IS STILL WORKING WITH THE VEHICLE MANUFACTURERS AS TO WHO WILL BE CONDUCTING THE RECALL CAMPAIGN, THEREFORE, THEY HAVE NOT YET PROVIDED THE AGENCY WITH A REMEDY AND NOTIFICATION SCHEDULE." -08/26/2004,04V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V418000),COUNTRY COACH INC,COUNTRY COACH/FMVSS-120/FEDERAL TIRE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,40,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VHEICLES OTHER THAN PASSENGER CARS.' THE LABELS STATE INADEQUATE COLD TIRE INFLATION PRESSURE FOR THE FRONT TIRES ON THEIR FEDERAL TIRE LABELS.",IN SOME CASES THIS COULD LEAD TO PREMATURE TIRE WEAR AND POTENTIALLY A TIRE FAILURE WHICH COULD RESULT IN THE LOSS OF STEERING CONTROL AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE FEDERAL TIRE LABELS REFLECTING THE CORRECTED COLD TIRE INFLATION PRESSURE FOR THE FRONT TIRES. THE RECALL BEGAN ON SEPTEMBER 10, 2004. OWNERS SHOULD CONTACT COUNTRY COACH AT 1-800-547-8015." -08/26/2004,04V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V417000),NATIONAL R.V. INC.,NATIONAL RV/FMVSS-120/FEDERAL TIRE TAG,EQUIPMENT,NR (Not Reported),Vehicle,68,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE INFLATION SETTINGS WERE INCORRECT ON THE LABEL.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL REPLACE THE FEDERAL TIRE TAG. THE RECALL BEGAN ON AUGUST 12, 2005. OWNERS SHOULD CONTACT NATIONAL RV AT 1-800-999-7260." -08/25/2004,04V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V415000),"Navistar, Inc.",INTERNATIONAL/BRAKE BOLTS,"SERVICE BRAKES, AIR",04515,Vehicle,238,"ON CERTAIN TRUCKS, ONLY EIGHT (8) BOLTS WERE INSTALLED IN THE BRAKE GROUP CONNECTION TO THE REAR AXLES. THE BRAKE GROUP, AN ASSEMBLY THAT INCLUDES THE BRAKE SHOES, AIR CHAMBERS, SLACK ADJUSTERS, AND SPIDER, IR NORMALLY ATTACHED TO THE AXLE HOUSING WITH NINE (9) BOLTS.","THE STRUCTURAL INTEGRITY OF THE BRAKE GROUP IS QUESTIONABLE. THIS MAY RESULT IN THE LOSS OF BRAKING ABILITY ON THE REAR AXLES WITHOUT WARNING, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSPECT AND INSTALL THE ADDITIONAL BOLT IF NECESSARY. THIS RECALL BEGAN DURING SEPTEMBER 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825. -08/25/2004,04V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V416000),"Navistar, Inc.",INTERNATIONAL/COTTER KEYS & SPINDLE NUTS,SUSPENSION,04516,Vehicle,202,"ON CERTAIN TRUCKS, THE FRONT, NON-DRIVE AXLE, COTTER KEYS AND SPINDLE NUT RETAINERS WERE NOT INSTALLED. THE COTTER KEY AND SPINDLE NUT RETAINER PREVENT THE SPINDLE NUT FROM LOOSENING AND THUS AID IN WHEEL RETENTION.",A WHEEL-OFF CONDITION MAY OCCUR WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT TO DETERMINE IF VEHICLE REQUIRES A RETAINER AND COTTER KEY INSTALLED. THIS RECALL BEGAN ON SEPTEMBER 22, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -08/25/2004,04V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V414000),"Navistar, Inc.",INTERNATIONAL/FMVSS 120/VIN LABELS,EQUIPMENT,04513,Vehicle,202,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS,"" AND WITH PART 567, 'CERTIFICATION.' THE ""COMPLETE VEHICLE"" LABEL WITH THE GROSS VEHICLE WEIGHT RATING (GVWR), GROSS AXLE WEIGHT RATING (GAWR), RECOMMENDED TIRE SIZE AND TIRE PRESSURE WAS NOT INSTALLED ON THE VEHICLE.","A MISUNDERSTANDING OF THE VEHICLE'S WEIGHT RATING, TIRE TYPE, OR TIRE PRESSURE MAY CAUSE A VEHICLE TO BE OPERATED OUTSIDE ITS DESIGNED PARAMETERS. THIS COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL MAIL VIN SPECIFIC LABELS AND INSTRUCTIONS FOR INSTALLATION. IF AN OWNER DOES NOT WISH TO INSTALL THE LABEL, THE VEHICLE MAY BE TAKEN TO THE DEALER FOR INSTALLATION WITHOUT CHARGE. THIS RECALL BEGAN ON SEPTEMBER 8, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -08/24/2004,04T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T018000),Bridgestone Americas Tire Operations,BRIDGESTONE/FIRESTONE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,27000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. CERTAIN BRIDGESTONE DUELER A/T 693 TIRES SIZE LT285/75R16 LRD USED AS REPLACEMENT TIRES. THESE TIRES CAN EXPERIENCE A BELT DETACHMENT ESPECIALLY IF THEY HAVE BEEN OPERATED BELOW RECOMMENDED INFLATION PRESSURES FOR THE LOAD CARRIED BY THE TIRE OR ABOVE RECOMMENDED LOADS.",,"BRIDGESTONE/FIRESTONE WILL NOTIFY CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. THE REPLACEMENT/REIMBURSHMENT PROGRAM FOR THIS CAMPAIGN WILL EXPIRED ON DECEMBER 31, 2004. THE RECALL BEGAN AUGUST 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BFNT CONSUMER AFFAIRS AT 800-465-1904." -08/24/2004,04V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V397000),EXECUTIVE COACH BUILDERS,EXECUTIVE COACH/ELECTRICAL FIRE,ELECTRICAL SYSTEM,D699,Vehicle,75,"ON CERTAIN LIMOUSINES, THE J5 PLUG CONNECTING INTO THE CIRCUIT BOARD BEHIND THE DRIVER IS OVERHEATING TO THE POINT THAT SOME HAVE SHOWN SIGNS OF MELTING.","IF THIS OCCURS, IT COULD RESULT IN A FIRE.","DEALERS WILL INSTALL TWO ADDITIONAL RELAYS WITH A SEPARATE POWER SOURCE TO RELIEVE THE AMP LOAD ON THE J5 CIRCUIT. THIS RECALL BEGAN AUGUST 20, 2004. OWNERS SHOULD CONTACT EXECUTIVE COACH AT 417-831-3535." -08/24/2004,04V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V413000),"Navistar, Inc.",INTERNATIONAL/PARK BRAKE ASSEMBLY,PARKING BRAKE,04514,Vehicle,332,"CERTAIN 2004 MY INTERNATIONAL CE SCHOOL BUSES AND MEDIUM DUTY TRUCKS EQUIPPED WITH ROBERT BOSCH PARK BRAKE ASSEMBLIES, MANUFACTURED BETWEEN JULY 20 AN AUGUST 5, 2004. THE PARKING BRAKE ASSEMBLY BACKING PLATE WAS INCORRECTLY MACHINED. THIS MAY CAUSE THE PARK BRAKE TO NOT FULLY ENGAGE AND IF THE PARK BRAKE DOES ENGAGE, IT MAY NOT FULLY RELEASE.",A ROLL-AWAY OR DRAGGING PARK BRAKE MAY RESULT IN PERSONAL INJURY OR DEATH.,"INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPLACE THE PARK BRAKE ASSEMBLY FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 22, 2004." -08/24/2004,04V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V412000),"POLARIS INDUSTRIES, INC.",VICTORY/FUEL TANK,"FUEL SYSTEM, GASOLINE",V-04-02,Vehicle,1635,"ON CERTAIN MOTORCYCLES, THE VENT TUBE JOINT LOCATED AT THE BOTTOM RIGHT SIDE OF THE FUEL TANK MAY FATIGUE AND LEAK FUEL.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK. THIS RECALL BEGAN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT VICTORY AT 715-294-2518." -08/19/2004,04V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V408000),"Nissan North America, Inc.",NISSAN/SHIFT LEVER,POWER TRAIN,RU403,Vehicle,5664,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH A COLUMN SHIFTER, THE SHIFT LEVER ASSEMBLY FOR THE COLUMN SHIFTER MAY HAVE BEEN DAMAGED DURING ASSEMBLY.",DURING ITS USE THIS COULD EVENTUALLY RESULT IN FAILURE OF THE PORTION OF THE ASSEMBLY THAT HOLDS THE LEVER IN THE PARK POSITION. THIS COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT AND REPLACE THE SHIFTER. THE RECALL BEGAN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -08/19/2004,04V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V411000),ORION BUS INDUSTRIES LTD.,ORION/SCI/FUEL CONTAINER PRESSURE RELIEF,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,252,"CERTAIN BUSES EQUIPPED WITH COMPRESSED NATURAL GAS FUEL CONTAINERS, MODEL ALT823D, P/N 1273147, DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 304, 'COMPRESSED NATURAL GAS FUEL CONTAINER INTEGRITY.' THE NGV CONTAINER'S PRESSURE RELIEF DEVICES FAIL TO TIMELY AND FULLY ACTIVATE AS REQUIRED BY THE STANDARD.","IN THE EVENT OF A VEHICLE FIRE WITH THE FUEL SYSTEM ROOF ENCLOSURE REMOVED OR OPENED, THE FUEL CONTAINER'S PRESSURE RELIEF DEVICES MAY NOT ACTIVATE AS THEY ARE DESIGNED TO DO AND THE FUEL CONTAINER COULD RUPTURE AND EXPLODE. SUCH AN EXPLOSION COULD CAUSE SERIOUS INJURIES OR DEATH TO OCCUPANTS OF THE BUS OR TO PERSONS OUTSIDE THE BUS.",STRUCTURAL COMPOSITES WILL NOTIFY THE ORION BUS OWNERS. STRUCTURAL COMPOSITES HAS NOT YET PROVIDED THE AGENCY WITH A FINALIZED REMEDY. OWNERS SHOULD CONTACT SCI AT 1-909-444-2503 OR ORION AT 1-905-403-7832. -08/19/2004,04V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V410000),PACCAR Incorporated,PACCAR/KENWORTH/BATTERY BOX BRACKETS,STRUCTURE,04KW5,Vehicle,311,"ON CERTAIN TRUCKS, THE BRACKET, USED TO SUPPORT THE BATTERY BOX AND STEP, CAN CRACK.","A CRACK IN THE BRACKET MAY LEAD TO PREMATURE FAILURE OF THE BRACKET CAUSING THE STEP TO FAIL WITHOUT WARNING, WHEN AN INDIVIDUAL STEPS ON IT, CAUSING A FALL.","DEALERS WILL CHANGE THE BATTERY BOX SUPPORT BRACKET AND STEP SUPPORT BRACKET. THE RECALL BEGAN ON SEPTEMBER 24, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -08/18/2004,04V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V409000),"BMW of North America, LLC",BMW/THROTTLE VALVE CONTROL,POWER TRAIN,NR (Not Reported),Vehicle,358,"ON CERTAIN PASSENGER VEHICLES WITH 3.0 L ENGINES AND MANUAL TRANSMISSIONS, IF THE VEHICLE IS IN FIRST GEAR, AND MOVING SLOWLY, WITH THE ACCELERATOR PEDAL HELD IN A CONSTANT POSITION OF LOW ENGINE SPEED AND WITH THE CLUTCH PEDAL HELD IN A PARTIALLY DEPRESSED POSITION, ENGINE SPEED MAY INCREASE.","THE VEHICLE COULD ACCELERATE UNEXPECTEDLY, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPROGRAM THE VEHICLE'S DIGITAL ENGINE MANAGEMENT CONTROL UNIT. THE RECALL BEGAN ON SEPTEMBER 8, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -08/17/2004,04V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V407000),"General Motors, LLC",GM/REAR SAFETY BELT TWISTED,SEAT BELTS,04069,Vehicle,32301,"ON CERTAIN PASSENGER VEHICLES, THE REAR SAFETY BELT CAN BECOME TWISTED.","IF THIS OCCURS THE SAFETY BELT RETRACTOR MAY LOCK IN POSITION SO THAT THE BELT CANNOT BE USED. IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO THE SEAT OCCUPANT COULD OCCUR.","DEALERS WILL INSTALL A SAFETY BELT WEBBING GUIDE TO PREVENT THE BELT FROM TWISTING. THE RECALL BEGAN ON OCTOBER 15, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438. VEHICLE OWNERS LOCATED IN GUAM SHOULD CONTACT GM CUSTOMER ASSISTANCE AT 1-671-648-8453." -08/17/2004,04V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V403000),Newmar Corporation,NEWMAR/SEATBELT SHOULDER HARNESS,SEAT BELTS,NR (Not Reported),Vehicle,315,"ON CERTAIN MOTOR HOMES, DURING MANUFACTURING, THE SEAT BELT SHOULDER HARNESS ATTACHMENT LOCATION FOR THE PASSENGER SEAT WAS NOT PROPERLY WELDED OR ATTACHED.","IN THE EVENT OF A CRASH, THE SHOULDER HARNESS MAY BECOME LOOSE OR UNATTACHED CAUSING SERIOUS INJURY TO ANYONE IN THE PASSENGER SEAT.","DEALERS WILL INSTALL A NEW PLATE OVER EXISTING BY DRILLING FOUR ATTACHMENT HOLES ON EACH SIDE OF NEW PLATE AND ADD SECURING BOLTS. THIS RECALL BEGAN OCTOBER 1, 2004. OWNERS MAY CONTACT NEWMAR AT 1-574-773-7791." -08/17/2004,04V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V406000),PACCAR Incorporated,PACCAR/CUMMINS OIL LEAK,ENGINE AND ENGINE COOLING,04KW4 & 804-D,Vehicle,106,"ON CERTAIN TRUCKS BUILT WITH CUMMINS ISC AND ISL ENGINES, PLUGS WERE ASSEMBLED INCORRECTLY CREATING STRESS AND CRACKS WHICH COULD CAUSE AN OIL LEAK.",THIS OIL LEAKAGE HAS THE POTENTIAL TO IGNITE AND CAUSE A FIRE IN THE ENGINE COMPARTMENT OF THE VEHICLE.,CUMMINS WILL NOTIFY OWNERS AND ARRANGE FOR INSTALLATION OF A STEEL CUP PLUG BOSS CAP. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357. -08/13/2004,04V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V402000),"BMW of North America, LLC",BMW/FUEL IN-LINE SUCTION JET PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,297,"ON CERTAIN SPORT UTILITY VEHICLES, THE IN-TANK FUEL LINE MAY HAVE BEEN ATTACHED INCORRECTLY.","ENGINE STALLING COULD OCCUR, EVEN THOUGH THE VEHICLE'S FUEL GAUGE INDICATES THAT FUEL IS PRESENT IN THE TANK. DEPENDING UPON TRAFFIC AND ROAD CONDITIONS, THIS COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE IN-TANK SUCTION JET PUMP FUEL LINE AND IF NECESSARY, REATTACH ACCORDING TO SPECIFICATIONS. THIS RECALL BEGAN SEPTEMBER 9, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -08/13/2004,04V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V400000),"Navistar, Inc.",INTERNATIONAL/ENGINE COMPARTMENT FIRE,ENGINE AND ENGINE COOLING,04512,Vehicle,290,"INTERNATIONAL 2005 MY RE SCHOOL BUSES BUILT FROM MARCH 3 THROUGH AUGUST 5, 2004. THE HIGH-PRESSURE SUPPLY HOSE FROM THE POWER STEERING PUMP TO THE STEERING GEAR MAY CHAFE AGAINST THE POSITIVE STUD ON THE STARTER SOLENOID. THE ENGINE ELECTRICAL HARNESS, CONTAINING THE POSITIVE CABLE FROM THE ALTERNATOR, MAY BE PINCHED BETWEEN THE ENGINE AND THE BUS BODY. AN OPTIONAL OIL PRESSURE SWITCH MAY HAVE BEEN DAMAGED DURING MANUFACTURING, CAUSING A LEAK TO FORM.","ANY OF THESE CONDITIONS LISTED MAY CAUSE OR CONTRIBUTE TO A POTENTIAL FIRE IN THE ENGINE BAY, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","INTERNATIONAL HAS PROVIDED ITS DEALERS WITH PARTS AND INSTRUCTIONS TO MAKE THE INTERIM REPAIR BY 8/13/04 AT NO CHARGE TO THE CUSTOMERS. WITH THE INTERIM NOTICE YOUR INTERNATIONAL DEALER WILL PERFORM AN INSPECTION AND REPAIR PROCEDURE, HOWEVER, THE FINAL REMEDY HAS NOT BEEN DETERMINED. CUSTOMERS WILL RECEIVE ANOTHER SAFETY RECALL NOTICE INFORMING THEM THAT THE FINAL REMEDY IS AVAILABLE. OWNERS WHO TAKE THEIR BUSES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 800-448-7825." -08/13/2004,04V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V396000),"Suzuki Motor USA, LLC",SUZUKI/ENGINE STALLING,"FUEL SYSTEM, GASOLINE",KE,Vehicle,16488,"IN CERTAIN PASSENGER VEHICLES, A FAULT IN THE ADAPTIVE FUEL CONTROL LOGIC CAN CAUSE SOME VEHICLES TO USE AIR/FUEL RATIOS DURING DECELERATION THAT ARE LEAN ENOUGH TO CAUSE ENGINE STALLING.",ENGINE STALLING COULD RESULT IN A CRASH.,"DEALERS WILL REPROGRAM THE ELECTRONIC CONTROL MODULE (ECM) ON AFFECTED VEHICLES. THE RECALL BEGAN ON SEPTEMBER 14, 2004. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -08/13/2004,04E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E060000),"TRW Automotive, Inc.",TRW/AFTERMARKET TRACK CONTROL ARMS,STEERING,NR (Not Reported),Equipment,723,"TRW TRACK CONTROL ARMS P/NS JTC916 AND JTC917 USED AS REPLACEMENT EQUIPMENT IN THE INDEPENDENT AFTERMARKET FOR USE IN VOLVO PASSENGER CARS, VOLVO PLATFORM P80, MODELS: 850, V70, C70, AND S70. THE EQUIPMENT WAS ASSEMBLED USING CERTIAN NON-SELF-LOCKING M10 AND M12 GRADE 10.9 NUTS. IT IS POSSIBLE THAT THESE NUTS CAN BECOME LOOSE AND MAY CAUSE LOSS OF STEERING CONTROL.","LOSS OF STEERING CONTROL COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",TRW WILL NOTIFY CUSTOMERS AND REPLACE THE NUTS WITH SELF-LOCKING NUTS FREE OF CHARGE. TRW HAS NOT YET PROVIDED THE AGENCY WITH A NOTIFICATION SCHEDULE. THIS RECALL ONLY PERTAINS TO AFTERMARKET TRW TRACK CONTROL ARMS AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON VOLVO PASSENGERS CARS. -08/12/2004,04V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V401000),FREIGHTLINER LLC,FREIGHTLINER/STEERING GEAR BOLTS,STEERING,FL-430,Vehicle,1600,"ON CERTAIN TRUCKS, THE STEERING GEAR BOLTS MAY BECOME LOOSE.",LOSS OF STEERING CONTROL MAY OCCUR WHICH COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE STEERING GEAR MOUNTING BOLTS. THE RECALL BEGAN NOVEMBER 25, 2004. OWNERS MAY CONTACT CUSTOMERS FREIGHTLINER AT 1-800-547-0712." -08/12/2004,04V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V398000),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/FRAME CRACKS,STRUCTURE,FL-429,Vehicle,2125,"CERTAIN 1995 AND 1996 MY THOMAS BUILT SCHOOL BUSES BUILT BETWEEN JANUARY 1, 1995, AND FEBRUARY 29, 1996, WHICH ARE PREDOMINATELY OPERATED ON UNIMPROVED ROADS MAY HAVE DEVELOPED CRACKS IN THE BUS BODY FRAMING STRUCTURE MEMBERS (RAFTERS) NEAR THE HORIZONTAL WINDOW HEADER WELDS AND AT THE SIDE EMERGENCY EXIT DOORS.","IN THE EVENT OF A CRASH, PASSENGERS COULD BE SERIOUSLY INJURED.","THOMAS BUILT WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FREE REMEDY. THE RECALL BEGAN AUGUST 5, 2005. OWNERS WHO DO NOT RECEIVE A FREE REMEDY WITHIN A REASONABLE AMOUNT OF TIME SHOULD CONTACT THOMAS BUILT CUSTOMER SUPPORT OFFICE AT 336-889-4871." -08/12/2004,04V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V404000),Volvo Trucks North America,VOLVO TRUCK/ISRINGHAUSEN/FMVSS 207/SEATS,SEATS,RVXX0405,Vehicle,126,"CERTAIN TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, 'SEATING SYSTEMS.' THE BENCH SEAT, AS INSTALLED, DOES NOT THE SEAT PULL REQUIREMENTS OF THE STANDARD.","THE SEAT ANCHORAGE TO THE FLOOR MAY NOT BE SUFFICIENT TO RETAIN THE ADJUSTED SEATING POSITION, WHICH COULD LEAD TO PERSONAL INJURY OR DEATH IN THE EVEN TOF A CRASH.","DEALERS WILL REPLACE THE PASSENGER SIDE BENCH SEAT WITH A DIFFERENT BRAND OF SEAT. THE RECALL BEGAN NOVEMBER 1, 2004. OWNERS SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/12/2004,04V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V405000),Volvo Trucks North America,VOLVO TRUCK/TRANSMISSION,POWER TRAIN,RVXX0404,Vehicle,4032,"ON CERTAIN TRUCKS, THE BOLTS THAT RETAIN THE UNIVERSAL JOINT TO THE YOKE AT THE TRANSMISSION MAY NOT BE TIGHTENED CORRECTLY.","THIS CAN RESULT IN THE DRIVE SHAFT COMING LOOSE FROM THE TRANSMISSION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND INSTALL REMOVING NEW BOLTS, INSPECT FOR CROSS-THREADED BOLTS, AND REPLACE THE YOKE IF NECESSARY. THE RECALL BEGAN OCTOBER 1, 2004. OWNERS SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/11/2004,04V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V389000),Honda (American Honda Motor Co.),HONDA/GVWR RATING/TIRE PRESSURE LABEL INCORRECT,EQUIPMENT,P42,Vehicle,1528,CERTAIN SPORT UTILITY VEHICLE'S CERTIFICATION LABELS MAY CONTAIN INCORRECT VEHICLE WEIGHT AND TIRE SIZE INFORMATION.,,"OWNERS WILL BE REQUESTED TO INSPECT THE CERTIFICATION LABEL OR TO CONTACT A DEALER TO PERFORM THE INSPECTION FOR THEM. IF THE LABEL IS INCORRECT, OWNERS SHOULD CONTACT THEIR DEALERS TO ARRANGE TO HAVE A CORRECTION STICKER PLACED OVER THE INCORRECT INFORMATION. THIS RECALL BEGAN ON AUGUST 11, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -08/10/2004,04V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V395000),American IronHorse Motorcycle Company,AMERICAN IRONHORSE /BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2170,"ON CERTAIN MOTORCYCLES, THE BATTERY (YTX24HL) COULD FAIL DURING OPERATION.","THE BATTERY FAILURE CAUSES THE MOTORCYCLE ENGINE TO STOP SUDDENLY, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THESE BATTERIES. THE RECALL BEGAN SEPTEMBER 1, 2004. OWNERS SHOULD CONTACT AMERICAN IRONHORSE AT 1-817-665-2074." -08/10/2004,04V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V390000),"Autocar, LLC",AUTOCAR/INCORRECT WHEEL STUD LENGTH,WHEELS,A-0401,Vehicle,33,"ON CERTAIN TRUCKS EQUIPPED WITH ACCURIDE 22.5 X 9.00 - HUB PILOT H.D. STEEL WHEEL RIMS, THE REAR AXLE WHEEL STUDS ARE TOO SHORT. THESE STUDS MAY NOT BE ABLE TO RETAIN THE WHEEL NUT TORQUE AND COULD LOOSEN ALLOWING THE LOSS OF A WHEEL.","IF A VEHICLE LOSES A WHEEL WHILE TRAVELING DOWN A ROADWAY, A CRASH COULD OCCUR, PROPERTY DAMAGE TO FOLLOWING VEHICLES OR PERSONAL INJURY TO PERSONS OUTSIDE THE VEHICLE.","DEALERS WILL REPLACE THE REAR AXLE WHEEL STUDS. THE RECALL BEGAN ON SEPTEMBER 3, 2004. OWNERS SHOULD CONTACT AUTOCAR AT 1-877-973-3486." -08/10/2004,04V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V393000),FONTAINE MODIFICATION CO.,FONTAINE/NEXGEN/LNG RELIEF VALVES,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,86,"ON CERTAIN CHASSIS BUILT WITH LNG ENGINES, THE LNG TANK'S PRIMARY AND SECONDARY RELIEF VALVES COULD FAIL TO OPEN AND RELIEVE TANK PRESSURE.",THIS COULD CAUSE ICE BUILDUP ON THE DISCHARGE SIDE OF THE PRIMARY AND SECONDARY PRESSURE SYSTEM ALLOWING THE RELIEF SYSTEM TO FREEZE AND BECOME BLOCKED RESULTING IN OVER PRESSURIZATION OF THE LNG TANKS CREATING THE RISK OF CATASTROPHIC TANK RUPTURE WHICH COULD CAUSE SERIOUS INJURY OR DEATH.,"DEALERS WILL RETROFIT THE LNG TANKS WITH A NEW PRIMARY RELIEF VALVE PIPE AWAY TUBE AND A NEW VENTILATED SHROUD. THE RECALL BEGAN ON MAY 14, 2004. OWNERS SHOULD CONTACT FONTAINE AT 1-800-544-8175." -08/10/2004,04V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V375000),"General Motors, LLC",GM/FMVSS 108/HEADLAMP BULBS,EXTERIOR LIGHTING,04052,Vehicle,199793,"CERTAIN PASSENGER VEHICLES DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" SOME OF THESE VEHICLES DO NOT MEET THE OVERHEAD SIGN ILLUMINATION REQUIREMENTS.",LESS ILLUMINATION MAY REDUCE THE ABILITY OF THE DRIVER TO READ OVERHEAD SIGNS WHEN DRIVING AT NIGHT.,"DEALERS WILL INSTALL NEW LOW BEAM HEADLAMP BULBS IN BOTH OF THE HEADLAMP ASSEMBLIES. THE RECALL BEGAN ON SEPTEMBER 8, 2004. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080. NOTE: IF THE BULB NEEDS REPLACEMENT IN THE FUTURE, GM BULB NUMBER 89024715 IS AVAILABLE FROM A DEALER, OR THE EQUIVALENT SYLVANIA BULB IS 9006HP, WITH ORANGE LETTERING ON THE BULB." -08/10/2004,04V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V391000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL INCORRECT,EQUIPMENT,R03050,Vehicle,95,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, 'TIRE SELECTION AND RIMS.' THE FEDERAL IDENTIFICATION LABELS CONTAINS INCORRECT INFORMATION REGARDING THE RIM SIZE AND TIRE INFLATION RATING AS WELL AS AN INCORRECT RATING FOR THE GROSS VEHICLE WEIGHT RATING (GVWR) AND FRONT GROSS AXLE WEIGHT RATING (GAWR).","THIS MISPRINT COULD LEAD TO AN INCORRECT RIM BEING PLACED ON THE UNIT THAT WOULD NOT BE RATED FOR THE GAWR, IN ADDITION TO OVERLOADING THE UNIT AND OVER-INFLATING THE TIRES. DRIVING WITH OVER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE THAT COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECTED FEDERAL IDENTIFICATION LABEL AND INSTALLATION INSTRUCTIONS. IF AN OWNER WISHES, A DEALER CAN PLACE THE LABEL ON FOR THEM. THE RECALL BEGAN ON AUGUST 30, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -08/10/2004,04V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V392000),"Spector Manufacturing, Inc.",SPECTOR/BENDIX/ELECTRONIC CONTROL UNIT/FIRE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU), IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL NOTIFY CUSTOMERS AND WILL PROVIDE A REMEDY TO OWNERS FREE OF CHARGE. OWNERS SHOULD CONTACT BENDIX AT 1-800-478-1793. -08/09/2004,04V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V379000),"BMW of North America, LLC",BMW/DRIVER'S SEAT OCCUPANT DETECTION SYSTEM,SEATS,NR (Not Reported),Vehicle,3940,"ON CERTAIN PASSENGER VEHICLES, THE SOFTWARE PROGRAMMING OF THE DRIVER'S SEAT OCCUPANT DETECTION SYSTEM (ODS) MAY NOT BE ABLE TO RELIABLY DETERMINE IF THE DRIVER'S SEAT IS OCCUPIED.","IN CERTAIN CRASH CONDITIONS, THE DRIVER'S FRONT AIR BAG, HEAD PROTECTION SYSTEM, SAFETY BELT PRETENSIONER, AND KNEE AIR BAG MAY NOT DEPLOY, INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.","DEALERS WILL REPROGRAM THE SOFTWARE FOR THE DRIVER'S SEAT OCCUPANT DETECTION SYSTEM. THE RECALL BEGAN OCTOBER 13, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -08/09/2004,04E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E054000),"Caterpillar, Inc.",CATERPILLAR/CONVERTER MUFFLER STRAP FAILURE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,2309,CATERPILLAR 2003 MY 3126E ENGINES WITH CONVERTER MUFFLERS WITH WELDS ADDED TO THE STRAPS THAT SUPPORT THE CONVERTER MUFFLERS TO THE CHASSIS. THESE WELDS ARE CAUSING THE STRAPS TO FAIL.,"WHEN THE STRAPS FAIL, THE MUFFLER CAN DROP TO THE GROUND.","CATERPILLAR WILL NOTIFY ITS CUSTOMERS TO TAKE THEIR VEHICLE TO A CATERPILLER ENGINE REPAIR FACILITY TO HAVE THE CONVERTER MUFFLER STRAPS REPLACED FREE OF CHARGE. THE RECALL BEGAN OCTOBER 29, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLER AT 309-675-6496." -08/09/2004,04E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E059000),"Cummins, Inc.",CUMMINS/OIL LEAK,ENGINE AND ENGINE COOLING,0437,Equipment,3063,"CERTAIN CUMMINS 8.3L AND 8.9L ISC AND ISL DIESEL ENGINES P/N 3970750 AND 3971391 BUILT FOR USE ON SCHOOL BUSES, TRANSIT BUSES, EMERGENCY AND RECREATIONAL VEHICLES BETWEEN THE DATES OF DECEMBER 12, 2003 THROUGH APRIL 12, 2004. OIL CAN LEAK INTO THE ENGINE COMPARTMENT FROM A CRACK IN THE CUP PLUG.","OIL LEAKAGE ON A HOT ENGINE CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN INJURIES.","CUMMINS WILL NOTIFY ITS CUSTOMERS AND REPAIR THE ENGINES FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 3, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS AT (WE DO NOT YET HAVE A TELEPHONE NUMBER FOR THIS RECALL CAMPAIGN.)" -08/06/2004,04V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V394000),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICO/CAMSHAFT POSITION SENSOR & LAMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4305,"ON CERTAIN PASSENGER VEHICLES, THE CAMSHAFT POSITION SENSOR MAY MELT RESULTING IN A BURNING SMELL AND VISIBLE SMOKE, WHICH MAY SUBSEQUENTLY LEAD TO THE MELTING OF THE CAMSHAFT COVER AND THE CAMSHAFT POSITION SENSOR WIRE HARNESS.",THIS COULD POSSIBLY CAUSE AN UNDERHOOD FIRE.,DEALERS WILL REPLACE THE CAMSHAFT POSITION SENSORS AND INSTALL AN ADDITIONAL FUSE. OWNERS SHOULD CONTACT DAEWOO PUERTO RICO AT 1-877-362-1234 OPTION 6. -08/06/2004,04V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V381000),"KWANG YANG MOTOR CO., LTD",KYMCO/ENGINE MOUNT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,923,"ON CERTAIN SCOOTERS WITH ENGINE NUMBER (SF10K & SH10B) AND EMBOSSED CASTING NUMBER (KEB7-1), THE ENGINE MOUNT CAN BREAK.","IF THIS BREAKAGE OCCURS, IT COULD CAUSE A REAR SUSPENSION FAILURE, WHICH COULD RESULT IN A CRASH.","KYMCO WILL REPLACE THE ENTIRE ENGINE. THIS RECALL BEGAN ON JULY 22, 2004. OWNERS SHOULD CONTACT KYMCO USA CUSTOMER SERVICE TOLL FREE AT 1-888-235-3417." -08/06/2004,04E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E057000),MASTERLOCK CO.,MASTERLOCK/INTERCHANGEABLE HITCH BALLS,EQUIPMENT,NR (Not Reported),Equipment,52170,"AFTERMARKET MASTERLOCK INTERCHANGEABLE HITCH BALLS, P/NOS. 2806 DAT, 2807 DAT, AND 2867 DAT.","IF THE CONSUMER USES THE BALL WITHOUT THE CLIP, THE BALL COULD BECOME DISLODGED FROM THE HITCH DURING USE, RESULTING IN THE TOWING VEHICLE'S HITCH DISENGAGING FROM THE TRAILER, POSSIBLY RESULTING IN A VEHICLE CRASH.","MASTER LOCK WILL NOTIFY ITS CUSTOMERS AND REPLACE THE HITCH BALL FREE OF CHARGE. THE RECALL BEGAN AUGUST 17, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MASTERLOCK AT 414-766-6224." -08/06/2004,04E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E058000),"SURE-LOK, INC.",SURE-LOK/WHEELCHAIR SECUREMENT ASSEMBLY,EQUIPMENT ADAPTIVE/MOBILITY,NR (Not Reported),Equipment,300000,CERTAIN SURE-LOK WHEELCHAIR TIE-DOWN SECUREMENT ASSEMBLIES P/N 8625-13 FOR USE ON CERTAIN SCHOOL AND TRANSIT BUSES. THE SPROCKET TEETH OF THE RETRACTOR ASSEMBLY MAY BE OUT OF ALIGNMENT CAUSING THE LOAD PAWL NOT TO FULLY SEAT IN THE SPROCKET TEETH.,"IN THE EVENT OF A VEHICLE CRASH, THE WHEELCHAIR MAY NOT BE ADEQUATELY SECURED POSSIBLY RESULTING IN INJURIES TO THE SEAT OCCUPANT AND/OR OTHER PASSENGERS.","SURE-LOK WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECTIVE PART FREE OF CHARGE. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SURE-LOK CUSTOMER SERVICE AT 866-787-3565." -08/05/2004,04C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04C002000),"Britax Child Safety, Inc.",BRITAX/A-LOCK WEBBING SLIPPAGE,CHILD SEAT,080401,Child Seat,355516,"BRITAX MARATHON, WIZARD, HUSKY, AND TRAVELLER PLUS CHILD RESTRAINTS. THE A-LOK ADJUSTER ASSEMBLY CAN ALLOW SLIPPAGE OF THE WEBBING RESULTING IN LOOSENING OF THE HARNESS STRAPS.","IF SLIPPAGE WERE TO OCCUR IN THE EVENT OF A VEHICLE CRASH, THE CHILD COULD MOVE TOO FAR FORWARD, POSSIBLY INCREASING THE RISK OF INJURY.","REGISTERED OWNERS WILL BE NOTIFIED OF THIS CONDITION ON OR ABOUT AUGUST 11, 2004, ALONG WITH INSTRUCTIONS TO CHECK FOR SLIPPAGE AFTER EVERY USE. IF SLIPPAGE IS OCCURRING BEFORE REPLACEMENT STRAPS CAN BE MAILED, THE USE OF THE RESTRAINT SHOULD BE STOPPED AND CUSTOMERS SHOULD CONTACT BRITAX AT 1-800-683-2045 FOR FURTHER ASSISTANCE. REGISTERED OWNERS WILL RECEIVE A REPLACEMENT ADJUSTER STRAP BY SEPTEMBER 30, 2004." -08/05/2004,04E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E056000),"Cequent Performance Products, Inc.",CEQUENT/TRAILER HITCHES,EQUIPMENT,NR (Not Reported),Equipment,3193,"CEQUENT AFTERMARKET HIDDEN HITCH BRAND TRAILER HITCHES MANUFACTURED BETWEEN FEBRUARY 1, 2002, AND MARCH 16, 2004, FOR USE EXCLUSIVELY ON NISSAN MY 2002-2004 FRONTIER PICK-UP TRUCKS. WITH CONTINUED USE, LOAD FORCES MAY CAUSE THE SIDE BRACKET OF THE HITCH TO FATIGUE AND EVENTUALLY BREAK, POSSIBLY ALLOWING THE TOWED UNIT TO SEPARATE FROM THE TOWING VEHICLE.","SHOULD THE TOWED VEHICLE SEPARATE FROM THE TOWING VEHICLE, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN SERIOUS INJURY OR POSSIBLY DEATH.",CEQUENT WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECTIVE TRAILER HITCHES FREE OF CHARGE. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2004. OWNERS WHO TAKE DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CEQUENT AT 734-656-3041. -08/05/2004,04V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V386000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/POWER STEERING FLUID LEAKAGE,STEERING,D37,Vehicle,681000,"ON CERTAIN MINIVANS EQUIPPED WITH 3.3 OR 3.8L V-6 ENGINE, THE UPPER POWER STEERING COOLER HOSE MAY SPLIT AND CAUSE A FLUID LEAK.",POWER STEERING FLUID LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN AN UNDER HOOD FIRE.,"DEALERS WILL REPLACE THE UPPER POWER STEERING COOLER HOSE. THIS RECALL BEGAN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/05/2004,04V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V387000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLES/BRAKE SYSTEM LINKAGE,"SERVICE BRAKES, HYDRAULIC",P40,Vehicle,22000,"ON CERTAIN MOTORCYCLES, THE REAR BRAKE LINKAGE IS SUSCEPTIBLE TO CORROSION WHICH CAN CAUSE BINDING AND ROUGH BRAKE OPERATION. AS CORROSION INCREASES, IT CAN CAUSE A STICKING PEDAL OR REQUIRE HIGH BRAKE PEDAL EFFORT.",LINKAGE COULD BREAK RESULTING IN A LOSS OF REAR BRAKE FUNCTION WHICH COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE SPHERICAL ROD END AND ASSOCIATED PARTS. THIS RECALL BEGAN ON AUGUST 4, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -08/04/2004,04V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V388000),Blue Bird Body Company,BLUE BIRD/AIR DISC BRAKE,"SERVICE BRAKES, AIR",R04HW,Vehicle,156,"CERTAIN MOTOR COACHES, MOTOR HOMES, COMMUTER COACHES, AND TRANSIT BUSES EQUIPPED WITH ARVIN-MERITOR DX 225 AIR DISC BRAKES, ARE EXPERIENCING EXCESSIVE SMOKE IN THE WHEEL AREA DUE TO OVERHEATING OF THE AIR DISC BRAKE PADS.",A POTENTIAL FIRE IN THE WHEEL MAY OCCUR WHICH MAY RESULT IN PROPERTY DAMAGE OR PERSONAL INJURY.,"ARVIN-MERITOR WILL INSPECT THE BRAKE ASSEMBLIES TO ENSURE PROPER SET-UP AND OPERATION. THIS RECALL BEGAN AUGUST 10, 2004. OWNERS SHOULD CONTACT BLUE BIRD AT 478-822-2242." -08/04/2004,04V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V377000),FOUR WINDS INTERNATIONAL,FOUR WINDS/FMVSS 121/AIR BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,60,"CERTAIN MOTOR HOMES DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' IN A SITUATION IN WHICH MULTIPLE ALARMS ARE ACTIVE, A CHECK ENGINE, STOP ENGINE, OR SIMILAR WARNING INDICATOR IS GIVEN PRIORITY OVER THE LOW AIR ALARM BY THE INSTRUMENT SYSTEM CONTROLLER SOFTWARE. IF THE OPERATOR DOES NOT ACKNOWLEDGE THESE HIGHER PRIORITY ALARMS, A LOW AIR ALARM MAY NOT BE DISPLAYED.","A VEHICLE COULD BE DRIVEN WITH THE AIR PRESSURE BELOW 60 PSI WITHOUT THE LOW AIR WARNING SOUNDING, WHICH COULD RESULT IN A CRASH.",FREIGHTLINER DEALERS WILL RE-FLASH THE SOFTWARE. OWNERS SHOULD FREIGHTLINER AT 1-800-547-0712 OR FOUR WINDS AT 1-574-266-1111. -08/04/2004,04E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E055000),IMPORTHOOKUP.COM,IMPORTHOOKUP/FMVSS 108/HID KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,900,"IMPORTHOOKUP.COM HID KITS FOR USE ON PASSENGER VEHICLES. THE LAMPS IN THESE KITS DO NOT COMPLY WITH THE ELECTRICAL AND DEMENTIONAL REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",LAMPS MAY PRODUCE EXCESS GLARE TO ONCOMING TRAFFIC.,IMPORTHOOKUP.COM WILL NOTIFY ITS CUSTOMERS AND WILL REPURCHASE OR OFFER A REFUND FOR THE NONCOMPLIANT HID KITS. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IMPORTHOOKUP.COM AT 949-679-1928. -08/03/2004,04V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V384000),Beall Corporation,BEALL TRAILERS/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"ON TWO (2) TANK TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNIT (ECU), THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL REPLACE THE EC-30T ECU WITH ANOTHER UNIT. OWNER SHOULD CONTACT BENDIX AT 1-800-478-1793 OR BEALL AT 1-503-737-2146. -08/03/2004,04V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V385000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/GENERATOR WIRING HARNESS,ELECTRICAL SYSTEM,D34,Vehicle,2261,"ON CERTAIN PICK-UP TRUCKS EQUIPPED WITH 4.7L ENGINES, THE GENERATOR WIRING HARNESS MAY SHORT CIRCUIT DUE TO CONTACT WITH A VALVE COVER STUD.",A SHORT CIRCUIT IN THE GENERATOR HARNESS CAN CAUSE AN UNDER HOOD FIRE.,"DEALERS WILL INSPECT THE ALTERNATOR WIRING INSULATION FOR DAMAGE AND REPAIR AND ADD A TIE-STRAP CLIP TO THE VALVE COVER STUD TO RETAIN THE WIRING. THIS RECALL BEGAN ON AUGUST 13, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/03/2004,04V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V380000),"Gulf Stream Coach, Inc.",GULF STREAM/DEWALT/POWER GEAR HYDRAULIC HOSE,EQUIPMENT,NR (Not Reported),Vehicle,104,"ON CERTAIN MOTOR HOMES BUILT WITH DEWALT/POWER GEAR HYDRAULIC HOSES USED FOR THE SLIDE-OUT ROOMS AND LEVELING JACKS, THE CRIMPING PROCESS FOR ATTACHING THE HOSE FITTING TO THE END OF THE HYDRAULIC HOSE WAS PERFORMED IMPROPERLY.","WHEN ONE OF THE IMPROPERLY CRIMPED HOSE ASSEMBLIES IS PLACED UNDER A HEAVY LOAD, HYDRAULIC FLUID COULD BE RELEASED IN A HIGH PRESSURE SPRAY CREATING A RISK OF FIRE.",DEWALT/POWER GEAR WILL NOTIFY GULF STREAM CUSTOMERS AND WILL INSPECT AND REPLACE THE HOSE FITTING. OWNERS SHOULD CONTACT GULF STREAM COACH AT 800-289-8787. -08/03/2004,04V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V382000),"Entrans International, LLC",POLAR/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1,"ONE (1) TANK TRAILER, VIN NUMBER 1PM53432021025056, EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNIT (ECU), THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL REPLACE THE EC-30T ECU WITH ANOTHER UNIT. THE OWNER SHOULD CONTACT BENDIX AT 1-800-478-1793. -08/03/2004,04V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V383000),"Tiffin Motorhomes, Inc.",TIFFIN/FMVSS 209/SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,NR (Not Reported),Vehicle,1662,"THE SEAT BELT ASSEMBLIES ON CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE LOOP LOAD REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209. ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.",AMSAFE WILL REPLACE THE BUCKLES. OWNERS SHOULD CONTACT AMSAFE AT 574-266-8330 OR TIFFIN AT 1-256-356-8661. -08/02/2004,04E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E053000),"CLEAN AIR POWER, INC.",CLEAN AIR POWER/LNG FUEL TANKS/TANK RUPTURE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,900,"NEXGEN LIQUID NATURAL GAS (LNG) VEHICLE TANKS WITH SHROUD (TRUCK-STYLE TANKS) BUILT FROM JANUARY 1998 TO JUNE 17, 2004. INTRODUCTION OF WATER INTO THE DISCHARGE SIDE OF BOTH THE PRIMARY OR SECONDARY PRESSURE RELIEF VALVES SIMULTANEOUSLY AND SUBSEQUENT FREEZING IN SERVICE CAN RENDER THE VALVES TEMPORARILY INOPERABLE.","THIS CONDITION CREATES THE RISK OF TANK OVER-PRESSURIZATION AND A POTENTIAL TANK RUPTURE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","CLEAN AIR POWER HAS NOTIFIED ITS CUSTOMERS AND WILL REPAIR THE TANKS FREE OF CHARGE. THE RECALL BEGAN JUNE 15, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CLEAN AIR POWER AT 585-332-4800." -08/02/2004,04V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V376000),"General Motors, LLC",GM/FUEL RAIL,"FUEL SYSTEM, GASOLINE",04066,Vehicle,1103,"ON CERTAIN SPORT UTILITY VEHICLES AND PICKUP TRUCKS EQUIPPED WITH 5.3L (RPO L59) V8 ENGINES, THE ENGINE FUEL RAIL CROSSOVER TUBE RETAINER SCREWS WERE NOT MANUFACTURED TO SPECIFICATIONS AND MAY BREAK.","IF THE TUBE RETAINER SCREW BREAKS, FUEL COULD LEAK FROM THE FUEL RAIL CROSSOVER JOINT, THE ENGINE MAY STALL AND, IF AN IGNITION SOURCE WERE PRESENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT THE FUEL RAIL CROSSOVER TUBE AND, IF NECESSARY, REPLACE THE RETAINER SCREWS. OWNERS WERE NOTIFIED BY TELEPHONE ON JULY 30, 2004, WITH A FOLLOWUP OWNER LETTER BEGAN AUGUST 5, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463. NOTE: THE GM BULLETIN LISTS THE TAHOE AND YUKON MODELS BECAUSE CANADIAN VEHICLES ARE INCLUDED IN THE BULLETIN. NO U.S. TAHOE OR YUKON VEHICLES ARE INCLUDED IN THE U.S. CAMPAIGN." -08/02/2004,04V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V374000),"Hino Motors Sales U.S.A., Inc.",HINO/POWER STEERING CLAMP,STEERING,A3600,Vehicle,588,"ON CERTAIN TRUCKS, THE POWER STEERING PIPE CLAMP WAS NOT INSTALLED.","THE PIPE COULD FRACTURE CAUSING THE LOSS OF POWER STEERING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT EACH VEHICLE AND DETERMINE IF THE POWER STEERING CLIP IS INSTALLED. IF THE POWER STEERING PIPE CLIP IS NOT INSTALLED, THE CORRECT CLIP WILL BE ADDED. THE RECALL BEGAN ON AUGUST 23, 2004. OWNERS SHOULD CONTACT HINO AT 1-845-365-1400." -08/02/2004,04E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E050000),"NEW CLOR, INC.",NEW CLOR/FMVSS 108/HID KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,360,"NEW CLOR HID KITS FOR USE ON PASSENGER VEHICLES. THE LAMPS IN THESE KITS DO NOT COMPLY WITH THE ELECTRICAL AND DEMENTIONAL REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",LAMPS MAY PRODUCE EXCESS GLARE TO ONCOMING TRAFFIC.,"NEW CLOR WILL NOTIFY ITS CUSTOMERS AND WIL REPURCHASE OR OFFER A REFUND FOR THE NONCOMPLIANT HID KITS. THE RECALL BEGAN AUGUST 27, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW CLOR AT 818-363-5392." -08/02/2004,04V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V378000),PACCAR Incorporated,PACCAR/PETERBILT/NEXGEN /LNG TANKS,"FUEL SYSTEM, OTHER",704-C,Vehicle,1,CERTAIN TRUCKS EQUIPPED WITH NEXGEN LIQUID NATURAL GAS (LNG) TANKS ARE BEING RECALLED. THE INTRODUCTION OF WATER INTO THE DISCHARGE SIDE OF BOTH THE PRIMARY AND SECONDARY RELIEF VALVES SIMULTANEOUSLY AND SUBSEQUENT FREEZING IN SERVICE CAN RENDER THE VALVES TEMPORARILY INOPERATIVE.,"IF NOT INSPECTED THE RISK OF TANK OVER-PRESSURIZATION AND A CATASTROPHIC TANK RUPTURE CAN OCCUR, POTENTIALLY RESULTING IN SERIOUS INJURY OR DEATH.","NEXGEN WILL NOTIFY THE CUSTOMER, PERFORM AN INSPECTION, AND PROVIDE INSTRUCTIONS FOR ORDERING AND INSTALLING THE RETROFIT KIT. OWNERS SHOULD CONTACT NEXGEN AT 1-770-720-6780 OR PETERBILT AT 1-940-591-4201." -07/30/2004,04V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V370000),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI/PUERTO RICO/FUEL HOSE CLIP REPOSITIONING,"FUEL SYSTEM, GASOLINE",067,Vehicle,582,"DURING AN INSURANCE INSTITUTE FOR HIGHWAY SAFETY (IIHS) OFFSET FRONTAL BARRIER IMPACT TEST, IT WAS DETERMINED THAT FUEL TAN DAMAGE COULD OCCUR. ON CERTAIN PASSENGER VEHICLES, A VAPOR TUBE HOSE CLAMP THAT IS LOCATED NEAR THE FUEL TANK MAY NOT BE POSITIONED PROPERLY AND COULD CAUSE FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL INSPECT THE POSITION OF THE VAPOR TUBE HOSE CLAMP EARS AND CORRECTLY POSITION THE CLAMP, IF NECESSARY. THE RECALL BEGAN ON OCTOBER 5, 2004. OWNERS SHOULD CONTACT HYUNDAI DE PUERTO RICO AT 1-800-981-0188." -07/30/2004,04V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V367000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FRONTBRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3019,"ON CERTAIN MOTORCYCLES, THE FRONT BRAKE HOSE CAN BECOME TRAPPED BETWEEN THE FRONT FORK AND FENDER, WITH SUBSEQUENT MOTION OF THE FRONT SUSPENSION ABRADING THE BRAKE HOSE.",CONTINUED USE OF THE MOTORCYCLE WITH THE BRAKE HOSE TRAPPED IN THIS POSITION COULD CAUSE A BRAKE FLUID LEAK CREATING THE POSSIBILITY OF A CRASH RESULTING IN INJURY OR DEATH.,"DEALERS WILL ADD A BRACKET TO SUPPORT THE BRAKE HOSES, AND PREVENT THEM FROM INADVERTENTLY BEING PUSHED FORWARD INTO THE FENDER/FORK INTERFACE AREA. THE RECALL BEGAN ON AUGUST 2, 2004. OWNERS SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -07/30/2004,04V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V368000),"Volvo Car USA, LLC",VOLVO/FUEL TANK,"FUEL SYSTEM, GASOLINE",139,Vehicle,226000,"ON CERTAIN PASSENGER VEHICLES, AFTER PROLONGED EXPOSURE TO HEAT, THE FUEL TANK MAY SEEP OR LEAK FUEL AT THE POINTS WHERE THE HEAT SHIELD IS ATTACHED.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","VOLVO WILL INSPECT THE FUEL TANK AND REPLACE IT IF ANY EVIDENCE OF FUEL SEEPAGE OR LEAKAGE IS FOUND. ALL VEHICLES WILL RECEIVE NEW REINFORCEMENT BUSHINGS AT THE HEAT SHIELD ATTACHMENT POINTS TO PREVENT FUTURE LEAKS. THIS RECALL WILL BE CONDUCTED AS A SAFETY RECALL IN THE HOT WEATHER STATES OF ALABAMA, ARKANSAS, ARIZONA, CALIFORNIA, FLORIDA, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NEVADA, NEW MEXICO, NORTH CAROLINA, OKLAHOMA, SOUTH CAROLINA, TENNESSEE, TEXAS, AND UTAH, AND AS A SERVICE RECALL IN THE OTHER 33 STATES AND THE DISTRICT OF COLUMBIA. THE RECALL BEGAN ON SEPTEMBER 24, 2004. OWNERS MAY CONTACT VOLVO AT 1-800-458-1552." -07/29/2004,04E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E051000),DETROIT DIESEL CORP.,ENGINE TURBOCHARGER/SERIES 40/DETROIT DIESEL,ENGINE AND ENGINE COOLING,04C-1,Equipment,2326,"DETROIT DIESEL SERIES 40 TURBOCHARGERS MANUFACTURED FROM JANUARY 1, 1997 THROUGH AUGUST 4, 2002. THE TURBOCHARGER CAN FAIL, ALLOWING LUBRICATING OIL TO SPILL ONTO THE ENGINE.","THIS CAN RESULT IN A FIRE IN THE ENGINE COMPARTMENT, POSSIBLY RESULTING IN PERSONAL INJURY.","DETROIT DIESEL WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPLACE THE TURBOCHARGER FREE OF CHARGE. THE RECALL BEGAN SEPTEMBER 17, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DDC AT 313-592-3708." -07/28/2004,04E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E052000),DETROIT DIESEL CORP.,ENGINE TURBOCHARGER/SERIES 50/DETROIT DIESEL,ENGINE AND ENGINE COOLING,04C-2,Equipment,3421,"DETROIT DIESEL SERIES 50 ENGINE TURBOCHARGERS MANUFACTURED FROM JANUARY 1, 1998, THROUGH DECEMBER 31, 1999. THE TURBOCHARGER COMPRESSOR WHEEL CAN BREAK, RESULTING IN SHAFT IMBALANCE AND LUBRICATING OIL PASSING INTO THE EXHAUST SYSTEM.","THIS CAN RESULT IN AN ENGINE COMPARTMENT FIRE, POSSIBLY RESULTING IN PERSONAL INJURIES.","DETROIT DIESEL WILL NOTIFY ITS CUSTOMERS AND INSTALL AN EXHAUST TEMPERATURE SENSOR AND REPROGRAM THE EMC CALIBRATION FREE OF CHARGE. THE RECALL BEGAN AUGUST 30, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DETROIT DIESEL AT 313-592-3708." -07/27/2004,04V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V371000),NATIONAL R.V. INC.,NATIONAL/CERTIFICATION LABEL/TIRE WEIGHT,EQUIPMENT,NR (Not Reported),Vehicle,776,"ON CERTAIN MOTOR HOMES, DEPENDING ON THE FLOOR PLAN CONFIGURATION AND OPTIONS, THE ACTUAL WEIGHT ON THE REAR PASSENGER SIDE TIRES COULD EXCEED THE TIRE CAPACITY FOR THOSE TIRES AT THE CURRENT COLD INFLATION PRESSURE SETTING.",THE TIRE PRESSURE SPECIFIED ON THE CERTIFICATION LABEL FOR THE REAR TIRES SHOULD BE INCREASED TO 110 PSI. THIS WILL INCREASE THE GROSS LOAD CARRYING CAPACITY OF THE TIRES.,"NATIONAL RV WILL REPLACE THE FEDERAL CERTIFICATION TAG WITH A NEW TAG SPECIFYING A COLD INFLATION PRESSURE OF 110 PSI FOR THE REAR TIRES. THE RECALL BEGAN MARCH 8, 2005. OWNERS SHOULD CONTACT NATIONAL RV AT 1-800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -07/27/2004,04V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V372000),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN\OPTO-COUPLERS,ELECTRICAL SYSTEM,CSAR 1053,Vehicle,78,"ON CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH VANSCO VMM 2820 MODULES, THE MODULE COULD EXPERIENCE AN INCORRECT FAULT INDICATION ON ITS BI-DIRECTIONAL OUPUTS (19 AND 20).","DURING THIS FAULT CONDITION, THERE MAY BE A LOSS OF OPERATION OF THE ANTILOCK BRAKING SYSTEM (ABS) LIGHT, THE CRUISE CONTROL MAY NOT ENGAGE, OR THE ALTERNATOR MAY NOT CHARGE THE HOUSE BATTERIES.","DEALERS WILL REPLACE THESE MODULES. THE RECALL BEGAN ON OCTOBER 15, 2004. OWNERS SHOULD CONTACT WESTERN RV AT 1-866-567-4133." -07/26/2004,04V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V369000),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI PUERTO RICO/FMVSS/FUEL VALVE INSTALLATION,"FUEL SYSTEM, GASOLINE",066,Vehicle,919,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"" A VALVE ON THE FUEL TANK ASSEMBLY MAY NOT CLOSE PROPERLY. IF A VEHICLE ROLLS OVER AND THE FUEL TANK ASSEMBLY VALVE IS NOT PROPERLY CLOSED, FUEL SPILLAGE MAY OCCUR.",FUEL SPILLAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL INSTALL AN ADDITIONAL FUEL TANK ASSEMBLY VALVE. THE RECALL BEGAN ON OCTOBER 5, 2004. OWNERS SHOULD CONTACT HYUNDAI DE PUERTO RICO AT 1-800-981-0188." -07/23/2004,04V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V365000),BUELL MOTORCYCLE CO.,BUELL/FUEL VENT ROLLOVER VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,656,"ON CERTAIN MOTORCYCLES, THE VALVE WHICH WAS DESIGNED TO ALLOW AIR TO REPLACE FUEL IN THE TANK DURING OPERATION COULD MALFUNCTION THEREBY STARVING THE ENGINE FOR FUEL.","THIS SITUATION COULD CAUSE THE VEHICLE TO SHUT DOWN WITHOUT WARNING, WHICH COULD LEAD TO A CRASH, CAUSING THE POSSIBILITY OF DEATH OR INJURY.","BUELL WILL REPLACE THE VENT VALVE. THE RECALL BEGAN ON AUGUST 27, 2004. OWNERS SHOULD CONTACT BUELL AT 414-343-8400." -07/22/2004,04V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V362000),Blue Bird Body Company,BLUE BIRD/FMVSS 221/JOINT STRENGTH,STRUCTURE,R04HV,Vehicle,233,"CERTAIN MY 2005 BLUE BIRD ALL AMERICAN MODEL SCHOOL BUSES MANUFACTURED FROM MAY 24 THROUGH JULY 12, 2004. THESE BUSES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 221, SCHOOL BUS BODY JOINT STRENGTH. THE RIVET PATTERN MAY BE INCORRECT IN SECTIONS OF THE REAR ROOF SHEET JOINT THAT ATTACHES TO THE REAR ROOF CAP.","IN THE EVENT OF A CRASH, THESE PANELS COULD SEPARATE, EXPOSING VEHICLE OCCUPANTS TO INCREASED RISK OF INJURY.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND PROVIDE INSTRUCTIONS AND PARTS TO ADD ADDITIONAL RIVETS AS NEEDED. THE RECALL BEGAN AUGUST 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242." -07/22/2004,04V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V373000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FRONT WHEEL,WHEELS,MC04-08,Vehicle,4995,"ON CERTAIN MOTORCYCLES, THE FRONT WHEEL MAY CONTAIN A CASTING FLAW WHICH COULD RESULT IN A WHEEL FAILURE.",THIS WHEEL FAILURE COULD POTENTIALLY RESULT IN A CRASH.,"DEALERS WILL REPLACE THE FRONT WHEEL. THE RECALL BEGAN ON AUGUST 9, 2004. OWNERS SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -07/22/2004,04V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V366000),"NABI Bus, LLC",NABI/FMVSS 217/WINDOW EMERGENCY EXIT,STRUCTURE,20042,Vehicle,153,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THERE IS INTERFERENCE BETWEEN THE SIDE DESTINATION SIGN AND THE WINDOW FRAME THAT WILL NOT ALLOW THE WINDOW TO OPEN SUFFICIENTLY.","DURING AN EMERGENCY SITUATION, THE FIRST EMERGENCY EGRESS WINDOW LOCATED ON THE CURB SIDE OF THE VEHICLE, IMMEDIATELY BEHIND THE ENTRANCE DOOR, WILL NOT OPEN SUFFICIENTLY TO ALLOW A PERSON TO ESCAPE IN THE EVENT OF AN EMERGENCY, WHICH COULD CAUSE PERSONAL INJURY OR DEATH.","NABI WILL INSPECT AND RELOCATE THE SIDE DESTINATION SIGN TO ELIMINATE THIS INTERFERENCE. THE RECALL BEGAN AUGUST 27, 2004. OWNERS MAY CONTACT NABI AT 1-888-424-5844, EXT. 7900." -07/21/2004,04V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V339000),Crane Carrier Company,CRANE/NEXGEN/LNG TANKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,3,CERTAIN TRUCKS EQUIPPED WITH NEXGEN LIQUID NATURAL GAS (LNG) TANKS ARE BEING RECALLED. THE INTRODUCTION OF WATER INTO THE DISCHARGE SIDE OF BOTH THE PRIMARY AND SECONDARY RELIEF VALVES SIMULTANEOUSLY AND SUBSEQUENT FREEZING IN SERVICE CAN RENDER THE VALVES TEMPORARILY INOPERATIVE.,"IF NOT INSPECTED THE RISK OF TANK OVER-PRESSURIZATION AND A CATASTROPHIC TANK RUPTURE CAN OCCUR, POTENTIALLY RESULTING IN SERIOUS INJURY OR DEATH.",CRANE WILL PERFORM AN INSPECTION AND PROVIDE INSTRUCTIONS FOR ORDERING AND INSTALLING THE RETROFIT KIT. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2004. OWNERS SHOULD CONTACT CRANE AT 918-832-7305. -07/21/2004,04V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V364000),"Jayco, Inc.",JAYCO/ALUMINUM WHEELS,WHEELS,9901054,Vehicle,742,"ON CERTAIN TRAVEL TRAILERS, DUE TO VARIOUS FACTORS, INCLUDING EXCESSIVE PAINT COATING ON THE BRAKE HUB, THE ALUMINUM WHEELS COULD EXHIBIT LESSENED CLAMPING PRESSURE BETWEEN THE ALUMINUM WHEEL AND THE AXLE HUB ASSEMBLY.","THIS COULD LEAD TO WHEEL SEPARATION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT ALL WHEELS, LUGS, STUDS AND MATING SURFACES, AND REMOVE PAINT FROM THE MATING SURFACES OF THE WHEEL AND HUB. THE RECALL BEGAN ON OCTOBER 18, 2004. OWNERS SHOULD CONTACT JAYCO AT 1-219-825-5861." -07/21/2004,04V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V360000),PACCAR Incorporated,PACCAR/KENWORTH/WIRING,ELECTRICAL SYSTEM,04KW3,Vehicle,15,"ON CERTAIN TRUCKS EQUIPPED WITH A COMBINATION OF CATERPILLAR C11/C13 ENGINES AND AN OPTIONAL LEECE NEVILLE BRUSHLESS ALTERNATOR, A CHAFFING POINT MAY EXIST BETWEEN A HEAT SHIELD ON THE ENGINE AND THE WIRING FOR THE ALTERNATOR.",THIS COULD LEAD TO AN ELECTRICAL SHORT OR ARC SITUATION WHICH COULD RESULT IN AN ENGINE FIRE.,"DEALERS WILL CHANGE THE ALTERNATOR TO A BRUSH-TYPE ALTERNATOR THAT IS SHORTER IN LENGTH AND PROVIDE THE NECESSARY CLEARANCE TO ALL SURROUNDING COMPONENTS. THE RECALL BEGAN AUGUST 31, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -07/20/2004,04V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V353000),"Carriage, Inc.",CARRIAGE\SAMSUNG\MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,1205,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR1031WB, MR1032BB, MR1033SB, MR1351WB, AND MR1352BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR CARRIAGE AT 1-574-642-3622." -07/20/2004,04V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V352000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/HITCH RECEIVER,TRAILER HITCHES,40715,Vehicle,8969,CERTAIN MOTOR HOMES EQUIPPED WITH DRAW TITE HITCH RECEIVERS MAY BE MISSING ONE OR MORE WELDS BETWEEN THE HITCH RECEIVER BOX AND THE BOTTOM SUPPORT PLATE.,"THE WELDS COULD BREAK, ALLOWING THE HITCH RECEIVER BOX AND THE TOWED LOAD TO SEPARATE FROM THE TOWING VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE HITCH RECEIVER. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2004. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-322-8216. -07/20/2004,04V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V363000),"Jayco, Inc.",JAYCO/WATER HEATER,EQUIPMENT,9901053,Vehicle,1437,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH OPTIONAL 6 GALLON DSI GAS/ELECTRIC WATER HEATERS WITH REMOTELY OPERATED 110-VOLT WATER HEATER ON/OFF SWITCHING, EXCESSIVE HEAT CAN BE GENERATED AT THE WIRE CONNECTIONS TO THE WATER HEATER WHILE THE HEATER IS BEING OPERATED ON 110 VOLTS.","THIS HAS RESULTED IN HEAT AND SMOKE DAMAGE TO THE WATER HEATER INSULATION, PLUMBING, WIRING AND WATER HEATER COMPARTMENT.","DEALERS WILL CONDUCT A DETAILED INSPECTION OF THE WATER HEATER WIRING, REMOTE RELAY AND REMOVE ANY EXCESSIVE INSULATION AT THE CONNECTION BETWEEN THE SUPPLY LINE AND THE INTERNAL WATER HEATER WIRING IN THE WATER JUNCTION BOX. THE RECALL BEGAN ON AUGUST 12, 2004. OWNERS SHOULD CONTACT JAYCO AT 1-219-825-5861." -07/20/2004,04V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V355000),MONACO COACH CORPORATION,MONACO\PATIO AWNING MOTOR WIRING,EQUIPMENT,R04027,Vehicle,22,"ON CERTAIN CLASS A MOTOR HOMES, INCORRECT GAUGE AND WIRING WAS USED WHEN INSTALLING THE PATIO AWNING MOTOR.","THE INCORRECT WIRING MAY ALLOW OVERLOADING OF THE WIRE, CREATING THE POTENTIAL FOR A FIRE.","DEALERS WILL RELOCATE THE SLIDE-OUT OVERHEAD CONTROL BOX AND REWIRE THE PATIO AWNING MOTOR. THE RECALL BEGAN JULY 29, 2004. OWNERS SHOULD CONTACT MONACO COACH AT 1-800-685-6545." -07/20/2004,04V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V361000),QUALITY STREET CARTS,QUALITY STREET CARTS/CART TIPOVER,STRUCTURE,NR (Not Reported),Vehicle,44,"ON CERTAIN VENDOR CARTS, THE TIRES CAN CONTACT THE UNDERSIDE WHILE MOVING.","THIS COULD CAUSE THE CART TO TIP OVER SIDEWAYS, WHICH COULD RESULT IN A CRASH.","QUALITY STREET CARTS WILL SEND OUT 2"" X 3/4"" STEEL SPACES THAT MUST BE WELDED IN PLACE ABOVE THE SLIPPER SPRING FLAT IN ORDER TO INCREASE THE GAP BETWEEN THE TOP OF THE TIRES AND THE UNDERSIDE OF THE CART. THE RECALL IS EXPECTED TO BEGIN DURING JULY 2004. OWNERS SHOULD CONTACT QUALITY STREET CARTS AT 1-866-364-2278." -07/19/2004,04V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V341000),Blue Bird Body Company,BLUE BIRD/FMVSS 121/FRONT BRAKE AIR GAUGE,"SERVICE BRAKES, AIR",R04HU,Vehicle,48,"CERTAIN MOTOR COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE BUSES WERE MANUFACTURED WITHOUT THE CHECK VALVE, WHICH PROTECTS THE FRONT SERVICE BRAKE RESERVOIR.",LOSS OF AIR PRESSURE COULD RESULT IN LONGER STOPPING DISTANCES WHICH COULD RESULT IN A CRASH.,"DEALERS WILL ADD THE REQUIRED CHECK VALVE TO THE FRONT AIR BRAKE SERVICE RESERVOIR TO INSURE COMPLIANCE WITH FMVSS NO. 121. THE RECALL BEGAN ON JULY 30, 2004. OWNERS SHOULD CONTACT BLUE BIRD AT 478-822-2242." -07/19/2004,04V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V345000),"Nissan North America, Inc.",NISSAN/FMVSS 201/SEAT BELT ANCHORAGE,SEAT BELTS,RO406,Vehicle,59947,"CERTAIN PICKUP TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" AN AREA ON THE REAR PILLAR WHERE THE REAR SEAT BELT UPPER ANCHOR IS ATTACHED MAY NOT BE SUFFICIENTLY ENERGY ABSORBENT.",THIS COULD RESULT IN AN INCREASED RISK OF INJURY IF THE AREA IS STRUCK IN A CRASH.,"DEALERS WILL REPLACE THE OUTBOARD REAR SEAT BELT ASSEMBLIES WITH NEW ONES. THE RECALL BEGAN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -07/19/2004,04V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V350000),"Suzuki Motor USA, LLC",SUZUKI/MOTORCYCLE/FUEL SYSTEM EVAPORATIVE CANISTER,"FUEL SYSTEM, GASOLINE",2067,Vehicle,849,"THIS CAMPAIGN INVOLVES CERTAIN MARAUDER MODEL MOTORCYCLES EQUIPPED WITH CALIFORNIA EVAPORATIVE EMISSIONS EQUIPMENT. WHEN A MOTORCYCLE IS PARKED AFTER CITY DRIVING IN HEAVY TRAFFIC, UNDER SOME CONDITIONS, ELEVATED PRESSURE IN THE FUEL TANK VENT LINE CAN CAUSE BACK PRESSURE IN THROUGH THE SURGE CONTROL VALVE.",ON SOME OCCASIONS THIS CAN CAUSE LIQUID FUEL FROM REAR CARBURETOR AIR FILTER BOX. IN THE PRESENCE OF AN IGNITION SOURCE THIS FUEL LEAKAGE CAN CAUSE A FIRE.,"DEALERS WILL REPLACE THE CARBON CANISTER WITH A NEWLY DESIGNED CANISTER AND ASSOCIATED VENT LINE CHANGES WILL BE MADE. THE RECALL BEGAN ON JULY 30, 2004. OWNERS SHOULD CONTACT SUZUKI AT 1-800-255-2550." -07/19/2004,04V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V358000),"Winnebago Industries, Inc.",WINNEBAGO\SAMSUNG\MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,5645,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR1031WB, MR1032BB, MR1033SB, MR1351WB, AND MR1352BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR WINNEBAGO AT 1-641-585-3535." -07/16/2004,04T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T013000),Cooper Tire & Rubber Co.,COOPER TIRE/CRACKS IN THE SHOULDER BASE,TIRES,132,Tire,1269,"CERTAIN COOPER ZEON 2X AND MASTERCRAFT AVENGER ZHP TIRES SIZE 245/50R16, MANUFACTURED BETWEEN APRIL 4 AND MAY 15, 2004. THESE TIRES MAY HAVE BEEN PRODUCED WITH INADEQUATE RUBBER COVERAGE OF THE BELT OVERWRAP DUE TO LOW TREAD GAUGE IN THE SHOULDER SLOT AREA. THIS COULD EVENTUALLY CAUSE CRACKING AT THE BASE OF THE SHOULDER SLOTS, RESULTING IN EXPOSED BELT OVERWRAP MATERIAL.","THIS COULD LEAD TO TIRE FAILURE, POSSIBLY RESULTING IN A CRASH.","COOPER WILL NOTIFY ITS CUSTOMERS AND WILL REPLACE, MOUNT, AND BALANCE THE TIRES FREE OF CHARGE IF THE TIRES ARE PRESENTED FOR REMEDY WITHIN SIXTY (60) DAYS AFTER (A) RECEIPT OF THE NOTIFICATION LETTER OR (B) NOTICE THAT REPLACEMENT TIRES ARE AVAILABLE (IF NOT AVAILABLE AT THE TIME OF INSPECTION). OWNER NOTIFICATION BEGAN JULY 8, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE'S CONSUMER RELATIONS AT (800) 854-6288." -07/16/2004,04V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V359000),IC CORPORATION,IC CORPORATION/VANDALE LOCK AUDIO SYSTEM,EQUIPMENT,04303,Vehicle,538,"ON CERTAIN SCHOOL BUSES BUILT WITH VANDALE LOCK SYSTEMS, THE SYSTEM DOES NOT PROVIDE AN AUDIO SOUND TO WARN THE DRIVER THAT THE EMERGENCY DOOR IS LOCKED WHILE THE VEHICLE IS IN OPERATION.","IF THE EMERGENCY DOOR IS LOCKED AND THE BUS IS INVOLVED IN A CRASH OR EMERGENCY SITUATION, BUS OCCUPANTS MAY NOT BE ABLE TO ESCAPE FROM THE BUS IN A TIMELY MANNER OR EVEN AT ALL. THIS COULD POSSIBLY RESULT IN SERIOUS INJURY TO THE OCCUPANTS.","IC WILL NOTIFY ITS CUSTOMERS AND WILL REPAIR THE ALARM BY ADDING A WIRE TO THE CURRENT SYSTEM FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 23, 2004. OWNERS SHOULD CONTACT IC AT 1-800-843-5615." -07/16/2004,04V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V351000),THE LITTLE TRAILER COMPANY,LITTLE TRAILER/FRAME WELD,TRAILER HITCHES,NR (Not Reported),Vehicle,13,CERTAIN MINI TRAILERS HAVE INADEQUATE WELDS TO THE TONGUE AND FRAME ASSEMBLY. THIS COULD CAUSE SEPARATION OF THE TONGUE ASSEMBLY FROM THE FRAME.,"THIS CONDITION COULD CAUSE INSTABILITY AND POSSIBLE LOSS OF CONTROL OF THE TRAILER, WHICH COULD RESULT IN A CRASH.",LITTLE TRAILER WILL EXCHANGE THE TRAILER WITH A NEW TRAILER AND A NEWLY DESIGNED FRAME. THE RECALL IS EXPECTED TO BEGIN DURING AUGUST 2004. OWNERS SHOULD CONTACT THE LITTLE TRAILER COMPANY AT 574-522-1112. -07/15/2004,04V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V332000),Ford Motor Company,FORD/FRONT COIL SPRINGS,SUSPENSION,04S17,Vehicle,899060,"ON CERTAIN PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, THE FRONT COIL SPRINGS COULD FRACTURE DUE TO CORROSION ASSOCIATED WITH SALT USED ON THE ROADWAYS DURING THE WINTER. A FRACTURED SPRING COULD MOVE PAST THE SPRING SEAT AND CONTACT A FRONT TIRE.","IF THIS OCCURS, THE TIRE MAY RUPTURE RESULTING IN A RAPID AIR LOSS, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL PROTECTIVE SPRING SHIELDS. IN ADDITION, FORD IS EXTENDING THE WARRANTY COVERAGE OF THE FRONT COIL SPRINGS IN ALL OTHER STATES, FOR FRACTURE ONLY, UP TO 10 YEARS OF SERVICE OR 150,000 MILES, WHICHEVER OCCURS FIRST. IF THE VEHICLE HAS ALREADY ACCUMULATED MORE THAN 150,000 MILES, THIS COVERAGE WILL LAST UNTIL JULY 31, 2005. IF EITHER FRONT COIL SPRING FRACTURES, DEALERS WILL REPLACE BOTH FRONT SPRINGS AT NO CHARGE TO THE OWNER. AN INTERIM NOTICE WAS SENT TO OWNERS ON AUGUST 2, 2004. PARTS ARE NOW AVAILABLE FOR THE 2000-2001 MY VEHICLES AND OWNERS WERE SENT A LETTER ON JANUARY 10, 2005, ADVISING THEM TO BRING IN THEIR VEHICLES FOR REPAIR PARTS ARE EXPECTED TO BE AVAILABLE FOR THE 1999 MY VEHICLES BY THE END OF FEBRUARY 2005 AND OWNERS OF THESE VEHICLES WILL BE NOTIFIED THEN. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -07/15/2004,04V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V356000),PACCAR Incorporated,PACCAR/KENWORTH CERTIFICATION LABEL,EQUIPMENT,04KW2,Vehicle,92,"CERTAIN TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.' THE TIRE PRESSURE WAS OMITTED FROM THE VEHICLE'S CERTIFICATION LABEL.","IF THE TIRE IS OPERATED IN AN UNDER-INFLATED CONDITION, THE LOAD CARRYING CAPACITY OF THE VEHICLE MAY BE COMPROMISED, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECTED LABEL. THE RECALL BEGAN AUGUST 12, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -07/14/2004,04V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V344000),"BMW of North America, LLC",BMW/ENGINE CONTROL MODULE/ENGINE STALLING,POWER TRAIN,NR (Not Reported),Vehicle,4102,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 8 AND 12 CYLINDER ENGINES, THE DIGITAL ENGINE MANAGEMENT CONTROL (EMC) UNITS WERE NOT PRODUCED ACCORDING TO SPECIFICATIONS.","AS A RESULT, ENGINE STALLING WILL OCCUR AFTER A SHORT PERIOD OF OPERATION. THE VEHICLE MAY NOT BE ABLE TO RESTART. ALSO, A LOSS OF POWER STEERING AND, AFTER REPEATED ACTUATION OF THE BRAKE PEDAL, A LOSS OF BRAKE POWER ASSIST WILL OCCUR. THESE CONDITIONS COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSTALL A NEW DIGITAL ENGINE MANAGEMENT CONTROL UNIT. THE RECALL BEGAN ON JULY 16, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -07/14/2004,04V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V357000),DAEWOO MOTOR AMERICA,DAEWOO\CAMSHAFT POSITION SENSORS/MIL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11576,"ON CERTAIN PASSENGER VEHICLES, THE CAMSHAFT POSITION SENSOR MAY MELT RESULTING IN A BURNING SMELL AND VISIBLE SMOKE, WHICH MAY SUBSEQUENTLY LEAD TO THE MELTING OF THE CAMSHAFT COVER AND THE CAMSHAFT POSITION SENSOR WIRE HARNESS.",THIS COULD POSSIBLY CAUSE AN UNDERHOOD FIRE.,"DEALERS WILL REPLACE THE CAMSHAFT POSITION SENSORS AND INSTALL AN ADDITIONAL FUSE. THE RECALL BEGAN ON SEPTEMBER 7, 2004. OWNERS SHOULD CONTACT DAEWOO AT 1-877-362-1234, OPTION 6, OR FIND A LOCAL DEALER THROUGH THEIR WEBSITE AT WWW.DAEWOOUS.COM." -07/14/2004,04V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V331000),Ford Motor Company,FORD/FRAME,STRUCTURE,04S19,Vehicle,1395,"ON CERTAIN PICKUP TRUCKS, THE FRAME MAY HAVE A CENTER RAIL SECTION FLANGE THAT WAS NOT FORMED PROPERLY.","IN THE EVENT OF A SIDE IMPACT CRASH, THE FRAME RAIL SCOULD PUNCTURE THE FUEL TANK, RESULTING IN A FUEL LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FRAME TO DETERMINE WHETHER THE FRAME WAS INCORRECTLY MANUFACTURED. IF THERE IS A PROBLEM, THE VEHICLE WILL NOT BE REPAIRED. FORD AND THE DEALER WILL REPLACE THE VEHICLE. THE RECALL BEGAN ON JULY 19, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -07/14/2004,04V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V342000),"Subaru of America, Inc.",SUBARU/DRIVER'S SEAT SLIDE RAIL BOLT,SEATS,WWT-04,Vehicle,84574,"ON CERTAIN SEDAN AND WAGON MODEL VEHICLES, THE LEFT FRONT BOLT THAT RETAINS THE FORWARD PART OF THE DRIVER'S SEAT TO THE SEAT SLIDE RAIL MAY LOOSEN. IF THE SEAT SLIDE RAIL BOLT LOOSENS, IT WILL EVENTUALLY FALL OUT, AND THE SEAT MAY SEPARATE FROM THE SEAT SLIDE.","IN THE EVENT OF A CRASH, THE DRIVER MAY SUSTAIN MORE SEVERE INJURIES DUE TO THE SEAT MOVEMENT.","DEALERS WILL INSTALL A NEW LEFT HAND DRIVER'S SEAT RAIL MOUNTING BOLT. THE RECALL BEGAN ON AUGUST 20, 2004. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783." -07/13/2004,04V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V346000),Toyota Motor Engineering & Manufacturing,TOYOTA/CURTAIN SHIELD AIRBAG,AIR BAGS,NR (Not Reported),Vehicle,128316,"ON CERTAIN VEHICLES EQUIPPED WITH CURTAIN SHIELD AIR BAGS (CSA), ONE OR BOTH OF THE CURTAIN AIR BAGS MAY BE TWISTED NEAR THE INFLATOR DUE TO IMPROPER ASSEMBLY.","IF THIS OCCURS, THE CSA MAY NOT DEPLOY RAPIDLY ENOUGH WHEN ACTIVATED IN A SIDE IMPACT COLLISION. THIS MAY RESULT IN FAILURE TO PROVIDE THE INTENDED HEAD PROTECTION, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THE CSAS AND REPLACE THE AIR BAG ASSEMBLY IF NECESSARY. THE RECALL BEGAN ON AUGUST 6, 2004. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -07/12/2004,04V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V348000),"BMW of North America, LLC",BMW/FLAT TIRE MONITORING SYSTEM'S PROGRAMMING,TIRES,NR (Not Reported),Vehicle,1193,"ON CERTAIN PASSENGER VEHICLES, THE FLAT TIRE MONITORING SYSTEM HAS NOT BEEN CORRECTLY PROGRAMMED. IN THE EVENT OF A FLAT TIRE, AN AUDIBLE SIGNAL WILL NOT SOUND TO ALERT THE DRIVER TO A FLAT TIRE.","DUE TO THE LACK OF AN AUDIBLE SIGNAL, THE DRIVER MAY NOT BE AWARE OF A FLAT TIRE, WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE VEHICLE'S SOFTWARE IN ORDER TO ACTUATE THE FLAT TIRE MONITORING SYSTEM'S AUDIBLE SIGNAL. THE RECALL BEGAN OCTOBER 13, 2004. OWNERS SHOULD CONTACT MINI CUSTOMER RELATIONS AT 1-866-275-6464." -07/12/2004,04V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V343000),FREIGHTLINER LLC,FREIGHTLINER/WORN FRONT BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",FL-421,Vehicle,3200,ON CERTAIN SCHOOL BUSES CHASSIS EQUIPPED WITH CATERPILLAR ENGINES AND HYDRAULIC BRAKES. A BRAIDED GROUND STRAP FOR THE STARTER MAY RUB ON A STEEL CHASSIS BRAKE LINE POTENTIALLY CAUSING A FLUID LEAK.,"A BRAKE FLUID LEAK CAN REDUCE BRAKING EFFECTIVENESS AND INCREASE THE STOPPING DISTANCE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BRAKE LINE AND REPLACE IT, IF NECESSARY. THE BRAIDED GROUND STRAP WILL BE REPLACED WITH AN INSULATED CABLE. THE RECALL BEGAN ON AUGUST 10, 2004. OWNERS MAY CONTACT FREIGHTLINER AT 1-800-547-0712." -07/12/2004,04V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V347000),Land Rover,LAND ROVER/FMVSS 201/A-PILLAR TRIM,STRUCTURE,B176,Vehicle,31049,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING TESTING, THE FREE MOTION HEAD FORM REGISTERED A MEASUREMENT MARGINALLY ABOVE THE PERMITTED 1000 HEAD IMPACT CRITERIA. AT THE LEFT AND RIGHT HAND A-PILLAR TRIM AREA.","IN THE EVENT OF A VEHICLE CRASH, PERSONAL INJURY TO OCCUPANTS MAY OCCUR.","DEALERS WILL REPLACE THE A-PILLAR TRIM WITH A REVISED COMPONENT THAT ENABLES THE VEHICLE TO FULLY MEET THE REQUIREMENTS OF FMVSS 201. THE RECALL BEGAN ON DECEMBER 6, 2005. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -07/12/2004,04E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E048000),TRW OCCUPANT SAFETY SYSTEMS,TRW/FMVSS 209/SEAT BELT/NO LOCK CONDITION,SEAT BELTS,NR (Not Reported),Equipment,388,"CERTAIN TRW DRIVER'S SIDE SEAT BELTS MANUFACTURED ON DECEMBER 6 AND 9, 2002, FOR USE AS REPLACEMENT EQUIPMENT FOR 1997 FORD ESCORT 4-DOOR AND STATION WAGON PLATFORM VEHICLES, FORD'S P/N F7CZ54611B09AAC. THE SEAT BELT ASSEMBLIES EXHIBIT A NO-LOCK CONDITION WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, SEAT BELT ASSEMBLIES.","IN THE EVENT OF A CRASH, THE RESTRAINT SYSTEM MAY NOT PROVIDE ADEQUATE PROTECTION TO THE SEAT OCCUPANT, WHICH MAY INCREASE THE RISK OF PERSONAL INJURY.","TRW WILL NOTIFY THE CUSTOMERS WHO PURCHASED THE REPLACEMENT SEAT BELT ASSEMBLIES FREE OF CHARGE. THE RECALL BEGAN ON AUGUST 27, 2004." -07/09/2004,04V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V334000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BATTERY CABLE FASTENERS,ELECTRICAL SYSTEM,D28,Vehicle,20060,"ON CERTAIN PASSENGER VEHICLES, THE BATTERY CABLE FASTENERS AT THE BULKHEAD STUD MAY NOT HAVE BEEN PROPERLY TIGHTENED.",A LOOSE FASTENER CAN CAUSE AN INSTRUMENT PANEL FIRE.,"DEALERS WILL TIGHTEN THE BULKHEAD STUD BATTERY CABLE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN ON JULY 6, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2004,04V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V338000),RV MANUFACTURING ENTERPRISES LLC,AMERI-CAMP/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,159,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR1031WB, MR1032BB, MR1033SB, MR1351WB, AND MR1352BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR AMERI-CAMP AT 1-574-528-6007." -07/08/2004,04V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V335000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FRONT SHOULDER BELT BOLT,SEAT BELTS,D30,Vehicle,12211,"ON CERTAIN PASSENGER VEHICLES, THE FRONT SHOULDER BELT ADJUSTABLE TURNING LOOP (ATL) BOLTS MAY NOT HAVE BEEN PROPERLY TIGHTENED.","THIS COULD CAUSE SHOULDER BELT SEPARATION IN CERTAIN CRASH CONDITIONS, WHICH CAN INCREASE THE RISK OF INJURY TO FRONT SEAT OCCUPANTS.","DEALERS WILL TIGHTEN THE SHOULDER BELT ADJUSTER TURNING LOOP BOLTS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN ON JULY 6, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2004,04V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V336000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR SEAT BELT,SEAT BELTS,D32,Vehicle,312,"ON CERTAIN CONVERTIBLE MODEL VEHICLES, THE LEFT HAND REAR SEAT BELT RETRACTOR BOLT MAY NOT HAVE BEEN PROPERLY TIGHTENED.",THIS MAY RESULT IN THE REAR SEAT OCCUPANT BEING IMPROPERLY RESTRAINED IN A CRASH.,"DEALERS WILL TIGHTEN THE LEFT SIDE REAR SEAT BELT RETRACTOR BOLT TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN ON JULY 19, 2004. OWNERS CAN CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2004,04V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V337000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/VALVE COVER STUDS,ENGINE AND ENGINE COOLING,D33,Vehicle,1600,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.7L ENGINES ONLY, TWO VALVE COVER STUDS MAY INTERFERE WITH THE FUEL INJECTOR AND ALTERNATOR WIRING HARNESSES.",DAMAGE TO THE ALTERNATOR WIRING HARNESS COULD RESULT IN AN UNDER HOOD FIRE.,"DEALERS WILL ADD PROTECTIVE CAPS TO THE VALVE COVER STUDS AND RE-ROUTE THE AFFECTED WIRING HARNESS TO PROVIDE CLEARANCE. OWNER NOTIFICATION BEGAN ON JULY 19, 2004. OWNERS CAN CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2004,04V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V333000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/WELDS MISSING,SEAT BELTS,D21,Vehicle,21,"ON CERTAIN PASSENGER VEHICLES, A SPOT WELDING OPERATION FOR THE REAR FLOORPAN REINFORCEMENT MAY NOT HAVE BEEN PERFORMED.","THIS COULD CAUSE THE REAR SEAT BELT ANCHORS AND/OR THE CHILD SEAT ANCHORS TO SEPARATE IN CERTAIN CRASH CONDITIONS, WHICH CAN INCREASE THE RISK OF INJURY TO REAR SEAT PASSENGERS.","DEALERS WILL INSPECT THE REAR FLOORPAN REINFORCEMENT FOR MISSING WELDS AND INSTALL STRUCTURAL RIVETS IF NECESSARY. OWNER NOTIFICATION BEGAN ON JULY 6, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2004,04V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V340000),Ducati North America,DUCATI/KTM OIL COOLERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1800,"CERTAIN MOTORCYCLES, A SIGNIFICANT QUANTITY OF OIL LUBRICANT CAN LEAK ON TO THE REAR WHEEL AND TIRE FROM THE OIL COOLER.",OIL LEAKAGE CAN CAUSE DANGEROUS RIDING CONDITIONS WHICH COULD LEAD TO INJURY OR A CRASH.,"DEALERS WILL INSPECT THE OIL COOLER AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON DECEMBER 5, 2004. OWNERS SHOULD CONTACT DUCATI AT 408-343-4411." -07/08/2004,04V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V330000),Ford Motor Company,FORD/POWER ADJUSTABLE SEAT,SEATS,04S18,Vehicle,24277,CERTAIN PASSENGER VEHICLES EQUIPPED WITH POWER ADJUSTABLE SEATS MAY HAVE BEEN INADEQUATELY WELDED.,THE SEAT MAY NOT PERFORM AS INTENDED DURING A CRASH WHICH COULD INCREASE THE RISK OF INJURY.,"DEALERS WILL REPLACE THE UPPER SUPPORT ASSEMBLY ON THE POWER SEATS. THE RECALL BEGAN ON JULY 20, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -07/07/2004,04V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V327000),Ford Motor Company,FORD/BATTERY TERMINAL TO ENGINE BLOCK CONNECTION,ELECTRICAL SYSTEM,04S15,Vehicle,83687,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH 6.0L DIESEL ENGINES, THE ENGINE GROUND STUD THAT ATTACHES THE NEGATIVE BATTERY TERMINAL EYELET TO THE ENGINE BLOCK MAY BE LOOSE.","IF THE GROUND WIRE IS LOOSE, ELECTRICAL CURRENT MAY FLOW TO THE RADIO SUPPRESSION STRAP CAUSING IT TO HEAT AND POTENTIALLY MELT OR IGNITE ADJACENT COMPONENTS WHICH COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE ENGINE GROUND STUD AND THE RADIO SUPPRESSION STRAP AND ADJACENT COMPONENTS WILL BE INSPECTED FOR DAMAGE AND REPLACED, IF NECESSARY. THE RECALL BEGAN ON JULY 23, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -07/07/2004,04V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V328000),Ford Motor Company,FORD/REAR AXLE SHAFT FRACTURE,SUSPENSION,04S16,Vehicle,47314,"CERTAIN POLICE, COMMERCIAL, AND PASSENGER VEHICLES SOLD TO FLEETS TYPICALLY INPUT HIGHER LOADS INTO THE VEHICLE CHASSIS OVERLOADING THE WHEEL BEARINGS AND AXLES.","THIS COULD LEAD TO EARLY BEARING FAILURE AND ULTIMATELY TO AXLE SHAFT FRACTURE. IN THE EVENT OF AXLE SHAFT FRACTURE, THE VEHICLE WOULD LOSE DRIVE FUNCTION AND WOULD COAST TO A STOP. LOSS OF DRIVE FUNCTION COULD LEAD TO A CRASH.","DEALERS WILL REPLACE THE REAR WHEEL BEARINGS, SEALS,AND AXLE SHAFTS. THE RECALL BEGAN ON JULY 15, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -07/07/2004,04V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V329000),Motor Coach Industries,MOTOR COACH/LOWER RADIUS ROD BRACKET,SUSPENSION,227,Vehicle,518,"ON CERTAIN MOTOR COACHES, THE FRONT LOWER RADIUS ROD MOUNTING BRACKET COMPONENTS MAY NOT HAVE BEEN WELDED SUFFICIENTLY.","THESE WELDS MAY CRACK, ALLOWING MOVEMENT AND POTENTIAL SEPARATION OF THE RADIUS ROD MOUNTING BRACKET, WHICH COULD RESULT IN A CRASH.","OWNERS HAVE BEEN PROVIDED WITH REPAIR INSTRUCTIONS. THE RECALL BEGAN ON JULY 1, 2004. OWNERS SHOULD CONTACT MCI AT 1-800-241-2947." -07/07/2004,04V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V326000),"Nissan North America, Inc.",NISSAN/SKYVIEW ROOF,VISIBILITY,PU401,Vehicle,32100,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH SKYVIEW ROOFS, THE GLASS FOR THE ROOF MAY NOT HAVE BEEN QUENCHED PROPERLY AFTER THE FORMING PROCESS, RESULTING IN TEMPER IMBALANCE.","THIS COULD CREATE EXCESSIVE INTERNAL STRESS IN THE GLASS AND EVENTUALLY CAUSE THE GLASS TO SHATTER, CREATING A RISK OF INJURY.","DEALERS WILL INSPECT AND REPLACE THE GLASS IN THE SKYVIEW ROOF. THE RECALL BEGAN ON SEPTEMBER 7, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -07/06/2004,04V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V324000),"POWERGROUP INTERNATIONAL, LLC",ALPHASPORTS/ENGINE MOUNT,STRUCTURE,SC-01-04,Vehicle,216,CERTAIN SCOOTERS MAY HAVE A DEFECTIVE ENGINE MOUNT THAT COULD SEPARATE WITHOUT WARNING DURING NORMAL USE. THE WELDED SEAM IN THE TUBING MAY SEPARATE ALLOWING THE ENGINE TO SHIFT OUT OF NORMAL OPERATING POSITION.,SERIOUS INJURY AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,"DEALER WILL INSTALL A NEW ENGINE MOUNT. THE RECALL BEGAN ON JULY 23, 2004. OWNERS SHOULD CONTACT ALPHASPORTS AT 1-877-543-7288 EXT. 225." -07/06/2004,04E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E047000),"Big Dog Motorcycles, LLC",BIG DOG MOTORCYCLES/SISSY BARS AND STRUTS BREAK,EQUIPMENT,NR (Not Reported),Equipment,34,"BIG DOG MOTORCYCLES 2004 MASTIFF SISSY BARS AND STRUTS, PART NOS. BMD220-00022, BMD220-00003, AND BMD220-00004, MANUFACTURED BETWEEN OCTOBER 2003, AND FEBRUARY 2004. THE BOLT CONNECTING THE SISSY BAR AND STRUT AND THE SISSY BAR ITSELF MAY BE UNDERSIZED.","UNDER HEAVY LOADING, THIS COULD CAUSE THE BOLT OR SISSY BAR TO BREAK, POSSIBLY RESULTING IN INJURIES.",BIG DOG WILL NOTIFY ITS CUSTOMERS AND REPLACE THE PARTS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY 2004. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BIG DOG MOTORCYCLES AT 316-267-9121. -07/06/2004,04V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V318000),"Genie Industries, Inc.",GENIE/BOOM STRUCTURAL FATIGUE,STRUCTURE,NR (Not Reported),Vehicle,240,"CERTAIN TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS ARE EXPERIENCING STRUCTURAL FATIGUE, NEAR THE MOUNTING OF THE OUTRIGGER LIMIT SWITCH, DUE TO VIBRATION DURING ROAD TRAVEL.","THE STRUCTURAL INTEGRITY OF THE CHASSIS MAY BE COMPROMISED WHICH IN AN EXTREME CONDITION EVENTUALLY COULD BECOME UNSTABLE DURING TRANSPORT, INCREASING THE RISK OF A CRASH.","GENIE WILL PROVIDE KITS TO OWNERS FREE OF CHARGE. THE RECALL BEGAN ON JULY 26, 2004. OWNERS SHOULD CONTACT GENIE AT 1-866-927-7269." -07/06/2004,04V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V320000),"General Motors, LLC",GM/TRANSMISSION SHIFT CABLE SEPARATION,POWER TRAIN,04061,Vehicle,1792,"CERTAIN VANS WERE BUILT WITH A TRANSMISSION SHIFT CABLE ASSEMBLY THAT MAY SEPARATE. IF THE CABLE ASSEMBLY SEPARATES, THE TRANSMISSION SHIFT LEVER POSITION AND THE TRANSMISSION INDICATOR MAY NO LONGER CORRELATE.","IF THIS WERE TO OCCUR, THE VEHICLE COULD MOVE IN A DIRECTION NOT ANTICIPATED BY THE DRIVER, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT THE TRANSMISSION SHIFT CABLE ASSEMBLY, AND IF NECESSARY, REPLACE IT. THE RECALL BEGAN ON AUGUST 19, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -07/06/2004,04V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V319000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",SR-04-008,Vehicle,44214,"ON CERTAIN SPORT UTILITY VEHICLES, WHEN THE FUEL TANK IS FULL AND THE VEHICLE IS PARKED FACING FORWARD ON AN UPWARD SLOPE, THE FUEL TANK LEVELING VALVE MAY NOT MAINTAIN PROPER SEALING IN THE EVENT THE FUEL EXPANDS FROM A RISE IN THE AMBIENT TEMPERATURE.","IF THE FUEL LEVELING VALVE DOES NOT SEAL PROPERLY, FUEL MAY LEAK ONTO THE GROUND. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.","DEALERS WILL REPLACE THE LEVELING VALVE. THE RECALL BEGAN ON AUGUST 30, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-800-222-0037 OR MITSUBISHI CARIBBEAN AT 1-787-251-8715." -07/06/2004,04V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V325000),MONACO COACH CORPORATION,MONACO/ABS DASH LIGHTS,"SERVICE BRAKES, HYDRAULIC",R04028,Vehicle,29,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""BRAKE SYSTEMS."" THE ANTILOCK BRAKE SYSTEM (ABS) LIGHTS ARE NOT VISIBLE ON THE INSTRUMENT CLUSTER OF THE DASH.","WITHOUT THE ABS INDICATOR LIGHTS TO WARN THE DRIVER THAT THERE IS A FAULT IN THE ABS SYSTEM, THEY MAY NOT BE PREPARED TO REACT PROPERLY TO CURRENT ROAD CONDITIONS AND/OR TRAFFIC FLOW. A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL REWIRE PLUGS TO CORRECT THE SIGNAL FROM THE ABS MODULE AND THE INSTALLATION OF AMBER COLORED LIGHTS TO THE INSTRUMENT CLUSTER OF THE DASHBOARD. THE RECALL BEGAN ON JULY 23, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -07/06/2004,04V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V322000),MONACO COACH CORPORATION,MONACO/FMVSS WINDSHIELD WIPING AND WASHING SYSTEMS,VISIBILITY,R02189,Vehicle,19,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, 'WINDSHIELD WIPING AND WASHING SYSTEMS.' THE WINDSHIELD WIPER ASSEMBLY WAS INSTALLED WITHOUT PROPER SUPPORT ALLOWING THE WIPER ASSEMBLY TO BIND AND/OR BREAK.","THIS FAILURE COULD RESULT IN INADEQUATE VISIBILITY IN ADVERSE WEATHER CONDITIONS, WHICH COULD LEAD TO INJURY OR A CRASH COULD OCCUR WITHOUT WARNING.","DEALERS WILL INSTALL A NEW STYLE OF WIPER ASSEMBLY AND ADD SUPPORT FOR THE NEW WIPER ASSEMBLY. THE RECALL BEGAN ON JULY 23, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -07/02/2004,04V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V349000),Capacity of Texas,CAPACITY OF TEXAS/STOP LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8,"ON CERTAIN VEHICLES EQUIPPED WITH BENDIX SL4 STOP LIGHT SWITCHES, IMPROPER LUBRICATION WAS APPLIED TO THE PISTON MECHANISM IN THE SWITCH.","THIS LACK OF PROPER LUBRICATION CAN CAUSE THE SWITCH TO STICK, RESULTING IN THE VEHICLE STOP LAMPS STAYING ILLUMINATED OR FAILING TO EXTINGUISH PROMPTLY. IF THE STOP LAMPS FAIL TO PERFORM AS DESIGNED, A CRASH COULD RESULT WITHOUT WARNING.",BENDIX WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FREE REMEDY. BENDIX HAS NOT YET PROVIDED THE AGENCY WITH A NOTIFICATION AND REMEDY SCHEDULE. OWNERS SHOULD CONTACT CAPACITY AT 903-759-0610. -07/02/2004,04E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E046000),OPTRONICS PRODUCTS COMPANY,OPTRONINC/FMVSS 108/TRAILER LIGHT KIT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,15544,"OPTRONICS LED WATERPROOF TRAILER LIGHT KITS MANUFACTURED BETWEEN DECEMBER 20, 2002 AND APRIL 20, 2004. THESE LAMPS DO NOT MEET THE COLOR AND PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",,"OPTRONICS WILL REPLACE THE NONCOMPLIANT LAMPS/KITS WITH COMPLIANT LAMPS/KITS FREE OF CHARGE. THE RECALL BEGAN JULY 16, 2004." -07/02/2004,04V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V316000),"Suzuki Motor USA, LLC",SUZUKI/MOTORCYCLES/FUEL GAUGE GASKET,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,15,ON CERTAIN MOTORCYCLES THERE IS A POSSIBILITY OF FUEL LEAKING FROM THE FUEL GAUGE GASKET DUE TO MISALIGNMENT OF THE GASKET AT THE TIME OF ASSEMBLY.,"A MISALIGNED FUEL GAUGE GASKET CAN BECOME CUT AND CAN CAUSE FUEL TO LEAK FROM THE FUEL TANK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE GASKET OF FUEL GAUGE. OWNER NOTIFICATION BEGAN JUNE 11, 2004 CONDUCTED VIA TELEPHONE. OWNERS SHOULD CONTACT SUZUKI AT 1-800-255-2550." -07/02/2004,04V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V315000),Volvo Trucks North America,VOLVO TRUCKS/FIFTH WHEEL AIR RELEASE,TRAILER HITCHES,RVXX0403,Vehicle,1374,"ON CERTAIN TRUCKS, A MALFUNCTION IN THE SOLENOID VALVE MAY ALLOW AIR TO BE RELEASED TO FIFTH WHEEL LATCH WHEN THE PARK BRAKE IS ENGAGED.","THIS CONDITION COULD CAUSE THE FIFTH WHEEL LATCH TO RELEASE INADVERTENTLY WHEN THE PARK BRAKE IS ENGAGED, CREATING THE POTENTIAL FOR LOSS OF THE TRAILER. A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL ADD AN ADDITIONAL SOLENOID VALVE IN SERIES WITH THE EXISTING PNEUMATIC CIRCUIT FOR THE FIFTH WHEEL AIR RELEASE. THE RECALL BEGAN ON AUGUST 9, 2004. OWNERS SHOULD CONTACT VOLVO AT 1-800-528-6586." -07/01/2004,04V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V317000),Toyota Motor Engineering & Manufacturing,TOYOTA/AUTOMATIC TRANSMISSION,POWER TRAIN,4LC,Vehicle,13000,"ON CERTAIN VEHICLES WHEN THE ACCELERATOR IS OPERATED QUICKLY, A SMALL PIECE OF METAL MAY SEPARATE FROM A RETAINING COLLAR LOCATED IN THE INNER PART OF THE AUTOMATIC TRANSMISSION. THIS SMALL PIECE OF METAL MAY BECOME CAUGHT IN THE PARKING LOCK MECHANISM.","THIS MAY CAUSE THE PARKING LOCK SYSTEM TO BE INOPERATIVE WHEN THE TRANSMISSION SHIFT LEVER IS PLACED IN THE PARK POSITION, THEREBY INCREASING THE RISK OF VEHICLE ROLL-AWAY, WHICH COULD RESULT IN A CRASH.",DEALERS WILL REPLACE THE TRANSMISSION. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY 2004. OWNERS SHOULD CONTACT LEXUS AT 1-800-255-3987. -06/30/2004,04V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V302000),"General Motors, LLC",GM/FMVSS 114/IGNITION KEY PARK LOCK CABLE,POWER TRAIN,04044,Vehicle,132,"CERTAIN SPORT UTILITY VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, 'THEFT PROTECTION.' AN IGNITION KEY PARK LOCK CABLE END FITTING WAS NOT FULLY SEATED ON THE AUTOMATIC TRANSMISSION SHIFTER NAIL HEAD DURING INSTALLATION.",THIS CAN PREVENT THE CABLE AUTO-SET FROM CORRECTLY ADJUSTING THE CABLE. AN INCORRECTLY ADJUSTED CABLE PREVENTS THE SHIFTER FROM LOCKING IN THE 'PARK' POSITION WHEN THE KEY IS REMOVED FROM THE KEY CYLINDER.,"DEALERS WILL INSPECT FOR A PROPERLY FUNCTIONING SHIFT LOCK WHEN THE IGNITION KEY IS REMOVED. DEALERS WILL REPAIR VEHICLES THAT EXHIBIT THE SUBJECT CONDITION. THE RECALL BEGAN AUGUST 17, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -06/30/2004,04V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V301000),"General Motors, LLC",GM/FUEL TANK WELD,"FUEL SYSTEM, GASOLINE",04058,Vehicle,2857,"CERTAIN PASSENGER VEHICLES MAY HAVE BEEN BUILT WITH A FUEL TANK THAT DOES NOT MEET SPECIFICATION. A WELD ON THESE FUEL TANKS MAY BE INSUFFICIENT, RESULTING IN A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANK, AND REPLACE IT, IF NECESSARY. OWNER NOTIFICATION BEGAN ON JUNE 23, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -06/30/2004,04V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V306000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BATTERY CABLE,ELECTRICAL SYSTEM,04510,Vehicle,18545,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH INTERNATIONAL DT530, CUMMINS, OR CATERPILLAR I-6 ENGINES, THE POSITIVE BATTERY CABLE BETWEEN THE BATTERIES AND THE STARTER MAY RUB AGAINST AN ELECTRICAL GROUND CABLE BETWEEN THE STARTER AND FRAME RAIL.",THIS COULD CAUSE AN ELECTRICAL SHORT AND/OR FIRE.,"DEALERS WILL INSPECT FOR ANY CHAFING. IF THERE IS NO EVIDENCE OF CHAFING, A SADDLE CLAMP WILL BE INSTALLED. IF THERE IS EVIDENCE OF CHAFING, THE DAMAGED CABLES WILL BE REPLACED AND THE SADDLE CLAMP INSTALLED. THE RECALL BEGAN ON AUGUST 16, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -06/30/2004,04V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V307000),"Navistar, Inc.",INTERNATIONAL/ENGINE ELECTRICAL HARNES,ELECTRICAL SYSTEM,04511,Vehicle,7610,"ON CERTAIN HEAVY DUTY TRUCKS, THE ENGINE ELECTRICAL HARNESS CAN CHAFE AGAINST SHARP EDGES ON THE ENGINE.","SUDDEN ACCELERATION, ACTIVATION OF THE ENGINE COMPRESSION BRAKE, ENGINE SPEED DROPPING TO IDLE, ALTERNATOR OVERLOAD WITH POSSIBLE FIRE, AND A LOSS OF ENGINE ECM POWER RESULTING IN ENGINE SHUTDOWN COULD OCCUR WITHOUT WARNING.","DEALERS WILL INSPECT THE HARNESS TO DETERMINE IF IT IS DAMAGED. IF DAMAGED, THE ENGINE HARNESS WILL BE REPAIRED. ALL HARNESSES WILL BE RE-ROUTED AND STAND-OFF BRACKETS WILL BE ADDED. THE RECALL BEGAN ON SEPTEMBER 8, 2004. OWNERS CAN CONTACT INTERNATIONAL AT 1-800-448-7825." -06/29/2004,04V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V313000),"Chrysler (FCA US, LLC)","DAIMLERCHRYSLER/FUEL RETURN LINE HOSE, FUEL PUMP","FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8108,"ON CERTAIN 2-DOOR PASSENGER VEHICLES, THE FUEL RETURN LINE HOSE FITTING ON THE ELECTRIC FUEL PUMP MAY BE IMPROPERLY MOLDED.","BREAKAGE COULD RESULT IN A LEAKAGE OF FUEL AND IN THE PRESENCE OF AN IGNITION SOURCE, IT COULD RESULT A FIRE.","DEALERS WILL REPLACE THE FUEL PUMP. THE RECALL WILL BEGIN ON AUGUST 9, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/29/2004,04T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T012000),"Michelin North America, Inc.",MICHELIN/BF GOODRICH/FMVSS 109/IMPACT FAILURE,TIRES,NR (Not Reported),Tire,558,"CERTAIN BF GOODRICH G-FORCE T/A KDW TIRES, SIZE 305/50R20 120V, BUILT DURING DOT WEEKS 18 THROUGH 28, 2003. THESE TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES. THESE TIRES FAILED THE STRENGTH TEST PORTION OF THE STANDARD AND FAIL FOLLOWING IMPACT WITH ROAD HAZARDS.",FAILURE OF THE TIRE WHILE IN USE CAN RESULT IN A VEHICLE CRASH.,"MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 14, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MICHELIN AT 1-800-847-3435." -06/29/2004,04V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V312000),"Mitsubishi Motors North America, Inc.","MITSUBISHI/FUEL RETURN LINE HOSE, FUEL PUMP","FUEL SYSTEM, GASOLINE",SR-04-007,Vehicle,834,"ON CERTAIN PASSENGER VEHICLES, THE FUEL RETURN LINE HOSE FITTING ON THE ELECTRIC FUEL PUMP MAY BE IMPROPERLY MOLDED.","BREAKAGE COULD RESULT IN A LEAKAGE OF FUEL AND IN THE PRESENCE OF AN IGNITION SOURCE, IT COULD RESULT A FIRE.","DEALERS WILL REPLACE THE FUEL PUMP. THE RECALL BEGAN ON JULY 26, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -06/28/2004,04V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V310000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/ALUMINUM WHEELS,WHEELS,40521,Vehicle,3426,"ON CERTAIN FIFTH WHEEL AND CONVENTIONAL TRAVEL TRAILERS EQUIPPED WITH ALUMINUM WHEELS MAY NOT HAVE HAD THE PROPER WHEEL LUG NUT TORQUE APPLIED. ADDITIONALLY, PAINT APPLIED TO THE MATING SURFACE OF THE HUB MAY CAUSE THE LUG NUTS TO BE MORE SENSITIVE TO LOOSENING DURING THE INITIAL SETTLING-IN OF COMPONENTS AND AFTER A WHEEL HAS BEEN REMOVED FOR SERVICE.","A WHEEL SEPARATION COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT, REPAIR, OR REPLACE ANY DAMAGED WHEELS, LUG NUTS, LUG STUDS, AND MATING SURFACES. DEALERS WILL ALSO REMOVE PAINT FILM FROM THE MATING SURFACES. THE RECALL BEGAN ON AUGUST 5, 2004. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-509-3418." -06/28/2004,04V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V311000),Shyft Group,SPARTAN/BOSCH ZOPS CALIPERS OVERHEATS,"SERVICE BRAKES, HYDRAULIC",04011,Vehicle,143,"CERTAIN MY 1999-2002 SPARTAN SUMMIT MOTOR HOMES, FRONT ENGINE SCHOOL BUSES, AND TRANSIT BUSES MANUFACTURED BETWEEN FEBRUARY 25, 1999, AND MAY 21, 2002, AND EQUIPPED WITH DANA FRONT AXLE CONTAINING BOSCH HYDRAULIC DISC BRAKES WITH ZERO OFFSET SLIDE CALIPERS (ZOPS). BOSCH HAS DECIDED THAT THE PRESENCE OF CORROSION IN THE VICINITY OF THE CALIPER SEAL LAND CAN CONTRIBUTE TO REDUCED PISTON MOBILITY IN SOME CASES AND LEAD TO PERFORMANCE ISSUES CAUSING OVERHEATING.","OVERHEATED BRAKE COMPONENTS MAY NOT ALLOW THE DRIVE TO STOP SAFELY, POSSIBLY RESULTING IN A VEHICLE CRASH. THIS OVERHEATING COULD ALSO RESULT IN A VEHICLE FIRE.","SPARTAN WILL REPLACE THE BRAKE CALIPERS AND PADS. THE RECALL BEGAN ON JANUARY 24, 2005. OWNERS SHOULD CONTACT SPARTAN AT 1-517-543-6400." -06/25/2004,04V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V294000),"Ferrari North America, Inc.",FERRARI/HYDRAULIC STEERING DELIVERY HOSE,STEERING,41,Vehicle,487,"ON CERTAIN VEHICLES, AN OIL LEAK IN THE HYDRAULIC STEERING DELIVERY PIPE FROM THE PUMP TO THE STEERING RACK MAY OCCUR WHICH COULD LEAD TO A GRADUAL REDUCTION OF THE ASSISTED STEERING FUNCTION.",SUCH CIRCUMSTANCES COULD LEAD TO LOSS OF VEHICLE CONTROL AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE STEERING DELIVERY HOSES FROM THE PUMP TO THE STEERING RACK. OWNER NOTIFICATION BEGAN ON JUNE 30, 2004. OWNERS SHOULD CONTACT FERRARI ON 201-816-2651." -06/25/2004,04V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V290000),Honda (American Honda Motor Co.),HONDA/MAIN STAND MOUNT BRACKET,STRUCTURE,P37,Vehicle,7494,"ON CERTAIN MOTORCYCLES, THE MAIN STAND IS ATTACHED TO THE FRAME WITH TWO BRACKETS, NUTS AND BOLTS. THE NUTS ARE SPOT-WELDED TO THE BRACKETS. IF CLEARANCE EXISTS BETWEEN THE NUT AND BRACKET, THE SPOT WELDS MAY BE BROKEN WHEN THE BOLT IS TORQUED.","OVER TIME, A BOLT CAN LOOSEN AND FALL OUT. THE MAIN STAND COULD PARTIALLY OR COMPLETELY DETACH FROM THE FRAME, INTERFERING WITH OR DAMAGING THE REAR WHEEL, AND INCREASING THE RISK OF A VEHICLE CRASH WITHOUT WARNING. A COMPLETELY DETACHED STAND FALLING ON THE ROADWAY ALSO CREATES A HAZARD FOR OTHER VEHICLES.","DEALERS WILL INSTALL NEW BRACKETS, LONGER BOLTS AND LOCKNUTS. OWNER NOTIFICATION BEGAN ON JUNE 29, 2004. OWNERS SHOULD CONTACT AMERICAN HONDA AT 1-800-999-1009." -06/25/2004,04V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V309000),"Mack Trucks, Inc.",MACK/STEERING GEAR MOUNTING BOLT TORQUE,STEERING,SC0288,Vehicle,219,"ON CERTAIN TRUCK CHASSIS, THE STEERING GEAR MOUNTING BOLTS WERE OVER-TORQUED AT INSTALLATION. THE STEERING GEAR IS MOUNTED TO THE VEHICLE'S FRAME RAIL WITH 3 BOLTS.","FAILURE OF TWO OF THE THREE BOLTS COULD RESULT IN THE LOSS OF STEERING, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH .",DEALERS WILL INSPECT VEHICLES. NEW STEERING GEAR MOUNTING BOLTS WILL BE INSTALLED. THE RECALL BEGAN OCTOBER 2004. OWNERS SHOULD CONTACT MACK AT 1-610-709-3337. -06/25/2004,04V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V295000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL PUMP,"FUEL SYSTEM, GASOLINE",SSC 4LB,Vehicle,14259,"ON CERTAIN PASSENGER VEHICLES, THE IMPELLER INSIDE THE FUEL PUMP MAY HAVE BEEN IMPROPERLY MOLDED DUE TO A MANUFACTURING ERROR. ALCOHOL IN SOME FUELS MAY DEFORM THE IMPELLER AND CAUSE IT TO COME INTO CONTACT WITH THE PUMP HOUSING.","THIS CONDITION COULD INCREASE THE ROTATIONAL RESISTANCE OF THE IMPELLER AND, IN THE WORST CASE, MAY RESULT IN FAILURE OF THE FUEL PUMP.","DEALERS WILL REPLACE THE FUEL PUMP. OWNERS WILL BE NOTIFIED IN JULY, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LEXUS AT 1-800-255-3987." -06/24/2004,04V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V305000),Kia Motors America,KIA/FRONT SEAT BELT BUCKLES,SEAT BELTS,SC039,Vehicle,251594,"ON CERTAIN PASSENGER AND SPORT UTILITY VEHICLES, THE FRONT SAFETY BELT BUCKLES MAY EMIT A ""CLICK"" SOUND DURING THE BUCKLING PROCESS THAT IS SIMILAR TO THE SOUND EMITTED WHEN A BUCKLE IS BEING LATCHED, WHEN IT IS NOT.",THE LATCH CAN THEN PULL OUT OF THE BUCKLE WHEN TENSION IS APPLIED.,"DEALERS WILL REPLACE BOTH FRONT SEAT BELT BUCKLES. THE RECALL BEGAN AUGUST 16, 2004. OWNERS SHOULD CONTACT KIA AT 1-800-333-4542." -06/23/2004,04V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V303000),"BMW of North America, LLC",BMW\FUEL SUPPLY LINE CLIP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7532,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 8-CYLINDER ENGINES, A CIRCULAR RETENTION CLIP AT THE QUICK-RELEASE COUPLING ALONG THE FUEL SUPPLY LINE WAS INADVERTENTLY NOT INSTALLED.","IN THE EVENT OF A SEVERE FRONTAL CRASH, THE QUICK-RELEASE COUPLING COULD SEPARATE CAUSING FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL A CIRCULAR RETENTION CLIP AT THE QUICK-RELEASE COUPLING ALONG THE FUEL SUPPLY LINE. THE RECALL BEGAN ON JULY 5, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -06/23/2004,04V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V304000),"BMW of North America, LLC",BMW\REAR BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,181,"ON CERTAIN MOTORCYCLES, AN INCORRECT SEALING RING WAS MOUNTED TO THE PISTON OF THE REAR BRAKE MASTER CYLINDER.","IF ONLY THE REAR BRAKE WERE APPLIED DURING RIDING, INSUFFICIENT BRAKING PRESSURE WOULD BE AVAILABLE TO SLOW THE MOTORCYCLE, WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR BRAKE MASTER CYLINDER. THE RECALL BEGAN JULY 16, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -06/23/2004,04V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V308000),"Gillig, LLC",GILLIG/HYDROGEN TRANSDUCER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,3,CERTAIN LOW FLOOR BUSES POWERED BY A GASEOUS HYDROGEN FUEL SYSTEM. THESE TRANSDUCERS WERE MADE OF 17-4 PH STAINLESS STEEL MATERIAL WHICH MAY BE SUSCEPTIBLE TO EMBRITTLEMENT IN A HIGH-PRESSURE HYDROGEN APPLICATION ENVIRONMENT.,EMBRITTLEMENT COULD POTENTIALLY LEAD TO A TRANSDUCER DIAPHRAGM FAILURE.,"DEALERS WILL REPLACE THE TRANSDUCER. THE RECALL BEGAN JULY 12, 2004. OWNERS SHOULD CONTACT GILLIG AT 1-510-785-1500." -06/23/2004,04V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V289000),"General Motors, LLC",GM/ELECTRONICALLY CONTROLLED AIR SUSPENSION,ENGINE AND ENGINE COOLING,04048,Vehicle,29951,SOME SPORT UTILITY VEHICLES EQUIPPED WITH AN ELECTRONICALLY CONTROLLED AIR SUSPENSION (ECAS) HAVE A CONDITION IN WHICH THE ECAS MAY PRODUCE A BRIEF ELECTRICAL SPIKE WHILE THE VEHICLE IS OPERATING. THIS ELECTRICAL SPIKE CAN DISRUPT THE POWERTRAIN CONTROL MODULE (PCM) CAUSING THE VEHICLE TO STALL.,"IF THE SPIKE DAMAGES THE PCM, THE VEHICLE MAY NOT RESTART. IF THIS HAPPENS WHILE THE VEHICLE IS MOVING, A CRASH COULD OCCUR WITHOUT PRIOR WARNING.","DEALERS WILL INSTALL A WIRING HARNESS. THE RECALL WILL BEGIN ON AUGUST 19, 2004. OWNERS SHOULD CONTACT OLDSMOBILE AT 1-800-630-6537 OR GMC AT 1-866-996-9463." -06/23/2004,04V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V300000),"General Motors, LLC",GM/FMVSS 210/PASSENGER-SIDE REAR SAFETY BELT,SEAT BELTS,04056,Vehicle,37,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, 'SEAT BELT ASSEMBLY ANCHORAGES.' THE PASSENGER-SIDE REAR SAFETY BELT MAY HAVE BEEN INSTALLED WITH AN INCORRECT NUT AND BOLT.","IN A SEVERE CRASH, THE UPPER SEAT BELT ANCHORAGE MAY SEPARATE. THE EFFECTIVENESS OF THE SEAT BELT COULD THEN BE REDUCED AND THE OCCUPANT COULD RECEIVE GREATER INJURIES.","DEALERS ARE TO INSPECT THE SAFETY BELT ANCHORAGE AND INSTALL A NEW NUT AND BOLT, IF NECESSARY. THE RECALL BEGAN ON AUGUST 23, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 AND PONTIAC AT 1-800-620-7668." -06/23/2004,04V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V287000),"General Motors, LLC",GM/FRONT BRAKE CALIPER BOLT TORQUE,"SERVICE BRAKES, HYDRAULIC",04049,Vehicle,47991,"CERTAIN PASSENGER VEHICLES WERE PRODUCED WITH LOWER THAN SPECIFIED TORQUE ON BOTH FRONT BRAKE CALIPER TO STEERING KNUCKLE ATTACHMENT BOLTS. WITH IMPROPER TORQUE, THE CLAMP LOAD AT THE JOINT MAY NOT BE ADEQUATE TO PREVENT MOVEMENT BETWEEN THE CALIPER BRACKET AND KNUCKLE.","DEPENDING ON WHETHER ONE OR BOTH BOLTS BACKS OUT OR FRACTURES, THE RESULT CAN BE LOCKING OF THE AFFECTED WHEEL DURING BRAKING AND AN ABRUPT STEERING INPUT IN THE DIRECTION OF THE LOCKED WHEEL, REDUCED BRAKING AND NOISE FROM THE AFFECTED WHEEL, OR SEVERING OF A BRAKE HOSE, INCREASED BRAKE PEDAL TRAVEL, AND REDUCED STEERING CONTROL. REDUCED BRAKING OR STEERING CONTROL COULD CAUSE A CRASH.","DEALERS ARE TO TIGHTEN BOTH BOLTS TO THE SPECIFIED TORQUE. OWNER NOTIFICATION BEGAN ON JUNE 28, 2004. OWNERS SHOULD CONTACT CHEVROLET 1-800-630-2438 OR PONTIAC 1-800-620-7668." -06/23/2004,04V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V299000),"General Motors, LLC",GM/FRONT FRAME REAR BODY MOUNT BRACKET FRACTURE,STRUCTURE,04055,Vehicle,281,CERTAIN PASSENGER VEHICLES HAVE A CONDITION WHERE THE FRONT FRAME REAR BODY MOUNT BRACKET MAY FRACTURE.,"IF IGNORED, THE BRACKET WOULD FRACTURE AND DEGRADE TO THE POINT WHERE THE INTERMEDIATE STEERING SHAFT COULD SEPARATE, RESULTING IN LOSS OF STEERING CONTROL AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE FRONT FRAME ASSEMBLY AND REPLACE IT IF NECESSARY. THE RECALL BEGAN ON AUGUST 16, 2004. OWNERS SHOULD CONTACT PONTIAC AT 1-800-620-7668." -06/22/2004,04V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V297000),"BMW of North America, LLC",BMW/IABS SENSOR CONNECTION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,99,"ON CERTAIN MOTORCYCLES, THE INTEGRAL ANTI-LOCK BRAKE SYSTEM (IABS) SENSOR SEALING O-RING CONNECTION AT THE REAR AXLE HOUSING MAY BE DAMAGED. AN OIL LEAK MAY DEVELOP.","IF THIS HAPPENS, OIL COULD CONTACT THE REAR WHEEL AND THE REAR WHEEL BRAKE DISK, AND THE RIDER MAY NOT BE ABLE TO CONTROL THE MOTORCYCLE. A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE REAR WHEEL IABS SENSOR SEALING O-RING. THE RECALL BEGAN JULY 14, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -06/22/2004,04V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V293000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,1433,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR1031WB, MR1032BB, MR1033SB, MR1351WB, AND MR1352BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE MEMBRANE PANEL. THESE MICROWAVE OVENS HAVE THE ONE TOUCH INSTANT COOK FUNCTION FOR ITEMS SUCH AS POPCORN, POTATO, ETC.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE MEMBRANE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR GEORGIE BOY AT 1-877-876-9024." -06/22/2004,04V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V296000),"Mercedes-Benz USA, LLC",MERCEDES BENZ/SBC HYDRAULIC UNIT,"SERVICE BRAKES, HYDRAULIC",2004050014,Vehicle,143387,"ON CERTAIN VEHICLES, THE ELECTRONIC MONITORING SYSTEM OF THE SENSOTRONIC BRAKE CONTROL (SBC) IS DESIGNED TO MONITOR THE PRESSURE GRADIENT WITHIN THE HIGH PRESSURE LINE OF THE BRAKE SYSTEM. IF AN UNACCEPTABLE PRESSURE GRADIENT IS DETECTED, THE SYSTEM WILL SWITCH, AS IT IS DESIGNED TO DO, INTO THE HYDRAULIC FUNCTION MODE.","IF VEHICLES ARE NOT ROUTINELY SERVICED AND HAVE EXTREMELY HIGH MILEAGE COMBINED WITH A HIGH NUMBER OF BRAKE ACTUATIONS, OR A HIGH BRAKE ACTUATION FREQUENCY, THE PUMP MOTOR OF THE SBC MAY RUN OUT OF PERMISSIBLE TOLERANCES, THEREBY TRIGGERING THE HYDRAULIC FUNCTION MODE.","DEALERS WILL INSPECT THE SBC HYDRAULIC UNIT, REPLACING IT IF NECESSARY. THE RECALL BEGAN ON OCTOBER 21M 2004. OWNERS SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -06/22/2004,04V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V298000),POTOMAC RV LLC,POTOMAC RV/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,292,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODELS MR1031WB, MR1032BB, MR1033SB, MR1352BB, AND MR1351WB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE MEMBRANE PANEL. THESE MICROWAVE OVENS HAVE THE ONE TOUCH INSTANT COOK FUNCTION FOR ITEMS SUCH AS POPCORN, POTATO, ETC.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE MEMBRANE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR POTOMAC RV AT 1-574-970-0559." -06/18/2004,04E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E044000),"HAFENDORFER MACHINE, INC.",HAFENDORFER/TAILGATE ASSIST LIFTING DEVICE,EQUIPMENT,NR (Not Reported),Equipment,1362,"CERTAIN TAILGATE ASSIST LIFTING DEVICES MANUFACTURED JANUARY 1 AND MARCH/APRIL 2004. THE CRIMPING MACHINE MAY HAVE MALFUNCTIONED ON RANDOM UNITS DURING PRODUCTION AND NOT PROPERLY CRIMPED SOME OF THE COMPRESSION SLEEVES WHICH HOLDS THE CABLES TOGETHER. WHILE IN USE, THE CABLE LOOP CAN BECOME UNCRIMPED, RELEASING THE CABLE'S TENSION, CAUSING THE CABLE TO COME LOOSE AND TRAILER TAILGATE TO FALL.","IT IS POSSIBLE THAT WHILE THE CABLE BECOMES LOOSE, IT CAN SNAP BACK AND POSSIBLY HIT THE PERSON STANDING NEAR IT AND/OR THE TRAILER TAILGATE CAN DROP ON SOMEONE, POSSIBLY CAUSING SERIOUS INJURIES.","HAFENDORFER WILL PROVIDE NEW SPRING/CABLE ASSEMBLIES AND INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 28, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HAFENDORFER MACHINE, INC. AT 1-888-244-3669 EXT. 15." -06/18/2004,04V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V292000),"Ox Bodies, Inc.",OX BODIES/LIFT-AXLE DETACHES,STRUCTURE,NR (Not Reported),Vehicle,321,"ON CERTAIN DUMP TRUCKS BUILT ON KENWORTH T800 OR W900 CHASSIS AND OUTFITTED WITH A FACTORY INSTALLED RIGID LIFT-AXLE, THE LIFT-AXLE COULD DETACH FROM THE DUMP TRUCK. ONE OR MORE OF THE SIX BOLTS THAT AFFIX EACH LIFT-AXLE BRACKET MAY NOT BE TIGHTENED TO THE MINIMUM SPECIFICATIONS ESTABLISHED BGY THE LIFT-AXLE MANUFACTURER.","IF THE LIFT-AXLE DETACHES WITHOUT WARNING, A CRASH COULD RESULT.","OX WILL REMOVE AND REPLACE THE MOUNTING BRACKETS IT HAD INSTALLED OVER THE FACTORY-INSTALLED LIFT-AXLE BRACKETS, AND REPLACE THE TWO BOLTS IT HAD INSTALLED. THE RECALL BEGAN JULY 2, 2004. OWNERS SHOULD CONTACT OX BODIES FACILITIES IN FAYETTE, ALABAMA AT 1-205-932-5720; NASHVILLE, ARKANSAS AT 1-870-451-9021; BENNETTSVILLE, SOUTH CAROLINA AT 1-803-479-0244 OR KENWORTH FACILITIES IN BIRMINGHAM, ALABAMA AT 1-205-326-6170, MONTGOMERY, ALABAMA AT 1-334-263-3101, DOTHAN, ALABAMA AT 1-334-712-4900, OR MOBILE, ALABAMA AT 1-251-478-3900. IF IT IS NOT FEASIBLE TO BRING YOUR VEHICLE TO ONE OF THESE FACILITIES, YOU MAY CONTACT OX AT 1-205-932-5720, TO MAKE ALTERNATE ARRANGEMENTS." -06/17/2004,04E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E045000),"COUPLED PRODUCTS, INC.",COUPLED PRODUCTS/DANA/FMVSS 106/BRAKE HOSES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,24622,"BRAKE HOSE ASSEMBLIES WITH P/N 5478 AND 5480 SHIPPED TO CUSTOMERS BETWEEN JULY 8, 2002, AND APRIL 4, 2004, FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, BRAKE HOSES. THESE HOSES FAILED THE TENSILE STRENGTH TEST OF THE STANDARD. THESE HOSES CAN BE IDENTIFIED BY REFERENCE WHICH IS CH.",,"THE PETITION WAS DENIED ON DECEMBER 15, 2004. THE MANUFACTURER HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY AND NOTIFICATION SCHEDULE." -06/17/2004,04V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V266000),"Strick Trailers, LLC",STRICK/CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,935,"ON CERTAIN CONVERTER DOLLIES, THE CHECK VALVE BETWEEN THE AIR RESERVOIR AND THE BOOSTER VALVE WAS INSTALLED IN THE REVERSE POSITION WITH THE ARROW ON THE VALVE POINTING TOWARDS THE AIR RESERVOIR.",THIS CAN RESULT IN LOW AIR PRESSURE TO THE BOOSTER VALVE. THIS ALSO CREATES A BRAKING TIMING ISSUE TO THE TRAILER UNIT(S).,"THE CHECK VALVE WILL BE RE-PLUMBED, ARROW POINTING TOWARDS THE BOOSTER VALVE, TO PROVIDE CORRECT AIR FLOW. OWNER NOTIFICATION BEGAN ON APRIL 26, 2004. OWNERS SHOULD CONTACT STRICK AT 1-215-949-3600." -06/17/2004,04V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V265000),"Strick Trailers, LLC",STRICK/SAFETY CHAIN,TRAILER HITCHES,NR (Not Reported),Vehicle,935,"ON CERTAIN CONVERTER DOLLIES, THERE IS A CLEARANCE PROBLEM BETWEEN THE LOOP ON THE TRAILER AND THE LOOP ON THE DOLLY. THE HOOK ON THE END OF THE CHAIN WILL NOT PASS BETWEEN THE LOOP AND THE PINTLE HOOK.",,"STRICK WILL MODIFY AND SHORTEN THE FRONT GUSSET OF THE DOLLY LEG TO CLEAR THE NEW LOOP THAT WILL BE INSTALLED. THE HANDLES WILL BE RELOCATED BACK BEHIND THE OLD LOOP AND A NEW LOOP WILL BE WELDED IN PLACE. OWNER NOTIFICATION BEGAN ON MAY 3, 2004. OWNERS SHOULD CONTACT STRICK AT 1-215-949-3600." -06/16/2004,04E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E043000),"KWIKEE PRODUCTS COMPANY, INC.",KWIKEE/HYDRAULIC JACKS/LOOSE FOOTPADS,EQUIPMENT,NR (Not Reported),Equipment,2442,"CERTAIN KWIKEE LEVEL BEST STRAIGHT ACTING HYDRAULIC JACKS, MODEL 3010, MANUFACTURED BETWEEN JANUARY 1, 2000, AND MAY 15, 2004. THESE JACKS WERE INSTALLED AS ORIGINAL EQUIPMENT ON 2000-2004 ALFA LEISURE BRAND ""SEE YA"" AND ""GOLD"" MOTOR HOMES. ABSENT PERIODIC INSPECTION AND TIGHTENING, IT IS POSSIBLE THAT PROLONGED VIBRATION AND/OR UNUSUAL JACK LOADING WILL RESULT IN THE FOOTPAD RETAINING BOLT(S) LOOSENING TO POINT THE STEEL FOOTPAD MAY BE LOST.",USING THE JACK WITHOUT THE FOOTPAD COULD RESULT IN PERSONAL INJURY TO THE OPERATOR OR OTHERS.,"KWIKEE WILL MAKE AVAILABLE AND INSTALL AN IMPROVED FOOTPAD BOLT KIT WITHOUT CUSTOMER COST. THE RECALL BEGAN JULY 7, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KWIKEE PRODUCTS AT 800-736-9961." -06/16/2004,04V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V291000),"TRAVEL SUPREME, INC.",TRAVEL SUPREME/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,107,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, MODEL MR1032BB, THE MICROWAVES WERE PRODUCED WITH A DEFECTIVE MEMBRANE PANEL. THESE MICROWAVE OVENS HAVE THE ONE TOUCH INSTANT COOK FUNCTION FOR ITEMS SUCH AS POPCORN, POTATO, ETC.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE MEMBRANE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR TRAVEL SUPREME AT 1-574-862-4484." -06/10/2004,04V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V282000),Mazda North American Operations,MAZDA/FMVSS 120 TIRE INFLATION,EQUIPMENT,2104F,Vehicle,20000,"THE TIRE INFLATION PRESSURE INDICATED ON THE VEHICLE CERTIFICATION LABEL IS NOT CORRECT. THE LABELS SHOW THE MAXIMUM TIRE PRESSURE AS 240 KPA/32 PSI WHEN IT SHOULD BE SHOWN AS 240 KPA/35 PSI. AS A RESULT OF THIS ERROR, THE LOAD RATIOS FOR THE 205/65R15 94H AND THE 215/60R16 95H TIRES EXCEED THE LEVELS PERMITTED BY FMVSS 120.","IF THE TIRE IS OPERATED IN AN UNDER-INFLATED CONDITION, THE LOAD CARRYING CAPACITY OF THE VEHICLE MAY BE COMPROMISED, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A CORRECTED LABEL THAT THEY CAN APPLY TO THEIR VEHICLE, OR THEY CAN HAVE A DEALER INSTALL THE LABEL, IF DESIRED. THE RECALL BEGAN ON JULY 16, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500, OPTION #4." -06/10/2004,04V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V288000),Trailmobile Canada Limited,TRAILMOBILE/BRAKE CHAMBER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1224,"ON CERTAIN VAN TRAILERS EQUIPPED WITH A SPECIFIC BRAKE CHAMBER, THE CHAMBER HAS A PUSHROD LENGTH THAT IS SHORTER THAN RECOMMENDED.","THIS COULD RESULT IN REDUCED BRAKING FORCE UNDER CERTAIN CONDITIONS, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL AN EXTENSION COUPLING ON THE BRAKE CHAMBER PUSHROD TO LENGTHEN IT TO THE RECOMMENDED DIMENSION. OWNER NOTIFICATION BEGAN ON JUNE 22, 2004. OWNERS SHOULD CONTACT TRAILMOBILE AT 1-800-823-3181, EXT. 223." -06/09/2004,04V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V284000),FREIGHTLINER LLC,FREIGHTLINER/90 GALLON FUEL TANKS,"FUEL SYSTEM, GASOLINE",FL-426,Vehicle,200,"ON CERTAIN SHUTTLE BUS CHASSIS, DUE TO THE LOCATION OF THE 90 GALLON FUEL TANK, A LEAK IN A WELD WHERE THE TANK CONTACTS THE LOWER FUEL TANK SUPPORT CAN OCCUR.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THESE FUEL TANKS. OWNER NOTIFICATION BEGAN ON DECEMBER 8, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/09/2004,04V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V271000),FREIGHTLINER LLC,FREIGHTLINER/BOSCH/ZOPS HYDRAULIC BRAKE CALIPERS,"SERVICE BRAKES, HYDRAULIC",FL-428,Vehicle,300,"ON CERTAIN SHUTTLE BUS CHASSIS, THE BRAKE ASSEMBLIES EXHIBIT ELEVATED TEMPERATURES THAT CAN LEAD TO CATASTROPHIC DETERIORATION OF THE WHEEL END COMPONENTS SUCH AS BEARINGS, RACES, SPINDLES, KNUCKLES, SEALS, HUBS, ROTORS, PATCH BOLTS, CALIPERS, BRAKE PADS, AND ABS SENSORS.","THIS COULD RESULT IN LOSS OF CONTROL, AND/OR THE POTENTIAL FOR A FIRE.","DEALERS WILL INSPECT, REPAIR AND REPLACE ACCORDING TO THE PROCEDURE DEVELOPED BY BOSCH. OWNER NOTIFICATION BEGAN ON NOVEMBER 19, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/09/2004,04V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V270000),FREIGHTLINER LLC,FREIGHTLINER/CAB TILT CYLINDERS,STRUCTURE,FL-427,Vehicle,1339,"ON CERTAIN FIRE TRUCKS, ONE OR BOTH OF THE CAB TILT CYLINDERS MAY LOCK WHEN THE CAB IS BEING LOWERED. THIS CAN HAPPEN IF A VELOCITY FUSE TRIPS IN EITHER OF THE CYLINDERS.","IF ONLY ONE VELOCITY FUSE TRIPS AND NOT THE OTHER, THE RESULTING UNEQUAL LOADING MAY CAUSE ONE OR BOTH OF THE CYLINDERS TO BEND ALLOWING THE CAB TO LOWER TO THE CHASSIS.","DEALERS WILL INSTALL FLOW RESTRICTORS IN THE CAB TILT BLINDERS TO REDUCE THE SPEED AT WHICH THE CAB LOWERS. THE RECALL BEGAN ON OCTOBER 11, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/09/2004,04V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V283000),FREIGHTLINER LLC,FREIGHTLINER/LOW AIR WARNING INDICATOR,"SERVICE BRAKES, AIR",FL-425,Vehicle,2000,"CERTAIN MOTOR HOME CHASSIS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, 'AIR BRAKE SYSTEMS.' IN A SITUATION IN WHICH MULTIPLE ALARMS ARE ACTIVE, A CHECK ENGINE, STOP ENGINE, OR SIMILAR WARNING INDICATOR IS GIVEN PRIORITY OVER THE LOW AIR ALARM BY THE INSTRUMENT SYSTEM CONTROLLER SOFTWARE. IF THE OPERATOR DOES NOT ACKNOWLEDGE THESE HIGHER PRIORITY ALARMS, A LOW AIR ALARM MAY NOT BE DISPLAYED.","THIS MEANS THAT A VEHICLE COULD BE DRIVEN WITH THE AIR PRESSURE BELOW 60 PSI WITHOUT THE LOW AIR WARNING SOUNDING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL RE-PROGRAM THE MULTI-MODULE DATA CONTROLLER SOFTWARE. THE RECALL BEGAN ON JULY 6, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/09/2004,04V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V273000),"General Motors, LLC",GM/LOWER CONTROL ARM BALL NUT/WASHER,STEERING,04043,Vehicle,41928,"ON CERTAIN PASSENGER VEHICLES INVOLVED IN THIS CAMPAIGN, THE LOWER CONTROL ARM BALL STUD NUT/WASHER ASSEMBLIES WITH WASHERS WERE MADE OF THE WRONG MATERIAL. THE WASHERS MAY FRACTURE AND BECOME LOOSE OR FALL AWAY FROM THE VEHICLE, REDUCING CLAMP LOAD. SEPARATION OF THE CONTROL ARM BALL STUD AND STEERING KNUCKLE, DUE TO DISENGAGEMENT OF THE TAPERED ATTACHMENT AND RETAINING NUT, IS POSSIBLE.","IF THE CONTROL ARM SEPARATES FROM THE KNUCKLE, THE AFFECTED CORNER OF THE VEHICLE WILL DROP AND THE CONTROL ARM WOULD BE FORCED DOWNWARD, CONTACTING THE WHEEL. THE AFFECTED WHEEL COULD TILT OUTWARD AND CREATE A DRAGGING ACTION THAT WOULD TEND TO SLOW THE VEHICLE AND CREATE A TENDENCY FOR THE VEHICLE TO TURN IN THE DIRECTION OF THE AFFECTED WHEEL. IN EXTREME SITUATIONS, THE AFFECTED WHEEL ASSEMBLY COULD SEPARATE FROM THE VEHICLE. SEPARATION OF THE WHEEL ASSEMBLY WOULD ALSO SEVER THAT WHEEL;S HYDRAULIC BRAKE HOSE AND RESULT IN DIMINISHED BRAKING PERFORMANCE OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BALL STUD JOINTS AND MEASURE THE TORQUE OF THE NUT FOR ALL FRONT LOWER CONTROL ARMS IN ALL MODELS AFFECTED AS WELL AS THE REAR LOWER CONTROL ARMS ON THE XLR AND CORVETTE. IF THE TORQUE IS NOT AT SPECIFICATION, THE DEALERS WILL REPLACE THE BALL STUD, THE KNUCKLE, AND THE NUT. IF THE TORQUE IS AT SPECIFICATION, THE DEALERS WILL REPLACE THE NUT/WASHER ASSEMBLY ONLY. THE RECALL WILL BEGIN ON AUGUST 25, 2004. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2339 OR CHEVROLET AT 1-800-630-2438." -06/09/2004,04V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V285000),"Mercedes-Benz USA, LLC",MERCEDES BENZ\TRUNK LID SPRINGS,LATCHES/LOCKS/LINKAGES,2004 050015,Vehicle,16690,"ON CERTAIN VEHICLES, THE TRUNK LID SPRINGS COULD FAIL IN THE CLOSED TRUNK LID POSITION.","IF THE TRUNK LID IS MANUALLY LIFTED, IT MAY NOT REMAIN IN THE UP POSITION AND COULD CAUSE INJURY IF IT COMES DOWN WHILE SOMEONE IS REACHING INTO THE TRUNK.","DEALERS WILL REPLACE BOTH TRUNK LID SPRINGS. THE RECALL BEGAN AUGUST 17, 2004. OWNERS SHOULD CONTACT MERCEDES- BENZ AT 1-800-367-6372." -06/09/2004,04V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V274000),"Subaru of America, Inc.",SUBARU/SIDE CURTAIN AIR BAG,AIR BAGS,WWR02,Vehicle,1987,"THE LEFT AND RIGHT SIDE CURTAIN AIR BAGS IN CERTAIN VEHICLES INVOLVED IN THIS CAMPAIGN MAY NOT FULLY DEPLOY RAPIDLY ENOUGH WHEN ACTIVATED IN A SIDE IMPACT COLLISION. DURING A SIDE IMPACT TEST CONDUCTED BY THE INSURANCE INSTITUTE FOR HIGHWAY SAFETY (IIHS), THE TEST RESULTS INDICATED THAT THERE WAS A DIFFERENCE BETWEEN THE IIHS TEST RESULTS AND THE RESULT OF SIDE IMPACT TESTS CONDUCTED BY FHI.","THIS MAY RESULT IN FAILURE TO PROVIDE THE INTENDED HEAD PROTECTION, INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.","DEALERS WILL REPLACE THE LEFT AND RIGHT SIDE CURTAIN AIR BAG MODULES. THE RECALL BEGAN ON JUNE 11, 2004. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783. ." -06/08/2004,04V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V281000),"General Motors, LLC",GM/FUEL FEED PIPE ASSEMBLY REPLACEMENT,"FUEL SYSTEM, OTHER",04053,Vehicle,670,"CERTAIN VEHICLES EQUIPPED WITH SUPERCHARGED 2.0L 4-CYLINDER (LSJ) ENGINE WERE BUILT WITH A FUEL FEED PIPE THAT COULD CRACK AND LEAK FUEL NEAR THE FUEL RAIL. IF FUEL LEAKS FROM THE FUEL FEED PIPE, THERE WOULD BE A NOTICEABLE FUEL ODOR AROUND THE VEHICLE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL FEED PIPE ASSEMBLY. OWNER NOTIFICATION BEGAN ON JUNE 9, 2004. OWNERS SHOULD CONTACT SATURN AT 1-800-972-8876." -06/07/2004,04E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E041000),"BESTOP, INC.",BESTOP/REAR SHELL ROOF RACK,EQUIPMENT,NR (Not Reported),Equipment,80,"BESTOP AFTERMARKET REAR SHELL ROOF RACKS,MANUFACTURED BETWEEN APRIL 27 AND MAY 20, 2004, DESIGNED FOR USE WITH THE BESTOP HARDTOP MADE FOR THE 1986-1995 AND 1997-2003 JEEP WRANGLER. THE COCKPIT COVER MAY NOT STAY LATCHED TO THE ROOF RACK BECAUSE THE LATCH BRACKET MISPOSITIONS THE ROTARY LATCH TO THE COCKPIT COVER. AS A RESULT, THE COCKPIT COVER MAY NOT STAY LATCHED TO THE ROOF RACK AND COULD SEPARATE FROM THE ROOF RACK. THIS RECALL ONLY PERTAINS TO AFTERMARKET REAR SHELL ROOF RACKS AND HAS NO RELATION TO ANY ORIGINAL EQUIPMENT INSTALLED ON JEEP WRANGLER VEHICLES BY DAIMLERCHRYSLER.","SHOULD THIS OCCUR, THE COCKPIT COULD CAUSE INJURY BY STRIKING PERSONS OUTSIDE THE VEHICLE OR COULD BECOME A DISTRACTION OR AN OBSTACLE TO OTHER DRIVERS, POSSIBLY RESULTING IN A VEHICLE CRASH.","BESTOP WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 16, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BESTOP CUSTOMER SERVICE DEPARTMENT AT (800) 845-3567." -06/07/2004,04V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V259000),COUNTRY COACH INC,COUNTRY COACH/HOLLAND USA/STEERING GEAR PLATE,STEERING,NR (Not Reported),Vehicle,527,"ON CERTAIN MOTOR HOMES EQUIPPED WITH AN INDEPENDENT FRONT SUSPENSION (IFS) GEN II BUILT BY HOLLAND USA, THE GEAR PLATE SUPPORT GUSSETS WERE REMOVED. THIS CAN ALLOW THE PLATE TO FLEX DURING A STATIC STEER CONDITION.",THE FLEXING MAY RESULT IN STRESS CRACKING WHICH COULD POTENTIALLY CAUSE A LOSS OF VEHICLE STEERING CONTROL WHICH COULD RESULT IN A VEHICLE CRASH.,HOLLAND USA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. A BOLT-ON STRENGTHENING OF THE STEERING GEAR PLATE WITH U-BOLTS CONNECTING THE CROSS MEMBER TO EACH SIDE OF THE GEAR PLATE AT THE REAR PLUS A TUBE SUPPORT IN THE FRONT WITH J-BOLTS TO THE GEAR PLATE WILL BE INSTALLED. OWNERS SHOULD CONTACT HOLLAND USA CUSTOMER SERVICE AT 1-888-396-6501 FOR INFORMATION AND INSTRUCTIONS FOR WHERE CUSTOMERS CAN TAKE THEIR VEHICLES TO HAVE THE REPAIRS DONE FREE OF CHARGE. -06/07/2004,04V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V272000),FREIGHTLINER LLC,FREIGHTLINER/FRONT WHEEL BEARING,SUSPENSION,FL-424,Vehicle,9602,"ON CERTAIN TRUCKS BUILT WITH 8,000 OR 6,000 POUND FRONT AXLES AND FOUR-PIECE SPINDLE NUT SETS, PREMATURE FRONT ,WHEEL BEARING WEAR MAY BE CAUSED BY INCONSISTENT BEARING ENDPLAY ADJUSTMENT.","IF ALLOWED TO PROGRESS, THE FRONT WHEEL ASSEMBLY MAY SEPARATE FROM THE VEHICLE, WHICH COULD RESULT IN A CRASH.","THE DEALERS WILL REPLACE THE FRONT AXLE OIL SEALS AND HUB CAP GASKETS ON BOTH SIDES. THE RECALL BEGAN SEPTEMBER 7, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/07/2004,04V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V275000),"General Coach America, Inc.",GENERAL COACH/DRIVER SEAT TETHER STRAP MISSING,SEATS,NR (Not Reported),Vehicle,90,"CERTAIN BUSES INVOLVED IN THIS CAMPAIGN FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE DRIVER'S SEAT TETHER STRAP WAS NOT INSTALLED.",THE FUNCTION OF THE DRIVER'S SEAT TETHER STRAP IS TO SECURE THE DRIVER'S SEAT IN THE EVENT OF A CRASH.,"DEALERS WILL INSTALL THE REQUIRED TETHER STRAP. THE RECALL BEGAN JUNE 21, 2004. OWNERS SHOULD CONTACT GENERAL COACH AT 1-800-842-0622." -06/07/2004,04V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V278000),"Genie Industries, Inc.",GENIE/ELEVATING JIB,STRUCTURE,NR (Not Reported),Vehicle,2064,"ON SOME TRAILER MOUNTED AERIAL WORK PLATFORM BOOMS, CERTAIN PERSONNEL PLATFORM ELEVATING JIBS AND ASSOCIATED COMPOSITE BEARINGS CAN FAIL.","THIS CAN LEAD TO DAMAGE AND EVENTUAL FAILURE OF THE JIB STRUCTURE, WHICH COULD RESULT IN THE PLATFORM DROPPING SOME DISTANCE.","GENIE WILL PROVIDE A JIB ASSEMBLY TO THE OWNERS OF THE AFFECTED MACHINES. THE RECALL BEGAN ON AUGUST 9, 2004. OWNERS SHOULD CONTACT GENIE AT 1-800-536-1800." -06/07/2004,04V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V255000),Honda (American Honda Motor Co.),HONDA/AIR BAG WIRING,AIR BAGS,P34,Vehicle,130617,"ON CERTAIN SPORT UTILITY VEHICLES, THE WIRE HARNESS OF THE DRIVER'S FRONT AIR BAG WAS INCORRECTLY WIRED.","IN THE EVENT OF A CRASH, THE AIR BAG INFLATION RATE WOULD BE INCORRECT, WHICH COULD INCREASE THE RISK OF INJURY TO THE DRIVER.","DEALERS WILL REPAIR THE WIRING. OWNER NOTIFICATION BEGAN ON JUNE 16, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -06/07/2004,04V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V256000),Honda (American Honda Motor Co.),HONDA/INSTRUMENT PANEL DIMMER CONTROL,INTERIOR LIGHTING,P36,Vehicle,19572,"ON CERTAIN PASSENGER VEHICLES, THE DIMMER CONTROL FOR THE INSTRUMENT PANEL LIGHTS COULD FAIL DUE TO HEAT BUILDUP.","IF THIS OCCURS, THE INSTRUMENT LIGHTS MAY FAIL AND, AT NIGHT, THE DRIVER MAY NOT BE ABLE TO SEE THE INSTRUMENT PANEL GAUGES, SUCH AS THE SPEEDOMETER.","DEALERS WILL REPLACE A MULTIPLEX CONTROL UNIT FOR THE INSTRUMENT PANEL LIGHTS. OWNER NOTIFICATION BEGAN JUNE 16, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -06/07/2004,04V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V258000),"Mack Trucks, Inc.",MACK/WEBB/HENDRICKSON AXLES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,36,"ON CERTAIN CLASS 8 CHASSIS BUILT WITH HENDRICKSON LIFT AXLES WHICH CONTAINED WEBB BRAKE DRUMS, THE BRAKE DRUMS COULD EXPERIENCE PREMATURE CRACK OF THE BRAKING SURFACE RESULTING IN REDUCTION OR COMPLETE LOSS OF BRAKING ON THAT WHEEL END OR LOSS OF BRAKE DRUM PIECES.","LOSS OF BRAKING ABILITY COULD RESULT IN A VEHICLE CRASH, POSSIBLY CAUSING INJURIES OR DEATH.","WEBB WHEEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. WEBB WILL NOTIFY CUSTOMERS, INSPECT THE BRAKE DRUMS AND REPLACE ANY DRUMS THAT FAIL INSPECTION. OWNERS SHOULD CONTACT WEBB AT 1-800-633-3256 OR MACK AT 1-610-709-3337." -06/07/2004,04V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V279000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/DRIVER SEAT RISER,SEATS,SR-04-006,Vehicle,1211,"ON CERTAIN VEHICLES, THE FOOT OF THE DRIVER'S SIDE SEAT RISER MAY DEVELOP A CRACK, RESULTING IN REDUCED STRENGTH OF THE SEAT ANCHORAGE.","IN THE EVENT OF A CRASH, THE SEAT COULD BECOME DETACHED, INCREASING THE RISK OF OCCUPANT INJURY.","DEALERS WILL INSPECT THE DRIVER'S SEAT BRACKET TO DETERMINE WHETHER IT REQUIRES REPLACEMENT. IF SO, THE DEALER WILL REPLACE IT WITH A NEW, IMPROVED PART. THE RECALL BEGAN ON JULY 26, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-888-648-7820." -06/07/2004,04V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V277000),SUTPHEN CORP.,SUTPHEN/FMVSS 121/AIR BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,597,"ON CERTAIN EMERGENCY/FIRE/RESCUE SINGLE AND TANDEM AXLE CHASSIS, THE BRAKE AIR LINES MAY HAVE BEEN INCORRECTLY ROUTED.","IF THE PRIMARY SYSTEM MALFUNCTIONED TO THE POINT OF COMPLETE FAILURE, THE IMPROPER ROUTING WOULD CAUSE THE REAR BRAKES TO BECOME DISABLED THUS REQUIRING THE VEHICLE TO STOP USING ONLY THE FRONT BRAKES, WHICH COULD INCREASE THE RISK OF A CRASH.",DEALERS WILL INSPECT AND CORRECT THE ROUTING OF THE BRAKE LINES. SUTPHEN HAS INSPECTED AND CORRECTED ALL VEHICLES INVOLVED IN THIS CAMPAIGN. -06/03/2004,04V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V268000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/POWER STEERING HOSE ASSEMBLY,STEERING,D18,Vehicle,438391,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.4L NON-TURBOCHARGED ENGINES AND AUTOMATIC TRANSAXLES, THE POWER STEERING PRESSURE HOSE MAY CONTACT THE AUTOMATIC TRANSAXLE DIFFERENTIAL COVER, POTENTIALLY DAMAGING THE HOSE.",POWER STEERING FLUID LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL INSPECT AND RELOCATE, OR REPLACE AS NECESSARY, THE POWER STEERING HOSE AND CONFIRM TORQUE OF THE HOSE FASTENER AT THE STEERING GEAR END. THE RECALL BEGAN ON SEPTEMBER 20, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/03/2004,04V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V269000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/TRW ECU/FALSE WHEEL SPEED SIGNALS,"SERVICE BRAKES, AIR",04507/04508,Vehicle,81883,"ON CERTAIN SCHOOL BUSES AND TRUCK MODEL VEHICLES MANUFACTURED BETWEEN FEBRUARY 28, 1999, THROUGH APRIL 5, 2004, THE ANTI-LOCK BRAKE SYSTEM ELECTRONIC CONTROL UNIT (ECU) MAY MISINTERPRET A CORRUPT WHEEL SPEED SIGNAL.","THE CORRUPT WHEEL SPEED SIGNALS MAY IMPROPERLY ACTIVATE THE ABS, INSTEAD OF DEACTIVATING THE ABS. THIS MAY RESULT IN THE DRIVER EXPERIENCING A HARD PEDAL FEEL AND A DECREASE IN DECELERATION AT THE END OF THE STOP, RESULTING IN EXTENDED STOPPING DISTANCES WHICH COULD CAUSE A VEHICLE CRASH, POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPAIR THE AFFECTED VEHICLES FREE OF CHARGE. THE RECALL BEGAN AUGUST 1, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL CUSTOMER SERVICE AT 1-800-327-4236." -06/02/2004,04V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V261000),Cheetah Chassis Corporation,CHEETAH/SEALCO/RUBBER BAND CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5036,"ON CERTAIN CHASSIS EQUIPPED WITH THE SEALCO 508 RUBBER BAND CHECK VALVE THAT IS USED ON THE 110502 BRASS CONTROL PORT CAP ASSEMBLY WHICH IS INSTALLED IN THE CONTROL PORT OF SEALCO'S 11050, 110700 AND 110800 SPRING BRAKE CONTROL VALVES MAY DEVELOP A HOLE.",THIS CAN ALLOW ALLOWING SUPPLY AIR TO ESCAPE BACK OUT THE CONTROL LINE EXHAUSTING AT EITHER THE FOOT VALVE IN THE TRACTOR OR ANY TRACTOR IN-LINE QUICK RELEASE VALVE.,SEALCO WILL CONTACT CUSTOMERS AND PROVIDE THEM WITH A 110502 REPLACEMENT CAP ASSEMBLY. OWNERS CAN CONTACT SEALCO AT 1-602-253-1007 OR CHEETAH CHASSIS AT 1-215-949-4720. -06/02/2004,04V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V239000),MONACO COACH CORPORATION,MONACO/WATER HEATER,EQUIPMENT,R02150,Vehicle,15,"ON CERTAIN MOTOR HOMES, THE WATER HEATER WAS INSTALLED UNDER THE SLIDE-OUT, WHICH MADE IT POSSIBLE FOR FUMES TO ENTER THE COACH WHEN THE WATER HEATER IS LIT AND THE COACH IS PARKED WITH THE SLIDE-OUT EXTENDED.","THIS CAN CAUSE FUMES TO COME UP INSIDE THE COACH, INCREASING THE RISK OF INJURY TO THE VEHICLE OCCUPANTS.","DEALERS WILL RELOCATE THE WATER HEATER TO THE OPPOSITE SIDE OF THE MOTOR HOME. OWNER NOTIFICATION BEGAN ON JUNE 30, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -06/02/2004,04E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E042000),NEXGEN FUELING,NEXGEN/LNG FUEL TANK,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1509,"NEXGEN LIQUID NATURAL GAS (LNG) VEHICLE TANKS WITH SHROUD (TRUCK-STYLE TANKS) BUILT BEFORE FEBRUARY 1, 2004. INTRODUCTION OF WATER INTO THE DISCHARGE SIDE OF BOTH THE PRIMARY OR SECONDARY PRESSURE RELIEF VALVES SIMULTANEOUSLY AND SUBSEQUENT FREEZING IN SERVICE CAN RENDER THE VALVES TEMPORARILY INOPERABLE.","THIS CONDITION CREATES THE RISK OF TANK OVER-PRESSURIZATION AND A POTENTIAL TANK RUPTURE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",NEXGEN HAS NOTIFIED THE ORIGINAL VEHICLE MANUFACTURERS WHO WILL NOTIFY THEIR CUSTOMERS AND CONDUCT THE RECALL REMEDY. -06/02/2004,04V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V260000),"Strick Trailers, LLC",STRICK/SEALCO/RUBBER BAND CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2021,"ON CERTAIN CHASSIS EQUIPPED WITH THE SEALCO 508 RUBBER BAND CHECK VALVE THAT IS USED ON THE 110502 BRASS CONTROL PORT CAP ASSEMBLY WHICH IS INSTALLED IN THE CONTROL PORT OF SEALCO'S 11050, 110700 AND 110800 SPRING BRAKE CONTROL VALVES MAY DEVELOP A HOLE.",THIS CAN ALLOW ALLOWING SUPPLY AIR TO ESCAPE BACK OUT THE CONTROL LINE EXHAUSTING AT EITHER THE FOOT VALVE IN THE TRACTOR OR ANY TRACTOR IN-LINE QUICK RELEASE VALVE.,SEALCO WILL CONTACT CUSTOMERS AND PROVIDE THEM WITH A 110502 REPLACEMENT CAP ASSEMBLY. OWNERS CAN CONTACT SEALCO AT 1-602-253-1007 OR STRICK AT 1-215-949-3600. -06/02/2004,04V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V262000),"Triumph Motorcycles America, Ltd.",TRIUMPH/POWER SUPPLY CABLE CHAFES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2792,"ON SOME MOTORCYCLES, UNDER CERTAIN ASSEMBLY CONDITIONS, THE ELECTRICAL POWER SUPPLY CABLE TO THE STARTER MOTOR MAY COME INTO DIRECT CONTACT WITH THE OIL COOLER RETURN PIPE. THIS COULD CAUSE THE INSULATION ON THE STARTER CABLE TO DEGRADE.","SHOULD THE STARTER MOTOR CABLE INSULATION BECOME WORN, A 12-VOLT ELECTRICAL SHORT WOULD OCCUR, INCREASING THE RISK OF A FIRE OR NOT ALLOWING THE MOTORCYCLE TO START.","DEALERS WILL EXAMINE THE CABLE FOR SIGNS OF CONTACT WITH THE OIL COOLER PIPE. THE CABLE WILL BE RE-POSITIONED. THE RECALL BEGAN NOVEMBER 20, 2004. OWNERS SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -06/01/2004,04V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V276000),"Forest River, Inc.",FOREST RIVER/AMSAFE/FMVSS 209/SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,2010,"CERTAIN SEAT BELT BUCKLES ON SOME MOTOR HOMES FAIL TO CONFORM TO THE LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.",AMSAFE WILL NOTIFY CUSTOMERS AND REPLACE THE BUCKLES. OWNERS SHOULD CONTACT AMSAFE AT 1-574-266-8330 OR FOREST RIVER AT 1-574-389-4600. -06/01/2004,04V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V257000),Honda (American Honda Motor Co.),HONDA/FMVSS 108/TAIL LIGHT SIDE MARKER LENS,EXTERIOR LIGHTING,P35,Vehicle,7067,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE LENS OF THE SIDE MARKER LAMP AND SIDE REFLEX REFLECTOR IN THE TAIL LAMP ASSEMBLY WERE MANUFACTURED WITH INCORRECT DYE.",THIS DOES NOT COMPLY WITH THE STANDARD.,"DEALERS WILL REPLACE ALL AFFECTED TAIL LAMP ASSEMBLIES. OWNER NOTIFICATION BEGAN ON JUNE 16, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -05/28/2004,04V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V245000),"HME, Inc.",HME/AMSAFE/SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,34,"CERTAIN SEAT BELT BUCKLES ON SOME MOTOR HOMES FAIL TO CONFORM TO THE LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.",AMSAFE WILL NOTIFY CUSTOMERS AND REPLACE THE BUCKLES. OWNERS SHOULD CONTACT AMSAFE AT 1-574-266-8330 OR HME AT 1-616-534-1463. -05/28/2004,04E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E040000),"HOLLAND USA, INC.",HOLLAND/INDEPENDANT FRONT SUSPENSIONS,STEERING,NR (Not Reported),Equipment,610,"HOLLAND INDEPENDENT FRONT SUSPENSIONS P/N 90547917 IFS-114 WITH THE 90547978 SUBFRAME FOR USE ON CERTAIN COUNTRY COACH VEHICLES AND SHIPPED BETWEEN MARCH 5, 2003, AND JUNE 28, 2004. EARLY IFS-114 UNITS WITH P/N 90546687 USED A DIFFERENT SUBFRAME, P/N 90546691 THAT IS NOT AFFECTED BY THIS RECALL. THE NEW SUBFRAME DID NOT HAVE GUSSETS THAT HELP SUPPORT THE STEERING GEAR MOUNTING PLATE. THE LACK OF GUSSETS ALLOWS EXCESSIVE FLEXING OF THE STEERING GEAR MOUNTING PLATE WHICH MAY LEAD TO FATIGUE CRACKS.","IF A CRACK WERE TO DEVELOP AND PROPAGATE TO THE POINT WHERE THE STEERING GEAR MOUNTING PLATE WERE TO SEPARATE FROM THE SUSPENSION SUBFRAME, THEN STEERING CAN BECOME LOOSE WITH POSSIBLE LOSS OF STEERING CONTROL. A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR EVEN DEATH.","HOLLAND WILL NOTIFY COUNTRY COACH'S CUSTOMERS AND PROVIDE REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 28, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOLLAND USA CUSTOMER SERVICE AT 1-888-396-6501." -05/27/2004,04V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V252000),GIRARDIN MINIBUS INC.,GIRARDIN/POWER STEERING PRESSURE SWITCH FITTING,STEERING,04-006-AWB,Vehicle,28,"CERTAIN MB IV SCHOOL BUSES BUILT ON FORD E-450 CHASSIS, MANUFACTURED BETWEEN FEBRUARY 26 AND MAY 7, 2004, WITH OPTION AWB-2, WAS EQUIPPED WITH A PRESSURE SWITCH FITTING P/N 23A200 ON THE POWER STEERING LINE TO ASSIST THE POWER BRAKE THIS FITTING MAY LEAK CAUSING LOSS OF POWER STEERING ASSIST.",LOSS OF POWER STEERING ASSIST MAY RESULT IN A VEHICLE CRASH.,"GIRARDIN WILL NOTIFY ITS CUSTOMERS AND EITHER REPLACE THE PRESSURE SWITCH FITTING WITH A NEW PRESSURE SWITCH FITTING P/N 23A200-REV A OR REMOVE THE DEFECTIVE PRESSURE SWITCH FITTING AND INSTALL THE ""T"" FITTING FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED DURING JUNE 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GIRARDIN AT 819-477-3222." -05/27/2004,04V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V254000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLE/SPEEDOMETER,VEHICLE SPEED CONTROL,P32,Vehicle,8189,"ON CERTAIN MOTORCYCLES, SOME DIGITAL SPEEDOMETERS MAY EXPERIENCE A COMPUTER PROGRAM ERROR, CAUSING THE SPEEDOMETER TO INDICATE APPROXIMATELY 25 PERCENT LESS THAN THE ACTUAL VEHICLE SPEED.","THIS CONDITION CAN RESULT IN THE VEHICLE BEING DRIVEN AT AN ILLEGAL OR UNSAFE SPEED, WHICH COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSTALL AN UPDATED SPEEDOMETER AND ASSOCIATED COMPONENTS. OWNER NOTIFICATION BEGAN ON MAY 11, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -05/27/2004,04V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V250000),"Navistar, Inc.",INTERNATIONAL/POWER STEERING PUMP,STEERING,04509,Vehicle,5999,"ON CERTAIN SCHOOL AND TRANSIT BUSES THE STUDS USED TO SECURE THE POWER STEERING PUMP TO THE ENGINE BLOCK CAN FAIL, RESULTING IN ENGINE OIL LEAKAGE AND COMPLETE LOSS OF POWER STEERING. THE POWER STEERING PUMP IS DESIGNED TO PROVIDE POWER ASSIST TO BOTH THE STEERING SYSTEM AND THE HYDRAULIC BRAKING SYSTEM. SHOULD STUD FAILURE CAUSE THE PUMP TO BECOME DISENGAGED FROM ITS DRIVE GEARS, A REDUCTION OF THE FLUID FLOW RATE TO THE BRAKE SYSTEM COULD OCCUR AND POSSIBLY CAUSE AN EXTENDED STOPPING DISTANCE AS WELL AS INCREASED STEERING WHEEL EFFORTS.","SUDDEN LOSS OF POWER STEERING WILL IMPAIR THE VEHICLE OPERATOR, POSSIBLE RESULTING IN A VEHICLE CRASH.","INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND ALL VEHICLES WILL BE INSPECTED AND ANY SUSPECT STUDS WILL BE REPLACED. OWNER NOTIFICATION BEGAN SEPTEMBER 24,2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/25/2004,04V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V248000),"Featherlite, Inc.",FEATHERLITE/TV LIFT MOTOR CONTROL,EQUIPMENT,NR (Not Reported),Vehicle,26,CERTAIN COACHES WERE EQUIPPED WITH SANDY TV LIFTS.,THE TV LIFT CONTROLLERS CAN CAUSE A FIRE OR CAUSE SMOKE INSIDE THE INTERIOR OF THE COACH.,"DEALERS WILL RE-PROGRAM THE PROGRAMMABLE LOGIC CONTROLLER (PLC) PROGRAM WITH A SPECIFIC RUN TIME LIMIT WHICH WILL SHUT DOWN THE MOTOR IF THE RUN TIME LIMIT IS EXCEEDED. FURTHER, THERMAL OVERLOAD PROTECTION WILL BE PROVIDED WITH THE INSTALLATION OF A THERMAL BREAKER IN THE MOTOR CONTROL CIRCUIT FOR BOTH FORWARD AND REVERSE DIRECTION. THE RECALL BEGAN JUNE 4, 2004. OWNERS SHOULD CONTACT FEATHERLITE AT 1-888-826-8273." -05/25/2004,04V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V249000),FOUR WINDS INTERNATIONAL,FOUR WINDS/FUEL LINES,"FUEL SYSTEM, GASOLINE",R030010,Vehicle,416,"ON CERTAIN MOTOR HOMES, THE FUEL LINES ON THE CHASSIS COULD CHAFE AGAINST THE STEEL FLOOR STRUCTURE, CAUSING THE FUEL LINE TO RUPTURE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE BRAIDED FUEL SUPPLY LINE TO DETERMINE IF THE FUEL LINE HAS BECOME EXCESSIVELY WORN OR CHAFFED. IF THERE IS NO VISIBLE DAMAGE TO THE FUEL LINE, THE DEALER WILL SECURE THE FUEL LINE TO THE MAIN WIRING LOOM. IF DAMAGE IS DISCOVERED, THE FUEL LINE WILL BE REPLACED AND PROPERLY ANCHORED. THE RECALL BEGAN JULY 16, 2004. OWNERS SHOULD CONTACT FOUR WINDS AT" -05/25/2004,04V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V241000),"Thor California, Inc.",THOR/IMPROPER WEIGHT DISTRIBUTION,STRUCTURE,NR (Not Reported),Vehicle,224,"ON CERTAIN TRAVEL TRAILERS, IMPROPER WEIGHT DISTRIBUTION MAY OCCUR WHEN THE BACK OF THE TRAVEL TRAILER IS LOADED WITH CARGO.","UNDER CERTAIN LOAD CONDITIONS, THE IMPROPER WEIGHT DISTRIBUTION MAY CAUSE HANDLING PROBLEMS, INCLUDING BUT NOT LIMITED TO, POTENTIAL SWAYING OF THE TRAILER WHILE BEING TOWED ON THE ROAD. THIS COULD ULTIMATELY RESULT IN AN CRASH INVOLVING THE TRAVEL TRAILER AND THE TOW VEHICLE.","DEALERS WILL ADD REINFORCING STEEL TO THE A-FRAME, INSTALL A NEW COUPLER WITH HIGHER WEIGHT CAPACITY, AND HIGHER CAPACITY SAFETY CHAINS. OWNERS SHOULD CONTACT THOR CALIFORNIA AT 1-888-697-8467." -05/25/2004,04V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V242000),"Thor California, Inc.",THOR/IMPROPER WEIGHT DISTRIBUTION,STRUCTURE,NR (Not Reported),Vehicle,48,"ON CERTAIN TRAVEL TRAILERS, IMPROPER WEIGHT DISTRIBUTION MAY OCCUR WHEN THE BACK OF THE TRAVEL TRAILER IS LOADED WITH CARGO.","UNDER CERTAIN LOAD CONDITIONS, THE IMPROPER WEIGHT DISTRIBUTION MAY CAUSE HANDLING PROBLEMS, INCLUDING BUT NOT LIMITED TO, POTENTIAL SWAYING OF THE TRAILER WHILE BEING TOWED ON THE ROAD. THIS COULD ULTIMATELY RESULT IN AN CRASH INVOLVING THE TRAVEL TRAILER AND THE TOW VEHICLE.",DEALERS WILL ADD THE NECESSARY WEIGHT AT THE TRAILER'S A-FRAME. OWNERS SHOULD CONTACT THOR CALIFORNIA AT 1-888-697-8467. THIS RECALL WAS SUPERSEDED BY 06V-466. -05/25/2004,04V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V243000),"Thor California, Inc.",THOR/IMPROPER WEIGHT DISTRIBUTION,STRUCTURE,NR (Not Reported),Vehicle,83,"ON CERTAIN 'TOY BOX' TRAVEL TRAILERS, IMPROPER WEIGHT DISTRIBUTION MAY OCCUR WHEN THE BACK OF THE TRAVEL TRAILER IS LOADED WITH CARGO.","UNDER CERTAIN LOAD CONDITIONS, THE IMPROPER WEIGHT DISTRIBUTION MAY CAUSE HANDLING PROBLEMS WITH THE TRAVEL TRAILER, INCLUDING BUT NOT LIMITED TO, POTENTIAL SWAYING OF THE TRAILER WHILE BEING TOWED ON THE ROAD, WHICH COULD ULTIMATELY RESULT IN A CRASH INVOLVING THE TRAVEL TRAILER AND THE TOW VEHICLE.","DEALERS WILL ADD THE NECESSARY WEIGHT AT THE TRAILER'S A-FRAME, CHANGE THE TRAILERS A-FRAME TO A THICKER STEEL, AND CHANGE THE TRAILER'S COUPLER AND SAFETY CHAINS TO A HIGHER WEIGHT RATING. THE RECALL IS EXPECTED TO BEGIN DURING JANUARY OR FEBRUARY 2005. OWNERS SHOULD CONTACT THOR CALIFORNIA AT 1-888-697-8467." -05/24/2004,04E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E039000),"Bendix Commercial Vehicle Systems, LLC",BENDIX/STOP LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Equipment,9585,"BENDIX SL4 STOP LIGHT SWITCHES MANUFACTURED BETWEEN JANUARY 1 AND AUGUST 31, 2003. IMPROPER LUBRICATION WAS APPLIED TO THE PISTON MECHANISM.","THIS LACK OF PROPER LUBRICATION CAN CAUSE THE SWITCH TO STICK, RESULTING IN THE VEHICLE STOP LAMPS STAYING ILLUMINATED OR FAILING TO EXTINGUISH PROMPTLY. IF THE STOP LAMPS FAIL TO PREFORM AS DESIGNED, A VEHICLE CRASH COULD BE THE RESULT.","BENDIX WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FREE REMEDY. THE RECALL SEPTEMBER 21, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793." -05/24/2004,04V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V247000),"BMW of North America, LLC",BMW/AIR BAG SYSTEM PROCESSORS,AIR BAGS,NR (Not Reported),Vehicle,51,"ON CERTAIN PASSENGER VEHICLES, INCOMPATIBLE ELECTRONIC AIR BAG SYSTEM PROCESSORS MAY HAVE BEEN INSTALLED.","IN THE EVENT OF A CRASH, AIR BAG DEPLOYMENT MAY NOT OCCUR, INCREASING THE RISK OF INJURIES TO THE DRIVER AND/OR FRONT PASSENGER.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE AIR BAG SYSTEM PROCESSORS. THE RECALL BEGAN JUNE 11, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -05/24/2004,04V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V251000),IC CORPORATION,IC CORPORATION/FMVSS 217/LABEL LOCATION,VISIBILITY,04302,Vehicle,4157,"ON CERTAIN SCHOOL BUSES, THE INSTRUCTIONS ON HOW TO OPERATE THE EMERGENCY EXIT DID NOT MEET THE MINIMAL LETTER HEIGHT OF 1-CENTERMETER. THESE BUSES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 217, BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.","THE LABEL MAY NOT BE VISIBLE TO THE OPERATOR, POSSIBLY RESULTING IN INJURY IF THE OCCUPANTS CANNOT EXIT THE BUS QUICKLY.","IC WILL MAIL NEW LABELS WITH INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN JUNE 25, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC AT 501-505-2190." -05/24/2004,04V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V230000),"Nissan North America, Inc.",NISSAN/FUEL SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,586196,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH SIX CYLINDER ENGINES AND SPORT UTILITY VEHICLES EQUIPPED WITH FOUR OR SIX CYLINDER ENGINES, THE FUEL PUMP TERMINAL ON THE FUEL-SENDING UNIT CAN DEVELOP A CRACK IN THE PLASTIC MOLDING. THIS CAN CAUSE THE TERMINAL STRIP TO CORRODE UNDER SOME ENVIRONMENTAL CONDITIONS.","IF CORROSION OCCURS, THE TERMINAL STRIP COULD EVENTUALLY BREAK CAUSING THE FUEL PUMP TO STOP OPERATION. THIS WILL RESULT IN NOT BEING ABLE TO START THE ENGINE OR CAUSE THE ENGINE TO STOP RUNNING WITHOUT WARNING, WHICH CAN RESULT IN A CRASH.","IN THE FOLLOWING STATES, DEALERS WILL REPLACE THE FUEL-SENDING UNIT. THESE STATES ARE CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, TENNESSEE, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. IN THE OTHER STATES, THE DEALER WILL INSPECT THE FUEL PUMP TERMINAL ON THE SENDING UNIT FOR CORROSION. IF CORROSION IS PRESENT, THE DEALER WILL REPLACE THE UNIT. IF THERE IS NOT CORROSION, THE DEALER WILL APPLY SEALANT TO THE TERMINAL HOUSING TO HELP PREVENT CORROSION IN THE FUTURE. OWNER NOTIFICATION BEGAN ON JUNE 28, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -05/20/2004,04V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V246000),PL Custom Emergency Vehicles,PL CUSTOM/AMSAFE/SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,86,"SOME FIRE TRUCKS EQUIPPED WITH SEAT BELTS BUILT BY AMSAFE FAIL TO CONFORM TO THE LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.",AMSAFE WILL NOTIFY CUSTOMERS AND REPLACE THE BUCKLES. OWNERS SHOULD CONTACT AMSAFE AT 1-574-266-8330 OR PL CUSTOM AT 1-732-223-1411. -05/20/2004,04E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E038000),STRUCTURAL COMPOSITES INDUSTRIES,STRUCTURAL COMPOSITES/FMVSS 304/NVG FUEL TANKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,2030,"CERTAIN COMPRESSED NATURAL GAS FUEL CONTAINERS, MODEL ALT823D, P/N 1273147, EQUIPPED ON CERTAIN 2003 AND 2004 ORION VII BUSES. THE NVG CONTAINER'S PRESSURE RELIEF DEVICES FAIL TO TIMELY AND FULLY ACTIVATE AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 304, COMPRESSED NATURAL GAS FUEL CONTAINER INTEGRITY.","IN THE EVENT OF A VEHICLE FIRE WITH THE FUEL SYSTEM ROOF ENCLOSURE REMOVED OR OPENED, THE FUEL CONTAINER'S PRESSURE RELIEF DEVICES MAY NOT ACTIVATE AS THEY ARE DESIGNED TO DO AND THE FUEL CONTAINER COULD RUPTURE AND EXPLODE. SUCH AN EXPLOSION, IF IT WERE TO OCCUR, COULD CAUSE SERIOUS INJURIES OR DEATH TO OCCUPANTS OF THE BUS OR TO PERSONS OUTSIDE THE BUS.",STRUCTURAL COMPOSITES WILL REPLACE THE PRESSURE RELIEF VALVE FREE OF CHARGE. STRUCTURAL COMPOSITES IS EXPECTED TO NOTIFY THE OWNERS OF AFFECTED ORION VII BUSES IN JUNE 2004. THE RECALL BEGAN FEBRUARY 2005. -05/19/2004,04V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V235000),"BMW of North America, LLC",BMW/MOTORCYCLES/FRONT SPRING STRUT,SUSPENSION,NR (Not Reported),Vehicle,84,"ON CERTAIN MOTORCYCLES, THE FRONT SPRING STRUT UPPER STUD BOLT WELD CAN FAIL. THIS COULD CAUSE THE BOLT TO BREAK.","IF THIS HAPPENS, THE RIDER MAY NOT BE ABLE TO CONTROL THE MOTORCYCLE, WHICH COULD CAUSE A CRASH WITHOUT WARNING.",DEALERS WILL REPLACE THE FRONT SPRING STRUT. THE RECALL BEGAN DURING JUNE 2004. OWNERS SHOULD CONTACT BMW AT 1-800-331-1117. -05/19/2004,04V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V236000),"BMW of North America, LLC",BMW/MOTORCYCLES/FUEL PUMP FLANGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1560,"ON CERTAIN MOTORCYCLES, THE PLASTIC FUEL PUMP FLANGE COULD COME INTO CONTACT WITH A SUFFICIENT AMOUNT OF ACID OR CHEMICAL COMPOUNDS CONTAINING ACIDIC ELEMENTS, SUCH AS BATTERY ACID OR CERTAIN CLEANING PRODUCTS.","THE FLANGE COULD BECOME BRITTLE, CRACK, AND ALLOW FUEL TO ESCAPE FROM THE FUEL TANK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL AN ACID-RESISTANT CAP OVER THE FUEL PUMP FLANGE. THE RECALL BEGAN JUNE 10, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -05/19/2004,04V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V234000),Mazda North American Operations,MAZDA/CRUISE CONTROL,VEHICLE SPEED CONTROL,2004F,Vehicle,10200,"ON CERTAIN MINIVANS EQUIPPED WITH CRUISE CONTROL, THE CRUISE CONTROL ACTUATOR CABLE MAY BE BROKEN DUE TO INSUFFICIENT STRENGTH (GROUP 1). ALSO INCLUDED ARE CERTAIN 2000-2001 MINIVANS EQUIPPED WITH CRUISE CONTROL BUILT BETWEEN MARCH 31, 1999 AND MARCH 31, 2001, THAT HAVE HAD THE CRUISE CONTROL REPAIRED AND POSSIBLY HAD A DEFECTIVE CABLE INSTALLED DURING THAT REPAIR (GROUP 2).","IT IS POSSIBLE THAT THE BROKEN ACTUATOR CABLE MAY BE OUT OF POSITION AND COULD INTERFERE WITH THE OPERATION OF THE ACCELERATOR CABLE, PREVENTING A DECREASE IN ENGINE SPEED WHILE DRIVING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ACTUATOR CABLE. OWNER NOTIFICATION FOR VEHICLES INVOLVED IN GROUP 1 BEGAN ON JULY 7, 2004. OWNER NOTIFICATION FOR VEHICLES INVOLVED IN GROUP 2 BEGAN ON SEPTEMBER 10, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -05/19/2004,04V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V233000),"Volkswagen Group of America, Inc.",VW/SEAT BELT BUCKLE RIVET,SEAT BELTS,VN,Vehicle,24269,"ON CERTAIN SPORT UTILITY VEHICLES, THE REAR SEAT BELT LATCH ATTACHMENT BOLT MAY HAVE BEEN INSUFFICIENTLY RIVETED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE BELT BUCKLE. OWNER NOTIFICATION BEGAN ON JUNE 21, 2004. OWNERS SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987." -05/18/2004,04V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V253000),"Featherlite, Inc.",FEATHERLITE/TRAILER WELDS,STRUCTURE,NR (Not Reported),Vehicle,209,"ON CERTAIN SNOWMOBILE TRAILERS, INADEQUATE WELDS THAT ATTACH THE AXLES TO THE BODY OF THE TRAILER CAN FAIL.","A FAILURE OF THE AXLE TO BODY ATTACHMENTS COULD RESULT IN PERSONAL INJURY, PROPERTY DAMAGE, OR BOTH.","DEALERS WILL INSPECT AND RE-WELD THE AXLE TO THE BODY OF THE TRAILER. THE RECALL BEGAN JUNE 1, 2004. OWNERS SHOULD CONTACT FEATHERLITE AT 1-877-903-1444." -05/18/2004,04V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V244000),Newmar Corporation,NEWMAR/AMSAFE/FMVSS 209/SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,84,"CERTAIN SEAT BELT BUCKLES ON SOME MOTOR HOMES FAIL TO CONFORM TO THE LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.","AMSAFE WILL NOTIFY CUSTOMERS AND REPLACE THE BUCKLES. THE RECALL BEGAN MAY 28, 2004. OWNERS SHOULD CONTACT AMSAFE AT 1-574-266-8330 OR NEWMAR AT 1-574-773-7791." -05/17/2004,04E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E036000),EMC,EMC/ACCELERATOR CABLE DISCONNECTS,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,583,THE EMC ACCELERATOR CABLE ANCHORAGE MAY NOT HAVE BEEN FULLY SECURED CAUSING THE CABLE TO BECOME DISCONNECTED FROM THE ACCELERATOR PEDAL.,"IF THE CABLE BECAME DISCONNECTED WHILE THE VEHICLE IS IN MOTION, THE ENGINE SPEED WOULD RETURN TO IDLE WHERE IT WOULD REMAIN REGARDLESS OF THE OPERATOR'S THROTTLE INPUTS, POSSIBLY RESULTING IN A VEHICLE CRASH.","EMC WILL NOTIFY ITS CUSTOMERS AND WILL INSTALL A NEW AEVIT ACCELERATOR CABLE AND ANCHORAGE BRACKET FREE OF CHARGE. THE RECALL BEGAN MAY 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EMC CUSTOMER SERVICE AT 225-927-5558 EXT. 200." -05/17/2004,04E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E035000),EMC,EMC/AEVIT ACCELERATOR THROTTLE CABLES,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,583,THE ACCELERATOR INNER-CABLE MAY COME IN CONTACT WITH THE UNPROTECTED OUTER HOUSING DURING CERTAIN THROTTLE OPERATIONS WHICH COULD DAMAGE THE CABLE EFFECTING THROTTLE CONTROL.,"IN THESE CIRCUMSTANCES, UNINTENDED ACCELERATION COULD OCCUR POSSIBLY RESULTING IN A VEHICLE CRASH.","EMC WILL NOTIFY ITS CUSTOMERS AND WILL INSTALL A NEW AEVIT ACCELERATOR CABLE AND ANCHORAGE BRACKET FREE OF CHARGE. THE RECALL BEGAN MAY 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EMC CUSTOMER SERVICE AT 225-927-5558 EXT. 200." -05/17/2004,04V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V229000),Ford Motor Company,FORD/FMVSS 120/INCORRECT TIRES,TIRES,04C07,Vehicle,6415,"CERTAIN LARIAT AND KING RANCH MODEL PICKUP TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" SOME TRUCKS WERE INADVERTENTLY EQUIPPED WITH AN INCORRECT LOAD RANGE TIRE. THIS WOULD RESULT IN INCORRECT TIRE LOAD RATINGS FOR THE STATED VEHICLE AXLE GROSS AXLE WEIGHT RATING. ALSO, THE TIRE MAY BE INFLATED ABOVE THE DOT LISTED INFLATION PRESSURE.","IF A TIRE WAS OPERATED IN AN OVER-LOADED OR OVER-INFLATED CONDITION, THE TIRE MAY RUPTURE RESULTING IN A RAPID AIR LOSS, WHICH CAN CAUSE A CRASH WITHOUT WARNING.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE ANY INCORRECT LOAD RANGE TIRES. ADDITIONALLY, IF ANY TIRE REQUIRED REPLACEMENT, IT IS RECOMMENDED THAT THE WHEEL LUG NUT TORQUE BE CHECKED WITHIN 500 MILES AFTER ANY TIRE REPLACEMENT. OWNER NOTIFICATION BEGAN ON MAY 21, 2004. OWNERS SHOULD CONTACT. FORD AT 1-800-392-3673." -05/17/2004,04V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V231000),"Porsche Cars North America, Inc.",PORSCHE/SEAT BELT LATCH ATTACHMENT BOLT,SEAT BELTS,A404,Vehicle,19175,"ON CERTAIN PASSENGER VEHICLES, THE REAR SEAT BELT LATCH ATTACHMENT BOLT IS INSUFFICIENT RIVETED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE BELT BUCKLE LATCH AND, IF NECESSARY, REPLACE THE LATCH. OWNER NOTIFICATION BEGAN ON JUNE 1, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -05/17/2004,04V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V240000),"Regency Conversions, Inc.",REGENCY/SPARE TIRE,TIRES,NR (Not Reported),Vehicle,285,"THE SPARE TIRE AND WHEEL ASSEMBLY THAT WAS PROVIDED ON CERTAIN CONVERSION VEHICLES WILL NOT FIT ON THE FRONT WHEEL HUB DUE TO OFFSET OF THE WHEEL. HOWEVER, IT WILL FIT ON THE REAR WHEELS.","IF SOMEONE HAS A FLAT TIRE ON THE FRONT WHEEL, THEY WILL NOT BE ABLE TO INSTALL THE PROVIDED SPARE TIRE.","DEALERS WILL INSTALL A SPARE WHEEL WITH THE CORRECT OFFSET. OWNER NOTIFICATION BEGAN ON JUNE 11, 2004. OWNERS SHOULD CONTACT REGENCY AT 1-800-989-4727." -05/14/2004,04T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T010000),Cooper Tire & Rubber Co.,COOPER TIRE/TREAD CHUNKING,TIRES,131,Tire,70,"COOPER ZEON 2XS TIRES, SIZE 22545R18 RE PRODUCED BETWEEN MARCH 28 AND APRIL 10, 2004. THESE TIRES MAY BE PRONE TO TREAD CHUNKING WHICH AT HIGHWAY SPEEDS COULD LEAD TO TREAD SEPARATION.",TREAD SEPARATION COULD LEAD TO LOSS OF CONTROL OF THE VEHICLE POSSIBLY RESULTING IN A VEHICLE CRASH.,"COOPER WILL NOTIFY ITS CUSTOMERS, REPLACE, MOUNT, AND BALANCE THE TIRES AT NO CHARGE IF YOU PRESENT COOPER FOR REMEDY WITHIN SIXTY (60) DAYS AFTER; RECEIPT OF THE NOTIFICATION LETTER OR NOTICE THAT A REPLACEMENT TIRE IS AVAILABLE (IF NOT AVAILABLE AT TIME OF INSPECTION). OWNER NOTIFICATION BEGAN MAY 11, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE CUSTOMER RELATIONS AT (800) 854-6288." -05/13/2004,04V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V232000),Ford Motor Company,FORD/CERTIFICATION LABEL,EQUIPMENT,04L20,Vehicle,28456,"CERTAIN VANS AND WAGONS FAIL TO CONFORM TO THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" FOR CERTAIN 2003 E250 VANS BUILT WITH LT225/75R16E TIRES, THE REAR AXLE RATING IS INCORRECTLY LISTED ON THE LABEL. IN ADDITION, THE TIRE PRESSURE IS INCORRECTLY LISTED ON THE LABEL FOR THE REAR TIRES ON CERTAIN 2002 E350 WAGONS AND FOR THE FRONT TIRES ON CERTAIN 2002 E250 VANS BUILT WITH THESE TIRES.","FAILURE TO FOLLOW PROPER VEHICLE LOADING SPECIFICATIONS OR TIRE INFLATION RECOMMENDATION CAN RESULT IN TIRE FAILURE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH SUPPLEMENTARY TIRE LABELS CONTAINING CORRECT INFORMATION AND INSTALLATION INSTRUCTIONS. IF AN OWNER SO DESIRES, THEIR DEALER CAN INSTALL THE LABEL FOR THEM. THE RECALL BEGAN ON JULY 8, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -05/13/2004,04V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V228000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/ABC HYDRAULIC HOSES,SUSPENSION,2004070012,Vehicle,6238,"ON CERTAIN PASSENGER VEHICLES, CORROSION MAY OCCUR IN THE INNER STEEL PORTIONS OF THE ACTIVE BODY CONTROL'S (ABC) HIGH-PRESSURE DISTRIBUTION HOSE DUE TO EXTENSIVE EXPOSURE TO HEAT AND HUMIDITY. OVER TIME, CORROSION MAY DETERIORATE THE INNER STEEL PORTIONS OF THE HOSE.","THIS MAY RESULT IN ABC HYDRAULIC FLUID LEAKAGE. UNDER SOME CIRCUMSTANCES, LEAKING HYDRAULIC FLUID MAY COME IN CONTACT WITH HOT ENGINE COMPONENTS AND LEAD TO A POSSIBILITY OF FIRE.","DEALERS WILL INSTALL NEW, CORROSION RESISTANT ABC HIGH-PRESSURE DISTRIBUTION HOSES. THE RECALL BEGAN AUGUST 31, 2004. OWNERS SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -05/13/2004,04V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V227000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/BLOWER MOTOR FUSE HOLDER,ELECTRICAL SYSTEM,2004 070010,Vehicle,54454,"ON CERTAIN PASSENGER VEHICLES, DURING THE PRODUCTION PROCESS OF THE BLOWER MOTOR FUSE HOLDER, THE SIZE OF THE ELECTRIC CONDUCTOR OF THE HOLDER MAY BE BELOW APPROPRIATE TOLERANCES.","CONSEQUENTLY, THE ELECTRIC CONDUCTOR OF THE BLOWER MOTOR FUSE HOLDER MAY DISSIPATE MORE HEAT THAN THE PLASTIC FUSE HOLDER WAS DESIGNED TO WITHSTAND, WHICH COULD RESULT IN OVERHEATING OF THE HOLDER AND DISABLING OF THE BLOWER MOTOR AND THE ABILITY TO DEFROST OR DEFOG THE WINDSHILED IN COLD OR HOT AND HUMID WEATHER CONDITIONS. DEPENDING ON THE OCCURRENCE AND WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSTALL NEW BLOWER MOTOR FUSE HOLDERS. THE RECALL BEGAN DURING OCTOBER 2004. OWNERS SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372. -05/12/2004,04E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E034000),"SEATTLE SPORTS COMPANY, INC.",SEATTLE SPORTS/ROOF STORAGE POUCH,EQUIPMENT,NR (Not Reported),Equipment,353,LL BEAN VAGABOND 11 AND 15 ROOF TOP CARGO CARRIER. THE 4 ATTACHMENT POINTS OR STRAPS USED TO SECURE THE CARRIER TO THE VEHICLE ARE NOT STRONG ENOUGH TO HOLD THE CARRIER IN PLACE WHILE THE VEHICLE IS TRAVELING AT HIGHWAY SPEEDS.,"THE CARRIER COULD BLOW OFF THE ROOF OF THE VEHICLE, POSSIBLY CAUSING A FOLLOWING MOTORIST(S) TO CRASH.","LL BEAN WILL REPLACE THE CARRIER WITH A NEW, STRONGER CARRIER. OWNER NOTIFICATION IS EXPECTED TO BEGIN MAY 30, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEATTLE SPORTS AT 206-782-0773." -05/11/2004,04V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V237000),COUNTRY COACH INC,COUNTRY COACH/SLIDE CARGO TRAY RELEASE LEVER,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,296,"ON CERTAIN MOTOR HOMES, THE STRIKER PLATE OF THE STORAGE BAY COMPARTMENT DOOR LATCH IS POSITIONED IN PROXIMITY TO THE RELEASE MECHANISM LOCATED ON THE FACE OF THE SLIDE CARGO TRAY FRAME.",CUSTOMERS CAN CATCH A FINGER WHEN OPERATING THE RELEASE OF THE SLIDE CARGO TRAY.,"DEALERS WILL INSTALL TWO (2) PULL HANDLES, A LATCH EXTENSION, AND A WARNING LABEL ON EACH AFFECTED SLIDE TRAY. THE RECALL BEGAN ON AUGUST 27, 2004. OWNERS SHOULD CONTACT COUNTRY COACH AT 1-800-547-8015." -05/11/2004,04V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V225000),"General Motors, LLC",GM/FMVSS 225/SEATING POSITIONS,SEAT BELTS,04038,Vehicle,736,"CERTAIN EXTENDED AND REGULAR CAB PICKUP TRUCKS AND CARGO VANS CONVERTED TO COMPRESSED NATURAL GAS (CNG) FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, 'CHILD RESTRAINT ANCHORAGE SYSTEMS.' THESE VEHICLES HAVE ONE SEATING POSITION, THE CENTER REAR SEAT, EQUIPPED WITH CHILD RESTRAINT LOWER ANCHORAGES.","THE STANDARD REQUIRES CHILD SEAT LOWER ANCHORAGES IN TWO SEATING POSITIONS FOR VEHICLES WITH THREE REAR SEATING POSITIONS. THE STANDARD CAB AND CARGO VAN VEHICLES, WHICH ONLY HAVE FRONT SEATING POSITIONS, HAVE AN AIR BAG OFF SWITCH TO DISABLE THE FRONT PASSENGER AIR BAG AND DO NOT HAVE CHILD RESTRAINT LOWER ANCHORAGES IN THE PASSENGER SEAT. THE STANDARD REQUIRES PASSENGER SEAT CHILD SEAT LOWER ANCHORAGES IN VEHICLES WITH AN AIR BAG OFF SWITCH. HOWEVER, THE STANDARD DOES NOT REQUIRE VEHICLES WITH ONLY FRONT SEATING POSITIONS TO HAVE LOWER ANCHORAGE PROVISIONS IF THE VEHICLE IS NOT EQUIPPED WITH AN AIR BAG OFF SWITCH.","TO BRING THE STANDARD CAB AND CARGO VAN VEHICLES INTO COMPLIANCE, DEALERS WILL INJECT EPOXY INTO THE AIR BAG OFF SWITCH TO PREVENT AIR BAG ACTIVATION, RELOCATE THE SWITCH BEHIND THE INSTRUMENT PANEL AND THEN INSTALL A COVER OVER THE RESULTING OPENING. THE SUN VISOR LABEL AND OWNER'S MANUAL WILL ALSO BE CHANGED. THE CORRECTION FOR THE EXTENDED CAB VEHICLE WILL CONSIST OF CHANGING THE FRONT PASSENGER SEAT TO A SEAT THAT HAS CHILD RESTRAINT LOWER ANCHORAGES. THE RECALL BEGAN ON SEPTEMBER 9, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -05/11/2004,04V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V226000),"SAAB CARS USA, INC.",SAAB/SEAT BELT RETRACTORS,SEAT BELTS,15017,Vehicle,31335,"SOME SPORT SEDANS WERE BUILT WITH SEAT BELT RETRACTORS THAT WERE DAMAGED DURING THE MANUFACTURING PROCESS. IF DAMAGED, OVER TIME, THE AUTOMATIC TENSIONING SYSTEM (ATS) CABLE IN THE SEAT BELT RETRACTOR COULD BREAK CAUSING THE BELT WEBBING TO NOT RETRACT.","IN THE EVENT OF A CRASH, A FRONT SEAT OCCUPANT MAY RECEIVE MORE SEVERE INJURIES.","DEALERS WILL REPLACE THE SEAT BELT RETRACTOR ASSEMBLIES. THE RECALL BEGAN ON JANUARY 24, 2005. OWNERS SHOULD CONTACT SAAB AT 1-800-955-9007." -05/10/2004,04V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V223000),Keystone RV Company,KEYSTONE/DIMMER SWITCH PLATE,INTERIOR LIGHTING,NR (Not Reported),Vehicle,267,"ON CERTAIN TRAVEL TRAILERS, THE DIMMER SWITCH FACE PLATE CAN MELT AROUND THE SLIDE CONTROL.",THE SWITCH CAN BECOME HOT ENOUGH TO MELT THE FACE PLATE.,"DEALERS WILL INSPECT AND REPLACE THE FACE PLATE. OWNER NOTIFICATION BEGAN MAY 7, 2004. OWNERS SHOULD CONTACT KEYSTONE AT 1-866-273-1454." -05/10/2004,04V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V224000),MONACO COACH CORPORATION,MONACO/AQUA HOT HEAT SYSTEM LINE,EQUIPMENT,R04010,Vehicle,35,"CERTAIN MOTOR HOMES HAD A WATER LINE (THERMOID VALUE-FLEX/GS) INSTALLED TO THE AQUA-HOT HEATING SYSTEM UNIT (""AQUA HOT"") WHEN A FUEL LINE SHOULD HAVE BEEN USED.","THE INCORRECT LINE MAY ALLOW SEEPAGE OF FUEL AND VAPORS INTO THE BAY AREA OF THE MOTOR HOME, CREATING THE POTENTIAL FOR AN EXPLOSION OR FIRE WHICH COULD RESULT IN PERSONAL INJURY.",DEALERS WILL REMOVE THE INCORRECT WATER LINE AND REPLACE IT WITH THE CORRECT FUEL LINE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY OR JUNE 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-498-9478. -05/10/2004,04V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V209000),"Tracker Marine, LLC",TRACKER MARINE/FIBERGLASS FENDER,STRUCTURE,TSMG-0005,Vehicle,57,"ON CERTAIN BOAT TRAILERS SOLD BY THE MARINE GROUP, THE FIBERGLAS FENDER CAN RUB A HOLE IN THE DISC BRAKE HOSE ALLOWING BRAKE FLUID TO LEAK OUT.","THE BRAKE SYSTEM WILL DEPRESSURIZE, RENDERING THE SYSTEM INOPERABLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPOSITION AND CLAMP THE BRAKE HOSE AWAY FROM THE FENDER. OWNER NOTIFICATION BEGAN JANUARY 30, 2004. OWNERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4555." -05/10/2004,04V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V210000),"Tracker Marine, LLC",TRACKER MARINE/WHEELS,WHEELS,TS-0005,Vehicle,60,"ON CERTAIN TANDEM-AXLE BOAT TRAILERS, THE WHEELS MAY NOT HAVE BEEN PROPERLY MACHINED CAUSING THE WHEELS TO DISENGAGE FROM THE WHEEL HUB.","THIS COULD CAUSE THE WHEELS TO BECOME LOOSE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEELS. IF THE WHEELS HAVE A BEVELED EDGE PREVENTING THE CAP FROM SETTING FLUSH, THE WHEEL ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN JANUARY 29, 2004. OWNERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4555." -05/10/2004,04V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V211000),"Tracker Marine, LLC",TRACKER MARINE/WHEELS,WHEELS,TSMG-0004,Vehicle,18,"ON CERTAIN BOAT TRAILERS SOLD BY THE MARINE GROUP, THE WHEELS MAY NOT HAVE BEEN PROPERLY MACHINED CAUSING THE WHEELS TO DISENGAGE FROM THE WHEEL HUB.","THIS COULD CAUSE THE WHEELS TO BECOME LOOSE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEELS. IF THE WHEELS HAVE A BEVELED EDGE PREVENTING THE CAP FROM SETTING FLUSH, THE WHEEL ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN JANUARY 29, 2004. OWNERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4555." -05/10/2004,04V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V212000),"Tracker Marine, LLC",TRACKER MARINE/WHEELS,WHEELS,TS-0007,Vehicle,61,"ON CERTAIN SINGLE-AXLE BOAT TRAILERS, THE WHEELS MAY NOT HAVE BEEN PROPERLY MACHINED CAUSING THE WHEELS TO DISENGAGE FROM THE WHEEL HUB.","THIS COULD CAUSE THE WHEELS TO BECOME LOOSE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEELS. IF THE WHEELS HAVE A BEVELED EDGE PREVENTING THE CAP FROM SETTING FLUSH, THE WHEEL ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN ON APRIL 19, 2004. OWNERS SHOULD CONTACT TRACKER MARINE AT 1-417-873-4555." -05/07/2004,04V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V222000),Blue Bird Body Company,BLUE BIRD/3-POINT SEAT BELT,SEAT BELTS,R04HT,Vehicle,291,SCHOOL AND TRANSIT BUSES EQUIPPED WITH DRIVER'S 3-POINT SEAT BELTS WITH INCORRECT FASTENERS.,"IN THE EVENT OF A VEHICLE CRASH, THE SHOULDER STRAP CAN FAIL, AND THE DRIVER COULD BE SERIOUSLY INJURED.","BLUE BIRD WILL NOTIFY ITS CUSTOMERS TO MAKE AN APPOINTMENT WITH THEIR BLUE BIRD DISTRIBUTOR TO HAVE THE DRIVER'S 3-POINT SEAT BELT UPPER ATTACHING FASTENERS REPLACED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN JUNE 8, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242." -05/07/2004,04V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V218000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/TAIL LIGHT BULB,EXTERIOR LIGHTING,0114,Vehicle,31070,"ON CERTAIN DYNA, XL, AND TOURING MOTORCYCLES, THE TAIL LIGHT BULB CAN FALL OUT OF THE SOCKET.","THE TAIL LIGHT AND THE BRAKE LIGHT BECOME INOPERATIVE, WHICH COULD LEAD TO A CRASH.","DEALERS WILL REPLACE THE BULBS. OWNER NOTIFICATION BEGAN ON JUNE 3, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -05/07/2004,04V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V238000),Mobility Works (WMK Inc.),MOBILITYWORKS/RAISED ROOF LOOSENING,STRUCTURE,NR (Not Reported),Vehicle,987,"ON CERTAIN ADAPTIVE VEHICLES, THE FIBERGLASS RAISED ROOFS MAY NOT HAVE BEEN PROPERLY INSTALLED.","SEPARATION OF THE FIBERGLASS RAISED ROOF FROM THE VEHICLE WHILE THE VEHICLE IS IN MOTION COULD RESULT, INCREASING THE RISK OF A CRASH.","MOBILITYWORKS WILL INSPECT AND REPAIR THE AFFECTED VEHICLES. OWNER NOTIFICATION BEGAN ON MAY 10, 2004. OWNERS SHOULD CONTACT MOBILITYWORKS AT 1-800-769-8267." -05/06/2004,04V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V217000),Crane Carrier Company,CRANE/GALAXY WHEELS,WHEELS,NR (Not Reported),Vehicle,172,"ON CERTAIN VEHICLES EQUIPPED WITH GALAXY DISC TRUCK WHEELS, SIZE 22.5"" X 9"", A FAILURE OF THESE WHEELS CAN OCCUR.",IF THE WHEELS ARE NOT IDENTIFIED AND REPLACED A SUDDEN FAILURE OF THE WHEEL MAY OCCUR WITHOUT WARNING POSSIBLY RESULTING IN A VEHICLE CRASH WHICH COULD CAUSE SERIOUS INJURY OR EVEN DEATH.,GALAXY IS HANDLING ALL OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. GALAXY WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS. OWNERS SHOULD CONTACT GALAXY TIRE AT 1-800-343-3276 OR CRANE AT 1-918-836-1651. -05/06/2004,04V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V221000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMSS 120/CERTIFICATION LABEL,EQUIPMENT,D24,Vehicle,6183,"THE VEHICLE CERTIFICATION LABEL ON SOME PICKUP TRUCKS LISTS INCORRECT TIRE, WHEEL, AND RECOMMENDED INFLATION PRESSURE INFORMATION WHICH DOES NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, 'TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS.'",INSTALLING THE INCORRECT TIRE/RIM SIZES AND LOADING THE VEHICLE TO THE WEIGHTS SHOWN ON THE LABEL CAN CAUSE TIRE FAILURE AND RESULT IN A CRASH WITHOUT WARNING.,"OWNERS WILL BE PROVIDED WITH VEHICLE CERTIFICATION LABEL OVERLAYS CONTAINING THE CORRECTED INFORMATION RELATIVE TO VEHICLE TIRE AND RIM SIZE, AND RECOMMENDED INFLATION PRESSURE. THIS RECALL BEGAN ON MAY 5, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/06/2004,04V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V220000),FREIGHTLINER LLC,FREIGHTLINER\AMU SOLENOID VALVE,"SERVICE BRAKES, AIR",FL-423,Vehicle,1700,"ON CERTAIN TRUCKS, INCORRECT SPRINGS WERE INSTALLED IN THE EXHAUST PORT OF CERTAIN AIR MANAGEMENT UNIT (AMU) SOLENOID VALVES AND THEY MAY NOT TURN OFF AFTER ACTUATION.","DEPENDING ON THE FUNCTION AFFECTED, THIS COULD RESULT IN REAR SUSPENSION AIR PRESSURE LOSS, MALFUNCTION OF THE ENGINE BRAKE, PERMANENT ENGAGEMENT OF THE REAR AXLE DIFFERENTIAL LOCK, OR PREVENT ENGAGEMENT OF THE FIFTH WHEEL SLIDE LOCK. IF THE WARNING INDICATORS IN THE DASH ARE NOT HEEDED, A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE AFFECTED VALVES. THE RECALL BEGAN JUNE 29, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -05/06/2004,04V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V219000),Daimler Coaches North America,SETRA\FUEL TANK LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,71,"ON CERTAIN MOTOR COACHES, UNDER SOME CONDITIONS, CRACKS AND FISSURES CAN FORM ON THE LOWER SECTIONS OF THE TANKS' SIDE WALLS, LEADING TO FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF A IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL INSPECT AND REPLACE THE FUEL TANKS. OWNER NOTIFICATION BEGAN ON MAY 28, 2004. OWNERS SHOULD CONTACT SETRA AT 1-800-882-8054." -05/05/2004,04V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V213000),Blue Bird Body Company,BLUE BIRD/FMVSS 221/ADHESIVE FOR INSIDE PANELS,STRUCTURE,R04HS,Vehicle,297,"ALL AMERICAN SCHOOL BUSES MANUFACTURED BETWEEN JANUARY 10 AND APRIL 20, 2004, WHICH THE INSIDE PANELS ADJACENT TO THE REAR CENTER EMERGENCY DOOR (OR REAR CENTER EMERGENCY WINDOW ON REAR ENGINE MODELS) DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH. ADHESIVE WAS INADVERTENTLT OMITTED FROM THESE JOINTS ON THE AFFECTED POPULATION.",THE VEHICLE OCCUPANTS MAY BE SERIOUSLY INJURED IN THE EVENT OF A VEHICLE CRASH.,"OWNERS WILL BE NOTIFIED TO MAKE AN APPOINTMENT WITH THEIR BLUE BIRD DISTRIBUTOR TO HAVE THE INSIDE REAR PANELS REMOVED AND PROPERLY ADHERE THE PANELS. OWNER NOTIFICATION IS EXPECTED TO BEGIN JUNE 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242." -05/05/2004,04V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V216000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/WINDSHIELD WIPER MODULE MOTOR,VISIBILITY,D22,Vehicle,320188,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, THE WINDSHIELD WIPER MODULE MOTOR MAY BE SUSCEPTIBLE TO WATER INTRUSION THAT COULD CAUSE INTERNAL CORROSION AND RESULT IN PARTIAL OR COMPLETE LOSS OF FRONT WINDSHIELD WIPING CAPABILITY.","DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE FRONT WINDSHIELD WIPER MODULE. OWNER NOTIFICATION BEGAN ON JULY 12, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/05/2004,04V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V215000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CERTIFICATION LABEL,EQUIPMENT,40430,Vehicle,40,"CERTAIN MOTOR HOMES FAILED TO CONFORM TO THE REQUIREMENTS OF PART 567,""CERTIFICATION"". INCORRECT FRONT TIRE VALUE OF 95 POUNDS PER SQUARE INCH. THE CORRECT FRONT PRESSURE SHOULD BE 80 PSI.",,"OWNERS WILL BE PROVIDED WITH CORRECTED CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON MAY 14, 2004. OWNER SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -05/05/2004,04V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V207000),Land Rover,LAND ROVER/CHILD LOCK DOOR SYSTEM,LATCHES/LOCKS/LINKAGES,B163,Vehicle,3194,"ON CERTAIN SPORT UTILITY VEHICLES, THE CHILD DOOR LOCK ON THE LEFT HAND REAR DOOR CAN BECOME DISENGAGED.","THIS COULD LEAD TO A CHILD BEING ABLE TO OPEN A REAR DOOR WHILE THE VEHICLE IS IN MOTION, INCREASING THE RISK OF INJURY.","DEALERS WILL REPLACE THE LEFT HAND REAR LATCH. THE RECALL BEGAN DECEMBER 4, 2004. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -05/05/2004,04V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V214000),Toyota Motor Engineering & Manufacturing,TOYOTA/MISLABELED DRIVER SIDE SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,8,"CERTAIN PICKUP TRUCKS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, 'SEAT BELT ASSEMBLIES.' THE DRIVER'S SIDE SEAT BELT HAS INCORRECT MARKINGS.",THIS DOES NOT MEET THE STANDARD.,DEALERS HAVE REPLACED THE SEAT BELTS. NO VEHICLES WERE SOLD TO CONSUMERS. -05/04/2004,04V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V206000),"Carriage, Inc.",CARRIAGE/REFRIGERATOR LP HOSE LOCATION,EQUIPMENT,NR (Not Reported),Vehicle,381,"ON CERTAIN FIFTH WHEEL TRAILERS, THE LIQUID PROPANE (LP) GAS SUPPLY HOSE AT THE REFRIGERATOR WAS INCORRECTLY POSITIONED RESULTING IN INSUFFICIENT CLEARANCE BETWEEN THE SUPPLY HOSE AND THE REFRIGERATOR BURNER BOX/RETURN LINE ASSEMBLY.",HEAT FROM THE BURNER BOX/RETURN LINE ASSEMBLY COULD CAUSE DAMAGE TO THE LP GAS HOSE. THIS DAMAGE COULD LEAD TO FAILURE OF THE HOSE RESULTING IN A FIRE OR PERSONAL INJURY.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPOSITION AND SECURE THE HOSE. OWNER NOTIFICATION BEGAN ON JUNE 4, 2004. OWNERS SHOULD CONTACT CARRIAGE AT 1-800-895-0108." -05/04/2004,04V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V205000),FREIGHTLINER LLC,FREIGHTLINER/TRANSMISSION SHIFT LEVER ATTACHMENT,POWER TRAIN,FL-420,Vehicle,14000,"ON CERTAIN TRUCKS EQUIPPED WITH MANUAL TRANSMISSION, THE TAPERED JOINT THAT ATTACHES THE SHIFTER TO THE TRANSMISSION MAY BECOME LOOSE MAKING IT DIFFICULT TO PUT THE TRANSMISSION INTO GEAR.","IF SHIFT LEVER DETACHMENT OCCURS, THA ABILITY RO ACCELERATE OT MAINTAIN SPEED WILL BE LOST, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-SECURE THE SHIFT LEVER TO THE TRANSMISSION USING THREADLOCK AND RE-TORQUING THE FASTENING BOLT. OWNER NOTIFICATION BEGAN ON MAY 21, 2004. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -05/04/2004,04V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V204000),"Genie Industries, Inc.",GENIE/TONGUE REINFORCEMENT,EQUIPMENT,040601,Vehicle,1043,"ON CERTAIN TRAILER MOUNTED BOOMS, THE HOLD-DOWN LATCHES THAT SECURE THE MAST ARE NOT BEING PROPERLY LATCHED.","AS A RESULT, STRUCTURAL FAILURE OF THE TONGUE TUBE COULD OCCUR CAUSING THE TRAILER TO BECOME UNSTABLE DURING TRANSPORT, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH A TONGUE REINFORCEMENT KIT AND INSTALLATION INSTRUCTIONS. THE RECALL BEGAN ON JUNE 14, 2004. OWNERS SHOULD CONTACT GENIE AT 1-866-927-7269." -05/03/2004,04V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V208000),Hyundai Motor America,HYUNDAI/VAPOR TUBE HOSE CLAMP,"FUEL SYSTEM, GASOLINE",067,Vehicle,44530,"DURING AN INSURANCE INSTITUTE FOR HIGHWAY SAFETY (IIHS) OFFSET FRONTAL BARRIER IMPACT TEST ON CERTAIN PASSENGER VEHICLES, FUEL SPILLAGE OCCURRED AS A RESULT OF FUEL TANK DAMAGE CAUSED BY CONTACT BETWEEN A VAPOR TUBE HOSE CLAMP EAR AND THE FUEL TANK. THE VAPOR TUBE HOSE CLAMP EAR WAS FOUND TO BE MISPOSITIONED AND FACING TOWARD THE FUEL TANK.","IN THE EVENT OF A CRASH, DAMAGE TO THE VEHICLE COULD CAUSE THE MISPOSITIONED CLAMP TO PUNCTURE THE FUEL TANK CAUSING FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE POSITION OF THE VAPOR TUBE HOSE CLAMP AND CORRECTLY POSITION THE CLAMP, IF NECESSARY. OWNER NOTIFICATION BEGAN ON MAY 24, 2004. OWNERS SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -04/28/2004,04V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V201000),"General Motors, LLC",GM/FMVSS 209/SEAT BELT ASSEMBLIES,SEAT BELTS,04037,Vehicle,261801,"CERTAIN LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" ONE OF THE TWO SENSORS IN THE DRIVER'S AND FRONT PASSENGER'S SEAT BELT RETRACTORS COULD BE INOPERATIVE. THE SEAT BELT RETRACTORS WILL LOCK WHEN THE BELT WEBBING IS EXTRACTED DURING A CRASH; HOWEVER, THE MECHANISM THAT LOCKS THE SEAT BELT RETRACTOR WHEN THE VEHICLE DECELERATES QUICKLY, SUCH AS HEAVY BRAKING, MAY NOT OPERATE AS INTENDED.","IF THIS WERE TO OCCUR, THE SAFETY BELT MAY NOT RESTRAIN THE OCCUPANT AS INTENDED DURING A CRASH, AND COULD RESULT IN INJURY TO THE OCCUPANT.","DEALERS WILL INSPECT THE DRIVER AND FRONT PASSENGER SAFETY BELT RETRACTORS, AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION BEGAN ON JUNE 24, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, OR OLDSMOBILE AT 1-800-630-6537." -04/28/2004,04V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V202000),"Hino Motors Sales U.S.A., Inc.",HINO/PINCH BOLT NUT,STEERING,A3370,Vehicle,810,"ON CERTAIN TRUCKS, THE PINCH BOLT NUT OF THE YOKE CONNECTING THE STEERING GEARBOX AND THE STEERING WHEEL SHAFT BACKED OUT.",THIS COULD CAUSE THE YOKE AND THE STEERING WHEEL SHAFT TO SEPARATE WHICH COULD RESULT IN LOSS OF STEERING INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND RETORQUE THE PINCH BOLT NUT AS NECESSARY. OWNER NOTIFICATION BEGAN MAY 7, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HINO AT 1-845-365-1400." -04/26/2004,04V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V198000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/INCORRECT TIRE PRESSURES,EQUIPMENT,NR (Not Reported),Vehicle,50,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE FRONT TIRES COLD INFLATION PRESSURES ARE INCORRECT. THE CORRECT COLD TIRE PRESSURE SHOULD BE 120 PSI THAT WILL SUPPORT 13,220 POUNDS.","THIS COULD CAUSE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING. THE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE COULD LEAD TO A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE NEW TIRE LABELS. OWNER NOTIFICATION BEGAN APRIL 30, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-547-8015." -04/26/2004,04V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V200000),Ford Motor Company,FORD/FUEL TANK LEAK,"FUEL SYSTEM, GASOLINE",04S14,Vehicle,371,"CERTAIN PICKUP TRUCKS MAY HAVE A FUEL TANK WITH LOCALIZED DEPRESSIONS IN THE FUEL TANK WALL AT THE SEAM BETWEEN TOP AND BOTTOM HALVES OF THE TANK. IF A DEPRESSION IS LARGE ENOUGH, FUEL MAY PERMEATE THE FUEL TANK WALL RESULTING IN A FUEL ODOR, OR THE ""SERVICE ENGINE SOON"" INDICATOR LIGHT IN THE INSTRUMENT CLUSTER MAY ILLUMINATE.","IF LEFT UNCORRECTED, A FUEL LEAK COULD EVENTUALLY DEVELOP.","DEALERS WILL REPLACE THE FUEL TANK ON THESE VEHICLES. OWNER NOTIFICATION BEGAN ON MAY 6, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-248-0186." -04/26/2004,04V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V197000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/TRAILER HITCH WIRING,TRAILER HITCHES,SR-04-004,Vehicle,2175,CERTAIN SPORT UTILITY VEHICLES MAY HAVE BEEN EQUIPPED WITH DEALER-INSTALLED TRAILER HITCH WIRING HARNESS AND CONTROL MODULE. THE ELECTRONIC CONTROL MODULE CAN OVERHEAT.,OVERHEATING OF THE TRAILER HITCH WIRING HARNESS MODULE COULD RESULT IN A FIRE.,"OWNERS ARE BEING REQUESTED TO STOP USING THE HARNESS UNTIL A NEWLY DESIGNED REPLACEMENT IS PROVIDED AND CAN BE INSTALLED BY THE DEALER. THE RECALL BEGAN ON MAY 28, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-888-648-7820." -04/22/2004,04V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V196000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CERT LABEL/INCORRECT TIRE PRESSURE,EQUIPMENT,40421,Vehicle,7,"ON CERTAIN MOTORHOMES, THE TIRE PRESSURES WRITTEN ON THE CERTIFICATION TAG WAS INCORRECT. THE CORRECT TIRE PRESSURES SHOULD BE 120 PSI FOR THE FRONT TIRES AND 95 PSI FOR THE REAR TIRES.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,FLEETWOOD CONTACTED EACH CUSTOMER BY TELEPHONE AND MAILED THE CORRECTED FEDERAL TIRE TAG. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216. -04/22/2004,04V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V193000),"Navistar, Inc.",INTERNATIONAL/FMVSS 209/SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,04506,Vehicle,1687,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THE SEAT BELT LATCH FAILED A QUALITY REVIEW.",THIS COULD CAUSE THE SEAT BELT LATCH TO BECOME DISENGAGED WITHOUT WARNING IN A VEHICLE CRASH OR DURING EPISODES OF HIGH SEAT BELT LOADING.,"DEALERS WILL REPLACE THE SEAT BELT ASSEMBLIES. OWNER NOTIFICATION IS BEGAN ON JUNE 11, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-445-7825." -04/22/2004,04V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V199000),Isuzu Motors Limited,ISUZU/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,72905,"ON CERTAIN SPORT UTILITY VEHICLES, THE ACCELERATOR CABLE CAN STICK SO THAT THE ENGINE SPEED WILL NOT IMMEDIATELY DECREASE UPON RELEASE OF THE ACCELERATOR PEDAL.","THIS CAN CAUSE THE ACCELERATOR THROTTLE CABLE TO DELAY RPM AND VEHICLE SPEED REDUCTION FOR SEVERAL SECONDS AFTER THE ACCELERATOR PEDAL IS RELEASED, WHICH IN TURN, CAN LEAD TO A CRASH.","DEALERS WILL REPLACE THE THROTTLE CABLE RUBBER BOOT. OWNER NOTIFICATION BEGAN ON MAY 24, 2004. OWNERS SHOULD CONTACT ISUZU AT 1-800-255-6727." -04/22/2004,04V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V194000),"TRAVIS BODY & TRAILER, INC.",TRAVIS/PARKER HANNIFIN/TELESCOPIC CYLINDER,EQUIPMENT,NR (Not Reported),Vehicle,453,"ON CERTAIN END DUMP TRAILERS, THE 8-INCH FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"", WITH USE THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",PARKER HANNIFIN WILL PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461 OR TRAVIS AT 713-466-5888. -04/22/2004,04V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V195000),WORKHORSE CUSTOM CHASSIS,WORKHORSE/FMVSS 101 AND 105/ INSTRUMENT CLUSTER,ELECTRICAL SYSTEM,50402-C,Vehicle,30345,"CERTAIN CHASSIS EQUIPPED WITH ACTIA CORPORATE INSTRUMENT CLUSTERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 101 ""CONTROLS AND DISPLAYS"" AND 105 ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" IF THE BRAKE FAIL INPUT FALLS BELOW A VOLTAGE OF 1.5V, THE BRAKE FAILURE LAMP AND ALARM WILL BE ACTIVATED. ALSO ACTIVATION OF THE ABS TELL TALE WHEN THE ABS IS NOT PROPERLY FUNCTIONING DOES NOT ALWAYS OCCUR.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,WORKHORSE WILL NOTIFY ITS CUSTOMERS AND REPROGRAM THE INSTRUMENT PANEL CLUSTER FREE OF CHARGE. THE RECALL BEGAN JANUARY 2005. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-246-7731. -04/21/2004,04E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E031000),"SAMSUNG ELECTRONICS CO., LTD",SAMSUNG/MICROWAVE OVENS,EQUIPMENT,NR (Not Reported),Equipment,117157,"SAMSUNG MICROWAVE OVENS INSTALLED IN RECREATIONAL VEHICLES FOR MICROWAVE COOKING, MODELS MR1031WB, MR1032BB, MR1033SB, MR1352BB, AND MR1351WB, MANUFACTURED MAY 1, 2000, THROUGH SEPTEMBER 30, 2003. THESE UNITS WERE PRODUCED WITH A DEFECTIVE MEMBRANE PANEL.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY ITS CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, COMSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE MEMBRANE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNER NOTIFICATION BEGAN SEPTEMBER 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG SERVICE DIVISION HEADQUARTERS AT 800-932-3837." -04/19/2004,04V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V192000),ALMIX,ALMIX/HARLEY MURRAY/AXLE HANGER,SUSPENSION,NR (Not Reported),Vehicle,1,"ON CERTAIN 16-TIRE TRAILERS EQUIPPED WITH CAST AXLE HANGERS, A CRACK COULD DEVELOP IF THE LOADED TRAILERS STRUCK OBSTACLES OR ROAD HAZARDS WITH SUFFICIENT FORCE.",THE AXLE HANGER COULD BREAK INCREASING THE RISK OF A CRASH.,HARLEY MURRAY WILL WELD OR REPLACE THE AXLE HANGER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY MURRAY AT 209-466-0266 OR ALMIX AT 260-672-3004. -04/19/2004,04V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V190000),"General Motors, LLC",GM/ABS MODULE,"SERVICE BRAKES, HYDRAULIC",04030,Vehicle,65439,"SOME OF THESE PASSENGER VEHICLES HAVE AN ELECTRONIC CONTROL UNIT (ECU) THAT MAY CALCULATE A HIGHER THAN ACTUAL VEHICLE SPEED BECAUSE OF AN ERRATIC REAR-WHEEL SPEED SENSOR SIGNAL, AND CAUSE ABS ACTIVATION WHERE IT IS NOT NEEDED OR NEEDED ABS ACTIVATION TO BE EXTENDED DURING BRAKING AS THE VEHICLE SPEED DROPS TO ABOUT 3 MPH.","UNEXPECTED ABS ACTIVIATION COULD INCREASE STOPPING DISTANCE UP TO ABOUT 11 FEET DPENDING ON THE GRADE OF THE ROAD, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ABS CONTROLLER. OWNER NOTIFICATION BEGAN ON JUNE 16, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -04/19/2004,04V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V189000),"General Motors, LLC",GM/FMVSS 209/SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,04025,Vehicle,331,"CERTAIN VANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THESE VEHICLES MAY HAVE BEEN PRODUCED WITH SEAT BELT BUCKLE ASSEMBLIES CONTAINING A LATCH WITH A BRITTLE CONDITION THAT MAY NOT WITHSTAND THE FORCE REQUIREMENTS OF THE STANDARD.","THE SAFETY BELT MAY NOT RESTRAIN THE OCCUPANT AS INTENDED DURING A CRASH, WHICH COULD RESULT IN INJURY TO THE OCCUPANT.","DEALERS WILL REPLACE THE SAFETY BELT BUCKLE. THE RECALL BEAGN MAY 7, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -04/19/2004,04V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V191000),"Navistar, Inc.",INTERNATIONAL/PARK BRAKE RELAY VALVE,PARKING BRAKE,04505,Vehicle,327,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" A STANDARD FITTING WAS INSTALLED IN PLACE OF A SINGLE CHECK VALVE ON THE PARK BRAKE RELAY VALVE.",THIS COULD RESULT IN THE PARKING BRAKE NOT RELEASING AND STOPPING THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL THE CHECK VALVE. OWNER NOTIFICATION BEGAN ON MAY 3, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -04/19/2004,04E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E029000),"MTD CONSUMER GROUP, INC.",MTD/QUICK RAMPS/PORTABLE LOADING RAMPS,EQUIPMENT,NR (Not Reported),Equipment,7854,"ARNOLD ""QUICK RAMPS"" PORTABLE LOADING RAMPS P/NS 490-150-005, 490-150-008, 490-150-009, 490-150-010, AND 490-150-015. THE CRIMP THAT HOLDS THE CABLE AND HOOK TOGETHER OF THE RETAINING CABLES WERE NOT CRIMPED ALL THE WAY AND CAN FAIL WHILE IN USE ALLOWING THE RAMP TO FALL TO THE GROUND.",PERSONS MAY INJURED IF THE CABLE FAILS AND THE RAMP FALLS.,"MTD, THROUGH ARNOLD, WILL SUBSTITUTE NYLON OR POLYPROPYLENE ANCHOR STRAPS FOR THE CABLES. THIS REMEDY IS FREE TO THE CUSTOMER AND CAN BE OBTAINED BY CONTACTING ARNOLD AT 1-866-864-2949. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARNOLD AT THE NUMBER LISTED ABOVE." -04/19/2004,04V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V187000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/REAR BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",V-04-01A,Vehicle,3230,"ON CERTAIN MOTORCYCLES, THE HOSE THAT CONNECTS THE REAR BRAKE FLUID RESERVOIR TO THE REAR BRAKE MASTER CYLINDER MAY HAVE BECOME DAMAGED DURING SHIPMENT AND MAY LEAK BRAKE FLUID.","THIS COULD CAUSE A LOSS OF REAR BRAKING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR BRAKE RESERVOIR HOSE AND REPLACE THE HOSE IF IT IS FOUND TO BE DAMAGED. OWNER NOTIFICATION BEGAN ON APRIL 26, 2004. OWNERS SHOULD CONTACT POLARIS/VICTORY AT 1-763-417-8650." -04/19/2004,04E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E030000),PRO-STREET FRAMEWORKS,PRO-STREET/MOTORCYCLE FRAMES,STRUCTURE,NR (Not Reported),Equipment,103,"PRO-STREET ""V-STLYE"" CONVENTIONAL SWINGARM MOTORCYCLE FRAMES PRODUCED FROM APRIL 2002 THROUGH JULY 15, 2003. THE SUBJECT MOTORCYCLE FRAMES WERE BUILT WITH FREE-FLOATING SWINFARM LEFT-SIDE PIVOT BOLT SPACERS. DUE TO INADEQUATE PIVOT BOLT SUPPORT, THIS DESIGN ALLOWS THE PIVOT BOLT TO DEFLECT AND POSSIBLY FRACTURE.","IN THIS EVENT, THE REAR WHEEL ALIGNMENT WILL BE AFFECTED AND THE DRIVER COULD LOOSE CONTROL OF THE MOTORCYCLE, POSSIBLE RESULTING IN A VEHICLE CRASH.","PRO-STREET WILL NOTIFY ITS OWNERS AND REPAIR THE MOTORCYCLES WITH 1.75"" DIAMETER SPACER FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2004. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PRO-STREET AT 918-652-9606." -04/16/2004,04V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V188000),"General Motors, LLC",GM/DRIVER'S SEAT BELT,SEAT BELTS,04027,Vehicle,84474,"ON CERTAIN PASSENGER VEHICLES, ANALYSIS OF AN A SIDE IMPACT CRASH TEST CONDUCTED BY THE NHTSA;S NEW CAR ASSESSMENT PROGRAM (NCAP) INDICATED THAT THE OUTBOARD ANCHORAGE OF THE DRIVER'S SEAT BELT COULD DISCONNECT BECAUSE OF CONTACT BETWEEN THE SEAT TRIM AND THE ANCHORAGE CONNECTOR WHEN THE SEAT WAS ADJUSTED TO ITS LOWEST POSITION.","IF THIS OCCURRED IN A CRASH, THE DRIVER COULD RECEIVE GREATER INJURIES.","DEALERS WILL INSERT A RETAINER ON BOTH THE DRIVER'S AND PASSENGER'S BELT ANCHORAGES. OWNER NOTIFICATION BEGAN ON JUNE 16, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -04/16/2004,04V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V186000),"Nissan North America, Inc.",NISSAN/POWER SLIDING DOORS,LATCHES/LOCKS/LINKAGES,RU401,Vehicle,26000,"ON CERTAIN MINIVANS EQUIPPED WITH A POWER SLIDING DOOR(S), AT AN AMBIENT TEMPERATURE BELOW APPROXIMATELY 40 DEGREES FAHRENHEIT, THE ACTUATOR FOR THE POWER SLIDING DOOR(S) MAY EXPERIENCE BINDING DUE TO AN OUT-OF-SPECIFICATION CONDITION. IN ORDER TO OPEN, CLOSE OR REVERSE A POWER SLIDING DOOR, THE SHIFT SELECTOR LEVER MUST BE IN ""PARK."" IF THE ACTUATOR IS EXPERIENCING BINDING AND THE DRIVER SHIFTS THE VEHICLE OUT OF ""PARK"" WHILE A POWER SLIDING DOOR IS STILL CLOSING, THE DOOR LATCHES MAY NOT ENGAGE.","THIS CAN RESULT IN THE DOOR COMING OPEN UNEXPECTEDLY UPON RAPID ACCELERATION, AND AN OCCUPANT COULD FALL OUT OF THE DOOR AND BE INJURED.","DEALERS WILL REPLACE THE ACTUATOR FOR THE POWER SLIDING DOOR(S). OWNER NOTIFICATION BEGAN ON JUNE 23, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -04/15/2004,04V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V184000),"Ferrari North America, Inc.",FERRARI/WHEEL LUG BOLTS,WHEELS,40,Vehicle,27,"ON CERTAIN VEHICLES, THE WHEEL SECURING BOLTS OR LUG BOLTS MAY NOT HAVE BEEN MANUFACTURED PROPERLY.",THE AFFECTED BOLTS WOULD BREAK LEADING TO A LOSS OF VEHICLE CONTROL AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE ALL AFFECTED WHEEL SECURING BOLTS OR LUG BOLTS. OWNER NOTIFICATION BEGAN ON APRIL 12, 2004. OWNERS SHOULD CONTACT FERRARI AT 1-201-816-2651." -04/15/2004,04V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V176000),Honda (American Honda Motor Co.),HONDA/AUTOMATIC TRANSMISSION,POWER TRAIN,P30/P31,Vehicle,1099796,"ON SOME MINI VANS, SPORT UTILITY AND PASSENGER VEHICLES, CERTAIN OPERATING CONDITIONS CAN RESULT IN HEAT BUILD-UP BETWEEN THE COUNTERSHAFT AND SECONDARY SHAFT SECOND GEARS IN THE AUTOMATIC TRANSMISSION, EVENTUALLY LEADING TO GEAR TOOTH CHIPPING OR GEAR BREAKAGE.","GEAR FAILURE COULD RESULT IN TRANSMISSION LOCKUP, WHICH COULD RESULT IN A CRASH.","ON VEHICLES WITH 15,000 MILES OR LESS, THE DEALER WILL UPDATE THE TRANSMISSION WITH A SIMPLE REVISION TO THE OIL COOLER RETURN LINE TO INCREASE LUBRICATION TO THE SECOND GEAR. ON VEHICLES WITH MORE THAN 15,000 MILES, THE DEALER WILL INSPECT THE TRANSMISSION TO IDENTIFY GEARS THAT HAVE ALREADY EXPERIENCED DISCOLORATION DUE TO OVERHEATING. IF DISCOLORATION EXISTS, THE TRANSMISSION WILL BE REPLACED IF DISCOLORATION IS NOT PRESENT, THE DEALER WILL PERFORM THE REVISION TO THE OIL COOLER RETURN LINE. THE RECALL BEGAN ON APRIL 21, 2004, FOR PILOT, ODYSSEY, AND MDX OWNERS. OWNERS OF THE ACCORD VEHICLES WILL START RECEIVING LETTERS ON JUNE 28, 2004, AND ON JUNE 29, 2004, FOR OWNERS OF THE TL AND CL VEHICLES. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -04/15/2004,04V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V181000),Toyota Motor Engineering & Manufacturing,TOYOTA/CHILD PROTECTION LOCK ON SIDE DOORS,LATCHES/LOCKS/LINKAGES,SSC 40B,Vehicle,366572,"CERTAIN SPORT UTILITY VEHICLES HAVE A CHILD PROTECTION LOCK (CPL) SYSTEM ON BOTH OF THE REAR SIDE DOORS. WHEN AN OPERATOR OF THE VEHICLE CLOSES THE DOOR VERY HARD WITH THE CPL LEVER SET TO THE LOCK POSITION, THERE IS A POSSIBILITY THAT THE LEVER MAY CONTACT THE BODY PANEL, CAUSING THE CPL LEVER TO MOVE INTO THE UNLOCK POSITION.","THIS CONDITION COULD ALLOW THE DOOR TO BE OPENED WITH THE INSIDE WHILE THE OPERATOR BELIEVES THAT THE CPL WAS ACTIVATED. IF THE DOOR WERE OPENED FROM THE INSIDE WHILE THE VEHICLE WAS IN MOTION, AN OCCUPANT COULD FALL OUT AND BE INJURED.","DEALERS WILL SHORTEN THE CPL LEVER. OWNER NOTIFICATION BEGAN MAY 7, 2004. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -04/15/2004,04V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V166000),Triple E Recreational Vehicles,TRIPLE E/SEATBELT ANCHORAGE BOLT,SEAT BELTS,CA#5072-04,Vehicle,1366,"ON CERTAIN MOTORHOMES , THE SECURING BOLT FOR THE DRIVER AND PASSENGER SIDE SEAT BELT RECEIVER BUCKLE IS STRIPPED.",IN THE EVENT OF A CRASH THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY.,"CUSTOMERS WILL BE MAILED THE REPLACEMENT PARTS. AFTER RECEIVING THE PARTS CUSTOMERS SHOULD MAKE AN APPOINTMENT WITH THE DEALER TO HAVE THE PARTS INSTALLED. THE RECALL BEGAN ON MARCH 31, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIPLE E AT 204-325-4361." -04/14/2004,04E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E028000),"GALAXY TIRE & WHEEL, INC.",GALAXY/TRUCK WHEEL,WHEELS,NR (Not Reported),Equipment,661,"GALAXY DISC TRUCK WHEEL P/N 1290-0875-40, SIZE 22.5"" X9"". GALAXY TIRE HAS DETERMINED THAT A FAILURE IN THE WELD OF THESE DICS TRUCK WHEELS CAN OCCUR.",IF THE WHEELS ARE NOT IDENTIFIED ABD REPLACED A SUDDEN FAILURE OF THE WHEEL MAY OCCUR WITHOUT WARNING POSSIBLY RESULTING IN A VEHICLE CRASH WHICH COULD CAUSE SERIOUS INJURY OR EVEN DEATH.,"GALAXY WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. OWNER NOTIFICATION BEGAN ON MAY 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GALAXY TIRE AT 800-343-3276." -04/12/2004,04V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V182000),"BMW of North America, LLC",BMW/ELECTRIC FUEL PUMP VAPOR LOCK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13769,"ON CERTAIN PASSENGER VEHICLES, UNDER CERTAIN ENVIRONMENTAL CONDITIONS, A VAPOR LOCK IN THE FUEL PUMP COULD OCCUR CAUSING THE ENGINE TO STALL. IF THIS WERE TO HAPPEN, THE ENGINE WOULD NOT BE ABLE TO BE RESTARTED FOR APPROXIMATELY 15 TO 20 MINUTES.","IF STALLING WERE TO OCCUR, THE DRIVER WOULD BE UNABLE TO MAINTAIN VEHICLE SPEED OR ACCELERATE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A RESISTOR IN THE ELECTRICAL LINE POWERING THE FUEL PUMP IN ORDER TO PREVENT AN OCCURRENCE OF VAPOR LOCK. THE RECALL BEGAN MAY 11, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -04/12/2004,04V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V183000),"BMW of North America, LLC",BMW/FRONT SPRING STRUT PLATE,SUSPENSION,NR (Not Reported),Vehicle,25270,"ON CERTAIN PASSENGER VEHICLES, DUE TO LONG EXPOSURES TO CERTAIN ENVIRONMENTAL AND OPERATING CONDITIONS, THE MATERIAL STRUCTURE OF THE FRONT SPRING STRUT PLATE COULD BE AFFECTED. IN SOME CASES, THE STRUT PLATE COULD BEGIN TO CRACK, AND EVENTUALLY IT COULD BREAK. IF THIS OCCURRED, THE PLATE COULD CONTACT THE TIRE.",THIS COULD LEAD TO A SUDDEN LOSS OF TIRE PRESSURE OR TIRE FAILURE.,"DEALERS WILL INSTALL A RETAINING CLIP TO THE UNDERSIDE OF THE FRONT SPRING STRUT PLATES. THE RECALL BEGAN MAY 17, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -04/12/2004,04V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V185000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/ABS MODULE CORROSION,"SERVICE BRAKES, HYDRAULIC",D20,Vehicle,44588,"ON CERTAIN VAN AND WAGON VEHICLES EQUIPPED WITH 4-WHEEL ANTILOCK BRAKE SYSTEMS (ABS), AFTERMARKET BATTERIES MAY LEAK ELECTROLYTE ONTO THE ABS CONTROL MODULE CONNECTOR, WHICH CAN COMPROMISE SEALING INTEGRITY OF THE CONNECTOR.","THIS MAY ALLOW DEVELOPMENT OF A SHORT CIRCUIT IN THE CONNECTOR, WHICH COULD EVENTUALLY LEAD TO A FIRE.","DEALERS WILL INSPECT THE ABS CONTROL MODULE CONNECTOR FOR ELECTROLYTE DAMAGE AND REPLACE THE CONNECTOR AS NECESSARY. THE RECALL WILL BEGIN ON SEPTEMBER 27, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/12/2004,04V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V163000),Honda (American Honda Motor Co.),HONDA/MOTORCYCLE/FUEL TANK,"FUEL SYSTEM, GASOLINE",P26,Vehicle,2497,"ON CERTAIN SCOOTERS, SOME FUEL TANKS WERE IMPROPERLY MANUFACTURED AND DO NOT MEET MATERIAL STRENGTH SPECIFICATIONS.","ENGINE VIBRATION OR RIDING ON BUMPY ROADS COULD CAUSE THESE TANKS TO CRACK AND LEAK. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","DEALERS WILL PERFORM AN INSPECTION PROCEDURE THAT IDENTIFIES DEFECTIVE FUEL TANKS. IF THE FUEL TANK FAILS THE INSPECTION, THE DEALER WILL REPLACE IT WITH AN UPDATED FUEL TANK. OWNER NOTIFICATION BEGAN DURING APRIL 16, 2004. OWNERS SHOULD CONTACT HONDA AT 1-866-784-1870." -04/12/2004,04V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V180000),Kia Motors America,KIA/FUEL TANK ASSEMBLY VALVE,"FUEL SYSTEM, GASOLINE",SC038,Vehicle,25803,"SOME PASSENGER VEHICLES MAY CONTAIN A FUEL TANK ASSEMBLY VALVE THAT MAY NOT CLOSE PROPERLY. IF A VEHICLE WITH A FUEL TANK ASSEMBLY VALVE THAT IS NOT PROPERLY CLOSED WERE TO ROLL OVER, FUEL SPILLAGE MAY OCCUR.",FUEL SPILLAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL AN ADDITIONAL FUEL TANK ASSEMBLY VALVE. OWNER NOTIFICATION BEGAN JUNE 25, 2004. OWNERS SHOULD CONTACT KIA AT 1-800-333-4542." -04/12/2004,04V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V203000),Land Rover,LAND ROVER/FUEL TANKS,"FUEL SYSTEM, GASOLINE",B156,Vehicle,45267,"ON CERTAIN SPORT UTILITY VEHICLES, A STRESS CRACK CAN DEVELOP IN THE PLASTIC FUEL TANKS.","CRACKS WHICH CONTINUE TO PROPAGATE CAN ULTIMATELY RESULT IN SIGNS OF LIQUID FUEL FROM THE UNDERSIDE OF THE VEHICLE WHEN FILLING THE TANK, PARTICULARLY IF OVERFILLING IS ATTEMPTED. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK. OWNER NOTIFICATION BEGAN MARCH 15, 2005. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -04/12/2004,04V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V174000),PACCAR Incorporated,PACCAR/FMVSS 102/TRANSMISSION HARNESS,ELECTRICAL SYSTEM,04KW1,Vehicle,25,"CERTAIN TRUCKS EQUIPPED WITH EATON FULLER ULTRASONIC TRANSMISSIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK AND TRANSMISSION BRAKING EFFECT."" THE CAB TRANSMISSION HARNESS COULD HAVE BEEN INCORRECTLY WIRED DURING PRODUCTION INSTALLATION.",THIS COULD CAUSE THE NEUTRAL START FEATURE OF THE TRANSMISSION TO DISABLE ALLOWING THE VEHICLE TO START IN GEAR INCREASING THE POTENTIAL FOR A CRASH.,"DEALERS WILL REPAIR THE CONNECTIONS IN THE WIRING HARNESS IF NECESSARY. OWNER NOTIFICATION BEGAN ON MAY 7, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -04/09/2004,04V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V173000),"Gillig, LLC",GILLIG/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2,"ON CERTAIN BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE C8.3G AND L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR GILLIG AT 510-785-1500. -04/09/2004,04V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V178000),Hyundai Motor America,HYUNDAI/FUEL TANK ASSEMBLY VALVE/FMVSS 301,"FUEL SYSTEM, GASOLINE",066,Vehicle,263968,"SOME PASSENGER VEHICLES CONTAIN A FUEL TANK ASSEMBLY VALVE THAT MAY NOT CLOSE PROPERLY. IF A VEHICLE WITH A FUEL TANK ASSEMBLY VALVE THAT IS NOT PROPERLY CLOSED WERE TO ROLL OVER, FUEL SPILLAGE MAY OCCUR.",FUEL SPILLAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL INSTALL AN ADDITIONAL FUEL TANK ASSEMBLY VALVE. OWNER NOTIFICATION BEGAN ON JUNE 30, 2004. OWNERS SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -04/09/2004,04V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V179000),Kia Motors America,KIA/FUEL DISTRIBUTOR ASSEMBLY,"FUEL SYSTEM, GASOLINE",SC036,Vehicle,187790,"ON CERTAIN PASSENGER VEHICLES, THE FUEL INTAKE NIPPLE OF THE FUEL DISTRIBUTOR IS SUBJECT TO FRACTURE OR CRACKING DURING REMOVAL OF THE QUICK CONNECT COUPLING SECURING THE MAIN FUEL TUBE ASSEMBLY TO THE FUEL INTAKE NIPPLE, OR WHEN FORCE IS ACCIDENTALLY APPLIED TO THE INTAKE NIPPLE DURING THE VEHICLE ASSEMBLY PROCESS OR DURING ENGINE COMPARTMENT REPAIRS.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE MAY RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL DISTRIBUTOR AND MAIN FUEL TUBE ASSEMBLIES. THE RECALL BEGAN JUNE 18, 2004. OWNERS SHOULD CONTACT KIA AT 1-800-333-4542." -04/09/2004,04T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T008000),"Kumho Tire Co., Inc.",KUMHO/FMVSS 109,TIRES,NR (Not Reported),Tire,2711,"KUMHO ECTSA V710 COMPETITION RACE TIRES SIZES 205/50R15, 265/45R16, 275/40R17, 295/40R17, 315/35R17, 335/35R17, AND 315/35R18 WITH SERIAL DATES BETWEEN 3103 AND 1404. THESE TIRES FAILED THE DURABILITY TESTING OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES.""","IF THE TREAD WERE TO SPLIT WHILE IN USE, A VEHICLE CRASH COULD OCCUR.","KUMHO HAS NOTIFIED ITS CUSTOMERS AND WILL REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KUMHO AT 1-800-445-8646." -04/09/2004,04V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V175000),Mazda North American Operations,MAZDA/PCM/ENGINE STALLING,POWER TRAIN,1904D,Vehicle,106000,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.0L V6 DURATEC ENGINES , DURING DECELERATION, THE ENGINE CAN STALL.","SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","DEALERS WILL REPROGRAM THE POWER CONTROL MODULE (PCM) WITH THE APPROPRIATE CALIBRATION. THE RECALL BEGAN ON MAY 3, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -04/09/2004,04E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E027000),Villa International,VILLA INTERNATIONAL/DRIVER/PASSENGER SEAT,SEATS,NR (Not Reported),Equipment,33,"VILLA 2-POINT DRIVE/PASSENGER SEAT FRAME WITH ELECTRIC RECLINE BUILT JANUARY 22 THROUGH MARCH 24, 2004. THE SCREW DRIVE WAS NOT HEAT TREATED PROPERLY AND CAN BREAK CAUSING THE SEAT TO FALL BACKWARD.","SHOULD THE SEAT FALL BACKWARDS WITHOUT WARNING, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH. OR, IN THE EVENT OF A VEHICLE CRASH, THE SEAT COULD FAIL, POSSIBLY RESULTING IN INJRY TO THE SEAT OCCUPANT.",VILLA WILL NOTIFY CUSTOMERS AND REPAIR THE SEATS FREE OF CHARGE. ALL UNITS WERE REPAIRED AT/BY THE MANUFACTURER. NO OWNER NOTIFICATION NOTICES WILL BE SENT. -04/08/2004,04E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E026000),"CARDONE INDUSTRIES, INC.",CARDONE/POWER BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,297,"POWER BRAKE BOOSTERS, P/N 54-74421, INTENDED FOR INSTALLATION ON MODEL YEAR 1998-1999 DODGE RAM 1500 PICKUP TRUCKS AND MANUFACTURED BETWEEN MARCH 1 AND DECEMBER 12, 2003.","UNDER THESE CONDITIONS, THE VEHICLE OPERATOR MAY NOT BE ABLE TO STOP THE CAR, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE THE POWER BRAKE BOOSTER OR PROVIDE A FULL REFUND. THE RECALL BEGAN APRIL 20, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CARDONE AT 215-912-3049." -04/08/2004,04V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V177000),"General Motors, LLC",GM/FMVSS 213/WARNING LABEL,EQUIPMENT,04022,Vehicle,31301,"CERTAIN MINIVANS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" THESE VEHICLES DO NOT HAVE TEXT AND FORMATTING ON THE WARNING LABEL ATTACHED TO THE AVAILABLE SECOND-ROW INTEGRAL CHILD RESTRAINT AS SPECIFIED BY AMENDMENTS TO THE STANDARD.",,"OWNERS WILL BE PROVIDED WITH REPLACEMENT LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON JULY 23, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR PONTIAC AT 1-800-620-7668." -04/08/2004,04V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V171000),"Mac Trailer Mfg., Inc.",MAC TRAILER/PARKER HANNIFIN/TELESCOPIC CYLINDER,EQUIPMENT,NR (Not Reported),Vehicle,310,"ON CERTAIN FRAME AND FRAMELESS DUMP TRAILERS, THE 8-INCH FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"", WITH USE THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",PARKER HANNIFIN WILL PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461 OR MAC TRAILER AT 330-823-9190. -04/08/2004,04V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V170000),"Spector Manufacturing, Inc.",SPECTOR/SEALCO/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,728,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR SPECTOR AT 1-570-429-2510. -04/07/2004,04V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V172000),"CLARK TRAILER SERVICE, INC.",CLARK/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4,"ON CERTAIN FLATBED TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR CLARK AT 1-334-222-7214. -04/07/2004,04V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V159000),"Mack Trucks, Inc.",MACK/NEXGEN/LNG RELIEF VALVES,"FUEL SYSTEM, OTHER",SC0287,Vehicle,317,"ON CERTAIN CHASSIS BUILT WITH LNG ENGINES, THE NEXGEN LNG TANK'S PRIMARY AND SECONDARY RELIEF VALVES COULD FAIL TO OPEN AND RELIEVE TANK PRESSURE.",THIS COULD CAUSE ICE BUILDUP ON THE DISCHARGE SIDE OF THE PRIMARY AND SECONDARY PRESSURE SYSTEM ALLOWING THE RELIEF SYSTEM TO FREEZE AND BECOME BLOCKED RESULTING IN OVER PRESSURIZATION OF THE LNG TANKS CREATING THE RISK OF CATASTROPHIC TANK RUPTURE WHICH COULD CAUSE SERIOUS INJURY OR DEATH.,"DEALERS WILL RETROFIT THE LNG TANKS WITH A NEW PRIMARY RELIEF VALVE PIPE AWAY TUBE AND A NEW VENTILATED SHROUD. THE RECALL BEGAN APRIL 6, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -04/07/2004,04V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V168000),"MATE, INC.",MATE/PARKER HANNIFIN/TELESCOPIC CYLINDER,EQUIPMENT,NR (Not Reported),Vehicle,325,"ON CERTAIN END DUMP TRAILERS, THE 8-INCH FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"", WITH USE THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",PARKER HANNIFIN WILL PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461 OR MATE AT 281-855-0045. -04/07/2004,04V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V156000),"Triumph Motorcycles America, Ltd.",TRIUMPH/FUEL CONNECTORS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18998,"ON CERTAIN MOTORCYCLES, THE FUEL CONNECTOR LINKING EACH OF THE FEED AND RETURN FUEL HOSES TO THE FUEL PUMP MOUNTING PLATE MAY FRACTURE FOLLOWING IN-SERVICE HANDLING.","FUEL COULD ESCAPE FROM THE FRACTURED BODY OF THE CONNECTOR ONTO THE ENGINE OR SIDE OF THE BIKE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","DEALERS WILL REPLACE THE CONNECTOR. THE RECALL BEGAN ON JULY 30, 2004. OWNERS SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -04/06/2004,04V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V164000),"Big Dog Motorcycles, LLC",BIG DOG/HANDLEBAR,STEERING,NR (Not Reported),Vehicle,2098,"ON CERTAIN MOTORCYCLES, A SCREW MAY BECOME LOOSE IN THE HANDLEBAR CONTROL DUE TO THE LACK OF A LOCK WASHER AND LOCTITE.","THIS COULD CAUSE THE THROTTLE OR FRONT BRAKE CONTROL TO BIND, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A LOCK WASHER AND LOCTITE. OWNER NOTIFICATION BEGAN ON APRIL 12, 2004. OWNERS SHOULD CONTACT BIG DOG AT 1-316-219-7006." -04/06/2004,04V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V165000),Ford Motor Company,FORD/ENGINE STALLING,POWER TRAIN,04S13,Vehicle,321903,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.0L V6 ENGINES, DURING DECELERATION, THE ENGINE CAN STALL.","SHOULD THE ENGINE STALL, A VEHICLE CRASH COULD OCCUR.","DEALERS WILL REPROGRAM THE POWER CONTROL MODULE (PCM) WITH THE APPROPRIATE CALIBRATION. OWNER NOTIFICATION BEGAN ON APRIL 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -04/06/2004,04V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V167000),"General Engines Company, Inc.",GENERAL ENGINES/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,VEHICLE INVOLVED HAS BEEN INSPECTED AND REPAIRED. -04/05/2004,04V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V160000),"Coachmen RV Company, LLC",COACHMEN/LP TANK,SUSPENSION,NR (Not Reported),Vehicle,120,"ON CERTAIN MOTORHOMES, THE CHASSIS LEAF SPRING REAR SHACKLE AND/OR SHACKLE BOLT COULD COME IN DIRECT CONTACT WITH THE LP TANK WHEN THE VEHICLE IS IN MOTION.",THIS COULD CAUSE THE LP TANK TO BECOME DAMAGED AND POTENTIALLY LEAK INCREASING THE RISK OF A FIRE.,"DEALERS WILL MOVE THE MOUNTING LOCATION OF THE TANK OUT OF THE CHASSIS RAILS, AWAY FROM THE CHASSIS LEAF SPRING REAR SHACKLE. OWNER NOTIFICATION BEGAN ON APRIL 12, 2004. OWNERS SHOULD CONTACT COACHMEN AT 1-800-453-6064." -04/05/2004,04V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V161000),STARCRAFT BUS AND MOBILITY,STARCRAFT/FMVSS 108/BRAKE LIGHTS,EXTERIOR LIGHTING,040331,Vehicle,91,"CERTAIN BUSES BUILT ON FORD E-SERIES CHASSIS AND EQUIPPED WITH WHEELCHAIR LIFTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE BRAKE LIGHTS WILL NOT FUNCTION IF THE WHEELCHAIR LIFT ENABLE SWITCH IS TURNED ON WHILE THE VEHICLE IS IN GEAR.","IF THE BRAKE LIGHTS FAIL TO COME ON, THERE WILL BE NO REAR BRAKE LIGHTS TO INDICATE TO FOLLOWING VEHICLES THAT THE VEHICLE IS DECELERATING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPAIR THE MAIN ELECTRICAL CIRCUIT BOARD. OWNER NOTIFICATION BEGAN MAY 3, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT AT 1-800-348-7440, EXT. 312." -04/02/2004,04V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V162000),"Accubuilt, Inc.",ACCUBUILT/FMVSS 207/SEATS,SEATS,NR (Not Reported),Vehicle,3,"CERTAIN MULTI-PASSENGER VANS WITH ONE OR MORE SEATS EQUIPPED WITH REAR DESIGNATED FORWARD FACING QUICK RELEASE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS.""",THESE SEATS DO NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL MODIFY THE QUICK RELEASE FRAME SYSTEM ON THESE SEATS. OWNER NOTIFICATION BEGAN APRIL 12, 2004. OWNERS SHOULD CONTACT ACCUBUILT AT 1-419-222-1501." -04/02/2004,04V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V169000),PACCAR Incorporated,PACCAR/FAN HUB MOUNTING BOLTS,ENGINE AND ENGINE COOLING,03KW9,Vehicle,2586,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C7 OR 3126E 2002 ENGINES AND HORTON FAN HUBS, THE FAN HUB MOUNTING BOLTS CAN FAIL, RESULTING IN THE HUB AND FAN ASSEMBLY SEPARATING FROM THE ENGINE. THIS LOSS OF CLAMP LOAD CAUSES UNWANTED VIBRATION IN THE ASSEMBLY THAT LEADS TO BOLT FAILURE.","IF THE BOLTS FAIL, THE COMPLETE HUB AND FAN ASSEMBLY COULD SEPARATE FROM THE ENGINE RESULTING IN EQUIPMENT DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL INSTALL A NEW JOURNAL BRACKET. THE RECALL BEGAN MAY 11, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -04/01/2004,04V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V158000),"Winnebago of Indiana, LLC",SUNNYBROOK/HITCH PIN BOX,TRAILER HITCHES,NR (Not Reported),Vehicle,168,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH BEDROOM SLIDE OUT ROOMS, THE FRONT CROSS-MEMBER CONNECTED TO THE HITCH PIN BOX MAY NOT BE OF ADEQUATE STRENGTH.","IF OVERLOADED, EXTENSIVE USE, ADDED HITCH WEIGHT, AND/OR ROAD UNEVENNESS, STRESS ON THE C-CHANNEL COULD CAUSE THE HITCH PIN BOX TO HAVE CROWNING OR STRESS FRACTURES CAUSING THE UPPER FRAME TO DROP DOWN MORE THAN ONE INCH WHEN CONNECTED TO THE TOW VEHICLE. THIS COULD AFFECT THE STEERING CAPABILITY OF THE TOWING VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A 2"" X 3"" X 86"" 11 GAUGE STEEL TUBE TO THE EXISTING FRONT CROSS-MEMBER AND INSPECT/REPAIR ALL WELDS, JOINTS AND STRUCTURE OF THE UPPER FRAME DECKING. THE RECALL BEGAN ON APRIL 15, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUNNYBROOK AT 574-825-5250." -03/31/2004,04E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E025000),ALLQUALITY ENTERPRISES,ALLQUALITY/FMVSS 108/TURN SIGNAL BULB FLASHER,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16,"FRONT TURN SIGNAL BULB FLASHER, MODEL EL12. THIS DEVICE WAS DESIGNED TO POWER ANY VEHICLE'S EXISTING FRONT TURN SIGNAL LAMPS AS AMBER DAYTIME RUNNING LIGHTS, HOWEVER, THE DEVICE WILL CANCEL THE VEHICLE'S BULB INDICATOR WHICH IS A VIOLATION OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE BULB OUT INDICATOR WILL NOT PERFORM ITS FUNCTION PROPERLY.,ALLQUALITY WILL NOTIFY IT CUSTOMERS AND REMOVE THE DEVICE TO BRING THE VEHICLE BACK INTO COMPLIANCE FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLQUALITY AT 1-888-549-2153. -03/31/2004,04V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V157000),Keystone RV Company,KEYSTONE/HITCH PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,71,"ON CERTAIN MODEL RP3612 DS FW FIFTH WHEEL RECREATIONAL VEHICLES, CRACKING IN THE STEEL SURROUNDING THE PINBOX (HITCH) CAN OCCUR. THE CRACKS ARE SPECIFICALLY IN THE ATTACHMENT WELDS BETWEEN THE PINBOX AND THE SURROUNDING FRAME STRUCTURE.",THIS CAN CAUSE PARTIAL OR COMPLETE SEPARATION OF THE PINBOX FROM THE FRAME INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE PINBOX WITH AN AIR-RIDE PINBOX. OWNER NOTIFICATION BEGAN FEBRUARY 23, 2004. OWNERS SHOULD CONTACT KEYSTONE AT 1-866-425-4369." -03/31/2004,04V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V155000),UNION CITY BODY COMPANY LLC,UCBC/SLIDING DOOR LATCHES,LATCHES/LOCKS/LINKAGES,0401,Vehicle,321,"ON CERTAIN VANS SUPPLIED TO FEDEX, THE ROTARY LATCHES ON THE TWO SIDE SLIDING DOORS AND SLIDING PARTITION DOOR CAN FAIL.",THIS COULD CAUSE THE ROTARY LATCH TO NOT ENGAGE WHEN THE DOOR IS CLOSED RESULTING IN THE DOOR REMAINING IN THE UNLATCHED OPEN POSITION.,DEALERS WILL REPLACE ALL ROTARY LATCHES ON THE FEDEX FLEET PRODUCTION RUN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UCBC AT 1-888-990-8222. -03/30/2004,04V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V154000),East Manufacturing Corp.,EAST/PARKER HANNIFIN/TELESCOPIC CYLINDER,EQUIPMENT,NR (Not Reported),Vehicle,888,"ON CERTAIN DUMP TRAILERS, THE 8-INCH FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"", WITH USE THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",PARKER HANNIFIN WILL PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461 OR EAST AT 330-325-9921. -03/29/2004,04V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V151000),"General Motors, LLC",GM/ABS,"SERVICE BRAKES, HYDRAULIC",04018,Vehicle,11375,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH ALL WHEEL DRIVE, THE ANTILOCK BRAKE SYSTEM (ABS) MAY IMPROPERLY TEMPORARILY ISOLATE THE DRIVER FROM THE FOUNDATION BRAKE SYSTEM FOR A MAXIMUM OF 1.25 SECONDS.","THIS CAN CAUSE IN AN INCREASE IN BRAKING DISTANCE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPROGRAM THE ABS TRACTION CONTROL SYSTEM CONTROLLER. OWNER NOTIFICATION BEGAN ON MAY 10, 2004. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2339." -03/29/2004,04V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V150000),"General Motors, LLC",GM/REAR LIFTGATE LATCH,LATCHES/LOCKS/LINKAGES,03030,Vehicle,103956,"ON CERTAIN SPORT UTILITY VEHICLES, A STRUCTURAL SUPPORT AT THE LATCH ATTACHMENT IN THE REAR LIFTGATE MAY BE INADEQUATE TO RETAIN THE LATCH TO THE LIFTGATE IN CERTAIN SEVERE VEHICLE CRASH EVENTS.","IF THE LIFTGATE WERE TO OPEN IN A VEHICLE CRASH, AN OCCUPANT COULD BE EJECTED FROM THE VEHICLE RESULTING IN INCREASED RISK OF PERSONAL INJURY.","DEALERS WILL ADD STRUCTURAL REINFORCEMENTS TO THE LIFTGATE IN THE AREA ADJOINING THE LATCH ASSEMBLY. OWNER NOTIFICATION SCHEDULE BEGAN ON JUNE 21, 2004. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080. THIS IS AN EXPANSION TO A PREVIOUS RECALL (03V211)." -03/29/2004,04V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V152000),MONACO COACH CORPORATION,MONACO/SOFT TOUCH CEILING LIGHT,ELECTRICAL SYSTEM,R04003,Vehicle,76,"ON CERTAIN MOTOR HOMES, THE PIGTAIL CONNECTORS CONNECTING THE SOFT TOUCH CEILING LIGHT TO THE COACH WIRING HARNESS WERE NOT INSTALLED DURING MANUFACTURE.",THIS OMISSION COULD CAUSE AN OVERHEATING CONDITION OF THE LIGHT AND/OR WIRE HARNESS RESULTING IN A FIRE.,DEALERS WILL INSTALL THE PIGTAIL CONNECTORS TO THE SOFT TOUCH CEILING LIGHT. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545. -03/26/2004,04V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V153000),Blue Bird Body Company,BLUE BIRD/STEERING LINKAGES,STEERING,R04HR,Vehicle,98,"ON CERTAIN MOTOR HOMES AND TRANSIT COACHES, INCORRECT TORQUE APPLICATION COULD HAVE BEEN APPLIED TO THE CLAMP BOLTS AND THE DRAG LINK.","THIS COULD LEAD TO THE CLAMPS BECOMING LOOSE, CAUSING MISALIGNMENT OF THE STEERING AXLES, WHICH COULD RESULT IN A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CLAMP BOLTS AND AND TIGHTEN TO THE REQUIRED TORQUE. OWNER NOTIFICATION BEGAN ON APRIL 7, 2004. OWNERS SHOULD CONTACT BLUE BIRD AT 478-822-2242." -03/25/2004,04V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V148000),FOUR WINDS INTERNATIONAL,FOUR WINDS/AUXILIARY GENERATOR,"FUEL SYSTEM, GASOLINE",RO30005,Vehicle,99,CERTAIN MOTORHOMES WERE MANUFACTURED WITH GENERATORS THAT COULD RECEIVE EXCESS FUEL SUPPLY PRESSURE WHEN THE CHASSIS ENGINE IS IN OPERATION.,THIS COULD RESULT IN ROUGH GENERATOR ENGINE OPERATION DUE TO FLOODING AND POTENTIAL GASOLINE LEAKAGE WHICH COULD RESULT IN A FIRE CAUSING DEATH OR INJURY TO THE OCCUPANTS.,"DEALERS WILL MOUNT A REGULATOR BRACKET AND REROUTE THE FUEL LINE TO THE BACK SIDE OF THE GENERATOR. THE RECALL BEGAN APRIL 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOUR WINDS AT 1-574-266-1111." -03/24/2004,04E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E024000),AMSAFE COMMERCIAL PRODUCTS,AMSAFE/FMVSS 209/SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,NR (Not Reported),Equipment,24656,"SEAT BELT BUCKLE ASSEMBLIES, P/N 10016-XX, BUCKLE LOT NUMBER 0302, 0305, 0306, 0307, 0308, OR 0312 WHICH FAIL TO HOLD THE 5,000 LB. LOOP LOAD REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","THE SEAT BELT BUCKLE MAY UNLATCH IN THE EVENT OF A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY TO THE SEAT OCCUPANT.",AMSAFE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BUCKLES FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330. -03/24/2004,04V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V146000),"BENSON INTERNATIONAL, INC.",BENSON/PARKER HANNIFIN/TELESCOPIC CYLINDER,EQUIPMENT,2004 PHC,Vehicle,1,"ON CERTAIN LARGE FRAMED AND FRAMELESS END DUMP TRAILERS, THE 8-INCH FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"", WITH USE THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",PARKER HANNIFIN WILL PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461 OR BENSON AT 1-877-489-9020. -03/24/2004,04V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V149000),Turtle Top,TURTLE TOP/ELECTRIC DOOR MOTOR ASSEMBLY HANDLE,STRUCTURE,RCN-040312,Vehicle,468,"ON CERTAIN BUSES, THE ELECTRIC DOOR MOTOR ASSEMBLY HANDLE (LEVER) COULD POSSIBLY BREAK WHEN PULLING ON THE HANDLE FOR EMERGENCY RELEASE TO OPEN THE SIDE ENTRY/EXIT DOOR.",THIS COULD CAUSE THE HANDLE TO BREAK RESULTING IN PERSONAL INJURY TO OCCUPANTS EXITING THE VEHICLE.,"DEALERS WILL REPLACE THE DOOR MOTOR ASSEMBLY HANDLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 8, 2004. OWNERS SHOULD CONTACT TURTLE TOP AT 1-800-296-2105, EXTS 181 OR 131." -03/23/2004,04V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V137000),"Big Dog Motorcycles, LLC",BIG DOG/REAR MASTER CYLINDER PISTON,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1906,"ON CERTAIN MOTORCYCLES, THE PISTON IN THE REAR MASTER CYLINDER MAY HAVE BEEN IMPROPERLY SIZED, WHICH COULD CAUSE THE REAR BRAKES TO DRAG OR LOCKUP.",THIS COULD RESULT IN A CRASH.,"DEALERS WILL REMOVE THE PISTON FROM THE REAR MASTER CYLINDER AND REPLACE IT WITH A NEW PISTON. OWNER NOTIFICATION BEGAN ON APRIL 12, 2004. OWNERS SHOULD CONTACT BIG DOG AT 1-316-267-9121." -03/23/2004,04E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E022000),"DURAKON INDUSTRIES, INC.",DURAKON/BEDLINER DETACHES FROM THE TRUCK,EQUIPMENT,NR (Not Reported),Equipment,8000,AFTERMARKET PICKUP TRUCK OVER-THE-RAIL BEDLINERS MANUFACTURED FOR INSTALLATION ON 1999-2004 CHEVROLET SILVERADO AND GMC SIERRA PICKUP TRUCKS. THE TOGGLE WING ASSEMBLY USED TO ATTACH THE BEDLINER TO THE TRUCK BED IS NOT ENGAGING FULLY IN THE STAKE POCKET OF THE PICKUP TRUCK.,"THE BEDLINER CAN BECOME DETACHED FROM THE PICKUP WHILE IT IS MOTION, POSSIBLY ENDANGERING FOLLOWING MOTORISTS OR PEDESTRIANS.","DURAKON WILL ISSUE A PRESS RELEASE IN ATTEMPT TO NOTIFY CUSTOMERS THAT COULD HAVE PURCHASED THE DEFECTIVE BEDLINER. IF YOU PURCHASED EITHER A DURAKON ALLSTAR OF PATRIOT OVERRAIL BEDLINER SINCE AUGUST 1, 2003, FOR 1999 TO 2004 CHEVROLET SILVERADO OR GMC SIERRA TRUCKS, OR PURCHASED ONE OF THESE PICKUP TRUCKS WITH EITHER BRAND BEDLINER ALREADY INSTALLED, YOU SHOULD RETURN TO AN AUTHORIZED DURAKON DEALER SO THAT THE BEDLINER CAN BE INSPECTED AND, IF NECESSARY, REPAIRED WITH A NEWLY DESIGNED TOGGLE WING FASTENING SYSTEM, OR IF REQUIRED, REPLACED WITH A NEW BEDLINER FREE OF CHARGE. PLEASE CALL THE DURAKON HOTLINE AT 1-800-933-4200 TO FIND THE NEAREST AUTHORIZED DURAKON DEALER." -03/23/2004,04V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V139000),FOUR WINDS INTERNATIONAL,FOUR WINDS/CIRCUIT BREAKER,ELECTRICAL SYSTEM,R030008,Vehicle,408,CERTAIN MOTORHOMES WERE MANUFACTURED WITH A 20/15 AMP CIRCUIT BREAKER AND SHOULD HAVE BEEN MANUFACTURED WITH A 15/15 AMP CIRCUIT BREAKER.,"THIS COULD CAUSE THE BREAKER TO TRIP WHEN THE CIRCUIT IS OVERLOADED RESULTING IN A FIRE, WHICH COULD CAUSE PERSONAL INJURY OR DEATH TO THE OCCUPANTS.","DEALERS WILL REPLACE THE INCORRECT BREAKER WITH THE CORRECT BREAKER. THE RECALL BEGAN APRIL 29, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOUR WINDS AT 1-574-266-1111." -03/23/2004,04V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V138000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/GVWR/GAWR LABEL,EQUIPMENT,NR (Not Reported),Vehicle,7278,"ON CERTAIN PASSENGER VEHICLES SOLD IN THE UNITED STATES AND PUERTO RICO, THE GROSS VEHICLE WEIGHT RATING (GVWR) AND GROSS AXLE WEIGHT RATING (GAWR) AS STATED ON THE CERTIFICATION LABEL ARE IN ERROR.","OVERLOADING CAN DAMAGE YOUR VEHICLE, ADVERSELY AFFECT VEHICLE PERFORMANCE, INCLUDING HANDLING AND BRAKING, CAUSE TIRE FAILURE, AND RESULT IN A CRASH.","DEALERS WILL REPLACE THE LABEL. THE RECALL BEGAN ON MAY 31, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-888-648-7820." -03/23/2004,04V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V147000),ORION BUS INDUSTRIES LTD.,ORION/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,286,"ON CERTAIN BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR ORION AT 1-800-658-2871. -03/22/2004,04V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V145000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/SIEMENS/CIRCUIT BREAKERS,ELECTRICAL SYSTEM,40322,Vehicle,765,"ON CERTAIN CONVENTIONAL AND FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH SIEMENS Q CIRCUIT BREAKER, THE CIRCUIT BREAKERS WERE MIS-MARKED.",THIS COULD RESULT IN AN OVERHEATED CONDUCTOR IN A SUSTAINED OVERLOAD CONDITION WHICH COULD CAUSE PERSONAL INJURY AND/OR PROPERTY DAMAGE.,"DEALERS WILL INSPECT AND REPLACE THE CIRCUIT BREAKER IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN BY APRIL 5, 2004. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -03/22/2004,04V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V144000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/UNIVERSAL JOINT,POWER TRAIN,04504,Vehicle,2021,"ON CERTAIN TRUCKS EQUIPPED WITH DT466 OR DT530 1308 STYLE ENGINES AND 4X4 OR 6X6 CAPABILITY, THE UNIVERSAL JOINT BETWEEN THE FRONT DRIVE SHAFT AND DRIVE AXLE COULD COME IN CONTACT WITH THE ENGINE OIL FILTER UNDER CERTAIN BRAKING CONDITIONS.","THIS COULD CAUSE A LOSS OF COMPLETE ENGINE OIL WHICH COULD RESULT IN THE ENGINE SHUTTING DOWN AND INCREASE THE RISK OF PROPERTY DAMAGE, PERSONAL INJURY, OR A CRASH.","DEALERS WILL INSTALL A SHORTER OIL FILTER AND ADAPTER. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 29, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/18/2004,04V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V141000),"ALFA LEISURE,INC.",ALFA LEISURE/ GIRARD/PATIO AWNING,EQUIPMENT,04-001,Vehicle,43,"ON CERTAIN MOTOR HOMES EQUIPPED WITH GIRARD AWNINGS, THE MAIN EXTERIOR PATO AWNING WIND SENSOR CIRCUIT COULD HAVE BEEN INCORRECTLY WIRED.",THE MAIN AWNING MAY EXTEND WHILE THE VEHICLE IS IN MOTION INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND MOVE THE PROPER WIRES TO THE CORRECT POSITION , IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN MARCH 29, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITH A REASONABLE TIME SHOULD CONTACT ALFA AT 1-800-373-3372." -03/18/2004,04V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V132000),"General Motors, LLC",GM/FMVSS 208/SIR CAUTION LABEL,EQUIPMENT,04021,Vehicle,183922,"CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION.""",SOME OF THESE VEHICLES INCLUDE INCORRECT STATEMENTS ON ONE OF THE AIR BAG WARNING LABELS.,"OWNERS WILL BE PROVIDED WITH CORRECT LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON JUNE 4, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -03/18/2004,04V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V134000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/CIRCUIT BREAKER,ELECTRICAL SYSTEM,0113,Vehicle,81496,"ON CERTAIN TOURING AND POLICE MODEL MOTORCYCLES, THE 40 AMP MAIN CIRCUIT BREAKER CAN ""OPEN"" FOR REASONS OTHER THAN WHICH IT WAS DESIGNED, CAUSING AN UNEXPECTED INTERRUPTION OF ALL ELECTRICAL POWER TO THE MOTORCYCLE.","THIS CONDITION COULD CAUSE THE MOTORCYCLE TO STALL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE CIRCUIT BREAKER. OWNER NOTIFICATION BEGAN APRIL 23, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-343-4056." -03/18/2004,04V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V136000),"Jaguar Cars, Ltd.",JAGUAR/AIR BAG RUPTURE,AIR BAGS,R719,Vehicle,1142,"ON CERTAIN PASSENGER VEHICLES, THE PASSENGER AIR BAG TRIM COMPONENTS HAVE A POOR APERTURE EDGE.","SHOULD THE AIR BAG DEPLOY, IT COULD BE CUT, CAUSING IT TO NOT INFLATE PROPERLY, WHICH INCREASES THE RISK OF INJURY TO THE OCCUPANT IN A CRASH.","DEALERS WILL INSPECT THE PASSENGER AIR BAG APERTURE AND, WHERE NECESSARY, REMOVE ANY SHARP, SERRATED EDGES. THE RECALL BEGAN ON MAY 14, 2004. OWNERS SHOULD CONTACT JAGUAR AT 1-800-452-4827." -03/18/2004,04V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V142000),"Jayco, Inc.",JAYCO/AXLE PLATE,SUSPENSION,9901052,Vehicle,95,"ON RECREATIONAL 5TH WHEEL TRAILERS, THE 1"" BY 1"" STEEL ANGLE, LOCATED ON THE FRONT AND REAR OF THE AXLE PLATE, WHICH HELPS ELIMINATE SIDE TO SIDE MOVEMENT OF THE AXLE PLATE, MAY NOT HAVE BEEN WELDED PROPERLY OR MAY HAVE BEEN WELDED IN AN IMPROPER LOCATION.",THE STEEL ANGLE MAY COME LOOSE FROM EITHER SIDE OF THE AXLE PLATE AND DRAG OR SEPARATE COMPLETELY FROM THE VEHICLE CAUSING PREMATURE TIRE WEAR INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPAIR THE VEHICLES FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 30, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-574-825-0608." -03/18/2004,04V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V135000),"Triumph Motorcycles America, Ltd.",TRIUMPH/FUEL PUMP SEAL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14,"ON CERTAIN MOTORCYCLES, THERE IS A POSSIBILITY THAT THE FUEL PUMP PLATE SEAL MAY ALLOW FUEL TO LEAK FROM THE FUEL TANK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,ALL MOTORCYCLES WERE CONTAINED AT THE U.S. WAREHOUSE AND HAVE BEEN REPAIRED. -03/18/2004,04V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V133000),"Volkswagen Group of America, Inc.",VW/DRIVERS SIDE DASH FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,172866,"ON CERTAIN PASSENGER VEHICLES, IF A DRIVER'S KNEES PUSH AGAINST THE KNEE BOLSTER (CRASH ELEMENT) LOCATED UNDER THE DASHBOARD, IT CAN CONTACT THE HEADLIGHT SWITCH WIRING HARNESS, AND AN ELECTRICAL SHORT COULD OCCUR.",A FIRE COULD ORIGINATE IN THE LEFT DASHBOARD AREA.,"DEALERS WILL INSTALL A PROTECTIVE COVERING ON THE KNEE BOLSTER (CRASH ELEMENT). IN ADDITION, THE WIRING HARNESS AS WELL AS THE FELT PROTECTOR ON THE LEFT SIDE OF THE DASHBOARD CARRIER WILL BE CHECKED, AND REPLACED IF NECESSARY. THE RECALL BEGAN ON JULY 26, 2004. OWNERS SHOULD CONTACT AUDI AT 1-800-822-2834." -03/17/2004,04V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V129000),"General Motors, LLC",GM/TAILGATE SUPPORT CABLE,STRUCTURE,04007,Vehicle,3662211,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, THE GALVANIZED STEEL TAILGATE SUPPORT CABLES THAT RETAIN THE TAILGATE IN THE FULL OPEN (HORIZONTAL) POSITION MAY CORRODE, WEAKEN, AND EVENTUALLY FRACTURE. IF BOTH CABLES FRACTURED, THE TAILGATE WOULD SUDDENLY DROP AND STRIKE THE TOP SURFACE OF THE REAR BUMPER.","ANYONE SITTING OR STANDING ON THE HORIZONTAL SURFACE OF THE TAILGATE WHEN BOTH CABLES FRACTURED COULD BE INJURED BY FALLING FROM THE TAILGATE. ON VEHICLES THAT HAVE HAD THE BUMPER REMOVED, THE TAILGATE MAY DROP EVEN LOWER. ADDITIONALLY, IF THERE IS CARGO ON THE TAILGATE THE CARGO MAY FALL OFF IF THE SUPPORT CABLES FRACTURE.","DEALERS WILL REPLACE THE CABLES. INTERIM OWNER NOTIFICATION BEGAN ON APRIL 7, 20004. THE RECALL BEGAN ON SEPTEMBER 24, 2004, WHEN REPLACEMENT PARTS WERE AVAILABLE, AND WILL CONTINUE THROUGH OCTOBER 29, 2004. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463, OR VISIT WWW.MYGMLINK.COM, AND ENTER YOUR VEHICLE IDENTIFICATION NUMBER." -03/16/2004,04V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V130000),"Bentley Motors, Ltd.",BENTLEY/FUEL FEED LINE QUICK CONNECTOR,"FUEL SYSTEM, GASOLINE",R04/02,Vehicle,529,"ON CERTAIN PASSENGER VEHICLES AND LIMOUSINES, THE FUEL FEED LINE QUICK CONNECTOR MAY DISENGAGE, ALLOWING FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REMOVE THE QUICK RELEASE COLLAR, ENSURE FULL ENGAGEMENT, AND INSTALL A SAFETY CLIP. OWNER NOTIFICATION BEGAN ON MARCH 23, 2004. OWNERS SHOULD CONTACT BENTLEY AT 1-800-777-6923." -03/16/2004,04V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V143000),"HALE TRAILER BRAKE & WHEEL, INC.",HALE TRAILER/SEALCO/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",P-03-01,Vehicle,143,"ON CERTAIN DUMP TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.","DEALERS WILL INSTALL THE BRAKE VALVE. OWNER NOTIFICATION BEGAN APRIL 25, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALE AT 610-395-7868 OR SEALCO AT 602-253-1007." -03/16/2004,04V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V131000),Hyundai Motor America,HYUNDAI/ABS ECU,"SERVICE BRAKES, HYDRAULIC",065,Vehicle,17401,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.5 LITER V-6 ENGINES, 4-WHEEL DRIVE AND ANTILOCK BRAKING SYSTEMS (ABS), IF THE BRAKE PEDAL IS DEPRESSED AT SPEEDS BETWEEN 3 AND 12 MPH WHEN THE BRAKE PAD FRICTION SURFACES ARE WET, A VIBRATION MAY OCCUR BETWEEN THE BRAKE DISCS AND PADS CAUSING ABS SENSOR ELECTRONIC SIGNAL NOISE TO DEVELOP. AT SPEEDS BELOW 5 MPH, THE ABS SENSOR SIGNAL NOISE MAY CAUSE THE ABS ELECTRONIC CONTROL UNIT (ECU) TO ACTIVATE THE ABS, EXTENDING THE STOPPING DISTANCE.","IF AN EXTENDED STOPPING DISTANCE OCCURS, IT COULD RESULT IN A CRASH.","DEALERS WILL REPROGRAM THE ABS ECU. OWNER NOTIFICATION BEGAN ON MARCH 24, 2004. OWNERS SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -03/16/2004,04T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T007000),METZELER MOTORCYCLE TIRE,METEZLER/MOTORCYCLE TIRES/SUDDEN VIBRATION,TIRES,NR (Not Reported),Tire,54,"METZELER SPORTEC 120/70 ZR17 M-1 P MOTORCYCLE TIRES PRODUCED BETWEEN AUGUST 26 AND AUGUST 31, 2002. UNDER EXTREME CONDITIONS, THE TIRE MAY CHANGE SHAPE AND A BUBBLE MAY APPEAR IN THE TREAD AREA CAUSING THE FRONT END OF THE MOTORCYCLE TO VIBRATE.","SUDDEN VIBRATION OF THE FRONT TIRE COULD CAUSE THE DRIVER TO LOSE CONTROL, POSSIBLE RESULTING IN A VEHICLE CRASH.","METZELER WILL REPLACE THE TIRES. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT METZELER AT 706-368-5830." -03/16/2004,04V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V126000),"Morbark, Inc.",MORBARK/HARLEY MURRAY/AXLE HANGER,SUSPENSION,NR (Not Reported),Vehicle,3,"ON CERTAIN 16-TIRE TRAILERS EQUIPPED WITH CAST AXLE HANGERS, A CRACK COULD DEVELOP IF THE LOADED TRAILERS STRUCK OBSTACLES OR ROAD HAZARDS WITH SUFFICIENT FORCE.",THE AXLE HANGER/SUSPENSION COULD BREAK INCREASING THE RISK OF A CRASH.,HARLEY MURRAY WILL WELD OR REPLACE AXLE HANGER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY MURRAY AT 209-466-0266 OR MORBARK AT 1-989-866-2381. -03/16/2004,04V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V128000),"Subaru of America, Inc.",SUBARU/CRUISE CONTROL CABLE,VEHICLE SPEED CONTROL,WWQ-01,Vehicle,127580,"ON CERTAIN PASSENGER SEDANS, WAGONS, AND SPORT UTILITY VEHICLES, THE CRUISE CONTROL CABLE COULD COME OUT OF ITS TRACK ON THE CRUISE CONTROL LEVER AND LODGE ON THE CONTROL LEVER TAB WHEN THE ACCELERATOR PEDAL IS RELEASED. IF THIS CONDITION OCCURS, THE THROTTLE WILL NOT RETURN TO THE IDLE POSITION AND WILL REMAIN IN AN OPEN POSITION.","IF THIS OCCURS DURING VEHICLE OPERATION, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A CRUISE CONTROL CABLE RETAINING CLIP TO THE CRUISE CONTROL LEVER TAB ON THE THROTTLE SHAFT IN ORDER TO PREVENT THE CRUISE CONTROL CABLE FROM COMING OUT OF ITS TRACK. OWNER NOTIFICATION BEGAN ON APRIL 12, 2004. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783." -03/15/2004,04V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V127000),FOUR WINDS INTERNATIONAL,FOUR WINDS/SEAT PEDESTAL BRACE,SEATS,R030009,Vehicle,959,"ON CERTAIN CLASS A MOTORHOMES EQUIPPED WITH THREE-POINT SHOULDER HARNESS SEAT BELTS, THE SEAT PEDESTAL BRACE WAS IMPROPERLY INSTALLED OR COULD BE MISSING. ALSO, THE BRACE COULD HAVE BEEN INSTALLED WITHOUT UTILIZING FOUR TEC BOLTS TO HOLD THE BRACE IN PLACE.","THIS COULD RESULT IN THE SEAT BELT HARNESS MALFUNCTIONING IN THE EVENT OF A CRASH, WHICH COULD INCREASE THE RISK OF PERSONAL INJURY OR DEATH TO THE DRIVER OR PASSENGER SEAT OCCUPANTS.","DEALERS WILL EITHER ADD A SEAT PEDESTAL BRACE IF BRACE IS NOT PRESENT OR INSTALL NECESSARY HARDWARE OR TEC BOLTS TO HOLD THE BRACE IN PLACE. THE RECALL BEGAN MARCH 31, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOUR WINDS AT 574-266-1111." -03/15/2004,04V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V140000),"Maserati North America, Inc.",MASERATI/STEERING ASSEMBLY BOLTS,STEERING,106,Vehicle,2024,"ON CERTAIN PASSENGER VEHICLES, TWO OF THE FOUR SECURING BOLTS IN THE STEERING ASSEMBLY MAY NOT HAVE HAD A LOCKING COMPOUND APPLIED TO THE THREADS PRIOR TO INSTALLATION. AS A RESULT, THE BOLTS MAY BECOME LOOSE WHEN THE CARS ARE DRIVEN AGGRESSIVELY.","SUCH CIRCUMSTANCES COULD LEAD TO A REDUCTION IN VEHICLE CONTROL, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE TWO AFFECTED BOLTS. THE RECALL BEGAN MARCH 5, 2004. Owners may contact Maserati customer service at 1-877-696-2737." -03/12/2004,04V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V125000),"Charles Machine Works, Inc.",CHARLES MACHINE/DITCH WITCH/WHEELS,WHEELS,NR (Not Reported),Vehicle,17,"ON CERTAIN TRAILERS, ""COINED"" WHEELS MAY HAVE BEEN INSTALLED ON TRAILERS WITH ""FLAT FACE"" HUBS AND ""FLAT FACE"" WHEELS MAY HAVE BEEN INSTALLED ON TRAILERS WITH ""COINED"" HUBS.",THIS CAN CAUSE LOOSE WHEELS AND INCREASE THE RISK OF A CRASH.,"DITCH WITCH WILL REPLACE THE WHEELS AND DAMAGED COMPONENTS. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 1, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DITCH WITCH AT 1-800-654-6481." -03/10/2004,04V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V123000),"General Motors, LLC",GM/BRAKE PEDAL ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",04010,Vehicle,2037,"ON CERTAIN TRUCKS, THE SWITCH RETAINER HOLDING THE BRAKE BOOSTER PUSH ROD AND THE BRAKE PEDAL TOGETHER COULD BE MISSING.","THIS COULD CAUSE THE PUSH ROD AND PEDAL TO SEPARATE, RESULTING IN A LOSS OF FOUNDATION BRAKES AND INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND INSTALL A NEW RETAINER IF MISSING. OWNER NOTIFICATION BEGAN MARCH 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GMCICT AT 1-800-862-4389." -03/09/2004,04V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V109000),Mazda North American Operations,MAZDA/FMVSS 208/LABELING,EQUIPMENT,1804C,Vehicle,350,"CERTAIN MINIVANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" SOME OF THESE VEHICLES WERE PRODUCED WITH AIR BAG WARNING LABELS INTENDED FOR THE CANADIAN MARKET. THUS, THE LABELS CONTAIN WARNINGS IN BOTH ENGLISH AND FRENCH. AS A RESULT, THE AREA OF THE ENGLISH WARNING IS ONLY 16 SQUARE CENTIMETERS, AS OPPOSED TO THE 30 SQUARE CENTIMETERS REQUIRED BY THE STANDARD.",,"OWNERS WILL BE PROVIDED WITH AIR BAG CAUTION LABELS AND INSTALLATION INSTRUCTIONS WHICH WERE MAILED ON JULY 22, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -03/08/2004,04V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V119000),"Coachmen RV Company, LLC",COACHMEN/REFRIGERATOR WIRING HARNESS,EQUIPMENT,NR (Not Reported),Vehicle,122,"ON CERTAIN CLASS C MINI-MOTORHOMES, THE WIRING HARNESS ROUTED BETWEEN THE BACK OF THE REFRIGERATOR AND THE REFRIGERATOR CABINET COULD COME IN DIRECT CONTACT WITH THE REFRIGERATOR BURNER TUBE AND COOLING UNIT.","IF CONTACT OCCURS, THE WIRE INSULATION MATERIAL MAY MELT, DUE TO THE OPERATING TEMPERATURE OF THE BURNER TUBE AND COOLING UNIT WHICH COULD LEAD TO A FIRE.","DEALERS WILL RELOCATE THE WIRE HARNESS. THE RECALL BEGAON ON MARCH 29, 2004. OWNERS SHOULD CONTACT WINNEBAGO AT 1-800-453-6064." -03/08/2004,04T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T006000),Cooper Tire & Rubber Co.,COOPER/INSUFFICIENT INNERLINER GAUGE/AIR LOSS,TIRES,129,Tire,592,"COOPER ZEON XST SIZE 305/35R24 MANUFACTURED BETWEEN JANUARY 11 AND JANUARY 17, 2004. THESE TIRES MAY HAVE A CONDITION OF INSUFFICIENT INNERLINER GAUGE. WHEN THIS CONDITION EXISTS, LOSS OF INFLATION PRESSURE COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY TIRE FAILURE.","THE LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.","COOPER TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COPPER TIRE'S CONSUMER RELATIONS AT 1-800-54-6288." -03/08/2004,04T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T005000),Cooper Tire & Rubber Co.,COOPER/SIDEWALL CRACKING/RAPID LOSS OF AIR,TIRES,128,Tire,445,"COOPER ZEON 2XS, COOPER ZEON ZPT, AND MASTERCRAFT AVENGER ZHP, SIZE 215/35R18 MANUFACTURED BETWEEN JANUARY 11 AND JANUARY 31, 2004. THESE TIRES ARE PRONE TO SIDEWALL CRACKING ON BOTH SIDEWALLS OF THE TIRE. IN CERTAIN SERVICE CONDITIONS WHERE EXCESSIVE FLEXING OF THE TIRE SIDEWALL OCCURS THE CRACKING COULD EXTEND TO THE BODY PLY CORDS. THIS CONDITION COULD LEAD TO THE DEGRADATION OF THE BODY PLY CORDS AND LOSS OF INFLATION PRESSURE. THE LOSS OF INFLATION PRESSURE COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY TIRE FAILURE.","THE LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.","COOPER TIRE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE'S CONSUMER RELATIONS AT 1-800-854-6288." -03/08/2004,04T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T004000),Cooper Tire & Rubber Co.,COOPER/TREAD SEPARATION,TIRES,127,Tire,136,"COOPER ZEON 2XS AND MASTERCRAFT AVENGER ZHP, SIZE 265/35R18 MANUFACTURED BETWEEN DECEMBER 21, 2003, AND JANUARY 10, 2004. THESE TIRES ARE PRONE TO TREAD CHUNKING WHICH MAY LEAD TO TREAD SEPARATION.",. TREAD SEPARATION COULD LEAD TO A LOSS OF CONTROL OF THE VEHICLE WHICH MAY RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,"COOPER WILL NOTIFY ITS CUSTOMERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288." -03/08/2004,04V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V120000),FREIGHTLINER LLC,FREIGHTLINER/TRW/DRAG LINK ASSEMBLIES,STEERING,FL422,Vehicle,275,"ON CERTAIN TRUCKS AND TRUCK-TRACTORS EQUIPPED WITH TRW DRAG LINK ASSEMBLIES, THE REPLACEMENT CLAMP AND DRAG LINK ASSEMBLIES CONTAIN A POTENTIALLY DEFECTIVE 5/8-11-GRADE B PREVAILING TORQUE HEX NUT. IF THE FINAL TIGHTENING IS LESS THAN 65 LB.-FT., THE CLAMP LOAD WOULD BE UNACCEPTABLY LOW AND COULD COMPROMISE THE INTEGRITY OF THE DRAG LINK.","THIS COULD RESULT IN THE BALL SOCKET SEPARATING AND CAUSE LOSS OF STEERING CONTROL, INCREASING THE RISK OF PERSONAL INJURY OR A CRASH.","DEALERS WILL REPLACE THE AFFECTED HEX NUT(S). OWNER NOTIFICATION BEGAN ON MAY 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/06/2004,04V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V121000),TRAILBOSS TRAILERS INC,TRAILBOSS/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,42,"ON CERTAIN PGXXDTA, PUXXTBA, PLXXTBA, PEXXDTA DDXXDTA, KGXXDTA, KRXXTBA, KSXXDTA, AND KWXXDTA TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR TRAILBOSS AT 1-800-345-2452. -03/04/2004,04V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V112000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CRANKSHAFT POSITION SENSOR WIRING,ELECTRICAL SYSTEM,D13,Vehicle,14621,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 4.0L ENGINES, THE CRANKSHAFT POSITION SENSOR WIRING INSULATION MAY CRACK AND EXPOSE THE WIRE.","IN THE PRESENCE OF MOISTURE, THIS COULD RESULT IN SENSOR MALFUNCTION, WHICH COULD CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CRANKSHAFT POSITION SENSOR. OWNER NOTIFICATION BEGAN ON MARCH 29, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/04/2004,04V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V113000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/POWERTRAIN CONTROL MODULE,POWER TRAIN,D15,Vehicle,34561,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH A NGC-1 POWERTRAIN CONTROL MODULE, THE SOFTWARE PROTOCOLE USED TO TEST THE VEHICLE EXHAUST GAS RECIRCULATION (EGR) SYSTEM MAY LEAD TO ENGINE STALLING UNDER CERTAIN OPERATING CONDITIONS.",THIS COULD CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE POWERTRAIN CONTROL MODULE SOFTWARE. OWNER NOTIFICATION BEGAN ON MARCH 15, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/04/2004,04V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V111000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REMOTE KEYLESS ENTRY,LATCHES/LOCKS/LINKAGES,D09,Vehicle,2875,"ON SOME SPORT UTILITY VEHICLES, CERTAIN REMOTE KEYLESS ENTRY (RKE) INPUT MAY CAUSE THE BODY CONTROL MODULE (BCM) SOFTWARE TO ACTUATE THE DOOR LOCK MOTORS CONTINUOUSLY.","THIS CAN CAUSE THE LOCK MOTOR BEARINGS TO OVERHEAT AND SEIZE. IF THIS OCCURS, THE DOOR LOCK SYSTEM WILL BECOME INOPERATIVE.","DEALERS WILL INSPECT AND REPLACE, AS NECESSARY, THE DOOR LATCH ASSEMBLIES AND THE BCM SOFTWARE WILL BE UPDATED. OWNER NOTIFICATION BEGAN ON MAY 10, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/04/2004,04V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V110000),"General Motors, LLC",GM/FUEL RAIL TUBING,"FUEL SYSTEM, GASOLINE",04014,Vehicle,483477,"SOME PASSENGER VEHICLES EQUIPPED WITH 4.0L V8 ENGINES HAVE A CONDITION IN WHICH THE NYLON TUBING USED IN THE FUEL RAIL CONSTRUCTION MAY DEGRADE AND CRACK. ADDITIONALLY, THE 1995 MODEL YEAR USES A UNIQUE UNDERHOOD FUEL RETURN LINE THAT MAY CRACK. CRACKING OF THE FUEL RAIL OR RETURN LINE TUBING CAN RESULT IN A FUEL LEAK INTO THE ENGINE COMPARTMENT.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE ENGINE FUEL RAIL WITH A NEW STAINLESS STEEL FUEL RAIL. DEALERS WILL ALSO INSTALL A REVISED CHASSIS FUEL RETURN LINE. THE RECALL BEGAN ON JUNE 2, 2004, FOR 1996-1997 OLDSMOBILE AURORA VEHICLES. OWNERS OF 1995 CADILLACS AND 1996-1997 OLDSMOBILE AURORA WERE SENT LETTERS ON AUGUST 6, 2004. ADDITIONAL LETTERS TO OWNERS WILL BE FORTHCOMING. OWNERS SHOULD CONTACT OLDSMOBILE AT 1-800-630-6537." -03/04/2004,04V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V118000),"Mack Trucks, Inc.",MACK/FMVSS 121/FRONT BRAKE CHAMBER,"SERVICE BRAKES, AIR",SC0286,Vehicle,35,"CERTAIN TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE FRONT BRAKE CHAMBER ON SOME 18,000 LB. AND 20,000 LB FRONT AXLE ASSEMBLIES IS TOO SMALL TO MEET STOPPING DISTANCE REQUIREMENTS.","THIS COULD CAUSE THE STOPPING DISTANCE TO BE INCREASED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE FRONT BRAKE CHAMBERS. THE RECALL BEGAN APRIL 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -03/04/2004,04V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V114000),"Winnebago Industries, Inc.",WINNEBAGO/LP TANK,EQUIPMENT,90,Vehicle,5143,"ON CERTAIN MOTORHOMES, THE LP TANK HAS STRESS ON WELD JOINTS AT THE POINT WHERE MOUNTING BRACKETS ARE WELDED TO THE TANK.",THIS COULD CAUSE STRESS CRACKS AT THE WELD JOINTS AND LEAD TO AN LP LEAK AND CAUSE PERSONAL INJURY AND/OR VEHICLE DAMAGE.,"DEALERS WILL REINSTALL A CRADLE-STYLE CARRIER, AND, IF NECESSARY REPLACE THE LP TANK. THE RECALL BEGAN ON MARCH 25, 2004. OWNERS SHOULD CONTACT WINNEBAGO AT 641-585-6939." -03/04/2004,04V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V107000),"Winnebago Industries, Inc.",WINNEBAGO/VOLKSWAGEN/ ENGINE COOLING FANS,ENGINE AND ENGINE COOLING,WB,Vehicle,2563,"ON CERTAIN MOTORHOMES BUILT ON VOLKSWAGEN EUROVAN CHASSIS, THE ENGINE COOLING FANS COULD FRACTURE AND BREAK APART.",IF THE FAN FRACTURES OR BREAKS THIS COULD INCREASE THE RISK OF PERSONAL INJURY OR DAMAGE TO THE VEHICLE.,DEALERS WILL REPLACE THE ENGINE COOLING FANS USING A CRADLE ASSEMBLY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH OR APRIL 2004. OWNERS SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987 OR WINNEBAGO AT 641-585-3535. -03/03/2004,04V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V117000),NATIONAL R.V. INC.,NATIONAL RV/CERTIFICATION LABEL/AXLES,EQUIPMENT,NR (Not Reported),Vehicle,88,"ON CERTAIN TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH THREE AXLES, THE FEDERAL TIRE TAG DOES NOT PROVIDE INFORMATION REGARDING THE MIDDLE AXLE.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL REPLACE THE FEDERAL TIRE TAG. THE RECALL BEGAN AUGUST 19, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -03/03/2004,04V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V116000),NATIONAL R.V. INC.,NATIONAL RV/CERTIFICATION LABEL/INCORRECT TIRES,EQUIPMENT,NR (Not Reported),Vehicle,494,"ON CERTAIN TRAVEL TRAILERS, THE INCORRECT TAG INSTALLED 15"" TIRES WITH COLD INFLATION PRESSURE OF 65 PSI. THE CORRECT TIRES ARE 16"" WITH A LISTED COLD INFLATION PRESSURE OF 80 PSI.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL REPLACE THE FEDERAL TIRE TAG. THE RECALL BEGAN SEPTEMBER 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -03/03/2004,04V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V115000),NATIONAL R.V. INC.,NATIONAL RV/SAFETY CHAINS,TRAILER HITCHES,NR (Not Reported),Vehicle,890,"ON CERTAIN TRAVEL TRAILERS, THE SAFETY CHAINS ARE RATED TO 11,700 POUNDS DESPITE A GROSS VEHICLE WEIGHT RATING IN EXCESS OF THIS RATING.",THIS COULD RESULT IN THE SAFETY CHAINS FAILING IN THE EVENT OF A SEPARATION OF THE TRAILER FROM THE TOW VEHICLE HITCH WHICH IN TURN WOULD LEAD TO A LOSS OF CONTROL OF THE TRAVEL TRAILER.,"DEALERS WILL REPLACE THE SAFETY CHAINS. THE RECALL BEGAN SEPTEMBER 13, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-800-999-7260. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -03/02/2004,04V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V105000),Ford Motor Company,FORD/AIR FILTER PAPER/FIRE,ENGINE AND ENGINE COOLING,04S11,Vehicle,399926,"ON CERTAIN VEHICLES, THE AIR FILTER PAPER IN THESE VEHICLES CAN SMOLDER OR BURN.",THIS CAN LEAD TO DAMAGE TO THE AIR INDUCTION SYSTEM ON THESE VEHICLES AND/OR AN UNDERHOOD FIRE.,"DEALERS WILL REPLACE THE AIR FILTER ELEMENT. OWNER NOTIFICATION BEGAN ON MARCH 10, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -03/02/2004,04V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V106000),Ford Motor Company,FORD/BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,04S12,Vehicle,938789,"CERTAIN PASSENGER VEHICLES ARE BEING RECALLED TO CORRECT A PROBLEM WITH A MALFUNCTIONING STOP LAMP SWITCH AND/OR ASSOCIATED WIRING. THIS MALFUNCTIONING COULD RENDER THE STOP LAMPS INOPERABLE OR CAUSE THEM TO STAY ON ALL THE TIME. THIS COULD CAUSE CONFUSION TO A FOLLOWING DRIVER, WHICH COULD LEAD TO A CRASH.","IN ADDITION, IF THE SWITCH AND/OR ASSOCIATED WIRING FAIL IN THE OPEN POSITION, THE BRAKE LIGHTS WILL NOT ACTUATE AND THE DRIVER WILL NOT BE ABLE TO SHIFT THE VEHICLE OUT OF ""PARK"" IF THEY FAIL IN THE CLOSED POSITION, THE BRAKE LIGHTS WILL REMAIN ON, WHICH WILL NOT ALLOW THE SPEED CONTROL TO BE ACTIVATED. THIS COULD ALSO CAUSE THE BATTERY TO DISCHARGE.","DEALERS WILL REMOVE THE STOP LAMP SWITCH AND ASSOCIATED WIRING ASSEMBLY AND INSTALL A NEWLY DESIGNED STOP LAMP SWITCH AND WIRE ASSEMBLY. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON APRIL 5, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -03/02/2004,04V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V108000),MID-WEST CHOPPERS,MID-WEST/SWING ARM PIVOT BOLT SPACER,SUSPENSION,NR (Not Reported),Vehicle,30,"CERTAIN MOTORCYCLES ARE EQUIPPED WITH A ""FLOATING"" 1"" DIAMETER SWING ARM PIVOT BOLT SPACER.","THE PIVOT BOLT COULD BEND AND POSSIBLY FRACTURE, AFFECTING REAR WHEEL ALIGNMENT AND THE DRIVER'S ABILITY TO CONTROL THE MOTORCYCLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL WELD A LARGER PIVOT BOLT SPACER TO THE FRAME. OWNER NOTIFICATION BEGAN APRIL 13, 2004. OWNERS SHOULD CONTACT MID-WEST AT 1-309-342-7433 OR WWW.MIDWESTCHOPPERS.COM." -03/01/2004,04V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V104000),"BENSON INTERNATIONAL, INC.",BENSON/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN DUMP TRUCKS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,DEALER CONTACTED OWNER BY TELEPHONE. -03/01/2004,04V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V103000),"Nissan North America, Inc.",NISSAN/FMVSS 208/ODS AIR BAG SENSOR,AIR BAGS,B0112,Vehicle,13757,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE ADVANCED AIR BAG REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE AIR BAG FOR THE FRONT PASSENGER SEAT IS TO BE TURNED OFF (SO THAT IT DOES NOT INFLATE) WHEN CERTAIN OCCUPANTS, SUCH AS SMALL CHILDREN, ARE IN THE FRONT SEAT.",THIS REDUCES THE RISK OF SUCH OCCUPANTS BEING UNJURED BY AN INFLATING AIR BAG IN A COLLISION.,"DEALERS WILL INSPECT THE FRONT PASSENGER SEAT CUSHION/SENSOR ASSEMBLY. IF THE SEAT CUSHION/SENSOR IS FOUND TO BE OPERATING IMPROPERLY, THE SEAT WILL BE REMOVED AND RECALIBRATED. OWNER NOTIFICATION BEGAN ON JUNE 23, 2004. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -03/01/2004,04V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V124000),"SILENT DRIVE, INC.",SILENT DRIVE/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,"ON CERTAIN TRUCKS BUILT ON KENWORTH T800 CHASSIS AND EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,THE BRAKE DRUMS HAVE BEEN REPLACED ON THE AFFECTED VEHICLES. -02/27/2004,04E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E016000),"G.R. MOTORSPORTS, INC.",G.R. MOTORSPORTS/FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1000,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"G.R. MOTORSPORTS WILL RECALL THE NONCOMPLIANT KITS AND IS OFFER REFUNDS. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT G.R. MOTORSPORTS AT 323-889-4350." -02/27/2004,04V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V101000),HORTON EMERGENCY VEHICLES,HORTON/ALTERNATOR FANS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14,ON CERTAIN AMBULANCES THE ALTERNATOR CASE BOLTS COME LOOSE AND BACK OUT INTO THE FAN.,FAN PIECES DISENGAGE AT HIGH RPM AND COULD CAUSE INJURY AND/OR DISABLE THE VEHICLE WHICH COULD RESULT IN A CRASH.,REMEDY OPTIONS ARE BEING EXPLORED. EXACT REMEDY AND TIME LINE TO BE DETERMINED. -02/27/2004,04V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V100000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/SLEEPER BERTH BUNK,EQUIPMENT,04503,Vehicle,83312,"ON CERTAIN CONVENTIONAL TRUCKS EQUIPPED WITH PRO-SLEEPER BERTHS, WATER INTRUSION CAN BE FOUND IN THE BUNK CONTROL PANEL AREA AND POOL IN THE TOPS OF THE DOME LIGHT, TV/VCR, AND OR REFRIGERATOR POWER SWITCHES.","THE CIRCUIT BOARDS IN THE SWITCHES COULD HEAT UP , POSSIBLY PRODUCE A FLAME OR FIRE, AND CAUSE PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSTALL A WATER SHIELD OVER THE BACK OF THE ENTIRE BUNK CONTROL PANEL. OWNER NOTIFICATION BEGAN ON JULY 16, 2004. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -02/27/2004,04V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V102000),"NABI Bus, LLC",NABI/WHEEL LUG NUTS,WHEELS,20041,Vehicle,180,"ON CERTAIN TRANSIT BUSES, THE THICKNESS OF THE PAINT ON THE CONTACT SURFACE OF THE WHEELS EXCEEDS THE MAXIMUM THICKNESS RECOMMENDED.","THE LUG NUTS COULD LOOSEN AND CAUSE PREMATURE WHEEL FAILURE, INCREASING THE RISK OF A CRASH OR INJURY.","DEALERS WILL REPAIR OR REPLACE THE WHEELS. OWNER NOTIFICATION BEGANMARCH 5, 2004. OWNERS SHOULD CONTACT NABI AT 1-256-831-4296." -02/27/2004,04E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E015000),NU PERFORMANCE DISTRIBUTING,NU PERFORMANCE/FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,462,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,NU PERFORMANCE WILL REPLACE/REPURCHASE THE KITS. -02/27/2004,04E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E014000),"STREET GLOW, INC.",STREET GLOW/FMVSS 108/HID HEADLIGHT CONVERSION KIT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,133,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"STREET GLOW WILL RECALL THE NONCOMPLIANT KITS AND OFFER REFUNDS. OWNER NOTIFICATION BEGAN MARCH 9, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STREET GLOW AT 973-709-9000 EXT. 152." -02/26/2004,04T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T003000),Bridgestone Americas Tire Operations,BRIDGESTONE/FIRESTONE/RAPID AIR LOSS,TIRES,NR (Not Reported),Tire,487000,"LT265/75R16 LOAD RANGE D STEELTEX RADIAL A/T TIRES, MANUFACTURED BETWEEN MARCH 1999 AND DECEMBER 2002. MOST OF THESE TIRES WERE INSTALLED AS ORIGINAL EQUIPMENT ON APPROXIMATELY 80,000 MY 2000-2003 FORD EXCURSION LARGE SIZE SPORT UTILITY VEHICLES. BFS STATED THAT IF THE TIRES ARE OPERATED AT BELOW RECOMMENDED INFLATION PRESSURES OR ABOVE THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. RECOMMENDED LOADS OR AT EXCESSIVE SPEEDS, THEY MAY EXPERIENCE RAPID AIR LOSS, POSSIBLY RESULTING IN A VEHICLE CRASH.",PERSONAL INJURY OR POSSIBLY DEATH COULD RESULT IN THE EVENT OF A VEHICLE CRASH.,"BFS, IN CONJUNCTION WITH FORD MOTOR COMPANY, WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. BFS WILL REPLACE THE AFFECTED TIRES FREE OF CHARGE. NOTIFICATION TO OWNERS BEGAN MARCH 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FIRESTONE CUSTOMER AFFAIRS AT 1-800-465-1904." -02/25/2004,04V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V099000),DAIMLERCHRYSLER MANUFACTURING INTL,DAIMLERCHRYSLERMANUFACTURING/FMVSS/ FOAM INSERTS,STRUCTURE,D12,Vehicle,108,"CERTAIN CARGO VEHICLES, EQUIPPED WITH AN OPTION FOR RETROFITTING WITH A PARTITION WALL, FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THE INTERIOR ROOF FOAM INSERTS MAY NOT HAVE BEEN INSTALLED.",THIS COULD INCREASE THE RISK OF INJURY TO FRONT SEAT OCCUPANTS DURING CERTAIN CRASH CONDITIONS.,"DEALERS WILL INSTALL ROOF FOAM INSERTS IF FOUND MISSING. THIS RECALL BEGAN APRIL 7, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/25/2004,04V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V098000),"Hino Motors Sales U.S.A., Inc.",HINO/FMVSS 108/REVERSE BACKUP SWITCH,EXTERIOR LIGHTING,A3260,Vehicle,255,"CERTAIN TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" A REVERSE BACKUP SWITCH MAY HAVE BEEN CONTAMINATED DURING THE MANUFACTURING PROCESS. THE NEUTRAL SAFETY SWITCH MAY NOT ALLOW THE CRUISE CONTROL TO ENGAGE.","THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD. ALSO, THIS COULD CAUSE THE CRUISE CONTROL NOT TO BE ACTIVATED. THE REVERSE BACKUP LIGHT AND BUZZER STAYS ON.","DEALERS WILL REPLACE THE SWITCHES. OWNER NOTIFICATION BEGAN ON APRIL 19, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HINO AT 1-845-365-1400." -02/25/2004,04E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E017000),PARKER HANNIFIN CORP.,PARKER HANNIFIN/SUPER DUMP TELESCOPING CYLINDERS,EQUIPMENT,NR (Not Reported),Equipment,2029,"8-INCH; FIVE STAGE TELESCOPIC CYLINDER COMMONLY REFERRED TO AS A ""SUPER DUMP"" MODEL # S85DC-55 AND S85DC-56 FOR USE ON LARGE FRAMED AND FRAMELESS END DUMP TRAILERS AND MANUFACTURED BETWEEN JULY 1996 AND JUNE 2002. WITH USE, THE PACKING NUT ON THE FOURTH STAGE RETAINING THE PLUNGER CAN LOOSEN, BACKING OFF THE FOURTH STAGE. THIS CONDITION, IF NOT REMEDIED, CAN CONTINUE UNTIL THE PACKING NUT BACKS COMPLETELY OFF THE STAGE. IF THIS OCCURS, THERE IS NOTHING TO RETAIN THE FIFTH STAGE (PLUNGER) IN THE ASSEMBLY.","WHEN THE CYLINDER IS THEN EXTENDED TO ITS MAXIMUM STROKE, THE FIFTH STAGE CAN SEPARATE FROM THE CYLINDER ASSEMBLY CAUSING LOSS OF CONTROL OVER THE TRAILER, ALLOWING THE TRAILER TO FREE FALL, POSSIBLY CAUSING SERIOUS INJURY OR EVEN DEATH.","PARKER MOBILE CYLINDER DIVISION WILL NOTIFY ITS CUSTOMERS AND PROVIDE A FIELD MODIFICATION KIT #375 1805 206 TO SECURE THE PACKING NUT IN POSITION FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN MARCH 4, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PARKER HANNIFIN AT 1-888-231-7461." -02/24/2004,04V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V094000),"General Motors, LLC",GM/FMVSS 208/AIR BAG WARNING LABELS,EQUIPMENT,04011,Vehicle,51715,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 208, ""OCCUPANT CRASH PROTECTION."" SOME OF THESE VEHICLES THAT WERE NOT EQUIPPED WITH AN ADVANCED OCCUPANT RESTRAINT SYSTEM (AORS) HAVE DRIVER AND PASSENGER SIDE SUN VISORS WITH AORS LABELS. THE AORS LABELS DO NOT INCLUDE STATEMENTS AND THE ILLUSTRATION REQUIRED BY FMVSS NO. 208 FOR VEHICLES WITHOUT AORS.",,"OWNERS WILL BE SENT REPLACEMENT LABELS WITH INSTRUCTIONS ON HOW TO INSTALL THEM. OWNER NOTIFICATION BEGAN ON APRIL 21, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -02/24/2004,04V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V090000),"General Motors, LLC",GM/FUEL PRESSURE REGULATOR,"FUEL SYSTEM, GASOLINE",03054B,Vehicle,910873,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 3800 V6 (L36) ENGINES AND CERTAIN DELPHI FUEL PRESSURE REGULATORS, THE REGULATORS HAVE A MUCH HIGHER THAN USUAL RATE OF FUEL LEAKS. A LEAK CAN ALLOW FUEL TO ENTER THE INTAKE MANIFOLD THROUGH A VACUUM LINE. IF THE ENGINE DOES NOT START WHEN CRANKED, THE FUEL FROM THE LEAKING REGULATOR AND A MISTIMED SPARK CAN CAUSE A BACKFIRE.","THE BACKFIRE CAN RUPTURE THE INTAKE MANIFOLD. THE RUPTURE OF THE INTAKE MANIFOLD CAN DISPLACE A FUEL LINE, PULLING AN INJECTOR OUT OF PLACE, AND CAUSING A FUEL LEAK AND POSSIBLE FIRE.","DEALERS WILL INSTALL NEW FUEL PRESSURE REGULATORS WITH IMPROVED DIAPHRAGMS. THE RECALL WILL BE CONDUCTED IN PHASED MAILINGS. PHASE 1 BEGAN ON JUNE 30, 2004, AND PHASE 2 BEGAN ON SEPTEMBER 30, 2004. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080, OLDSMOBILE AT 1-800-630-6537, OR PONTIAC AT 1-800-620-7668." -02/24/2004,04V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V086000),Honda (American Honda Motor Co.),HONDA/LOW BEAM LIGHTING,EXTERIOR LIGHTING,P23,Vehicle,440000,"ON CERTAIN PASSENGER VEHICLES, THE LOW-BEAM TERMINAL ON THE HEAD LIGHT WIRE HARNESS CAN OVERHEAT AND COULD CAUSE THE LOW BEAMS TO FAIL WITHOUT WARNING.",AN UNEXPECTED LOSS OF LOW BEAMS COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE HEAD LIGHT SWITCH AND COUPLER FOR SIGNS OF HEAT DAMAGE. IF HEAT DAMAGE IS PRESENT, THE DEALER WILL REPLACE THE SWITCH AND COUPLER. IF NO HEAT DAMAGE IS PRESENT, THE DEALER WILL REPLACE THE HEAD LIGHT SWITCH AND ONE MATING PIN IN THE COUPLER. OWNER NOTIFICATION BEGAN ON APRIL 5, 2004. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -02/24/2004,04V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V097000),IC CORPORATION,IC/KINEDYNE/SUR-LOC/WHEELCHAIRTRACKS AND BOLTS,EQUIPMENT,04301,Vehicle,1589,"ON CERTAIN ""SPECIAL NEEDS"" SCHOOL BUSES EQUIPPED WITH SUR-LOC ""L"" WHEELCHAIR TRACKS, THE LIFT MOUNTING BOLTS COULD CORRODE IF MOISTURE OCCURS IN THE TREATED PLYWOOD FLOOR.",THIS COULD REDUCE THE FUNCTION OF THE TRACK OR THE STRENGTH OF THE LIFT MOUNTING BOLTS RESULTING IN PERSONAL INJURY TO THE OCCUPANTS.,"DEALERS WILL REPLACE THE SUR-LOC ""L"" TRACKS WITH PROTECTED TRACKS AND MOUNTING HARDWARE. ALSO, LIFT FLOOR-MOUNTING BOLTS WILL BE REPLACED. OWNER NOTIFICATION IS EXPECTED TO BEGIN MARCH 19, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC AT 1-800-843-5615." -02/23/2004,04E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E013000),DANA CORPORATION,DANA SPICER/SUSPENSION ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,242,"DANA SPICER RF-23 SUSPENSION ASSEMBLIES; ASSEMBLY NUMBERS RDW4WX167DXXXXZ AND RDW4WX167DXXXXX MANUFACTURED BETWEEN SEPTEMBER 1 AND DECEMBER 1, 2003, FOR USE ON CERTAIN TRANSCRAFT TRAILERS. THE BOLTS USED TO ATTACH THE BRAKE CAM SHAFT SUPPORT TUBE TO THE BRAKE SPIDER FLANGE WHICH IS WELDER TO THE TRAILER AXLE, WERE IMPROPERLY TORQUED TO SPECIFICATION.","IF THE BOLTS ARE NOT PROPERLY TIGHTENED, THEY COULD LOOSEN OR POSSIBLY FALL OUT CAUSING A LOSS OF VEHICLE BRAKING AND LEAD TO A VEHICLE CRASH.","TRANSCRAFT CORPORATION WILL NOTIFY ITS TRAILER OWNERS WITH INSTRUCTIONS TO CONTACT THEIR DEALER TO HAVE THE RECALL REMEDY PREFORMED FREE OF CHARGE OR, SHOULD THE CUSTOMER DECIDE TO PREFOM THE REPAIR THEMSELVES, THE WILL BE PROVIDED A FREE REPAIR KIT. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA CORPORATION AT 800-353-0803." -02/20/2004,04V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V095000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/TIRE AND LOADING INFORMATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,491,"ON CERTAIN SPORT UTILITY VEHICLES, THE VEHICLE CAPACITY WEIGHTS AS STATED ON THE TIRE AND LOADING INFORMATION LABEL ARE IN ERROR.",THIS INFORMATION COULD POTENTIALLY RESULT IN CONSUMERS LOADING THEIR VEHICLES BEYOND THE GROSS VEHICLE WEIGHT RATING (GVWR).,"OWNERS WILL BE SENT REPLACEMENT LABELS WITH INSTRUCTIONS ON HOW TO INSTALL THEM. THE RECALL BEGAN ON APRIL 14, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -02/20/2004,04V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V089000),"Nu Wa Industries, Inc.",NUWA/AIRXCEL-POLAR/AIR CONDITIONER SOLAR PANEL,EQUIPMENT,NR (Not Reported),Vehicle,120,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH POLAR MACH AND POLAR CUB AIR CONDITIONERS, THE SOLAR PANEL RUBBER WELL NUTS COULD FRACTURE THE PLASTIC SHROUD IN THE IMMEDIATE AREA OF THE ATTACHMENT HOLE.","THE RUBBER WELL NUTS COULD PULL OUT OF THE PLASTIC SHROUD, CAUSING THE SOLAR PANEL TO LEAVE THE TOP OF THE MOTOR HOME, AND INCREASING THE RISK OF A ROAD HAZARD OR A CRASH.",AIRXCEL WILL REINFORCE THE SOLAR PANELS WITH METAL MOUNTING BRACKETS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRXCEL AT 719-676-2326 OR NUWA AT 1-800-835-0676. -02/20/2004,04V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V091000),Daimler Coaches North America,SETRA/FMVSS 101/DISPLAY CONTROLS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,117,"CERTAIN MOTOR COACHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS."" THE ILLUMINATION OF THE CONTROLS FOR THE HAZARD WARNING SIGNAL, HEATING/AIR-CONDITIONING FAN, AND WINDSHIELD DEFROSTING AND DEFOGGING SYSTEM HAS ONLY ONE LEVEL OF BRIGHTNESS AND IS NOT ADJUSTABLE. THE CORRECT BRIGHTNESS SHOULD PROVIDE AT LEAST TWO LEVELS OF BRIGHTNESS AND BE ADJUSTABLE.",IF THIS WERE TO OCCUR DURING A NIGHT-TIME SITUATION THIS COULD CAUSE THE DRIVER NOT TO BE ABLE TO SEE THE CONTROLS AND DISPLAYS AND INCREASE THE RISK OF A CRASH.,"SETRA TECHNICIANS WILL GO TO CUSTOMER LOCATIONS AND REPLACE THE CONTROL SWITCH. THIS RECALL BEGAN APRIL 6, 2004, WITH PHASED COMPLETION DATES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SETRA AT 1-800-882-8054." -02/20/2004,04V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V092000),"Somerset Welding & Steel, Inc.",SOMERSET/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR SOMERSET AT 1-814-444-3463. -02/20/2004,04V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V096000),"Volkswagen Group of America, Inc.",VW/BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,WX,Vehicle,377130,"ON CERTAIN PASSENGER VEHICLES, A BRAKE LIGHT SWITCH ON THESE VEHICLES MAY MALFUNCTION.","IF THIS HAPPENS, THE BRAKE LIGHTS COULD BECOME INOPERATIVE, OR COME ON AND STAY ON, EVEN THOUGH THE VEHICLE IS PARKED.",THIS RECALL HAS BEEN SUPERCEDED BY 06V-183. OWNERS WHO HAVE HAD A REMEDY PERFORMED UNDER THIS RECALL SHOULD RETURN TO THEIR DEALER FOR THE REDESIGNED REMEDY. OWNERS SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987. -02/18/2004,04V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V087000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/AIRXCEL-POLAR/AIRCONDITIONER SOLAR PANEL,EQUIPMENT,NR (Not Reported),Vehicle,735,"ON CERTAIN MOTOR HOMES EQUIPPED WITH POLAR MACH AND POLAR CUB AIR CONDITIONERS, THE SOLAR PANEL RUBBER WELL NUTS COULD FRACTURE THE PLASTIC SHROUD IN THE IMMEDIATE AREA OF THE ATTACHMENT HOLE.","THE RUBBER WELL NUTS COULD PULL OUT OF THE PLASTIC SHROUD, CAUSING THE SOLAR PANEL TO LEAVE THE TOP OF THE MOTOR HOME, AND INCREASING THE RISK OF A ROAD HAZARD OR A CRASH.",AIRXCEL WILL REINFORCE THE SOLAR PANELS WITH METAL MOUNTING BRACKETS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRXCEL AT 719-676-2326 OR FLEETWOOD AT 1-800-322-8216. -02/18/2004,04V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V063000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/MUFFLER BRACKETS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5850,"ON CERTAIN MOTORCYCLES, THE MUFFLER BRACKETS COULD CRACK ALLOWING THE MUFFLER TO BECOME LOOSE AND POTENTIALLY SEPARATE FROM THE MAIN EXHAUST PIPES.",THIS COULD RESULT IN A CRASH.,"DEALERS WILL REINFORCE THE MUFFLER BRACKETS. OWNER NOTIFICATION BEGAN ON FEBRUARY 17, 2004. OWNERS SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -02/18/2004,04V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V088000),MONACO COACH CORPORATION,MONACO/FMVSS/110/RIMS,TIRES,R04002,Vehicle,21,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE FEDERAL IDENTIFICATION TAG IS INCORRECT. THE TAG STATES THE RIM SIZE IS 22.5X6.75G RANGE. THE CORRECT RIM SIZE IS 22.5X7.5F RANGE.",AN INCORRECT RIM COULD BE PLACED ON THE VEHICLE WHICH COULD RESULT IN A TIRE BLOWOUT INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TAG. OWNER NOTIFICATION BEGAN MARCH 11, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -02/18/2004,04V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V072000),"Porsche Cars North America, Inc.",PORSCHE/DRIVER'S SEAT FRAME,SEATS,A306,Vehicle,4144,"ON CERTAIN SPORT UTILITY VEHICLES, THE DRIVER'S SIDE SEAT FRAMES WERE NOT ADEQUATELY WELDED.","IN THE EVENT OF A CRASH, THE SEAT FRAME COULD BREAK, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVER'S SIDE SEAT FRAME. OWNER NOTIFICATION BEGAN ON MARCH 29, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -02/18/2004,04V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V070000),"Porsche Cars North America, Inc.",PORSCHE/FRONT SEAT BACKS,SEATS,NR (Not Reported),Vehicle,1805,"CERTAIN PASSENGER VEHICLES FITTED WITH FRONT SEAT BACKS, WHICH DO NOT MEET PORSCHE'S STRENGTH STANDARDS.","IN THE EVENT OF A VEHICLE CRASH, THE SEATS COULD TWIST, TILTING ON ONE SIDE TO THE REAR, POSSIBLY RESULTING IN PERSONAL INJURY TO THE VEHICLE OCCUPANT.","DEALERS WILL REPLACE BOTH THE FRONT SEATS. OWNER NOTIFICATION BEGAN ON APRIL 26, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -02/18/2004,04V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V068000),"Porsche Cars North America, Inc.",PORSCHE/FUEL TANK FILLER NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,35,"ON CERTAIN SPORT UTILITY VEHICLES, IF THE GROUND CONNECTION BETWEEN THE SPIRAL RING OF THE TANK FILLER NECK AND THE CONNECTING PIPE TO THE FUEL TANK IS INADEQUATE, THE FLOW OF FUEL DURING REFUELING CAN CREATE AN ELECTROSTATIC CHARGE, WHICH COULD DISCHARGE AND SPARK. THIS SPARK COULD IGNITE FUEL VAPORS IN THE AREA OUTSIDE THE TANK FILLER NECK THAT COULD LEAD TO A MUFFLED DETONATION.","DUE TO SUCH A STARTLING EVENT, THE INDIVIDUAL REFUELING THE VEHICLE COULD REMOVE THE FUEL NOZZLE AT PRECISELY THE MOMENT OF THE DETONATION WITHOUT FIRST STOPPING THE FUELING PROCESS. IN SUCH A CIRCUMSTANCE, FUEL ESCAPING OUTSIDE OF THE FUEL TANK MAY IGNITE, RESULTING IN A FIRE.","DEALERS WILL INSPECT THE GROUND CONNECTION AND, IF NECESSARY, CORRECTED. OWNER NOTIFICATION BEGAN ON MARCH 29, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -02/18/2004,04V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V071000),"Porsche Cars North America, Inc.",PORSCHE/TRANSFER CASE FRACTURE,POWER TRAIN,NR (Not Reported),Vehicle,4099,"CERTAIN SPORT UTILITY VEHICLES MAY HAVE HAD A TRANSFER CASE INSTALLED THAT COULD, DUE TO CHANGES IN THE HOUSING CASTING, RESULT IN THE OIL PUMP ROTATION. SHOULD THIS OCCUR, OIL STARVATION OF THE INTERNAL GEARS MIGHT RESULT.",CONTINUED OPERATION OF THE VEHICLE COULD RESULT IN A FRACTURE OF THE TRANSFER CASE HOUSING. INCORRECT TORQUE WOULD THEN BE APPLIED TO THE DRIVEN WHEELS OR OIL COULD LEAK AND CONTACT THE TIRES.,"DEALERS WILL INSPECT THE TRANSFER CASE HOUSING AND, IF NECESSARY, REPLACE THE TRANSFER CASE. OWNER NOTIFICATION BEGAN ON MAY 3, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -02/18/2004,04V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V069000),"Porsche Cars North America, Inc.",PORSCHE/WIRING HARNESS ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,10637,"ON CERTAIN SPORT UTILITY VEHICLES, THE MAIN WIRING HARNESS WAS INCORRECTLY ROUTED. DAMAGE TO THE MAIN WIRING HARNESS CAN LEAD TO THE FAILURE OF VARIOUS ELECTRICAL SYSTEMS.","IN EXTREME CASES, TO A CABLE FIRE BENEATH THE INSTRUMENT PANEL IN THE PASSENGER COMPARTMENT.","DEALERS WILL RE-ROUTE THE WIRING HARNESS. OWNER NOTIFICATION SCHEDULE BEGAN ON MARCH 29, 2004. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -02/18/2004,04V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V084000),WORKHORSE CUSTOM CHASSIS,WORKHORSE/BOSCH ZOPS BRAKE CALIPERS,"SERVICE BRAKES, HYDRAULIC",50401-C,Vehicle,10235,"ON CERTAIN MOTORHOME CHASSIS EQUIPPED WITH BOSCH ZOPS, THE PADS CAN DRAG ON THE ROTOR SURFACE DUE TO THE PIN SLIDE.",A HANG UP OR LOCK UP MAY CAUSE THE CALIPERS TO OVER HEAT AND NOT ALLOW THE DRIVER TO STOP SAFELY. THIS COULD CAUSE OVERHEATING OF THE BRAKE CALIPERS WHICH COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL INSPECT, REPAIR AND REPLACE ACCORDING TO THE PROCEDURE DEVELOPED BY BOSCH (SEE CAMPAIGN 03E064000). THE RECALL BEGAN ON AUGUST 1, 2004. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-294-6773." -02/17/2004,04V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V074000),Mazda North American Operations,MAZDA/AIR BAG,AIR BAGS,1604B-B,Vehicle,29300,"AS A RESULT OF AN NCAP TEST, CERTAIN PASSENGER VEHICLES ARE BEING RECALLED FOR IMPROPERLY WIRED FRONT PASSENGER SEAT AIR BAGS.",THE AIR BAG WILL NOT PROVIDE ADEQUATE PROTECTION WHEN THE VEHICLE IS INVOLVED IN A FRONTAL CRASH.,"DEALERS WILL INSTALL A NEW WIRING HARNESS IN THE FRONT PASSENGER SEAT AIR BAG SYSTEM. THE RECALL BEGAN MARCH 5, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -02/17/2004,04V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V073000),Mazda North American Operations,MAZDA/FMVSS 208/AIR BAG,AIR BAGS,1604B-A,Vehicle,15800,"AS A RESULT OF AN NCAP TEST, CERTAIN MINIVANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THE FRONT PASSENGER SEAT AIR BAG WAS NOT CORRECTLY WIRING.","IN THE EVENT OF A CRASH, THE AIR BAG WILL NOT PROVIDE ADEQUATE PROTECTION.","DEALERS WILL INSTALL A NEW WIRING HARNESS IN THE FRONT PASSENGER SEAT AIR BAG SYSTEM. THE RECALL BAGAN MARCH 5, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -02/17/2004,04V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V075000),Mazda North American Operations,MAZDA/TRANSMISSION HEAT INSULATOR CRACKS,POWER TRAIN,1704B,Vehicle,12000,"ON CERTAIN PASSENGER VEHICLES WITH MANUAL TRANSMISSIONS, THE HEAT INSULATOR MAY BE CRACKED CAUSING ABNORMAL NOISE.",CONTINUED OPERATION OF THE VEHICLE CAN CAUSE THE INSULATOR TO COME OFF AND COULD POSE A HAZARD TO FOLLOWING VEHICLES.,"DEALERS WILL REPLACE THE HEAT INSULATOR. THE RECALL BEGAN MARCH 5, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -02/17/2004,04V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V080000),MONACO COACH CORPORATION,MONACO/VILLA/DRIVER AND PASSENGER SEAT BELT,SEAT BELTS,R04001,Vehicle,358,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS,"" AND NO. 210 ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEAT BELT ANCHORAGE BOLTS CAN FAIL.","THE SEAT BELT BUCKLE ANCHORAGE CAN SEPARATE FROM THE SEAT FRAME, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BELT LATCH BOLT AND INSTALL A BUSHING AND A GRADE 5 BOLT. OWNER NOTIFICATION BEGAN MARCH 8, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545 OR VILLA INTERNATIONAL AT 714-535-7272." -02/17/2004,04V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V076000),"New Flyer of America, Inc.",NEW FLYER/TRANSMISSION COOLER LINES,POWER TRAIN,ITS-2271,Vehicle,78,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH A VOITH TRANSMISSION, THE COOLER LINE CAN RUB ON THE AUXILIARY HEATER EXHAUST.",THIS COULD CAUSE A TRANSMISSION FLUID LEAK. IF THE FLUID LEAKS ONTO THE HOT EXHAUST SYSTEM IT COULD RESULT IN A VEHICLE FIRE.,DEALERS WILL MODIFY THE TRANSMISSION COOLER HOSE ASSEMBLY AND ADD A FITTING TO PROMOTE ADDITIONAL CLEARANCE. OWNER NOTIFICATION BEGAN DURING FEBRUARY 2004. OWNERS SHOULD CONTACT NEW FLYER AT 1-204-982-8400. -02/13/2004,04V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V082000),HILBILT MFG. CO.,HILBILT/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23,"ON DUMP TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR HILBILT AT 1-501-794-2500. -02/13/2004,04T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T002000),"Michelin North America, Inc.",MICHELIN/FMVSS 109/EXTRA LOAD TIRE CATAGEORY,TIRES,NR (Not Reported),Tire,221,"MICHELIN CROSS TERRAIN SUV TIRES, SIZE 305/50R20 120H, BUILT DURING WEEKS 50 AND 51, 2003. THESE TIRE FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES."" THE TIRES DO NOT MEET THE STRENGTH REQUIREMENTS FOR THE EXTRA LOAD TIRE CATEGORY.","THESE TIRES ARE MORE SUSCEPTIBLE TO FAILURE FOLLOWING IMPACT WITH ROAD HAZARDS. A VEHICLE CRASH COULD OCCUR WITHOUT WARNING SHOULD THE TIRE BE DAMAGED FROM IMPACT WITH ROAD HAZARDS, POSSIBLY RESULTING IN PERSONAL INJURIES OR EVEN DEATH.","MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE NONCOMPLIANT TIRES FREE OF CHARGE TO THE CONSUMER. OWNER NOTIFICATION BEGAN FEBRUARY 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MICHELIN AT 1-800-847-3435 BETWEEN 8:30AM AND 6:00PM EASTERN STANDARD TIME." -02/13/2004,04V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V078000),Volvo Trucks North America,VOLVO TRUCKS/PITMAN ARM BOLT,STEERING,RVXX0401,Vehicle,92,"ON CERTAIN HEAVY-DUTY CLASS 8 TRUCKS, THE PINCH BOLT ATTACHING THE STEERING DRAG LINK TO THE PITMAN ARM MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED.","THE BOLT COULD LOOSEN ALLOWING THE DRAG LINK AND PITMAN ARM TO SEPARATE, RESULTING IN UNCONTROLLABLE STEERING WHICH COULD RESULT IN A CRASH.",DEALERS WILL INSTALL A NEW PINCH BOLT AND TIGHTEN TO THE REQUIRED TORQUE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586. -02/13/2004,04V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V077000),Volvo Trucks North America,VOLVO TRUCKS/WIRING HARNESS,ENGINE AND ENGINE COOLING,RVXX0402,Vehicle,2112,"ON CERTAIN HEAVY-DUTY CLASS 8 TRUCKS, THE ASSEMBLED ENGINE PRE-HEATER JUMPER WIRING HARNESS WAS INCORRECTLY ASSEMBLED.","THE ENGINE PRE-HEATER COULD OVERHEAT RESULTING IN DAMAGE TO THE PRE-HEATER AND OTHER ENGINE HEAT SENSITIVE COMPONENTS NEAR THE PRE-HEATER AND THE ABILITY TO RE-START THE ENGINE COULD BE COMPROMISED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPAIR THE AFFECTED CIRCUITS IN THE JUMPER WIRING HARNESS CONNECTOR. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586. -02/12/2004,04V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V085000),Fontaine Trailer Company,FONTAINE/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,30,"ON CERTAIN FLATBED AND FLATBED WITH CURTIN SIDE TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR FONTAINE AT 1-205-486-7291. -02/12/2004,04V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V081000),"Mac Trailer Mfg., Inc.",MAC TRAILER/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR MAC TRAILER AT 1-800-297-7986. -02/11/2004,04E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E011000),MCCULLOCH MOTORS,MCCOLLOCH MOTORS/FMVSS 108/HID HEADLIGHT KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2169,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"MCCULLOCH WILL NOTIFY ITS CUSTOMERS AND REPURCHASE THE KITS. OWNER NOTIFICATION BEGAN DECEMBER 31, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCCULLOCH MOTORS AT 562-926-9699." -02/11/2004,04V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V067000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/FMVSS 225/OWNERS MANUAL INSTRUCTIONS,EQUIPMENT,SR-04-002,Vehicle,134000,"CERTAIN SPORT UTILITY AND PASSENGER VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE OWNER'S MANUAL DOES NOT CONTAIN A STEP-BY-STEP DESCRIPTION FOR HEADREST ADJUSTMENT WHEN INSTALLING A CHILD RESTRAINT SYSTEM (CRS) TETHER STRAP.","IF THE TETHER STRAP IS IMPROPERLY INSTALLED TO THE TETHER ANCHOR, THE CHILD SAFETY SEAT MAY NOT BE SUFFICIENT RESTRAINED. IN THE EVENT OF A CRASH, THE CHILD COULD BE INJURED.","A LETTER OUTLINING THE PROBLEM WILL BE SENT TO OWNERS ALONG WITH A STICKER CONTAINING THE CORRECT INSTRUCTIONS AS WELL AS INSTRUCTIONS ON WHERE TO AFFIX THE STICKER IN THE OWNER'S MANUAL. THE RECALL BEGAN ON MARCH 29, 2004. OWNERS SHOULD CONTACT MITSUBISHI AT 1-888-648-7820." -02/11/2004,04E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E012000),"NOVA DELUXE, INC.",NOVA DELUXE/FMVSS 108/HID HEADLIGHT KIT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,106,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"NOVA DELUXE WILL NOTIFY ITS CUSTOMERS AND REPURCHASE THE HID KITS. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NOVE DELUX AT 909-869-8535." -02/11/2004,04V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V083000),STEPHENS PNEUMATICS,WALKER/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN SANITARY TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR WALKER AT 1-800-356-5734. -02/10/2004,04V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V066000),Landoll Corporation,LANDOLL/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,"ON CERTAIN MODEL 305 TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR LANDOLL AT 1-785-562-4997. -02/10/2004,04V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V064000),"PALMER MACHINE WORKS, INC.",PALMER/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"CERTAIN END DUMP TRAILER EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,DEALER WILL INSPECT AND REPLACE THE BRAKE DRUM. -02/10/2004,04V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V065000),Rhodes Trailers,RHODES/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,"ON CERTAIN END DUMP TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,ALL DEALERS AND OWNERS WERE CONTACTED BY TELEPHONE. -02/10/2004,04V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V062000),"Trail King Industries, Inc.",TRAIL KING/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,66,"ON CERTAIN DUMP AND LOWBED TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR TRAIL KING AT 605-996-6482. -02/09/2004,04V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V093000),"M H Eby, Inc.",EBY/ARVINMERITOR/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3,"ON CERTAIN LIVE FLOOR AND LIVE STOCK TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR EBY AT 717-354-4971. -02/09/2004,04V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V060000),"General Motors, LLC",GM/ELECTRONIC COLUMN LOCK,STEERING,04006,Vehicle,126624,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH ELECTRONIC COLUMN LOCK SYSTEMS (ECL), WHEN THE IGNITION SWITCH IS TURNED TO ""LOCK,"" THE ECL SYSTEM PREVENTS TURNING OF THE STEERING SYSTEM. WHEN THE VEHICLE IS STARTED, THE ECL UNLOCKS THE STEERING SYSTEM. THE VEHICLE IS DESIGNED SO THAT IF THE COLUMN FAILS TO UNLOCK WHEN THE VEHICLE IS STARTED AND THE CUSTOMER TRIES TO DRIVE, THE FUEL SUPPLY WILL BE SHUT OFF SO THAT THE VEHICLE CANNOT MOVE WHEN THE VEHICLE CANNOT BE STEERED. IF VOLTAGE AT THE POWERTRAIN CONTROL MODULE IS LOW OR INTERRUPTED, HOWEVER, THE FUEL SHUT OFF MAY NOT OCCUR AND THE VEHICLE CAN BE ACCELERATED WHILE THE STEERING SYSTEM IS LOCKED. ALSO WHEN THE CONTROL SYSTEM SHOWS THAT THE ECL IS UNLOCKED AND THE VEHICLE IS BEING DRIVEN, THE LOCK PIN LOCATION CAN VARY. DEPENDING ON THE LOCATION OF THE LOCK PLATE RELATIVE TO THE SWITCH TRANSITION POINT, THERE COULD THEN BE CONTACT BETWEEN THE LOCK PLATE AND PIN CAUSING THE STEERING TO LOCK WHILE DRIVING .","IF THIS OCCURS, A CRASH COULD OCCUR WITHOUT WARNING.","ON VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION, THE DEALER WILL DISABLE THE STEERING COLUMN LOCK BY REMOVING THE COLUMN LOCK PLATE. WHEN THE IGNITION KEY IS REMOVED, THE TRANSMISSION SHIFTER WILL LOCK BUT THE STEERING COLUMN WILL NOT LOCK. ON VEHICLES EQUIPPED WITH A MANUAL TRANSMISSION, THE DEALER WILL REPROGRAM THE POWERTRAIN CONTROL MODULE, PERFORM A DIMENSIONAL CHECK OF THE COLUMN LOCK AND, IF NECESSARY, REPLACE THE LOCK PLATE. THE STEERING COLUMN ON THESE VEHICLES WILL CONTINUE TO LOCK WHEN THE KEY IS REMOVED. OWNER NOTIFICATION TO OWNERS OF 1997 VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS BEGAN ON APRIL 26, 2004. OWNERS OF 1998 THROUGH 2004 VEHICLES (EXCEPT 1997-1998 MANUAL TRANSMISSION VEHICLES) WILL BE NOTIFIED BEGINNING ON AUGUST 2, 2004. THE REMAINING OWNERS (1997-1998 MANUAL TRANSMISSION VEHICLES) WILL BE NOTIFIED LATER IN 2004, WHEN PARTS ARE AVAILABLE. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438." -02/09/2004,04E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E008000),JOHNSON SMITH COMPANY,JOHNSON SMITH COMPANY/CAR SEAT WARMER MELTS,EQUIPMENT,NR (Not Reported),Equipment,706,"CLEVER GEAR CAR SEAT WARMERS, PRODUCT #51926. THESE WARMERS CAN MELT AND IF LEFT UNDETECTED, THEY CAN SMOKE AND BURN, POSSIBLY RESULTING IN PERSONAL INJURY.","WHEN THIS PRODUCT MELTS, IT CAN BURN.","JOHNSON SMITH COMPANY WILL NOTIFY ITS CUSTOMERS AND REPURCHASE THE PRODUCT. OWNER NOTIFICATION BEGAN FEBRUARY 9, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUSTOMER SERVICE AT 800-853-9490." -02/09/2004,04E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E009000),"ZACKLIFT INTERNATIONAL, INC.",ZACKLIFT/FIFTHWHEELER,EQUIPMENT,NR (Not Reported),Equipment,37,"ZACKLIFT FIFTHWHEELERS MANUFACTURED BETWEEN NOVEMBER 5, 2002, AND SEPTEMBER 15, 2003. THE FIFTHWHEELER IS A REMOVABLE ADAPTER USED TO MOUNT A LIFTING DEVICE ON A FIFTH WHEEL TRACTOR AND ALLOWS THE FIFTH WHEEL TRACTOR TO BE TEMPORARILY CONVERTED INTO A TWO TRUCK. DEPENDING ON THE PLACEMENT OF THE ADJUSTING REAR MOUNTING HARDWARE, THE VEHICLE IN TOW CAN SHIFT, POSSIBLY RESULTING IN LOSS OF CONTROL OF THE VEHICLE IN TOW.","LOSS OF CONTROL OF THE TOW VEHICLE COULD RESULT IN A VEHICLE CRASH, RESULTING IN PERSONAL INJURY OR EVEN DEATH.","MAILING OF NOTIFICATION ALONG WITH REPLACEMENT PARTS BEGAN DECEMBER 24, 2003. ZACKLIFT WILL FOLLOW-UP WITH A TELEPHONE CALL TO ITS CUSTOMERS TO ENSURE THAT THE REPLACEMENT HARDWARE WAS INSTALLED. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ZACKLIFT AT 509-674-4426." -02/07/2004,04V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V059000),PEERLESS LIMITED,PEERLESS/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,"ON CERTAIN B-TRAIN UNITS, FLOAT, TADEM JEEPS, LOWBED, AND SINGLE AXLE TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR PEERLESS AT 1-250-492-0408. -02/06/2004,04V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V079000),"CHARIOT EAGLE WEST, INC.",CHARIOT/SUBURBAN/EXHAUST VENTS,EQUIPMENT,NR (Not Reported),Vehicle,255,"ON CERTAIN RV PARKTRAILERS EQUIPPED WITH SUBURBAN FURNACES, THE FURNACE EXHAUST VENT MAY NOT BE PRESENT.","WHEN THE FURNACE IS IN USE THIS COULD ALLOW CARBON MONOXIDE FUMES TO VENT INTO THE TRAILER, WHICH COULD RESULT IN SERIOUS INJURY OR DEATH TO THE PASSENGERS.",OWNERS AND DEALERS WILL INSPECT FOR THE PRESENCE OF THE EXHAUST VENT AND FOR HOT EXHAUST AIR ESCAPING FROM THE FURNACE EXHAUST. OWNERS SHOULD CONTACT CHARIOT AT 1-602-936-7545. -02/05/2004,04V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V054000),ACRO TRAILER COMPANY,ACRO/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR ACRO AT 417-862-1758. -02/05/2004,04V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V041000),East Manufacturing Corp.,EAST/SEALCO/RUBBER BAND CHECK VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,913,"ON CERTAIN TRAILERS EQUIPPED WITH THE SEALCO 508 RUBBER BAND CHECK VALVE THAT IS USED ON THE 110502 BRASS CONTROL PORT CAP ASSEMBLY WHICH IS INSTALLED IN THE CONTROL PORT OF SEALCO'S 11050, 110700 AND 110800 SPRING BRAKE CONTROL VALVES MAY DEVELOP A HOLE.",THIS CAN ALLOW ALLOWING SUPPLY AIR TO ESCAPE BACK OUT THE CONTROL LINE EXHAUSTING AT EITHER THE FOOT VALVE IN THE TRACTOR OR ANY TRACTOR IN-LINE QUICK RELEASE VALVE.,SEALCO WILL PROVIDE A SERVICE BULLETIN AND THE 110502 REPLACEMENT CAP ASSEMBLIES TO CUSTOMERS FREE OF CHARGE. OWNERS SHOULD CONTACT SEALCO AT 1-602-253-1007 OR EAST MANUFACTURING AT 1-330-325-9921. -02/05/2004,04V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V055000),East Manufacturing Corp.,EAST/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1028,"ON CERTAIN DROP DECK, FLATBED, FRAMELESS, FRAME TYPE, PUP, UNLOADER, AND DOLLY TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR EAST 1-888-405-3278. -02/05/2004,04V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V053000),Great Dane Trailers,GREAT DANE/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5045,"ON CERTAIN VANS AND FLATBED TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR GREAT DANE AT 1-800-633-4176. -02/05/2004,04V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V056000),Newmar Corporation,NEWMAR/VILLA/DRIVER AND PASSENGER SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,83,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS,"" AND NO. 210 ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEAT BELT ANCHORAGE BOLTS CAN FAIL.","THE SEAT BELT BUCKLE ANCHORAGE CAN SEPARATE FROM THE SEAT FRAME, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE BELT LATCH BOLT AND INSTALL A BUSHING AND A GRADE 5 BOLT. OWNER NOTIFICATION BEGAN MARCH 4, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-800-731-8300 OR VILLA INTERNATIONAL AT 714-535-7272." -02/05/2004,04E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E010000),"MR. SAFETY CHECK SYSTEMS, INC.",SAFETY CHECK SYSTEMS/BRAKE CLEVIS PIN BREAKS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2268,"STANDARD �"" GREASABLE CLEVIS PINS FOR USE BETWEEN THE SLACK ADJUSTER AND THE BRAKE CHAMBER PUSHROD, PART NOS. 80321 AND 80322. THESE PINS CAN ALSO BE USED IN CERTAIN TRAILER GAUGE KITS, PART NOS. 16362 AND 16382. THIS BATCH OF CLEVIS PINS WERE HEAT TREATED BETWEEN SEPTEMBER 23 AND DECEMBER 2, 2003, TO OBTAIN A CASE HARDNESS. THE CLEVIS PINS CAN BREAK AND WORK ITS WAY OUT, MAKING THE BRAKE INOPERABLE.","LOSS OF BRAKES WOULD INCREASE THE VEHICLE STOPPING DISTANCE, POSSIBLY RESULTING IN A VEHICLE CRASH.","MR. SAFETY CHECK SYSTEMS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE CLEVIS PIN FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 5, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAFETY CHECK SYSTEMS TOLL-FREE AT 800-552-4696 OR VISIT THEIR WEBSITE AT WWW.SAFETYCHECKSYSTEMS.COM." -02/05/2004,04V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V057000),Utility Trailer Manufacturing Company,UTILITY/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,106,"ON CERTAIN TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR UTILITY AT 626-854-7217. -02/04/2004,04V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V045000),"General Motors, LLC",GM/FMVSS 135/BRAKE VALVE,"SERVICE BRAKES, HYDRAULIC",04004,Vehicle,68875,"CERTAIN SPORT UTILITY VEHICLES, PICKUP TRUCKS, AND PASSENGER VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ?PASSENGER CAR BRAKE SYSTEMS.? SOME OF THESE VEHICLES WERE PRODUCED WITH AN OUT-OF-SPECIFICATION BRAKE HYDRO-BOOST HOUSING RELIEF VALVE BORE.","CONSEQUENTLY, THE VALVE O-RING SEAL MAY FRACTURE. STEERING EFFORTS MAY BE SLIGHTLY INCREASED WHILE BRAKING OR PARKING. UNDER CERTAIN DRIVING CONDITIONS, A FRACTURED SEAL MAY REQUIRE A SLIGHT INCREASE IN THE APPLIED BRAKE PEDAL EFFORT TO ACHIEVE THE SAME VEHICLE DECELERATION RATE AS PRIOR TO THE SEAT FRACTURE.","DEALERS ARE TO REPLACE THE HYDRO-BOOST RELIEF VALVE. THE RECALL BEGAN ON JUNE 18, 2004. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2339; CHEVROLET AT 1-800-630-2438; GMC AT 1-866-996-9463; OR HUMMER AT 1-866-486-6376." -02/04/2004,04V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V046000),"General Motors, LLC",GM/WINDSHIELD WIPER ASSEMBLY,VISIBILITY,04005,Vehicle,581394,"CERTAIN SPORT UTILITY VEHICLES HAVE WINDSHIELD WIPER SYSTEMS THAT WILL NOT TURN ON, CEASE OPERATION WHILE IN USE, FAIL TO TURN OFF/ON BY THEMSELVES (MOISTURE SENSITIVE WIPER SYSTEM), OR HAVE CONTINUOUS WINDSHIELD WASHER PUMP OPERATION BECAUSE THE PRESENCE OF WATER WITHIN THE WIPER MODULES CAN EITHER CAUSE A SHORT CIRCUIT OR CAN LEAD TO THE CORROSION OF COMPONENTS WITHIN THE MODULE.","DEPENDING ON THE OCCURRENCE AND WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL COVER THE WINDSHIELD WIPER MODULE VENT HOLE WITH A PATCH. ALSO, THE WIPER MOTOR, CIRCUIT BOARD, AND ELECTRICAL CONNECTOR WILL BE INSPECTED TO SIGNS OF WATER INTRUSION AND/OR CORROSION AND BE REPLACED AS REQUIRED. THE RECALL BEGAN JULY 6, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438; OLDSMOBILE AT 1-800-630-6537; OR GMC AT 1-866-996-9463." -02/04/2004,04V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V061000),Isuzu Motors Limited,ISUZU/WINDSHIELD WIPER ASSEMBLY,VISIBILITY,NR (Not Reported),Vehicle,439,"CERTAIN SPORT UTILITY VEHICLES HAVE WINDSHIELD WIPER SYSTEMS THAT WILL NOT TURN ON, CEASE OPERATION WHILE IN USE, FAIL TO TURN OFF/ON BY THEMSELVES (MOISTURE SENSITIVE WIPER SYSTEM), OR HAVE CONTINUOUS WINDSHIELD WASHER PUMP OPERATION BECAUSE THE PRESENCE OF WATER WITHIN THE WIPER MODULES CAN EITHER CAUSE A SHORT CIRCUIT OR CAN LEAD TO THE CORROSION OF COMPONENTS WITHIN THE MODULE.","DEPENDING ON THE OCCURRENCE AND WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPAIR THE WINDSHIELD WIPER SYSTEM ASSEMBLY. THE RECALL BEGAN ON JULY 15, 2004. OWNERS SHOULD CONTACT ISUZU AT 1-800-255-6727." -02/04/2004,03V523000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V523000),Pierce Manufacturing,PIERCE/SEAT BELT ANCHORS,SEAT BELTS,NR (Not Reported),Vehicle,2834,"ON CERTAIN AMBULANCES, THE SEAT BELT ANCHORS FOR THE SQUAD BENCH COULD PULL OUT FROM THE WALL.",SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IN AN EVENT OF A CRASH.,DEALERS WILL INSTALL STEEL PLATES TO REINFORCE THE SEAT BELT ANCHORS. OWNERS SHOULD CONTACT MEDTEC AT 1-574-534-2631. -02/04/2004,04V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V044000),"Entrans International, LLC",POLAR/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON CERTAIN SEMI TANK TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,WEBB WHEEL WILL INSPECT AND REPLACE THE BRAKE DRUMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR POLAR AT 1-800-826-6589. -02/04/2004,04V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V122000),"Timpte, Inc.",TIMPTE/WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1,"ON TRAILERS EQUIPPED WITH WEBB WHEEL PLATINUM SERIES BRAKE DRUMS, THESE BRAKE DRUMS COULD CRACK ON THE BRAKING SURFACE.",THIS COULD RESULT IN REDUCTION OR COMPLETE LOSS OF BRAKING WHICH COULD RESULT IN A VEHICLE CRASH.,CUSTOMER WAS NOTIFIED AND VEHICLE WAS REMEDIED. -02/03/2004,04V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V048000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CERTIFICATION LABEL MISSING INFO,EQUIPMENT,D05,Vehicle,96,"ON CERTAIN SPORT UTILITY VEHICLES, DUE TO A RECENT SOFTWARE PROGRAMMING ERROR, THE TIRE, WHEEL, AND INFLATION PRESSURE INFORMATION WAS INADVERTENTLY OMITTED FROM THE VEHICLE CERTIFICATION LABEL.","THE VEHICLE OWNER WOULD NOT BE AWARE OF THE TIRE, WHEEL, AND INFLATION PRESSURE INFORMATION FOR THEIR VEHICLE.","OWNERS WILL BE PROVIDED WITH A CORRECTED TIRE CERTIFICATION LABEL. OWNER NOTIFICATION BEGAN ON MARCH 1, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/03/2004,04V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V047000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT RETRACTOR ASSEMBLY,SEAT BELTS,D04,Vehicle,3200,"AFTER PERFORMING THE NCAP TEST, IT WAS DISCOVERED THAT ON CERTAIN MINIVANS EQUIPPED WITHOUT THE AVAILABLE ""STOW 'N GO"" SEATING OPTION, THE RIGHT FRONT SEAT BELT RETRACTOR ASSEMBLY MAY HAVE BEEN IMPROPERLY ASSEMBLED.","AS A RESULT, THE SEAT BELT MAY NOT PROPERLY RESTRAIN THE OCCUPANT DURING CERTAIN CRASH CONDITIONS, WHICH CAN INCREASE THE RISK OF INJURY.","DEALERS WILL INSPECT THE RETRACTOR ASSEMBLIES AND ANY SEAT BELT ASSEMBLY THAT DOES NOT HAVE THE STAKE WILL BE REPLACED. OWNER NOTIFICATION BEGAN ON FEBRUARY 23, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/02/2004,04T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04T001000),Cooper Tire & Rubber Co.,COOPER/INNERLINER TEARS,TIRES,126,Tire,441,"COOPER WEATHERMASTER ST-2, SIZE 235/75R15 WITH DOT SERIAL NUMBERS (4403 OR 4503) MANUFACTURED BETWEEN NOVEMBER 2 NOV 15, 2003. THESE TIRES MAY HAVE INNERLINER TEARS CAUSED BY THE PROCESS OF EJECTING THE TIRE FROM THE MOLD AFTER CURING. WHEN THIS CONDITION EXISTS, IT COULD RESULT IN ACCELERATED AIR LOSS.",THE LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. SUDDEN LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL POSSIBLY RESULTING IN A VEHICLE CRASH.,"COOPER WILL NOTIFY ITS CUSTOMERS AND REPLACE THE AFFECTED TIRES FREE OF CHARGE. NOTIFICATION BEGAN FEBRUARY 27, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER AT 800-854-6288." -02/02/2004,04V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V043000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/FRONT AXLE WEIGHT RATING,TIRES,NR (Not Reported),Vehicle,20,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE FRONT AXLE RATING IS INCORRECT.","THIS COULD CAUSE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING. THE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE COULD LEAD TO A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH FRONT TIRES AND THE FRONT AXLE WILL BE RE-RATED TO 12,000 LBS. ALL MOTOR HOMES WILL BE ISSUED NEW FEDERAL TIRE LABELS. OWNER NOTIFICATION IS EXPECTED TO BEGIN FEBRUARY 10, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-547-8015." -02/02/2004,04V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V052000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL HOSE,"FUEL SYSTEM, GASOLINE",0112,Vehicle,4593,"ON CERTAIN FUEL INJECTED MOTORCYCLES, THE RUBBER FUEL HOSE HAS THE POTENTIAL TO SEPARATE FROM THE INNER LINER CAUSING A FUEL LEAK.",THIS COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL LINE ASSEMBLY. OWNER NOTIFICATION BEGAN ON FEBRUARY 12, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -02/02/2004,04V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V042000),"New Flyer of America, Inc.",NEW FLYER/WHEEL,WHEELS,NR (Not Reported),Vehicle,782,"ON CERTAIN TRANSIT BUSES, THE CENTER AXLE WHEEL END BRAKES MAY NOT RELEASE AFTER BEING PARKED FOR AN EXTENDED PERIOD OF TIME.","THE DRIVER COULD LOSE CONTROL OF THE VEHICLE WHEN DRIVING AWAY FROM A PARKED POSITION, WHICH COULD RESULT IN A CRASH.","NEW FLYER WILL INSTALL AN ADDITIONAL AIR SYSTEM R14 RELAY VALVE, #4 NOTCH AUTOMATIC SLACK ADJUSTERS, AND TYPE 30 LONG STOKE BRAKE CHAMBERS ON THE CENTER AXLE; THE LOGIC CONTROL MODULE WILL BE REPROGRAMMED, ADD NEW ABS COMPONENTS (SENSORS, SPEED RINGS AND HARNESSES) IF NOT ALREADY EQUIPPED WITH ABS; AND WILL REVISE PLC PROGRAMMING. OWNERS MAY CONTACT NEW FLYER AT 1-204-982-8400." -02/02/2004,04E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E007000),RV PRODUCTS,RV PRODUCTS/SOLAR PANEL DETACHES FROM VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,1191,"5 WATT SOLAR PANEL BATTERY CHARGER, PART NO. 9212-5021, FOR INSTALLATION ON CERTAIN MODELS OF POLAR MACH AND POLAR CUB AIR CONDITIONERS AND HEAT PUMPS WHICH ARE DESIGNATED AS ""SOLAR READY."" THE SUBJECT UNITS WERE PRODUCED BETWEEN AUGUST 6 AND DECEMBER 10, 2003. DURING INSTALLATION, THE RUBBER WELL NUTS MAY NOT HAVE ENGAGED THE HOLE ADEQUATELY TO PREVENT THEM FROM BEING PULLED OUT OF THE PLASTIC SHROUD DURING NORMAL USE.","SHOULD THE PANEL DETACH WHILE THE VEHICLE IS IN MOTION, IT COULD STRIKE ANOTHER VEHICLE OR A PEDESTRIAN, POSSIBLY RESULTING IN PERSONAL INJURIES.",RV PRODUCTS WILL NOTIFY ITS CUSTOMERS AND REINFORCE THE SOLAR PANELS WITH METAL MOUNTING BRACKETS FREE OF CHARGE OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RVP AT 316-832-HELP (316-832-4357). -02/02/2004,04E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E006000),TUTHILL TRANSPORT TECHNOLOGIES,TUTHILL/SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,89,"TUTHILL SINGLE AIR RIDE SUSPENSIONS MODEL 86AR SOLD TO WELD-IT COMPANY BETWEEN JULY 19, 1996, AND AUGUST 20, 2001. THE DEFECT IS IN THE COMBINATION OF THE WELD-IT LIQUID TANK TRAILERS WHEN EQUIPPED WITH THE MODEL 86AR SINGLE AIR RIDE SUSPENSION.","THE SPRING BEAMS IN THIS SUSPENSION MAY FRACTURE WHICH IF THIS HAPPENS IN A TURNING MANEUVER, MAY CAUSE THE TRAILER TO ROLL OVER, POSSIBLY RESULTING IN SERIOUS INJURIES OR EVEN DEATH.","WELD-IT COMPANY WILL NOTIFY ITS CUSTOMERS AND REPLACE ALL THE 86AR SUSPENSIONS THAT ARE ON THE WELD-IT MANUFACTURED TRAILERS WITH A MODEL 22AR OR A MODEL 88, AT THE OWNER'S DISCREATION, FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 19, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WELD-IT AT 323-263-7524 EXT. 16 FOR ASSISTANCE." -02/02/2004,04V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V051000),"Volvo Car USA, LLC",VOLVO/BRAKE LIGHT RELAYS,EXTERIOR LIGHTING,R131,Vehicle,3242,"ON CERTAIN SPORT UTILITY VEHICLES, THE REAR LEFT AND RIGHT BRAKE LIGHT RELAYS MAY NOT FUNCTION WHEN THE BRAKE PEDAL IS DEPRESSED OR MAY STAY ON CONTINUOUSLY. THE HIGH POSITIONED BRAKE LIGHT AND ALL OTHER TAIL LIGHTS WILL NOT BE AFFECTED.","IF THE BRAKE LIGHTS FAIL TO COME ON, THERE WILL BE NO LOWER BRAKE LIGHTS TO INDICATE TO FOLLOWING VEHICLES THAT THE VEHICLE IS DECELERATING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE BRAKE LIGHT RELAY WITH TWO RELAYS OF A MODIFIED DESIGN. OWNER NOTIFICATION BEGAN ON FEBRUARY 23, 2004. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -01/29/2004,04V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V040000),"Foretravel, Inc.",FORETRAVEL/VILLA/DRIVER AND PASSENGER SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,60,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS,"" AND NO. 210 ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEAT BELT ANCHORAGE BOLTS CAN FAIL.","THE SEAT BELT BUCKLE ANCHORAGE CAN SEPARATE FROM THE SEAT FRAME, WHICH COULD RESULT IN A CRASH.",VILLA INTERNATIONAL WILL INSPECT THE BELT LATCH BOLT AND INSTALL A BUSHING AND A GRADE 5 BOLT (SEE 03E-061). OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VILLA INTERNATIONAL AT 1-714-535-7272 OR FORETRAVEL AT 1-936-564-8367. -01/29/2004,04V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V039000),Triple E Recreational Vehicles,TRIPLE E/HEATER FAN,EQUIPMENT,CA#4943-04,Vehicle,4,CERTAIN MOTORHOMES EQUIPPED WITH AN ACME HEATER FAN SPEED RESISTER PACK ARE ROUTED WITH 12 VOLT WIRES AND A VACUUM LINE THAT MAY OVERHEAT.,"THE WIRES AND VACUUM LINE COULD OVERHEAT AND MELT, WHICH COULD RESULT IN A FIRE.",DEALERS WILL INSPECT AND REPAIR WIRES OR VACUUM HOSES. OWNER NOTIFICATION IS EXPECTED TO BE BEGIN DURING FEBRUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIPLE E AT 1-204-325-4361. -01/28/2004,04V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V034000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/SPARTAN/HYDRAULIC PUMP,STEERING,NR (Not Reported),Vehicle,110,"ON CERTAIN MOTORHOMES BUILT ON SPARTAN CHASSIS, THE ANGLE OF THE HOSES FROM THE HYDRAULIC PUMP COULD CONTACT THE POSITIVE STUD ON THE STARTER.",THIS COULD RESULT IN CLOSE CONTACT WITH THE STARTER AND CAUSE IGNITION OF HYDRAULIC FLUID WHICH COULD RESULT IN INJURY AND/OR PROPERTY DAMAGE.,"SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE ON VEHICLES WITH CUMMINS ISL ENGINES AND 39MT DELCO STARTERS AT LEAST ONE OF THE 45 DEGREE FITTINGS WITH A 90 DEGREE FITTING AND ALSO REPLACE THE HOSE ASSEMBLY. ON ISL AND ISC ENGINES WITH 42MT DELCO STARTER, DEALERS WILL CHANGE ONE FITTING AT THE REAR OF THE HYDRAULIC PUMP AND RE-ROUTE A HOSE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-517-543-6400 OR FLEETWOOD AT 1-800-322-8216." -01/28/2004,04V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V510000),Land Rover,LAND ROVER/FMVSS 208/AIR BAG,AIR BAGS,B186,Vehicle,4,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, 'OCCUPANT CRASH PROTECTION.' THE DEFLECTOR PANEL CONTAINED IN THE PASSENGER SIDE AIR BAG MODULE MAY NOT HAVE BEEN BUILT TO SPECIFICATION.","DAMAGE TO THE AIR BAG MAY OCCUR THAT COULD ALLOW THE RELEASE OF A FRAGMENT OF THE DEFLECTOR PANEL INTO THE PASSENGER COMPARTMENT, INJURING THE SEAT OCCUPANT.",DEALERS HAVE REPLACED THE PASSENGER AIR BAG MODULES IN ALL THE AFFECTED VEHICLES. -01/28/2004,04V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V038000),MONACO COACH CORPORATION,MONACO/I-BEAM IMITATOR,SUSPENSION,R03024,Vehicle,2156,"ON CERTAIN MOTORHOMES, THE I-BEAM LEAF IMITATOR IN THE FRONT AXLE SUSPENSION COULD CRACK AND BREAK DUE TO AN INADEQUATE WELDING PROCESS.",THE I-BEAMS ON THE FRONT AXLE AND THE PANARD BRACKET ON THE REAR AXLE COULD CRACK AND BREAK CAUSING THE DRIVER TO LOSE CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE ORIGINAL I-BEAM. ALSO, DEALERS WILL WELD THE STIFFENERS FROM THE PANARD BAR BRACKET TO THE CENTER DIFFERENTIAL OF THE REAR AXLE HOUSING. OWNER NOTIFICATION BEGAN MARCH 1, 2004. OWNERS SHOULD CONTACT MONACO AT 1-877-466-6226." -01/28/2004,04V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V037000),Newmar Corporation,NEWMAR/TIRES,TIRES,NR (Not Reported),Vehicle,3589,"ON CERTAIN MOTOR HOMES BUILT ON SPARTAN/FREIGHTLINER CHASSIS AND EQUIPPED WITH MICHELIN 255/80R22.5 XRV TIRES, THE CORDS CAN FATIGUE IF THE TIRES ARE OVERLOADED OR UNDERINFLATED.",THIS MAY RESULT IN A LOSS OF CONTROL AND COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE ONLY THE FRONT TIRES. IT IS IMPORTANT THAT THE FRONT TIRES ARE NOT ROTATED TO THE REAR. A CERTIFICATION TAG DOCUMENTING THE NEW FRONT TIRES INSTALLATION AND SIMULTANEOUSLY INCREASING THE REAR TIRE INFLATION PRESSURES TO 105 PSI WILL BE ISSUED. OWNER NOTIFICATION BEGAN FEBRUARY 9, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-574-773-2381." -01/28/2004,04V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V035000),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/GROUND FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,963,"ON CERTAIN MOTORHOMES, AN INCORRECT 250-AMP GROUND FUSE WAS USED TO PROTECT BATTERY GROUND. THE CORRECT FUSE WAS RATED FOR 300 AMPS.",THE INCORRECT FUSE COULD CAUSE SUDDEN LOSS OF ELECTRICAL POWER RESULTING IN THE VEHICLE STALLING OR INOPERABLE LIGHTS INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE 250-AMP GROUND FUSE WITH A 350-AMP CONNECTOR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WESTERN RV AT 509-457-4133. -01/27/2004,04V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V036000),"General Motors, LLC",GM/IGNITION SWITCH,ELECTRICAL SYSTEM,04002,Vehicle,1415231,"ON CERTAIN PASSENGER VEHICLES. IF THE ENGINE FAILS TO START AND THE DRIVER HOLDS THE KEY IN THE ""START"" POSITION FOR AN EXTENDED PERIOD, HIGH CURRENT FLOWS THROUGH THE IGNITION SWITCH, AND SOMETIMES PRODUCES ENOUGH HEAT TO MELT INTERNAL SWITCH PARTS.","IF THE SWITCH IS DAMAGED, A FIRE COULD OCCUR IN THE STEERING COLUMN, EVEN WITH THE ENGINE OFF AND THE KEY REMOVED. THE FIRE COULD SPREAD TO THE INTERIOR OF THE CAR, WHICH COULD INJURE OCCUPANTS OR CAUSE DAMAGE TO ADJOINING STRUCTURES.","DEALERS WILL INSTALL A RELAY KIT IN THESE VEHICLES TO PREVENT HIGH CURRENT FROM FLOWING THROUGH THE IGNITION SWITCH, AND CHECK THAT YOUR CAR WILL START WITH A PROPERLY CHARGED BATTERY AND, IF NECESSARY, REPLACE THE IGNITION SWITCH. OWNER NOTIFICATION WILL BEGIN ON MARCH 1, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-630-2438, PONTIAC AT 1-800-620-7668, BUICK AT 1-866-608-8080, OR OLDSMOBILE AT 1-800-630-6537. CUSTOMERS CAN ALSO CHECK THEIR VEHICLE ONLINE BY GOING TO WWW.MYGMLINK.COM AND ENTERING THE VEHICLE'S IDENTIFICATION NUMBER." -01/26/2004,04V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V033000),HARLEY MURRAY INC.,HARLEY MURRAY/AXLE HANGER,SUSPENSION,AC-1,Vehicle,90,"ON CERTAIN 16-TIRE LOWBED TRAILERS EQUIPPED WITH CAST AXLE HANGERS, A CRACK COULD DEVELOP IF THE LOADED TRAILERS STRUCK OBSTACLES OR ROAD HAZARDS WITH SUFFICIENT FORCE.",THE AXLE HANGER COULD BREAK INCREASING THE RISK OF A CRASH.,"DEALERS WILL WELD OR REPLACE THE AXLE HANGER. OWNER NOTIFICATION BEGAN ON JANUARY 28, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY MURRAY AT 209-466-0266." -01/23/2004,04V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V049000),LIBERTY BUS INCORPORATED,LIBERTY BUS/FMVSS 217/EMERGENCY DOOR,STRUCTURE,217/01/LIB,Vehicle,11,"CERTAIN SCHOOL BUSES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION RELEASE."" THE REAR EXIT DOOR HANDLE IS NOT RECESSED WHICH CAN CATCH ON AN ARTICLE OF CLOTHING OR A BACK PACK, INADVERTENTLY OPENING THE DOOR. ALSO, THE REQUIRED POSITIVE DOOR OPENING DEVICE FOR REAR EXIT DOOR DOES NOT HOLD THE DOOR AT 90 DEGREES WITH THE BODY.","IN THE EVENT OF A VEHICLE CRASH, AND THE VEHICLE ENDS UP ON ITS SIDE, THE DOOR WILL NOT OPERATE PROPERLY POSSIBLY HINDERING RAPID EGRESS FROM THE VEHICLE.","LIBERTY BUS WILL NOTIFY ITS CUSTOMERS AND A METAL BEZEL WILL BE INSTALLED AROUND THE HANDLE TO RECESS IT. OWNER NOTIFICATION BEGAN APRIL 2, 2004. OWNERS SHOULD CONTACT LIBERTY BUS AT 419-227-6554." -01/23/2004,04V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V050000),LIBERTY BUS INCORPORATED,LIBERTY BUS/FMVSS 222/SEATS AND PADDING,SEATS,222/01/LIB,Vehicle,11,"2003 LIBERTY SPIRIT (FREEDOM) SCHOOL BUSES MANUFACTURED FROM JUNE 2002 AND DECEMBER 2002. THE WASHER THAT IS USED BETWEEN THE SEAT LEG MOUNTING FOOT AND MOUNTING BOLT WAS IS NOT WIDE ENOUGH OR OF THE PROPER GRADE. IN THE EVENT OF A VEHICLE CRASH, THE SEAT COULD SEPARATE FROM THE FLOOR. ALSO, THERE IS INSUFFICIENT PILLAR PADDING WHICH COULD RESULT IN HEAD INJURIES IN THE EVENT OF A CRASH.","THESE BUSES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","LIBERTY BUS WILL NOTIFY ITS CUSTOMERS REPAIR THE SEATS WITH 3 ADDITIONAL WASHERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 2, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LIBERTY BUS AT 419-227-6554." -01/22/2004,04V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V032000),"TRAVEL SUPREME, INC.",TRAVEL SUPREME/SPARTAN/HYDRAULIC PUMP,STEERING,NR (Not Reported),Vehicle,38,"ON CERTAIN MODELS 36DS03, 38DS02, 38DS03, 38DS04, 40DS01, 40DS03, 40DS04, AND 45DS01 MOTORHOMES BUILT ON SPARTAN CHASSIS, THE ANGLE OF THE HOSES FROM THE HYDRAULIC PUMP COULD CONTACT THE POSITIVE STUD ON THE STARTER.",THIS COULD RESULT IN CLOSE CONTACT WITH THE STARTER AND CAUSE IGNITION OF HYDRAULIC FLUID WHICH COULD RESULT IN INJURY AND/OR PROPERTY DAMAGE.,"SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE ON VEHICLES WITH CUMMINS ISL ENGINES AND 39MT DELCO STARTERS AT LEAST ONE OF THE 45 DEGREE FITTINGS WITH A 90 DEGREE FITTING AND ALSO REPLACE THE HOSE ASSEMBLY. ON ISL AND ISC ENGINES WITH 42MT DELCO STARTER, DEALERS WILL CHANGE ONE FITTING AT THE REAR OF THE HYDRAULIC PUMP AND RE-ROUTE A HOSE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-517-543-6400 OR TRAVEL SUPREME AT (574) 862-4484." -01/20/2004,04V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V031000),"Foretravel, Inc.",FORETRAVEL/ WINDSHIELD WIPER,VISIBILITY,P100062,Vehicle,20,"ON CERTAIN MOTORHOMES, THE WINDSHIELD WIPER MOTOR CRANK ARM SPINDLE WELD CAN BREAK.","THIS COULD RESULT IN THE WINDSHIELD WIPERS NOT WORKING PROPERLY, CAUSING A LOSS OF VISIBILITY TO A DRIVER, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE CRANK ARMS. OWNER NOTIFICATION BEGAN JANUARY 29, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORETRAVEL AT 1-800-955-6226." -01/16/2004,04V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V030000),"Jayco, Inc.",JAYCO/ELECTRICAL CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,308,"ON CERTAIN MOTORHOMES, EXPOSURE TO HEAT IN THE ENGINE COMPARTMENT COULD DECREASE THE LIFE OF THE CABLE CONSTRAINT COMPONENTS. THIS COULD ALLOW THE ELECTRICAL CABLES TO COME IN CONTACT WITH, OR BE DAMAGED BY, EXHAUST COMPONENTS.",THIS COULD CAUSE DETERIORATION OF CABLE INSULATION OR SHORTING OF ELECTRICAL CABLES RESULTING IN A FIRE.,"DEALERS WILL INSTALL METAL CABLE TIES AND HEAT SHIELDS. OWNER NOTIFICATION BEGAN APRIL 1, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-574-825-0608." -01/16/2004,04V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V058000),LIBERTY BUS INCORPORATED,LIBERTY BUS/FMVSS 120/RIM SIZE,WHEELS,LBRE001,Vehicle,11,"ON CERTAIN SCHOOL BUSES, THE CERTIFICATE LABEL FOR THE RIM SIZE IS INCORRECT.","THESE BUSES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","LIBERTY WILL NOTIFY ITS CUSTOMERS AND MAIL CORRECT LABELS AND REPLACE THE RIMS FREE OF CHARGE, IF NECESSARY. OWNER NOTIFICATION WAS EXPECTED TO BEGIN DURING JANUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LIBERTY BUS AT 419-227-6554." -01/16/2004,04V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V029000),"Volvo Car USA, LLC",VOLVO/FRONT CONTROL ARMS,STEERING,R133,Vehicle,29986,"ON CERTAIN PASSENGER VEHICLES, THE FRONT CONTROL ARMS MAY NOT HAVE BEEN MANUFACTURED CORRECTLY AND, AS A RESULT, THE STUD AND NUT THAT SECURE THE ARM TO THE SPINDLE MAY LOSE THEIR INITIAL AXIAL TENSION. UNDER CERTAIN DRIVING CONDITIONS, THE STEERING MAY BECOME LESS RESPONSIVE AND THE DRIVER MAY EXPERIENCE STEERING WHEEL PLAY.","THIS DRIVING CONDITION COULD EVENTUALLY LEAD TO SEPARATION BETWEEN THE FRONT CONTROL ARM AND THE SPINDLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A NEW TYPE OF NUT. OWNER NOTIFICATION BEGAN ON FEBRUARY 16, 2004. OWNERS SHOULD CONTACT VOLVO CARS AT 1-800-458-1552." -01/15/2004,04V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V028000),"BMW of North America, LLC",BMW/MOTORCYCLES/FUEL HOSE CLAMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,39000,"ON CERTAIN MOTORCYCLES, THE O-RING IN FUEL LINE QUICK-DISCONNECT COUPLING COULD BECOME DAMAGED AND LEAD TO A FUEL LEAK. THERE IS ALSO A PROBLEM INVOLVING CRIMP-TYPE HOSE CLAMPS, WHICH CAN RESULT IN A FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT AND, IF NECESSARY, ADJUST ALL CRIMP-TYPE HOSE CLAMPS. ALSO, ALL FUEL LINE QUICK-DISCONNECT COUPLINGS WILL BE INSPECTED. IF A LEAK IS DETECTED, THE QUICK-DISCONNECT O-RING WILL BE REPLACED. IF DAMAGED, THE COUPLING WILL BE REPLACED. OWNER NOTIFICATION BEGAN ON APRIL 30, 2004. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -01/15/2004,04V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V026000),"Cottrell, Inc.",COTTRELL/KINGPIN WELDING,TRAILER HITCHES,NR (Not Reported),Vehicle,54,"ON CERTAIN CAR-HAUL TRAILERS, IMPROPER WELDING OF THE LANDING LEG TO THE KINGPIN ASSEMBLY COULD CAUSE PREMATURE CRACKING.",THIS COULD CAUSE THE TRAILER TO DETACH FROM THE TRACTOR INCREASING THE RISK OF A CRASH.,ALL OWNERS HAVE BEEN CONTACTED. COTTRELL WILL WELD REINFORCEMENT PIECES TO THE LANDING LEG OF THE KINGPIN ASSEMBLY. -01/14/2004,04V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V020000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/THROTTLE CONTROL CABLE,VEHICLE SPEED CONTROL,D02,Vehicle,21053,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.7L AND 4.7L ENGINES, THE THROTTLE CONTROL CABLE MAY INGEST WATER AND FREEZE DURING EXTENDED COLD TEMPERATURE.",THIS COULD CAUSE THE THROTTLE TO STICK IN THE OPEN POSITION AND RESULT IN A CRASH.,"DEALERS WILL REPLACE THE THROTTLE CONTROL CABLE. OWNER NOTIFICATION BEGAN ON JANUARY 19, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/14/2004,04V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V027000),"Maserati North America, Inc.",MASERATI/FUEL HOSES,"FUEL SYSTEM, GASOLINE",104,Vehicle,1982,"ON CERTAIN PASSENGER VEHICLES, THE FUEL HOSES MAY BECOME SOFT AND POSSIBLY DISCONNECT FROM THE METAL FITTINGS, WHICH CAN CAUSE A FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE TWO EXISTING BLACK METAL AND RUBBER FUEL LINES WITH NEW GREY NYLON FUEL LINES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2004. Owners may contact Maserati customer service at 1-877-696-2737. -01/14/2004,04V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V025000),QUALITY COACHES INC.,QUALITY/ROOF DETACHMENT,STRUCTURE,QC-GOT001,Vehicle,210,"ON CERTAIN CONVERSION VANS BUILT ON GMC EXPRESS AND FORD E-150 CHASSIS WITH A GLUE-ON ONLY STYLE RAISED ROOF, IF THE GLUE WERE TO COMPLETELY RELEASE, THE RAISED ROOF CAN COME OFF.",THIS COULD RESULT IN A CRASH.,DEALERS WILL INSTALL ALUMINUM TRIM WITH SCREWS TO KEEP THE ROOF FROM LOOSENING. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY OR FEBRUARY 2004. OWNERS SHOULD CONTACT QUALITY AT 1-800-373-6357. -01/13/2004,04V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V021000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FLOOR SHIFT IGNITION-PARK INTERLOC,POWER TRAIN,C45,Vehicle,2315768,"ON CERTAIN PASSENGER VEHICLES, THE FLOOR SHIFTER IGNITION-PARK INTERLOCK MAY FAIL AND ALLOW THE SHIFTER TO BE MOVED OUT OF THE PARK POSITION WITH THE KEY REMOVED. AN INOPERATIVE INTERLOCK MAY ALSO ALLOW THE KEY TO BE REMOVED WHEN THE SHIFTER HAS NOT BEEN PLACED IN THE PARK POSITION.",EITHER CIRCUMSTANCE MAY RESULT IN THE VEHICLE ROLLING AWAY WITHOUT WARNING.,"DEALERS WILL INSTALL A NEW LOAD-LIMITING PUSH ROD INTO THE FLOOR SHIFTER LEVER OF THE AFFECTED VEHICLES. OWNER NOTIFICATION BEGAN ON JUNE 14, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/12/2004,04V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V023000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/OIL FILTER,ENGINE AND ENGINE COOLING,MC04-04,Vehicle,6958,"ON CERTAIN 2003 VULCAN 1500 CLASSIC, 1500 DRIFTER, 2003-2004 1500 MEAN STREAK, 2003 1600 CLASSIC, AND 2003-2004 NOMAD FL MODEL MOTORCYCLES, HIGH OIL PRESSURE UPON A COLD START-UP CAN DEFORM THE OIL FILTER CARTRIDGE.","THIS COULD CAUSE OIL TO LEAK FROM THE OIL FILTER, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE OIL FILTER. OWNER NOTIFICATION BEGAN ON FEBRUARY 2, 2004. OWNERS SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -01/12/2004,04E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E003000),"TRW Automotive, Inc.",TRW/DRAG LINK ASSEMBLIES,STEERING,NR (Not Reported),Equipment,1527,"REPLACEMENT CLAMP ASSEMBLIES AND DRAG LINK ASSEMBLIES THAT CONTAIN A POTENTIALLY DEFECTIVE 5/8-11-GRADE B PREVAILING TORQUE HEX NUT MANUFACTURED BETWEEN NOVEMBER 14 AND DECEMBER 12, 2003. IF THE FINAL TIGHTENING OF THE 5/8-11-GRADE B PREVAILING TORQUE HEX NUT IS LESS THAN 65 LB.-FT, THE CLAMP LOAD WOULD BE UNACCEPTABLY LOW AND COULD COMPROMISE THE INTEGRITY OF THE DRAG LINK TO THE POINT WHERE THE BALL SOCKET COULD SEPARATE FROM THE DRAG LINK CAUSING LOSS OF STEERING CONTROL.","LOSS OF STEERING CONTROL COULD RESULT IN A VEHICLE CRASH, POSSIBLY CAUSING INJURIES OR DEATH.","TRW HAS NOTIFIED THE VEHICLE MANUFACTURERS WHICH THEY WILL NOTIFY THEIR CUSTOMERS. NOTIFICATION TO CUSTOMER BEGAN JANUARY 14, 2004. THE REMEDY IS TO EITHER TORQUE THE NUT TO 75 - 85 LB.-FT. OF TORQUE, OR TO REPLACE THE DEFECTIVE NUT WITH A NEW ONE. THIS REPAIR WILL BE PREFORMED AT NO COST TO THE CUSTOMER." -01/09/2004,04V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V019000),Newmar Corporation,NEWMAR/ZOPS BRAKE CALIPERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,37,"ON CERTAIN MOTORHOMES BUILT ON WORKHORSE CHASSIS AND EQUIPPED WITH BOSCH ZOPS BRAKE CALIPERS, THE PADS CAN DRAG ON THE ROTOR SURFACE DUE TO THE PIN SLIDE.",A HANG UP OR LOCK UP MAY CAUSE THE CALIPERS TO OVER HEAT AND NOT ALLOW THE DRIVER TO STOP SAFELY. THIS COULD CAUSE OVERHEATING OF THE BRAKE CALIPERS WHICH COULD RESULT IN A VEHICLE FIRE.,WORKHORSE IS NOTIFYING CUSTOMERS AND WILL ARRANGE TO HAVE THE CALIPERS AND BRAKE PADS REPLACED ON THE AFFECTED VEHICLES. OWNERS SHOULD CONTACT WORKHORSE AT 1-877-294-6773 OR NEWMAR AT 1-574-773-5153. -01/08/2004,04V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V022000),"Coachmen RV Company, LLC",COACHMEN/SPARTAN/HYDRAULIC PUMP,STEERING,NR (Not Reported),Vehicle,2,"ON CERTAIN MOTORHOMES BUILT ON SPARTAN CHASSIS, THE ANGLE OF THE HOSES FROM THE HYDRAULIC PUMP COULD CONTACT THE POSITIVE STUD ON THE STARTER.",THIS COULD RESULT IN CLOSE CONTACT WITH THE STARTER AND CAUSE IGNITION OF HYDRAULIC FLUID WHICH COULD RESULT IN INJURY AND/OR PROPERTY DAMAGE.,"SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE ON VEHICLES WITH CUMMINS ISL ENGINES AND 39MT DELCO STARTERS AT LEAST ONE OF THE 45 DEGREE FITTINGS WITH A 90 DEGREE FITTING AND ALSO REPLACE THE HOSE ASSEMBLY. ON ISL AND ISC ENGINES WITH 42MT DELCO STARTER, DEALERS WILL CHANGE ONE FITTING AT THE REAR OF THE HYDRAULIC PUMP AND RE-ROUTE A HOSE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-219-825-5821 OR COACHMEN AT 1-517-543-6400." -01/08/2004,04V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V024000),"Jaguar Cars, Ltd.",JAGUAR/FORWARD DRIVE GEAR,POWER TRAIN,R513,Vehicle,31731,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS, WITH THE FORWARD DRIVE GEAR SELECTED AND THE VEHICLE STATIONARY OR IN A FORWARD MOTION, THE GEARBOX COULD POTENTIALLY SELECT REVERSE GEAR, WITHOUT INDICATION.",THIS FAILURE COULD RESULT IN A CRASH.,"DEALERS WILL REPROGRAM THE TRANSMISSION CONTROL MODULE. THE RECALL BEGAN ON MAY 1, 2004. OWNERS SHOULD CONTACT JAGUAR AT 1-201-818-8500." -01/07/2004,04E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E002000),"Webb Wheel Products, Inc.",WEBB WHEEL/BRAKE DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,63655,"WEBB WHEEL ""PLATINUM SERIES"" BRAKE DRUMS, PART NOS. 60528B, 60545B, 60672B, 60864B, 60875B, 60893B, AND 60895B, PRODUCED FROM JANUARY 17, 2001, THROUGH SEPTEMBER 30, 2002. THESE BRAKE DRUMS COULD EXPERIENCE PREMATURE CRACK OF THE BRAKING SURFACE RESULTING IN REDUCTION OR COMPLETE LOSS OF BRAKING ON THAT WHEEL END OR LOSS OF BRAKE DRUM PIECES.","LOSS OF BRAKING ABILITY COULD RESULT IN A VEHICLE CRASH, POSSIBLY CAUSING INJURIES OR DEATH.","WEBB WHEEL WILL NOTIFY ITS CUSTOMERS, INSPECT THE BRAKE DRUMS AND REPLACE ANY DRUMS THAT FAIL INSPECTION FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 20, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 800-633-3256." -01/06/2004,04V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V002000),"General Motors, LLC",GM/BUMPER BRACKET WELDS,STRUCTURE,03067,Vehicle,344,"ON CERTAIN PASSENGER VEHICLES, SOME WELDS BETWEEN THE PASSENGER'S SIDE MOTOR RAIL AND THE FRONT BUMPER BRACKET DO NOT MEET ENGINEERING SPECIFICATIONS.","LONG TERM DURABILITY OF THE JOINT MAY BE REDUCED AND SEPARATION OF THE BUMPER FROM THE FRAME ON THE PASSENGER'S SIDE OF THE VEHICLE MAY RESULT, INCREASING THE RISK OF A CRASH.",ALL VEHICLES ARE STILL IN DEALER'S POSSESSIONS. -01/06/2004,04V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V011000),"Navistar, Inc.",INTERNATIONAL/MISALIGNED BRAKE PEDAL,"SERVICE BRAKES, AIR",03518,Vehicle,2546,"ON CERTAIN SCHOOL BUSES, AN INCORRECT BRAKE PEDAL WAS INSTALLED, LEADING TO MISALIGNMENT. MISALIGNMENT, IN CONJUNCTION WITH A FORCE ACTUATED BRAKE SWITCH, CAN CAUSE DELAYED BRAKE LIGHT ACTIVATION DURING LIGHT BRAKING APPLICATIONS. IN SOME LIGHT BRAKING SITUATIONS, THE VEHICLE CAN COME TO A COMPLETE STOP WITHOUT ACTIVATION OF THE BRAKE LIGHTS.","IF THE BRAKE LIGHTS DO NOT ACTIVATE PROPERLY UNDER NORMAL DRIVING CONDITIONS, IT COULD LEAD TO A CRASH.","INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE INCORRECT BRAKE PEDAL WITH THE CORRECT VERSION FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 800-448-7825." -01/06/2004,04V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V008000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/ACCELERATOR PUMP,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2082,"ON CERTAIN MOTORCYCLES, ACCELERATOR PUMP DIAPHRAGMS MAY BE DAMAGED FROM EXCESSIVE ASSEMBLY CLAMPING PRESSURE, WHICH CAN ALLOW FUEL TO LEAK FROM THE PUMP ACTUATING ROD AREA.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE ACCELERATOR PUMP DIAPHRAGM. OWNER NOTIFICATION BEGAN ON JANUARY 20, 2004. OWNERS SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -01/06/2004,04V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V005000),Land Rover,LAND ROVER/ABS VALVE COVER BOLT,"SERVICE BRAKES, HYDRAULIC",B148,Vehicle,100174,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS,"" AND NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULATOR VALVE COVER RETAINING BOLTS CAN CRACK DUE TO STRESSES TRANSMITTED BY THE FLEXING VALVE COVERS.","THIS CAN PRODUCE AN UNEXPECTED INCREASE IN STOPPING DISTANCE, WITH THE POTENTIAL FOR TOTAL LOSS OF SERVICE BRAKING FUNCTION, WHICH COULD RESULT IN A CRASH.",DEALERS WILL STRENGTHEN THE ABS MODULATOR ASSEMBLY VALVE COVERS AND REPLACE THE RETAINING BOLTS. OWNER NOTIFICATION IS EXEPCTED TO BEGIN DURING MAY 2004. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837. -01/06/2004,04V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V006000),Land Rover,LAND ROVER/ACE BOLT,ENGINE AND ENGINE COOLING,B149,Vehicle,5264,"ON CERTAIN SPORT UTILITY VEHICLES, THE ACTIVE CORNERING ENHANCEMENT (ACE) PUMP BANJO BOLT LOOSES TORQUE AND ALLOWS FLUID TO LEAK PAST THE JOINT.","THE FLUID FROM THE PUMP JOINT CAN IGNITE, RESULTING IN AN UNDER HOOD FIRE.","DEALERS WILL INSPECT THE VEHICLES FOR LEAKAGE. IF NO LEAKAGE IS EVIDENT, THE BANJO BOLT WILL BE RE-TIGHTENED. IF LEAKAGE IS EVIDENT, THE BANJO BOLT AND DOWTY WASHERS WILL BE REPLACED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2004. OWNERS SHOULD CONTACT LAND ROVER AT 1-800-637-6837." -01/06/2004,04V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V013000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/INCORRECT TIRE SIZE,EQUIPMENT,R03057,Vehicle,7,"ON 34' RKT AND 34' RLT FIFTH WHEEL TRAILERS, THE FEDERAL IDENTIFICATION TAG IS INCORRECT. THE INTITIAL TAG SHOWS TIRE SIZE AS 225/85R/16E WITH THE CORRECT TIRE SIZE BEING 235/85R/16E.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,DEALERS WILL INSTALL A CORRECTED TAG ON THESE FIFTH WHEEL TRAILERS. OWNER NOTIFICATION BEGAN JANUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226. -01/06/2004,04V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V016000),MONACO COACH CORPORATION,MONACO/SEAT BOLT AND LOCK NUT,SEATS,R02149,Vehicle,386,"CERTAIN MOTORHOMES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 207, ""SEATING SYSTEMS"" AND 210, ""SEAT BET ASSEMBLY ANCHORAGES."" THE BOLT AND LOCK NUT CONNECTING THE DRIVER AND PASSENGER SEATS TO THE SLIDE TRACK WERE NOT INSTALLED CORRECTLY. INCORRECT HARDWARE WAS ALSO USED TO SECURE THE SEAT PEDESTAL TO THE FLOOR MOUNTS.","IN SOME CRASH CONDITIONS, INCORRECT INSTALLATION COULD ALLOW THE DRIVER AND/OR PASSENGER SEAT PEDESTAL/FRAME TO BECOME LOOSE, WHICH COULD RESULT IN DEATH OR INJURY TO THE SEAT OCCUPANT.","DEALERS WILL INSTALL A NEW BOLT AND LOCK NUT TO THE PEDESTAL MOUNT. OWNER NOTIFICAITON BEGAN JANUARY 21, 2004. OWNERS SHOULD CONTACT MONACO AT 1-877-466-6226." -01/06/2004,04V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V017000),Daimler Coaches North America,SETRA/ANTILOCK BRAKE CIRCUIT FUSE,"SERVICE BRAKES, AIR",54.10W009,Vehicle,102,"ON CERTAIN MOTOR COACHES, INCORRECT 7.5 AMP FUSES WERE INSTALLED IN THE ANTILOCK BRAKE (ABS) CIRCUIT. THE CORRECT FUSE IS 25 AMP.","THE FUSE MAY BURN OUT AND RENDER THE ABS INOPERATIVE. THIS COULD CAUSE THE WHEELS TO LOCK RESULTING IN SKIDDING AND LOSS OF CONTROL OF THE VEHICLE, INCREASKING THE RISK OF A CRASH.",DEALERS WILL REPLACE FUSES. OWNER NOTIFICATION BEGAN DURING DECEMBER 2003 WITH PHASED MAILING DATES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SETRA AT 1-800-882-8054. -01/06/2004,04V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V007000),"Volkswagen Group of America, Inc.",VW/AUDI/CLUTCH NOT WELDED PROPERLY,POWER TRAIN,JA,Vehicle,145,"ON CERTAIN PASSENGER VEHICLES WITH DIRECT SHIFT GEARBOX, DURING THE PRODUCTION OF THE GEARBOX, A SEAM AT THE CLUTCH WAS NOT WELDED TO SPECIFICATIONS. THIS COULD LEAD TO DEGRADED PERFORMANCE OF THE CLUTCH INSIDE THE GEARBOX.","THE CLUTCH COULD LOSE ITS ABILITY TO PROVIDE INPUT TORQUE TO THE TRANSMISSION WITHOUT PRIOR WARNING, WHICH COULD ALLOW THE VEHICLE TO ROLL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CLUTCH. OWNER NOTIFICATION BEGAN ON APRIL 30, 2004. OWNERS SHOULD CONTACT AUDI AT 1-800-822-2834." -01/06/2004,04V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V018000),"Winnebago Industries, Inc.",WINNEBAGO/SPARTAN/HYDRAULIC PUMP,STEERING,NR (Not Reported),Vehicle,21,"ON CERTAIN MOTORHOMES BUILT ON SPARTAN CHASSIS, THE ANGLE OF THE HOSES FROM THE HYDRAULIC PUMP COULD CONTACT THE POSITIVE STUD ON THE STARTER.",THIS COULD RESULT IN CLOSE CONTACT WITH THE STARTER AND CAUSE IGNITION OF HYDRAULIC FLUID WHICH COULD RESULT IN INJURY AND/OR PROPERTY DAMAGE.,"SPARTAN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE ON VEHICLES WITH CUMMINS ISL ENGINES AND 39MT DELCO STARTERS AT LEAST ONE OF THE 45 DEGREE FITTINGS WITH A 90 DEGREE FITTING AND ALSO REPLACE THE HOSE ASSEMBLY. ON ISL AND ISC ENGINES WITH 42MT DELCO STARTER, DEALERS WILL CHANGE ONE FITTING AT THE REAR OF THE HYDRAULIC PUMP AND RE-ROUTE A HOSE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-517-543-6400 OR WINNEBAGO AT 1-641-585-3535." -01/05/2004,04V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V015000),"Dutchmen Manufacturing, Inc.",DUTCHMEN/FURNACE EXHAUST VENTS,EQUIPMENT,NR (Not Reported),Vehicle,21508,"ON CERTAIN TRAVELTRAILERS EQUIPPED WITH SUBURBAN FURNACES, THE FURNACE EXHAUST VENT MAY NOT BE PRESENT.","WHEN THE FURNACE IS IN USE THIS COULD ALLOW CARBON MONOXIDE FUMES TO VENT INTO THE TRAILER, WHICH COULD RESULT IN SERIOUS INJURY OR DEATH TO THE PASSENGERS.","OWNERS AND DEALERS WILL INSPECT FOR THE PRESENCE OF THE EXHAUST VENT AND FOR HOT EXHAUST AIR ESCAPING FROM THE FURNACE EXHAUST. THE RECALL BEGAN FEBRUARY 20, 2004. OWNERS SHOULD CONTACT DUTCHMEN AT 1-219-534-1224." -01/05/2004,04V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V004000),"General Motors, LLC",GM/FMVSS 118/POWER WINDOWS/SUNROOF,VISIBILITY,03069,Vehicle,79204,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 118, ""POWER-OPERATED WINDOW, PARTITION, AND ROOF PANEL SYSTEMS."" THE POWER WINDOWS AND/OR SUNROOF MAY BE OPERABLE AFTER THE IGNITION HAS BEEN TURNED TO THE ""OFF"" POSITION AND THE FRONT PASSENGER DOOR IS OPENED.","IF UNSUPERVISED CHILDREN ARE LEFT UNATTENDED IN THE VEHICLE AND OPERATE THE POWER WINDOWS OR SUNROOF, THERE IS AN INCREASED RISK OF INJURY TO THE CHILD.","DEALERS WILL UPGRADE THE BODY CONTROL MODULE (BCM) CALIBRATION. OWNER NOTIFICATION BEGAN ON DECEMBER 30, 2003. OWNERS SHOULD CONTACT SATURN AT 1-800-972-8876." -01/05/2004,04V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V003000),"General Motors, LLC",GM/FUEL FILTER CORROSION,"FUEL SYSTEM, GASOLINE",03068,Vehicle,127285,CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.2L 4-CYLINDER (L61) ENGINES WERE BUILT WITH A FUEL FILTER THAT COULD CORRODE PREMATURELY ON THE EXTERIOR SURFACE.,"IF CORROSION ON THE EXTERIOR SURFACE OF THE FUEL FILTER PROGRESSES TO THE POINT OF CREATING A HOLE IN THE SHELL, FUEL DROPLETS COULD FORM AND DROP TO THE GROUND. IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD RESULT.","DEALERS WILL REPLACE THE FUEL FILTER ASSEMBLY. OWNER NOTIFICATION BEGAN ON DECEMBER 30, 2003. OWNERS SHOULD CONTACT SATURN AT 1-800-972-8876." -01/05/2004,04V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V009000),"Navistar, Inc.",INTERNATIONAL/REAR SUSPENSION,SUSPENSION,03517,Vehicle,19,"ON CERTAIN AMBULANCES EQUIPPED WITH GOODRICH VELVET-RIDE REAR SUSPENSION SYSTEMS, THE BOLTS CONNECTING THE SUSPENSION SPRING TO THE REAR AXLE MAY BREAK.",THE AXLE COULD SEPARATE FROM THE VEHICLE WITHOUT WARNING AND RESULT IN A CRASH.,"DEALERS WILL REPLACE THE SUSPENSION SYSTEM. THE RECALL BEGAN ON AUGUST 17, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -01/05/2004,04V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V001000),Lotus Cars Limited,LOTUS/FMVSS 208/AIR BAG WARNING LABELS,EQUIPMENT,NR (Not Reported),Vehicle,660,"CERTAIN VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO, 208, ""OCCUPANT CRASH PROTECTION."" CERTAIN AIR BAG WARNING LABELS ARE REQUIRED ON BOTH SUN VISORS AND THE ABOVE VEHICLES FAILED TO HAVE THE REQUIRED LABELS AFFIXED TO THE DRIVER'S SIDE SUN VISOR.",THE ABSENCE OF THE LABELS COULD CREATE A RISK TO MOTOR VEHICLE SAFETY IF THE OPERATION OF THE AIR BAG SYSTEM AND THE NEED TO USE SEAT BELTS IS NOT PROPERLY UNDERSTOOD. IMPROPER USAGE COULD CAUSE INJURIES IN THE EVENT OF AIR BAG DEPLOYMENT WHEN THERE IS A CRASH.,OWNERS WILL BE PROVIDED WITH LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2004. OWNERS SHOULD CONTACT LOTUS AT 1-800-245-6887. -01/05/2004,04V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V014000),NATIONAL R.V. INC.,NATIONAL RV/SHOWER DOORS,EQUIPMENT,NR (Not Reported),Vehicle,111,"ON CERTAIN MOTOR HOMES, GLASS SHOWER DOORS ARE CUT AND/OR TREATED SO THAT OVER TIME COULD DEVELOP SHARP EDGES.",THE OCCUPANT COULD BE INJURED.,"DEALERS WILL REPLACE SHOWER DOORS. OWNERS SHOULD CONTACT NATIONAL RV AT 1-800-439-3653. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -01/05/2004,04E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04E001000),"PACIFIC MICRO-LITE, INC.",PACIFIC MICRO-LITE/FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1838,"HID HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"PACIFIC MICRO-LITE WILL REPURCHASE THE NONCOMPLIANT KITS. OWNER NOTIFICATION BEGAN MARCH 29, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PACIFIC MICRO-LITE AT 310-364-5219." -01/02/2004,04V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V012000),IC CORPORATION,IC (AMTRAN)/ EXIT WINDOWS,VISIBILITY,03307,Vehicle,52,"CERTAIN COMMERCIAL BUSES EQUIPPED WITH T-SLIDE OVAL WINDOWS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" INCORRECT SIDE EMERGENCY EXIT WINDOWS WERE INSTALLED.","PASSENGERS COULD BE PREVENTED FROM EXITING THE BUS, WHICH COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE WINDOWS. OWNER NOTIFICATION BEGAN DECEMBER 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-843-5615." -01/02/2004,04V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=04V010000),IC CORPORATION,IC CORP/SHARP EDGES UNDER MODESTY PANEL,STRUCTURE,03306,Vehicle,7321,"CERTAIN FE MODEL SCHOOL BUSES MANUFACTURED FROM OCTOBER 14, 1991, AND MARCH 4, 2003. A GAP BETWEEN THE MODESTY PANEL AND THE WHEEL WELL LOCATED BEHIND THE DRIVER'S SEAT CAN BE CREATED IF THE PANEL IS BENT OUT OF POSITION. UNDER THE PANEL, THE EDGES ARE SHARP AND JAGGED.","SHOULD SOMEONE REACH UNDER THE PANEL, THEY COULD CUT THIER HANDS, FINGERS, OR TOES ON THE JAGGED EDGES.","IC WILL NOTIFY ITS CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN JANUARY 20, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC CORPORATION COMPLIANCE DEPARTMENT TOLL-FREE AT 1-800-843-5615. CUSTOMERS CAN LOCATE THE NEAREST DEALER BY CALLING 1-800-993-7686." -12/30/2003,03C011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C011000),"Britax Child Safety, Inc.",BRITAX/FMVSS 213/HEAD EXCURSION,CHILD SEAT,120301,Child Seat,19877,"HUSKY CHILD RESTRAINTS MODEL E9L30 MANUFACTURED FROM OCTOBER 7, 2002 TO DECEMBER 8, 2003. THESE SEATS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" RESTRAINTS WHEN INSTALLED WITH A LAP BELT AS DESCRIBED IN THE CURRENT USER'S MANUAL, FOR A LONG/SERPENTINE BELT PATH, COULD ALLOW THE CHILD'S HEAD TO MOVE FURTHER FORWARD THAN ALLOWED BY FMVSS NO. 213 IN THE EVENT OF A VEHICLE CRASH.","IN THE EVENT OF A VEHICLE CRASH, THE CHILD'S HEAD MAY STRIKE SOMETHING IN THE VEHICLE, POSSIBLY RESULTING IN INJURY OR DEATH.","REGISTERED OWNERS WILL BE PROVIDED WITH LABELS AND INSTRUCTIONS FOR THE APPLICATION OF THE LABELS TO BE PLACED OVER THE CORRESPONDING INSTRUCTIONS IN THE CURRENT USERS GUIDE AND ON THE RESTRAINT COVER. NON-REGISTERED OWNERS MAY OBTAIN THE FREE REMEDY BY CALLING BRITAX AT 1-888-427-4829. NON-REGISTERED OWNERS ARE STRONGLY URGED TO REGISTER THEIR CHILD SEAT WITH THE MANUFACTURER IN CASE OF FUTURE SAFETY RECALLS. OWNER NOTIFICATION IS EXPECTED TO BEGIN JANUARY 13, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRITAX AT 888-427-4829." -12/26/2003,03V492000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V492000),"Autocar, LLC",AUTOCAR/STEERING WHEEL,STEERING,A-0306,Vehicle,307,"ON CERTAIN DUAL STEER TRUCKS, THE 18"" STEERING WHEELS WERE NOT ASSEMBLED CORRECTLY. THE HORNS EITHER WORKED INTERMITTENTLY OR NOT AT ALL.","THIS CONDITION COULD PREVENT A DRIVER FROM WARNING ANOTHER VEHICLE OR BYSTANDER OF THEIR PRESENCE, WHICH COULD CAUSE A VEHICLE CRASH OR INJURY TO BYSTANDERS.","DEALERS WILL REMOVE AND REASSEMBLE THE CONTACT PLATE POSITION OR ROLLER POSITION, IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 1-877-973-3486." -12/23/2003,03E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E065000),"CARDONE INDUSTRIES, INC.",CARDONE/POWER BRAKE BOOSTERS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,37,"AFTERMARKET POWER BRAKE BOOSTERS, P/N 54-74421. DUE TO A TOOLING SETUP PROBLEM, CRIMPS ON THE OUTER SHELL OF THE BOOSTERS WERE POSITIONED INCORRECTLY. AS A RESULT, THESE UNITS COULD FAIL DURING OPERATION.","IF A UNIT FAILS, BRAKING PERFORMANCE WILL BE LOST, POSSIBLY RESULTING IN A VEHICLE CRASH.","ALL OF THE AFFECTED UNITS HAVE BEEN RETURNED TO THE MANUFACTURER AND WILL BE CORRECTED. THEREFORE, IT WILL NOT BE NECESSARY TO SEND NOTIFICATION TO OWNERS." -12/23/2003,03V497000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V497000),Daimler Coaches North America,SETRA/FMVSS 205/GLAZING MATERIALS,VISIBILITY,NR (Not Reported),Vehicle,97,"ON CERTAIN MOTOR COACHES EQUIPPED WITH EMERGENCY EXIT WINDOWS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS."" THE EMERGENCY EXIT WINDOW WAS NOT MARKED CORRECTLY WITH THE ""DOT"" MARKINGS.",THIS DOES NOT MEET THE STANDARDS.,"DEALERS ARE ETCHING THE CORRECT MARKING INTO THE GLAZING. OWNER NOTIFICATION BEGAN DECEMBER 1, 2003 WITH PHASED MAILING DATES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SETRA AT 1-800-882-8054." -12/19/2003,03V519000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V519000),"General Motors, LLC",GM/FMVSS 120/TIRE/CERTIFICATION LABEL,EQUIPMENT,03059,Vehicle,6134,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 3.5L V6 (L66) ENGINES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS."" THE FRONT AND REAR WHEEL RIM SIZE SPECIFICATIONS ON THE TIRE/CERTIFICATION LABEL ARE NOT CORRECT. THE PRINTED WHEEL RIM DESIGNATION SPECIFIED A 16-INCH WHEEL WHEN A 17-INCH WHEEL DESIGNATION WAS REQUIRED.","IF THE WHEEL RIM SIZE IS INCORRECTLY PRINTED ON A TIRE/CERTIFICATION LABEL, A SERVICE TECHNICIAN WHO SOLELY USES THE TIRE/CERTIFICATION LABEL FOR SERVICE INFORMATION MAY ATTEMPT TO REPLACE A DAMAGED WHEEL WITH AN INCORRECT WHEEL.","OWNERS WILL BE PROVIDED WITH A CORRECTED LABEL AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON DECEMBER 15, 2003. OWNERS SHOULD CONTACT SATURN AT 1-800-553-6000." -12/19/2003,03V534000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V534000),"Mercedes-Benz USA, LLC",MERCEDES BENZ/SEAT BELT BUCKLES,SEAT BELTS,2003120006,Vehicle,4348,"ON CERTAIN PASSENGER VEHICLES, SOME SEAT BELT BUCKLES MAY HAVE A BURR ON A METAL COMPONENT OF THE LOCKING MECHANISM. THE PRESENCE OF THE BURR COULD PREVENT THE SEAT BELT FROM LOCKING UNDER CERTAIN CIRCUMSTANCES.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL REPLACE THE SEAT BELTS. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/19/2003,03E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E066000),SPW INDUSTRIES,SPW/FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3842,"HIDPLUS, HIDPLUS II, AND RAYBRIG SS5000 HEADLIGHT CONVERSION KITS. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"SPW WILL REPURCHASE THE NONCOMPLIANT KITS. OWNER NOTIFICATION BEGAN FEBRUARY 9, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPW AT 323-268-8382." -12/18/2003,03V535000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V535000),"Big Dog Motorcycles, LLC",BIG DOG/FRAME CRACKS,STRUCTURE,NR (Not Reported),Vehicle,1446,"ON CERTAIN MOTORCYCLES ASSEMBLED WITH AN EARLY VERSION ROLLING THUNDER FRAME, A STRESS CRACK COULD EMERGE IN THE FRAME.","THIS CONDITION COULD OCCUR WITHOUT ANY PRIOR WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPAIR THE FRAME. OWNER NOTIFICATION BEGAN JANUARY 15, 2004. OWNERS SHOULD CONTACT BIG DOG AT 1-316-267-9121." -12/18/2003,03V520000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V520000),Hyundai Motor America,HYUNDAI/FMVSS 120/TIRE PRESSURE LABEL,EQUIPMENT,064,Vehicle,249309,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",THE TIRE PRESSURE LABELS DO NOT CONTAIN THE INFORMATION REQUIRED BY THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A CORRECT LABEL AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON OCTOBER 29, 2003. OWNERS SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -12/16/2003,03E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E067000),LIGHTING RESEARCH,LIGHTING RESEARCH/FMVSS 108/HID CONVERSION KITS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1928,"HID HEADLIGHT CONVERSION KITS SOLD IN THE USA FROM NOVEMBER 26, 2001, TO DECEMBER 12, 2003. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"LIGHTING RESEARCH WILL REPURCHASE THE NONCOMPLIANT KITS. OWNER NOTIFICATION BEGAN JANUARY 21, 2004. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LIGHTING RESEARCH AT 1-800-711-0979." -12/16/2003,03V531000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V531000),Mazda North American Operations,MAZDA/FUEL SENDER UNIT,"FUEL SYSTEM, GASOLINE",1403L,Vehicle,56700,"ON CERTAIN PASSENGER VEHICLES, THE FUEL SENDER UNIT (FSU) MAY HAVE BEEN IMPROPERLY INSTALLED IN THE FUEL TANK, PRODUCING AN INADEQUATE SEAL, AND FUEL MAY LEAK.",A FIRE COULD OCCUR IN THE PRESENCE OF AN IGNITION SOURCE.,"DEALERS WILL INSPECT THE TOP OF THE FUEL TANK, AND IF NECESSARY, REPAIR OR REPLACE IT. OWNER NOTIFICATION BEGAN FEBRUARY 9, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -12/15/2003,03E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E063000),GLOBETECH MANUFACTURING,GLOBETECH/FMVSS 125/WARNING TRIANGLE KIT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,11232,"WARNING TRIANGLE KITS PRODUCED BY GLOBETECH P/N GT-8500, MANUFACTURED BETWEEN MARCH 1 AND JULY 31, 2003. THESE TRIANGLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 125, ""WARNING DEVICES.""","THE TRIANGLE MAY SLIDE OUT OF POSITION, DECREASING VISIBILITY BY APPROACHING TRAFFIC.","GLOBETECH WILL NOTIFY ITS CUSTOMERS AND REPLACE THE KITS FREE OF CHARGE. THE RECALL BEGAN DECEMBER 22, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GLOBETECH AT 937-278-0883." -12/15/2003,03V515000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V515000),Mazda North American Operations,MAZDA/SEAT BELT BUCKLE COVER,SEAT BELTS,1503L,Vehicle,49000,"ON CERTAIN SPORT UTILITY VEHICLES, A POST WITHIN THE SAFETY BELT BUCKLE COVERS COULD FRACTURE, WHICH COULD AFFECT LATCH FUNCTION, RESULTING IN EITHER A ""NO LATCH"" OR ""PARTIAL LATCH"" CONDITION. IN THE ""PARTIAL LATCH"" CONDITION, THE BUCKLE TONGUE CAN BE INSERTED INTO THE BUCKLE AND APPEAR TO BE ENGAGED, BUT WILL RELEASE FROM THE BUCKLE WITHOUT THE PUSH BUTTON BEING DEPRESSED WHEN A RELATIVELY LOW LOAD IS APPLIED, SUCH AS WHEN AN OCCUPANT MOVES SLIGHTLY IN THE SEAT.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL HAVE THE DRIVER AND FRONT PASSENGER SAFETY BELT BUCKLE COVER REMOVED AND REPLACED WITH A NEWLY DESIGNED SERVICE BUCKLE COVER. OWNER NOTIFICATION BEGAN FEBRUARY 5, 2004. OWNERS SHOULD CONTACT MAZDA AT 1-800-222-5500." -12/15/2003,03V524000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V524000),Pierce Manufacturing,PIERCE/FAN HUB MOUNTING BOLTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,9,"ON CERTAIN FIRE APPARATUS EQUIPPED WITH KENWORTH CHASSIS, CATERPILLAR C7 OR 3126E AND 2002 ENGINES, AND HORTON FAN HUBS. THE FAN HUB MOUNTING BOLTS CAN FAIL RESULTING IN THE HUB AND FAN ASSEMBLY SEPARATING FROM THE ENGINE. THE LOSS OF CLAMP LOAD CAUSES UNWANTED VIBRATION IN THE ASSEMBLY THAT LEADS TO BOLT FAILURE.","IF THE BOLTS FAIL, THE COMPLETE HUB AND FAN ASSEMBLY COULD SEPARATE FROM THE ENGINE RESULTING IN EQUIPMENT DAMAGE AND/OR PERSONAL INJURY.",DEALERS WILL ADD A RIGID SPACER ACROSS THE TWO LOWER MOUNTING HOLES OF THE FAN HUB TO MAINTAIN THE CLAMPING FORCE AND REPLACE ALL THE BOLTS AND WASHERS. OWNER NOTIFICATION BEGIN IN LATE DECEMBER 2003. OWNERS SHOULD CONTACT PIERCE AT 1-888-974-3723. -12/12/2003,03V530000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V530000),"Accubuilt, Inc.",ACCUBUILT/FMVSS 225/CHILD RESTRAINT ANCHORAGES,SEATS,NR (Not Reported),Vehicle,32,"CERTAIN MULTI-PASSENGER HANDICAP-ACCESSIBLE VANS BUILT ON FORD E250 AND E350 CHASSIS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THESE VEHICLES LACK THE APPROPRIATE NUMBER OF CHILD RESTRAINT ANCHORAGES.","APPLICABLE CHILD SEATS WOULD NOT BE ABLE TO UTILIZE THESE SUPPLEMENTAL ANCHORAGES. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.",ACCUBUILT WILL MODIFY OR REPLACE ONE OR MORE OF THE SEATS TO INCLUDE THE APPROPRIATE NUMBER OF SEATING POSITIONS WITH CHILD RESTRAINT ANCHORAGE SYSTEMS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2004. OWNERS SHOULD CONTACT ACCUBUILT AT 1-888-242-4782. -12/12/2003,03V528000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V528000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/INSTRUMENT CLUSTER CIRCUIT BOARD,ELECTRICAL SYSTEM,C43,Vehicle,27586,"ON CERTAIN SPORT UTILITY VEHICLES, AN INSTRUMENT CLUSTER CIRCUIT BOARD CAPACITOR MAY OVERHEAT.",THIS COULD POTENTIALLY RESULT IN AN INSTRUMENT PANEL FIRE.,"DEALERS WILL REMOVE THE CAPACITOR FROM THE CIRCUIT BOARD. OWNER NOTIFICATION BEGAN ON DECEMBER 17, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -12/12/2003,03V532000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V532000),"Gulf Stream Coach, Inc.",GULF STREAM/GFCI RECEPTACLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,574,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEELS EQUIPPED WITH EZ-FLO GROUND FAULT CIRCUIT INTERRUPTER (GFCI) RECEPTACLES, THE RECEPTACLE MAY NOT TRIP WHEN A GROUND FAULT IS PRESENT.",THIS COULD RESULT IN RISK OF ELECTRICAL SHOCK AND CAUSE A FIRE HAZARD.,"DEALERS WILL INSPECT AND REPLACE THE GFCI RECEPTACLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DECEMBER 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GULF STREAM AT 1-800-289-8787." -12/12/2003,03V529000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V529000),"Maserati North America, Inc.",MASERATI/FUEL LINE DISCONNECT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1982,"ON CERTAIN PASSENGER VEHICLES, THE FUEL LINES CAN DISCONNECT AND CAUSE LEAKAGE IN THE ENGINE COMPARTMENT.",THIS COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL LINES AND ATTACHMENTS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY OR FEBRUARY 2004. Owners may contact Maserati customer service at 1-877-696-2737. -12/12/2003,03V526000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V526000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/INCORRECT PSI,EQUIPMENT,RO3056,Vehicle,121,"CERTAIN 36', 38', AND 40' MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE REAR PSI STATES 85 OR 115 LBS. THE CORRECT REAR PSI IS 95 LBS.",UNDER OR OVER-INFLATED TIRES CAN CAUSE PREMATURE TIRE FAILURE AND COULD RESULT IN A SUDDEN BLOWOUT OR OTHER FAILURE RESULTING IN A LOSS OF CONTROL OF THE MOTORHOME.,"DEALERS WILL INSTALL THE CORRECT LABELS AT NO CHARGE. OWNER NOTIFICATION BEGAN JANUARY 7, 2004. OWNERS SHOULD CONTACT MONACO AT 1-877-477-6226." -12/12/2003,03V533000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V533000),"Trail King Industries, Inc.",TRAIL KING/FIFTH WHEEL PLATE,STRUCTURE,NR (Not Reported),Vehicle,616,"ON CERTAIN DUMP TRAILERS EQUIPPED WITH FIFTH WHEEL PLATES, CRACKS ARE VISIBLE IN THE PLATE LOCATED AROUND THE HOIST MOUNTS AND KING PIN.",THIS COULD CAUSE FAILURE OF THE TRAILER AND RESULT IN A CRASH.,"DEALERS WILL EITHER PROVIDE A GUSSET, FREE OF CHARGE, OR REPLACE THE PLATE. OWNER NOTIFICATION BEGAN JANUARY 8, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRAIL KING AT 1-800-545-1549." -12/11/2003,03V521000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V521000),American IronHorse Motorcycle Company,AMERICAN IRONHORSE/BRAKE ROTOR-CARRIER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2395,"ON CERTAIN MOTORCYCLES EQUIPPED WITH OPTIONAL BRAKE ROTOR-CARRIERS,THE ROTOR-CARRIERS CAN CRACK WHILE IN SERVICE AND POSSIBLY BREAK.","THIS CAN CAUSE A PARTIAL LOSS OF THE BRAKE SYSTEM OR THE POTENTIAL FOR ROTOR-CARRIER DETACHMENT, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE ROTOR-CARRIER ASSEMBLY. OWNER NOTIFICATION BEGAN JANUARY 26, 2004. OWNERS SHOULD CONTACT AMERICAN IRONHORSE AT 1-817-665-2045." -12/11/2003,03V527000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V527000),"General Motors, LLC",GM/STEERING GEAR BEARINGS,STEERING,03062,Vehicle,750283,CERTAIN PASSENGER VEHICLES HAVE LOWER PINION BEARINGS IN THE POWER RACK AND PINION ASSEMBLY IN WHICH THE RETAINER TABS WERE NOT CRIMPED PROPERLY. THESE RETAINERS COULD FAIL AND PERMIT THE BALL BEARINGS TO ESCAPE.,"IF THIS OCCURS, THE PINION SHAFT CAN BE FORCED UPWARD DURING LEFT TURNS AND BACK DOWN AS THE STEERING WHEEL IS MOVED BACK AND TO THE RIGHT. IF THE PINION SHAFT MOVES FURTHER, THE DRIVER WILL NEED TO EXERT MORE EFFORT TO TURN THE STEERING WHEEL, SIMILAR TO A VEHICLE WITHOUT POWER ASSISTED STEERING. IF THE PINION SHAFT MOVES EVEN FURTHER, THE DRIVER WILL REQUIRE MUCH HIGHER EFFORT TO TURN LEFT AND MAY NOT BE ABLE TO TURN THE WHEEL AS MUCH AS INTENDED. WITH THE MAXIMUM PINION SHAFT MOVEMENT, WHICH REQUIRES INTERNAL GEAR COMPONENT DAMAGE, THE DRIVER CAN ENCOUNTER HIGH RESISTANCE TO TURNING LEFT, FOLLOWED BY UNINTENDED POWER ASSIST TO THE RIGHT. IN ANY OF THESE CONDITIONS, A CRASH COULD OCCUR.","DEALERS WILL INSTALL A NEW LOWER PINION BEARING UNLESS INSPECT OF THE EXISTING BEARING INDICATES THAT REPLACEMENT OF THE GEAR ASSEMBLY IS NECESSARY. OWNER NOTIFICATION BEGAN ON FEBRUARY 5, 2004. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080; CHEVROLET AT 1-800-630-2438; OLDSMOBILE AT 1-800-630-6537; OR PONTIAC AT 1-800-620-7668." -12/11/2003,03V522000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V522000),"Mack Trucks, Inc.",MACK/STEER AXLE,STEERING,NR (Not Reported),Vehicle,148,ON CERTAIN CHASSIS EQUIPPED WITH DANA STEERING AXLE ASSEMBLIES. THESE AXLES ARE BUILT WITH AN INTEGRAL KNUCKLE AND STEERING ARM. THE STEERING ARM COULD HAVE LONGITUDINAL CRACKS.,"THE BALL STUD COULD BECOME LOOSE, CAUSING LOSS OF STEERING CONTROL WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT THE INTEGRAL KNUCKLE AND STEER ARM AND REPLACE IF NECESSARY. OWNER NOTIFICATION BEGAN ON JANUARY 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -12/11/2003,03V525000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V525000),"Triumph Motorcycles America, Ltd.",TRIUMPH/REAR BRAKE MASTER CYLINDER RESERVOIR,"SERVICE BRAKES, HYDRAULIC",329/330,Vehicle,5148,"ON CERTAIN MOTORCYCLES, IF THE MOTORCYCLE IS DROPPED ONTO THE LEFT SIDE, AIR MAY ENTER THE REAR BRAKE MASTER CYLINDER RESERVOIR.","IF LEFT UNATTENDED, THE REAR BRAKE MAY NOT OPERATE, RESULTING IN A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPOSITION THE REAR BRAKE MASTER CYLINDER RESERVOIR. OWNER NOTIFICATION BEGAN ON DECEMBER 31, 2003. OWNERS SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -12/10/2003,03V505000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V505000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 102/CERTIFICATION LABEL,EQUIPMENT,C41,Vehicle,35692,"ON CERTAIN MINIVANS AND 4X2 PICKUP TRUCKS, THE VEHICLE CERTIFICATION LABEL MAY HAVE GROSS AXLE WEIGHT RATINGS (GAWR) THAT EXCEED THE MAXIMUM TIRE LOAD CAPACITY AS DEFINED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",IMPROPERLY LOADING YOUR VEHICLE CAN CAUSE TIRE FAILURE AND RESULT IN A CRASH.,"OWNERS WILL BE PROVIDED WITH VEHICLE CERTIFICATION LABEL OVERLAYS CONTAINING CORRECTED INFORMATION RELATIVE TO VEHICLE GAWR AND TIRE SIZE. OWNER NOTIFICATION BEGAN MARCH 1, 2004. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -12/10/2003,03V504000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V504000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 120/TIRES,TIRES,C40,Vehicle,214,"ON CERTAIN 4X4 PICKUP TRUCKS EQUIPPED WITH THE SNOW PLOW PREPARATION PACKAGE, THE TIRES SUPPLIED ON SOME VEHICLES MAY HAVE GROSS AXLE WEIGHT RATINGS THAT SLIGHTLY EXCEED THE MAXIMUM TIRE LOAD CAPACITY AS DEFINED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",,"DEALERS WILL PROVIDE REPLACEMENT P245/75R16 TIRES TO MEET THE LOAD CARRYING CAPACITY SPECIFIED ON THE VEHICLE CERTIFICATION LABEL AND ACCOMMODATE THE ADDITION OF A COMMERCIALLY AVAILABLE SNOW PLOW AND HARDWARE. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -12/10/2003,03V513000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V513000),Honda (American Honda Motor Co.),HONDA/HANDLEBAR,STEERING,NR (Not Reported),Vehicle,4997,"ON CERTAIN SCOOTERS, EXCESSIVE CLEARANCE BETWEEN THE LOWER HANDLEBAR CLAMP AND HANDLEBAR HOLDER CREATES STRESS THAT CAN EVENTUALLY CAUSE THE HANDLEBAR TO LOOSEN OR DETACH.","THIS COULD RESULT IN A LOSS OF STEERING CONTROL, WHICH COULD LEAD TO A CRASH.","DEALERS WILL INSTALL TWO LOWER HANDLEBAR CLAMPS, ADD WASHERS BETWEEN THE LOWER CLAMPS AND HANDLEBAR HOLDER, AND INSTALL NEW LOCKNUTS. OWNER NOTIFICATION BEGAN ON DECEMBER 11, 2003. OWNERS SHOULD CONTACT HONDA AT 1-866-784-1870." -12/10/2003,03V511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V511000),"Nissan North America, Inc.",NISSAN/ELECTRIC VEHICLES/BALL JOINT BRACKET,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,70,"ON CERTAIN ELECTRIC VEHICLES, THE FRONT SUSPENSION TRANSVERSE LINK'S BALL JOINT BRACKET MAY BREAK FROM STRESS CONCENTRATION AT A NOTCH CREATED BY SURFACE ROUGHNESS AND THE SHAPE OF THE MATERIAL CUT-LINE.",,"DEALERS WILL REPLACE THE BRACKET ON THESE VEHICLES. OWNER NOTIFICATION BEGAN DECEMBER 15, 2003. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -12/10/2003,03V514000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V514000),"SAAB CARS USA, INC.",SAAB/FMVSS 207/FRONT SEAT LOCKING MECHANISM,SEATS,15014,Vehicle,1658,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" THE BACKREST LOCKING MECHANISM ON SOME FRONT SEATS MAY HAVE BEEN INSTALLED INCORRECTLY.","THIS COULD CAUSE THE SEAT BACK TO FOLD FORWARD IN A FRONTAL CRASH, RESULTING IN INJURY TO THE DRIVER AND/OR FRONT SEAT PASSENGER.","DEALERS WILL INSPECT THE VEHICLE'S FRONT SEATS TO DETERMINE IF THEY ARE EQUIPPED WITH THE IMPROPERLY INSTALLED COMPONENT. IF EITHER OR BOTH OF THE SEATS HAVE THIS COMPONENT, THEY WILL BE REPLACED. THE DEALER MAY NEED TO ORDER A COMPLETE NEW SEAT OR SEATS (INCLUDING MATCHING UPHOLSTERY) AND THE PARTS MAY TAKE UP TO TWO TO FOUR WEEKS TO ARRIVE. SAAB WILL PROVIDE A RENTAL CAR FOR THE OWNER UNTIL THE NEW SEAT(S) IS (ARE) AVAILABLE AND INSTALLED BY THE DEALER. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2004. OWNERS SHOULD CONTACT SAAB AT 1-800-955-9007." -12/10/2003,03V517000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V517000),Shyft Group,SPARTAN/HYDRAULIC PUMP,STEERING,03020,Vehicle,205,"ON CERTAIN MOTORHOMES, THE ANGLE OF THE HOSES FROM THE HYDRAULIC PUMP COULD CONTACT THE POSITIVE STUD ON THE STARTER.",THIS COULD RESULT IN CLOSE CONTACT WITH THE STARTER AND CAUSE IGNITION OF HYDRAULIC FLUID.,"DEALERS WILL REPLACE ON VEHICLES WITH CUMMINS ISL ENGINES AND 39MT DELCO STARTERS AT LEAST ONE OF THE 45 DEGREE FITTINGS WITH A 90 DEGREE FITTING AND ALSO REPLACE THE HOSE ASSEMBLY. ON ISL AND ISC ENGINES WITH 42MT DELCO STARTER, DEALERS WILL CHANGE ONE FITTING AT THE REAR OF THE HYDRAULIC PUMP AND RE-ROUTE A HOSE. OWNER NOTIFICATION BEGAN JANUARY 13, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-517-543-6400." -12/10/2003,03V516000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V516000),Volvo Trucks North America,VOLVO/BUNK LAMP,EQUIPMENT,RVXX0308,Vehicle,6939,"ON CERTAIN HEAVY-DUTY TRUCKS, WHEN THE BUNK IS RAISED INTO THE STORED POSITION, AN OBJECT LEFT ON THE BUNK MAY INADVERTENTLY TURN ON A BUNK LAMP.",THIS COULD POSSIBLY RESULT IN A FIRE.,"DEALERS WILL INSTALL A BUNK LAMP WITH A PUSH BUTTON ON/OFF SWITCH. OWNER NOTIFICATION BEGAN ON DECEMBER 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCK AT 1-800-528-6586." -12/10/2003,03V518000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V518000),"WELLCO MANUFACTURING, INC.",WELLCO/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"ON CERTAIN FLATBED TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WELLCO AT 707-678-9236. -12/09/2003,03V506000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V506000),STARCRAFT BUS AND MOBILITY,STARCRAFT/FMVSS 225/CHILD RESTRAINT ANCHORAGE,SEAT BELTS,031124,Vehicle,683,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" SOME TRANSIT BUSES WITH A GROSS VEHICLE WEIGHT RATE OF 8500 LBS. TO 10,000 LBS. DID NOT HAVE CHILD RESTRAINT ANCHORAGE SYSTEMS INSTALLED.",THIS DOES NOT COMPLY WITH THE STANDARD.,DEALERS WILL INSTALL CHILD RESTRAINT ANCHORAGE SYSTEMS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT AT 1-800-348-7440. -12/08/2003,03V510000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V510000),Harley-Davidson Motor Company,HARLEY DAVIDSON/FUEL TANK FITTING,"FUEL SYSTEM, GASOLINE",0111,Vehicle,23,CERTAIN MOTORCYCLES WITH CARBURETED ENGINES WHICH HAVE AN ANGLED FUEL FITTING ON THE GAS TANK DO NOT MEET HARLEY-DAVIDSON IMPACT TEST STANDARDS.,THIS COULD PRESENT A RISK OF FUEL LEAKAGE AND FIRE IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THE FUEL TANK WITH THE PROPER TANK. OWNER NOTIFICATION BEGAN ON JANUARY 23, 2004. OWNERS SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -12/05/2003,03V501000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V501000),"Featherlite, Inc.",FEATHERLITE/SLACK ADJUSTERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9,"ON CERTAIN CUSTOM BUILT SPECIALTY TRAILERS EQUIPPED WITH DEXTER AXLES AND CREWSON AUTOMATIC SLACK ADJUSTERS, THE PUSH ROD ARMS ON THE AXLE BRAKES ARE TOO LONG.","PUSH ROD ARMS THAT ARE TOO LONG COULD CAUSE DAMAGE TO THE SLACK ADJUSTER OR IMPEDE PROPER BRAKE ADJUSTMENT, RESULTING IN ACCIDENTAL DAMAGE INCLUDING PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.","DEALERS WILL INSPECT THE PUSH RODS FOR THE CORRECT LENGTH. IF DAMAGED THE SLACK ADJUSTER WILL BE REPAIRED OR REPLACED. IF NOT DAMAGED, THE PUSH RODS WILL BE SHORTENED BY CUTTING TO .26"". OWNER NOTIFICATION BEGAN DECEMBER 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEATHERLITE AT 1-800-800-1230." -12/05/2003,03V507000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V507000),Ford Motor Company,FORD/SEAT BELT BUCKLE COVER,SEAT BELTS,03S10,Vehicle,132243,"ON CERTAIN SPORT UTILITY VEHICLES, A POST WITHIN THE SAFETY BELT BUCKLE COVERS COULD FRACTURE, WHICH COULD AFFECT LATCH FUNCTION, RESULTING IN EITHER A ""NO LATCH"" OR ""PARTIAL LATCH"" CONDITION. IN THE ""PARTIAL LATCH"" CONDITION, THE BUCKLE TONGUE CAN BE INSERTED INTO THE BUCKLE AND APPEAR TO BE ENGAGED, BUT WILL RELEASE FROM THE BUCKLE WITHOUT THE PUSH BUTTON BEING DEPRESSED WHEN A RELATIVELY LOW LOAD IS APPLIED, SUCH AS WHEN AN OCCUPANT MOVES SLIGHTLY IN THE SEAT.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL HAVE THE DRIVER AND FRONT PASSENGER SAFETY BELT BUCKLE COVER REMOVED AND REPLACED WITH A NEWLY DESIGNED SERVICE BUCKLE COVER. OWNER NOTIFICATION BEGAN ON FEBRUARY 2, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -12/05/2003,03V502000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V502000),MONACO COACH CORPORATION,MONACO/CERTIFICATION/INCORRECT WHEELS,TIRES,RO3026,Vehicle,103,"CERTAIN 31' FIFTH WHEEL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567. ALSO SOME VEHICLES WERE F ITTED WITH 225/75R/15E GOODYEAR TIRES AND 16"" WITH 235/85R/16E GOODYEAR TIRES SHOULD HAVE BEEN INSTALLED.",THE TIRE ERROR LOWERS THE WEIGHT CARRYING CAPACITY OF THE VEHICLE WHICH COULD CAUSE A TIRE BLOWOUT RESULTING IN A CRASH.,"DEALERS WILL INSTALL 235/85R/16E TIRES INFLATED AT 80 PSI. OWNER NOTIFICATION BEGAN DECEMBER 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -12/05/2003,03V499000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V499000),"NRC Modifications, Inc.",NRC/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,108,"ON CERTAIN MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR NRC AT 574-825-3646." -12/05/2003,03V512000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V512000),"Suzuki Motor USA, LLC",SUZUKI/ACCELERATOR CABLE CASING CAP,VEHICLE SPEED CONTROL,EM,Vehicle,196876,"ON CERTAIN SPORT UTILITY VEHICLES, THE ACCELERATOR CABLE CASING CAP THAT IS ATTACHED TO THE VEHICLE FIREWALL CAN CRACK DUE TO EXTENDED EXPOSURE TO FORCES FROM THE ACCELERATOR CABLE AND INSUFFICIENT LONG-TERM DURABILITY OF THE PLASTIC CASING CAP. IF THE CASING CAP BECOMES CRACKED, MOVEMENT OF THE INNER ACCELERATOR CABLE THROUGH THE CAP CAN CAUSE THE INNER ACCELERATOR CABLE TO BECOME FRAYED.","IF THE INNER ACCELERATOR CABLE BECOMES FRAYED, IT CAN STICK DURING VEHICLE OPERATION. IN THE CASE WHERE AN ACCELERATOR CABLE STICKS, THE DRIVER COULD HAVE DIFFICULTY CONTROLLING VEHICLE SPEED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE ACCELERATOR CABLE, WHICH INCLUDES THE PLASTIC CASING CAP. OWNER NOTIFICATION BEGAN ON JANUARY 5, 2004. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -12/04/2003,03V498000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V498000),Blue Bird Body Company,BLUE BIRD/FREEZING IN THE PARK BRAKE VALVE EXHAUST,"SERVICE BRAKES, AIR",R03HL,Vehicle,417,"ON CERTAIN CONVENTIONAL STYLE SCHOOL BUSES, ONLY THOSE EQUIPPPED WITH AIR BRAKES, THE UNDERHOOD FIREWALL LOCATION OF THE AIR BRAKE MANIFOLD MAY PERMIT RAINWATER ENTRY INTO THE PARKING BRAKE EXHAUST PORT FITTING OF THE MANIFOLD. IN FREEZING WEATHER, THIS WATER COULD FORM ICE BLOCKING THE EXHAUST PORT. WHEN THIS OCCURS, THE PARKING BRAKE DOES NOT OPERATE AS DESIGNED.","IN THE EVENT THAT THIS CONDITION SHOULD OCCUR AND THE PARKING BRAKE FAILED TO APPLY, THE BUS COULD ROLL AWAY, RESULTING IN PROPERTY DAMAGE OR PERSONAL INJURY.","DEALERS WILL MODIFY THESE VEHICLES. OWNER NOTIFICATION BEGAN ON DECEMBER 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -12/04/2003,03V503000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V503000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TRANSMISSION FASTENERS,POWER TRAIN,C39,Vehicle,514,"ON CERTAIN PICKUP TRUCKS, THE TRANSFER CASE TO TRANSMISSION ATTACHING FASTENERS MAY NOT BE TIGHTENED CORRECTLY. THIS COULD CAUSE THE TRANSMISSION ADAPTER OR TRANSFER CASE HOUSING TO CRACK AND LEAK FLUID.","CONTINUED OPERATION CAN RESULT IN PROPELLER SHAFT SEPARATION AND DAMAGE TO FUEL SYSTEM COMPONENTS, WHICH COULD LEAD TO A FUEL LEAK. FLUID AND/OR FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN CAUSE AN UNDERBODY FIRE.","DEALERS WILL RETIGHTEN THE TRANSFER CASE TO TRANSMISSION FASTENERS. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -12/04/2003,03V500000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V500000),FREIGHTLINER LLC,FREIGHTLINER/AIR LINE CARTRIDGE,"SERVICE BRAKES, AIR",FL-418,Vehicle,400,"ON CERTAIN TRUCKS EQUIPPED WITH AIR BRAKES, THE PLASTIC PUSH-TO-CONNECT AIR LINE FITTING CARTRIDGE COULD BE IMPROPERLY WELDED INTO THE NYLON JUNCTION BLOCK HOUSING ALLOWING AN AIR LINE TO BECOME DISCONNECTED.","THIS COULD LEAD TO REDUCED BRAKE CONTROL, LOSS OF SERVICE BRAKE CONTROL, OR THE EMERGENCY BRAKES AUTOMATICALLY APPLYING, POSSIBLY RESULTING IN A CRASH WITHOUT PRIOR WARNING.","DEALERS WILL INSTALL A NEW CAB AIR MANIFOLD. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON JANUARY 21, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 800-547-0712." -12/04/2003,03V488000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V488000),FREIGHTLINER LLC,FREIGHTLINER/INCORRECT AXLE STEERING STOP BOLTS,STEERING,FL419A,Vehicle,130,"ON CERTAIN SCHOOL BUS, XC RV, AND SHUTTLE BUS CHASSIS MANUFACTURED BETWEEN FEBRUARY 1 AND JULY 18, 2003, INCORRECT AXLE STEERING STOP BOLTS WERE INSTALLED ON AAC FRONT AXLES. IT MAY BE POSSIBLE TO TURN THE FRONT WHEELS IN EITHER DIRECTION UNTIL THE TIRES CONTACT OR DAMAGE OTHER STEERING COMPONENTS.",THE DRIVER CAN POSSIBLY LOOSE CONTROL OF THE VEHICLE IF THE TIRES CONTACT THE STEERING COMPONENTS WHILE THE BUS IS IN MOTION.,FREIGHTLINER WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 503-745-5219. -12/04/2003,03V509000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V509000),"Jaguar Cars, Ltd.",JAGUAR/FMVSS 108/HEADLAMP ADJUSTMENT,EXTERIOR LIGHTING,R842,Vehicle,39448,"ON CERTAIN VEHICLES, THE HEADLAMP ADJUSTMENT MECHANISM MAY BE OPERATED WITHOUT SUITABLE INSTRUCTION ON EITHER THE MECHANISM OR IN THE OWNER'S MANUAL. THIS DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",AN IMPROPERLY AIMED HEADLAMP COULD PROVIDE LESS EFFECTIVE ROADWAY ILLUMINATION OR COULD CAUSE INCREASED GLARE TO ONCOMING VEHICLES.,"OWNERS WILL BE PROVIDED WITH AN OWNER'S MANUAL ADDENDUM CONTAINING THE NECESSARY HEADLAMP AIMING INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON JANUARY 6, 2004. OWNERS SHOULD CONTACT JAGUAR AT 1-800-452-4827." -12/04/2003,03E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E062000),Tenneco Automotive,TENNECO/FMVSS 106/FRONT BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,53,"FRONT BRAKE LINES FOR USE ON AFTERMARKET SUSPENSION KITS FOR USE ON CERTAIN 2000-2003 DAKOTA AND DURANGO SUSPENSION SYSTEMS. THE SUBJECT BRAKE LINES HAVE RANCHO PART NUMBERS RS170098 AND RS170099. THE SUSPENSION KITS HAVE PART NOS RS6560, RS6560B, RS6561, AND RS6561B AND WERE MANUFACTURED DURING THE MONTH OF FEBRUARY 2003. THESE PARTS DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES."" THIS DOES NOT INVOLVE ANY PRODUCTS MANUFACTURED BY THE DAIMLERCHRYSLER CORP. NOR ANY DAILMERCHRYSLER DEALERS.",,"TENNECO SHIPPED REPLACEMENT BRAKE LINES TO ITS CUSTOMERS ON FEBRUARY 26, 2003." -12/04/2003,03V508000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V508000),"Volkswagen Group of America, Inc.",VW/TIRE INFORMATION LABEL,EQUIPMENT,VB/ZH,Vehicle,15115,"ON CERTAIN PASSENGER VEHICLES, THE TIRE INFORMATION LABEL IS INCORRECT IDENTIFYING THE VEHICLE AS A FIVE-PASSENGER VEHICLE, INSTEAD OF A FOUR-PASSENGER VEHICLE.","EXCEEDING THE CORRECT SEATING CAPACITY IN A VEHICLE PUTS OCCUPANTS AT RISK FOR INJURY IN A CRASH, AND CAN RESULT IN VEHICLE OVERLOADING, WHICH CAN AFFECT VEHICLE HANDLING AND PUT YOU AT RISK FOR A CRASH.","OWNERS WILL BE SENT A NEW LABEL AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN ON FEBRUARY 9, 2004. OWNERS SHOULD CONTACT VWOA AT 1-800-822-8987." -12/03/2003,03V496000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V496000),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/BRAKE TUBE WEAR AND CORROSION,"SERVICE BRAKES, HYDRAULIC",061,Vehicle,1993,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE TUBES FOR THE REAR BRAKES CAN CONTACT THE STEERING GEARBOX MOUNTING BRACKETS.","CONTACT BETWEEN THE REAR BRAKE TUBES AND THE STEERING GEARBOX MOUNTING BRACKETS MAY RESULT IN REAR BRAKE TUBE WEAR AND CORROSION, INCREASING THE RISK OF BRAKE FLUID LEAKAGE. BRAKE FLUID LEAKAGE COULD RESULT IN REDUCED BRAKING CAPABILITY, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPOSITION THE REAR BRAKE TUBES, INSTALL BRAKE TUBE CLIPS, AND APPLY ANTI-CORROSION MATERIAL TO THE REAR BRAKE TUBES. OWNER NOTIFICATION BEGAN JANUARY 22, 2004. OWNERS SHOULD CONTACT HYUNDAI OF PUERTO RICO AT 1-800-633-5151." -12/02/2003,03V494000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V494000),BUELL MOTORCYCLE CO.,BUELL/HORN WIRING,ELECTRICAL SYSTEM,0828,Vehicle,581,"ON CERTAIN MOTORCYCLES, THE WIRE THAT PROVIDES POWER TO THE HORN, DUE TO MISROUTING, CAN BECOME FRAYED FROM CONTACT WITH THE HORN BRACKET MOUNTING BOLT. AS A RESULT, THE HORN WIRE MAY BECOME EXPOSED, AND WHEN THE HORN BUTTON IS PUSHED, EITHER THE HORN CIRCUIT FUSE OR THE KEY SWITCH FUSE CAN BLOW.","IF THE KEY SWITCH FUSE BLOWS, THE VEHICLE CAN STALL, WHICH COULD RESULT IN A CRASH. IF THE HORN FUSE BLOWS, THERE WILL BE A LOSS OF POWER TO THE HORN AND REAR BRAKE LIGHT.","DEALERS WILL INSPECT AND CORRECT THE WIRE ROUTING, IF NECESSARY. OWNER NOTIFICATION BEGAN ON DECEMBER 23, 2003. OWNERS SHOULD CONTACT BUELL AT 1-414-342-4680." -12/02/2003,03V495000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V495000),"Suzuki Motor USA, LLC",SUZUKI/IGNITION SYSTEM WIRING HARNESS,ELECTRICAL SYSTEM,EN,Vehicle,20580,"ON CERTAIN SPORT UTILITY VEHICLES, THE IGNITION SYSTEM WIRING HARNESS IS ROUTED UNDER THE INTAKE MANIFOLD. THE HARNESS CAN RUB AGAINST THE MANIFOLD DURING VEHICLE OPERATION AND ABRASION DAMAGE TO THE HARNESS CAN OCCUR.","DAMAGE TO THE WIRING HARNESS CAN CAUSE A SHORT IN THE IGNITION CIRCUIT, WHICH CAN CAUSE THE IGNITION FUSE TO BLOW AND THE ENGINE TO STOP RUNNING. THIS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE AND COULD CAUSE A CRASH.","DEALERS WILL REPAIR ANY WIRING HARNESS DAMAGE AND WILL ADD ADDITIONAL INSULATION AND A PROTECTOR PLATE TO PREVENT THE WIRING HARNESS FROM BECOMING DAMAGED. OWNER NOTIFICATION BEGAN ON DECEMBER 16, 2003. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -12/01/2003,03V490000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V490000),"Autocar, LLC",AUTOCAR/HORN BUTTON MISSING,ELECTRICAL SYSTEM,A-0304,Vehicle,25,"ON CERTAIN DUAL STEER TRUCKS, THE HORN BUTTON ON THE 16"" RIGHT HAND STEERING WHEEL WAS MISSING.","THIS CONDITION COULD PREVENT A DRIVER FROM WARNING ANOTHER VEHICLE OR BYSTANDER OF THEIR PRESENCE, WHICH COULD CAUSE A VEHICLE CRASH OR INJURY TO BYSTANDERS.",DEALERS WILL REMOVE THE STEERING WHEEL AND INSTALL A NEW HORN RING CONTACT PLATE. OWNER NOTIFICATION WILL BEGIN IN DECEMBER 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 1-877-973-3486. -12/01/2003,03V491000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V491000),"Autocar, LLC",AUTOCAR/STEERING WHEEL,STEERING,A-0305,Vehicle,25,"ON CERTAIN DUAL STEER TRUCKS, THE RIGHT HAND STEERING WHEEL MAY NOT BE SEATED PROPERLY ON THE COLUMN SHAFT.","THIS COULD ALLOW THE STEERING WHEEL TO SLIP ON THE STEERING COLUMN SHAFT RESULTING IN LOSS OF VEHICLE STEERING WITHOUT WARNING, WHICH COULD CAUSE A CRASH.",DEALERS WILL RE-INSTALL STEERING WHEELS NOT MEETING THE SPECIFIED DIMENSION. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003. CUSTOMERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 1-765-489-5499. -12/01/2003,03V489000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V489000),"TRAILEX, LES REMORQUES DE RIMOUSKI INC",TRAILEX/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR TRAILEX AT 1-877-808-0513. -11/28/2003,03E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E061000),Villa International,VILLA INTERNATIONAL/DRIVER/PASSENGER SEAT,SEATS,NR (Not Reported),Equipment,856,"CERTAIN INTEGRATED DRIVER/PASSENGER SEAT FRAMES W/#1170 OR #1180 PEDESTAL W/1"" ON THE SEAT BELT BUCKLE MOUNT FOR USE ON CERTAIN MOTOR HOMES. THE SEAT BELT BUCKLE ANCHORAGE TO THE FRAME CAN FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207/210, ""SEATING SYSTEMS,"" AND ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT BUCKLE ANCHORAGE CAN SEPARATE FROM THE SEAT FRAME, POSSIBLY RESULTING IN SERIOUS INJURIES TO THE SEAT OCCUPANT.","VILLA WILL NOTIFY ITS CUSTOMERS AND REPAIR THE SEATS FREE OF CHARGE. A 7/8"" BUSHING WILL BE INSERTED INTO THE 1"" TUBE AT THE SEAT BELT BUCKLE ANCHORAGE AND FASTENED TOGETHER USING A 3/8-16X2 GRADE 5 HEX BOLT. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003 OR JANUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VILLA INTERNATIONAL AT 714-535-7272." -11/26/2003,03V493000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V493000),"Autocar, LLC",AUTOCAR/TRANSMISSION,POWER TRAIN,A-0307,Vehicle,834,"ON CERTAIN TRUCKS EQUIPPED WITH ALLISON HEAVY DUTY TRANSMISSIONS, THE BOLTS FASTENING THE PROPSHAFT TO THE TRANSMISSION YOKE WERE NOT TIGHTENED SUFFICIENTLY. LOOSE BOLTS CAN CAUSE DISLOCATION OF THE PROPSHAFT.",THIS CONDITION COULD CAUSE THE VEHICLE TO LOSE POWER TO ITS WHEELS AND RESULT IN A CRASH.,DEALERS WILL INSPECT AND RE-TIGHTEN BOLTS TO THE REQUIRED SPECIFICATIONS . CUSTOMERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 1-765-489-5499. -11/26/2003,03V487000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V487000),Moto Guzzi North America,MOTO GUZZI/ENGINE CONNECTING RODS,ENGINE AND ENGINE COOLING,I01EA5,Vehicle,64,"ON CERTAIN MOTORCYCLES, UNDER EXTENDED RUNNING SPEEDS NEAR THE ENGINE'S REVOLUTION LIMIT, THE ENGINE'S CONNECTING ROD BOLTS CAN FAIL.","SHOULD SUCH A FAILURE OCCUR, THE MOTORCYCLE'S ENGINE CAN SUDDENLY STOP TURNING OR ""LOCK,"" REQUIRING THE OPERATOR TO DISENGAGE THE CLUTCH IN ORDER TO MAINTAIN CONTROL OF THE MOTORCYCLE. IF THE CLUTCH IS NOT DISENGAGED, THE OPERATOR CAN LOSE OF CONTROL OF THE MOTORCYCLE, WHICH COULD RESULT IN A CRASH, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSTALL NEW, REDESIGNED CONNECTING RODS AND BOLTS. OWNER NOTIFICATION BEGAN DECEMBER 14, 2003. OWNERS SHOULD CONTACT MOTO GUZZI AT 1-877-APRILIA (1-877-277-4542)." -11/26/2003,03V486000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V486000),Moto Guzzi North America,MOTO GUZZI/TRANSMISSION GEAR BREAKAGE,POWER TRAIN,101EBS,Vehicle,680,"ON CERTAIN MOTORCYCLES, THE GEARBOX SHIFT SLEEVES FOR ENGAGEMENT OF 3RD TO 6TH GEARS CAN FRACTURE UNEXPECTEDLY WHILE THE MOTORCYCLE IS IN USE.","SHOULD SUCH A FRACTURE OCCUR, THE MOTORCYCLE'S REAR WHEEL CAN SUDDENLY STOP TURNING OR ""LOCK,"" RESULTING IN A LOSS OF CONTROL OF THE MOTORCYCLE, WHICH COULD RESULT IN A CRASH, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSTALL NEW, IMPROVED SHIFT RINGS AND A REDESIGNED CUSH-DRIVE ASSEMBLY. OWNER NOTIFICATION BEGAN DECEMBER 14, 2003. OWNERS SHOULD CONTACT MOTO GUZZI AT 1-877-APRILIA (1-877-277-4542)." -11/25/2003,03V485000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V485000),"BENSON INTERNATIONAL, INC.",BENSON/FMVSS 108/REAR CLEARANCE LAMPS,EXTERIOR LIGHTING,2003CDTRCL,Vehicle,225,"CERTAIN COAL DUMP TRAILERS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES MAY NOT BE EQUIPPED WITH HIGH MOUNTED REAR CLEARANCE LAMPS.",THE ABSENCE OF HIGH MOUNTED REAR CLEARANCE LAMPS DURING DARKNESS MAY CAUSE THE AVERAGE MOTORIST NOT TO REACT TO THE PRESENCE OF APPROACHING THE REAR OF A HEAVY VEHICLE WHICH COULD RESULT IN A CRASH.,BENSON WILL INSTALL A HIGH MOUNTED REAR CLEARANCE LAMP. OWNER NOTIFICATION IS EXPECTED TO BEGIN FEBRUARY 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENSON AT 1-877-489-9020. -11/25/2003,03V483000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V483000),"BMW of North America, LLC",BMW MOTORCYCLES/ELECTRICAL WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7000,"ON CERTAIN MOTORCYCLES, THE ELECTRICAL WIRING FOR THE OXYGEN SENSOR AND THE IGNITION LEAD FOR THE RIGHT-HAND SECONDARY SPARK PLUG HAVE A PARALLEL ROUTING OVER PART OF THEIR INSTALLATION PATH. THE CLOSE PROXIMITY OF THESE CABLES MAY ALLOW THE SIGNAL FROM THE IGNITION LEAD TO INTERFERE WITH THE SIGNAL FROM THE OXYGEN SENSOR WIRING.","AS A RESULT, ENGINE HESITATION OR MISFIRING COULD OCCUR, WHICH COULD RESULT IN A CRASH.","DEALERS WILL RE-ROUTE THE ELECTRICAL WIRING TO THE OXYGEN SENSOR. OWNER NOTIFICATION BEGAN DECEMBER 10, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -11/25/2003,03V468000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V468000),"Dutchmen Manufacturing, Inc.",DUTCHMEN/ALUMINUM ALLOY WHEELS,WHEELS,NR (Not Reported),Vehicle,124,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH OPTIONAL ALUMINUM ALLOY WHEELS, INCORRECT WHEEL BOLTS WERE INSTALLED.","LOOSENING OF THE WHEEL BOLTS COULD OCCUR, CAUSING A WHEEL SEPARATION INCIDENT, AND RESULTING IN A CRASH.","DEALERS WILL REPLACE THE WHEEL BOLTS. ALSO, DEALERS WILL INSPECT THE MATING SURFACE OF THE ALUMINUM ALLOY WHEEL FOR DAMAGE AND REPLACE IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DUTCHMEN AT 1-219-534-1224." -11/20/2003,03E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E060000),GOODRICH CORPORATION,GOODRICH/VELVET-RIDE REAR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Equipment,59,"VELVET-RIDE REAR SUSPENSION SYSTEM DESIGN FOR USE ON CERTAIN HEAVY DUTY VEHICLES, PART NO. 06-81-4038 AND SOLD BETWEEN DECEMBER 1998 TO APRIL 2001. THE BOLTS THAT CONNECT THE SUSPENSION SPRING TO THE AXLE MAY BREAK CAUSING THE VEHICLE TO DROP SUDDENLY.","THE AXLE MAY BECOME SEPARATED FROM THE VEHICLE, POSSIBLY CAUSING A LOSS OF VEHICLE CONTROL.","THE VEHICLES WILL BE RETRO-FITTED WITH AN AIR SUSPENSION FREE OF CHARGE. THE RECALL BEGAN AUGUST 17, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GOODRICH AT 904-757-3660." -11/19/2003,03V481000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V481000),"ALFA LEISURE,INC.",ALFA LEISURE/ SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,13,"ON CERTAIN MODEL 235, 241, 253, 255, AND 266 MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR ALFA LEISURE AT 1-909-628-5574." -11/19/2003,03V482000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V482000),Ford Motor Company,FORD/STALLING,"FUEL SYSTEM, GASOLINE",03N01,Vehicle,671000,"ON CERTAIN PASSENGER VEHICLES, CONTAMINATION OF THE FILTER IN THE FUEL DELIVERY MODULE (FDM) CAN REDUCE, AND EVENTUALLY BLOCK, THE FLOW OF FUEL TO THE ENGINE.","THIS MAY CAUSE ENGINE HESITATION, LOSS OF POWER, SURGING, AND OTHER SIMILAR SYMPTOMS. OVER TIME, THE FILTER MAY BECOME SUFFICIENTLY BLOCKED TO CAUSE THE ENGINE TO STALL, WHICH COULD RESULT IN A CRASH.","THIS ACTION IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN AND IS NOT BEING CONDUCTED UNDER THE SAFETY ACT. ALL OWNERS WILL BE NOTIFIED OF THE PROBLEM, AND DEALERS WILL REPLACE THE FDM WITH A NEW DESIGN AT NO CHARGE IF THE OWNER REPORTS THAT THE VEHICLE EXHIBITS ANY OF THE IDENTIFIED SYMPTOMS. THE FREE REPLACEMENT WILL BE AVAILABLE FOR A PERIOD OF 10 YEARS FOLLOWING THE ORIGINAL PURCHASE OF THE VEHICLE, WITH NO MILEAGE LIMIT. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -11/19/2003,03V484000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V484000),"SUPERIOR MANUFACTURING, INC.",SUPERIOR/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,36,"ON CERTAIN DUMP TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR SUPERIOR AT 1-888-877-5674. -11/17/2003,03V455000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V455000),"Nissan North America, Inc.",NISSAN/CRANK/CAM POSITION SENSOR WELD,ENGINE AND ENGINE COOLING,R3021/R3022,Vehicle,630000,"ON CERTAIN PASSENGER VEHICLES, THE CIRCUIT BOARD FOR THE CRANK POSITION SENSOR OR CAM POSITION SENSOR MAY HAVE AN IMPROPER SOLDER JOINT DUE TO SOLDER DEFORMATION CAUSED BY HEAT STRESS ACCELERATED BY THE EXISTENCE OF FLUX RESIDUE DURING THE SOLDERING PROCESS.","THIS COULD CAUSE THE ""SERVICE ENGINE SOON"" WARNING LIGHT TO COME ON, CREATE A NO START CONDITION, CAUSE REDUCED ENGINE POWER, OR CAUSE THE ENGINE TO STOP RUNNING WITHOUT WARNING DURING VEHICLE OPERATION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE CRANK POSITION SENSORS. CAMSHAFT POSITION SENSOR(S), AND IN SOME CASES, THE VARIABLE TIMING CONTROL SENSOR(S). VEHICLES INVOLVED IN A PREVIOUS RECALL CAMPAIGN, 01V357, ARE ALSO INCLUDED IN THIS NEW CAMPAIGN. THE REPLACEMENT SENSORS USED IN THAT CAMPAIGN ARE ALSO AFFECTED. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -11/17/2003,03V474000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V474000),"Volvo Car USA, LLC",VOLVO/ELECTRIC BRAKE VACUUM PUMP,"SERVICE BRAKES, HYDRAULIC",129,Vehicle,36000,"ON CERTAIN PASSENGER VEHICLES, WATER CAN ENTER THE ELECTRICAL BRAKE VACUUM PUMP, CAUSING THE PUMP TO FAIL.","THIS COULD RESULT IN LOSS OF POWER ASSIST AND AN INCREASE IN NEEDED BRAKE PEDAL FORCE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE PUMP WITH A NEW AND IMPROVED VERSION AND MOVE THE PUMP TO A NEW LOCATION. OWNER NOTIFICATION BEGAN ON MARCH 15, 2004. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -11/14/2003,03E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E055000),ACCURIDE CORPORATION,ACCURIDE/TUBELESS STEEL WHEELS/CRACKING,WHEELS,NR (Not Reported),Equipment,260,"16 X 6 INCH, 5 DEGREE DROP CENTER, ONE-PIECE TUBELESS STEEL WHEELS FOR USE ON LIGHT TRUCKS MANUFACTURED ON AUGUST 14 AND 15, 2003, PART NO. 29581. A PORTION OF THE WHEELS WERE ASSEMBLED USING A RIM THAT WAS LIGHTER THAN THE RIM NORMALLY USED. THE LOAD RATING STAMPED ON THE WHEELS IS INCORRECT. THE WHEEL ASSEMBLED WITH THE LIGHTER RIM IS SUBJECT TO A LOAD IN EXCESS OF 2,680 POUNDS AT 80 PSI.","OVER TIME A CRACK COULD DEVELOP IN THE WHEEL WHICH, IF ALLOWED TO PROPAGATE, COULD RESULT IN WHEEL FAILURE.","ACCURIDE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AT 1-800-869-2275." -11/14/2003,03V453000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V453000),"Autocar, LLC",AUTOCAR/STEERING PITMAN ARM,STEERING,A-0303,Vehicle,115,"ON CERTAIN CLASS 8 TRUCKS, THE CASTLE NUT HOLDING THE PITMAN ARM TO THE STEERING DRAG LINK CAN VIBRATE LOOSE DUE TO A MISSING COTTER PIN.","IF THE STEERING COMPONENTS BECOME DETACHED FROM EACH OTHER, THIS COULD RESULT IN LOSS OF VEHICLE STEERING WITHOUT WARNING, WHICH COULD CAUSE A CRASH.",AUTOCAR HAS TELEPHONED ALL CUSTOMERS AND ALL VEHICLES HAVE BEEN REPAIRED. -11/14/2003,03V475000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V475000),"BMW of North America, LLC",BMW/FRONT DRIVETRAIN FASTENERS,POWER TRAIN,NR (Not Reported),Vehicle,350,"ON CERTAIN SPORT UTILITY VEHICLES, THE BOLTS THAT HOLD THE FRONT DIFFERENTIAL, THE RIGHT OUTPUT SHAFT HOUSING FLANGE AT THE ENGINE, AND THE RIGHT-HAND ENGINE SUPPORT MAY BE INSUFFICIENTLY TIGHTENED.","WITH PROLONGED DRIVING, THESE BOLTS COULD BECOME LOOSE, CAUSE DAMAGE TO THE ENGINE AND TRANSMISSION HOUSINGS. THE RIGHT OUTPUT SHAFT COULD BECOME DISCONNECTED, AFFECTING THE ABILITY TO CONTROL THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND RETIGHTEN THE DRIVETRAIN FASTENERS. OWNER NOTIFICATION BEGAN NOVEMBER 28, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -11/14/2003,03V477000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V477000),"Nissan North America, Inc.",NISSAN/ECM MATERIAL,ELECTRICAL SYSTEM,P3163,Vehicle,276000,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH THE QG18DE ENGINE OR QR25DE ENGINES, THE FOAM MATERIAL USED FOR THE INTERIOR LINING OF THE ELECTRONIC CONTROL MODULE (ECM) BOX EMITS SULFUR AS IT CURES.","IF ONE OF THE RESISTORS INSIDE THE ECM HAS A CRACK ON THE SURFACE COATING, THE GAS MAY CAUSE CORROSION OF THE RESISTOR. THIS COULD CAUSE THE MALFUNCTION INDICATOR LIGHT TO COME ON, POOR DRIVABILITY (IDLE INSTABILITY, POOR ACCELERATOR), OR THE ENGINE TO STOP RUNNING DURING VEHICLE OPERATION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REMOVE THE INSIDE LINING MATERIAL FROM THE ECM BOX. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/14/2003,03V476000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V476000),"Nissan North America, Inc.",NISSAN/FRONT BRAKE CALIPER MOUNTING BOLTS,"SERVICE BRAKES, HYDRAULIC",R3020,Vehicle,24300,"ON CERTAIN SPORT UTILITY VEHICLES, THE FRONT BRAKE CALIPER MOUNTING BOLTS MAY NOT BE ADEQUATELY TIGHTENED. THIS COULD RESULT IN ONE OR BOTH OF THE CALIPER MOUNTING BOLTS LOOSENING.","IF THIS OCCURS, IT WOULD ALLOW THE CALIPER TO ROTATE OR SEPARATE FROM ITS MOUNTING BRACKET. THIS COULD CAUSE THE BRAKE TO FAIL, REDUCING THE VEHICLE'S ABILITY TO STOP. IT COULD ALSO DAMAGE THE WHEEL, CAUSING THE TIRE TO GO FLAT. EITHER ONE OF THESE CONDITIONS COULD RESULT IN A CRASH.","DEALERS WILL TIGHTEN THE FRONT BRAKE CALIPER MOUNTING BOLTS TO ENSURE THAT THEY ARE SECURE. OWNER NOTIFICATION BEGAN ON JANUARY 5, 2004. OWNERS SHOULD CONTACT INFINITI AT 1-800-662-6200." -11/13/2003,03V480000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V480000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/LOFT BED,EQUIPMENT,31106,Vehicle,209,"ON CERTAIN TRAVEL TRAILERS, THE STANDARD LOFT BED DID NOT INCLUDE THE SAFETY TRAVEL PINS, TRAVEL STRAPS, OPERATIONAL LOFT BED CONVERSION INSTRUCTION LABEL, AND THE 90-POUND TYPE GAS STRUTS.",THIS COULD RESULT IN A PERSON OR OBJECT BEING HIT WITH THE LOFT BUNK.,"DEALERS WILL INSPECT AND INSTALL SAFETY TRAVEL PINS, TRAVEL STRAPS, AN OPERATIONAL LOFT BED CONVERSION INSTRUCTION LABEL, AND REPLACE THE TWO LOCKABLE TYPE 30-POUND BED GAS STRUTS WITH 90-POUND TYPE GAS STRUTS. OWNER NOTIFICATION BEGAN DURING NOVEMBER 2003. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-445-3307." -11/12/2003,03V464000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V464000),"Airstream, Inc.",AIRSTREAM/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,3340,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR AIRSTREAM AT 937-596-6111." -11/12/2003,03V469000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V469000),"BENSON INTERNATIONAL, INC.",BENSON/TAILGATE,STRUCTURE,031015,Vehicle,15,"ON CERTAIN STEEL DUMP TRAILERS EQUIPPED WITH TWO-WAY TAILGATES WHICH CAN OPEN AS BOTH A CONVENTIONAL TOP SWING AND A SIDE DOOR ""BARN DOOR"" TAILGATE, WHEN OPERATED AS CONVENTIONAL OR TOP SWING MODE, THE HINGE/LATCH MECHANISM ON THE ROADSIDE REAR POST MAY FAIL TO CONTAIN THE TAILGATE LATCHING/PIVOT PIN. THIS COULD ALLOW THE TAILGATE TO SWING OPEN.",THE UNEXPECTED OPERATION OF THE TAILGATE MAY RESULT IN DAMAGE TO THE TRAILER BODY AND IN PERSONAL INJURY.,BENSON WILL INSTALL A REDESIGNED TAILGATE LOCKING MECHANISM. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENSON AT 1-877-489-9020. -11/12/2003,03V465000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V465000),"Dutchmen Manufacturing, Inc.",DUTCHMEN/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,24113,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR DUTCHMEN AT 574-537-0700." -11/12/2003,03V451000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V451000),GENERAL COACH - HENSALL,GENERAL COACH - HENSALL/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,21,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR GENERAL COACH - HENSALL AT 1-519-262-2600." -11/12/2003,03V450000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V450000),GENERAL COACH - OLIVER,GENERAL COACH OLIVER/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,371,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR GENERAL COACH, OLIVER AT 1-250-498-3471." -11/12/2003,03V463000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V463000),Keystone RV Company,KEYSTONE/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,3641,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR KEYSTONE AT 574-535-2100." -11/12/2003,03V470000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V470000),MONACO COACH CORPORATION,MONACO/CERTIFICATION TAG/TIRE SIZE,EQUIPMENT,R03053,Vehicle,26,"ON CERTAIN FIFTH WHEELS, THE FEDERAL IDENTIFICATION TAG HAS A TYPOGRAPHICAL ERROR SHOWING AN INCORRECT TIRE SIZE.","IF THE TAG INFORMATION IS RELIED UPON BY THE OWNER OF THE VEHICLE, INCORRECT TIRES COULD BE INSTALLED ON THE VEHICLE.","DEALERS WILL INSTALL NEW FEDERAL IDENTIFICATION TAGS. OWNER NOTIFICATION BEGAN DECEMBER 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -11/12/2003,03V467000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V467000),PARCO HESSE CORPORATION INC.,PARCO HESSE/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR PARCO HESSE AT 1-800-363-5975. -11/12/2003,03V466000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V466000),RC TRAILERS,RC/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,78,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR RC TRAILERS AT 619-469-1487. -11/11/2003,03V461000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V461000),LIBERTY BUS INCORPORATED,LIBERTY BUS/FMVSS 111/REARVIEW MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,11,"2003 LIBERTY SPIRIT (FREEDOM) SCHOOL BUSES MANUFACTURED FROM JANUARY 2002 AND OCTOBER 2003. THE DECAL FOR THE CROSS-VIEW MIRROR USAGE HAS FALLEN OFF WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS.""",,"LIBERTY WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 2, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LIBERTY AT 419-227-6554." -11/10/2003,03V471000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V471000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL LINE LEAKAGE,"FUEL SYSTEM, GASOLINE",C34,Vehicle,9579,"ON CERTAIN SPORT UTILITY VEHICLES, THE CHASSIS FUEL SUPPLY TUBE MAY HAVE BEEN INCORRECTLY MANUFACTURED.","UNDER CERTAIN ENGINE AND VEHICLE DYNAMIC CONDITIONS, THE FUEL LINE MAY SEPARATE, RESULTING IN A FUEL LEAK AND AN INCREASED RISK OF A VEHICLE FIRE.","DEALERS WILL INSTALL A SECONDARY RETENTION CLIP TO THE FUEL LINE QUICK CONNECT. OWNER NOTIFICATION BEGAN ON DECEMBER 15, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -11/10/2003,03V460000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V460000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWR CONTROL ARM BALL JOINTS,SUSPENSION,C36,Vehicle,336000,"ON CERTAIN SPORT UTILITY VEHICLES, THE LOWER CONTROL ARM BALL JOINTS CAN EXPERIENCE A LOSS OF LUBRICATION THAT CAN LEAD TO CORROSION, ACCELERATED WEAR, AND POSSIBLE SEPARATION FROM THE STEERING KNUCKLE.",A BALL JOINT THATHAS SEPARATED FROM THE KNUCKLE COULD RESULT IN LOSS OF VEHICLE DIRECTIONAL CONTROL AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE FRONT LOWER CONTROL ARM BALL JOINTS WITH MODIFIED ASSEMBLIES AND HEAT SHIELDS ON VEHICLES BUILT BETWEEN JANUARY 2, 2001 AND OCTOBER 4, 2002. ON VEHICLES BUILT BETWEEN OCTOBER 5, 2002 AND MARCH 26, 2003, DEALERS WILL INSPECT THE BALL JOINT ASSEMBLIES (AND REPLACE THEM AS NECESSARY) AND INSTALL HEAT SHIELDS. OWNER NOTIFICATION BEGAN ON DECEMBER 15, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -11/10/2003,03V454000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V454000),"General Motors, LLC",GM/FUEL TANK INLET CHECK VALVE WELD,"FUEL SYSTEM, GASOLINE",03055,Vehicle,79,"ON CERTAIN PASSENGER VEHICLES, A WELD BETWEEN THE FUEL TANK INLET CHECK VALVE AND THE FUEL TANK CAN FAIL.","IF THESE PARTS SEPARATE, THE DRIVER MAY NOTICE AN ODOR OF FUEL, THE SERVICE ENGINE SOON OR CHECK ENGINE LIGHT MAY ILLUMINATE, AND/OR FUEL MAY LEAK ONTO THE GROUND. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE SERIAL NUMBER OF THE FUEL TANK TO SEE IF IT IS ON THE LIST OF AFFECTED TANKS. IF THE SERIAL NUMBER MATCHES, THE FUEL TANK WILL BE REPLACED. OWNER NOTIFICATION BEGAN NOVEMBER 4, 2003. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080 OR PONTIAC AT 1-800-620-7668." -11/06/2003,03C010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C010000),Dorel Juvenile Group,DOREL/CHILD RESTRAINTS/MISPRINTED LABEL,CHILD SEAT,NR (Not Reported),Child Seat,27800,"HIGH RISE CHILD RESTRAINTS, MODEL NUMBERS 22-297-WAL, 22-298-STM, 22-299-NAN, AND 93-299-FSM, MANUFACTURED BETWEEN OCTOBER 1 AND OCTOBER 31, 2003. DJG INTENDED TO RECOMMEND THAT THE FORWARD-FACING MODE SHOULD BE USED FOR CHILDREN ""OVER 1 YEAR OF AGE."" THE LABEL WAS MISPRINTED TO RECOMMEND THAT THE FORWARD-FACING MODE SHOULD BE USE FOR CHILDREN ""UNDER 1 YEAR OF AGE.""","IF THE CONSUMER WERE TO FOLLOW THE ERRONEOUS INSTRUCTIONS, THE SEAT MAY NOT ADEQUATELY RESTRAIN THE CHILD IN THE EVENT OF A VEHICLE CRASH, POSSIBLE RESULTING IN INJURIES TO THE CHILD",DJG WILL SEND CONSUMERS A CORRECTED LABEL. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DJG TOLL-FREE AT (866) 611-3022. -11/06/2003,03V462000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V462000),"Featherlite, Inc.",FEATHERLITE/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,498,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR FEATHERLITE AT 1-800-800-1230." -11/06/2003,03V459000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V459000),Ford Motor Company,FORD/FMVSS 225/FLOOR TO SEAT LATCH,SEATS,03C05,Vehicle,257119,"CERTAIN MINIVANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEM."" DURING TESTING, A THIRD ROW BENCH FLOOR-TO-SEAT LATCH RELEASED BEFORE THE STRENGTH REQUIREMENT WAS MET. IDENTICAL LATCHES ARE USED IN THE SECOND ROW OF SEATS.","IF THE LATCHES ON TH4E SECOND OR THIRD ROW SEATS OF THE VEHICLE RELEASE IN A CRASH, THE POTENTIAL FOR OCCUPANT INJURY IS INCREASED.","DEALERS WILL REPLACE THE SEAT-TO-FLOOR LATCHES ON THE SECOND AND THIRD ROW OF SEATS. OWNER NOTIFICATION BEGAN ON NOVEMBER 21, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -11/06/2003,03V472000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V472000),Ford Motor Company,FORD/NATURAL GAS FUEL TANK,"FUEL SYSTEM, OTHER",03S08,Vehicle,4218,"ON CERTAIN NATURAL GAS VEHICLES, IF A FLAME FROM A VEHICLE INTERIOR FIRE BECOMES LOCALLY DIRECTED AT THE NATURAL GAS FUEL TANK LOCATED IMMEDIATELY BEHIND THE REAR SEAT, THE FLAME COULD DAMAGE THE FIBERGLASS WRAP ON THE TANK WEAKENING THE TANK.","IF THE STRENGTH OF THE TANK IS SIGNIFICANTLY COMPROMISED, IT COULD RUPTURE, INCREASING THE RISK OF A FIRE.","DEALERS WILL INSTALL AN INSULATOR BEHIND THE CURRENT SEAT BACK. OWNER NOTIFICATION BEGAN ON JANUARY 7, 2004. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -11/06/2003,03V457000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V457000),Ford Motor Company,FORD/POWER STEERING LINE,STEERING,03S09,Vehicle,23996,"ON CERTAIN MINIVANS, THE POWER STEERING LOW-PRESSURE LINE MAY NOT BE FULLY SEATED AT THE RACK AND PINION STEERING GEAR.","IF THIS LINE BECOMES DISCONNECTED, IT MAY CREATE THE POTENTIAL FOR FLUID TO COME INTO CONTACT WITH THE EXHAUST SYSTEM, WHICH COULD RESULT IN SMOKE OR FIRE.","DEALERS WILL INSPECT THE POWER STEERING LOW-PRESSURE LINE TO ENSURE THAT IT IS SEATED PROPERLY AT THE RACK AND PINION STEERING GEAR. OWNER NOTIFICATION BEGAN NOVEMBER 10, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -11/06/2003,03V447000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V447000),UNITED SPECIALTIES INC.,UNITED SPECIALTIES/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,147,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR UNITED SPECIALTIES AT 574-206-9406." -11/04/2003,03V443000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V443000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL RETURN LINE HOSE FITTING,"FUEL SYSTEM, GASOLINE",C38,Vehicle,5911,"ON CERTAIN PASSENGER VEHICLES, THE FUEL RETURN LINE HOSE FITTING ON THE ELECTRIC FUEL PUMP MAY BE RESTRICTED, CAUSING EXCESSIVE FUEL PRESSURE TO BUILD UP IN THE FUEL INJECTION SYSTEM. EXCESSIVE FUEL PRESSURE MAY RESULT IN A LEAK IN THE FUEL RETURN HOSE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL PUMP PRESSURE. THOSE VEHICLES EXHIBITING HIGHER THAN NORMAL FUEL PUMP PRESSURE WILL RECEIVE FUEL PUMP MODIFICATIONS. OWNER NOTIFICATION BEGAN ON DECEMBER 15, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -11/04/2003,03V438000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V438000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CERTIFICATION LABEL/GAWR INCORRECT,EQUIPMENT,31027,Vehicle,54,"CERTAIN TRAVEL TRAILERS FAIL TO COMPLY WITH REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE INCORRECT GROSS AXLE WEIGHT RATING (GAWR) WAS PRINTED ON THE LABEL. THE CORRECT GAWR WEIGHT FIGURE SHOULD BE 5080 LB PER AXLE.",,"OWNERS ARE BEING PROVIDED WITH CORRECT LABELS AND INSTALLATION INSTRUCTIONS. IF AN OWNER IS NOT COMFORTABLE INSTALLING THIS LABEL, THEY CAN TAKE IT TO THEIR DEALER AND THE DEALER WILL INSTALL IT AT NO CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2003. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-444-3307." -11/04/2003,03V452000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V452000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,60877,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR FLEETWOOD AT 1-800-629-8454." -11/04/2003,03V437000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V437000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/WHEEL LUG NUT TORQUE,WHEELS,31028,Vehicle,4933,"ON CERTAIN CONVENTIONAL AND FIFTH WHEEL TRAVEL TRAILERS, THE OWNER MANUALS EITHER DO NOT CONTAIN THE WHEEL LUG NUT TORQUE INFORMATION OR CONTAIN INCORRECT WHEEL LUG NUT TORQUE INFORMATION FOR THE OPTIONAL ""ALUMINUM WHEEL""",VEHICLE OPERATION WITHOUT THE PROPER TORQUE APPLIED TO THE WHEEL LUG NUTS COULD RESULT IN THE LUG NUTS BECOMING LOOSE AND A WHEEL SEPARATION THAT COULD RESULT IN A CRASH.,"OWNERS WILL BE PROVIDED WITH A LABEL AND INSERT TO BE ADDED TO THE OWNER'S MANUAL. IF THE VEHICLE HAS THE ""ALUMINUM WHEEL"" OPTION, OWNERS ARE REQUESTED TO BRING THEIR VEHICLE INTO A DEALER TO HAVE THE WHEEL LUG NUTS TORQUED TO THE PROPER SPECIFICATIONS. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2003. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-445-3307." -11/04/2003,03V449000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V449000),FOUR WINDS INTERNATIONAL,FOUR WINDS/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,12918,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR FOUR WINDS AT 1-219-266-1111." -11/04/2003,03V439000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V439000),Glaval Bus,GLAVAL/ENTRANCE DOOR PIVOT PIN,STRUCTURE,NR (Not Reported),Vehicle,129,"ON CERTAIN TRANSIT BUSES, THE ENTRANCE DOOR PIVOT PIN ASSEMBLY CAN FAIL ALLOWING THE DOOR TO COME LOOSE.","THIS COULD RESULT IN DOORS FALLING OFF THE BUS, CAUSING POSSIBLE INJURY TO PEDESTRIANS CLOSE TO THE BUS, DAMAGE TO ADJACENT VEHICLES, OR RESULT IN A CRASH.",OWNERS WILL BE PROVIDED WITH REPLACEMENT PIVOT PINS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2003. OWNERS SHOULD CONTACT GLOBAL AT 1-800-445-2824. -11/04/2003,03V441000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V441000),HACKNEY,HACKNEY/FMVSS 121/ELECTRICAL POWER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,28,"CERTAIN DOUBLE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" CONTINUOUS POWER IS NOT PROVIDED TO THE REAR ELECTRICAL CONNECTOR ON THE TOWING VEHICLE AS REQUIRED BY THE STANDARD.",THIS COULD RESULT IN LOSS OF CONTROL DURING BRAKING AND A CRASH WITHOUT WARNING.,OWNERS WILL BE FURNISHED WITH AN ADD-ON WIRING HARNESS TO PROVIDE THIS CONTINUOUS POWER AND WILL BE REIMBURSED A FIX AMOUNT FOR INSTALLATION LABOR. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003. OWNERS SHOULD CONTACT HACKNEY AT 1-252-946-6521. -11/04/2003,03V433000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V433000),Hyundai Translead,HYUNDAI TRANSLEAD/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,11,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR HYUNDAI TRANSLEAD AT 1-619-680-3145. -11/04/2003,03E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E056000),"INTERMOUNTAIN RV, INC.",INTERMOUNTAIN/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Equipment,91,"ON CERTAIN SLIDE-IN TRUCK CAMPERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR INTERMOUNTAIN AT 1-541-663-8713." -11/04/2003,03V478000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V478000),JACOBSEN TRAILER INC.,JACOBSEN/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR JACOBSEN AT 1-559-834-5971. -11/04/2003,03V446000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V446000),Komfort Corporation,KOMFORT/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,305,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR KOMFORT AT 1-503 722-5199." -11/04/2003,03V442000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V442000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/FUEL RETURN LINE HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17087,"ON CERTAIN PASSENGER VEHICLES, THE FUEL RETURN LINE HOSE FITTING ON THE ELECTRIC FUEL PUMP MAY BE RESTRICTED, CAUSING EXCESSIVE FUEL PRESSURE TO BUILD UP IN THE FUEL INJECTION SYSTEM. EXCESSIVE FUEL PRESSURE MAY RESULT IN A LEAK IN THE FUEL RETURN HOSE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL PUMP PRESSURE. THOSE VEHICLES EXHIBITING HIGHER THAN NORMAL FUEL PUMP PRESSURE WILL RECEIVE FUEL PUMP MODIFICATIONS. THE RECALL BEGAN DECEMBER 3, 2003. OWNERS SHOULD CONTACT MITSUBISHI AT 1-800-222-0037 OR MITSUBISHI CARIBBEAN AT 1-800-981-0452." -11/04/2003,03V440000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V440000),"Nu Wa Industries, Inc.",NUWA/HITCH PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,6,"ON CERTAIN FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH OPTIONAL EXTENDED HITCH PIN BOXES, CRACKING CAN OCCUR IN THE BOX AREA OF THE HITCH PIN.",A COMPLETE FAILURE COULD RESULT IN THE TRAILER SEPARATING FROM THE TOW VEHICLE WHICH COULD RESULT IN A CRASH.,"ALL SIX OWNERS HAVE BEEN CONTACTED BY NUWA. OWNER NOTIFICATION BEGAN ON OCTOBER 9, 2003." -11/04/2003,03V445000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V445000),"Play-Mor Trailers, Inc.",PLAY-MOR/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,30,"ON CERTAIN TRAVEL, FIFTH WHEEL AND HORSE TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 1-800-932-3837 OR PLAY-MOR AT 1-573-455-2387." -11/04/2003,03V444000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V444000),R-VISION,R-VISION/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,5621,"ON CERTAIN MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR R-VISION AT 574-268-2111." -11/04/2003,03V436000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V436000),Rhodes Trailers,RHODES/AXLE GREASE,SUSPENSION,NR (Not Reported),Vehicle,32,"CERTAIN TRAILERS WERE EQUIPPED WITH SYNTHETIC AXLE GREASE. WHEEL BEARING FAILURE OCCURS RESULTING IN DAMAGED WHEEL HUBS, AXLE SPINDLES, WHEEL SEALS, ETC.","EXTREME HEAT CAN OCCUR THAT COULD CAUSE THE AXLE SPINDLE TO SEPARATE FROM THE AXLE AND CAUSE THE TIRES AND WHEELS TO COME OFF WHILE IN OPERATION, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REMOVE TIRES AND WHEELS, DISASSEMBLE THE AXLE HUB WHEEL BEARINGS, AND INSPECT AND REPLACE, IF NECESSARY. THE SUSPECT GREASE WILL BE REMOVED AND CLEANED THOROUGHLY. OWNER NOTIFICATION BEGAN SEPTEMBER 26, 2003. OWNERS SHOULD CONTACT RHODES AT 1-304-863-8078." -11/04/2003,03V479000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V479000),"SHUR SHAR MANUFACTURING, INC.",SHUR SHAR/BENDIX/ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,"ON CERTAIN VAN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR SHUR SHAR AT 1-559-268-7487. -11/04/2003,03V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V432000),"Strick Trailers, LLC",STRICK/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3007,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR STRICK AT 1-215-949-3600. -11/04/2003,03V448000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V448000),"Thor California, Inc.",THOR CALIFORNIA/SAMSUNG/MICROWAVE,EQUIPMENT,NR (Not Reported),Vehicle,14522,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE OVENS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR THOR CALIFORNIA AT 1-909-697-4190." -11/04/2003,03V434000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V434000),"Volvo Car USA, LLC",VOLVO/FRONT WHEEL SPEED SENSOR,WHEELS,127A,Vehicle,2586,"ON CERTAIN SPORT UTILITY VEHICLES, THE FRONT WHEEL SPEED SENSORS MAY BE DEFECTIVE, CAUSING AN ERRONEOUS WHEEL SPEED SIGNAL.","THIS CAN ADVERSELY AFFECT A NUMBER OF VEHICLE FUNCTIONS, INCLUDING BRAKE, ENGINE, TRANSMISSION, AND TORQUE DISTRIBUTION CONTROL WHICH RELY ON THIS SIGNAL FOR PROPER OPERATION.","DEALERS WILL REPLACE THE FRONT WHEEL SENSORS. OWNER NOTIFICATION BEGAN ON DECEMBER 8, 2003. OWNERS SHOULD CONTACT VOLVO CARS AT 1-800-458-1552." -11/03/2003,03E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E054000),"BEAMS INDUSTRIES, INC.",BEAMS/FMVSS 209/SEAT BELT ASSEMBLY/TONGUE RELEASE,SEAT BELTS,NR (Not Reported),Equipment,5000,"BEAM'S ASSEMBLED SEAT BELTS CONTAINING A TONGUE KNOWN AS BEAM'S MODEL NO. 201, PRIMARILY FOR INSTALLATION IN A VARIETY OF VEHICLES. THE TONGUES WERE ASSEMBLED INTO BEAM'S SEAT BELT UNITS WITH DATES OF MANUFACTURER OF BETWEEN JULY AND OCTOBER 2003 ORIGINATING FROM BATCH NUMBERS 2691 AND 2323. THE MONTHS JULY, AUGUST, SEPTEMBER, AND OCTOBER WILL APPEAR ON THE SEWN-IN TAG OF THE SEAT BELT ASSEMBLY. THE SUBSTANTIAL MAJORITY OF THE SEWN-IN TAGS WILL ALSO CONTAIN THE NUMBER ""1201."" THESE SEAT BELT ASSEMBLIES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","."" IN THE EVENT OF A VEHICLE CRASH, THE TONGUE MAY RELEASE AND THE SEAT OCCUPANT COULD SUSTAIN INJURIES.","OWNER NOTIFICATION BEGAN NOVEMBER 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BEAM'S AT 1-888-343-9266 OR HELP@BEAMSIND.COM." -11/03/2003,03V435000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V435000),"General Motors, LLC",GM/CNG FUEL LEAKAGE,"FUEL SYSTEM, OTHER",03053,Vehicle,395,"SOME 2WD AND 4WD PICKUP TRUCKS, CONVERTED TO EITHER DEDICATED OR BI-FUEL COMPRESSED NATURAL GAS (CNG) FUEL USAGE, WERE ASSEMBLED WITH A THROTTLE CABLE THAT CAN CONTACT AND RUB THROUGH THE FLEXIBLE PRESSURIZED FUEL LINE CREATING A PINHOLE LEAK OF NATURAL GAS TO THE ATMOSPHERE.","A STRONG ODOR OF NATURAL GAS MAY BE DETECTED FROM INSIDE THE VEHICLE, POSSIBLY ACCOMPANIED BY A HISSING NOISE. IF THE NATURAL GAS WERE ACCIDENTALLY IGNITED, SERIOUS INJURY COULD RESULT.","DEALERS WILL SECURE THE THROTTLE CABLE TO ELIMINATE THE POSSIBILITY OF CONTACT WITH THE CNG FUEL LINE. THE CNG FUEL LINE, THROTTLE CABLE, AND CRUISE CONTROL CABLE ARE ALSO TO BE INSPECTED AND REPLACED IF NECESSARY. OWNER NOTIFICATION BEGAN ON DECEMBER 11, 2003. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -11/03/2003,03V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V429000),"Mitsubishi Motors North America, Inc.",MITSUBISHI CARIBBEAN/ETACS,VISIBILITY,NR (Not Reported),Vehicle,394,"ON CERTAIN SPORT UTILITY VEHICLES LOCATED IN THE CARIBBEAN, DUE TO A SOFTWARE PROGRAMMING ERROR IN THE ELECTRONIC TIMING AND CONTROL SYSTEM (ETACS), WHILE USING THE INTERMITTENT WIPER MODE, THE INTERMITTENT WIPER SWEEP TIME INTERVAL MAY INCREASE AS MUCH AS 6.8 SECOND BETWEEN WIPER SWEEPS.","IF THIS OCCURS DURING SEVERE WEATHER AND DURING VEHICLE'S HIGH-SPEED OPERATION, THE DRIVER VISIBILITY WOULD BE REDUCED, WHICH COULD LEAD TO A CRASH.","DEALERS WILL REPLACE THE ETACS MODULE. OWNER NOTIFICATION BEGAN NOVEMBER 14, 2003. OWNERS SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-800-981-0452." -11/03/2003,03V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V431000),RED RHINO TRAILER MANUFACTURING,RED RHINO/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,245,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR RED RHINO AT 1-209-572-7466. -11/03/2003,03C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C009000),"SAFELINE KIDS, INC.",SAFELINE KIDS/FMVSS 213/HEAD EXCURSION,CHILD SEAT,NR (Not Reported),Child Seat,10495,"SIT ""N"" STROLL REAR-FACING AND FORWARD-FACING CONVERTIBLE CHILD RESTRAINTS MODEL #2003, MANUFACTURED BETWEEN SEPTEMBER 1, 2002, AND OCTOBER 21, 2003. WHEN THE SEAT IS SECURED IN THE VEHICLE USING THE LOWER FORWARD-FACING BELT PATH OR WHEN THE SHOULDER AND BUCKLE PADS INCLUDED WITH THE RESTRAINT ARE USED, FORCES DURING A CRASH COULD CAUSE THE CHILD'S HEAD TO MOVE FORWARD FURTHER THAN ALLOWED BY THE FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" SHOULDER AND BUCKLE PADS MAY INTERFERE WITH THE HARNESS BECOMING PROPERLY SNUG.","IN THE EVENT OF A VEHICLE CRASH, THERE IS AN INCREASED RISK OF HEAD INJURY TO THE CHILD.","SAFELINE KIDS WILL MAIL REPAIR INSTRUCTIONS AND A REVISED OWNERS MANUAL. OWNERS ARE BEING ASKED TO REMOVE AND DISCARD THE SHOULDER AND BUCKLE PADS FROM THE HARNESS BEFORE CONTINUING TO USE THE SEAT. THE SHOULDER AND BUCKLE PADS MAY INTERFERE WITH THE HARNESS BECOMING PROPERLY SNUG. ALSO, OWNERS SHOULD ONLY USE THE UPPER FORWARD-FACING BELT PATH. THERE IS NO PROBLEM WHEN THE SEAT IS USED IN THE REAR-FACING POSITION FOR CHILDREN WEIGHING LESS THAN 20 POUNDS. OWNERS WHO HAVE NOT REGISTERED THEIR PRODUCT MAY CONTACT SAFELINE KIDS' TOLL-FREE NUMBER (800-829-1625) BETWEEN 8:30 AM TO 4:30 PM MST MONDAY THROUGH THURSDAY OR BETWEEN 8:30 AM AND 3:00 PM MST FRIDAY. THEY MAY ALSO E-MAIL SAFELINE KIDS AT SERVICE@SAFELINEKIDS.COM." -11/03/2003,03V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V430000),Trailmobile Canada Limited,TRAILMOBILE/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1388,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR TRAILMOBILE AT 1-217-348-8181. -10/30/2003,03V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V427000),BUELL MOTORCYCLE CO.,BUELL/THROTTLE CONTROL,VEHICLE SPEED CONTROL,0827,Vehicle,2830,"ON CERTAIN MOTORCYCLES EQUIPPED EXCLUSIVELY WITH A FUEL INJECTION SYSTEM, THE IDLE CONTROL CABLE CAN BECOME DISLODGED FROM THE FUEL INJECTION SYSTEM CABLE GUIDE DUE TO IMPROPER ADJUSTMENT OF THE THROTTLE CONTROL SYSTEM.","SHOULD THIS OCCUR, THE THROTTLE MAY NOT RETURN TO THE IDLE POSITION WHEN THE OPERATOR'S HAND IS REMOVED FROM THE TWIST GRIP, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSTALL A THROTTLE CABLE CLAMP, WHICH SERVES TO ENSURE RETENTION OF THE THROTTLE CONTROL CABLES IN THE CABLE GUIDE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER OR DECEMBER 2003. OWNERS SHOULD CONTACT BUELL AT 1-414-343-8400." -10/30/2003,03T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03T003000),METZELER MOTORCYCLE TIRE,METZELER/EXCESSIVE BELT TENSION,TIRES,NR (Not Reported),Tire,53,"METZELER SPORTEC 120/17 ZR17 M-1 P MOTORCYCLE TIRE. DURING PRODUCTION, AN EXCESSIVE BELT TENSION WAS USED CAUSING HIGH COMPRESSION BETWEEN THE BELT AND CARCASS.","AS A RESULT, THE TIRE MAY CHANGE SHAPE AND A BUBBLE MAY APPEAR IN THE TREAD AREA CAUSING THE FRONT TIRE OF THE MOTORCYCLE TO VIBRATE. SUDDEN VIBRATION OF THE FRONT END COULD CAUSE THE DRIVER TO LOSE CONTROL, POSSIBLE RESULTING IN A VEHICLE CRASH.","METZELER WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN NOVEMBER 1, 2003. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT METZELER AT 706-368-5426." -10/29/2003,03V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V426000),"Suzuki Motor USA, LLC",SUZUKI/DRIVER'S AIR BAG,AIR BAGS,KB,Vehicle,7797,"ON CERTAIN PASSENGER CARS, THE DUAL STAGE DRIVER'S AIR BAG DEPLOYS IN AN IMPROPER SEQUENCE.","IF THE DRIVER'S AIR BAG DEPLOYS IMPROPERLY DURING A FRONTAL VEHICLE CRASH, THE DRIVER COULD BE SEVERELY INJURED OR KILLED.","DEALERS WILL INSTALL AN ADAPTING WIRING HARNESS. OWNER NOTIFICATION BEGAN ON OCTOBER 30, 2003, TO VERONA VEHICLE OWNERS. ALL FORENZA VEHICLES WERE REPAIRED AT THE PORT OF ENTRY. THERE ARE NO OWNER NOTIFICATIONS NECESSARY FOR THE FORENZA MODEL VEHICLES. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -10/29/2003,03V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V428000),Wabash National Corporation,WABASH/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,270,"ON CERTAIN VAN, REEFER, AND DURAPLATE VAN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR WABASH AT 765-771-5563. -10/28/2003,03V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V425000),Fontaine Trailer Company,FONTAINE/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,67,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR FONTAINE AT 1-205-486-5251. -10/27/2003,03V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V418000),BURTEK INCORPORATED,BURTEK/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"ON CERTAIN 40' FLATBED SEMI-TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR BURTEK AT 1-586-421-8000. -10/27/2003,03V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V417000),"Gulf Stream Coach, Inc.",GULF STREAM/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,4988,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEELS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR GULF STREAM AT 574-773-7761." -10/27/2003,03V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V423000),Honda (American Honda Motor Co.),HONDA/IGNITION SWITCH,ELECTRICAL SYSTEM,03-088/03-034,Vehicle,563861,"ON CERTAIN PASSENGER VEHICLES AND MINI VANS, THE IGNITION SWITCH MAY WEAR EXCESSIVELY AND PREVENT PROPER INTERLOCK OPERATION, MAKING IT POSSIBLE TO TURN THE IGNITION KEY TO THE ""OFF"" POSITION AND REMOVE THE KEY WITHOUT SHIFTING THE TRANSMISSION TO ""PARK.""","IF THE VEHICLE OPERATOR DOES NOT SHIFT TO ""PARK"" BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL PERFORM AN INSPECTION PROCEDURE THAT DETERMINES THE AMOUNT OF CYLINDER BODY WEAR. IF SIGNIFICANT WEAR IS INDICATED, THE DEALER WILL REPLACE THE CYLINDER BODY, COLLAR, AND LATCH PLATE. IF NO SIGNS OF WEAR ARE INDICATED, DEALERS WILL REPLACE THE LATCH PLATE WITH A REDESIGNED PART. OWNER NOTIFICATION BEGAN DECEMBER 8, 2003. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -10/27/2003,03V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V422000),Honda (American Honda Motor Co.),HONDA/METAL PARTICLES IN IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,76988,"ON CERTAIN SPORT UTILITY VEHICLES, METAL PARTICLES IN THE KEY CYLINDER BODY COULD INTERFERE WITH THE INTERLOCK LEVER OPERATION, MAKING IT POSSIBLE TO REMOVE THE IGNITION KEY WITHOUT SHIFTING THE TRANSMISSION TO ""PARK.""","IF THE VEHICLE OPERATOR DOES NOT SHIFT TO ""PARK"" BEFORE REMOVING THE KEY AND FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR.","DEALERS WILL INSPECT AND TEST IGNITION SWITCHES FOR CONTAMINATION INTERFERENCE. ANY SWITCHES THAT FAIL THE TEST WILL BE REPAIRED. OWNER NOTIFICATION BEGAN ON NOVENBER 3, 2003. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -10/27/2003,03V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V420000),"Mack Trucks, Inc.",MACK/FUELTANK SUPPORT BRACKET,"FUEL SYSTEM, GASOLINE",SC0284,Vehicle,179,"ON CERTAIN CHASSIS EQUIPPED WITH DEFIANCE METAL FUEL TANK SUPPORT BRACKET ASSEMBLIES, THE FUEL TANK BRACKET WAS NOT WELDED PER SPECIFICATION. THIS CAN CAUSE THE FUEL TANK TO SEPARATE FROM THE CHASSIS DURING ASSEMBLY OPERATION.","IF THE FUEL TANK SEPARATES FROM THE VECHILE, THERE IS A RISK THE TANK MAY RUPTURE CAUSING FUEL TO LEAK ON THE GROUND WHICH COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND REPAIR. OWNER NOTIFICATION BEGAN JANUARY 1, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -10/27/2003,03V419000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V419000),West-Mark,WEST-MARK/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR WEST-MARK AT 1-800-692-5844. -10/24/2003,03V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V416000),"Bigfoot Industries, Inc.",BIGFOOT/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,240,"ON CERTAIN RECREATIONAL VEHICLES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR BIGFOOT AT 1-250-546-2155." -10/24/2003,03V421000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V421000),"BMW of North America, LLC",BMW/AIR BAG CONTROL MODULE,AIR BAGS,NR (Not Reported),Vehicle,23000,"ON CERTAIN PASSENGER VEHICLES, A MICROPROCESSOR IN THE AIR BAG CONTROL MODULE, WHICH ACTIVATES THE FRONT AIR BAGS, THE SIDE AIR BAGS, THE FRONT SEAT SAFETY BELT PRETENSIONERS, AND THE BATTERY SAFETY TERMINAL, MAY HAVE A MALFUNCTION THAT COULD LEAD TO AN UNINTENDED ACTIVATION OF ONE OR MORE OF THESE COMPONENTS.","UNEXPECTED DEPLOYMENT OF THE AIR BAG(S) COULD CAUSE SERIOUS INJURY IF AN OCCUPANT IS TOO CLOSE TO THE DEPLOYING AIR BAG(S). IN ADDITION, THE BATTERY SAFETY TERMINAL MAY ALSO BE ACTIVATED. IF THAT HAPPENS, THE STARTER CABLE WOULD BECOME DISCONNECTED FROM THE BATTERY, AND THE ENGINE COULD NOT BE RESTARTED.","DEALERS WILL REPLACE THE AIR BAG CONTROL MODULE. OWNER NOTIFICATION BEGAN NOVEMBER10, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -10/24/2003,03V458000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V458000),"Champion Bus, Inc.",CHAMPION/FRAME CROSSMEMBER,STRUCTURE,NR (Not Reported),Vehicle,61,"ON CERTAIN TRANSIT BUSES, A LIGHT GAUGE STEEL WAS USED FOR THE FLOOR FRAME CROSSMEMBER LOCATED IN THE FLOOR SUB-FRAME.",DRIVING THE BUS ON SOME ROAD CONDITIONS COULD CAUSE THE SUB-FLOOR CROSSMEMBER FRAME TO CRACK. THIS CONDITION CAN INCREASE THE RISK OF A CRASH.,"OWNERS WILL INSPECT FOR CRACKS AND IF CRACKS ARE PRESENT OWNERS ARE TO CONTACT CHAMPION FOR REPAIR INSTRUCTIONS. THE RECALL BEGAN ON MAY 12, 2004. OWNERS SHOULD CONTACT CHAMPION AT 1-800-788-1976." -10/24/2003,03V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V424000),"Volvo Car USA, LLC",VOLVO/FUEL LEAK,"FUEL SYSTEM, GASOLINE",R128,Vehicle,15067,"ON CERTAIN SEDANS AND STATION WAGONS, THERE MAY BE A FUEL LEAK FROM THE FUEL RAIL DUE TO INADEQUATE WELDING.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A V-CLAMP TO THE FUEL RAIL. OWNER NOTIFICATION BEGAN ON JANUARY 28, 2004. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -10/24/2003,03E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E053000),WIX FILTERATION PRODUCTS DIVISION,WIX FILTERATION/FUEL FILTER LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,68563,"CERTAIN AFTERMARKET REPLACEMENT FUEL FILTERS, MODELS WIX FILTER PART NUMBERS 33576, 33577, 33734; NAPA FILTER PART NUMBERS 3576, 3577, 3734; AND CARQUEST FILTER PART NUMBERS 86576, 86577, 86734 USED ON 1996-2000 DAIMLERCHRYSLER TOWN & COUNTRY, DODGE CARAVAN, AND PLYMOUTH VOYAGER VEHICLES, CAN CAUSE THE FUEL LINES TO LEAK.",A POSSIBLE FIRE CAN OCCUR IN THE PRESENCE OF AN IGNITION SOURCE.,WIX WILL NOTIFY ITS CUSTOMERS AND REPLACE THE FUEL FILTERS FREE OF CHARGE. NOTE: THIS DOES NOT INVOLVE ANY PRODUCTS MANUFACTURED BY THE DAIMLERCHRYSLER CORP. NOR ANY DAILMERCHRYSLER DEALERS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WIX AT 704-864-6711. -10/22/2003,03V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V414000),"Navistar, Inc.",INTERNATIONAL/AIR BRAKES,"SERVICE BRAKES, AIR",03515,Vehicle,924,"ON CERTAIN TRUCKS EQUIPPED WITH V8 ENGINES AND AIR BRAKES OR AIR OPERATED PARK BRAKES, A STAND-OFF BRACKET WAS NOT INSTALLED. THE BRACKET SUPPORTS THE COPPER AIR COMPRESSOR DISCHARGE TUBE. NORMAL VEHICLE AND ENGINE VIBRATION CAN CAUSE THE UNSUPPORTED COPPER TUBE TO FAIL AT OR NEAR THE AIR COMPRESSOR CONNECTION.",A FAILED COMPRESSOR DISCHARGE TUBE COULD DEPLETE THE AIR SYSTEM AND MAY CAUSE THE PARKING BRAKES TO APPLY. THIS CONDITION COULD CAUSE THE VEHICLE TO SLOW DOWN OR STOP UNEXPECTEDLY AND RESULT IN A CRASH.,DEALERS WILL INSPECT AND REPAIR THE STAND-OFF BRACKET AS NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2003. OWNERS SHOULD CONTACT INTERNATIONAL TRUCK AT 1-800-448-7825. -10/22/2003,03V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V415000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/DRIVE SHAFT,POWER TRAIN,05501,Vehicle,596,"ON CERTAIN 4X4 VEHICLES EQUIPPED WITH A FABCO TC-200 TRANSFER CASE, AN EXCESSIVE FRONT DRIVE SHAFT ANGLE MAY CAUSE ACCELERATED WEAR AND FAILURE OF THE DRIVE SHAFT AND RELATED COMPONENTS.","THIS FAILURE CAN CAUSE THE FRONT DRIVE SHAFT TO BECOME SEPARATED FROM THE VEHICLE WITHOUT WARNING AND FALL INTO THE PATH OF OTHER VEHICLES ON THE HIGHWAY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT AND REPLACE THE EXISTING FRONT DRIVE SHAFT WITH A DOUBLE-CARDAN TYPE SHAFT. THE OWNERS WILL BE NOTIFIED BEGINNING ON FEBRUARY 28, 2005, CONCERNING THE FINAL REMEDY FOR THESE VEHICLES. OWNERS SHOULD CONTACT INTERNATIONAL TRUCK AT 1-800-448-7825. INTERIM NOTICES WERE MAILED TO OWNERS DURING DECEMBER 2003. AN ADDITIONAL INTERIM NOTICE WAS MAILED TO OWNERS DURING JULY 2004, ADVISING OWNERS OF THE REPAIR PROCEDURES BUT NO PARTS WILL BE AVAILABLE UNTIL DECEMBER 2004." -10/22/2003,03V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V411000),Motor Coach Industries,MCI/TAG AXLE,SUSPENSION,NR (Not Reported),Vehicle,428,"ON CERTAIN MOTOR COACHES EQUIPPED WITH TAG AXLE SWING ARM ASSEMBLIES, INSUFFICIENT WELD METAL AND/OR WELD PENETRATION ON THE TAG AXLE SWING ARM WHERE IT MEETS THE PIVOT SPINDLE TUBE COULD LEAD TO STRESS AND FATIGUE CRACKS.","THIS COULD RESULT IN COMPLETE SEPARATION OF THE TAG AXLE FROM THE COACH, INCREASING THE RISK OF A CRASH.","MCI WILL INSPECT AND REPAIR OR REPLACE THE ASSEMBLIES. THE RECALL BEGAN ON OCTOBER 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCI AT 1-800-321-2947." -10/21/2003,03V409000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V409000),"Triumph Motorcycles America, Ltd.",TRIUMPH/REAR BRAKE PIN CLIP,"SERVICE BRAKES, HYDRAULIC",328,Vehicle,602,"ON CERTAIN MOTORCYCLES, THE REAR BRAKE CLEVIS PIN CLIP MAY ROTATE WHILE ENGAGING THE REAR BRAKE, PREVENTING THE PEDAL FROM FULLY RETURNING THE ORIGINAL REST POSITION.","THE REAR BRAKE COULD DRAG, CREATING EXCESSIVE HEAT OR PREMATURE BRAKE PAD WEAR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR BRAKE RETAINING CLIP. OWNER NOTIFICATION BEGAN OCTOBER 27, 2003. OWNERS SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -10/20/2003,03V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V408000),"Carriage, Inc.",CARRIAGE/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,2447,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR CARRIAGE AT 574-642-3622." -10/20/2003,03V407000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V407000),"CLARK TRAILER SERVICE, INC.",CLARK/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,40,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793. -10/20/2003,03E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E052000),"IRONWOOD PACIFIC, INC.",IRONWOOD/CARGO CARRIER,EQUIPMENT,NR (Not Reported),Equipment,1000,"STOWAWAY2 CARGO CARRIER SWINGAWAY MODELS 022.3, 022.3W, 025.3, AND 022.9 MANUFACTURED BETWEEN FEBRUARY 13 AND JULY 22, 2003. DUE TO INCONSISTENT WELD QUALITY, THE ROLLER BEARINGS ON THE LATCHING MECHANISM CAN BREAK.","IF THE ROLLER BEARING BREAKS, THE CARRIER MAY SWING OUT INTO TRAFFIC.",IRONWOOD WILL PROVIDE EACH OWNER A RETROFIT RAMP KIT THAT WILL PREVENT THE LATCH FROM DISENGAGING IN THE EVENT OF A ROLLER BEARING WELD FAILURE FREE OF CHARGE. -10/20/2003,03V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V410000),PACCAR Incorporated,PACCAR/STEER AXLE ASSEMBLIES,STEERING,1003G/03KWA,Vehicle,1187,"ON CERTAIN TRUCKS EQUIPPED WITH DANA SPICER INTEGRAL KNUCKLE AND STEER ARM ASSEMBLIES, THE STEER AXLE ASSEMBLIES MAY HAVE A LONGITUDINAL CRACK IN THE STEER ARM.","IF THE CRACK SHOULD PROPAGATE OVER TIME, THE BALL COULD BECOME LOOSE RESULTING IN A LOSS OF STEERING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL INSPECT AND REPLACE THE KNUCKLE AND STEER ARM ASSEMBLIES. OWNER NOTIFICATION BEGAN JANUARY 5, 2004. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4201." -10/20/2003,03V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V404000),"STAIRS WELDING, INC.",STAIRS/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,251,"ON CERTAIN LOG TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR STAIRS AT 207-532-9253. -10/16/2003,03V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V400000),RV MANUFACTURING ENTERPRISES LLC,AMERI-CAMP/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,315,"ON CERTAIN TRAVEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR AMERICAN CAMPER AT 574-528-6007." -10/16/2003,03E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E051000),HARLY DAVIDSON MOTOR CO. INC.,HARLEY-DAVIDSON/OIL COOLER KITS/OIL LEAKS,EQUIPMENT,NR (Not Reported),Equipment,6000,"HARLEY-DAVIDSON GENUINE MOTOR ACCESSORIES PREMIUM OIL COOLER KITS P/N 62868-99B USED ON THE TOURING FAMILY MOTORCYCLES. THE KITS HAVE A HOSE THAT UNDER CERTAIN CIRCUMSTANCES MAY RUB ON THE ENGINE CRANKCASE. THIS CONDITION COULD CAUSE THE OIL HOSE TO ABRADE OVER TIME, THEREBY CAUSING A SPILLAGE OF OIL.","THIS COULD LEAD TO A LOSS OF TRACTION, POSSIBLY WITHOUT WARNING, AND COULD CAUSE A VEHICLE CRASH.","HARLEY-DAVIDSON WILL NOTIFY ITS CUSTOMERS AND REPLACE THE HOSE FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 5, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 414-342-4680." -10/16/2003,03V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V387000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/MUFFLER CLAMP,ENGINE AND ENGINE COOLING,MC03-11,Vehicle,11018,"ON CERTAIN MOTORCYCLES, THE WELDS SECURING THE MUFFLER TO ITS CLAMP COULD FAIL FROM VIBRATION, ALLOWING THE MUFFLER TO SEPARATE FROM THE EXHAUST PIPE.",THIS CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE MUFFLER AND INSTALL A RUBBER DAMPER. OWNER NOTIFICATION BEGAN ON OCTOBER 20, 2003. OWNERS SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -10/16/2003,03V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V403000),MID BUS CORPORATION,MID BUS/FMVSS 221/INEFFECTIVE BONDING IN THE SEAMS,STRUCTURE,NR (Not Reported),Vehicle,1188,"MY 2002 AND 2003 GUIDE SCHOOL BUSES MANUFACTURED FROM MAY 1, 2002, TO SEPTEMBER 30, 2003. VARIOUS SEAMS IN THE SCHOOL BUS BODIES WERE IMPROPERLY ASSEMBLED. VERTICAL SEAMS IN THE INTERIOR WERE NOT BONDED AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAMS OF THE BUS MAY SEPARATE AT SMALLER LOADS THEN EXPECTED, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","MID BUS WILL NOTIFY ITS CUSTOMERS AND ADD ADDITIONAL FASTENERS TO THE ROOF SEAMS, INTERIOR SEAMS, AND THE MOISTURE BARRIER SKIN BELOW THE FLOOR TO ENSURE THAT THE SEAMS ARE AS INTENDED AND IN THE EVENT OF A CRASH, DO NOT PREMATURELY SEPARATE. OWNER NOTIFICATION BEGAN JANUARY 15, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MID BUS CUSTOMER SERVICE AT 877-358-6055." -10/16/2003,03V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V402000),MID BUS CORPORATION,MID BUS/FMVSS 222/SEATS AND BARRIERS,SEATS,NR (Not Reported),Vehicle,1552,"MY 1999 THROUGH 2003 GUIDE SCHOOL BUSES MANUFACTURED FROM JANUARY 1, 1999, TO AUGUST 31, 2003. THE SEATS WILL NOT ABSORB THE SPECIFIED ENERGY IN FORWARD OR REARWARD PUSHES AS REQUIRED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE VEHICLE OCCUPANT MAY NOT BE PROPERLY PROTECTED, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","MID BUS WILL NOTIFY ITS CUSTOMERS AND WILL FIX THE SEATS TO BRING THEM IN COMPLIANCE WILL FMVSS 222. THE REMEDY WILL BE PREFORMED AT NO COST TO THE CUSTOMER. OWNER NOTIFICATION BEGAN MARCH 12, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MID BUS AT 419-358-2400." -10/16/2003,03V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V399000),"Trail King Industries, Inc.",TRAIL KING/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8,"ON CERTAIN DUMP TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR TRAIL KING AT 605-996-6482. -10/16/2003,03V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V406000),TRAIL KING,TRAIL KING/KING PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,47,"ON CERTAIN LOW BED TRAILERS EQUIPPED WITH A 2"" REMOVABLE KINGPIN, THE 2"" REMOVABLE KINGPIN WAS PRODUCED WITH A SINGLE PASS WELD CONNECTING THE MOUNT TUBE AND 2"" KINGPIN. SPECIFICATIONS REQUIRE A TRIPLE PASS WELD IN THIS AREA. ABNORMAL UPWARD FORCE CAN SEPARATE THE MOUNTING TUBE FROM THE 2"" KINGPIN.","IF THIS 2"" REMOVABLE KINGPIN IS NOT REPLACED, THE TRAILER CAN SEPARATE FROM THE TOW VEHICLE AND A CRASH COULD OCCUR.","OWNERS WILL BE PROVIDED WITH A REPLACEMENT 2"" REMOVABLE KINGPIN. OWNER NOTIFICATION BEGAN DURING OCTOBER 2003. OWNERS SHOULD CONTACT TRAIL KING AT 1-605-996-6482." -10/16/2003,03V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V405000),"Winnebago Industries, Inc.",WINNEBAGO/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,15337,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR WINNEBAGO AT 641-585-3535." -10/15/2003,03V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V398000),AMKO Service Company,AMKO/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,189,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR AMKO AT 1-330-364-8857. -10/15/2003,03V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V401000),Blue Bird Body Company,BLUE BIRD/ENGINE AIR INTAKE GRID HEATER/OVERHEATS,ELECTRICAL SYSTEM,R03HE,Vehicle,401,"2004 MY BLUE BIRD VISION CONVENTIONAL TYPE SCHOOL BUSES MANUFACTURED FROM JUNE 12, 2003, THROUGH SEPTEMBER 24, 2003. THE BUS BAR THAT CONNECTS THE AMMETER SHUNT TO THE ENGINE INTAKE GRID HEATER MEGAFUSE WAS INCORRECTLY INSTALLED. THE IMPROPER INSTALLATION OF THIS BUS BAR CREATES EXCESSIVE ELECTRICAL RESISTANCE AND POTENTIAL OVERHEATING IN THE GRID HEATER POWER CIRCUIT.",THIS ADDITIONAL RESISTANCE COULD RESULT IN OVERHEATING AT THE MEGAFUSE HOLDER WITH POTENTIAL FOR A FIRE.,"BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND PROVIDE INSTRUCTIONS AND PARTS TO REPAIR THE BUSES FREE OF CHARGE. OWNER NOTIFICATION BEGAN ON OCTOBER 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242." -10/15/2003,03V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V393000),"Brenner Tank, LLC",BRENNER/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,105,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR BRENNER AT 1-800-558-9750. -10/15/2003,03V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V395000),HARLEY MURRAY INC.,HARLEY MURRAY/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,130,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR HARLEY MURRAY AT 1-209-466-0550. -10/15/2003,03V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V397000),HEIL TRAILER INTERNATIONAL,HEIL/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,171,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR HEIL AT 1-800-400-6913. -10/15/2003,03V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V396000),Transcraft Corporation,TRANSCRAFT/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,171,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR TRANSCRAFT AT 1-618-833-3591. -10/14/2003,03V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V373000),"Coachmen RV Company, LLC",COACHMEN/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,19110,"ON CERTAIN MOTOR HOMES, TRAVEL TRAILERS, AND FIFTH WHEEL TRAILERS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR COACHMEN AT 1-219-825-5821." -10/14/2003,03V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V374000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,664,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR COACHMEN AT 1-877-876-9024." -10/14/2003,03V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V392000),"Gillig, LLC",GILLIG/ENGINE ELECTRICAL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2201,INCORRECT ASSEMBLY OF ELECTRICAL CONNECTIONS AND SECUREMENT IN THE ENGINE COMPARTMENT COULD COME LOOSE.,"INCORRECT ASSEMBLY COULD CAUSE ELECTRICAL SHORTS, ARCING, AND FIRE.","DEALERS WILL INSPECT ENGINE COMPARTMENT WIRING FOR CORRECT CABLE ASSEMBLY, FASTNER TORQUE, AND CORRECT WIRE PROTECTION. OWNER NOTIFICATION BEGAN OCTOBER 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GILLIG AT 510-785-1500." -10/14/2003,03E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E049000),"KBC America, Inc.",KBC/FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,06536.00002,Equipment,2446,"KBC TK-9 MOTORCYCLE HELMETS MADE WITH THE ECE LINER, MANUFACTURED ON DECEMBER 8, 9, 10, 23, 26 AND 27, 2002, AND SHIPPED TO THE UNITED STATES ON DECEMBER 14 & 28, 2002, AND JANUARY 13, 2003. THESE HELMETS DO WITH THE PENETRATION TEST REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE WEARER MAY NOT BE ADEQUATERLY PROTECTED AND COULD SUFFER SERIOUS INJURIES OR POSSIBLE DEATH.","KBC WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT HELMET WHICH COMPLIES WITH FMVSS 218 FREE OF CHARGE. NOTIFICATION BEGAN NOVEMBER 26, 2003. OWNERS WHO DO NOT RECEIVE A FREE REMEDY WITHIN A REASONABLE AMOUNT OF TIME SHOULD CONTACT KBC AT 800-595-0080." -10/14/2003,03E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E050000),"KMI ENTERPRISES, INC.",KMI/FMVSS 108/HID CONVERSION KITS/REPLACEMENT LIGH,EXTERIOR LIGHTING,NR (Not Reported),Equipment,7358,"K2 HID CONVERSION KITS OF 9004, 9005, 9006, 9007, H7, H4, H3 & H1 IN 8000K AND 6000K. THESE LIGHTING SOURCES DO NOT CONFORM THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"KMI WILL REPURCHASE THE NONCOMPLIANT KITS. OWNER NOTIFICATION BEGAN OCTOBER 17, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KMI AT 1-516-420-5629." -10/13/2003,03V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V385000),"Reitnouer, Inc.",REITNOUER/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2222,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR REITNOUER AT 610-929-4856. -10/13/2003,03V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V384000),THOR AMERICA,THOR AMERICA/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,6749,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEELS EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR THOR AMERICA AT 570-837-5274." -10/10/2003,03V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V389000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HEADLAMP/DASH WIRING HARNESS CHAFE,ELECTRICAL SYSTEM,C35,Vehicle,50082,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS, THE HEADLAMP AND DASH WIRING HARNESS MAY BE CHAFED BY THE ACTUATION OF THE CLUTCH PEDAL. THIS COULD RESULT IN ABNORMAL OPERATION OF THE WIPERS, TURN SIGNALS, HORN OR LIGHTING SYSTEMS.","THIS COULD AFFECT DRIVER VISIBILITY, COULD PREVENT A DRIVER FROM SOUNDING A WARNING BY USING THE HORN, AND, WHEN THE TURN SIGNALS ARE INOPERATIVE, THE DRIVER CANNOT USE THEM TO SIGNAL INTENT TO TURN, INCREASING THE RISK OF A CRASH.","DEALERS WILL REROUTE THE WIRE HARNESS AND REPAIR THE HARNESS IF NECESSARY. OWNER NOTIFICATION BEGAN NOVEMBER 3, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -10/10/2003,03V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V388000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/MULTIFUNCTION SWITCH PARK LAMP,EXTERIOR LIGHTING,C33,Vehicle,1739,"ON CERTAIN PASSENGER VEHICLES, THE MULTIFUNCTION SWITCH PARK LAMP CONTACTS MAY CORRODE.","THIS CORROSION COULD CAUSE THE PARK LAMPS, HEAD LAMPS AND/OR INSTRUMENT PANEL LAMPS TO FLICKER OR BECOME INOPERATIVE. THIS COULD AFFECT DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REFLASH THE SOFTWARE IN THE BODY CONTROL MODULE. OWNER NOTIFICATION BEGAN ON DECEMBER 1, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -10/10/2003,03V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V390000),Isuzu Motors Limited,ISUZU/FMVSS 101/BRAKE WARNING LAMP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,55,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS."" THE BRAKE WARNING LAMP WOULD NOT ILLUMINATE IN THE EVENT OF DECREASED BRAKE FLUID VOLUME.",,THE DIODES HAVE BEEN REPLACED. ALL VEHICLES HAVE BEEN REPAIRED. -10/10/2003,03V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V386000),MONACO COACH CORPORATION,MONACO/PART 567/CERTIFICATION LABEL,EQUIPMENT,R03037,Vehicle,888,"ON CERTAIN MOTOR HOMES, THE FEDERAL IDENTIFICATION TAG ON BOTH 36' AND 38' MODELS WAS INCORRECT. THE INITIAL TAG SHOWS THE PSI AS 90 LBS. FRONT AND 100 LBS. REAR. THE CORRECT PSI IS 105 FRONT AND 115 REAR. ALSO, THE FEDERAL IDENTIFICATION TAG ON CERTAIN UNITS INCORRECTLY STATES THAT THE UNIT WAS BUILT WITH A TAG AXLE.","DRIVING THE MOTOR HOME WITH UNDER/OVER INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE, POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE THAT COULD RESULT IN THE LOSS OF CONTROL OF THE MOTOR HOME.","OWNERS WILL BE PROVIDED WITH A CORRECT FEDERAL IDENTIFICATION TAG AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN OCTOBER 24, 2003. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -10/10/2003,03V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V391000),"Volvo Car USA, LLC",VOLVO/SEAT BELT ATTACHMENTS,SEAT BELTS,127,Vehicle,18692,"ON CERTAIN SPORT UTILITY VEHICLES, THE SEAT BELT ATTACHMENT(S) FOR THE SECOND AND THIRD ROW SEAT(S) MAY NOT HAVE BEEN FITTED PROPERLY.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT AND REPAIR THE SECOND AND/OR THIRD ROW SEAT BELT ATTACHMENTS. OWNER NOTIFICATION BEGAN ON DECEMBER 8, 2003. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -10/09/2003,03V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V383000),"Jayco, Inc.",JAYCO/SAMSUNG/MICROWAVES,EQUIPMENT,NR (Not Reported),Vehicle,6442,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SAMSUNG MICROWAVE OVENS, THESE UNITS WERE PRODUCED WITH A DEFECTIVE PANEL. AN ELECTRICAL SHORT CAN OCCUR BETWEEN CIRCUIT PATTERNS ON THE MEMBRANE PANEL, ESPECIALLY OVERLAPPED BY A ""JUMPER"" OR JUMP WIRE. THIS MAY CAUSE THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, CONSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG AT 800-932-3837 OR JAYCO AT 1-574-825-0608." -10/08/2003,03V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V363000),Blue Bird Body Company,BLUE BIRD/FMVSS 221/FLOOR STRUCTURE BOLTS,STRUCTURE,R03GZ,Vehicle,8088,"CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" ONE OR MORE OF THE BOLTS ATTACHING THE DRIVER'S PLATFORM TO THE FLOOR STRUCTURE WAS OMITTED.",THE REAR OF THE DRIVER'S PLATFORM MAY NOT BE PROPERLY RETAINED IN THE EVENT OF A CRASH WHICH COULD INCREASE THE RISK OF INJURY OR DEATH TO PASSENGERS.,"BLUE BIRD WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPAIR THE AFFECTED UNITS. OWNER NOTIFICATION BEGAN ON NOVEMBER 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242." -10/08/2003,03V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V362000),Blue Bird Body Company,BLUE BIRD/SEAT BELT BOLTS,SEAT BELTS,R03HC,Vehicle,233,"ON CERTAIN REAR ENGINE (A3RE) SCHOOL BUSES, THE TYPE AND LOCATION OF THE FASTENERS USED TO RETAIN THE SEAT BELT IN THE LAST ROW OF SEATS DOES NOT CONFORM TO BLUE BIRD ENGINEERING SPECIFICATIONS.",THIS INSTALLATION MAY NOT ADEQUATELY RETAIN SEAT BELTS IN THE EVENT OF A SEVERE CRASH.,"BLUE BIRD WILL PROVIDE ITS DISTRIBUTORS AND OWNERS THE PARTS AND INSTRUCTIONS TO INSTALL THE CORRECT FASTENERS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN NOVEMBER 20, 2003. OWNERS WHO DO NOT RECEIVE THE PARTS AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -10/08/2003,03V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V364000),Blue Bird Body Company,BLUE BIRD/SEATS EQUIPPED W/OPTIONAL SEAT BELTS,SEATS,R03HB,Vehicle,3825,"ON CERTAIN SCHOOL BUSES EQUIPPED WITH OPTIONAL SEAT BELTS OR SEAT BELT ""READY"" SEATS, SOME BELTS WERE INSTALLED WITH ONLY TWO BOLTS RATHER THAN THE REQUIRED THREE (3) BOLTS.","THESE SEATS COULD DETACH FROM THE WALL SIDE ATTACHMENT POINTS IN THE EVENT OF A VEHICLE CRASH, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","BLUE BIRD WILL FURNISH TO DISTRIBUTORS AND OWNERS, PARTS AND INSTRUCTIONS NECESSARY TO INSTALL THE MISSING BOLT FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO ON NOVEMBER 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -10/08/2003,03V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V379000),Kentucky Manufacturing Co.,KENTUCKY/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1330,"ON CERTAIN VAN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR KENTUCKY MANUFACTURING AT 1-502-637-2551. -10/08/2003,03V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V380000),Pierce Manufacturing,PIERCE/TIE ROD,STEERING,NR (Not Reported),Vehicle,202,"ON CERTAIN FIRE TRUCKS WITH TANDEM STEER AXLES. THE TRW TIE-ROD ON THE REAR-MOST AXLE OF A TANDEM AXLE IS RESTRAINED FROM ROTATIONAL MOVEMENT BY A PAIR OF ANTI-ROTATION SEALS LOCATED AT THE BALL SOCKET JOINTS. THESE ANTI-ROTATION SEALS WILL COMPRESS OVER TIME. IF THE ANTI-ROTATION SEAL ALLOWS TOO MUCH MOTION, THE SEALS CAN DETERIORATE, ALLOWING CONTACT BETWEEN THE BALL SOCKET AND THE BALL SHAFT. THIS METAL-TO-METAL CONTACT WILL TRANSMIT FORCES INTO THE TIE-ROD TUBE, CAUSING FATIGUE FAILURE INITIATING AT THE ROOT OF THE FEMALE TREADS.","FAILURE OF THE TIE-ROD WILL ALLOW ONE OF THE WHEELS TO SWING TO THE LIMIT OF ITS STEERING STOP, POTENTIALLY CAUSING A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TIE ROD. NOTIFICATION TO OWNERS BEGAN NOVEMBER 7, 2003. OWNERS SHOULD CONTACT PIERCE AT 1-888-974-3723." -10/08/2003,03V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V376000),"Stoughton Trailers, LLC",STOUGHTON/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4636,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR STOUGHTON AT 1-608-873-2500. -10/08/2003,03V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V382000),"Talbert Manufacturing, Inc.",TALBERT/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR TALBERT AT 1-800-348-5232. -10/08/2003,03V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V381000),Volvo Trucks North America,VOLVO TRUCK/EMERGENCY START STUD CORROSION,ELECTRICAL SYSTEM,RVXX0307,Vehicle,176,"ON CERTAIN HEAVY-DUTY CLASS TRUCKS, SALT AND OTHER HIGHWAY SNOW AND ICE REMOVAL CHEMICALS ARE GETTING UNDER THE PROTECTIVE CAPS OF THE CHASSIS MOUNTED EMERGENCY START STUDS AND CORRODING THEM. THIS CONDITION DETERIORATES THE STUDS AND THE CONNECTIONS.",OVER TIME THE STUDS MAY LOOSEN SUFFICIENTLY TO CAUSE AN ELECTRICAL SHORT.,DEALERS WILL INSTALL NEW CHASSIS MOUNTED EMERGENCY START STUDS AND ASSOCIATED BATTERY CABLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2003. OWNERS SHOULD CONTACT VOLVO AT 1-800-528-6586. -10/07/2003,03V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V377000),STEPHENS PNEUMATICS,STEPHENS/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR STEPHENS PNEUMATICS AT 817-636-9004. -10/07/2003,03V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V378000),"Summit Trailer Sales, Inc.",SUMMIT/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,16,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR SUMMIT AT 1-800-437-3729. -10/07/2003,03V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V361000),Utility Trailer Manufacturing Company,UTILITY/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,307,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR UTILITY AT 626-965-1541. -10/06/2003,03V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V367000),"Bentley Motors, Ltd.","BENTLEY/BRAKE HOSE, FUEL HOSE, ABS CONTACT","FUEL SYSTEM, GASOLINE",RE03/03,Vehicle,343,"ON CERTAIN PASSENGER AND LIMOUSINE VEHICLES, CONTACT CAN OCCUR BETWEEN A BRAKE PIPE OR FUEL PIPE AND THE ANTILOCK BRAKING SYSTEM (ABS) MODULATOR PUMP. SHOULD THIS HAPPEN, IT COULD RESULT IN EVENTUAL ABRASIVE DAMAGE TO EITHER PIPE, LEADING TO POSSIBLE LEAKAGE.","THIS COULD AFFECT THE STOPPING DISTANCE WHEN THE BRAKES ARE APPLIED, WHICH COULD RESULT IN A CRASH, OR A FIRE COULD RESULT IF THERE IS LEAKAGE FROM THE FUEL LINE.","DEALERS WILL INSPECT THE INSTALLATION OF THE AFFECTED COMPONENTS AND, IF NECESSARY, REPLACE IT WITH A NEW ONE. OWNER NOTIFICATION BEGAN OCTOBER 7, 2003. OWNERS SHOULD CONTACT BENTLEY AT 1-800-777-6923." -10/06/2003,03V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V371000),FINN CORPORATION,FINN/AXLE,SUSPENSION,NR (Not Reported),Vehicle,68,"ON CERTAIN TRAILERS, THE AXLE UNITS HAVE A POTENTIAL FOR AN UNDER-MIN RADIUS ON THE AXLE SPINDLE. AN UNDERCUT SITUATION OR EXISTENCE OF A STRESS RISER MAY ALSO BE PRESENT.","THE PRESENCE OF THIS CONDITION CAN CREATE A STRESS RISER ON THE SPINDLE ARM CAUSING IT TO FAIL AT LOADS THAT IT WAS OTHERWISE DESIGNED TO ACCOMMODATE, RESULTING IN SEPARATION OF A WHEEL FROM THE AXLE ASSEMBLY.",DEALERS WILL INSTALL REPLACEMENT AXLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2003. OWNERS SHOULD CONTACT FINN AT 1-800-543-7166. -10/06/2003,03V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V372000),"NABI Bus, LLC",NABI/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,80,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR NABI AT 256-832-4296. -10/06/2003,03V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V359000),Silver Eagle Manufacturing Company,SILVER EAGLE/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3676,"ON CERTAIN CONVERTER DOLLIES EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR SILVER EAGLE AT 1-800-547-6792. -10/06/2003,03V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V366000),Toyota Motor Engineering & Manufacturing,TOYOTA/ALUMINUM ALLOY WHEELS,WHEELS,30L,Vehicle,381,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH FACTORY ALUMINUM ALLOY WHEELS, THE LUG NUT(S) MAY NOT SECURE THE WHEEL PROPERLY TO THE HUB ASSEMBLY DUE TO OVER-DRILLING OF ONE OR MORE OF THE FIVE LUG NUT HOLES ON THE ALLOY WHEEL. IF THE VEHICLE IS DRIVEN FOR AN EXTENDED PERIOD IN THIS CONDITION, THE LUG NUT(S) COULD POTENTIALLY LOOSEN.","IN THE WORST CASE, THE STUD BOLT(S) MAY FRACTURE, WHICH MAY RESULT IN THE SEPARATION OF THE WHEEL FROM THE HUB ASSEMBLY AND LEAD TO A LOSS OF VEHICLE CONTROL.","DEALERS WILL INSPECT ALL FOUR FACTORY ALUMINUM ALLOY WHEELS AND, IF NECESSARY, REPLACE ANY FOUND TO BE OUT OF SPECIFICATIONS. OWNER NOTIFICATION BEGAN OCTOBER 27, 2003. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -10/03/2003,03V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V365000),GIRARDIN MINIBUS INC.,GIRARDIN/FMVSS 209/BEAMS SEAT BELT BUCKLE UNLATCH,SEAT BELTS,03-005-SB,Vehicle,46,"MY 2003 MBII & MBIV SCHOOL BUSES BUILT ON FORD E-350 & E-450, GM 3500 CHASSIS, AND MANUFACTURED BETWEEN AUGUST 25 AND SEPTEMBER 17, 2003. THESE BUSES ARE EQUIPPED WITH BEAM'S INDUSTRIES SEAT BELTS. THE METAL FRAME OF THE SEAT BELT BUCKLE MAY FRACTURE DUE TO POSSIBLE EMBRITTLEMENT OF THE STEEL, RESULTING IN A POTENTIAL RELEASE OF THE ENGAGED TONGUE DURING USE. THESE SEAT BELT ASSEMBLIES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE BUCKLE MAY UNLATCH, AND POSSIBLE INJURY OR DEATH COULD OCCUR TO THE SEAT OCCUPANT.",BEAM'S INDUSTRIES WILL NOTIFY THE CUSTOMERS OF GIRARDIN DIRECTLY AND WILL PROVIDE THEM WITH THE REMEDY AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS SHOULD CONTACT BEAM'S AT 1-888-343-9266 OR GIRARDIN AT 1-819-477-8222. -10/03/2003,03V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V394000),Great Dane Trailers,GREAT DANE/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5890,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR GREAT DANE AT 1-800-633-4176. -10/03/2003,03V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V375000),Lamborghini (Automobili Lamborghini),LAMBORGHINI/STEERING WHEEL JOINT SCREW,STEERING,L147.R-01.03,Vehicle,245,"CERTAIN PASSENGER VEHICLES, THE TORQUE APPLIED TO THE JOINT SCREW BETWEEN THE STEERING WHEEL AND THE STEERING COLUMN WAS NOT CERTIFIED.",IMPROPER INSTALLATION COULD RESULT IN THE ENDANGERING OF THE STEERING FUNCTIONS.,"DEALERS WILL INSPECT EVERY AFFECTED VEHICLE AND, IF NECESSARY, ADJUST THE STEERING SHAFT TO MANUFACTURING SPECIFICATIONS. OWNER NOTIFICATION BEGAN OCTOBER 20, 2003. OWNERS SHOULD CONTACT LAMBORGHINI AT 1-516-829-8694." -10/03/2003,03V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V370000),"Lufkin Industries, Inc.",LUFKIN/BENDIX/ELECTRONIC CONTROL UNIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1876,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU). IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.",BENDIX WILL PROVIDE A REMEDY KIT AND DETAILED INSTRUCTIONS AND ALSO PROVIDE A LABOR ALLOWANCE FOR THE REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 1-800-478-1793 OR LUFKIN AT 936-634-2211. -10/03/2003,03V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V369000),Newmar Corporation,NEWMAR/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,33,"ON CERTAIN MOTORHOMES EQUIPPED WITH TUTHILL INDEPENDENT FRONT SUSPENSIONS, THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL ARMS.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390), SPARTAN AT 517-543-6400, OR NEWMAR AT 574-773-7791." -10/02/2003,03V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V368000),MAURER MANUFACTURING INC.,MAURER/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR MAURER AT 712-262-2992. -10/01/2003,03E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E048000),"KBC America, Inc.",KBC HARLEY-DAVIDSON/FMVSS 218/MOTORCYCLE HELMETS,EQUIPMENT,06536.00002,Equipment,39995,"HARLEY-DAVIDSON CLASSIC CRUISER HALF HELMET H-D PART NO. 08060-00V AND H-D PART NO. 98061-00V AND MIDNIGHT FLAME HALF HELMET H-D PART NO. 97226-02VX AND H-D PART NO. 97727-02VX. CERTAIN CLASSIC CRUISER, MIDNIGHT FLAME, AND VARIANTS OF THIS HELMET STYLE, THE PHANTOM FLAME AND THE TITANIUM FLAME, HELMETS MAY NOT COMPLY WITH SOME OF THE IMPACT ATTENUATION AND PENETRATION PERFORMANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS."" THESE HELMETS WERE MANUFACTURED FROM JULY 1, 2001, THROUGH MAY 31, 2002.","IN THE EVENT OF A CRASH, THE WEARER OF THE HELMET MAY NOT BE ADEQUATELY PROTECT AND COULD SUFFER SERIOUS INJURIES OR POSSIBLY DEATH.",KBC WILL NOTIFY CUSTOMERS AND PROVIDE A REPLACEMENT HELMET WHICH COMPLIES TO FMVSS NO. 218 FREE OF CHARGE. -10/01/2003,03V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V360000),MONACO COACH CORPORATION,MONACO/BRAKE LINE CERTIFICATION,"SERVICE BRAKES, AIR",R03032,Vehicle,26,ON CERTAIN MOTORHOMES CERTIFICATION TAGS WERE OMITTED ON THE CLOTH COVERED FRONT AND REAR BRAKE LINE ASSEMBLIES.,THIS DOES NOT COMPLY WITH THE STANDARD.,"DEALERS WILL INSTALL NEW FRONT AND REAR CLOTH COVERED BRAKE LINES THAT HAVE THE REQUIRED CERTIFICATION TAGS. OWNER NOTIFICATION BEGAN OCTOBER 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -10/01/2003,03V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V412000),"THOMAS DENNIS COMPANY, LLC",THOMAS DENNIS/AIR BRAKES,"SERVICE BRAKES, AIR",TDC-RSMK59,Vehicle,63,"ON CERTAIN BUSES, AIR LINES ARE CONNECTED SO WHEN A SINGLE SERVICE SYSTEM FAILURE OCCURS, THE BUS DOES NOT COMPLY WITH FMVSS 121 S.5.7.1 AND S5.7.2.",THIS DOES NOT MEET THE STANDARDS.,ALL VEHICLES HAVE BEEN CORRECTED. -09/29/2003,03V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V358000),"Autocar, LLC",AUTOCAR/TRANSMISSION MIS-WIRING,POWER TRAIN,A-0302,Vehicle,40,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS ASSEMBLED BY VOLVO TRUCKS, THE TRANSMISSION MAY GO INTO FORWARD GEAR WITHOUT THE DRIVER FIRST PRESSING DOWN ON THE BRAKE PEDAL.","THIS CONDITION COULD ALLOW THE VEHICLE TO MOVE FORWARD WITHOUT WARNING, CREATING THE POTENTIAL FOR A VEHICLE CRASH.",DEALERS WILL INSTALL AN ADDITONAL AIR OPERATED STOP LIGHT SWITCH AND NECESSARY WIRING CHANGES. OWNER NOTIFICATION BEGAN SEPTEMBER 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 765-489-5499. -09/29/2003,03E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E046000),"BEAMS INDUSTRIES, INC.",BEAMS/FMVSS 209/BUCKLE RELEASE UNDER LOAD,SEAT BELTS,NR (Not Reported),Equipment,20000,"CERTAIN SEAT BELTS, BUCKLE NO. 1524 (NUMBER STAMPED ON BACKSIDE), USED ON SOME SCHOOL BUSES, PASSENGER AND POSTAL VEHICLES, FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THE METAL FRAME OF THE SEAT BELT BUCKLE MAY FRACTURE DUE TO POSSIBLE EMBRITTLEMENT OF THE STEEL.","IN THE EVENT OF A VEHICLE CRASH, THE BUCKLE CAN RELEASE,INCREASING THE SEAT OCCUPANT'S RISK OF SERIOUS INJURIES OR DEATH.","BEAMS INDUSTRY WILL NOTIFY ITS CUSTOMERS AND REPLACE THE AFFECTED SEAT BELTS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PATRICK BROWN AT 1-888-343-9266 OR E-MAIL TO HELP@BEAMSIND.COM." -09/29/2003,03C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C008000),"Britax Child Safety, Inc.",BRITAX/FMVSS 213/HEAD EXCURSION,CHILD SEAT,090301,Child Seat,2689,"SUPER ELITE YOUTH RESTRAINTS, MODEL NO. E9031, WITH PRODUCTION DATES FROM APRIL 25, 2001, THROUGH FEBRUARY 15, 2002, FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" VEHICLE CRASH FORCES COULD CAUSE THE CHILD'S HEAD TO MOVE FURTHER FORWARD THAN ALLOWED BY THE STANDARD.","THIS ADDITIONAL HEAD MOVEMENT COULD ALLOW A CHILD'S HEAD TO STRIKE SOMETHING IN THE VEHICLE, CAUSING INJURY.","OWNERS WILL RECEIVE A FREE REPLACEMENT HARNESS SYSTEM ALONG WITH INSTRUCTIONS INCLUDING TPE PADS (ALSO KNOWN AS HUGS HARNESS ULTRA-GUARD SYSTEM). ALL CONSUMERS WHO RETURNED A REGISTRATION CARD TO BRITAX WILL AUTOMATICALLY RECEIVE THE FREE REPLACEMENT. OWNER NOTIFICATION BEGANS OCTOBER 3, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRITAX'S TOLL-FREE NUMBER AT 1-888-427-4829." -09/29/2003,03V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V346000),"General Motors, LLC",GM/FMVSS 207/FRONT BUCKET SEAT ATTACHMENTS,SEATS,03050,Vehicle,6771,"CERTAIN PASSENGER AND SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS."" ONE OR BOTH FRONT ANCHOR TABS FOR THE FRONT BUCKET SEATS ARE NOT ENGAGED IN THE FLOOR PAN REINFORCEMENT SLOTS. A SEAT WITH ONLY ONE TAB ENGAGED OR NEITHER ENGAGED WOULD NOT MEET THE STATIC REARWARD LOADING TEST REQUIREMENTS OF THE STANDARD.","IN SOME CRASH CONDITIONS, THE SEAT COULD PIVOT REARWARD AND ITS OCCUPANT OR A REAR SEAT OCCUPANT COULD BE INJURED MORE SEVERELY.","DEALERS WILL ENSURE THAT BOTH FRONT ANCHOR TABS ARE FULLY SEATED IN THE FLOOR PAN REINFORCEMENT SLOTS. OWNER NOTIFICATION BEGAN SEPTEMBER 19, 2003. OWNERS SHOULD CONTACT GM AT 1-800-458-8006." -09/29/2003,03V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V356000),"Volkswagen Group of America, Inc.",VW/PODS DISABLED,AIR BAGS,WU,Vehicle,333,"ON CERTAIN PASSENGER VEHICLES, THE PASSENGER DETECTION FUNCTION OF THE PASSIVE OCCUPANT DETECTION SYSTEM (PODS) MAY BECOME DISABLED.","SHOULD THE PODS CONTROL UNIT MALFUNCTION, THE AIR BAG SYSTEM IN THE VEHICLE WILL NOT WORK AS DESIGNED AND MAY NOT BE ABLE TO PROPERLY PROTECT OCCUPANTS IN A CRASH.","DEALERS WILL REPROGRAM THE PODS. OWNER NOTIFICATION ORIGINALLY BEGAN OCTOBER 3, 2003. VW HAS DETERMINED THAT ADDITIONAL VEHICLES NEED TO BE REPAIRED. THE RECALL FOR THE ADDITIONAL VEHICLES IS EXPECTED TO BEGIN ON DECEMBER 17, 2004. OWNERS SHOULD CONTACT VWOA AT 1-800-822-8987." -09/26/2003,03V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V355000),Blue Bird Body Company,BLUE BIRD/LOOMED POWER CABLES,ELECTRICAL SYSTEM,R03GX,Vehicle,486,"ON CERTAIN SCHOOL BUSES, THE POWER CABLES THAT RUN FROM THE STARTER TO THE POWER DISTRIBUTOR UNIT MAY CHAFE AGAINST THE BOTTOM CORNER OF THE FRONT FLOOR PANEL, RESULTING IN AN ELECTRICAL SHORT.",AN ELECTRICAL SHORT COULD RESULT IN THE SHUT DOWN OF ENGINE PARTS OR RESULT IN AN UNDERHOOD FIRE.,"BLUE BIRD WILL PROVIDE OWNERS WITH PARTS AND INSTRUCTIONS TO INSTALL REVISED CABLE MOUNTING BRACKETS. OWNER NOTIFICATION BEGAN OCTOBER 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -09/26/2003,03V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V350000),Honda (American Honda Motor Co.),HONDA/FRAME WELDS,STRUCTURE,NR (Not Reported),Vehicle,8196,"ON SOME MOTORCYCLES, CERTAIN FRAME WELDS DO NOT MEET MANUFACTURING SPECIFICATIONS. HIGH LOADS CREATED WHEN RIDING ON ROUGH ROAD SURFACES OR THROUGH POTHOLES CAN CAUSE THE AFFECTED WELDS TO CRACK.","THE WELDED AREA COULD BREAK, RESULTING IN REAR SUSPENSION COLLAPSE OR LOWER CROSS MEMBER SEPARATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REINFORCE THE WELDS ON ALL FRAMES. OWNER NOTIFICATION BEGAN DURING OCTOBER 2003. OWNERS SHOULD CONTACT HONDA AT 1-866-784-1870. -09/26/2003,03E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E045000),INTERCONTINENTAL AUTO PARTS,INTERCONTINENTAL AUTO PARTS/FUEL FILTER LEAKS,EQUIPMENT,NR (Not Reported),Equipment,45870,"AFTERMARKET REPLACEMENT FUEL FILTERS MANUFACTURED BETWEEN SEPTEMBER 17, 2002, AND JANUARY 20, 2003, SOLD UNDER THE BRAND NAMES LISTED ABOVE. THE FILTER MAY EXPERIENCE MALFUNCTION OF THE QUICK CONNECTOR EITHER BLOCKING FUEL FLOW TO THE ENGINE OR CAUSING A FUEL LEAK. THIS DOES NOT INVOLVE ANY PRODUCTS MANUFACTURED BY THE DAIMLERCHRYSLER CORP. NOR ANY DAILMERCHRYSLER DEALERS.","IF THIS CONDITION OCCURRED WHILE THE VEHICLE IS IN MOTION, THE ENGINE COULD STALL. ALSO, IN THE PRESENCE OF AN IGNITION SOURCE, THE FUEL LEAK COULD RESULT IN A VEHICLE FIRE.","AFTERMARKET REPLACEMENT FUEL FILTERS FOR 1995-2000 SHORT WHEELBASE CHRYSLER TOWN & COUNTRY, PLYMOUTH VOYAGER AND DODGE CARAVAN MINIVANS PART NO. 18232 AND DATE CODE 0237, 0249, OR 0252. REPLACEMENT FUEL FILTERS FOR 1995-2000 LONG WHEELBASE CHRYSLER TOWN & COUNTRY, PLYMOUTH VOYAGER AND DODGE CARAVAN MINIVANS PART NO. 18230 AND DATE CODE 0237, 0249, 0251, OR 0304. REPLACEMENT FUEL FILTERS FOR 2001-2004 CHRYSLER TOWN & COUNTRY, PLYMOUTH VOYAGER AND DODGE CARAVAN MINIVANS PART NO. 28871 AND DATE CODE 0249. THESE PART NUMBERS AND DATE CODES APPEAR ON THE GOLD-TONE FILTER. DISTRIBUTORS AND RETAILERS WILL BE NOTIFIED TO ISOLATE AND RETURN AFFECTED INVENTORY. OWNERS WHO HAVE HAD THE FUEL FILTER SERVICED ON ONE OF THE APPLICABLE VEHICLES AFTER SEPTEMBER 17, 2002 SHOULD RETURN THEIR VEHICLE TO THE SERVICE FACILITY TO BE INSPECTED TO SEE IF THE FUEL FILTER THAT WAS INSTALLED IS ONE THAT IS INVOLVED IN THE RECALL. IF SO, THE OWNERS SHOULD HAVE THE FILTER REPLACED. TO RECEIVE A FULL REFUND PLUS THE COST OF POSTAGE, OWNERS SHOULD CUT THE CONNECTORS FROM THE HOSES, RINSE THE CONNECTORS AND RETURN THEM TOGETHER WITH PROOF OF THE AMOUNT PAID FOR THE REPLACEMENT PART AND LABOR, TO INTERCONTINENTAL AT INTERCONTINENTAL AUTO PARTS, INC., P.O. BOX 861, MAHWAH, NJ 07430, ATTN: FUEL FILTER RECALL. INTERCONTINENTAL WILL MAIL A FULL REFUND TO THE OWNER." -09/26/2003,03V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V357000),"WHEELER STEEL WORKS, INC.",WHEELER/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,176,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WHEELER AT 573-262-6240. -09/24/2003,03V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V352000),Kia Motors America,KIA/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,57340,"ON CERTAIN PASSENGER VEHICLES, FUEL LEAKS MAY DEVELOP AT THE FUEL DISTRIBUTOR ASSEMBLY BECAUSE OF QUALITY DEVIATIONS.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL INSPECT AND REPLACE THE FUEL DISTRIBUTOR AND FUEL CONNECTOR ASSEMBLIES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING THE FIRST QUARTER OF 2004. OWNERS SHOULD CONTACT KIA AT 1-800-333-4542. -09/24/2003,03V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V351000),"Porsche Cars North America, Inc.",PORSCHE/CERTIFICATION LABEL INCORRECT,EQUIPMENT,A401,Vehicle,326,"ON CERTAIN SPORT UTILITY VEHICLES, THE AFFECTED VEHICLES MAY BE MISSING THE GROSS VEHICLE WEIGHT RATING (GVWR) AND GROSS AXLE WEIGHT RATINGS (GAWR) ON THE CERTIFICATION LABEL AS REQUIRED BY PART 567.4(G)(3) AND (G)(4).",THE VEHICLE OPERATOR WILL NOT BE INFORMED OF THE VEHICLE'S GVWR AND GAWR.,"DEALERS WILL APPLY THE CORRECTED LABEL. OWNER NOTIFICATION BEGAN ON DECEMBER 22, 2003. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -09/24/2003,03E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E044000),"SAMSUNG ELECTRONICS CO., LTD",SAMSUNG/MICROWAVE OVENS/CIRCUIT SHORT,EQUIPMENT,NR (Not Reported),Equipment,183897,"SAMSUNG MICROWAVE OVENS INSTALLED IN RECREATIONAL VEHICLES FOR MICROWAVE COOKING, MODELS MR5491G, MR5491G01, MR5492W, MR5494W01, MR5493G, MR5493G01, MR5494W, MR7491G, MR7491G01, MR7492W, MR7492W01, MR7493G, MR7493G01, MR6698WB, MR6699GB, AND MR6699SB, MANUFACTURED MAY 1, 2000, THROUGH SEPTEMBER 30, 2003. THESE UNITS WERE PRODUCED WITH A DEFECTIVE MEMBRANE PANEL. THESE MICROWAVE OVENS HAVE THE ONE TOUCH INSTANT COOK FUNCTION FOR ITEMS SUCH AS POPCORN, POTATO, ETC.","AN ELECTRICAL SHORT CAN OCCUR CAUSING THE OVEN TO ACTIVATE WITHOUT PRESSING ANY KEY PADS. THIS COULD RESULT IN EXCESSIVE HEAT, SMOKE, OR POSSIBLY A FIRE.","SAMSUNG WILL NOTIFY ITS CUSTOMERS AND REPAIR THE PANEL FREE OF CHARGE. IN THE MEANTIME, COMSUMERS SHOULD UNPLUG THEIR MICROWAVE, IF POSSIBLE. IF THE CONSUMER IS UNABLE TO UNPLUG THE MICROWAVE, THEY SHOULD LEAVE THE DOOR AJAR UNTIL THE MEMBRANE PANEL IS REPLACED. CONSUMERS SHOULD NEVER USE THE MICROWAVE OVEN FOR STORAGE OR LEAVE ANY TOWELS, PAPER, CLOTH OR OTHER PRODUCTS IN THE MICROWAVE AFTER USE. OWNER NOTIFICATION BEGAN SEPTEMBER 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAMSUNG SERVICE DIVISION HEADQUARTERS AT 800-932-3837." -09/24/2003,03V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V413000),"SHREDFAST, INC.",SHREDFAST/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,1,"ON CERTAIN TRUCKS EQUIPPED WITH ALLISION TRANSMISSIONS, THE TRANSMISSION CAN DROP OUT OF THE VEHICLE.",THIS CONDITION CAN INCREASE THE RISK OF A CRASH.,THE VEHICLE HAS BEEN CORRECTED. -09/23/2003,03E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E043000),"Bendix Commercial Vehicle Systems, LLC",BENDIX/ELECTRONIC CONTROL UNIT/POSSIBLE FIRE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,28508,"BENDIX EC-30T ELECTRONIC CONTROL UNITS (ECU) USED OR INSTALLED ON TOWED VEHICLES SUCH AS TRAILERS AND DOLLIES AND ALSO SOLD AS AFTERMARKET REPLACEMENT EQUIPMENT. THESE UNITS WERE SOLD FROM AUGUST 7, 2000, THROUGH SEPTEMBER 22, 2003. IF THE TRAILER-MOUNTED ABS WARNING LAMP CIRCUIT EXPERIENCES AN ELECTRICAL SHORT AND THE SHORT IS NOT REPAIRED, THE HIGH SIDE POWER SWITCH INSIDE THE ECU THAT CONTROLS THE ILLUMINATION OF THE TRAILER-MOUNTED ABS WARNING LAMP MAY EVENTUALLY BECOME THERMALLY STRESSED AND EXPERIENCE AN ELECTRICAL SHORT.","IF THE POWER SWITCH SHORTS, IT CAN RESULT IN AN OVER-CURRENT CONDITION IN THE ECU AND LEAD TO EXCESSIVE HEAT, SMOKE, AND POSSIBLE FIRE.","BENDIX WILL NOTIFY ITS CUSTOMERS AND WILL PROVIDE A REMEDY TO OWNERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 6, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX RECALL ASSISTANCE CENTER AT 1-800-478-1793." -09/23/2003,03V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V353000),"Eldorado National- California, Inc.",ELDORADO NATIONAL/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,12,"ON CERTAIN BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR ELDORADO AT 1-909-591-9557. -09/23/2003,03V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V354000),IC CORPORATION,IC/FMVSS 221/JOINT STRENGTH,STRUCTURE,03305,Vehicle,66749,"CE MODEL SCHOOL BUSES WHICH FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, SCHOOL BUS BODY JOINT STRENGTH. THE ROOF TOP SHEET MAY BE IMPROPERLY LOCATED, REDUCING THE MATERIAL EDGE DISTANCE AT THE RIVET LINE.","IN THE EVENT OF A VEHICLE CRASH, THE JOINT STRENGHT COULD FAIL POSSIBILY RESULTING IN INJURIES TO THE VEHICLE OCCUPANTS.","IC WILL NOTIFY ITS CUSTOMERS AND WILL PROVIDE INSPECTION AND REPAIR INSTRUCTION. THE RECALL BEGAN ON JANUARY 25, 2005. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC CUSTOMER SERVICE AT (WE DO NOT YET HAVE A TELEPHONE NUMBER FOR THIS CAMPAIGN.)" -09/22/2003,03V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V349000),Ford Motor Company,FORD/PITMAN ARM TO STEERING GEAR RETAINING NUT,STEERING,03S07,Vehicle,300,"ON CERTAIN PICKUP TRUCKS, THE PITMAN ARM TO STEERING GEAR RETAINING NUT WAS NOT FULLY TIGHTENED TO THE REQUIRED SPECIFICATION.","IF THE PITMAN ARM TO GEARBOX ATTACHMENT NUT LOOSENS, A NOISE AND A LOOSE FEEL IN THE STEERING COULD OCCUR. IF THE CONDITION PROGRESSED AND SERVICE WAS NOT SOUGHT, THE NUT COULD BACK OFF COMPLETELY AND THE PITMAN ARM COULD SEPARATE FROM THE GEAR CAUSING A LOSS OF STEERING. IF THE WARNING IS NOT HEEDED AND STEERING IS LOST, A CRASH MAY RESULT.","DEALERS WILL TIGHTEN THE PITMAN ARM RETAINING NUT TO SPECIFICATIONS. OWNER NOTIFICATION BEGAN ON OCTOBER 1, 2003. OWNERS SHOULD CONTACT FORD AT 1-866-436-7332." -09/22/2003,03V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V348000),"Talbert Manufacturing, Inc.",TALBERT/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2381,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NO. 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR TALBERT AT 1-800-348-5232 EXT. 151. -09/17/2003,03V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V347000),"Forest River, Inc.",FOREST RIVER/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",02C01,Vehicle,1200,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.",DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOREST RIVER AT 1-574-389-4600. -09/16/2003,03E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E042000),"CATZ USA, INC.",CATZ/FMVSS 108/LIGHTS ARE TOO BRIGHT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2633,"VARIOUS CATZ ""HID KITS"" LIGHTING SOURCES SHIPPED FROM MAY 24, 2002, TO AUGUST 27, 2003, THAT DO NOT CONFORM THE THE ELECTRICAL SPECIFICATIONS THAT ARE REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE LIGHTS PRODUCE EXCESSIVE GLARE TO ONCOMING TRAFFIC.,"SINCE THERE IS NO POSSIBLE REPAIR OR REASONABLE EQUIVALENT REPLACEMENT EQUIPMENT, CATZ WILL OFFER A FULL REFUND INCLUDING THE SHIPPING COST." -09/16/2003,03V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V344000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/HYDRAULIC LEVELING JACK HOSES,EQUIPMENT,30908,Vehicle,1100,"ON CERTAIN MOTORHOMES BUILT ON WORKHORSE CHASSIS, THE HYDRAULIC HOSE OPERATING THE LEVELING JACK SYSTEM WAS ROUTED SO IT PLACES THE HOSE TOO CLOSE TO THE ENGINE EXHAUST. THE HOT EXHAUST CAN CAUSE THE HYDRAULIC HOSE TO MELT OR ABRADE, RELEASING HYDRAULIC FLUID.","IF THE HYDRAULIC FLUID SHOULD IGNITE BY AN EXHAUST GAS RECIRCULATING TUBE OR OTHER HEAT SOURCE, THIS COULD CAUSE A FIRE.","DEALERS WILL INSPECT AND REPLACE DAMAGED HOSES AND RELOCATE THE AFFECTED HYDRAULIC LINES. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -09/16/2003,03V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V339000),"WTM, Inc.",WINSTON/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,48,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WTM AT 1-800-443-3967. -09/15/2003,03V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V340000),COZAD TRAILERS,COZAD/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,68,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR COZAD AT 1-800-242-6023. -09/15/2003,03V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V345000),"Ferrari North America, Inc.",FERRARI/SEAT RAIL ASSEMBLIES,SEATS,39,Vehicle,73,"ON CERTAIN MODEL PASSENGER VEHICLES, AS A RESULT OF IMPROPER WELDING OF THE SEAT RAIL ASSEMBLIES, ONE SIDE OF THE SEAT MAY NOT FULLY LOCK INTO THE SET POSITION. UNDER EXTREME ACCELERATION OR DEACCELERATION CONDITIONS, THIS COULD CAUSE A ROCKING MOTION OF THE SEAT.","IF THE SEAT STARTED A ROCKING MOTION WHILE THE CUSTOMER WAS DRIVING, IT COULD POSE A SAFETY RISK TO THE DRIVER AS WELL AS OTHER VEHICLES AND COULD RESULT IN DAMAGE TO THE VEHICLE OR PROPERTY, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE ENTIRE SEAT RAIL ASSEMBLIES ON BOTH SEATS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2003. OWNERS SHOULD CONTACT FERRARI AT 1-201-816-2651. -09/15/2003,03V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V343000),PACCAR Incorporated,PACCAR/PETERBILT/BRAKES/STEERING,"SERVICE BRAKES, AIR",903-F,Vehicle,111,"ON CERTAIN TRUCKS EQUIPPED WITH MERITOR 15X4 FRONT BRAKES AND DANA E1200 STEER AXLE, THE LEFT BRAKE CANNOT FULLY APPLY OR IT WOULD BECOME STUCK AND NOT RELEASE.","IF THE LEFT BRAKE CANNOT FULLY BE APPLIED OR IF IT WERE TO BECOME STUCK AND NOT RELEASE, THIS COULD AFFECT THE VEHILCE STOPPING DISTANCE AND STABILITY.","DEALERS WILL REPLACE THE ""UNHANDED"" AUTOMATIC SLACK ADJUSTER WITH A ""HANDED"" AUTOMATIC SLACK ADJUSTER THAT HAS A SIDE MOUNTED PAWL NUT. OWNER NOTIFICATION BEGAN JANUARY 6, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE FREMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4201." -09/15/2003,03V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V341000),"TRAVEL SUPREME, INC.",TRAVEL SUPREME/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,72,"ON CERTAIN MOTORHOMES EQUIPPED WITH TUTHILL INDEPENDENT FRONT SUSPENSIONS, THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.",TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390) OR SPARTAN AT 517-543-6400 OR TRAVEL SUPREME AT 574-862-4484. -09/12/2003,03V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V342000),"Coachmen RV Company, LLC",COACHMEN/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,27,"ON CERTAIN MOTORHOMES EQUIPPED WITH TUTHILL INDEPENDENT FRONT SUSPENSIONS, THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL ARMS.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390), SPARTAN AT 517-543-6400, OR COACHMEN AT 574-825-8525." -09/12/2003,03V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V331000),"General Motors, LLC",GM/FMVSS 135/REAR BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",03045,Vehicle,59528,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKING SYSTEMS."" ON SOME OF THESE VEHICLES, THE RIGHT REAR BRAKE HOSE FITTING MAY NOT BE TIGHTENED PROPERLY, AND A BRAKE FLUID LEAK COULD OCCUR.","IF ENOUGH FLUID LEAKS, THE BRAKE PEDAL WILL BE LOWER THAN NORMAL, AND STOPPING DISTANCES WILL BE LONGER. IF THIS OCCURS WHEN STOPPING DISTANCE IS LIMITED, A CRASH COULD OCCUR.","DEALERS WILL TIGHTEN THE RIGHT REAR BRAKE HOSE FITTING TO THE PROPER TORQUE SPECIFICATION, AND ADD BRAKE FLUID IF NECESSARY. OWNER NOTIFICATION BEGAN AUGUST 28, 2003. OWNERS SHOULD CONTACT PONTIAC AT 1-800-620-7668." -09/12/2003,03V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V328000),"General Motors, LLC",GM/LOWER BALL JOINT BOOT INTERFERENCE,SUSPENSION,03044,Vehicle,41477,"CERTAIN MINIVANS HAVE AN INTERFERENCE CONDITION BETWEEN THE LOWER BALL JOINT RUBBER BOOT AND THE STEERING KNUCKLE (BOTH LEFT/RIGHT SIDES), WHICH COULD RESULT IN CUTTING OF THE BOOT THAT IS INTENDED TO SEAL THE BALL JOINT. IF THE LOWER BALL JOINT BOOT WERE CUT, CONTAMINATION FROM THE ROAD (SALT, DIRT, WATER, ETC.) COULD ENTER THE BALL SOCKET AREA OF THE BALL JOINT CAUSING THE JOINT TO WEAR OUT TOO QUICKLY.","THE STEERING KNUCKLE COULD SEPARATE FROM THE LOWER CONTROL ARM, DROPPING DOWN THE AFFECTED CORNER OF THE VEHICLE. THE COIL SPRING WOULD PUSH THE CONTROL ARM DOWN INTO CONTACT WITH THE GROUND, CREATING A DRAG THAT WOULD SLOW THE VEHICLE. THE DRIVER COULD HAVE DIFFICULTY IN MAINTAINING THE DIRECTIONAL CONTROL OF THE VEHICLE. IN ADDITION, THE AFFECTED WHEEL ASSEMBLY COULD SEPARATE FROM THE VEHICLE IF FORCES RESULTING FROM THE WHEEL'S DRAGGING ACTION WERE SUFFICIENT TO FRACTURE THE TIE ROD END AND UPPER BALL JOINT CONNECTIONS. SEPARATION OF THE WHEEL ASSEMBLY WOULD ALSO SEVER THAT WHEEL'S HYDRAULIC BRAKE HOSE, RESULTING IN LOST BRAKING PERFORMANCE FROM THE FRONT BRAKE SYSTEM. VEHICLE STOPPING DISTANCE WOULD INCREASE, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE STEERING KNUCKLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON APRIL 8, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438 OR GMC AT 1-866-996-9463." -09/12/2003,03V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V337000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL TANK,"FUEL SYSTEM, GASOLINE",V-03-06,Vehicle,106,"ON CERTAIN MOTORCYCLES, MATERIAL AROUND THE BRAZED VENT TUBE JOINT LOCATED AT THE BOTTOM RIGHT SIDE OF THE FUEL TANK MAY FATIGUE AND LEAK FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANKS. OWNER NOTIFICATION BEGAN ON OCTOBER 1, 2003. OWNERS SHOULD CONTACT VICTORY AT 1-763-417-8650." -09/12/2003,03V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V336000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/SIDESTAND,STRUCTURE,V-03-05SAF,Vehicle,9120,"ON CERTAIN MOTORCYCLES, THE SIDESTAND SPRING AND/OR THE PIN USED TO ATTACH THE SPRING TO THE FRAME MAY BE DAMAGED.","THIS COULD ALLOW UNINTENDED DEPLOYMENT OF THE SIDESTAND, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE SIDESTAND SPRING AND FRAME RAIL BRACKET. AN INTERIM NOTICE TO OWNERS WAS MAILED ON NOVEMBER 11, 2003. THE RECALL BEGAN ON AUGUST 18, 2004. OWNERS SHOULD CONTACT VICTORY AT 1-763-417-8650." -09/10/2003,03V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V338000),American IronHorse Motorcycle Company,AMERICAN IRONHORSE/FUEL TANK MOUNT BRACKETS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,368,"CERTAIN MOTORCYCLES MAY HAVE DEFECTIVE FRONT GAS TANK MOUNT BRACKETS, WHICH COULD BREAK IN SERVICE AND BREACH THE TANK WALL POSSIBLY CAUSING FUEL SPILLAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPAIR THE TANK BY REPLACING THE EXISTING FRONT BRACKETS. ANY PAINT AFFECTED BY THE WELDING PROCESS WILL BE REFINISHED. OWNER NOTIFICATION BEGAN ON SEPTEMBER 17, 2003. OWNERS SHOULD CONTACT AMERICAN IRONHORSE AT 1-817-665-2000." -09/08/2003,03V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V332000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HOOD LATCH,LATCHES/LOCKS/LINKAGES,C29,Vehicle,20978,"ON CERTAIN PASSENGER VEHICLES, AN INTERNAL HOOD LATCH COMPONENT MAY HAVE BEEN MANUFACTURED WITH A CRACK, WHICH COULD PROPAGATE AND BREAK, ALLOWING THE PRIMARY/SECONDARY LATCH SPRING TO DISENGAGE.","THIS COULD RESULT IN LOSS OF BOTH PRIMARY AND SECONDARY HOOD LATCH FUNCTION, ALLOWING THE HOOD TO OPEN WITHOUT WARNING. THIS COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE LATCH ASSEMBLY. OWNER NOTIFICATION BEGAN ON SEPTEMBER 22, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -09/08/2003,03V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V335000),MID BUS CORPORATION,MID BUS/FMVSS 222/Q-STRAINT POCKETS,STRUCTURE,NR (Not Reported),Vehicle,207,"ON CERTAIN SCHOOL BUSES EQUIPPED WITH Q-STRAINT POCKET TIE DOWNS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" IF ENOUGH FORCE IS APPLIED, ONE OR ALL OF THE Q-STRAINT POCKETS CAN PULL AWAY FROM THE FLOOR.","IN THE EVENT OF A VEHICLE CRASH, ONE OR ALL OF THE Q-STRAINT POCKETS CAN PULL AWAY FROM THE FLOOR. POSSIBLE SERIOUS INJURY OR DEATH CAN OCCUR TO THE VEHICLE SEAT OCCUPANTS.","MID BUS WILL PROVIDE REPAIR KITS AND INSTALLATION INSTRUCTIONS TO ITS OWNERS. OWNER NOTIFICATION BEGAN NOVEMBER 6, 2003. OWNERS REMEDY SHOULD CONTACT MID BUS AT 419-358-2500." -09/08/2003,03V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V333000),"Suzuki Motor USA, LLC",SUZUKI/SEAT BELT BUCKLE ASSEMBLY SENSOR,SEAT BELTS,K4,Vehicle,4548,CERTAIN PASSENGER VEHICLES MAY HAVE A MISLOCATED SENSOR IN THE DRIVER'S SEAT BELT BUCKLE ASSEMBLY. THIS CONDITION CAN PREVENT THE DRIVER'S SEAT BELT TONGUE FROM BEING INSERTED INTO THE BUCKLE.,"IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY.","DEALERS WILL REPLACE THE DRIVER'S SEAT BELT BUCKLE ASSEMBLY. OWNER NOTIFICATION BEGAN SEPTEMBER 4, 2003. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -09/04/2003,03V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V334000),MID BUS CORPORATION,MID BUS/FMVSS 131/4 LIGHT WARNING SYSTEM,STRUCTURE,NR (Not Reported),Vehicle,170,"GUIDE SCHOOL BUSES, MODELS YEARS 1997 THROUGH 2003 MANUFACTURED FROM JANUARY 1, 1997, TO JULY 21, 2003. THE STOP ARM DOES NOT DEPLOY WHEN THE RED WARNING LIGHTS ARE TURNED ON AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 131, ""SCHOOL BUS PEDESTRIAN SAFETY DEVICES.""","IF THE STOP SIGNAL ARM IS NOT EXTENDED WHEN THE BUS IS LOADING OR UNLOADING PASSENGERS, IT MAY INCREASE THE LIKELIHOOD OF VEHICLES PASSING A STOPPED SCHOOL BUS AND STRIKING PEDESTRIANS IN THE VICINITY OF THE BUS.","MID BUS WILL NOTIFY ITS CUSTOMERS AND PROVIDE REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 22, 2003." -09/03/2003,03V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V329000),"Gulf Stream Coach, Inc.",GULF STREAM/T-1CIRCUIT BREAKER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1699,"ON CERTAIN MOTOR HOMES EQUIPPED WITH T-1 THERMAL CIRCUIT BREAKERS, SURFACE MOUNT AND PANEL MOUNT, IF THE CIRCUIT BREAKER HANDLE IS HELD IN THE ""ON"" POSITION AFTER THE UNIT IS TRIPPED AND THE CIRCUIT CONTACTS WELD TOGETHER, HEAT MAY BE GENERATED THAT MAY DAMAGE ATTACHED OR ADJACENT WIRING CREATING A RISK OF FIRE.","IN THE EVENT OF A FIRE, SERIOUS INJURY OR POSSIBLY DEATH COULD OCCUR.","GULF STREAM WILL REPLACE THE DEFECTIVE CIRCUIT BREAKERS WITH BUSSMAN 185 SERIES CIRCUIT BREAKERS FREE OF CHARGE. THESE CIRCUIT BREAKERS CAN BE SENT DIRECTLY TO YOU OR TO A REPAIR FACILITY OF YOUR CHOOSING. OWNER NOTIFICATION BEGAN SEPTEMBER 15, 2003. OWNERS SHOULD CONTACT GULF STREAM AT 1-800-482-6456." -09/03/2003,03V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V330000),"Gulf Stream Coach, Inc.",GULF STREAM/TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,63,"ON CERTAIN MOTOR HOMES BUILT ON THE WORKHORSE W22 CHASSIS, THE DROP DOWN BRACKETS USED TO ATTACH THE HITCH TO THE FRAME RAIL EXTENSIONS MAY NOT BE ADEQUATE.","IN THE EVENT THAT THESE ANGLE BRACKETS WOULD FAIL, THE HITCH AND THE TOW VEHICLE COULD BECOME DISLODGED FROM THE MOTOR HOME INCREASING THE RISK OF A CRASH.","GULF STREAM HAS DEVELOPED A REPAIR KIT CONSISTING OF STEEL BRACKETS, SPACERS, AND MECHANICAL FASTENERS. THIS KIT CAN BE SENT DIRECTLY TO YOU OR TO A REPAIR FACILITY OF YOUR CHOOSING. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2003. OWNERS SHOULD CONTACT GULF STREAM AT 1-800-482-6456, EXT. 3743." -09/01/2003,03V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V221000),Rhodes Trailers,RHODES/SPRING BRAKE CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,45,"ON CERTAIN DUMP TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR RHODES AT 304-863-8078. -08/29/2003,03V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V323000),FREIGHTLINER LLC,FREIGHTLINER/STEERING INPUT SHAFT,STEERING,FL-417,Vehicle,153,"ON CERTAIN TRUCKS AND TRUCK-TRACTORS EQUIPPED WITH TRW PCF STEERING GEARS, A CRACK CAN OCCUR IN THE STEERING GEAR INPUT SHAFT.","IT IS POSSIBLE THAT A DRIVER COULD EXPERIENCE A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE STEERING GEAR AND REPLACE IT IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2003. OWNERS SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712. -08/29/2003,03V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V314000),Wabash National Corporation,WABASH/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9517,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WABASH AT 765-771-5404. -08/28/2003,03V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V319000),Ford Motor Company,FORD/FMVSS 121/AIR BRAKES,"SERVICE BRAKES, AIR",03C04,Vehicle,97,"CERTAIN MEDIUM DUTY CHASSIS CABS FAIL TO COMPLY TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE AIR BRAKE LINES MAY BE MISROUTED BETWEEN THE PRIMARY AND SECONDARY RESERVOIR TANKS OF THE AIR BRAKE SYSTEM.","IF THE AIR BRAKE LINES ARE MISROUTED, AND THE AIR BRAKE SYSTEM EXPERIENCES A LOSS OF AIR FROM THE PRIMARY AIR TANK, THE VEHICLE WILL NOT HAVE SERVICE AIR BAKE FUNCTION, INCREASING THE RISK OF A CRASH.","FORD WILL INSPECT THE AIR BRAKE LINE ROUTING AND IF NECESSARY, REPAIR THE VEHICLE. OWNER NOTIFICATION BEGAN ON SEPTEMBER 12, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-248-0186." -08/28/2003,03V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V327000),"General Motors, LLC",GM/HAZARD WARNING SWITCH,EXTERIOR LIGHTING,03043,Vehicle,670740,"CERTAIN PASSENGER VEHICLES HAVE HAZARD WARNING SWITCHES THAT MAY EXPERIENCE SOLDER JOINT CRACKING CAUSED BY RAPID TEMPERATURE TRANSITIONS AND THE SOLDERING PROCESS. IF SOLDER JOINT CRACKING OCCURS AND RESULTS IN AN OPEN CIRCUIT, THE TURN SIGNALS/HAZARD LAMPS BECOME INTERMITTENT OR INOPERATIVE.","WHEN THE TURN SIGNALS ARE INOPERATIVE, THE DRIVER CANNOT USE THEM TO SIGNAL INTENT TO TURN THAT COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE HAZARD WARNING SWITCH. OWNER NOTIFICATION BEGAN ON FEBRUARY 5, 2004. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-630-2438, PONTIAC AT 1-800-620-7668, OR OLDSMOBILE AT 1-800-630-6537." -08/28/2003,03V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V326000),IC CORPORATION,IC (AMTRAN)/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",03304,Vehicle,75,CERTAIN FLAT FLOOR SCHOOL BUSES WERE BUILT WITH THE INCORRECT HYDRAULIC BRAKE DROP HOSES FROM FRAME TO AXLE. THE HOSES INSTALLED WERE 3 INCHES SHORTER THAN SPECIFIED AND MAY FAIL FROM TENSION CAUSED BY AXLE ARTICULATION.,"THIS HOSE FAILURE WILL RESULT IN THE LOSS OF REAR BRAKES, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE HOSES AND BLEED THE BRAKE SYSTEM. OWNER NOTIFICATION BEGAN ON OCTOBER 9, 2003. OWNERS SHOULD CONTACT IC AT 1-800-843-5615." -08/27/2003,03V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V317000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/AIR SUPPLY HOSE,"SERVICE BRAKES, AIR",03514,Vehicle,686,"CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE PRIMARY AND SECONDARY AIR SUPPLY HOSES FROM THE FOOT VALVE TO THE PRIMARY AND SECONDARY AIR TANKS WERE IMPROPERLY ROUTED AT THE TANK.","IF THE PRIMARY AIR CIRCUIT IS DAMAGED, THE BRAKES WILL NOT APPLY WHEN THE BRAKE PEDAL IS DEPRESSED INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPAIR VEHICLES. OWNER NOTIFICATION WILL BE COMPLETED BY OCTOBER 3, 2003. OWNERS WHO TAKE THEIR VEHICLE TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -08/26/2003,03V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V325000),"BMW of North America, LLC",BMW MOTORCYCLES/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1397,"ON CERTAIN MOTORCYCLES, DUE TO THE MATERIAL COMPOSITION OF THE REAR BRAKE HOSE, THE HOSE MAY SPLIT OPEN DURING RIDING CONDITIONS IN WHICH A FULL EXTENSION OF THE REAR SUSPENSION OCCURS. IN SOME CASES, THE HOSE MAY ALSO HAVE BEEN ROUTED INCORRECTLY TO THE CALIPER AGGRAVATING THE CONDITION.","AS A RESULT, A LOSS OF BRAKE FLUID AND BRAKE PRESSURE CAN OCCUR, POSSIBLY RESULTING IN REAR BRAKE FAILURE. A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE REAR BRAKE HOSE. IT WILL BE REROUTED ON MOTORCYCLES IN WHICH A HOSE OF THE NEW MATERIAL SPECIFICATION HAS ALREADY BEEN INSTALLED. THE BRAKE HOSE WILL BE REPLACED AND REROUTED ON ALL OTHER AFFECTED MOTORCYCLES. OWNER NOTIFICATION BEGAN ON SEPTEMBER 12, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -08/26/2003,03V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V324000),"BMW of North America, LLC",BMW/ENGINE OIL FILTER DRAIN PLUG,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2400,"ON CERTAIN PASSENGER VEHICLES, THE ENGINE OIL FILTER DRAIN PLUG MAY BE INSUFFICIENTLY TIGHTENED. THIS COULD LEAD TO LOOSENING OF THE PLUG CAUSING AN INITIAL OIL SPRAY AND A SUBSEQUENT OIL LEAK.","IF A LARGE AMOUNT OF OIL LOSS OCCURS, ENGINE DAMAGE MAY RESULT. DEPENDING ON THE EXTENT OF THE DAMAGE, A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE TORQUE OF THE OIL FILTER DRAIN PLUG AND, IF NECESSARY, RETIGHTEN THE DRAIN PLUG WITH THE CORRECTLY SPECIFIED TORQUE. OWNER NOTIFICATION BEGAN ON SEPTEMBER 12, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -08/26/2003,03V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V321000),Hyundai Motor America,HYUNDAI OF AMERICA/INSRUMENT PANEL/AIRBAG DEPLOYME,AIR BAGS,063,Vehicle,49,"ON CERTAIN SPORT UTILITY VEHICLES, THE FRONT PASSENGER AIR BAG IS MOUNTED BENEATH THE RIGHT PORTION OF THE INSTRUMENT PANEL'S PADDED SURFACE. TEAR LINES ARE FORMED INTO THE UNDERSIDE OF THE INSTRUMENT PANEL'S PADDED SURFACE DURING THE PRODUCTION PROCESS OF THE INSTRUMENT PANEL TOP PAD. THESE TEAR LINES ALLOW A PORTION OF THE INSTRUMENT PANEL SURFACE TO FOLD UPWARD IF THE PASSENGER AIR BAG DEPLOYS.","IN THE EVENT OF A VEHICLE CRASH, THE AIR BAG MAY NOT DEPLOY PROPERLY, POSSIBLY RESULTING IN SERIOUS INJURY TO THE RIGHT FRONT PASSENGER.","HYUNDAI WILL REPLACE THE INSTRUMENT PANEL. OWNER NOTIFICATION BEGAN ON OCTOBER 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI OF AMERICA AT 1-800-633-5151, OR IF THE VEHICLE IS LOCATED IN PUERTO RICO, HYUNDAI OF PUERTO RICO AT 1-800-981-0188." -08/26/2003,03V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V322000),Hyundai Motor America,HYUNDAI/AIRBAG OCCUPANT CLASSIFICATION SENSOR,AIR BAGS,062,Vehicle,75,"ON CERTAIN VEHICLES, IF THE FRONT PASSENGER SEAT IS UNOCCUPIED OR IS OCCUPIED BY SOMEONE LIGHTER THAN 56.4 POUNDS, THE PASSENGER AIR BAG IS DEACTIVATED AND WILL NOT DEPLOY IF A CRASH OCCURS. HOWEVER, THE OCCUPANT CLASSIFICATION SENSOR MAY INCORRECTLY INTERPRET THAT A SEATED ADULT IS AN INFANT SEAT AND DEACTIVATE THE PASSENGER AIR BAG IF SOMEONE HEAVIER THAN 56.4 POUNDS WHO IS SEATED WITH ONE LEG RESTING ON THE OUTBOARD OR INBOARD EDGE OF THE SEAT; WITH LEGS SPREAD; OR POSITIONED OFF-CENTER TOWARD THE CENTER CONSOLE AND WITH HIS OR HER ARM LEANING ON THE CONSOLE.","IN THE EVENT OF A VEHICLE CRASH, THE AIR BAG MAY NOT DEPLOY, POSSIBLY RESULTING IN SERIOUS INJURY TO THE RIGHT FRONT PASSENGER.",THE OCCUPANT CLASSIFICATION SENSOR WILL BE REPROGRAMMED. -08/26/2003,03V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V313000),SMITH CO MANUFACTURING,SMITH/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,995,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR SMITH AT 712-546-4409. -08/26/2003,03V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V315000),Starcraft RV,STARCRAFT/REAR BED COLLAPSES,EQUIPMENT,NR (Not Reported),Vehicle,2966,"ON CERTAIN EXPANDABLE TRAVEL TRAILERS, THE REAR BED IS LARGE ENOUGH THAT EXCESS WEIGHT MAY BE PLACED ON THE BED, EXCEEDING THE SUPPORT CAPACITY OF THE BRACKETS.",THE BED COULD FALL ON SOMEONE CAUSING PERSONAL INJURY.,"STARCRAFT WILL NOTIFY ITS CUSTOMERS AND STRENGHTEN THE BED BRACKETS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 9, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT AT" -08/26/2003,03V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V309000),"Yamaha Motor Corporation, USA",YAMAHA/MOTORCYCLES/REAR WHEEL LOCK UP,POWER TRAIN,M2004-001,Vehicle,29139,"IN THE TRANSMISSION ON CERTAIN MOTORCYCLES, THE SECOND/THIRD PINION GEAR MAY BE INCORRECTLY MACHINED WHICH COULD CAUSE ABNORMAL WEAR THAT EVENTUALLY RESULTS IN A BROKEN RETAINER CIRCLIP.","IF THE CIRCLIP BREAKS, THE TRANSMISSION COULD LOCK UP, WHICH WOULD ALSO CAUSE THE REAR WHEEL TO LOCK UP. THIS COULD RESULT IN LOSS OF CONTROL AND A CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","YAMAHA WILL REPLACE THE TRANSMISSION GEARS AND SHAFTS WITH NEW ONES. OWNER NOTIFICATION BEGAN ON SEPTEMBER 9, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT YAMAHA AT 1-800-88-YAMAHA OR VISIT THEIR WEBSITE AT WWW.YAMAHA-MOTOR.COM." -08/25/2003,03V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V316000),MID CONTINENT TRUCK SALES INC.,MID CONTINENT/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,52,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR MID CONTINENT AT 405-329-5365. -08/25/2003,03V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V312000),"WILKENS INDUSTRIES, INC.",WILKENS/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,505,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WILKENS AT 320-589-1971. -08/22/2003,03V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V318000),Collins Bus Corporation,COLLINS/WHEELCHAIR ANCHORAGE POCKETS,EQUIPMENT,NR (Not Reported),Vehicle,16,"ON CERTAIN SCHOOL BUSES EQUIPPED WITH FLOOR MOUNTED WHEELCHAIR ANCHORAGE POCKETS THAT ARE USED TO ACCOMMODATE AND SECURE WHEELCHAIRS, DURING MANUFACTURING, THE REINFORCEMENT PLATE FOR THE POCKET MAY HAVE BEEN PLACED IN THE WRONG POSITION. THIS WOULD NOT ALLOW THE SCREWS TO BE ATTACHED THROUGH IT.","IN THE EVENT OF A CRASH, THE ANCHORAGE MAY NOT RETAIN THE WHEELCHAIR. SERIOUS INJURY TO THE WHEELCHAIR OCCUPANT OR OTHER VEHICLE OCCUPANTS MAY RESULT.","COLLINS WILL REPAIR THE BUSES BY INSERTING A REINFORCEMENT EXTENSION PLATE AND REDRILLING HOLES INTO THIS PLATE FOR THE WHEELCHAIR ANCHORAGE SCREWS TO PASS THROUGH. OWNER NOTIFICATION IS BEGAN SEPTEMBER 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COLLINS AT 1-800-533-1850." -08/22/2003,03V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V307000),"Nissan North America, Inc.",NISSAN/ALLOY WHEEL CRACKS,WHEELS,RU301,Vehicle,31700,"2000 NISSAN XTERRA VEHICLES MANUFACTURED BETWEEN OCTOBER 15, 1999, AND FEBRUARY 29, 2000. THE ALLOY WHEELS USED ON THESE VEHICLES MAY NOT HAVE BEEN PROPERLY MANUFACTURED AND COULD DEVELOP CRACKS IN THE WHEEL SPOKES.","IF A SUFFICIENT NUMBER OF SPOKE CRACKS DEVELOP, THE WHEEL COULD FAIL AND SEPARATE FROM THE MOUNTING HUB, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.","NISSAN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE FOUR ALLOY WHEELS WITH XTERRA SE MODEL BRIGHT ALLOY WHEELS FREE OF CHARGE. THE SPARE TIRE STEEL WHEEL IS NOT AFFECTED. OWNER NOTIFICATION BEGAN ON SEPTEMBER 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261. INFORMATION CAN ALSO BE OBTAINED THROUGH NISSAN'S WEB SITE AT WWW.NISSANUSA.COM." -08/22/2003,03V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V306000),PACCAR Incorporated,PACCAR/FAN HUB MOUNTING BOLTS,ENGINE AND ENGINE COOLING,803-E,Vehicle,1858,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR C7 OR 3126E 2002 ENGINES AND HORTON FAN HUBS, THE FAN HUB MOUNTING BOLTS CAN FAIL RESULTING IN THE HUB AND FAN ASSEMBLY SEPARATING FROM THE ENGINE. THIS LOSS OF CLAMP LOAD CAUSES UNWANTED VIBRATION IN THE ASSEMBLY THAT LEADS TO BOLT FAILURE.","IF THE BOLTS FAIL, THE COMPLETE HUB AND FAN ASSEMBLY COULD SEPARATE FROM THE ENGINE RESULTING IN EQUIPMENT DAMAGE AND/OR PERSONAL INJURY.","DEALERS WILL ADD A RIGID SPACER ACROSS THE TWO LOWER MOUNTING HOLES OF THE FAN HUB TO MAINTAIN THE CLAMPING FORCE AND REPLACE ALL THE BOLTS AND WASHERS. OWNER NOTIFICATION BEGAN OCTOBER 22, 2003. OWNERS SHOULD CONTACT PETERBILT AT 1-940-591-4201." -08/22/2003,03V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V320000),"Thor California, Inc.",THOR/FIFTH WHEEL TRAILERS/TRAILER SWAY,POWER TRAIN,NR (Not Reported),Vehicle,38,"ON CERTAIN FIFTH WHEEL TRAILERS, DEPENDING UPON THE MANNER IN WHICH ITEMS ARE STORED IN THE TRAILER DURING TRANSIT AND THE CORRESPONDING WEIGHT DISTRIBUTION, THE TRAILER COULD BEGIN TO SWAY WHILE BEING TOWED.","THIS DEFECT COULD RESULT IN A VEHICLE CRASH INVOLVING BOTH THE TRAILER AND THE TOW VEHICLE, POSSIBLY RESULTING IN SERIOUS INJURY.","THOR WILL NOTIFY ITS CUSTOMERS TO ARRANGE TO HAVE THE TRAILERS TRANSPORTED TO THOR CALIFORNIA'S FACTORY FOR REPAIR. OWNER NOTIFICATION AUGUST 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOR CALIFORNIA AT 1-888-697-8467." -08/22/2003,03V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V308000),Volvo Trucks North America,VOLVO TRUCKS/SERVICE BRAKE STATUS FUNCTIONS,POWER TRAIN,RVXX0306,Vehicle,3426,"ON CERTAIN HEAVY-DUTY CLASS 8 VEHICLES, THE BODY BUILDER WIRING OPTION WAS MIS-WIRED IN SUCH A WAY THAT THE AUTO NEUTRAL WITH SERVICE BRAKE STATUS OPTION MAY ALLOW THE TRANSMISSION TO GO INTO FORWARD GEAR WITHOUT THE DRIVER'S FOOT PRESSING DOWN ON THE BRAKE PEDAL FIRST.",UNINTENDED MOVEMENT OF THE VEHICLE COULD PUT PERSONS IN DANGER INSIDE AND OUTSIDE THE VEHICLE.,VOLVO TRUCKS WILL NOTIFY ITS CUSTOMERS AND INSTALL AN ADDITIONAL AIR OPERATED STOP LIGHT SWITCH AND THE NECESSARY WIRING CHANGES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AT 1-800-528-6586. -08/21/2003,03V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V310000),"SCHIEN EQUIPMENT, INC.",SCHIEN/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,153,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR SCHIEN AT 1-800-852-2513. -08/21/2003,03V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V305000),"Volvo Car USA, LLC",VOLVO/FMVSS 110/TIRE PRESSURE LABEL INCORRECT,EQUIPMENT,123,Vehicle,3499,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE TIRE PRESSURE LABEL IS INCORRECT. THESE VEHICLES DID NOT HAVE THE ""MAX LOAD VEHICLE CAPACITY WEIGHT"" INFORMATION ON THE LABEL.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A CORRECTED LABEL. IF THE OWNER SO DESIRES, A DEALER CAN INSTALL THE LABEL FOR THEM. OWNER NOTIFICATION BEGAN ON DECEMBER 8, 2003. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -08/20/2003,03V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V304000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/DOOR ENTRY ELECTRIC POWER,EQUIPMENT,30815,Vehicle,1273,"ON CERTAIN MOTOR HOMES, THE ELECTRIC POWER FOR THE ENTRY DOORSTEP ""LAST OUT"" FEATURE HAS NOT BEEN PROVIDED AND THE ENTRY DOORSTEP WILL NOT OPERATE IN ""LAST OUT"" MODE. THE ""LAST OUT"" IS A SAFETY FEATURE THAT CAUSES THE ENTRY DOORSTEP TO EXTEND ONE LAST TIME IF THE ENTRY DOORSTEP POWER SWITCH IS OFF AND THE VEHICLE IGNITION IS TURNED OFF.",,"DEALERS WILL INSPECT AND PROVIDE POWER SO THE ENTRY DOORSTEP ""LAST OUT"" FEATURE IS ACTIVE. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2003. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -08/20/2003,03V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V303000),"Subaru of America, Inc.",SUBARU/FUEL FILLER HOSE CLAMP,"FUEL SYSTEM, GASOLINE",WWO-98,Vehicle,7874,CERTAIN PASSENGER OR SPORT UTILITY VEHICLES MAY HAVE A LOOSE OR OUT OF POSITION FUEL FILLER HOSE CLAMP.,THIS COULD RESULT IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT AND TIGHTEN THE CLAMP ON THE FUEL FILLER HOSE. OWNER NOTIFICATION BEGAN AUGUST 27, 2003. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783." -08/18/2003,03V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V302000),Wilson Trailer Company,WILSON/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WILSON AT 712-252-6551. -08/14/2003,03V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V301000),ROBIE TRAILERS,ROBIE/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR ROBIE AT 740-245-9555. -08/13/2003,03V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V294000),East Manufacturing Corp.,EAST/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5137,"ON CERTAIN DUMP, PLATFORM, VAN BODY, AND TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR EAST AT 330-325-9921. -08/13/2003,03V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V296000),GENERAL TRAILER PARTS LLC,GENERAL TRAILER/SPRING BRAKE CONTROL VALVUE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,57,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR GENERAL TRAILER AT 541-746-8218. -08/12/2003,03V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V292000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL PUMP WIRING CHAFFING,"FUEL SYSTEM, GASOLINE",C27,Vehicle,69,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP WIRING MAY BECOME CHAFED BY AN UNDERBODY HEAT SHIELD.","THIS COULD CAUSE THE FUEL PUMP FUSE TO OPEN, RESULTING IN AN ENGINE STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A PROTECTIVE WRAP ON THE FUEL PUMP WIRING HARNESS AND COVER THE EDGE OF THE HEAT SHIELD. OWNER NOTIFICATION BEGAN SEPTEMBER 9, 2003. OWNERS SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/12/2003,03V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V300000),"Mack Trucks, Inc.",MACK/WHEEL SPACER,WHEELS,SC0283,Vehicle,97,"ON CERTAIN CHASSIS, A WHEEL PROTECTOR TOOL WAS INSTALLED IN LIEU OF THE CORRECT WHEEL SPACER.","IF THIS CONDITION IS PRESENT, THE LOSS OF WHEEL TORQUE COULD RESULT IN A WHEEL SEPARATION. CONTINUE OPERATION OF THE VEHICLE COULD LEAD TO LOSS OF CONTROL AND A CRASH.","DEALERS WILL INSPECT AND REPLACE THE WHEEL SPACERS. OWNER NOTIFICATION BEGAN OCTOBER 31, 2003. OWNERS SHOULD CONTACT MACK AT 1-610-709-" -08/12/2003,03V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V298000),SPARTA MANUFACTURING CORP.,SPARTA/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,195,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR SPARTA AT 318-574-4982. -08/12/2003,03V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V291000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL TANK LEAKAGE,"FUEL SYSTEM, GASOLINE",30K,Vehicle,34437,"ON CERTAIN SPORT UTILITY VEHICLES, A PART OF THE FUEL TANK MAY BECOME DAMAGED WHEN CRASHED IN THE INSURANCE INSTITUTE FOR HIGHWAY SAFETY'S (IIHS) 40 MPH FRONTAL OFFSET CRASH TEST CONDITIONS, DUE TO THE SEVERE IMPACT FORCES GENERATED.","IF THE FUEL TANK BECOMES DAMAGED AND FUEL LEAKAGE OCCURS, A FIRE MAY RESULT IN THE PRESENCE OF AN IGNITION SOURCE.","DEALERS WILL REPLACE THE FUEL TANK. OWNER NOTIFICATION BEGAN AUGUST 1, 2003. OWNERS SHOULD CONTACT TOYOTA AT 1-800-331-4331." -08/08/2003,03C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C007000),Dorel Juvenile Group,DOREL/FMVSS 213/TETHER SEPARATION,CHILD SEAT,NR (Not Reported),Child Seat,86476,"ALPHA OMEGA AND EDDIE BAUER 3-IN-1 BRAND CHILD SEATS MANUFACTURED FROM NOVEMBER 17, 2000, TO JANUARY 10, 2001, MODELS 02-331, 02-332, 02-531, 02-533, 02-537, AND 02-555. DURING DYNAMIC TESTING, THE TETHER WEBBING EXHIBITED CUTTING AND SEPARATION WHICH FAIL THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINTS SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED.","NOTIFICATION TO OWNERS BEGAN NOVEMBER 14, 2003. DJG IS PROVIDING A FREE IN-HOME REPAIR KIT FOR THE OWNERS OF THESE SEATS. DOREL TOLL-FREE AT 866-611-3022. OWNER WHO DO NOT RECEIVE THE REPAIR REMEDY WITHIN A REASONABLE AMOUNT OF TIME, SCHOULD CONTACT DOREL TOO-FREE AT 866-611-3022." -08/08/2003,03V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V299000),"HARMON TANK CO., INC.",HARMON/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,94,"ON CERTAIN SEMI-TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR HARMON AT 806-763-4631. -08/08/2003,03E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E041000),Villa International,VILLA INTERNATIONAL/DRIVER/PASSENGER SEAT,SEATS,NR (Not Reported),Equipment,30,"VILLA ELECTRIC RECLINE 2004 SIGNATURE PILOT/CO-PILOT SEATS BUILT MARCH 1 AND JULY 15, 2003, AND FOR USE IN 2004 MONACO SIGNATURE MOTOR HOMES. THE ELECTRIC SCREW DRIVE HOUSING DOES NOT MEET THE LOAD REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT(S) COULD FAIL, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH TO THE SEAT OCCUPANT.","VILLA INTERNATIONAL WILL NOTIFY THE CUSTOMERS OF THE MONACO COACHES WHICH HAVE THESE SEATS AND WILL REPLACE THE ELECTRIC ACTUATOR WITH A HEAVY-DUTY ACTUATOR ON BOTH THE DRIVER AND PASSENGER SEAT. THIS WILL BE PERFORMED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VILLA INTERNATIONAL AT 888-707-7272 OR THE MONACO COACH RECALL HOTLINE BY CALLING 800-685-6545." -08/07/2003,03V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V289000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/STEERING GEAR BOLT/NUT,STEERING,2003-080003,Vehicle,554,"ON CERTAIN PASSENGER VEHICLES, THE NUT ON THE BOLT WHICH CONNECTS THE STEERING GEAR TO THE STEERING COUPLING MAY NOT BE TIGHTENED CORRECTLY.","THE LOOSENING OF THE NUT COULD RESULT IN A SLIPPING OF THE CONNECTION OVER TIME, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES AND TIGHTEN THE NUT ON THE BOLT IF NECESSARY. OWNER NOTIFICATION BEGAN AUGUST 21, 2003. OWNERS SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -08/06/2003,03V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V288000),PACCAR Incorporated,PACCAR/REAR HUB RETAINING NUT,POWER TRAIN,03KW8/803-D,Vehicle,132,"ON CERTAIN HEAVY DUTY TRUCKS, THE LOCKING TAB THAT LOCKS THE OUTER SPINDLE NUT ONTO THE SPINDLE WAS NOT ENGAGED OR PROPERLY BENT OVER.","FAILURE TO PROPERLY ENGAGE THE LOCKING FEATURE INTO THE NUT COULD CAUSE THE NUT TO LOOSEN WHICH WILL EVENTUALLY CAUSE THE WHEEL BEARING TO OVER HEAT AND FAIL IF UNDETECTED. IF THE LOOSE NUT IS NOT DETECTED, THE OUTER END (TIRE, WHEEL AND HUB ASSEMBLY) COULD BECOME SEPARATED FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE HUBS TO DETERMINE IF THE LOCKING TABS ARE PROPERLY BENT. IF THE LOCKING TABS ARE NOT BENT, THEN DEALERS WILL INSPECT THE APPROPRIATE COMPONENTS FOR PREMATURE WEAR AND REPLACE SUCH COMPONENTS AS REQUIRED AND PROPERLY SECURE THE RETAINING NUT BY BENDING OVER THE LOCKING TAB. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2003. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 940-591-4201." -08/06/2003,03V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V297000),ST&E FABRICATION LLC,ST&E/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,48,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR ST&E AT 608-837-5121. -08/06/2003,03V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V293000),SUPERIOR TRLR WORKS CORP.,SUPERIOR/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,508,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR SUPERIOR AT 909-350-0185. -08/05/2003,03V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V282000),Ford Motor Company,FORD/FUEL TANK BRACKETS,"FUEL SYSTEM, GASOLINE",03S06,Vehicle,64,"ON CERTAIN CUTAWAY CHASSIS CAB WITH THE SCHOOL BUS OPTION, TWO BRACKETS AND TWO OUTRIGGER MEMBERS ARE MISSING IN THE AREA OF THE FUEL TANK.",THE BRACKETS AND OUTRIGGER MEMBERS ARE INTENDED TO ENHANCE CRASH PERFORMANCE.,"FORD WILL SEND TECHNICIANS TO THE OWNER'S LOCATION TO INSPECT AND ADD THE BRACKETS AND OUTRIGGERS AS REQUIRED. OWNER NOTIFICATION BEGAN ON SEPTEMBER 3, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/05/2003,03V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V281000),Ford Motor Company,FORD/HIGH BACK SEATS,SEATS,03S04,Vehicle,1552880,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH HIGH BACK SEATS, THE UPPER BOLT ON THE DRIVER'S SIDE HIGH BACK SEAT, THAT ATTACHES THE SEAT RECLINER MECHANISM TO THE SEAT BACK FRAME, COULD FRACTURE. IF THE BOLT FRACTURES AND DOES NOT JAM IN THE SEAT BACK FRAME, THE SEAT BACK MAY RECLINE UNTIL IT MAKES CONTACT WITH AN OBJECT BEHIND THE SEAT, SUCH AS THE SECOND ROW SEAT CUSHION.","THE DRIVER COULD POTENTIALLY LOSE CONTACT WITH THE STEERING WHEEL OR FOOT PEDALS DURING SUCH AN EVENT, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DRIVER SEAT UPPER BOLT WITH A METAL SPACER AND BOLT. IN ADDITION, SEATS WITH TUBULAR BACK FRAMES WILL HAVE THE FULLY THREADED LOWER RECLINER BOLT REPLACED WITH A PARTIALLY THREADED BOLT. OWNER NOTIFICATION BEGAN ON AUGUST 29, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/05/2003,03V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V280000),Ford Motor Company,FORD/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,03S03,Vehicle,448005,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH SPEED CONTROL AND 4.0L SOHC ENGINES, IF THE STRAND COVER ON THE SPEED CONTROL CABLE BECOMES FLARED AT THE END, THE SPEED CONTROL CABLE MAY BIND WHEN THE SPEED CONTROL IS ACTIVATED.",THE THROTTLE RETURN SPRING FORCE MAY NOT BE SUFFICIENT TO OVERCOME THE BINDING CONDITION WHEN THE SPEED CONTROL IS DISENGAGED. BRAKING FUNCTION WOULD BE MAINTAINED THOUGH STOPPING DISTANCES MAY BE INCREASED.,"DEALERS WILL INSPECT THE SPEED CONTROL CABLE AND, IF NECESSARY, REPLACE IT. OWNER NOTIFICATION BEGAN AUGUST 29, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/05/2003,03V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V283000),Ford Motor Company,FORD/TIRE PLACARD LABEL,EQUIPMENT,03L13,Vehicle,1000,"CERTAIN MEDIUM DUTY CHASSIS CABS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE PLACARD LABEL AND INCOMPLETE VEHICLE LABEL MAY HAVE INCORRECT METRIC (KPA) TIRE PRESSURE INFORMATION (TIRE INFLATION PRESSURE SHOWN IN ENGLISH UNITS (PSI) IS CORRECT), AND TRANSPOSED TIRE SIZE AND RIM SIZE INFORMATION.",,"OWNERS WILL BE SENT CORRECTED LABELS WITH INSTRUCTIONS FOR INSTALLATION. OWNER NOTIFICATION BEGAN AUGUST 8, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/05/2003,03V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V290000),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/DRIVER SEAT BELT BUCKLE WIRIN,SEAT BELTS,NR (Not Reported),Vehicle,36,"ON CERTAIN SPORT UTILITY VEHICLES, THE DRIVER SEAT BELT BUCKLE WIRING COULD BE DAMAGED BY INTERFERENCE WITH THE DRIVER SEAT CUSHION HEIGHT ADJUSTER MECHANISM. DAMAGED DRIVER SEAT BELT BUCKLE WIRING COULD CAUSE THE SEAT BELT WARNING LAMP OR THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG WIRING LAMP TO ILLUMINATE. IT COULD ALSO CAUSE THE AIR BAG FUSE (CAVITY NUMBER 5) TO OPEN, PREVENTING AIR BAG DEPLOYMENT. DAMAGED DRIVER SEAT BELT BUCKLE WIRING COULD CAUSE THE SEAT BELT WARNING LAMP OR THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG WIRING LAMP TO ILLUMINATE. IT COULD ALSO CAUSE THE AIR BAG FUSE (CAVITY NUMBER 5) TO OPEN, PREVENTING AIR BAG DEPLOYMENT.",NONDEPLOYMENT OF AN SRS AIR BAG IN A CRASH WHERE AIR BAG DEPLOYMENT IS WARRANTED COULD INCREASE THE RISK OR SEVERITY OF INJURY IN A CRASH.,"DEALERS WILL INSTALL A NEW DRIVER SEAT BELT BUCKLE, IF NECESSARY, AND WILL PLACE A PROTECTIVE COVER OVER THE DRIVER SEAT BELT BUCKLE WIRING TO PREVENT DAMAGE FROM OCCURRING. OWNER NOTIFICATION BEGAN SEPTEMBER 23, 2003. OWNERS SHOULD CONTACT HYUNDAI OF PUERTO RICO AT 1-899-981-0188." -08/05/2003,03V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V295000),MADRID MANUFACTURING INC.,MADRID/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,238,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR MADRID AT 308-327-4220. -08/05/2003,03V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V285000),PACCAR Incorporated,PACCAR/KENWORTH/BATTERY BOX CIRCUIT BREAKER,ELECTRICAL SYSTEM,03KW7,Vehicle,117,"ON CERTAIN HEAVY DUTY TRUCKS, THE MAIN CAB WIRING HARNESS WAS INCORRECTLY CONNECTED TO THE 50 AMP CIRCUIT BREAKER INSTEAD OF THE 135 AMP BREAKER.",,"DEALERS WILL INSPECT THE VEHICLES AND THE WIRING WILL BE CORRECTED IF NECESSARY. OWNER NOTIFICATION BEGAN SEPTEMBER 16, 2003. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -08/05/2003,03V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V279000),Ford Motor Company,STEEL WHEELS,WHEELS,03S05,Vehicle,29946,"ON CERTAIN POLICE AND TAXI VEHICLES EQUIPPED WITH STEEL WHEELS, SOME OF THE WHEELS MAY DEVELOP CRACKS IN THE RIM NEAR THE WELD LINE THAT CONNECTS THE RIM TO THE DISK.","THE CRACKS CAN ULTIMATELY RESULT IN RAPID AIR LOSS FROM THE TIRE AND COULD AFFECT VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE FOUR ROAD WHEELS AND SPARE WHEEL WITH THE MANUFACTURING DATE CODES OF AUGUST 18, 2001 THROUGH SEPTEMBER 22, 2002. IN ADDITION, FORD IS PROVIDING EXTENDED WARRANTY COVERAGE FOR WHEELS ON 2003 CROWN VICTORIA POLICE INTERCEPTOR AND TAXIS BUILT FROM OCTOBER 1, 2002 THROUGH APRIL 29, 2003. THESE WHEELS ARE EXHIBITING CRACKS AT A SUBSTANTIALLY LOWER RATE THAN THOSE WHEELS INCLUDED IN THE RECALL. OWNER NOTIFICATION BEGAN ON AUGUST 8, 2003. OWNERS SHOULD CONTACT FORD AT 1-800-392-3673." -08/05/2003,03V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V311000),"WARREN MANUFACTURING, INC.",WARREN/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,144,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WARREN AT 205-278-3612. -08/04/2003,03V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V286000),Indian Motorcycle Company,INDIAN/FENDER MOUNT,STRUCTURE,IMCSB-058,Vehicle,6570,"ON CERTAIN MOTORCYCLES, THE WELD ATTACHING THE FENDER MOUNT TO THE FRONT FORK MAY CRACK AND BREAK.","THIS COULD CAUSE THE FENDER MOUNT TO FAIL RESULTING IN THE FENDER COMING INTO CONTACT WITH THE WHEEL, RESULTING IN THE RIDER TO LOSE CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL BOLT A BRACKET ONTO EACH FRONT FORK. THIS BRACKET WILL HOLD THE FENDER MOUNT IN PLACE EVEN IF THE WELD FAILS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2003. OWNERS SHOULD CONTACT INDIAN AT 1-888-899-2997. -08/01/2003,03V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V287000),"Mack Trucks, Inc.",MACK/STEERING BOOST CYLINDER MOUNTING BRACKET,STEERING,SC282,Vehicle,206,"ON CERTAIN CHASSIS, THE WELD THAT ATTACHES THE BALL SOCKET END TO THE STEERING BOOST CYLINDER HOUSING COULD CRACK AND FAIL.","IF THIS CONDITION IS PRESENT, THE RIGHT SIDE STEERING SYSTEM COULD BECOME INOPERABLE AND COULD LEAD TO LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BOOST CYLINDER MOUNTING BRACKET. OWNER NOTIFICATION BEGAN ON OCTOBER 1, 2003. OWNERS SHOULD CONTACT MACK AT 1-610-709-3337." -08/01/2003,03V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V278000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/FRONT WHEEL HUB BEARING,SUSPENSION,NR (Not Reported),Vehicle,1913,"ON CERTAIN MEDIUM DUTY TRUCKS, THE FRONT HUB OUTER WHEEL BEARING MAY BECOME DAMAGED DUE TO IMPROPER LUBRICATION.","THIS COULD CAUSE SMOKE FROM THE AREA OF THE FRONT WHEEL HUB, OR THE VEHICLE COULD BECOME INOPERABLE DUE TO BEARING SEIZURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEEL HUB BEARINGS, AND IF THE BEARINGS SHOW A SIGN OF DAMAGE OR BREAKAGE, WILL REPLACE THE BEARING WITH A NEW ONE. OWNER NOTIFICATION BEGAN AUGUST 20, 2003. OWNERS SHOULD CONTACT MITSUBISHI FUSO AT 1-877-711-0707." -08/01/2003,03V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V284000),"Volvo Car USA, LLC",VOLVO/ISOFIX GUIDE,EQUIPMENT,124,Vehicle,220407,"CERTAIN PASSENGER CARS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE SECOND ISOFIX GUIDE WAS NOT INSTALLED IN THESE VEHICLES AND, IN CERTAIN CASES, THE OWNER'S MANUAL ISOFIX INFORMATION IS INCORRECT.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL RECEIVE A LETTER/PACKAGE CONSISTING OF THE SECOND ISOFIX GUIDE WITH INSTALLATION INSTRUCTIONS, AND IN CERTAIN CASES, THE CORRECTED OWNER'S MANUAL MAY BE PROVIDED. IF THE OWNER WANTS TO TAKE THEIR VEHICLE TO A VOLVO DEALER FOR INSTALLATION OF THE GUIDE, IT WILL BE PERFORMED AT NO CHARGE TO THE OWNER. OWNER NOTIFICATION BEGAN ON DECEMBER 19, 2003. OWNERS SHOULD CONTACT VOLVO AT 1-800-458-1552." -07/29/2003,03V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V271000),"CONSTRUCTION TRAILER SPECIALISTS, INC.",CONSTRUCTION/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,54,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR CONSTRUCTION TRAILER AT 573-481-0941. -07/29/2003,03C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C006000),"Evenflo Company, Inc.",EVENFLO/FMVSS 213/MISSING LATCH HARDWARE,CHILD SEAT,NR (Not Reported),Child Seat,14,"IN THE COARSE OF DEALING WITH CONSUMER SATISFACTION ISSUES, EVENFLO HAD INADVERTENTLY SENT CONSUMERS IN THE UNITED STATES CHILD RESTRAINTS MANUFACTURED FOR SALE OUTSIDE OF THE UNITED STATES, WHICH WERE NOT EQUIPPED WITH THE LATCH HARDWARD. THESE SEATS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""",A CHILD TRAVELING IN A CAR SEAT THAT IS NOT EQUIPPED WITH THE TOP TETHER STRAP IS MORE AT RISK OF RECEIVING SERIOUS INJURIES IN THE EVENT OF A VEHICLE CRASH.,EVENFLO HAS CONTACTED ALL FOURTEEN CUSTOMERS AND PROVIDED THEM WITH A FREE LATCH KIT. -07/29/2003,03V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V274000),Honda (American Honda Motor Co.),HONDA/SHIFT CABLE LINKAGE CORROSION,POWER TRAIN,PO4,Vehicle,247019,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS, EXCESSIVE CORROSION OF THE SHIFT CABLE LINKAGE COULD PREVENT THE DRIVER FROM SHIFTING THE AUTOMATIC TRANSMISSION INTO PARK.","IF THE VEHICLE OPERATOR FAILS TO ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AND A CRASH COULD OCCUR. DEALERS WILL INSPECT THE SHIFT CABLE LINKAGE FOR CORROSION. IF CORROSION CAUSES BINDING, THEY WILL REPLACE THE SHIFT CABLE.","DEALERS WILL ALSO INSTALL A NEW CORROSION-RESISTANT CONTROL PIN. OWNER NOTIFICATION BEGAN ON AUGUST 19, 2003. OWNERS SHOULD CONTACT HONDA AT 1-800-999-1009." -07/29/2003,03V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V277000),MARQUEZ MFG. CO.,MARQUEZ/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,125,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR MARQUEZ AT 509-837-6240. -07/29/2003,03V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V275000),Utilimaster Corporation,UTILIMASTER/FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4001,"ON CERTAIN WALK-IN VANS, A FUSE WAS INSTALLED BY FORD. HOWEVER, UTILIMASTER INSTALLED A WIRE. THE FUSE IS NOT COMPATIBLE WITH THE WIRE GAUGE INSTALLED BY UTILIMASTER.","SHOULD A FAILURE OCCUR IN A VEHICLE COMPONENT SUCH AS A FAN, HEATED MIRROR AND/OR OTHER IGNITION-HOT OPTION, THE INSULATION AROUND THE WIRING TO THE FAN COULD MELT.","OWNERS WILL BE PROVIDED WITH A REPLACEMENT FUSE. OWNER NOTIFICATION BEGAN OCTONER 1, 2003. OWNERS SHOULD CONTACT UTILIMASTER AT 1-800-582-3454." -07/28/2003,03V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V263000),"Navistar, Inc.",INTERNATIONAL/DRAG LINK/BRAKE SLACK ADJUSTER,"SERVICE BRAKES, AIR",03512,Vehicle,43,"ON CERTAIN HEAVY DUTY TRUCKS, THE DRAG LINK WILL INTERFERE WITH THE FRONT, DRIVER'S SIDE, BRAKE CHAMBER AND SLACK ADJUSTER. THIS INTERFERENCE COULD CAUSE DAMAGE TO THE SLACK ADJUSTER AND RENDER IT INOPERABLE.",AN INOPERABLE SLACK ADJUSTER WILL CAUSE THE FRONT BRAKES TO WEAR UNEVENLY AND MAY EVENTUALLY CAUSE A VEHICLE CRASH.,"DEALERS WILL REPLACE THE PITMAN ARMS, DRAG LINKS, AND STEERING ARMS. OWNER NOTIFICATION BEGAN NOVEMBER 12, 2003. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -07/28/2003,03V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V264000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/STEERING,STEERING,03513,Vehicle,24375,"ON CERTAIN SCHOOL, TRANSIT, AND COMMERCIAL BUSES EQUIPPED WITH ADJUSTABLE STEERING COLUMNS, THE STEERING SHAFT PINCH BOLT INTERFERES WITH THE RUBBER BOOT THAT PROTECTS IT. OVER TIME, A HOLE MAY WEAR INTO THE BOOT AND CATCH THE BOLT.","IF THE BOLT CATCHES ON THE HOLE, THE BOOT MAY RESTRICT THE MOVEMENT OF THE STEERING WHEEL WHICH COULD RESULT IN A VEHICLE CRASH.","INTERNATIONAL NOTIFY ITS CUSTOMERS AND INSPECT AND, IF NECESSARY, REPAIR THE STEERING COLUMN. OWNER NOTIFICATION BEGAN NOVEMBER 19, 2003. OWNERS SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -07/28/2003,03V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V267000),MONACO COACH CORPORATION,MONACO/BATTERY CABLE,ELECTRICAL SYSTEM,R03011,Vehicle,135,"ON CERTAIN MOTOR HOMES, THE BATTERY CABLE THAT IS ATTACHED TO THE CIRCUIT BREAKER IS ROUTED TOO CLOSE TO THE FRAME OF THE COACH.",THIS COULD RESULT IN THE CABLE BECOMING WORN AND CREATING AN ELECTRICAL SHORT IN THE 12-VOLT SYSTEM THAT COULD DAMAGE THE BATTERY AND/OR CIRCUIT BREAKER.,"DEALERS WILL ROTATE THE EYELET ON THE CIRCUIT BREAKER TO ELIMINATE THE POSSIBILITY OF THE CABLE RUBBING ON THE FRAME. OWNER NOTIFICATION BEGAN AUGUST 22, 2003. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -07/28/2003,03V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V268000),MONACO COACH CORPORATION,MONACO/PARKING BRAKE BRACKET,PARKING BRAKE,R02246,Vehicle,29,"ON CERTAIN MOTOR HOMES BUILT ON THE WORKHORSE P-SERIES CHASSIS, THE PARKING BRAKE BRACKET IS NOT PROPERLY SECURED TO THE CHASSIS AND CAN BE BENT OR BROKEN WHEN APPLIED.","THE PARKING BRAKE COULD BE DISENGAGED AND ALLOW THE MOTOR HOME TO ROLL, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD ADDITIONAL WELDS TO THE PARKING BRAKE BRACKET. OWNER NOTIFICATION BEGAN AUGUST 21, 2003. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -07/25/2003,03V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V265000),"Volkswagen Group of America, Inc.",VW/BRAKE LAMP SWITCH,EXTERIOR LIGHTING,WT,Vehicle,295136,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE LAMP SWITCH MAY MALFUNCTION.","IF THIS HAPPENS, THE BRAKE LAMPS COULD BECOME INOPERATIVE; OR THE LAMPS COULD COME ON AND STAY ON, EVEN THOUGH THE VEHICLE IS PARKED.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE BRAKE LAMP SWITCHES. OWNER NOTIFICATION BEGAN SEPTEMBER 26, 2003. OWNERS SHOULD CONTACT VWOA AT 1-800-822-8987." -07/25/2003,03V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V266000),"Volkswagen Group of America, Inc.",VW/TPMS WIRING HARNESS ROUTING,ELECTRICAL SYSTEM,WS,Vehicle,670,"ON CERTAIN SPORT UTILITY VEHICLES, THE TIRE PRESSURE MONITORING SYSTEM (TPMS) WIRING HARNESS MAY HAVE BEEN IMPROPERLY ROUTED DURING ASSEMBLY. AN IMPROPERLY ROUTED TPMS WIRING HARNESS MAY CONTACT THE PARKING BRAKE CABLE SPRING.","IF THIS HAPPENS, THE TPMS WIRING CIRCUIT COULD BE INTERRUPTED, RESULTING IN AN INOPERATIVE TPMS, AND CAUSING A SHORT-TO-GROUND CONDITION THAT COULD POTENTIALLY RESULT IN A FIRE.","DEALERS WILL INSPECT THE TPMS WIRING HARNESS ROUTING AND, IF NECESSARY, CORRECT THE WIRING HARNESS ROUTING. OWNER NOTIFICATION BEGAN AUGUST 18, 2003. OWNERS SHOULD CONTACT VWOA AT 1-800-893-5298." -07/24/2003,03V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V255000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/CARBURETOR ACCELERATOR PUMP DIAPHRAGM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,405,"ON CERTAIN MOTORCYCLES, CONTAMINATED FUEL USED DURING THE FINAL ENGINE INSPECTION PROCESS MAY HAVE CAUSED DETERIORATION OF THE CARBURETOR ACCELERATOR PUMP DIAPHRAGM, WHICH COULD LEAD TO FUEL LEAKAGE FROM THE ACCELERATOR PUMP CHAMBER.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE ACCELERATOR PUMP DIAPHRAGM. OWNER NOTIFICATION BEGAN ON JULY 29, 2003. OWNERS SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -07/22/2003,03V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V262000),HACKNEY,HACKNEY/FMVSS 108/IDENTIFICATION LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,14,"CERTAIN GM EXPRESS COMMERCIAL CUTAWAY G-VAN CHASSIS MOUNTED WITH HACKNEY SPECIAL APPLICATION TRUCK BODY MODEL AC1000 FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" NEITHER THE CHASSIS-CAB NOR THE TRUCK BODY HAVE FRONT IDENTIFICATION LAMPS AS REQUIRED BY THE STANDARD.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH THE LAMPS AND WILL BE REIMBURSED FOR THEIR LABOR. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2003. OWNERS SHOULD CONTACT HACKNEY AT 1-800-763-0700." -07/22/2003,03V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V257000),Hyundai Motor America,HYUNDAI/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",061,Vehicle,312292,"ON CERTAIN PASSENGER VEHICLES, THE REAR BRAKE TUBES PASS BEHIND THE FRONT SUSPENSION CROSSMEMBER. TWO STEERING GEARBOX MOUNTING BRACKETS ARE WELDED TO THE CROSSMEMBER. ON VEHICLES EQUIPPED WITH AN ANTILOCK BRAKE SYSTEM (ABS), THE REAR BRAKE TUBES COULD CONTACT BOTH STEERING GEARBOX MOUNTING BRACKETS. ON VEHICLES THAT ARE NOT EQUIPPED WITH ABS, THE REAR BRAKE TUBES MAY CONTACT ONLY THE LEFT MOUNTING BRACKET. CONTACT BETWEEN THE REAR BRAKE TUBES AND THE STEERING BRACKETS COULD CAUSE WEAR AND CORROSION THAT COULD RESULT IN BRAKE FLUID LEAKAGE.",FLUID LEAKAGE COULD RESULT IN REDUCED BRAKING CAPABILITY INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPOSITION THE REAR BRAKE TUBES SO THEY DO NOT CONTACT THE MOUNTING BRACKETS, INSTALL BRAKE TUBE CLIPS TO CONTROL THE LOCATION OF THE REAR BRAKE TUBES, AND APPLY ANTI-CORROSION MATERIAL TO THE TUBES IN THE AREAS WHERE CONTACT WITH THE MOUNTING BRACKETS MAY HAVE OCCURRED. OWNER NOTIFICATION BEGAN ON OCTOBER 13, 2003. OWNERS SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -07/22/2003,03V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V258000),Indian Motorcycle Company,INDIAN/HEADLIGHT BRACKET BREAKAGE,EXTERIOR LIGHTING,IMCSB-057,Vehicle,6173,"ON CERTAIN MOTORCYCLES, THE BRACKET USED TO SUPPORT THE TEARDROP HEADLIGHT CAN CRACK, CAUSING THE BRACKET TO BREAK AND THE LIGHT TO SLIP OUT OF POSITION OR FALL OFF.","THIS COULD CAUSE A LOSS OF VISIBILITY TO THE DRIVER, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A NEW BRACKET. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2003. OWNERS SHOULD CONTACT IMC AT 1-888-899-2997. -07/22/2003,03V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V261000),NEOPLAN USA CORPORATION,NEOPLAN/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,03E-021,Vehicle,32,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR NEOPLAN AT 1-719-336-3256. -07/22/2003,03V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V260000),Volvo Trucks North America,VOLVO TRUCKS/ELECTRICAL SHORT,ELECTRICAL SYSTEM,RVXX0304,Vehicle,422,"ON CERTAIN TRUCKS, THE WIRING HARNESS CONNECTED TO THE CHASSIS MOUNTED ELECTRICAL INVERTER MAY ALLOW WATER TO ENTER THE INVERTER AND CAUSE AN ELECTRICAL SHORT IN THE INVERTER.",THIS COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE WIRING HARNESS ON THESE VEHICLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2003. OWNERS SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586. -07/22/2003,03V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V259000),Volvo Trucks North America,VOLVO/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,23,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR VOLVO TRUCKS AT 1-800-528-6586. -07/21/2003,03V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V269000),Isuzu Motors Limited,ISUZU/FMVSS 225/CHILD RESTRAINT ANCHORAGE,EQUIPMENT,NR (Not Reported),Vehicle,3290,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEM."" THE OWNER'S MANUAL DOES NOT EXPLAIN THE MEANING OF THE LOCATION SYMBOLS FOR THE LOWER UNIVERSAL ANCHORAGE SYSTEM.",THIS DOES NOT COMPLY WITH THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A SUPPLEMENT FOR THEIR OWNER'S MANUAL. IT DESCRIBES AND SHOWS THE LOCATION SYMBOLS FOR THE CHILD RESTRAINT ANCHORS THAT ARE LOCATED IN THE VEHICLE. OWNER NOTIFICATION BEGAN AUGUST 15, 2003. OWNERS SHOULD CONTACT ISUZU AT 1-800-255-6727." -07/21/2003,03V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V256000),"Jayco, Inc.",JAYCO/WATER CONTAMINATION,EQUIPMENT,9901048,Vehicle,233,"ON CERTAIN MOTOR HOMES, THERE IS NO OPTION TO SANITIZE THE FRESH WATER TANKS AND TO PREVENT BACK-FLOW FROM THE WATER PUMP.",CONTAMINATION OF THE WATER HOSE COULD OCCUR.,"DEALERS WILL ADD A HOSE ASSEMBLY WITH A VALVE TO ROUTE THE SANITATION SOLUTION TO THE FRESH TANK. ALSO A BACK FLOW PREVENTOR WILL BE ADDED TO THE FRESH WATER INTAKE TO PREVENT THE WATER FROM THE FRESH TANK FROM CONTACTING THE FRESH HOSE. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2003. OWNERS SHOULD CONTACT JAYCO AT 1-574-825-0608." -07/21/2003,03V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V254000),NEOPLAN USA CORPORATION,NEOPLAN/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,36,"ON CERTAIN BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE C8.3G AND L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.","CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR NEOPLAN AT 719-336-3256, EXT. 476." -07/17/2003,03V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V253000),"Mack Trucks, Inc.",MACK/FMVSS 121/CHECK VALVE,"SERVICE BRAKES, AIR",SC0281,Vehicle,1232,"CERTAIN HEAVY DUTY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" IMPROPER SEATING OF THE CHECK VALVE RETAINER IN THE BRASS FITTING HOUSING HAS OCCURRED. IT IS POSSIBLE FOR THE AIR BRAKE SYSTEM PRESSURE TO PUSH THE CHECK VALVE INTERNAL PARTS INTO THE PRIMARY SYSTEM RESERVOIR AND A VEHICLE OPERATOR WOULD NOT KNOW THAT THIS HAS HAPPENED.","IN THIS CONDITION, THE VEHICLE WOULD NOT MEET THE EMERGENCY REQUIREMENTS OF THE STANDARD.","DEALERS WILL REPLACE THE CHECK VALVE. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2003. OWNERS SHOULD CONTACT MACK AT 1-610-709-3337." -07/15/2003,03V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V250000),"General Motors, LLC",GM/FMVSS 225/OWNER'S MANUAL INFORMATION,EQUIPMENT,03039,Vehicle,1707825,"CERTAIN MINIVANS, PASSENGER AND SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEM."" THE OWNER'S MANUAL DOES NOT EXPLAIN THE MEANING OF THE LOCATION SYMBOLS FOR THE CHILD RESTRAINT LOWER UNIVERSAL ANCHORAGE SYSTEM.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A SUPPLEMENT FOR THEIR OWNER'S MANUAL. THIS SUPPLEMENT DESCRIBES AND SHOWS THE LOCATION SYMBOLS FOR THE CHILD RESTRAINT ANCHORS THAT ARE LOCATED IN THE VEHICLE AND ON THE CHILD RESTRAINT OR BOOSTER CUSHION. OWNER NOTIFICATION BEGAN AUGUST 18, 2003. OWNERS SHOULD CONTACT BUICK AT 1-866-608-8080, CADILLAC AT 1-866-982-2339, CHEVROLET AT 1-800-630-2438, GMC AT 1-866-996-9463, PONTIAC AT 1-800-620-7668, OR OLDSMOBILE AT 1-800-630-6537." -07/15/2003,03V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V249000),LEISURE TRAVEL VANS,LEISURE TRAVEL/WIRE CHAFFING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,122,"ON CERTAIN RECREATIONAL VEHICLES BUILT ON DODGE CHASSIS, THE ISOLATOR WIRE FROM THE CHASSIS BATTERY IS LYING ON TOP OF THE TRANSMISSION DIPSTICK BRACKET AND COULD POSSIBLY RUB THROUGH THE WIRE INSULATION.",THIS COULD CAUSE THE WIRE TO SHORT OUT OR ARC.,DEALERS WILL INSPECT THE WIRE AND RE-ROUTE THE WIRE OVER A RUBBER HOSE ELIMINATING THE POSSIBILITY OF THE WIRE INSULATION RUBBING THROUGH. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY OR AUGUST 2003. OWNERS SHOULD CONTACT LEISURE TRAVEL VANS AT 1-877-288-8088. -07/14/2003,03V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V247000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/LP GAS PIPE AND HOSE,EQUIPMENT,30711,Vehicle,88,"ON CERTAIN MODEL R, CLASS C MOTOR HOMES, A LIQUID PROPANE (LP) GAS PIPE AND HOSE IS UNSUPPORTED AND CAN BE PINCHED DURING SLIDE OUT ROOM OPERATION.",THIS COULD LEAD TO A LP GAS LEAK AND THE POTENTIAL FOR EXPLOSION AND/OR FIRE.,DEALERS WILL INSPECT AND INSTALL SUPPORT HARDWARE FOR THE LP GAS PIPE AND HOSE AS NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY OR AUGUST 2003. OWNERS SHOULD CONTACT FLEETWOOD AT 1-800-322-8216. -07/14/2003,03V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V248000),"New Flyer of America, Inc.",NEW FLYER/FMVSS 121/BRAKE RELEASE TIMING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,267,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE SERVICE BRAKE RELEASE TIMING AND PARK BRAKE APPLY TIMING ARE OUT OF COMPLIANCE WITH THE STANDARD.",THESE VEHICLES DO NOT COMPLY WITH FEDERAL STANDARDS.,"TO RESOLVE THE ISSUE OF NONCOMPLIANCE WITH THE SERVICE BRAKE RELEASE TIMING, DEALERS WILL RE-ROUTE THE REDUNDANT SIGNAL LINE TO THE CENTER AXLE RELAY VALVE AND THE CENTER AND REAR RELAY VALVES WILL BE SWAPPED. OWNER NOTIFICATION BEGAN JULY 17, 2003. OWNERS SHOULD CONTACT NEW FLYER AT 1-204-982-8400." -07/14/2003,03V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V251000),"Nissan North America, Inc.",NISSAN/FUEL TANK FREEZE,"FUEL SYSTEM, GASOLINE",R3012/P3142,Vehicle,377000,"ON CERTAIN PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, CONNECTICUT, IOWA, IDAHO, ILLINOIS, INDIANA, KANSAS, MASSACHUSETTS, MAINE, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NORTH DAKOTA, NEBRASKA, NEW HAMPSHIRE, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WISCONSIN, AND WYOMING. AT EXTREMELY COLD TEMPERATURES, MOISTURE IN THE FUEL TANK COULD FREEZE AND FORM ICE CRYSTALS. THESE ICE CRYSTALS MAY OBSTRUCT THE SUCTION OPENING OF THE FUEL PUMP.","THIS CAN PREVENT THE SUPPLY OF FUEL TO THE ENGINE AND CAUSE THE ENGINE TO STOP, WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL A SCREEN AT THE SUCTION OPENING OF THE FUEL PUMP TO PREVENT ICE CRYSTALS FROM BLOCKING THE OPENING. OWNER NOTIFICATION BEGAN ON AUGUST 18, 2003. OWNERS SHOULD CONTACT NISSAN AT 1-800-333-0829." -07/10/2003,03V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V246000),FREIGHTLINER LLC,FREIGHTLINER/CUMMINS/ECM,VEHICLE SPEED CONTROL,FL-416,Vehicle,62,"ON CERTAIN TRUCKS AND BUSES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE C8.3G AND L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR FREIGHTLINER AT 1-503-745-5219. -07/09/2003,03V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V244000),Crane Carrier Company,CRANE/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH CUMMINS C8.3G AND L10G ELECTRONIC CONTROL MODULES (ECM), THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR CRANE CARRIER AT 1-918-836-1651. -07/09/2003,03E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E040000),DETROIT DIESEL CORP.,DETROIT DIESEL/SERIES 60 FUEL LINES,"FUEL SYSTEM, DIESEL",03C-2,Equipment,52830,"ON CERTAIN FREIGHTLINER FLD, CENTURY, COLUMBIA, AND ARGOSY TRUCK EQUIPPED WITH SERIES 60 ENGINES, A PRESSURIZED FUEL LINE ON THE LEFT REAR SIDE OF THE ENGINE CONNECTED TO THE REAR OF THE CYLINDERHEAD CAN RUB AGAINST THE CYLINDER BLOCK, POTENTIALLY RESULTING IN A DIESEL FUEL LEAK.","A FUEL LEAK IN THE ENGINE COMPARTMENT CAN RESULT IN FUEL SPILLED ONTO THE GROUND,LEAVING A SLIPPERY ROAD SURFACE, WHICH INCREASES THE RISK OF A CRASH.","DETROIT DIESEL WILL REPLACE THE FUEL LINES, AND RE-ROUTE THEM AWAY FROM THE CYLINDER BLOCK OR OTHER POTENTIAL RUB POINTS. OWNER NOTIFICATION BEGAN JUNE 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DETROIT DIESEL AT 313-592-3708." -07/09/2003,03V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V245000),PACCAR Incorporated,PACCAR/KENWORTH/CUMMINS/ECM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,18,"ON CERTAIN VEHICLES EQUIPPED WITH CUMMINS ELECTRONIC CONTROL MODULES ON THE C8.3G AND L10G ENGINES, THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND. THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY THE CUSTOMERS AND REPLACE THE ECM. OWNERS SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR KENWORTH AT 1-425-828-5440. -07/08/2003,03V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V243000),"Winnebago Industries, Inc.",WINNEBAGO/COOKING RANGE,EQUIPMENT,89,Vehicle,2684,"ON CERTAIN MOTOR HOMES, WHEN THE COOKING RANGE AND FURNACE ARE OPERATING AT THE SAME TIME, THE FLAME ON THE COOKING RANGE COULD BE FORCED DOWNWARD OVER THE BURNER OR FLAME OUTAGE COULD OCCUR. THIS CONDITION IS DUE TO THE LOCATION OF THE FURNACE AND COOKING RANGE WHEREBY THE FURNACE MAY DRAW AIR IN FROM ABOVE THE RANGE BURNERS AND CAUSE A DOWNDRAFT.","SHOULD THIS OCCUR, THE FLAME MAY GO OUT, AND THE LIQUID PROPANE (LP) GAS WILL CONTINUE TO FLOW. THIS IS A HAZARDOUS SITUATION THAT COULD RESULT IN AN EXPLOSION OR FIRE.","DEALERS WILL INSTALL AN AIR RESTRICTOR PANEL UNDER THE RANGE. OWNER NOTIFICATION BEGAN JULY 10, 2003. OWNERS SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -07/07/2003,03E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E035000),"PIONEER ENTERTAINMENT, INC.",PIONEER/STERO AMPLIFIERS/OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,35869,"PIONEER GM SERIES AFTERMARKET CAR AMPLIFIERS MODEL NOS GM-X372, GM-X374, GM-X572, GM-X574, GM-X972, AND GM-D500M. INSTALLATION OF THESE CAR AMPLIFIERS IN A MANNER OTHER THAN AS RECOMMENDED BY PIONEER MAY RESULT IN THE AMPLIFIER OVERHEATING WHILE IN USE.",OVERHEATING OF THIS EQUIPMENT CAN RESULT IN A FIRE.,"PIONEER WILL PROVIDE A REFUND TO THE OWNERS OF THESE AMPLIFIERS. OWNER NOTIFICATION BEGAN JULY 9, 2003. OWNERS SHOULD CONTACT PIONEER CUSTOMER SERVICE AT 800-421-1636." -07/07/2003,03V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V236000),"VAN HOOL, N.V. (*)",VAN HOOL/WHEEL CHAIR LIFT,UNKNOWN OR OTHER,CHZ 99-197,Vehicle,14,"ON CERTAIN MOTOR COACHES EQUIPPED WITH A CHZ WHEELCHAIR LIFT SUPPLIED BY KOSLIFT, DUE TO A SPECIFICATION CHANGE, THE MOUNTING PEDESTAL OF THE TELESCOPIC CYLINDER MAY CRACK AND BREAK.",THIS COULD INCREASE THE RISK OF PERSONAL INJURY TO A WHEELCHAIR OCCUPANT USING THE LIFT.,"DEALERS WILL ADD REINFORCEMENTS TO THE PEDESTAL AREA. OWNER NOTIFICATION BEGAN JULY 1, 2003. OWNERS SHOULD CONTACT KOSLIFT BY FAX TO 31-36-522-6205 OR E-MAIL TO MOBILITY!KOSLIFT.COM BEFORE CARRYING OUT THE MODIFICATION AND/OR ABC BUS AT 1-800-222-2871." -07/02/2003,03V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V239000),Honda (American Honda Motor Co.),HONDA/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,814,"ON CERTAIN PASSENGER VEHICLES, SOME BRAKE MASTER CYLINDERS MAY HAVE INTERNAL CORROSION, RESULTING IN REDUCED BRAKING PERFORMANCE AND INCREASED STOPPING DISTANCES.","THE CORROSION COULD EVENTUALLY CAUSE A COMPLETE BRAKE SYSTEM FAILURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE MASTER CYLINDER ASSEMBLY, RESERVOIR, AND BRAKE FLUID. OWNER NOTIFICATION BEGAN JULY 28, 2003. OWNERS SHOULD CONTACT ACURA AT 1-800-382-2238." -07/02/2003,03V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V242000),MID BUS CORPORATION,MID BUS/FMVSS 217/REAR DOOR LATCH LUBRICATION,STRUCTURE,NR (Not Reported),Vehicle,2750,"CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217 ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE REAR DOOR LATCH HAS INSUFFICIENT LUBRICATION, REQUIRING MORE FORCE TO OPEN THE DOOR THAN ALLOWED BY THE STANDARD.",THE INCREASED OPENING LOAD ON THE LATCH MIGHT PRESENT A PROBLEM IN THE EVENT OF AN EMERGENCY.,"OWNERS ARE BEING ADVISED HOW TO LUBRICATE THE EMERGENCY DOOR LATCH OR, IF THEY PREFER, A DEALER CAN PERFORM THE REMEDY FOR THEM. OWNER NOTIFICATION BEGAN AUGUST 27, 2003. OWNERS SHOULD CONTACT MID BUS AT 1-877-358-6055." -07/01/2003,03V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V235000),"ALFA LEISURE,INC.",ALFA LEISURE/DRIVER SEAT MOTOR ASSEMBLY,SEATS,NR (Not Reported),Vehicle,17,"ON CERTAIN MOTOR HOMES, THE DRIVER SEAT MOTOR ASSEMBLY MAY EXPERIENCE SEPARATION.",,"DEALERS WILL REPLACE THE CABLE THAT RESTRICTS THE FORWARD TRAVEL OF THE SEAT WITH A SHORTER ONE, WHICH WILL PRECLUDE THE SEAT ASSEMBLY FROM REACHING THE POINT OF SEPARATION. OWNER NOTIFICATION BEGAN JULY 11, 2003. OWNERS SHOULD CONTACT ALFA LEISURE AT 1-800-373-3372, EXTENSION 222." -07/01/2003,03V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V237000),"ALFA LEISURE,INC.",ALFA LEISURE/TIRE VALVE STEMS,TIRES,NR (Not Reported),Vehicle,302,"ON CERTAIN FIFTH WHEEL TRAILERS, THERE MAY BE A POSSIBLE MISAPPLICATION OF VALVE STEMS INSTALLED ON THE WHEELS SUPPLIED BY CARLISLE TIRE AND WHEEL. THE VALVE STEMS IN QUESTION ARE RUBBER TR 600 HP MOUNTED WITH LT 235/85R16 LRG GOODYEAR TIRES.",,"CARLISLE TIRE AND WHEEL WILL REPLACE THE VALVE STEMS. OWNER NOTIFICATION BEGAN JULY 10, 2003. OWNERS SHOULD CONTACT CARLISLE AT 12-800-367-5710 OR ALFA LEISURE AT 1-800-373-3372, EXTENSION 222." -07/01/2003,03V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V240000),"BMW of North America, LLC",BMW/ENGINE MANAGEMENT CONTROL UNIT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5470,"ON CERTAIN PASSENGER VEHICLES, DUE TO A SOFTWARE ERROR, A DESYNCHRONIZATION OF THE VALVETRONIC MOTORS FOR ENGINE BANKS I AND II MAY OCCUR. IF THIS OCCURS, THE ENGINE COULD STALL.","IN THOSE CASES, THE DRIVER MAY NOT BE ABLE TO RESTART THE ENGINE. DEPENDING ON THE LEVEL OF ENGINE ROUGHNESS, OR STALLING, AS WELL AS TRAFFIC CONDITIONS AND THE DRIVER'S REACTIONS, THIS COULD LEAD TO A CRASH.","DEALERS WILL REPROGRAM THE DIGITAL ENGINE MANAGEMENT CONTROL UNIT. OWNER NOTIFICATION BEGAN JULY 8, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -07/01/2003,03V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V233000),"Charles Machine Works, Inc.",CHARLES MACHINE/BRAKE ACTUATORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18,"ON CERTAIN TRAILERS EQUIPPED WITH HYDRAULIC BRAKES, THE BRAKE ACTUATORS ARE MISSING A STOP.","THE WHEEL BRAKES MAY NOT RELEASE AFTER BEING APPLIED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ACTUATORS. OWNER NOTIFICATION BEGAN SEPTEMBER 2, 2003. OWNERS SHOULD CONTACT DITCH WITCH AT 1-580-572-2480." -07/01/2003,03V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V238000),"General Motors, LLC",GM/FUEL TANK PRESSURE SENSOR,"FUEL SYSTEM, GASOLINE",03038,Vehicle,102212,"ON CERTAIN CADILLAC DEVILLE AND SEVILLE PASSENGER VEHICLES, FUNERAL COACHES, AND LIMOUSINES EQUIPPED WITH A V8 (4.6L) ENGINE, OLDSMOBILE AURORA PASSENGER VEHICLES EQUIPPED WITH A V8 (4.0L ) ENGINE, AND PONTIAC BONNEVILLE SSEI PASSENGER VEHICLES EQUIPPED WITH A SUPERCHARGED V6 (3.8L) ENGINE, THE FUEL TANK PRESSURE SENSORS ARE UNUSUALLY SUSCEPTIBLE TO MALFUNCTIONS. IF THE SENSOR MALFUNCTIONS, EXCESSIVE VACUUM CAN BE APPLIED DURING SELF-DIAGNOSTIC TESTING.",FUEL SYSTEM COMPONENTS CAN BE DAMAGED AND FUEL CAN LEAK FROM THE VEHICLE WHEN IT IS REFUELED. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANK PRESSURE SENSOR. OWNER NOTIFICATION BEGAN ON OCTOBER 17, 2003. OWNERS SHOULD CONTACT CADILLAC AT 1-866-982-2339; OLDSMOBILE AT 1-800-630-6537; OR PONTIAC AT 1-800-620-7668." -07/01/2003,03V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V234000),PACCAR Incorporated,PACCAR/KENWORTH/GRAB HANDLE,UNKNOWN OR OTHER,03KW5,Vehicle,84,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH VERTICAL TAIL PIPES, THE FRAME ACCESS GRABHANDLE IS MOUNTED TOO HIGH.",THIS CONDITION COULD CAUSE A PERSON TO SLIP AND/OR FALL AND COULD LEAD TO PERSONAL INJURY.,"DEALERS WILL INSPECT THE GRABHANDLE LOCATION AND IF DETERMINED TO BE MOUNTED TOO HIGH, THE HANDLE WILL BE RELOCATED TO THE PROPER HEIGHT. OWNER NOTIFICATION BEGAN JULY 29, 2003. OWNERS SHOULD CONTACT KENWORTH AT 1-425-828-5440." -06/30/2003,03E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E038000),"Cummins, Inc.",CUMMINS/ELECTRONIC CONTROL MODULE,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1064,CUMMINS C8.3G AND L10G ELECTRONIC CONTROL MODULES (ECM) P/N 3930507 MANUFACTURED BETWEEN APRIL 1995 AND DECEMBER 1997. THE ECM DOES NOT HAVE THE ABILITY TO DETECT A THROTTLE FAIL-SAFE ENGINE SHUTDOWN COMMAND.,"THIS COULD RESULT IN AN UNANTICIPATED, UNCOMMANDED OPEN THROTTLE CONDITION WITHOUT WARNING. IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF ENGINE SPEED, POSSIBLY RESULTING IN A VEHICLE CRASH.","CUMMINS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE ECM WITH THE LATEST DESIGN FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 15, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS AT 800-343-7357." -06/27/2003,03C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C005000),"Evenflo Company, Inc.",EVENFLO/INFANT RESTRAINT/BELT HOOK DAMAGE,CHILD SEAT,NR (Not Reported),Child Seat,236384,"COZY CARRIER INFANT RESTRAINT MANUFACTURED BETWEEN NOVEMBER 7, 2001, AND AUGUST 30, 2002. DEFORMATION OR DAMAGE CAN OCCUR TO THE BASE HOOKS ON THE CONVENIENCE BASE DURING VEHICLE INSTALLATION.","IN THE EVENT OF A CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","EVENFLO WILL PROVIDE CONSUMERS WITH FREE UPGRADE KITS. OWNER NOTIFICATION BEGAN JUNE 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EVENFLO AT 800-233-5921 OR VISIT THEIR WEBSITE AT WWW.COZYCARRY.COM." -06/26/2003,03E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E039000),BLUE SEA SYSTEMS,BLUE SEA SYSTEMS/T-1 CIRCUIT BREAKER/FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,4601,"T-1 THERMAL CIRCUIT BREAKERS, SURFACE MOUNT AND PANEL MOUNT. IF THE CIRCUIT ""ON"" POSITION AFTER THE UNIT IS TRIPPED AND THE CIRCUIT CONTACTS WELD TOGETHER, HEAT MAY BE GENERATED THAT MAY DAMAGE ATTACHED OR ADJACENT WIRING CREATING A RISK OF FIRE.","IN THE EVENT OF A FIRE, SERIOUS INJURY OR POSSIBLY DEATH COULD OCCUR.","BLUE SEA SYSTEMS WILL REPLACE THE DEFECTIVE CIRCUIT BREAKERS WITH BUSSMAN 185 SERIES CIRCUIT BREAKERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 23, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE SEA SYSTEMS AT 360-738-8230." -06/26/2003,03V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V232000),"Subaru of America, Inc.",SUBARU/FRONT SUSPENSION CORROSION,SUSPENSION,WWN-97,Vehicle,350,"ON SOME PASSENGER AND SPORT UTILITY VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, CERTAIN LEFT-HAND FRONT TRANSVERSE LINK COMPONENTS WERE PRODUCED WITH POOR PAINT QUALITY. IF THE VEHICLE IS OPERATED FORM AN EXTENSIVE PERIOD IN A SALT-BELT AREA, CONTINUED EXPOSURE TO SALT COULD CAUSE THE LEFT FRONT TRANSVERSE LINK TO RUST AND EVENTUALLY BREAK.","IF THE TRANSVERSE LINK WERE TO BREAK DUE TO RUSTING, CONTROL OF THE VEHICLE COULD BE AFFECTED WITHOUT PRIOR WARNING, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL APPLY ANTI-RUST MATERIAL TO THE LEFT FRONT TRANSVERSE LINK. OWNER NOTIFICATION BEGAN AUGUST 1, 2003. OWNERS SHOULD CONTACT SUBARU AT 1-800-782-2783." -06/23/2003,03V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V230000),"Big Dog Motorcycles, LLC",BIG DOG/FUEL TANK MOUNT WELDING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,845,"ON CERTAIN MOTORCYCLES, THE FUEL TANK MOUNT MAY HAVE BEEN IMPROPERLY WELDED. THIS CAN CAUSE THE TANK TO FAIL WITH THE POSSIBILITY OF FUEL SPILLAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REMOVE THE FUEL TANK AND SHIP IT TO BIG DOG FOR REPAIR. BIG DOG WILL RE-WELD THE MOUNT, REPAIR THE PAINT, AND RETURN IT BACK TO THE DEALER FOR RE-INSTALLATION. OWNER NOTIFICATION BEGAN ON JULY 31, 2003. OWNERS SHOULD CONTACT BIG DOG AT 1-316-219-6584." -06/23/2003,03V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V231000),"General Motors, LLC",GM/IGNITION CONTROL MODULE,ELECTRICAL SYSTEM,03033/03-C-06,Vehicle,239993,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.2L L4 (L61) ENGINES, A FAILURE OF THE IGNITION CONTROL MODULE MAY CAUSE DETERIORATION IN IDLE QUALITY, REDUCTION IN OVERALL ENGINE POWER, AND THE VEHICLE MAY BE HARD TO START. CONTINUED OPERATION OF THE VEHICLE AFTER SUCH AN IGNITION MODULE FAILURE WILL RESULT IN THE ""SERVICE ENGINE SOON"" LIGHT FLASHING, AND MAY LEAD TO SECONDARY FAILURES OF THE CATALYTIC CONVERTER, OXYGEN SENSOR, AND EXHAUST RESONATOR.",FAILURE OF THE RESONATOR WILL CAUSE INCREASED EXHAUST NOISE. PROLONGED OPERATION OF THE VEHICLE FOLLOWING A RESONATOR FAILURE MAY LEAD TO A FIRE.,"DEALERS WILL (1) REPLACE THE IGNITION CONTROL MODULE, (2) REPLACE THE IGNITION CONTROL MODULE AND SPARK PLUGS, OR (3) REPLACE THE IGNITION CONTROL MODULE, SPARK PLUGS, AND UPDATE THE POWERTRAIN CONTROL MODULE CALIBRATION. OWNER NOTIFICATION BEGAN ON AUGUST 4, 2003. OWNERS SHOULD CONTACT SATURN AT 1-800-553-6000, PROMPT 3." -06/23/2003,03E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E037000),NEXL SPORTS PRODUCTS,NEXL/MOTORCYCLE HELMETS/FVVSS 218,EQUIPMENT,NR (Not Reported),Equipment,46518,"NXT ""BEANIE"" MOTORCYCLE HELMETS, PART NOS., NB021, NB031, AND NB041; SIZES XS/S, M/M+, L/XL/2XL; MODELS '01 MANUFACTURED FROM OCTOBER 1, 2000, THUR MARCH 31, 2001, AND '02 MANUFACTURED FROM APRIL 1, 2001, THRU JUNE 13, 2003. THESE HELMETS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS,"" IN THE AREAS OF IMPACT ATTENUATION, PENETRATION, RETENTION, AND LABELING.",THESE HELMETS WILL NOT ADEQUATELY PROTECT THE WEARER IN THE EVENT OF A CRASH. SERIOUS HEAD INJURY OR DEATH COULD OCCUR.,"NEXL WILL NOTIFY ITS CUSTOMERS AND REWORK THE HELMET TO BRING IT IN FULL COMPLIANCE WITH FEDERAL STANDARDS. THIS REPAIR WILL BE DONE FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEXL AT 831-786-1800." -06/20/2003,03V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V229000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL TANK VENT LINE BLOCKAGE,"FUEL SYSTEM, GASOLINE",V-03-04,Vehicle,1070,"ON CERTAIN MOTORCYCLES WITH 49 STATE ENGINE CALIBRATION, THE FUEL TANK VENT LINE COULD BE PLUGGED CAUSING POTENTIAL EXPULSION OF FUEL WHEN THE FUEL CAP IS OPENED.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL TEST THE VENT LINES ON THE VEHICLES INVOLVED. FUEL TANKS WITH PLUGGED VENT LINES WILL BE REPLACED. OWNER NOTIFICATION BEGAN JULY 25, 2003. OWNERS SHOULD CONTACT VICTORY AT 1-763-417-8650." -06/20/2003,03V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V273000),TRAIL KING,TRAIL KING/ SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1189,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR TRAIL KING AT 701-282-3013. -06/20/2003,03V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V228000),"POLARIS INDUSTRIES, INC.",VICTORY/FUEL TANK VENT LINE BLOCKAGE,"FUEL SYSTEM, GASOLINE",V-03-03,Vehicle,122,"ON CERTAIN MOTORCYCLES WITH CALIFORNIA ENGINE CALIBRATION, THE FUEL TANK VENT LINE COULD BE PLUGGED CAUSING POTENTIAL EXPULSION OF FUEL WHEN THE FUEL CAP IS OPENED.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL TEST THE VENT LINES ON THE VEHICLES INVOLVED. FUEL TANKS WITH PLUGGED VENT LINES WILL BE REPLACED. OWNER NOTIFICATION BEGAN JULY 25, 2003. OWNERS SHOULD CONTACT VICTORY AT 1-763-417-8650." -06/18/2003,03V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V220000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,03511,Vehicle,13,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH",DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR INTERNATIONAL AT 1-800-448-7825. -06/17/2003,03V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V227000),FREIGHTLINER LLC,FREIGHTLINER/STERLING/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,FL-411,Vehicle,2000,"ON CERTAIN TRUCK TRACTORS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNER NOTIFICATION BEGAN NOVEMBER 12, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR FREIGHTLINER AT 1-800-547-0712." -06/16/2003,03V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V226000),Kentucky Manufacturing Co.,KENTUCKY/AXLE NUT ASSEMBLIES,POWER TRAIN,NR (Not Reported),Vehicle,300,"ON CERTAIN VAN TYPE TRUCK TRAILERS (45') EQUIPPED WITH STEMCO ""PRO-TORQ"" AXLE NUT ASSEMBLIES THAT WERE SOLD ONLY TO ONE CUSTOMER, UNITED PARCEL SERVICE, THE KEEPERS/LOCK RINGS WERE MISSING ALLOWING THE AXLE NUT TO COME LOOSE CAUSING WHEEL OIL TO LEAK OUT.","THIS COULD EVENTUALLY ALLOW THE HUB, DRUM, AND WHEEL ASSEMBLY TO SEPARATE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.",UPS HAS INSPECTED ALL 300 TRAILERS AND ANY TRAILER FOUND TO BE MISSING THE KEEPER/LOCK RINGS WILL BE CORRECTED. -06/16/2003,03V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V219000),"Mack Trucks, Inc.",MACK/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,NR (Not Reported),Vehicle,65,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR MACK AT 610-709-3337. -06/16/2003,03V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V224000),UD Trucks Corporation,NISSAN DIESEL/SEAT BELT,SEAT BELTS,SC-224,Vehicle,1661,"ON CERTAIN LIGHT DUTY TRUCKS, THE PASSENGER SEAT BELT MAY HAVE THE INCORRECT SEAT BELT ANCHOR INSTALLED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE VEHICLES AND REPLACE THE PASSENGER SEAT FRAME/ANCHOR, IF NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 20, 2003. OWNERS SHOULD CONTACT NISSAN DIESEL AT 1-972-756-5500." -06/16/2003,03V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V218000),"Porsche Cars North America, Inc.",PORSCHE/POWER STEERING ASSEMBLY,STEERING,A307,Vehicle,1043,CERTAIN PASSENGER VEHICLES MAY HAVE A LOOSE FITTING IN THE PRESSURE LINE OF THE POWER STEERING ASSEMBLY.,"IF THE FITTING IS LOOSE, THE HYDRAULIC FLUID COULD LEAK OUT, WHICH COULD LEAD TO LOSS OF POWER STEERING ASSIST AND, FOR VEHICLES EQUIPPED WITH A MANUAL TRANSMISSION, LOSS OF CLUTCH ASSISTANCE. IF THE LEAKING FLUID COMES INTO CONTACT WITH HOT EXHAUST COMPONENTS, IT COULD IGNITE.","DEALERS WILL TIGHTEN THE FITTING TO SPECIFICATIONS. OWNER NOTIFICATION BEGAN ON DECEMBER 1, 2003. OWNERS SHOULD CONTACT PORSCHE AT 1-800-545-8039." -06/16/2003,03V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V223000),"Suzuki Motor USA, LLC",SUZUKI/FMVSS 212/WINDSHIELD MOUNTING,VISIBILITY,EC,Vehicle,5319,"CERTAIN PASSENGER (111 MY 2002 ESTEEM, 777 MY 2002 AERIO, 2,368 MY 2003 AERIO) AND SPORT UTILITY (324 MY 2002 GRAND VITARA, 274 MY 2003 GRAND VITARA, 684 MY 2002 GRAND VITARA XL-7, AND 781 MY 2003 GRAND VITARA XL-7) VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, 'WINDSHIELD MOUNTING."" THE WINDSHIELD MAY NOT BE PROPERLY SECURED TO THE VEHICLE BODY DUE TO INSUFFICIENT ADHESION BETWEEN THE PAINT APPLIED DURING THE SECOND-STAGE PAINTING PROCESS AND THE PAINT APPLIED DURING FINAL-STAGE PAINTING.","IF THE WINDSHIELD IS NOT PROPERLY SECURED, IT MAY SEPARATE FROM THE VEHICLE DURING A CRASH WHICH COULD RESULT IN THE EJECTION OF UNBELTED OCCUPANTS, INCREASING THE RISK OF SEVERE INJURY OR DEATH.","DEALERS WILL INSPECT THESE VEHICLES. VEHICLES THAT ARE FOUND TO HAVE INSUFFICIENT PAINT ADHESION WILL EITHER HAVE THE PROBLEM REMEDIED BY REPAINTING, OR WILL BE REPLACED, OR REPURCHASED AND DESTROYED. OWNER NOTIFICATION BEGAN ON JULY 8, 2003. OWNERS SHOULD CONTACT SUZUKI AT 1-800-934-0934." -06/12/2003,03V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V222000),"Foretravel, Inc.",FORETRAVEL/WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,315,ON CERTAIN MOTORHOMES EQUIPPED WITH DUAL LINKAGE WINDSHIELD WIPER SYSTEMS. THE WIPER MOTOR SECURING BOLTS MAY NOT HAVE BEEN PROPERLY TORQUED AND SERCURED WITH THREAD LOCKING COMPOUND.,"THE SECURING BOLTS MAY WORK LOOSE AND ALLOW THE WIPER ARMS TO TRAVEL OUTSIDE THEIR NORMAL PATH DURING OPERATION. THE DRIVER'S VISABILITY MAY BE IMPAIRED, POSSIBLY RESULTING IN A VEHICLE CRASH.","CUSTOMERS WILL BE NOTIFIED AND THE EXISTING MOUNTING BOLTS WILL BE REMOVED AND REPLACED WITH NEW BOLTS, LOCK WASHER, AND THREAD LOCKER. OWNER NOTIFICATION BEGAN ON OCTOBER 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORETRAVEL AT 936-564-8367." -06/11/2003,03V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V225000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,118,"ON CERTAIN MOTORHOMES EQUIPPED WITH TUTHILL INDEPENDENT FRONT SUSPENSIONS, THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL ARMS.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.",TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390) OR FLEETWOOD AT 1-800-322-8216. -06/11/2003,03E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E036000),UD Trucks Corporation,NISSAN DIESEL/AFTERMARKET OIL COOLER HOSE,POWER TRAIN,NR (Not Reported),Equipment,17,"AUTOMOBILE TRANSMISSION OIL COOLER ASSEMBLIES MANUFACTURED BETWEEN APRIL 1, 2003, AND MAY 20, 2003. THESE OIL COOLER ASSEMBLIES WERE MANUFACTURED WITH AN INCORRECT FLARE FITTING ON ONE END OF THE HOSE. THE INCORRECT FLARE FITTING MAY CRACK AND LEAK TRANSMISSION FLUID.","IF THE TRANSMISSION FLUID WERE TO LEAK OUT, THE VEHICLE MAY STALL, POSSIBLY PUTTING THE VEHICLE OCCUPANTS AT RISK OF A VEHICLE CRASH.","NISSAN DIESEL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE HOSES FREE OF CHARGE. NOTIFICATION TO CUSTOMERS BEGAN AUGUST 4, 2003." -06/10/2003,03V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V217000),"General Motors, LLC",GM/REAR LICENSE PLATE LAMP SOCKET,EXTERIOR LIGHTING,03031,Vehicle,50225,"CERTAIN VANS HAVE A CONDITION IN WHICH WATER MAY ENTER AND CORRODE THE REAR LICENSE PLATE LAMP SOCKET. IF THE LAMP SOCKET WERE TO CORRODE, THE REAR LICENSE PLATE LAMP MAY OPERATE INTERMITTENTLY OR NOT AT ALL, AND THE LEFT REAR TAIL LAMP MAY BECOME INOPERATIVE. THE TEMPERATURE OF THE LICENSE PLATE LAMP SOCKET COULD INCREASE TO THE POINT THAT IT MAY BEGIN TO SOFTEN AND MELT.","IF THE SOCKET ASSEMBLY WERE TO REACH THE POINT OF MELTING, THE OCCUPANTS OF THE VEHICLE MAY NOTICE AN ODOR AND SMOKE AT THE REAR DOORS OF THE VEHICLE. IF THIS ODOR AND SMOKE WERE IGNORED, THE PLASTIC COULD IGNITE AND A FIRE COULD OCCUR.","DEALERS WILL INSTALL A NEW SEALED REAR LICENSE PLATE LAMP SOCKET ASSEMBLY. OWNER NOTIFICATION BEGAN JULY 21, 2003. OWNERS SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -06/09/2003,03V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V214000),"BMW of North America, LLC",BMW/TIRES,TIRES,NR (Not Reported),Vehicle,180,"ON CERTAIN VEHICLES EQUIPPED WITH 18"" TIRES, IT IS POSSIBLE THAT THE TIRE HAS BEEN DAMAGED DURING THE MOUNTING PROCESS TO THE RIM.","CONSEQUENTLY, A LOSS OF TIRE PRESSURE, OR A TIRE FAILURE, COULD OCCUR. DEPENDING ON TRAFFIC CONDITIONS AND THE DRIVER'S REACTIONS, THIS COULD LEAD TO A CRASH.","DEALERS WILL UNSEAT THE TIRE FROM ITS RIM, INSPECT FOR ANY DAMAGE, AND THEN RESEAT THE TIRE TO ITS RIM. IF INSPECTION REVEALS THAT A FRONT TIRE HAS INCURRED DAMAGE DURING THE MOUNTING PROCESS, IT WILL BE REPLACED. OWNER NOTIFICATION BEGAN JULY 14, 2003. OWNERS SHOULD CONTACT BMW AT 1-800-831-1117." -06/09/2003,03V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V216000),Great Dane Trailers,GREAT DANE/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,NR (Not Reported),Vehicle,9,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR GREAT DANE AT 1-800-633-4176. -06/09/2003,03V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V215000),"NABI Bus, LLC",NABI/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,20031,Vehicle,105,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR NABI AT 1-256-831-4296. -06/05/2003,03V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V212000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/WHEELS,WHEELS,C21,Vehicle,1086,"CERTAIN HEAVY DUTY PICKUP TRUCKS, THE ALUMINUM WHEELS MAY HAVE EXCESSIVE POROSITY IN THE CENTER HUB AREA WHICH CAN CAUSE A WHEEL TO CRACK.",THIS COULD CAUSE A LOSS OF VEHICLE CONTROL AND RESULT IN A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE WHEELS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN JUNE 17, 2003.. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-992-1997." -06/05/2003,03V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V213000),Isuzu Motors Limited,ISUZU/FMVSS 114/MECHANICAL OVERRIDE,POWER TRAIN,NR (Not Reported),Vehicle,11,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION."" THESE VEHICLES ARE EQUIPPED WITH A MECHANICAL OVERRIDE THAT COULD ALLOW THE IGNITION KEY TO BE REMOVED WITH THE SHIFT LEVER IN A POSITION OTHER THAN PARK. IN ADDITION, THESE VEHICLES HAVE AN OVERRIDE THAT CAN ALLOW THE TRANSMISSION TO BE SHIFTED OUT OF PARK WITH THE IGNITION IN THE OFF POSITION.",THESE OVERRIDES ARE NOT PERMITTED UNLESS THE VEHICLE HAS A LOCKING STEERING COLUMN.,"DEALERS WILL ELIMINATE THESE CONDITIONS BY DISABLING THE OVERRIDES. OWNER NOTIFICATION BEGAN JUNE 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-255-6727." -06/05/2003,03V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V207000),Mazda North American Operations,MAZDA/FMVSS 135/BRAKE RESERVOIR,PARKING BRAKE,1203F,Vehicle,45600,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" DURING PRODUCTION, THE FLOAT IN THE FLUID LEVEL SENSOR IN THE BRAKE RESERVOIR CAN BE FORCED OFF OF THE GUIDE RAIL DURING THE FILLING OF THE MASTER CYLINDER.","SHOULD THIS OCCUR, IT IS POSSIBLE THAT THE FLOAT WILL NOT RETURN TO THE GUIDE RAIL AND THE BRAKE FLUID LEVEL WARNING INDICATOR MAY NOT FUNCTION.","MAZDA HAS NOT YET PROVIDED A REMEDY FOR THIS CAMPAIGN. OWNER NOTIFICATION BEGAN JULY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -06/05/2003,03V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V206000),Mazda North American Operations,MAZDA/FOG LIGHT,EXTERIOR LIGHTING,1103F,Vehicle,64000,"ON CERTAIN MINI VANS AND PASSENGER VEHICLES, THE SOCKET HOLDER IN THE FOG LIGHTS IS INSTALLED IN THE LAMP CASING USING PRESSURE. DURING OPERATION OF THE FOG LIGHT, THE HEAT FROM THE BULB CAN EXPAND THE SOCKET HOLDER. THE EXPANSION CAN FORCE THE SOCKET HOLDER REARWARD. AFTER REPEATEDLY BEING SUBJECT TO THIS EXPANSION, IF THE FOG LIGHT IS ALSO SUBJECTED TO VIBRATION DURING VEHICLE OPERATION, THE SOCKET HOLDER WITH THE BULB HOLDER AND THE WIRING HARNESS MAY SEPARATE FROM THE FOG LIGHT CASING.","SHOULD THIS OCCUR, THE BULB SOCKET AND THE HARNESS CAN DROP INSIDE THE BUMPER AND POSSIBLY BUT RARELY, THE HEAT GENERATED BY THE BULB CAN CAUSE THE BUMPER TO BURN.","DEALERS WILL INSTALL A SPRING TO PREVENT THE SOCKET HOLDER FROM SEPARATING FROM THE LAMP CASE. OWNER NOTIFICATION BEGAN ON JULY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -06/04/2003,03V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V272000),"FIBA TECHNOLOGIES, INC.",FIBA/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,563,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR FIBA AT 508-377-8361. -06/04/2003,03V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V209000),"Porsche Cars North America, Inc.",PORSCHE/CERTIFICATION,EQUIPMENT,A207,Vehicle,32,"CERTAIN COUPE (TWO SEATER) PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE GROSS VEHICLE WEIGHT RATING IS INCORRECT ON THE CERTIFICATION LABEL. THE LISTED GVWR IS 4,244 POUNDS AND THE CORRECT VALUE SHOULD BE 3,814 POUNDS.",OWNERS WOULD BE MISINFORMED OF THEIR VEHICLE'S ACTUAL GVWR.,"DEALERS WILL INSTALL A CORRECTED CERTIFICATION LABEL. (THIS RECALL WILL BE CONDUCTED IN CONJUNCTION WITH PORSCHE'S PREVIOUS RECALL A303/03V-027 ON THE SAME VEHICLES FOR A FMVSS NO. 225 NONCOMPLIANCE). OWNER NOTIFICATION BEGAN JULY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PORSCHE AT 1-800-767-7243." -06/04/2003,03V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V208000),Wabash National Corporation,WABASH/WINCH,TRAILER HITCHES,2003-1,Vehicle,2291,"ON CERTAIN FLAT BED TRAILERS EQUIPPED WITH KINEDYNE WINCHES THAT ATTACH TO THE LOWER FLANGE OF A FLAT BED TRAILER'S SIDE RAIL, THROUGH REPEATED USE OF THE WINCH TO SECURE CARGO ON THE BACK OF A FLAT BED TRAILER, AND BECAUSE OF FORKLIFTS STRIKING THE WINCHES, THE WINCH CLIP CAN BECOME DAMAGED/BENT AND ""OPEN UP.""","THIS ""OPENING UP"" COULD ALLOW THE WINCH TO COME LOOSE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE WINCH SYSTEM INCLUDING THE WINCH CLIPS. OWNER NOTIFICATION BEGAN JUNE 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WABASH AT 1-756-771-5300." -06/03/2003,03V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V201000),"Mack Trucks, Inc.",MACK/ARVINMERITOR/SKF/FRONT AXLE HUBS,SUSPENSION,SC280,Vehicle,998,"ON CERTAIN HEAVYTRUCKS EQUIPPED WITH TRUCK HUB UNITS MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES, THE HUB UNIT BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"DEALERS WILL REPLACE ALL FRONT AXLE HUBS. OWNER NOTIFICATION BEGAN ON OACTOBER 14, 2003. CUSTOMERS WILL BE INFORMED OF PARTS AVAILABILITY BY OCTOBER 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 610-709-3337." -06/03/2003,03V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V202000),Shyft Group,SPARTAN/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,375,"ON CERTAIN MOTORHOMES EQUIPPED WITH TUTHILL INDEPENDENT FRONT SUSPENSIONS, THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL ARMS.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.",TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390) OR SPARTAN AT 517-543-6400. -06/02/2003,03C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C004000),Dorel Juvenile Group,DOREL/COSCO/CARRY HANDLE BREAKS,CHILD SEAT,NR (Not Reported),Child Seat,1275122,"COSCO ARRIVA AND TURNABOUT INFANT CAR SEATS/CARRIERS MANUFACTURED BETWEEN SEPTEMBER 10, 1997, AND JANUARY 31, 2000, INCLUDING SEATS SOLD AS PART OF A STROLLER COMBINATION. WHEN USED AS AN INFANT CARRIER, THE HANDLE LOCKS ON EACH SIDE OF THE SEAT CAN UNEXPECTEDLY RELEASE, CAUSING THE SEAT AND INFANT TO FLIP FORWARD.",THE INFANT CAN SUFFER SERIOUS INJURIES.,"DOREL JUVENILE GROUP WILL NOTIFY REGISTERED OWNERS ABOUT THIS RECALL. ALL OWNERS ARE ADVISED TO CHECK THE MANUFACTURING DATE AND MODEL NUMBER TO DETERMINE IF THEIR SEAT IS AFFECTED BY THE RECALL. IF SO, OWNERS SHOULD CONTACT DOREL BY VISITING THEIR WEBSITE AT WWW.DJGUSA.COM, CLICK ON ""CONSUMER SERVICES"" OR CALLING DOREL'S TOLL-FREE NUMBER (800-880-9435) TO RECEIVE A FREE REPAIR KIT. UNTIL THE REPAIR KIT IS INSTALLED, OWNERS ARE INSTRUCTED NOT TO CARRY THE SEAT BY ITS HANDLE. OWNER NOTIFICATION BEGAN JUNE 25, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REPAIR KIT WITHIN A REASONABLE TIME SHOULD CONTACT DOREL AT 1-800-880-9435." -06/02/2003,03V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V205000),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/ALTERNATOR CABLE PINCHIN,ELECTRICAL SYSTEM,FL-415,Vehicle,461,"ON CERTAIN THOMAS SCHOOL BUSES, THE ALTERNATOR CABLE CAN PINCH BETWEEN THE AIR CONDITIONING COMPRESSOR AND ENGINE BLOCK.",THIS CAN RESULT IN DAMAGE TO WIRE INSULATION AND POTENTIALLY CAUSE A SHORT CIRCUIT.,"DEALERS WILL RE-ROUTE THE CABLE. OWNER NOTIFICATION BEGAN JULY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER/THOMAS BUILT AT" -06/02/2003,03V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V210000),Isuzu Motors Limited,ISUZU/WINDSHIELD WIPER MOTOR,VISIBILITY,NR (Not Reported),Vehicle,14860,"ON CERTAIN PICKUP TRUCKS WITH CERTAIN MODEL-ENGINE COMBINATIONS, THE WINDSHIELD WIPER MOTOR MAY FAIL DUE TO CRACKED SOLDER JOINTS ON THE CONTROLLER CIRCUIT BOARD. THE WINDSHIELD WIPERS COULD WORK INTERMITTENTLY OR NOT AT ALL.","IF THIS WERE TO OCCUR DURING BAD WEATHER, DRIVER VISIBILITY WOULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE WIPER MOTOR CIRCUIT BOARD AND COVER. OWNER NOTIFICATION BEGAN JULY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-255-6727." -06/02/2003,03V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V200000),"Nissan North America, Inc.",NISSAN/BRAKE STOP LAMP SWITCH,EXTERIOR LIGHTING,R3011,Vehicle,60000,"ON CERTAIN SEDAN AND COUPE MODEL VEHICLES, THE BRAKE STOP LAMP SWITCH MAY MALFUNCTION.","IF THIS OCCURS, THE BRAKE LAMPS WILL NOT ILLUMINATE WHEN THE BRAKE IS APPLIED, WHICH COULD RESULT IN A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE BRAKE LAMP SWITCH. OWNER NOTIFICATION BEGAN ON JUNE 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INFINITI AT 1-800-662-6200." -05/30/2003,03V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V204000),Volvo Trucks North America,VOLVO/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,NR (Not Reported),Vehicle,1275,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR VOLVO TRUCK AT 800-528-6586. -05/29/2003,03V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V203000),FREIGHTLINER LLC,FREIGHTLINER/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,FL-413,Vehicle,73,"ON CERTAIN HEAVY TRUCKS AND MOTORHOMES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR FREIGHTLINER AT 1-800-547-0712. -05/28/2003,03V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V198000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/TIRE SIZE,EQUIPMENT,03018,Vehicle,42,"ON CERTAIN FIFTH WHEEL TRAILERS, THE FEDERAL CERTIFICATION LABEL IS INCORRECT. THE INITIAL LABEL SHOWS TIRE SIZE AS LT255/75R 16D WITH THE CORRECT TIRE SIZE BEING LT255/75R 16E.",,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN JUNE 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -05/28/2003,03V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V199000),Volvo Trucks North America,VOLVO/ARVINMERITOR/SKF/FRONT AXLE HUBS,SUSPENSION,RVXX0304,Vehicle,433,"ON CERTAIN TRUCKS EQUIPPED WITH TRUCK HUB UNITS MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES, THE HUB UNIT BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"DEALERS WILL REPLACE ALL FRONT AXLE HUBS. AN INTERIM NOTICE TO OWNERS WAS MAILED ON JUNE 25, 2003. FINAL OWNER NOTIFICATION BEGAN ON OCTOBER 6, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-528-6586." -05/27/2003,03V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V197000),"BMW of North America, LLC",BMW/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,357,"ON CERTAIN PASSENGER VEHICLES, IT IS POSSIBLE THAT THE DISTANCE BETWEEN THE BRAKE LINE AND THE STEERING SHAFT JOINT IS NOT SUFFICIENT. IF THIS OCCURS, THE BRAKE LINE COULD COME INTO CONTACT WITH THE JOINT AND EVENTUALLY SUFFER DAMAGE AND CORROSION.","A LOSS OF BRAKE FLUID, INDICATED BY A WARNING LIGHT IN THE INSTRUMENT PANEL, COULD OCCUR. THIS WILL BE ACCOMPANIED BY A REDUCTION IN FRONT BRAKE PERFORMANCE. THIS COULD LEAD TO A CRASH.","DEALERS WILL INSPECT THE DISTANCE BETWEEN THE BRAKE LINE AND THE STEERING SHAFT JOINT, AND IF NECESSARY, INCREASE THE DISTANCE. OWNER NOTIFICATION BEGAN JUNE 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -05/27/2003,03V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V196000),Ford Motor Company,FORD/STEERING GEAR,STEERING,03S02,Vehicle,171446,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, IF THE INTERMEDIATE SHAFT YOKE SEPARATES FROM THE STEERING GEAR INPUT SHAFT, THE STEERING SYSTEM BECOMES DISCONNECTED.","THIS COULD RESULT IN LOSS OF STEERING CONTROL, POTENTIALLY RESULTING IN A VEHICLE CRASH WITHOUT WARNING.","DEALERS WILL INSPECT THE STEERING INTERMEDIATE SHAFT YOKE TO DETERMINE IF THE YOKE IS FULLY SEATED ON THE STEERING GEAR INPUT SHAFT. IF THE YOKE IS FULLY SEATED NO SERVICE IS REQUIRED. IF THE YOKE IS NOT FULLY SEATED AND BOLT GROOVE AND SPLINE IS VISIBLE, THE INTERMEDIATE SHAFT AND BOLT WILL BE REPLACED AS WELL AS THE BOLT AT THE STEERING COLUMN CONNECTION. OWNER NOTIFICATION BEGAN ON MAY 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -05/22/2003,03E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E029000),"Jost International, Inc.",JOST/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,NR (Not Reported),Equipment,14220,"BRACKET PINS FOR USE ON JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS MANUFACTURED BETWEEN SEPTEMBER 3, 1999, AND APRIL 14, 2003. THE BRACKET PIN CONNECTS THE FIFTH WHEEL TOPPLATE TO ITS MOUNTING SURFACE. A FATIGUE CRACK CAN DEVELOP IN THE WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOPPLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.","JOST WILL NOTIFY ITS CUSTOMERS AND PROVIDE REPLACEMENT BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 6, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM." -05/21/2003,03V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V179000),"Dutchmen Manufacturing, Inc.",DUTCHMEN/GROUND FAULT CIRCUIT INTERRUPTER OUTLET,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3514,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS, THE GROUND FAULT CIRCUIT INTERRUPTER (GFI) OUTLET WAS IMPROPERLY WIRED.",THE FAILURE OF THE GFI OUTLET TO WORK PROPERLY COULD CAUSE A PERSON USING AN ELECTRICAL DEVICE PLUGGED INTO THE GFI OUTLET TO BE EXPOSED TO AN ELECTRICAL SHOCK IF SUCH PERSON OR THE ELECTRICAL DEVICE COMES INTO CONTACT WITH WATER.,"DEALERS WILL REPAIR THE OUTLETS. IF THE VEHICLE IS NOT MOBILE, DUTCHMEN MAY AUTHORIZE A CERTIFIED ELECTRICIAN TO PERFORM THE REPAIR AT THE SITE OF THE TRAILER. OWNER NOTIFICATION BEGAN AUGUST 22, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DUTCHMEN AT DUTCHMEN AT 1-574-537-0700." -05/21/2003,03V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V193000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ARVINMERITOR/SKF/FRONT AXLE HUBS,SUSPENSION,03510,Vehicle,2163,"ON CERTAIN HEAVY AND MEDIUM DUTY TRUCKS AND BUSES EQUIPPED WITH TRUCK HUB UNITS MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES, THE HUB UNIT BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"DEALERS WILL REPLACE ALL FRONT AXLE HUBS. OWNER NOTIFICATION BEGAN ON NOVEMBER 12, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/21/2003,03V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V192000),"Navistar, Inc.",INTERNATIONAL/STEER AXLES,STEERING,03509,Vehicle,711,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH DANA SPICER E-12021 12,000 LB., E-1202W 12,000 LB., OR E-1002W 10,000 LB. FRONT NON-DRIVE STEER AXLES, THE TAPERED BORE THAT CONNECTS THE DRAG LINK TO THE STEERING WAS MACHINED TOO LARGE. THE CLEARANCE BETWEEN A CORRECTLY SIZED DRAG LINK BALL STUD AND THE OVERSIZED TAPERED BORE IS SUFFICIENTLY GREAT ENOUGH TO ALLOW THE DRAG LINK BALL STUD TO FATIGUE AND BRAKE, OR ALLOW THE CASTLE NUT TO BACK ITSELF OFF AND CAUSE THE DRAG LINK TO DISCONNECT.","THIS COULD RESULT IN A TOTAL LOSS OF STEERING CONTROL. THIS COULD RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR A VEHICLE CRASH.","DEALERS WILL REPLACE THE STEERING KNUCKLE ASSEMBLY AND DRAG LINK IF NECESSARY. OWNER NOTIFICATION BEGAN JUNE 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/20/2003,03V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V195000),IC CORPORATION,IC/AMTRAN/EMERGENCY EXITS,STRUCTURE,03302,Vehicle,13,"CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THESE BUSES DO NOT COMPLY WITH THE EMERGENCY EXIT REQUIREMENTS.","DURING AN EMERGENCY SITUATION, THIS CONDITION COULD PREVENT PASSENGERS FROM EXITING THE BUS, WHICH COULD CAUSE PERSONAL INJURY OR DEATH.",DEALERS WILL ADD ONE ROOF EXIT IN THE CENTER OF THE PASSENGER COMPARTMENT. ALL OWNERS HAVE BEEN NOTIFIED AND ARRANGEMENTS MADE TO REMEDY THEIR BUSES. -05/20/2003,03V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V194000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/ELECTRICAL CORROSION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,43649,"ON CERTAIN SPORT UTILITY VEHICLES, WATER COULD ENTER THE FRONT FLOORBOARD AREA FROM OPENINGS IN THE SIDE SILL OR UPPER DASH AREA. THIS WATER COULD COLLECT UNDER THE SEAT AND CAUSE ELECTRICAL CORROSION TO OCCUR IN THE HARNESS CONNECTORS THAT CONTAIN THE WIRING FOR THE SEAT BELT PRE-TENSIONER, SIDE AIR BAG IMPACT SENSOR, AND STOP LAMPS.","ELECTRICAL CORROSION OF THE HARNESS COULD CAUSE THE SEAT BELT PRE-TENSIONER TO MALFUNCTION, THE SIDE AIR BAG NOT TO DEPLOY AND/OR THE BRAKE LAMPS NOT TO ILLUMINATE OR TO FALSELY ILLUMINATE.","DEALERS WILL INSPECT THE SIDE SILLS AND DASH PANEL FOR OPENINGS THAT MAY ALLOW WATER LEAKAGE INTO THE VEHICLE CABIN. IN ADDITION TO SEALING ANY OPENINGS THAT MAY BE FOUND, THE WIRING CONNECTORS WILL BE INSPECTED FOR SIGNS OF ELECTRICAL CORROSION. THE FLOOR HARNESS WILL BE REPLACED IF IT HAS ANY SIGNS OF WATER DAMAGE OR ELECTRICAL CORROSION. OWNER NOTIFICATION BEGAN JUNE 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AMERICA AT 1-800-222-0037 OR MITSUBISHI CARIBBEAN AT 1-787-251-8715." -05/19/2003,03V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V178000),"Thor California, Inc.",THOR CALIFORNIA/EXHAUST TAILPIPE LOCATION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,73,"ON CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS, THE TAILPIPE USED TO RELEASE THE EXHAUST FROM THE GENERATOR WAS NOT LONG ENOUGH TO REACH THE SIDE OF THE TRAILER. THOR MODIFIED THE TAILPIPE BY PLACING AN EXTENSION ON THE TAILPIPE. AS A RESULT, THE GENERATOR'S EXHAUST MAY BE RELEASED UNDER THE TRAILER AT THE POINT OF THE MODIFICATION.",THE TAILPIPE EXHAUST NEEDS TO BE RELEASED AWAY FROM THE UNDERSIDE OF THE TRAILER.,"DEALERS WILL REPLACE THE EXISTING TAILPIPE. OWNER NOTIFICATION BEGAN MAY 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOR CALIFORNIA AT 1-888-697-8467, EXTENSION 215." -05/19/2003,03V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V189000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",SSC 30H,Vehicle,123360,"ON CERTAIN PICKUP TRUCKS, DURING SIDE IMPACT NCAP TEST (I.E. LINCAP TEST), A FLANGE AT THE REAR END OF THE DOUBLE CAB BODY DEFORMED AND INTERFERED WITH THE FUEL INLET HOSE THAT CONNECTS THE FUEL FILLER PIPE AND FUEL TANK, RESULTING IN DAMAGE TO THE FUEL INLET HOSE.","THIS DAMAGE COULD RESULT IN FUEL LEAKAGE, WHICH COULD RESULT IN A FIRE IF IN THE PRESENCE OF AN IGNITION SOURCE.","DEALERS WILL INSTALL A FUEL HOSE PROTECTOR ON THE BODY FLANGE. OWNER NOTIFICATION BEGAN JUNE 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -05/16/2003,03V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V180000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/LP HOSE LEAK,"FUEL SYSTEM, OTHER",30516,Vehicle,516,"ON CERTAIN MODEL S MOTOR HOMES, THE REINFORCED LIQUID PROPANE (LP) GAS RUBBER HOSE CAN BE PINCHED DURING SLIDE-OUT ROOM OPERATION.",THIS COULD LEAD TO A LP GAS LEAK WITH THE POTENTIAL FOR EXPLOSION AND/OR FIRE.,"DEALERS WILL REPLACE/RE-ROUTE THE LP GAS RUBBER HOSE AS NECESSARY. OWNER NOTIFICATION BEGAN JUNE 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -05/16/2003,03V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V182000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,497,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR NEW FLYER AT 204-934-4882. -05/16/2003,03E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E033000),TUTHILL TRANSPORT TECHNOLOGIES,TUTHILL/FRONT SUSPENSION SEPARATION,SUSPENSION,NR (Not Reported),Equipment,378,"TUTHILL INDEPENDENT FRONT SUSPENSIONS MANUFACTURED FROM JULY 10, 2000, TO MAY 6, 2003. THE DEFECT IS INSUFFICIENT TIGHTENING TORQUE OF THE STEERING KNUCKLE CARRIER BOLT THAT MAY RESULT IN SEPARATION OF THE STEERING KNUCKLE FROM ONE OF THE CONTROL ARMS.","SHOULD THE STEERING KNUCKLE CARRIER SEPARATE FROM THE CONTROL ARM, THE OPERATOR COULD LOOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","TUTHILL WILL NOTIFY ITS CUSTOMERS AND PROVIDE A RETROFIT KIT P/N K704627 FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 6, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 800-225-7824 (EXT. #390)." -05/15/2003,03V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V241000),Crane Carrier Company,CRANE/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",BOTH UNITS HAVE ALREADY HAD THE ELECTRONIC CONTROL MODULE CALIBRATION REPLACED. -05/15/2003,03V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V177000),"Doepker Industries, Ltd.",DOEPKER/FMVSS 121/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6,"CERTAIN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE TRAILERS WERE MANUFACTURED WITHOUT ANTI-LOCKING BRAKING SYSTEM (ABS) ON THE FRONT AXLES.","THE USE OF CONVENTIONAL (NON-ABS) BRAKES ON THE FRONT AXLE COULD ALLOW A WHEEL LOCKUP THAT COULD IN TURN LEAD TO JACKKNIFING THE TRAILER, INCREASING THE RISK OF A CRASH WITHOUT WARNING.","DEALERS WILL INSTALL ABS ON THE FRONT AXLES. OWNER NOTIFICATION BEGAN MAY 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DOEPKER AT 1-306-598-2171." -05/15/2003,03V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V188000),"Strick Trailers, LLC",STRICK/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,NR (Not Reported),Vehicle,839,"ON CERTAIN CONVERTER DOLLIES EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JOST INTERNATIONAL AT 616-846-7700 OR BY EMAIL TO RECALL@JOSTINTERNATIONAL.COM OR STRICK AT 215-949-3600. -05/15/2003,03V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V183000),Volvo Trucks North America,VOLVO TRUCKS/ ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,120,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR VOLVO TRUCK AT 1-800-528-6586. -05/14/2003,03V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V181000),Eldorado National-Kansas,ELDORADO NATIONAL/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,36,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES, THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.","IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357 OR ELDORADO NATIONAL AT 909-591-9557. -05/13/2003,03V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V176000),"EZ Loader Adjustable Boat Trailers, Inc.",EZ LOADER/SUSPENSION SYSTEM,SUSPENSION,IDH/1L8,Vehicle,5565,"ON CERTAIN BOAT TRAILERS EQUIPPED WITH A MONO-LEAF BASED SUSPENSION SYSTEM, THE MOUNTING HARDWARE COULD LOOSEN ALLOWING THE SPRING TO FLEX AT THE APEX OF ITS RADIUS, AND AT A POINT WHERE THERE IS A MOUNTING INDEX HOLE.","THIS FLEXING COULD LEAD TO PREMATURE FAILURE OF THE SPRING ALLOWING THE TRAILER TO SAG ON ONE OR BOTH SIDES, CAUSING TIRES TO RUB AGAINST THE FENDER AND MIS-ALIGN THE WHEELS.","DEALERS WILL REPLACE THE MONO-LEAF SPRING BASED SUSPENSION SYSTEM WITH A MULTI-LEAF SPRING BASED SUSPENSION SYSTEM. OWNER NOTIFICATION BEGAN OCTOBER 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EZ LOADER AT 1-509-489-0181." -05/12/2003,03E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E032000),"CARDONE INDUSTRIES, INC.",CARDONE/REAR BRAKE CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,15899,"REMANUFACTURERD REAR BRAKE CALIPERS, PART NOS. 18-7019, 18-7020, 16-7019, AND 16-7020, MANUFACTURED FROM FEBRUARY 1, 2002, TO APRIL, 25, 2003., AND FOR USE ON 1965 THRU 1982 CHEVROLET CORVETTES. THE SUBJECT BRAKE CALIPERS WERE MANUFACTURED USING IMPROPERLY MANUFACTURED PISTON SEALS. THESE SEALS ARE INTENDED TO PREVENT FLUID LEAKAGE BETWEEN THE CALIPER HOUSING AND THE PISTONS. THESE BRAKE CALIPERS ARE FOR USE ONLY ON 1965 THRU 1982 CHEVROLET CORVETTE VEHICLES. THIS RECALL DOES NOT INVOLVE GENERAL MOTORS CORPORATION OR ANY OF ITS PRODUCTS.","UNDER THESE CONDITIONS, THE VEHICLE OPERATOR MAY NOT BE ABLE TO STOP THE CAR, POSSIBLY RESULTING IN A VEHICLE CRASH.",CARDONE WILL NOTIFY ITS CUSTOMERS AND ALL UNSOLD INVENTORY WILL BE REPURCHASED AND WILL PROVIDE A FULL REFUND TO CUSTOMERS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CARDONE AT 215-912-3000. -05/12/2003,03V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V185000),"M H Eby, Inc.",EBY/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,223,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR EBY AT 1-800-292-4752. -05/12/2003,03V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V184000),"FORT WORTH FABRICATION, INC.",FWF/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,88,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR FWF AT 1-817-625-2321. -05/09/2003,03V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V175000),"Ferrari North America, Inc.",FERRARI/OIL LEAKAGE,POWER TRAIN,38,Vehicle,232,"ON CERTAIN PASSENGER VEHICLES, THE TRANSMISSION OIL LINES TO THE OIL COOLER MAY NOT HAVE BEEN MANUFACTURED PROPERLY. THE LINES COULD BECOME DISCONNECTED FROM THE METAL FITTING AND LEAK OIL. IF THE LINES LEAK OIL, INSUFFICIENT LUBRICATION TO THE TRANSMISSION COULD RESULT. IF THIS CONDITION WAS TO EXIST, THE VEHICLE'S TRANSMISSION COULD BECOME INOPERATIVE.","IF THE TRANSMISSION BECAME INOPERATIVE WHILE THE CUSTOMER WAS DRIVING, IT COULD POSE A POTENTIAL SAFETY RISK TO THE DRIVER AS WELL AS OTHER VEHICLES AND POTENTIALLY RESULT IN DAMAGE TO THE VEHICLE OR PROPERTY, AND A CRASH WITHOUT WARNING.","DEALERS WILL REPLACE THE TWO EXISTING TRANSMISSION OIL LINES TO THE COOLER WITH NEW LINES WHICH HAVE A PROPERLY CRIMPED METAL FITTING CONNECTOR. OWNER NOTIFICATION BEGAN ON JUNE 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2651." -05/08/2003,03V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V166000),MONACO COACH CORPORATION,MONACO/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,,"ON CERTAIN MOTORHOMES, FIFTH WHEELS AND TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM, THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005 OR MONACO AT 574-862-7211. -05/08/2003,03V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V190000),R-VISION,R-VISION/FUEL RETURN LINE,"FUEL SYSTEM, GASOLINE",2003-02,Vehicle,134,"ON CERTAIN MOTOR HOMES, THE CHASSIS FUEL RETURN LINE, WHICH IS TAPPED TO SUPPLY FUEL TO THE GENERATOR, HAS BEEN FOUND TO HAVE PRESSURES THAT EXCEED THE MAXIMUM ALLOWED BY THE GENERATOR MANUFACTURER. AS A RESULT, IF THE GENERATOR IS OPERATED AT THE SAME TIME THE CHASSIS ENGINE IS RUNNING, EXCESS FUEL COULD BE DELIVERED TO THE GENERATOR, CREATING A POTENTIAL FOR A GENERATOR STALL AND POSSIBLE FUEL SPILL.","IN THE EVENT OF A FUEL SPILL, A FIRE COULD OCCUR.","DEALERS WILL INSTALL AN APPROVED KIT THAT DRAWS THE GENERATOR FUEL SUPPLY DIRECTLY FROM THE FUEL TANK. OWNER NOTIFICATION BEGAN MAY 5, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT R-VISION AT 1-574-268-2111." -05/07/2003,03E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E030000),"Meritor, Inc.",ARVINMERITOR/FRONT SUSPENSION MODULES,SUSPENSION,NR (Not Reported),Equipment,80,"INDEPENDENT FRONT SUSPENSION MODULES MANUFACTURED AND ASSEMBLED BY ARVINMERITOR AT ITS FRANKFORT, KENTUCKY FACILITY, MODELS RIS16EF18C1000, RIS13EF18C1000, AND RIS16EF18C1001, MANUFACTURED BETWEEN MAY 2002 AND MARCH 2003, AND SOLD EXCUSIVELY TO BLUE BIRD. THE CAPSCREWS ATTACHING THE CONTROL ARMS TO THE SUBFRAME WERE NOT TORQUED TO SPECIFICATION ALLOWING THE BOLT TO BECOME LOOSE AND EVENTUALLY RESULT IN A LOSS OF VEHICLE CONTROL.",LOSS OF VEHICLE CONTROL CAN POSSIBLY RESULT IN A VEHICLE CRASH.,"ARVINMERITOR WILL WORK WITH BLUE BIRD TO NOTIFY CUSTOMERS TO HAVE THEIR VEHICLE INSPECTED AND RE-TORQUE ANY LOOSE CAPSCREWS IF NECESSARY. THIS INSPECTION WILL BE PREFORMED FREE OF CHARGE. NOTIFICATION TO OWNERS BEGAN JULY 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-8793." -05/07/2003,03V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V187000),"ASPEN CUSTOM TRAILERS, INC.",ASPEN CUSTOM TRAILERS/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",00065,Vehicle,52,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR ASPEN CUSTOM TRAILERS AT 1-800-788-1777. -05/07/2003,03E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E031000),"CARGOTEC, INC.",CARGOTEC/FORK LIFT,EQUIPMENT,NR (Not Reported),Equipment,45,"MOFFETT MOUNTY TRUCK MOUNTED FORKLIFTS. THESE FORKLIFTS WERE INSTALLED WITHOUT A REQUIRED PRESSURE PROTECTION VALVE. WITHOUT THE PRESSURE PROTECTIVE VALVE, LEAKAGE IN THE PNEUMATIC SYSTEM THAT SUPPLIES THE MOUNT KIT COULD LEAD TO UNCONTROLLED ESCAPE OF THE AIR PRESSURE FROM THE TRAILER'S PNEUMATIC SYSTEM.","LOW PRESSURE IN THE TRAILER'S PNEUMATIC SYSTEM COULD CAUSE A MALFUNCTION IN THE TRAILER'S AIR BRAKES, WHICH COULD LEAD TO A VEHICLE CRASH WITHOUT WARNING.","CARGOTEC WILL NOTIFY ITS CUSTOMERS AND WILL INSTALL THE PRESSURE PROTECTION VALVE FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CARGOTEC AT 419-482-6000." -05/07/2003,03V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V186000),"JOHN M. HILL MACHINE CO., INC.",JOHN M. HILL/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,33,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.","SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNER NOTIFICATION SHOULD BE COMPLETED BY MAY 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR JOHN M. HILL MACHINE CO. AT 1-405-562-8690." -05/06/2003,03V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V172000),"Barrett Trailers, LLC",BARRETT/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,79,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR BARRETT AT 1-405-527-5050. -05/06/2003,03V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V170000),BEST TRAILER CORPORATION,BEST/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,52,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR BEST AT 262-626-8481. -05/06/2003,03V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V169000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/INTERMEDIATE DRIVE SHAFT VIBRATION,POWER TRAIN,30505,Vehicle,740,"ON CERTAIN MODELS R, V, AND W MOTOR HOMES, THE INTERMEDIATE DRIVE SHAFT WILL VIBRATE EXCESSIVELY, LEADING TO CARRIER BEARING FAILURE.","THIS CARRIER BEARING FAILURE WILL LEAD TO DRIVE SHAFT FAILURE AND THE LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT, REPLACE, AND/OR RETORQUE THE CARRIER BEARING BOLTS AS NECESSARY. OWNER NOTIFICATION BEGAN MAY 27, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -05/05/2003,03V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V171000),ACRO TRAILER COMPANY,ACRO/SEALCO/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,530,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR ACRO AT 1-800-589-5254. -05/05/2003,03V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V174000),Blue Bird Body Company,BLUE BIRD/FRONT SUSPENSION MODULES,SUSPENSION,R03GW,Vehicle,31,"CERTAIN MOTOR HOMES EQUIPPED WITH INDEPENDENT FRONT SUSPENSION MODULES MANUFACTURED AND ASSEMBLED BY ARVINMERITOR AT ITS FRANKFORT, KENTUCKY FACILITY, AND SOLD EXCUSIVELY TO BLUE BIRD. SOME OF THE CAPSCREWS ATTACHING THE CONTROL ARMS TO THE SUBFRAME WERE NOT TORQUED TO SPECIFICATION ALLOWING THE BOLT TO BECOME LOOSE AND EVENTUALLY RESULT IN A LOSS OF VEHICLE CONTROL.",LOSS OF VEHICLE CONTROL CAN POSSIBLY RESULT IN A VEHICLE CRASH.,DEALERS WILL INSPECT AND RE-TORQUE ANY LOOSE CAPSCREWS IF NECESSARY. THIS INSPECTION WILL BE PERFORMED FREE OF CHARGE. ARVINMERITOR HAS NOT PROVIDED THE AGENCY WITH A NOTIFICATION PROGRAM AS OF YET. -05/05/2003,03T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03T002000),Bridgestone Americas Tire Operations,BRIDGESTONE/FIRESTONE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,42,"LT235/75R15 STEELTEX RADIAL A/T TIRES WITH DOT TIRE SERIAL W1HKRAD1003. DUE TO AN INSUFFICIENT CURE IN THE TREAD SHOULDER AREA, THE TIRE MAY DEVELOP IRREGULAR WEAR, NOISE, OR VIBRATIONS AND WITH EXTENDED USE, THE TIRES WITH THIS CONDITION MAY EXPERIENCE A TREAD SEPARATION.","TREAD SEPARATION OF THE TIRE CAN POSSIBLY LEAD TO A VEHICLE CRASH, RESULTING IN SERIOUS INJURY OR DEATH.",BRIDGESTONE/FIRESTONE HAS ADVISED NHTSA THAT ALL OF THE SUBJECT TIRES HAVE ALREADY BEEN REMOVED FROM THE FIELD. -05/05/2003,03V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V173000),Indian Motorcycle Company,INDIAN MOTORCYCLE/VENT TUBE CLOGGING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1979,"ON CERTAIN MOTORCYCLES, DUE TO THE POSITIONING OF THE GAS TANK VENT TUBE, THE VENT TUBE CAN BECOME CLOGGED WITH DEBRIS, PARTICULARLY IN WET WEATHER. VENT TUBE CLOGGING CAN CAUSE INTERRUPTION OF FUEL FLOW TO THE CARBURETOR, CAUSING THE MOTORCYCLE TO STOP. A CLOGGED VENT TUBE MAY ALSO CAUSE PRESSURE TO BUILD UP IN THE GAS TANK AND PUSH A SMALL AMOUNT OF GAS OUT OF THE FUEL FILLER CAP SEAL.",FUEL LEAKAGE IN THE PRESENT OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE CURRENT VENT TUBE WITH A LONGER TUBE REPOSITIONED TO PREVENT CLOGGING. OWNER NOTIFICATION BEGAN MAY 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -05/05/2003,03V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V191000),Indian Motorcycle Company,INDIAN/WINDSHIELDS,VISIBILITY,IMCSB-056,Vehicle,3625,CERTAIN WINDSHIELDS THAT WERE SOLD AS STANDARD EQUIPMENT ON THESE MOTORCYCLES OR SOLD AS ACCESSORIES FOR ALL OTHER CHIEF MODELS MAY HAVE DEFECTIVE BRACKETS. THE BRACKETS THAT ATTACH THE WINDSHIELD TO THE MOTORCYCLE ARE FORMED SUCH THAT THE MOUNTING BOLTS ARE NOT FLUSH WITH THE BRACKET. THIS COULD PLACE EXCESSIVE STRESS ON THE BOLTS CAUSING THEM TO BREAK.,"BROKEN MOUNTING BOLTS COULD LEAD TO THE WINDSHIELD COMING LOOSE AND EVEN FALLING OFF THE BIKE, POTENTIALLY STRIKING THE RIDER OR OTHERWISE CAUSING THE RIDER TO LOSE CONTROL OF THE MOTORCYCLE AND CRASH.","DEALERS WILL REPLACE THE BRACKETS AND BOLTS ON THE WINDSHIELD. OWNER NOTIFICATION BEGAN MAY 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -05/05/2003,03V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V164000),"Nissan North America, Inc.",NISSAN/TRANSAXLE/DIFFERENTIAL BOLTS,POWER TRAIN,ITB03-032,Vehicle,164,"ON CERTAIN SPORT UTILITY VEHICLES, THE BOLTS WHICH ATTACH THE PROPELLER SHAFT(S) TO THE TRANSAXLE AND DIFFERENTIAL(S) MAY NOT HAVE BEEN ADEQUATELY TIGHTENED.","IF THE BOLTS COME LOOSE, THE PROPELLER SHAFT MAY COME OFF THE VEHICLE WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE PROPELLER SHAFT BOLTS AND TIGHTEN THE BOLTS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN MAY 27, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INFINITI AT 1-800-662-6200." -05/05/2003,03V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V168000),PACCAR Incorporated,PACCAR/FIFTH WHEELS/FATIGUE CRACKS,TRAILER HITCHES,03KW4/403-C,Vehicle,483,"ON CERTAIN TRUCKS EQUIPPED WITH JOST INTERNATIONAL JSK 37U SERIES FIFTH WHEELS, A FATIGUE CRACK CAN DEVELOP IN THE BRACKET PIN WELD UNDER CERTAIN LOADING CONDITIONS.","IF LEFT UNDETECTED OR CORRECTED IT COULD LEAD TO THE SEPARATION OF THE FIFTH WHEEL TOP PLATE FROM ITS MOUNTING STRUCTURE, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE BRACKET PINS AND REPAIR INSTRUCTIONS FREE OF CHARGE. PETERBILT'S OWNER NOTIFICATION BEGAN JUNE 20, 2003. KENWORTH'S OWNER NOTIFICATION BEGAN JUNE 12, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 940-591-4201 OR KENWORTH 425-828-5440." -05/01/2003,03V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V167000),Crane Carrier Company,CRANE/BRAKE SLACK ADJUSTER INTERFERENCE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,130,"ON CERTAIN TRAILERS EQUIPPED WITH A SPECIFIC COMBINATION OF REYCO SUSPENSION, EATON DRIVE AXLE, AND BENDIX SLACK ADJUSTERS, THE FAILURE OF A DRIVE AXLE SLACK ADJUSTER TO AUTOMATICALLY ADJUST AS REQUIRED TO COMPENSATE FOR BRAKE WEAR, WILL CAUSE AN OUT OF ADJUSTMENT CONDITION. IF THIS CONDITION OCCURS AND IS NOT IDENTIFIED AND CORRECTED THROUGH NORMAL INSPECTIONS AND MAINTENANCE, THE SLACK ADJUSTER WILL OVER-ROTATE AND MAY CONTACT THE SUSPENSION LOWER SPRING SADDLE.","IF THIS OCCURS, BRAKING PERFORMANCE WILL BE INHIBITED, INCREASING THE RISK OF A CRASH WITHOUT WARNING.","CRANE CARRIER WILL SUPPLY, AT NO CHARGE, GUNITE SLACK ADJUSTERS AND INSTALLATION INSTRUCTIONS TO REPLACE THE EXISTING BENDIX SLACK ADJUSTERS ON THE DRIVE AXLE. THE INSTALLING FACILITY WILL BE REIMBURSED BY CRANE FOR ONE (1) HOUR LABOR PER VEHICLE AT THEIR POSTED LABOR RATE. OWNER NOTIFICATION BEGAN ON JUNE 10, 2003. OWNERS SHOULD CONTACT CRANE AT 1-918-832-7305." -05/01/2003,03V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V162000),FREIGHTLINER LLC,FREIGHTLINER/AIR BRAKES,"SERVICE BRAKES, AIR",FL-409,Vehicle,1400,"ON CERTAIN TRUCKS WITH AIR BRAKES, THE AIR MANAGEMENT UNIT INTRODUCED WITH M2 TRUCKS INCLUDES A PRESSURE SWITCH ASSEMBLY (PSA) MODULE FOR THE LOW AIR PRESSURE INDICATOR AND STOP LAMP CONTROL FUNCTIONS. THE PSA MODULE COVER ALLOWS WATER INGRESSION THAT COULD CAUSE THE STOP LAMP SWITCH TO SHORT ""ON."" THE STOP LAMP SHORT CAN BE INTERMITTENT OR WITH THE KEY OFF.",THIS COULD CAUSE THE STOP LIGHTS TO ILLUMINATE CONTINUALLY AND NOT ALLOW OTHER DRIVERS TO SEE WHEN THE BRAKES ARE BEING APPLIED WHICH COULD RESULT IN A CRASH.,"DEALERS WILL INSPECT THE PRESSURE WSWITCH A MODULE AND ELECTRICAL CONNECTORS AND REPLACE IF NECESSARY. OWNER NOTIFICATION BEGAN ON AUGUST 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -05/01/2003,03V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V163000),FREIGHTLINER LLC,FREIGHTLINER/NONCOMPLIANCES,EQUIPMENT,FL-410,Vehicle,28,"CERTAIN TRUCKS DO NOT COMPLY WITH SEVERAL FEDERAL STANDARDS: (1) THE VEHICLE CERTIFICATION LABELS, PART 567, ""CERTIFICATION;"" (2) TIRE LABELS, FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 120, ""IRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS;"" (3) INCOMPLETE VEHICLE DOCUMENT, PART 568, ""VEHICLES MANUFACTURED IN TWO OR MORE STAGES;"" (4) FRONT SIDE REFLEX REFLECTORS, FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT;"" (5) LIGHTING FUNCTIONALITY, PART 393; (6) DRIVER AND PASSENGER SEAT MOUNTING BOLTS ARE NOT SUFFICIENT TO ENSURE COMPLIANCE WITH FMVSS NO. 207, ""SEATING SYSTEMS;"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES;"" AND (7) SEAT BELT LATCHES ON TWIN PASSENGER SEAT DO NOT COMPLY WITH FMVSS NO. 209, ""SEATING SYSTEMS.""",,ONLY TWO OF THESE VEHICLES HAD BEEN SOLD TO CONSUMERS AND BOTH VEHICLES HAVE BEEN REMEDIED. THE REMAINING VEHICLES ARE AT DEALERSHIPS AND WILL BE REPAIRED AT THOSE LOCATIONS. NO OWNER NOTIFICATION IS NECESSARY FOR THIS CAMPAIGN. -05/01/2003,03V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V165000),"Navistar, Inc.",INTERNATIONAL/EXHAUST CLAMP,ENGINE AND ENGINE COOLING,03508,Vehicle,976,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR ENGINES, A SINGLE BANK TYPE EXHAUST CLAMP WAS INSTALLED ON THE TAIL PIPES INSTEAD OF A DOUBLE BAND TYPE CLAMP.","THE SINGLE BAND CLAMP LOSES ITS CLAMPING ABILITY WHILE UNDER NORMAL DRIVING CONDITIONS CAUSING THE TAIL PIPE TO LOOSEN AND POTENTIALLY FALL OFF OF THE VEHICLE. THE PIPE COULD COME OFF WITHOUT WARNING AND GET INTO THE PATH OF OTHER VEHICLES ON THE HIGHWAY POSSIBLY RESULTING IN PROPERLY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE SINGLE BAND CLAMPS WITH DOUBLE BAND CLAMPS. OWNER NOTIFICATION BEGAN MAY 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -04/29/2003,03V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V160000),"BMW of North America, LLC",BMW/WINDOW LIFTING ANTI-PINCHING DEVICE,VISIBILITY,NR (Not Reported),Vehicle,13100,"ON CERTAIN PASSENGER VEHICLES, THE WINDOW LIFTING ANTI-PINCHING DEVICE MIGHT NOT FUNCTION PROPERLY.",OCCUPANTS COULD BE PINCHED BY A WINDOW THAT IS BEING CLOSED.,"DEALERS WILL INSPECT, AND IF NECESSARY, REPLACE THE ELECTRONIC CONTROL UNIT FOR THE WINDOW LIFTING ANTI-PINCHING DEVICE. OWNER NOTIFICATION BEGAN MAY 27, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -04/29/2003,03V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V161000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/FMVSS 104/WINDSHIELD WASHER PUMP,VISIBILITY,01516,Vehicle,15354,"CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS."" DUE TO THE DESIGN OF THE WINDSHIELD WASHER PUMP MOTOR CIRCUIT, THE SYSTEM'S ABILITY TO FUNCTION IS IMPAIRED WHEN IT IS FULL OF FROZEN WATER AND THE PUMP MOTOR SHAFT IS LOCKED OR FROZEN (CANNOT ROTATE).",ANY RESULTANT REDUCED VISIBILITY COULD CAUSE A CRASH.,"DEALERS WILL INSTALL A NEW 10 AMP FUSE IN PLACE OF THE 5 AMP FUSE AND A NEW 10 AMP LABEL WILL BE PLACED OVER THE ORIGINAL 5 AMP DESIGNATION ON THE FUSE PANEL LABEL. OWNER NOTIFICATION BEGAN ON JUNE 27, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -04/28/2003,03V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V159000),"General Motors, LLC",GM/WINDSHIELD WIPER MOTOR,VISIBILITY,03023,Vehicle,1755876,"ON CERTAIN MINIVANS, PICKUP TRUCKS, AND SPORT UTILITY VEHICLES WITH CERTAIN MODEL-ENGINE COMBINATIONS, THE WINDSHIELD WIPER MOTOR MAY FAIL DUE TO CRACKED SOLDER JOINTS ON THE CONTROLLER CIRCUIT BOARD. THE WINDSHIELD WIPERS COULD WORK INTERMITTENTLY OR NOT AT ALL.","IF THIS WERE TO OCCUR DURING BAD WEATHER, DRIVER VISIBILITY WOULD BE REDUCED, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE WIPER MOTOR CIRCUIT BOARD AND COVER. OWNER NOTIFICATION BEGAN ON JUNE 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -04/28/2003,03V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V002000),MONACO COACH CORPORATION,MONACO/KAPER II/TAIL LIGHTS,EXTERIOR LIGHTING,R02176,Vehicle,663,"ON CERTAIN MOTOR HOMES, THE TAILLIGHT SOCKET COULD FAIL AND CAUSE THE TAILLIGHT HOUSING TO MELT.","IF THE TAILLIGHT HOUSING MELTED, IT COULD LEAVE THE MOTOR HOME WITHOUT BRAKE LIGHTS AND TAILLIGHTS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW TAILLIGHT SOCKET AND CONNECTOR. OWNER NOTIFICATION BEGAN JANUARY 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -04/25/2003,03V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V158000),Kia Motors America,KIA/ABS ELECTRONIC CONTROL MODULE,"SERVICE BRAKES, AIR",SC032,Vehicle,3375,"ON CERTAIN PASSENGER VEHICLES, THERE WAS A PROGRAMMING ERROR IN THE ANTI-LOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL MODULE LOGIC. THE PROGRAMMING ERROR COULD CAUSE REDUCED BRAKING FORCE AT SPEEDS BELOW 25 MPH, WHICH COULD RESULT IN INCREASED STOPPING DISTANCES.",SUCH INCREASED STOPPING DISTANCES COULD RESULT IN A CRASH.,"DEALERS WILL REPROGRAM THE CONTROL MODULE. OWNER NOTIFICATION BEGAN MAY 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -04/25/2003,03V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V150000),"Nissan North America, Inc.",NISSAN/PASSENGER AIR BAG,AIR BAGS,P3115,Vehicle,190000,NISSAN IS RECALLING MY 1994 AND EARLY 1995 ALTIMA VEHICLES FOLLOWING REPORTS THAT PASSENGER AIR BAG DEPLOYMENTS IN THESE VEHICLES HAD CAUSED A NUMBER OF MODERATE-TO-SEVERE EYE INJURIES. NISSAN HAS DEVELOPED A NEW PASSENGER AIR BAG THAT IS LESS POWERFUL WHEN IT INFLATES IN A CRASH TO REDUCE THE RISK OF AIR BAG INFLATION-RELATED INJURIES.,NISSAN EXPECTS THAT THIS NEW AIR BAG CAN HELP REDUCE THE RISK OF AIR BAG INFLATION-RELATED INJURIES.,"NISSAN WILL REPLACE THE PASSENGER AIR BAG AT NO CHARGE TO THE CONSUMER. THE MANUFACTURER HAS REPORTED THAT OWNER NOTIFICATION BEGAN APRIL 28, 2003. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261." -04/24/2003,03V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V270000),"COMANCHE MANUFACTURING, INC.",COMANCHE/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,"ON CERTAIN TRAILERS EQUIPPED WITH SEALCO SPRING BRAKE CONTROL VALVE ASSEMBLIES INCORPORATED IN ARVINMERITOR AXLES, PART NOS. 110700 AND 110800, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR COMANCHE AT 1-724-530-7278. -04/24/2003,03E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E027000),RM RACING,RM RACING/FMVSS 108/LIGHT KITS,EQUIPMENT,NR (Not Reported),Equipment,592,RM RACING LAMP KITS WHICH FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108. THE LIGHT KITS EMIT LIGHT THAT IS BRIGHTER THAN PREMITTED BY FMVSS NO. 108.,"AN UNDESIRABLE GLARE IN THE EYES OF ONCOMING DRIVERS MAY CAUSE DISCOMFORT, AND POSSIBLE DISABILITY WHILE DRIVING.","RM RACING WILL NOTIFY ITS CUSTOMERS AND REPURCHASE THE NONCOMPLIANT LIGHT KITS. OWNER NOTIFICATION BEGAN MAY 15, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RM RACING AT 1-866-RMRACE1." -04/24/2003,03E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E019000),SKF USA Inc.,SKF/ARVINMERITOR/WHEEL BEARINGS FOR TRUCK HUB UNIT,SUSPENSION,NR (Not Reported),Equipment,18719,"TRUCK HUB UNITS (THU) MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES PRODUCED FROM AUGUST 1-15, 1998; APRIL 16 TO MAY 15, 1999; AND FROM FEBRUARY 16-28, 2001. THE THU BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,SKF HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY AND NOTIFICATION PROGRAM. -04/24/2003,03V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V157000),"REV Ambulance Group Orlando, Inc.",WHEELED COACH/REAR AIR SUSPENSION ATTACHMENT BRACK,SUSPENSION,NR (Not Reported),Vehicle,6,CERTAIN AMBULANCES BUILT ON FORD F-450 CAB-CHASSIS TRUCKS HAVE THE WRONG ATTACHMENT BRACKET ON THE REAR AIR SUSPENSION COMPONENTS.,"THE BRACKET COULD FAIL CAUSING A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE CORRECT BRACKET KIT. OWNER NOTIFICATION BEGAN APRIL 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WHEELED COACH AT 1-800-628-8178." -04/23/2003,03E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E028000),Alcoa Inc.,ALCOA/WHEELS,WHEELS,NR (Not Reported),Equipment,50432,"ALCOA WHEEL AND FORGED PRODUCTS CLASSIC AND LTS FORGED ALUMINUM LIGHT TRUCK WHEELS, SIZE 16"" X 6"", MANUFACTURED BETWEEN JULY 1996 AND JUNE 1999 AND SOLD AS AFTERMARKET EQUIPMENT. PART NUMBERS CLASSIC 160231, 160232, 160241, 160242, 160281, 160282, 160291, 160292, 160301, 160302 AND LTS 160251, 160252, 160261, 160262, 160271, AND 160272. FATIGUE CRACKS CAN DEVELOP IN THE OUTBOARD BEAD SEAT AREA CAUSING AIR LOSS IN THE TIRES.","IF THE USER IGNORES THE PROBLEM AND REFILLS THE TIRES TO MAINTAIN PRESSURE, THE CRACKS MAY PROPAGATE AROUND THE CIRCUMFERENCE OF THE WHEEL ALONG THE BEAD SEAT OF THE TIRE, CAUSING THE FACE OF THE WHEEL TO SEPARATE FROM THE RIM.","ALOCA WILL NOTIFY CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 14, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALCOA WHEEL SERVICE CENTER AT 1-888-279-3055 OR BY FAX AT 814-797-5797." -04/23/2003,03E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E026000),SKF USA Inc.,ARVINMERITOR/SKF/AXLE HUBS,SUSPENSION,NR (Not Reported),Equipment,22734,"TRUCK HUB UNITS (THU) MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES AND SOLD AS AFTERMARKET PARTS PRODUCED FROM AUGUST 1-15, 1998; APRIL 16 TO MAY 15, 1999; AND FROM FEBRUARY 16-28, 2001. THE THU BEARINGS CAN WEAR PREMATURELY. SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"ARVINMERITOR WILL NOTIFY ITS CUSTOMERS ABOUT THE DEFECT AND INSTRUCT THAT THEY CONTACT SKF OR ARVINMERITOR FOR FREE REPLACEMENT HUBS. OWNER NOTIFICATION BEGAN JULY 21, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT" -04/23/2003,03V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V151000),"General Motors, LLC",GM/BRAKE PIPE,"SERVICE BRAKES, HYDRAULIC",03025,Vehicle,44653,"CERTAIN SPORT UTILITY VEHICLES WERE BUILT WITH A LEFT-FRONT BRAKE PIPE WITH A CIRCUMFERENTIAL SCORE AT A RANDOM LOCATION ALONG THE LENGTH OF THE PIPE AS THE RESULT OF THE MANUFACTURING PROCESS. IF THE BRAKE PIPE PARTIALLY OR FULLY FRACTURED, BRAKE PEDAL TRAVEL WOULD IMMEDIATELY INCREASE AND FRONT BRAKE PERFORMANCE WOULD BE REDUCED.","IF BRAKING PERFORMANCE IS REDUCED, A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE LEFT-FRONT BRAKE PIPE. OWNER NOTIFICATION BEGAN ON MAY 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-8006." -04/23/2003,03V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V156000),"Volkswagen Group of America, Inc.",VW/FMVSS 100/TIRE INFLATION PRESSURE INCORRECT,EQUIPMENT,WP,Vehicle,9811,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.8L VR6 ENGINES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE RECOMMENDED COLD TIRE INFLATION PRESSURE PUBLISHED ON THE LABEL FOR TIRES OF THE SIZE 205/50 R15 86H IS 0.1 BAR (1.45 PSI) TOO LOW. IT SHOULD BE 2.5 BAR (36.3 PSI). THE LABEL RECOMMENDS 2.4 BAR (34.8 PSI = 35 PSI).","UNDER INFLATED TIRES CAN AFFECT VEHICLE HANDLING, AND DRIVING WITH SUBSTANTIALY UNDER INFLATED TIRES PUTS THE CONSUMER AT A RISK FOR A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS, OR A DEALER CAN INSTALL THE LABEL IF THE OWNER WISHES. OWNER NOTIFICATION BEGAN SEPTEMBER 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VW AT 1-800-893-5298." -04/22/2003,03V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V141000),BUELL MOTORCYCLE CO.,BUELL/SIDE STAND,STRUCTURE,0826,Vehicle,74,"ON CERTAIN MOTORCYCLES, THE SIDE STAND LEG CAN BREAK WITHOUT NOTICE.",THIS COULD ALLOW THE MOTORCYCLE TO FALL CAUSING AN INJURY OR PROPERTY DAMAGE.,"DEALERS WILL REPLACE THE SIDE STAND. OWNER NOTIFICATION BEGAN APRIL 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUELL AT 1-414-343-8400." -04/22/2003,03V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V153000),"Subaru of America, Inc.",SUBARU/REAR SUSPENSION SUBFRAME CORROSION,SUSPENSION,WWM-96,Vehicle,170000,"THIS RECALL APPLIES TO CERTAIN PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. CERTAIN REAR SUSPENSION SUBFRAME COMPONENTS WERE PRODUCED WITH POOR PAINT QUALITY WHICH, AFTER CONTINUED EXPOSURE TO CORROSIVE ROAD SALTS FOR A PERIOD OF SEVERAL YEARS, COULD RESULT IN RUST-OUT OF THE COMPONENT AND POSSIBLE BREAKAGE OF THE SUBFRAME.","IF SUCH BREAKAGE OCCURS WHILE THE VEHICLE IS BEING OPERATED, CONTROL OF THE VEHICLE COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL CLEAN AND RUST-PROOF THE REAR SUSPENSION SUBFRAME. OWNER NOTIFICATION BEGAN JULY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -04/22/2003,03V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V154000),"Volkswagen Group of America, Inc.",VW/FMVSS 110/LOAD RATING/TIRES,TIRES,WD,Vehicle,11,"CERTAIN SEDANS AND STATION WAGONS EQUIPPED WITH 4.0L W8 ENGINES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE AFFECTED VEHICLES ARE EQUIPPED WITH TIRES OF THE MAXIMUM LOAD RATING INDEX 93H; HOWEVER, THEY SHOULD HAVE BEEN EQUIPPED WITH TIRES WITH THE LOAD RATING INDEX 97H.",THESE VEHICLES SHOULD HAVE BEEN EQUIPPED WITH TIRES HAVING THE LOAD RATING INDEX 97H.,"DEALERS WILL REPLACE ALL FOUR TIRES WITH THE PROPER SIZE TIRES. OWNER NOTIFICATION BEGAN SEPTEMBER 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VW AT 1-800-822-8987." -04/22/2003,03V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V155000),"Volkswagen Group of America, Inc.",VW/FMVSS 110/TIRE INFLATION PRESSURE INCORRECT,EQUIPMENT,WN,Vehicle,4243,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.8L VR6 ENGINES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE RECOMMENDED COLD TIRE INFLATION PRESSURE PUBLISHED ON THE LABEL FOR TIRES OF THE SIZE 205/50 R15 86H IS 0.1 BAR (1.45 PSI) TOO LOW. IT SHOULD BE 2.5 BAR (36.3 PSI). THE LABEL RECOMMENDS 2.4 BAR (34.8 PSI = 35 PSI).","UNDER INFLATED TIRES CAN AFFECT VEHICLE HANDLING, AND DRIVING WITH SUBSTANTIALLY UNDER INFLATED TIRES PUTS THE CONSUMER AT RISK FOR A CRASH.","OWNERS WILL BE PROVIDED WITH CORRECTED LABELS, OR A DEALER CAN INSTALL THE LABEL IF THE OWNER WISHES. OWNER NOTIFICATION BEGAN SEPTEMBER 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VW AT 1-800-893-5298." -04/21/2003,03V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V152000),"Airstream, Inc.",AIRSTREAM/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",130,Vehicle,94,"ON CERTAIN 350 XL AND 355 XL AND COMMERCIAL UNITS DESIGNATED AS 35' XL AND 37' XL MOTOR HOMES BUILT ON THE FORD F53 CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THESE VEHICLES. OWNER NOTIFICATION BEGAN MAY 2, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRSTREAM AT 937-596-6111." -04/15/2003,03V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V148000),REXHALL INDUSTRIES INC,REXHALL/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",02C01,Vehicle,1842,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION IS EXPECTED TO BEGIN JULY 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT REXHALL AT 1-800-444-9720." -04/14/2003,03E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E024000),"ARGUS ELECTRONICS, INC.",ARGUS/CYBERHOME PROTABLE DVD PLAYER/OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,10600,"CAR ADAPTER FOR CYBERHOME PORTABLE DVD PLAYER, HSN ITEM #707613 AND SOLD IN MARCH 2003. THE PLAYER MAY BECOME VERY HOT WHEN USED WITH THE RECHARGEABLE BATTERY IN PLACE.","USING THE CAR ADAPTER WITH THE BATTERY CAN CAUSE THE ADAPTER TO OVERHEAT AND POSSIBLY MELT, CREATING A RISK OF FIRE IF FLAMMABLE MATERIAL IS NEARBY.","ARGUS WILL MAIL REPLACEMENT ADAPTERS TO ITS CUSTOMERS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 18, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARGUS ELECTRONICS AT 888-274-8740." -04/14/2003,03V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V133000),Land Rover,LAND ROVER/THROTTLE STICKING,VEHICLE SPEED CONTROL,D117/B150,Vehicle,3291,"ON CERTAIN SPORT UTILITY VEHICLES, THE THROTTLE CAN STICK INTERMITTENTLY DURING ITS OPERATION. THE EXACT POINT OF STICKING IS NOT PREDICTABLE AND CAN RESULT IN A HIGHER ENGINE SPEED THAN EXPECTED.","IN THE CASE WHERE A THROTTLE FAILS TO RETURN TO IDLE, PARTICULARLY AFTER A HIGH DEGREE OF ENGINE THROTTLE APPLICATION, THE DRIVER WILL EXPERIENCE DIFFICULTY IN BRINGING THE VEHICLE TO REST, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE THROTTLE BODY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LAND ROVER AT 1-201-818-8500. -04/14/2003,03V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V147000),"Mack Trucks, Inc.",MACK/CAB REFLECTORS,EXTERIOR LIGHTING,SCO279,Vehicle,39,"CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE VIEW OF ONE OF THE FOUR BACK OF CAB REFLECTORS IS BLOCKED BY THE EXHAUST SYSTEM.","WITH THE RIGHT REFLECTOR NOT BEING VISIBLE, THE WIDTH OF THE VEHICLE IS NOT READILY APPARENT, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL TWO ADDITIONAL REFLECTORS. OWNER NOTIFICATION BEGAN JUNE 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-" -04/14/2003,03V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V138000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/BRAKE FLUID LEAK,"SERVICE BRAKES, HYDRAULIC",V-03-01,Vehicle,435,"ON CERTAIN MOTORCYCLES, THE THREADS ON THE REAR BRAKE LINE PRESSURE SWITCH MOUNT COULD BE DEFECTIVE CAUSING THE POTENTIAL FOR A BRAKE FLUID LEAK AT THE BRAKE LIGHT PRESSURE SWITCH JOINT.","LEAKING BRAKE FLUID COULD CAUSE A LOSS OF REAR BRAKING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR BRAKE LINES. OWNER NOTIFICATION BEGAN APRIL 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-417-8650." -04/14/2003,03V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V145000),THOR AMERICA,THOR/REAR ACCESS DOOR,STRUCTURE,NR (Not Reported),Vehicle,79,"ON CERTAIN TRAVEL TRAILERS, THE WEIGHT RATING OF THE ""D"" RING TYPE CABLE LANYARD USED TO SUPPORT THE REAR ACCESS DOOR DURING OPENING AND CLOSING MAY BE INSUFFICIENT TO ADEQUATELY SUPPORT THE DOOR.","IN THE EVENT THAT THE ""D"" RING FAILS, THE REAR ACCESS DOOR COULD RELEASE UNEXPECTEDLY, WHICH COULD CREATE A HAZARD TO THE PERSON LOWERING THE REAR ACCESS DOOR AND ANY BYSTANDERS.","DEALERS WILL REPLACE THE EXISTING ""D"" RING WITH A HIGHER WEIGHT-RATED ""D"" RING THAT ADEQUATELY SUPPORTS THE REAR ACCESS DOOR. OWNER NOTIFICATION BEGAN APRIL 22, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOR AT 1-570-837-1663." -04/14/2003,03V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V149000),"Tiffin Motorhomes, Inc.",TIFFIN/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1174,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.",DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TIFFIN AT 1-256-356-8661. -04/14/2003,03V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V146000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL PULSATION DAMPER,"FUEL SYSTEM, GASOLINE",SSC 30C,Vehicle,29482,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH V6 ENGINES, THE FUEL PULSATION DAMPER, LOCATED ON THE FUEL RAIL, MAY HAVE BEEN IMPROPERLY ASSEMBLED, CAUSING A DIAPHRAGM IN THE PULSATION DAMPER TO BE DAMAGED. IF THE DIAPHRAGM FAILS, FUEL MAY LEAK.",THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE IF A HEAT SOURCE OR AN IGNITION SOURCE IS PRESENT.,"DEALERS WILL REPLACE THE PULSATION DAMPER. OWNER NOTIFICATION BEGAN MAY 5, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -04/09/2003,03V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V134000),"Coachmen RV Company, LLC",COACHMEN/SLIDE-IN ROOM,EQUIPMENT,NR (Not Reported),Vehicle,79,"ON CERTAIN MOTOR HOMES. THE FRAME EXTRUSION AT THE BASE OF THE KITCHEN SLIDE ROOM, THAT SERVES TO MAINTAIN THE LOCKING MECHANISM FOR THE SLIDE ROOM, MAY BECOME LOOSE FROM THE BODY OF THE VEHICLE. WHEN THIS OCCURS, THE LOCKING MECHANISM IS RENDERED INEFFECTIVE AND THE SLIDE ROOM CAN OPEN UNEXPECTEDLY.","SHOULD THIS OCCUR WHILE THE VEHICLE IS IN MOTION, THE POTENTIAL EXISTS FOR A CRASH.","DEALERS WILL INSTALL LONGER SELF-TAPPING SCREWS TO ENSURE THE EXTRUSION IS SECURED TO THE STEEL FRAMING. IN ADDITION, ""TRAVEL LOCKS"" THAT, WHILE IN PLACE, PREVENT THE SLIDE ROOM FROM MOVING OUT UNDER ANY CIRCUMSTANCES WILL BE SUPPLIED WITH ALL UNITS. OWNER NOTIFICATION BEGAN ON APRIL 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-219-825-5821." -04/09/2003,03V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V144000),Ford Motor Company,FORD/AIR BAG DEPLOYMENT,AIR BAGS,03G01,Vehicle,43459,"ON CERTAIN PASSENGER VEHICLES, THE DRIVER AND/OR PASSENGER SIDE AIR BAG COULD DEPLOY AS A RESULT OF UNDERBODY IMPACTS NEAR THE SENSORS, SUCH AS THOSE OCCURRING FROM PIECES OF GRAVEL OR DEBRIS THROWN FROM THE WHEELS WHILE THE VEHICLE IS BEING OPERATED AT MODERATE TO HIGH SPEED OR BEING ACCELERATED.",,"DEALERS WILL RECALIBRATE THE AIR BAG SENSORS. OWNER NOTIFICATION BEGAN MARCH 31, 2003. OWNERS MAY CONTACT LINCOLN AT 1-800-521-4140." -04/09/2003,03E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E025000),"MOSS MOTORS, LTD",MOSS MOTORS/KINGPINS,SUSPENSION,NR (Not Reported),Equipment,270,MOSS MOTORS REPLACEMENT KINGPINS FOR USE AS A FRONT SUSPENSION PART FOR VINTAGE AUSTIN-HEALEY CARS THAT WERE MANUFACTURED BETWEEN 1953 AND 1968. THESE KINGPINS WERE MANUFACTURED WITH INCONSISTENT FORGING AND HARDENING PROCEDURES. THE KINGPINS MAY BE TOO BRITTLE AND COULD BREAK WITH TYPICAL FRONT SUSPENSION FORCES.,"IF THE KINGPIN BREAKS, THE SUSPENSION WILL COLLAPSE CAUSING LOSS OF VEHICLE CONTROL, POSSIBLE RESULTING IN A VEHICLE CRASH.",MOSS MOTORS WILL SEND REPLACEMENT KINGPINS AND A CHECK FOR $300.00 TO ITS CUSTOMERS TO COVER INSTALLATION EXPENSE. OWNER NOTIFICATION BEGAN APRIL 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MOSS MOTORS AT 949-725-0576. -04/07/2003,03V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V142000),"Ferrari North America, Inc.",FERRARI/PASSIVE RESTRAINT SYSTEM,SEAT BELTS,37,Vehicle,2008,"ON CERTAIN PASSENGER VEHICLES, THE PASSIVE RESTRAINT SYSTEM MAY NOT FUNCTION CORRECTLY. INCONSISTENT ELECTRICAL OPERATION OF THE AUTOMATIC TRACK ASSEMBLY HAS BEEN EXPERIENCED.","IF THE PASSIVE RESTRAINT SYSTEM EXPERIENCES AN ELECTRICAL OR MECHANICAL FAILURE, THE SEAT OCCUPANT WOULD NOT BE FULLY PROTECTED.","DEALERS WILL REPLACE ALL THE MAIN COMPONENTS OF THE PASSIVE SEAT BELT SYSTEM. THIS INCLUDES THE ELECTRONIC CONTROL UNITS, THE RETRACTOR MECHANISM, AND BOTH THE RIGHT AND LEFT MOTOR DRIVEN TRACK ASSEMBLIES. OWNER NOTIFICATION BEGAN APRIL 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2651." -04/07/2003,03V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V136000),Ford Motor Company,FORD/WHEELS,WHEELS,03S01,Vehicle,1736,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 17 INCH CHROME WHEELS, THE CHROME WHEELS WERE NOT HEAT-TREATED. THESE WHEELS MAY CRACK AT THE LUG-NUT HOLES, WHICH COULD RESULT IN THE LOSS OF THE LUG-NUT TORQUE.","IF THIS CONDITION OCCURS, THE DRIVER MAY EXPERIENCE NOISE AND/OR VIBRATION WHILE DRIVING THE VEHICLE. CONTINUED OPERATION OF THE VEHICLE COULD RESULT IN THE WHEEL SEPARATING FROM THE HUB, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEELS TO MAKE SURE THAT ALL THE WHEELS HAVE BEEN HEAT-TREATED. ANY WHEEL THAT HAS NOT BEEN HEAT-TREATED WILL BE REPLACED. OWNER NOTIFICATION BEGAN APRIL 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LINCOLN AT 1-800-521-4140." -04/07/2003,03V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V139000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/HEADLAMP PLUG,EXTERIOR LIGHTING,MC 03-04,Vehicle,750,"ON CERTAIN MOTORCYCLES, THE CONNECTOR PLUG SUPPLYING POWER TO THE HEADLAMP MIGHT NOT BE FULLY INSTALLED ON THE PRONGS OF THE BULB.","THIS COULD CAUSE THE PLUG TO BECOME DISLODGED FROM THE HEADLAMP, RESULTING IN A LOSS OF FORWARD LIGHTING, INCREASING THE RISK OF A CRASH.","DEALERS WILL ENSURE THE CONNECTOR IS PROPERLY SEATED ON THE BULB PRONGS. IF ANY COMPONENTS ARE DAMAGED, THE DEALER WILL REPLACE THEM. OWNER NOTIFICATION BEGAN ON APRIL 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -04/07/2003,03V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V140000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/REAR BRAKE ACTUATING CAM,"SERVICE BRAKES, HYDRAULIC",MC 03-03,Vehicle,5102,"ON CERTAIN MOTORCYCLES, THE REAR BRAKE ACTUATING CAM CAN BREAK WHERE THE ACTUATING ARM ATTACHES TO IT.","THIS COULD CAUSE A LOSS OF REAR BRAKE FUNCTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRAKE CAM. OWNER NOTIFICATION BEGAN ON APRIL 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-866-802-9381." -04/07/2003,03V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V129000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/AXLE WEIGHT RATING,EQUIPMENT,R02248,Vehicle,273,"ON CERTAIN TRAVEL TRAILERS, THE FEDERAL CERTIFICATION LABEL IS INCORRECT. THE AXLE WEIGHT RATING SHOWS 5200 LBS. WHEN THE CORRECT RATING SHOULD BE 5080 LBS.","PRIOR TO HAVING THE NEW LABEL INSTALLED, OWNERS MUST FOLLOW THE CORRECT RATING OF THE AXLE AND TIRE MAXIMUM CAPACITY TO PREVENT A BLOWOUT OR DAMAGE TO THE AXLES.","DEALERS WILL REPLACE THE FEDERAL CERTIFICATION LABEL ON THE UNITS INVOLVED. OWNER NOTIFICATION BEGAN JULY 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -04/07/2003,03V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V128000),MONACO COACH CORPORATION,MONACO/PART 567/CERTIFICATION LABEL/TIRE INFLATION,EQUIPMENT,R02146,Vehicle,125,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS' FEDERAL CERTIFICATION LABELS ARE INCORRECT. THE TIRE INFLATION IS LISTED AS 60 PSI WHEN THE CORRECT SHOULD BE 80 PSI. IN ADDITION, THE AXLE WEIGHT RATING IS INCORRECT ON CERTAIN 1998 IMPERIAL TRAVEL TRAILERS. THE LABEL SHOWS 6000 LBS. WHEN THE CORRECT RATING SHOULD BE 5200 LBS.",THIS INCORRECT INFORMATION COULD LEAD TO UNDER/OVER INFLATED TIRES AND COULD CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE WHICH COULD RESULT IN A LOSS OF CONTROL OF THE UNIT.,DEALERS WILL REPLACE THE FEDERAL CERTIFICATION LABEL ON THE UNITS INVOLVED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226. -04/07/2003,03V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V143000),"Volkswagen Group of America, Inc.",VW/AXLE LOAD,TIRES,LV,Vehicle,1360,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.7L ENGINES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS."" THE CALCULATED ""VEHICLE NORMAL LOAD"" EXCEEDS THE ALLOWABLE WEIGHT OF THE AXLE LOAD WITH TIRE DIMENSION 225/45R 17 91Y BY 19KG.",,"DEALERS WILL REPLACE ALL FIVE TIRES. OWNER NOTIFICATION BEGAN ON SEPTEMBER 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-800-822-2834." -04/04/2003,03E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E021000),"Cummins, Inc.",CUMMINS/ELECTRONIC CONTROL MODULE,ENGINE AND ENGINE COOLING,0310,Equipment,1142,CUMMINS WESTPORT B GAS PLUS OR C GAS PLUS 6 CYLINDER ENGINES BUILT FROM JUNE 2001 THROUGH MARCH 2003. THE ELECTRONIC CONTROL MODULE CALIBRATION MAY NOT CORRECTLY DETECT A THROTTLE PLATE ACTUATOR FAILURE THAT COULD RESULT IN AN UNCOMMANDED OPEN THROTTLE CONDITION.,"IF THIS EVENT OCCURS, THE VEHICLE OPERATOR WILL NOT HAVE CONTROL OF THE ENGINE SPEED WHICH COULD POSSIBLY RESULT IN A VEHICLE CRASH.","CUMMINS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE ELECTRONIC CONTROL MODULE CALIBRATION FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 1-800-343-7357." -04/04/2003,03E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E022000),"HONEYWELL INTERNATIONAL, INC.",HONEYWELL/PRESTONE JUMPIT PLUS/OVERHEATING,EQUIPMENT,NR (Not Reported),Equipment,13706,"PRESTONE JUMPIT! PLUS PORTABLE POWER SOURCE, PART NO. AS901, MANUFACTURED BETWEEN JANUARY 17 AND MARCH 7, 2003. DURING THE MANUFACTURING PROCESS, THREE HOUSING SRCEWS AFFIX THE HEAD OF THE AIR COMPRESSOR TO THE CYLINDER. INCONSISTENT APPLICATION OF THESE SCREWS MAY INHIBIT MOVEMENT OF THE PISTON, CAUSING THE CYLINDER TO LOCK UP OR BE RENDERED INOPERATIVE, THEREBY DRAWING EXCESSIVE CURRENT, YEILDING HEAT.","THIS MAY CAUSE THE WIRE INSULATION TO MELT, POSSIBLY RESULTING IN A FIRE.","HONEYWELL HAS NOTIFIED THE WAL-MART STORES AND WILL PLACE POSTERS OF THE PRODUCT RECALL WITHIN THESE STORES. CUSTOMERS WILL RECEIVE FULL CREDIT FOR RETURNED PRODUCTS. NOTIFICATION BEGAN APRIL 3, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONEYWELL AT 479-271-7934." -04/04/2003,03V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V130000),Indian Motorcycle Company,INDIAN MOTORCYCLE/FUEL TANK VENT TUBE,"FUEL SYSTEM, GASOLINE",IMCSB-054,Vehicle,1643,"ON CERTAIN MOTORCYCLES, DUE TO THE POSITIONING OF THE GAS TANK VENT TUBE, THE VENT TUBE CAN BECOME CLOGGED WITH DEBRIS, PARTICULARLY IN WET WEATHER. VENT TUBE CLOGGING CAN CAUSE INTERRUPTION OF FUEL FLOW TO THE CARBURETOR, CAUSING THE ENGINE TO STOP. A CLOGGED VENT TUBE MAY ALSO CAUSE PRESSURE TO BUILD UP IN THE GAS TANK AND PUSH A SMALL AMOUNT OF GAS OUT OF THE FUEL FILLER CAP SEAL.",FUEL LEAKAGE IN THE PRESENT OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE CURRENT VENT TUBE WITH A LONGER TUBE REPOSITIONED TO PREVENT CLOGGING. OWNER NOTIFICATION BEGAN APRIL 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -04/03/2003,03V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V132000),Indian Motorcycle Company,INDIAN MOTORCYCLE/FRONT AND REAR ENGINE GUARDS,EQUIPMENT,IMCSB-053,Vehicle,70,"ON CERTAIN MOTORCYCLES EQUIPPED WITH FACTORY DESIGNED FRONT AND REAR ENGINE GUARDS, THE GUARDS DO NOT ALLOW SUFFICIENT CLEARANCE BETWEEN THE MOTORCYCLE AND THE GROUND DURING ROUTINE CORNERING.","THIS CONDITION COULD CAUSE THE RIDER TO LOSE CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE CURRENT ENGINE GUARDS AND GIVE THE OWNERS A $250 CREDIT TOWARD THE PURCHASE OF PARTS AND ACCESSORIES FOR THEIR MOTORCYCLES. REDESIGNED ENGINE GUARDS WILL BE PROVIDED IN APPROXIMATELY 90 DAYS. THE REMOVAL AND REPLACEMENT OF THESE GUARDS WILL BE PERFORMED WITHOUT CHARGE TO THE OWNERS. OWNER NOTIFICATION BEGAN MARCH 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -04/03/2003,03V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V137000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/CHECK VALVE,"SERVICE BRAKES, AIR",02506,Vehicle,2818,"ON CERTAIN HEAVY DUTY TRUCKS, A BRASS FITTING CONNECTS THE DOUBLE CHECK VALVE TO THE BRAKE RELAY VALVE. WITH CERTAIN INPUTS TO THE VEHICLE, THE WEIGHT OF THE CHECK VALVE ON THE FITTING CAN CAUSE THE ASSEMBLY TO RESONATE. THE SUBJECT VIBRATION CAN CAUSE EXCESSIVE STRAIN LEVELS IN THE FITTING, WHICH COULD EVENTUALLY FATIGUE AND FAIL.","IF THE FITTING BREAKS, THE REAR SERVICE BRAKES WILL CEASE TO OPERATE WITHOUT WARNING, RESULTING IN AN EXTENDED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A KIT TO REMOUNT THE DOUBLE CHECK VALVE WITH A FLEXIBLE HOSE ON THE MAJORITY OF VEHICLES. ON A SMALL NUMBER OF UNITS WITH CLEARANCE ISSUES OR TRACTION CONTROL, A KIT WITH A NEW RELAY VALVE THAT HAS A BUILT-IN DOUBLE CHECK VALVE WILL BE INSTALLED. OWNER NOTIFICATION BEGAN ON APRIL 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -04/03/2003,03V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V135000),Kia Motors America,KIA/SEATS,SEATS,SCO30,Vehicle,4276,"ON CERTAIN PASSENGER VEHICLES, SOME OF THE SECOND AND THIRD ROW SEAT STRIKERS INSTALLED ON THE VEHICLE FLOOR PAN HAVE BEEN IMPROPERLY HEAT TREATED AND COULD BREAK IN A CRASH.",THIS COULD RESULT IN INJURIES TO OCCUPANTS OF THESE SEATS.,"DEALERS WILL REPLACE THE SEAT STRIKERS. OWNER NOTIFICATION BEGAN APRIL 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542" -04/01/2003,03V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V127000),"Bentley Motors, Ltd.",BENTLEY/HYDRAULIC HOSE,STEERING,RE0302,Vehicle,37,THE FLEXIBLE HOSE CARRYING CENTRAL HYDRAULIC SYSTEM FLUID BETWEEN THE REGULATOR AND THE ACCUMULATOR COULD LEAK.,"LEAKING FLUID COULD DEPLETE THE RESERVOIR AND CAUSE A LOSS OF POWER ASSIST TO THE STEERING AND BRAKING SYSTEMS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE HOSE. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENTLEY AT 1-800-777-6923." -04/01/2003,03V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V125000),PACCAR Incorporated,PACCAR/ARVINMERITOR/SKF/FRONT AXLE HUBS,SUSPENSION,303-A/03KW2,Vehicle,154,"ON CERTAIN TRUCKS EQUIPPED WITH TRUCK HUB UNITS MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES, THE HUB UNIT BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"DEALERS WILL REPLACE ALL FRONT AXLE HUBS. NOTIFICATION BEGAN JULY 16, 2003. THE MANUFACTURER HAS ADVISED US THAT PARTS WILL NOT BE AVAILABLE UNTIL SEPTEMBER 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITH A REASONABLE TIME SHOULD CONTACT PETERBILT AT 940-591-4201 OR KENWORTH 425-828-5440." -03/31/2003,03V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V131000),Blue Bird Body Company,BLUE BIRD/ITR/HURRICANE HOT WATER HEATER,EQUIPMENT,R03GV,Vehicle,21,"ON CERTAIN MOTOR HOMES EQUIPPED WITH INTERNATIONAL THERMAL RESEARCH (ITR)HURRICANE HOT WATER HEATERS, THE ELECTRONIC CONTROL BOARD MAY ADVERSELY AFFECT SAFETY FEATURES IN SOME OF THE SYSTEMS PROTECTING AGAINST OVERHEATING AND POTENTIAL FIRE SITUATION.","IF THE SAFETY FEATURES DO NOT SHUT DOWN PROPERLY, THE HEATING SYSTEM CAN CONTINUE HEATING, POSSIBLY RESULTING IN A FIRE.","THE DEFECTIVE ELECTRONIC CONTROL BOARD WILL BE REPLACED. IN THE MEANTIME, CUSTOMERS SHOULD TURN THE SYSTEM OFF USING THE MASTER ON/OFF SWITCH LOCATED ON THE SIDE OF THE ELECTRONIC CONTROL BOX WHICH IS ADJACENT TO THE HEATER. OWNER NOTIFICATION BEGAN APRIL 10, 2003. OWNERS WHO TAKE THEIR MOTORHOMES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ITR AT 1-800-755-1272 OR BLUE BIRD AT 1-478-822-2242." -03/31/2003,03V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V124000),"BMW of North America, LLC",BMW/ENGINE IDLE SPEED/DME IDLE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1056,"ON CERTAIN PASSENGER AND SPORT WAGON VEHICLES WITH AUTOMATIC TRANSMISSIONS, WITH THE ENGINE RUNNING, AND THE VEHICLE AT REST, AN INCREASE OF ENGINE IDLE SPEED (UP TO 1,300 RPM) MAY OCCUR.","IF A GEAR IS SELECTED, THE DRIVER MAY FEEL AS IF THE VEHICLE IS BEING PUSHED.","DEALERS WILL REPROGRAM THE DIGITAL ENGINE MANAGEMENT CONTROL UNIT. OWNER NOTIFICATION BEGAN MAY 5, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -03/31/2003,03V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V117000),"General Motors, LLC",GM/SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,03020,Vehicle,312715,"CERTAIN SPORT UTILITY VEHICLES WERE BUILT WITH A DRIVER'S SEAT BELT BUCKLE ASSEMBLY THAT CONTAINS AN ENERGY-ABSORBING LOOP. SUSTAINED LOADS OF SUFFICIENT MAGNITUDE AND DURATION ON THE BELT IN SEVERE CRASHES COULD FULLY DEPLOY THE BUCKLE ENERGY-ABSORBING LOOP, INTRODUCING A TOTAL OF 10 ADDITIONAL INCHES OF WEBBING INTO THE SEAT BELT SYSTEM. THE FREE FALLING LATCH PLATE USED IN THIS SYSTEM MAY ALLOW WEBBING TO DYNAMICALLY DISTRIBUTE BETWEEN THE LAP AND SHOULDER BELT AS THE DRIVER'S POSITION CHANGES DURING A MULTIPLE ROLLOVER EVENT.","IF THE ENERGY-ABSORBING LOOP FULLY DEPLOYS IN A SEVERE MULTIPLE ROLLOVER CRASH, IT IS POSSIBLE THAT A BELTED DRIVER MAY EXPERIENCE PARTIAL OR EVEN COMPLETE EJECTION FROM THE VEHICLE.","DEALERS WILL REPLACE THE ENERGY-ABSORBING SEAT BELT ASSEMBLIES WITH ONE THAT DOES NOT HAVE THE ENERGY-ABSORBING LOOP. OWNER NOTIFICATION BEGAN ON AUGUST 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -03/31/2003,03V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V123000),"Nissan North America, Inc.",NISSAN/TRANSMISSION SELECTOR SHAFT NUT,POWER TRAIN,R3009,Vehicle,128,"ON CERTAIN SPORT UTILITY VEHICLES, THE NUT THAT ATTACHES THE TRANSMISSION GEAR SELECTOR SHAFT TO THE CONTROL VALVE LEVER IN THE TRANSMISSION MAY NOT BE ADEQUATELY TIGHTENED. THIS COULD RESULT IN THE TRANSMISSION NOT ACTUALLY BEING IN THE GEAR INDICATED BY THE GEAR SELECTOR LEVER. IN ADDITION, THE TRANSMISSION POSITION DISPLAY IN THE INSTRUMENT PANEL MAY NOT BE ON OR MAY BE INCORRECT.","IF THE GEAR DISPLAYED IS DIFFERENT FROM THE GEAR ENGAGED, THIS COULD RESULT IN UNEXPECTED VEHICLE MOVEMENT AND A CRASH.","DEALERS WILL CHECK THE AFFECTED NUT IN THE TRANSMISSION SHIFT LEVER LINKAGE, AND TIGHTEN IT IF NECESSARY. OWNER NOTIFICATION BEGAN APRIL 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -03/31/2003,03V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V126000),PACCAR Incorporated,PACCAR/KENWORTH/AIR RESERVOIR,"SERVICE BRAKES, AIR",03KW3,Vehicle,45,"CERTAIN TRUCKS EQUIPPED WITH MERITOR P 18X7 BRAKES WITH 36"" BRAKE CHAMBERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 121, ""AIR BRAKE SYSTEMS."" THESE TRUCKS WERE MANUFACTURED WITH A COMBINED AIR RESERVOIR VOLUME LESS THAN 12 TIMES THE COMBINED VOLUME OF ALL SERVICE BRAKE CHAMBERS.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL ADD AN ADDITIONAL TANK OR CHANGE ONE OF THE EXISTING AIR TANKS TO A LARGER SIZE. OWNER NOTIFICATION BEGAN ON MAY 5, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5440." -03/28/2003,03V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V085000),Blue Bird Body Company,BLUE BIRD/ALTERNATOR SUPPORT BRACKETS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4302,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH CUMMINS ISB 6 CYLINDER ENGINES, THE LOWER ALTERNATOR SUPPORT BRACE OR MOUNTING HARDWARE CAN LOOSEN OR BREAK WHICH WILL ALLOW THE ALTERNATOR TO DROP ONTO THE ENGINE.","IN THIS EVENT, THE ELECTRICAL WIRING HARNESS MAY BE DAMAGED AND THE POSSIBILITY OF FIRE MAY EXIST.",CUMMINS WILL NOTIFY CUSTOMERS AND REPLACE THE UPPER AND LOWER ALTERNATOR SUPPORT BRACKETS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLE TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS AT 1-800-343-7357 OR BLUE BIRD AT 478-822-2242. -03/27/2003,03V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V118000),IC CORPORATION,IC/AMTRAN/FMVSS 217/FLIP SEAT REINFORCEMENT,SEATS,03301,Vehicle,159,"CERTAIN SCHOOL BUSES EQUIPPED WITH FLIP SEATS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" SEATS WITH SEAT BELTS WERE BOLTED TO THE FLOOR WITHOUT THE USE OF REQUIRED REINFORCEMENTS UNDER THE FLOOR.","DURING A CRASH, THIS CONDITION MAY ALLOW THE SEAT TO BECOME LOOSE WHICH COULD CAUSE PERSONAL INJURY OR DEATH TO THE SEAT OCCUPANT.","DEALERS WILL ADD REINFORCEMENTS TO THE SEAT MOUNTING AT THE FLOOR. OWNER NOTIFICATION BEGAN ON APRIL 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC CORPORATION AT 1-800-843-5615." -03/27/2003,03V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V121000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/POWER STEERING HOSE CLAMP,STEERING,2003-040005,Vehicle,211000,"ON CERTAIN PASSENGER VEHICLES, THE HOSE CLAMP USED TO SECURE THE POWER STEERING FLUID COOLING HOSE TO THE POWER STEERING FLUID COOLER MAY NOT PROVIDE SUFFICIENT CLAMPING FORCE FOR THIS CONNECTION.",THE LOSS OF POWER STEERING FLUID MAY RESULT IN DIMINISHED POWER STEERING OVER TIME AND ULTIMATELY CAN DAMAGE THE POWER STEERING PUMP.,"DEALERS WILL INSTALL A NEW HOSE CLAMP ON THE POWER STEERING HOSE TO THE POWER STEERING COOLER. DURING CLAMP REPLACEMENT, THE POWER STEERING COOLING HOSE WILL BE INSPECTED AND REPLACED AS NECESSARY. OWNER NOTIFICATION BEGAN JUNE 16, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -03/27/2003,03V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V120000),Daimler Commercial Buses NA,ORION/FMVSS 217/WINDOW HANDLE,VISIBILITY,NR (Not Reported),Vehicle,4191,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE HANDLE PULL FORCE EXCEEDS THE 89N FORCE TO RELEASE THE EMERGENCY WINDOW. ADDITIONAL FORCE IS REQUIRED TO RELEASE THE WINDOW.","IN THE EVENT OF A CRASH, AN OCCUPANT MAY HAVE DIFFICULTY OPENING THE EMERGENCY EXIT WINDOW, INCREASING THE RISK OF PERSONAL INJURY OR DEATH.","DEALERS WILL REPAIR THESE WINDOWS. OWNER NOTIFICATION BEGAN JUNE 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ORION AT 1-800-492-2116." -03/26/2003,03V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V122000),Aston Martin The Americas,ASTON MARTIN/POWER STEERING HOSE,STEERING,SAR 008,Vehicle,1145,"ON CERTAIN PASSENGER VEHICLES,THE POWER ASSISTED STEERING HIGH PRESSURE FLEXIBLE HOSE MAY CONTACT THE LEFT HAND EXHAUST MANIFOLD. IT IS POSSIBLE THAT THE HOSE MAY SCORCH THROUGH RESULTING IN A PROGRESSIVE LOSS OF HYDRAULIC FLUID AND POWER ASSISTANCE.",THIS COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL REPOSITION THE HOSE AND REPLACE THE HOSE IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ASTON MARTIN AT 1-201-818-8352. -03/26/2003,03V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V109000),COUNTRY COACH INC,COUNTRY COACH/ITR/HURRICANE HOT WATER HEATER,EQUIPMENT,NR (Not Reported),Vehicle,485,"ON CERTAIN MOTORHOMES EQUIPPED WITH INTERNATIONAL THERMAL RESEARCH (ITR)HURRICANE HOT WATER HEATERS, THE ELECTRONIC CONTROL BOARD MAY ADVERSELY AFFECT SAFETY FEATURES IN SOME OF THE SYSTEMS PROTECTING AGAINST OVERHEATING AND POTENTIAL FIRE SITUATION.","IF THE SAFETY FEATURES DO NOT SHUT DOWN PROPERLY, THE HEATING SYSTEM CAN CONTINUE HEATING, POSSIBLY RESULTING IN A FIRE.","THE DEFECTIVE ELECTRONIC CONTROL BOARD WILL BE REPLACED. IN THE MEANTIME, CUSTOMERS SHOULD TURN THE SYSTEM OFF USING THE MASTER ON/OFF SWITCH LOCATED ON THE SIDE OF THE ELECTRONIC CONTROL BOX WHICH IS ADJACENT TO THE HEATER. OWNERS WHO TAKE THEIR MOTORHOMES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ITR AT 1-800-755-1272 OR COUNTRY COACH AT 1-800-547-8015." -03/26/2003,03V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V119000),"Jayco, Inc.",JAYCO/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",9901046,Vehicle,73,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MARCH 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-574-825-0608." -03/26/2003,03V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V064000),Newmar Corporation,NEWMAR/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1227,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REVISE THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN APRIL 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-574-773-7791." -03/26/2003,03V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V116000),"UNIVERSAL SPECIALTY VEHICLES, INC.",UNIVERSAL SPECIALTY/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",0103,Vehicle,26,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UNIVERSAL SPECIALTY AT 1-909-943-7747." -03/25/2003,03V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V111000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL PUMP,"FUEL SYSTEM, GASOLINE",V-02-06,Vehicle,1786,"ON CERTAIN MOTORCYCLES, THE OUTLET PORT OF THE FUEL PUMP MAY DISLODGE FROM THE PRESSURE REGULATOR HOUSING, REDUCING FUEL PRESSURE AT THE FUEL RAIL.","THIS CAN CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REWORK THE FUEL PUMPS. OWNER NOTIFICATION BEGAN APRIL 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-417-8650." -03/24/2003,03V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V115000),"General Motors, LLC",GM/INTERMEDIATE STEERING SHAFT BOLT,STEERING,03017,Vehicle,47835,SOME PASSENGER VEHICLES HAVE A CONDITION IN WHICH THE INTERMEDIATE STEERING SHAFT BOLT MAY BE LOOSE.,"AN IMPROPERLY TIGHTENED BOLT COULD LOOSEN, RESULTING IN SEPARATION OF THE UPPER AND LOWER STEERING SHAFTS CAUSING A LOSS OF VEHICLE CONTROL. IF THIS HAPPENS WHILE THE VEHICLE IS MOVING, A CRASH COULD RESULT WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT FOR THE PRESENCE OF THE INTERMEDIATE STEERING SHAFT BOLT AND ENSURE THAT IT IS TIGHTENED TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN MARCH 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CADILLAC AT 1-800-458-8006." -03/24/2003,03V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V113000),Isuzu Motors Limited,ISUZU/FMVSS 201/HEAD IMPACT CRASH PROTECTION,STRUCTURE,NR (Not Reported),Vehicle,11855,"AS A RESULT OF INFORMATION OBTAINED FROM A HEAD IMPACT TEST CONDUCTED BY THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA) TO EVALUATE COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT,"" ISUZU HAS DESIGNED A MODIFICATION FOR CERTAIN 2002 MODEL YEAR ISUZU AXIOM VEHICLES. THE PURPOSE OF THIS MODIFICATION IS TO ENHANCE HEAD IMPACT CRASH PROTECTION FOR FRONT SEAT OCCUPANTS.",THE RESULTS OF THIS TEST INDICATED A POSSIBILITY OF AN INCREASED RISK OF HEAD INJURY IN A CRASH.,"ISUZU WILL OFFER OWNERS OF THE VEHICLES A FREE MODIFICATION OF THE ROOF AREA OF THE VEHICLE IN WHICH ENERGY ABSORBING COMPONENTS WILL BE INSTALLED. OWNER NOTIFICATION BEGAN MARCH 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-255-6727. CUSTOMERS CAN ALSO CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -03/24/2003,03V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V114000),STARCRAFT BUS AND MOBILITY,STARCRAFT BUS & MOBILITY/FMVSS 207/SEAT MOUNTING,SEATS,031003,Vehicle,73,"CERTAIN BUSES BUILT ON THE FREIGHTLINER SPRINTER CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE UNDER FLOOR SUPPORT FOR THE SEAT MOUNTING DOES NOT MEET THE REQUIREMENTS OF THESE STANDARDS.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL ADD ADDITIONAL SUPPORT FOR MOUNTING THE SEAT LEGS THROUGH THE FLOOR. OWNER NOTIFICATION BEGAN MARCH 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT BUS AT 1-574-533-1105, EXT. 367." -03/21/2003,03V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V095000),Damon Corporation,DAMON/WATER CONTAMINATION,EQUIPMENT,03-105,Vehicle,125,"DURING THE WINTERIZATION PROCESS ON CERTAIN MOTOR HOMES FROM NOVEMBER 5, 2002 THROUGH JANUARY 6, 2003, THE RV ANTIFREEZE USED MAY HAVE BEEN CONTAMINATED WITH ENGINE ANTIFREEZE.",THIS POSES A POTENTIAL TOXIC HAZARD IF INGESTED AT HIGH LEVELS.,"DEALERS WILL ENSURE THAT THE WATER SYSTEM HAS BEEN PROPERLY FLUSHED. OWNER NOTIFICATION BEGAN APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAMON AT 1-574-264-2900." -03/21/2003,03V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V110000),ENVIRONMENTAL PRODUCTS GROUP,EPG/ATHEY/BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19,"ON CERTAIN STREET SWEEPERS, AS THE BRAKE PADS WEAR, THE BRAKE CALIPERS ON THE REAR AXLE CAN COME INTO CONTACT WITH A BRACKET ON THE CHASSIS. THIS CAUSES THE CALIPER TO DEFLECT DURING BRAKE APPLICATION, INTRODUCING A BENDING MOMENT INTO THE CALIPER MOUNTING BOLTS. THE MOUNTING BOLT CAN EVENTUALLY BREAK ALLOWING THE CALIPER TO ROTATION OUT OF POSITION, CAUSING A LOSS OF BRAKING FUNCTION ON THE REAR AXLE.",THIS CONDITION INCREASES THE RISK OF A CRASH.,DEALERS WILL MODIFY THE BRAKING SYSTEM ON THESE VEHICLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH OR APRIL 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EPG/ATHEY AT 1-847-741-5370. -03/21/2003,03V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V112000),FREIGHTLINER LLC,FREIGHTLINER/ARVINMERITOR/SKF/FRONT AXLE HUBS,SUSPENSION,FL-407,Vehicle,5716,"ON CERTAIN TRUCKS EQUIPPED WITH TRUCK HUB UNITS MANUFACTURED BY SKF EXCLUSIVELY FOR USE ON ARVINMERITOR'S FF98X SERIES NON-DRIVE STEER AXLES, THE HUB UNIT BEARINGS CAN WEAR PREMATURELY.",SEIZURE OF THE BEARINGS CAN CAUSE WHEEL SEPARATION OR WHEEL END FIRE.,"DEALERS WILL REPLACE BOTH FRONT HUBS. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON OR BEFORE SEPTEMBER 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/20/2003,03E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E013000),"Meritor, Inc.",ARVINMERITOR/FRONT AXLE ASSEMBLIES,SUSPENSION,C2AH,Equipment,2779,"MERITOR BRAND FH946U AXLE ASSEMBLIES MANUFACTURED BETWEEN AUGUST 9, 1996, AND NOVEMBER 6, 2001, USED AS A FRONT STEERING AXLE ON LOW FLOOR BUSES BUILT BY NEW FLYER INDUSTRIES. THESE ASSEMBLIES WERE OMITTED FROM THE POST-HEAT TREATMENT MAGNAFLUX OPERATION WHICH COULD RESULT IN SURFACE CRACKING AND POSSIBLE FAILURE OF THE AXLE. THIS CAMPAIGN SUPERCEEDES ARVINMERITOR'S PREVIOUS RECALL, 02E-032, TO INCLUDE ADDITION AXLE ASSEMBLIES.","FAILURE OF THE AXLE COULD RESULT IN LOSS OF STEERING, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE FRONT AXLE ASSEMBLY FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-1248." -03/20/2003,03V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V106000),"ELECTRIC TRANSIT, INC.",ETI/AXLE CRACKS,SUSPENSION,NR (Not Reported),Vehicle,40,"ON CERTAIN ELECTRIC TROLLEY BUSES, CRACKS ARE LOCATED ON THE REAR AXLE AT THE LOWER SPRING PAD.","THE REAR AXLE AND SUSPENSION CAN BECOME WEAK IF ALL WELDS FAIL, INCREASING THE RISK OF A CRASH.","REINFORCEMENT CORNER SPACERS AND BRACKETS WILL BE INSTALLED AND ALL WELDS RE-DONE. ETI IS REPAIRING ALL 40 BUSES ON SITE AT MUNI IN SAN FRANCISCO, CALIFORNIA. OWNERS SHOULD CONTACT ETI AT 1-410-628-3472." -03/20/2003,03T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03T001000),"Michelin North America, Inc.",FMVSS 119/MAXIMUM TIRE LOAD RATING,TIRES,NR (Not Reported),Tire,650,"X RADIAL LT 285/75R16 TIRES MANUFACTURED BETWEEN DECEMBER 1, 2002, AND FEBRUARY 1, 2003. THESE TIRE FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES."" THE TIRES WERE PRODUCED WITH THE POUND AND KILOGRAM VALUES FOR THE MAXIMUM TIRE LOAD REVERSED. THIS MARKING MISSTATES THE MAXIMUM TIRE LOAD RATING FOR THE TIRES.",,MICHELIN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MICHELIN AT 800-847-3435. -03/20/2003,03V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V108000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 210/SEAT BELT ANCHORAGE,SEAT BELTS,RVXX0303,Vehicle,396,"CERTAIN HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH AN OPTIONAL TWO-MAN PASSENGER BENCH SEAT FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" ON THE TWO-MAN PASSENGER BENCH SEAT INBOARD (CENTER) POSITION, SEAT BELT D-RING MOUNTING BRACKET WELDNUT, THE WELD IS NOT SUFFICIENT TO MEET THE SEAT BELT PULL REQUIREMENTS .",THESE TRUCKS DO NOT COMPLY WITH THE REQUIREMENTS.,"DEALERS WILL REPLACE THE SEAT BELT D-RING MOUNTING BRACKET. OWNER NOTIFICATION BEGAN ON APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -03/19/2003,03V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V096000),"General Motors, LLC",GM/FMVSS 101/208/INSTRUMENT PANEL CLUSTER,ELECTRICAL SYSTEM,03013,Vehicle,314300,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 101, ""CONTROL LOCATION, IDENTIFICATION, AND ILLUMINATION"" AND NO. 208, ""OCCUPANT CRASH PROTECTION."" THESE VEHICLES HAVE AN INTERMITTENT CONDITION DURING VEHICLE START-UP IN WHICH THE INSTRUMENT PANEL CLUSTER MAY NOT PROPERLY POWER UP, RESULTING IN MOST OF THE DISPLAYS, TELLTALE LIGHTS, AND FUNCTIONS (EXCEPT THE SERVICE ENGINE LIGHT, TURN SIGNAL INDICATORS, AND THE INSTRUMENT PANEL CLUSTER BACKLIGHTING) BEING INOPERATIVE.",THESE VEHICLES DO NOT COMPLY WITH THE STANDARD.,"DEALERS WILL REPROGRAM THE INSTRUMENT PANEL CLUSTER. OWNER NOTIFICATION BEGAN MAY 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -03/19/2003,03V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V107000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/INCORRECT AXLE WEIGHT,EQUIPMENT,R03007,Vehicle,87,"ON CERTAIN FIFTH WHEEL VEHICLES ,THE FEDERAL CERTIFICATION LABEL HAS AN INCORRECT AXLE WEIGHT RATING. THE INITIAL LABEL READ 12,100 WITH 5,200 LB. AXLES. CORRECTED LABEL SHOULD READ 14,400 WITH 6,000 LB. AXLES.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE VEHICLES. OWNER NOTIFICATION BEGAN APRIL 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/19/2003,03V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V098000),"Nissan North America, Inc.",NISSAN/ALLOY WHEELS,WHEELS,R3006,Vehicle,3600,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 17 INCH ALLOY WHEELS, THE WHEELS MAY HAVE A CASTING DEFECT FROM WHICH CRACKS COULD PROPAGATE AS THE VEHICLE IS BEING DRIVEN.","IF A SUFFICIENT NUMBER OF CRACKS DEVELOP, THE WHEEL COULD FAIL AND SEPARATE FROM THE MOUNTING HUB, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE WHEELS. OWNER NOTIFICATION BEGAN APRIL 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INFINITI AT 1-800-662-6200." -03/19/2003,03V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V056000),"CHANCE COACH, INC.",OPTIMA/WINDSHIELD WIPER MOTOR SWITCH,VISIBILITY,SBR 03-002,Vehicle,203,"ON CERTAIN DIESEL BUSES, THE TWO-SPEED WINDSHIELD WIPER SWITCH CAN CAUSE THE LOW SPEED WIPER RELAY TO CHATTER CAUSING THE WINDSHIELD WIPER MOTOR TO OVERHEAT.","WHEN THE WINDSHIELD WIPER MOTOR OVERHEATS, IT CAUSES THE 15 AMP WINDSHIELD WIPER FUSE TO OPEN PROTECTING THE CIRCUIT. THIS RESULTS IN THE LOSS OF WINDSHIELD WIPER OPERATION. LOSS OF VISIBILITY CAN INCREASE THE RISK OF A CRASH.","DEALERS WILL REPLACE THE WIPER SWITCH. OWNER NOTIFICATION BEGAN ON FEBRUARY 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT OPTIMA BUS AT 1-316-779-7700." -03/18/2003,03V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V105000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/GVWR INCORRECT,EQUIPMENT,R02156,Vehicle,28,"ON CERTAIN PRESIDENTIAL FIFTH WHEEL VEHICLES, A TYPOGRAPHICAL ERROR OCCURRED ON THE FEDERAL CERTIFICATION LABEL. THE GROSS VEHICLE WEIGHT RATING (GVWR) WAS PRINTED AT 13,500 LBS. WHEN IT SHOULD HAVE BEEN 13,000 LBS.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE VEHICLES. OWNER NOTIFICATION BEGAN APRIL 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/17/2003,03V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V100000),"Erwin Hymer Group North America, Inc.",HOME & PARK/GENERATOR FUEL RETURN LINE,"FUEL SYSTEM, GASOLINE",2003-01,Vehicle,125,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET G-VAN CHASSIS, THE CHASSIS FUEL RETURN LINE, WHICH IS TAPPED TO SUPPLY FUEL TO THE GENERATOR, HAS BEEN FOUND TO HAVE PRESSURES THAT EXCEED THE MAXIMUM ALLOWED BY THE GENERATOR MANUFACTURER. AS A RESULT, IF THE GENERATOR IS OPERATED AT THE SAME TIME THE CHASSIS ENGINE IS RUNNING, EXCESS FUEL COULD BE DELIVERED TO THE GENERATOR, CREATING A POTENTIAL FOR A GENERATOR STALL AND POSSIBLE FUEL SPILL.","IN THE EVENT OF A FUEL SPILL, A FIRE COULD OCCUR.",DEALERS WILL INSTALL AN APPROVED KIT THAT DRAWS THE GENERATOR FUEL SUPPLY DIRECTLY FROM THE FUEL TANK. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH OR APRIL 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOME & PARK AT 1-888-762-3873. -03/17/2003,03V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V097000),Hyundai Motor America,HYUNDAI/TRACTION CONTROL SYSTEM,TIRES,059,Vehicle,8315,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A TRACTION CONTROL SYSTEM (TCS), IF THE T125/70D-15 COMPACT SPARE TIRE IS INSTALLED ON A FRONT WHEEL POSITION, THE TCS MAY INADVERTENTLY ACTIVATE BEGINNING AT SPEEDS OF 20 MPH.","INADVERTENT ACTIVATION OF THE TCS WILL CAUSE AUTOMATIC APPLICATION OF THE BRAKE AT THE WHEEL WHERE THE COMPACT SPARE TIRE IS INSTALLED. INADVERTENT BRAKE APPLICATION COULD CAUSE OVERHEATING AND DAMAGE TO THE BRAKE, AND MAY PREVENT THE VEHICLE FROM BEING DRIVEN AT SPEEDS ABOVE 20 MPH, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE SPARE TIRE WITH A NEW LARGER DIAMETER T125/80R-15 COMPACT SPARE TIRE AND A NEW TIRE PRESSURE LABEL WILL BE INSTALLED ON THE DRIVER'S DOOR TO PROVIDE INFORMATION APPLICABLE TO THE T125/80R-15 COMPACT SPARE TIRE. VEHICLES PRODUCED FROM NOVEMBER 15, 2002 THROUGH DECEMBER 16 2002, ALREADY CONTAIN T125/80R-15 COMPACT SPARE TIRES, WILL ONLY REQUIRE NEW TIRE PRESSURE LABELS. OWNER NOTIFICATION BEGAN JUNE 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -03/17/2003,03E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E018000),INTERNATIONAL THERMAL RESEARCH,ITR/HURRICANE HOT WATER HEATER,EQUIPMENT,NR (Not Reported),Equipment,1055,"INTERNATIONAL THERMAL RESEARCH, HURRICANE HOT WATER HEATERS, MODELS C0 20/32/45/65/85/105/45XL, EQUIPPED WITH ELECTRONIC CONTROL BOARDS, MODEL V2001, FOR USE ON MOTORHOMES. THE ELECTRONIC CONTROL BOARD MAY ADVERSELY AFFECT SAFETY FEATURES IN SOME OF THE SYSTEMS PROTECTING AGAINST OVERHEATING AND POTENTIAL FIRE SITUATION.","IF THE SAFETY FEATURES DO NOT SHUT DOWN PROPERLY, THE HEATING SYSTEM CAN CONTINUE HEATING, POSSIBLY RESULTING IN A FIRE.","ITR HAS NOTIFIED THE MOTORHOME MANUFACTURERS WHICH HAVE INSTALLED THE AFFECTED WATER HEATERS INTO THEIR MOTORHOMES OF THE RECALL. CUSTOMERS WILL BE NOTIFIED AND THE WATER HEATERS WILL BE REPAIRED FREE OF CHARGE. IN THE MEANTIME, CUSTOMERS SHOULD TURN THE SYSTEM OFF USING THE MASTER ON/OFF SWITCH LOCATED ON THE SIDE OF THE ELECTRONIC CONTROL BOX WHICH IS ADJACENT TO THE HEATER. OWNER NOTIFICATION BEGAN APRIL 7, 2003. OWNERS WHO TAKE THEIR MOTORHOMES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ITR AT 800-755-1272." -03/17/2003,03V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V103000),"SAFARI MOTOR COACHES, INC.",MONACO/CERTIFICATION LABEL/GAWR INCORRECT,EQUIPMENT,R03009,Vehicle,44,"ON CERTAIN MOTOR HOMES, THE GROSS AXLE WEIGHT RATING (GAWR) IS INCORRECT ON THE FEDERAL CERTIFICATION LABEL. THE INITIAL LABEL SHOWS THE REAR GAWR AS 19,500 LBS. CORRECT REAR GAWR IS 19,200 LBS. THE GVWR SHOWED 29,000 LBS. CORRECT GVWR IS 28,700 LBS.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN ON OCTOBER 22, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/17/2003,03V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V101000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/INCORRECT TIRE SIZE,EQUIPMENT,R02226,Vehicle,112,"ON CERTAIN MOTOR HOMES, THE FEDERAL CERTIFICATION LABEL IS INCORRECT. THE INITIAL LABEL SHOWS TIRE SIZE AS 255/75R 22.5H WITH THE CORRECT TIRE SIZE BEING 255/70R 22.5H.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN ON APRIL 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/17/2003,03V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V102000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/PSI INCORRECT,EQUIPMENT,R03008,Vehicle,221,"ON CERTAIN MOTOR HOMES, THE PSI RECORDED ON THE FEDERAL CERTIFICATION LABEL IS INCORRECT. THE INITIAL LABEL SHOWS PSI AS 90 LBS FRONT AND 100 REAR. THE CORRECT INFORMATION SHOULD BE A PSI OF 105 FRONT AND 115 REAR.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN ON APRIL 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/17/2003,03V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V104000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/PSI INCORRECT,EQUIPMENT,R02200,Vehicle,544,"ON CERTAIN CLASS A MOTOR HOMES, A TYPOGRAPHICAL ERROR OCCURRED IN THE PRINTING OF THE FEDERAL CERTIFICATION LABEL. THE INITIAL LABEL SHOWS A FRONT PSI OF 105 FOR 255/70R22.5 SIZED TIRES WITH AN 11,000 LB FRONT AXLE. THE CORRECT PSI FOR 255/70R22.5 TIRES ON AN 11,000 LB FRONT AXLE SHOULD BE 115 PSI.",THESE VEHICLES DO NOT COMPLY WITH THE REGULATIONS.,"DEALERS WILL INSTALL A CORRECTED LABEL ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN AUGUST 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-8226." -03/17/2003,03V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V099000),"Winnebago Industries, Inc.",WINNEBAGO/ITR/HURRICANE HOT WATER HEATER,EQUIPMENT,NR (Not Reported),Vehicle,81,"ON CERTAIN MOTORHOMES EQUIPPED WITH INTERNATIONAL THERMAL RESEARCH (ITR)HURRICANE HOT WATER HEATERS, THE ELECTRONIC CONTROL BOARD MAY ADVERSELY AFFECT SAFETY FEATURES IN SOME OF THE SYSTEMS PROTECTING AGAINST OVERHEATING AND POTENTIAL FIRE SITUATION.","IF THE SAFETY FEATURES DO NOT SHUT DOWN PROPERLY, THE HEATING SYSTEM CAN CONTINUE HEATING, POSSIBLY RESULTING IN A FIRE.","THE DEFECTIVE ELECTRONIC CONTROL BOARD WILL BE REPLACED. IN THE MEANTIME, CUSTOMERS SHOULD TURN THE SYSTEM OFF USING THE MASTER ON/OFF SWITCH LOCATED ON THE SIDE OF THE ELECTRONIC CONTROL BOX WHICH IS ADJACENT TO THE HEATER. OWNERS WHO TAKE THEIR MOTORHOMES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ITR AT 1-800-755-1272 OR AT WINNEBAGO AT 1-641-585-3535." -03/13/2003,03V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V089000),FREIGHTLINER LLC,AMERICAN LAFRANCE/HYDRAULIC PUMPS,ELECTRICAL SYSTEM,FL-406,Vehicle,9,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH HARRISON HYDRA-GEN GENERATOR PUMPS, THE TUBING CONNECTING THE SOFT START TO THE GENERATOR PUMP CAN BREAK AWAY FROM THE FITTING AND SPRAY HYDRAULIC FLUID ONTO THE EXHAUST.","THIS CAN CAUSE A FIRE THAT COULD ENDANGER PEOPLE IN THE VICINITY, THE VEHICLE ITSELF, AND NEARBY PROPERTY.","HARRISON HYDRA-GEN NOTIFIED OWNERS ON JANUARY 15, 2003. DEALERS WILL REMOVE TWO PIECES OF STEEL TUBING AND REPLACE THEM WITH A HIGH PRESSURE HOSE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITH A REASONABLE TIME SHOULD CONTACT HARRISON HYDRA-GEN AT 1-800-723-3334 OR AMERICAN LAFRANCE/FREIGHTLINER AT 1-800-385-4357." -03/12/2003,03V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V092000),"Gulf Stream Coach, Inc.",GULF STREAM/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,998,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION IS BEGAN MAY 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GULF STREAM AT 1-574-773-7761." -03/11/2003,03E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E017000),MASTER LOCK,MASTER LOCK/ZERO TILT BALL MOUNT TRAILER HITCH,EQUIPMENT,NR (Not Reported),Equipment,6883,"MASTER LOCK ZERO TILT ADJUSTABLE BALL MOUNT TRAILER HITCH MODEL NO. 2841AT, MANUFACTURED BETWEEN FEBRUARY 12 AND MARCH 7, 2003. THE CORNER WELDING ON THE VERTICAL TUBE AND TUBE WALL THICKNESS DOES NOT COMPLY WITH MASTER LOCK'S DESIGN SPECIFICATION. THIS IRREGULARITY MAY DECREASE THE LIFE EXPECTANCY OF THE PRODUCT.","PRIOR TO PRODUCT FAILURE, THE AFFECTED PRODUCT WOULD LIKELY SHOW SIGNS OF CRACKING IN THE CORNER OF THE VERTICAL TUBE. IF THE PRODUCT IS NOT REPLACED , THE BALL MOUNT COULD PREMATURELY BREAK OR CRACK, WHICH COULD ALLOW THE TRAILER TO SEPARATE FROM THE TOWING VEHICLE.","MASTER LOCK WILL REPLACE THE AFFECTED BALL MOUNTS AT NO CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MASTER LOCK AT 1-800-308-9244." -03/11/2003,03V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V084000),"Nissan North America, Inc.",NISSAN/DEBRIS AND CATALYST SUBSTRATE/FIRE,ENGINE AND ENGINE COOLING,R3007/14/15/16/17,Vehicle,338000,"ON CERTAIN VEHICLES EQUIPPED WITH THE 2.5 LITER ENGINE, THE EXHAUST PIPE HANGER PIN MAY CATCH DEBRIS FROM THE ROAD THAT COULD BE IGNITED BY CONTACT WITH THE MAIN CATALYST. ALSO ON 2002 ALTIMA AND SENTRA VEHICLES, CERTAIN ENGINE OPERATING CONDITIONS MAY CAUSE THE PRE-CATALYST TO OVERHEAT AND DAMAGE THE CATALYST SUBSTRATE.",EITHER OF THESE TWO CONDITIONS COULD RESULT IN A FIRE.,"DEALERS WILL REMOVE THE PROTRUDING PORTION OF THE EXHAUST PIPE HANGER PIN. IN ADDITION TO THE CORRECTIVE ACTION, IN ORDER TO REDUCE THE RISK OF FIRE IN THE EVENT OF POOR OR IMPROPER MAINTENANCE THAT COULD RESULT IN OIL SPILLAGE, HEAT SHIELD(S) WILL BE INSTALLED ON THE PRE-CATALYST AND EXHAUST TUBE. OWNER NOTIFICATION BEGAN ON JULY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261. NISSAN RECALL NOS. R3007, R3014, R3015, R3016, R3017. ALSO ON 2002 ALTIMA AND SENTRA VEHICLES, CERTAIN ENGINE OPERATING CONDITIONS MAY CAUSE THE PRE-CATALYST TO OVERHEAT AND DAMAGE THE CATALYST SUBSTRATE. IF SUBSTRATE PARTICLES ENTER THE COMBUSTION CHAMBER, THEY COULD SCORE THE CYLINDER WALLS, RESULTING IN INCREASED OIL CONSUMPTION. IF THE ENGINE OIL LEVEL IS NOT CHECKED ON A PERIODIC BASIS AND DROPS BELOW THE LOW LEVEL, AND THE DRIVER CONTINUES TO OPERATE THE VEHICLE IGNORING NOTICEABLE ENGINE NOISE, ENGINE DAMAGE MAY OCCUR WHICH COULD RESULT IN A FIRE. THE PRE-CATALYST WILL BE TESTED TO ENSURE IT IS WORKING PROPERLY AND REPLACED IF NECESSARY. IF DAMAGE IS FOUND INSIDE THE PRE-CATALYST, IT WILL BE NECESSARY TO REPLACE THE ENGINE." -03/10/2003,03V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V086000),"BMW of North America, LLC",BMW/REAR STRUT SCREWS,SUSPENSION,NR (Not Reported),Vehicle,5110,"ON CERTAIN VEHICLES, THE LOWER SCREW CONNECTION OF THE REAR STRUTS TO THE CHASSIS MAY FAIL. THE HEAD (TOP) OF THE SCREW SECURING THIS CONNECTION MAY BREAK. THE REMAINING PORTION OF THE SCREW WILL STILL HOLD THE STRUT IN PLACE.","IF LEFT UNATTENDED OVER A PERIOD OF TIME, AND DEPENDING ON DRIVING CONDITIONS, THE REMAINING PORTION OF THE SCREW MAY BREAK. IF IT BROKE, THE CHASSIS WOULD LEAN DIRECTLY ON THE TIRE DIMINISHING THE DRIVER'S ABILITY TO CONTROL THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LOWER SCREW CONNECTION OF THE REAR STRUTS. OWNER NOTIFICATION BEGAN APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -03/10/2003,03V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V065000),"Coachmen RV Company, LLC",COACHMEN/FUEL RETURN LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,135,"ON CERTAIN CLASS C MINI-MOTOR HOMES BUILT ON 2003 CHEVROLET CHASSIS, THE CHASSIS FUEL RETURN LINE, WHICH IS TAPPED TO SUPPLY FUEL TO THE GENERATOR, HAS BEEN FOUND TO HAVE PRESSURES THAT EXCEED THE MAXIMUM ALLOWED BY THE GENERATOR MANUFACTURER.","AS A RESULT, IF THE GENERATOR IS OPERATED AT THE SAME TIME THE CHASSIS ENGINE IS RUNNING, EXCESS FUEL COULD BE DELIVERED TO THE GENERATOR, CREATING A POTENTIAL FOR A GENERATOR STALL AND POSSIBLE FUEL SPILL. IN THE EVENT OF A FUEL SPILL, A FIRE COULD OCCUR.","DEALERS WILL INSTALL AN APPROVED KIT THAT DRAWS THE GENERATOR FUEL SUPPLY DIRECTLY FROM THE FUEL TANK. OWNER NOTIFICATION IS BEGAN MARCH 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-800-453-6064." -03/10/2003,03V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V076000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CLUTCH,POWER TRAIN,C09,Vehicle,816,"ON CERTAIN PASSENGER VEHICLES, MANUAL TRANSMISSION MODELS ONLY, A WELDED PIN INTERNAL TO THE DUAL-MASS FLYWHEEL (DMF) ASSEMBLY CAN UNSEAT AND BECOME LODGED BETWEEN THE FLYWHEEL AND THE CLUTCH DISC.","IF THIS OCCURS, THE CLUTCH MAY NOT DISENGAGE WHEN THE CLUTCH PEDAL IS DEPRESSED.","DEALERS WILL REPLACE THE FLYWHEEL AND CLUTCH ASSEMBLIES WITH THE UPDATED DESIGN PARTS. OWNER NOTIFICATION BEGAN ON APRIL 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/10/2003,03V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V077000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/EXTERIOR MIRRORS,VISIBILITY,C10,Vehicle,195500,"ON CERTAIN PICKUP TRUCKS, THE DETENT SYSTEM ON THE EXTERIOR MIRROR HOUSINGS MAY LOSE THE FUNCTIONALITY.","THIS COULD POTENTIALLY AFFECT REARWARD FIELD OF VISION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A MIRROR DETENT RETAINER KIT TO CORRECT THIS CONDITION. OWNER NOTIFICATION BEGAN ON APRIL 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/10/2003,03V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V078000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING COLUMN ELECTRICAL CONNECT,STEERING,C11,Vehicle,287725,"ON CERTAIN PICKUP TRUCKS, THE ELECTRICAL CONNECTOR AT THE BOTTOM OF THE STEERING COLUMN CONTAINS AN UNDER-SIZED TERMINAL FOR THE HVAC BLOWER MOTOR CIRCUIT. LOCALIZED HEATING FROM CURRENT FLOW WITH THE BLOWER SPEED SET ON HIGH MAY CAUSE THE TERMINAL CONTACTS TO RELAX AND LOSE ELECTRICAL CONTACT. THIS CAN CAUSE THE HVAC BLOWER MOTOR TO BECOME INOPERATIVE.","THIS CONDITION COULD CAUSE IMPAIRMENT OF VISIBILITY IN INCLEMENT WEATHER, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A WIRING HARNESS OVERLAY TO CORRECT THIS CONDITION. OWNER NOTIFICATION BEGAN APRIL 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/10/2003,03V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V079000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING GEAR ASSEMBLY,STEERING,C12,Vehicle,286,"ON CERTAIN SPORT UTILITY VEHICLES, THE POWER STEERING GEAR MAY CONTAIN AN IMPROPERLY FORMED SPACER CLIP, WHICH COULD DISLODGE WITHIN THE STEERING GEAR.","A DISLODGED CLIP MAY CAUSE INCREASED STEERING EFFORT, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE STEERING GEAR ASSEMBLIES. OWNER NOTIFICATION BEGAN ON MARCH 12, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/10/2003,03V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V087000),Ford Motor Company,FORD/FMVSS 212/WINDSHIELD MOUNTING,VISIBILITY,03C03,Vehicle,67894,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING."" THE WINDSHIELDS MAY POTENTIALLY EXHIBIT INCREASED WIND NOISE, WATER LEAKAGE, AND SQUEAKS AND RATTLES.",POTENTIAL LOSS OF WINDSHIELD RETENTION MAY ALSO REDUCE OCCUPANT PROTECTION IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THESE WINDSHIELDS. OWNER NOTIFICATION BEGAN ON MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD/MERCURY AT 1-800-392-3673." -03/10/2003,03C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C003000),"Graco Children's Products, Inc.",GRACO/INFANT CAR SEAT BASE/MISSING HOOKS AND PINS,CHILD SEAT,NR (Not Reported),Child Seat,683926,"GRACO IS RECALLING THE SNUGRIDE INFANT CAR SEATS. MODELS THAT HAVE THE FOLLOWING NUMBERS WITHIN THE MODEL NUMBER: 8402, 8412, 8442, 8442L, 8443, 8443L, 8444, 8444L, 8446, 8446L, 8447, 8447L, 8448, 8448L, 8457, 8458, 8459, 8601, 8463, 8464, 8470, 8471, 8478 AND C844342, AND WERE MANUFACTURED BETWEEN MARCH 1, 2002, AND MARCH 6, 2003, ARE INCLUDED. SOME OF THE SEATSMAY HAVE MISSING HARDWARE THAT IS TO ATTACH THE CARRIER TO THE BASE. IF THE HARDWARE IS MISSING, THE CARRIER MAY NOT BE SECURELY ATTACHED TO THE BASE. GRACO HAS DECIDED TO EXPAND THIS RECALL TO INCLUDE ADDITIONAL SNUGRIDE INFANT CHILD RESTRAINTS WHICH HAVE A MANUFACTURE DATE OF MARCH 7 OR 8, 2003. THE MODEL NUMBERS FOR THE ADDITIONAL SEATS ARE 8402L03, 840301, 840302, 840303, 8442GMP, 8442LBLW, 8442LCYP, 8442LMAD, 8444LHAB, 8444LHIG, 8446LFKB, 8446LVIN, 8447LHAV, 8448LSAR, 8463AMB, 8463GMP, 8463JUN, 8463YL, 8464MAC, 8464MEL, 8602AMB, 8602JUN, 8602MAN, 8603MIC, 8603MLL, 8605HIG, 8605KER, 8605PLT, 8607LAG, 8607NGS, 8608DIA, AND 8609FOF. NOTIFICATION TO REGISTERED OWNERS OF THE ADDITIONAL INFANT CHILD RESTRAINTS IS EXPECTED TO BEGIN AUGUST 1, 2003.","IN THE EVENT OF A SUDDEN STOP OR VEHICLE CRASH, THE CARRIER MAY DETACH FROM THE BASE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","GRACO WILL NOTIFY ITS CUSTOMERS, PROVIDE INSPECTION INSTRUCTIONS, AND INSTRUCTIONS ON HOW TO RETURN YOUR CAR SEAT TO GRACO IF THE BASE IS MISSING THE HOOKS OR PINS. GRACO WILL REPLACE THE BASE FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 12, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GRACO AT 866-473-0163." -03/10/2003,03V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V091000),"PREVOST CAR, INCORPORATED",PREVOST/STEERING GEAR BOX MOUNTING SUPPORT,STEERING,SR03-07,Vehicle,101,"ON CERTAIN NEW ""FACE-LIFT"" MOTOR COACHES AND MOTOR HOMES EQUIPPED WITH INDEPENDENT FRONT SUSPENSION, A MODIFICATION WAS MADE TO THE STEERING GEARBOX MOUNTING SUPPORT. THE SUPPORT MAY DEVELOP STRESS CRACKS UNDER HEAVY LOAD CONDITIONS.","THE STEERING GEARBOX MAY BECOME LOOSE AFFECTING STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL WELD THREE (3) REINFORCEMENT BRACKETS TO THE GEAR BOX SUPPORT. OWNER NOTIFICATION BEGAN MAY 2, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -03/10/2003,03V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V088000),Toyota Motor Engineering & Manufacturing,TOYOTA/REAR SEAT LATCHING,SEATS,NR (Not Reported),Vehicle,3666,"ON CERTAIN VEHICLES EQUIPPED WITH THE LEXUS LINK SYSTEM, IT MAY BE DIFFICULT TO LOCK ONE OF THE TWO LATCHES ON THE BOTTOM OF THE MIDDLE ROW LEFT REAR SEAT (LARGER SIDE OF THE BENCH SEAT DIRECTLY BEHIND THE DRIVER). DUE TO THE THICKNESS OF THE LEXUS LINK SYSTEM STORAGE CASE, THE STOPPER ON THE BOTTOM OF THE SEAT IS SLIGHTLY ELEVATED. THIS ELEVATED POSITION MISALIGNS THE LATCH TO THE STRIKER.","IF THE VEHICLE IS OPERATED WITH ONLY ONE LATCH LOCKED, THE OCCUPANT OF THE SEAT MAY BE IMPROPERLY RESTRAINED IN THE EVENT OF A CRASH, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REMOVE THE LLS CASE PANELS AROUND THE SEAT STOPPER. OWNER NOTIFICATION BEGAN APRIL 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LEXUS AT 1-888-333-9376." -03/07/2003,03V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V093000),"General Motors, LLC",GM/REARVIEW MIRROR SWITCH,VISIBILITY,03006,Vehicle,507171,"CERTAIN SPORT UTILITY VEHICLES, MINI VANS, AND PICKUP TRUCKS MAY DEVELOP A SHORT CIRCUIT IN THE ELECTRIC OUTSIDE REARVIEW MIRROR SWITCH.","IF THIS WERE TO HAPPEN, IT COULD RESULT IN AN INOPERATIVE SWITCH, HEAT DAMAGE TO THE DRIVER'S DOOR, AND/OR IGNITION OF COMPONENTS IN THE DRIVER'S DOOR AND A SUBSEQUENT VEHICLE FIRE WITHOUT PRIOR WARNING.","DEALERS WILL INSTALL A FUSED JUMPER HARNESS TO THE ELECTRIC OUTSIDE REARVIEW MIRROR SWITCH. OWNER NOTIFICATION BEGAN ON APRIL 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -03/07/2003,03V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V090000),"PREVOST CAR, INCORPORATED",PREVOST/STEERING COLUMN,STEERING,SR03-06,Vehicle,3572,"ON CERTAIN MOTOR COACHES AND MOTOR HOMES, THE STEERING COLUMNS MAY BE MISSING THE LOWER BOLT AND NUT. A REPLACEMENT BOLT AND NUT WAS INSTALLED TO CORRECT THIS SITUATION ON THE PRODUCTION LINE. IF A REPLACEMENT BOLT HAS BEEN USED AND NOT TIGHTENED PROPERLY, THE COLUMN MAY COME OUT OF THE INPUT SHAFT WHEN THE STEERING COLUMN ADJUSTMENT MECHANISM IS USED.","IN SUCH A CASE, A LOSS OF STEERING WOULD OCCUR.","DEALERS WILL VERIFY THE SIZE OF THE BOLT AND NUT AND REPLACE THEM IF NEEDED. OWNER NOTIFICATION BEGAN APRIL 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -03/07/2003,03V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V094000),"Southern Comfort Conversions, Inc.",SOUTHERN COMFORT/RUNNING BOARDS,STRUCTURE,NR (Not Reported),Vehicle,3674,"CERTAIN PICKUP TRUCK, VAN, AND MINI VAN CONVERSIONS EQUIPPED WITH SOUTHERN COMFORT BUILT RUNNING BOARDS THAT CONTAIN CERTAIN COURTESY LIGHTS MANUFACTURED BY AMERICAN TECHNOLOGY COMPONENTS, INC. THESE UNITS CONTAIN A COURTESY LIGHT OR LIGHTS THAT MIGHT OVERHEAT WHEN THE WIRE HARNESS IS EXPOSED TO EXCESSIVE MOISTURE AND ROAD SALT.",THIS OVERHEATING CONDITION CAN CAUSE THE RUNNING BOARD TO MELT OR CAUSE A FIRE.,"DEALERS WILL REPLACE THE WIRING HARNESS ON THESE RUNNING BOARDS. OWNER NOTIFICATION BEGAN MARCH 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUTHERN COMFORT AT 1-800-745-6096." -03/07/2003,03E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E016000),Trans-Air Manufacturing Corp.,TRANS/AIR/COMPRESSOR MOUNT KIT,EQUIPMENT,03-002,Equipment,53,"COMPRESSOR MOUNT KIT P/N 4012080, MANUFACTURED BETWEEN NOVEMBER 1, 2002, AND MARCH 6, 2003. THE COMPRESSOR IS HELD IN ALIGNMENT OF THE BELT LOOP BY A MANUFACTURED WELDMENT. WELDMENT DOES NOT LINE UP PREFECTLY WITH THE IDLER, CAUSING THE BELT TO MOVE OF ""WALK"" OFF CENTER.","THE BELT CAN ""WALK"" OUT OF ALIGNMENT AND RUB AGAINST THE POWER STEERING LINE.",TRANS/AIR HAS NOT PROVIDED THE AGENCY WITH A NOTIFICATION AND REMEDY SCHEDULE YET. -03/06/2003,03V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V082000),DAIMLERCHRYSLER MANUFACTURING INTL,DAIMLERCHRYSLER/AIR BAG ECU,AIR BAGS,C14,Vehicle,281,"ON CERTAIN VANS, A CAPACITOR WITHIN THE ELECTRONIC CONTROL UNIT FOR THE AIR BAG CAN CRACK AND THE AIR BAG MAY NOT ACTIVATE AS DESIGNED. THIS CONDITION IS SIGNALED TO THE DRIVER BY THE SRS-WARNING LAMP.","THE AIR BAG MAY NOT DEPLOY CORRECTLY IN A CRASH, INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.","DEALERS WILL REPLACE THE ELECTRONIC CONTROL UNIT FOR THE AIR BAG. OWNER NOTIFICATION BEGAN ON APRIL 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER INTERNATIONAL AT 1-704-655-1052." -03/06/2003,03V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V075000),"General Motors, LLC",GM/FMVSS 114/MECHANICAL OVERRIDE,POWER TRAIN,03012,Vehicle,511167,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION."" THESE VEHICLES ARE EQUIPPED WITH A MECHANICAL OVERRIDE THAT COULD ALLOW THE IGNITION KEY TO BE REMOVED WITH THE SHIFT LEVER IN A POSITION OTHER THAN PARK. IN ADDITION, THESE VEHICLES HAVE AN OVERRIDE THAT CAN ALLOW THE TRANSMISSION TO BE SHIFTED OUT OF PARK WITH THE IGNITION IN THE OFF POSITION.",THESE OVERRIDES ARE NOT PERMITTED UNLESS THE VEHICLE HAS A LOCKING STEERING COLUMN.,"DEALERS WILL ELIMINATE THESE CONDITIONS BY DISABLING THE OVERRIDES. OWNER NOTIFICATION BEGAN ON MAY 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OLDSMOBILE AT 1-800-442-6537, OR HUMMER AT 1-866-486-6376." -03/06/2003,03V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V072000),"Navistar, Inc.",INTERNATIONAL/ALTERNATOR CABLE BREAKAGE,ELECTRICAL SYSTEM,03506,Vehicle,881,"ON CERTAIN HEAVY DUTY TRUCKS BUILT WITH A DETROIT ENGINE AND A LEECE NEVILLE ALTERNATOR. THE ELECTRICAL TERMINAL AT THE ALTERNATOR END OF THE CABLE THAT RUNS FROM THE STARTER TO THE BATTERY STUD ON THE ALTERNATOR MAY BREAK OFF, DUE TO VIBRATION IN THE CABLE.","IF THE TERMINAL BREAKS OFF, THE CAB WILL LOSE ALL POWER, RESULTING IN COMPLETE ELECTRICAL FAILURE AND ENGINE SHUTDOWN, WHICH MAY RESULT IN A CRASH AND POTENTIALLY CAUSE PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REROUTE AND REWIRE THE WIRING HARNESS TO THE ALTERNATOR. OWNER NOTIFICATION BEGAN ON MARCH 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/06/2003,03V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V083000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/DRIVER SEAT/PARKING BRAKE,SEATS,03503,Vehicle,2418,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH BOSTROM DRIVER SEAT MODELS 910, 910SC, OR 914 AND INTERNATIONAL'S PARKING BRAKE CODE 04036, IF SOMEONE OUTSIDE THE CAB ADJUSTS/SLIDES THE DRIVER'S SEAT TO ITS MOST FORWARD POSITION, WITH THE PARKING BRAKE SET, THE SEAT WILL CONTACT AND RELEASE THE PARKING BRAKE LEVER.","IF THE PARKING BRAKE IS ACCIDENTALLY RELEASED, THE VEHICLE COULD MOVE UNEXPECTEDLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A STOP-BRACKET ON THE SEAT TRACK TO LIMIT THE TRAVEL OF THE SEAT SO THAT THE SEAT CANNOT RELEASE THE PARKING BRAKE LEVER. OWNER NOTIFICATION BEGAN ON MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/06/2003,03V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V071000),"Navistar, Inc.",INTERNATIONAL/FMVSS 104/WINDSHIELD WASHER WIPER SW,VISIBILITY,03505,Vehicle,283,"CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS."" THE WINDSHIELD WASHER WIPER SWITCH MAY NOT FUNCTION PROPERLY WHEN THE ENGINE IS RUNNING WITH ALL ACCESSORIES OFF, INCLUDING THE WINDSHIELD WIPERS, AND THE WASH FUNCTION IS ACTIVATED. WASHER FLUID MAY SQUIRT BRIEFLY OR NOT AT ALL ONTO THE WINDSHIELD.","THE WIPERS CYCLE NORMALLY, BUT IN THE ABSENCE OF WASHER FLUID THE WINDSHIELD WILL NOT BE ADEQUATELY CLEANED, WHICH COULD AFFECT DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL INCORRECT WINDSHIELD WASHER WIPER SWITCHES THAT FAIL TO MEET A FUNCTIONAL TEST OF CLEARING THE WINDSHIELD. OWNER NOTIFICATION BEGAN ON MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/06/2003,03V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V073000),"Navistar, Inc.",INTERNATIONAL/LOWER BUNK WEBBING RESTRAINT,UNKNOWN OR OTHER,03507,Vehicle,35,ON CERTAIN HEAVY DUTY TRUCKS BUILT WITH INTERNATIONAL CODE 16SCH (LOWER BUNK WEBBING RESTRAINT). FOUR BOLTS HOLD THE BUNK WEBBING RESTRAINT LATCH BRACKETS TO THE BUNK BASE. THESE BOLTS WERE SUPPOSED TO BE GRADE 8 BOLTS BUT GRADE 5 BOLTS WERE INSTALLED.,"IN THE EVENT OF A CRASH, THE RESTRAINT MAY NOT CONTAIN THE OCCUPANT AS REQUIRED BY FEDERAL MOTOR CARRIER SAFETY REGULATION 393.76 ""SLEEPER BERTHS,"" AND MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL INSPECT AND REPLACE ALL GRADE 5 BOLTS WITH GRADE 8 BOLTS. OWNER NOTIFICATION BEGAN ON MARCH 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/06/2003,03V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V070000),"Navistar, Inc.",INTERNATIONAL/STARTER BOLT CONTACTS FRAME RAIL,ELECTRICAL SYSTEM,03504,Vehicle,142,"ON CERTAIN HEAVY DUTY TRUCKS BUILT WITH A CATERPILLAR ENGINE WITH A 4 DEGREE TILT, THE STARTER FIELD-STUD MAY CONTACT THE FRAME RAIL BECAUSE OF VARIATIONS IN THE AIR GAP BETWEEN THE FIELD STUD AND THE FRAME RAIL. SHOULD THE STARTER FIELD STUD CONTACT THE FRAME RAIL, THERE WOULD BE A DIRECT FULL BATTERY SHORT TO THE FRAME (GROUND) WHEN THE STARTER IS IN THE CRANKING MODE.","A DIRECT SHORT MAY CREATE A FIRE HAZARD AND CAN RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE STARTER NOSE CONE. THE NEW NOSE CONE WILL REORIENT THE STARTER STUD FARTHER AWAY FROM THE FRAME RAIL TO COMPLETELY ELIMINATE THE CLEARANCE ISSUE. OWNER NOTIFICATION BEGAN ON MARCH 21, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/06/2003,03E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E015000),Trans-Air Manufacturing Corp.,TRANS/AIR/COMPRESSOR MOUNT KIT,EQUIPMENT,03-001,Equipment,249,"TRANS/AIR COMPRESSOR MOUNT KITS, PART NOS. 4012120-01, 4012120-02, AND 4012120-03, MANUFACTURED BETWEEN SEPTEMBER 1, 2002, AND MARCH 3, 2003. THE MOUNTS IN QUESTION ARE ONLY INSTALLED IN 2003 FORD VEHICLES WITH A 7.3L ENGINE. THESE COMPRESSOR MOUNT KITS CONTAIN A BELT GUARD THAT SHOULD NOT BE USED ON A 2003 MODEL YEAR VEHICLE. THERE MAY BE CONTACT BETWEEN THE BELT GUARD AND THE BRAKE LINE. THIS CONTACT, IF SEVERE ENOUGH, COULD RUD THROUGH THE BRAKE LINE RESULTING IN REDUCED BRAKING CAPACITY.","THIS CONDITION COULD HAPPEN WITHOUT PRIOR WARNING, POSSIBLY RESULTING IN A VEHICLE CRASH.","TRANS/AIR WILL NOTIFY ITS CUSTOMERS AND REMOVE THE BELT GUARD. OWNER NOTIFICATION BEGAN JANUARY 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRANS/AIR WARRANTY DEPARTMENT AT 1-800-673-2446 EXT. 268." -03/05/2003,03V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V081000),"Coachmen RV Company, LLC",COACHMEN/GENERATOR EXHAUST PIPE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,109,"ON CERTAIN CLASS C MINI-MOTOR HOMES, THE GENERATOR EXHAUST PIPE MAY HAVE BEEN ASSEMBLED AND INSTALLED INCORRECTLY RESULTING IN INSUFFICIENT CLEARANCE TO OR CONTACT WITH THE CHASSIS FUEL FILL TUBE.","WHEN OPERATING, THE GENERATOR'S EXHAUST PIPE MAY REACH TEMPERATURES THAT COULD POTENTIALLY MELT AND/OR IGNITE THE FUEL FILL TUBE. SHOULD THIS OCCUR, THE POTENTIAL EXISTS FOR A FIRE.","DEALERS WILL DISASSEMBLE A PORTION OF THE GENERATOR EXHAUST PIPE ASSEMBLY, TURNING ONE OF THE BENT COMPONENTS AROUND 180 DEGREES, REASSEMBLING THE EXHAUST PIPE AND MEASURING TO ENSURE A MINIMUM OF 3"" AIR GAP WITH SURROUNDING COMPONENTS. OWNER NOTIFICATION BEGAN MARCH 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-800-453-6064." -03/05/2003,03V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V080000),Damon Corporation,DAMON/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",03-106,Vehicle,2656,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION IS BEGAN MAY 12, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAMON AT 1-219-272-9212." -03/05/2003,03V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V069000),FOUR WINDS INTERNATIONAL,FOUR WINDS/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3482,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MAY 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOUR WINDS AT 1-219-266-1111." -03/05/2003,03V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V068000),MONACO COACH CORPORATION,MONACO/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5361,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MAY 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO COACH AT 1-877-477-6226." -03/05/2003,03V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V074000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL TANK CHECK VALVE,"FUEL SYSTEM, GASOLINE",SSC 30B,Vehicle,15048,"ON CERTAIN PASSENGER VEHICLES, THE FUEL TANK CHECK VALVE, LOCATED IN THE FUEL TANK INLET PIPE, MAY BECOME SEPARATED FROM THE INLET PIPE AND FALL INTO THE FUEL TANK. IF THE CHECK VALVE FALLS INTO THE TANK, FUEL MAY SPILL FROM THE FUEL INLET PIPE WHEN THE FUEL PUMP AUTOMATICALLY SHUTS OFF DURING FUELING.",THIS CONDITION MAY RESULT A FIRE IN THE PRESENCE OF AN IGNITION SOURCE.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPAIR THE FUEL TANK CHECK VALVE. OWNER NOTIFICATION BEGAN APRIL 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -03/04/2003,03V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V066000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",30312,Vehicle,11194,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THESE VEHICLES. OWNER NOTIFICATION BEGAN APRIL 7, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-445-3307." -03/04/2003,03V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V067000),Kia Motors America,KIA/CRANKSHAFT POSITION SENSOR,ELECTRICAL SYSTEM,SC021,Vehicle,11501,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.5 AND 2.7 LITER V6 ENGINES, THE CRANKSHAFT POSITION SENSOR (CKP) CASES DID NOT MEET DIMENSIONAL SPECIFICATIONS.","INTERNAL GAPS WITHIN THE CASES ALLOWED EPOXY TO CONTACT THE PRINTED CIRCUIT BOARD, WHICH RESULTED IN CRACKING OF THE CIRCUIT BOARD CAPACITOR. A DAMAGED CKP CAPACITOR COULD RESULT IN ENGINE STALLING.","DEALERS WILL REPLACE THE CKP. OWNER NOTIFICATION BEGAN MARCH 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -02/28/2003,03E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E014000),AMERICAN PRODUCTS COMPANY,APC/REPLACEMENT LAMP LENSES & HEADLAMP BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,539000,"APC REPLACEMENT LAMP LENSES AND REPLACEMENT HEADLAMP BULBS. THE LENSES AND BULBS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE UNITS DO NOT CONTAIN THE COMPREHENSIVE SET OF LAMPS AND REFLECTIVE DEVICES.","WITHOUT THE REFLECTIVE DEVICES REQUIRED UNDER FMVSS NO. 108 IN THE TAILLAMP ASSEMBLY, THE MOTORIST MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS, POSSIBLY RESULTING IN A VEHICLE CRASH.","OWNER NOTIFICATION BEGAN MAY 7, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT APC AT 909-324-6029." -02/27/2003,03V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V061000),"Nissan North America, Inc.",NISSAN/AIR BAG MODULE,AIR BAGS,R3001,Vehicle,64562,"ON CERTAIN VEHICLES, THE ELECTRICAL CONNECTOR FOR THE DRIVER AIR BAG MAY COME LOOSE. IF THE CONNECTOR COMES LOOSE, THE SUPPLEMENTAL AIR BAG WARNING LIGHT FLASHES INTERMITTENTLY.","THE DRIVER SIDE AIR BAG WILL NOT DEPLOY IN THE EVENT OF A CRASH, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSTALL A RETAINING CLIP ON THE CLOCK SPRING ELECTRICAL CONNECTOR. OWNER NOTIFICATION BEGAN APRIL 21, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -02/25/2003,03V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V062000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BOSCH ZOPS DISC BRAKES,"SERVICE BRAKES, HYDRAULIC",03502/04501,Vehicle,35074,"ON CERTAIN SCHOOL AND TRANSIT BUSES BUILT WITH BOSCH ZERO OFFSET PIN SLIDE (ZOPS) HYDRAULIC DISC BRAKES, THE ZOPS HYDRAULIC DISC BRAKES MAY EXPERIENCE CALIPERS STICKING IN THE APPLIED POSITION, WHICH CAN RESULT IN EXCESSIVE OR ABNORMAL HEAT GENERATION AT ONE OR MORE OF THE BRAKES.","THE COMBINATION OF THE FOLLOWING FACTORS MAY COLLECTIVELY RESULT IN AN UNREASONABLE RISK TO MOTOR VEHICLE SAFETY: POTENTIAL FIRE AT A WHEEL END, HIGH INCIDENT RATES OF STUCK CALIPERS, AND EVACUATION AND CONTAINMENT CONCERNS RELATING TO MULTIPLE PASSENGERS.","INTERNATIONAL WILL NOTIFY ITS CUSTOMERS AND REPAIR THE BUSES FREE OF CHARGE. THE RECALL BEGAN OCTOBER 29, 2004." -02/24/2003,03V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V063000),Daimler Commercial Buses NA,ORION/ENGINE COOLING FAN MOTOR HOSE,ENGINE AND ENGINE COOLING,ORB-03-01,Vehicle,416,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DETROIT DIESEL SERIES 50 ENGINE CONFIGURATIONS, A HYDRAULIC MOTOR USED TO DRIVE THE ENGINE COOLING FAN MOTOR HAS TWO HOSES CONNECTED TO IT, INCLUDING A HIGH PRESSURE INPUT HOSE. THE HIGH PRESSURE HOSE IS CONSTRUCTED WITH REUSABLE OR CRIMP ENDS. THE HYDRAULIC MOTOR IS LOCATED AT THE REAR OF THE BUS, INSIDE THE ENGINE COMPARTMENT. THE END OF THE HOSE THAT IS CONNECTED TO THE FAN MOTOR HAS DISCONNECTED FROM THE HOSE CONNECTOR.",,"DEALERS WILL REPLACE THE HYDRAULIC HOSE ASSEMBLY. OWNER NOTIFICATION BEGAN APRIL 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ORION AT 1-905-403-1111." -02/21/2003,03V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V055000),"Gillig, LLC",GILLIG/AIR CONDITIONER MOUNTING BOLT,ELECTRICAL SYSTEM,FS-2002-05,Vehicle,644,"ON CERTAIN 1998-2002 35' AND 40' BUSES AND 1999-2002 29' BUSES, THE INSTALLATION OF THE AIR CONDITIONER UNIT USES BOLTS ALONG THE EDGE OF THE HOUSING FOR ATTACHMENT. ONE SPECIFIC BOLT CAN BE TOO CLOSE TO THE MAIN POWER CABLE ATTACHMENT. POSITIONAL TOLERANCE OR THE USE OF TOO LONG A BOLT COULD CAUSE AN ELECTRICAL SHORT.",AN ELECTRICAL SHORT COULD LEAD TO COMPONENT FAILURE OR POTENTIALLY A VEHICLE FIRE.,"CUSTOMERS HAVE BEEN NOTIFIED TO CUT THE EXCESS LENGTH OF THE AIR CONDITIONER UNIT MOUNTING BOLT. OWNER NOTIFICATION BEGAN OCTOBER 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GILLIG 1-800-735-1500." -02/21/2003,03V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V058000),Harley-Davidson Motor Company,HARLEY DAVIDSON/MIRROR,VISIBILITY,0108,Vehicle,11952,"ON CERTAIN MOTORCYCLES, THE MIRROR STEM COULD FRACTURE ALLOWING THE MIRROR TO FALL.","THIS CONDITION CAN OCCUR WITHOUT WARNING AND PRESENT AN UNREASONABLE RISK OF CRASH, INJURY, OR DEATH.","DEALERS WILL REPLACE THE MIRRORS. OWNER NOTIFICATION BEGAN APRIL 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -02/21/2003,03V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V057000),"Jayco, Inc.",JAYCO/FUEL RETURN LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4,"ON CERTAIN RECREATIONAL VEHICLES BUILT ON GM GMT610 RV CHASSIS, DUE TO A CHANGE IN THE FUEL SYSTEM OF THESE CHASSIS, INCREASED PRESSURE RESULTS IN THE FUEL RETURN LINE. THE FUEL RETURN LINE IS USED TO PROVIDE A FUEL TAP FOR GENERATORS AND AUXILIARY ENGINES.","OPERATING THE GENERATOR WHILE THE VEHICLE ENGINE IS RUNNING WILL STALL THE GENERATOR DUE TO OVERFUELING. STARTING, PRIMING OR OPERATING THE GENERATOR WITH THE VEHICLE ENGINE RUNNING COULD RESULT IN FUEL OVERFLOWING THE CARBURETOR, FLOODING THE GENERATOR ENGINE AND SPILLING FUEL INTO THE GENERATOR COMPARTMENT AND ON THE GROUND.",GM/ONAN ADVISED JAYCO TO STOP DELIVERY OF THESE UNITS UNTIL A SOLUTION TO THE PROBLEM IS DEVELOPED. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-574-825-0653. -02/21/2003,03V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V059000),"NATIONAL RV, INC.",NATIONAL RV/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2761,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPOSITION A LIGHT BULT FROM ONE SOCKET TO ANOTHER, AND REATTACH A WIRE FROM ONE CONNECTOR TO ANOTHER. OWNER NOTIFICATION BEGAN SEPTEMBER 2, 2003. OWNERS SHOULD CONTACT NATIONAL RV AT 1-800-439-3653. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -02/21/2003,03V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V060000),"Winnebago Industries, Inc.",WINNEBAGO/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",88,Vehicle,8532,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105,""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY THE STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THESE VEHICLES. OWNER NOTIFICATION BEGAN APRIL 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-3535." -02/20/2003,03V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V052000),"General Motors, LLC",GM/STEERING COLUMN INTERMEDIATE SHAFT,STEERING,03009,Vehicle,4512,"IN SOME OF THESE SPORT UTILITY VEHICLES, THE DIAMETER OF THE STEERING COLUMN INTERMEDIATE SHAFT IS TOO SMALL.","THIS CONDITION COULD ALLOW THE INTERMEDIATE SHAFT TO SPIN INSIDE THE STEERING COLUMN COUPLING, RESULTING IN LOSS OF STEERING CONTROL OF THE VEHICLE. IF THIS WERE TO HAPPEN WHILE THE VEHICLE IS MOVING, A CRASH COULD RESULTING WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT, AND REPLACE IF NECESSARY, THE STEERING COLUMN INTERMEDIATE SHAFT. OWNERS WERE NOTIFIED BY TELEPHONE ON FEBRUARY 7, 2003, WITH A FOLLOW-UP LETTER ON FEBRUARY 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUICK AT 1-800-521-7300 OR PONTIAC AT 1-800-762-2737." -02/20/2003,03V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V054000),IC CORPORATION,IC/WARNING LAMPS,EXTERIOR LIGHTING,03002,Vehicle,46,"ON CERTAIN SCHOOL BUS WARNING LAMPS, A STATIC ELECTRICITY DISCHARGE CAN OCCUR DURING NORMAL SERVICES OR HANDLING. THIS DISCHARGE CAN POTENTIALLY INITIATE A CHEMICAL REACTION OF MATERIALS WITHIN THE LAMP WHICH COULD CAUSE THE LENS TO FRACTURE.","IF THE LENS FRACTURES, IT CAN CAUSE INJURIES TO PERSONS DIRECTLY IN FRONT OF IT.",SOUND OFF WILL NOTIFY THE CUSTOMERS AND MAKE ARRANGEMENTS TO GO OUT TO THE OPERATING FACILITIES AND REPLACE THE WARNING LAMPS FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUND OFF AT 800-338-7337 OR IC AT 501-505-2190. -02/20/2003,03V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V047000),"Subaru of America, Inc.",SUBARU/SEAT BELT BUCKLE/LATCH ASSEMBLIES,SEAT BELTS,WWL-95,Vehicle,326,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THE LEFT AND RIGHT FRONT SEAT BELT BUCKLE/LATCH ASSEMBLIES WERE IMPROPERLY MANUFACTURED.","IN THE EVENT OF A CRASH, THE FRONT SEAT BELTS COULD UNLATCH, WHICH COULD RESULT IN PERSONAL INJURY TO THE SEAT OCCUPANT.","DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT SEAT BELT BUCKLE/LATCH ASSEMBLIES. OWNER NOTIFICATION BEGAN FEBRUARY 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -02/20/2003,03V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V048000),Triple E Recreational Vehicles,TRIPLE E/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,99,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THESE VEHICLES. OWNER NOTIFICATION BEGAN MARCH 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIPLE E RV AT 1-877-992-9906." -02/20/2003,03V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V049000),"Winnebago Industries, Inc.",WINNEBAGO/SPARE TIRE MOUNTING PLATE,TIRES,87,Vehicle,176,"ON CERTAIN MODEL D30B MOTOR HOMES BUILT ON A FORD CHASSIS, A PLATE, WHICH IS USED TO SUPPORT THE SPARE TIRE, WAS INADVERTENTLY LEFT OFF A NUMBER OF THESE MOTOR HOMES.","WITHOUT THIS ADDITIONAL SUPPORT, THE SPARE TIRE COULD FALL OFF THE VEHICLE RESULTING IN PROPERTY DAMAGE AND POSSIBLY PERSONAL INJURY.","DEALERS WILL INSPECT THE SPARE TIRE MOUNT AND, IF NECESSARY, INSTALL A NEW SUPPORT PLATE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -02/19/2003,03E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E012000),CARLISLE TIRE AND WHEEL,AFTERMARKET WHEELS,WHEELS,NR (Not Reported),Equipment,2670,"17 X 8 CRAGAR S/S CLASSIC WHEELS MANUFACTURED BETWEEN FEBRUARY 16, 2001, AND FEBRUARY 18, 2002. THE DEFECT IS A WELD THAT DID NOT FULLY PENETRATE TO THE BASE METAL. THE WHEEL WOULD DEVELOP CRACKS ALONG THE WELD AND COULD FAIL TO HOLD THE LOAD AS IT WAS DESIGNED TO ACCOMMODATE.","COMPLETE FAILURE OF THE WHEEL WHILE THE VEHICLE IS IN MOTION, COULD LEAD TO A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","CARLISLE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEELS FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 25, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CT&W AT 800-367-5710." -02/19/2003,03E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E023000),"VECTOR PRODUCTS, INC.",VECTOR/AFTERMARKET COFFEE MAKER,EQUIPMENT,NR (Not Reported),Equipment,12000,"AFTERMARKET VECTOR COFFEE MAKERS PACKAGED AS GREATLAND, MODEL NO. VEC216GT, AND VECTOR, MODEL NO. VEC216. THE HEATING ELEMENT INSIDE THE PRODUCT CAN LOOSEN CAUSING IT TO COME IN CONTACT WITH THE PLASTIC BOTTOM LAYER WHICH SUBSEQUENTLY HEATS THE SURFACE IT SETS ON.",POSSIBLE FIRE CAN OCCUR.,"VECTOR HAS NOTIFIED ITS RETAILERS TO REMOVED THE PRODUCT FROM THE SHELVES AND THEY WILL REPLACE THE DEFECTIVE COFFEE MAKER WITH ANOTHER MODEL. NOTIFICATION BEGAN DECEMBER 13, 2002. OWNERS WHO DO NOT RECEIVED THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VECTOR PRODUCTS, INC. AT 954-584-4442." -02/14/2003,03V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V051000),"General Motors, LLC",GM/DRIVER'S AIR BAG,AIR BAGS,03008,Vehicle,130,"ON CERTAIN MINI VANS, PASSENGER AND SPORT UTILITY VEHICLES, SOME OF THESE VEHICLES HAVE A DRIVER'S SIDE AIR BAG THAT MAY NOT DEPLOY AS DESIGNED. IN ADDITION, THE AIR BAG INFLATOR COULD RUPTURE.","THIS COULD RESULT IN REDUCED CAPABILITY OF THE AIR BAG TO PROTECT THE DRIVER. ALSO IF THE AIR BAG INFLATOR RUPTURED, PIECES OF THE INFLATOR COULD STRIKE AND INJURE THE VEHICLE OCCUPANTS.","DEALERS WILL INSPECT, AND IF NECESSARY, INSTALL A NEW DRIVER'S AIR BAG. OWNER NOTIFICATION BEGAN ON MARCH 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUICK AT 1-800-521-7300, CADILLAC AT 1-800-458-8006, CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR PONTIAC AT 1-800-762-2737." -02/14/2003,03V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V050000),"General Motors, LLC",GM/SEAT BELT BUCKLE/LATCH,SEAT BELTS,03007,Vehicle,18327,"ON CERTAIN VANS WITH A GROSS VEHICLE WEIGHT OF LESS THAN 8,500 POUNDS, DURING A VEHICLE CRASH SUFFICIENT ENOUGH TO DEPLOY THE SAFETY BELT PRETENSIONER, THE FRONT SAFETY BELT BUCKLES MAY NOT RELEASE AFTER THE VEHICLE CRASH, OR ALTERNATELY MAY EJECT THE SAFETY BELT LATCH DURING THE VEHICLE CRASH.",THIS COULD RESULT IN INCREASED RISK OF PERSONAL INJURY.,"DEALERS WILL REPLACE THE FRONT DRIVER AND PASSENGER SIDE SAFETY BELT BUCKLE. OWNER NOTIFICATION BEGAN JUNE 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -02/13/2003,03E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E011000),"DAYTON WIRE WHEEL, INC.",AMERICAN WIRE WHEEL/REPLACEMENT WHEELS,WHEELS,NR (Not Reported),Equipment,32,"AFTERMARKET REPLACEMENT AMERICAN WIRE WHEELS, MODELS SUPERSPOKEII (P/N M0163540S-184) AND SUPERSPOKE (P/N M12121540S-200 & M32121540S-200). THE STEEL SPOKES CAN PULL OUT OF THE MACHINED ALUMINUM HUB WHICH WILL RESULT IN COMPLETE FAILURE OF THE WHEEL.",IN THE EVENT THAT THE WHEEL FAILS WHILE THE VEHICLE IS IN MOTION THERE IS A POTENTIAL OF A VEHICLE CRASH POSSIBLY RESULTING IN SERIOUS INJURIES OR DEATH.,"ACCORDING TO DAYTON WIRE WHEEL, ALL THE AFFECT WHEELS HAVE BEEN CAPTURED AND RETURNED TO THE MANUFACTURER. REPORTEDLY, NONE OF THESE WHEELS HAVE BEEN SOLD TO CONSUMERS. CUSTOMERS CAN CONTACT DAYTON WIRE WHEEL AT 937-438-0100 IF THEY HAVE ANY QUESTIONS." -02/13/2003,03V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V046000),"Charles Machine Works, Inc.",CHARLES MACHINE/TRAILER BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18,"ON CERTAIN TRAILERS EQUIPPED WITH HYDRAULIC BRAKES, THE BREAKAWAY BRAKES DO NOT WORK.","IF THE TRAILER DETACHES FROM THE TOW VEHICLE, THERE WILL BE NO BRAKING CAPABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRAKE ACTUATOR. OWNER NOTIFICATION BEGAN ON FEBRUARY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHARLES MACHINE AT 1-580-336-4402." -02/13/2003,03V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V053000),Mazda North American Operations,MAZDA/FRONT FOG LIGHTS,EXTERIOR LIGHTING,0903C,Vehicle,5400,"ON CERTAIN MINI VANS EQUIPPED WITH FRONT FOG LIGHTS,THE FOG LIGHT BULB SOCKET MAY HAVE BEEN INSTALLED IMPROPERLY.","IF THE VEHICLE CONTINUES TO BE USED WITH THIS CONDITION, THE BULB SOCKET AND THE WIRING HARNESS MAY SEPARATE FROM THE FOG LIGHT HOUSING IF EXPOSED TO SHOCK AND/OR VIBRATION AND DROP INSIDE THE BUMPER. SHOULD THIS OCCUR, THE OPERATION OF THE FOG LIGHT MAY THEN CAUSE THE BUMPER TO BURN.","DEALERS WILL INSPECT THE INSTALLATION CONDITION OF THE FOG LIGHT BULB ASSEMBLY, AND REPAIR IT WHEN NECESSARY. OWNER NOTIFICATION BEGAN MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -02/13/2003,03V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V045000),PACCAR Incorporated,PACCAR/KENWORTH/TRAILER LIGHTS,EXTERIOR LIGHTING,03KW1,Vehicle,9890,"CERTAIN TRUCKS EQUIPPED WITH TRAILER CONNECTIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARDS (FMVSS) NO. 121, ""AIR BRAKE SYSTEMS,"" AND NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE SUPPLIER REMOVED A RUBBER GROMMET FROM THE TRAILER LIGHT LINE CONNECTOR. THE VEHICLES ARE EXPERIENCING CORROSION AT THE 7-WAY TRAILER CONNECTION. THIS CAUSES INTERMITTENT FLASHING/FLICKERING OF THE TRAILER LIGHTS.",THIS COULD CAUSE AN ELECTRICAL SHORT AND/OR POSSIBLE FIRE HAZARD.,"DEALERS WILL INSTALL THE MISSING GROMMET ON ALL AFFECTED CHASSIS. IF A CONNECTOR IS FOUND DEFECTIVE, IT WILL BE REPLACED WITH A NEW CONNECTOR. OWNER NOTIFICATION IS BEGAN ON MARCH 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5440." -02/12/2003,03V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V044000),Blue Bird Body Company,BLUE BIRD/BRAKE HOSE ROUTING,"SERVICE BRAKES, HYDRAULIC",R03GT,Vehicle,8,"ON CERTAIN MOTOR HOMES, THE BRAKE HOSES MAY NOT HAVE BEEN ROUTED PROPERLY RESULTING IN THE HOSES CONTACTING THE FRAME.",THIS CONTACT COULD CAUSE THE BRAKE HOSE TO LEAK AFFECTING STOPPING DISTANCE WHEN THE SERVICE BRAKES ARE APPLIED. THIS COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL RE-ROUTE THE REAR BRAKE HOSES. OWNER NOTIFICATION BEGAN APRIL 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -02/12/2003,03V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V041000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2736,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY THE STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MARCH 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GEORGIE BOY AT 1-800-521-8733." -02/12/2003,03V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V043000),Pierce Manufacturing,PIERCE/HARRISON HYDRA-GEN GENERATOR PUMPS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13,ON CERTAIN FIRE CHASSIS EQUIPPED WITH HARRISON HYDRA-GEN GENERATORS. THE TUBING CONNECTING THE SOFT START TO THE GENERATOR PUMP CAN BREAK AWAY FROM THE FITTING AND SPRAY HYDRAULIC FLUID ONTO THE EXHAUST.,"THIS CAN CAUSE A FIRE THAT COULD ENDANGER PEOPLE IN THE VICINITY, THE VEHICLE ITSELF, AND NEARBY PROPERTY.",DEALERS WILL REMOVE TWO PIECES OF STEEL TUBING AND REPLACE THEM WITH HIGH PRESSURE HOSE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 1-888-974-3723. -02/11/2003,03E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E009000),"Cummins, Inc.",CUMMINS/ALTERNATOR SUPPORT BRACKETS,ELECTRICAL SYSTEM,0305,Equipment,7618,"CUMMINS ISB 6 CYLINDER ENGINES BUILT FROM MARCH 1998 THROUGH FEBRUARY 1999, AND HAVE AN ENGINE SERIAL NUMBER WITHIN THE RANGE OF 45480143 TO 45818756 OR 56436052 TO 56561539. THE LOWER ALTERNATOR SUPPORT BRACE OR MOUNTING HARDWARE CAN LOOSEN OR BREAK WHICH WILL ALLOW THE ALTERNATOR TO DROP ONTO THE ENGINE.","IN THIS EVENT, THE ELECTRICAL WIRING HARNESS MAY BE DAMAGED AND THE POSSIBILITY OF FIRE MAY EXIST.","CUMMINS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE UPPER AND LOWER ALTERNATOR SUPPORT BRACKETS FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS ASSISTANT CENTER AT 800-343-7357." -02/11/2003,03E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E010000),"Cummins, Inc.",CUMMINS/CRANKSHAFT VIBRATION DAMPER,ENGINE AND ENGINE COOLING,0307,Equipment,125,"THE ISB 4 CYLINDER CRANKSHAFT VIBRATION DAMPERS INSTALLED FOR USE ON CHASSIS MANUFACTURED BY WORKHORSE AND FREIGHTLINER CUSTOM CHASSIS. THE AFFECTED ENGINES WERE BUILT FROM OCTOBER 2000 THROUGH JULY 2001, AND HAVE AN ENGINE SERIAL NUMBER WITHIN THE RANGE OF 21436401 TO 21478129. THE CRANKSHAFT VIBRATION DAMPERS WERE DESIGNED INCORRECTLY AND CAN LEAD TO CRACKS DEVELOPING IN THE HUB, CAUSING THE PART TO BECOME LOOSE AND POSSIBLY DETACH ITSELF FROM THE ENGINE.","AS A RESULT, PERSONS NEARBY COULD BE INJURED BY FLYING DEBRIS.","CUMMINS WILL NOTIFY ITS CUSTOMERS AND THE CRANKSHAFT VIBRATION DAMPER WILL BE REPLACED WITH A NEW DESIGN FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER AT 800-343-7357." -02/11/2003,03V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V031000),Toyota Motor Engineering & Manufacturing,TOYOTA/CERTIFICATION/GVWR,EQUIPMENT,NR (Not Reported),Vehicle,5878,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION."" THE INCORRECT GROSS VEHICLE WEIGHT RATING (GVWR) DATA WAS PRINTED ON THE CERTIFICATION REGULATION LABEL. THE GVWR IS INCORRECTLY REFLECTED ON THE LABEL AS 6,100 LBS. THE CORRECT GVWR SHOULD BE 6,000 LBS.",THE CERTIFICATION LABEL DOES NOT MEET THE INFORMATION REQUIREMENTS AS DESCRIBED IN THE REGULATIONS.,"AS EACH LABEL IS VEHICLE IDENTIFICATION NUMBER SPECIFIC, OWNERS WILL BE REQUESTED TO CONTACT THEIR LOCAL LEXUS DEALER FIRST TO PLACE AN ORDER FOR THE CORRECTED LABEL. ONCE THE LABEL HAS ARRIVED AT THE DEALERSHIP, THE OWNER WILL BE CONTACTED FOR LABEL REPLACEMENT. OWNER BEGAN APRIL 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LEXUS AT 1-800-255-3987." -02/10/2003,03E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E006000),"AFX North America, Inc.",AFX/FMVSS 218/MOTORCYCLE HELMETS WITH WEAK SPOTS,EQUIPMENT,NR (Not Reported),Equipment,30478,"MODEL FX-3 MOTORCYCLE HELMETS MANUFACTURED PRIOR TO APRIL 2002. THE MOLDING PROCESS UNIQUE TO THIS MODEL REQUIRES INJECTION OF THE LINER INTO THE SHELL WHICH LEFT WEAK SPOTS IN THE FRONT OF THE HELMET. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET MAY NOT ADEQUATELY PROTECT THE WEARER FROM SERIOUS INJURY OR POSSIBLE DEATH.","AFX HAS NOTIFIED ITS DEALERS AND WILL REPLACE THE AFFECTED HELMETS WITH A 100% COMPLIANT HELMET FREE OF CHARGE. NOTIFICATION TO KNOWN CUSTOMERS BEGAN MARCH 3, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AFX AT 519-686-6477 OR FOR MORE INFORMATION ABOUT THE RECALL, CUSTOMERS CAN VISIT AFX'S WEBSITE AT AFXHELMETS.COM." -02/10/2003,03E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E007000),"AFX North America, Inc.",AFX/FMVSS 218/MOTORCYCLE HELMETS/CHIN STRAP,EQUIPMENT,NR (Not Reported),Equipment,30478,"MODEL FX-3 MOTORCYCLE HELMETS MANUFACTURED PRIOR TO APRIL 2002. THE CHIN STRAP WAS SEWN WITH ONE BAR TACK AS APPOSED TO TWO BAR TACKS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS.""","IN THE EVENT OF A CRASH, THE HELMET MAY NOT ADEQUATELY PROTECT THE WEARER FROM SERIOUS INJURY OR POSSIBLE DEATH.","AFX HAS NOTIFIED ITS DEALERS AND WILL REPLACE THE AFFECTED HELMETS WITH A 100% COMPLIANT HELMET FREE OF CHARGE. NOTIFICATION TO KNOWN CUSTOMERS BEGAN MARCH 3, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AFX AT 519-686-6477 OR FOR MORE INFORMATION ABOUT THE RECALL, CUSTOMERS CAN VISIT AFX'S WEBSITE AT AFXHELMETS.COM." -02/10/2003,03V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V040000),"Coachmen RV Company, LLC",COACHMEN/BRAKE SYSTEM WARNING INDICATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3539,"CERTAIN MOTOR HOME CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE BRAKE SYSTEM WARNING INDICATOR MAY NOT FUNCTION AS REQUIRED BY STANDARD.","IN SOME OF THE AFFECTED VEHICLES, THE BRAKE SYSTEM WARNING INDICATOR WILL NOT ILLUMINATE WHEN THE IGNITION IS IN THE START POSITION OR FOR A LOW BRAKE FLUID CONDITION, IF THE BODY BUILDER RELIED SOLELY UPON FORD'S IVM COMPLIANCE STATEMENT FOR THE BRAKE SYSTEM WARNING INDICATOR.","DEALERS WILL REPAIR THE BRAKE WARNING LAMP CIRCUIT. OWNER NOTIFICATION BEGAN MARCH 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-219-825-5821." -02/10/2003,03E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E008000),"HARRISON HYDRA-GEN, INC.",HARRISON HYDRA-GEN/HYDRAULIC PUMPS,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,62,HARRISON HYDRA-GEN GENERATOR PUMPS FOR USE ON FIRE TRUCKS. THE TUBING CONNECTING THE SOFT START TO THE GENERATOR PUMP CAN BREAK AWAY FROM THE FITTING AND SPRAY HYDRAULIC FLUID ONTO THE EXHAUST.,"THIS CAN CAUSE A FIRE THAT COULD ENDANGER PEOPLE IN THE VICINITY, THE VEHICLE ITSELF, AND NEARBY PROPERTY.","NOTIFICATION TO MANUFACTURERS BEGAN JANUARY 15, 2003. MANUFACTURERS WILL NOTIFY THEIR DEALERS TO REMOVE TWO PIECES OF STEEL TUBING AND REPLACE THEM WITH A HIGH PRESSURE HOSE. OWNER NOTIFICATION TO CUSTOMERS IS EXPECTED TO BEGIN DURING FEBRUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THE MANUFACTURER OF YOU VEHICLE OR HARRISON HYDRA-GEN AT 1-800-723-3334." -02/10/2003,03V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V039000),Indian Motorcycle Company,INDIAN MOTORCYCLE/VOLTAGE REGULATOR,ELECTRICAL SYSTEM,IMCSB-045,Vehicle,7947,"ON CERTAIN MOTORCYCLES EQUIPPED WITH COMPUFIRE BRAND SERIES TYPE VOLTAGE REGULATORS, IF DAMAGED, THE VOLTAGE REGULATOR CAN BECOME STUCK IN AN OPEN MODE THAT ALLOWS BATTERY VOLTAGE TO FLOW BACK THROUGH THE REGULATOR.",THIS CONDITION CAN POTENTIALLY CAUSE THE REGULATOR TO CATCH ON FIRE.,"DEALERS WILL INSPECT THE MOTORCYCLE AND, IF NECESSARY, REPLACE THE REGULATOR. OWNER NOTIFICATION BEGAN FEBRUARY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -02/10/2003,03V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V042000),U.S. BUS CORPORATION,U.S. BUS/WARNING LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3,ON CERTAIN SCHOOL BUS WARNING LAMPS. A STATIC ELECTRICITY DISCHARGE CAN OCCUR DURING NORMAL SERVICES OR HANDLING. THIS DISCHARGE CAN POTENTIALLY INITIATE A CHEMICAL REACTION OF MATERIALS WITHIN THE LAMP WHICH COULD CAUSE THE LENS TO FRACTURE.,"IF THE LENS FRACTURES, IT CAN CAUSE INJURIES TO PERSONS DIRECTLY IN FRONT OF IT.","U.S. BUS HAS FORWARDED WARNING LAMPS TO CUSTOMERS AS OF FEBRUARY 6, 2003. OWNERS SHOULD CONTACT U.S. BUS AT 765-939-39084 IF THEY HAVE ANY QUESTIONS." -02/06/2003,03V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V020000),"Autocar, LLC",AUTOCAR/ DRIVE AXLE SEAT,SUSPENSION,A-301,Vehicle,32,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS WITH VOLVO B-RIDE REAR SUSPENSION, THE FORWARD AND/OR REAR DRIVE AXLE UPPER AXLE UPPER SEAT COULD BREAK ALLOWING THE AFFECTED AXLE TO SHIFT OUT OF ALIGNMENT.","THIS CONDITION COULD RESULT IN LOSS OF AXLE STABILITY, INCREASING THE RISK OF A CRASH.","VOLVO TRUCK SENT NOTIFICATION LETTERS TO OWNERS FOR AUTOCAR ON JANUARY 14, 2003. DEALERS WILL REPLACE THE UPPER AXLE SEAT ON BOTH REAR DRIVE AXLES. OWNERS WHO TAKE THEIR VEHICLE TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTOCAR AT 765-964-3121." -02/06/2003,03V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V037000),"General Motors, LLC",GM/FMVSS 214/REAR DOOR UPPER HINGE WELDS,STRUCTURE,03004,Vehicle,107,"CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 214, ""SIDE IMPACT PROTECTION."" THESE VEHICLES ARE BUILT WITH FOUR WELDS ON THE REAR DOOR UPPER HINGE. ON SOME OF THESE VEHICLES, ONE OR TWO OF THE WELDS MAY NOT BE TO SPECIFICATION.","AS A RESULT, THE DOOR STRENGTH MAY BE DEGRADED DURING A SIDE IMPACT VEHICLE CRASH.","DEALERS WILL INSPECT THE WELDS ON THE LEFT REAR DOOR UPPER HINGE. IF A WELD IS FOUND OUT-OF-SPECIFICATION, A BOLT WILL BE INSTALLED TO SECURE THE HINGE. OWNER NOTIFICATION BEGAN FEBRUARY 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CADILLAC AT 1-800-458-8006, CHEVROLET AT 1-800-222-1020, OR GMC AT 1-800-462-8782." -02/06/2003,03V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V038000),Volvo Trucks North America,VOLVO TRUCKS/SLEEPER SECTION WINDOW GLASS,VISIBILITY,RVXX0302,Vehicle,2435,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE SLEEPER SECTION UPPER SIDE WINDOW GLASS MAY DE-BOND FROM THE WINDOW OPENING SLIDE TRACK MECHANISM.","IF THE WINDOW IS OPEN AND THIS EVENT OCCURS, THE WINDOW GLASS COULD SEPARATE FROM THE WINDOW FRAME AND BECOME A HAZARD TO AN ONCOMING VEHICLE AND/OR PERSON.","DEALERS WILL REPLACE THE WINDOW. OWNER NOTIFICATION BEGAN ON FEBRUARY 26, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -02/05/2003,03V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V033000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/IDLE SPEED,VEHICLE SPEED CONTROL,C02,Vehicle,19500,"CERTAIN PICKUP TRUCKS, EQUIPPED WITH CUMMINS DIESEL ENGINES AND MANUAL TRANSMISSIONS, MAY EXPERIENCE AN ELEVATED IDLE SPEED AFTER EXTENDED CRUISE CONTROL USE.","THIS CAN RESULT IN UNINTENDED ACCELERATION AND A REDUCTION IN BRAKING EFFECTIVENESS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE SOFTWARE IN THE CUMMINS ENGINE CONTROLLER. OWNER NOTIFICATION BEGAN ON MARCH 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/05/2003,03V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V034000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER CONTROL ARM BALL JOINTS,SUSPENSION,C03,Vehicle,11698,"ON CERTAIN PASSENGER VEHICLES, THE LOWER CONTROL ARM BALL JOINTS MAY EXPERIENCE A LOSS OF LUBRICATION THAT CAN RESULT IN ACCELERATED WEAR AND POSSIBLE SEPARATION FROM THE STEERING KNUCKLE.",A BALL JOINT THAT HAS SEPARATED MAY RESULT IN LOSS OF DIRECTIONAL CONTROL.,"DEALERS WILL REPLACE THE FRONT LOWER CONTROL ARM BALL JOINTS WITH MODIFIED ASSEMBLIES. OWNER NOTIFICATION BEGAN ON APRIL 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403 OR CHECK ON-LINE AT HTTP://WWW.CHRYSLER.COM/WEBSELFSERVICE/CHRYSLER/INDEX.JSP" -02/05/2003,03V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V035000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BACK RECLINING BOLT,SEATS,C04,Vehicle,1066000,"ON CERTAIN PASSENGER VEHICLES, SEAT BACK RECLINER BOLT BREAKAGE CAN OCCUR RESULTING IN THE SEAT BACK RECLINING UNEXPECTEDLY.","IF THE SEAT BACK UNEXPECTEDLY RECLINES WHILE THE CAR IS BEING DRIVEN, IT COULD RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE RECLINER BOLTS. OWNER NOTIFICATION BEGAN ON APRIL 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/04/2003,03V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V032000),"BMW of North America, LLC",BMW/SEAT BELT BUCKLE TENSIONER,SEAT BELTS,NR (Not Reported),Vehicle,2635,"ON CERTAIN PASSENGER VEHICLES, THE CONNECTION OF THE SAFETY BELT BUCKLE TO THE STEEL ROPE OF THE TENSIONER DOES NOT MEET BMW SPECIFICATIONS. IN SEVERE FRONTAL CRASHES, THIS CONNECTION CAN DETACH.","IF THE CONNECTION DETACHES, THE PROTECTION PROVIDED BY THE SAFETY BELT IS LIKELY TO BE IMPAIRED, AND SERIOUS INJURIES TO THE DRIVER AND/OR FRONT PASSENGER COULD OCCUR THAT MIGHT OTHERWISE BE MITIGATED.","DEALERS WILL INSPECT BOTH FRONT SAFETY BELT TENSIONER AND BUCKLE ASSEMBLIES, AND IF NECESSARY, REPLACE THESE PARTS. OWNER NOTIFICATION BEGAN MARCH 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -02/03/2003,03E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E005000),DANA CORPORATION,DANA SPICER/TRAILER AXLE ASSEMBLIES,WHEELS,NR (Not Reported),Equipment,56,"DANA SPICER TRAILER AXLES FOR USE ON GREAT DANE TRAILERS EQUIPPED WITH WHEEL HUBS AND WHEEL BEARINGS. THESE AXLES UTILIZED DANA'S LMS (LOW MAINTENANCE SYSTEM) WHEEL HUB ARRANGEMENT, IN WHICH A SOLID SPACER IS USED BETWEEN THE INNER AND OUTER WHEEL BEARING CONE TO ESTABLISH WHEEL BEARING ENDPLAY. DANA HAS DETERMINED THAT SOME OF THESE TRAILER AXLES MAY HAVE BEEN EQUIPPED WITH THE INCORRECT OUTER WHEEL BEARING CONE.","AS A RESULT, THE OUTER WHEEL BEARING WILL PREMATURELY FAIL WITH LITTLE OR NO WARNING, POSSIBLY ALLOWING THE WHEEL TO SEPARATE FROM THE TRAILER WHICH COULD RESULT IN A VEHICLE CRASH.","DANA WILL NOTIFY ITS CUSTOMERS AND PROVIDE INSPECTION PROCEDURES. DANA WILL PROVIDE THE CUSTOMER (OR THE GREAT DANE DEALERS) WITH REPLACEMENT LMS WHEEL HUB ASSEMBLIES, INCLUDING THE BEARINGS, WHEEL HUB AND SEAL, AT NO CHARGE. OWNER NOTIFICATION BEGAN ON FEBRUARY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA 269-567-1130." -01/31/2003,03C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03C001000),"R82, Inc.",FMVSS 213/TETHER ANCHOR WASHER CORRISION,CHILD SEAT,NR (Not Reported),Child Seat,1146,"GORILLA CHILD SAFETY SEAT (MODEL NUMBER 200-1000) AND SPELCAST CHILD SAFETY SEATS (MODEL NUMBER 600-1000) MANUFACTURED BETWEEN JULY 26, 2002, AND JANUARY 15, 2003, AND OUTFITTED WITH A TETHER ANCHOR MOUNTING KIT, PART NO. FW-50250-12-ZY. THE KIT ALLOWS THE PURCHASER TO MOUNT A TETHER ANCHOR IN A VEHICLE THAT IS NOT ALREADY EQUIPPED WITH AN ANCHOR. THE TETHER ANCHOR KIT CONTAINS A WASHER THAT DOES NOT COMPLY WITH THE SALT SPRAY STANDARD FOUND IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IF THE WASHER IS RUSTED AND WEAKENED, IN THE EVENT OF A VEHICLE CRASH, THE CAR SEAT COULD PULL FREE, POSSIBLY INJURING THE SEAT OCCUPANT OR SOMEONE ELSE IN THE VEHICLE.","SNUG SEAT WILL SEND REPLACEMENT WASHERS ALONG WITH INSTALLATION INSTRUCTIONS TO ITS REGISTERED OWNERS FREE OF CHARGE. THE MANUFACTURING DATE AND MODEL NUMBER IS LOCATED ON THE SIDE OF THE SEAT. IF YOU HAVE A GORILLA CHILD SAFETY SEAT WITH MODEL NUMBER 200-1000 OR A SPELCAST CHILD SAFETY SEAT WITH MODEL NUMBER 600-1000, AND YOU DID NOT RECEIVE THE REPAIR KIT AND INSTRUCTIONS, PLEASE CALL SNUG SEAT, INC., TOLL-FREE AT (800) 336-7684 BETWEEN THE HOURS OF 8 AM AND 5:30 PM EST MONDAY THROUGH THURSDAY, OR 8 AM AND 4PM ON FRIDAY. A NEW PART WILL BE SENT TO YOU IMMEDIATELY. IF YOU OWN ONE OF THESE SEATS AND DID NOT RECEIVE THE REPAIR KIT, PLEASE CONTACT SNUG SEAT TOLL-FREE AT 800-336-7684." -01/30/2003,03E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E004000),BELL AUTOMOTIVE,BELL/SAFETY HAMMERS,EQUIPMENT,NR (Not Reported),Equipment,17398,"BELL AUTOMOTIVE SAFETY HAMMERS IDENTIFIED AS ""LIFE-SAVING ESCAPE AND RESCUE TOOL."" THESE HAMMERS WERE INTENDED TO BE USED AS AN INSTRUMENT TO SHATTER AUTOMOTIVE SAFETY GLASS IN THE EVENT OF AN EMERGENCY. HOWEVER, THE PLASTIC HANDLE WAS NOT DESIGNED TO WITHSTAND THE FORCE REQUIRED TO SHATTER AUTOMOTIVE GLASS.","AS A RESULT, THE PLASTIC RIBS, WHICH HOLD THE SAFETY HAMMER'S METAL HEADS, CAN BREAK UPON USE, RENDERING THE HAMMER NO LONGER ABLE TO PERFORM AS INTENDED.","BELL WILL REIMBURSE CUSTOMERS WHO HAVE PURCHASED THE SAFETY HAMMER. NOTIFICATION BEGAN FEBRUARY 20, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BELL AT 480-991-5055." -01/30/2003,03V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V028000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/THROTTLE ICING,VEHICLE SPEED CONTROL,SR-03-001,Vehicle,31000,"ON CERTAIN SPORT UTILITY VEHICLES, DURING EXTREMELY LOW TEMPERATURE CONDITIONS, ICE CAN BUILD UP INSIDE THE ENGINE THROTTLE VALVE. THIS ICE BUILD-UP COULD CAUSE THE ACCELERATOR PEDAL TO STICK OR NOT TO RETURN TO IDLE AFTER ACCELERATING.",FAILURE TO RETURN TO IDLE COULD RESULT IN A VEHICLE CRASH WITHOUT WARNING.,"DEALERS WILL REPROGRAM THE ENGINE CONTROL COMPUTER TO ELIMINATE THIS CONDITION. OWNER NOTIFICATION BEGAN ON JANUARY 29, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -01/30/2003,03V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V029000),UD Trucks Corporation,NISSAN DIESEL/STEERING COUPLER SHAFT,STEERING,NR (Not Reported),Vehicle,28,"ON CERTAIN MEDIUM DUTY TRUCKS, A STEERING COUPLER SHAFT IS UTILIZED BETWEEN THE STEERING COLUMN ASSEMBLY AND THE STEERING GEAR BOX ASSEMBLY. THIS COUPLER SHAFT HAS A FLEXIBLE YOKE WITH A PINCH BOLT CLAMP AT EACH END TO SECURE THE SHAFT TO EACH ASSEMBLY. THE FLEXIBLE YOKE ON THE END THAT ATTACHES TO THE GEARBOX COULD DEVELOP A CRACK NEAR THE PINCH BOLT CLAMP.","A LOSS OF STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",ALL VEHICLES WERE STILL IN DEALER INVENTORY AND HAVE BEEN REPAIRED. -01/29/2003,03E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E003000),ELECTRONIC MOBILITY CONTROLS,EMC/DS-2000 PRIMARY DRIVING CONTROL SYSTEM,STEERING,NR (Not Reported),Equipment,400,VEHICLES EQUIPPED WITH THE EMC DS-2000 PRIMARY DRIVING CONTROL SYSTEM. THERE HAVE BEEN REPORTS OF VEHICLES EQUIPPED WITH THE EMC DS-2000 DRIFTED OR VEERED OFF COURSE AND DID NOT RESPOND TO DRIVER'S STEERING EFFORTS TO CORRECT THE REPORTED DRIFTING.,"THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","EMC HAS DEVELOPED SEVERAL SAFETY UPGRADES FOR THE DS-2000 TO IMPROVE SYSTEM REDUNDANCY AND RELIABILITY. EMC WILL BRING EACH RETURNED UNIT TO THE CURRENT UPGRADED REVISION OF HARDWARE AND SOFTWARE. A MODIFICATION HAS BEEN MADE THAT FREES UP THE A2D CONVERTER AND FEEDS IT WITH 1/2 THE ENCODER REFERENCE VOLTAGE THROUGH A RESISTOR DIVIDER. THE SOFTWARE WILL BE CHANGED TO MONITOR THAT VOLTAGE AT STARTUP TO MAKE SURE IT IS AN ACCEPTABLE RANGE. IF DURING OPERATION IT CHANGES FROM ITS STARTUP VALVE, THE SYSTEM WILL GIVE AN ERROR, SWITCH SIDES AND GO INTO OPEN LOOP MODE OF OPERATION. THIS EFFECTIVELY TEST ALL THREE REFERENCES IN THE SYSTEM. EMC WILL NOTIFY ITS CUSTOMERS AND PROVIDE THIS REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 12, 2003." -01/29/2003,03V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V027000),"Porsche Cars North America, Inc.",PORSCHE/FMVSS 225/TOP TETHER ANCHORAGE,CHILD SEAT,A303,Vehicle,48,"CERTAIN TWO-SEAT, TWO-DOOR COUPE MODEL PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THESE VEHICLES WERE NOT EQUIPPED WITH A TOP TETHER ANCHORAGE AS REQUIRED BY THE STANDARD. OWNERS WHO WISH TO USE A CHILD RESTRAINT WITH THE AIR BAG DEACTIVATION DEVICE REQUIRING A TOP TETHER IN THE FRONT PASSENGER SEAT CANNOT CORRECTLY INSTALL THE SEAT DUE TO THE LACK OF THE TOP TETHER ANCHORAGE.","IN THE EVENT OF A CRASH, THE CHILD MAY NOT BE PROPERLY PROTECTED.","DEALERS WILL INSTALL THE TETHER ANCHORAGE. OWNER NOTIFICATION BEGAN ON JULY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PORSCHE AT 1-800-767-7243." -01/28/2003,03V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V024000),"Navistar, Inc.",INTERNATIONAL/BRAKE MODULE,"SERVICE BRAKES, HYDRAULIC",03501,Vehicle,146,"CERTAIN SCHOOL BUSES AND HEAVY DUTY TRUCKS BUILT WITH HYDRAULIC BRAKES AND AN AIR POWERED PARKING BRAKE (BRAKE CODE 04GAS) FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THE HYDRAULIC BRAKE MONITOR MODULE WAS NOT INSTALLED ON CERTAIN VEHICLES.","WITHOUT THE BRAKE MONITOR MODULE, THE BRAKE WARNING LIGHT WILL NOT COME ON DURING THE INITIAL KEY-ON CYCLE AND WILL NOT COME ON TO WARN THE OPERATOR IF THERE IS A LOSS OF HYDRAULIC PRESSURE IN THE BRAKE SYSTEM, A LOSS OF POWER STEERING FLOW, OR IF THE EMERGENCY BRAKE BOOSTER MOTOR IS NOT FUNCTIONING.",DEALERS WILL INSTALL THE HYDRAULIC BRAKE MONITOR MODULE. OWNER NOTIFICATION IS BEGAN DURING FEBRUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825. -01/28/2003,03V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V015000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL/TIRE SIZE,EQUIPMENT,R02240,Vehicle,6,"ON CERTAIN MOTOR HOMES, THE FEDERAL CERTIFICATION LABEL HAS A TYPOGRAPHICAL ERROR SHOWING AN INCORRECT TIRE SIZE. THE CORRECT TIRE SIZE SHOULD BE LISTED AS 295/80RX22.5H, WITH A PSI OF 80.","IF THE LABEL INFORMATION IS RELIED UPON BY THE OWNER OF THE VEHICLE, INCORRECT TIRES COULD BE INSTALLED ON THE VEHICLE.","DEALERS WILL INSTALL NEW FEDERAL CERTIFICATION LABELS. OWNER NOTIFICATION BEGAN ON AUGUST 25, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -01/28/2003,03V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V010000),UD Trucks Corporation,NISSAN DIESEL/DRIVE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,175,"ON CERTAIN MEDIUM DUTY TRUCKS, THE DRIVE SHAFT CONNECTING THE TRANSMISSION TO THE REAR DIFFERENTIAL IS COMPRISED OF TWO OR THREE INDIVIDUAL SUB-SECTIONS BOLTED TOGETHER. ONE END OF EACH INDIVIDUAL SUB-SECTION CONTAINS A FLANGE YOKE SUPPORTING A UNIVERSAL JOINT. THE FLANGE YOKE ON ONE OR MORE INDIVIDUAL SUB-SECTIONS COULD DEVELOP A CRACK IN THE SHOULDER SUPPORTING THE UNIVERSAL JOINT.",THIS CONDITION COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE DRIVE SHAFT SUB-SECTION. OWNER NOTIFICATION BEGAN MAY 5, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN DIESEL AT 1-972-756-5500." -01/28/2003,03V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V023000),Skyline Corporation,SKYLINE/GENERATOR/FUELING STATION/CHECK VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,453,"ON CERTAIN ""SPORTWAGON"" OR ""RAMPAGE"" TRAVEL AND FIFTH WHEEL TRAILERS EQUIPPED WITH THE OPTIONAL GENERATOR/FUELING STATION, THERE IS NO CHECK VALVE INSTALLED IN THE FUELING STATION WHICH COULD CAUSE GASOLINE TO SIPHON OUT.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD CAUSE A FIRE.,"DEALERS WILL INSTALL A CHECK VALVE. OWNER NOTIFICATION BEGAN FEBRUARY 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SKYLINE AT 1-800-755-6521." -01/27/2003,03V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V019000),"General Motors, LLC",GM/CROSS MEMBER FRACTURE/FUEL TANK PUNCTURE,"FUEL SYSTEM, GASOLINE",03002,Vehicle,5734,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, VEHICLES, DURING A 30 DEGREE LEFT ANGLE FRONTAL IMPACT OF SUFFICIENT SEVERITY, A TEAR COULD DEVELOP IN THE MID-FRAME CROSS MEMBER AT ITS ATTACHMENT TO THE LEFT FRAME RAIL. IF THE MID-FRAME CROSS MEMBER TEARS DURING FRONTAL IMPACT AND PRODUCES A SHARP EDGE, CONTACT OF THE SHARP EDGE WITH THE FUEL TANK COULD RESULT IN A PUNCTURE OF THE FUEL TANK AND POSSIBLE FUEL LEAKAGE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL A FUEL TANK SHIELD. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -01/24/2003,03V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V005000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/REAR BRAKE LINE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",0107,Vehicle,1762,"ON CERTAIN MOTORCYCLES, THE REAR BRAKE LINE ASSEMBLIES COULD FRACTURE INTERNALLY.","THIS CONDITION COULD ALLOW THE LINE TO LEAK BRAKE FLUID, WHICH COULD CAUSE LOSS OF THE REAR BRAKE FUNCTION, POSSIBLY WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR BRAKE LINE. OWNER NOTIFICATION BEGAN ON FEBRUARY 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -01/24/2003,03V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V022000),Skyline Corporation,SKYLINE/LIFT BED SUPPORT BRACKET,EQUIPMENT,NR (Not Reported),Vehicle,126,"ON CERTAIN ""SPORTWAGON"" TRAVEL AND FIFTH WHEEL TRAILERS, THE SCREWS USED TO ATTACH THE LIFT BED SUPPORT BRACKET TO THE WOOD BED FRAME ARE TOO SHORT.","THE BED CAN SEPARATE FROM THE SUPPORT BRACKET, INCREASING THE RISK OF INJURY TO OCCUPANTS IN THE BED OR UNDERNEATH THE BED.","DEALERS WILL INSTALL THREE 3/8"" CARRIAGE BOLTS PER SUPPORT BRACKET. OWNER NOTIFICATION BEGAN FEBRUARY 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SKYLINE AT 1-800-733-4250." -01/23/2003,03V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V016000),"Explorer Van Company, Inc.",EXPLORER VAN/RUNNING BOARD LIGHTING,STRUCTURE,NR (Not Reported),Vehicle,2600,"ON CERTAIN CONVERSION VANS EQUIPPED WITH RUNNING BOARDS SUPPLIED BY PRODESIGN, INC., THAT INCORPORATE A COURTESY LIGHT, EXPOSURE TO EXCESSIVE MOISTURE AND ROAD SALT, A HIGH RESISTANCE ARC CAN OCCUR IN THE WIRING OF THE COURTESY LIGHT. WHEN THIS OCCURS, THE LIGHT WIRES CAN OVERHEAT TO THE POINT WHERE THEY MAY MELT THE RUNNING BOARD.",THIS COULD POTENTIALLY LEAD TO A FIRE.,"DEALERS WILL REPLACE THE COURTESY LIGHT. OWNER NOTIFICATION BEGAN JANUARY 23, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EXPLORER VAN AT 1-800-926-7878." -01/23/2003,03V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V018000),"General Motors, LLC",GM/FMVSS 212/WINDSHIELD BONDING,VISIBILITY,03001,Vehicle,110,"CERTAIN PICKUP TRUCKS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING."" SOME OF THESE VEHICLES LACK A CONTINUOUS URETHANE BONDING BEAD BETWEEN THE BODY SURFACE AND THE WINDSHIELD.","IN VEHICLES WITH THIS CONDITION, THE WINDSHIELD MAY NOT BE RETAINED IN ACCORDANCE WITH THE SAFETY STANDARD DURING A VEHICLE CRASH.","DEALERS WILL REMOVE, RESEAL, AND REINSTALL THE WINDSHIELD. OWNER NOTIFICATION BEGAN ON JANUARY 28, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -01/23/2003,03V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V004000),"Porsche Cars North America, Inc.",PORSCHE/AUTOMATIC TRANSMISSION CABLE ADJUSTMENT,POWER TRAIN,A305,Vehicle,12234,"CERTAIN 2-DOOR CONVERTIBLE PASSENGER VEHICLES EQUIPPED WITH THE TIPTRONIC (AUTOMATIC) TRANSMISSION MAY HAVE BEEN PRODUCED WITH AN INCORRECTLY ADJUSTED KEY-LOCK-CABLE DOWN TO THE SHIFT SELECTOR. IF THE KEY-LOCK-CABLE IS NOT ADJUSTED CORRECTLY, IT IS POSSIBLE THAT THE IGNITION KEY WILL SNAG UPON BEING REMOVED FRO THE IGNITION LOCK OR THE SLECTOR LEVER CAN BE SHIFTED FROM POSITION ""P"" WITH THE IGNITION KEY REMOVED AND THE LOCKING BUTTON OPERATED.","IF THE SELECTOR LEVER IS THEN SHIFTED FROM POSITION ""P"" TO POSITION ""R, N OR D"" WITH THE VEHICLE PARKED, AND IF THE PARKING BRAKE IS NOT ON, THE VHEICLE WILL NOT BE SECURED FROM INADVERTENLY ROLLING AWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE CABLE ADJUSTMENT AND, REGARDLESS OF THE RESULTS OF THIS INSPECTION, THE KEY-LOCK-CABLE MUST ALSO BE ADJUSTED. OWNER NOTIFICATION BEGAN JULY 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PORSCHE AT 1-800-545-8039." -01/22/2003,03V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V021000),CAMPAGNA MOTO SPORT INC.,CAMPAGNA/FUEL PRESSURE REGULATOR,"FUEL SYSTEM, GASOLINE",145R-001,Vehicle,22,"CERTAIN MOTORCYCLES EQUIPPED WITH PUROLATOR PRO-FUEL IN-LINE FUEL PRESSURE REGULATOR ARE BEING RECALLED. THE ELASTOMETER DIAPHRAGM IN THESE REGULATORS IS INCOMPATIBLE WITH AUTOMOTIVE FUELS. PROLONGED EXPOSURE COULD CAUSE DIAPHRAGM DEGRADATION, RESULTING IN A POSSIBLE FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE REGULATOR AND REPLACE IT IF NECESSARY. OWNER NOTIFICATION WAS EXPECTED TO BEGIN ON JANUARY 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CAMPAGNA AT 1-845-883-7910." -01/22/2003,03V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V017000),Kia Motors America,KIA/FMVSS 209/SEAT BELT BUCKLE ANCHOR BOLTS,SEAT BELTS,SC023,Vehicle,21248,"CERTAIN MINI VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" THE SECOND AND THIRD SEAT BELT BUCKLE ANCHOR BOLTS DO NOT COMPLY WITH THE STANDARDS.","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL REPLACE THE SEAT BELT BUCKLE ANCHOR BOLTS. OWNER NOTIFICATION BEGAN FEBRUARY 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -01/16/2003,03V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V014000),Honda (American Honda Motor Co.),HONDA/FUEL TANK LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8857,"ON CERTAIN MINI VANS, SOME FUEL TANKS HAVE SURFACE IMPERFECTIONS THAT COULD ALLOW FUEL TO LEAK FROM THE TANK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANK FOR SURFACE IMPERFECTIONS. IF ANY IMPERFECTIONS ARE FOUND, THE FUEL TANK WILL BE REPLACED. OWNER NOTIFICATION BEGAN JANUARY 16, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -01/16/2003,03V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V011000),"Jaguar Cars, Ltd.",JAGUAR/DIRECTIONAL INDICATOR,EXTERIOR LIGHTING,R935,Vehicle,49174,"ON CERTAIN PASSENGER SEDANS, THE POWER CIRCUIT WHICH FEEDS THE DIRECTION INDICATOR SYSTEM COULD FAIL. THIS COULD RESULT IN THE DRIVER BEING UNAWARE THAT THE EXTERNAL TURNING INDICATORS ARE NOT OPERATING BECAUSE THE INTERNAL ""TELL-TAIL"" LIGHT ON THE DRIVER'S INSTRUMENT PANEL CONTINUES TO WORK NORMALLY.",THE LOSS OF REAR TURN SIGNALS COULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS TURNING AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE GENERAL ELECTRIC MODULE. OWNER NOTIFICATION BEGAN APRIL 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAGUAR AT 1-201-818-8500." -01/16/2003,02V139025,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139025),"PARAMOUNT TANK, INC.",PARAMOUNT TANK/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",02512,Vehicle,15,"ON CERTAIN FULL PULL TRAILERS EQUIPPED WITH BENDIX SR2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",DEALERS WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR PARAMOUNT AT 562-634-7564. -01/15/2003,03V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V025000),"ALFA LEISURE,INC.",ALFA LESIURE/CATERPILLAR/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,73,ON CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL ENGINES WITH HIGH EFFICIENCY PUMPS (HEP8). THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.,"ONCE ENGINE STALL OCCURS, THE ENGINE CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.",CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE PUMP SERIAL NUMBERS AND REPLACE THE PUMP IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986 OR ALFA LEISURE AT 1-909-628-5574. -01/15/2003,03V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V026000),"Winnebago Industries, Inc.",WINNEBAGO/CATERPILLAR/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,114,ON CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL ENGINES WITH HIGH EFFICIENCY PUMPS (HEP8). THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.,"ONCE ENGINE STALL OCCURS, THE ENGINE CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.",CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE PUMP SERIAL NUMBERS AND REPLACE THE PUMP IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986 OR WINNEBAGO AT 1-641-585-6966. -01/13/2003,03V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V006000),"SAAB CARS USA, INC.",SAAB/WHEEL/TIRE CORROSION,WHEELS,15013,Vehicle,70726,"ON CERTAIN PASSENGER VEHICLES, IF AN OWNER CHANGES THEIR WHEELS/TIRES BETWEEN SUMMER AND WINTER USING A STEEL WHEEL IN THE WINTER AND AN ALLOY WHEEL IN THE SUMMER, IT IS POSSIBLE FOR RUST AND CONTAMINATION TO BUILD UP ON THE WHEEL HUB DURING THE STEEL WHEEL USAGE. IF THIS OCCURS AND THE CONTAMINATION IS NOT REMOVED, IT IS POSSIBLE THAT AFTER THE TIRE CHANGE SERVICE, SOME OF THIS CONTAMINATION COULD FLAKE OR GRIND AWAY RESULTING IN REDUCED CLAMPING FORCE OF THE WHEEL TO THE HUB. OVER SEVERAL SEASONS, IT IS POSSIBLE THAT THIS REDUCED FORCE COULD RESULT IN FRACTURES DEVELOPING IN THE WHEEL BOLTS DUE TO WHEEL TO HUB MOVEMENT.","THESE FRACTURES WOULD RESULT IN WHEEL BOLT BREAKAGE, ALLOWING THE WHEEL TO DETACH FROM THE WHEEL HUB, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE CONTACTED BY MAIL AND ASKED WHETHER THEY CHANGE BETWEEN STEEL AND ALLOY WHEELS. IF THEY DO ENGAGE IN THIS PRACTICE, THEY WILL BE INSTRUCTED TO BRING THEIR CARS TO AN AUTHORIZED DEALER. THE DEALER WILL REMOVE THE WHEELS, CLEAN ANY CONTAMINATION FROM THE WHEEL AND WHEEL HUB, AND REPLACE THE WHEELS USING NEW IMPROVED BOLTS WITH ATTACHED WASHERS. OWNER NOTIFICATION BEGAN MARCH 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAAB AT 1-800-955-9007." -01/13/2003,03E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E002000),"SOUND OFF, INC.",WARNING LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1508,"SCHOOL BUS WARNING LAMPS MANUFACTURED PRIOR TO DECEMBER 27, 2002. MODELS NUMBERS: AT56IEBOAREV001, E756IEBOAREV001, INT756IEBOA, TH756IEBOA, TH756IEBOA-1, AT756IEBORREV001, E756IEBOR, E758IEBORREV001, INT756EBOR, TH756IEBOR, TH756IEBOR-1. A STATIC ELECTRICITY DISCHARGE CAN OCCUR DURING NORMAL SERVICES OR HANDLING. THIS DISCHARGE CAN POTENTIALLY INITIATE A CHEMICAL REACTION OF MATERIALS WITHIN THE LAMP WHICH COULD CAUSE THE LENS TO FRACTURE.","IF THE LENS FRACTURES, IT CAN CAUSE INJURIES TO PERSONS DIRECTLY IN FRONT OF IT.","SOUND OFF WILL NOTIFY ITS CUSTOMERS AND MAKE ARRANGEMENTS TO GO TO THE OPERATING FACILITIES AND REPLACE THE WARNING LAMPS FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 3, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUND OFF, INC., AT 800-338-7337." -01/09/2003,03V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V001000),"BMW of North America, LLC",BMW /FRONT BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,84000,"ON CERTAIN SPORT UTILITY VEHICLES, IT MAY BE POSSIBLE FOR THE FRONT BRAKE LINE TO SLIP OUT OF THE RETAINING BRACKET LOCATED AT THE FRONT STRUT. THE BRAKE HOSE THAT IS ATTACHED TO THE BRAKE LINE COULD COME IN CONTACT WITH THE TIRE AND BE SUBJECTED TO WEAR AND ABRASION.","THIS COULD INITIALLY CAUSE SOME BRAKE FLUID LEAKAGE, AND EVENTUALLY LEAD TO A SUBSTANTIAL LOSS OF BRAKE FLUID. THERE COULD BE A NOTICEABLE REDUCTION IN BRAKE PERFORMANCE IF A LOSS OF FRONT BRAKE PERFORMANCE OCCURS.","DEALERS WILL INSTALL AN ADDITIONAL RETAINING CLIP TO FURTHER SECURE THE BRAKE LINE TO THE FRONT STRUT. ADDITIONALLY, IF INSPECTION OF ANY BRAKE HOSE INDICATES THAT IT HAS EXPERIENCED DAMAGE, THE HOSE WILL BE REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -01/08/2003,03E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03E001000),"OTD, INC.",FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,979,"NAPA AND CARTER REPLACEMENT FUEL PUMPS MANUFACTURED BY OTD, INC., AND DISTRIBUTED BY FEDERAL MOGAL, MAY HAVE AN IMPROPERLY INSTALLED CHECK VALVE. THE PART NUMBERS OF THESE PUMPS ARE P74697M AND P74708M. THEY WERE MANUFACTURED BETWEEN JULY 15 AND 27, 2002. THEY ARE FOR USE AS AFTERMARKET REPLACEMENT PARTS ONLY ON MODEL YEAR (MY)1995 AND 1996 JEEP GRAND CHEROKEE VEHICLES. THIS RECALL DOES NOT INVOLVE THE DAIMLERCHRYSLER CORPORATION OR ANY OF ITS PRODUCTS.","THE PRESSURE IN THE FUEL SYSTEM MAY EXCEED THE LIMITS OF THE FUEL SYSTEM COMPONENTS, POSSIBLY CREATING A FUEL LEAK AND RISK OF FIRE.","IF YOU PURCHASED AN AFTERMARKET REPLACEMENT FUEL PUMP FOR YOUR MY 1995 OR 1996 JEEP GRAND CHEROKEE AFTER JULY 15, 2002, AND ARE NOT SURE WHETHER THE FUEL PUMP IS ONE OF THOSES INVOLVED IN THIS RECALL, YOU SHOULD CONTACT FEDERAL MOGAL AT 1-800-560-1400 TO MAKE ARRANGEMENTS TO HAVE YOUR VEHICLE INSPECTED AND REPAIRED IF NECESSARY FREE OF CHARGE." -01/07/2003,03V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V012000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10,ON CERTAIN MOTOR HOMES EQUIPPED WITH CATERPILLAR 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL ENGINES WITH HIGH EFFICIENCY PUMPS (HEP8). THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.,"ONCE ENGINE STALL OCCURS, THE ENGINE CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.",CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE PUMP SERIAL NUMBERS AND REPLACE THE PUMP IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986 OR GEORGIE BOY AT 1-269-663-3415. -01/07/2003,03V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V013000),R-VISION,R-VISION/PIN BOX CRACKING,TRAILER HITCHES,NR (Not Reported),Vehicle,368,"ON CERTAIN FIFTH WHEEL TRAILERS EQUIPPED WITH AN UPPER DECK PIN BOX, THE FRONT SECTION OF THE UPPER DECK AT THE PIN BOX AREA HAS A PROBLEM WITH EXCESSIVE FLEXING.","THIS EXCESSIVE FLEXIBILITY CAN CAUSE THE CRACKING OF THE SURROUNDING FRAME AND POTENTIALLY LOOSEN OR SEVER THE CONNECTION BETWEEN THE FIFTH WHEEL AND THE TOWING VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A RETRO FIT KIT TO CORRECT THE PROBLEM. OWNER NOTIFICATION BEGAN FEBRUARY 18, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT R-VISION AT 1-574-268-2111." -01/03/2003,03V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V008000),"REV Ambulance Group Orlando, Inc.",WHEELED COACH/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,81,"CERTAIN AMBULANCES BUILT ON FORD F-350 CHASSIS WERE BUILT WITH FRONT COIL SPRINGS SIZED TO PRODUCE A FRONT GROSS AXLE WEIGHT RATING (GAWR) OF 4,500 LBS. THE FRONT GAWR WAS MISSTATED ON THE FINAL STATE CERTIFICATION LABEL AS 4,850 LBS.",THE CHASSIS' GAWR WOULD BE TOO SMALL TO SUPPORT THE FINISHED PRODUCT. A DIFFERENT SET OF FRONT SPRINGS WAS USED WITH THE LIGHTER FRONT GAWR.,"NEW CERTIFICATION LABELS WILL BE PROVIDED TO THE OWNERS WITH INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN DECEMBER 20, 2002. OWNERS SHOULD CONTACT WHEELED COACH AT 1-800-628-8178, IF THEY DO NOT RECEIVE A CORRECT LABEL OR HAVE TROUBLE INSTALLING THE LABEL." -01/02/2003,03V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V009000),"CHANCE COACH, INC.",CHANCE COACH/EMERGENCY EXIT LABELING,EQUIPMENT,SB111,Vehicle,201,"ON CERTAIN COACHES, THE FRONT AND REAR COACH DOORS ARE NOT MARKED AS AN ""EMERGENCY EXIT.""","WITHOUT THESE LABELS, THERE COULD BE CONFUSION IN LOCATING THE EMERGENCY EXITS IN THE EVENT OF A CRASH.","OWNERS WILL BE PROVIDED WITH LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION WAS EXPECTED TO BEGIN JANUARY 7, 2003. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-888-391-1777." -01/02/2003,03V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=03V030000),Hyundai Motor America,HYUNDAI/CRANKSHAFT POSITION SENSOR,ELECTRICAL SYSTEM,049,Vehicle,25643,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 2.7 LITER V-6 ENGINES, IMPROPERLY MANUFACTURED CRANKSHAFT POSITION SENSORS (CPS) WERE INSTALLED. THE CPS CASES WERE IMPROPERLY MANUFACTURED AND DID NOT MEET DIMENSIONAL SPECIFICATIONS. INTERNAL GAPS WITHIN THE CASES ALLOWED EPOXY TO CONTACT THE PRINTED CIRCUIT BOARD, WHICH RESULTED IN CRACKING OF THE PRINTED CIRCUIT BOARD CAPACITOR.",A DAMAGED CPS CAPACITOR COULD RESULT IN ENGINE STALLING.,"DEALERS WILL REPLACE THE CPS. OWNER NOTIFICATION BEGAN ON MARCH 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-829-9956." -12/31/2002,02V139027,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139027),Vermeer Manufacturing Company,VERMEER/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",IK00-1055,Vehicle,129,"ON CERTAIN TUB GRINDER TRAILERS EQUIPPED WITH BENDIX SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.","DEALERS WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VERMEER AT 641-628-3141 OR BENDIX AT 440-329-9000." -12/30/2002,02V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V343000),IC CORPORATION,IC/HYDRAULIC MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",02303,Vehicle,1295,"ON CERTAIN BUSES EQUIPPED WITH HYDRAULIC BRAKES, THE MASTER CYLINDER WAS DAMAGED DURING THE FILL AND BLEED PROCEDURE.","THIS DAMAGE CAN CAUSE BRAKE DRAG, BRAKE LOCK-UP OR EXTENDED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE MASTER CYLINDER. OWNER NOTIFICATION BEGAN JANUARY 27, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT IC CORPORATION AT 1-800-993-7686." -12/30/2002,02V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V342000),"TRAVEL SUPREME, INC.",TRAVEL SUPREME/FOIL HEAT SHIELD,ENGINE AND ENGINE COOLING,342,Vehicle,294,"ON CERTAIN 38' AND 40' MOTOR HOMES, AN INSULATED FOIL HEAT SHIELD, APPLIED ABOVE THE ENGINE TURBO EXHAUST IN THE ENGINE COMPARTMENT AT THE REAR OF THE MOTOR HOME TO DEFECT HEAT, MAY DETACH FROM THE SURFACE.",THIS CONDITION CAN RESULT IN A FIRE CAUSING INJURY TO THE OCCUPANT(S) OF THE MOTOR HOME.,DEALERS WILL INSPECT THE UNIT TO DETERMINE IF THE SEAM TAPE WAS INSTALLED. THEY WILL RE-ATTACH THE FOIL AND ADD THE SEAM TAPE AS NEEDED. ALL UNITS WILL ALSO HAVE A METAL FABRICATED HEAT SHIELD INSTALLED ON THE SURFACE OF THE INSULATED FOIL DIRECTLY ABOVE THE ENGINE TURBO EXHAUST. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2003. BEGIN OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRAVEL SUPREME AT 1-866-808-9032. -12/23/2002,02V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V340000),Honda (American Honda Motor Co.),HONDA/BANK ANGLE SENSOR ON MOTORCYCLES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,660,"ON CERTAIN MOTORCYCLES, THE BANK ANGLE SENSORS DESIGNED TO SHUT OFF THE FUEL PUMP AND THE ENGINE ELECTRICAL POWER IN THE EVENT THE MOTORCYCLE FALLS OVER, WERE INSTALLED USING THE WRONG SIZE SCREWS ALLOWING THE SCREWS TO EVENTUALLY DETACH FROM THEIR MOUNTING POINT.","IF THE SENSOR DETACHES, THE ENGINE WILL STOP UNEXPECTEDLY. SUDDEN LOSS OF ENGINE POWER, ESPECIALLY WHILE TURNING, COULD CAUSE A CRASH.","DEALERS WILL INSPECT THE MOUNTING SCREW SIZE AND, IF NECESSARY, INSTALL SCREWS OF THE CORRECT SIZE. OWNER NOTIFICATION BEGAN DECEMBER 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-289-8226." -12/23/2002,02V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V344000),NATIONAL R.V. INC.,NATIONAL RV/FUEL TANK BRACKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,733,"ON CERTAIN TRAILERS, THE BRACKETS, THAT SUPPORT AN AUXILIARY GASOLINE FUEL TANK ATTACHED TO EACH TRAILER FOR FUELING OFF-ROAD TYPE VEHICLES, MAY FAIL ALLOWING THE TANK TO COME IN CONTACT WITH THE ROAD SURFACE.",THE FUEL TANK COULD SEPARATE FROM THE TRAILER AND/OR COULD RESULT IN A FIRE OR CRASH.,"DEALERS WILL MODIFY THE FUEL TANK SUPPORT BRACKETS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-800-322-6007, EXTENSION 4227. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -12/20/2002,02V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V341000),Hyundai Motor America,HYUNDAI/FRONT LOWER CONTROL ARM CORROSION,SUSPENSION,058,Vehicle,46828,"ON CERTAIN PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. DURING WINTER MONTHS, LARGE QUANTITIES OF SALT ARE USED TO DE-ICE ROADS. THIS ROAD SALT COULD RESULT IN CORROSION OF THE FRONT LOWER CONTROL ARMS.","SEVERE CORROSION COULD RESULT IN PERFORATION AND POTENTIAL FRACTURE OF THE FRONT LOWER CONTROL ARM. IF THIS FRACTURE OCCURS, THE TIRE AND WHEEL ASSEMBLY REMAINS CONNECTED TO THE CHASSIS THROUGH THE FORWARD LOWER CONTROL ARM PIVOT POINT AND THROUGH THE STRUT ATTACHMENT TO THE UPPER WHEELHOUSE. REDUCED CONTROL OF THE FRONT WHEEL LOCATION INCREASES THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT LOWER CONTROL ARMS AND, IF NECESSARY, WILL REPLACE ONE OR BOTH FRONT LOWER CONTROL ARMS IF STRUCTURAL DAMAGE HAS OCCURRED. OWNER NOTIFICATION WILL BEGIN ON JUNE 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -12/18/2002,02V276008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276008),"Dodgen Industries, Inc.",DODGEN/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005 OR DODGEN BORN FREE AT 1-800-247-1835. -12/18/2002,02V276010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276010),"WAGNER TRAILER INTERIORS, INC.",WAGNER/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,13,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005 OR WAGNER AT 405-964-4242. -12/17/2002,02V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V337000),FREIGHTLINER LLC,FREIGHTLINER/CLINCH PINS,TRAILER HITCHES,FL-399,Vehicle,733,"ON CERTAIN TRUCK-TRACTOR MODEL VEHICLES EQUIPPED WITH CONMET SIMPLEX STATIONARY OR SLIDING FIFTH-WHEEL, THE CLINCH PINS THAT RETAIN THE FIFTH-WHEEL PIVOT PINS MAY NOT BE FULLY INSTALLED.",THE FIFTH WHEEL COULD SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE FIFTH WHEEL TO VERIFY THE CORRECT INSTALLATION OF THE CLINCH PIN AND PIVOT PIN. MISSING PINS WILL BE REPLACED. OWNER NOTIFICATION BEGAN NOVEMBER 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/17/2002,02V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V339000),Toyota Motor Corporation,SOUTHEAST TOYOTA/ALLOY WHEELS,WHEELS,NR (Not Reported),Vehicle,176,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH FIVE FACTORY ALLOY WHEELS (MODEL 6934 AND 6936), WITH FACTORY LLAT, AND WITH PORT INSTALLED WR4, FOUR ALLOY WHEEL UPGRADE PROCESSED AT THE JACKSONVILLE, FLORIDA PORT AND DISTRIBUTED BY SOUTHEAST TOYOTA DISTRIBUTORS IN THE STATES OF ALABAMA, FLORIDA, GEORGIA, NORTH AND SOUTH CAROLINA, WHEN THE VEHICLES WERE PROCESSED AT THE PORT, AN ALLOY TIRE/WHEEL UPGRADE WAS INSTALLED. THE UPGRADE INCLUDED 4 ALLOY WHEELS. THE ORIGINAL SPARE TIRE/ALLOY WHEEL WAS NOT CHANGED. THE SPARE TIRE REQUIRES THE USE OF A DIFFERENT STYLE OF WHEEL NUT TO ATTACH IT TO THE VEHICLE.","IF THE SPARE TIRE/WHEEL IS INSTALLED ON THE VEHICLE USING THE WHEEL NUTS PROVIDED FOR THE UPGRADE ALLOY WHEEL, DAMAGE TO THE WHEEL COULD RESULT AND COULD EVENTUALLY LEAD TO A LOOSE WHEEL.","OWNERS WILL BE PROVIDED WITH DIFFERENT STYLE LUG NUTS, A WARNING LABEL FOR THE SPARE RE/ALLOY WHEEL, AND AN OWNER'S MANUAL ADDENDUM." -12/16/2002,02V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V338000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/TRUNK FLOOR MATS/STATIC DISCHARGE,ELECTRICAL SYSTEM,2002 110014,Vehicle,65000,"ON CERTAIN PASSENGER VEHICLES, EXCESSIVE STATIC BUILD-UP IN THE TRUNK FLOOR MATS CAN CAUSE A STATIC DISCHARGE WHEN INDIVIDUALS MOVE OR REMOVE ITEMS FROM THE TRUNK COMPARTMENT.","THIS CAN DAMAGE THE ELECTRICAL SYSTEM COMPONENTS LOCATED IN THE TRUNK, INCLUDING THE VEHICLE'S BATTERY.","DEALERS WILL INSTALL A STATIC INSULATION PANEL BETWEEN THE CARPET AND THE VEHICLE BATTERY WHICH WILL PROVIDE AN ELECTRICAL GROUNDING. OWNER NOTIFICATION BEGAN FEBRUARY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/13/2002,02V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V336000),FREIGHTLINER LLC,FREIGHTLINER/TRANSMISSION FRACTURE,POWER TRAIN,FL-405,Vehicle,145,"ON CERTAIN HEAVY TRUCKS, THE CAST OUTPUT YOKE ON THE MERCEDES-BENZ TRANSMISSIONS COULD FRACTURE ON VEHICLE WITH 1610 OR 16T SERIES DRIVELINES.","IF PIECES OF THE YOKE SEPARATE, THE DEBRIS CAN REPRESENT A POTENTIAL HZARD TO PEOPLE OUTSIDE THE VHEICLE AND TO OTHER PASSING VEHICLES.","DEALERS WILL REPLACE THE CAST TRANSMISSION OUTPUT YOKE WITH A FORGED PART. OWNER NOTIFICATION BEGAN ON JANUARY 30, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/12/2002,02V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V330000),"General Motors, LLC",GM/STEERING LINKAGE PITMAN ARM NUT,STEERING,02063,Vehicle,4158,"ON CERTAIN VANS WITH AN 8,500 LB. OR 8,600 LB. GROSS VEHICLE WEIGHT RATING, THE NUT ATTACHING THE PITMAN ARM TO THE STEERING LINKAGE MAY NOT BE TIGHTENED ADEQUATELY RESULTING IN A POSSIBLE SEPARATION.","A SEPARATION COULD RESULT IN LOSS OF VEHICLE CONTROL, AND A CRASH COULD OCCUR WITH PRIOR WARNING.","DEALERS WILL TIGHTEN THE PITMAN ARM NUT TO THE PROPER SPECIFICATION. IF THE NUT IS MISSING, THE DEALER WILL INSTALL A NEW NUT AND TIGHTEN IT CORRECTLY. OWNER NOTIFICATION BEGAN DECEMBER 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -12/12/2002,02V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V332000),"NABI Bus, LLC",NABI/SUSPENSION SUPPORT WELD,SUSPENSION,20022,Vehicle,1474,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH DIESEL OR LIQUID NATURAL GAS (LNG) FUEL SYSTEMS ONLY, IN THE AREA OF THE REAR AXLE LOWER RADIUS ROD ATTACHMENT TO THE SUSPENSION SUPPORT (OR ""C"" FRAME), A WELDING PROBLEM EXISTS.","IF A CRACK WERE TO DEVELOP AND PROPAGATE AROUND THE CIRCUMFERENCE OF THE BUSHING, THE RADIUS ROD ATTACHMENT COULD BECOME LOOSE AND ALLOW MOVEMENT BETWEEN THE LOWER RADIUS ROD AND THE REAR AXLE. SHOULD THIS HAPPEN, THE REAR AXLE POSITION COULD SHIFT DURING ACCELERATION, DECELERATION, OR IN TURNS, AND COULD AFFECT THE HANDLING OF THE VEHICLE.","OWNERS ARE BEING REQUESTED TO INSPECT THEIR BUSES FOR CRACKS AND TO REMOVE THE BUSES FROM SERVICE THAT HAVE CRACKS EXCEEDING SPECIFIC CRITERIA. NABI WILL ARRANGE TO REPAIR ALL THE VEHICLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON DECEMBER 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NABI AT 1-888-424-5844, EXTENSION 7900." -12/12/2002,02V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V331000),"Nissan North America, Inc.",NISSAN/FMVSS 108/HEADLAMP ADJUSTMENT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,36000,"CERTAIN SEDANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" IN THE ASSEMBLY OF THE HEADLAMPS, IT IS NECESSARY TO HAVE A MEANS TO ADJUST THE HEADLAMPS. TAMPERPROOF CAPS TO PREVENT HORIZONTAL ADJUSTMENT OF THE HEADLAMPS ARE THEN INSTALLED. SOME OF THESE VEHICLES ARE MISSING THE TAMPERPROOF CAPS.",,"DEALERS WILL INSTALL THE MISSING TAMPERPROOF CAPS ON THE HEADLAMP ASSEMBLIES. OWNER NOTIFICATION BEGAN JANUARY 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INFINITI AT 1-800-662-6200." -12/11/2002,02V277008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277008),"NORTHLAND INDUSTRIES, INC.",NORTHLAND/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY THE CUSTOMER AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -12/10/2002,02V277005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277005),"Winnebago Industries, Inc.",WINNEBAGO/REFRIGERATOR C00LING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1531,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 . THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NOROLD SERVICE AT 1-800-667-3005 OR WINNEBAGO AT 641-585-3535. -12/09/2002,02V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V323000),Ford Motor Company,FORD/INTEGRATED AIR BAG MONITOR CONTAMINATION,AIR BAGS,02S44,Vehicle,396217,"ON CERTAIN PASSENGER VEHICLES, THE INTEGRATED AIR BAG MONITOR (IABM) CAN BE CONTAMINATED WITH WATER OR OTHER LIQUIDS AND COULD EXPERIENCE INTERNAL ELECTRICAL SHORTING.","THIS MAY, IN TURN, CAUSE THE AIR BAG READINESS LIGHT TO ILLUMINATE AND IN VERY RARE OCCURRENCES, AIR BAG DEPLOYMENT, MELTED WIRING, OR FIRE MAY OCCUR.","DEALERS WILL INSTALL THE SHIELD OVER THE IABM AND APPLY NYOGEL GREASE TO THE CONNECTOR. OWNER NOTIFICATION BEGAN FEBRUARY 11, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -12/09/2002,02V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V328000),"General Motors, LLC",GM/EMERGENCY TRUNK RELEASE HANDLE,LATCHES/LOCKS/LINKAGES,02060,Vehicle,43980,"ON CERTAIN PASSENGER VEHICLES, THE EMERGENCY TRUNK RELEASE HANDLE MAY BE INSTALLED OR FORCED OUT OF THE PROPER POSITION.","IF THE CABLE IS OUT OF THE PROPER POSITION, IT COULD INCREASE THE FORCE REQUIRED TO ACTIVATE THE EMERGENCY TRUNK RELEASE HANDLE AND A PERSON TRAPPED IN THE TRUNK MAY NOT BE ABLE TO RELEASE THE TRUNK LATCH USING THE EMERGENCY TRUNK RELEASE HANDLE.","DEALERS WILL SECURE THE EMERGENCY TRUNK RELEASE CABLE TO ENSURE THAT THE EMERGENCY TRUNK RELEASE HANDLE OPERATES PROPERLY. OWNER NOTIFICATION BEGAN DECEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUICK AT 1-800-521-7300." -12/09/2002,02V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V329000),"General Motors, LLC",GM/PASSENGER AIR BAG MISSING CHECK VALVE PIN,AIR BAGS,02061,Vehicle,272,"ON CERTAIN PASSENGER, SPORT UTILITY VEHICLES AND MINI VANS, SOME OF THESE VEHICLES HAVE A PASSENGER AIR BAG THAT WAS MANUFACTURED WITHOUT A CHECK VALVE PIN. AN AIR BAG WITHOUT THE CHECK VALVE PIN COULD PRODUCE INCREASED PRESSURE AT THE ONSET OF THE AIR BAG DEPLOYMENT AND REDUCED PRESSURE AFTERWARD.",THIS COULD INCREASE THE SEVERITY OF INJURY TO A PERSON WHO WAS NOT PROPERLY RESTRAINED AND WHO WAS CLOSE TO THE PASSENGER AIR BAG AT THE TIME OF DEPLOYMENT. IT COULD ALSO REDUCE THE AB8ILITY OF THE AIR BAG TO PROTECT A RESTRAINED FRONT SEAT PASSENGER.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE PASSENGER AIR BAG. OWNER NOTIFICATION BEGAN DECEMBER 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, OLDSMOBILE AT 1-800-442-6537, OR SATURN AT 1-800-553-6000, PROMPT #3." -12/06/2002,02V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V325000),"Gillig, LLC",GILLIG/ENGINE COMPARTMENT INSULATION,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2108,"ON CERTAIN LOW FLOOR 29', 35' AND 40' BUSES, THE ENGINE COMPARTMENT INSULATION COULD FATIGUE AND SAG, POTENTIALLY TOUCHING THE TURBOCHARGER.",THIS COULD POTENTIALLY LEAD TO A VEHICLE FIRE.,"GILLIG IS PROVIDING THE OWNERS WITH NEW INSULATION AND INSTALLATION PROCEDURES. THE NEW INSULATION IS TO BE INSTALLED ON THE INSIDE SIDE SURFACE OF THE ACCESS HATCH AND A MECHANICAL RETAINING STRIP TO SUPPORT THE ADJACENT INSULATION. THE RETAINING STRIP IS ATTACHED WITH NUTS AND BOLTS. OWNER NOTIFICATION BEGAN DECEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GILLIG AT 1-800-735-1500." -12/06/2002,02V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V324000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/OIL LEAKAGE,ELECTRICAL SYSTEM,MC02-011,Vehicle,9787,"ON CERTAIN 2000 ZX1200-A1/A1-L, 2001 ZX1200-A2/A2-L, AND 2002-2003 ZX1200-B1/B1-L MOTORCYCLES, OIL LEAKING FROM THE ALTERNATOR LEAD ELECTRICAL CONNECTOR CAN BE DEPOSITED ONTO THE REAR TIRE.","THIS CAN CREATE THE POTENTIAL FOR A LOSS OF TRACTION FOR BRAKING OR CORNERING, AND CAN LEAD TO A CRASH.","DEALERS WILL SEAL THE ALTERNATOR LEAD WIRES. OWNER NOTIFICATION BEGAN BEGIN DECEMBER 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -12/06/2002,02V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V335000),"Saleen, Inc.",SALEEN/FUEL LINE LOCATION,"FUEL SYSTEM, GASOLINE",WRC-2003-01,Vehicle,98,"ON CERTAIN SUPERCHARGED VEHICLES, THE FUEL LINE CROSSOVER HOSE SITS TOO CLOSE TO THE EGR VALVE, CAUSING THE HOSE TO BECOME TOO HOT AND BURN THROUGH, LEAKING FUEL.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","DEALERS WILL INSTALL A NEW BRACKET WHICH WILL LOWER THE HOSE AND RELOCATES IT IN A SAFE ENVIRONMENT, AWAY FROM THE EGR VALVE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SALEEN AT 1-949-597-3837." -12/03/2002,02V276007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276007),"ALFA LEISURE,INC.",ALFA/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,4,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 462. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 26, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005 OR ALFA AT 909-628-5574." -12/03/2002,02T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T016000),Cooper Tire & Rubber Co.,COOPER/INADEQUATE RUBBER COVERAGE,TIRES,NR (Not Reported),Tire,261,"COOPER DURANGO RADIAL XTR AND MASTERCRAFT COUSER C/T TIRES SIZE LT235/85R16 MANUFACTURED BETWEEN SEPTEMBER 15 AND SEPTEMBER 21, 2002. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW THREAD GAUGE UNDER THE SHOULDER SLOTS.","IF THIS CONDITION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR. LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288." -12/03/2002,02V318002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V318002),FREIGHTLINER LLC,FREIGHTLINER/CATERPILLAR/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",FL404,Vehicle,2616,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL ENGINES WITH HIGH EFFICIENCY PUMPS (HEP8), THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.","FREIGHTLINER RECALL NO. FL404. ONCE ENGINE STALL OCCURS, THE ENGINE CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.",CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE PUMP SERIAL NUMBERS AND REPLACE THE PUMP IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986 OR FREIGHTLINER AT 1-800-547-0712. -12/03/2002,02V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V334000),"Jayco, Inc.",JAYCO/STRESS CRACKS AT PIN BOX,TRAILER HITCHES,RO2175/9901045,Vehicle,719,"ON CERTAIN 5TH WHEELS, IN EXCESS TOWING CONDITIONS, STRESS CRACKS CAN BEGIN TO OCCUR AT THE CONNECTING POINT BETWEEN THE PIN BOX SIDE PLATE AND THE PIN BOX REAR TUBE CAUSING A POTENTIAL TEARING OF THE PIN BOX SIDE PLATES AND THE REAR PIN BOX TUBE.","THIS COULD RESULT IN THE UNIT BEING PARTIALLY OR FULLY DETACHED FROM THE TOW VEHICLE, WHICH RESULTING POTENTIAL PROPERTY DAMAGE OR INJURY.",DEALERS WILL REINFORCE THE PIN BOX CONNECTING POINT. OWNER NOTIFICATION BEGAN DURING JANUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-877-825-4782. -12/03/2002,02V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V333000),Utility Trailer Manufacturing Company,UTILITY/PINTLE HOOK PLATE WELDS,TRAILER HITCHES,NR (Not Reported),Vehicle,24,"ON CERTAIN DUAL AXLE, REFRIGERATED TRAILERS BUILT WITH AN OPTIONAL PINTLE HOOK ASSEMBLY (PREMIER TYPE) FOR USE IN ""SUPER DOUBLES"" OPERATIONS, SOME WELDS MAY HAVE BEEN MISSED THAT ATTACH THE REINFORCEMENT CHANNEL TO THE PINTLE HOOK MOUNTING PLATE AT THE REAR SUBFRAME.","FULL OR PARTIAL SEPARATION OF THE PINTLE HOOK ASSEMBLY FROM ITS MOUNTING COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE PINTLE HOOK MOUNTING ASSEMBLY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2002 OR JANUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UTILITY AT 1-800-423-6591. -12/03/2002,02V276006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276006),Winnebago Industries Inc.,WINNEBAGO/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,631,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005 OR WINNEBAGO AT 641-585-3535. -12/02/2002,02E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E061000),MANCHESTER TANK & EQUIPMENT,20 AND 30 POUND LP GAS CYLINDERS,EQUIPMENT,NR (Not Reported),Equipment,13672,20-POUND AND 30 POUND LIQUID PETROLEUM GAS CYLINDERS MODELS 10487TC (20-POUND HORIZONTAL) AND 1175TC (30-POUND HORIZONTAL MANUFACTURED BETWEEN JANUARY AND OCTOBER 2002 FOR USE ON RECREATIONAL VEHICLES. THESE TANKS ARE EQUIPPED WITH AN OVERFILL PROTECTION DEVICE (OPD) WITH A SWING TYPE FLOAT. THE VALVE'S FLOAT STRIKES THE SIDEWALL OF THE CYLINDER AND PREVENTS THE PROPER OPERATION OF THE OPD. THIS WILL ALLOW THE CYLINDER TO OVERFILL.,"IN THE PRESENCE OF A IGNITION SOURCE, A POSSIBLE VEHICLE FIRE CAN OCURR.","OWNER NOTIFICATION BEGAN JANUARY 3, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MANCHESTER TANK RECALL MANAGEMENT INC AT 800-420-7511." -12/02/2002,02V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V322000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CENTRAL TIMER MODULE,EXTERIOR LIGHTING,B32,Vehicle,3640,"ON CERTAIN PICKUP TRUCKS, THE CENTRAL TIMER MODULE (CTM) HAS AN IMPROPERLY SIZED CIRCUIT BOARD TRACE THAT COULD POTENTIALLY CAUSE THE RIGHT HEADLAMP LOW BEAM TO BECOME INOPERATIVE.","IF THE LIGHTS FAIL, A VISIBILITY PROBLEM COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE CTM. OWNER NOTIFICATION BEGAN DECEMBER 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/02/2002,02V321001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V321001),FREIGHTLINER LLC,FREIGHTLINER/MANIFOLD DASH VALVES,"SERVICE BRAKES, AIR",FL403,Vehicle,427,"ON CERTAIN TRUCKS EQUIPPED WITH MANIFOLD DASH VALVES WITH PUSH TO CONNECT FITTINGS USED TO CONTROL THE PARK BRAKE FUNCTION ON TRUCKS AND TRAILERS WITH AIR BRAKES, THE PARK KNOB CAN POP OUT UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. THIS WILL EXHAUST THE AIR FROM THE PARK BRAKE SYSTEM ON THE TRAILER AND APPLY THE PARKING BRAKES.","IF THIS CONDITION IS NOT NOTICED, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","HALDEX WILL NOTIFY ITS CUSTOMERS TO MAKE ARRANGEMENTS TO HAVE THE VALVE INSPECTED AND, IF NECESSARY, REPLACED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX BRAKE SYSTEMS AT 816-801-2641 OR FREIGHTLINER AT 1-800-547-0712." -12/02/2002,02V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V320000),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/REAR AIR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,122,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH REYCO REAR AXLE AIR SUSPENSIONS, DEFLATED SUSPENSION AIR BAGS COULD CREATE EXCESSIVE DRIVELINE ANGLES CAUSING U-JOINT DAMAGE.","THE DRIVE SHAFT COULD FALL OFF OF THE BUS. FOLLOWING VEHICLES COULD THEN RUN OVER THIS OBSTACLE, INCREASING THE RISK OF DAMAGE TO THE FOLLOWING VEHICLE.",DEALERS WILL INSTALL AXLE STOPS TO LIMIT REAR SUSPENSION TRAVEL AND FASTENER TORQUE WILL BE CHECKED ON THE SUSPENSION HEIGHT CONTROL ROD. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712. -12/02/2002,02V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V326000),"General Motors, LLC",GM/TIE ROD END NUT INADEQUATELY TIGHTENED,STEERING,02058,Vehicle,18648,"ON CERTAIN VANS, THE RIGHT-HAND TIE ROD END NUT MAY NOT BE TIGHTENED ADEQUATELY. THE NUT CAN LOOSEN RESULTING IN SEPARATION OF THE TIE ROD FROM THE STEERING KNUCKLE.",SEPARATION OF A TIE ROD CAN CAUSE UNEXPECTED VEHICLE STEERING IN SOME MANEUVERS AND COULD CAUSE A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL TIGHTEN THE TIE ROD END NUT AND, IF NECESSARY, REPLACE THE TIE ROD END. OWNER NOTIFICATION BEGAN NOVEMBER 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -12/02/2002,02V276009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276009),THOR INDUSTRIES,THOR/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,54224,"CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/27/2002,02V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V319000),"BMW of North America, LLC",BMW MOTORCYCLE/TRANSMISSION GEARBOX,POWER TRAIN,NR (Not Reported),Vehicle,515,"ON CERTAIN MOTORCYCLES, IT IS POSSIBLE THAT THE 3RD AND 4TH TRANSMISSION GEAR (SHIFT) WHEELS MAY NOT BE SECURELY SEATED ON THE INTERMEDIATE SHAFT. CONSEQUENTLY, WHEN ATTEMPTING TO SHIFT FROM 5TH TO 6TH GEAR, ENGAGEMENT OF THE TWO GEARS MAY OCCUR SIMULTANEOUSLY.","IF THIS HAPPENS, THE GEAR WHEELS COULD CRACK RESULTING IN A LOSS OF TRANSMISSION CAPABILITY, OR, A LOCK OF TRANSMISSION COULD OCCUR. THE REAR WHEEL COULD LOCK WHICH, DEPENDING UPON TRAFFIC AND ROAD CONDITIONS, AND THE RIDER'S REACTION, COULD AFFECT THE STABILITY OF THE MOTORCYCLE.","DEALERS WILL INSPECT THE MOTORCYCLES AND REPLACE THE TRANSMISSION GEAR BOX IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -11/27/2002,02V318001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V318001),PACCAR Incorporated,PACCAR/CATERPILLAR/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",02KW5/1102C,Vehicle,16,ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL ENGINES WITH HIGH EFFICIENCY PUMPS (HEP8). THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.,"ONCE ENGINE STALL OCCURS, THE ENGINE CANNOT BE RESTARTED, INCREASING THE RISK OF A CRASH.","CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE PUMP SERIAL NUMBERS AND REPLACE THE PUMP IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986, OR KENWORTH AT 425-828-5440, OR PETERBILT AT 940-591-4201." -11/26/2002,02V321002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V321002),"Mack Trucks, Inc.",MACK/MERITORWABCO/MANIFOLD DASH VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,64,"ON CERTAIN TRUCKS EQUIPPED WITH MANIFOLD DASH VALVES WITH PUSH TO CONNECT FITTINGS USED TO CONTROL THE PARK BRAKE FUNCTION ON TRUCKS AND TRAILERS WITH AIR BRAKES, THE PARK KNOB CAN POP OUT UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. THIS WILL EXHAUST THE AIR FROM THE PARK BRAKE SYSTEM ON THE TRAILER AND APPLY THE PARKING BRAKES.","IF THIS CONDITION IS NOT NOTICED, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","HALDEX HAS NOTIFIED ITS CUSTOMERS TO MAKE ARRANGEMENTS TO HAVE THE VALVE INSPECTED AND, IF NECESSARY, REPLACED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX BRAKE SYSTEMS AT 816-801-2641 OR MACK AT 1-610-709-3337." -11/26/2002,02V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V316000),"Nissan North America, Inc.",NISSAN/SPARE TIRE WHEEL RIM,WHEELS,R2021,Vehicle,6500,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH A V6 ENGINE, AN INCORRECT SIZE WHEEL RIM FOR THE SPARE TIRE WAS PROVIDED IN THESE VEHICLES. THE WHEEL RIM DOES NOT FIT PROPERLY AS A REPLACEMENT FOR A FRONT WHEEL.","WHEN INSTALLED ON THE FRONT OF THE VEHICLE, THE WHEEL RIM WILL CONTACT THE BRAKE CALIPER CAUSING A LOUD RUBBING NOISE AND COULD RESULT IN WEAR ON THE CALIPER AND/OR WHEEL RIM IF DRIVING CONTINUES. CONTINUED USAGE OF THE SPARE TIRE WHEEL AT THE FRONT LOCATION CAN ALSO RESULT IN LOOSENING OF THE LUG NUTS AND DETERIORATION IN BRAKING PERFORMANCE. THIS COULD EVENTUALLY CAUSE THE WHEEL ASSEMBLY TO SEPARATE FORM THE VEHICLE AND RESULT IN LOSS OF CONTROL AND A CRASH.","DEALERS WILL REPLACE THE SPARE TIRE WHEEL RIM WITH A NEW ONE, AND REMOUNT THE SPARE TIRE ON IT. OWNER NOTIFICATION BEGAN JANUARY 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/25/2002,02V277006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277006),"KZRV, LP",K-Z/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,245,"CERTAIN FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/25/2002,02V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V317000),Volvo Trucks North America,VOLVO TRUCKS/DRIVE AXLE SEAT,SUSPENSION,RVXX0301,Vehicle,213,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS WITH VOLVO B-RIDE REAR SUSPENSION, THE FORWARD AND/OR REAR DRIVE AXLE UPPER AXLE SEAT COULD BREAK ALLOWING THE AFFECTED AXLE TO SHIFT OUT OF ALIGNMENT.","THIS CONDITION COULD RESULT IN LOSS OF AXLE STABILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE UPPER AXLE SEAT ON BOTH REAR DRIVE AXLES. OWNER NOTIFICATION BEGAN JANUARY 14, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/22/2002,02V277007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277007),"Champion Bus, Inc.",CHAMPION BUS/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,4,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 . THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/21/2002,02V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V313000),Ford Motor Company,FORD/TRANSMISSION SHIFT CABLE,POWER TRAIN,02S43,Vehicle,25,"ON CERTAIN SPORT UTILITY VEHICLES, THE TRANSMISSION SHIFT CABLE CAN BECOME DISLODGED FROM THE SHIFT CABLE BRACKET.",THIS COULD RESULT RESULTING IN INCORRECT GEAR INDICATION.,DEALERS WILL ADD A STRAP TO THE SHIFT CABLE ADJUSTER TO PREVENT THE SHIFT CABLE FROM BECOMING DISLODGED. FORD HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332. -11/21/2002,02E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E060000),Maxion Wheels/Hayes Lemmerz,HAYES LEMMERZ/TRAILER WHEELS,WHEELS,NR (Not Reported),Equipment,40000,EIGHT SPOKE TRAILER WHEELS AND MODULA TRAILER WHEELS. THE DEFECT IS DUE TO AN INCORRECT LABEL THAT WAS PLACED ON THE TRAILER WHEELS DURING PRODUCTION FROM SEPTEMBER 2001 THROUGH FEBRUARY 2002. THE INCORRECT LABEL ADVISES USERS TO TORQUE CONE NUTS TO 175-225 LB-FT AND FLANGE NUTS TO 275-325 LB-FT. THE CORRECT LABEL ADVISES THE USERS TO TORQUE WHEEL NUTS TO 90-120 LB-FT.,"IF THE USER TORQUES THE NUTS IN ACCORDANCE WITH THE INCORRECT LABEL, THE NUTS COULD DEFORM THE MOUNTING AREA OF THE TRAILER WHEEL AND ALLOW THE TRAILER WHEEL TO LOOSEN. THE TRAILER WHEEL COULD COME OFF, POSSIBLY RESULTING IN A VEHICLE CRASH.","HAYES LEMMERZ WILL NOTIFY ITS CUSTOMERS AND PROVIDE REMEDY FREE OF CHARGE. IF THE NUTS ON THE TRAILER WHEELS HAVE NOT BEEN OVER TORGUED, CORRECT LABELS WILL BE PROVIDED TO BE PERMANENTLY AFFIXED OVER THE INCORRECT LABEL. IF THE WHEELS HAVE BEEN OVER TORQUED, NEW PARTS WILL BE INSTALLED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HAYES LEMMERZ AT 800-236-2804." -11/21/2002,02V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V315000),HYUNDAI TRUCK SERVICE,HYUNDAI TRUCK/TIRE VALVE STEMS,TIRES,T001,Vehicle,1401,"ON CERTAIN CAB-OVER CLASS 4 TRUCKS, THE SNAP-IN TIRE VALVE STEMS IN THE WHEELS OF THESE TRUCKS CAN LEAK AIR.","THIS CAN CAUSE A LOSS OF TIRE AIR PRESSURE, LEAD TO A RUPTURE OF THE TIRE, AND CAUSE A LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL INSTALL NEW TIRE VALVE STEMS. OWNER NOTIFICATION BEGAN DECEMBER 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI TRUCK AT 1-609-395-2300." -11/21/2002,02V160008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160008),XPLORER MTR HM/FRANK DIV.,XPLORER/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,1,"ONE MOTOR HOME EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AMSAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.",AMSAFE WILL NOTIFY ITS CUSTOMERS AND PROVIDE A PLASTIC OUTER COVER THAT SNAPS OVER THE EXISTING COVER ON UNITS IN THE FIELD AND WILL REPLACE BROKEN SEAT BELTS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330 OR XPLORER AT 810-346-2771. -11/20/2002,02V277004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277004),"GEORGIE BOY MFG., LLC",GEORGIE BOY/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,38,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/19/2002,02V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V312000),"Carriage, Inc.",CARRIAGE/PIN BOX,TRAILER HITCHES,NR (Not Reported),Vehicle,1450,CERTAIN FIFTH WHEEL TRAILERS MAY HAVE AN INSUFFICIENT FRAME STRUCTURE TO SUPPORT THE PIN BOX.,"OVER TIME STRESS CRACKS COULD BEGIN TO OCCUR AT THE FRAME INSERTION POINTS AND FRONT CROSS STRUCTURE SURROUNDING THE PIN BOX (HITCH). THIS COULD RESULT IN THE TRAILER BECOMING PARTIALLY OR FULLY DETACHED FROM THE TOW VEHICLE, INCREASING THE RISK OF A CRASH, PERSONAL INJURY OR PROPERTY DAMAGE.","DEALERS WILL INSTALL A REINFORCEMENT KIT TO THE FRAME STRUCTURE SURROUNDING THE PIN BOX. OWNER NOTIFICATION BEGAN APRIL 30, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CARRIAGE AT 1-800-895-0108." -11/19/2002,02V276005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276005),"Viking RV, LLC",VIKING/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,711,"CERTAIN POP-UP CAMPERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/19/2002,02V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V314000),"Volvo Car USA, LLC",VOLVO/ELECTRICAL SEAT HEATER,SEATS,112,Vehicle,65000,"ON SOME SEDANS AND STATION WAGONS EQUIPPED WITH SEAT HEATERS, IT IS POSSIBLE THAT EXCESSIVE COMPRESSION OF THE SEAT CUSHION COULD CAUSE DAMAGE TO THE ELECTRICAL WIRING OF THE SEAT HEATER.","IF THIS OCCURS, THE DAMAGE COULD RESULT IN A SHORT CIRCUIT THAT COULD CAUSE A FIRE.","DEALERS WILL DISCONNECT THE EXISTING WIRES AND INSTALL A NEW ELECTRONIC THERMOSTAT AND CABLE HARNESS. OWNER NOTIFICATION BEGAN ON FEBRUARY 19, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -11/15/2002,02E058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E058000),"Caterpillar, Inc.",CATERPILLAR/ENGINE PUMPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2636,MODEL NO.: 3126E HYDRAULICALLY CONTROLLED ELECTRONICALLY ACTUATED UNIT INJECTED DIESEL EINGINES WITH HIGH EFFICIENCY PUMPS (HEP8) PRODUCED BY CATERPILLAR BETWEEN JUNE AND SEPTEMBER 2002 FOR USE ON MEDIUM DUTY ON-HIGHWAY ENGINES. THE PUMP COMPONENTS MAY EXPERIENCE A HIGH PRESSURE SEAL FAILURE WHICH CAN RESULT IN A SHORT PERIOD OF ROUGH RUNNING AND SUBSEQUENT ENGINE STALL DUE TO A LOSS OF INJECTION ACTUATION PRESSURE.,"ONCE ENGINE STALL OCCURS THE ENGINE CANNOT BE RESTARTED, WHICH MAY RESULT IN A SITUATION WHERE A VEHICLE CRASH COULD OCCUR.","OWNER NOTIFICATION BEGAN DECEMBER 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CATERPILLAR AT 1-800-447-4986." -11/15/2002,02V276004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276004),"GEORGIE BOY MFG., LLC",GEORGIE BOY/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,15954,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -11/15/2002,02V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V311000),Indian Motorcycle Company,INDIAN MOTORCYCLE/WINDSHIELD FASTENER,VISIBILITY,IMCSB-050,Vehicle,5464,"ON CERTAIN MOTORCYCLES, THE FASTENERS THAT BOLT THE WINDSHIELD TO THE MOUNTING CLAMPS CAN BREAK, CAUSING THE WINDSHIELD TO COME PARTIALLY OR COMPLETELY OFF THE BIKE.","IF THIS HAPPENS WHILE THE MOTORCYCLE IS IN USE, THE RIDER COULD BE INJURED BY THE WINDSHIELD.","DEALERS WILL REPLACE THE WINDSHIELDS. OWNER NOTIFICATION BEGAN JANUARY 16, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-888-899-2997." -11/15/2002,02V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V309000),"Navistar, Inc.",INTERNATIONAL/BRAKE BOLTS/NUTS,"SERVICE BRAKES, HYDRAULIC",02515,Vehicle,252,"ON CERTAIN HEAVY DUTY TRUCKS, THE BOLTS AND LOCKING NUTS USED TO HOLD THE BRAKE SPIDERS OR BRAKE ANCHOR PLATES TIGHT TO THE AXLES WERE UNDER-TORQUED ON THE RIGHT SIDE OF THE VEHICLES. IF THE CLAMP LOAD ON THE BOLTS IS NOT SUFFICIENT, THE ANCHOR PLATE MAY MOVE WHEN THE BRAKE IS APPLIED IN EITHER THE FORWARD OR REVERSE DIRECTION.","THIS MOVEMENT COULD CAUSE INDIVIDUAL BRAKE COMPONENTS TO FAIL OR EVENTUALLY FATIGUE ALL THE ANCHOR PLATE MOUNTING BOLTS. IF ALL THE BOLTS BREAK DUE TO FAILURE, A COMPLETE LOSS OF BRAKING AT A WHEEL END COULD OCCUR.",DEALERS WILL INSPECT AND TIGHTEN ALL SUSPECT BOLTS. NEW WHEEL SEALS AND NEW BOLTS WILL BE INSTALLED WHERE APPLICABLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825. -11/15/2002,02V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V310000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 120/GAWR INFORMATION,EQUIPMENT,RVXX0206,Vehicle,91,"CERTAIN HEAVY DUTY CLASS 8 TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE WEIGHT CERTIFICATION LABEL WHICH CONTAINS FRONT GROSS AXLE WEIGHT RATING (GAWR) INFORMATION DOES NOT ACCURATELY REFLECT THE ACTUAL FRONT GROSS AXLE WEIGHT.","WHEN OPERATING BOBTAIL WITH FULL FUEL TANKS AND TWO OCCUPANTS WITH AN ALLOWANCE FOR PERSONAL BELONGINGS, THE ACTUAL GROSS AXLE WEIGHT MAY EXCEED THE STATED RATING FOUND ON THE WEIGHT CERTIFICATION LABEL.","DEALERS WILL INSTALL NEW FRONT STEER AXLE TIRES AND NEW CERTIFICATION LABEL STATING THE NEW FRONT STEER AXLE WEIGHT RATING. OWNER NOTIFICATION BEGAN DECEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/14/2002,02V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V307000),"General Motors, LLC",GM/FRONT SEAT BACK RECLINERS,SEATS,02056/03C04,Vehicle,72135,"ON CERTAIN PASSENGER VEHICLES, SOME FRONT SEAT BACK RECLINER GEAR TEETH MAY WEAR EXCESSIVELY THROUGH REPEATED USE, WHICH COULD CAUSE THE SEAT BACK TO SLIP PARTIALLY REARWARD WHEN FORCE IS APPLIED.","IF THIS HAPPENS WHILE THE VEHICLE IS BEING DRIVEN, IT COULD CAUSE A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT SEAT RECLINER MECHANISMS. THIS IS AN EXPANSION OF A PREVIOUS RECALL (99V045). OWNER NOTIFICATION BEGAN JANUARY 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SATURN AT 1-800-553-6000, PROMPT 3." -11/14/2002,02V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V305000),"General Motors, LLC",GM/WHEEL BEARING NUT,WHEELS,02053,Vehicle,18409,"CERTAIN VANS WERE BUILT WITHOUT A WHEEL BEARING ASSEMBLY RETAINING NUT, WHICH COULD LEAD TO A POSSIBLE BEARING SEPARATION.","IF THIS WERE TO OCCUR, THE AMBER-COLORED ABS TELL-TALE LAMP IN THE INSTRUMENT PANEL WOULD ILLUMINATE AND THE ABS SYSTEM WOULD BE DISABLED. THE DRIVER WOULD ALSO NOTICE A GRINDING NOISE, A DECREASE IN THE VEHICLE SPEED, AND THE STEERING WILL PULL IN THE DIRECTION OF THE AFFECTED BRAKE ASSEMBLY. THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WHEEL BEARING ASSEMBLY. IF THE INSPECTION REVEALS A MISSING RETAINING NUT, THE WHEEL BEARING ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN NOVEMBER 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -11/14/2002,02V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V308000),"SAAB CARS USA, INC.",SAAB/AIR BAG ECU,AIR BAGS,15012,Vehicle,20476,"ON CERTAIN PASSENGER VEHICLES, THE AIR BAG ELECTRONIC CONTROL UNIT (ECU) IS DESIGNED TO SENSE AND DISCRIMINATE FRONTAL IMPACT EVENTS, COMMAND AIR BAG AND SEAT BELT PRETENSIONER DEPLOYMENTS IN A TIMELY MANNER, AND PERFORM CONTINUOUS DIAGNOSTICS OF THE AIR BAG SYSTEM IN THE VEHICLE. DUE TO THE POSSIBLE INSUFFICIENT SEALING OF THE BOTTOM OF AN ELECTROLYTE CAPACITOR, IT IS POSSIBLE FOR IT TO LEAK ELECTROLYTE WITHIN THE AIR BAG ECU. ALSO, IN HIGH HUMIDITY ENVIRONMENTS, THE OPERATION OF THE VEHICLE AIR CONDITIONER CAN CAUSE RAPID COOLING OF THE ECU, WHICH IN TURN MAY CAUSE THE FORMATION OF CONDENSATION WITH THE UNIT.","IF THIS MOISTURE COMES INTO CONTACT WITH THE ELECTROLYTE FROM THE CAPACITOR, IT FORMS A HIGHLY CONDUCTIVE MATERIAL THAT COULD CREATE AN ELECTRICAL SHORT CIRCUIT. THIS ELECTRICAL SHORT COULD TRIGGER THE AIR BAGS AND SEAT BELT PRETENSIONERS.","DEALERS WILL INSTALL A NEW AIR BAG ECU. OWNER NOTIFICATION BEGAN APRIL 4, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAAB AT 1-800-955-9007." -11/14/2002,02V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V295000),Wabash National Corporation,WABASH/BODY RAIL WELDS,STRUCTURE,NR (Not Reported),Vehicle,6233,VEHICLE DESCRIPTION: SEMI-TRAILERS. THESE SEMI-TRAILERS ARE EQUIPPED WITH SUSPENSION BOGIES THAT CAN SLIDE FORWARD AND AFT TO CHANGE THE AXLE POSITIONS. THE BOGIES SLIDE ALONG A PAIR OF BODY RAILS THAT ARE WELDED DIRECTLY TO THE BOTTOM FLANGE OF THE I-BEAM CROSSMEMBERS THAT MAKE UP THE FLOOR SUPPORT STRUCTURE. THE FRONT STOP PIPES WERE INADVERTENTLY WELDED TO THE BODY RAILS SEVERAL INCHES BELOW THE BOTTOM OF THE CROSSMEMBERS.,"CYCLIC TENSION LOADING WILL RESULT IN THE OUTSIDE GUSSET WELD CRACKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL CUT AWAY THE VERTICAL CONNECTION OF THE GUSSET TO THE RAILS ELIMINATING THE GUSSET CRACKING IN THE AREA WHERE THE STOP PIPE IS SOLIDLY WELDED INTO THE BODY RAILS. OWNER NOTIFICATION BEGAN OCTOBER 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WABASH AT 1-765-771-5300." -11/13/2002,02V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V306000),AM GENERAL LLC,AM GENERAL/FUEL LINES,"FUEL SYSTEM, GASOLINE",AMG R0201,Vehicle,25,"ON CERTAIN VEHICLES, THE FUEL LINES CAN CONTACT A ROUGH EDGE ON THE TRANSMISSION CASE, RESULTING IN CHAFFED LINES AND FUEL LEAKAGE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPOSITION A CLAMP SECURING THE FUEL LINES TO THE BODY REINFORCEMENT MEMBER. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM GENERAL AT 1-800-638-8303. -11/13/2002,02V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V302000),Blue Bird Body Company,BLUE BIRD/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",R02GR,Vehicle,485,"ON CERTAIN FRONT ENGINE SCHOOL AND TRANSIT BUSES EQUIPPED WITH HYDRAULIC BRAKES, THE REAR HYDRAULIC BRAKE HOSE COULD CONTACT THE FRAME RAIL AND ABRADE, ALLOWING BRAKE FLUID LEAKAGE.","IF THIS OCCURS, VEHICLE BRAKING COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR BRAKE HOSE TO FRAME RAIL CLEARANCE AND REPOSITION THE BRAKE HOSE CLAMPS AT THE AXLE TO ENSURE ADEQUATE CLEARANCE. ANY CHAFED BRAKE HOSES WILL BE REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -11/13/2002,02E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E059000),Haldex Commercial Vehicle Systems,HALDEX/MANIFOLD DASH VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1985,"MANIFOLD DASH VALVES WITH PUSH TO CONNECT FITTINGS USED TO CONTROL THE PARK BRAKE FUNCTION ON TRUCKS AND TRAILERS WITH AIR BRAKES AND ARE IDENTIFIED WITH A MANUFACTURING DATE CODE OF 001A1K THROUGH 330A1K MANUFACTURED BETWEEN JANUARY 1 AND SEPTEMBER 30, 2002. THE DATE CODE IS STAMPED INTO THE BACK OF THE VALVE BODY. THE PARK KNOB CAN POP OUT UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. THIS WILL EXHAUST THE AIR FROM THE PARK BRAKE SYSTEM ON THE TRAILER AND APPLY THE PARKING BRAKES.","IF THIS CONDITION IS NOT NOTICED, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","HALDEX HAS NOTIFIED ITS CUSTOMERS TO MAKE ARRANGEMENTS TO HAVE THE VALVE INSPECTED AND, IF NECESSARY, REPLACED FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX BRAKE SYSTEMS AT 816-801-2641." -11/13/2002,02E059001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E059001),WABCO USA LLC,MERITOR WABCO/HALDEX/MANIFOLD DASH VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1985,"MANIFOLD DASH VALVES WITH PUSH TO CONNECT FITTINGS USED TO CONTROL THE PARK BRAKE FUNCTION ON TRUCKS AND TRAILERS WITH AIR BRAKES AND ARE IDENTIFIED WITH A MANUFACTURING DATE CODE OF 001A1K THROUGH 330A1K MANUFACTURED BETWEEN JANUARY 1 AND SEPTEMBER 30, 2002. THE DATE CODE IS STAMPED INTO THE BACK OF THE VALVE BODY. THE PARK KNOB CAN POP OUT UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. THIS WILL EXHAUST THE AIR FROM THE PARK BRAKE SYSTEM ON THE TRAILER AND APPLY THE PARKING BRAKES.","IF THIS CONDITION IS NOT NOTICED, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","MERITOR WABCO WILL NOTIFY ITS CUSTOMERS AND MAKE ARRANGEMENTS TO HAVE THE VALVE INSPECTED AND, IF NECESSARY, REPLACED FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX BRAKE SYSTEMS AT 816-801-2641." -11/12/2002,02V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V303000),Blue Bird Body Company,BLUE BIRD/ACCELERATOR PEDAL ASSEMBLY,VEHICLE SPEED CONTROL,R02GP,Vehicle,157,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH CATERPILLAR 3126E ENGINES AND FELSTED ELECTRONIC PEDAL ASSEMBLIES, AN INTERNAL RETURN SPRING ON THE THROTTLE POSITION SENSOR WAS INCORRECTLY MANUFACTURED. THE SPRING, WHICH IS TOO LONG, CUTS A TRACE INTO THE PRINTED CIRCUIT BOARD CAUSING THE SENSOR TO FAIL.","THIS WILL CAUSE THE ENGINE TO RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE THROTTLE POSITION SENSORS. ANY CHAFED BRAKE HOSES WILL BE REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -11/12/2002,02V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V304000),Great Dane Trailers,GREAT DANE/WELD,TRAILER HITCHES,356,Vehicle,8195,"ON CERTAIN VAN TRAILERS WITH SLIDE SUSPENSIONS, IMPROPERLY APPLIED WELD ATTACHMENT OF THE UPPER BOGIE RAILS TO TRAILER CROSSMEMBERS.",TRAILER TURN OVER OR A VEHICLE CRASH COULD OCCUR.,"DEALERS WILL REWELD THE RAIL ATTACHMENT WELDS AND INSTALL ATTACHMENT CLIPS/GUSSETS. OWNER NOTIFICATION BEGAN NOVEMBER 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GREAT DANE AT 1-877-369-3493." -11/12/2002,02T003002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T003002),Hercules Tire & Rubber Company,HERCULES/COOPER/LOWER SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,296,"HERCULES TERRA TRAC TOURING LTD TIRES SIZE P235/75R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN NOVEMBER 25, 2001, AND JANUARY 5, 2002. SOME OF THESE TIRES MAY EXHIBIT LOWER SIDEWALL CRACKING.","WHEN THIS CONDITION EXISTS, OVER TIME IT COULD RESULT IN ACCELERATED AIR LOSS. LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","HERCULES IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288." -11/12/2002,02V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V299000),"Nissan North America, Inc.",NISSAN/AXLE CORROSION,SUSPENSION,R2019,Vehicle,143000,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, WATER MAY ENTER THE REAR AXLE HOUSING DUE TO INADEQUATE SEALING OF THE ANTI-LOCK BRAKING SYSTEM (ABS) SENSOR.","THIS CAN RESULT IN CORROSION AND EVENTUAL FAILURE OF THE WHEEL BEARING. IF THIS OCCURS, THE WHEEL ASSEMBLY COULD SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR AXLE FOR WATER INTRUSION AND ANY AFFECTED COMPONENTS WILL BE REPLACED. THE ABS SENSOR WILL BE RESEALED TO PREVENT WATER INTRUSION. OWNER NOTIFICATION BEGAN DECEMBER 10, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/12/2002,02V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V300000),"Nissan North America, Inc.",NISSAN/FUEL FILLER INLET,"FUEL SYSTEM, GASOLINE",R2020,Vehicle,44000,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES, THE FUEL TANK INLET SHUTTER VALVE DOES NOT MEET THE SEALING PERFORMANCE SPECIFICATION.","UNDER CERTAIN CONDITIONS SUCH AS HIGH AMBIENT TEMPERATURE AND WHEN WINTER GRADE GASOLINE IS BEING SOLD, FUEL COULD SPILL FROM THE FILLER INLET AS THE TANK IS BEING FILLED. IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK INLET SHUTTER VALVE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DECEMBER 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/12/2002,02V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V298000),"Nissan North America, Inc.",NISSAN/THROTTLE SUPERCHARGER,VEHICLE SPEED CONTROL,R2013,Vehicle,5000,"ON CERTAIN PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH A SUPERCHARGER, UNDER CERTAIN CONDITIONS, SUCH AS FULL THROTTLE IN LOW GEAR WHEN THE ENGINE IS NOT FULLY WARMED UP AND AT COLD AMBIENT TEMPERATURE, THE AMOUNT OF INTAKE AIR FLOW THROUGH THE AIR FLOW METER MAY EXCEED THE MAXIMUM PRESET DIAGNOSIS LIMIT VALUE.","THIS WILL CAUSE THE ENGINE CONTROL SYSTEM TO GO INTO THE FAILSAFE MODE. UNDER THIS CONDITION, THE MALFUNCTION INDICATOR LAMP WILL ILLUMINATE AND ENGINE SPEED WILL NOT EXCEED 2400 RPM REGARDLESS OF THE THROTTLE POSITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ELECTRONIC CONTROL MODULE. OWNER NOTIFICATION BEGAN JANUARY 15, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/12/2002,02V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V301000),STARCRAFT BUS AND MOBILITY,STARCRAFT BUS/FMVSS 217/EXIT RELEASE HANDLE,EQUIPMENT,NR (Not Reported),Vehicle,10,"CERTAIN SHUTTLE BUSES EQUIPPED WITH 2 REAR WHEEL CHAIR AND FLIP SEATS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE FLIP SEAT INSTALLED ON THE RIGHT REAR OF THE BUS PARTIALLY OBSCURES THE REAR EMERGENCY EXIT WINDOW'S RELEASE HANDLE AND OPERATIONAL INSTRUCTION LABEL.","IN THE EVENT OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO PROPERLY EXIT THE VEHICLE.","DEALERS WILL INSTALL AN EMERGENCY WINDOW EXIT LABEL TO THE WINDOW. OWNER NOTIFICATION BEGAN NOVEMBER 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT BUS AT 1-800-348-7440." -11/08/2002,02V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V291000),Diamond Coach Corporation,DIAMOND COACH/FMVSS 217/EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3146,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" DUE TO CERTAIN SEATING ARRANGEMENTS, THE EMERGENCY EXIT LABELS ON THE EMERGENCY EXIT WINDOWS WERE IN AN IMPROPER LOCATION.","WITHOUT THESE LABELS, THERE COULD BE CONFUSION IN LOCATING THE EMERGENCY EXIT RELEASES IN THE EVENT OF A CRASH.","OWNERS WILL BE PROVIDED WITH LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABELS AND INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT DIAMOND COACH AT 1-800-241-8678, EXTENSION 13." -11/08/2002,02V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V292000),Diamond Coach Corporation,DIAMOND COACH/FMVSS 217/RELEASE HANDLES,STRUCTURE,NR (Not Reported),Vehicle,71,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" DUE TO CERTAIN SEATING ARRANGEMENTS, THE EMERGENCY EXIT RELEASE HANDLES DID NOT FALL IN THE ACCEPTABLE REGION SET FORTH BY THE STANDARD.","THE RELEASE MECHANISMS FOR THE REAR WINDOW MARKED AS AN ""EMERGENCY EXIT"" WERE PARTIALLY BLOCKED SO ACCESS TO THE MECHANISMS WOULD BE PARTIALLY OBSTRUCTED. THERE COULD BE CONFUSION IN LOCATING THE EMERGENCY EXIT RELEASE HANDLES IN THE EVENT OF A CRASH.","THE REAR WINDOW EMERGENCY EXIT STICKERS WILL NEED TO BE REMOVED. OWNERS ARE BEING PROVIDED WITH REMOVAL INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABELS AND INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT DIAMOND COACH AT 1-800-241-8678, EXTENSION 13." -11/07/2002,02E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E057000),"Bendix Commercial Vehicle Systems, LLC",BENDIX/AIR DRYERS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2940,"BENDIX AD-2 AIR DRYERS MANUFACTURED BETWEEN NOVEMBER 7, 2001, AND MAY 28, 2002. ORIGINAL EQUIPMENT PART NOS. 288595 AND 289008 AND AFTERMARKET SERVICE PART NOS. 102351, 102595, 103090, 103228, 286930, 286934, 288595, AND 289008. THE AIR DRYER CANISTERS CAN CRACK UNDER HIGH PRESSURES CAUSING THE METAL END PLATE TO BECOME DISLODGED AND EXPELLED WITH HIGH FORCE.","THE METAL END PLATE CAN BECOME A HAZARDOUS PROJECTILE, POSSIBLY CAUSING SEVERE PERSONAL INJURY.","BENDIX WILL REPLACE THE DEFECTIVE AD-2 AIR DRYERS FREE OF CHARGE. REPLACEMENT PARTS WILL BE AVAILABLE AFTER FEBRUARY 15, 2003. OWNER NOTIFICATION BEGAN JUNE 18, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX RECALL ASSISTANCE CENTER AT 800-478-1793." -11/07/2002,02V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V293000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG CLOCKSPRING,AIR BAGS,B24,Vehicle,1500521,"ON CERTAIN MINI VANS, THE CLOCKSPRING ASSEMBLY MAY HAVE BEEN WOUND INCORRECTLY DURING THE VEHICLE ASSEMBLY PROCESS.","THIS CONDITION WILL MANIFEST ITSELF THROUGH ILLUMINATION OF THE AIR BAG WARNING LAMP, AND COULD EVENTUALLY RESULT IN A DRIVER'S AIR BAG OPEN CIRCUIT, IF THE PART IS NOT REPLACED IN A REASONABLE AMOUNT OF TIME.","DEALERS WILL REPLACE THE CLOCKSPRING ASSEMBLY ON ALL VEHICLES WITH 70,000 MILES OR LESS. AN EXTENDED LIFETIME WARRANTY WILL ALSO BE PLACED ON THIS COMPONENT FOR ALL AFFECTED VEHICLES, REGARDLESS OF MILEAGE. DAIMLERCHRYSLER WILL ALSO REIMBURSE OWNERS WHO HAVE PAID TO HAVE THE CLOCKSPRING REPLACED ON THEIR VEHICLES. OWNER NOTIFICATION BEGAN NOVEMBER 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/07/2002,02V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V296000),"Forest River, Inc.",FOREST RIVER/FOG LAMPS POWER FEED,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,220,"ON CERTAIN CLASS A MOTOR HOMES BUILT ON EITHER A FORD OR WORKHORSE CHASSIS, THE POWER FEED FOR THE FOG LAMPS MAY HAVE BEEN MIS-WIRED.","NORMAL USE OF THE FOG LIGHTS COULD CAUSE THE DIODE IN THE RADIO CIRCUIT TO OVERHEAT AND POSSIBLY CAUSE A FIRE. OWNERS ARE ASKED TO NOT USE THE FOG LIGHTS UNTIL THIS SITUATION IS CORRECTED. ALTHOUGH THE GEORGETOWN MOTOR HOMES WERE NOT EQUIPPED WITH FOG LIGHTS, THE WIRING FOR THE FOG LIGHTS IS IN THE DASH HARNESS, AND THEREFORE, CONTAINS THE DEFECT.","DEALERS WILL REPLACE PART OF THE DASH HARNESS THAT CONTAINS THIS WIRING. OWNER NOTIFICATION BEGAN NOVEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOREST RIVER AT 1-574-389-1892." -11/06/2002,02V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V288000),Ford Motor Company,FORD/BATTERY CABLES,ELECTRICAL SYSTEM,02S41,Vehicle,291854,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH ZETEC ENGINES, LOOSE OR BROKEN ATTACHMENTS AND MISROUTED BATTERY CABLES COULD LEAD TO CABLE INSULATION DAMAGE.","THIS, IN TURN, COULD CAUSE THE BATTERY CABLES TO SHORT RESULTING IN HEAT DAMAGE TO THE CABLES. BESIDES HEAT DAMAGE, THE ""CHECK ENGINE"" LIGHT MAY ILLUMINATE, THE VEHICLE MAY FAIL TO START, OR SMOKE, MELTING, OR FIRE COULD ALSO OCCUR.","DEALERS WILL INSPECT THE BATTERY CABLES FOR THE CONDITION OF THE CABLE INSULATION AND PROPER TIGHTENING OF THE TERMINAL ENDS. AS NECESSARY, CABLES WILL BE REROUTED, RETAINING CLIPS INSTALLED, AND DAMAGED BATTERY CABLES REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 10, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -11/06/2002,02V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V289000),Ford Motor Company,FORD/STEERING PINCH BOLTS,STEERING,02S42,Vehicle,446569,CERTAIN PASSENGER VEHICLES HAVE LOOSE PINCH BOLTS THAT SECURE THE LOWER CONTROL ARM TO THE STEERING KNUCKLE HAVE BEEN REPORTED.,"LOOSE PINCH BOLTS COULD EXHIBIT NOISE, VIBRATION AND, IN EXTREME CASES IF LEFT UNCORRECTED, SEPARATION OF THE JOINT OR FRACTURE OF THE BALL JOINT STUD, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE STEERING KNUCKLE PINCH BOLT FOR TIGHTNESS AND CORRECT AS NECESSARY. OWNER NOTIFICATION BEGAN FEBRUARY 10, 2003. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -11/06/2002,02V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V294000),Pierce Manufacturing,PIERCE/STEERING,STEERING,74B41,Vehicle,19,"ON CERTAIN CUSTOM CHASSIS EQUIPPED WITH THE ALL WHEEL STEER (AWS) 2002 SYSTEM, THE VEHICLE INTERFACE MOBILE PROGRAM HAS A PROBLEM THAT CAUSES ONE OF THE STEERABLE AXLES TO LOCK IN THE STEERED POSITION RATHER THAN RETURNING TO CENTER.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","PIERCE IS SENDING A FACTORY TECHNICIAN TO ALL VEHICLES AND WILL UPGRADE THE AWS SYSTEM TO ELIMINATE THIS DEFECT. OWNER NOTIFICATION BEGAN ON NOVEMBER 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 920-832-3000." -11/05/2002,02V277003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277003),Blue Bird Body Company,BLUE BIRD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,173,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNER NOTIFICATION BEGAN NOVEMBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005." -11/05/2002,02V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V290000),Hyundai Motor America,HYUNDAI/SEAT BELT BUCKLE WIRING,SEAT BELTS,056,Vehicle,7382,"ON CERTAIN PASSENGER VEHICLES, THE DRIVER SEAT BELT BUCKLE WIRING COULD BE DAMAGED BY INTERFERENCE WITH THE DRIVER SEAT CUSHION HEIGHT ADJUSTER MECHANISM.","DAMAGED DRIVER SEAT BELT BUCKLE WIRING COULD CAUSE THE SEAT BELT WARNING LAMP OR THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG WIRING LAMP TO ILLUMINATE. IT COULD ALSO CAUSE THE AIR BAG FUSE (CAVITY NUMBER 5) TO OPEN, PREVENTING AIR BAG DEPLOYMENT. NONDEPLOYMENT OF AN SRS AIR BAG IN A CRASH WHERE AIR BAG DEPLOYMENT IS WARRANTED COULD INCREASE THE RISK OR SEVERITY OF INJURY IN A CRASH.","DEALERS WILL INSTALL A NEW DRIVER SEAT BELT BUCKLE, IF NECESSARY, AND WILL PLACE A PROTECTIVE COVER OVER THE DRIVER SEAT BELT BUCKLE WIRING TO PREVENT DAMAGE FROM OCCURRING. OWNER NOTIFICATION BEGAN ON MARCH 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -11/04/2002,02V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V287000),"General Motors, LLC",GM/ENGINE BACKFIRE,ENGINE AND ENGINE COOLING,02044,Vehicle,2011,CERTAIN MEDIUM DUTY C-SERIES AND B7 SCHOOL BUS CHASSIS EQUIPPED WITH A 7.4 LITER GAS ENGINE AND AN IMPCO LPG CONVERSION KIT. SOME OF THESE VEHICLES MAY HAVE ENGINE BACKFIRES WITH SUFFICIENT FORCE TO DAMAGE THE ENGINE AIR INTAKE SYSTEM AND THE AIR CLEANER FILTER ELEMENT.,"IF THE DAMAGED AIR CLEANER PARTS ARE DISLODGED FROM THEIR NORMAL POSITION, THESE PARTS COULD COME IN CONTACT WITH THE HOT EXHAUST MANIFOLD AND/OR HOT EXHAUST GAS RECIRCULATION (EGR) VALVE TUBE RESULTING IN A POSSIBLE ENGINE COMPARTMENT FIRE.","DEALERS WILL INSTALL A REDESIGNED MIXER BONNET AND AIR CLEANER HOUSING COVER, SELECTIVE UPGRADES IN VARIOUS CONNECTIONS RELATED TO THE AIR INDUCTION SYSTEM, AND IF NEEDED, A NEW AIR CLEANER FILTER. OWNER NOTIFICATION BEGAN DECEMBER 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -11/04/2002,02V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V286000),"General Motors, LLC",GM/POWER STEERING ASSEMBLY,STEERING,02049,Vehicle,1159156,"CERTAIN PASSENGER VEHICLES AND MINI VANS HAVE LOWER PINION BEARINGS IN THE POWER RACK AND PINION ASSEMBLY IN WHICH THE RETAINER TABS WERE NOT CRIMPED PROPERLY. THESE AND SOME OTHER RETAINERS USED IN VEHICLES ASSEMBLED BETWEEN JANUARY 1, 1996 AND OCTOBER 31, 1997, COULD FAIL AND PERMIT THE BALL BEARINGS TO ESCAPE.","IF THIS OCCURS, THE PINION SHAFT CAN BE FORCED UPWARD DURING LEFT TURNS AND BACK DOWN AS THE STEERING WHEEL IS MOVED BACK AND TO THE RIGHT. IF THE PINION SHAFT MOVES FURTHER, THE DRIVER WILL NEED TO EXERT MORE EFFORT TO TURN THE STEERING WHEEL, SIMILAR TO A VEHICLE WITHOUT POWER ASSISTED STEERING. IF THE PINION SHAFT MOVES EVEN FURTHER, THE DRIVER WILL REQUIRE MUCH HIGHER EFFORT TO TURN LEFT AND MAY NOT BE ABLE TO TURN THE WHEEL AS MUCH AS INTENDED. WITH THE MAXIMUM PINION SHAFT MOVEMENT, WHICH REQUIRES INTERNAL GEAR COMPONENT DAMAGE, THE DRIVER CAN ENCOUNTER HIGH RESISTANCE TO TURNING LEFT, FOLLOWED BY UNINTENDED POWER ASSIST TO THE RIGHT. IN ANY OF THESE CONDITIONS, A CRASH COULD OCCUR.","DEALERS WILL INSTALL A NEW LOWER PINION BEARING UNLESS INSPECT OF THE EXISTING BEARING INDICATES THAT REPLACEMENT OF THE GEAR ASSEMBLY IS NECESSARY. OWNER NOTIFICATION BEGAN JANUARY 24, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, OR OLDSMOBILE AT 1-800-442-6537." -10/31/2002,02V276003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276003),"COACHMEN INDUSTRIES, INC.",COACHMEN/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,90667,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -10/31/2002,02V160009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160009),FREIGHTLINER LLC,THOMAS BUILT/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,2371,"ON CERTAIN SCHOOL OR TRANSIT BUSES WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AMSAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.",DEALERS WILL PROVIDE A PLASTIC OUTER COVER THAT SNAPS OVER THE EXISTING COVER ON UNITS IN THE FIELD AND WILL REPLACE BROKEN SEAT BELTS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-841-5924 OR AMSAFE AT 574-266-8330. -10/30/2002,02V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V284000),Motor Coach Industries,MCI/ELECTRICAL CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,319,"ON CERTAIN MOTOR COACHES, THE ELECTRICAL CABLE ATTACHED TO THE B+ STUD, WHICH IS LOCATED ON THE ENGINE CRADLE AND FOUND IN THE CURBSIDE ENGINE COMPARTMENT, MAY HAVE BEEN POSITIONED SO AS TO ALLOW THE CABLE TO RUB AGAINST THE GROUND STUD.",A SHORT CIRCUIT COULD OCCUR AND RESULT IN A FIRE.,"OWNERS WILL BE PROVIDED REMEDY INSTRUCTIONS. THE RECALL BEGAN ON OCTOBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCI AT 1-800-241-2947." -10/30/2002,02T008001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T008001),SEARS ROEBUCK & CO.,SEARS/COOPER/INNERLINER FOLD,TIRES,NR (Not Reported),Tire,59,"SEARS RESPONSE RST TOURING 2000 TIRES SIZE P205/70R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN APRIL 21 AND APRIL 27, 2002. THESE TIRES MAY HAVE A FOLD ON THE INNERLINER.","TIRES WITH A FOLD OR CRACK WILL LEAK AIR WHEN THEY ARE MOUNTED AND INFLATED. SHOULD THE AIR LOSS NOT BE DETECTED, THE LOSS OF INFLATING AIR COULD RESULT IN A TIRE FAILURE, POSSIBLY RESULTING IN A VEHICLE CRASH.","SEARS IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEARS AUTO CENTER CUSTOMER RELATIONS AT 800-526-3682 OR NTB CUSTOMER RELATIONS AT 800-247-9605." -10/30/2002,02V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V282000),"Subaru of America, Inc.",SUBARU/TRANSMISSION PARKING ROD,POWER TRAIN,WWK-94,Vehicle,172564,"CERTAIN SPORT UTILITY AND PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS WERE PRODUCED WITH AN IMPROPERLY MANUFACTURED TRANSMISSION PARKING ROD. WHEN THE TRANSMISSION SELECTOR LEVER IS PLACED IN THE ""P"" (PARK) POSITION, THE TRANSMISSION PARK MECHANISM, THAT IS INTENDED TO HOLD YOUR VEHICLE, MAY NOT ENGAGE.","THE VEHICLE COULD THEN MOVE/ROLL WITHOUT PRIOR WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION PARKING ROD ASSEMBLY. OWNER NOTIFICATION JANUARY 8, 2003. AN INTERIM OWNER NOTIFICATION WILL BE SENT DURING NOVEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -10/29/2002,02V160006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160006),"Champion Bus, Inc.",CHAMPION/SEAT BELTS/PLASTIC COVER HOUSING,SEAT BELTS,NR (Not Reported),Vehicle,599,"ON CERTAIN BUSES EQUIPPED WITH CP TRAVELING RETRACTOR LAP (TYPE 1) SEAT BELTS, THE PLASTIC COVER HOUSING THE RESERVE END OF THE SEAT BELT WEB CAN BREAK. IF THE TWO HALVES OF THE COVER COMPLETELY SEPARATE, THE CONNECTOR PORTION OF THE BELT WILL DETACH FROM THE COVER. ONCE DETACHED, THE CONNECTOR RIVET CAN SEPARATE FROM THE CONNECTOR FRAME CAUSING THE FRAME TO BECOME UNUSABLE.","THIS CONDITION CANNOT OCCUR DURING USE, HOWEVER, THE BELT WILL BE UNSUABLE AND MAY RESULT IN AN OCCUPANT SEATING POSITION WITHOUT A SEAT BELT. IN THE EVENT OF A VEHICLE CRASH, AN UNBELTED INDIVIDUAL COULD BE SERIOUSLY INJURED OR KILLED.",AMSAFE WILL NOTIFY ITS CUSTOMERS AND PROVIDE A PLASTIC OUTER COVER THAT SNAPS OVER THE EXISTING COVER ON UNITS IN THE FIELD AND WILL REPLACE BROKEN SEAT BELTS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330 OR CHAMPION AT 810-724-6474. -10/29/2002,02V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V283000),"General Motors, LLC",GM/WINDSHIELD WIPER MOTOR,VISIBILITY,02051/03C03,Vehicle,1448,CERTAIN SPORT UTILITY AND PASSENGER VEHICLES EXHIBIT A CONDITION IN WHICH THE WINDSHIELD WIPER MOTOR COULD FAIL DURING USE BECAUSE OF IMPROPER MANUFACTURE.,"IF THIS WERE TO OCCUR IN SEVERE WEATHER, DRIVER VISIBILITY COULD BE REDUCED, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE WIPER MOTOR ASSEMBLY. OWNER NOTIFICATION BEGAN NOVEMBER 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SATURN AT 1-800-553-6000, PROMPT #3 OR HUMMER AT 1-866-486-6376." -10/23/2002,02V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V285000),"Big Dog Motorcycles, LLC",BIG DOG/HANDLEBAR,STEERING,NR (Not Reported),Vehicle,108,"ON CERTAIN MOTORCYCLES, THE WELD ON THE STAINLESS STEEL HANDLEBARS COULD BREAK, LIMITING THE ABILITY TO USE THE HAND CONTROLS.",THIS CAN INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE HANDLEBARS. OWNER NOTIFICATION BEGAN NOVEMBER 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BIG DOG AT 1-316-267-2597." -10/22/2002,02V160005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160005),"Dodgen Industries, Inc.",DODGEN/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,1,"ONE 22' ESCORT MOTOR HOME EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AM-SAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.",THIS MOTOR HOME HAS BEEN CORRECTED. -10/22/2002,02V279001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V279001),"Jayco, Inc.",JAYCO/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,5830,"ON CERTAIN TRAVEL TRAILERS, MOTOR HOMES, AND FIFTH WHEEL CAMPERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS, MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD AT 1-800-767-9101 OR JAYCO AT 1-574-825-0608. -10/22/2002,02V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V278000),MONACO COACH CORPORATION,MONACO/BOSCH/BRAKE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",R02175,Vehicle,8581,"ON CERTAIN MOTOR HOMES, THE BRAKE ASSEMBLIES EXHIBIT ELEVATED TEMPERATURES THAT CAN LEAD TO CATASTROPHIC DETERIORATION OF THE WHEEL END COMPONENTS SUCH AS BEARINGS, RACES, SPINDLES, KNUCKLES, SEALS, HUBS, ROTORS, PATCH BOLTS, CALIPERS, BRAKE PADS, AND ABS SENSORS.","THIS COULD RESULT IN LOSS OF CONTROL, AND/OR THE POTENTIAL FOR A FIRE.","DEALERS WILL INSPECT THE FRONT AND REAR BRAKE CALIPERS FOR CORROSION AND REPLACE OR REBUILD THE CALIPERS AS NECESSARY. THE RECALL BEGAN ON AUGUST 18, 2004. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -10/21/2002,02V160007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160007),"NATIONAL VAN SALES, INC.",NATIONAL VAN/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,1,"ONE S34 CONVERTED WHEELCHAIR VAN EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AMSAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.",THIS VAN HAS BEEN CORRECTED. -10/18/2002,02V160004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160004),Eldorado National-Kansas,ELDORADO/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,28,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AMSAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.","OWNERS WILL BE PROVIDED A SNAP-ON ""OVER-COVER"" TO PREVENT THE SEAT BELT COVER FROM SEPARATING. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8301 OR ELDORADO NATIONAL AT 909-591-9557." -10/17/2002,02V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V280000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",FL-400,Vehicle,53,"ON CERTAIN CREW CAB TRUCKS EQUIPPED WITH HYDRAULIC BRAKES, THE HYDRAULIC BRAKE LINES FROM THE CHASSIS MOUNTED ANTI-LOCK BRAKE SYSTEM (ABS) MODULATOR VALVE CAN BE DAMAGED BY INTERFERENCE WITH THE CAB MOUNTED AUXILIARY HEATER DUCT.","THIS COULD RESULT IN EXTENDED BRAKING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRAKE LINES. OWNER NOTIFICATION BEGAN ON DECEMBER 26, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -10/16/2002,02V160003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160003),COACH & EQUIP SALES CORP.,COACH AND EQUIPMENT/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,850,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AM-SAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.","OWNERS WILL BE PROVIDED A SNAP-ON ""OVER-COVER"" TO PREVENT THE SEAT BELT COVER FROM SEPARATING. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330 OR COACH AND EQUIPMENT AT 1-315-535-7517." -10/16/2002,02V139026,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139026),DRIVE LINE INC.,DRIVE LINE/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR DRIVE LINE AT 954-572-2821. -10/15/2002,02I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02I003000),Ford Motor Company,FORD/FUEL TANK/POLICE VEHICLES,"FUEL SYSTEM, GASOLINE",02B02,Vehicle,350000,"IN ORDER TO ENHANCE POLICE OFFICE SAFETY, MODEL YEAR 1992-2003 CROWN VICTORIA POLICE INTERCEPTOR (CVPI) VEHICLES WILL BE EQUIPPED WITH SHIELDS DESIGNED TO HELP PROTECT THE FUEL TANK IN HIGH-SPEED REAR-IMPACT CRASHES. FORD ALSO WILL BE OFFERING AN OPTIONAL TRUNK PACKAGE DESIGNED TO IMPROVE THE SAFE TRANSPORT OF SHARP-EDGED, HEAVY EQUIPMENT IN THESE VEHICLES.",SOME HIGH-SPEED REAR-IMPACT CRASHES HAVE RESULTED IN FUEL TANK PUNCTURES AND FIRES IN CVPI VEHICLES.,FORD HAS ADVISED US THAT SHIELD KITS HAVE BEEN AVAILABLE SINCE LATE OCTOBER AND WILL BE INSTALLED ON POLICE INTERCEPTOR VEHICLES AT NO COST. THE OPTIONAL TRANK PACKAGE WILL BE AVAILABLE BY THE END OF 2002. FORD HAS ESTABLISHED A NEW WEB SITE AT WWW.CVPI.COM TO ANSWER ADDITIONAL QUESTIONS ABOUT THE SAFE USE OF CPVI VEHICLES. -10/15/2002,02V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V281000),Isuzu Motors Limited,ISUZU/TAKATA SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,14449,"ON CERTAIN SPORT UTILITY VEHICLES AND PICKUP TRUCKS, THE LATCH PLATE USED IN THE SEAT BELT BUCKLE WAS NOT MANUFACTURED ACCORDING TO DESIGN DIMENSIONS. IF THE SEAT BELT TONGUE IS INSERTED SLOWLY AT AN ANGLE INTO THE BUCKLE, THERE IS A POSSIBILITY OF PARTIAL ENGAGEMENT.",THIS CONDITION CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A COLLISION OR HARD BRAKING OF THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT OF THE SEAT.,"DEALERS WILL INSPECT THE BUCKLE AND, IF NECESSARY, REPLACE THE BUCKLE ASSEMBLY WITH A NEW BUCKLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MID-DECEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-643-4070." -10/10/2002,02V276002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276002),Damon Corporation,DAMON/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -10/10/2002,02V277002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277002),Damon Corporation,DAMON/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,354,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -10/09/2002,02V276001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V276001),"Jayco, Inc.",JAYCO/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,9901043,Vehicle,16801,"CERTAIN MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT GAS VALVE FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -10/09/2002,02V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V275000),"Volkswagen Group of America, Inc.",VW/DRIVER'S AIR BAG,AIR BAGS,LN,Vehicle,170,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 3-SPOKE SPORT STEERING WHEELS, IT IS POSSIBLE THAT THE IGNITER FOR THE DRIVER'S SIDE AIR BAG MAY NOT HAVE BEEN PROPERLY ASSEMBLED.",AN IMPROPERLY POSITIONED IGNITER WILL NOT ACTIVATE THE AIR BAG IN THE EVENT OF A CRASH.,"DEALERS WILL REPLACE THE AIR BAGS. OWNER NOTIFICATION BEGAN NOVEMBER 18, 2002. OWNERS SHOULD CONTACT AUDI AT 1-800-822-2834." -10/08/2002,02V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V274000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL TANK CONTROL VALVE WELD,"FUEL SYSTEM, GASOLINE",B25,Vehicle,116029,"ON CERTAIN MINI VANS, THE FUEL TANK CONTROL VALVE WELD JOINT COULD SEPARATE RESULTING IN A POSSIBLE FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN AN UNDERBODY FIRE.,"DEALERS WILL INSPECT THE FUEL TANK AND REPLACE IT IF NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/08/2002,02V037007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V037007),Pierce Manufacturing,PIERCE/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,74B35,Vehicle,54,"ON SOME HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS, THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. OWNER NOTIFICATION BEGAN OCTOBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 920-832-3000." -10/08/2002,02E017004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E017004),"Meritor, Inc.",PIERCE/ARVINMERITOR/TRW/BALL SOCKETS,STEERING,NR (Not Reported),Equipment,18,"ARVINMERITOR TIE ROD END SERVICE KITS SHIPPED BETWEEN MARCH 1 AND DECEMBER 1, 2000. THE DATE CODES INVOLVED ARE 9L1, 9L2, 9L3, 9L4, 9L5, 9M1, 9M2, 9M3, 9M4, OA1, OA2, OA3, OA4, OA5, OB1, OB2, OB3, OB4, OC1, OC2, OC3, OC4, OD1, OD2, OD3, OD4, OE1, OE2, OF2, OF3, OF4, OG1, OG2, OG3, OG4. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS. THIS COULD LEAD TO TIE ROD END BALL SEPARATION FROM THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.",PIERCE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BALL SOCKET ASSEMBLIES FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 888-974-3723. -10/07/2002,02V277001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V277001),"Jayco, Inc.",JAYCO/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1544,"ON CERTAIN FIFTH WHEEL RECREATIONAL VEHICLES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",NORCOLD WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-667-3005. -10/04/2002,02V210009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210009),"Featherlite, Inc.",FEATHERLITE/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,565,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES. THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR FEATHERLITE AT 1-800-800-1230. -10/04/2002,02V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V273000),"General Motors, LLC",GM/REAR FLOOR PAN WELD,STRUCTURE,02045,Vehicle,46,CERTAIN SPORT UTILITY VEHICLES ARE MISSING WELDS ON THE REAR FLOOR PLAN.,"IN A CRASH, MISSING WELDS COULD DEGRADE PERFORMANCE OF THE THIRD ROW SEAT AND SAFETY BELT ANCHORAGE AND OCCUPANTS COULD RECEIVE GREATER INJURIES.","DEALERS WILL INSPECT THE VEHICLE FOR MISSING WELDS. IF MISSING WELDS ARE FOUND, GM WILL EXCHANGE THE VEHICLE FOR AN EQUIVALENT VEHICLE OR PROVIDE A REFUND OF THE PURCHASE PRICE. OWNER NOTIFICATION BEGAN OCTOBER 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -10/03/2002,02V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V270000),BUELL MOTORCYCLE CO.,BUELL/SIDE STAND LEGS,UNKNOWN OR OTHER,0825,Vehicle,371,"ON CERTAIN MOTORCYCLES, THE SIDE STAND LEGS HAVE THE POTENTIAL TO BEND OR BREAK.",THIS COULD CAUSE THE MOTORCYCLE TO FALL INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE SIDE STAND. OWNER NOTIFICATION BEGAN OCTOBER 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUELL AT 1-414-342-4680." -10/03/2002,02V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V271000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/REFRIGERATOR WIRING,EQUIPMENT,NR (Not Reported),Vehicle,69,"ON CERTAIN MOTOR HOMES EQUIPPED WITH OPTION #149 (NORCOLD REFRIGERATORS), THE ELECTRICAL WIRING MAY BE PINCHED AT THE REAR OF THE REFRIGERATOR CAUSING THE WIRING TO SHORT AGAINST OTHER WIRES IN THE AREA OR METAL COMPONENTS OF THE REFRIGERATOR.",THIS COULD CAUSE A FIRE.,"DEALERS WILL INSPECT, REPLACE OR REPAIR DAMAGED 110 VOLT AND 12 VOLT WIRES AS NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -10/03/2002,02V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V272000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/CLUTCH CABLE,POWER TRAIN,NR (Not Reported),Vehicle,782,"ON CERTAIN MOTORCYCLES, THE BRAIDED CLUTCH CABLE COULD CONTACT THE REAR BRAKE LINE AND CAUSE THE BRAKE LINE TO ABRADE OVER TIME, RESULTING IN A LOSS OF REAR BRAKE FLUID.","THE LOSS OF REAR BRAKE FLUID COULD CAUSE THE LOSS OF REAR BRAKE FUNCTION, POSSIBLY WITHOUT WARNING AND COULD CAUSE A CRASH.","DEALERS WILL REPLACE THE BRAIDED CLUTCH CABLE. OWNER NOTIFICATION BEGAN OCTOBER 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -10/03/2002,02V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V269000),"Mack Trucks, Inc.",MACK/FMVSS 121/PARKING BRAKE PERFORMANCE,PARKING BRAKE,SCO277,Vehicle,557,"CERTAIN CLASS 8 CHASSIS FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE INSTALLATION OF THE ADDITIONAL AXLE(S), RAISES THE GVW CAPABILITY OF THE VEHICLE AND THEREFORE REQUIRES AN INCREASE IN THE PARKING BRAKE PERFORMANCE TO HOLD ON A 20% GRADE IN ORDER TO MEET THE REQUIREMENTS OF THE STANDARD.",,DEALERS WILL MODIFY THE PARK BRAKE CONFIGURATION ON THESE VEHICLES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337. -10/02/2002,02V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V266000),Ford Motor Company,FORD/BRAKE AND ACCELERATOR PEDAL DISTANCE,"SERVICE BRAKES, HYDRAULIC",02S40,Vehicle,369614,CERTAIN PASSENGER VEHICLES EQUIPPED WITH ADJUSTABLE PADELS ARE BEING RECALLED IN ORDER TO ADJUST THE BRAKE AND ACCELERATOR PEDALS TO A MINIMUM OF 50 MM OF LATERAL SEPARATION. SIMULTANEOUS APPLICATION OF BOTH THE BRAKE AND ACCELERATOR PEDALS COULD RESULT IN AN INCREASE IN ENGINE RPM.,"THIS COULD RESULT IN A CUSTOMER EXPERIENCING AN ""UNINTENDED VEHICLE SPEED INCREASE"" OR A PERCEIVED ""UNABLE TO STOP"" CONDITION.","OWNERS WILL BE INSTRUCTED AS TO THE PROPER WAY TO SET THE POSITION OF THE PEDALS AND TO TAKE THEIR VEHICLES TO A DEALER TO HAVE THE SPACING BETWEEN THE BRAKE AND ACCELERATOR PEDALS MEASURED. IF THE SPACING IS FOUND TO BE LESS THAN 50 MM, THE DEALER WILL ADJUST THE PEDALS TO INCREASE THE DISTANCE BETWEEN THEM TO GREATER THAN 50 MM. OWNER NOTIFICATION BEGAN OCTOBER 28, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -10/01/2002,02E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E056000),"Meritor, Inc.",ARVINMERITOR/PRO-FUEL AND NAPA FUEL FILTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,32518,"PUROLATOR PRO~FUEL AND NAPA BRAND IN-LINE FUEL REGULATORS SHIPPED BY ARVINMERITOR FROM NOVEMBER 1, 2001, THROUGH AUGUST 31, 2002. THE ELASTOMER USED FOR A DIAPHRAGM IN THE SUSPECT REGULATOR IS NOT COMPATIBLE WITH AUTOMOTIVE FUELS.","PROLONGED EXPOSURE CAN RESULT IN THE DEGRADATION AND WEAKENING OF THE REGULATOR DIAPHRAGM. AS A RESULT, THE DIAPHRAGM MAY LEAK FUEL, POSSIBLY RESULTING IN A VEHICLE FIRE.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SUSPECT FUEL REGULATORS. OWNER NOTIFICATION BEGAN OCTOBER 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR LVA CUSTOMER SERVICE AT 800-637-0580." -10/01/2002,02V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V267000),"General Motors, LLC",GM/BATTERY CABLE,ELECTRICAL SYSTEM,02040,Vehicle,276,CERTAIN MEDIUM DUTY TRUCKS EQUIPPED WITH THE OPTIONAL CATERPILLAR DIESEL ENGINE (LG5) OPTION WERE BUILT WITH A MISROUTED BATTERY CABLE THAT COULD COME IN CONTACT WITH THE EXHAUST PIPE. THE CONDUIT AND THE NYLON CABLE COATING COULD DEGRADE TO THE POINT WHERE THE COPPER WIRE STRANDS OF THE CABLE ARE EXPOSED.,IF THE CABLE STRANDS CONTACTED THE EXHAUST PIPE A SHORT CIRCUIT COULD CAUSE THE BATTERY CABLE COATINGS TO IGNITE AND POSSIBLY LEAD TO AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL INSPECT THE BATTERY CABLE FOR PROPER ROUTING AND REROUTE THE CABLE IF NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -10/01/2002,02V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V268000),Toyota Motor Engineering & Manufacturing,TOYOTA/REAR BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",20E,Vehicle,59394,"ON CERTAIN PASSENGER VEHICLES, IF THE VEHICLE IS DRIVEN UNDER REPEATED START AND STOP OPERATION IN LOW AMBIENT TEMPERATURES AND IN DEEP SNOW, THERE IS A POSSIBILITY THAT SNOW COULD ACCUMULATE IN LARGE QUANTITIES INSIDE THE REAR WHEEL AND FREEZE. THE SNOW FROZEN INSIDE THE WHEEL COULD CONTACT THE REAR BRAKE LINE DURING WHEEL ROTATION.","IF THIS CONDITION OCCURS FREQUENTLY, THE REAR BRAKE LINE COULD BE DAMAGED, WHICH COULD RESULT IN LEAKAGE OF BRAKE FLUID, CAUSING A DECREASE IN BRAKE EFFECTIVENESS.","DEALERS WILL REPLACE THE REAR BRAKE LINES. OWNER NOTIFICATION BEGAN NOVEMBER 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -09/25/2002,02C053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C053000),Dorel Juvenile Group,HARNESS UV PROTECTION,CHILD SEAT,NR (Not Reported),Child Seat,54400,"THESE DOREL JUVENILE GROUP (DJG) CHILD RESTRAINT SYSTEMS, MANUFACTURED FROM MARCH 15 TO AUGUST 1, 2002 WITH 6 PANEL WELLINGTON WEBBING HARNESSES, FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" THE UV STABILIZER USED IN THE WEBBING MAY NOT ADEQUATELY PROTECT IT FROM DETERIORATION BY ULTRAVIOLET RAYS.","IF THE WEBBING IS EXPOSED TO SIGNIFICANT AMOUNTS OF SUNLIGHT, IT COULD DEGRADE. IF THE WEBBING STRENGTH DEGRADES MORE THAN ALLOWED BY THE STANDARD IT MAY NOT PROVIDE SUFFICIENT PROTECTION TO A CHILD IN A CRASH, CAUSING AN INCREASED RISK OF INJURY TO THE CHILD.","DJG'S PETITION FOR RELIEF FROM REMEDY BASED ON ITS BELIEF THAT THE NONCOMPLIANCE WAS INCONSEQUENTIAL TO MOTOR VEHICLE SAFETY WAS DENIED BY NHTSA ON JANUARY 5, 2010. ACCORDINGLY, DJG WILL CONDUCT A SAFETY RECALL CAMPAIGN. IT WILL NOTIFY REGISTERED OWNERS AND PROVIDE FREE REPLACEMENT KITS FOR THE HARNESSES ALONG WITH REPAIR INSTRUCTIONS. THE SAFETY RECALL BEGAN ON FEBRUARY 16, 2010. OWNERS MAY CALL DJG TOLL-FREE AT 1-866-690-2539." -09/25/2002,02V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V265000),"Navistar, Inc.",INTERNATIONAL/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,2129,"ON CERTAIN HEAVY DUTY TRUCKS, THE JOINT BETWEEN THE LOWER PORTION OF THE STEERING COLUMN AND THE UPPER END OF THE INTERMEDIATE STEERING SHAFT MAY HAVE A MISSING OR LOOSE PINCH BOLT. THIS CONDITION COULD ALSO OCCUR AT THE LOWER END OF THE INTERMEDIATE STEERING SHAFT AT THE STEERING GEAR CONNECTION.","IF A PINCH BOLT IS MISSING OR VIBRATES LOOSE, THE SHAFT COULD SEPARATE FROM THE STEERING COLUMN OR STEERING GEAR, AND /OR ALLOW SLIPPAGE BETWEEN THE JOINED SHAFTS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT BOTH ENDS OF THE SHAFT TO ENSURE THE PINCH BOLT IS INSTALLED AND/OR PROPERLY TORQUED. IF THE BOLT AND NUT ARE MISSING, A NEW BOLT, NUT, AND WASHER WILL BE INSTALLED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/25/2002,02E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E054000),"Thule, Inc.",THULE/BIKE RACK,EQUIPMENT,NR (Not Reported),Equipment,,"THULE TRUNK MOUNT BIKE CARRIERS PRODUCED AND SOLD BETWEEN JANUARY AND AUGUST 2002, MODEL(S) SPEEDWAY (PN 961, 962, AND 91962) AND BACKPACK (PN 965 AND 966). SOME OF THE BIKE CARRIERS HAVE END CAPS ON THE ARMS THAT ARE NOT SUFFICIENTLY TIGHT. THE POTENTIAL EXISTS FOR THE BIKE(S) TO SLIDE UP THE HOLDING ARMS OF THE CARRIER, FORCE THE LOOSE END CAPS OFF AND FALL OFF THE RACK.","SHOULD THIS OCCURS WHILE THE VEHICLE IS IN MOTION, A FOLLOWING MOTORIST COULD STRIKE THE BIKE(S), POSSIBLY RESULTING IN A VEHICLE CRASH.",THULE WILL NOTIFY ITS DEALERS AND CUSTOMERS AND WILL REPLACE THE DEFECTIVE BIKE RACKS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE REPLACEMENT BIKE RACK WITHIN A REASONABLE TIME SHOULD CONTACT THULE AT 800-848-5391. -09/25/2002,02E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E055000),"Thule, Inc.",THULE/BIKE RACK,EQUIPMENT,NR (Not Reported),Equipment,,"THULE TRUNK MOUNT BIKE CARRIERS PRODUCED AND SOLD BETWEEN JANUARY AND AUGUST 2002, MODEL(S) SPEEDWAY (PN 961, 962, AND 91962) AND FREEWAY (PN 960). THE POSITIONING SPRING PIN THAT SETS INTO THE HUB CAN SLIP POSITION IF THE RACK IS OVERSTRESSED. IF THIS HAPPENS, THE BIKE(S) CAN FALL OFF THE BIKE RACK.","SHOULD THIS OCCUR WHILE THE VEHICLE IS IN MOTION, A FOLLOWING MOTORIST COULD STRIKE THE BIKE(S), POSSIBLY RESULTING IN A VEHICLE CRASH.","THULE WILL NOTIFY ITS DEALERS AND CUSTOMERS AND WILL REPLACE THE DEFECTIVE BIKE RACKS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 30, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REPLACEMENT BIKE RACK WITHIN A REASONABLE TIME SHOULD CONTACT THULE AT 800-848-5391." -09/25/2002,02V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V263000),"POLARIS INDUSTRIES, INC.",VICTORY/FUEL PUMP,"FUEL SYSTEM, GASOLINE",V-02-05,Vehicle,9120,"ON CERTAIN MOTORCYCLES, THE FUEL PUMP CAN FAIL.","THIS COULD CAUSE POOR ENGINE PERFORMANCE AND POSSIBLE ENGINE STALLING, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE FUEL PUMPS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-417-8650. -09/24/2002,02V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V262000),Moto Guzzi North America,MOTO GUZZI/THROTTLE LINKAGE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2284,"ON CERTAIN MOTORCYCLES, THE THROTTLE LINKAGE CAN FAIL TO RETURN TO A COMPLETELY CLOSED POSITION.","SHOULD THIS FAILURE OCCUR, THE MOTORCYCLE COULD FAIL TO DECELERATE WHEN THE RIDER WANTS IT TO, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE THROTTLE RETURN CABLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MOTO GUZZI AT 1-678-238-0902. -09/23/2002,02V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V261000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/TRANSMISSION SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,698,"ON CERTAIN MOTORCYCLES, A FLANGE ON THE TRANSMISSION OUTPUT SHAFT CAN FRACTURE, RESULTING IN ENGINE DAMAGE WITH POSSIBLE ENGINE LOCK-UP.","FLANGE FAILURE COULD CAUSE THE OUTER GEAR ON THE SHAFT TO CONTACT THE TRANSMISSION HOUSING, PIECES OF THE FLANGE COULD INTERFERE WITH TRANSMISSION OPERATION, OR OPERATION IN FIRST GEAR COULD ALLOW TWO SETS OF TRANSMISSION GEARS TO MESH SIMULTANEOUSLY. THESE FAILURES COULD CAUSE SUDDEN TRANSMISSION LOCK-UP WHICH WOULD CAUSE BOTH THE ENGINE AND REAR WHEEL TO STOP SUDDENLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL DISASSEMBLE THE ENGINE AND REPLACE THE TRANSMISSION OUTPUT SHAFT. OWNER NOTIFICATION BEGAN OCTOBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -09/23/2002,02V210008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210008),TRIAD MACK SALES,TRIAD MACK/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,122,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES. THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR TRIAD MACK AT 336-996-6060. -09/20/2002,02V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V260000),"Navistar, Inc.",INTERNATIONAL/PARKING BRAKE ASSEMBLY,PARKING BRAKE,02513,Vehicle,11204,"ON CERTAIN MEDIUM AND HEAVY DUTY TRUCKS BUILT WITH DRIVELINE PARKING BRAKE CODES 04GAR, THE PARKING BRAKE ASSEMBLY MAY NOT HOLD THE VEHICLE IN POSITION WHEN SET. FACTORS CONTRIBUTING TO THIS POSSIBILITY ARE AS FOLLOWS: (1) CRACKED OR BROKEN CAMS; (2) LOOSE OR BROKEN ANCHOR BOLTS; (3) INITIAL SHOE DIAMETER NOT SET PROPERLY DURING ASSEMBLY, WHICH CAN LEAD TO PROGRESSIVE COMPONENT DAMAGE; (4) BENT ADJUSTER LEVERS THAT CANNOT FUNCTION; OR (5) AUTOMATIC ADJUSTER CABLES THAT ARE DISCONNECTED.","IF THE PARKING BRAKE DOES NOT FUNCTION PROPERLY, THE VEHICLE COULD ROLL, WITHOUT WARNING, AFTER THE PARKING BRAKE LEVER HAS BEEN SET, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CAM, LEVER, AND BOLT. OWNER NOTIFICATION BEGAN DECEMBER 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/20/2002,02V004010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004010),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,02511,Vehicle,31145,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","INTERNATIONAL WILL RETROFIT VEHICLES WITH A NEW PEDAL ROD AND BRACKET. OWNER NOTIFICATION BEGAN DECEMBER 16, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/20/2002,02V241002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V241002),"Navistar, Inc.",INTERNATIONAL/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",02512,Vehicle,3156,ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH BENDIX TC-7 TRAILER CONTROL HAND-OPERATED VALVE WITH PUSH-TO-CONNECT FITTINGS. THE DELIVERY PORT IN THE VALVE BODY MAY BE PARTIALLY BLOCKED DUE TO A PROBLEM DURING THE MODING PROCESS.,SUCH BLOCKAGE MAY SLOW THE DELIVERY AND EXHAUST OF AIR TO AND FROM THE TRAILER BRAKES WHEN THEY ARE OPERATED BY THIS HAND-OPERATED TRAILER CONTROL VALVE.,"INTERNATIONAL WILL REPLACE THE HAND-OPERATED CONTROL VALVES. OWNER NOTIFICATION BEGAN DECEMBER 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/20/2002,02V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V259000),PLEASURE-WAY INDUSTRIES LTD.,PLEASURE WAY/CHARGING SYSTEM WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,411,"ON CERTAIN MOTOR HOMES, THE UNDER HOOD CHARGING SYSTEM WIRING MAY BE IMPROPERLY ROUTED AND COULD COME IN CONTACT WITH OTHER UNDER HOOD COMPONENTS.",THIS COULD RESULT IN A POSSIBLE RISK OF DAMAGE TO THE WIRE'S PROTECTIVE COVERING FROM AN ELECTRICAL SHORT.,"DEALERS WILL INSPECT THE WIRING AND, IF NECESSARY, REPLACE THE WIRE AND RE-ROUTED. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PLEASURE-WAY AT 1-306-934-6578." -09/19/2002,02V211002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V211002),Blue Bird Body Company,BLUE BIRD/PURAGUARD DL AIR FILTER,ENGINE AND ENGINE COOLING,R02GJ,Vehicle,13,"ON CERTAIN LOW FLOOR BUSES EQUIPPED WITH BENDIX PURAGUARD DL DISCHARGE LINE OIL COALESCING AIR FILTER, THE OIL COLLECTED IN THE FILTER CAN BE EXPOSED TO TEMPERATURES IN THE DISCHARGE LINE OF THE AIR COMPRESSOR THAT EXCEED THE IGNITION POINT OF THE OIL.","THESE CONDITIONS CAN PROMOTE THE RISK OF A FIRE IN THE FILTER, POSSIBLY RESULTING IN SERIOUS INJURY.",DEALERS WILL REMOVE AND REPLACE THE PURAGUARD DL UNIT WITH A NEW AIR COMPRESSOR DISCHARGE LINE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 478-822-2242. -09/19/2002,02V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V232000),"CHANCE COACH, INC.",CHANCE COACH/WEBASTO HEATER LINES,VISIBILITY,SB-107,Vehicle,27,"ON CERTAIN COACHES EQUIPPED WITH OPTIONAL WEBASTO HEATERS, THE HEATER LINES IN THE ENGINE COMPARTMENT, ABOVE THE ENGINE EXHAUST SYSTEM, ARE COVERED WITH INSULATION.",HEAT FROM THE EXHAUST MANIFOLD MELTS THE INSULATION CREATING SMOKE OR FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL REMOVE THE INSULATION FROM THESE LINES. OWNER NOTIFICATION BEGAN AUGUST 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-316-779-7712." -09/19/2002,02V004009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004009),Shyft Group,SPARTAN/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,535,"ON CERTAIN MOTOR HOMES AND FIRE TRUCKS EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",WILLIAMS CONTROLS IS HANDLING THE REPLACEMENT OF THIS PEDAL. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROL AT 1-503-684-8600 OR SPARTAN AT 1-800-722-3025. -09/18/2002,02V257001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V257001),DAEWOO MOTOR DE PUERTO RICO,DAEWOO DE PUERTO RICO/FMVSS 106/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2098,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES."" A CRACK CAN DEVELOP IN THE OUTER RUBBER LAYER OF THE FRONT BRAKE HOSE(S).","THIS CAN RESULT IN BRAKE HOSE RUPTURE, BRAKE FLUID LEAKAGE, AND LOSS OF VEHICLE BRAKING.","DEALERS WILL INSTALL NEW REDESIGNED FRONT BRAKE HOSES. OWNER NOTIFICATION BEGAN OCTOBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-362-1234, SELECTION 1." -09/18/2002,02V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V257000),DAEWOO MOTOR AMERICA,DAEWOO/FMVSS 106/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38181,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES."" A CRACK CAN DEVELOP IN THE OUTER RUBBER LAYER OF THE FRONT BRAKE HOSE(S).","THIS CAN RESULT IN BRAKE HOSE RUPTURE, BRAKE FLUID LEAKAGE, AND LOSS OF VEHICLE BRAKING.","DEALERS WILL INSTALL NEW REDESIGNED FRONT BRAKE HOSES. OWNER NOTIFICATION BEGAN OCTOBER 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-362-1234, SELECTION 1." -09/18/2002,02V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V256000),"Volkswagen Group of America, Inc.",VW/IGNITION SWITCH,ELECTRICAL SYSTEM,WQ,Vehicle,10450,"ON CERTAIN PASSENGER VEHICLES, THE ELECTRICAL PORTION OF THE IGNITION SWITCH ASSEMBLY CAN FAIL CAUSING THE HEADLIGHTS AND WINDSHIELD WIPERS TO BECOME INOPERATIVE.","IF SUCH FAILURES OCCUR WHILE THE VEHICLE IS IN USE AT NIGHT OR IN RAINY OR SNOWY WEATHER, A CRASH COULD OCCUR.","DEALERS WILL REPLACE THE ELECTRICAL PART OF THE IGNITION SWITCH ASSEMBLY. OWNER NOTIFICATION BEGAN NOVEMBER 20, 2002. OWNERS SHOULD CONTACT VWOA AT 1-800-822-8987." -09/17/2002,02V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V253000),"General Motors, LLC",GM/FOLDING HEAD RESTRAINTS,SEATS,02039,Vehicle,558904,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH REARWARD FOLDING HEAD RESTRAINTS ON THE SECOND ROW SEATS, TWO POTENTIAL PINCH POINTS EXIST ON EACH OF THE FOLDING HEAD RESTRAINTS WHEN THE RESTRAINTS ARE FOLDED REARWARD AS THE SEATBACK IS FOLDED DOWN.","IF A PERSON WERE TO INSERT THEIR FINGER(S) INTO THE PINCH POINT WHEN THE HEAD RESTRAINT FOLDS, IT COULD TRAP AND PINCH THE FINGER(S) CAUSING INJURY.","DEALERS WILL INSTALL PROTECTIVE COVERS OVER THE PINCH POINTS. OWNER NOTIFICATION BEGAN NOVEMBER 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR CADILLAC AT 1-800-458-8006." -09/17/2002,02V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V251000),Honda (American Honda Motor Co.),HONDA/FRONT SEAT ANCHORAGE,SEATS,NR (Not Reported),Vehicle,2,"ON CERTAIN SPORT UTILITY VEHICLES, THE FRONT SEAT ANCHORAGE NUT STRENGTH IS INSUFFICIENT BECAUSE THE NUTS WERE INSTALLED IMPROPERLY.","IF A COLLISION OCCURRED, THE SEAT ANCHORAGE WOULD NOT WITHSTAND THE FORCE, AND THE FRONT SEAT OCCUPANTS WOULD NOT BE RESTRAINED PROPERLY.",TELEPHONE CALLS WERE MADE TO EACH OWNER AND THE VEHICLES HAVE BEEN REPLACED. -09/17/2002,02V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V250000),Honda (American Honda Motor Co.),HONDA/REAR WHEEL CRACKS,WHEELS,NR (Not Reported),Vehicle,2454,"ON CERTAIN MOTORCYCLES, UNDER CERTAIN RIDING CONDITIONS, SUCH AS CONTINUOUSLY BUMPY ROADS, THE REAR WHEEL COULD DEVELOP STRESS CRACKS WHERE THE WHEEL SPOKES ATTACH TO THE HUB.","THE SPOKES WILL EVENTUALLY FAIL, CAUSING THE WHEEL TO COLLAPSE WITHOUT WARNING.","DEALERS WILL REPLACE THE REAR WHEEL, INCLUDING A NEW TIRE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA MOTORCYCLE AT 1-800-289-8226." -09/16/2002,02V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V258000),"CHANCE COACH, INC.",CHANCE COACH/HEATER FLEX HOSE,VISIBILITY,NR (Not Reported),Vehicle,126,"ON CERTAIN COACHES, CHAFFING OF THE DRIVER'S LEFT CONSOLE HEAT DUCT FLEXHOSE BETWEEN THE 300 AMP CIRCUIT BREAKER LUG AND THE BATTERY HOLD-DOWN WELDMENT OCCURS.",THIS INCREASES THE RISK OF FIRE IN THE BATTERY BOX AREA WHEN THE 300 AMP CIRCUIT BREAKER TERMINAL LUG IS SHORTED TO GROUND.,"A SAFETY BULLETIN CONTAINING INSTRUCTIONS AND THE PARTS REQUIRED TO INSULATE THE TERMINAL LUG ON THE 300A CIRCUIT BREAKER WILL BE PROVIDED TO THE OWNERS. OWNER NOTIFICATION BEGAN OCTOBER 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-888-391-1777." -09/16/2002,02V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V248000),FREIGHTLINER LLC,FREIGHTLINER/THROTTLE CABLE,VEHICLE SPEED CONTROL,FL-398,Vehicle,818,"ON CERTAIN SCHOOL BUS CHASSIS WITH CUMMINS ISB ENGINES WITH MECHANICAL THROTTLE, THE THROTTLE CABLE CAN VIBRATE EXCESSIVELY AND BREAK NEAR THE END FITTING THAT ATTACHES TO THE ENGINE LINKAGE.","THIS CAN RESULT IN A LOSS OF THROTTLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE THE THROTTLE CABLE WITH A NEW DESIGN. OWNER NOTIFICATION BEGAN ON FEBRUARY 17, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -09/13/2002,02V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V247000),"Airstream, Inc.",AIRSTREAM/WEIGHT DISTRIBUTION,STRUCTURE,128,Vehicle,149,"ON CERTAIN DIESEL MOTOR HOMES, WHEN THE UNIT IS FULLY LOADED WITH FUEL, FLUIDS, AND PASSENGERS, THE FRONT GROSS AXLE WEIGHT RATING (GAWR) COULD BE EXCEEDED. FURTHERMORE, THE UNIT MAY HAVE A DISPROPORTIONATE FRONT AXLE WEIGHT DISTRIBUTION THAT COULD RESULT IN AN OVERLOAD CONDITION ON THE FRONT TIRE OF THE MOTOR HOME.","THIS OVERLOAD CONDITION COULD RESULT IN THE SUDDEN FAILURE OF THE FRONT TIRE CAUSING A LOSS OF CONTROL OF THE MOTOR HOME, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT TIRES. IN ADDITION, DEALERS WILL ALSO INSTALL A POPPET KIT TO COMPENSATE FOR THE ADDED WIDTH OF THE NEW FRONT TIRES. THIS REMEDY WILL INCREASE THE FRONT GAWR. A NEW SET OF VEHICLE WEIGHT LABELS WILL BE ISSUED TO REFLECT THESE CHANGES. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRSTREAM AT 1-937-596-6111, EXT. 7418 OR 7400." -09/13/2002,02V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V246000),Indian Motorcycle Company,INDIAN MOTORCYCLE/REAR BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",IMCSB-048,Vehicle,948,"ON CERTAIN MOTORCYCLES, THE REAR BRAKE CALIPER COULD CONTACT THE ROTOR AS A RESULT OF A MISALIGNMENT OF THE CALIPER CARRIER.","THE REAR BRAKE CAN OVERHEAT AND FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE MOTORCYCLE TO ENSURE THAT THE REAR BRAKE CALIPER AND ROTOR ARE CORRECTLY POSITIONED. IF THEY ARE NOT, THE DEALER WILL REPLACE THE SWING ARM AND REAR BRAKE ASSEMBLY. OWNER NOTIFICATION BEGAN AUGUST 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-408-846-7228." -09/13/2002,02V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V240000),"Subaru of America, Inc.",SUBARU/WATER PUMP PULLEY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,555,"ON CERTAIN SPORT UTILITY AND PASSENGER VEHICLES EQUIPPED WITH 4-CYLINDER ENGINES, THE WATER PUMP PULLEY CENTER HOLE WAS IMPROPERLY MACHINED.","IN SOME INSTANCES, THE INTERFERENCE FIT BETWEEN THE INNER WALL OF THE PULLEY CENTER HOLE AND THE WATER PUMP DRIVE SHAFT WAS NOT AS TIGHT AS SPECIFIED IN THE DRAWING SPECIFICATION. THIS COULD RESULT IN THE WATER PUMP PULLEY DISLODGING FROM THE WATER PUMP SHAFT, WHICH CAN CAUSE SEVERE ENGINE DAMAGE/SEIZURE DURING VEHICLE USAGE.","DEALERS WILL REPLACE THE WATER PUMP. OWNER NOTIFICATION BEGAN SEPTEMBER 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -09/12/2002,02V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V245000),"Nissan North America, Inc.",NISSAN/FUEL HOSE CONNECTION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18300,"ON CERTAIN PASSENGER VEHICLES, THE FUEL HOSE CONNECTION FOR THE OUTLET OF THE FUEL PUMP WHICH IS LOCATED AT THE TOP OF THE FUEL TANK MAY NOT HAVE BEEN PROPERLY ATTACHED WHEN THE VEHICLE WAS ASSEMBLED AND COULD COME LOOSE WHILE DRIVING OR WHEN STARTING THE ENGINE.","IF THE CONNECTION COMES LOOSE WHILE DRIVING, THE ENGINE WILL STOP RUNNING DUE TO LACK OF FUEL, INCREASING THE RISK OF A CRASH. ALSO, IF THE CONNECTION COMES LOOSE WHILE DRIVING OR ATTEMPTING TO START OR RESTART THE ENGINE, SOME FUEL WILL DISCHARGE FROM THE FUEL PUMP. IF THIS SHOULD OCCUR IN THE PRESENCE OF AN EXTERNAL IGNITION SOURCE, A FIRE COULD RESULT.","DEALERS WILL INSPECT AND, IF NECESSARY, PROPERLY ATTACH THE FUEL HOSE TO THE FUEL PUMP. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INFINITI AT 1-800-662-6200." -09/12/2002,02V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V244000),"Volkswagen Group of America, Inc.",VW/FMVSS 225/CHILD RESTRAINT ANCHORAGES,EQUIPMENT,NR (Not Reported),Vehicle,332950,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" CHILD SEAT ANCHORAGES INSTALLED IN THE VEHICLE'S REAR SEATS MUST BE IDENTIFIED BY MARKINGS, AND THEIR LOCATION AND USE BE DESCRIBED IN THE OWNER'S MANUAL.",THESE VEHICLES WERE NOT MARKED OR DESCRIBED AS REQUIRED BY THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A SUPPLEMENT FOR THE OWNER'S MANUAL AND ALSO ONE SET OF FOUR GUIDANCE FIXTURES INTENDED TO USE IN CONJUNCTION WITH CHILD SEATS EQUIPPED WITH RIGID OR SEMI-RIGID LOWER ANCHORAGE ATTACHMENTS. ALSO ENCLOSED WILL BE FOUR DECALS TOGETHER WITH INSTALLATION INSTRUCTIONS AND A TEMPLATE FOR ATTACHING THE DECALS TO THE LOWER SEAT BACKS. OWNER NOTIFICATION IS EXPECTED TO BEGIN SEPTEMBER 15, 2002. OWNERS SHOULD CONTACT VWOA AT 1-800-822-8987." -09/11/2002,02V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V254000),East Manufacturing Corp.,EAST/FMVSS 121/AIR BRAKE RESERVOIR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,45,"CERTAIN TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE TRAILERS WERE BUILT WITH INADEQUATELY SIZED AIR BRAKE RESERVOIRS.",THIS DOES NOT MEET THE STANDARD.,DEALERS WILL INSTALL AN ADDITIONAL AIR RESERVOIR CYLINDER AND ASSOCIATED HARDWARE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER OR OCTOBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EAST MANUFACTURING AT 1-330-325-9921. -09/11/2002,02V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V255000),East Manufacturing Corp.,EAST/FMVSS 121/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,382,"CERTAIN FLATBED, DUMP, TRUCK DOLLY, UNLOADER, FRAMELESS, AND PUP TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES HAVE INACCURATE WEIGHT-RELATED INFORMATION ON THE CERTIFICATION LABELS.","IF THAT INACCURATE INFORMATION IS RELIED UPON BY THE OWNER OF THE VEHICLE, THEN EXTRA WEIGHT LOADED ONTO A VEHICLE COULD AFFECT THE AIR BRAKE SYSTEM PERFORMANCE.",DEALERS WILL CORRECT THE CERTIFICATION LABEL. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER OR OCTOBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EAST MANUFACTURING AT 1-330-325-9921. -09/10/2002,02V004011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004011),"CHANCE COACH, INC.",CHANCE COACH/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,137,"ON CERTAIN BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",CHANCE COACH RECOMMENDS THAT OWNERS INSPECT THEIR VEHICLES AND INSTALL THE PART KIT PROVIDED BY CHANCE COACH. OWNERS WHO DO NOT RECEIVE THE FREE PARTS AND INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-888-391-1777. -09/10/2002,02T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T015000),Bridgestone Americas Tire Operations,FIRESTONE/TREAD CHUNKING,TIRES,NR (Not Reported),Tire,23400,"FIRESTONE P195/65R15 TIRES PRODUCED BETWEEN APRIL 12 AND APRIL 15, 2002, FOR USE ON CERTAIN 2003 MODEL YEAR TOYOTA COROLLA S AND LE VEHICLES. THE RECALLED TIRE SERIAL NOS. ARE W2C6T001402 AND W2C6T001502. THESE TIRES MAY DEVELOP A ""RAISED TREAD BLOCK"" AND CAUSE A 'HELICOPTER TYPE' NOISE.","CONTINUED USE OF A TIRE WITH THIS CONDITION MAY LEAD TO A LOCALIZED 'CHUNK OUT' OF TREAD MATERIAL, AND POSSIBLY RESULT IN A VEHICLE CRASH.",BFS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BFS AT 800-367-3872. -09/10/2002,02V241001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V241001),PACCAR Incorporated,PACCAR/BENDIX/HAND-OPERATED TRAILER CONTROL VALVE,"SERVICE BRAKES, AIR",902B/02KW4,Vehicle,3158,ON CERTAIN VEHICLES EQUIPPED WITH BENDIX TC-7 TRAILER CONTROL HAND-OPERATED VALVE WITH PUSH-TO-CONNECT FITTINGS. THE DELIVERY PORT IN THE VALVE BODY MAY BE PARTIALLY BLOCKED DUE TO A PROBLEM DURING THE MOLDING PROCESS.,SUCH BLOCKAGE MAY SLOW THE DELIVERY AND EXHAUST OF AIR TO AND FROM THE TRAILER BRAKES WHEN THEY ARE OPERATED BY THIS HAND-OPERATED TRAILER CONTROL VALVE.,"PACCAR WILL NOTIFY ITS CUSTOMERS AND INSPECT AND REPLACE, IF NECESSARY, THE HAND VALVE FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 940-591-4201." -09/10/2002,02V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V242000),"Triumph Motorcycles America, Ltd.",TRIUMPH/REAR WHEEL BEARING,WHEELS,NR (Not Reported),Vehicle,1557,"ON CERTAIN MOTORCYCLES, THE REAR WHEEL NEEDLE ROLLER BEARING AS FITTED ONLY TO CERTAIN SINGLE SIDED SWINGING ARM MOTORCYCLES CAN DETERIORATE AND SEIZE CAUSING THE REAR WHEEL TO LOCK-UP.",THIS CAN CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE.,"DEALERS WILL REPLACE ALL REAR WHEEL BEARINGS. OWNER NOTIFICATION BEGAN SEPTEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIUMPH AT 1-678-854-2010." -09/09/2002,02V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V239000),Ford Motor Company,FORD/FMVSS 120/LABEL,EQUIPMENT,02L10,Vehicle,80254,"CERTAIN 4X2 SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE REAR TIRE PRESSURE IS INCORRECTLY LISTED ON THE LABEL FOR 4.2 VEHICLES.",CUSTOMERS MAY INFLATE THEIR REAR TIRES BASED ON THE INCORRECT TIRE PRESSURE INFORMATION ON THE CERTIFICATION LABEL.,"A SUPPLEMENTARY LABEL WILL BE SENT TO CUSTOMERS TO PLACE NEAR THE CERTIFICATION LABEL TO IDENTIFY THE APPROPRIATE REAR TIRE PRESSURE. THE CUSTOMER MAY ALSO HAVE THE DEALER INSTALL THE LABEL ON THE VEHICLE, IF THEY SO DESIRE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER OR OCTOBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -09/09/2002,02V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V237000),MONACO COACH CORPORATION,MONACO/FLOOR TRUSS NETWORK,STRUCTURE,NR (Not Reported),Vehicle,6223,"ON CERTAIN CLASS A MOTOR HOMES, THE FLOOR TRUSS NETWORK SUPPORT SYSTEM HAS A POTENTIAL TO WEAKEN CAUSING INTERNAL AND EXTERNAL FEATURES TO BECOME MISALIGNED. THE AFFECTED VEHICLES ARE 1999 - 2003 CLASS A MOTOR HOMES MANUFACTURED ON F53 20,500 POUND GROSS VEHICLE WEIGHT RATING (GVWR), FORD CHASSIS, AND 2000-2003 CLASS A MOTOR HOMES MANUFACTURED ON W-22 22,000 POUND GVWR, WORKHORSE CHASSIS.",CONDITIONS CAN RESULT IN THE BOTTOMING OUT THE SUSPENSION AND AMPLIFICATION OF THE STRESS PLACED ON THE FLOOR TRUSS NETWORK. THE ADDITIONAL STRESS CAN RESULT IN THE FRACTURE OF WELDS SECURING THE FLOOR TRUSS NETWORK SYSTEM TO THE CHASSIS FRAME RAIL AND/OR FRACTURE OF THE FLOOR TRUSS NETWORK SUPPORT SYSTEM. THE POSSIBILITY EXISTS THAT THERE COULD BE DAMAGE TO ELECTRICAL WIRING AND/OR FUEL LINES WHICH COULD POTENTIALLY LEAD TO A FIRE.,"DEALERS WILL INSPECT THE FLOOR TRUSS NETWORK SUPPORT SYSTEM, REINFORCE THE EXISTING STRUCTURE, AND REPAIR, AS NEEDED, THE FLOOR TRUSS NETWORK SUPPORT. OWNER NOTIFICATION BEGAN NOVEMBER 5, 2002. OWNERS SHOULD CONTACT MONACO AT 1-800-685-6545." -09/09/2002,02V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V238000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 108/LAMP MOUNTING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5532,"CERTAIN HEAVY DUTY CLASS 8 TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TWO TAIL LAMPS, BACK-UP LAMP,AND LICENSE TAG LAMP WERE MOUNTED ON INSUFFICIENTLY RIGID MOUNTS.",IT MAY NOT ALLOW THE DRIVER OF A REARWARD APPROACHING VEHICLE TO HAVE FULL VIEW OF THE LAMPS.,"DEALERS WILL ATTACH THE TWO TAIL LAMPS, BACK-UP LAMP, AND THE LICENSE TAP LAMP ON STIFFER BRACKETS. OWNER NOTIFICATION BEGAN OCTOBER 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -09/09/2002,02V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V243000),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/BOSCH/BRAKE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",CSAR 1055,Vehicle,254,"ON CERTAIN MOTOR HOMES (36', 38' AND 40"") BUILT WITH BOSCH TWO-PISTON PIN-SLIDE BRAKE ASSEMBLIES, THE BRAKE CALIPERS CAN HANG-UP ON ANY OR ALL WHEELS.",DAMAGE TO THE BRAKE COMPONENTS CAN OCCUR RESULTING IN THE POTENTIAL LOSS OF BRAKING CAPABILITY.,"DEALERS WILL REPLACE THE ZOPS DISC BRAKE CLIPERS. THE RECALL BEGAN ON NOVEMBER 16, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WESTERN RV AT 1-509-457-4133." -09/06/2002,02V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V249000),Ford Motor Company,FORD/NATURAL GAS FUEL TANK,"FUEL SYSTEM, OTHER",02S39,Vehicle,574,"ON CERTAIN NATURAL GAS MODEL VEHICLES, A T-FITTING THAT CONNECTS FUEL TANKS #3 AND #4 CAN DEVELOP A LEAK WHEN THE SOLENOID VALVES ARE ENERGIZED, SUCH AS WHEN THE IGNITION SWITCH IS IN THE ON POSITION OR DURING REFUELING.",A GAS LEAK OF SUFFICIENT QUANTITY CONCENTRATED IN AN AREA TO CREATE A COMBUSTIBLE MIXTURE AND IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A REDESIGNED ""T"" FITTING ON #4 FUEL TANK AND TESTED FOR LEAKAGE. OWNER NOTIFICATION BEGAN SEPTEMBER 13, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -09/06/2002,02V139024,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139024),West-Mark,WEST-MARK/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,120,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR WEST-MARK AT 1-800-692-5844. -09/05/2002,02V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V233000),Blue Bird Body Company,BLUE BIRD/ALTERNATOR CABLE,ELECTRICAL SYSTEM,R02GK,Vehicle,318,"ON CERTAIN FRONT ENGINE SCHOOL AND TRANSIT BUSES EQUIPPED WITH BLUE BIRD OPTION 40177 CUMMINS ISB ENGINE, THE ALTERNATOR POWER CABLES MAY NOT BE ROUTED PROPERLY FROM THE ALTERNATOR OUTPUT TO THE STARTER MOTOR.","IF THE CABLES ARE NOT ROUTED PROPERLY, THE CABLE INSULATION COULD BE ABRADED BY CONTACT WITH OTHER CHASSIS COMPONENTS RESULTING IN A SHORT TO GROUND.","DEALERS WILL ADD A LOOM AND REROUTE THE ELECTRICAL POWER CABLE FROM ALTERNATOR OUTPUT TO STARTING MOTOR. THE ALTERNATOR POWER CABLE WILL BE REPLACED IF ABRASIONS ARE FOUND. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -09/05/2002,02V160002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160002),Blue Bird Body Company,BLUE BIRD/AM SAFE/SEAT BELT RETRACTORS,SEAT BELTS,R02GG,Vehicle,58,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH PASSENGER SEAT BELTS WITH RETRACTORS, THE COVER HALVES FOR THE RETRACTABLE PORTION OF THE BELT CAN SEPARATE COMPLETELY AND RELEASE THE SEAT BELT CONNECTOR. IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY. THE SEAT BELT SUPPLIER, AM-SAFE, WILL PROVIDE A SNAP ON ""OVER-COVER"" TO OWNERS TO PREVENT THE SEAT BELT COVER FROM SEPARATING.","IF THIS OCCURS, ONE OF THE LOAD BEARING PINS IN THE CONNECTOR COULD SEPARATE FROM THE CONNECTOR AND RENDER THE SEAT BELT UNUSABLE. IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED RESULTING IN AN INJURY.","OWNERS WILL BE PROVIDED A SNAP-ON ""OVER-COVER"" TO PREVENT THE SEAT BELT COVER FROM SEPARATING. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 27, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -09/05/2002,02V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V230000),Blue Bird Body Company,BLUE BIRD/FMVSS 217/EMERGENCY EXIT,EQUIPMENT,R02GF,Vehicle,194,"CERTAIN COACHES EQUIPPED WITH OPTIONAL RESTROOM FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE PUSHOUT WINDOW LOCATED ON THE RIGHT SIDE, AT THE REAR OF THE BUS, IS SUBSTANTIALLY OBSTRUCTED BY THE RESTROOM AND YET IT IS LABELED AS AN EMERGENCY EXIT.","IN THE EVENT OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO PROPERLY EXIT THE VEHICLE.","DISTRIBUTORS AND OWNERS WILL BE NOTIFIED TO REMOVE THE LABEL IDENTIFYING THE WINDOW AS AN EMERGENCY EXIT. OWNER NOTIFICATION BEGAN SEPTEMBER 20, 2002. OWNERS SHOULD CONTACT BLUE BIRD AT 1-478-822-2242, IF THEY HAVE ANY QUESTIONS." -09/05/2002,02V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V234000),Capacity of Texas,CAPACITY/ABS SENSOR WIRES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,145,"ON CERTAIN JOCKEY TRACTORS CERTIFIED FOR HIGHWAY USE, THE FRONT WHEEL ABS SENSOR WIRES ARE CROSSED.","THE VEHICLE BRAKING SYSTEM COULD EXPERIENCE INCREASED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.",DEALERS WILL ADD AN EXTENSION HARNESS TO ENABLE THE FRONT WHEEL SENSOR TO BE REVERSED. NOTIFICATION TO OWNERS BEGAN AUGUST 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CAPACITY AT 1-903-759-0610. -09/05/2002,02V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V231000),Crane Carrier Company,CRANE CARRIER/PART 567/CERTIFICATION,EQUIPMENT,NR (Not Reported),Vehicle,86,"ON CERTAIN TAG AND PUSHER AXLE ASSEMBLIES PURCHASED FROM RIDEWELL, THE AXLE ASSEMBLIES HAVE AN ACTUAL WEIGHT RATING LESS THAN THAT SPECIFIED ON THE LABEL AND THEREFORE FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567.5, ""CERTIFICATION.""",LOADING THE TAG/PUSHER AXLE TO THE GAWR LABEL RATING OR LOADING THE VEHICLE TO THE GVWR LABEL RATING WILL CAUSE THE PUSHER/TAG AXLE TO BE OVERLOADED.,"CRANE WILL PROVIDE OWNERS WITH REPLACEMENT VEHICLE CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN OCTOBER 4, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CRANE AT 1-918-832-7333." -09/05/2002,02V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V227000),"General Motors, LLC",GM/SEAT BELT RETRACTOR,SEAT BELTS,02031,Vehicle,269169,CERTAIN PASSENGER VEHICLES CONTAIN DRIVER AND FRONT PASSENGER LAP AND/OR SHOULDER BELT RETRACTORS THAT MAY NOT REMAIN LOCKED UP AS DESIGNED DURING A CRASH IN WHICH THE BELT PRETENSIONERS DEPLOY.,"IN SUCH A CRASH, THIS COULD RESULT IN AN INCREASE IN INJURY FOR THAT OCCUPANT.","DEALERS WILL INSTALL A RETAINER KIT IN THE DRIVER AND PASSENGER SAFETY BELT PRETENSIONER. OWNER NOTIFICATION BEGAN JANUARY 31, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CADILLAC AT 1-800-458-8006." -09/05/2002,02V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V235000),"Subaru of America, Inc.",SUBARU/WHEEL,WHEELS,NR (Not Reported),Vehicle,100,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 6-CYLINDER ENGINES, THE ALUMINUM WHEELS MAY HAVE AN OFF-CENTER DIAMETER.","THIS CAN RESULT IN THE EVENTUAL LOOSENING OF THE WHEEL HUB-NUTS DURING VEHICLE USAGE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL 4 ALUMINUM WHEELS. OWNER NOTIFICATION BEGAN SEPTEMBER 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -09/04/2002,02E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E052000),ELECTRONIC MOBILITY CONTROLS,EMC/ELECTRONIC GAS & BRAKE SYSTEM,VEHICLE SPEED CONTROL,SAD: 02-0001,Equipment,1823,"ELECTRONIC GAS AND BRAKE SYSTEM, MODELS EGB-IIF AND EGB-SS AND MANUFACTURED BETWEEN OCTOBER 28, 1994, AND DECEMBER 21, 2001. THE POTENTIOMETER SHAFT IS NOT SUFFICIENT TO WITHSTAND REPEATED EXCESSIVE LOADING AND CAN BREAK.","IF THE POTENTIOMETER SHAFT IS BROKEN, THE DRIVER COULD LOSE CONTROL OF THE PRIMARY GAS AND BRAKE WHICH COULD RESULT IN A VEHICLE CRASH.","EMC WILL NOTIFY ITS CUSTOMERS AND REPAIR THE ELECTRONIC GAS AND BRAKE CONTROL SYSTEM WITH A LARGER POTENTIOMETER SHAFT AND ADD AN ADDITIONAL BEARING FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EMC AT 225-927-5558." -09/04/2002,02V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V236000),"Jayco, Inc.",JAYCO/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,86,"ON CERTAIN FOLDING TENT CAMPERS, THE FEDERAL CERTIFICATION (AND RVIA) LABELS HAVE THE INCORRECT GROSS VEHICLE WEIGHT RATING, TIRE SIZE, AND INFLATION PRESSURE LISTED.","IF THE TIRES WERE INFLATED TO 80 PSI, THEY COULD BLOW RESULTING IN A POSSIBLE CRASH.","OWNERS WILL BE MAILED CORRECT LABELS FOR INSTALLATION ON THEIR VEHICLES. OWNER NOTIFICATION BEGAN SEPTEMBER 23, 2002. OWNERS SHOULD CONTACT JAYCO AT 1-877-825-4782." -09/04/2002,02E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E051000),NORTHPOLE USA,NORTHPOLE/AMES CARGO CARRIER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,4000,AMES PANORAMA CARGO CARRIER WHICH IS ATTACHED TO THE TOP OF A VEHICLE. ALL OF THESE CARRIERS ARE BEING RECALLED. THE STRAPS CAN RIP AND THE CARRIER CAN FLY OFF THE VEHICLE.,"IF THE CARRIER FLIES OFF THE VEHICLE WHILE IT IS IN MOTION, IT COULD STRIKE A PEDESTRIAN OR ANOTHER VEHICLE, POSSIBLY RESULTING IN PERSONAL INJURY OR A VEHICLE CRASH.","NORTHPOLE USA WILL NOTIFY ALL OF THE AMES DEPARTMENT STORES THAT THE CARRIER WAS PROVIDED TO AND REPURCHASE THEM. NOTIFICATION TO CUSTOMERS BEGAN SEPTEMBER 9, 2002. OWNERS SHOULD CONTACT NORTHPOLE USA AT 800-613-1225." -09/04/2002,02E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E049000),WELLS MANUFACTURING CO.,WELLS/STOPLIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Equipment,19400,"WELLS AFTERMARKET STOPLIGHT SWITCHES MANUFACTURED FROM DECEMBER 2000 THRU JUNE 2002. WELL'S CATALOG PART NOS. DR452, DR427, DR431. THE SWICH CAN REMAIN IN THE ""STOPLIGHT OFF"" POSITION WHEN THE BRAKE PEDAL IS PRESSED.","THE BRAKE LIGHTS WOULD NOT ILLUMINATE AND THE ANTI-LOCK BRAKE WOULD NOT BE AVAILABLE. IN THE EVENT OF AN EMERGENCY, IF THE ANTI-LOCK BRAKING SYSTEM IS DISABLED, A VEHICLE CRASH COULD OCCUR, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",WELLS MANUFACTURING WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SWITCH FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WELLS MANUFACTURING AT 1-800-558-9770. -09/03/2002,02E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E050000),Marmon-Herrington,MARMON-HERRINGTON/STEER DRIVE AXLES,STEERING,NR (Not Reported),Equipment,1993,"MT-10 AND MT-11 STEER DRIVE AXLES MANUFACTURED FROM JANUARY 1990 TO AUGUST 31, 2002. THE LEFT HAND STEERING KNUCKLE CAN DEVELOP A CRACK.","THIS COULD EVENTUALLY RESULT IN A FRACTURE OF THE KNUCKLE AND A LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",MARMON-HERRINGTON WILL NOTIFY ITS CUSTOMERS TO HAVE THE AXLES INSPECTED AND REPAIRED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER/OCTOBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MARMON-HERRINGTON AT 502-253-0277. -09/01/2002,02T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T014000),Bridgestone Americas Tire Operations,FIRESTONE/FMVSS 119,TIRES,NR (Not Reported),Tire,754,"TIRE DESCRIPTION: WIDETRACK BAJA A/T TIRES, SIZE 30X9.50R15 LT, PRODUCED BETWEEN SEPTEMBER 23 AND OCTOBER 13, 2001. THESE TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES."" THE MAXIMUM LOAD AND INFLATION ARE INCORRECTLY STATED ON THE TIRES.",THESE TIRES CAN BE OVER-INFLATED AND POSSIBLY RESULT IN A VEHICLE CRASH.,"BFS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BFS AT 800-367-3872." -08/28/2002,02V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V226000),Honda (American Honda Motor Co.),HONDA/TIMING BELT/WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,17551,"ON CERTAIN MINIVANS, SEDANS, COUPES, AND SPORT UTILITY VEHICLES EQUIPPED WITH V6 ENGINES, A TIMING BELT TENSIONER PULLEY ON THE WATER PUMP IS MISALIGNED AND COULD CAUSE THE TIMING BELT TO CONTACT A BOLT ON THE CYLINDER HEAD. EVENTUALLY THE BELT COULD BE DAMAGED AND FAIL.","IF THE TIMING BELT BREAKS, THE ENGINE WILL STALL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WATER PUMP AND IF IT IS ONE OF THE DEFECTIVE PUMPS, THE WATER PUMP AND TIMING BELT WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -08/23/2002,02V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V121000),"General Motors, LLC",GM/FUEL FILTER FITTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,136511,"ON CERTAIN SPORT UTILITY VEHICLES, A FUEL FILTER FITTING CAN BECOME DISCONNECTED. IF THIS WERE TO OCCUR WHILE ATTEMPTING TO START THE ENGINE, A NO-START CONDITION WOULD RESULT AND FUEL WOULD BE PUMPED OUT THE FUEL FILTER ONTO THE GROUND.","IF THE FITTING BECOMES DISCONNECTED WHILE THE VEHICLE IS IN MOTION, THE ENGINE WOULD STOP DUE TO INADEQUATE FUEL SUPPLY AND CAUSE A LOSS OF POWER STEERING ASSIST. IF AN IGNITION SOURCE WERE PRESENT, FUEL LEAKAGE FROM A DISCONNECTED FUEL FILTER FITTING COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL FILTER QUICK CONNECT RETAINERS. OWNER NOTIFICATION BEGAN SEPTEMBER 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020. GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -08/22/2002,02V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V229000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/MISCALCULATIONS,EQUIPMENT,NR (Not Reported),Vehicle,550,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE MOTOR HOMES WERE ERRONEOUSLY ASSIGNED INADEQUATE COLD TIRE INFLATION PRESSURES AND INADEQUATE AXLE WEIGHT RATINGS ON THE FRONT AND/OR REAR AXLES AS A RESULT OF MATHEMATICAL MISCALCULATIONS.","THIS COULD CAUSE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING. THE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE COULD LEAD TO A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT AND/OR REAR TIRES. IN SOME INSTANCES, THE MOTOR HOMES MAY ONLY HAVE AN INADEQUATE FAWR AND/OR RAWR STATED ON THE FEDERAL TIRE LABEL AND ONLY THE FEDERAL TIRE LABEL WILL BE REPLACED. OWNER NOTIFICATION IS EXPECTED TO BEGIN AUGUST 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -08/20/2002,02E048002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E048002),"Bendix Commercial Vehicle Systems, LLC",BENDIX/HAND-OPERATED TRAILE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,316,"BENDIX TC-7 TRAILER CONTROL HAND-OPERATED VALVE WITH PUSH-TO-CONNECT FITTINGS, PART NOS. 109798, 5000578, 5000751, 5000752, 5000755, 5001225, 5002409, 5011296 AND 5009344 (ORIGINAL EQUIPMENT) AND 109389, 5000580, 109409, 109445, AND 5008575 (AFTERMARKET) FOR INSTALLATION OR USE ON NEW MOTOR VEHICLES OR NEW ITEMS OF MOTOR VEHICLE EQUIPMENT MANUFACTURED BETWEEN APRIL 23 AND MAY 22, 2002. THE DELIVERY PORT IN THE VALVE BODY MAY BE PARTIALLY BLOCKED DUE TO A PROBLEM DURING THE MOLDING PROCESS.",SUCH BLOCKAGE MAY SLOW THE DELIVERY AND EXHAUST OF AIR TO AND FROM THE TRAILER BRAKES WHEN THEY ARE OPERATED BY THIS HAND-OPERATED TRAILER CONTROL VALVE.,"BENDIX WILL REPLACE THE VALVES FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 1, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000." -08/20/2002,02E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E047000),LIFT-U,LIFT U/HYDRAULIC FLUID RESEVIOR,UNKNOWN OR OTHER,NR (Not Reported),Equipment,3254,"LIFT U PLASTIC TANKS OR RESEVIORS FOR HYDRAULIC FLUID ON THE WHEELCHAIR LIFT MANUFACTURED BETWEEN AUGUST 11, 2000, AND AUGUST 16, 2002. THE PLASTIC TANK WILL MELT IF THE PUMP MOTOR OVERHEATS. THE MELTED TANK WILL DUMP HYDRAULIC FLUID AND THE EMERGENCY HAND PUMP WILL NOT FUNCTION.","IN THE EVENT OF AN EMERGENCY, A WHEELCHAIR PASSENGER WILL NOT BE ABLE TO USE THE LIFT TO DEBOARD THE BUS.",LIFT U WILL NOTIFY ITS CUSTOMERS AND REPLACE THE PLASTIC TANK WITH A METAL ONE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING NOVEMBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LIFT U AT 209-838-2400. -08/19/2002,02T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T011000),"Continental Tire the Americas, LLC",CONTINENTAL/LOSS OF TREAD RIB RUBBER,TIRES,NR (Not Reported),Tire,3505,"CONTINENTAL TIRE SIZE 315/80R22.5 HSR1 FOR USE ON INNER-CITY TOURING COACHES PRODUCED BETWEEN AUGUST 26, 2001, AND JUNE 22, 2002. THESE TIRES, UNDER HIGH SPEED, HIGH LOAD, AND HIGH AMBIENT TEMPATURES, CAN EXPERIENCE PORTIONS OF THE TREAD RIB RUBBER TO SEPARATE FROM THE TIRE CARCASS.","UNDER THESE CONDITIONS, THE DRIVER COULD LOOSE CONTROL OF THE VEHICLE POSSIBLY RESULTING IN A VEHICLE CRASH.","CTNA WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SUBJECT TIRES WITH HSL ECO TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CTNA AT 704-583-8782." -08/19/2002,02T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T012000),"Continental Tire the Americas, LLC",CONTINENTAL/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,596610,CONTITRAC AW AND GRABBER AW TIRES SIZE P275/60R17 FOR USE AS ORIGINAL EQUIPMENT ON CERTAIN 2000-2001 MY TWO-WHEEL-DRIVE FORD EXPEDITION AND TWO-WHEEL-DRIVE LINCOLN NAVIGATOR SPORT UTILITY VEHICLES (ALSO SOLD AS REPLACEMENT TIRES). THESE TIRES HAVE LOWER THAN SPECIFIED RUBBER GAUGE BETWEEN THE BELT EDGES.,"THESE CONDITIONS CAN POTENTIALLY LEAD TO TREAD DETACHMENT OR SEPARATION. SHOULD THE TREAD SEPARATE FROM THE TIRE CARCASS, THE DRIVER COULD LOOSE CONTROL OF THE VEHICLE POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY OR DEATH.","CTNA WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SUBJECT TIRES WITH P265/70R17 CONTITRAC TR AND CONTITRAC SUV TIRES FREE OF CHARGE. NOTIFICATION TO FORD VEHICLE OWNERS BEGAN SEPTEMBER 18, 2002. OWNERS OF AFTERMARKET TIRES BEGAN OCTOBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CTNA AT 704-583-8782." -08/19/2002,02V013003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V013003),E-One Incorporated,EMERGENCY ONE\MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",02-11,Vehicle,59,"ON CERTAIN FIRE TRUCKS BUILT WITH A STEERABLE AUXILIARY AXLE AND EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES, THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.","WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN JANUARY 1, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EMERGENCY ONE AT 352-861-3795." -08/16/2002,02E017003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E017003),"CHANCE COACH, INC.",CHANCE COACH/ARVINMERITOR/TRW/BALL SOCKETS,STEERING,NR (Not Reported),Equipment,109,MODEL 20-EDL TRW BALL SOCKET ASSEMBLIES INCORPORATED INTO ARVINMERITOR AFTERMARKET PRODUCTS. CERTAIN TRW TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS. THIS COULD LEAD TO TIE ROD END BALL SEPARATION FROM THE SOCKET.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.",CHANCE COACH WILL NOTIFY ITS CUSTOMER AND REPLACE THE BALL SOCKET ASSEMBLIES FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH 316-779-7700. -08/16/2002,02V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V216000),Kia Motors America,KIA/SEAT BELT BUCKLE,SEAT BELTS,SC027,Vehicle,189706,"ON CERTAIN PASSENGER VEHICLES, THE SAFETY BELT BUCKLE MAY ""FALSE LATCH"" AND EXPOSE THE DRIVER TO UNRESTRAINED MOVEMENT DURING A CRASH.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.","OWNER NOTIFICATION BEGAN DECEMBER 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -08/15/2002,02V139014,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139014),AMKO Service Company,AMKO/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,102,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR AMKO AT 330-364-8857. -08/15/2002,02V139023,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139023),Beall Corporation,BEALL/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,11,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -08/15/2002,02V139017,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139017),"BENSON MANUFACTURING, INC.",BENSON/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,424,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR BENSON AT 304-489-9020. -08/15/2002,02V139019,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139019),"Brenner Tank, LLC",BRENNER/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,884,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR BRENNER AT 1-800-558-9750. -08/15/2002,02V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V225000),"Club Car, Inc.",CLUB CAR/ELECTRICAL RELAY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3552,"CERTAIN 2-PASSENGER, OPEN BODY, VEHICLES FAIL TO COMPLY WITH REQUIREMENTS FOR FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 500, ""LOW-SPEED VEHICLES."" ELECTRICAL RELAYS RATED FOR 12-VOLTS HAVE BEEN INSTALLED IN PLACE OF RELAYS RATED FOR 48-VOLTS.","THE 12-VOLT RELAYS SUBSEQUENTLY FAIL DUE TO OVERVOLTAGE, RENDERING THE BRAKE LIGHTS INOPERABLE. INOPERABLE BRAKE LAMPS WILL INCREASE THE RISK OF A CRASH TO THE REAR OF THE VEHICLE WHEN OPERATED IN TRAFFIC CONDITIONS.","CLUB CAR WILL PROVIDE FIELD TEAMS TO PERFORM THE INSPECTION AND REPLACE PARTS AS REQUIRED WITHOUT CHARGE TO THE OWNER OR END USER. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CLUB CAR AT 1-800-258-2227, EXTENSION 3820." -08/15/2002,02V139022,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139022),"Cottrell, Inc.",COTTRELL/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2061,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR COTTRELL AT 770-532-7251. -08/15/2002,02V018008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018008),Damon Corporation,DAMON/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,17,"ON CERTAIN MOTORHOMES EQUIPPED WITH ARVINMERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR WABCO AT 1-859-746-5956 OR DAMON AT 574-264-2900. -08/15/2002,02V210004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210004),Great Dane Trailers,GREAT DANE/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR GREAT DANE AT 912-644-2100. -08/15/2002,02V139016,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139016),Great Dane Trailers,GREAT DANE/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6280,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR GREAT DANE AT 912-644-2100. -08/15/2002,02V139011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139011),HACKNEY,HACKNEY/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,41,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -08/15/2002,02V139021,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139021),J-Craft A Division of Crysteel Mfg.,J-CRAFT/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR J-CRAFT AT 1-800-864-3828. -08/15/2002,02V139018,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139018),KENT TRUCK-TRAILER SERVICE,KENT/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -08/15/2002,02V139007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139007),"Lufkin Industries, Inc.",LUFKIN/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3475,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR LUFKIN AT 936-634-2211. -08/15/2002,02V037006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V037006),"Mack Trucks, Inc.",MACK/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,SC0276,Vehicle,2050,"ON SOME HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS, THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. THIS CAMPAIGN WILL SUPERSEDE NHTSA RECALL NOS. 01V-140-005 (MACK SC0270) AND 00V-246-103 (MACK SC0262). OWNER NOTIFICATION BEGAN DECEMBER 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 610-709-3337." -08/15/2002,02V018007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018007),Newmar Corporation,NEWMAR/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,196,"ON CERTAIN MOTORHOMES EQUIPPED WITH ARVINMERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR WABCO AT 1-859-746-5956 OR NEWMAR AT 574-773-7791. -08/15/2002,02V139008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139008),"Entrans International, LLC",POLAR/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,208,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR POLAR AT 1-800-826-6589. -08/15/2002,02V210002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210002),RELIANCE HEAVY DUTY TRAILERS,RELIANCE HEAVY DUTY/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1113,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR RELIANCE AT 707-795-0081. -08/15/2002,02V210003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210003),RELIANCE TRAILER COMPANY,RELIANCE TRAILERS/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,812,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR RELIANCE AT 509-455-8650. -08/15/2002,02V139009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139009),STEPHENS PNEUMATICS,STEPHENS/WALKER/TRAILER SPRING BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -08/15/2002,02V139013,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139013),"Stoughton Trailers, LLC",STOUGHTON/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3988,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR STOUGHTON AT 608-873-2500. -08/15/2002,02V139020,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139020),"Strick Trailers, LLC",STRICK/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6101,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR STRICK AT 704-436-2441. -08/15/2002,02V139010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139010),"Summit Trailer Sales, Inc.",SUMMIT/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR SUMMIT AT 1-800-437-3729. -08/15/2002,02V210001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210001),Utility Trailer Manufacturing Company,UTILITY/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,206,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR UTILITY AT 626-965-1541. -08/15/2002,02V037005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V037005),Volvo Trucks North America,VOLVO TRUCKS/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,19915,"ON SOME HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS, THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. THIS CAMPAIGN SUPERSEDES NHTSA CAMPAIGN NOS. 01V-139.001 AND 02V-037.002. OWNER NOTIFICATION BEGAN JULY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -08/15/2002,02V139015,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139015),STEPHENS PNEUMATICS,WALKER/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,194,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR WALKER AT 608-562-5767. -08/15/2002,02V210007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210007),WELD-IT COMPANY,WELD-IT/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,166,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES. THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WELD-IT AT 213-263-7524. -08/15/2002,02V210005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210005),WESCO TRAILER SALES,WESC0/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,296,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WESCO AT 530-662-9606. -08/15/2002,02V210006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V210006),West-Mark,WEST-MARK/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,233,"ON CERTAIN TRAILERS EQUIPPED WITH SPRING BRAKE CONTROL VALVE ASSEMBLIES, THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.",SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007 OR WEST-MARK AT 1-800-692-5844. -08/15/2002,02V139012,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139012),Wilson Trailer Company,WILSON/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR WILSON AT 712-252-6510. -08/12/2002,02V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V217000),Blue Bird Body Company,BLUE BIRD/WIRING HARNESS,ELECTRICAL SYSTEM,R02GE,Vehicle,255,"ON CERTAIN REAR ENGINE SCHOOL AND TRANSIT BUSES EQUIPPED WITH CUMMINS ISB ENGINES, THE WIRING HARNESS TO THE COMBUSTION AIR INTAKE GRID HEATER COULD CHAFE AGAINST ENGINE COMPONENTS.","THE HARNESS CAN WEAR THROUGH CAUSING AN ELECTRICAL SHORT IN THE GRID HEATER POWER SUPPLY, INCREASING THE RISK OF A FIRE.","OWNERS WILL BE CONTACTED AND ADVISED TO ADD A BRACKET TO SUPPORT THE HARNESS AWAY FROM THE ENGINE COMPONENTS. BLUE BIRD WILL PROVIDE A REPLACEMENT HARNESS FOR ANY HARNESSES FOUND ABRADED AND WILL REIMBURSE THE CUSTOMER FOR THE LABOR REQUIRED TO REPLACE THE HARNESS. OWNER NOTIFICATION IS EXPECTED TO BEGIN ON OR ABOUT SEPTEMBER 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -08/12/2002,02V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V219000),COUNTRY COACH INC,COUNTRY COACH/TAG AXLE SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,15,"ON CERTAIN MOTOR HOMES, THE TAG AXLE AIR SPRINGS ON THESE MOTOR HOMES ARE RATED FOR LESS WEIGHT THAN THE CARRYING CAPACITY OF THE TAG AXLE.","THE TIRES, RIMS, OR AXLE, IF OVERLOADED, COULD FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE EXISTING GOODYEAR AIR SPRING AIR BAGS MOUNTED ON THE TAG RIDE AXLE WITH FIRESTONE AIR SPRING BAGS. OWNER NOTIFICATION IS EXPECTED TO BEGIN AUGUST 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -08/12/2002,02V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V224000),"General Motors, LLC",GM/BATTERY CABLE,ELECTRICAL SYSTEM,02036,Vehicle,649,"CERTAIN ALL-WHEEL DRIVE SPORT UTILITY VEHICLES WERE BUILT WITHOUT A POWER STEERING BRACKET TO SECURE THE POSITIVE BATTERY CABLE, ALLOWING THE CABLE TO COME IN CONTACT WITH THE STEERING SHAFT.","THIS CONTACT COULD CAUSE A WEAR-THROUGH OF THE CABLE INSULATION, EXPOSING THE WIRE CORE AND RESULT IN INTERMITTENT ELECTRICAL SHORTING. IF ENOUGH CURRENT IS DISCHARGED AT THE POINT OF CONTACT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT THE POSITIVE BATTERY CABLE ROUTING AND RE-ROUTE, IF NECESSARY. NO OWNER NOTIFICATION WILL TAKE PLACE SINCE ALL VEHICLES WERE CAPTURED AT THE DEALERS." -08/12/2002,02V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V212000),"Strick Trailers, LLC",STRICK/AXLE NUT SYSTEM,WHEELS,NR (Not Reported),Vehicle,1970,"ON CERTAIN DRY FREIGHT VANS EQUIPPED WITH STEMCO PRO-TORQ AXLE NUT SYSTEM, IT IS POSSIBLE THAT WHEELS CAN SEPARATE DUE TO IMPROPER INSTALLATION OR FAILURE OF THE LOCK RING PROVIDED WITH THE PRO-TORQ AXLE NUT SYSTEM.",WHEELS SEPARATING FROM THE VEHICLE INCREASES THE RISK OF A CRASH.,"OWNERS/DEALERS WILL INSPECT THE WHEELS. IF SNAP LOCK RING IS INSTALLED WRONG, IT WILL BE REMOVED AND RE-INSTALLED CORRECTLY. OWNER NOTIFICATION BEGAN JUNE 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STRICK AT 1-260-692-6121." -08/09/2002,02V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V223000),"BMW of North America, LLC",BMW/SIDE AIR BAG SYSTEM,AIR BAGS,E46,Vehicle,20500,"ON CERTAIN 4-DOOR PASSENGER VEHICLES, THE SIDE AIR BAG SYSTEM COULD DEPLOY IN CERTAIN NON-CRASH IMPACTS, SUCH AS WHEN CONTACTING LARGE POTHOLES OR CURBS AT SUBSTANTIAL SPEEDS.",THIS COULD CAUSE THE SIDE AIR BAG AND HEAD PROTECTION SYSTEM TO DEPLOY WITHOUT AN ACTUAL SIDE CRASH OR IMPACT SEVERE ENOUGH TO CAUSE SIGNIFICANT VISIBLE DAMAGE TO THE VEHICLE. UNEXPECTED DEPLOYMENT OF THE SIDE AIR BAG COULD CAUSE SERIOUS INJURY IF THE OCCUPANT'S HEAD IS RESTING NEAR THE SIDE AIR BAG.,"DEALERS WILL RECALIBRATE THE CENTRAL AIR BAG CONTROL MODULE TO REDUCE THE POSSIBILITY OF SUCH A NON-CRASH DEPLOYMENT. OWNER NOTIFICATION BEGAN OCTOBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -08/09/2002,02V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V222000),"General Motors, LLC",GM/AIR BAG INFLATOR,AIR BAGS,02032,Vehicle,133221,"CERTAIN PASSENGER, MINI VANS, AND SPORT UTILITY VEHICLES HAVE AN AIR BAG INFLATOR ON THE DRIVER'S SIDE THAT COULD FRACTURE AT A WELD DURING A DEPLOYMENT.","PIECES OF THE INFLATOR COULD STRIKE AND INJURE VEHICLE OCCUPANTS AND THE AIR BAG CUSHION WOULD NOT INFLATE FULLY, REDUCING THE CAPABILITY OF THE BAG TO PROTECT THE DRIVER.","DEALERS WILL INSPECT, AND REPLACE, IF NECESSARY, THE AIR BAG MODULE ASSEMBLY ON THE DRIVER'S SIDE. OWNER NOTIFICATION BEGAN AUGUST 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUICK AT 1-800-521-7300, CADILLAC AT 1-800-458-8006, CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OLDSMOBILE AT 1-800-442-6537, OR PONTIAC AT 1-800-762-2737." -08/09/2002,02V213001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V213001),Honda (American Honda Motor Co.),HONDA/AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,5,"ON CERTAIN SPORT UTILITY VEHICLES, THE PASSENGER-SIDE AIR BAG INFLATOR MODULES WERE MANUFACTURED AND SHIPPED WITHOUT A NECESSARY COMPONENT KNOWN AS A CHECK VALVE PIN.","IN THE EVENT OF A CRASH, THE AIR BAG WILL NOT INFLATE PROPERLY OR SUFFICIENTLY RESULTING IN AN INCREASED RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL REPLACE THE PASSENGER SIDE AIR BAG. OWNER NOTIFICATION BEGAN AUGUST 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -08/09/2002,02V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V213000),Isuzu Motors Limited,ISUZU/AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,15,"ON CERTAIN SPORT UTILITY VEHICLES, THE PASSENGER-SIDE AIR BAG INFLATOR MODULES WERE MANUFACTURED AND SHIPPED WITHOUT A NECESSARY COMPONENT KNOWN AS A CHECK VALVE PIN.","IN THE EVENT OF A CRASH, THE AIR BAG WILL NOT INFLATE PROPERLY OR SUFFICIENTLY RESULTING IN AN INCREASED RISK OF INJURY TO THE SEAT OCCUPANT.",DEALERS WILL REPLACE THE PASSENGER SIDE AIR BAG. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST OR SEPTEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-643-4070. -08/08/2002,02V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V215000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL PUMP MODULE MOUNTING FLANGE,"FUEL SYSTEM, GASOLINE",B23,Vehicle,345436,"ON CERTAIN PASSENGER VEHICLES, THE FUEL PUMP MODULE MOUNTING FLANGE COULD LEAK FUEL IF THE VEHICLE IS INVOLVED IN A ROLLOVER CRASH.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A SECONDARY SEAL OVER THE FUEL PUMP MODULE. OWNER NOTIFICATION BEGAN AUGUST 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/08/2002,02V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V214000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL SUPPLY LINE,"FUEL SYSTEM, GASOLINE",B16,Vehicle,97779,"ON CERTAIN PASSENGER VEHICLES, THE FUEL SUPPLY LINE COULD CONTACT THE AIR-CONDITIONING TUBE SERVICE PORT. THIS CAN CAUSE CHAFING OF THE LINE RESULTING IN A FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL LINE FOR ABRASION AND INSTALL A CLIP TO ENSURE ISOLATION. IN CASES WITH EVIDENCE OF FUEL LINE ABRASION, THE FUEL LINE WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/07/2002,02V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V200000),IC CORPORATION,AMTRAN/FMVSS 221/ENTRANCE DOOR JOINT,STRUCTURE,NR (Not Reported),Vehicle,1689,"CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" THE ENTRANCE DOOR STEPWELL VERTICAL JOINTS WERE BUILT WITH AN INADEQUATE NUMBER OF FASTENERS.","THE EFFECTIVENESS OF THIS JOINT DURING A CRASH COULD BE REDUCED ALLOWING SEPARATION OF THE JOINTS WHICH COULD RESULT IN AN OPENING OR PROTRUSION OF METAL EDGES IN THE STEPWELL AREA, INCREASING THE RISK OF INJURY.","OWNERS WILL BE PROVIDED WITH REPAIR INSTRUCTIONS AND PARTS FREE OF CHARGE. ADDITIONAL FASTENERS WILL BE ADDED TO THE VERTICAL JOINTS OF THE STEPWELL. OWNER NOTIFICATION IS EXPECTED TO BEGIN AUGUST 22, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REPAIR INSTRUCTIONS AND PARTS WITHIN A REASONABLE TIME SHOULD CONTACT IC AT 1-800-843-5615." -08/07/2002,02E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E046000),DEXTER AXLE,DEXTER AXLE/EZ LUBE WHEEL HUBS,WHEELS,NR (Not Reported),Equipment,520,"DEXTER AXLE 2000LB EZ-LUBE AXLES INSTALLED ON TRAILERS PRODUCTED BY VIKING RECREATIONAL VEHICLES BETWEEN MARCH 15 AND MAY 15, 2002. THE SPINDLE NUT LOCKING WASHER OR TANG WASHER WAS IMPROPERLY INSTALLED.","THIS DEFECT COULD RESULT IN LOOSENING OF THE WHEEL HUBS. LOOSE WHEEL HUBS CAN RESULT IN BEARING DAMAGE, FAILURE, OR UNEXPECTED DETACHMENT OF THE HUB AND WHEEL(S). LOSS OF THE WHEEL(S) COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","DEXTER AXLE HAS NOTIFIED ITS CUSTOMERS AND DEALERS TO HAVE THEIR VEHICLES INSPECTED AND REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DEXTER AXLE AT 1-800-400-2164." -08/06/2002,02V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V220000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 210/SEAT BELT ANCHORAGES,SEAT BELTS,NR (Not Reported),Vehicle,29,"CERTAIN SCHOOL AND TRANSIT BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEAT BELT ANCHORAGES WILL ONLY HOLD 4,400 LBS. IN LIEU OF THE REQUIRED 5000 LB.","IN THE EVENT OF A CRASH, A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL ADD A FASTENER TO THE TRACK MOUNTED SEAT. OWNER NOTIFICATION BEGAN APRIL 21, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -08/06/2002,02V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V221000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/WHEEL LUG NUT,WHEELS,NR (Not Reported),Vehicle,15,"ON CERTAIN SCHOOL AND TRANSIT BUSES, THE WHEEL LUG NUT MAY NOT TIGHTEN COMPLETELY.",THE WHEEL COULD LOOSEN INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.,"DEALERS WILL INSTALL NEW WHEEL STUDS. OWNER NOTIFICATION BEGAN FEBRUARY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -08/05/2002,02V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V218000),"Mack Trucks, Inc.",MACK/POWER STEERING HOSE,STEERING,SCO278,Vehicle,690,"ON CERTAIN CLASS 8 CHASSIS EQUIPPED WITH R. H. SHEPPARD ""M100"" STEERING GEARS AND TRW ""TAS65"" STEERING GEARS, A POWER STEERING HOSE WITH AN INCORRECT PRESSURE RATING WAS INSTALLED BY THE FACTORY.","THE HOSE, WHICH CONNECTS THE POWER STEERING PUMP TO THE STEERING GEAR, COULD BURST OR LEAK, WHICH COULD RESULT IN THE LOSS OF POWER STEERING ASSIST.","DEALERS WILL REPLACE THE POWER STEERING HOSE. OWER NOTIFICATION BEGAN JUNE 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -08/05/2002,02V196001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V196001),Mazda North American Operations,MAZDA/AIR BAG MODULES,AIR BAGS,NR (Not Reported),Vehicle,25,"ON CERTAIN PASSENGER VEHICLES, SOME OF THE PASSENGER AIR BAG MODULES WERE NOT PROPERLY WELDED AND MAY NOT DEPLOY IN A COLLISION.","THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED IN THE EVENT OF A COLLISION, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE PASSENGER AIR BAG MODULE. OWNER NOTIFICATION BEGAN OCTOBER 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -08/01/2002,02V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V209000),"ELECTRIC TRANSIT, INC.",ETI/SUSPENSION WELDS,SUSPENSION,NR (Not Reported),Vehicle,57,"ON CERTAIN ELECTRIC TROLLEY BUSES, THE VERTICAL WELD ON LOWER SPRING PAD ON THE REAR AXLE CAN FAIL.","THE REAR AXLE AND SUSPENSION CAN BECOME WEAK IF ALL WELDS FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL ""CORNER SPACES"" BETWEEN THE SADDLE BRACKET AND THE LOWER SPRING PADS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ETI AT 1-410-638-3472." -07/30/2002,02V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V208000),Toyota Motor Engineering & Manufacturing,TOYOTA/FUEL TANK HOSE ATTACHMENT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,154593,"ON SPORT UTILITY VEHICLES, THERE IS A BREATHER HOSE THAT ATTACHES TO THE NOZZLE OF THE ON-BOARD REFUELING VAPOR RECOVERY (ORVR) VALVE, WHICH IS LOCATED ON THE TOPSIDE OF THE FUEL TANK. THE BREATHER HOSE IS ATTACHED WITH A CLAMP, WHOSE ""TABS"" FACE IN THE UPWARD DIRECTION. WHEN THE VEHICLE WAS CRASHED UNDER THE NEW CAR ASSESSMENT PROGRAM (NCAP) TEST (I.E., 35 MPH FRONTAL BARRIER CRASH), THE CLAMP ""TABS"" CONTACTED THE UNDERSIDE OF THE BODY DUE TO MOVEMENT OF THE FUEL TANK, CAUSING THE NOZZLE TO BREAK.","IN THE WORST CASE, NOZZLE BREAKAGE COULD RESULT IN FUEL LEAKAGE IF THE VEHICLE ROLLS-OVER AFTER A HIGH SPEED FRONTAL CRASH.","DEALERS WILL ROTATE THE SPECIFIED CLAMP. OWNER NOTIFICATION BEGAN SEPTEMBER 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -07/29/2002,02V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V207000),Kia Motors America,KIA/HAZARD SWITCH,EXTERIOR LIGHTING,024,Vehicle,25000,"ON CERTAIN PASSENGER VEHICLES WITH 36,000 MILES OR LESS AS OF JULY 15, 2002, AN ELECTRICAL CONTACT PROBLEM MAY HAVE DEVELOPED IN THE HAZARD SWITCH WHICH COULD RESULT IN INOPERATIVE HAZARD LIGHTS AND/OR INOPERATIVE TURN SIGNALS.",THE LOSS OF TURN SIGNALS OR REAR HAZARD LAMPS COULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS TURNING AND/OR IS STOPPED AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE HAZARD SWITCH. OWNER NOTIFICATION BEGAN SEPTEMBER 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -07/26/2002,02V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V202000),"General Motors, LLC",GM/REAR AXLE ANCHOR PLATE,SUSPENSION,02028,Vehicle,952,"CERTAIN MEDIUM DUTY TRUCKS EQUIPPED WITH 11,000 LB. REAR AXLE HAVE A CONDITION WHERE THE REAR AXLE ANCHOR PLATE MAY FRACTURE. AS THE ANCHOR PLATE FRACTURES, THERE IS AN AUDIBLE ""BANG."" IF THIS INDICATION OF A CONDITION REQUIRING THE DRIVER'S ATTENTION WENT UNNOTICED OR WAS IGNORED, AND UNDER CERTAIN REBOUND, BRAKING, OR CORNERING MANEUVERS, THE REAR AXLE WOULD BE FREE TO MOVE FORE AND AFT AND PROVIDE UNEXPECTED STEERING INPUTS TO THE VEHICLE.","IF THIS HAPPENS WHILE THE VEHICLE IS MOVING, A CRASH COULD RESULT.","DEALERS WILL INSTALL A NEW REAR AXLE ANCHOR PLATE AND SPACER. OWNER NOTIFICATION BEGAN AUGUST 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -07/26/2002,02V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V206000),"Erwin Hymer Group North America, Inc.",HOME & PARK/SEAT BELT ASSEMBLY,SEAT BELTS,NR (Not Reported),Vehicle,249,"ON CERTAIN MOTOR HOMES BUILT ON CHEVROLET G-VAN CHASSIS, IT IS POSSIBLE, THAT ON SOME UNITS, THE PASSENGER SIDE SEAT BELT WAS NOT ASSEMBLED CORRECTLY TO THE STRUCTURAL MEMBER OF THE VEHICLE. THE SWIVEL PLATE MAY NOT BE ATTACHED TO THE BOLT HOLDING THE RETRACTOR ASSEMBLY.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REMOVE AND REINSTALL THE SWIVEL PLATE CORRECTLY. OWNER NOTIFICATION BEGAN JULY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOME & PARK AT 1-888-762-3873." -07/26/2002,02V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V205000),"Navistar, Inc.",INTERNATIONAL/FUEL LINE ROUTING,"FUEL SYSTEM, GASOLINE",02509,Vehicle,1066,"ON CERTAIN HEAVY DUTY TRUCKS, THE FUEL LINE IS ROUTED TOO CLOSE TO A TURBO CHARGER OUTLET/EXHAUST PIPE. IF AN INTERFERENCE CONDITION OCCURS BETWEEN THE FUEL HARNESS AND THE EXHAUST PIPE, THE FUEL LINE INSIDE THE REFLECTIVE HEAT WRAP COULD MELT DUE TO EXCESSIVE HEAT.","THE MELTING OF THE LINE COULD RESULT IN IMMEDIATE ENGINE SHUT DOWN, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR PROPER ROUTING OF THE FUEL HARNESS. IF THE HARNESS IS ROUTED NEAR THE EXHAUST SYSTEM, A NEW FUEL HARNESS WILL BE INSTALLED. OWNER NOTIFICATION BEGAN DECEMBER 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -07/26/2002,02V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V204000),"Navistar, Inc.",INTERNATIONAL/INJECTOR DRIVER MODULE,ENGINE AND ENGINE COOLING,02508,Vehicle,1054,ON CERTAIN SCHOOL BUSES AND HEAVY DUTY TRUCKS BUILT WITH INTERNATIONAL VT365 ENGINES AND MANUFACTURED AT INTERNATIONAL DIESEL OF ALABAMA. THE INJECTOR DRIVER MODULES (IDM) BUILT FOR THE VT365 ENGINES COULD HAVE MISSING VIBRATION DAMPING/RETENTION SHELLS AND A MISSING HOT-MELT PROCESS ON THE DC/DC BOARDS.,"THE MISSING SHELLS COULD ALLOW THE LARGER ELECTRONIC COMPONENTS TO BECOME LOOSE AND POSSIBLE BREAK OFF INSIDE THE MODULE DURING ENGINE OPERATION. DEPENDING ON WHAT ELECTRICAL COMPONENT COMES OFF, THE EFFECT ON ENGINE OPERATION COULD RESULT IN ROUGH RUNNING, LOSS OF POWER, NO START, OR IN THE MOST SEVERE CASE, IMMEDIATE ENGINE SHUT DOWN WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE IDM MODULES. OWNER NOTIFICATION BEGAN OCTOBER 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -07/26/2002,02V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V203000),"Mercedes-Benz USA, LLC",MERCEDES BENZ/FMVSS 208/SEAT BELT CHIME,SEAT BELTS,NR (Not Reported),Vehicle,3603,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, S7.3, ""OCCUPANT CRASH PROTECTION."" THE SEAT BELT CHIMES MAY NOT FUNCTION AS DESIGNED AND IS NOT CONSISTENT WITH THE REQUIREMENTS OF THE STANDARD.","IF THE DRIVER BUCKLES HIS SEAT BELT PRIOR TO STARTING THE VEHICLE, THE CHIME WILL NOT SOUND AT ALL WHEN THE VEHICLE IS STARTED.","DEALERS WILL INSPECT THE VEHICLES TO ENSURE THAT THE SEAT BELT CHIME OPERATES AS REQUIRED BY THE STANDARD. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2002. OWNERS WHO DO NOT RECEIVE THE FREE INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-201-573-0117." -07/25/2002,02V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V201000),"BMW of North America, LLC",BMW/TRANSMISSION SHIFT CABLE,POWER TRAIN,NR (Not Reported),Vehicle,3531,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS, THE TRANSMISSION SHIFT CABLE CONNECTS THE GEARSHIFT LEVER IN THE VEHICLE INTERIOR TO THE SHIFT LINKAGE ON THE TRANSMISSION. IT IS POSSIBLE FOR THE SHIFT CABLE TO DETACH FROM THE TRANSMISSION SHIFT LINKAGE WHILE THE DRIVER IS ATTEMPTING TO CHANGE GEARS. IF THE CABLE DETACHES FROM THE SHIFT LINKAGE, GEAR CHANGES WILL NO LONGER BE POSSIBLE AND THE TRANSMISSION WILL REMAIN IN THE LAST GEAR SELECTED.","IF SHIFT CABLE DETACHMENT OCCURS AND THE TRANSMISSION REMAINS IN ANY FORWARD GEAR, THE VEHICLE CAN STILL BE DRIVEN IN THAT GEAR ONLY. HOWEVER, IF THE TRANSMISSION MOVES INTO NEUTRAL AND REMAINS THERE, THE ABILITY TO ACCELERATE OR MAINTAIN SPEED WILL BE LOST, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE SHIFT CABLE AND, IF NECESSARY, INSTALL A RETAINING CLIP OVER THE END OF THE SHIFT CABLE TO PREVENT IT FROM DETACHING FROM THE TRANSMISSION. OWNER NOTIFICATION BEGAN AUGUST 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-866-ASK-MINI (1-866-275-6464)." -07/25/2002,02V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V189000),"Gillig, LLC",GILLIG/STEERING GEAR BOLT,STEERING,NR (Not Reported),Vehicle,2558,"ON CERTAIN LOW FLOOR 29, 35, AND 40 FOOT BUSES, THE STEERING GEAR INPUT SHAFT BOLT INSTALLED WAS A 3/8"" DIAMETER COARSE THREAD GRADE 8 FASTENER INSTEAD OF THE REQUIRED 7/16"" DIAMETER FINE THREAD GRADE 8 FASTENER.","IN THE EVENT OF A CRASH OR SOME OTHER EXTRAORDINARY SHOCK LOAD ON THE STEERING, A LOSS OF STEERING COULD OCCUR.","DEALERS WILL REPLACE THE SUSPECT FASTENER WITH THE CORRECT FASTENER. OWNER NOTIFICATION BEGAN AUGUST 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GILLIG AT 1-510-785-1500." -07/25/2002,02V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V199000),Lotus Cars Limited,LOTUS/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,546,"ON CERTAIN PASSENGER VEHICLES, THE FUEL TANKS CAN LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL TANK. OWNER NOTIFICATION BEGAN AUGUST 26, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LOTUS AT 1-800-245-6887." -07/25/2002,02V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V198000),Newmar Corporation,NEWMAR/TV BRACKET,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,88,"ON CERTAIN DIESEL PUSHER, AND CLASS A MOTORHOMES, A BRACKET SECURING THE TV IN PLACE IN THE FRONT OVERHEAD CABINET ABOVE THE DRIVER MAY NOT SUPPORT THE WEIGHT OF THE TV.",THE TV COULD BECOME LOOSE AND FALL OUT ON THE DRIVER CAUSING A LOSS OF CONTROL OF THE VEHICLE AND BODILY INJURY.,"DEALERS WILL REMOVE THE TV FROM THE FRONT OVERHEAD CABINET AND REPLACE THE INSTALLATION BRACKETS. OWNER NOTIFICATION BEGAN JULY 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-800-731-8300." -07/24/2002,02V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V194000),"BMW of North America, LLC",BMW/BRAKE PEDAL ARM PIVOT SHAFT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,34860,"ON CERTAIN PASSENGER VEHICLES, DUE TO A MANUFACTURING PROBLEM, THE BRAKE PEDAL ARM PIVOT SHAFT COULD LOOSEN FROM ITS SUPPORT BRACKET.","EVENTUALLY, THE BRAKE PEDAL ARM COULD DETACH FROM THE BRACKET, RENDERING THE SERVICE BRAKING SYSTEM INEFFECTIVE, INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK THE BRAKE PEDAL ARM PIVOT SHAFT FOR PROPER SEATING IN ITS SUPPORT BRACKET. IN ADDITION, A PIN WILL BE INSTALLED TO SECURE THE SHAFT TO THE BRACKET. OWNER NOTIFICATION BEGAN AUGUST 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-332-4269." -07/24/2002,02V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V196000),Honda (American Honda Motor Co.),HONDA/AIR BAG MODULES,AIR BAGS,NR (Not Reported),Vehicle,375,"ON CERTAIN PASSENGER VEHICLES, SOME OF THE PASSENGER AIR BAG MODULES WERE NOT PROPERLY WELDED AND MAY NOT DEPLOY IN A COLLISION.","THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED IN THE EVENT OF A COLLISION, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE PASSENGER AIR BAG MODULE. OWNER NOTIFICATION BEGAN AUGUST 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -07/24/2002,02E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E044000),Norcold Inc.,NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Equipment,180455,"REFRIGERATOR COOLING UNITS MODEL NUMBERS 442, 443, 452, EV452, 453, 462, EV462, 463, EV463, 482, EV482, 483, EV483, 874, AND 875 MANUFACTURED BETWEEN JANUARY 1987 AND MAY 1995. THESE REFRIGERATORS CAN EXPERIENCE A BREAK DOWN IN A RUBBER SEAL WITHIN THE GAS VALVE. AS THE RUBBER SEAL AGES, A LEAK MAY OCCUR, ALLOWING PROPANE GAS TO ACCUMULATE IN THE BURNER AREA.","THE CONSEQUENCE CAN RESULT IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD WILL NOTIFY ITS CUSTOMERS AND OFFER A NEW LIKE-SIZE REFRIGERATOR AT NO CHARGE. OWNER NOTIFICATION BEGAN AUGUST 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-937-497-3080." -07/24/2002,02E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E045000),Norcold Inc.,NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Equipment,8419,"REFRIGERATOR COOLING UNITS MODEL NUMBERS 1200LR AND 1200RIM WITH SERIAL NUMBERS BETWEEN 700000 AND 1008700 AND MANUFACTURED BETWEEN DECEMBER 1996 AND FEBRUARY 1999. THESE REFRIGERATORS CAN EXPERIENCE LOW CYCLE FATIGUE FAILURE WHICH CAN LEAD TO THE LIQUID SOLUTION SLOWLY LEAKING FROM THE SEALED, PRESSURIZED COOLING UNIT THROUGH A SMALL CRACK.","IF A LEAK OCCURS AND THE UNIT IS CONTINUALLY OPERATED, HYDROGEN GAS MAY BE EXPELLED AND CAN BE IGNITED, RESULTING IN A FIRE, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.","NORCOLD WILL NOTIFY THE ITS CUSTOMERS AND PROVIDE A REPLACEMENT COOLING UNIT FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-937-497-3080." -07/23/2002,02V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V197000),Blue Bird Body Company,BLUE BIRD/PARCEL RACKS,UNKNOWN OR OTHER,R02GD,Vehicle,150,"ON CERTAIN TOUR TYPE COACHES EQUIPPED WITH PARCEL RACKS, IRREGULARITIES IN THE INSTALLATION OF THE FASTENERS USED TO RETAIN THE PARCEL RACKS TO THE COACH STRUCTURE COULD RESULT IN THE FASTENERS LOOSENING ALLOWING THE PARCEL RACKS TO FALL WITHOUT WARNING.","IN THE EVENT THE FASTENERS BECOME DISLODGED AND THE RACKS SHOULD FALL WHILE THE PASSENGER SEAT IS OCCUPIED, PERSONAL INJURY TO THE SEAT OCCUPANT COULD OCCUR.","DISTRIBUTORS AND OWNERS WILL BE NOTIFIED TO IMMEDIATELY INSTALL INTERIM REPAIR BOLTS THROUGH THE COACH ROOF BOW STRUCTURE ON THE AISLE SIDE OF THE FIRST TWO PARCEL RACK SECTIONS ON BOTH THE RIGHT AND LEFT SIDE PARCEL RACKS ON ALL AFFECTED COACHES. FINAL REPAIRS CAN THEN BE COMPLETED AT A LATER DATE. OWNER NOTIFICATION BEGAN JULY 24, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -07/23/2002,02V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V191000),"BMW of North America, LLC",BMW MOTORCYCLE/HEX NUT,WHEELS,NR (Not Reported),Vehicle,577,"ON CERTAIN MOTORCYCLES, IT IS POSSIBLE THAT THE HEX NUT THAT SECURES THE WHEEL TO THE GEARBOX OUTPUT SHAFT WAS TIGHTENED INCORRECTLY DURING THE VEHICLE ASSEMBLY. AS A RESULT, THE NUT COULD LOOSEN DURING VEHICLE OPERATION. IF THIS HAPPENS, THE BELT WHEEL WOULD ITSELF LOOSEN ON THE OUTPUT SHAFT, RESULTING IN DAMAGE TO THE INTERNAL SPLINES OF THE WHEEL AND TO THE EXTERNAL SPLINES OF THE OUTPUT SHAFT AS THE VEHICLE IS OPERATED.","OVER TIME, THE SPLINES COULD BE DAMAGED TO THE EXTENT THAT THE OUTPUT SHAFT WOULD NOT LONGER OPERATE THE DRIVE BELT, RESULTING IN A LOSS OF DRIVE CAPABILITY AT THE REAR WHEEL.","DEALERS WILL INSPECT THE HEX NUT TORQUE AND ADJUST THE TIGHTNESS IF NECESSARY, AND SECURE THE NUT WITH LOCTITE. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -07/23/2002,02V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V190000),"BMW of North America, LLC",BMW MOTORCYCLE/WHEEL CRACKS,WHEELS,NR (Not Reported),Vehicle,576,"ON CERTAIN MOTORCYCLES, DUE TO A MANUFACTURING DEFECT, IT IS POSSIBLE THAT THE WHEEL COULD DEVELOP A CRACK. OVER TIME, THE CRACK COULD WORSEN TO THE POINT THAT THE WHEEL FAILED AND THE DRIVE BELT DERAILED.","THIS WOULD RESULT IN A LOSS OF DRIVE CAPABILITY AT THE REAR WHEEL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR DRIVE BELT WHEEL. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -07/23/2002,02V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V192000),"CHANCE COACH, INC.",CHANCE COACH/TRANSMISSION CONTROL CABLE,POWER TRAIN,NR (Not Reported),Vehicle,109,ON CERTAIN STREETCARS (DIESEL AND CNG MODELS) AND RT-52 DIESEL COACHES MANUFACTURED WITH AT-545 AND MT643 TRANSMISSIONS WHICH USE A MANUAL TRANSMISSION CONTROL CABLE. THE TRANSMISSION CONTROL CABLE MAY RUB AGAINST THE JUNCTION BOX POWER STUD LOCATED ON THE BOTTOM OF THE JUNCTION BOX.,"LONG-TERM WEAR CAN ALLOW THE POWER STUD TO SHORT TO GROUND THROUGH THE TRANSMISSION CONTROL CABLE, RESULTING IN ELECTRICAL ARCING AND THE IGNITION OF COMBUSTIBLE MATERIALS IN THE JUNCTION BOX COMPARTMENT.",DEALERS WILL INSPECT THE VEHICLE TO DETERMINE IF EITHER THE POWER STUD INSULATION BOOT AND/OR THE TRANSMISSION SHIFT CABLE CLAMP IS MISSING. BOTH THE INSULATION BOOT AND THE CLAMP WILL BE INSTALLED IF MISSING. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-888-391-1777. -07/23/2002,02T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T008000),Cooper Tire & Rubber Co.,COOPER/INNERLINER FOLD,TIRES,NR (Not Reported),Tire,59,"COOPER RESPONSE RST TOURING 2000 TIRES SIZE P205/70R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN APRIL 21 AND APRIL 27, 2002. THESE TIRES MAY HAVE A FOLD ON THE INNERLINER.","TIRES WITH A FOLD OR CRACK WILL LEAK AIR WHEN THEY ARE MOUNTED AND INFLATED. SHOULD THE AIR LOSS NOT BE DETECTED, THE LOSS OF INFLATING AIR COULD RESULT IN A TIRE FAILURE, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 827-286-0400." -07/23/2002,02V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V193000),"Jayco, Inc.",JAYCO/ELECTRICAL WIRING ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,258,"ON CERTAIN MINI-MOTORHOMES EQUIPPED WITH A KITCHEN SLIDE-OUT, SOME 120-VOLT ELECTRICAL WIRES UNDERNEATH THE KITCHEN SINK ARE ROUTED IN SUCH A MANNER THAT THEY COULD MAKE CONTACT WITH ABRASIVE COMPONENTS, WHILE THE SLIDE-OUT IS BEING OPERATED AND CHAFE THE PROTECTIVE COVERING CREATING A POSSIBLE SHORT CIRCUIT. IN ADDITION, THERE IS AN EDGE ON THE SLIDE-OUT FLOOR THAT COULD COME IN CONTACT WITH 120-VOLT ELECTRICAL WIRES ROUTED DOWN THROUGH THE MAIN FLOOR ALSO CREATING A POSSIBLE SHORT CIRCUIT.","IF A SHORT CIRCUIT OCCURS IN EITHER SITUATION, THE CIRCUIT BREAKER WILL TRIP. HOWEVER, IF THE BREAKER FAILS TO TRIP, ARCING FROM THE SHORT CIRCUIT COULD IGNITE ANY COMBUSTIBLE MATERIAL OR ITEMS THAT MAY BE STORED IN THE KITCHEN SINK CABINET AND START A FIRE.","DEALERS WILL INSPECT AND, AS NECESSARY, REPLACE ANY DAMAGED WIRING AND ALSO INSTALL A FLEXIBLE CORD AND PLASTIC WIRING CONDUIT TO PROTECT THE 120-VOLT WIRING AGAINST CHAFING. OWNER NOTIFICATION BEGAN AUGUST 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-877-825-4782." -07/23/2002,02E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E043000),"Volvo Car USA, LLC",VOLVO/BRINK TOW HITCH,EQUIPMENT,NR (Not Reported),Equipment,1222,"BRINK GENERATION 3.0 DETACHABLE TOW HITCHES MANUFACTURED BETWEEN AUGUST 1, 1998 AND MAY 31, 2000. THE LOCKING MECHANISM IN THE TOW BAR, THAT PREVENTS THE DETACHABLE TOW HOOK FROM SEPARATING FROM THE FIXED VEHICLES INSTALLATION, MAY HAVE REDUCED FUNCTION.","IF THE LOCKING MECHANISM WERE TO FAIL, THE ASSEMBLY IN TOW MAY BECOME DETACHED FROM THE TOW VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE THE AFFECTED TOW HITCHES WITH A TOW HITCH OF A MODIFIED DESIGN. OWNER NOTIFICATION BEGAN AUGUST 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 201-768-7300." -07/23/2002,02V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V181000),"Yamaha Motor Corporation, USA",YAMAHA/FUEL TANK BRACKET,"FUEL SYSTEM, GASOLINE",M2002-016,Vehicle,5451,"ON CERTAIN MOTORCYCLES, THE FUEL TANK BRACKET WASHER AND DAMPER DO NOT ADEQUATELY PROTECT THE TANK FROM ENGINE VIBRATION.","OVER A PERIOD OF TIME, VIBRATION MIGHT DAMAGE THE TANK WHICH COULD RESULT IN A FUEL LEAK WITH THE POSSIBILITY OF FIRE.","DEALERS WILL REPLACE THE FUEL TANK BRACKET WASHER AND DAMPER WITH ONES OF A NEW TYPE. OWNER NOTIFICATION BEGAN JULY 10,2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT YAMAHA AT 1-800-88-YAMAHA (1-800-889-2624)." -07/22/2002,02V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V195000),"HPA MONON TRAILER, INC.",HPA MONON/ELECTRICAL/AIR CONNECTIONS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,126,"ON CERTAIN TRAILERS EQUIPPED WITH WABCO 4S/2M SYSTEM, THE ELECTRICAL AND AIR CONNECTIONS ARE IMPROPERLY CONNECTED.","THE SERVICE BRAKING SYSTEM COULD BECOME INEFFECTIVE, INCREASING THE RISK OF A CRASH.",THE ELECTRICAL AND AIR CONNECTIONS WILL BE INSPECTED AND REPAIRED IS NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HPA MONON AT 1-800-231-6413. -07/15/2002,02V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V185000),Blue Bird Body Company,BLUE BIRD/FMVSS 101/LABEL,EQUIPMENT,R02GB,Vehicle,408,"CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE STANDARD NO. 101, ""CONTROLS AND DISPLAYS."" THIS STANDARD REQUIRES SPECIFIC LABELING FOR ""ENGINE START"" AND ""ENGINE STOP."" THE WORDING OF THE LABELS ON THESE VEHICLES DO NOT MEET THE REQUIREMENTS OF THE STANDARD.","THE OPERATOR COULD PLACE THE ENGINE SWITCH IN A POSITION OTHER THAN THAT INTENDED, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH NEW DECALS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN AUGUST 29, 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -07/15/2002,02V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V179000),Glaval Bus,GLAVAL/FMVSS 108/STOP/TAIL LAMP,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,233,"CERTAIN BUSES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED DEVICES."" THE UNIVERSAL BUS CHANGED FROM A WRAP-AROUND STYLE REAR TAIL AND TURN LAMP TO A FLAT STOP/TAIL LAMP. THE WRAP-AROUND LIGHT HAD AN INTEGRAL SIDE MARKER. THE NEW FLAT LIGHTS DO NOT HAVE A SIDE MARKER. THE APOLLO AND CONCORDE MODELS STILL USE THE WRAP-AROUND LIGHT EXCEPT WHEN LED LIGHTS ARE ORDERED.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"GLAVAL WILL PROVIDE TO OWNERS THE NECESSARY PARTS AND INSTALLATION INSTRUCTIONS TO INSTALL THE REAR SIDE MARKER LIGHTS. OWNER NOTIFICATION BEGAN JULY 8, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GLAVAL AT 1-800-445-2825." -07/15/2002,02V037003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V037003),PACCAR Incorporated,PACCAR/ARVINMERITOR/TRW TIE ROD ENDS (20EDL),STEERING,102A/02KW2,Vehicle,4513,"HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN ARVINMERITOR AND DANA AXLES. PETERBILT WILL RECALL 1,434 VEHICLES EQUIPPED WITH ARVINMERITOR AXLES MANUFACTURED FROM DECEMBER 11, 1999, TO MAY 14, 2000, AND FROM JULY 22 TO SEPTEMBER 30, 2000. KENWORTH WILL RECALL 859 VEHICLES EQUIPPED WITH ARVINMERITOR VEHICLES MANUFACTURED FROM DECEMBER 11, 1999, TO MAY 23, 2000, AND FROM JULY 27, 2000, TO SEPTEMBER 30, 2000 AND KENNWORTH WILL RECALL AN ADDITIONAL 4,151 VEHICLES EQUIPPED WITH DANA AXLES AND MANUFACTURED FROM JUNE 23 TO DECEMBER 6, 1999, AND FROM MAY 23 TO SEPTEMBER 30, 2000. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.","THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. OWNER NOTIFICATION BEGAN JULY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4201 OR KENWORTH AT 1-425-828-5440." -07/15/2002,02V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V187000),"Rolls-Royce Motor Cars, Ltd.",ROLLS ROYCE/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2085,"ON CERTAIN PASSENGER VEHICLES AND LIMOUSINES, THE LOW PRESSURE BRAKE FLUID FEED PIPE BETWEEN THE MASTER CYLINDER AND REMOTE RESERVOIR HAS THE POTENTIAL TO TRAP OR RETAIN AIR.","THIS AIR COULD ENTER THE MASTER CYLINDER CAUSING EXCESSIVE PEDAL TRAVEL AND PARTIAL FAILURE OF THE PRIMARY CIRCUIT, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH HOSES AND BRAKE FLUID RESERVOIR. OWNER NOTIFICATION BEGAN JULY 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ROLLS-ROYCE AT 1-800-777-6923." -07/15/2002,02V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V163000),"Thor California, Inc.",THOR/FUEL TANK LEAKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1950,"ON CERTAIN TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS EQUIPPED WITH AERO FUEL TANKS, FUEL CAN LEAK FROM THE FUEL TANK WHEN THE AMBIENT TEMPERATURE SURROUNDING THE FUEL TANK INCREASES. IN ADDITION, WHEN THE AMBIENT TEMPERATURE SURROUNDING THE FUEL TANK INCREASES, A POTENTIAL PRESSURE BUILD-UP IN THE FUEL TANK MAY ARISE AS A RESULT OF THE ROLLOVER VALVE UTILIZED ON THE FUEL TANK NOT PROPERLY VENTING THE PRESSURE.","IN THE EVENT THAT THIS PRESSURE BUILD-UP OCCURS, FUEL CAN SPRAY OUT ONTO AN INDIVIDUAL WHO IS OPENING THE GAS CAP TO THE TRAILER.","DEALERS WILL REPLACE THE EXISTING ROLLOVER VALVE ON THE FUEL TANK. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOR AT 1-888-697-8467, EXT. 215, OR AERO TANK AT 1-800-783-4826 (LYNDA)." -07/12/2002,02V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V173000),IC CORPORATION,AMTRAN/FMVSS 301/CROSSMEMBER,STRUCTURE,02-301,Vehicle,123,"CERTAIN SCHOOL BUSES EQUIPPED WITH AN OPTIONAL BETWEEN-THE-FRAME MOUNTED FUEL TANKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 301, ""FUEL SYSTEM INTEGRITY."" THESE BUSES WERE BUILT WITH THE WRONG CROSSMEMBER. THE CROSSMEMBER INSTALLED WAS NOT OF THE SAME STRENGTH THAT WAS USED IN THE CERTIFICATION OF THE FUEL SYSTEM TO FMVSS NO. 301.","FAILURE OF THE CROSSMEMBER DURING A CRASH COULD REDUCE THE EFFECTIVENESS OF THE INTEGRITY OF THE FUEL SYSTEM ALLOWING LEAKAGE THAT EXCEEDS REGULATION REQUIREMENTS. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL A NEW CROSSMEMBER. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-843-5615." -07/12/2002,02E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E041000),"HOLLAND USA, INC.",HOLLAND HITCH/AUTO COUPLER ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,1002,"HOLLAND HITCH COUPLER ASSEMBLIES USED FOR TOWING TRAILERS TO MOVE INDUSTRIAL MATERIALS ON HIGHWAYS AND NON-HIGHWAY APPLICATIONS. THESE COUPLERS WERE MANUFACTURED BETWEEN JULY 18, 2001, AND JUNE 18, 2002, PART NOS. CP-400-H AND CP-400-CA. THE NUT AND BOLT COMBINATION USED ON THE COUPLER ASSEMBLY WERE NOT COMPATIBLE AND MAY BECOME LOOSE, POSSIBLY ALLOWING THE TOW TRAILER TO DETACH FROM THE TOW VEHICLE.","IF THE TOW TRAILER BECOMES DETACHED, A CRASH IS POSSIBLE AND MAY RESULT IN PERSONAL INJURY OR DEATH.","HOLLAND WILL NOTIFY ITS CUSTOMERS AND PROVIDE REPLACEMENT PARTS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOLLAND USA, INC. AT 616-396-6501." -07/12/2002,02V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V174000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/CLUTCH ROD BREAKAGE,POWER TRAIN,02507,Vehicle,13052,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS, LOWER CLUTCH RODS WITH TURNBUCKLES ARE FAILING FROM FATIGUE NEAR THE TURNBUCKLE DUE TO BENDING FORCES EXPERIENCED DURING EACH CLUTCH PEDAL CYCLE.","THE CLUTCH ROD CAN BREAK WITHOUT WARNING AND MAKE IT DIFFICULT TO SHIFT AND IF THE CLUTCH ROD BREAKS WHILE THE VEHICLE IS STOPPED OR DECELERATING, THE VEHICLE COULD LUNGE UNEXPECTEDLY IN THE DIRECTION OF THE SELECTED GEAR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CLUTCH ROD ASSEMBLY WITH A SOLID ROD DESIGN THAT DOES NOT HAVE A TURNBUCKLE. OWNER NOTIFICATION BEGAN JULY 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -07/12/2002,02V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V172000),"Mastercraft Boat Company, Inc.",MASTERCRAFT/MONOLEAF BOAT TRAILER SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,3656,"ON CERTAIN BOAT TRAILERS EQUIPPED WITH NHK INTEX CORPORATION MONOLEAF BOAT TRAILER SPRINGS, WHILE THE MOTORIST IS PULLING THE BOAT TRAILER, THE MONOLEAF SPRING ON THE TRAILER COULD BREAK.","THIS COULD CAUSE THE MOTORIST TO LOSE CONTROL OF THE TRAILER AND VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL AFFECTED MONOLEAF SPRINGS. OWNER NOTIFICATION BEGAN AUGUST 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MASTERCRAFT AT 1-800-443-8774." -07/12/2002,02V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V175000),Motor Coach Industries,MCI/HVAC UNIT LEAKAGE,EQUIPMENT,NR (Not Reported),Vehicle,72,"ON CERTAIN COACHES EQUIPPED WITH ROOF-MOUNTED THERMO KING HVAC UNITS, SOME HEATER HOSES SUPPLYING THE HVAC UNIT HAVE EXPERIENCED LEAKS THAT HAVE RELEASED ANTIFREEZE INTO THE INTERIOR CABLE OF THE COACH.",IN SOME INSTANCES THE ANTIFREEZE HAS COME IN CONTACT WITH PASSENGERS OR DRIVERS.,"DEALERS WILL INSTALL NEW HOSES, COPPER TUBING, FITTINGS, AND NON-ADJUSTABLE BY-PASS VALVES. OWNER NOTIFICATION BEGAN ON JUNE 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCI AT 1-800-241-2947." -07/12/2002,02V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V188000),Newmar Corporation,NEWMAR/BRAKE AIR LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41,"ON CERTAIN CLASS A, DIESEL PUSHER, MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS, THE WHEEL WELL LINERS BEING INSTALLED ON THE FRONT TIRE WELLS, REQUIRED THE AIR LINE ASSEMBLY ON THE IFS TO BE MOVED TO ALLOW THE ATTACHMENT OF THE LINERS TO THE CHASSIS. DURING THIS PROCESS, IT HAS BEEN FOUND THAT IF THE AIR BAGS ARE COMPLETELY DEFLATED, THE TIRE COULD RUB THE AIR LINE SUPPLYING AIR TO THE BRAKES.","THIS COULD CAUSE THE LINE TO FAIL RESULTING IN A LOSS OF BRAKES, INCREASING THE RISK OF A CRASH.","DEALERS WILL DETACH THE SUPPORT BRACKET FOR THE AIR LINE THAT SUPPLIES THE BRAKE AND MOVE THE BRACKET INBOARD 3"" AND REATTACH BY WELDING. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-800-731-8300." -07/12/2002,02V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V184000),"Winnebago Industries, Inc.",WINNEBAGO/BEDROOM SLIDEOUT HYDRAULIC LINES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,32,"ON CERTAIN MOTOR HOMES, THE HYDRAULIC LINES FOR THE BEDROOM SLIDEOUT MAY BE ROUTED ADJACENT TO THE ENGINE EXHAUST. THE TEMPERATURE OF THE EXHAUST COULD DEGRADE THE HOSE TO THE POINT A LEAK COULD DEVELOP.","IF A LEAK WERE TO OCCUR, HYDRAULIC FLUID COULD SPRAY ON TO HOT EXHAUST OR ENGINE COMPONENTS AND COULD IGNITE RESULTING IN A FIRE.","DEALERS WILL REPLACE AND CORRECTLY ROUTE THE HYDRAULIC LINES. OWNER NOTIFICATION BEGAN AUGUST 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -07/11/2002,02V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V183000),"General Motors, LLC",GM/FUEL FILTER MOUNTING BOLTS,"FUEL SYSTEM, GASOLINE",02026,Vehicle,222,"ON CERTAIN MEDIUM DUTY TRUCKS EQUIPPED WITH 8.1 L ENGINES AND LEFT HAND OR DUAL FUEL TANKS, SOME OF THESE VEHICLES HAVE A CONDITION WHERE THE FUEL FILTER-TO-COMPONENT BOX MOUNTING BOLTS ARE REVERSED. WITH THE BOLTS REVERSED, THE THREADED BOLT END IS ORIENTED TOWARD THE FRONT WALL OF THE LEFT HAND FUEL TANK.","IN THE EVENT OF A FRONTAL CRASH, THE THREADED END OF THE BOLTS COULD PIERCE THE FRONT WALL OF THE FUEL TANK RESULTING IN FLUE LEAKAGE. IF AN IGNITION SOURCE WERE PRESENT, FUEL LEAKAGE COULD RESULT IN A VEHICLE FIRE.","DEALERS WILL INSPECT AND CORRECTLY INSTALL THE TWO FUEL FILTER MOUNTING BOLTS, IF NECESSARY. OWNER NOTIFICATION BEGAN AUGUST 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -07/11/2002,02E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E042000),"New Flyer of America, Inc.",NEW FLYER/TOW ADAPTER KITS,TRAILER HITCHES,NR (Not Reported),Equipment,52,"TOW ADAPTER ASSEMBLIES PART NO. 212795, BUILT BETWEEN OCTOBER 17, 2001, AND JUNE 20, 2002, USED FOR TOWING COACHES THAT ARE INOPERABLE. DUE TO A BAD WELD, THE COACH CAN BECOME DETACHED FROM THE TOW VEHICLE.",,"OWNER NOTIFICATION BEGAN JULY 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 204-982-8405." -07/10/2002,02E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E034000),AMSAFE COMMERCIAL PRODUCTS,AMSAFE/SEAT BELTS/PLASTIC COVER HOUSING,SEAT BELTS,NR (Not Reported),Equipment,51137,"ON AMSAFE CP TRAVELING RETRACTOR LAP (TYPE 1) SEAT BELTS, THE PLASTIC COVER HOUSING THE RESERVE END OF THE SEAT BELT WEB CAN BREAK. IF THE TWO HALVES OF THE COVER COMPLETELY SEPARATE, THE CONNECTOR PORTION OF THE BELT WILL DETACH FROM THE COVER. ONCE DETACHED, THE CONNECTOR RIVET CAN SEPARATE FROM THE CONNECTOR FRAME CAUSING THE FRAME TO BECOME UNUSABLE.","THIS CONDITION CANNOT OCCUR DURING USE, HOWEVER, THE BELT WILL BE UNSUABLE AND MAY RESULT IN AN OCCUPANT SEATING POSITION WITHOUT A SEAT BELT. IN THE EVENT OF A VEHICLE CRASH, AN UNBELTED INDIVIDUAL COULD BE SERIOUSLY INJURED OR KILLED.","AMSAFE WILL NOTIFY ITS CUSTOMERS AND PROVIDE A PLASTIC OUTER COVER THAT SNAPS OVER THE EXISTING COVER ON UNITS IN THE FIELD AND WILL REPLACE BROKEN SEAT BELTS FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330." -07/09/2002,02V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V177000),Blue Bird Body Company,BLUE BIRD/TRANSMISSION INDICATOR LIGHT,POWER TRAIN,R02GC,Vehicle,3439,"ON CERTAIN SCHOOL AND TRANSIT BUSES EQUIPPED WITH ALLISON 2000 SERIES TRANSMISSIONS, THE ""RANGE INHIBITED"" INDICATOR LIGHT ON THE DASH WAS IMPROPERLY INSTALLED AND DOES NOT FUNCTION.","THE OPERATOR WILL NOT BE ALERTED THAT THE TRANSMISSION OPERATION IS BEING INHIBITED AND THAT THE RANGE SHIFTS BEING REQUESTED BY THE OPERATOR MAY NOT OCCUR, INCREASING THE RISK OF A CRASH.","DISTRIBUTORS AND OWNERS WILL BE INSTRUCTED TO REMOVE THE DASH AND ACTIVATE THE INDICATOR ""RANGE INHIBITED"" LIGHT ACCORDING TO INSTRUCTIONS PROVIDED. OWNER NOTIFICATION BEGAN AUGUST 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -07/08/2002,02V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V186000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/THROTTLE CONTROL CABLE,VEHICLE SPEED CONTROL,B22,Vehicle,88000,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH 2.5L V6 ENGINES, THE THROTTLE CONTROL CABLE CAN FRAY CAUSING THE THROTTLE TO BIND OR STICK.","THIS COULD POTENTIALLY RESULT IN A LOSS OF THROTTLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE THROTTLE CABLE ASSEMBLY. OWNER NOTIFICATION BEGAN AUGUST 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/08/2002,02V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V180000),Indian Motorcycle Company,INDIAN MOTORCYCLE/REAR AXLES,SUSPENSION,NR (Not Reported),Vehicle,590,"ON CERTAIN MOTORCYCLES, THE REAR AXLES ARE MADE OF A MATERIAL WITH A LOWER THAN DESIRABLE YIELD STRENGTH.","UNDER REPEATED HEAVY LOADS, THE REAR AXLE COULD DEFORM CAUSING EXCESSIVE WEAR IN THE REAR WHEEL BEARINGS POTENTIALLY LEADING TO OVERHEATING AND SEIZING OF THE BEARINGS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR AXLES ON THESE MOTORCYCLES. OWNER NOTIFICATION BEGAN AUGUST 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN AT 1-408-846-7228." -07/03/2002,02E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E040000),"CRC INDUSTRIES, INC.",CRC INDUSTRIES/BRAKE PARTS CLEANER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,14988,"AUTO PRIDE PRODUCT WAS MISLABELED IN THE PRODUCTION PROCESS. THE CANS ARE LABELED AS 05088AP BRAKE PARTS CLEANER NON-CHLORINATED FORMULA, BUT THE CANS ACTUALLY CONTAIN 05089AP BRAKE PARTS CLEANER, A CHLORINATED FORUMLA.","THUS, AS LABELED, THE CANS DO NOT APPROPRIATELY WARN THE USER OF THE CHLORINATED CONTENT OF THE PRODUCT.","CRC IS NOTIFYING ITS DISTRIBUTORS AND CUSTOMERS TO RETURN THE PRODUCT FOR A FREE REPLACEMENT. DISTRIBUTOR/OWNER NOTIFICATION BEGAN JULY 11, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CRC INDUSTRIES AT 215-674-4300." -07/02/2002,02V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V176000),Indian Motorcycle Company,INDIAN MOTORCYCLE/FRONT FORK PINCH BOLTS,SUSPENSION,NR (Not Reported),Vehicle,1189,"ON CERTAIN MOTORCYCLES, THE PINCH BOLTS THAT CLAMP THE FRONT FORKS TO THE AXLE MAY BE 1/4"" BOLTS OR 5/16"" BOLTS MADE OF STAINLESS STEEL. IN BOTH CASES, THESE BOLTS MAY NOT BE OF SUFFICIENT STRENGTH OVER TIME TO CLAMP THE FRONT FORK TO THE AXLE TIGHTLY ENOUGH TO PREVENT AXLE ROTATION.","IF THE AXLE IS ALLOWED TO ROTATE, THE AXLE COULD COME OUT OF THE RIGHT FRONT FORK, COLLAPSING THE FRONT END, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT FORKS TO DETERMINE WHETHER THE PINCH BOLTS ARE 1/4"" OR 5/16"" BOLTS MADE OF STAINLESS STEEL. IF THE FORKS ARE CLAMPED WITH 1/4"" BOLTS, THE DEALER WILL REPLACE THE FORKS WITH FORKS DESIGNED WITH 5/16"" BOLTS. IF THE FORKS ARE CLAMPED WITH 5/16"" STAINLESS STEEL PINCH BOLTS, THE DEALER WILL REPLACE THE BOLTS WITH 5/16"" BOLTS MADE OF ZINC PLATED STEEL. OWNER NOTIFICATION BEGAN JULY 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN AT 1-408-846-7228." -07/02/2002,02V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V182000),CRAFTSMEN LIMOUSINE,JMRL/CRAFTSMEN/FMVSS 217/EMERGENCY LABELS,EQUIPMENT,NR (Not Reported),Vehicle,79,"CERTAIN LIMOUSINES, AS ALTERED BY JMRL SALES & SERVICE, FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THESE VEHICLES LACK PROPER EMERGENCY ESCAPE INSTRUCTIONS AND LABELS.","IN THE EVENT OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO PROPERLY EXIT THE VEHICLE.","OWNERS WILL BE PROVIDED WITH TWO LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN NOVEMBER 4, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JMRL AT 1-800-762-0447." -07/01/2002,02V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V178000),"General Motors, LLC",GM/AIR BAG SENSING MODULE,AIR BAGS,02029,Vehicle,525254,"ON CERTAIN PICKUP AND UTILITY TRUCKS, SOME OF THESE VEHICLES HAVE AN AIR BAG SENSING DIAGNOSTIC MODULE (SDM) WHICH CONTAINS AN ANOMALY THAT COULD RESULT IN THE DRIVER AND PASSENGER'S AIR BAG FAILING TO DEPLOY DURING CERTAIN FRONTAL CRASHES.","IN A VEHICLE CRASH, FRONT SEAT OCCUPANTS MAY RECEIVE MORE SEVERE INJURIES.","DEALERS WILL RECALIBRATE THE SDM ON THE AFFECTED VEHICLES. OWNER NOTIFICATION BEGAN AUGUST 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -07/01/2002,02V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V170000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/WHEELS,WHEELS,NR (Not Reported),Vehicle,356,"ON CERTAIN LOW FLOOR TRANSIT BUSES, THE CUSTOM WHEEL PAINT THICKNESS WAS OUT OF SPECIFICATION AND THE WHEEL PAINT TYPE CHANGES FROM A GLASS STATE TO A RUBBER STATE AROUND THE BRAKE TEMPERATURES.","THIS CAN RESULT IN A LOSS OF WHEEL NUT TORQUE, INCREASING THE RISK OF A CRASH.","NEW FLYER DEALERS WILL REPLACE THE WHEELS, WHEEL STUDS, AND MODIFY THE FRONT AIR BRAKE CIRCUIT TO REDUCE THE REAR WHEEL BRAKE TEMPERATURE. OWNER NOTIFICATION BEGAN JUNE 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-224-6351." -06/25/2002,02E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E038000),ALLEGHENY COUPLING COMPANY,ALLEGHENY/COUPLING GASKETS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,5701,"4"" COUPLING GASKETS EQUIPPED ON HEAVY TRUCKS USED TO HAUL PETROLEUM BASED PRODUCTS. THE WRONG FORMULA WAS USED IN THE CHEMICAL MAKEUP OF THE GASKETS WHICH COULD RESULT IN SWELLING AND FRACTURING OF THE GASKET.","THERE IS A RISK THAT PETROLUM BASED PRODUCTS WILL LEAK FROM THE GASKETS, THEREBY LEADING TO POSSIBLE COMBUSTION AND/OR OTHER ROAD HAZARDS.","ALLEGHENY WILL NOTIFY ITS CUSTOMERS AND PROVIDE REPLACEMENT GASKETS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLEGHENY COUPLING COMPANY AT 814-273-8150." -06/25/2002,02V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V167000),Hyundai Motor America,HYUNDAI/FMVSS 201/OCCUPANT PROTECTION,STRUCTURE,NR (Not Reported),Vehicle,67565,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" DURING TESTING, THE 3-DOOR HATCHBACK EXCEEDED THE PERFORMANCE CRITERION IN THE STANDARD MIDWAY ALONG THE LENGTH OF THE WINDSHIELD SUPPORT PILLAR (A-PILLAR).",AN OCCUPANT'S HEAD THAT CONTACTS THE A-PILLAR DURING A CRASH COULD EXPERIENCE AN INCREASED RISK OF A HEAD INJURY AS A RESULT OF THIS CONDITION.,"DEALERS WILL INSTALL NEW ENERGY MANAGEMENT BRACKETS TO SUPPORT THE A-PILLAR COVERS AND INCREASE THE ENERGY ABSORBING PERFORMANCE OF THE A-PILLAR IN THE RELEVANT AREA. OWNER NOTIFICATION BEGAN OCTOBER 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -06/24/2002,02V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V171000),"Nissan North America, Inc.",NISSAN/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,161000,"ON CERTAIN PASSENGER VEHICLES, ONE OF THE DIODES USED IN THE ALTERNATOR MAY HAVE BEEN DAMAGED WHEN BUILT. THIS CAN EVENTUALLY RESULT IN FAILURE OF THE DIODE AND AN ELECTRICAL SHORT WHICH COULD MELT THE PLASTIC HOUSING.","IF THE COMBUSTIBLE GAS EMITTED BY THE MELTING PLASTIC DOES NOT DISPERSE DUE TO AIR FLOW THROUGH THE ENGINE COMPARTMENT, IT COULD IGNITE AND IN TURN IGNITE THE FAN GUIDE IN THE ALTERNATOR.","DEALERS WILL REPLACE THE ALTERNATOR. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -06/21/2002,02V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V149000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 104/WINDSHIELD WIPER SURFACE,VISIBILITY,NR (Not Reported),Vehicle,8,"CERTAIN MOTOR HOMES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS."" THE WINDSHIELD WIPER SYSTEM MANUFACTURED BY AM EQUIPMENT AND INSTALLED ON THESE MOTOR HOMES WAS DETERMINED NOT TO MEET THE MINIMUM PERCENT OF AREA TO BE WIPED WHILE THE MOTOR HOME IS DRIVEN AT SPEEDS OF 55 MPH OR MORE.",THE FAILURE OF THE WINDSHIELD WIPER SYSTEM TO ADEQUATELY CLEAR THE WINDSHIELD COULD LEAD TO A REDUCTION IN VISIBILITY DURING CRITICAL PERIODS WHEN SURFACE WIPED IS REDUCED AND COULD POTENTIALLY RESULT IN A CRASH.,"DEALERS WILL REPLACE THE WINDSHIELD WIPER MOTORS, WIPER MOTOR PANTOGRAPHS, WIPER ARMS AND BLADES. OWNER NOTIFICATION BEGAN JULY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -06/21/2002,02V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V168000),"Mack Trucks, Inc.",MACK/FMVSS 108/HEAD LAMP,EXTERIOR LIGHTING,SCO275,Vehicle,40,"CERTAIN CLASS 8 CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" FRONT DRIVE AXLES WERE INSTALLED BY THE MACUNGIE MODIFICATION CENTER. WITH THE INSTALLATION OF THE AXLE, THE OVERALL HEIGHT OF THE FRONT OF THE VEHICLE WAS RAISED.",THIS CAN CAUSE THE NONCOMPLIANCE.,"A SET OF LAMPS WILL BE MOUNTED BELOW THE BUMPER, BRINGING THE LAMP HEIGHT INTO COMPLIANCE. THE EXISTING LAMPS IN THE HOOD WILL BE REMOVED AND DECORATIVE COVERS WILL BE INSTALLED TO COVER THE HOLES IN THE HOOD. OWNER NOTIFICATION BEGAN OCTOBER 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3337." -06/21/2002,02E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E039000),Wabash National Corporation,WABASH/EQUALIZER BOLTS,SUSPENSION,NR (Not Reported),Equipment,862,"SEMI-TRAILER SUSPENSION EQUALIZE BOLTS SOLD AS AFTERMARKET PARTS BETWEEN AUGUST 28 AND NOVEMBER 9, 2001. THE EQUALIZER BOLT IS A 2"" DIAMETER BOLT APPROXIMATELY 11.5"" LONG THAT HAS A WELDED ON PLATE AT ONE END AND A 2-3/8"" LONG X 1"" THREADED SHANK AT THE OPPOSITE END. THERE ARE TWO PROBLEMS IN PRODUCTION THAT CONSTITUTE THIS DEFECT. 1) THE END PLATE ON THE BOLT WAS NOT PROPERLY WELDED TO THE BODY AND MAY DETACH AND 2) THE MATERIAL USED TO PRODUCE THE BOLT WAS NOT CORRECT. THIS WOULD ONLY BE A PROBLEM IF USED AS A PIVOT BOLT FOR A FULL TRAILER.","IF THE END PLATE DETACHES FROM THE BODY, THE BOLT MAY BACK OUT OF THE HOLE ALLOWING THE EQUALIZER TO COLLAPSE IN TO THE CENTER HANGER. THIS WILL RESULT IN THAT SIDE OF THE TRAILER TO DROP DOWN, INCREASING THE POSSIBILITY OF A VEHICLE CRASH. IF THE EQUALIZER BOLT WERE TO FAIL WHEN USED AS A DRAWBAR BOLT AND THE FAILED BOLT BACKED OUT, THE TOWED TRAILER COULD FAIL TO TRACK PROPERLY AND COULD BECOME DISCONNECTED FROM THE LEAD TRAILER.",WABASH WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECTIVE BOLTS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JUNE/JULY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WABASH AT 765-771-5300. -06/20/2002,02V160001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V160001),GOSHEN COACH,GOSHEN/SEAT BELTS/PLASTIC COVER HOUSING,SEAT BELTS,NR (Not Reported),Vehicle,3244,"ON CERTAIN BUSES EQUIPPED WITH CP TRAVELING RETRACTOR LAP (TYPE 1) SEAT BELTS, THE PLASTIC COVER HOUSING THE RESERVE END OF THE SEAT BELT WEB CAN BREAK. IF THE TWO HALVES OF THE COVER COMPLETELY SEPARATE, THE CONNECTOR PORTION OF THE BELT WILL DETACH FROM THE COVER. ONCE DETACHED, THE CONNECTOR RIVET CAN SEPARATE FROM THE CONNECTOR FRAME CAUSING THE FRAME TO BECOME UNUSABLE.","THIS CONDITION CANNOT OCCUR DURING USE, HOWEVER, THE BELT WILL BE UNSUABLE AND MAY RESULT IN AN OCCUPANT SEATING POSITION WITHOUT A SEAT BELT. IN THE EVENT OF A VEHICLE CRASH, AN UNBELTED INDIVIDUAL COULD BE SERIOUSLY INJURED OR KILLED.",AMSAFE WILL NOTIFY ITS CUSTOMERS AND PROVIDE A PLASTIC OUTER COVER THAT SNAPS OVER THE EXISTING COVER ON UNITS IN THE FIELD AND WILL REPLACE BROKEN SEAT BELTS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMSAFE AT 574-266-8330 OR GOSHEN COACH AT 574-264-7511. -06/17/2002,02V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V166000),"Featherlite, Inc.",FEATHERLITE/GOOSENECK ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,1341,"ON CERTAIN LIVESTOCK AND HORSE STEEL GOOSENECK TRAILERS, INADEQUATE REINFORCEMENT AND MATERIAL ON CERTAIN COMPONENTS OF THE TRAILER'S GOOSENECK ASSEMBLY CAN, OVER TIME, LEAD TO A FAILURE OF THE ASSEMBLY.","FAILURE OF THE ASSEMBLY COULD RESULT IN ACCIDENTAL DAMAGE INCLUDING PERSONAL INJURY, PROPERTY DAMAGE, OR BOTH.","DEALERS WILL INSPECT THE TRAILER FOR ANY INDICATIONS OF CRACKED WELDS ANYWHERE IN THE GOOSENECK AREA, LOOSE SIDE SHEET SKIN ANYWHERE ON THE GOOSENECK, OR ANY INDICATIONS THAT THE FLOOR ABOVE THE COUPLER STEM IS RAISED OR ELEVATED. A REINFORCEMENT PLATE WILL BE WELDED TO THE SIDE OF THE FRAME TUBE AND CORNER BRACE PLATES. ALSO, IF NEEDED, AN ADDITIONAL CROSS TUBE WILL BE ADDED ABOVE THE COUPLER ASSEMBLY. OWNER NOTIFICATION BEGAN JUNE 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEATHERLITE AT 1-877-903-1444." -06/14/2002,02E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E037000),"Bendix Commercial Vehicle Systems, LLC",BENDIX/PURAGUARD DL AIR FILTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,154,"BENDIX PURAGUARD DL DISCHARGE LINE OIL COALESCING AIR FILTER, PART NUMBERS 5010287 (ORIGINAL EQUIPMENT) AND 801290 (AFTERMARKET) MANUFACTURED FROM FEBRUARY 2, 2001, THROUGH APRIL 18, 2002. UNDER CERTAIN EXTREME CONDITIONS, THE OIL COLLECTED IN THE PURAGUARD DL CAN BE EXPOSED TO TEMPATURES IN THE DISCHARGE LINE OF THE AIR COMPRESSOR THAT EXCEED THE IGNITION POINT OF THE OIL.","THESE CONDITIONS CAN PROMOTE THE RISK OF A FIRE IN THE PURAGUARD DL PRODUCT, POSSIBLY RESULTING IN SERIOUS INJURY.",BENDIX WILL NOTIFY ITS CUSTOMERS AND WILL REMOVE AND REPLACE THE PURAGUARD DL UNIT WITH A NEW AIR COMPRESSOR DISCHARGE LINE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX RECALL ASSISTANCE CENTER AT 800-478-1793. -06/14/2002,02V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V162000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 225/REAR CHILD SEAT ANCHOR,SEATS,B21,Vehicle,77000,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE RIGHT REAR ""65%"" SEAT CENTER LOWER ANCHOR WAS MANUFACTURED WITH A WIRE DIAMETER THAT IS GREATER THAN THE MAXIMUM ALLOWABLE DIMENSION AS SPECIFIED IN THE STANDARD.","IF THE CONNECTOR FOR A LATCH-TYPE CHILD RESTRAINT IS NOT ATTACHED CORRECTLY TO THE ANCHORAGE POINTS, THE RESTRAINT WILL NOT PROPERLY PROTECT A CHILD IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT THE RIGHT REAR SEAT CENTER ANCHOR AND, IF NECESSARY, RESIZE THE ANCHOR TO MEET THE DIAMETER SPECIFIED WITHIN THE STANDARD. OWNER NOTIFICATION BEGAN NOVEMBER 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/14/2002,02V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V161000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/THROTTLE LINKAGE,VEHICLE SPEED CONTROL,B15,Vehicle,97500,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH DIESEL ENGINES ONLY, THE THROTTLE LINKAGE JOINTS CAN CORRODE AND CAUSE THE THROTTLE TO BIND OR STICK.","THIS COULD POTENTIALLY RESULT IN A LOSS OF THROTTLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ROD ENDS AND BALL STUDS. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/14/2002,02V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V169000),Ford Motor Company,FORD/DRIVER'S SEAT BELT,SEAT BELTS,02S38,Vehicle,15355,"ON CERTAIN PASSENGER VEHICLES, THE DRIVER'S SIDE SEAT BELT CONTACTED THE SEAT RECLINER DURING A 35 MPH NCAP FULL-FRONTAL BARRIER IMPACT TEST.","THE EDGE OF THE RECLINER MECHANISM CAUSED A PARTIAL CUT IN THE LAP PORTION OF THE WEBBING. IF THE WEBBING IS CUT, IT INCREASES THE RISK OF INJURY IN A CRASH.","DEALERS WILL INSTALL AN INSERT BEHIND THE DRIVER SIDE SEAT LOWER TRIM PANEL. OWNER NOTIFICATION BEGAN JUNE 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -06/14/2002,02V100002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V100002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15,"ON CERTAIN PASSENGER VEHICLES, THE MAIN UNDER HOOD ELECTRICAL WIRING HARNESS MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE ENGINE CONTROL HARNESS AND THE EXHAUST HEAT SHIELD. AS A RESULT, THE HARNESS COULD COME IN CONTACT WITH THE HEAT SHIELD, WHICH COULD RESULT IN MELTING OF THE HARNESS INSULATION.","THE MELTING OF THE HARNESS INSULATION COULD RESULT IN GROUNDING OF THE CRANK ANGLE SENSOR WIRING, CAUSING THE ENGINE TO RUN ERRATICALLY OR STOP SUDDENLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE HARNESS FOR DAMAGE AND, IF NONE IS EVIDENT, WILL TIE THE HARNESS BACK TO PREVENT THE HARNESS FROM EVER COMING INTO CONTACT WITH THE HEAT SHIELD. ANY HARNESS THAT SHOWS EVIDENCE OF DAMAGE WILL BE REPAIRED AS NECESSARY AND THEN TIED BACK TO PREVENT FUTURE DAMAGE. OWNER NOTIFICATION BEGAN NOVEMBER 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-787-251-8715." -06/14/2002,02V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V165000),"Nissan North America, Inc.",NISSAN/POWER SUPPLY UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15,"ON CERTAIN ELECTRIC PASSENGER VEHICLES. DUE TO A CHANGE IN THE INTEGRATED CIRCUIT FOR THE MOTOR CONTROL UNIT, THE POWER SUPPLY UNIT CAN GO INTO THE FAIL-SAFE MODE UNDER THE CONDITIONS OF LOW BATTERY CHARGE AND FULL ACCELERATION AT SPEEDS GREATER THAN 30 MILES PER HOUR.",THIS CAN RESULT IN A SUDDEN LOSS OF POWER BY THE DRIVE MOTOR.,"THE LESSORS/OPERATORS OF THE 15 VEHICLES WILL BE CONTACTED AND A TECHNICIAN WILL BE SENT TO REPLACE THE MOTOR CONTROL UNIT. OWNER NOTIFICATION BEGAN JULY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -06/13/2002,02V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V155000),Blue Bird Body Company,BLUE BIRD/FMVSS 217/SEAT LOCATION,SEATS,R02FZ,Vehicle,39,"CERTAIN SCHOOL BUSES EQUIPPED WITH OPTIONAL HIGH BACK SEATS WITH 9"" SPLIT SASH, PUSHOUT WINDOWS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" THE AFFECTED UNITS HAVE SEATS LOCATED INCORRECTLY WITH RESPECT TO THE PUSHOUT WINDOW OPENINGS.","IN THE EVENT OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO PROPERLY EXIT THE VEHICLE.","DEALERS WILL RELOCATE THE SEATS AND PUSHOUT WINDOWS. OWNER NOTIFICATION BEGAN JULY 24, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-825-2021." -06/13/2002,02V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V154000),Blue Bird Body Company,BLUE BIRD/TRANSMISSION WARNING LIGHT,POWER TRAIN,R02GA,Vehicle,436,"ON CERTAIN MOTOR HOMES AND TOUR COACHES, A 'CHECK TRANS' WARNING LIGHT WHICH IS REQUIRED BY ALLISON TRANSMISSION INSTALLATION INSTRUCTIONS WAS OMITTED. IN THE EVENT THE TRANSMISSION SHIFT SELECTOR MALFUNCTIONS (LOOSES POWER OR SENDS ERRONEOUS SIGNALS TO THE TRANSMISSION ELECTRONIC CONTROL UNIT), THE COMPUTER WILL STOP ACCEPTING INPUT FROM THE ELECTRONIC SHIFT SELECTOR UNIT. IF THIS CONDITION OCCURS, THE TRANSMISSION WILL BE HELD IN THE LAST VALID RANGE SELECTED. ALTHOUGH THE SINGLE DIGIT RANGE SELECTED DISPLAY ON THE SHIFT SELECTOR WILL BE BLANK OR A DASH, THE DRIVER MAY NOT BE AWARE THAT A MALFUNCTION HAS OCCURRED.",THE DRIVER MAY SHIFT THE TRANSMISSION SELECTOR TO CHANGE DIRECTION AND THE TRANSMISSION WOULD NOT RECOGNIZE IT AND REMAIN IN THE ORIGINAL DIRECTION RESULTING IN THE POTENTIAL FOR A CRASH.,"DEALERS WILL INSTALL A ""CHECK TRANS"" WARNING LIGHT ON THESE VEHICLES. OWNER NOTIFICATION BEGAN JULY 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -06/13/2002,02V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V164000),COUNTRY COACH INC,COUNTRY COACH/SLIDE OUT GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,6,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SLIDE-OUT GENERATORS, CERTAIN GENERATOR SLIDE-OUT BALL SCREW ACTUATOR BRAKE HOLDING COMPONENTS ARE DEFECTIVE. THE BRAKE MAY NOT ALLOW THE ACTUATOR TO HOLD THE LOAD IN POSITION WITH THE POWER OFF. THE AMOUNT THE LOAD MAY MOVE CAN VARY AND IN SOME CASES THE ACTUATOR MAY NOT HOLD AT ALL. THESE ACTUATORS ARE USED TO CONTROL THE MOVEMENT OF THE SLIDE-OUT GENERATOR MOUNTED IN THE FRONT OF THE MOTOR HOMES.",THE FAILURE OF THE ACTUATOR TO HOLD THE GENERATOR IN POSITION COULD POTENTIALLY RESULT IN A VEHICLE CRASH AND/OR INJURY TO A PEDESTRIAN.,"DEALERS WILL REPLACE THE ACTUATOR. OWNER NOTIFICATION BEGAN JUNE 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -06/13/2002,02V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V159000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE CALIPER,POWER TRAIN,B20,Vehicle,46000,"ON CERTAIN 4X4 PICKUP TRUCKS, THE REAR AXLE FLANGE WELD TO THE AXLE TUBE COULD FATIGUE AND ALLOW THE BRAKE CALIPER ASSEMBLY TO ROTATE.","DURING ROTATION, THE BRAKE LINE COULD SEPARATE FROM THE CALIPER RESULTING IN A BRAKE FLUID LOSS IN THE REAR BRAKE HYDRAULIC SYSTEM.","DEALERS WILL INSTALL REAR BRAKE CALIPER REINFORCEMENTS ON THE REAR AXLE ASSEMBLIES. OWNER NOTIFICATION BEGAN DECEMBER 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -06/13/2002,02V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V152000),"Mercedes-Benz USA, LLC",MERCEDES BENZ/FMVSS 108/HEADLAMP AIMING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,27863,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE OWNER'S MANUAL DOES NOT CONTAIN THE PROPER HEADLAMP AIMING INSTRUCTIONS.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH HEADLAMP AIMING INSTRUCTIONS, AND DIRECTIONS FOR AFFIXING THESE INSERTS TO THE OPERATOR'S MANUAL. OWNER NOTIFICATION BEGAN JULY 15, 2002. OWNERS WHO DO NOT RECEIVE THE FREE INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-201-573-0117." -06/13/2002,02V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V156000),Volvo Trucks North America,VOLVO TRUCKS/TELESCOPING STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,2313,"ON CERTAIN HEAVY DUTY CLASS 8 AXLE BACK VEHICLES, THE TELESCOPING STEERING SHAFT IN SOME DRIVING SITUATIONS COULD BOTTOM OUT AND SIDE LOAD THE STEERING GEAR INPUT SHAFT WHENEVER THE ADJUSTABLE STEERING COLUMN IS ADJUSTED TO THE LOWER POSITION.","OVER TIME, THIS CONDITION COULD DAMAGE THE STEERING GEAR INPUT SHAFT RESULTING IN LOSS OF VEHICLE CONTROL AND A VEHICLE CRASH.","DEALERS WILL INSTALL A RE-DESIGNED STEERING SHAFT, WHICH WILL NOT BOTTOM OUT DURING VEHICLE OPERATION REGARDLESS OF WHERE THE ADJUSTABLE STEERING COLUMN IS POSITIONED. OWNER NOTIFICATION BEGAN JUNE 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -06/12/2002,02V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V157000),FOUR WINDS INTERNATIONAL,FOUR WINDS/LP GAS TUBING/PIPE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,356,"ON CERTAIN MOTOR HOMES, THE INDEPENDENT MOVEMENT BETWEEN THE CHASSIS FRAME AND THE MOTOR HOME BODY CAN CAUSE THE LIQUID PROPANE (LP) GAS TUBING OR THE MANIFOLD PIPE TO SPLIT OR CRACK.","IF THE COPPER TUBING OR MANIFOLD PIPE SPLITS OR CRACKS, LP GAS WILL LEAK FROM THE COPPER TUBING. GAS LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE OR EXPLOSION.","DEALERS WILL REPLACE AND RELOCATE THE LP GAS MANIFOLD AND THE COPPER TUBING. OWNER NOTIFICATION BEGAN JUNE 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FOUR WINDS AT 1-574-266-1111." -06/12/2002,02V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V158000),Skyline Corporation,SKYLINE/DRAWBAR,TRAILER HITCHES,NR (Not Reported),Vehicle,22,"ON CERTAIN TRAVEL TRAILERS, AN IMPROPERLY REINFORCED DRAWBAR WAS INSTALLED.",THIS COULD RESULT IN A FAILURE OF THE DRAWBAR.,"DEALERS WILL REINFORCE THE DRAWBAR. OWNER NOTIFICATION BEGAN JUNE 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SKYLINE AT 1-800-736-2573." -06/12/2002,02V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V153000),"Winnebago Industries, Inc.",WINNEBAGO/TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,229,"ON CERTAIN MOTOR HOMES, AN IMPROPERLY MOUNTED TRAILER HITCH MAY HAVE BEEN INSTALLED ON THESE MOTOR HOMES. THE TRAILER HITCH MAY NOT HAVE ALL THE REQUIRED FASTENERS ATTACHED TO THE MOTOR HOME.","IF THE HITCH IS UTILIZED, IT COULD STRESS THE EXISTING FASTENERS. A CONDITION COULD EXIST THAT WOULD SHEAR OR LOOSEN THE REMAINING FASTENER CAUSING THE HITCH TO SEPARATE FROM THE VEHICLE, RESULTING IN BODILY INJURY AND/OR PROPERTY DAMAGE.","DEALERS WILL INSPECT THE TRAILER HITCH, AND IF NECESSARY, ADD OR REPLACE THE MOUNTING HARDWARE. OWNER NOTIFICATION BEGAN JUNE 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -06/10/2002,02E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E035000),MULLINS STEERING GEARS,MULLINS STEERING GEARS/STEERING BOX ASSEMBLY,STEERING,NR (Not Reported),Equipment,500,MULLINS ALUMINUM STEERING BOX (MODELS A1 AND A1P) AND VEGA [STYLE] 140 STEERING BOX (MUL-140) ASSEMBLIES. THE SCREWS IN THE WORM SHAFT BALL NUT GEAR ASSEMBLY WERE NOT ADEQUATELY TIGHTENED AND THE INTERIOR OF THIS PRODUCT WAS NOT INSPECTED PROPERLY FOR FOREIGN MATERIAL.,"IF LEFT UNREPAIRED, THE INADEQUATELY TIGHTENED SCREWS COULD LEAD TO STEERING FAILURE. LIKEWISE, ANY FOREIGN MATERIALS WHICH MAY BE LOOSE INSIDE THE STEERING BOX ASSEMBLY MAY LEAD TO STEERING FAILURE, POSSIBLY RESULTING IN A VEHICLE CRASH, CAUSING SERIOUS INJURY OR DEATH.","DUE TO AN UNAVAILABILITY OF REPLACEMENT STEERING GEAR BOXES, MULLINS STEERING GEARS, LLC WILL OFFER ITS CUSTOMERS A FULL REFUND FOR THE AFFECTED STEERING GEAR BOXES. OWNER NOTIFICATION BEGAN JUNE 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MULLINS STEERING GEARS AT 800-485-0311." -06/03/2002,02V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V150000),"BMW of North America, LLC",BMW/FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8412,"ON CERTAIN PASSENGER VEHICLES, THE ELECTRIC FUEL PUMP RUNS AT A ROTATIONAL SPEED THAT COULD RESULT IN REDUCED LUBRICATION OF ITS INTERNAL COMPONENTS. OVER AN EXTENDED PERIOD OF TIME, WEAR-INDUCED INTERNAL DAMAGE TO THE FUEL PUMP COULD RESULT IN INSUFFICIENT FUEL SUPPLY TO THE ENGINE WHEN THE FUEL TANK CONTAINS ONE-THIRD OR LESS OF ITS MAXIMUM FUEL CAPACITY.","IF THIS WERE TO OCCUR, THE ENGINE COULD STALL AND NOT BE RESTARTED UNTIL MORE FUEL WAS ADDED TO THE FUEL TANK. THIS COULD OCCUR EVEN THOUGH THE FUEL GAUGE INDICATED THAT FUEL STILL REMAINED IN THE TANK.","DEALERS WILL REPROGRAM THE FUEL PUMP CONTROL SYSTEM. OWNER NOTIFICATION BEGAN JUNE 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-332-4269." -06/03/2002,02I002001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02I002001),Honda (American Honda Motor Co.),HONDA/ISUZU/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,52934,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES THAT ARE EQUIPPED WITH AN ANTI-LOCK BRAKING SYSTEM (ABS). THE VEHICLES CAN EXPERIENCE EXTENDED STOPPING DISTANCES IN CERTAIN TYPES OF BRAKING EVENTS.,"EXTENDED STOPPING DISTANCE COULD RESULT, INCREASING THE RISK OF A CRASH.","DEALERS WILL PROVIDE A REPLACEMENT COMPUTER ALGORITHM FOR THE ABS THAT IS BASED ON THE ALGORITHM USED IN HONDA'S MY 2000 AND 2001 VEHICLES, WHICH HAVE NOT HAD THE PROBLEM. THIS CAMPAIGN WILL BE CONDUCTED IN PHASES, WITH THE MY 1998 2WD VEHICLES COVERED FIRST, SINCE THEY HAVE EXPERIENCED THE MOST PROBLEMS. THE MANUFACTURER HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -06/03/2002,02I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02I002000),Isuzu Motors Limited,ISUZU/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,161927,"ON CERTAIN SPORT UTILITY VEHICLES THAT ARE EQUIPPED WITH AN ANTI-LOCK BRAKING SYSTEM (ABS), THE VEHICLES CAN EXPERIENCE EXTENDED STOPPING DISTANCES IN CERTAIN TYPES OF BRAKING EVENTS.","EXTENDED STOPPING DISTANCE COULD RESULT, INCREASING THE RISK OF A CRASH.","DEALERS WILL PROVIDE A REPLACEMENT COMPUTER ALGORITHM FOR THE ABS THAT IS BASED ON THE ALGORITHM USED IN ISUZU'S MY 2000 AND 2001 VEHICLES, WHICH HAVE NOT HAD THE PROBLEM. THIS CAMPAIGN WILL BE CONDUCTED IN PHASES, WITH THE MY 1998 2WD VEHICLES COVERED FIRST, SINCE THEY HAVE EXPERIENCED THE MOST PROBLEMS. OWNER NOTIFICATION BEGAN MARCH 20, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-643-4070." -06/03/2002,02V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V151000),MONACO COACH CORPORATION,MONACO/BATTERY CABLE LOCATION,ELECTRICAL SYSTEM,R02182,Vehicle,157,"ON CERTAIN CLASS C MOTOR HOMES, THE BATTERY CABLE IS ROUTED IN A LOCATION THAT ALLOWS EXPOSURE TO HIGH EXHAUST MANIFOLD TEMPERATURES, WHICH COULD DAMAGE THE CABLES.","AN ELECTRICAL SHORT COULD OCCUR, POTENTIALLY RESULTING IN A FIRE.","DEALERS WILL INSPECT THE CABLES FOR DAMAGE AND LOCATION WITHIN THE ENGINE COMPARTMENT. SHOULD DAMAGE BE PRESENT, THE CABLES WILL BE REPLACED. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -05/31/2002,02V018006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018006),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"ON CERTAIN MOTORHOMES EQUIPPED WITH ARVINMERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR WABCO AT 1-859-746-5956 OR FLEETWOOD AT 1-800-629-8454. -05/30/2002,02V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V144000),Indian Motorcycle Company,INDIAN MOTORCYCLE/HANDLE BAR,STEERING,IMCSB-040,Vehicle,4765,"ON CERTAIN MOTORCYCLES, THE HANDLE BAR RISER TOP CLAMP COULD ALLOW EXCESSIVE MOVEMENT OF THE HANDLE BARS.","LOSS OF CONTROL OF THE MOTORCYCLE COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL FIT THE MOTORCYCLES WITH A NEW RISER TOP CLAMP. OWNER NOTIFICATION BEGAN MAY 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-408-846-7228." -05/30/2002,02E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E033000),MILWAUKEE ELECTRIC TOOL CORP.,MILWAUKEE/AUTOMOTIVE BATTERY CHARGER,EQUIPMENT,NR (Not Reported),Equipment,18011,"EQUIPMENT DESCRIPTION: AUTOMOTIVE BATTERY CHARGES, CAT NO. 48-59-0184 (ALL SERIAL NUMBERS). THIS CHARGER WAS ALSO PACKAGED WITH THE AUTOMOTIVE 18 VOLT IMPACT WRENCH KIT, CATALOG NUMBER 9079-23 (SERIAL NUMBERS 241A40152001 THRU 241A402080126. THE CHARGER CAN OVERHEAT.","THIS COULD RESULT IN A FIRE, POSSIBLY CAUSING PERSONAL INJURY OR PROPERTY DAMAGE.","OWNER NOTIFICATION BEGAN APRIL 1, 2002 AND CUSTOMERS SHOULD STOP USING THIS PRODUCT IMMEDIATELY AND WILL RECEIVE A NEW CHARGER FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MILWAUKEE ELECTRIC TOOL CORPORATION AT 800-414-6527." -05/30/2002,02V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V146000),"Nissan North America, Inc.",NISSAN/LOWER CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,90500,"ON CERTAIN PASSENGER VEHICLES, THE PIN AT THE END OF THE FRONT SUSPENSION TRANSVERSE LINK (LOWER CONTROL ARM) COULD BREAK WHERE IT IS MOUNTED TO THE FRAME.",THIS CAN CAUSE A KNOCKING SOUND AND ABNORMAL STEERING. THIS COULD RESULT IN DIFFICULTY CONTROLLING THE VEHICLE AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE THE TRANSVERSE LINKS ON THE LEFT AND RIGHT SIDES WITH NEW ONES. OWNER NOTIFICATION BEGAN JULY 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 1-800-662-6200." -05/30/2002,02V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V148000),NOVA BUS INCORPORATED,NOVABUS/FMVSS 108/DECELERATION & HOODLUM LIGHTS,EXTERIOR LIGHTING,02-002,Vehicle,2561,"CERTAIN TRANSIT BUSES WITH AN OPTION FOR DECELERATION LIGHTS DO NOT MEET ALL THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE DECELERATION LIGHTS ARE LOCATED ON THE REAR CENTER OF THE BUS, ABOVE THE REAR ENGINE DOOR. THEY ARE PROVIDED AS A MEANS OF ALERTING VEHICLES TRAVELING BEHIND THE BUS THAT IT IS SLOWING DOWN AND MAY BE PREPARING TO STOP. ALSO, THE DRIVER ACTIVATED, FLASHING HOODLUM LIGHTS, IS TO ALERT THE PUBLIC/POLICE TO A DANGEROUS SITUATION OCCURRING IN THE BUS FOR WHICH THE DRIVER REQUIRES ASSISTANCE. TWO OF THESE LIGHTS ARE LOCATED ON THE FRONT OF THE BUS AT EACH END OF THE DESTINATION SIGN AND TWO AT THE REAR OF THE BUS BELOW THE LEVEL OF THE ROOF MARKER LIGHTS. THEY FLASH IN AN ALTERNATING PATTERN FROM SIDE TO SIDE. THE STANDARD REQUIRES THAT THESE LAMPS SHALL BE WIRED TO BE STEADY BURNING.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL RETROFIT THESE BUSES. OWNER NOTIFICATION BEGAN SEPTEMBER 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NOVABUS AT 1-505-347-2011." -05/29/2002,02V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V147000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/ELECTRICAL HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3378,"ON CERTAIN PASSENGER VEHICLES, ROUTING OF THE VEHICLE'S FRONT HARNESS CAN ALLOW IT TO COME IN CONTACT WITH A ROUGH EDGE, ALLOWING ABRASION. THIS COULD RESULT IN GROUNDED CIRCUITS.",THERE COULD BE A LOSS OF STOP OR TURN SIGNAL LAMP OPERATION OR ENGINE HESITATION.,"DEALERS WILL INSTALL A PROTECTOR, ELIMINATING ANY HARNESS CONTACT. OWNER NOTIFICATION BEGAN JULY 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -05/24/2002,02V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V145000),Hyundai Motor America,HYUNDAI/SRS SIDE IMPACT AIR BAG SENSOR,AIR BAGS,NR (Not Reported),Vehicle,43162,"ON CERTAIN PASSENGER VEHICLES, THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) SIDE IMPACT AIR BAG SATELLITE SENSORS MAY BE TOO SENSITIVE TO SOME LATERAL ACCELERATIONS THAT ARE NOT CAUSED BY SIDE IMPACTS TO THE VEHICLE, SUCH AS FORCEFULLY SLAMMING A DOOR CLOSED.",INADVERTENT DEPLOYMENT OF A SRS SIDE IMPACT AIR BAG WHEN A SIDE IMPACT CRASH HAS NOT OCCURRED COULD INCREASE THE RISK OF INJURY TO THE SEAT OCCUPANT.,"DEALERS WILL REPLACE THE SIDE IMPACT AIR BAG SATELLITE SENSORS. OWNER NOTIFICATION BEGAN JULY 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -05/22/2002,02V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V112000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/POWER STEERING HOSE ROUTING,STEERING,NR (Not Reported),Vehicle,480,"ON CERTAIN LOW FLOOR BUSES, THE POWER STEERING HOSE WAS INCORRECTLY INSTALLED.","THE HOSE CAN LEAK, CREATING THE RISK OF AN ENGINE FIRE.","DEALERS WILL REPLACE THE HOSE. OWNER NOTIFICATION BEGAN JULY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-228-8984." -05/20/2002,02V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V140000),"BMW of North America, LLC",BMW MOTORCYCLE/REAR BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,522,"ON CERTAIN MOTORCYCLES, THE SCREWS THAT ATTACH THE REAR BRAKE CALIPER TO THE REAR SWING ARM WERE NOT TIGHTENED CORRECTLY DURING ASSEMBLY. THE SCREWS COULD LOOSEN DURING VEHICLE OPERATION AND EVENTUALLY FALL-OUT, ALLOWING THE REAR CALIPER TO SEPARATE FROM ITS MOUNT.","IF THE CALIPER BECOMES TRAPPED BETWEEN THE REAR WHEEL AND THE SWING ARM, IT COULD DISCONNECT FROM THE BRAKE LINE, RESULTING IN A LOSS OF REAR BRAKING CAPABILITY AND INCREASING THE RISK OF A CRASH.","DEALERS WILL CHECK THE TORQUE OF THE REAR BRAKE CALIPER ATTACHMENT SCREWS AND RETIGHTEN THEM TO THE PROPER VALUE IF NECESSARY. OWNER NOTIFICATION BEGAN JULY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -05/20/2002,02V135001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V135001),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/REAR AIR BRAKE RELAY VALVE,"SERVICE BRAKES, AIR",02505,Vehicle,38955,"ON CERTAIN TRANSIT AND SCHOOL BUSES, A BRASS FITTING CONNECTS THE DOUBLE CHECK VALVE TO THE BRAKE RELAY VALVE. WITH CERTAIN INPUTS TO THE VEHICLE, THE WEIGHT OF THE CHECK VALVE ON THE FITTING CAN CAUSE THE ASSEMBLY TO RESONATE. THE SUBJECT VIBRATION CAN CAUSE EXCESSIVE STRAIN LEVELS IN THE FITTING, WHICH COULD EVENTUALLY FATIGUE AND FAIL.","IF THE FITTING BREAKS, THE REAR SERVICE BRAKES WILL CEASE TO OPERATE WITHOUT WARNING, RESULTING IN AN EXTENDED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A KIT TO REMOUNT THE DOUBLE CHECK VALVE WITH A FLEXIBLE HOSE ON THE AMJORITY OF VEHICLES. ON A SMALL NUMBER OF UNITS WITH CLEARANCE ISSUES OR TRACTION CONTROL, A KIT WITH A NEW RELAY VALVE THAT HAS A BUILT-IN DOUBLE CHECK VALVE WILL BE INSTALLED. OWNER NOTIFICATION BEGAN AUGUST 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/20/2002,02V135002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V135002),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/REAR AIR BRAKE RELAY VALVE,"SERVICE BRAKES, AIR",02506,Vehicle,108560,"ON CERTAIN MEDIUM AND HEAVY DUTY TRUCKS, A BRASS FITTING CONNECTS THE DOUBLE CHECK VALVE TO THE BRAKE RELAY VALVE. WITH CERTAIN INPUTS TO THE VEHICLE, THE WEIGHT OF THE CHECK VALVE ON THE FITTING CAN CAUSE THE ASSEMBLY TO RESONATE. THE SUBJECT VIBRATION CAN CAUSE EXCESSIVE STRAIN LEVELS IN THE FITTING, WHICH COULD EVENTUALLY FATIGUE AND FAIL.","IF THE FITTING BREAKS, THE REAR SERVICE BRAKES WILL CEASE TO OPERATE WITHOUT WARNING, RESULTING IN AN EXTENDED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A KIT TO REMOUNT THE DOUBLE CHECK VALVE WITH A FLEXIBLE HOSE ON THE MAJORITY OF VEHICLES. ON A SMALL NUMBER OF UNITS WITH CLEARANCE ISSUES OR TRACTION CONTROL, A KIT WITH A NEW RELAY VALVE THAT HAS A BUILT-IN DOUBLE CHECK VALVE WILL BE INSTALLED. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/20/2002,02V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V141000),MID BUS CORPORATION,MID BUS/FMVSS 222/SEATS,SEATS,NR (Not Reported),Vehicle,20,"CERTAIN SCHOOL BUSES EQUIPPED WITH REGULATION SCHOOL BUS SEATS (39"" AND 45"") FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" THE SEAT MAY HAVE TUBING WITH THINNER THAN SPECIFIED WALL THICKNESS.",THE SEATS DO NOT MEET THE REQUIREMENTS OF THE STANDARD.,"IF THE SEATS HAVE THE THIN TUBING, A REINFORCEMENT PATCH WILL BE PUT ON THE BACK OF THE FRAME. OWNER NOTIFICATION BEGAN MAY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MID BUS AT 1-877-358-6055." -05/20/2002,02V139006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139006),NATIONAL OILWELL,NATIONAL OILWELL/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR NATIONAL OILWELL AT 806-661-4027. -05/20/2002,02V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V142000),"PREVOST CAR, INCORPORATED",PREVOST/WINDSHIELD WIPER ARM ATTACHMENT,VISIBILITY,NR (Not Reported),Vehicle,358,"ON CERTAIN MOTOR HOMES AND MOTOR COACHES, THE WIPER ARM ATTACHMENT TO THE DRIVE SHAFTS CAN COME LOOSE CAUSING THE WIPER SYSTEM ON THAT SIDE TO BECOME INOPERATIVE.",A LOSS OF VISIBILITY COULD OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE ALL WINDSHIELD WIPER DRIVE SHAFTS. OWNER NOTIFICATION BEGAN FEBRUARY 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -05/17/2002,02V139005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139005),RELIANCE TRAILER COMPANY,RELIANCE/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,47,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR RELIANCE AT 509-455-8650. -05/16/2002,02V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V138000),"BMW of North America, LLC",BMW/ENGINE AUXILIARY/COOLING FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1550,"ON CERTAIN PASSENGER VEHICLES, THE ENGINE AUXILIARY/COOLING FAN OPERATION, INCLUDING VARIABLE SPEED, IS ELECTRONICALLY CONTROLLED. FAILURE OF THE FAN MOTOR CAN CAUSE THE ELECTRICAL CIRCUITRY OF THE FAN CONTROL UNIT TO OVERLOAD AND FAIL, CAUSING THE FAN TO STOP OPERATING.","IF THIS WERE TO OCCUR, ENGINE OVERHEATING AND SUBSEQUENT ENGINE DAMAGE COULD RESULT. IN ADDITION, IT IS POSSIBLE FOR THE FAILURE OF THE ELECTRICAL CIRCUITRY TO CAUSE A FIRE IN THE FAN CONTROL UNIT LOCATED IN THE FRONT OF THE ENGINE COMPARTMENT.","DEALERS WILL REPLACE THE FAN. OWNER NOTIFICATION BEGAN SEPTEMBER 28, 2001. THIS IS A SUPPLEMENT TO A RECALL THAT BEGAN DURING SEPTEMBER 2001 (SEE RECALL CAMPAIGN 01V206). OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -05/16/2002,02V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V120000),Honda (American Honda Motor Co.),HONDA/IGNITION SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1000000,"ON CERTAIN SEDANS, COUPES, HATCHBACKS, AND SPORT UTILITY VEHICLES, ELECTRICAL CONTACTS IN THE IGNITION SWITCH CAN DEGRADE DUE TO THE HIGH ELECTRICAL CURRENT PASSING THROUGH THE SWITCH WHEN THE VEHICLE IS STARTED.","WORN CONTACTS COULD CAUSE THE ENGINE TO STALL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE IGNITION SWITCH. OWNER NOTIFICATION BEGAN JUNE 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -05/16/2002,02V139004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139004),Kentucky Manufacturing Co.,KENTUCKY/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,623,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR KENTUCKY AT 502-637-2551. -05/16/2002,02V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V134000),"VERITRANS SPECIALTY VEHICLES, INC.",MCCOY MILLER/SEATING SYSTEM,SEATS,NR (Not Reported),Vehicle,51,"ON CERTAIN AMBULANCES, THE COCKPIT SEATING SYSTEM ANCHORAGE FOR THE FREIGHTLINER CHASSIS INCLUDES A FLAT WASHER BETWEEN THE CAP SCREW AND THE MOUNTING FLANGE OF THE COCKPIT SEAT RISER ASSEMBLY. THIS WASHER MAY HAVE BEEN EXCLUDED FROM THE FASTENER ASSEMBLY.","THE SEAT RISER COULD SEPARATE FROM THE CHASSIS FLOOR, INCREASING THE RISK OF SERIOUS INJURY OR DEATH.","DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF THE WASHER IS MISSING, AND IF SO, REMOVE THE CAP SCREW AND REPLACE WITH THE PROPER WASHER. OWNER NOTIFICATION BEGAN APRIL 26, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCCOY MILLER AT 1-574-264-7511." -05/16/2002,02V004008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004008),"NEW FLYER OF AMERICA, INC.",NEW FLYER/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1107,"ON CERTAIN BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",WILLIAMS CONTROLS IS HANDLING THE REPLACEMENT OF THIS PEDAL. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROL AT 1-503-684-8600 OR NEW FLYER AT 204-982-8181. -05/16/2002,02V139003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139003),Utility Trailer Manufacturing Company,UTILITY/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2620,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR UTILITY TRAILER AT 1-800-423-6591. -05/16/2002,02V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V136000),"Volkswagen Group of America, Inc.",VW/CHILD RESTRAINT ANCHORAGES,EQUIPMENT,WH,Vehicle,2300,"ON CERTAIN MINIVANS EQUIPPED WITH CHILD RESTRAINT ANCHORAGES (TETHER ANCHORAGES) FOR USE IN CONJUNCTION WITH CHILD RESTRAINTS INSTALLED IN THE THREE REARMOST SEATING POSITIONS, THE ""SAFETY FIRST"" PORTION OF THE OWNER'S MANUAL DELIVERED WITH THESE VEHICLES INCORRECTLY INSTRUCTS OWNERS TO GUIDE THE TETHER STRAP UNDERNEATH THE SEAT'S HEAD RESTRAINT AND TO RAISE THE HEAD RESTRAINT SLIGHTLY, IF NECESSARY.","IF THE OWNER FOLLOWS THESE INSTRUCTIONS, THE HEAD RESTRAINT COULD ACCIDENTALLY SEPARATE FROM THE SEAT IN THE EVENT OF A CRASH AND CAUSE INJURY TO ANY CHILD OCCUPANT SEATED IN THE TETHERED CHILD SEAT.","OWNERS WILL BE SENT A NEW ""SAFETY FIRST"" BOOKLET THAT WILL CONTAIN CORRECTED USE INSTRUCTIONS. OWNER NOTIFICATION BEGAN NOVEMBER 30, 2002. OWNERS WHO DO NOT RECEIVE THE FREE BOOKLET WITHIN A REASONABLE TIME SHOULD CONTACT VWOA AT 1-800-822-8987." -05/15/2002,02V139002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139002),"DIRECT LINE, INC.",DIRECT LINE/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -05/14/2002,02V143002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V143002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/MITSUBISHI/TRANSFER CASE LEAKAGE,POWER TRAIN,B17,Vehicle,9000,"ON CERTAIN PASSENGER VEHICLES BUILT BY MITSUBISHI MOTOR CORPORATION FOR DAIMLERCHRYSLER, A CONDITION EXISTS THAT ALLOWS OIL TO LEAK FROM THE ALL-WHEEL DRIVE TRANSFER CASE.","LOW OIL LEVELS IN THE TRANSFER CASE COULD CAUSE BEARING DAMAGE AND RESULT IN DRIVE TRAIN LOCKUP, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TRANSFER CASE FOR INDICATIONS OF OIL LEAKAGE. VEHICLES THAT HAVE NO OIL LEAKAGE WILL HAVE THE TRANSFER CASE OIL CHANGED. VEHICLES THAT HAVE OIL LEAKAGE WILL HAVE THE TRANSFER CASE RESEALED OR REPLACED IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DECEMBER 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/14/2002,02V139001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V139001),Eldorado National-Kansas,ELDORADO/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,15,"ON CERTAIN TRAILERS EQUIPPED WITH BENDIX SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE VALVE ASSEMBLIES, THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED VALVES CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000 OR ELDORADO AT 1-909-591-9557. -05/14/2002,02V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V119000),Honda (American Honda Motor Co.),HONDA/BRAKE STOP SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,25765,"ON CERTAIN PASSENGER VEHICLES, DURING THE MANUFACTURING PROCESS, OIL WAS APPLIED TO THE BRAKE PEDAL ASSEMBLY TO PREVENT RUST. THIS OIL CAN LEAK INTO THE BRAKE STOP SWITCH AND CONTAMINATE THE ELECTRICAL CONTACTS.","EVENTUALLY, THE BRAKE LIGHTS WILL NOT ILLUMINATE WHEN THE BRAKES ARE APPLIED, WHICH INCREASES THE RISK OF A CRASH.","DEALERS WILL CLEAN ANY EXCESS OIL FROM THE PEDAL ASSEMBLY AND REPLACE THE STOP SWITCH. OWNER NOTIFICATION BEGAN MAY 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ACURA AT 1-800-382-2238." -05/14/2002,02V143001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V143001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/TRANSFER CASE OIL LEAKAGE,POWER TRAIN,SR-02-003,Vehicle,15000,"ON CERTAIN PASSENGER VEHICLES, A CONDITION EXISTS THAT ALLOWS OIL TO LEAK FROM THE ALL-WHEEL DRIVE TRANSFER CASE.","LOW OIL LEVELS IN THE TRANSFER CASE COULD CAUSE BEARING DAMAGE AND RESULT IN DRIVE TRAIN LOCKUP, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TRANSFER CASE FOR INDICATIONS OF OIL LEAKAGE OR DAMAGE. VEHICLES THAT HAVE OIL LEAKAGE WILL HAVE THE TRANSFER CASE RESEALED AND RE-FILL THE TRANSFER CASE TO THE PROPER LEVEL, OR REPLACED THE TRANSFER CASE IF THERE IS EVIDENCE OF DAMAGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DECEMBER 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AMERICA AT 1-888-648-7820 OR MITSUBMISHI CARIBBEAN AT 1-787-251-8715." -05/10/2002,02V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V137000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/TIRES/RIMS,TIRES,01505,Vehicle,801,"CERTAIN HEAVY DUTY TRUCKS, TRUCK TRACTORS, AND BUSES EQUIPPED WITH 195/75R22.5 TIRES MOUNTED ON 7.5 INCH WIDE WHEELS FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE TIRES AND RIMS DO NOT MATCH.","TIRES MOUNTED ON RIMS THAT ARE TOO NARROW COULD EXPERIENCE A DECREASE IN SIDEWALL DURABILITY, AND COULD ALSO EXPERIENCE HIGHER TREADWEAR FOR TIRES MOUNTED ON THE STEERING AXLE.","DEALERS WILL INSTALL NEW RIMS OF AN ACCEPTABLE WIDTH (8.25 - 9 9INCHES) FOR THE 295/75R22.5 TIRE SIZE. OWNER NOTIFICATION BEGAN AUGUST 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -05/09/2002,02V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V133000),"K.N.L. Holdings, LLC",PEERLESS/KING PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,870,"ON CERTAIN TRAILERS, CRACKS CAN DEVELOP IN THE CHANNEL SUPPORTS OF THE KING PIN ASSEMBLY.","IF CRACKS FORM AND ARE NOT DETECTED, THEY CAN GROW LARGER AND EVENTUALLY LEAD TO FRACTURE OF THE CHANNEL SUPPORTS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE CHANNEL STYLE KING PIN ASSEMBLY WITH AN I-BEAM STYLE KING PIN ASSEMBLY. OWNER NOTIFICATION BEGAN JUNE 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PEERLESS AT 1-870-236-7753." -05/08/2002,02C027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C027000),Dorel Juvenile Group,COSCO/INFANT CHILD SEAT/CARRY HANDLE,CHILD SEAT,NR (Not Reported),Child Seat,26454,"EQUIPMENT DESCRIPTION: SAFETY 1ST OR BEATRIX POTTER DESIGNER 22 INFANT CAR SEAT/CARRIER, MANUFACTURED BETWEEN JANUARY 3 AND FEBRUARY 13, 2002, MODELS 02-621 SAL, 02-620 AZY, 02-620 BEA. WHEN USED AS A CARRIER, THE HANDLE MAY SLIP FROM ONE POSITION TO ANOTHER, CAUSING THE SEAT TO FALL FORWARD.","IF THE CHILD IS NOT PROPERLY BUCKLED INTO THE SEAT, THE CHILD CAN FALL OUT IF THE CARRIER, POSSIBLY RESULTING IN INJURIES.",DOREL JUVENILE GROUP WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPAIR KIT ALONG WITH INSTALLATION INSTRUCTION FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2002. OWNERS DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DJG AT 800-536-1090. -05/08/2002,02V131001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V131001),DAEWOO MOTOR AMERICA,DAEWOO AMERICA/FMVSS 201/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,56912,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","IN THE EVENT OF A CRASH IN WHICH THE AIR BAGS DO NOT DEPLOY, THERE IS A POSSIBILITY OF INCREASED HEAD INJURY TO THE FRONT SEAT PASSENGER SHOULD CONTACT WITH THE PASSENGER SIDE AIR BAG COVER OCCUR.","DEALERS WILL INSTALL NEW ENERGY ABSORBING AIR BAG MOUNTING BRACKETS. OWNER NOTIFICATION BEGAN JULY 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-362-1234, SELECTION 1." -05/08/2002,02V131002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V131002),DAEWOO MOTOR DE PUERTO RICO,DAEWOO DE PUERTO RICO/FMVSS 201/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,13103,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","IN THE EVENT OF A CRASH IN WHICH THE AIR BAGS DO NOT DEPLOY, THERE IS A POSSIBILITY OF INCREASED HEAD INJURY TO THE FRONT SEAT PASSENGER SHOULD CONTACT WITH THE PASSENGER SIDE AIR BAG COVER OCCUR.","DEALERS WILL INSTALL NEW ENERGY ABSORBING AIR BAG MOUNTING BRACKETS. OWNER NOTIFICATION BEGAN JULY 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-362-1234, SELECTION 1." -05/08/2002,02V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V130000),"Maserati North America, Inc.",MASERATI/POWER STEERING HOSE,STEERING,NR (Not Reported),Vehicle,352,"ON CERTAIN COUPE AND SEDAN PASSENGER VEHICLES, THE POSITIONING OF THE POWER STEERING DELIVERY HOSE CAN ALLOW IT TO COME INTO CONTACT WITH PART OF THE EXHAUST MANIFOLD.",THIS COULD ALLOW THE DELIVERY HOSE TO LEAK POWER STEERING FLUID ONTO THE HOT EXHAUST MANIFOLD AND COULD CAUSE A VEHICLE FIRE.,"DEALERS WILL INSPECT THE POSITION OF THE POWER STEERING DELIVERY HOSE AND INSTALL A POSITIONING CLAMP. IF THE HOSE IS DAMAGED AND/OR CANNOT BE MOVED INTO THE PROPERLY ALIGNED POSITION, THE HOSE WILL BE REPLACED WITH A NEW ONE. OWNER NOTIFICATION BEGAN MAY 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MASERATI AT 1-877.696.2737." -05/07/2002,02V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V132000),"Jayco, Inc.",JAYCO/EMERGENCY EXIT,VISIBILITY,NR (Not Reported),Vehicle,55,"ON CERTAIN SPORT UTILITY TRAILERS EQUIPPED WITH AN OPTIONAL CARGO BAY WALL, THE CARGO BAY WALL INCLUDES A LOCKABLE DOOR. IF THE DOOR IS LOCKED AND THERE ARE OCCUPANTS INSIDE THE COMPARTMENT, THERE IS ONLY ONE EXIT, THE EMERGENCY EGRESS WINDOW.","IN THE EVENT OF AN EMERGENCY, IF THE ONE EGRESS WINDOW WERE INACCESSIBLE, THE OCCUPANTS WOULD BE TRAPPED INSIDE. THIS COULD RESULT IN PERSONAL INJURY OR DEATH.","DEALERS WILL INSTALL AN ADDITIONAL EMERGENCY EGRESS WINDOW IN PLACE OF THE STANDARD WINDOW. OWNER NOTIFICATION BEGAN JULY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-800-825-7876." -05/06/2002,02T003001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T003001),PEP BOYS,PEP BOYS/COOPER/LOWER SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,8214,"TIRE DESCRIPTION: PEP BOYS FUTURA DAKOTA H/T AND FUTURA ADVENTURER H/T TIRES SIZE P235/75R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN NOVEMBER 25, 2001, AND JANUARY 5, 2002. SOME OF THESE TIRES MAY EXHIBIT LOWER SIDEWALL CRACKING.","WHEN THIS CONDITION EXISTS, OVER TIME IT COULD RESULT IN ACCELERATED AIR LOSS. LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","PEP BOYS IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRAURY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PEP BOYS CUSTOMER SERVICE HOTLINE AT 800-873-7269 OR COOPER AT 800-854-6288. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -05/06/2002,02V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V122000),"POLARIS INDUSTRIES, INC.",VICTORY/FUEL RAIL ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1320,"ON CERTAIN MOTORCYCLES, THE FUEL RAIL ASSEMBLY CONTAINS A SCHRADER VALVE THAT PERMITS A DIAGNOSTIC CHECK OF FUEL PRESSURE AT THE FUEL RAIL DURING ENGINE OPERATION. IF THE SCHRADER VALVE IS NOT PROPERLY TIGHTENED, FUEL LEAKAGE COULD RESULT.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT ALL MOTORCYCLES AND REPLACE THE FUEL RAILS AS NECESSARY. OWNER NOTIFICATION BEGAN MAY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-417-8650." -05/03/2002,02V126001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V126001),COUNTRY COACH INC,COUNTRY COACH/HOLLAND/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Vehicle,94,"CERTAIN MOTOR HOMES EQUIPPED WITH CERTAIN DRAG LINKS, TIE RODS AND BALL SOCKET BEARINGS, PART NO. TRW 24 DL, SUPPLIED BY HOLLAND NEWAY AND MANUFACTURED BY TRW. THESE STEERING COMPONENTS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING COUNTRY COACH CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW AT 1-866-280-3287 OR COUNTRY COACH AT 1-800-547-8015. -05/03/2002,02V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V128000),"Gulf Stream Coach, Inc.",GULF STREAM/LP GAS TANK BRACKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,251,"ON CERTAIN MOTOR HOME CHASSIS, THE WELDS WHERE THE LIQUID PROPANE (LP) GAS TANK BRACKETING JOINS THE FLOOR TRUSSES MAY NOT BE ADEQUATE.","IN THE EVENT THAT THESE WELDS WOULD FAIL, THE LP GAS TANK COULD BECOME DISLODGED FROM THE MOTOR HOME POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","GULF STREAM HAS DEVELOPED A REPAIR KIT CONSISTING OF STEEL BRACKETS AND MECHANICAL FASTENERS THAT WILL BE PROVIDED TO THE OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. OWNERS CAN ALSO HAVE THEIR VEHICLES REPAIRED AT AN AUTHORIZED DEALER IF THEY SO DESIRE. OWNER NOTIFICATION BEGAN SEPTEMBER 2, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GULF STREAM AT 219-773-7761." -05/03/2002,02V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V124000),Indian Motorcycle Company,INDIAN MOTORCYCLE/SHOCK ABSORBER,SUSPENSION,IMCSB-039,Vehicle,4590,"ON CERTAIN MOTORCYCLES EQUIPPED WITH REAR SHOCK ABSORBERS MADE BY SWAY-A-WAY, THE BOLTS THAT MOUNT THE REAR SHOCK ABSORBERS TO THE SWING ARM COULD BREAK.","THIS COULD RESULT IN THE COLLAPSE OF THE REAR SUSPENSION, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE REAR SHOCK ABSORBERS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN AT 1-408-846-7228. -05/03/2002,02V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V127000),"Lufkin Industries, Inc.",LUFKIN/KING PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,5886,"SOME STEEL KINGPINS SUPPLIED BY CUSTOM FORGE, FOR USE ON CERTAIN VAN TRAILERS, HAVE BEEN DETERMINED TO POSSESS INADEQUATE HEAT TREATMENT.","COMPLETE FRACTURE OF THE KINGPIN CAN OCCUR RESULTING IN DETACHMENT OF THE KINGPIN FROM A TRAILER AND UNINTENDED SEPARATION OF TRACTOR AND TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TRAILERS TO VERIFY THE KINGPIN BRAND AND HEAT LOT AND DETERMINE IF THE KINGPIN IS CRACKED. CUSTOMERS WILL BE ADVISED TO REMOVE FROM SERVICE ANY TRAILERS DISCOVERED TO HAVE CRACKED KINGPINS. OWNER NOTIFICATION IS BEGAN NOVEMBER 24, 2004. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LUFKIN AT 1-800-324-3812." -05/02/2002,02V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V123000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4450,"ON CERTAIN MOTORCYCLES, THE MAIN ELECTRICAL WIRING HARNESS CAN RUB AGAINST A TAB ON THE UNDERSIDE OF THE FUEL TANK, RESULTING IN THE FAILURE OF ELECTRICAL FUNCTIONS.","THIS CONDITION COULD CAUSE THE FAILURE OF THE TURN SIGNALS, LIGHTS, OR OTHERS ELECTRICAL FUNCTIONS.","DEALERS WILL INSPECT THE VEHICLES AND REPOSITION THE TAB ON THE FUEL TANK. ANY DAMAGE THAT MAY HAVE OCCURRED TO THE HARNESS WILL BE CORRECTED. OWNER NOTIFICATION BEGAN MAY 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -05/02/2002,02V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V125000),"Nissan North America, Inc.",NISSAN/TAKATA SEAT BELTS,SEAT BELTS,R2017/R2018,Vehicle,92500,"ON CERTAIN LIGHT DUTY PICKUP TRUCKS, THE LATCH PLATE USED IN THE SEAT BELT BUCKLE WAS NOT MANUFACTURED ACCORDING TO DESIGN DIMENSIONS. IF THE SEAT BELT TONGUE IS INSERTED SLOWLY AT AN ANGLE INTO THE BUCKLE, THERE IS A POSSIBILITY OF PARTIAL ENGAGEMENT.",THIS CONDITION CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A COLLISION OR HARD BRAKING OF THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT OF THE SEAT.,"DEALERS WILL INSPECT THE BUCKLE AND, IF NECESSARY, REPLACE THE BUCKLE ASSEMBLY WITH A NEW BUCKLE. OWNER NOTIFICATION BEGAN MAY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -05/01/2002,02E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E031000),S&S CYCLE INC,S&S CYCLE/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,15998,"EQUIPMENT DESCRIPTION: FUEL LINES FOR USE ON MOTORCYCLES, PART NO. 19-0475, MANUFACTURED BETWEEN SEPTEMBER 1, 2001, AND APRIL 30, 2002. THE HOSE MAY BECOME BRITTLE AND CRACK OR SPLIT CAUSING THE FUEL LINE TO LEAK.",A FIRE COULD RESULT IN THE PRESENCE OF AN IGNITION SOURCE.,"S&S CYCLE WILL NOTIFY ITS CUSTOMERS AND REPLACE THE FUEL LINE FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT S&S CYCLE AT 608-627-0270." -05/01/2002,02V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V129000),Toyota Motor Corporation,SOUTHEAST TOYOTA/ALLOY WHEEL UPGRADE,WHEELS,NR (Not Reported),Vehicle,3041,"ON CERTAIN 4X2 VEHICLES EQUIPPED WITH AN ALLOY WHEEL TIRE UPGRADE (OPTIONS WM4, WM8, ZL1-ZL4, DH4, OR DH5) INSTALLED BY THE PROCESSING CENTERS IN JACKSONVILLE, FLORIDA OR COMMERCE, GEORGIA, A LABEL IDENTIFYING THE SPARE TIRE AS A TEMPORARY USE SPARE TIRE WAS NOT INSTALLED. THE UPGRADE INCLUDES 4 LARGER SIZE TIRES WITH ALLOY WHEELS. THE ORIGINAL SPARE TIRE/STEEL WHEEL IS NOT PART OF THE UPGRADE AND WAS NOT CHANGED.",DIFFERENT OPERATING CHARACTERISTICS CAN BE EXPERIENCED WHEN THE SPARE TIRE IS INSTALLED ON THE VEHICLE.,"OWNERS WILL BE PROVIDED WITH A CAUTION LABEL AND AN INSERT FOR THEIR OWNER'S MANUAL. OWNER NOTIFICATION BEGAN JULY 15, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -04/26/2002,02E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E030000),CONSUMERS UNION,CONSUMER UNION/GLOVE COMPARTMENT KIT,UNKNOWN OR OTHER,NR (Not Reported),Equipment,15000,"GLOVE COMPARTMENT ORGANIZER SENT AS A FREE GIFT FOR A NEW CONSUMER REPORTS SUBSCRIPTION. THE KIT CONTAINS A FLASHLIGHT, TIRE GAUGE, POCKETKNIFE, PEN AND PAD. THE FLASHLIGHT MAY OVERHEAT AND THERE IS AN ACCURACY PROBLEM WITH THE TIRE GAUGE.",IMPROPER INFLATION OF TIRES CAN POSE A SAFETY HAZARD. AN OVERHEATED FLASHLIGHT COULD RESULT IN BURNS.,"CUSTOMERS SHOULD REMOVE THE BATTERIES FROM THE FLASHLIGH IMMEDIATELY. EITHER DISPOSE OF THE TIRE GAUGE AND FLASHLIGHT OR RETURN THEM TO CONSUMERS UNION WHICH IS OFFERING INCENTIVES TO ITS CUSTOMERS TO DISCARD/RETURN THE DEFECTIVE PARTS OF THIS KIT. TO LEARN MORE ABOUT THESE INCENTIVES, PLEASE CONTACT CONSUMERS UNION AT 888-471-8860. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2002." -04/26/2002,02V018005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018005),"Mack Trucks, Inc.",MACK/MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",SC274,Vehicle,100,"ON CERTAIN TRUCKS EQUIPPED WITH MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN JUNE 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1610-709-3337.." -04/22/2002,02E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E028000),SEALCO COMMERCIAL VEHICLE PRO.,SEALCO/SPRING BRAKE CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,230003,"EQUIPMENT DESCRIPTION: SPRING BRAKE CONTROL VALVE ASSEMBLIES, PART NOS. 110700 AND 110800, FOR USE ON 1994-2000 TRAILERS. THESE BRAKE VALVES WERE PRODUCED BETWEEN MARCH 1, 1994, AND MARCH 31, 2000. THERE IS A RECESSED AREA ON TOP OF THE VALVE IN WHICH A BRASS GUIDE PIN FITS DOWN INSIDE THE BODY OF THE VALVE AND IS HELD IN PLACE BY A STEEL SNAP RING. THE RECESSED AREA ALLOWS ACCUMULATION OF WATER, DIRT, AND/OR CHEMICALS TO BUILD UP BEHIND THE SNAP RING TO THE POINT WHERE IT WILL NO LONGER CONTAIN THE GUIDE PIN RESULTING IN A FAILURE OF THE AIR VALVE.","FAILURE OF THE VALVE IN AN EMPTY OR LIGHTLY LOADED TRAILER WHILE THE VEHICLE IS IN MOTION COULD RESULT IN A HARD APPLICATION OF THE SPRING BRAKES, POSSIBLY LOCKING UP THE TRAILER WHEELS AND RESULTING IN A VEHICLE CRASH.","SEALCO WILL PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS TO ITS CUSTOMERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SEALCO AT 602-253-1007." -04/22/2002,02C026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C026000),Dorel Juvenile Group,WEBBING ABRASION,CHILD SEAT,NR (Not Reported),Child Seat,3957826,"ON CERTAIN DOREL JUVENILE GROUP (DJG) CHILD RESTRAINT SYSTEMS, MANUFACTURED FROM JANUARY 1, 2000, THROUGH SEPTEMBER 30, 2001, THE TETHER WEBBING FAILS TO CONFORM TO THE ABRASION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IF THE WEBBING IS EXPOSED TO A SIGNIFICANT AMOUNT OF ABRASION, IT COULD DEGRADE. IF THE WEBBING DEGRADES MORE THAN PERMITTED BY THE STANDARD, IT MAY NOT PROVIDE SUFFICIENT PROTECTION TO A CHILD IN A CRASH, INCREASING THE RISK OF INJURY TO THE CHILD.","DJG'S PETITION FOR RELIEF FROM REMEDY BASED ON ITS BELIEF THAT THE NONCOMPLIANCE WAS INCONSEQUENTIAL TO MOTOR VEHICLE SAFETY WAS DENIED BY NHTSA ON JANUARY 5, 2010. ACCORDINGLY, DJG WILL CONDUCT A SAFETY RECALL CAMPAIGN. IT WILL NOTIFY REGISTERED OWNERS AND PROVIDE FREE REPLACEMENT KITS FOR THE TETHER ALONG WITH REPAIR INSTRUCTIONS. THE SAFETY RECALL BEGAN ON FEBRUARY 16, 2010. OWNERS MAY CALL DJG TOLL-FREE AT 1-866-690-2539." -04/19/2002,02E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E023000),FEDERA-MOGUL CORPORATION,FEDERAL MOGUL/INNER TIE ROD END,STEERING,NR (Not Reported),Equipment,178,"FEDERAL-MOGUL EV260 INNER TIE ROD END, ASSEMBLED AND DISTRIBUTED BETWEEN FEBRUARY 11 AND MARCH 14, 2002, AND SOLD EXCLUSIVELY UNDER THE MOOG, CARQUEST, AND AUTODRIVE BRAND NAMES FOR USE IN CERTAIN PASSENGER VEHICLES. THE INNER TIE ROD END STUD ASSEMBLED IN THE EV260 WHICH MATES OR THREADS INTO THE VEHICLE'S OUTER TIE ROD END IS APPROXIMATELY 1 1/4 INCHES TOO SHORT.",,"FEDERAL MOGUL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE PART FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL MOGUL AT 1-877-489-6659." -04/19/2002,02C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C024000),XPORTATION SAFETY CONCEPTS,XPORTATION SAFETY CONCEPTS/REAR FACING CAR SEAT,CHILD SEAT,NR (Not Reported),Child Seat,150,"CHILD SEAT DESCRIPTION: XSCI PIONEERED AIRBAG COMPATIBLE REAR FACING CHILD SEATS WITH SEAT PAD COLORS BLUE/BLUE AND BROWN/BLUE, (THERE IS NO MODEL NUMBER ASSOCIATED WITH THE PRODUCT) MANUFACTURED BETWEEN FEBRUARY 1 AND MARCH 7, 2002. THESE SEATS EXCEED THE MAXIMUM HEAD EXCURSION CRITERIA OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE INFANT SEAT CAN DETACH FROM THE SEAT BASE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.",XSCI HAS NOTIFIED ITS CUSTOMERS AND IS OFFERING A REPLACEMENT SEAT (PRODUCED BY AN ALTERNATE CHILD SEAT MANUFACTURER) AND WILL PAY FOR THE RETURN OF THE NONCOMPLIANT SEAT. XSCI WILL REPAIR THE NONCOMPLIANT SEAT AND RETURN IT TO THE CUSTOMER. OWNERS WHO DO NOT RECEIVE THE FREE SEAT REPLACEMENT WITHIN A REASONABLE TIME SHOULD CONTACT XSCI AT 800-630-6850. -04/18/2002,02V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V117000),Ford Motor Company,FORD/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,02S37,Vehicle,534,"ON CERTAIN PASSENGER VEHICLES BUILT WITH MANUAL TRANSAXLES, THERE IS THE POTENTIAL FOR THE SPEED CONTROL CABLE TO HANG UP AT THE THROTTLE BODY BRACKET DURING HIGH, WIDE OPEN THROTTLE OPERATION, PREVENTING THE THROTTLE FROM RETURNING TO THE CLOSED POSITION WHEN THE ACCELERATOR IS RELEASED.","IF THIS CONDITION WERE TO OCCUR, IT MAY BE NECESSARY TO DEPRESS THE CLUTCH AND APPLY THE BRAKE TO BRING THE VEHICLE TO A STOP.","DEALERS WILL REPLACE THE THROTTLE BODY AND CHECK FOR PROPER OPERATION. OWNER NOTIFICATION BEGAN APRIL 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -04/17/2002,02E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E025000),"AUTO METER PRODUCTS, INC.",AUTO METER/FUEL PRESSURE GAUGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,6247,"EQUIPMENT DESCRIPTION: AUTO METER FUEL PRESSURE GAUGE AND SENDING UNITS, COMMONLY KNOWN AS THE ""SHORT-SWEEP"" GAUGES, PART NOS. 2659, 3309, 3509, 4309, 4409, AND 5709, MANUFACTURED BETWEEN OCTOBER 1, 1999, AND MARCH 31, 2002. DUE TO A PREMATURE FAILURE, THESE UNITS MAY LEAK FUEL.","IN THE PRESENCE OF AN IGNITION SOURCE, THE VEHICLE COULD CATCH FIRE.","AUTO METER PRODUCTS WILL NOTIFY ITS CUSTOMERS TO REMOVE THE SENDING UNITS IMMEDIATELY. CUSTOMERS WILL RECEIVE REPLACEMENT PARTS FREE OF CHARGE WHEN THEY BECOME AVAILABLE. OWNER NOTIFICATION BEGAN MAY 16, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUTO METER PRODUCTS AT 815-895-8141." -04/17/2002,02I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02I001000),"Nissan North America, Inc.",NISSAN/AIR BAG SENSOR,AIR BAGS,P2110,Vehicle,116500,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. ON CERTAIN 2002 NISSAN ALTIMA MODEL VEHICLES MANUFACTURED PRIOR TO MARCH 16, 2002, ONE OF THE SENSORS FOR THE AIR BAG SYSTEM DOES NOT WORK AS WELL AS EXPECTED IN HIGH-SPEED OFF-SET CRASH SITUATIONS.",THE AIR BAG SYSTEM DOES NOT WORK AS EXPECTED.,"DEALERS WILL REPLACE THE AIR BAG SENSOR. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS SHOULD CONTACT NISSAN AT 1-800-647-7261, CONCERNING THE PROBLEM." -04/17/2002,02V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V116000),Supreme Corporation,SUPREME/BODY MOUNT REINFORCEMENT,STRUCTURE,NR (Not Reported),Vehicle,8,"ON CERTAIN 29' PROPANE POWERED BUSES, THE FRONT BODY MOUNT HAS NOT BEEN ADEQUATELY REINFORCED.",THE BODY COULD SHIFT FROM THE FRAME DURING STEERING MANEUVERS OR IN THE EVENT OF A CRASH.,A REMEDY HAS NOT YET BEEN PROVIDED BY STARTRANS. SUPREME HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUPREME AT 1-219-642-4730. -04/17/2002,02V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V115000),Supreme Corporation,SUPREME/INERTIA SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8,"ON CERTAIN 29' PROPANE POWERED BUSES, THE INERTIA SWITCH IS CURRENTLY MOUNTED UNDER THE DASH.","DUE TO EXCESSIVE VIBRATION, THE SWITCH COULD ACTIVATE DURING NORMAL OPERATION CAUSING THE VEHICLE TO STALL, INCREASING THE RISK OF A CRASH.",DEALERS WILL RELOCATE THE SWITCH TO THE CHASSIS FRAME RAIL. SUPREME HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUPREME AT 1-219-642-4730. -04/16/2002,02V098003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V098003),Capacity of Texas,CAPACITY/TELEFLEX MORSE/ELECTRIC FLOOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,93,"ON CERTAIN TRUCKS EQUIPPED WITH TELEFLEX MORSE ELECTRIC FLOOR PEDALS. UNDER HEAVY USE, ONE OF THE PEDAL DUAL RETURN-SPRING ARMS ON THE FLOOR-MOUNTED ELECTRIC PEDALS MAY FAIL. A FAILURE COULD CAUSE THE VEHICLE TO ACCELERATE UNEXPECTEDLY.","UNEXPECTED ACCELERATION COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",TELEFLEX MORSE WILL NOTIFY CUSTOMERS TO RETURN THE DEFECTIVE ELECTRIC FOOT PEDALS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TELEFLEX MORSE AT 1-330-425-7329 OR CAPACITY AT 1-903-759-0610. -04/15/2002,02V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V114000),Ducati North America,DUCATI/CLUTCH,POWER TRAIN,NR (Not Reported),Vehicle,7086,"ON CERTAIN MOTORCYCLES, IT IS POSSIBLE THAT THE CLUTCH SLAVE CYLINDER MAY LEAK INTERNALLY CAUSING THE CLUTCH CONTROL TO JAM.",THIS COULD AFFECT THE CONTROL OF THE MOTORCYCLE AND CAUSE A CRASH.,DEALERS WILL REPLACE THE CLUTCH SLAVE CYLINDER. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DUCATI AT 1-973-839-2600. -04/15/2002,02V018004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018004),Shyft Group,SPARTAN/MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,750,"ON CERTAIN MOTOR HOMES AND FIRE TRUCKS EQUIPPED WITH MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.",MERITOR WABCO WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 859-746-5956. -04/11/2002,02V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V111000),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,248,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH 2.7 LITER V-6 ENGINES, IMPROPERLY MANUFACTURED CRANKSHAFT POSITION SENSORS (CPS) WERE INSTALLED. THE CPS CASES WERE IMPROPERLY MANUFACTURED AND DID NOT MEET DIMENSIONAL SPECIFICATIONS. INTERNAL GAPS WITHIN THE CASES ALLOWED EPOXY TO CONTACT THE CIRCUIT BOARD, WHICH RESULTED IN CRACKING OF THE CIRCUIT BOARD CAPACITOR.",A DAMAGED CPS CAPACITOR COULD RESULT IN ENGINE STALLING.,"DEALERS WILL REPLACE THE CPS. OWNER NOTIFICATION BEGAN MAY 17, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI CARIBBEAN AT 1-787-251-8715." -04/11/2002,02V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V110000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 121/ELECTRICAL POWER TO ABS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,208,"CERTAIN HEAVY DUTY CLASS 8 VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", S5.1.6.3, ""ANTILOCK POWER FOR TOWED VEHICLES."" ELECTRICAL POWER FOR THE TRAILER ANTI-LOCK BRAKING SYSTEM (ABS) CAN BE DISRUPTED WHEN A SWITCH LOCATED ON THE VEHICLE INSTRUMENT PANEL IS ACTIVATED TO CONTROL LIGHTING WITHIN THE TRAILER.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE OF THE TOWED VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL INSTALL A WIRING HARNESS WHICH WILL PROVIDE CONTINUOUS ELECTRICAL POWER TO THE TRAILER ABS WHENEVER THE IGNITION SWITCH IS IN THE ON OR RUN POSITION. OWNER NOTIFICATION BEGAN APRIL 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -04/10/2002,02E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E022000),"Bendix Commercial Vehicle Systems, LLC",BENDIX/TRAILER SPRING BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,60875,"BENDIX BRAND NAME TRAILER SPRING BRAKE CONTROL VALVE ASSEMBLY KNOWN AS SR-2, SR-4, AND SR-5 TRAILER SPRING BRAKE (SR-2/4/50 VALVE ASSEMBLIES MANUFACTURED FROM MARCH 1, 2000, THROUGH APRIL 30, 2001. THE MOLDED RUBBER FACE OF THE INLET/EXHAUST VALVE (I/E VALVE) COMPONENT OF THE AFFECTED SR02/4/5/ CAN SEPARATE FROM THE VALVE'S METAL INSERT. AIR CAN BE TRAPPED BY A SEPARATED I/E VALVE CAUSING IT TO BALLOON AND BLOCK THE EXHAUST PASSAGE OF THE TRAILER SPRING BRAKE CIRCUIT.","THIS CONDITION CAN RESULT IN THE AFFECTED VEHICLES BEING UNABLE TO APPLY THE TRAILER PARKING/EMERGENCY SPRING BRAKES DURING PARKING IN THE EVENT OF A TRAILER SUPPLY LINE FAILURE. UNINTENDED ROLLAWAY COULD OCCUR, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH TO THE VEHICLE OCCUPANT OR ANY BYSTANDERS.",BENDIX WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPAIR KIT AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT 440-329-9000. -04/10/2002,02V108001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V108001),FREIGHTLINER LLC,FREIGHTLINER/PARKING BRAKE ASSEMBLY,PARKING BRAKE,FL-395,Vehicle,548,"ON CERTAIN TRUCKS EQUIPPED WITH MERITOR BRAND 12"" X 4"" DCM DRUM PARKING BRAKE, THE BOLTS USED TO ATTACH THE PARKING BRAKE ASSEMBLY TO THE FLANGE YOKE ARE TOO LARGE AND CAN INTERFERE WITH THE PROPER ENGAGEMENT OF THE BRAKING SYSTEM AND POSSIBLY DISENGAGE.",IMPROPER ENGAGEMENT OF THE PARKING BRAKE COULD RESULT IN THE VEHICLE ROLLING AWAY WITHOUT PRIOR WARNING POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.,DEALERS WILL REPLACE THE ATTACHING BOLTS WITH THE CORRECT SIZE BOLTS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712. -04/10/2002,02V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V107000),"General Motors, LLC",GM/FMVSS 108/LOW BEAM HEADLAMP,EXTERIOR LIGHTING,02015,Vehicle,10168,"CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" SOME OF THESE VEHICLES WERE PRODUCED WITH A LEFT LOW-BEAM HEADLAMP THAT DOES NOT MEET THE PHOTOMETRIC PERFORMANCE REQUIREMENTS OF THE STANDARD.","LIGHT INTENSITIES BELOW THE MINIMUM INTENSITY REQUIREMENTS CAUSE REDUCTION IN VISIBILITY DOWN THE ROAD FOR THE DRIVER OF THE VEHICLE AND INTENSITIES ABOVE THE MAXIMUM INTENSITY REQUIREMENTS CAUSE INCREASE IN GLARE FOR DRIVERS AHEAD OF, OR APPROACHING, THE VEHICLE.","DEALERS WILL INSPECT THE LEFT LOW-BEAM HEADLAMP AND REPLACE IT IF IT DOES NOT MEET REQUIREMENTS. OWNER NOTIFICATION BEGAN MAY 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020." -04/09/2002,02V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V105000),Hyundai Motor America,HYUNDAI/AIR BAG WIRING,AIR BAGS,NR (Not Reported),Vehicle,145355,"ON CERTAIN PASSENGER VEHICLES, AN INTERMITTENT CONDITION THAT LEADS TO THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG WARNING LIGHT ILLUMINATION COULD RESULT FROM MOTION OF THE SIDE IMPACT AIR BAG WIRING HARNESS AND SIDE IMPACT AIR BAG WIRING HARNESS CONNECTOR WHICH MOUNT TO THE ADJUSTABLE SEAT CUSHION ASSEMBLY. THIS CONDITION ONLY RELATES TO THE SIDE IMPACT AIR BAGS AND COULD PREVENT AIR BAG DEPLOYMENT DURING A CRASH WHERE SUCH DEPLOYMENT SHOULD OCCUR.",NON-DEPLOYMENT OF THE SRS SIDE IMPACT AIR BAG COULD INCREASE THE RISK OF INJURY DURING A SIDE IMPACT CRASH.,"DEALERS WILL MORE SECURELY FASTEN THE SIDE IMPACT AIR BAG WIRING HARNESSES AND CONNECTORS TO THE VEHICLE'S FRONT SEAT CUSHION FRAMES. OWNER NOTIFICATION BEGAN MAY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -04/09/2002,02V004007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004007),MONACO COACH CORPORATION,MONACO/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,R02198,Vehicle,232,"ON CERTAIN MOTOR HOMES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN SEPTEMBER 9, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-344-6332 OR WILLIAMS CONTROL AT 1-503-684-8600." -04/09/2002,02V004006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004006),NEOPLAN USA CORPORATION,NEOPLAN/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6,"ON CERTAIN BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN DURING DECEMBER 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROL AT 1-503-684-8600 OR NEOPLAN AT 1-719-336-3256. -04/08/2002,02V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V104000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/DEBRIS IN MANIFOLD,"FUEL SYSTEM, GASOLINE",B06,Vehicle,1115322,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH A 4.0L ENGINE ONLY, THE DESIGN OF THE INTAKE AND EXHAUST MANIFOLDS COULD ALLOW DEBRIS TO ACCUMULATE AT THE #3 CYLINDER LOCATION.",THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL INSTALL A MANIFOLD SHIELD TO MODIFY THE AIR FLOW CHARACTERISTICS AND TO PREVENT THE ACCUMULATION OF DEBRIS IN THE AREA OF THE #3 CYLINDER. OWNER NOTIFICATION BEGAN MAY 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/07/2002,02V100001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V100001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3885,"ON CERTAIN PASSENGER VEHICLES, THE MAIN UNDER HOOD ELECTRICAL WIRING HARNESS MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE ENGINE CONTROL HARNESS AND THE EXHAUST HEAT SHIELD. AS A RESULT, THE HARNESS COULD COME IN CONTACT WITH THE HEAT SHIELD, WHICH COULD RESULT IN MELTING OF THE HARNESS INSULATION.","THE MELTING OF THE HARNESS INSULATION COULD RESULT IN GROUNDING OF THE CRANK ANGLE SENSOR WIRING, CAUSING THE ENGINE TO RUN ERRATICALLY OR STOP SUDDENLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE HARNESS FOR DAMAGE AND, IF NONE IS EVIDENT, WILL TIE THE HARNESS BACK TO PREVENT THE HARNESS FROM EVER COMING INTO CONTACT WITH THE HEAT SHIELD. ANY HARNESS THAT SHOWS EVIDENCE OF DAMAGE WILL BE REPAIRED AS NECESSARY AND THEN TIED BACK TO PREVENT FUTURE DAMAGE. OWNER NOTIFICATION BEGAN MAY 13, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -04/07/2002,02V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V096000),"Volvo Car USA, LLC",VOLVO/ELECTRIC COOLING FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25876,"ON SOME PASSENGER VEHICLES, CERTAIN ELECTRIC COOLING FANS COULD BE INADEQUATE IN A HOT CLIMATE. UNDER CERTAIN CIRCUMSTANCES, EXCESSIVE HEAT COULD BE GENERATED.","SHOULD THIS OCCUR, THE ENGINE COOLING FAN COMPONENTS COULD OVERHEAT AND CAUSE THE MELTING OF ELECTRICAL CONNECTIONS AND ADJACENT COMPONENTS, INCREASING THE LIKELIHOOD OF A FIRE.","DEALERS WILL REPLACE THE ENGINE COOLING FAN. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -04/05/2002,02E020002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E020002),INTERAMERICAN MOTOR CORP.,IMC/BALL JOINTS,SUSPENSION,NR (Not Reported),Equipment,1970,"EQUIPMENT DESCRIPTION: REPLACEMENT BALL JOINTS FOR STEERING OR SUSPENSION SYSTEMS ON 1990-1993 ACURA INTEGRA, 1986-1989 HONDA ACCORD, 1988-1991 HONDA CIVIC AND CRX, 1983-1991 HONDA PRELUDE, PART NO. 51220-SK7-013; 1991-1995 ACURA LEGEND COUPE AND SEDAN PASSENGER VEHICLES, PART NO. 51220-SL5-003; AND 1994-2001 ACURA INTEGRA, 1992-1995 HONDA CIVIC, AND 1993-1995 HONDA DEL SOL, PART NO 51220-SL3-003 AND PRODUCED BETWEEN JANUARY THROUGH APRIL 2001. THE MATERIAL USED IN THE MANUFACTURE OF THE SEALING BOOT CAN DETERIORATE OVER TIME PERMITTING FOREIGN OBJECTS SUCH AS WATER AND DIRT TO INFILTRATE THE SEALING BOOT AND CAUSE RUST INSIDE THE BALL JOINT HOUSING, DAMAGE TO THE SURFACE OF THE BALL, OR DAMAGE TO THE RETAINING RING.","THESE EFFECTS IN TURN CAN CAUSE MISALIGNMENT OF THE BALL JOINT WITHIN THE HOUSING POTENTIALLY CAUSING IT TO FAIL. A BALL JOINT FAILURE COULD RESULT IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",WORLDPAC'S DISTRIBUTORS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECT BALL JOINTS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WORLDPAC AT 510-742-8900. -04/05/2002,02E020001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E020001),WORLDPAC,WORLDPAC/BALL JOINTS,SUSPENSION,NR (Not Reported),Equipment,1530,"EQUIPMENT DESCRIPTION: REPLACEMENT BALL JOINTS FOR STEERING OR SUSPENSION SYSTEMS ON 1990-1993 ACURA INTEGRA, 1986-1989 HONDA ACCORD, 1988-1991 HONDA CIVIC AND CRX, 1983-1991 HONDA PRELUDE, PART NO. 51220-SK7-013; 1991-1995 ACURA LEGEND COUPE AND SEDAN PASSENGER VEHICLES, PART NO. 51220-SL5-003; AND 1994-2001 ACURA INTEGRA, 1992-1995 HONDA CIVIC, AND 1993-1995 HONDA DEL SOL, PART NO 51220-SL3-003 AND PRODUCED BETWEEN JANUARY THROUGH APRIL 2001. THE MATERIAL USED IN THE MANUFACTURE OF THE SEALING BOOT CAN DETERIORATE OVER TIME PERMITTING FOREIGN OBJECTS SUCH AS WATER AND DIRT TO INFILTRATE THE SEALING BOOT AND CAUSE RUST INSIDE THE BALL JOINT HOUSING, DAMAGE TO THE SURFACE OF THE BALL, OR DAMAGE TO THE RETAINING RING.","THESE EFFECTS IN TURN CAN CAUSE MISALIGNMENT OF THE BALL JOINT WITHIN THE HOUSING POTENTIALLY CAUSING IT TO FAIL. A BALL JOINT FAILURE COULD RESULT IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",WORLDPAC'S DISTRIBUTORS WILL NOTIFY ITS CUSTOMERS AND REPLACE THE DEFECT BALL JOINTS FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WORLDPAC AT 510-742-8900. -04/04/2002,02V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V101000),Ford Motor Company,FORD/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",02S36,Vehicle,250283,"ON CERTAIN MINIVANS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. DURING ASSEMBLY, SOME BRAKE LINES WERE INSTALLED IN A TWISTED POSITION, CAUSING CONTACT WITH THE DASH PANEL INSULATOR ABOVE THE CATALYTIC CONVERTER. THIS CONTACT COULD ABRADE THE BRAKE LINE CORROSION PROTECTION, CONSEQUENTLY, SALT OR WATER ABSORBED IN THE DASH PANEL INSULATOR WOULD PROMOTE CORROSION. THIS CORROSION COULD ULTIMATELY LEAD TO A LEAK IN THE BRAKE LINE.","LEAKAGE OF BRAKE FLUID WILL RESULT IN BRAKE LIGHT ACTIVATION. EXTENDED STOPPING DISTANCE COULD ALSO RESULT, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE LINE FOR CORROSION AND CLEARANCE CONDITIONS. A BRAKE LINE THAT IS NOT CORRODED WILL BE REPOSITIONED. A BRAKE LINE THAT IS CORRODED OR LEAKING WILL BE REPLACED WITH A NYLON COATED BRAKE LINE AND SECURED USING THREE RETAINING CLIPS TO ASSURE CLEARANCE FROM THE INSULATOR. OWNER NOTIFICATION BEGAN MAY 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -04/04/2002,02V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V103000),Motor Coach Industries,MCI/DEFROSTER MOTOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,300,"ON CERTAIN MOTOR COACHES THAT HAVE MULTIPLEX SYSTEMS, WHEN THE COACH'S DEFROSTER MOTOR IS ACTIVATED, CERTAIN HIGH SPEED CELL NET CONTROLLERS (HCNC) MAY LOCK UP.","AS A CONSEQUENCE OF THIS LOCK UP, THE FUNCTIONS AND SYSTEMS THAT ARE PART OF THE MULTIPLEX SYSTEM WILL REMAIN AT THEIR STATUS IMMEDIATELY PRIOR TO THE LOCKUP. THIS COULD AFFECT THE ELECTRICAL OPERATION OF BRAKE LIGHTS, TURN SIGNALS, IGNITION, INSTRUMENTATION, ETC.",OWNERS WILL BE PROVIDED WITH DEFROSTER MOTOR RELAYS EQUIPPED WITH SUPPRESSION RESISTORS AND INSTALLATION INSTRUCTIONS. DEALERS WILL ALSO REPLACE THE HCNC MODULES WITH UPGRADED MODULES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCI AT 1-800-241-2947. -04/04/2002,02V098001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V098001),Shyft Group,SPARTAN/TELEFLEX MORSE/ELECTRIC FLOOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,176,"ON CERTAIN MOTOR HOMES EQUIPPED WITH TELEFLEX MORSE ELECTRIC FLOOR PEDALS. UNDER HEAVY USE, ONE OF THE PEDAL DUAL RETURN-SPRING ARMS ON THE FLOOR-MOUNTED ELECTRIC PEDALS MAY FAIL. A FAILURE COULD CAUSE THE VEHICLE TO ACCELERATE UNEXPECTEDLY.","UNEXPECTED ACCELERATION COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",TELEFLEX MORSE WILL NOTIFY CUSTOMERS TO RETURN THE DEFECTIVE ELECTRIC FOOT PEDALS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TELEFLEX MORSE AT 1-330-425-7329 OR SPARTAN AT 1-800-722-3025. -04/02/2002,02E017102,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E017102),"Meritor, Inc.",ARVINMERITOR/AFTERMARKET TIE ROD ENDS,SUSPENSION,NR (Not Reported),Equipment,62000,"EQUIPMENT DESCRIPTION: MODEL 20-EDL BALL SOCKET ASSEMBLIES INCORPORATED INTO ARVINMERITOR AFTERMARKET PRODUCTS MANUFACTURED FROM OCTOBER 31, 1999, THROUGH MAY 31, 2000, AND FROM JUNE 12, 2000, THROUGH AUGUST 31, 2000. ARVINMERITOR HAS DECIDED TO EXPAND THE PREVIOUS TRW RECALL, 00E-047, TO INCLUDE ALL TRW PRODUCTION MODEL BALL SOCKET ASSEMBLIES. CERTAIN TRW TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILLNOTIFY ITS CUSTOMER AND REPLACE THE BALL SOCKET ASSEMBLIES FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 17, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-3496." -04/02/2002,02E017002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E017002),"Meritor, Inc.",ARVINMERITOR/TRW TIE ROD ENDS,SUSPENSION,NR (Not Reported),Equipment,119000,"EQUIPMENT DESCRIPTION: MODEL 20-EDL BALL SOCKET ASSEMBLIES INCORPORATED INTO ARVINMERITOR AXLES MANUFACTURED FROM OCTOBER 31, 1999, THROUGH MAY 31, 2000, AND FROM JUNE 12, 2000, THROUGH AUGUST 31, 2000. ARVINMERITOR HAS DECIDED TO EXPAND THE PREVIOUS TRW RECALL, 00E-047, TO INCLUDE ALL TRW PRODUCTION MODEL BALL SOCKET ASSEMBLIES. CERTAIN TRW TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR WILLNOTIFY ITS CUSTOMER AND REPLACE THE BALL SOCKET ASSEMBLIES FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-3496. -04/02/2002,02V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V084000),FREIGHTLINER LLC,FREIGHTLINER/AIR LINE ROUTING,"SERVICE BRAKES, HYDRAULIC",FL-394,Vehicle,16000,"ON CERTAIN SCHOOL BUSES, THE BRAKE HOSES FROM THE CHASSIS TO FRONT BRAKE CHAMBERS COULD DEVELOP LEAKS DUE TO THE HOSE ROUTING THAT COULD OVERSTRESS THE HOSE DURING SHARP TURNS.","THE VEHICLE COULD HAVE REDUCED BRAKING CAPACITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR IMPROPER ROUTING. IF IMPROPER ROUTING IS FOUND, DEALERS WILL REPLACE AND CORRECT THE HOSE ROUTING. OWNER NOTIFICATION BEGAN APRIL 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -04/02/2002,02V071002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V071002),"NABI Bus, LLC",NABI/VANNER/ BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2371,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS, THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.","WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.","DEALERS WILL INSPECT THE BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NABI AT 1-800-227-6937, EXT. 217,OR VANNER AT 1-800-227-6937." -04/01/2002,02V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V102000),MONACO COACH CORPORATION,MONACO/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,45,"ON CERTAIN TRAVEL TRAILERS, A TYPOGRAPHICAL ERROR WAS MADE, INCORRECTLY STATING THE GROSS VEHICLE WEIGHT RATING ON THE FEDERAL CERTIFICATION LABELS AND RVIA WEIGHT LABELS.",OWNERS COULD OVERLOAD THE AXLES IF FOLLOWING THE RATINGS AS LISTED.,"OWNERS WILL BE PROVIDED WITH A CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN MAY 30, 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-465-6226." -04/01/2002,02E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E019000),Norcold Inc.,NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Equipment,28144,"EQUIPMENT DESCRIPTION: REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,"NORCOLD WILL NOTIFY ITS CUSTOMERS AND REPLACE THE COOLING UNIT FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101." -03/26/2002,02V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V099000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG WIRE HARNESS,AIR BAGS,B13,Vehicle,27,"ON CERTAIN SPORT UTILITY VEHICLES, THE PASSENGER AIR BAG WIRING HARNESS WAS IMPROPERLY MANUFACTURED.",THIS COULD CAUSE IMPROPER AIR BAG DEPLOYMENT IN CERTAIN CRASH CONDITIONS.,"DEALERS WILL ADD A WIRING JUMPER TO THE EXISTING CIRCUITRY TO CORRECT THIS CONDITION. OWNER NOTIFICATION BEGAN APRIL 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/26/2002,02V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V097000),PANZER MOTORCYCLE WORKS USA,PANZER MOTORCYCLE/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9,ON CERTAIN MOTORCYCLES EQUIPPED WITH 4.2 GALLON FUEL TANKS BUILT BY DRAG SPECIALTIES. THE SEAM WELDS ON THE TANK CAN LEAK.,"FUEL SPILLAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL TANK. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PANZER AT 1-719-269-7267. -03/22/2002,02V004004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004004),"Gillig, LLC",GILLIG/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,865,"ON CERTAIN BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN DURING DECEMBER 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROL AT 1-503-684-8600 OR GILLIG AT 1-510-785-1500. -03/22/2002,02V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V095000),"Navistar, Inc.",INTERNATIONAL/DRAG LINK COTTER PIN,STEERING,02504,Vehicle,155,"ON CERTAIN TRUCKS, THE COTTER PIN THAT GOES THROUGH THE DRAG LINK BALL STUD AT THE CONNECTION TO THE PITMAN ARM IS MISSING. THIS PIN PREVENTS THE CASTLE NUT FROM LOOSENING.","IF THE NUT LOOSENS AND COMES COMPLETELY OFF THE DRAG LINK BALL STUD, THE DRAG LINK COULD DETACH RESULTING IN A LOSS OF STEERING CONTROL.","DEALERS WILL INSPECT THE VEHICLE AND INSTALL A COTTER PIN IF IT IS MISSING. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/22/2002,02V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V094000),"Navistar, Inc.",INTERNATIONAL/ENGINE STARTER,ELECTRICAL SYSTEM,02503,Vehicle,338,CERTAIN TRUCKS EQUIPPED WITH ENGINE STARTERS (CODE 08WWN OR 08WWP) BUILT BY LEECE-NEVILLE. THESE STARTERS HAVE A DEFECTIVE TERMINAL ADAPTER STUD. THE STUD IS USED ONLY AT THE POSITIVE BATTERY CONNECTION TO THE STARTER SOLENOID. IT WAS DESIGNED TO BE SCREWED ON OVER THE EXISTING STUD TO INCREASE THE STUD DIAMETER TO ACCOMMODATE THE LARGER SIZE OF THE POSITIVE BATTERY CABLE TERMINAL. THE ADAPTER STUD WAS WEAKENED WHEN THE HOLE WAS DRILLED TOO DEEP.,"THIS COULD LEAD TO A DIRECT ELECTRICAL SHORT TO THE BATTERIES. IF THE STUD BREAKS OFF, THE POSITIVE BATTERY CABLE COULD SHORT DIRECTLY TO GROUND, WHICH CAN GENERATE HEAT AND SPARKS CAUSING A FIRE.","DEALERS WILL REPLACE THE ADAPTER STUD. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/22/2002,02V113002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V113002),Keller Marine & RV,KELLER/SUBURBAN/RV FURNACE,EQUIPMENT,NR (Not Reported),Vehicle,12,"ON CERTAIN SUBURBAN MODEL P-40 (STOCK NUMBER 2230) FURNACES FOR USE ON PARK MODEL TRAILERS, THE FANS ON THE DEFECTIVE COMBUSTION AIR BLOWER ARE IMPROPERLY ORIENTED. THIS RESULTS IN AN INADEQUATE SUPPLY OF COMBUSTION AIR TO THE BURNER IN THE FURNACE WHICH WILL RESULT IN EXCESSIVE CARBON MONOXIDE IN THE FURNACE EXHAUST.","IF CARBON MONOXIDE IS NOT DETECTED, IT COULD RESULT IN PERSONAL INJURY OR DEATH.",SUBURBAN WILL REPLACE THE COMBUSTION AIR BLOWER WHEEL FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBURBAN 423-775-2131 OR KELLER AT 1-570-374-8169. -03/22/2002,02T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T004000),Goodyear Tire & Rubber Company,KELLY/SPRINGFIELD/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,10345,"TIRE DESCRIPTION: KELLY ARMORSTEEL KLHS LOAD RANGE G TIRES. SIZE 285/75R24.5 MANUFACTURED BETWEEN FEBRUARY 25 AND MAY 5, 2001, AND TIRE SIZE 295/75R22.5 MANUFACTURED BETWEEN MARCH 4 AND MAY 12, 2001. THESE TIRES HAVE EXHIBITED EVIDENCE OF PREMATURE TREAD SEPARATION.","IF THE TREAD WERE TO SEPARATE FROM THE CARCASS OF THE TIRE WHILE THE VEHICLE IS IN MOTION, THE DRIVE COULD LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","GOODYEAR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 3, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GOODYEAR CONSUMER RELATIONS AT 800-321-2136." -03/22/2002,02V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V093000),Newmar Corporation,NEWMAR/BRAKING DEVICE,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,11,"CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH AN ELECTDRAULIC-BRAKING DEVICE BUILT BY AUSCO. WHEN ACTIVATED, THE MASTER CYLINDER APPLIES THE BRAKES ON THE TAG AXLE. IF THE MOTOR HOME IS TRAVELING, THE TAG AXLE BRAKES COULD LOCK-UP.",THIS WILL CAUSE SEVERE HEAT IN THE BRAKES RESULTING IN A POSSIBLE FIRE.,"DEALERS WILL REPLACE THIS BRAKING DEVICE WITH ONE FROM A DIFFERENT MANUFACTURER. OWNER NOTIFICATION BEGAN MAY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-574-773-7791." -03/22/2002,02V113001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V113001),SILVERCREST WESTERN HOMES CORP,SILVERCREST/SUBURBAN/RV FURNACE,EQUIPMENT,NR (Not Reported),Vehicle,12,"ON CERTAIN PARK MODEL TRAILERS EQUIPPED WITH SUBURBAN MODEL P-40 (STOCK NUMBER 2230) FURNACES, THE FANS ON THE DEFECTIVE COMBUSTION AIR BLOWER ARE IMPROPERLY ORIENTED. THIS RESULTS IN AN INADEQUATE SUPPLY OF COMBUSTION AIR TO THE BURNER IN THE FURNACE WHICH WILL RESULT IN EXCESSIVE CARBON MONOXIDE IN THE FURNACE EXHAUST.","IF CARBON MONOXIDE IS NOT DETECTED, IT COULD RESULT IN PERSONAL INJURY OR DEATH.",SUBURBAN WILL REPLACE THE COMBUSTION AIR BLOWER WHEEL FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBURBAN 423-775-2131 OR SILVERCREST AT 1-530-662-9156. -03/21/2002,02V004005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004005),Blue Bird Body Company,BLUE BIRD/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,24,"ON CERTAIN MOTOR COACHES/MOTOR HOMES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE PEDALS. ALL VEHICLES HAVE BEEN INSPECTED AND CORRECTED. -03/21/2002,02V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V091000),"Ferrari North America, Inc.",FERRARI/ENGINE GROUND STRAP,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,211,"ON CERTAIN PASSENGER VEHICLES, THE ENGINE GROUND STRAP WAS MANUFACTURED IMPROPERLY. AS A RESULT OF THE IMPROPER ""CRIMPING"" OF THE GROUND STRAP CONNECTORS TO THE BRAIDED GROUND STRAP, THE ENGINE GROUND STRAP MAY NOT PROVIDE THE PROPER ELECTRICAL GROUND BETWEEN THE ENGINE AND THE CHASSIS.","IF THE STRAP FAILS TO PROVIDE THE PROPER GROUND TO THE CHASSIS, THE ELECTRICAL SYSTEM WILL SEEK A GROUND AT THE IGNITION COIL. THE VEHICLE'S IGNITION COIL GROUND CABLE COULD OVERHEAT AND COULD CAUSE THE ENGINE TO STOP. IF THE ENGINE STOPPED WHILE THE VEHICLE WAS BEING DRIVEN, IT COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL INSPECT THE EXISTING ENGINE GROUND STRAP AND, IF NECESSARY, REPLACE THE STRAP WITH A NEW ONE WHICH HAS THE PROPER CONNECTOR CRIMPING. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2651." -03/21/2002,02V059004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V059004),"Gillig, LLC",GILLIG/VAPOR/DOOR PANEL ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,897,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS, DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","UNDER THESE CONDITIONS, IF THE PANEL IS SEPARATING OR HAS SEPARATED, A PASSENGER COULD FALL FROM THE BUS ONTO THE ROADWAY, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",VAPOR WILL NOTIFY CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300 OR VAPOR AT 1510-785-1500. -03/21/2002,02V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V083000),Indian Motorcycle Company,INDIAN MOTORCYCLE/FUEL TANK FRACTURE,"FUEL SYSTEM, GASOLINE",IMCSB-038,Vehicle,907,"ON CERTAIN MOTORCYCLES, FRACTURES CAN OCCUR ON EITHER THE LEFT OR RIGHT FUEL TANK AT THE TOP OF THE JOINT WHERE THE BRACKET IS WELDED TO THE TANK BACK PLATE.","FUEL CAN ESCAPE FROM THE TANK, INCREASING THE RISK OF A FIRE.","DEALERS WILL REPLACE THE GAS TANKS WITH TANKS THAT HAVE A REDESIGNED MOUNTING BRACKET. OWNER NOTIFICATION BEGAN MARCH 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INDIAN MOTORCYCLE AT 1-408-846-7228." -03/21/2002,02V061002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V061002),"Mack Trucks, Inc.",MACK/DANA SPICER/TANDEM DRIVE AXLE,SUSPENSION,SCO273,Vehicle,213,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH DANA SPICER TANDEM DRIVE AXLE MODELS DS463, AN UNDERSIZED ATTACHMENT WELD MAY FRACTURE WITHOUT WARNING.",THE LOSS OF THIS ATTACHMENT TO THE VEHICLE CHASSIS CAN ADVERSELY AFFECT VEHICLE HANDLING OR DRIVER CONTROL.,"THE DEALERS WILL REMOVE THE SUSPECT BRACKET, INSPECT THE AXLE HOUSING, AND REWELD THE BRACKET TO THE AXLE HOUSING. OWNER NOTIFICATION BEGAN APRIL 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 610-709-3337." -03/21/2002,02C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C006000),"Peg Perego USA, Inc.",PEG PEREGO/FMVSS 213/A-LOC ADJUSTER SLIPS,CHILD SEAT,NR (Not Reported),Child Seat,55162,"EQUIPMENT DESCRIPTION: PEG PEREGO INFANT CAR SEATS, MODELS PRIMO VIAGGIO WITH BASE, PLIKO TRAVEL SYSTEM, PRIMO VIAGGIO SYSTEM, ATLANTICO SYSTEM, AND ATLANTICO TREK SYSTEM SNG PRODUCT FROM MAY 20, 2001, TO AND INCLUDING FEBRUARY 15, 2002. THE SEATS HAVE A SNAP IN THE UPHOLSTERY DIRECTLY OVER THE LOCKING BELT ADJUSTMENT MECHANISM (A-LOC ADJUSTER). WHEN THE UPHOLSTERY IS ATTACHED BY THE SNAP TO THE COVER OF THE A-LOC ADJUSTER, IT MAY CAUSE TENSION IN THE UPHOLSTERY DUE TO THE WEIGHT OF THE CHILD, WHICH MAY PREVENT THE COMPLETE ENGAGEMENT OF THE A-LOC ADJUSTER AND ALLOW SLIPPAGE IN THE HARNESS RESTRAINTS. THESE SEATS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213 ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED.","PEG PEREGO WILL NOTIFY ITS CUSTOMERS AND SEND REPAIR INSTRUCTIONS FREE OF CHARGE. WITHIN 4-6 WEEKS, OWNERS WILL RECEIVE A NEW PLASTIC COVER. OWNER NOTIFICATION BEGAN MARCH 25, 2002. OWNERS WHO DO NOT RECEIVE REPAIR INSTRUCTIONS OR REPLACEMENT PART SHOULD CONTACT PEG PEREGO'S TOLL-FREE NUMBER AT 1-877-737-3468." -03/21/2002,02V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V081000),TUFF/LUGG EQUIPMENT MANUF.,TUFF/LUGG/FMVSS 121/ABS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,87,"CERTAIN HOPPER BOTTOM FARM TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THE SUSPENSION ON THESE TRAILERS IS NOT EQUIPPED WITH AN ANTI-LOCK BRAKE SYSTEM (ABS) AS REQUIRED BY THE STANDARD.",,"DEALERS WILL INSTALL AN ABS SYSTEM ON THESE TRAILERS. OWNER NOTIFICATION BEGAN FEBRUARY 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUFF/LUGG AT 1-866-672-5592." -03/20/2002,02E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E015000),"Meritor, Inc.","ARVINMERITOR/12 1/4"" Q BRAKE SHOE ASSEMBLY","SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,537,"EQUIPMENT DESCRIPTION: MERITOR BRAND 12 1/4"" ""Q"" BRAKE SHOE ASSEMBLIES INSTALLED ON ARVINMERITOR TRAILER AXLES MANUFACTURED FROM DECEMBER 17, 2001, THROUGH JANUARY 28, 2002. THE AFFECTED BRAKE SHOES BEAR LOT STAMP NUMBERS 501031, 501034, AND 501070. THE WELDS ATTACHING THE BRAKE SHOE WEB TO ITS TABLE DID NOT PENETRATE THE METAL COMPLETELY.","AS A RESULT, THE TABLE COULD SEPARATE FROM THE WEB, THEREBY REDUCING THE OVERALL BRAKING CAPABILITIES OF THE TRAILER, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND REPLACE THE BRAKE SHOES FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR CVS CUSTOMER SERVICE AT 800-535-5560." -03/20/2002,02V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V087000),FREIGHTLINER LLC,FREIGHTLINER/CAPACITOR,ELECTRICAL SYSTEM,FL-393,Vehicle,30000,"ON CERTAIN TRUCKS, A CAPACITOR IN THE POWER LINE CONTROL (PLC) FILTER COULD OVERHEAT AND/OR IGNITE WHEN SUBJECTED TO REVERSE POLARITY ELECTRICAL SPIKES.",THIS COULD CAUSE AN ELECTRICAL FIRE IN THE AREA OF THE PLC FILTER WITHOUT PRIOR WARNING.,"DEALERS WILL DISCONNECT AND SECURE THE PLC FILTER GROUND WIRE. OWNER NOTIFICATION BEGAN SEPTEMBER 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/20/2002,02V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V077000),FREIGHTLINER LLC,FREIGHTLINER/IDLE SYSTEM,VEHICLE SPEED CONTROL,FL-391,Vehicle,97,CERTAIN HEAVY DUTY TRUCKS CONVERTED FROM SLEEPERCABS TO DAY CABS AND EQUIPPED WITH A DETROIT DIESEL OPTIMIZED IDLE SYSTEM. THE IDLE SYSTEM WAS NOT COMPLETELY DISABLED IN THE CAB CONVERSION PROCESS.,"THIS CAN RESULT IN UNINTENTIONAL ENGINE STARTING, INCREASING THE RISK OF A CRASH.","DEALERS WILL COMPLETELY DISABLE THE OPTIMIZED IDLE SYSTEM. OWNER NOTIFICATION BEGAN APRIL 3, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/20/2002,02V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V085000),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/COOLING FAN,ENGINE AND ENGINE COOLING,VON 49,Vehicle,4800,"ON CERTAIN SCHOOL BUSES, MISALIGNMENT OF THE FAN DRIVE SYSTEM COMPONENTS CAN CAUSE PREMATURE BELT AND PULLEY BEARING WEAR.","IF THE SCHOOL BUS IS DISABLED BY A COOLING SYSTEM FAILURE AND IS STALLED ON THE SIDE OF THE ROAD, AN INCREASED RISK OF A CRASH RESULTING IN INJURY TO A SCHOOL BUS OCCUPANT COULD OCCUR.","DEALERS WILL REPLACE THE FAN BELT, IDLER PULLEY, AND BELT TENSIONER AND THE PULLEY'S LASER WILL BE ALIGNED. OWNER NOTIFICATION BEGAN JUNE 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/20/2002,02V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V092000),HART TRAILERS,HART/HORSE TRAILER SAFETY CABLE,TRAILER HITCHES,NR (Not Reported),Vehicle,428,"ON CERTAIN BUMPER-PULL HORSE TRAILERS, THE SAFETY CABLES, USED TO MAINTAIN A CONNECTION BETWEEN THE TRAILER AND TOW VEHICLE, ARE NOT EQUIPPED WITH THIMBLES AND THUS DO NOT CONFORM TO SAE J684.","THE CABLE COULD FAIL ALLOWING THE TRAILER/TOW VEHICLE TO SEPARATE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL NEW SAFETY CABLES WITH THIMBLES, WHICH CONFORM TO SAE J684. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HART AT 1-888-810-4278." -03/20/2002,02V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V078000),Mazda North American Operations,MAZDA/FMVSS 120/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,14000,"CERTAIN MINI VANS FAIL TO COMPLY TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" AN INCORRECT GROSS AXLE WEIGHT RATING (GAWR) WAS INDICATED ON THE CERTIFICATION LABEL.",,"OWNERS WILL BE MAILED ACCURATE CERTIFICATION LABELS AND INSERTS FOR THE OWNER'S MANUAL. OWNER NOTIFICATION BEGAN JUNE 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -03/19/2002,02V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V063000),"AERO COACH, INC.",AERO COACH/ELECTRICAL WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,878,"ON CERTAIN TRAVEL TRAILERS, THE ELECTRICAL WIRING INSTALLED IN THE REAR OF THE REFRIGERATOR COMPARTMENT COULD CONTACT THE TOP METAL FINS OF THE REFRIGERATOR CONDENSER COIL. THE HEATING COIL AND FINS COULD REACH TEMPERATURES THAT APPROACH THE TEMPERATURE RATING OF THE WIRING, AND THE METAL FINS HAVE SHARP EDGES THAT COULD CUT OR ABRADE THE SHEATHING OF THE WIRING.","THE MOVEMENT OF THE TRAILER, COMBINED WITH THE NORMAL REFRIGERATOR MOVEMENTS AND THE EFFECT OF THE HEAT, COULD CAUSE THE WIRING TO BE ABRADED, WEAR THROUGH THE WIRE INSULATION, AND CAUSE AN ELECTRICAL SHORT. IF SUCH SHORTING OCCURRED, A FIRE COULD RESULT.","DEALERS WILL REMOVE THE REFRIGERATOR, ADD A PROTECTIVE COVER TO THE WIRING, AND ANCHOR OR RE-ROUTE THE WIRING AWAY FROM THE REFRIGERATOR COIL. OWNER NOTIFICATION BEGAN MARCH 24, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AERO COACH AT 1-574-537-0700." -03/19/2002,02V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V089000),"Big Dog Motorcycles, LLC",BIG DOG/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1035,"ON CERTAIN MOTORCYCLES, THE FUEL TANKS MAY HAVE BEEN IMPROPERLY MOUNTED TO THE MOTORCYCLE. THIS CAN PUT UNNECESSARY STRESS ON THE TANK MOUNTING TABS, CAUSING THESE TABS TO FAIL, WITH THE POSSIBILITY OF FUEL SPILLAGE.","FUEL SPILLAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REMOVE THE TANKS, REPLACE THE MOUNTING GROMMETS AND RELATED HARDWARE, AND REMOUNT THE TANKS. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BIG DOG AT 1-316-267-2597." -03/19/2002,02V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V090000),"Big Dog Motorcycles, LLC",BIG DOG/FUEL VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,462,"ON CERTAIN MOTORCYCLES, A FUEL VALVE'S OUTLET NIPPLE, TO WHICH THE FUEL LINE ATTACHES, MAY PULL OUT OF THE FUEL VALVE, ALLOWING FUEL TO EXIT ONTO THE MOTOR AND PRIMARY DRIVE.","FUEL SPILLAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE FUEL (SHUT OFF) VALVE. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BIG DOG AT 1-316-267-2597." -03/19/2002,02V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V082000),Lamborghini (Automobili Lamborghini),LAMBORGHINI/STEERING COLUMN COUPLER,STEERING,NR (Not Reported),Vehicle,28,"ON CERTAIN PASSENGER VEHICLES, THE LOWER STEERING COLUMN SHAFT COUPLING MAY HAVE BEEN INSTALLED ONTO THE INPUT SHAFT OF THE STEERING RACK WITH TOO MUCH CLEARANCE BETWEEN THE BOTTOM OF THE COUPLING AND THE STEERING RACK INPUT SHAFT HOUSING.","AS A RESULT, THE LOWER STEERING COLUMN SHAFT COUPLING COULD SEPARATE FROM THE INPUT SHAFT OF THE STEERING RACK, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADJUST, IF NECESSARY, THE CLEARANCE BETWEEN THE LOWER STEERING COLUMN SHAFT COUPLING AND THE STEERING RACK INPUT SHAFT HOUSING, AND RE-TIGHTEN THE COUPLING LOCKING BOLT. OWNER NOTIFICATION BEGAN APRIL 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LAMBORGHINI AT 1-781-788-0600." -03/18/2002,02V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V088000),"BMW of North America, LLC",BMW/REAR BRAKE ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,799,"ON CERTAIN PASSENGER VEHICLES, A PROBLEM IN THE MANUFACTURING PROCESS OF THE REAR BRAKE ROTORS MAY HAVE RESULTED IN THE CREATION OF A CRACK WHERE THE BRAKE DISC AND THE PARKING BRAKE DRUM MEET. FURTHER CRACKING OF THE ROTOR COULD OCCUR DUE TO BRAKING TORQUE WHEN THE VEHICLE IS DRIVEN AND THE BRAKES ARE APPLIED. THE BRAKE DRUM, CONNECTED TO THE WHEEL HUB, WOULD COMPLETELY SEPARATE FROM THE DISC.","IF THIS HAPPENED, THE WHEEL WOULD CONTINUE TO TURN, BUT THE DISC WOULD STOP, AND THERE WOULD BE NO BRAKING CAPACITY AT THAT WHEEL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH REAR BRAKE ROTORS. OWNER NOTIFICATION BEGAN MARCH 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -03/18/2002,02E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E016000),DANA CORPORATION,DANA SPICER/AXLES/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Equipment,8942,"EQUIPMENT DESCRIPTION: DANA SPICER TRAILER AXLE MODELS D22 AND P22 EQUIPPED WITH KOYO TAPERED WHEEL BEARINGS SUPPLIED BETWEEN DECEMBER 6, 2001, AND MARCH 1, 2002. PART NOS., INCLUDE HM 212049, HM 218248, AND HM 518445. THE TRAILER AXLE BEARINGS ARE HARDER THAN NORMAL AND COULD FRACTURE.","SUCH A FRACTURE OF THE WHEEL END COULD RESULT IN LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DANA WILL NOTIFY ITS CUSTOMERS AND REPLACE THE WHEEL BEARING FREE OF CHARGE. DANA HAS NOT YET PROVIDED THE AGENCY WITH A REMEDY SCHEDULE AS OF YET. -03/18/2002,02E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E013000),EXPLORER COMPETITION PRODUCTS,EXPLORER PROCOMP/AFTERMARKET A-ARM KITS,SUSPENSION,NR (Not Reported),Equipment,518,"EQUIPMENT DESCRIPTION: EXPLORER PROCOMP UPPER CONTROL / A-ARM KITS (SUSPENSION PARTS) MANUFACTURED BETWEEN AUGUST 1, 2000, AND MARCH 15, 2002, PART NOS. 6110 AND 6210, FOR USE AS AFTERMARKET SUSPENSION KITS FOR MODERATE TO HEAVY OFF ROAD USE FOR GENERAL MOTORS AND FORD LIGHT TRUCK VEHICLES. THE CORNER OF THE BALL JOINT MOUNTING PLATE IN THE CONTROL / A-ARM ASSEMBLY MAY CRACK OR FRACTURE.","IF THE BALL JOINT MOUNTING PLATE / CONTROL / A-ARM ASSEMBLY BREAKS WITHOUT WARNING, THE DRIVER MAY BE UNABLE TO CONTROL THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","EXPLORER PROCOMP WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EXPLORER PROCOMP AT 800-776-0767." -03/18/2002,02V071003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V071003),"Gillig, LLC",GILLIG/VANNER/ BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2113,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS, THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.","WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",DEALERS WILL INSPECT THE BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GILLIG AT 1-510-785-1500 OR VANNER AT 1-800-227-6937. -03/18/2002,02E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E018000),"Allison Transmission, Inc.",GM/ALLISON TRANSMISSION/TRANSMISSION CHECK LIGHT,POWER TRAIN,NR (Not Reported),Equipment,28,"EQUIPMENT DESCRIPTION: THE ""CHECK TRANSMISSION"" LIGHT IN CERTAIN ALLISON MD WORLD TRANSMISSIONS, A DIVISION OF THE GENERAL MOTORS CORPORATION, WAS INCORRECTLY CALIBRATED INTO THE ELECTRONIC CONTROL UNIT (ECU). THESE TRANSMISSION WERE INSTALLED ON CERTAIN INTERNATIONAL NGV 4000 / 7000 SERIES TRUCKS. THE ""CHECK TRANSMISSION"" LIGHT INDICATES TO THE DRIVER THAT THE TRANSMISSION IS NOT FULLY OPERATIONAL, AND THAT IT SHOULD BE REPAIRED IMMEDIATELY. IN THOSE INSTANCES THAT THE ""CHECK TRANSMISSION"" LIGHT WOULD NORMALLY BE ILLUMINATED AS A RESULT OF A PROBLEM THAT PREVENTS DIRECTION CHANGES (SUCH AS SHIFT SELECTOR MALFUNCTION) THE DRIVER MAY NOT BE ADEQUATELY AWARE OF THE PROBLEM.","THE DRIVER MAY INADVERTENTLY HAVE THE VEHICLE MOVE IN A DIRECTOR OPPOSITE TO HIS INTENTION WHICH COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN SERIOUS INJURY.","ALLISON WILL NOTIFY ITS CUSTOMERS AND RECALIBRATE THE TRANSMISSION ECU FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLISON CUSTOMER ASSISTANCE CENTER AT 800-524-2303." -03/18/2002,02C014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C014000),"Graco Children's Products, Inc.",GRACO/MISSING HOOKS,CHILD SEAT,NR (Not Reported),Child Seat,918930,"EQUIPMENT DESCRIPTION: GRACO SNUGRIDE INFANT CAR SEATS, MODEL NOS. 7493G9, 7493RS, 7497HL, 7497SY, 7499LK, 7499N2, 841101, 841102, 841103, 841203, 8412T02, 8457D5, 8457DVB, 8457F3, 8457GP, 8457IND, 8457MA, 8457MV, 8457RG, 8457TMJ, 8457TMP, 8457YL, 8458A5, 8458AE, 8458B7, 8458D8, 8458FKB, 8458HE, 8458HH, 8458KY, 8458N5, 8459VL, 8460LV, 8462HAV, 8462JAM, 8471UVB, 8472BLW, 8472BRN, 8472CYP, 8472GMP, 8472MAD, 8472YL, 8474HAB, 8474MEL, 8476VIN, 8477HAV, 8477JAM, 8477NGS, 8478SAR, MANUFACTURED BETWEEN AUGUST 31, 1999, AND FEBRUARY 28, 2002. THESE SEATS MAY BE MISSING COMPONENTS ON THE BASE OR THE CARRIER SHELL. THE COMPONENTS ARE 1 OR 2 METAL HOOKS AND THEIR RETAINER PINS ON THE BASE, OR THE MATING ""U"" SHAPED BARS ON THE CARRIER SHELL THAT ARE USED TO ATTACH THE CARRIER TO THE BASE. PLEASE NOTE: ALL AFFECTED MODEL NUMBERS MAY ALSO BEGIN WITH THE LETTER ""A"". A MODEL NUMBER LISTED, BUT BEGINNING WITH AN ADDITIONAL ""A"" IS ALSO INCLUDED IN THE RECALLED SEATS.","IF THE HOOKS, PINS OR ""U"" BARS ARE MISSING, THE CARRIER MAY NOT BE SECURELY ATTACHED TO THE BASE. IN THE EVENT OF A SUDDEN STOP OR CRASH, THE CARRIER COULD DETACH FROM THE BASE, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","GRACO WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT SEAT OR BASE FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 19, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GRACO CENTURY AT 1-800-345-4109." -03/15/2002,02V098002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V098002),Crane Carrier Company,CRANE/TELEFLEX MORSE/ELECTRIC FLOOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,,"ON CERTAIN VEHICLES EQUIPPED WITH TELEFLEX MORSE ELECTRIC FLOOR PEDALS. UNDER HEAVY USE, ONE OF THE PEDAL DUAL RETURN-SPRING ARMS ON THE FLOOR-MOUNTED ELECTRIC PEDALS MAY FAIL. A FAILURE COULD CAUSE THE VEHICLE TO ACCELERATE UNEXPECTEDLY.","UNEXPECTED ACCELERATION COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",TELEFLEX MORSE WILL NOTIFY CUSTOMERS TO RETURN THE DEFECTIVE ELECTRIC FOOT PEDALS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TELEFLEX MORSE AT 1-330-425-7329 OR CRANE AT 1-918-836-1651. -03/15/2002,02V004003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004003),Eldorado National-Kansas,ELDORADO/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,13,ON CERTAIN BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.,"IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION AND REMEDY WILL BE HANDLED BY WILLIAMS CONTROL. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROL AT 1-503-684-8600 OR ELDORADO AT 1-909-628-5580. -03/14/2002,02V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V080000),Honda (American Honda Motor Co.),HONDA/AIR BAG INFLATOR MODULE,AIR BAGS,NR (Not Reported),Vehicle,2900,"ON CERTAIN PASSENGER VEHICLES, A COMPONENT IN THE INFLATOR OF SOME PASSENGER AIR BAG MODULES WAS NOT WELDED PROPERLY.","AS A RESULT, THE AFFECTED AIR BAGS MAY NOT DEPLOY CORRECTLY IN A CRASH, INCREASING THE RISK OF INJURY TO A FRONT SEAT PASSENGER.","DEALERS WILL REPLACE THE PASSENGER AIR BAG MODULE. OWNER NOTIFICATION BEGAN APRIL 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009 OR ACURA AT 1-800-382-2238." -03/13/2002,02V059003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V059003),"Champion Bus, Inc.",CHAMPION/VAPOR/DOOR PANEL ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,181,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS, DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","UNDER THESE CONDITIONS, IF THE PANEL IS SEPARATING OR HAS SEPARATED, A PASSENGER COULD FALL FROM THE BUS ONTO THE ROADWAY, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",VAPOR WILL NOTIFY CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS FREE OF CHARGE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300 OR CHAMPION AT 1-810-724-6474. -03/13/2002,02V045001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V045001),COUNTRY COACH INC,COUNTRY COACH/PREVOST/INADVERTENT SLIDE-OUT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,32,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST CHASSIS AND EQUIPPED WITH SLIDE-OUT ROOMS, THE MICROPROCESSOR THAT CONTROLS THE SLIDE-OUT OPERATION GENERATES A FALSE SITUATION WHICH TELLS THE SLIDE-OUT MECHANISM TO OPERATE. WHEN THIS HAPPENS, A SECTION OF THE MOTOR HOME EXTENDS OUT BY UP TO 30 INCHES.","THIS CAN OCCUR WHILE THE VEHICLE IS IN MOTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD AN EXTERNAL PROTECTION CONTROLLED BY A MANUAL COMMAND. IN ADDITION, AN INSTRUCTION DESCRIBING HOW TO DEACTIVATE THE SLIDE-OUT MOTOR WILL BE INCLUDED IN THE NOTICE TO CUSTOMERS. THIS WILL ELIMINATE THE RISK BEFORE THE REMEDY IS PERFORMED. PREVOST IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432 OR COUNTRY COACH AT 1-800-547-8015." -03/12/2002,02E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E012000),FEDERA-MOGUL CORPORATION,FEDERAL MOGUL/BRAKE MASTER CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,71490,"EQUIPMENT DESCRIPTION: FEDERAL-MOGUL AFTERMARKET BRAKE MASTER CYLINDERS WITH THE QUICK TAKE-UP VALVE DESIGN MANUFACTURED FROM JANUARY 2, 1998, THROUGH MARCH 12, 2002, SOLD FOR USE ON LIGHT TRUCKS AND PASSENGER VEHICLES. THESE BRAKE MASTER CYLINDERS MAY NOT HAVE THE SNAP RING PROPERLY INSTALLED IN THE ASSEMBLY. IN SUCH CASES, AS PRESSURE IS APPLIED TO THE QUICK TAKE-UP VALVE VIA APPLICATION OF THE BRAKES, THE VALVE CAN BECOME DISENGAGED INSIDE THE MASTER CYLINDER CAST HOUSING. WHEN DISENGAGED, THE VALVE CAN APPLY PRESSURE TO THE MASTER CYLINDER'S PLASTIC BRAKE FLUID RESERVOIR, WHICH IS NESTED IN A METAL CAST HOUSING. IF THE RESERVOIR BECOMES PARTIALLY DETACHED FROM THE CAST HOUSING, A RAPID LEAKAGE OF BRAKE FLUID OCCURS WHEN THE BRAKE PEDAL IS APPLIED.","IN THE EVENT OF AN EMERGENCY SITUATION, THE FRONT BRAKES MAY BECOME INEFFECTIVE HENCE SIGNIFICANT RELIANCE ON THE REAR BRAKES FOR STOPPAGE MAY BE NECESSARY, WHICH COULD RESULT IN A VEHICLE CRASH.","FEDERAL MOGUL WILL NOTIFY ITS CUSTOMERS AND REPLACE THE PART FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL MOGUL AT 1-877-489-6659." -03/12/2002,02V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V079000),"Subaru of America, Inc.",SUBARU/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1252,"ON CERTAIN PASSENGER VEHICLES, THE BRAKE MASTER CYLINDERS MAY NOT FUNCTION PROPERLY IN AMBIENT TEMPERATURES BELOW FREEZING 32 DEGREES FAHRENHEIT AND LOWER).","AT THESE TEMPERATURES, THE BRAKES MAY NOT RELEASE AFTER BEING APPLIED, EVEN WHEN THE DRIVER'S FOOT IS NO LONGER ON THE BRAKE PEDAL. THIS CAN OCCUR WITHOUR PRIOR WARNING, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE MASTER CYLINDERS. OWNER NOTIFICATION BEGAN MARCH 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -03/11/2002,02V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V073000),Ford Motor Company,FORD/ELECTRIC VEHICLES/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",02S35,Vehicle,735,"ON CERTAIN ELECTRIC VEHICLES, THE BRAKE MASTER CYLINDER PUSHROD, WHICH CONNECTS THE BRAKE PEDAL TO THE MASTER CYLINDER, COULD FRACTURE.",FRACTURE OF THE PUSHROD WOULD RESULT IN THE LOSS OF THE SERVICE BRAKES. DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER PUSHROD.,"DEALERS HAVE BEEN NOTIFIED TO STOP SALE OF THESE VEHICLES UNTIL THE PUSHROD HAS BEEN REPLACED. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -03/11/2002,02V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V068000),Ford Motor Company,FORD/PARKING BRAKE CABLE BUTTON,PARKING BRAKE,02S34,Vehicle,51846,"ON CERTAIN PICKUP TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS, FAILURE OF THE FRONT PARKING BRAKE CABLE INPUT BUTTON COULD RESULT IN FAILURE OF THE PARKING BRAKE SYSTEM TO HOLD THE VEHICLE STATIONARY.",THIS COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH.,"DEALERS WILL REPLACE THE FRONT PARKING BRAKE CABLE AND THE CONTROLLER AND VERIFY THE PERFORMANCE OF THE PARKING BRAKE SYSTEM. OWNER NOTIFICATION BEGAN APRIL 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -03/11/2002,02V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V072000),Ford Motor Company,FORD/TRAILER-TOW CONNECTOR,TRAILER HITCHES,02S33,Vehicle,417037,"IN SOME MINIVANS, WATER AND OTHER CONTAMINANTS (DIRT, SALT, ETC.) CAN ENTER INTO THE RIGHT REAR PASSENGER COMPARTMENT DUE TO A MISSING BODY SEALER.","THIS COULD CAUSE A SHORT CIRCUIT IN THE ELECTRICAL CONNECTOR AT THE REAR WIRE HARNESS. A SHORT CIRCUIT CAN LEAD TO MALFUNCTIONS OF THE REAR LIGHTING SYSTEM, REVERSE PARK-AID SYSTEM, OR TRAILER TOW ELECTRICAL SYSTEM. A SUSTAINED SHORT CIRCUIT CAN RESULT IN MELTED CONNECTORS AND POTENTIALLY LEAD TO A FIRE.","DEALERS WILL INSPECT THE ELECTRICAL CONNECTOR AND SURROUNDING AREA FOR ABSENCE OF BODY SEALING AND CORROSION. IF CORROSION IS PRESENT, DEALERS WILL SERVICE THE BODY GAPS, REPAIR CORRODED CONNECTORS, AND APPLY A PROTECTIVE PATCH TO THE CONNECTOR ASSEMBLY AND BODY HOLE. IF CORROSION IS NOT PRESENT BUT THE BODY SEALER IS MISSING, DEALERS WILL SERVICE THE BODY GAPS AND APPLY A PROTECTIVE PATCH TO THE CONNECTOR ASSEMBLY AND BODY HOLE. OWNER NOTIFICATION BEGAN APRIL 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -03/11/2002,02V074002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V074002),"General Motors, LLC",GM/REAR AXLE HUB ASSEMBLY BOLT,POWER TRAIN,02010,Vehicle,2701,"ON CERTAIN TWO-WHEEL DRIVE (2WD) PASSENGER VEHICLES, IT IS POSSIBLE FOR THE BOLTS THAT JOIN THE REAR BRAKE AND HUB ASSEMBLY TO THE REAR AXLE CARRIER TO BE LOOSE DUE TO INSUFFICIENT TIGHTENING DURING THE ASSEMBLY PROCESS.","IF THE VEHICLE IS OPERATED IN THIS CONDITION, ONE OR MORE OF THE FOUR BOLTS COULD COME LOOSE, CAUSING AN ABNORMAL NOISE FROM THE REAR AXLE AREA. IN THE EVENT THAT ALL FOUR BOLTS LOOSEN COMPLETELY, SEPARATION OF THE REAR BRAKE AND HUB ASSEMBLY FROM THE REAR AXLE CARRIER COULD OCCUR, WHICH COULD LEAD TO A LOSS OF VEHICLE CONTROL.","DEALERS WILL PROPERLY TIGHTEN THE BOLTS. OWNER NOTIFICATION BEGAN MARCH 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PONTIAC AT 1-800-762-2737." -03/11/2002,02V074001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V074001),Toyota Motor Engineering & Manufacturing,TOYOTA/REAR AXLE HUB ASSEMBLY BOLT,POWER TRAIN,20B,Vehicle,8483,"ON PASSENGER VEHICLES WITH VEHICLE IDENTIFICATION NUMBERS (VIN) STARTING WITH 1NX ONLY AND BUILT FROM JANUARY 8 THROUGH FEBRUARY 13, 2002, IT IS POSSIBLE FOR THE BOLTS THAT JOIN THE REAR BRAKE AND HUB ASSEMBLY TO THE REAR AXLE CARRIER TO BE LOOSE DUE TO INSUFFICIENT TIGHTENING DURING THE ASSEMBLY PROCESS.","IF THE VEHICLE IS OPERATED IN THIS CONDITION, ONE OR MORE OF THE FOUR BOLTS COULD COME LOOSE, CAUSING AN ABNORMAL NOISE FROM THE REAR AXLE AREA. IN THE EVENT THAT ALL FOUR BOLTS LOOSEN COMPLETELY, SEPARATION OF THE REAR BRAKE AND HUB ASSEMBLY FROM THE REAR AXLE CARRIER COULD OCCUR, WHICH COULD LEAD TO A LOSS OF VEHICLE CONTROL.","DEALERS WILL PROPERLY TIGHTEN THE BOLTS. OWNER NOTIFICATION BEGAN MARCH 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -03/08/2002,02V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V075000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/IGNITION SWITCH,ELECTRICAL SYSTEM,B07,Vehicle,95000,"ON CERTAIN SPORT UTILITY VEHICLES, WATER AND IMPURITIES CAN ENTER INTO THE IGNITION SWITCH, CAUSING A SHORT CIRCUIT.",THIS COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL REPLACE THE IGNITION SWITCH WITH A REDESIGNED SWITCH. OWNER NOTIFICATION BEGAN APRIL 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/08/2002,02V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V076000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT,SEAT BELTS,B09,Vehicle,545311,"ON CERTAIN MINIVANS, SOME TRIM MATERIAL CAN LOOSEN AND DROP INTO THE REAR OUTBOARD SEAT BELT ASSEMBLY, CAUSING THE SEAT BELT TO BECOME INOPERATIVE.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL REPLACE THE TRIM WITH FOAM BLOCKERS AND INSPECT AND REPLACE ALL 3RD ROW SEAT BELT ASSEMBLIES. OWNER NOTIFICATION BEGAN JUNE 3, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/06/2002,02E017001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E017001),DANA CORPORATION,DANA/TRW TIE ROD ENDS,SUSPENSION,NR (Not Reported),Equipment,5306,"EQUIPMENT DESCRIPTION: E-1320-I AXLE APPLICATIONS (13,000 LBS) EQUIPPED ON KENWORTH AND FREIGHTLINER HEAVY VEHICLES. CERTAIN TRW TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING DANA'S CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA CORPORATION AT 419-585-4500 OR TRW CUSTOMER SERVICE AT 1-866-280-3287. -03/06/2002,02V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V069000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BATTERY DISCONNECT SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,123,"THESE MOTOR HOMES ARE WIRED IN SUCH A MANNER THAT THE VEHICLE OPERATOR MUST ENSURE THAT THE BATTERY DISCONNECT SWITCH IS IN THE ""USE"" POSITION TO ACTIVATE REAR CAP TAIL LAMPS, STOP LAMPS, BACKUP LAMPS, TURN SIGNAL LAMPS, AND CLEARANCE LAMPS.","OPERATION OF THE MOTOR HOME WITHOUT THESE LAMPS MAKES THE MOTOR HOME LESS VISIBLE AND DOES NOT SIGNAL TURN, BACKUP, OR BRAKING ACTIONS OF THE MOTOR HOME, INCREASING THE RISK OF A CRASH.","DEALERS WILL REWIRE THE MOTOR HOME SO THAT THE AFFECTED REAR CAP LAMPS REMAIN ENERGIZED WHENEVER THE CHASSIS ENGINE IS RUNNING. OWNER NOTIFICATION BEGAN MARCH 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -03/06/2002,02V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V070000),"General Motors, LLC",GM/IGNITION SWITCH,ELECTRICAL SYSTEM,02008,Vehicle,1589948,"ON CERTAIN PASSENGER VEHICLES. IF THE ENGINE FAILS TO START AND THE DRIVER HOLDS THE KEY IN THE ""START"" POSITION FOR AN EXTENDED PERIOD, HIGH CURRENT FLOWS THROUGH THE IGNITION SWITCH, AND SOMETIMES PRODUCES ENOUGH HEAT TO MELT INTERNAL SWITCH PARTS.","IF THE SWITCH IS DAMAGED, A FIRE COULD OCCUR IN THE STEERING COLUMN, EVEN WITH THE ENGINE OFF AND THE KEY REMOVED.","DEALERS WILL INSTALL A RELAY KIT IN THESE VEHICLES TO PREVENT HIGH CURRENT FROM FLOWING THROUGH THE IGNITION SWITCH. OWNER NOTIFICATION BEGAN MARCH 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, BUICK AT 1-800-521-7300, OR OLDSMOBILE AT 1-800-442-6537." -03/06/2002,02V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V067000),"General Motors, LLC",GM/STEERING GEAR BOLTS,STEERING,02009,Vehicle,249,"CERTAIN PASSENGER VEHICLES WERE BUILT WITH MISSING OR UNDER-TORQUED STEERING GEAR ATTACHMENT BOLTS. IF A BOLT IS MISSING, THE DRIVER MAY NOTICE UNEVEN STEERING RESPONSE OR UNUSUAL NOISES DURING TURNS.","IF THE LEFT BOLT IS MISSING AND THE RIGHT MOUNTING STRAP FAILS, STEERING CONTROL IS LOST AND A VEHICLE CRASH COULD RESULT.","DEALERS WILL INSPECT THE VEHICLES FOR PRESENCE AND PROPER TORQUE OF BOTH STEERING GEAR BOLTS. OWNER NOTIFICATION BEGAN APRIL 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUICK AT 1-800-521-7300 OR CADILLAC AT 1-800-458-8006." -03/06/2002,02E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E007000),TELEFLEX MORSE,TELEFLEX MORSE/ELECTRIC FLOOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1153,"EQUIPMENT DESCRIPTION: TELEFLEX MORSE ELECTRIC FLOOR PEDALS SHIPPED TO CUSTOMERS FROM JULY 2000 TO FEBRUARY 2002, PART NOS. 224300-001, 224320-001/004, AND 224690. UNDER HEAVY USE, ONE OF THE PEDAL DUAL RETURN-SPRING ARMS ON THE FLOOR-MOUNTED ELECTRIC PEDALS MAY FAIL. A FAILURE COULD CAUSE THE VEHICLE TO ACCELERATE UNEXPECTEDLY.","UNEXPECTED ACCELERATION COULD RESULT IN A VEHICLE CRASH, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","TELEFLEX MORSE WILL NOTIFY ITS CUSTOMERS TO RETURN THE DEFECTIVE ELECTRIC FOOT PEDALS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 5, 2002 . OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TELEFLEX MORSE AT 1-330-425-7329." -03/04/2002,02V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V065000),COUNTRY COACH INC,COUNTRY COACH/FRONT AIR SPRING PLATE,SUSPENSION,NR (Not Reported),Vehicle,40,"ON CERTAIN BUS CONVERSION MOTOR HOMES, THE SUPPORT PLATE MOUNTING HOLES WERE IMPROPERLY DRILLED ALLOWING CONTACT BETWEEN THE FRONT SHOCK ABSORBER DUST COVERS AND THE AIR SPRING PISTON. THE REPEATED MOTION OF THE SHOCK ABSORBER DUST COVER MAY FRACTURE THE AIR SPRING PISTON. CONTACT OF THE AIR SPRING BELLOWS WITH SHARP METAL EDGES OF THE FRACTURED PISTON COULD CAUSE PENETRATION OF THE BELLOWS LEADING TO SUBSEQUENT DEFLATION OF THE AIR SPRING.","SUDDEN AIR SPRING DEFLATION WILL CAUSE LOSS OF PROPER SUSPENSION RIDE HEIGHT AND PRODUCE DIFFICULTY WITH STEERING VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE EXISTING FRONT AIR SPRINGS, AND AIR SPRING ADAPTOR MOUNTING PLATES WITH RE-DESIGNED FULL SUPPORT PLATES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-547-8015." -03/04/2002,02V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V066000),"Saleen, Inc.",SALEEN/WHEELS,WHEELS,NR (Not Reported),Vehicle,632,"ON CERTAIN PASSENGER VEHICLES WITH BUMPER NUMBERS BETWEEN 00-760 TO 00-982 AND WITH BUMPER NUMBERS 01-228 TO 01-269, IMPROPER HEAT-TREATMENT OF THE WHEELS HAS OCCURRED. ONE OR MORE OF THE SPOKES ON THE WHEELS COULD CRACK.","THE WHEEL COULD SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF A CRASH. ALL WHEELS ARE MARKED ON THE INBOARD FLANGE WITH PRODUCTION DATES. THE WHEELS MARKED 7/13/00, 7/14/00, 12/7/00, 12/8/00, OR 12/9/00, ARE SUBJECT TO THIS RECALL.","DEALERS WILL INSPECT THE WHEELS FOR THE PRODUCTION DATE AND WILL REPLACE ALL AFFECTED WHEELS. OWNER NOTIFICATION BEGAN MAY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SALEEN AT 1-949-597-3837." -03/03/2002,02C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C004000),"Evenflo Company, Inc.",EVENFLO/SLIDE LOOP CONNECTORS,CHILD SEAT,NR (Not Reported),Child Seat,28312,"EQUIPMENT DESCRIPTION: TRIUMPH CONVERTIBLE CHILD RESTRAINTS MANUFACTURED FROM OCTOBER 20, 2001, THROUGH JANUARY 31, 2002 WITH THE MODEL NUMBER BEGINNING WITH THE NUMBER 264. THE SLIDE LOOP CONNECTORS (WHICH ACT AS A LINK IN THE INTERNAL HARNESS SYSTEM) MAY BE INSUFFICIENTLY STRONG ENOUGH TO FULLY SECURE THE OCCUPANT.","IN THE EVENT OF A VEHICLE CRASH, THE CHILD MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN SERIOUS INJURY.","EVENFLO WILL PROVIDE CUSTOMERS WITH A FREE REPAIR KIT ALONG WITH INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EVENFLO AT 1-800-233-5921 OR VISIT WWW.TRIUMPHCARSEAT.COM." -03/01/2002,02V059002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V059002),Eldorado National-Kansas,ELDORADO/VAPOR/DOOR PANEL ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,443,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS, DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","UNDER THESE CONDITIONS, IF THE PANEL IS SEPARATING OR HAS SEPARATED, A PASSENGER COULD FALL FROM THE BUS ONTO THE ROADWAY, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.",VAPOR WILL NOTIFY CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300 OR ELDORADO AT 1-909-591-9557. -03/01/2002,02V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V064000),Utilimaster Corporation,UTILIMASTER/SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,11418,"ON CERTAIN WALK-IN VANS EQUIPPED WITH SEAT BELT BUCKLES MANUFACTURED BY INDIANA MILLS & MANUFACTURING INC., AFTER REPEATED FLEXING, THE CABLE CAN FATIGUE AND FRAY AT THE POINT WHERE IT IS CRIMPED TO THE BUCKLE.","THE BUCKLE COULD DETACH FROM THE CABLE, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT IN A CRASH.","DEALERS WILL REPLACE THE SEAT BELT BUCKLE. OWNER NOTIFICATION BEGAN APRIL 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UTILIMASTER AT 1-800-582-3454." -02/27/2002,02V061001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V061001),PACCAR Incorporated,PACCAR/DANA SPICER/TANDEM DRIVE AXLE,SUSPENSION,02KW3,Vehicle,116,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH REPLACEMENT DANA SPICER TANDEM DRIVE AXLE MODELS DS463 AND DS521, INSTALLED ON VEHICLES FROM MAY 1, 2001 THROUGH FEBRUARY 1, 2002, AN UNDERSIZED ATTACHMENT WELD MAY FRACTURE WITHOUT WARNING.",THE LOSS OF THIS ATTACHMENT TO THE VEHICLE CHASSIS CAN ADVERSELY AFFECT VEHICLE HANDLING OR DRIVER CONTROL.,"DANA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. THE DEALERS WILL REMOVE THE SUSPECT BRACKET, INSPECT THE AXLE HOUSING, AND REWELD THE BRACKET TO THE AXLE HOUSING. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA AT 616-567-1088 OR KENWORTH AT 425-828-5440." -02/26/2002,02V071001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V071001),"VAN HOOL, N.V. (*)",VAN HOOL/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,865,"ON CERTAIN TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS, THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.","WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",VANNER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED BY VANNER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER AT 1-800-227-6937 OR VAN HOOL/ABC COACH AT 407-656-7977. -02/25/2002,02T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T003000),Cooper Tire & Rubber Co.,COOPER/LOWER SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,32755,"TIRE DESCRIPTION: COOPER DISCOVERER H/T, DISCOVERER A/T, MASTERCRAFT COURSER A/T, MASTERCRAFT COURSER HTR, AVON RANGER A-T, HERCULES TERRA TRAC TOURING LTD, FUTURA DAKOTA H/T, AND FUTURA ADVENTURER H/T TIRES SIZE P235/75R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN NOVEMBER 25, 2001, AND JANUARY 5, 2002. SOME OF THESE TIRES MAY EXHIBIT LOWER SIDEWALL CRACKING.","WHEN THIS CONDITION EXISTS, OVER TIME IT COULD RESULT IN ACCELERATED AIR LOSS. LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRAURY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -02/22/2002,02V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V062000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 121/AIR BRAKE CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,"CERTAIN BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS."" THESE BUSES DO NOT HAVE A CHECK VALVE BETWEEN THE WET TANK AND THE SECONDARY TANK.",THE ABSENCE OF A CHECK VALVE COULD CAUSE INCREASED STOPPING DISTANCES.,"DEALERS WILL ADD A CHECK VALVE. THE UNITS AFFECTED ARE ONLY IN THE STATE OF WASHINGTON. OWNER NOTIFICATION BEGAN MAY 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -02/19/2002,02V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V057000),"BMW of North America, LLC",BMW/FRONT STRUT,SUSPENSION,NR (Not Reported),Vehicle,4672,"ON CERTAIN PASSENGER VEHICLES, DURING THE STRUT MOUNT MANUFACTURING PROCESS, THE THRUST BEARING WAS NOT PROPERLY POSITIONS AND SECURED. IF THE SUSPENSION IS FULLY UNLOADED, THE FRONT STRUT COULD SEPARATE FROM THE UPPER MOUNT.","THIS COULD AFFECT VEHICLE HANDLING AND CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH FRONT SPRING STRUT UPPER MOUNTS. OWNER NOTIFICATION BEGAN MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -02/19/2002,02E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E003000),DANA CORPORATION,DANA SPICER/TANDEM DRIVE AXLE,SUSPENSION,NR (Not Reported),Equipment,294,"DANA SPICER TANDEM DRIVE AXLE MODELS DS463 AND DS521 EQUIPPED WITH DANA WELDED SUSPENSION BRACKETS FOR USED WITH CHALMERS SUSPENSION MANUFACTURED BETWEEN NOVEMBER 1, 1998, AND DECEMBER 31, 2001. AN UNDERSIZED ATTACHMENT WELD MAY FRACTURE WITHOUT WARNING.","THE WELD FRACTURE MAY RESULT IN A LOSS OF VEHICLE CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.","DANA WILL NOTIFY PACCAR/KENWORTH'S CUSTOMERS AND INSPECT AND REPAIR THE AXLE WELDS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA AT 419-535-4500." -02/19/2002,02V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V060000),"General Motors, LLC",GM/BRAKE PEDAL WELD,"SERVICE BRAKES, HYDRAULIC",02007/02C06,Vehicle,1509,"CERTAIN PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSAXLES WERE ASSEMBLED WITH AN INADEQUATE WELD AT THE BRAKE PEDAL PAD TO BRAKE PEDAL ACTUATOR ARM ASSEMBLY. DURING BRAKING, THE BRAKE PEDAL PAD COULD SEPARATE FROM THE BRAKE PEDAL ACTUATOR ARM.","IF THIS WERE TO OCCUR, THE DRIVER'S FOOT COULD BECOME DISLODGED FROM THE PEDAL RESULTING IN A LOSS OF BRAKE SYSTEM APPLICATION AND A VEHICLE CRASH COULD OCCUR.","DEALERS WILL INSPECT AND IF NECESSARY REPLACE THE BRAKE PEDAL ASSEMBLY. OWNER NOTIFICATION BEGAN FEBRUARY 19, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SATURN AT 1-800-553-6000, PROMPT #3." -02/15/2002,02V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V053000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/INADVERTENT VEHICLE MOVEMENT,POWER TRAIN,B02,Vehicle,1620000,"ON CERTAIN SPORT UTILITY VEHICLES, IF A DRIVER HAS NOT PLACED THE SHIFTER LEVER FULLY INTO THE ""PARK"" POSITION AND LEAVES THE VEHICLE RUNNING, THE VEHICLE MAY UNEXPECTEDLY MOVE REARWARD AFTER SEEMING TO BE STABLE.",INADVERTENT MOVEMENT OF THE VEHICLE COULD RESULT IN A CRASH.,"DEALERS WILL INSTALL A SECONDARY DETENT SYSTEM TO THE FLOOR SHIFTER ASSEMBLY. DAIMLERCHRYSLER SENT INTERIM NOTICES TO OWNERS CONCERNING THIS PROBLEM ON MARCH 22, 2002. OWNER NOTIFICATION BEGAN SEPTEMBER 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/15/2002,02V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V055000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",02502,Vehicle,2678,"ON CERTAIN SCHOOL BUSES, GALVANIC CORROSION ON THE DIE CAST ADAPTER PLATE CAUSES DISTORTION OF THE WAGON WHEEL SEALS THAT ARE MOUNTED ON THE ADAPTER PLATE. IF THE SEALS BECOME DISTORTED, THE TIPPER VALVES CANNOT PROPERLY SEAT AGAINST THE WAGON WHEEL SEALS. IF THE TIPPER VALVES CANNOT SEAT COMPLETELY, THE FLUID CAN BACK FLOW PAST THE VALVES TOWARDS THE RESERVOIR AND CREATE A PRESSURE LOSS FOR THE FRONT BRAKES, THE REAR BRAKES, OR BOTH.","THIS CONDITION CAN RESULT IN AN EXTENDED STOPPING DISTANCE WITHOUT WARNING TO THE DRIVER AND THE DRIVER MAY FEEL THE PEDAL FADE OR GO COMPLETELY TO THE FLOOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES AND THE MASTER CYLINDERS FOUND TO HAVE THE ORIGINAL DIE CAST ADAPTER PLATE DESIGN WILL BE REPLACED. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -02/15/2002,02V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V054000),"Navistar, Inc.",INTERNATIONAL/REAR AIR SUSPENSION,SUSPENSION,02501,Vehicle,1442,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH IROS REAR AIR SUSPENSIONS, DURING ASSEMBLY, FOUR BOLTS AND NUTS HOLDING THE MAIN SUPPORT MEMBER BUSHING BAR PINS TO THE MAIN SUPPORT MEMBER HANGERS WERE INCORRECTLY TIGHTENED.",THE NUTS COULD WORK LOOSE OR FALL OFF ALLOWING THE BOLTS TO FATIGUE AND FAIL THE CONNECTION BETWEEN A MAIN SUPPORT MEMBER BUSHING AND FRAME HANGER. SEPARATION OF THE MAIN SUPPORT MEMBER ASSEMBLY FROM THE FRAME MOUNTED HANGER BRACKET COULD RESULT INCREASING THE RISK OF SUDDEN LOSS OF CONTROL OF THE VEHICLE.,"DEALERS WILL INSTALL FOUR NEW NUTS AND BOLTS AND TIGHTEN TO SPECIFICATION. OWNER NOTIFICATION BEGAN MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -02/15/2002,02V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V056000),"Nissan North America, Inc.",NISSAN/FLOOR MAT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,9640,"ON SOME PASSENGER VEHICLES EQUIPPED WITH A NISSAN-APPROVED ACCESSORY FLOOR MAT THAT WAS INSTALLED EITHER AT THE ASSEMBLY PLANT OR BY THE DEALER, DUE TO THE LENGTH OF THE DRIVER SIDE FLOOR MAT, A SMALL AMOUNT OF MAT MOVEMENT COULD CAUSE THE MAT TO INTERFERE WITH THE ACCELERATOR PEDAL AND NOT ALLOW THE PEDAL TO RELEASE AFTER IT IS DEPRESSED.","IF THIS OCCURS UNEXPECTEDLY, IT COULD LEAD TO A CRASH.","DEALERS WILL INSPECT THE DRIVER SIDE FLOOR MAT AND IF IT IS A NISSAN FLOOR MAT SUBJECT TO THIS RECALL, THE DEALER WILL REPLACE BOTH THE DRIVER AND PASSENGER SIDE FLOOR MATS. OWNER NOTIFICATION BEGAN MARCH 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -02/14/2002,02V059001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V059001),"NEW FLYER OF AMERICA, INC.",NEW FLYER/VAPOR/DOOR PANEL ADHESIVE,STRUCTURE,NR (Not Reported),Vehicle,1771,"ON CERTAIN LOW FLOOR TRANSIT BUSES EQUIPPED WITH ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS, DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","UNDER THESE CONDITIONS, IF THE PANEL IS SEPARATING OR HAS SEPARATED, A PASSENGER COULD FALL FROM THE BUS ONTO THE ROADWAY, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","VAPOR WILL NOTIFY CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300 OR NEW FLYER AT 1-204-224-1251." -02/13/2002,02V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V058000),"Mercedes-Benz USA, LLC",MERCEDES BENZ/TIRES,TIRES,NR (Not Reported),Vehicle,172,CERTAIN PASSENGER VEHICLES EQUIPPED WITH DUNLOP SP5000 TIRES. SOME OF THESE TIRES HAVE A SEPARATION AROUND THE ENTIRE CIRCUMFERENCE IN THE AREA OF THE SIDE WALL AND TREAD.,THIS COULD RESULT IN PREMATURE TIRE WEAR.,"DEALERS WILL INSPECT AND IF NECESSARY REPLACE THE DUNLOP TIRES WHICH EXHIBIT THIS DEFECT WHEN VISUALLY INSPECTED. ONLY DUNLOP TIRES IN WEEK 4901 WITH TIRE CODES 4909 OR 4917 ARE INVOLVED AND WILL BE REPLACED. OWNER NOTIFICATION BY TELEPHONE BEGAN FEBUARY 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -02/12/2002,01V304001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V304001),COUNTRY COACH INC,COUNTRY COACH/PREVOST/STEERING GEAR BOX SUPPORT,STEERING,NR (Not Reported),Vehicle,172,"VEHICLE DESCRIPTION: MOTOR HOMES. THE STEERING GEAR BOX IS MOUNTED ON A SUPPORT LOCATED UNDER THE DRIVER'S SEAT FLOOR. ON MOTOR HOME MODELS, THIS SUPPORT VARIES IN HEIGHT WITH THE OPTIONAL INTERIOR HEIGHT. WITH 83 AND 86 INCH HEIGHT OPTIONS, THE SUPPORT MAY BE OVERLOADED IN CERTAIN OPERATION CONDITIONS.","A CONTINUOUSLY FULLY LOADED VEHICLE THAT HAS TO MANEUVER IN TIGHT SPACE FREQUENTLY CAN DEVELOP STRESS CRACKS AT THE STEERING GEAR BOX SUPPORT. A LOSS OF CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL ADD A REINFORCEMENT TO THE STEERING SUPPORT. PREVOST IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 418-831-5432 OR COUNTRY COACH AT 1-800-547-8015. -02/12/2002,02V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V052000),"General Motors, LLC",GM/CLUTCH,POWER TRAIN,02006,Vehicle,1530,CERTAIN MEDIUM DUTY TILT CAB TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS HAVE A CONDITION IN WHICH THE CLUTCH MASTER-CYLINDER PUSHROD END THAT ATTACHES TO THE CLUTCH PEDAL PIN CAN WEAR PREMATURELY. THE FIRST NOTICEABLE EFFECT OF THIS WEAR COULD BE THE CLUTCH PEDAL NOT RETURNING COMPLETELY TO THE FULL-UP POSITION.,"IF THIS OCCURS, THE FAST-IDLE ENGINE SPEED CONTROL MAY NOT FUNCTION. IF THE CLUTCH MASTER-CYLINDER PUSHROD END WEARS SUFFICIENTLY TO ALLOW THE ATTACHING END TO BEND OPEN OR BREAK OFF, THE PEDAL PIN WOULD DETACH FROM THE CLUTCH ROD LINK AND THE CLUTCH WOULD ENGAGE. IF CLUTCH ENGAGEMENT OCCURRED WHILE THE VEHICLE WAS STOPPED, WITH THE ENGINE RUNNING AND THE TRANSMISSION IN GEAR, AND IF THE BRAKES WERE NOT APPLIED, THE VEHICLE COULD MOVE FORWARD IF THE TRANSMISSION WERE IN A FORWARD GEAR, OR REARWARD IF THE TRANSMISSION WERE IN A REVERSE GEAR.","DEALERS WILL INSTALL A NEW CLUTCH MASTER-CYLINDER ASSEMBLY AND CLUTCH PEDAL ASSEMBLY. OWNER NOTIFICATION BEGAN APRIL 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -02/12/2002,02V052001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V052001),Isuzu Motors Limited,ISUZU/CLUTCH,POWER TRAIN,NR (Not Reported),Vehicle,1368,CERTAIN MEDIUM DUTY TILT CAB TRUCKS EQUIPPED WITH MANUAL TRANSMISSIONS HAVE A CONDITION IN WHICH THE CLUTCH MASTER-CYLINDER PUSHROD END THAT ATTACHES TO THE CLUTCH PEDAL PIN CAN WEAR PREMATURELY. THE FIRST NOTICEABLE EFFECT OF THIS WEAR COULD BE THE CLUTCH PEDAL NOT RETURNING COMPLETELY TO THE FULL-UP POSITION.,"IF THIS OCCURS, THE FAST-IDLE ENGINE SPEED CONTROL MAY NOT FUNCTION. IF THE CLUTCH MASTER-CYLINDER PUSHROD END WEARS SUFFICIENTLY TO ALLOW THE ATTACHING END TO BEND OPEN OR BREAK OFF, THE PEDAL PIN WOULD DETACH FROM THE CLUTCH ROD LINK AND THE CLUTCH WOULD ENGAGE. IF CLUTCH ENGAGEMENT OCCURRED WHILE THE VEHICLE WAS STOPPED, WITH THE ENGINE RUNNING AND THE TRANSMISSION IN GEAR, AND IF THE BRAKES WERE NOT APPLIED, THE VEHICLE COULD MOVE FORWARD IF THE TRANSMISSION WERE IN A FORWARD GEAR, OR REARWARD IF THE TRANSMISSION WERE IN A REVERSE GEAR.",DEALERS WILL INSTALL A NEW CLUTCH MASTER-CYLINDER ASSEMBLY AND CLUTCH PEDAL ASSEMBLY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 1-800-643-4070. -02/12/2002,02V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V043000),"Nissan North America, Inc.",NISSAN/THROTTLE CONTROL SYSTEM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39000,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH AN ELECTRONIC THROTTLE CONTROL SYSTEM, THE STOPPER FOR THE ACCELERATOR PEDAL WILL PREVENT EXCESSIVE MOVEMENT OF THE ACCELERATOR POSITION SENSOR. IF THE DRIVER APPLIES OVERLY EXCESSIVE FORCE TO THE ACCELERATOR PEDAL WHILE AT THE SAME TIME PUSHING IT TO THE RIGHT, THE PEDAL CAN ""OVER TRAVEL"" DUE TO THE DESIGN OF THE PEDAL STOPPER.","THIS WILL CAUSE THE ENGINE MALFUNCTION INDICATOR LAMP TO COME ON AND THE ENGINE SPEED TO BE SEVERELY LIMITED. IF THIS OCCURS UNEXPECTEDLY, IT COULD LEAD TO A CRASH.","DEALERS WILL INSTALL A NEW ACCELERATOR PEDAL STOPPER. OWNER NOTIFICATION BEGAN MARCH 11, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261 OR INFINITI AT 800-662-6200." -02/12/2002,02E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E005000),THE RIGHT START,RIGHT START/PVC ROLLER SHADE BREAKS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,65000,EQUIPMENT DESCRIPTION: AUTO SUN SHADES (PVC ROLLER SHADE) WHICH STICK ON THE SIDE WINDOWS FOR SHADE. SMALL PIECES OF THE SHADE CAN BREAK AND DROP OFF.,"THE PIECES ARE SMALL ENOUGH THAT A SMALL CHILD OR INFANT CAN PUT THEM IN HIS/HER MOUTH, POSSIBLY CHOKING.","THE COMPANY, THE RIGHT START, IS NOTIFYING ITS CUSTOMERS TO RETURN THE AUTO SUN SHADES FOR A FREE REPLACEMENT. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THE RIGHT START CUSTOMER SERVICE AT 818-707-7100." -02/11/2002,02V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V050000),"Gulf States Toyota, Inc.",GULF STATES/TRAILER HITCH WIRING HARNESS,TRAILER HITCHES,NR (Not Reported),Vehicle,8609,"CERTAIN PICKUP TRUCKS EQUIPPED WITH A TEKONSHA TRAILER HITCH WIRING HARNESS AND CONVERTER AND DISTRIBUTED BY GULF STATES TOYOTA (TEXAS, OKLAHOMA, LOUISIANA, ARKANSAS, AND MISSISSIPPI). THE CIRCUITRY USED IN THE CONVERTER, WHICH IS INADEQUATE TO MANAGE PROPERLY VEHICLE AND/OR TRAILER-SIDE VOLTAGE SPIKES. IF THE CONVERTER IS EXPOSED TO A VOLTAGE SPIKE, IT COULD CAUSE AN ELECTRICAL SHORT OR OPEN CIRCUIT WITHIN THE CONVERTER.","THIS SHORT CIRCUIT COULD CAUSE A FAILURE OF THE CONVERTER, AND IF A TRAILER IS BEING TOWED AT THE TIME, CAN ALSO CAUSE INOPERATIVE TRAILER LIGHTS.","DEALERS WILL REPLACE THE WIRE HARNESS AND CONVERTER. OWNER NOTIFICATION BEGAN APRIL 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GULF STATES TOYOTA AT 1-800-444-1074." -02/11/2002,02V018003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018003),Volvo Trucks North America,VOLVO TRUCKS/MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1814,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN FEBRUARY 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -02/08/2002,02V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V051000),Honda (American Honda Motor Co.),HONDA/FMVSS 209/REAR CENTER SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,16459,"CERTAIN SEDANS AND COUPES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" CERTAIN REAR SEAT BELT BUCKLES WERE IMPROPERLY MANUFACTURED.","THE REAR SEAT BELTS WILL WORK PROPERLY AND PROVIDE PROTECTION IN A CRASH, BUT THE OWNER MAY EXPERIENCE DIFFICULTY UNFASTENING THE BELT AFTER THE CRASH.","IN A PREVIOUS RECALL (01V-380), ONLY RIGHT AND LEFT BUCKLES WERE INSPECTED. THE REAR CENTER BUCKLE SHOULD ALSO BE INSPECTED AND CORRECTED IF NECESSARY. THIS RECALL IS BEING CONDUCTED ONLY FOR THE CENTER BUCKLE. DEALERS WILL INSPECT THE VEHICLES AND REPLACE THE SEAT BELT ASSEMBLIES THAT WERE IMRPOPERLY MANUFACTURED. ONLY BUCKLES THAT ARE MARKED (ON THE BACK SIDE OF THE BUCKLE) WITH AN ASSEMBLY NUMBER BEGINNING WITH 00185, 00186, OR 00187, WILL BE REPLACED. OWNERS SHOULD CONTACT THEIR DEALER FOR THIS REPLACEMENT. OWNER NOTIFICATION BEGAN MARCH 5, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -02/08/2002,02V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V044000),Hyundai Motor America,HYUNDAI/INSTRUMENT PANEL BRACKET,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1174,"ON CERTAIN PASSENGER VEHICLES, THE LEFT LOWER INSTRUMENT PANEL BRACKET WAS NOT INSTALLED.","IF THIS BRACKET HAS NOT BEEN INSTALLED, THERE MAY BE AN INCREASED LIKELIHOOD OF INJURY OR INCREASED SEVERITY OF INJURY IN A FRONTAL CRASH.","DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF THE BRACKET HAS BEEN INSTALLED. IF THE BRACKET HAS NOT BEEN INSTALLED, THE DEALER WILL INSTALL THE LEFT LOWER INSTRUMENT PANEL BRACKET. OWNER NOTIFICATION BEGAN MARCH 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -02/08/2002,02V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V046000),"NABI Bus, LLC",NABI/ACCELERATOR PEDAL SPRINGS,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,84,"ON CERTAIN TRANSIT BUSES, TWO RETURN SPRINGS ON THE ACCELERATOR PEDAL COULD BOTH BREAK.","IF BOTH SPRINGS FAIL, THE PEDAL WILL NOT RETURN TO THE IDLE POSITION, INCREASING THE RISK OF A CRASH.","OWNER NOTIFICATION BEGAN FEBRUARY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -02/08/2002,02V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V045000),"PREVOST CAR, INCORPORATED",PREVOST/INADVERTENT SLIDE-OUT EXTENSION,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,180,"ON CERTAIN MOTOR HOMES EQUIPPED WITH SLIDE-OUT ROOMS, THE MICROPROCESSOR THAT CONTROLS THE SLIDE-OUT OPERATION GENERATES A FALSE SITUATION WHICH TELLS THE SLIDE-OUT MECHANISM TO OPERATE. WHEN THIS HAPPENS, A SECTION OF THE MOTOR HOME EXTENDS OUT BY UP TO 30 INCHES.","THIS CAN OCCUR WHILE THE VEHICLE IS IN MOTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD AN EXTERNAL PROTECTION CONTROLLED BY A MANUAL COMMAND. IN ADDITION, AN INSTRUCTION DESCRIBING HOW TO DEACTIVATE THE SLIDE-OUT MOTOR WILL BE INCLUDED IN THE NOTICE TO CUSTOMERS. THIS WILL ELIMINATE THE RISK BEFORE THE REMEDY IS PERFORMED. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -02/07/2002,02V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V041000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/PARKING BRAKE,PARKING BRAKE,B03,Vehicle,316148,"ON CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS, THE PARKING BRAKE CAN SELF-RELEASE WITHOUT WARNING.","THIS COULD ALLOW THE VEHICLE TO ROLL AWAY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A PARKING BRAKE ASSEMBLY WITH A STRONGER PAWL RETURN SPRING. OWNER NOTIFICATON BEGAN SEPTEMBER 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/07/2002,02V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V042000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/PDC WIRE,ELECTRICAL SYSTEM,B04,Vehicle,268740,"ON CERTAIN PICKUP TRUCKS, THE ALTERNATOR WIRE CONNECTION TO THE POWER DISTRIBUTION CENTER (PDC) CAN LOOSEN.",THIS COULD CAUSE A VEHICLE FIRE.,"DEALERS WILL INSPECT THE INSTALLATION OF THE ALTERNATOR WIRE CONNECTION TO THE PDC AND IF NECESSARY, REPOSITION THE WIRE SO THAT THE CRIMP CONNECTION WILL FACE UPWARD AND TIGHTEN THE FASTENER TO THE CORRECT TORQUE SETTING. OWNER NOTIFICATION BEGAN MAY 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/05/2002,02V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V039000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/LPG FLEX HOSE ASSEMBLY,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,69,"ON SOME CLASS A MOTOR HOMES, AN INCORRECT FLEX HOSE ASSEMBLY AND FITTING WAS MATED TO THE SIDE ROOM BULKHEAD CONNECTOR.","THIS MATING COULD LOOSEN AND LEAK AFTER VIBRATION, WHICH COULD LEAD TO A LIQUID PROPANE GAS LEAK AND THE POTENTIAL FOR EXPLOSION.","DEALERS WILL INSPECT AND REPLACE FLEX HOSE ASSEMBLIES AND BRASS COUPLING FITTINGS. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-629-8454." -02/05/2002,02V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V038000),Indian Motorcycle Company,INDIAN MOTORCYCLE/GAS TANK VENTING SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,146,SOME MOTORCYCLES MAY HAVE A GAS TANK VENTING SYSTEM THAT BECAME CLOGGED DURING PRODUCTION.,"THIS CLOGGING PREVENTS THE VENTING SYSTEM FROM ALLOWING PRESSURE TO ESCAPE FROM THE GAS TANK, WHICH COULD RESULT IN GAS FLOWING BACK INTO THE CARBURETOR AND POSSIBLY SPILLING ONTO THE GROUND.","ALL MOTORCYCLES HAVE BEEN INSPECTED AND, IF NECESSARY, CORRECTED. THIS CAMPAIGN IS 100% COMPLETED." -02/05/2002,02V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V034000),Starcraft RV,STARCRAFT/LIFTING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,3600,"ON CAMPING TRAILERS EQUIPPED WITH LIFT SYSTEMS PROVIDED BY GOSHEN STAMPING COMPANY AND WINCHES SUPPLIED BY DUTTON-LAINSON COMPANY. THE WINCHES INCLUDED IN THE ROOF LIFTER SYSTEMS OF SOME OF THESE TRAILERS HAVE AN INADEQUATE WELD TO THE GEAR, SO THAT A RAISED ROOF COULD DESCEND RAPIDLY.",THE RAPIDLY DESCENDING ROOF COULD RESULT IN PROPERTY DAMAGE OR SERIOUS PERSONAL INJURY.,"DEALERS WILL INSPECT THE LIFTER SYSTEM AND REPLACE ANY DEFECTIVE WINCH. OWNER NOTIFICATION BEGAN FEBRUARY 7, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STARCRAFT AT 1-219-593-2550." -02/05/2002,02V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V036000),Volvo Trucks North America,VOLVO TRUCKS/DRIVE AXLE,POWER TRAIN,NR (Not Reported),Vehicle,215,"ON CERTAIN HEAVY DUTY CLASS 8 TRUCKS, THE FORWARD AND/OR REAR DRIVE AXLE UPPER AXLE SEAT CAN BREAK ALLOWING THE AXLE TO SHIFT OUT OF ALIGNMENT.",THIS COULD RESULT IN A LOSS OF AXLE STABILITY INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE UPPER AXLE SEAT FOR A CERTAIN DATE CODE THAT IS STAMPED ON THE PART, AND THOSE AXLES WILL BE REPLACED. OWNER NOTIFICATION BEGAN MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -02/04/2002,02V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V035000),Ford Motor Company,FORD/REAR AXLE DIFFERENTIAL CASE,POWER TRAIN,NR (Not Reported),Vehicle,1096,"ON SOME MANUAL TRANSMISSION TRUCKS EQUIPPED WITH THE FX4 PACKAGE, THE REAR AXLE DIFFERENTIAL CASE COULD FRACTURE UNDER A HIGH TORQUE EVENT SUCH AS WHEN CUSTOMERS ACCELERATE RAPIDLY FROM A STOP OR WHEN A SPINNING TIRE SUDDENLY GAINS TRACTION.",DIFFERENTIAL FRACTURES COULD POTENTIALLY RESULT IN WHEEL LOCK-UP.,"DEALERS WILL REPLACE THE REAR AXLE ASSEMBLY. OWNER NOTIFICATION BEGAN MARCH 29, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/04/2002,02V013002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V013002),"Kalmar Solutions, LLC",KALMAR\MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,181,"ON CERTAIN TERMINAL TRACTORS BUILT WITH A STEERABLE AUXILIARY AXLE AND EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES, THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.","WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THESE VALVES. MERITOR WABCO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 800-535-5560 OR KALMAR AT 903-759-5490. -02/04/2002,02V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V033000),PACCAR Incorporated,PACCAR/KENWORTH/PD BOX,ELECTRICAL SYSTEM,02KW2,Vehicle,44,"ON SOME HEAVY DUTY TRUCKS EQUIPPED WITH ALCOA FUJIKURA LTD. (AFL) POWER DISTRIBUTION BOXES (PD BOX), THE PD BOXES WERE MANUFACTURED WITH INSUFFICIENT TORQUE APPLIED TO THE NUT OF THE MAIN POWER FEED-THROUGH STUD.","INSUFFICIENT TORQUE CAN LEAD TO (1) ELECTRICAL ARCING OF THE WIRES INSIDE OF THE PD BOX, OR (2) AN INTERRUPTED POWER SUPPLY TO THE VEHICLE'S ELECTRICAL SYSTEM, EITHER OF WHICH CAN LEAD TO A LOSS OF VEHICLE ELECTRICAL POWER AND POSSIBLY VEHICLE CONTROL WITHOUT WARNING.","DEALERS WILL INSPECT AND TIGHTEN THE NUT ON THE MAIN POWER FEED-THROUGH STUD. OWNER NOTIFICATION BEGAN FEBRUARY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5440." -02/01/2002,02V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V047000),Great Dane Trailers,GREAT DANE/PINTLE HOOK ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,140,CERTAIN TRAILERS EQUIPPED WITH PINTLE HOOK ASSEMBLIES MAY HAVE UNACCEPTABLE WELD ATTACHMENTS TO THE TRAILERS.,,"DEALERS WILL CORRECT THE WELDS AND ALSO ADD A REINFORCEMENT PACKAGE. OWNER NOTIFICATION BEGAN MARCH 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -01/31/2002,02V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V032000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 301/ORVR,"FUEL SYSTEM, GASOLINE",A10,Vehicle,71677,"CERTAIN SPORT UTILITY VEHICLES EQUIPPED WITH A FUEL TANK BRUSH GUARD FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THE ONBOARD REFUELING VAPOR RECOVERY (ORVR) CONTROL VALVE CAN BECOME DETACHED DURING A CRASH, ALLOWING FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL EITHER REPLACE THE FUEL TANK BRUSH GUARD WITH A SKID PLATE OR REINFORCE THE EXISTING FUEL TANK BRUSH GUARD WITH A REINFORCEMENT BRACKET. OWNER NOTIFICATION WILL BEGIN MARCH 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/31/2002,02V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V031000),"Volkswagen Group of America, Inc.",VW/ABS ECU,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,55000,"ON SOME PASSENGER VEHICLES, SHORT CIRCUITS CAN OCCUR WITHIN THE ELECTRONIC CONTROL UNIT OF THE ANTI-LOCK BRAKING SYSTEM (ABS).",THIS CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE ABS CONTROL UNIT. OWNER NOTIFICATION BEGAN MARCH 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987." -01/29/2002,02V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V029000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO TRUCK/VACUUM PUMP ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,836,"ON SOME HEAVY DUTY TRUCKS, THE VACUUM PUMP SHAFT BREAKS DUE TO INSUFFICIENT HEAT TREATMENT.","IF THE SHAFT BREAKS, BRAKING DISTANCE WOULD BE EXTENDED DUE TO THE LACK OF BRAKE BOOSTER FUNCTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE VACUUM PUMP SHAFT ASSEMBLY. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI FUSO TRUCK AT 1-856-467-4500." -01/29/2002,02V037001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V037001),RELIANCE TRAILER COMPANY,RELIANCE/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,15,"ON SOME TRAILERS EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS, THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. OWNER NOTIFICATION IS BEGAN FEBRUARY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RELIANCE TRAILERS AT 1-800-444-9772." -01/28/2002,02T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T002000),Cooper Tire & Rubber Co.,COOPER/INNERLINER TEARS,TIRES,NR (Not Reported),Tire,2884,"TIRE DESCRIPTION: COOPER DISCOVERY H/T TIRES, SIZE P225/75R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN OCTOBER 7 AND NOVEMBER 17, 2001. SOME OF THESE TIRES MAY HAVE INNERLINER TEARS CAUSED BY THE PROCESS OF EJECTING THE TIRE FROM THE MOLD AFTER CURING.","WHEN THIS CONDITION EXISTS, IT COULD RESULT IN ACCELERATED AIR LOSS. LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -01/28/2002,02T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02T001000),Cooper Tire & Rubber Co.,COOPER/PINHOLE IN TIRE SIDEWALL,TIRES,NR (Not Reported),Tire,484,"TIRE DESCRIPTION: COOPER DISCOVERY A/T TIRES, SIZE P215/75R15 PRODUCED BY COPPER TIRE & RUBBER CO., BETWEEN AUGUST 26 AND SEPTEMBER 1, 2001. SOME OF THESE TIRES WERE PRODUCTED WITH A SMALL PINHOLE IN THE UPPER SIDEWALL OF THE DOT SERIAL SIDE OF THE TIRE. TIRES WITH THIS HOLE WILL LEAK WHEN THE TIRE IS MOUNTED ON A WHEEL AND INFLATED.","SHOULD THE AIR LOSS NOT BE DETECTED, THE LOSS OF THE INFLATING AIR MIGHT RESULT IN LOSS OF CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER'S CUSTOMER RELATIONS AT 800-854-6288. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -01/25/2002,02V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V027000),"General Motors, LLC",GM/AIR BAG INFLATOR MODULES,AIR BAGS,01052,Vehicle,1730,"ON CERTAIN PASSENGER VEHICLES AND MINI VANS, THE DRIVER'S AIR BAG INFLATOR MODULES COULD PRODUCE EXCESSIVE INTERNAL PRESSURE. IN THE EVENT OF A CRASH THAT WOULD TRIGGER A DRIVER'S AIR BAG DEPLOYMENT, THE INCREASED INTERNAL PRESSURE CAN CAUSE THE INFLATOR MODULE TO EXPLODE.",METAL AND PLASTIC DEBRIS COULD CAUSE SEVERE INJURY TO VEHICLE OCCUPANTS.,"DEALERS WILL REPLACE THE DRIVER AIR BAG MODULE. OWNER NOTIFICATION BEGAN FEBRUARY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PONTIAC AT 1-800-762-2737." -01/25/2002,02V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V030000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/FMVSS 209/REAR SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,57,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THE RIGHT REAR SEAT BELT BUCKLE WAS INCORRECTLY MANUFACTURED.","DURING A VEHICLE CRASH, IT IS POSSIBLE FOR THE SEAT BELT BUCKLES TO CRACK, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL REPLACE ANY RIGHT REAR SEAT BELT BUCKLE IDENTIFIED BY LOT STAMPING NUMBER 22429. OWNER NOTIFICATION BY TELEPHONE BEGAN MARCH 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -01/25/2002,02V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V026000),"Volkswagen Group of America, Inc.",VW/FILLER NECK/TIRE ABRASION,"FUEL SYSTEM, GASOLINE",WK,Vehicle,487284,"ON SOME PASSENGER VEHICLES, THE FUEL TANK FILLER NECK CAN SUFFER ABRASION DAMAGE IF THE REAR TIRE GOES FLAT AND THE VEHICLE IS DRIVEN UNTIL THE TIRE DISINTEGRATES.",FUEL LEAKAGE CAN OCCUR INCREASING THE RISK OF A FIRE.,"DEALERS WILL FIT PASSAT VEHICLES WITH A NEW WHEEL HOUSE LINER THAT WILL BETTER PROTECT THE CAR'S FILLER NECK. JETTA VEHICLES WILL BE FITTED WITH A DIFFERENT METAL SHIELD DESIGNED TO ENHANCE ABRASION PROTECTION IN THE EVENT OF TIRE DISINTEGRATION. OWNER NOTIFICATION BEGAN JUNE 13, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLKSWAGEN AT 1-800-822-8987." -01/24/2002,02V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V025000),"Foretravel, Inc.",FORETRAVEL/WINDSHIELD WIPER ASSEMBLY,VISIBILITY,NR (Not Reported),Vehicle,81,"ON CERTAIN MOTOR HOMES, THE WINDSHIELD WIPER CRANK ARM ASSEMBLY BOLT IS TOO SHORT TO COMPLETELY TIGHTEN THE CRANK ARM AROUND THE MOTOR SHAFT. THE ARM COULD LOOSEN FROM THE MOTOR SHAFT, CAUSING THE WIPER NOT TO WORK.","FAILURE OF THE WINDSHIELD WIPERS COULD LEAD TO LOSS OF VISIBILITY DURING CRITICAL PERIODS WHEN WIPERS ARE NECESSARY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE WINDSHIELD WIPER ASSEMBLY AND CORRECT IF NECESSARY. OWNER NOTIFICATION BEGAN FEBRUARY 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORETRAVEL AT 1-800-955-6226, EXTENSION 254." -01/23/2002,02V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V028000),Land Rover,LAND ROVER/THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,64925,"ON SOME SPORT UTILITY VEHICLES, THE ACCELERATOR CABLE COULD HAVE BECOME KINKED DURING VEHICLE ASSEMBLY, RESULTING IN CHAFFING OF THE CABLE. CONTINUED CHAFFING CAN LEAD TO BREAKAGE OF THE INTERIOR CABLE STRANDS.","BREAKAGE OF THE CABLE STRANDS CAN RESULT IN THE THROTTLE BEING STUCK IN THE OPEN POSITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE DAMAGED CABLES WHERE NECESSARY. OWNER NOTIFICATION BEGAN MARCH 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LAND ROVER AT 1-301-731-9040." -01/22/2002,02V048001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V048001),Pierce Manufacturing,PIERCE/FEDERAL SIGNAL/FIRE-RAY STROBE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,45,"ON CERTAIN FIRE TRUCKS EQUIPPED WITH EMERGENCY (FIRE-RAY) STROBE WARNING LIGHTS, THE STROBE LIGHT HOUSING WAS MADE FROM AN ELECTRICALLY CONDUCTIVE MATERIAL AND A PERSON COULD RECEIVE A SEVERE ELECTRICAL SHOCK IF THEY CAME IN CONTACT WITH A VEHICLE OPERATING THE FIRE-RAY STROBE LIGHTS.","THIS CONDITION COULD BE LIFE-THREATENING SHOULD A SMALL CHILD OR A PERSON WITH A HEART CONDITION EXPERIENCE A SEVERE ELECTRICAL SHOCK. ALSO, A POSSIBLE FIRE HAZARD EXISTS.",FEDERAL SIGNAL WILL NOTIFY ITS CUSTOMERS TO RETURN THE DEFECTIVE LIGHTS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION WAS EXPECTED TO BEGIN DURING NOVEMBER 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL SIGNAL'S SERVICE DEPARTMENT AT 800-433-9132 OR PIERCE AT 920-832-3000. -01/22/2002,02V018002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018002),FREIGHTLINER LLC,FREIGHTLINER/MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",FL-390,Vehicle,5176,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN APRIL 4, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -01/22/2002,02V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V022000),Land Rover,LAND ROVER/ABS ECU,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,55505,"ON CERTAIN SPORT UTILITY VEHICLES, CONTAMINATION OF AN ANTI-LOCK BRAKING SYSTEM (ABS) SENSOR CAN CAUSE THE ABS ELECTRONIC CONTROL UNIT (ECU) TO INCORRECTLY INTERPRET THE SENSOR SIGNAL, RESULTING IN INAPPROPRIATE ABS ACTIVATION.",THIS CAN LEAD TO AN INCREASE IN BRAKING DISTANCE THAT IS UNANTICIPATED BY THE DRIVER.,"DEALERS WILL INSTALL A NEW ECU. OWNER NOTIFICATION BEGAN MARCH 6, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LAND ROVER AT 1-301-731-9040." -01/22/2002,02V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V023000),Q VALE AUTOMOTIVE GROUP,QVALE/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,215,VEHICLES EQUIPPED WITH VISTEON AIR BAG CONTROL MODULES. THESE MODULES WERE PRODUCED WITH AN INCORRECT DEPLOYMENT CALIBRATION SETTING.,"IN THE EVENT OF A CRASH, IMPROPER AIR BAG DEPLOYMENT COULD RESULT, INCREASING THE RISK OF INJURY OR DEATH.","DEALERS WILL REPLACE THE AIR BAG ELECTRONIC CONTROL UNIT. OWNER NOTIFICATION BEGAN JANUARY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT QVALE AT 1-800-390-9606." -01/20/2002,02V004002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004002),Volvo Trucks North America,VOLVO TRUCKS/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,115,"ON CERTAIN HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN JANUARY 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/18/2002,02V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V024000),Ford Motor Company,FORD/FMVSS 121/AIR BRAKE LINES,"SERVICE BRAKES, AIR",02S31,Vehicle,546,"CERTAIN MEDIUM DUTY PICKUP TRUCKS EQUIPPED WITH AIR BRAKES THAT INCLUDE THE OPTIONAL TRAILER PACKAGE FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE AIR BRAKE LINES CONNECTED TO THE TRACTOR PROTECTION VALVE ARE MISROUTED.","A LEAK IN THE PRIMARY AIR CIRCUIT OR SECONDARY AIR CIRCUIT COULD RESULT IN A REDUCTION OR LOSS OF THE TRAILER BRAKE EFFECTIVENESS, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-ROUTE THE AIR LINES CONNECTED TO THE TRACTOR PROTECTION VALVE. OWNER NOTIFICATION BEGAN JANUARY 31, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186." -01/18/2002,02V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V019000),"Mack Trucks, Inc.",MACK/STEERING,STEERING,SCO272,Vehicle,869,"ON CERTAIN CLASS 8 HEAVY DUTY TRUCKS EQUIPPED WITH R. H. SHEPPARD M90 STEERING GEARS, AN INCORRECT HOSE WAS USED FOR THE HIGH-PRESSURE LINE BETWEEN THE POWER STEERING PUMP AND THE STEERING GEAR. THE HOSE IS RATED AT 2000 PSI, WHILE IT SHOULD BE RATED AT 3000 PSI.","THIS HOSE COULD DEVELOP A LEAK OR BURST WHILE IN SERVICE. SHOULD THE LINE BURST, STEERING CONTROL WOULD STILL BE MAINTAINED, BUT A LOSS OF POWER ASSIST WILL BE EXPERIENCED.","DEALERS WILL REPLACE THE STEERING HOSE. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011." -01/18/2002,02V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V021000),Toyota Motor Engineering & Manufacturing,TOYOTA/REAR SUSPENSION,SUSPENSION,SSC 20A,Vehicle,273743,"ON CERTAIN 2-WHEEL-DRIVE (2WD) AND 4-WHEEL-DRIVE (4WD) 4RUNNER SPORT UTILITY VEHICLES, A COMBINATION OF HEAVY LOADING (SIMULTANEOUS LOADING TO REAR GROSS AXLE WEIGHT RATING AND GROSS VEHICLE WEIGHT RATING) AND SEVERE STEERING MANEUVERS COULD CAUSE THE 2WD 4RUNNER TO LOSE DIRECTIONAL STABILITY.",THIS MAY RESULT IN A LOSS OF CONTROL AND COULD INCREASE THE RISK OF A CRASH.,"DEALERS WILL REPLACE REAR SUSPENSION PARTS. ALTHOUGH THE 4WD 4RUNNERS DO NOT EXHIBIT THE HANDLING CONDITION, TOYOTA WILL RECALL THESE VEHICLES TO AVOID ANY PUBLIC CONFUSION AS TO WHICH VEHICLES SHOULD RECEIVE THE REPLACEMENT PARTS. OWNER NOTIFICATION BEGAN FEBRUARY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -01/17/2002,02V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V020000),"General Motors, LLC",GM/FMVSS 210/214/SEAT BELT ANCHORAGE,SEAT BELTS,02002/02C05,Vehicle,790,"CERTAIN SEDANS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES,"" AND NO. 214, ""SIDE IMPACT PROTECTION."" THESE VEHICLES WERE MANUFACTURED WITH WELDS BETWEEN THE DOOR STRIKER AND BELT-LINE THAT DO NOT MEET SATURN SPECIFICATIONS.","IF THE SEAT BELT ANCHORAGE ON THE PILLAR FAILED IN A CRASH, THE DRIVER COULD BE INJURED MORE SERIOUSLY. IN A SIDE IMPACT, OCCUPANTS COULD ALSO BE INJURED MORE SERIOUSLY BECAUSE OF GREATER INTRUSION OR REDUCED PERFORMANCE OF THE OPTIONAL SIDE CURTAIN AIR BAG.","DEALERS WILL INSTALL ADDITIONAL STRUCTURAL FASTENERS TO THE DRIVER'S SIDE DOOR PILLAR. OWNER NOTIFICATION BEGAN JANUARY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SATURN AT 1-800-553-6000, PROMPT #3." -01/15/2002,02V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V016000),"Big Dog Motorcycles, LLC",BIG DOG/REAR FENDER,STRUCTURE,NR (Not Reported),Vehicle,286,"ON SOME MOTORCYCLES, THE REAR FENDER FRONT MOUNTING TABS SECURING THE REAR FENDER CAN FRACTURE, CAUSING THE REAR FENDER TO BREAK AWAY FROM THE FRAME AND DROP ONTO THE REAR TIRE.",THIS COULD RESULT IN TIRE DAMAGE AND UNINTENDED BRAKING ACTION.,"DEALERS WILL REPLACE THE WELDED TABS THAT PARTIALLY SUPPORT THE REAR FENDER, LOCATED UNDER THE SEAT, WITH TWO BOLTED-ON FENDER CLAMPS. THE FENDER WILL BE REMOVED FROM THE BIKE SO THAT THE MOUNTING HOLES FOR THE CLAMP CAN BE DRILLED AND THEN REINSTALLED WITH THE ADDITION OF A BACKING PLATE FOR ADDED RIGIDITY. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BIG DOG AT 1-316-267-2597." -01/15/2002,02V018001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V018001),PACCAR Incorporated,PACCAR/MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",102A/02KW1,Vehicle,2302,"ON CERTAIN HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES, THE ASSEMBLY BOLTS ON THESE VALVE PACKAGES WERE NOT TIGHTENED CORRECTLY.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL TIGHTEN THE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5440 OR PETERBILT AT 1-940-591-4201." -01/15/2002,02V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V014000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 108/REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,184,"CERTAIN HEAVY DUTY CLASS 8 TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" TWO REFLECTORS ARE MISSING FROM THE END OF THE FRAME CROSSMEMBER.","AT NIGHT, IN A BOB-TAILED (NO TRAILER) CONDITION, THE REAR OF THE TRUCK MAY NOT BE AS VISIBLE TO VEHICLES FOLLOWING THE TRUCK, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE TWO MISSING REFLECTORS. OWNER NOTIFICATION BEGAN DECEMBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -01/15/2002,02V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V017000),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/GRAND HALL/PROPANE REGULATOR,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,CERTAIN FIFTH WHEEL TRAILERS AND TRUCK CAMPERS EQUIPPED WITH MODEL HP 6000 AUTOMATIC CHANGEOVER REGULATORS. THESE REGULATORS CONTAIN TWO RUBBER DIAPHRAGMS IN WHICH THE SECOND DIAPHRAGM CAN TEAR UNDER PRESSURE RESULTING IN A PROPANE LEAK.,A POSSIBLE FIRE CAN RESULT IN THE PRESENCE OF AN IGNITION SOURCE.,"EMERALD ISLE (FOR GRAND HALL) WILL BE CONDUCTING THE REMEDY CAMPAIGN. A REVISED REGULATOR WILL BE PROVIDED FREE OF CHARGE. OWNERS ARE BEING REQUESTED TO INSPECT THE GAS REGULATOR FOR THE FOLLOWING IDENTIFYING MARKS: MODEL 6000, P1.0 - 15.6, Q6.R280, AUTOMATIC CHANGEOVER BY H.P. INC. IF THESE ARE ON THE GAS REGULATORS, OWNERS SHOULD CONTACT EMERALD ISLE TOLL-FREE AT 866-828-2788." -01/14/2002,02V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V012000),"Coachmen RV Company, LLC",COACHMEN/GAS GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,206,"ON CERTAIN REAR DIESEL MOTOR HOMES EQUIPPED WITH OPTIONAL GAS GENERATORS, THE GENERATOR FUEL FILL GAS CAP PROVIDED WITH THE UNIT MAY NOT COMPLETELY SEAL AGAINST THE RIM OF THE FILL TUBE.","THIS COULD ALLOW ANY GAS THAT IS SPLASHED AGAINST THE CAP DURING VEHICLE OPERATION, SUDDEN STOPS, OR TURNS, OR A CRASH, TO LEAK OUT. IF GAS IS ALLOWED TO LEAK OUT THROUGH THE UNSEALED CAP/FILL CONNECTION, THE POTENTIAL FOR A FIRE EXISTS.","DEALERS WILL REPLACE THE GENERATOR FUEL FILL TUBE AND CAP ASSEMBLY. OWNER NOTIFICATION BEGAN JANUARY 23, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-800-453-6064." -01/11/2002,02V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V011000),Ducati North America,DUCATI/FUEL PUMP FLANGE/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,147,"ON CERTAIN MOTORCYCLES, FUEL CAN LEAK FROM THE FUEL PUMP FLANGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL INSTALL SPACERS BETWEEN THE FUEL PUMP FLANGE AND THE FUEL TANK, AND WILL ALSO REPLACE THE FLANGE GASKET IF IT IS DAMAGED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY/FEBRUARY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DUCATI AT 1-973-839-2600." -01/11/2002,02V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V010000),"Nissan North America, Inc.",NISSAN/FMVSS 101/ODOMETER,POWER TRAIN,NR (Not Reported),Vehicle,843,"ON CERTAIN PASSENGER VEHICLES EQUIPPED WITH A TRACTION CONTROL SYSTEM, THE ODOMETER IN THE SUBJECT VEHICLES REGISTERS DISTANCE IN KILOMETERS INSTEAD OF MILES AS IS SPECIFIED IN THE DESIGN. THE ODOMETER DOES NOT HAVE A LABEL THAT INDICATES ""KILOMETERS"" OR ""KM"" AS REQUIRED BY FMVSS NO. 101, ""CONTROLS AND DISPLAYS.""",,"DEALERS WILL INSPECT THE ODOMETER TO DETERMINE IF IT IS CORRECT AND, IF NOT, WILL REPLACE THE SPEEDOMETER/ODOMETER ASSEMBLY. OWNER NOTIFICATION BEGAN DECEMBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -01/11/2002,02V004001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V004001),"PREVOST CAR, INCORPORATED",PREVOST/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,196,"ON CERTAIN COACHES AND BUS SHELLS EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES, THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN DECEMBER 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -01/09/2002,02V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V009000),"Coachmen RV Company, LLC",COACHMEN/SPARE TIRE CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,226,"ON SOME TRAVEL TRAILERS EQUIPPED WITH OPTIONAL UNDERSLUNG SPARE TIRE CARRIERS, THE LOCKING PIN FOR THE SPARE TIRE CARRIER MAY NOT HAVE BEEN INSTALLED.","IF THE RELEASE BOLT THAT SECURES THE SPARE TIRE CARRIER TO THE FRAME AT THE DROP DOWN END OF THE CARRIER WERE TO BECOME LOOSE AND FALL OFF, A PORTION OF THE CARRIER ASSEMBLY ITSELF COULD DETACH AND FALL OFF IF THERE IS NO LOCKING PIN. IF THE SPARE TIRE CARRIER WERE TO SEPARATE FROM THE UNIT DURING TRAVEL, THERE IS THE POTENTIAL FOR A CRASH.","DEALERS WILL INSTALL AN IMPROVED CARRIER RELEASE BOLT AND LOCKING PIN. OWNER NOTIFICATION BEGAN JANUARY 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-800-453-6064." -01/08/2002,02V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V008000),Ford Motor Company,FORD/FMVSS 120/LABEL,EQUIPMENT,01L07,Vehicle,393,"CERTAIN LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH A HEAVY DUTY SERVICE PACKAGE FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" A TYPOGRAPHICAL ERROR OCCURRED RESULTING IN AN INCORRECT TIRE SIZE AND PRESSURE ON THE SAFETY CERTIFICATION LABEL FOR THESE VEHICLES.","IF THE TIRES ARE INFLATED TO THE PRESSURE INDICATED ON THE LABEL, THE CUSTOMER WILL EXPERIENCE A HARSHER RIDE.","OWNERS WILL BE SENT A CORRECTED TIRE INFORMATION LABEL AND INSTALLATION INSTRUCTIONS. THE CUSTOMER MAY ALSO HAVE THE DEALER INSTALL THE LABEL ON THE VEHICLE, IF THEY SO DESIRE. OWNER NOTIFICATION BEGAN DECEMBER 20, 2001. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -01/07/2002,02V013001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V013001),MONACO COACH CORPORATION,MONACO/MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5956,"ON CLASS A MOTOR HOMES BUILT WITH A STEERABLE AUXILIARY AXLE AND EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES, THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE BRAKE APPLICATION IS RELEASED.","WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THESE VALVES. MERITOR WABCO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 800-535-5560 OR MONACO AT 1-877-466-6226. -01/04/2002,02V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V003000),BUELL MOTORCYCLE CO.,BUELL/FRONT SHOCK ABSORBER MOUNT,SUSPENSION,NR (Not Reported),Vehicle,387,CERTAIN MOTORCYCLES WERE BUILT WITH A FRONT SHOCK MOUNT THAT IS CRACKED AND COULD BREAK ALLOWING THE SUSPENSION TO DROP UNEXPECTEDLY.,THIS COULD CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE.,"DEALERS WILL REPLACE THE BROKEN SHOCK MOUNT. OWNER NOTIFICATION BEGAN JANUARY 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BUELL AT 1-414-342-4680." -01/04/2002,02V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V002000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FENDER TIP LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,28949,"ON CERTAIN MOTORCYCLES, THE CLIPS THAT RETAIN THE WIRING FOR THE FRONT FENDER TIP LIGHT CAN BECOME DETACHED FROM THE FENDER, CAUSING THE WIRES TO FRAY AND SHORT.","THIS COULD CAUSE THE LIGHTING SYSTEM FUSE TO BLOW, LEAVING THE VEHICLE WITHOUT AN OPERATIONAL FRONT FENDER TIP LIGHT, HEADLIGHT, TAILLIGHT, RUNNING LIGHTS, AND PASSING LAMPS (IF EQUIPPED).","DEALERS WILL REPLACE THE FENDER TIP LIGHT WIRING HARNESS RETENTION CLIPS, AND INSPECT AND REPLACE, IF NECESSARY, ANY DAMAGED WIRING HARNESSES. OWNER NOTIFICATION BEGAN JANUARY 9, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -01/04/2002,02V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V006000),"SAAB CARS USA, INC.",SAAB/STEERING KNUCKLE,STEERING,NR (Not Reported),Vehicle,2601,THE STEERING KNUCKLE CASTINGS ON CERTAIN PASSENGER VEHICLES MAY HAVE BEEN CONTAMINATED DURING THE CASTING PROCESS.,"THESE KNUCKLES CAN BREAK, RESULTING IN POSSIBLE LOSS OF STEERING CONTROL.","DEALERS WILL INSPECT THE STEERING KNUCKLE FOR THE CASTING NUMBER. IF THE KNUCKLE WAS IN THE DEFECTIVE BATCH, THE STEERING KNUCKLE WILL BE REPLACED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAAB AT 1-800-955-9007." -01/04/2002,02C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02C002000),"SAFELINE KIDS, INC.",SAFELINE KIDS/FMVSS 213 - FAA LABEL COLOR,CHILD SEAT,NR (Not Reported),Child Seat,3522,"EQUIPMENT DESCRIPTION: CERTAIN 2001 MY SIT 'N' STROLL REAR-FACING AND FORWARD-FACING CONVERTIBLE CHILD RESTRAINT, MODEL NO. 2240, MANUFACTURED BETWEEN APRIL 1 AND OCTOBER 1, 2001. THESE SEATS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" THE FAA CERTIFICATION STATEMENT, ""THIS RESTRAINT IS CERTIFIED FOR USE IN MOTOR VEHICLES AND AIRCRAFT,"" IS IN YELLOW LETTERING INSTEAD OF THE REQUIRED RED LETTERING.","THIS NONCOMPLIANCE COULD LEAD FLIGHT ATTENDANTS TO REFUSE TO ALLOW A PARENT/GUARDIAN TO BRING OR USE THIS PRODUCT ON AN AIRPLANE, WHICH COULD CREATE A SAFETY RISK TO THE CHILD.","SAFELINE KIDS WILL SEND CORRECTED LABELS TO KNOWN OWNERS TO BE PLACED OVER THE EXISTING LABELS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 18, 2002. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT SAFELINE KIDS AT 800-829-1625." -01/04/2002,02V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V001000),"Strick Trailers, LLC",STRICK/SUSPENSION CRACKS,SUSPENSION,NR (Not Reported),Vehicle,78,"ON CERTAIN 28' VAN TRAILERS SUPPLIED TO USF DUGAN, CRACKS HAVE OCCURRED IN THE CROSSMEMBERS ABOVE THE SUSPENSION.","THE AXLE AND SUSPENSION ASSEMBLY COULD OUT FROM UNDER THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE CRACKED CROSSMEMBERS ABOVE THE SUSPENSION; THE VERTICAL MEMBER AT THE REAR OF THE SUSPENSION BEAM WILL BE FULLY WELDED TO THE BEAM AND REAR FRAME; AND THE ""I"" CROSSMEMBER AT THE FRONT OF THE SUSPENSION WILL BE REPLACED WITH A TUBE. OWNER NOTIFICATION BEGAN NOVEMBER 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STRICK AT 1-215-949-3600." -01/02/2002,02V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02V005000),COUNTRY COACH INC,COUNTRY COACH/STEERING,STEERING,NR (Not Reported),Vehicle,172,"ON CERTAIN MOTOR HOMES BUILT ON PREVOST CHASSIS, THE STEERING GEAR BOX IS MOUNTED ON A SUPPORT LOCATED UNDER THE DRIVER'S SEAT FLOOR. ON MOTOR HOME MODELS, THIS SUPPORT VARIES IN HEIGHT WITH THE OPTIONAL INTERIOR HEIGHT. WITH 83 AND 86 INCH HEIGHT OPTIONS, THE SUPPORT MAY BE OVERLOADED IN CERTAIN OPERATION CONDITIONS.","A CONTINUOUSLY FULLY LOADED VEHICLE THAT HAS TO MANEUVER IN TIGHT SPACE FREQUENTLY CAN DEVELOP STRESS CRACKS AT THE STEERING GEAR BOX SUPPORT. A LOSS OF CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A REINFORCEMENT TO THE STEERING SUPPORT. PREVOST IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNER NOTIFICATION BEGAN OCTOBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-5432." -01/01/2002,02E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=02E001000),ZEMARC CORPORATION,ZEMARC/HYDRAULIC FAN DRIVE CIRCUIT,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,399,"EQUIPMENT DESCRIPTION: ZEMARC HYDRAULIC FAN DRIVE CIRCUIT BLOCKS, PART NO. ZMC5797-021, UTILIZED IN CERTAIN PARKER FAN DRIVE SYSTEMS INSTALLED ON ELDORADO NATIONAL VEHICLES, MODELS TRANSMARK RE, E-Z RIDER, ESCORT RE, AND ESCORT RE-A MANUFACTURED BETWEEN FEBRUARY 1, 1999, AND AUGUST 31, 2001. OVER TIME, THE METAL INSIDE THE CIRCUIT BLOCK ERODES DUE TO CAVITATION AND THIS EROSION MAY EVENTUALLY RESULT IN THE LEAKAGE OF HYDRAULIC FLUID.","IF THIS CONDITION OCCURS, IN THE PRESENCE OF AN IGNITION SOURCE, THE VEHICLE COULD CATCH ON FIRE, POSSIBLY RESULTING IN SERIOUS INJURY.","ZEMARC WILL PROVIDE A REPLACEMENT CIRCUIT BLOCK ALONG WITH INSTALLATION INSTRUCTIONS AT NO EXPENSE TO THE OWNER. HOWEVER, IF THE CUSTOMER DOES NOT HAVE THE FACILITIES TO PERFORM THE REMEDY, ZEMARC WILL MAKE ARRANGEMENTS TO HAVE THE VEHICLE REPAIRED. OWNERS SHOULD CONTACT ZEMARC AT 323-721-5598 FOR MORE INFORMATION. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ZEMARC AT THE NUMBER LISTED ABOVE. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -12/21/2001,01E066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E066000),UCI International LLC,AIRTEX/FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,9038,"EQUIPMENT DESCRIPTION: REPLACEMENT FUEL PUMPS, PARTS NOS. E2059M AND E2064M FOR USE AS REPLACEMENT PUMPS IN CERTAIN 1989-97 FORD LIGHT TRUCKS AND SUVS. THE FUEL PUMP MODULE WAS MANUFACTURED WITHOUT THE VALVING NECESSARY TO DIRECT RETURNING FUEL TO THE PROPER FUEL TANK OF A DUAL TANK SYSTEM.","IN A DUAL FUEL TANK SYSTEM, FUEL CAN BE TRANSFERRED FROM ONE TANK TO ANOTHER CAUSING ONE TANK OF THE SYSTEM TO BECOME OVERFILLED AND SPILL FUEL OUT FROM TANK FILLER PIPE. IN THE PRESENCE OF AN IGNITION SOURCE, THIS LEAK CAN RESULT IN A FIRE.","REPLACE THE MODULE WITH MODULES EQUIPPED WITH THE PROPER VALVING. NOTIFICATION TO DEALERS AND OWNERS BEGAN JANUARY 4, 2002. AIRTEX CAN BE REACHED BY EMAIL AT AIRTEXPRODSALES@AIRTEXPRODUCTS.COM OR BY FAX AT (618) 842-5019. CUSTOMERS CAN ALSO CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -12/21/2001,01I011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I011000),Ford Motor Company,FORD/ENGINE COOLING FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,695260,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1995 TAURUS/SABLE PASSENGER VEHICLES EQUIPPED WITH 3.0L AND 3.8L ENGINES AND 1995 FORD MUSTANG VEHICLES WITH 3.8L AND 5.0L ENGINES. IT IS POSSIBLE FOR THE ENGINE COOLING FAN BEARING TO SEIZE.","SHOULD THIS OCCUR, EXCESSIVE HEAT COULD BE GENERATED WHICH COULD MELT THE FAN MOTOR ELECTRICAL CONNECTOR. COMPONENTS INSIDE THE COOLING FAN MOTOR COULD IGNITE POTENTIALLY RESULTING IN AN UNDERHOOD FIRE.","DEALERS WILL REPLACE THE ENGINE COOLING FAN MOTOR ASSEMBLY AT NO CHARGE TO CONSUMERS. FORD IS EXTENDING THE LIMITED WARRANTY ON THE ENGINE COOLING FAN MOTOR TO A TOTAL OF 8 YEARS OR 100,000 MILES FROM THE WARRANTY START DATE, WHICHEVER OCCURS FIRST. THIS COVERAGE IS AUTOMATICALLY TRANSFERRED TO SUBSEQUENT OWNERS AT NO CHARGE. IF THE VEHICLE ALREADY HAS MORE THAN 100,000 MILES, THIS COVERAGE WILL LAST UNTIL JUNE 30, 2002. IF THE CONSUMER HAS PAID TO HAVE THIS SERVICE DONE BEFORE DECEMBER 2001, FORD IS OFFERING A REFUND. OWNERS CAN CONTACT FORD AT 1-866-436-7332, CONCERNING THIS PROGRAM." -12/21/2001,01V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V390000),Ford Motor Company,FORD/ENGINE COOLING FAN BEARING,ENGINE AND ENGINE COOLING,01S30,Vehicle,695260,VEHICLE DESCRIPTION: TAURUS/SABLE VEHICLES EQUIPPED WITH 3.0L AND 3.8L ENGINES AND MUSTANG VEHICLES WITH 3.8L AND 5.0L ENGINES. IT IS POSSIBLE FOR THE ENGINE COOLING FAN BEARING TO SEIZE.,"SHOULD THIS OCCUR, EXCESSIVE HEAT COULD BE GENERATED WHICH COULD MELT THE FAN MOTOR ELECTRICAL CONNECTOR. COMPONENTS INSIDE THE COOLING FAN MOTOR COULD IGNITE POTENTIALLY RESULTING IN AN UNDERHOOD FIRE.","DEALERS WILL INSPECT THE ENGINE COOLING FAN ASSEMBLY AND INSTALL A CIRCUIT BREAKER. IF THE COOLING FAN IS INOPERATIVE, THE FAN AND MOTOR ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -12/21/2001,01V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V389000),"Mack Trucks, Inc.",MACK/POWER STEERING,STEERING,NR (Not Reported),Vehicle,7500,VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH E-TECH ENGINES. A CONDITION EXISTS ON THE AUXILIARY DRIVE SHAFT OF THE E-TECH ENGINE THAT CAUSES THE LOSS OF POWER STEERING ON VEHICLES WHERE THE POWER STEERING PUMP IS MOUNTED OFF THE FRONT OF THE ENGINE.,THIS COULD RESULT IN THE LOSS OF POWER STEERING.,"DEALERS WILL INSPECT THE VEHICLES AND REPLACE THE NUT THAT HOLDS THE GEAR TO THE AUXILIARY DRIVE SHAFT. OWNER NOTIFICATION BEGAN MARCH 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011." -12/19/2001,01V140008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140008),Motor Coach Industries,MCI/TRW STEERING SYSTEMS/TIE ROD ENDS (20EDL),STEERING,NR (Not Reported),Vehicle,596,"MOTORHOMES EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 20-EDL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE DRAG LINKS. OWNER/DISTRIBUTOR NOTIFICATION BEGAN APRIL 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCI AT 1-800-241-2941 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -12/18/2001,01V386000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V386000),"General Motors, LLC",GM/FMVSS 210/SEAT BELT ANCHOR BOLTS,SEAT BELTS,01076,Vehicle,327,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" SOME VEHICLES WERE PRODUCED WITH REAR OUTER SEAT BELT SHOULDER GUIDE ANCHOR BOLTS THAT WERE INCORRECTLY INSTALLED.","IF THESE BOLTS WERE INCORRECTLY INSTALLED, THEY WOULD NOT WITHSTAND THE LOAD REQUIREMENTS OF THE STANDARD. IF AN ANCHORAGE FAILED IN A CRASH, THE OCCUPANT WOULD NOT BE PROPERLY RESTRAINED AND COULD HAVE AN INCREASED RISK OF INJURY.","DEALERS WILL REPLACE THE REAR SHOULDER GUIDE ANCHOR BOLTS. OWNER NOTIFICATION BEGAN DECEMBER 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SATURN AT 1-800-553-6000." -12/17/2001,01V387000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V387000),FREIGHTLINER LLC,FREIGHTLINER/ELECTRICAL,ELECTRICAL SYSTEM,FL-387,Vehicle,3500,"ON CERTAIN TRUCKS EQUIPPED WITH CATERPILLAR 3406E AND C-15 ENGINES, INTERFERENCE BETWEEN THE POSITIVE BATTERY CABLE AND STUD MOUNTING ELECTRONIC CONTROL MODULE (ECM) TO THE ENGINE EXISTS. CHAFING CAN WEAR THROUGH THE BATTERY CABLE INSULATION TO ALLOW CONTACT BETWEEN THE BATTERY CABLE AND THE STUD.","THIS CONTACT COULD PROVIDE A SHORT CIRCUIT, WHICH MAY CAUSE A FIRE.","DEALERS WILL INSPECT THE VEHICLES AND THE BATTERY CABLES WILL BE REPLACED AND/OR RE-ROUTED AS NECESSARY. OWNER NOTIFICATION BEGAN APRIL 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/17/2001,01V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V382000),Mazda North American Operations,MAZDA/FMVSS 135/BRAKE STOPPING DISTANCE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19000,"VEHICLE DESCRIPTION: CERTAIN MINI VANS WITHOUT ANTI-LOCK BRAKING SYSTEMS (ABS) FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" DUE TO INAPPROPRIATE BRAKE PIPE LAYOUT, THESE VEHICLES DO NOT MEET THE BRAKE STOPPING DISTANCE WITH PARTIAL FAILURE REQUIREMENTS OF THE STANDARD.","IF PARTIAL FAILURE OCCURRED IN THE BRAKING SYSTEM, THE STOPPING DISTANCE OF THE VEHICLE COULD INCREASE, INCREASING THE RISK OF A CRASH.","DEALERS WILL MODIFY THE BRAKE SYSTEM. OWNER NOTIFICATION BEGAN JANUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500, OPTION #4." -12/14/2001,01V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V385000),"POLARIS INDUSTRIES, INC.",VICTORY/POLARIS/FUEL PUMP FASTENERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10,VEHICLE DESCRIPTION: MOTORCYCLES. THREADED FASTENERS USED TO ATTACH THE FUEL PUMP TO THE FUEL TANK MAY NOT HAVE BEEN PROPERLY TIGHTENED.,THIS COULD RESULT IN FUEL LEAKS. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL TIGHTEN THESE FASTENERS. OWNER NOTIFICATION BEGAN ON DECEMBER 11, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY/POLARIS AT 1-763-417-8650." -12/13/2001,01V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V379000),EQUIPEMENT LABRIE LTEE,EQUIPMENT LABRIE/STEERING GEAR,STEERING,NR (Not Reported),Vehicle,45,VEHICLE DESCRIPTION: RECYCLER TOP SELECT 1000/2000 AND GARBAGE SIDE LOADER EXPERT 2000 TRUCKS WHICH USE THE HOLLOW SHAFT STEERING GEAR BOX(ES). SOME STEERING GEAR BOXES WERE ORIGINALLY ASSEMBLY WITH VERY LITTLE GREASE.,"THIS SITUATION CAN RESULT IN PREMATURE WEAR OF THE GEARS AND/OR BEARINGS. THE STEERING CONTROL COULD BECOME HARDER AND POSSIBLY LOCK, CAUSING A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE GEAR BOXES. OWNER NOTIFICATION BEGAN DECEMBER 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EQUIPEMENT LABRIE AT 1-877-452-2743." -12/13/2001,01V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V383000),"General Motors, LLC",GM/FMVSS 225/SEAT LATCH ANCHOR WIRE,SEATS,01077,Vehicle,75816,"VEHICLE DESCRIPTION: CERTAIN MINI VANS BUILT WITH SECOND ROW 50/50 SPLIT BENCH SEATS OR CAPTAIN'S CHAIRS, FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE SEAT LATCH ANCHOR WIRE DIAMETER IS GREATER THAN 6.1 MM.","IF THE CONNECTOR FOR A LATCH-TYPE CHILD RESTRAINT IS NOT ATTACHED CORRECTLY TO THE ANCHORAGE POINTS, THE RESTRAINT WILL NOT PROPERLY PROTECT A CHILD IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT THE LATCH ANCHOR WIRES AND REPAIR THOSE WITH AN IMPROPER DIAMETER. OWNER NOTIFICATION BEGAN APRIL 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, OLDSMOBILE AT 1-800-442-6537, OR PONTIAC AT 1-800-762-2737." -12/13/2001,01V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V380000),Honda (American Honda Motor Co.),HONDA/FMVSS 209/REAR SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,16459,"VEHICLE DESCRIPTION: CERTAIN SEDANS AND COUPES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES."" CERTAIN REAR SEAT BELT BUCKLES WERE IMPROPERLY MANUFACTURED.","THE REAR SEAT BELTS WILL WORK PROPERLY AND PROVIDE PROTECTION IN A CRASH, BUT THE OWNER MAY EXPERIENCE DIFFICULTY UNFASTENING THE BELT AFTER THE CRASH.","DEALERS WILL INSPECT THE VEHICLES AND REPLACE THE SEAT BELT ASSEMBLIES THAT WERE IMPROPERLY MANUFACTURED. ONLY BUCKLES THAT ARE MARKED (ON THE BACK SIDE OF THE BUCKLE) WITH AN ASSEMBLY NUMBER BEGINNING WITH 00185, 00186, OR 00187, WILL BE REPLACED. OWNERS SHOULD CONTACT THEIR DEALER FOR THIS REPLACEMENT. OWNER NOTIFICATION BEGAN JANUARY 22, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -12/13/2001,01V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V384000),"KRYSTAL KOACH, INC",KRYSTAL/FMVSS 120/TIRE PLACARD LABEL,EQUIPMENT,NR (Not Reported),Vehicle,587,"VEHICLE DESCRIPTION: CERTAIN BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE PLACARD LABEL CONTAINS AN INCORRECT RECOMMENDED COLD TIRE INFLATION PRESSURE OF 60 OR 65 PSI. THE CORRECT INFLATION PRESSURE IS 80 PSI.","IF THE TIRES ARE UNDER-INFLATED, IT COULD REDUCE THE TREAD LIFE OF THE TIRE, AND THE TIRE COULD DEGRADE TO A POINT OF ALLOWING SUDDEN AIR LOSS.",NEW LABELS WILL BE PROVIDED TO THE OWNERS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2001. OWNERS WHO DO NOT RECEIVE THE FREE LABEL WITHIN A REASONABLE TIME SHOULD CONTACT KRYSTAL AT 1-800-845-4883. -12/13/2001,01V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V370000),Pierce Manufacturing,PIERCE/ALTERNATOR CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17,"VEHICLE DESCRIPTION: FIRE TRUCK CHASSIS WITH CATERPILLAR 3126 ENGINES. THE ALTERNATOR CABLE WAS ROUTED OVER THE TOP OF THE ALTERNATOR, AND IN SOME CASES, ALLOWED THE CABLE TO MAKE CONTACT WITH AND WEAR ON STRUCTURAL MEMBERS OF THE ENGINE ENCLOSURE.",THIS COULD WEAR A HOLE THROUGH THE INSULATION CAUSING A SHORT CIRCUIT AND POSSIBLY AN ENGINE FIRE.,"DEALERS WILL RE-ROUTE THE ALTERNATOR CABLE ROUTING. OWNER NOTIFICATION BEGAN DECEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 1-888-974-3723." -12/12/2001,01V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V375000),ENVIRONMENTAL PRODUCTS GROUP,ATHEY/EPG/ABS VALVES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,160,"VEHICLE DESCRIPTION: 4-WHEELED, SELF-PROPELLED, ON-HIGHWAY MECHANICAL STREET SWEEPERS EQUIPPED WITH MERITOR WABCO ANTI-LOCK BRAKING SYSTEM (ABS). INCORRECT BRAKE FLUID CAN CAUSE DAMAGE TO THE RUBBER SEALS IN THE BRAKE MODULATOR VALVES.",THE VEHICLE CAN EXPERIENCE LOSS OF OR REDUCED BRAKING CAPABILITIES INCREASING THE RISK OF A CRASH.,"DEALERS WILL FLUSH THE BRAKE SYSTEM WITH APPROVED FLUIDS, REPLACE THE DOT 5 FLUID WITH DOT 4 FLUID AND REPLACE THE BRAKE MODULATOR VALVE. OWNER NOTIFICATION BEGAN DECEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ELGIN/ATHEY AT 1-847-741-5370." -12/12/2001,01V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V378000),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/FMVSS 217/ROOF HATCH,STRUCTURE,NR (Not Reported),Vehicle,57,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE."" A THIRD ROOF HATCH MUST BE ADDED TO MEET THE STANDARD REQUIREMENTS. ONLY VEHICLES LOCATED IN THE STATE OF WASHINGTON ARE INVOLVED.","IN THE EVENT OF A CRASH, THE BUS OCCUPANT MAY NOT BE ABLE TO EXIT THE BUS QUICKLY.","DEALERS WILL INSTALL A THIRD ROOF HATCH. OWNER NOTIFICATION BEGAN MAY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -12/12/2001,01V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V381000),"General Motors, LLC",GM/FMVSS 208/214/WELDS,STRUCTURE,01072,Vehicle,897,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION,"" AND NO. 214, ""SIDE IMPACT PROTECTION."" THESE VEHICLES MAY HAVE WELDS NEAR THE LOWER DRIVER'S SIDE DOOR HINGE THAT DO NOT MEET SPECIFICATIONS.","IN A CRASH, AN OCCUPANT COULD RECEIVE SEVERE INJURIES.","DEALERS WILL INSTALL STRUCTURAL RIVETS. OWNER NOTIFICATION BEGAN DECEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR PONTIAC AT 1-800-762-2737." -12/12/2001,01E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E062000),WABCO USA LLC,MERITOR WABCO/ABS VALVE PACKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,21600,"EQUIPMENT DESCRIPTION: MERITOR WABCO PNEUMATIC ANITLOCK BRAKE SYSTEM (ABS) VALVE PACKAGES PRODUCED BETWEEN SEPTEMBER 3 AND OCTOBER 26, 2001. THE BOLTS USED TO ASSEMBLE STEER AND DRIVE AXLE ABS VALVE PACKAGES TOGETHER AND A TRACTION CONTROL VALVE INLET FITTING WERE TORQUED BELOW SPECIFICATION.","BOLTS TORQUED BELOW SPECIFICATION WILL NOT RELIABLY PREVENT AIR LEAKAGE AT THE AFFECTED ABS VALVE PACKAGE INTERFACE JOINTS ONCE THE COMPONENT BEGINS NORMAL VEHICLE OPERATION. IF AIR LEAKS DEVELOP AT ANY OF THE ABS VALVE PACKAGE INTERFACE JOINTS, BRAKE SYSTEM PRESSURE REDUCTIONS COULD OCCUR DURING BRAKING OR NORMAL OPERATION WITH UNITS EQUIPPED WITH THE TRACTION CONTROL OPTION, POTENTIALLY EXTENDING STOPPING DISTANCES, POSSIBLY RESULTING IN A VEHICLE CRASH.","OWNERS WILL BE NOTIFIED TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE AT AN AUTHORIZED DEALER. OWNER NOTIFICATION BEGAN JANUARY 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 859-746-5956." -12/12/2001,01V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V376000),"Nissan North America, Inc.",NISSAN/FMVSS 108/HEADLAMP CAP,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,81393,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE VEHICLES WERE MISSING TAMPERPROOF CAPS THAT PREVENT HORIZONTAL HEADLAMP ADJUSTMENT.",THESE CAPS ARE INSTALLED TO PREVENT MISADJUSTMENT OF THE HEADLAMPS.,"DEALERS WILL INSTALL A TAMPERPROOF CAP OVER THE HORIZONTAL ADJUSTMENT SCREW FOR BOTH HEADLAMPS. OWNER NOTIFICATION BEGAN JANUARY 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -12/11/2001,01V130003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V130003),ENVIRONMENTAL PRODUCTS GROUP,EPG/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,160,"VEHICLE DESCRIPTION: STREET SWEEPERS EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.",THIS COULD DISABLE THE ANTI-LOCK FUNCTION ON THE AFFECTED WHEEL WITHOUT PROVIDING THE REQUIRED OPERATOR WARNING THAT THE ABS FUNCTION REQUIRES SERVICING.,"THE ABS ECU WILL BE REMOVED AND REPLACED ON THESE MOTOR HOMES. OWNER NOTIFICATION BEGAN DECEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EPG/ATHEY AT 1-847-741-5370 OR MERITOR WABCO AT 1-800-535-5560." -12/11/2001,01V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V377000),"Jayco, Inc.",JAYCO/SWAY BAR,SUSPENSION,NR (Not Reported),Vehicle,697,VEHICLE DESCRIPTION: MINI MOTOR HOMES. INCORRECT MOUNTING OF THE HELLWIG HELPER SPRING IN CONJUNCTION WITH A CHANGE IN THE STYLE OF SPRING BEING INSTALLED ALLOWED THE U BOLT SECURING THE HELPER SPRING TO THE OEM SPRING TO COME INTO CONTACT WITH THE REAR SWAY BAR.,THE SWAY BAR COULD BECOME NONFUNCTIONAL AND THE UNIT WOULD BECOME MORE DIFFICULT TO CONTROL.,"DEALERS WILL ELIMINATE THE CONTACT BETWEEN THE HELPER SPRING U BOLT AND THE SWAY BAR MOUNTING BOLT. DEALERS WILL REMOVE, REVERSE THE MOUNTING, AND REINSTALL THE HELLWIG HELPER SPRING. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-219-825-5861." -12/11/2001,01V322004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V322004),Pierce Manufacturing,PIERCE/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,74B29,Vehicle,54,VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.,"IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 1-888-974-3723." -12/11/2001,01V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V372000),Toyota Motor Engineering & Manufacturing,TOYOTA/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,19587,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A THREE-SPOKE STYLE STEERING WHEEL. DURING AIR BAG DEPLOYMENT, IT IS POSSIBLE THAT THE BOTTOM SEAM OF THE FRONT DRIVER'S SIDE AIR BAG MODULE COVER (HORN PAD) COULD BE TORN AWAY ALLOWING THE BOTTOM PORTION OF THE COVER TO COMPLETELY DETACH FROM THE AIR BAG MODULE.","IF THIS SHOULD OCCUR, THERE IS A POSSIBILITY THAT THE DETACHED BOTTOM PORTION MAY STRIKE THE DRIVER CAUSING PERSONAL INJURY.","DEALERS WILL REPLACE THE DRIVER'S SIDE AIR BAG MODULE. OWNER NOTIFICATION BEGAN DECEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331 OR LEXUS AT 1-888-333-9376." -12/11/2001,01V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V371000),Toyota Motor Engineering & Manufacturing,TOYOTA/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1697,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LEFT FRONT BRAKE TUBE MAY HAVE BEEN DEFORMED PRIOR TO VEHICLE DELIVERY DUE TO IMPROPER INSTALLATION OF A COIL SPRING SPACER THAT WAS INSTALLED TO PREVENT DAMAGE TO THE VEHICLE DURING TRANSPORTATION.,"IF THE BRAKE TUBE IS DEFORMED SIGNIFICANTLY, IT COULD CONTACT THE INNER FENDER PANEL, AND EVENTUALLY CAUSE DAMAGE TO THE TUBE DUE TO VIBRATION DURING DRIVING. BRAKE TUBE DAMAGE COULD ALSO LEAD TO BRAKE FLUID LEAKAGE AFTER EXTENDED USE OF THE VEHICLE.","DEALERS WILL INSPECT THE FRONT BRAKE LINE AND, IF NECESSARY, REPLACE THE LINE. OWNER NOTIFICATION BEGAN JANUARY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LEXUS AT 1-888-333-9376." -12/05/2001,01V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V373000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG,AIR BAGS,A07,Vehicle,102000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. IN THE EVENT OF A SEVERE FRONTAL OFFSET COLLISION, SHARP EDGES ON THE POWER STEERING PRESSURE HOSE BRACKET COULD CUT THE FRONT IMPACT SENSOR WIRING INSULATION CAUSING A SHORT CIRCUIT IN THE WIRING.","THIS COULD DELAY THE DEPLOYMENT OF THE AIR BAG SYSTEM, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","DEALERS WILL WRAP THE FRONT IMPACT SENSOR WIRE HARNESS WITH PROTECTIVE INSULATION TO PREVENT THE POSSIBILITY OF DAMAGE. OWNER NOTIFICATION BEGAN FEBRUARY 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/05/2001,01V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V374000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL INLET CHECK VALVE,"FUEL SYSTEM, GASOLINE",A06,Vehicle,50200,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE FUEL INLET CHECK VALVE COULD STICK IN THE PARTIALLY OPEN POSITION. THIS CONDITION COULD CAUSE FUEL TO SPILL OUT OF THE FILLER TUBE DURING REFUELING.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL INLET CHECK VALVE. VEHICLES FOUND TO HAVE A STICKING FUEL INLET CHECK VALVE WILL HAVE THE FUEL TANK ASSEMBLY REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -12/05/2001,01V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V368000),"FTCA, Inc.",FLEETWOOD FOLDING TRAILER/EMERGENCY EXIT,VISIBILITY,NR (Not Reported),Vehicle,111,"VEHICLE DESCRIPTION: C25 AND C25SLB TRAVEL TRAILERS. THESE TRAILERS ARE NOT IN COMPLIANCE WITH ANSI 119.2, STANDARD SECTION 3.2.1, MINIMUM EXIT FACILITIES, BY NOT HAVING A MINIMUM OF TWO EMERGENCY EXITS.","IN THE EVENT OF AN EMERGENCY, THE TRAILER OCCUPANTS COULD BE INJURED TRYING TO EXIT THE TRAILER.","DEALERS WILL INSTALL THE EMERGENCY EGRESS WINDOW. OWNER NOTIFICATION BEGAN DECEMBER 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD FOLDING TRAILER AT 1-800-544-8193." -12/05/2001,01V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V367000),"FTCA, Inc.",FLEETWOOD FOLDING TRAILER/WATER TANK SUPPORT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,406,VEHICLE DESCRIPTION: C25 AND C25B TRAVEL TRAILERS. THESE TRAILERS WERE PRODUCED WITHOUT SUPPORT BRACES INSTALLED UNDER THE WATER STORAGE TANK.,"A FILLED, UNSUPPORTED TANK COULD BECOME DISLODGED AND FALL-OUT DURING TRAVEL CREASING A POSSIBLE SAFETY HAZARD.","DEALERS WILL INSTALL SUPPORT BRACES UNDER THE FRESH WATER TANK. OWNER NOTIFICATION BEGAN DECEMBER 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD FOLDING TRAILER AT 1-800-544-8193." -12/04/2001,01C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C003000),"Britax Child Safety, Inc.",BRITAX/INADVERTENT BUCKLE RELEASE,CHILD SEAT,NR (Not Reported),Child Seat,128328,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. CUSTOMARY ADVISORY: THIS ADVISORY PERTAINS TO BRITAX CHILD SEATS, MODELS FREEWAY #101, FREEWAY PLUS #E9000, ROUNDABOUT #E9002, ADVANTAGE #E9022, ROUNDABOUT W/HEAD PAD # E9033. IN CERTAIN CIRCUMSTANCES, THE LARGE RED BUTTON MAY BE CONTACTED BY THE CHILD AND OPENED.","IF THE BUCKLE BECOMES UNLATCHED, THE CHILD MAY NOT BE RESTRAINED IN A VEHICLE CRASH.","CUSTOMERS WILL RECEIVE A FREE BUCKLE COVER AND EASY TO INSTALL INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2000 OF JANUARY 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRITAX CUSTOMER SERVICE AT 1-704-409-1700, PROMPT 2." -12/04/2001,01V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V365000),"General Motors, LLC",GM/FMVSS 120/TIRE MARKINGS,TIRES,01074,Vehicle,115,"VEHICLE DESCRIPTION: CERTAIN MEDIUM DUTY CONVENTIONAL TRUCKS EQUIPPED WITH EATON 19060S SINGLE SPEED REAR AXLES AND MICHELIN 245/70R19.5G XZE TIRES ON THE REAR WHEELS FAIL TO COMPLY WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE MARKINGS DO NOT SHOW ADEQUATE LOAD CAPACITY TO MEET THE VEHICLE DRIVE AXLE GAWR AS SHOWN ON THE VEHICLE PLACARD.",,"MICHELIN WILL REPLACE THE TIRES ON ALL AFFECTED VEHICLES. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MICHELIN AT 1-800-887-0662." -12/04/2001,01I018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I018000),"General Motors, LLC",GM/UPPER BALL JOINT SEPARATION,SUSPENSION,NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1996-1997 4-WHEEL DRIVE CHEVROLET BLAZER, GMC JIMMY, AND OLDSMOBILE BRAVADA SPORT UTILITY VEHICLES. SOME OWNERS HAVE HAD TO PAY FOR REPLACEMENT OF THE UPPER BALL JOINTS THAT HAVE SEPARATED. GM IS PROVIDING A SPECIAL POLICY TO THESE OWNERS TO COVER UPPER BALL JOINT REPLACEMENT IF THE CUSTOMER FOLLOWED THE RECOMMENDED MAINTENANCE SCHEDULE FOR THE CHASSIS LUBRICATION AND THE VEHICLE STILL REQUIRED THE REPLACEMENT OF THE UPPER BALL JOINTS DUE TO SEPARATION.",THIS COULD CAUSE A LOSS OF STEERING CONTROL OF THE VEHICLE.,"GM HAS DECIDED TO CONDUCT A CUSTOMER SATISFACTION CAMPAIGN TO REPLACE THE UPPER BALL JOINTS ON AFFECTED VEHICLES. THIS SPECIAL POLICY IS FOR A PERIOD OF 8 YEARS OR 100,000 MILES, WHICHEVER OCCURS FIRST, FROM THE DATE THE VHEICLE WAS ORIGINALLY PLACED IN SERVICE, REGARDLESS OF OWNERSHIP. THE UPPER BALL JOINT REPLACEMENT, DUE TO SEPARATION, WILL BE MADE AT NO CHARGE TO THE CUSTOMER DURING THIS PERIOD. OWNERS CAN CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-862-4389, OR OLDSMOBILE AT 1-800-442-6537, CONCERNING THIS PROGRAM." -12/04/2001,01V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V366000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,65731,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH HOPPECKE BATTERIES. THE BATTERY MAINTENANCE SCHEDULE COULD BE LESS THAN NEEDED TO MAINTAIN PROPER ELECTROLYTE LEVELS.,"THE LOW ELECTROLYTE LEVELS RESULT IN ACCELERATED BATTERY GRID GROWTH, INCREASED POTENTIAL FOR INTER-CELL RUPTURE AND SPARKING, AND THE POTENTIAL FOR A BATTERY EXPLOSION.","DEALERS WILL INSPECT THE BATTERIES, INCLUDING FLUID LEVELS. SOME BATTERIES MAY BE REPLACED IF NECESSARY, ON A CASE BY CASE BASIS. IN ADDITION TO THE BATTERY INSPECTION, THE ADDITION OF LABELS IN THE VEHICLE OWNER'S MANUAL AND ENGINE COMPARTMENT WILL BE INCLUDED TO CONSPICUOUSLY REMIND OWNERS AS WELL AS DEALER AND SERVICE PERSONNEL OF THE NEED TO PERFORM BATTERY MAINTENANCE. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -12/03/2001,01V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V364000),"General Motors, LLC",GM/MULTIFUNCTION SWITCH,EXTERIOR LIGHTING,01073,Vehicle,506377,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE MULTIFUNCTION SWITCH COULD DEVELOP AN OPEN CIRCUIT CONDITION THAT RESULTS IN THE STOP LAMPS AND THE REAR HAZARD LAMPS BECOMING INOPERATIVE. THE CENTER HIGH MOUNTED STOP LAMP AND TURN SIGNAL FUNCTIONS ARE NOT AFFECTED.,THE LOSS OF STOP LAMPS AND REAR HAZARD LAMPS COULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND/OR IS STOPPED AND COULD RESULT IN A CRASH.,"DEALERS WILL REPLACE THE HAZARD SWITCH CARRIER. OWNER NOTIFICATION WILL BE CONDUCTED IN TWO PHASES. THE FIRST PHASE BEGAN APRIL 15, 2002, WITH MAILINGS TO OWNERS OF 2000 AND EARLY 2001 VEHICLES. THE SECOND MAILING PHASE WILL BE TO REMAINING 2001 AND 2002 VEHICLES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -12/01/2001,01T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T018000),Cooper Tire & Rubber Co.,COOPER/INADEQUATE RUBBER COVERAGE,TIRES,NR (Not Reported),Tire,1848,"TIRE DESCRIPTION: DEL-NAT CORPORATION CHAPARRAL AP TIRES, SIZE P265/75R15 AND P265/75R16 PRODUCED BY COOPER TIRE & RUBBER CO., BETWEEN AUGUST 26 AND OCTOBER 6, 2001. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW TREAD GAUAGE UNDER THE SHOULDER SLOTS.","WHEN THIS CONDITION EXISTS, IT MAY EVENTUALLY EXPOSE THE BELT WIRES WHICH COULD LEAD TO BELT DEGRADATION.","COOPER WILL NOTIFY ITS DEALERS/CUSTOMERS TO HAVE THE TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DEL-NAT CORPORATION AT 800-489-7233 OR COOPER TIRE CONSUMER RELATIONS DEPARTMENT AT 800-854-6288." -11/29/2001,01I017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I017000),Ford Motor Company,FORD/REAR WHEEL BEARINGS,WHEELS,NR (Not Reported),Vehicle,238653,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2000-2001 FORD FOCUS PASSENGER VEHICLES, ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIOM, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN. IN HIGH CORROSION AREAS, WHERE SALT IS USED ON ROADWAYS IN THE WINTER, THE REAR WHEEL BEARING SEAL RACE CAN EXPERIENCE SURFACE CORROSION. IF THIS CONDITION OCCURS, THE WHEEL BEARING SEALS COULD BECOME DAMAGED AND ALLOW CONTAMINATION TO ENTER THE WHEEL BEARINGS.","THE WHEEL BEARINGS COULD PREMATURELY WEAR AND CAUSE A NOTICEABLE NOISE. IF NOT REPAIRED, THIS CONDITION COULD PROGRESS TO THE POINT WHERE THE WHEEL BEGINS TO WOBBLE.","DEALERS WILL REPLACE THE REAR WHEEL BEARINGS AT NO COST TO THE CONSUMER. ADDITIONAL BEARING SEALS WILL ALSO BE INSTALLED TO ENSURE A SMOOTH RIDE. THIS PROGRAM WILL BE IN EFFECT UNTIL DECEMBER 31, 2002, REGARDLESS OF MILEAGE. EVEN IF THE VEHICLE HAS ALREADY BEEN SERVICED UNDER RECALL CAMPAIGN 00S31, FORD HAS TAKEN ADDITIONAL STEPS TO KEEP THE WHEEL BEARINGS IN TOP SHAPE. OWNERS CAN CONTACT FORD AT 1-866-436-7332, CONCERNING THIS PROGRAM." -11/29/2001,01V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V363000),FREIGHTLINER LLC,FREIGHTLINER/REAR SUSPENSION,SUSPENSION,FL-388,Vehicle,219,"ON CERTAIN TRUCKS, THE WELDS THAT ATTACH THE REAR SUSPENSION CONTROL ROD BRACKETS TO THE AXLE HOUSING MAY NOT MEET SPECIFICATIONS.","A WELD COULD FRACTURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR SUSPENSION BRACKET WELDS TO DETERMINE IF THEY MEET SPECIFICATIONS AND RE-WELD IF NECESSARY. OWNER NOTIFICATION BEGAN JULY 31, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -11/29/2001,01V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V362000),Hyundai Motor America,HYUNDAI/POWERTRAIN,POWER TRAIN,NR (Not Reported),Vehicle,1963,VEHICLE DESCRIPTION: PASSENGER VEHICLES. IMPROPERLY MANUFACTURED POWERTRAIN CONTROL MODULES (PCM) WERE INSTALLED IN SOME VEHICLES. THE IMPROPERLY MANUFACTURED PCMS CONTAINED A CONDENSER THAT WAS NOT CORRECTLY INSTALLED ONTO THE PCM PRINTED CIRCUIT BOARD. THE INCORRECT INSTALLATION OF THE CONDENSER COULD RESULT IN DAMAGE TO THE IGNITION FAILURE SENSOR.,"A DAMAGED IGNITION FAILURE SENSOR COULD RESULT IN ENGINE STALLING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE PCM TO DETERMINE IF IT WAS MANUFACTURED DURING THE AFFECTED PRODUCTION PERIOD. IF NECESSARY, THE PCM WILL BE REPLACED. OWNER NOTIFICATION BEGAN JANUARY 27, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -11/28/2001,01V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V361000),"General Coach America, Inc.",GENERAL COACH/REAR AXLE SHAFT,SUSPENSION,NR (Not Reported),Vehicle,128,"VEHICLE DESCRIPTION: TRANSIT COACHES. THE TRAILING ARM SHAFT ON THE REAR AXLE COULD SHEAR OFF AT A LOCATION BETWEEN THE INSIDE BEARING AND THE AXLE TUBE. THIS DEFECT DOES NOT ARISE UNTIL THE MILEAGE ON THE SUBJECT VEHICLE IS IN EXCESS OF 60,000 MILES. IN ADDITION, THE DEFECT APPEARS TO ARISE ONLY IN THE EVENT THAT THE DRIVER OF THE VEHICLE HITS A CURB OR OTHER OBJECT WITH THE REAR PASSENGER SIDE WHEEL. WHEN THE DEFECT OCCURS, THE TRAILING ARM AND THE MECHANISMS ATTACHED TO IT, INCLUDING BUT NOT LIMITED TO THE WHEEL, LODGE UPWARD INTO THE WHEEL WELL OF THE VEHICLE AND STOP THE ROTATION OF THE TIRE.","IN TURN, THE DISLODGED WHEEL BREAKS THE HYDRAULIC BRAKE LINE AND THE AIR SUPPLY LINE TO THE PARKING BRAKE AND THE REAR AIR SUSPENSION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE REAR AXLE OF THE VEHICLE. OWNER NOTIFICATION BEGAN DECEMBER 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GENERAL COACH AT 1-800-842-0622." -11/27/2001,01V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V360000),MONACO COACH CORPORATION,MONACO/FMVSS 108/RELFECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,455,"VEHICLE DESCRIPTION: CERTAIN CLASS A MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" FRONT REFLECTORS NEED TO BE INSTALLED ON THE SIDE OF THE FRONT CAP.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"DEALERS WILL INSTALL A REFLECTOR ON EACH SIDE OF THE FRONT CAP. OWNER NOTIFICATION BEGAN DECEMBER 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -11/26/2001,01V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V352000),"BMW of North America, LLC",BMW/TIRES,TIRES,NR (Not Reported),Vehicle,1318,"VEHICLE DESCRIPTION: DURING THE TIRE MOUNTING PROCESS ON CERTAIN PASSENGER VEHICLES BUILT WITH STANDARD (NON-SPORT) SUSPENSION AND EQUIPPED WITH CONTINENTAL CONTITOURINGCONTACT CH95 ECOPLUS TIRES, SIZE 225/65R16 95H, HAVING DOT CODES 4001, 4101, OR 4201, THE OUTER SIDEWALL SURFACE OF THE TIRES MAY HAVE BEEN CUT BY A SHARP EDGE. OPERATION OF THE VEHICLE OVER A LONG PERIOD OF TIME COULD LEAD TO A REDUCTION OF INFLATION PRESSURE.","CONTINUED DRIVING WITH LOW INFLATION PRESSURE IN THE TIRE COULD ULTIMATELY RESULT IN DAMAGE TO THE TIRE, AFFECT VEHICLE HANDLING AND CONTROL, AND COULD IN SOME CASES RESULT IN A VEHICLE CRASH.","DEALERS WILL INSPECT ALL FIVE TIRES FOR A POSSIBLE CUT IN THE SIDEWALL, AND IF A CUT IS FOUND, THE TIRE WILL BE REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -11/26/2001,01V322003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V322003),COUNTRY COACH INC,COUNTRY COACH/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,194,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.,"IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING DECEMBER 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015. -11/26/2001,01V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V351000),Honda (American Honda Motor Co.),HONDA/SEAT BELT PRETENSIONER,SEAT BELTS,NR (Not Reported),Vehicle,6744,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH AUTOMATIC SEAT BELT PRETENSIONS. THE CR-V IS EQUIPPED WITH TWO SEAT BELT PRETENSIONERS - RETRACTOR AND BUCKLE - IN BOTH THE DRIVER AND FRONT PASSENGER SEATING POSITIONS. SOME BUCKLE PRETENSIONERS USE A PART THAT RESTRICTS THE FULL MOTION OF THE MECHANISM.,"IF THESE PRETENSIONERS ACTIVATE IN A CRASH, THE SEAT BELT COULD UNLATCH, LEAVING THE FRONT SEAT OCCUPANTS UNRESTRAINED.","DEALERS WILL REPAIR BOTH FRONT SEAT BELT BUCKLE PRETENSIONERS. CUSTOMERS WILL BE PROVIDED WITH A RENTAL CAR. OWNERS WERE ORIGINALLY CONTACTED ON NOVEMBER 14, 2001. A FOLLOWUP OWNER NOTIFICATION LETTER IS BEING MAILED DURING DECEMBER 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -11/26/2001,01E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E061000),NATIONAL SEATING COMPANY,NATIONAL SEATING COMPANY/SEAT BELT ANCHORAGE,SEATS,NR (Not Reported),Equipment,9,"EQUIPMENT DESCRIPTION: THE SEAT BELT ANCHORAGE FAILED DURING TESTING UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE SEATS ARE MISSING WELDS.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT ANCHORAGE MAY NOT HOLD, POSSIBLE RESULTING IN SERIOUS PERSONAL INJURIES.","AUTHORIZED DEALERS WILL INSTALL A REPLACEMENT RISER FREE OF CHARGE. OWNER NOTIFICATION BEGAN NOVEMBER 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL SEATING COMPANY AT 1-800-222-7328 EXT. 230." -11/23/2001,01V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V358000),COUNTRY COACH INC,COUNTRY COACH/WINDSHIELD WIPERS,VISIBILITY,NR (Not Reported),Vehicle,21,VEHICLE DESCRIPTION: MOTOR HOMES. THE WINDSHIELD WIPERS EQUIPPED WITH THE SMARTWHEEL OPTION WERE IMPROPERLY GROUNDED. THE IMPROPER GROUND CAUSES THE WIPER MOTORS AND BLADES TO PERIODICALLY STOP WHEN THE MOTOR HOME IS IN TRANSIT AT FREEWAY SPEEDS.,"FAILURE OF THE WINDSHIELD WIPER MOTORS TO WORK COULD LEAD TO LOSS OF VISIBILITY DURING CRITICAL PERIODS WHEN WIPERS ARE NECESSARY, INCREASING THE RISK OF A CRASH.","DEALERS WILL CORRECTLY GROUND THE WINDSHIELD WIPER MOTOR CASE. OWNER NOTIFICATION BEGAN DECEMBER 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -11/20/2001,01V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V241000),IC CORPORATION,AMTRAN/HEATER/DEFROSTER BLOWER MOTOR,VISIBILITY,NR (Not Reported),Vehicle,11944,"VEHICLE DESCRIPTION: CERTAIN SCHOOL AND TRANSIT BUSES WERE BUILT WITH A POOR QUALITY HEATER/DEFROSTER BLOWER SWITCH. IN SOME CASES THIS HAS CAUSED THE MELTING OF THE HEATER HARNESS CONNECTOR AT THE SWITCH TERMINALS OR THE HIGH-SPEED WIRE INSULATION AT THE CONNECTOR. ALSO, SOME OF THE UNITS HAD IMPROPER CIRCUIT PROTECTION SIZE INSTALLED IN THE HEATER DEFROSTER CIRCUIT.","IF AN OPERATOR DETECTS SMOKE OR THE SMELL OF MELTING WIRE INSULATION FROM THE BLOWER CONTROL PANEL, THE OPERATION OF THE HEATER/DEFROSTER AT HIGH SPEED SHOULD BE DISCONTINUED UNTIL THE REPAIR IS MADE.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND PARTS TO REPLACE THE SWITCH AND SWITCH HARNESS WITH A NEW SWITCH, SWITCH HARNESS, RELAY AND RELAY HARNESS. FOR THE RE UNITS BUILT PRIOR TO JANUARY 1, 1999, THE KIT WILL ALSO INCLUDE A 20-AMPERE MANUAL CIRCUIT BREAKER. OWNER NOTIFICATION BEGAN DECEMBER 15, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 800-843-5615." -11/20/2001,01V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V369000),IC CORPORATION,AMTRAN/WIRING DIAGRAM DECAL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3190,VEHICLE DESCRIPTION: CERTAIN BUSES WERE BUILT WITH A WIRING DIAGRAM DECAL THAT SHOWS THE CIRCUIT PROTECTION SIZE OF 30 AMPERES INSTEAD OF 20 AMPERES FOR THE HEATER SUPPLY CIRCUITS.,ELECTRICAL COMPONENT FAILURE WITHOUT THE CORRECT PROTECTION IN SOME CASES CAN CAUSE OVERHEATING OF THE COMPONENT AND/OR FIRE.,"OWNERS WILL BE PROVIDED WITH A STRIP AND INSTALLATION INSTRUCTIONS THAT SHOULD BE PLACED OVER THE INCORRECT INFORMATION ON THE CURRENT DECAL. OWNER NOTIFICATION BEGAN DECEMBER 21, 2001. OWNERS WHO DO NOT RECEIVE THE FREE STRIP AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-993-7686." -11/16/2001,01V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V355000),RANSOMES CORPORATION,CUSHMAN/FUEL LINE LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,527,VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD VEHICLES. A FUEL REGULATOR LOCATED ON THE FUEL LINE THAT COULD LEAK FUEL IF A DIAPHRAGM FAILURE OCCURS.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"OWNERS WILL BE SENT A NEW FUEL LINE. IF A CUSTOMER SO WISHES, A DEALER CAN INSTALL THE FUEL LINE FOR THEM. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2002. OWNERS WHO DO NOT RECEIVE THE FREE PARTS WITHIN A REASONABLE TIME SHOULD CONTACT RANSOMES/CUSHMAN AT 1-402-475-9581." -11/16/2001,01V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V357000),"Nissan North America, Inc.",NISSAN/CRANK POSITION SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,103000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A 1.8 LITER ENGINE. THE ENGINE COULD STOP RUNNING WHILE BEING DRIVEN DUE TO A DEFECTIVE CRANK POSITION SENSOR. THIS COULD ALSO RESULT IN THE ""SERVICE ENGINE SOON"" WARNING LIGHT COMING ON OR REDUCED ENGINE POWER.","IF THE ENGINE STOPS RUNNING WHILE THE VEHICLE IS IN MOTION, IT COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE CRANK POSITION SENSORS. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -11/15/2001,01V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V350000),IC CORPORATION,AMTRAN/HEATER HARNESS WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,307,"VEHICLE DESCRIPTION: CERTAIN BUSES WERE BUILT WITH AN IMPROPER CONNECTION OF THE HEATER HARNESS FROM THE HEATER SWITCH TO THE CONNECTOR JUST OUTSIDE THE HEATER UNIT. THE ASSEMBLY LEFT A LOOSE HOT WIRE IN THE HEATER HARNESS WITH AN UNPROTECTED TERMINAL THAT COULD CAUSE A DIRECT SHORT. THIS WIRE IS PROTECTED WITH A 20-AMPERE CIRCUIT PROTECTION, BUT IN A RARE CASE COULD CAUSE A FIRE.",ELECTRICAL COMPONENT FAILURE WITHOUT THE CORRECT PROTECTION IN SOME CASES CAN CAUSE OVERHEATING OF THE COMPONENT.,"OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON HOW TO REPAIR THE DEFECT. THE REPAIR PROCEDURE FOR THIS DEFECT WILL REQUIRE PLACING THE CONNECTORS CORRECTLY IN THE TERMINALS TO THE HIGH-SPEED BLOWER RELAY AND HARNESS CONNECTION AT THE HEATER. OWNER NOTIFICATION BEGAN DECEMBER 18, 2001. OWNERS WHO DO NOT RECEIVE THE FREE INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-843-5615." -11/15/2001,01V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V354000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 121/BRAKE HOSE CHAFFING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,302,"VEHICLE DESCRIPTION: MOTOR HOMES. MISALIGNMENT OF THE MOTOR HOMES' FRONT BRAKE HOSES DURING SHARP TURNING MOVEMENTS CAN WEAKEN THE HOSES THROUGH RUBBING AND/OR CHAFFING ON THE STEERING TIRES OR COMPONENTS OF THE FRAME. A SUDDEN LOSS OF BRAKING ON A STEERING WHEEL COULD OCCUR IF THE HOSE RUPTURES, CAUSING THE MOTOR HOME TO PULL SHARPLY TO ONE SIDE.",A LOW AIR SITUATION COULD DEVELOP AND RESULT IN THE APPLICATION OF THE REAR SPRING BRAKES RESULTING IN A SUDDEN STOP INCREASING THE RISK OF A CRASH.,"DEALERS WILL REPLACE AND RE-ROUTE THE FRONT BRAKE HOSES. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -11/15/2001,01V322002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V322002),FREIGHTLINER LLC,FREIGHTLINER/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,FL-389,Vehicle,2700,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS, FIRE TRUCKS, AND TRANSIT BUSES AND SCHOOL BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN MARCH 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -11/15/2001,01V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V353000),"Navistar, Inc.",INTERNATIONAL/STEERING CONNECTION,STEERING,01515,Vehicle,558,VEHICLE DESCRIPTION: TRUCKS. AN INCORRECT GRADE 5 FLANGE-NUT WAS INSTALLED IN PLACE OF A GRADE 8 NUT AND FLAT WASHER ON THE YOKE PINCH BOLT THAT HOLDS THE CONNECTION BETWEEN THE LOWER END OF THE I-SHAFT AND THE STEERING GEAR.,"IF THE PINCH BOLT NUT EXPERIENCES THREAD STRIPPING, THE YOKE CONNECTION OF THE STEERING SHAFT TO THE STEERING GEAR BOX COULD FAIL AND POSSIBLY RESULT IN LOSS OF STEERING CONTROL.","DEALERS WILL REPLACE THE GRADE 5 PINCH BOLT NUT WITH THE CORRECT GRADE 8 NUT AND WASHER ON ALL VEHICLES. OWNER NOTIFICATION BEGAN DECEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -11/13/2001,01E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E059000),"CRC INDUSTRIES, INC.",CRC INDUSTRIES/AUTOMOTIVE CLEANER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,18348,"EQUIPMENT DESCRIPTION: AUTO PRIDE BRAKE PARTS CLEANER AND AUTO PRIDE ENGINE DEGREASER, LABELED AS 05089AP, MANUFACTURED ON JUNE 9, 2001, AND SEPTEMBER 18, 2001, WERE MISLABELED IN THE PRODUCTION PROCESS AND DO NOT INFORM THE USER THAT THE FORMULA IN THE CAN IS FLAMMABLE.","IF THIS PRODUCT IS USED IN AN AREA WHERE THERE IS THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","CRC IS NOTIFYING ITS DISTRIBUTORS AND CUSTOMERS TO RETURN THE PRODUCT FOR A FREE REPLACEMENT. DISTRIBUTOR/OWNER NOTIFICATION BEGAN NOVEMBER 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CRC INDUSTRIES AT 215-674-4300." -11/13/2001,01V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V348000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/EVAPORATIVE CANISTER,ENGINE AND ENGINE COOLING,A02,Vehicle,38700,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE ONBOARD VAPOR RECOVERY SYSTEM VENT HOSE MAY HAVE BEEN MISROUTED. THIS COULD ALLOW WATER TO ENTER THE CANISTER WHICH CAN CAUSE FUEL TO SPILL OUT OF THE FILLER TUBE WHEN REFUELING THE TANK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT (AND REPOSITION AS NECESSARY) THE VENT HOSE. IF THE VENT HOSE IS FOUND IN THE BENT DOWN POSITION, AND THE VEHICLE HAS BEEN DRIVEN MORE THAN 20 MILES, THE CANISTER ASSEMBLY WILL BE REPLACED. OWNER NOTIFICATION BEGAN DECEMBER 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -11/13/2001,01V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V359000),MONACO COACH CORPORATION,MONACO/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,99,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES WITH A BF GOODRICH VELVET RIDE SUSPENSIONS. THE IPD V-LINKS, INSTALLED AS A CHASSIS UPGRADE OPTION, MAY HINDER PROPER OPERATION OF THE CHASSIS FRONT SUSPENSION COMPONENTS.","UNDER CERTAIN CONDITIONS IT COULD CAUSE INTERMITTENT, ERRATIC STEERING, RESULTING IN IMPAIRED DRIVABILITY.","DEALERS WILL REMOVE THE IPD V-LINK. OWNER NOTIFICATION BEGAN DECEMBER 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-877-466-6226." -11/09/2001,01C058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C058000),"Britax Child Safety, Inc.",BRITAX/FMVSS 213/TETHER BRACKET SEPARATION,CHILD SEAT,NR (Not Reported),Child Seat,4959,"EQUIPMENT DESCRIPTION: ADVANTAGE CONVERTIBLE CHILD RESTRAINTS, MODEL E9022, WITH PRODUCTION DATES FROM MARCH 5 TO JULY 26, 2001. THE TETHER BRACKETS USED DURING THE AFFECTED PERIOD MAY ALLOW ONE OF THE TETHER ATTACHMENTS TO SEPARATE FROM THE SEAT SHELL IN A VEHICLE CRASH. SEPARATION OF ONE OF THE TETHER BRACKETS FROM THE SEAT SHELL COULD CAUSE INCREASED HEAD EXCURSION. THESE SEATS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN A CRASH, THE SHELL MAY SEPARATE FROM THE SEAT SHELL ATTACHMENT POINT AND ALLOW HALF OF THE TETHER TO COME LOOSE POSSIBLY RESULTING IN INJURY.","CONSUMERS WITH THE AFFECTED SEATS ARE BEING INSTRUCTED TO CONTACT BRITAX IN ORDER TO RECEIVE A FREE REPAIR KIT. OWNER NOTIFICATION BEGAN NOVEMBER 29, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRITAX CUSTOMER SERVICE AT 1-888-427-4829." -11/09/2001,01V130002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V130002),Eldorado National-Kansas,ELDORADO/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.",THIS COULD DISABLE THE ANTI-LOCK FUNCTION ON THE AFFECTED WHEEL WITHOUT PROVIDING THE REQUIRED OPERATOR WARNING THAT THE ABS FUNCTION REQUIRES SERVICING.,THE ABS ECU WILL BE REMOVED AND REPLACED ON THESE MOTOR HOMES. MERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY SCHEDULING FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 1-800-535-5560. -11/08/2001,01V293002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V293002),PACCAR Incorporated,PACCAR/FRONT AXLE,WHEELS,NR (Not Reported),Vehicle,14,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH ARVINMERITOR FRONT AXLE FF-981. THE WHEEL SEPARATOR PLATES ARE INCOMPATIBLE WITH SKF PHASE IV TRUCK HUB UNITS INCORPORATED INTO THE ARVINMERITOR FF-981 FRONT AXLE ASSEMBLIES INSTALLED ON VEHICLES WITH WHEEL MOUNTING FLANGES OF 10 MM OR LESS AND BRAKE DRUM MOUNTING FLANGES OF 6 MM OR LESS.,"THE COMBINATION OF COMPONENTS COULD REDUCE THE SERVICE LIFE OF THE FRONT HUB, WHICH COULD RESULT IN A FRACTURE. IF A HUB FRACTURES, VEHICLE CONTROL, BRAKING, AND STABILITY CAN BE AFFECTED. IN EXTREME CASES, THE WHEEL COULD SEPARATE FROM THE VEHICLE CAUSING A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL CHANGE THE FRONT HUBS. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -11/07/2001,01V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V343000),Chrysler Group Global Electric Motorcars,GLOBAL ELECTRIC/STEERING,STEERING,NR (Not Reported),Vehicle,5300,"VEHICLE DESCRIPTION: 2-AND 4-PASSENGER UTILITY (SHORT AND LONG) VEHICLES. FAILURE OF THE BALL BEARING ASSEMBLIES CAN OCCUR. WHEN THE FAILURE OCCURS, THE PINION SHAFT IS UNRESTRAINED AND IS FREE TO EXTRICATE ITSELF FROM THE BEARING HOUSING.","THE DRIVER OF THE VEHICLE COULD LOSE STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL TAB-OVER STYLE ROLTOM BEARINGS. OWNER NOTIFICATION BEGAN JANUARY 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GEM AT 701-232-2500." -11/06/2001,01V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V346000),Hyundai Motor America,HYUNDAI/PCV VALVE AND HOSE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,49371,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 1.5 LITER OR 1.6 LITER ENGINES THAT WERE ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, IDAHO, ILLINOIS, INDIANA, IOWA, KANSAS, MAINE, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NORTH DAKOTA, NEBRASKA, NEW HAMPSHIRE, NEW YORK, OHIO, PENNSYLVANIA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. WHILE DRIVING AT A STEADY THROTTLE OPENING FOR AN EXTENDED PERIOD OF TIME DURING EXTREMELY COLD AMBIENT TEMPERATURES (BELOW APPROXIMATELY -5 DEGREES FAHRENHEIT WITH HIGH HUMIDITY), MOISTURE IN THE COMBUSTION CHAMBER BLOWBY GASES CAN FREEZE AND BLOCK THE POSITIVE CRANKCASE VENTILATION (PCV) VALVE AND HOSE. IF THE PCV HOSE FREEZES, COMBUSTION CHAMBER GASES ARE FORCED THROUGH THE BREATHER HOSE INTO THE AIR INTAKE HOSE AND THEN INTO THE THROTTLE BODY.",MOISTURE IN THE COMBUSTION CHAMBER BLOWBY GASES MAY FREEZE INSIDE THE THROTTLE BODY BORE AND THROTTLE BODY IDLE SPEED CONTROL CIRCUIT RESULTING IN THE THROTTLE VALVE NOT CLOSING FULLY AND A HIGHER THAN NORMAL IDLE SPEED WHEN THE ACCELERATOR PEDAL IS RELEASED.,"DEALERS WILL INSTALL A NEW, RELOCATED PCV HOSE AND WILL ADDITIONALLY INSTALL A HEATED THROTTLE BODY ON THE 2000-2001 ACCENTS EQUIPPED WITH 1.5 LITER ENGINES THAT WERE PRODUCED THROUGH JANUARY 31, 2001. OWNER NOTIFICATION BEGAN APRIL 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -11/06/2001,01V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V345000),Hyundai Motor America,HYUNDAI/SEAT BELT D-RING GUIDE,SEAT BELTS,NR (Not Reported),Vehicle,42782,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DRIVER AND FRONT PASSENGER SEAT BELTS MAY NOT EXTEND AND RETRACT SMOOTHLY THROUGH THE D-RING GUIDES MOUNTED ON THE BODY PILLARS AFT OF THE DOORS. IF THE SEAT BELTS DO NOT EXTEND AND RETRACT SMOOTHLY, THEY MAY TWIST IN THE D-RING GUIDES AND MAKE IT INCONVENIENT TO EXTEND AND RETRACT THE SEAT BELTS.","IF THE SEAT BELTS ARE INCONVENIENT TO USE, THE SEAT OCCUPANT MAY NOT BE INCLINED TO WEAR THE SEAT BELTS PROPERLY, INCREASING THE RISK OF INJURY IN THE EVENT OF A CRASH.","DEALERS WILL INSTALL A STOPPER OVER EACH FRONT SEAT BELT D-RING GUIDE TO ASSIST THE SEAT BELT TO SMOOTHLY EXTEND AND RETRACT. OWNER NOTIFICATION BEGAN DECEMBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -11/06/2001,01V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V347000),Hyundai Motor America,HYUNDAI/SRS AIR BAG WARNING LIGHT,AIR BAGS,NR (Not Reported),Vehicle,86513,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG WARNING LIGHT COULD ILLUMINATE DUE TO MOTION OF THE SIDE IMPACT AIR BAG WIRING HARNESS AND SIDE IMPACT AIR BAG WIRING HARNESS CONNECTOR THAT MOUNT TO THE ADJUSTABLE SEAT CUSHION ASSEMBLY. THIS CONDITION ONLY RELATES TO THE DRIVER AND/OR PASSENGER SEAT-MOUNTED SIDE IMPACT AIR BAG(S).,THIS CONDITION COULD PREVENT SEAT MOUNTED SIDE IMPACT AIR BAG DEPLOYMENT DURING AN ACCIDENT WHERE SUCH DEPLOYMENT SHOULD OCCUR. NON-DEPLOYMENT OF THE SRS SIDE IMPACT AIR BAGS COULD INCREASE THE RISK OF INJURY DURING AN ACCIDENT WHERE SIDE IMPACT AIR BAG DEPLOYMENT IS INTENDED.,"DEALERS WILL MORE SECURELY FASTEN THE FRONT SEAT SIDE IMPACT AIR BAG WIRING HARNESS AND CONNECTORS TO THE VEHICLE'S FRONT SEAT CUSHION FRAMES. OWNER NOTIFICATION WILL OCCUR IN SIX MAILINGS ON MAY 27, JUNE 3, JUNE 10, JUNE 17, JUNE 24, AND JULY 1, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-633-5151." -11/06/2001,01V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V342000),Oshkosh Corporation,OSHKOSH/FRAME RAILS,STRUCTURE,NR (Not Reported),Vehicle,816,VEHICLE DESCRIPTION: FRONT DISCHARGE CONCRETE CARRIERS WITH 6- OR 8-WHEEL DRIVE DESIGNED TO OPERATE OFF-ROAD IN DIFFICULT SOILS AND TERRAIN THAT ARE BEYOND THE CAPABILITY OF CONVENTIONAL REAR DISCHARGE CONCRETE TRUCKS. THE FRAME RAIL FLANGE IMPINGED ON THE HEAD OF ONE OR MORE LOCKBOLTS WHICH ATTACH THE ANGLE IRON REAR PEDESTAL SUPPORT BRACKET TO THE FRAME.,"BOLT HEAD IMPINGMENT CAN CAUSE THE PEDESTAL BOLT RETNETION SYSTEM TO LOSE THE SPECIFIED CLAMP LOAD CAUSING THE CONCRETE DRUM TO SEPARATE FROM THE TRUCK CHASSIS, INCREASING THE RISK OF SERIOUS INJURY OR DEATH.","OWNERS HAVE BEEN ADVISED TO IMMEDIATELY CHECK ALL BOLTS ON THE REAR PEDESTALS. IF ANY ONE HORIZONTAL LOCKBOLT IS LOOSE OR MISSING, TO IMMEDIATELY REPLACE THE LOOSE LOCKBOLT. OSHKOSH IS PROVIDING REPLACEMENT KITS WITH INSTRUCTIONS AND HAS AUTHORIZED LABOR REIMBURSEMENT. OWNERS WERE CALLED BEGINNING DECEMBER 10, 2000, TO ADVISE THEM OF THIS PROBLEM. AN OWNER NOTIFICATION LETTER WAS SENT TO EACH CUSTOMER ON DECEMBER 15, 2001, TO CUSTOMERS WHO HAD NOT REPLIED TO THE INITIAL COMMUNICATION. OWNERS SHOULD CONTACT OSHKOSH AT 1-920-235-9151." -11/05/2001,01V340001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V340001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/CRANKSHAFT PULLEY BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,18630,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BOLT SECURING THE CRANKSHAFT PULLEY CAN BECOME LOOSE AND THE PULLEY COULD FALL OFF THE VEHICLE.,"THE CONDITION CAN RESULT IN A LOSS OF POWER STEERING ASSIST, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES TO INSURE THAT THE BOLT IS TIGHTENED. FOR THOSE BOLTS NOT PROPERLY TIGHTENED, THE BOLT AND PULLEY WILL BE REMOVED AND INSPECTED FOR ANY INDICATION OF DAMAGE. COMPONENTS SHOWING ANY SIGNS OF DAMAGE WILL BE REPLACED AND THE BOLT TIGHTENED TO THE PROPER TORQUE. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AMERICA AT 1-888-648-7820." -11/02/2001,01V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V338000),Blue Bird Body Company,BLUE BIRD/SUSPENSION,SUSPENSION,R01FL,Vehicle,2692,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH HENDRICKSON REAR AIR SUSPENSION. INADEQUATE TIGHTENING OF THE 5/8"" BOLTS ON THE REAR AIR SUSPENSION HANGER BOLTS AND ON REAR AXLE TORQUE ARM AXLE SEAT STUDS.","INSUFFICIENT TIGHTENING PERMITS MOVEMENT BETWEEN THE COMPONENTS THAT COULD RESULT IN BOLTS AND STUDS BREAKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE 5/8"" GRADE 8-HANGER BOLTS. IN ADDITION, AXLE SPRING SEAT FASTENERS WILL BE CHECKED FOR PROPER TIGHTNESS AND, IF NEEDED, TIGHTENED TO SPECIFICATIONS. OWNER NOTIFICATION BEGAN JANUARY 18, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -11/02/2001,01V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V339000),"Triumph Motorcycles America, Ltd.",TRIUMPH/CLUTCH CABLE,POWER TRAIN,NR (Not Reported),Vehicle,3427,"VEHICLE DESCRIPTION: MOTORCYCLES. THE CLUTCH CONTROL CABLE CAN FRAY AND FAIL. THE BARREL AT THE END OF THE INNER CABLE SEIZES IN THE CONTROL LEVER BORE, THEREBY STRESSING THE INNER CABLE.","THIS CAUSES THE RIDER TO BE UNABLE TO ENGAGE THE CLUTCH, INCREASING STOPPING DISTANCES AND INHIBITING DRIVING CONTROL.","DEALERS WILL REPLACE THE CLUTCH CABLE. OWNER NOTIFICATIONBEGAN JANUARY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRIUMPH AT 678-854-2010." -11/01/2001,01V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V344000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 108/REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,118,"VEHICLE DESCRIPTION: CERTAIN CLASS A MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE MOTOR HOMES WERE NOT EQUIPPED WITH RED REFLEX REFLECTORS ON THE REAR AND RED REFLEX REFLECTORS/SIDE MARKER LAMPS ON THE SIDE AS FAR TO THE REAR AS PRACTICABLE.","AT NIGHT, WITHOUT THIS REFLECTOR INSTALLED, THE APPROACHING DRIVER MAY NOT BE AWARE THAT THE VEHICLE IS AHEAD, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL THE REFLECTORS TO THE REAR AND SIDE OF THE MOTOR HOME. OWNER NOTIFICATION BEGAN NOVEMBER 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -11/01/2001,01V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V341000),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/FMVSS 222/SEAT,SEATS,NR (Not Reported),Vehicle,708,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES EQUIPPED WITH SYNTEC SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" SOME SEATS (1) FAIL TO MEET THE REQUIRED FOUR INCH CLEARANCE DURING THE TEST PROCEDURE, WHILE STILL MEETING THE POST TEST CONDITION; (2) FAIL TO MEET THE REQUIRED FRONTAL PRE-LOAD WHEN TESTING UNDER CERTAIN CONDITIONS; OR (3) WHILE STILL MEETING THE REQUIRED FORCE/DEFECTION, EXPERIENCE WELD BREAKAGE.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED.","DEALERS WILL REPLACE THE SEAT FRAME AND THE SEAT BACK CUSHION ON THESE VEHICLES. OWNER NOTIFICATION BEGAN NOVEMBER 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -11/01/2001,01V340002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V340002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/CRANKSHAFT PULLEY BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8887,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BOLT SECURING THE CRANKSHAFT PULLEY CAN BECOME LOOSE AND THE PULLEY COULD FALL OFF THE VEHICLE.,"THE CONDITION CAN RESULT IN A LOSS OF POWER STEERING ASSIST, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES TO INSURE THAT THE BOLT IS TIGHTENED. FOR THOSE BOLTS NOT PROPERLY TIGHTENED, THE BOLT AND PULLEY WILL BE REMOVED AND INSPECTED FOR ANY INDICATION OF DAMAGE. COMPONENTS SHOWING ANY SIGNS OF DAMAGE WILL BE REPLACED AND THE BOLT TIGHTENED TO THE PROPER TORQUE. OWNER NOTIFICATION BEGAN ON MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-800-981-0452." -10/31/2001,01V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V336000),AM GENERAL LLC,AM GENERAL/TURN SIGNAL SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2839,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE TURN SIGNAL SWITCH PLASTIC CANCELLATION PIN CAN WEAR PREMATURELY CAUSING THE SIGNALS TO FAIL TO CANCEL AFTER COMPLETING A TURN.,"THIS COULD SEND AN INCORRECT LAMP SIGNAL TO OTHER VEHICLES, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TURN SIGNAL SWITCH WITH A NEW SWITCH HAVING A METAL CANCELLATION PIN. OWNER NOTIFICATION BEGAN NOVEMBER 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM GENERAL AT 1-800-638-8303." -10/30/2001,01E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E060000),"REESE PRODUCTS, INC",SOUTHEAST TOYOTA/TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Equipment,209,VEHICLE DESCRIPTION: TRAILER HITCHES INSTALLED ON CERTAIN 2002 TOYOTA TACOMA V-6 VEHICLES. THE TOW CAPACITY ON THE LABEL ATTACHED TO THE VEHICLE TOW HITCH IS INCORRECT.,"EXCEEDING THE MAXIMUM WEIGHT RATINGS OF THE VEHICLE OR THE TRAILER HITCH CAN CAUSE A VEHICLE CRASH, POSSIBLE RESULTING IN SERIOUS PERSONAL INJURY.","DEALERS WILL INSTALL A REVISED LABEL TO THE TOW HITCH FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 2, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -10/25/2001,01V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V335000),PACCAR Incorporated,PACCAR/KENWORTH/DRIVELINE FASTENERS,POWER TRAIN,01KWA,Vehicle,237,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE DRIVELINE U-JOINT FASTENERS AT THE OUTPUT YOKE OF THE TRANSMISSION WERE IMPROPERLY TIGHTENED.,UNDER-TIGHTENED FASTENERS CAN LEAD TO THE DRIVELINE BECOMING DETACHED FROM THE VEHICLE RESULTING IN PROPERTY DAMAGE OR PERSONAL INJURY.,"DEALERS WILL TIGHTEN THE DRIVELINE FASTENERS TO THE PROPER SPECIFICATION. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -10/23/2001,01E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E057000),FEDERAL SIGNAL CORPORATION,FEDERAL SIGNAL/EMERGENCY STROBE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5698,"EQUIPMENT DESCRIPTION: EMERGENCY (FIRERAY) STROBE WARNING LIGHTS FOR USE ON FIRE TRUCKS AND AMBULANCES PART NOS. GS5-R, GS5-A, GS5-B, GS5-C, GGS5-G, GS2FCZR-R, GS2FCZR-B, 280701-02, AND 280701-05 MANUFACTURED BETWEEN MARCH 1 AND OCTOBER 4, 2001. THE STROBE LIGHT'S HOUSING WAS MADE FROM AN ELECTRICALLY CONDUCTIVE MATERIAL AND A PERSON COULD RECEIVE A SEVERE ELECTRICAL SHOCK IF THEY CAME IN CONTACT WITH A VEHICLE OPERATING THE FIRERAY STROBE LIGHTS.","THIS CONDITION COULD BE LIFE-THREATENING SHOULD A SMALL CHILD OR A PERSON WITH A HEART CONDITION EXPERIENCE A SEVERE ELECTRICAL SHOCK. ALSO, A POSSIBLE FIRE HAZARD EXISTS.","FEDERAL SIGNAL WILL NOTIFY ITS CUSTOMERS TO RETURN THE DEFECTIVE LIGHTS FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEDERAL SIGNAL'S SERVICE DEPARTMENT AT 800-433-9132." -10/22/2001,01E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E056000),"Meritor, Inc.",ARVINMERITOR/FUEL FILTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,45314,"EQUIPMENT DESCRIPTION: PUROLATOR PRO~FUEL BRAND AND NAPA IN-LINE FUEL FILTERS SHIPPED BY ARVINMERITOR FROM JUNE 19 THROUGH SEPTEMBER 28, 2001. SUSPECT FILTERS ARE IDENTIFIED BY PUROLATOR PART NOS., 804, 805, AND 806, AND NAPA PART NOS., 624804, 624805, AND 624806 WITH EIGHT-CHARACTER DATE CODESTHAT BEGIN WITH ANY OF THE FOLLOWING COMBINATIONS: SO6M14, SO6M15, SO6M18, SO6M19, SO6M20, SO6M21, SO6M22, SO6M25, SO6M26, SO6M27, SO6M28, SO6M29, SO6M30, SO7M02, SO7M03, SO7M05, SO7M06, SO7M07, SO7M09, SO7M10, SO7M11, SO7M12, SO7M13, SO7M16, SO7M17, SO7M18, SO7M19, SO7M20, SO7M21, SO7M23, SO7M24, SO7M25, SO7M26, SO7M27, SO7M30, SO7M31, SO8M01, SO8M02, SO8M06, SO8M07, SO8M08, SO8M09, SO8M10, SO8M13, SO8M14, SO8M15, SO8M16, SO8M17, SO8M20, SO8M21, SO8M22, SO8M23, SO8M27, SO8M28, SO8M29, SO8M30, SO9M04, SO9M05, SO9M06, SO9M07, SO9M08, SO9M09, SO9M10, SO9M11, SO9M12, SO9M13, SO9M17, SO9M18, SO9M19. THE POLYMER USED FOR THE HOUSING IN THE SUSPECT FILTERS MAY NOT BE COMPATIBLE WITH XYLENE, TOULENE, MEK, ETHANOL AND OTHER CHEMICALS SOMETIMES FOUND IN FUEL SYSTEMS. PROLONGED EXPOSURE TO SUCH CHEMICALS CAN RESULT IN THE DEGRADATION OF THE POLYMER WHICH, IN TURN, WEAKENS THE FILTER HOUSING.","THE FILTER HOUSING MAY LEAK, POSSIBLY RESULTING IN A VEHICLE FIRE.","ARVINMERITOR WILL NOTIFY ITS CUSTOMER TO RETURN THE FILTERS FOR A REPLACEMENT OF FILTERS CONTAINING PYREX HOUSINGS FREE OF CHARGE. OWNER NOTIFICATION BEGAN NOVEMBER 01, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR LVA CUSTOMER SERVICE AT 800-637-0580." -10/22/2001,01V317001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V317001),"COACHMEN INDUSTRIES, INC.",COACHMEN/WORKHORSE/REAR AXLE U-BOLTS,SUSPENSION,NR (Not Reported),Vehicle,14,VEHICLE DESCRIPTION: MOTOR HOME AND COMMERCIAL CHASSIS. THE REAR AXLE U-BOLTS MAY NOT BE TIGHTENED CORRECTLY DUE TO RANDOM FAILURE OF PRODUCTION TOOLING IN THE SPECIFIED TIME SPAN.,"LOW U-BOLT TORQUE CAN RESULT IN U-BOLTS COMING LOOSE AND NOT PROPERLY RETAINING THE REAR AXLE TO THE VEHICLE, RESULTING IN A LOSS OF VEHICLE CONTROL.",WORKHORSE DEALERS WILL TIGHTEN THE REAR AXLE U-BOLTS. WORKHORSE WILL NOTIFIY OWNERS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WORKHORSE AT 1-877-946-7731 OR COACHMEN AT 1-219-825-5821. -10/22/2001,01V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V329000),Honda (American Honda Motor Co.),HONDA/AIR CLEANER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,295,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DURING THE ASSEMBLY PROCESS, THE AIR CLEANER BOX COVER MAY HAVE BEEN DAMAGED, AND A BROKEN PLASTIC PIECE COULD TRAVEL INTO THE INTAKE CHAMBER.","IF THE PLASTIC PIECE LODGES IN THE THROTTLE BODY, THE THROTTLE COULD STICK IN A PARTIALLY OPEN POSITION. ALTHOUGH THE DRIVER CAN ALWAYS STOP THE CAR BY APPLYING ADDITIONAL BRAKE FORCE, OR BY TAKING OTHER ACTIONS (I.E., SHIFT INTO NEUTRAL, TURN OFF THE IGNITION KEY, ETC.), IF THE CAR CONTINUES TO MAINTAIN SPEED WHEN THE DRIVER IS EXPECTING IT TO SLOW, A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE AIR CLEANER BOX FOR DAMAGE. IF DAMAGE IS FOUND, THE DEALER WILL LOCATE AND REMOVE THE BROKEN PLASTIC PIECE, AND REPLACE THE AIR CLEANER BOX LID. OWNER NOTIFICATION BEGAN ON OCTOBER 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -10/22/2001,01V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V330000),"VERITRANS SPECIALTY VEHICLES, INC.",MCCOY MILLER/COT BRACKET,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,73,VEHICLE DESCRIPTION: AMBULANCES EQUIPPED WITH FERNO WASHINGTON 175-1 WALL-MOUNT COT MOUNTING SYSTEMS. THE WALL-MOUNT COT BRACKET IS FASTENED TO THE WALL WITH LAG SCREWS INSTEAD OF BOLTS.,"IN THE EVENT OF A CRASH, THE COT COULD MOVE INSTEAD OF REMAINING FIXED, INCREASING THE RISK OF INJURY TO THE OCCUPANT.","DEALERS WILL REPLACE THE LAG SCREWS WITH BOLTS, WASHERS AND LOCKNUTS. OWNER NOTIFICATION BEGAN OCTOBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MCCOY MILLER AT 1-219-264-7511." -10/22/2001,01V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V331000),MONACO COACH CORPORATION,MONACO/TELEVISION MOUNTING,EQUIPMENT,NR (Not Reported),Vehicle,185,"VEHICLE DESCRIPTION: MOTOR HOMES WITH STANDARD 19"" TELEVISIONS. THE MOTOR HOMES MAY NOT HAVE SUFFICIENT MOUNTING HARDWARE TO SECURE THE STANDARD 19"" TELEVISION TO THE CABINET PROPERLY.","UNDER CERTAIN CONDITIONS, THE TELEVISION COULD FALL OUT OF THE CABINET, POSSIBLY INJURING AN OCCUPANT.","DEALERS WILL REMOVE THE ORIGINAL CABINET AND INSTALL A REVISED CABINET ASSEMBLY. OWNER NOTIFICATION BEGAN OCTOBER 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -10/19/2001,01E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E054000),"Williams Controls, Inc.",WILLIAMS CONTROLS/ELECTRONIC THROTTLE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,16223,"EQUIPMENT DESCRIPTION: ELECTRONIC THROTTLE CONTROL UNITS MANUFACTURED BETWEEN MARCH 7 AND OCTOBER 3, 2001, PART NUMBERS: 131191, 131192, 131938, 345207, 345263, 345265, 345393, 345415, 345416, 345417, 345593, 345594, 345595, 345836, 350415, 350416, 350417, 350825, 350826, 350827, 351081, 351208, 351259, 351260, 351261, 351278, 351291, 351297, 351298, 351303, 351309, 351317, 351319, 351320, 351321, 351327, 351330, 351331, 351337, 351338, 351340, 351347, 351348, 351349, 351356, 351359, 351361, 351370, 351374, 351375, 351376, 351377, 351378, 351381, 351382, 351395, 359593, 359594, 359595. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND MAY ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.","IF THIS OCCURED, IT WOULD CAUSE THE VEHICLE TO RETURN TO IDLE, POSSIBLY RESULTING IN A VEHICLE CRASH AND INJURY.","WILLIAMS CONTROLS WILL NOTIFY ITS CUSTOMERS TO INSPECT THEIR PEDALS. THE CUSTOMER WILL BE PROVIDED PARTS AND INSTRUCTIONS TO REPAIR ANY DEFECTIVE PEDALS FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WILLIAMS CONTROLS AT 503-684-8600." -10/18/2001,01E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E055000),"AUSCO PRODUCTS, INC.",AUSCO/TRAILER BRAKE ACTUATOR,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,3262,"EQUIPMENT DESCRIPTION: TRAIL'R BRAK'R ELECTRIC OVER HYDRAULIC BRAKE ACTUATOR FOR TRAILERS UNDER 26,000 POUNDS, PART NOS. 78089, TB-800, TB-800-1, TB-1200, AND TB-1200-1, SIZES 800 PSI AND 1200 PSI, SHIPPED BETWEEN AUGUST 1, 1999, AND OCTOBER 11, 2001. THE CARD HOLDING THE BRUSHES FOR THE DC MOTOR MAY ABSORB MOISTURE DUE TO HUMIDITY AND WARP CAUSING THE MOTOR TO FAIL TO FUNCTION.","THIS CONDITION WILL CAUSE A COMPLETE LOSS OF BRAKING FUNCTION IN THE TRAILER WITHOUT WARNING, POSSIBLY RESULTING IN A VEHICLE CRASH, SERIOUS INJURY, OR DEATH.","AUSCO PRODUCTS WILL NOTIFY IS DISTRIBUTORS AND CUSTOMERS AND REPLACE THE TRAIL'R BRAK'R UNITS FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUSCO PRODUCTS AT 1-800-253-2860." -10/18/2001,01V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V337000),Blue Bird Body Company,BLUE BIRD/SEAT BELT,SEAT BELTS,R01FN,Vehicle,158,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH OPTION 2836-02 DRIVER'S SEAT BELTS. THE SEAT BELTS ARE TOO LONG PREVENTING THE BELT FROM RETRACTING PROPERLY AND FITTING THE OCCUPANT AS DESIGNED.,"IN THE EVENT OF A CRASH, THE DRIVER MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY.","THE BELTS WILL BE REPLACED WITH BELTS OF PROPER SHOULDER HARNESS LENGTH. OWNER NOTIFICATION BEGAN NOVEMBER 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-478-822-2242." -10/17/2001,01V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V332000),Ford Motor Company,FORD/SUSPENSION MOUNTING BRACKET,SUSPENSION,01S29,Vehicle,7306,VEHICLE DESCRIPTION: US POSTAL SERVICE STRIPPED CHASSIS. FASTENERS FOR THE SUSPENSION MOUNTING BRACKETS LOCATED ON THE LEFT AND RIGHT FRAME RAIL MAY HAVE BEEN IMPROPERLY INSTALLED RESULTING IN EITHER LOOSE OR MISSING FASTENERS.,LOOSE OR MISSING MOUNTING BRACKET BOLTS COULD RESULT IN A REDUCTION IN HIGH-SPEED VEHICLE HANDLING CAPABILITIES.,"DEALERS WILL INSPECT FOR ANY MISSING OR DAMAGED MOUNTING BRACKET BOLTS AND TIGHTEN TO SPECIFICATIONS. DAMAGED COMPONENTS WILL BE REPLACED AND THE FASTENERS WILL BE PROPERLY TIGHTENED. OWNER NOTIFICATION BEGAN NOVEMBER 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -10/17/2001,01V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V334000),"General Motors, LLC",GM/TRANSFER CASE CONTROL MODULE,POWER TRAIN,01064/01065,Vehicle,78004,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE. THE CALIBRATION OF THE TRANSFER CASE CONTROL MODULE COULD CAUSE INSUFFICIENT HIGH SPEED GEAR ENGAGEMENT.,"IF THE GEAR IS NOT ENGAGED, THE VEHICLE CAN ROLL WHEN THE TRANSMISSION IS IN ""PARK"" AND A CRASH COULD RESULT WITHOUT WARNING.","DEALERS WILL UPDATE THE TRANSFER CASE CONTROL MODULE CALIBRATION TO INCREASE GEAR ENGAGEMENT. OWNER NOTIFICATION BEGAN NOVEMBER 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -10/16/2001,01V333001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V333001),Skyline Corporation,SKYLINE/SUBURBAN/FURNACE,EQUIPMENT,NR (Not Reported),Vehicle,39,VEHICLE DESCRIPTION: PARK TRAILERS EQUIPPED WITH SUBURBAN MANUFACTURING COMPANY P-40 PARK TRAILER FURNACES. THE COMBUSTION AIR BLOWER WHEEL WAS NOT TO DESIGN SPECIFICATIONS. OPERATION OF THE FURNACE WITH THE INCORRECT BLOWER WHEEL COULD PROVIDE AN INADEQUATE SUPPLY OF COMBUSTION AIR TO SUPPORT PROPER COMBUSTION. THE RESULT IS THAT THE FURNACE EXHAUST COULD CONTAIN EXCESSIVE LEVELS OF CARBON MONOXIDE.,"IF CARBON MONOXIDE IS NOT DETECTED, IT COULD RESULT IN PERSONAL INJURY OR DEATH.",SUBURBAN WILL REPLACE THE COMBUSTION AIR BLOWER WHEEL. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBURBAN 1-423-775-2131 OR SKYLINE AT 1-219-294-6521. -10/15/2001,01T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T016000),Bridgestone Americas Tire Operations,FIRESTONE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,2800000,"TIRE DESCRIPTION: FIRESTONE WILDERNESS AT, SIZES P235/75R15 AND P255/70R16, PRODUCED FROM JULY 1994 THROUGH APRIL 1998. THESE TIRES POSE AN INCREASED RISK OF TREAD SEPARATION.","IF THE TREAD SEPARATES FROM THE TIRE, THE DRIVER CAN LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH CAUSING INJURY OR DEATH.","THE REPLACEMENT/REIMBURSHMENT PROGRAM FOR THIS CAMPAIGN EXPIRED ON JANUARY 31, 2002. HOWEVER, CUSTOMERS SHOULD CONTACT FIRESTONE AT 1-800-465-1904 OR 1-888-276-2120 IN PUERTO RICO FOR POSSIBLE ASSISTANCE." -10/11/2001,01V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V328000),MONACO COACH CORPORATION,MONACO/TAG AXLE,SUSPENSION,NR (Not Reported),Vehicle,677,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH TAG AXLES. WELDS USED TO SECURE THE TAG AXLE TO THE TAG AXLE DRIVE SHAFT LOOP COULD FAIL.,"AS A RESULT, THE TAG AXLE TUBE COULD SEPARATE FROM THE DRIVE SHAFT LOOP, MOVE OUT OF ALIGNMENT, AND CONTACT CHASSIS COMPONENTS RESULTING IN DAMAGE TO THE TIRE AND CHASSIS COMPONENTS. IT MAY BE POSSIBLE FOR THE TAG AXLE TO BE TORN FROM THE CONTROL TOWER AND SEPARATE FROM THE MOTOR HOME.","DEALERS WILL INSPECT THE WELDS, RE-WELD AND ADD SUPPORT GUSSETS. OWNER NOTIFICATION BEGAN OCTOBER 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -10/10/2001,01V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V323000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/TIRE VALVE STEM NUTS,TIRES,NR (Not Reported),Vehicle,6305,"VEHICLE DESCRIPTION: MOTORCYCLES. THE NUTS SECURING THE TIRE VALVE STEMS TO THE WHEELS CAN FAIL, RESULTING IN A LOSS OF TIRE AIR PRESSURE.","IF THIS OCCURS, AIR PRESSURE WILL BE LOST FROM THE WHEEL/TIRE, RESULTING IN THE POSSIBILITY OF LOSS OF CONTROL.","DEALERS WILL REPLACE THE VALVE NUT AND WASHER. OWNER NOTIFICATION BEGAN OCTOBER 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -10/10/2001,01V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V326000),Toyota Motor Engineering & Manufacturing,TOYOTA/INTAKE MANIFOLD VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,42198,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSMISSION. DUE TO A UNIQUE COMBINATION OF CONDITIONS WHICH CONSIST OF COLD AMBIENT TEMPERATURES, LOAD APPLIED FROM AIR CONDITIONER AND OTHER ELECTRICAL DEVICES, AND IMMEDIATELY AFTER STARTING THE ENGINE, THERE IS A POSSIBILITY THAT THE VACUUM IN THE INTAKE MANIFOLD COULD BE INSUFFICIENT FOR THE BRAKE BOOSTER.","WHEN THE BRAKE IS APPLIED UNDER THIS COMBINATION OF CONDITIONS, VACUUM ASSIST TO THE BRAKES WOULD DECREASE, AND THE INCREASED PEDAL PRESSURE REQUIRED COULD LEAD TO AN INCREASE IN VEHICLE STOPPING DISTANCE.","DEALERS WILL REPLACE THE BRAKE BOOSTER AND FRONT BRAKE PADS. OWNER NOTIFICATION BEGAN OCTOBER 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -10/10/2001,01V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V324000),"Volkswagen Group of America, Inc.",VW/REAR SPEAKER AMPLIFIER,EQUIPMENT,NR (Not Reported),Vehicle,4300,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN ELECTROLYTIC CAPACITOR CONTAINED IN THE AMPLIFIER FOR EACH REAR SPEAKER COULD LEAK AN ELECTROLYTE, WHICH MAY IN TIME AND IN THE PRESENCE OF HUMIDITY, CAUSE AN UNWANTED CONDUCTIVE PATH.",THIS CONDITION COULD RESULT IN THE AMPLIFIER OVERHEATING AND A POTENTIAL FIRE RISK.,"DEALERS WILL REPLACE THE AMPLIFIERS FOR THE REAR SPEAKER ASSEMBLIES. OWNER NOTIFICATION BEGAN JULY 10, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-800-822-2834." -10/10/2001,01V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V325000),"Volkswagen Group of America, Inc.",VW/REAR TRACT CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,3700,VEHICLE DESCRIPTION: PASSENGER VEHICLES. MOISTURE COULD ENTER THE REAR TRACK CONTROL ARM'S MOUNTING BUSHING AND BOLT COMBINATION AND CAUSE CORROSION.,CORROSION COULD IMPEDE THE FREE MOVEMENT OF THE CONTROL ARM.,"DEALERS WILL REPLACE THE TRACK CONTROL ARMS. OWNER NOTIFICATION BEGAN APRIL 12, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-800-822-2834." -10/09/2001,01V321001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V321001),NOVA BUS INCORPORATED,NOVABUS/BUS DOOR PANEL,STRUCTURE,02-001,Vehicle,43,"VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS USED IN PASSENGER DOORWAYS ON TRANSIT AND LIGHT AND MEDIUM DUTY BUSES SUPPLIED BY VAPOR CORPORATION. DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","THE DOOR SEPARATES AND FALLS OFF, INCREASING THE RISK OF INJURY.",VAPOR CORPORATION WILL NOTIFY CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300 OR NOVABUS AT 1-505-347-7349. -10/09/2001,01V322001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V322001),NOVA BUS INCORPORATED,NOVABUS/THROTTLE CONTROL/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,190,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ELECTRONIC THROTTLE CONTROL/ACCELERATOR PEDALS SUPPLIED BY WILLIAMS CONTROLS INDUSTRIES. THE WELD ATTACHING THE CLEVIS TO THE PLATE HAS INSUFFICIENT PENETRATION AND COULD ALLOW THE CLEVIS TO SEPARATE FROM THE PLATE.,"IF THE CLEVIS SEPARATED FROM THE PLATE WHILE THE VEHICLE WAS IN USE, THE VEHICLE WOULD RETURN TO IDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THESE PEDALS. OWNER NOTIFICATION BEGAN NOVEMBER 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NOVABUS AT 1-505-347-7349." -10/09/2001,01V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V308000),"Nu Wa Industries, Inc.",NU WA/FMVSS 108/TAIL LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,717,"VEHICLE DESCRIPTION: CERTAIN FIFTH WHEEL RECREATIONAL TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108 ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TAIL LIGHTS ARE NOT MOUNTED PERPENDICULAR TO THE VEHICLE CENTERLINE, AS REQUIRED BY THE STANDARD.",,"DEALERS WILL INSTALL A MOLDED MODULAR PIECE BETWEEN THE BODY OF THE VEHICLE AND THE TAIL LIGHT ASSEMBLY TO BRING THE LENS PERPENDICULAR TO THE VEHICLE CENTERLINE. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NU WA AT 1-800-835-0676." -10/09/2001,01C053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C053000),"SAFELINE KIDS, INC.",SAFELINE KIDS/FMVSS 213 - AIRBAG WARNING LABEL,CHILD SEAT,NR (Not Reported),Child Seat,900,"EQUIPMENT DESCRIPTION: SIT'N'STROLL REAR-FACING AND FORWARD-FACING CONVERTIBLE CAR SEATS, MODEL 3240, MANUFACTURED BETWEEN JUNE 9, 1997, AND AUGUST 9, 1997. THESE SEATS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" THE AIR BAG WARNING LABEL WAS OMITTED FROM THE SEAT COVER.",THE AIR BAG LABEL WARNS CONSUMERS NOT TO PLACE A CHILD RESTRAINT IN THE REAR-FACING POSITION IN ANY VEHICLE SEAT WITH AN AIR BAG AS SEVERE INJURY OR DEATH COULD OCCUR.,"SAFELINE KIDS WILL SEND NEW SEAT COVERS THAT HAVE THE REQUIRED AIR BAG WARNING LABEL TO OWNERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 18, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT SAFELINE KIDS AT 800-829-1625." -10/09/2001,01C052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C052000),"SAFELINE KIDS, INC.",SAFELINE KIDS/FMVSS 213 - SEAT WEIGHT CAPICITY,CHILD SEAT,NR (Not Reported),Child Seat,21759,"EQUIPMENT DESCRIPTION: 1996-1999 SIT'N'STROLL REAR-FACING AND FORWARD-FACING CONVERTIBLE CAR SEATS, MODEL 3240, MANUFACTURED BETWEEN NOVEMBER 1, 1996, AND JUNE 30, 1999. THESE SEATS FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" THE SIT'N'STROLL WAS RECOMMENDED FOR USAGE IN THE REAR-FACING SEATING CONFIGURATION BY CHILDREN NOT WEIGHING MORE THAN 25 POUNDS.",THE CHILD SEATS WERE NOT CERTIFIED AS MEETING THE 25 POUND WEIGHT REQUIREMENT OF THIS STANDARD.,"SAFELINE KIDS WILL SEND NEW LABELS TO REGISTERED OWNERS TO BE PLACED OVER THE EXISTING LABELS WHICH WILL RECOMMEND THAT A CHILD NOT WEIGHING MORE THAN 22 POUNDS BE PLACED IN THE REAR-SEATING CONFIGURATION. OWNER NOTIFICATION BEGAN OCTOBER 18, 2001. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT SAFELINE KIDS AT 800-829-1625." -10/05/2001,01V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V320000),Blue Bird Body Company,BLUE BIRD/BRAKE MOUNTING NUTS,"SERVICE BRAKES, AIR",R01FK,Vehicle,1500,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. INSUFFICIENT TORQUE ON THE ARVIN-MERITOR AIR BRAKE CHAMBER MOUNTING NUTS CAN ALLOW THE NUTS TO LOOSEN OVER TIME.,"THIS CONDITION COULD REDUCE BRAKING OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL INSPECT THE TORQUE VALUES ON EACH BRAKE CHAMBER NUT AND TIGHTEN TO SPECIFICATIONS. OWNER NOTIFICATION BEGAN NOVEMBER 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-822-2242." -10/04/2001,01V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V310000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 225/OWNER MANUAL INFO,CHILD SEAT,996,Vehicle,52649,"VEHICLE DESCRIPTION: CERTAIN MINI VANS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE OWNER MANUALS SUPPLIED WITH THESE VEHICLES DO NOT INDICATE WHICH SEATING POSITIONS ARE EQUIPPED WITH TETHER ANCHORAGES AND CHILD RESTRAINT ANCHORAGE SYSTEMS AS REQUIRED BY THE STANDARD.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.","OWNERS WILL BE PROVIDED WITH THE NECESSARY CHILD RESTRAINT SYSTEM INFORMATION. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 8, 2001. OWNERS WHO DO NOT RECEIVE THE FREE INFORMATION WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/04/2001,01V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V311000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/KNEE BLOCKER TRIM PANEL,UNKNOWN OR OTHER,997,Vehicle,72000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE DRIVER'S SIDE KNEE BLOCKER TRIM PANEL ASSEMBLY CAN DISENGAGE, FALL, AND STARTLE THE OPERATOR.","THIS COULD STARTLE THE OPERATOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE KNEE BLOCKER TRIM PANEL. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/04/2001,01V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V312000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR DIFFERENTIAL MOUNTING BRACKET,SUSPENSION,998,Vehicle,4645,VEHICLE DESCRIPTION: PASSENGER VEHICLES USED EXTENSIVELY IN TRACK TYPE RACING EVENTS AND SUBJECTED TO AGGRESSIVE DRIVING CONDITIONS COULD EXPERIENCE CRACKS AT THE WELDS OF THE REAR DIFFERENTIAL MOUNTING BRACKET.,THE CRACKS COULD EVENTUALLY LEAD TO METAL FATIGUE AND DISLODGING OF THE DIFFERENTIAL MOUNTING BRACKET FROM THE FRAME OF THE VEHICLE. SEPARATION OF THE DIFFERENTIAL MOUNTING BRACKET COULD RESULT IN LOSS OF VEHICLE CONTROL.,"DEALERS WILL INSPECT THE VEHICLES AND REINFORCE THE VEHICLE'S FRAME. OWNER NOTIFICATION BEGAN MAY 20, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/04/2001,01V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V313000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING RACK MOUNTING BRACKET,STEERING,999,Vehicle,7050,VEHICLE DESCRIPTION: PASSENGER VEHICLES USED EXTENSIVELY IN TRACK TYPE RACING EVENTS AND SUBJECTED TO AGGRESSIVE DRIVING CONDITIONS COULD EXPERIENCECRACKING OF THE STEERING RACK MOUNTING BRACKETS.,THE CRACKS COULD EVENTUALLY LEAD TO SEPARATION OF THE STEERING RACK FROM THE FRAME OF THE VEHICLE. SEPARATION OF THE STEERING RACK COULD RESULT IN UNEXPECTED STEERING LOOSENESS AND LAG.,"ALL AFFECTED VEHICLES WILL HAVE A FIELD REPAIR KIT INSTALLED, CONSISTING OF LOWER FRAME RAIL REINFORCEMENT GUSSETS AND A REINFORCEMENT BRACKET. OWNER NOTIFICATION BEGAN MAY 20, 2002. OWNERS WHO DO NOT RECEIVE THE FREE INFORMATION WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -10/04/2001,01V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V317000),WORKHORSE CUSTOM CHASSIS,WORKHORSE/REAR AXLE U-BOLTS,SUSPENSION,NR (Not Reported),Vehicle,5011,VEHICLE DESCRIPTION: MOTOR HOME AND COMMERCIAL CHASSIS. THE REAR AXLE U-BOLTS MAY NOT BE TIGHTENED CORRECTLY DUE TO RANDOM FAILURE OF PRODUCTION TOOLING IN THE SPECIFIED TIME SPAN.,"LOW U-BOLT TORQUE CAN RESULT IN U-BOLTS COMING LOOSE AND NOT PROPERLY RETAINING THE REAR AXLE TO THE VEHICLE, RESULTING IN A LOSS OF VEHICLE CONTROL.","DEALERS WILL TIGHTEN THE REAR AXLE U-BOLTS. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WORKHORSE AT 1-877-946-7731." -10/03/2001,01V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V316000),Blue Bird Body Company,BLUE BIRD/FMVSS 225/TETHER ANCHORAGE,CHILD SEAT,R02FU,Vehicle,19,"VEHICLE DESCRIPTION: CERTAIN 10,000 LB. GVWR NON-SCHOOL BUSES WITH CHASSIS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 225 ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THESE VEHICLES WERE MANUFACTURED WITHOUT AN UPPER TETHER ANCHORAGE AS REQUIRED BY THE STANDARD.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.","BLUE BIRD IS DESIGNING AN UPPER TETHER ANCHORAGE POINT TO AFFIX TO SEAT FRAME. OWNER NOTIFICATION BEGAN JANUARY 30, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-822-2242." -10/03/2001,01E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E051000),"Ferrari North America, Inc.",FERRARI/OIL FILTERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,2790,"EQUIPMENT DESCRIPTION: REPLACEMENT OIL FILTERS (FERRARI PART NO. 111782), MANUFACTURED BETWEEN MAY 31, 2000, AND MAY 31, 2001. SOME OF THESE OIL FILTERS WITH THIS PART NUMBER WERE MADE IN A DIFFERENT MANNER FROM THE PERVIOUS VERSION. AS A RESULT, THE OIL FILTER MAY LEAK ENGINE OIL FROM THE SEAL RING AREA. THESE OIL FILTERS CAN BE USED ON FERRARI MODEL VEHICLES DATING BACK TO THE 1960S. THE MODEL VEHICLES THESE FILTERS CAN BE USED ON ARE: DINO 206 GT, DINO 246 GT/GTS, DINO 308 GT4, 208 GTB/GTS TURBO, 208 GT4, 208 GTB/GTS TURBO INTERCOOLER, GTB/GTS TURBO, 275 GTB4, 308 GT4, 308 GTB/GTS, 308I GTB/GTS, 328 GTB/GTS, 330 GT, 330 GTC, 365 GT, 365 GT4, 365 GT4BB, 365 GTC (1970), 365 GTC/GTS, 365 GTC4, 365 GTS4, 400I GT/GTA, 4000 GT/GTA, 412 GT/GTA, 512BB, 512I BB, MONDIAL 3.2, MONDIAL 3.2 CABRIOLET, MONDIAL 8, MONDIAL 9 CABRIOLET, MONDIAL 4V, 288 GTO.","IN THE PRESENCE OF AN IGNITION SOURCE, THE ENGINE OIL COULD BE IGNITED, CAUSING A VEHICLE FIRE, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE OIL FILTERS WITH A NEW STYLE OIL FILTER, HAVING A FERRARI PART NUMBER OF 191993 FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2600." -10/03/2001,01V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V318000),Ford Motor Company,FORD/AUTOLIV/AIRBAG INFLATORS,AIR BAGS,01S28,Vehicle,911,"EQUIPMENT DESCRIPTION: PASSENGER VEHICLES THAT HAVE HAD THE DRIVER'S AIR BAG MODULE REPLACED AFTER APRIL 5, 2000. THE REPLACEMENT DRIVER'S AIR BAG MODULE INFLATOR MAY HAVE INSUFFICIENT WELDS THAT COULD PREVENT PROPER INFLATION OF THE AIR BAG.","IN THE EVENT OF A CRASH, THE DRIVER'S AIR BAG MAY NOT PROPERLY DEPLOY WHICH COULD POTENTIALLY RESULT IN LESS THAN THE INTENDED LEVEL OF OCCUPANT PROTECTION.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE DRIVER'S AIR BAG MODULE. OWNER NOTIFICATION BEGAN OCTOBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -10/03/2001,01V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V315000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/LIGHTS,EXTERIOR LIGHTING,01514,Vehicle,13492,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THESE VEHICLES COULD EXPERIENCE A LOSS OF THE LOW BEAM HEADLIGHTS, THE HIGH BEAM HEADLIGHTS, OR BOTH. A SOFTWARE PROBLEM WITHIN THE ELECTRICAL SYSTEM CONTROLLER (ESC) CAN CAUSE THE CIRCUIT FOR THE LOW BEAM OR THE CIRCUIT FOR THE HIGH BEAM HEADLIGHTS TO FUSE OR OPEN, RESULTING IN LOSS OF EITHER THE LOW OR HIGH BEAM HEADLIGHTS OR POSSIBLY EVEN BOTH.",A HEADLIGHT FUSING CONDITION COULD OCCUR WITHOUT WARNING TO THE DRIVER AND POTENTIALLY LEAVE THE DRIVER IN A BLACKOUT SITUATION WHILE OPERATING THE VEHICLE IN THE DARK.,"DEALERS WILL REPROGRAM THE ESC. OWNER NOTIFICATION IS EXPECTED TO BEGIN OCTOBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -10/03/2001,01V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V314000),"SAAB CARS USA, INC.",SAAB/TIE ROD END RETAINING NUTS,STEERING,NR (Not Reported),Vehicle,1366,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TIE ROD END RETAINING NUTS MAY NOT HAVE BEEN PROPERLY TIGHTENED AT THE FACTORY.,THE NUT COULD LOOSEN AND FALL OFF RESULTING IN A SUDDEN REDUCTION OR LOSS OF STEERING CONTROL.,ALL VEHICLES WILL BE INSPECTED AND CORRECTED PRIOR TO CUSTOMER DELIVERY. NO OWNER NOTIFICATION WILL BE REQUIRED. -10/01/2001,01V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V319000),"Brenner Tank, LLC",BRENNER/FMVSS 121/BENDIX ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,16,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH BENDIX ANTILOCK BRAKE SYSTEM (ABS) ELECTRONIC CONTROL MODULE (ECU). THE ABS ON THESE VEHICLES DOES NOT CONTAIN THE INDUSTRY STANDARD POWER LINE CARRIER (PLC) CHIP REQUIRED TO PROVIDE AN ABS MALFUNCTION SIGNAL TO THE TOWING VEHICLE AS REQUIRED BY FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","WITHOUT THE PLC CHIP IN THE TRAILER ECU MODULE, THE ABS MALFUNCTION SIGNAL TO THE TOWING VEHICLE WILL NOT FUNCTION.","DEALERS WILL REPLACE THE ECU MODULE. OWNER NOTIFICATION BEGAN OCTOBER 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRENNER AT 1-800-558-9750." -10/01/2001,01V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V309000),"CHANCE COACH, INC.",CHANCE COACH/TRANSMISSION DIPSTICKS,POWER TRAIN,NR (Not Reported),Vehicle,45,VEHICLE DESCRIPTION: TRANSIT COACHES. THE TRANSMISSION DIPSTICKS ARE TOO LONG.,THIS WOULD ALLOW THE TRANSMISSION TO BE UNDERFILLED AFTER MAINTENANCE OR INDICATE AN OVERFILL CONDITION WHEN PROPERLY FILLED.,"DEALERS WILL REPLACE THE FAULTY DIPSTICKS. OWNER NOTIFICATION BEGAN OCTOBER 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-316-779-7700." -10/01/2001,01V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V302000),Toyota Motor Corporation,SOUTHEAST TOYOTA/TIRES,TIRES,NR (Not Reported),Vehicle,19,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH CONTINENTAL TOURING TIRES, P205-65R15 92S, INSTALLED AT THE PORTS IN JACKSONVILLE, FLORIDA. THE INCORRECT TIRES WERE INSTALLED ON VEHICLES THAT HAD DAMAGED TIRES. THE TIRES WERE DAMAGED DURING A PORT UPGRADE TO ALUMINUM WHEELS.","THE TIRES DO NOT CONFORM TO THE SPEED RATING FOR THE VEHICLE. IF THE VEHICLE EXCEEDED THE MAXIMUM SPEED RATING (112 MPH), POSSIBLE TIRE FAILURE COULD OCCUR.","DEALERS WILL REPLACE ALL FIVE TIRES. OWNER NOTIFICATION BEGAN SEPTEMBER 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -09/27/2001,01E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E050000),Volvo Trucks North America,VOLVO TRUCKS/REPLACEMENT SEAT BELTS,SEAT BELTS,NR (Not Reported),Equipment,2277,"EQUIPMENT DESCRIPTION: AFTERMARKET REPLACEMENT SEAT BELT ASSEMBLIES INSTALLED IN THE VOLVO, F7 MODEL, CLASS 7 AND 8 VEHICLES BETWEEN SEPTEMBER 1981 AND MARCH 1986. THE AFFECTED BELTS CAN BE IDENTIFIED BY PART NUMBER 1088593 OR V1088593. THESE SEAT BELT ASSEMBLIES DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","THE SEAT BELT ANCHORAGE MAY NOT BE SUFFICIENT TO RETAIN THE WEARER, WHICH MAY LEAD TO PERSONAL INJURY OR DEATH IN THE EVENT OF A VEHICLE CRASH.","DEALERS WILL INSTALL A COMPLIANT, REPLACEMENT SEAT BELT ASSEMBLY FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -09/26/2001,01V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V307000),Hyundai Motor America,HYUNDAI/FMVSS 110/TIRE PRESSURE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3255,VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 110. THESE VEHICLES DO NOT HAVE THE CORRECT TIRE PRESSURE PLACARD ATTACHED.,"INCORRECT TIRE INFLATION PRESSURE CAN DAMAGE TIRES, AFFECT VEHICLE HANDLING, AND INCREASE THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH A CORRECT TIRE PRESSURE PLACARD AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2001. OWNERS WHO DO NOT RECEIVE THE FREE TIRE PRESSURE PLACARD AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI AT 1-800-829-9956. -09/26/2001,01V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V305000),PACCAR Incorporated,PACCAR/KENWORTH/FMVSS 103/DEFOGGING,VISIBILITY,01KW09,Vehicle,2670,"VEHICLE DESCRIPTION: CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS."" THE MODE DOOR IN AN HVAC SYSTEM CAN BECOME INOPERABLE. THE MODE DOOR CAM AND ACTUATOR COULD BIND, CAUSING THE CAM RETAINING TABS TO SHEAR OFF.","THIS FAILURE MAY INHIBIT THE ABILITY TO DIRECT AIR BLOWING FROM THE HVAC SYSTEM TO THE WINDSHIELD, POTENTIALLY REDUCING THE DRIVER'S VISIBILITY.","DEALERS WILL INSPECT THE MODE DOOR OPERATION AND REPLACE THE HVAC CAB MODE HOUSING ASSEMBLY IF NECESSARY. OWNER NOTIFICATION BEGAN NOVEMBER 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -09/26/2001,01E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E048000),VAPOR CORPORATION,VAPOR/DOOR PANEL ADHESIVE,STRUCTURE,TB04-24-005,Equipment,40000,"EQUIPMENT DESCRIPTION: ADHESIVELY BONDED ALUMINUM BUS DOOR PANELS USED IN PASSENGER DOORWAYS ON TRANSIT AND LIGHT AND MEDIUM DUTY BUSES INSTALLED ON BUSES BUILT BETWEEN SEPTEMBER 1, 1997, AND FEBRUARY 1, 2000. DUE TO AN IMPERFECT BONDING OF THE DOOR PANEL SKIN TO THE PANEL FRAME, ENVIRONMENTAL MOISTURE MAY INFILTRATE REGIONS OF IMPERFECT BONDING AND CAUSE SEPARATION OF THE FRAME AND DOOR PANEL.","UNDER THESE CONDITIONS, IF THE PANEL IS SEPARATING OR HAS SEPARATED, A PASSENGER COULD FALL FROM THE BUS ONTO THE ROADWAY, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","VAPOR CORPORATION WILL NOTIFY IS CUSTOMERS TO HAVE THEIR BUSES INSPECTED AND VAPOR WILL INSTALL MECHANICAL FASTENERS TO ATTACH THE SKINS TO THE FRAME ELEMENTS FREE OF CHARGE. OWNER NOTIFICATION BEGAN DECEMBER 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VAPOR CORPORATION AT 847-967-8300." -09/25/2001,01V295001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V295001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/POWER STEERING TUBE,STEERING,NR (Not Reported),Vehicle,25803,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH V6 ENGINES TO FEDERAL EMISSION STANDARDS. THE POWER STEERING FLUID FEED TUBE CAN COME IN CONTACT WITH AN EXHAUST MANIFOLD MOUNTED HEAT SHIELD CAUSING A HOLE TO BE WORN THROUGH THE POWER STEERING PIPE ALLOWING FLUID LEAKAGE.,"LEAKING POWER STEERING FLUID CAN RESULT IN A FIRE AND CONTINUED LOSS OF FLUID WILL RESULT IN A LOSS OF POWER ASSIST, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE POWER STEERING TUBE WITH ONE HAVING A NEW ROUTING. OWNER NOTIFICATION BEGAN NOVEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AMERICA AT 1-800-222-0037." -09/25/2001,01V295002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V295002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/POWER STEERING TUBE,STEERING,NR (Not Reported),Vehicle,87,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH V6 ENGINES TO FEDERAL EMISSION STANDARDS. THE POWER STEERING FLUID FEED TUBE CAN COME IN CONTACT WITH AN EXHAUST MANIFOLD MOUNTED HEAT SHIELD CAUSING A HOLE TO BE WORN THROUGH THE POWER STEERING PIPE ALLOWING FLUID LEAKAGE.,"LEAKING POWER STEERING FLUID CAN RESULT IN A FIRE AND CONTINUED LOSS OF FLUID WILL RESULT IN A LOSS OF POWER ASSIST, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE POWER STEERING TUBE WITH ONE HAVING A NEW ROUTING. OWNER NOTIFICATION BEGAN MARCH 15, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-787-251-8715." -09/25/2001,01V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V304000),"PREVOST CAR, INCORPORATED",PREVOST/STEERING GEAR BOX SUPPORT,STEERING,NR (Not Reported),Vehicle,1153,"VEHICLE DESCRIPTION: MOTOR HOMES. THE STEERING GEAR BOX IS MOUNTED ON A SUPPORT LOCATED UNDER THE DRIVER'S SEAT FLOOR. ON MOTOR HOME MODELS, THIS SUPPORT VARIES IN HEIGHT WITH THE OPTIONAL INTERIOR HEIGHT. WITH 83 AND 86 INCH HEIGHT OPTIONS, THE SUPPORT MAY BE OVERLOADED IN CERTAIN OPERATION CONDITIONS.","A CONTINUOUSLY FULLY LOADED VEHICLE THAT HAS TO MANEUVER IN TIGHT SPACE FREQUENTLY CAN DEVELOP STRESS CRACKS AT THE STEERING GEAR BOX SUPPORT. A LOSS OF CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A REINFORCEMENT TO THE STEERING SUPPORT. OWNER NOTIFICATION BEGAN OCTOBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 418-831-5432." -09/25/2001,01V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V306000),Toyota Motor Engineering & Manufacturing,TOYOTA/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,2,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INCOMPLETE DEPLOYMENT OF THE FRONT PASSENGER SIDE AIR BAG COULD OCCUR IN THE EVENT OF A CRASH.,UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPLACE THE FRONT PASSENGER SIDE AIR BAG ASSEMBLY. BOTH OWNERS WERE NOTIFIED BY TELEPHONE AND ARRANGEMENTS HAVE BEEN MADE TO CORRECT THIS PROBLEM. THIS CAMPAIGN IS 100% COMPLETED. BOTH OWNERS HAVE BEEN NOTIFIED AND THEIR VEHICLES REPAIRED. -09/24/2001,01V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V297000),"Ferrari North America, Inc.",FERRARI/WHEEL BOLT INSERTS,WHEELS,NR (Not Reported),Vehicle,468,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE WHEEL BOLT INSERTS FITTED IN THE MAGNESIUM WHEEL CAN SHOW SIGNS OF CRACKING.,"IF THE WHEEL BOLT INSERTS BEGIN TO CRACK, A REDUCTION OF THE TORQUE APPLIED TO THE WHEEL WOULD RESULT. VEHICLE HANDLING COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL FOUR MAGNESIUM WHEELS WITH WHEELS MADE OF ALUMINUM, WHICH ARE NOT FITTED WITH INSERTS. ALL THE WHEEL BOLTS WILL ALSO BE REPLACED BECAUSE THE ALUMINUM WHEELS REQUIRE A DIFFERENT TYPE OF BOLT. OWNER NOTIFICATION BEGAN OCTOBER 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2651." -09/24/2001,01I014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I014000),"General Motors, LLC",GM/WET BRAKE PERFORMANCE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1995-1999 CHEVROLET MONTE CARLO Z34 PASSENGER VEHICLES. THE BRAKING PERFORMANCE IN WET WEATHER OR WET ROAD CONDITIONS IS REDUCED MORE THAN A DRIVER WOULD EXPECT.",THE BRAKING COULD FEEL DELAYED MOMENTARILY WHEN LIGHT OR MODERATE FORCE IS APPLIED ON THE BRAKE PEDAL WHILE DRIVING ON WET ROADS OR AFTER GOING THROUGH A CAR WASH.,DEALER WILL MODIFY THE FRONT FENDER LINERS TO REMOVE A PORTION OF THE CLOSEOUT PANELS IN THE FRONT WHEEL WELLS AT NO CHARGE TO THE CONSUMER. THIS SERVICE WILL BE AVAILABLE THROUGH AUGUST 2004. -09/24/2001,01V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V299000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/FMVSS 121/BRAKE LINE,"SERVICE BRAKES, AIR",01513,Vehicle,68,"VEHICLE DESCRIPTION: CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" A SECONDARY BRAKE LINE THAT CONNECTS THE FOOT VALVE WITH THE SPRING BRAKE VALVE MAY NOT HAVE BEEN INSTALLED.","IF THERE IS FAILURE IN THE PRIMARY SYSTEM AND THE SECONDARY BRAKE LINE HAS NOT BEEN INSTALLED, ONLY THE FRONT BRAKES WOULD ACTUATE, WITH REAR SPRING BRAKE ACTUATION. THIS WOULD RESULT IN AN EXTENDED STOPPING DISTANCE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND CORRECT INCOMPLETE AIR LINE INSTALLATIONS. OWNER NOTIFICATION BEGAN OCTOBER 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/24/2001,01V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V301000),"Mack Trucks, Inc.",MACK/FRONT SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,483,"VEHICLE DESCRIPTION: CLASS A HEAVY DUTY TRUCKS WITH 18,000 LB. FRONT AXLES MAY HAVE FRONT SPRINGS INSTALLED THAT ARE RATED FOR THE 14,600 LB. FRONT AXLE.",FRONT SPRING FAILURE COULD RESULT IN LOSS OF VEHICLE CONTROL.,"DEALERS WILL REPLACE BOTH SPRINGS. OWNER NOTIFICATION BEGAN DECEMBER 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011." -09/24/2001,01V140005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140005),"Mack Trucks, Inc.",MACK/TRW TIE ROD ENDS (20EDL),STEERING,SC0270,Vehicle,8794,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN DANA/SPICER AXLES (E12001) AND MACK AXLES THROUGH DANA HEAVY AXLE (FAWL 12). THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. TRUCKS THAT HAVE BEEN REPAIRED UNDER RECALL 00V246103/SC0262 WILL NOT BE RE-RECALLED. TRUCKS ONLY INSPECTED AND DETERMINED TO HAVE AN ACCEPTABLE DATE CODE UNDER SC0262 WILL BE RECALLED UNDER THIS CAMPAIGN. OWNER NOTIFICATION BEGAN JANUARY 8, 2003. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011." -09/24/2001,01V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V300000),Newmar Corporation,NEWMAR/CARBON MONOXIDE FUMES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,31,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON GASOLINE ENGINE CHASSIS. THERE IS AN IMPROPER SEAL AT THE FRONT DASH AREA ON THE PASSENGER SIDE.,THE LOCATION MAY NOT BE SEALED AND COULD ALLOW CARBON MONOXIDE FUMES INTO THE OCCUPANT COMPARTMENT.,"DEALERS WILL HAVE NEW FOAM INSTALLED UNDER DASH TRIM AND ""A"" PILLAR ON THE PASSENGER SIDE OF THE VEHICLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING OCTOBER 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAR AT 1-800-731-8300." -09/24/2001,01E004004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E004004),WESTPORT AXLE CORP.,WESTPORT AXLE/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Equipment,3910,"EQUIPMENT DESCRIPTION: SOME TIE ROD BALL-SOCKET BEARINGS, PART OF TRIE ROD ASSEMBLIES MANUFACTURED BY TRW, HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING WESTPORT'S CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WESTPORT AT 1-216-447-1814 OR TRW CUSTOMER SERVICE AT 1-866-280-3287. -09/21/2001,01V296001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V296001),INDEPENDENCE MOTORCYCLE CO.,FOCUS/INDEPENDENCE/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,208,"VEHICLE DESCRIPTION: MOTORCYCLES. ON REVTECH 6-SPEED TRANSMISSION ASSEMBLIES AND 6-SPEED GEARSETS, THE 4-6 SHIFT CLUTCH HAS THE POTENTIAL TO FAIL.","AS A RESULT, THE GEARSET COULD BECOME INOPERATIVE AND COULD CAUSE SEVERE TRANSMISSION DAMAGE. SUCH DAMAGE CAN CAUSE VEHICLE CONTROL PROBLEMS, INCLUDING LOCKING OF THE REAR WHEEL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE 4-6SHIFT CLUTCH AND SHIFT FORK. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GLOBAL (REVTECH) AT 1-800-815-9762. -09/20/2001,01V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V278000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25711,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A FUEL HOSE THAT COULD COME OFF THE CARBURETOR.,"SHOULD THIS OCCUR, FUEL COULD SPILL AND BURN IN THE PRESENT OF AN IGNITION SOURCE, POTENTIALLY RESULTING IN A FIRE.","DEALERS WILL INSPECT THE MOTORCYCLE TO INSURE THAT THE FUEL HOSE IS INSTALLED CORRECTLY ON THE CARBURETOR. IF THE FUEL HOSE IS INSTALLED INCORRECTLY, THE DEALER WILL CORRECT THIS CONDITION. OWNER NOTIFICATION BEGAN OCTOBER 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 1-414-342-4680." -09/17/2001,01V140007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140007),FREIGHTLINER LLC,FREIGHTLINER/TRW TIE ROD ENDS (20EDL),STEERING,NR (Not Reported),Vehicle,75000,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN MERITOR AXLES. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. OWNER NOTIFICATION BEGAN NOVEMBER 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -09/17/2001,01V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V294000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/WIRING HARNESS ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3100,VEHICLE DESCRIPTION: MOTORCYCLES. A SECTION OF THE WIRING HARNESS LOCATED ABOVE THE HEADLIGHT IS ROUTED INCORRECTLY.,"AS A RESULT, TURNING THE HANDLEBAR CAN CAUSE ABRASION OF THE WIRE HARNESS SHEATH AND WIRING INSULATION LEADING TO MALFUNCTION OF THE TURN SIGNALS, INSTRUMENT LIGHTS, OR INDICATOR LIGHTS. MALFUNCTION OF ANY OF THESE ITEMS COULD CREATE THE RISK OF A CRASH RESULTING IN INJURY OR DEATH.","DEALERS WILL RE-ROUTE THE WIRING HARNESS AND EXAMINE THE HARNESS AND CLAMP FOR ANY SIGNS OF DAMAGE. DAMAGED CLAMPS OR WIRES WILL BE REPAIRED OR REPLACED AS APPROPRIATE. OWNER NOTIFICATION BEGAN OCTOBER 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -09/17/2001,01E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E046000),"MOSS MOTORS, LTD",MOSS MOTORS/JACK,EQUIPMENT,NR (Not Reported),Equipment,1500,"EQUIPMENT DESCRIPTION: REPLACEMENT AND REPRODUCTION JACKS FOR THE RESTORATION AND MAINTENANCE OF VINTAGE BRITISH CARS. THE INNER THREADED SHAFT IS SWAGED (MUSHROOMED OUT BY A DROP PUNCH) WHICH LIMITS THE TRAVEL OF THE SHAFT IN ITS THREADS AND HOUSING. ON SOME JACKS, INSUFFICIENT FOURCE WAS USED TO SWAGE THE SHAFT END ALLOWING THE SHAFT TO COMPLETELY UNSCREW FROM THE HOUSING.","THE JACK IS INTENDED FOR TIRE CHANGING ONLY, NO MORE THAT FOUR OR FIVE INCHES OF LIFT. IF THE JACK IS USED TO RAISE THE CAR FOR REPAIRS AND/OR EXTEND BEYOND THE NORMAL WORKING RANGE, THE INNER THREAD SHAFT COULD UNSCREW COMPLETELY FROM ITS OUTER THREAD HOUSING AND TOPPLE. IF THIS WERE TO HAPPEN, ANYONE NEAR OR UNDER THE VEHICLE COULD BE INJURED OR KILLED.","MOSS MOTORS WILL NOTIFY ITS CUSTOMERS AND INSPECT AND MODIFY OR REPLACE ANY DEFECTIVE JACKS FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 21, 2002. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MOSS MOTORS AT 805-681-3400." -09/15/2001,01V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V298000),"Winnebago Industries, Inc.",WINNEBAGO/WHEEL COVER,WHEELS,NR (Not Reported),Vehicle,396,"VEHICLE DESCRIPTION: MOTOR HOMES (MODELS 222FD, 222QD, AND 222HD). THE WHEEL COVER CAN ROTATE WHILE MOUNTED ON THE WHEEL.","IF THE COVER ROTATES TO THE VALVE STEM, A CONDITION EXISTS THAT COULD SHEAR THE VALVE STEM OFF, LEADING TO A RAPID DEFLATION OF THE TIRE. THIS RAPID TIRE AIR LOSS COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, POTENTIALLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE RUBBER VALVE STEMS AND WHEEL COVERS. OWNER NOTIFICATION BEGAN OCTOBER 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -09/14/2001,01E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E045000),"GLOBAL MOTORSPORT GROUP, INC.",GLOBAL MOTORSPORT/4-6 SHIFT CLUTCH,POWER TRAIN,NR (Not Reported),Equipment,10000,"EQUIPMENT DESCRIPTION: 4-6 SHIFT CLUTCH USED IN ITS REVTECH 6-SPEED MOTORCYCLE TRANSMISSION ASSEMBLIES AND 6-SPEED MOTORCYCLE GEARSETS SOLD PRIOR TO SEPTEMBER 12, 2001. THE 4-6 SHIFT CLUTCH CAN CRACK OR BREAK DURING USE. THE 4-6 SHIFT CLUTCHES WERE INCLUDED IN THE FOLLOWING REVTECH EQUIPMENT: 6-SPEED GEARSETS NUMBERS: 58345, 58346, 58320, 58339, 58325, AND 58326. 6-SPEED TRANSMISSION ASSEMBLIES NUMBERS: 58340, 58341, 58342, 58343, 58321, 58322, 58323, AND 58324. 6-SPEED BIKE KITS NUMBERS: 95130, 95143, 95144, 95170, 95500, 95501, 95502, 95094, 95090, 95097, 95092, 95115, 95093, 95490, 95491, AND 95492. 6-SPEED DRIVELINE KITS NUMBERS: 58665, 58667, 58695, 58697, 58661, 58663, 58691, 58693, 58613, 58617, 58611, AND 58615.","THIS CONDITION COULD CAUSE SEVERE TRANSMISSION DAMAGE. SUCH DAMAGE MAY OCCUR WITHOUT WARNING AND CAN CAUSE LOSS OF VEHICLE CONTROL, INCLUDING LOCKING OF THE REAR WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.","CUSTOM CHROME/CHROME SPECIALTIES HAS NOTIFIED ITS DEALERS NOT TO SELL ANY EQUIPMENT CONTAINING THE 4-6 SHIFT CLUTCH THAT WAS PURCHASED PRIOR TO SEPTEMBER 12, 2001, WITHOUT FIRST REPLACING THE 4-6 SHIFT CLUTCH. OWNER NOTIFICATION BEGAN SEPTEMBER 14, 2001. OWNERS WHO TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THE CUSTOM CHROME/CHROME SPECIALTIES REVTECH RECALL LINE AT 1-800-815-9762 OR 1-408-778-5943." -09/11/2001,01E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E044000),GENERAL ELECTRIC COMPANY,GE/FMVSS 108/HEADLAMP BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,90098,"EQUIPMENT DESCRIPTION: MODEL 9007 AUTOMOTIVE HEADLAMP BULBS, PRODUCT CODES 20551, 22388, 26022, 26141, AND 47642, THAT GE MANUFACTURED BETWEEN FEBRUARY 4 AND MAY 25, 2001. SOME OF THESE BULBS HAVE PLASTIC BASES WITH A PORTION OF THE MOLDED PLASTIC ALIGNED INCORRECTLY. THE CONDITION ALLOWS THE BULB TO BE INSTALLED INCORRECTLY IN WHICH, WHEN OPERATED, THE HIGH BEAM WILL SHINE DOWNWARD. THESE BULBS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE HEADLAMP BULBS ARE INCORRECTLY ALIGNED, THEY CANNOT PERFORM THEIR INTENDED FUNCTION, POSSIBLY RESULTING IN A VEHICLE CRASH.","GE LIGHTING WILL NOTIFY ITS CUSTOMERS AND PROVIDE REPLACEMENT BULBS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 20, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GE CUSTOMER SERVICE AT 1-800-327-2080." -09/10/2001,01V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V288000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/INSTRUMENT CLUSTER,ELECTRICAL SYSTEM,994,Vehicle,43000,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES ARE BEING RECALLED FOR A SOFTWARE ERROR IN THE INSTRUMENT CLUSTER MICROPROCESSOR. UNDER CERTAIN CONDITIONS, THE CLUSTER, WITH THE MAJORITY OF ITS GAUGES, ILLUMINATION, AND WARNING LAMPS, COULD BECOME INOPERATIVE.","DRIVING THE VEHICLE WITH AN INOPERATIVE CLUSTER COULD CAUSE A DISTRACTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-FLASH THE CLUSTER SOFTWARE TO CORRECT THE CONDITION. OWNER NOTIFICATION BEGAN OCTOBER 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/10/2001,01V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V289000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TIRES,TIRES,995,Vehicle,151,VEHICLE DESCRIPTION: CERTAIN 2500 WAGONS WERE EQUIPPED WITH INCORRECT LOAD RANGE TIRES.,THIS COULD CAUSE A TIRE TO BLOW OUT IF THE VEHICLE IS OPERATED AT THE MAXIMUM GROSS VEHICLE WEIGHT. .,"DEALERS WILL REPLACE THE LOAD RANGE 'D' TIRES WITH CORRECT LOAD RANGE 'E' TIRES. OWNER NOTIFICATION BEGAN SEPTEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/10/2001,01V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V291000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/STEERING SHAFT,STEERING,01512,Vehicle,242,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE STEERING SHAFTS MAY HAVE A DEFECTIVE OR MIS-LOCATED WELD THAT COULD FAIL.,"THIS CONDITION COULD CAUSE A COMPLETE LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LOWER STEERING SHAFT. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -09/10/2001,01V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V290000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/UPPER CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,870,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LEFT FRONT UPPER CONTROL ARM MAY NOT MEET THE SPECIFIED STRENGTH REQUIREMENTS.,"THE CONTROL ARM COULD FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LEFT FRONT UPPER CONTROL ARM. OWNER NOTIFICATION BEGAN SEPTEMBER 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -09/10/2001,01V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V292000),MONACO COACH CORPORATION,MONACO/BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,83,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON ROADMASTER CHASSIS. AS THE RESULT OF THE CLOSE PROXIMITY OF THE ENGINE SYSTEM IN RESPECT TO THE ROUTING OF THE 12-VOLT DC BATTERY CABLES, IT IS POSSIBLE FOR THE INSULATION ON THE BATTERY CABLE TO MELT AND CREATE A SHORT.","THIS COULD RESULT IN THE LOSS OF THE 12-VOLT DC SYSTEM AND ENGINE OPERATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD TWO HEAT SHIELDS TO THE EXHAUST SYSTEM TO DEFLECT HEAT, AND ADD HEAT SHIELDING SLEEVE MATERIAL OVER THE BATTERY CABLES IN THE AREA OF EXPOSURE TO EXHAUST HEAT. OWNER NOTIFICATION BEGAN JULY 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -09/06/2001,01V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V284000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/TIRE INFLATION PRESSURE,EQUIPMENT,NR (Not Reported),Vehicle,735,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE MOTOR HOMES WERE ERRONEOUSLY ASSIGNED INADEQUATE TIRE INFLATION PRESSURES AND INADEQUATE AXLE WEIGHT RATINGS ON THE FRONT AND/OR REAR AXLES AS A RESULT OF MATHEMATICAL MISCALCULATIONS. THESE MOTOR HOMES HAVE TIRE WEIGHT RATINGS THAT ARE LESS THAN THE FRONT OR REAR AXLE WEIGHT RATINGS (FRONT AXLE WEIGHT RATING:FAWR AND REAR AXLE WEIGHT RATINGS:RAWR) AND IN SOME INSTANCES HAVE INADEQUATE FAWR AND/OR RAWR.","AS A CONSEQUENCE, THE TIRES SELECTED FOR THESE MOTOR HOMES DO NOT COMPLY WITH THE STANDARD. IN SOME CASES, THIS NONCOMPLIANCE COULD CAUSE PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING. THE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE COULD LEAD TO A LOSS OF STEERING CONTROL.","DEALERS WILL REMOVE THE FRONT AND/OR REAR TIRES AND REPLACED. FEDERAL TIRE LABELS WILL ALSO BE REPLACED. OWNER NOTIFICATION BEGAN NOVEMBER 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -09/06/2001,01V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V281000),U.S. BUS CORPORATION,US BUS/FMVSS 221/BUS JOINTS,STRUCTURE,NR (Not Reported),Vehicle,188,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" THESE BUSES HAVE INSUFFICIENT METAL HEMMING IN THE PANEL JOINTS.","IN THE EVENT OF A CRASH, THE SIDE PANELS OF THE BUS MAY NOT PROTECT THE OCCUPANTS AT THE LEVEL REQUIRED BY THE STANDARD.","ON THE RIGHT AND LEFT REAR EXTERIOR PANEL JOINTS BEHIND THE REAR WHEELS, AN ADDITIONAL 4 STEEL RIVETS WILL BE ADDED AT EACH 8"" SECTION BETWEEN THE RUB RAILS TO THE JOINT FOR BOTH SIDES OF THE BUS. THE INTERIOR CEILING PANEL JOINT WILL GO FROM THE LEFT SIDE TO THE RIGHT SIDE INSIDE THE BUS. ON THE INTERIOR CELING PANELS CENTER JOINT FROM THE FRONT TO THE REAR INSIDE OF THE BUS, 4 NEW STEEL RIVETS WILL BE ADDED EVERY 8"" SECTION FROM FRONT TO THE REAR OF THE BUS. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2003. OWNERS WHO DO NOT RECEIVE THE FREE MODIFICATION KIT AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT US BUS AT 1-845-357-2510." -09/05/2001,01V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V283000),"General Motors, LLC",GM/TRANSMISSION TRANSFER CASE,POWER TRAIN,01061,Vehicle,895,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES (4 WHEEL-DRIVE). SOME OF THESE VEHICLES WERE BUILT WITH A RANGE SHIFT COLLAR IN THE TRANSMISSION TRANSFER CASE THAT CONTAINS CRACKS.,"THIS CONDITION COULD RESULT IN A COMPLETE FRACTURE OF THE RANGE SHIFT COLLAR AND SUBSEQUENT LOSS OF VEHICLE FORWARD AND REVERSE GEARS, AND THE INABILITY TO MAINTAIN ""PARK"" POSITION. THIS INCREASES THE RISK OF A VEHICLE CRASH RESULTING FROM UNINTENDED MOVEMENT OF A PARKED VEHICLE.","DEALERS WILL REPLACE THE TRANSFER CASES AND UPDATE THE CONTROL MODULE CALIBRATION. OWNER NOTIFICATION BEGAN SEPTEMBER 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -09/05/2001,01V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V275000),"Gulf Stream Coach, Inc.",GULF STREAM/LP GAS TANK BRACKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,272,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THE WELDS WHERE THE LIQUID PROPANE (LP) GAS TANK BRACKETING JOINS THE FLOOR TRUSSES MAY NOT BE ADEQUATE.,"IN THE EVENT THAT THESE WELDS WOULD FAIL, THE LP GAS TANK COULD BECOME DISLODGED FROM THE MOTOR HOME POSSIBLY RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.",THIS RECALL HAS BEEN SUPERCEDED BY RECALL NO. 02V-128. -09/05/2001,01V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V285000),NATIONAL R.V. INC.,NATIONAL RV/PINBOX WELD,TRAILER HITCHES,NR (Not Reported),Vehicle,1272,VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS. THE TRAILER PIN BOX STEEL STRUCTURE COULD FAIL AT THE WELDS OR TUBULAR STEEL STRUCTURE DUE TO FATIGUE.,THIS COULD LEAD TO SEPARATION OF THE STEEL TUBES COMPRISING THE GOOSENECK AND PARTIAL OR COMPLETE DETACHMENT OF THE PIN BOX CONNECTION BETWEEN THE TOW VEHICLE AND THE FIFTH WHEEL GOOSENECK STEEL STRUCTURE.,"DEALERS WILL REINFORCE THE GOOSENECK STRUCTURAL STEEL ASSEMBLY. OWNER NOTIFICATION BEGAN OCTOBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-800-439-3653. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -09/05/2001,01E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E043000),Suburban Manufacturing CO,SUBURBAN/RECREATIONAL VEHICLE FURNACE,EQUIPMENT,NR (Not Reported),Equipment,3072,"EQUIPMENT DESCRIPTION: RECREATION VEHICLE FURNACE. SUBURBAN MODEL P-40 (STOCK NUMBER 2230) FURNACES FOR USE IN ""PARK MODEL"" RECREATION VEHICLES. THESE UNITS WERE PRODUCED BETWEEN OCTOBER 21, 1999, AND AUGUST 22, 2001 WITH SERIAL NUMBERS FROM 994203292 THROUGH 995006319 AND FROM 000104166 THROUGH 013303226. THE FANES ON THE DEFECTIVE COMBUSTION AIR BLOWER ARE IMPROPERLY ORIENTED. THIS RESULTS IN AN INADEQUATE SUPPLY OF COMBUSTION AIR TO THE BURNER IN THE FURNACE WHICH WILL RESULT IN EXCESSIVE CARBON MONOXIDE IN THE FURNACE EXHAUST.","IF CARBON MONOXIDE IS NOT DETECTED, IT COULD RESULT IN PERSONAL INJURY OR DEATH.","SUBURBAN WILL REPLACE THE COMBUSTION AIR BLOWER WHEEL FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBURBAN 423-775-2131." -09/05/2001,01V218002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V218002),U.S. CARGO,US CARGO/DEXTER AXLE/AXLE/BRAKE DRUM,SUSPENSION,NR (Not Reported),Vehicle,26,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AMERICAN RACING EQUIPMENT ALUMINUM WHEELS (PART AR-62) COMBINED WITH DEXTER AXLE SIX BOLT HUBS (PART 008-201). CERTAIN ALUMINUM WHEELS WITH A SMALLER DIAMETER MOUNTING SURFACE ARE NOT ADEQUATELY SUPPORTED WHEN USED ON THE SIX BOLT BRAKE DRUMS. THE INSUFFICIENT CONTACT AREA BETWEEN THIS WHEEL AND DEXTER'S HUB CAN RESULT IN LOOSENING OF THE WHEEL FASTENERS WHICH COULD CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE.,INSUFFICIENT SURFACE AREA WILL RESULT IN LOOSENING OF THE WHEEL BOLTS WHICH MAY CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE. LOSS OF THE WHEEL(S) COULD RESULT IN A VEHICLE CRASH.,"DEXTER AXLE WILL BE NOTIFYING CONSUMERS TO INSPECT THEIR AXLES TO CONFIRM THAT THE TRAILER IS FITTED WITH ALUMNIUM WHEELS. IF SO, THE NEAREST TRAILER FACILITY SHOULD BE ABLE TO ASSIST THE CONSUMERS WITH REPAIRS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DEXTER AXLE SERVICE DEPARTMENT AT 1-800-440-2164 OR US CARGO AT 1-219-848-5862." -09/04/2001,01V254002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V254002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,345,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE ACCUMULATOR THAT IS INSTALLED ON THE HYDRAULIC BRAKE BOOSTER MAY HAVE BEEN IMPROPERLY MANUFACTURED WHICH, OVER A PERIOD OF TIME, COULD RESULT IN LEAKAGE OF THE PRESSURIZED NITROGEN GAS FROM INSIDE THE ACCUMULATOR.","THE LOSS OF THIS GAS PRESSURE COULD RESULT IN AN ABNORMAL NOISE FROM THE LEFT SIDE OF THE DASH PANEL WHEN THE BRAKES ARE APPLIED, AND POSSIBLY A DELAYED FIRST TIME BRAKE BOOST ASSIST AFTER THE VEHICLE HAS BEEN PARKED FOR A PERIOD OF TIME.","DEALERS WILL INSTALL AN IMPROVED ACCUMULATOR. OWNER NOTIFICATION BEGAN OCTOBER 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-787-251-8715." -09/01/2001,01I016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I016000),"General Motors, LLC",GM/INLET ELBOW SEPARATION,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2001 CHEVROLET AND GMC C-SERIES MEDIUM DUTY VEHICLES EQUIPPED WITH AN IMPCO LIQUEFIED PETROLEUM GAS (LPG) CONVERSION KIT. THE ENGINE COULD BACKFIRE CAUSING THE INLET ELBOW TO SEPARATE FROM ITS THROTTLE BODY.","IF THIS WERE TO OCCUR, THE INLET ELBOW WOULD BE RETAINED BUT THE VEHICLE WOULD STOP RUNNING DUE TO INADEQUATE FUEL SUPPLY.",DEALER WILL INSTALL A NEW ALUMINUM INLET ELBOW AT NO CHARGE TO THE CONSUMER. -08/30/2001,01V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V282000),"Nissan North America, Inc.",NISSAN/REAR DOOR HATCH,STRUCTURE,NR (Not Reported),Vehicle,31000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. SOME OF THE BRACKETS USED TO ATTACH THE TWO GAS STRUTS TO THE REAR DOOR (HATCH) MAY HAVE BEEN IMPROPERLY MADE. AT HIGH AMBIENT TEMPERATURES, THE INCREASE IN GAS PRESSURE IN THE STRUT(S) COULD CAUSE ONE OR BOTH BRACKETS TO BEND, RESULTING IN THE STRUTS DETACHING FROM THE BRACKET(S) WHEN OPENING OR CLOSING THE REAR DOOR.","IF BOTH STRUTS DETACH FROM THE BRACKETS, THE DOOR WILL RAPIDLY FALL DOWN, POSSIBLY STRIKING SOMEONE AND CAUSING SERIOUS INJURY.","DEALERS WILL REPLACE THE STRUT BRACKETS. OWNER NOTIFICATION BEGAN SEPTEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -08/29/2001,01V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V277000),"Nissan North America, Inc.",NISSAN/STEEL WHEELS,WHEELS,NR (Not Reported),Vehicle,115000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE COOLING HOLES IN THE STEEL WHEEL MAY HAVE BURRS ON THEIR EDGES AS A RESULT OF IMPROPER MANUFACTURING. THESE BURRS CAN CAUSE CRACKS AS THE VEHICLE IS BEING DRIVEN. CRACKS CAN PROPAGATE BETWEEN ADJACENT COOLING HOLES. IF ENOUGH CRACKS DEVELOP BETWEEN THE COOLING HOLES, THE WHEEL COULD FAIL AND SEPARATE FROM THE MOUNTING HUB WITHOUT PRIOR WARNING.",SEPARATION OF THE WHEEL FROM THE VEHICLE WHILE BEING OPERATED COULD RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT FOR CRACKS AND REPLACE THE WHEEL IF CRACKS ARE DISCOVERED. OWNER NOTIFICATION WILL BE CONDUCTED IN TWO PHASES. THE FIRST MAILING BEGAN OCTOBER 1, 2001, ASKING OWNERS TO BRING THEIR VEHICLES IN TO A DEALER FOR INSPECTION OF THE WHEELS. ANY WHEELS WITH CRACKS WILL BE REPLACED. A SECOND OWNER NOTIFICATION WILL BEGIN IN EARLY DECEMBER, AT WHICH TIME NISSAN WILL HAVE AN ADEQUATE NUMBER OF REPLACEMENT WHEELS, REQUESTING OWNERS TO RETURN TO THEIR DEALERS TO HAVE THE WHEELS REPLACED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -08/28/2001,01V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V274000),"VERITRANS SPECIALTY VEHICLES, INC.",GOSHEN COACH/BRAKE RETARDER,POWER TRAIN,NR (Not Reported),Vehicle,33,"VEHICLE DESCRIPTION: TRANSIT CUTAWAY BUSES EQUIPPED WITH TELMA BRAKE RETARDER DRIVESHAFT SYSTEM OPTION ON VEHICLES BUILT ON A FORD E-450 CHASSIS WITH 186"" WHEELBASES. THESE VEHICLES CAN EXPERIENCE DRIVESHAFT FAILURE.","IF THE DRIVESHAFT FAILS, IT CAN BREAK AND FALL AWAY WHILE THE VEHICLE IS IN MOTION, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONEL INJURY OR DEATH.","GOSHEN COACH HAS NOTIFIED ALL OF ITS CUSTOMERS TO REMOVE THE BUSES FROM SERVICES. WHILE GOSHEN COACH IS DEVELOPING A PERMENANT REPAIR FOR THIS CONDITION, DEALERS WILL REMOVE THE TELMA BRAKE RETARDER AND DRIVESHAFT AND REPLACE IT WITH A STANDARD DRIVESHAFT. OWNER NOTIFICATION BEGAN AUGUST 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GOSHEN COACH CUSTOMER SERVICE DEPARTMENT AT 219-264-7511." -08/28/2001,01V140006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140006),PACCAR Incorporated,PACCAR/TRW TIE ROD ENDS (20EDL),STEERING,NR (Not Reported),Vehicle,2294,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN MERITOR AXLES. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. OWNER NOTIFICATION BEGAN OCTOBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000 OR KENWORTH AT 1-425-828-5000." -08/27/2001,01V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V271000),Shyft Group,SPARTAN/DRIVE AXLE SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,49,"VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH A DRIVE AXLE SUSPENSION CONTAINING A SPRING BEAM WITH A THICKNESS OF 1.75"". THE SPRING BEAM IN THE SUSPENSION CAN FAIL CAUSING THE COLLAPSE OF THE DRIVE AXLE SUSPENSION AND ALLOWING ABRUPT CONTACT OF THE TIRES WITH THE BODYWORK OF THE REAR OF THE FIRE TRUCK.","ABRUPT IMPACT WITH THE REAR TIRES MAY CAUSE THE VEHICLE TO VEER ACROSS THE ROAD AND IMPACT ONCOMING TRAFFIC, OR CAUSE THE DRIVER TO LOSS CONTROL OF THE VEHICLE IN THEIR LANE, POSSIBLY RESULTING IN A VEHICLE CRASH.","SPARTAN WILL NOTIFY ITS CUSTOMERS AND REPLACE THE SPRING BEAM WITH A HEAVY DUTY VERSION WHICH IS 2"" THICK AND REPLACE THE SHOCK ABSORBERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SPARTAN AT 1-800-722-3025." -08/26/2001,01V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V269000),IC CORPORATION,AMTRAN/FLIP SEAT,SEATS,NR (Not Reported),Vehicle,3694,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH 39-INCH FLIP SEATS. THE FLIP SEATS COULD BIND IN THE OCCUPIED POSITION AND NOT RETURN TO THE STORED POSITION WHEN NOT OCCUPIED. THE CUSHION FRAME SUPPORT BAR SLIDES OFF THE SEAT SUPPORT PAD, WHICH COULD RETAIN THE SEAT IN THE OCCUPIED POSITION.","THE SEAT COULD BLOCK THE AISLE TO THE EMERGENCY EXIT DURING AN EMERGENCY, WHICH MAY RESULT IN INJURY OR DEATH.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND PARTS TO REPAIR THE SEATS FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 23, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 800-843-5615." -08/26/2001,01V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V270000),IC CORPORATION,AMTRAN/THROTTLE STICKING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1432,"VEHICLE DESCRIPTION: ON CERTAIN SCHOOL BUSES EQUIPPED WITH I-6 ENGINES, PLYWOOD FLOORS, AND A DRIVER INSULATION PACKAGE, THE ACCELERATOR PEDAL CAN STICK IN EITHER A PARTIAL OR FULL THROTTLE POSITION.","A VEHICLE CRASH CAN OCCUR IF THE THROTTLE IS STUCK AND CANNOT RETURN TO THE IDLE POSITION, WHICH MAY RESULT IN INJURY OR DEATH.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND PARTS TO INSPECT AND REPAIR THE BUS(ES) FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 30, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 800-843-5615." -08/24/2001,01V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V272000),"BMW of North America, LLC",BMW/FUEL LINE CHAFING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1090,VEHICLE DESCRIPTION: MOTORCYCLES. THE FLEXIBLE FUEL HOSE LEADING FROM THE FUEL DISTRIBUTOR CAN CHAFE AGAINST THE RIGID LINES OF THE FUEL FEED AND THE RETURN LINES. CONTINUED CHAFING OF THE FLEXIBLE FUEL HOSE CAN LEAD TO FUEL LEAKAGE.,"FUEL LEAKAGE, IN THE PRESENCE ON AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE RIGHT SIDE FLEXIBLE HOSE WITH ONE WITH A BRAIDED COVER TO PREVENT CHAFING. OWNER NOTIFICATION BEGAN OCTOBER 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #5." -08/23/2001,01V266001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V266001),"Mack Trucks, Inc.",MACK TRUCKS/JVS ELECTRONIC CONTROLLERS,PARKING BRAKE,NR (Not Reported),Vehicle,4,VEHICLE DESCRIPTION: CHASSIS BUILT WITH A JACOBS VEHICLE SYSTEMS ELECTRONIC CONTROLLER FOR THE ELECTRIC DRIVELINE BRAKE SYSTEM. A FAILURE MODE WITHIN THE SOLID STATE CONTROLLER CAN CAUSE A SHORT FROM THE POSITIVE TERMINAL TO THE NEGATIVE TERMINAL OF THE BATTERY.,"UNDER THIS CONDITION, THE CONTROLLER COULD IGNITE CAUSUING A FIRE WITHOUT WARNING, POSSIBLE CAUSING INJURY TO THE VEHICLE OCCUPANT(S).","CUSTOMERS ARE BEING NOTIFIED TO CONTACT JVS TO ARRANGE FOR A FREE REPAIR AT A LOCAL AUTHORIZED DEALER. OWNER NOTIFICATION BEGAN AUGUST 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JACOBS VEHICLES SYSTEMS AT 1-800-269-6562." -08/23/2001,01V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V268000),PACCAR Incorporated,PACCAR/KENWORTH/DANA/BRAKE LINING,"SERVICE BRAKES, HYDRAULIC",01KW07,Vehicle,3000,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH 10,000 OR 12,000 POUND DANA FRONT AXLES. A CONDITION CALLED BRAKE ""SPRAG"", WHICH IS CHARACTERIZED BY A NOISE AT THE END OF AN APPLIED STOP, CAN DEVELOP IN THE BRAKE SYSTEM. THIS NOISE IS THE RESULT OF A PULSATION OF THE BRAKE LINING WITH THE BRAKE DRUM DURING BRAKE APPLICATION. THESE NOISE VIBRATIONS OCCUR AT THE RESONANT FREQUENCY OF THE FRONT AXLE CROSS-TUBE ASSEMBLY AND CAUSE UNUSUALLY HIGH STRAIN FORCES IN THE THREADED PORTION OF THE TIE ROD ENDS THAT ARE CONNECTED TO THE CROSS-TUBE.",FAILURE OF THE TIE ROD END CAN CAUSE LOSS OF STEERING CONTROL AND POSSIBLY RESULT IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE BRAKE LINING ON THE FRONT AXLE OF EACH VEHICLE WITH A LINING MADE OF A DIFFERENT COMPOSITION. IN ADDITION, THE TIE ROD ENDS WILL BE REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -08/22/2001,01V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V267000),Collins Bus Corporation,COLLINS/FLOOR MOUNTED TRACKS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,107,"VEHICLE DESCRIPTION: L SCHOOL BUSES EQUIPPED WITH A FLOOR-MOUNTED TRACK USED TO ACCOMMODATE AND SECURE WHEELCHAIRS. THE FLOOR-MOUNTED TRACK BOLTS, USED TO SECURE THIS TRACK TO THE FLOOR, ARE TOO LONG AND PROTRUDE THROUGH THE WHEEL WELL. IT IS POSSIBLE THAT THE PROTRUDING BOLTS WILL PUNCTURE THE REAR TIRES IF THE TIRES SHOULD BE PUSHED UP INTO THEIR FULL JOUNCE POSITION.",THE REAR TIRES COULD BE PUNCTURED WITHOUT WARNING POSSIBLY RESULTING IN A LOSS OF STEERING CONTROL AND A VEHICLE CRASH.,"DEALERS WILL REPLACE THE LONG TRACK BOLTS WITH SHORTER BOLTS THAT WILL SIT FLUSH WITH THE RETAINING NUTS. OWNER NOTIFICATION BEGAN SEPTEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COLLINS AT 1-800-533-1850." -08/22/2001,01V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V265000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/TIE ROD END CLAMP LOCK NUTS,STEERING,NR (Not Reported),Vehicle,1552,VEHICLE DESCRIPTION: TRANSIT BUSES. THE CLAMP NUTS FOR THE CENTER LINK TIE RODS MAY HAVE BEEN INADEQUATELY TIGHTENED.,INADEQUATELY TIGHTENED CLAMP NUTS COULD LEAD TO THE TIE RODS SEPARATING FROM THE CENTER LINK POSSIBLY RESULTING IN A VEHICLE CRASH.,"NEW FLYER WILL WILL INSPECT THE TIE ROD END CLAMP LOCK NUTS TO ENSURE THAT THE NUTS ARE PROPERLY TIGHTENED. ANY DAMAGED TIE RODS WILL BE REPLACED. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-982-8181." -08/22/2001,01E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E042000),Stahl,STAHL/HOIST,EQUIPMENT,NR (Not Reported),Equipment,88,"EQUIPMENT DESCRIPTION: HOIST MODEL NUMBER 1200 WITH A 6 INCH CYLINDER, HOIST MODEL NUMBER 1600 WITH A 5 INCH CYLINDER, AND HOIST MODEL NUMBER 1600 WITH A 6 INCH CYLINDER MANUFACTURED BEFORE AUGUST 1999. DUE TO LOW TOLERANCE TO CHANGES IN THE CENTER OF GRAVITY THAT CAN OCCUR IF A WELD SEPARATES BETWEEN THE HOIST'S LOWER SHAFT AND THE HOIST'S LOWER MOUNTING ANGLE, RAISING THE POTENTIAL FOR THE VEHICLE TO TIP-OVER WHEN THE HOIST IS ELEVATED. TIP-OVER IS MORE LIKELY TO OCCUR WHEN THE HOIST IN BEING OPERATED ON AN INCLINE.","IF A TRUCK EQUIPPED WITH A HOIST SHOULD TIP-OVER, INJURY COULD OCCUR TO AN OCCUPANT OF THE TRUCK OR TO A PERSON ADJACENT TO THE TRUCK.","STAHL WILL REPLACE THE HOIST FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STAHL AT 800-392-7251." -08/21/2001,01V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V264000),"General Motors, LLC",GM/POWER SLIDING DOOR,LATCHES/LOCKS/LINKAGES,01059,Vehicle,248737,"VEHICLE DESCRIPTION: 1997-2001 CHEVROLET VENTURE, PONTIAC MONTANA/TRANSPORT, AND OLDSMOBILE SILHOUETTE MINI VANS EQUIPPED WITH PASSENGER SIDE POWER SLIDING DOORS THAT WERE SERVICED IN CAMPAIGN 01013 (01V-067) FROM APRIL TO AUGUST 2001. ALSO 2001 CHEVROLET VENTURE, PONTIAC MONTANA, AND OLDSMOBILE SILHOUETTE MINI VANS EQUIPPED WITH PASSENGER SIDE POWER SLIDING DOORS ASSEMBLED IN JANUARY THROUGH APRIL 2001. THESE VEHICLES HAVE INADEQUATE FRONT WELDS. IF A FRONT WELD FAILS, THE ACTUATOR CAN JAM IN THE UNLATCHED POSITION AND, WHEN THE SLIDING DOOR CLOSES, IT WILL NOT BE LATCHED.","IF THIS HAPPENS, THE POWER SLIDING DOOR CAN OPEN WHILE THE VEHICLE IS IN MOTION, PARTICULARLY WHEN THE VEHICLE ASCENDS A HILL, MAKES A TURN, OR TRAVELS OVER A ROUGH ROAD SURFACE. AN UNRESTRAINED OCCUPANT COULD FALL OUT OF THE VAN AND BE INJURED.","DEALERS WILL INSPECT AND, IF REQUIRED, INSTALL A NEW POWER SLIDING DOOR UNLATCH ACTUATOR ASSEMBLY. OWNER NOTIFICATION BEGAN ON OCTOBER 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, OR OLDSMOBILE AT 1-800-442-6537." -08/21/2001,01V189006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189006),"Foretravel, Inc.",VOLVO TRUCKS/MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,30,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH A STEERABLE AUXILIARY AXLE AND EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN AUGUST 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586 OR MERITOR WABCO AT 800-535-5560." -08/15/2001,01V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V262000),Ford Motor Company,FORD/AUXILIARY A/C BLOWER MOTOR WIRING,EQUIPMENT,01S26,Vehicle,413245,"VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH AUXILIARY REAR AIR-CONDITIONING. IF THE AUXILIARY AIR-CONDITIONING BLOWER MOTOR STOPS TURNING WHILE IN THE MEDIUM-LOW BLOWER SPEED SETTING, THERE IS THE POTENTIAL THAT THE RESISTOR MAY BECOME HOT AND SMOKE.",THE MOTOR COULD POTENTIALLY CATCH ON FIRE.,"DEALERS WILL INSTALL A JUMPER WIRE THAT WILL ENSURE THAT THE MEDIUM-LOW BLOWER SPEED SETTING IS PROTECTED BY THE THERMAL LIMITER. OWNER NOTIFICATION BEGAN AUGSUT 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -08/15/2001,01V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V261000),Ford Motor Company,FORD/WINDSHIELD WIPER MOTOR COVER,VISIBILITY,01S25,Vehicle,598256,"VEHICLE DESCRIPTION: MINI VANS. CONTAMINANTS SUCH AS WATER, SALT, AND WINDSHIELD WASHER SOLUTION CAN ENTER THE WIPER MOTOR COVER ASSEMBLY THROUGH PINHOLES ON THE EXTERIOR OF THE COVER THAT ARE USED IN THE MOLDING PROCESS. IN ADDITION, ON CERTAIN OF THE VEHICLES BUILT BETWEEN FEBRUARY AND AUGUST 2000, A SWITCH LOCATED IN THE PLASTIC COVER OF THE WIPER MOTOR GEAR CASE COULD MALFUNCTION AND OVERHEAT. EITHER OF THESE CONDITIONS COULD POTENTIALLY RESULT IN LOSS OF INTERMITTENT WIPER FUNCTION, LOSS OF WIPER PARK FUNCTION, COMPLETE LOSS OF WIPER FUNCTION, SMOKE, OR IGNITION OF THE PLASTIC COVER MATERIAL. CONTAMINANT ENTRY COULD ALSO RESULT IN UNINTENDED WIPER MOTOR OPERATION.","SWITCH MALFUNCTION IS MOST LIKELY TO OCCUR WHEN THE INTERMITTENT SETTING OF THE WIPERS IS BEING USED, OR WHEN SNOW OR ICE OBSTRUCTS THE BLADES FROM RETURNING TO THE ""PARKED"" POSITION AT THE BOTTOM OF THE WINDSHIELD. LOSS OF VISIBILITY WHILE DRIVING INCREASES THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW WIPER COVER WITH IMPROVED SEALING AND WATER RESISTANCE. OWNER NOTIFICATION BEGAIN AUGUST 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -08/15/2001,01V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V257000),MONACO COACH CORPORATION,MONACO/FUEL LINE ROUTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,251,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON WORKHORSE CHASSIS. SPECIFIC FLOOR PLANS AT ISSUE ARE 30D, 30PBD, 32PBD, 36DPD, 36PBD, 36WDD, AND 37WDD. THE SUPPLY AND RETURN LINE CARRYING GASOLINE TO AND FROM THE ENGINE, MAY HAVE BEEN IMPROPERLY ROUTED AND/OR SECURED ON YOUR WORKHORSE GASOLINE CHASSIS.","AS A RESULT, THE FUEL LINE COULD BECOME DAMAGE, AND INTRODUCE THE RISK OF A FIRE.","DEALERS WILL INSPECT THE FUEL LINE ROUTING, INSTALL ADDITIONAL MEANS OF SECURING THE FUEL LINE, IF REQUIRED, AND/OR REPLACE THE LINE IF DAMAGE HAS OCCURRED. OWNER NOTIFICATION BEGAN SEPTEMBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -08/15/2001,01V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V256000),MONACO COACH CORPORATION,MONACO/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,98,VEHICLE DESCRIPTION: MOTOR HOMES. A UNIT IS AFFECTED IF THE INTERMEDIATE STEERING SHAFT IS FULLY COMPRESSED OR IS TOO SHORT TO MEET MAXIMUM EXTENSION SPECIFICATIONS.,"THIS CONDITION CAN CAUSE A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND/OR REPLACE THE INTERMEDIATE STEERING SHAFT. OWNER NOTIFICATION BEGAN AUGUST 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -08/15/2001,01V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V263000),RANSOMES CORPORATION,RANSOMES/CUSHMAN/SPLASH GUARD,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1548,"VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD POLICE VEHICLES. A SPLASH GUARD FITTED TO THE FRAME OF THE VEHICLE, LOCATED ABOVE THE DIFFERENTIAL, COULD COME IN CONTACT WITH THE REAR BRAKE LINES, CAUSING DAMAGE OR LEAKAGE. THE MODELS INVOLVED ARE: 1996-2001 MODELS 898465B MANUFACTURED FROM OCTOBER 1996 TO JULY 2001; 1994-2001 MODELS 878464B MANUFACTURED FROM NOVEMBER 1, 1994 TO JULY 2001; 1997-2000 MODELS 878474D MANUFACTURED FROM MAY 1, 1997 TO DECEMBER 24, 2000; 1997-2000 MODELS 898474E MANUFACTURED FROM FEBRUARY 1, 2000 TO JULY 2001; 2000-2001 MODELS 898487 MANUFACTURED FROM MAY 1, 2000 TO JULY 2001; AND 2000-2001 MODELS 898488 MANUFACTURED FROM JULY 1, 2000 TO JULY 2001.","BRAKE FLUID LEAKAGE COULD INCREASE THE BRAKING CAPABILITY OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW SPLASH GUARD WHICH WILL CREATE CLEARANCE FOR THE BRAKE LINE. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RANSOMES/CUSHMAN AT 1-402-474-8568." -08/15/2001,01V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V259000),"Volkswagen Group of America, Inc.",VW/FUEL FILLER NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,600,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A FUEL AND VAPOR LEAK DETECTION SYSTEM. A ""BLIND COVER"" AT THE FILLER NECK OF THE FUEL TANK MAY NOT SEAL PROPERLY ALLOWING FUEL VAPOR TO ESCAPE.","SHOULD THIS HAPPEN, THE FUEL TANK PRESSURE WILL BE REDUCED, WHICH WILL ACTIVATE THE LEAK DETECTION SYSTEM AND ALERT THE DRIVER OF A SYSTEM'S FAULT INDICATED BY AN INSTRUMENT PANEL LIGHT.","DEALERS WILL REPLACE THE FUEL FILLER NECK/EXPANSION TANK ASSEMBLY. OWNER NOTIFICATION BEGAN MARCH 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-866-892-2834." -08/15/2001,01V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V260000),"Winnebago Industries, Inc.",WINNEBAGO/LP LINE FASTENERS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1292,"VEHICLE DESCRIPTION: MOTOR HOMES (MODELS WKP36L, WKP36LD, AND IKP36LD). FOUR NUTS MAY HAVE LOOSENED FROM THE FOUR BOLTS THAT CONNECT THE LIQUID PROPANE (LP) TANK TO THE MOTOR HOME. IF THE ATTACHMENT HARDWARE IS LOOSENED, THE ROAD VIBRATION COULD PRODUCE UNDUE STRESS ON THE WELD JOINTS OF THE BRACKETS AND THEY COULD BREAK.","IF THIS HAPPENS, THE TANK COULD FALL OFF, RESULTING IN A ROAD HAZARD OR A FIRE.","DEALERS WILL INSPECT THE LP TANK ATTACHMENT AND RE-TIGHTENED THE FASTENERS IN ADDITION TO ADDING LOCK NUTS. OWNER NOTIFICATION BEGAN AUGUST 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -08/14/2001,01V166002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V166002),Honda (American Honda Motor Co.),HONDA/FMVSS 209/SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,8168,"VEHICLE DESCRIPTION: THE FOLLOWING VEHICLES WERE REPAIRED WITH INCORRECT PARTS: 2002 ACURA 3.2TL SEDANS WITH REPLACEMENT BUCKLES INSTALLED PER RECALL 01V-166001; CERTAIN 2000 ACURA 3.2TL VEHICLES WITH REPLACEMENT BUCKLES INSTALLED AS PRODUCT UPDATE REPAIRS; AND CERTAIN 2000-2002 ACURA 3.2TL VEHICLES WITH REPLACEMENT BUCKLES INSTALLED AS WARRANTY OR COLLISION REPAIRS. REPAIRS WERE MADE FROM MARCH 9 THROUGH JULY 27, 2001. SOME OF THE NONCOMPLIANT BUCKLES WERE MISLABELED AND REDISTRIBUTED TO ACURA DEALERS TO BE USED AS RECALL REPAIR PARTS. HONDA ALSO DETERMINED THAT INCORRECT FRONT SEAT BELT BUCKLE REPLACEMENT PARTS WERE USED FOR SOME PRODUCT UPDATE REPAIRS OF 2000 ACURA 3.2TL VEHICLES, AND WARRANTY OR COLLISION REPAIRS OF 2000-2002 3.2TL VEHICLES. THESE SEAT BELT BUCKLES MAY NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL INSPECT, AND IF NECESSARY, REPLACE THE FRONT SEAT BELT BUCKLES. OWNER NOTIFICATION BEGAN AUGUST 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ACURA AT 1-800-999-1009." -08/08/2001,01V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V255000),Ford Motor Company,FORD/FRONT COIL SPRING CORROSION,SUSPENSION,01S23,Vehicle,108000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT AT THE KANSAS CITY ASSEMBLY PLANT AND ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN, AND THE DISTRICT OF COLUMBIA. THE FRONT COIL SPRINGS MAY FRACTURE AS A RESULT OF CORROSION IN HIGH CORROSION ENVIRONMENTS. DEPENDING ON THE LOCATION OF THE FRACTURE, A BROKEN SPRING COULD MOVE PAST THE SPRING SEAT AND CONTACT A FRONT TIRE.",SOME TIRES HAVE DEFLATED DUE TO CONTACT WITH A BROKEN SPRING.,"DEALERS WILL INSTALL SPRING CATCHER BRACKETS. OWNER NOTIFICATION BEGAN OCTOBER 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -08/08/2001,01I013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I013000),Ford Motor Company,FORD/FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,203426,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1998 FORD CONTOUR/MERCURY MYSTIQUE PASSENGER VEHICLES BUILT AT THE KANSAS CITY ASSEMBLY PLANT. THE FRONT COIL SPRINGS COULD POTENTIALLY FRACTURE DUE TO CORROSION.",SOME TIRES HAVE DEFLATED DUE TO CONTACT WITH A BROKEN SPRING.,"FORD IS EXTENDING THE WARRANTY FOR FRONT COIL SPRING REPLACEMENT FOR THE FRONT COIL SPRINGS FOR 10 YEARS FROM ORIGINAL DATE OF SALE OF A VEHICLE OR 150,000 MILES, WHICHEVER COMES FIRST." -08/08/2001,01V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V258000),Ford Motor Company,FORD/WINDSHIELD WIPER MOTOR COVER,VISIBILITY,01S24,Vehicle,1083000,"VEHICLE DESCRIPTION: PASSENGER CARS, SPORT UTILITY VEHICLES, AND LIGHT AND MEDIUM DUTY PICKUP TRUCKS. A SWITCH LOCATED IN THE PLASTIC COVER OF THE WIPER MOTOR GEAR CASE COULD MALFUNCTION AND OVERHEAT, POTENTIALLY RESULTING IN LOSS OF INTERMITTENT WIPER FUNCTION, LOSS OF WIPER PARK FUNCTION, COMPLETE LOSS OF WIPER FUNCTION, OR IGNITION OF THE PLASTIC COVER MATERIAL. SWITCH MALFUNCTION IS MOST LIKELY TO OCCUR WHEN THE INTERMITTENT SETTING OF THE WIPERS IS BEING USED, OR WHEN SNOW OR ICE OBSTRUCTS THE BLADES FROM RETURNING TO THE ""PARKED"" POSITION AT THE BOTTOM OF THE WINDSHIELD. THESE VEHICLES WERE BUILT AT THE FOLLOWING ASSEMBLY PLANTS: ATLANTA PLANT FROM 2/11/00 THROUGH 7/31/00; CHICAGO PLANT FROM 2/14/00 THROUGH 8/4/00; KANSAS CITY PLANT FROM 2/26/00 TO 9/4/00; KENTUCKY TRUCK PLANT FROM 2/18/00 TO 8/31/00; MICHIGAN TRUCK PLANT FROM 2/23/00 THROUGH 8/3/00; NORFOLK PLANT FROM 2/21/00 THROUGH 7/27/00; WAYNE STAMPING AND ASSEMBLY PLANT FROM 2/25/00 THROUGH 8/15/00; AND WIXOM PLANT FROM 2/15/00 THROUGH 8/8/00.",LOSS OF VISIBILITY WHILE DRIVING INCREASES THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE DATE CODE ON THE WIPER MOTOR. MOTORS BUILT WITH THE SUSPECT TIME FRAME WILL HAVE THE WIPER MOTOR GEAR CASE COVER REPLACED. OWNER NOTIFICATION BEGAN AUGUST 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -08/07/2001,01V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V252000),"Winnebago Industries, Inc.",WINNEBAGO/LP LINE ROUTING,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,154,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A WORKHORSE CHASSIS. THE BLACK PIPE SUPPLYING LIQUID PROPANE (LP) GAS TO THE FURNACE WAS NOT LONG ENOUGH, WHICH COULD CAUSE THE COPPER LINE THAT IS CONNECTED TO THIS PIPE TO COME IN CONTACT WITH THE END OF THE LEAF SPRING OF THE SUSPENSION.","IF THIS HAPPENS, THE COPPER LINE MAY GET DAMAGED AND OVER TIME, A LEAK COULD DEVELOP WHICH HAS THE POTENTIAL TO IGNITE, RESULTING IN BODILY INJURY AND/OR PROPERTY DAMAGE.","DEALERS WILL REPLACE THE BLACK PIPE AND REPLACE THE LP LINE. OWNER NOTIFICATION BEGAN AUGUST 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -08/06/2001,01V189005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189005),"Foretravel, Inc.",FORETRAVEL/MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,30,VEHICLE DESCRIPTION: COACHES EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORETRAVEL AT 1-800-955-6226 OR MERITOR WABCO AT 800-535-5560." -08/06/2001,01V227002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V227002),Mazda North American Operations,MAZDA/TRW SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,27533,"VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS EQUIPPED WITH SEAT BELTS SUPPLIED BY TRW. IT IS POSSIBLE THAT THE DRIVER'S AND/OR FRONT PASSENGER'S OUTBOARD SEAT BELT BUCKLE MAY NOT FULLY LATCH. FORD CROWN VICTORIA BUILT AT ST. THOMAS ASSEMBLY PLANT FROM 4/17/00 - 5/29/01 MERCURY GRAND MARQUIS BUILT AT ST. THOMAS ASSEMBLY PLANT FROM 4/17/00 - 5/29/01. LINCOLN TOWN CARS BUILT AT WIXOM ASSEMBLY PLANT FROM 3/27/00 - 5/30/01. LINCOLN NAVIGATORS BUILT AT MICHIGAN TRUCK PLANT FROM 4/11/00 - 5/31/01. FORD WINDSTARS BUILT AT OAKVILLE ASSEMBLY PLANT FROM 3/23/00 - 5/30/01. FORD RANGERS BUILT AT TWIN CITIES PLANT FROM 3/28/00 - 5/30/01, AND ALSO AT THE EDISON PLANT FROM 3/13/00 - 5/25/01. FORD F-150 TRUCK BUILT AT NORFOLK PLANT FROM 4/18/00 - 5/25/00; AT ONTARIO PLANT FROM 5/10/00 - 5/28/01; AT KANSAS CITY PLANT FROM 9/11/99 - 5/25/01; AND AT CUAUTITLAN PLANT FROM 5/16/00 - 6/9/01. FORD SUPER DUTY F-250, F-350, F-450, AND F-550 TRUCKS BUILT AT KENTUCKY PLANT FROM 4/17/00 - 5/27/01; AND AT CUAUTITLAN PLANT FROM 5/16/00 - 6/19/01. FORD EXCURSIONS BUILT AT KENTUCKY PLANT FROM 4/17/00 - 10/2/00. FORD EXPEDITIONS BUILT AT MICHIGAN TRUCK PLANT FROM 4/11/00 - 5/31/01.","IN THE EVENT OF A CRASH, THE RESTRAINT SYSTEM MAY NOT PROVIDE ADEQUATE OCCUPANT PROTECTION, INCREASING THE RISK OF PERSONAL INJURY TO THE SEAT OCCUPANT.","DEALERS WILL INSPECT THE FRONT OUTBOARD SEAT BELT BUCKLES AND IF THE BUCKLE FAILS THE INSPECTION PROCESS, IT WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -08/05/2001,01V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V208000),A. GIRARDIN INC.,GIRARDIN/FMVSS 222/KNEE IMPACT,SEATS,01-003-SF,Vehicle,393,"VEHICLE DESCRIPTION: CERTAIN MINI SCHOOL BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" THE FOAM ON THE SEATS AND BARRIERS DO NOT ABSORB ENOUGH IMPACT ENERGY TO MEET THE STANDARD.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED.",DEALERS WILL INSTALL AN ADDITIONAL PIECE OF FOAM BETWEEN THE STEEL BACK REST AND THE EXISTING FOAM. OWNER NOTIFICATION BEGAN JANUARY 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GIRARDIN AT 1-819-477-8222. -08/03/2001,01V254001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V254001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39020,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE ACCUMULATOR THAT IS INSTALLED ON THE HYDRAULIC BRAKE BOOSTER MAY HAVE BEEN IMPROPERLY MANUFACTURED. OVER A PERIOD OF TIME, THIS COULD RESULT IN LEAKAGE OF THE PRESSURIZED NITROGEN GAS FROM INSIDE THE ACCUMULATOR.","THE LOSS OF THIS GAS PRESSURE COULD RESULT IN AN ABNORMAL NOISE FROM THE LEFT SIDE OF THE DASH PANEL WHEN THE BRAKES ARE APPLIED, AND POSSIBLY A DELAYED FIRST TIME BRAKE BOOST ASSIST AFTER THE VEHICLE HAS BEEN PARKED FOR A PERIOD OF TIME, WHICH COULD RESULT IN A VEHICLE CRASH.","DEALERS WILL INSTALL AN IMPROVED ACCUMULATOR. OWNER NOTIFICATION MAILING BEGAN OCTOBER 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -08/02/2001,01V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V273000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 201/HEAD PROTECTION,STRUCTURE,991,Vehicle,282470,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES (NON-SUNROOF ONLY) FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","IN THE EVENT OF A CRASH, THERE IS A POTENTIAL FOR INJURY IF THE OCCUPANT'S HEAD WERE TO CONTACT THE B-PILLAR.","OWNERS WILL BE SENT A STORAGE BIN ACCESSORY UNIT THAT CAN BE ATTACHED TO THE B-PILLAR ALONG WITH INSTALLATION INSTRUCTIONS. HOWEVER, IF AN OWNER WISHES, THE DEALER CAN PERFORM THE INSTALLATION. OWNER NOTIFICATION BEGAN DECEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/02/2001,01V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V253000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/POWER SEAT CONNECTOR CIRCUIT,ELECTRICAL SYSTEM,990,Vehicle,98000,"VEHICLE DESCRIPTION: VANS AND WAGONS NOT EQUIPPED WITH POWER FRONT SEATS. IN THE PRESENCE OF ROAD SALT, WATER, AND POSSIBLY OTHER DEBRIS, THE POWER SEAT CONNECTOR LOCATED BENEATH THE DRIVER'S SEAT COULD DEVELOP A HIGH RESISTIVE SHORT CIRCUIT THAT CYCLES THE CIRCUIT BREAKER.","IF THE CIRCUIT BREAKER CYCLES FOR AN EXTENDED PERIOD OF TIME, HEAT COULD BUILD UP IN THE CONNECTOR, POSSIBLY RESULTING IN A FIRE.","OWNERS WILL RECEIVE INSTRUCTIONS FOR REMOVING THE CIRCUIT BREAKER FROM THE FUSE PANEL. IF AN OWNER DESIRES, THEIR DEALER CAN PERFORM THE REPAIR. OWNER NOTIFICATION BEGAN AUGUST 27, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -08/02/2001,01V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V250000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BRAKE LIGHT SWITCH,EXTERIOR LIGHTING,01511,Vehicle,40559,"VEHICLE DESCRIPTION: IN BELOW FREEZING OPERATING CONDITIONS, THE AIR-PRESSURE ACTUATED BRAKE LIGHT SWITCH THAT IS MOUNTED OUTSIDE THE CAB ON THE FRONT COWL, ON CERTAIN HEAVY DUTY TRUCKS, MAY NOT ACTIVATE DURING LIGHT TO NORMAL BRAKING.","IF THE BRAKE LIGHTS FAIL TO COME ON, THERE WILL BE NO LIGHTS TO INDICATE TO FOLLOWING VEHICLES THAT THE VEHICLE IS DECELERATING, WHICH COULD RESULT IN A CRASH.","DEALERS WILL REPLACE ALL AIR BRAKE STOP LIGHTS SWITCHES. OWNER NOTIFICATION BEGAN OCTOBER 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -08/02/2001,01V140004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140004),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/TRW/TIE ROD ASSEMBLY (20EDL),STEERING,01510,Vehicle,18348,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS/DRAG LINKS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE DRAG LINK ASSEMBLIES. OWNER NOTIFICATION BEGAN AUGUST 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -08/01/2001,01V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V251000),"Jayco, Inc.",JAYCO/FLOOR MATERIAL,STRUCTURE,NR (Not Reported),Vehicle,12281,VEHICLE DESCRIPTION: TRAVEL AND FIFTH WHEEL TRAILERS. THE FASTENERS USED ON THE UNDERFLOOR CAN EITHER COME LOOSE OR PULL THROUGH THE UNDERFLOOR CAUSING PORTIONS OR ALL OF A SECTION OF UNDERFLOOR TO DETACH FROM THE VEHICLE.,"IF THIS OCCURRED, THE SECTION COULD FALL TO THE PAVEMENT, POTENTIALLY CAUSING A CRASH FOR FOLLOWING VEHICLES.","DEALERS WILL ADD OR REPLACE FASTENERS. OWNER NOTIFICATION BEGAN SEPTEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-219-825-5861." -08/01/2001,01V189004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189004),"Mack Trucks, Inc.",MACK/MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8268,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN NOVEMBER 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011 OR MERITOR WABCO AT 800-535-5560." -08/01/2001,01V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V247000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/FMVSS 108/HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,613,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES FAIL TO CONFORM WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" WHEN THE LOW BEAM HEADLAMPS ARE ACTIVATED, THE XENON LAMPS ARE AIMED TO ILLUMINATE THE ROAD SURFACE. IN THE HIGH BEAM MODE THE LIGHT FROM THE XENON BULBS ARE REDIRECTED AND ADDITIONAL HALOGEN BULBS ALSO ILLUMINATE WHEN THE HIGH BEAMS ARE ACTIVATED. WHEN THIS OCCURS, THE COMBINATION OF XENON BULB AND HALOGEN BULB EXCEED THE PERMITTED LIGHT OUTPUT.",DRIVERS IN INCOMING VEHICLES MAY EXPERIENCE INCREASED GLARE FROM THE HIGH BEAM LIGHTING WHICH COULD RESULT IN THE POTENTIAL FOR A CRASH.,"DEALERS WILL MODIFY THE AIM OF THE HALOGEN HEADLAMP BULBS IN THE HIGH BEAM MODE. OWNER NOTIFICATION BEGAN OCTOBER 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -08/01/2001,01V059004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V059004),NEOPLAN USA CORPORATION,NEOPLAN/ARVINMERITOR/BRAKE ROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,223,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ARVINMERITOR ""W-SERIES"" AIR-ACTUATED BRAKE CAM ROLLERS. THESE ROLLERS WERE INSTALLED AS ORIGINAL EQUIPMENT AND ALSO SOLD AS REPLACEMENT PARTS. THE AFFECTED BRAKE ROLLERS MAY FRACTURE IF SUBJECTED TO HIGH APPLICATION LOADINGS.","IF ONE OR MORE OF THE AFFECTED BRAKE ROLLERS FRACTURE, PROPER BRAKE APPLICATION COULD BE COMPROMISED, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSPECT BRAKE ROLLERS AND REPLACE THEM IF NECESSARY. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 1-859-525-3361. -08/01/2001,01V141002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V141002),NEOPLAN USA CORPORATION,NEOPLAN/ARVINMERITOR/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Vehicle,35,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ARVINMERITOR AXLES BUILT WITH TRW TIE ROD BALL-SOCKET BEARINGS, PART NO. TRW 24 DL. THESE BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR/TRW WILL NOTIFY CUSTOMERS AND REPLACE THE TIE ROD ENDS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 517-647-0409 OR NEOPLAN AT 1-719-336-3256. -08/01/2001,01V033007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033007),NEOPLAN USA CORPORATION,NEOPLAN/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,669,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",DEALERS WILL INSPECT THE BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED BY VANNER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER AT 1-800-227-6937 OR NEOPLAN AT 1-719-336-3256. -08/01/2001,01V059003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V059003),NOVA BUS INCORPORATED,NOVABUS/ARVINMERITOR/BRAKE ROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,314,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ARVINMERITOR ""W-SERIES"" AIR-ACTUATED BRAKE CAM ROLLERS. THESE ROLLERS WERE INSTALLED AS ORIGINAL EQUIPMENT AND ALSO SOLD AS REPLACEMENT PARTS. THE AFFECTED BRAKE ROLLERS MAY FRACTURE IF SUBJECTED TO HIGH APPLICATION LOADINGS.","IF ONE OR MORE OF THE AFFECTED BRAKE ROLLERS FRACTURE, PROPER BRAKE APPLICATION COULD BE COMPROMISED, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL INSPECT BRAKE ROLLERS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION BEGAN MARCH 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NOVABUS AT 1-505-347-7349 OR ARVINMERITOR AT 1-859-525-3361." -08/01/2001,01V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V249000),Silver Eagle Manufacturing Company,SILVER EAGLE/DOLLY TILTSTOP,TRAILER HITCHES,NR (Not Reported),Vehicle,1166,VEHICLE DESCRIPTION: SINGLE AXLE TRAILER CONVERTER DOLLIES WITH TILTSTOP TYPE COUNTERBALANCE. FATIGUE CRACKS IN THE TILTSTOP CAN OCCUR.,THE TILTSTOP COULD BREAK LOOSE FROM THE DOLLY FRAME WHILE IN OPERATION.,"DEALERS WILL ADD A BRACE TO BOTH SIDES OF THE DOLLY. OWNER NOTIFICATION BEGAN AUGUST 16, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SILVER EAGLE AT 1-800-547-6792." -08/01/2001,01E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E041000),Toyota Motor Engineering & Manufacturing,TOYOTA/TRAILER WIRE HARNESS CONVERTER,TRAILER HITCHES,NR (Not Reported),Equipment,70717,"EQUIPMENT DESCRIPTION: THIS RECALL IS FOR TRAILER TOWING WIRE HARNESS CONVERTERS INSTALLED BY DEALERS OR FOR INSTALLATION ON 1999-2000 TOYOTA TUNDRA AND TACOMA VEHICLES. THE CONNECTORS INTEGRATE THE VEHICLE'S TAIL LIGHTS, BRAKE LIGHTS, AND TURN SIGNAL LIGHTS WITH THOSE EQUIPPED ON THE TRAILER, ARE DEFECTIVE. AFFECTED PART NUMBERS ARE: PT207-34000, PT207-34002, PT207-04981, AND PT214-04985. IN THE TUNDRA VEHICLES, THE CIRCUITRY UTILIZED IN THE CONVERTER WAS INADEQUATE TO PROPERLY MANAGE VEHICLE AND/OR TRAILER-SIDE VOLTAGE SPIKES. IF THE CONVERTER IS EXPOSED TO A VOLTAGE SPIKE, IT MAY CAUSE AN ELECTRICAL SHORT OR OPEN CIRCUIT WITHIN THE CONVERTER. IN THE TACOMA VEHICLES, DUE TO DEFICIENT WATERPROOFING AND IMPROPER INSTALLATION LOCATION OF THE CONVERTER, WHICH IS MOUNTED IN THE LOWER PORTION OF THE TAILGATE CAVITY OF THE VEHICLE, AN ELECTRICAL SHORT CIRCUIT WILL OCCUR IF WATER ENTERS THE CONVERTER HOUSING.","AN ELECTRICAL SHORT OR OPEN CIRCUIT CAN CAUSE A FAULT IN THE CONVERTER AND A NON-OPERATIONAL CONDITION OF THE TRAILER LIGHTS. IF THE VEHICLE IS DRIVEN WITHOUT TRAILER LIGHTS, IT MAY BE DIFFICULT FOR OTHER DRIVERS TO SEE THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL NOTIFY THE CUSTOMERS AND INSTALL A REDESIGNED TRAILER TOWING WIRE HARNESS CONVERTER FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -08/01/2001,01V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V248000),Utilimaster Corporation,UTILIMASTER/FMVSS 108/CENTER HIGH-MOUNTED LAMP,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,47,"VEHICLE DESCRIPTION: CERTAIN TRUCK BODIES FAIL TO CONFORM WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE CENTER HIGH-MOUNTED STOP LAMPS DO NOT COMPLY WITH THE PHOTOMETRIC REQUIREMENTS FOR THE STANDARD.",THE CENTER HIGH-MOUNTED STOP LAMPS DO NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL REPLACE THE CCENTER HIGH-MOUNTED STOP LAMP. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UTILIMASTER AT 1-816-765-2000." -07/31/2001,01V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V246000),"BMW of North America, LLC",BMW/FRONT BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2997,"VEHICLE DESCRIPTION: MOTORCYCLES. THE DISTANCE BETWEEN THE BRAKE LINE AND THE SPEEDOMETER DRIVE CABLE COULD BE TOO SMALL. DUE TO COMPRESSION AND REBOUND OF THE FORK, THE SPEEDOMETER CABLE COULD CONTACT AND CHAFE THE BRAKE LINE.","BRAKE FLUID LEAKAGE COULD OCCUR, RESULTING IN A LOSS OF FRONT BRAKING CAPABILITY. IF THIS HAPPENED, DEPENDING ON TRAFFIC CONDITIONS AND THE RIDER'S REACTIONS, A CRASH COULD OCCUR.","DEALERS WILL MEASURE THE DISTANCE BETWEEN THE FRONT BRAKE LINE AND SPEEDOMETER CABLE. THE BRAKE LINE WILL BE REPLACED IF THE DISTANCE TO THE SPEEDOMETER CABLE IS FOUND TO BE TOO SMALL OR IF IT IS DAMAGED. A NEW PROTECTIVE SLEEVE WILL BE INSTALLED IN THE SPEEDOMETER CABLE NEAR THE FRONT FENDER. OWNER NOTIFICATION BEGAN DECEMBER 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #5." -07/31/2001,01V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V245000),"BMW of North America, LLC",BMW/PARKING BRAKE CABLE,PARKING BRAKE,NR (Not Reported),Vehicle,2438,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TWO SCREWS THAT SECURE THE PARKING BRAKE CABLE MOUNTING BRACKET TO THE BACKING PLATE WERE NOT TIGHTENED PROPERLY. AS A RESULT, THE SCREWS COULD LOOSEN AND EVENTUALLY FALL INTO THE PARKING BRAKE DRUM.","IF THIS WERE TO HAPPEN, THE CABLE MOUNTING BRACKET WOULD NO LONGER BE FIXED TO THE BACKING PLATE AND THE PARKING BRAKE COULD NO LONGER BE APPLIED ON THAT SIDE OF THE VEHICLE. IT IS ALSO POSSIBLE THAT A SCREW COULD LODGE WITHIN THE PARKING BRAKE DRUM, IMPAIRING THE FREE MOVEMENT OF THE DRUM. THIS WOULD PRODUCE NOISE, AND COULD CAUSE THE PARKING BRAKE ON THAT SIDE TO LOCK UP WHILE DRIVING.","DEALERS WILL REPLACE THE PARKING BRAKE CABLE ATTACHING SCREWS AND SECURE THEM WITH THE PROPER TORQUE. OWNER NOTIFICATION BEGAN OCTOBER 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -07/31/2001,01V091008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091008),"Carriage, Inc.",CARRIAGE/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,531,"VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR CARRIAGE AT 1-219-642-3272. -07/31/2001,01V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V242000),"ELECTRIC TRANSIT, INC.",ETI/FRAME CRACKS,STRUCTURE,NR (Not Reported),Vehicle,54,VEHICLE DESCRIPTION: 41-PASSENGER ELECTRIC TRANSIT BUSES. FRAME CRACKS COULD DEVELOP ABOVE THE REAR AXLE.,"IT IS POSSIBLE THAT THE REAR DOORS MIGHT BIND, OR THAT ELECTRICAL WIRES OR HYDRAULIC LINES COULD CHAFE.","ONLY THE MIAMI VALLEY REGIONAL TRANSIT AUTHORITY IN DAYTON, OHIO IS INVOLVED. ELECTRIC TRANSIT REPRESENTATIVES ARE WORKING DIRECTLY WITH THE MIAMI VALLEY RTA." -07/31/2001,01V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V244000),U.S. BUS CORPORATION,US BUS/SEAT FASTENER,SEATS,NR (Not Reported),Vehicle,195,VEHICLE DESCRIPTION: SCHOOL BUSES. TWO FASTENERS WERE OMITTED IN ASSEMBLING THE WALL MOUNT BRACKET TO THE SEAT FRAME.,"THIS COULD COMPROMISE THE COMPARTMENTALIZATION OF THE SEATING AREA IN A CRASH, INCREASING THE RISK OF INJURY TO A SEAT OCCUPANT.",OWNERS WILL BE PROVIDED WITH MODIFICATION KITS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING AUGUST/SEPTEMBER 2001. OWNERS WHO DO NOT RECEIVE THE FREE MODIFICATION KIT AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT US BUS AT 1-845-357-2510. -07/25/2001,01V098004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V098004),Nelson Manufacturing Company,NELSON/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,114,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,DEALERS WILL REPLACE THE HUBS. WEBB WHEEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR NELSON AT 1-419-523-5321. -07/24/2001,01V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V239000),RANSOMES CORPORATION,RANSOMES/CUSHMAN/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,393,VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD POLICE VEHICLES. A PLASTIC TEE FITTING LOCATED ON THE FUEL LINE COULD CRACK RESULTING IN A FUEL SYSTEM LEAK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE PLASTIC TEE WITH A BRASS TEE. OWNER NOTIFICATION BEGAN AUGUST 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RANSOMES/CUSHMAN AT 1-402-474-8568." -07/24/2001,01V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V240000),"Saleen, Inc.",SALEEN/FUEL CROSSOVER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,362,"VEHICLE DESCRIPTION: SUPERCHARGED COUPE CONVERTIBLE VEHICLES. THE FUEL CROSSOVER LINE COULD MELT WHEN IT COMES IN CONTACT WITH THE EGR VALVE, CAUSING IT TO RUPTURE AND SPRAY GASOLINE INSIDE THE ENGINE COMPARTMENT.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPOSITION THE CROSSOVER FUEL LINE. OWNER NOTIFICATION BEGAN AUGUST 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SALEEN AT 1-949-597-3823." -07/23/2001,01T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T014000),Cooper Tire & Rubber Co.,COOPER/SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,14993,"TIRE DESCRIPTION: COOPER TRENDSETTER A/W, TRENDSETTER SE, DEAN GALAXIE GT, TRAILCAT ALL SEASON, FALLS ROADMASTER IV, STARFIRE FLITE-LINE A/S, DEAN ALPHA IV SEASON, LARAMIE TEMPRA YEAR ROUND, DURASTEEL, SENTRY DELUXE CLASSIS LX, PREMIER ALL SEASON, RADIAL XL, MERIT FOUR SEASON 75, AND CORDOVAN CENTRON TIRES SIZE P205/75R14 MANUFACTURED BETWEEN FEBRUARY 27 AND MARCH 4, 2000. DUE TO INCONSISTENCIES WITH THE STANDARD SIDEWALL COMPOUND FORMULATION, SIDEWALL CRACKING CAN OCCUR. WHERE EXCESSIVE FLEXING OF THE TIRE SIDEWALL OCCURS, THE CRACKING COULD EXTEND TO THE BODY PLY CORDS. THIS CONDITION COULD LEAD TO THE DEGRADATION OF THE BODY PLY CORDS AND CONSEQUENT LOSS OF INFLATION PRESSURE.","THE LOSS OF INFLATION PRESSURE COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY TIRE FAILURE. THE LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER WILL NOTIFY ITS DEALERS/CUSTOMERS TO HAVE THE TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE CONSUMER RELATIONS DEPARTMENT AT 800-854-6288." -07/23/2001,01E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E040000),Harley-Davidson Motor Company,HARLEY DAVIDSON/IGNITION MODULE KIT,UNKNOWN OR OTHER,NR (Not Reported),Equipment,6802,"EQUIPMENT DESCRIPTION: IGNITION MODULES USED ON CERTAIN TWIN-CAM 88 SCREAMIN' EAGLE IGNITION MODULE KITS AND IGNITION MODULES SOLD AS DEALER INSTALLED ACCESSORY ITEMS FROM JULY 2000 THROUGH MAY 2001. MODULE AND KIT PART NUMBERS: 31710-01, 32721-01, 31713-01, 32724-01, 31775-01, 32810-01, 32748-99A, 32749-99A, 31781-00, 32719-01, 32720-01, 31778-01, 32750-99A, AND 31782-00. THESE KITS AND MODULES CAN BE INSTALLED ON ANY 1999 AND LATER TWIN-CAM 88 EQUIPPED HARLEY-DAVIDSON MOTORCYCLES. THE MODULES WERE MANUFACTURED WITH A SOFTWARE FAULT THAT COULD ALLOW THE MODULE TO SHUT OFF WITHOUT WARNING.","A SUDDEN LOSS OF POWER COULD CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE AND RESULT IN A CRASH, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","HARLEY-DAVIDSON WILL NOTIFY ITS CUSTOMERS TO BRING THEIR MOTORCYCLE TO AN AUTHORIZED DEALER TO HAVE THE MODULE REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN OCTOBER 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HARLEY-DAVIDSON AT 414-342-4080." -07/20/2001,01V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V237000),"EUROPA INTERNATIONAL, INC.",EUROPA/FMVSS 208/AIR BAG LABEL,AIR BAGS,NR (Not Reported),Vehicle,42,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THESE VEHICLES WERE BUILT WITHOUT THE PROPER AIR BAG LABELING ON THE PASSENGER SIDE AIR BAG COVER.",THIS LABEL INFORMS THE FRONT PASSENGER OF THAT SEATING POSITION'S AIR BAG AND THAT CERTAIN SAFETY PRECAUTIONS NEED TO BE TAKEN BY THE SEAT'S OCCUPANT.,"OWNERS WILL BE PROVIDED WITH A ""SRS AIR BAG"" WARNING LABEL AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN JULY 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EUROPA AT 1-888-538-7672." -07/19/2001,01V098003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V098003),"CLARK TRAILER SERVICE, INC.",CLARK TRAILER/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,5,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,DEALERS WILL REPLACE THE HUBS. WEBB WHEEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR CLARK TRAILER AT 1-800-922-7216. -07/19/2001,01I008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I008000),Ford Motor Company,FORD/FUEL CROSS FLOW,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1556221,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1990-1993 FORD F-SERIES VEHICLES EQUIPPED WITH DUAL FUEL TANKS AND 4.9, 5.0,5.8, OR 7.5 LITER GASOLINE FUELED ENGINES. SOME VEHICLES CAN EXPERIENCE A CROSS TANK FUEL FLOW CONDITION DUE TO A DAMAGED CHECK VALVE IN THE FUEL PUMP/SENDER ASSEMBLY. FUEL MAY BE SUPPLIED FROM ONE TANK AND SOME OR ALL OF THE UNUSED FUEL MAY BE RETURNED TO THE OTHER TANK.","SHOULD THIS OCCUR, THE CAPACITY OF THE RECEIVING TANK MAY BE EXCEEDED AND FUEL MAY OVERFLOW FROM THE FILLER CAP.","FORD IS EXTENDING THE WARRANTY FOR POTENTIAL FUEL CROSS-FLOW TO 12 YEARS OF SERVICE OR 150,000 MILES FROM THE VEHICLE'S WARRANTY START DATE, WHICHEVER OCCURS FIRST. THIS COVER WILL AUTOMATICALLY TRANSFER TO SUBSEQUENT OWNERS AT NO CHARGE. IF A VEHICLE ALREADY HAS MORE THAN 150,000 MILES, THIS OVERAGE WILL LAST UNTIL DECEMBER 31, 2001. IF THE VEHICLE IS EXPERIENCING A FUEL CROSS-FLOW CONDITION, DEALERS WILL REPAIR THE CONDITION FREE OF CHARGE." -07/18/2001,01V189003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189003),"CHANCE COACH, INC.",CHANCE COACH/MERITOR WABCO/HALDEX/BRAKE VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,79,VEHICLE DESCRIPTION: STREETCARS AND TRANSIT BUSES EQUIPPED WITH CERTAIN MERITOR-WABCO BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN JULY 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE COACH AT 1-888-391-1777 OR MERITOR WABCO AT 800-535-5560." -07/18/2001,01E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E039000),HUNTER MANUFACTURING CO.,HUNTER/AUXILIARY HEATER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,380,EQUIPMENT DESCRIPTION: FALCONAIRE PH20-30A AUXILIARY HEATERS USED PRIMARILY AS CARGO HEATERS IN BEVERAGE TRUCKS AND IN OFF-ROAD CONSTRUCTION EQUIPMENT. THESE HEATERS WERE MANUFACTURED BETWEEN SEPTEMBER 1999 AND APRIL 2001. THE HEAT EXCHANGER CAN CORRODE DURING HEAVY USE WHICH CAN LEAD TO A POSSIBLE FIRE OR EMISSION OF CARBON MONOXIDE.,"THE VEHICLE COULD CATCH FIRE OR EMIT CARBON MONOXIDE,POSSIBLY RESULTING IN PERSONAL INJURY, ILLNESS, OR DEATH.","HUNTER WILL NOTIFY ITS DISTRIBUTORS AND CUSTOMERS TO HAVE THE AUXILIARY HEATER REPLACED WITH A REDESIGNED HEATER FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HUNTER MANUFACTURING AT 440-248-6111." -07/17/2001,01V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V243000),"Brenner Tank, LLC",BRENNER TANK/FMVSS 223/REAR IMPACT GUARDS,STRUCTURE,NR (Not Reported),Vehicle,16,"VEHICLE DESCRIPTION: TANK TRAILERS. THESE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 223, ""REAR IMPACT GUARDS."" THE REAR GUARDS HAVE BEEN FOUND TO SUSTAIN 4.6 PERCENT LESS LOAD THAN PRESCRIBED IN THE APPLICABLE REGULATIONS.",THIS DOES NOT MEET THE STANDARD REQUIREMENTS.,"THE LOWER REAR AREA OF THE SUBJECT BUMPERS WILL BE REINFORCED TO WITHSTAND THE SET REGULATORY LOAD. OWNER NOTIFICATION BEGAN AUGUST 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRENNER AT 1-800-558-9750." -07/17/2001,01V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V236000),"COACHMEN INDUSTRIES, INC.",COACHMEN RV/SAFETY CHAIN,TRAILER HITCHES,NR (Not Reported),Vehicle,246,VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE SAFETY CHAINS DO NOT HAVE AN ADEQUATE LOAD RANGE TO PREVENT FAILURE IN THE EVENT THE TRAILER IS LOADED TO THE MAXIMUM GROSS VEHICLE WEIGHT RATING.,THIS COULD RESULT IN THE SAFETY CHAINS FAILING IN THE EVENT OF A SEPARATION OF THE TRAILER FROM THE TOW VEHICLE HITCH WHICH IN TURN WOULD LEAD TO A LOSS OF CONTROL OF THE TRAVEL TRAILER.,"DEALERS WILL INSTALL THE CORRECT LOAD RANGE SAFETY CHAINS. OWNER NOTIFICATION BEGAN JULY 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN RV AT 1-800-453-6064." -07/16/2001,01V227001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V227001),Ford Motor Company,FORD/TRW SEAT BELT BUCKLES,SEAT BELTS,01S21,Vehicle,1400000,"VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES, PICKUP TRUCKS, AND MINIVANS. EQUIPPED WITH SEAT BELTS SUPPLIED BY TRW. IT IS POSSIBLE THAT THE DRIVER'S AND/OR FRONT PASSENGER'S OUTBOARD SEAT BELT BUCKLE MAY NOT FULLY LATCH. FORD CROWN VICTORIA BUILT AT ST. THOMAS ASSEMBLY PLANT FROM 4/17/00 - 5/29/01 MERCURY GRAND MARQUIS BUILT AT ST. THOMAS ASSEMBLY PLANT FROM 4/17/00 - 5/29/01. LINCOLN TOWN CARS BUILT AT WIXOM ASSEMBLY PLANT FROM 3/27/00 - 5/30/01. LINCOLN NAVIGATORS BUILT AT MICHIGAN TRUCK PLANT FROM 4/11/00 - 5/31/01. FORD WINDSTARS BUILT AT OAKVILLE ASSEMBLY PLANT FROM 3/23/00 - 5/30/01. FORD RANGERS BUILT AT TWIN CITIES PLANT FROM 3/28/00 - 5/30/01, AND ALSO AT THE EDISON PLANT FROM 3/13/00 - 5/25/01. FORD F-150 TRUCK BUILT AT NORFOLK PLANT FROM 4/18/00 - 5/25/00; AT ONTARIO PLANT FROM 5/10/00 - 5/28/01; AT KANSAS CITY PLANT FROM 9/11/99 - 5/25/01; AND AT CUAUTITLAN PLANT FROM 5/16/00 - 6/9/01. FORD SUPER DUTY F-250, F-350, F-450, AND F-550 TRUCKS BUILT AT KENTUCKY PLANT FROM 4/17/00 - 5/27/01; AND AT CUAUTITLAN PLANT FROM 5/16/00 - 6/19/01. FORD EXCURSIONS BUILT AT KENTUCKY PLANT FROM 4/17/00 - 10/2/00. FORD EXPEDITIONS BUILT AT MICHIGAN TRUCK PLANT FROM 4/11/00 - 5/31/01.","IN THE EVENT OF A CRASH, THE RESTRAINT SYSTEM MAY NOT PROVIDE ADEQUATE OCCUPANT PROTECTION, INCREASING THE RISK OF PERSONAL INJURY TO THE SEAT OCCUPANT.","DEALERS WILL INSPECT THE FRONT OUTBOARD SEAT BELT BUCKLES AND IF THE BUCKLE FAILS THE INSPECTION PROCESS, IT WILL BE REPLACED. OWNER NOTIFICATION BEGAN JULY 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -07/16/2001,01V111004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V111004),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/CUMMINS AIR COMPRESSOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,194,"VEHICLE DESCRIPTION: TRANSIT AND SHUTTLE BUSES EQUIPPED WITH CUMMINS ISC AND ISL DIESEL ENGINES. THE INTERNAL FRONT BUSHING CAN SPIN, CAUSING DAMAGE TO THE AIR COMPRESSOR, AND POSSIBLY TO THE SPINDLE DRIVE AT THE REAR FACE OF THE AIR COMPRESSOR WHICH IS USED TO PROVIDE POWER TO THE VEHICLE HYDRAULIC PUMP. FAILURE OF THE AIR COMPRESSOR'S SPINDLE DRIVE COULD LEAD TO LOSS OF POWER ASSIST IF THE HYDRAULIC PUMP CEASES TO OPERATE.","WITHOUT POWER ASSIST, THE VEHICLE BECOMES VERY DIFFICULT TO TURN AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.",CUMMINS IS HANDLING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE AIR COMPRESSOR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COMMINS AT 1-800-343-7357 OR THOMAS BUILT AT 1-336-841-5924. -07/12/2001,01I007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I007000),Ford Motor Company,FORD/FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,948492,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1995-1998 FORD WINDSTAR MINIVANS. THE FRONT COIL SPRINGS COULD POTENTIALLY FRACTURE DUE TO CORROSION. NOTE: THE 1997-1998 WINDSTAR MINI VANS ARE ALSO COVERED BY NHTSA SAFETY RECALL 01V-199/FORD RECALL 01S19. THE MINI VANS COVERED BY THE SAFETY RECALL WERE ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN, AND IN THE DISTRICT OF COLUMBIA.",SOME TIRES HAVE DEFLATED DUE TO CONTACT WITH A BROKEN SPRING.,"FORD IS EXTENDING THE WARRANTY FOR FRONT COIL SPRING REPLACEMENT TO A TOTAL OF 10 YEARS OF SERVICE FROM THE WARRANTY START DATE, WITH UNLIMITED MILEAGE. THIS COVERAGE IS AUTOMATICALLY TRANSFERRED TO SUBSEQUENT OWNERS AT NO CHARGE. IF EITHER FRONT COIL SPRING FRACTURES DURING THE COVERAGE PERIOD NOTED ABOVE, THE DEALER WILL REPLACE BOTH SPRINGS AT NO CHARGE TO THE OWNER." -07/11/2001,01V044014,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044014),Oshkosh Corporation,OSHKOSH/TRW STEERING SYSTEMS/DRAG LINK,STEERING,NR (Not Reported),Vehicle,321,"VEHICLE DESCRIPTION: AIRPORT SUPPORT, SNOW REMOVAL, CONCRETE CARRIER, AND MILITARY VEHICLES EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE DEFECTIVE DRAG LINKS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JULY/AUGUST 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT OSHKOSH AT 1-920-235-9151 TRW CUSTOMER SERVICE AT 1-866-280-3287. -07/11/2001,01V098002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V098002),"Summit Trailer Sales, Inc.",SUMMIT/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,31,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,DEALERS WILL REPLACE THE HUBS. WEBB WHEEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WEBB WHEEL AT 1-800-633-3256 OR SUMMIT AT 1-800-437-3729. -07/10/2001,01V167004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V167004),Volvo Trucks North America,VOLVO TRUCKS/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,12,VEHICLE DESCRIPTION: HEAVY DUTY 6X4 TRUCKS EQUIPPED WITH CHALMERS 800 SERIES SUSPENSION KITS. THESE SUSPENSION KITS MAY HAVE INSUFFICIENT PENETRATION OF THE WELD ATTACHING THE TORQUE ROD EYE TO THE TORQUE ROD TUBE.,"FAILURE OF THE WELD COULD RESULT IN SEPARATION OF THE EYE AND TUBE, CAUSING A LOCK OF AXLE RETENTION, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE ALL CHALMERS FIXED TORQUE RODS ON THESE VEHICLES. CHALMERS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHALMERS AT 1-905-624-9750. -07/09/2001,01I009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I009000),Ford Motor Company,FORD/HEATER BLOWER RESISTOR,VISIBILITY,01M07,Vehicle,566979,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1995-1997 FORD CONTOUR AND MERCURY MYSTIQUE VEHICLES. THE HEATER BLOWER RESISTOR COULD OVERHEAT CAUSING THE ATTACHED ELECTRICAL CONNECTOR TO MELT.",THIS COULD CREATE THE POTENTIAL FOR A FIRE.,"FORD WILL PROVIDE ADDITIONAL WARRANTY COVERAGE FOR THE HEATER BLOWER SWITCH FOR 10 YEARS FROM ORIGINAL DATE OF SALE OF THE VEHICLE OR 150,000 MILES, WHICHEVER COMES FIRST. DEALERS WILL INSTALL A NEW HEATER BLOWER RESISTOR AND A NEW WIRE JUMPER HARNESS FREE OF CHARGE." -07/09/2001,01V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V230000),Ford Motor Company,FORD/HEATER BLOWER RESISTOR,ELECTRICAL SYSTEM,01S22,Vehicle,342962,"ON CERTAIN MY 1996-1998 PASSENGER VEHICLES BUILT AT THE KANSAS CITY, CUAUTITLAN ASSEMBLY PLANTS OR ON MY 1999 PASSENGER VEHCLES BUILT AT THE AUTOMOTIVE ALLIANCE INTERNATIONAL ASSEMBLY PLANTS, THE ROUGH SURFACE OF THE HEATER BLOWER RESISTOR'S STAINLESS STEEL BLADES CAN DAMAGE THE COPPER SURFACE OF THE WIRING HARNESS CONNECTOR. THE DAMAGE COULD, OVER TIME, CAUSE INCREASED RESISTANCE IN THE CONNECTOR AND, DUE TO SUBSEQUENT TERMINAL RELAXATION, RESULT IN AN OPEN CIRCUIT CONDITION.",THE OPEN CIRCUIT COULD LEAD TO ELECTRICAL ARCING THAT COULD MELT THE CONNECTOR HOUSING MATERIAL CREASING THE POTENTIAL FOR A FIRE.,"DEALERS WILL INSTALL A NEW HEATER BLOWER RESISTOR AND A NEW WIRE JUMPER HARNESS. OWNER NOTIFICATION BEGAN AUGUST 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -07/09/2001,01E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E036000),TEKONSHA ENGINEERING CO.,TEKONSHA/SUREPULL/TRAILER HITCH RECEIVER,TRAILER HITCHES,NR (Not Reported),Equipment,10026,"EQUIPMENT DESCRIPTION: TEKONSHA (SUREPULL TOWING SYSTEMS) TRAILER HITCH RECEIVERS SOLD FOR USE ON CERTAIN CHEVROLET BLAZER, OLDSMOBILE BRAVADA, AND GMC JIMMY TRUCKS BETWEEN SEPTEMBER 1994 AND JUNE 2001, PART NOS. 37453, 37453-23, 37453-27, 37451, SP451, 25953, 25951, AND SP951. THESE HITCHES WERE MISLABELED AS TO THEIR WEIGHT DISTRIBUTING CAPABILITIES, OR ARE OF A SIMILAR DESIGN, AND COULD FAIL IF OVERLOADED, CAUSING THE SUPPORT ARMS TO BREAK WITHOUT WARNING.","THE DEFECT CAN CAUSE THE SUPPORT ARMS TO BREAK WITHOUT WARNING, ALLOWING THE TOWED VEHICLE TO DISENGAGE FROM THE TOWING VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","TEKONSHA IS NOTIFYING DISTRIBUTORS AND ORIGINAL EQUPIMENT MANUFACTURERS AND WILL REPLACE THE DEFECTIVE HITCHES FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TEKONSHA TOWING SYSTEMS AT 1-888-422-8060." -07/06/2001,01V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V232000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING RACK AND PINION MOUNT,STEERING,988,Vehicle,4000,VEHICLE DESCRIPTION: 4X2 PICKUP TRUCK CONVERTIBLES EQUIPPED WITH V6 ENGINES (BUILT FROM NOVEMBER 1988 - JUNE 1990) AND 4X2 PICKUP TRUCKS EQUIPPED WITH THE SHELBY PACKAGE (BUILT OCTOBER 1988 - JUNE 1989). THE FRAME CAN CRACK AT THE STEERING GEAR ATTACHMENT AND/OR THE STEERING GEAR MOUNTING BOLTS CAN FRACTURE.,THE STEERING GEAR CAN SEPARATE FROM THE VEHICLE FRAME RESULTING IN A LOSS OF VEHICLE CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL ADD REINFORCEMENTS TO THE FRAME AND REPLACE THE STEERING GEAR MOUNTING BOLTS. IF THE FRAME IS ALREADY CRACKED, THE STEERING GEAR WELD NUTS WILL ALSO BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/06/2001,01E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E037000),"JKL AUTO ACCESSORIES, INC.",JKL/TAILLAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3774,"EQUIPMENT DESCRIPTION: TAILLAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH REFLEX REFLECTORS AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.","JKL WILL NOTIY DEALERS/OWNERS TO RETURN THE NONCOMPLIANT LAMPS FOR A FREE REPLACEMENT. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JKL AT 510-782-6262." -07/06/2001,01V229001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V229001),Land Rover,LAND ROVER/WINCH KIT,EQUIPMENT,NR (Not Reported),Vehicle,21,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH WARN INDUSTRIES' WINCH KITS. A POWER INTERRUPT SOLENOID, POSSIBLY INCLUDED IN THE WINCH ASSEMBLY, CAN DEVELOP AN ELECTRICAL LEAK PATH TO GROUND.","THIS CAN LEAD TO THE SOLENOID EXPERIENCING EXCESSIVE HEAT, WHICH COULD POTENTIALLY LEAD TO A FIRE.","DEALERS WILL CALL OWNERS TO ARRANGE FOR AN INSPECTION TIME TO DETERMINE IF A DEFECTIVE POWER INTERRUPT SOLENOID WAS INSTALLED. IF IT WAS, THE SOLENOID WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LAND ROVER AT 1-301-731-9040." -07/06/2001,01V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V226000),Volvo Trucks North America,VOLVO TRUCKS/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,584,"VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS. THE LOWER STEERING SHAFT MAY SIDE-LOAD THE STEERING GEAR INPUT SHAFT. THIS CONDITION COULD RESULT IN NON-UNIFORM STEERING WHEEL EFFORTS WHEN TURNING THE STEERING WHEEL. IN ADDITION, ONCE THE STEERING WHEEL TURN IS INITIATED, THE VEHICLE MAY CONTINUE TURNING WITHOUT RETURNING TO THE STRAIGHT AHEAD POSITION WITH DRIVER EFFORT.","THIS CONDITION CAN RESULT IN A LOSS OF STEERING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LOWER STEERING SHAFT. OWNER NOTIFICATION BEGAN JULY 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -07/05/2001,01V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V233000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT ANCHOR BOLTS,SEAT BELTS,989,Vehicle,104252,VEHICLE DESCRIPTION: QUAD CAB PICKUP TRUCKS. THE FRONT OUTBOARD LOWER SEAT BELT ANCHOR BOLTS MAY NOT BE TIGHTENED CORRECTLY.,AN IMPROPERLY TIGHTENED SEAT BELT ANCHOR MAY NOT PROVIDE THE ANTICIPATED LEVEL OF OCCUPANT RESTRAINT IN A CRASH.,"DEALERS WILL INSPECT THE DRIVER AND PASSENGER SIDE LOWER SEAT BELT ANCHOR BOLTS AND TIGHTEN TO SPECIFICATION. OWNER NOTIFICATION BEGAN JULY 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -07/05/2001,01I012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I012000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING COLUMN BOLT/FLOOR MAT,STEERING,NR (Not Reported),Vehicle,9800,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1998-1999 CHRYSLER SEBRING JXI LIMITED CONVERTIBLES. THE STEERING COLUMN INTERMEDIATE SHAFT COUPLER PINCH BOLT RETAINING PIN COULD SNAG AND/OR FRAY THE EDGE OF THE DRIVER'S SIDE FLOOR MAT.",THIS COULD INTERFERE WITH THE STEERING CONTROL OF THE VEHICLE.,"DEALER WILL REPLACE THE STEERING COLUMN INTERMEDIATE SHAFT COUPLER PINCH BOLT AND RETAINING PIN. IN ADDITION, THE FRONT FLOOR MATS WILL BE REPLACED." -07/05/2001,01C034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C034000),"Evenflo Company, Inc.",EVENFLO/RESTRAIN PADS/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,4,"EQUIPMENT DESCRIPTION: EVENFLO ON MY WAY INFANT RESTRAINT AND CONQUEST CONVERTIBLE CHILD RESTRAINTS THAT DID NOT CONTAIN THE AIR BAG WARNING LABEL WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINTS.""",,EVENFLO HAS MAILED REPLACEMENT PADS TO ALL THE OWNERS AND THIS CAMPAIGN IS CONSIDERED COMPLETE. -07/05/2001,01V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V223000),Hyundai Translead,HYUNDAI TRANSLEAD/FIBERGLASS ROOF,STRUCTURE,NR (Not Reported),Vehicle,2860,VEHICLE DESCRIPTION: 53' DRY FREIGHT TRAILER VANS EQUIPPED WITH LASCO TRANSLUCENT FIBERGLASS ROOFS. THE ROOF PANELS CAN BECOME WHOLLY OR PARTIALLY DETACHED DURING OPERATION AND THE TRAILER BODIES COULD PARTIALLY COLLAPSE.,"CONTINUED OPERATION OF A TRAILER WITH A ROOF HOLE, CRACK, TEAR, OR SEPARATION COULD RESULT IN A ROOF FAILURE, CAUSING DAMAGE TO THE VEHICLE, INJURY TO ITS OPERATOR, AND POSSIBLE INJURY AND DAMAGE TO ADJACENT VEHICLES AND THEIR PASSENGERS.","DEALERS WILL REPLACE THE LASCO FRPS WITH KEMLITE FRPS OR ALUMINUM PANELS. OWNER NOTIFICATION BEGAN AUGUST 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HYUNDAI TRANSLEAD AT 1-819-574-1500." -07/05/2001,01V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V231000),KME Fire Apparatus,KME/CAB LATCH BRACKET,STRUCTURE,NR (Not Reported),Vehicle,367,VEHICLE DESCRIPTION: TILT CAB FIRE TRUCK CABS. THE CAB LATCH RETENTION BRACKET CAN CRACK OR FAIL.,"THIS CONDITION CAN CAUSE A LACK OF RETENTION TO THE CAB, INCREASING THE RISK OF INJURY OR CRASH.",OWNERS WILL BE PROVIDED WITH A KIT WHICH INCLUDES A REDESIGNED CAB LATCH BRACKET. KME HAS NOT YET PROVIDED AN OWNER NOTIFICATION SCHEDULE. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KME AT 1-570-669-5139. -07/05/2001,01V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V228000),Toyota Motor Engineering & Manufacturing,TOYOTA/BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41169,"VEHICLE DESCRIPTION: SPORT UTIITY VEHICLES. THE RESERVOIR FILLER CAP OF THE BRAKE MASTER CYLINDER MAY INDUCE A VACUUM, INTRODUCING SOME AIR INTO THE BRAKE MASTER CYLINDER RESERVOIR. THIS COULD CAUSE ABNORMAL BRAKE NOISE AND INCREASED PEDAL STROKE WHEN THE BRAKES ARE APPLIED.","THE INCREASED PEDAL STROKE WILL LENGTHEN THE STOPPING DISTANCE OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL BLEED THE AIR FROM THE BRAKE LINES AND REPLACE THE RESERVOIR FILLER CAP. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -07/05/2001,01V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V234000),U.S. BUS CORPORATION,US BUS/FMVSS 222/BARRIERS,SEATS,NR (Not Reported),Vehicle,,"VEHICLE DESCRIPTION: SCHOOL BUSES UTILIZING 39"" SCHOOL BUS BARRIERS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",THESE VEHICLES DO NOT MEET THE REQUIREMENTS OF THIS STANDARD.,"OWNERS WILL BE PROVIDED WITH A MODIFICATION KIT WITH INSTRUCTIONS. A SUPPLEMENTAL BRACKET WILL BE ADDED AT THE BARRIER AISLE FLOOR MOUNT. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2003. OWNERS WHO DO NOT RECEIVE A FREE MODIFICATION KIT SHOULD CONTACT US BUS AT 1-845-357-2510." -07/05/2001,01V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V235000),U.S. BUS CORPORATION,US BUS/FMVSS 222/SEATS,SEATS,NR (Not Reported),Vehicle,474,"VEHICLE DESCRIPTION: SCHOOL BUSES UTILIZING 39"" SCHOOL BUS PASSENGER SEATS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",THESE VEHICLES DO NOT MEET THE REQUIREMENTS OF THIS STANDARD.,"OWNERS WILL BE PROVIDED WITH A MODIFICATION KIT WITH INSTRUCTIONS. A WALL MOUNT SUPPLEMENTAL BRACKET WILL BE ADDED TO THE WALL SIDE OF 39"" SEATS. OWNER NOTIFICATION BEGAN SEPTEMBER 10, 2003. OWNERS WHO DO NOT RECEIVE A FREE MODIFICATION KIT SHOULD CONTACT US BUS AT 1-845-357-2510." -07/05/2001,01E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E028000),"WARN INDUSTRIES, INC.",WARN INDUSTRIES/WINCHES,EQUIPMENT,NR (Not Reported),Equipment,,"EQUIPMENT DESCRIPTION: 12 AND 24V WHITE-RODGERS SOLENOIDS SUPPLIED AS PART OF WINCH KITS MANUFACTURED BETWEEN NOVEMBER 1, 2000 AND JUNE 6, 2001. THE WHITE-ROGERS SOLENOID CAN DEVELOP AN ELECTRICAL LEAK PATH TO THE BATTERY GROUND.",THIS CONDITION CAN RESULT IN EXCESSIVE HEAT AND A POTENTIAL FIRE.,"WARN INDUSTRIES WILL REPLACE ALL WINCH KITS WITH WHITE-ROGERS SOLENOIDS. OWNER NOTIFICATION BEGAN IN JUNE 21, 2001. OWNERS WHO DO NOT RECEIVE FREE REPLACEMENT WINCH KITS WITHIN A REASONABLE TIME SHOULD CONTACT WARN INDUSTRIES AT 503-727-2004." -07/03/2001,01V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V224000),Utilimaster Corporation,UTILIMASTER/FMVSS 108/CLEARANCE LAMP,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2730,"VEHICLE DESCRIPTION: WALK-IN VAN TRUCKS SUPPLIED TO FLEET ACCOUNTS. THE LED CLEARANCE LAMPS, MOUNTED AT A 30-DEGREE SET-BACK POSITION, DO NOT COMPLY WITH TWO OF THE REQUIRED TEST POINTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE CLEARANCE LAMPS DO NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH REMEDY INSTRUCTIONS FOR THIS CAMPAIGN AND WILL BE REIMBURSED BY UTILIMASTER FOR PARTS AND LABOR COSTS INVOLVED. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT UTILIMASTER AT 1-816-765-2000." -07/03/2001,01V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V225000),"Winnebago Industries, Inc.",WINNEBAGO/LP GAS TANK BRACKET,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,101,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THESE VEHICLES MAY HAVE THE INCORRECT LIQUID PROPANE (LP) GAS TANK BRACKET. DEPENDING ON HOW THE TANK WAS INSTALLED, THERE MAY NOT BE ADEQUATE CLEARANCE BETWEEN THE TANK AND A BOLT HEAD ON THE SUSPENSION. WITHOUT CLEARANCE, THE TANK COULD BE DAMAGED.","OVER TIME, COULD DEVELOP A LEAK WHICH HAS THE POTENTIAL TO IGNITE, RESULTING IN BODILY INJURY AND/OR PROPERTY DAMAGE.","DEALERS WILL REPOSITION THE LP GAS TANK. OWNER NOTIFICATION BEGAN JULY 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -07/02/2001,01V111003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V111003),Eldorado National-Kansas,ELDORADO/CUMMINS AIR COMPRESSOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,398,"VEHICLE DESCRIPTION: TRANSIT AND SHUTTLE BUSES EQUIPPED WITH CUMMINS ISC AND ISL DIESEL ENGINES. THE INTERNAL FRONT BUSHING CAN SPIN, CAUSING DAMAGE TO THE AIR COMPRESSOR, AND POSSIBLY TO THE SPINDLE DRIVE AT THE REAR FACE OF THE AIR COMPRESSOR WHICH IS USED TO PROVIDE POWER TO THE VEHICLE HYDRAULIC PUMP. FAILURE OF THE AIR COMPRESSOR'S SPINDLE DRIVE COULD LEAD TO LOSS OF POWER ASSIST IF THE HYDRAULIC PUMP CEASES TO OPERATE.","WITHOUT POWER ASSIST, THE VEHICLE BECOMES VERY DIFFICULT TO TURN AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.",CUMMINS WILL NOTIFY ELDORADO CUSTOMERS AND REPLACE THE AIR COMPRESSOR FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER 1-800-343-7357. -07/02/2001,01V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V211000),"Ferrari North America, Inc.",FERRARI/HAND BRAKE RATCHET MECHANISM,PARKING BRAKE,NR (Not Reported),Vehicle,74,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HAND BRAKE RATCHET MECHANISM DID NOT RECEIVE THE PROPER HARDNESS TREATMENT OF THE RATCHET TEETH. AS A RESULT, THE RATCHET TEETH COULD BECOME DAMAGED.","IF THE RATCHET MECHANISM TEETH BECOME DAMAGED, FAILURE OF THE HAND BRAKE TO OPERATE AS EXPECTED WOULD RESULT. IF THE PROBLEM EXISTED AND THE VEHICLE'S USE WAS CONTINUED, IT WOULD BE POSSIBLE THAT THE HAND BRAKE WOULD NOT FUNCTION AND COULD RESULT IN DAMAGE TO THE VEHICLE OR PROPERTY.","DEALERS WILL INSPECT THE PRODUCTION CODE OF THE RATCHET MECHANISM AND, IF NECESSARY, REPLACE THE HAND BRAKE RATCHET MECHANISM. OWNER NOTIFICATION BEGAN JULY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2600." -07/02/2001,01I006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I006000),"General Motors, LLC",GM/BRAKE PEDAL FEED,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,255770,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1992-1994 CHEVROLET AND GMC SUBURBANS EQUIPPED WITH VACUUM POWER-BRAKE ASSIST AND EBC4 ANTI-LOCK BRAKE (ABS) MODULES. THESE VEHICLES EXHIBIT POOR BRAKE SYSTEM PERFORMANCE.",THIS COULD BE ATTRIBUTED TO BRAKE PEDAL FEEL.,"DEALERS WILL INSTALL A NEW BRAKE PEDAL PAD. IN ADDITION, DEALERS WILL INSPECT THE BRAKE-BOOSTER OUTPUT ROD AND REPLACE IT IF NECESSARY." -07/02/2001,01V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V222000),"SAAB CARS USA, INC.",SAAB\AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,12036,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. STATIC ELECTRICITY CAN BUILD UP WITHIN THE PASSENGER-SIDE AIR BAG MODULE AND CREATE ENOUGH OF A CHARGE TO CAUSE AN INADVERTENT AIR BAG DEPLOYMENT. MOST OF THESE INADVERTENT DEPLOYMENTS HAVE OCCURRED IN COOLER, DRY WEATHER, AND HAVE GENERALLY INCLUDED DUSTING OR WIPING OF THE DASHBOARD, STARTING THE CAR, OR CLOSING THE DOOR.",UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,"DEALERS WILL INSTALL A FRONT PASSENGER-SIDE AIR BAG MODULE GROUNDING STRAP. OWNER NOTIFICATION BEGAN SEPTEMBER 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAAB AT 1-800-955-9007." -07/01/2001,01E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E035000),AMERICAN PRODUCTS COMPANY,APC/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4570,"EQUIPMENT DESCRIPTION: TAILLAMP WITH CLEAR LENS ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH SIDE REFLEX REFLECTORS AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE DEVICES REQUIRED UNDER FMVSS NO. 108 IN THE TAILLAMP ASSEMBLY, THE MOTORIST MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS, POSSIBLY RESULTING IN A VEHICLE CRASH.","AMERICAN PRODUCTS COMPANY (APC) WILL NOTIFY ITS CUSTOMERS TO RETURN THE NON-COMPLYING TAIL LAMPS TO THEM FOR A REPLACEMENT FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 7, 2002. OWNERS WHO ATTEMPT TO HAVE THEIR TAIL LAMPS REPLACED ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT APC AT 1-310-407-4538." -06/28/2001,01V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V200000),"General Motors, LLC",GM/UPPER CONTROL ARM,SUSPENSION,01048,Vehicle,48600,"ON CERTAIN SPORT UTILITY VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN, AND IN THE DISTRICT OF COLUMBIA. FAILURE OF AN UPPER CONTROL ARM BALL JOINT ASSEMBLY COULD OCCUR DUE TO CORROSION.","THIS CAN RESULT IN IMPAIRED STEERING OR STEERING LOSS, OR A PARTIAL OR COMPLETE COLLAPSE OF THE FRONT SUSPENSION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH UPPER BALL JOINTS. OWNER NOTIFICATION BEGAN SEPTEMBER 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, GMC AT 1-800-462-8782, OR OLDSMOBILE AT 1-800-442-6537." -06/27/2001,00E047010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047010),"Meritor, Inc.",ARVINMERITOR/AFTERMARKET BALL SOCKETS,STEERING,NR (Not Reported),Equipment,19000,"EQUIPMENT DESCRIPTION: AFTERMARKET MODEL 20-EDL BALL SOCKETS SHIPPED FROM TRW FROM JUNE 14 THROUGH JULY 15, 1999; FROM OCTOBER 4 THROUGH NOVEMBER 14, 1999; AND FROM MAY 15 THROUGH JUNE 23, 2000, WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20-EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR HAS NOTIFIED THEIR ORIGINAL EQUIPMENT MANUFACTURERS. TRW WILL BE CONTACTING THE CUSTOMERS AND INSTRUCTING THEM ON HOW AND WHERE TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE. -06/27/2001,00E047009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047009),"Meritor, Inc.",ARVINMERITOR/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Equipment,93000,"EQUIPMENT DESCRIPTION: AXLE ASSEMBLIES PRODUCED FROM JUNE 14 THROUGH JULY 15, 1999; FROM OCTOBER 4 THROUGH NOVEMBER 14, 1999; AND FROM MAY 15 THROUGH JUNE 23, 2000, WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20-EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR HAS NOTIFIED THEIR ORIGINAL EQUIPMENT MANUFACTURERS. TRW WILL BE CONTACTING THE CUSTOMERS AND INSTRUCTING THEM ON HOW AND WHERE TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE. -06/26/2001,01V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V217000),"BMW of North America, LLC",BMW/UPPER FORK BRIDGE BOLT,STRUCTURE,NR (Not Reported),Vehicle,3342,"VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH CHROME-PLATED FRAMES. COPPER RESIDUE CAN REMAIN IN THE TAPPED HOLE WHERE THE UPPER FORK BRIDGE ATTACHES TO THE FRAME. MOISTURE CAN CAUSE CORROSION TO OCCUR BETWEEN THE COPPER RESIDUE AND THE ALUMINUM FRAME. THE STRESS OF THE CONNECTING BOLT ATTACHING THE UPPER FORK TO THE FRAME COULD THEN DECREASE, LEADING TO LOOSENING, AND ULTIMATELY, BREAKAGE OF THE BOLT.","IF THIS HAPPENED, THE DYNAMIC STABILITY OF THE MOTORCYCLE WOULD BE AFFECTED AND A LOSS OF CONTROL COULD OCCUR.","DEALERS WILL REAM THE HOLE IN THE FRAME HEAD AND INSTALL A HELICOIL THREAD INSERT AND A NEW BOLT. OWNER NOTIFICATION BEGAN DECEMBER 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -06/26/2001,01V111002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V111002),COUNTRY COACH INC,COUNTRY COACH/CUMMINS AIR COMPRESSOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,667,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH CUMMINS ISC AND ISL DIESEL ENGINES. THE INTERNAL FRONT BUSHING CAN SPIN, CAUSING DAMAGE TO THE AIR COMPRESSOR, AND POSSIBLY TO THE SPINDLE DRIVE AT THE REAR FACE OF THE AIR COMPRESSOR WHICH IS USED TO PROVIDE POWER TO THE VEHICLE HYDRAULIC PUMP. FAILURE OF THE AIR COMPRESSOR'S SPINDLE DRIVE COULD LEAD TO LOSS OF POWER ASSIST IF THE HYDRAULIC PUMP CEASES TO OPERATE.","WITHOUT POWER ASSIST, THE VEHICLE BECOMES VERY DIFFICULT TO TURN AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.","CUMMINS WILL NOTIFY COUNTRY COACH CUSTOMERS AND REPLACE THE AIR COMPRESSOR FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER 1-800-343-7357." -06/26/2001,01V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V219000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/INSTABILITY,STRUCTURE,NR (Not Reported),Vehicle,168,VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH THE BEDROOM SLIDE OPTION #966. THESE TRAVEL TRAILERS CAN EXPERIENCE TOWING INSTABILITY AT SPEEDS IN EXCESS OF 55 MPH.,IF THIS SITUATION IS NOT CONTROLLED IT COULD LEAD TO A LOSS OF VEHICLE CONTROL RESULTING IN PERSONAL INJURY AND/OR A VEHICLE CRASH.,"DEALERS WILL EQUIPPED THE TRAVEL TRAILER WITH STEEL PLATES ALONG THE CHASSIS MAIN RAILS IN ORDER TO PROVIDE THE MAXIMUM TOWING PERFORMANCE POSSIBLE BY OPTIMIZING THE TONGUE LOAD. OWNER NOTIFICATION BEGAN JULY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-445-3307." -06/26/2001,01V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V215000),FREIGHTLINER LLC,FREIGHTLINER/PASS-THROUGH CONNECTOR,ELECTRICAL SYSTEM,FL-382,Vehicle,8753,"VEHICLE DESCRIPTION: BUS CHASSIS VEHICLES. AN ELECTRICAL PASS-THROUGH CONNECTOR MAY NOT FIT IN THE FIREWALL MOUNTING HOLE CORRECTLY, RESULTING IN THE CONNECTOR DISLODGING AND AN ELECTRICAL TERMINAL CONTACTING THE FIREWALL.",THIS CAN CAUSE AN ELECTRICAL SHORT AND POTENTIAL FIRE.,"DEALERS WILL INSPECT VEHICLES FOR PROPER MOUNTING OF THE ELECTRICAL PASS THROUGH AND CORRECT IF NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/26/2001,01V097009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097009),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/AM-SAFE SAFETY BELT,SEAT BELTS,NR (Not Reported),Vehicle,129,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE NOTIFIED THOMAS BUILT'S CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 21, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-889-4871." -06/26/2001,01V213001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V213001),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/TRANS/AIR COMPRESSOR,EQUIPMENT,NR (Not Reported),Vehicle,69,VEHICLE DESCRIPTION: SMALL COMMERCIAL BUSES. THE TRANS/AIR AIR-CONDITIONING COMPRESSOR BELT GUARD CAN RUB AGAINST THE BRAKE LINE.,"IF THE BRAKE LINE WEARS THROUGH, THE VEHICLE WILL LOSE BRAKE PRESSURE WITHOUT PRIOR WARNING, AFFECTING THE CAPABILITY TO STOP THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACED THE BELT GUARD WITH A REVISED VERSION TO PROVIDE GREATER CLEARANCE BETWEEN THE BRAKE LINE AND GUARD AND A METAL GUARD WILL BE SECURED TO THE BRAKE LINE. OWNER NOTIFICATION BEGAN AUGUST 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-841-5924." -06/26/2001,01V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V214000),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/WIRE CHAFFING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16165,"VEHICLE DESCRIPTION: SCHOOL BUSES. THE MAIN BODY POWER SUPPLY WIRE FROM THE CHASSIS CAN CHAFE ON THE CHASSIS (COWL) SHEET METAL PANEL, CAUSING ARCING AND COULD RESULT IN A FIRE.","IF THE BUS CATCHES ON FIRE, POSSIBLE INJURY OR DEATH TO THE VEHICLE OCCUPANTS CAN OCCUR.","OWNERS WILL BE PROVIDED WITH INSPECTION AND REMEDY PROCEDURES TO BE USED IN CORRECTING THIS CONDITION. OWNER NOTIFICATION BEGAN SEPTEMBER 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-889-4871." -06/26/2001,01V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V220000),"General Motors, LLC",GM/FMVSS 105/BRAKE SYSTEM WARNING LIGHT,INTERIOR LIGHTING,01050,Vehicle,38863,"VEHICLE DESCRIPTION: CERTAIN PICKUP TRUCKS EQUIPPED WITH 6.6L DIESEL ENGINES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" THESE VEHICLES HAVE A BRAKE SYSTEM WARNING LIGHT IN THE INSTRUMENT CLUSTER THAT MAY NOT ILLUMINATE WHEN THE BRAKE FLUID IS LOW. IN ADDITION, WHEN THE BRAKE FLUID IS LOW, THE VEHICLE MAY NOT MEET THE PARTIAL SYSTEM REQUIREMENTS OF FMVSS NO. 105.","THESE CONDITIONS COULD RESULT IN REDUCED BRAKING CAPABILITY, WHICH COULD LEAD TO A CRASH.","DEALERS WILL CHANGE THE LOCATION OF A WIRE CONNECTION IN THE UNDERHOOD BUSSED ELECTRICAL CENTER. OWNER NOTIFICATION BEGAN JULY 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -06/26/2001,01V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V212000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/REMOTE POWER MODULE,UNKNOWN OR OTHER,01508,Vehicle,957,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THERE IS AN ELECTRICAL PROBLEM WITH A REMOTE POWER MODULE. THESE VEHICLES WERE BUILT WITH THE ABILITY TO ADD SIX REMOTE SWITCHES PER MODULE, WHICH ARE MOUNTED OUTSIDE THE CAB AND ARE USED TO TURN ON AND OFF CIRCUITS THAT PERFORM CUSTOM ELECTRICAL FUNCTIONS. IF TWO OR MORE REMOTE SWITCHES ARE ACTUATED ON WITHIN 100MS OF ONE ANOTHER, ALL SIX OF THE OUTPUTS ON THE REMOTE POWER MODULE WILL TURN ON. IF TWO OR MORE REMOTE SWITCHES ARE ACTUATED OFF WITH 100MS OF ONE ANOTHER, ALL SIX OF THE OUTPUTS ON THE REMOTE POWER MODULE WITH TURN OFF.","UNINTENTIONAL ACTIVATION OF REMOTE BODY ACCESSORIES COULD CAUSE A CRASH RESULTING IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.","DEALERS WILL REPLACE ALL THE REMOTE POWER MODULES. OWNER NOTIFICATION BEGAN JULY 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -06/26/2001,01V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V221000),"LBT, Inc.",LBT/AXLE WELD CRACKS,SUSPENSION,NR (Not Reported),Vehicle,8,"VEHICLE DESCRIPTION: FRUEHAUF LARGE CAPACITY PETROLEUM TRAILERS BUILT WITH TANDEM NEWAY AIR-RIDE SUSPENSION SYSTEMS. OPERATION OF THE TRAILERS HAS REVEALED A POSSIBILITY THAT THE AXLE BRACKET-TO-AXLE WELDS COULD CRACK, AND THE CRACKS COULD PROPAGATE INTO THE AXLE BEAM.","THE CRACKING COULD AFFECT VEHICLE STABILITY. THE REDUCTION IN VEHICLE STABILITY WOULD BE INDICATED TO THE OPERATOR BY ABNORMAL HANDLING CHARACTERISTICS SUCH AS SWAYING OF THE VEHICLE. IF THE OPERATOR DOES NOT HEED THE REDUCTION OF VEHICLE STABILITY, A VEHICLE CRASH COULD OCCUR IN THE FORM OF A ROLLOVER.",LBT WILL REPLACE THE NEWAY AIR-RIDE SUSPENSION SYSTEM WITH A PRO-PAR FOUR-LEAF SPRING SUSPENSION AND WILL ALSO REPLACE THE TWO VEHICLE AXLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JUNE/JULY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LBT AT 1-402-333-4900. -06/26/2001,01V189002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189002),Utility Trailer Manufacturing Company,UTILITY TRAILER/HALDEX/BRAKE SYSTEM VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1095,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH CERTAIN HALDEX BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THESE VALVES. HALDEX IS CONDUCTNG THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX AT 1-816-891-2470 OR UTILITY TRAILER AT 1-626-965-7215. -06/25/2001,01E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E033000),"Meritor, Inc.",ARVINMERITOR/SKF PHASE IV TRUCK HUB,SUSPENSION,NR (Not Reported),Equipment,26091,"EQUIPMENT DESCRIPTION: SKF PHASE IV TRUCK HUB UNITS INCORPORATION INTO ARVINMERITOR FF-980 FRONT AXLE ASSEMBLIES MANUFACTURED BETWEEN SEPTEMBER 5, 1996, AND FEBRUARY 5, 1998. VEHICLES MANUFACTURED WITH A COMBINATION OF A) WHEEL SEPARATOR PLATES, B) WHEEL MOUNTING FLANGES OF 10MM(0.437"") OR LESS, AND C) BRAKE DRUM MOUNTING FLANGES OF 6MM (0.25"") OR LESS THE WHEEL SEPARATOR PLATES CAN FRACTURE.","IF A HUB FRACTURES, VEHICLE CONTROL, BRAKING, AND STABILITY CAN BE AFFECTED, AND THE WHEEL MAY SEPARATE FROM THE VEHICLE POSSIBLY RESULTING IN INJURY OR DEATH.","ARVINMERITOR WILL PROVIDE REPLACEMENT HUB KITS FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 248-435-9415." -06/25/2001,01E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E031000),"Load Rite Trailers, Inc.",LOAD RITE/SNOWMOBILE TRAILER,EQUIPMENT,NR (Not Reported),Equipment,3918,"EQUIPMENT DESCRIPTION: 1997-2001 TILT STYLE 10' AND 12' SNOWMOBILE TRAILERS WITH TORSION AXLES MANUFACTURED BETWEEN JUNE 1997 AND DECEMBER 2000. DUE TO CORROSION FROM ROAD SALTS AND SNOW REMOVAL CHEMICALS, THE FRAME RAIL TUBING AROUND THE U-BOLTS AND EDGES OF THE TORSION AXLE MOUNTING PLATE CAN CRACK AND FRACTURE WHEN SUBJECTED TO THE FULL RATED LOAD.","IF THE TUBING HAS A COMPLETE FRACTURE FAILURE, THE TRAILER TIRE WILL CONTACT THE DECK OF THE TRAILER AND RESULT IN DIFFICULT TO SEVERE HANDLING OF BOTH THE TRAILER AND THE TOW VEHICLE, POSSIBLY RESULTING IN A VEHICLE CRASH.","LOAD RITE WILL NOTIFY ITS DISTRIBUTORS AND CUSTOMERS TO RETURN THEIR TRAILERS TO AUTHORIZED DISTRIBUTORS/DEALERSHIP TO HAVE A FRAME STIFFENER KIT INSTALLED FREE OF CHARGE. OWNER NOTIFICATION BEGAN JULY 23, 2001. OWNERS WHO TAKE THEIR TRAILERS TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LOAD RITE AT 866-949-5845." -06/25/2001,01V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V216000),"Subaru of America, Inc.",SUBARU/FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,180000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH FRONT COIL SPRINGS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW YORK, NEW JERSEY, NEW HAMPSHIRE, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGINIA, AND WISCONSIN, AND IN THE DISTRICT OF COLUMBIA. THE FRONT COIL SPRINGS WERE PRODUCED WITH POOR PAINT QUALITY WHICH, AFTER CONTINUED EXPOSURE TO CORROSIVE SALT, CAN RESULT IN BREAKAGE OF THE SPRING.","DEPENDING ON THE LOCATION OF THE FRACTURE, A BROKEN SPRING COULD MOVE PAST THE SPRING SEAT AND CONTACT A FRONT TIRE. SOME TIRES HAVE DEFLATED DUE TO CONTACT WITH A BROKEN SPRING.","DEALERS WILL NOTIFIY CUSTOMERS TO BRING THEIR VEHICLE TO AN AUTHORIZE DEALERSHIP TO HAVE A SPRING GUARD INSTALLED ON BOTH FRONT STRUTS TO PREVENT TIRE PUNCTURE AND REPLACE ANY BROKEN SPRINGS FREE OF CHARGE. OWNER NOTIFICATION BEGAN SEPTEMBER 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -06/25/2001,01V218001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V218001),"United Trailers, LLC",UNITED EXPRESSLINE/DEXTER AXLE/AXLE/BRAKE DRUM,SUSPENSION,NR (Not Reported),Vehicle,26,VEHICLE DESCRIPTION: STEEL UNIBODY TRAILERS EQUIPPED WITH AMERICAN RACING EQUIPMENT ALUMINUM WHEELS (PART AR-62) COMBINED WITH DEXTER AXLE SIX BOLT HUBS (PART 008-201). CERTAIN ALUMINUM WHEELS WITH A SMALLER DIAMETER MOUNTING SURFACE ARE NOT ADEQUATELY SUPPORTED WHEN USED ON THE SIX BOLT BRAKE DRUMS. THE INSUFFICIENT CONTACT AREA BETWEEN THIS WHEEL AND DEXTER'S HUB CAN RESULT IN LOOSENING OF THE WHEEL FASTENERS WHICH COULD CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE.,INSUFFICIENT SURFACE AREA WILL RESULT IN LOOSENING OF THE WHEEL BOLTS WHICH MAY CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE. LOSS OF THE WHEEL(S) COULD RESULT IN A VEHICLE CRASH.,"DEXTER AXLE WILL BE NOTIFYING CONSUMERS TO INSPECT THEIR AXLES TO CONFIRM THAT THE TRAILER IS FITTED WITH ALUMNIUM WHEELS. IF SO, THE NEAREST TRAILER FACILITY SHOULD BE ABLE TO ASSIST THE CONSUMERS WITH REPAIRS FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DEXTER AXLE SERVICE DEPARTMENT AT 1-800-440-2164 OR UNITED EXPRESSLINE AT 1-626-483-2345." -06/22/2001,01V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V207000),Ford Motor Company,FORD/ADJUSTABLE ACCELERATOR PEDAL/FLOOR MAT,VEHICLE SPEED CONTROL,01S20,Vehicle,45800,VEHICLE DESCRIPTION: MINIVANS EQUIPPED WITH AN ADJUSTABLE PEDAL OPTION. THE DRIVER FLOOR MAT COULD INTERFERE WITH THE ACCELERATOR PEDAL.,"THIS CAN RESULT IN A STUCK THROTTLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE BOTH FRONT DRIVER AND PASSENGER SIDE FLOOR MATS IN THE VEHICLE. OWNER NOTIFICATION BEGAN JULY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -06/22/2001,01V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V209000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 210/SEAT BELT ANCHORAGES,SEAT BELTS,FL-381,Vehicle,277,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS CONVERTED FROM SLEEPER CABS TO DAY CABS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A CRASH.,"DEALERS WILL INSTALL REINFORCEMENTS TO THE SEAT BELT ANCHORAGES. OWNER NOTIFICATION BEGAN DECEMBER 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/22/2001,01E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E032000),MGM BRAKES,MGM BRAKES/BRAKE ACTUATORS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1888,"EQUIPMENT DESCRIPTION: BRAKE ACTUATORS MANUFACTURED BY MGM BRAKES BETWEEN SEPTEMBER 1999 AND MAY 14, 2001, PART NOS. 3230130 AND 3832085. A SHORTER PUSHROD WAS USED THAN SPECIFIED FOR THIS MODEL.","IF THE PUSHROD IS SHORTER THAN THIS MODEL REGULARLY PROVIDES, IN TIME THIS WILL CAUSE PREMATURE BRAKE WEAR, DECREASING THE TRAILER'S BRAKING ABILITY, POSSIBLY RESULTING IN A VEHICLE CRASH.",MGM BRAKES HAS NOTIFIED ITS DISTRIBUTORS AND HAS BEGUN REPLACING THE BRAKE ACTUATORS. PARTS ARE READILY AVAILABLE AND DEALERS WILL REPLACE THE ACTUATORS FREE OF CHARGE. OWNER NOTIFICATION BEGAN IN JUNE 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MGM BRAKES AT 704-547-7411. -06/22/2001,01C027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C027000),"Peg Perego USA, Inc.",PEG PEREGO/INFANT CAR SEAT,CHILD SEAT,NR (Not Reported),Child Seat,14087,"EQUIPMENT DESCRIPTION: PEG PEREGO MODELS PRIMO VIAGGO INFANT CAR SEAT, INFANT CAR SEAT WITH BASE, PLIKO TRAVEL SYSTEM (STROLLER BUNDLED AS A SINGLE PRODUCT), PRIMO VIAGGO SYSTEM (STROLLER BUNDLED AS A SINGLE PRODUCT). THE BOTTOM LATCH MECHANISM OF THE CHILD SEAT ON THE LEFT SIDE DOES NOT COMPLETELY ENGAGE THE LATCHING ROD OF THE BASE THAT STAYS IN THE VEHICLE DUE TO THE IMPROPER POSITIONING OF THE METAL REINFORCING BRACKET OF THE LATCH MECHANISM DURING MANUFACTURE. THESE SEATS FAIL TO CONFORM WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","THE CONSUMER MAY BELIEVE THAT THE CAR SEAT IS PROPERLY ATTACHED TO THE BASE. IN THE EVENT OF A VEHICLE CRASH, THE CAR SEAT CAN DETACH FROM THE BASE POSSIBLY CAUSING SERIOUS INJURY OR DEATH TO THE CHILD.","PEG PEREGO WILL NOTIFY ITS CUSTOMERS OF THE DEFECT AND PROVIDE INSTRUCTIONS ON HOW TO IDENTIFY AFFECTED SEATS AND PERFORM THE REPAIR. OWNER NOTIFICATION BEGAN JULY 31, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PEG PEREGO AT 877-737-3468." -06/22/2001,01V097008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097008),"Tiffin Motorhomes, Inc.",TIFFIN/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,955,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE NOTIFIED TIFFIN'S CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 31, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330." -06/21/2001,01V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V206000),"BMW of North America, LLC",BMW/ENGINE AUXILIARY/COOLING FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,76469,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ENGINE AUXILIARY/COOLING FAN OPERATION, INCLUDING VARIABLE SPEED, IS ELECTRONICALLY CONTROLLED. FAILURE OF THE FAN MOTOR CAN CAUSE THE ELECTRICAL CIRCUITRY OF THE FAN CONTROL UNIT TO OVERLOAD AND FAIL, CAUSING THE FAN TO STOP OPERATING.","IF THIS WERE TO OCCUR, ENGINE OVERHEATING AND SUBSEQUENT ENGINE DAMAGE COULD RESULT. IN ADDITION, IT IS POSSIBLE FOR THE FAILURE OF THE ELECTRICAL CIRCUITRY TO CAUSE A FIRE IN THE FAN CONTROL UNIT LOCATED IN THE FRONT OF THE ENGINE COMPARTMENT.","DEALERS WILL REPLACE THE FAN. OWNER NOTIFICATION BEGAN SEPTEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -06/18/2001,01V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V199000),Ford Motor Company,FORD/FRONT COIL SPRING CORROSION,SUSPENSION,01S19,Vehicle,198583,"ON CERTAIN MINIVANS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN, AND IN THE DISTRICT OF COLUMBIA. THE FRONT COIL SPRINGS COULD FRACTURE AS A RESULT OF CORROSION. DEPENDING ON THE LOCATION OF THE FRACTURE, A BROKEN SPRING COULD MOVE PAST THE SPRING SEAT AND CONTACT A FRONT TIRE.",SOME TIRES HAVE DEFLATED DUE TO CONTACT WITH A BROKEN SPRING.,"DEALERS WILL INSTALL PROTECTIVE SHIELDS AROUND THE FRONT COIL SPRINGS. OWNER NOTIFICATION BEGAN SEPTEMBER 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -06/18/2001,01V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V205000),"Jayco, Inc.",JAYCO/LP GAS LINE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,272,VEHICLE DESCRIPTION: MINI MOTOR HOMES. THE HELLWIG HELPER SPRING U BOLT OR THE SPRING ITSELF CAN COME IN CONTACT WITH THE LIQUID PROPANE (LP) SUPPLY LINE.,"THE LINE COULD BECOME DAMAGED CAUSING LP GAS LEAKAGE, INCREASING THE RISK OF FIRE OR EXPLOSION.","DEALERS WILL REPOSITION (RAISE) THE LP SUPPLY LINE OUT OF THE NORMAL TRAVEL PATH OF THE HELPER SPRING. OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-219-825-5861." -06/18/2001,00E047008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047008),TRW COMMERCIAL STEERING SYS.,TRW STEERING SYSTEMS/BALL SOCKET ASSEMBLY,STEERING,NR (Not Reported),Equipment,126556,"EQUIPMENT DESCRIPTION: BALL SOCKET ASSEMBLIES SOLD FOR USE AS SERVICE OR AFTERMARKET PARTS. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW INCREASED THE POPULATION OF THE AFTERMARKET TIE ROD ENDS. SEE RECALL 00E-047.008. -06/18/2001,00E047007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047007),TRW COMMERCIAL STEERING SYS.,TRW STEERING SYSTEMS/TIE ROD ASSEMBLIES,STEERING,NR (Not Reported),Equipment,109929,"EQUIPMENT DESCRIPTION: TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 20 EDL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW HAS NOTIFIED THE ORIGINAL EQUIPMENT MANUFACTURERS AND THEY WILL NOTIFY THEIR CUSTOMERS AND INSTRUCT THEM ON HOW AND WHERE TO GET THEIR VEHICLE REPAIRED FREE OF CHARGE. TRW HAS INCREASED THE TOTAL POPULATION OF THE BALL SOCKET ASSEMBLIES. SEE RECALL 00E-047.007. -06/18/2001,01V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V201000),Volvo Trucks North America,VOLVO TRUCKS/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,598,VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS. THE WRONG STEERING COLUMN TO STEERING GEAR SHAFT MAY HAVE BEEN INSTALLED IN THESE VEHICLES. USING THE SHORTER VNM STEERING SHAFT COULD RESULT IN STEERING SHAFT BEING OPERATED (STEERING COLUMN EXTENDED ADJUSTMENT) OUTSIDE THE NORMAL OPERATING RANGE OF THE STEERING SHAFT.,OVER TIME THIS CONDITION COULD RESULT IN ACCELERATED WEAR IN THE SHAFT WITH THE POTENTIAL FOR LOSS OF STEERING AS A RESULT.,"DEALERS WILL INSTALL THE CORRECT LOWER STEERING SHAFT. OWNER NOTIFICATION BEGAN JUNE 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -06/18/2001,01V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V202000),"Volkswagen Group of America, Inc.",VW/WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,2837,"VEHICLE DESCRIPTION: PASSENGER VEHICLES (ALLROAD). WHEN ACTIVATING THE WINDSHIELD WIPER UNDER HEAVY LOAD CONDITIONS SUCH AS FREEZING, SNOW OR HEAVY RAIN, ONE WIPER COULD BE DELAYED BEHIND THE OTHER WIPER.","IF THAT HAPPENS, THE WIPER BLADES, BECAUSE THEY OVERLAP WIPING AREAS, COULD BECOME ENTANGLED WITH EACH OTHER AND CEASE FUNCTIONING. THIS COULD IMPAIR THE DRIVER'S VISIBILITY.","DEALERS WILL REPLACE THE ENTIRE DRIVER SIDE WIPER ARM. OWNER NOTIFICATION BEGAN JUNE 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-866-892-2834." -06/15/2001,01V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V193000),"General Engines Company, Inc.",GENERAL ENGINES/AXLE WELD,SUSPENSION,NR (Not Reported),Vehicle,98,VEHICLE DESCRIPTION: FLATBED (LOWBED) TRAILERS EQUIPPED WITH RIDEWELL MODEL 240 AIR-RIDE SUSPENSIONS. THE RIDWELL AIR-RIDE SUSPENSION TO AXLE CONNECTION WAS IMPROPERLY WELDED.,"THIS WELD CAN FAIL ALLOWING THE AXLE TO DISCONNECT FROM THE SUSPENSION SADDLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TRAILERS AND IF A REPAIR IS NECESSARY, WILL ARRANGE AND PAY FOR THE REPAIR. OWNER NOTIFICATION BEGAN OCTOBER 27, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GENERAL ENGINES AT 1-800-257-8163." -06/15/2001,01V044012,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044012),Isuzu Motors Limited,ISUZU/TRW STEERING SYSTEMS/TIE ROD,STEERING,NR (Not Reported),Vehicle,203,"VEHICLE DESCRIPTION: COMMERCIAL VEHICLES EQUIPPED WITH TIE ROD ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUZU AT 800-643-4070, EXT. 428." -06/15/2001,01V140003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140003),Isuzu Motors Limited,ISUZU/TRW/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,203,VEHICLE DESCRIPTION: COMMERCIAL VEHICLES EQUIPPED WITH AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS/DRAG LINKS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE DRAG LINK ASSEMBLIES. OWNER NOTIFICATION BEGAN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ISUAU AT 1-800-643-4070, EXT. 428." -06/15/2001,01V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V203000),NATIONAL R.V. INC.,NATIONAL RV/FMVSS 120/FRONT AXLE WEIGHT RATING,TIRES,NR (Not Reported),Vehicle,338,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS."" THE FRONT AXLE WEIGHT RATING (FAWR) IS INADEQUATE.",THIS NONCOMPLIANCE COULD LEAD TO PREMATURE TIRE WEAR AND POTENTIALLY A TIRE FAILURE. SUCH A TIRE FAILURE COULD RESULT IN THE LOSS OF STEERING CONTROL.,"DEALERS WILL REPLACE THE TIRES AND THE FRONT AXLE WILL BE RE-RATED TO 10,410 LBS. FAWR. ALL MOTOR HOMES WILL BE ISSUED NEW FEDERAL TIRE LABELS. OWNER NOTIFICATION BEGAN AUGUST 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NATIONAL RV AT 1-909-943-6007. THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION (NHTSA), AN AGENCY OF THE UNITED STATES DEPARTMENT OF TRANSPORTATION, HAS BEEN NOTIFIED THAT NATIONAL RV, INC. AND ITS HOLDING COMPANY, NATIONAL RV HOLDINGS, INC., HAVE FILED FOR BANKRUPTCY. NHTSA HAS BEEN ADVISED THAT OWNERS WHO WISH TO PURSUE CLAIMS RELATED TO SAFETY RECALL REPAIR WORK ON THEIR NATIONAL RV VEHICLES MAY FILE A PROOF OF CLAIM WITH THE UNITED STATES BANKRUPTCY COURT FOR THE CENTRAL DISTRICT OF CALIFORNIA, RIVERSIDE DIVISION. THE CASE NUMBER ASSIGNED TO THIS MATTER IS 07-17941. THE PROOF OF CLAIM FORM AND INSTRUCTIONS ARE AVAILABLE ONLINE AT THE COURT'S WEBSITE HTTP://WWW.CACB.USCOURTS.GOV . ADDITIONAL INFORMATION ABOUT THE BANKRUPTCY AND ITS PROCEEDINGS MAY ALSO BE FOUND AT HTTP://WWW.OMNIMGT.COM/NATIONALRV . NATIONAL RV'S PHONE NUMBER IS (951) 943-6007. INFORMATION ABOUT SAFETY RECALLS ON NATIONAL RV'S PRODUCTS MAY BE FOUND AT WWW.SAFERCAR.GOV. THE NHTSA WISHES TO ADVISE OWNERS OF RECALLED PRODUCTS THAT, IN THE INTERESTS OF THEIR SAFETY AND THE SAFETY OF THE MOTORING PUBLIC, ALL SAFETY RECALL WORK SHOULD BE PERFORMED ON MOTOR VEHICLES AND ITEMS OF EQUIPMENT." -06/14/2001,01V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V197000),"BMW of North America, LLC",BMW/BRAKE BOOSTER ATTACHING NUT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,36,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. DUE TO AN ASSEMBLY ERROR, ONE OR BOTH SELF-LOCKING NUTS THAT SECURE THE PEDAL ASSEMBLY TO THE BOOSTER MAY HAVE BEEN CROSS-THREADED ON THE BOOSTER STUDS THAT PROTRUDE THROUGH THE FIREWALL. IN SUCH A CASE, THE NUT(S) WOULD NOT BE FULLY SEATED ON THE STUD(S).","IF THIS OCCURRED, THE EFFECTIVE BRAKE PEDAL TRAVEL COULD BE REDUCED DUE TO RELATIVE MOVEMENT BETWEEN THE PEDAL AND BOOSTER. BRAKING PERFORMANCE WHILE DRIVING COULD BE ADVERSELY AFFECTED. IN ADDITION, IT IS POSSIBLE THAT THE BOOSTER COULD DEVELOP A LEAK AFTER AN EXTENDED PERIOD OF TIME RESULTING IN A REDUCTION IN BRAKE POWER ASSIST.","DEALERS WILL INSPECT THE TWO LOCK NUTS TO DETERMINE IF THEY ARE PROPERLY SEATED. IF THE NUTS ARE NOT PROPERLY SEATED OR ARE CROSS-THREADED, THE BRAKE BOOSTER WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -06/14/2001,01V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V195000),"BMW of North America, LLC",BMW/BRAKE LINE CHAFFING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13721,"VEHICLE DESCRIPTION: 4.4I SPORT UTILITY VEHICLES. THERE IS A PLASTIC CARRIER TO WHICH THE OIL FILTER HOUSING IS ATTACHED. OIL SUPPLY AND RETURN LINES ARE ATTACHED TO THE FILTER HOUSING. OVER TIME, THIS CARRIER COULD SAG SLIGHTLY. IF THIS HAPPENS, ONE OF THE OIL LINES, WHICH ARE ARMORED WITH STEEL MESH, COULD COME INTO CONTACT AND CHAFE A STEEL BRAKE LINE LOCATED IMMEDIATELY UNDERNEATH.","CONTINUED CHAFFING CAN CAUSE THE ANTICORROSION COATING OF THIS BRAKE LINE TO FAIL, ALLOWING THE BRAKE LINE TO RUST THROUGH AND LEADING TO LOSS OF BRAKE FLUID, FAILURE OF THE REAR BRAKE CIRCUIT, AND EXTENDED STOPPING DISTANCES, AND A POSSIBLE CRASH.","DEALERS WILL INSTALL A RUBBER SPACER BELOW THE PLASTIC CARRIER TO PREVENT SAGGING AND SUBSEQUENT CONTACT BETWEEN THE OIL AND BRAKE LINES. BRAKE LINES WHOSE ANTICORROSION LAYER IS FOUND TO BE DAMAGED AS A RESULT OF CONTACT WITH THE OIL LINE WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -06/14/2001,01V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V198000),"BMW of North America, LLC",BMW/REAR TIRE SIDEWALL,TIRES,NR (Not Reported),Vehicle,990,"VEHICLE DESCRIPTION: POLICE MOTORCYCLES EQUIPPED WITH DUNLOP SPORTMAX A REAR TIRES, SIZE 160/60 ZR18. THESE TIRES MAY HAVE BEEN INSTALLED ON SOME OF THE VEHICLES AS REPLACEMENT EQUIPMENT. THE CAMPAIGN IS LIMITED TO THOSE SPORTMAX A REAR TIRES HAVING DATE STAMPS OF 189, 199, OR 209. IT IS POSSIBLE THAT AREAS OF REDUCED ADHESION ON THE TREAD REINFORCING CUSHION STRIPS MAY HAVE RESULTED DURING PRODUCTION OF THE TIRES. THIS COULD LEAD TO LOCALIZED SEPARATIONS AND BLISTERS WHERE THE TREAD JOINS THE SIDEWALL.","IF THIS PROBLEM OCCURS, THE RIDER MAY NOTICE A VIBRATION OF THE REAR TIRE AND DEPENDING ON THE DEGREE OF BLISTERING, VEHICLE HANDLING COULD ALSO BE AFFECTED. CONTINUED OPERATION OF THE VEHICLE COULD LEAD TO FURTHER WEAKENING OF THE SIDEWALL AREA AND CAUSE A FURTHER DETERIORATION OF THE VEHICLE'S HANDLING.","DEALERS WILL INSPECT THE REAR TIRE FOR THE PRODUCTION DATE. IF AN AFFECTED TIRE IS FOUND, IT WILL BE REPLACED. OWNER NOTIFICATION BEGAN JUNE 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -06/14/2001,01V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V196000),"BMW of North America, LLC",BMW/TRANSMISSION GEAR POSITION INDICATOR SWITCH,POWER TRAIN,NR (Not Reported),Vehicle,14300,"VEHICLE DESCRIPTION: 4.4I SPORT UTILITY VEHICLES. OVER AN EXTENDED PERIOD OF TIME, ABRASION PARTICLES COULD DEPOSIT ON THE ELECTRICAL CONTACTS WITHIN THE SWITCH, CAUSING A DISRUPTION OF THE ELECTRIC CURRENT THROUGH THE CONTACTS. IF THE DISRUPTION OCCURS WHEN THE VEHICLE IS STATIONARY WITH THE TRANSMISSION IN THE NEUTRAL OR PARK POSITIONS, THE TRANSMISSION WILL SWITCH AUTOMATICALLY INTO THE EMERGENCY PROGRAM, WHICH IS DISPLAYED IN THE INSTRUMENT CLUSTER VIA A WARNING LAMP AND A MESSAGE, ""TRANS. FAIL-SAFE PROG."" IN THIS CASE, THE VEHICLE CAN BE DRIVEN IN LOWER GEARS ONLY WITH LIMITED ENGINE OUTPUT.","IF THIS PROBLEM OCCURS, THE ABILITY TO MAINTAIN SPEED IN TRAFFIC AND/OR ACCELERATE COULD BE GREATLY DIMINISHED, POSSIBLY LEADING TO A CRASH.","DEALERS WILL REPLACE THE TRANSMISSION GEAR POSITION INDICATOR SWITCH. OWNER NOTIFICATION BEGAN AUGUST 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -06/14/2001,01V189001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V189001),FREIGHTLINER LLC,FREIGHTLINER/HALDEX/BRAKE SYSTEM VALVES,"SERVICE BRAKES, AIR",FL-380,Vehicle,4400,VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH CERTAIN HALDEX BRAKE SYSTEM TWO AND FOUR PORT RELAY VALVES. THE VALVE MAY STICK OPEN WHEN A HIGH-PRESSURE APPLICATION IS RELEASED.,"WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THESE VALVES. OWNER NOTIFICATION BEGAN OCTOBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -06/13/2001,01E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E026000),TIE DOWN ENGINEERING,TIE DOWN ENGINEERING/BOAT TRAILER BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3884,EQUIPMENT DESCRIPTION: GENERATION 1 BOAT TRAILER DISC BRAKE CALIPERS PART NO. 46240 WHICH THE PISTON SEIZES IN THE ALLOY CALIPER CASTING DUE TO CORROSION FROM SALT WATER.,THE BRAKE COULD FAIL TO RESPOND TO PRESSURE FROM THE BRAKE ACTUATOR POSSIBLY RESULTING IN A VEHICLE CRASH.,ALL OF THESE UNITS HAVE BEEN REPLACED AS OF SEPTEMBER 1998. -06/12/2001,01V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V192000),MAC-LANDER INC.,MAC-LANDER/REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,900,VEHICLE DESCRIPTION: TRAILERS. SOME OF THESE TRAILERS HAVE NON-REFLECTIVE SIDE CLEARANCE LIGHTS.,"THIS MAKES IT MORE DIFFICULT FOR OTHERS TO SEE THE TRAILERS, INCREASING THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH NEW REFLECTORS AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JUNE 2001. OWNERS SHOULD CONTACT MACK-LANDER AT 1-641-342-6036. -06/12/2001,01V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V188000),PACCAR Incorporated,PACCAR/KENWORTH/FMVSS 121/AIR RESERVOIR,"SERVICE BRAKES, AIR",01KW06,Vehicle,23,"VEHICLE DESCRIPTION: CERTAIN VEHICLES HAVING AN INTENDED SERVICE CODE OF ""FIRE SERVICE"" AND EITHER TYPE 24 OR LARGER FRONT BRAKE CHAMBERS OR TYPE 36 REAR BRAKE CHAMBERS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES WERE BUILT WITH A COMBINED AIR RESERVOIR VOLUME LESS THAN 12 TIMES THE COMBINED VOLUME OF ALL SERVICE CHAMBERS.",UNUSUALLY FREQUENT APPLICATIONS OF THE AIR BRAKES COULD DEPLETE THE AVAILABLE AIR SUPPLY MORE QUICKLY THAN EXPECTED.,"DEALERS WILL INSTALL AN ADDITIONAL AIR TANK ON CHASSIS WITH A SINGLE REAR AXLE. ON TANDEM REAR AXLE CHASSIS, DEALER WILL REPLACE AN EXISTING AIR TANK WITH A LARGER AIR TANK. OWNER NOTIFICATION BEGAN JULY 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -06/12/2001,01T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T012000),"Pirelli Tire, LLC",PIRELLI/TREAD SEPARATIONS,TIRES,NR (Not Reported),Tire,9993,"TIRE DESCRIPTION: DESERT DOG LIGHT TRUCK TIRES SIZE LT245/75R16 E WITH SERIAL NUMBER XL 11A288 MANUFACTURED BETWEEN DECEMBER 1998 AND MARCH 2000. DUE TO A VARIABILITY IN COMPONENT ADHESION DURING PRODUCTION, THE TIRES CAN DEVELOP CHUNKING, AND PARTIAL TREAD SEPARATIONS IN USE.","THIS CONDITION COULD RESULT IN A LOSS OF AIR, CREATING A POTENTIAL FOR A LOSS OF VEHICLE CONTROL, AND POSSIBLY A VEHICLE CRASH.","PIRELLI WILL NOTIFY ITS DISTRIBUTORS AND CUSTOMERS TO RETURN THE AFFECTED TIRES TO THE NEAREST PIRELLI DEALER FOR A FREE REPLACEMENT. OWNER NOTIFICATION BEGAN JULY 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIRELLI CONSUMER AFFAIRS AT 800-327-2442." -06/11/2001,01V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V191000),Blue Bird Body Company,BLUE BIRD/12-VOLT POWER SUPPLY CABLE,ELECTRICAL SYSTEM,R01FF,Vehicle,5631,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH REAR MOUNTED ENGINES. THE 12-VOLT POWER SUPPLY CABLE(S) MAY BE CHAFFED BY HOSES, HARNESSES, FRAME COMPONENTS, OR CLAMPS.",THIS CONDITION CAN RESULT IN POWER FAILURE AND/OR RISK OF FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL REMOVE AND INSPECT THE 12-VOLT POWER CABLE(S) FROM THE BATTERY TO THE STARTER AND, IF NECESSARY, WILL REPLACE THE CABLES. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-822-2242." -06/11/2001,01V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V190000),"Strick Trailers, LLC",STRICK/SUSPENSION CRACKS,SUSPENSION,NR (Not Reported),Vehicle,610,"VEHICLE DESCRIPTION: 28' VAN TRAILERS SUPPLIED TO MOTOR CARGO, INC. CRACKS HAVE OCCURRED IN THE CROSSMEMBERS ABOVE THE SUSPENSION.","THE AXLE AND SUSPENSION ASSEMBLY COULD OUT FROM UNDER THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE CRACKED CROSSMEMBERS ABOVE THE SUSPENSION; THE VERTICAL MEMBER AT THE REAR OF THE SUSPENSION BEAM WILL BE FULLY WELDED TO THE BEAM AND REAR FRAME; AND THE ""I"" CROSSMEMBER AT THE FRONT OF THE SUSPENSION WILL BE REPLACED WITH A TUBE. OWNER NOTIFICATION BEGAN MAY 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT STRICK AT 1-215-949-3600." -06/07/2001,01V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V187000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/FRONT AXLE KNUCKLE,STEERING,01507,Vehicle,109,"VEHICLE DESCRIPTION: HEAVY DUTY VEHICLES EQUIPPED WITH A 20,000 POUND RATED DANA I-200 FRONT STEER AXLES. THERE ARE VISIBLE CRACKS IN THE SEAL DIAMETER AND LARGE BEARING DIAMETER ON THE FRONT AXLE KNUCKLES, WHICH CAN REDUCE THE LIFE EXPECTANCY OF THE KNUCKLES.","IF ONE OF THE SUSPECT STEERING KNUCKLES FAILS, THE WHEEL AT THAT WHEEL END WOULD COMPLETELY SEPARATE FROM THE VEHICLE WITHOUT WARNING AND THE DRIVER WOULD EXPERIENCE A SUDDEN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE TWO FRONT STEERING KNUCKLES. OWNER NOTIFICATION BEGAN JULY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -06/07/2001,01V167003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V167003),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/SUSPENSION,SUSPENSION,01506,Vehicle,12,VEHICLE DESCRIPTION: HEAVY DUTY 6X4 TRUCKS EQUIPPED WITH CHALMERS 800 SERIES SUSPENSION KITS. THESE SUSPENSION KITS MAY HAVE INSUFFICIENT PENETRATION OF THE WELD ATTACHING THE TORQUE ROD EYE TO THE TORQUE ROD TUBE.,"FAILURE OF THE WELD COULD RESULT IN SEPARATION OF THE EYE AND TUBE, CAUSING A LOCK OF AXLE RETENTION, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE ALL CHALMERS FIXED TORQUE RODS ON THESE VEHICLES. ALL VEHICLES HAVE BEEN COMPLETED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825. -06/07/2001,01V097006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097006),MID BUS CORPORATION,MID BUS/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE NOTIFIED MID BUS' CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 31, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330 OR MID BUS AT 1-419-358-2500." -06/07/2001,01V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V186000),Toyota Motor Corporation,SOUTHEAST TOYOTA/TIRES,TIRES,NR (Not Reported),Vehicle,43,"VEHICLE DESCRIPTION: 4X2 TRUCKS EQUIPPED WITH TU4 WHITE LETTER TIRE UPGRADE OPTION AND DISTRIBUTED BY SOUTHEAST TOYOTA DISTRIBUTORS IN THE STATES OF ALABAMA, FLORIDA, GEORGIA, NORTH AND SOUTH CAROLINA. TIRE DAMAGE MAY HAVE OCCURRED DUE TO IMPROPER INSTALLATION, WHICH COULD CAUSE THE TIRE TO DEFLATE OR A BULGE APPEARING IN THE SIDEWALL OF THE TIRE.",AN IMPROPERLY INFLATED TIRE COULD RESULT IN VEHICLE HANDLING PROBLEMS OR A BLOW OUT OF AN IMPROPERLY INSTALLED TIRE.,"DEALERS WILL CHECK ALL FOUR TIRES, REBALANCE AND, IF NECESSARY, REPLACE ANY DAMAGED TIRE. OWNER NOTIFICATION BEGAN JULY 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SOUTHEAST TOYOTA AT 1-800-301-6859." -06/06/2001,01T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T011000),Cooper Tire & Rubber Co.,COOPER/LOSS OF INFLATION,TIRES,NR (Not Reported),Tire,48,"TIRE DESCRIPTION: COOPER SIGNET WINTER TRAX TIRE SIZE 215/70R16 MANUFACTURED BETWEEN OCTOBER 15 AND OCTOBER 21, 2000. THESE TIRES HAVE AN IMPROPER STUD PIN HOLE DUE TO THE MOLD STUD PIN WORKING LOOSE. THE IMPROPER DEPTH OF THE STUD PIN HOLE CAN ALLOW A PROPERLY INSERTED METAL STUD PIN TO PENETRATE INTO THE CARCASS OF THE TIRE AND CAUSE A GRADUAL REDUCTION IN INFLATION.",LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL POSSIBLY RESULTING IN A VEHICLE CRASH.,"COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE CONSUMER RELATIONS DEPARTMENT AT 800-854-6288." -06/06/2001,01V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V182000),Honda (American Honda Motor Co.),HONDA/FUEL FILLER CLAMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,120649,VEHICLE DESCRIPTION: SEDANS AND COUPES. THE HOSE CLAMPS ON THE FILLER NECK TUBE HAVE INSUFFICIENT CLAMPING FORCE.,"IN A COLLISION, THE TUBE COULD DISCONNECT FROM THE FUEL TANK, RESULTING IN FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL CHECK THE HOSE CLAMPS FOR PROPER TORQUE AND TIGHTEN THEM CORRECTLY, IF NECESSARY. OWNER NOTIFICATION BEGAN JUNE 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -06/06/2001,01V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V183000),Honda (American Honda Motor Co.),HONDA/FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,56269,"ON CERTAIN SEDANS, A SMALL AMOUNT OF WATER MAY HAVE BEEN LEFT IN THE FUEL PUMP ELECTRICAL CONNECTOR AFTER TESTING. THIS RESIDUAL WATER COULD CAUSE THE FUEL PUMP TO FAIL DUE TO CORROSION.","IF THE PUMP STOPS WORKING, THE ENGINE WILL STALL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FUEL PUMP. IF CORROSION IS FOUND, THE FUEL PUMP WILL BE REPLACED. OWNER NOTIFICATION BEGAN JUNE 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -06/05/2001,01V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V184000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/WHEEL LUG NUT,WHEELS,985,Vehicle,212,VEHICLE DESCRIPTION: VANS. A SUBSTITUTE WHEEL LUG NUT TIGHTENING PROCESS MAY NOT HAVE BEEN SUFFICIENT TO ASSURE PROPER TORQUE OF THE LUG NUTS.,IMPROPER WHEEL LUG NUT TORQUE COULD ALLOW A WHEEL TO LOOSEN AND CAUSE A CRASH WITHOUT WARNING.,"DEALERS WILL INSPECT THE WHEEL LUG NUTS FOR PROPER TORQUE AND CORRECT IF NECESSARY. OWNER NOTIFICATION BEGAN JUNE 4, 2001. ALL OWNERS HAVE BEEN CONTACTED." -06/05/2001,01V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V179000),PACCAR Incorporated,PACCAR/PETERBILT/CAB DOORS,LATCHES/LOCKS/LINKAGES,601-G,Vehicle,52500,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. A CHANGE IN THE INTERNAL LINKAGE OF CERTAIN CAB DOORS HAS CREATED A POSSIBLE BINDING CONDITION.,"IF THE LINKAGE BINDS, FULL ENGAGEMENT OF THE DOOR LATCH MAY NOT OCCUR, ALLOWING THE DOOR TO OPEN INADVERTENTLY.","DEALERS WILL MODIFY THE DOOR LINKAGE TO CORRECT THE POTENTIAL OF BINDING. OWNER NOTIFICATION BEGAN JUNE 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000." -06/05/2001,01V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V181000),PACCAR Incorporated,PACCAR/PETERBILT/SPICER DRIVESHAFTS,POWER TRAIN,601-H,Vehicle,27,"VEHICLE DESCRIPTION: PETERBILT CLASS 7 AND 8 TRACTORS WITH INTERAXLE DRIVESHAFTS PRODUCED AND SUPPLIED BY SPICER DRIVESHAFT, INC. (SDI). THE SDI DRIVESHAFTS WITH UNIVERSAL JOINT CAP BOLTS WERE NOT TIGHTENED TO SDI'S FULL TORQUE SPECIFICATION.","IF THE DRIVESHAFT ASSEMBLY BECAME SEPARATED FROM THE RETAINING BOLTS, THE INTERAXLE COULD BE EJECTED FROM THE TRUCK'S DRIVING AXLES, RESULTING IN HAZARDOUS DEBRIS. THIS COULD OCCUR WITH LITTLE OR NO PRIOR WARNING TO THE VEHICLE'S DRIVER, AND COULD ALSO RESULT IN LOSS OF VEHICLE POWER.","DEALERS WILL RE-TORQUING THE RETAINING BOLT FASTENERS. OWNER NOTIFICATION BEGAN JULY 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000 OR DANA/SDI AT 1-419-535-4500." -06/02/2001,01C025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C025000),"Graco Children's Products, Inc.",CENTURY/WEBBING SLIPS,CHILD SEAT,NR (Not Reported),Child Seat,6509,"EQUIPMENT DESCRIPTION: CENTURY CONVERTIBLE CHILD SEATS EQUIPPED WITH A CENTRAL ADJUSTER DEVICE, ""A-LOK"" ASSEMBLY, PRODUCED BETWEEN APRIL 9 AND MAY 10, 2001, INCLUDING THE FOLLOWING MODELS: ENCORE (44612 GTN AND 4662 WSC 01); BRAVO (44622 LTG, 44630 LTH, 44631 PFN, AND 44662 WSC); ACCEL (45100 CHT, 45100 MTE, 45100 STH, 45200 LFT, 45200 MXM, 45600 JTI, 45600 MTE, 45600 MTO, 45600 MXM, 45600 SAF, 45700 GSD, AND 45700 LFT); AND SMARTMOVE (44709 MTE AND 44709 SVR). THE ADJUSTER DEVICE ALLOWS CONSUMERS TO TIGHTEN THE CHILD SEAT HARNESS STRAPS ON THE CHILD.","IN THE EVENT OF A VEHICLE CRASH, THE A-LOKS ON THESE SEATS MAY ALLOW THE WEBBING TO SLIP 4 TO 6 INCHES, WHICH WOULD NOT ADEQUATELY PROTECT THE SEAT OCCUPANT, POSSIBLY RESULTING IN INJURY OR DEATH.","CENTURY WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REPLACEMENT SEAT FREE OF CHARGE. OWNER NOTIFICATION BEGAN JUNE 18, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GRACO CENTURY AT 1-800-837-4044. ALSO, CUSTOMERS CAN CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-888-DASH-2-DOT (1-888-327-4236)." -06/01/2001,01V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V185000),Turtle Top,TURTLE TOP/FMVSS 208/PERIMETER SEATING,SEAT BELTS,NR (Not Reported),Vehicle,9,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" PERIMETER SEATING WAS INSTALLED WITHOUT SEAT BELTS IN VEHICLES WITH GROSS VEHICLE WEIGHTS UNDER 10,000 LBS.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSTALL SEAT BELTS AND APPLICABLE HARDWARE. OWNER NOTIFICATION BEGAN AUGUST 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TURTLE TOP AT 1-219-831-4340." -05/31/2001,01V180001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V180001),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICO/FMVSS 201/HEAD INJURY CRITERION,STRUCTURE,NR (Not Reported),Vehicle,1763,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES, LOCATED IN PUERTO RICO, GUAM AND THE AMERICAN SAMOA, FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THESE VEHICLES EXCEED THE MAXIMUM ALLOWABLE HEAD INJURY CRITERION VALUE SPECIFIED IN THE STANDARD FOR PASSENGER-SIDE A-PILLAR TARGET LOCATION.","CONSEQUENTLY, IN A CRASH, THE FRONT SEAT PASSENGER COULD SUFFER INCREASED HEAD INJURY FROM CONTACT WITH THE PASSENGER A PILLAR (FORWARD MOST ROOF SUPPORT).","DEALERS WILL INSTALL PADDING TO THE A PILLAR TO REDUCE THE RISK OF INJURY IN A CRASH. OWNER NOTIFICATION BEGAN JUNE 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-463-2396." -05/31/2001,01V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V180000),DAEWOO MOTOR AMERICA,DAEWOO/FMVSS 201/HEAD INJURY CRITERION,STRUCTURE,NR (Not Reported),Vehicle,58691,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THESE VEHICLES EXCEED THE MAXIMUM ALLOWABLE HEAD INJURY CRITERION VALUE SPECIFIED IN THE STANDARD FOR PASSENGER-SIDE A-PILLAR TARGET LOCATION.","CONSEQUENTLY, IN A CRASH, THE FRONT SEAT PASSENGER COULD SUFFER INCREASED HEAD INJURY FROM CONTACT WITH THE PASSENGER A PILLAR (FORWARD MOST ROOF SUPPORT).","DEALERS WILL INSTALL PADDING TO THE A PILLAR TO REDUCE THE RISK OF INJURY IN A CRASH. OWNER NOTIFICATION BEGAN JUNE 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-463-2396." -05/31/2001,01I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I003000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SLIDING DOOR LOCK LINKAGE,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,105484,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2001 PLYMOUTH VOYAGER, CHRYSLER TOWN & COUNTRY, AND DODGE CARAVAN/GRAND CARAVAN MINI VANS THAT ARE NOT EQUIPPED WITH THE REMOTE KEYLESS ENTRY OPTION. THE SLIDING DOOR LATCHES ON THESE VEHICLES COULD RELEASE DURING CERTAIN SEVERE ACCIDENT CONDITIONS THAT INVOLVE THE SLIDING DOOR.",THIS COULD ALLOW THE SLIDING DOOR TO PARTIALLY OPEN.,"DEALER WILL REPLACE BOTH SLIDING DOOR KEY CYLINDER-TO-BELL CRANK LINKS ON THE SLIDING DOORS FREE OF CHARGE (PARTS AND LABOR). DAIMLERCHRYSLER HAS DECIDED TO CONDUCT A SERVICE CAMPAIGN TO REPLACE THE SLIDING DOOR KEY CYLINDER-TO-BELL CRANK LINKS. OWNERS CAN CONTACT DAIMLERCHRYSLER AT 1-800-853-1403, CONCERNING THIS PROGRAM." -05/31/2001,01V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V178000),Utilimaster Corporation,UTILIMASTER/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,558,VEHICLE DESCRIPTION: WALK-IN DELIVERY VANS SUPPLIED TO FED EX (FED EX W700). A BOLT AND NUT INSTALLED THROUGH THE CHASSIS FRAME RAIL TO SUPPORT A NEW SEAT MOUNT DESIGN COULD HAVE PARTIALLY COLLAPSE A BRAKE LINE AS THE NUT WAS TIGHTENED ON THE BOLT.,"IF UNDETECTED, THIS CONDITION COULD CAUSE PARTIAL OR TOTAL LOSS OF FUNCTION OF THE FRONT BRAKES OF THE VEHICLE.","FED EX WILL BE SUPPLIED WITH INSTRUCTIONS FOR INSPECTING FOR THE DEFECT AND HOW TO REPLACE THE DEFECTIVE BRAKE LINE IF THE PROBLEM EXISTS. FED EX WAS NOTIFIED BY TELEPHONE ON MAY 25, 2001. ONLY FED EX VEHICLES ARE INVOLVED." -05/29/2001,01V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V177000),IC CORPORATION,AMTRAN/FMVSS 111/REAR VIEW MIRROR,VISIBILITY,NR (Not Reported),Vehicle,436,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH BUS BOY CROSS VIEW MIRRORS FAIL TO MEET THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS."" THE LEFT AND RIGHT CONVEX MIRRORS ARE LOCATED TOO LOW.",PEDESTRIANS COULD BE INJURED OR KILLED IF THE DRIVER OF THE SCHOOL BUS CANNOT SEE THEM.,"OWNERS WILL BE INSTRUCTED TO REPLACE THE MIRROR MOUNTING ARMS AND BRACKETS. OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND REPAIR KITS. OWNER NOTIFICATION BEGAN JUNE 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 800-843-5615." -05/29/2001,01V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V170000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/WEIGHT DISTRIBUTION,EQUIPMENT,NR (Not Reported),Vehicle,389,"CERTAIN MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES HAVE AN INEQUITABLE WEIGHT DISTRIBUTION BETWEEN THE FRONT LEFT AND RIGHT TIRES ON THE FRONT AXLE. THIS WEIGHT INEQUITY CAN CAUSE THE LEFT FRONT TIRE WEIGHT RATING TO BE EXCEEDED.",THIS COULD CAUSE PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING. THE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE COULD LEAD TO A LOSS OF STEERING CONTROL.,"DEALERS WILL REPLACE THE HEIGHT CONTROL VALVES AND THE HEIGHT CONTROL VALVE CONFIGURATION REVERSED TO REMEDY THIS NONCOMPLIANCE. OWNER NOTIFICATION BEGAN MAY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -05/29/2001,01I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I002000),Isuzu Motors Limited,ISUZU/TIMING BELT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1998-2000 RODEO (UE) AND AMIGO (UA) MODELS EQUIPPED WITH 2.2L 4-CYLINDER ENGINES. THE TIMING BELT COULD BREAK BEFORE THE RECOMMENDED SCHEDULED MAINTENANCE.",THIS CONDITION COULD CAUSE THE ENGINE TO CRANK BUT WILL NOT START OR THE ENGINE COULD STALL WHILE DRIVING AND WILL NOT RESTART.,"DEALER WILL INSPECT THE VEHICLE TO DETERMINE THE CONDITION OF THE TIMING BELT AND TENSIONER. THE DEALER WILL REPLACE THE TIMING BELT. DEPENDING ON THE CONDITION OR MODEL OF THE TIMING BELT TENSIONER, THE TENSIONER MAY ALSO BE REPLACED. ISUZU HAS DECIDED TO CONDUCT A SERVICE CAMPAIGN TO REPLACE THE TIMING BELT. OWNER NOTIFICATION BEGAN JUNE 22, 2001. OWNERS CAN CONTACT ISUZU AT 1-800-643-4070, EXT. 426, CONCERNING THIS PROGRAM." -05/25/2001,01V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V175000),"VAN HOOL, N.V. (*)",VAN HOOL/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1838,"VEHICLE DESCRIPTION: TRANSIT BUSES. THESE BUSES WERE BUILT WITH A 1200MM OR 800MM BRAKE HOSE. DEPENDING ON HOW THIS HOSE WAS MOUNTED, THERE IS A POSSIBILITY OF EXCESSIVE STRESS ON THIS HOSE CAUSING CRACKING CLOSE TO THE BRAKE CHAMBER AS WELL AS AT THE MOUNTING CLAMPS.","THE CRACK COULD BE SEVERE ENOUGH TO CAUSE AIR PRESSURE LEAKAGE TO THE FRONT BRAKES DURING BRAKE APPLICATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT BRAKE HOSES. OWNER NOTIFICATION MAILING BEGAM DECEMBER 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ABC COACH/VAN HOOL AT 1-800-222-2871." -05/25/2001,01V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V176000),"VAN HOOL, N.V. (*)",VAN HOOL/WINDSHIELD WIPER LEVER,VISIBILITY,NR (Not Reported),Vehicle,1364,VEHICLE DESCRIPTION: TRANSIT BUSES. THE WINDSHIELD WIPER LEVER MAY BE INCORRECTLY SECURED.,THE LEVER COULD DISENGAGE FROM THE PIVOT SHAFT CAUSING THE WIPERS TO BECOME INOPERATIVE.,"THE WINDSHIELD WIPER LEVER WILL BE CHANGED ON THESE VEHICLES. OWNER NOTIFICATION BEGAN JULY 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ABC COACH/VAN HOOL AT 1-407-656-7977." -05/24/2001,01V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V173000),"BMW of North America, LLC",BMW/STEERING PUMP PULLEY BOLTS,STEERING,NR (Not Reported),Vehicle,47,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO AN ASSEMBLY ERROR DURING VEHICLE PRODUCTION, ANY OF THE THREE BOLTS THAT SECURE THE PULLEY TO THE PUMP MAY HAVE BEEN INADEQUATELY TIGHTENED.","IN SUCH A CASE, THE BOLTS COULD ULTIMATELY LOOSEN CAUSING THE PULLEY TO THROW OFF THE DRIVE BELT. THIS WOULD RESULT IN THE LOSS OF CERTAIN ENGINE AUXILIARY FUNCTIONS, I.E., POWER STEERING ASSIST, WATER PUMP, OR ALTERNATOR. STEERING EFFORT WOULD THEN BE INCREASED.","DEALERS WILL INSPECT THE POWER STEERING PUMP PULLEY TO SEE IF IT IS LOOSE. IF THE PULLEY IS NOT LOOSE ON THE PUMP, THE RETAINING BOLTS WILL BE TORQUED TO SPECIFICATION. IF THE PULLEY IS LOOSE, THE PUMP, PULLEY, ATTACHING BOLTS, AND DRIVE BELT WILL BE REPLACED. OWNER NOTIFICATION BEGAN AUGUST 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -05/24/2001,01V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V171000),Ford Motor Company,FORD/TIRE,TIRES,01S18,Vehicle,52000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE RIGHT SIDE TIRES MAY HAVE HORIZONTAL CUTS ON THE EDGE OF THE TREAD THAT COULD HAVE OCCURRED DURING VEHICLE ASSEMBLY.,"OVER TIME, THE TIRE COULD FAIL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TIRES AND, IF ANY SLICES ARE FOUND, THE CUT TIRES WILL BE REPLACED. OWNER NOTIFICATION BEGAN JUNE 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -05/24/2001,01V166001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V166001),Honda (American Honda Motor Co.),HONDA/FMVSS 209/SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,9034,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" CERTAIN DRIVER AND PASSENGER SEAT BELT BUCKLES WERE IMPROPERLY MANUFACTURED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL INSPECT, AND IF NECESSARY, REPLACE THE FRONT SEAT BELT BUCKLES. OWNER NOTIFICATION BEGAN MAY 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ACURA AT 1-800-999-1009." -05/23/2001,01V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V172000),"General Motors, LLC",GM/FMVSS 201/SUNVISOR,STRUCTURE,01039,Vehicle,47560,"VEHICLE DESCRIPTION: CERTAIN SEDANS, HEARSE, AND LIMOUSINE VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THESE VEHICLES HAVE SUNVISOR CENTER SUPPORTS WITH CERTAIN RADII LESS THAN THE 3.2MM REQUIRED BY THE STANDARD.","RADII LESS THAN 3.2MM CAN INCREASE THE POSSIBILITY OF CERTAIN TYPES OF INJURIES, LIKE LACERATIONS, IF AN OCCUPANT CONTACTS THE SUPPORT DURING A CRASH.","DEALERS WILL REPLACE THE SUNVISOR CENTER SUPPORTS WITH REDESIGNED SUPPORTS. OWNER NOTIFICATION BEGAN NOVEMBER 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CADILLAC AT 1-800-458-8006." -05/23/2001,01V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V174000),"Nissan North America, Inc.",NISSAN/LOWER CONTROL ARM BOLTS,SUSPENSION,NR (Not Reported),Vehicle,101000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. ONE OR MORE OF THE THREE BOLTS USED TO ATTACH EACH FRONT SUSPENSION LOWER CONTROL ARM TO THE BODY ON THE LEFT AND RIGHT SIDES MAY NOT HAVE BEEN PROPERLY MANUFACTURED.,"THE BOLTS COULD FRACTURE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE LOWER CONTROL ARM ATTACHMENT BOLTS. OWNER NOTIFICATION BEGAN JUNE 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NISSAN AT 1-800-647-7261." -05/22/2001,01E020001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E020001),Meritor Wabco Vehicle Control Systems,MERITOR WABCO/PARK BRAKE RELAY VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,12700,"EQUIPMENT DESCRIPTION: TWO AND FOUR PORT RELAY VALVES MANUFACTURED BETWEEN SEPTEMBER 19, 2000, AND FEBRUARY 10, 2001. THESE VALVES ARE USED TO CONTROL EITHER THE SERVICE BRAKE SYSTEM OR PARK BRAKE SYSTEMS ON TRACTORS, TRUCKS, AND TRAILERS. THE VALVE MAY STICK OPEN WHEN A HIGH- PRESSURE APPLICATION IS RELEASED. THESE VALVES CAN BE IDENTIFIED WITH A DATE CODE ON THE VALVE OF 380K, 390K, 400K, 410K, 420K, 430K, 440K, 450K, 460K, 470K, 480K, 490K, 500K, 510K, 520K, 011K, 021K, 031K, 041K, 051K, OR 061K, AND ARE DARK GREEN IN COLOR. WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM.","THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.",MERITOR WABCO WILL CONTACT THE AFFECTED VEHICLE MANUFACTURERS AND REQUEST THAT THEY NOTIFY VEHICLE OWNERS TO HAVE THE AFFECTED RELAY VALVES REPLACED OR REBUILT FREE OF CHARGE. -05/22/2001,01V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V160000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/SPRING TOWER,SUSPENSION,NR (Not Reported),Vehicle,978,"VEHICLE DESCRIPTION: TRANSIT BUSES. THERE COULD BE A CASTING DEFECT IN THE LEFT SIDE SPRING TOWER. THE SPRING TOWERS SUPPORT THE VEHICLE STRUCTURE, AND FAILURE OF A TOWER COULD CAUSE A SUDDEN SHIFT IN THE FRONT AXLE.",THIS CONDITION COULD LEAD TO LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE THE SPRING TOWER. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-982-8181. -05/21/2001,01V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V165000),PACCAR Incorporated,PACCAR/ENGINE WIRING HARNESS DIODE,ELECTRICAL SYSTEM,501-F,Vehicle,73,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CUMMINS ISC ENGINES. DIODES (ELECTRONIC DEVICES THAT RESTRICT CURRENT FLOW) CONTAINED IN THE PRE-HEAT CIRCUIT OF CERTAIN ENGINE WIRING HARNESSES WERE NOT PROPERLY INSULATED DURING THE HARNESS MANUFACTURING PROCESS.,THIS LACK OF INSULATION COULD ALLOW THE DIODES TO CONTACT EACH OTHER. ANY CONTACT BETWEEN THE DIODES COULD LEAD TO A SHORT CIRCUIT AND POSSIBLY A VEHICLE FIRE.,"DEALERS WILL INSPECT THE HARNESSES AND REMEDY, IF REQUIRED, BY PROPERLY INSULATING THE DIODES. OWNER NOTIFICATION BEGAN JUNE 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000." -05/21/2001,01V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V169000),"Volvo Car USA, LLC",VOLVO/ELECTRONIC CLIMATE CONTROL DIODE,EQUIPMENT,NR (Not Reported),Vehicle,19000,VEHICLE DESCRIPTION: SEDAN AND WAGON PASSENGER VEHICLES. A DIODE IN THE ELECTRONIC CLIMATE CONTROL SYSTEM MAY HAVE A REDUCED SERVICE LIFE.,"IF THE DIODE FAILS, THE HEATER FAN STOPS OPERATING AND THE DEFROSTER FUNCTION IS AFFECTED.","DEALERS WILL INSTALL AN ADAPTER WITH A DIODE FITTED TO THE HEATER FAN MOTOR. OWNER NOTIFICATION BEGAN JUNE 11, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -05/18/2001,01V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V164000),"Elgin Sweeper Company, Inc.",ATHEY/BRAKE TORQUE PLATE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,309,"ON CERTAIN STREET SWEEPERS, THE LEFT HAND FRONT BRAKE TORQUE PLATE IS SUSCEPTIBLE TO FAILURE.","THIS CONDITION COULD RESULT IN A LOSS OF VEHICLE BRAKING, INCREASING THE RISK OF A CRASH.",DEALERS WILL MODIFY THESE VEHICLES. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ELGIN AT 1-847-741-5370. -05/18/2001,01V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V168000),"SAAB CARS USA, INC.",SAAB/FMVSS 208/AIR BAG LABEL,AIR BAGS,NR (Not Reported),Vehicle,43073,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" THE AIR BAG ALERT LABELS MAY NOT BE PERMANENTLY AFFIXED AS REQUIRED BY THIS STANDARD.",THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS.,"DEALERS WILL CLEAN THE SUNVISOR SURFACE AND APPLY A NEW AIR BAG ALERT LABEL ON BOTH SUNVISORS. OWNER NOTIFICATION BEGAN JULY 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAAB AT 1-800-955-9007." -05/17/2001,01V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V159000),"General Motors, LLC",GM/SEAT BELT RETRACTOR,SEAT BELTS,01043,Vehicle,9196,"VEHICLE DESCRIPTION: PICKUP AND UTILITY TRUCKS. SOME OF THESE VEHICLES HAVE AN INTERNAL COMPONENT IN THE OUTBOARD SEAT BELT RETRACTORS FOR THE 2ND AND 3RD ROW OF SEATS THAT COULD BE CRACKED. WITH REPEATED ACTUATION OF THE LOCKING MECHANISM, THE CRACK COULD SPREAD TO THE POINT SUCH THAT THE SEAT BELT WOULD NO LONGER LOCK.","IN A CRASH, INCREASED OCCUPANT INJURY COULD RESULT FROM THE NO-LOCK CONDITION.","DEALERS WILL INSPECT THE OUTBOARD SEAT BELTS FOR SPECIFIC LOT NUMBERS AND REPLACE THE BELTS IF NECESSARY. GM IS ENCLOSING AN INSPECTION PROCEDURE FOR THE OWNERS TO USE OR THEY CAN HAVE THEIR DEALERS DO THE INSPECTIONS. OWNER NOTIFICATION BEGAN JULY 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -05/17/2001,01V167001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V167001),PACCAR Incorporated,PACCAR/SUSPENSION,SUSPENSION,501E/01KW05,Vehicle,390,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CHALMERS 1000 SERIES AND 800 SERIES SUSPENSION KITS. THESE SUSPENSION KITS MAY HAVE INSUFFICIENT PENETRATION OF THE WELD ATTACHING THE TORQUE ROD EYE TO THE TORQUE ROD TUBE.,"FAILURE OF THE WELD COULD RESULT IN SEPARATION OF THE EYE AND TUBE, CAUSING A LOCK OF AXLE RETENTION, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE ALL CHALMERS FIXED TORQUE RODS ON THESE VEHICLES. OWNER NOTIFICATION BEGAN JULY 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000 OR KENWORTH AT 1-425-828-5000." -05/16/2001,01V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V158000),"General Motors, LLC",GM/FMVSS 201/CONSOLE,STRUCTURE,01042,Vehicle,8197,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACTS."" THESE VEHICLES HAVE A CONSOLE COVER/ARMREST LID LATCH THAT COULD RELEASE AT LESS THAN THE 10G VERTICAL LOAD REQUIREMENT OF THE STANDARD.","IN THE EVENT OF A CRASH, THE CONSOLE COVER COULD OPEN AND THE COVER OR ITEMS STORED UNDER IT COULD INJURE AN OCCUPANT.","DEALERS WILL REPLACE THE CONSOLE LATCH MECHANISM AND INSTALL A STRIKER PLATE. OWNER NOTIFICATION BEGAN JULY 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GMC AT 1-800-462-8782." -05/15/2001,01E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E023000),FEDERA-MOGUL CORPORATION,FEDERAL MOGUL/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,299071,"EQUIPMENT DESCRIPTION: BRAKE HOSES MANUFACTURED BY FEDERAL-MOGUL FROM AUGUST 1, 1999, THROUGH MAY 2, 2001. DATES CODES STAMPED ON THE BRAKE HOSE ASSEMBLY FITTING: WAG9931 TO WAG9952, WAG99031 TO WAG99052, WAG0001 TO WAG0052, WAG00001 TO WAG00052, WAG 0101 TO WAG0118, AND WAG01001 TO WAG01018. THESE HOSES EXPERIENCE CRIMP FAILURES DUE TO THE FACT THAT THEY WERE NOT PROPERLY MACHINED AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106 S5.3.2 AND S5.3.4, ""BRAKE HOSES."" THE CRIMP CAN SLIP OFF THE HOSE WITHOUT WARNING. FEDERAL-MOGUL HAS DECIDED TO EXPAND THE RECALL TO INCLUDE HOSES MANUFACTURED SINCE AUGUST 1, 1999, DISTRIBUTED UNDER THE WAGNER, GUARDIAN, AND ROCKHILL (WAG) BRANDS. THIS RECALL NOW INCLUDES PART NOS. F8116, F11190, F64844, F78076, F78097, F79333, F79362, F79380, F89055, F86574, F96549, F96868, F101012, F102145, AND F104999.","IF THE CRIMP SLIPS OFF THE HOSE, THE DRIVER WILL LOSE BRAKING ABILITY, POSSIBLY RESULTING IN A VEHICLE CRASH.","OWNERS WHO HAVE INSTALLED THE AFFECTED BRAKE HOSE ON THEIR VEHICLES SHOULD HAVE THE VEHICLE INSPECTED AND THE BRAKE HOSE REPLACED AS SOON AS POSSIBLE. FEDERAL-MOGUL WILL PAY FOR THE INSPECTION AND REPLACEMENT OF THE DEFECTIVE PART(S), AS WELL AS SHIPPING CHARGES. OWNER NOTIFICATION BEGAN JULY 12, 2001. OWNERS SHOULD CONTACT FEDERAL-MOGUL AT 1-877-489-6659." -05/15/2001,01V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V143000),Skyline Corporation,SKYLINE/GAS LINE CONNECTION,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,47,"VEHICLE DESCRIPTION: TRAVEL AND PARK TRAILERS. A THREADED PIPE FITTING WAS USED IN PLACE OF A FLARE FITTING ON THE GAS LINE CONNECTION TO THE STOVE, WATER HEATER, AND FURNACE, WHICH COULD RESULT IN A GAS LEAK.","GAS LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSTALL THE CORRECT FITTINGS. OWNER NOTIFICATION BEGAN MAY 11, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SKYLINE AT 1-800-736-2573." -05/14/2001,01V167002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V167002),FREIGHTLINER LLC,FREIGHTLINER/SUSPENSION,SUSPENSION,FL-379,Vehicle,222,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CHALMERS 1000 AND 800 SERIES SUSPENSION KITS. THESE SUSPENSION KITS MAY HAVE INSUFFICIENT PENETRATION OF THE WELD ATTACHING THE TORQUE ROD EYE TO THE TORQUE ROD TUBE.,"FAILURE OF THE WELD COULD RESULT IN SEPARATION OF THE EYE AND TUBE, CAUSING A LOCK OF AXLE RETENTION, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE ALL CHALMERS FIXED TORQUE RODS ON THESE VEHICLES. OWNER NOTIFICATION BEGAN MARCH 14, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -05/11/2001,01V044011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044011),Ford Motor Company,FORD/TRW STEERING SYSTEMS/DRAG LINK,STEERING,01S17,Vehicle,4101,"VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE DRAG LINKS. OWNER NOTIFICATION BEGAN JUNE 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -05/11/2001,01E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E022000),Tong Ho Hsing Industrial Co.,HELMET/CHIN STRAP,EQUIPMENT,NR (Not Reported),Equipment,6000,"EQUIPMENT DESCRIPTION: CERTAIN U-67 MOTORCYCLE HELMETS SHIPPED TO DISTRIBUTORS PRIOR TO FEBRUARY 2001, CONTAIN A DEFECTIVE CHIN STRAP. THE MALE PART OF THE STRAP DOES NOT LOCK PROPERLY AND COULD POSSIBLY COME UNDONE WITH OUT THE WEARERS KNOWLEDGE.","IN THE EVENT OF A CRASH, THE HELMET COULD COME OFF, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","THE MANUFACTURER WILL NOTIFY ITS DISTRIBUTORS TO EITHER RETURN THE DEFECTIVE HELMETS OR HAVE THEM REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 9, 2001. OWNERS WHO TAKE THEIR HELMETS TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUCKER ROCKY DISTRIBUTING AT 1-877-529-6905." -05/09/2001,01V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V162000),Honda (American Honda Motor Co.),HONDA/ENGINE STOP SWITCH,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6662,"VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH A NEWLY DESIGNED ENGINE STOP SWITCH. THE ENGINE STOP SWITCH IS SENSITIVE TO ACCIDENTAL CONTACT OR STRONG JOLTING, SUCH AS HITTING A POTHOLE OR RIDING OVER RAILROAD TRACKS,WHICH COULD CAUSE THE ENGINE TO CUT OUT MOMENTARILY OR EVEN SHUT OFF.",SUDDEN LOSS OF ENGINE POWER COULD LEAD TO A CRASH.,"DEALERS WILL INSTALL A CONTACT PLATE, E-CLIP, AND 2 CONTACT PLATE SPRINGS. OWNER NOTIFICATION BEGAN APRIL 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-310-532-9811." -05/09/2001,01V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V134000),Honda (American Honda Motor Co.),HONDA/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,70,VEHICLE DESCRIPTION: MOTORCYCLES. A TRANSMISSION CIRCLIP WAS NOT SEATED CORRECTLY AND COULD ALLOW GEARS TO LOCK.,"THIS CONDITION COULD RESULT IN A REAR-WHEEL LOCKUP, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPAIR THE TRANSMISSION ON THESE MOTORCYCLES. ALL OWNERS WERE CONTACTED BY TELEPHONE AND ALL VEHICLES HAVE BEEN REPAIRED. THIS CAMPAIGN IS 100% COMPLETED. -05/09/2001,01V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V151000),Pierce Manufacturing,PIERCE/FUEL TANK STEP COVERS,"FUEL SYSTEM, GASOLINE",74B23,Vehicle,800,VEHICLE DESCRIPTION: FIRE APPARATUS ON CERTAIN COMMERCIAL CHASSIS WITH OPTIONS FOR FUEL TANK STEP COVERS. CERTAIN VEHICLES WERE BUILT WITHOUT DRAIN HOLES IN THE ALUMINUM STEP LOCATED BELOW THE FUEL FILL OPENING.,SPILLED FUEL ON THE FUEL TANK STEPS CAN CREATE A SLIP HAZARD.,"DEALERS WILL DRILL HOLES IN THE STEP. THE HOLES WILL HELP DRAIN ANY FUEL THAT IS ACCIDENTALLY SPILLED ON THE STEP. OWNER NOTIFICATION BEGAN MAY 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 1-888-974-3723." -05/09/2001,01V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V163000),REXHALL INDUSTRIES INC,REXHALL/DRIVE SHAFT BOLTS,POWER TRAIN,NR (Not Reported),Vehicle,823,"VEHICLE DESCRIPTION: MOTOR HOMES. THE DRIVE SHAFT BOLTS CAN COME LOOSE AT THE TRANSMISSION AND FALL OFF. WHEN THE DRIVE SHAFT SEPARATES FROM THE TRANSMISSION, THE FORWARD END OF THE SHAFT CAN DROP TO THE GROUND, OR COME THROUGH THE FLOORBOARDS OF THE MOTOR HOME.",THIS COULD LEAD TO LOSS OF VEHICLE CONTROL AND/OR THE DRIVE SHAFT CONTACTING A FOLLOWING VEHICLE.,"DEALERS WILL REPLACE THE BOLTS. OWNER NOTIFICATION BEGAN NOVEMBER 3, 2000. ALL VEHICLES HAVE BEEN REPAIRED." -05/08/2001,01T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T009000),Cooper Tire & Rubber Co.,COOPER/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,20,"CERTAIN COOPER DISCOVERER A/T TIRE SIZE P225/70R14 TUBELESS RADIALS MANUFACTURED BETWEEN JANUARY 28 AND FEBRUARY 3, 2001. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO LOW THREAD GAUGE UNDER THE SHOULDER SLOTS.","WHEN THIS CONDITION EXISTS, IT MAY EXPOSE THE BELT WIRES WHICH COULD LEAD TO ACCELERATED BELT DEGRADATION, WHICH COULD RESULT IN TREAD SEPARATION POSSIBLY RESULTING IN A VEHICLE CRASH.","COOPER IS NOTIFYING ITS CUSTOMERS TO HAVE THEIR TIRES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COOPER TIRE CONSUMER RELATIONS DEPARTMENT AT 800-854-6288." -05/08/2001,01V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V154000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE BOOSTER VACUUM HOSE,"SERVICE BRAKES, HYDRAULIC",983,Vehicle,353000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IN THE PRESENCE OF OIL AND HEAT, THE BRAKE BOOSTER VACUUM HOSE COULD SWELL AND LOOSEN FROM THE INTAKE MANIFOLD.",THIS COULD CAUSE A LOSS OF POWER BRAKE ASSIST AND AN INCREASE IN ENGINE IDLE SPEED.,"DEALERS WILL REPLACE THE BRAKE BOOSTER VACUUM HOSE. OWNER NOTIFICATION BEGAN JULY 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/08/2001,01V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V153000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CLOCKSPRING MATERIAL,AIR BAGS,982,Vehicle,216100,"VEHICLE DESCRIPTION: PICKUP TRUCKS. SOUND DEADENER MATERIAL INSIDE THE STEERING WHEEL COULD BECOME DETACHED FROM THE COVER AND HOUSING. NOTE: THE RAM PICKUP TRUCKS WERE BUILT AT THE WARREN ASSEMBLY PLANT (""S"" IN THE 11TH VIN POSITION) FROM MAY 16, 2000 THROUGH OCTOBER 23, 2000; ST. LOUIS NORTH ASSEMBLY PLANT (""J"" IN THE 11TH VIN POSITION) FROM MAY 19, 2000 THROUGH OCTOBER 23, 2000; LAGO ALBERTO ASSEMBLY PLANT (""M"" IN THE 11TH VIN POSITION) FROM MAY 23, 2000 THROUGH OCTOBER 23, 2000; AND SALTILLO ASSEMBLY PLANT (""G"" IN THE 11TH VIN POSITION) FROM MAY 23, 2000 THROUGH OCTOBER 23, 2000. IMPORTANT: VEHICLES THAT HAVE ALREADY HAD THE PROPER CLOCKSPRING INSTALLED, ACCORDING TO WARRANTY RECORDS, HAVE BEEN EXCLUDED FROM THIS RECALL. IN ADDITION, 1997-2000 MODEL YEAR VEHICLES THAT HAVE HAD A SUSPECT REPLACEMENT CLOCKSPRING INSTALLED, ACCORDING TO WARRANTY RECORDS, HAVE BEEN ADDED TO THIS RECALL.","WHEN THIS OCCURS, THE MATERIAL COULD INTERFERE WITH THE CLOCKSPRING RIBBON AND CAUSE AN OPEN CIRCUIT. THE DRIVER AIR BAG SYSTEM WILL BECOME DISABLED, AND THE AIR BAG WARNING LAMP WILL ILLUMINATE ON THE INSTRUMENT PANEL.","DEALERS WILL REPLACE THE CLOCKSPRING ASSEMBLY. OWNER NOTIFICATION BEGAN JUNE 18, 2001. ALSO SOME 1997-200 MODEL YEAR VEHICLES THAT, ACCORDING TO WARRANTY RECORDS, HAVE HAD A SUSPECT REPLACEMENT CLOCKSPRING INSTALLED, WILL ALSO BE INCLUDED IN THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/08/2001,01V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V152000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER CONTROL ARM BOLT,SUSPENSION,981,Vehicle,41587,VEHICLE DESCRIPTION: MINIVANS. THE LOWER CONTROL ARM PIVOT BOLT COULD FRACTURE.,"IF THE BOLT FRACTURES, THE LOWER CONTROL ARM COULD SEPARATE FROM THE CROSSMEMBER, CAUSING A LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE THE LEFT AND RIGHT LOWER CONTROL ARM BOLTS AND NUTS. OWNER NOTIFICATION BEGAN APRIL 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -05/08/2001,01V044013,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044013),Volvo Trucks North America,VOLVO TRUCKS/TRW STEERING SYSTEMS/TIE ROD,STEERING,NR (Not Reported),Vehicle,760,"VEHICLE DESCRIPTION: HEAVY DUTY, CLASS 8, TRUCKS EQUIPPED WITH TIE ROD ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586. -05/04/2001,01E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E021000),CHALMERS SUSPENSIONS,CHALMERS/SUSPENSION/TORQUE RODS,SUSPENSION,NR (Not Reported),Equipment,670,"EQUIPMENT DESCRIPTION: CERTAIN 2000 AND POSSIBLE 2001 MODEL YEAR TRUCKS EQUIPPED WITH CHALMERS SUSPENSIONS SHIPPED MAY 8, 2000, TO JUNE 9, 2000, AND SEPTEMBER 19, 2000, TO OCTOBER 6, 2000. THESE VEHICLES MAY HAVE DEFECTIVE FIXED FABRICATED TORQUE RODS WHICH COULD CAUSE LACK OF AXLE RETENTION.","UNDER THESE CONDITIONS, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH.","CHALMERS WILL NOTIFY THE VEHICLE MANUFACTURERS CUSTOMERS AND PERFORM THE REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHALMERS SUSPENSIONS AT 905-624-9750." -05/03/2001,01V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V161000),Honda (American Honda Motor Co.),HONDA/POWER WINDOW,VISIBILITY,NR (Not Reported),Vehicle,10575,"VEHICLE DESCRIPTION: SEDANS EQUIPPED WITH AN ""AUTO-UP"" POWER WINDOW FEATURE ON THE DRIVER'S DOOR. THE DRIVER'S SIDE POWER WINDOW CONTROL UNIT CAN FAIL, AND DEPENDING ON THE FAILURE MODE, THE WINDOW COULD BECOME INOPERATIVE, OPEN OR CLOSE INDEPENDENT OF SWITCH ACTIVATION, OR THE AUTO-REVERSE SYSTEM MAY NOT OPERATE.",THE AUTO-REVERSE SYSTEM FAILURE COULD RESULT IN OCCUPANT INJURY.,"DEALERS WILL REPLACE THE POWER WINDOW CONTROL UNIT. OWNER NOTIFICATION BEGAN MAY 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ACURA AT 1-800-999-1009." -05/03/2001,01V059002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V059002),"NEW FLYER OF AMERICA, INC.",NEW FLYER/ARVINMERITOR/BRAKE ROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,147,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ARVINMERITOR ""W-SERIES"" AIR-ACTUATED BRAKE CAM ROLLERS. THESE ROLLERS WERE INSTALLED AS ORIGINAL EQUIPMENT AND ALSO SOLD AS REPLACEMENT PARTS. THE AFFECTED BRAKE ROLLERS MAY FRACTURE IF SUBJECTED TO HIGH APPLICATION LOADINGS.","IF ONE OR MORE OF THE AFFECTED BRAKE ROLLERS FRACTURE, PROPER BRAKE APPLICATION COULD BE COMPROMISED, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL INSPECT BRAKE ROLLERS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION BEGAN MAY 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-982-8181." -05/03/2001,01V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V157000),"Volkswagen Group of America, Inc.",VW/FUEL SENDING UNITS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,70000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SULFUR IN FUEL INTERACTS WITH CERTAIN ADDITIVES FOUND IN WIDELY AVAILABLE GASOLINE CAUSING SULFUR TO BECOME DEPOSITED ON THE CONTACT POINTS OF THREE FUEL SENDING UNITS MOUNTED INSIDE THE FUEL TANK. THIS COULD CAUSE THE FUEL GAUGE TO READ FULL WHILE THE FUEL TANK MAY NOT IN FACT BE FULL OR COULD BE EMPTY.,RUNNING OUT OF FUEL WITHOUT WARNING WHILE THE FUEL GAUGE INDICATES THAT THERE IS SUFFICIENT FUEL IN THE TANK LEAD TO SAFETY PROBLEMS.,"DEALERS WILL REMOVE THE EXISTING FUEL LEVEL SENDING UNITS AND REPLACE THEM WITH FUEL LEVEL SENDING UNITS USING A NEW ALLOY COMPOSED OF GOLD, SILVER, AND A SMALL AMOUNT OF NICKEL, WHICH WILL NOT CHEMICALLY REACT WITH SULFUR. VW/AUDI WILL ALSO CALL BACK VEHICLES THAT WERE REPAIRED UNDER A PREVIOUS RECALL LAST JUNE IN ORDER TO INSTALL THE UPDATED FUEL SENDING UNITS NHTSA 00V137/AUDI LB). OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AUDI AT 1-866-892-2834." -05/02/2001,01V139002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V139002),ATHEY PRODUCTS CORP.,ATHEY/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,251,VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ATHEY AT 1-919-556-5171. -05/01/2001,01V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V150000),Harley-Davidson Motor Company,HARLEY DAVIDSON/BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,211,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A BRAKE SYSTEM THAT COULD CONTAIN OUT OF SPECIFICATION BRAKE FLUID.,"THIS CONDITION COULD CAUSE A LOSS OF BRAKING EFFECTIVENESS, INCREASING THE RISK OF A CRASH.","DEALERS REPLACED THE BRAKE FLUID IN THESE MOTORCYCLES. SINCE ALL THE VEHICLES HAVE BEEN CONTAINED OR TRANSPORTED TO HARLEY-DAVIDSON FACILITIES, THIS CAMPAIGN IS 100% COMPLETED." -05/01/2001,01V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V156000),Kia Motors America,KIA/SIDE AIR BAG WIRE HARNESS,AIR BAGS,SC020,Vehicle,16231,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SIDE AIR BAG WIRE HARNESS FOR THE DRIVER POSITION COULD BE MIS-ROUTED, WHICH COULD RESULT IN IT BEING PINCHED OR CUT BY THE SEAT CUSHION TILT MECHANISM.",DAMAGE TO THE WIRE HARNESS COULD RESULT IN THE SIDE AIR BAG NOT DEPLOYING IN AN ACCIDENT.,"DEALERS WILL CHECK FOR PROPER ROUTING OF THE SIDE AIR BAG WIRE HARNESS AND SECURE IT IN PLACE WITH A PLASTIC TIE-WRAP. IF THE WIRE HARNESS IS DAMAGED, IT WILL BE REPLACED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -05/01/2001,01V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V148000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/BRAKE ROTORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2039,"VEHICLE DESCRIPTION: MOTORCYCLES. THREADED FASTENERS USED TO ATTACH THE BRAKE ROTORS TO THE FRONT AND REAR WHEEL ASSEMBLIES COULD FAIL DUE TO HYDROGEN EMBRITTLEMENT. THE FAILURE COULD OCCUR UNDER THE HEAD OF THE FASTENER IF A CRACK DEVELOPS, CAUSING A LOSS OF CLAMP LOAD AND POSSIBLE SEPARATION OF THE HEAD FROM THE THREADED BODY OF THE FASTENERS.",A FASTENER FAILURE WILL REDUCE THE STRENGTH OF THE BOLT ASSEMBLY AND COULD AFFECT THE BRAKING CHARACTERISTICS OF THE VEHICLE.,DEALERS WILL REPLACE THE ROTOR BOLTS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-542-0500. -05/01/2001,01V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V147000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/DRIVE TRAIN,POWER TRAIN,NR (Not Reported),Vehicle,1392,"VEHICLE DESCRIPTION: MOTORCYCLES. THE BACKLASH SPLIT GEAR IN THE PRIMARY DRIVE TRAIN COULD FAIL, CAUSING DAMAGE TO THE CLUTCH AND ADJACENT COMPONENTS.","IF A FAILURE OCCURS, METAL DEBRIS COULD BE SCATTERED THROUGHOUT THE PRIMARY DRIVE TRAIN, CAUSING A LOSS OF POWER TO THE REAR WHEEL.",DEALERS WILL REPLACE THE BACKLASH SPLIT GEAR. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VICTORY AT 1-763-542-0500. -05/01/2001,01V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V155000),Q VALE AUTOMOTIVE GROUP,QVALE/FUEL FILLER INLET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,162,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DURING FIRST PRODUCTION, A METAL OVERFLOW CUP SURROUNDING THE FUEL FILLER INLET WAS INCORRECTLY INSTALLED.","IN THE EVENT OF A CRASH, THE METAL CUP COULD REMAIN ATTACHED TO THE BODY CAUSING THE FUEL FILLER NECK TO BREAK RESULTING IN FUEL SPILLAGE AND THE RISK OF FIRE.","DEALERS WILL REPLACE THE FUEL OVERFLOW CUP. OWNER NOTIFICATION BEGAN MAY 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT QVALE AT 1-800-390-9606." -04/30/2001,01V097005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097005),"Forest River, Inc.",FOREST RIVER/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE NOTIFIED FOREST RIVER CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. AM-SAFE IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330. -04/30/2001,01V140002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140002),"Forest River, Inc.",FOREST RIVER/TRW/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,160,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON SPARTAN CHASSIS EQUIPPED WITH AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS/DRAG LINKS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE DRAG LINK ASSEMBLIES. TRW IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW AT OR FOREST RIVER AT 1-219-533-5934. -04/30/2001,01E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E020000),Haldex Commercial Vehicle Systems,HALDEX/AIR BRAKE RELAY VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,28750,"EQUIPMENT DESCRIPTION: TWO AND FOUR PORT RELAY VALVES MANUFACTURED BETWEEN SEPTEMBER 19, 2000, AND FEBRUARY 10, 2001. THESE VALVES ARE USED TO CONTROL EITHER THE SERVICE BRAKE SYSTEM OR PARK BRAKE SYSTEMS ON TRACTORS, TRUCKS, AND TRAILERS. THE VALVE MAY STICK OPEN WHEN A HIGH- PRESSURE APPLICATION IS RELEASED. THESE VALVES CAN BE IDENTIFIED WITH A DATE CODE ON THE VALVE OF 380K, 390K, 400K, 410K, 420K, 430K, 440K, 450K, 460K, 470K, 480K, 490K, 500K, 510K, 520K, 011K, 021K, 031K, 041K, 051K, OR 061K, AND ARE DARK GREEN IN COLOR.","WHEN THE VALVE STICKS OPEN, IT CAN RESULT IN A TOTAL LOSS OF AIR FROM EITHER THE SERVICE OR THE PARK BRAKE SYSTEM. THE DRIVER MAY LOSE BRAKING ABILITY UNDER A SERVICE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","HALDEX WILL NOTIFY THE FINAL STAGE VEHICLE MANUFACTURERS TO NOTIFY ITS CUSTOMERS TO BRING IN THEIR VEHICLES TO HAVE THE BRAKES REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX BRAKE SYSTEMS AT 816-801-2641." -04/30/2001,01V128005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V128005),MONACO COACH CORPORATION,MONACO/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,3320,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"DEALERS WILL INSPECT THE LAP BELTS AND, IF NECESSARY, REPLACE IT WITH A NEW BELT ASSEMBLY. AM-SAFE IS CONDUCTING THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE AT 219-266-8330 OR MONACO AT 219-862-7211." -04/30/2001,01V033006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033006),"NEW FLYER OF AMERICA, INC.",NEW FLYER/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2100,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",DEALERS WILL INSPECT THE BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED BY VANNER. NEW FLYER IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER AT 1-800-227-6937 OR NEW FLYER AT 1-204-982-8413. -04/30/2001,01V128004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V128004),"Winnebago Industries, Inc.",WINNEBAGO/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,4370,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"DEALERS WILL INSPECT THE LAP BELTS AND, IF NECESSARY, REPLACE IT WITH A NEW BELT ASSEMBLY. OWNER NOTIFICATION BEGAN MAY 25, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE AT 1-219-266-8330 OR WINNEBAGO AT 1-641-585-6939." -04/27/2001,01V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V144000),Ford Motor Company,FORD/SEAT BELT BUCKLES,SEAT BELTS,01S16,Vehicle,4567,VEHICLE DESCRIPTION: PASSENGER CARS. THE SEAT BELT BUCKLE TONGUE MAY NOT FULLY EJECT FROM THE BUCKLE ASSEMBLY WHEN THE RELEASE BUTTON IS PUSHED SLOWLY. THIS CONDITION COULD ALSO RESULT IN A PARTIAL LATCH OF THE TONGUE IN THE BUCKLE.,"IN THE EVENT OF A VEHICLE CRASH, THE VEHICLE OCCUPANT MAY NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","DEALERS WILL REPLACE THE DRIVER AND RIGHT FRONT PASSENGER SEAT BELT BUCKLES. OWNER NOTIFICATION BEGAN MAY 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -04/27/2001,01V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V146000),"Suzuki Motor USA, LLC",SUZUKI/FUEL PIPE/FUEL HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,59888,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. UNDER TEMPERATURES BELOW -25 DEGREES, MOISTURE CAN FREEZE IN THE FUEL PRESSURE REGULATOR. FUEL SYSTEM PRESSURE COULD INCREASE AT THE TIME OF ENGINE START UP, CAUSING FUEL LOSS AT THE FUEL PIPE/FUEL HOSE CONNECTION.",FUEL LOSS IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A REDESIGNED INTAKE MANIFOLD VACUUM UNION AND A NEW FUEL PRESSURE REGULATOR. OWNER NOTIFICATION BEGAN JUNE 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUZUKI AT 1-800-934-0934." -04/26/2001,01V145001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V145001),IC CORPORATION,AMTRAN/FMVSS 111/REAR VIEW MIRROR,VISIBILITY,NR (Not Reported),Vehicle,603,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH ROSCO CROSS OVER MIRRORS. THE POSITION OF THE DRIVER'S REAR VIEW MIRROR DOES NOT ALLOW COMPLETE VISIBILITY OF PEDESTRIANS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS.""",A PEDESTRIAN COULD BE INJURED OR KILLED IF THE DRIVER OF THE SCHOOL BUS CANNOT SEE THEM.,"AMTRAN WILL NOTIFY OWNERS WITH INSTRUCTIONS TO REPOSITION THE DRIVER'S REAR VIEW MIRROR UP 3 1/8 INCHES. OWNER NOTIFICATION BEGAN JUNE 4, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 501-505-2190." -04/26/2001,01C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01C019000),"Evenflo Company, Inc.",EVENFLO/UNEXPECTED CARRY HANDLE RELEASE,CHILD SEAT,NR (Not Reported),Child Seat,3756910,"EQUIPMENT DESCRIPTION: EVENFLO JOYRIDE INFANT RESTRAINTS MANUFACTURED AND SOLD IN THE UNITED STATES FROM JANUARY 1988 THROUGH DECEMBER 1998 MODEL NUMBERS BEGINNING WITH 203, 205, 210, 435, AND 493. WHEN THE INFANT RESTRAINT IS USED AS A CARRIER (OUTSIDE OF A MOTOR VEHICLE), THE HANDLE LOCKS ON EACH SIDE OF THE RESTRAINT CAN UNEXPECTEDLY RELEASE, CAUSING THE SEAT TO FLIP FORWARD. THE JOYRIDE INFANT RESTRAINT WAS SOMETIMES SOLD TOGETHER WITH A DETACHABLE CONVENIENCE BASE AS A TRAVEL TANDEM, AND WAS SOMETIMES SOLD AS A TRAVEL SYSTEM (TOGETHER WITH A MATCHING STROLLER.)","IF THE CARRY HANDLE WERE TO UNEXPECTEDLY RELEASE, THE CHILD COULD BE THROWN TO THE GROUND, POSSIBLY RESULTING IN SERIOUS INJURY OR DEATH.","EVENFLO WILL NOTIFY AND PROVIDE CUSTOMERS WITH A FREE REPAIR KIT AND INSTALLATION INSTRUCTIONS. NOTIFICATION WILL BE AUTOMATICALLY SENT TO THOSE CUSTOMERS WHO RETURNED A COMPLETED PRODUCT REGISTRATION CARD TO EVENFLO. EVENFLO WILL ISSUE A PRESS RELEASE ADVISING THE PUBLIC OF THE CAMPAIGN, AND WILL ESTABLISH A WEB SITE AND TOLL FREE HOTLINE TO REGISTER CONSUMERS FOR DISTRIBUTION OF FREE KITS. EVENFLO WILL ALSO PROVIDE POSTERS TO RETAIL ESTABLISHMENTS ANNOUNCING THE CAMPAIGN, AND WILL POST THE CAMPAIGN INFORMATION ON ITS WEB SITE. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EVENFLO COSTUMER SERVICE AT 800-233-5921." -04/26/2001,01V145002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V145002),A. GIRARDIN INC.,GIRARDIN/FMVSS 111/REAR VIEW MIRROR,VISIBILITY,01-002-CM,Vehicle,771,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH ROSCO CROSS OVER MIRRORS. THE POSITION OF THE DRIVER'S REAR VIEW MIRROR DOES NOT ALLOW COMPLETE VISIBILITY OF PEDESTRIANS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS.""",A PEDESTRIAN COULD BE INJURED OR KILLED IF THE DRIVER OF THE SCHOOL BUS CANNOT SEE THEM.,GIRARDIN WILL NOTIFY OWNERS AND PROVIDE A RETROFIT KIT FREE OF CHARGE AND INSTRUCTIONS THAT WILL EXTEND THE RIGHT HAND MIRROR BY 4 INCHES. OWNER NOTIFICATION BEGAN JANUARY 2002. OWNERS WHO DO NOT RECEIVE THE RETROFIT KIT AND INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT GIRARDIN AT 1-819-477-8222. -04/25/2001,01E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E018000),ADVANCED ENGINE MANAGEMENT,AEM/AIR BYPASS VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,3000,"EQUIPMENT DESCRIPTION: AIR BYPASS VALVES PART NOS. 20-401, 20-402, AND 20-403, SOLD BETWEEN AUGUST 1, 2000, AND JANUARY 31, 2001, FOR INSTALLATION ON PASSENGER VEHICLES TO PREVENT INGESTION OF WATER INTO THE ENGINE. THE VALVES ARE CONSTRUCTED OF TWO PLASTIC PIECES SONICALLY WELDED WITH A SILICON DIAPHRAGM AND FOAM SPRING. THE WELD SEAM CAN CRACK UNDER HIGH STRESS LOADS AND THE VALVE'S INTERNAL DIAPHRAGM AND SPRING MAY BE INGESTED INTO THE THROTTLE BODY, WHICH IN TURN, MAY CAUSE THE THROTTLE TO STICK OPEN.","IF THE THROTTLE IS UNABLE TO RETURN TO THE CLOSED POSITION, THE DRIVER MAY LOSE CONTROL OF THE VEHICLE POSSIBLY RESULTING IN A VEHICLE CRASH.","AEM WILL NOTIFY AND PROVIDE TO ITS CUSTOMERS A FREE RETAINING CLIP TO PREVENT INGESTION OF THE DIAPHRAGM/FOAM PIECES INTO THE THROTTLE BODY SHOULD THE VALVE SEPARATE. OWNER NOTIFICATION BEGAN APRIL 26, 2001. OWNERS WHO DO NOT RECEIVE THE FREE CLIP WITHIN A REASONABLE TIME SHOULD CONTACT AEM AT 310-484-2322X500." -04/24/2001,01V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V118000),A. GIRARDIN INC.,GIRARDIN/AIR BAG DEPLOYMENT,AIR BAGS,01-001-AB,Vehicle,995,"VEHICLE DESCRIPTION: COMMERCIAL AND SCHOOL BUS BODY MINIBUSES. THE INNER BODY PANEL COULD CONTACT AND DAMAGE THE WIRING HARNESS BY THE DRIVER'S SEAT. IF THE WIRES ARE DAMAGED, AND A CONTACT BETWEEN THOSE WIRES OCCURS, THE AIR BAG COULD INADVERTENTLY DEPLOY.",UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,OWNERS WILL BE PROVIDED WITH REPAIR INSTRUCTIONS AND WILL BE REIMBURSED FOR LABOR COSTS INVOLVED. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GIRARDIN AT 1-819-477-8222. -04/24/2001,01V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V136000),"General Motors, LLC",GM/FMVSS 301/FUEL RETURN LINE,"FUEL SYSTEM, GASOLINE",01035,Vehicle,126745,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A 3.4L ENGINE AND NON-ANTILOCK BRAKING SYSTEM (ABS). THESE VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" A FUEL RETURN LINE CAN BECOME SEVERED IN A FRONTAL COLLISION, RESULTING IN FUEL SPILLAGE.","IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD OCCUR.","DEALERS WILL INSTALL A BRAKE MASTER CYLINDER BRACKET THAT WILL MAINTAIN POSITIONING OF THE FUEL LINE IN A FRONTAL CRASH. OWNER NOTIFICATION BEGAN JUNE 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020." -04/24/2001,01V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V142000),PACCAR Incorporated,PACCAR/KENWORTH/PART 567/GAWR,EQUIPMENT,701-J/01KW04,Vehicle,14,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR FG941 STEER AXLES. THE GROSS AXLE WEIGHT RATING (GAWR) WAS DETERMINED INCORRECTLY AND OVER-STATED ON THE VEHICLE CERTIFICATION LABEL. WITH THE INCORRECT GAWR LISTED, THESE LABELS DO NOT MEET THE CERTIFICATION REQUIREMENTS OF PART 567, ""REQUIREMENTS FOR MANUFACTURERS OF MOTOR VEHICLES."" VEHICLES WILL BE REMEDIED EITHER BY ASSIGNING THE PROPER WEIGHT RATING OR, IF POSSIBLE, BY CHANGING THE NECESSARY COMPONENTS TO MEET THE CURRENTLY ASSIGNED WEIGHT RATING.",THESE VEHICLES WOULD NOT BE IN COMPLIANCE WITH FEDERAL REGULATIONS.,"VEHICLES WILL BE REMEDIED EITHER BY ASSIGNING THE PROPER WEIGHT RATING OR, IF POSSIBLE, BY CHANGING THE NECESSARY COMPONENTS TO MEET THE CURRENTLY ASSIGNED WEIGHT RATING. OWNER NOTIFICATION BEGAN JUNE 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -04/23/2001,01V141001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V141001),E-One Incorporated,E-ONE/ARVINMERITOR/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Vehicle,7,"VEHICLE DESCRIPTION: AIRCRAFT RESCUE FIRE FIGHTING TRUCKS EQUIPPED WITH ARVINMERITOR AXLES BUILT WITH TRW TIE ROD BALL-SOCKET BEARINGS, PART NO. TRW 24 DL. THESE BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.","E-ONE WILL NOTIFY CUSTOMERS AND REPLACE THE TIE ROD ENDS. OWNER NOTIFICATION BEGAN JUNE 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 517-647-0409 OR E-ONE AT 1-352-237-1122." -04/23/2001,01V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V138000),Great Dane Trailers,GREAT DANE/FMVSS 121/ELECTRICAL CONNECTOR,TRAILER HITCHES,NR (Not Reported),Vehicle,131,"VEHICLE DESCRIPTION: TRAILERS. THESE TRAILERS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THESE TRAILERS FAIL TO PROVIDE PRIMARY CONTINUOUS POWER TO THE REAR PINTLE HOOK ELECTRICAL CONNECTOR FOR THE ANTI-LOCK BRAKING SYSTEM AS REQUIRED BY THE STANDARD.","A NON-FUNCTIONING TRAILER ABS COULD ALLOW THE TRAILER TO SKID, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A WIRING HARNESS WHICH WILL BE RUN FROM THE FRONT NOSE ELECTRICAL CONNECTOR TO THE PINTLE HOOK ELECTRICAL CONNECTOR. OWNER NOTIFICATION IS EXPECTED TO BEGIN JULY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GREAT DANE AT 1-912-644-2100." -04/23/2001,01V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V133000),Honda (American Honda Motor Co.),HONDA/PULSE ROTOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8107,"VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH A NEWLY DESIGNED PULSE ROTOR. THE CRANKSHAFT PULSE ROTOR, A DEVICE USED FOR IGNITION TIMING, COULD FAIL AND CAUSE THE ENGINE TO STALL.",THIS SUDDEN LOSS OF ENGINE POWER COULD LEAD TO A CRASH.,"DEALERS WILL INSTALL A REDESIGNED PULSE ROTOR. OWNER NOTIFICATION BEGAN APRIL 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HONDA AT 1-800-999-1009." -04/20/2001,01V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V135000),PLEASURE-WAY INDUSTRIES LTD.,PLEASURE WAY/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1197,VEHICLE DESCRIPTION: MOTOR HOMES. THE REAR BRAKE LINE MAY NOT BE PROPERLY FASTENED TO THE REAR AXLE IN THE ORIGINAL LOCATION. OVER TIME THIS COULD CAUSE FAILURE OF THE REAR BRAKING SYSTEM.,"THIS CONDITION CAN RESULT IN DIMINISHED BRAKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR AXLE BRAKE LINES TO ENSURE THEY ARE PROPERLY CLIPPED TO THE REAR AXLE, HAVE NOT BEEN DEFORMED, AND THAT THERE IS NO INTERFERENCE BETWEEN THE BRAKE LINES AND ANY OF THE REAR AXLE OR SUSPENSION COMPONENTS. IF THERE IS ANY DEVIATION FROM THE FACTORY LINE ROUTING AND FASTENING OR IF ANY OTHER DAMAGE, INTERFERENCE OR DEFORMATION IS APPARENT, DEALERS WILL RE-ALIGN, SECURE, AND REPLACE THE LINES IF NECESSARY. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PLEASURE WAY AT 1-306-934-6578." -04/20/2001,01E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E017000),"TRW Automotive, Inc.",TRW/SEAT BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Equipment,72,"EQUIPMENT DESCRIPTION: RH AIR RIDE SEAT BELT ASSEMBLIES MANUFACTURED BY TRW BETWEEN AUGUST 1, 2000, AND APRIL 30, 2001, PRODUCED FOR INSTALLATION ON FORD H215 TRUCK PLATFORMS (F650/F750) IN WHICH THE RETRACTOR WAS DESIGNED TO REDUCE THE POTENTIAL FOR ""NUISANCE"" LOCK UPS FROM OCCURRING. WITH THIS DESIGN, IT IS POSSIBLE THAT AN INCREASED PAWL TO CAM GAP COULD RESULT IN NO LOCKS UNDER THE CONDITIONS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE VEHICLE OCCUPANTS WOULD NOT BE PROPERLY RESTRAINED, POSSIBLY RESULTING IN PERSONAL INJURY OR DEATH.","TRW WILL NOTIFY ITS CUSTOMERS TO HAVE THE SEAT BELT ASSEMBLIES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN IN DECEMBER 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW AT 810-781-7200." -04/18/2001,01E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E016000),Lotus Cars Limited,LOTUS/REPLACEMENT SEAT BELT ASSEMBLIES,AIR BAGS,NR (Not Reported),Equipment,520,"EQUIPMENT DESCRIPTION: MODEL YEAR 1997 THROUGH 2001 LOTUS ESPRIT VEHICLES BUILT BETWEEN SEPTEMBER 1, 1995, AND MARCH 31, 2001. A REPLACEMENT PASSENGER SEAT BELT ASSEMBLY COULD HAVE BEEN INSTALLED IN CERTAIN VEHICLES THAT DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THESE SEAT BELT ASSEMBLIES WERE MANUFACTURED WITHOUT A LAP PORTION THAT IS LOCKABLE SO AS TO SECURE A CHILD SAFETY SEAT.","IF AN INCORRECT BELT WAS INSTALLED, THE SEAT BELT WILL NOT BE CAPABLE OF SECURING A CHILD SEAT, WHICH COULD RESULT IN DEATH OR SERIOUS INJURY TO THE SEAT OCCUPANT.","CUSTOMERS ARE BEING INSTRUCTED TO BRING THEIR CARS INTO THEIR LOCAL DEALER FOR A FREE REPLACEMENT BELT ASSEMBLY. OWNER NOTIFICATION BEGAN APRIL 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT LOTUS CARS USA AT 1-800-245-6887." -04/17/2001,00V230102,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V230102),"COACHMEN INDUSTRIES, INC.",COACHMEN/FREIGHTLINER/ELECTRONIC ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS BUILT WITH CATERPILLAR ENGINES AND EQUIPPED WITH FELSTED ELECTRONIC ACCELERATOR PEDALS. THE RETURN SPRINGS CAN BREAK ON THE ACCELERATOR PEDALS THAT ARE EQUIPPED WITH STAINLESS STEEL OR ELECTROPLATED MUSIC WIRE RETURN SPRINGS.,"THIS CONDITION COULD CAUSE THE PEDAL TO GO TO FULL THROTTLE IF BOTH RETURN SPRINGS BREAK, INCREASING THE RISK OF A CRASH.","REPLACEMENT ACCELERATOR PEDALS EQUIPPED WITH RETURN SPRINGS MANUFACTURED OF MUSIC WIRE WITH ONE ADDITIONAL COIL ON EACH SPRING AND WITH AN ORGANIC COATING, ELIMINATING ELECTROPLATING WILL BE INSTALLED." -04/17/2001,01V044009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044009),"General Motors, LLC",GM/TRW STEERING SYSTEMS/TIE ROD,STEERING,01030,Vehicle,6386,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS AND SCHOOL BUS CHASSIS EQUIPPED WITH TIE ROD ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN APRIL 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -04/17/2001,01V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V137000),Pierce Manufacturing,PIERCE/AIR VALVE,"SERVICE BRAKES, AIR",74B18,Vehicle,1046,"VEHICLE DESCRIPTION: REAR WHEEL DRIVE FIRE TRUCKS EQUIPPED WITH MIDLAND TWO-WAY CHECK VALVES. THESE VALVES CAN DETERIORATE IN HIGH CYCLE USE, AND DO NOT MEET THE SAE J1410 RECOMMENDATIONS FOR PNEUMATIC VALVES DESIGNED TO OPERATE IN COMMERCIAL AIR BRAKE VEHICLES.",THE LOSS OF AIR CAN CAUSE A LOSS OF FRONT BRAKES INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL REPLACE THE DOUBLE CHECK VALVES ON THESE VEHICLES. OWNER NOTIFICATION BEGAN MAY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PIERCE AT 1-888-974-3723." -04/17/2001,01V097001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097001),"SAFARI MOTOR COACHES, INC.",SAFARI/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,828,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES BUILT ON DODGE VAN CHASSIS AND EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE BETWEEN JANUARY 28 AND AUGUST 15, 2000. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"DEALERS WILL REPAIR THE SEAT BELTS. OWNER NOTIFICATION BEGAN AUGUST 31, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330 OR SMC AT 1-800-344-6332." -04/17/2001,01V130001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V130001),"SAFARI MOTOR COACHES, INC.",SMC/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1438,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.",THIS COULD DISABLE THE ANTI-LOCK FUNCTION ON THE AFFECTED WHEEL WITHOUT PROVIDING THE REQUIRED OPERATOR WARNING THAT THE ABS FUNCTION REQUIRES SERVICING.,THE ABS ECU WILL BE REMOVED AND REPLACED ON THESE MOTOR HOMES. MERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY SCHEDULING FOR THIS CAMPAIGN. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING APRIL/MAY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 1-800-535-5560. -04/16/2001,01V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V132000),"COACHMEN INDUSTRIES, INC.",COACHMEN/WRONG LOAD RANGE TIRES,TIRES,NR (Not Reported),Vehicle,18,"VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE WRONG LOAD RANGE TIRES WERE INADVERTENTLY INSTALLED. AFFECTED UNITS WILL HAVE LOAD RANGE ""B"" TIRES INSTEAD OF THE REQUIRED LOAD RANGE ""C"" TIRES.","IF THE TRAVEL TRAILER WAS LOADED TO A WEIGHT THAT EXCEEDED THE CAPACITY OF THE TIRES, A TIRE FAILURE COULD OCCUR, RESULTING IN A LOSS OF CONTROL.","DEALERS WILL INSTALL LOAD RANGE ""C"" TIRES ON AFFECTED VEHICLES. OWNER NOTIFICATION BEGAN MAY 18, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COACHMEN AT 1-219-825-5821." -04/16/2001,01E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E015000),NORDSKOG PERFORMANCE PRODUCTS,NORDSKOG/FUEL PRESSURE SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,100,"EQUIPMENT DESCRIPTION: CERTAIN FUEL PRESSURE SENDING UNITS IDENTIFIED AS INTELLITRONIX PART NUMBERS ITC-S8434, ITC-TH8434 AND UNDER THE NORDSKOG PERFORMANCE PRODUCTS PART NUMBER NRD-S8434. THESE UNITS MAY HAVE BEEN INCORRECTLY PACKAGED AND SHIPPED TO DISTRIBUTORS FOR USE ON PASSENGER VEHICLES. THE SENDING UNITS MAY ALLOW FUEL TO LEAK.","IN THE PRESENCE OF AN IGNITION SOURCE, A VEHICLE FIRE COULD OCCUR POSSIBLY CAUSING PERSONAL INJURY OR DEATH.","DISTRIBUTORS ARE BEING NOTIFIED TO RETURN ANY UNSOLD UNITS TO THEM AND CUSTOMERS WILL BE PROVIDED WITH A NEW UNIT FREE OF CHARGE. OWNER NOTIFICATION BEGAN APRIL 28, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORDSKOG PERFORMANCE PRODUCTS AT 805-483-2411." -04/16/2001,01V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V096000),"Rolls-Royce Motor Cars, Ltd.",ROLLS-ROYCE/FUEL VAPOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,408,VEHICLE DESCRIPTION: PASSENGER VEHICLES. FUEL VAPORS STORED IN THE VEHICLE'S EVAPORATIVE EMISSION CONTROL SYSTEM COULD ENTER A BODY CAVITY BEHIND THE ROCKER PANEL ON THE DRIVER'S SIDE.,"IF VAPOR IS EMITTED AND COLLECTS IN THE CAVITY, THE RESULTING AIR/VAPOR MIXTURE COULD BE IGNITED IF THE CENTRAL WINDOW OPERATING MECHANISM IS ACTIVATED.","DEALERS WILL INSTALL A PLATED MILD STEEL EXTENSION PIPE TO THE LEAK DETECTION FILTER OF THE VEHICLE WHICH WILL ENSURE THAT ANY VAPOR EMANATING FROM THE EVAPORATIVE EMISSION CONTROL SYSTEM IS VENTED TO THE OUTSIDE OF THE VEHICLE. OWNER NOTIFICATION BEGAN APRIL 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ROLLS-ROYCE AT 1-800-777-6923." -04/15/2001,01I005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I005000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/SIDE AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,2038,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2000 SLK AND E-CLASS VEHICLES. SIDE AIR BAG DEPLOYMENTS HAVE OCCURRED WHEN THE VEHICLE IS LEFT PARKED IN HIGH TEMPERATURES DURING WARMER MONTHS.",,"MERCEDES-BENZ DEALERS WILL REPLACE THE SIDE AIR BAG FREE OF CHARGE. MERCEDES-BENZ HAS DECIDED TO CONDUCT A SERVICE CAMPAIGN TO REPLACE THE SIDE AIR BAG. OWNERS CAN CONTACT MERCEDES-BENZ AT 1-800-367-6372, CONCERNING THIS PROGRAM." -04/13/2001,01V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V117000),FREIGHTLINER LLC,FREIGHTLINER/BACK-UP BRAKE PUMP WIRING,ELECTRICAL SYSTEM,FL-283,Vehicle,1354,"VEHICLE DESCRIPTION: STEP VANS. THE BACK-UP BRAKE PUMP WAS WIRED TO A 25 AMP FUSED CIRCUIT INSTEAD OF THE REQUIRED 50 AMP FUSED CIRCUIT. IF THE BACK-UP HYDRAULIC BRAKE PUMP WERE TO ENGAGE DUE TO A FAILURE IN THE PRIMARY BRAKE ASSIST SYSTEM OR THE BRAKES ARE APPLIED WITHOUT THE ENGINE RUNNING, THE FUSE COULD BLOW.","THIS RESULTS IN A LOSS OF POWER ASSIST TO THE BRAKE SYSTEM, INCREASING THE RISK OF A CRASH.","DEALERS WILL REWIRE THE BACK-UP BRAKE PUMP CIRCUIT. OWNER NOTIFICATION BEGAN JULY 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -04/13/2001,01V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V116000),FREIGHTLINER LLC,FREIGHTLINER/ELECTRICAL RELAY CORROSION,ELECTRICAL SYSTEM,FL-278,Vehicle,1400,VEHICLE DESCRIPTION: STEP VANS. WATER COULD ENTER THE ELECTRICAL RELAYS RESULTING IN AN ELECTRICAL SHORT.,THIS COULD POTENTIALLY CAUSE AN ELECTRICAL FIRE.,"DEALERS WILL INSTALL A NEW SEALED RELAY AND FUSE BOX WITH SEALED RELAYS. OWNER NOTIFICATION BEGAN JULY 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -04/13/2001,01V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V115000),FREIGHTLINER LLC,FREIGHTLINER/THROTTLE CONTROL,VEHICLE SPEED CONTROL,FL-282,Vehicle,6003,"VEHICLE DESCRIPTION: RECREATIONAL VEHICLE CHASSIS. A LOSS OF THROTTLE CONTROL (ENGINE WILL RETURN TO IDLE) COULD OCCUR WHEN THE EXHAUST BRAKE HAS BEEN ACTIVATED, THE BRAKES ARE APPLIED, AND THE VEHICLE IS COMING TO A STOP.","A LOSS OF THROTTLE CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPROGRAM THE ENGINE CONTROL MODULE. OWNER NOTIFICATION BEGAN MAY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -04/13/2001,01V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V131000),PACCAR Incorporated,PACCAR/RFIM ELECTRICAL,ELECTRICAL SYSTEM,401-D,Vehicle,1449,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THESE VEHICLES ARE EQUIPPED WITH PETERBILT'S SMARTGAGE SYSTEM CONTAINING A REDUCED FUNCTION INTERFACE MODULE (RFIM). THIS MODULE RECEIVES DATA FROM VARIOUS COMPONENTS/SYSTEMS ON THE VEHICLE THEN SENDS THE INFORMATION TO A MICROPROCESSOR. A MANUFACTURING DEFECT IN THE RFIM'S CAN ALLOW WATER TO PENETRATE INTO THE PRESSURE BLOCK PORTION OF THE MODULE, CAUSING AN ELECTRICAL SHORT IN THE PRESSURE TRANSDUCER CONNECTOR.",THIS RESULTS IN AN ERRONEOUS AIR PRESSURE READING ON THE GAUGE IN THE DASH.,"THE RFIM DATE CODE WILL BE INSPECTED AND ALL RFIM'S BUILT PRIOR TO SEPTEMBER 9, 2000 WILL BE REPLACED. OWNER NOTIFICATION BEGAN JUNE 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000." -04/12/2001,01V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V126000),"General Motors, LLC",GM/FRONT LOWER CONTROL ARM BRACKET,SUSPENSION,01034,Vehicle,30476,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. UNDER CERTAIN CIRCUMSTANCES THE FRONT LOWER CONTROL ARM BRACKETS MAY FRACTURE. THIS FRACTURE COULD RESULT IN SEPARATION OF THE FRONT LOWER CONTROL ARM FROM THE FRAME.,"A SEPARATION COULD RESULT IN LOSS OF VEHICLE CONTROL, RESULTING IN A CRASH.","DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT LOWER CONTROL ARM BRACKETS. OWNER NOTIFICATION BEGAN BY TELEPHONE ON APRIL 4, 2001. THE FOLLOWUP LETTER TO CONSUMERS WAS MAILED MAY 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, OLDSMOBILE AT 1-800-442-6537, OR GMC AT 1-800-462-8782." -04/11/2001,01V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V119000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 209/RETRACTOR,SEAT BELTS,978,Vehicle,161682,"VEHICLE DESCRIPTION: CERTAIN VAN, WAGON, PICKUP TRUCKS, PASSENGER AND SPORT UTILITY VEHICLES, FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THE FRONT SEAT BELT RETRACTOR MAY NOT COMPLY WITH THE REQUIREMENTS OF THE STANDARD.","IF THE RETRACTOR DOES NOT WORK PROPERLY, IT WILL NOT ADEQUATELY PROTECT OCCUPANTS IN THE EVENT OF A CRASH.","DEALERS WILL REPLACE THE SEAT BELT RETRACTOR. OWNER NOTIFICATION BEGAN AUGUST 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/11/2001,01V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V120000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT HARNESS,SEAT BELTS,979,Vehicle,615,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH RACING OPTION (ACR OR GT2). THE 5-POINT RACING SEAT BELT HARNESS, WHICH IS OPTIONAL EQUIPMENT ON THE VIPER MAY NOT MEET THE VOLUNTARY LOAD SPECIFICATIONS SET FORTH BY THE FIA (FEDERATION INTERNATIONALE DE L'AUTOMOBILE).","IN THE EVENT OF A CRASH, THE HARNESS MAY NOT PROPERLY RESTRAIN AN OCCUPANT, INCREASING THE RISK OF PERSONAL INJURY.","THE 5-POINT RACING HARNESS WILL BE REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 25, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -04/11/2001,01V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V121000),Ford Motor Company,FORD/BALL JOINT ASSEMBLY,SUSPENSION,01S15,Vehicle,8100,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE BALL JOINT ASSEMBLY IN THE REAR KNUCKLE, WHERE THE LOWER CONTROL ARM ATTACHES, IS DISPLACED LONGITUDINALLY FROM ITS INSTALLED POSITION, IT CAN CAUSE HIGHER STRESS LEVELS IN THE KNUCKLE CASTING. IF THIS OCCURS, THE CASTING COULD FRACTURE, ALLOWING THE CORNER OF THE VEHICLE TO DROP, AND THE LOWER CONTROL ARM COULD CONTACT THE INSIDE OF THE REAR WHEEL.","IN SOME CASES, DIRECTIONAL CONTROL OF THE VEHICLE COULD BE REDUCED.","DEALERS WILL REPLACE BOTH REAR SUSPENSION KNUCKLES. OWNER NOTIFICATION BEGAN APRIL 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -04/11/2001,01V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V124000),"General Motors, LLC",GM/MISLABELED SEAT BELTS,SEAT BELTS,01020,Vehicle,1016,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. MISLABELED SEAT BELTS INTENDED FOR 2-DOOR MODEL VEHICLES WERE INSTALLED IN THE 4-DOOR FRONT PASSENGER SEAT BELT LOCATION. FOR THE PASSENGER SEAT SAFETY BELT, IF THE CHILD SEAT MODE HAS BEEN ENGAGED OR THE BELT IS EXTENDED DURING NORMAL USE AND THEN RETRACTED, THE BELT CANNOT BE EXTENDED AGAIN AND IS UNUSABLE. THE RESET FUNCTION TO NORMAL EMERGENCY MODE DOES NOT WORK BECAUSE THE 2-DOOR BELT WEBBING IS SHORTER.","IN A CRASH, AN UNBELTED OCCUPANT COULD RECEIVE SEVERE INJURIES.","DEALERS WILL INSPECT AND REPLACE INCORRECT SEAT BELT ASSEMBLIES. OWNER NOTIFICATION BEGAN MAY 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020." -04/10/2001,01I010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I010000),Ford Motor Company,FORD/LIFTGATE GLASS BRACKET,VISIBILITY,NR (Not Reported),Vehicle,50224,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2002 FORD EXPLORER AND MERCURY MONTAINEER SPORT UTILITY VEHICLES. THE BRACKETS CONNECTING THE LEFT CYLINDERS TO EACH SIDE OF THE LIFTGATE GLASS COULD ROTATE OUT OF POSITION IF EITHER THE URETHANE BOND OR TORQUE ARE NOT SUFFICIENT.","ROTATION OF THE BRACKETS COULD POTENTIALLY CAUSE THE LIFT CYLINDERS TO DETACH FROM THE GLASS OR, IN SOME CASES, COULD POTENTIALLY CAUSE THE LIFTGATE GLASS TO BREAK. EITHER CONDITION IS MOST LIKELY TO OCCUR WHEN THE GLASS IS BEING CLOSED.","FORD DEALERS WILL INSPECT THE VEHICLES FOR THE POSITION OF BOTH THE LEFT AND RIGHT LIFTGATGE GLASS LIFT CYLINDER BRACKETS. IF THE BRACKETS ARE IN THE PROPER POSITION, THE BRACKET RETAINERS WILL BE TIGHTENED TO A HIGHER TORQUE. IN CASES WHERE THE BRACKET IS NOT PROPERLY POSITION, THE BRACKET MUST BE RE-ALIGNED." -04/10/2001,01V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V125000),"General Motors, LLC",GM/FMVSS 120/TIRE PRESSURE LABEL,EQUIPMENT,01021,Vehicle,77485,"VEHICLE DESCRIPTION: CERTAIN 2-WHEEL DRIVE PICKUP TRUCKS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE PROBLEM WAS CAUSED BY A COMPUTER ERROR THAT RESULTED IN THE CERTIFICATION LABEL LISTING TIRE SIZE AND INFLATION PRESSURE INFORMATION THAT DIFFER FROM THE TIRE SIZE AND THE INFLATION PRESSURE INFORMATION FOR THE TIRES ON THE VEHICLE. IF THE VEHICLE OWNER OR SOMEONE SERVICING THE VEHICLE INFLATES THE TIRES ACCORDING TO THE PRESSURE SPECIFIED ON THE LABEL VERSUS THE APPROPRIATE PRESSURE FOR THE TIRES, THE TIRES COULD BE UNDER-INFLATED OR OVER-INFLATED DEPENDING ON THE TIRES MOUNTED ON THE VEHICLE.","IF THE TIRES ARE UNDER-INFLATED, IT COULD REDUCE THE TREAD LIFE OF THE TIRE, AND THE TIRE COULD DEGRADE TO A POINT OF ALLOWING SUDDEN AIR LOSS. IF THE TIRES ARE OVER-INFLATED, IT COULD REDUCE THE TREAD LIFE OF THE TIRE AND INCREASE SUSCEPTIBILITY TO ROAD HAZARD DAMAGE. IF SUDDEN AIR LOSS OR A ROAD HAZARD CAUSES DAMAGE TO A TIRE, CONTROL OF THE VEHICLE COULD BE ADVERSELY AFFECTED AND COULD RESULT IN A VEHICLE CRASH.","OWNERS WILL BE PROVIDED WITH A NEW LABEL AND INSTALLATION INSTRUCTIONS. HOWEVER, A DEALER CAN INSTALL THE LABEL IF THE OWNER SO DESIRES. OWNER NOTIFICATION BEGAN MAY 31, 2001. OWNERS WHO DO NOT RECEIVE THE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -04/10/2001,01V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V123000),"General Motors, LLC",GM/FMVSS 208/AUDIBLE WARNING,SEAT BELTS,01036,Vehicle,461851,"VEHICLE DESCRIPTION: MINI VANS. SOME OF THESE VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" THE ""FASTEN SAFETY-BELT"" AUDIBLE WARNING OCCASIONALLY MAY NOT COME ON OR MAY TERMINATE IN LESS THAN FOUR SECONDS AS REQUIRED BY THE STANDARD.",THIS DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL INSTALL A NEW ALARM MODULE. OWNER NOTIFICATION BEGAN JUNE 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -04/10/2001,01V140001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V140001),"General Motors, LLC",GM/TRW/TIE ROD ASSEMBLY (20EDL),STEERING,01030,Vehicle,6386,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS EQUIPPED WITH AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. OWNER NOTIFICATION BEGAN APRIL 24, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-1020 OR GMC AT 1-800-462-8782." -04/10/2001,01V128001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V128001),"Jayco, Inc.",JAYCO/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,9901035,Vehicle,727,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"DEALERS WILL REPAIR THE SEAT BELTS. OWNER NOTIFICATION BEGAN OCTOBER 23, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JAYCO AT 1-219-825-5861 OR AM-SAFE AT 1-219-266-8330." -04/09/2001,01I015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I015000),"Suzuki Motor USA, LLC",SUZUKI/FUEL SEEPAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18299,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1995-1996 VS800GLS/T AND VS1400GLP INTRUDER MOTORCYCLES. THE FUEL PETCOCK ON SOME MOTORCYCLES CAN SEEP A VERY SMALL AMOUNT OF FUEL FOR A BRIEF PERIOD OF TIME AFTER THE PETCOCK LEVER IS MOVED TO A NEW POSTION.",,DEALERS WILL INSPECT AND REPLACE ANY SEEPING FUEL PETCOCKS AT NO CHARGE TO THE CUSTOMER. -04/06/2001,01V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V109000),"General Motors, LLC",GM/SUNVISOR AIR BAG LABEL,SEAT BELTS,01017,Vehicle,116007,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES, EQUIPPED WITH SUNVISOR LOCATED AIR BAG LABELS, FAIL TO CONFORM TO FEDERAL MOTOR VEHICLES SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION."" THESE VEHICLES HAVE A MESSAGE AREA LESS THAN 30 CM WHICH DOES NOT MEET THE REQUIREMENTS OF THE STANDARD.",THESE VEHICLES DO NOT COMPLY WITH THE STANDARD.,"GM WILL MAIL A NEW BILINGUAL AIR BAG LABEL WITH INSTALLATION INSTRUCTIONS. HOWEVER, THE CUSTOMER MAY BRING THE LABEL TO THEIR DEALER FOR INSTALLATION FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 4, 2001. OWNERS WHO DO NOT RECEIVE THE FREE LABEL AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT OLDSMOBILE AT 1-800-442-6537 OR BUICK AT 1-800-521-7300." -04/06/2001,01E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E014000),GRAND HALL ENTERPRISES,GRAND HALL/PROPANE REGULATOR,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,66000,"EQUIPMENT DESCRIPTION: MODEL 6000 AUTOMATIC CHANGEOVER REGULATORS SOLD IN THE UNITED STATES BETWEEN JANUARY 1996 AND DECEMBER 1999, USED WITH PROPANE-FUELED CAMPING TRAILERS EQUIPPED WITH PROPANE FUEL SOURCE. THESE REGULATORS CONTAIN TWO RUBBER DIAPHRAGMS IN WHICH THE SECOND DIAPHRAGM CAN TEAR UNDER PRESSURE RESULTING IN A PROPANE LEAK.",A POSSIBLE FIRE CAN RESULT IN THE PRESENCE OF AN IGNITION SOURCE.,"GRAND HALL HAS NOTIFIED ITS CUSTOMERS TO RETURN THE MODEL 6000 PROPANE REGULATORS TO THE STORE WHERE THEY WERE PURCHASED FOR A REVISED REGULATOR FREE OF CHARGE. ON BEHALF OF GRAND HALL, EMERALD ISLE WILL BE CONDUCTING THE REMEDY CAMPAIGN. OWNER NOTIFICATION BEGAN FEBRUARY 8, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EMERALD ISLE TOLL-FREE AT 866-828-2788." -04/06/2001,00V421003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V421003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/LOWER BALL JOINT BOOT,SUSPENSION,NR (Not Reported),Vehicle,5164,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE. ALSO, MMC HAS ADDED THE POTENTIAL OF LEAKING MOISTURE, WHICH CAN CAUSE THE BALL STUD TO CORRODE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH. THIS CAMPAIGN SUPERCEDES MMC'S PREVIOUS SAFETY RECALL CAMPAIGN, SEE 99V-066.",DEALERS WILL INSPECT THE LOWER LATERAL ARM BALL JOINT FOR WEAR. BALL JOINTS THAT EXHIBIT WEAR BEYOND THE ESTABLISHED TOLERANCE WILL BE REPLACED WITH NEWLY DESIGNED LATERAL ARM BALL JOINTS. BALL JOINTS THAT ARE WITHIN THE ESTABLISHED TOLERANCE WILL BE CLEANED AND A SPECIAL SEALANT WILL BE APPLIED TO PREVENT INTRUSION OF MOISTURE. -04/05/2001,01V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V114000),Ford Motor Company,FORD/FUEL TANK CRACKS,"FUEL SYSTEM, GASOLINE",01S14,Vehicle,151000,"VEHICLE DESCRIPTION: ON CERTAIN VANS WITH AMBULANCE PREP PACKAGES OR OTHER SEVERE-DUTY APPLICATIONS INVOLVING OPERATION AT OR NEAR THE GROSS VEHICLE WEIGHT WITH FREQUENT TWISTING OF THE VEHICLE BODY, SUCH AS OFF-ROAD, ROUGH ROAD OR SPEED BUMP EVENTS, THE 35 GALLON MID-SHIP FUEL TANK COULD DEVELOP A CRACK WHERE IT CONTACTS THE FRAME CROSS MEMBER. IF THE FUEL TANK CRACKS, FUEL LEAKAGE COULD OCCUR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL TANK AND, IF CRACKED, WILL REPLACE THE TANK. INSULATOR PADS WILL BE INSTALLED ON ALL VEHICLES TO REDUCE THE STRESS LEVELS IN THE FUEL TANK. OWNER NOTIFICATION BEGAN APRIL 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -04/05/2001,01V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V112000),MONACO COACH CORPORATION,MONACO/CIRCUIT PROTECTION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6280,VEHICLE DESCRIPTION: TRAVEL TRAILERS AND FIFTH WHEEL TRAILERS. A WIRE SUPPLYING 12VOLT DC TO THE HOLDING TANK MONITORING SYSTEM DISPLAY PANEL WAS INSTALLED WITHOUT PROPER CIRCUIT PROTECTION. THE CIRCUIT IS CONNECTED TO THE VOLTAGE SOURCE WITH A 12VOLT DC 50 AMP SELF-RESETTING CIRCUIT BREAKER AS PROTECTION AGAINST AN ELECTRICAL SHORT TO GROUND.,AN ELECTRICAL SHORT COULD OCCUR.,"DEALERS WILL INSTALL A 6-AMP CIRCUIT BREAKER ON THE 12VOLT DC WIRE SUPPLYING VOLTAGE TO THE HOLDING TANK MONITOR PANEL DISPLAY. OWNER NOTIFICATION BEGAN JUNE 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -04/03/2001,01V111001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V111001),Shyft Group,SPARTAN/CUMMINS AIR COMPRESSOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3124,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH CUMMINS DIESEL ENGINES. THE INTERNAL FRONT BUSHING CAN SPIN, CAUSING DAMAGE TO THE AIR COMPRESSOR, AND POSSIBLY TO THE SPINDLE DRIVE AT THE REAR FACE OF THE AIR COMPRESSOR WHICH IS USED TO PROVIDE POWER TO THE VEHICLE HYDRAULIC PUMP. FAILURE OF THE AIR COMPRESSOR'S SPINDLE DRIVE COULD LEAD TO LOSS OF POWER ASSIST IF THE HYDRAULIC PUMP CEASES TO OPERATE.","WITHOUT POWER ASSIST, THE VEHICLE BECOMES VERY DIFFICULT TO TURN AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.","CUMMINS WILL NOTIFY SPARTAN CUSTOMERS AND REPLACE THE COMPRESSOR FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANCE CENTER 1-800-343-7357." -04/02/2001,01V097004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097004),OTTAWA TRUCK CORPORATION,OTTAWA/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,349,"VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE NOTIFIED OTTAWA CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. AM-SAFE IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330. -04/02/2001,01V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V113000),Pierce Manufacturing,PIERCE/OSHKOSH/ALL-STEER STEERING SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,147,"VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH OSHKOSH ALL-STEER ALL-WHEEL STEERING SYSTEM. THE REAR WHEELS OF A FIRE ENGINE CAN TURN UNINTENTIONALLY IF THE ALL-WHEEL STEERING SYSTEM KEY IS ON AND MOISTURE PENETRATES TO THE WIRE THAT CONNECTS THE STEERING SENSOR TO THE ELECTRONIC CONTROL UNIT (ECU). IT WAS DISCOVERED THAT THE INSULATION COVERING THE WIRES BETWEEN THE SENSOR AND THE ECU HAD BEEN NICKED DURING TIME OF ASSEMBLY. OVER TIME, THE NICK IN THE INSULATION ALLOWED MOISTURE TO PENETRATE TO THE ACTUAL WIRE.","UNDER THESE CONDITIONS, THE DRIVER CAN EXPERIENCE UNINTENDED TURNING OF A SINGLE OR A TANDUM REAR AXLE, POSSIBLY LEADING TO A VEHICLE CRASH OR INJURY OR DEATH TO A PEDESTRIAN OR FIRE FIGHTER.",DEALERS WILL INSPECT FOR NICKED WIRES AND REPLACE THE WIRE HARNESS. THIS RECALL CAMPAIGN IS 100% COMPLETE. -03/30/2001,01V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V110000),Aston Martin The Americas,ASTON MARTIN/STEERING COLUMN LIGHTING SWITCH GEAR,STEERING,SAR007,Vehicle,3238,"VEHICLE DESCRIPTION: SIX CYLINDER AND TWELVE CYLINDER VARIANTS. THE STEERING COLUMN LIGHTING SWITCH GEAR HAS THE POTENTIAL TO TRAP WIRES, LEADING TO A PARTIAL LOSS OF LIGHTING FUNCTIONALITY.","DEPENDING ON WHICH WIRES ARE TRAPPED, THE LOSS OF LIGHTING FUNCTION CAN VARY.","DEALERS WILL REPLACE THE SWITCH GEAR ASSEMBLY. OWNER NOTIFICATION BEGAN JULY 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ASTON MARTIN AT 201-818-8352." -03/30/2001,01V091006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091006),"Dodgen Industries, Inc.",DODGEN/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,240,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR DODGEN AT 1-800-247-1835. -03/30/2001,01V097003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097003),FOUR WINDS INTERNATIONAL,FOUR WINDS/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,3150,"VEHICLE DESCRIPTION: CERTAIN MOTORHOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE NOTIFIED FOUR WINDS' CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 31, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330 OR FOUR WINDS AT 219-266-1111." -03/30/2001,00V386005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V386005),"Mickey Truck Bodies, Inc.",MICKEY TRUCK/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,500,"VEHICLE DESCRIPTION: 2000 MODEL BT BEVERAGE TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A, AND MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,MICKEY TRUCKS' WILL NOTIFY ITS CUSTOMERS TO FOLLOW WEBB WHEEL'S INSTRUCTIONS TO INSPECT FOR DEFECTIVE HUBS AND WEBB WHEEL WILL REPLACE THE HUBS FREE OF CHARGE. -03/30/2001,01V128003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V128003),"SAFARI MOTOR COACHES, INC.",SAFARI MOTOR COACH/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,828,"VEHICLE DESCRIPTION: CERTAIN CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"DEALERS WILL REPAIR THE SEAT BELTS. OWNER NOTIFICATION BEGAN OCTOBER 18, 20000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SMC CUSTOMER SERVICE AT 1-800-344-6332 OR AM-SAFE AT 1-219-266-8330." -03/30/2001,01E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E013000),Trans-Air Manufacturing Corp.,TRANS AIR/COMPRESSOR,EQUIPMENT,NR (Not Reported),Equipment,2217,"EQUIPMENT DESCRIPTION: COMPRESSOR MOUNT KITS, PART NOS. 4011666-01, 4011666-02, AND 4011666-03, MANUFACTURED BETWEEN MARCH 20, 1998, AND MARCH 20, 2001, EQUIPPED ONLY ON FORD 7.3L DIESEL ENGINES. DEPENDING ON THE ROUTING OF THE VEHICLE BRAKE LINE, THE LINE COULD RUB AGAINST THE BELT GUARD ON THE RIGHT SIDE OF THE COMPRESSOR MOUNT WELDMENT AND POSSIBLY WEAR THROUGH.","IF THE BRAKE LINE WEARS THROUGH, THE VEHICLE WILL LOSE BRAKE PRESSURE WITHOUT PRIOR WARNING, AFFECTING THE CAPABILITY TO STOP THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","THE BELT GUARD WILL BE REPLACED WITH A REVISED VERSION TO PROVIDE GREATER CLEARANCE BETWEEN THE BRAKE LINE AND GUARD AND A METAL GUARD WILL BE SECURED TO THE BRAKE LINE. OWNER NOTIFICATION BEGAN APRIL 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRANS/AIR'S WARRANTY AND SERVICE DEPARTMENT AT 1-800-673-2446." -03/28/2001,00V273008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273008),Damon Corporation,DAMON/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,494,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES BUILT ON DODGE VAN CHASSIS AND EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE BETWEEN JANUARY 28 AND AUGUST 15, 2000. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE NOTIFIED DAMON'S CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. -03/28/2001,01V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V108000),Ford Motor Company,FORD/SEAT BACK RECLINER HANDLE,SEATS,01S13,Vehicle,8500,"PM CERTAIN SEDANS AND WAGONS, THE SEAT BACK RECLINER HANDLE SPRING COULD HAVE BEEN DAMAGED DURING AN IN-PROCESS TEST AND THE OCCUPANT MAY NOTICE A CHUCKING, OR PERCEIVED LOOSENESS OF THE FRONT SEAT BACK, OR THE SEAT BACK COULD UNEXPECTEDLY RECLINE.","IF THE SEAT BACK UNEXPECTEDLY RECLINES WHILE THE CAR IS BEING DRIVEN, IT COULD RESULT IN LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE THE SEAT BACK RECLINER HANDLE SPRING FOR THE DRIVER AND FRONT PASSENGER SEATS. OWNER NOTIFICATION BEGAN APRIL 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -03/28/2001,01I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I001000),Harley-Davidson Motor Company,HARLEY DAVIDSON/JIFFY STAND LEG,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1009,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 2001 MODEL DYNA LOW RIDER (FXDL) MOTORCYCLES EQUIPPED WITH JIFFY STAND LEGS WHICH MAY NOT FULLY LOCK IN THE DOWN OR FORWARD POSITION.",THIS CONDITION COULD ALLOW THE MOTORCYCLE TO FALL OVER POSIBLE CAUSING IJURY TO THE DRIVER OR A PEDESTRIAN.,"DEALER WILL INSTALL A REVISED JIFFY STAND LEG FREE OF CHARGE. HARLEY-DAVIDSON HAS DECIDED TO CONDUCT A PRODUCT PROGRAM TO INSTALL A REVISED JIFFY STAND LEG. OWNERS CAN CONTACT HARLEY-DAVIDSON AT 1-414-342-4680, CONCERNING THIS PROGRAM." -03/27/2001,01V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V106000),Ford Motor Company,FORD/FUEL FILLER PIPE ELECTRICAL GROUNDING,"FUEL SYSTEM, GASOLINE",01S12,Vehicle,185,"VEHICLE DESCRIPTION: F-SUPER DUTY CREW CAB PICKUP TRUCKS (F-350 SHORT WHEELBASE TRUCKS EQUIPPED WITH A 6 3/4' PICKUP BOX AND DUAL REAR WHEELS) WERE BUILT AFTER A CHANGE WAS IMPLEMENTED TO DELETE A CLAMP, AND LATER A BRACKET THAT PROVIDED A GROUND FOR THE FUEL FILLER PIPE. THE PICKUP BOX MAY NOT HAVE BEEN PROPERLY GROUNDED.","WITHOUT PROPER GROUNDING, AN ELECTROSTATIC DISCHARGE COULD RESULT DURING FUEL FILL UP, POTENTIALLY LEADING TO A FIRE.","DEALERS WILL INSTALL A FUEL FILLER PIPE GROUND. OWNER NOTIFICATION BEGAN MARCH 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -03/27/2001,01V091003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091003),FOUR WINDS CMPR. MFG. CO.,FOUR WINDS/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,2919,"VEHICLE DESCRIPTION: MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR FOUR WINDS AT 1-219-293-5256. -03/27/2001,01V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V103000),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,146,VEHICLE DESCRIPTION: SCHOOL BUSES. THE ACCELERATOR PEDAL CAN POSSIBLY HANG UP ON THE FLOOR RUBBER.,"THE DRIVER WOULD BE EXPECTING THE VEHICLE'S SPEED TO DECREASE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A STAINLESS STEEL PLATE UNDER THE ACCELERATOR PEDAL. OWNER NOTIFICATION BEGAN JUNE 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-889-4871." -03/27/2001,01V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V104000),FREIGHTLINER LLC,FREIGHTLINER/THOMAS BUILT/FMVSS 221/ROOF JOINT,STRUCTURE,NR (Not Reported),Vehicle,145,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES BUILT WITH COMPOSITE FRONT ROOF CAPS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."" THE ROOF CAP DOES NOT MEET THE REQUIREMENTS DUE TO THE OMISSION OF THE ADHESIVE THAT JOINS THE ROOF TO THE BUS BODY.","IN THE EVENT OF A CRASH, THE ROOF OF THE VEHICLE MAY CRUSH, NOT PROPERLY PROTECTING THE VEHICLE OCCUPANTS.","DEALERS WILL RE-BOND THE ROOF CAP TO THE ROOF SHEET METAL. OWNER NOTIFICATION BEGAN SEPTEMBER 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-889-4871." -03/27/2001,01V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V105000),"THOMAS BUILT BUSES, INC.",FREIGHTLINER/THOMAS BUILT/FMVSS121/LOW AIR WARNING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,153,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES DO NOT COMPLY DUE TO THE LOW AIR WARNING SYSTEM DETECTING PRESSURE IN ONLY ONE RESERVOIR SYSTEM AND NOT BOTH AS REQUIRED.",THIS DOES NOT MEET THE STANDARD.,"DEALERS WILL CORRECT THE LOW AIR PRESSURE SWITCH WIRING. OWNER NOTIFICATION BEGAN JULY 27, 2001. OWNER NOTIFICATION IS EXPECTED TO BEGIN OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 336-881-7219." -03/26/2001,01V122002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V122002),"RAZZ VEHICLE MANUFACTURING, LLC",DESTINY/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,480,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186 OR DESTINY AT 517-823-7388. -03/26/2001,01E004003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E004003),"The Holland Group, Inc.",HOLLAND/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Equipment,156,"EQUIPMENT DESCRIPTION: CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS, PART NO. TRW 24 DL MANUFACTURED FROM JULY 14 THROUGH JULY 25, 1999, HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING HOLLAND'S CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HOLLAND AT 616-396-6501 OR TRW CUSTOMER SERVICE AT 1-866-280-3287. -03/26/2001,01V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V102000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/DRIVER SEAT POSITION,SEATS,01503,Vehicle,1389,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH BOSTROM DRIVER SEAT MODELS (910, 910SC, OR 914) AND INTERNATIONAL'S PARKING BRAKE CODE 04036. IF SOMEONE OUTSIDE THE CAB ADJUSTS/SLIDES THE DRIVER'S SEAT TO ITS MOST FORWARD POSITION, WITH THE PARKING BRAKE SET, THE SEAT WILL CONTACT AND RELEASE THE PARKING BRAKE LEVER.","IF THE PARKING BRAKE IS ACCIDENTALLY RELEASED, THE VEHICLE COULD MOVE UNEXPECTEDLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A STOP-BRACKET ON THE SEAT TRACK TO LIMIT THE TRAVEL OF THE SEAT SO THAT THE SEAT CAN NOT RELEASE THE PARKING BRAKE LEVER. OWNER NOTIFICATION BEGAN APRIL 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/26/2001,01V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V101000),"Volvo Car USA, LLC",VOLVO/CHILD RESTRAINT BRACKET,SEAT BELTS,NR (Not Reported),Vehicle,16085,"VEHICLE DESCRIPTION: WAGONS. THE BOLTED JOINT, USED FOR ATTACHING THE BRACKET THAT IS PART OF THE INSTALLATION HARDWARE FOR THE ISOFIX-TYPE CHILD RESTRAINT, MAY HAVE BEEN INCORRECTLY TIGHTENED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THE ANCHORAGE BOLTS AND TIGHTEN TO THE CORRECT TORQUE LEVEL. OWNER NOTIFICATION BEGAN MAY 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -03/26/2001,01V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V100000),"Volvo Car USA, LLC",VOLVO/SEAT BELT ANCHORAGE,SEAT BELTS,NR (Not Reported),Vehicle,3276,VEHICLE DESCRIPTION: SEDANS AND WAGONS. THE REAR OUTBOARD SEAT BELT ANCHORAGE BOLTS MAY HAVE BEEN INCORRECTLY TIGHTENED.,"IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THE ANCHORAGE BOLTS AND TIGHTEN TO THE CORRECT TORQUE LEVEL. OWNER NOTIFICATION BEGAN MAY 7, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -03/26/2001,01V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V099000),"Winnebago Industries, Inc.",WINNEBAGO/LPG LINES,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1437,"VEHICLE DESCRIPTION: MOTOR HOMES. THE COPPER LINE SUPPLYING LIQUID PROPANE GAS (LPG) TO THE FURNACE MAY HAVE BEEN IMPROPERLY CLAMPED, WHICH COULD CAUSE THE LINE TO COME IN CONTACT WITH A METAL FLANGE.","IF THIS HAPPENS, THE COPPER LINE COULD BE DAMAGED AND COULD DEVELOP A LEAK WHICH HAS THE POTENTIAL TO IGNITE.","DEALERS WILL RE-ROUTE THE LPG LINE. OWNER NOTIFICATION BEGAN APRIL 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -03/25/2001,01V128002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V128002),"COACHMEN INDUSTRIES, INC.",COACHMEN/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,100,"VEHICLE DESCRIPTION: CERTAIN CLASS C MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE WILL NOTIFY COACHMEN CUSTOMERS TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MAY/JUNE 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE AT 1-219-266-8330 OR COACHMEN AT 1-219-825-5821. -03/23/2001,01V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V095000),Ford Motor Company,FORD/FRONT BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",01S11,Vehicle,670,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE LEFT FRONT BRAKE HOSE WAS DAMAGED DURING FINAL ASSEMBLY.,"IF THE HOSE IS DAMAGED, BRAKE FLUID COULD LEAK AND STOPPING DISTANCES MAY BE INCREASED.","DEALERS WILL INSTALL A NEW LEFT FRONT BRAKE HOSE ASSEMBLY. OWNER NOTIFICATION BEGAN MARCH 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186 OR 1-800-392-3673." -03/23/2001,01E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E012000),KEYSTONE AUTOMOTIVE OPERATIONS,KEYSTONE/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3874,"EQUIPMENT DESCRIPTION: TAILLAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH SIDE REFLEX REFLECTORS AND/OR SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE LAMPS WERE SOLD BETWEEN JANUARY 1, 1999, AND DECEMBER 31, 2000.","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.","KEYSTONE WILL NOTFIY DEALERS/OWNERS TO RETURN THE NONCOMPLIANT LAMPS FOR A FREE REPLACEMENT. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KEYSTONE AT 570-655-4514." -03/23/2001,01V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V094000),"Yamaha Motor Corporation, USA",YAMAHA/MUFFLER BRACKET,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,13362,"VEHICLE DESCRIPTION: ON CERTAIN ROAD STAR MOTORCYCLES, IF THE BOLTS HOLDING THE EXHAUST SYSTEM ARE ALLOWED TO LOOSEN, THE BRACKET HOLDING THE MUFFLERS CAN BREAK.","IF THIS OCCURS, THE BROKEN BRACKET AND THE MUFFLERS COULD FALL LOOSE FROM THE MOTORCYCLE, DAMAGING OR PULLING LOOSE THE REAR HYDRAULIC BRAKE HOSE, CAUSING LOSS OF REAR BRAKE PERFORMANCE. THE LOOSE MUFFLER PARTS COULD ALSO PRESENT A TRAFFIC HAZARD FOR THOSE AROUND THE MOTORCYCLE. ADDITIONALLY, THE RIDER COULD BE DISTRACTED AS THE MUFFLERS FALL LOOSE, LEADING TO A CRASH.","DEALERS WILL INSTALL A NEW MUFFLER BRACKET. OWNER NOTIFICATION BEGAN MARCH 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT YAMAHA AT 1-800-6-YAMAHA (1-800-693-6242)." -03/22/2001,01V098001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V098001),Trailmobile Canada Limited,TRAILMOBILE/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,338,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,"DEALERS WILL REPLACE THE HUBS. OWNER NOTIFICATION BEGAN FEBRUARY 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRAILMOBILE AT 1-217-348-8181 OR WEBB WHEEL AT 1-800-633-3256." -03/22/2001,01V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V093000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 120/LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1577,"VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 VEHICLES. UNDER CERTAIN OPERATING CONDITIONS, THE WEIGHT CERTIFICATION LABEL WHICH CONTAINS FRONT GROSS AXLE WEIGHT RATING (GAWR) INFORMATION PURSUANT TO THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS,"" DOES NOT ACCURATELY REFLECT THE ACTUAL FRONT GROSS AXLE WEIGHT.","WHEN OPERATING THE TRUCK ""BOBTAIL"" WITH FULL FUEL TANKS AND TWO OCCUPANTS WITH AN ALLOWANCE FOR PERSONAL BELONGINGS, THE ACTUAL GROSS AXLE WEIGHT MAY EXCEED THE STATED RATING FOUND ON THE WEIGHT CERTIFICATION LABEL.","THE WEIGHT CERTIFICATION LABEL WILL BE BROUGHT INTO COMPLIANCE BY ONE OR MORE OF THE FOLLOWING MEANS: (1) REPLACEMENT OF THE LABEL WITH ONE WHICH CONTAINS CORRECT INFORMATION; OR (2) REPLACEMENT OF FRONT AXLE TIRES, RIMS OR TIE ROD TUBE OR A COMBINATION THEREOF; OR (3) REPLACEMENT OR RELOCATION OF THE FUEL TANKS. DUE TO THE VARIOUS TRUCK CONFIGURATIONS, SEVERAL OWNER NOTIFICATION LETTERS ARE BEING SENT FOR THIS CAMPAIGN. THE FIRST OWNER NOTIFICATION LETTER WAS MAILED APRIL 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY OR LABEL WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -03/20/2001,01V122001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V122001),AMERICAN LIMOUSINE MFG. INC.,AMERICAN LIMOUSINE/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,876,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186 OR AMERICAN LIMOUSINE AT 1-501-471-1337. -03/20/2001,01V091002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091002),Damon Corporation,DAMON/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,923,"VEHICLE DESCRIPTION: MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR DAMON AT 1-937-497-3080. -03/20/2001,01V091001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091001),"Featherlite, Inc.",FEATHERLITE/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,54,"VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR FEATHERLITE AT 1-877-903-1444. -03/20/2001,01V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V092000),Volvo Trucks North America,VOLVO TRUCK/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,941,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY, AXLE BACK MODEL VEHICLES. THE DESIGN OF THE LOWER STEERING COLUMN SHAFT UNIVERSAL JOINT BOOT COULD ALLOW THE BOOT TO GET ENTANGLED IN THE UNIVERSAL JOINT.","THIS CAN CAUSE INCREASED STEERING EFFORT, CREATING A POTENTIAL FOR STEERING LOCK-UP.","OWNERS WILL BE ADVISED TO REMOVE THE UNIVERSAL JOINT BOOT PER INSTRUCTIONS. IF AN OWNER CHOOSES, A VOLVO TRUCK DEALER CAN PERFORM THE REMEDY FOR THEM. OWNER NOTIFICATION BEGAN MARCH 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -03/20/2001,01V091004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091004),"Winnebago Industries, Inc.",WINNEBAGO/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,3632,"VEHICLE DESCRIPTION: MOTOR HOMES AND TRAVEL TRAILERS EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR WINNEBAGO AT 1-641-585-3535. -03/19/2001,01V044010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044010),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/TRW STEERING SYSTEMS/TIE ROD,STEERING,01504,Vehicle,3762,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TIE ROD ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN MARCH 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -03/19/2001,01V091005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091005),"Tiffin Motorhomes, Inc.",TIFFIN/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,131,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR TIFFIN AT 1-256-356-8661. -03/17/2001,01V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V107000),"General Motors, LLC",GM/POSITIVE BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,01001,Vehicle,301,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES WERE BUILT WITH A MISROUTED POSITIVE BATTERY CABLE ASSEMBLY THAT COULD COME IN CONTACT WITH THE STEERING SHAFT UNIVERSAL JOINT.,"OVER TIME THIS CONTACT COULD CAUSE A WEAR-THROUGH OF THE CABLE ASSEMBLY CONVOLUTED CONDUIT AND CABLE INSULATION EXPOSING THE WIRE CORE AND RESULTING IN INTERMITTENT ELECTRICAL SHORTING. THIS COULD RESULT IN ERRATIC MOVEMENT OF THE VOLTAGE GAGE, TOTAL BATTERY DISCHARGE IN A FEW HOURS, OR THE CABLE INSULATION AND CONDUCT COULD IGNITE IF ENOUGH CURRENT IS DISCHARGED AT THE POINT OF CONTACT, RESULTING IN AN UNDERHOOD FIRE.","DEALERS WILL INSPECT THE POSITIVE BATTERY CABLE FOR PROPER ROUTING AND RE-ROUTE THE CABLE IN NECESSARY. THE CABLE WILL ALSO BE INSPECTED FOR WEAR OF THE CONDUIT AND CABLE INSULATION, AND WILL BE REPLACED IF NECESSARY. OWNER NOTIFICATION BEGAN APRIL 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GMC AT 1-800-462-8782." -03/16/2001,01V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V076000),Blue Bird Body Company,BLUE BIRD/FMVSS 121/VALVE,"SERVICE BRAKES, AIR",R01EV,Vehicle,88,"VEHICLE DESCRIPTION: TRANSIT BUSES. THESE BUSES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE BRAKE SYSTEM DOES NOT HAVE AN R12-DC VALVE OR SECONDARY CONTROL LINE IN THE BRAKING SYSTEM.",THE ABSENCE OF THE VALVE AND SECONDARY CONTROL LINE COULD CAUSE INCREASED STOPPING DISTANCES.,"DEALERS WILL INSTALL THE REQUIRED VALVE AND SECONDARY CONTROL LINE. OWNER NOTIFICATION BEGAN APRIL 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-822-2242." -03/16/2001,01V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V089000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/FRONT AXLE WEIGHT RATING,TIRES,NR (Not Reported),Vehicle,289,"VEHICLE DESCRIPTION: MOTOR HOMES. THESE MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES WERE ASSIGNED AN INADEQUATE FRONT AXLE WEIGHT RATING (FAWR). THESE MOTOR HOMES HAVE INADEQUATE TIRES AND RIMS.","THIS COULD CAUSE PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING, LEADING TO A LOSS OF STEERING CONTROL AND INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT TIRES AND RIMS. FEDERAL TIRE LABELS WILL ALSO BE REPLACED. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -03/16/2001,01V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V084000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 121/BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,117,"VEHICLE DESCRIPTION: MOTOR HOMES. THESE MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THESE VEHICLES WERE ASSIGNED AN INADEQUATE FRONT AXLE WEIGHT RATING (FAWR). AS A CONSEQUENCE, THE FRONT BRAKE CANISTERS AND SLACK ADJUSTERS DO NOT COMPLY WITH THE STANDARD REQUIREMENTS.","THIS COULD CAUSE INCREASED STOPPING DISTANCES DURING BRAKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT BRAKE CANISTERS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION BEGAN MARCH 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015." -03/16/2001,00V265005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V265005),SOONER TRAILER MFG,SOONER/TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,250,"VEHICLE DESCRIPTION: TRAILERS WITH GOOSENECK HITCHES WHICH ARE EQUIPPED WITH TEKONSHA OR BARGMAN BREAKAWAY SWITCH ASSEMBLIES. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 2011P, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUITION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.",DEALERS WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKAWAY KITS FREE OF CHARGE. TEKONSHA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TEKONSHA TOWING SYSTEMS AT 1-800-325-5860 OR SOONER AT 1-580-470-7134. -03/15/2001,01E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E011000),"Cummins, Inc.",CUMMINS/AIR COMPRESSOR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4754,"EQUIPMENT DESCRIPTION: ENGINES BUILT BETWEEN JUNE 1, 1999, AND JANUARY 10, 2001, AND HAVE ENGINE SERIAL NUMBER RANGE OF 45878623 TO 46066483. THE INTERNAL FRONT BUSHING CAN SPIN, CAUSING DAMAGE TO THE AIR COMPRESSOR, AND POSSIBLY TO THE SPINDLE DRIVE AT THE REAR FACE OF THE AIR COMPRESSOR WHICH IS USED TO PROVIDE POWER TO THE VEHICLE HYDRAULIC PUMP. FAILURE OF THE AIR COMPRESSOR'S SPINDLE DRIVE COULD LEAD TO LOSS OF POWER ASSIST IF THE HYDRAULIC PUMP CEASES TO OPERATE.","WITHOUT POWER ASSIST, THE VEHICLE BECOMES VERY DIFFICULT TO TURN AND COULD POSSIBLY RESULT IN A VEHICLE CRASH.","CUMMINS IS INSTRUCTING ITS CUSTOMERS TO CONTACT AUTHORIZED DEALERS TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CUMMINS CUSTOMER ASSISTANT CENTER AT 1-800-343-7357." -03/15/2001,01V091007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V091007),"GEORGIE BOY MFG., LLC",GEORGIE BOY/NORCOLD/REFRIGERATOR COOLING UNIT FIRE,EQUIPMENT,NR (Not Reported),Vehicle,1364,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH NORCOLD REFRIGERATOR COOLING UNITS MODEL NUMBERS N841, N821, N641, AND N621. THESE REFRIGERATORS CAN EXPERIENCE A COOLING SYSTEM LEAK CAUSED BY OPERATION IN THE AC ELECTRIC MODE. IF A LEAK OCCURS, THE COOLING PERFORMANCE OF THE REFRIGERATOR WILL DETERIORATE, REQUIRING IMMEDIATE REPLACEMENT OF THE COOLING UNIT.",EXTENDED OPERATION OF A LEAKING COOLING UNIT IN THE AC ELECTRIC MODE CAN RESULT IN A FIRE.,NORCOLD WILL INSPECT AND REPLACE THE REFRIGERATOR COOLING UNITS. NORCOLD WILL CONDUCT THE OWNER NOTIFICATION. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NORCOLD SERVICE CENTER AT 1-800-767-9101 OR GEORGIE BOY AT 1-877-876-9024. -03/14/2001,01V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V086000),"Airstream, Inc.",AIRSTREAM/ABS DAMAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,298,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE ANTI-LOCK BRAKING SYSTEM (ABS) REAR BRAKE VALVES CAN BE DAMAGED DUE TO THE FRESH WATER TANK SAGGING DOWNWARD.,"THIS WILL RESULT IN AUTOMATIC APPLICATION OF THE EMERGENCY BRAKE CAUSING A RAPID DECELERATION AND STOPPING OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A STEEL SUPPORT BRACKET THAT RUNS FORE AND AFT UNDER THE FRESH WATER TANK BETWEEN TWO CHASSIS CROSS MEMBERS BELOW THE TANK. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRSTREAM AT 1-877-596-6505." -03/14/2001,01V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V088000),"Airstream, Inc.",AIRSTREAM/FLOOR SUPPORT LEG ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,334,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE REAR FLOOR SUPPORT LEG ATTACHMENTS COULD FAIL, CAUSING FORCE TO THE LPG LINE FITTINGS AND COULD RESULT IN LEAKAGE.","DAMAGED STEEL LPG LINES COULD RESULT IN A LEAK THAT COULD CAUSE A FIRE OR EXPLOSION, RESULTING IN SERIOUS INJURY OR DEATH.","DEALERS WILL RE-ENFORCE THE REAR FLOOR SUPPORT WITH A SUPPORT LEG WELDED TO A STEEL TUBE. THE OLD LEGS WILL BE LEFT IN PLACE AND THE NEW SUPPORT LEG FITTED OVER THE FLOOR SUPPORT TUBE, AND THE SUPPORT WELDED IN PLACE AT THE FLOOR SUPPORT TUBE AND THE CHASSIS RAIL. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRSTREAM AT 1-877-596-6505." -03/14/2001,01V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V087000),"Airstream, Inc.",AIRSTREAM/LPG LINE DAMAGE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,159,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS. THE LIQUID PROPANE GAS (LPG) LINES CAN BE DAMAGED DUE TO THE FRESH WATER TANK SAGGING DOWN, RESULTING IN LEAKAGE.","DAMAGED STEEL LPG LINES COULD RESULT IN A LEAK THAT COULD CAUSE A FIRE OR EXPLOSION, RESULTING IN SERIOUS INJURY OR DEATH.","DEALERS WILL INSTALL A STEEL SUPPORT BRACKET THAT RUNS FORE AND AFT UNDER THE FRESH WATER TANK BETWEEN TWO CHASSIS CROSS MEMBERS BELOW THE TANK. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AIRSTREAM AT 1-877-596-6505." -03/14/2001,01V044207,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044207),"Mack Trucks, Inc.",MACK/TRW STEERING SYSTEMS/DRAG LINK,STEERING,NR (Not Reported),Vehicle,4247,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE DRAG LINKS. OWNER/DISTRIBUTOR NOTIFICATION BEGAN AUGUST 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -03/14/2001,01V044107,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044107),"Mack Trucks, Inc.",MACK/TRW STEERING SYSTEMS/TIE ROD,STEERING,NR (Not Reported),Vehicle,1484,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TIE ROD ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE TIE RODS. OWNER NOTIFICATION BEGAN JULY 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -03/14/2001,01V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V073000),RANSOMES CORPORATION,RANSOMES/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,54,VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD POLICE VEHICLES. TWO VALVE SWITCHES LOCATED ON THE MASTER CYLINDER THAT READS THE BRAKE LINE PRESSURE CAN GIVE FAULTY FAILURE CODES TO THE DASH OR NOT FAILURE CODE AT ALL.,"A LOSS OF BRAKE LINE PRESSURE OR OTHER BRAKE RELATED PROBLEMS MIGHT NOT BE NOTICED BY THE OPERATOR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW BRAKE VALVE SWITCH. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RANSOMES/CUSHMAN AT 1-402-474-8568." -03/13/2001,01E010001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E010001),"OUTBACK PRODUCTS, INC.",OBX/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4710,"EQUIPMENT DESCRIPTION: REAR ""CLEAR"" TAIL LAMPS, RED/WHITE CLEAR TAIL LAMPS, AND OBX GEN2 ALTERRA TAIL LAMP ASSEMBLIES MANUFACTURED FOR AFTERMARKET INSTALLATION ON CERTAIN PASSENGER VEHICLES WHICH WERE NOT MANUFACTURED WITH A REFLECTIVE MATERIAL AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.",OUTBACK PRODUCTS WILL NOTIFY DISTRIBUTORS/OWNERS TO RETURN THE NONCOMPLIANT LAMPS FOR A FREE REPLACEMENT. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT OUTBACK 650-873-8800. -03/13/2001,01E010002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E010002),"OUTBACK PRODUCTS, INC.",OBX/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3312,"EQUIPMENT DESCRIPTION: REAR ""CLEAR"" TAIL LAMPS, RED/WHITE CLEAR TAIL LAMPS, AND OBX GEN2 ALTERRA TAIL LAMP ASSEMBLIES MANUFACTURED FOR INSTALLATION ON CERTAIN PASSENGER VEHICLES WHICH WERE NOT MANUFACTURED WITH A REFLECTIVE MATERIAL AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.",OUTBACK PRODUCTS WILL NOTIY DISTRIBUTORS/OWNERS TO RETURN THE NONCOMPLIANT LAMPS FOR A FREE REPLACEMENT. OWNER NOTIFICATION IS EXPECTED TO BEGIN APRIL 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT OUTBACK 650-873-8800. -03/13/2001,01V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V083000),"Sundowner Trailers, Inc.",SUNDOWNER/COUPLER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,238,VEHICLE DESCRIPTION: 2-HORSE STEEL TRAILERS. THE WELD ACROSS THE TOP OF THE COUPLER HITCH COULD HAVE CAUSED A WEAK POINT IN THE TONGUE OF THE TRAILER.,"IF THE COUPLER WERE TO FAIL, IT COULD CAUSE INJURY OR DAMAGE TO THE VEHICLE OCCUPANT AND/OR THE HORSES.","DEALERS WILL INSPECT THE TRAILERS AND REPLACE THE COUPLER HITCH IF NECESSARY. OWNER NOTIFICATION BEGAN FEBRUARY 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUNDOWNER AT 1-800-654-3879." -03/12/2001,01V044006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044006),E-One Incorporated,E-ONE/TRW STEERING SYSTEMS/DRAG LINK,STEERING,NR (Not Reported),Vehicle,192,"VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW CUSTOMER SERVICE AT 1-866-280-3287 OR E-ONE AT 1-352-237-1122." -03/12/2001,01V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V082000),Ford Motor Company,FORD/AIR BAG MODULE,AIR BAGS,01S10,Vehicle,268,VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES. THE INFLATOR CANISTER IN THE DRIVER AIR BAG MODULE MAY HAVE AN INADEQUATE WELD NEAR THE IGNITER.,"IN THE EVENT OF A VEHICLE CRASH, THE DRIVER AIR BAG MAY NOT DEPLOY AS INTENDED, POTENTIALLY RESULTING IN REDUCED OCCUPANT PROTECTION, OR A BURN INJURY.","DEALERS WILL INSTALL A DRIVER AIR BAG MODULE. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -03/12/2001,01V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V078000),Ford Motor Company,FORD/FOOT PEDAL GREASE/STOP LAMPS,EXTERIOR LIGHTING,01S08,Vehicle,157000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH ADJUSTABLE PEDALS. IF THE GREASE FROM THE ADJUSTABLE PEDAL ASSEMBLY ENTERS THE STOP LAMP SWITCH, IT CAN CONTAMINATE THE CONTACTS LEADING TO CARBON BUILD UP, AND POTENTIALLY, A SHORT CIRCUIT.","A SHORT CIRCUIT COULD LEAD TO EITHER THE BRAKE LAMPS STAYING ON, OR TO A LOSS OF BRAKE LAMP FUNCTION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRAKE LAMP SWITCH AND WIPE DOWN THE ADJUSTABLE PEDAL ASSEMBLY TO REMOVE EXCESS GREASE. OWNER NOTIFICATION BEGAN MARCH 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -03/12/2001,01V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V075000),Ford Motor Company,FORD/HEADLAMP SWITCH,EXTERIOR LIGHTING,01S09,Vehicle,74000,"VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES. DUE TO THE USE OF INCORRECT MATERIAL BY A SUPPLIER, THE HEADLAMP SWITCH KNOB CAN FRACTURE AND SEPARATE FROM THE HEADLAMP SWITCH.","THIS WOULD CAUSE DIFFICULTY FOR THE DRIVER TO ACTIVATE THE HEADLAMPS, WHICH COULD AFFECT DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE HEADLAMP SWITCH KNOB. OWNER NOTIFICATION BEGAN APRIL 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -03/12/2001,01V085001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V085001),FREIGHTLINER LLC,FREIGHTLINER/BRAKES,"SERVICE BRAKES, HYDRAULIC",FL-285,Vehicle,1350,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HYDRAULIC BRAKES AND A DURAPARK PARK BRAKE SYSTEM MANUFACTURED BY ARVINMERITOR. AIR IS ENTERING THE HYDRAULIC REAR BRAKE CYLINDERS THROUGH AN UNKNOWN PATH AND THE REAR SELF-ADJUSTING BRAKES MAY NOT BE OPERATING PROPERLY.,THIS RESULTS IN SPONGY OR SOFT FEEL TO THE BRAKE PEDAL AND A LOSS OF REAR BRAKING CAPABILITY.,"DEALERS WILL REMOVE AND REPLACE THE ABS ECU AND INSPECT THE BRAKE PEDAL FOR PROPER TRAVEL. IF EXCESSIVE TRAVEL IS DETECTED, THE BRAKE SYSTEM WILL BE BLED AND REAR BRAKES ADJUSTED. AS AN INTERIM MEASURE, FREIGHTLINER WILL NOTIFY ALL OWNERS TO HAVE THEIR VEHICLES INSPECTED TO ASSURE PROPER FUNCTION OF THE BRAKE SYSTEM. THIS WILL INCLUDE ADJUSTING AND BLEEDING THE BRAKES. ALSO, OWNERS WILL BE INSTRUCTED THAT ON A REGULAR BASIS THEY SHOULD DO SEVERAL HARD BRAKE APPLICATIONS WHILE STOPPED. THIS WILL EXERCISE THE SELF-ADJUSTING SYSTEM AND IF THEY OBSERVE A LOW OR SPONGY BRAKE PEDAL THEY WILL BE INSTRUCTED TO TAKE THEIR VEHICLE IN FOR ADDITIONAL SERVICE. OWNER NOTIFICATION BEGAN MARCH 21, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/12/2001,01V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V081000),Moto Guzzi North America,MOTO GUZZI/WHEELS,WHEELS,NR (Not Reported),Vehicle,909,"VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH WHEEL 03 63 06 00. THE SPOKE COULD BECOME LOOSE OR BREAK, CAUSING IT TO TOUCH AND DAMAGE THE TRANSMISSION CASE.","A WHEEL LOCKUP IS POSSIBLE, INCLUDING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE WHEEL. OWNER NOTIFICATION BEGAN APRIL 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MOTO GUZZI AT 1-919-639-3180." -03/11/2001,01V044008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044008),Capacity of Texas,CAPACITY/TRW STEERING SYSTEMS/DRAG LINK,STEERING,NR (Not Reported),Vehicle,21,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DRAG LINK ASSEMBLIES CONTAINING 24-DL MODEL BALL SOCKETS AND MANUFACTURED BY TRW. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. TRW WILL CONDUCT THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW CUSTOMER SERVICE AT 1-866-280-3287 OR CAPACITY AT 1-903-759-0610. -03/11/2001,01E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E008000),"JACOBS VEHICLE SYSTEMS, INC",JACOBS VEHICLE SYSTEMS/ELECTRONIC DRIVELINE BRAKE,PARKING BRAKE,NR (Not Reported),Equipment,1002,EQUIPMENT DESCRIPTION: ELECTRONIC CONTROLLER FOR THE ELECTRIC DRIVELINE BRAKE SYSTEM. A FAILURE MODE WITHIN THE SOLID STATE CONTROLLER CAN CAUSE A SHORT FROM THE POSITIVE TERMINAL TO THE NEGATIVE TERMINAL OF THE BATTERY.,"UNDER THIS CONDITION, THE CONTROLLER COULD IGNITE CAUSUING A FIRE WITHOUT WARNING, POSSIBLE CAUSING INJURY TO THE VEHICLE OCCUPANT(S).","CUSTOMERS ARE BEING NOTIFIED TO CONTACT JVS TO ARRANGE FOR A FREE REPAIR AT A LOCAL AUTHORIZED DEALER. OWNER NOTIFICATION BEGAN MARCH 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT JACOBS VEHICLES SYSTEMS AT 1-800-269-6562." -03/09/2001,01V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V080000),"General Motors, LLC",GM/LPG CONVERSION,"FUEL SYSTEM, OTHER",01019,Vehicle,187,VEHICLE DESCRIPTION: MEDIUM DUTY C SERIES VEHICLES EQUIPPED WITH AN IMPCO LIQUEFIED PETROLEUM GAS (LPG) CONVERSION KIT. SOME OF THESE VEHICLES EXHIBIT A CONDITION IN WHICH THE ENGINE COULD BACKFIRE AND FRACTURE THE PLASTIC INLET ELBOW WITHIN THE ENGINE COMPARTMENT.,"IF THIS WERE TO OCCUR, AND THE HOOD OF THE VEHICLE WERE OPEN, PLASTIC FRAGMENTS FROM THE ELBOW COULD CAUSE INJURY TO PEOPLE IN THE IMMEDIATE AREA. IN ADDITION, THE VEHICLE WILL STOP RUNNING DUE TO INADEQUATE FUEL SUPPLY.","DEALERS WILL INSTALL A TEMPORARY INLET ELBOW THAT IS REINFORCED WITH A FIBERGLASS WRAP. THE INSTALLATION OF THIS TEMPORARY ELBOW WILL ELIMINATE THE SAFETY CONDITION. FOR THE PERMANENT REPAIR, DEALERS WILL INSTALL ALUMINUM INLET ELBOWS. A PRELIMINARY OWNER NOTIFICATION WAS MAILED TO CONSUMERS DURING MAY 2001. OWNER NOTIFICATION BEGAN MAY 21, 2001. A SEPARATE OWNER NOTIFICATION WILL BE MAILED WHEN PARTS ARE AVAILABLE FOR THE PERMANENT REPAIR. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782." -03/09/2001,01V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V079000),Turtle Top,TURTLE TOP/IDLE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,85,"VEHICLE DESCRIPTION: VAN CONVERSIONS MODELS BUILT ON FORD 138"" E-350 CUTAWAY CHASSIS WITH 5.4L AND 6.8L GAS ENGINES WITH AFTER MARKET FAST IDLE CONTROLS INSTALLED. THESE FAST IDLE CONTROLS WERE IMPROPERLY INSTALLED, CAUSING THROTTLE CONTROL MALFUNCTION.",,"DEALERS WILL INSTALL A NEW BRACKET, VACUUM SOLENOID, AND HARDWARE TO A NEW LOCATION THAT DOES NOT HAVE THE POTENTIAL TO INTERFERE WITH THE FUNCTION OF THE OEM THROTTLE ASSEMBLY. OWNER NOTIFICATION BEGAN MARCH 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TURTLE TOP AT 1-219-831-4340." -03/08/2001,01E004002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E004002),"Meritor, Inc.",ARVINMERITOR/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Equipment,700,"EQUIPMENT DESCRIPTION: CERTAIN TIE ROD BALL-SOCKET BEARINGS, PART NO. TRW 24 DL, MANUFACTURED FROM JULY 14 THROUGH JULY 25, 1999, HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND PROVIDE A REMEDY FREE OF CHARGE. OWNER NOTIFICATION BEGAN MAY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 1-859-525-3361 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -03/08/2001,01I004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01I004000),"General Motors, LLC",GM/FLEXIBLE ENGINE COOLING FANS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: 1973-1979 LIGHT DUTY PICKUP TRUCKS AND VANS EQUIPPED WITH FLEXIBLE ENGINE COOLING FANS. THE FLEX FANS WERE INSTALLED ON VEHICLES EQUIPPED WITH A HEAVY COOLING SYSTEM AND WITHOUT AIR CONDITIONING. OVER TIME, CRACKS CAN DEVELOP IN THE FAN BLADE DUE TO FATIGUE, ENGINE MODIFICATIONS, OR VEHICLE CRASHES.","THIS COULD RESULT IN SEPARATION OF THE FAN BLADES, INCREASING THE RISK OF INJURY OR DEATH.","OWNERS ARE BEING ASKED TO INSPECT THE FAN ASSEMBLY TO CONFIRM IF IT IS EQUIPPED WITH THE FAN IN QUESTION. THE FAN ASSEMBLY HAS SEVEN FAN BLADES AND IS IDENTIFIED BY PART NUMBER 336032 ON EACH FAN BLADE. IF THE VEHICLE IS EQUIPPED WITH THE FLEXIBLE FAN ASSEMBLY, YOU SHOULD REPLACE THE FAN. A NEW FOUR-BLADE FIXED PITCH FAN (PART NUMBER 461317) WILL BE AVAILABLE WITHIN THE NEXT FEW WEEKS. GM RECOMMENDS THAT YOU NEVER STAND IN LINE WITH OR NEAR THE ENGINE COOLING FAN WHEN REVVING THE ENGINE. FOR THE OWNER'S PROTECTION, THE HOOD SHOULD BE CLOSED WHEN REVVING THE ENGINE. GM HAS DECIDED TO CONDUCT A SERVICE CAMPAIGN TO ADVISE OWNERS TO REPLACE THE FAN ASSEMBLY. OWNERS CAN CONTACT CHEVROLET AT 1-800-222-1020 OR GMC AT 1-800-462-8782, CONCERNING THIS PROGRAM." -03/08/2001,01V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V067000),"General Motors, LLC",GM/POWER SLIDING DOOR,LATCHES/LOCKS/LINKAGES,01013,Vehicle,477011,"VEHICLE DESCRIPTION: MINIVANS EQUIPPED WITH PASSENGER SIDE POWER SLIDING DOORS. THE DOOR CLOSES BUT MAY NOT BE LATCHED. IF THIS HAPPENS, THE POWER SLIDING DOOR CAN OPEN WHILE THE VEHICLE IS IN MOTION, PARTICULARLY WHEN THE VEHICLE ASCENDS A HILL, MAKES A TURN, OR TRAVELS OVER A ROUGH ROAD SURFACE.",AN UNRESTRAINED OCCUPANT COULD FALL OUT OF THE VAN AND BE INJURED.,"DEALERS WILL INSTALL A NEW UN-LATCH ACTUATOR ASSEMBLY TO THE POWER SLIDING DOOR. THIS RECALL HAS BEEN CONTINUED UNDER SAFETY RECALL 01V-264. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, OR OLDSMOBILE AT 1-800-442-6537." -03/08/2001,01V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V068000),"General Motors, LLC",GM/WINDSHIELD WIPER ARM,VISIBILITY,01014,Vehicle,129427,"ON CERTAIN PASSENGER VEHICLES ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE ""SALT BELT"" STATES: ALASKA, COLORADO, CONNECTICUT, DELAWARE, IDAHO, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, NORTH DAKOTA, OHIO, PENNSYLVANIA, RHODE ISLAND, SOUTH DAKOTA, UTAH, VERMONT, WEST VIRGINIA, WISCONSIN, AND WYOMING. IF A BUILDUP OF SNOW OR ICE RESTRICTS THE MOVEMENT OF THE PASSENGER SIDE WINDSHIELD WIPER ARM, THE PIVOT HOUSING CAN CRACK AND THE WIPERS WILL NOT OPERATE.",REDUCED VISIBILITY IN INCLEMENT WEATHER COULD LEAD TO A VEHICLE CRASH.,"DEALERS WILL REPLACE THE PASSENGER SIDE WINDSHIELD WIPER PIVOT HOUSING. OWNER NOTIFICATION BEGAN AUGUST 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020 OR OLDSMOBILE AT 1-800-442-6537." -03/08/2001,01V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V069000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,192,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A BULGE IN THE FUEL TANK CAUSED BY THE MANUFACTURING PROCESS RESULTED IN THINNING OF THE MATERIAL DURING A WELDING OPERATION, INCREASING THE RISK OF FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL TANK ASSEMBLY. OWNER NOTIFICATION BEGAN MARCH 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -03/07/2001,01V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V077000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TRANSFER CASE,POWER TRAIN,975,Vehicle,85400,VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE. THE ELECTRIC SHIFT TRANSFER CASE MAY NOT FULLY ENGAGE INTO GEAR WHEN THE OPERATOR MOVES THE TRANSFER CASE SELECTOR SWITCH.,THIS COULD CAUSE THE TRANSFER CASE TO END UP IN THE NEUTRAL POSITION UNEXPECTEDLY AND ALLOW THE VEHICLE TO ROLL AWAY IF THE PARKING BRAKE IS NOT APPLIED.,"DEALERS WILL REPROGRAM THE TRANSFER CASE CONTROL MODULE. OWNER NOTIFICATION BEGAN APRIL 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -03/07/2001,01V033004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033004),"Gillig, LLC",GILLIG/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2113,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",VANNER WILL NOTIFY OWNERS TO INSPECT THEIR BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED. VANNER IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN AND WAS EXPECTED TO BEGIN DURING MARCH 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER AT 1-800-227-6937. -03/07/2001,01V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V074000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/RADIUS RODS,SUSPENSION,NR (Not Reported),Vehicle,469,VEHICLE DESCRIPTION: TRANSIT BUSES. FIVE (5) FRONT RADIUS RODS INSTALLED IN THESE BUSES HAVE FAILED.,"A FAILURE OF A FRONT RADIUS ROD COULD CAUSE A SHIFT IN THE FRONT AXLE, POSSIBLY RESULTING IN A LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE THE RADIUS ROD. OWNER NOTIFICATION BEGAN MARCH 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEW FLYER AT 1-204-982-8181." -03/07/2001,01V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V066000),PACCAR Incorporated,PACCAR/STEERING SHAFT BOLTS,STEERING,201-B,Vehicle,1755,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE BOLTS USED TO SECURE THE STEERING SHAFT CAN FAIL.,"THIS CONDITION CAN RESULT IN THE LOSS OF VEHICLE CONTROL WITHOUT WARNING, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BOLTS. OWNER NOTIFICATION BEGAN APRIL 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000." -03/06/2001,01V044004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044004),"SAFARI MOTOR COACHES, INC.",SMC/TRW STEERING SYSTEMS/TIE ROD,STEERING,NR (Not Reported),Vehicle,117,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS EQUIPPED WITH TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 24-DL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN MARCH 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SMC AT 1-800-344-6332 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -03/05/2001,01E004001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E004001),DANA CORPORATION,DANA/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Equipment,1346,"EQUIPMENT DESCRIPTION: CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS, PART NO. TRW 24 DL AND MANUFACTURED FROM JULY 14 THROUGH JULY 25, 1999, HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING DANA'S CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DANA CORPORATION AT 419-535-4664 OR TRW CUSTOMER SERVICE AT 1-866-280-3287. -03/05/2001,01V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V072000),Toyota Motor Engineering & Manufacturing,TOYOTA/FRONT SUB FRAME,STRUCTURE,NR (Not Reported),Vehicle,545,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT SUB FRAME ASSEMBLY HAS NOT BEEN ADEQUATELY WELDED.,"THIS CONDITION COULD CAUSE FAILURE OF THE ASSEMBLY FOLLOWING LONG-TERM USAGE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE FRONT SUB FRAME, IF NECESSARY. OWNER NOTIFICATION BEGAN APRIL 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -03/02/2001,01E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E009000),"CLARCOR, INC.",BALDWIN & HASTINGS/FUEL FILTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,17740,"EQUIPMENT DESCRIPTION: FUEL FILTERS FOR USE AS REPLACEMENT EQUIPMENT IN CERTAIN CHEVROLET, DAIMLERCHRYSLER, DAIHATSU, DODGE, EAGLE, GEO, HYUNDAI, LEX US, MITSUBISHI, PLYMOUTH, SUZUKI, AND TOYOTA PASSENGER VEHICLES. PART NOS. BF1100 AND BF1179 FUEL FILTERS SOLD BY BALDWIN AND CERTAIN GF242 AND GF288 FUEL FILTERS SOLD BY HASTINGS. THESE FUEL FILTERS WERE PURCHASED FROM MADDOCKS BETWEEN SEPTEMBER 20, 1999, AND SEPTEMBER 11, 2000, AND CAN BE EASILY IDENTIFIED BECAUSE OF THE LABEL AFFIXED TO THEM, WHICH INDICATES THE FLOW DIRECTION OF FUEL AND STATES ""MADE IN CANADA."" GASOLINE CAN LEAK THROUGH THE SEAM OF THE FILTER.","IN THE PRESENCE OF AN IGNITION SOURCE, A POSSIBLE FIRE CAN OCCUR IN THE ENGINE COMPARTMENT.","BALDWIN AND HASTINGS WILL IMPLEMENT A PROGRAM TO RETRIEVE THE DEFECTIVE FUEL FILTERS AT NO CHARGE TO THE COSTUMER. OWNER NOTIFICATION BEGAN MARCH 16, 2001. OWNERS WHO RETURN THESE FILTERS AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BALDWIN AT (800) 822-5394 OR HASTINGS AT (800) 887-8836." -03/02/2001,01V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V070000),"Suzuki Motor USA, LLC",SUZUKI/FMVSS 120/TIRE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,14911,"VEHICLE DESCRIPTION: SOME SPORT UTILITY VEHICLES DO NOT COMPLY WITH THE CERTAIN REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE PRESENTATION OF SOME OF THE INFORMATION ON THE TIRE INFORMATION LABEL DEVIATES FROM THE FORMAT SET FORTH IN THE STANDARD AND THE LABEL MAY NOT BE ""PERMANENTLY AFFIXED"" AS REQUIRED BY THE STANDARD.",THE LABEL MAY NOT BE FULLY UNDERSTOOD BY SOME CUSTOMERS.,"DEALERS WILL INSTALL NEW LABELS AS WELL AS AN UPDATE TO THE OWNER'S MANUAL. OWNER NOTIFICATION BEGAN MARCH 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUZUKI AT 1-800-934-0934." -03/01/2001,01V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V071000),"Genie Industries, Inc.",GENIE/FENDER MOUNTING,STRUCTURE,NR (Not Reported),Vehicle,2177,VEHICLE DESCRIPTION: TRAILER MOUNTED BOOMS. THE FENDER MOUNTING COMPONENTS CAN CRACK AND DETACH FROM THE TRAILER.,"THIS CONDITION CAN INCREASE THE RISK OF PROPERTY DAMAGE, INJURY, OR A CRASH.","DEALERS WILL REPLACE THE FENDER AND MOUNTING PARTS, AS WELL AS NEW TIRES AND WHEELS. ON TMZ-34/19 BOOMS, A FIXED AXLE WILL BE INSTALLED (THE NEW FENDERS DO NOT WORK WITH THE RETRACTABLE AXLES). A NEW VIN NUMBER PLATE WILL BE ADDED TO UPDATE THE REQUIRED TIRE INFORMATION, AS WELL AS A NUMBER OF UPDATED DECALS AND A NEW OPERATOR'S MANUAL. OWNER NOTIFICATION BEGAN APRIL 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GENIE AT 1-425-881-1800." -03/01/2001,01V044005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044005),PACCAR Incorporated,PACCAR/TRW STEERING SYSTEMS/TIE ROD,STEERING,201C/01KW03,Vehicle,6392,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 24-DL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN ON APRIL 10, 2001, TO KENWORTH OWNERS AND ON APRIL 25, 2001, TO PETERBILT OWNERS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000, PETERBILT AT 1-940-591-4000 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -02/28/2001,01V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V048000),Ford Motor Company,FORD/FMVSS 108/STOP LAMPS,EXTERIOR LIGHTING,01S06,Vehicle,28000,"VEHICLE DESCRIPTION: PASSENGER SEDANS WITH FACTORY OR DEALER-INSTALLED DECK LID SPOILERS WITH LED CENTER HIGH MOUNTED STOP LAMPS (CHMSL). VEHICLES PRODUCED WITH SPOILERS WERE MANUFACTURED FROM MARCH 1 THROUGH OCTOBER 31, 2000; AND VEHICLES WITH SPOILERS INSTALLED BY DEALERS WERE MANUFACTURED FROM JANUARY 1 THOROUGH DECEMBER 30, 2000. WITH THE IGNITION SWITCH IN THE START OR RUN POSITIONS AND THE HAZARD WARNING LIGHTS OPERATING, THE CHMSL CAN ILLUMINATE (AT REDUCED INTENSITY) EVEN THOUGH THE SERVICE BRAKES HAVE NOT BEEN APPLIED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" ALSO, IN SOME CASES THE VEHICLE BRAKE-SHIFT INTERLOCK WOULD NOT FUNCTION PROPERLY, ALLOWING THE SHIFT LEVER TO BE MOVED FROM PARK WITHOUT APPLYING THE BRAKE.","UNDER THE REQUIREMENTS OF THE STANDARD, THE CHMSL SHALL BE ACTIVATED ONLY UPON APPPLICATION OF THE SERVICE BRAKES. ALSO, THE VEHICLE COULD ROLL INCREASING THE RISK OF A CRASH, IF THE SHIFT LEVER CAN BE SHIFTED OUT OF PARK WITHOUT DEPRESSING THE BRAKE PEDAL.","DEALERS WILL INSTALL A JUMPER/RESISTOR ASSEMBLY AT THE SPOILER THAT PROVIDES AN ELECTRICAL RESISTOR TO GROUND AND CORRECTS THE CHMSL AND BRAKE-SHIFT INTERLOCK CONDITIONS. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/27/2001,01V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V061000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/ALL ACTIVITY MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,377,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN ALL ACTIVITY MODULE II (AAM II) COULD HAVE A SUB-COMPONENT THAT COULD CAUSE THE MODULE TO INTERMITTENTLY NOT FUNCTION PROPERLY. THE AAM II CONTROLS A NUMBER OF SYSTEMS INCLUDING THE HIGH BEAM LIGHTS, INSTRUMENT CLUSTER, DOOR LOCKS, AND WIPER SYSTEMS.",THIS CONDITION COULD CAUSE AN INTERMITTENT NON-FUNCTIONING OF THESE SYSTEMS.,"DEALERS WILL REPLACE THE AAM II. OWNER NOTIFICATION BEGAN FEBRUARY 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -02/27/2001,01V033003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033003),"PREVOST CAR, INCORPORATED",PREVOST/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1888,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.","PREVOST WILL NOTIFY OWNERS TO INSPECT THEIR BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED. OWNER NOTIFICATION BEGAN NOVEMBER 29, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 1-418-831-2046 OR VANNER AT 1-800-227-6937." -02/26/2001,01V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V064000),"EUROPA INTERNATIONAL, INC.",EUROPA/TRANSMISSION SHIFTER LABELING,POWER TRAIN,NR (Not Reported),Vehicle,473,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THESE VEHICLES WERE BUILT WITH AN INCORRECT LABELING ON THE TRANSMISSION SHIFTER CONSOLE.,"THE IMPROPER LABELING COULD CAUSE A DRIVER TO PARK THE VEHICLE WITHOUT APPLYING THE PARKING BRAKE, WHICH COULD ALLOW THE VEHICLE TO ROLL AWAY AND CAUSE A CRASH OR INJURY.","DEALERS WILL RELABEL THE VEHICLE CONSOLE AND PLACE A STICKER ON THE CONSOLE WARNING OF THE NEED TO USE THE PARKING BRAKE. AN OWNER'S MANUAL SUPPLEMENT WILL ALSO BE PROVIDED EXPLAINING THE NEED TO USE THE PARKING BRAKE. OWNER NOTIFICATION BEGAN MARCH 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT EUROPA AT 1-888-538-7672." -02/26/2001,01V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V062000),Ford Motor Company,FORD/TRANSAXLE ATTACHING BOLTS,POWER TRAIN,01S07,Vehicle,1260,"VEHICLE DESCRIPTION: ELECTRIC LIGHT DUTY PICKUP TRUCKS. IF THE TRANSAXLE ATTACHING BOLTS BEGIN TO LOOSEN, THE DRIVER COULD NOTICE A JERKING MOTION AND/OR A CLUNKING SOUND. IF NOT SERVICED PROMPTLY, ALL NINE BOLTS COULD ULTIMATELY FALL OUT OR FRACTURE AND THE TRANSAXLE COULD DROP. IF THE TRANSAXLE DROPS, THE VEHICLE MAY NO LONGER BE IN THE GEAR INDICATED.","IF THIS OCCURS, THE SHIFT LEVER COULD BE PUT INTO ""PARK"" AND THE VEHICLE WOULD STILL BE FREE TO ROLL AS IF IN ""NEUTRAL,"" INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE MOUNTING BOLTS WITH LONGER BOLTS THAT INCLUDE A THREAD LOCK MATERIAL. WHEN INSTALLED, THE NEW BOLTS WILL BE TIGHTENED TO A HIGHER TORQUE. OWNER NOTIFICATION BEGAN MAY 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/23/2001,01V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V057000),IC CORPORATION,AMTRAN/FMVSS 120/TIRE PRESSURE LABEL,EQUIPMENT,NR (Not Reported),Vehicle,554,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. SOME CERTIFICATION LABELS DISPLAYED THE INCORRECT TIRE PRESSURE FOR THE TIRE SPECIFIED TO MEET THE GROSS AXLE WEIGHT RATING FOR THE FRONT AND/OR REAR AXLES. THIS DOES NOT MEET THE CERTAIN REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS,"" AND 49 CFR PART 567, ""CERTIFICATION.""","UNDER OR OVER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE, POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE WHICH COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE.","NEW CERTIFICATION LABELS ARE BEING PROVIDED TO OWNERS. OWNER NOTIFICATION BEGAN MARCH 16, 2001. OWNERS WHO DO NOT RECEIVE THE FREE CERTIFICATION LABEL WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-993-7686." -02/23/2001,01V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V060000),Blue Bird Body Company,BLUE BIRD/SLACK ADJUSTER,"SERVICE BRAKES, AIR",R01EM,Vehicle,460,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH A COMBINATION SPICER J230 REAR AXLE, SPRING SUSPENSION, AND CREWSON BRUNNER AUTOMATIC SLACK ADJUSTERS. THE CREWSON BRUNNER SLACK ADJUSTER CONTACTS A U-BOLT MOUNTING BRACKET WHEN A COMBINATION OF THE LISTED COMPONENTS ARE INSTALLED. THE COMBINATION DOES NOT ALLOW FOR FULL EXTENSION OF THE SLACK ADJUSTER WHEN BRAKES ARE APPLIED.","THIS CAN CAUSE A POTENTIAL FOR REDUCED BRAKING EFFORT, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL MODIFIED U-BOLT BRACKETS THAT WILL PROVIDE THE NEEDED CLEARANCE. OWNER NOTIFICATION BEGAN MARCH 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-825-2021." -02/23/2001,01V044003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044003),Blue Bird Body Company,BLUE BIRD/TRW STEERING SYSTEMS/TIE ROD,STEERING,R01ET,Vehicle,842,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES AND MOTOR HOME CHASSIS EQUIPPED WITH TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 24-DL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN MARCH 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BLUE BIRD AT 1-912-822-2242 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -02/23/2001,01V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V047000),"BMW of North America, LLC",BMW/BRAKE CALIPER SUPPORT,SUSPENSION,NR (Not Reported),Vehicle,1183,"VEHICLE DESCRIPTION: MOTORCYCLES. UNDER CERTAIN RIDING CONDITIONS WHEN THE REAR BRAKE AND THE THROTTLE ARE APPLIED SIMULTANEOUSLY, THE REAR BRAKE CALIPER SUPPORT COULD BEND, LEADING TO CONTACT BETWEEN THE BRAKE HOSE CONNECTING PIECE ON THE REAR CALIPER AND THE SWING ARM.","BRAKE FLUID LEAKAGE FROM THE CALIPER COULD OCCUR, RESULTING IN LOSS OF REAR BRAKING CAPABILITY.","DEALERS WILL INSPECT THE REAR BRAKE CALIPER SUPPORT AND, IF IT IS BENT, WILL REPLACE THE SWING ARM, TOGETHER WITH THE CALIPER AND BRAKE HOSE, IF NECESSARY. IF THE SUPPORT IS NOT BENT, IT WILL BE REINFORCED WITH A PLASTIC BLOCK. OWNER NOTIFICATION BEGAN MAY 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117, OPTION #4." -02/23/2001,01V059001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V059001),COUNTRY COACH INC,COUNTRY COACH/ARVINMERITOR/BRAKE ROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,52,"VEHICLE DESCRIPTION: MOTORHOMES EQUIPPED WITH ARVINMERITOR ""W-SERIES"" AIR-ACTUATED BRAKE CAM ROLLERS. THESE ROLLERS WERE INSTALLED AS ORIGINAL EQUIPMENT AND ALSO SOLD AS REPLACEMENT PARTS. THE AFFECTED BRAKE ROLLERS MAY FRACTURE IF SUBJECTED TO HIGH APPLICATION LOADINGS.","IF ONE OR MORE OF THE AFFECTED BRAKE ROLLERS FRACTURE, PROPER BRAKE APPLICATION COULD BE COMPROMISED, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL INSPECT BRAKE ROLLERS AND REPLACE THEM IF NECESSARY. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING FEBRUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT COUNTRY COACH AT 1-800-452-8015. -02/23/2001,01V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V052000),DRAKE TRAILERS OF EDINBURGH,DRAKE TRAILERS/FMVSS 121/ABS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,152,"VEHICLE DESCRIPTION: HOPPER TRAILERS. THESE HOPPER TRAILERS WERE NOT EQUIPPED WITH THE ANTI-LOCK BRAKING SYSTEM IN COMPLIANCE WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","WITHOUT THE ANTI-LOCK BRAKING SYSTEM, THESE HOPPER TRAILERS WILL HAVE AN INCREASED LIKELIHOOD OF CRASHES CAUSED BY JACKKNIFING AND OTHER LOSSES OF DIRECTIONAL STABILITY AND CONTROL DURING BRAKING.","DEALERS WILL INSTALL AN ANTI-LOCK BRAKING SYSTEM. OWNER NOTIFICATION BEGAN FEBRUARY 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DRAKE TRAILERS AT 1-317-729-5703." -02/23/2001,01V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V058000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,200,VEHICLE DESCRIPTION: MOTOR HOMES. THE BATTERY CABLE IS ROUTED TOO CLOSE TO A SHARP EDGE ON TOP OF THE AUTOMATIC TRANSMISSION CAUSING ABRASION TO THE CABLE INSULATION.,THIS COULD LEAD TO AN ELECTRICAL SHORT OR POSSIBLE FIRE.,"DEALERS WILL INSPECT, REPLACE OR REPAIR DAMAGED CABLES AND NECESSARY, AND RELOCATE THE AFFECTED CABLES. OWNER NOTIFICATION BEGAN MARCH 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-322-8216." -02/23/2001,01V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V063000),"Mack Trucks, Inc.",MACK/POWER STEERING HOSE,STEERING,NR (Not Reported),Vehicle,56,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. INCORRECT PRESSURE RATED POWER STEERING HOSES WERE INSTALLED.,THE HOSE THAT CONNECTS THE POWER STEERING PUMP TO THE STEERING GEAR CAN BURST OR LEAK RESULTING IN THE LOSS OF POWER STEERING ASSIST.,"DEALERS WILL REPLACE THE POWER STEERING HOSE. OWNER NOTIFICATION BEGAN APRIL 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MACK AT 1-610-709-3011." -02/23/2001,01V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V065000),"Nissan North America, Inc.",NISSAN/FIRESTONE/SHOULDER AREA CRACKING,TIRES,NR (Not Reported),Vehicle,21622,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH FIRESTONE FIREHAWK GTA-02 , SIZE P205/55R16 89H TIRES. THE RECALLED TIRES ARE IDENTIFIED BY DOT SERIAL #W2 T2 VF3 XXX OR W2 T2 VF3 XXXX; WHERE XXX MAY BE 289, 299, 309, 319, 329, 339, 349, 359, 369, 379, 389, 399, 409, 419, 429, 439, 449, 459, 469, 479, 489, 499, 509, 519, 529, 010, 020, 030, 040, 050, 060, 070, 080, 090, 100, 110, 120, 130, 140, 150, 170, AND WHERE XXXX MAY BE 1800, 1900, 2000, 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900, 3000, 3100, 3200, 3300, 3400, 3500, 3600, 3700, 3800, 3900, 4000, 4100, 4200, 4300, 4400, AND 4500. WITH INCREASING MILEAGE, THE TIRES MAY DEVELOP SHOULDER AREA CRACKING. CONTINUED USE OF A TIRE WITH THIS CONDITION MAY LEAD TO EXPOSURE OF THE BELT EDGE.","UNDER THESE CIRCUMSTANCES, A BELT EDGE SEPARATION IS POSIBLE, WHICH COULD RESULTING IN THE LOSS OF TIRE PRESSURE.",BRIDGESTONE/FIRESTONE WILL REPLACE THE TIRES WHICH WERE INSTALLED AS ORIGINAL EQUIPMENT ON THESE ALTIMA VEHICLES. FIRESTONE IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING MARCH 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED FIRESTONE DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FIRESTONE AT 1-800-465-1904. -02/22/2001,01V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V053000),Honda (American Honda Motor Co.),HONDA/SPEAKER AMPLIFIERS,EQUIPMENT,NR (Not Reported),Vehicle,47158,VEHICLE DESCRIPTION: SEDAN AND COUPE MODEL VEHICLES EQUIPPED WITH A BOSE AUDIO SYSTEM THAT HAD SEPARATE SPEAKER AMPLIFIERS MOUNTED BEHIND THE REAR SEAT BACK. A TRANSISTOR IN THE SPEAKER AMPLIFIER COULD OVERHEAT.,THIS OVERHEATING CAN RESULT IN SMOKE OR THE POSSIBILITY OF A FIRE.,"DEALERS WILL REPLACE THE AMPLIFIER CIRCUIT BOARDS. OWNER NOTIFICATION BEGAN MARCH 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ACURA AT 1-800-382-2238." -02/22/2001,01V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V055000),Isuzu Motors Limited,ISUZU/PASSENGER SIDE AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,3,VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES WERE BUILT WITH THE INFLATORS IN THE PASSENGER SIDE AIR BAG MODULES HAVING THE WRONG AMOUNT OF GENERANT.,"IN THE EVENT OF A CRASH THAT WOULD TRIGGER A PASSENGER AIR BAG DEPLOYMENT, TOO MUCH GENERANT CAN CAUSE THE INFLATOR MODULE TO EXPLODE. IF THE AIR BAG MODULE EXPLODES, METAL AND PLASTIC DEBRIS COULD CAUSE SEVERE INJURY TO VEHICLE OCCUPANTS.",DEALERS WILL REPLACE THE PASSENGER SIDE AIR BAG UNIT. -02/22/2001,01V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V054000),PACCAR Incorporated,PACCAR/PETERBILT/FMVSS 210/FASTENERS,SEAT BELTS,201-1,Vehicle,6623,"VEHICLE DESCRIPTION: CLASS 7 AND CLASS 8 VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEM,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" SOME FASTENERS USED TO ATTACH THE SHOULDER BELT ANCHOR BRACKET TO THE CAB STRUCTURE WERE OMITTED DURING PRODUCTION.","IN THE EVENT OF A CRASH, THE SHOULDER BELT ANCHORAGE MAY NOT PROPERLY RESTRAIN THE SEAT OCCUPANT, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL ADD THE NECESSARY FASTENERS. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PETERBILT AT 1-940-591-4000." -02/21/2001,01V044002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V044002),FREIGHTLINER LLC,FREIGHTLINER/TRW STEERING SYSTEMS/TIE ROD,STEERING,FL-284,Vehicle,16000,"VEHICLE DESCRIPTION: TRUCKS, SCHOOL BUS AND MOTOR HOME CHASSIS, AND TRANSIT BUSES EQUIPPED WITH TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 24-DL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW-SPECIFICATION CASE DEPTH AND/OR HARDNESS, WHICH CAN LEAD TO PREMATURE WEAR OF THE SOCKET.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A CRASH.","DEALERS WILL REPLACE THE DEFECTIVE BALL SOCKETS AND/OR DRAG LINKS. OWNER NOTIFICATION BEGAN MAY 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712 OR TRW CUSTOMER SERVICE AT 1-866-280-3287." -02/21/2001,01E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E006000),"REESE PRODUCTS, INC",REESE/TRAILER HITCH BALL MOUNT,EQUIPMENT,NR (Not Reported),Equipment,66836,"EQUIPMENT DESCRIPTION: INTERCHANGEABLE HITCH BALLS, KIT PART NUMBERS #57000, #57001, AND #57002, MANUFACTURED BETWEEN FEBRUARY 1, 2000, AND OCTOBER 31, 2000, WHICH ARE AFFIXED TO A MOUNTING POST ON A TOW VEHICLE WITH A VERTICALLY ALIGNED PLUNGER APPLIED THROUGH THE TOP CENTER OF THE HITCH BALL. THE PLUNGER HOLDING THE HITCH BALL TO THE MOUNTING POST CAN WORK LOOSE.","THIS WOULD ALLOW THE HITCH BALL, AND THE TRAILER THAT IS COUPLED TO THE BALL, TO DISCONNECT FROM THE TOWING VEHICLE, POSSIBLY CAUSING A VEHICLE CRASH.","REESE WILL PROVIDE A REPLACEMENT KIT TO ITS CUSTOMERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN DURING FEBRUARY 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT REESE AT 1-800-326-1090." -02/20/2001,01E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E007000),"AM SAFE, INC.",AM-SAFE/SEAT BELT CONNECTORS,SEAT BELTS,NR (Not Reported),Equipment,31561,"EQUIPMENT DESCRIPTION: CENTER PUSH BUTTON SEAT BELT BUCKLE CONNECTORS (TONGUES) FROM LOT 9909 AND ASSEMBLIES USING THESE CONNECTORS MANUFACTURED BETWEEN SEPTEMBER 1 AND SEPTEMBER 30, 1999. CONNECTORS FOR THE AFFECTED LOT WERE SENT THROUGH A SECONDARY PROCESS AFTER STAMPING. THE SECONDARY PROCESS FORMED A CHAMFER IN THE CONTACT SURFACE OF SOME OF THE CONNECTORS. A CHAMFER IN THE SURFACE WILL ALLOW THE CONNECTOR TO DISENGAGE FROM THE BUCKLE DURING A VEHICLE CRASH LEAVING THE OCCUPANT UNRESTRAINED. THESE BUCKLE ASSEMBLIES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE IS NOTIFYING CUSTOMERS THAT THEY WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330." -02/20/2001,01V056001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V056001),"COACHMEN INDUSTRIES, INC.",COACHMEN/FREIGHTLINER/ELECTRONIC ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,99,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON FREIGHTLINER CHASSIS AND EQUIPPED WITH CATERPILLAR ENGINES AND FELSTED ELECTRONIC ACCELERATOR PEDALS. THE RETURN SPRINGS CAN BREAK ON THE ACCELERATOR PEDALS THAT ARE EQUIPPED WITH STAINLESS STEEL OR ELECTROPLATED MUSIC WIRE RETURN SPRINGS.,"THIS CONDITION COULD CAUSE THE PEDAL TO GO TO FULL THROTTLE IF BOTH RETURN SPRINGS BREAK, INCREASING THE RISK OF A CRASH.","REPLACEMENT ACCELERATOR PEDALS EQUIPPED WITH RETURN SPRINGS MANUFACTURED OF MUSIC WIRE WITH ONE ADDITIONAL COIL ON EACH SPRING AND WITH AN ORGANIC COATING, ELIMINATING ELECTROPLATING WILL BE INSTALLED. FREIGHTLINER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712 OR COACHMEN AT 1-219-825-5821." -02/20/2001,01T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T006000),Bridgestone Americas Tire Operations,FIRESTONE/SHOULDER AREA CRACKING,TIRES,NR (Not Reported),Tire,952000,"TIRE DESCRIPTION: FIRESTONE FIREHAWK GTA-02 , SIZE P205/55R16 89H, PRODUCED AT THE WILSON, NORTH CAROLINA PLANT FROM JULY 16, 1999, THROUGH NOVEMBER 1, 2000. THESE TIRES WERE INSTALLED AS ORIGINAL EQUIPMENT ON CERTAIN MODEL YEAR 2000 AND 2001 NISSAN ALTIMA SE PASSENGER CARS. THE RECALLED TIRES ARE IDENTIFIED BY DOT SERIAL #W2 T2 VF3 XXX OR W2 T2 VF3 XXXX; WHERE XXX MAY BE 289, 299, 309, 319, 329, 339, 349, 359, 369, 379, 389, 399, 409, 419, 429, 439, 449, 459, 469, 479, 489, 499, 509, 519, 529, 010, 020, 030, 040, 050, 060, 070, 080, 090, 100, 110, 120, 130, 140, 150, 170, AND WHERE XXXX MAY BE 1800, 1900, 2000, 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900, 3000, 3100, 3200, 3300, 3400, 3500, 3600, 3700, 3800, 3900, 4000, 4100, 4200, 4300, 4400, AND 4500. WITH INCREASING MILEAGE, THE TIRES MAY DEVELOP SHOULDER AREA CRACKING. CONTINUED USE OF A TIRE WITH THIS CONDITION MAY LEAD TO EXPOSURE OF THE BELT EDGE.","UNDER THESE CIRCUMSTANCES, A BELT EDGE SEPARATION IS POSIBLE, WHICH COULD RESULT IN LOSS OF TIRE PRESSURE.","FIRESTONE WILL NOTIFY OWNERS TO BRING IN THEIR VEHICLES TO AN AUTHORIZED FIRESTONE DEALER FOR FREE REPLACEMENT TIRES. OWNER NOTIFICATION BEGAN FEBRUARY 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED FIRESTONE DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FIRESTONE CUSTOMER SERVICE AT 1-800-465-1904." -02/20/2001,01V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V051000),PACCAR Incorporated,PACCAR/KENWORTH/LOWER SWAY ARM BOLTS,SUSPENSION,01KW02,Vehicle,209,"VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH 54"" REAR AXLE SPACING CONFIGURATION OF THE AIRGLIDE 200 SUSPENSION WITH THE SERVICE APPLICATION IDENTIFIED AS LOGGER, DUMP TRUCK, OR TANKER. THE REAR SUSPENSION IS REGULARLY SUBJECTED TO EXTREME ARTICULATION, RESULTING IN FLEXING OF THE JOINT.",FAILURE OF THE LOWER SWAY ARM ATTACHING BOLTS COULD RESULT IN LOSS OF VEHICLE CONTROL.,"DEALERS WILL REPLACE THE LOWER SWAY ARM BRACKETS. OWNER NOTIFICATION BEGAN MARCH 27, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -02/14/2001,01V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V045000),Ford Motor Company,FORD/POWER BRAKE BOOSTER/MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",01S04,Vehicle,80,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH AN INCORRECT POWER BRAKE BOOSTER AND MASTER CYLINDER ASSEMBLY.,"IF EITHER THE MASTER CYLINDER OR POWER BRAKE BOOSTER IS SUBSEQUENTLY SERVICED WITH ONLY ONE OF THE CORRECT BRAKE BOOSTER OR MASTER CYLINDER PARTS, BRAKE PERFORMANCE WOULD BE REDUCED.","DEALERS WILL INSTALL THE CORRECT CONTOUR BRAKE BOOSTER AND MASTER CYLINDER IN EACH OF THESE VEHICLES. OWNER NOTIFICATION BEGAN JANUARY 28, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332." -02/14/2001,01V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V046000),Ford Motor Company,FORD/TRUCK TIRES,TIRES,01S05,Vehicle,102000,VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH COMMERCIAL TRUCK TIRES THAT HAVE STEEL CORDS IN THE TIRE SIDEWALL. THE VALVE STEMS MAY HAVE BEEN TORN OR DAMAGED DURING ASSEMBLY AND COULD LEAK CAUSING SIDEWALL DAMAGE.,"IF NOT MAINTAINED, COULD RESULT IN A SIDEWALL ZIPPER FAILURE. A ZIPPER FAILURE DURING INFLATION OF A DAMAGED TIRE COULD RESULT IN INJURY TO SOMEONE NEAR THE TIRE.","DEALERS WILL INSPECT THE VALVE STEMS FOR LEAKAGE, AND WILL REPLACE BOTH THE VALVE STEM AND THE TIRE IF LEAKAGE IS PRESENT. OWNER NOTIFICATION BEGAN MARCH 28, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/14/2001,01V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V042000),"Rolls-Royce Motor Cars, Ltd.",ROLLS-ROYCE/FUEL HOSES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,330,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IMPROPERLY MANUFACTURED FUEL FEED AND RETURN HOSES WERE INSTALLED IN SOME OF THESE VEHICLES. THE POSITION OF THE CRIMP SECURING THE RUBBER HOSE MATERIAL TO THE STEEL QUICK RELEASE CONNECTION MAY HAVE BEEN IMPROPER. IF THE CRIMP IS NOT PROPERLY POSITION, FUEL LEAKAGE COULD OCCUR IN THE ENGINE COMPARTMENT.","IF AN IGNITION SOURCE IS PRESENT, THIS FUEL LEAKAGE COULD RESULT IN A FIRE.","DEALERS WILL REPLACE ALL FEED AND RETURN HOSES. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ROLLS-ROYCE AT 1-248-340-6464." -02/14/2001,01V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V043000),"Saleen, Inc.",SALEEN/ACCESSORY SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,240,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ACCESSORY SWITCH AND ASSOCIATED WIRING MOUNTED IN THE PASSENGER WHEEL WELL OF CERTAIN VEHICLES CAN OVERHEAT WHEN THE CURRENT FLOW DOES NOT CEASE AFTER THE VEHICLE'S IGNITION IS TURNED TO THE ""OFF"" POSITION.","THIS CAUSES THE SWITCH TO OVERHEAT AND MELT BOTH THE SWITCH AND ITS ASSOCIATED WIRE, INCREASING THE RISK OF FIRE.","DEALERS WILL CHANGE THE ACCESSORY SWITCH IN THESE VEHICLES AND MODIFY ITS WIRING. OWNER NOTIFICATION BEGAN MARCH 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SALEEN AT 1-949-597-3823." -02/12/2001,01V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V041000),"Charles Machine Works, Inc.",CHARLES MACHINE/WHEELS,WHEELS,NR (Not Reported),Vehicle,723,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH WHEELS PAINTED SILVER WITH ""DOT USA T 16 X 6 KH"" STAMPED INTO THE RIM. THE CENTER DISK CAN CRACK WITH POSSIBLE SEPARATION OF RIM FROM DISK.",THIS INCREASES THE RISK OF LOSS OF VEHICLE CONTROL.,"DEALERS WILL REPLACE THESE WHEELS. OWNER NOTIFICATION BEGAN MARCH 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHARLES MACHINE AT 1-580-336-4402." -02/12/2001,01V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V038000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE HOSE/ABS SENSOR WIRE,"SERVICE BRAKES, HYDRAULIC",971,Vehicle,2000,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH AN ANTI-LOCK BRAKING SYSTEM (ABS). SOME VEHICLES MAY HAVE INADEQUATE CLEARANCE BETWEEN THE FRONT TIRE/WHEEL AND THE BRAKE HOSE/ABS SENSOR WIRE ASSEMBLY. DURING FULL LOCK TURNS, IT IS POSSIBLE FOR THE TIRE OR WHEEL TO CONTACT THE BRAKE HOSE/ABS SENSOR WIRE ASSEMBLY.","THIS COULD ULTIMATELY RESULT IN WIRE DAMAGE AND/OR A HOLE IN THE BRAKE LINE, AFFECTING BRAKE EFFECTIVENESS, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE FRONT BRAKE HOSE ASSEMBLIES, AND THE ABS SENSOR WIRE WILL BE INSPECTED AND REPLACED IF NECESSARY. OWNER NOTIFICATION BEGAN MARCH 8, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/12/2001,01V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V039000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 110/TIRE PLACARD,EQUIPMENT,972,Vehicle,137,"VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH 15"" WHEELS, EQUIPPED WITH AN R/T PACKAGE. CERTAIN VEHICLES WERE EQUIPPED WITH AN INCORRECT TIRE PLACARD. THE VEHICLES WERE EQUIPPED WITH P195/50R16 TIRES BUT THE TIRE PLACARD INDICATED THAT THE RECOMMENDED TIRE SIZES WERE P185/65R14 AND P185/65R15. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",THE LABEL SPECIFIES THE WRONG RECOMMENDED TIRE SIZE. THIS COULD CAUSE THE OWNER TO SELECT INCORRECT REPLACEMENT TIRES.,"OWNERS WILL BE PROVIDED WITH A CORRECT LABEL AND INSTALLATION INSTRUCTIONS. OWNER NOTIFICATION BEGAN FEBRUARY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/12/2001,01V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V040000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HOOD LATCH,LATCHES/LOCKS/LINKAGES,973,Vehicle,701000,"ON CERTAIN PICKUP TRUCKS ORIGINALLY SOLD IN OR CURRENTLY REGISTERED IN THE FOLLOWING ""SALT BELT"" STATES: MAINE, NEW HAMPSHIRE, VERMONT, MASSACHUSETTS, RHODE ISLAND, CONNECTICUT, NEW YORK, NEW JERSEY, PENNSYLVANIA, DELAWARE, MARYLAND, THE DISTRICT OF COLUMBIA, WEST VIRGINIA, OHIO, INDIANA, MICHIGAN, ILLINOIS, WISCONSIN, MINNESOTA, IOWA, AND MISSOURI. CORROSION OF THE RETURN SPRING ON THE HOOD SECONDARY LATCH COULD CAUSE THE MECHANISM TO BIND IN THE ""RELEASE POSITION.""","IF THE PRIMARY LATCH IS NOT ENGAGED, THE HOOD COULD OPEN UNEXPECTEDLY.","DEALERS WILL REPLACE THE SECONDARY HOOD LATCH. OWNER NOTIFICATION BEGAN SEPTEMBER 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/12/2001,01V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V037000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/THROTTLE CABLE,VEHICLE SPEED CONTROL,970,Vehicle,157000,VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH DIESEL ENGINES. THE THROTTLE CABLE COULD UNRAVEL (FRAY) OR BREAK RESULTING IN LOSS OF THROTTLE CONTROL.,"A THROTTLE THAT DOES NOT RETURN TO IDLE COULD RESULT IN UNEXPECTED ACCELERATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND REPLACE THE THROTTLE CABLE AND UPPER BELL CRANK LEVER. OWNER NOTIFICATION BEGAN AUGUST 3, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -02/12/2001,01V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V036000),"NEWMAN'S MANUFACTURING, INC.",NEWMAN'S MANUFACTURING/TRAILER,SUSPENSION,NR (Not Reported),Vehicle,1800,"VEHICLE DESCRIPTION: SLED BED TRAILERS USED TO TRANSPORT SNOWMOBILES MANUFACTURED WITH ISUS AXLES BETWEEN JULY 1 AND SEPTEMBER 19, 2000.",THE WHEEL HUB WILL SEPARATE FROM THE TRAILER AXLE POSSIBLY CAUSING A VEHICLE CRASH OR PERSONAL INJURY.,"NEWMAN'S MANUFACTURING WILL NOTIFY ITS CUSTOMERS TO RETURN THEIR TRAILERS TO THE NEAREST DEALER FOR INSPECTION AND CORRECTION FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 19, 2001. OWNERS WHO TAKE THEIR TRAILERS TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NEWMAN'S CUSTOMER SERVICE AT 1-877-766-4634." -02/09/2001,01V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V035000),"PREVOST CAR, INCORPORATED",PREVOST/FRONT AXLE ATTACHMENT ASSEMBLY,SUSPENSION,SR01-03,Vehicle,637,VEHICLE DESCRIPTION: COACHES. THE TRANSVERSAL RADIUS ROD ATTACHMENT ASSEMBLY COULD DEVELOP FATIGUE CRACKS AND EVENTUALLY FAIL.,"THIS CONDITION CAN AFFECT THE HANDLING OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL WELD A REINFORCEMENT PLATE ON THE VERTICAL MEMBER OF THE TRANSVERSAL RADIUS ROD ATTACHMENT. OWNER NOTIFICATION BEGAN FEBRUARY 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PREVOST AT 418-831-5432." -02/07/2001,01V033002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033002),"Featherlite, Inc.",FEATHERLITE/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,35,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.","FEATHERLITE WILL NOTIFY OWNERS TO INSPECT THEIR BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FEATHERLITE 1-888-826-8273 OR VANNER AT 1-800-227-6937." -02/07/2001,01V033001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033001),"NABI Bus, LLC",NABI/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,911,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.","NABI WILL NOTIFY OWNERS TO INSPECT THEIR BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED. OWNER NOTIFICATION BEGAN MARCH 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT NABI AT 1-256-831-4296 OR VANNER AT 1-800-227-6937." -02/07/2001,01V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V034000),"Subaru of America, Inc.",SUBARU/SEAT RAILS,SEATS,NR (Not Reported),Vehicle,3627,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUALLY-ADJUSTABLE (NON-POWERED) SEATS. CERTAIN INNER FRONT SLIDE RAIL LATCH MECHANISMS MAY HAVE BEEN IMPROPERLY WELDED.,"IF AN INNER SLIDE RAIL LATCH MECHANISM BREAKS DUE TO IMPROPER WELDING, FORWARD AND REARWARD SEAT ADJUSTMENT WILL NO LONGER BE POSSIBLE. IN THE EVENT OF A CRASH, THE SLIDE RAILS COULD BREAK, EXPOSING THE OCCUPANT TO A RISK OF INJURY.","DEALERS WILL REPLACE ONE OR BOTH FRONT SEAT INNER SLIDE RAILS. OWNER NOTIFICATION BEGAN MARCH 30, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SUBARU AT 1-800-782-2783." -02/06/2001,01V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V030000),"BMW of North America, LLC",BMW/SPINDLE BOLT,STEERING,NR (Not Reported),Vehicle,13791,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DURING ASSEMBLY OF THESE VEHICLES, THE LOWER END OF THE SPINDLE MAY NOT HAVE BEEN INSERTED COMPLETELY INTO THE COUPLING. IN SUCH A CASE, THE FASTENING BOLT USED TO SECURE THE CONNECTION MAY NOT COMPLETELY ENGAGE THE SPINDLE WITHIN THE COUPLING. DURING DRIVING, IT WOULD BE POSSIBLE FOR THE SPINDLE TO DISCONNECT.",THIS COULD RESULT IN A LOSS OF STEERING CAPABILITY AND INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE SPINDLE TO ENSURE PROPER INSERTION IN THE COUPLING, AND, IF NECESSARY, THE SPINDLE WILL BE FULLY INSERTED AND THE FASTENING BOLT REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -02/06/2001,01V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V031000),Ford Motor Company,FORD/BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,01S02,Vehicle,120000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 2.5L V6 ENGINES. THE BATTERY CABLE WAS MISROUTED AND ITS ATTACHMENT TO THE ALTERNATOR CABLE WAS UNDER-TORQUED. IF MISROUTED, THE CABLE COULD CONTACT THE POWER STEERING LINE AND THE INSULATION COULD WEAR, RESULTING IN AN ELECTRICAL SHORT.","THE SHORT COULD POTENTIALLY RESULT IN A FIRE, STALLING, OR A NO-START CONDITION.","DEALERS WILL INSPECT THE BATTERY CABLE TO THE ALTERNATOR FOR DAMAGE AND, IF IT IS DAMAGED, WILL REPLACE THE CABLE. ADDITIONALLY, THE ROUTING OF THE CABLE WILL BE CORRECTED, AS NECESSARY, AND A ROUTING CLIP WILL BE ADDED. ALSO THE TORQUE ON THE ALTERNATOR ATTACHMENT OF THE CABLE WILL BE CHECKED AND, AS REQUIRED, WILL BE TIGHTENED TO SPECIFICATION. OWNER NOTIFICATION BEGAN MARCH 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/06/2001,01V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V032000),Ford Motor Company,FORD/BRAKE LAMP SWITCH,EXTERIOR LIGHTING,01S03,Vehicle,33000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BRAKE LAMP SWITCH TERMINALS COULD OVERHEAT.,"THIS COULD CAUSE EITHER A LOSS OF BRAKE LAMP FUNCTION OR CONTINUOUSLY ILLUMINATED BRAKE LAMPS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW STOP LAMP EXTENSION HARNESS WITH BRONZE TERMINALS AT THE BRAKE LAMP SWITCH CONNECTOR, AND ALSO INSPECT THE BRAKE LAMP SWITCH FOR SIGNS OF OVERHEATING AND REPLACE, AS REQUIRED. OWNER NOTIFICATION BEGAN MARCH 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -02/06/2001,01V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V006000),"Winnebago Industries, Inc.",WINNEBAGO/LPG HOSE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,127,"VEHICLE DESCRIPTION: MOTORHOMES. THE HOSE SUPPLYING LIQUID PROPANE GAS (LPG) TO THE REFRIGERATOR IN THE SLIDEOUT OF THE UNIT DID NOT HAVE ADEQUATE HOSE ""LOOP"" AT THE EXTENSION MECHANISM. THE INSUFFICIENT AMOUNT OF HOSE IN THIS LOOP COULD CAUSE DAMAGE TO THE HOSE WHEN THE ROOM IS RETRACTED.",HE HOSE COULD DEVELOP A LEAK WHICH HAS THE POTENTIAL TO RESULT IN FIRE.,"DEALERS WILL RE-ROUTE THE LPG HOSE. OWNER NOTIFICATION BEGAN MARCH 16, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WINNEBAGO AT 1-641-585-6939." -02/05/2001,01E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E005000),DEXTER AXLE,DEXTER AXLE/AXLE ASSEMBLY/BRAKE DRUM,SUSPENSION,NR (Not Reported),Equipment,987,"EQUIPMENT DESCRIPTION: HI-SPEC WHEELS, PART NO. 356655, USED IN COMBINATION WITH DEXTER AXLE (6) BOLT BRAKE DRUMS MANUFACTURED BETWEEN FEBRUARY AND OCTOBER 2000. A DESIGN CHANGE WITH THE BRAKE DRUM RENDERED THEM INCOMPATIBLE WITH CERTAIN CAST ALUMINUM WHEELS PRODUCED BY HI-SPEC WHEEL & TIRE COMPANY. BRAKE DRUMS USED WITH THESE WHEELS DO NOT PROVIDE SUFFICIENT MOUNTING SURFACE AREA FOR SUPPORT OF THESE WHEELS.",INSUFFICIENT SURFACE AREA WILL RESULT IN LOOSENING OF THE WHEEL BOLTS WHICH MAY CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE. LOSS OF THE WHEEL(S) COULD RESULT IN A VEHICLE CRASH.,"DEXTER AXLE WILL NOTIFY CONSUMERS TO RETURN THEIR VEHICLES TO THE NEAREST DEALER FOR INSPECTION AND CORRECTION OF THE DEFECT FREE OF CHARGE. OWNER NOTIFICATION BEGAN JANUARY 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DEXTER AXLE SERVICE DEPARTMENT AT 1-800-440-2164." -02/05/2001,01V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V029000),FREIGHTLINER LLC,FREIGHTLINER/DEFROSTER BLOWER MOTOR SWITCH,VISIBILITY,FL-280,Vehicle,2858,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. AN UNDERSIZED GROUND WIRE FOR THE DEFROSTER BLOWER MOTOR SWITCH CAN CAUSE THE SWITCH TO OVERHEAT AND FAIL.,THIS RESULTS IN A LOSS OF THE DEFROSTING SYSTEM.,"DEALERS WILL REPLACE THE DEFROSTER BLOWER MOTOR SWITCH GROUND WIRE. OWNER NOTIFICATION BEGAN MAY 21, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -02/05/2001,01V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V028000),FREIGHTLINER LLC,FREIGHTLINER/WIRING,INTERIOR LIGHTING,FL-279,Vehicle,2700,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. INCORRECT WIRING OF THE INSTRUMENT LIGHTING DIMMER SWITCH CAN CAUSE IT TO FAIL.,THIS CAN RESULT IN A LOSS OF THE INSTRUMENT CLUSTER LIGHTING.,"DEALERS WILL CORRECT THE WIRING FOR THE INSTRUMENT LIGHTING DIMMER SWITCH. OWNER NOTIFICATION BEGAN MAY 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -02/05/2001,01V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V027000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FMVSS 106,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 3.5L ENGINES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 106, ""BRAKE HOSES."" THESE VEHICLES ARE EQUIPPED WITH NONCOMPLIANT BRAKE VACUUM HOSES.","THESE HOSES COULD BURST CAUSING FLUID LEAKAGE, INCREASING THE BRAKING CAPABILITY OF THE VEHICLE AND COULD RESULT IN A CRASH.","DEALERS WILL REPLACE THE VACUUM HOSE. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -02/05/2001,01V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V021000),PACCAR Incorporated,PACCAR/KENWORTH/CIRCUIT BREAKER,ELECTRICAL SYSTEM,01KW01,Vehicle,1992,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AN OPTIONAL FIREWALL-MOUNTED CIRCUIT BREAKER. THE MAIN CAB POWER AND BATTERY POWER LEADS WERE ATTACHED INCORRECTLY. THIS CONDITION CAN RESULT IN THE MAIN CAB POWER BEING UNPROTECTED.,"IF A WIRING SHORT OCCURRED ANYWHERE ALONG THE CAB POWER CIRCUIT, THE AVAILABLE BATTERY POWER COULD ARC AND CAUSE SUBSEQUENT DAMAGE TO THE VEHICLE OR A FIRE.","DEALERS WILL INSPECT AND CORRECT THE PROBLEM, AS NEEDED. OWNER NOTIFICATION BEGAN FEBRUARY 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KENWORTH AT 1-425-828-5000." -02/03/2001,01V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V025000),"Ferrari North America, Inc.",FERRARI/INSTRUMENT CLUSTER SOFTWARE,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,353,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A SOFTWARE PROGRAMMING ERROR EXISTS IN THE INTEGRATED ELECTRONIC INSTRUMENT CLUSTER. THIS ERROR EXISTS IN THE BRAKE SYSTEM WARNING LIGHT MONITORING FUNCTION OF THE INSTRUMENT CLUSTER. THE RED ELECTRONIC BRAKE DISTRIBUTION WARNING LIGHT DOES NOT ILLUMINATE.,"AS A RESULT, IF A BRAKE PROBLEM WERE TO EXIST, THE DRIVER WOULD NOT BE AWARE OF IT.","DEALERS WILL REMOVE THE INSTRUMENT CLUSTER FROM THE VEHICLE AND DOWNLOAD UPDATED SOFTWARE INTO THE INSTRUMENT CLUSTER. OWNER NOTIFICATION BEGAN MARCH 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FERRARI AT 1-201-816-2600." -02/02/2001,01V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V017000),RANSOMES CORPORATION,RANSOMES/CUSHMAN/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,518,"VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD VEHICLES. DURING OPERATION OVER ROUGH SURFACES, THE SIDE TO SIDE MOVEMENT OF THE MUFFLER COULD ALLOW IT TO RUB ON THE BRAKE LINE.",THIS CONTACT COULD CAUSE THE LINE TO LEAK RESULTING IN BRAKE SYSTEM FAILURE.,"DEALERS WILL REPOSITION THE MUFFLER AND REPLACE THE BRAKE LINE. OWNER NOTIFICATION BEGAN APRIL 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT RANSOMES/CUSHMAN AT 1-402-474-8568." -02/01/2001,01V020001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V020001),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICO/WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1362,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A WIRING HARNESS, LOCATED BENEATH THE CARPET IN THE FRONT PASSENGER FLOOR AREA, CAN BECOME DAMAGED BY PASSENGER TRAFFIC AS THE WIRE HARNESS IS RUBBED AGAINST A BODY SEAM IN THE FLOOR PANEL.","WHEN DAMAGED, ENGINE DRIVEABILITY COULD BE AFFECTED AND COULD RESULT IN SUDDEN ENGINE STALLING.","DEALERS WILL REPOSITION THE WIRE HARNESS AND ATTACH IT PERMANENTLY IN A LOCATION WHERE THE WIRE HARNESS CANNOT BE DAMAGED. OWNER NOTIFICATION BEGAN JANUARY 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO DE PUERTO RICO AT 1-787-274-6514." -02/01/2001,01V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V026000),"General Motors, LLC",GM/AIR BAG INFLATOR MODULE,AIR BAGS,01004,Vehicle,38,"VEHICLE DESCRIPTION: PASSENGER, SPORT UTILITY VEHICLES AND MINIVANS. THE PASSENGER AIR BAG INFLATOR MODULES WERE BUILT WITHOUT THE CORRECT AMOUNT OF GENERANT, WHICH PRODUCES THE GAS THAT FILLS THE AIR BAG. SOME WERE BUILT WITH A DOUBLE LOAD OF GENERANT AND SOME WERE BUILT WITHOUT GENERANT.","IN THE EVENT OF A CRASH THAT WOULD TRIGGER A PASSENGER AIR BAG DEPLOYMENT, A DOUBLE LOAD OF GENERANT CAN CAUSE THE INFLATOR MODULE TO EXPLODE. IF THE AIR BAG MODULE EXPLODES, METAL AND PLASTIC DEBRIS COULD CAUSE SEVERE INJURY TO VEHICLE OCCUPANT. A MODULE WITH NO GENERANT WOULD NOT INFLATE THE AIR BAG, AND THE OCCUPANTS COULD RECEIVE MORE SEVERE INJURIES.","DEALERS WILL REPLACE THE PASSENGER AIR BAG MODULE. TELEPHONE CALLS WERE MADE TO OWNERS ON JANUARY 29, 2001. FOLLOW UP OWNER MAILING BEGAN ON APRIL 17, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CHEVROLET AT 1-800-222-1020, PONTIAC AT 1-800-762-2737, OR SATURN AT 1-800-553-6000." -02/01/2001,01V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V022000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BRAKE PEDAL ASSEMBLY,"SERVICE BRAKES, AIR",01501,Vehicle,957,VEHICLE DESCRIPTION: STRIPPED CHASSIS AND COMMERCIAL BUSES AND SCHOOL BUSES EQUIPPED WITH HYDRAULIC BRAKES AND AUTOMATIC TRANSMISSIONS. THE MISALIGNMENT OF THE BRAKE PEDAL CAN CAUSE DELAYED BRAKE LIGHT ACTIVATION DURING LIGHT BRAKING APPLICATIONS.,"IF THE BRAKE LIGHTS DO NOT ACTIVATE PROPERLY, OTHER DRIVERS WOULD NOT BE AWARE OF THE BRAKE APPLICATION, WHICH COULD LEAD TO A CRASH.","DEALERS WILL INSTALL A NEW BRAKE PEDAL. OWNER NOTIFICATION BEGAN FEBRUARY 19, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -02/01/2001,01V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V023000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/SLACK ADJUSTERS,"SERVICE BRAKES, AIR",01502,Vehicle,2855,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AIR BRAKE HALDEX AUTOMATIC SLACK ADJUSTERS, LONG STROKE BRAKE CHAMBERS, AND DANA BRAKES. THE AUTOMATIC SLACK ADJUSTER ANCHOR BRACKETS CAN FAIL DUE TO FATIGUE FRACTURE AND COMPLETELY SEPARATE, CAUSING THE SLACK ADJUSTERS TO FUNCTION AS MANUAL SLACK ADJUSTERS.","IF THE SUPPORT BRACKET FOR AN AUTOMATIC SLACK ADJUSTER FAILS, THE BRAKES AT THAT WHEEL END WILL NOT AUTOMATICALLY ADJUST. AS THE BRAKE LININGS WEAR, THE VEHICLE WILL HAVE REDUCED BRAKING CAPACITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A NEW BRACKET ON EACH SUSPECT SLACK ADJUSTER. OWNER NOTIFICATION BEGAN FEBRUARY 22, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT INTERNATIONAL AT 1-800-448-7825." -02/01/2001,01V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V024000),Mazda North American Operations,MAZDA/REAR BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME LEFT SIDE REAR BRAKE HOSES WERE DAMAGED DURING ASSEMBLY. BRAKE FLUID LEAKAGE COULD OCCUR.,"BRAKE PERFORMANCE WOULD BE DEGRADED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE HOSE AND, IF NECESSARY, REPLACE THE HOSE. OWNER NOTIFICATION BEGAN FEBRUARY 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MAZDA AT 1-800-222-5500." -02/01/2001,01E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E004000),TRW COMMERCIAL STEERING SYS.,TRW STEERING SYSTEMS/TIE ROD ASSEMBLIES,STEERING,NR (Not Reported),Equipment,26000,"EQUIPMENT DESCRIPTION: TIE ROD ASSEMBLIES MANUFACTURED BY TRW. THE SUSPECT TIE RODS CONTAIN 24-DL MODEL BALL SOCKETS. CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 14, AND JULY 25, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.","TRW WILL NOTIFY OWNERS TO HAVE THE BALL SOCKET ASSEMBLIES REPLACED FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TRW CUSTOMER SERVICE AT 1-866-280-3287." -01/31/2001,01E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E003000),"Meritor, Inc.",ARVINMERITOR/BRAKE ROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,23400,"EQUIPMENT DESCRIPTION: ""W-SERIES"" AIR-ACTUATED BRAKE CAM ROLLERS PART NUMBERS: 1779-L-116, 1779-X-180, 1779-P-328, 1779-Q-329, 1779-S-331, AND 1779-U-593 SHIPPED TO CUSTOMERS BETWEEN MARCH 1 AND OCTOBER 31, 2000. THESE ROLLERS WERE INSTALLED AS ORIGINAL EQUIPMENT AND ALSO SOLD AS REPLACEMENT PARTS. THE AFFECTED BRAKE ROLLERS MAY FRACTURE IF SUBJECTED TO HIGH APPLICATION LOADINGS.","IF ONE OR MORE OF THE AFFECTED BRAKE ROLLERS FRACTURE, PROPER BRAKE APPLICATION COULD BE COMPROMISED, POSSIBLY RESULTING IN A VEHICLE CRASH.","ARVINMERITOR WILL NOTIFY ITS CUSTOMERS AND AFTERMARKET DISTRIBUTORS TO INSPECT FOR THE AFFECTED BRAKE ROLLERS AND CONTACT THEM FOR REPLACEMENT ROLLERS FREE OF CHARGE. OWNER NOTIFICATION BEGAN FEBRUARY 14, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ARVINMERITOR AT 1-859-525-3361." -01/31/2001,01T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T007000),FALKEN TIRE CORPORATION,FALKEN TIRE/FMVSS 109 - TIRE STRENGTH,TIRES,NR (Not Reported),Tire,15425,"TIRE DESCRIPTION: FALKEN RADIAL A/P AND OHTSU HIGH COUNTRY A/P TIRE SIZES LT235/85R16 10PR AND LT245/75R16 10PR MANUFACTURED BETWEEN AUGUST 26, 2000, AND JANUARY 6, 2001. THESE TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109 ""NEW PNEUMATIC TIRES,"" SECTION 5.3 TIRE STRENGTH ""PLUNGER TEST.""",CASING FAILURE CAN OCCUR IF TIRE IS LOADED TO THE MAX.,"OWNERS WILL BE INSTRUCTED TO GO TO ANY DEALER OF THEIR CHOICE THAT CAN PROVIDE REPLACEMENT TIRES FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FALKEN CUSTOMER SERVICE AT 1-800-723-2553." -01/29/2001,01V033005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V033005),Daimler Commercial Buses NA,FREIGHTLINER/ORION/VANNER BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,927,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH VANNER 60 SERIES BATTERY EQUALIZERS. THE EQUALIZER COULD FAIL TO OPERATE PROPERLY AND CAUSE MALFUNCTION OF THE BATTERY CHARGING SYSTEM.,"WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.",ORION WILL NOTIFY OWNERS TO INSPECT THEIR BUSES FOR CERTAIN EQUALIZERS BY THE DATE CODE. THE AFFECTED EQUALIZERS WILL BE REPLACED BY VANNER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER AT 1-800-227-6937. -01/29/2001,01E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E001000),"VANNER, INC.",VANNER/BATTERY EQUALIZER,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,14000,"EQUIPMENT DESCRIPTION: VANNER 60 SERIES BATTERY EQUALIZERS MANUFACTURED BETWEEN NOVEMBER 25, 1998, AND JULY 21,2000. THE EQUALIZERS BUILT IN THIS TIME FRAME COULD POSSIBLE HAVE INADEQUATE CIRCUIT PROTECTION. THIS RECALL SUPERCEEDS VANNER'S PREVIOUS RECALL TO INCREASE THE SCOPE POPULATION. SEE PREVIOUS RECALL 00E-046.","WITHOUT FUSING, THE EQUALIZER MAY MELT, BURN, OR SMOKE, POSSIBLY RESULTING IN A FIRE OR A SMOKE FILLED BUS, THUS NECESSITATING A PASSENGER EVACUATION OF THE BUS. THE FAILURE MODE CAN CAUSE OPERATOR DISTRACTION, AND/OR POSSIBLE PERSONAL INJURY.","VANNER IS INSTRUCTING BUS COMPANIES TO NOTIFY OWNERS TO ARRANGE FOR THE EQUALIZER TO BE INSPECTED AND REPLACED FREE OF CHARGE. SEE RECALL NUMBER 01V033 FOR THE VEHICLE MANUFACTURERS INVOLVED. OWNER NOTIFICATION BEGAN FEBRUARY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VANNER CUSTOMER SERVICE DEPT AT 1-800-227-6937." -01/29/2001,00V190002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V190002),Volvo Trucks North America,VOLVO TRUCKS/ACCURIDE/WHEEL RIM CRACKS,WHEELS,NR (Not Reported),Vehicle,182,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH ACCURIDE 22.5 X 8.25 15 TUBELESS DEMOUNTABLE RIMS, PART NO. 32051. CERTAIN RIMS CONTAIN A NON-FUSION AREA IN THE BUTT-WELD OF THE MOUNTING RING. UNDER CERTAIN CIRCUMSTANCES, THE DEFECT COULD DEVELOP INTO A CRACK ON THE MOUNTING RING.","OVER TIME, THE CRACK COULD PROPAGATE AND IF NOT HEEDED, COULD RESULT IN MOUNTING RING FAILURE, POTENTIALLY CAUSING THE RIM TO SEPARATE FROM THE VEHICLE.",ACCURIDE WILL INSPECT AND REPLACE THE DEFECTIVE OR SUSPECT WHEEL RIMS. -01/26/2001,01E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01E002000),AMERICAN SUSPENSION,AMERICAN SUSPENSION/FENDER BRACKETS,STEERING,NR (Not Reported),Equipment,3228,"EQUIPMENT DESCRIPTION: MOTORCYCLE FORKS PRODUCED WITH FENDER BRACKETS, PART NOS. 01-31-44 AND 01-31-13, FOR 19"" AND 21"" WHEELS. THE FENDER BRACKET IS ATTACHED TO THE MOTORCYCLE FORK LEGS, THEN ATTACHES DIRECTLY TO THE FENDER, OR TO AN INTERMEDIATE SUPPORT WHICH ATTACHES TO THE FENDER. EXCESS VIBRATION MAY BE GENERATED BY A COMBINATION OF ENGINE SIZE, ENGINE MOUNT METHODS (VIBRATION ISOLATION), FENDER WEIGHT, FENDER GEOMETRY, AND OTHER FACTORS WHICH MAY LEAD TO HIGH CYCLE, LOW STRESS FATIGUE WITH SUBSEQUENT BREAKING OF THE BRACKET.","IF EXCESS VIBRATION CAUSES BOTH FRONT FENDER ALUMINUM BRACKETS TO BREAK WHILE OPERATING THE MOTORCYCLE, THE FRONT FENDER MAY FALL OFF OR UNDER THE MOTORCYCLE, WHICH COULD RESULT IN A CRASH, RESULTING IN POSSIBLE INJURY OR DEATH.","AMERICAN SUSPENSION WILL NOTIFY ITS CUSTOMERS TO CONTACT A LOCAL DISTRUBUTOR/DEALER TO SCHEDULE REPAIRS FREE OF CHARGE. OWNER NOTIFICATION BEGAN MARCH 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMERICAN SUSPENSION AT 1-562-904-7408." -01/26/2001,00V358002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358002),"Morbark, Inc.",MORBARK/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,98,VEHICLE DESCRIPTION: UTILITY VEHICLES EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -01/25/2001,01V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V020000),DAEWOO MOTOR AMERICA,DAEWOO/WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27884,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A WIRING HARNESS, LOCATED BENEATH THE CARPET IN THE FRONT PASSENGER FLOOR AREA, CAN BECOME DAMAGED BY PASSENGER TRAFFIC AS THE WIRE HARNESS IS RUBBED AGAINST A BODY SEAM IN THE FLOOR PANEL.","WHEN DAMAGED, ENGINE DRIVEABILITY COULD BE AFFECTED AND COULD RESULT IN SUDDEN ENGINE STALLING.","DEALERS WILL REPOSITION THE WIRE HARNESS AND ATTACH IT PERMANENTLY IN A LOCATION WHERE THE WIRE HARNESS CANNOT BE DAMAGED. OWNER NOTIFICATION BEGAN FEBRUARY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAEWOO AT 1-877-463-2396." -01/23/2001,01V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V018000),MONACO COACH CORPORATION,MONACO/LPG LINE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,491,"FIFTH WHEEL TRAILERS. THE ROUTING OF THE LIQUID PROPANE GAS (LPG) LINE WAS INADVERTENTLY INSTALLED IN THE SIDEWALL OF THE SLIDEOUT. IF THE RECREATIONAL VEHICLE IS OPERATED WITH THE LINE IMPROPERLY INSTALLED, THERE IS THE RISK OF PREMATURE FAILURE DUE TO ABRASION, OR PUNCTURE OF THE LPG LINE, WHICH COULD LEAD TO RELEASE OF LPG IN THE RECREATIONAL VEHICLE.","THE RELEASE OF THE LPG INSIDE THE VEHICLE COULD LEAD TO AN EXPLOSION IN THE PRESENCE OF AN IGNITION SOURCE, INCREASING THE RISK OF INJURY TO VEHICLE OCCUPANTS.","DEALERS WILL REPLACE THE REFRIGERATOR LPG LINE, AND IF MOUNTED IN THE SLIDEOUT, THE STOVE LPG LINE. THE NEW LINE(S) WILL BE ROUTED IN A WAY THAT MAKES THEM ACCESSIBLE THE ENTIRE RUN TO THE APPLIANCE. OWNER NOTIFICATION BEGAN MARCH 29, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -01/23/2001,01V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V019000),MONACO COACH CORPORATION,MONACO/WATER PUMP,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,409,VEHICLE DESCRIPTION: MOTOR HOMES PRODUCED ON ROADMASTER CHASSIS. THE WATER PUMP CONTROLLER CANNOT ADEQUATELY HANDLE CURRENT LOAD WHICH CAN RESULT IN OVERHEATING OF THE PUMP CONTROLLER.,"THIS CREATES A POTENTIAL FOR A FIRE, INCREASING THE RISK OF INJURY TO A VEHICLE OCCUPANT.","DEALERS WILL ADD A WIRE HARNESS AND RELAYS TO RELIEVE THE OVERLOAD POTENTIAL FROM THE WATER PUMP CONTROLLER. OWNER NOTIFICATION BEGAN MARCH 29, 2001. OWNERS WHO DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MONACO AT 1-800-685-6545." -01/23/2001,01V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V015000),"Porsche Cars North America, Inc.",PORSCHE/CLUTCH,POWER TRAIN,A102 - A110,Vehicle,910,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS. IT IS POSSIBLE THAT THE CLUTCH PRESSURE LINE COULD LEAK IN THE AREA OF ITS CONNECTION WITH THE CLUTCH CYLINDER.,"A REDUCTION, OR COMPLETE LOSS, OF THE CLUTCH AND STEERING POWER ASSISTANCE COULD RESULT. IF LEAKING FLUID CONTACTS THE EXHAUST SYSTEM, THERE IS A RISK OF FIRE.","DEALERS WILL REPLACE THE CLUTCH PRESSURE LINE AND AN ADDITIONAL SUPPORTING BRACKET WILL BE INSTALLED ON VEHICLES PRODUCED BEFORE OCTOBER 13, 2000. VEHICLES PRODUCED AFTER OCTOBER 13, 2000 HAS A NEW TYPE OF CLUTCH PRESSURE LINE. ON VEHICLES PRODUCED BETWEEN OCTOBER 13 AND NOVEMBER 28, 2000, AN ADDITIONAL SUPPORTING BRACKET WILL BE INSTALLED. OWNER NOTIFICATION BEGAN FEBRUARY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PORSCHE AT 1-800-545-8039." -01/23/2001,01V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V016000),"Porsche Cars North America, Inc.",PORSCHE/FUEL LINES,"FUEL SYSTEM, GASOLINE",A102 - A110,Vehicle,493,VEHICLE DESCRIPTION: PASSENGER VEHICLES. IT IS POSSIBLE THAT THE FUEL SUPPLY LINE COULD LEAK DUE TO CHAFFING WITH THE INTAKE MANIFOLD AND/OR THE FUEL RETURN LINE COULD LEAK DUE TO CHAFFING WITH A SPRING BAND CLAMP USED TO SECURE A COOLANT LINE.,"THE LEAKING FUEL COULD COME INTO CONTACT WITH THE EXHAUST SYSTEM, INCREASING THE RISK OF A FIRE.","DEALERS WILL INSTALL A PROTECTIVE SHEATH ON THE FUEL SUPPLY LINE. IN ADDITION, FOR VEHICLES PRODUCED BETWEEN APRIL 7 AND MAY 22, 2000, THE SPRING BAND CLAMP WILL BE REPLACED WITH A SCREW TYPE HOSE CLAMP AND INSTALLED IN SUCH A WAY THAT IT CANNOT COME INTO CONTACT WITH THE FUEL RETURN LINE. OWNER NOTIFICATION BEGAN FEBRUARY 1, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT PORSCHE AT 1-800-545-8039." -01/22/2001,00E070002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E070002),"Meritor, Inc.",ARVINMERITOR/WEBB WHEEL HUBS,SUSPENSION,NR (Not Reported),Equipment,329,"EQUIPMENT DESCRIPTION: HUBS FOR TRUCK TRAILER DISC WHEELS WITH DIRECT-MACHINED ABS OF PART NUMBER 2023A MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000 AND SHIPPED TO ARVINMERITOR BETWEEN MAY 3 AND OCTOBER 30, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,"WEBB WHEEL WILL CONDUCT THE NOTIFICATION, INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER." -01/17/2001,01V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V014000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/WINDSHIELD WIPER WASHER BOTTLE,VISIBILITY,NR (Not Reported),Vehicle,3400,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SHEATHING MATERIAL ON THE ELECTRICAL CONNECTION OF THE HEATED WINDSHIELD WASHER BOTTLE HOSE COULD OVERHEAT.,THIS COULD CAUSE THE SURROUNDING PLASTIC AND INSULATION TO MELT.,"DEALERS WILL REPLACE THE HEATED WASHER BOTTLE HOSE ASSEMBLY. OWNER NOTIFICATION BEGAN JANUARY 29, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERCEDES-BENZ AT 1-800-367-6372." -01/16/2001,01V011002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V011002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TRANSMISSION HOSE,POWER TRAIN,969,Vehicle,28439,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. A HOSE MANUFACTURING PROCESS ALLOWED THE REINFORCEMENT YARD TO BREACH THE INNER LAYER OF SOME AUTOMATIC TRANSMISSION HOSES WEAKENING THE INNER WALL WHICH COULD RESULT IN LEAKAGE OF THE AUTOMATIC TRANSMISSION FLUID.,FLUID LEAKAGE FROM THE COOLER HOSES CAN CAUSE TRANSAXLE DRIVEABILITY PROBLEMS AND SMOKE IF THE OIL CONTACTS THE FRONT EXHAUST PIPE.,"DEALERS WILL REPLACE THE TRANSAXLE OIL COOLER HOSES. OWNER NOTIFICATION BEGAN APRIL 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/16/2001,01V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V010000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/IGNITION MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1000,"VEHICLE DESCRIPTION: MOTORCYCLES. A TRANSISTOR IN THE IGNITION MODULE CAN OVERHEAT, DISABLING THE IGNITION WITHOUT WARNING.",THIS SUDDEN LOSS OF ENGINE POWER COULD LEAD TO A CRASH.,"DEALERS WILL REPLACE THE IGNITION MODULE. OWNER NOTIFICATION BEGAN JANUARY 31, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KAWASAKI AT 1-949-770-0400." -01/16/2001,01V011001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V011001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/TRANSMISSION HOSE,POWER TRAIN,NR (Not Reported),Vehicle,277227,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. A HOSE WAS MIS-MANUFACTURED AND COULD WEAKEN OVER TIME, WHICH COULD RESULT IN LEAKAGE OF THE AUTOMATIC TRANSMISSION FLUID.",FLUID LEAKAGE FROM THE COOLER HOSES CAN CAUSE TRANSAXLE DRIVEABILITY PROBLEMS AND SMOKE IF THE OIL CONTACTS THE FRONT EXHAUST PIPE.,"DEALERS WILL REPLACE THE HOSE ASSEMBLY FOR THE AUTOMATIC TRANSMISSION OIL COOLER. OWNER NOTIFICATION MAILING WILL BE PHASED OVER A FIVE-MONTH PERIOD STARTING MARCH 26, THROUGH JULY 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -01/16/2001,01V011003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V011003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/TRANSMISSION HOSE,POWER TRAIN,NR (Not Reported),Vehicle,2801,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. A HOSE MANUFACTURING PROCESS ALLOWED THE REINFORCEMENT YARD TO BREACH THE INNER LAYER OF SOME AUTOMATIC TRANSMISSION HOSES WEAKENING THE INNER WALL WHICH COULD RESULT IN LEAKAGE OF THE AUTOMATIC TRANSMISSION FLUID.,FLUID LEAKAGE FROM THE COOLER HOSES CAN CAUSE TRANSAXLE DRIVEABILITY PROBLEMS AND SMOKE IF THE OIL CONTACTS THE FRONT EXHAUST PIPE.,"DEALERS WILL REPLACE THE HOSE ASSEMBLY FOR THE AUTOMATIC TRANSMISSION OIL COOLER. OWNER NOTIFICATION BEGAN JUNE 13, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI CARIBBEAN AT 1-787-251-8715." -01/16/2001,01V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V012000),Toyota Motor Engineering & Manufacturing,TOYOTA/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,10A,Vehicle,53061,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH CRUISE CONTROL AND V6 ENGINES, AND BUILT AT ONE OF TWO LINES AT THE KENTUCKY PLANT. THE ACCELERATOR CABLE HOUSING COULD BE DEFORMED AT THE CRUISE CONTROL ACTUATOR-TO-THROTTLE BODY CONNECTION. THE ACCELERATOR INNER-CABLE COULD WEAR AWAY AND EVENTUALLY BREAK.","THIS COULD ALLOW THE THROTTLE TO RETURN TO IDLE OR REMAIN IN ITS MOST RECENT POSITION REGARDLESS OF ACCELERATOR PEDAL OPERATION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE ACCELERATOR CABLE. OWNER NOTIFICATION BEGAN FEBRUARY 23, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TOYOTA AT 1-800-331-4331." -01/15/2001,01V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V013000),"CHANCE COACH, INC.",CHANCE COACH/POWER CABLE ABRASION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,330,VEHICLE DESCRIPTION: STREETCARS. ABRASION TO INSULATION ON SOME POSITIVE POWER CABLES CAN RESULT IN THE GROUNDING OF THE POWER CABLE.,"THE ARCING AND HEAT GENERATED AS A RESULT OF THE GROUNDED CABLE CAN RESULT IN THE COMBUSTION OF INSULATION, PAINT, UNDER-COATING, AND OTHER CHASSIS COMPONENTS.",OWNERS/OPERATORS WILL BE REQUESTED TO IMMEDIATELY INSPECT THEIR VEHICLES FOR POWER CABLE ABRASION DAMAGE AND REMOVE THE UNITS WITH VISIBLE CABLE DAMAGE FROM SERVICE. THEY WILL BE SHIPPED REPLACEMENT PARTS AND INSTRUCTIONS FOR REPAIR IMMEDIATELY. OWNER/OPERATORS WITH UNITS THAT HAVE NO VISIBLE CABLE DAMAGE WILL BE SHIPPED REPLACEMENT PARTS AND INSTRUCTIONS AS SOON AS THE PARTS BECOME AVAILABLE. ALL PARTS WILL BE AVAILABLE WITHIN 30 DAYS. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO DO NOT RECEIVE THE FREE REPAIR PARTS AND INSTALLATION INSTRUCTIONS WITHIN A REASONABLE TIME SHOULD CONTACT CHANCE AT 1-888-391-1777. -01/12/2001,01T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T002000),Cooper Tire & Rubber Co.,COOPER/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,1729,"TIRE DESCRIPTION: COOPER-AVON TYRES LIMITED MOTORCYCLE TIRES, SIZES 130/80R17 65H AND 140/80R17 69H MANUFACTURED BETWEEN JANUARY 3, 1994, AND MAY 13, 2000, AND 150/70R17 69H MANUFACTURED BETWEEN FEBRUARY 27, 1995, AND NOVEMBER 7, 1998. THESE TIRES MAY DEVELOP RADIAL CRACKS BETWEEN TREAD LUGS IN THE SHOULDER AREA. IN CERTAIN SERVICE CONDITIONS WHERE EXCESSIVE FLEXING OF THE TIRE SIDEWALL OCCURS, THIS MAY LEAD TO A SEPARATION BETWEEN COMPONENTS IN THE SHOULDER/SIDEWALL WHICH IN TURN MAY LEAD TO A SUDDEN DEFLATION OF THE TIRE.","SHOULD THIS CONDITION OCCUR, A VEHICLE CRASH, PERSONAL INJURY, OR DEATH COULD BE THE RESUL. DRIVING AT HIGHWAY SPEEDS SHOULD BE AVOIDED UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED IF THEY BEAR THE IDENTIFICATION NUMBERS SHOWN ABOVE.","COOPER WILL NOTIFY ITS CUSTOMERS TO RETURN THESE TIRES TO THEIR LOCAL DEALER FOR FREE REPLACEMENT TIRES. OWNER NOTIFICATION BEGAN JANUARY 8, 2001. OWNERS SHOULD CONTACT AVON CUSTOMER SERVICE AT 800-624-7470." -01/09/2001,00V358005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358005),"Classic Manufacturing, Inc.",CLASSIC/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,8,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -01/09/2001,01V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V009000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 108/HEADLAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,140,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE WIRING TO THE HEADLAMP ASSEMBLIES IS INCORRECT CAUSING A LOW BRIGHTNESS OF THE HEADLAMPS.",THIS REDUCED LIGHTING LEVEL WILL AFFECT DRIVER VISIBILITY.,"DEALERS WILL REWIRE THE CONNECTORS THAT PLUG INTO THE HEADLAMPS. OWNER NOTIFICATION BEGAN JANUARY 26, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FLEETWOOD AT 1-800-445-3307." -01/09/2001,00V349001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V349001),Q VALE AUTOMOTIVE GROUP,Q VALE/FORD/PARKING BRAKE PAWL,PARKING BRAKE,NR (Not Reported),Vehicle,157,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS. IF A VEHICLE IS PARKED WITH THE PARKING BRAKE NOT FULLY APPLIED AND NOT IN FIRST GEAR, AS DIRECTED IN THE OWNER GUIDE, AND THE SELF ADJUSTMENT PAWL SUBSEQUENTLY SKIPS ONE OR TWO TEETH, THE VEHICLE COULD MOVE ON SOME GRADES.",THIS COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.,DEALERS WILL MODIFY THE PARKING BRAKE CONTROL AND INSTALL A PLATE OR OVER-BRACKET TO THE CONTROL TO LOCK THE SELF ADJUST MECHANISM IN POSITION FOLLOWING ADJUSTMENT. -01/08/2001,01V005002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V005002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT MOUNTING BOLTS,SEATS,968,Vehicle,20,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A NUMBER OF INCORRECT DRIVER SIDE SEAT MOUNTING BOLTS WERE INSTALLED INTO VEHICLES.,"IN THE EVENT OF A CRASH, THE BOLTS MAY NOT PROPERLY SECURE THE SEAT AND COULD CAUSE INCREASED INJURY TO THE DRIVER OF THE VEHICLE.","DEALERS WILL INSPECT THE SEAT MOUNTING BOLTS AND THEN REPLACE THE BOLTS IF NECESSARY. OWNER NOTIFICATION BEGAN FEBRUARY 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/08/2001,01V005001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V005001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/SEAT MOUNTING BOLTS,SEATS,NR (Not Reported),Vehicle,47,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A NUMBER OF INCORRECT DRIVER SIDE SEAT MOUNTING BOLTS WERE INSTALLED INTO VEHICLES.,THE REAR ANCHOR BOLTS SECURING THE DRIVER'S SEAT MAY NOT PROPERLY SECURE THE SEAT AND COULD INCREASE THE RISK OF DRIVER INJURY IN AN ACCIDENT.,"DEALERS WILL INSPECT THE SEAT MOUNTING BOLTS AND THEN REPLACE THE BOLTS IF NECESSARY. OWNER NOTIFICATION BEGAN FEBRUARY 15, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MITSUBISHI AT 1-800-222-0037." -01/05/2001,01V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V007000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING GEAR ASSEMBLY,STEERING,965,Vehicle,636,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. AN INTERNAL NUT IN THE STEERING GEAR ASSEMBLY COULD LOOSEN AND CAUSE THE STEERING GEAR TO LOCK UP.,"THIS COULD REDUCE STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE STEERING GEAR ASSEMBLY. OWNER NOTIFICATION BEGAN DECEMBER 27, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/05/2001,01V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V008000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SUSPENSION,SUSPENSION,966,Vehicle,2400,VEHICLE DESCRIPTION: QUAD CAB PICKUP TRUCKS EQUIPPED WITH A CAMPER PACKAGE AND OVERLOAD SPRINGS. THE REAR AXLE SPACER PLATE COULD LEAD TO DEFORMATION OF THE UPPER SPRING PLATE DURING ASSEMBLY OF THE AXLE TO THE VEHICLE RESULTING A SOFT JOINT.,"THE SOFT JOINT COULD CAUSE THE REAR AXLE U-BOLTS TO LOSE CLAMP LOAD, RESULTING IN DISPLACEMENT OF THE REAR AXLE AND A LOSS OF VEHICLE CONTROL. THIS COULD INCREASE THE RISK OF A CRASH.","DEALERS WILL REMOVE THE SPACER PLATES AND THE SPRING PLATES WILL BE REPLACED. OWNER NOTIFICATION BEGAN FEBRUARY 5, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -01/05/2001,01V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V004000),"J&J SALES, INC.",J&J/CERTIFICATION,EQUIPMENT,NR (Not Reported),Vehicle,777,VEHICLE DESCRIPTION: CERTAIN MOPEDS FAIL TO COMPLY WITH DOT CERTIFICATIONS. AN INCORRECT VEHICLE IDENTIFICATION NUMBER (VIN) WAS STAMPED INTO THE STEEL BOSS ON THE FRAME AT JUNCTION OF THE FRAME TO THE STEERING YOLK TUBE; A MANUFACTURER IDENTIFICATION LABEL IS MISSING; AND THE CONSUMER INFORMATION ADDENDUM TO THE OWNER'S MANUAL IS MISSING.,THESE ERRORS WILL AFFECT THE REGISTRATION OF THE VEHICLE.,DEALERS WILL INSTALL REPLACEMENT VIN IDENTIFICATIONS AND A MANUFACTURER ID LABEL WILL BE ATTACHED TO THE STEERING YOLK TUBE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY/FEBRUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT J&J AT 1-623-931-4060. -01/05/2001,01V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V003000),Utilimaster Corporation,UTILIMASTER/HEATER BLOWER MOTOR,VISIBILITY,NR (Not Reported),Vehicle,15762,"VEHICLE DESCRIPTION: WALK-IN DELIVERY VANS SUPPLIED TO THE UNITED STATES POSTAL SERVICE. UNDER CERTAIN SNOW CONDITIONS, IF MOISTURE GETS INTO THE BLOWER MOTOR AND SUBSEQUENTLY REFREEZES, THE BLOWER MOTOR COULD SEIZE CAUSING A RESISTOR TO OVERHEAT.","WHEN A RESISTOR OVERHEATS, THE PLENUM COULD MELT, RESULTING IN DEFORMATION AND POSSIBLE IGNITION.","UTILIMASTER WILL INSTALL FUSES BETWEEN THE RESISTORS AND THE POWER SUPPLY, WHICH WILL PROTECT THE RESISTOR ASSEMBLY IN THE EVENT OF AN OVERCURRENT SITUATION. AN EXISTING FUSE WILL BE RESIZED TO PROTECT THE WIRING HARNESS IN HIGH-SPEED FAN OPERATION. OWNER NOTIFICATION BEGAN JANUARY 24, 2001. ONLY US POSTAL SERVICE VEHICLES ARE INVOLVED IN THIS CAMPAIGN." -01/04/2001,01V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V002000),"BMW of North America, LLC",BMW/FRONT SPRING STRUT,SUSPENSION,NR (Not Reported),Vehicle,174,"VEHICLE DESCRIPTION: MOTORCYCLES. THE SINGLE FRONT SPRING STRUT IS MOUNTED BETWEEN THE FRAME AND THE FRONT SUSPENSION ARM, AFT OF THE FRONT FORK TUBES. DUE TO A WELDING PROBLEM DURING PRODUCTION OF THE SPRING STRUT, THE LOWER SPRING SEAT ON THE STRUT COULD BREAK. SINCE THE SEAT IS THE LOWER SUPPORT FOR THE SPRING, THE SPRING IN THIS CASE WOULD THEN EXTEND TO ITS FULL LENGTH. THIS WOULD CAUSE THE FRONT OF THE MOTORCYCLE'S FRAME TO DROP BY APPROXIMATELY 2.5 INCHES, WITHOUT WARNING.","THIS COULD AFFECT THE STABILITY OF THE MOTORCYCLE AND THE OPERATOR'S BALANCE COULD BE UPSET, IF THIS WERE TO OCCUR WHILE RIDING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT SPRING STRUT FOR PRODUCTION DATE, AND REPLACE THE SPRING IF IT IS FOUND TO BE AN AFFECTED PART. OWNER NOTIFICATION BEGAN FEBRUARY 12, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -01/04/2001,01V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V001000),"BMW of North America, LLC",BMW/TIRES,TIRES,NR (Not Reported),Vehicle,3167,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 18-INCH TIRES. (18-INCH TIRES ARE STANDARD EQUIPMENT ON THE M5 AND OPTIONAL EQUIPMENT ON THE 7-SERIES MODELS). THE MACHINE USED TO MOUNT AND INFLATE THE TIRES ON THE WHEELS AT THE ASSEMBLY PLANT MAY HAVE DAMAGED THE SIDEWALL OF ONE OR MORE TIRES. THE DAMAGED AREA COULD WEAKEN TO THE POINT WHERE A SUDDEN LOSS OF AIR FROM THE TIRE COULD OCCUR.,HANDLING AND CONTROL WOULD BE DRASTICALLY AFFECTED INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THE TIRES AND IF DAMAGE FROM THE MOUNTING MACHINE IS FOUND, THE TIRE WILL BE REPLACED. OWNER NOTIFICATION BEGAN MARCH 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BMW AT 1-800-831-1117." -01/04/2001,00V358008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358008),RENEGADE RV,RENEGADE KIBBI/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,111,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -01/02/2001,01T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01T001000),Bridgestone Americas Tire Operations,FIRESTONE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,8000,"TIRE DESCRIPTION: WILDERNESS LE TIRES (BOTH BLACK AND RAISED WHITE LETTER TIRES) PRODUCED DURING THE WEEK OF APRIL 24, 2000 (THE SEVENTEENTH WEEK OF 2000) AT THE CUERNAVACA, MEXICO PLANT WITH TIRE SERIAL NUMBERS V672WL11700 (BLACKWALL) AND V672WL21700 (RAISED WHITE LETTERS). THESE TIRES WERE USED AS ORIGINAL EQUIPMENT ON MODEL YEAR 2000 YUKON XL 1500 SERIES VEHICLES AND WERE ALSO OFFERED AS OPTIONAL EQUIPMENT ON THE 2000 CHEVROLET SUBURBAN 1500 SERIES VEHICLES. TREAD SEPARATION CAN OCCUR DUE TO A LACK OF ADHESION TO THE FIRST STEEL BELT.","TREAD BELT SEPARATION MAY BE NOTICED BY IRREGULAR WEAR, NOISE, OR VIBRATION. WITH CONTINUED USE, IT MAY LEAD TO COMPLETE SEPARATION OF THE TREAD/BELT PACKAGE FROM THE TIRE CARCASS, POSSIBLY RESULTING IN A VEHICLE CRASH, PERSONAL INJURY, OR DEATH.","ON JANUARY 2, 2001, FIRESTONE MADE A PUBLIC ANNOUNCEMENT OF THE DEFECT AND THAT REPLACEMENT TIRES ARE IMMEDIATELY AVAILABLE AT NO COST TO THE CUSTOMER. REPLACEMENT TIRES ARE AVAILABLE AT EITHER THEIR LOCAL GM OR CHEVROLET DEALER OR BY THEIR LOCAL AUTHORIZED PARTICIPATING FIRESTONE RETAILER. OWNER NOTIFICATION BEGAN JANUARY 1, 2001. OWNERS SHOULD CONTACT FIRESTONE AT 1-800-465-1904." -01/02/2001,00V419002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V419002),Ford Motor Company,FORD/FUEL TANK VENT HOSE,"FUEL SYSTEM, GASOLINE",00S59,Vehicle,394000,"VEHICLE DESCRIPTION: MINIVANS. THE FUEL TANK VENT HOSE ALLOWS AIR TO VENT FROM THE FUEL TANK DURING REFUELING. CRACKS HAVE DEVELOPED IN THE VENT HOSE. IF (1) THE FUEL TANK IS OVERFILLED, NOT ALLOWING EXCESS FUEL IN THE VENT HOSE TO FLOW BACK INTO THE TANK, (2) THE VEHICLE IS DRIVEN ONLY A SHORT DISTANCE AFTER REFUELING AND, (3) THERE IS SUBSEQUENTLY SIGNIFICANT HEATING OF THE FUEL TANK, THE FUEL IN THE TANK CAN EXPAND INTO THE VENT HOSE AND LEAK FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THE VENT HOSE. -01/02/2001,00E052004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E052004),HENDRICKSON INTERNATIONAL,HENDRICKSON/GUNITE BRAKE DRUMS,SUSPENSION,NR (Not Reported),Equipment,357,"EQUIPMENT DESCRIPTION: GUNITE ERIE 2764-SERIES BRAKE DRUMS SUPPLIED TO HOLLAND BINKLEY DURING 1999 AND 2000 AS PART OF COMPLETE AXLE ASSEMBLIES. THE BRAKE DRUMS ARE NOT COMPATIBLE WITH STEEL DISC WHEELS MANUFACTURED BY HAYES LEMMERZ INTERNATIONAL, INC. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE.",THIS INCOMPATIBILITY CAN RESULT IN BRAKE DRUM FAILURE AND AN IMMEDIATE LOSS OF BRAKING CONTROL AND OTHER RISKS OF DEATH OR INJURY.,"GUNITE WILL CONDUCT THE NOTIFICATION, INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. CONSUMERS CAN REACH GUNITE CUSTOMER SERVICE AT 815-964-3301." -12/30/2000,00V356002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356002),"KRYSTAL KOACH, INC",KRYSTAL/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,2783,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -12/29/2000,00V430000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V430000),"D'ELEGANT CONVERSIONS, INC.",D'ELEGANT/FMVSS 225/CHILD RESTRAINT ANCHOR,EQUIPMENT,NR (Not Reported),Vehicle,34,"VEHICLE DESCRIPTION: CERTAIN CONVERSION VANS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE OWNER GUIDES DO NOT IDENTIFY THE LOCATIONS OF SEATING POSITIONS EQUIPPED WITH TETHER ANCHORAGES, AND DO NOT PROVIDE INSTRUCTIONS FOR SECURING CHILD SEATS TO THESE TETHER ANCHORAGES.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.",OWNERS HAVE BEEN PROVIDED WITH AN INFORMATIONAL INSERT. -12/29/2000,00V424000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V424000),Ford Motor Company,FORD/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",00S57,Vehicle,275000,"VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS AND CAB CHASSIS EQUIPPED WITH GASOLINE ENGINES AND DUAL FUEL TANKS. THE CARBON STEEL FUEL PRESSURE REGULATOR IN THE FUEL SYSTEM CAN WEAR OUT DURING THE LIFE OF THE VEHICLE. IF THE FUEL PRESSURE REGULATOR MALFUNCTIONS, IT CAN CAUSE HIGH FUEL SYSTEM PRESSURE, WHICH DAMAGES THE FUEL PUMP CHECK VALVE. THIS ALLOWS FUEL TO BE TRANSFERRED FROM ONE TANK TO THE OTHER, POSSIBLY OVERFILLING THE NON-OPERATING TANK, RESULTING IN FUEL OVERFLOW PAST THE FILLER CAP.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A VEHICLE FIRE.,"DEALERS WILL HAVE A STAINLESS STEEL FUEL PRESSURE REGULATOR INSTALLED. OWNER NOTIFICATION BEGAN JULY 9, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-866-436-7332. (SEE PREVIOUS NHTSA RECALL 93V-125/FORD RECALL 93S68)." -12/29/2000,00V427000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V427000),FREIGHTLINER LLC,FREIGHTLINER/VALVE STEM,TIRES,FL-277,Vehicle,3446,VEHICLE DESCRIPTION: RV CHASSIS. THE VALVE STEM ON THE REAR INNER TIRE COULD RUB AGAINST THE WHEEL AND DEVELOP A LEAK.,"A LOSS OF AIR ON THE INNER TIRE COULD OVERLOAD THE OUTER TIRE IF UNDETECTED, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A VALVE STEM EXTENSION STABILIZER. -12/29/2000,00V429000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V429000),Glaval Bus,GLAVAL/FLOOR STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,10,VEHICLE DESCRIPTION: TRANSIT BUSES. THE LONGITUDINAL FLOOR STRUCTURE IS BREAKING AT THE CROSS MEMBERS.,THE BODY COULD EVENTUALLY SEPARATE FROM THE CHASSIS.,DEALERS WILL INSTALL A HEAVIER GAUGE LONGITUDINAL MEMBERS AND ADDITIONAL BODY MOUNTS AND CROSS MEMBERS. -12/29/2000,00V428000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V428000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/PINCH BOLT,STEERING,NR (Not Reported),Vehicle,557,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH AIR BRAKES AND A TRW STEERING GEAR. THE PINCH BOLT ON THE PITMAN ARM CONTACTS THE EXHAUST PORT ON THE AIR BRAKE TREADLE VALVE DURING STEERING MANEUVERS.,THIS COULD RESULT IN INCREASED STEERING EFFORT OR AN OVER-STEER CONDITION.,DEALERS WILL ADD A SPACER UNDER THE BRAKE VALVE TO PROVIDE SUFFICIENT CLEARANCE. -12/28/2000,00V273009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273009),"Erwin Hymer Group North America, Inc.",HOME & PARK/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,230,"VEHICLE DESCRIPTION: CERTAIN CLASS B MOTOR HOMES BUILT ON DODGE VAN CHASSIS AND EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE BETWEEN JANUARY 28 AND AUGUST 15, 2000. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE NOTIFIED HOME & PARK CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. -12/27/2000,00V422000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V422000),Ford Motor Company,FORD/THROTTLE,VEHICLE SPEED CONTROL,00S58,Vehicle,220000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4.0L SOHC ENGINES AND STILL RETAIN THE ORIGINAL THROTTLE BODY (PART NUMBERS 97JF-9E926AB OR 97JF-9E926-AC). SOME OF THE ORIGINAL THROTTLE BODIES INSTALLED ALLOWED A GAP BETWEEN THE PLATE AND BORE TO BE BUILT TOO NARROW. THIS REDUCED CLEARANCE ALLOWED THE ENGINE DEPOSITS NORMALLY PRESENT IN THE THROTTLE BODY TO CONTACT OR BRIDGE THE GAP. IF THE ENGINE DEPOSITS BRIDGED THE GAP BETWEEN THE THROTTLE PLATE AND BORE AND THEN HARDENED, ON THE INITIAL APPLICATION OF THE ACCELERATOR PEDAL AFTER THE ENGINE HAS COOLED, THE OPERATOR WOULD NEED TO APPLY ADDITIONAL FORCE TO THE ACCELERATOR PEDAL TO BREAK THE BRIDGE.",THIS COULD RESULT IN ENGINE SURGE WHEN THE ACCELERATOR PEDAL BREAKS FREE.,DEALERS WILL REPLACE THE ORIGINAL THROTTLE BODIES. -12/27/2000,00V423000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V423000),Land Rover,LAND ROVER/ACE HYDRAULIC HOSE LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,38,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH ACTIVE CORNERING ENHANCEMENT (ACE). THE HIGH-PRESSURE HYDRAULIC PIPE THAT RUNS FROM THE ACE PUMP TO THE ACE VALVE BLOCK COULD FRACTURE AT ITS UNION WITH THE PUMP.,"THIS WILL RESULT IN A LOSS OF HYDRAULIC FLUID. A LOW FLUID LEVEL CAN SUBSEQUENTLY RESULT IN SYSTEM PUMP FAILURE WHICH WILL THROW OFF THE AUXILIARY DRIVE BELT, RESULTING IN A LOSS OF ENGINE AUXILIARY FUNCTIONS (POWER STEERING ASSIST, WATER PUMP, ALTERNATOR, AND AIR CONDITIONING). IN EXTREME CIRCUMSTANCES, THERE IS A POSSIBILITY THAT THE HYDRAULIC FLUID COULD IGNITE, RESULTING IN AN ENGINE COMPARTMENT FIRE.",DEALERS WILL INSTALL NEW HYDRAULIC TUBING. -12/26/2000,00V425000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V425000),Ford Motor Company,FORD/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,00S56,Vehicle,36500,"VEHICLE DESCRIPTION: MINIVANS EQUIPPED WITH 3.0L ENGINES. AN ACCELERATOR CABLE WAS KINKED DURING INSTALLATION, CAUSING THE CORE WIRES TO EVENTUALLY FRAY.","THIS COULD INCREASE THE FRICTION IN THE CABLE, CAUSING THE THROTTLE TO BE SLOW TO RETURN TO IDLE. THIS CONDITION COULD RESULT IN A STUCK THROTTLE.",DEALERS WILL INSTALL A NEW ACCELERATOR CABLE. -12/26/2000,00E080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E080000),"Suzuki Motor USA, LLC",SUZUKI/REPLACEMENT STEEL WHEELS,WHEELS,NR (Not Reported),Equipment,98,"EQUIPMENT DESCRIPTION: STEEL REPLACEMENT WHEELS, PART NO. 4310-665D21-27S, USED FOR SPARE PARTS ON 1999-2001 SUZUKI GRAND VITARA AND 2001 SUZUKI GRAND VITARA XL-7 MULTIPURPOSE PASSENGER VEHICLES. THE AFFECTED WHEELS WERE PRODUCED FROM JULY 30 THROUGH SEPTEMBER 20, 2000. THE THICKNESS OF THE STEEL WHEEL INBOARD OF THE AREA WHERE THE WHEEL RIM IS WELDED TO THE WHEEL DISK IS LESS THAN THE DESIGN SPECIFICATION.","THIS CONDITION CAN LEAD TO CRACKING OF THE WHEEL, GRADUAL LOSS OF AIR IN THE TIRE, AND POSSIBLE LOSS OF VEHICLE CONTROL.",DEALERS WERE NOTIFIED TO REMOVE ANY OF THESE AFFECTED WHEELS FROM THE STOCK INVENTORY AND RETURN TO AMERICAN SUZUKI MOTOR COMPANY. SUZUKI WILL NOTIFY ANY END USERS WHICH PURCHASED THE REPLACEMENT WHEELS OF THE DEFECT AND TO RETURN THEIR WHEELS TO SUZUKI FOR A FREE REPLACEMENT. -12/26/2000,00V358010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358010),"TRAVEL SUPREME, INC.",TRAVEL SUPREME/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,95,VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/26/2000,00V426000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V426000),"POLARIS INDUSTRIES, INC.",VICTORY/SHOCK ABSORBER,SUSPENSION,V-01-01,Vehicle,1205,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR SHOCK ABSORBER COULD FAIL WITHOUT WARNING.,"THIS COULD AFFECT REAR SUSPENSION OPERATION AND OPERATOR CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE REAR SHOCK ABSORBER. -12/22/2000,00V358004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358004),SOONER TRAILER MFG,SOONER/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,782,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/21/2000,00V386004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V386004),Kentucky Manufacturing Co.,KENTUCKY/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,1032,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A, AND MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,WEBB WHEEL WILL NOTIFY THE CUSTOMERS TO INSPECT FOR DEFECTIVE HUBS AND WILL REPLACE THE HUBS FREE OF CHARGE. -12/21/2000,00V358009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358009),"Winnebago of Indiana, LLC",SUNNYBROOK/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,850,VEHICLE DESCRIPTION: FIFTH WHEEL AND TRAVEL TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/21/2000,00V386003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V386003),Transcraft Corporation,TRANSCRAFT/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,160,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A, AND MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,WEBB WHEEL WILL NOTIFY ITS CUSTOMERS TO INSPECT FOR DEFECTIVE HUBS AND WILL REPLACE THE HUBS FREE OF CHARGE. -12/20/2000,00V357001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V357001),ATHEY PRODUCTS CORP.,ATHEY/BRAKE PEDAL LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,127,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE BRAKE PEDAL PUSH ROD THAT ACTIVATES THE SERVICE BRAKES COULD FRACTURE.,"THIS COULD RESULT IN A LOSS OF BRAKING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE BRAKE PEDAL PUSH ROD. FREIGHTLINER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DUAL STEERING VEHICLE OWNERS WERE NOTIFIED BEGINNING NOVEMBER 6, 2000. OWNERS OF CONSTRUCTION, REFUSE, FIRE, AND RESCUE/EMERGENCY VEHICLES WERE NOTIFIED NOVEMBER 7, 2000; AND ALL OTHERS WERE NOTIFIED DECEMBER 15, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -12/20/2000,00E076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E076000),"JKL AUTO ACCESSORIES, INC.",JKL/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,7175,"EQUIPMENT DESCRIPTION: CLEAR TAILLAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH RED STOP LAMP, TAILLAMP, REFLEX REFLECTORS, AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THESE REAR LAMP ASSEMBLES WERE MANUFACTURED BETWEEN JANUARY 1, 1998, AND SEPTEMBER 8, 2000.","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.",JKL WILL NOTIY DEALERS/OWNERS TO RETURN THE NONCOMPLIANT LAMPS FOR A FREE REPLACEMENT. -12/20/2000,00V358003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358003),"Peterson Industries, Inc.",PETERSON/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,4,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/20/2000,00E079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E079000),"WANG'S INTERNATIONAL, INC.",WANG/SEAT BELT ASSEMBLY,SEAT BELTS,NR (Not Reported),Equipment,5927,"EQUIPMENT DESCRIPTION: CERTAIN AFTERMARKET SEAT BELT ASSEMBLIES DO NOT CONTAIN THE PROPER LABELING WHICH IDENTIFIES THE MANUFACTURER AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","WITHOUT MANUFACTURER IDENTIFICATION, THE CUSTOMER DOES NOT HAVE A CONTACT SHOULD A PROBLEM WITH THE SEAT BELT ASSEMBLY ARISE.",WANG'S INTERNATIONAL NOTIFIED CUSTOMERS TO RETURN THE NON-COMPLYING SEAT BELT ASSEMBLIES TO THEM FOR A REPLACEMENT BELT FREE OF CHARGE. -12/19/2000,00E078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E078000),AMERICAN PRODUCTS COMPANY,APC/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,4439,"EQUIPMENT DESCRIPTION: AFTERMARKET CLEAR TAIL LAMP LENS ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH SIDE REFLEX REFLECTORS AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" NOTE: VEHICLES USING THESE TAIL LAMPS ARE: 1999-2000 CHEVROLET/GMC SILVERADO/SIERRA, 1982-1993 CHEVROLET S-10 TRUCKS, 1995-1999 DODGE NEON, 1997-2000 FORD F-150 TRUCKS, 1993-2000 FORD RANGER TRUCKS, 1993-1997 HONDA DEL SOL, 1992-1995 HONDA CIVIC (3-DOOR), 1996-2000 HONDA CIVIC (2-DOOR), 1995-1999 MITSUBISHI ECLIPSE, AND 1994-1998 ACURA INTEGRA VEHICLES.","WITHOUT THE REFLECTIVE MATERIAL IN THE REAR TAIL LAMP, A VEHICLE WITH THESE LAMPS MAY NOT SEEN BY THE MOTORIST BEHIND THEM. THE FOLLOWING MOTORIST CAN CRASH INTO THE LEADING MOTORIST POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",AMERICAN PRODUCTS COMPANY (APC) WILL NOTIFY ITS CUSTOMERS TO RETURN THE NON-COMPLYING TAIL LAMPS TO THEM FOR A REPLACEMENT FREE OF CHARGE. -12/19/2000,00V431000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V431000),"General Motors, LLC",GM/FMVSS 110/TIRE LABEL,EQUIPMENT,00106,Vehicle,2807,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINE, ARMORED AND HEARSE MODEL VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES HAVE AN INCORRECT TIRE PRESSURE LABEL.","INCORRECT TIRE INFLATION PRESSURE CAN DAMAGE TIRES, AFFECT VEHICLE HANDLING, AND INCREASE THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH CORRECT LABELS. -12/19/2000,00V432000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V432000),"General Motors, LLC",GM/FMVSS 110/TIRE LABEL,EQUIPMENT,00107,Vehicle,2075,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS."" THESE VEHICLES HAVE AN INCORRECT TIRE PRESSURE LABEL. ON VEHICLES EQUIPPED WITH P235/55R17 TIRES, THE TIRE PRESSURE LABEL INCORRECTLY SPECIFIES P235/60ZR16 TIRES.","INCORRECT TIRE INFLATION PRESSURE CAN DAMAGE TIRES, AFFECT VEHICLE HANDLING, AND INCREASE THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH CORRECT LABELS. -12/19/2000,00V358011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358011),"PERFORMANCE FIRST, INC.",PERFORMANCE FIRST/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,,VEHICLE DESCRIPTION: BRUSH AND WOOD CHIPPERS BUILT ON TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/18/2000,00V279004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V279004),Blue Bird Body Company,BLUE BIRD/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",R00EJ,Vehicle,1269,"VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.","FAILURE OF THE ELECTRONIC CONTROL UNIT TO DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP CAN RESULT IN THE LOSS OF ANTILOCK BRAKING FUNCTION ON THE WHEEL(S) WHERE THE AIR GAP EXISTS, INCREASING THE RISK OF A CRASH.",THE ABS ECU WILL BE REMOVED AND REPLACED OR THE ECU WILL BE REPROGRAMMED. -12/18/2000,00V421002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V421002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER BALL JOINT BOOT,SUSPENSION,967,Vehicle,393796,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE. ALSO, MMC HAS ADDED THE POTENTIAL OF LEAKING MOISTURE, WHICH CAN CAUSE THE BALL STUD TO CORRODE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH. THIS CAMPAIGN SUPERCEDES MMC'S PREVIOUS SAFETY RECALL CAMPAIGN, SEE 99V-066.",DEALERS WILL INSPECT THE LOWER LATERAL ARM BALL JOINT FOR WEAR. BALL JOINTS THAT EXHIBIT WEAR BEYOND THE ESTABLISHED TOLERANCE WILL BE REPLACED WITH NEWLY DESIGNED LATERAL ARM BALL JOINTS. BALL JOINTS THAT ARE WITHIN THE ESTABLISHED TOLERANCE WILL BE CLEANED AND A SPECIAL SEALANT WILL BE APPLIED TO PREVENT INTRUSION OF MOISTURE. -12/18/2000,00V314002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V314002),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,751,"VEHICLE DESCRIPTION: ACCENT MODEL VEHICLES EQUIPPED WITH 1.5 DOHC ENGINES. THE EVAPORATIVE EMISSION CONTROL SYSTEMS MAY APPLY EXCESSIVE VACUUM TO THE FUEL TANKS DURING THE CANISTER PURGE CYCLE. MINOR FUEL TANK DISTORTION COULD RESULT. A SMALL CRACK COULD DEVELOP ON THE UPPER FUEL TANK SURFACE. THE ""CHECK ENGINE"" LIGHT WOULD THEN ILLUMINATE AND, IN SOME CASES, THE VEHICLE DRIVER COULD NOTICE A GASOLINE ODOR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL PRESSURE CHECK THE VEHICLE'S FUEL TANK TO DETERMINE IF IT HAS CRACKED. IF IT IS CRACKED, A NEW FUEL TANK WILL BE INSTALLED. A NEW FUEL FILLER CAP THAT DECREASES THE AMOUNT OF VACUUM INSIDE THE FUEL TANK WILL ALSO BE INSTALLED. NOTE: THE 1997-1998 SONATA FUEL TANKS HAVE ALSO EXPERIENCED CRACKING. HOWEVER, AT THIS TIME, THE CAUSE FOR THE CRACKING HAS NOT BEEN IDENTIFIED. THIS PORTION OF THE CAMPAIGN WILL BEGIN AFTER HYUNDAI HAS DETERMINED THE CAUSE AND CORRECTIVE PROCEDURE." -12/18/2000,00E077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E077000),"KWIKEE PRODUCTS COMPANY, INC.",KWIKEE/ELECTRONIC STEP CONTROL,STRUCTURE,NR (Not Reported),Equipment,9185,"EQUIPMENT DESCRIPTION: ELECTRIC STEP CONTROLS SERIAL NOS. 93,822-103,007 SOLD BY KWIKEE AS ORIGINAL REPLACEMENT EQUIPMENT TO RECREATIONAL VEHICLE MANUFACTURERS AND VAN CONVERTERS BETWEEN JULY 17 AND OCTOBER 1, 2000. PARTS IN THIS RANGE MAY ALSO HAVE BEEN AVAILABLE TO REPAIR SHOPS AND END USE CUSTOMERS DURING THE SAME DATES. THESE STEP CONTROLS (BLACK BOX ONLY) WERE IMPROPERLY ASSEMBLED BY SUBSTITUTING A FUSE (IN PLACE OF A DIODE) ON THE PORCH LAMP CIRCUIT. THE PORCH LIGHT CIRCUIT EXITS THE CONTROL THROUGH A PURPLE WIRE ON THE POTTED SIDE OF THE CONTROL. THE PORCH LIGHT/PURPLE WIRE CONNECTION GIVES THE MANUFACTURERS THE OPTION OF ILLUMINATING THE UNDER STEP LIGHT THROUGH A SWITCH MOUNTED INSIDE THE VEHICLE. THE SUBSTITUTION OF A FUSE FOR THE INTENDED DIODE MAY CAUSE THE STEP TO INADVERTENTLY RETRACT WHEN THE PORCH LIGHT IS TURNED ON.",INADVERTENT STEP RETRACTION CREATES A RISK OF FALLING FROM THE VEHICLE RESULTING IN PERSONAL INJURY OR PROPERTY DAMAGE.,"KWIKEE WILL NOTIFY AND INSTRUCT THE CUSTOMERS TO INSPECT THE ELECTRONIC CONTROL UNIT FOR THE PURPLE WIRE AND, IF PRESENT, CUT THE WIRE. THEN CONTACT KWIKEE OR THEIR LOCAL DEALER FOR A FREE REPLACEMENT." -12/18/2000,00V421001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V421001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/LOWER BALL JOINT BOOT,SUSPENSION,NR (Not Reported),Vehicle,567432,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE. ALSO, MMC HAS ADDED THE POTENTIAL OF LEAKING MOISTURE, WHICH CAN CAUSE THE BALL STUD TO CORRODE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH. THIS CAMPAIGN SUPERCEDES MMC'S PREVIOUS SAFETY RECALL CAMPAIGN, SEE 99V-066.",DEALERS WILL INSPECT THE LOWER LATERAL ARM BALL JOINT FOR WEAR. BALL JOINTS THAT EXHIBIT WEAR BEYOND THE ESTABLISHED TOLERANCE WILL BE REPLACED WITH NEWLY DESIGNED LATERAL ARM BALL JOINTS. BALL JOINTS THAT ARE WITHIN THE ESTABLISHED TOLERANCE WILL BE CLEANED AND A SPECIAL SEALANT WILL BE APPLIED TO PREVENT INTRUSION OF MOISTURE. -12/18/2000,00V358007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358007),MO TRAILERS,MO TRAILERS/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,14,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -12/15/2000,00V419001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V419001),"Nissan North America, Inc.",NISSAN/FUEL TANK VENT HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,268229,"VEHICLE DESCRIPTION: MINIVANS. THE FUEL TANK VENT HOSE ALLOWS AIR TO VENT FROM THE FUEL TANK DURING REFUELING. CRACKS HAVE DEVELOPED IN THE VENT HOSE. IF (1) THE FUEL TANK IS OVERFILLED, NOT ALLOWING EXCESS FUEL IN THE VENT HOSE TO FLOW BACK INTO THE TANK, (2) THE VEHICLE IS DRIVEN ONLY A SHORT DISTANCE AFTER REFUELING AND, (3) THERE IS SUBSEQUENTLY SIGNIFICANT HEATING OF THE FUEL TANK, THE FUEL IN THE TANK CAN EXPAND INTO THE VENT HOSE AND LEAK FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THE VENT HOSE. -12/14/2000,00V420000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V420000),IC CORPORATION,AMTRAN/DRIVER SEAT HARDWARE,SEATS,00305,Vehicle,768,VEHICLE DESCRIPTION: SCHOOL BUSES. THESE BUSES WERE BUILT USING THE WRONG HARDWARE TO SECURE THE DRIVER'S SEAT TO THE DRIVER'S PLATFORM. THE SEAT COULD BECOME LOOSE AND SEPARATE.,"THIS COULD RESULT IN THE DRIVER LOSING CONTROL OF THE BUS, INCREASING THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH A KIT WHICH CONTAINS INSTRUCTIONS AND NEW HARDWARE. THE REPAIR PROCEDURE WILL REQUIRE ADDING ADDITIONAL MOUNTING HARDWARE TO SECURE THE SEAT TO THE PLATFORM. -12/14/2000,00V418000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V418000),Ford Motor Company,FORD/SEAT HINGE,SEATS,00S55,Vehicle,95000,"VEHICLE DESCRIPTION: STATION WAGONS AND 3-DOOR VEHICLES. THE SUBJECT VEHICLES HAVE A FOLDING 60/40 SECOND SEAT THAT BECOMES A LOAD FLOOR IN THE FOLDED POSITION. WHEN THE 60% PORTION OF THE SEAT IS FOLDED DOWN AND A LOAD IS APPLIED TO THE FRONT EDGE OF THE LOAD FLOOR, THE OUTBOARD HINGE PIVOT COULD DISENGAGE FROM THE HINGE.","IF THE SEAT IS THEN RETURNED TO THE UPRIGHT POSITION WITHOUT RE-ENGAGING THE HINGE PIVOT, THE SEAT AND SEAT BELTS MAY NOT PROVIDE THE INTENDED LEVEL OF PERFORMANCE IN THE EVENT OF A CRASH.",DEALERS WILL INSTALL A REVISED SEAT BACK HINGE PIVOT. -12/13/2000,99V306006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306006),Starcraft RV,STARCRAFT/ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,60,VEHICLE DESCRIPTION: MOTORHOMES EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -12/12/2000,00V415000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V415000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 110/TIRE PLACARD,EQUIPMENT,961,Vehicle,1504,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE SPORT APPEARANCE PACKAGE FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 110, ""TIRE SELECTION AND RIMS."" CERTAIN VEHICLES BUILT WITH 16"" WHEELS AND TIRES WERE EQUIPPED WITH THE INCORRECT TIRE PLACARD.",THE LABEL SPECIFIES THE WRONG RECOMMENDED TIRE SIZE. THIS COULD CAUSE THE OWNER TO SELECT INCORRECT REPLACEMENT TIRES.,"OWNERS WILL BE PROVIDED WITH A NEW LABEL, OR, IF THE OWNER WISHES, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -12/12/2000,00V416000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V416000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STARTER,ELECTRICAL SYSTEM,964,Vehicle,30,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. STARTER ASSEMBLIES WERE BUILT WITH SUSPECT PLASTIC TERMINAL BLOCKS WHICH COULD DEVELOP STRESS CRACKS SUBSEQUENT TO THEIR INSTALLATION ONTO THE BODY OF THE STARTER. SEPARATION OF THE TERMINAL BLOCK FROM THE STARTER BODY COULD POTENTIALLY ALLOW THE UN-FUSED POSITIVE TERMINAL TO COME INTO CONTACT WITH AN ADJACENT SURFACE, PROVIDING A PATH TO GROUND.","THIS CONDITION COULD OVERHEAT THE STARTER WIRING, CREATING THE POTENTIAL FOR A VEHICLE FIRE.",DEALERS WILL REPLACE THE STARTER TERMINAL BLOCK JUMPER HARNESS. -12/12/2000,00V417000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V417000),"ELECTRIC TRANSIT, INC.",ETI/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,54,"VEHICLE DESCRIPTION: 41-PASSENGER ELECTRIC TROLLEY BUSES SOLD TO THE MIAMI VALLEY REGIONAL TRANSIT AUTHORITY (RTA), DAYTON, OHIO. A CROSS-ROD BRACKET LOCATED IN THE SUSPENSION SYSTEM CAN FAIL. NO OTHER CUSTOMERS ARE INVOLVED.",,ELECTRIC TRANSIT/SKODA REPRESENTATIVES HAVE INSPECTED THESE VEHICLES AND ARE WORKING ON THE CORRECTIVE ACTION NECESSARY. -12/12/2000,00V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356000),Ford Motor Company,FORD/FMVSS 109/110/LIMOUSINE,TIRES,00S51,Vehicle,10000,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.","DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. OWNER NOTIFICATION BEGAN JANUARY 10, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186." -12/12/2000,00E070001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E070001),HOLLAND BINKLEY COMPANY,HOLLAND BINKLEY/WEBB WHEEL HUB,SUSPENSION,NR (Not Reported),Equipment,62,"EQUIPMENT DESCRIPTION: AXLE ASSEMBLIES WITH WEBB WHEEL HUBS BUILT FOR SEMI-TRAILERS WITH DIRECT-MACHINED ABS OF PART NUMBER 2023A MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.","THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION, POSSIBLY RESULTING IN A VEHICLE CRASH.","WEBB WHEEL WILL CONDUCT THE NOTIFICATION, INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER." -12/11/2000,00V403000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V403000),Honda (American Honda Motor Co.),HONDA/CLUTCH,POWER TRAIN,NR (Not Reported),Vehicle,8696,"VEHICLE DESCRIPTION: MOTORCYCLES. WHEN THE CLUTCH LEVER IS RELEASED TO THE FRICTION POINT, BUT THE LEVER IS NOT COMPLETELY RELEASED TO FULLY ENGAGE THE CLUTCH, STRONG CLUTCH DISK VIBRATION MAY OCCUR AT THE HIGHER ENGINE RPMS USED FOR RAPID OR RACE-TYPE STARTS. THIS STRESS CAN CAUSE THE CLUTCH TO FAIL.","THIS FAILURE RESULTS IN SEVERAL LARGE SECTIONS CRACKING AND EVENTUALLY SEPARATING FROM THE CLUTCH OUTER. IF THIS OCCURS, REAR LOCK-UP IS POSSIBLE IF A BROKEN PIECE IS CAUGHT IN THE PRIMARY DRIVE GEAR. ALSO, THE ENGINE COULD LOSE PRIMARY IGNITION AND STOP SUDDENLY IF A BROKEN PIECE DAMAGES THE PULSAR ROTOR; OR ENGINE OIL COULD LEAK FROM THE CRANKCASE, IF A BROKEN PIECE IS FORCED THROUGH THE CRANKCASE. THE SPILLED OIL COULD CAUSE THE REAR WHEEL TO LOSE TRACTION AND THE MOTORCYCLE COULD CRASH.","DEALERS WILL INSTALL A CLUTCH KIT THAT INCLUDES A REDESIGNED OUTER CLUTCH BASKET, JUDDER SPRING, CLUTCH LIFTER LEVER, AND OTHER PARTS INTENDED TO REDUCE STRESS ON THE CLUTCH." -12/11/2000,00V386002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V386002),Utility Trailer Manufacturing Company,UTILITY/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,5492,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A, AND MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,UTILITY WILL NOTIFY ITS CUSTOMERS TO INSPECT FOR DEFECTIVE HUBS AND WILL REPLACE THE HUBS FREE OF CHARGE. -12/08/2000,00V400000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V400000),"Four Winns Boats, LLC",FOUR WINNS/BRAKE SOLENOIDS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1537,"VEHICLE DESCRIPTION: BOAT TRAILERS EQUIPPED WITH BRAKE SOLENOIDS MANUFACTURED BY KODIAK/IMS. AS A RESULT OF A DEFECTIVE SOLENOID VALVE, THE BRAKES MAY NOT ACTUATE PROPERLY, RESULTING IN THE BRAKES LOCKING UP ON TRAILERS HAULING BOATS.","THIS CONDITION COULD RESULT IN A LACK OF BRAKING ON TRAILERS HAULING BOATS, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE SOLENOID VALVES. -12/06/2000,00V412000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V412000),Ford Motor Company,FORD/RESTRAINT CONTROL MODULE,AIR BAGS,00S52/53/54,Vehicle,16000,"VEHICLE DESCRIPTION: MINIVANS AND PASSENGER VEHICLES. A RESTRAINT CONTROL MODULE (RCM) OR A SIDE OR FRONT CRASH SENSOR MAY HAVE BEEN ASSEMBLED WITH ONE OR MORE OF THE SCREWS THAT MOUNT THE CIRCUIT BOARD IN THE HOUSING MISSING. IF SOME OR ALL OF THE SCREWS ARE MISSING, THE PERFORMANCE OF THE OCCUPANT RESTRAINS COULD BE AFFECTED.","IN SOME CASES, LESS THAN THE INTENDED LEVEL OF PROTECTION IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT THE RCM AND CRASH SENSORS AND, IF NECESSARY, REPLACE THEM." -12/06/2000,00V411000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V411000),Ford Motor Company,FORD/WIRE HARNESS,ELECTRICAL SYSTEM,00S50,Vehicle,74500,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A DECKLID WIRE HARNESS CAN FATIGUE AND DEVELOP BROKEN WIRES IN THE BEND AREA OF THE WIRE HARNESS.,"THIS COULD RESULT IN EITHER A LOSS OF INDIVIDUAL LAMP FUNCTIONS, OR IN THE CASE OF A SHORT OF THE BROKEN WIRES THAT CAUSES A FUSE TO OPEN, IN THE LOSS OF STOP LAMP OR TAIL LAMP FUNCTION. LOSS OF STOP LAMP OR TAIL LAMP FUNCTION COULD INCREASE THE RISK OF A CRASH.",DEALERS WILL REPLACE THE DECKLID WIRE HARNESS. -12/06/2000,00V404000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V404000),"General Motors, LLC",GM/PRESSURE RELIEF VALVES,"FUEL SYSTEM, GASOLINE",00092,Vehicle,1393,"VEHICLE DESCRIPTION: CHASSIS CABS. ON SOME OF THESE VEHICLES, EITHER OR BOTH OF THE TWO BODY PRESSURE RELIEF VALVES (PRV) MAY NOT SEAL AND COULD BECOME INOPERATIVE DURING THE LIFE OF THE VEHICLE IF THE BODY INSTALLED ON THE VEHICLE DOES NOT PROTECT THE PRV FROM ROAD DEBRIS.","IF A PRV DOES NOT SEAL, EXHAUST FUMES COULD ENTER INTO THE PASSENGER CAB AND COULD CAUSE POSSIBLE ILLNESS, UNCONSCIOUSNESS, OR DEATH.","DEALERS WILL INSPECT THE VEHICLE TO ENSURE THAT THE PRVS ARE PROTECTED BY THE BODY OF THE VEHICLE. IF THE PRVS ARE NOT PROTECTED BY THE BODY, THE DEALER WILL INSTALL NEW SHIELDED PRVS." -12/06/2000,00V413000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V413000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/FMVSS 121/MANUAL SLACK ADJUSTERS,"SERVICE BRAKES, AIR",00514,Vehicle,40,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE VEHICLES INVOLVED IN THIS RECALL WERE BUILT FOR EXPORT WITH MANUAL SLACK ADJUSTERS AND WERE SOLD IN THE US. THESE VEHICLES NEED TO HAVE AUTOMATIC SLACK ADJUSTERS IN ORDER TO COMPLY WITH THE REQUIREMENTS OF FMVSS 121, ""AIR BRAKE SYSTEMS.""",THESE VEHICLES DO NOT COMPLY WITH THE STANDARDS.,DEALERS WILL REPLACE THE MANUAL SLACK ADJUSTERS WILL AUTOMATIC SLACK ADJUSTERS. -12/06/2000,00V311002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V311002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/CRANKSHAFT PULLEY BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,61068,VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES. THE BOLT SECURING THE CRANKSHAFT PULLEY CAN BECOME LOOSE AND THE PULLEY COULD FALL OFF THE VEHICLE.,"THE CONDITION CAN RESULT IN A LOSS OF POWER STEERING ASSIST, INCREASING THE RISK OF A CRASH.","ON THE MIRAGE VEHICLES, THE DEALERS WILL INSTALL A NEW, IMPROVED CRANKSHAFT PULLEY BOLT ON THE OLDER ENGINES. ON NEW ENGINES WHICH ALREADY HAVE THE IMPROVED BOLT, THE DEALER WILL TIGHTEN THE CRANKSHAFT PULLEY BOLT TO THE CORRECT TORQUE SPECIFICATION. ON THE MONTERO MODELS, DEALERS WILL TIGHTEN THE CRANKSHAFT PULLEY BOLT TO THE CORRECT TORQUE SPECIFICATIONS. IF THE BOLT IS DAMAGED, IT WILL BE REPLACED." -12/06/2000,00V405000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V405000),"Volvo Car USA, LLC",VOLVO/TURN SIGNAL,EXTERIOR LIGHTING,101,Vehicle,245894,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THERE COULD BE INADEQUATE CONTACT BETWEEN THE BULB AND SOCKET WHICH COULD CAUSE THE FRONT TURN SIGNAL NOT TO FUNCTION AS DESIGNED.,THIS WOULD FAIL TO WARN AN APPROACHING DRIVER THAT THE VEHICLE IS TURNING AND COULD LEAD TO A CRASH.,DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT TURN SIGNAL BULB AND SOCKET. -12/06/2000,00V414000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V414000),"Volkswagen Group of America, Inc.",VW/TIE RODS,STEERING,WL/LW,Vehicle,83000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TIE RODS OF THE STEERING ASSEMBLY ARE PROTECTED ON EACH SIDE BY A SEAL TO PREVENT MOISTURE AND DUST PARTICLES FROM ENTERING THE SWIVEL BEARING MECHANISM. IT IS POSSIBLE THAT SOME TIE ROD SEALS MAY NOT SEAL PROPERLY.,"IF MOISTURE AND/OR DUST PARTICLES ENTER THE SWIVEL BEARING MECHANISM, THE SWIVEL BEARING COULD WEAR OVER TIME DIMINISHING THE STEERING CONTROL OF THE VEHICLE.",DEALERS WILL REPLACE THE TIE RODS. -12/05/2000,00V408000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V408000),"Featherlite, Inc.",FEATHERLITE/TRAILER ATTACHMENT,TRAILER HITCHES,NR (Not Reported),Vehicle,90,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH DOTSCO COUPLERS AND SAFETY CHAIN/FASTENER ASSEMBLIES. THE COUPLER LOCKING PIN THAT ENSURES THAT THE COUPLER REMAINS LOCKED CAN BE MISPLACED AND NOT INSTALLED BY THE OPERATOR. THE COUPLER LOCKING PIN ALSO HAD A SAFETY PIN, WHICH COULD BE MISPLACED OR COME LOOSE AND FALL OUT.","SHOULD EITHER SITUATION HAPPEN, THE LOCKING MECHANISM OF THE COUPLER CAN MOVE UPWARD THUS ALLOWING THE LOCKING JAWS OF THE COUPLER TO OPEN ENOUGH TO ALLOW THE COUPLER TO RELEASE FROM THE BALL ON THE TOW VEHICLE. THE SAFETY CHAIN ASSEMBLIES MAY ALSO HAVE AN INADEQUATE FASTENER, WHICH COULD ALLOW THE SAFETY CHAIN TO BECOME DETACHED FROM THE TRAILER IN THE EVENT THE TRAILER BECOMES UNCOUPLED, ALLOWING THE SAFETY CHAIN TO BECOME DETACHED FROM THE TRAILER.",DEALERS WILL INSTALL A COUPLER AND SAFETY CHAIN/FASTENER KIT TO THESE TRAILERS. -12/05/2000,00V406000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V406000),UD Trucks Corporation,NISSAN DIESEL/TIRES,TIRES,SC-406,Vehicle,251,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH DUNLOP TIRES, SIZE LT215/85R16. THESE TIRES ARE EXPERIENCING DEFLATION AS A RESULT OF STRESS SPLITS OR CRACKS OCCURRING FROM THE POINT OF ATTACHMENT OF THE SIDEWALL TO THE SQUARE BEAD WIRE BUNDLE, WITH RESULTING DAMAGE TO THE TIRE PLY.","TIRE DEFLATION COULD OCCUR IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE TIRES. -12/05/2000,00V410000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V410000),"Nissan North America, Inc.",NISSAN/IGNITION LOCK ASSEMBLY,ELECTRICAL SYSTEM,R0006,Vehicle,9200,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES MAY HAVE AN IGNITION LOCK ASSEMBLY WITH IMPROPERLY SEATED KEY CYLINDER CAP CONNECTOR PINS. VIBRATION CAN CAUSE THE CONNECTING PINS TO LOOSEN AND/OR FALL OUT ALLOWING THE KEY CYLINDER CAP TO DISENGAGE FROM THE KEY CYLINDER.,"IF THIS OCCURS, THE STEERING WHEEL LOCK ROD CAN MOVE, WHICH COULD LOCK THE STEERING WHEEL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE IGNITION LOCK ASSEMBLY AND ASSEMBLIES WITH LOOSE OR MISSING END CAP CONNECTOR PINS WILL BE REPLACED. A RING CLIP WILL BE INSTALLED ON ALL OTHERS TO PREVENT LOOSENING OF THE PINS. -12/04/2000,00V378000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V378000),"Winnebago Industries, Inc.",WINNEBAGO/OVERLOADING,SUSPENSION,77,Vehicle,87,VEHICLE DESCRIPTION: MOTOR HOMES. THE FRONT AXLE AND/OR FRONT TIRES CAN ENCOUNTER UNEQUAL SIDE-TO-SIDE LOADING DUE TO INAPPROPRIATE LOADING OR THE VEHICLE'S LEVELING DEVICE BECOMING IMPROPERLY ADJUSTED.,"SHOULD THIS OCCUR, ONE OR MORE OF THE FRONT AXLE COMPONENTS COULD FAIL INCREASING THE RISK OF A CRASH OR PERSONAL INJURY.","DEALERS WILL CORRECT THIS OVERLOADING CONDITION BY REPLACING DEFECTIVE COMPONENTS INCLUDING TIRES, WHERE NECESSARY." -11/30/2000,00E075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E075000),CAR WEAR USA,CAR WEAR USA/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2650,"EQUIPMENT DESCRIPTION: CERTAIN TAIL LAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH RED STOP LAMPS, TAILLAMPS, REFLEX REFLECTORS, AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL IN THE REAR TAIL LAMP, A VEHICLE WITH THESE LAMPS MAY NOT SEEN BY A FOLLOWING MOTORIST, INCREASING THE RISK OF A CRASH.",CAR WEAR WILL NOTIFY ITS DEALERS TO RETURN ANY NON-COMPLYING REAR TAIL LAMP ASSEMBLY FOR A FREE REPLACEMENT. -11/29/2000,00V401000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V401000),Damon Corporation,DAMON/FURNACE,EQUIPMENT,00-086,Vehicle,36,VEHICLE DESCRIPTION: MOTOR HOMES. THE FURNACE IS EXPOSED TO A STORAGE COMPARTMENT.,"ITEMS STORED IN THE COMPARTMENT UNDER THE RANGE COULD COME IN CONTACT WITH THE FURNACE, POTENTIALLY BECOMING HEATED AND RESULT IN A FIRE.",DEALERS WILL INSTALL SIDEWALL PANELING TO THE EXPOSED FURNACE OPENING. THIS WILL SEPARATE THE FURNACE FROM THE STORAGE COMPARTMENT UNDER THE RANGE. -11/29/2000,00V397000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V397000),FREIGHTLINER LLC,FREIGHTLINER/TURN SIGNAL,EXTERIOR LIGHTING,FL-275,Vehicle,671,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. A LOSS OF THE TURN SIGNAL FUNCTION CAN OCCUR DUE TO A TURN SIGNAL FLASHER THAT IS NOT COMPATIBLE WITH THE TURN SIGNAL SWITCHES THAT ALLOW THE BRAKE LIGHTS TO OVERRIDE THE HAZARD WARNING LIGHTS. IF THE HAZARD WARNING LIGHTS ARE ON AND THE BRAKE LIGHTS ARE ACTIVATED, THE TURN SIGNAL FLASHER SENSES AN OVERLOAD CONDITION AND BECOMES DISABLED UNTIL ALL ELECTRIC LOADS ARE REMOVED.",FOLLOWING DRIVERS MAY NOT BE AWARE OF THE TRUCK'S TURNING INTENTIONS INCREASING THE RISK OF A CRASH.,DEALERS WILL INSTALL A TURN SIGNAL FLASHER THAT IS COMPATIBLE WITH TURN SIGNAL SWITCHES THAT ALLOW THE BRAKE LIGHTS TO OVERRIDE THE HAZARD WARNING LIGHTS. -11/29/2000,00V399000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V399000),"Xl Specialized Trailers, Inc.",XL TRAILER/FMVSS 224/LABEL,EQUIPMENT,NR (Not Reported),Vehicle,421,"VEHICLE DESCRIPTION: CERTAIN TRAILERS WITH THE AXLES PLACED SO THAT THE BACK OF THE TIRE IS MORE THAN 12 INCHES FROM THE REAR OF THE TRAILER FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 224, ""REAR IMPACT PROTECTION."" THESE TRAILERS ARE EQUIPPED WITH APPROVED REAR IMPACT PROTECTION, BUT ARE NOT PROPERLY LABELED. A LABEL WITH THE MANUFACTURER'S NAME AND ADDRESS, THE LETTERS DOT, AND THE DATE MANUFACTURED NEEDS TO BE PLACED ON THE FORWARD FACING SURFACE OF THE HORIZONTAL GUARD 12 INCHES IN FROM THE RIGHT SIDE.","IF THE DESIGNED PLACEMENT OF THE AXLES ALLOWED THE TIRES TO BE GREATER THAN 12 INCHES AWAY FROM THE REAR OF THE TRAILER WITH THE ADJUSTMENT OF THE SUSPENSION, THE TRAILER WAS DETERMINED NOT TO BE A REAR WHEELED VEHICLE REQUIRING DOT APPROVED REAR IMPACT PROTECTION WITH PROPER LABELING.",OWNERS WILL BE SENT THE LABELS AND INSTRUCTIONS TO APPLY THE LABELS TO THE TRAILERS. -11/28/2000,00V279006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V279006),ATHEY PRODUCTS CORP.,ATHEY/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,160,"VEHICLE DESCRIPTION: STREET SWEEPERS EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.","FAILURE OF THE ELECTRONIC CONTROL UNIT TO DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP CAN RESULT IN THE LOSS OF ANTILOCK BRAKING FUNCTION ON THE WHEEL(S) WHERE THE AIR GAP EXISTS, INCREASING THE RISK OF A CRASH.",THE ABS ECU WILL BE REMOVED AND REPLACED OR THE ECU WILL BE REPROGRAMMED. -11/28/2000,00V381000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V381000),RANSOMES CORPORATION,CUSHMAN/HUB WASHER,WHEELS,NR (Not Reported),Vehicle,56,"VEHICLE DESCRIPTION: FLAT BED, MODEL 898465B 3-WHEEL ON-ROAD VEHICLES. A HUB WASHER WAS IMPROPERLY MANUFACTURED AND COULD DEFORM WHEN THE HARDWARE SECURING THE HUB IS TIGHTENED.","THIS COULD ALLOW THE AXLE NUT TO LOOSEN, RESULTING IN OIL LEAKING OUT OF THE SPLINES OF THE AXLE AND/OR AXLE FAILURE.",DEALERS WILL REPLACE THE HUB WASHER. -11/28/2000,00V396000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V396000),Ford Motor Company,FORD/FMVSS 225/CHILD RESTRAINT ANCHOR,EQUIPMENT,00L11,Vehicle,495000,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES, PICKUP TRUCKS, AND PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE AFFECTED EXPEDITION/NAVIGATOR OWNER GUIDES DO NOT IDENTIFY THE LOCATIONS OF SEATING POSITIONS EQUIPPED WITH TETHER ANCHORAGES, AND DO NOT PROVIDE INSTRUCTIONS FOR SECURING CHILD SEATS TO THESE TETHER ANCHORAGES. THE F150 SC OWNER GUIDES DO NOT PROVIDE THE PROCEDURE FOR SECURING CHILD SEATS TO THE TETHER ANCHORAGES. THE TAURUS/SABLE OWNER GUIDES DO NOT IDENTIFY THE CENTER REAR SEATING POSITION AS HAVING LATCH COMPATIBLE LOWER ANCHORAGES.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.","OWNERS WILL BE PROVIDED WITH OWNER GUIDE INSERTS REVISED TO PROVIDE THE REQUIRED INFORMATION, AND INSTRUCTIONS FOR AFFIXING THESE INSERTS TO THEIR OWNER GUIDES. CUSTOMERS WILL ALSO BE ADVISED THAT IF THEY PREFER, THEIR DEALER WILL AFFIX THE INSERTS TO THEIR OWNER GUIDES." -11/28/2000,00V394000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V394000),Ford Motor Company,FORD/HOOD,STRUCTURE,00S45,Vehicle,137700,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES WITH STEEL HOODS AND CERTAIN PICKUP TRUCKS EQUIPPED WITH SHEET MOLDING COMPOUND HOODS. A WIRE FORMED HOOD STRIKER COULD BE SUSCEPTIBLE TO FATIGUE FRACTURES. IF THE HOOD STRIKER FRACTURES, THE HOOD COULD FLY OPEN WHILE THE VEHICLE IS BEING DRIVEN.",A HOOD FLY-UP WHILE THE VEHICLE IS BEING OPERATED COULD RESULT IN REDUCED DRIVER VISIBILITY.,DEALERS WILL REPLACE THE HOOD STRIKER. -11/28/2000,00V395000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V395000),Ford Motor Company,FORD/POWERTRAIN CONTROL MODULE,POWER TRAIN,00S46,Vehicle,100500,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH THE 3.27 OR 3.55 AXLE RATION. THE SUBJECT VEHICLES HAVE A POWERTRAIN CONTROL MODULE THAT COULD ALLOW THE VEHICLE TO EXCEED THE DESIGN INTENT TOP SPEED. AT THESE EXTREME SPEEDS, THE VEHICLE COULD BE CAPABLE OF EXCEEDING THE SPEED RATING OF THE TIRE.",OPERATING THE VEHICLE ABOVE THE MAXIMUM SPEED RATING COULD LEAD TO A TIRE FAILURE WHICH AT THESE SPEEDS COULD RESULT IN A CRASH.,DEALERS WILL REPROGRAM THE POWERTRAIN CONTROL MODULE. -11/28/2000,00V246111,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246111),Ford Motor Company,FORD/STEERING,STEERING,00S48,Vehicle,17700,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS AND HEAVY DUTY TRUCKS. THE AFFECTED VEHICLES HAVE TIE ROD ENDS AND/OR DRAG LINK ASSEMBLY ENDS THAT COULD HAVE INSUFFICIENT HARNESS IN THE BALL STUD.,"THIS COULD RESULT IN PREMATURE WEAR AND, POTENTIALLY, SEPARATION OF THE BALL STUD FROM ITS SOCKET.","DEALERS WILL REPLACE THE TIE ROD ENDS AND/OR DRAG LINK ASSEMBLIES. OWNER NOTIFICATION BEGAN DECEMBER 27, 2000.OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -11/28/2000,00V402000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V402000),Ford Motor Company,FORD/SWAY BAR,SUSPENSION,00S47,Vehicle,810000,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. UNDER CERTAIN CONDITIONS, A FRONT SWAY BAR LINK CAN FRACTURE.","VEHICLE HANDLING COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE BOTH THE LEFT AND RIGHT FRONT SWAY BAR LINKS. -11/28/2000,00V387001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V387001),Mazda North American Operations,MAZDA/WINDSHIELD WIPER,VISIBILITY,02001,Vehicle,24000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE WINDSHIELD WIPER LINKAGE CAN DISENGAGE DUE TO A BROKEN BALL SOCKET.,"THIS CONDITION WILL LIKELY RESULT IN SUDDEN AND COMPLETE LOSS OF THE WINDSHIELD WIPER FUNCTION, OR OF THE WIPER FUNCTION ON THE DRIVER SIDE ONLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE WIPER MODULE." -11/28/2000,00V388000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V388000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/SIDE AIR BAG DEPLOYMENT,AIR BAGS,2000-110004,Vehicle,16255,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE EXPERIENCED SIDE AIR BAG DEPLOYMENTS IN THE ABSENCE OF A CRASH.,INADVERTENT SIDE AIR BAG DEPLOYMENT COULD CAUSE PERSONAL INJURY TO THE SEAT OCCUPANT.,"DEALERS WILL REPLACE THE DRIVER AND PASSENGER DOOR MOUNTED SIDE AIR BAG MODULES. AT THE SAME TIME, DEALERS WILL ALSO INSPECT THE CONDITION OF THE SIDE AIR BAG MODULE WIRING WITHIN THE DOORS AND REPLACE THAT WIRING IF THERE IS ANY EVIDENCE OF DAMAGE." -11/27/2000,00V390000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V390000),IC CORPORATION,AMTRAN/FMVSS 217/EXIT WINDOWS,VISIBILITY,00304,Vehicle,73,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH HEHR INTERNATIONAL REAR EXIT WINDOWS WITH VANDAL LOCKS. THESE BUSES WERE BUILT WITH REAR EMERGENCY EXIT WINDOWS INCORPORATING A LOCK OPTION THAT COULD BE LEFT IN THE LOCK POSITION AND ALLOW THE ENGINE TO BE STARTED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 217, ""BUS EMERGENCY EXITS AND WINDOW RETENTION AND RELEASE.""","DURING THE OPERATION OF THE BUS, THE WINDOW COULD REMAIN LOCKED AND IN THE EVENT OF A CRASH, THE SEAT OCCUPANT WOULD NOT BE ABLE TO OPEN THE WINDOW INCREASING THE RISK OF PERSONAL INJURY.",OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON HOW TO REPAIR THE NONCOMPLIANCE. -11/27/2000,00V398000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V398000),"Coachmen RV Company, LLC",COACHMEN/TELESCOPING LANDING GEAR,TRAILER HITCHES,NR (Not Reported),Vehicle,576,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH ATWOOD MOBILE PRODUCTS' TELESCOPING LANDING GEAR. THE LANDING GEAR PIN COULD SHEAR UNDER HEAVY LOADING CONDITIONS ALLOWING THE FRONT END OF THE TRAILER TO FALL.,"THIS CONDITION COULD LEAD TO A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE PINS IN THE AFFECTED UNITS. -11/27/2000,00V387002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V387002),Ford Motor Company,FORD/WINDSHIELD WIPER,VISIBILITY,00S49,Vehicle,46000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE WINDSHIELD WIPER LINKAGE CAN DISENGAGE DUE TO A BROKEN BALL SOCKET.,"THIS CONDITION WILL LIKELY RESULT IN SUDDEN AND COMPLETE LOSS OF THE WINDSHIELD WIPER FUNCTION, OR OF THE WIPER FUNCTION ON THE DRIVER SIDE ONLY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE WIPER MODULE." -11/27/2000,00V249004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V249004),Rhodes Trailers,RHODES/STEEL BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50,"VEHICLE DESCRIPTION: FLATBED AND DUMP TRAILERS. THESE VEHICLES UTILIZE GUNITE CORPORATION MODEL 2764 CAST STEEL BRAKE DRUMS AND A COMBINATION OF STEEL OR ALUMINUM WHEELS PRODUCED BY OTHER MANUFACTURERS. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE. A STRESS CRACK IN THE METAL ON THE INSIDE BRAKE DRUM FACE DIAMETER CAN OCCUR, RESULTING IN A COMPLETE SEPARATION FROM THE BRAKE DRUM.",THIS CONDITION COULD CAUSE A LOSS OF BRAKING CAPABILITY.,DEALERS WILL REPLACE ALL OF THE CAST IRON BRAKE DRUMS. GUNITE WILL CONDUCT AND INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GUNITE CUSTOMER SERVICE AT 800-677-3786. -11/22/2000,00E071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E071000),BUELL MOTORCYCLE CO.,BUELL/MOTORCYCLE HANDLEBARS,STEERING,NR (Not Reported),Equipment,385,"EQUIPMENT DESCRIPTION: HANDLEBARS USED IN THE PRO SERIES COMPETITION HANDLEBAR KIT, PART NUMBER 55850-97Y, SOLD AS AN AFTERMARKET ACCESSORY FOR USE ON CERTAIN 1996 THROUGH 1998 BUELL MODEL MOTORCYCLES. THESE HANDLEBARS CAN CRACK AND BREAK.","IF THE HANDLEBAR SHOULD BREAK, A RIDER COULD LOSE CONTROL OF THE MOTORCYCLE WHICH COULD RESULT IN A CRASH.","BUELL WILL NOTIFY ITS CUSTOMERS WITH THE DEFECTIVE HANDLEBARS TO TAKE THEIR MOTORCYCLE TO A BUELL DEALER TO HAVE THE HANDLEBAR REPLACED FREE OF CHARGE. ALSO, CUSTOMERS WILL BE REIMBURSED FOR THE COST OF THE PRO SERIES COMPETITION HANDLEBAR KIT." -11/22/2000,00V386001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V386001),Great Dane Trailers,GREAT DANE/WEBB WHEELS/HUB,WHEELS,NR (Not Reported),Vehicle,3191,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH HUBS PROVIDED BY WEBB WHEEL PRODUCTS. THESE TRUCK TRAILER DISC WHEEL HUBS HAVE DIRECT-MACHINED ANTI-LOCK BRAKING SYSTEMS (ABS), PART NUMBER 2023A, AND MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,GREAT DANE WILL NOTIFY ITS CUSTOMERS TO INSPECT FOR DEFECTIVE HUBS AND WILL REPLACE THE HUBS FREE OF CHARGE. -11/21/2000,00V385000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V385000),Crane Carrier Company,CRANE CARRIER/DECAL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,138,"VEHICLE DESCRIPTION: REFUSE TRUCKS. THE ""PLATE, INSTRUCTION: ""CAUTION"" DISCONNECT FAN"" DECAL INCORRECTLY STATES THE PROCEDURE TO ASSURE THE ENGINE COOLING FAN WILL NOT COME ON WHILE BEING SERVICES.","IF THE DECAL PROCEDURE IS FOLLOWED, THE ENGINE COOLING FAN WILL COME ON ANY TIME THE ENGINE IS RUNNING OR STARTED WHICH WILL CAUSE INJURY TO SERVICING PERSONNEL WORKING WITHIN THE ARC OF THE ENGINE COOLING FAN.",OWNERS WILL BE PROVIDED WITH A REPLACEMENT DECAL. -11/21/2000,00V384000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V384000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FUEL GAUGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3279,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL GAUGE AND LOW FUEL WARNING SYSTEM MAY NOT PROVIDE ACCURATE INDICATION OF LOW FUEL LEVELS.,"THE OPERATOR COULD RUN OUT OF FUEL WITHOUT WARNING, CAUSING THE OPERATOR TO BECOME DISTRACTED, OR TO SLOW UNEXPECTEDLY IN TRAFFIC, CREATING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FUEL GAUGE SENDING COMPONENTS. -11/21/2000,00E072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E072000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/MOTORCYCLE ACCESSORY FOOTPEGS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,600,"EQUIPMENT DESCRIPTION: ""RIBBED CHROME DRIVE FOOTPEGS"" SOLD AS ACCESSORY PARTS FOR VARIOUS KAWASAKI 1987-2001 VULCAN MOTORCYCLES. THESE FOOTPEGS REPLACE THE STOCK FOOTPEGS AND ARE A ""BOLT-ON"" ACCESSORY ITEM THAT MAY HAVE BEEN INSTALLED BY DEALERS, OR MAY HAVE BEEN PURCHASED FOR INSTALLATION BY CONSUMERS. THE PEGS CONSIST OF A CASTING WITH A CHROMED COVER AND A RUBBER INSERT. A CASTING FLAW CAN CAUSE THE SHAFT TO BREAK OFF.","IF THE SHAFT BREAKS, THERE WILL BE NO SUPPORT FOR THE DRIVER'S FOOT.",DEALERS WILL REPLACE THE FOOTPEG. -11/21/2000,00V389000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V389000),"PREVOST CAR, INCORPORATED",PREVOST/REINFORCEMENT BRACKETS,SUSPENSION,SR00-37,Vehicle,3600,VEHICLE DESCRIPTION: TRANSIT COACHES. THE REINFORCEMENT BRACKETS WERE NOT WELDED ON THE TAG AXLE.,"THIS CONDITION COULD RESULT IN A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL WELD THE BRACKETS ON THE TAB AXLE. -11/21/2000,00V393000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V393000),"Subaru of America, Inc.",SUBARU/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",WXZ-83,Vehicle,1456,VEHICLE DESCRIPTION: PASSENGER VEHICLES. POSSIBLE FUEL LEAKAGE OF UNDER-HOOD FUEL HOSES AT LOW AMBIENT TEMPERATURES (-40 DEGREES C) ONCE THE FUEL HOSES AGE AND BECOME LESS FLEXIBLE.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL INSPECT FOR UNDER-HOOD FUEL HOSES WITH LOT NUMBERS 0804 AND 0806 AND ALL FUEL HOSES WITH THOSE NUMBERS WILL BE REPLACED. -11/21/2000,00V392000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V392000),"Subaru of America, Inc.",SUBARU/SEAT BELT WEBBING,SEAT BELTS,WWA-84,Vehicle,368,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INCORRECT BEIGE REAR CENTER SEAT BELT WEBBING WAS INSTALLED. THE BELT LENGTH IS TOO SHORT.,THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED IN THE EVENT OF A CRASH.,DEALERS WILL REPLACE ALL BEIGE COLORED REAR CENTER LAP/SHOULDER BELTS WITH LOT NUMBER 0171. -11/21/2000,00V391000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V391000),"Subaru of America, Inc.",SUBARU/STEERING,STEERING,WXY-82,Vehicle,1977,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A CASTING FLAW IN THE RIGHT FRONT BEARING HOUSING COULD RESULT IN LOSS OF STEERING IF THE CASTING FLAW SHOULD EXIST IN THE TIE-ROD ARM.,"THIS CASTING FLAW COULD CAUSE GREASE LEAKAGE, FRONT WHEEL BEARING FAILURE DUE TO LOSS OF GREASE, OR LOSS OF STEERING DUE TO TIE-ROD END SEPARATION.",DEALERS WILL REPLACE ALL FRONT BEARING HOUSINGS WITH A LOT NUMBER OF OF15. -11/21/2000,00V279002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V279002),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,268,"VEHICLE DESCRIPTION: SHUTTLE BUSES, RECREATIONAL VEHICLES, UTILITY VANS, AND HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.",THIS COULD DISABLE THE ANTI-LOCK FUNCTION ON THE AFFECTED WHEEL WITHOUT PROVIDING THE REQUIRED OPERATOR WARNING THAT THE ABS FUNCTION REQUIRES SERVICING.,MERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY SCHEDULING FOR THIS CAMPAIGN. THE ABS ECU WILL BE REMOVED AND REPLACED OR THE ECU WILL BE REPROGRAMMED ON THE AFFECTED VEHICLES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 1-800-535-5560. -11/20/2000,00V383000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V383000),"BMW of North America, LLC",BMW/WHEELS,WHEELS,NR (Not Reported),Vehicle,1914,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE MACHINE USED TO MOUNT AND INFLATE THE TIRES ON THE WHEELS AT THE ASSEMBLY PLANT MAY HAVE DAMAGED THE INNER RIM FLANGE OF THE WHEELS.,THIS COULD LEAD TO A SUDDEN LOSS OF AIR FROM THE TIRE AFFECTING HANDLING AND VEHICLE CONTROL.,"DEALERS WILL INSPECT THE FIVE WHEELS FOR POSSIBLE DAMAGE. IF DAMAGE FROM THE MOUNTING MACHINE IS FOUND ON ANY WHEEL, ALL FIVE WHEELS WILL BE REPLACED." -11/20/2000,00V356013,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356013),"Dabryan Coach Builders, Inc.",DABRYAN/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,723,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/20/2000,00V382000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V382000),"Jayco, Inc.",JAYCO/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10956,"VEHICLE DESCRIPTION: FOLDING CAMPERS. A FLEXIBLE BRAKE HOSE IS NOT CLAMPED IN A POSITION AWAY FROM THE TIRE, WHICH CAN LEAD TO CHAFFING OF THE HOSE CAUSING A LEAK OF HYDRAULIC FLUID.","THIS COULD RESULT IN A LOSS OF TRAILER BRAKES, INCREASING THE RISK OF A CRASH.",DEALERS WILL ADD A CLAMP TO THE BRAKE HOSE. -11/20/2000,01V139001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V139001),Volvo Trucks North America,VOLVO TRUCKS/ARVINMERITOR/TIE ROD ASSEMBLY (20EDL),STEERING,NR (Not Reported),Vehicle,13373,VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 VEHICLES EQUIPPED WITH ARVINMERITOR AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.","DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLIES. THE CAMPAIGN HAS BEEN SUPERCEDED BY RECALL NO. 02V037002. OWNER NOTIFICATION BEGAN NOVEMBER 17, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO TRUCKS AT 1-800-528-6586." -11/17/2000,00V379000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V379000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CHASSIS,STRUCTURE,01117,Vehicle,1090,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS. EXCESSIVE FLEXING AND/OR TWISTING OF THE CHASSIS STRUCTURE THAT SUPPORTS AND SECURES THE CENTER AXLE HANGERS CAN OCCUR. ABNORMAL TIRE WEAR AND TEARING OF THE CHASSIS MAIN RAILS OCCURS.,"THIS CONDITION CAN LEAD TO A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REINFORCE THE CHASSIS BY ADDING STEEL SUPPORTS TO THE MAIN CHASSIS RAILS ABOVE THE CENTER AXLE HANGER AND WILL ADD A CROSS-MEMBER IN THE SAME AREA. -11/17/2000,00V380000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V380000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 222/SEAT TRACK,SEATS,NR (Not Reported),Vehicle,37,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES EQUIPPED WITH KINEDYNE L SERIES BUTTON TRACK SEATING, FAIL TO COMPLY WITH FMVSS NO. 222, """"""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION."" INCORRECT FASTENERS WERE USED TO SECURE THE BUTTON TRACK TO THE BUS FLOOR.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE INCORRECT FASTENERS WITH THE CORRECT ATTACHMENT HARDWARE. -11/16/2000,00V377000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V377000),Land Rover,LAND ROVER/TRANSMISSION OIL CONTAMINATION,POWER TRAIN,NR (Not Reported),Vehicle,59445,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION."" WATER CONTAMINATION OF THE AUTOMATIC TRANSMISSION OIL CAN LEAD TO VARIOUS FAILURE MODES OF THE TRANSMISSION. ONE OF THESE FAILURE MODELS RESULTS IN INCORRECT OPERATION OF THE PARK LOCK FUNCTION THAT COULD ALLOW A VEHICLE TO ROLL AWAY IF PARKED WITHOUT THE HANDBRAKE PROPERLY SET.",UNINTENTIONAL VEHICLE MOVEMENT COULD RESULT IN A CRASH OR PERSONAL INJURY.,DEALERS WILL CHECK THE PARK LOCK FUNCTION; REPOSITION THE AUTOMATIC TRANSMISSION BREATHER TUBE; AND TEST THE AUTOMATIC TRANSMISSION FLUID AND FLUSH IF NECESSARY. -11/15/2000,00T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T012000),Cooper Tire & Rubber Co.,COOPER/INNERLINER TEARS,TIRES,NR (Not Reported),Tire,767,"TIRE DESCRIPTION: WINTER MASTER PLUS STEEL BELTED RADIAL TIRES MANUFACTURED BETWEEN AUGUST 27 AND SEPTEMBER 16, 2000. THE TIRE SIZE IS P225/70R15, MODELS U9 UUBUL 3500 - U9 UUBUL 3700. THESE TIRES MAY HAVE INNERLINER TEARS CAUSED BY THE PROCESS OF EJECTING THE TIRE FROM THE MOLD AFTER CURING.","WHEN THIS CONDITION EXISTS, IT COULD RESULT IN ACCELERATED AIR LOSS. THE LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WHICH COULD RESULT IN A VEHICLE CRASH. DRIVING AT HIGHWAY SPEEDS SHOULD BE AVOIDED UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED.",COOPER WILL NOTIFY ITS CUSTOMERS TO HAVE THEIR TIRES INSPECTED AND REPLACED FREE OF CHARGE. -11/15/2000,00E070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E070000),"Webb Wheel Products, Inc.",WEBB WHEEL/HUBS,WHEELS,NR (Not Reported),Equipment,42775,"EQUIPMENT DESCRIPTION: HUBS FOR TRUCK TRAILER DISC WHEELS WITH DIRECT-MACHINED ABS OF PART NUMBER 2023A MANUFACTURED BETWEEN APRIL 14 AND JUNE 7, 2000. THE ABS TEETH ARE MACHINED INTO THE INNER FACE OF THE HUB BORE, AND THE TEETH ARE MACHINED OFF CENTER FROM THE CENTER OF THE HUB. THE SPEED SENSOR OF THE ABS SYSTEM READS THE TOOTH PATTERN AND SENDS ERRONEOUS SIGNALS TO THE ABS CONTROL UNIT.",THIS CONDITION CAN CAUSE THE ABS SYSTEM TO CYCLE RAPIDLY AND EXTEND STOPPING DISTANCES DURING AN ABS CONTROLLED BRAKE APPLICATION POSSIBLY RESULTING IN A VEHICLE CRASH.,WEBB WHEEL WILL NOTIFY ITS CUSTOMERS TO INSPECT FOR DEFECTIVE HUBS AND WILL REPLACE THE HUBS FREE OF CHARGE. -11/14/2000,00V376000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V376000),Isuzu Motors Limited,ISUZU/FUEL LEAKAGE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,18462,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE AND AUTOMATIC TRANSMISSIONS BUILT WITH TOD (TORQUE-ON-DEMAND). IN CERTAIN HIGH SPEED, FRONTAL CRASHES, MOVEMENT OF ENGINE COMPARTMENT COMPONENTS CAN CAUSE THE POTENTIAL FOR FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A NEW, REINFORCED FUEL HOSE ASSEMBLY. NOTE: THE FUEL LEAKAGE ISSUE IN THIS RECALL CAMPAIGN IS NOT THE SAME AS THE ONE ADDRESSED IN THEIR PREVIOUS CAMPAIGN 00V-253." -11/14/2000,00V365000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V365000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FUEL VENT LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4506,VEHICLE DESCRIPTION: MOTORCYCLES. A LEAKING VENT PIPE IN THE FUEL TANK CAN ALLOW FUEL TO DRAIN ONTO THE GROUND.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL INSERT A SUPPORTING BRACE INTO THE TANK TO DAMPEN ANY EFFECTS OF VIBRATION ON THE VENT PIPE. -11/14/2000,00V356009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356009),LCW AUTOMOTIVE,LCW AUTOMOTIVE/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,394,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/13/2000,00V356006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356006),EXECUTIVE COACH BUILDERS,EXECUTIVE COACH/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,702,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/13/2000,00V364000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V364000),Ford Motor Company,FORD/FMVSS 209/SEAT BELTS,SEAT BELTS,00S40,Vehicle,34,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES WITH MEDIUM GRAPHITE SEAT BELTS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" AN INCORRECT FRONT CENTER SEAT BELT AND RETRACTOR ASSEMBLY MAY HAVE BEEN INSTALLED.","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",ALL SUSPECT VEHICLES HAVE HAD THE SEAT BELTS INSPECTED OR REPLACED BY FORD. -11/13/2000,00V374000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V374000),"General Motors, LLC",GM/BATTERY PACK MODULE,ELECTRICAL SYSTEM,00099,Vehicle,492,"VEHICLE DESCRIPTION: ELECTRIC PASSENGER VEHICLES AND PICKUP TRUCKS CONTAINING A NICKEL METAL HYDRIDE (NIMH) BATTERY PACK. THESE VEHICLES CONTAIN SOFTWARE WITHIN THE BATTERY PACK MODULE INTENDED TO DISABLE THE VEHICLE FROM BEING DRIVEN IF THE ELECTRICAL RESISTANCE WITH THE BATTERY PACK EXCEEDS A PRESCRIBED VALUE. AFFECTED VEHICLES WILL ILLUMINATE THE ""SERVICE NOW"" AND ""REDUCED PERFORMANCE"" TELLTALES AND CONTINUE TO FUNCTION IN A REDUCED PERFORMANCE MODEL INSTEAD OF BEING DISABLED.","IF THE TELLTALES ARE IGNORED AND THE AFFECTED VEHICLE CONTINUES TO BE DRIVEN, HEAT COULD BUILD UP AND A FIRE COULD RESULT.",DEALERS WILL INSTALL REVISED SOFTWARE IN THE BATTERY PACK MODULE. -11/13/2000,00V369000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V369000),"General Motors, LLC",GM/BRAKE TORQUE CONTROL MODULE,"SERVICE BRAKES, HYDRAULIC",00077,Vehicle,455,VEHICLE DESCRIPTION: ELECTRIC VEHICLES. THESE VEHICLES WERE PRODUCED WITH WHEEL SPEED CIRCUITRY IN THE BRAKE TORQUE CONTROL MODULE (BTCM) WHICH CAN CEASE TO OPERATE PROPERLY.,"IF THIS OCCURS, INVOLVED VEHICLES WILL EXHIBIT ONE OR MORE OF THE FOLLOWING: A LOSS OF FRONT BRAKE ASSIST, A DISABLED REAR BRAKE SYSTEM, A DISABLED ANTI-LOCK BRAKE SYSTEM, AND/OR A DISABLED REGENERATIVE BRAKE SYSTEM. THIS COULD INCREASE BRAKE PEDAL TRAVEL AND VEHICLE STOPPING DISTANCE.","DEALERS WILL REPLACE THE BTCM, THE BALLSCREW ASSEMBLIES IN THE BRAKE PRESSURE MODULATOR VALVE, AND INSTALL NEW SOFTWARE." -11/13/2000,00V370000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V370000),"General Motors, LLC",GM/FMVSS 101/COURTESY LAMP CIRCUIT,INTERIOR LIGHTING,00078,Vehicle,455,"VEHICLE DESCRIPTION: CERTAIN GENERATION II ELECTRIC VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 101, ""CONTROLS AND DISPLAYS."" THESE VEHICLES WERE PRODUCED WITH A COURTESY LAMP CONTROL CIRCUIT IN THE RIGHT-HAND JUNCTION BLOCK WHICH CAN FAIL. IF THIS OCCURS, THE INTERIOR LAMPS WILL REMAIN ILLUMINATED AND CANNOT BE CONTROLLED BY THE DRIVER ONCE THE DOORS ARE CLOSED AND THE VEHICLE IS IN MOTION.","IF THIS WERE TO OCCUR DURING A NIGHT-TIME DRIVING SITUATION, THE DRIVER'S VISION COULD BE IMPAIRED.",DEALERS WILL REPLACE THE RIGHT-HAND JUNCTION BLOCK. -11/13/2000,00V372000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V372000),"General Motors, LLC",GM/FMVSS 114/SHIFT INHIBITOR,POWER TRAIN,00091,Vehicle,216,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSAXLES (RPO M86) FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION."" WHEN A DRIVER ATTEMPTS TO SHIFT FROM 5TH GEAR TO REVERSE, A SHIFT INHIBITOR CAUSES THE TRANSMISSION TO BE MECHANICALLY IN 4TH GEAR EVEN THOUGH THE SHIFT LEVER INDICATES REVERSE GEAR.","IN THIS SITUATION, THE KEY CAN BE REMOVED FROM THE IGNITION WHILE THE TRANSMISSION IS IN A FORWARD GEAR, WHICH IS NOT PERMITTED BY THE STANDARD.",DEALERS WILL DISABLE THE 5TH/REVERSE INHIBITOR BY REMOVING A RETAINING PIN AND REPLACE THE SHIFTER ASSEMBLY. -11/13/2000,00V375000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V375000),"General Motors, LLC",GM/FMVSS 201/CONSOLE COVER/ARMREST,STRUCTURE,00100,Vehicle,13893,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACTS."" THESE VEHICLES HAVE A CONSOLE COVER/ARMREST CAM LATCH THAT COULD RELEASE AT LESS THAN THE REQUIRED LOAD OF THE STANDARD.","DURING A CRASH, THE CONSOLE COVER COULD OPEN AND THE COVER OR ITEMS STORED UNDER IT COULD INJURY AN OCCUPANT.",DEALERS WILL REPLACE THE CONSOLE LATCH MECHANISM. -11/13/2000,00V373000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V373000),"General Motors, LLC",GM/REPLACEMENT CHARGER RECEPTACLE,ELECTRICAL SYSTEM,00098,Vehicle,455,VEHICLE DESCRIPTION: GENERATION II ELECTRIC VEHICLES. SOME REPLACEMENT CHARGER RECEPTACLE ASSEMBLIES USED FOR WARRANTY REPAIRS WERE BUILT WITH INTERNAL COMPONENT VARIATION. THIS VARIATION CAN GENERATE ARCING DURING THE CHARGE CYCLE.,EXTENDED ARCING DURING THE CHARGE CYCLE COULD LEAD TO A VEHICLE FIRE AND/OR PERSONAL INJURY.,"DEALERS WILL INSPECT THE SERIAL NUMBER ON THE CHARGE RECEPTACLE AND, IF NECESSARY, REPLACE THE CHARGE RECEPTACLE ASSEMBLY." -11/13/2000,00V371000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V371000),"General Motors, LLC",GM/SIDE IMPACT AIR BAG MODULE,AIR BAGS,00090,Vehicle,12,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES EXHIBIT A CONDITION IN WHICH THE DRIVER SIDE IMPACT AIR BAG INFLATOR SEPARATES FROM THE AIR BAG MODULE DURING DEPLOYMENT.,"IF THE INFLATOR SEPARATES, THE AIR BAG WILL NOT DEPLOY PROPERLY DURING A CRASH AND OCCUPANT PROTECTION WOULD BE REDUCED. IF IS ALSO POSSIBLE THAT A SEPARATED INFLATOR COULD BE PROPELLED DOWNWARD AND COULD RESULT IN INJURY TO A REAR SEAT PASSENGER WHOSE FOOT IS POSITIONED APPROXIMATELY UNDER THE INFLATOR MODULE.",DEALERS WILL REPLACE THE SIDE IMPACT AIR BAG MODULE. -11/13/2000,00E052003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E052003),HOLLAND BINKLEY COMPANY,HOLLAND BINKLEY/GUNITE BRAKE DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,3402,"EQUIPMENT DESCRIPTION: GUNITE ERIE 2764-SERIES BRAKE DRUMS SUPPLIED TO HOLLAND BINKLEY DURING 1999 AND 2000 AS PART OF COMPLETE AXLE ASSEMBLIES. THE BRAKE DRUMS ARE NOT COMPATIBLE WITH STEEL DISC WHEELS MANUFACTURED BY HAYES LEMMERZ INTERNATIONAL, INC. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE.",THIS INCOMPATIBILITY CAN RESULT IN BRAKE DRUM FAILURE AND AN IMMEDIATE LOSS OF BRAKING CONTROL AND OTHER RISKS OF DEATH OR INJURY.,"GUNITE WILL CONDUCT THE NOTIFICATION, INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. CONSUMERS CAN REACH GUNITE CUSTOMER SERVICE AT" -11/13/2000,00E074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E074000),"BENSON INTERNATIONAL, INC.",MAY/FMVSS 108/COAL DUMP BODY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,115,"EQUIPMENT DESCRIPTION: MAY COAL DUMP BODIES MANUFACTURED BETWEEN MAY 1, 1998 AND JULY 15, 2000. THESE BODIES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" FOR ONE OR MORE OF THE FOLLOWING REASONS: A) COAL BODIES EQUIPPED WITH NON-REFLECTIVE LAMP LENSES, BODY REAR AND BODY SIDE REFLECTIVE DEVICES MAY NOT HAVE BEEN INSTALLED; B) THE STOP/TURN/TAIL LAMPS ARE MOUNTED ON THE END OF THE TRUCK CHASSIS (ACCORDING TO THE STANDARD, THE FACE OF THOSE LAMPS SHOULD BE NO MORE THAN 12 INCHES FROM THE EXTREME REAR OF THE VEHICLE); C) THE THREE LAMP IDENTIFICATION LAMP CLUSTER IS MOUNTED ON THE END OF THE TRUCK CHASSIS (ACCORDING TO THE STANDARD, THE FACE OF THOSE LAMPS SHOULD BE NO MORE THAN 12 INCHES FROM THE EXTREME REAR OF THE VEHICLE;) D) ON CERTAIN COAL BODIES EQUIPPED WITH PERMANENT ""BOARD(S) OVER GATE,"" THE IDENTIFICATION LAMP CLUSTER IS MOUNTED ON THE END OF THE TRUCK CHASSIS (ACCORDING TO THE STANDARD, THE FACE OF THOSE LAMPS SHOULD BE NO MORE THAN 12 INCHES FROM THE EXTREME REAR OF THE VEHICLE); AND E) REAR CLEARANCE LAMPS, MOUNTED WITH THEIR CENTER LINES WITHIN 6 INCHES OF THE EXTREME OUTER SIDE OF THE BODY, WERE NOT INSTALLED ON COAL BODIES EQUIPPED WITH STOP/TURN/TAIL LAMPS MOUNTED AT THE REAR OF THE TRUCK CHASSIS.",ANY OF THESE CONDITIONS CAN MAKE THE VEHICLE LESS CONSPICUOUS WHICH COULD RESULT IN A VEHICLE CRASH.,BENSON WILL NOTIFIY ITS CUSTOMERS TO TAKE THEIR VEHICLE TO A PARTICIPATING DEALER TO HAVE THE REMEDY PREFORMED FREE OF CHARGE. -11/13/2000,01V097007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=01V097007),MONACO COACH CORPORATION,MONACO/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES PRODUCED BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,"AM-SAFE NOTIFIED MONACO' CUSTOMERS TO RETURN THEIR VEHICLE TO AN AUTHORIZED DEALER TO HAVE THE SEAT BELTS REPAIRED FREE OF CHARGE. OWNER NOTIFICATION BEGAN AUGUST 31, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AM-SAFE COMMERCIAL PRODUCTS AT 219-266-8330." -11/13/2000,00V356011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356011),PICASSO COACH BUILDERS CORP,PICASSO COACH/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,58,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/13/2000,00V356012,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356012),COMMERCIAL TRANSPORTATION MFG. CORP,UNITED STATES COACHWORKS/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,873,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/10/2000,00V356007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356007),"Federal Coach, LLC",FEDERAL COACH/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,230,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/10/2000,00V356008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356008),VIKING COACHWORKS,VIKING COACHWORKS/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,89,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/09/2000,00V366000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V366000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 225/CHILD SEAT ANCHOR,CHILD SEAT,957,Vehicle,1211756,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES, PICKUP TRUCKS AND SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" SOME OF THE OWNER'S MANUALS FOR THESE VEHICLES ARE MISSING INSTRUCTIONS THAT PROVIDE A STEP-BY-STEP PROCEDURE, INCLUDING DIAGRAMS, FOR PROPERLY ATTACHING A CHILD RESTRAINT SYSTEM'S TETHER STRAP TO THE TETHER ANCHORAGE.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.",OWNERS WILL BE PROVIDED WITH AN ADDENDUM TO THE OWNER'S MANUALS. -11/09/2000,00V368000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V368000),Ford Motor Company,FORD/FMVSS 209/SEAT BELTS,SEAT BELTS,00S41,Vehicle,170,"VEHICLE DESCRIPTION: PASSENGER VEHICLES WITH MIDNIGHT BLACK OR MEDIUM PARCHMENT SEAT BELTS MANUFACTURED ON JULY 31, 2000, FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" AN INCORRECT DRIVER'S SIDE REAR SEAT BELT AND RETRACTOR ASSEMBLY MAY HAVE BEEN INSTALLED.","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSPECT THE SEAT BELTS AND REPLACE THE AFFECTED SEAT BELT AND RETRACTOR ASSEMBLIES. -11/08/2000,00V246310,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246310),"Foretravel, Inc.",FORETRAVEL/BALL JOINTS,STEERING,NR (Not Reported),Vehicle,76,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH TRW 20-EDL BALL-SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BALL-SOCKET ASSEMBLIES. -11/08/2000,00V259002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V259002),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/ENGINE STALLING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1421,"VEHICLE DESCRIPTION: SOME SONATA VEHICLES EQUIPPED WITH 2.5 LITER V-6 ENGINES AND ALL ELANTRA MODEL VEHICLES MAY HAVE EXPERIENCED INTERMITTENT LOW-SPEED ENGINE STALLING, WHICH COULD OCCUR IF THE MAF (MASS AIR FLOW) SENSOR ELECTRICAL SIGNAL IS INTERRUPTED AS A RESULT OF ENGINE VIBRATION TRANSMITTED TO THE MAF SENSOR CONNECTOR WIRING HARNESS.","THIS CONDITION CAN CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.",DEALERS WILL RE-ROUTE THE MAF SENSOR CONNECTOR WIRING HARNESS. -11/06/2000,00V367000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V367000),Ford Motor Company,FORD/ENGINE COOLING FAN,ENGINE AND ENGINE COOLING,00S44,Vehicle,262559,"VEHICLE DESCRIPTION: 1995 PASSENGER VEHICLES EQUIPPED WITH THE 2.0L AND 2.5L ENGINES, AND 1996 VEHICLES EQUIPPED WITH 2.5L ENGINES. TIGHTENING OF THE ENGINE COOLING FAN MOTOR BEARINGS, UP TO AND INCLUDING MOTOR STALL, CAN RESULT IN INCREASED MOTOR TORQUE AND HIGHER THAN NORMAL MOTOR CURRENT AND ACCOMPANYING HIGH MOTOR TEMPERATURES.","OVERHEATING OF THE COOLING FAN MOTOR DUE TO EXCESSIVE CURRENT CAN RESULT IN SMOKE AND ODORS FROM BEARING GREASE, INSULATION AND OTHER INTERNAL MOTOR COMPONENTS. IF ELECTRICAL CURRENT CONTINUES TO BE APPLIED TO THE MOTOR, INTERNAL MOTOR COMPONENTS COULD IGNITE POSSIBLY IGNITING OTHER ENGINE COMPARTMENT COMPONENTS.","DEALERS WILL INSTALL A POSITIVE TEMPERATURE COEFFICIENT DEVICE IN-LINE WITH EACH FAN MOTOR. FORD WILL ALSO EXTEND THE WARRANTY ON THE ENGINE COOLING FAN ASSEMBLY TO A TOTAL OF 8 YEARS OF SERVICE OR 100,000 MILES FROM THE WARRANTY START DATE, WHICHEVER OCCURS FIRST. IF THE VEHICLE ALREADY HAS MORE THAN 100,000 MILES, THIS COVERAGE WILL LAST UNTIL JULY 31, 2001." -11/06/2000,00V359002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V359002),"Jaguar Cars, Ltd.",JAGUAR/LOWER BALL JOINTS,SUSPENSION,NR (Not Reported),Vehicle,38681,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT SUSPENSION LOWER BALL JOINTS WERE NOT TIGHTENED TO SPECIFICATIONS WHEN THEY WERE ATTACHED TO THE LOWER CONTROL ARMS.,"IF THE BALL JOINT ATTACHING NUTS ARE NOT ADEQUATELY TIGHTENED, THEY CAN LOOSEN AND ULTIMATELY, RESULT IN FRACTURE OF THE BALL JOINT STUD. IF THE BALL JOINT FRACTURES, CONTROL OF THE VEHICLE COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TORQUE ON THE TWO BALL JOINT ATTACHING NUTS. VEHICLES WITH LOOSE BALL JOINT ATTACHING NUTS WILL EITHER HAVE THE FASTENERS TIGHTENED TO SPECIFICATION, OR IF NECESSARY, THE BALL JOINTS WILL BE REPLACED." -11/06/2000,00E069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E069000),Mazda North American Operations,MAZDA/ACCESSORY HOOD,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,16,"EQUIPMENT DESCRIPTION: MAZDA SPEED RESINOUS HOODS, DESIGNED AND SOLD AS ACCESSORY PARTS FOR MODEL YEAR 1992-1995 RX7 VEHICLES, MANUFACTURED BETWEEN JUNE 1, 1997, THROUGH SEPTEMBER 19, 2000.","A HOOK ON A HOOD STRIKER FOR THE RESINOUS HOOD MAY SEPARATE FROM A BASE PLATE AT THE WELDED PORTION DUE TO INSUFFICIENT WELDING STRENGTH. THE HOOD MAY SUDDENLY OPEN DURING OPERATION, LOSING FRONT VISIBILITY, POSSIBLY RESULTING IN A VEHICLE CRASH.",MAZDA WILL NOTIFY THE RX7 VEHICLE CUSTOMERS TO BRING THEIR VEHICLE TO A MAZDA DEALER TO HAVE THE HOOD STRIKER REPLACED WITH A MODIFIED ONE. -11/06/2000,00V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V363000),"NABI Bus, LLC",NABI/INSTABILITY,SUSPENSION,NR (Not Reported),Vehicle,70,VEHICLE DESCRIPTION: 60' ARTICULATED TRANSIT BUSES. THESE BUSES COULD BECOME UNSTABLE AT SPEEDS OVER 45 MPH SHOULD THE HYDRAULIC DAMPENING SYSTEM IN THE ARTICULATED JOINT MALFUNCTION.,THE TRAILER COULD START TO SWING FROM SIDE TO SIDE CAUSING THE DRIVER TO LOOSE CONTROL OF THE VEHICLE.,DEALERS WILL MODIFY THESE VEHICLES. -11/03/2000,00V356005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356005),Cabot Coach Builders Inc-DBA Royale Limo,CABOT/ROYALE/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,818,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/03/2000,00V356004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356004),CLASSIC LIMOUSINE,CLASSIC/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,492,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/03/2000,00V356003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356003),DAVINCI COACHWORKS INC,DAVINCI/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,144,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/03/2000,00V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V355000),Ford Motor Company,FORD/FMVSS 103/COOLANT BLOCKAGE,VISIBILITY,00S43,Vehicle,11400,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 4.6L ENGINES. A COOLANT FLOW BLOCKAGE EXISTS AT THE INTAKE MANIFOLD HEATER CORE NIPPLE RESULTING IN NO COOLANT FLOW TO THE HEATER AND, THEREFORE, NO WARM AIR FLOW FROM THE HEATER OR WINDSHIELD DEFROSTER. VEHICLES WITH THIS CONDITION DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS.""","LOSS OF VISIBILITY COULD OCCUR, INCREASING THE RISK OF A CRASH.","CUSTOMERS WILL BE ASKED TO VERIFY, FOLLOWING INSTRUCTIONS PROVIDED, THAT HEATED AIR FLOWS FROM THEIR VEHICLE'S HEATER/DEFROSTER OUTLETS. THE CUSTOMERS WILL BE ADVISED TO CONTACT THEIR DEALERS TO MAKE ARRANGEMENTS FOR REPAIR OF THEIR VEHICLES IF NO HEATED AIR FLOW EXISTS AT THESE OUTLETS." -11/03/2000,00V359001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V359001),Ford Motor Company,FORD/FRONT LOWER BALL JOINTS,SUSPENSION,00S39,Vehicle,82300,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT SUSPENSION LOWER BALL JOINTS WERE NOT TIGHTENED TO SPECIFICATIONS WHEN THEY WERE ATTACHED TO THE LOWER CONTROL ARMS.,"IF THE BALL JOINT ATTACHING NUTS ARE NOT ADEQUATELY TIGHTENED, THEY CAN LOOSEN AND, ULTIMATELY, RESULT IN FRACTURE OF THE BALL JOINT STUD. IF THE BALL JOINT FRACTURES, CONTROL OF THE VEHICLE COULD BE AFFECTED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE TORQUE ON THE TWO BALL JOINT ATTACHING NUTS. VEHICLES WITH LOOSE BALL JOINT ATTACHING NUTS WILL EITHER HAVE THE FASTENERS TIGHTENED TO SPECIFICATION, OR IF NECESSARY, THE BALL JOINTS WILL BE REPLACED." -11/03/2000,00V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V357000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE PEDAL LINKAGE,"SERVICE BRAKES, AIR",FL-276,Vehicle,105000,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE BRAKE PEDAL PUSH ROD THAT ACTIVATES THE SERVICE BRAKES COULD FRACTURE.,"THIS COULD RESULT IN A LOSS OF BRAKING CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BRAKE PEDAL PUSH ROD. -11/03/2000,00V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V362000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/DRIVER SEAT BRACKET,SEATS,NR (Not Reported),Vehicle,6500,VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES AND TRANSIT BUSES EQUIPPED WITH NATIONAL SEATING'S SERIES 93B-SB DRIVER SEAT. A BRACKET ATTACHING THE GAS SPRING SHOCK TO THE HEIGHT ADJUSTER OF THE SEAT CAN DEFORM AND BREAK. THIS BRACKET IS LOCATED AT THE TOP OF THE HEIGHT ADJUSTER.,"IF THE BRACKET IS NOT REPLACED AFTER DEFORMING, AND IS ALLOWED TO BREAK, ITS BREAKING WILL RESULT IN A SUDDEN DROP OF THE DRIVER'S SEAT, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE AND A CRASH.",DEALERS WILL REPLACE THE SEAT BASE AND ADD REINFORCEMENT TO THE SEAT ASSEMBLY -11/03/2000,00V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V361000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 111/REARVIEW MIRROR,VISIBILITY,NR (Not Reported),Vehicle,53,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES BUILT ON NAVISTAR CHASSIS AND EQUIPPED WITH SAFETY CROSS FIXED POSITION CROSS VIEW MIRRORS FAIL TO MEET THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS."" A BRACKET SUPPLIED WITH THE MIRROR ASSEMBLY WAS MANUFACTURED INCORRECTLY. THE ENTIRE TOP SURFACE OF ONE OR MORE CYLINDERS DESCRIBED IN THE STANDARD IS NOT VISIBLE WITH THE MIRROR SYSTEM WHEN USING THE INCORRECT BRACKET.","THE SCHOOL BUS DRIVER MAY NOT BE ABLE TO SEE CERTAIN PORTIONS OF THE BUS, INCREASING THE RISK OF A CRASH OR PERSONAL INJURY TO PERSONS NEAR THE BUS.",THOMAS BUILT SENT SERVICE PERSONNEL TO REPLACE THE ENTIRE MIRROR ASSEMBLY ON THE AFFECTED BUSES. -11/03/2000,00V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V360000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 222/STORAGE COMPARTMENT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,11500,"VEHICLE DESCRIPTION: CERTAIN SCHOOL BUSES EQUIPPED WITH A STORAGE COMPARTMENT OVERHEAD TO THE LEFT OF THE DRIVER FAIL TO MEET FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",CONTACT WITH THIS STORAGE COMPARTMENT DOES NOT MEET THE IMPACT ZONE REQUIREMENTS OF THE STANDARD.,"DEALERS WILL ADD PADDING TO THE SIDES OF THE STORAGE COMPARTMENT. OWNER NOTIFICATION BEGAN FEBRUARY 8, 2002. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-889-4871." -11/03/2000,00V358001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V358001),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/DEXTER AXLE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,2,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS EQUIPPED WITH DEXTER AXLES THAT WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.,THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -11/02/2000,00V246309,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246309),ATHEY PRODUCTS CORP.,ATHEY/BALL JOINTS,STEERING,NR (Not Reported),Vehicle,17,"VEHICLE DESCRIPTION: FOUR-WHEEL, SELF-PROPELLED, OFF-ROAD LOADER EQUIPPED WITH TRW 20-EDL BALL-SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BALL-SOCKET ASSEMBLIES. -11/02/2000,00T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T011000),Cooper Tire & Rubber Co.,COOPER/THIN INNERLINER,TIRES,NR (Not Reported),Tire,6237,"TIRE DESCRIPTION: TUBELESS RADIAL STANDARD LOAD COOPER TIRES WHICH CONTAIN A LOCALIZED AREA OF THIN INNERLINER GAUGE. THE TIRE SIZE IS P185/65R14. MODELS INCLUDE: COOPER LIFELINER CLASSIC II, SERIAL NOS. UT7JC173700 - UT7JC173900; FUTURA 2000 RADIAL LTE, SERIAL NOS. UT7JXAC3700 - UT7JXAC3900; MASTERCRAFT P794, SERIAL NOS. UT7JFE73700 & UT7JFE73800; NATIONAL XT 5000, SERIAL NOS. UT7JWDU3700 & UT7WDU3800; HERCULES ULTRA PLUS IV, SERIAL NOS. UT7JHTX3700 & UT7JHTX3800; DOMINATOR TOURING MR II, SERIAL NO. UT7JTUC3700; AND SIGMA REGENT, SERIAL NO. UT7JTW63700. THESE TIRES WERE MANUFACTURED BETWEEN SEPTEMBER 10 AND SEPTEMBER 30, 2000.","WHEN THIS CONDITION EXISTS, IT COULD RESULT IN ACCELERATED AIR LOSS. THE LOSS OF AIR COULD CAUSE THE TIRE TO RUN UNDER-INFLATED AND RESULT IN EARLY FAILURE. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WHICH COULD RESULT IN A VEHICLE CRASH. DRIVING AT HIGHWAY SPEEDS SHOULD BE AVOIDED UNTIL THE TIRES HAVE BEEN INSPECTED AND REPLACED.",COOPER WILL NOTIFY ITS CUSTOMERS TO HAVE THEIR TIRES INSPECTED AND REPLACED FREE OF CHARGE. -11/02/2000,00E068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E068000),"WANG'S INTERNATIONAL, INC.",WANG/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1100,"EQUIPMENT DESCRIPTION: CLEAR TAILLAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH RED STOP LAMP, TAILLAMP, REFLEX REFLECTORS, AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL, THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO OTHER MOTORISTS WHICH COULD RESULT IN A VEHICLE CRASH.",WANG'S INTERNATIONAL NOTIFIED CUSTOMERS TO RETURN THE NON-COMPLYING REAR TAIL LAMP ASSEMBLY TO THEM FOR A REPLACEMENT FREE OF CHARGE. -11/01/2000,00V356001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356001),"Accubuilt, Inc.",ACCUBUILT/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,8,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -11/01/2000,00V356010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V356010),SPRINGFIELD COACH BUILDERS,SPRINGFIELD COACH/FMVSS 109/110/LIMOUSINE,TIRES,NR (Not Reported),Vehicle,144,"VEHICLE DESCRIPTION: CERTAIN LIMOUSINES STRETCHED OVER 60 INCHES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES,"" AND NO. 110, ""TIRE SELECTION AND RIMS.""","THE VEHICLE WEIGHT COULD EXCEED THE MAXIMUM LOAD RATING FOR THE TIRE, INCREASING THE RISK OF PREMATURE TIRE WEAR OR BLOWOUT.",DEALERS WILL REPLACE ALL 5 TIRES (INCLUDING THE SPARE TIRE) WITH MICHELIN TIRES (225/70R16 107T REINFORCED WHITE SIDEWALL) WITH A SUFFICIENTLY HIGHER LOAD RATING. FORD HAS AGREED TO CONDUCT THE ENTIRE RECALL TO REMEDY THIS NON-COMPLIANCE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING JANUARY 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-248-0186. -10/31/2000,00E067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E067000),AMERICAN RACING EQUIPMENT,AMERICAN RACING/ALUMINUM ALLOY WHEELS,WHEELS,NR (Not Reported),Equipment,4808,"EQUIPMENT DESCRIPTION: 16-INCH, 8-LUG, ALUMINUM ALLOY WHEELS, AFTERMARKET WHEELS FOR USE ON TRUCKS OR SUVS, POLISHED NEPTUNE 151 SERIES AND CHROME NEPTUNE 651 SERIES. THE PART NUMBER BEING RECALLED ARE 1516870, 1516882, 6516870, AND 6516882. IMPROPER CHAMFER DIMENSION LED TO AN INTERFERENCE IN THE FLANGE OF THE CENTER CAP PROTRUDING INTO THE SEATING AREA OF THE WHEEL THUS PREVENTING THE PROPER SEATING OF THE WHEEL, WHICH RESULTED IN THE FAILURE.","THE DEFECT COULD RESULT IN THE WHEEL COMING OFF THE VEHICLE WITHOUT WARNING, WHICH COULD RESULT IN A VEHICLE CRASH, INJURY TO THE OCCUPANT, AND/OR TO PEOPLE OUTSIDE THE VEHICLE.",AMERICAN RACING WILL NOTIFY ITS CUSTOMERS TO CONTACT A LOCAL AMERICAN RACING WAREHOUSE TO SCHEDULE REPAIRS FREE OF CHARGE. -10/31/2000,00V246108,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246108),E-One Incorporated,E-ONE/TRW TIE ROD ENDS,STEERING,00-19,Vehicle,3,VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN MERITOR AXLES. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. -10/31/2000,00V354000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V354000),Newell Coach Corp.,NEWELL/TAG AXLE,SUSPENSION,NR (Not Reported),Vehicle,55,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA SPECIALITY AXLE TS6 TAG AXLES. HUB OVERLOAD CAN CAUSE PREMATURE BEARING FAILURE AT BETWEEN 12,000 AND 20,000 MILES.","THIS FAILURE COULD RESULT IN THE WHEEL AND TIRE ASSEMBLY BECOMING DISCONNECTED FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A REVISED TAG AXLE SUSPENSION ARRANGEMENT TO CORRECT THIS PROBLEM. ALSO, AT INTERVALS OF 7,500 MILES, OWNERS ARE REQUESTED TO ARRANGE TO HAVE THE TAG AXLE WHEEL BEARINGS REPLACED AT A DEALERSHIP OR CALL NEWELL TO ISSUE AUTHORIZATION TO HAVE THESE BEARINGS CHANGED IN A SERVICE FACILITY IN THE FIELD AT NEWELL'S EXPENSE." -10/30/2000,00V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V351000),Ford Motor Company,FORD/FMVSS 118/ACCESSORY POSITION,ELECTRICAL SYSTEM,00S42,Vehicle,180000,"VEHICLE DESCRIPTION: MINIVANS BUILT WITH INSTRUMENT CLUSTERS WITHOUT THE MESSAGE CENTER, FAIL TO COMPLY WITH THE REQUIREMENTS OF STANDARD NO. 118, ""POWER-OPERATED WINDOW, PARTITION, AND ROOF PANEL SYSTEMS."" THE POWER WINDOWS MAY BE OPERABLE AFTER THE IGNITION HAS BEEN TURNED TO THE ""OFF"" POSITION AND THE FRONT DOORS ARE OPENED.","THE STANDARD REQUIRES THAT POWER OPERATED WINDOWS MAY BE CLOSED ONLY WHEN THE KEY IS IN THE ""ON,"" ""START,"" OR ""ACCESSORY"" POSITIONS, OR DURING THE INTERVAL BETWEEN THE TIME THE KEY IS TURNED OFF, AND THE OPENING OF EITHER OF THE VEHICLE'S FRONT DOORS.",DEALERS WILL RECONFIGURE THE VEHICLE FRONT END ELECTRONIC MODULE. -10/30/2000,00V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V350000),Ford Motor Company,FORD/FUEL TANK FILLER PIPE GROMMET,"FUEL SYSTEM, OTHER",00S38,Vehicle,3750,"VEHICLE DESCRIPTION: BI-FUEL VEHICLES. THESE VEHICLES MAY HAVE A FUEL TANK FILLER PIPE GROMMET THAT COULD HAVE BEEN DAMAGED DURING THE INSTALLATION OF THE BI-FUEL SYSTEM. IF THE GROMMET IS DAMAGED, FUEL COULD LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE. DEALERS WILL REPLACE THE FUEL TANK FILLER PIPE GROMMET.","IF THE GROMMET IS DAMAGED, FUEL COULD LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL TANK FILLER PIPE GROMMET. -10/30/2000,00V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V349000),Ford Motor Company,FORD/PARKING BRAKE PAWL,PARKING BRAKE,00S37,Vehicle,434000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS. IF A VEHICLE IS PARKED WITH THE PARKING BRAKE NOT FULLY APPLIED AND NOT IN FIRST GEAR, AS DIRECTED IN THE OWNER GUIDE, AND THE SELF ADJUSTMENT PAWL SUBSEQUENTLY SKIPS ONE OR TWO TEETH, THE VEHICLE COULD MOVE ON SOME GRADES.",THIS COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.,DEALERS WILL MODIFY THE PARKING BRAKE CONTROL AND INSTALL A PLATE OR OVER-BRACKET TO THE CONTROL TO LOCK THE SELF ADJUST MECHANISM IN POSITION FOLLOWING ADJUSTMENT. -10/30/2000,00V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V348000),Ford Motor Company,FORD/SEAT BELT RETRACTOR,SEAT BELTS,00S35,Vehicle,830,VEHICLE DESCRIPTION: REGULAR CAB PICKUP TRUCKS. THE DRIVER SIDE SEAT BELT RETRACTOR MAY NOT FULLY RETRACT THE BELT.,"THIS COULD CAUSE SLACK IN THE SEAT BELT WHEN WORN, INCREASING THE RISK OF PERSONAL INJURY TO THE SEAT OCCUPANT, IN THE EVENT OF A CRASH.",DEALERS WILL REPLACE THE DRIVER'S SIDE SEAT BELT ASSEMBLY. -10/30/2000,00V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V345000),"General Motors, LLC",GM/BRAKE LINE CHAFFING,"SERVICE BRAKES, HYDRAULIC",00093,Vehicle,1383922,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES HAVE A CLEARANCE CONDITION BETWEEN THE FRONT RIGHT-HAND BRAKE PIPE AND THE BODY CROSS SILL THAT COULD DECREASE TO THE POINT OF ALLOWING CONTACT DURING THE LIFE OF THE VEHICLE. IF CONTACT OCCURS AND THE BRAKE PIPE BECOMES DAMAGED, IN HALF OF THE BRAKE SYSTEM THERE CAN BE A LOSS OF BRAKE FLUID AND PRESSURE. THE BRAKE WARNING LAMP WILL BE ACTIVATED WHEN THE BRAKE FLUID LEVEL REACHES THE INDICATOR LIMIT.","DURING BRAKING, THE PEDAL WILL BE LOWER THAN NORMAL AND STOPPING DISTANCES WILL BE LONGER. IF THIS OCCURS WHEN STOPPING DISTANCE IS LIMITED, A CRASH COULD OCCUR.","DEALERS WILL INSPECT THE FRONT RIGHT-HAND BRAKE PIPE FOR WEAR. IF THERE ARE SIGNS OF WEAR, THIS SECTION OF THE BRAKE PIPE WILL BE REPLACED WITH A NEW DESIGNED BRAKE PIPE SECTION. IF THERE ARE NOT SIGNS OF WEAR ON THE BRAKE PIPE, THE DEALER WILL INSTALL A SPACER CLIP TO ENSURE SUFFICIENT CLEARANCE BETWEEN THE BRAKE PIPE AND THE BODY CROSS SILL." -10/30/2000,00V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V346000),"General Motors, LLC",GM/FMVSS 104/WINDSHIELD WIPER SYSTEM,VISIBILITY,00094,Vehicle,35302,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS."" THESE VEHICLES HAVE A WIPER SYSTEM MICROPROCESSOR THAT IS SUSCEPTIBLE TO VOLTAGE TRANSIENTS, WHICH CAN CAUSE A ""LATCH-UP"" CONDITION IN THE SYSTEM CONTROLLER.","IF MICROPROCESSOR ""LATCH-UP"" OCCURS, THE CUSTOMER WILL NOT BE ABLE TO OPERATE THE SYSTEM IN BOTH THE LOWER AND HIGH-SPEED MODES REQUIRED BY THE STANDARD.",DEALERS WILL REPLACE THE WINDSHIELD WIPER MOTOR COVER WHICH CONTAINS THE MICROPROCESSOR. -10/30/2000,00V347000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V347000),"General Motors, LLC",GM/FMVSS 209/SEAT BELT ASSEMBLY,SEAT BELTS,00095,Vehicle,116682,"VEHICLE DESCRIPTION: PASSENGER VEHICLES, HEARSE, AND LIMOUSINES. SOME OF THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THESE VEHICLES HAVE SEAT BELTS THAT MAY NOT MEET THE 30-POUND PUSH BUTTON RELEASE EFFORT REQUIREMENT OF THE STANDARD.",HIGH RELEASE EFFORTS COULD MAKE IT MORE DIFFICULT FOR A CRASH VICTIM TO RELEASE THE BELT AND EXIT THE VEHICLE.,"DEALERS WILL INSPECT THE SEAT BELTS AND, IF NECESSARY, MODIFY THE LATCH PLATES OR REPLACE THE RETRACTOR. DEALERS WILL ALSO ADD ""SNAP ON"" LATCH CLIPS TO ELIMINATE THE POTENTIAL OF INVERTED LATCH PLATE INSERTION. OWNER NOTIFICATION IS BEING CONDUCTED IN PHASES. THE FIRST PHASE BEGAN MAY 29, 2001, AND THE SECOND PHASE BEGAN JULY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CADILLAC AT 1-800-458-8006." -10/30/2000,00V344000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V344000),"General Motors, LLC",GM/TRANSAXLE SHIFT CABLE CLIP,POWER TRAIN,00089,Vehicle,1637,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSAXLES. SOME OF THESE VEHICLES WERE ASSEMBLED WITH THE TRANSAXLE SHIFT CABLE CLIP MISSING OR IMPROPERLY SEATED. WITHOUT THE CLIP, THE CABLE CAN SLIP OUT OF ITS BRACKET AND THE TRANSAXLE LEVER WOULD NOT MOVE ALONG WITH THE SHIFT LEVER. THE DRIVER MAY PUT THE SHIFT LEVER IN PARK, BUT THE TRANSAXLE MAY BE IN REVERSE OR NEUTRAL.",UNEXPECTED MOVEMENT OF THE VEHICLE COULD CAUSE A CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT THE TRANSAXLE SHIFT CABLE RETAINER CLIP TO VERIFY PROPER INSTALLATION AND, IF NECESSARY, REPLACE THE CLIP AND ADJUST THE CABLE TO SPECIFICATIONS." -10/30/2000,00V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V352000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/SEAT BELT ANCHOR,SEAT BELTS,20000100007,Vehicle,16246,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SEAT BELT ANCHOR IN THE REAR FOLDING MIDDLE SEATING POSITION MAY HAVE BEEN MANUFACTURED WITH OUT-OF-TOLERANCE HARDWARE.,"IF THIS IS THE CASE, THE SEAT BELT ANCHOR MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS.",DEALERS WILL INSTALL AN ADDITIONAL REAR MIDDLE SEAT BELT ANCHOR PLATE. -10/30/2000,00V353000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V353000),"SUN HAWK PRODUCTS, INC.",SUN HAWK/RUNNING BOARD BRACKET,STRUCTURE,NR (Not Reported),Vehicle,277,VEHICLE DESCRIPTION: VAN CONVERSIONS BUILT ON DODGE B-VANS. THE MOUNTING BRACKET FOR THE DRIVER SIDE ALUMINUM RUNNING BOARD MAY BE TOO CLOSE TO THE GAS TANK AND COULD PUNCTURE THE TANK UNDER CERTAIN CRASH CONDITIONS.,THIS COULD INCREASE THE RISK OF FIRE OR EXPLOSION.,DEALERS WILL REPLACE THE DRIVER SIDE RUNNING BOARD BRACKETS. -10/27/2000,00V320002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V320002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL RETURN HOSE,"FUEL SYSTEM, GASOLINE",959,Vehicle,3480,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE OUTER LAYER ONLY OF THIS 3-LAYER FUEL RETURN HOSE DOES NOT CONTAIN THE DESIRED OZONE PROTECTION DUE TO A PROCESSING ERROR.,THIS HOSE IS CONSIDERED TO BE INADEQUATE.,DEALERS WILL REPLACE THE FUEL RETURN HOSE. -10/27/2000,00V320001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V320001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FUEL RETURN HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10510,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE OUTER LAYER ONLY OF THIS 3-LAYER FUEL RETURN HOSE DOES NOT CONTAIN THE DESIRED OZONE PROTECTION DUE TO A PROCESSING ERROR.,THIS HOSE IS CONSIDERED TO BE INADEQUATE.,DEALERS WILL REPLACE THE FUEL RETURN HOSE. -10/27/2000,00V338002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V338002),"Nissan North America, Inc.",NISSAN/SEAT BELT BUCKLE COVER,SEAT BELTS,B0091,Vehicle,130,VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES MAY HAVE THE PLASTIC TRIM COVER AROUND THE BASE OF THE FRONT SEAT SAFETY BELT BUCKLE TRAPPED BETWEEN THE SHOULDER OF THE RESTRAINT ANCHORAGE BOLT AND THE SEAT PEDESTAL. THIS COULD EVENTUALLY ALLOW THE SEAT BELT BUCKLE BOLT TO LOOSEN.,"IN THE EVENT OF A CRASH, THE OCCUPANT SEATED IN THAT LOCATION MAY NOT BE ADEQUATELY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSPECT THE SEAT BELT BUCKLE ASSEMBLY ATTACHMENT. SOME BELT BUCKLE ASSEMBLIES MAY REQUIRE REPLACEMENT. -10/26/2000,00V338001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V338001),Ford Motor Company,FORD/SEAT BELT BUCKLE COVER,SEAT BELTS,00S36,Vehicle,2500,VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES MAY HAVE THE PLASTIC TRIM COVER AROUND THE BASE OF THE FRONT SEAT SAFETY BELT BUCKLE TRAPPED BETWEEN THE SHOULDER OF THE RESTRAINT ANCHORAGE BOLT AND THE SEAT PEDESTAL. THIS COULD EVENTUALLY ALLOW THE SEAT BELT BUCKLE BOLT TO LOOSEN.,"IN THE EVENT OF A CRASH, THE OCCUPANT SEATED IN THAT LOCATION MAY NOT BE ADEQUATELY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSPECT THE SEAT BELT BUCKLE ASSEMBLY ATTACHMENT. SOME BELT BUCKLE ASSEMBLIES MAY REQUIRE REPLACEMENT. -10/25/2000,00V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V343000),"General Motors, LLC",GM/WHEELHOUSE PLUG,STRUCTURE,00084,Vehicle,35659,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES HAVE LOOSE OR MISSING REAR WHEELHOUSE PLUGS. UNDER CERTAIN VEHICLE OPERATING CONDITIONS, EXHAUST GASES CAN FLOW FORWARD AND ACCUMULATE IN THE REAR WHEELHOUSE.","THESE GASES COULD FLOW INTO THE PASSENGER COMPARTMENT IF THE PLUG IS MISSING OR LOOSE AND COULD CAUSE POSSIBLE ILLNESS, UNCONSCIOUSNESS, OR DEATH.",DEALERS WILL INSPECT THE VEHICLE FOR LOOSE OR MISSING WHEELHOUSE PLUGS AND INSTALL NEW PLUGS IF NECESSARY. -10/25/2000,00V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V342000),"PREVOST CAR, INCORPORATED",PREVOST/COOLANT HEATER,ENGINE AND ENGINE COOLING,SR00-25,Vehicle,487,VEHICLE DESCRIPTION: TRANSIT COACHES. SOME COOLANT HEATERS MAY HAVE BEEN PROVIDED WITHOUT A COMBUSTION CHAMBER (BURNER TUBE). A FLAME WILL BE NOTICED EXITING THE EXHAUST PIPE AT THE BOTTOM OF THE UNIT.,DAMAGE TO THE HEATER AND THE VEHICLE IN WHICH IT IS INSTALLED IS POSSIBLE IF A COOLANT HEATER IS MISSING A COMBUSTION CHAMBER.,"DEALERS WILL INSPECT THE COOLANT HEATER FOR A COMBUSTION CHAMBER. IF A CHAMBER IS MISSING, ONE WILL BE ADDED." -10/25/2000,00E065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E065000),WARREN OIL COMPANY,WARREN OIL CO/BRAKE FLUID,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,20436,"EQUIPMENT DESCRIPTION: HEAVY DUTY BRAKE FLUID, 12 OUNCE BOTTLES PACKAGED BY WARREN OIL COMPANY BETWEEN JULY 13 AND JULY 14, 1999. IN EFFORTS TO IMPROVE THE COLOR OF THE BRAKE FLUID, A LOWER AMOUNT OF AMINE WAS USED IN THE INHIBITOR PACKAGE, WHICH THEN RESULTED IN A LOWER PH. THESE UNITS OF BRAKE FLUID DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS.""","IF THE BRAKE FLUID PH BALANCE IS LOWER THAN REQUIRED BY FEDERAL REGULATIONS, CORROSION COULD OCCUR RESULTING IN POOR BRAKING ABILITY.",THE MANUFACTURER WILL NOTIFY ALL ITS PURCHASERS TO REMOVE ANY UNSOLD BOTTLES OF THE AFFECTED BRAKE FLUID AND RETURN IT TO WARREN OIL COMPANY FOR FREE REPLACEMENT FLUID. -10/24/2000,00V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V341000),"BMW of North America, LLC",BMW/STEERING,STEERING,NR (Not Reported),Vehicle,2643,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE NUT THAT SECURES THE AXIAL JOINT OF THE LEFT STEERING TIE ROD TO THE STEERING GEAR BOX MAY HAVE NOT HAVE BEEN TIGHTENED SECURELY. THIS COULD LEAD TO LOOSENING OF THE NUT AND, INITIALLY TO STEERING WHEEL PLAY AND/OR MISALIGNMENT, AS WELL AS NOISE FROM THE STEERING LINKAGE. IF VEHICLE OPERATION CONTINUES, THE TIE ROD COULD DISCONNECT FROM THE STEERING GEAR BOX.","IF THIS WERE TO OCCUR, LOSS OF STEERING CONTROL COULD RESULT.","DEALERS WILL INSPECT AND RE-TORQUE THE NUT SECURING THE AXIAL JOINT OF THE LEFT STEERING TIE ROD. IF THE TORQUE OF THE NUT IS FOUND TO BE LOOSE, THE RIGHT NUT WILL ALSO BE CHECKED AND CORRECTED IF NECESSARY, AND A FRONT WHEEL ALIGNMENT WILL BE PERFORMED." -10/24/2000,00V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V340000),"Ferrari North America, Inc.",FERRARI/STEERING LOOSENESS,POWER TRAIN,28,Vehicle,568,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STARTER RING GEAR, WHICH IS ATTACHED TO THE CLUTCH ASSEMBLY WITH THREE MOUNTING SCREWS, COULD BECOME SEPARATED FROM THE CLUTCH ASSEMBLY. THIS POSSIBLE FAILURE COULD BE CAUSED BY (1) THE FRACTURE OF THE STARTER RING GEAR ITSELF AT THE MOUNTING HOLES DUE TO AN INCORRECT POSITIONING OF THE MOUNTING HOLES, OR (2) BY THE FAILURE OF THE MOUNTING SCREWS. IF EITHER OF THESE CONDITIONS WOULD OCCUR, THE RESULT WOULD BE FRAGMENTS OF THE STARTER RING GEAR BEING THROWN FROM THE CLUTCH AREA.","IF THESE FRAGMENTS CAME INTO CONTACT WITH THE VEHICLE'S TIRE, A PUNCTURE COULD OCCUR RESULTING IN LOSS OF VEHICLE CONTROL.","DEALERS WILL (1) REPLACE THE STARTER RING GEAR MOUNTING SCREWS AND MEASURING THE STARTER RING GEAR MOUNTING HOLES. THE MEASUREMENT OF THE STARTER RING GEAR WILL DETERMINE IF THE CORRECT POSITION OF THE MOUNTING HOLES EXISTS AND IF THE POSITION IS INCORRECT, THE STARTER RING GEAR WILL ALSO BE REPLACED; OR (2) REPLACE THE STARTER RING GEAR WITH A NEW RING GEAR HAVING THE CORRECTLY POSITIONED MOUNTING HOLES AND THE REPLACEMENT OF THE MOUNTING SCREWS." -10/24/2000,00V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V339000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13974,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ROUTING OF THE WIRING HARNESS UNDER THE RIGHT AND LEFT SIDE OF THE REAR SEAT COULD ALLOW THE HARNESS TO CONTACT THE BODY. THE WIRES IN EACH HARNESS CONTROL THE STOP LAMP CIRCUIT, BACK-UP LAMP CIRCUIT, AND THE TURN LAMP CIRCUIT.","IF ANY OF THESE WIRES BECOME SHORT-CIRCUITED, THE INTERIOR LAMPS, TURN SIGNAL LAMPS, AND REAR STOP LAMPS COULD STOP WORKING. THIS WOULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS TURNING OR BRAKING AND COULD LEAD TO A CRASH.","DEALERS WILL RE-ROUTE AND SECURE THE HARNESSES AND, IF NECESSARY, REPAIR ANY PRE-EXISTING WIRE INSULATION DAMAGE." -10/24/2000,00V246306,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246306),Volvo Trucks North America,VOLVO TRUCKS/BALL JOINTS,STEERING,RVXX0004,Vehicle,730,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW 20-EDL BALL-SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BALL-SOCKET ASSEMBLIES. -10/24/2000,00E047006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047006),WESTPORT AXLE CORP.,WESPORT AXLE/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Equipment,143,EQUIPMENT DESCRIPTION: AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20-EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",WESTPORT AXLE HAS NOTIFIED THEIR CUSTOMERS AND TRW WILL BE CONTACTING THE CUSTOMERS AND INSTRUCTING THEM ON HOW AND WHERE TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE. -10/24/2000,00V273002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273002),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,121,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE IN NOTIFYING CUSTOMERS THAT THEY WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. -10/21/2000,00V226002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V226002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/FRONT BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,215,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT LOWER BRAKE HOSES CAN DEVELOP A CRACK, CAUSING A LOSS OF BRAKE FLUID.",THIS COULD RESULT IN IMPAIRED BRAKING ABILITY AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE LEFT AND RIGHT LOWER BRAKE HOSES. -10/19/2000,00V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V337000),"COACHMEN INDUSTRIES, INC.",COACHMEN/INCORRECT AXLE/WHEEL ASSEMBLIES,SUSPENSION,NR (Not Reported),Vehicle,69,"VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH DROP AXLES AND 13"" WHEELS. INCORRECT AXLE AND WHEEL ASSEMBLIES WERE INSTALLED. THE UNLOADED VEHICLE WEIGHT MAY EXCEED THE CARRYING CAPACITY OF THE TIRES.","THIS COULD CAUSE PREMATURE TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING, LEADING TO A LOSS OF STEERING CONTROL.",DEALERS WILL REPLACE THE AXLE ASSEMBLIES AND WHEELS. -10/19/2000,00V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V335000),Ford Motor Company,FORD/FMVSS 121/INCORRECT AIR LINE INSTALLATION,"SERVICE BRAKES, AIR",00S34,Vehicle,8400,"VEHICLE DESCRIPTION: MEDIUM DUTY TANDEM REAR AXLE TRUCKS WITH ABS. THESE VEHICLES FAIL TO COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE AIR BRAKE SYSTEM WAS PLUMBED SO THAT COMPLETE AIR RESERVOIR ISOLATION WAS NOT PROVIDED. SOME VEHICLES WERE BUILT WITH AN AIR LINE FROM THE SYSTEM ECU RELAY VALVE MODULE TEE FITTING, INCORRECTLY CONNECTED TO THE SYSTEM SUPPLY TANK, RATHER THAN THE SYSTEM AUXILIARY PRIMARY TANK.","A LEAKAGE OR FAILURE CAN CAUSE A PRESSURE LOSS IN THE SECONDARY TANK RESULTING IN THE DRAINING OF THE PRIMARY TANK ALSO, AND THUS A COMPLETE LOSS OF VEHICLE SYSTEM AIR PRESSURE, DIMINISHING BRAKE EFFECTIVENESS, AND INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE VEHICLE TO DETERMINE WHETHER THE VEHICLE HAS THE INCORRECTLY ROUTED AIR LINE. THOSE WITH THE CONDITION WILL BE CORRECTLY PLUMBED AND THE AIR BRAKE SYSTEM TESTED TO VERIFY PROPER RESERVOIR ISOLATION. -10/19/2000,00V333000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V333000),"Erwin Hymer Group North America, Inc.",HOME & PARK/FUEL TANK VALVE,"FUEL SYSTEM, GASOLINE",2000-02,Vehicle,813,"VEHICLE DESCRIPTION: CLASS B MOTOR HOMES BUILT ON CHEVROLET G-CUT AWAY VAN CHASSIS EQUIPPED WITH AN AFTER-MARKET GASOLINE TANK MANUFACTURED BY TRANSFER FLOW INC. OF CALIFORNIA. THE TANK INCORPORATES A ROLLOVER VALVE AND A 5/8"" RUBBER VENT HOSE EXTENDING FROM THE TOP OF THE TANK. IT IS POSSIBLE, WITH THE MOUNTING OF THE FIBERGLASS BODY, THE VENT HOSE CAN BE CHAFFED FROM THE FIBERGLASS BODY UNDERSIDE.",THIS COULD CAUSE A FUEL VAPOR LEAK WHICH COULD LEAD TO A FIRE OR EXPLOSION.,DEALERS WILL LOWER THE GASOLINE TANK TO INSTALL A SPACER SHIM. THIS SPACER PROVIDES THE NECESSARY CLEARANCE FOR THE VENT HOSE FROM THE VEHICLE UNDERSIDE. -10/19/2000,00V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V331000),MONACO COACH CORPORATION,MONACO/FMVSS 120/PART 567/TIRE PRESSURE,EQUIPMENT,R00001,Vehicle,3121,"VEHICLE DESCRIPTION: MOTOR COACHES PRODUCED ON ROADMASTER CHASSIS AND DIESEL CLASS A MOTOR COACHES PRODUCED ON FREIGHTLINER CHASSIS. THE FEDERAL CERTIFICATION LABEL CONTAINS THE INCORRECT TIRE PRESSURE INFLATION INFORMATION. THIS DOES NOT COMPLY WITH REQUIREMENTS OF PART 567, ""CERTIFICATION"" AND FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","UNDER OR OVER-INFLATED TIRES CAN CAUSE OR CONTRIBUTE TO PREMATURE TIRE FAILURE, POSSIBLY RESULTING IN A SUDDEN BLOWOUT OR OTHER FAILURE WHICH COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE.","DEALERS WILL REPLACE THE CERTIFICATION LABEL WITH A NEW LABEL, WHICH CONTAINS THE CORRECT RECOMMENDED TIRE INFLATION DATA." -10/19/2000,00V336000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V336000),MONACO COACH CORPORATION,MONACO/FUEL TANK,"FUEL SYSTEM, GASOLINE",R000002,Vehicle,45,"VEHICLE DESCRIPTION: MOTOR HOMES PRODUCED ON FORD CHASSIS. AS A RESULT OF INCORRECT INSTALLATION OF THE GAS TANK, THE GAS FILL DOOR FOR FILLING THE GAS TANK IS LOCATED WITHIN THREE FEET OF THE WATER HEATER. THIS IS IN VIOLATION OF RVIA CODE, SECTION 2.6.3.3.",SUBSEQUENT FILLING OF THE GAS TANK COULD ALLOW FUMES TO RISE INTO THE WATER HEATER POSSIBLY RESULTING IN A FIRE IF THE WATER HEATER IS OPERATING ON LIQUID PROPANE GAS.,"DEALERS WILL REMOVE THE FUEL TANK FOR REVERSAL, REPLACEMENT OF THE FENDER WITH THE INCORRECT FUEL FILL, AND INSTALLATION OF A NEW FILL ASSEMBLY ON THE OPPOSITE SIDE FENDER." -10/19/2000,00V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V330000),Newell Coach Corp.,NEWELL/SUSPENSION,STEERING,NR (Not Reported),Vehicle,80,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA IFS SUSPENSIONS. ONE OF THE FOUR STUDS USED TO ATTACH THE SPINDLE TO THE FRONT SUSPENSION WISHBONES HAS BROKEN.,"IF TWO STUDS BREAK, THE SPINDLE IS NO LONGER ATTACHED TO THE A-FRAME AND THE SUSPENSION COULD THEN COLLAPSE, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE ALL STUDS AND NUTS, USING LONGER STUDS." -10/18/2000,00E064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E064000),DEXTER AXLE,DEXTER AXLE/AXLE ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,2826,"EQUIPMENT DESCRIPTION: AXLES ASSEMBLIES MANUFACTURED FROM JUNE 1 AND SEPTEMBER 15, 2000. SOME AXLES WERE MANUFACTURED WITH A BEARING OPTION KNOWN AS NEV-R-LUBE. THE OPTIONAL HUB UTILIZES A SEALED CARTRIDGE BEARING WHICH IS HELD IN PLACE WITH A RETAINING RING THAT PREVENTS THE HUB FROM SHIFTING ON THE BEARING. SOME OF THESE AXLE ASSEMBLIES WERE PRODUCED WITHOUT THE RETAINING RING.",THE ABSENCE OF THE RETAINING RING CAN ALLOW THE HUB TO SHIFT INWARD AND MAY RESULT IN BRAKE INTERFERENCE OR TIRE CONTACT TO THE VEHICLE STRUCTURE. BRAKING PROBLEMS CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE. TIRE CONTACT TO THE VEHICLE STRUCTURE CAN RESULT IN OVERHEATING AND POTENTIALLY LEAD TO A FIRE OR CAUSE THE TIRE TO BLOWOUT.,DEXTER AXLE WILL INSPECT AND REPAIR THE AFFECTED AXLES FREE OF CHARGE. -10/18/2000,00V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V334000),"Haulmark Industries, Inc.",HAULMARK/GENERATOR EXHAUST OPENING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,84,VEHICLE DESCRIPTION: TRAILERS. THE GENERATOR EXHAUST OPENING IS UNDER THE TRAILER INSTEAD OF BEING VENTED OUT THE SIDE OF THE TRAILER.,TRAILER OCCUPANTS COULD EXPERIENCE CARBON MONOXIDE POISONING WHICH COULD RESULT IN ILLNESS OR DEATH.,DEALERS WILL VENT THE EXHAUST PIPE PROPERLY. -10/18/2000,00E063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E063000),R/S TRUCK BODY CO.,R/S TRUCK BODY/REAR LAMP LOCATION,EXTERIOR LIGHTING,NR (Not Reported),Equipment,95,"EQUIPMENT DESCRIPTION: COAL DUMP BODIES MANUFACTURED BETWEEN JANUARY 1, 1998 AND SEPTEMBER 30, 2000. THE REAR TAIL AND STOP LAMP LOCATION DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THE LOCATION OF THE REAR STOP LAMPS COULD BE OBSCURED BY MUDFLAPS OR ICC BUMPERS. DRIVERS APPROACHING FROM THE REAR MAY HAVE A DEPTH PERCEPTION PROBLEM WITH LIGHTS TOO FAR FORWARD. AN APPROACHING DRIVER CAN CRASH INTO ONE OF THESE VEHICLES, POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",R/S TRUCK BODY CO. WILL NOTIFY THEIR CUSTOMERS TO HAVE THEIR VEHICLE INSPECTED AND REPAIRED FREE OF CHARGE. -10/17/2000,00V324000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V324000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/FAWR,EQUIPMENT,NR (Not Reported),Vehicle,7,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES BUILT ON PREVOST BUSES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE MOTOR HOMES WERE ASSIGNED AN INADEQUATE FRONT AXLE WEIGHT RATING (FAWR). THEY WERE BUILT WITH INADEQUATE TIRES AND RIMS.","THIS COULD CAUSE PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING, LEADING TO A LOSS OF STEERING CONTROL.","DEALERS WILL REMOVE AND REPLACE THE FRONT TIRES, RIMS, AND AIR SPRING BAGS." -10/17/2000,00V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V325000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/FAWR,EQUIPMENT,NR (Not Reported),Vehicle,65,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE MOTOR HOMES HAVE AN INADEQUATE FRONT AXLE WEIGHT RATING (FAWR). THEY WERE BUILT WITH INADEQUATE TIRES, AND RIMS.","THIS COULD CAUSE PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING, LEADING TO A LOSS OF STEERING CONTROL.","DEALERS WILL REMOVE AND REPLACE THE FRONT TIRES, RIMS, AND AIR SPRING BAGS." -10/17/2000,00V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V327000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 120/GVWR,EQUIPMENT,NR (Not Reported),Vehicle,31,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THESE VEHICLES WERE ASSIGNED AN INADEQUATE GROSS VEHICLE WEIGHT RATING (GVWR). THEREFORE, THE TIRES AND RIMS INSTALLED DO NOT COMPLY WITH THE STANDARD, CAUSING PREMATURE FRONT TIRE TREAD WEAR OR TIRE FAILURE DURING NORMAL DRIVING.","THIS COULD LEAD TO A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE THE TIRES AND RIMS ON THESE VEHICLES. IN ADDITION, THE FRONT COIL SPRINGS WILL BE REMOVED AND REPLACED WITH LARGER COIL SPRINGS AND A TAPER REAR LEAF SPRING ADDED TO EACH SIDE." -10/17/2000,00V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V326000),COUNTRY COACH INC,COUNTRY COACH/FMVSS 121/BRAKE CHAMBER,PARKING BRAKE,NR (Not Reported),Vehicle,65,"VEHICLE DESCRIPTION: CERTAIN MOTOR HOMES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE REAR BRAKE CHAMBERS INSTALLED ON THESE VEHICLES AS PART OF THE AIR BRAKE SYSTEM ARE INADEQUATE. THE INADEQUATE REAR BRAKE CHAMBERS COULD ADVERSELY AFFECT THE PERFORMANCE OF THE PARKING BRAKE.","THIS COULD RESULT IN THE UNANTICIPATED MOVEMENT OF AN UNATTENDED VEHICLE, AND POSSIBLE VEHICLE CRASH.",DEALERS WILL REPLACE THE REAR BRAKE CHAMBERS. -10/17/2000,00V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V313000),Ford Motor Company,FORD/CERTIFICATION,EQUIPMENT,00L10,Vehicle,5,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF PART 567.4, ""CERTIFICATION."" THESE VEHICLES WERE SHIPPED FROM THE ASSEMBLY PLANT WITHOUT SAFETY CERTIFICATION LABELS.","INCORRECT TIRE INFLATION PRESSURE COULD RESULT IN TIRE TREAD SEPARATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE CERTIFICATION LABELS. -10/17/2000,00V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V332000),Hyundai Motor America,HYUNDAI/SIDE AIR BAG SENSOR,AIR BAGS,043,Vehicle,972,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SUPPLEMENTAL RESTRAINT SYSTEM SIDE AIR BAG SATELLITE SENSORS INSTALLED WERE IMPROPERLY MANUFACTURED, CAUSING THE AIR BAG WARNING LIGHT TO ILLUMINATE AND THE SIDE AIR BAGS TO NOT DEPLOY AS INTENDED IN THE EVENT OF A CRASH.",NON-DEPLOYMENT OF THE SIDE AIR BAGS COULD INCREASE THE RISK OF INJURY DURING A CRASH WHERE SIDE AIR BAG DEPLOYMENT IS INTENDED.,DEALERS WILL REPLACE THE TWO SATELLITE SENSORS. -10/16/2000,00E062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E062000),"CLARCOR, INC.",BALDWIN & HASTINGS/FUEL FILTERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,58261,"EQUIPMENT DESCRIPTION: AFTERMARKET DIESEL FUEL FILTERS FOR USE AS REPLACEMENT EQUIPMENT IN MEDIUM-WEIGHT DIESEL TRUCKS. PART NOS. PF7688 (BALDWIN) AND FF1094 (HASTINGS), SOLD BETWEEN AUGUST 21, 1999, UNTIL SEPTEMBER 22, 2000. THESE FILTERS WERE DESIGNED WITH A PLASTIC LID ATTACHED TO THE FILTER ELEMENT WHICH CAN BE DISPLACED BECAUSE OF A BUILD-UP OF PRESSURE IN THE FUEL SYSTEM. DISPLACEMENT OF THE LID CAN RESULT IN A FUEL LEAK.","IN THE PRESENCE OF AN IGNITION SOURCE, A POSSIBLE FIRE CAN OCCUR IN THE ENGINE COMPARTMENT.",BALDWIN AND HASTINGS WILL IMPLEMENT A PROGRAM TO RETRIEVE THE DEFECTIVE DIESEL FUEL FILTERS AT NO CHARGE TO THE COSTUMER. -10/16/2000,00V273003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273003),"Foretravel, Inc.",FORETRAVEL/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,76,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES. -10/16/2000,00V246205,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246205),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/TRW DRAG LINKS,STEERING,00513,Vehicle,15257,VEHICLE DESCRIPTION: SCHOOL AND HEAVY DUTY TRUCKS EQUIPPED WITH TRW DRAG LINKS. EACH DRAG LINK ASSEMBLY CONTAINS TWO 20-EDL MODEL BALL SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REMOVE AND REPLACE AFFECTED DRAG LINKS. -10/16/2000,00V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V328000),Land Rover,LAND ROVER/COOLANT LEAK,ENGINE AND ENGINE COOLING,D221/D222,Vehicle,25033,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. COOLANT SYSTEM LEAKS HAVE BEEN IDENTIFIED IN AREAS WHERE THE COOLANT COULD BE SUBJECTED TO ELEVATED TEMPERATURES.,"CONSEQUENTLY, THE FLUID COULD IGNITE CAUSING AN UNDER-HOOD FIRE.",DEALERS WILL MAKE A SERIES OF MODIFICATIONS TO SEVERAL UNDERHOOD HOSE COMPONENTS TO ELIMINATE THE RELEASE OF ENGINE COOLANT. -10/16/2000,00V142001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V142001),Land Rover,LAND ROVER/ENGINE IDLER PULLEY,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,36911,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE LOADING CONDITIONS ON THE VEHICLE'S LEFT SIDE ENGINE IDLER PULLEY CAN EXCEED THE MAXIMUM CALCULATED FIGURE OF THE ORIGINAL DESIGN SPECIFICATION. THE MATERIAL OF THE PULLEY CAN FRACTURE AND ULTIMATELY FAIL. FAILURE OF THE PULLEY MATERIAL CAN CAUSE THE PULLEY TO THROW OFF THE SERPENTINE BELT.,"THIS COULD RESULT IN A LOSS OF ENGINE AUXILIARY FUNCTIONS (POWER STEERING, WATER PUMP, ALTERNATOR, AIR CONDITIONING AND ACE).",DEALERS WILL INSTALL AN IMPROVED IDLER PULLEY. -10/16/2000,00V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V329000),Land Rover,LAND ROVER/THROTTLE BODY,VEHICLE SPEED CONTROL,D223,Vehicle,2957,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE CAST ALLOY THROTTLE BODY IS HEATED BY FLUID BLED FROM THE COOLING SYSTEM, TO PREVENT ICING IN EXTREMELY COLD WEATHER CONDITIONS. THIS FLUID PASSES THROUGH A SMALL ATTACHMENT (PLATE) TO THE THROTTLE BODY, WHICH UTILIZES A CORK GASKET. THE CORK GASKET HAS PROVEN TO BE UNRELIABLE IN THIS APPLICATION. CONSEQUENTLY, COOLANT FLUID CAN LEAK FROM THE INTERFACE BETWEEN THE DE-ICER PLATE AND THE THROTTLE BODY.","SHOULD THIS COOLANT COLLECT ON HIGH TEMPERATURE REGIONS OF THE ENGINE, THE COOLANT FLUID COULD IGNITE.","DEALERS WILL REPLACE THE THROTTLE BODY GASKET, DE-ICER ATTACHMENT, AND SECURING HARDWARE." -10/16/2000,00V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V323000),Mazda North American Operations,MAZDA/FMVSS 225/OWNER MANUAL,EQUIPMENT,NR (Not Reported),Vehicle,12000,"VEHICLE DESCRIPTION: CERTAIN SPORT UTILITY VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE OWNER'S MANUALS DO NOT INDICATE WHICH SEATING POSITIONS ARE EQUIPPED WITH CHILD RESTRAINT ANCHORAGES. ALSO, THE MANUALS DO NOT EXPLAIN THE MARKINGS IN THE VEHICLES THAT LOCATE THE LOWER ANCHORAGES.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.",OWNERS WILL BE PROVIDED WITH REVISED OWNER MANUALS. -10/13/2000,00E052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E052000),GUNITE CORPORATION,GUNITE/BRAKE DRUM,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,66271,"EQUIPMENT DESCRIPTION: GUNITE 2764-SERIES BRAKE DRUMS FOR USE ON FLATBED TRAILERS AND STEEL-DUMP TRAILERS. THE BRAKE DRUMS ARE NOT COMPATIBLE WITH STEEL DISC WHEELS MANUFACTURED BY HAYES LEMMERZ INTERNATIONAL, INC. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE.",THIS INCOMPATIBILITY CAN RESULT IN BRAKE DRUM FAILURE AND AN IMMEDIATE LOSS OF BRAKING CONTROL AND OTHER RISKS OF DEATH OR INJURY.,GUNITE WILL CONDUCT AND INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. -10/13/2000,00V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V322000),"Mastercraft Boat Company, Inc.",MASTERCRAFT/WHEEL LUG NUTS,WHEELS,NR (Not Reported),Vehicle,1200,"VEHICLE DESCRIPTION: BOAT TRAILERS EQUIPPED WITH 14"" AND 15"" UNIQUE PRO WHEEL AND LUG NUTS. DUE TO PAINT ON THE WHEEL HUB, THE LUG NUTS WERE NOT TIGHTENED PROPERLY. THE WHEELS COULD LOOSEN DURING TRAVEL RESULTING IN THE WHEEL STUD BREAKING. THE WHEEL COULD THEN SEPARATE FROM THE TRAILER.","THE WHEEL COULD SEPARATE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE ALL PAINT FROM THE WHEEL HUB, RE-INSTALL THE WHEEL, AND RE-TORQUE THE LUG NUTS." -10/13/2000,00V229003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V229003),MONACO COACH CORPORATION,MONACO/ALLISON TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,50,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH ALLISON 1000 OR 2400 SERIES TRANSMISSIONS. THESE TRANSMISSIONS CAN EXPERIENCE PARK PAWL TO REAR COVER INTERFERENCE DUE TO AN OUT OF FLATNESS CONDITION.,"THIS COULD CAUSE NON-ENGAGEMENT OF THE PARK PAWL WHEN THE TRANSMISSION SHIFT SELECTOR IS MOVED TO THE PARK POSITION, RESULTING IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","ALLISON TRANSMISSION IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE TRANSMISSION FROM THE VEHICLE, REPLACE THE PARK PAWL, AND REINSTALL THE TRANSMISSION IN THE VEHICLE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLISON AT 1-800-252-5283 OR MONACO AT 1-800-685-6545." -10/13/2000,00V273004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273004),"Winnebago Industries, Inc.",WINNEBAGO/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,6550,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES. -10/12/2000,00V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V321000),Blue Bird Body Company,BLUE BIRD/CNG RELIEF DEVICE,"FUEL SYSTEM, OTHER",R00EH,Vehicle,134,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH COMPRESSED NATURAL GAS ENGINES (CNG). THE ORIGINAL PRESSURE RELIEF DEVICES MAY VENT UNEXPECTEDLY.,COMPRESSED NATURAL GAS LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE OR EXPLOSION.,DEALERS WILL REPLACE THE PRESSURE RELIEF DEVICES. -10/12/2000,00V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V306000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/PASSENGER AIR BAGS,AIR BAGS,898,Vehicle,419,VEHICLE DESCRIPTION: PASSENGER VEHICLES. PASSENGER AIR BAGS WERE BUILT WITH SUSPECT ALUMINUM EXTRUSION SECTIONS WHICH MAY NOT RETAIN THE AIR BAG DOOR DURING AN AIR BAG DEPLOYMENT EVENT.,A SEPARATED AIR BAG DOOR COULD INJURE A VEHICLE OCCUPANT.,DEALERS WILL REPLACE THE PASSENGER SIDE AIR BAG. -10/12/2000,00V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V305000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING WHEELS,STEERING,897,Vehicle,679000,VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH 2-SPOKE LUXURY WHEELS MANUFACTURED JULY 1992 THROUGH JUNE 1993; OR EQUIPPED WITH 4-SPOKE SPORT WHEELS MANUFACTURED FROM JULY 1992 THROUGH SEPTEMBER 1993. THE STEERING WHEEL ARMATURE STAMPING CAN CRACK AND SEPARATE FROM THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN.,"IF THE STEERING WHEEL SEPARATES FROM THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN, LOSS OF CONTROL CAN OCCUR INCREASING THE RISK OF AN ACCIDENT.",DEALERS WILL INSPECT THE STEERING WHEEL FOR CRACKS AND ANY WHEELS WITH CRACKS WILL BE REPLACED. ALL OTHER VEHICLES WILL HAVE A REINFORCEMENT PLATE INSTALLED TO PREVENT STEERING WHEEL SEPARATION IN THE EVENT CRACKING OCCURS. -10/12/2000,00V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V307000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/UPPER CONTROL ARMS,SUSPENSION,955,Vehicle,480,VEHICLE DESCRIPTION: QUAD CAB PICKUP TRUCKS. THE UPPER CONTROL ARMS ATTACHED WITH CADMIUM COATED NUTS CAN CAUSE THE BOLTS TO STRETCH DUE TO THE APPLICATION OF A HIGHER THAN SPECIFIED CLAMP LOAD. BREAKAGE OF THE UPPER CONTROL ARM FASTENERS COULD CAUSE THE AXLE TO ROTATE FORWARD UNDER BRAKING CONDITIONS.,"THIS ROTATION COULD TWIST THE STEERING LINKAGE AND POSSIBLY SEPARATE THE BRAKE LINES, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE UPPER CONTROL ARM BOLTS AND NUTS. -10/12/2000,00V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V303000),Ford Motor Company,FORD/REAR WHEEL HUB NUTS,WHEELS,00S31,Vehicle,203700,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR WHEEL HUB RETAINING NUTS CAN LOOSEN AND ALLOW THE LEFT REAR WHEEL AND BRAKE DRUM ASSEMBLY TO SEPARATE FROM THE VEHICLE.,THIS CONDITION COULD RESULT IN A VEHICLE CRASH.,"DEALERS WILL INSPECT THE REAR WHEEL BEARINGS AND INSTALL A REAR WHEEL RETENTION CAP TO PREVENT LEFT REAR WHEEL SEPARATION. OWNER NOTIFICATION BEGAN OCTOBER 12, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -10/12/2000,00V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V302000),Ford Motor Company,FORD/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,00S30,Vehicle,28800,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH SPEED CONTROL AND AUTOMATIC TRANSMISSION. A SPEED CONTROL CABLE COULD HAVE A CORE WIRE THAT IS LONG ENOUGH TO CATCH ON THE SLEEVE AT THE THROTTLE BODY END OF THE CABLE DURING WIDE-OPEN THROTTLE ACCELERATION.,"A THROTTLE THAT DOES NOT RETURN TO IDLE COULD RESULT IN REDUCED VEHICLE CONTROL AND, POTENTIALLY, A VEHICLE CRASH.","DEALERS WILL INSPECT THESE VEHICLES AND, IF NECESSARY, REPLACE THE SPEED CONTROL CABLE. OWNER NOTIFICATION BEGAN OCTOBER 12, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -10/12/2000,00V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V310000),"General Motors, LLC",GM/FMVSS 114/PARK LOCK CABLE ASSEMBLY,POWER TRAIN,00082,Vehicle,65000,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES, EQUIPPED WITH AUTOMATIC TRANSAXLES, FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION."" THESE VEHICLES WERE BUILT WITH AN IMPROPERLY ADJUSTED AUTOMATIC TRANSAXLE PARK LOCK CABLE ASSEMBLY. IF IMPROPERLY ADJUSTED, IT IS POSSIBLE TO SHIFT FROM THE ""PARK"" POSITION WITH THE IGNITION KEY REMOVED.",THIS CONDITION INCREASES THE RISK OF A CRASH RESULTING FROM THE UNINTENDED MOVEMENT OF PARKED VEHICLES.,"SATURN IS ASKING OWNERS AND RETAILERS TO PERFORM A FUNCTIONAL CHECK OF THE AUTOMATIC TRANSAXLE PARK LOCK CABLE ASSEMBLY OPERATION, AND IF NECESSARY, TO HAVE THE CABLE ADJUSTED. IF OWNERS ARE NOT COMFORTABLE PERFORMING THE FUNCTIONAL CHECK THEMSELVES, THEY CAN HAVE THEIR DEALER PERFORM THIS INSPECTION FOR THEM." -10/12/2000,00V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V309000),"General Motors, LLC",GM/FMVSS 301/VENT VALVE WELD,"FUEL SYSTEM, GASOLINE",00081,Vehicle,6092,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THESE VEHICLES WERE BUILT WITH AN INADEQUATE VENT VALVE WELD ON THE TOP PORTION OF THE FUEL TANK.","FUEL SPILLAGE COULD OCCUR DURING REFUELING OR IF THE VEHICLE WERE INVOLVED IN A ROLLOVER. IF AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.","DEALERS WILL INSPECT THE VEHICLE TO ENSURE THE FUEL TANK VENT VALVE IS PROPERLY WELDED. IF NECESSARY, DEALERS WILL REPLACE THE FUEL TANK ASSEMBLY." -10/11/2000,00V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V318000),"BMW of North America, LLC",BMW/HANDLEBARS,STEERING,NR (Not Reported),Vehicle,718,VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH HIGH-MOUNTED HANDLEBARS. THE HIGH-MOUNTED HANDLEBARS ARE POSITION ON TOP OF THE UPPER FORK CLAMP AND ARE CLAMPED TO THE TOP OF EACH UPPER FORK TUBE. IT IS POSSIBLE FOR A HANDLEBAR TO ROTATE FORWARD.,"IF THIS WERE TO OCCUR WHILE RIDING, THE RIDER'S BALANCE COULD BE UPSET AND A CRASH AND PERSONAL INJURY COULD RESULT.","DEALERS WILL DEGREASE THE CLAMPING CONNECTION PARTS, REWORK THE POSITIONING TAB (IF NECESSARY) TO FIT PROPERLY IN THE CORRESPONDING GAP IN THE UPPER FORK CLAMP, AND RESET THE TORQUE OF THE CLAMPING CONNECTIONS." -10/11/2000,00V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V296000),"Four Winns Boats, LLC",FOUR WINNS/SPINDLE WELD,STEERING,NR (Not Reported),Vehicle,739,"VEHICLE DESCRIPTION: BOAT TRAILERS. THE SPINDLE IS WELDED TO THE BRAKE FLANGE, WHICH IS WELDED TO THE AXLE ASSEMBLY. IF THE WELD IS NOT DEEP ENOUGH, THE WELD COULD FAIL.","THIS COULD RESULT IN THE TIRE COLLAPSING OR COMING LOOSE FROM THE TRAILER, INCREASING THE RISK OF A CRASH.","DEALERS WILL RE-WELD THE TRAILERS OR, IF NECESSARY, REPLACE THE AXLES IF RE-WELDING IS NOT FEASIBLE." -10/11/2000,00V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V297000),MONACO COACH CORPORATION,MONACO/REFRIGERATOR WIRING,EQUIPMENT,NR (Not Reported),Vehicle,31,VEHICLE DESCRIPTION: CLASS A MOTOR HOMES PRODUCED ON ROADMASTER CHASSIS. A 12VDC 50 AMP MINI-BREAKER ON THE REFRIGERATOR SUPPLY WIRE RATHER THAN A 12 VDC 30 AMP BREAKER.,"THE SUPPLY WIRE COULD OVERHEAT, WHICH WOULD THEREBY CREATE A RISK OF FIRE.",DEALERS WILL REPLACE THE 12VDC 50 AMP BREAKER WITH A 12VDC 30 AMP BREAKER. -10/11/2000,00E061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E061000),"NOBLE TRUCK BODY, INC.",NOBLE TRUCK BODY/REAR LAMP LOCATION,EXTERIOR LIGHTING,NR (Not Reported),Equipment,46,"EQUIPMENT DESCRIPTION: THESE TRUCK BODIES DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE TRUCK BODIES ARE MISSING THE REAR TAIL AND STOP LAMPS.","THE VEHICLE MAY NOT BE CLEARLY VISIBLE TO A FOLLOWING MOTORIST, INCREASING THE RISK OF A CRASH.",NOBLE TRUCK BODY WILL NOTIFY THEIR CUSTOMERS TO HAVE THEIR VEHICLE INSPECTED AND REPAIRED FREE OF CHARGE. -10/11/2000,00V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V319000),"Suzuki Motor USA, LLC",SUZUKI/TENSION ADJUSTER SPRING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8511,"VEHICLE DESCRIPTION: ON CERTAIN MOTORCYCLES, THE SPRING IN THE CAM CHAIN TENSION ADJUSTER CAN BREAK. EXCESSIVE SLACK WILL DEVELOP IN THE CAM CHAIN, ALLOWING THE CHAIN TO JUMP TO THE WRONG POSITION ON THE CAM SHAFT SPROCKETS.","SEVERE ENGINE DAMAGE COULD OCCUR, CAUSING SUDDEN ENGINE FAILURE.","DEALERS WILL REPLACE THE ORIGINAL CAM CHAIN TENSION ADJUSTER, OR THE FIRST GENERATION RECALL TENSION ADJUSTER, WITH A NEW OIL-DAMPED RATCHET-TYPE CAM CHAIN TENSION ADJUSTER. DEALERS WILL ALSO INSTALL A NEW TENSION ADJUSTER OIL SUPPLY HOSE AND A NEW CAM CHAIN GUIDE." -10/11/2000,00V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V312000),"Triumph Motorcycles America, Ltd.",TRIUMPH/FUEL LEVER SENDER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1929,VEHICLE DESCRIPTION: MOTORCYCLES. A FUEL LEAK COULD OCCUR FROM THE FUEL LEVER SENDER LOCATED INSIDE THE FUEL TANK.,"IF THIS CONDITION OCCURS IN THE PRESENCE OF AN IGNITION SOURCE, POSSIBLY COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL SENDER. -10/11/2000,00V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V317000),"Volkswagen Group of America, Inc.",VW/IGNITION SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27900,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE PLASTIC IGNITION SWITCH HOUSING CAN FRACTURE AT THE RETURN SPRING ANCHOR POINT. FRACTURE OF THE HOUSING COULD CAUSE THE RETURN SPRING FORCE TO BE INSUFFICIENT FOR RETURNING THE IGNITION KEY TO THE RUNNING POSITION AFTER STARTING THE ENGINE.,THIS CONDITION CAUSES ELECTRICAL ACCESSORIES SUCH AS WINDSHIELD WIPERS AND HEADLIGHTS TO BECOME INOPERATIVE.,DEALERS WILL REPLACE THE IGNITION SWITCH. -10/11/2000,00V246304,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246304),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/BALL JOINTS,STEERING,W-0004,Vehicle,303,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW 20-EDL BALL-SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",DEALERS WILL REPLACE THE BALL-SOCKET ASSEMBLIES. -10/10/2000,00V292001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V292001),Ford Motor Company,FORD/STEERING GEAR,STEERING,00S33,Vehicle,67200,VEHICLE DESCRIPTION: MINI VANS. ONE OR MORE OF THE FIVE BOLTS THAT MOUNT THE RACK AND PINION STEERING GEAR TO THE VEHICLE MAY HAVE BEEN INCORRECTLY TIGHTENED.,"THERE COULD BE A LOOSENESS IN THE STEERING, WHICH MAY BE ACCOMPANIED BY NOISE OR VIBRATION.","DEALERS WILL INSPECT THE VEHICLES AND, IF THE BOLTS ARE MISSING, WILL REPLACE THE STEERING GEAR MOUNTING BOLTS. ALL BOLTS WILL BE TIGHTENED TO THE SPECIFIED TORQUE. OWNER NOTIFICATION BEGAN NOVEMBER 28, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -10/10/2000,00V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V316000),Honda (American Honda Motor Co.),HONDA/SEAT BELT RETRACTOR,SEAT BELTS,NR (Not Reported),Vehicle,9147,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. UNDER CERTAIN CONDITIONS, THE SEAT BELT RETRACTOR CAN DEFORM AND CAUSE COMPLETE OR FREQUENT LOCKING OF THE RETRACTOR. AS A RESULT, THE SEAT BELTS CANNOT BE PULLED OUT OF THE RETRACTOR AND CANNOT BE USED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY OR DEATH.",DEALERS WILL REPLACE THE SEAT BELT ACTUATOR ASSEMBLY. -10/07/2000,00V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V315000),Newmar Corporation,NEWMAR/FMVSS 301/VENT HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1263,"VEHICLE DESCRIPTION: FRONT AND REAR ENGINE MOTOR HOMES BUILT ON FORD, SPARTAN AND WORKHORSE CHASSIS. ALL FRONT ENGINE CLASS A MOTOR HOMES BUILT ON FORD AND WORKHORSE CHASSIS WERE MANUFACTURED FROM JANUARY 1, THROUGH AUGUST 31, 2000. ALL REAR ENGINE MOTOR HOMES BUILT ON SPARTAN CHASSIS WERE BUILT FROM FEBRUARY 23 THROUGH AUGUST 31, 2000. THESE VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" AN INCORRECT VENT HOSE WAS INSTALLED ON THE FILL NOZZLE TO THE FUEL TANK. THE HOSE CAN BREAK DOWN ALLOWING FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE TO AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL VENT HOSE. -10/06/2000,00V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V308000),"Mack Trucks, Inc.",MACK/STEERING GEAR FASTENERS,STEERING,NR (Not Reported),Vehicle,35,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE STEERING GEAR FASTENERS WERE INCORRECTLY TIGHTENED AND CAN WORK LOOSE.,"THIS CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE, DEGREASE, AND RETORQUE STEERING GEAR MOUNTING BOLTS." -10/05/2000,00V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V298000),Isuzu Motors Limited,ISUZU/FUEL RETURN HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3052,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. DURING THE MANUFACTURE OF CERTAIN FUEL RETURN HOSES, INCORRECT RUBBER MATERIAL FOR THE OUTER LAYER WAS USED.","THE FUEL RETURN HOSE DOES NOT MEET OZONE-RESISTANT SPECIFICATIONS, AND COULD ULTIMATELY CRACK, CAUSING FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE VEHICLE TO DETERMINE IF THE VEHICLE WAS EQUIPPED WITH AN INCORRECT HOSE. IF IT IS INCORRECT, DEALERS WILL REPLACE IT." -10/05/2000,00V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V301000),Mazda North American Operations,MAZDA/AUDIO UNIT,EQUIPMENT,NR (Not Reported),Vehicle,23000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A PARTICULAR FACTORY INSTALLED AUDIO UNIT. IF THE VEHICLE IS OPERATED AT LOW SPEED IN A HOT AND HUMID ENVIRONMENT WITH THE WINDOW OPEN, AIR CONDITIONER RUNNING, AND AUDIO ON, CONDENSED WATER ON THE A/C DUCT SURFACE COULD DROP AND ENTER INTO THE AUDIO UNIT, CAUSING A SHORT CIRCUIT.","IF THE SHORT CIRCUIT OCCURS AT ONE SPECIFIC SET OF TERMINALS, THE REAR RIGHT LOUDSPEAKER CAN OVERHEAT AND, IN SOME CASES, CATCH FIRE.",DEALERS WILL AFFIX ALUMINUM TAPE OVER THE AUDIO UNIT TO PREVENT WATER FROM ENTERING. -10/04/2000,00V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V304000),Ford Motor Company,FORD/FMVSS 225/CHILD SEAT ANCHORAGE,CHILD SEAT,00S32,Vehicle,12,"VEHICLE DESCRIPTION: CERTAIN CREW VANS FAILED TO COMPLY WITH THE REQUIREMENTS OF FMVSS 225, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THESE VEHICLES, WHICH ARE DESIGNATED AS TRUCKS, ARE 5 PASSENGER VEHICLES WITH THREE DESIGNATED SEATING POSITIONS IN THE SECOND ROW SEATS. THEY WERE BUILT WITHOUT CHILD SEAT TETHER ANCHORAGE BRACKETS IN THE CENTER POSITION OF THE SECOND ROW SEAT. ALSO THE OWNER GUIDES DO NOT ADDRESS THE CHILD SEAT TETHER ANCHORAGES IN THE CENTER SECOND ROW SEAT POSITION.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.","DEALERS WILL INSTALL THE CHILD SEAT TETHER ANCHORAGES AT THE CENTER SECOND ROW SEATING POSITION, AND ALSO REPLACE THE VEHICLE OWNER GUIDES WITH NEW VERSIONS PROVIDING THE REQUIRED WRITTEN INSTRUCTIONS. ELEVEN VEHICLES ARE AT DEALERSHIPS AND ASSEMBLY PLANT PERSONNEL WILL REPAIR THESE UNITS AT THE AFFECTED DEALERSHIPS. ARRANGEMENTS HAVE BEEN MADE FOR THE RETURN OF THE ONE UNIT THAT HAD BEEN SOLD. NO OTHER OWNER NOTIFICATION WILL BE REQUIRED." -10/04/2000,00V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V294000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",FL-273,Vehicle,290,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. A SUPPORT CLAMP WAS OMITTED FROM THE FRONT AXLE HYDRAULIC BRAKE LINE FROM THE CHASSIS TO THE BRAKE.,"THE BRAKE LINE COULD COME LOOSE RESULTING IN THE RISK OF BRAKE FLUID LEAKAGE, INCREASING THE STOPPING DISTANCES FOR THE VEHICLE.",DEALERS WILL INSTALL A SUPPORT CLAMP ON THE FRONT AXLE HYDRAULIC BRAKE LINES. -10/04/2000,00V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V295000),FREIGHTLINER LLC,FREIGHTLINER/POWER STEERING HOSE,STEERING,FL-274,Vehicle,550,VEHICLE DESCRIPTION: STEP VAN CHASSIS. A HOSE WAS USED IN THE POWER STEERING SYSTEM THAT IS NOT COMPATIBLE WITH POWER STEERING FLUID.,"LOSS OF POWER STEERING FLUID COULD CAUSE INCREASED DIFFICULTY IN STEERING THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REMOVE AND REPLACE THE SUBJECT HOSES. -10/04/2000,00V230003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V230003),"Mack Trucks, Inc.",MACK/ELECTRONIC ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,45866,VEHICLE DESCRIPTION: CLASS 8 TRUCKS EQUIPPED WITH FELSTED ELECTRONIC ACCELERATOR PEDALS. THE RETURN SPRINGS CAN BREAK ON THE ACCELERATOR PEDALS THAT ARE EQUIPPED WITH STAINLESS STEEL OR ELECTROPLATED WIRE RETURN SPRINGS.,"THIS CONDITION COULD CAUSE THE PEDAL TO GO TO FULL THROTTLE IF BOTH RETURN SPRINGS BREAK, INCREASING THE RISK OF A CRASH.","REPLACEMENT ACCELERATOR PEDALS EQUIPPED WITH RETURN SPRINGS MANUFACTURED OF MUSIC WIRE WITH ONE ADDITIONAL COIL ON EACH SPRING AND WITH AN ORGANIC COATING, ELIMINATING ELECTROPLATING WILL BE INSTALLED." -10/04/2000,00V246103,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246103),"Mack Trucks, Inc.",MACK/TRW TIE ROD ENDS,STEERING,NR (Not Reported),Vehicle,6244,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN MERITOR AXLES. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. -10/03/2000,00V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V300000),Aston Martin The Americas,ASTON MARTIN/POWERTRAIN CONTROL MODULE,POWER TRAIN,NR (Not Reported),Vehicle,285,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ENGINE CAN START UP ON SIX OF THE TWELVE CYLINDERS. THIS IS DUE TO ONE OF THE TWO POWERTRAIN CONTROL MODULES NOT OPERATING WITH ITS DESIGN SPECIFICATION. THIS CONDITION WILL BE EVIDENT BY A LACK OF ENGINE POWER AND OR SMOKE FROM THE EXHAUST TAIL PIPE.,"IF THE ENGINE CONTINUES TO RUN IN THIS CONDITION, IT COULD RESULT IN DAMAGE TO THE EXHAUST CATALYST DUE TO OVERHEATING.",DEALERS WILL REPLACE BOTH POWERTRAIN CONTROL MODULES WITH RECALIBRATED PROGRAMS. -10/03/2000,00V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V290000),"COACHMEN INDUSTRIES, INC.",COACHMEN/BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,88,"VEHICLE DESCRIPTION: MINI-MOTOR HOMES, MODEL NUMBER 305. THE BATTERY CABLE THAT PROVIDES POWER FROM THE COACH BATTERY TO THE GENERATOR WAS ROUTED SO IT CROSSES OVER THE TOP OF THE CATALYTIC CONVERTER HEAT SHIELD.","UNDER EXTREME TEMPERATURE CONDITIONS, THIS COULD CAUSE THE CABLE'S INSULATION TO MELT RESULTING IN A HIGH RESISTANCE SHORT THAT COULD POTENTIALLY LEAD TO A FIRE.","COACHMEN WILL INSPECT TO DETERMINE IF THE WIRES ARE PROPERLY ROUTED. IF NECESSARY, THE WIRES WILL BE RE-ROUTED." -10/03/2000,00V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V286000),"Suzuki Motor USA, LLC",SUZUKI/FMVSS 225/ANCHORAGES,EQUIPMENT,NR (Not Reported),Vehicle,1593,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 225.S12, ""CHILD RESTRAINT ANCHORAGE SYSTEMS."" THE OWNER'S MANUALS ACCOMPANYING THESE VEHICLES DO NOT HAVE CERTAIN WRITTEN INSTRUCTIONS AS REQUIRED BY THE STANDARD.","IN THE EVENT OF A CRASH, THE CHILD SEAT MAY NOT BE PROPERLY ATTACHED INCREASING THE RISK OF INJURY TO THE CHILD.",OWNERS WILL BE SENT A NEW OWNER'S MANUAL THAT CONTAINS THE INFORMATION AS REQUIRED BY FMVSS NO. 225. -10/02/2000,00E047005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047005),"Meritor, Inc.",ARVINMERTOR/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Equipment,53000,EQUIPMENT DESCRIPTION: AXLE ASSEMBLIES WHICH MAY HAVE BEEN MANUFACTURED WITH TRW MODEL 20-EDL BALL SOCKETS. THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",ARVINMERITOR HAS NOTIFIED THEIR ORIGINAL EQUIPMENT MANUFACTURERS. TRW WILL BE CONTACTING THE CUSTOMERS AND INSTRUCTING THEM ON HOW AND WHERE TO HAVE THEIR VEHICLE REPAIRED FREE OF CHARGE. -10/02/2000,00V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V289000),"BMW of North America, LLC",BMW/SEAT BACKREST,SEATS,NR (Not Reported),Vehicle,1636,"VEHICLE DESCRIPTION: MOTORCYCLES. THE SEAT BACKREST CAN BE ADJUSTED TO TWO POSITIONS, HORIZONTAL OR VERTICAL. IN THE HORIZONTAL POSITION, THE BACKREST ACTS AS A SEAT CUSHION FOR A REAR PASSENGER. IN THE VERTICAL POSITION, IT IS USED AS A BACKREST FOR THE DRIVER. IT IS POSSIBLE FOR THE LEAF SPRING MOUNTING BRACKET, IF OVERLOADED WITH THE BACKREST IN THE VERTICAL POSITION, TO CRACK OR BREAK.","IF THE BRACKET WERE TO BREAK, THE BACKREST WOULD DETACH FROM ITS MOUNT, CAUSING THE DRIVER TO LOSE HIS BALANCE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BACKREST WITH ONE CONTAINING THE ORIGINAL-DESIGN MOUNTING BRACKET. -10/02/2000,00V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V291000),"COACHMEN INDUSTRIES, INC.",COACHMEN/FMVSS 108/FRONT SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,197,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES, MODEL NUMBERS 280, 300, 321, AND 340. THE FRONT SIDE MARKER LIGHTS WERE NOT INSTALLED AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE FRONT SIDE MARKER LIGHTS ARE NOT VISIBLE TO OTHER MOTORISTS, A VEHICLE CRASH CAN OCCUR.",COACHMEN WILL INSPECT AND REPAIR THE MOTOR HOMES. -10/02/2000,00V299002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V299002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,554,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HARNESS FOR THE CRANKSHAFT POSITION SENSOR COULD COME IN CONTACT WITH A NEW PROTECTIVE SHIELD CAUSING A GROUNDED CIRCUIT.,"PROLONGED WIRING HARNESS CONTACT WITH THE HEAT SHIELD WILL CAUSE THE WIRING INSULATION TO WEAR AND EVENTUALLY TO GROUND OUT. THIS COULD CAUSE THE ENGINE TO DIE-OUT, INCREASING THE RISK OF A CRASH.",DEALERS WILL RE-ROUTE THE CRANKSHAFT POSITION SENSOR HARNESS. -10/02/2000,00V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V293000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 210/REAR SEAT BELT ANCHORAGES,SEAT BELTS,FL-272,Vehicle,65,"VEHICLE DESCRIPTION: CERTAIN FIRE TRUCKS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" THE FORWARD FACING REAR SEAT BELT ANCHORAGES DO NOT COMPLY.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF INJURY.",ADDITIONAL REINFORCEMENTS WILL BE ADDED TO THE SEAT BELT ANCHORAGES. -10/02/2000,00V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V287000),"General Motors, LLC",GM/IGNITION SWITCH,ELECTRICAL SYSTEM,00079,Vehicle,699617,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE ENGINE STARTER FAILS TO ENGAGE AND THE DRIVER HOLD THE KEY IN THE ""START"" POSITION FOR AN EXTENDED PERIOD, HIGH CURRENT FLOWS THROUGH THE IGNITION SWITCH, PRODUCING HEAT THAT CAN MELT SWITCH PARTS.",A FIRE COULD OCCUR IN THE STEERING COLUMN AND SPREAD TO THE INTERIOR OF THE CAR.,"DEALERS WILL INSTALL A RELAY KIT AND VERIFY THAT THE VEHICLE WILL START WITH A PROPERLY CHARGED BATTERY IN GOOD OPERATING CONDITION (ADEQUATE RESERVE CAPACITY, OR COLD CRANKING AMPS). THIS CAMPAIGN DOES NOT COVER BATTERY REPLACEMENT OR UNRELATED STARTING SYSTEM OR ELECTRICAL SYSTEM REPAIRS." -10/02/2000,00V314001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V314001),Hyundai Motor America,HYUNDAI/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,66086,"VEHICLE DESCRIPTION: ACCENT GT MODEL VEHICLES EQUIPPED WITH DOHC ENGINES MANUFACTURED FROM DECEMBER 19, 1996 THROUGH JUNE 30, 1997; 1998 ACCENT MODEL VEHICLES MANUFACTURED FROM MAY 6, 1997 THROUGH JUNE 25, 1998; 1997 SONATA VEHICLES MANUFACTURED FROM AUGUST 1, 1996 THROUGH JULY 9, 1997 AND 1998 SONATA VEHICLES PRODUCED FROM JULY 9, 1997 THROUGH APRIL 24, 1998. THE EVAPORATIVE EMISSION CONTROL SYSTEMS MAY APPLY EXCESSIVE VACUUM TO THE FUEL TANKS DURING THE CANISTER PURGE CYCLE. MINOR FUEL TANK DISTORTION COULD RESULT. A SMALL CRACK COULD DEVELOP ON THE UPPER FUEL TANK SURFACE. THE ""CHECK ENGINE"" LIGHT WOULD THEN ILLUMINATE AND, IN SOME CASES, THE VEHICLE DRIVER COULD NOTICE A GASOLINE ODOR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL PRESSURE CHECK THE VEHICLE'S FUEL TANK TO DETERMINE IF IT HAS CRACKED. IF IT IS CRACKED, A NEW FUEL TANK WILL BE INSTALLED. A NEW FUEL FILLER CAP THAT DECREASES THE AMOUNT OF VACUUM INSIDE THE FUEL TANK WILL ALSO BE INSTALLED. NOTE: THE 1997-1998 SONATA FUEL TANKS HAVE ALSO EXPERIENCED CRACKING. HOWEVER, AT THIS TIME, THE CAUSE FOR THE CRACKING HAS NOT BEEN IDENTIFIED. THIS PORTION OF THE CAMPAIGN WILL BEGIN AFTER HYUNDAI HAS DETERMINED THE CAUSE AND CORRECTIVE PROCEDURE." -10/02/2000,00V299001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V299001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6037,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HARNESS FOR THE CRANKSHAFT POSITION SENSOR COULD COME IN CONTACT WITH A NEW PROTECTIVE SHIELD CAUSING A GROUNDED CIRCUIT.,"PROLONGED WIRING HARNESS CONTACT WITH THE HEAT SHIELD WILL CAUSE THE WIRING INSULATION TO WEAR AND EVENTUALLY TO GROUND OUT. THIS COULD CAUSE THE ENGINE TO DIE-OUT, INCREASING THE RISK OF A CRASH.",DEALERS WILL RE-ROUTE THE CRANKSHAFT POSITION SENSOR HARNESS. -10/02/2000,00V311001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V311001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/CRANKSHAFT PULLEY BOLT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,210000,VEHICLE DESCRIPTION: PASSENGER VEHICLES: MIRAGE MODEL VEHICLES EQUIPPED WITH 1.5L ENGINES; MONTERO SPORT MODELS EQUIPPED WITH 3.0L ENGINES; AND MONTERO MODELS EQUIPPED WITH 3.0L ENGINES. THE BOLT SECURING THE CRANKSHAFT PULLEY CAN BECOME LOOSE AND THE PULLEY COULD FALL OFF THE VEHICLE.,"THE CONDITION CAN RESULT IN A LOSS OF POWER STEERING ASSIST, INCREASING THE RISK OF A CRASH.","ON THE MIRAGE VEHICLES, THE DEALERS WILL INSTALL A NEW, IMPROVED CRANKSHAFT PULLEY BOLT ON THE OLDER ENGINES. ON NEW ENGINES WHICH ALREADY HAVE THE IMPROVED BOLT, THE DEALER WILL TIGHTEN THE CRANKSHAFT PULLEY BOLT TO THE CORRECT TORQUE SPECIFICATION. ON THE MONTERO MODELS, DEALERS WILL TIGHTEN THE CRANKSHAFT PULLEY BOLT TO THE CORRECT TORQUE SPECIFICATIONS. IF THE BOLT IS DAMAGED, IT WILL BE REPLACED." -10/02/2000,00V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V288000),"Nissan North America, Inc.",NISSAN/FMVSS 102/SHIFT CABLE LOCK PLATE,POWER TRAIN,NR (Not Reported),Vehicle,76652,"VEHICLE DESCRIPTION: PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT. "" THESE VEHICLES COULD HAVE A SHIFT CABLE LOCK PLATE THAT IS TOO BRITTLE AND CAN BREAK. THE GEAR SHIFT LEVER AND THE ""PRNDL"" INDICATOR MAY MOVE, BUT THE TRANSMISSION WILL NOT SHIFT OUT OF THE PARK POSITION. OVER A PERIOD OF TIME, THE TRANSMISSION COULD SHIFT OUT OF THE PARK POSITION, BUT THE GEAR INDICATED ON THE DISPLAY MAY DIFFER FROM THE GEAR ENGAGED IN THE TRANSMISSION.","IF THE DRIVER SELECTS 'DRIVE' AND THE TRANSMISSION IS ACTUALLY IN 'REVERSE', A VEHICLE CRASH COULD OCCUR.",DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION SHIFT CABLE LOCK PLATE. -10/02/2000,00V292002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V292002),"Nissan North America, Inc.",NISSAN/STEERING GEAR,STEERING,NR (Not Reported),Vehicle,70000,VEHICLE DESCRIPTION: MINI VANS. ONE OR MORE OF THE FIVE BOLTS THAT MOUNT THE RACK AND PINION STEERING GEAR TO THE VEHICLE MAY HAVE BEEN INCORRECTLY TIGHTENED.,"THERE COULD BE A LOOSENESS IN THE STEERING, WHICH MAY BE ACCOMPANIED BY NOISE OR VIBRATION.","DEALERS WILL INSPECT THE VEHICLES AND, IF THE BOLTS ARE MISSING, WILL REPLACE THE STEERING GEAR MOUNTING BOLTS. ALL BOLTS WILL BE TIGHTENED TO THE SPECIFIED TORQUE." -10/02/2000,00V265006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V265006),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,226,"VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS EQUIPPED WITH TEKONSHA OR BARGMAN BREAKAWAY SWITCH ASSEMBLIES. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 2011P, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUITION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.",DEALERS WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKAWAY KITS FREE OF CHARGE. TEKONSHA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT WESTERN RV AT 1-517-767-4142 OR TEKONSHA TOWING SYSTEMS AT 1-800-325-5860. -09/29/2000,00V265004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V265004),"Featherlite, Inc.",FEATHERLITE/TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,3145,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH TEKONSHA OR BARGMAN BREAKAWAY SWITCH ASSEMBLIES. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 2011P, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUITION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.",DEALERS WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKAWAY KITS FREE OF CHARGE. -09/28/2000,00C058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C058000),CENTURY PRODUCTS,CENTURY/HANDLE CRACKING,CHILD SEAT,NR (Not Reported),Child Seat,4000000,"EQUIPMENT DESCRIPTION: ALL REAR-FACING INFANT CHILD SEATS THAT HAVE A ""TYPE 1"" HANDLE AND MANUFACTURED BETWEEN JANUARY 1, 1991, AND JULY 31, 1997. THE HANDLE ON THESE CHILD RESTRAINTS CAN CRACK DURING NORMAL USE OUTSIDE A MOTOR VHEICLE, WHICH CAN LEAD TO AN UNEXPECTED BREAK.","IF THE HANDLE UNEXPECTEDLY BREAKS, THE CHILD COULD FALL TO THE GROUND POSSIBLY CAUSING SERIOUS INJURIES.","TO PREVENT FUTURE CRACKING OR FAILURE OF THE CHILD SEAT HANDLE, CENTURY WILL PROVIDE OWNERS WITH AN IMPROVED HANDLE AND INSTALLATION INSTRUCTIONS." -09/26/2000,00V229004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V229004),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ALLISON TRANSMISSION,POWER TRAIN,2000-C-2,Vehicle,4,VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH ALLISON 1000 OR 2400 SERIES TRANSMISSIONS. THESE TRANSMISSIONS CAN EXPERIENCE PARK PAWL TO REAR COVER INTERFERENCE DUE TO AN OUT OF FLATNESS CONDITION.,"THIS COULD CAUSE NON-ENGAGEMENT OF THE PARK PAWL WHEN THE TRANSMISSION SHIFT SELECTOR IS MOVED TO THE PARK POSITION, RESULTING IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","ALLISON TRANSMISSION IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE TRANSMISSION FROM THE VEHICLE, REPLACE THE PARK PAWL, AND REINSTALL THE TRANSMISSION IN THE VEHICLE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLISON AT 1-800-252-5283 OR INTERNATIONAL AT 1-800-448-7825." -09/26/2000,00V299003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V299003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/CRANKSHAFT POSITION SENSOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,135,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HARNESS FOR THE CRANKSHAFT POSITION SENSOR COULD COME IN CONTACT WITH A NEW PROTECTIVE SHIELD CAUSING A GROUNDED CIRCUIT.,"PROLONGED WIRING HARNESS CONTACT WITH THE HEAT SHIELD WILL CAUSE THE WIRING INSULATION TO WEAR AND EVENTUALLY TO GROUND OUT. THIS COULD CAUSE THE ENGINE TO DIE-OUT, INCREASING THE RISK OF A CRASH.",DEALERS WILL RE-ROUTE THE CRANKSHAFT POSITION SENSOR HARNESS. -09/25/2000,00E057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E057000),Alcoa Inc.,ALCOA/WHEEL CRACKING,WHEELS,NR (Not Reported),Equipment,25054,"EQUIPMENT DESCRIPTION: 25,054 AFTER MARKET ALCOA FORGED ALUMINUM LIGHT TRUCK WHEEL, SIZE 16X7J, LTS STYLE, 8 ON 6.5"" BOLT CIRCLE, PART NUMBER 167011, MANUFACTURED BETWEEN 1993 AND 2000. A CRACK CAN DEVELOP IN THE WHEEL FROM HAND HOLE TO HAND HOLE.",FAILURE CAN RESULT IN WHEEL SEPARATION AND POSSIBLE VEHICLE CRASH.,ALCOA IS NOTIFYING CUSTOMERS TO RETURN THESE WHEELS. -09/25/2000,00E060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E060000),CK MOTORING,CK MOTORING/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,7169,"EQUIPMENT DESCRIPTION: CLEAR TAIL LAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH RED STOP LAMPS, TAILLAMPS, REFLEX REFLECTORS, AND SIDE MARKER LAMPS AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL IN THE REAR TAIL LAMP, A VEHICLE WITH THESE LAMPS MAY NOT SEEN BY A FOLLOWING MOTORIST, INCREASING THE RISK OF A CRASH.",CK MOTORING INTENDS TO NOTIFY THEIR DISTRIBUTORS OF THE NONCOMPLYING LAMPS AND INSTRUCT THEM TO RETURN THE LAMPS FOR REPLACEMENT LAMPS OR REIMBURSHMENT. -09/25/2000,00E059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E059000),ROBOCAR ENTERPRISES,ROBOCAR/REAR LAMP ASSEMBLY,EXTERIOR LIGHTING,NR (Not Reported),Equipment,500,"EQUIPMENT DESCRIPTION: REAR LAMP ASSEMBLIES WHICH WERE NOT MANUFACTURED WITH A REFLECTIVE MATERIAL AS REQUIRED UNDER FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","WITHOUT THE REFLECTIVE MATERIAL IN THE REAR TAIL LAMP, A MOTORIST WITH THESE LAMPS MAY NOT SEEN BY THE MOTORIST BEHIND THEM. THE FOLLOWING MOTORIST CAN CRASH INTO THE LEADING MOTORIST POSSIBLY CAUSING SERIOUS INJURY OR DEATH.",ROBOCAR WILL GATHER UP THE NONCOMPLIANT LAMPS AND REFURBISH THEM. -09/22/2000,00V279001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V279001),FREIGHTLINER LLC,FREIGHTLINER/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",FL-264,Vehicle,13008,"VEHICLE DESCRIPTION: SHUTTLE BUSES, RECREATIONAL VEHICLES, UTILITY VANS, AND HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.","THE ABS FAULT LIGHT WILL NOT ACTIVATE AND THE ABS WILL NOT FUNCTION AT THIS WHEEL POSITION, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE THE ABS ECU OR THE ECU WILL BE REPROGRAMMED. OWNER NOTIFICATION BEGAN FEBRUARY 6, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -09/22/2000,00V279003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V279003),MONACO COACH CORPORATION,MONACO/MERITOR WABCO ABS/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,628,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH MERITOR WABCO PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEM (ABS), FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS."" AN INTERNAL DIAGNOSTIC SYSTEM IN THE ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP. SUCH A CONDITION COULD POSSIBLY OCCUR DURING (1) ORIGINAL ASSEMBLY OR (2) SUBSEQUENT WHEEL END SERVICE.",THIS COULD DISABLE THE ANTI-LOCK FUNCTION ON THE AFFECTED WHEEL WITHOUT PROVIDING THE REQUIRED OPERATOR WARNING THAT THE ABS FUNCTION REQUIRES SERVICING.,MERITOR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY SCHEDULING FOR THIS CAMPAIGN. THE ABS ECU WILL BE REMOVED AND REPLACED OR THE ECU WILL BE REPROGRAMMED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT MERITOR WABCO AT 1-800-535-5560. -09/21/2000,00V232007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232007),Ford Motor Company,FORD/ABS ECU,"SERVICE BRAKES, AIR",00S28,Vehicle,6700,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,"DEALERS WILL REPLACE THE ABS ECU. OWNER NOTIFICATION BEGAN MARCH 20, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/21/2000,00V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V284000),Ford Motor Company,FORD/FMVSS 303/LABEL,EQUIPMENT,00L07,Vehicle,4500,"VEHICLE DESCRIPTION: BI-FUEL CNG PICKUP TRUCKS AND BI-FUEL CNG VANS, MODIFIED BY CFI CONTROL SYSTEMS, INC., FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 303, ""FUEL SYSTEM INTEGRITY OF COMPRESSED NATURAL GAS VEHICLES."" THE LABEL AFFIXED TO THE FUEL FILLER DOOR BY THE VEHICLE MODIFIER CONTAINS THE INSPECTION DATE AND EXPIRATION DATE OF THE CNG TANK. HOWEVER, IT DOES NOT CONTAIN THE STATEMENT ""SEE INSTRUCTIONS ON THE FUEL CONTAINER FOR INSPECTION AND SERVICE LIFE.""",THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS.,"OWNERS WILL BE PROVIDED A LABEL WITH THE REQUIRED STATEMENT, ALONG WITH INSTRUCTIONS FOR AFFIXING THE LABEL AT THE FUEL FILLER DOOR. OWNER NOTIFICATION BEGAN NOVEMBER 2, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/21/2000,00V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V252000),"Gulf States Toyota, Inc.",GULF STATES TOYOTA/SPEED CONTROL DEVICE,VEHICLE SPEED CONTROL,PY06,Vehicle,33821,"VEHICLE DESCRIPTION: PASSENGER VEHICLES FITTED WITH SPEED CONTROL DEVICES AT GULF STATES TOYOTA'S VEHICLE PROCESSING CENTER OR INSTALLED BY CERTAIN TOYOTA DEALERS IN GULF STATES' REGION (ARKANSAS, LOUISIANA, MISSISSIPPI, OKLAHOMA, AND TEXAS). THE E-CLIP WHICH HOLDS THE SPEED CONTROL ASSEMBLY TO THE ACCELERATOR LINKAGE COULD BREAK. IF THE E-CLIP FAILS, THE SPEED CONTROL ATTACHMENT COULD COME OFF, CAUSING THE SPEED CONTROL TO STOP WORKING.","THE LOOSE ATTACHMENT COULD CAUSE THE ACCELERATOR TO STICK, PREVENTING NORMAL STOPPING AND HANDLING OF THE VEHICLE.",GULF STATES DEALERS WILL REPLACE THE E-CLIP WITH A COTTER PIN. -09/21/2000,00V254001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V254001),Newmar Corporation,NEWMAR/FORD/BRAKE PEDAL POSITION SWITCH WIRING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THESE VEHICLES MAY HAVE A MIS-ROUTED WIRE HARNESS THAT ATTACHES TO THE BRAKE PEDAL POSITION SWITCH. THE WIRE COULD RUB ON THE STEERING COLUMN, RESULTING IN A SHORT CIRCUIT AND A BLOWN FUSE, CAUSING A LOSS OF STOP LAMP FUNCTION.",THIS WOULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND COULD LEAD TO A CRASH.,"FORD DEALERS WILL INSPECT AND, IF NECESSARY, REPAIR THE WIRE HARNESS TO THE BRAKE PEDAL SWITCH." -09/21/2000,00V102004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V102004),"Entrans International, LLC",POLAR/CONMET PREGREASED HUBS,SUSPENSION,NR (Not Reported),Vehicle,35,VEHICLE DESCRIPTION: VAN-REFRIGERATED/DRY FREIGHT TRAILERS EQUIPPED WITH CONMET PREGREASED TRAILER HUBS AND A TIRE INFLATION SYSTEM. THE OUTBOARD BEARING ON THE PREGREASED TRAILER AXLE HUBS USED WITH THE TIRE INFLATION SYSTEMS MAY FAIL DUE TO THE INTRUSION OF CONTAMINANTS THROUGH THE TIRE INFLATION SYSTEM.,AN OUTBOARD BEARING FAILURE CAN RESULT IN A SEPARATION OF THE HUB ASSEMBLY FROM THE SPINDLE.,"AUTHORIZED DEALERS ARE INSTRUCTED TO CONVERT GREASED HUBS TO OIL HUBS IF THE TIRE INFLATION SYSTEM IS TO REMAIN ON THE TRAILER. IF THE TIRE INFLATION SYSTEM IS REMOVED, THE HUB MUST BE INSPECTED FOR CONTAMINATION AND CORROSION. THE HUB AND BEARING ASSEMBLY MUST BE REPLACED IF THERE IS EVIDENCE OF CORROSION. IF THERE IS NO EVIDENCE OF CORROSION, LUBRICANT AND SEAL MANITENANCE CAN BE PERFORMED AND THE HUB REINSTALLED." -09/21/2000,00V246207,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246207),Shyft Group,SPARTAN/TRW DRAG LINKS,STEERING,SPEC 00016,Vehicle,860,"VEHICLE DESCRIPTION: MOTOR HOMES, TRANSIT AND SCHOOL BUSES EQUIPPED WITH TRW DRAG LINKS. EACH DRAG LINK ASSEMBLY CONTAINS TWO 20-EDL MODEL BALL SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE WEAR OUT OF THE SOCKET.","THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.",SPARTAN CUSTOMERS ARE BEING NOTIFIED TO CONTACT TRW FOR THE FREE REMEDY REPAIR. -09/21/2000,00V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V285000),Toyota Motor Engineering & Manufacturing,TOYOTA/ELECTRIC POWER STEERING,STEERING,NR (Not Reported),Vehicle,1772,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INSUFFICIENT ELECTRICAL CONTACT CAN OCCUR IN THE TORQUE SENSOR THAT CONTROLS THE POWER ASSIST OPERATION OF THE ELECTRIC POWER STEERING GEAR BOX. THE TORQUE SENSOR COULD SEND IMPROPER ELECTRICAL SIGNALS.,"IF THIS OCCURS, THE POWER STEERING WARNING ICON WILL BE DISPLAYED ON THE CENTER PANEL, AND THE DRIVER COULD EXPERIENCE HIGHER THAN NORMAL STEERING EFFORT DEPENDING UPON VEHICLE SPEED.",DEALERS WILL REPAIR THE ELECTRIC STEERING GEAR BOX. -09/21/2000,00V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V281000),"Yamaha Motor Corporation, USA",YAMAHA/TRANSMISSION OIL DRAIN BOLT,POWER TRAIN,NR (Not Reported),Vehicle,300,VEHICLE DESCRIPTION: MOTORCYCLES. THE DRAIN BOLT FOR THE TRANSMISSION OIL CAN COME LOOSE DURING OPERATION ALLOWING OIL TO FLOW OUT FROM THE DRAIN HOLE ONTO THE PAVEMENT.,"THIS COULD CAUSE THE REAR TIRE TO SLIP, WHICH COULD LEAD TO A CRASH AND RESULT IN PERSONAL INJURY OR DEATH.",DEALERS WILL TIGHTEN THE DRAIN BOLT. -09/20/2000,00V273006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273006),COUNTRY COACH INC,COUNTRY COACH/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,344,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,DEALERS WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. -09/20/2000,00V265002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V265002),"Spectre Mfg., Inc.",SPECTRE/TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,124,"VEHICLE DESCRIPTION: CUSTOM TRAILERS EQUIPPED WITH TEKONSHA OR BARGMAN BREAKAWAY SWITCH ASSEMBLIES. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 50-85-009, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUITION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.",DEALERS WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKAWAY KITS FREE OF CHARGE. -09/20/2000,00V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V280000),"Volkswagen Group of America, Inc.",VW/FRONT CONTROL ARM BRACKET,SUSPENSION,NR (Not Reported),Vehicle,4218,VEHICLE DESCRIPTION: PASSENGER VEHICLES. ONE OF TWO BRACKETS USED TO BOLT THE FRONT SUSPENSION CONTROL ARM IN FRONT OF THE VEHICLE TO THE BODY STRUCTURE MAY NOT HAVE BEEN WELDED SUFFICIENTLY.,"THE CONTROL ARM COULD GRADUALLY LOOSEN AND ULTIMATELY SEPARATE FROM ITS BRACKET IN NORMAL DRIVING WHICH COULD CAUSE THE VEHICLE TO BE DIFFICULT TO CONTROL OR RESULT IN LOSS OF CONTROL. AS THE BRACKET LOOSENS, LOUD METALLIC KNOCKING SOUNDS IN FROM THE VEHICLE WILL BE HEARD.","DEALERS WILL INSPECT THE BRACKET AND IF THE WELDING IS INSUFFICIENT, WILL REPLACE THE CONTROL ARM." -09/19/2000,00V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V282000),IC CORPORATION,AMTRAN/PART 565/VIN,EQUIPMENT,NR (Not Reported),Vehicle,36,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 565, ""VEHICLE IDENTIFICATION NUMBER REQUIREMENTS."" THESE VEHICLES WERE BUILT WITH IMPROPER MODEL CODES.",THESE ERRORS WILL AFFECT THE REGISTRATION OF THE VEHICLE.,OWNERS WILL BE PROVIDED WITH A CORRECT CERTIFICATION LABEL AND INSTALLATION INSTRUCTIONS. -09/19/2000,00E056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E056000),"PRECISION AUTOMOTIVE IND., INC",PRECISION AUTOMOTIVE/REAR HUB ASSEMBLY,WHEELS,NR (Not Reported),Equipment,19000,"EQUIPMENT DESCRIPTION: REAR WHEEL HUB ASSEMBLIES FOR AFTERMARKET AUTOMOBILE REPLACEMENT PARTS. PART NOS. 512000, 512001, 513012, 512000V, 512001V, 512002V, 513012V; CHICAGO RAWHIDE PART NOS.: BR930053, BR930070, BR930089, BR930093, AND GBR930093 MANUFACTURED BETWEEN MAY 1, 1999, AND AUGUST 31, 2000. THESE HUB ASSEMBLIES HAVE A HIGH STRESS CONCENTRATION AT THE SHOULDER CORNER RADIUS WHICH INITIATES FATIGUE CRACKING. FAILURE OCCURS WHEN THE CRACK GROWS TO THE POINT WHERE THE SPINDLE FRACTURES SUDDENLY. THE REAR WHEEL OF THE VEHICLE ATTACHES DIRECTLY TO THE SUBJECT HUB.","SHOULD SPINDLE FRACTURE OCCUR, THERE IS A POSSIBILITY THAT THE REAR WHEEL WILL SEPARATE FROM THE VEHICLE AND THIS WOULD MOST LIKELY OCCUR WHEN THE VEHICLE HITS A POTHOLE, DURING CORNERING, OR OTHER SITUATIONS WHERE HIGH STRESS IS PRESENTED.",DEALERS WILL REPLACE THE HUB. -09/18/2000,00V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V278000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SILENCER PAD BOND,STRUCTURE,896,Vehicle,4504,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THROUGH DEGRADATION OF THE BOND BETWEEN THE SILENCER PAD AND A SHEET METAL PANEL (QUARTER INNER UPPER), THE PAD MAY FALL ONTO THE MAP LIGHT LOCATED IN THE REAR SEATING AREA NEAR THE C-PILLAR TRIM PANEL (LH AND RH). THIS CONTACT COULD CAUSE THE PAD TO MELT, CREATING A HOT SMELL AND/OR SMOKE DURING LONG PERIODS OF ILLUMINATION.",SMOKE INHALATION COULD BE HARMFUL TO VEHICLE OCCUPANTS.,DEALERS WILL REMOVE THE INSULATION PAD FROM BEHIND BOTH REAR MAP LIGHTS. -09/18/2000,00V277001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V277001),Ford Motor Company,FORD/FUEL LINE O-RING,"FUEL SYSTEM, GASOLINE",00S27,Vehicle,10850,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE O-RING SEALS IN THE FUEL LINE CONNECTOR AT THE OUTLET END OF THE FUEL FILTER WERE DAMAGED WHEN THE LINE WAS CONNECTED TO THE FILTER DURING VEHICLE ASSEMBLY. IN SOME CASES, THIS DAMAGE COULD RESULT IN A FUEL ODOR, OR POSSIBLY IN FUEL DRIPPING FROM THE CONNECTION.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL LINE. OWNER NOTIFICATION BEGAN SEPTEMBER 27, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/18/2000,00V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V257000),Honda (American Honda Motor Co.),HONDA/FUEL HOSE,"FUEL SYSTEM, GASOLINE",K98,Vehicle,6209,"VEHICLE DESCRIPTION: MOTORCYCLES. AN IMPROPER SERVICE PROCEDURE THAT MAY BE USED DURING ROUTINE MAINTENANCE CAN DAMAGE A PRESSURIZED FUEL HOSE. LIFTING THE FRONT OF THE FUEL TANK BEYOND A CERTAIN POINT CAN STRESS AND DAMAGE THE HOSE. THE INTERNALLY DAMAGED HOSE COULD EVENTUALLY CRACK, RESULTING IN A HIGH-PRESSURE FUEL LEAK.","FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL HOSE WITH A LONGER FUEL HOSE. -09/18/2000,00V277002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V277002),Mazda North American Operations,MAZDA/FUEL LINE O-RING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5700,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE O-RING SEALS IN THE FUEL LINE CONNECTOR AT THE OUTLET END OF THE FUEL FILTER WERE DAMAGED WHEN THE LINE WAS CONNECTED TO THE FILTER DURING VEHICLE ASSEMBLY. IN SOME CASES, THIS DAMAGE COULD RESULT IN A FUEL ODOR, OR POSSIBLY IN FUEL DRIPPING FROM THE CONNECTION.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL LINE." -09/15/2000,00E055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E055000),Meritor Wabco Vehicle Control Systems,MERITOR WABCO/FMVSS 105 - ANTILOCK BRAKE SYS,INTERIOR LIGHTING,NR (Not Reported),Equipment,14730,"EQUIPMENT DESCRIPTION: PHASE 1, D-VERSION ANTILOCK BRAKE SYSTEMS (ABS) MANUFACTURED FROM OCTOBER 1, 1997, THROUGH NOVEMBER 30, 1999 WITH PART NOS. 446 044 071 0, 446 044 072 0, 446 109 000 0, AND 446 109 001 0, INSTALLED ON MEDIUM TRUCKS, SCHOOL AND TRANSIT BUSES, AND MOTOR HOMES GREATER THAN 10,000 LDS. GVWR. THE PHASE 1, D-VERSION HYDRAULIC ABS MAY NOT DETECT AN EXTREME WHEEL SPEED SENSOR AIR GAP THAT CAN BE CREATED BY PLACING THE SENSOR A SIGNIFICANT DISTANCE FROM ITS INTENDED POSITION WHEN THE VEHICLE IS STATIONARY. THEREFORE, THE ABS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 105, ""HYDRAULIC AND ELECTRIC BRAKE SYSTEMS.""",AN EXTREME WHEEL SPEED SENSOR AIR GAP THAT AFFECTS THE GENERATION OF A RESPONSE SIGNAL MAY NOT BE DETECTED AND THUS THE INDICATOR LAMP MAY NOT ACTIVATE.,MERITOR WABCO WILL CONTACT THE AFFECTED VEHICLE MANUFACTURERS AND REQUEST THAT THEY NOTIFY VEHICLE OWNERS TO HAVE THE PHASE 1 D-VERSION ABS ECU EITHER REPROGRAMMED OR REPLACED. -09/15/2000,00V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V274000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 121/BRAKE RELEASE TIME,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,75,"VEHICLE DESCRIPTION: CERTAIN TRANSIT BUSES FAIL TO COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE REAR BRAKE RELEASE TIME CAN EXCEED THE REQUIREMENTS.","A SLOW BRAKE RELEASE CAN CAUSE PREMATURE BRAKE WEAR, INCREASING THE RISK OF A CRASH.",THE CENTER AXLE AND REAR AXLE BRAKE CONTROL LINES WILL BE RE-PLUMBED. -09/15/2000,00V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V275000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 121/BRAKE RELEASE TIME,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,206,"VEHICLE DESCRIPTION: CERTAIN TRANSIT BUSES EQUIPPED WITH ABS FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE REAR BRAKE RELEASE TIME CAN EXCEED THE REQUIREMENTS.","A SLOW BRAKE RELEASE CAN CAUSE PREMATURE BRAKE WEAR, INCREASING THE RISK OF A CRASH.",THE REPAIR WILL INVOLVE INSTALLING A QUICK RELEASE VALVE OR INCREASING THE SIZE OF THE REAR BRAKE CONTROL LINE. -09/15/2000,00V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V276000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FRONT AXLE SPRING TOWER BOLTS,SUSPENSION,NR (Not Reported),Vehicle,185,VEHICLE DESCRIPTION: TRANSIT BUSES. THE FRONT AXLE'S SPRING TOWER BOLTS MAY NOT HAVE BEEN ADEQUATELY TIGHTENED.,INCORRECT BOLT TORQUE COULD LEAD TO A SHORTER BOLT FATIGUE LIFE AND EVENTUAL BOLT FAILURE.,DEALERS WILL REINSTALL THE BOLTS TO THE CORRECT TORQUE. -09/15/2000,00V273005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273005),Newmar Corporation,NEWMAR/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,1512,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE IN NOTIFYING CUSTOMERS THAT THEY WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. -09/14/2000,00V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V272000),"Aprilia USA, Inc.",APRILIA/OIL HOSE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,382,"VEHICLE DESCRIPTION: MOTORCYCLES WITH HALF-FAIRING. THE OIL HOSE COULD FAIL ON THESE MOTORCYCLES, CAUSING THE OIL TO SPILL UNDER THE REAR WHEEL.",THIS COULD RESULT IN A LOSS OF CONTROL OF THE MOTORCYCLE.,DEALERS WILL REPLACE THE OIL HOSE. -09/14/2000,00E054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E054000),Trans-Air Manufacturing Corp.,TRANS AIR/AIR CONDENSOR,EQUIPMENT,NR (Not Reported),Equipment,20281,"EQUIPMENT DESCRIPTION: AFTERMARKET AIR CONDITIONING CONDENSERS INSTALLED ON SCHOOL AND TRANSIT BUSES MANUFACTURED BETWEEN OCTOBER 27, 1997 AND SEPTEMBER 7, 2000. PART NOS. 301250, 301297, 301309, 301362, 301364, 301298, 301482, 301362-02, 301440, 301387, AND 301379. DEFECTIVE CIRCUIT BREAKER. THESE CIRCUIT BREAKERS ARE AUTO RESET TYPE AND COULD PROVIDE A SOURCE OF IGNITION IF THEY FAIL IN THE CLOSED POSITION.",A BREAKER FAILING IN THE CLOSED POSITION COULD RESULT IN THE WIRES OF THE FAN OVERHEATING POSSIBLY RESULTING IN A FIRE.,OWNER ARE BEING INSTRUCTED TO CONTACT TRANS/AIR FOR A FREE RETROFIT KIT TO CHANGE THE BREAKERS TO FUSES. -09/13/2000,00V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V271000),BUELL MOTORCYCLE CO.,BUELL/REAR WHEEL SPROCKET,WHEELS,NR (Not Reported),Vehicle,2260,VEHICLE DESCRIPTION: MOTORCYCLES. A REAR WHEEL SPROCKET CAN BREAK.,"THIS COULD CAUSE THE RIDER TO LOSE POWER, LOSE CONTROL, OR BE STRUCK BY DEBRIS.",DEALERS WILL INSTALL A NEW REAR WHEEL SPROCKET AND BELT. -09/13/2000,00V273001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V273001),"COACHMEN INDUSTRIES, INC.",COACHMEN/AM-SAFE SAFETY BELT ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,2688,"VEHICLE DESCRIPTION: CLASS A AND C MOTOR HOMES EQUIPPED WITH SAFETY BELT ASSEMBLIES BUILT BY AM-SAFE. ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE IN NOTIFYING CUSTOMERS THAT THEY WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. -09/13/2000,00V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V268000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",895,Vehicle,1163000,"VEHICLE DESCRIPTION: MINI VANS BUILT WITH 3.3L AND 3.8L ENGINES HAVE FUEL RAILS WITH NITROLE RUBBER O-RING SEALS THAT CAN DEGRADE OVER TIME. FUEL LEAKAGE FROM THE UNDERHOOD FUEL INJECTION FUEL RAIL COULD RESULT, INCREASING THE LIKELIHOOD OF A VEHICLE FIRE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL INSTALL A SEAL ON THE VEHICLE FUEL RAILS TO PREVENT EXTERNAL LEAKAGE OF FUEL FROM THE FUEL RAIL CROSSOVER TUBE, SHOULD THE EXISTING O-RINGS CONTINUE TO DEGRADE. OWNER NOTIFICATION BEGAN ON JANUARY 25, 2002. DUE TO THE LARGE QUANTITY OF VEHICLES INVOLVED IN THIS CAMPAIGN, THE OWNER NOTIFICATION WILL BE PHASED OVER THE NEXT SEVERAL MONTHS. HOWEVER, IF A VEHICLE IS LEAKING FUEL FROM THE O-RINGS, THE VEHICLE SHOULD BE TAKEN INTO A DEALER TO HAVE THIS REPAIRED AS SOON AS POSSIBLE. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT DAIMLERCHRYSLER AT 1-800-853-1403." -09/13/2000,00V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V270000),Ford Motor Company,FORD/AIR BAG DEPLOYMENT,AIR BAGS,00S26,Vehicle,18500,"CERTAIN PASSENGER VEHICLES, LIMOUSINES, AND MINI VANS WERE BUILT WITH A NEWLY DESIGNED RESTRAINT CONTROL MODULE (RCM). IN SOME CASES, THE RCM DOES NOT RECOGNIZE CERTAIN SYSTEM FAULTS THAT COULD RESULT IN AN AIR BAG OR SEAT BELT PRE-TENSIONER UNEXPECTEDLY ACTIVATING DURING THE SELF-TEST SEQUENCE AT VEHICLE START-UP.",THIS CONDITION COULD RESULT IN PERSONAL INJURY.,"DEALERS WILL REPLACE THE RCM IN THESE VEHICLES. OWNER NOTIFICATION BEGAN SEPTEMBER 14, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/13/2000,00V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V269000),"B. FOSTER & COMPANY, INC.",FOSTER/SUSPENSION U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,422,VEHICLE DESCRIPTION: EQUIPMENT AND HYDRAULIC TRAILERS. U-BOLTS WHICH ATTACH THE LEAF SPRINGS TO THE AXLE BEAM WERE INCORRECTLY TIGHTENED.,"THIS CONDITION CAN CAUSE THE AXLE TO MISALIGN, INCREASING THE RISK OF A CRASH.",FOSTER WILL INSTRUCT OWNER TO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER TO HAVE THEIR VEHICLE INSPECTED AND ADJUSTMENT WILL BE COMPLETED AT NO CHARGE TO THE CONSUMER. -09/13/2000,00V232009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232009),"Mack Trucks, Inc.",MACK/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,651,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -09/13/2000,00V246102,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V246102),PACCAR Incorporated,PACCAR/TRW TIE ROD ENDS,STEERING,800-G/00KW03,Vehicle,3260,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH TRW TIE ROD ENDS ON CERTAIN MERITOR AXLES. THE TIE ROD AND DRAG LINK BALL STUD ENDS CONTAIN BEARINGS THAT ARE BELOW THE SPECIFIED CASE DEPTH AND/OR HARDNESS.,"THIS CAN LEAD TO PREMATURE WEAR WITH POSSIBLE SEPARATION OF THE BALL STUD FROM THE SOCKET, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REMOVE AND REPLACE ALL AFFECTED TIE RODS AND DRAG LINKS WITH DIFFERENT DESIGNED ENDS. -09/12/2000,00V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V266000),"BMW of North America, LLC",BMW/ENGINE COOLANT LEAKAGE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,188,VEHICLE DESCRIPTION: MOTORCYCLES. THE CYLINDER HEAD CONTAINS TWO SEALING PLUGS COVERING HOLES IN THE AREA NEAR THE SPARK PLUGS. ONE OR BOTH PLUGS MAY NOT HAVE BEEN FULLY SEATED DURING VEHICLE ASSEMBLY. EITHER OR BOTH OF THE SEALING PLUGS COULD LOOSEN OR COMPLETELY DETACH FROM THEIR MOUNTING POINT DURING VEHICLE OPERATION.,"THIS CONDITION COULD ALLOW COOLANT TO ESCAPE, TRAVEL ALONG THE ENGINE COVER, AND CONTACT THE REAR TIRE, REDUCING ITS TRACTION AND AFFECTING THE STABILITY OF THE MOTORCYCLE. IN ADDITION, THE LOSS OF COOLANT COULD LEAD TO INCREASED ENGINE OPERATING TEMPERATURE AND POSSIBLE OVERHEATING.",DEALERS WILL REPLACE THE SEALING PLUGS WITH A STAINLESS STEEL PLUG DESIGN. -09/12/2000,00V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V267000),"BMW of North America, LLC",BMW/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,417,"VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL TANK IS EQUIPPED WITH A CARBON CANISTER WHICH HELPS CONTROL EVAPORATIVE EMISSIONS FROM THE FUEL SYSTEM. THIS CANISTER IS MOUNTED TO A METAL INSERT THAT IS INTEGRATED INTO THE TANK. DURING THE PRODUCTION PROCESS, THE THICKNESS OF THE FUEL TANK MATERIAL IN THE AREA OF THE INSERT MAY BE LESS THAN INTENDED. AS A RESULT, VEHICLE OPERATING CONDITIONS SUCH AS VIBRATION, HIGH TEMPERATURE, ETC., COULD RESULT IN THE FUEL TANK DEVELOPING A CRACK IN THE AREA OF THE INSERT.","THE FUEL TANK COULD LEAK DURING REFUELING, POSSIBLY RESULTING IN A FIRE.",DEALERS WILL REPLACE THE FUEL TANK. -09/12/2000,00V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V264000),"BMW of North America, LLC",BMW/OIL THERMOSTAT SNAP RING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2368,"VEHICLE DESCRIPTION: MOTORCYCLES. A SPRING-LOADED THERMOSTATIC ELEMENT IN THE OIL THERMOSTAT HOUSING IS HELD IN PLACE BY A COVER THAT IS RETAINED BY A SNAP RING. THE SNAP RING MAY NOT HAVE BEEN PROPERLY INSTALLED DURING PRODUCTION. DURING VEHICLE OPERATION, THE SNAP RING COULD UNSEAT, ALLOWING THE COVER TO LOOSEN OR DETACH, RESULTING IN LOSS OF THE ENTIRE OIL VOLUME.","ENGINE DAMAGE COULD OCCUR IF THE ENGINE IS NOT IMMEDIATELY SWITCHED OFF. IN ADDITION, OIL COULD TRAVEL ALONG THE ENGINE COVER AND ULTIMATELY CONTACT THE REAR TIRE, REDUCING ITS TRACTION AND AFFECTING THE STABILITY OF THE MOTORCYCLE, POSSIBLY RESULTING IN A CRASH AND PERSONAL INJURY.","DEALERS WILL INSPECT THE SNAP RING INSTALLATION AND IF THE SNAP RING IS NOT FULLY SEATED, THE COMPLETE OIL PUMP INTERMEDIATE FLANGE WILL BE REPLACED." -09/12/2000,00V265001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V265001),"COACHMEN INDUSTRIES, INC.",COACHMEN/TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,1953,"VEHICLE DESCRIPTION: TRAVEL TRAILERS AND FIFTH WHEEL VEHICLES EQUIPPED WITH TEKONSHA OR BARGMAN BREAKAWAY SWITCH ASSEMBLIES. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 50-85-009, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUATION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.","TEKONSHA IS NOTIFYING DISTRIBUTORS AND ORIGINAL EQUPIMENT MANUFACTURERS AND WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKAWAY KITS FREE OF CHARGE. ALSO, TEKONSHA WILL REIMBURSE FOR ALL FREIGHT CHARGES TO AND FROM ITS CUSTOMERS ON RECALLED PART NUMBER." -09/12/2000,00E047004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047004),DANA CORPORATION,DANA/TRW TIE ROD ENDS,SUSPENSION,NR (Not Reported),Equipment,6686,EQUIPMENT DESCRIPTION: CERTAIN OF THE TIE ROD BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET IN SOME APPLICATIONS.,"IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE PARTIAL CONTROL OF THE RIGHT FRONT WHEEL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW WILL BE NOTIFYING DANA'S CUSTOMERS AND PROVIDING REMEDY FREE OF CHARGE. OWNERS SHOULD CONTACT TRW CUSTOMER SERVICE AT 1-866-280-3287. -09/12/2000,00V260001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V260001),Ford Motor Company,FORD/INCORRECT REAR HUBS,WHEELS,00S25,Vehicle,1325,"VEHICLE DESCRIPTION: SOME 4X2 SPORT UTILITY VEHICLES NOT EQUIPPED WITH AN ANTILOCK BRAKING SYSTEM MAY HAVE INADVERTENTLY BEEN BUILT WITH 4X4 REAR HUBS INSTEAD OF 4X2 HUBS. IF THE INCORRECT HUBS ARE INSTALLED ON A 4X2 VEHICLE, THE REAR WHEELS CAN LOOSEN, OR IN SOME CASES, SEPARATE FROM THE VEHICLE.","THIS CONDITION COULD CAUSE LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR HUBS AND, IF NECESSARY, REPLACE THEM. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/12/2000,00V260002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V260002),Mazda North American Operations,MAZDA/INCORRECT REAR HUBS,WHEELS,NR (Not Reported),Vehicle,1900,"VEHICLE DESCRIPTION: SOME 4X2 SPORT UTILITY VEHICLES NOT EQUIPPED WITH AN ANTILOCK BRAKING SYSTEM MAY HAVE INADVERTENTLY BEEN BUILT WITH 4X4 REAR HUBS INSTEAD OF 4X2 HUBS. IF THE INCORRECT HUBS ARE INSTALLED ON A 4X2 VEHICLE, THE REAR WHEELS CAN LOOSEN, OR IN SOME CASES, SEPARATE FROM THE VEHICLE.","THIS CONDITION COULD CAUSE LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE REAR HUBS AND, IF NECESSARY, REPLACE THEM." -09/11/2000,00V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V261000),"BMW of North America, LLC",BMW/SEAT BELT ANCHORAGE BOLT,SEAT BELTS,NR (Not Reported),Vehicle,490,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE SAFETY BELT LOWER OUTBOARD ANCHORAGE BOLT ON THE DRIVER'S AND FRONT PASSENGER'S SEATS MAY NOT HAVE BEEN SECURED PROPERLY.,"IN THE EVENT OF A CRASH, THE SAFETY BELT SYSTEM MIGHT NOT BE ABLE TO PROVIDE ITS MAXIMUM RESTRAINT FUNCTION.",DEALERS WILL INSPECT THE BOLTS AND CORRECT THE TORQUE IF NECESSARY. -09/11/2000,00V259001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V259001),Hyundai Motor America,HYUNDAI/ENGINE STALLING,ELECTRICAL SYSTEM,039/040,Vehicle,165977,"VEHICLE DESCRIPTION: SOME SONATA VEHICLES EQUIPPED WITH 2.5 LITER V-6 ENGINES AND ALL ELANTRA MODEL VEHICLES MAY HAVE EXPERIENCED INTERMITTENT LOW-SPEED ENGINE STALLING, WHICH COULD OCCUR IF THE MAF (MASS AIR FLOW) SENSOR ELECTRICAL SIGNAL IS INTERRUPTED AS A RESULT OF ENGINE VIBRATION TRANSMITTED TO THE MAF SENSOR CONNECTOR WIRING HARNESS.","THIS CONDITION CAN CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.",DEALERS WILL RE-ROUTE THE MAF SENSOR CONNECTOR WIRING HARNESS. -09/11/2000,00V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V262000),"PREVOST CAR, INCORPORATED",PREVOST/BALL JOINT BOOT,SUSPENSION,SR00-17,Vehicle,554,VEHICLE DESCRIPTION: BUS SHELLS AND COACHES. THE BALL JOINT SEALING BOOT COULD BE PERFORATED ALLOWING GREASE LEAKAGE.,"THIS CONDITION COULD CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BOOT. -09/08/2000,00V232005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232005),Blue Bird Body Company,BLUE BIRD/ABS ECU,"SERVICE BRAKES, AIR",R00EE,Vehicle,10918,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -09/08/2000,00V258001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V258001),"General Motors, LLC",GM/CERTIFICATION LABEL,EQUIPMENT,00063,Vehicle,223194,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES WERE BUILT WITH INCORRECT PAYLOAD INFORMATION ON THE VEHICLE CERTIFICATION LABEL. THE PAYLOAD SHOWN ON THE LABEL IS GREATER THAN THE MAXIMUM VALIDATED PAYLOAD. IF THE VEHICLE WERE LOADED TO THE INCORRECTLY LABELED PAYLOAD, IT MAY NOT RIDE AND HANDLE IN THE MANNER THAT THE DRIVER EXPECTS.",THIS COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE OR AN INABILITY TO STOP THE VEHICLE WITHIN EXPECTED STOPPING DISTANCES.,OWNERS WILL BE SENT A NEW LABEL FOR INSTALLATION ON THE DRIVER'S DOOR OF THE VEHICLE. -09/08/2000,00V258002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V258002),Isuzu Motors Limited,ISUZU/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3672,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES WERE BUILT WITH INCORRECT PAYLOAD INFORMATION ON THE VEHICLE CERTIFICATION LABEL. THE PAYLOAD SHOWN ON THE LABEL IS GREATER THAN THE MAXIMUM VALIDATED PAYLOAD. IF THE VEHICLE WERE LOADED TO THE INCORRECTLY LABELED PAYLOAD, IT MAY NOT RIDE AND HANDLE IN THE MANNER THAT THE DRIVER EXPECTS.",THIS COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE OR AN INABILITY TO STOP THE VEHICLE WITHIN EXPECTED STOPPING DISTANCES.,OWNERS WILL BE SENT A NEW LABEL FOR INSTALLATION ON THE DRIVER'S DOOR OF THE VEHICLE. -09/07/2000,00E050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E050000),"AUSCO PRODUCTS, INC.",AUSCO/BRAKE RESERVOIR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,907,"EQUIPMENT DESCRIPTION: ALL BRAK'R TRAIL'R MODELS 79089, TB800, TB1200 BRAKE RESERVOIRS MANUFACTURED PRIOR TO AUGUST 18, 2000. THE TWO BOLTS HOLDING THE BRAKE FLUID RESERVOIR TO ITS ALUMINUM MANIFOLD MAY NOT BE TIGHTENED PROPERLY. THIS CONDITION CAN CAUSE BRAKE FLUID TO LEAK OUT OF THE RESERVOIR AND INTO THE MOTOR HOUSING. LOSS OF BRAKE FLUID MAY RESULT IN LOSS OF BRAKING FUNCTION.","IF THE VEHICLE USED TO PULL THE TRAILER DOES NOT HAVE ADEQUATE BRAKING CAPABILITY, THIS CONDITION MAY CAUSE A VEHICLE CRASH AND/OR INJURY WITHOUT WARNING.",AUSCO PRODUCTS WILL REPLACE THE UNITS FREE OF CHARGE AND REIMBURSE THE CUSTOMER FOR LABOR COSTS ASSOCIATED WITH INSTALLING THE NEW UNIT. -09/07/2000,00V232008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232008),"General Motors, LLC",GM/ABS ECU,"SERVICE BRAKES, AIR",00076/00078,Vehicle,30000,"VEHICLE DESCRIPTION: SCHOOL BUSES, MEDIUM DUTY TRUCKS AND TRACTORS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -09/07/2000,00V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V253000),Isuzu Motors Limited,ISUZU/FUEL LINE/HOSES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13275,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE AND AUTOMATIC TRANSMISSIONS BUILT WITH TOD (TORQUE-ON-DEMAND). IN CERTAIN HIGH SPEED FRONTAL CRASHES, AN INTERIOR FUEL LINE AND FUEL HOSE CAN BE SEPARATED, ALLOWING FUEL TO LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL INSTALL FUEL SYSTEM SHIELDS. -09/07/2000,00V228005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V228005),"Nissan North America, Inc.",NISSAN/FMVSS 209/TRW SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,10657,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH TRW SEAT BELT BUCKLE ASSEMBLIES. THE BUCKLE BASE OF THESE SEAT BELT ASSEMBLIES WERE NOT PROPERLY HEAT TREATED AND THEREFORE DO NOT PASS THE LOAD BEARING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSPECT THE DATE CODE ON CERTAIN SEAT BELT BUCKLES OF YOUR VEHICLE AND REPLACE ALL SEAT BELT BUCKLES THAT FALL WITHIN THE SUSPECT DATE CODE RANGE. -09/07/2000,00E053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E053000),"PENRAY COMPANIES, INC.",PENRAY/STARTING FLUID,UNKNOWN OR OTHER,NR (Not Reported),Equipment,24932,"EQUIPMENT DESCRIPTION: PENRAY STARTING FLUID PART NO. 5315, SERVICE PRO STARTING FLUID PART NO. 5315, AND SUPER X PREMIUM STARTING FLUID PART NO. 470. A HIGH CONCENTRATION OF WATER IN THE AEROSOL CONTAINER CAN CAUSE RUSTING FROM THE INSIDE OUT ALONG THE VERTICAL SEAM. THIS COULD RESULT IN FLUID LEAKING OUT.","IF THE CAN LEAKS FLUID, THIS COULD POSE A FIRE HAZARD OR IRRITATION TO CONSUMER'S EYES AND SKIN.",PENRAY HAS ISSUED A PRESS RELEASE TO THE PUBLIC AND IS NOTIFYING ALL ITS DISTRIBUTORS THAT THEY WILL REPLACE THE DEFECTIVE CANS OF STARTING FLUID FREE OF CHARGE. PENRAY HAS ALSO ISSUED PLACARDS TO BE POSTED IN ALL ITS DISTRIBUTOR LOCATIONS. -09/07/2000,00V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V256000),Toyota Motor Engineering & Manufacturing,TOYOTA/PCV PORT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4530,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, IDAHO, ILLINOIS, IOWA, KANSAS, MAINE, MICHIGAN, MINNESOTA, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW YORK, NORTH DAKOTA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. CONDENSED MOISTURE FROM THE POSITIVE CRANKCASE VENTILATION (PCV) PORT COULD SEEP TOWARD THE BRAKE VACUUM PORT INSIDE THE INTAKE MANIFOLD AND START TO FREEZE.","VACUUM ASSIST TO THE BRAKES WOULD BE DECREASED AND INCREASED PEDAL PRESSURE WOULD BE REQUIRED, INCREASING THE VEHICLE STOPPING DISTANCE.","DEALERS WILL REPAIR THE VACUUM PORT. ALSO, OWNERS OF THE SUBJECT VEHICLES IN STATES OTHER THAN THE RECALL STATES WILL BE NOTIFIED OF THE RECALL. IF THE ECHO OWNER BELIEVES THAT THERE IS A POSSIBILITY THAT THE VEHICLE WILL BE OPERATED IN THESE STATES DURING THE WINTER OR IN CONDITIONS DESCRIBED, THE VEHICLE SHOULD BE SERVICED FOR THIS RECALL." -09/06/2000,00V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V254000),Ford Motor Company,FORD/BRAKE PEDAL POSITION SWITCH WIRING,EXTERIOR LIGHTING,00S24,Vehicle,12850,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THESE VEHICLES MAY HAVE A MIS-ROUTED WIRE HARNESS THAT ATTACHES TO THE BRAKE PEDAL POSITION SWITCH. THE WIRE COULD RUB ON THE STEERING COLUMN, RESULTING IN A SHORT CIRCUIT AND A BLOWN FUSE, CAUSING A LOSS OF STOP LAMP FUNCTION.",THIS WOULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND COULD LEAD TO A CRASH.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPAIR THE WIRE HARNESS TO THE BRAKE PEDAL SWITCH. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -09/06/2000,00V232010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232010),Motor Coach Industries,MCI/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1849,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -09/06/2000,00V249001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V249001),"RAVENS, INC.",RAVEN/STEEL BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,648,"VEHICLE DESCRIPTION: FLATBED AND DUMP TRAILERS. THESE VEHICLES UTILIZE GUNITE CORPORATION MODEL 2764 CAST STEEL BRAKE DRUMS AND A COMBINATION OF STEEL OR ALUMINUM WHEELS PRODUCED BY OTHER MANUFACTURERS. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE. A STRESS CRACK IN THE METAL ON THE INSIDE BRAKE DRUM FACE DIAMETER CAN OCCUR, RESULTING IN A COMPLETE SEPARATION FROM THE BRAKE DRUM.",THIS CONDITION COULD CAUSE A LOSS OF BRAKING CAPABILITY.,DEALERS WILL REPLACE ALL OF THE CAST IRON BRAKE DRUMS. GUNITE WILL CONDUCT AND INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GUNITE CUSTOMER SERVICE AT 800-677-3786. -09/06/2000,00V249003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V249003),"Summit Trailer Sales, Inc.",SUMMIT/STEEL BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,249,"VEHICLE DESCRIPTION: FLATBED AND DUMP TRAILERS. THESE VEHICLES UTILIZE GUNITE CORPORATION MODEL 2764 CAST STEEL BRAKE DRUMS AND A COMBINATION OF STEEL OR ALUMINUM WHEELS PRODUCED BY OTHER MANUFACTURERS. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE. A STRESS CRACK IN THE METAL ON THE INSIDE BRAKE DRUM FACE DIAMETER CAN OCCUR, RESULTING IN A COMPLETE SEPARATION FROM THE BRAKE DRUM.",THIS CONDITION COULD CAUSE A LOSS OF BRAKING CAPABILITY.,DEALERS WILL REPLACE ALL OF THE CAST IRON BRAKE DRUMS. -09/06/2000,00V249002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V249002),"Trailstar Manufacturing, Inc.",TRAILSTAR/STEEL BRAKE DRUMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,130,"VEHICLE DESCRIPTION: FLATBED AND DUMP TRAILERS. THESE VEHICLES UTILIZE GUNITE CORPORATION MODEL 2764 CAST STEEL BRAKE DRUMS AND A COMBINATION OF STEEL OR ALUMINUM WHEELS PRODUCED BY OTHER MANUFACTURERS. THESE DRUMS BEAR DATE CODES BETWEEN ""162 99"" AND ""225 99,"" INCLUSIVE. A STRESS CRACK IN THE METAL ON THE INSIDE BRAKE DRUM FACE DIAMETER CAN OCCUR, RESULTING IN A COMPLETE SEPARATION FROM THE BRAKE DRUM.",THIS CONDITION COULD CAUSE A LOSS OF BRAKING CAPABILITY.,DEALERS WILL REPLACE ALL OF THE CAST IRON BRAKE DRUMS. GUNITE WILL CONDUCT AND INSPECTION/REPAIR/REPLACEMENT PROGRAM AT NO CHARGE TO THE CONSUMER. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT GUNITE CUSTOMER SERVICE AT 800-677-3786. -09/06/2000,00V102002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V102002),Wabash National Corporation,WABASH/CONMET/PREGREASED AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,84,VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH CONMET PREGREASED TRAILER AXLE HUBS. THE OUTBOARD BEARING ON THE PREGREASED TRAILER AXLE HUBS USED WITH THE TIRE INFLATION SYSTEMS MAY FAIL DUE TO THE INTRUSION OF CONTAMINANTS THROUGH THE TIRE INFLATION SYSTEM.,AN OUTBOARD BEARING FAILURE CAN RESULT IN A SEPARATION OF THE HUB ASSEMBLY FROM THE SPINDLE.,"CONMET IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. AUTHORIZED DEALERS ARE INSTRUCTED TO CONVERT GREASED HUBS TO OIL HUBS IF THE TIRE INFLATION SYSTEM IS TO REMAIN ON THE TRAILER. IF THE TIRE INFLATION SYSTEM IS REMOVED, THE HUB MUST BE INSPECTED FOR CONTAMINATION AND CORROSION. THE HUB AND BEARING ASSEMBLY MUST BE REPLACED IF THERE IS EVIDENCE OF CORROSION. IF THERE IS NO EVIDENCE OF CORROSION, LUBRICANT AND SEAL MAINTENANCE CAN BE PERFORMED AND THE HUB REINSTALLED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT CONSOLIDATED METCO AT 1-800-425-4827 OR WABASH AT 1-765-771-5440." -09/05/2000,00V230002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V230002),FREIGHTLINER LLC,FREIGHTLINER/ELECTRONIC ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,FL-271,Vehicle,5032,VEHICLE DESCRIPTION: CHASSIS BUILT WITH CATERPILLAR ENGINES AND EQUIPPED WITH FELSTED ELECTRONIC ACCELERATOR PEDALS. THE RETURN SPRINGS CAN BREAK ON THE ACCELERATOR PEDALS THAT ARE EQUIPPED WITH STAINLESS STEEL OR ELECTROPLATED MUSIC WIRE RETURN SPRINGS.,"THIS CONDITION COULD CAUSE THE PEDAL TO GO TO FULL THROTTLE IF BOTH RETURN SPRINGS BREAK, INCREASING THE RISK OF A CRASH.","REPLACEMENT ACCELERATOR PEDALS EQUIPPED WITH RETURN SPRINGS MANUFACTURED OF MUSIC WIRE WITH ONE ADDITIONAL COIL ON EACH SPRING AND WITH AN ORGANIC COATING, ELIMINATING ELECTROPLATING WILL BE INSTALLED." -09/03/2000,00V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V251000),Indian Motorcycle Company,INDIAN MOTORCYCLE/TIRE INNER TUBE,TIRES,NR (Not Reported),Vehicle,418,VEHICLE DESCRIPTION: MOTORCYCLES. THE INNER TUBE BEING USED ON THE FRONT TIRE WAS UNDER-SIZED.,"THIS CONDITION CAN CAUSE POSSIBLE DEFLATION OF THE TUBE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE EXISTING INNER FRONT TIRE TUBE WITH A LARGER TUBE. -09/01/2000,00E051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E051000),DEXTER AXLE,DEXTER AXLE/AXLE ASSEMBLY/BRAKE DRUM,SUSPENSION,NR (Not Reported),Equipment,3216,"EQUIPMENT DESCRIPTION: AXLES FITTED WITH 6 BOLT BRAKE DRUMS MANUFACTURED BETWEEN FEBRUARY AND AUGUST 2000. THESE BRAKE DRUMS HAD UNDERGONE A DESIGN CHANGE WHICH RENDERED THEM INCOMPATIBLE WITH CERTAIN CAST ALUMINUM WHEELS PRODUCED BY AMERICAN RACING EQUIPMENT, INC. BRAKE DRUMS USED WITH THESE WHEELS DO NOT PROVIDE SUFFICIENT MOUNTING SURFACE AREA FOR SUPPORT OF THESE WHEELS.",INSUFFICIENT SURFACE AREA WILL RESULT IN LOOSENING OF THE WHEEL BOLTS WHICH MAY CAUSE THE WHEEL(S) TO BECOME DETACHED FROM THE VEHICLE. LOSS OF THE WHEEL(S) COULD RESULT IN A VEHICLE CRASH.,"DEXTER AXLE WILL BE NOTIFYING CONSUMERS TO INSPECT THEIR AXLES TO CONFIRM THAT THE TRAILER IS FITTED WITH ALUMNIUM WHEELS. IF SO, THE NEAREST TRAILER FACILITY SHOULD BE ABLE TO ASSIST THE CONSUMERS WITH REPAIRS FREE OF CHARGE." -09/01/2000,00V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V250000),"SAFARI MOTOR COACHES, INC.",SAFARI/TV FALLS DOWN,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,577,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH FABRIC COVERED FRONT OVERHEAD TV FACIA SURROUND. THE FRONT OVERHEAD TELEVISION COULD COME LOOSE FROM ITS MOUNTING, AND FALL FROM THE CABINET.",THIS COULD CAUSE PERSONAL INJURY TO VEHICLE OCCUPANTS.,DEALERS WILL INSTALL A SAFETY RETAINING BRACKET. -09/01/2000,00V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V255000),AMERICAN SUNDIRO MOTORCYCLE,SUNDIRO/FUEL SHUT OFF-VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2183,"VEHICLE DESCRIPTION: SCOOTERS. DURING FULL COMPRESSION OF THE SUSPENSION SYSTEM, THE FUEL SHUT-OFF VALVE ON THE UNDERSIDE OF THE FUEL TANK, WILL COME INTO CONTACT WITH THE ENGINE HOUSING OF THE VEHICLE. THIS CONTACT CAN CAUSE A STRESS CRACK FRACTURE TO THE PETCOCK NIPPLE TO THE FUEL TANK JOINT.","THIS CONDITION CAN CAUSE A FUEL LEAKAGE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.",AMERICAN SUNDIRO IS INSTRUCTING OWNERS TO CONTACT AN AUTHORIZED DEALER TO HAVE THEIR SCOOTER REPAIRED FREE OF CHARGE. -08/30/2000,00V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V245000),Blue Bird Body Company,BLUE BIRD/STEERING SHAFT PINCH BOLTS,STEERING,R00EF,Vehicle,1581,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. THESE BUSES COULD HAVE IMPROPERLY INSTALLED OR MISSING PINCH BOLTS IN THE STEERING SHAFT ASSEMBLIES.,THIS CAN RESULT IN DISENGAGEMENT OF THE STEERING SLIP SHAFT ASSEMBLY AND LOSS OF STEERING.,OWNERS WILL BE PROVIDED WITH INSTALLATION INSTRUCTIONS AND NEW REPLACEMENT BOLTS AND LOCKING NUTS FOR THE STEERING SHAFT ASSEMBLIES. -08/29/2000,00V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V248000),FREIGHTLINER LLC,FREIGHTLINER/REAR WHEEL COVERS,WHEELS,FL-270,Vehicle,3400,VEHICLE DESCRIPTION: RECREATIONAL VEHICLE CHASSIS. THE COMPONENTS THAT RETAIN THE REAR AXLE WHEEL COVERS MAY HAVE BEEN DAMAGED DURING INSTALLATION.,"THIS CAN RESULT IN A SEPARATION OF THE WHEEL COVER, INCREASING THE RISK OF PROPERTY DAMAGE TO FOLLOWING VEHICLES.",DEALERS WILL REPLACE THE WHEEL COVERS WITH A DIFFERENT DESIGN THAT HAS AN IMPROVED MEANS OF RETENTION. -08/29/2000,00V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V247000),FREIGHTLINER LLC,FREIGHTLINER/SLACK ADJUSTER,"SERVICE BRAKES, HYDRAULIC",FL-269,Vehicle,524,VEHICLE DESCRIPTION: RECREATIONAL VEHICLE CHASSIS. INTERFERENCE CAN OCCUR BETWEEN THE STEER AXLE SLACK ADJUSTERS AND THE AXLE KNUCKLE POST DURING A FULL WHEEL CUT WITH THE BRAKES APPLIED.,"THIS CAN RESULT IN DIMINISHED BRAKING EFFORT, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE SLACK ADJUSTERS WITH ONE THAT WILL PROVIDE CLEARANCE. -08/29/2000,00V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V244000),"General Motors, LLC",GM/AIR BAG MODULE,AIR BAGS,00073,Vehicle,580,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AIR BAG SENSING AND DIAGNOSTIC MODULES (SDM) COULD EXPERIENCE A MEMORY ERROR RESULTING IN THE AIR BAGS NOT DEPLOYING IN A CRASH SITUATION.,"IN A CRASH, A FRONT SEAT OCCUPANT MAY RECEIVE MORE SERIOUS INJURIES.",DEALERS WILL REPLACE THE SENSING AND DIAGNOSTIC MODULE. -08/29/2000,00E047002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E047002),TRW COMMERCIAL STEERING SYS.,TRW STEERING SYSTEMS/DRAG LINK ASSEMBLY,STEERING,NR (Not Reported),Equipment,34457,"EQUIPMENT DESCRIPTION: DRAG LINK ASSEMBLIES MANUFACTURED BY TRW. EACH DRAG LINK ASSEMBLY CONTAINS TWO 20-EDL MODEL BALL SOCKET ASSEMBLIES. CERTAIN OF THE BALL-SOCKET BEARINGS HAVE A BELOW SPECIFICATION CASE DEPTH AND/OR HARDNESS WHICH CAN LEAD TO PREMATURE DETERIORATION OF THE SOCKET. THESE BEARINGS WERE PRODUCED BETWEEN JULY 5 AND OCTOBER 3, 1999.","IF THIS CONDITION OCCURS, THE DRIVER CAN LOSE STEERING CONTROL, POSSIBLY RESULTING IN A VEHICLE CRASH.",TRW HAS NOTIFIED THE ORIGINAL EQUIPMENT MANUFACTURERS AND THEY WILL NOTIFY THEIR CUSTOMERS AND INSTRUCT THEM ON HOW AND WHERE TO GET THEIR VEHICLE REPAIRED FREE OF CHARGE. -08/25/2000,00E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E049000),FELSTED PRODUCTS LLC,FELSTED/ELECTRONIC FOOT PEDALS,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,73010,"EQUIPMENT DESCRIPTION: FELSTED LLC ELECTRONIC FOOT PEDALS CONTAINING STAINLESS STEEL OR YELLOW CHROMATE ZINC ELECTROPLATED RETURN SPRINGS MANUFACTURED FROM FEBRUARY 1, 1999, THROUGH AUGUST 4, 2000, AND FELSTED LLC ELECTRONIC FOOT PEDALS CONTAINING BLACK CHROMATE ZINC ELECTROPLATED MUSIC WIRE RETURN SPRINGS MANUFACTURED FROM MAY 4, 2000, THOUGH AUGUST 28, 2000. THE RETURN SPRINGS MAY BREAK DUE TO ARCING DURING THE ELECTROPLATING PROCESS.","IF THE SPRING BREAKS, THE ACCELERATOR PEDAL WILL NOT RETURN TO IDLE, POSSIBLY RESULTING IN A VEHICLE CRASH.",FELSTED NOTIFIED THEIR ORIGINAL EQUIPMENT MANUFACTURERS (OEM). THE OEMS WILL CONDUCT THE NOTIFICATION AND REMEDY CAMPAIGN FOR THEIR VEHICLES. VEHICLE MANUFACTURERS INVOLVED IN THIS CAMPAIGN ARE LISTED UNDER 00V230. -08/25/2000,00V228004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V228004),"Jaguar Cars, Ltd.",JAGUAR/FMVSS 209/TRW SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,5477,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH TRW SEAT BELT BUCKLE ASSEMBLIES. THE BUCKLE BASE OF THESE SEAT BELT ASSEMBLIES WERE NOT PROPERLY HEAT TREATED AND THEREFORE DO NOT PASS THE LOAD BEARING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL INSPECT AND CHANGE, IF NECESSARY, THE SEAT BELT BUCKLES." -08/25/2000,00V232006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232006),"Kalmar Solutions, LLC",MAGNUM/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,154,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,BENDIX IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE ABS ECU. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BENDIX AT OR KALMAR/MAGNUM AT 1-903-759-5490. -08/25/2000,00V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V237000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. CRACKS CAN OCCUR IN THE TOP OF THE FUEL TANK DUE TO AN IMPROPER SPOT WELD ON THE BAFFLE PLATE TO THE TOP PORTION OF THE FUEL TANK.,"A CRACK IN THE FUEL TANK COULD ALLOW FUEL OR FUMES TO ESCAPE. FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE UPPER SURFACE OF THE FUEL TANK FOR ANY SIGNS OF CRACKING. IF NO CRACKING OR LEAKING IS FOUND, DEALERS WILL INSTALL A SEALING PROTECTOR PLATE. IF ANY CRACKING OR LEAKAGE IS FOUND, DEALERS WILL REPLACE THE FUEL TANK ASSEMBLY." -08/24/2000,00V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V240000),Ford Motor Company,FORD/CHILD SAFETY SEAT ANCHOR LATCH,SEAT BELTS,00S23,Vehicle,5961,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE CHILD SAFETY SEAT ANCHOR LATCH (ISO-FIX ANCHOR) FASTENERS DO NOT HAVE ADEQUATE RESIDUAL TORQUE. THE ANCHORS ARE SECURED TO THE FLOOR PAN WITH A REINFORCEMENT PLATE THAT HAS TWO STUDS THAT EXTEND UPWARD THROUGH THE FLOOR PAN AND THE ISO-FIX ANCHOR. THE SEALER ON THE FLOOR PAN COULD CAUSE A SOFT JOINT AND, EVEN IF THE NUTS ARE PROPERLY TORQUED, ROAD VIBRATIONS COULD CAUSE THE NUT TO WORK ITS WAY COMPLETELY OFF THE STUD.","THE ANCHOR MAY NOT HOLD THE CHILD SAFETY SEAT IN POSITION DURING AN ACCIDENT, INCREASING THE RISK OF INJURY TO THE OCCUPANT OF THE CHILD SAFETY SEAT.","DEALERS WILL REMOVE AND RE-INSTALL THE BRACKET NUT USING A TORQUE RETENTION MATERIAL (RED LOCTITE). OWNER NOTIFICATION BEGAN SEPTEMBER 11, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -08/24/2000,00V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V242000),Ford Motor Company,FORD/FMVSS 110/CERTIFICATION LABEL,EQUIPMENT,00L03,Vehicle,167000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ""VEHICLE CAPACITY WEIGHT"" AND ""DESIGNATED SEATING CAPACITY"" INFORMATION WAS NOT PRINTED ON THE SAFETY CERTIFICATION LABELS AFFIXED TO THESE VEHICLES. ON AFFECTED SABLE SEDAN VEHICLES, THE ""VEHICLES CAPACITY WEIGHT"" (AND ALSO THE LUGGAGE LOAD) INFORMATION PRINTED ON THIS LABEL IS INCORRECT - SABLE WAGON LUGGAGE LOAD WAS INCORRECTLY USED FOR THE SABLE SEDAN. THESE VEHICLES DO NOT COMPLY WITH THE LABEL REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",EXCESSIVE LOADING CAN CAUSE TIRE AND VEHICLE DAMAGE THAT COULD RESULT IN A CRASH.,"OWNERS WILL BE PROVIDED WITH A SUPPLEMENTAL LABEL WITH THE CORRECT INFORMATION, ALONG WITH INSTRUCTIONS FOR AFFIXING THE LABEL ADJACENT TO THE VEHICLE CERTIFICATION LABEL. OWNER NOTIFICATION BEGAN OCTOBER 20, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -08/24/2000,00V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V241000),Glendale Recreational Vehicles,GLENDALE RV/PIN BOX,TRAILER HITCHES,NR (Not Reported),Vehicle,420,"VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS EQUIPPED WITH UPPER BEDROOM SLIDEOUTS, 34 DEGREE PIN BOX, AND 51MMX178MM BOX FRONT RAIL. THE FIFTH WHEELS CAN EXPERIENCE EXCESSIVE FLEXING IN THE UPPER CHASSIS WHICH CAN LEAD TO FAILURE IN THE AREA OF THE PIN BOX. CRACKING AND SHEARING AROUND THE PIN BOX CAN CAUSE THE STEEL TO DEFLECT AND POSSIBLY BREAK AWAY FROM THE CHASSIS STEEL.","IF STEEL FAILURE OCCURS, PIN COULD DROP OR SHIFT OFF HITCH POSSIBLY CAUSING A CRASH.",DEALERS WILL REINFORCE THE PIN BOX AREA. -08/24/2000,00V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V238000),"Volvo Car USA, LLC",VOLVO CARS/BALL JOINT,SUSPENSION,99,Vehicle,49488,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. OVER TIME, THE BALL JOINT BETWEEN THE FRONT WHEEL KING PIN AND THE SUSPENSION LINK ARM, CAN EXPERIENCE INCREASED LOOSENESS.",THIS CONDITION COULD AFFECT THE BALL JOINT'S DURABILITY AND PERFORMANCE.,DEALERS WILL REPLACE BOTH FRONT BALL JOINTS. -08/24/2000,00V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V239000),"Volvo Car USA, LLC",VOLVO CARS/TAILGATE LOCKING MECHANISM,LATCHES/LOCKS/LINKAGES,100,Vehicle,4957,"ON CERTAIN STATION WAGONS, THE TAILGATE LOCKING MECHANISM MAY HAVE BEEN INCORRECTLY MANUFACTURED WHICH, IN COMBINATION WITH COLD TEMPERATURES, COULD CAUSE IMPROPER LOCKING OF THE TAILGATE.",THE TAILGATE MAY NOT LOCK PROPERLY.,"DEALERS WILL REPLACE THE LOCKING MECHANISM FOR THE TAILGATE. OWNER NOTIFICATION BEGAN SEPTEMBER 25, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT VOLVO AT 1-800-458-1552." -08/23/2000,00V181002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V181002),AMERICAN EAGLE MOTORCYCLE CO.,AMERICAN EAGLE/AMMS/FORK ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,14,VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH FRONT FORK ASSEMBLIES BUILT BY AMMS (AMERICAN SUSPENSION). THE SLIDER TUBE CAN LOOSEN FROM THE AXLE CLAMP OR PISTON WHILE THE MOTORCYCLE IS BEING OPERATED.,THIS CONDITION COULD RESULT IN LOSS OF CONTROL OF THE MOTORCYCLE AND INJURY TO THE RIDER.,"AMERICAN SUSPENSION IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE FORK ASSEMBLY FOR PROPER PRELOAD AND MAKE ANY ADJUSTMENTS REQUIRED. THE DEALER WILL ALSO REMOVE EACH SLIDER TUBE AND DETACH THE AXLE CLAMP AND PISTON. AFTER INSPECTION AND REPLACEMENT OF ANY PARTS EXHIBITING WEAR, THE FORK WILL BE REASSEMBLED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMERICAN SUSPENSION AT 1-562-904-7724." -08/23/2000,00V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V172000),FREIGHTLINER LLC,FREIGHTLINER/STEERING COLUMN BOLT,STEERING,FL-263,Vehicle,22499,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE UPPER STEERING COLUMN PINCH BOLT MAY NOT HAVE BEEN PROPERLY TORQUED.,LOSS OF STEERING CONTROL CAN OCCUR IF THE BOLT FALLS OUT.,DEALERS WILL INSPECT THE UPPER STEERING COLUMN PINCH BOLT FOR CORRECT TORQUE AND RE-TORQUE IF NECESSARY. -08/23/2000,00V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V235000),"General Motors, LLC",GM/SIDE IMPACT AIR BAG,AIR BAGS,00071,Vehicle,168,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A SIDE IMPACT AIR BAG SYSTEM. THE AIR BAG SYSTEM HAS A LOWER SIDE IMPACT SAFING SENSOR THRESHOLD THAN SPECIFIED. BECAUSE OF THIS REDUCED THRESHOLD, THERE COULD BE AN INADVERTENT DEPLOYMENT OF THE SIDE HEAD CURTAIN AIR BAG WITH SEVERE SLAMMING OF THE DOOR.",THIS COULD CAUSE INJURY TO AN OCCUPANT.,DEALERS WILL REPLACE THE INFLATABLE RESTRAINT SENSING AND DIAGNOSTIC MODULE ASSEMBLY. -08/23/2000,00V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V236000),"General Motors, LLC",GM/TRANSMISSION COOLER HOSE,POWER TRAIN,00070,Vehicle,12603,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. THE TRANSMISSION FLUID COULD LEAK FROM A HEAT DEGRADED TRANSMISSION FLUID COOLER HOSE ONTO THE EXHAUST SYSTEM ON THE PASSENGER'S SIDE OF THE VEHICLE.,THIS CONDITION COULD RESULT IN A FIRE.,"DEALERS WILL INSTALL A NEW TRANSMISSION FLUID COOLER INLET HOSE AND OUTLET HOSE DESIGNED WITH A HEAT SLEEVE AND ENSURE ADEQUATE CLEARANCE TO THE EXHAUST SYSTEM TAKE-DOWN PIPE. DEALERS WILL ALSO INSPECT THE RIGHT-HAND EXHAUST MANIFOLD SEAL FOR LEAKAGE, AND REPLACE IF NECESSARY." -08/23/2000,00V215003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V215003),Newell Coach Corp.,NEWELL COACH/STEERING LEVERS,STEERING,NR (Not Reported),Vehicle,104,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA STEERING RELAY LEVERS. THE LEVERS CAN DEVELOP SURFACE CRACKING.,"THIS CRACKING CONDITION COULD CAUSE A PORTION OF THE STEERING LEVER TO BREAK OFF, POSSIBLY CAUSING LOSS OF STEERING CONTROL.",DEALERS WILL REPLACE THE STEERING RELAY LEVERS. -08/22/2000,00E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E048000),"AM SAFE, INC.",AM-SAFE/SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,91415,"EQUIPMENT DESCRIPTION: CENTER PUSH BUTTON SEAT BELT BUCKLE ASSEMBLIES MANUFACTURED USING THIS BUCKLE WITH BUCKLE PAWL LOT NUMBERS 01A, 02A, AND 05A. THESE BUCKLES WERE MANUFACTURED IN THE MONTHS OF SEPTEMBER 1999, DECEMBER 1999, AND JANUARY 2000. THE DEFECT IS SUCH THAT ON SOME SEAT BELTS, THE BUCKLE AND CONNECTOR MAY UNLATCH DURING A COLLISION, LEAVING THE OCCUPANT UNRESTRAINED.",SERIOUS INJURY OR DEATH COULD OCCUR IF THE VEHICLE OCCUPANT IS NOT PROPERLY RESTRAINED.,AM-SAFE IS NOTIFYING CUSTOMERS THAT THEY WILL INSPECT AND REPLACE THE DEFECTIVE BUCKLE ASSEMBLIES FREE OF CHARGE. -08/22/2000,00V232003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232003),Volvo Trucks North America,VOLVO TRUCKS/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,18362,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/22/2000,00V232004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232004),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,383,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/21/2000,99V082003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V082003),COUNTRY COACH INC,"COUNTRY COACH/MERITOR/15"" DIAMETER CAM BRAKES","SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,131,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH 15"" (WIDTHS: 4"" AND 5"") AIR-ACTUATED Q-PLUS CAM BRAKE EQUIPPED WITH FEDERAL MOGUL FRICTION PRODUCTS 3030-197 BRAKE LINING (MERITOR R201) BRAKE LININGS AND ACTUATED WITH TYPE 20 AIR CHAMBERS X 5.5"" SLACK ADJUSTERS. THESE ASSEMBLIES DO NOT FULLY SATISFY THE TEST PERFORMANCE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION COULD CAUSE DECREASED BRAKING EFFORT.,THE BRAKE LINING WILL BE REPLACED WITH UPGRADED BRAKE LININGS. -08/21/2000,00T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T005000),Bridgestone Americas Tire Operations,FIRESTONE/TREAD SEPARATION,TIRES,NR (Not Reported),Tire,14400000,"TIRE DESCRIPTION: FIRESTONE WILDERNESS AT, SIZE P235/75R15, PRODUCED AT THE DECATUR, ILLINOIS TIRE PLANT AND ALL FIRESTONE RADIAL ATX AND RADIAL ATX II TIRES, SIZE P235/75R15. OPERATION OF THESE TIRES AT LOW INFLATION PRESSURES, HIGH SPEED, AND IN HOT WEATHER, CAN CONTRIBUTE TO SEPARATION OF THE TIRE TREAD.","IF THE TREAD SEPARATES FROM THE TIRE, THE DRIVER CAN LOSE CONTROL OF THE VEHICLE, POSSIBLY RESULTING IN A CRASH CAUSING INJURY OR DEATH.","THE REPLACEMENT/REIMBURSEMENT PROGRAM FOR THIS CAMPAIGN EXPIRED ON AUGUST 29, 2001. HOWEVER, CUSTOMERS SHOULD CONTACT FIRESTONE CUSTOMER SERVICE AT 1-800-465-1904 FOR POSSIBLE ASSISTANCE." -08/21/2000,00V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V234000),"Erwin Hymer Group North America, Inc.",HOME&PARK/WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,711,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON DODGE 2500/3500 VAN CHASSIS AND ON CHEVROLET G-CUT AWAY VAN CHASSIS. THESE MOTOR HOMES WERE BUILT USING FRAMELESS WINDOWS. SOME OF THESE WINDOWS MAY HAVE NOT BONDED CORRECTLY.,"WHEN THE WINDOWS ARE OPENED/CLOSED, OR WHEN LITTLE PRESSURE IS APPLIED TO THE VENT GLASS, THE BONDING CAN GIVE UP PRODUCING A DELAMINATION BETWEEN VENT GLASS AND ALUMINUM.",DEALERS WILL REPLACE THE AFFECTED WINDOWS WITH NEW ONES. -08/21/2000,00V232301,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232301),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNA00510TIONAL/ABS ECU,"SERVICE BRAKES, AIR",00510,Vehicle,79465,VEHICLE DESCRIPTION: MEDIUM AND HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU). THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.,THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/21/2000,00V232201,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232201),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ABS ECU,"SERVICE BRAKES, AIR",00509,Vehicle,17231,VEHICLE DESCRIPTION: TRANSIT BUSES BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU). THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.,THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/21/2000,00V232401,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232401),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ABS ECU,"SERVICE BRAKES, AIR",00511,Vehicle,62480,VEHICLE DESCRIPTION: TRACTORS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU). THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.,THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/21/2000,00V232101,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232101),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ABS ECU/AMTRAN BUSES,"SERVICE BRAKES, AIR",00508,Vehicle,6259,VEHICLE DESCRIPTION: SCHOOL BUSES BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU). THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.,THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/18/2000,00V229002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V229002),Ford Motor Company,FORD/ALLISON TRANSMISSION,POWER TRAIN,00V02,Vehicle,8,TRUCKS EQUIPPED WITH ALLISON 1000 OR 2400 SERIES TRANSMISSIONS. THESE TRANSMISSIONS CAN EXPERIENCE PARK PAWL TO REAR COVER INTERFERENCE DUE TO AN OUT OF FLATNESS CONDITION.,"THIS COULD CAUSE NON-ENGAGEMENT OF THE PARK PAWL WHEN THE TRANSMISSION SHIFT SELECTOR IS MOVED TO THE PARK POSITION, RESULTING IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","ALLISON TRANSMISSION IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE TRANSMISSION FROM THE VEHICLE, REPLACE THE PARK PAWL, AND REINSTALL THE TRANSMISSION IN THE VEHICLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLISON AT 1-800-252-5283 OR FORD AT 1-800-392-3673." -08/18/2000,00V228001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V228001),Ford Motor Company,FORD/FMVSS 209/TRW SEAT BELT BUCKLES,SEAT BELTS,00S21,Vehicle,144435,"VEHICLE DESCRIPTION: PASSENGER VEHICLES, LIGHT DUTY TRUCKS, SPORT UTILITY VEHICLES, AND MINI VANS EQUIPPED WITH TRW SEAT BELT BUCKLE ASSEMBLIES. THE BUCKLE BASE OF THESE SEAT BELT ASSEMBLIES WERE NOT PROPERLY HEAT TREATED AND THEREFORE DO NOT PASS THE LOAD BEARING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL INSPECT THE DATE CODE ON CERTAIN SEAT BELT BUCKLES OF YOUR VEHICLE AND REPLACE ALL SEAT BELT BUCKLES THAT FALL WITHIN THE SUSPECT DATE CODE RANGE. OWNER NOTIFICATION BEGAN OCTOBER 26, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -08/18/2000,00V228002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V228002),Mazda North American Operations,MAZDA/FMVSS 209/TRW SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,460,"VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS EQUIPPED WITH TRW SEAT BELT BUCKLE ASSEMBLIES. THE BUCKLE BASE OF THESE SEAT BELT ASSEMBLIES WERE NOT PROPERLY HEAT TREATED AND THEREFORE DO NOT PASS THE LOAD BEARING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSPECT THE BUCKLE ASSEMBLIES TO DETERMINE WHETHER THE BUCKLE ASSEMBLY BUILD DATE CODES ARE WITHIN THE SUSPECT RANGE. THOSE WITHIN THE SUSPECT DATE CODE RANGE WILL BE REPLACED. -08/17/2000,00V230001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V230001),Blue Bird Body Company,BLUE BIRD/ELECTRONIC ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,R00EA,Vehicle,6914,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH ELECTRONIC ENGINES AND FELSTED ELECTRONIC ACCELERATOR PEDALS. THE RETURN SPRINGS CAN BREAK ON THE ACCELERATOR PEDALS THAT ARE EQUIPPED WITH STAINLESS STEEL OR ELECTROPLATED MUSIC WIRE RETURN SPRINGS.,"THIS CONDITION COULD CAUSE THE PEDAL TO GO TO FULL THROTTLE IF BOTH RETURN SPRINGS BREAK, INCREASING THE RISK OF A CRASH.","REPLACEMENT ACCELERATOR PEDALS EQUIPPED WITH RETURN SPRINGS MANUFACTURED OF MUSIC WIRE WITH ONE ADDITIONAL COIL ON EACH SPRING AND WITH AN ORGANIC COATING, ELIMINATING ELECTROPLATING WILL BE INSTALLED." -08/17/2000,00V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V219000),Blue Bird Body Company,BLUE BIRD/FMVSS 221,STRUCTURE,R00DN,Vehicle,25839,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE BUSES FAIL TO MEET THE 60 PERCENT JOINT STRENGTH REQUIREMENTS OF FMVSS NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH.""","IN THE EVENT OF A VEHICLE CRASH, THE ROOF MAY NOT BE SUPPORTED SUFFICIENTLY, CAUSING PERSONAL INJURY TO BUS OCCUPANTS.",OWNERS WILL BE CONTACTED AND ADVISED TO INSPECT EACH ROOF JOINT. OWNERS WILL INSTALL REPAIR RIVETS IN EACH JOINT FOUND TO HAVE INSUFFICIENT QUANTITY OF RIVETS IN EACH EXAMINED 8 INCH SECTION. -08/17/2000,00V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V231000),Ford Motor Company,FORD/FUEL LINE ASSEMBLY,"FUEL SYSTEM, GASOLINE",00S22,Vehicle,670509,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS MANUFACTURED AT THE KANSAS CITY OR NORFOLK ASSEMBLY PLANTS. THE FRONT FUEL LINE ASSEMBLY COULD HAVE A HOLE RUBBED THROUGH IN ONE OF TWO LOCATIONS. THE FIRST LOCATION IS BELOW THE FUEL RAIL CONNECTION WHERE THE FLEXIBLE HOSE IS CRIMPED TO THE STEEL TUBE. THE BRACKET THAT ATTACHES THE FRONT FUEL LINE TO THE TRANSMISSION COULD HAVE BEEN BENT DURING ASSEMBLY. THE SECOND LOCATION IS AT THE REAR STEEL TUBE SECTION FORWARD OF THE REAR BRACKET. DURING INSTALLATION THE REAR STEEL TUBES OF THE FRONT FUEL LINE ASSEMBLY COULD HAVE BEEN BENT DOWNWARD. IN VEHICLES EQUIPPED WITH A MANUAL 4XZ4 TRANSFER CASE SHIFTER, THE SHIFTER LINKAGE MAY CONTACT THE STEEL TUBES AS IT IS BEING SHIFTED BETWEEN 4H, 4L, 2L AND NEUTRAL.",THIS CONDITION COULD RESULT IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THESE LINES AND REPLACE THE FRONT FUEL LINE ASSEMBLY IF NECESSARY. OWNER NOTIFICATION BEGAN OCTOBER 27, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FORD AT 1-800-392-3673." -08/17/2000,00V229001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V229001),FREIGHTLINER LLC,FREIGHTLINER/ALLISON TRANSMISSION,POWER TRAIN,FL-267,Vehicle,594,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS, SHUTTLE BUSES, TRANSIT BUSES AND STEP VANS EQUIPPED WITH ALLISON 1000 OR 2400 SERIES TRANSMISSIONS. THESE TRANSMISSIONS CAN EXPERIENCE PARK PAWL TO REAR COVER INTERFERENCE DUE TO AN OUT OF FLATNESS CONDITION.","THIS COULD CAUSE NON-ENGAGEMENT OF THE PARK PAWL WHEN THE TRANSMISSION SHIFT SELECTOR IS MOVED TO THE PARK POSITION, RESULTING IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","ALLISON TRANSMISSION IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE TRANSMISSION FROM THE VEHICLE, REPLACE THE PARK PAWL, AND REINSTALL THE TRANSMISSION IN THE VEHICLE. OWNER NOTIFICATION IS EXPECTED TO BEGIN DURING SEPTEMBER 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ALLISON AT 1-800-252-5283 OR FREIGHTLINER AT 1-800-547-0712." -08/16/2000,00V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V233000),MONACO COACH CORPORATION,MONACO/HYDRAULIC HOSE FITTINGS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,460,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES PRODUCED ON ROADMASTER CHASSIS. AS THE RESULT OF INCORRECT CRIMPING OF HYDRAULIC LINE FITTINGS, IT IS POSSIBLE THAT ONE OR MORE OF THE HYDRAULIC HOSES ON THE ENGINE-COOLING UNIT COULD BECOME DETACHED. THIS COULD ALLOW HYDRAULIC FLUID TO BE SPRAYED IN THE ENGINE COMPARTMENT AREA.",THIS COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE HYDRAULIC HOSES AND THEIR FITTINGS. -08/16/2000,00V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V227000),Newmar Corporation,NEWMAR/FMVSS 120/VIN,EQUIPMENT,NR (Not Reported),Vehicle,198,"VEHICLE DESCRIPTION: MOTOR HOMES. INCORRECT INFORMATION HAS BEEN USED ON THE VEHICLE IDENTIFICATION NUMBER (VIN) TAG. THE TAG SHOWS TIRES INFORMATION LOCATED UNDER COLD INFLATION PRESSURE AS 131 PSI FOR THE FRONT AND 123 PSI FOR THE REAR. THE MAXIMUM TIRE INFLATION PRESSURE FOR THE RIM IS 120 PSI. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","THE RIM COULD POSSIBLY FAIL, INCREASING THE RISK OF A CRASH.",NEW TAGS WILL BE SENT TO OWNERS. -08/15/2000,00V226001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V226001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FRONT BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,344,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT LOWER BRAKE HOSES CAN DEVELOP A CRACK, CAUSING A LOSS OF BRAKE FLUID.",THIS COULD RESULT IN IMPAIRED BRAKING ABILITY AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE LEFT AND RIGHT LOWER BRAKE HOSES. -08/14/2000,00V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V221000),Transcraft Corporation,TRANSCRAFT/FMVSS 223/BUMPER,STRUCTURE,NR (Not Reported),Vehicle,1236,"VEHICLE DESCRIPTION: FLATBED TRAILERS. THE WRONG MATERIAL SPECIFICATION WAS FURNISHED FOR THE VERTICAL GUSSETS OF THE BUMPER. THIS WOULD ALLOW THE BUMPER TO FAIL BY FOLDING UNDER THE TRAILER AT LOWER IMPACT FORCES THAN ALLOWED. THESE BUMPERS DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 223, ""REAR IMPACT GUARDS.""",FAILURE OF THE REAR BUMPER COULD ALLOW VEHICLES INVOLVED IN FRONT END COLLISION WITH THE REAR END OF THE TRAILER TO RUN UNDER THE REAR END OF THE TRAILER CAUSING VEHICLE DAMAGE TO THE TRAILER/VEHICLE AND COULD RESULT IN BODILY INJURY TO VEHICLE OCCUPANTS.,DEALERS WILL ADD TWO STEEL BARS TO THE VERTICAL GUSSETS OF THE REAR BUMPER. -08/11/2000,00V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V218000),Ford Motor Company,FORD/FMVSS 201,STRUCTURE,00S20,Vehicle,276500,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THE RESULTANT HIC(D) VALUE AT ONE TARGET LOCATION AP1, LOCATED ON THE TRIM PANEL AT THE JUNCTURE OF THE A-PILLAR AND ROOF SIDE RAIL, MAY BE GREATER THAN DESIGN INTENT.","IN THE EVENT OF A CRASH, AN OCCUPANT CONTACTING THAT LOCATION MAY NOT BE PROVIDED THE INTERIOR IMPACT PROTECTION INTENDED.","DEALERS WILL REMOVE THE LEFT AND RIGHT SIDE B-PILLAR AND A-PILLAR TRIM PANELS, REVISE THE HEADLINER EDGE NEAR THE TOPS OF THE A-PILLARS TO ACCEPT THE NEW A-PILLAR TRIM PANELS WITH THEIR ENERGY ABSORBING TUBES, AND INSTALL THE NEW A-PILLAR AND THE OLD B-PILLAR TRIM PANELS." -08/11/2000,00V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V220000),"General Motors, LLC",GM/FMVSS 108/DRL,EXTERIOR LIGHTING,00043,Vehicle,14279,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE DAYTIME RUNNING LIGHTS BUILT WITH A CANDELA VALUE GREATER THAN 3,000 CANNOT BE MOUNTED HIGHER THAN 864MM ABOVE THE ROAD SURFACE.",THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108.,"DEALERS WILL INSTALL A REVISED WIRING HARNESS THAT CHANGES THE DRL'S FROM HIGH BEAM TO LOW BEAM DRL'S, AND INSTALL NEW LONG-LIFE LOW BEAM BULBS." -08/11/2000,00V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V217000),"General Motors, LLC",GM/SIDE IMPACT SENSOR MODULE,AIR BAGS,00066,Vehicle,215293,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THE SIDE IMPACT SENSOR MODULES HAVE QUALITY PROBLEMS THAT CAN CAUSE AN INADVERTENT DEPLOYMENT OF THE DRIVER OR PASSENGER SIDE IMPACT AIR BAGS. THESE SIDE AIR BAGS DEPLOY WITH LESS FORCE THAN A FRONTAL AIR BAG AND ARE DESIGNED TO MINIMIZE THE RISK OF SERIOUS INJURY.,"HOWEVER, AN OCCUPANT CAN RECEIVE SOME INJURY FROM A DEPLOYMENT.","DEALERS WILL REPLACE THE DRIVER AND PASSENGER SIDE IMPACT SENSING MODULES. IF THE VEHICLE HAS HAD THE SIDE AIR BAGS TEMPORARILY DISCONECTED, THE TEMPORARY DISCONNECT WILL BE REMOVED BEFORE REPLACING THE SIDE IMPACT SENSING MODULES." -08/10/2000,00V225002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V225002),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING GEAR ASSEMBLY,STEERING,894,Vehicle,2865,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A NUT IN THE STEERING GEAR ASSEMBLY WAS NOT PROPERLY TIGHTENED, RESULTING IN SYMPTOMS RANGING FROM STEERING WHEEL VIBRATION TO STIFF STEERING, AND IN THE WORST CASE, NO ABILITY TO TURN LEFT.",A LOSS OF STEERING CONTROL COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE STEERING GEAR ASSEMBLY IF A LOOSE NUT CONNECTION IS FOUND. -08/10/2000,00V225001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V225001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/STEERING GEAR ASSEMBLY,STEERING,NR (Not Reported),Vehicle,228294,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A NUT IN THE STEERING GEAR ASSEMBLY WAS NOT PROPERLY TIGHTENED, RESULTING IN SYMPTOMS RANGING FROM STEERING WHEEL VIBRATION TO STIFF STEERING, AND IN THE WORST CASE, NO ABILITY TO TURN LEFT.",A LOSS OF STEERING CONTROL COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE STEERING GEAR ASSEMBLY IF A LOOSE NUT CONNECTION IS FOUND. -08/10/2000,00V225003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V225003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/STEERING GEAR ASSEMBLY,STEERING,NR (Not Reported),Vehicle,2996,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A NUT IN THE STEERING GEAR ASSEMBLY WAS NOT PROPERLY TIGHTENED, RESULTING IN SYMPTOMS RANGING FROM STEERING WHEEL VIBRATION TO STIFF STEERING, AND IN THE WORST CASE, NO ABILITY TO TURN LEFT.",A LOSS OF STEERING CONTROL COULD INCREASE THE RISK OF A CRASH.,DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE STEERING GEAR ASSEMBLY IF A LOOSE NUT CONNECTION IS FOUND. -08/10/2000,00E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E045000),TEKONSHA ENGINEERING CO.,TEKONSHA/BREAKAWAY SWITCH,TRAILER HITCHES,NR (Not Reported),Equipment,120000,"EQUIPMENT DESCRIPTION: BREAKAWAY SWITCH ASSEMBLIES FOR TRAILERS SHIPPED DURING APRIL 1 THROUGH JULY 7, 2000. THE SUBJECT SWITCHES ARE BASE PARTS 2011 AND 50-85-009, AND ARE BRANDED TEKONSHA (2011) AND BARGMAN (50-85-009). THESE MAY BE PACKAGED IN KIT NUMBERS 1026, 1028, 2011-23, 2028-23, 2011P, 2011AP, 20005, 20010, 20015, 20020, 2026, 2026-LB, 2028, 1026-LB, 50-85-200, 50-85-201, 50-85-250, 5061404, 5061406, 5061407, 5061408, 5061410, 5061506, 5061507, 5061508, 5067406, 5067407, 5067408, 5067409, AND 5067410. THE INTERNAL SWITCHING MECHANISM MAY FAIL TO MAKE PROPER CONTACT AND PROVIDE ELECTRICAL CONTINUITY WHEN THE BREAKAWAY PIN IS PULLED. THIS CONDITION MAY RESULT IN NO ELECTRICAL POWER TO THE TRAILER BRAKES IN THE EVENT OF A TRAILER BREAKAWAY SITUATION AND COULD OCCUR WITHOUT WARNING.","IN THE EVENT OF A TRAILER BREAKING LOOSE FROM A TOW VEHICLE, THE MALFUNCTION OF A BREAKAWAY SWITCH COULD RESULT IN A VEHICLE CRASH, PERSONAL INJURY, PROPERTY DAMAGE OR BOTH.","TEKONSHA IS NOTIFYING DISTRIBUTORS AND ORIGINAL EQUPIMENT MANUFACTURERS AND WILL REPLACE THE DEFECTIVE BREAKAWAY DEVICE WITH NEW BREAKWAWY KITS FREE OF CHARGE. ALSO, TEKONSHA WILL REIMBURSE FOR ALL FREIGHT CHARGES TO AND FROM ITS CUSTOMERS ON RECALLED PART NUMBER." -08/09/2000,00V215002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V215002),COUNTRY COACH INC,COUNTRY COACH/STEERING LEVERS,STEERING,NR (Not Reported),Vehicle,7,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA STEERING RELAY LEVERS. THE LEVERS CAN DEVELOP SURFACE CRACKING.,"THIS CRACKING CONDITION COULD CAUSE A PORTION OF THE STEERING LEVER TO BREAK OFF, POSSIBLY CAUSING LOSS OF STEERING CONTROL.",DEALERS WILL REPLACE THE STEERING RELAY LEVERS. -08/09/2000,00V210001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V210001),Ford Motor Company,FORD/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,00S18,Vehicle,1193,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH SPEED CONTROL. THE SPEED CONTROL CABLE CAN HAVE A CRACKED OR MISSING SPEED CONTROL CABLE SERVO CAP LOCATING TAB. THE LOCATING TAB COULD ENTER THE SERVO CLUTCH CAVITY AND INTERFERE WITH THE SPEED CONTROL SERVO CLUTCH. ALSO, WATER COULD ENTER THOSE UNITS THAT CONTAIN A CRACKED OR MISSING SERVO CAP LOCATING TAB, EVENTUALLY CAUSING CORROSION THAT COULD INTERFERE WITH THE FUNCTION OF THE SPEED CONTROL.","IF EITHER OF THESE CONDITIONS OCCURS AND THE SPEED CONTROL IS USED, THE SPEED CONTROL COULD PREVENT THE THROTTLE FROM RETURNING TO IDLE, RESULTING IN A STUCK THROTTLE. A STUCK THROTTLE COULD RESULT IN A CRASH.",DEALERS WILL INSPECT THE SPEED CONTROL CABLES. VEHICLES WITH SPEED CONTROL CABLES FROM CAVITIES 3 AND 4 WILL HAVE THE CABLE THE SPEED CONTROL SERVO REPLACED. -08/09/2000,00V210002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V210002),Mazda North American Operations,MAZDA/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,606,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH SPEED CONTROL. THE SPEED CONTROL CABLE CAN HAVE A CRACKED OR MISSING SPEED CONTROL CABLE SERVO CAP LOCATING TAB. THE LOCATING TAB COULD ENTER THE SERVO CLUTCH CAVITY AND INTERFERE WITH THE SPEED CONTROL SERVO CLUTCH. ALSO, WATER COULD ENTER THOSE UNITS THAT CONTAIN A CRACKED OR MISSING SERVO CAP LOCATING TAB, EVENTUALLY CAUSING CORROSION THAT COULD INTERFERE WITH THE FUNCTION OF THE SPEED CONTROL.","IF EITHER OF THESE CONDITIONS OCCURS AND THE SPEED CONTROL IS USED, THE SPEED CONTROL COULD PREVENT THE THROTTLE FROM RETURNING TO IDLE, RESULTING IN A STUCK THROTTLE. A STUCK THROTTLE COULD RESULT IN A CRASH.",DEALERS WILL INSPECT THE SPEED CONTROL CABLES. VEHICLES WITH SPEED CONTROL CABLES FROM CAVITIES 3 AND 4 WILL HAVE THE CABLE THE SPEED CONTROL SERVO REPLACED. -08/09/2000,00V223002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V223002),Mazda North American Operations,MAZDA/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,641,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THESE VEHICLES MAY HAVE A MIS-ASSEMBLED OR INCORRECTLY MANUFACTURED NUT THAT ATTACHES THE STEERING WHEEL ASSEMBLY TO THE STEERING COLUMN. THE NUT COULD BE UPSIDE DOWN IN THE STEERING WHEEL ASSEMBLY, WHICH COULD OVERSTRESS THE STEERING COLUMN SHAFT WHEN THE NUT IS TIGHTENED. IN ADDITION, SOME OF THE NUTS MAY HAVE BEEN CRACKED DURING MANUFACTURE RESULTING IN THE NUT FRACTURING WHEN IT IS TIGHTENED DURING VEHICLE ASSEMBLY.","EITHER OF THESE CONDITIONS CAN LEAD TO THE STEERING WHEEL BECOMING LOOSE OR SEPARATING FROM THE STEERING COLUMN, RESULTING IN LOSS OF STEERING CONTROL.","DEALERS WILL INSPECT AND REPLACE THE STEERING WHEEL RETENTION ARMATURE AND, IF NECESSARY, THE STEERING COLUMN TO CORRECT THIS CONDITION." -08/09/2000,00V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V212000),Toyota Motor Engineering & Manufacturing,TOYOTA/FRONT DISC BRAKE ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,780,"VEHICLE DESCRIPTION: SPORT UTILITY ELECTRIC VEHICLES. THE FRONT DISC BRAKE ROTOR, WHEN EQUIPPED WITH STEEL WHEELS, CAN DEVELOP STRESS FRACTURES IF THE LUG NUTS ARE TIGHTENED WITH EXCESSIVE TORQUE.","THE DISC ROTOR COULD BREAK (WHERE IT MOUNTS TO THE WHEEL), RESULTING IN A LOSS OF BRAKING ACTION ON THAT WHEEL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE DISC BRAKE ROTORS. IF THE VEHICLE IS EQUIPPED WITH STEEL WHEELS, TOYOTA WILL REPLACE THE FRONT DISC BRAKE ROTORS AND STEEL WHEELS WITH NEW DISC BRAKE ROTORS AND NEW ALUMINUM WHEELS. IN ADDITION A CAUTION LABEL THAT READS, ""USE NEW GENUINE TOYOTA ALUMINUM WHEELS."" WILL BE AFFIXED. VEHICLES ALREADY EQUIPPED WITH ALUMINUM WHEELS WILL ONLY REQUIRE CAUTION LABEL INSTALLATION." -08/09/2000,00V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V211000),Toyota Motor Engineering & Manufacturing,TOYOTA/PARKING LOCK ROD,POWER TRAIN,NR (Not Reported),Vehicle,756,"VEHICLE DESCRIPTION: SPORT UTILITY ELECTRIC VEHICLES. IF THE SUBJECT VEHICLES ARE REPEATEDLY PARKED BY PLACING THE SHIFT LEVER INTO THE ""P"" POSITION WITHOUT APPLYING THE PARKING BRAKE, THE PARKING LOCK ROD, A COMPONENT OF THE TRANSMISSION PARKING LOCK SYSTEM, COULD BREAK.","THIS CONDITION CAN RENDER THE SYSTEM INOPERATIVE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE PARKING LOCK ROD. -08/08/2000,00V223001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V223001),Ford Motor Company,FORD/STEERING WHEEL,STEERING,00S19,Vehicle,1393,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THESE VEHICLES MAY HAVE A MIS-ASSEMBLED OR INCORRECTLY MANUFACTURED NUT THAT ATTACHES THE STEERING WHEEL ASSEMBLY TO THE STEERING COLUMN. THE NUT COULD BE UPSIDE DOWN IN THE STEERING WHEEL ASSEMBLY, WHICH COULD OVERSTRESS THE STEERING COLUMN SHAFT WHEN THE NUT IS TIGHTENED. IN ADDITION, SOME OF THE NUTS MAY HAVE BEEN CRACKED DURING MANUFACTURE RESULTING IN THE NUT FRACTURING WHEN IT IS TIGHTENED DURING VEHICLE ASSEMBLY.","EITHER OF THESE CONDITIONS CAN LEAD TO THE STEERING WHEEL BECOMING LOOSE OR SEPARATING FROM THE STEERING COLUMN, RESULTING IN LOSS OF STEERING CONTROL.","DEALERS WILL INSPECT AND REPLACE THE STEERING WHEEL RETENTION ARMATURE AND, IF NECESSARY, THE STEERING COLUMN TO CORRECT THIS CONDITION." -08/08/2000,00V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V222000),"General Motors, LLC",GM/FMVSS 105/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",00051,Vehicle,3758,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH VACUUM POWER, 4-WHEEL DISC BRAKES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS."" THESE VEHICLES WERE BUILT WITH A KINKED BRAKE BOOSTER VACUUM SUPPLY HOSE.",THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 105.,DEALERS WILL RE-ROUTE THE BRAKE BOOSTER VACUUM SUPPLY HOSE. -08/07/2000,00V232002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232002),FREIGHTLINER LLC,FREIGHTLINER/ABS ECU,"SERVICE BRAKES, AIR",FL-266,Vehicle,35405,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS AND SCHOOL BUS CHASSIS BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/07/2000,00V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V224000),FREIGHTLINER LLC,FREIGHTLINER/FRONT AXLES,SUSPENSION,FL-265,Vehicle,450,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH ARVINMERITOR MFS-8 SERIES FRONT AXLE ASSEMBLIES. THE WHEEL BEARING NUT ADJUSTMENT ASSEMBLY MAY 1) RESTRICT A COMPLETE LUBRICATION FILL AT ASSEMBLY AND/OR 2) SHEAR THE SPINDLE PERFORATED WASHER'S LOCKING TAB (LOCATED IN THE INSIDE DIAMETER OF THE WASHER) WHEN TIGHTENED. IF THE WASHER TAB IS SHEARED, TIGHTENING OF THE OUTER SPINDLE NUT MAY CAUSE THE BEARINGS TO BE EXCESSIVELY PRELOADED RATHER THAN THE INTENDED .001"" - .005"" END PLAY. EITHER OF THESE CONDITIONS MAY CAUSE PREMATURE WHEEL BEARING FAILURE.",A PREMATURE WHEEL BEARING FAILURE COULD RESULT IN SEPARATION OF THE WHEEL ASSEMBLY FROM THE VEHICLE AND RESULT IN LOSS OF VEHICLE CONTROL.,DEALERS WILL REMOVE AND REPLACE THE FRONT AXLE SPINDLE NUTS AND WASHERS WITH A REDESIGNED SYSTEM. -08/07/2000,00V228003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V228003),"General Motors, LLC",GM/FMVSS 209/TRW SEAT BELT BUCKLES,SEAT BELTS,00067,Vehicle,156305,"VEHICLE DESCRIPTION: PASSENGER VEHICLES, LIGHT DUTY TRUCKS, SPORT UTILITY VEHICLES, AND MINI VANS EQUIPPED WITH TRW SEAT BELT BUCKLE ASSEMBLIES. THE BUCKLE BASE OF THESE SEAT BELT ASSEMBLIES WERE NOT PROPERLY HEAT TREATED AND THEREFORE DO NOT PASS THE LOAD BEARING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL INSPECT THE VEHICLE'S SAFETY BELT BUCKLE ASSEMBLY DATE CODES AND, IF NECESSARY, WILL REPLACE ANY SAFETY BELT BUCKLE ASSEMBLY." -08/07/2000,00V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V214000),Indian Motorcycle Company,INDIAN MOTORCYCLE/BATTERY CABLE CHAFFING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,184,"VEHICLE DESCRIPTION: MOTORCYCLES. POSSIBLE POSITIVE BATTERY CABLE CHAFFING CAN CAUSE THE CABLE TO GROUND TO FRAME, ALLOWING POSSIBLE INTERRUPTION TO THE IGNITION SYSTEM. MOTORCYCLE CAN CRANK, BUT NOT START.","WITHOUT THE ADDITIONAL INSULATION, THE MOTORCYCLE POSES A RISK TO SAFETY, WITH POSSIBLE INTERRUPTION OF THE IGNITION SYSTEM.",DEALERS WILL INSTALL ADDITIONAL INSULATION ON THE POSITIVE BATTERY CABLE. -08/07/2000,00V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V216000),Shyft Group,SPARTAN/SUSPENSION,SUSPENSION,SPEC 00003,Vehicle,100,"VEHICLE DESCRIPTION: FRONT ENGINE CARPENTER SCHOOL BUSES WITH FRONT AIR SUSPENSIONS. DUE TO FRAME FLEXING, BOTH THE TRACK BAR MOUNT, MOUNTING BOLTS, AND THE STEERING BOX MOUNTING BOLTS COULD LOOSEN WHICH COULD ALLOW SUBSEQUENT FRACTURE OR TORQUE LOSS OF THESE BOLTS. THE SPRING BEAM COULD ALSO FRACTURE.",THIS COULD AFFECT THE DIRECTIONAL CONTROL OF THE VEHICLE.,"DEALERS WILL INSTALL THREE STRUCTURAL, WELDED CROSS-MEMBERS TO TIE TOGETHER THE RIGHT AND LEFT FRAME RAILS, ALL LOCATED FORWARD OF THE FRONT AXLE. STIFFENING GUSSETS HAVE BEEN ADDED TO EXISTING FRAME CROSS-MEMBERS AND THE TO STEERING GEAR BOX MOUNTING BRACKET." -08/07/2000,00V232011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V232011),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FREIGHTLINER/ABS ECU,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4780,"VEHICLE DESCRIPTION: SCHOOL BUS CHASSIS AND EMERGENCY VEHICLES BUILT WITH BENDIX AIR ABS WITH AN EC-17 1030R ELECTRONIC CONTROL UNIT (ECU), THERE HAVE BEEN REPORTS OF UNWANTED ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS. THIS COULD RESULT IN EXTENDED BRAKING DISTANCES AND A POSSIBLE CRASH.,DEALERS WILL REPLACE THE ABS ECU. -08/04/2000,00V215001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V215001),FEATHERLITE LUXURY COACHES,FEATHERLITE/STEERING LEVERS,STEERING,NR (Not Reported),Vehicle,83,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA STEERING RELAY LEVERS. THE LEVERS CAN DEVELOP SURFACE CRACKING.,"THIS CRACKING CONDITION COULD CAUSE A PORTION OF THE STEERING LEVER TO BREAK OFF, POSSIBLY CAUSING LOSS OF STEERING CONTROL.",DEALERS WILL REPLACE THE STEERING RELAY LEVERS. -08/04/2000,00V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V213000),Keystone RV Company,KEYSTONE RV/TRAILER BREAKAWAY,TRAILER HITCHES,NR (Not Reported),Vehicle,74,VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS. THERE IS A LACK OF A GROUND TO THE JUNCTION BOX LOCATED UNDER THE GOOSENECK AND ABOVE THE PIN BOX. THIS COULD RESULT IN A FAILURE TO ACTIVATE THE BRAKES IN THE EVENT THE FIFTH WHEEL BECOMES DISENGAGED FROM THE TOW VEHICLE.,"THIS CONDITION COULD CAUSE THE TRAILER BRAKES TO BE INOPERATIVE DURING A TRAILER BREAKAWAY, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A GROUND WIRE BETWEEN THE JUNCTION BOX AND THE TRAILER FRAME. -08/03/2000,00E030001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E030001),"Meritor, Inc.",ARVINMERITOR/DANA BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,4,"EQUIPMENT DESCRIPTION: DANA BRAKE MASTER CYLINDER PART NUMBERS MC390275 AND MC390337 MANUFACTURED BETWEEN APRIL 1998 AND APRIL 2000. THESE MASTER CYLINDERS HAVE AN INCORRECTLY MOLDED BRAKE FLUID RESERVOIR. THE FLUID RESERVOIR MAY NOT HAVE SLOTS, WHICH ARE DESIGNED TO ALLOW FOR FLUID TRANSFER IN THE MIDDLE PORTION OF THE RESERVOIR WHERE THE BRAKE FLUID WARNING SWITCH IS LOCATED.","IF THE MAIN BODY OF THE RESERVOIR IS SUDDENLY DEPLETED OF BRAKE FLUID, THE WARNING SWITCH MAY NOT BE ACTIVATED.",MERITOR WILL REPLACE THE MASTER CYLINDERS FREE OF CHARGE. -08/03/2000,00V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V209000),Blue Bird Body Company,BLUE BIRD/WIRING HARNESS CHAFFING,ELECTRICAL SYSTEM,R00DZ,Vehicle,175,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH CUMMINS ISC ENGINES. THE WIRING HARNESS TO THE COMBUSTION AIR INTAKE GRID HEATER CAN CHAFE AGAINST THE ENGINE AND WEAR THROUGH.,THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT IN THE GRID HEATER POWER SUPPLY.,"OWNERS WILL BE ADVISED TO RE-ROUTE THE ORIGINAL GRID HEATER POWER SUPPLY HARNESS. IN ADDITION, A CLAMP WILL BE ADDED TO SUPPORT THE HARNESS AWAY FROM THE ENGINE COMPONENTS." -08/03/2000,00V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V207000),"CARPENTER INDUSTRIES, INC.",CARPENTER/SEAT REINFORCEMENT,SEATS,NR (Not Reported),Vehicle,3205,VEHICLE DESCRIPTION: SCHOOL BUSES. ADDITIONAL REINFORCEMENT BARS WERE INSTALLED WHILE PERFORMING A PREVIOUS SEAT RECALL (98V-238). THESE BARS WERE INSTALLED INTO THE PROTECTION ZONE ON THE BACK OF THE SEATS.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED AND PERSONAL INJURY COULD OCCUR.",CARPENTER HAS GONE OUT OF BUSINESS. DEALERS WERE TO REMOVE THE ADDITIONAL STEEL REINFORCEMENT. -08/02/2000,00V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V208000),IC CORPORATION,AMTRAN/PART 565/VIN,EQUIPMENT,00302,Vehicle,327,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS 565, ""VEHICLE IDENTIFICATION NUMBER REQUIREMENTS."" THE VEHICLES HAVE THE WRONG MODEL YEAR CODE IN THE VEHICLE IDENTIFICATION NUMBER (VIN).",THESE ERRORS WILL AFFECT THE REGISTRATION OF THE VEHICLE.,OWNERS WILL BE PROVIDED WITH CORRECTED CERTIFICATION LABELS. -08/01/2000,00V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V206000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BRAKE LIGHTS/CRUISE CONTROL SWITCH,EXTERIOR LIGHTING,00506,Vehicle,28010,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE BRAKE LIGHT SWITCH AND THE CRUISE CONTROL SWITCH ARE MOUNTED IN SUCH A WAY AS TO ALLOW MOISTURE WITHIN THE AIR BRAKE SYSTEM TO COLLECT INSIDE THE SWITCHES. IF THE MOISTURE IN THE SWITCHES FREEZES, THE BRAKE LIGHTS MAY NOT FUNCTION AND THE CRUISE CONTROL MIGHT NOT DISENGAGE WHEN THE BRAKE PEDAL IS DEPRESSED.","IF THE SWITCHES FREEZE, THE RESULTS COULD BE NO BRAKE LIGHTS TO WARN FOLLOWING VEHICLES AND AN EXTENDED STOPPING DISTANCE IF THE CRUISE CONTROL DOES NOT DISENGAGE AS EXPECTED WHEN THE BRAKE PEDAL IS PRESSED.","DEALERS WILL RE-MOUNT THE AIR MANIFOLD AND SWITCHES TO A PROVEN, TROUBLE-FREE ORIENTATION." -07/28/2000,00E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E043000),"Allison Transmission, Inc.",GM/ALLISON TRANSMISSION,POWER TRAIN,NR (Not Reported),Equipment,640,"EQUIPMENT DESCRIPTION: ALLISON TRANSMISSION 1000 AND 2400 SERIES MANUFACTURED BETWEEN MARCH 1 AND APRIL 30, 2000. THESE AUTOMATIC TRANSMISSIONS CAN EXPERIENCE PARK PAWL TO REAR COVER INTERFERENCE DUE TO AN OUT OF FLATNESS CONDITION.",THIS COULD CAUSE NON-ENGAGEMENT OF THE PARK PAWL WHEN THE TRANSMISSION SHIFT SELECTOR IS MOVED TO THE PARK POSITION. THIS COULD RESULT IN UNINTENDED VEHICLE MOVEMENT AND A VEHICLE CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL REMOVE THE TRANSMISSION FROM THE VEHICLE, REPLACE THE PARK PAWL, AND REINSTALL THE TRANSMISSION IN THE VEHICLE." -07/27/2000,00V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V204000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/PS GEAR BOX LINES,STEERING,00724,Vehicle,4967,VEHICLE DESCRIPTION: MOTOR HOMES. THE POWER STEERING GEAR BOX HYDRAULIC LINES ARE ROUTED TOO CLOSE TO A SHARP EDGE. THIS CAN CAUSE THE LINES TO RUPTURE AND RESULT IN A HYDRAULIC FLUID LEAK.,THIS FLUID LEAKAGE CAN CAUSE LOSS OF THE POWER STEERING ASSIST FEATURE.,"DEALERS WILL INSPECT, REPLACE OR REPAIR DAMAGED HOSES AS NECESSARY, AND RELOCATE THE AFFECTED HYDRAULIC LINES." -07/27/2000,00V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V192000),HINO DIESEL TRUCKS(USA),HINO DIESEL/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1848,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS EQUIPPED WITH ANTI-LOCK BRAKE SYSTEM (ABS) AND AIR OVER HYDRAULIC BRAKE ACTUATION. THE ABS COMPUTER UNIT IS FAULTY WHICH COULD INCREASE BRAKING DISTANCES.,INCREASED BRAKING DISTANCES CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL REPLACE THE ABS COMPUTER CONTROLLER UNIT. -07/27/2000,00V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V205000),Kia Motors America,KIA/JUMP STARTING DIAGRAM,ELECTRICAL SYSTEM,SCO17,Vehicle,66482,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLE. THESE VEHICLES WERE DISTRIBUTED WITH OWNERS MANUALS WITH AN INCORRECT JUMP START DIAGRAM. THE WRITTEN INSTRUCTIONS FOR JUMP STARTING ARE ACCURATE. HOWEVER, THE DIAGRAM DEPICTS THE JUMPER CABLES ATTACHED TO THE WRONG POLARITY TERMINALS. IF THE DIAGRAM WERE FOLLOWED WITHOUT REFERENCE TO THE INSTRUCTIONS, THE RESULTING IMPROPER CONNECTIONS COULD CAUSE THE BATTERY TO RUPTURE AGGRESSIVELY DUE TO INCREASED INTERNAL PRESSURES.",THIS COULD CAUSE POTENTIAL SERIOUS INJURY TO BYSTANDERS.,OWNERS WILL BE PROVIDED WITH AN ADHESIVE LABEL WITH THE CORRECT ILLUSTRATION TO PERMANENTLY AFFIX TO THEIR RESPECTIVE OWNERS MANUALS. -07/26/2000,00V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V203000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/FMVSS 208/AUDIBLE BUZZER,SEAT BELTS,NR (Not Reported),Vehicle,4354,"VEHICLE DESCRIPTION: CERTAIN PASSENGER VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" AN AUDIBLE SEAT BELT BUZZER WARNING SOUNDS FOR APPROXIMATELY TWO SECONDS WHEN THE VEHICLE IGNITION IS TURNED TO THE ON OR START POSITION AND THE DRIVER SEAT BELT IS FASTENED. THIS BUZZER ACTIVATION EXCEEDS THE LIMITATIONS SET FORTH IN THE STANDARD.",DRIVERS MAY BECOME CONFUSED REGARDING THE PURPOSE OF THE CHIME.,DEALERS WILL REPAIR THE SEAT BELT WARNING CHIME SYSTEM. -07/21/2000,00E041001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E041001),"Bendix Commercial Vehicle Systems, LLC",BENDIX\UNWANTED ABS ACTIVATION,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,10822,"EQUIPMENT DESCRIPTION: BENDIX ABS ELECTRONIC CONTROL UNIT (ECU) SENSOR WIRES, PART NO. EC-17-1030R SOLD AS SERVICE PARTS. THERE HAVE BEEN REPORTS OF UNWANTED TEMPORARY ABS ACTIVATION AT LOW SPEEDS CAUSED BY 1) CHAFED ABS WHEEL SPEED SENSOR WIRES ON ROTATING PARTS OR 2) A DAMAGED COMPONENT AT THE WHEEL END THAT GENERATES A CERTAIN TYPE OF ERRATIC SENSOR SIGNAL.",THIS CONDITION COULD CAUSE THE AIR ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS.,BENDIX HAS NOTIFIED ITS DISTRIBUTORS/DEALERS AND WILL PROVIDE A REPLACEMENT ECU ASSEMBLY FREE OF CHARGE. -07/21/2000,00V095002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V095002),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/FUEL TANKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7111,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE EVAPORATIVE EMISSION CONTROL SYSTEMS CAN APPLY EXCESSIVE VACUUM TO THE FUEL TANKS DURING THE CANISTER PURGE CYCLE. IF EXCESSIVE VACUUM IS APPLIED, MINOR FUEL TANK DISTORTION CAN RESULT. A SMALL CRACK COULD DEVELOP ON THE UPPER FUEL TANK SURFACE. THE ""CHECK ENGINE"" LIGHT WOULD THEN ILLUMINATE AND, IN SOME CASES, THE VEHICLE DRIVER MAY NOTICE A GASOLINE ODOR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL PRESSURE CHECK THE VEHICLE'S FUEL TANK TO DETERMINE IF IT HAS CRACKED. IF THE FUEL TANK HAS CRACKED, IT WILL BE REPLACED." -07/20/2000,00V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V201000),"General Motors, LLC",GM/FMVSS 101/INSTRUMENT PANEL ILLUMINATION,INTERIOR LIGHTING,00062,Vehicle,28,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE BI-FUEL OPTION FAIL TO COMPLY WITH FMVSS NO. 101, ""CONTROL LOCATION, IDENTIFICATION, AND ILLUMINATION."" THE INSTRUMENT PANEL LIGHTS IN THESE VEHICLES ARE AT FULL ILLUMINATION LEVELS AND CANNOT BE ADJUSTED. THE STANDARD REQUIRES AT LEAST TWO LEVELS OF ILLUMINATION.",THIS COULD MAKE IT MORE DIFFICULT TO SEE OBJECTS OUTSIDE THE VEHICLE WHEN DRIVING AT NIGHT.,"DEALERS WILL REPLACE THE FUEL TYPE INDICATOR SWITCH ASSEMBLY, WHICH INCLUDES THE INSTRUMENT PANEL ILLUMINATION CONTROL." -07/18/2000,00V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V200000),Ford Motor Company,FORD/JACKING INSTRUCTIONS,EQUIPMENT,00S13,Vehicle,875000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES HAVE JACKING INSTRUCTIONS WHICH, IF FOLLOWED, COULD CAUSE THE VEHICLE OPERATOR TO PLACE THE JACK ON A FRAME WELD WHEN ATTEMPTING TO RAISE A REAR WHEEL. IF THE VEHICLE IS JACKED UP WITH THE JACK PLACED ON THE FRAME WELD AND IF THE VEHICLE IS FREE TO ROLL (WHEELS NOT BLOCKED OR CHOCKED), THE JACK COULD YIELD AND THE VEHICLE MAY DROP SUDDENLY.","IF THIS OCCURS AND ANY PORTION OF THE OPERATOR'S BODY IS UNDER THE VEHICLE, THE POTENTIAL FOR PERSONAL INJURY EXISTS.","OWNERS WILL BE PROVIDED WITH A REVISED JACK INSTRUCTION AND STOWAGE CARD AND JACK WARNING LABEL, AS WELL AS A SUPPLEMENT TO THE OWNER GUIDE." -07/17/2000,00V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V197000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AUTO TRANSMISSION FLUID LEAK,POWER TRAIN,890,Vehicle,20000,VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH 4.7L ENGINE AND AUTOMATIC TRANSMISSIONS. THE AUTOMATIC TRANSMISSION MAY EXPEL FLUID FROM THE FILL TUBE DURING NORMAL TEMPERATURE OPERATION.,THE TRANSMISSION FLUID COULD COME INTO CONTACT WITH THE HOT EXHAUST SYSTEM AND IGNITION OF THE TRANSMISSION FLUID COULD RESULT.,DEALERS WILL SHORTEN THE VENT HOSE AND ASSURE ADEQUATE CLEARANCE. -07/17/2000,00V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V196000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE HOSE BLOCK/BRACKET WELD,"SERVICE BRAKES, HYDRAULIC",888,Vehicle,3400,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH AN INADEQUATE WELD BETWEEN THE RIGHT FRONT BRAKE HOSE BLOCK AND THE STAND-OFF BRACKET.,SEPARATION OF THE STAND-OFF BRACKET FROM THE BLOCK COULD CAUSE FATIGUE DAMAGE OF THE RIGHT FRONT BRAKE TUBE AND RESULT IN A HALF SYSTEM BRAKE LOSS.,DEALERS WILL ADD A BRAKE LINE BRACKET TO THE RIGHT FRONT BRAKE TUBE. -07/17/2000,00V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V193000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE TUBE/STEERING HOSE,"SERVICE BRAKES, HYDRAULIC",870,Vehicle,40000,VEHICLE DESCRIPTION: PICKUP TRUCKS BUILT WITH 2.5L ENGINES. SOME VEHICLES MAY HAVE BEEN BUILT WITH INADEQUATE CLEARANCE BETWEEN THE LEFT FRONT BRAKE TUBE AND THE POWER STEERING HOSE.,"A PUNCTURE OF THE LEFT FRONT BRAKE TUBE CAN RESULT IN A LOSS OF BRAKING FORCE AT THE FRONT WHEELS, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE BRAKE TUBE AND POWER STEERING HOSE FOR WEAR. IF WEAR IS EVIDENT, THE BRAKE TUBE AND/OR POWER STEERING HOSE WILL BE REPLACED. A POWER STEERING STANDOFF BRACKET WILL BE INSTALLED ON ALL VEHICLES TO ENSURE THAT ADEQUATE CLEARANCE BETWEEN THE BRAKE TUBE AND POWER STEERING HOSE IS MAINTAINED." -07/17/2000,00V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V199000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL LINE/CAB UNDERBODY,"FUEL SYSTEM, GASOLINE",892,Vehicle,91610,VEHICLE DESCRIPTION: PICKUP TRUCKS WITH A 131 INCH WHEELBASE. SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH INADEQUATE CLEARANCE BETWEEN THE FUEL LINE AND THE CAB UNDERBODY.,"THIS CONTACT CAN RESULT IN WEAR, AND AFTER EXTENDED CONTACT, COULD CAUSE A PERFORATION IN THE FUEL LINE, RESULTING IN LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",DEALERS WILL INSPECT THE VEHICLES FOR PROPER CLEARANCE. FUEL LINES THAT EXHIBIT INADEQUATE CLEARANCE WILL BE REPLACED WITH A REDESIGNED FUEL LINE THAT WILL ASSURE PROPER CLEARANCE. -07/17/2000,00V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V195000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL TANK/VENT TUBE WELDS,"FUEL SYSTEM, GASOLINE",887,Vehicle,1500,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH FUEL TANKS WITH SUSPECT VENT TUBE WELDS.,SEPARATION OF THE VENT TUBE WELD COULD RESULT IN A FUEL LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE ANY FUEL TANKS BUILT IN THE SUSPECT TIME PERIOD. THE VEHICLE WILL BE INSPECTED AND IF THE BAR CODE ON THE FUEL TANK INDICATES THAT THE TANK WAS BUILT DURING THE SUSPECT PERIOD, IT WILL BE REPLACED." -07/17/2000,00V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V198000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR AXLE VENT HOSE/BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",891,Vehicle,437000,VEHICLE DESCRIPTION: PICKUP TRUCKS. SOME VEHICLES MAY HAVE BEEN BUILT WITH INADEQUATE CLEARANCE BETWEEN THE REAR AXLE VENT HOSE AND THE BRAKE HOSE.,A PUNCTURE IN THE REAR BRAKE HOSE WILL RESULT IN A LOSS OF BRAKING FORCE AT THE REAR WHEELS.,DEALERS WILL INSPECT THE REAR BRAKE HOSE FOR EVIDENCE OF WEAR. WORN BRAKE HOSES WILL BE REPLACED. THE REAR VENT HOSE WILL BE SHORTENED BY 3 INCHES AND A CLIP WILL BE INSTALLED TO ASSURE CLEARANCE BETWEEN THE AXLE VENT LINE AND BRAKE HOSE IS MAINTAINED. -07/17/2000,00V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V194000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/THROTTLE BLADE ICING,VEHICLE SPEED CONTROL,886,Vehicle,263000,VEHICLE DESCRIPTION: PASSENGER CARS. VAPORS FROM THE POSITIVE CRANKCASE VENTILATION (PCV) SYSTEM CAN CONDENSE AND FREEZE INSIDE OF THE THROTTLE BODY WHEN THE VEHICLE IS OPERATED IN EXTREMELY COLD AMBIENT TEMPERATURES.,"THIS CAN PREVENT THE THROTTLE FROM FULLY RETURNING TO IDLE, WHICH COULD CAUSE A CRASH WITHOUT WARNING.",DEALERS WILL REPLACE AND RELOCATE A PCV SYSTEM TUBE. -07/17/2000,00V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V175000),Kia Motors America,KIA/ORVR VALVE,ENGINE AND ENGINE COOLING,SC015,Vehicle,100137,VEHICLE DESCRIPTION: PASSENGER VEHICLES. MANUFACTURING CHANGES WERE MADE TO THE ORVR SPRING FORCE AND FLOAT WIRE LENGTH REDUCING THE VALVE ANGLE. CERTAIN VALVES CAUSED FUEL SHUT OFF BEFORE THE TANK REACHED 95% OF NOMINAL CAPACITY.,THIS WOULD CAUSE CUSTOMERS TO ADD MORE FUEL TO THE TANK CAUSING FUEL SPILLBACK OR SPITBACK FROM THE FUEL FILLER NECK.,"DEALERS WILL REPLACE THE ORVR VALVE. OWNER NOTIFICATION BEGAN NOVEMBER 13, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KIA AT 1-800-333-4542." -07/17/2000,00V177001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V177001),Trailmobile Canada Limited,TRAILMOBILE/BUSTIN TRAILER LADDER,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,739,VEHICLE DESCRIPTION: REFRIGERATED VANS WITH BUSTIN PULLOUT TRUCK/TRAILER LADDER PART NOS. DE1903-A AND DE1905-A. THE CROSS BAR THAT SUPPORTS THE STEP FAILS WHEN WELDS THAT ATTACH IT TO THE SQUARE TUBE SIDE SUPPORTS FAIL.,THE SUPPORT BAR WILL FAIL TO ADEQUATELY SUPPORT THE STEP AND AN INDIVIDUAL CAN FALL FROM THE LADDER POSSIBLY RESULTING IN PERSONAL INJURY.,"BUSTIN WILL REPLACE ANY DEFECT LADDER FREE OF CHARGE. THEY HAVE ALSO DEVELOPED A BOLT-ON SUPPORT ""THE U-BOLT"" FOR FIELD REINFORCEMENT OF THE LADDER." -07/14/2000,00V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V184000),Honda (American Honda Motor Co.),HONDA/REAR SUSPENSION LOWER ARM,SUSPENSION,K93,Vehicle,19540,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR SUSPENSION LOWER ARMS AND/OR CONTROL ARMS COULD BREAK DUE TO IMPROPER WELDING.,VEHICLE HANDLING AND CONTROL WOULD BE REDUCED.,DEALERS WILL INSPECT AND REPLACE THE REAR SUSPENSION LOWER ARMS OR CONTROL ARMS IF NECESSARY. -07/14/2000,00E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E040000),KONI North America,KONI/SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Equipment,25,"EQUIPMENT DESCRIPTION: MOTORCYCLE SHOCK ABSORBERS, PART NO. 2615-1019, SOLD EXCLUSIVELY FOR BMW MOTORCYCLE APPLICATIONS MANUFACTURED JUNE 1 THROUGH NOVEMBER 30, 1999. THE SHOCK ABSORBER PISTON ROD COULD BEND OR BREAK AT THE ADJUSTER THUMBWHEEL.","IF THE PISTON ROD BREAKS, THE REAR SUSPENSION CAN LOSE FUNCTION AND ADVERSELY AFFECTING HANDLING AND POSSIBLY CAUSE THE DRIVER TO CRASH.",KONI WILL REPLACE THE DEFECTIVE SHOCK ABSORBERS FREE OF CHARGE. -07/13/2000,00V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V191000),Collins Bus Corporation,COLLINS/FMVSS 111/REARVIEW MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,286,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON FORD OR CHEVROLET CUTAWAY VAN CHASSIS EQUIPPED WITH THE ROSCO ""EURO-STYLE"" OVERHANGING RIGHT HAND REARVIEW MIRROR. THESE MIRRORS HAVE AN INADEQUATE STRENGTH ATTACHMENT AT THE MIRROR BRACE MOUNTING POINT AND COULD PULL LOOSE DURING HIGH WINDS (FROM ONCOMING TRAFFIC) OR SEVERE VIBRATION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS.""","FAILURE OF THE MIRROR BRACE ATTACHMENT ALLOWS THE MIRROR ARM TO PIVOT LEFT OR RIGHT, POSSIBLY SWINGING FAR TO THE RIGHT PAST THE BUS PERIMETER AND INJURING PEDESTRIANS NEARBY. THIS COULD ALSO RESULT IN A LOSS OF VISIBILITY SURROUNDING THE BUS.","DEALERS WILL RELOCATE THE MIRROR BRACE MOUNTING POINT FROM THE FRONT CAP OF THE BUS BODY TO THE ROOF SKIN OF THE BUS CAB, PROVIDING SIGNIFICANTLY INCREASED STRENGTH. OWNERS WILL BE PROVIDED WITH A DESCRIPTION AND DRAWING OF THE NONCOMPLIANCE, A BRIEF DESCRIPTION OF THE REPAIR PROCEDURE, AND WHERE TO TAKE THE VEHICLE TO HAVE IT REPAIRED." -07/11/2000,00V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V189000),"General Motors, LLC",GM/CRADLE BOLTS,STRUCTURE,00061/00065,Vehicle,713435,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA, WHERE ROAD SALT USE IS HEAVY. A CONDITION WHERE ONE OR BOTH FRONT ENGINE CRADLE BOLTS CAN PULL THROUGH THE RETAINERS DUE TO CORROSION OF THE RETAINERS.","IF BOTH BOLTS PULL THROUGH, THE FRONT OF THE CRADLE WOULD NO LONGER BE SUPPORTED AT THE MOUNTING LOCATIONS AND THE STEERING INTERMEDIATE SHAFT COULD SEPARATE FROM THE STEERING GEAR.",DEALERS WILL REPLACE THE FRONT AND REAR FRAME/CRADLE BOLTS AND RETAINERS. -07/10/2000,00V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V180000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",885,Vehicle,160,"VEHICLE DESCRIPTION: NON-ABS EQUIPPED PASSENGER VEHICLES. THE BRAKE MASTER CYLINDER PISTON RETAINER SNAP RING MAY HAVE BEEN BENT INWARD DURING THE ASSEMBLY PROCESS. THE MASTER CYLINDER PISTON MAY BE IN A ""BRAKE APPLIED"" POSITION DUE TO THE DAMAGED PISTON RETAINER SNAP RING. WHEN THE PISTON IS IN THE APPLIED POSITION, THE FLUID COMPENSATION PORTS ARE CLOSED WHICH RESULTS IN A BRAKE DRAG CONDITION.","IF THE BRAKE OVERHEAT, BRAKE FADING COULD LEAD TO AN INCREASE IN NEEDED STOPPING DISTANCE. SHOULD A DRIVER NOT ANTICIPATE THE EXTRA STOPPING DISTANCE, THIS CONDITION COULD CAUSE A CRASH.",DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER. -07/10/2000,00V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V188000),"EUROPA INTERNATIONAL, INC.",EUROPA/ROLLOVER VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,220,VEHICLE DESCRIPTION: PASSENGER VEHICLES. IMPROPER SEATING OF THE ROLLOVER VALVE CAN ALLOW FUEL LEAKAGE.,"IN THE EVENT OF A VEHICLE ROLLOVER, FUEL LEAKAGE COULD OCCUR, INCREASING THE RISK OF A FIRE.",DEALERS WILL REPLACE THE ROLLOVER VALVE. -07/10/2000,00V190001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V190001),FREIGHTLINER LLC,FREIGHTLINER/ACCURIDE/WHEEL RIM CRACKS,WHEELS,FL-262,Vehicle,143,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH ACCURIDE 22.5 X 8.25 15 TUBELESS DEMOUNTABLE RIMS, PART NO. 32051. CERTAIN RIMS CONTAIN A NON-FUSION AREA IN THE BUTT-WELD OF THE MOUNTING RING. UNDER CERTAIN CIRCUMSTANCES, THE DEFECT COULD DEVELOP INTO A CRACK ON THE MOUNTING RING.","OVER TIME, THE CRACK COULD PROPAGATE AND IF NOT HEEDED, COULD RESULT IN MOUNTING RING FAILURE, POTENTIALLY CAUSING THE RIM TO SEPARATE FROM THE VEHICLE.",ACCURIDE WILL INSPECT AND REPLACE THE DEFECTIVE OR SUSPECT WHEEL RIMS. -07/10/2000,00V181001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V181001),"KANNON MOTORCYCLES, LLC",KANNON/AMMS/FORK ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,23,VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH FRONT FORK ASSEMBLIES BUILT BY AMMS (AMERICAN SUSPENSION). THE SLIDER TUBE CAN LOOSEN FROM THE AXLE CLAMP OR PISTON WHILE THE MOTORCYCLE IS BEING OPERATED.,THIS CONDITION COULD RESULT IN LOSS OF CONTROL OF THE MOTORCYCLE AND INJURY TO THE RIDER.,"AMERICAN SUSPENSION IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL INSPECT THE FORK ASSEMBLY FOR PROPER PRELOAD AND MAKE ANY ADJUSTMENTS REQUIRED. THE DEALER WILL ALSO REMOVE EACH SLIDER TUBE AND DETACH THE AXLE CLAMP AND PISTON. AFTER INSPECTION AND REPLACEMENT OF ANY PARTS EXHIBITING WEAR, THE FORK WILL BE REASSEMBLED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT KANNON AT 1-918-782-2173 OR AMERICAN SUSPENSION AT 1-562-904-7724." -07/07/2000,00V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V178000),"COACHMEN INDUSTRIES, INC.",COACHMEN/CRV GROUND WIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,158,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES, MODELS 3602 AND 3500. THE 120-VOLT CIRCUIT GROUND WIRE THAT PROVIDES BONDING FROM THE POWER CENTER AND THE GENERATOR TRANSFER SWITCH TO THE FRAME WAS INCORRECTLY CONNECTED TO THE 12-VOLT GROUND BAR.","THIS CAN LEAD TO HIGHER VOLTAGE WITHIN THE 12-VOLT GROUND SYSTEM AND CAUSE FAILURES IN THE INDIVIDUAL ELECTRONIC EQUIPMENT (REFRIGERATOR CONTROL, FURNACE CONTROL, RADIOS, ETC.).",DEALERS WILL RE-WIRE THESE MOTOR HOMES. -07/07/2000,00V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V186000),HACKNEY,HACKNEY/BODY MOUNTING BRACKETS,STRUCTURE,NR (Not Reported),Vehicle,19,"VEHICLE DESCRIPTION: TRUCK CHASSIS ON WHICH SPECIAL APPLICATION BODIES, MODELS P-2000, SU, OR VU, HAVE BEEN MOUNTED. THE BODY MOUNTING BRACKETS WERE INSTALLED SO THEY TOUCH HYDRAULIC BRAKE TUBING INSIDE THE FRAME RAILS. VIBRATION FROM ROAD TRAVEL CAN CAUSE THE BRAKE TUBING TO MOVE AND BE ABRADED BY THE BOLTS.","THIS CAN POTENTIALLY WEAR A HOLE IN THE BRAKE TUBING CAUSING A FLUID LEAK, RESULTING IN REDUCED BRAKE POWER.",OWNERS WERE SENT INSPECTION AND REMEDY PROCEDURES. HACKNEY WILL REIMBURSE OWNERS FOR LABOR AND PARTS. -07/07/2000,00V096001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V096001),HYUNDAI CARIBBEAN-PUERTO RICO,HYUNDAI CARIBBEAN/WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,400,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE PROTECTIVE RUBBER BOOT WHICH COVERS THE BALL JOINT CONNECTION BETWEEN THE WINDSHIELD WIPER MOTOR DRIVE ARM AND THE WINDSHIELD WIPER DRAG LINK CAN STICK TO THE SURFACE OF THE DRIVE ARM. IF THE RUBBER BOOT STICKS AND THE WIPER MOTOR IS TURNED ON, BINDING OF THE INTERFACE BETWEEN THE DRIVE ARM AND DRAG LINK RESULTS, CAUSING THE BALL JOINT CONNECTION TO DISENGAGE.","IF THE CONNECTION DISENGAGES, THE WINDSHIELD WIPERS ARE INOPERATIVE. INOPERATIVE WINDSHIELD WIPERS CAN CONTRIBUTE TO REDUCED VISIBILITY DURING INCLEMENT WEATHER.",DEALERS WILL REPLACE THE PROTECTIVE RUBBER BOOT AND WILL LUBRICATE THE NEW PROTECTIVE RUBBER BOOT WHERE IT CONTACTS THE DRIVE ARM. -07/06/2000,00E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E038000),BUELL MOTORCYCLE CO.,BUELL/MUFFLERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1500,EQUIPMENT DESCRIPTION: MUFFLERS PART NOS. 65396-96Y AND 91424-99Y USED ON PRO SERIES RACE SYSTEMS WHICH CAN BE INSTALLED ON 1996 THROUGH 2000 MODEL BUELL MOTORCYCLES. THESE MUFFLERS WERE MANUFACTURED WITH AN END CAP THAT CAN BREAK.,"IF THIS END CAP SHOULD BREAK, THE MUFFLER COULD DRAG ON THE GROUND, WHICH MAY ADVERSELY AFFECT THE HANDLING AND COULD CAUSE AN ACCIDENT.",BUELL WILL NOTIFY ITS CUSTOMERS TO RETURN THEIR VEHICLES TO THE NEAREST DEALERS FOR INSPECTION AND CORRECTION FREE OF CHARGE. -07/06/2000,00V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V183000),Honda (American Honda Motor Co.),HONDA/DIMMER CONTROL,INTERIOR LIGHTING,NR (Not Reported),Vehicle,78910,VEHICLE DESCRIPTION: MINI VANS. THE DIMMER CONTROL FOR THE INSTRUMENT PANEL LIGHTS CAN FAIL.,"AT NIGHT, THE DRIVER WOULD NOT BE ABLE TO SEE INSTRUMENT PANEL GAUGES AND DISPLAYS.",DEALERS WILL REPLACE THE MULTIPLEX UNIT. -07/06/2000,00E020001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E020001),"Meritor, Inc.",MERITOR/DANA MASTER CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,7,EQUIPMENT DESCRIPTION: DANA BRAKE MASTER CYLINDERS PART NUMBERS 390182 AND 390183 MANUFACTURED BETWEEN MAY 1995 AND APRIL 2000. THE DEFECT INVOLVED IS AN INCORRECTLY MACHINED CASTING CLOSEST TO THE MOUNTING FLANGE INTO WHICH THE PROPORTIONING VALVE THREADS. MASTER CYLINDERS MACHINED ACCORDING TO PRINT SPECIFICATIONS MAY EVIDENCE A GAP IN THE AREA OF THE FLANGE AND COULD LEAD TO BRAKE FLUID LEAKING FROM THIS OUTLET.,"IF BRAKE FLUID LEAKS, A LOSS OF BRAKING CAPABILITY COULD OCCUR.",BRAKE PARTS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS ARE BEING NOTIFIED TO CONTACT AN AUTHORIZED DEALER TO HAVE THE BRAKES INSPECTED AND REPLACED. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT BRAKE PARTS INC. CUSTOMER SERVICE AT 1-800-323-0354. -07/06/2000,00V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V185000),PACCAR Incorporated,PACCAR/SIDE FAIRING HINGE BAR,"FUEL SYSTEM, GASOLINE",600-F,Vehicle,154,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE SIDE FAIRING HINGE BAR AND MOUNTS CAN DETACH FROM THE FUEL TANK STRAPS. THE HINGE BAR CAN ROTATE AND SEPARATE FROM THE FAIRING, ALLOWING THE HINGE BAR ASSEMBLY TO FALL OFF OF THE VEHICLE.","THIS COULD CAUSE A ROAD HAZARD, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL AN ADDITIONAL NUT PLATE AND IF THE BRACKET IS CRACKED, THE FUEL TANK STRAP WILL BE REPLACED WITH A NEW STRAP AND BRACKET ASSEMBLY." -07/06/2000,00E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E037000),Trans-Air Manufacturing Corp.,TRANSAIR/CONDENSER RIVETS,EQUIPMENT,NR (Not Reported),Equipment,351,"EQUIPMENT DESCRIPTION: AIR CONDITIONING CONDENSER UNITS PART NOS. 301335, 301468-01, AND 301468-02 (RTC-6) SECURED TO THE ROOFTOPS OF VEHICLES USING RIVETS WHICH WERE MANUFACTURED BETWEEN APRIL 1, 1995 AND OCTOBER 31, 1999. THESE RIVETS CAN RUST.","IF RUSTING OCCURS, THE RIVETS CAN LOOSEN AND THE CONDENSER COULD FALL OFF THE VEHICLE.",TRANS/AIR IN NOTIFYING END USERS AND PROVIDING PARTS AND INSTALLATION INSTRUCTIONS FREE OF CHARGE. -07/05/2000,00V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V182000),IC CORPORATION,AMTRAN/FMVSS 210/REINFORCEMENT PLATE,SEAT BELTS,00-301,Vehicle,237,"VEHICLE DESCRIPTION: SCHOOL BUSES WITH OR WITHOUT SEAT BELTS EQUIPPED WITH BETWEEN THE FRAME RAIL FUEL TANK OPTION AND 39 AND 45 INCH ANCHOR PASSENGER SEATS (SEAT BELT READY SEATS). THESE BUSES WERE BUILT WITHOUT THE UNDER FLOOR REINFORCEMENT PLATE ON THE INBOARD SEAT MOUNTINGS ABOUT THE TANK. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED RESULTING IN PERSONAL INJURY.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON INSPECTION, REPAIRING AND REINFORCEMENT PLATES. OWNER NOTIFICATION BEGAN AUGUST 11, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT AMTRAN AT 1-800-843-5615." -07/05/2000,00V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V179000),Ford Motor Company,FORD/SIDE AIR BAGS,AIR BAGS,00S17,Vehicle,2300,"VEHICLE DESCRIPTION: 4-DOOR SPORT UTILITY VEHICLES EQUIPPED WITH SIDE AIR BAGS. THE SUBJECT VEHICLES HAVE A REVISED LEVEL SIDE CRASH SENSOR THAT COULD DEPLOY THE SIDE AIR BAG IF THE IGNITION KEY IS IN THE ""RUN"" POSITION AND THE SEATBELT WEBBING IS FORCIBLY EXTRACTED FROM A LOCKED RETRACTOR WITH A JERKING MOTION.",INADVERTENT SIDE AIR BAG DEPLOYMENT COULD CAUSE PERSONAL INJURY TO THE SEAT OCCUPANT.,DEALERS WILL REPLACE THE SIDE CRASH SENSORS WITH A REVISED DESIGN THAT WILL REDUCE THE LIKELIHOOD OF AN UNEXPECTED SIDE AIR BAG DEPLOYMENT. -07/03/2000,00V202001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V202001),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/AIR SUSPENSIONS,SUSPENSION,NR (Not Reported),Vehicle,1889,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH GRANNING AIR SUSPENSIONS. A FRACTURE CAN DEVELOP AT THE ATTACHMENT POINT OF THE CROSS MEMBER/BELL CRANK AND IDLER ARM HOUSING.,THIS DEFECT MAY CAUSE ERRATIC OR LOSS OF STEERING CONTROL IF THE CROSS MEMBER SEPARATES FROM THE ASSEMBLY.,TUTHILL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. REPAIR FACILITIES WILL INSPECT AND ADD GUSSETS TO REINFORCE THE CROSS MEMBER CONNECTION FOR THE BELL CRANK AND IDLER ARM. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT TUTHILL CUSTOMER SERVICE NUMBER AT 1-800-255-7824 OR FLEETWOOD AT 1-909-351-7638. -07/03/2000,00V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V171000),"General Motors, LLC",GM/INADVERTENT AIR BAG DEPLOYMENT,AIR BAGS,00058,Vehicle,268146,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CORROSION OF THE AIR BAG INFLATOR'S INTERNAL WIRING, WHICH CAN OCCUR OVER TIME, COULD CAUSE THE INADVERTENT DEPLOYMENT OF THE DRIVER'S AIR BAG. THIS DEPLOYMENT COULD OCCUR DURING VEHICLE START-UP, WHILE THE VEHICLE IS PARKED OR IDLING, OR WHILE IN OPERATION.","IF THE CONSUMER IS TOO CLOSE TO AN INFLATING AIR BAG, SERIOUS INJURIES COULD OCCUR.",DEALERS WILL REPLACE THE INFLATORS ON THESE AIR BAGS. -07/03/2000,00V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V176000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ABS WHEEL SPEED SENSOR,"SERVICE BRAKES, HYDRAULIC",00505,Vehicle,104302,VEHICLE DESCRIPTION: SCHOOL AND HEAVY DUTY TRUCKS BUILT WITH BENDIX AIR ABS. THE ABS SENSOR WIRES ON ROTATING PARTS CHAFES WHICH CAN LEAD TO A FALSE SIGNAL BEING SENT TO THE BENDIX ABS ELECTRONIC CONTROL UNIT (ECU).,THIS COULD CAUSE THE AIR ABS ECU TO EXHAUST THE AIR AT THE AIR BRAKE MODULATORS FOR ONE OR MORE OF THE WHEELS.,DEALERS WILL INSPECT THE SENSOR WIRING ROUTING AND RE-ROUTE OR REPLACE THE ABS SENSORS AS REQUIRED. -07/03/2000,00V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V187000),Land Rover,LAND ROVER/BRAKE CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,314,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. ONE OR BOTH OF THE BOLTS THAT RETAIN THE BRAKE CALIPER TO THE AXLE MAY HAVE MISSED A FINAL ASSEMBLY TORQUE OPERATION. CONSEQUENTLY THEY MAY BE LOOSE OR POSSIBLY MISSING.,CALIPER DISENGAGEMENT FROM THE AXLE COULD RESULT CAUSING REDUCED VEHICLE STABILITY WHEN BRAKING AND POSSIBLY LOCKING UP OF THE AFFECTED WHEEL.,DEALERS WILL INSPECT THESE VEHICLES TO VERIFY THAT THE PROPER TORQUE HAS BEEN APPLIED. -06/30/2000,00V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V174000),FREIGHTLINER LLC,THOMAS BUILT/HEADLIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,803,"CERTAIN SCHOOL BUSES WITH WELDON TECHNOLOGIES' 5050-1400 SURFACE MOUNT MARKER LIGHTS HAVE AN OPTION TO REPLACE EACH OF THE TWELVE CLEARANCE/MARKER/IDENTIFICATION LIGHTS WITH FOUR-CANDLEPOWER LIGHTS, TWICE THE CANDLEPOWER NORMALLY USED. THE HIGHER CURRENT DEMAND CREATED BY THESE LIGHTS CAN CAUSE EXCESSIVE HEAT THROUGH THE HEADLIGHT SWITCH CONNECTION IF A RELAY IS NOT INSTALLED BETWEEN THE COMBINATION TAIL/MARKER LIGHT CIRCUIT AND THE HEADLIGHT SWITCH.",THIS CAN RESULT IN DEFORMATION OF THE PLASTIC CONNECTORS THAT CONNECT THE HEADLIGHT SWITCH TO ITS WIRING HARNESS.,"DEALERS WILL INSTALL A RELAY TO REDUCE THE CURRENT DRAW THROUGH THE HEADLIGHT SWITCH. OWNER NOTIFICATION BEGAN SEPTEMBER 8, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT THOMAS BUILT AT 1-336-881-7219." -06/29/2000,00E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E036000),S&S CYCLE INC,S&S CYCLE/INTAKE MANIFOLD,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,3196,"EQUIPMENT DESCRIPTION: S&S V2 STYLE 2 1/16"" INTAKE MANIFOLDS PART NOS. 16-2500 AND 16-2520 MANUFACTURED BETWEEN OCTOBER 1, 1999 AND MARCH 31, 2000. PROGRESSIVE WEAR OF THE CAST MANIFOLDS PERMITTED AN EXCESS AMOUNT OF MATERIAL ON THE OUTER SURFACE WHICH PRESENTS INSUFFICIENT CLEARANCE BETWEEN THE MANIFOLD AND THE CARBURETOR SPOOL.",THE THROTTLE CAN STICK OR BIND IF THE CARBURETOR AND THE MANIFOLD COME INTO CONTACT.,THE MANUFACTURER IS INSTRUCTING DEALERS TO INSPECT AND REPAIR THE AFFECTED MOTORCYCLES. -06/27/2000,00V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V173000),"SAFARI MOTOR COACHES, INC.",SAFARI/ABS MODULATOR,"SERVICE BRAKES, HYDRAULIC",SBA00-104,Vehicle,691,"VEHICLE DESCRIPTION: 1999 AND 2000 MOTOR HOMES MANUFACTURED BETWEEN APRIL 2 AND NOVEMBER 20, 1999, AND EQUIPPED WITH ABS SYSTEMS WITH BRAKE WIRING HARNESS PART #2505168. THE ELECTRICAL CONNECTOR WHICH CONNECTS TO THE MODULATOR WAS MIS-WIRED CAUSING THE ANTI-LOCK BRAKE MODULATOR TO REACT IMPROPERLY WHILE REGULATING HYDRAULIC PRESSURE TO THE APPROPRIATE WHEEL.",FAILURE OF THE ANTI-LOCK BRAKING SYSTEM COULD CAUSE A LOSS OF CONTROL OF THE VEHICLE IN CERTAIN BRAKING SITUATIONS.,"DEALERS WILL INSTALL A WIRING HARNESS UPDATE, WHICH PROPERLY ROUTES THE ELECTRICAL SIGNAL FROM THE ECU TO THE MODULATOR. 7OWNER NOTIFICATION IS EXPECTED TO BEGIN JULY 13, 2000. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT SAFARI/BEAVER/HARNEY AT 1-800-344-6332." -06/20/2000,00V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V167000),"COACHMEN INDUSTRIES, INC.",COACHMEN/ELECTRICAL WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,117,"VEHICLE DESCRIPTION: CLASS C MOTOR HOMES CONSTRUCTED ON CHEVY CHASSIS. THE ROUTING OF THE MAIN BATTERY FEED WIRING FROM THE COACH BATTERY TO THE DISTRIBUTION PANEL OF THE MOTOR HOME. THE COACH BATTERY IS NOT THE ENGINE BATTERY. THE COACH BATTERY PROVIDES SERVICE TO THE MOTOR HOME'S 12V APPLIANCES. THE ROUTING ALLOWS IT TO COME IN CONTACT WITH THE EXHAUST MANIFOLD OF THE VEHICLE, AND OVER TIME, THE HEAT OF THE MANIFOLD DEGRADES THE SHIELDING OF THE WIRE EXPOSING THE WIRE TO THE METAL MANIFOLD.","THIS CONDITION COULD CREATE AN ELECTRICAL SHORT, AND IF THE SHORT DOES NOT CAUSE THE FUSE TO BLOW, COULD RESULT IN A FIRE.",DEALERS WILL RE-ROUTE THE WIRING AND AN ADDITIONAL CLAMP WILL BE ADDED TO PERMANENTLY SECURE THE WIRING IN THIS NEW POSITION SAFELY AWAY FROM THE EXHAUST MANIFOLD. -06/19/2000,00V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V170000),Ford Motor Company,FORD/BRAKE PEDAL/MASTER CYLINDER CLIP,"SERVICE BRAKES, HYDRAULIC",00S12,Vehicle,8100,VEHICLE DESCRIPTION: F-SUPER DUTY STRIPPED MOTOR HOME CHASSIS BECAUSE THEY MAY HAVE A MISSING OR PARTIALLY INSTALLED BRAKE PEDAL TO MASTER CYLINDER PUSHROD RETAINING CLIP.,"IF THE CLIP IS MISSING OR FALLS OUT, THE PUSHROD COULD DISCONNECT FROM THE BRAKE PEDAL, RESULTING IN THE OPERATOR BEING UNABLE TO APPLY THE BRAKES, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE RETAINING CLIP INSTALLATION. MISSING OR PARTIALLY INSTALLED CLIPS WILL BE PROPERLY INSTALLED. IN ADDITION, DEALERS WILL ALSO INSPECT VEHICLES FOR LOWER THAN INTENDED WHEEL LUG NUT TORQUE; INCOMPLETE TRANSMISSION SHIFT CABLE INSTALLATION; STEERING COLUMN SHIFT LEVER BRACKET BOLT TORQUE LOWER THAN INTENDED; STEERING GEAR BRACKET FASTENER TORQUE LOWER THAN INTENDED; AND LOWER STEERING COLUMN YOKE BOLT TORQUE LOWER THAN INTENDED." -06/19/2000,00V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V168000),Ford Motor Company,FORD/FMVSS 108/DAYTIME RUNNING LIGHTS,EXTERIOR LIGHTING,00S14,Vehicle,20637,"VEHICLE DESCRIPTION: MINI VANS, LIGHT PICKUP TRUCKS, AND SPORT UTILITY VEHICLES. OFF LEASE CANADIAN VEHICLES EQUIPPED WITH DAYTIME RUNNING LIGHTS WHICH MEET CANADIAN REQUIREMENTS AND NOT THE PHOTOMETRIC REQUIREMENTS OF FMVSS 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" ACCORDING TO FORD, THE VEHICLES WERE IMPORTED INTO THE U.S. ERRONEOUSLY.",THE LIGHT GIVEN OFF FROM THE DAYTIME RUNNING LIGHTS IS BRIGHTER THAN ALLOWED BY U.S. STANDARDS.,DEALERS WILL BE ADVISED TO DEACTIVATE THE RUNNING LIGHT FUNCTION AND TO COMPLETE ANY OUTSTANDING SAFETY RECALLS ON THESE VEHICLES. -06/19/2000,00V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V164000),Ford Motor Company,FORD/FUEL LINE FITTINGS,"FUEL SYSTEM, GASOLINE",00S11,Vehicle,3000,VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES MAY HAVE INCORRECTLY FUEL LINE END FORMS WHICH COULD RESULT IN A LOWER THAN SPECIFIED PULL APART FORCE FOR THE INSTALLED FUEL LINE CONNECTION.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL INSTALL A REDUNDANT FUEL LINE CLIP ON THE FUEL SUPPLY AND RETURN LINE CONNECTIONS AT THE REAR OF THE CHASSIS FUEL LINE BUNDLE. -06/19/2000,00V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V169000),"Jayco, Inc.",JAYCO/TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,760,"VEHICLE DESCRIPTION: 23' TRAVEL TRAILERS. THE DESIGN INCORPORATES ALL OF THE LIQUID STORAGE TANKS BEHIND THE AXLE, SO THAT WHEN THE TANKS ARE FULL OR OTHER MATERIALS ARE IMPROPERLY LOADED, TRAILER HITCH WEIGHT IS REDUCED.",THE VEHICLE BECOMES DIFFICULT TO TOW AT SPEEDS IN EXCESS OF 50 MILES PER HOUR.,"DEALERS WILL ADD ADDITIONAL WEIGHT TO THE A-FRAME OF THE TRAVEL TRAILER, REVISE THE FEDERAL AND WEIGHT LABELS, AND TOWING INSTRUCTIONS, AND HIGHER CAPACITY TIRES WILL BE ADDED TO ACCOMMODATE THE ADDED WEIGHT." -06/16/2000,00V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V166000),"Aprilia USA, Inc.",APRILIA/REAR AXLE,SUSPENSION,NR (Not Reported),Vehicle,27,"VEHICLE DESCRIPTION: MOTORCYCLES WITH FAIRINGS. THE REAR AXLE COULD FAIL, CAUSING THE REAR WHEEL TO WOBBLE OR JAM.",THE CONDITION COULD RESULT IN A LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL INSTALL A NEW WHEEL SPINDLE. -06/16/2000,00C034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C034000),"Britax Child Safety, Inc.",BRITAX/FMVSS 213 HARNESS ADJUSTER,CHILD SEAT,NR (Not Reported),Child Seat,9922,"EQUIPMENT DESCRIPTION: ROUNDABOUT CONVERTIBLE CHILD RESTRAINTS, MODEL 161, MANUFACTURED BETWEEN JANUARY 13 AND MARCH 14, 1999. THE SHELLS MANUFACTURED DURING THIS TIME MAY HAVE BEEN IMPROPERLY MOLDED AND COULD ALLOW HIGHER HEAD EXCURSIONS THAN ALLOWED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" AN INSUFFICIENT PARTING LINE BOND IN THE AREA OF THE HARNESS ADJUSTER ATTACHMENT MAY LEAD TO ADJUSTER MOVEMENT UNDER CRASH LOADS THAT COULD ALLOW A CHILD'S HEAD TO MOVE FURTHER THAN THE PERMITTED LIMITS.","IN A CRASH, ADDITIONAL HEAD MOVEMENT COULD ALLOW A CHILD'S HEAD TO STRIKE SOMETHING IN THE VEHICLE AND LEAD TO INJURY.",CONSUMERS WITH THE AFFECTED SEATS ARE BEING INSTRUCTED TO CONTACT BRITAX IN ORDER TO RECEIVE A FREE REPAIR KIT. -06/16/2000,00V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V163000),BUELL MOTORCYCLE CO.,BUELL/REAR SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,6219,"VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR SHOCK ABSORBER CAN BREAK, DRAGGING THE UNDERSIDE OF THE VEHICLE ON THE GROUND.","THIS COULD AFFECT THE HANDLING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A SHOCK REINFORCEMENT PACKAGE (SRP) WHICH PROTECTS THE STRUCTUAL INTEGRITY OF THE SUSPENSION SYSTEM. A NEW SHOCK ABSORBER IS CURRENTLY BEING DEVELOPED. WHEN THE NEW SHOCK ABSORBER IS AVAILABLE, IF AN OWNER CHOSES, THEY CAN HAVE IT INSTALLED AT NO CHARGE THROUGH THE DEALER NETWORK." -06/16/2000,00V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V159000),"General Motors, LLC",GM/BRAKE PIPE,"SERVICE BRAKES, HYDRAULIC",00050,Vehicle,306,VEHICLE DESCRIPTION: ELECTRIC PICKUP TRUCKS. A CONDITION IN WHICH THE FUEL-FIRED HEATER FILL PIPE GROUND STRAP CONTACTS THE REAR PASSENGER SIDE BRAKE PIPE.,"THIS COULD WEAR OFF THE CORROSION PROTECTION ON THE BRAKE PIPE, LEADING TO PREMATURE CORROSION AND EVENTUAL LOSS OF BRAKE PIPE INTEGRITY. WHEN BRAKE PIPE INTEGRITY IS LOST, BRAKE FLUID LEAKAGE CAN OCCUR.","DEALERS WILL RELOCATE THE GROUND STRAP ATTACHMENT, INSPECT THE BRAKE PIPE FOR WEAR, AND REPLACE THE BRAKE PIPE IF NECESSARY." -06/16/2000,00V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V160000),"General Motors, LLC",GM/FMVSS 301/FUEL FILL HOSE CLAMP,"FUEL SYSTEM, GASOLINE",00056,Vehicle,248,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE CLAMP THAT SECURES THE FLEXIBLE FUEL FILL HOSE TO THE METAL FILL TUBE MAY BE LOOSE AND COULD SEPARATE.,THIS COULD CAUSE FUEL LEAKAGE EXCEEDING THE PERMISSIBLE AMOUNT.,"DEALERS WILL INSPECT THE FUEL HOSE FILL NECK CLAMP AND, IF NECESSARY, REPOSITION AND TIGHTEN THE CLAMP." -06/13/2000,00V177002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V177002),"Trailers by Dorsey, Inc.",DORSEY/BUSTIN TRAILER LADDER,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,210,VEHICLE DESCRIPTION: INSULATED VANS WITH BUSTIN PULLOUT TRUCK/TRAILER LADDER PART NOS. DE1903-A AND DE1905-A. THE CROSS BAR THAT SUPPORTS THE STEP FAILS WHEN WELDS THAT ATTACH IT TO THE SQUARE TUBE SIDE SUPPORTS FAIL.,THE SUPPORT BAR WILL FAIL TO ADEQUATELY SUPPORT THE STEP AND AN INDIVIDUAL CAN FALL FROM THE LADDER POSSIBLY RESULTING IN PERSONAL INJURY.,"BUSTIN WILL REPLACE ANY DEFECT LADDER FREE OF CHARGE. THEY HAVE ALSO DEVELOPED A BOLT-ON SUPPORT ""THE U-BOLT"" FOR FIELD REINFORCEMENT OF THE LADDER." -06/13/2000,00E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E033000),SUPERLIFT SUSPENSION SYSTEMS,SUPERLIFT SUSPENSION/STEERING CENTERLINK,STEERING,NR (Not Reported),Equipment,515,"EQUIPMENT DESCRIPTION: AFTERMARKET REPLACEMENT STEERING CENTERLINK ARM PART NO. 55-06-9600 MANUFACTURED BETWEEN APRIL 17, 1997 AND MARCH 1, 2000. THE STEERING CENTERLINK CAN BREAK IN THE AREA WHERE THE PITMAN ARM ATTACHES.",THE DRIVER MAY LOSE STEERING CONTROL POSSIBLY RESULTING IN A CRASH.,SUPERLIFT IS INSTRUCTING OWNERS TO CONTACT THEIR LOCAL SUPERLIFT SELLER TO ARRANGE FOR A REPLACEMENT PART. -06/12/2000,00V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V162000),Blue Bird Body Company,BLUE BIRD/BENDIX AIR BRAKE VALVE,"SERVICE BRAKES, AIR",R00DX,Vehicle,9687,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH BENDIX AIR BRAKES. BENDIX CHANGED THE INTERNAL DESIGN OF THE QR1C RELAY VALVE BY ADDING A HOLE IN THE INTERNAL DIAPHRAGM. WHEN THE HOLE IN THE DIAPHRAGM ALIGNS WITH THE HOLE IN THE VALVE BODY, THE BRAKE APPLICATION TIME INCREASES.","UNDER CERTAIN CONDITIONS, SUCH AS PARKED ON AN INCLINE, DRIVER ACTIVATES THE PARKING BRAKE BUT REMOVES FOOT FROM THE THREADLE VALVE, THE BUS COULD ROLL BEFORE THE PARKING BRAKE IS FULLY ENGAGED.",DEALERS WILL REPLACE THE DIAPHRAGMS WITH HOLES WITH SOLID DIAPHRAGMS FOR THE QR1C VALVES. -06/12/2000,00V157001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V157001),Ford Motor Company,FORD/FMVSS 209/SEAT BELT ASSEMBLIES,SEAT BELTS,00S15,Vehicle,1167,"VEHICLE DESCRIPTION: PASSENGER VEHICLES USING AFTERMARKET DRIVER'S SEAT BELT ASSEMBLIES THAT WERE SOLD BY FORD PARTS DEPARTMENTS FROM JANUARY 1, THROUGH JUNE 13, 2000. THESE SEAT BELT ASSEMBLIES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THE EQUIPMENT INVOLVED IS SERVICE STOCK SEAT BELT ASSEMBLIES, MODEL NOS. H 9977, H 9979, T 9063, AND T 9217, BUILT BY TRW VEHICLE SAFETY SYSTEMS, INC. (TRW) MANUFACTURED FROM JUNE 1, 1998 THROUGH MAY 21, 2000. SOME OF THESE SEAT BELT ASSEMBLIES MAY HAVE BEEN INSTALLED AS SERVICE REPLACEMENT EQUIPMENT ON THE VEHICLES INVOLVED IN THE RECALL.","IN THE EVENT OF A COLLISION, THESE SEAT BELTS MAY NOT RESTRAIN AN OCCUPANT INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE SERVICE SEAT BELT ASSEMBLIES THAT WERE INSTALLED IN THESE VEHICLES FROM JANUARY 1 THROUGH JUNE 13, 2000." -06/12/2000,00V157002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V157002),Ford Motor Company,FORD/FMVSS 209/SEAT BELT ASSEMBLIES,SEAT BELTS,00S16,Vehicle,1129,"VEHICLE DESCRIPTION: PASSENGER VEHICLES USING AFTERMARKET FRONT PASSENGER SIDE SEAT BELT ASSEMBLIES THAT WERE SOLD BY FORD PARTS DEPARTMENTS FROM JANUARY 1, THROUGH JUNE 13, 2000. THESE SEAT BELT ASSEMBLIES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THE EQUIPMENT INVOLVED IS SERVICE STOCK SEAT BELT ASSEMBLIES, MODEL NOS. H 9977, H 9979, T 9063, AND T 9217, BUILT BY TRW VEHICLE SAFETY SYSTEMS, INC. (TRW) MANUFACTURED FROM JUNE 1, 1998 THROUGH MAY 21, 2000. SOME OF THESE SEAT BELT ASSEMBLIES MAY HAVE BEEN INSTALLED AS SERVICE REPLACEMENT EQUIPMENT ON THE VEHICLES INVOLVED IN THE RECALL.","IN THE EVENT OF A COLLISION, THESE SEAT BELTS MAY NOT RESTRAIN AN OCCUPANT INCREASING THE RISK OF INJURY.","DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE SERVICE SEAT BELT ASSEMBLIES THAT WERE INSTALLED IN THESE VEHICLES FROM JANUARY 1 THROUGH JUNE 13, 2000." -06/09/2000,00E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E030000),Brake Parts Inc.,BRAKE PARTS/MASTER CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3149,"EQUIPMENT DESCRIPTION: BRAKE MASTER CYLINDER PART NUMBERS 390275, 390377, MC390275, MC390337, E151360, E150614, 18M801, AND 18M739 MANUFACTURED BETWEEN APRIL 1998 AND APRIL 2000. THESE MASTER CYLINDERS HAVE AN INCORRECTLY MOLDED BRAKE FLUID RESERVOIR.","THE FLUID RESERVOIR MAY NOT HAVE SLOTS, WHICH ARE DESIGNED TO ALLOW FOR FLUID TRANSFER IN THE MIDDLE PORTION OF THE RESERVOIR WHERE THE BRAKE FLUID WARNING SWITCH IS LOCATED. IF THE MAIN BODY OF THE RESERVOIR IS SUDDENLY DEPLETED OF BRAKE FLUID, THE WARNING SWITCH MAY NOT BE ACTIVATED.",BRAKE PARTS IS INSTRUCTING OWNERS TO RETURN THEIR MASTER CYLINDERS TO THEM AND THEY WILL BE REIMBURSED FOR ANY LABOR CHARGES. -06/09/2000,00V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V158000),"Triumph Motorcycles America, Ltd.",TRIUMPH/CLUTCH HOUSING BOLTS,POWER TRAIN,NR (Not Reported),Vehicle,763,VEHICLE DESCRIPTION: MOTORCYCLES. THE BOLTS SECURING THE ALTERNATOR ROTOR TO SPRAG CLUTCH COULD BECOME LOOSE DUE TO INAPPROPRIATE ASSEMBLY METHOD.,THIS CAN LEAD TO ENGINE DAMAGE.,DEALERS WILL REPLACE THE HOUSING BOLTS. -06/08/2000,00E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E029000),ACCURIDE CORPORATION,ACCURIDE/WHEEL RIM CRACKS,WHEELS,NR (Not Reported),Equipment,5719,"EQUIPMENT DESCRIPTION: 22.5 X 8.25 15 TUBELESS DEMOUNTABLE RIMS, PART NO. 32051, MANUFACTURED BETWEEN JANUARY 25 AND MARCH 3, 2000. CERTAIN RIMS CONTAIN A NON-FUSION AREA IN THE BUTT-WELD OF THE MOUNTING RING. UNDER CERTAIN CIRCUMSTANCES, THE DEFECT COULD DEVELOP INTO A CRACK ON THE MOUNTING RING.","OVER TIME, THE CRACK COULD PROPAGATE AND IF NOT HEEDED, COULD RESULT IN MOUNTING RING FAILURE, POTENTIALLY CAUSING THE RIM TO SEPARATE FROM THE VEHICLE.",ACCURIDE WILL INSPECT AND REPLACE THE DEFECTIVE OR SUSPECT WHEEL RIMS. -06/08/2000,00V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V165000),RIDE-AWAY CORPORATION,RIDE-AWAY/REAR AXLE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17,"VEHICLE DESCRIPTION: CONVERSION VANS. THE REAR AXLE CAN HIT THE FUEL FILLER HOSE CAUSING IT TO DISCONNECT FROM THE FUEL TANK, SPILLING FUEL ONTO THE GROUND.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.",DEALERS WILL INSPECT THE REAR END FOR SAGGING AND ENSURE THAT THE REAR END IS AT OEM SPECIFICATIONS. -06/07/2000,00V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V153000),"General Motors, LLC",GM/FMVSS 301/ENTERTAINMENT CENTER INSTALLATION,"FUEL SYSTEM, GASOLINE",00052,Vehicle,4300,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES, EQUIPPED WITH A FLOOR MOUNTED ROSEN VIDEO ENTERTAINMENT CENTER, FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" DUE TO THE METHOD OF INSTALLATION OF THE VIDEO ENTERTAINMENT CENTER BY THE INSTALLED, THE VEHICLE MAY NOT MEET THE FUEL SPILLAGE REQUIREMENTS OF THE STANDARD IN A VEHICLE CRASH.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"IF THE ENTERTAINMENT CENTER IS INSTALLED ON THE RIGHT-HAND SIDE (PASSENGER SIDE), NO CORRECTION IS REQUIRED. IF THE ENTERTAINMENT CENTER IS INSTALLED ON THE LEFT-HAND SIDE (DRIVER SIDE), THE DEALER WILL REMOVE AND REINSTALL THE ENTERTAINMENT CENTER WITH A REVISED ATTACHMENT BRACKET. THE DEALER WILL ALSO INSPECT, AND IF NECESSARY, REPLACE THE FUEL RETURN LINE." -06/07/2000,00V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V161000),PACCAR Incorporated,PACCAR/MUDFLAPS,UNKNOWN OR OTHER,500-E,Vehicle,111,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE STEER AXLE MUDFLAPS AND/OR MUDFLAP STIFFENERS CAN RUB A HOLE IN THE FORWARD SURFACE OF THE UNDERCAB FUEL TANK, CAUSING A HOLE IN THE FUEL TANK.",THIS CAN RESULT IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL PROVIDE REPLACEMENT MUDFLAP ASSEMBLIES SMALLER THAN THE ORIGINAL ASSEMBLIES TO OWNERS AND THE FUEL TANK WILL BE CHECKED FOR ABRASION AND REPLACED IF DAMAGED. -06/06/2000,00V131005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V131005),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/EATON TRANSMISSION,POWER TRAIN,00504,Vehicle,223,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH EATON AUTOSHIFT GEN II TRANSMISSION ASSEMBLIES. DUE TO A SOFTWARE PROBLEM IN THE TRANSMISSION ASSEMBLIES, THE TRANSMISSION WILL SELECT THE WRONG GEAR.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY OR CRASH.",DEALERS WILL REPLACE THE AUTOSHIFT TRANSMISSIONS. -06/05/2000,00V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V156000),UD Trucks Corporation,NISSAN DIESEL/STEERING GEAR BOX,STEERING,NR (Not Reported),Vehicle,3058,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. THE STEERING GEAR BOX IS MOUNTED TO THE FRAME USING A COMBINATION OF TWO (2) MOUNTINGS BOLTS WITH NUTS AND TWO (2) MOUNTING STUDS. THE TWO MOUNTING BOLTS THREAD INTO MOUNTING NUTS THAT ARE WELDED TO THE INSIDE OF THE FRAME. DURING VEHICLE MANUFACTURING PROCESS, RESIDUAL WELDING MATERIAL FROM THE WELDING OF AN ADJACENT BRACKET FOR THE ABS RELAY MAY HAVE ACCUMULATED IN THE TWO STEERING GEAR MOUNTING NUTS.",THIS MAY HAVE RESULTED IN DECREASED TORQUE TO THE STEERING GEAR BOX MOUNTING BOLTS DURING ASSEMBLY.,"DEALERS WILL REMOVE AND INSPECT THE TWO MOUNTING BOLTS FOR THREAD DAMAGE. NEW MOUNTING BOLTS WILL BE INSTALLED. IF DAMAGE TO THE BOLT THREADS IS EVIDENT, NEW NUTS WILL ALSO BE INSTALLED." -06/05/2000,00V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V154000),Toyota Motor Engineering & Manufacturing,TOYOTA/REAR AXLE SHAFT,SUSPENSION,NR (Not Reported),Vehicle,541,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO IMPROPER HEAT TREATMENT, THE REAR AXLE MAY NOT HAVE ADEQUATE STRENGTH IN SOME AREAS.","AFTER EXTENDED USE OF THE VEHICLE, THE REAR AXLE SHAFTS COULD FAIL OR BREAK.",DEALERS WILL INSPECT AND REPLACE THE REAR AXLE HUB ASSEMBLIES. -06/02/2000,00E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E024000),MANGELS USA CORPORATION,MANGELS/WHEEL CRACKS DUE TO OVERLOADING,WHEELS,NR (Not Reported),Equipment,795,"EQUIPMENT DESCRIPTION: 16""X7.5"" 8-LUG X 165.1 MM WHEELS: SERIES 961, DRAGON CHROMED WHEEL; SERIES 960, DRAGON POLISHED WHEEL; SERIES 96, DRAGON PAINTED WHEEL; SERIES 931, GEMINI CHROMED WHEEL; SERIES 930, GEMINI POLISHED WHEEL; AND SERIES 93, GEMINI PAINTED WHEEL. CRACKS IN THE WHEELS CAN DEVELOP IF THEY ARE HEAVILY LOADED. THESE WHEELS WERE MANUFACTURED FROM SEPTEMBER 1995 TO JULY 1998.","MANGELS HAS DETERMINED THAT THE ACTUAL MAXIMUM LOAD RATING FOR EACH OF THE WHEELS IS LOWER THAN THE WHEEL'S PUBLISHED MAXIMUM LOAD RATING. IN THE EVENT THAT THE WHEEL IS LOADED IN EXCESS OF ITS ACTUAL LOAD RATING, THE POSSIBILITY EXISTS THAT THE WHEEL COULD CRACK AT THE SPOKE OR DROP CENTER, RESULTING IN A CRASH WHICH COULD CAUSE INJURY.",MANGELS WILL REPLACE THE DRAGON AND GEMINI 8-LUG WHEELS WITH WHEELS HAVING ACTUAL LOAD RATINGS APPROPRIATE FOR THE VEHICLES ON WHICH THEY ARE USED FREE OF CHARGE. CUSTOMERS WILL BE INSTRUCTED TO CONTACT THEIR LOCAL RETAILER FOR SERVICE. -06/02/2000,00T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T004000),METZELER MOTORCYCLE TIRE,METZELER/MOTORCYCLE TIRE,TIRES,NR (Not Reported),Tire,2235,"TIRE DESCRIPTION: ME 880 MARATHON FRONT TIRE, SIZE 130/70 R 18 AND ME 880 MARATHON REAR TIRE, SIZE 160/80 R 16. THE VEHICLE BECOMES UNSTABLE AND WILL BEGIN TO WEAVE AT SPEEDS IN EXCESS OF 60 MPH.",THE DRIVER COULD LOOSE CONTROL POSSIBLY RESULTING IN A CRASH CAUSING PERSONAL INJURY.,THE RECALLED TIRES WILL BE REPLACED AT NO CHARGE TO THE CONSUMER. -05/30/2000,00V131004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V131004),FREIGHTLINER LLC,FREIGHTLINER/EATON TRANSMISSION,POWER TRAIN,FL-260,Vehicle,1700,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH EATON AUTOSHIFT GEN II TRANSMISSION ASSEMBLIES. DUE TO A SOFTWARE PROBLEM IN THE TRANSMISSION ASSEMBLIES, THE TRANSMISSION WILL SELECT THE WRONG GEAR.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY OR CRASH.",DEALERS WILL REPLACE THE AUTOSHIFT TRANSMISSIONS. -05/30/2000,00E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E027000),"Saleen, Inc.",SALEEN/ALUMINUM REPLACEMENT WHEEL,WHEELS,NR (Not Reported),Equipment,472,"EQUIPMENT DESCRIPTION: ALUMINUM REPLACEMENT WHEELS INSTALLED ON XP8 1999 AND 2000 SALEEN XP* FORD EXPLORER AND MERCURY MOUNTAINEER VEHICLES. WHEEL SIZE 18"" X 8.5"", PART NOS. 121-373 PAINTED SILVER, 121-375 CHROMED, AND 121-375 PAINTED WHITE. THESE WHEELS DEVELOP HAIRLINE CRACKS EMANATING FROM THE REAR SIDE OF THE WHEEL'S SPOKES TOWARDS THE FRONT.","IF ALL FIVE SPOKES WERE TO CRACK, POSSIBLE SEPARATION OF THE WHEEL FROM THE VEHICLE COULD OCCUR POSSIBLY CAUSING INJURY OR DEATH.",SALEEN IS NOTIFYING CUSTOMERS TO HAVE THEIR WHEELS INSPECTED AND REPLACED FREE OF CHARGE. -05/30/2000,00V131003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V131003),Volvo Trucks North America,VOLVO TRUCKS/EATON TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,3,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH EATON AUTOSHIFT GEN II TRANSMISSION ASSEMBLIES. DUE TO A SOFTWARE PROBLEM IN THE TRANSMISSION ASSEMBLIES, THE TRANSMISSION WILL SELECT THE WRONG GEAR.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY OR CRASH.",EATON IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REPLACE THE AUTOSHIFT TRANSMISSIONS. -05/26/2000,00E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E028000),AMERICAN SUSPENSION,AMERICAN SUSPENSION/FORK ASSEMBLY,SUSPENSION,NR (Not Reported),Equipment,1556,"EQUIPMENT DESCRIPTION: MOTORCYCLE FORK ASSEMBLIES MANUFACTURED FROM MARCH 1, 1999, TO MAY 23, 2000. THE SLIDER TUBE CAN LOOSEN FROM THE AXLE CLAMP OR PISTON WHILE THE MOTORCYCLE IS BEING OPERATED.","IF THE SLIDER TUBE LOOSENS WHILE THE MOTORCYCLE IS BEING OPERATED, THE DRIVER CAN LOSE STEERING CONTROL WITHOUT PRIOR WARNING POSSIBLY CAUSING INJURY TO THE RIDER.",AMERICAN SUSPENSION WILL INSPECT THE FORK ASSEMBLIES TO DETERMINE PROPER PRELOAD LEVELS AND TORQUE REQUIREMENTS. CALIBRATED TORQUE WRENCHES WITH AUDIBLE CLICK INDICATORS WILL BE USED TO ACHIEVE PROPER TORQUE. -05/24/2000,00V102003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V102003),Utility Trailer Manufacturing Company,UTILITY/CONMET PREGREASED HUBS,SUSPENSION,NR (Not Reported),Vehicle,271,VEHICLE DESCRIPTION: VAN-REFRIGERATED/DRY FREIGHT TRAILERS EQUIPPED WITH CONMET PREGREASED TRAILER HUBS AND A TIRE INFLATION SYSTEM. THE OUTBOARD BEARING ON THE PREGREASED TRAILER AXLE HUBS USED WITH THE TIRE INFLATION SYSTEMS MAY FAIL DUE TO THE INTRUSION OF CONTAMINANTS THROUGH THE TIRE INFLATION SYSTEM.,AN OUTBOARD BEARING FAILURE CAN RESULT IN A SEPARATION OF THE HUB ASSEMBLY FROM THE SPINDLE.,"AUTHORIZED DEALERS ARE INSTRUCTED TO CONVERT GREASED HUBS TO OIL HUBS IF THE TIRE INFLATION SYSTEM IS TO REMAIN ON THE TRAILER. IF THE TIRE INFLATION SYSTEM IS REMOVED, THE HUB MUST BE INSPECTED FOR CONTAMINATION AND CORROSION. THE HUB AND BEARING ASSEMBLY MUST BE REPLACED IF THERE IS EVIDENCE OF CORROSION. IF THERE IS NO EVIDENCE OF CORROSION, LUBRICANT AND SEAL MANITENANCE CAN BE PERFORMED AND THE HUB REINSTALLED." -05/23/2000,00V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V149000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/BUNK RESTRAINTS,EQUIPMENT,00502,Vehicle,649,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH INTERNATIONAL CODE 16SCH (LOWER BUNK WEBBING RESTRAINT). INCORRECT BOLTS WERE USED TO HOLD THE BUNK WEBBING RESTRAINT LATCH BRACKETS TO THE BUNK BASE.,"IN THE EVENT OF A CRASH, THE RESTRAINT MAY NOT CONTAIN THE OCCUPANT AND MAY RESULT IN PROPERTY DAMAGE, PERSONAL INJURY, OR DEATH.",DEALERS WILL INSPECT AND REPLACE ALL GRADE 5 BOLTS WITH GRADE 8 BOLTS AS REQUIRED. -05/23/2000,00V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V148000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/POWER STEERING PUMP,STEERING,00503,Vehicle,4534,"VEHICLE DESCRIPTION: SCHOOL/TRANSIT BUSES AND MEDIUM DUTY TRUCKS. THE CASTINGS USED ON THE POWER STEERING PUMPS WERE NOT BUILT TO MATCH THE ENGINEERING DRAWINGS, RESULTING IN A THIN WALL IN THE PUMP CASTING OR A COMPLETE CONNECTION OF TWO PASSAGES THAT ARE SUPPOSED TO BE SEPARATED TO CONTROL FLUID FLOW. THE FLUID FLOW MAY BE REDUCED TO LESS THAN THE MINIMUM REQUIRED FLOW RATE TO PROVIDE FULL POWER ASSIST TO THE BRAKE SYSTEM WITH LOW ENGINE SPEED.","AN INCREASE IN STOPPING DISTANCE AT SLOW ENGINE SPEEDS CAN RESULT, INCREASING THE POSSIBILITY OF A CRASH.",DEALERS WILL INSPECT AND REPLACE ALL PUMPS THAT HAVE THE DEFECTIVE CASTING NUMBERS. -05/22/2000,00V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V151000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 121/AIR GAUGE,"SERVICE BRAKES, AIR",FL-258,Vehicle,7,"VEHICLE DESCRIPTION: HEAVY TRUCKS BUILT WITH AIR BRAKES THAT DID NOT HAVE AIR GAUGES INSTALLED. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THESE VEHICLES ARE NOT IN COMPLIANCE WITH THE STANDARD.,DEALERS WILL INSTALL A NEW DUAL NEEDLE AIR PRESSURE GAUGE. -05/22/2000,00V152001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V152001),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 121/BRAKE APPLICATION TIMING,"SERVICE BRAKES, AIR",FL-259,Vehicle,83,"VEHICLE DESCRIPTION: CERTAIN TRACTORS FAIL TO COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE AIR LINES MAY NOT BE ROUTED PROPERLY TO THE DRIVE AXLE SERVICE BRAKE RELAY.",THESE VEHICLES ARE NOT IN COMPLIANCE WITH THE STANDARD.,DEALERS WILL INSPECT FOR CORRECT AIR LINE ROUTING AND REROUTE IF NECESSARY. -05/19/2000,00V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V146000),"Triumph Motorcycles America, Ltd.",TRIUMPH/SIDE STAND ASSEMBLY,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,475,VEHICLE DESCRIPTION: MOTORCYCLES. THE SIDE STAND ASSEMBLY CAN BECOME LOOSE AND DETACH FROM THE MOTORCYCLE.,"THE SIDE STAND COULD FALL OFF THE MOTORCYCLE CAUSING THE MOTORCYCLE TO FALL OVER, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL RE-TORQUE THE 2 SIDE STAND MOUNTING BOLTS. -05/18/2000,00V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V144000),"BMW of North America, LLC",BMW/REAR BRAKE LEVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,474,"VEHICLE DESCRIPTION: MOTORCYCLES. DUE TO USE OF AN INCORRECT THREAD-LOCKING MATERIAL IN PRODUCTION, IT IS POSSIBLE FOR THE REAR BRAKE LINKAGE BALL END, WHICH IS SCREWED INTO THE REAR BRAKE LEVER, TO LOOSEN AND EVENTUALLY DETACH FROM THE LEVER.","IF THIS HAPPENS, THE REAR BRAKE COULD NO LONGER BE APPLIED, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE THE BRAKE LINKAGE BALL END FROM THE BRAKE LEVER AND REINSTALL IT WITH A DIFFERENT THREAD-LOCKING COMPOUND, TO PREVENT THE BALL END FROM LOOSENING." -05/18/2000,00V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V145000),"Gillig, LLC",GILLIG/FMVSS 108/REFLECTORS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,941,"VEHICLE DESCRIPTION: LOW FLOOR TRANSIT BUSES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REFLEX REFLECTORS ON THE SIDE, FRONT (AMBER) AND REAR(RED) POSITIONS ARE MISSING.",THIS IS A POTENTIAL ROAD HAZARD AT NIGHT.,THE CORRECT REFLEX REFLECTORS WILL BE INSTALLED. -05/18/2000,00V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V140000),"General Motors, LLC",GM/FMVSS 201/CONSOLE COVER,STRUCTURE,00036,Vehicle,487400,"VEHICLE DESCRIPTION: THESE VEHICLES DO NOT COMPLY WITH THE OCCUPANT PROTECTION REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THE CONSOLE COVER ON THESE VEHICLES DOES NOT STAY CLOSED WHEN A SPECIFIED VERTICAL LOAD IS APPLIED.","IN THE EVENT OF A CRASH, THE CONSOLE COVER COULD OPEN AND THE COVER OR ITEMS STORED UNDER IT COULD INJURE AN OCCUPANT.",DEALERS WILL REPLACE THE CONSOLE LATCH MECHANISM. -05/17/2000,00V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V138000),Ford Motor Company,FORD/WINDSHIELD WIPER CONTROL MODULES,VISIBILITY,00S09,Vehicle,23000,"VEHICLE DESCRIPTION: A WINDSHIELD WIPER CONTROL MODULE MAY NOT BE CAPABLE OF CARRYING THE CURRENT REQUIRED DURING HIGH LOAD CONDITIONS ON THE WIPERS (I.E., ICE, SNOW, OR OTHER DEBRIS).",THIS CONDITION COULD RESULT IN INOPERATIVE WIPERS WITH NO ADVANCE WARNING.,DEALERS WILL INSPECT THE WIPER CONTROL MODULES AND REPLACE IF NECESSARY. -05/17/2000,00V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V143000),"General Motors, LLC",GM/REAR DRUM BRAKES,"SERVICE BRAKES, HYDRAULIC",00047,Vehicle,18754,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH REAR DRUM BRAKES. THE BOLT HEAD(S) ON THE REAR SPINDLE ROD CAN SEPARATE.,"THE REAR WHEEL CAN SHIFT, CAUSING REAR STEERING OF THE VEHICLE. THE DRIVER COULD LOSE CONTROL AND A CRASH COULD OCCUR.",DEALERS WILL REPLACE THE REAR SPINDLE BOLTS. -05/17/2000,00V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V142000),Land Rover,LAND ROVER/ENGINE IDLER PULLEY,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,7120,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH ACTIVE CORNERING ENHANCEMENT (ACE). THE LOADING CONDITIONS ON THE VEHICLE'S LEFT SIDE ENGINE IDLER PULLEY CAN EXCEED THE MAXIMUM CALCULATED FIGURE OF THE ORIGINAL DESIGN SPECIFICATION. THE MATERIAL OF THE PULLEY CAN FRACTURE AND ULTIMATELY FAIL. FAILURE OF THE PULLEY MATERIAL CAN CAUSE THE PULLEY TO THROW OFF THE SERPENTINE BELT.,"THIS COULD RESULT IN A LOSS OF ENGINE AUXILIARY FUNCTIONS (POWER STEERING, WATER PUMP, ALTERNATOR, AIR CONDITIONING AND ACE).",DEALERS WILL INSTALL AN IMPROVED IDLER PULLEY. -05/15/2000,00V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V141000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/BLOWER MOTOR REGULATOR,EQUIPMENT,NR (Not Reported),Vehicle,7100,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO AN INTERNAL DEFECT IN THE CIRCUITRY OF THE BLOWER MOTOR REGULATOR, THE REGULATOR MAY OVERHEAT.","THIS COULD CAUSE SURROUNDING PLASTIC, INSULATION, AND WIRING TO DEFORM AND POSSIBLY MELT OR BURN.",DEALERS WILL REPLACE THE BLOWER MOTOR REGULATOR. -05/15/2000,00I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00I002000),"Subaru of America, Inc.",SUBARU/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,223520,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE AN ALTERNATOR PROBLEM THAT CAN RESULT IN A LOSS OF CHARGING CAPABILITY.","IF THE ALTERNATOR FAILS, THE ALTERNATOR WARNING TELLTALE WILL ALERT THE DRIVER TO THE PROBLEM, GIVING AMPLE OPPORTUNITY TO SEEK REPAIR BEFORE A LOSS OF BATTERY POWER, WHICH, IF THE WARNING WERE IGNORED, COULD ULTIMATELY RESULT IN A LOSS OF VEHICLE POWER (ENGINE STALL).","DEALERS WILL REPLACE THE ALTERNATOR WITH A MODIFIED ALTERNATOR. OWNERS WILL ALSO BE CAUTIONED THAT, SHOULD THE ALTERNATOR TELLTALE WARNING LAMP ILLUMINATE, THEY MUST SEEK IMMEDIATE REPAIR TO AVOID THE EVENTUAL LOSS OF ELECTRICAL POWER, WHICH COULD RESULT IN AN ENGINE STALL." -05/15/2000,00V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V139000),WORKHORSE CUSTOM CHASSIS,WORKHORSE/ABS MODULE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,476,VEHICLE DESCRIPTION: MOTOR HOME AND COMMERCIAL CHASSIS EQUIPPED WITH JB8 POWER HYDRAULIC BRAKE OPTION. AN INCORRECT ANTI-LOCK BRAKE CONTROL MODULE WAS INSTALLED ON THESE VEHICLES. THE INCORRECT MODULE DOES NOT REDUCE BRAKE POWER TO THE REAR AXLE BRAKES.,"IN THE EVENT OF A ANTI-LOCK MODULE FAILURE, THE ADDITIONAL BRAKE POWER CAN CAUSE THE REAR WHEELS TO LOCK UP CAUSING REAR TIRE SKID.",DEALERS WILL REPLACE THE ANTI-LOCK BRAKE MODULE. -05/13/2000,00E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E025000),TUTHILL TRANSPORT TECHNOLOGIES,TUTHILL/CROSS-MEMBER SUPPORT BRACE,SUSPENSION,NR (Not Reported),Equipment,3939,"EQUIPMENT DESCRIPTION: GRANNING AIR SUSPENSIONS MANUFACTURED FROM OCTOBER 1, 1996, AND MARCH 31, 1999. A FRACTURE CAN DEVELOP AT THE ATTACHMENT POINT OF THE CROSS MEMBER/BELL CRANK AND IDLER ARM HOUSING.",THIS DEFECT MAY CAUSE ERRATIC OR LOSS OF STEERING CONTROL IF THE CROSS MEMBER SEPARATES FROM THE ASSEMBLY.,REPAIR FACILITIES WILL INSPECT AND ADD GUSSETS TO REINFORCE THE CROSS MEMBER CONNECTION FOR THE BELL CRANK AND IDLER ARM. -05/11/2000,00V019003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V019003),"Mack Trucks, Inc.",MACK/FONTAINE/FIFTH WHEEL MOUNTING PLATE,TRAILER HITCHES,SCO259,Vehicle,90,VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH FONTAINE FIFTH WHEEL ASSEMBLIES. THE FIFTH WHEEL MOUNTING PLATES CAN CRACK.,"UNDER THE TRAILER LOADING, THE MOUNTING PLATE COULD EVENTUALLY FAIL DUE TO FATIGUE.",DEALERS WILL INSPECT AND REPLACE THE MOUNTING PLATES THAT ARE CRACKED. -05/10/2000,00V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V136000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FRONT BRAKE ROTOR,"SERVICE BRAKES, HYDRAULIC",879,Vehicle,589000,"VEHICLE DESCRIPTION: PASSENGER AND MULTI-PURPOSE VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, ILLINOIS, INDIANA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, OR WISCONSIN, AND THE DISTRICT OF COLUMBIA. THE FRONT DISC BRAKE ROTORS CAN EXPERIENCE SEVERE CORROSION IF OPERATED FOR AN EXTENSIVE PERIOD IN THE ""SALT BELT."" IF THE ROTORS ARE NOT REPLACED, THE CORROSION CAN EVENTUALLY COMPROMISE THE STRUCTURAL INTEGRITY OF THE STAMPED STEEL CENTER HUB SECTION OF THE ROTOR.","THE REDUCED STRENGTH CAN ALLOW THE CAST IRON WEAR SURFACE TO SEPARATE FROM THE HUB, REDUCING THE BRAKE EFFECTIVENESS OF THE VEHICLE.",DEALERS WILL REPLACE THESE ROTORS WITH ROTORS THAT ARE COATED WITH A CORROSION PROTECTION. -05/10/2000,00V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V135000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/IGNITION SWITCH/WIRING,ELECTRICAL SYSTEM,875,Vehicle,690000,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE AFFECTED VEHICLES WERE BUILT WITH AN IGNITION SWITCH AND WIRING THAT COULD OVERHEAT. HIGH ELECTRICAL CURRENT LOADS PASS THROUGH THE SWITCH WHEN THE BLOWER MOTOR IS OPERATED ON HIGH FOR AN EXTENDED PERIODS OF TIME.,THIS COULD CAUSE THE IGNITION SWITCH AND WIRING TO OVERHEAT.,DEALERS WILL INSTALL A RELAY AND OVERLAY HARNESS. -05/09/2000,00V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V134000),Mazda North American Operations,MAZDA/TIMING BELT TENSIONER,ENGINE AND ENGINE COOLING,92004,Vehicle,31000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN EXTERNAL SPRING IN THE TIMING BELT TENSIONER COULD BREAK.,"THE BROKEN SPRING MAY GET CAUGHT IN THE TIMING BELT, RESULTING POSSIBLE ENGINE STALLING.",DEALERS WILL CHECK THE TENSIONER INSTALLED AND REPLACE IT IF THE VEHICLE IS EQUIPPED WITH THE AFFECTED TENSIONER. -05/08/2000,00V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V132000),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,9250,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEAD OF THE SCREW THAT HOLDS THE RETAINING CLIP FOR THE PARKING BRAKE SHOE CAN BECOME BRITTLE AND BREAK OFF.,"IF THE SCREW HEAD BREAKS OFF, THE PARKING BRAKE SHOE RETAINER CLIP CAN BECOME DISLODGED AND COULD RESULT IN THE PARKING BRAKE DRAGGING AND/OR FAILURE OF THE PARKING BRAKE TO PROPERLY HOLD. SEIZURE OF THE PARKING BRAKE SHOE, ESPECIALLY ON WET OR SNOW COVERED ROADS, COULD RESULT IN LOCKUP OF ONE OF THE REAR WHEELS.",DEALERS WILL REPLACE THE RETAINING CLIP SCREW AND IN THE PROCESS INSPECT THE REAR BRAKE SYSTEM OF ANY POSSIBLE RELATED DAMAGE. ANY RELATED DAMAGE THAT MAY BE FOUND WILL ALSO BE REPAIRED. -05/08/2000,00V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V133000),"PREVOST CAR, INCORPORATED",PREVOST/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,482,VEHICLE DESCRIPTION: TRANSIT BUSES AND BUS SHELLS. SOME VEHICLES ARE FITTING WITH A STEERING COLUMN ADJUSTMENT PLATE.,THIS COULD LEAD TO LOSS OF VEHICLE CONTROL.,DEALERS WILL INSPECT THE VEHICLES FOR AN ADJUSTMENT PLATE AND WILL REPLACE THE ADJUSTMENT PLATE IF NECESSARY. -05/05/2000,00V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V130000),Blue Bird Body Company,BLUE BIRD/FMVSS 217/SLIDING PUSHOUT WINDOWS,VISIBILITY,R00DV,Vehicle,2088,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH TRANSIT SLIDING PUSHOUT WINDOWS. POTENTIAL STICKING AND/OR BINDING OF THE PUSHOUT WINDOW INNER FRAME WITHIN THE OUTER FRAME RESULTS IN OPENING FORCES EXCEEDING THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",PERSONAL INJURY COULD OCCUR IN THE EVENT OF A CRASH.,OWNERS WILL BE PROVIDED WITH STEP-BY-STEP PROCEDURES FOR MODIFYING THE TRANSIT SLIDING PUSHOUT WINDOWS TO CONFORM THE FMVSS 217 REQUIREMENTS. -05/05/2000,00V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V126000),Blue Bird Body Company,BLUE BIRD/TRAILER HITCH,TRAILER HITCHES,400DW,Vehicle,195,VEHICLE DESCRIPTION: MOTOR HOME COACHES. THE TRAILER HITCH MAY BE INADEQUATELY WELDED TO THE CHASSIS FRAME.,PERSONAL INJURY OR PROPERTY DAMAGE COULD OCCUR IN THE EVENT THE TRAILER HITCH SEPARATES FROM THE CHASSIS FRAME WHILE TOWING A TRAILER OR OTHER VEHICLE.,"DEALERS WILL INSPECT THE WELDS AND, IF NECESSARY, REWELD THE TRAILER HITCH PROPERLY." -05/05/2000,00V131001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V131001),PACCAR Incorporated,PACCAR/EATON TRANSMISSION,POWER TRAIN,500-D,Vehicle,490,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH EATON AUTOSHIFT GEN II TRANSMISSION ASSEMBLIES. DUE TO A SOFTWARE PROBLEM IN THE TRANSMISSION ASSEMBLIES, THE TRANSMISSION WILL SELECT THE WRONG GEAR.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY OR CRASH.",DEALERS WILL REPLACE THE AUTOSHIFT TRANSMISSIONS. EATON PERFORMED THE CAMPAIGN FOR THE KENWORTH PORTION. HOWEVER PETERBILT WILL BE CONDUCTING THEIR OWN CAMPAIGN. -05/05/2000,00V131002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V131002),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/EATON TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,3,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH EATON AUTOSHIFT GEN II TRANSMISSION ASSEMBLIES. DUE TO A SOFTWARE PROBLEM IN THE TRANSMISSION ASSEMBLIES, THE TRANSMISSION WILL SELECT THE WRONG GEAR.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY OR CRASH.",EATON IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REPLACE THE AUTOSHIFT TRANSMISSIONS. -05/03/2000,00V128002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V128002),"Gulf Stream Coach, Inc.",GULF STREAM/TUTHILL/CROSS-MEMBER SUPPORT BRACKET,SUSPENSION,NR (Not Reported),Vehicle,63,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS BUILT WITH TUTHILL/GRANNING AIR SUSPENSION, PART NOS. IFS1320-HP OR IFS1320-SP. A FRACTURE CAN DEVELOP AT THE ATTACHMENT POINT OF THE CROSS MEMBER AND THE BELL CRANK AND IDLER ARM HOUSINGS.",THIS DEFECT MAY CAUSE ERRATIC OR LOSS OF STEERING CONTROL IF THE CROSS MEMBER SEPARATES FROM THE ASSEMBLY.,TUTHILL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 1-800-255-7824. REPAIR FACILITY WILL INSPECT AND ADD GUSSETS TO REINFORCE THE CROSSMEMBER CONNECTION FOR THE BELL CRANK AND IDLER ARM. -05/03/2000,00V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V129000),Skyline Corporation,SKYLINE/WIRING,VISIBILITY,NR (Not Reported),Vehicle,147,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH A HYDRAULIC PUMP OPERATED SLIDE-OUT ROOM. THE POLARITY OF THE WIRING BETWEEN THE 12-VOLT CONVERTER AND HYDRAULIC PUMP IS REVERSED.,"AN ELECTRICAL SHOCK COULD OCCUR, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL CORRECT THE POLARITY OF THE WIRING. -05/01/2000,00V123002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V123002),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/FMVSS 111/REARVIEW MIRROR,VISIBILITY,NR (Not Reported),Vehicle,4275,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES ARE EQUIPPED WITH OUTSIDE REARVIEW MIRRORS ON THE PASSENGER SIDE WHICH DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 111, ""REARVIEW MIRRORS.""",THIS LIMITS THE DRIVER'S FIELD OF VISION ON THAT SIDE OF THE VEHICLE.,DEALERS WILL REPLACE THE REARVIEW MIRROR. -05/01/2000,00V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V124000),UD Trucks Corporation,NISSAN DIESEL/FUEL SUPPLY HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,719,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. THE DIESEL ENGINE FUEL SUPPLY HOSE FROM THE FUEL FILTER TO THE TOP OF THE FUEL INJECTION PUMP IS INCORRECTLY ROUTED.,"THIS CONDITION COULD ALLOW THE HOSE TO COME IN CONTACT WITH THE ENGINE BLOCK, CAUSING THE HOSE TO WEAR OUT.","DEALERS WILL REPLACE THE EXISTING DIESEL FUEL HOSE WITH A REDESIGNED FUEL HOSE THAT HAS A DIFFERENT SHAPE FROM THE EXISTING FUEL HOSE. DUE TO THE DESIGN CHANGE AND ROUTING CHANGE OF THE REDESIGNED FUEL HOSE, THE ENGINE ELECTRICAL HARNESS CONNECTOR BRACKET AND THE FICD VALVE BRACKET WILL REQUIRE REPLACEMENT WITH REDESIGNED BRACKETS. THIS WILL PROVIDE ADDITIONAL CLEARANCE BETWEEN THESE BRACKETS AND THE REDESIGNED FUEL HOSE." -05/01/2000,00V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V125000),UD Trucks Corporation,NISSAN DIESEL/FUEL SUPPLY HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,719,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. THE FUEL FILTER SUPPORT BRACKET CAN CRACK AND BREAK DUE TO VIBRATION, WHICH COULD ALLOW THE FUEL FILTER TO SEPARATE AND LODGE ON TOP OF THE CHASSIS FRAME.",THE FUEL FILTER SUPPORT BRACKET COULD THEN COME IN CONTACT WITH THE ENGINE ASSEMBLY.,DEALERS WILL REPLACE THE FUEL FILTER BRACKET WITH A REDESIGNED FUEL BRACKET TO PREVENT CRACKING AND BREAKING DURING NORMAL VEHICLE OPERATION. -04/28/2000,00V121001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V121001),Isuzu Motors Limited,ISUZU/FMVSS 201/INTERIOR PROTECTION,STRUCTURE,NR (Not Reported),Vehicle,45252,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THESE VEHICLES FAIL TO COMPLY WITH THE PERFORMANCE REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""","IN THE EVENT OF A CRASH, PERSONAL INJURY COULD OCCUR.",DEALERS WILL MODIFY THE INTERIOR OF YOUR VEHICLE. -04/28/2000,00V123001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V123001),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/FMVSS 111/REARVIEW MIRROR,VISIBILITY,NR (Not Reported),Vehicle,1199,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES ARE EQUIPPED WITH OUTSIDE REARVIEW MIRRORS ON THE PASSENGER SIDE WHICH DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 111, ""REARVIEW MIRRORS.""",THIS LIMITS THE DRIVER'S FIELD OF VISION ON THAT SIDE OF THE VEHICLE.,DEALERS WILL REPLACE THE REARVIEW MIRROR. -04/27/2000,00E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E023000),Eaton Corporation,EATON/AUTOSHIFT TRANSMISSION,POWER TRAIN,NR (Not Reported),Equipment,636,"EQUIPMENT DESCRIPTION: AUTOSHIFT GENERATION 2 TRANSMISSIONS, SOFTWARE PART NO. 5569065, THAT CONTAIN THE SUSPECT SOFTWARE ARE IDENTIFIED WITHIN THE TRANSMISSION SERIAL NUMBER RANGE OF 31010704 - 31013619, 31012549 - 31013399, A1001330 - A1004458, A1000060 - 1004628, AND A1004536 - A1009721 MANUFACTURED FROM JUNE 1, 1999, THROUGH APRIL 21, 2000. DUE TO A PROBLEM WITH THE SOFTWARE FOR THE AUTOSHIFT TRANSMISSION ASSEMBLIES, ENGAGEMENT OF THE WRONG GEAR IS POSSIBLE.","IF AN INAPPROPRIATE GEAR IS SELECTED WITHOUT THE DRIVER'S KNOWLEDGE, THE VEHICLE WILL REACT DIFFERENTLY THAN EXPECTED, POSSIBLY RESULTING IN INJURY.","NOTIFICATION TO THE ORIGINAL EQUIPMENT MANUFACTURERS BEGAN APRIL 27, 2000, WITH INSTRUCTIONS THAT THEY CONTACT THEIR CUSTOMERS TO REPLACE THE AUTOSHIFT TRANSMISSIONS FREE OF CHARGE." -04/27/2000,00V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V122000),"General Motors, LLC",GM/FMVSS 208/NECK EXTENSION,SEAT BELTS,00044,Vehicle,279132,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE OCCUPANT PROTECTION REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE RIGHT FRONT PASSENGER RESTRAINT SYSTEMS MAY NOT MEET THE NECK EXTENSION REQUIREMENTS.",DEALERS WILL INSTALL A TRAY INSERT ON THE TOP OF THE PASSENGER SIDE OF THE INSTRUMENT PANEL. THE TRAY INSERT CORRECTS THE NONCOMPLIANCE. -04/26/2000,00E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E022000),BUSTIN INDUSTRIAL PRODUCTS,BUSTIN/TRAILER LADDER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1585,"EQUIPMENT DESCRIPTION: PULLOUT TRUCK/TRAILER LADDER PART NOS. DE1903-A AND DE1905-A MANUFACTURED BETWEEN JANUARY 2, 1991, AND JANUARY 21, 2000. THE CROSS BAR THAT SUPPORTS THE STEP FAILS WHEN WELDS THAT ATTACH IT TO THE SQUARE TUBE SIDE SUPPORTS FAIL.",THE SUPPORT BAR WILL FAIL TO ADEQUATELY SUPPORT THE STEP AND AN INDIVIDUAL CAN FALL FROM THE LADDER POSSIBLY RESULTING IN PERSONAL INJURY.,"BUSTIN WILL REPLACE ANY DEFECTIVE LADDER FREE OF CHARGE. THEY HAVE ALSO DEVELOPED A BOLT-ON SUPPORT ""U-BOLT"" FOR FIELD REINFORCEMENT OF THE LADDER." -04/25/2000,00V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V119000),Honda (American Honda Motor Co.),HONDA/SLIDING DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7085,VEHICLE DESCRIPTION: MINIVAN. THE SLIDING DOORS MAY NOT LATCH PROPERLY.,"AN IMPROPERLY LATCHED DOOR COULD OPEN UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. UNDER CERTAIN CIRCUMSTANCES, A DOOR COULD OPEN COMPLETELY. AN UNRESTRAINED REAR SEAT PASSENGER COULD FALL OUT OF AN OPEN DOOR OF A MOVING VEHICLE AND BE SERIOUSLY INJURED OR KILLED.","DEALERS WILL REPLACE THE DOOR LATCH ASSEMBLY ON ALL ODYSSEY MINVANS BUILT FROM DECEMBER 3, 1999 THROUGH DECEMBER 16, 1999. ALSO INCLUDED IN THIS RECALL ARE APPROXIMATELY 1,612 ODYSSEY MINIVANS THAT HAD THE LATCHES REPLACED UNDER RECALL 99V-158 OR UNDER WARRANTY, THAT MAY NEED TO HAVE THE LATCHES REPLACED AGAIN. OWNERS OF THESE VEHICLES WILL BE NOTIFIED BY HONDA TO BRING THE VEHICLE TO THEIR HONDA DEALER FOR INSPECTION OF THE PREVIOUSLY REPLACED LATCH ASSEMBLY. LATCHES WITH THE SUSPECT DATE CODE WILL BE REPLACED." -04/24/2000,99V242004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V242004),"NABI Bus, LLC",NABI/LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,20001,Vehicle,130,"VEHICLE DESCRIPTION: 40' STANDARD FLOOR TRANSIT BUSES. FAILURE OF A SOFT SEAT CHECK VALVE IN WHEELCHAIR LIFTS PROVIDED BY LIFT-U, MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.",THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT. LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES.,LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES. -04/21/2000,99V242005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V242005),"Gillig, LLC",GILLIG/LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,672,"VEHICLE DESCRIPTION: 40' STANDARD FLOOR TRANSIT BUSES. FAILURE OF A SOFT SEAT CHECK VALVE IN WHEELCHAIR LIFTS PROVIDED BY LIFT-U, MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.",THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT. LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES.,LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES. -04/21/2000,00V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V118000),Mazda North American Operations,MAZDA/HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,76000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEADLIGHT LEAD WIRE RUNNING THROUGH THE TURN SIGNAL LEVER CAN FAIL AT THE SOLDERED CONNECTION TO THE HEADLIGHT SWITCH.,THE FAILURE OF THE WIRE CONNECTION CAN CAUSE A LOSS OF HEADLIGHTS WITHOUT PRIOR WARNING.,DEALERS WILL REPAIR THE HEADLIGHT SWITCH. -04/19/2000,00V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V115000),Ford Motor Company,FORD/LUG NUTS,WHEELS,00S08,Vehicle,3300,VEHICLE DESCRIPTION: CUTAWAYS AND STRIPPED CHASSIS WITH SINGLE REAR WHEELS. THE LUG NUTS CAN POTENTIALLY BOTTOM OUT ON A SHOULDER ON THE STUDS.,"IF THIS OCCURS, THERE CAN BE AN INADEQUATE CLAMP LOAD TO ATTACH THE WHEEL TO THE AXLE, RESULTING IN NOISE, DAMAGE TO THE WHEEL AND HUB, OR IN EXTREME CASES, LOSS OF A REAR WHEEL WHILE THE VEHICLE IS BEING DRIVEN.",DEALERS WILL REPLACE THE REAR WHEEL ATTACHING STUDS. -04/19/2000,00E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E021000),"REESE PRODUCTS, INC",REESE/TRAILER HITCH BALL MOUNT,TRAILER HITCHES,NR (Not Reported),Equipment,5800,"EQUIPMENT DESCRIPTION: INCORRECTLY MANUFACTURED TRAILER HITCH BALL MOUNT COMPONENTS, PART NOS. 65509, 67509, AND 61009, AND THE BALL MOUNT ITSELF, 58112, AND MANUFACTURED BETWEEN AUGUST 1, 1999, TO APRIL 14, 2000. THESE BALL MOUNTS CAN BREAK WITHOUT WARNING.","IF THE THE BALL MOUNT BREAKS, THE TONGUE OF THE TRAILER CAN FALL TO THE GROUND, POSSIBLY CAUSING A VEHICLE CRASH.","DEALERS ARE BEING INSTRUCTED TO CONTACT THEIR CUSTOMERS TO BRING IN THEIR VEHICLES TO HAVE THE TRAILER HITCH REPLACED FREE OF CHARGE. PURCHASERS OF THESE AFTERMARKET TRAILERS HITCHES SHOULD CONTACT THEIR DEALER OR REESE PRODUCTS AT 1-800-758-0869, TO REGISTER WITH THE MANUFACTURER FOR THE RECALL." -04/18/2000,00E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E020000),Brake Parts Inc.,BRAKE PARTS/MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,26678,"EQUIPMENT DESCRIPTION: BRAKE MASTER CYLINDERS WITH INCORRECTLY MACHINED CASTING, WHICH COULD RESULT IN A GAP AT THE AREA OF THE FLANGE, RESULTING IN BRAKE FLUID LEAKAGE. MASTER CYLILNER PART NUMBERS 390182, 390183, 390184, 390336, 390337, 390338, AND 390339.","IF BRAKE FLUID LEAKS, A LOSS OF BRAKING ABILITY COULD OCCUR.",DEALERS WILL REPLACE THE MASTER CYLINDERS. -04/18/2000,00V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V117000),"General Motors, LLC",GM/SHOULDER BELTS,SEAT BELTS,00039,Vehicle,77952,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE FRONT SEAT SHOULDER BELTS THAT MAY TWIST, ALLOWING THE WEBBING TO BECOME JAMMED IN THE RETRACTOR.","WHEN THE SHOULDER BELT WEBBING BECOMES JAMMED IN THE RETRACTOR, THE BELT MAY BE UNUSABLE.","DEALERS WILL INSPECT FOR THE PRESENCE OF UPDATED FRONT SHOULDER BELT BEZELS AND WHERE NECESSARY, INSTALL NEW FRONT SEAT SHOULDER BELT OPENING BEZEL KITS." -04/18/2000,00V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V116000),"General Motors, LLC",GM/SUSPENSION,SUSPENSION,00041,Vehicle,23,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BOLT THAT ATTACHES THE REAR SUSPENSION TRAILING ARM TO THE LEFT REAR KNUCKLE MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS DURING ASSEMBLY.,THE BOLT COULD BACK COMPLETELY OUT OF THE JOINT AFFECTING VEHICLE CONTROL.,DEALERS WILL TIGHTEN THIS BOLT. -04/17/2000,00V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V114000),"General Motors, LLC",GM/BRAKE HYDRAULIC CONTROL LEAKS,"SERVICE BRAKES, HYDRAULIC",00035,Vehicle,8132,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE INTERNAL FLUID LEAKS IN THE BRAKE HYDRAULIC CONTROL UNIT.,"WHEN THE REAR BRAKE PROPORTIONING, ANTILOCK BRAKE, TRACTION CONTROL, OR STABILITY CONTROL FEATURE IS ACTIVATED IN SOME DRIVING SITUATIONS, THE FEATURE MAY NOT PERFORM AS DESIGNED.","DEALERS WILL INSPECT THE ABS HYDRAULIC MODULATOR UNIT AND IF NECESSARY, REPLACE THE HYDRAULIC MODULATOR." -04/17/2000,00V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V110000),"General Motors, LLC",GM/FUEL ODOR/LEAKAGE,"FUEL SYSTEM, GASOLINE",00031,Vehicle,109239,PASSENGER VANS. THESE VANS EXPERIENCE FUEL ODORS OR LEAKAGE.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL INSTALL A REVISED EVAPORATIVE EMISSION PIPE ASSEMBLY. -04/17/2000,00V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V111000),"General Motors, LLC",GM/LAP BELT WEBBING,SEAT BELTS,00034,Vehicle,71569,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LAP BELT WEBBING CAN TWIST ALLOWING THE WEBBING TO BECOME JAMMED IN THE RETRACTOR.,"WHEN THE BELT WEBBING BECOMES JAMMED IN THE RETRACTOR, THE SEAT BELT MAY BE UNUSABLE.",DEALERS WILL INSTALL INSERTS TO THE BELT WEB GUIDE OF EACH LAP BELT RETRACTOR. -04/12/2000,99V306005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306005),"Tiffin Motorhomes, Inc.",TIFFIN/ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,40,VEHICLE DESCRIPTION: MOTORHOMES EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -04/11/2000,00C018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C018000),"BASIC COMFORT, INC.",BASIC COMFORT/POLYSTYRENE SEAT BACKS & CUSHIONS,CHILD SEAT,NR (Not Reported),Child Seat,2061,"EQUIPMENT DESCRIPTION: GALAXY 2000 BOOSTER SEAT WITH BACH (MODEL 961) AND GALAXY 2000 BOOSTER SEAT (MODEL 960). THESE SEATS WERE MANUFACTURED WITH DEFECTIVE POLYSTYRENE BACKS AND CUSHIONS WHICH WERE NOT SUBJECTED TO STEAM PRESSURE IN THE MOLDING PROCESS FOR AN ADEQUATE PERIOD OF TIME RESULTING IN THE INNER POLYSTYRENE BEADS NOT COMPLETELY BONDING. THESE SEATS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","THE FINAL MATERIAL IS MORE POROUS THAN NORMAL (BRITTLE) AND WEAKER IN TENSILE STRENGTH. IN THE EVENT OF A VEHICLE CRASH, THE CHILD SEAT BACKS AND CUSHIONS MAY EXPERIENCE IN A COMPLETE SEPARATION OF A LOAD BEARING PART OF THE BOOSTER SEAT.",CONSUMERS WILL BE SENT FREE REPLACEMENT PARTS ALONG WITH INSTALLATION INSTRUCTIONS. -04/11/2000,00V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V105000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG CONTROL MODULE,AIR BAGS,860,Vehicle,395000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. WATER AND/OR ROAD SALT IN THE PROXIMITY OF THE AIR BAG CONTROL MODULE COULD LEAD TO CORROSION.,SUCH CORROSION CAN LEAD TO ILLUMINATION OF THE AIR BAG WARNING LIGHT OR COULD ALLOW INADVERTENT DEPLOYMENT OF THE AIR BAGS.,DEALERS WILL REPLACE THE AIR BAG CONTROL MODULE AND LOCATE THE NEW MODULE ON THE TOP OF THE TRANSMISSION TUNNEL. -04/11/2000,00V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V107000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TRAILER HITCH BRACKET,TRAILER HITCHES,872,Vehicle,357000,VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH OPTIONAL TRAILER HITCH. THE TRAILER HITCH SIDE BRACKETS WERE MANUFACTURED USING MATERIAL WITH INSUFFICIENT STRENGTH.,BRACKETS BUILT WITHOUT PROPER MATERIAL COULD FATIGUE AND FRACTURE IN THE AREA WHERE THE TRAILER HITCH MOUNTS TO THE FRAME.,"DEALERS WILL INSPECT THE TRAILER HITCHES AND REPLACE ANY TRAILER HITCH SHOWING SIGNS OF FATIGUE CRACKING. IF NO EVIDENCE OF CRACKING EXISTS, THE DEALER WILL INSTALL TWO REINFORCEMENT BRACKETS." -04/11/2000,00V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V106000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/TRANSMISSION SHIFT LEVER,POWER TRAIN,871,Vehicle,123000,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH A500 AUTOMATIC TRANSMISSION. INADVERTENT PLACEMENT OF THE SHIFT LEVER IN REVERSE CAN OCCUR WHEN THE DRIVER BELIEVES THAT THE TRANSMISSION HAS BEEN PLACED IN PARK.,THIS CAN CAUSE THE VEHICLE TO ROLL AWAY WITH THE ENGINE ON AFTER THE DRIVER HAS LEFT THE VEHICLE.,DEALERS WILL REPLACE THE STEEL MANUAL VALVE IN THE TRANSMISSION WITH AN ALUMINUM VERSION. -04/11/2000,00V113001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V113001),Mazda North American Operations,MAZDA/FMVSS 120/TIRES,EQUIPMENT,NR (Not Reported),Vehicle,39095,"VEHICLE DESCRIPTION: MINI VANS. THESE MINI VANS DO NOT HAVE TIRE INFORMATION LABELS THAT COMPLY WITH SECTION 5.3 OF FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",,OWNERS WILL BE SENT ACCURATE TIRE INFORMATION LABELS AND OWNER MANUAL INSERTS. -04/11/2000,00V113002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V113002),Mazda North American Operations,MAZDA/FMVSS 120/TIRES,EQUIPMENT,NR (Not Reported),Vehicle,19526,"VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH ORIGINAL EQUIPMENT 16 INCH TIRES. THESE MINI VANS DO NOT HAVE THE CORRECT RECOMMENDED COLD INFLATION PRESSURE ON THE LABEL AND THUS DO NOT COMPLY WITH SECTION 5.1.2 OF FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",,"OWNERS WILL BE SENT ACCURATE TIRE INFORMATION LABELS AND OWNER MANUAL INSERTS. IN ADDITION, OWNERS OF MPV'S WITH 16"" TIRES WILL BE ADVISED TO CHECK THEIR TIRE PRESSURE TO MAKE SURE THAT THE TIRES ARE INFLATED TO 35 PSI." -04/11/2000,00V128001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V128001),Shyft Group,SPARTAN/TUTHILL/CROSS-MEMBER SUPPORT BRACKET,SUSPENSION,NR (Not Reported),Vehicle,94,"VEHICLE DESCRIPTION: CHASSIS BUILT WITH TUTHILL/GRANNING AIR SUSPENSION, PART NOS. IFS1320-HP OR IFS1320-SP. A FRACTURE CAN DEVELOP AT THE ATTACHMENT POINT OF THE CROSS MEMBER AND THE BELL CRANK AND IDLER ARM HOUSINGS.",THIS DEFECT MAY CAUSE ERRATIC OR LOSS OF STEERING CONTROL IF THE CROSS MEMBER SEPARATES FROM THE ASSEMBLY.,TUTHILL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. OWNERS SHOULD CONTACT CONTACT TUTHILL TRANSPORT TECHNOLOGIES AT 1-800-255-7824. REPAIR FACILITY WILL INSPECT AND ADD GUSSETS TO REINFORCE THE CROSSMEMBER CONNECTION FOR THE BELL CRANK AND IDLER ARM. -04/10/2000,00E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E019000),"CONSOLIDATED METCO, INC.",CONMET/PREGREASED AXLE HUBS,SUSPENSION,NR (Not Reported),Equipment,2400,EQUIPMENT DESCRIPTION: THE OUTBOARD BEARING ON THE PREGREASED TRAILER AXLE HUBS USED WITH THE TIRE INFLATION SYSTEMS MAY FAIL DUE TO THE INTRUSION OF CONTAMINANTS THROUGH THE TIRE INFLATION SYSTEM.,AN OUTBOARD BEARING FAILURE CAN RESULT IN A SEPARATION OF THE HUB ASSEMBLY FROM THE SPINDLE.,"AUTHORIZED DEALERS ARE INSTRUCTED TO CONVERT GREASED HUBS TO OIL HUBS IF THE TIRE INFLATION SYSTEM IS TO REMAIN ON THE TRAILER. IF THE TIRE INFLATION SYSTEM IS REMOVED, THE HUB MUST BE INSPECTED FOR CONTAMINATION AND CORROSION. THE HUB AND BEARING ASSEMBLY MUST BE REPLACED IF THERE IS EVIDENCE OF CORROSION. IF THERE IS NO EVIDENCE OF CORROSION, LUBRICANT AND SEAL MANITENANCE CAN BE PERFORMED AND THE HUB REINSTALLED." -04/10/2000,00V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V104000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 120/SPARE TIRE,TIRES,NR (Not Reported),Vehicle,3897,"VEHICLE DESCRIPTION: CLASS C MOTOR HOMES EQUIPPED WITH A SPARE WHEEL . THIS WHEEL HAS INSUFFICIENT WEIGHT CARRYING CAPACITY WHEN MATCHED TO A MAXIMUM LOADED TIRE. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",PREMATURE WHEEL FAILURE CAN RESULT IN A LOSS OF VEHICLE CONTROL.,DEALERS WILL REPLACE THE SPARE WHEEL WITH A NEW HIGHER CAPACITY WHEEL. -04/10/2000,00V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V109000),"Porsche Cars North America, Inc.",PORSCHE/FUEL LEVER GAUGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2734,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INCORRECT PROGRAMMING OF THE ELECTRONIC LOGIC UNIT CAN CAUSE AN INCORRECT FUEL LEVEL.,THE VEHICLE COULD RUN OUT OF FUEL CAUSING A LOSS OF POWER.,DEALERS WILL UPDATE THE SOFTWARE IN THE INSTRUMENT CLUSTER SO THAT THE FUEL LEVEL AND THE RANGE OF REMAINING FUEL ARE DETERMINED AND DISPLAYED CORRECTLY. -04/10/2000,00V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V112000),Starcraft RV,STARCRAFT/LP GAS LINE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,44,VEHICLE DESCRIPTION: TRUCK CAMPERS. COPPER TUBING FOR THE LP GAS LINE RUBS AGAINST THE WHEEL WELL.,THIS RUBBING COULD CAUSE A HOLE IN THE LP GAS LINE ALLOWING THE LP GAS TO LEAK OUT.,DEALERS WILL REROUTE THE LP GAS LINE. -04/07/2000,00V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V101000),Eldorado National-Kansas,ELDORADO NATIONAL/CNG COPPER TUBING,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,173,VEHICLE DESCRIPTION: REAR ENGINE BUSES. THESE BUSES ARE POWERED BY A CNG ENGINE AND COPPER TUBING WAS USED AS VENT LINES.,THE COPPER TUBING IS UNABLE TO CONTAIN THE CNG VENTING IN THE ENGINE COMPARTMENT.,"DEALERS WILL REPLACE THE 3/8"" COPPER VENT LINE FROM THE LOWER REAR MANIFOLD TO THE ROOF WITH 1/2"" STAINLESS STEEL TUBING." -04/07/2000,00V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V108000),FREIGHTLINER LLC,FREIGHTLINER/TIE ROD CROSS TUBES,STEERING,FL-257,Vehicle,144,VEHICLE DESCRIPTION: CONVENTIONAL HEAVY DUTY TRUCKS. THE TIE ROD CROSS TUBES COULD FRACTURE DUE TO FATIGUE CAUSED BY A SYSTEM RESONANCE.,"LOSS OF STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE AND REPLACE THE 1 1/2 INCH TIE ROD CROSS TUBES WITH A 1 3/4"" TUBE." -04/07/2000,00V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V103000),"Gulf States Toyota, Inc.",GULF STATES/TRAILER HITCH WIRING HARNESS,TRAILER HITCHES,NR (Not Reported),Vehicle,7000,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH A TEKONSHA TRAILER HITCH WIRING HARNESS AND CONVERTER AND DISTRIBUTED BY GULF STATES TOYOTA (TEXAS, OKLAHOMA, LOUISIANA, ARKANSAS, AND MISSISSIPPI). AN ELECTRICAL SHORT CIRCUIT CAN OCCUR IF WATER ENTERS THE CONVERTER HOUSING.","THIS SHORT CIRCUIT COULD CAUSE A FAILURE OF THE CONVERTER, AND IF A TRAILER IS BEING TOWED AT THE TIME, CAN ALSO CAUSE INOPERATIVE TRAILER LIGHTS.",THIS RECALL HAS BEEN SUPERSEDED BY RECALL NO. 02V-050. -04/07/2000,00V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V100000),Newell Coach Corp.,NEWELL COACH/TIRE TREAD SEPARATION,TIRES,NR (Not Reported),Vehicle,149,"VEHICLE DESCRIPTION: MOTOR COACHES EQUIPPED WITH GOODYEAR TIRES, SIZE 315/80R22.5 LR-J MOUNTED ON THE STEERING (FRONT AXLE). THESE TIRES CAN HAVE TREAD SEPARATION.",THESE TIRES CAN HAVE TREAD SEPARATION RESULTING IN A TIRE BLOWOUT.,NEWELL WILL REPLACE THESE TIRES WITH NEW MICHELIN 315/80R22.5 LOAD RANGE L TIRES. -04/07/2000,00V102001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V102001),Trailmobile Canada Limited,TRAILMOBILE/CONMET/PREGREASED AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,345,VEHICLE DESCRIPTION: CARGO VAN TRAILERS EQUIPPED WITH CONMET PREGREASED TRAILER AXLE HUBS. THE OUTBOARD BEARING ON THE PREGREASED TRAILER AXLE HUBS USED WITH THE TIRE INFLATION SYSTEMS MAY FAIL DUE TO THE INTRUSION OF CONTAMINANTS THROUGH THE TIRE INFLATION SYSTEM.,AN OUTBOARD BEARING FAILURE CAN RESULT IN A SEPARATION OF THE HUB ASSEMBLY FROM THE SPINDLE.,"AUTHORIZED DEALERS ARE INSTRUCTED TO CONVERT GREASED HUBS TO OIL HUBS IF THE TIRE INFLATION SYSTEM IS TO REMAIN ON THE TRAILER. IF THE TIRE INFLATION SYSTEM IS REMOVED, THE HUB MUST BE INSPECTED FOR CONTAMINATION AND CORROSION. THE HUB AND BEARING ASSEMBLY MUST BE REPLACED IF THERE IS EVIDENCE OF CORROSION. IF THERE IS NO EVIDENCE OF CORROSION, LUBRICANT AND SEAL MAINTENANCE CAN BE PERFORMED AND THE HUB REINSTALLED." -04/05/2000,99V242003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V242003),NEOPLAN USA CORPORATION,NEOPLAN/LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,319,"VEHICLE DESCRIPTION: TRANSIT BUSES. FAILURE OF A SOFT SEAT CHECK VALVE IN WHEELCHAIR LIFTS PROVIDED BY LIFT-U, MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.",THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT. LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES.,LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES. -04/03/2000,00V127001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V127001),HEIL TRAILER INTERNATIONAL,HEIL/BENDIX TRAILER AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,VEHICLE EQUIPMENT: PETROLEUM TANKER TRAILERS EQUIPED WITH BENDIX AIR BRAKE SYSTEM AIR DRYERS. THE RETAINING BOLTS FOR THE REED COVERS ON EITHER END OF THE TRAILER AIR DRYER MAY CRACK CAUSING THE BOLT HEADS TO COME OFF.,THE AIR BRAKE SYSTEM CAN LEAK AIR OUT FROM THE AIR DRYER CAUSING A LOW AIR WARNING BUZZER AND EVENTUALLY THE TRAILER PARKING BRAKES COMING TO FULL APPLY OR THE TRAILER'S PARKING BRAKES CAN ENGAGE WITHOUT PRIOR WARNING.,BENDIX IS CONDUCTING THE OWNER NOTIFICATION FOR THIS RECALL. OWNERS ARE INSTRUCTED TO CONTACT BENDIX AT 1-800-478-1793 TO RECEIVE A REPLACEMENT UNIT. BENDIX WILL REPLACE THE TRAILER AIR DRYERS WITHOUT CHARGE. -04/03/2000,00V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V120000),UNION CITY BODY COMPANY LLC,UNION CITY/FMVSS 208/SEAT BASE ANCHORAGE,SEATS,NR (Not Reported),Vehicle,25,"VEHICLE DESCRIPTION: BUILT BODIES (FREIGHTLINER MT-55 CHASSIS). THE PASSENGER SEAT ONLY SEAT BASE ANCHORAGE DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",,A PROPER ANCHOR BASE WILL BE PROVIDED TO OWNERS OF THESE VEHICLES. -03/30/2000,00E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E017000),"ADCO PRODUCTS, INC.",ADCO PRODUCTS/ADHESIVE,VISIBILITY,NR (Not Reported),Equipment,236,EQUIPMENT DESCRIPTION: THERE IS A SLOW-CURE CONDITION IN SOME CASES OF ADHESIVE WHICH IS USED FOR WINDSHIELD INSTALLATION.,THE WINDSHIELD MAY NOT HAVE BONDED PROPERLY WITH THE STRUCTURE OF THE VEHICLE AND COULD BE DISPLACED IN THE EVENT OF A CRASH POSSIBLY CAUSING SERIOS INJURY TO THE DRIVER AND/OR THE PASSENGER.,ADCO HAS NOTIFIED DEALERS/RETAILERS TO RETURN ANY UNUSED ADHESIVE AND HAS NOTIFIED AFFECTED CONSUMERS TO CALL FOR AN APPOINTMENT TO HAVE THEIR WINDSHIELDS REPLACED FREE OF CHARGE. -03/29/2000,00V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V099000),"Ferrari North America, Inc.",FERRARI/ABS/ASR ECU,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,173,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ABS (ANTI-LOCK BRAKING SYSTEM)/ASR (TRACTION CONTROL SYSTEM) ELECTRONIC CONTROL UNIT IS AFFECTED BY AN ERROR IN PRODUCTION BY THE SUPPLIER.,"THE ABS FEATURE MAY NOT FUNCTION AND COULD CAUSE THE BRAKE FAILURE WARNING LIGHT TO ILLUMINATE. ALSO, THE ELECTRONIC BRAKE FORCE DISTRIBUTION FEATURE WOULD NOT FUNCTION CAUSING VEHICLE INSTABILITY UNDER VERY HARD BRAKING.",DEALERS WILL REPLACE THE ABS/ASR ELECTRONIC CONTROL UNIT. -03/29/2000,00V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V098000),"Ferrari North America, Inc.",FERRARI/AIR BAG ECU,AIR BAGS,NR (Not Reported),Vehicle,132,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE MOUNTING OF THE AIR BAG ELECTRONIC CONTROL UNIT (ECU) MAY NOT BE SUITED FOR LONG TERM RELIABILITY. IF LEFT UNCHANGED, THE MOUNTING COULD BECOME WEAK AND THE ABILITY OF THE AIR BAG ECU TO SENSE A CRASH WOULD BE IMPAIRED.","IF A CRASH SHOULD OCCUR, THE AIR BAG MAY NOT DEPLOY AS EXPECTED.","DEALERS WILL INSTALL LONGER SCREWS, WHICH ENSURE BETTER TIGHTENING AND SECURING OF THE ECU TO THE BODY ELEMENT." -03/28/2000,00T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T002000),"Continental Tire the Americas, LLC",CONTINENTAL/NON-SPECIFIED RUBBER COMPOUND,TIRES,NR (Not Reported),Tire,3109,TIRE DISCRIPTION: CERTAIN TIRES MANUFACTURED BETWEEN 10-31-99 AND 11-9-99 WERE PRODUCED WITH A NON-SPECIFIED RUBBER COMPOUND IN THE BELT AREA.,MANUFACTURED WITH THE WRONG RUBBER COMPOUND COULD CREATE RISK FOR POTENTIAL TIRE FAILURE.,"CONTINENTAL IS NOTIFYING DEALERS AND CONSUMERS TO BRING THEIR DEFECTIVE TIRES TO AN AUTHORIZED DEALER TO HAVE THE TIRES REPLACED WITH AN IDENTICAL OR REASONABLE EQUIVALENT TIRE FREE OF CHARGE, INCLUDING MOUNTING AND BALANCE." -03/28/2000,00C015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C015000),"Evenflo Company, Inc.",EVENFLO/SEAT BASE POSITIONING POSTS,CHILD SEAT,NR (Not Reported),Child Seat,164144,"EQUIPMENT DESCRIPTION: THIS RECALL AFFECTS THE ""CONVENIENCE BASE"" OF THE SEAT ONLY. EVENFLO HAS DISCOVERED THAT AFTER REPEATED USE BY CONSUMERS, TWO ALIGNMENT POSTS IN THE ON MY WAY POSITION RIGHT BASE CAN BECOME BENT.","IF THE POSTS ARE BENT, CONSUMERS MAY HAVE DIFFICULTY INSTALLING THE CARRIER ONTO THE BASE. BENT POSTS COULD ALSO INTERFERE WITH PROPER LATCHING OF THE CARRIER TO THE BASE PREVENTING THE CHILD FROM BEING PROPERLY RESTRAINED IN THE EVENT OF A CRASH.",OWNERS WILL BE PROVIDED WITH METAL CLIPS WHICH CAN BE EASILY INSTALLED OVER THE PLASTIC POST. THESE CLIPS PREVENT THE POSTS FROM BENDING. -03/28/2000,00V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V094000),Ford Motor Company,FORD/FMVSS 103/WATER PUMP INLET TUBE,ENGINE AND ENGINE COOLING,00S07,Vehicle,49,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH 2.5L OHC ENGINES. ENGINE COOLANT CIRCULATION THROUGH THE HEATER CIRCUIT IS PREVENTED BECAUSE OF A PLUGGED HEATER RETURN TUBE (WATER PUMP INLET TUBE) AT THE WATER PUMP. THESE VEHICLES DO NOT COMPLY WITH THE INTENT OF FMVSS NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS.""","AS A RESULT OF NO HEAT IN THE HEATER CIRCUIT, DEFROST PERFORMANCE IS COMPROMISED.",DEALERS WILL REPLACE THE PLUGGED HEATER WATER RETURN TUBES. -03/28/2000,00V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V097000),"General Motors, LLC",GM/FMVSS 209/SEAT BELT ASSEMBLY,SEAT BELTS,00045,Vehicle,500000,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE SEAT BELTS FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""",THE SEAT BELTS MAY NOT RESTRAIN AN OCCUPANT PROPERLY IN THE EVENT OF A CRASH.,DEALERS WILL REPLACE BOTH THE FRONT DRIVER AND PASSENGER SEAT BELTS WITH NEW SEAT BELTS. -03/28/2000,00V095001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V095001),Hyundai Motor America,HYUNDAI/FUEL TANKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,84020,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE EVAPORATIVE EMISSION CONTROL SYSTEMS CAN APPLY EXCESSIVE VACUUM TO THE FUEL TANKS DURING THE CANISTER PURGE CYCLE. IF EXCESSIVE VACUUM IS APPLIED, MINOR FUEL TANK DISTORTION CAN RESULT. A SMALL CRACK COULD DEVELOP ON THE UPPER FUEL TANK SURFACE. THE ""CHECK ENGINE"" LIGHT WOULD THEN ILLUMINATE AND, IN SOME CASES, THE VEHICLE DRIVER MAY NOTICE A GASOLINE ODOR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL PRESSURE CHECK THE VEHICLE'S FUEL TANK TO DETERMINE IF IT HAS CRACKED. IF THE FUEL TANK HAS CRACKED, IT WILL BE REPLACED." -03/28/2000,00V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V096000),Hyundai Motor America,HYUNDAI/WINDSHIELD WIPER ASSEMBLY,VISIBILITY,NR (Not Reported),Vehicle,16264,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE PROTECTIVE RUBBER BOOT WHICH COVERS THE BALL JOINT CONNECTION BETWEEN THE WINDSHIELD WIPER MOTOR DRIVE ARM AND THE WINDSHIELD WIPER DRAG LINK CAN STICK TO THE SURFACE OF THE DRIVE ARM. IF THE RUBBER BOOT STICKS AND THE WIPER MOTOR IS TURNED ON, BINDING OF THE INTERFACE BETWEEN THE DRIVE ARM AND DRAG LINK RESULTS, CAUSING THE BALL JOINT CONNECTION TO DISENGAGE.","IF THE CONNECTION DISENGAGES, THE WINDSHIELD WIPERS ARE INOPERATIVE. INOPERATIVE WINDSHIELD WIPERS CAN CONTRIBUTE TO REDUCED VISIBILITY DURING INCLEMENT WEATHER.",DEALERS WILL REPLACE THE PROTECTIVE RUBBER BOOT AND WILL LUBRICATE THE NEW PROTECTIVE RUBBER BOOT WHERE IT CONTACTS THE DRIVE ARM. -03/27/2000,00V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V088000),"Ferrari North America, Inc.",FERRARI/AUTO TRANSMISSION ANTI-SHIFT LOCK,POWER TRAIN,NR (Not Reported),Vehicle,61,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AUTOMATIC TRANSMISSION ANTI-SHIFT LOCK ELECTROMAGNET MUST ENGAGE INTO A HOLE IN THE BALANCER IN ORDER TO PREVENT THE GEAR LEVER FROM MOVING OUT OF THE PARK POSITION UNLESS THE BRAKE PEDAL IS DEPRESSED. IF THE BALANCER AND THE ELECTROMAGNET DO NOT LINE UP EXACTLY, THE ENGAGEMENT WILL NOT TAKE PLACE.","THE GEAR LEVER COULD BE MOVED FROM THE PARK POSITION WITH THE DRIVER DEPRESSING THE BRAKE PEDAL, RESULTING IN POSSIBLE UNINTENDED MOVEMENT OF THE VEHICLE.",DEALERS WILL INSTALL A NEW STYLE ANTI-SHIFT LOCK BALANCER. -03/27/2000,00V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V087000),"Ferrari North America, Inc.",FERRARI/AUTO. TRANSMISSION GEARSHIFT KNOB,POWER TRAIN,NR (Not Reported),Vehicle,87,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AUTOMATIC TRANSMISSION GEARSHIFT LEVER UTILIZES A THREADED KNOB WITH A RELEASE BUTTON. IF THE THREADED KNOB IS NOT POSITIONED CORRECTLY ON THE LEVER, THE RELEASE WILL NOT FUNCTION CORRECTLY.","THE GEAR LEVER COULD BIND RESULTING IN THE INABILITY TO SELECT A DESIRED GEAR, CAUSING THE DRIVER TO BE UNABLE TO MOVE THE VEHICLE CORRECTLY.",DEALERS WILL REPLACE THE GEARSHIFT LEVER THREADED KNOB POSITIONING SPACER. -03/27/2000,00V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V093000),Wabash National Corporation,MERITOR/WABASH\FMVSS 121/TRAILER AXLE SUSPENSIONS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,"VEHICLE DESCRIPTION: TRAILER AXLE SUSPENSIONS INSTALLED ON WABASH NATIONAL TRAILERS WERE ASSEMBLED WITH INCORRECT BRAKE CAMSHAFTS. THESE TRAILERS WILL NOT COMPLY WITH THE DECELERATION OR PARKING REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THE BRAKES WILL NOT FUNCTION PROPERLY. THESE TRAILERS WILL ALSO HAVE DIMINISHED STOPPING DISTANCE PERFORMANCE AND REDUCED PARKING (HILL HOLDING) CAPABILITY.,THE TRAILER OWNERS (JB HUNT) WILL INSPECT THE AXLE SUSPENSIONS AND CORRECT THE BRAKE CAMSHAFT CONDITION. -03/27/2000,00E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E016000),NHK INTEX CORPORATION,NHT INTEX/BOAT TRAILER MONOLEAF SPRINGS,SUSPENSION,NR (Not Reported),Equipment,13049,"EQUIPMENT DESCRIPTION: SOME MONOLEAF SPRINGS INSTALLED ON CERTAIN BOAT TRAILERS, MANUFACTURED BETWEEN 8/20/99 AND 10/28/99, WERE NOT PROPERLY HEAT TREATED. THESE TRAILERS EXPERIENCE BREAKAGES WHILE IN USE.","IF THE SPRING BREAKS, IT COULD CAUSE THE AXLE ON THE BOAT TRAILER TO ALSO BREAK, WHICH, IN TURN, MAY CAUSE DAMAGE TO THE BOAT OR CAUSE A VEHICLE CRASH.","NHK HAS STOPPED IMPORTS OF ANY FURTHER SPRINGS AND HAS NOTIFIED ALL IMMEDIATE DISTRIBUTORS, UFP, AND ALL ORIGINAL EQUIPMENT MANUFACTURERS TO STOP MAKING THEIR TRAILERS WITH THE DEFECTIVE SPRINGS AND TO STOP SALE ON ALL INVENTORY." -03/24/2000,00V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V090000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FASTENERS,STRUCTURE,NR (Not Reported),Vehicle,357,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES MAY HAVE BEEN ASSEMBLED WITH THREADED FASTENERS FROM A DEFECTIVE MATERIAL LOT THAT MAY FAIL IN ASSEMBLY. THESE FASTENERS ARE USED TO ATTACH FOUR SUB-ASSEMBLIES ONTO THE VEHICLE.,FASTENER FAILURE WILL REDUCE THE CLAMP LOAD STRENGTH OF THE ASSEMBLY AND POSSIBLE JOINT FAILURE.,DEALERS WILL REPLACE THE M10X50 SOCKET HEAD SCREWS WITH NEW PARTS. -03/24/2000,00V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V092000),"Rolls-Royce Motor Cars, Ltd.",ROLLS ROYCE/FUEL RETURN PIPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,110,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL RETURN PIPE IN THE ENGINE COMPARTMENT CAN WEAR THROUGH AS THE RESULT OF REPEATED CONTACT WITH THE EXHAUST MANIFOLD AS THE VEHICLE IS DRIVEN. IF THE HOSE BECOMES DAMAGED, FUEL LEAKAGE COULD OCCUR.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE ROUTING OF THE FUEL RETURN LINE. IF NECESSARY, THE DEALER WILL REPOSITION THE HOSE OR REPLACE IT WITH A NEW HOSE IF IT WAS DAMAGED." -03/24/2000,00V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V091000),"Subaru of America, Inc.",SUBARU/STEERING KNUCKLE ARM,STEERING,NR (Not Reported),Vehicle,129,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LEFT-SIDE STEERING KNUCKLE ARM WAS INCORRECTLY ASSEMBLED.,THIS CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL.,DEALERS WILL INSPECT THE TORQUE ON THE LEFT SIDE TIE-ROD END CASTLE NUT AND INSTALL A NEW COTTER PIN. -03/22/2000,00V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V089000),"Jayco, Inc.",JAYCO/FMVSS 302/SHADES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,432,"VEHICLE DESCRIPTION: MINI MOTOR HOMES. CERTAIN PLEATED SHADES FAILED THE REQUIREMENTS OF FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""","IF A FIRE OCCURRED IN THE MOTOR HOME, THE PLEATED SHADES WOULD BURN AT AN ACCELERATED RATE, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE PLEATED SHADES ON THESE MOTOR HOMES. -03/21/2000,00E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E014000),Brake Parts Inc.,BRAKE PARTS/DISC ROTORS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,8167,"EQUIPMENT DESCRIPTION: DISC ROTORS- PART NUMBER 65355, WHICH MAY BE IN A BOX LABELED 65355 OR 5578. THIS ROTOR WILL HAVE AN IDENTIFYING ROLL MARK NUMBER OF 65355 ON THE EDGE OR TOP SURFACE AND A CASTING NUMBER OF 55468. THIS PART WILL BE IN A BOX IDENTIFIED WITH ONE OF THE FOLLOWING THREE-DIGIT CODES: 940P, 941P, 942P, 946P, 947P, AND 948P. THESE DISC ROTOR PARTS WERE MANUFACTURED WITH INCORRECT WHEEL STUD(S).","THE INCORRECT WHEEL STUDS CREATES A CROSS-THREAD CONDITION, WHICH COULD RESULT IN THE WHEEL SEPARATING FROM THE VEHICLE WITHOUT PRIOR WARNING.",THE MANUFACTURER WILL INSPECT AND REPLACE THE DEFECTIVE DISC BRAKE ROTORS. -03/21/2000,00V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V086000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CARBON MONOXIDE POISONING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,276,VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THE GENERATOR EXHAUST GASES CAN ACCUMULATE BENEATH THE SLIDE OUT PORTION OF THE MOTOR HOME AND CAN SEEP INTO THE VEHICLE INTERIOR.,THIS SEEPAGE CAN POSSIBLY CAUSE CARBON MONOXIDE POISONING TO PERSONS INSIDE.,DEALERS WILL REPLACE THE GENERATOR EXHAUST PIPE WITH A NEW EXHAUST PIPE DESIGNED TO TERMINATE AT A LOCATION OTHER THAN UNDER THE EXTENDED SLIDE OUT ROOM. -03/20/2000,00V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V083000),Ford Motor Company,FORD/REAR SEAT BELT RETRACTOR BOLTS,SEAT BELTS,00S06,Vehicle,83,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES MAY HAVE BEEN BUILT WITH THE LEFT REAR SEAT BELT RETRACTOR ATTACHING BOLTS INCORRECTLY TIGHTENED.,"IN THE EVENT OF A CRASH, THE VEHICLE OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL TIGHTEN THE RETRACTOR MOUNTING BOLTS TO THE SPECIFIED TORQUE. -03/20/2000,00V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V084000),"Volkswagen Group of America, Inc.",VW/FUEL FEED LINES,"FUEL SYSTEM, GASOLINE",LA,Vehicle,11000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL FEED LINE CONNECTING THE FUEL FILTER TO THE ENGINE DELIVERED BY THE SUPPLIER FOR USE IN THESE VEHICLES MAY HAVE BEEN IMPROPERLY MANUFACTURED.,THIS CAN RESULT IN FUEL LEAKAGE.,DEALERS WILL REPLACE THE ENTIRE FUEL FEED LINE FROM THE FUEL FILTER TO THE ENGINE. -03/17/2000,00V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V082000),FREIGHTLINER LLC,FREIGHTLINER/12 VOLT POWER OUTLET,ELECTRICAL SYSTEM,FL-256,Vehicle,1073,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CERTAIN 12 VOLT POWER OUTLETS. AN UNPLUGGED HOLE IN THE FLOORBOARD CAN ALLOW ROAD SALTS AND MOISTURE INTO AN AREA WHERE A 12 VOLT POWER OUTLET IS MOUNTED.,A SHORT BETWEEN THE OUTLET TERMINALS COULD DEVELOP CAUSING AN ELECTRICAL FIRE.,"DEALERS WILL INSPECT ALL VEHICLES TO DETERMINE IF A FLOORBOARD PLUG WAS INSTALLED. ON VEHICLES FOUND WITHOUT A PLUG, A NEW OUTLET AND PLUG WILL BE INSTALLED." -03/17/2000,00V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V080000),FREIGHTLINER LLC,FREIGHTLINER/FUEL TANK STEPS,"FUEL SYSTEM, GASOLINE",FL-254,Vehicle,9875,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCK MODELS WITH 111"", 113"", AND 122"" CABS. THE FUEL TANK STEPS CAN DEVELOP FATIGUE CRACKS DUE TO EXCESSIVE OVERHANG.",THE STEPS COULD FAIL.,"DEALERS WILL INSPECT THE STEP ASSEMBLY FOR OVERHANG AND ADD AN END SUPPORT OF THE TRAILING EDGE OF THE FUEL TANK STEP, IF NECESSARY. OWNER NOTIFICATION BEGAN NOVEMBER 2, 2001. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT FREIGHTLINER AT 1-800-547-0712." -03/17/2000,00V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V081000),FREIGHTLINER LLC,FREIGHTLINER/SUSPENSION SPRINGS,SUSPENSION,FL-255,Vehicle,13545,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH DUAL LEAF SPRING TYPE AIR RIDE SUSPENSIONS AND VEHICLES BUILT WITH SINGLE LEAF SPRING TYPE AIR RIDE SUSPENSIONS. REAR SUSPENSION SPRINGS CAN FRACTURE THROUGH THE CENTER BOLT HOLE AFTER VEHICLE ASSEMBLY.,"IF UNDETECTED, THE REAR END OF THE SPRING COULD SEPARATE FROM THE VEHICLE CAUSING A HAZARDOUS ROAD DEBRIS SITUATION.","FOR VEHICLES EQUIPPED WITH SINGLE LEAF SPRINGS, DEALERS WILL REMOVE AND REPLACE ALL SPRINGS. FOR VEHICLES EQUIPPED WITH DUAL LEAF SPRINGS, DEALERS WILL INSPECT FOR CRACKED SPRINGS AND REPLACE IF CRACKED." -03/16/2000,00V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V085000),"General Motors, LLC",GM/POWER STEERING COOLER HOSE,STEERING,00028,Vehicle,10468,VEHICLE DESCRIPTION: PASSENGER VANS EQUIPPED WITH A BRAKE WARNING INDICATOR. SOME OF THESE VEHICLES HAVE A POWER STEERING COOLER HOSE THAT CAN SEPARATE FROM THE POWER BRAKE BOOSTER FLUID FLOW SWITCH ASSEMBLY.,"IF THIS OCCURS, POWER STEERING FLUID COULD FLOW ONTO HOT ENGINE PARTS AND AN ENGINE COMPARTMENT FIRE COULD OCCUR.","DEALERS WILL INSPECT FOR THREE SCREW CLAMPS TO THE POWER STEERING HOSE JOINTS. IF THE CLAMPS ARE NOT THE SCREW TYPE, DEALERS WILL REPLACE THE CLAMPS." -03/15/2000,00V002003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V002003),"Kalmar Solutions, LLC",KALMAR/MAGNUM//HALDEX/FMVSS 121,PARKING BRAKE,NR (Not Reported),Vehicle,165,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HALDEX MANIFOLD DASH VALVES (MDV) USED IN TRACTOR AND TRAILER PARKING BRAKES. THESE VALVES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" A LOSS OF THE ISOLATION OF THE TWO BRAKE SYSTEM CIRCUITS CAN RESULT IN THE LOSS OF SERVICE BRAKES WHEN THERE IS ANOTHER FAILURE OF ONE OF THE TWO BRAKE CIRCUITS.","THE LOSS OF SERVICE BRAKES CAN OCCUR, INCREASING THE RISK OF A CRASH.",HALDEX IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE SUSPECT VALVES. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT HALDEX AT 1-816-891-2470 OR KALMAR/MAGNUM AT 1-903-759-5490. -03/15/2000,00V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V079000),Starcraft RV,STARCRAFT/AXLE ASSEMBLIES,SUSPENSION,NR (Not Reported),Vehicle,58,VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE AXLE ASSEMBLIES WERE REVERSED WHICH CAUSES THE BRAKES AND SPRINGS TO ALSO BE REVERSED.,THE LOCATION OF THE BRAKE WILL IMPAIR THEIR ABILITY TO FUNCTION.,DEALERS WILL TURN THE AXLE ASSEMBLIES WHICH WILL MOVE THE BRAKES AND SPRINGS INTO THE CORRECT POSITION. -03/13/2000,00V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V076000),"Yamaha Motor Corporation, USA",YAMAHA//SIDESTAND SWITCH,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,17146,"VEHICLE DESCRIPTION: MOTORCYCLES. THE SCREWS HOLDING THE SIDESTAND SWITCH CAN LOOSEN AND FALL OUT DUE TO ENGINE HEAT AND VIBRATION. IF THIS HAPPENS, THE SIDESTAND SWITCH WOULD NOT FUNCTION CORRECTLY, SO IT WOULD BE POSSIBLE TO RIDE THE MOTORCYCLE WITH THE SIDESTAND IN THE DOWN POSITION.","THIS CONDITION WOULD INCREASE THE RISK THAT THE SIDESTAND COULD HIT THE GROUND DURING A TURN, WHICH COULD CAUSE LOSS OF CONTROL OF THE MOTORCYCLE.",DEALERS WILL REPLACE THE SCREWS HOLDING THE SIDESTAND SWITCH. -03/13/2000,00V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V077000),"Yamaha Motor Corporation, USA",YAMAHA/FRONT BRAKE PAD MATERIAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5313,VEHICLE DESCRIPTION: MOTORCYCLES. THE FRONT BRAKE PAD MATERIAL COULD SEPARATE FROM THE BACKING PLATE DUE TO INSUFFICIENT ADHESION.,"IF PAD SEPARATION OCCURS, THERE COULD BE A LOSS OF BRAKING ABILITY WITH THE FRONT BRAKE.",DEALERS WILL INSTALL NEW FRONT BRAKE PADS. -03/09/2000,00V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V075000),Ford Motor Company,FORD/REAR BRAKE VALVE,"SERVICE BRAKES, HYDRAULIC",00S03,Vehicle,436200,"VEHICLE DESCRIPTION: PASSENGER VEHICLES NOT EQUIPPED WITH THE ANTI-LOCK BRAKING SYSTEM (ABS). A PRESSURE CONSCIOUS REDUCING VALVE (PCRV) IN THE REAR BRAKES MAY BE SUBJECT TO CORROSION AND RESULT IN MALFUNCTION, WHEN OPERATED IN AREAS THAT USE SALT COMPOUNDS ON THE ROADWAY FOR DE-ICING OR DUST CONTROL.","IF BOTH PCRV'S MALFUNCTION, VEHICLE HANDLING COULD BE ADVERSELY AFFECTED DURING BRAKING AS A RESULT OF THE REAR WHEELS LOCKING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL IMPROVED PCRV'S IN THE REAR BRAKE SYSTEM. THIS RECALL WAS EXPANDED IN SEPTEMBER 2000 TO INCLUDE 1999 AND 2000 FORD CONTOUR, MERCURY MYSTIQUE AND COUGAR VEHICLES." -03/08/2000,00V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V078000),"Ferrari North America, Inc.",FERRARI/BRAKE AND CLUTCH FLUID RESERVOIR HOSES,"SERVICE BRAKES, HYDRAULIC",19,Vehicle,34,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. BRAKE AND CLUTCH FLUID RESERVOIR HOSES MAY NOT BE RESISTANT TO BRAKE FLUID, WHICH COULD CAUSE FAILURE OF THE HOSES.","SHOULD A HOSE FAILURE OCCUR, THE BRAKE FAILURE LIGHT WOULD LIGHT UP, FOLLOWED BY LOSS OF VEHICLE BRAKING EFFICIENCY.","DEALERS WILL INSPECT THE HOSES AND, IF REQUIRED, INSTALL NEW HOSES THAT ARE RESISTANT TO BRAKE FLUID." -03/08/2000,00V028001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V028001),"NU VAN TECHNOLOGY, INC.",NUVAN/FIFTH WHEEL COUPLERS,TRAILER HITCHES,NR (Not Reported),Vehicle,363,VEHICLE DESCRIPTION: AUTO TRANSPORT SEMI-TRAILERS EQUIPPED WITH STINGER STEERING AND FONTAINE CUSTOM DUTY FIFTH WHEEL COUPLERS. A TRAILER CAN BECOME UN-COUPLED WITHOUT BEING RELEASED BY THE DRIVER OR OPERATOR.,LOSS OF THE TRAILER INCREASES THE RISK OF PERSONAL PROPERTY OR A CRASH.,"DEALERS WILL INSTALL SAFETY CHAINS, ""DANGER"" AND OPERATING INSTRUCTIONS FOR THE OPERATORS AT THE COUPLER AND INSIDE OF THE TRUCK CAB." -03/07/2000,00E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E013000),Ford Motor Company,FORD/AFTERMARKET TRAILER HITCH BOLTS,TRAILER HITCHES,NR (Not Reported),Equipment,6750,"AFTERMARKET TRAILER HITCH ASSEMBLIES. THE MOUNTING BOLTS AND NUT PLATES MAY BECOME LOOSE AND LOSE CLAMP LOAD, RESULTING IN A DISENGAGEMENT OF THE ATTACHING BOLTS FROM THE VEHICLE.","IF THE OPERATOR DOES NOT NOTICE THE CONDITION DUE TO RATTLE OR OTHER LOOSENESS OF THE TRAILER HITCH ASSEMBLY, THERE IS A POTENTIAL FOR THE TRAILER HITCH TO SEPARATE FROM THE VEHICLE.",FORD WILL NOTIFY OWNERS OF THE TRAILER HITCH ASSEMBLIES TO RETURN THEIR HITCHES TO THE DEALERS TO REPLACE THE MOUNTING BOLTS AND NUT PLATES WITH A HIGHER STRENGTH MOUNTING BOLTS AND NUT PLATES INSTALLED AT A HIGHER TORQUE AND INCLUDING AN ADHESIVE PATCH. -03/07/2000,00V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V072000),Ford Motor Company,FORD/ELECTRONIC FUNCTIONS,ELECTRICAL SYSTEM,00S04,Vehicle,208903,"VEHICLE DESCRIPTION: MULTI-PURPOSE VEHICLES EQUIPPED WITH 4.0L ENGINES AND ALL-TIME 4-WHEEL DRIVE (A4WD) POWERTRAINS. THE GENERIC ELECTRONIC MODULE (GEM) COULD EXPERIENCE A CONDITION REFERRED TO AS ""LOCK-UP"" IN WHICH THE GEM CONTROLLED ELECTRONIC FUNCTIONS (E.G., FRONT WINDSHIELD WIPERS, INTERIOR LIGHTS, 4X4 SYSTEM, ETC.) COULD NOT BE TURNED ON OR, IN SOME CASES IF THE FUNCTION IS ON, COULD NOT BE TURNED OFF.","AN INOPERATIVE WINDSHIELD WIPER SYSTEM COULD AFFECT DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A RESISTOR IN THE GEM CIRCUIT. -03/07/2000,00V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V073000),Ford Motor Company,FORD/TRAILER HITCH ASSEMBLY,TRAILER HITCHES,00S05,Vehicle,565800,VEHICLE DESCRIPTION: MULTI-PURPOSE VEHICLES. THE TRAILER HITCH ASSEMBLY TO THE FRAME ATTACHING BOLTS COULD LOSE THE CLAMP LOAD.,THE TRAILER HITCH COULD THEN SEPARATE FROM THE VEHICLE.,DEALERS WILL REPLACE THE TRAILER HITCH MOUNTING BOLTS AND NUT PLATES. -03/07/2000,00V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V074000),Mazda North American Operations,MAZDA/BRAKE MASTER CYLINDER RESERVOIR,"SERVICE BRAKES, HYDRAULIC",89004,Vehicle,71000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN RESERVOIR TANK CAPS ON THE BRAKE MASTER CYLINDER WERE PRODUCED WITH A WORN OUT DIE AND LACK VENTILATION HOLES. AS A RESULT, THE PRESSURE IN THE RESERVOIR TANK CAN DROP GRADUALLY AS THE BRAKE PAD OR SHOE WEARS AND AMBIENT TEMPERATURE DROPS. ALSO, THE PRESSURE COULD REACH A POINT THAT THE BRAKE CALIPER AND DRUM CYLINDER ARE PULLED BACK BY THE VACUUM IN THE RESERVOIR TANK WHEN THE VEHICLE IS PARKED FOR A LONG TIME.","THIS CONDITION COULD CAUSE REDUCED BRAKE EFFICIENCY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE RESERVOIR CAP AND REPLACE IT, IF NECESSARY." -03/06/2000,00V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V071000),Blue Bird Body Company,BLUE BIRD/PDU CABLE,STEERING,R00DS,Vehicle,779,VEHICLE DESCRIPTION: FRONT ENGINE SCHOOL AND TRANSIT BUSES. THE POWER DISTRIBUTION UNIT (PDU) CABLES ARE INADEQUATELY SUPPORTED OR ROUTED IN CLOSE PROXIMITY TO THE STEERING PITMAN ARM.,"THE CABLE CAN CHAFE RESULTING IN AN ELECTRICAL SHORT, INCREASING THE RISK OF A FIRE.",OWNERS WILL BE PROVIDED WITH STEP BY STEP REPAIR INSTRUCTIONS FOR RE-ROUTING THE WIRES. -03/06/2000,00V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V070000),"EUROPA INTERNATIONAL, INC.",EUROPA/SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,22,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES (LONG WHEEL BASE). AN INCORRECT SIZE/SHAPE OF THE METAL BODY HOUSING WHERE THE RIGHT FRONT SEAT BELT IS SECURED ALLOWS THE SEAT BELT REEL TO RUB AGAINST THE EXTERNAL HOUSING.,"THIS CONDITION CAN AFFECT THE PERFORMANCE OF THE ASSEMBLY, INCREASING THE RISK OF INJURY TO AN OCCUPANT IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT, MODIFY, AND, IF NECESSARY, REPLACE THE SEAT BELT REEL." -03/06/2000,00V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V068000),"Volkswagen Group of America, Inc.",VW/FUEL LINES,"FUEL SYSTEM, GASOLINE",KY,Vehicle,3000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A FUEL FEED LINE CONNECTING THE FUEL FILTER TO THE ENGINE CAN PREMATURELY AGE AND SHRINK THROUGH EXPOSURE TO HIGH UNDER HOOD TEMPERATURE CAUSED BY THE TURBOCHARGER.,THIS CAN RESULT IN FUEL SEEPAGE AT THE CONNECTION.,DEALERS WILL REPLACE THE ENTIRE FUEL FEED LINE FROM THE FUEL FILTER TO THE ENGINE WITH A FUEL LINE OF SHRINKAGE-PROOF MATERIAL. -03/03/2000,00E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E010000),"AIRBAG SYSTEMS, INC.",AIRBAG SYSTEMS/AIR BAG ON/OFF SWITCH,INTERIOR LIGHTING,NR (Not Reported),Equipment,50,"EQUIPMENT DESCRIPTION: THE AIR BAG ON/OFF SWITCH ASSEMBLIES DO NOT PROVIDE A SEPARATE LIGHT TO INDICATE THAT AN AIR BAG HAS BEEN TEMPORARILY SWITCHED OFF OR DISABLED. ALSO, THE VEHICLE'S AIR BAG READINESS INDICATOR LAMP STAYS ON WHEN AN AIR BAG IS DISABLED.","THE VEHICLE OCCUPANT IS UNAWARE THAT THE AIRBAG HAS BEEN SWITCHED OFF OR DISABLED WHICH COULD RESULT IN INJURY IN A CRASH. ALSO, THE OCCUPANT IS UNAWARE OF ANY FAILURE OR MALFUNCTION THAT MAY BE DETECTED BY THE VEHICLE'S AIR BAG MONITORING SYSTEM BECAUSE THE AIR BAG INDICATOR LAMP STAYS ON WHEN AN AIR BAG IS DISABLED.",THE MANUFACTURER HAS DISCONTINUED THE USE OF THIS ASSEMBLY AND WILL NOTIFY OWNERS TO BRING THEIR VEHICLES TO AN AUTHORIZED DEALER TO HAVE THE SWITCH REPLACED. -03/03/2000,00V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V060000),"Forest River, Inc.",FOREST RIVER/LP GAS HOSE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,115,VEHICLE DESCRIPTION: FIFTH WHEEL TRAILERS EQUIPPED WITH SLIDE-OUT ROOMS THAT HOUSE THE KITCHEN RANGE AND REFRIGERATOR. A LIQUID PROPANE (LP) GAS HOSE CONNECTS THE MAIN LP GAS MANIFOLD TO THE GAS FIRED APPLIANCES IN THE SLIDE-OUT ROOM. THE CONNECTION OF THE HOSE TO A TEE IN THE REFRIGERATOR COMPARTMENT PUTS A ROTATIONAL STRESS ON THE CRIMPED CONNECTION BETWEEN THE FITTING THAT CONNECTS TO THE TEE AND THE HOSE ITSELF.,"THIS CONDITION CAN RESULT IN LEAKAGE OF LP GAS, INCREASING THE RISK OF FIRE.","DEALERS WILL INSTALL A MANIFOLD THAT WILL GO INTO THE REFRIGERATOR ANCHORING THIS TO THE FLOOR, THEN ATTACHING A HOSE WITH A HIGH COMPRESSION END FITTING TO A BRASS FITTING. THE HOSE WILL THEN FLEX SIDE TO SIDE RATHER THAN ROTATIONALLY." -03/03/2000,00V069200,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V069200),"General Motors, LLC",GM/CHEVROLET TRUCK/ELECTRIC CHARGE PORTS,ELECTRICAL SYSTEM,00025,Vehicle,576,VEHICLE DESCRIPTION: GENERATION 1 ELECTRIC LIGHT DUTY PICKUP TRUCKS. THESE VEHICLES WERE BUILT WITH A CHARGE PORT ASSEMBLY THAT COULD FAIL DURING A CHARGING EVENT.,HEAT COULD BUILD UP WITHIN THE CHARGE PORT AND A FIRE COULD RESULT.,DEALERS WILL REPLACE THE CHARGE PORT ASSEMBLY WITH A REDESIGNED CHARGE PORT ASSEMBLY. -03/03/2000,00V069100,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V069100),"General Motors, LLC",GM/SATURN/ELECTRIC CHARGE PORTS,ELECTRICAL SYSTEM,00025,Vehicle,489,VEHICLE DESCRIPTION: GENERATION 1 ELECTRIC PASSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH A CHARGE PORT ASSEMBLY THAT COULD FAIL DURING A CHARGING EVENT.,HEAT COULD BUILD UP WITHIN THE CHARGE PORT AND A FIRE COULD RESULT.,THESE PASSENGER VEHICLES WERE REPURCHASED BY SATURN/GM. -03/03/2000,00V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V059000),UD Trucks Corporation,NISSAN DIESEL/FUEL SHUT OFF SOLENOID,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5488,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. THE DIESEL ENGINE FUEL SHUT OFF SOLENOID CONTAINS INSUFFICIENT WATERPROOF PROTECTION WITH THE ELECTROMAGNETIC SOLENOID COIL WINDINGS.,WATER ENTRY INTO THE INTERNAL COIL WINDINGS OF THE SOLENOID CAN CAUSE THE COIL WINDINGS TO SHORT CIRCUIT AND NOT ALLOW THE VEHICLE TO START.,DEALERS WILL REPLACE THE EXISTING ENGINE STOP SOLENOID WITH A REDESIGNED ENGINE STOP MOTOR AND CABLE ASSEMBLY. -03/02/2000,00V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V066000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CHILD LOCK INSTRUCTIONS,EQUIPMENT,868,Vehicle,17000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AFFECTED VEHICLES WERE BUILT WITH INCORRECT CHILD LOCK INSTRUCTION LABELS.,THE INCORRECT LABELS COULD CAUSE CONFUSION AS TO WHETHER THE CHILDPROOF SAFETY LOCK WAS ACTIVATED.,OWNERS WILL BE PROVIDED WITH CORRECT LABELS. -03/02/2000,00V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V067000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",869,Vehicle,38,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AFFECTED VEHICLES WERE BUILT WITH UNPAINTED FUEL TANK STRAPS.,THE PAINT PROVIDES CORROSION PROTECTION NECESSARY TO ENSURE THE STRAPS DO NOT LOOSEN OVER TIME.,DEALERS WILL REPLACE THE FUEL TANK STRAPS. -03/02/2000,00V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V065000),"Ferrari North America, Inc.",FERRARI/BRAKE AND CLUTCH FLUID RESERVOIR HOSES,"SERVICE BRAKES, HYDRAULIC",18,Vehicle,69,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. BRAKE AND CLUTCH FLUID RESERVOIR HOSES MAY NOT BE RESISTANT TO BRAKE FLUID, WHICH COULD CAUSE FAILURE OF THE HOSES.","SHOULD A HOSE FAILURE OCCUR, THE BRAKE FAILURE LIGHT WOULD LIGHT UP, FOLLOWED BY LOSS OF VEHICLE BRAKING EFFICIENCY.","DEALERS WILL INSPECT THE HOSES AND, IF REQUIRED, INSTALL NEW HOSES THAT ARE RESISTANT TO BRAKE FLUID." -03/02/2000,00V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V064000),"Ferrari North America, Inc.",FERRARI/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",20,Vehicle,477,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH BOSCH BRAKING SYSTEM. BRAKE FLUID RESERVOIR HOSES MAY NOT BE RESISTANT TO BRAKE FLUID, WHICH COULD CAUSE FAILURE OF THE HOSES.","SHOULD A HOSE FAILURE OCCUR, THE BRAKE FAILURE LIGHT WOULD LIGHT UP, FOLLOWED BY LOSS OF VEHICLE BRAKING EFFICIENCY.","DEALERS WILL INSPECT THE HOSES AND, IF REQUIRED, INSTALL NEW HOSES THAT ARE RESISTANT TO BRAKE FLUID." -03/02/2000,00V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V058000),Isuzu Motors Limited,ISUZU/REAR AXLE,SUSPENSION,NR (Not Reported),Vehicle,213736,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. PAINT WAS APPLIED UNEVENLY ON THE REAR AXLES, RESULTING IN INSUFFICIENT PAINT HARDNESS. SHOULD THIS OCCUR ON THE SURFACE THAT CONTACTS THE REAR AXLE LOWER LINK BRACKET BOLT HEAD AND/OR NUT, THE NUT MAY LOOSEN.","THE BOLT COULD DETACH FULLY, CAUSING SEPARATION OF THE LOWER LINK FROM THE REAR AXLE, INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE THE REAR AXLE LOWER LINK JOINT NUT AND BOLT. -03/02/2000,00V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V063000),"Nissan North America, Inc.",NISSAN/FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,14800,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT COIL SPRINGS MAY NOT HAVE SUFFICIENT CORROSION RESISTANCE IN AREAS OF THE COUNTRY WHERE SIGNIFICANT AMOUNTS OF DE-ICING SALTS ARE APPLIED TO ROADS IN THE WINTER.,"IF A BROKEN SPRING COMES OUT OF THE LOWER SEAT, IT COULD CONTACT AND PUNCTURE THE TIRE.",DEALERS WILL REPLACE THE FRONT COIL SPRING. -03/01/2000,00V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V061000),"Jayco, Inc.",JAYCO/GAS TANK,EQUIPMENT,FC RCC111,Vehicle,38,"VEHICLE DESCRIPTION: CLASS B CAMPER VANS. WHEN THE REFRIGERATOR CABINET WAS SECURED DURING MANUFACTURE, THE BOLTS MAY HAVE EXTENDED INTO AND PUNCTURED THE GASOLINE FUEL TANK, RESULTING IN LEAKAGE OF GASOLINE.",GASOLINE LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL SEAL THE PERFORATED GAS TANK AND RE-SECURE THE REFRIGERATOR CABINET AWAY FROM THE GAS TANK AND INTO THE FRAME. -02/28/2000,00V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V055000),"General Motors, LLC",GM/ABS SPRING CLIP,"SERVICE BRAKES, HYDRAULIC",00013,Vehicle,10674,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH 4-WHEEL DISC BRAKES. SOME OF THESE VEHICLES HAVE AN ANTILOCK BRAKE SYSTEM (ABS) MOTOR CONTAINING AN OUT-OF-SPECIFICATION SPRING CLIP. THIS CLIP COULD ALLOW THE MOTOR BEARING TO BECOME MISALIGNED. IF MISALIGNMENT OCCURS, EVENTUALLY THE ABS WOULD BE NON-FUNCTIONAL.","THE BASE BRAKES WOULD REMAIN FULLY FUNCTIONAL, BUT THE DYNAMIC REAR PROPORTIONING (DRP) SYSTEM, WHICH OPTIMIZES FRONT TO REAR BRAKE BALANCE, WOULD BECOME INOPERATIVE.",DEALERS WILL REPLACE THE BRAKE PRESSURE MODULE VALVE ASSEMBLY. -02/28/2000,00V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V053000),"General Motors, LLC",GM/BI-FUEL CNG COOLANT LINES,"FUEL SYSTEM, OTHER",00002,Vehicle,391,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH BI-FUEL COMPRESSED NATURAL GAS (CNG) VEHICLES. THE CNG FUEL LINE AND THE CNG HIGH PRESSURE REGULATOR COOLANT LINES CAN CONTACT OTHER FUEL (GASOLINE) AND BRAKE LINES ON THE VEHICLE. ABRASION FROM CONTACT CAN CAUSE A LEAK IN THE BRAKE PIPE, FUEL PIPE, OR BOTH.","ABRASION FROM CONTACT CAN CAUSE A LEAK IN THE BRAKE PIPE, FUEL PIPE, OR BOTH. A BRAKE FLUID LEAK COULD DISABLE A PORTION OF THE BRAKE SYSTEM, CAUSING LONGER STOPPING DISTANCES. GASOLINE LEAKING FROM A FUEL PIPE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD CAUSE A VEHICLE FIRE.",DEALERS WILL INSPECT AND REPOSITION THE CNG FUEL AND COOLANT PIPES AND REPOSITION/REPAIR ANY DAMAGED FUEL OR BRAKE PIPES AS NECESSARY. -02/28/2000,00V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V056000),"General Motors, LLC",GM/BRAKE HOSE/WHEEL,"SERVICE BRAKES, HYDRAULIC",00022,Vehicle,1000,VEHICLE DESCRIPTION: LIMOUSINE AND HEARSE MODEL VEHICLES. THE RIGHT FRONT BRAKE HOSE CAN CONTACT THE WHEEL RESULTING IN DAMAGE TO THE BRAKE HOSE.,"IF THE HOSE BECOMES DAMAGED, THERE CAN BE A LOSS OF BRAKE FLUID AND PRESSURE IN HALF OF THE BRAKE SYSTEM. THE BRAKE PEDAL WILL BE LOWER THAN NORMAL AND STOPPING DISTANCES WILL BE LONGER, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE RIGHT FRONT BRAKE HOSE ASSEMBLY. THE LEFT FRONT BRAKE HOSE ASSEMBLY WILL ALSO BE REPLACED TO PREVENT THE POSSIBILITY OF INCORRECT POSITION OF THE HOSE DURING ANY FUTURE SERVICE. -02/28/2000,00V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V057000),"General Motors, LLC",GM/REAR SHOULDER BELTS,SEAT BELTS,00023,Vehicle,85253,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR SHOULDER BELT(S) DO NOT RETRACT. A RETAINER COULD SEPARATE FROM A REAR SEAT SHOULDER BELT RETRACTOR WHICH RESULTS IN THE RETRACTOR RETURN SPRING BECOMING DISENGAGED.,"IN A CRASH, AN OCCUPANT MAY RECEIVE MORE SEVERE INJURIES IF THERE IS EXCESSIVE SLACK IN THE SHOULDER BELT.","DEALERS WILL INSPECT BOTH REAR SHOULDER BELT RETRACTORS FOR CORRECT FUNCTION AND INSTALL A SPRING COVER RETAINING STRAP TO EACH RETRACTOR. IF A RETRACTOR DOES NOT FUNCTION CORRECTLY, IT WILL BE REPLACED." -02/28/2000,00V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V054000),"General Motors, LLC",GM/STEERING CONTROL,STEERING,00008,Vehicle,1462,"VEHICLE DESCRIPTION: CHASSIS CABS. THE TAPERED HOLE IN THE DRAG LINK END THAT ATTACHES TO THE PITMAN ARM TAPERED BALL STUD MAY BE MACHINED TOO DEEP CAUSING THE HOLE TO BE OVERSIZED. A DRAG LINK WITH AN OVERSIZED HOLE MAY NOT ""SEAT"" THE PITMAN ARM TAPERED BALL WHEN ASSEMBLED. THIS COULD CAUSE HIGHER THAN NORMAL FRICTION BETWEEN COMPONENTS DURING OPERATION, AND POSSIBLY RESULT IN JOINT SEPARATION OR A BROKEN BALL STUD.","IF THE JOINT SEPARATED OR THE BALL STUD BRAKE WHILE THE VEHICLE WAS MOVING, STEERING CONTROL WOULD BE LOST.","DEALERS WILL INSPECT THE STEERING LINKAGE ASSEMBLY AND, IF NECESSARY, REPLACE THE DRAG LINK AND THE PITMAN ARM." -02/24/2000,00V002002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V002002),Volvo Trucks North America,VOLVO TRUCKS/HALDEX/FMVSS 121,PARKING BRAKE,RVXX0002,Vehicle,13516,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HALDEX MANIFOLD DASH VALVES (MDV) USED IN TRACTOR AND TRAILER PARKING BRAKES. THESE VALVES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" A LOSS OF THE ISOLATION OF THE TWO BRAKE SYSTEM CIRCUITS CAN RESULT IN THE LOSS OF SERVICE BRAKES WHEN THERE IS ANOTHER FAILURE OF ONE OF THE TWO BRAKE CIRCUITS.","THE LOSS OF SERVICE BRAKES CAN OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE SUSPECT VALVES. -02/24/2000,00V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V052000),"Winnebago Industries, Inc.",WINNEBAGO/GENERATOR CIRCUIT BREAKER,EQUIPMENT,NR (Not Reported),Vehicle,235,VEHICLE DESCRIPTION: MOTOR HOMES. THESE MOTOR HOMES MAY CONTAIN A GENERATOR WITH AN IMPROPERLY SIZED BREAKER FOR ITS INTENDED APPLICATION. A 30-AMP CIRCUIT BREAKER IS INSTALLED WHERE A 20-AMP CIRCUIT BREAKER SHOULD BE. THIS BREAKER PROTECTS THE CIRCUIT THAT GOES TO A CENTRAL AIR CONDITIONING UNIT.,"IF AN OVERLOAD WERE TO OCCUR TO THE CIRCUIT, IT COULD IGNITE THE INSULATION AND RESULT IN BODILY INJURY AND/OR PROPERTY DAMAGE.","DEALERS WILL INSPECT THE CIRCUIT BREAKERS IN THE GENERATOR AND, IF NECESSARY, REPLACE THE BREAKER." -02/23/2000,00V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V047000),"Foretravel, Inc.",FORETRAVEL/WINDSHIELD WIPER BLADES,VISIBILITY,NR (Not Reported),Vehicle,326,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. DURING ICY CONDITIONS, THE WINDSHIELD WIPER BLADES COULD STICK TO THE WINDSHIELD WHEN THE SYSTEM IS TURNED ON CAUSING THE MOTOR SHAFT TO SPIN ON THE DRIVE ARM IF THE PIVOT NUT IS NOT PROPERLY TORQUED.","LOSS OF VISIBILITY COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE TORQUE OF THE PIVOT NUT ON THE DRIVE AND DRIVE ARM. -02/22/2000,00V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V051000),Blue Bird Body Company,BLUE BIRD/BRAKE LINES,"SERVICE BRAKES, AIR",400DR,Vehicle,3113,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH BENDIX ABS ANTI-LOCK BRAKING SYSTEM. THE PRIMARY AND SECONDARY BRAKE TREADLE VALVE AIR LINES WERE INSTALLED INCORRECTLY AT THE BENDIX R12DC RELAY VALVE.,"WITH THE BRAKE SYSTEM INSTALLED INCORRECTLY, FUTURE MAINTENANCE MIGHT BE AFFECTED BY THIS INCONSISTENCY, CAUSING THE BRAKES TO BE INSTALLED INCORRECT, INCREASING THE RISK OF A CRASH.",DEALERS WILL CORRECT THE AIR LINE PLUMBING AT THE BENDIX R12DC RELAY VALVE. -02/17/2000,00V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V048000),"BMW of North America, LLC",BMW/BRAKE LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,17700,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BRAKE LAMPS IN THESE VEHICLES ARE CONTROLLED BY A SWITCH ACTIVATED BY THE MOVEMENT OF THE BRAKE PEDAL. THIS SWITCH COULD FAIL INTERNALLY, CAUSING IT TO REMAIN EITHER IN THE ""BRAKE LAMPS OFF"" POSITION OR IN THE ""BRAKE LAMPS ON"" POSITION.","IF THIS HAPPENS, THE BRAKE LAMPS EITHER WILL NOT OPERATE OR WILL BE CONTINUOUSLY ILLUMINATED, REGARDLESS OF BRAKE PEDAL POSITION.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE EXISTING BRAKE LAMP SWITCH WITH AN IMPROVED SWITCH." -02/17/2000,00V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V049000),"Dutchmen Manufacturing, Inc.",DUTCHMEN/FRAME,STRUCTURE,NR (Not Reported),Vehicle,105,VEHICLE DESCRIPTION: TRAVEL TRAILERS. WOODEN BOARDS WERE MOUNTED BETWEEN THE AXLE BRACKETS AND THE FRAME OF THESE TRAVEL TRAILERS. THE BOARDS COULD DETERIORATE AND/OR COMPRESS SUFFICIENTLY TO ALLOW THE METAL BRACKET OF THE AXLE MOUNT TO PRESS DOWNWARD AGAINST THE BRACKET SIDE MOUNTING BOLTS.,"THIS DOWNWARD CONTACT COULD CREATE A SHEARING FORCE ACROSS THE BOLTS, ALLOWING THE AXLES TO SEPARATE FROM THE TRAVEL TRAILER.",DEALERS WILL REPLACE THE WOOD WITH A STEEL TUBE SECTION. -02/17/2000,00V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V050000),Ford Motor Company,FORD/AIR BAG MODULE,AIR BAGS,00S02,Vehicle,39,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES MAY HAVE BEEN BUILT WITH LOWER THAN THE INTENDED LEVEL OF TORQUE ON THE BOLTS THAT ATTACH THE AIR BAG ELECTRONIC CRASH SENSOR MODULE TO THE VEHICLE.,A LOOSE MODULE COULD RESULT IN A DELAYED AIR BAG DEPLOYMENT IN THE EVENT OF A VEHICLE CRASH.,DEALERS WILL TIGHTEN THE AIR BAG ELECTRONIC CRASH SENSOR ATTACHING BOLTS. -02/17/2000,00E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E011000),"RUDCO PRODUCTS, INC.",RUDCO/CONTAINER DOORS,STRUCTURE,NR (Not Reported),Equipment,1604,"EQUIPMENT DESCRIPTION: ROLL-OFF CONTAINER DOORS FOR CONSTRUCTION TRAILERS. IMPROPERLY TEMPERED STEEL FLAT BARS WERE INSTALLED. THE STEEL USED FOR THE HINGE OF THE CONTAINER DOORS WHEN WELDED, BECOMES BRITTLE. THIS CREATES A RISK THAT THE STEEL MAY CRACK, CAUSING THE ENTIRE DOOR TO FALL OFF UNEXPECTEDLY.","IF THE HINGES CRACK, THEY BECOME WEAK AND CAN FALL OFF THE TRAILER WITHOUT PRIOR WARNING.",RUDCO WILL INSPECT AND REPAIR THE CONTAINERS WITH THE CRACKS. -02/16/2000,00V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V035000),Damon Corporation,DAMON/FMVSS 108/TURN SIGNAL BULBS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,294,"VEHICLE DESCRIPTION: MOTOR HOMES. A CLEAR BULB WAS USED IN THE TURN SIGNAL LAMP INSTEAD OF AMBER AS REQUIRED BY FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE TURN SIGNAL WILL APPEAR CLEAR INSTEAD OF AMBER.,DEALERS WILL REPLACE THE CLEAR/WHITE TURN SIGNAL BULBS WITH AMBER TURN SIGNAL BULBS. -02/16/2000,00V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V044000),"General Motors, LLC",GM/REAR SEAT BELT,SEAT BELTS,00011,Vehicle,135475,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES WERE BUILT WITH REAR SEAT SHOULDER BELTS THAT COULD TWIST, ALLOWING THE WEBBING TO BE JAMMED IN THE RETRACTOR. WHEN THE SHOULDER BELT WEBBING BECOMES JAMMED IN THE RETRACTOR, THE SEAT BELT BECOMES UNUSABLE.","THIS COULD PREVENT A PERSON FROM USING THE SEAT BELT SYSTEM, AND A RISK OF INJURY TO AN UNBELTED PERSON IN A CRASH WOULD BE INCREASED.",DEALERS WILL REMOVE ANY TWISTS FROM THE REAR SHOULDER BELT(S) AND INSTALL CLIPS TO THE BELT WEB GUIDE TO PREVENT TWISTING. -02/16/2000,00V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V043000),"Triumph Motorcycles America, Ltd.",TRIUMPH/DRIVE CHAIN SIDE PLATE,SUSPENSION,NR (Not Reported),Vehicle,137,VEHICLE DESCRIPTION: MOTORCYCLES. THE FINAL DRIVE CHAIN SIDE PLATE WAS NOT HARDENED CORRECTLY.,THIS CHAIN COULD FRACTURE CAUSING A LOSS OF DRIVE TO THE REAR WHEEL.,DEALERS WILL REPLACE THE DRIVE CHAINS. -02/15/2000,00V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V040000),FREIGHTLINER LLC,FREIGHTLINER/PART 567/CERTIFICATION,EQUIPMENT,FL-253,Vehicle,15000,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THE TIRE PRESSURE ON THE CERTIFICATION LABELS ARE INCORRECT FOR THE DESIGNATED GROSS AXLE WEIGHT RATING. THIS DOES NOT COMPLY WITH REQUIREMENTS OF PART 567, ""CERTIFICATION.""",THIS COULD RESULT IN IMPROPER INFLATION OF THE TIRES FOR THE GROSS AXLE WEIGHT RATING LISTED FOR THE CHASSIS.,OWNERS WILL BE MAILED AN OVERLAY WITH THE CORRECT TIRE PRESSURE. -02/15/2000,00V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V041000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT BUSES/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,757,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH NEWAY AD 200 REAR AIR SUSPENSIONS. THERE IS INTERFERENCE BETWEEN THE SUSPENSION U-BOLT AND THE REAR AXLE WHICH CAN CAUSE THE U-BOLT TO CRACK AND FALL OFF.,"THIS CONDITION COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.",OWNERS WILL BE PROVIDED WITH A DETAILED REPAIR PROCEDURE AND FREE PARTS. -02/15/2000,00V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V039000),"Volkswagen Group of America, Inc.",VW/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11400,"VEHICLE DESCRIPTION: MINI VANS. THE CONNECTING ENDS OF THE FUEL FEED AND RETURN HOSES IN THE ENGINE COMPARTMENT CAN ""SETTLE"" OVER TIME WHICH COULD CAUSE THE FASTENING CLAMPS TO LOSE THEIR TIGHT FIT AND PERMIT FUEL TO SEEP OUT AT THE HOSE CONNECTION.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL FEED AND RETURN HOSES. -02/14/2000,00V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V038000),BUELL MOTORCYCLE CO.,BUELL/FUEL FILTER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2912,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL FILTER CAN LEAK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL FILTER. -02/14/2000,00V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V037000),BUELL MOTORCYCLE CO.,BUELL/REAR BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,839,VEHICLE DESCRIPTION: MOTORCYCLES. THE LOCATION OF THE REAR BRAKE LINE CAN CAUSE IT TO BECOME DAMAGED AND LEAK FLUID.,"A LOSS OF REAR WHEEL BRAKING CAPABILITIES COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE REAR BRAKE LINE. -02/11/2000,00V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V030000),Honda (American Honda Motor Co.),HONDA/WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,77695,"VEHICLE DESCRIPTION: MINI VANS. A WIRE HARNESS, LOCATED WITHIN THE ENGINE COMPARTMENT, COULD BE DAMAGED BY CONTACT WITH A METAL PIPE, POSSIBLY RESULTING IN A BLOWN FUSE.","IF A FUSE BLOWS, ENGINE POWER, OR OPERATION OF ANY OR ALL ELECTRICAL COMPONENTS, CAN BE LOST, INCLUDING LIGHTS, WINDSHIELD WIPERS, HORN, AND THE ANTI-LOCK FUNCTION OF THE BRAKES. A SUDDEN LOSS OF POWER OR LIGHTING, OR A FAILURE OF THE WINDSHIELD WIPERS OR ANTI-LOCK BRAKE FEATURE IN BAD WEATHER, COULD RESULT.","DEALERS WILL INSTALL A PROTECTIVE COVERING OVER THE WIRE HARNESS AND METAL PIPE TO PREVENT THIS PROBLEM. IF ANY WIRES ARE DAMAGED, THE DEALER WILL MAKE THE NECESSARY REPAIRS, AND THEN INSTALL THE PROTECTIVE COVERING." -02/11/2000,00V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V036000),Land Rover,LAND ROVER/ACE HYDRAULIC HOSE LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2838,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH ACTIVE CORNERING ENHANCEMENT (ACE). THE HIGH-PRESSURE HYDRAULIC PIPE THAT RUNS FROM THE ACE PUMP TO THE ACE VALVE BLOCK COULD FRACTURE AT ITS UNION WITH THE PUMP.,"THIS WILL RESULT IN A LOSS OF HYDRAULIC FLUID. A LOW FLUID LEVEL CAN SUBSEQUENTLY RESULT IN SYSTEM PUMP FAILURE WHICH WILL THROW OFF THE AUXILIARY DRIVE BELT, RESULTING IN A LOSS OF ENGINE AUXILIARY FUNCTIONS (POWER STEERING ASSIST, WATER PUMP, ALTERNATOR, AND AIR CONDITIONING). IN EXTREME CIRCUMSTANCES, THERE IS A POSSIBILITY THAT THE HYDRAULIC FLUID COULD IGNITE, RESULTING IN AN ENGINE COMPARTMENT FIRE.",DEALERS WILL INSTALL NEW HYDRAULIC TUBING. -02/10/2000,00V127002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V127002),Wabash National Corporation,WABASH/HONEYWELL-BENDIX/BRAKE VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,42,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH BRAKE VALVES MANUFACTURED BY HONEYWELL BENDIX. THE ORIENTATION AND LOCATION OF THE BRAKE VALVE IS SUCH THAT WATER CAN GET INTO THE VALVE THROUGH A VENT IN THE VALVE. THE WATER WILL CONTAMINATE THE AIR SYSTEM AND COULD FREEZE THE BRAKE VALVE.,"IF FROZEN, THE OPERATOR WILL NOT BE ABLE TO MODULATE THE BRAKE FORCES WITH THE BRAKE PEDAL.",BENDIX IS CONDUCTING THE OWNER NOTIFICATION FOR THIS RECALL. OWNERS ARE INSTRUCTED TO CONTACT BENDIX AT 1-800-478-1793 TO RECEIVE A REPLACEMENT UNIT. -02/09/2000,99V287002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V287002),"Jayco, Inc.",JAYCO/NORCOLD/REFRIGERATOR,EQUIPMENT,9901029,Vehicle,14870,"VEHICLE DESCRIPTION: FOLD DOWN TRAILERS WHICH USE GAS/ELECTRIC ABSORPTION REFRIGERATORS SUPPLIED BY NORCOLD. THE SWIVEL NUT WHICH IS AN INTEGRAL CONNECTION COMPONENT OF A PRESSURE TAP DEVICE HAS ""STRESS CORROSION CRACKING.""","THIS CRACKING CAN LEAD TO AN OPEN FRACTURE IN THE BRASS NUT, POTENTIALLY ALLOWING PROPANE GAS TO LEAK.",DEALERS WILL REMOVE THE SWIVEL NUT/PRESSURE TAP COMPONENT AND REPLACE WITH A REMEDY KIT. -02/09/2000,99V306004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306004),"WESTERN RECREATIONAL VEHICLES, INC.",WESTERN RV/ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,92,VEHICLE DESCRIPTION: MOTORHOMES EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -02/07/2000,00V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V032000),Mazda North American Operations,MAZDA/FUEL FILLER PIPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,22000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE NON-RETURN VALVE INSTALLED AT THE LOWER END OF THE FUEL FILLER PIPE CAN STICK DUE TO INSUFFICIENT CLEARANCE BETWEEN THE VALVE CASE AND THE VALVE SHUTTER COMBINED WITH THE MATERIAL PROPERTIES OF THE FUEL HOSE BETWEEN THE FILLER PIPE AND THE FUEL TANK.,"THIS CAN CAUSE A ""HARD TO REFUEL"" CONDITION, AND IN SOME INSTANCES, A ""FUEL SPIT BACK"" DURING REFUELING.",DEALERS WILL REPLACE THE NON-RETURN VALVE WITH A MODIFIED RETURN VALVE. -02/04/2000,00C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C008000),"COSCO, INC.",COSCO\AIR BAG WARNING LABEL,CHILD SEAT,NR (Not Reported),Child Seat,815,"EQUIPMENT DESCRIPTION: COSCO 02-729-TED ARRIVA INFANT CHILD RESTRAINTS MANUFACTURED FROM MARCH 31 THROUGH APRIL 7, 1999. SOME OF THESE UNITS WERE PRODUCED WITHOUT AN AIR BAG WARNING LABEL. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",THE CHILD RESTRAINT COULD POSSIBLY BE PLACED IN AN INCORRECT SEATING POSITION.,MANUFACTURER WILL MAIL CORRECTED LABELS AND INSTALLATION INSTRUCTIONS. -02/04/2000,00C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00C007000),"COSCO, INC.",COSCO\FMVSS 213 BUCKLE RELEASE,CHILD SEAT,NR (Not Reported),Child Seat,206353,"EQUIPMENT DESCRIPTION: COSCO TOURIVA CONVERTIBLE SAFE T SHIELD (FULL WRAP FABRIC COVER) MODEL 02-084, TOURIVA CONVERTIBLE SAFE T SHIELD (PARTIAL WRAP FABRIC COVER) MODEL 02-094, TOURIVA CONVERTIBLE SAFE T SHIELD (FULL WRAP FABRIC COVER WITH PILLOW) MODEL 02-096, TOURIVA CONVERTIBLE SAFE T SHIELD (PARTIAL WRAP VINYL COVER) MODEL 02404, TOURIVA CONVERTIBLE SAFE T SHIELD (PARTIAL WRAP FABRIC COVER) MODEL 02-821, MANUFACTURED FROM MAY 1, 1996 THROUGH NOVEMBER 26, 1997. THESE SEATS FAIL TO FULLY COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS."" THE BUCKLE RELEASE FORCE EXCEEDS THE REQUIREMENTS OF FEDERAL REGULATIONS.","IN THE EVENT OF A CRASH, AN ADULT MAY NOT BE ABLE TO EASILY RELEASE THE BELT BUCKLE.",CONSUMERS WILL BE SENT A FREE REMEDY KIT ALONG WITH INSTALLMENT INSTRUCTIONS. -02/04/2000,00V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V034000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT MOUNTING BOLTS,SEAT BELTS,866,Vehicle,204000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SEAT BELT SHOULDER HEIGHT ADJUSTABLE TURNING LOOP (ATL) TOP MOUNTING BOLT WAS INADEQUATELY MANUFACTURED.,"THE AFFECTED MOUNTING BOLTS MAY NOT WITHSTAND SUFFICIENT FORCE TO FUNCTION PROPERLY IN CERTAIN IMPACT SITUATIONS, INCREASING THE RISK OF INJURY TO A BELTED OCCUPANT.",DEALERS WILL REPLACE THE SHOULDER BELT HEIGHT ADJUSTER MOUNTING BOLTS. -02/04/2000,00V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V033000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BELT RETRACTORS,SEAT BELTS,863,Vehicle,7580,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE MOLDING FLASH ON THE PRIMARY LEVER MAY PREVENT THE OPERATION OF THE G-LOCK AND TILT LOCK FUNCTIONS ON SOME OF THE DRIVER'S SIDE RETRACTORS.,"IF THIS OCCURS IN A FRONTAL CRASH SITUATION, DRIVER PROTECTION FROM THE SEAT BELT MAY BE REDUCED, INCREASING THE RISK OF INJURY.",DEALERS WILL REPLACE THE LEFT FRONT RETRACTOR ASSEMBLIES. -02/03/2000,00V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V029000),PACCAR Incorporated,PACCAR/WIRING HARNESS/FUEL LINES,ELECTRICAL SYSTEM,200-C,Vehicle,9750,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED EQUIPPED WITH 1998 CATERPILLAR 3406E ENGINES. THE ROUTING OF THE CATERPILLAR FUEL LINES AND PETERBILT ENGINE WIRING CAN CAUSE RUBBING ON THE FUEL LINE.,THIS CONDITION CAN RESULT IN FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL INSPECT THE WIRING AND, IF THERE IS EVIDENCE OF RUBBING, THE ELECTRICAL HARNESS AND/OR FUEL LINES WILL BE REPLACED AND ROUTED CORRECTLY." -02/02/2000,00V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V027000),PACCAR Incorporated,PACCAR/CAB FLOOR/BRAKE PEDAL,"SERVICE BRAKES, AIR",100-B,Vehicle,26,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DUAL STEERING. INTERFERENCE BETWEEN THE CAB FLOOR AND THE BRAKE PEDAL CAN OCCUR ON THE RIGHT HAND SIDE OF THE DUAL STEER VEHICLE.,THE BRAKE PEDAL MAY NOT OPERATE AS INTENDED AND COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE THE BRAKE PEDAL/PAD ASSEMBLY. -02/01/2000,00E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E005000),FEDERA-MOGUL CORPORATION,FEDERAL-MOGUL/BALL JOINT ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,415,EQUIPMENT DESCRIPTION: FRONT BALL JOINT ASSEMBLIES. THE DEFECTIVE PARTS HAVE A ZINC PHOSPHATE COATING MISSING ON THE STUD. THIS COATING IS USED TO PROVIDE CORROSION RESISTANCE AND GALVAVIZED PROTECTION BETWEEN THE STUD AND MATING ALUMINUM STEERING KNUCKLE. MOOG PART NUMBER K6345 AND ARE MARKED WITH DATE CODES OF 1049291 THROUGH 1040006.,"WITHOUT THE ZINC PHOSPHATE COATING, THE STUD MAY HAVE A TENDENCY TO CORRODE AND DEGRADE OVER A LONG PERIOD OF TIME. IN EXTREME CASES, THE CORROSION COULD CONTRIBUTE TO LOOSENING BETWEEN THE STUD TAPER AND STEERING KNUCKLE TAPER OR BE EXPOSED TO SOME DEGREE OF HYDROGEN EMBRITTLEMENT. EITHER OF WHICH MAY LEAD TO STUD FAILURE AND SUBSEQUENT LOSS OF VEHICLE CONTROL.","FEDERAL-MOGUL WILL SEND REPLACEMENT PARTS AT NO CHARGE TO THE PART OWNER OR INSTALLING FACILITIES. WHERE APPLICABLE, FEDERAL MOGUL WILL REPLACE DEFECTIVE ASSEMBLIES WITH EITHER OEM PARTS OR REPLACEMENTS, WHICH HAVE A COATED STUD IN THE ASSEMBLY." -02/01/2000,00V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V026000),PACCAR Incorporated,PACCAR/HONEYWELL-BENDIX/BRAKE VALVE,"SERVICE BRAKES, AIR",00KW01,Vehicle,2268,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH BRAKE VALVES MANUFACTURED BY HONEYWELL BENDIX. THE ORIENTATION AND LOCATION OF THE BRAKE VALVE IS SUCH THAT WATER CAN GET INTO THE VALVE THROUGH A VENT IN THE VALVE. THE WATER WILL CONTAMINATE THE AIR SYSTEM AND COULD FREEZE THE BRAKE VALVE.,"IF FROZEN, THE OPERATOR WILL NOT BE ABLE TO MODULATE THE BRAKE FORCES WITH THE BRAKE PEDAL.",DEALERS WILL INSPECT THE AIR BRAKE SYSTEM AND MODIFICATIONS WILL BE MADE TO THE BRAKE VALVE. -01/31/2000,00V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V020000),Ford Motor Company,FORD/GLASS RETENTION,VISIBILITY,00S01,Vehicle,1475,"VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES MAY HAVE BEEN BUILT WITH INCORRECT URETHANE, RESULTING IN AN ADHESIVE BOND RATHER THAN THE INTENDED MOLECULAR BOND FOR THE FRONT WINDSHIELD AND REAR LIFTGATE GLASS.","IF THE BOND DETERIORATES, IT COULD PROVIDE LESS THAN THE INTENDED LEVEL OF GLASS RETENTION IN THE EVENT OF A CRASH.",DEALERS WILL REPLACE THE WINDSHIELD AND LIFTGATE GLASS. -01/31/2000,00V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V024000),"Mack Trucks, Inc.",MACK/FMVSS 108,EXTERIOR LIGHTING,SCO258,Vehicle,709,"VEHICLE DESCRIPTION: CERTAIN HEAVY DUTY TRUCKS FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HEADLAMP ASSEMBLIES HAVE THE BULB IDENTIFICATION FOR THE LOW AND HIGH BEAM REVERSED ON THE FRONT LENS.",THE HEADLIGHT ASSEMBLIES DO NOT MEET THE REQUIREMENTS OF THE STANDARD.,"OWNERS WILL BE PROVIDED WITH A CORRECT LABEL, ALONG WITH INSTALLATION INSTRUCTIONS." -01/28/2000,00E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E003000),TUTHILL TRANSPORT TECHNOLOGIES,TUTHILL/CROSS-MEMBER SUPPORT BRACKET,SUSPENSION,NR (Not Reported),Equipment,90,"EQUIPMENT DESCRIPTION: GRANNING AIR SUSPENSIONS MANUFACTURED FROM APRIL 17, 1998, AND APRIL 15, 1999. A FRACTURE CAN DEVELOP AT THE ATTACHMENT POINT OF THE CROSS MEMBER AND THE BELL CRANK AND IDLER ARM HOUSINGS.",THIS DEFECT MAY CAUSE ERRATIC OR LOSS OF STEERING CONTROL IF THE CROSS MEMBER SEPARATES FROM THE ASSEMBLY.,REPAIR FACILITY WILL INSPECT AND ADD GUSSETS TO REINFORCE THE CROSSMEMBER CONNECTION FOR THE BELL CRANK AND IDLER ARM. -01/28/2000,00V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V025000),Wabash National Corporation,WABASH/BODY RAIL WELDS,STRUCTURE,NR (Not Reported),Vehicle,6233,VEHICLE DESCRIPTION: SEMI-TRAILERS. THESE SEMI-TRAILERS ARE EQUIPPED WITH SUSPENSION BOGIES THAT CAN SLIDE FORWARD AND AFT TO CHANGE THE AXLE POSITIONS. THE BOGIES SLIDE ALONG A PAIR OF BODY RAILS THAT ARE WELDED DIRECTLY TO THE BOTTOM FLANGE OF THE I-BEAM CROSSMEMBERS THAT MAKE UP THE FLOOR SUPPORT STRUCTURE. THE FRONT STOP PIPES WERE INADVERTENTLY WELDED TO THE BODY RAILS SEVERAL INCHES BELOW THE BOTTOM OF THE CROSSMEMBERS.,"CYCLIC TENSION LOADING WILL RESULT IN THE OUTSIDE GUSSET WELD CRACKING, INCREASING THE RISK OF A CRASH.",THIS CAMPAIGN HAS BEEN SUPERSEDED BY CAMPAIGN NO. 02V-295. DEALERS WILL CUT AWAY THE VERTICAL CONNECTION OF THE GUSSET TO THE RAILS ELIMINATING THE GUSSET CRACKING IN THE AREA WHERE THE STOP PIPE IS SOLIDLY WELDED INTO THE BODY RAILS. -01/27/2000,00V019002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V019002),FREIGHTLINER LLC,FREIGHTLINER/FONTAINE/FIFTH WHEEL MOUNTING PLATE,TRAILER HITCHES,FL-252,Vehicle,151,VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH FONTAINE FIFTH WHEEL ASSEMBLIES. THE FIFTH WHEEL MOUNTING PLATES CAN CRACK.,"UNDER THE TRAILER LOADING, THE MOUNTING PLATE COULD EVENTUALLY FAIL DUE TO FATIGUE.",DEALERS WILL INSPECT AND REPLACE THE MOUNTING PLATES THAT ARE CRACKED. -01/26/2000,00V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V021000),"General Motors, LLC",GM/FMVSS 124/CRUISE CONTROL BRACKET,VEHICLE SPEED CONTROL,00001,Vehicle,61,"VEHICLE DESCRIPTION: LIMOUSINES. DURING NORMAL ENGINE ROLL, THE PLASTIC END FITTING OF THE CRUISE CONTROL CABLE COULD CONTACT THE BRAKE MASTER CYLINDER AND FRACTURE. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""",THE FRACTURE COULD PREVENT FULL CLOSING OF THE THROTTLE AND CAUSE A SMALL INCREASE IN ENGINE RPM IN DRIVE WITH THE BRAKE APPLIED.,"DEALERS WILL INSTALL A NEW CRUISE CONTROL BRACKET AND, IF NECESSARY, WILL REPLACE THE CRUISE CONTROL CABLE." -01/24/2000,00E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E002000),"Bendix Commercial Vehicle Systems, LLC",BENDIX TRAILER SYSTEM GUARD TRAILER AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,6053,EQUIPMENT DESCRIPTION: AIR BRAKE SYSTEM AIR DRYERS. THE RETAINING BOLTS FOR THE REED COVERS ON EITHER END OF THE TRAILER AIR DRYER MAY CRACK CAUSING THE BOLT HEADS TO COME OFF.,THE AIR BRAKE SYSTEM CAN LEAK AIR OUT FROM THE AIR DRYER CAUSING A LOW AIR WARNING BUZZER AND EVENTUALLY THE TRAILER PARKING BRAKES COMING TO FULL APPLY OR THE TRAILER'S PARKING BRAKES CAN ENGAGE WITHOUT PRIOR WARNING.,BENDIX WILL REPLACE THE TRAILER AIR DRYERS WITHOUT CHARGE. -01/24/2000,00V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V016000),Honda (American Honda Motor Co.),HONDA/CONVERTIBLE TOP COVER/SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,4930,"VEHICLE DESCRIPTION: CONVERTIBLE PASSENGER VEHICLES. WHEN THE CONVERTIBLE TOP IS DOWN AND THE SEAT IS PUSHED ALL THE WAY BACK, THE SEAT BELTS MAY NOT RETRACT PROPERLY RESULTING IN SLACK IN THE SEAT BELTS.",THIS SLACK CAN REDUCE THE PROTECTIVE CAPABILITY AND EFFECTIVENESS OF THE BELTS AND INCREASES THE RISK OF INJURY TO AN OCCUPANT IN A CRASH.,DEALERS WILL REPLACE THE CONVERTIBLE TOP COVER TO PREVENT INTERFERENCE WITH THE SEAT BELT. -01/24/2000,00V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V022000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERNATIONAL/ABS TRACTION VALVE,"SERVICE BRAKES, HYDRAULIC",00501,Vehicle,829,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE ANTILOCK TRACTION RELAY VALVES WERE INCORRECTLY ASSEMBLED BY THE SUPPLIER. AN EXTRA CHECK VALVE WAS INSTALLED WHICH WILL NOT ALLOW THE TRACTION CONTROL SYSTEM TO FUNCTION PROPERLY.,THE REAR BRAKES CAN BE APPLIED AUTOMATICALLY DURING A TRACTION EVENT AND NOT RELEASE UNTIL THE AIR SYSTEM PRESSURE IS DEPLETED.,DEALERS WILL INSPECT THESE VEHICLES AND ALL ANTILOCK TRACTION RELAY VALVES FOUND DEFECTIVE WILL BE REPLACED. -01/22/2000,00V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V015000),"CARPENTER INDUSTRIES, INC.",CARPENTER/EMERGENCY DOOR,STRUCTURE,NR (Not Reported),Vehicle,3633,VEHICLE DESCRIPTION: SCHOOL BUS WITH SIDE EMERGENCY DOORS. THE BODY SIDE POSTS FOR THE EMERGENCY DOOR CAN CRACK.,"THE EMERGENCY DOOR MAY NOT LATCH PROPERLY, INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT.","CARPENTER HAS GONE OUT OF BUSINESS. OWNERS WERE TO BE PROVIDED WITH FREE PARTS, REPAIR INSTRUCTIONS, AND REIMBURSED FOR THE LABOR INVOLVED." -01/21/2000,00V019001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V019001),Volvo Trucks North America,VOLVO TRUCKS/FONTAINE/FIFTH WHEEL MOUNTING PLATE,TRAILER HITCHES,RVXX0001,Vehicle,3633,"VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS EQUIPPED WITH FONTAINE FIFTH WHEEL ASSEMBLIES, MODELS SL5WMS6125, SL5WMS7125, SL5WMS8125, SL5WMS9125, SL5WMS10125, SL5APM6125, SL5APM7125, SLAPM8125, SL5APM9125, SL5APM10125, SL5WMS-D, SL5APM-D, AND SL5BPS-D. IMPROPER INSTALLATION OF THE FIFTH WHEEL ASSEMBLY CAN CAUSE CRACKING OF THE FIFTH WHEEL MOUNTING PLATE.","UNDER THE TRAILER LOADING, THE MOUNTING PLATE COULD EVENTUALLY FAIL DUE TO FATIGUE.",DEALERS WILL INSPECT AND REPLACE THE MOUNTING PLATES THAT ARE CRACKED. -01/20/2000,00V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V008000),"Suzuki Motor USA, LLC",SUZUKI/FRONT STRUTS,SUSPENSION,W2,Vehicle,13461,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. INSUFFICIENT STRENGTH OF THE MOUNTING BASE ON THE UPPER END OF THE FRONT STRUTS CAN LEAD TO BREAKAGE OF THE MOUNTING BOLTS THAT ATTACH THE UPPER END OF THE FRONT STRUTS TO THE VEHICLE BODY.,"IF THE STRUT BROKE LOOSE, A DRIVER COULD LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL ADD A REINFORCEMENT, FOR BOTH FRONT STRUTS, BETWEEN THE FRONT STRUT MOUNTING BASE AND THE VEHICLE BODY. IN ADDITION, THE FRONT STRUT MOUNTING BASES, MOUNTING BOLTS AND NUTS, AND STRUT BAR STAYS WILL BE REPLACED." -01/19/2000,00E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00E001000),AUTOMATIC EQUIP. MFG. CO.,AUTOMATIC EQUIPMENT/TOW BAR,TRAILER HITCHES,NR (Not Reported),Equipment,2406,EQUIPMENT DESCRIPTION: TOW BARS. THESE UNITS MAY DEVELOP CRACKS IN THE MOUNTING BRACKETS,"THE FAILURE OF THESE BRACKETS COULD CAUSE SEPARATION OF THE TOWED VEHICLE, INCREASING THE RISK OF A CRASH.",OWNERS WILL RECEIVE A REPLACEMENT TOW BAR. AUTOMATIC EQUIPMENT HAS REQUESTED THE RETURN OF THE DEFECTIVE TOW BAR. -01/19/2000,00T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00T001000),Cooper Tire & Rubber Co.,COOPER/INNER LINER GAUGE,TIRES,NR (Not Reported),Tire,202,"TIRE DESCRIPTION: TIRE SIZE 9-14.5 TUBELESS LOAD RANGE F - SERIAL NOS. UPMMCCA389, UPMMCCA399, AND UPMMCCA409. THESE TIRES HAVE AN INADEQUATE INNER LINER.","AIR CAN PERMEATE INTO THE TIRE CARCASS AND RESULT IN SEPARATION. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE COULD CAUSE THE PLY CORDS TO BREAK, THE TUBELESS LINNER TO TEAR, AND A LOSS OF AIR PRESSURE. LOSS OF AIR CAN RESULT IN LOSS OF CONTROL AND A VEHICLE CRASH.","DEALERS WILL INSPECT THESE TIRES AND REPLACE, MOUNT, AND BALANCE THE NEW TIRE AT NO CHARGE." -01/19/2000,00V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V017000),PACCAR Incorporated,PACCAR/THROTTLE/BRAKE PEDAL,"SERVICE BRAKES, HYDRAULIC",100-A,Vehicle,125,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THERE IS AN INTERFERENCE BETWEEN THE THROTTLE PEDAL AND THE BRAKE PEDAL.,"THE BRAKE PEDAL MAY NOT OPERATE AS INTENDED, RESULTING IN GREATER BRAKE PEDAL EFFORT AND/OR DELAYED BRAKE RELEASE.",DEALERS WILL REPLACE THE THROTTLE PEDAL BRACKET. -01/18/2000,00V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V011000),Aston Martin The Americas,ASTON MARTIN/SUSPENSION,STEERING,SAR 003,Vehicle,381,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE WELDS SECURING THE FRONT DAMPER LOWER MOUNTING BRACKET COULD BE INADEQUATE RESULTING IN SEPARATION OF THE BRACKET.,"THE SEPARATED BRACKET COULD DISPLACE THE DAMPER, AND LIMIT STEERING ACTION.",DEALERS WILL INSPECT AND REPLACE THE FRONT DAMPER LOWER MOUNTING BRACKET. -01/18/2000,00V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V010000),"BMW of North America, LLC",BMW/STEERING SHAFT COUPLING,STEERING,00VX5SC01,Vehicle,190,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE LOWER STEERING SHAFT COUPLING INCLUDES A PLASTIC COLLAR WHICH FITS OVER THE LOWER STEERING RACK INPUT SHAFT. THIS COLLAR IS PUSHED DOWN ONTO THE STEERING RACK AND TIGHTENED DURING ASSEMBLY. ON SOME OF THE AFFECTED VEHICLES, THE COLLAR MAY NOT HAVE BEEN PUSHED DOWN FULLY ONTO THE RACK AT THE ASSEMBLY PLANT.","OPERATION OF THE VEHICLE, ESPECIALLY IN ROUGH ROAD CONDITIONS, CAN CAUSE THE CLEARANCE BETWEEN THE COLLAR AND THE STEERING RACK TO INCREASE TO THE POINT WHERE THE INPUT SHAFT CAN SEPARATE FROM THE RACK, RESULTING IN A LOSS OF STEERING CAPABILITY.","DEALERS WILL INSPECT THE STEERING RACK INPUT SHAFT COLLAR FOR PROPER POSITIONING, AND REPOSITION IS NECESSARY." -01/18/2000,00V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V013000),FREIGHTLINER LLC,FREIGHTLINER/ABS VALVE,"SERVICE BRAKES, AIR",FL-249,Vehicle,21,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. A HEAT SHIELD BETWEEN AN ABS (ANTI LOCK BRAKE SYSTEM) MODULATING VALVE AND A MUFFLER WAS OMITTED.,THIS CONDITION COULD RESULT IN LONGER STOPPING DISTANCES IN EMERGENCY BRAKING SITUATIONS.,DEALERS WILL INSTALL A HEAT SHIELD BETWEEN THE ABS MODULATING VALVE AND THE MUFFLER. -01/18/2000,00V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V014000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE MOUNTING BRACKET,"SERVICE BRAKES, AIR",FL-250,Vehicle,323,"VEHICLE DESCRIPTION: RV CHASSIS. IF THE FRONT WHEELS ARE TURNED WHEN THE AIR SUSPENSION IS EXHAUSTED, THE BRAKE CHAMBER MOUNTING BRACKET COULD BE DAMAGED DUE TO AN INTERFERENCE.",THIS CAN RESULT IN BRAKE DRAG.,DEALERS WILL REMOVE AND REPLACE ALL AXLE STOPS. -01/18/2000,00V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V009000),"Suzuki Motor USA, LLC",SUZUKI/CRANKCASE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1458,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE MOTORCYCLE CRANKCASE DESIGN ALLOWS THE CREATION OF AIR POCKETS NEAR THE OIL PUMP INLET DUE TO SLOSHING OF THE OIL IN THE CRANKCASE. IF THE OIL PUMP DRAWS AIR, INADEQUATE LUBRICATION TO THE ENGINE OCCURS, CAUSING SEVERE ENGINE DAMAGE AND RESULTING IN ENGINE FAILURE.","SUDDEN ENGINE FAILURE WHILE RIDING COULD CAUSE REAR WHEEL LOCKUP, ALLOWING THE DRIVER TO LOSE CONTROL OF THE MOTORCYCLE.",DEALERS WILL INSTALL AN OIL PLATE TO PREVENT THE CREATION OF AIR POCKETS IN THE AREA OF THE OIL PUMP INLET. -01/18/2000,99V347003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V347003),Toyota Motor Corporation,TOYOTA/TAIL LAMP SOCKETS,EXTERIOR LIGHTING,SSC Y01,Vehicle,16472,"VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS. THE TAIL LIGHT SOCKET MAY HAVE BEEN IMPROPERLY MOLDED, RESULTING IN THE LOCKING TAB HAVING INSUFFICIENT FORCE TO RETAIN THE BULB.","IF THE BULB FALLS OUT OF THE SOCKET, THE BRAKE OR TAIL LAMP FUNCTION CANNOT OCCUR.",DEALERS WILL REPLACE THE TAIL LAMP SOCKETS. -01/18/2000,00V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V012000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 393/LIQUID FUEL TANKS,"FUEL SYSTEM, GASOLINE",RVXX0099,Vehicle,468,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH A STEEL FUEL TANK. THE CLOSURE ONLY FUEL TANK CAP, INSTALLED ON THE STEEL FUEL TANK, FAILED WHEN THE TANK WAS DROPPED FROM A 10' HEIGHT AS REQUIRED BY FMVSS NO. 393, ""LIQUID FUEL TANKS.""","FUEL LEAKAGE COULD OCCUR, INCREASING THE RISK OF A FIRE.",OWNERS WILL BE PROVIDED WITH A NEW FUEL TANK CAP. -01/11/2000,00V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V005000),AM GENERAL LLC,AM GENERAL/BRAKE LINE CHAFES,"SERVICE BRAKES, HYDRAULIC",AMG-R0001,Vehicle,980,VEHICLE DESCRIPTION: A POTENTIAL CHAFING CONDITION OCCURS BETWEEN THE FLEXIBLE BRAKE LINES WHICH CONNECT THE MASTER CYLINDER TO THE ABS MODULATOR. THIS CONDITION CAN LEAD TO ONE OR BOTH OF THE BRAKE LINES DEVELOPING A BRAKE FLUID LEAK.,A BRAKE FLUID LEAK CAB CAUSE A REDUCTION IN BRAKE LINE PRESSURE AND RESULTING IN LONGER-THAN-NORMAL STOPPING DISTANCES.,DEALERS WILL REPLACE THE MASTER CYLINDER TO ABS MODULATOR LINES. -01/11/2000,00V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V007000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER CONTROL ARM,SUSPENSION,861,Vehicle,76,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE WELDS AT THE RIGHT SIDE LOWER CONTROL ARM BRACKET TO AXLE TUBE ATTACHMENT MAY HAVE INADEQUATE FATIGUE LIFE DUE TO POOR WELD QUALITY. THIS CAN LEAD TO SEPARATION OF THE CONTROL ARM BRACKET FROM THE AXLE TUBE.,"IF THE BRACKET SEPARATES THE VEHICLE COULD EXPERIENCE REDUCED DIRECTIONAL STABILITY, BRAKING DEGRADATION AND/OR VEHICLE PULL UNDER BRAKING.",DEALERS WILL REPLACE THE FRONT AXLE WITH A PROPERLY WELDED FRONT AXLE. -01/10/2000,00V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V006000),Silver Eagle Manufacturing Company,SILVER EAGLE/DOLLY TILTSTOP,TRAILER HITCHES,NR (Not Reported),Vehicle,156,VEHICLE DESCRIPTION: SINGLE AXLE CONVERTER DOLLIES. THE TILTSTOP HAS BROKEN LOOSE FROM THE DOLLY FRAME WHILE IN OPERATION.,"THIS COULD CAUSE A HAZARD AS DEBRIS ON THE HIGHWAY. ANOTHER MOTORIST COULD RUN INTO IT AND LOSE CONTROL, OR DAMAGE THEIR VEHICLE.",OWNERS WILL BE PROVIDED WITH A NEW TILTSTOP BACKING PLATE. -01/06/2000,00V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V004000),Mazda North American Operations,MAZDA/AIR BAG DEPLOYMENT,AIR BAGS,SSP 40,Vehicle,19000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE SAS SENSOR UNIT. THESE VEHICLES CAN EXPERIENCE AIR BAG DEPLOYMENTS IN MINOR UNDERCARRIAGE IMPACTS.,UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPLACE THE SAS SENSOR UNITS. -01/04/2000,00V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V003000),"Elgin Sweeper Company, Inc.",ELGIN SWEEPER/CRUISE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,40,VEHICLE DESCRIPTION: NAVISTAR MODELS 4700 AND 4900 STREET SWEEPERS EQUIPPED WITH DUALIZED STEERING AND VEHICLE CRUISE CONTROL. IMPROPER WIRING NEAR THE VEHICLE STEERING WHEELS WILL CAUSE THE CRUISE CONTROL TO STAY ENGAGED AFTER DEPRESSING THE FOOT BRAKE PEDAL.,"THE BRAKE PEDAL MAY NOT DEACTIVATE THE CRUISE CONTROL, INCREASING THE RISK OF LOSS OF CONTROL BY THE OPERATOR.",DEALERS WILL CORRECT THE WIRING TO THE CRUISE CONTROL. -01/03/2000,00V002001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V002001),FREIGHTLINER LLC,FREIGHTLINER/HALDEX/FMVSS 121,PARKING BRAKE,FL-248,Vehicle,33,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HALDEX MANIFOLD DASH VALVES (MDV) USED IN TRACTOR AND TRAILER PARKING BRAKES. THESE VALVES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" A LOSS OF THE ISOLATION OF THE TWO BRAKE SYSTEM CIRCUITS CAN RESULT IN THE LOSS OF SERVICE BRAKES WHEN THERE IS ANOTHER FAILURE OF ONE OF THE TWO BRAKE CIRCUITS.","THE LOSS OF SERVICE BRAKES CAN OCCUR, INCREASING THE RISK OF A CRASH.",A REPLACEMENT VALVE WILL BE PROVIDED TO OWNERS WITH INSTALLATION INSTRUCTIONS. -01/03/2000,00V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=00V001000),Shyft Group,SPARTAN/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,SPEC 99009,Vehicle,623,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH MECHANICAL B5.9 FRONT DIESEL ENGINE SCHOOL BUSES MANUFACTURED FROM JUNE 26, 1995 THROUGH MARCH 18, 1998. DUE TO THE ACCELERATOR CABLE ENGINE MOUNT BRACKET HAVING AN INCORRECT BEND ANGLE, THE ACCELERATOR CABLE HAS A COMPOUND BEND RADIUS WHICH ALLOWS THE INNER CABLE TO WEAR THROUGH OUTER CABLE SHEATH END FITTINGS AND POSSIBLY JAM IN THE GROOVE RESULTING FROM THIS WEAR.",THE ENGINE THROTTLE MAY THEN FAIL TO REACT TO ACCELERATOR PEDAL MOVEMENTS.,"OWNERS WILL BE PROVIDED WITH A CORRECTIVE ACTION KIT. THE FOLLOWING COMPONENTS WILL BE REPLACED: (1) EXISTING ACCELERATOR CABLE ASSEMBLY; (2) ENGINE END; CABLE CLAMPING BRACKET, AND (3) ENGINE END; QUICK RELEASE BALL SOCKET." -12/29/1999,99V361000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V361000),Ford Motor Company,FORD/LABEL,EQUIPMENT,99L02,Vehicle,1381,VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN INCORRECT LABEL WAS INSTALLED ON THE DRIVER SIDE REAR DOOR. THIS LABEL CONTAINS INSTRUCTIONS FOR THE ACTIVATION OF THE CHILDPROOF SAFETY LOCKS.,"THE OPERATOR OF THE VEHICLE MAY BELIEVE THE CHILDPROOF SAFETY LOCK WAS ACTIVATED WHEN IT WAS NOT, POTENTIALLY ALLOWING THE DOOR TO BE OPENED FROM THE INSIDE.",OWNERS WILL BE PROVIDED WITH A REPLACEMENT LABEL AND INSTALLATION INSTRUCTIONS. -12/29/1999,99V359000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V359000),FREIGHTLINER LLC,FREIGHTLINER/FRONT AXLE ASSEMBLY,STEERING,FL-251,Vehicle,2588,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE TIE ROD ENDS CAN FRACTURE DUE TO LOW STRESS, HIGH CYCLE, REVERSED BENDING FATIGUE RESULTING FROM A SYSTEM RESONANCE.","LOSS OF STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE TIE ROD ENDS AND TUBE ASSEMBLY. -12/29/1999,99V362000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V362000),"SAAB CARS USA, INC.",SAAB/FMVSS 135/BRAKE RESERVOIR LABEL,EQUIPMENT,718,Vehicle,424,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BRAKE RESERVOIR LABEL WAS OMITTED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 135, ""PASSENGER CAR BRAKE SYSTEMS.""","WITHOUT THIS LABEL, SOMEONE MAY USE THE INCORRECT SPECIFICATION BRAKE FLUID, GET DIRT INTO THE RESERVOIR, OR ALLOW MOISTURE INTO THE BRAKE FLUID, RESULTING IN LESS EFFECTIVE BRAKING AND POSSIBLY A CRASH.",OWNERS WILL BE MAILED LABELS AND INSTALLATION INSTRUCTIONS. -12/29/1999,99V363000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V363000),Seahawk Recreational Vehicles,SEAHAWK/TRAILER HITCH,TRAILER HITCHES,NR (Not Reported),Vehicle,850,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS. THE TRAILER HITCH CONNECTION FRAME MOUNTS CAN ROTATE FORE AND AFT AS THE VEHICLE IS BEING PULLED.,"THIS WILL LEAD TO EVENTUAL DESTRUCTION OF THE PIN BOX SUPPORT, WITH EXCESSIVE ROTATION AFFECTING THE DRIVEABILITY OF THE TOW VEHICLE.",DEALERS WILL INSTALL A STEEL T-PLATE ON THE BACK SIDE OF THE CHANNEL CROSS MEMBER AND ADD ADDITIONAL EXTERIOR STABILIZER BARS. -12/23/1999,99V360000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V360000),Ducati North America,DUCATI/REAR WHEEL SPINDLE,WHEELS,NR (Not Reported),Vehicle,4165,VEHICLE DESCRIPTION: MOTORCYCLES EQUIPPED WITH A REAR WHEEL HUB SPINDLE. INTERNAL CRACKS MAY BE PRESENT ON THE REAR WHEEL SPINDLE.,"THIS CONDITION COULD CAUSE THE SPINDLE TO FAIL AFFECTING THE CONTROL OF THE MOTORCYCLE, AND COULD RESULT IN A CRASH.",DEALERS WILL INSPECT THE REAR WHEEL SPINDLE AND REPLACE IF NECESSARY. -12/20/1999,99V347002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V347002),"Nissan North America, Inc.",NISSAN/TAIL LAMP SOCKETS,EXTERIOR LIGHTING,B0073,Vehicle,67000,"VEHICLE DESCRIPTION: MINIVANS AND LIGHT DUTY TRUCKS. THE TAIL LIGHT SOCKET MAY HAVE BEEN IMPROPERLY MOLDED, RESULTING IN THE LOCKING TAB HAVING INSUFFICIENT FORCE TO RETAIN THE BULB.","IF THE BULB FALLS OUT OF THE SOCKET, THE BRAKE OR TAIL LAMP FUNCTION CANNOT OCCUR.",DEALERS WILL REPLACE THE TAIL LAMP SOCKETS. -12/17/1999,99V355000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V355000),"General Motors, LLC",GM/FMVSS 108,EXTERIOR LIGHTING,99062,Vehicle,35725,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE HEAD LAMP ADJUSTMENT DEVICE HORIZONTAL ADJUSTER MAY NOT MOVE THE HEAD LAMP REFLECTOR WHEN THE SHAFT IS ROTATED IN A NORMAL MANNER DURING AIMING.",DRIVER VISIBILITY MAY BE IMPAIRED INCREASING THE RISK OF A CRASH.,"AN INSERT CONTAINING INSTRUCTIONS FOR OPTICALLY AIMING THE HEADLAMPS WILL BE PROVIDED TO OWNERS FOR THE OWNER'S MANUAL. OWNERS SHOULD FOLLOW THE PROCEDURE IN THE INSERT FOR HEADLAMP AIM ADJUSTMENT, RATHER THAN USING THE HORIZONTAL VHAD INDICATOR." -12/17/1999,99V356000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V356000),"General Motors, LLC",GM/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,411880,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE VERTICAL HEAD LAMP ADJUSTING DEVICE MAY NOT BE CALIBRATED PROPERLY.",DRIVER VISIBILITY MAY BE IMPAIRED INCREASING THE RISK OF A CRASH.,OWNERS WILL BE PROVIDED WITH AN OWNER'S MANUAL INSERT CONTAINING INSTRUCTIONS FOR OPTICALLY AIMING THE HEADLAMPS. -12/17/1999,99V357000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V357000),"General Motors, LLC",GM/FRONT BRAKE HOSE,"SERVICE BRAKES, HYDRAULIC",99094,Vehicle,111,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE RIGHT FRONT BRAKE HOSE IS INCORRECTLY ROUTED BEHIND THE BRAKE PIPE BRACKET RESTRICTING BRAKE HOSE MOVEMENT THAT COULD CAUSE THE HOSE TO EITHER BE CUT BY THE BRACKET OR SEPARATED AT THE CALIPER.,"IF THE HOSE BECOMES DISCONNECTED OR DAMAGED, THERE CAN BE A LOSS OF PRESSURE IN ONE HALF OF THE BRAKE SYSTEM. THE BRAKE WARNING LAMP MAY BE ON, THE PEDAL WILL BE LOWER THAN NORMAL, AND STOPPING DISTANCES WILL BE LONGER, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE AND CORRECTLY ROUTE THE RIGHT FRONT BRAKE HOSE ASSEMBLY. -12/17/1999,99V358000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V358000),Mazda North American Operations,MAZDA/HEADLIGHT WIRE,EXTERIOR LIGHTING,87004,Vehicle,40000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEADLIGHT WIRE THAT RUNS THROUGH THE TURN SIGNAL LEVER CAN FAIL AT THE POINT WHERE IT IS SOLDERED TO THE HEADLIGHT SWITCH.,"THE FAILURE OF THIS WIRE COULD CAUSE A LOSS OF HEADLIGHTS, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE HEADLIGHT SWITCH LEVER. -12/16/1999,99V348000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V348000),"General Motors, LLC",GM/WINDSHIELD WIPER,VISIBILITY,99091,Vehicle,155149,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE WINDSHIELD WIPERS MAY STOP WORKING DUE TO A SEPARATION BETWEEN THE DRIVE PIN AND CRESCENT IN THE CRANK ARM ASSEMBLY.,"DRIVER VISIBILITY COULD BE REDUCED, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THESE VEHICLES FOR THE PRESENCE OF A PLASTIC WATER DEFLECTOR AND, IF NECESSARY, REPLACE THE WIPER MOTOR CRANK ARM AND INSTALL A WATER DEFLECTOR. ON VEHICLES RECEIVING A REPLACEMENT CRANK ARM AND NEW WATER DEFLECTOR, DEALERS WILL ALSO APPLY ADDITIONAL SEALING MATERIAL TO IMPROVE WATER DEFLECTION AWAY FROM THE CRANK ARM ASSEMBLY AND WILL INSTALL A REINFORCEMENT TO IMPROVE THE PERFORMANCE OF THE WIPER PARK MECHANISM." -12/16/1999,99C047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99C047000),"KOLCRAFT ENTERPRISES, INC.",KOLCRAFT/HANDLE BREAKAGE,CHILD SEAT,NR (Not Reported),Child Seat,722332,"EQUIPMENT DESCRIPTION: INFANT RIDER, SECURA, TRAVEL ABOUT, PLUS 4, PLUS 5, INFANT RESTRAINT, INFANT CAR SEAT AND PLAYSKOOL INFANT CAR SEATS, INCLUDING SEATS SOLD AS PART OF A STROLLER COMBINATION, AND MANUFACTURED FROM JANUARY 1, 1993 THROUGH JUNE 30, 1999. WHEN USED AS AN INFANT CARRIER, THE HANDLE CAN UNEXPECTEDLY MOVE FROM THE INTENDED CARRYING POSITION.","THE HANDLE CAN UNEXPECTEDLY MOVE FROM THE INTENDED CARRYING POSITION, CAUSING THE SEAT TO SUDDENLY ROTATE. THE INFANT COULD SUFFER SERIOUS INJURIES.","OWNERS WILL BE PROVIDED WITH A FREE REPAIR KIT. UNTIL THE REPAIR KIT HAS BEEN INSTALLED, DO NOT CARRY THE SEAT BY ITS CARRYING HANDLE, BUT BY THE HANDLES ON THE HEAD AND FOOT OF THE SEAT." -12/15/1999,99E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E046000),Haldex Commercial Vehicle Systems,HALDEX/FMVSS 121,PARKING BRAKE,NR (Not Reported),Equipment,23632,"EQUIPMENT DESCRIPTION: MANIFOLD DASH VALVES (MDV) USED IN TRACTOR AND TRAILER PARKING BRAKES. THESE VALVES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" A LOSS OF THE ISOLATION OF THE TWO BRAKE SYSTEM CIRCUITS CAN RESULT IN THE LOSS OF SERVICE BRAKES WHEN THERE IS ANOTHER FAILURE OF ONE OF THE TWO BRAKE CIRCUITS.","THE LOSS OF SERVICE BRAKES CAN OCCUR, INCREASING THE RISK OF A CRASH.",A REPLACEMENT VALVE WILL BE PROVIDED TO OWNERS WITH INSTALLATION INSTRUCTIONS. -12/15/1999,99V339000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V339000),Honda (American Honda Motor Co.),HONDA/FRAME WELDS,STRUCTURE,NR (Not Reported),Vehicle,65,VEHICLE DESCRIPTION: MINIVANS. THE FRONT BODY/FRAME IS MISSING SPOT WELDS.,THE MISSING WELDS MIGHT AFFECT THE OCCUPANT PROTECTION PERFORMANCE IN A COLLISION.,DEALERS INSPECTED ALL THE VEHICLES AND THEY WERE FOUND TO BE PROPERLY WELDED. -12/15/1999,99V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V257000),"Regency Conversions, Inc.",REGENCY/FMVSS 120/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,9100,"VEHICLE DESCRIPTION: CONVERSION VANS. THE CERTIFICATION LABELS ARE NOT IN COMPLIANCE WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS."" THE TIRE SIZE AND INFLATION PRESSURE, RIM DESIGNATION, AND METRIC/ENGLISH FORMAT IS NOT DEFINED.",,REGENCY WILL PROVIDE OWNERS WITH A NEW AND COMPLIANCE CERTIFICATION LABEL. -12/15/1999,99V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V258000),"Regency Conversions, Inc.",REGENCY/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,9100,"VEHICLE DESCRIPTION: CONVERSION VANS. THE CERTIFICATION LABELS FAIL TO COMPLY WITH PART 567, ""CERTIFICATION,"" FOR PERMANENCY AND READABILITY, DENOTE THE PROPER VEHICLE TYPE, AND INCORRECT MANUFACTURING DATES.",,REGENCY WILL PROVIDE OWNERS WITH A NEW AND COMPLIANCE CERTIFICATION LABEL. -12/14/1999,99C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99C001000),CENTURY PRODUCTS,CENTURY/BUCKLES,CHILD SEAT,NR (Not Reported),Child Seat,927149,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A PRODUCT IMPROVEMENT CAMPAIGN BY THE AGENCY. EQUIPMENT DESCRIPTION: 4885 BREVERRA PREMIERE AND 4875 BREVERRA CONTOUR BOOSTER CAR SEATS MANUFACTURED FROM FEBRUARY 1995 THROUGH JULY 10, 1998. THE BUCKLE FOR THE HARNESS SYSTEM ON THESE BOOSTER SEATS CAN CRACK OR BREAK.","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED CAUSING INCREASED RISK OF PERSONAL INJURY.",OWNERS ARE BEING ASKED TO CHECK THE BUCKLE AT THE TOP AND DOWN THE SIDE ON THEIR CAR SEAT AND CENTURY WILL REPLACE THE BUCKLE IF IT IS CRACKED. -12/14/1999,99V349000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V349000),"Forest River, Inc.",FOREST RIVER/COOKTOP,EQUIPMENT,NR (Not Reported),Vehicle,459,VEHICLE DESCRIPTION: TRAILERS AND FIFTH WHEEL VEHICLES EQUIPPED WITH AN OPTIONAL EXTERIOR COOK TOP. SOME OF THE COOK TOPS WERE CONSTRUCTED WITH A RUBBER HOSE ATTACHED DIRECTLY TO THE BURNER MANIFOLD. THIS HOSE COULD MELT BECAUSE OF THE HEAT FROM THE BURNERS AND LEAK LIQUID PROPANE GAS.,THIS COULD RESULT IN A FIRE IN THE COOK TOP.,DEALERS WILL REPLACE THE GAS CONNECTION HOSE WITH THE PROPER SUB ASSEMBLY. -12/14/1999,99V352000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V352000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE PEDAL,"SERVICE BRAKES, AIR",FL-247,Vehicle,1800,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE BRAKE PEDAL PIVOT PIN RETAINERS MAY NOT HAVE BEEN PROPERLY INSTALLED.,THE BRAKE PEDAL COULD MOVE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BRAKE PEDAL PIVOT PIN WITH A LONGER PIN THAT PREVENTS MIS-INSTALLATION OF THE RETAINING HITCH PIN. -12/14/1999,99V351000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V351000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/AIR BRAKE S-CAM,"SERVICE BRAKES, AIR",99513,Vehicle,944,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THERE IS INTERFERENCE BETWEEN THE AIR BRAKE S-CAM AND THE END OF ONE OF THE KNUCKLE STUDS. AS THE BRAKE SHOE LINING WEARS, THE S-CAM ROTATION MAY BE LIMITED BY THE INTERFERING KNUCKLE STUD. IF THE S-CAM CAN NOT ROTATE THROUGH ITS FULL RANGE OF MOTION, THE BRAKING FORCE CAN NOT BE FULLY TRANSMITTED FROM THE BRAKE SHOE LININGS TO THE BRAKE DRUMS.",THIS COULD RESULT IN A LONGER STOPPING DISTANCE OR A DRAGGING BRAKE CONDITION.,DEALERS WILL SHORTEN THE INTERFERING KNUCKLE STUD TO ELIMINATE THE CLEARANCE PROBLEM. -12/14/1999,99V350000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V350000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/CHECK VALVES,"SERVICE BRAKES, AIR",99512,Vehicle,254,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE CHECK VALVES IN THE AIR BRAKE SYSTEM ON THESE VEHICLES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",INCREASED BRAKING EFFORT MAY BE REQUIRED.,DEALERS WILL INSTALL NEW CHECK VALVES ON THE VEHICLES INVOLVED. -12/13/1999,99V340000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V340000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FRONT BRAKE ROTOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,334047,"VEHICLE DESCRIPTION: PASSENGER AND MULTI-PURPOSE VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, ILLINOIS, INDIANA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, OR WISCONSIN, AND THE DISTRICT OF COLUMBIA. THE FRONT DISC BRAKE ROTORS CAN EXPERIENCE SEVERE CORROSION IF OPERATED FOR AN EXTENSIVE PERIOD IN THE ""SALT BELT."" IF THE ROTORS ARE NOT REPLACED, THE CORROSION CAN EVENTUALLY COMPROMISE THE STRUCTURAL INTEGRITY OF THE STAMPED STEEL CENTER HUB SECTION OF THE ROTOR.","THE REDUCED STRENGTH CAN ALLOW THE CAST IRON WEAR SURFACE TO SEPARATE FROM THE HUB, REDUCING THE BRAKE EFFECTIVENESS OF THE VEHICLE.",DEALERS WILL REPLACE THESE ROTORS WITH ROTORS THAT ARE COATED WITH A CORROSION PROTECTION. -12/10/1999,98V167011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167011),CUSTOM COACH CORPORATION,CUSTOM COACH/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,5,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -12/10/1999,99E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E045000),DANA CORPORATION,DANA/SPICER/STEERING RELAY LEVERS,STEERING,NR (Not Reported),Equipment,198,EQUIPMENT DESCRIPTION: STEERING RELAY LEVERS. THESE LEVERS CAN DEVELOP SURFACE CRACKING.,"THIS CRACKING CONDITION COULD CAUSE A PORTION OF THE LEVER TO BREAK OFF, CAUSING THE VEHICLE TO LOSE STEERING CONTROL.",DANA/SPICER WILL PROVIDE NEW STEERING RELAY LEVERS TO THE ORIGINAL EQUIPMENT MANUFACTURERS. -12/10/1999,99E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E044000),FONTAINE MODIFICATION CO.,FONTAINE/POWER INVERTER,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,49,EQUIPMENT DESCRIPTION: TRACE MODEL T-1112-SB POWER INVERTER INSTALLED BY FONTAINE ON HEAVY TRUCK TRACTORS. THE POWER INVERTER INSTALLED MAY HAVE A PROBLEM WITH THE BATTERY CABLE CONNECTION.,"IT IS POSSIBLE FOR THE CABLE TO GROUND AGAINST THE TRUCK FRAME, SHORTING THE VEHICLE ELECTRICAL SYSTEM AND RESULTING IN A LOSS OF ELECTRICAL POWER.",DEALERS WILL REPLACE THE MAIN BATTERY CABLE FEED TO THE INVERTER FUSE ON INVOLVED VEHICLES. -12/10/1999,99V347001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V347001),Ford Motor Company,FORD/TAIL LAMP SOCKETS,EXTERIOR LIGHTING,99S36,Vehicle,41891,"VEHICLE DESCRIPTION: MINIVANS. THE TAIL LIGHT SOCKET MAY HAVE BEEN IMPROPERLY MOLDED, RESULTING IN THE LOCKING TAB HAVING INSUFFICIENT FORCE TO RETAIN THE BULB.","IF THE BULB FALLS OUT OF THE SOCKET, THE BRAKE OR TAIL LAMP FUNCTION CANNOT OCCUR.",DEALERS WILL REPLACE THE TAIL LAMP SOCKETS. -12/09/1999,99V082002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V082002),PACCAR Incorporated,"PACCAR/MERITOR/15"" DIAMETER CAM BRAKES","SERVICE BRAKES, AIR",99KW5,Vehicle,45,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH 15"" (WIDTHS: 4"" AND 5"") AIR-ACTUATED Q-PLUS CAM BRAKE EQUIPPED WITH FEDERAL MOGUL FRICTION PRODUCTS 3030-197 BRAKE LINING (MERITOR R201) BRAKE LININGS AND ACTUATED WITH TYPE 20 AIR CHAMBERS X 5.5"" SLACK ADJUSTERS. THE AFFECTED BRAKES WERE INSTALLED PREDOMINANTLY IN HEAVY TRUCK FRONT AXLE ASSEMBLIES. THESE ASSEMBLIES DO NOT FULLY SATISFY THE TEST PERFORMANCE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION COULD CAUSE DECREASED BRAKING EFFORT.,THE BRAKE LINING WILL BE REPLACED WITH UPGRADED BRAKE LININGS. -12/07/1999,99V338000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V338000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FUEL HOSE/FILTER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2800,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL HOSE FROM THE FUEL FILTER TO THE THROTTLE ASSEMBLY CAN RUB AGAINST THE BOTTOM OF THE FUEL PUMP PLATE AND DEVELOP A LEAK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL HOSE WITH A MOLDED HOSE THAT CURVES AWAY FROM THE FUEL PUMP PLATE. ALSO, A NEW BRACKET AND GROMMET WILL BE ADDED TO HOLD THE NEW HOSE IN POSITION. THE FUEL RETURN HOSE WILL ALSO BE REPLACED." -12/03/1999,99V336002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V336002),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICO/ALLOY WHEELS,WHEELS,NR (Not Reported),Vehicle,1634,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH ALLOY WHEELS AND SOLD IN PUERTO RICO. THESE WHEELS WERE MANUFACTURED WITHOUT THE STEEL BUSHING INSERTS AROUND THE WHEEL BOLT OPENINGS, ALLOWING FRICTION BETWEEN THE WHEEL BOLT SEATS AND THE WHEEL BOLTS. THIS CAN RESULT IN THE BOLTS LOOSENING DURING HARD BRAKING.","THE WHEEL COULD DETACH FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL RETORQUE THE WHEEL BOLTS AND WILL UPDATE THE OWNER'S MANUAL WHEEL BOLT TORQUE SPECIFICATION. -12/03/1999,99V346000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V346000),Ford Motor Company,FORD/CRUISE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,28958,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH SPEED CONTROL. THE SPEED CONTROL CABLE END FITTING CAN ALLOW WATER TO ENTER THE SPEED CONTROL SERVO ASSEMBLY. IF THIS OCCURS, CORROSION IN THE SERVO ASSEMBLY COULD DEVELOP AND CAUSE INTERMITTENT SPEED CONTROL OPERATION OR PREVENT THE THROTTLE FROM RETURNING TO IDLE.","A THROTTLE THAT DOES NOT RETURN TO IDLE COULD RESULT IN UNEXPECTED ACCELERATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE SPEED CONTROL CABLE (WITH A NEW CABLE THAT INCORPORATES A GLASS-FILLED END CAP) AND INSPECT THE ASSEMBLY FOR INTERNAL CORROSION. SERVOS WITH EVIDENCE OF CORROSION WILL ALSO BE REPLACED. OWNERS ARE ADVISED NOT TO USE THE SPEED CONTROL UNTIL THE VEHICLES ARE REPAIRED. -12/03/1999,99V337000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V337000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/CLUTCH,POWER TRAIN,NR (Not Reported),Vehicle,3504,"VEHICLE DESCRIPTION: MOTORCYCLES. THE BACK TORQUE LIMITER IN THE CLUTCH COULD MALFUNCTION AND ALLOW THE CLUTCH TO SLIP EXCESSIVELY, OR NOT RE-ENGAGE AFTER A SHIFT.",THIS SUDDEN NON-ENGAGEMENT OF THE CLUTCH COULD CAUSE THE RIDER TO LOSE CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE CERTAIN PARTS OF THE CLUTCH. -12/02/1999,99V343000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V343000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FRONT PASSENGER AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,350,VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES. THE PASSENGER AIR BAG INFLATOR ASSEMBLY CONTAINS AN INCORRECT INFLATOR CHARGE AMOUNT.,THIS CONDITION COULD INCREASE THE RISK OF A PASSENGER OCCUPANT INJURY UNDER CERTAIN ACCIDENT CONDITIONS.,DEALERS WILL REPLACE THE AIR BAG MODULE WITH A CORRECT MODULE. -12/02/1999,99V342000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V342000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL TANK ATTACHING STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,150729,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE FUEL TANK STRAP CAN SEPARATE DUE TO FATIGUE DURING OPERATION. IF THIS OCCURS, THE TANK WILL BE UNSUPPORTED, INCREASING THE RISK OF A FUEL LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","DEALERS WILL REPLACE THE DOUBLE TOGGLE LOCK FUEL TANK STRAPS WITH SINGLE TOGGLE LOCK DESIGN. NOTE: AFFECTED VEHICLES BUILT THROUGH MAY 21, 1998, ALSO REQUIRE THE REAR BRAKE TUBE INSPECTION/REPAIR. AS A RESULT, THE FUEL TANK STRAP AND BRAKE TUBE REPAIR WILL BE PERFORMED ON THESE VHEICLES IN A SINGLE SERVICE PROCEDURE UNDER RECALL 99V-341/DAIMLERCHRYSLER #841. AFFECTED VEHICLES BUILT FROM MAY 22, 1998 THROUGH SEPTEMBER 25, 1999, ONLY REQUIRE THE FUEL TANK STRAP REPAIR, WHICH WILL BE PERFORMED UNDER RECALL 99V-342/DAIMLERCHRYSLER #842." -12/02/1999,99V341000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V341000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR BRAKE TUBES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,96892,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE REAR BRAKE TUBE CAN CONTACT AN UNDERBODY CROSSMEMBER EVENTUALLY WEARING A HOLE IN THE TUBE.,"IF THE TUBE WERE PERFORATED, THERE WOULD BE A REDUCTION IN BRAKING FROM THE REAR WHEELS, INCREASING STOPPING DISTANCES.","DEALERS WILL INSTALL A RUBBER ISOLATOR ON ALL VEHICLES THAT DO NOT INDICATE TUBE CONTACT. VEHICLES THAT SHOW CONTACT AND HAVE LESS THAN 45,000 MILES AND NO SIGNS OF RED RUST WILL HAVE THE RUBBER ISOLATOR INSTALLED WITH SILICONE TO PROTECT THE TUBE WHERE THE COATING HAS WORN OFF. VEHICLES THAT EXHIBIT CONTACT, AND HAVE MORE THAN 45,000 MILES OR SHOW SIGNS OF RED RUST, WILL HAVE THE BRAKE TUBE REPLACED WITH THE PRODUCTION TUBE AND ISOLATOR." -12/02/1999,99V345000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V345000),"General Motors, LLC",GM/FUEL TANK RELIEF VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,36848,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. FUEL TANK ASSEMBLIES IN THESE VEHICLES HAVE AN OVER PRESSURE RELIEF (OPR) VALVE THAT CAN BECOME STUCK OPEN IN A FRONTAL COLLISION. IF THE VEHICLE ROLLS OVER, FUEL SPILLAGE COULD OCCUR.","IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD RESULT.",DEALERS WILL PERMANENTLY SEAL THE OUTLET PORT OF THE OPR VALVE. -11/30/1999,99V336001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V336001),GM DAEWOO AUTO & TECHNOLOGY COMPANY,DAEWOO/ALLOY WHEELS,WHEELS,NR (Not Reported),Vehicle,2811,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH ALLOY WHEELS. THESE WHEELS WERE MANUFACTURED WITHOUT THE STEEL BUSHING INSERTS AROUND THE WHEEL BOLT OPENINGS, ALLOWING FRICTION BETWEEN THE WHEEL BOLT SEATS AND THE WHEEL BOLTS. THIS CAN RESULT IN THE BOLTS LOOSENING DURING HARD BRAKING.","THE WHEEL COULD DETACH FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL RETORQUE THE WHEEL BOLTS AND WILL UPDATE THE OWNER'S MANUAL WHEEL BOLT TORQUE SPECIFICATION. -11/30/1999,99V082001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V082001),"WESTERN STAR TRUCKS, INC.","WESTERN STAR/MERITOR/15"" DIAMETER CAM BRAKES","SERVICE BRAKES, AIR",W-9902,Vehicle,50,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH 15"" (WIDTHS: 4"" AND 5"") AIR-ACTUATED Q-PLUS CAM BRAKE EQUIPPED WITH FEDERAL MOGUL FRICTION PRODUCTS 3030-197 BRAKE LINING (MERITOR R201) BRAKE LININGS AND ACTUATED WITH TYPE 20 AIR CHAMBERS X 5.5"" SLACK ADJUSTERS. THE AFFECTED BRAKES WERE INSTALLED PREDOMINANTLY IN HEAVY TRUCK FRONT AXLE ASSEMBLIES. THESE ASSEMBLIES DO NOT FULLY SATISFY THE TEST PERFORMANCE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION COULD CAUSE DECREASED BRAKING EFFORT.,THE BRAKE LINING WILL BE REPLACED WITH UPGRADED BRAKE LININGS. -11/26/1999,99V335000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V335000),"Erwin Hymer Group North America, Inc.",HOME & PARK/FUEL PICKUP PORT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,606,"VEHICLE DESCRIPTION: CLASS B MOTOR HOMES BUILT ON DODGE 3500 OR 2500 VAN CHASSIS. THE GENERATOR FUEL PICKUP FITTING WAS SELF TAPPED INTO A DRILLED HOLE BESIDE THE FUEL SENDING UNIT ON TOP OF THE PLASTIC FUEL TANK. SEALANT WAS USED ON THE THREAD BEFORE THE FITTING WAS SCREWED INTO THE TANK. ON SOME VEHICLES, THE FUEL PICKUP FITTING WAS NOT SEALED PROPERLY AGAINST THE TANK WALL, AND WHEN THE TANK IS FULL, FUEL OR FUEL VAPORS CAN LEAK OUT.","IN A CRASH, FUEL OR FUEL VAPORS CAN LEAK WHEN THE TANK IS FULL, INCREASING THE RISK OF A FIRE.",DEALERS WILL REPLACE THE SELF TAPPING FUEL PICKUP WITH A NEW ONE WITH REGULAR THREAD FITTING SECURED TO THE TANK WITH A LOCK NUT INSIDE THE TANK. -11/24/1999,99V310002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V310002),Mazda North American Operations,MAZDA/HYDRAULIC LIFT CYLINDERS,STRUCTURE,NR (Not Reported),Vehicle,6800,"VEHICLE DESCRIPTION: ON CERTAIN SPORT UTILITY VEHICLES, THE HYDRAULIC LIFT CYLINDER BRACKET WELDS COULD FRACTURE.","WITH A BROKEN BRACKET WELD, THERE IS A POTENTIAL FOR THE LIFTGATE BRACKET TO GRADUALLY BEND INWARD ALLOWING THE LIFT CYLINDER BALL STUD TO DISENGAGE, UNEXPECTEDLY ALLOWING THE LIFTGATE TO FALL FROM AN OPEN POSITION.","DEALERS WILL INSTALL LIFTGATE REINFORCEMENT BRACKETS. DEPENDING UPON THE CONDITION OF THE LIFTGATE SHEET METAL IN THE AREA OF THE BRACKET, DEALERS MAY ALSO INSTALL A LARGER REINFORCEMENT." -11/24/1999,99V334000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V334000),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,3000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. MITSUBISHI CARIBBEAN HAD REPLACED THE ORIGINAL FACTORY INSTALLED MOUNTING BRACKET BOLTS OF BOTH DRIVER AND PASSENGER AIR BAGS WITH ALUMINUM RIVETS. AFTER AIR BAG DEPLOYMENT, THE RIVETS CAN LOOSEN OR BREAK, CAUSING PARTIAL OR TOTAL DISPLACEMENT OF THE AIR BAG MODULES.","THE AIR BAG MODULE COULD SEPARATE FROM THE STEERING WHEEL AFTER AN AIR BAG ACTIVATION, INCREASING THE RISK OF PERSONAL INJURY TO THE SEAT OCCUPANT.",DEALERS WILL REPLACE THESE RIVETS WITH ORIGINAL FACTORY BOLTS. -11/23/1999,99V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V332000),Blue Bird Body Company,BLUE BIRD/FRONT END SHIMMY,SUSPENSION,NR (Not Reported),Vehicle,257,VEHICLE DESCRIPTION: SCHOOL BUSES. THERE IS A SHIMMY IN THE FRONT END OF THE BUS.,THIS CONDITION COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE.,OWNERS WILL BE PROVIDED WITH AN AXLE DAMPER KIT AND INSTALLATION INSTRUCTIONS. -11/23/1999,99V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V322000),"MARK III INDUSTRIES, INC.",MARK III/FMVSS 120/TIRE SIZE,EQUIPMENT,NR (Not Reported),Vehicle,37078,"VEHICLE DESCRIPTION: DODGE FULL SIZE CONVERSION VANS FAIL TO COMPLY WITH THE TIRE SIZE INFORMATION REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF INCORRECT TIRE INFORMATION IS GIVEN, UNDERRATED TIRES COULD BE PLACED ON THE TRUCK CAUSING EXCESSIVE TIRE WEAR OR, IN EXTREME CASES, POSSIBLE TIRE BLOWOUTS.",MARK III HAS GONE OUT OF BUSINESS. OWNERS WERE TO BE PROVIDED WITH AN OVERLAY CERTIFICATION LABEL WITH INSTALLATION INSTRUCTIONS. -11/23/1999,99V333001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V333001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERICA/BATTERY WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,19179,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH V6 ENGINES AND FEDERAL EMISSION EQUIPMENT. THE BATTERY CABLE HARNESS CAN BECOME HEAT DAMAGED BY THE FRONT EXHAUST MANIFOLD WHICH COULD CAUSE GROUNDED CIRCUITS.,THIS CIRCUIT FAILURE COULD CAUSE ANY OF THE FOLLOWING TO OCCUR: (1) THE ENGINE WILL NOT START BECAUSE THE MAIN FUSE WILL BLOW IF THE POWER LEAD IS GROUNDED; (2) THE LOW OIL PRESSURE WARNING LAMP WILL ILLUMINATE IF THE SIGNAL WIRE IS GROUNDED; (3) THE AIRCONDITIONING SYSTEM WILL BECOME INOPERATIVE IF THE LEAD TO THE MAGNETIC CLUTCH IS GROUNDED; AND (4) THE TURN SIGNAL/HAZARD LAMPS WILL BECOME INOPERATIVE IF THE VOLTAGE MONITOR LEAD IS GROUNDED.,"DEALERS WILL REMOVE AND DISCARD A METAL MANIFOLD BRACKET (FROM GALANT MODELS ONLY - ECLIPSE HAS NO SUCH BRACKET). DEALERS WILL ALSO INSPECT THE HARNESS. IF THE HARNESS WIRES SHOW NO DAMAGE, THE DEALER WILL INSTALL A HEAT INSULATOR ALONG WITH HEAT RESISTANT HARNESS CLIPS. IF THE HARNESS WIRES DO SHOW DAMAGE, THE DEALERS WILL INSTALL A NEW HARNESS WITH PREINSTALLED INTEGRAL HEAT PROTECTION." -11/23/1999,99V333002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V333002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/BATTERY WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,532,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH V6 ENGINES AND FEDERAL EMISSION EQUIPMENT. THE BATTERY CABLE HARNESS CAN BECOME HEAT DAMAGED BY THE FRONT EXHAUST MANIFOLD WHICH COULD CAUSE GROUNDED CIRCUITS.,THIS CIRCUIT FAILURE COULD CAUSE ANY OF THE FOLLOWING TO OCCUR: (1) THE ENGINE WILL NOT START BECAUSE THE MAIN FUSE WILL BLOW IF THE POWER LEAD IS GROUNDED; (2) THE LOW OIL PRESSURE WARNING LAMP WILL ILLUMINATE IF THE SIGNAL WIRE IS GROUNDED; (3) THE AIRCONDITIONING SYSTEM WILL BECOME INOPERATIVE IF THE LEAD TO THE MAGNETIC CLUTCH IS GROUNDED; AND (4) THE TURN SIGNAL/HAZARD LAMPS WILL BECOME INOPERATIVE IF THE VOLTAGE MONITOR LEAD IS GROUNDED.,"DEALERS WILL REMOVE AND DISCARD A METAL MANIFOLD BRACKET (FROM GALANT MODELS ONLY - ECLIPSE HAS NO SUCH BRACKET). DEALERS WILL ALSO INSPECT THE HARNESS. IF THE HARNESS WIRES SHOW NO DAMAGE, THE DEALER WILL INSTALL A HEAT INSULATOR ALONG WITH HEAT RESISTANT HARNESS CLIPS. IF THE HARNESS WIRES DO SHOW DAMAGE, THE DEALERS WILL INSTALL A NEW HARNESS WITH PREINSTALLED INTEGRAL HEAT PROTECTION." -11/23/1999,99V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V331000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/AIR BRAKE LINE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,277,VEHICLE DESCRIPTION: SCHOOL BUS. AN AIR BRAKE LINE CONTROLLING THE REAR BRAKES MAY BE TOO CLOSE TO THE EXHAUST PIPE AND COULD RUPTURE AT ANY TIME WITHOUT WARNING.,EXHAUST PIPE HEAT CAN MELT OR CAUSE PREMATURE FAILURE OF THIS AIR LINE IF THE AIR LINE IS ROUTED TOO CLOSE TO THE EXHAUST PIPE.,DEALERS WILL INSTALL A NEW ELBOW FITTING AND REROUTE THE AIR LINE. THE AIR LINE WILL ALSO BE INSPECTED AND REPLACED IF FOUND TO BE DAMAGED FROM THE EXHAUST PIPE. -11/23/1999,99V165006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165006),REXHALL INDUSTRIES INC,REXHALL/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1837,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -11/22/1999,99V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V330000),Blue Bird Body Company,BLUE BIRD/PARCEL RACK FASTENERS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,38,VEHICLE DESCRIPTION: TRANSIT BUSES. THE FASTENERS USED TO ATTACH PARCEL RACKS TO BODY STRUCTURE MAY BECOME DISLODGED ALLOWING THE RACKS TO FALL WITHOUT WARNING.,"IF THE PARCEL RACKS FELL, A PASSENGER COULD BE INJURED.","DEALERS WILL REPAIR THESE VEHICLES, BY REMOVING THE PARCEL RACK, ADDING A REINFORCEMENT ANGLE OVER JOINT, AND RE-INSTALLING THE PARCEL RACK USING RIVETS AND PK SCREWS." -11/22/1999,99V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V327000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,4402,VEHICLE DESCRIPTION: PASSENGER VEHICLES. CORROSION OF THE ELECTRICAL IGNITION FILAMENT OF THE AIR BAG GAS GENERATOR MODULE CAN OCCUR IF THE VEHICLE IS OPERATED IN AREAS OF FREQUENTLY HIGH HUMIDITY.,CORROSION OF THE IGNITION FILAMENT CAN RESULT IN THE DRIVER'S AIR BAG BEING DEPLOYED UNINTENTIONALLY.,DEALERS WILL REPLACE THE DRIVER'S AIR BAG MODULE. -11/22/1999,99V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V328000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/SEAT BELT LATCH MECHANISM,SEAT BELTS,NR (Not Reported),Vehicle,85970,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE LATCHING MECHANISM ON THE SEAT BELT ASSEMBLY WAS NOT ASSEMBLED CORRECTLY. IF THE PLASTIC COVER IS LOOSE DURING THE ENGAGEMENT OF THE BUCKLE TONGUE TO THE LATCH MECHANISM, THE BUCKLE COULD UNLATCH.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE SEAT BELT BUCKLES. IF EITHER THE DRIVER OR FRONT PASSENGER SEAT BELT BUCKLE IS FOUND TO BE DEFECTIVE, IT WILL BE REPLACED." -11/22/1999,99V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V329000),OVERLAND MOTOR COACH,OVERLAND/ELECTRICAL CONDUIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,281,VEHICLE DESCRIPTION: MOTOR HOMES. THE ELECTRICAL CONDUIT WAS NOT WRAPPED WITH A HEAT SHIELD ALLOWING THE CONDUIT TO GET TOO HOT AND SAG.,"IF THE CONDUIT SAGS, IT GETS TOO CLOSE TO THE EXHAUST AND WILL OVERHEAT THE COPPER WIRING INSIDE AND BURN, INCREASING THE RISK OF A FIRE.","OVERLAND HAS GONE OUT OF BUSINESS. DEALERS WERE TO WRAP THE CONDUIT WITH HEAT DEFLECTOR MATERIAL, ADD 2 CLAMP RINGS, AND A MOUNTING CLAMP TO REATTACH THE CONDUIT UP TOWARD THE FRAME." -11/22/1999,99V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V326000),"Winnebago Industries, Inc.",WINNEBAGO/LPG PIPE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,390,VEHICLE DESCRIPTION: MOTOR HOMES. AN INTERFERENCE BETWEEN A LPG PIPE AND A STRUCTURAL PIVOT FOR ONE END OF THE REAR AXLE TRACK BAR CAN CAUSE THE LPG PIPE TO BECOME DAMAGED AND LEAK LPG.,"IN THE PRESENCE OF AN IGNITION SOURCE, LIQUID PROPANE GAS LEAKAGE COULD RESULT IN PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL RELOCATE THE LPG PIPE AND ADD A CLAMP WHERE NECESSARY. -11/19/1999,99V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V325000),Kia Motors America,KIA/ENGINE STALLING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,76986,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE WIRES CONNECTED TO THE C123 AND C124 CONNECTORS CAN BE PUT UNDER TENSION BY MOVEMENT OF THE ENGINE, THUS PULLING THE WIRES AND CONNECTORS, LOOSENING THEM AND RESULTING IN A LOSS OF CIRCUIT CONTINUITY.","THIS CONDITION CAN CAUSE ENGINE STALLING, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL SPRING CLIPS TO LOCK THE CONNECTORS TOGETHER. IN ADDITION, THE DEALERS WILL BE INSTRUCTED TO SOLDER A SPLICE IN THE WIRE HARNESS." -11/18/1999,99V306002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306002),"FTCA, Inc.",FLEETWOOD FOLDING/ATWOOD MOBILE/CARB MONOX ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,299,VEHICLE DESCRIPTION: FOLDING TRAILERS EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -11/16/1999,99V306003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306003),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,5,VEHICLE DESCRIPTION: MOTORHOMES EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -11/16/1999,99V165002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165002),"Forest River, Inc.",FOREST RIVER/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,70,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -11/15/1999,99E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E039000),AMERICAN PRODUCTS COMPANY,APC/TAIL LIGHT LENS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,28542,"EQUIPMENT DESCRIPTION: AFTERMARKET TAIL LIGHT LENSES. THESE LENSES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" THE REAR AND SIDE REFLEX REFLECTORS ARE CLEAR AND NOT RED IN COLOR.",,APS WILL REPLACE THESE LENSES. -11/15/1999,99V063001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V063001),"BMW of North America, LLC",BMW/SIDE DOOR AIR BAGS,AIR BAGS,NR (Not Reported),Vehicle,16749,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES ARE BUILT WITH A SIDE AIR BAG SYSTEM CONSISTING OF DOOR-MOUNTED THORAX AIR BAGS (REAR DOOR AIR BAGS ARE OPTIONAL), A CENTRAL ELECTRONIC SENSOR AND DIAGNOSTIC SYSTEM, LEFT AND RIGHT SATELLITE IMPACT SENSORS, AND ASSOCIATED WIRING. THIS SYSTEM IS UNDULY SENSITIVE TO CERTAIN NON-CRASH IMPACTS, SUCH AS CONTACTING LARGE POTHOLES OR CURBS AT SUBSTANTIAL SPEED.","THIS COULD CAUSE THE SIDE AIR BAG TO DEPLOY WITHOUT AN ACTUAL SIDE CRASH. IN ADDITION, THE BATTERY SAFETY TERMINAL (BST) COULD ALSO ACTIVATE, DISCONNECTING THE STARTER CABLE FROM THE BATTERY. IN THIS CASE, THE VEHICLE'S ELECTRICAL SYSTEM COULD CONTINUE TO OPERATE AND THE ENGINE WOULD CONTINUE TO RUN, BUT AFTER STOPPING, COULD NOT BE RESTARTED.",DEALERS WILL REPROGRAM THE CENTRAL COMPUTER CONTROL MODULE THAT REGULATES THE PERFORMANCE OF ALL OF THE VEHICLE'S OCCUPANT PROTECTION SYSTEMS. -11/15/1999,99V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V320000),"General Motors, LLC",GM/TRANSMISSION SHIFT CABLE,POWER TRAIN,99040,Vehicle,391,"VEHICLE DESCRIPTION: MEDIUM DUTY CONVENTIONAL CAB TRUCKS AND SCHOOL BUS CHASSIS EQUIPPED WITH AN AUTOMATIC TRANSMISSION, HAVE TRANSMISSION SHIFT CABLE END RODS THAT HAVE NOT BEEN CRIMPED TO THE PROPER SPECIFICATION. OVER TIME, THE SHIFT CABLE COULD BE PULLED OUT OF THE ROD END CAUSING THE DRIVER TO LOSE THE ABILITY TO MANUALLY CHANGE TRANSMISSION GEARS.","WITH THIS CONDITION, THE VEHICLE MAY MOVE IN A DIRECTION NOT ANTICIPATED BY THE DRIVER, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A NEW SHIFT CABLE. -11/15/1999,99V321000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V321000),"VAN-CON, INCORPORATED",VAN-CON/FMVSS 217/DOOR OPENER,STRUCTURE,NR (Not Reported),Vehicle,865,"VEHICLE DESCRIPTION: CONVERSION TYPE-A SCHOOL BUSES EQUIPPED WITH PLUNGER/SOCKET POSITIVE DOOR OPENERS ON SINGLE REAR EMERGENCY DOORS. THESE BUSES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, SMALL CHILDREN MAY HAVE DIFFICULTY IN OPENING THE DOOR, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REMOVE THE PLUNGER/SOCKET TYPE DOOR OPENER AND REPLACE IT WITH A TELESCOPIC PROP DOOR OPENER. -11/12/1999,99E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E041000),Atwood Mobile Products,ATWOOD/ROOF LIFT SYSTEMS,VISIBILITY,NR (Not Reported),Equipment,299,EQUIPMENT DESCRIPTION: MOTORIZED ROOF LIFT SYSTEMS. THE POTENTIAL FOR SPONTANEOUS FIRE OF THE RELAY CONTROL BOX COULD EXIST.,"IN THE EVENT OF A FIRE, PERSONAL INJURY OR DEATH COULD OCCUR.",DEALERS WILL REMOVE THE POWER ROOF LIFT SYSTEM AND REPLACE WITH THE ORIGINAL EQUIPMENT MANUAL SYSTEM. -11/11/1999,99V165007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165007),"Airstream, Inc.",AIRSTREAM/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,119,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -11/10/1999,99V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V300000),"Volkswagen Group of America, Inc.",VW/VEHICLE HANDLING,SUSPENSION,KX/ZX,Vehicle,6200,"PASSENGER VEHICLES. IN SHARP HIGH SPEED TURNS OR ABRUPT LANE CHANGE MANEUVERS AT SPEEDS SUBSTANTIALLY ABOVE POSTED SPEED LIMITS, AND DEPENDING UPON ROAD CONDITIONS, PRECISE STEERING RESPONSE MAY BE DEMANDED TO RETAIN DIRECTIONAL STABILITY.","IN THE EVENT CONTROL IS LOST, A CRASH MAY OCCUR RESULTING IN INJURY.",DEALERS WILL REPLACE THE FRONT STABILIZERS IN FRONT DRIVE AUDI TT'S AND THE FRONT AND REAR STABILIZERS IN AUDI TT'S EQUIPPED WITH QUATTRO DRIVE. A MODIFIED CONTROL ARM WILL BE INSTALLED IN FRONT TOGETHER WITH FIRMER SHOCK ABSORBERS IN FRONT AND REAR. IN ADDITION AUDI WILL INSTALL A REAR SPOILER. -11/09/1999,99V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V316000),"Aprilia USA, Inc.",APRILIA/REAR DRIVE SPROCKET FASTENERS,POWER TRAIN,NR (Not Reported),Vehicle,289,VEHICLE DESCRIPTION: MOTORCYCLES. THE FASTENERS HOLDING THE REAR DRIVE SPROCKET COULD COME LOOSE.,"THE REAR SPROCKET COULD DROP OFF OR THE DRIVE CHAIN COULD COME OFF OR JAM, RESULTING IN A LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL TIGHTEN THE SPROCKET SCREWS SUFFICIENTLY. -11/09/1999,99V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V317000),Kia Motors America,KIA/ENGINE STALLING (C304/C305),"FUEL SYSTEM, GASOLINE",SC013,Vehicle,102944,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. ELECTRICAL CURRENT TO THE FUEL PUMP PASSES THROUGH THE C304 AND C305 CONNECTORS. IF EXPOSED TO MOISTURE, THESE CONNECTORS COULD CORRODE. OVER TIME, THE FUEL PUMP WILL NOT RECEIVE ENOUGH CURRENT TO OPERATE.","THIS CONDITION COULD CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE EXISTING CONNECTORS AND REPOSITION THOSE CONNECTORS TO AN AREA WHERE THE PLACEMENT IS DESIGNED TO PREVENT CONTACT WITH MOISTURE. -11/09/1999,99V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V318000),Kia Motors America,KIA/ENGINE STALLING (C304/C305),"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,102944,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ELECTRICAL CIRCUIT FOR THE FUEL PUMP IS GROUNDED AT JUNCTION CONNECTOR G300. IF THE PIN TENSION IS POOR, OR THE BOLT SECURING THE CONNECTOR TO THE VEHICLE FLOOR IS NOT TIGHTENED SUFFICIENTLY, A POOR CONNECTION IS MADE. AS THE FUEL PUMP OPERATES, THE POOR CONNECTION CAN CREATE HEAT WHICH IN TURN INCREASES RESISTANCE. EVENTUALLY THE FUEL PUMP WILL NOT RECEIVE ENOUGH CURRENT TO OPERATE.","THIS CONDITION COULD CAUSE THE ENGINE TO STALL, INCREASING THE RISK OF A CRASH.",THIS CORRECTIVE ACTION IS BEING PERFORMED IN CONJUNCTION WITH RECALL NO. 99V317. -11/05/1999,99V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V314000),"ULTRA CARTS, INC.",ULTRA CARTS/FMVSS 500,EQUIPMENT,NR (Not Reported),Vehicle,44,"VEHICLE DESCRIPTION: LOW SPEED UTILITY VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 500, ""LOW SPEED VEHICLES,"" AND PART 567, ""CERTIFICATION."" THESE VEHICLES DO NOT HAVE A 17 DIGIT VEHICLE IDENTIFICATION NUMBER ATTACHED, HAVE INCORRECT WINDSHIELD MATERIAL AND MARKINGS, AND NO CERTIFICATION LABEL.",,DEALERS WILL INSTALL VIN LABELS AND AS-1 SAFETY GLASS. -11/04/1999,99V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V313000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FRAME STRENGTH,STRUCTURE,855,Vehicle,546,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME ALUMINUM CASTINGS USED IN THE MANUFACTURE OF THE VEHICLE FRAME MAY HAVE MISSED THE REQUIRED HEAT TREATMENT OPERATION RESULTING IN SOFT FRAME CASTINGS.,"SOME OF THESE FRAMES COULD FRACTURE UNDER VEHICLE OPERATING CONDITIONS, RESULTING IN LOSS OF VEHICLE HANDLING OR VEHICLE CONTROL.",DEALERS WILL REPLACE THESE VEHICLES. -11/04/1999,99V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V312000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/STEERING GEAR STOPS,STEERING,854,Vehicle,1259,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. SOME STEERING GEAR UNITS WERE ASSEMBLED WITH INTERNAL END-OF-TRAVEL-STOPS THAT MISSED THE HEAT TREAT PROCESS, RESULTING IN SOFT INTERNAL TRAVEL STOPS.","THIS COULD RESULT IN STICKING, BINDING, OR SEIZING OF THE STEERING GEAR.",DEALERS WILL REPLACE THE STEERING GEAR ON INVOLVED VEHICLES. -11/04/1999,99V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V311000),Ford Motor Company,FORD/FMVSS 301,"FUEL SYSTEM, GASOLINE",99S32,Vehicle,107540,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH GASOLINE ENGINES AND 8 FOOT BOXES, MAY NOT FULLY SATISFY THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" IN A 30 MPH FRONTAL BARRIER CRASH TEST, A FUEL TANK VAPOR RECOVERY VALVE SEPARATED INTERNALLY. DURING THE SUBSEQUENT STATIC ROLLOVER TEST, FUEL SPILLAGE EXCEEDED THE SPECIFIED RATE.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",DEALERS WILL INSTALL A STOP PLATE ASSEMBLY ON THE VEHICLE FRAME TO PREVENT RECOVERY VALVE CONTACT WITH A FRAME CROSSMEMBER DURING THE IMPACT SEQUENCE. -11/03/1999,99V310001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V310001),Ford Motor Company,FORD/HYDRAULIC LIFT CYLINDERS,STRUCTURE,99S34,Vehicle,470582,"VEHICLE DESCRIPTION: ON CERTAIN SPORT UTILITY VEHICLES, THE HYDRAULIC LIFT CYLINDER BRACKET WELDS COULD FRACTURE.","WITH A BROKEN BRACKET WELD, THERE IS A POTENTIAL FOR THE LIFTGATE BRACKET TO GRADUALLY BEND INWARD ALLOWING THE LIFT CYLINDER BALL STUD TO DISENGAGE, UNEXPECTEDLY ALLOWING THE LIFTGATE TO FALL FROM AN OPEN POSITION.","DEALERS WILL INSTALL LIFTGATE REINFORCEMENT BRACKETS. DEPENDING UPON THE CONDITION OF THE LIFTGATE SHEET METAL IN THE AREA OF THE BRACKET, DEALERS MAY ALSO INSTALL A LARGER REINFORCEMENT." -11/03/1999,99V165004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165004),Newmar Corporation,NEWMAR/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1304,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -11/02/1999,99V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V308000),Collins Bus Corporation,COLLINS/FMVSS 217,SEAT BELTS,NR (Not Reported),Vehicle,38,"VEHICLE DESCRIPTION: SINGLE-REAR-WHEEL AND DUAL-REAR-WHEEL SCHOOL BUSES BUILT ON CHEVROLET 3500 VAN CUTAWAY CHASSIS. CERTAIN BUSES ARE EQUIPPED WITH SCHOOL BUS CERTIFIED SAFETY SEATS WHICH MAY NOT MEET THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",COLLINS WILL PROVIDE REPLACEMENT SEAT LEGS FOR THESE BUSES. -11/02/1999,99V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V309000),Ford Motor Company,FORD/FUEL TANK CRACKS,"FUEL SYSTEM, GASOLINE",99R33,Vehicle,70116,"VEHICLE DESCRIPTION: MINIVANS WHICH WERE ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING HOT WEATHER STATES: ALABAMA, ARIZONA, ARKANSAS, CALIFORNIA (10 SOUTHERN COUNTIES), FLORIDA, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NEVADA (CLARK COUNTY ONLY), OKLAHOMA, SOUTH CAROLINA AND TEXAS, CAN DEVELOP CRACKS IN THE FUEL TANK IN THE FORWARD STRAP AREA OF THE STANDARD 20 GALLON TANK DUE TO A COMBINATION OF FACTORS THAT ARE PRESENT IN CERTAIN VERY HOT AREAS OF THE COUNTRY.",THESE CRACKS COULD RESULT IN FUEL LEAKAGE IF THEY PROPAGATE THROUGH THE WALL OF THE TANK.,"DEALERS WILL INSTALL A BRACE ASSEMBLY AT THE STRAP BOLT HOLE LOCATION AND REPLACE THE TANK STRAP WITH A REVISED, LONGER STRAP. DEALERS WILL ALSO INSPECT THE TANKS FOR LEAKS. IF A LEAK EXISTS AND IS THE RESULT OF A CRACK IN THE FUEL TANK, THE TANK WILL BE REPLACED IN ADDITION TO THE INSTALLATION OF A SPACER AND LONGER STRAP." -11/01/1999,99V306001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V306001),Blue Bird Body Company,BLUE BIRD/ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,R99DH,Vehicle,58,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH CARBON MONOXIDE ALARMS. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -11/01/1999,99V305001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V305001),"Mitsubishi Motors North America, Inc.",MITSUBISHI AMERIC/HEADLAMP-WINDSHIELD WIPER SWITCH,EXTERIOR LIGHTING,SR-99-003,Vehicle,98817,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE COLUMN SWITCH LEVERS CAN BECOME LOOSE OR BREAK OVER TIME.,"LOOSENING OR CRACKING OF THE LEVERS CAN CAUSE DIRECTIONAL LAMPS THAT DO NOT SELF-CANCEL OR OPERATE, HEAD LAMPS THAT DO NOT TURN OFF, WINDSHIELD WASHERS THAT OPERATE CONTINUOUSLY AND/OR WINDSHIELD WIPERS THAT DO NOT OPERATE.",DEALERS WILL INSTALL A REDESIGNED SWITCH. -11/01/1999,99V305002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V305002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBB/HEADLAMP-WINDSHIELD WIPER SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2543,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE COLUMN SWITCH LEVERS CAN BECOME LOOSE OR BREAK OVER TIME.,"LOOSENING OR CRACKING OF THE LEVERS CAN CAUSE DIRECTIONAL LAMPS THAT DO NOT SELF-CANCEL OR OPERATE, HEAD LAMPS THAT DO NOT TURN OFF, WINDSHIELD WASHERS THAT OPERATE CONTINUOUSLY AND/OR WINDSHIELD WIPERS THAT DO NOT OPERATE.",DEALERS WILL INSTALL A REDESIGNED SWITCH. -11/01/1999,99V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V303000),PACCAR Incorporated,PACCAR/KENWORTH/STEERING DRIVELINE,POWER TRAIN,99KW03,Vehicle,2607,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE INSTALLATION OF THE ALUMINUM STEERING DRIVELINE EXCEEDS THE U-JOINT ANGLES SPECIFIED BY DANA, THE DRIVELINE MANUFACTURER. BY EXCEEDING THIS SPECIFICATION, THE U-JOINT COULD CONTACT AND CAUSE A STRESS RISER IN THE ALUMINUM DRIVE SHAFT. THIS CONTACT COULD CAUSE IN A NOTCH IN THE ALUMINUM DRIVEMENT, RESULTING IN A STRESS RISER IN THE SHAFT.","THIS NOTCH COULD CAUSE PREMATURE FAILURE OF THE STEERING DRIVELINE, RESULTING IN LOSS OF VEHICLE CONTROL AND/OR VEHICLE CRASH WITHOUT PRIOR WARNING.",DEALERS WILL REPLACE THE ALUMINUM DRIVELINE WITH A STEEL VERSION. -11/01/1999,99V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V304000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/REAR SPROCKET BOLTS,WHEELS,V-99-13,Vehicle,2000,VEHICLE DESCRIPTION: MOTORCYCLES. PAINT ON THE WHEEL AND SPROCKET-MATING SURFACES COULD PRODUCE INSUFFICIENT CLAMP LOAD ON THE SPROCKET. REAR SPROCKET BOLTS COULD BECOME LOOSE CAUSING EXCESSIVE WEAR AND FRETTING AT THE WHEEL AND SPROCKET MATING SURFACES ALLOWING THE SPROCKET BOLT TO FAIL.,THIS CONDITION COULD RESULT IN LOSS OF VEHICLE CONTROL.,"DEALERS WILL INSPECT THE REAR WHEEL AND SPROCKET HUB, REMOVE ALL PAINT FROM THE CONTACT SURFACES OF THE WHEEL HUB AND SPROCKET, AND INSTALL NEW SPROCKET BOLTS. THE WHEEL AND SPROCKET WILL BE REPLACED IF BOLTS WERE LOOSE AND DAMAGE HAS OCCURRED." -11/01/1999,99V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V307000),Toyota Motor Corporation,TOYOTA/STEERING WHEEL,STEERING,X06/XL7,Vehicle,540037,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STEERING WHEEL SET NUT MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED CAUSING STEERING VIBRATION AND LOOSENESS.,THIS CAN RESULT IN A LOSS OF VEHICLE CONTROL.,DEALERS WILL TIGHTEN THE STEERING WHEEL SET NUT. -10/29/1999,99V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V302000),"General Motors, LLC",GM/FUEL FILLER,"FUEL SYSTEM, GASOLINE",99075,Vehicle,43218,"CERTAIN PASSENGER VEHICLES FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL FILL FITTING IS NOT PROPERLY SECURED TO THE FUEL TANK. IN THAT CONDITION, FUEL LEAKAGE WOULD EXCEED THE PERMISSIBLE AMOUNT IN AN FMVSS TEST. FUEL LEAKS MAY OCCUR, PARTICULARLY AFTER REFUELING OR WHEN THE TANK IS MORE THAN HALF FULL.","IF AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",DEALERS WILL INSPECT THE FUEL TANK AND REPLACE IT IF NECESSARY. -10/29/1999,99V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V301000),"General Motors, LLC",GM/INNER TIE ROD NUTS,STEERING,NR (Not Reported),Vehicle,1284,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE INNER TIE ROD NUTS ARE LOOSE AND CAN RESULT IN SEPARATION OF A TIE ROD.,SEPARATION OF A TIE ROD CAN CAUSE UNEXPECTED STEERING INPUT INCREASING THE RISK OF A CRASH.,DEALERS WILL CHECK AND ADJUST THE VEHICLE TOE-IN AND TIGHTEN THE INNER TIE ROD NUTS TO THE SPECIFIED TORQUE. -10/28/1999,99V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V299000),EXCELSIOR-HENDERSON,EXCELSIOR-HENDERSON/FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,857,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL HOSE DISCONNECTS BETWEEN FUEL PUMP REGULATOR AND FUEL TANK OUTLET NOZZLE. THE FUEL PUMP AND HOSE ARE LOCATED INSIDE THE FUEL TANK ASSEMBLY.,THIS CONDITION COULD CAUSE THE ENGINE TO STOP WITHOUT WARNING AFFECTING THE HANDLING OF THE MOTORCYCLE.,EXCELSIOR-HENDERSON HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO INSTALL A PLASTIC SAFETY TIE TO SECURE THE FUEL HOSE. -10/28/1999,99V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V291000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/BANK ANGLE SENSOR SYSTEM,VEHICLE SPEED CONTROL,0101,Vehicle,52126,VEHICLE DESCRIPTION: MOTORCYCLES. THE BANK SENSOR ANGLE SYSTEM CAN MALFUNCTION.,THIS CONDITION COULD CAUSE THE ENGINE TO STALL OR QUIT WHEN RIDING.,DEALERS WILL CORRECT THE BANK ANGLE SENSOR SYSTEM. -10/28/1999,99V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V292000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL TANK VENT SYSTEM,"FUEL SYSTEM, GASOLINE",0101,Vehicle,52126,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL TANK VENT SYSTEM CAN MALFUNCTION.,THIS CONDITION COULD CAUSE THE ENGINE TO STALL OR QUIT WHEN RIDING.,DEALERS WILL CORRECT THE FUEL TANK VENT SYSTEM. -10/28/1999,99V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V290000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/HANDLE BARS,STEERING,0100,Vehicle,9890,VEHICLE DESCRIPTION: MOTORCYCLES. THE HANDLE BARS ON THESE MOTORCYCLES CAN BREAK.,"THIS CONDITION COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE HANDLE BARS. -10/27/1999,99V014003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V014003),COUNTRY COACH INC,COUNTRY COACH/INNER WHEEL CONE,SUSPENSION,NR (Not Reported),Vehicle,4,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH 16,000 LB., 18,000 LB., OR 20,000 LB. HEAVY DUTY STEERING AXLES. THE INNER WHEEL BEARING CONE FOR THE STEERING AXLE WHEEL HUB ASSEMBLY DOES NOT PROPERLY FIT ONTO THE NAVISTAR STEERING AXLE SPINDLE ASSEMBLY. IMPROPER FIT OF THE BEARING TO THE SPINDLE INCREASES THE STRESS LEVELS TO THE STEERING AXLE SPINDLE WHICH COULD CAUSE SPINDLE FAILURE.","IF THE SPINDLE FAILS, A LOSS OF DRIVER CONTROL COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REMOVE THE LEFT AND RIGHT HUB/DRUM ASSEMBLIES FROM THE STEERING AXLES AND REPLACE THE INNER WHEEL BEARING CONES AND CUPS. -10/27/1999,99V033006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033006),COUNTRY COACH INC,COUNTRY COACH/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Vehicle,4,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",SPICER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -10/27/1999,99V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V297000),"General Motors, LLC",GM/FMVSS 201/CONSOLE ARMREST,STRUCTURE,99071,Vehicle,7505,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A CONSOLE ARMREST FAIL TO COMPLY WITH REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACTS."" THE ARMRESTS WERE PRODUCED WITH A LATCH THAT WILL NOT WITHSTAND THE VERTICAL FORCE REQUIREMENTS OF THE STANDARD.","IN THE EVENT OF A CRASH, THE LATCH MAY OPEN AND THE ARMREST OR THE CONTENTS OF THE CONSOLE COULD INJURE AN OCCUPANT.",DEALERS WILL REPLACE THE CONSOLE ARMREST LATCH. -10/27/1999,99V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V298000),MID BUS CORPORATION,MID BUS/FMVSS 217/EMERGENCY EGRESS EXIT,SEATS,NR (Not Reported),Vehicle,41,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON CHEVROLET CUTAWAY CHASSIS HAVE THEIR REAR EMERGENCY EGRESS ZONE PARTIALLY BLOCKED BY PASSENGER SEATS. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF A CRASH, VEHICLE OCCUPANTS MAY NOT BE ABLE TO EXIT THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY.",OWNERS WILL BE PROVIDED WITH NEW SEATS AND INSTALLATION INSTRUCTIONS. -10/26/1999,99V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V289000),Blue Bird Body Company,BLUE BIRD/POWER CABLE ROUTING,ELECTRICAL SYSTEM,R99DF,Vehicle,2710,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH CUMMINS ISB ENGINES. ELECTRICAL POWER CABLES MAY NOT HAVE BEEN ROUTED PROPERLY FROM THE ALTERNATOR OUTPUT TO THE STARTING MOTOR.,"IF THE CABLES ARE NOT ROUTED PROPERLY, THE CABLE INSULATION COULD BE ABRADED BY CONTACT WITH OTHER CHASSIS COMPONENTS, CAUSING AN ELECTRICAL SHORT.",DEALERS WILL ADD LOOM AND REROUTE THE ELECTRICAL POWER CABLE FROM THE ALTERNATOR OUTPUT TO STARING MOTOR. ANY CABLES FOUND WITH ABRASIONS WILL BE REPLACED. -10/26/1999,99V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V294000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/CHASSIS,TRAILER HITCHES,91015,Vehicle,1404,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS. THESE TRAILERS CAN EXPERIENCE EXCESSIVE FLEXING IN THE UPPER CHASSIS WHICH CAN LEAD TO FAILURE IN THE AREA OF THE PIN BOX.,THIS CONDITION CAN LEAD TO LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,DEALERS WILL REINFORCE OR REPLACE THE PIN BOX AND ITS SUPPORT STRUCTURE. -10/26/1999,99V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V295000),FREIGHTLINER LLC,FREIGHTLINER/STEERING AXLE HUB,SUSPENSION,FL-246,Vehicle,2976,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE OUTBOARD BEARING ON THE STEERING AXLE HUBS CAN FAIL DUE TO WATER INTRUSION THROUGH A HUBCAP VENT.,THIS CONDITION CAN RESULT IN A SEPARATION OF THE WHEEL.,DEALERS WILL REMOVE THE HUBCAP AND INSPECT FOR WATER INTRUSION AND CORROSION. THE HUB AND BEARING ASSEMBLY WILL BE REPLACED IF THERE IS EVIDENCE OF CORROSION. A NON-VENTED HUBCAP WILL BE INSTALLED. -10/26/1999,99V296001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V296001),Volvo Trucks North America,VOLVO TRUCKS/CONTINENTAL GENERAL/TIRE,TIRES,NR (Not Reported),Vehicle,20,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CONTINENTAL GENERAL S380A 295/75R22.5 LR G TIRES, SERIAL NOS. A3371E5488 THROUGH A3371E5089. THESE TIRES HAVE BEEN OVERCURED.",THIS CONDITION CAN CAUSE TIRE FAILURE.,CONTINENTAL GENERAL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL EXCHANGE THE TIRE FOR AN IDENTICAL OR REASONABLY EQUIVALENT TIRE. -10/25/1999,99V242002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V242002),"NEW FLYER OF AMERICA, INC.",NEW FLYER/LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,174,"VEHICLE DESCRIPTION: TRANSIT BUSES. FAILURE OF A SOFT SEAT CHECK VALVE IN WHEELCHAIR LIFTS PROVIDED BY LIFT-U, MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.",THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT. LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES.,LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES. -10/25/1999,99V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V293000),"Stratos Boats, Inc.",STRATOS BOATS/ALUMINUM WHEELS,WHEELS,NR (Not Reported),Vehicle,2433,"VEHICLE DESCRIPTION: BOAT TRAILERS EQUIPPED WITH ALUMINUM WHEELS. THESE WHEELS HAVE A CHAMFERED CENTRAL HOLE WHERE THE AXLE SPINDLE PASSES THROUGH. ON SOME, THE CHAMFER IS TOO SHALLOW CAUSING THE WHEEL BEARING DUST CAP TO PROTRUDE BEHIND THE WHEEL. WHEN THIS CAP IS PROTRUDING, WHEEL LUG BOLT TORQUE WILL NOT REMAIN TIGHTENED.","IF UNDETECTED, WHEEL STUDS CAN BREAK ALLOWING THE WHEEL TO FALL OFF INCREASING THE RISK OF A CRASH.",STRATOS HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO REPLACE THESE WHEELS. -10/21/1999,99V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V288000),COUNTRY COACH INC,COUNTRY COACH/PART 567/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,633,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH SLIDE GALLEY OPTION. THE CERTIFICATION LABELS DO NOT SHOW THE PROPER TIRE PRESSURES. THESE PRESSURES ARE BELOW THE REQUIRED PRESSURE FOR LOAD CARRYING CAPACITY.,UNDER-INFLATION OF THE TIRES CAN RESULT IN TREAD SEPARATION.,NEW LABELS WITH THE CORRECT INFLATION PRESSURE SPECIFICATIONS WILL BE PROVIDED TO OWNERS. OWNERS WILL BE INSTRUCTED TO ADJUST THE TIRE PRESSURE SPECIFICATIONS TO THE NEW CORRECT REQUIREMENTS. -10/21/1999,99V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V283000),"General Motors, LLC",GM/PASSENGER AIR BAG MODULE,AIR BAGS,99073,Vehicle,111,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE PASSENGER SIDE AIR BAG MODULES HAVE AN UNDERSIZED INFLATOR ORIFICE.,"IN THE EVENT OF A CRASH THAT WOULD TRIGGER A PASSENGER SIDE AIR BAG DEPLOYMENT, THIS UNDERSIZED ORIFICE CAN CAUSE THE INFLATOR MODULE TO EXPLODE. IF AN AIR BAG INFLATOR MODULE EXPLODES, METAL AND/OR PLASTIC DEBRIS COULD CAUSE SEVERE INJURY TO THE VEHICLE OCCUPANT.",DEALERS WILL REPLACE THE PASSENGER SIDE AIR BAG MODULES. -10/20/1999,99V287001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V287001),"FTCA, Inc.",FLEETWOOD FOLDING/NORCOLD/REFRIGERATOR,EQUIPMENT,NR (Not Reported),Vehicle,66788,"VEHICLE DESCRIPTION: RECREATIONAL VEHICLES USING GAS/ELECTRIC ABSORPTION REFRIGERATORS SUPPLIED BY NORCOLD. THE SWIVEL NUT WHICH IS AN INTEGRAL CONNECTION COMPONENT OF A PRESSURE TAP DEVICE HAS ""STRESS CORROSION CRACKING.""","THIS CRACKING CAN LEAD TO AN OPEN FRACTURE IN THE BRASS NUT, POTENTIALLY ALLOWING PROPANE GAS TO LEAK.",NORCOLD IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REMOVE THE SWIVEL NUT/PRESSURE TAP COMPONENT AND REPLACE WITH A REMEDY KIT. -10/20/1999,99V273001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V273001),"General Motors, LLC",GM/FMVSS 108/BRAKE LAMP SWITCH,EXTERIOR LIGHTING,99052,Vehicle,30605,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE AN INOPERATIVE BRAKE LAMP-ACTUATING SWITCH. IF THE BRAKE LAMP-ACTUATING SWITCH DOES NOT FUNCTION PROPERLY WHEN THE BRAKE PEDAL IS DEPRESSED, THE BRAKE LIGHTS MAY BE INOPERATIVE. ON VEHICLES EQUIPPED WITH AUTOMATIC TRANSAXLE, A FAILURE IN THE BRAKE LAMP-ACTUATING SWITCH MAY ALSO PREVENT SHIFTING OUT OF PARK. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION AND ANOTHER VEHICLE WAS FOLLOWING CLOSELY, A VEHICLE CRASH COULD OCCUR.",DEALERS WILL REPLACE THE STOP LAMP SWITCH ASSEMBLY. -10/20/1999,99V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V280000),"General Motors, LLC",GM/FMVSS 210/SEAT BELT SHOULDER GUIDE,SEAT BELTS,99067/99-C-02,Vehicle,265698,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES."" SOME OF THE VEHICLES WERE PRODUCED WITH SEAT BELT SHOULDER GUIDE ANCHOR BOLTS THAT WERE NOT ADEQUATELY TIGHTENED AT THE CENTER PILLAR AND COULD FALL OUT, MAKING THE SEAT BELT INOPERATIVE.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSPECT THESE VEHICLES FOR PROPER INSTALLATION AND TORQUE OF THE SEAT BELT SHOULDER GUIDE ANCHOR BOLTS. -10/20/1999,99V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V278000),Land Rover,LAND ROVER/POWER STEERING PULLEY,STEERING,D385,Vehicle,6108,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE POWER ASSISTED STEERING PUMP PULLEY CAN FAIL RESULTING IN A LOSS OF STEERING POWER ASSIST. IF VEHICLE OPERATION IS CONTINUED, ENGINE OVERHEATING/DAMAGE COULD RESULT.",THE LOSS OF STEERING ASSIST COULD INCREASE THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSTALL A POWER STEERING PUMP/PULLEY ASSEMBLY. -10/20/1999,99V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V285000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 121/BRAKE RELEASE TIME,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,174,"VEHICLE DESCRIPTION: BUSES. THESE BUSES FAIL TO COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE REAR BRAKE RELEASE TIME CAN EXCEED THE REQUIREMENTS.",EXTENDED STOPPING DISTANCE COULD OCCUR INCREASING THE RISK OF A CRASH.,"OWNERS WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND ASSISTANCE IN MODIFYING SEVERAL REAR BRAKE LINES AND ADD A QUICK RELEASE VALVE TO THE REAR SIGNAL LINE. NEW FLYER WILL REIMBURSE THE OWNER'S FOR THE PARTS AND LABOR COSTS INVOLVED." -10/20/1999,99V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V286000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 121/PARKING BRAKE,PARKING BRAKE,1248A,Vehicle,174,"VEHICLE DESCRIPTION: BUSES. THESE BUSES FAIL TO COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" THE PARKING BRAKE MAY BE INADEQUATE AT GVWR ON A 20% SLOPE.",THE PARKING BRAKE MAY NOT RESTRAIN THE VEHICLE WHEN ON A 20% SLOPE INCREASING THE RISK OF A CRASH.,"OWNERS WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND ASSISTANCE IN INSTALLING LARGER SPRING BRAKES ON THE DRIVE AXLE. NEW FLYER WILL REIMBURSE THE OWNER'S FOR THE PARTS AND LABOR COSTS INVOLVED." -10/19/1999,99V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V282000),Honda (American Honda Motor Co.),HONDA/WIRING HARNESS ROUTING,ELECTRICAL SYSTEM,K72,Vehicle,100891,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN IMPROPERLY ROUTED UNDER DASH WIRE HARNESS COULD BE DAMAGED BY CONTACT WITH THE BRAKE LIGHT SWITCH, POSSIBLY RESULTING IN A BLOWN FUSE. IF THIS OCCURS, OPERATION OF A CRITICAL COMPONENT CAN BE LOST, INCLUDING WINDSHIELD WIPERS, HEADLIGHTS, TURN SIGNAL AND HAZARD LAMPS, TAIL LAMPS, THE ANTI-LOCKING FUNCTION OF THE BRAKES, AND BATTERY CHARGING SYSTEM.","A SUDDEN, UNEXPECTED LOSS OF LIGHTING OR A FAILURE OF THE WINDSHIELD WIPERS IN BAD WEATHER, COULD BE HAZARDOUS INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A 70MM PROTECTIVE, CORRUGATED PLASTIC TUBE OVER THE WIRE HARNESS, IN THE AREA OF THE BRAKE STOP SWITCH. IF ANY WIRE OR WIRES ARE DAMAGED, THEY WILL BE REPAIRED." -10/18/1999,99E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E036000),Norcold Inc.,NORCOLD/REFRIGERATOR,EQUIPMENT,NR (Not Reported),Equipment,127035,"EQUIPMENT DESCRIPTION: GAS/ELECTRIC ABSORPTION REFRIGERATORS USED IN RECREATIONAL VEHICLES AND CAMPING TRAILERS. THE SWIVEL NUT WHICH IS AN INTEGRAL CONNECTION COMPONENT OF A PRESSURE TAP DEVICE HAS ""STRESS CORROSION CRACKING.""","THIS CRACKING CAN LEAD TO AN OPEN FRACTURE IN THE BRASS NUT, POTENTIALLY ALLOWING PROPANE GAS TO LEAK.",DEALERS WILL REMOVE THE SWIVEL NUT/PRESSURE TAP COMPONENT AND REPLACE WITH A REMEDY KIT. -10/15/1999,99E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E033000),Atwood Mobile Products,ATWOOD MOBILE/CARBON MONOXIDE ALARMS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,392,EQUIPMENT DESCRIPTION: CARBON MONOXIDE ALARMS FOR USE IN RECREATIONAL VEHICLES. SOME OF THESE ALARMS MAY HAVE BECOME CONTAMINATED DURING SHIPPING WHICH WILL DIMINISH THE SENSITIVITY OF THE ALARM TO DETECT CARBON MONOXIDE.,PERSONAL INJURY OR DEATH COULD OCCUR TO THE VEHICLE OCCUPANTS IN THE EVENT THE ALARM DOES NOT WORK AND ALERT THE OCCUPANTS TO THE PRESENCE OF CARBON MONOXIDE.,ATWOOD WILL EXCHANGE THESE CARBON MONOXIDE ALARMS AT NO CHARGE TO THE CONSUMER. -10/15/1999,99V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V277000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/OVERLOADING,TIRES,91015,Vehicle,3746,"VEHICLE DESCRIPTION: MOTOR HOMES. THE SUBJECT MOTOR HOMES, WHEN BUILT WITH A DISPROPORTIONATE FRONT AXLE WEIGHT DISTRIBUTION, FULLY EQUIPPED, LOADED WITH CARGO, AND OPERATED WITH IMPROPER TIRE PRESSURES, CAN EXPERIENCE AN OVERLOAD CONDITION ON A FRONT TIRE.",OVERLOADING OF A TIRE CAN LEAD TO TIRE FAILURE.,"DEALERS WILL EQUIP THE SUBJECT MOTOR HOMES WITH NEW LARGER CAPACITY FRONT TIRES, WILL ADJUST THE WEIGHT DISTRIBUTION ON THE FRONT AXLE (IF NECESSARY), APPLY NEW CERTIFICATION LABELS, AND REINFORCE CONSUMER EDUCATION ABOUT THE IMPORTANCE OF TIRE MAINTENANCE, INCLUDING ROTATION, ALIGNMENT, AND TIRE INFLATION PRESSURE." -10/15/1999,99V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V284000),"PREVOST CAR, INCORPORATED",PREVOST/EMERGENCY EXIT WINDOWS,VISIBILITY,SR99-36/SR99-36A,Vehicle,940,"VEHICLE DESCRIPTION: TRANSIT COACHES. IF A FRONT COLLISION SHOULD HAPPEN, THE EMERGENCY EXIT WINDOW WOULD UNLOCK IF THE WINDOW STOPS STRIKE THE LOCKING LEVERS AND BREAK THEM, DUE TO A RELATIVE DISPLACEMENT BETWEEN THESE PARTS.",A VEHICLE OCCUPANT COULD BE INJURED.,DEALERS WILL CUT THE TOP OF THE STOP. -10/15/1999,99V273002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V273002),"Suzuki Motor USA, LLC",SUZUKI/FMVSS 108/BRAKE LAMP SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8408,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES HAVE AN INOPERATIVE BRAKE LAMP-ACTUATING SWITCH. IF THE BRAKE LAMP-ACTUATING SWITCH DOES NOT FUNCTION PROPERLY WHEN THE BRAKE PEDAL IS DEPRESSED, THE BRAKE LIGHTS MAY BE INOPERATIVE. ON VEHICLES EQUIPPED WITH AUTOMATIC TRANSAXLE, A FAILURE IN THE BRAKE LAMP-ACTUATING SWITCH MAY ALSO PREVENT SHIFTING OUT OF PARK. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION AND ANOTHER VEHICLE WAS FOLLOWING CLOSELY, A VEHICLE CRASH COULD OCCUR.",DEALERS WILL REPLACE THE STOP LAMP SWITCH ASSEMBLY. -10/14/1999,99V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V279000),NATIONAL R.V. INC.,NATIONAL RV/LP TANK BRACKET,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,2950,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH A MODEL 1546 LIQUID PROPANE GAS (LPG) TANK INSTALLED. THE TANK BRACKET CAN FAIL AND COULD SUBSEQUENTLY DETACH COMPLETELY FROM THE VEHICLE.,THIS COULD CAUSE A FIRE.,DEALERS WILL INSTALL BOLT-ON BRACKETS. -10/12/1999,99V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V276000),Ford Motor Company,FORD/FMVSS 102/SHIFT LEVER PATTERN,POWER TRAIN,99S31,Vehicle,106,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE S/R OPTION. THE S/R OPTION INCLUDES, AMONG OTHER FEATURES, A 5-SPEED MANUAL TRANSMISSION. ON THESE VEHICLES, THE TRANSMISSION SHIFT PATTERN IS NOT DISPLAYED IN THE OCCUPANT COMPARTMENT IN VIEW OF THE DRIVER. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT.""",THE DRIVER MAY NOT BE AWARE OF THE TRANSMISSION POSITION OF THE VEHICLE.,"OWNERS WILL BE PROVIDED WITH AN ADHESIVE BACKED PLAQUE CONTAINING THE SHIFT PATTERN, ALONG WITH MATERIALS AND INSTRUCTIONS FOR LOCATING AND AFFIXING THE PLAQUE TO THE VEHICLE CENTER CONSOLE, JUST FORWARD OF THE SHIFT LEVER. OWNERS WILL ALSO BE ADVISED THAT THEIR DEALER CAN AFFIX THE PLAQUE IF THEY PREFER." -10/12/1999,99V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V275000),Ford Motor Company,FORD/HEADLIGHTS,EXTERIOR LIGHTING,99S30,Vehicle,164731,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH FOG LIGHTS, IN WHICH THE HEADLIGHTS MAY GO OUT FOR VARIOUS INTERVALS AND WHICH MAY BE PRECEDED BY FLICKERING OR BLINKING AS A RESULT OF THE CIRCUIT BREAKER OPENING.","DRIVER'S COULD EXPERIENCE A LOSS OF VISIBILITY, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A HEADLIGHT SWITCH WHICH INCORPORATES A CIRCUIT BREAKER OF REVISED DESIGN, AND INSTALL A WIRING HARNESS CONNECTOR, IF NEEDED." -10/12/1999,99V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V270000),"Suzuki Motor USA, LLC",SUZUKI/CAM CHAIN TENSIONER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2670,"VEHICLE DESCRIPTION: MOTORCYCLES. THE SPRING IN THE CAM CHAIN TENSION ADJUSTER CAN BREAK ALLOWING THE CAM CHAIN TO JUMP TO THE WRONG POSITION ON THE CAM SHAFT SPROCKETS. IF THE CHAIN JUMPS TO THE WRONG POSITION, SEVERE ENGINE DAMAGE COULD OCCUR CAUSING SUDDEN ENGINE FAILURE.","SUDDEN ENGINE FAILURE COULD CAUSE THE REAR WHEEL TO LOCKUP, DISTURBING THE RIDER'S ABILITY TO CONTROL THE MOTORCYCLE.",DEALERS WILL REPLACE THE ORIGINAL CAM CHAIN TENSION ADJUSTER WITH A REVISED CAM CHAIN TENSION ADJUSTER. -10/12/1999,99V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V269000),TIARA MOTOR COACH DIVISION,TIARA/FMVSS 207-210,SEAT BELTS,NR (Not Reported),Vehicle,191,"VEHICLE DESCRIPTION: CONVERSION VANS BUILT ON DODGE SHORT WHEEL BASE CHASSIS AND INCLUDES THE REMOVABLE MID-SEAT WITH THE SEAT BELT RETRACTOR MOUNTED TO THE SEAT PEDESTAL, HAVE BEEN FOUND NOT TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",TIARA HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO REPAIR THE SEATING SYSTEM. -10/12/1999,99V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V274000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 121/ABS POWER CIRCUIT,TRAILER HITCHES,RVXX9906,Vehicle,59,"VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 TRUCKS. THE ANTILOCK BRAKE SYSTEM (ABS) WIRE IN THE TRAILER CABLE JUNCTION BOX AT THE END OF THE FRAME MAY NOT CONTAIN POWER FOR THE TRAILER ABS AS REQUIRED BY FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","UNDER A HEAVY BRAKE APPLICATION (LOCK UP), A NON-FUNCTIONING TRAILER ABS COULD ALLOW THE TRAILER TO SKID, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL THE ELECTRICAL CIRCUIT REQUIRED TO ACTIVATE THE CENTER PIN OF THE TRAILER CABLE CIRCUIT. -10/07/1999,99V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V272000),"BMW of North America, LLC",BMW/REAR AXLE DIFFERENTIAL,POWER TRAIN,NR (Not Reported),Vehicle,36,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR AXLE DIFFERENTIAL MAY CONTAIN RING GEAR BOLTS THAT WERE INCORRECTLY TORQUED DURING ASSEMBLY. THE BOLT OR BOLTS COULD LOOSEN LEADING TO NOISE FROM THE DIFFERENTIAL.,"THE BOLT OR BOLTS COULD LOOSEN LEADING TO NOISE FROM THE DIFFERENTIAL AND IF A BOLT WERE TO COMPLETELY WORK LOOSE FROM ITS MOUNT, LOCKUP OF THE REAR AXLE COULD OCCUR.","DEALERS WILL INSPECT THE VEHICLE'S DIFFERENTIAL AND IF INVOLVED, WILL REPLACE IT." -10/06/1999,99V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V271000),Kia Motors America,KIA/WINDSHIELD WIPER LINKAGE,VISIBILITY,SCO12,Vehicle,90054,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BALL SOCKET ON THE WINDSHIELD WIPER LINK MAY BE OUT OF TOLERANCE RESULTING IN THE LINK DISENGAGING FROM THE WIPER MOTOR DRIVE UNDER LOAD, SUCH AS PUSHING AGAINST ICE, SNOW OR OTHER RESISTANCE. ALSO THE WIPER ARM RETAINING NUT COULD BE INADEQUATELY TIGHTENED ALLOWING THE WIPER ARM TO SLIP AND/OR STOP FUNCTIONING.",THIS CONDITION COULD CAUSE IMPAIRMENT OF VISIBILITY IN INCLEMENT WEATHER INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE WINDSHIELD WIPER LINK AND ALSO PROPERLY TIGHTEN THE WIPER ARM RETAINING NUTS. -10/05/1999,99V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V281000),PACCAR Incorporated,PACCAR/PETERBILT/MERITOR BRAKE ASSEMBLIES,"SERVICE BRAKES, AIR",1099D,Vehicle,7,VEHICLE DESCRIPTION: MERITOR 15X4 BRAKE ASSEMBLIES WERE INSTALLED ON LIFTABLE/STEERABLE TAG/PUSHER AXLES CONTAINED A SIZE 12 BRAKE CHAMBER INSTEAD OF THE SPECIFIED SIZE 16 BRAKE CHAMBER.,THIS CONDITION WOULD CAUSE DECREASED BRAKING PERFORMANCE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BRAKE CHAMBERS. -10/01/1999,99E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E035000),LIFT-U,LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,2534,EQUIPMENT DESCRIPTION: WHEELCHAIR LIFTS. FAILURE OF A SOFT SEAT CHECK VALVE IN THESE WHEELCHAIR LIFTS MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.,THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT.,LIFT-U IS PROVIDING REPLACEMENT SOFT SEAT CHECK VALVES TO THE OEMS INVOLVED. -09/29/1999,99V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V268000),"General Motors, LLC",GM/FMVSS 301/ROLLOVER VALVE,"FUEL SYSTEM, GASOLINE",99061,Vehicle,235,"VEHICLE DESCRIPTION: MINI VANS WITH EXTENDED WHEELBASE. SOME OF THESE VEHICLES HAVE INOPERATIVE FUEL TANK ROLLOVER VALVES AND FUEL LEAKAGE WOULD EXCEED THE PERMISSIBLE AMOUNT IN A ROLLOVER TEST. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN A VEHICLE ROLLOVER ACCIDENT, IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD RESULT.",DEALERS WILL INSPECT THE VEHICLES TO LOCATE AND REPLACE THOSE FUEL TANKS THAT COULD HAVE INOPERATIVE ROLLOVER VALVES. -09/29/1999,99V014004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V014004),"HME, Inc.",HME/INNER WHEEL CONE,SUSPENSION,NR (Not Reported),Vehicle,17,"VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH 16,000 LB., 18,000 LB., OR 20,000 LB. HEAVY DUTY STEERING AXLES. THE INNER WHEEL BEARING CONE FOR THE STEERING AXLE WHEEL HUB ASSEMBLY DOES NOT PROPERLY FIT ONTO THE STEERING AXLE SPINDLE ASSEMBLY. IMPROPER FIT OF THE BEARING TO THE SPINDLE INCREASES THE STRESS LEVELS TO THE STEERING AXLE SPINDLE WHICH COULD CAUSE SPINDLE FAILURE.","IF THE SPINDLE FAILS, A LOSS OF DRIVER CONTROL COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REMOVE THE LEFT AND RIGHT HUB/DRUM ASSEMBLIES FROM THE STEERING AXLES AND REPLACE THE INNER WHEEL BEARING CONES AND CUPS. -09/28/1999,99T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T008000),"Continental Tire the Americas, LLC",CONTINENTAL GENERAL/TIRE,TIRES,NR (Not Reported),Tire,4750,TIRE DESCRIPTION: S380A 295/75R22.5 LR G TIRES MANUFACTURED DURING THE 48TH WEEK OF 1998 (DECEMBER 1998) THROUGH THE 8TH WEEK OF 1999 (FEBRUARY 1999); SERIAL NOS. A3371E5488 THROUGH A3371E5089. THESE TIRES HAVE BEEN OVERCURED.,THIS CONDITION CAN CAUSE TIRE FAILURE.,DEALERS WILL EXCHANGE THE TIRE FOR AN IDENTICAL OR REASONABLEY EQUIVALENT TIRE. -09/27/1999,99V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V267000),Ford Motor Company,FORD/FMVSS 105/PARK BRAKE WARNING LAMP,PARKING BRAKE,99S29,Vehicle,5125,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS EQUIPPED WITH HYDROMAX HYDRAULIC BRAKE SYSTEMS. THE PARK BRAKE WARNING LAMP CIRCUITRY DOES NOT INCLUDE A PROVISION FOR A PARK BRAKE WARNING LAMP CHECK FUNCTION. THEREFORE, THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE CHECK LAMP FUNCTION OF THE PARK BRAKE WARNING LAMP IS INTENDED TO ILLUMINATE THE LAMP WHEN THE IGNTION KEY IS TURNED TO THE RUN POSITION. THE PARK BRAKE WARNING LAMP CHECK FUNCTION WAS NOT INCORPORATED INTO THE MODULE WHICH CONTROLS THIS FEATURE.,DEALERS WILL INSTALL A REVISED MODULE WHICH INCORPORATES THE PARK BRAKE CHECK LAMP FUNCTION. -09/22/1999,99V033005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033005),M-B COMPANIES,M-B COMPANIES/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Vehicle,5,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",SPICER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -09/21/1999,99V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V263000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/CROSSMEMBER/ABS BRAKE MOUNTING,"FUEL SYSTEM, GASOLINE",99509,Vehicle,105,"VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES BUILT WITH ABS AIR BRAKE ECU AND A 100 GALLON FUEL TANK MOUNTED BETWEEN THE RAILS AND BEHIND THE REAR AXLE ON MODELS WITH A 276"" WHEEL BASE. THE ABS ECU INTERFERED WITH THE CROSS MEMBER MOUNTED BEHIND THE REAR AXLE AND IN FRONT OF THE BETWEEN THE RAILS FUEL TANK. THIS CREATED A NO-BUILD SITUATION AT THE PLANT - THE PLANT WOULD EITHER ELIMINATE OR RELOCATE THE CROSS MEMBER OR MOVE THE ECU AS NEEDED.","IF THE CROSS MEMBER IS EITHER MISSING OR RELOCATED THE VEHICLE MAY NOT HAVE ADEQUATE FUEL TANK PROTECTION. IN THE EVENT OF A CRASH, THE BUS MAY NOT HAVE ADEQUATE FUEL TANK PROTECTION IF THE VEHICLE HAS A MISSING OR IMPROPERLY INSTALLED CROSSMEMBER.","DEALERS WILL INSPECT THE VEHICLES TO MAKE SURE ALL CROSS MEMBERS ARE PROPERLY INSTALLED. IF THE CROSS MEMBER IS NOT INSTALLED CORRECTLY OR IS MISSING, THE DEALER WILL REPAIR OR INSTALL THE CROSS MEMBER." -09/21/1999,99V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V261000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/PARKING BRAKE,PARKING BRAKE,99507,Vehicle,2497,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPED WITH BOSCH 9"" X 3"" PARKING BRAKE, SPRING ACTUATED, FOR HYDRAULIC LESS AIR SOURCE AND ACTUATED BY PARKING BRAKE KNOB IN INSTRUMENT PANEL. THE PARKING BRAKE HOSE CHAFES AT VARIOUS POINTS THROUGH THE ROUTING OF THE HOSES TO AND FROM THE HAND CONTROL VALVE.",THE PARKING BRAKE WILL AUTOMATICALLY APPLY IF PRESSURE IS LOST DUE TO A RUPTURED PARK BRAKE HOSE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSTALL A HOSE ROUTING KIT TO PREVENT CHAFING AND REPLACE ALL CHAFED HOSES. -09/21/1999,99V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V262000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/REAR HYDRAULIC BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",99508,Vehicle,4495,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH REAR LEAF SPRING SUSPENSIONS (MODELS 4700 BUILT WITH REAR LEAF SUSPENSIONS AND MANUFACTURED FROM DECEMBER 9, THROUGH DECEMBER 16, 1998; MODELS 3400 AND 3800 BUILT WITH 14SBK REAR LEAF SPRING SUSPENSIONS AND BUILT APRIL 14 THROUGH MAY 10, 1999; AND MODELS 3400 AND 3800 BUILT WITH REAR LEAF SPRING SUSPENSIONS AND MANUFACTURED FROM MAY 10 THROUGH MAY 18, 1999). ON VEHICLES WHERE THE FRAME TO AXLE HOSE LENGTH WAS TOO LONG, A CHAFING CONDITION EXISTS ON SUSPENSION COMPONENTS, WHICH COULD RESULT IN HOSE RUPTURE. ON VEHICLES WHERE THE HOSES ARE TOO SHORT, A HOSE SEPARATION COULD OCCUR WITH SEVERE SUSPENSION ARTICULATION.","IF A HOSE RUPTURES, THE REAR BRAKES WILL FAIL INCREASING THE RISK OF A VEHICLE CRASH.",SHORT HOSES WILL BE REPLACED AND THE LONG HOSES WILL HAVE A HOSE ROUTING KIT INSTALLED TO PREVENT ANY CHAFING PROBLEMS. -09/20/1999,99V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V265000),Ford Motor Company,FORD/ACCELERATOR CABLE CORE WIRE,VEHICLE SPEED CONTROL,99S27,Vehicle,10537,"VEHICLE DESCRIPTION: SUPER DUTY TRUCKS AND CHASSIS-CABS EQUIPPED WITH 5.4L MANUAL TRANSMISSION POWERTRAINS. THE ACCELERATOR CABLE CORE WIRE CAN WEAR THE CABLE CONDUIT END FITTING DUE TO A FIFTEEN DEGREE ANGLE IT MAKES WITH THE CONDUIT AT THE THROTTLE BODY END. THIS COULD ALSO LEAD TO WEAR OR SEPARATION OF STRANDS OF THE CORE WIRE, WHICH COULD PREVENT THE THROTTLE FROM RETURNING TO THE IDLE POSITION.","A ""STUCK"" THROTTLE COULD ADVERSELY AFFECT VEHICLE CONTROL.",DEALERS WILL REPLACE THE ACCELERATOR CABLE AND THROTTLE BODY. -09/20/1999,99V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V250000),Ford Motor Company,FORD/SEAT BELT RETRACTOR,SEAT BELTS,99S26,Vehicle,25306,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SEAT BELT RETRACTOR MAY HAVE A PIN SHAFT IN THE SWITCHABLE ELR/ALR MECHANISM THAT IS INCORRECTLY FORMED. IN SOME CIRCUMSTANCES, THE SWITCHING MECHANISM COULD BECOME NONFUNCTIONAL, PREVENTING THE SEAT BELT WEBBING FROM BEING EXTRACTED FROM THE RETRACTOR. IT IS ALSO POSSIBLE THAT MALFUNCTION OF THE MECHANISM COULD PREVENT THE BELT FROM BEING SWITCHED INTO THE ALR MODE. THE ELR MECHANISM IS NOT AFFECTED BY THIS CONDITION.","IF THE MECHANISM MALFUNCTIONS AND DOES NOT ALLOW THE WEBBING TO BE EXTRACTED, THE LAP AND SHOULDER BELT COULD NOT BE WORN BY A VEHICLE OCCUPANT. IN THE EVENT THAT THE MECHANISM DOES NOT ALLOW THE ALR MODE TO BE ENGAGED, THE OPERATOR MAY BE UNABLE TO PROPERLY INSTALL A CHILD SEAT IN THAT SEATING POSITION.",DEALERS WILL INSPECT THE LAP AND SHOULDER BELT ASSEMBLIES. ASSEMBLIES WITH JULIAN DATE CODES OF 200 THROUGH 223 ARE SUSPECT AND WILL BE REPLACED. -09/20/1999,99V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V255000),FREIGHTLINER LLC,FREIGHTLINER STEP VAN THROTTLE CABLE BINDING,VEHICLE SPEED CONTROL,FL-244,Vehicle,15761,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE THROTTLE CABLE CAN BIND DUE TO MISALIGNMENT WITH THE FUEL PUMP ASSEMBLY.,ENGINE SPEED WILL NOT RETURN TO IDLE AFTER THE DRIVER RELEASES THE ACCELERATOR PEDAL IF THE CABLE IS BINDING.,DEALERS WILL REALIGN THE CABLE BRACKET. THE CABLE ASSEMBLY WILL BE INSPECTED FOR DAMAGE AND REPLACED AS NECESSARY. -09/20/1999,99V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V256000),FREIGHTLINER LLC,FREIGHTLINER/DUAL STEER VALVE FAILURE,STEERING,FL-245,Vehicle,422,THESE VEHICLES HAVE DUAL AXLE STEERING WITH A HYDRAULIC VALVE WHICH DIVERTS POWER ASSIST FROM ONE SIDE TO THE OTHER AS NECESSARY. THE HYDRAULIC VALVE CAN BE CONTAMINATED CAUSING THE VALVE TO MALFUNCTION.,"IF THE VALVE FAILS, THE DRIVER WILL EXPERIENCE A LOSS OF POWER STEERING ASSIST OR THE INABILITY TO SWITCH POWER STEERING ASSIST FROM ONE SIDE TO THE OTHER. THIS WILL INHIBIT THE DRIVER'S ABILITY TO CONTROL THE VEHICLE.",DEALERS WILL INSPECT THE STEERING CONTROL VALVE AND PARKING BRAKE INTERLOCK FOR PROPER OPERATION. CONTAMINATED OR MALFUNCTIONING UNITS WILL BE REPLACED. -09/20/1999,99V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V264000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/SUNSHADE WIRE HARNESS,VISIBILITY,99510,Vehicle,990,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS BUILT WITH CODE 16XWD (SUNSHADE OPTION CODE). SOME WIRES IN THE SUNSHADE WIRE HARNESS HAD INSULATION THAT DID NOT MEET TEMPERATURE SPECIFICATIONS. SOME HARNESSES HAVE BEEN FOUND TO HAVE ENOUGH MELTED INSULATION TO CREATE AN ELECTRICAL SHORT.,"IF THE WIRE INSULATION IS MELTED ENOUGH TO CREATE A SHORT, THE POTENTIAL FOR A FIRE EXISTS. THIS SHORT CAN ALSO OPEN THE CIRCUIT THAT CONTROLS ALL THE MARKER AND TAIL LIGHTS. IF THE TAIL AND MARKER LIGHTS GO OUT, THE VEHICLE COULD CAUSE A CRASH.",DEALERS WILL REPLACE THE SUNSHADE WIRE HARNESS. -09/20/1999,99V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V260000),SUN VALLEY CAR CARRIERS INC.,SUN VALLEY/LIGHTING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,83,VEHICLE DESCRIPTION: 6-7 CAR TRAILERS. THE RIGHT AND LEFT FRONT CORNER LIGHTS AND REAR LIGHTS ARE TOO LOW.,,DEALERS HAS RAISED THE SUSPENSION SO THE LIGHTS WILL BE UP HIGHER AND BOLTED ON TWO LIGHTS TO THESE TRAILERS. -09/18/1999,99E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E026000),PENNZOIL-QUAKER STATE COMPANY,PENNZOIL/FANS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,450000,"EQUIPMENT DESCRIPTION: 6"" DELUXE FAN FOR USE IN AUTOMOTIVE VEHICLE INTERIORS CAN OVERHEAT.",THIS CONDITION COULD CAUSE THE FAN TO POTENTIALLY CAUSE A FIRE IN A VEHICLE'S INTERIOR.,CONSUMERS ARE BEING ASKED TO RETURN THE FANS TO AXIUS AND WILL RECEIVE A COUPON GOOD FOR A NEW FAN OR OTHER AXIUS PRODUCTS. CONSUMERS ARE ASKED NOT TO USE THESE FANS. -09/17/1999,99V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V253000),IC CORPORATION,AMTRAN/FMVSS 103/HEATER/DEFROSTER UNITS,VISIBILITY,99308,Vehicle,41,"VEHICLE DESCRIPTION: SCHOOL BUSES. SOME HEATER/DEFROSTER UNITS WERE BUILT WITH THE BLOWER MOTOR WIRED IMPROPERLY. WHEN WIRED IMPROPERLY THE BLOWER MOTOR RUNS BACKWARD AND AIRFLOW FOR HEATING AND DEFROSTING IS VERY LIMITED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS.""","DEFROSTING NEEDS MAY NOT BE ACHIEVED AND COULD RESTRICT DRIVER VISIBILITY, INCREASING THE RISK OF A CRASH.",OWNERS WILL BE INSTRUCTED ON HOW TO INSPECT AND REPAIR THE DEFECT BY SWITCHING THE CONNECTION OF TWO WIRES. -09/17/1999,99V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V252000),IC CORPORATION,AMTRAN/FMVSS 210/SEATS,SEATS,99307,Vehicle,177,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH ANCHOR SEATS. SOME OF THE SEATS WERE BUILT WITH A SEAT MOUNTING BOLT THAT FAILED DURING TESTING. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, PERSONAL INJURY COULD OCCUR.",OWNERS WILL BE INSTRUCTED ON HOW TO INSPECT TO THE DEFECT AND REPAIR THE DEFECT BY REPLACING ONE BOLT PER SEAT. -09/17/1999,99V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V254000),CALIFORNIA MOTORCYCLE CO.,CALIFORNIA MOTORCYCLE/PULLEY,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1052,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BELT DRIVE PULLEY ON THESE MOTORCYCLES MAY BE DEFECTIVE. THE PULLEY COULD SEPARATE.,"THIS COULD CAUSE A POWER FAILURE TO THE REAR WHEEL AND MAY ALSO CAUSE THE REAR WHEEL TO ""LOCK UP"" WHILE IN OPERATION.",DEALERS WILL REPLACE THE PULLEY. -09/17/1999,99C034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99C034000),"Evenflo Company, Inc.",EVENFLO/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,100,"EQUIPMENT DESCRIPTION: CHILD RESTRAINT SYSTEMS. THESE SEATS WERE ORIGINALLY MANUFACTURED FOR EXPORT TO CANADA AND ARE NOT LABELED CORRECTLY FOR SALE IN THE UNITED STATES. THESE SEATS DO NOT COMPLY WITH THE AIR BAG WARNING LABEL REQUIREMENTS OF FMVSS 213, ""CHILD RESTRAINT SYSTEMS.""",,EVENFLO WILL OFFER OWNERS A FREE REPLACEMENT RESTRAINT WHICH IS CERTIFIED TO FMVSS NO. 213. -09/17/1999,99V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V249000),"Subaru of America, Inc.",SUBARU/TRANSVERSE LINK BRACKET BOLT,POWER TRAIN,NR (Not Reported),Vehicle,13,"VEHICLE DESCRIPTION: SEDAN L MODEL PASSENGER VEHICLES. ANTI-RUST COATING WAS INCORRECTLY APPLIED TO THE TRANSVERSE LINK MOUNTING SURFACE OF THE VEHICLE BODY. OVER TIME THE COATING SHRINKS, CAUSING A TORQUE DECREASE OF THE BOLT THAT SECURES THE TRANSVERSE LINK BRACKET TO THE VEHICLE BODY.",THIS CAN RESULT IN LOOSENING OF THE BRACKET AND SUBSEQUENT SEPARATION OF THE TRANSVERSE LINK FROM THE VEHICLE FRAME.,"DEALERS WILL INSPECT THE VEHICLES AND, IF NECESSARY, REMOVE THE ANTI-RUST COATING UNDER THE MOUNTING LOCATION OF THE LEFT TRANSVERVE LINK MOUNTING BRACKET BOLT AND RETORQUE THE MOUNTING BOLT TO THE REQUIRED TORQUE." -09/17/1999,99V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V251000),"Volkswagen Group of America, Inc.",VW/FMVSS 201,STRUCTURE,UM,Vehicle,67076,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME OF THESE VEHICLES DO NOT COMPLY WITH THE HEAD INJURY CRITERION REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT."" THE UPPER RETAINER CLIP NEAR THE BP1 IMPACT LOCATION IS DESIGNED TO BREAK WHEN IMPACTED BY THE HEAD FORM. IN SOME CASES, THE MATERIAL OF THE TRIM PART MAY BE MORE IMPACT RESISTANT AS A RESULT OF VARIATIONS IN THE MOLDING PROCESS.","THIS CONDITION COULD PREVENT THE CLIP FROM BREAKING ON IMPACT AND RESULT IN LESS DEFORMATION IN THE IMPACTED AREA AND A HIGHER DECLERATION OF THE HEAD FORM, INCREASING THE RISK OF PERSONAL INJURY IN THE EVENT OF A CRASH.",DEALERS WILL REMOVE THE TRIM COVER FROM EACH OF THE B PILLARS AND INSTALL A NEW COVER. -09/15/1999,99V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V228000),"COACHMEN INDUSTRIES, INC.",COACHMEN TRAILER FRAME RAIL CRACKING,STRUCTURE,NR (Not Reported),Vehicle,468,THE 5TH WHEEL TRAILER FRAME RAILS ARE FABRICATED FROM I BEAMS. THE WEB OF THESE BEAMS CAN CRACK ABOVE THE AXLE ATTACHMENTS.,CRACKING OF THE FRAME RAILS ABOVE THE AXLE ATTACHMENT CAN CAUSE CONTROL PROBLEMS FOR THE TOW VEHICLE OPERATOR.,"DEALERS WILL INSPECT THE FRAMES OF THESE TRAILERS. IF CRACKS ARE DETECTED, THE AREA WILL BE WELDED AND A PLATE WILL BE PLACED OVER THE AREA USING 1/4"" FLAT STEEL. REROUTING OF THE HOLDING TANK DRAIN PIPES MAY BE NECESSARY ON SOME MODELS." -09/15/1999,99V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V245000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BRAKE SYSTEM LAMP,INTERIOR LIGHTING,844,Vehicle,3102,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BRAKE SYSTEM ON THESE VEHICLES DOES NOT COMPLY WITH FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BRAKE INDICATOR LAMP CIRCUIT DOES NOT CONTAIN THE REQUIRED GROUND CIRCUIT TO ILLUMINATE THE LAMP IN THE EVENT OF A BRAKE SYSTEM HYDRAULIC MALFUNCTION.,DEALERS WILL ATTACH A WIRING JUMPER TO THE BRAKE SYSTEM PRESSURE DIFFERENTIAL SWITCH. -09/15/1999,99V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V244000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/REAR WHEEL BRAKE TUBES,"SERVICE BRAKES, HYDRAULIC",843,Vehicle,366508,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE RIGHT REAR BRAKE TUBE CAN CONTACT THE EXHAUST SYSTEM CLAMP AND WEAR A HOLE IN IT.,"DAIMLERCHRYSLER RECALL NO. 843. IF THIS HAPPENS, THE TUBE COULD LEAK, REDUCING THE EFFECTIVENESS OF ONE-HALF OF THE DIAGONALLY SPLIT BRAKING SYSTEM, AND RESULTING IN LONGER STOPPING DISTANCES.","DEALERS WILL INSPECT THE BRAKE TUBES FOR VISIBLE EVIDENCE OF CONTACT WITH THE EXHAUST SYSTEM CLAMP. IF THE TUBE SHOWS EVIDENCE OF CONTACT, IT WILL BE REPLACED. IF NO EVIDENCE OF CONTACT EXISTS, THE TUBE WILL BE FASTENED WITH A CLIP." -09/14/1999,99E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E032000),"Adient, PLC",JOHNSON CONTROLS/BATTERIES,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,50495,"EQUIPMENT DESCRIPTION: AUTOMOTIVE STARTING, LIGHTING AND IGNITION BATTERIES SOLD TO SEARS, ROEBUCK AND COMPANY UNDER THE DIEHARD TRADEMARK. CRACKING OCCURS IN THE INTERNAL PORTION OF THE POSITIVE OR NEGATIVE POST ON THE OUTSIDE TOP SURFACE OF THE TERMINAL.","THIS CONDITION CAN CAUSE A NO-START CONDITION. UNDER SOME CIRCUMSTANCES, WITHOUT WARNING, A CRACKING OF THE BATTERY COVER COULD OCCUR AND ACID WOULD BE SPRAYED.","SEARS WILL INSPECT THE BATTERIES AND IF THE BATTERY IS AFFECTED BY THE DEFECT, A REPLACEMENT BATTERY WILL BE PROVIDED." -09/13/1999,99V165009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165009),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1049,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -09/13/1999,99V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V247000),Ford Motor Company,FORD/FUEL VENT HOSE,"FUEL SYSTEM, GASOLINE",99S24,Vehicle,22324,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL FILLER PIPE VENT HOSE MAY HAVE LESS THAN THE INTENDED LEVEL OF OZONE RESISTANCE, WHICH COULD RESULT IN THE HOSE BECOMING BRITTLE AND CRACKING.",A CRACKED HOSE COULD RESULT IN FUEL LEAKAGE WHEN THE VEHICLE IS BEING FUELED.,DEALERS WILL INSTALL A FUEL FILLER VENT HOSE CONTACTING THE APPROPRIATE BLEND OF PVC AND NITRILE RUBBER. -09/13/1999,99V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V246000),"SAAB CARS USA, INC.",SAAB/MANUAL SEATS,SEATS,710,Vehicle,5132,"VEHICLE DESCRIPTION: PASSSENGER VEHICLES. FAILURES OF THE ""EASY ENTRY"" CABLE IN THE FRONT DRIVER OR PASSENGER MANUAL SEATS CAN CAUSE THE SEAT FORE/AFT ADJUSTABLE MECHANISM TO BE UNLOCKED.","SINCE THE ANCHOR POINTS FOR THE LAP PORTION OF THE FRONT SAFETY BELTS ARE ATTACHED TO THE SEAT ASSEMBLY, RELEASE OF THE FORE/AFT LOCKING MECHANISM REDUCES THE RESTRAINT CAPABILITY OF THE SAFETY BELTS IN A CRASH.",DEALERS WILL INSTALL A NEW CABLE AND SPRING ASSEMBLY. -09/13/1999,99V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V248000),"Volkswagen Group of America, Inc.",VW/TIE RODS,STEERING,UL/KW,Vehicle,51900,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TIE RODS OF THE STEERING ASSEMBLY ARE PROTECTED ON EACH SIDE BY A SEAL TO PREVENT MOISTURE AND DUST PARTICLES FROM ENTERING THE SWIVEL BEARING MECHANISM. IT IS POSSIBLE THAT SOME TIE ROD SEALS MAY NOT SEAL PROPERLY.,"IF MOISTURE AND/OR DUST PARTICLES ENTER THE SWIVEL BEARING MECHANISM, THE SWIVEL BEARING COULD WEAR OVER TIME DIMINISHING THE STEERING CONTROL OF THE VEHICLE.",DEALERS WILL REPLACE THE TIE RODS. -09/08/1999,99E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E031000),CASTROL INDUSTRIAL NA INC.,CASTROL/AIRCONDITIONING RECHARGE KIT,EQUIPMENT,NR (Not Reported),Equipment,71085,EQUIPMENT DESCRIPTION: AIR CONDITIONING RECHARGE KIT FOR R-134A FREON. THE 9.5 OZ. CONTAINERS CAN RUPTURE UNEXPECTEDLY WHEN LEFT IN A VEHICLE IN SUMMER CONDITIONS WHERE THE INTERIOR TEMPERATURE MAY EXCEED 130 DEGREES FAHRENHEIT.,THIS CONTAINER FAILURE CAN CAUSE PHYSICAL DAMAGE TO THE INTERIOR OF A VEHICLE.,OWNERS ARE BEING ASKED NOT TO USE THIS PRODUCT AND TO RETURN IT FOR A FULL REFUND PLUS 10% OF THE PURCHASE PRICE. -09/08/1999,99V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V243000),Ford Motor Company,FORD/AIR BAG SENSOR ASSEMBLY,AIR BAGS,99S23,Vehicle,280481,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AIR BAG SENSOR WIRING PIGTAIL INSULATION CAN BECOME BRITTLE AND CRACK OVER TIME DUE TO ACCUMULATION OF WATER IN THE PIGTAIL PROTECTIVE CONVOLUTE IN COMBINATION WITH HIGH UNDERHOOD TEMPERATURES RELATED TO THE ROUTING OF THE WIRING PIGTAIL NEAR THE RADIATOR. THIS CAN RESULT IN ENVIRONMENTAL STRESS CRACKING OF THE INSULATION.,"IN SOME CASES, THE AIR BAG WARNING LIGHT CAN ILLUMINATE AND THE AIR BAG SUPPLEMENTAL RESTRAINT SYSTEM DISABLED.","DEALERS WILL INSTALL AIR BAG SENSORS WITH REVISED WIRING INSULATION. IN ADDITION, VEHICLES WHICH HAVE THE AIR BAG WARNING LIGHT ILLUMINATED WILL HAVE A NEW AIR BAG DIAGNOSTIC MONITOR INSTALLED." -09/08/1999,99V242001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V242001),Daimler Commercial Buses NA,ORION/LIFT-U/WHEELCHAIR LIFTS,UNKNOWN OR OTHER,OBI-9901,Vehicle,646,"VEHICLE DESCRIPTION: TRANSIT BUSES. FAILURE OF A SOFT SEAT CHECK VALVE IN WHEELCHAIR LIFTS PROVIDED BY LIFT-U, MAY ALLOW THE FRONT AND REAR PLATFORM BARRIERS TO RETURN TO A HORIZONTAL POSITION FROM THE VERTICAL POSITION THEY ARE SUPPOSED TO BE LOCKED IN.",THIS COULD ALLOW A MOBILITY AID TO ROLL OFF OF THE LIFT PLATFORM INJURING ITS OCCUPANT. LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES.,LIFT-U WILL REPLACE THE SOFT SEAT CHECK VALVES. -09/07/1999,99V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V266000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT BUSES/FMVSS 210/SEAT ANCHORS,SEAT BELTS,NR (Not Reported),Vehicle,106,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON CHEVROLET CHASSIS WITH A CORRUGATED STEEL FLOOR AND AND EQUIPPED WITH 45"" WIDE RESTRAINING PASSENGER SEATS. THE 45"" WIDE RESTRAINING PASSENGER SEAT FAILS TO COMPLY WITH THE PERFORMANCE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSTALL TWO ADDITIONAL ANCHORAGE POINTS CONNECTING THE SEAT TO THE FLOOR. -09/07/1999,99E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E030000),"TRANSPORTATION PROD., INC",TPI/EMERGENCY EGRESS WINDOWS,VISIBILITY,NR (Not Reported),Equipment,2847,"EQUIPMENT DESCRIPTION: EMERGENCY EGRESS WINDOWS. THESE WINDOWS FAIL TO COMPLY WITH THE RELEASE REQUIREMENTS OF FMVSS 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF A CRASH, THESE WINDOWS MAY NOT OPEN PROPERLY WHICH COULD RESULT IN PERSONAL INJURIES TO AN OCCUPANT.",TPI WILL PROVIDE THE PARTS AND INSTALLATION INSTRUCTIONS WITHOUT CHARGE TO OWNERS OF THESE BUSES. -09/02/1999,99V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V213000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LIFTGATE SUPPORT BRACKET,STRUCTURE,NR (Not Reported),Vehicle,1318189,"VEHICLE DESCRIPTION: MINI VANS. THE BOLTS USED TO ATTACH THE STRUT TO THE BODY AND THE REAR LIFTGATE CAN ACCUMULATE FATIGUE DAMAGE IF THREE FACTORS COMBINE. IF THE BOLT IS LOOSE, THE GAS STRUT IS OVER-PRESSURIZED, AND THE FREQUENCY OF OPENING AND CLOSING CYCLES IS HIGHER THAN FOR THE AVERAGE CUSTOMER, THE BOLT CAN FAIL.",PERSONAL INJURY COULD OCCUR IF THE BOLTS BREAK ALLOWING THE LIFTGATE TO FALL SUDDENLY.,"DEALERS WILL INSPECT FOR LOOSE FASTENERS, IF THE FASTENERS ARE LOOSE, THE STRUT (AND INTEGRAL BOLTS) WILL BE REPLACED. IF THE BOLT SHOWS EVIDENCE OF TORQUE, THE BOLT WILL BE REMOVED, LARGER WASHERS WILL REPLACE THE EXISTING WASHER AND THE BOLT WILL BE REINSTALLED AND HAND TIGHTENED TO THE TARGET TORQUED." -09/01/1999,99E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E029000),DETROIT DIESEL CORP.,DETROIT DIESEL/ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,52,EQUIPMENT DESCRIPTION: 14 LITER HIGHWAY TRUCK ENGINES. THESE ENGINES WERE BUILT WITH A NONCOMPLIANT ENGINE CONFIGURATION AND AN INCORRECT TURBINE HOUSING.,THIS CONDITION COULD CAUSE A TURBINE WHEEL BURST FAILURE INCREASING THE RISK OF PERSONAL INJURY.,DEALERS WILL REPLACE THE TURBINE HOUSING ON THE TURBOCHARGERS OF THE AFFECTED ENGINES. -09/01/1999,99V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V241000),"Jayco, Inc.",JAYCO/LP GAS LINE FAILURE,"FUEL SYSTEM, OTHER",RR24A65D,Vehicle,152,VEHICLE DESCRIPTION: TRAVEL TRAILERS. LIQUID PROPANE (LP) GAS LINE WAS ROUTED BETWEEN THE HOLDING TANK AND THE AXLE INSTEAD OF BETWEEN FRAME AND HOLDING TANK.,"THE LP LINE COULD BE RUPTURED BY CONTACT WITH THE AXLE RESULTING IN A LEAK OF PRESSURIZED LP GAS. IF AN IGNITION SOURCE IS PRESENT, A FIRE OR EXPLOSION COULD RESULT.",DEALERS WILL RE-ROUTE THE LP GAS LINE BETWEEN THE TRAILER FRAME AND THE HOLDING TANK. -08/30/1999,99V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V240000),Volvo Trucks North America,VOLVO TRUCKS/FMVSS 121,"SERVICE BRAKES, AIR",RVXX9905,Vehicle,166,"VEHICLE DESCRIPTION: DUAL STEER CLASS 8 HEAVY DUTY TRUCKS. THE FRONT STEER AXLE BRAKES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",A SLOW BRAKE RELEASE TIME CAN CAUSE PREMATURE BRAKE WEAR WHICH IF LEFT UNCHECKED COULD LEAD TO BRAKE FAILURE AND VEHICLE CRASH.,DEALERS WILL INSTALL A RELAY VALVE IN THE FRONT STEERING AXLE BRAKE SYSTEM. -08/30/1999,99V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V235000),"Volvo Car USA, LLC",VOLVO/HEADLIGHT SWITCH,EXTERIOR LIGHTING,94,Vehicle,139588,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. OPERATION OF THE HEADLIGHT SWITCH, OVER AN EXTENDED PERIOD OF TIME, CAN RESULT IN INCONSISTENT OPERATION OF THE SWITCH.","DRIVER'S COULD EXPERIENCE A LOSS OF VISIBILITY, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE HEADLIGHT SWITCH. -08/30/1999,99V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V236000),"Volvo Car USA, LLC",VOLVO/PASSENGER AIR BAG,AIR BAGS,96,Vehicle,124381,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONTAL PASSENGER AIR BAG MAY BE OVERLY SENSITIVE TO CERTAIN ELECTROSTATIC DISCHARGE.,THIS COULD POSSIBLY CAUSE AN INADVERTENT DEPLOYMENT.,DEALERS WILL INSTALL AN ADDITIONAL GROUND WIRE IN THE PASSENGER SIDE TO ASSURE SUFFICIENT GROUNDING. -08/27/1999,99V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V238000),"General Motors, LLC",GM/BRAKE BOOSTER/PEDAL ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",99038,Vehicle,988,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BRAKE BOOSTER TO PEDAL ASSEMBLY ATTACHMENT NUTS MAY BE LOOSE.,"IF THESE NUTS ARE LOOSE, THE BRAKE PEDAL MAY BE LOW, THE ASSEMBLY MAY BE LOOSE, THE BRAKES MAY NOT RELEASE, AND IF THE NUTS BACK COMPLETELY OFF, BRAKING MAY BE LOST. ALSO FUME AND WATER INTRUSION TO THE PASSENGER COMPARTMENT CAN OCCUR.",DEALERS WILL REPLACE ANY MISSING BRAKE BOOSTER TO BRAKE PEDAL ASSEMBLY NUTS AND TIGHTEN ALL FOUR (4) NUTS TO SPECIFIED TORQUE. -08/27/1999,99V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V239000),"General Motors, LLC",GM/CLUTCH,POWER TRAIN,99056,Vehicle,69,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL TRANSMISSIONS. THE CLUTCH MASTER CYLINDER MAY HAVE BEEN BUILT WITH AN INCORRECT RETAINING RING.,"THIS MAY NOT ALLOW THE CLUTCH SYSTEM TO DISENGAGE THE CLUTCH WHEN THE CLUTCH PEDAL IS DEPRESSED, RESULTING IN UNINTENTIONAL VEHICLE MOVEMENT, INCREASED STOPPING DISTANCES, ENGINE STALLS, AND DIFFICULTY IN SHIFTING.",DEALERS WILL REPLACE THE HYDRAULIC CLUTCH MASTER CYLINDER WITH A NEW CYLINDER. -08/26/1999,99V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V237000),Land Rover,LAND ROVER/ABS,"SERVICE BRAKES, HYDRAULIC",D380,Vehicle,11583,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE CONTACTS OF THE RELAY, WHICH OPERATES THE ANTI-LOCK BRAKE SYSTEM (ABS) PUMP, CAN STICK AND REMAIN CLOSED WHEN COMMANDED TO OPEN BY THE ABS ELECTRONIC CONTROL UNIT. THE WARNING LAMP WILL ILLUMINATE AND AN AUDIBLE ALARM WILL SOUND.",ANTI-LOCK BRAKING WILL STOP AND THE VEHICLE MAY EXPERIENCE INADVERTENT BRAKING FOR LESS THAN A SECOND.,DEALERS WILL REPLACE THE ABS RELAY. -08/25/1999,99V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V233000),"HPA MONON TRAILER, INC.",HPA MONON/FMVSS 223,STRUCTURE,NR (Not Reported),Vehicle,11565,"VEHICLE DESCRIPTION: VAN TRAILERS. THESE TRAILERS DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 223, ""REAR IMPACT GUARDS."" THE REAR IMPACT GUARDS SHOULD BE REINFORCED TO IMPROVE THEIR PERFORMANCE IN COLLISIONS.","IN THE EVENT OF A CRASH, THE REAR IMPACT GUARDS MAY NOT PROPERLY PROTECT THE VEHICLE.",OWNERS WILL BE PROVIDED WITH A FREE REINFORCEMENT KIT AND INSTALLATION INSTRUCTIONS. -08/24/1999,99V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V231000),"General Motors, LLC",GM/FMVSS 135,"SERVICE BRAKES, HYDRAULIC",99053/00-C-05,Vehicle,5373,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 135, ""PASSENGER CAR BRAKE SYSTEMS."" THESE VEHICLES WERE PRODUCED WITH BRAKE PIPE ATTACHMENT NUTS THAT MAY NOT BE TIGHTENED TO SPECIFICATIONS.","IF THE BRAKE PIPE NUTS ARE NOT PROPERLY TIGHTENED, BRAKE FLUID LEAKAGE COULD OCCUR, INCREASING THE BRAKE'S STOPPING DISTANCE.","DEALERS WILL INSPECT THE BRAKE PIPE NUTS FOR LEAKAGE, VERIFY THEY ARE TIGHTENED TO SPECIFICATIONS, AND REPLACE THE BRAKE PIPES IF NEEDED." -08/23/1999,99V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V234000),Blue Bird Body Company,BLUE BIRD/FMVSS 102,ELECTRICAL SYSTEM,R99DE,Vehicle,101,"VEHICLE DESCRIPTION: FRONT ENGINE SCHOOL BUSES EQUIPPED WITH ALLISON WORLD TRANSMISSIONS. THESE BUSES DO NOT FULLY COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 102, ""TRANSMISSION, SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT."" THE NEUTRAL SAFETY SWITCH IS WIRED INCORRECTLY ALLOWING THE STARTER TO ENGAGE WHEN THE IGNITION IS TURNED ""ON,"" FOLLOWED BY THE TRANSMISSION SELECTOR BEING PLACED IN FORWARD OR REVERSE POSITIONS, AND THEN THE IGNITION TURNED TO THE ""START"" POSITION.","THIS CONDITION WOULD CAUSE THE ENGINE TO STAR AND RUN IF THE IGNITION WAS TURNED TO THE ""START"" POSITION, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH PARTS AND INSTRUCTIONS NECESSARY TO MODIFY THE ENGINE STARTER/TRANSMISSION SHIFT ELECTRICAL CIRCUITRY. IF AN OWNER SO DESIRES, A DEALER CAN PERFORM THE MODIFICATION FOR THEM." -08/23/1999,99V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V230000),"General Motors, LLC",GM/FMVSS 208,UNKNOWN OR OTHER,99051/00-C-04,Vehicle,2692,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" SOME OF THESE VEHICLES WERE MANUFACTURED WITH WELDS IN THE INSTRUMENT PANEL CARRIER ASSEMBLY THAT DO NOT MEET SATURN QUALITY STANDARDS.","A FRONT SEAT OCCUPANT, PARTICULARLY AN UNBELTED OCCUPANT, MAY HAVE AN INCREASED RISK OF INJURY IN A FRONTAL CRASH.",DEALERS WILL REPAIR THE VEHICLE'S INSTRUMENT PANEL CARRIER ASSEMBLY. -08/23/1999,99V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V232000),"General Motors, LLC",GM/FMVSS 581,STRUCTURE,99054/00-C-06,Vehicle,1592,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 581, ""BUMPER STANDARD."" THESE VEHICLES WERE PRODUCED WITH REAR BUMPER FASTENERS THAT MAY BE LOOSE OR MISSING.","IF THE FASTENERS ARE LOOSE OR MISSING, THE REAR BUMPER MAY NOT ABSORB ENERGY AS IT WAS DESIGNED TO DO IN THE EVENT OF A REAR END COLLISION.","DEALERS WILL VERIFY THAT THE REAR BUMPER BEAM FASTENERS ARE PRESENT AND PROPERLY TIGHTENED AND, IF MISSING, INSTALL NEW FASTENERS." -08/20/1999,99V165005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165005),NATIONAL R.V. INC.,NATIONAL RV/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,266,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -08/19/1999,99V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V227000),Honda (American Honda Motor Co.),HONDA/TRANSMISSION,POWER TRAIN,K68,Vehicle,96518,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A TRANSMISSION CASE BOLT CAN LOOSEN AND FALL OUT ALLOWING THE TRANSMISSION TO DISENGAGE FROM THE DIFFERENTIAL.,"THE VEHICLE COULD LOSE POWER TO THE DRIVE WHEELS WITHOUT WARNING. ALSO, SHIFTING THE TRANSMISSION INTO THE PARK POSITION WOULD NOT LOCK THE WHEELS, AND A PARKED VEHICLE COULD MOVE UNEXPECTEDLY IF THE PARKING BRAKE IS NOT SET.",DEALERS WILL INSTALL A REDESIGNED BOLT. -08/18/1999,99V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V226000),Ford Motor Company,FORD/DOOR LATCH,LATCHES/LOCKS/LINKAGES,99S22,Vehicle,10011,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DOOR LATCH MAY HAVE BEEN MANUFACTURED WITH A LATCH PAWL THAT HAS A COATING WHICH WILL SWELL IN HIGH HUMIDITY CONDITIONS. THE LATCH PAWL MAY THEN STICK IN THE OPEN OR UNLATCHED POSITION.,"THE DOOR WOULD NOT LATCH WHEN CLOSED. IF THE VEHICLE IS DRIVEN IN THIS CONDITION, IT COULD POTENTIALLY RESULT IN THE DOOR OPENING WHILE THE VEHICLE IS IN MOTION.",DEALERS WILL INSTALL A REVISED SIDE DOOR LATCH. -08/18/1999,99V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V229000),"VAN-CON, INCORPORATED",VAN-CON/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,850,"VEHICLE DESCRIPTION: CONVERSION SCHOOL BUSES EQUIPPED WITH A SINGLE REAR EMERGENCY DOOR. THE LAST SEAT IS TOO CLOSE TO THE EMERGENCY REAR DOOR RESTRICTING THE PASSAGE. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO PROPERLY EXIT THE VEHICLE.","DEALERS WILL REPOSITION THE SEATS FORWARD; REPLACE REAR-MOST SEAT BACK CUSHION WITH A THIN BACK; OR REMOVE 30"" WIDE REAR-MOST SEAT AND REPLACE WITH A 16"" WIDE SEAT." -08/18/1999,99V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V225000),Volvo Trucks North America,VOLVO TRUCKS/COMPACT HEATER,VISIBILITY,RVXX9904,Vehicle,352,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AN ESPAR COMPACT HEATER MOUNTED IN THE LUGGAGE COMPARTMENT. THE FUEL-METERING PUMP THAT SUPPLIES FUEL TO THE COMPACT HEATER IS NOT WIRED THROUGH A ROLLOVER PROTECTION SWITCH. THIS DOES NOT COMPLY WITH 49 CFR 393.77, ""HEATERS.""","IN THE EVENT OF A VEHICLE ROLLOVER, AND THE COMPACT HEATER WAS IN OPERATION, FUEL WOULD STILL BE SUPPLIED TO THE HEATER CREATING THE POTENTIAL FOR A VEHICLE FIRE.",DEALERS WILL WIRE THE FUEL-METERING PUMP THROUGH A ROLLOVER PROTECTION SWITCH. -08/17/1999,99V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V224000),FREIGHTLINER LLC,FREIGHTLINER/RIGHT HAND DRIVE,STEERING,FL-242,Vehicle,224,"VEHICLE DESCRIPTION: TRUCKS WITH STEERING LINKAGES CONVERTED TO STAND-UP RIGHT-DRIVE BY FONTAINE MODIFICATION COMPANY. THESE VEHICLES HAVE A STEERING CROSS SHAFT THAT CONNECTS THE RIGHT SIDE STEERING COLUMN TO THE LEFT SIDE STEERING COLUMN, WITH A MITER BOX, AND U-JOINT AT EACH SIDE. THE CROSS SHAFT, MITER BOX SHAFT, AND U-JOINT HAVE KEYWAYS AND THE U-JOINT HAS A SET SCREW AT BOTH CONNECTIONS. THE KEYS CAN WORK LOOSE AND FALL OUT.",THIS CONDITION CAN RESULT IN A LOSS OF STEERING ON THE RIGHT HAND SIDE.,DEALERS WILL INSTALL NUTS AND BOLTS THROUGH THE UNIVERSAL JOINT ENDS AND SHAFTS WHICH WILL CREATE A POSITIVE LOCK BETWEEN THE STEERING GEAR BOXES. -08/17/1999,99V165008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165008),"GEORGIE BOY MFG., LLC",GEORGIE BOY/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,146,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -08/16/1999,99V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V223000),FREIGHTLINER LLC,FREIGHTLINER/POWER STEERING,STEERING,FL-243,Vehicle,1182,VEHICLE DESCRIPTION: MOTORHOME CHASSIS EQUIPPED WITH A SIDE MOUNT RADIATOR AND HYDRAULIC SYSTEM. THE FILTER GASKET FOR THE POWER STEERING HYDRAULIC FLUID CAN BLOW OUT DUE TO PRESSURE SPIKES IN THE SYSTEM.,THIS CAN RESULT IN A LOSS OF POWER STEERING FLUID AND AN EVENTUAL LOSS OF POWER ASSIST TO THE STEERING IF THE LEAK IS UNDETECTED.,DEALERS WILL RECONFIGURE THE POWER STEERING HYDRAULIC SYSTEM TO ELIMINATE THE PRESSURE SPIKES. -08/16/1999,99I005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I005000),Mazda North American Operations,MAZDA/SPEEDOMETER FAILURE,POWER TRAIN,NR (Not Reported),Vehicle,47651,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SPEEDOMETER GEAR SET CAN FAIL. SYMPTOMS INCLUDE AN INOPERATIVE SPEEDOMETER, SEVERE LACK OF POWER, AND/OR A TRANSMISSION WHICH STAYS IN THIRD GEAR. IN SOME CASES, THE ""OD OFF"" LIGHT MAY ALSO FLASH.",A DRIVER MAY NOT BE AWARE OF INCREASED SPEED DUE TO THE SPEEDOMETER NOT WORKING CORRECTLY.,"DEALERS WILL INSPECT THE SPEEDOMETER GEAR SET AND IF NECESSARY, WILL REPLACE THE SPEEDOMETER GEAR SET AT NO CHARGE. THIS EXTENDED WARRANTY COVERS NECESSARY REPAIRS DUE TO FAILURE OF THE VEHICLE'S SPEEDOMETER GEAR SET FROR 9 YEARS FROM THE ORIGINAL WARRANTY START DATE WITH NO MILEAGE LIMITATION." -08/12/1999,99V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V217000),"COACHMEN INDUSTRIES, INC.",COACHMEN/LP LINE,EQUIPMENT,NR (Not Reported),Vehicle,51,"VEHICLE DESCRIPTION: 5TH WHEEL TRAILERS EQUIPPED WITH KITCHEN SLIDE-OUTS. THE PLUMBING THAT SUPPLIES LIQUID PROPANE (LP) GAS TO THE REFRIGERATOR CONSISTS OF A FLEXIBLE LP HOSE CONNECTED TO A COPPER FITTING THAT CONNECTS TO A COPPER TUBE THAT THEN RUNS TO THE REFRIGERATOR. THE COPPER FITTING IS FASTENED TO THE SLIDE-OUT ROOM WALL WITH CLAMPS TO PROHIBIT MOVEMENT OF THE COPPER LINE AND INSURE THAT AS THE SLIDE-OUT ROOM IS EXTENDED AND RETRACTED, THE FLEXIBLE GAS LINE MOVES AND NOT THE COPPER LINE. THE CLAMPS INTENDED TO HOLE THE COPPER LINE IN PLACE HAVE NOT BEEN INSTALLED CAUSING THE COPPER GAS LINE TO FLEX WITH SLIDE-OUT ROOM MOVEMENT.","THE COPPER LINE COULD CRACK ALLOWING LP GAS TO LEAK, INCREASING THE RISK OF A FIRE.","DEALERS WILL REPLACE THE CURRENT FITTING WITH A ""DROP EAR"" FITTING FOR DIRECT ATTACHMENT TO THE SLIDE-OUT SIDEWALL, ELIMINATING THE NEED FOR THE CLAMPS." -08/12/1999,99V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V219000),Ford Motor Company,FORD/FMVSS 301,"FUEL SYSTEM, GASOLINE",99S11,Vehicle,245300,"VEHICLE DESCRIPTION: GASOLINE AND DIESEL ENGINE PICKUP TRUCKS EQUIPPED WITH 8 FOOT BEDS, DO NOT FULLY SATISFY THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL TANK FRONT STRAP ISOLATOR MAY NOT BE PROPERLY POSITIONED WHICH COULD RESULT IN THE STRAP CUTTING THE TANK DURING A 30 MPH FRONT BARRIER TEST, RESULTING IN FUEL SPILLAGE.","DURING THE SUBSEQUENT STATIC ROLLOVER TEST, FUEL SPILLAGE EXCEEDED THE SPECIFIED RATE, INCREASING THE RISK OF A FIRE.",DEALERS WILL REPOSITION THE FRONT STRAP ISOLATOR. -08/12/1999,99V027002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V027002),"NABI Bus, LLC",NABI/HYDRAULIC DAMPENING SYSTEM,TRAILER HITCHES,99002,Vehicle,217,VEHICLE DESCRIPTION: ARTICULATED BUS. THESE BUSES MAY BECOME UNSTABLE AT SPEEDS OVER 45 MPH SHOULD THE HYDRAULIC DAMPENING SYSTEM IN THE ARTICULATED JOINT LOOSE PRESSURE.,THE REAR BUS COULD START TO SWING FROM SIDE TO SIDE CAUSING THE DRIVER TO LOSE CONTROL OF THE VEHICLE.,DEALERS WILL MODIFY THESE BUSES. THE MODIFICATIONS INCLUDE AN ADDITIONAL INTERLOCK SYSTEM THAT WILL GRADUALLY BRING THE VEHICLE TO A STOP UTILIZING THE THIRD AXLE BRAKES. -08/12/1999,99V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V222000),"Volkswagen Group of America, Inc.",VW/FUEL LINE,"FUEL SYSTEM, GASOLINE",KV,Vehicle,52,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A SMALL SECTION OF THE VEHICLE FUEL LINE ASSEMBLY MAY HAVE BEEN DAMAGED DURING PRODUCTION. IF DAMAGED, FUEL COULD LEAK TO THE OUTSIDE.","IN THE PRESENCE OF AN IGNITION SOURCE, CAUSE A FIRE.",DEALERS WILL REPLACE THE FUEL LINE ASSEMBLY. -08/11/1999,99V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V218000),"General Motors, LLC",GM/FMVSS 101,INTERIOR LIGHTING,99047,Vehicle,6584,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 101, ""CONTROL LOCATION, IDENTIFICATION, AND ILLUMINATION."" THE INSTRUMENT PANEL BACKLIGHTING MAY NOT FUNCTION AFTER ADJUSTING THE INTERIOR LIGHT INTENSITY.","IF THE INSTRUMENT PANEL IS NOT LIT AT NIGHT, THE DRIVER MAY NOT BE ABLE TO SEE THE CONTROLS AND DISPLAYS.","DEALERS WILL TEST THE BODY CONTROL MODULE, AND IF NECESSARY, REPLACE IT." -08/11/1999,99V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V220000),"General Motors, LLC",GM/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",99049,Vehicle,3947,"VEHICLE DESCRIPTION: S -TRUCKS EQUIPPED WITH 2 WHEEL DRIVE. THESE VEHICLES MAY HAVE HAD THE RIGHT-HAND ANTILOCK BRAKE SYSTEM (ABS) MODULE FEED PIPE AND/OR BRAKE CROSSOVER PIPE TUBE NUTS TIGHTENED WITHOUT SEATING THE PIPE-FLARED-ENDS ENOUGH TO WITHSTAND NORMAL ASSEMBLY AND VEHICLE INPUTS WITHOUT PARTIALLY UNSEATING. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC SERVICE BRAKE NORMAL, EMERGENCY, AND PARK BRAKING PERFORMANCE.""","IF THIS OCCURRED, THE SEATING SEAL COULD BE BROKEN DURING VEHICLE ASSEMBLY, OR FROM EARLY ROAD INPUTS OR BRAKE FLUID CYCLING, AND A LEAK COULD OCCUR INCREASING THE BRAKE STOPPING DISTANCE.","DEALERS WILL INSPECT THE BRAKE PIPE UNION FOR SIGNS OF BRAKE FLUID, AND IF NECESSARY, INSTALL A NEW BRAKE PIPE UNION." -08/11/1999,99V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V221000),"PAN-WIT, INC.",PAN-WIT/FMVSS 208,SEAT BELTS,NR (Not Reported),Vehicle,450,"VEHICLE DESCRIPTION: CONVERSION VANS. THE INBOARD BUCKLES FOR THE DRIVER'S AND FRONT PASSENGER SEATS WERE INSTALLED ON A SEAT BAR ATTACHED TO THE SEAT PEDESTAL. THIS RAISED THE BUCKLE LOCATION CLOSER THAN PERMITTED BY THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REMOVE THE INBOARD SEAT BELT BUCKLES FOR THE DRIVER AND FRONT PASSENGER SEATS AND THEN REMOVE A PORTION OF THE SEAT BELT BAR OF EACH SEAT. TWO NEW SAEAT BELT BUCKLES WILL BE INSTALLED TO THE REAR INBOARD FLOOR STUD. -08/10/1999,99V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V211000),Great Dane Trailers,GREAT DANE/WELD,TRAILER HITCHES,NR (Not Reported),Vehicle,4639,VEHICLE DESCRIPTION: VAN TRAILERS WITH SLIDE SUSPENSIONS. IMPROPERLY APPLIED WELD ATTACHMENT OF THE UPPER BOGIE RAILS TO TRAILER CROSSMEMBERS.,TRAILER TURN OVER OR A VEHICLE CRASH COULD OCCUR.,DEALERS WILL REWELD THE RAIL ATTACHMENT WELDS AND INSTALL ATTACHMENT CLIPS/GUSSETS. -08/09/1999,99V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V215000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/ENGINE CRADLE,SUSPENSION,837,Vehicle,402830,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LOWER CONTROL ARM ATTACHING BRACKETS CAN CRACK DUE TO FATIGUE AND SEPARATE FROM THE ENGINE CRADLE.,"IF THIS OCCURS, THE TRANSMISSION HALF-SHAFT COULD PULL OUT OF THE TRANSAXLE AND RESULT IN LOSS OF POWER.",DEALERS WILL REINFORCE THE ENGINE CRADLE AT THE POINT WHERE THE LOWER CONTROL ARM ATTACHES TO IT. -08/09/1999,99V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V216000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FUEL PUMP,"FUEL SYSTEM, GASOLINE",845,Vehicle,635469,VEHICLE DESCRIPTION: MINIVANS. FUEL CAN LEAK FROM THE FUEL TANK AT THE INTERFACE OF THE FUEL PUMP MODULE ATTACHMENT.,"IF A FUEL LEAK OCCURS IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD OCCUR.",DEALERS WILL REPLACE THE FUEL PUMP MODULE ATTACHING NUT WITH A NUT THAT INCLUDES TIGHTER DESIGN TOLERANCES. THE SEALING O-RING WILL ALSO BE REPLACED. -08/09/1999,99V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V214000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SUSPENSION,SUSPENSION,835,Vehicle,49066,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. (2500 AND 3500 SERIES 4X4 REGULAR CAB PICKUP PRODUCED BEFORE MARCH 21, 1995; 2500 AND 3500 SERIES 4X4 CLUB CAB PICKUP PRODUCED BEFORE JUNE 8, 1995; AND 3500 SERIES 4X2/4X4 CHASSIS CAB TRUCKS PRODUCED BEFORE JUNE 21, 1995). THE FRONT SUSPENSION SPRING/SHOCK TOWERS CAN CRACK AND EVENTUALLY SEPARATE FROM THE VEHICLE FRAME. THE SHOCK TOWER COULD DAMAGE THE REAR WHEEL BRAKE LINES RESULTING IN LOSS OF REAR BRAKE SYSTEM PRESSURE.",THIS WOULD CREATE THE POTENTIAL FOR INCREASED STOPPING DISTANCES.,DEALERS WILL INSPECT THE SPRING/SHOCK TOWER AND ANY VEHICLES EXHIBITING CRACKING WILL HAVE THE TOWER REPLACED. VEHICLES THAT ARE DO NOT SHOW ANY CRACKING WILL HAVE A WELD-ON REINFORCEMENT ADDED. -08/09/1999,99T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T007000),DUNLOP TIRE CORPORATION,DUNLOP TIRE/POSSIBLE SIDEWALL CRACKING,TIRES,NR (Not Reported),Tire,305,"TIRE DESCRIPTION: LT215/85R16 ""D"" LOAD RANGE, SERIAL NOS. U2BA7KL308 THROUGH 129 AND ""E"" LOAD RANGE, SERIAL NOS. U2BAWKL198 THROUGH 129. STRESS CRACKS OR SPLITS CAN DEVELOP WHERE THE SIDEWALL ATTACHES TO THE SQUARE BEAD WIRE BUNDLE.",CRACKING OF THE TIRE SIDEWALL CAN RESULT IN DEFLATION OF THE TIRE AND POSSIBLE LOSS OF VEHICLE CONTROL.,NISSAN DIESEL IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN. -08/06/1999,99V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V212000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/SEAT BACK BOLT,SEATS,729,Vehicle,227283,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LOWER SEAT BACK ATTACHING BOLT ON THE DRIVER SEAT CAN FAIL AND SEPARATE.,"IF THE BOLT FAILS WHILE THE VEHICLE IS BEING DRIVEN, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE LOWER SEAT BACK ATTACHING BOLT ON THE DRIVER'S SEAT WITH A HIGHER STRENGTH BOLT THAT INCLUDES A SELF LOCKING NYLON PATCH. -08/05/1999,99V205002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V205002),"Nissan North America, Inc.",NISSAN/FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1600,VEHICLE DESCRIPTION: MINI VANS. THE FUEL TANK RETENTION STRAP (TWO STRAPS PER VEHICLE) CAN BREAK AT THE SPOT WELDS CAUSING AN UNDERBODY RATTLE.,"THERE IS ALSO A POTENTIAL FOR FUEL TANK SEPARATION OR FUEL LEAK, INCREASING THE RISK OF A FIRE.",DEALERS WILL REPLACE THE FUEL TANK RETENTION STRAPS. -08/04/1999,99V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V209000),UD Trucks Corporation,NISSAN DIESEL/TIRES,TIRES,NR (Not Reported),Vehicle,2215,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH DUNLOP TIRES, SIZE LT215/85R16. THESE TIRES ARE EXPERIENCING DEFLATION AS A RESULT OF STRESS SPLITS OR CRACKS OCCURRING FROM THE POINT OF ATTACHMENT OF THE SIDEWALL TO THE SQUARE BEAD WIRE BUNDLE, WITH RESULTING DAMAGE TO THE TIRE PLY.","TIRE DEFLATION COULD OCCUR IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE TIRES. -08/03/1999,99V205001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V205001),Ford Motor Company,FORD/FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",99S21,Vehicle,2785,VEHICLE DESCRIPTION: MINI VANS. THE FUEL TANK RETENTION STRAP (TWO STRAPS PER VEHICLE) CAN BREAK AT THE SPOT WELDS CAUSING AN UNDERBODY RATTLE.,"THERE IS ALSO A POTENTIAL FOR FUEL TANK SEPARATION OR FUEL LEAK, INCREASING THE RISK OF A FIRE.",DEALERS WILL REPLACE THE FUEL TANK RETENTION STRAPS. -08/03/1999,99C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99C024000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/INFANT/BOOSTER SEATS,CHILD SEAT,NR (Not Reported),Child Seat,6326,"EQUIPMENT DESCRIPTION: BABYSMART INFANT RESTRAINTS AND BOOSTER SEATS. IF THE INFANT RESTRAINT OR BOOSTER SEAT IS INCORRECTLY POSITIONED OR MOVES SEVERAL INCHES OR MORE FORWARD OF THE SEAT BACK IN THE FRONT PASSENGER SEAT OF MERCEDES-BENZ BABYSMART EQUIPPED VEHICLES, IT MAY NOT AUTOMATICALLY DEACTIVATE THE PASSENGER FRONT AIR BAG.","IN THE EVENT OF A CRASH, A CHILD COULD BE INJURED BY THE AIR BAG.",DEALERS WILL REPLACE THESE INFANT RESTRAINTS AND BOOSTER SEATS. -08/03/1999,99V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V208000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/STEERING,STEERING,99506,Vehicle,167,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH STEERING COLUMNS SUPPLIED BY DOUGLAS AUTOTEC. THE STEERING COLUMNS ON THESE VEHICLES MAY HAVE A DEFECTIVE OR DISLOCATED WELD.,"IF THE STEERING COLUMN BROKE, A COMPLETE LOSS OF STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE LOWER STEERING SHAFT ASSEMBLY. -08/02/1999,99V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V206000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/THROTTLE BODY,VEHICLE SPEED CONTROL,V-99-09,Vehicle,3247,"VEHICLE DESCRIPTION: MOTORCYCLES. THREADED FASTENERS THAT HOLD THE THROTTLE BODY VALVE IN ASSEMBLY CAN BECOME LOOSE, ALLOWING THE VALVE DISC TO SHIFT OUT OF POSITION AND AFFECT THE ENGINE RPM LEVEL.","A THROTTLE BODY VALVE DISC THAT HAS SHIFTED OUT OF POSITION CAN CAUSE SEVERE INJURY OR DEATH, PROPERTY DAMAGE, OR DAMAGE TO THE MOTORCYCLE.",DEALERS WILL REPLACE THE THROTTLE BODY VALVE DISC THREADED FASTENERS AND APPLY A THREAD LOCKING AGENT. -07/29/1999,99E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E023000),"Caterpillar, Inc.",CATERPILLAR/ENGINE STALL,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1362,EQUIPMENT DESCRIPTION: ELECTRONICALLY UNIT INJECTED DIESEL ENGINES USED IN COMBINATION WITH EATON 10 AND 18 SPEED AUTOSHIFT TRANSMISSIONS. THE ENGINES CAN STALL BECAUSE OF SOFTWARE PROBLEMS.,INCREASED STEERING EFFORT CAN OCCUR.,DEALERS WILL UPDATE THESE ENGINES WITH SOFTWARE CHANGES. -07/28/1999,99V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V204000),Ford Motor Company,FORD/TRANSAXLE,POWER TRAIN,99S20,Vehicle,326,"VEHICLE DESCRIPTION: ELECTRIC VEHICLES. THE TRANSAXLE MAY HAVE BEEN MANUFACTURED WITH THE PARK DETENT SPRING MISALIGNED. IF THE SPRING IS MISALIGNED, THE PARK MECHANISM MAY NOT ENGAGE WHEN THE SHIFT LEVER IS PLACED IN THE PARK POSITION.","IF THE PARK MECHANISM DOES NOT ENGAGE AND THE VEHICLE OPERATOR HAS NOT APPLIED THE PARKING BRAKE, THE VEHICLE COULD ROLL FREE AS IF IN NEUTRAL.",DEALERS WILL INSPECT THE TRANSAXLE AND ANY WITH MISALIGNED PARK DETENT SPRINGS WILL BE REPLACED. -07/27/1999,99V181002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V181002),FREIGHTLINER LLC,FREIGHTLINER/ENGINE STALL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,320,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR ENGINES AND EATON AUTOSHIFT TRANSMISSIONS. THE ENGINES CAN STALL BECAUSE OF SOFTWARE PROBLEMS.,INCREASED STEERING EFFORT CAN OCCUR.,CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY OF THIS RECALL. DEALERS WILL UPDATE THESE ENGINES WITH SOFTWARE CHANGES. -07/26/1999,99V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V199000),"General Motors, LLC",GM/FMVSS 108/TURN SIGNAL LAMPS,EXTERIOR LIGHTING,99045/00-C-03,Vehicle,1395,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" BECAUSE OF A PROBLEM IN THE HAZARD WARNING SWITCH ASSEMBLY, THE TURN SIGNAL LAMPS MAY NOT WORK OR MAY WORK INTERMITTENTLY WHEN THE DRIVER USES THE TURN SIGNAL LEVER OR HAZARD WARNING SWITCH. IF THE VEHICLE TURN SIGNAL INDICATORS ARE NOT FLASHING, THEN THE TURN SIGNAL LAMPS MAY NOT BE FLASHING.",OTHER DRIVERS MAY NOT BE ALERTED THAT THE VEHICLE IS TURNING AND A CRASH COULD OCCUR.,DEALERS WILL REPLACE THE HAZARD WARNING SWITCH ASSEMBLY. -07/26/1999,99V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V197000),"General Motors, LLC",GM/FMVSS 301/FUEL TANK VALVE,"FUEL SYSTEM, GASOLINE",99042/00-C-01,Vehicle,1300,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THESE VEHICLES MAY HAVE BEEN PRODUCED WITH AN INOPERATIVE VALVE WITHIN THE FUEL TANK ASSEMBLY.","IF A VEHICLE WITH AN INOPERATIVE VALVE WERE INVOLVED IN A ROLLOVER, FUEL SPILLAGE COULD OCCUR.",DEALERS WILL INSPECT THE VEHICLES TO ENSURE THAT THE FUEL TANK ASSEMBLY VALVE IS OPERATING AS INTENDED. THEY WILL REPLACE THE FUEL TANK ASSEMBLY IF NECESSARY. -07/26/1999,99V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V198000),Hyundai Motor America,HYUNDAI/FMVSS 110/TIRE PRESSURE PLACARD,EQUIPMENT,NR (Not Reported),Vehicle,649,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TIRE PRESSURE PLACARD REQUIRED BY FMVSS NO. 110, ""TIRE SELECTION AND RIMS,"" WAS MISPRINTED. IT INCORRECTLY CONTAINS THE TIRE SIZES, SEATING CAPACITY, AND LUGGAGE CAPACITY.",EXCESSIVE LOADING CAN CAUSE TIRE AND VEHICLE DAMAGE THAT COULD RESULT IN A CRASH.,OWNERS WILL BE PROVIDED WITH A CORRECT TIRE PRESSURE PLACARD AND INSTALLATION INSTRUCTIONS. -07/23/1999,99V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V202000),Damon Corporation,DAMON/GENERATOR MUFFLER STRAP,EQUIPMENT,98-068,Vehicle,1767,VEHICLE DESCRIPTION: MOTOR HOMES. A GENERATOR MUFFLER STRAP WAS OMITTED DURING THE INSTALLATION PROCESS.,"THE MUFFLER AND EXHAUST TAIL PIPE CAN VIBRATE LOOSE, POSSIBLY DETACHING FROM THE UNIT.",DEALERS WILL INSTALL A MUFFLER STRAP. -07/23/1999,99V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V200000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FUEL TANK VENT FITTING,"FUEL SYSTEM, GASOLINE",0098,Vehicle,10241,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A FUEL TANK VENT FITTING THAT COULD BE PLUGGED ALLOWING THE CARBURETOR TO OVERFLOW FUEL.,THIS COULD RESULT IN A FIRE.,"DEALERS WILL INSPECT THE FUEL TANK VENT FITTING AND, IF PLUGGED, WILL CORRECT THIS CONDITION." -07/23/1999,99V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V201000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/SIDECAR AXLE,UNKNOWN OR OTHER,0099,Vehicle,316,VEHICLE DESCRIPTION: MOTORCYCLES. THESE SIDECARS WERE BUILT WITH AN AXLE THAT COULD BREAK.,"THIS COULD CAUSE A LOSS OF CONTROL OF THE MOTORCYCLE, RESULTING IN A CRASH.",DEALERS WILL REPLACE THE AXLES ON THESE SIDECARS. -07/22/1999,99V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V196000),"CHANCE COACH, INC.",CHANCE COACH/JUNCTION BOX,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,195,VEHICLE DESCRIPTION: STREETCARS AND TRANSIT COACHES . THE TRANSMISSION CONTROL CABLE CAN RUB AGAINST THE ELECTRICAL JUNCTION BOX POWER STUD ALLOWING BATTERY CURRENT TO FLOW DIRECTLY TO GROUND.,"ELECTRICAL ARCING CAN IGNITE COMBUSTIBLE MATERIALS IN THE JUNCTION BOX, INCREASING THE RISK OF PROPERTY DAMAGE AND PERSONAL INJURY.",DEALERS WILL SECURE THE CABLE AWAY FROM THE JUNCTION BOX POWER STUD WITH A CLAMP THAT IS SECURED TO THE FLOOR BY A SCREW AND WASHER; AND THE JUNCTION BOX POWER STUD WILL BE INSULATED WITH A RUBBER BOOT. -07/20/1999,99V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V195000),IC CORPORATION,AMTRAN/HANDRAIL,STRUCTURE,99-306,Vehicle,91,VEHICLE DESCRIPTION: SCHOOL BUS. SOME FORWARD HANDRAILS WITH OUTWARD OPENING ENTRANCE DOORS WERE BUILT WITH THE HAND RAIL MOUNTING TOO CLOSE TO THE ENGINE COVER. CERTAIN CLOTHING ARTICLES SUCH AS DRAW STRINGS CAN BECOME LODGED IN THE FORWARD HANDRAILS AT THE BUS DOORS WHEN A PERSON IS EXITING THE BUS.,"IF THE DRIVER IS UNAWARE OF THE SITUATION, THE ENTRANCE DOOR MAY BE CLOSED, CAPTURING THE ITEM IN THE DOOR. DEATH OR INJURY CAN OCCUR TO THE PERSON EXITING THE BUS.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON HOW TO IDENTIFY THE DEFECT AND REPAIR PROCEDURES. IF THE OWNER PREFERS, AN AMTRAN DEALER CAN PERFORM THE REMEDY FOR THEM." -07/20/1999,99V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V194000),Ford Motor Company,FORD/THROTTLE CABLE,VEHICLE SPEED CONTROL,99S19,Vehicle,159565,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ACCELERATOR CABLE MAY HAVE BEEN MANUFACTURED WITH A BURR ON OR NEAR THE END OF THE CABLE SLEEVE INTERIOR. THIS BURR COULD FRAY THE CORE WIRE RESULTING IN THE ACCELERATOR NOT RETURNING TO IDLE WHEN THE ACCELERATOR IS RELEASED.,"THIS CONDITION CAN RESULT IN THE THROTTLE STICKING, BINDING, OR CAUSING HIGH ENGINE RPM.",DEALERS WILL INSTALL A REVISED ACCELERATOR CABLE THAT HAS A FLARED CONDUIT SLEEVE END AND MOLDED ON END FITTING. -07/19/1999,99I006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I006000),"General Motors, LLC",GM/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2400000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: CERTAIN LIGHT DUTY PICKUP TRUCKS, SPORT UTILITY VEHICLES, OR MINIVANS EQUIPPED WITH 3-SENSOR ABS (ANTILOCK BRAKING SYSTEM) EBC4 UNITS.","THESE VEHICLES CAN EXPERIENCE EXTENDED STOPPING DISTANCES DURING ABS STOPS ON CERTAIN MULTIPLE SURFACES, INCREASING THE RISK OF A CRASH.","DEALERS WILL MODIFY THE COMPUTER PROGRAM WHICH OPERATES THE ABS UNIT ON SOME VEHICLES, OR REPLACE THE COMPUTER ON OTHERS TO IMPROVE THE PERFORMANCE OF THE ABS ON THESE SURFACES." -07/19/1999,99V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V193000),"General Motors, LLC",GM/ABS,"SERVICE BRAKES, HYDRAULIC",99041,Vehicle,1125749,VEHICLE DESCRIPTION: CERTAIN 4-WHEEL DRIVE PICKUP TRUCKS AND SPORT UTILITY VEHICLES EQUIPPED WITH ABS (ANTILOCK BRAKING SYSTEM) MANUFACTURED FROM SEPTEMBER 1989 THROUGH AUGUST 1996. UNDER CERTAIN DRIVING CONDITIONS THE SWITCH WHICH SIGNALS THE ABS SYSTEM WHETHER THE VEHICLE IS IN 2-WHEEL OR 4-WHEEL DRIVE CAN MALFUNCTION CAUSING INCREASED STOPPING DISTANCES DURING ABS STOPS WHILE IN THE TWO-WHEEL DRIVE MODE.,"IF THIS OCCURRED AT A TIME WHEN MINIMUM STOPPING DISTANCE WAS REQUIRED, A VEHICLE CRASH COULD OCCUR WITHOUT PRIOR WARNING.",DEALERS WILL REPLACE OR REPAIR THE 4-WHEEL/2-WHEEL DRIVE SWITCH. -07/16/1999,99V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V190000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HYDRAULIC CLUTCH LINE,POWER TRAIN,838,Vehicle,8378,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH GASOLINE ENGINES AND MANUAL TRANSMISSIONS. THE UNDERBODY HYDRAULIC CLUTCH LINE HEAT SHIELD IS TOO SHORT, ALLOWING THE PLASTIC CLUTCH LINE MATERIAL TO BE DIRECTLY EXPOSED TO EXHAUST TEMPERATURES. IT IS POSSIBLE TO EXCEED THE MELTING TEMPERATURE OF THE CLUTCH LINE MATERIAL.","IF THE LINE MELTS, HYDRAULIC FLUID CAN LEAK ONTO THE VEHICLE EXHAUST AND CAUSE AN UNDERBODY FIRE.",DEALERS WILL INSTALL THE PROPER LENGTH HEAT SHIELD. -07/16/1999,99V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V189000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/WINDSHIELD WIPER,VISIBILITY,836,Vehicle,828559,VEHICLE DESCRIPTION: MINIVANS. THE LEFT HAND WINDSHIELD WIPER PIVOT DRIVE ARM WAS NOT MECHANICALLY STAKED TO THE PIVOT SHAFT.,"THIS COULD ALLOW THE DRIVE ARM TO DISENGAGE FROM THE SHAFT LEADING TO A LOSS OF WIPER FUNCTION. THE DRIVER'S VISIBILITY WOULD BE IMPAIRED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE LEFT HAND SIDE WINDSHIELD WIPER PIVOT ASSEMBLY. -07/16/1999,99V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V191000),Mazda North American Operations,MAZDA/REAR DOOR LOCK LINKAGE,LATCHES/LOCKS/LINKAGES,82907,Vehicle,13030,"VEHICLE DESCRIPTION: MINIVANS. DUE TO THE INAPPROPRIATE SHAPE OF THE LINKAGE IN THE REAR DOOR LOCK CONTROLLER, ACCUMULATED DUST MAY PREVENT THE DOOR LOCK MECHANISM FROM FUNCTIONING PROPERLY, CAUSING INCOMPLETE LOCKING OF THE DOOR WHEN THE CHILDPROOF LOCKING SYSTEM IS USED.","THIS COULD RESULT IN AN OPENING OF THE DOOR WHILE DRIVING, INCREASING THE RISK OF PERSONAL INJURY TO A VEHICLE OCCUPANT.",DEALERS WILL INSTALL PARTS IN THE LATCHING ASSEMBLY THAT WILL PREVENT THIS PROBLEM FROM OCCURRING. -07/15/1999,99V188001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V188001),"BEALL TRAILERS OF MONTANA, INC",BEALL/EMCO/FUEL VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15,"VEHICLE DESCRIPTION: TANK TRUCKS AND TRAILERS USING EMCO WHEATON EMERGENCY DISCHARGE VALVES. THE SHEAR GROOVE IS TOO CLOSE TO THE SEAL FACE OF THE VALVE. IN CERTAIN SIDE IMPACT COLLISIONS, THE MATERIAL AROUND THE VALVE SEAT CAN TEAR.","THIS CAN RESULT IN THE POSSIBILITY OF FUEL LEAKAGE FROM THE TANK TRUCK, INCREASING THE RISK OF A FIRE.",EMCO WILL REPLACE THE AFFECTED VALVES WITH ANOTHER VALVE THAT DOES NOT CONTAIN THE DESIGN DEFECT. -07/15/1999,99V128003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V128003),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/TRUCK HUB,SUSPENSION,99505,Vehicle,80,VEHICLE DESCRIPTION: TRUCKS ASSEMBLED WITH SKF LEVEL 2 TRUCK HUB UNITS (THU) RECEIVED FROM MERITOR. THESE HUBS CAN FATIGUE CRACK.,"THIS FATIGUE CRACKING CAN RESULT IN WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE HUBS WITH PRODUCTION LEVEL 3 HUBS. -07/12/1999,99V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V186000),"Yamaha Motor Corporation, USA",YAMAHA/COOLANT SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6373,VEHICLE DESCRIPTION: MOTORCYCLES. A COOLANT WATER HOSE CAN COME LOOSE AT THE THERMOSTAT HOUSING DURING OPERATION.,STEAM RELEASED COULD OBSCURE THE RIDER'S VISION OR LEAKING COOLANT COULD MAKE THE REAR TIRE SLIP.,DEALERS WILL INSTALL AND PROPERLY TIGHTEN TWO NEW HOSE CLAMPS. -07/09/1999,99V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V170000),"General Motors, LLC",GM/ABS MOTOR SHORT,"SERVICE BRAKES, HYDRAULIC",99033,Vehicle,168559,"SOME OF THESE VEHICLES WITH THE KEY IN THE ""ON"" POSITION, EXHIBIT A CONDITION IN WHICH THE ANTILOCK BRAKE SYSTEM (ABS) MOTOR SHORTS TO ITS CASE AND GROUNDS THROUGH A FLEXIBLE BRAKE FLUID PIPE.","THIS SHORT CAN CAUSE EXTREME HEATING OF THE FLEXIBLE BRAKE PIPE WHERE IT CAN MELT A NEARBY FLEXIBLE PLASTIC FUEL HOSE, WHICH COULD RESULT IN AN UNDERHOOD FIRE.",DEALERS WILL INSTALL A GROUND CABLE FROM THE ELECTRONIC BRAKE CONTROL MODULE (EBCM) TO THE ENGINE COMPARTMENT BODY RAIL. -07/09/1999,99V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V185000),LEISURE TRAVEL VANS,LEISURE TRAVEL/EMERGENCY BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,211,VEHICLE DESCRIPTION: CONVERSION VAN. A PROTECTIVE SHIELD LOCATED ON THE DRIVER SIDE UNDERBODY AT THE SEWER DUMP VALVE IS LOCATED TOO FAR FORWARD AND INBOARD ON THE VEHICLE.,THIS COULD INTERFERE WITH THE PROPER OPERATION OF THE VEHICLE'S PARK/EMERGENCY BRAKE.,DEALERS WILL CUT THE SHIELD TO PREVENT INTERFERENCE WITH THE OPERATION OF THE EMERGENCY BRAKE. -07/09/1999,99V181001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V181001),PACCAR Incorporated,PACCAR/ENGINE STALL,ELECTRICAL SYSTEM,99KW3/799-C,Vehicle,272,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR ENGINES AND EATON AUTOSHIFT TRANSMISSIONS. THE ENGINES CAN STALL BECAUSE OF SOFTWARE PROBLEMS.,INCREASED STEERING EFFORT CAN OCCUR.,DEALERS WILL UPDATE THESE ENGINES WITH SOFTWARE CHANGES. CATERPILLAR IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY OF THIS RECALL. -07/07/1999,99V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V179000),DEMPSTER INDUSTRIES INC.,DEMPSTER/PART 567/LABEL,EQUIPMENT,NR (Not Reported),Vehicle,57,VEHICLE DESCRIPTION: TRAILERS USED FOR HAULING RECYCLABLE SOLID WASTE. CERTIFICATION LABELS WERE OMITTED FROM THESE TRAILERS. THIS DOES NOT MEET FEDERAL REQUIREMENTS.,,OWNERS WILL BE PROVIDED WITH CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. -07/07/1999,99V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V178000),Hyundai Motor America,HYUNDAI/AUTOMATIC TRANSMISSION,POWER TRAIN,033,Vehicle,11530,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THE AUTOMATIC TRANSMISSION PRESSURE CONTROL SOLENOID VALVE SEALS DO NOT REMAIN SUFFICIENTLY ELASTIC, RESULTING IN TRANSMISSION FLUID LEAKAGE. THIS LEAKAGE CAN RESULT IN REDUCED PRESSURE APPLICATION TO THE CLUTCHES, BRAKE, AND KICKDOWN SERVO, ALLOWING THEM TO SLIP.","SUCH SLIPPAGE CAN CAUSE PREMATURE DETERIORATION OF THE FRICTION ELEMENT SURFACES AND COULD CAUSE THE VEHICLE NOT TO ACCELERATE, OR NOT ACCELERATE AS EXPECTED, WHEN THE DRIVER PRESSES THE ACCELERATOR PEDAL.",DEALERS WILL REPLACE THE PRESSURE CONTROL SOLENOID VALVE. -07/07/1999,99V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V171000),Mazda North American Operations,MAZDA/FUEL INJECTORS,ENGINE AND ENGINE COOLING,819076,Vehicle,5600,VEHICLE DESCRIPTION: MINIVANS EQUIPPED WITH ENGINES SUPPLIED BY FORD MOTOR COMPANY CLEVELAND ENGINE PLANT. THESE ENGINES ARE INSTALLED WITH FUEL INJECTORS THAT DO NOT MATCH THE LOWER INTAKE MANIFOLD,THIS CAN RESULT IN A FUEL LEAKAGE.,DEALERS WILL REPLACE THE LOWER INTAKE MANIFOLD ASSEMBLY. -07/02/1999,99V161001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V161001),Damon Corporation,DAMON/TUTHILL/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,49,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AIR SUSPENSIONS. THE FRONT WHEEL SPINDLE BEARING MAY HAVE EXCESSIVE PRELOAD DUE TO IMPROPER END PLAY SETTINGS.,"THIS BEARING PRELOAD IN COMBINATION WITH IMPROPER LUBRICATING OIL LEVELS CAN CAUSE PREMATURE FAILURE OF THE OUTER BEARING, AFFECTING THE STEERING ON THE MOTOR HOMES.","TUTHILL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE DEFLECTOR RING AND RESEATING, ADJUST THE WHEEL BEARINGS, ADD LUBRICATION, AND REPLACE THE HUBCAP." -07/02/1999,99V161002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V161002),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/TUTHILL/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,388,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AIR SUSPENSIONS. THE FRONT WHEEL SPINDLE BEARING MAY HAVE EXCESSIVE PRELOAD DUE TO IMPROPER END PLAY SETTINGS.,"THIS BEARING PRELOAD IN COMBINATION WITH IMPROPER LUBRICATING OIL LEVELS CAN CAUSE PREMATURE FAILURE OF THE OUTER BEARING, AFFECTING THE STEERING ON THE MOTOR HOMES.","TUTHILL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. TUTHILL WILL INSPECT THE DEFLECTOR RING AND RESEATING, ADJUST THE WHEEL BEARINGS, ADD LUBRICATION, AND REPLACE THE HUBCAP." -07/02/1999,99V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V172000),FREIGHTLINER LLC,FREIGHTLINER/AXLE CLAMPS,SUSPENSION,FL-241,Vehicle,204,"VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH TUFTRAC SUSPENSIONS. THE REAR SUSPENSION AXLE CLAMPS CAN FRACTURE, ALLOWING THE REAR AXLE TO SHIFT.","THIS CONDITION COULD CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL NEW UPPER AND LOWER AXLE CLAMPS. -07/02/1999,99V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V175000),"THOMAS BUILT BUSES, INC.",SEAT BELT TETHER BELTS,SEATS,NR (Not Reported),Vehicle,744,"VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES EQUIPPED WITH AIR SUSPENSION DRIVER SEAT. TETHER BELTS USED TO ANCHOR THE SEAT BELT ASSEMBLY TO THE FLOOR WERE NOT INSTALLED ON BUSES EQUIPPED WITH AN AIR RIDE DRIVER SEAT. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL THE TETHER BELT ASSEMBLY. -07/02/1999,99V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V176000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 124/ACCELERATOR PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1307,"VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES EQUIPPED WITH ELECTRONIC ENGINES. THE BOTTOM EDGE OF THE ACCELERATOR PEDAL CAN CATCH ON THE FLOOR MAT WHEN THE PEDAL IS FULLY DEPRESSED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""","IF THE ACCELERATOR PEDAL CATCHES ON THE FLOOR MAT, ENGINE OVERSPEED COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A NEW ACCELERATOR PEDAL MOUNTING BRACKET TO RAISE THE ACCELERATOR SO THE PEDAL DOES NOT CATCH ON THE FLOOR MAT. -07/02/1999,99V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V173000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 222,SEATS,NR (Not Reported),Vehicle,2175,"VEHICLE DESCRIPTION: SCHOOL BUSES. RESTRAINING BARRIERS AND REINFORCEMENT PLATES MAY BE INSTALLED INCORRECTLY. NUTS USED TO SECURE THE PLATE THE FLOOR MAY BE MISSING OR THE REINFORCEMENT PLATE MAY BE MOUNTED IN A NON-STANDARD LOCATION. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE BARRIERS AND PLATES, INSTALL ANY NUTS THAT ARE MISSING, AND MOUNT THE REINFORCEMENT PLATE CORRECTLY." -07/02/1999,99V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V174000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FUEL TANK STRAP FASTENERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,274,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES BUILT ON GENERAL MOTORS CHASSIS. TO INSTALL THE NEW ALUMINUM MINOTOUR BODY, TWO FUEL TANK STRAP FASTENERS WERE LOOSENED. RE-TIGHTENING THESE FASTENERS CAN RESULT IN LOSS OF CLAMP LOAD, RESULTING IN THE FUEL TANK FALLING OFF THE VEHICLE.","IF THE FUEL TANK FELL, FUEL LEAKAGE COULD OCCUR, INCREASING THE RISK OF A FIRE OR EXPLOSION.",DEALERS WILL REPLACE THE FASTENERS. -07/02/1999,99V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V177000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/WARNING LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1123,VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES EQUIPPED WITH CUMMINS ISB OR CATERPILLAR 3126 ENGINES. A DECAL THAT WARNS OF THE DANGER OF USING ETHER OR OTHER STARTING FLUIDS IN THE ENGINE AIR INTAKE SYSTEM WAS OMITTED. THE LABEL SHOULD BE LOCATED ON THE FIXED HEADLIGHT PANEL ON THE FRONT OF THE BUS.,"THE ELECTRICAL PREHEATER ELEMENT COULD POSSIBLY BE IGNITED BY STARTING FLUID SPRAYED INTO THE AIR INTAKE SYSTEM, RESULTING IN EXPLOSION AND POSSIBLE PERSONAL INJURY TO THOSE IN AND AROUND THE BUS.",OWNERS WILL BE PROVIDED WITH A WARNING LABEL AND INSTALLATION INSTRUCTIONS. -07/01/1999,99C022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99C022000),"COSCO, INC.",COSCO/INFANT CAR SEAT,CHILD SEAT,NR (Not Reported),Child Seat,670000,"EQUIPMENT DESCRIPTION: INFANT CAR SEATS/CARRIERS WITH MANUFACTURE DATE CODES BETWEEN 030195 THROUGH 090997. THE ARRIVA MODEL NUMBERS ARE 02-665, 02-732, 02-756, 02-729, 02-733, 02-757, 02-731, AND 02-751. THE TURNABOUT MODEL NUMBERS ARE 02-667, 02-758, 02-759, 02-760, 02-761, 02-762, 02-763, 02-764, AND 02-765. WHEN USED AS AN INFANT CARRIER, THE HANDLE LOCKS ON EACH SIDE OF THE SEAT CAN UNEXPECTEDLY RELEASE, CAUSING THE SEAT TO FLIP FORWARD.","WHEN THIS HAPPENS, THE INFANT COULD FALL TO THE GROUND AND SUFFER SERIOUS INJURIES.",COSCO WILL PROVIDE OWNERS WITH A FREE REPAIR KIT THAT WILL MAKE THE HANDLE STRONGER. -07/01/1999,99V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V169000),NOVA BUS INCORPORATED,NOVA BUS/SLACK ADJUSTER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,350,VEHICLE DESCRIPTION: 40 FOOT TRANSIT BUSES EQUIPPED WITH MERITOR REAR CAM BRAKES AND HALDEX AUTOMATIC SLACK ADJUSTERS AND SOLD TO NEW YORK CITY TRANSIT AUTHORITY. THE SLACK ADJUSTERS CAN CRACK.,"BRAKE EFFECTIVENESS COULD BE REDUCED, INCREASING THE RISK OF A CRASH.","OWNERS ARE REQUESTED TO REPLACE THE CURB-SIDE SLACK ADJUSTERS EVERY 3,000 MILES. NOVABUS WILL REIMBURSE OWNERS FOR THE PARTS AND LABOR THROUGH THEIR STANDARD WARRANTY CLAIM PROCEDURES." -06/30/1999,99V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V167000),"Ferrari North America, Inc.",FERRARI/FUEL LINES,"FUEL SYSTEM, GASOLINE",167,Vehicle,268,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL SUPPLY AND RETURN LINES CAN LEAK IF THE ALUMINUM BARREL NUT ATTACHING THE LINES IS TIGHTENED IN EXCESS OF THE REQUIRED TORQUE.,THIS CONDITION COULD RESULT IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL SUPPLY AND RETURN LINES WITH NEW UPDATED LINES, WHICH HAVE THE BARREL NUT MADE OF STEEL." -06/30/1999,99V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V168000),"Ferrari North America, Inc.",FERRARI/FUEL LINES,VISIBILITY,168,Vehicle,248,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEATER HOSES ARE EXPOSED TO THE DRIVER SIDE FOOTWELL.,"SHOULD A LEAK OCCUR, THE DRIVER'S FOOT COULD GET SCALDED.",DEALERS WILL INSTALL A PROTECTIVE PANEL OVER THE HEATER HOSES. -06/30/1999,99V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V166000),"Ferrari North America, Inc.",FERRARI/STEERING,STEERING,166,Vehicle,118,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STEERING MAY BECOME STIFF DUE TO OVERHEATING OF THE POWER STEERING FLUID CAUSING DAMAGE TO THE HYDRAULIC SEALS IN THE STEERING BOX AND STEERING PUMP.,THIS CONDITION COULD CAUSE DECREASED STEERING ABILITY DURING PARKING PROCEDURES.,"DEALERS WILL REPLACE THE POWER STEERING COOLING COIL, OIL TANK, OIL LINES, PUMP, AND BOX." -06/30/1999,99V165001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V165001),"Winnebago Industries, Inc.",WINNEBAGO/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,438,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A FORD CHASSIS. THE BRAKE SYSTEM WARNING INDICATOR LAMP IS NOT IN THE CORRECT POSITION IN THE INSTRUMENT CLUSTER. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE BULB/SOCKET ASSEMBLY MAY NOT FUNCTION PROPERLY.,DEALERS WILL PLACE THE BRAKE SYSTEM WARNING INDICATOR LAMP IN THE CORRECT POSITION. -06/29/1999,99V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V162000),Blue Bird Body Company,BLUE BIRD/SUSPENSION,SUSPENSION,R99DA,Vehicle,204,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH RIDEWELL TAG AXLES. SOME OF THE RIDEWELL TAG AXLE AND SUSPENSION ASSEMBLIES HAVE THE BRAKE S-CAMS INCORRECTLY INSTALLED.,"THIS CONDITION COULD INCREASE THE STOPPING DISTANCE OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS FOR INSPECTING THE BRAKE S-CAM AND IF FOUND INCORRECT, INSTRUCTIONS FOR CORRECTION OF THE S-CAM INSTALLATION." -06/29/1999,99V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V163000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/TIRES,TIRES,90625,Vehicle,17,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH GOODYEAR G159 11R22.5 TIRES. IN A FULLY LOADED VEHICLE, THE TIRES ON THE FRONT AXLE MAY BE LOADED PAST THEIR RATED CARRYING CAPACITY.",THIS OVERLOAD COULD CAUSE PREMATURE TIRE WEAR AND POSSIBLE TIRE FAILURE.,"DEALERS WILL REPLACE THESE TIRES WITH MICHELIN XZA 295/80R22.5 TIRES AND RE-RATE THE FRONT GAWR TO 13,700 LBS. OWNERS WILL ALSO BE PROVIDED WITH THE PROPER DOCUMENTATION SUPPORTING THE WEIGHT RATING CHANGE." -06/29/1999,99V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V164000),Ford Motor Company,FORD/SECONDARY HOOD LATCH,LATCHES/LOCKS/LINKAGES,99S18,Vehicle,854288,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE SECONDARY HOOD LATCH MAY CORRODE AT THE LATCH PIVOT AND STICK IN THE OPEN POSITION.,"IF THIS OCCURS AND THE PRIMARY HOOD LATCH IS EITHER NOT ENGAGED OR IS RELEASED, A HOOD FLY-UP COULD OCCUR.",DEALERS WILL INSTALL A SECONDARY HOOD LATCH WITH COMPONENTS THAT ARE COATED PRIOR TO ASSEMBLY FOR IMPROVED LATCH PIVOT CORROSION PROTECTION. -06/28/1999,99V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V155000),"Suzuki Motor USA, LLC",SUZUKI/FRONT SEAT BELT LOWER ANCHOR BOLTS,SEAT BELTS,SE,Vehicle,1273,"VEHICLE DESCRIPTION: 2-DOOR PASSENGER VEHICLES. DURING PORT INSTALLATION OF REAR STEREO SPEAKERS, THE FRONT SEAT BELT LOWER ANCHOR BOLTS WERE REMOVED TO FACILITATE THE REAR SPEAKER INSTALLATION AND MAY NOT HAVE BEEN TORQUED TO SPECIFICATION AFTER INSTALLATION OF THE SPEAKERS.","IN THE EVENT OF A CRASH, THE SEAT BELTS MAY NOT PROPERLY RESTRAIN AN OCCUPANT INCREASING THE RISK OF INJURY.",DEALERS WILL RETORQUE BOTH OF THE FRONT SEAT BELT LOWER ANCHOR BOLTS TO SPECIFICATION. -06/28/1999,99V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V154000),"Suzuki Motor USA, LLC",SUZUKI/REAR STEREO SPEAKER WIRE,EQUIPMENT,SE,Vehicle,1273,"VEHICLE DESCRIPTION: 2-DOOR PASSENGER VEHICLES. DURING PORT INSTALLATION OF REAR STEREO SPEAKERS, THE VEHICLES WIRING HARNESS COULD HAVE BEEN PINCHED BETWEEN THE REAR STEREO SPEAKER AND SPEAKER RETAINING PLATE.",AN ELECTRICAL SHORT COULD OCCUR DUE TO THE PINCHED WIRES.,"DEALERS WILL INSPECT THE POSITION/CONDITION OF THE REAR WIRING HARNESS AND REPAIR THE WIRING HARNESS, IF NECESSARY." -06/24/1999,99V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V157000),Honda (American Honda Motor Co.),HONDA/AIR INTAKE RESONATOR,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,31097,"VEHICLE DESCRIPTION: MINIVAN. IN EXTREMELY COLD, WET WEATHER, ICE CAN FORM IN THE THROTTLE BODY PREVENTING THE THROTTLE RETURN TO THE IDLE POSITION. THIS COULD CAUSE THE THROTTLE TO REMAIN OPEN EVEN THOUGH THE DRIVER HAS REMOVED HIS OR HER FOOT FROM THE ACCELERATOR PEDAL.","IF THE VEHICLE CONTAINS TO MAINTAIN SPEED WHEN THE DRIVER IS EXPECTING THE VEHICLE TO SLOW, A CRASH COULD OCCUR.",DEALERS WILL DRILL TWO ADDITIONAL DRAIN HOLES IN THE BOTTOM OF THE RESONATOR. -06/24/1999,99V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V159000),Honda (American Honda Motor Co.),HONDA/REMOTE DOOR CONTROL,LATCHES/LOCKS/LINKAGES,K65,Vehicle,6714,VEHICLE DESCRIPTION: MINIVAN. THE POWER DOOR LOCK REMOTE CONTROL ACTUATOR UNLATCHES THE DOOR IN RESPONSE TO INPUT FROM THE REMOTE TRANSMITTER. EXCESSIVE GREASE IN THE ACTUATOR COULD CAUSE A SLOW RETURN OF THE ACTIVATION LEVER TO THE PROPER LATCHING POSITION.,"IF THE ACTIVATION LEVER HAS NOT RETURNED TO THE PROPER LATCHING POSITION BY THE TIME THE SLIDING DOOR CLOSES, THE DOOR WILL NOT LATCH.",DEALERS WILL REPLACE THE POWER DOOR LOCK REMOTE CONTROL ASSEMBLY. -06/24/1999,99V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V158000),Honda (American Honda Motor Co.),HONDA/SLIDING DOOR LATCH,LATCHES/LOCKS/LINKAGES,K64,Vehicle,19830,VEHICLE DESCRIPTION: MINIVAN. THE SLIDING DOORS MAY NOT LATCH PROPERLY.,"AN IMPROPERLY LATCHED DOOR COULD OPEN UNEXPECTEDLY WHILE THE VEHICLE IS IN MOTION. UNDER CERTAIN CIRCUMSTANCES, A DOOR COULD OPEN COMPLETELY. AN UNRESTRAINED REAR SEAT PASSENGER COULD FALL OUT OF AN OPEN DOOR OF A MOVING VEHICLE AND BE SERIOUSLY INJURED OR KILLED.",DEALERS WILL REPLACE THE DOOR LATCH ASSEMBLY. -06/23/1999,99E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E021000),"Caterpillar, Inc.",CATERPILLAR/DIESEL ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,33700,"EQUIPMENT DESCRIPTION: MECHANICALLY UNIT INJECTED DIESEL ENGINES. THE GOVERNOR OF THE ENGINE CONTROLS THE UNIT INJECTOR FUELING BY WAY OF A CONTROL ASSEMBLY. IN THIS ASSEMBLY, A LINK TO THE GOVERNOR IS JOINED TO THE CONTROL ROD USING A RIVET. THIS RIVET CAN LOOSEN AND THEN WEAR RESULTING IN ENGINE SPEED INSTABILITY.","IF NOT IDENTIFIED AND CORRECTED, ENGINE SPEED CONTROL COULD BE LOST DUE TO RIVET DISENGAGEMENT.",DEALERS WILL INSPECT THE CONTROL ASSEMBLY AND REPLACED IF NECESSARY. -06/23/1999,99V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V160000),OTTAWA TRUCK CORPORATION,OTTAWA/AIR BRAKE VALVE WIRING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,842,"VEHICLE DESCRIPTION: YARD TRACTORS EQUIPPED WITH ABS BRAKING SYSTEMS. THE WIRES FOR THE ""HOLD"" AND ""EXHAUST"" FUNCTIONS IN THE AIR BRAKE MODULATOR VALVE ARE REVERSED IN THE ELECTRICAL CONNECTOR.","IN AN ANTILOCK BRAKING CONDITION, THIS COULD CAUSE THE BRAKES TO MALFUNCTION.",OWNERS WILL BE PROVIDED WITH THE REQUIRED PARTS AND INSTALLATION INSTRUCTIONS TO CORRECT THE WIRING HARNESS ALONG WITH THE CUSTOMER NOTICE. -06/23/1999,99V187001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V187001),Volvo Trucks North America,VOLVO TRUCKS/CATERPILLAR/DIESEL ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,162,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR 3116 MECHANICALLY UNIT INJECTED DIESEL ENGINES. THE GOVERNOR OF THE ENGINE CONTROLS THE UNIT INJECTOR FUELING BY WAY OF A CONTROL ASSEMBLY. IN THIS ASSEMBLY, A LINK TO THE GOVERNOR IS JOINED TO THE CONTROL ROD USING A RIVET. THIS RIVET CAN LOOSEN AND THEN WEAR RESULTING IN ENGINE SPEED INSTABILITY.","IF NOT IDENTIFIED AND CORRECTED, ENGINE SPEED CONTROL COULD BE LOST DUE TO RIVET DISENGAGEMENT.",CATERPILLAR IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE CONTROL ASSEMBLY AND REPLACED IF NECESSARY. -06/22/1999,99V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V156000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/TRAILER HITCH BOLT,TRAILER HITCHES,90611,Vehicle,417,VEHICLE DESCRIPTION: MOTOR HOMES. THE BOLTS HOLDING THE TRAILER HITCH TO THE MOTOR HOME FRAME ARE THE INCORRECT LENGTH.,THESE BOLTS CAN LOOSEN RESULTING IN SEPARATION OF THE TRAILER HITCH FROM THE MOTOR HOME.,"DEALERS WILL REMOVE THE EXISTING BOLTS AND REPLACE WITH CORRECTLY SIZED NUTS, LOCK WASHERS, AND BOLTS." -06/22/1999,99V188002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V188002),"Entrans International, LLC",POLAR/EMCO/FUEL VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,221,"VEHICLE DESCRIPTION: TANK TRUCKS AND TRAILERS USING EMCO WHEATON EMERGENCY DISCHARGE VALVES. THE SHEAR GROOVE IS TOO CLOSE TO THE SEAL FACE OF THE VALVE. IN CERTAIN SIDE IMPACT COLLISIONS, THE MATERIAL AROUND THE VALVE SEAT CAN TEAR.","THIS CAN RESULT IN THE POSSIBILITY OF FUEL LEAKAGE FROM THE TANK TRUCK, INCREASING THE RISK OF A FIRE.",EMCO WILL REPLACE THE AFFECTED VALVES WITH ANOTHER VALVE THAT DOES NOT CONTAIN THE DESIGN DEFECT. -06/18/1999,99V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V153000),RELIANCE TRAILER COMPANY,RELIANCE/FRAME CRACKS,STRUCTURE,NR (Not Reported),Vehicle,26,VEHICLE DESCRIPTION: FLATBED TRAILERS. SMALL HAIRLINE CRACKS CAN DEVELOP IN THE MAIN FRAMES.,A FRACTURE OF THE MAIN FRAMES CAN RESULT INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THE BOTTOM FLANGES. -06/18/1999,99E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E020000),TUTHILL TRANSPORT TECHNOLOGIES,TUTHILL/SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,1767,EQUIPMENT DESCRIPTION: AIR SUSPENSIONS INSTALLED ON SPARTAN MOTOR HOMES. THE FRONT WHEEL SPINDLE BEARING MAY HAVE EXCESSIVE PRELOAD DUE TO IMPROPER END PLAY SETTINGS.,"THIS BEARING PRELOAD IN COMBINATION WITH IMPROPER LUBRICATING OIL LEVELS CAN CAUSE PREMATURE FAILURE OF THE OUTER BEARING, AFFECTING THE STEERING ON THE MOTOR HOMES.","DEALERS WILL INSPECT THE DEFLECTOR RING AND RESEATING, ADJUST THE WHEEL BEARINGS, ADD LUBRICATION, AND REPLACE THE HUBCAP." -06/17/1999,99V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V152000),Glendale Recreational Vehicles,GLENDALE/FIFTH WHEEL BRAKE WIRE,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,239,VEHICLE DESCRIPTION: FIFTH WHEEL TRAVEL TRAILERS. THE BRAKE WIRES MAY BE PINCHED BETWEEN THE FRAME AND THE UNDERBELLY WHICH COULD CAUSE CHAFING OF THE WIRE.,THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT OR BRAKE FAILURE.,"DEALERS WILL INSPECT THE TRAILERS AND WILL TRIM THE UNDERBELLY BACK AND PROTECT THE WIRE FROM ANY SHARP EDGES. IF THE WIRE IS CHAFED IN ANY WAY, IT WILL BE REPLACED." -06/15/1999,99V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V018000),Blue Bird Body Company,BLUE BIRD/PASSENGER SEATS,SEATS,R99CN,Vehicle,41260,VEHICLE DESCRIPTION: SCHOOL BUSES. THE WALL SIDE ATTACHING BOLTS FOR SOME OF THE PASSENGER SEATS MAY HAVE BEEN INSTALLED TOO CLOSE TO THE EDGE OF THE SEAT LEDGE AND IN THE WRONG ATTACHING HOLE RESULTING IN WEAKENING OF THE SEAT LEDGE AT THE ATTACHMENT POINTS.,"IN THE EVENT OF A FRONTAL CRASH, THE REAR ATTACHING BOLT OF THESE SEATS COULD PULL OUT OF THE SEAT LEDGE INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.","BLUE BIRD WILL FURNISH TO DISTRIBUTORS AND OWNERS, PARTS AND INSTRUCTIONS NECESSARY TO STRENGTHEN THE PASSENGER SEAT ATTACHMENT AT THE WALL SIDE." -06/14/1999,99V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V146000),IC CORPORATION,AMTRAN/FMVSS 217/EXIT WINDOWS,VISIBILITY,99-305,Vehicle,1591,"VEHICLE DESCRIPTION: SCHOOL BUSES. SOME REAR EMERGENCY EXIT WINDOWS DO NOT MEET THE VERTICAL OPENING REQUIREMENTS AS SPECIFIED BY FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF A CRASH, PERSONAL INJURY COULD OCCUR.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS ON HOW TO IDENTIFY THE DEFECT AND REPAIR PROCEDURES. IF THE OWNER PREFERS, AN AMTRAN DEALER CAN PERFORM THE REMEDY FOR THEM." -06/14/1999,99V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V147000),Ford Motor Company,FORD/FMVSS 135/WARNING STATEMENT,"SERVICE BRAKES, HYDRAULIC",99S17,Vehicle,789723,"VEHICLE DESCRIPTION: MINIVANS. THE BRAKE FLUID MASTER CYLINDER IS RECESSED AND ORIENTED IN THE ENGINE COMPARTMENT SO THAT THE BRAKE FLUID WARNING STATEMENT EMBOSSED ON BOTH THE TOP OF THE FILLER CAP AND THE SIDE OF THE RESERVOIR BODY ARE NOT ENTIRELY VISIBLE BY DIRECT VIEW. THESE VEHICLES MAY NOT FULLY COMPLY WITH REQUIREMENTS OF FMVSS NO. 135, ""PASSENGER CAR BRAKE SYSTEMS.""",,OWNERS WILL BE PROVIDED WITH NEW LABELS AND INSTALLATION INSTRUCTIONS. -06/14/1999,99V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V148000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FMVSS 120/CERTIFICATION LABEL,EQUIPMENT,0097,Vehicle,116,"VEHICLE DESCRIPTION: MOTORCYCLES. THE CERTIFICATION LABEL WAS OMITTED. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF THE CORRECT TIRE INFORMATION IS NOT GIVEN, UNDERRATED TIRES COULD BE PLACED ON THE VEHICLE.",DEALERS WILL INSTALL A CERTIFICATION LABEL ON AFFECTED MOTORCYCLES. -06/14/1999,99V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V149000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FMVSS 122/BRAKE FLUID LABEL,"SERVICE BRAKES, HYDRAULIC",0097,Vehicle,116,"VEHICLE DESCRIPTION: MOTORCYCLES. THE BRAKE FLUID RESERVOIR IS NOT LABELED IN CONFORMANCE WITH REQUIREMENTS OF FMVSS NO. 122, ""MOTORCYCLE BRAKE SYSTEMS.""",,DEALERS WILL LABEL THE BRAKE FLUID RESERVOIR. -06/14/1999,99V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V150000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/FMVSS 123/CHOKE LEVER LABEL,EQUIPMENT,0097,Vehicle,116,"VEHICLE DESCRIPTION: MOTORCYCLES. THE MANUAL CHOKE LEVER IS NOT LABELED IN CONFORMANCE WITH REQUIREMENTS OF FMVSS NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS.""",,DEALERS WILL LABEL THE CHOKE LEVER. -06/14/1999,99V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V151000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/PART 575/OWNER'S MANUAL,EQUIPMENT,0097,Vehicle,116,VEHICLE DESCRIPTION: MOTORCYCLES. THE OWNER MANUAL DOES NOT CONTAIN THE PROPER OWNER NOTIFICATION AS SPECIFIED IN 49 CFR PART 575.6.,,OWNERS WILL BE PROVIDED WITH AN INSERT PAGE FOR THE OWNER'S MANUAL. -06/09/1999,99V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V145000),FREIGHTLINER LLC,FREIGHTLINER/AIR TANK DRAIN HEATER,"SERVICE BRAKES, AIR",FL-240,Vehicle,32,VEHICLE DESCRIPTION: FIRE TRUCKS EQUIPPED WITH AIR TANK DRAIN HEATERS. THE WIRING USED IN THE HARNESS FOR THE AIR TANK DRAIN HEATER IS UNDERSIZED.,"IF THERE IS A SHORT IN THE HEATER AND THE CIRCUIT BREAKER DOES NOT TRIP, THE HARNESS WILL OVERHEAT.",DEALERS WILL REPLACE THE HARNESS WITH ONE THAT HAS LARGER GAUGE WIRES. -06/09/1999,99V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V144000),FREIGHTLINER LLC,FREIGHTLINER/CIGARETTE LIGHTER,EQUIPMENT,FL-239,Vehicle,560,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE CIGARETTE LIGHTER IS LOCATED CLOSE TO THE FLOORBOARD WHERE AN OBJECT ON THE FLOOR MAY INADVERTENTLY HOLD THE CIGARETTE LIGHTER IN. THE LIGHTER CIRCUIT BREAKER ONLY PROTECTS THE CIRCUIT ON THE FIRST EVENT.,SUBSEQUENT EVENTS RESULT IN OVERHEATING WITH THE POSSIBILITY OF A DASH FIRE.,DEALERS WILL REPLACE THE CIGARETTE LIGHTER ELEMENT WITH ONE THAT HAS A PERIPHERAL RING AND PUSHBUTTON THAT PREVENTS INADVERTENT ACTIVATION. THE CIRCUIT PROTECTION WILL ALSO BE CHANGED FROM A BREAKER TO A FUSE. -06/09/1999,99V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V143000),FREIGHTLINER LLC,FREIGHTLINER/STEERING COLUMN BOLTS,STEERING,FL-238,Vehicle,666,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DUAL STEERING. THE STEERING COLUMN PINCH BOLTS MAY BE UNDER-TORQUED OR MISSING.,"THIS CONDITION COULD RESULT IN A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT FOR THE PRESENCE OF THE REQUIRED FASTENERS, INSTALL FASTENERS IS MISSING, AND RETORQUE TO SPECIFICATIONS." -06/08/1999,99I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I003000),"General Motors, LLC",GM/SEAT BACK,SEATS,NR (Not Reported),Vehicle,187459,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: MINIVANS EQUIPPED WITH FRONT BUCKET SEATS. THE FRONT SEAT RECLINER MECHANISM LOWER BOLTS CAN LOOSEN. A LOOSE BOLT COULD FATIGUE AND BREAK, RESULTING IN THE SEAT BACK FALLING REARWARD.","THE SEAT COULD SUDDENLY FALL BACKWARD, DISTRACTING THE DRIVER, INCREASING THE RISK OF A CRASH.","DEALERS WILL TIGHTEN OR REPLACE THE BOLTS AT NO CHARGE TO THE OWNERS. THIS POLICY IS IN EFFECT UNTIL JUNE 30, 2002." -06/04/1999,99E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E019000),EMCO WHEATON DTM,EMCO/FUEL VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2100,"EQUIPMENT DESCRIPTION: EMERGENCY DISCHARGE VALVES FOR GASOLINE TANKER TRUCKS. THE SHEAR GROOVE IS TOO CLOSE TO THE SEAL FACE OF THE VALVE. IN CERTAIN SIDE IMPACT COLLISIONS, THE MATERIAL AROUND THE VALVE SEAT CAN TEAR.","THIS CAN RESULT IN THE POSSIBILITY OF FUEL LEAKAGE FROM THE TANK TRUCK, INCREASING THE RISK OF A FIRE.",EMCO WILL REPLACE THE AFFECTED VALVES WITH ANOTHER VALVE THAT DOES NOT CONTAIN THE DESIGN DEFECT. -06/04/1999,99V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V142000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BATTERY CABLE,ELECTRICAL SYSTEM,90602,Vehicle,145,"VEHICLE DESCRIPTION: MOTOR HOMES. A GENERATOR BATTERY CABLE MAY HAVE BEEN ROUTED TOO CLOSE TO A NOTCH IN THE HEAT SHIELD, RESULTING IN DAMAGE TO THE BATTERY CABLE INSULATION.","THIS CAN LEAD TO AN ELECTRICAL SHORT, AND POSSIBLY A FIRE.","DEALERS WILL INSPECT AND REPAIR, INCLUDING REPLACEMENT OF ANY DAMAGED WIRING OR OTHER VEHICULAR COMPONENTS, IF NECESSARY." -06/04/1999,99V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V139000),"Rolls-Royce Motor Cars, Ltd.",ROLLS ROYCE/SEATS,SEATS,73 00 00 B0001,Vehicle,639,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE THERMOSTAT REGULATING THE TEMPERATURE OF THE HEATED SEATS WAS INCORRECTLY POSITIONED DURING ASSEMBLY. THIS INCORRECT POSITIONING CREATES THE POTENTIAL THAT THE SURFACE OF THE HEATED SEAT CAN REACH AN UNACCEPTABLY HIGH TEMPERATURE.,"IN EXTREME CASES, THIS COULD CAUSE DAMAGE TO ANY OBJECT IN CONTACT WITH THE SEAT CUSHION.",DEALERS WILL INSTALL AN ADDITIONAL TEMPERATURE CONTROL WITH EACH SEAT EQUIPPED WITH HEATING ELEMENTS. -06/03/1999,99V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V140000),BUELL MOTORCYCLE CO.,BUELL/AIR CLEANER,ENGINE AND ENGINE COOLING,0814,Vehicle,1177,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE MANUFACTURED WITH AN INCORRECT AIR CLEANER COMPONENT.,"THIS COMPONENT COULD RESTRICT AIR FLOW INTO THE FLOAT BOWL OF THE CARBURETOR, CAUSING FUEL TO OVERFLOW, WHICH COULD RESULT IN A FIRE. THIS COULD ALSO PREVENT SUFFICIENT FUEL FLOW, WHICH COULD CAUSE THE ENGINE TO MISFIRE OR STALL.",DEALERS WILL INSPECT THE FLOAT BOWL VENT ASSEMBLY FOR PROPER VENTING AND CORRECT THIS CONDITION IF NECESSARY. -06/02/1999,99I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I001000),Ford Motor Company,FORD/OVERHEAD CONSOLE BRACKET,STRUCTURE,99B10,Vehicle,15900,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: MINIVANS. THE OVERHEAD CONSOLE REAR RETAINING BRACKET CAN DEVELOP CRACKS AND SEPARATE, ALLOWING THE OVERHEAD CONSOLE TO BECOME LOOSE AND POSSIBLY FALL DOWN.","IF THE CONSOLE DOES FALL DOWN, IT COULD DISTRACT THE DRIVER OR POSSIBLY STRIKE A FRONT SEAT OCCUPANT.",DEALERS WILL INSTALL A REDESIGNED RETAINING BRACKET IN THE SAME LOCATION AS THE ORIGINAL RETAINING BRACKET. -06/02/1999,99V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V138000),"Jaguar Cars, Ltd.",JAGUAR\TRANSMISSION,POWER TRAIN,R478,Vehicle,189,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. FINE CRACKS WITHIN ONE OR MORE OF THE GEAR TEETH WITH IN THE GEAR TRAIN, INSIDE THE AUTOMATIC TRANSMISSION GEARBOX.","THIS CAN RESULT IN BREAKAGE OF THE GEAR TEETH POTENTIALLY CAUSING THE TRANSMISSION TO ""LOCK UP"" AT SPEEDS BELOW 15 MPH.",DEALERS WILL REPLACE THE AUTOMATIC GEARBOX. -06/01/1999,99V090002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V090002),DAEWOO MOTOR GUAM,DAEWOO GUAM\FMVSS 214/SIDE DOOR STRENGTH,AIR BAGS,NR (Not Reported),Vehicle,124,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 214, ""SIDE DOOR STRENGTH."" INCORRECT POSITION OF THE SIDE IMPACT PAD TO THE REAR, INSTEAD OF THE MIDDLE, OF THE DOOR ASSEMBLY.","IN THE EVENT OF A SIDE IMPACT ACCIDENT, THE PELVIC PROTECTION FOR THE DRIVER OR FRONT PASSENGER WOULD BE REDUCED.",DEALERS WILL CORRECT THE POSITION OF THE SIDE IMPACT PROTECTION PAD. -06/01/1999,99V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V137000),Ducati North America,DUCATI/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,800,VEHICLE DESCRIPTION: MOTORCYCLES. THE FRONT SPROCKET STOP PLATE ON THE GEARBOX TRANSMISSION SHAFT CAN COME OFF DAMAGING THE CHAIN.,"THIS CONDITION CAN THE DRIVER TO LOSE CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FRONT SPROCKET STOP PLATE. -05/27/1999,99V128002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V128002),PACCAR Incorporated,PACCAR/TRUCK HUB,SUSPENSION,99KW02,Vehicle,13,VEHICLE DESCRIPTION: TRUCKS ASSEMBLED WITH SKF LEVEL 2 TRUCK HUB UNITS (THU) RECEIVED FROM MERITOR. THESE HUBS CAN FATIGUE CRACK.,"THIS FATIGUE CRACKING CAN RESULT IN WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE HUBS WITH PRODUCTION LEVEL 3 HUBS. -05/25/1999,99V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V136000),Damon Corporation,DAMON/ELECTRICAL WIRING,ELECTRICAL SYSTEM,98-067,Vehicle,52,"VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE CHASSIS WIRING WAS INCORRECTLY ROUTED, CAUSING THE WIRE TO BE PINCHED BETWEEN THE FLOOR STRUCTURE AND THE FRAME CROSSMEMBER.",THIS COULD CAUSE AN ELECTRICAL SHORT.,DEALERS WILL INSPECT THE WIRING AND REPAIR THE WIRE IF CUT. -05/24/1999,99V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V134000),BUELL MOTORCYCLE CO.,BUELL/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1765,VEHICLE DESCRIPTION: MOTORCYCLES. THE POSITIVE BATTERY CABLE CAN CONTACT THE BATTERY CARRIER.,"SHOULD THIS OCCUR, THE MOTORCYCLE COULD STALL OR QUIT.",DEALERS WILL INSPECT THE POSITIVE BATTERY CABLE ROUTING AND CORRECT IT IF THERE IS ANY SIGN OF CONTACT. -05/24/1999,99V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V133000),BUELL MOTORCYCLE CO.,BUELL/REAR BRAKE RESERVOIR HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1765,"VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BRAKE RESERVOIR HOSE CAN CHAFE, RESULTING IN LOSS OF BRAKE FLUID.","SHOULD THIS OCCUR, THE RIDER COULD EXPERIENCE LOSS OF REAR BRAKING CAPABILITIES.",DEALERS WILL INSPECT THE REAR BRAKE RESERVOIR HOSE AND REPLACE THE HOSE IF NCESSARY. -05/24/1999,99I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I002000),Honda (American Honda Motor Co.),HONDA/THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ACCELERATOR PEDAL FEELS ROUGH OR NOTCHY WHEN YOU PRESS IT.",IT MAY FEEL LIKE THE CAR IS NOT RESPONDING PROPERLY WHEN TRAVELING AT LOW SPEEDS AND ARE REQUIRED TO MOVE THE ACCELERATOR PEDAL TO MAKE SLIGHT SPEED ADJUSTMENTS.,DEALERS WILL REPLACE THE THROTTLE CABLE. -05/24/1999,99V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V135000),Skyline Corporation,SKYLINE/TIRES,EQUIPMENT,NR (Not Reported),Vehicle,57,VEHICLE DESCRIPTION: MODEL 3740 PARK TRAILERS. THE GROSS VEHICLE WEIGHT RATING ON THESE UNITS WAS MISCALCULATED.,"THEREFORE, THE C-RANGE TIRES DO NOT HAVE SUFFICIENT CARGO CARRYING CAPACITY.",DEALERS WILL REPLACE THE TIRES AND THE CERTIFICATION LABEL. -05/21/1999,99V131001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V131001),"Volkswagen Group of America, Inc.",VW/BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",UH/KU,Vehicle,88121,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. A CONTROL VALVE IN THE VACUUM HOSE CONNECTING THE BRAKE BOOSTER TO THE INTAKE MANIFOLD MAY NOT OPEN OR CLOSE FULLY AT TEMPERATURES BELOW -4 F UNDER CERTAIN DRIVING CONDITIONS.,THIS CONDITION COULD CAUSE INSUFFICIENT VACUUM TO BE PROVIDED TO THE BRAKE BOOSTER.,DEALERS WILL INSTALL A VACUUM BY-PASS SYSTEM INTO VEHICLES OPERATED IN THESE STATES WHICH IS DESIGNED TO PROVIDE SUFFICIENT VACUUM FOR FULL BRAKE ASSIST UNDER ALL WEATHER CONDITIONS. -05/20/1999,99V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V130000),"General Motors, LLC",GM/INTERIOR/SEATS,SEATS,NR (Not Reported),Vehicle,59381,"VEHICLE DESCRIPTION: EXTENDED-CAB PICKUP TRUCKS EQUIPPED WITH HIGH-BACK BUCKET SEATS. THE SEAT RECLINER TO FRAME ATTACHING BOLTS CAN LOOSEN, FATIGUE, AND FRACTURE ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION." -05/20/1999,99V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V129000),"Nissan North America, Inc.",NISSAN/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. ONE OF THE DIODES USED IN THE ALTERNATOR MAY HAVE BEEN DAMAGED WHEN BUILT. THIS CAN EVENTUALLY RESULT IN FAILURE OF THE DIODE AND AN ELECTRICAL SHORT WHICH COULD MELT THE PLASTIC HOUSING.,"IF THE COMBUSTIBLE GAS EMITTED BY THE MELTING PLASTIC DOES NOT DISPERSE DUE TO AIR FLOW THROUGH THE ENGINE COMPARTMENT, IT COULD IGNITE AND IN TURN IGNITE THE FAN GUIDE IN THE ALTERNATOR.",DEALERS WILL REPLACE THE ALTERNATOR. -05/20/1999,99V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V132000),"Suzuki Motor USA, LLC",SUZUKI/CAM CHAIN TENSION ADJUSTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,7828,VEHICLE DESCRIPTION: MOTORCYCLES. THE CAM CHAIN TENSION ADJUSTER DOES NOT PROVIDE CONSISTENT TENSION TO THE CAM CHAIN IN THE ENGINE CAUSING ABNORMAL ENGINE SOUNDS.,THIS COULD LEAD TO CAM CHAIN BREAKAGE OR OVER SEVERE ENGINE DAMAGE. IT COULD ALSO CAUSE SUDDEN ENGINE FAILURE.,DEALERS WILL REPLACE THE ORIGINAL CAM CHAIN TENSION ADJUSTER AND UPPER CAM CHAIN GUIDE NO. 2 WITH A REVISED CAM CHAIN TENSION ADJUSTER AND UPPER CAM CHAIN GUIDE NO. 2. THE DEALER WILL INSPECT AND MAY REPLACE OTHER ENGINE COMPONENTS WHICH MAY HAVE BEEN DAMAGED BECAUSE OF CAM CHAIN TENSION ADJUSTER FAILURE. -05/19/1999,99V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V124000),Ford Motor Company,FORD/SPEED CONTROL SWITCH,ELECTRICAL SYSTEM,99S15,Vehicle,262695,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SPEED CONTROL DEACTIVATION SWITCH CAN DEVELOP A RESISTIVE SHORT IN THE ELECTRICAL CIRCUIT THAT COULD POTENTIALLY RESULT IN AN UNDERHOOD FIRE. A FIRE IS POSSIBLE BOTH WHEN THE VEHICLE IS RUNNING AND WHEN THE VEHICLE ENGINE IS OFF. ALSO, THE SHORT COULD DISABLE THE SPEED CONTROL SYSTEM OR CAUSE THE BRAKE LIGHT FUSE TO OPEN.",A FIRE CAN ORIGINATE IN THE LEFT FRONT UNDERHOOD AREA.,"DEALERS WILL INSTALL A NEW SPEED CONTROL DEACTIVATION SWITCH AND CONNECTOR SHELL. OWNER NOTIFICATION BEGAN MAY 20, 1999." -05/19/1999,99E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E018000),"General Motors, LLC",GM/SIDE DOOR REAR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,11115,"EQUIPMENT DESCRIPTION: AFTERMARKET PARTS (REAR SLIDING DOOR LATCH, 14048271) FOR 1983-1996 CHEVROLET AND GMC G VANS EQUIPPED WITH SLIDING SIDE DOORS. THESE REAR DOOR LATCHES WILL REPLACE THOSE LATCHES THAT WERE IMPROPERLY RIVETED.","IN THE EVENT OF A CRASH, THE DOOR MAY OPEN, INCREASING THE RISK OF PERSONAL INJURY TO OCCUPANTS INSIDE THE VEHICLE.","DEALERS WILL INSPECT THEIR RECORDS TO DETERMINE THE NAME AND ADDRESS OF THE PURCHASER OF THE DOOR LATCHES, AND THE DEALERS WILL FOLLOW-UP WITH THESE CUSTOMERS TO HAVE THE LATCHES REPLACED." -05/19/1999,99V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V126000),"General Motors, LLC",GM/SIDE DOOR REAR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,282,"VEHICLE DESCRIPTION: CHEVROLET AND GMC G VANS EQUIPPED WITH SLIDING SIDE DOORS AND REMEDIED DURING SAFETY CAMPAIGN (95V197/95-C-58) BETWEEN JULY 18, 1997 AND FEBRUARY 6, 1999. THE SLIDING SIDE-DOOR REAR LATCH WAS REPLACED WITH A LATCH THAT WAS IMPROPERLY RIVETED.","IN THE EVENT OF A VEHICLE CRASH, THE DOOR MAY NOT PERFORM AS REQUIRED AND INCREASED INJURIES COULD RESULT.",DEALERS WILL REPLACE THE SLIDING DOOR REAR LATCH. -05/19/1999,99V066004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V066004),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/LOWER BALL JOINT BOOT,SUSPENSION,NR (Not Reported),Vehicle,3789,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE RUBBER BOOTS, AND IF THE BOOT IS DAMAGED, THEY WILL REPLACE THE LOWER LATERAL ARM AND BALL JOINT ON THE AFFECTED VEHICLES." -05/19/1999,99V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V125000),Toyota Motor Corporation,TOYOTA/LOWER BALL JOINTS,SUSPENSION,NR (Not Reported),Vehicle,2737,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO INADEQUATE LUBRICATION OF THE INSIDE OF THE LOWER BALL JOINTS, EXCESSIVE WEAR CAN OCCUR CAUSING DAMAGE TO THE LOWER BALL JOINTS. SEPARATION OF THE LOWER BALL JOINTS FROM THE STEERING KNUCKLE ARMS COULD OCCUR.","THIS CONDITION COULD LEAD TO A LOSS OF CONTROL OF THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE LOWER BALL JOINTS. -05/18/1999,99V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V127000),Blue Bird Body Company,BLUE BIRD/TAG AXLE,SUSPENSION,NR (Not Reported),Vehicle,26,"VEHICLE DESCRIPTION: MOTOR HOME COACHES EQUIPPED WITH RIDEWELL FOLLOWING TAG AXLES. THE RIDEWELL FOLLOWING TAG AXLE LOCKING CYLINDERS CAN ALLOW THE TAG AXLE TO OFF-STEER, CAUSING A REAR END OVERSTEER PROBLEM.","OVERSTEERING OF THE REAR AXLE COULD CAUSE, WITHOUT WARNING, AN UNEXPECTED SHIFT IN THE COACH TRAVEL DIRECTION, INCREASING THE RISK OF A CRASH.",DEALERS WILL MODIFY THESE COACHES TO CORRECT THE OVERSTEER PROBLEM. -05/18/1999,99V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V123000),Ford Motor Company,FORD/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",99S16,Vehicle,15681,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE RIGHT FRONT BRAKE LINE TO THE HYDRAULIC CONTROL UNIT (HCU) CONNECTION COULD SEPARATE CAUSING THE LINE TO LEAK WHEN THE BRAKE PEDAL IS APPLIED.,"THIS COULD RESULT IN A LOSS OF BRAKE PRESSURE TO THE FRONT WHEELS, INCREASING THE STOPPING DISTANCE.",DEALERS WILL REPLACE THE FLARE NUT ON THE BRAKE LINE. -05/18/1999,99E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E017000),ARVINMERITOR AUTOMOTIVE,MERITOR/REAR DRIVE AXLE ASSEMBLIES,SUSPENSION,NR (Not Reported),Equipment,184,EQUIPMENT DESCRIPTION: REAR DRIVE AXLE ASSEMBLIES EQUIPPED WITH MERITOR 3213-S-1865 SPINDLES. THESE AXLES WERE ONLY SUPPLIED TO NOVA BUS. THE SPINDLES USED ON THESE AXLES MAY NOT HAVE THE INTENDED QUENCH AND TEMPER PROCESSING.,"THIS CONDITION COULD CAUSE THE SPINDLES TO FRACTURE IN SERVICE, INCREASING THE RISK OF A CRASH.","MERITOR WILL INSPECT AND, IF NECESSARY, REPLACE THE DEFECTIVE SPINDLES." -05/18/1999,98V120013,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120013),"Stoughton Trailers, LLC",STOUGHTON/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,13,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -05/17/1999,99V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V119000),Blue Bird Body Company,BLUE BIRD/TAG AXLES,SUSPENSION,R99CT,Vehicle,10,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH RIDEWELL TAG AXLES. THE RIDEWELL TAG AXLE CASTER CONTROL ARM BOLTS CAN BACK OUT OF THE NUT SECURING IT, ALLOWING THE TAG AXLE TO MOVE OUT OF ALIGNMENT.","THIS CONDITION COULD CAUSE THE VEHICLE TO PULL TO ONE SIDE, POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REPAIR THESE VEHICLES. -05/14/1999,99V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V122000),Ducati North America,DUCATI/HANDLEBARS,STEERING,NR (Not Reported),Vehicle,1496,VEHICLE DESCRIPTION: MOTORCYCLES. IT IS POSSIBLE THAT THE HANDLEBAR CAN CRACK AFFECTING THE CONTROL OF THE MOTORCYCLE.,"IF THE HANDLEBAR BREAKS, THE DRIVER COULD LOSE CONTROL OF THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE HANDLEBAR. -05/14/1999,99V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V121000),"ENTREPRISES USA, INC.",ENTREPRISES/CLIMBING TRAILERS,TRAILER HITCHES,NR (Not Reported),Vehicle,5,VEHICLE DESCRIPTION: 20 FOOT TRAILERS. THE TOW PACKAGE MUST BE CORRECTLY ADJUSTED TO PARTICULAR VEHICLE USED FOR OPTIMUM TOWABILITY.,"SWAYING COULD OCCUR IF NOT PROPERLY ADJUSTED, INCREASING THE RISK OF LOSS OF CONTROL OF THE TRAILER.",DEALERS WILL INSTALL A ANTI-SWAY CONTROL DEVICE. -05/13/1999,99T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T006000),FALKEN TIRE CORPORATION,FALKEN/TIRE BLOW OUT,TIRES,NR (Not Reported),Tire,1065,"TIRE DESCRIPTION: RADIAL A/P, LT245/75R16, 10 PR, LOAD RANGE E, TIRES MANUFACTURED FROM JANUARY 1996 THROUGH JUNE 1997 (SERIAL NOS. ENDING016 AND 267), INSTALLED ON ALFA IDEAL TRAILER MODEL 235 (ID35RLT). IF THE TIRES ARE NOT PROPERLY INFLATED OR IF THE ALFA IDEAL MODEL 235 TRAILER IS OVERLOADED, THE RAISED WHITE RUBBER SIDE LETTER CAN SEPARATE FROM THE BLACK RUBBER SIDEWALL OF THE TIRE.","THIS CONDITION COULD CAUSE A TIRE BLOW OUT, INCREASING THE RISK OF A CRASH.","FALKEN WILL REPLACE THE TIRES, INCLUDING THE SPARE." -05/12/1999,99V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V118000),Shyft Group,SPARTAN/SEAT BELT RETENTION,SEAT BELTS,SPEC 98049,Vehicle,1753,"VEHICLE DESCRIPTION: FIRE TRUCKS. THESE FIRE TRUCKS ARE ALL 4-DOOR MODELS WHICH CONTAIN DUAL, FORWARD FACING PASSENGER SEATS. THE HARDWARE UTILIZED TO MOUNT THE SEAT BOX TO THE CAB FLOOR AND TO THE BACKWALL STRUCTURE, AND ALSO TO MOUNT THE TYPE 1 SEAT BELT SYSTEMS, WAS INADEQUATE TO MEET THE REQUIREMENTS OF FMVSS NOS. 207/210, """"""SEATING SYSTEMS"" AND ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT BOX MOUNTING/RESTRAINING HARDWARE CAN LOOSEN OR FAIL ALLOWING THE SEAT/SEAT BOX ASSEMBLY TO BREAK FREE OF ITS MOUNTING TO THE CAB FLOOR AND/OR BACKWALL WHICH COULD CAUSE INJURY TO THE OCCUPANTS OF THOSE SEATS.,DEALERS WILL REPLACE THE SEAT BOX MOUNTING FASTENERS. -05/10/1999,99T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T005000),Cooper Tire & Rubber Co.,COOPER/FMVSS 119,TIRES,NR (Not Reported),Tire,2,"TIRE DESCRIPTION: P215/60R15 TUBELESS RADIAL STANDARD LOAD NON-ADJ USED TIRES (SERIAL NOS. UTMW651447). THESE TIRES WERE PRODUCED WITHOUT TREADWEAR INDICATORS THAT PROVIDE A VISUAL INDICATION WHEN THE TIRES ARE WORN TO A TREAD DEPTH OF 1/16 INCH. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.""",THIS CONDITION COULD AFFECT THE LONG TERM SERVICE LIFE OF THE TIRE.,"DEALERS WILL INSPECT THESE TIRES AND REPLACE, MOUNT AND BALANCE THE NEW TIRE AT NO CHARGE." -05/10/1999,99V090001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V090001),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICOFMVSS 214/SIDE DOOR STRENGTH,AIR BAGS,NR (Not Reported),Vehicle,9794,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 214, ""SIDE DOOR STRENGTH."" INCORRECT POSITION OF THE SIDE IMPACT PAD TO THE REAR, INSTEAD OF THE MIDDLE, OF THE DOOR ASSEMBLY.","IN THE EVENT OF A SIDE IMPACT ACCIDENT, THE PELVIC PROTECTION FOR THE DRIVER OR FRONT PASSENGER WOULD BE REDUCED.",DEALERS WILL CORRECT THE POSITION OF THE SIDE IMPACT PROTECTION PAD. -05/10/1999,99E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E015000),Honda (American Honda Motor Co.),HONDA/ACCESSORY FLOOR MATS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,943005,"EQUIPMENT DESCRIPTION: ACCESSORY DRIVER-SIDE FLOOR MATS USED IN 1996-1998 HONDA CIVIC VEHICLES. DUE TO THE SHAPE OF THE FLOOR ON THESE VEHICLES, A MISPOSITIONED FLOOR MAT COULD INTERFERE WITH THE ACCELERATOR PEDAL.",THE FLOOR MAT COULD PREVENT THE ACCELERATOR PEDAL FROM RETURNING TO THE IDLE POSITION.,"IF A CUSTOMER HAS A GENUINE HONDA DRIVER-SIDE FLOOR MAT, DEALERS WILL INSTALL A POSITIVE FLOOR MAT RETENTION SYSTEM CONSISTING OF A GROMMET IN THE FLOOR MAT AND A PIN BRACKET IN THE CAR." -05/10/1999,99V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V069000),Honda (American Honda Motor Co.),HONDA/BALL JOINTS,SUSPENSION,NR (Not Reported),Vehicle,124875,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN VEHICLES WERE MANUFACTURED WITH BALL JOINTS THAT CAN PREMATURELY WEAR OUT AND, IN THE WORSE CASE, THE BALL JOINT WOULD SEPARATE CAUSING THE FRONT SUSPENSION TO COLLAPSE.",THIS CONDITION WOULD RESULT IN VEHICLE DECELERATION AND A SUDDEN LOSS OF POWER. ALSO STEERING CONTROLLABILITY WOULD BE REDUCED.,DEALERS WILL REPLACE THE FRONT SUSPENSION LOWER BALL JOINTS. -05/10/1999,99V069001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V069001),Isuzu Motors Limited,ISUZU/BALL JOINTS,SUSPENSION,NR (Not Reported),Vehicle,104,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN VEHICLES WERE MANUFACTURED WITH BALL JOINTS THAT CAN PREMATURELY WEAR OUT AND, IN THE WORSE CASE, THE BALL JOINT WOULD SEPARATE CAUSING THE FRONT SUSPENSION TO COLLAPSE.",THIS CONDITION WOULD RESULT IN VEHICLE DECELERATION AND A SUDDEN LOSS OF POWER. ALSO STEERING CONTROLLABILITY WOULD BE REDUCED.,DEALERS WILL REPLACE THE FRONT SUSPENSION LOWER BALL JOINTS. -05/10/1999,99V055004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V055004),Volvo Trucks North America,VOLVO TRUCKS/AIR BRAKES,"SERVICE BRAKES, AIR",RVXX9903,Vehicle,285,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR AIR BRAKE AUTOMATIC SLACK ADJUSTERS. SOME OF THE AUTOMATIC SLACK ADJUSTERS HAD INSUFFICIENT TORQUE APPLIED TO THE GUIDE PAWL CAP SCREW.,"WITHOUT SUFFICIENT TORQUE ON THE GUIDE PAWL CAP SCREW, THE BRAKES COULD GRADUALLY LOSE ADJUSTMENT, INCREASING THE VEHICLE STOPPING DISTANCE.","DEALERS WILL CHECK THE TORQUE ON THE AUTOMATIC SLACK ADJUSTER GUIDE PAWL. IF THERE IS NO TORQUE, THE BRAKES WILL BE ADJUSTED AND THE GUIDE PAWL WILL BE TIGHTENED TO 15-20 FT. LBS." -05/06/1999,99V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V104000),BUELL MOTORCYCLE CO.,BUELL/FUEL TANK MOUNTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10556,"VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A FUEL TANK MOUNT SYSTEM THAT COULD, IN THE EVENT OF A CRASH, ALLOW THE FUEL TANK TO SEPARATE FROM THE MOTORCYCLE.",THIS COULD RESULT IN AN EXPLOSION OR FIRE.,DEALERS WILL REPLACE THE FUEL TANK MOUNT SYSTEM. -05/06/1999,99V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V105000),BUELL MOTORCYCLE CO.,BUELL/FUEL TANK VENT VALVE ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12321,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A FUEL TANK VENT VALVE ASSEMBLY THAT COULD BECOME PLUGGED.,"UNDER CERTAIN CONDITIONS, THIS COULD CAUSE THE CARBURETOR TO OVERFLOW FUEL WHICH COULD RESULT IN A FIRE. THIS CONDITION COULD ALSO PREVENT SUFFICIENT FUEL FLOW, WHICH COULD CAUSE THE ENGINE TO MISFIRE OR STALL.",DEALERS WILL REPLACE THE FUEL TANK VENT VALVE ASSEMBLY. -05/06/1999,99V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V107000),BUELL MOTORCYCLE CO.,BUELL/REAR SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,8950,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A REAR SHOCK ABSORBER FRONT EYE THAT COULD BREAK.,"IF THE SHOCK EYE SHOULD BREAK, THE UNDERSIDE OF THE VEHICLE WILL DRAG ON THE GROUND POSSIBLY CAUSING LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE THE REAR SHOCK ABSORBER. -05/06/1999,99V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V106000),BUELL MOTORCYCLE CO.,BUELL/SWINGARM,SUSPENSION,NR (Not Reported),Vehicle,8950,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A SWINGARM THAT COULD BREAK.,"IF THE SWINGARM SHOULD BREAK, LOSS OF VEHICLE CONTROL COULD OCCUR.",DEALERS WILL REPLACE THE SWINGARM. -05/06/1999,99V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V113000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG DEPLOYMENT,AIR BAGS,818,Vehicle,736824,"VEHICLE DESCRIPTION: MINI VANS. THE WIRING THAT INITIATES THE DRIVER AND/OR PASSENGER AIR BAG COULD ELECTRICALLY SHORT CIRCUIT TO GROUND. A SHORT CIRCUIT TO GROUND THAT EXISTS IMMEDIATELY AFTER TURNING THE IGNITION KEY TO THE ""ON"" OR ""START"" POSITION CAN CAUSE THE AIR BAG(S) TO INADVERTENTLY DEPLOY.",INADVERTENT AIR BAG DEPLOYMENT CAN INJURE A FRONT SEAT OCCUPANT.,DEALERS WILL PERFORM AN ELECTRONIC DIAGNOSTIC CHECK. ANY SHORT CIRCUITS IDENTIFIED IN EITHER THE DRIVER'S OR PASSENGER SIDE AIR BAG INITIATOR WIRE CIRCUIT WILL BE REPAIRED. -05/06/1999,99V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V116000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/FMVSS 108/DAYTIME LIGHTS,EXTERIOR LIGHTING,829,Vehicle,1635,"VEHICLE DESCRIPTION: MINI VANS BUILT FOR FLEET SALES ONLY. THE HEADLAMP MODULE DOES NOT IDENTIFY THE PARK LAMP AS ""DRL"" AS REQUIREMENT OF FMVSS 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE VEHICLES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108.,"ALL FLEET OWNERS/OPERATORS WILL BE MAILED NON-REMOVABLE DECALS WITH THE REQUIRED ""DRL"" LETTERS." -05/06/1999,99V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V115000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HYDRAULIC CLUTCH LINE,POWER TRAIN,828,Vehicle,8883,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH MANUAL TRANSMISSION, V10 ENGINES AND FOUR-WHEEL-DRIVE TRANSFER CASES. UNDER SUSTAINED MAXIMUM RATED VEHICLE LOAD, WHILE DRIVING UP A STEEP GRADE IN FOUR-WHEEL-DRIVE LOW RANGE IN HOT AMBIENT CONDITIONS, THE LOCAL EXHAUST TEMPERATURE PROXIMATE TO THE HYDRAULIC CLUTCH LINE CAN GENERATE LINE TEMPERATURES THAT EXCEED THE TEMPERATURE LIMIT OF THE CLUTCH LINE MATERIAL. IF THIS CONDITION OCCURS AND THE CLUTCH IS DEPRESSED, THE LINE COULD RUPTURE.",THE FLUID COULD IGNITE ON THE HOT EXHAUST POSSIBLY RESULTING IN A VEHICLE FIRE.,DEALERS WILL REPLACE THE HYDRAULIC CLUTCH ASSEMBLY. -05/06/1999,99V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V117000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/INSTRUMENT PANEL SCREWS,UNKNOWN OR OTHER,830,Vehicle,1989,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE LEFT SIDE AND RIGHT SIDE INSTRUMENT PANEL WIRING GROUND ATTACHMENT SCREWS COULD LOOSEN OVER TIME.,"IF THE LEFT SIDE SCREW LOOSENS, THE INSTRUMENT PANEL GAUGES MAY NOT FUNCTION WHEN THE HEADLAMPS ARE TURNED ON. IF THE RIGHT SIDE SCREW LOOSENS, THE DEFROSTER BLOWER MOTOR MAY NOT FUNCTION.","DEALERS WILL REMOVE THE GROUND SCREWS, DRILL A NEW PILOT HOLE ADJACENT TO THE ORIGINAL HOLE, AND THE SCREWS WILL BE REINSTALLED IN THE NEW HOLES." -05/06/1999,99I004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99I004000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LABEL,STRUCTURE,NR (Not Reported),Vehicle,175000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE CONVERTIBLE TOP COVER IS NOT INSTALLED CORRECTLY, IT CAN SEPARATE UNEXPECTEDLY FROM THE VEHICLE WHILE DRIVING.","IF THE COVER SEPARATES WHILE DRIVING, IT COULD DISTRACT THE DRIVER INCREASING THE RISK OF A CRASH.",OWNERS WILL RECEIVE AN IMPROVED CONVERTIBLE TOP COVER INSTRUCTION LABEL AND INSTALLATION INSTRUCTIONS. -05/06/1999,99V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V114000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER CONTROL ARM,SUSPENSION,826,Vehicle,744,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT SUSPENSION LOWER CONTROL ARMS MAY HAVE BEEN INADEQUATELY WELDED BETWEEN THE PIVOT TUBE AND THE ARM.,"THIS INADEQUATE WELDING COULD ALLOW THE TUBE TO SEPARATE FROM THE ARM, RESULTING IN A LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE THE LOWER CONTROL ARM. -05/06/1999,99V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V110000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 101,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1166,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THESE VEHICLES DO NOT COMPLY WITH THE DASH LIGHT INTENSITY REQUIREMENT OF FMVSS NO. 101, ""CONTROLS AND DISPLAYS.""",THE OPERATOR WOULD NOT BE ABLE TO CONTROL THE INTENSITY OF THE DASH LIGHTING.,DEALERS WILL REPLACE THE DASH LIGHT DIMMER SWITCH. -05/06/1999,99V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V111000),FREIGHTLINER LLC,FREIGHTLINER/HYDRAULIC BRAKE TUBE ROUTING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,185,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HYDRAULIC BRAKES. THE HYDRAULIC BRAKE TUBE TO THE FRONT LEFT BRAKE CAN CONTACT THE BOTTOM FRAME RAIL FLANGE.,"THIS CONDITION COULD RESULT IN A LOSS OF BRAKE FLUID, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE BRAKE TUBE WITH ONE THAT PROVIDES CLEARANCE TO THE FRAME RAIL. -05/06/1999,99V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V109000),"SAAB CARS USA, INC.",SAAB/AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,26116,VEHICLE DESCRIPTION: PASSENGER VEHICLES. MOISTURE CAN ENTER THE AIR BAG INFLATABLE RESTRAINT ELECTRONIC CONTROL MODULE (ECM) AND CAUSE CORROSION ON PORTIONS OF THE ECM PRINTER CIRCUIT BOARDS.,"THIS CORROSION CAN POSSIBLY CREATE OPEN CONNECTIONS IN CIRCUITS WHICH CONTROL THE RESTRAINT DEPLOYMENT, POSSIBLY CAUSING INADVERTENT AIR BAG DEPLOYMENT.","DEALERS WILL INSPECT THE EXTERIOR OF THE ECM. IF THERE IS NO INDICATION OF MOISTURE, A COVER WILL BE INSTALLED OVER THE ECM. IF THERE IS INDICATION OF MOISTURE, THE DEALER WILL REPLACE THE ECM AND INSTALL A COVER OVER THE NEW ECM." -05/06/1999,99V128001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V128001),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/TRUCK HUB,SUSPENSION,W-9901,Vehicle,1,VEHICLE DESCRIPTION: TRUCKS ASSEMBLED WITH SKF LEVEL 2 TRUCK HUB UNITS (THU) RECEIVED FROM MERITOR. THESE HUBS CAN FATIGUE CRACK.,"THIS FATIGUE CRACKING CAN RESULT IN WHEEL SEPARATION, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE HUBS WITH PRODUCTION LEVEL 3 HUBS. -05/05/1999,99V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V103000),Ford Motor Company,FORD/HEADLIGHT SWITCH/WIRING HARNESS,EXTERIOR LIGHTING,99S14,Vehicle,605581,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TERMINALS AT THE HEADLIGHT SWITCH AND WIRING HARNESS CONNECTOR CAN EXPERIENCE HEAT DAMAGE AS A RESULT OF OVERHEATING.,"THE DAMAGE COULD RESULT IN DISTORTION OF THE TERMINAL CAUSING AN OPEN CIRCUIT IN THE INSTRUMENT PANEL ILLUMINATION, PARKING LAMP, AND TAIL LAMP CIRCUITS.","DEALERS WILL INSTALL A HEADLAMP SWITCH WIRING CONNECTOR CONTAINING BRONZE TERMINALS AND AN INSPECTION, AND REPLACEMENT IF NECESSARY, OF THE HEADLAMP SWITCH." -05/05/1999,99V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V108000),FREIGHTLINER LLC,FREIGHTLINER/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,36,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DUAL STEERING. THE STEERING COLUMN WELDS ON THESE VEHICLES CAN FRACTURE, ALLOWING THE STEERING COLUMN TO SEPARATE.",A COMPLETE LOSS OF VEHICLE STEERING ON THE AFFECTED SIDE COULD OCCUR.,DEALERS WILL REPLACE THESE STEERING COLUMNS. -05/05/1999,98E013001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E013001),MHT LUXURY ALLOYS,MHT LUXURY ALLOYS/FMVSS 120,WHEELS,NR (Not Reported),Equipment,19854,"EQUIPMENT DESCRIPTION: ALUMINUM LIGHT TRUCK RIMS. THESE RIMS FAIL TO COMPLY WITH THE MARKING REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF COMPLETE TIRE INFORMATION IS NOT AVAILABLE, UNDER RATED TIRES COULD BE PLACED ON THE VEHICLE CAUSING EXCESSIVE TIRE WEAR OR POSSIBLE TIRE BLOWOUTS.","THESE WHEEL RIMS WILL BE EXCHANGED FOR COMPLYING, PROPERLY MARKED WHEEL RIMS." -05/05/1999,99E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E014000),MHT LUXURY ALLOYS,MHT LUXURY ALLOYS/FMVSS 120,WHEELS,NR (Not Reported),Equipment,237,"EQUIPMENT DESCRIPTION: ALUMINUM LIGHT TRUCK RIMS. THESE RIMS FAIL TO COMPLY WITH THE MARKING REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF COMPLETE TIRE INFORMATION IS NOT AVAILABLE, UNDER RATED TIRES COULD BE PLACED ON THE VEHICLE CAUSING EXCESSIVE TIRE WEAR OR POSSIBLE TIRE BLOWOUTS.","THESE WHEEL RIMS WILL BE EXCHANGED FOR COMPLYING, PROPERLY MARKED WHEEL RIMS." -05/04/1999,99V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V101000),"FTCA, Inc.",FLEETWOOD FOLDING TRAILER/TIRE CLEARANCE,STRUCTURE,NR (Not Reported),Vehicle,630,"VEHICLE DESCRIPTION: FOLDING TRAILERS. IMPROPER TIRE CLEARANCE (LESS THAN 5/8"") BETWEEN THE WHEEL AND FRONT FRAME CROSS MEMBER CAN RESULT IN THE TIRE RUBBING THE METAL FRAME.","A LOSS OF TIRE TREAD, OVERHEATING, AND POSSIBLE TIRE FAILURE COULD OCCUR.",DEALERS WILL INSPECT THE TRAILERS AND CORRECT TIRE CLEARANCE. -05/04/1999,99V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V102000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/WINDSHIELD WIPER ASSEMBLY,VISIBILITY,NR (Not Reported),Vehicle,4553,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DANA/SPRAGUE WINDSHIELD WIPER ASSEMBLIES. THE KNURLED PIVOT SHAFT (WHICH OPERATES THE WINDSHIELD WIPER ARM) IS WELDED TO A LEVER, WHICH CONNECTS TO LINKAGE FROM THE WIPER MOTOR. THE WELD AT THE PIVOT SHAFT TO LEVER CAN FAIL.","SHOULD A FAILURE OCCUR DURING INCLEMENT WEATHER ON THE DRIVER'S SIDE WHILE THE VEHICLE IS IN MOTION, THE OPERATOR'S VISION WOULD BE PARTIALLY OBSCURED.","DEALERS WILL INSPECT THE WIPER SYSTEM, CONDUCTING A ""STALL"" TEST TO VALIDATE THE INTEGRITY OF THE WELD. ALL WIPER ASSEMBLIES FAILING THIS TEST WILL BE REPLACED." -05/03/1999,99E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E013000),ALCOA AL. CO. OF AMER.,ALCOA/WHEELS,WHEELS,NR (Not Reported),Equipment,17,"EQUIPMENT DESCRIPTION: FORGED ALUMINUM BUS WHEELS, SIZE 22.5"" X 8.25"", PART NO. 883613, AND SHIPPED TO OEMS. THESE WHEELS ARE BELOW DESIGN SPECIFICATIONS AND INTERNAL REQUIREMENTS WHICH CAN CAUSE THE UNSUPPORTED OPEN END OF THE WHEEL TO DEFORM, RESULTING IN SUDDEN LOSS OF AIR.","LOSS OF AIR PRESSURE AND POSSIBLE TIRE/RIM SEPARATION FROM THE VEHICLE COULD RESULT IN LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",ALCOA WILL REPLACE THESE WHEELS. -05/03/1999,99V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V100000),"BMW of North America, LLC",BMW/BRAKE RETAINING CLIP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,31067,VEHICLE DESCRIPTION: PASSENGER VEHICLES. IT IS POSSIBLE THAT THE RETAINING CLIP THAT SECURES THE BRAKE BOOSTER PUSHROD TO THE BRAKE PEDAL ARM WAS NOT PROPERLY INSTALLED DURING PRODUCTION. IT IS POSSIBLE FOR THE CLIP TO DETACH FROM THE PIN ON THE BRAKE PEDAL ARM ALLOWING THE PUSHROD TO DISCONNECT FROM THE ARM.,"IF THIS OCCURS, BRAKING IS NOT POSSIBLE.",DEALERS WILL INSPECT THE CLIP FOR TIGHT INSTALLATION AND REPLACE THE CLIP IF IT IS LOOSE. -04/29/1999,99V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V095000),BUELL MOTORCYCLE CO.,BUELL/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3878,VEHICLE DESCRIPTION: MOTORCYCLES. MOTION OF THE BATTERY CABLE CAN LEAD TO BREAKAGE OF ITS TERMINAL.,THIS CONDITION CAN CAUSE THE ENGINE TO STALL/QUIT WHEN RIDING.,DEALERS WILL INSPECT AND/OR REPLACE THE NEGATIVE BATTERY CABLE. -04/29/1999,99V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V096000),BUELL MOTORCYCLE CO.,BUELL/REAR BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1765,"VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BRAKE LINE CAN CHAFE, RESULTING IN LOSS OF BRAKE FLUID.","SHOULD THIS OCCUR, THE RIDER COULD EXPERIENCE LOSS OF REAR BRAKING CAPABILITIES.",DEALERS WILL REPLACE THE REAR BRAKE LINE. -04/29/1999,99V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V097000),BUELL MOTORCYCLE CO.,BUELL/SIDESTAND SWITCH,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,10255,VEHICLE DESCRIPTION: MOTORCYCLES. THESE MOTORCYCLES WERE BUILT WITH A SIDESTAND SWITCH THAT COULD BECOME INOPERATIVE,THIS CONDITION CAN CAUSE THE ENGINE TO STALL/QUIT WHEN RIDING.,DEALERS WILL REPLACE THE SIDESTAND SWITCH. -04/29/1999,99V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V099000),Ford Motor Company,FORD/WHEEL LUG NUTS,WHEELS,NR (Not Reported),Vehicle,53784,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH FOUR-WHEEL-DRIVE (4X4), 17"" CHROME STEEL WHEELS. THE CLAMP LOAD CAN BE LOST ON THE WHEEL LUGS DUE TO INSUFFICIENT WHEEL CONTACT AREA WITH THE HUB. IN SOME CASES, THE CONTACT AREA CAN DEFORM, RESULTING IN A LOSS OF LUG NUT TORQUE.",LOSS OF LUG NUT TORQUE CAN CAUSE VIBRATION OR SEPARATION OF A WHEEL AND TIRE FROM THE VEHICLE.,DEALERS WILL RE-TORQUE THE WHEEL LUGS TO PROPER SPECIFICATIONS AND ALSO INSTALL A LABEL THAT SPECIFIES THAT THE WHEEL LUGS BE TORQUED TO 110 LB-FT ANY TIME THE WHEEL IS REMOVED. -04/29/1999,99V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V098000),HART TRAILERS,HART/HORSE TRAILER SAFETY CABLE,TRAILER HITCHES,NR (Not Reported),Vehicle,133,"VEHICLE DESCRIPTION: BUMPER-PULL HORSE TRAILERS. THE SAFETY CABLES, USED TO MAINTAIN A CONNECTION BETWEEN THE TRAILER AND TOW VEHICLE, ARE NOT EQUIPPED WITH THIMBLES AND THUS DO NOT CONFORM TO SAE J684.","THE CABLE COULD FAIL ALLOWING THE TRAILER/TOW VEHICLE TO SEPARATE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL NEW SAFETY CABLES WITH THIMBLES, WHICH CONFORM TO SAE J684." -04/28/1999,99V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V094000),Ford Motor Company,FORD/TRANSFER CASE/DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,10951,"VEHICLE DESCRIPTION: ALL WHEEL DRIVE PASSENGER MINIVANS. (THIS INCLUDES ALL 1992 AWD AEROSTARS NOT PREVIOUSLY INCLUDED IN SAFETY RECALL 97V-204/97S83). THESE VEHICLES CAN DEVELOP POWERTRAIN BENDING RESONANCE OR TRANSFER CASE OUTPUT SHAFT BUSHING DISPLACEMENT. THE POWERTRAIN BENDING RESONANCE OR THE OUTPUT SHAFT BUSHING DISPLACEMENT CAN RESULT IN STRUCTURAL FAILURE OF THE TRANSMISSION AND/OR TRANSFER CASE. FLUID EXPLUSION, DRIVESHAFT SEPARATION OR LOSS OF VEHICLE DRIVE CAN RESULT.","THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, AND, IF THE EXPELLED FLUID CONTACTS THE EXHAUST SYSTEM, A VEHICLE FIRE COULD OCCUR.",DEALERS WILL INSTALL A NEW TRANSFER CASE REAR OUTPUT SHAFT BUSHING AND AN ALUMINUM DRIVESHAFT WILL BE INSTALLED. -04/28/1999,99V041001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V041001),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/AUTOMATIC TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,5,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE AND AUTOMATIC TRANSMISSIONS. AUTOMATIC TRANSMISSION FLUID COULD BE VENTED ONTO THE HOT EXHAUST SYSTEM AS A RESULT OF UNANTICIPATED HEAT GENERATION IN THE TRANSMISSION.,THE VENTED TRANSMISSION FLUID COULD COME INTO CONTACT WITH THE HOT EXHAUST SYSTEM AND IGNITION OF THE TRANSMISSION FLUID COULD RESULT.,"DEALERS WILL MODIFY THE TRANSMISSION CONTROL UNIT TO LIMIT VEHICLE SPEED TO BELOW APPROXIMATELY 30 MILES PER HOUR WHEN THE VEHICLE IS OPERATED IN THE FOUR-WHEEL-DRIVE LOW RANGE, AN ADDITIONAL LABEL DESCRIBING THE PROPER USE OF FOUR-WHEEL-DRIVE LOW RANGE WILL BE PROVIDED, AND WILL RELOCATE THE TRANSMISSION BREATHER VENT. IN ADDITION, THE OWNER'S MANUAL WILL BE CORRECTED WITH THE PROPER INFORMATION TO REFLECT THE CHANGE TO THE SPEED LIMITATIONS IN THE FOUR-WHEEL-DRIVE LOW RANGE." -04/27/1999,99V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V090000),DAEWOO MOTOR AMERICA,DAEWOO/FMVSS 214/SIDE DOOR STRENGTH,STRUCTURE,NR (Not Reported),Vehicle,2929,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 214, ""SIDE DOOR STRENGTH."" INCORRECT POSITION OF THE SIDE IMPACT PAD TO THE REAR, INSTEAD OF THE MIDDLE, OF THE DOOR ASSEMBLY.","IN THE EVENT OF A SIDE IMPACT ACCIDENT, THE PELVIC PROTECTION FOR THE DRIVER OR FRONT PASSENGER WOULD BE REDUCED.",DEALERS WILL CORRECT THE POSITION OF THE SIDE IMPACT PROTECTION PAD. -04/27/1999,99V093001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V093001),Ford Motor Company,FORD/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,293650,"VEHICLE DESCRIPTION: GASOLINE AND DIESEL ENGINE PICKUP TRUCKS EQUIPPED WITH 6"" AND 8"" BEDS MANUFACTURED FROM JANUARY 5, 1998 THROUGH MARCH 21, 1999, DO NOT NOT FULLY SATISFY THE POST CRASH TEST STATIC ROLLOVER REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" SIX ATTACHMENT BOLTS (M12 BOLTS) MAY HAVE BEEN DAMAGED DURING THE 30 MPH FRONT BARRIER TEST ALLOWING THE BOLTS TO SHIFT OR BECOME DETACHED, RESULTING IN FUEL SPILLAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL AUGMENT THE BOX-TO-CHASSIS ATTACHMENT BY INSTALLING BOX-TO-CHASSIS RETAINING CABLES. -04/27/1999,99V093002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V093002),Ford Motor Company,FORD/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,102700,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH 6"" BEDS MANUFACTURED FROM JANUARY 5, 1998 THROUGH JUNE 4, 1999, DO NOT NOT FULLY SATISFY THE POST CRASH TEST STATIC ROLLOVER REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" CONTACT BETWEEN THE FUEL TANK AND A FUEL TANK LOCATOR BRACKET DURING A FRONT BARRIER IMPACT TEST RESULTED IN A CUT IN THE TANK, RESULTING IN FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL TANK LOCATOR BRACKET WITH A SIMILAR BRACKET WHOSE DESIGN HAS BEEN REVISED TO INCORPORATE MORE ROUNDED SURFACES WHERE CONTACT WITH THE TANK OCCURS. -04/27/1999,99V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V092000),"PREVOST CAR, INCORPORATED",PREVOST/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,116,VEHICLE DESCRIPTION: TRANSIT BUSES AND BUS SHELLS. SOME BRAKE LINE HOSES MAY HAVE BEEN MANUFACTURED USING HEATER HOSE MATERIAL INSTEAD OF BRAKE LINE HOSE MATERIAL. HEATER HOSES ARE NOT APPROPRIATE FOR USE AS BRAKE LINES BECAUSE THE OPERATING PRESSURE OF THE BRAKING SYSTEM IS MUCH HIGHER THAN THAT OF THE HEATING SYSTEM.,THIS COULD RESULT IN SUDDEN BRAKE LINE FAILURE.,DEALERS WILL REPLACE THE HEATER HOSES WITH CORRECT BRAKE LINE HOSES. -04/26/1999,99V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V086000),BUELL MOTORCYCLE CO.,BUELL/FRONT ISOLATOR MOUNT SYSTEM,SUSPENSION,0810,Vehicle,5208,VEHICLE DESCRIPTION: MOTORCYCLES. THE FRONT ISOLATOR MOUNT SYSTEM CAN LOSE CLAMP LOAD AND POSSIBLY BREAK.,"THIS COULD LEAD TO AN UNINTENDED DISTRACTION TO THE DRIVER, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FRONT ISOLATOR MOUNT SYSTEM. -04/26/1999,99V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V089000),"General Motors, LLC",GM/FMVSS 102/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,99333,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 4T65E AUTOMATIC TRANSMISSIONS. THESE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE."" A RETAINING CLIP, WHICH SECURES THE MANUAL VALVE TO THE LINKAGE OF THE TRANSMISSION DETENT LEVER, CAN BECOME LOOSE UNDER A COMBINATION OF POSSIBLE DRIVER SHIFTING MANEUVERS AND ALLOW THE LINK TO BECOME DISCONNECTED FROM THE MANUAL VALVE.","IF THE LINK DISCONNECTS, THE DRIVER'S INDICATED PRNDL STATE MAY DIFFER FROM THE HYDRAULIC STATE OF THE TRANSMISSION. IF THE DRIVER SELECTS 'DRIVE' AND THE TRANSMISSION IS ACTUALLY IN 'REVERSE', A VEHICLE CRASH COULD OCCUR.","DEALERS WILL REPLACE THE MANUAL VALVE/LINK ASSEMBLY WITH A REPLACEMENT MANUAL VALVE/LINK KIT, FEATURING A SPRING-TYPE FASTENER." -04/26/1999,99V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V088000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/WIRING HARNESS,ELECTRICAL SYSTEM,V-99-09,Vehicle,278,"VEHICLE DESCRIPTION: MOTORCYCLES. CHASSIS WIRING HARNESS CAN COME INTO CONTACT WITH THE REAR SHOCK ABSORBER, CAUSING DAMAGE TO THE HARNESS.",LOSS OF REAR TURN SIGNAL AND BRAKE/TAIL LIGHT FUNCTIONS COULD OCCUR.,DEALERS WILL RE-ROUTE THE TAIL LIGHT WIRING HARNESS AND ADD ONE TIE STRAP. -04/22/1999,99V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V087000),PACCAR Incorporated,PACCAR/WHEELS,WHEELS,499B,Vehicle,3405,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH ALCOA 984650 24.5 X 8.25 WHEELS. THE AFFECTED WHEELS WERE IMPROPERLY HEAT TREATED.,THIS CONDITION CAN LEAD TO AN OUT OF ROUNDNESS CONDITION CAUSING SEPARATION OF THE TIRE FROM THE WHEEL.,TIRES WILL BE REMOVED FROM THE WHEEL TO IDENTIFY THE HEAT LOT NUMBER AND WHEELS WITH THE AFFECTED LOT NUMBER WILL BE REPLACED. -04/20/1999,99V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V091000),"Champion Bus, Inc.",CHAMPION/POWER STEERING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18,VEHICLE DESCRIPTION: TRANSIT BUSES BUILT ON SPARTAN CHASSIS. HYDRAULIC FLUID RESERVOIR MAY BE MOUNTED LOWER THAN RECOMMENDED WHICH COULD REDUCE THE FLOW OF HYDRAULIC OIL TO THE POWER STEERING PUMP.,"INTERMITTENT LOSS OF POWER STEERING COULD OCCUR, INCREASING THE EFFORT NEEDED TO STEER THE VEHICLE.",DEALERS WILL INSPECT THE VEHICLES FOR THE RESERVOIR LOCATION AND THE RESERVOIR WILL BE RELOCATED. -04/20/1999,99V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V085000),FREIGHTLINER LLC,FREIGHTLINER/DRIVELINE FASTENERS,PARKING BRAKE,FL-230,Vehicle,1935,VEHICLE DESCRIPTION: TRUCKS EQUIPPED WITH A DRIVELINE PARKING BRAKE. THE FASTENERS THAT CONNECT THE END OF TRANSMISSION COMPANION FLANGE TO THE PARK DRUM AND DRIVELINE MAY LOOSEN.,"IF THIS IS UNDETECTED, THE FASTENERS MAY FATIGUE AND EVENTUALLY SHEAR OFF ALLOWING THE DRIVELINE TO SEPARATE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FLANGE FASTENERS FOR PROPER TORQUE AND REPLACE ANY FASTENERS FOUND LOOSE. IF THE FASTENERS ARE FOUND TO BE PROPERLY TORQUED, THEY WILL BE REMOVED, PERMALOCK WILL BE ADDED, AND THEN RETORQUED TO PROPER SPECIFICATIONS." -04/19/1999,99E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E012000),Toyota Motor Corporation,TOYOTA/TRAILER TOWING WIRING HARNESS,TRAILER HITCHES,NR (Not Reported),Equipment,20613,"TOWING HITCH KITS AND AFTERMARKET TRAILER TOWING WIRE HARNESS CONVERTERS FOR USE ON 1998-1999 LEXUS LX470, AND TOYOTA LAND CRUISERS. DUE TO INADEQUATE WATERPROOFING PERFORMANCE AND IMPROPER INSTALLATION LOCATION OF THE CONVERTER, WHICH IS MOUNTED ON THE EXTERIOR OF THE VEHICLE, AN ELECTRICAL SHORT CIRCUIT COULD OCCUR IF WATER ENTERS THE CONVERTER HOUSING.","THE SHORT CIRCUIT CAN CAUSE A FAILURE OF THE CONVERTER, AND IF A TRAILER IS BEING TOWED AT THE TIME, CAN ALSO CAUSE FAILURE OF THE TRAILER LIGHTS.",DEALERS WILL REPLACE THE CONVERTER. -04/16/1999,99V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V084000),"Jayco, Inc.",JAYCO/ELECTRICAL WIRING,EQUIPMENT,NR (Not Reported),Vehicle,259,"VEHICLE DESCRIPTION: MINI MOTOR HOMES. THE ELECTRICAL WIRE CAN COME IN CONTACT WITH THE REFRIGERATOR COOLING FINS, WITH POSSIBLE ELECTRICAL SHORTS.",THIS COULD RESULT IN FIRE.,DEALERS WILL RE-ROUTE THE ELECTRICAL POWER LINE. -04/15/1999,99V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V083000),"Triumph Motorcycles America, Ltd.",TRIUMPH/OIL SEEPAGE,ENGINE AND ENGINE COOLING,259,Vehicle,1198,VEHICLE DESCRIPTION: MOTORCYCLES. OIL CAN LEAK FROM BETWEEN THE CRANKCASE HALVES.,"THIS CAN RESULT IN OIL SPILLAGE FORWARD OF THE REAR TIRE AND COULD, IN SOME CASES, CAUSE VEHICLE INSTABILITY.",DEALERS WILL REPLACE THE LOWER CRANKCASE BOLTS. -04/14/1999,99V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V081000),"General Motors, LLC",GM/BRAKES,"SERVICE BRAKES, HYDRAULIC",99020,Vehicle,38,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES MAY HAVE BEEN BUILT WITH INCORRECT FRONT BRAKE ROTOR, BRAKE CALIPER ASSEMBLY, BRAKE PADS, AND CALIPER MOUNTING BRACKET ON EITHER THE LEFT OR RIGHT SIDE OF THE VEHICLE.","A VEHICLE WITH THIS CONDITION CAN PULL TO ONE SIDE DURING A BRAKING MANEUVER. IN ADDITION, VEHICLE STOPPING DISTANCE COULD BE INCREASED.","DEALERS WILL INSPECT FOR CORRECT BRAKE PARTS AND REPLACE ANY INCORRECT ROTORS, CALIPER ASSEMBLIES, BRAKE PADS, AND CALIPER MOUNTING BRACKETS." -04/14/1999,99V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V079000),"PREVOST CAR, INCORPORATED",PREVOST/HEIGHT CONTROL LEVER,SUSPENSION,SR99-20,Vehicle,81,VEHICLE DESCRIPTION: BUS SHELLS. THE HEIGHT CONTROL VALVE LEVER ATTACHED TO THE RADIUS ROD OF THE INDEPENDENT FRONT SUSPENSION MAY HAVE BEEN FASTENED WITHOUT USING LOCK WASHERS.,"THE LEVER CAN LOOSEN OVER TIME RESULTING IN IMPROPER SUSPENSION HEIGHT ADJUSTMENT, AND POSSIBLE LOSS OF VEHICLE CONTROL.",DEALERS WILL INSTALL TWO LOCK WASHERS ON THE U-BOLT RETAINING THE HEIGHT CONTROL VALVE LEVER. -04/13/1999,99V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V077000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,529,VEHICLE DESCRIPTION: TRANSIT BUSES. THE REAR BRAKE RELEASE TIME CAN EXCEED THE REQUIREMENTS OF FMVSS NO. 121.,A SLOW BRAKE RELEASE CAN CAUSE PREMATURE BRAKE WEAR WHICH IF LEFT UNCHECKED COULD LEAD TO BRAKE FAILURE AND VEHICLE CRASH.,DEALERS WILL INCREASE THE REAR BRAKE DELIVERY LINES AND THE REAR BRAKE SIGNAL LINE. -04/13/1999,99V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V078000),Volvo Trucks North America,VOLVO TRUCKS/ENGINE COOLING FAN,ENGINE AND ENGINE COOLING,RVXA9902,Vehicle,382,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS ASSEMBLED BY EITHER VOLVO GM HEAVY TRUCK CORPORATION OR VOLVO TRUCKS NORTH AMERICA, INC., AND WITH A 2,100 RPM DETROIT SERIES 60 ENGINE, AND A 32 INCH, 8 BLADE KYSOR ENGINE COOLING FAN. THE BLADES MAY SEPARATE FROM THE ENGINE COOLING FAN ASSEMBLY DURING FAN OPERATION AND FULL ENGINE RPM.",THIS CONDITION POSES A HAZARD TO ANYONE WORKING OR STANDING IN THE AREA OF THE ENGINE COOLING FAN WITHOUT WARNING WHEN THE HOOD IS OPEN.,DEALERS WILL REPLACE THE FACTORY INSTALLED ENGINE COOLING FAN. -04/13/1999,99V033004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033004),"WORLD TRANS, INC.",WORLD TRANS/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Vehicle,81,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",SPICER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -04/12/1999,99V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V076000),"COACHMEN INDUSTRIES, INC.",COACHMEN/ELECTRICAL WIRING,EQUIPMENT,NR (Not Reported),Vehicle,3073,VEHICLE DESCRIPTION: MOTOR HOMES WITH BASEMENT CONVERTERS AND BASEMENT FREEZERS. A GROMMET MAY BE MISSING ALLOWING THE 110-VOLT WIRE TO RUB AGAINST A METAL EDGE.,"IF A DIRECT SHORT WERE TO OCCUR, THE POTENTIAL EXISTS FOR A FIRE.","DEALERS WILL INSPECT THE MOTOR HOMES TO DETERMINE IF THE SUBJECT WIRES ARE PROPERLY PROTECTED. IF THEY ARE NOT, PROPER PROTECTION WILL BE ADDED, AND IF NECESSARY, THE WIRING WILL BE REPAIRED OR REPLACED." -04/12/1999,99V074001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V074001),FREIGHTLINER LLC,FREIGHTLINER/REAR AXLE HOUSINGS,POWER TRAIN,FL-234,Vehicle,139,VEHICLE DESCRIPTION: HEAVY DUTY VEHICLES EQUIPPED WITH MERITOR RS-17145 REAR AXLES. THE WELD ATTACHING THE SPINDLES TO THE HOUSING MAY NOT HAVE BEEN WELDED PROPERLY.,THE SPINDLE WELDS COULD FRACTURE WHILE IN SERVICE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THESE HOUSINGS WITH NEW PROPERLY-MANUFACTURED HOUSINGS. -04/12/1999,99V033003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033003),FREIGHTLINER LLC,FREIGHTLINER/TIE ROD ASSEMBLY,STEERING,FL-233,Vehicle,503,"VEHICLE DESCRIPTION: STEP VANS EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -04/12/1999,99V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V072000),"General Motors, LLC",GM/ALUMINUM WHEELS,WHEELS,99019,Vehicle,352,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH CHROME PLATED ALUMINUM WHEELS. SOME OF THESE WHEELS HAVE A MOUNTING SURFACE THAT WAS NOT MACHINED CORRECTLY, CAUSING THE WHEEL STUDS TO BREAK.","THE TIRE/WHEEL ASSEMBLY COULD SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE WHEELS AND REPLACE ALL WHEELS WITH DATE CODES INDICATING THAT THEY MAY NOT HAVE BEEN MACHINED CORRECTLY. THE WHEEL MOUNTING STUDS AT ANY LOCATION WHERE A SUSPECT WHEEL WAS INSTALLED WILL ALSO BE REPLACED. -04/12/1999,99V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V070000),"General Motors, LLC",GM/ELECTRICAL SHORT,ELECTRICAL SYSTEM,99013,Vehicle,29766,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN ELECTRICAL SHORT CAN DEVELOP IN THE GENERATOR, EVEN WHEN THE ENGINE IS OFF.",THE ELECTRICAL SHORT COULD CAUSE AN ENGINE COMPARTMENT FIRE THAT COULD SPREAD TO THE REST OF THE VEHICLE AND ANYTHING NEAR IT.,DEALERS WILL REPLACE THE GENERATOR. -04/12/1999,99V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V071000),"General Motors, LLC",GM/STEERING,STEERING,99014,Vehicle,59,"VEHICLE DESCRIPTION: PASSENGER MINI VANS. THE LEFT AND/OR RIGHT FRONT LOWER INSULATOR TO CRADLE CENTER METAL SLEEVE IS COLLAPSED, WHICH CAN RESULT IN LOSS OF CLAMP LOAD IN THE JOINT. IF THE CLAMP LOAD IS REDUCED OR LOST, THE BOLT CAN BE LOST OR BROKEN AND THE JOINT CAN SEPARATE.","IF NOT REPAIRED, SEPARATION OF THE OPPOSITE SIDE JOINT COULD OCCUR RESULTING IN STEERING SHAFT SEPARATION.",DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT LOWER CRADLE-TO-SUSPENSION INSULATORS AND THE ATTACHING BOLTS. -04/12/1999,99V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V075000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FRAME,STRUCTURE,NR (Not Reported),Vehicle,4249,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. THE MOUNTING BOLT FOR THE UPPER FRONT SHOCK ABSORBER BRACKET CAN LOOSEN IN SERVICE DUE TO THE OMISSION OF A FRAME REINFORCEMENT FROM THE UPPER SHOCK ABSORBER MOUNT. THE LOOSENED BOLT COULD THEN WORK IN THE FRAME RAIL-MOUNTING HOLE, WHICH COULD RESULT IN HAIRLINE CRACKING OF THE FRAME RAIL IN THE SHOCK ABSORBER MOUNTING AREA AND POSSIBLE FRACTURE OF THE SHOCK ABSORBER MOUNTING EYE AS WELL.",DISENGAGEMENT OF THE SHOCK(S) COULD RESULT IN A CRASH.,OWNERS WILL BE PROVIDED WITH REPAIR PARTS AND DETAILED REPAIR PROCEDURES. -04/08/1999,99V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V080000),"MAXIM TRUCK COMPANY, INC.",MAXIM/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,16,VEHICLE DESCRIPTION: CEMENT MIXERS EQUIPPED WITH RIDEWELL FRONT AIR RIDE SUSPENSIONS. THE HANGER FRONT SUSPENSION IS WEAK AND CAN FAIL.,FRONT STEERING WHEELS CAN COME LOOSE FROM THE FRAME RESULTING IN A LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE THE RIDEWELL FRONT AIR RIDE SUSPENSION WITH CONVENTIONAL SPRING SUSPENSIONS. -04/06/1999,99V033002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033002),Capacity of Texas,CAPACITY/TIE ROD ASSEMBLY,STEERING,NR (Not Reported),Vehicle,70,"VEHICLE DESCRIPTION: BUS CHASSIS EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",SPICER IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -04/06/1999,99V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V068000),"GEORGIE BOY MFG., LLC",GEORGIE BOY/FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,490,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON CHRYSLER M50 AND M60 CHASSIS. THE MAIN FUEL TANK IS SUPPORTED BY TWO METAL STRAPS. THESE SUPPORTING STRAPS CAN CORRODE OVER TIME AND ALLOW THE FUEL TANK TO FALL.,THIS TYPE OF FAILURE PRESENTS A HAZARD OF FIRE AND EXPLOSION.,"DEALERS WILL INSPECT THE FUEL TANK STRAPS AND WILL REPLACE ANY STRAPS THAT SHOW SIGNIFICANT LOSS OF INTEGRITY. DUE TO THE AGE OF THE CHASSIS, CHRYSLER NO LONGER PROVIDES REPLACEMENT FUEL TANK STRAPS. NEW REPLACEMENT STRAPS WILL BE FABRICATED FROM THE CHRYSLER DRAWINGS." -04/06/1999,99V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V067000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/FUEL INJECTION SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2779,"VEHICLE DESCRIPTION: MOTORCYCLES (VN1500-J1/L) EQUIPPED WITH A DIGITAL FUEL INJECTION SYSTEM AND A VEHICLE-DOWN SENSOR. THIS FEATURE IS DESIGNED TO PREVENT THE FUEL INJECTION SYSTEM FROM CONTINUING TO PUMP FUEL IF THE MOTORCYCLE FALLS DOWN, BY SHUTTING OFF THE IGNITION AND FUEL INJECTION PUMP. DURING BATTERY MAINTENANCE, THE VEHICLE-DOWN SENSOR CAN BE DISLODGED FROM ITS NORMAL MOUNTED POSITION. IF THE SENSOR IS OUT OF POSITION, THE MOTORCYCLE MAY NOT START OR MAY STALL DURING CERTAIN DRIVING MANEUVERS.","IF THE SENSOR IS NOT CORRECTLY INSTALLED, THE ENGINE CAN CRANK BUT NOT START OR THE ENGINE COULD STOP DURING CERTAIN RIDING SITUATIONS, LIKE LEANING OVER IN A TURN. SUDDEN LOSS OF ENGINE POWER COULD CAUSE THE OPERATOR TO LOSE THEIR BALANCE RESULTING IN INJURY OR DEATH.","DEALERS WILL INSPECT FOR PROPER MOUNTING OF THE SENSOR AND RE-INSTALL IF IT IS NOT IN THE CORRECT POSITION. DEALERS WILL ALSO AFFIX TO THE MOTORCYCLE FRAME, A WARNING LABEL THAT PROVIDES INSTRUCTIONS ON REPOSITIONING THE VEHICLE-DOWN SENSOR AFTER SERVICING THE BATTERY." -04/06/1999,99V055003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V055003),PACCAR Incorporated,PACCAR/AIR BRAKES,"SERVICE BRAKES, AIR",99KW01/99PB01,Vehicle,493,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR AIR BRAKE AUTOMATIC SLACK ADJUSTERS. SOME OF THE AUTOMATIC SLACK ADJUSTERS HAD INSUFFICIENT TORQUE APPLIED TO THE GUIDE PAWL CAP SCREW.,"WITHOUT SUFFICIENT TORQUE ON THE GUIDE PAWL CAP SCREW, THE BRAKES COULD GRADUALLY LOSE ADJUSTMENT, INCREASING THE VEHICLE STOPPING DISTANCE.","DEALERS WILL CHECK THE TORQUE ON THE AUTOMATIC SLACK ADJUSTER GUIDE PAWL. IF THERE IS NO TORQUE, THE BRAKES WILL BE ADJUSTED AND THE GUIDE PAWL WILL BE TIGHTENED TO 15-20 FT. LBS." -04/05/1999,99V066003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V066003),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/LOWER BALL JOINT BOOT,SUSPENSION,827,Vehicle,165857,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE RUBBER BOOTS, AND IF THE BOOT IS DAMAGED, THEY WILL REPLACE THE LOWER LATERAL ARM AND BALL JOINT ON THE AFFECTED VEHICLES." -04/05/1999,99V066001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V066001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/LOWER BALL JOINT BOOT,SUSPENSION,NR (Not Reported),Vehicle,307000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE RUBBER BOOTS, AND IF THE BOOT IS DAMAGED, THEY WILL REPLACE THE LOWER LATERAL ARM AND BALL JOINT ON THE AFFECTED VEHICLES." -04/05/1999,99V066002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V066002),"Mitsubishi Motors North America, Inc.",MITSUBISHI/LOWER BALL JOINT BOOT,SUSPENSION,NR (Not Reported),Vehicle,1731,"VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT IN JAPAN. IF THE RUBBER BOOTS ON THE LOWER LATERAL ARM BALL JOINTS OF THE FRONT SUSPENSION WERE DAMAGED DURING ASSEMBLY, DIRT AND WATER CAN INTRUDE.","THIS CONDITION COULD CAUSE THE LOWER LATERAL ARM BALL JOINT TO SEPARATE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE RUBBER BOOTS, AND IF THE BOOT IS DAMAGED, THEY WILL REPLACE THE LOWER LATERAL ARM AND BALL JOINT ON THE AFFECTED VEHICLES." -04/01/1999,99E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E011000),ARVINMERITOR AUTOMOTIVE,MERITOR/REAR DRIVE AXLE HOUSINGS,POWER TRAIN,NR (Not Reported),Equipment,314,EQUIPMENT DESCRIPTION: REAR DRIVE AXLE HOUSINGS. THE WELD WHICH ATTACHES THE SPINDLES TO THE HOUSING MAY NOT HAVE BEEN WELDED CORRECTLY.,INCORRECTLY WELDED SPINDLES COULD FRACTURE IN SERVICE.,THESE HOUSINGS WILL BE REPLACED WITH NEW PROPERLY-MANUFACTURED HOUSINGS. -03/31/1999,99V062002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V062002),Mazda North American Operations,MAZDA/CRUISE/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,22000,"VEHICLE DESCRIPTION: CERTAIN 1998-1998 MAZDA B-SERIES TRUCKS (B2500, B3000 AND B4000) EQUIPPED WITH CRUISE CONTROL AND BUILT FROM JANUARY 1998 THROUGH MARCH 4, 1999. A CRUISE CONTROL CABLE CAN INTERFERE WITH THE SPEED CONTROL SERVO PULLEY AND NOT ALLOW THE THROTTLE TO RETURN TO IDLE WHEN DISENGAGING THE CRUISE CONTROL.","IF THE CRUISE CONTROL IS USED AND THIS CONDITION IS PRESENT, A STUCK THROTTLE COULD RESULT, WHICH COULD POTENTIALLY RESULT IN A CRASH.","DEALERS WILL REPLACE THE CRUISE CONTROL CABLES. AT THE PRESENT TIME, THE REPLACEMENT CABLES ARE NOT AVAILABLE. CUSTOMERS ARE BEING ADVISED NOT TO USE THE CRUISE CONTROL SYSTEM UNTIL A REPLACEMENT CAN BE MADE." -03/31/1999,98V167009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167009),"SAFARI MOTOR COACHES, INC.",SAFARI//HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,413,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -03/30/1999,99V062001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V062001),Ford Motor Company,FORD/CRUISE/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,99S09,Vehicle,898739,"VEHICLE DESCRIPTION: CERTAIN 1997-1999 RHD EXPLORER EQUIPPED WITH 4.0L OHV/SOHC ENGINES AND CRUISE CONTROL BUILT FROM MAY 29, 1996 THROUGH MARCH 4, 1999; 1998-1999 EXPLORER/MOUNTAINEERS EQUIPPED WITH 4.0L OHV/SOHC OR 5.0L ENGINES OR 1998-1999 RANGERS EQUIPPED WITH 2.5L, 3.0L FFV/EFI OR 4.0L ENGINES AND CRUISE CONTROL BUILT FROM JANUARY 5, 1998 THROUGH MARCH 4, 1999; 1998-1999 MUSTANGS EQUIPPED WITH 3.8L, 4.6L 2-VALVE OR 4-VALVE ENGINES AND CRUISE CONTROL BUILT FROM MARCH 2, 1998 THROUGH MARCH 4, 1999; 1999 F250/F350/F450/F550 (OVER 8,500 LBS.) TRUCKS EQUIPPED WITH 5.4L OR 6.8L ENGINES AND CRUISE CONTROL BUILT FROM MARCH 2, 1998 THROUGH MARCH 4, 1999; AND 1999 F-53 STRIPPED CHASSIS EQUIPPED WITH 5.4L OR 6.8L ENGINES AND CRUISE CONTROL BUILT FROM MARCH 2, 1998 THROUGH MARCH 4, 1999. A CRUISE CONTROL CABLE CAN INTERFERE WITH THE SPEED CONTROL SERVO PULLEY AND NOT ALLOW THE THROTTLE TO RETURN TO IDLE WHEN DISENGAGING THE CRUISE CONTROL.","IF THE CRUISE CONTROL IS USED AND THIS CONDITION IS PRESENT, A STUCK THROTTLE COULD RESULT, WHICH COULD POTENTIALLY RESULT IN A CRASH.","DEALERS WILL REPLACE THE CRUISE CONTROL CABLES. AT THE PRESENT TIME, THE REPLACEMENT CABLES ARE NOT AVAILABLE. CUSTOMERS ARE BEING ADVISED NOT TO USE THE CRUISE CONTROL SYSTEM UNTIL A REPLACEMENT CAN BE MADE." -03/30/1999,99V056001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V056001),Ford Motor Company,FORD/SEAT LUBRICATION,SEATS,99S08,Vehicle,2012,"VEHICLE DESCRIPTION: MINI VANS. THE AFFECTED VEHICLES MAY HAVE A SECOND ROW RIGHT HAND SIDE CAPTAIN CHAIR THAT HAS INADEQUATE LUBRICATION OF THE EASY ENTRY AND EXIT LATCH SYSTEM. IN SOME CASES, THE ACTUATOR SPRING IN THE LATCH COULD DEFORM AFTER REPEATED USE, CAUSING THE LATCH TO REMAIN IN THE UNLATCHED POSITION. IF THIS OCCURS, THE SEAT WILL SLIDE FREELY ON THE SEAT TRACK AND THE SPRINGS ON THE TRACK WILL MOVE THE SEAT TO THE EASY ENTRY POSITION TOWARD THE FRONT OF THE VEHICLE.",AN UNLATCHED SEAT TRACK COULD RESULT IN AN INCREASED RISK OF INJURY IN THE EVENT OF A VEHICLE CRASH.,"DEALERS WILL REPLACE THE SEAT TRACK FOR THE SECOND ROW RIGHT HAND SIDE CAPTAIN'S CHAIR, WHICH INCLUDES THE EASY ENTRY AND EXIT LATCH MECHANISM." -03/29/1999,99V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V065000),FREIGHTLINER LLC,FREIGHTLINER/ABS PLUMBING,"SERVICE BRAKES, AIR",FL-232,Vehicle,142,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH A BENDIX ANTI-LOCK BRAKING SYSTEM (ABS). THE REAR AXLE ABS MODULATING VALVES MAY BE PLUMBED INCORRECTLY.,"THIS CAN CAUSE THE REAR AXLE SERVICE BRAKES, WHEN IN THE ABS MODE, TO NOT MODULATE AS INTENDED.",DEALERS WILL INSPECT THE REAR AXLE ABS MODULATING VALVE SUPPLY AND OUTLET PORT FOR CORRECT PLUMBING AND RE-PLUMB IF NECESSARY. -03/29/1999,99V055002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V055002),FREIGHTLINER LLC,FREIGHTLINER/AIR BRAKES,"SERVICE BRAKES, AIR",FL-231,Vehicle,285,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR AIR BRAKE AUTOMATIC SLACK ADJUSTERS. SOME OF THE AUTOMATIC SLACK ADJUSTERS HAD INSUFFICIENT TORQUE APPLIED TO THE GUIDE PAWL CAP SCREW.,"WITHOUT SUFFICIENT TORQUE ON THE GUIDE PAWL CAP SCREW, THE BRAKES COULD GRADUALLY LOSE ADJUSTMENT, INCREASING THE VEHICLE STOPPING DISTANCE.","DEALERS WILL CHECK THE TORQUE ON THE AUTOMATIC SLACK ADJUSTER GUIDE PAWL. IF THERE IS NO TORQUE, THE BRAKES WILL BE ADJUSTED AND THE GUIDE PAWL WILL BE TIGHTENED TO 15-20 FT. LBS." -03/29/1999,99E005001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E005001),"MERITOR AUTOMOTIVE, INC.",MERITOR/DANA//SPICER TIE ROD ASSEMBLIES,STEERING,NR (Not Reported),Equipment,158,MERITOR ELUCID TIE RODS PART NOS. E-10148 AND E-10149. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.,"SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE TIE ROD ENDS FREE OF CHARGE. -03/29/1999,99V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V064000),Shyft Group,SPARTAN/FRONT SUSPENSION,SUSPENSION,SPEC 99002,Vehicle,30,"VEHICLE DESCRIPTION: CEMENT MIXERS. THE FRONT SUSPENSION SPRING HANGER MOUNTING BOLTS CAN LOOSEN WHICH WOULD CAUSE THE HANGER TO SEPARATE FROM THE FRAME. THIS, IN TURN, MAY ALLOW THE STEERING AXLE TO MOVE OUT OF ITS GEOMETRIC DESIGN POSITION.",STEERING ABILITY MAY THEN BE SEVERELY RESTRICTED.,SPARTAN HAS DEVELOPED RETROFIT KITS TO REPAIR THESE VEHICLES. -03/26/1999,99V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V063000),"BMW of North America, LLC",BMW/SIDE DOOR AIR BAGS,AIR BAGS,NR (Not Reported),Vehicle,34701,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES ARE BUILT WITH A SIDE AIR BAG SYSTEM CONSISTING OF DOOR-MOUNTED THORAX AIR BAGS (REAR DOOR AIR BAGS ARE OPTIONAL), A HEAD PROTECTION SYSTEM (HPS) FOR FRONT OCCUPANTS, A CENTRAL ELECTRONIC SENSOR AND DIAGNOSTIC SYSTEM, LEFT AND RIGHT SATELLITE IMPACT SENSORS, AND ASSOCIATED WIRING. THIS SYSTEM IS UNDULY SENSITIVE TO CERTAIN NON-CRASH IMPACTS, SUCH AS CONTACTING LARGE POTHOLES OR CURBS AT SUBSTANTIAL SPEED.","THIS COULD CAUSE THE SIDE AIR BAG AND HPS TO DEPLOY WITHOUT AN ACTUAL SIDE CRASH. IN ADDITION, THE BATTERY SAFETY TERMINAL (BST) WOULD ALSO ACTIVATE, DISCONNECTING THE STARTER CABLE FROM THE BATTERY. IN THIS CASE, VEHICLE ELECTRICAL SYSTEM WOULD CONTINUE TO OPERATE AND THE ENGINE WOULD CONTINUE TO RUN, BUT AFTER STOPPING, COULD NOT BE RESTARTED.",DEALERS WILL REPROGRAM THE CENTRAL COMPUTER CONTROL MODULE THAT REGULATES THE PERFORMANCE OF ALL OF THE VEHICLE'S OCCUPANT PROTECTION SYSTEMS. -03/25/1999,99V056002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V056002),"Nissan North America, Inc.",NISSAN/SEAT LUBRICATION,SEATS,NR (Not Reported),Vehicle,1600,"VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH E-Z ENTRY SEATS. THE AFFECTED VEHICLES MAY HAVE A SECOND ROW RIGHT HAND SIDE CAPTAIN CHAIR THAT HAS INADEQUATE LUBRICATION OF THE EASY ENTRY AND EXIT LATCH SYSTEM. IN SOME CASES, THE ACTUATOR SPRING IN THE LATCH COULD DEFORM AFTER REPEATED USE, CAUSING THE LATCH TO REMAIN IN THE UNLATCHED POSITION. IF THIS OCCURS, THE SEAT WILL SLIDE FREELY ON THE SEAT TRACK AND THE SPRINGS ON THE TRACK WILL MOVE THE SEAT TO THE EASY ENTRY POSITION TOWARD THE FRONT OF THE VEHICLE.",AN UNLATCHED SEAT TRACK COULD RESULT IN AN INCREASED RISK OF INJURY IN THE EVENT OF A VEHICLE CRASH.,"DEALERS WILL REPLACE THE SEAT TRACK FOR THE SECOND ROW RIGHT HAND SIDE CAPTAIN'S CHAIR, WHICH INCLUDES THE EASY ENTRY AND EXIT LATCH MECHANISM." -03/23/1999,99V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V059000),AM GENERAL LLC,AM GENERAL/MASTER BRAKE CYLINDER,"SERVICE BRAKES, HYDRAULIC",R9901,Vehicle,186,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE NUTS USED TO ATTACH THE MASTER CYLINDER TO THE HYDROBOOST BOLTS WERE OF THE METRIC TYPE RATHER THAN THE REQUIRED ENGLISH TYPE.,"A LOOSE MASTER CYLINDER CONDITION CAN OCCUR, CAUSING LONGER THAN NORMAL BRAKE PEDAL TRAVEL DURING BRAKE PEDAL APPLICATIONS.",DEALERS WILL REPLACE THE MASTER CYLINDER-TO-HYDROBOOST MOUNTING BOLTS AND NUTS. -03/23/1999,99V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V061000),IC CORPORATION,AMTRAN/FLIP SEATS,SEATS,99-303,Vehicle,7738,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH FLIP SEATS AT THE EMERGENCY EXITS. THE SEAT CUSHION HINGE ON THE COMBINATION FLIP SEAT IS LOCATED IN SUCH A MANNER THAT IT IS WITHIN EASY REACH OF THE PASSENGER SITTING IN THE SEAT LOCATED BEHIND THE COMBO FLIP SEAT.,"THE HINGES ON THE COMBO FLIP SEAT CAN CAUSE A PINCHING CONDITION, RESULTING IN PERSONAL INJURY.",OWNERS WILL BE NOTIFIED AND SENT KITS TO REMEDY THESE SEATS. -03/23/1999,99V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V057000),"General Motors, LLC",GM/POWER STEERING,STEERING,99005,Vehicle,75,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH 6.0L GASOLINE ENGINE, 10,000 LB. FRONT AXLE, AND POWER STEERING. THE POWER STEERING FLUID CAN LEAK AS A RESULT OF A POWER STEERING FLUID SUPPLY HOSE INTERFERENCE CONDITION.","EVENTUALLY, ALL POWER STEERING ASSIST WOULD CEASE, RESULTING IN A LOSS OF STEERING CONTROL.",DEALERS WILL INSTALL A NEW POWER STEERING HOSE AND ADAPTER. -03/23/1999,99E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E007000),PENNZOIL-QUAKER STATE COMPANY,PENNZOIL/FIX A FLAT,TIRES,NR (Not Reported),Equipment,32000000,"EQUIPMENT DESCRIPTION: FIX-A-FLAT TIRE INFLATOR PRODUCTS PRODUCED, DISTRIBUTED AND SOLD SINCE APRIL 1994. THE PRODUCTS INVOLVED ARE FIX-A-FLAT CONE TOP (S457, 12 OZ.); FIX-A-FLAT (S455, 16OZ.); SUPER FIX-A-FLAT (S277, 20 OZ.); AND BIG WHEEL FIX-A-FLAT (S278, 26OZ.). THE POSSIBILITY EXISTS THAT AUTOMOTIVE TIRES CAN EXPLODE WHEN SUBJECTED TO EXTREME HEAT BY WELDING ON, OR APPLYING A FLAME TO, THE WHEEL RIM WITH THE TIRE STILL ON THE RIM AFTER USING THIS PRODUCT.",PERSONAL INJURY COULD OCCUR.,CONSUMERS ARE TO RETURN THE OLD PRODUCTS AND RECEIVE REFORMULATED PRODUCTS. -03/22/1999,99V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V058000),"Volkswagen Group of America, Inc.",VW/FUEL SPILLAGE,"FUEL SYSTEM, GASOLINE",KT,Vehicle,27964,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH QUATTRO DRIVE SYSTEM WHICH EMPLOYS A FUEL AND FUEL VAPOR LEAK DETECTION SYSTEM. IF THE VEHICLE IS REFUELED SHORTLY AFTER THE ENGINE IS STARTED, AND IS KEPT RUNNING WHILE BEING REFUELED, THE FUEL VAPOR RECOVERY SYSTEM COULD PRODUCE SUFFICIENT BACK PRESSURE TO CAUSE FUEL TO BE EJECTED AFTER A COMPLETE FILL-UP WHEN THE FUEL PUMP NOZZLE IS REMOVED FROM THE FILLER NECK.","IN THE PRESENCE OF AN IGNITION SOURCE, FUEL SPRAY COULD RESULT IN FIRE OR POSSIBLE PERSONAL INJURY.",VW IS PROVIDING A NEW PAGE FOR THE OWNER'S MANUAL AND ALSO REQUESTING OWNERS TO MAKE AN APPOINTMENT WITH THEIR DEALERS TO HAVE A LABEL CONTAINING IMPORTANT REFUELING INSTRUCTIONS INSTALLED INSIDE OF THE FUEL FILLER DOOR. DEALERS WILL ALSO REMOVE THE TIRE PRESSURE LABEL AND REPLACE IT WITH A NEW LABEL AFFIXED TO THE FENDER WELL AT THE RIGHT REAR DOOR. -03/17/1999,99V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V060000),Ford Motor Company,FORD/FMVSS 114,ELECTRICAL SYSTEM,99S06,Vehicle,4569,"VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH AUTOMATIC TRANSMISSIONS WHICH UTILIZE A PARK/LOCK SOLENOID. IT IS POSSIBLE TO ROTATE THE IGNITION KEY TO THE LOCK POSITION AND REMOVE THE KEY WITHOUT THE SHIFT LEVER AND TRANSMISSION BEING IN PARK. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION.""",THIS COULD RESULT IN A CRASH AND POSSIBLE PERSONAL INJURY.,"DEALERS WILL INSPECT THESE VEHICLES. VEHICLES THAT HAVE UNITS WITH IGNITION KEYS REMOVABLE IN GEAR POSITIONS OTHER THAN PARK, WILL HAVE THE STEERING COLUMN REPLACED." -03/16/1999,99V055001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V055001),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/AIR BRAKES,"SERVICE BRAKES, AIR",99504,Vehicle,1547,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS, TRANSIT AND SCHOOL BUSES, EQUIPPED WITH MERITOR AIR BRAKE AUTOMATIC SLACK ADJUSTERS. SOME OF THE AUTOMATIC SLACK ADJUSTERS HAD INSUFFICIENT TORQUE APPLIED TO THE GUIDE PAWL CAP SCREW.","WITHOUT SUFFICIENT TORQUE ON THE GUIDE PAWL CAP SCREW, THE BRAKES COULD GRADUALLY LOSE ADJUSTMENT, INCREASING THE VEHICLE STOPPING DISTANCE.","DEALERS WILL CHECK THE TORQUE ON THE AUTOMATIC SLACK ADJUSTER GUIDE PAWL. IF THERE IS NO TORQUE, THE BRAKES WILL BE ADJUSTED AND THE GUIDE PAWL WILL BE TIGHTENED TO 15-20 FT. LBS." -03/16/1999,99V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V054000),Volvo Trucks North America,VOLVO TRUCK/STEERING SHAFT,STEERING,RVXX9901,Vehicle,63,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE STEERING SLIP SHAFT CONNECTING THE STEERING COLUMN TO THE STEERING GEAR INPUT SHAFT MIGHT BE TOO LONG.,THE STEERING GEAR INPUT SHAFT COULD CRACK INCREASING THE RISK FOR LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE STEERING SLIP SHAFTS. -03/15/1999,99V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V050000),Ford Motor Company,FORD/AIR BRAKE SYSTEM,"SERVICE BRAKES, AIR",99S05,Vehicle,1687,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH OPTIONAL WABCO AIR DRYER. THE AIR BRAKE SYSTEM WAS PLUMBED SO THAT THE SYSTEMS DID NOT PROVIDE AIR RESERVOIR ISOLATION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","THE AIR BRAKE RESERVOIR PRESSURE COULD BE DEPLETED, ACTIVATING THE EMERGENCY SPRING BRAKE. WITH THE EMERGENCY SPRING BRAKE DEPLOYED, THE VEHICLE WOULD STOP AND COULD NOT BE MOVED UNTIL THE BRAKE AIR SYSTEM WAS REPAIRED.",DEALERS WILL REPAIR THE AIR LINE PLUMBING TO INSTALL A CHECK VALVE. -03/15/1999,99V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V046000),Ford Motor Company,FORD/CARGO DOOR HINGES,LATCHES/LOCKS/LINKAGES,99S04,Vehicle,2893,"VEHICLE DESCRIPTION: UTILITY VANS EQUIPPED WITH THE ""60/40"" HINGED SIDE CARGO DOORS. THE STRIKERS FOR THE 60/40 DOOR SINGLE LATCH SYSTEM WERE FOUND TO CONTAIN STRESS CRACKS AT THE STRIKER WIRE LOWER STAKE JOINT. STRIKERS WITH STRESS CRACKS MAY NOT MEET THE REQUIREMENTS OF FMVSS NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","IN THE EVENT OF A CRASH, THE DOOR STRIKERS MAY NOT HOLD THE DOOR, INCREASING THE RISK OF PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL REPLACE THE DOOR STRIKER. -03/15/1999,99V014002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V014002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/INNER WHEEL CONE,SUSPENSION,99503,Vehicle,4024,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCK CHASSIS EQUIPPED WITH 16,000 LB., 18,000 LB., OR 20,000 LB. HEAVY DUTY STEERING AXLES. THE INNER WHEEL BEARING CONE FOR THE STEERING AXLE WHEEL HUB ASSEMBLY DOES NOT PROPERLY FIT ONTO THE NAVISTAR STEERING AXLE SPINDLE ASSEMBLY. IMPROPER FIT OF THE BEARING TO THE SPINDLE INCREASES THE STRESS LEVELS TO THE STEERING AXLE SPINDLE WHICH COULD CAUSE SPINDLE FAILURE.","IF THE SPINDLE FAILS, A LOSS OF DRIVER CONTROL COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REMOVE THE LEFT AND RIGHT HUB/DRUM ASSEMBLIES FROM THE STEERING AXLES AND REPLACE THE INNER WHEEL BEARING CONES AND CUPS. -03/15/1999,99V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V053000),"Timpte, Inc.",TIMPTE/FRAME,TRAILER HITCHES,NR (Not Reported),Vehicle,49,"VEHICLE DESCRIPTION: ""PUP"" TRAILERS, MODELS D2166 AND D2168, EQUIPPED WITH A FIXED TURNTABLE DOLLY WITH A TONGUE THAT WILL ATTACH TO A PINTLE HITCH ON THE LEAD UNIT. THE CAP SCREWS THAT ATTACH THE TURNTABLE TO THE SUSPENSION FRAME CAN BECOME DISCONNECTED FROM THE TRAILER.","FAILURE OF THE FASTENED CONNECTION WHILE THE TRAILER IS IN USE COULD RESULT IN VEHICLE CRASH, DAMAGE TO THE TRAILER, AND/OR PROPERTY DAMAGE OR PERSONAL INJURY.",DEALERS WILL REPLACE THE CAP SCREWS ON THESE TRAILERS. -03/12/1999,99V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V045000),"General Motors, LLC",GM/FRONT SEAT BACK RECLINERS,SEATS,99006,Vehicle,138691,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME FRONT SEAT BACK RECLINER GEAR TEETH MAY WEAR EXCESSIVELY THROUGH REPEATED USE, AND COULD CAUSE THE SEAT BACK TO SLIP PARTIALLY REARWARD WHEN FORCE IS APPLIED.","IF THIS HAPPENS WHILE THE VEHICLE IS BEING DRIVEN, IT COULD CAUSE A LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE FRONT SEAT RECLINER MECHANISMS. -03/12/1999,99V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V052000),TEXTRON,TEXTRON/FMVSS 122/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2309,"VEHICLE DESCRIPTION: 3-WHEELED ON-ROAD VEHICLES. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 122, ""MOTORCYCLE BRAKE SYSTEMS.""",THE STOPPING DISTANCE ON THESE VEHICLES MAY BE INCREASED.,DEALERS WILL INSTALL A WHEEL CYLINDER AND BRAKE PEDAL EXTENDER KIT ON THESE VEHICLES. -03/11/1999,99V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V044000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CNG FUEL LEAK,"FUEL SYSTEM, OTHER",822,Vehicle,45,VEHICLE DESCRIPTION: PASSENGER VANS AND WAGONS EQUIPPED WITH COMPRESSED NATURAL GAS (CNG). THE FUEL HOSE THAT CONNECTS THE LEFT AND RIGHT FUEL RAILS MAY SHRINK AND LEAK FUEL IF EXPOSED TO HIGH ENGINE OPERATING TEMPERATURES.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL RAIL ASSEMBLY. -03/11/1999,99V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V043000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/PASSENGER AIR BAG,AIR BAGS,821,Vehicle,488,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME FRONTAL (PASSENGER SIDE) AIR BAGS MAY NOT INFLATE PROPERLY.,"IN THE EVENT OF A CRASH, THE PASSENGER MAY NOT BE ADEQUATELY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE AIR BAG MODULE ON THE PASSENGER SIDE. -03/11/1999,99V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V049000),Ducati North America,DUCATI/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,97,VEHICLE DESCRIPTION: MOTORCYCLES. THE FRONT BRAKE LINE ROUTED BETWEEN THE STEERING HEAD AND THE INSTRUMENT CLUSTER SUPPORT PLATE IS TOUCHING THE EDGE OF THE SUPPORT PLATE.,THIS COULD DAMAGE OR WEAKEN THE LINE AND AFFECT THE CONTROL OF THE MOTORCYCLE.,"DEALERS WILL REPOSITION, OR REPLACE IF NECESSARY, THE FRONT BRAKE LINE." -03/11/1999,99V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V047000),Ducati North America,DUCATI/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,560,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL LINE CONNECTING THE FUEL FILTER AND FUEL COCK CAN LEAK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THIS FUEL LINE. -03/11/1999,99V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V048000),Ducati North America,DUCATI/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,793,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL LINES INSIDE THE FUEL TANK CAN LEAK.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THIS FUEL LINE. -03/04/1999,99V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V041000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/AUTOMATIC TRANSMISSION,POWER TRAIN,SR-99-001,Vehicle,10000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES EQUIPPED WITH 4-WHEEL DRIVE AND AUTOMATIC TRANSMISSIONS. AUTOMATIC TRANSMISSION FLUID COULD BE VENTED ONTO THE HOT EXHAUST SYSTEM AS A RESULT OF UNANTICIPATED HEAT GENERATION IN THE TRANSMISSION.,THE VENTED TRANSMISSION FLUID COULD COME INTO CONTACT WITH THE HOT EXHAUST SYSTEM AND IGNITION OF THE TRANSMISSION FLUID COULD RESULT.,"DEALERS WILL MODIFY THE TRANSMISSION CONTROL UNIT TO LIMIT VEHICLE SPEED TO BELOW APPROXIMATELY 30 MILES PER HOUR WHEN THE VEHICLE IS OPERATED IN THE FOUR-WHEEL-DRIVE LOW RANGE, AN ADDITIONAL LABEL DESCRIBING THE PROPER USE OF FOUR-WHEEL-DRIVE LOW RANGE WILL BE PROVIDED, AND WILL RELOCATE THE TRANSMISSION BREATHER VENT. IN ADDITION, THE OWNER'S MANUAL WILL BE CORRECTED WITH THE PROPER INFORMATION TO REFLECT THE CHANGE TO THE SPEED LIMITATIONS IN THE FOUR-WHEEL-DRIVE LOW RANGE." -03/03/1999,98V240004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V240004),"GEORGIE BOY MFG., LLC",GEORGIE BOY/MAGNETEK/POWER CONVERTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,133,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH 45 AMP MAGNETEK POWER CONVERTERS. A WEAKENED BYPASS CAPACITOR ON THE CONVERTER'S PRINTED CIRCUIT BOARD CAN CAUSE A BREAKDOWN OF THE CAPACITOR ALLOWING ELECTRICAL CURRENT LEAKAGE.,ELECTRICAL CURRENT LEAKAGE COULD RESULT IN A FIRE.,MAGNETEK IS REPLACING THESE POWER CONVERTERS. -03/03/1999,99V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V042000),Shyft Group,SPARTAN/COOLING HOSES,ENGINE AND ENGINE COOLING,SPEC 99001,Vehicle,133,"VEHICLE DESCRIPTION: TRANSIT BUSES. DUE TO THE ROUTING OF THE HIGH PRESSURE HYDRAULIC HOSE CONNECTING THE DISTRIBUTION MANIFOLD TO THE COOLING FAN, HYDRAULIC MOTOR OR THE HIGHER OPERATIONAL SPEED OF CNG ENGINES COULD, IN CERTAIN CIRCUMSTANCES, PUSH THE PRESSURE DEVELOPED BY THE HYDRAULIC PUMP BEYOND THE NOMINAL WORKING PRESSURE OF THE INSTALLED HOSE. THERE IS THE POSSIBILITY OF STRESSING THE HOSE BEYOND ITS MINIMUM BEND RADIUS AND/OR BEYOND ITS NOMINAL WORKING TEMPERATURE/PRESSURE RATINGS.",A HOSE FAILURE COULD OCCUR ALLOWING HYDRAULIC FLUID STEAM TO IMPINGE ONTO HOT EXHAUST COMPONENTS AND INITIATE AN ENGINE COMPARTMENT FIRE.,SPARTAN IS DEVELOPING A FIELD RETROFIT KIT WHICH WILL CONSIST OF A NEW HYDRAULIC FLUID HOSE THAT WILL BE 3 INCHES LONGER THAN THE ORIGINAL AND HAVE A HIGHER WORKING PRESSURE RATING; A 45 DEGREE HOSE CONNECTION FITTING WILL BE ADDED AT THE FAN MOTOR INLET PORT; THE HOSE WILL BE RE-ROUTED AND ALSO CLIPPED OR CLAMPED; AND THE MANIFOLD BLOCK/PRIORITY VALVE WILL BE RELOCATED. -03/03/1999,99V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V040000),"Subaru of America, Inc.",SUBARU/COLD WEATHER/ABS MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",WXQ-74,Vehicle,221987,"VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES EQUIPPED WITH ANTI-LOCK BRAKING SYSTEM (ABS). (THE 1999 2.2 LITER LEGACY VEHICLES ARE EXCLUDED). IN EXTREMELY COLD WEATHER, THE BRAKE PEDAL GOES TO THE FLOOR AND THE VEHICLE STOPPING DISTANCE IS INCREASED.","THIS CONDITION CAUSES THE VEHICLE STOPPING DISTANCE TO BE INCREASED, POSSIBLY RESULTING IN A CRASH.",DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER. -03/01/1999,99V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V038000),IC CORPORATION,AMTRAN/REAR BRAKE ASSEMBLIES,"SERVICE BRAKES, HYDRAULIC",99-302,Vehicle,523,TRANSIT AND SCHOOL BUSES. SOME REAR BRAKE ASSEMBLIES WERE BUILT USING INCORRECT MOUNTING HARDWARE. IMPROPER TORQUE OF THE FASTENER OR FASTENERS THAT RETAIN THE BRAKES TO THE REAR AXLE COULD ALLOW BRAKE GROUPS TO SEPARATION FROM THE REAR AXLE.,SEPARATION OF THE REAR AXLE COULD CAUSE A CRASH.,DEALERS/OWNERS WILL INSPECT THE MOUNTING HARDWARE AND REPLACE THE LOCK NUTS IF NECESSARY. -03/01/1999,99V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V039000),Ford Motor Company,FORD/FMVSS 120,EQUIPMENT,99S03,Vehicle,32240,"VEHICLE DESCRIPTION: 4X4 VEHICLES WITH OFF ROAD AND HIGH FGAWR OPTION PACKAGES, AND 4X2 VEHICLES WITH SPORT OPTION PACKAGE. THE TIRE AND RIM IDENTIFICATION INFORMATION IS INCORRECT ON THE CERTIFICATION LABELS FOR THESE VEHICLES. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF INCORRECT TIRE INFORMATION IS GIVEN, UNDERRATED TIRES COULD BE PLACED ON THE TRUCK CAUSING EXCESSIVE TIRE WEAR OR, IN EXTREME CASES, POSSIBLE TIRE BLOWOUTS.",OWNERS WILL BE PROVIDED WITH A REVISED LABEL OVERLAY. -02/25/1999,99V027001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V027001),NEOPLAN USA CORPORATION,NEOPLAN/ARTICULATED BUSES,SUSPENSION,NR (Not Reported),Vehicle,238,VEHICLE DESCRIPTION: ARTICULATED TRANSIT BUSES. THE REAR SECTION OF THE BUS COULD BECOME UNSTABLE AT HIGH SPEED IF ELECTRIC POWER IS LOST TO THE ELECTRONIC CONTROL UNIT FOR THE ARTICULATED STABILIZATION SYSTEM.,"LOSS OF VEHICLE CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL AN ADDITIONAL HYDRAULIC SAFETY-DAMPENING UNIT TO THE BUS ARTICULATION HYDRAULIC SYSTEM. -02/25/1999,99E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E008000),PRECISION ENGINEERING,PRECISION ENGINEERING/REMOTE STARTER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,10000,EQUIPMENT DESCRIPTION: REMOTE CAR STARTER. THE INSTALLATION INSTRUCTIONS CONTAIN OMISSIONS OR METHODS OF INSTALLATION CAN CAUSE SOFTWARE REACTIONS WHICH CAN RESULT IN THE STARTER ACTING IMPROPERLY.,"AS A RESULT, THE CONSEQUENCES ARE THE PARKING LIGHTS STAY ON, THE DOOR LOCKS MAY LOCK AND UNLOCK RANDOMLY, THE VEHICLE MAY NOT START, THE VEHICLE MAY NOT SHUT OFF WITH THE REMOTE STARTER, THE VEHICLE MAY START RANDOMLY OR THE UNIT MAY LOCK UP AND THE VEHICLE WILL NOT RESPOND TO THE REMOTE UNIT.","PRECISION ENGINEERING/DAVID LEVY COMPANY WILL HAVE THE UNIT REMOVED AND REPLACED FREE OF CHARGE. ALTERNATIVELY, THE CUSTOMER CAN TAKE THE RAS UNIT TO THE RETAIL ESTABLISHMENT WHERE IT WAS PURCHASED, HAVE THE UNIT REMOVED, AND A REPLACEMENT UNIT MANUFACTURED BY ANY OTHER MANUFACTURER INSTALLED WITH FULL CREDIT GIVEN TO THEM FOR THE PURCHASE PRICE OF THE RAS 200 UNIT, REMOVAL AND INSTALLATION CHARGES." -02/25/1999,99V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V035000),"Volvo Car USA, LLC",VOLVO/FMVSS 301,"FUEL SYSTEM, GASOLINE",93,Vehicle,3632,"VEHICLE DESCRIPTION: ALL-WHEEL-DRIVE SEDANS. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL FILTER BRACKET CONFIGURATION MARGINS ARE INSUFFICIENT.","IN THE EVENT OF A VEHICLE CRASH, FUEL LEAKAGE COULD OCCUR. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.",DEALERS WILL INSTALL A FUEL FILTER PROTECTION BRACKET. -02/24/1999,99V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V034000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/CNG CYLINDER,"FUEL SYSTEM, OTHER",822,Vehicle,45,"VEHICLE DESCRIPTION: VANS EQUIPPED WITH COMPRESSED NATURAL GAS (CNG) FUEL TANKS. INCORRECT FUEL TANK STRAPS WERE INSTALLED ON THE SMALL FUEL TANK. AS A RESULT, THE FUEL TANK MAY NOT BE SECURELY ATTACHED TO THE VEHICLE.",THE FUEL TANK COULD MOVE INCREASING THE RISK OF A FIRE AND/OR EXPLOSION.,DEALERS WILL REPLACE THE MOUNTING STRAPS FOR THE SMALL FUEL TANK. -02/23/1999,99E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E006000),Brake Parts Inc.,BRAKE PARTS/MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,27373,EQUIPMENT DESCRIPTION: AFTERMARKET MASTER CYLINDERS USED ON USED ON CERTAIN 1988 THROUGH 1994 CHEVROLET AND GMC LIGHT DUTY TRUCKS; 1990 THROUGH 1995 ASTRO AND SAFARI MINI VANS; 1993-1994 CAPRICE AND 1994 IMPALA MODEL VEHICLES; AND 1994 THROUGH 1997 DODGE RAM LIGHT DUTY TRUCKS. A WEAK MOUNTING FLANGE CAN FRACTURE UNDER PANIC BRAKING WHEN THE SYSTEM HYDRAULIC PRESSURE EXCEEDS 1750 PSI.,"IF THIS CONDITION OCCURS, LOSS OF BRAKING COULD RESULT WITHOUT WARNING.",BRAKE PARTS WILL REPLACE THESE CYLINDERS. -02/23/1999,99T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T003000),Cooper Tire & Rubber Co.,COOPER/FMVSS 119,TIRES,NR (Not Reported),Tire,89,"TIRE DESCRIPTION: COOPER SUPER ROAD SERVICE, 7.00-15 LT/8PR TUBELESS BIAS, LOAD RANGE D, TIRES (SERIAL NUMBERS UPNVBCH019, UPNVBCH029, AND UPNVBCH039, JANUARY 3 - JANUARY 23, 1999). THESE TIRES DO NOT COMPLY WITH FMVSS NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS,"" DUE TO A LOAD AND INFLATION PLATE MISMATCH.",THIS CONDITION COULD AFFECT THE LONG TERM SERVICE LIFE OF THE TIRE.,"DEALERS WILL INSPECT THESE TIRES AND REPLACE, MOUNT AND BALANCE THE NEW TIRE AT NO CHARGE." -02/23/1999,99T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T004000),Cooper Tire & Rubber Co.,COOPER/INADEQUATE RUBBER,TIRES,NR (Not Reported),Tire,216,"TIRE DESCRIPTION: COOPER COBRA RADIAL G/T P215/70R14, SERIAL NUMBERS 3DHYC28468 (NOVEMBER 15-21, 1998), 3DHYC28478 (NOVEMBER 22-28, 1998), AND 3DHYC28488 (NOVEMBER 29-DECEMBER 5, 1998); AND VIPER RADIAL GT (SERIAL NUMBERS 3DHYUDN468 (NOVEMBER 15-NOVEMBER 21, 1998) AND 3DHYUDN478 (NOVEMBER 22-28, 1998), TUBELESS RADIAL STANDARD LOAD TIRES. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE ON THE BELT EDGE DUE TO LOW TREAD GAUGE UNDER THE SHOULDER SLOTS.","IF SEPARATION IS NOT DETECTED, CONTINUED USE CAN CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR, CAUSING A LOSS OF AIR.","DEALERS WILL INSPECT THESE TIRES AND REPLACE, MOUNT AND BALANCE THE NEW TIRE AT NO CHARGE." -02/22/1999,99E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E004000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/BRACE SUPPORT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1831,"EQUIPMENT DESCRIPTION: PART NOS. 66693-98 AND 66680-98 ARE USED ON 1984-1999 FXR MOTORCYCLES (EQUIPPED WITH MID-VEHICLE REAR BRAKE CONTROLS AND 1991-1998 FXD MOTORCYCLES (EQUIPPED WITH MID-VEHICLE REAR BRAKE CONTROLS). ON THESE MOTORCYCLES, THE REAR BRAKE PEDAL CAN COME IN CONTACT WITH THE BRACE SUPPORTS. PART NOS. 66686-98 AND 66704-98 ARE USED ON 1984-1999 FXST MOTORCYCLES (WITH FORWARD OR CUSTOM BRAKE CONTROLS). ON THESE MOTORCYCLES, THE INSTRUCTION SHEET FOR THESE SUPPORTS LACKS INFORMATION REGARDING THE PROPER ROUTING OF THE REAR BRAKE RESERVOIR HOSE.","THE REAR BRAKE PEDAL CAN COME IN CONTACT WITH THE BRACE SUPPORTS LIMITING THE TRAVEL OF THE REAR BRAKE PEDAL. THIS COULD CAUSE A REDUCTION IN OR LOSS OF BRAKE PERFORMANCE. ALSO, THE INSTRUCTION SHEET FOR THESE SUPPORTS LACKS INFORMATION REGARDING THE PROPER ROUTING OF THE REAR BRAKE RESERVOIR HOSE, RESULTING IN A PINCHED REAR BRAKE RESERVOIR HOSE. THIS IMPROPER ROUTING COULD CAUSE REAR BRAKE DRAG, LEADING TO REAR WHEEL LOCKUP.","DEALERS WILL REMOVE THE RACE BRACE SUPPORT ON THE FXR AND FXD MOTORCYCLES. ON FXST MOTORCYCLES, DEALERS WILL INSPECT THE REAR BRAKE RESERVOIR HOSE FOR PROPER ROUTING AND REPLACE, IF REQUIRED." -02/18/1999,99V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V036000),Motor Coach Industries,MCI/STEERING ARM MAINTENANCE,STEERING,23A,Vehicle,19600,VEHICLE DESCRIPTION: TRANSIT COACHES. THE STEERING ARMS ON THESE VEHICLES ARE NOT BEING PROPERLY MAINTAINED AT RECOMMENDED INSPECTION AND MAINTENANCE INTERVALS.,THESE STEERING ARMS COULD FAIL DUE TO POOR INSPECTION AND MAINTENANCE PROCEDURES.,"DUE TO THE AGE OF THESE VEHICLES, MCI IS NOT OBLIGATED TO OFFER REIMBURSEMENT FOR THE REPAIR. HOWEVER, A SPECIAL KIT HAS BEEN DEVELOPED FOR THE OWNERS TO USE WHICH CONSISTS OF A REPLACEMENT STEERING ARM, KEY, NUT, COTTER PIN, AND INSTALLATION INSTRUCTIONS." -02/17/1999,99E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E005000),DANA CORPORATION,DANA/SPICER-TIE ROD ASSEMBLIES,STEERING,NR (Not Reported),Equipment,864,"EQUIPMENT DESCRIPTION: SPICER 6,000 OR 8,000 LB. RATED CAPACITY FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REMOVE THE TIE ROD ASSEMBLIES AND REPLACE THEM. -02/17/1999,99E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E003000),DANA CORPORATION,DANA/SPICER/BEARING CONES,SUSPENSION,NR (Not Reported),Equipment,90,"EQUIPMENT DESCRIPTION: FRONT STEERING AXLE ASSEMBLIES, 160BN200 3, 160BN200 5, 160BN200 7, 160BN200 8, 161BN204 2, AND 161BN205 2. THE INNER WHEEL BEARING CONE FOR THE STEERING AXLE WHEEL HUB ASSEMBLY DOES NOT PROPERLY FIT ONTO THE OEM STEERING AXLE SPINDLE ASSEMBLY.",IMPROPER FIT OF THE BEARING TO THE SPINDLE INCREASES THE STRESS LEVELS TO THE STEERING AXLE SPINDLE WHICH COULD CAUSE SPINDLE FAILURE.,DEALERS WILL REMOVE THE LEFT AND RIGHT HUB/DRUM ASSEMBLIES AND REPLACE THE INNER WHEEL BEARING AND THE BEARING CUP. -02/16/1999,99V033001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V033001),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/TIE ROD ASSEMBLY,STEERING,99501,Vehicle,40091,"SCHOOL, TRANSIT, OR HEAVY DUTY VEHICLES EQUIPPED WITH SPICER 6,000 OR 8,000 LB. FRONT STEER AXLES. THE TIE ROD END CAN PULL OUTBOARD AND SEPARATE FROM THE TIE ROD TUBE DUE TO IMPROPER THREAD ENGAGEMENT BETWEEN THE MALE TIE ROD END AND THE FEMALE TUBE.","SEPARATION OF THE TIE ROD END COULD RESULT IN LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE COMPLETE TIE ROD ASSEMBLY. -02/16/1999,99V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V032000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL HOSE,"FUEL SYSTEM, GASOLINE",V99-08,Vehicle,715,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL HOSE CAN FAIL RESULTING IN A FUEL LEAK NEAR THE REAR CYLINDER OF THE MOTORCYCLE AND UNDER THE RIDER SEAT.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THESE FUEL HOSES. -02/12/1999,99V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V021000),"Foretravel, Inc.",FORE TRAVEL/TAG AXLE ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,26,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH TAG AXLES. THERE IS REDUCED BRAKING ABILITY ON THE REAR AXLE DUE TO THE TAG AXLE ABS SENSORS READING ""NO TIRE/WHEEL ROTATION,"" UNDER HEAVY BRAKING CONDITIONS. THE SENSORS DETECT THAT THE WHEEL ROTATION HAS CEASED AND THEN STOPS SENDING A SIGNAL TO THE ABS COMPUTER.","THE VEHICLES COULD HAVE REDUCED BRAKING ABILITY AND INCREASED STOPPING DISTANCES ON THE REAR AXLE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL DELETE THE ABS ON THE TAG AXLE (ONLY), BY REMOVING THE SENSORS AND WIRING HARNESS." -02/11/1999,99V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V030000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/FRONT SEAT BELT SHOULDER ANCHOR,SEAT BELTS,1999020002,Vehicle,2600,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A DEFECTIVE WELD WAS DISCOVERED ON THE WELD NUT FOR THE BOLT USED TO SECURE THE FRONT SHOULDER SEAT BELT GUIDES.,"DUE TO THIS DEFECTIVE WELD, THE ANCHORAGES MAY NOT ADEQUATELY SECURE THE FRONT SEAT BELTS IN THE EVENT OF A CRASH.",DEALERS WILL REPAIR THE SHOULDER BELT ANCHOR ASSEMBLY. -02/10/1999,99V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V031000),Blue Bird Body Company,BLUE BIRD/BATTERY CABLE,ELECTRICAL SYSTEM,R99CL,Vehicle,2261,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES MOUNTED ON CHASSIS EQUIPPED WITH AN OPTION FOR THREE BATTERIES. THE BATTERY CABLES MAY NOT HAVE BEEN ROUTED PROPERLY ALLOWING THE CABLE TO BE CHAFED OR PINCHED.,THIS CONDITION CAN CAUSE THE POSITIVE CABLE TO SHORT OUT CREATING THE POTENTIAL FOR A FIRE.,DEALERS WILL PLUG THE HOLE IN THE BACK OF THE BATTERY COMPARTMENT THAT IS LOCATED DIRECTLY BEHIND THE BATTERY HOLD DOWN CLAMP. A NEW HOLE WILL BE ADDED DIRECTLY BELOW THE REARMOST BATTERY CABLE HOLE AND THE POSITIVE CABLE WILL BE RE-ROUTED THROUGH THE NEW HOLE. -02/09/1999,99V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V028000),Ford Motor Company,FORD/FUEL PUMP/WIRING HARNESS,ELECTRICAL SYSTEM,99S01,Vehicle,23097,VEHICLE DESCRIPTION: MINI VANS. HEAT GENERATION IN THE WIRING HARNESS TO THE FUEL PUMP/SENDER ASSEMBLY CAN CAUSE AN ELECTRICAL SHORT. THE VEHICLE COULD EXPERIENCE A LOSS OF POWER AND BECOME IMMOBILIZED AND THE FUEL GAUGE MAY BE ERRATIC.,"HEAT DAMAGE, INCLUDING MELTING OR CHARRING OF THE FUEL PUMP AND SENDER ASSEMBLY WIRE HARNESS AND ASSOCIATED WIRING HARNESSES CAN ALSO RESULT. THE SHORT CIRCUIT COULD ALSO HAVE THE POTENTIAL FOR A VEHICLE FIRE.",DEALERS WILL INSTALL A FUSED JUMPER HARNESS IN THE FUEL PUMP GROUND CIRCUIT THAT WILL BE INSTALLED AT THE FUEL PUMP INERTIA SHUT-OFF SWITCH. -02/09/1999,99V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V029000),Ford Motor Company,FORD/IGNITION SWITCH ELECTRICAL SHORT,ELECTRICAL SYSTEM,99S02,Vehicle,762201,"VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES WERE PRODUCED WITH A HIGHER THAN SPECIFIED ELECTRICAL LOAD THROUGH THE ACCESSORY POWER FEED CIRCUIT. THE POTENTIAL FOR CONTACT BETWEEN THE B2 (BATTERY), A2 (ACCESSORY), AND P1 (PROOF) CIRCUITS CAN OCCUR, CREATING A SHORT CIRCUIT, ALLOWING CURRENT TO FLOW THROUGH THE GROUND WIRE.",THIS CAN CAUSE OVER HEATING AND THE POTENTIAL FOR A VEHICLE FIRE.,DEALERS WILL INSTALL A JUMPER HARNESS WITH A RELAY WHICH WILL RE-ROUTE AND ACTIVATE ALL A2 ACCESSORIES THROUGH THE RELAY. -02/09/1999,98V324002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V324002),"Suzuki Motor USA, LLC",SUZUKI/STEERING COLUMN SHAFT COUPLER,STEERING,NR (Not Reported),Vehicle,38,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE COUPLING THAT CONNECTS THE STEERING COLUMN SHAFT TO THE INTERMEDIATE STEERING SHAFT IS CRACKED. THIS COULD ALLOW THE STEERING SHAFTS TO SEPARATE.,"IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, A LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE STEERING SHAFT COUPLING. -02/08/1999,99V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V026000),FREIGHTLINER LLC,FREIGHTLINER/THROTTLE RETURN SPRING,VEHICLE SPEED CONTROL,FL-229,Vehicle,1770,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE HOOK ON THE THROTTLE RETURN SPRINGS CAN FRACTURE AT LOW MILEAGE.,"THE THROTTLE MAY NOT RETURN TO IDLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE THROTTLE SPRINGS WITH HEAVIER SPRINGS AND A NEW ANCHOR. -02/05/1999,99V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V023000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG,AIR BAGS,815,Vehicle,250845,"VEHICLE DESCRIPTION: VAN AND WAGON MODEL PASSENGER VEHICLES. IF WATER/ROAD SALT GETS ON THE INTERIOR FLOOR OF THE VEHICLE IN THE PROXIMITY OF THE AIR BAG ELECTRONIC CONTROL MODULE (AECM), THE AECM CAN CORRODE. THE RESULTING CORROSION CAN CAUSE THE DRIVER SIDE AIR BAG TO DEPLOY INADVERTENTLY.","DEPLOYMENT OF THE AIR BAG WITHOUT WARNING COULD CAUSE A DRIVER TO LOSE VEHICLE CONTROL, INCREASING THE RISK OF A CRASH AND PERSONAL INJURY.",DEALERS WIL REPLACE THE AECM WITH AN AECM THAT IS SEALED FROM MOISTURE INTRUSION. -02/05/1999,99V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V024000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/HEADLAMP SWITCH,EXTERIOR LIGHTING,819,Vehicle,79366,"VEHICLE DESCRIPTION: MODEL 3500 LIGHT DUTY TRUCKS ONLY. OPERATION OF THE HEADLAMPS OVER AN EXTENDED PERIOD OF TIME CAN RESULT IN HEADLAMP SWITCH FAILURE, CAUSING THE HEADLAMPS OR PARK LAMPS TO GO OUT.","IF THE LIGHTS FAIL, A VISIBILITY PROBLEM COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE HEADLAMP SWITCH INCLUDING A RELAY IN THE PARK LAMP WIRING CIRCUIT. -02/05/1999,99V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V025000),"General Motors, LLC",GM/BRAKE SWITCH,EXTERIOR LIGHTING,98065,Vehicle,988587,"VEHICLE DESCRIPTION: PICKUP TRUCKS, CREW CABS, UTILITY TRUCKS AND SPORT UTILITY VEHICLES. THESE VEHICLES WERE BUILT WITH THE POLARITY OF THE WIRING FOR THE ZERO ADJUST BRAKE SWITCH REVERSED FROM WHAT WAS SPECIFIED ON THE SWITCH DRAWING. WITH THE REVERSED POLARITY, THE CONTACTS IN THE BRAKE SWITCH CAN WEAR OUT PREMATURELY. THE BRAKE SWITCH WILL PERFORM NORMALLY UNTIL THE BRAKE SWITCH CONTACTS WEAR OUT, RESULTING IN LOSS OF THE BRAKE LAMPS WITHOUT ANY WARNING TO THE DRIVER.",THIS WOULD FAIL TO WARN A FOLLOWING DRIVER THAT THE VEHICLE IS BRAKING AND COULD LEAD TO A CRASH.,DEALERS WILL REPLACE THE BRAKE SWITCH AND REVERSE THE WIRING. -02/05/1999,99V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V022000),"Volkswagen Group of America, Inc.",VW/B-PILLAR MAT/FIRE,STRUCTURE,UF,Vehicle,36258,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SOUND ABSORBING MAT ATTACHED TO THE INSIDE OF THE B-PILLAR SIDE TRIM PANEL COULD HAVE BEEN IMPROPERLY INSTALLED. SURFACE AND EDGES OF THE MAT COULD HAVE BEEN DAMAGED DURING THE ASSEMBLY PROCESS. IT COULD IGNITE WHEN EXPOSED TO THE EXHAUST GAS OF THE SEAT BELT PRE-TENSIONER IGNITER IN THE EVENT OF A SEVERE FRONT OR SIDE COLLISION.,THIS COULD RESULT IN A FIRE.,DEALERS WILL REMOVE THE MATTING MATERIALS FROM INSIDE THE B-PILLAR ON BOTH SIDES OF THE VEHICLE. -02/02/1999,99V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V020000),Blue Bird Body Company,BLUE BIRD/SEAT REINFORCEMENT/FUEL HOSE,"FUEL SYSTEM, GASOLINE",R99CK,Vehicle,829,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH 30-INCH AND 34-INCH SEATS AND BARRIERS OR 36, 39, AND 45-INCH SEATS AND BARRIERS WITH OFFSET LEGS INSTALLED IN THE FIRST BODY SECTION BEHIND THE DRIVER. WHEN NARROW SEATS AND BARRIERS (30"" AND 34"") OR SEATS AND BARRIERS WITH OFFSET LEGS ARE INSTALLED, ADDITIONAL FLOOR REINFORCEMENT IS ADDED. IT WAS DISCOVERED THIS REINFORCEMENT INTERFERES WITH AND CHAFES THE RUBBER FUEL FILLER HOSE.",THIS CHAFING COULD RESULT IN A FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL PLACE A SHIELD OVER THE ADDITIONAL FLOOR REINFORCEMENT TO PROTECT THE RUBBER FUEL FILLER HOSE FROM CHAFING. -02/02/1999,99V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V019000),UD Trucks Corporation,NISSAN DIESEL/BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,34,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS. A SMALL SEAL BOOT IN THE SELF-ADJUSTING BRAKE SYSTEM LOCATED ON THE RIGHT REAR SLACK ADJUSTER MAY HAVE BEEN TORN IN THE MOVEMENT OF THE VEHICLE DURING THE ASSEMBLY PROCESS.,"BRAKE EFFECTIVENESS COULD BE REDUCED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE SEAL BOOTS. -02/01/1999,98V308002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V308002),Motor Coach Industries,"MCI/ISRINGHAUSEN SEATS/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,1,"VEHICLE DESCRIPTION: TRANSIT BUSES. THE TETHER PLATES, WHICH ARE ATTACHED TO THE REAR OF BOTH THE UPPER AND LOWER FRAMES OF THE SUSPENSION UNIT, CONTAIN A SHARP EDGE WHICH CAN CAUSE PREMATURE WEAT OF THE NYLON TETHERS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THESE SEAT BELTS MAY NOT PROPERLY RESTAIN THE OCCUPANT INCREASING THE RISK OF PERSONAL INJURY.","ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION FOR THIS RECALL. OWNERS WILL BE PROVIDED WITH A REPLACEMENT KIT WHICH INCLUDES NEW TETHERS, TETHER PLATES, NUT, BOLTS, AND A TECHNICAL BULLETIN WITH DETAILED REPLACEMENT INSTRUCTIONS." -01/29/1999,99V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V017000),Blue Bird Body Company,BLUE BIRD/FMVSS 111/MIRRORS,VISIBILITY,R99CM,Vehicle,15,"VEHICLE DESCRIPTION: SCHOOL BUSES MOUNTED ON NAVISTAR CHASSIS. THE STANDARD CROSS VIEW MIRROR ASSEMBLIES INSTALLED ON THESE BUSES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS.""","THE SCHOOL BUS DRIVER MAY NOT BE ABLE TO SEE CERTAIN PORTIONS OF THE BUS, INCREASING THE RISK OF A CRASH OR PERSONAL INJURY TO PERSONS NEAR THE BUS.","BLUE BIRD WILL FURNISH TO DISTRIBUTORS AND OWNERS, PARTS AND INSTRUCTIONS NECESSARY TO MODIFY THE CROSS VIEW MIRROR ASSEMBLIES." -01/29/1999,99V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V016000),"Triumph Motorcycles America, Ltd.",TRIUMPH/WHEEL ASSEMBLY,WHEELS,02002091,Vehicle,212,"VEHICLE DESCRIPTION: MOTORCYCLES BUILT WITH 19"" FRONT WHEELS. THE FRONT INNER TUBE LOCATED IN THE FRONT WHEEL ASSEMBLY CAN DEFORM CAUSING LOSS OF AIR PRESSURE.",LOSS OF AIR PRESSURE IN THE FRONT TIRE COULD CAUSE LOSS OF CONTROL OF THE MOTORCYCLE.,DEALERS WILL REPLACE THE FRONT WHEEL ON THESE MOTORCYCLES. -01/26/1999,99V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V013000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/AXLE OVERLOAD,SUSPENSION,90108,Vehicle,95,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THESE MOTOR HOMES, WHEN FULLY EQUIPPED AND LOADED WITH TYPICAL CARGO, WILL EXPERIENCE AN OVERLOADED CONDITION ON THE REAR AXLE.",THIS COULD CAUSE THE REAR AXLE COMPONENTS TO FAIL PREMATURELY RESULTING IN LOSS OF VEHICLE CONTROL.,DEALERS WILL REPLACE THE REAR AXLE WITH A NEW HIGHER CAPACITY REAR AXLE. -01/22/1999,99V014001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V014001),"Mack Trucks, Inc.",MACK/INNER WHEEL CONE,SUSPENSION,SCO257,Vehicle,8025,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCK CHASSIS EQUIPPED WITH MACK 16,000 LB., 18,000 LB., OR 20,000 LB. HEAVY DUTY STEERING AXLES. THE INNER WHEEL BEARING CONE FOR THE STEERING AXLE WHEEL HUB ASSEMBLY DOES NOT PROPERLY FIT ONTO THE MACK STEERING AXLE SPINDLE ASSEMBLY. IMPROPER FIT OF THE BEARING TO THE SPINDLE INCREASES THE STRESS LEVELS TO THE STEERING AXLE SPINDLE WHICH COULD CAUSE SPINDLE FAILURE.","IF THE SPINDLE FAILS, A LOSS OF DRIVER CONTROL COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REMOVE THE LEFT AND RIGHT HUB/DRUM ASSEMBLIES FROM THE STEERING AXLES AND REPLACE THE INNER WHEEL BEARING CONES AND CUPS. -01/21/1999,99E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E002000),"STANDARD MOTOR PRODUCTS, INC.",STANDARD MOTOR/HEATER CORE,VISIBILITY,NR (Not Reported),Equipment,2300,EQUIPMENT DESCRIPTION: AFTERMARKET HEATER CORES USED ON ISUZU TROOPER AND PICKUP. THE HEATER CORE CAN RUPTURE.,THIS RUPTURE IS OF SUFFICIENT FORCE TO SPRAY HOT ANTIFREEZE CAUSING POSSIBLE BURNS TO ADJACENT OCCUPANTS.,THESE HEATER CORES WILL BE REPLACED. -01/21/1999,99V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V006000),"STRAIGHTLINE MANUF., INC.",STRAIGHTLINE/AXLES,SUSPENSION,NR (Not Reported),Vehicle,256,VEHICLE DESCRIPTION: TRAILERS MANUFACTURED BY VARIOUS BUILDERS FOR STRAIGHTLINE MANUFACTURING. THE AXLES AND AXLE COMPONENTS CAN BEND AND EVEN BREAK ON SOME UNITS ALLOWING THE AXLE TO STRIKE THE FRAME CAUSING DAMAGE TO THE AXLE AND AXLE ASSEMBLIES.,"FAILURE OF THE AXLES COULD CAUSE THE WHEEL AND AXLE SPINDLE TO SEPARATE FROM THE TRAILER, CAUSING A LOSS OF CONTROL.","STRAIGHTLINE WILL REPLACE THE EXISTING AXLES WITH NEW, REINFORCED AXLES." -01/20/1999,99V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V009000),"General Motors, LLC",GM/INTEGRATED CHILD SEATS,CHILD SEAT,98071,Vehicle,2090,"VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH INTEGRATED DUAL CHILD SEATS. SOME OF THESE VEHICLES MAY BE MISSING A SEAT BELT RETRACTOR CLUTCH SPRING AND/OR PAWL SPRING IN THE CHILD SEAT. IF THE CLUTCH SPRING WAS MISSING, THE SEAT BELT WOULD LOCK IN THE RETRACTED POSITION AND COULD NOT BE USED. IF THE PAWL SPRING WAS MISSING, THE SEAT BELT RESTRAINT WOULD CONTINUALLY PLAY OUT AND WOULD NOT LOCK.",THESE CONDITIONS COULD INCREASE THE OCCUPANT'S RISK OF INJURY IN THE EVENT OF A VEHICLE CRASH.,"DEALERS WILL INSPECT THE SEAT BELTS ON THE CHILD SEATS, AND IF NECESSARY, REPLACE THE CHILD SEAT." -01/20/1999,99V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V010000),Shyft Group,SPARTAN/FIRE TRUCK CAB TILT,STRUCTURE,97019,Vehicle,3210,"VEHICLE DESCRIPTION: FIRE TRUCKS. THE CAB TILT SYSTEM CONTAINS A 12 VOLT ELECTRICAL SOLENOID ASSEMBLY AS AN ACCESSORY TO THE CAB TILT ELECTRIC MOTOR/HYDRAULIC PUMP ASSEMBLY. RAIN, SNOW, SALT SPRAY OR OTHER CORROSIVE ENVIRONMENT CAN CORRODE THE SOLENOID OR ""BRIDGE"" THE ENERGIZING COIL WIRE TERMINAL CAUSING THE CAB TILT SYSTEM TO OPERATE UNCONTROLLABLY.","THIS COULD CAUSE THE CAB TILT SYSTEM TO ACTUATE WITHOUT CONTROL, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL A HERMETICALLY SEALED SOLENOID ASSEMBLY. -01/20/1999,99V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V011000),Toyota Motor Corporation,TOYOTA/AUTOMATIC LIGHT CONTROL,EXTERIOR LIGHTING,XL-3,Vehicle,23441,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEADLIGHTS AND TAILLIGHTS MAY NOT AUTOMATICALLY ILLUMINATE IN LOW AMBIENT LIGHT WHEN THE HEADLIGHT SWITCH IS PLACED IN THE ""AUTO"" POSITION.","VEHICLES FOLLOWING BEHIND MAY NOT SEE THE VEHICLE SINCE NO HEADLIGHTS AND TAILLIGHTS WOULD BE ILLUMINATED, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL A MODIFIED BODY ELECTRONIC CONTROL UNIT. -01/20/1999,99V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V012000),Toyota Motor Corporation,TOYOTA/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",XL-2,Vehicle,6503,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE OPTIONAL TRACTION CONTROL SYSTEM. DUE TO IMPROPER DESIGN OF THE REAR BRAKE TUBE DISTRIBUTION, IF ONE OF THE DUAL BRAKE LINES FAILS WHEN THE DRIVER APPLIES THE BRAKE, THE VEHICLE WILL FEEL UNSTABLE COMPARED TO VEHICLES WITH PROPER REAR BRAKE TUBE DISTRIBUTION.",THIS CONDITION CAN INCREASE THE RISK OF A CRASH.,DEALERS WILL INSTALL MODIFIED BRAKE TUBES. -01/19/1999,99T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99T001000),Bridgestone Americas Tire Operations,BRIDGESTONE/FMVSS 109/TREAD CHUNKING,TIRES,NR (Not Reported),Tire,32,"TIRE DESCRIPTION: P195/65R15 TURANZA EL41, DOT SERIAL NO. Y79NPVD458 AND Y79NPVD468, SUPPLIED TO HONDA FOR INSTALLATION ON THEIR NEW VEHICLES. THESE TIRES DO NOT COMPLY WITH THE HIGH SPEED AND ENDURANCE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES.""",THIS CONDITION CAN AFFECT THE LONG TERM SERVICE LIFE OF THE TIRE.,DEALERS WILL REPLACE THESE TIRES. -01/19/1999,99E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99E001000),FEDERA-MOGUL CORPORATION,FEDERAL MOGUL/AFTERMARKET BRAKE PADS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,37611,"EQUIPMENT DESCRIPTION: AFTERMARKET DISC BRAKE PADS USED AS REPLACEMENT PRODUCTS FOR 1983-1985, 1987-1994 FORD RANGERS, 1984-1985, 1987-1990 BRONCO II, 1986-1997 AEROSTAR MINI VANS, 1991-1994 EXPLORER, AND 1991-1994 MAZDA NAVAJO SPORT UTILITY VEHICLES. THE LOCATING LUGS ON THE STEEL BACK OF THE OUTER BRAKE PAD WERE INCORRECTLY POSITIONED.","THE OUTER BRAKE PADS COULD SEPARATE FROM THE CALIPER DURING NORMAL BRAKING, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE BRAKE PADS WITH REVISED REPLACEMENT PADS. -01/19/1999,99V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V007000),"ROVER GROUP, LIMITED",LAND ROVER/UNDERHOOD FIRES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,20426,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. AS A RESULT OF WATER INGRESS AND SUBSEQUENT ICE BLOCKAGE, THE TRANSMISSION BREATHER TUBE CAN BECOME CLOGGED, EXPELLING TRANSMISSION FLUID FROM THE DIPSTICK TUBE ONTO HOT ENGINE COMPONENTS.","THIS LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN AN UNDERHOOD FIRE.",DEALERS WILL REMOVE THE TRANSMISSION BREATHER TUBE FROM THE INNER FENDER AND A SECTION OF THE HOSE WILL BE CUT AT AN ANGLE. THIS ACTION WILL REMOVE THE END OF THE BREATHER TUBE FROM ANY POOLED WATER AND WILL ELIMINATE WATER DROPLETS FROM CLINGING TO THE END OF THE TUBE. -01/15/1999,99V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V008000),Shyft Group,SPARTAN/SUSPENSION,SUSPENSION,98060-01,Vehicle,542,"VEHICLE DESCRIPTION: CARPENTER FRONT ENGINE, SPRING SUSPENSION SCHOOL BUSES. DUE TO FRAME FLEXING, BOTH THE FRONT SPRING HANGER MOUNTING BOLTS AND THE STEERING BOX MOUNTING BOLTS CAN LOOSEN ALLOWING SUBSEQUENT FRACTURE OR TORQUE LOSS OF THESE BOLTS.",THIS WOULD ALLOW THE FRONT AXLE TO MOVE AFFECTING DIRECTIONAL CONTROL OF THE VEHICLE.,"DEALERS WILL ADD THREE STRUCTURAL, WELDED CROSS-MEMBERS TO TIE TOGETHER THE RIGHT AND LEFT FRAME RAILS, ALL LOCATED FORWARD OF THE FRONT AXLE." -01/13/1999,99V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V003000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/ENGINE CAM BOLT,ENGINE AND ENGINE COOLING,095,Vehicle,14211,VEHICLE DESCRIPTION: MOTORCYCLES. THE ENGINE CAM BOLT CAN LOSE ITS CLAMP LOAD AND/OR BREAK.,"THIS CONDITION CAN CAUSE THE ENGINE TO QUIT RUNNING WITH OR WITHOUT PRIOR WARNING. IN SOME INSTANCES, THE ENGINE COULD RUN ERRATICALLY BEFORE QUITTING.",DEALERS WILL REPLACE THE ENGINE CAM BOLTS AND WASHERS. -01/07/1999,99V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V002000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/AIR BAG CONTROL MODULE,AIR BAGS,816,Vehicle,46193,"VEHICLE DESCRIPTION: VANS AND VANS USED FOR CONVERSION. IF A HEAVY OBJECT IMPACTS THE METAL CASING OF THE AIR BAG ELECTRONIC CONTROL MODULE (AECM), LOCATED UNDER THE DRIVER SEAT, THE MODULE COULD INADVERTENTLY DEPLOY THE AIR BAGS.",UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPLACE THE AECM WITH A MODULE THAT INCORPORATES REVISED HARDWARE AND SOFTWARE ON ALL AFFECTED VEHICLES. -01/07/1999,99V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V001000),"Chrysler (FCA US, LLC)",DAIMLERCHRYSLER/BODY SPOT WELDS,STRUCTURE,796,Vehicle,3683,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR SUSPENSION CROSSMEMBER MAY BE MISSING SPOT WELDS.,"THIS CONDITION CAN RESULT IN STRUCTURAL CRACKS IN THE BODY, AND REDUCED CRASH PROTECTION IN THE EVENT OF A REAR IMPACT.","DEALERS WILL INSPECT THE VEHICLES FOR ANY MISSING WELDS, AND WILL HAVE STRUCTURAL RIVETS INSTALLED IN PLACE OF THE MISSING WELDS." -01/04/1999,99V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V005000),"BMW of North America, LLC",BMW/AUTOMATIC TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,249,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A 5HP24 AUTOMATIC TRANSMISSION. PREMATURE WEAR OF THE RING GEAR CAN OCCUR, LEADING TO THE LOSS OF 1ST, 2ND, 3RD, AND REVERSE GEARS.","IF THIS PROBLEM OCCURS, THE CAR MAY NO LONGER OPERATE IN REVERSE, 1ST, 2ND, OR 3RD GEARS.",DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION. -01/04/1999,99V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=99V004000),"BMW of North America, LLC",BMW/GENERATOR CABLE ATTACHMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1615,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE THICKNESS OF THE MAIN POSITIVE ELECTRICAL CABLE (GENERATOR TO STARTER) INSULATION IS LESS THAN SPECIFIED, MAKING IT SUSCEPTIBLE TO BEING ABRADED OR CUT BY THE CLIP THAT SECURES THE CABLE TO THE GENERATOR.","THE CABLE INSULATION CAN BE WORN AWAY, EXPOSING THE WIRE. THE WIRE COULD CONTACT THE CLIP OR A SHORT CIRCUIT COULD OCCUR.","DEALERS WILL APPLY A THICKNESS OF INSULATING TAPE TO THE CABLE IN THE AREA OF THE CLIP, AND INSTALL A REVISED CLIP." -12/23/1998,98V330000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V330000),LES ENTREPRISES M.CORBEIL,CORBEIL/FMVSS 217,STRUCTURE,NR (Not Reported),Vehicle,1545,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON FORD AND GENERAL MOTORS CHASSIS. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE."" THE REAR DOOR MUST PROVIDE AN OPENING LARGE ENOUGH TO PERMIT UNOBSTRUCTED PASSAGE OF A RECTANGULAR PARRELEPIPED.","IN THE EVENT OF A CRASH, THE REAR EMERGENCY DOOR IS NARROW, WHICH COULD MAKE EVACUATION OF THE VEHICLE MORE DIFFICULT.","DEALERS WILL REPLACE THE SEAT BACKS ON THE REAR SEATS WITH STRAIGHTER AND THINNER SEAT BACKS, ALLOWING FOR FULL ACCESS TO THE REAR EMERGENCY DOOR." -12/23/1998,98V332000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V332000),"Volkswagen Group of America, Inc.",VW/UNDERHOOD FIRE,"FUEL SYSTEM, GASOLINE",KS,Vehicle,37200,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH V6 ENGINES. AN INTERNAL SEAL OF THE FUEL INJECTOR CAN MALFUNCTION, ALLOWING FUEL LEAKAGE IN THE ENGINE COMPARTMENT.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE ALL FUEL INJECTORS. -12/22/1998,98V328000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V328000),Collins Bus Corporation,COLLINS BUS/FMVSS 210,SEATS,NR (Not Reported),Vehicle,11,"VEHICLE DESCRIPTION: SINGLE REAR-WHEEL AND DUAL REAR-WHEEL SCHOOL BUSES BUILT ON CHEVROLET 3500 VAN CUTAWAY CHASSIS, EXTERIOR BODY WIDTH OF 81"" OR 94"". THE SCHOOL BUS CERTIFIED SAFETY SEATS DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAR BELT ASSEMBLY ANCHORAGES."" THE SEAT LEGS MAY HAVE INCOMPLETE OR MISSING WELDS.","IN THE EVENT OF A CRASH, THE SEATS MAY NOT WITHSTAND THE FORCES SPECIFIED, POSSIBLY CAUSING INJURY TO THE SEAT OCCUPANT.",DEALERS WILL REPLACE THE NONCOMPLYING SEAT LEGS. -12/22/1998,98V240003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V240003),Damon Corporation,DAMON/MAGNETEK/POWER CONVERTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,378,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH 45 AMP MAGNETEK POWER CONVERTERS. A WEAKENED BYPASS CAPACITOR ON THE CONVERTER'S PRINTED CIRCUIT BOARD CAN CAUSE A BREAKDOWN OF THE CAPACITOR ALLOWING ELECTRICAL CURRENT LEAKAGE.,ELECTRICAL CURRENT LEAKAGE COULD RESULT IN A FIRE.,MAGNETEK IS REPLACING THESE POWER CONVERTERS. -12/22/1998,98V329000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V329000),"General Motors, LLC",GM/FMVSS 212/WINDSHIELD,VISIBILITY,98077,Vehicle,12,"VEHICLE DESCRIPTION: PASSENGER VEHICLE. THE WINDSHIELD MAY HAVE BEEN IMPROPERLY INSTALLED AND MAY NOT MEET THE WINDSHIELD RETENTION DURING A FRONTAL IMPACT REQUIREMENTS OF FMVSS NO. 212, ""WINDSHIELD MOUNTING.""","IN THE EVENT OF A CRASH, THE WINDSHIELD MAY NOT BE PROPERLY RETAINED AND INJURY TO VEHICLE OCCUPANTS COULD OCCUR.",DEALERS WILL REPLACE THE WINDSHIELDS ON AFFECTED VEHICLES. -12/22/1998,98V331000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V331000),Daimler Commercial Buses NA,ORION/STEERING RELAY ARM,STEERING,NR (Not Reported),Vehicle,20,VEHICLE DESCRIPTION: LOW-FLOOR TRANSIT BUSES EQUIPPED WITH A CAST STEEL STEERING RELAY ARM. THE STEERING ARMS CAN FAIL WITHOUT WARNING.,"THIS CONDITION CAN LEAVE THE BUS WITH NO STEERING CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE STEERING ARMS. -12/21/1998,98V326000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V326000),FREIGHTLINER LLC,FREIGHTLINER/WINDSHIELD WIPER,VISIBILITY,FL-228A,Vehicle,6720,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE WINDSHIELD WIPER CONNECTING LINKAGE SOCKETS CAN WEAR OUT PREMATURELY DUE TO INSUFFICIENT GREASING DURING ASSEMBLY.,"THIS CAN LEAD TO A SEPARATION OF THE LINKAGE AND LOSS OF WIPER FUNCTION, IMPAIRING THE DRIVER'S VISIBILITY.",DEALERS WILL REPLACE THE CONNECTING LINKAGES WITH NEW LINKS THAT ARE PROPERLY LUBRICATED. -12/18/1998,98V327000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V327000),Shyft Group,SPARTAN/CAB MOUNTS,STRUCTURE,SPEC 98045,Vehicle,30,VEHICLE DESCRIPTION: CEMENT MIXERS. ONE OR MORE OF THE FOUR CAB MOUNTING BOLTS CAN PUNCH THROUGH THE SHEET METAL FLOOR ALLOWING THE CAB TO DROP OR TILT AND THEN CONTACT THE STEERING MECHANISM.,THIS CONDITION CAN JAM THE STEERING MECHANISM PREVENTING THE VEHICLE FROM BEING TURNED IN ANY DIRECTION.,DEALERS WILL REINFORCE THE CAB FLOOR AT THE SUSPENSION POINTS; PROVIDE NEW CAB SUPPORT BRACKETS; AND PROVIDE ADDITIONAL SPACERS TO LIFT THE CAB HEIGHT IN RELATION TO THE STEERING GEAR. -12/16/1998,98V322000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V322000),Ford Motor Company,FORD/LOWER CONTROL ARM,SUSPENSION,98S37,Vehicle,175000,"VEHICLE DESCRIPTION: CERTAIN 1996-1999 FORD CROWN VICTORIA POLICE, FLEET, NATURAL GAS, AND 1996-1999 LINCOLN TOWN CAR LIMOUSINE VEHICLES THAT WERE PRODUCED WITH A LOWER CONTROL ARM BALL JOINT CONTAINING A ONE PIECE BEARING; AND 1990-1996 FORD CROWN VICTORIA POLICE, FLEET, AND NGV VEHICLES AND 1990-1996 LINCOLN TOWN CAR LIMOUSINE VEHICLES THAT HAVE BEEN SERVICED WITH EITHER A BALL JOINT CONTAINING THE ONE-PIECE BEARING OR A FRONT LOWER CONTROL ARM CONTAINING A BALL JOINT WITH A ONE-PIECE BEARING. THE ONE-PIECE BEARING WITHIN THE LOWER CONTROL ARM BALL JOINT CAN WEAKEN SLOWLY DURING USE AND EVENTUALLY CRACK. THIS COULD RESULT IN SEPARATION OF THE BALL AND CAP OF THE JOINT, ALLOWING THE CONTROL ARM TO DROP TO THE GROUND.","IF THIS OCCURS WHILE THE VEHICLE IS MOVING, REDUCED STEERING CONTROL COULD OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE LOWER CONTROL ARM BALL JOINTS (2). -12/16/1998,98V323000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V323000),Ford Motor Company,FORD/SUBFRAME CORROSION,STRUCTURE,98S36,Vehicle,2697000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN CONNECTICUT, DELAWARE, DISTRICT OF COLUMBIA, ILLINOIS, INDIANA, IOWA, KANSAS, KENTUCKY, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEBRASKA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, VIRGINIA, WEST VIRGNIA, AND WISCONSIN. THE REAR LOWER SUBFRAME MOUNT PLATE NUT CAN EXPERIENCE STRESS CORROSION CRACKING IF SUBJECTED TO LONG TERM EXPOSURE TO ROAD SALTS. THIS CAN RESULT IN FRACTURE AND LOSS OF THE STRUCTURAL INTEGRITY OF THE SUBFRAME MOUNT ATTACHMENT. DETACHMENT OF THE BODY MOUNTS AT THE REAR CORNERS OF THE SUBFRAME, WHICH SUPPORTS THE ENGINE AND TRANSMISSION, ALLOWS THE REAR CORNERS OF THE SUBFRAME TO DROP.","IF BOTH REAR CORNERS DROP, STEERING WOULD BECOME SUDDENLY VERY DIFFICULT, AFFECTING VEHICLE CONTROL AND INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL SUBFRAME REAR MOUNT BOLTS, REINFORCEMENT PLATES, AND PLATE NUTS." -12/15/1998,98V305001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V305001),DAEWOO MOTOR DE PUERTO RICO,DAEWOO PUERTO RICO/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,1077,VEHICLE DESCRIPTION: 3 AND 4-DOOR PASSENGER SEDANS LOCATED IN PUERTO RICO. THE STEERING WHEEL CAN BECOME DAMAGED FROM OVER-ROTATION.,"IF THIS CONDITION WERE TO OCCUR, A LOSS OF VEHICLE STEERING COULD RESULT, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE EXISTING STEERING WHEEL WITH A REVISED VERSION. -12/15/1998,98V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V319000),"General Motors, LLC",GM/REAR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,27083,VEHICLE DESCRIPTION: PASSENGER VEHICLES. ONE OF THE REAR SUSPENSION TRAILING ARM BOLTS CAN FATIGUE AND BREAK.,"IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, A LOSS OF VEHICLE CONTROL CAN OCCUR, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE REAR SUSPENSION TRAILING ARM FASTENERS. -12/15/1998,98V324001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V324001),"General Motors, LLC",GM/STEERING COLUMN SHAFT COUPLER,STEERING,98076,Vehicle,1158,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE COUPLING THAT CONNECTS THE STEERING COLUMN SHAFT TO THE INTERMEDIATE STEERING SHAFT IS CRACKED. THIS COULD ALLOW THE STEERING SHAFTS TO SEPARATE.,"IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, A LOSS OF STEERING CONTROL COULD OCCUR INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE STEERING SHAFT COUPLING. -12/15/1998,98V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V320000),"General Motors, LLC",GM/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,217,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STEERING WHEEL CAN COME LOOSE FROM THE STEERING SHAFT BECAUSE THE STEERING WHEEL RETAINING NUT COULD HAVE BEEN IMPROPERLY TIGHTENED.,"THIS CONDITION COULD CAUSE A LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE STEERING WHEEL RETAINING NUT FOR CORRECT TIGHTNESS AND TIGHTEN IF NECESSARY. -12/14/1998,98V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V313000),Blue Bird Body Company,BLUE BIRD/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2740,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT FORWARD AND REAR ENGINE BUSES EQUIPPED WITH CUMMINS ISB AND ISC ENGINES. THE WIRING HARNESS TO THE COMBUSTION AIR INTAKE GRID HEATER CAN CHAFE AGAINST THE ENGINE AND WEAR THROUGH CAUSING AN ELECTRICAL SHORT IN THE GRID HEATER POWER SUPPLY. THE SHORT CAUSES THE FUSIBLE LINK TO FAIL.,"WHEN THE FUSIBLE LINK FAILS, INSULATION ON THE FUSIBLE LINK CAN IGNITE, CREATING A FIRE RISK IN THE ENGINE COMPARTMENT.","OWNERS WILL BE ADVISED TO REPLACE THE ORIGINAL GRID HEATER POWER SUPPLY HARNESS WITH FUSIBLE LINKS WITH A NEW GRID HEATER POWER SUPPLY HARNESS EQUIPPED WITH FUSES. IN ADDITION, A CLAMP WILL BE ADDED TO SUPPORT THE HARNESS AWAY FROM THE ENGINE COMPONENTS." -12/14/1998,98V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V316000),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,6979,"VEHICLE DESCRIPTION: PASSENGER AND SPORT UTILITY VEHICLES SOLD IN THE CARIBBEAN. EXCESS LUBRICATION CAN CAUSE THE RUBBER DOOR LATCH SWITCH COVER TO DEFORM, AND THE DOOR LATCH SWITCH TO MALFUNCTION, SO THAT THE SHOULDER BELT ANCHORAGE WOULD REMAIN AT THE A-PILLAR WHEN THE DOOR WAS CLOSED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL REPLACE THE DOOR LATCH SWITCH. -12/14/1998,98V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V317000),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/DRIVER'S SIDE GUIDE RAIL,SEATS,NR (Not Reported),Vehicle,3978,"VEHICLE DESCRIPTION: PASSENGER VEHICLES SOLD IN THE CARIBBEAN. THE GUIDE RAIL ON THE DRIVER'S SIDE CONTAINS A COVERED CABLE AND ALSO AN ANGLED BELT GUIDE AT THE TOP END OF THE WEBBING. THE COMBINATION OF THESE FACTORS CAN LEAD, OVER TIME, TO THE CABLE'S MOVEMENT EXERTING ABRADING FORCE TO THE LOWER EDGES OF THE CABLE'S CHAMBER, SUFFICIENT TO CAUSE THE CABLE TO DROP OUT OF THE CHAMBER WITH THE SHOULDER BELT ANCHORAGE BECOMING STUCK.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSTALL A NEW REPLACEMENT GUIDE RAIL. -12/14/1998,98V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V318000),Newmar Corporation,NEWMAR/FUEL FILL LOCATION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61,"VEHICLE DESCRIPTION: TRAVEL TRAILERS, FIFTH WHEELS, AND MOTOR HOMES (GASOLINE CHASSIS ONLY). THE FUEL FILL LOCATION IS INCORRECT AND NEEDS TO BE CHANGED.",,DEALERS WILL REPOSITION THE FUEL FILL LOCATION ON THESE VEHICLES. -12/14/1998,98V325000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V325000),"Nissan North America, Inc.",NISSAN/FMVSS 114/THEFT PROTECTION,POWER TRAIN,NR (Not Reported),Vehicle,22000,"VEHICLE DESRIPTION: PASSENGER VEHICLES. THE IGNITION KEY CAN BE REMOVED WHEN THE ENGINE IS TURNED OFF WITHOUT PLACING THE TRANSMISSION SHIFT LEVER IN THE ""PARK"" POSITION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT.""","IF THIS OCCURRED AND THE DRIVER FAILED TO MOVE THE SHIFT LEVER TO 'PARK' OR ENGAGE THE PARKING BRAKE, THE VEHICLE COULD ROLL AWAY IF PARKED ON A SLOPE.",DEALERS WILL REPLACE THE SHIFT LOCK CONTROL UNIT. -12/11/1998,98V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V314000),Newell Coach Corp.,NEWELL/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,60,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH DANA SUSPENSIONS. A MACHINING OPERATION WAS OMITTED FROM THE SUSPENSION PIVOT ARM.,"THE DOWNWARD SUSPENSION TRAVEL WILL BE RESTRICTED AND AN INTERFERENCE CAN OCCUR BETWEEN THE PIVOT ARM AND THE UPPER WISHBONE. IF LEFT UNATTENDED, IT CAN RESULT IN DEFORMATION AND CRACKING OF THE UPPER WISHBONE CASTING.",DEALERS WILL REPLACE THE UPPER WISHBONES THAT HAVE ANY SIGNS OF METAL TO METAL CONTACT AND ALL PIVOT ARMS WILL NEED TO BE MODIFIED WHETHER OR NOT THEY SHOW SIGNS OF METAL CONTACT. -12/11/1998,98V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V315000),"Subaru of America, Inc.",SUBARU/TOW HOOKS,AIR BAGS,NR (Not Reported),Vehicle,95673,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. INADVERTENT AIR BAG DEPLOYMENT CAN OCCUR AFTER UNDERCARRIAGE CONTACT OF THE TOW HOOKS WITH CURBS, DIPS, SPEEDBUMPS, POTHOLES, ETC.",UNEXPECTED AIR BAG DEPLOYMENT COULD RESULT IN PERSONAL INJURY.,DEALERS WILL REMOVE THE FRONT TOW HOOKS. -12/10/1998,98E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E042000),IMT CORPORATION,IMT/BRAKE SPIDERS,WHEELS,NR (Not Reported),Equipment,160,"EQUIPMENT DESCRIPTION: 15"" BRAKE SPIDERS THAT ARE PART OF THE REAR BRAKING SYSTEM ON CERTAIN HIGHWAY TRAILERS AND IS ALSO USED ON AXLES WITH 19.5"" TIRES. THESE BRAKE SPIDERS CAN FRACTURE OR CRACK AS A RESULT OF FATIGUE STRESS.","THIS CONDITION WOULD IMPAIR THE BRAKING SYSTEM ON THE VEHICLE, INCREASING THE RISK OF A CRASH.","OWNERS WILL BE INSTRUCTED TO INSPECT THESE WHEELS, AND REPLACE, IF NECESSARY." -12/10/1998,98V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V311000),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,53162,"VEHICLE DESCRIPTION: PASSENGER VEHICLES SOLD IN THE CARIBBEAN. IN THE FRONT PASSENGER SEAT OF THESE VEHICLES, WHICH ARE EQUIPPED WITH TAKATA BELT BUCKLES, THE SEAT BELT RELEASE BUTTONS, WHICH ARE MADE OF ABS PLASTIC MATERIAL AND MARKED ""PRESS,"" CAN BREAK, ALLOWING PIECES TO FALL INTO THE BUCKLE ASSEMBLY.","IF PIECES FALL INTO THE BUCKLE ASSEMBLY, THE BUCKLE MAY NOT OPERATE PROPERLY, FAILING TO PROPERLY RESTRAIN AN OCCUPANT IN THE EVENT OF A CRASH.",DEALERS WILL REPAIR THE FRONT SEAT BELT BUCKLES. -12/08/1998,98V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V300000),Honda (American Honda Motor Co.),HONDA/MOTOR ECU,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,226,"VEHICLE DESCRIPTION: ELECTRIC VEHICLES. THE PROGRAM LOGIC FOR THE MOTOR ELECTRONIC CONTROL UNIT (ECU) CAN MISTAKENLY DETECT A FAILURE OF AN ELECTRICAL CURRENT SENSOR AT SPEEDS ABOVE 50 MPH. IF THIS OCCURS, THE ECU QUICKLY REDUCES VEHICLE SPEED IN ORDER TO MAINTAIN PROPER FEEDBACK CONTROL.",THIS CAN RESULT IN A SUDDEN LOSS OF POWER AND UNEXPECTED DECELERATION THAT COULD CAUSE A REAR-END COLLISION.,DEALERS WILL UPGRADE THE ECU . -12/07/1998,98V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V310000),"GEORGIE BOY MFG., LLC",COACHMEN/GEORGIE BOY/LP GAS LINE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,100,"VEHICLE DESCRIPTION: MOTOR HOMES BUILT WITH KITCHEN SLIDE-OUTS. A FLEXIBLE LIQUID PROPANE (LP) GAS LINE WITHIN THE SLIDE-OUT CAN LEAK UNDER CERTAIN CONDITIONS; E.G., WHEN EXPOSED TO HEAT FOR PROLONGED PERIODS OF TIME FROM THE STOVE.",LEAKING LP GAS COULD RESULT IN A FIRE AND EXPLOSION.,DEALERS WILL REPLACE THE FLEXIBLE LP GAS LINE WITH A COPPER LINE WITHIN THE SLIDE-OUT. -12/07/1998,98V120011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120011),Ford Motor Company,FORD/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,11,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -12/07/1998,98V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V312000),Ford Motor Company,FORD/FUEL LINE ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,305,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE FUEL LINE ASSEMBLIES MAY HAVE BEEN DAMAGED BY THE SUPPLIER DURING MANUFACTURING, ALLOWING LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL INSPECT THESE VEHICLES AND, IF NECESSARY, REPLACE THE FRONT AND REAR FUEL LINE ASSEMBLIES." -12/07/1998,98V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V307000),"General Motors, LLC",GM/HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,64199,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES WERE PRODUCED OR SERVICED WITH A HORN ASSEMBLY WHICH COULD FAIL. THE HORN COULD EITHER BECOME INOPERABLE OR ACTIVATE WITHOUT THE DRIVER PRESSING THE HORN BUTTON.,"UNDER CERTAIN CONDITIONS, HEAT CAN BUILD UP WITHIN THE ASSEMBLY AND AN UNDERHOOD FIRE COULD RESULT.",DEALERS WILL REPLACE THE HORN ASSEMBLY. -12/07/1998,98V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V309000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 111/MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,500,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON A NAVISTAR CHASSIS. THE CROSS VIEW MIRRORS DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS."" THE ENTIRE TOP SURFACE OF CYLINDER H IS NOT VISIBLE AS REQUIRED.",A DRIVER MAY NOT BE ABLE TO SEE CERTAIN PORTIONS OF THE BUS INCREASING THE RISK OF A CRASH OR PERSONAL INJURY TO PERSONS NEAR THE BUS.,"OWNERS WILL BE PROVIDED WITH A REPAIR KIT AND DETAILED INSTRUCTIONS. IF AN OWNER SO DESIRES, THOMAS BUILT DEALERS CAN PERFORM THE REPAIR FOR THEM." -12/02/1998,98V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V304000),Ford Motor Company,FORD/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,19187,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THE ACCELERATOR CABLE IS SUSCEPTIBLE TO FREEZING. WATER CAN ACCUMULATE IN THE END FITTING AND CAN FREEZE AT TEMPERATURES OF 32 DEGREES FAHRENHEIT AND BELOW. THE ICE COULD PREVENT THE ACCELERATOR FROM RETURNING TO IDLE.,"INCREASED STOPPING DISTANCE WOULD BE REQUIRED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE ACCELERATOR CABLE WITH A REVISED ACCELERATOR CABLE. -12/02/1998,98E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E041000),ISRINGHAUSEN,"ISRINGHAUSEN SEATS/FMVSS 207, 210",SEATS,NR (Not Reported),Equipment,273,"EQUIPMENT DESCRIPTION: SEAT MODELS 6800/338 AND 6800/348 SUPPLIED BY ISRINGHAUSEN FOR USE ON TRANSIT BUSES. THE TETHER PLATES, WHICH ARE ATTACHED TO THE REAR OF BOTH THE UPPER AND LOWER FRAMES OF THE SUSPENSION UNIT, CONTAIN A SHARP EDGE WHICH CAN CAUSE PREMATURE WEAT OF THE NYLON TETHERS.","IN THE EVENT OF A CRASH, THESE SEAT BELTS MAY NOT PROPERLY RESTAIN THE OCCUPANT INCREASING THE RISK OF PERSONAL INJURY.","OWNERS WILL BE PROVIDED WITH A REPLACEMENT KIT WHICH INCLUDES NEW TETHERS, TETHER PLATES, NUT, BOLTS, AND A TECHNICAL BULLETIN WITH DETAILED REPLACEMENT INSTRUCTIONS." -12/01/1998,98V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V301000),IC CORPORATION,AM-TRAN/DOOR HINGES,STRUCTURE,NR (Not Reported),Vehicle,37656,VEHICLE DESCRIPTION: SCHOOL BUSES. THE EMERGENCY DOOR HINGES THAT CONSIST OF STEEL PIN FITTINGS AND/OR LACKLUBRICATION CAN BIND FROM RUST AND/OR CORROSION.,THIS COULD CAUSE DIFFICULTY IN OPENING THE DOORS IN THE EVENT OF AN EMERGENCY.,OWNERS WILL BE PROVIDED WITH A REPAIR KIT AND INSTALLATION INSTRUCTIONS. THE OWNERS CAN CONTACT AN AMTRAN DEALER FOR ASSISTANCE IF THEY SO DESIRE. -12/01/1998,98V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V305000),DAEWOO MOTOR AMERICA,DAEWOO/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,1063,VEHICLE DESCRIPTION: 3 AND 4-DOOR PASSENGER SEDANS. THE STEERING WHEEL CENTER BUSHING CONNECTING THE STEERING WHEEL HUB TO THE STEERING COLUMN CAN SLIP.,"IF THIS CONDITION WERE TO OCCUR, EXCESSIVE FREE PLAY AND LOOSENESS OF THE VEHICLE STEERING COULD RESULT, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE EXISTING STEERING WHEEL WITH A REVISED VERSION. -12/01/1998,98V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V303000),Ford Motor Company,FORD/TOW HOOKS/AIR BAG DEPLOYMENT,AIR BAGS,98S34,Vehicle,20,VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS. THE CAST TOW HOOKS CHANGES THE CRASH PULSE OF THE VEHICLE IN FRONTAL BARRIER IMPACTS AND THE AIR BAG SENSOR WAS NOT CALIBRATED TO THIS NEW CRASH PULSE WHICH MAY CAUSE THE AIR BAGS TO DEPLOY IN LOWER SPEED IMPACTS THAN DESIGN INTENT.,UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN PERSONAL INJURY.,DEALERS WILL REPLACE THE CAST TOW HOOKS WITH FORGED HOOKS. -12/01/1998,98V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V306000),"General Motors, LLC",GM/SEAT BELT ANCHOR PLATE,SEAT BELTS,NR (Not Reported),Vehicle,111470,THE CENTER REAR SEAT BELT ANCHOR PLATE EXHIBITS STRESS CRACKS.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT SYSTEM CAN FRACTURE, INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.",DEALERS WILL REPLACE THE CENTER REAR SEAT BELT SYSTEM. -12/01/1998,98V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V302000),"POLARIS INDUSTRIES, INC.",VICTORY/FUEL PUMP/FILTER HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,266,"VEHICLE DESCRIPTION: MOTORCYCLES. CERTAIN FUEL PUMP/FILTER HOSES AND THE FUEL TANK RETURN HOSE CAN FAIL, RESULTING IN A FUEL LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL LINES BETWEEN THE FUEL FILTER AND THE FUEL PUMP AS WELL AS THE FUEL RETURN LINE. -11/27/1998,98V089001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V089001),"Porsche Cars North America, Inc.",PORSCHE/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,1968,VEHICLE DESCRIPTION: PASSSENGER VEHICLES. INADVERTENT DEPLOYMENT OF THE AIR BAG CAN OCCUR.,DEPLOYMENT OF THE AIR BAG WITHOUT WARNING COULD CAUSE A DRIVER TO LOSE VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE CRASH AND PERSONAL INJURY.,DEALERS WILL INSPECT THE AIR BAG SYSTEM AND A SPECIAL FILTER HORN RELAY WILL BE INSTALLED THAT PROTECTS THE AIR BAG UNIT FROM VOLTAGE PEAKS. -11/24/1998,98V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V299000),"General Motors, LLC",GM/INSTRUMENT PANEL WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,29,"VEHICLE DESCRIPTION: SCHOOL BUS CHASSIS. THE INSTRUMENT PANEL WIRING HARNESS CAN CONTACT THE BRAKE PEDAL MOUNTING BRACKET. OVER TIME, THE HARNESS WOULD ABRADE ON THE BRACKET RESULTING IN ELECTRICAL SHORTING.",THIS CONDITION CAN LEAD TO IGNITION OF UNDER DASH COMPONENTS AND RESULT IN A VEHICLE FIRE.,DEALERS WILL REROUTE THE WIRING HARNESS AND REPAIR ANY WIRES THAT HAVE BEEN ABRADED. -11/19/1998,98V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V298000),NEOPLAN USA CORPORATION,NEOPLAN/CATALYST OVERHEATING,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,594,"VEHICLE DESCRIPTION: TRANSIT COACHES EQUIPPED WITH CUMMINS L-10 ENGINES AND NELSON CATALYSTS AND SOLD TO LOS ANGELES, CALIFORNIA TRANSIT AUTHORITY. THE CATALYST CAN EXPERIENCE HIGH TEMPERATURES, WHICH COULD BE CAUSED FROM UNBURNED METHANE IGNITING INSIDE THE CATALYST BRICK.",THIS CONDITION CAN RESULT IN EXTREME OVERHEATING OF THE CATALYST AND COULD CAUSE IGNITION OF SURROUNDING COMBUSTIBLES IN CLOSE PROXIMITY TO THE CATALYST.,"DEALERS WILL INSPECT THE VEHICLES FOR PROPER INSTALLATION AND POSITIONING; INCREASE THE SIZE OF THE FIBERGLASS HOLE SURROUNDING THE TAIL PIPE, REMOVE A RUBBER AIR INLET BOOT THAT WAS TOO CLOSE TO THE CATALYST; REPLACE THE FLEX PIPE IN THE EXHAUST SYSTEM; AND ADD A BLANKET AROUND THE CATALYST TO PROVIDE ADDED INSULATION." -11/17/1998,98E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E040000),"ADVANCED FUEL COMPONENTS, INC",ADVANCED FUEL/CNG VALVE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,4200,EQUIPMENT DESCRIPTION: COMPRESSED NATURAL GAS VALVES USED ON TRANSIT BUSES. SEAT DETERIORATION CAN OCCUR RESULTING IN GAS LEAKAGE.,COMPRESSED NATURAL GAS LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,DEALERS WILL REPLACE THESE VALVES. -11/17/1998,98T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98T004000),Cooper Tire & Rubber Co.,COOPER/INADEQUATE RUBBER,TIRES,NR (Not Reported),Tire,1683,"TIRE DESCRIPTION: COOPER TRENDSETTER SE, SERIAL NUMBERS 3DUUC2J358 AND 3DUUC2J368 (AUGUST 30 THROUGH SEPTEMBER 12, 1998); MASTERCRAFT A/S IV, SERIAL NUMBERS 3DUUFF7338, 3DUUFFU348, AND 3DUUFFU358 (AUGUST 16 THROUGH SEPTEMBER 5, 1998); AND HERCULES MRX PLUS IV, SERIAL NUMBERS 3DUUHNM338 (MANUFACTURED AUGUST 16 THROUGH AUGUST 22, 1998) P225/70R15 TUBELESS RADIAL STANDARD LOAD TIRES. THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE ON THE BELT EDGE DUE TO LOW TREAD GAUGE UNDER THE SHOULDER SLOTS.","IF SEPARATION IS NOT DETECTED, CONTINUED USE CAN CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR, CASUING A LOSS OF AIR.","DEALERS WILL INSPECT THESE TIRES AND REPLACE, MOUNT AND BALANCE THE NEW TIRE AT NO CHARGE." -11/17/1998,98V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V296000),Ford Motor Company,FORD/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4000,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THESE VEHICLES MAY HAVE A MISSING OR PARTIALLY INSTALLED RETAINER CLIP THAT HOLDS THE MASTER CYLINDER PUSH ROD TO THE BRAKE PEDAL ARM.,"INCREASED BRAKE STOPPING DISTANCE CAN OCCUR, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THESE VEHICLES TO SEE IF THE RETAINER CLIP WAS INSTALLED, AND REPAIR, IF NECESSARY." -11/17/1998,98V308001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V308001),NEOPLAN USA CORPORATION,"NEOPLAN/ISRINGHAUSEN SEATS/FMVSS 207, 210",SEATS,NR (Not Reported),Vehicle,25,"VEHICLE DESCRIPTION: TRANSIT BUSES. THE TETHER PLATES, WHICH ARE ATTACHED TO THE REAR OF BOTH THE UPPER AND LOWER FRAMES OF THE SUSPENSION UNIT, CONTAIN A SHARP EDGE WHICH CAN CAUSE PREMATURE WEAT OF THE NYLON TETHERS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THESE SEAT BELTS MAY NOT PROPERLY RESTAIN THE OCCUPANT INCREASING THE RISK OF PERSONAL INJURY.","ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION FOR THIS RECALL. OWNERS WILL BE PROVIDED WITH A REPLACEMENT KIT WHICH INCLUDES NEW TETHERS, TETHER PLATES, NUT, BOLTS, AND A TECHNICAL BULLETIN WITH DETAILED REPLACEMENT INSTRUCTIONS." -11/17/1998,98V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V297000),Volvo Trucks North America,VOLVO TRUCK/FRONT STEER AXLE,STEERING,NR (Not Reported),Vehicle,25,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH A FAL 8.0 FRONT STEER AXLE. THE UPPER STEERING ARM CAN FAIL WITHOUT WARNING.,"THIS CONDITION CAN RESULT IN THE LOSS OF STEERING CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE UPPER STEERING ARM AND REPLACE IT, IF REQUIRED." -11/15/1998,98V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V292000),"VAN-CON, INCORPORATED",VAN-CON/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,37,"VEHICLE DESCRIPTION: SCHOOL BUSES. THE CERTIFICATION LABEL FOR THESE BUSES WAS INCORRECTLY IMPRINTED ""MULTIPURPOSE VEHICLE"" INSTEAD OF ""BUS/NON SCHOOL BUS."" THIS DOES NOT MEET THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""",THESE VEHICLES WOULD NOT BE IN COMPLIANCE WITH FEDERAL REGULATIONS.,OWNERS WILL BE MAILED CORRECTED CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. -11/13/1998,98E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E039000),ALCOA AL. CO. OF AMER.,ALCOA/TRUCK WHEELS,WHEELS,NR (Not Reported),Equipment,88394,"EQUIPMENT DESCRIPTION: AFTERMARKET ALUMINUM LIGHT TRUCK WHEELS, 16""X6"", USED WITH DUAL REAR WHEEL AXLE APPLICATIONS. FATIGUE CRACKS CAN OCCUR AT MULTIPLE LOCATIONS IN THE OUTBOARD BEAR SEAT AREA, ALLOWING AIR TO SLOWLY LEAK OUT OF THE TIRE. IF THE USER IGNORES THE PROBLEM, THE CRACKS CAN CONTINUE AROUND THE CIRCUMFERENCE OF THE WHEEL, CAUSING THE FACE OF THE WHEEL TO SEPARATE FROM THE REMAINING PART OF THE WHEEL.","THIS CONDITION COULD RESULT IN THE TIRE SEPARATION FROM THE WHEEL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE SUBJECT WHEELS. -11/13/1998,98V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V295000),"Volkswagen Group of America, Inc.",VW/COOLANT SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6217,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH VR6 ENGINES. A COOLANT SYSTEM COMPONENT SUCH AS THE THERMO SWITCH, RADIATOR FAN, OR WATER PUMP, CAN MALFUNCTION CAUSING THE COOLANT TEMPERATURE AND COOLANT SYSTEM PRESSURE TO INCREASE SIGNIFICANTLY. OVER TIME, EXCESSIVE PRESSURE CAN CAUSE LEAKAGE OF COOLANT FROMTHE SYSTEM, INCLUDING LEAKAGE FROM THE HEAT EXCHANGER.",LEAKAGE OF HOT COOLANT FROM THE HEAT EXCHANGER CAN CAUSE INJURY TO THE FEET OF THE DRIVER OR STEAM UP THE INTERIOR OF THE VEHICLE TEMPORARILY IMPAIRING THE DRIVER'S VISION.,"DEALERS WILL INSTALL IN THE COOLANT INLET HOSE TO THE HEATER CORE, A PRESSURE REDUCER WITH A 5MM DIAMETER SECURED BY A SPRING TENSIONED HOSE CLAMP. ALSO A NEW RELAY THAT WILL CHANGE THE OPERATION OF THE SECONDARY ELECTRICAL COOLANT PUMP WILL BE INSTALLED. DEALERS WILL ALSO PERFORM A FUNCTIONAL CHECK OF THE COOLING SYSTEM TO MAKE SURE THAT ALL COOLING SYSTEM COMPONENTS OPERATE PROPERLY." -11/10/1998,98V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V294000),"BMW of North America, LLC",BMW/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,700,"VEHICLE DESCRIPTION: MOTORCYCLES. IF THE ENGINE BACKFIRES DURING THE STARTING PROCESS, IT IS POSSIBLE FOR EITHER THROTTLE BODY TO LOOSEN IN ITS MOUNT, OR TO DISCONNECT FROM ITS MOUNT. IF THIS HAPPENS, THE FUEL LINE COULD BE DAMAGED OR THE LINE AND INJECTOR COULD SEPARATE FROM EACH OTHER, CAUSING FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL DISTRIBUTION UNIT. IN ADDITION, THE CONNECTION BETWEEN THE THROTTLE BODY AND THE AIR INLET TUBE WILL BE SECURED WITH TWO SCREWS TO PREVENT DAMAGE TO THE HOSE OR INJECTOR SHOULD A BACKFIRE OCCUR." -11/09/1998,98V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V293000),Collins Bus Corporation,COLLINS BUS/FMVSS 217,VISIBILITY,NR (Not Reported),Vehicle,67,"VEHICLE DESCRIPTION: SINGLE REAR-WHEEL AND DUAL REAR-WHEEL BUSES BUILT ON FORD E-350 AND E-450 ""SUPER DUTY"" CUTAWAY CHASSIS. WHEN APPLYING FORCE TO A WINDOW, THE WINDOW FRAME DEFLECTED, THE LATCHING MECHANISM FAILED, AND THE WINDOW OPENED BEFORE THE GLAZING SHATTERED AND BEFORE REACHING THE REQUIRED NECESSARY FORCE. THIS DOES NOT MEET WITH THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",WINDOWS MAY NOT OPERATE PROPERLY IN THE EVENT OF AN EMERGENCY.,"OWNERS WILL BE PROVIDED WITH REPAIR PARTS AND INSTALLATION INSTRUCTIONS. IF AN OWNER DESIRES, COLLINS WILL REPAIR THE VEHICLES FOR THEM." -11/09/1998,98V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V288000),Ford Motor Company,FORD/TRANSMISSION OIL COOLER LINE,POWER TRAIN,NR (Not Reported),Vehicle,1800,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUPPED WITH THE ""CALIFORNIA"" EMISSIONS PACKAGE. AN INCORRECT TRANSMISSION OIL COOLER LINE WAS INSTALLED. THE LINE CONTACTS THE ANTI-LOCK BRAKING SYSTEM MODULE SUPPORT BRACKET AND OVER TIME, CAN WEAR AND DEVELOP A LEAK.",TRANSMISSION FLUID LEAKAGE ONTO THE EXHAUST MANIFOLD OR CATALYTIC CONVERTER CAN RESULT IN A FIRE.,DEALERS WILL INSTALL THE APPROPRIATE TRANSMISSION OIL COOLER LINE. -11/09/1998,98V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V290000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/DRIVE LINE,POWER TRAIN,NR (Not Reported),Vehicle,5487,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH SPICER SPL170 55MM CENTER BERING PACKAGE. THE END YOKE RETAINING NUT CAN LOOSEN.,"IF THIS CONDITION OCCURS, THE DRIVE LINE CAN VIBRATE AND SEPARATE FROM THE VEHICLE, CAUSING VEHICULAR DAMAGE, OR PERSONAL INJURY, OR BOTH.","DEALERS WILL REMOVE THE 55MM CENTER BEARING PACKAGE AND COUPLER SHAFT, AND REPLACE IT WITH A NEW COUPLER SHAFT AND A 60MM CENTER BEARING PACKAGE. AN INTERIM REMEDY CAN BE IMPLEMENTED BY PLACING A SPOT WELD ON THE COUPLING SHAFT THREADS UNTIL PARTS ARE AVAILABLE." -11/09/1998,98V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V291000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/FUEL LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22032,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH T444E DIESEL ENGINES. A FUEL LEAK CAN OCCUR BECAUSE OF OVERCRIMPING OF THE HOSE END FITTINGS ON THE HOSE FROM THE REGULATOR TO THE LEFT HEAD AND THE HOSE FROM THE FUEL TRANSFER PUMP TO THE REGULATOR.,"FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN A FIRE.","DEALERS WILL INSPECT THE OIL HOSE AND PLACE AN ADDITIONAL CONVOLUTED LOOM AROUND THE EXISTING OIL HOSE, OR REPLACE THE HOSE ASSEMBLY." -11/09/1998,98V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V289000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/OIL HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,16231,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH A T444E DIESEL ENGINE. THE HIGH PRESSURE OILLINE FOR THE FUEL INJECTION SYSTEM THAT GOES FROM THE HIGH PRESSURE OIL PUMP TO THE RIGHT CYLINDER HEAD CAN CHAFE AGAINST THE CHARGE AIR COOLER CROSSOVER PIPE.,"IF THIS CONDITION OCCURS, THE HOSE WILL FAIL, RESULTING IN A SUDDEN LOSS OF OIL, CAUSING THE ENGINE TO HAVE A SUDDEN LOSS OF POWER.","DEALERS WILL INSPECT THE HOSES AND IF THE HOSE IS NOT DAMAGED A CONVOLUTED HOSE WILL BE PLACED OVER THE CURRENT HOSE. IF THE HOSE IS DAMAGED, IT WILL BE REPLACED ALONG WITH THE CONVOLUTED HOSE." -11/09/1998,98V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V287000),"Suzuki Motor USA, LLC",SUZUKI/FUEL PUMP HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6087,VEHICLE DESCRIPTION: MOTORCYCLES. THE HOSE CONNECTING THE FUEL PUMP TO THE FUEL FILER CAN COME OFF CAUSING A LCAK OF FUEL PRESSURE OT THE FUEL INJECTION SYSTEM. THIS CAN PREVENT THE MOTORCYCLE FROM STARTING OR CAN CAUSE THE ENGINE TO STALL.,"ENGINE STALLING WHILE RIDING COULD DISTURB THE DRIVER'S ABILITY TO CONTROL THE MOTORCYCLE, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE ORIGINAL RUBBER FUEL HOSE WITH A COMBINATION METAL AND RUBBER FUEL PIPE SET WHICH WILL ELIMINATE THE POSSIBILITY OF A FUEL HOSE DISCONNECTING FROM THE FUEL PUMP. -11/07/1998,98V196002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V196002),Damon Corporation,DAMON/FAN-LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,292,"VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE FAN-LIGHT APPLIANCE CAN FAIL (MOST COMMONLY INVOLVING A FAILURE OF THE FAN MOTOR) WHICH CAN RESULT IN AN OVERLOAD IN THE COILED POWER SUPPLY WIRES, WHICH COULD MELT THE WIRES.","THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT, AND POSSIBLY A FIRE.","OWNERS WILL BE SENT A MAILER FOR THE RETURN OF THIS FAN-LIGHT APPLIANCE AND IN TURN WILL BE SENT TWO PORTABLE LIGHTS AS REPLACEMENTS. IF AN OWNER DOES NOT WANT THE TWO LIGHTS AS REPLACEMENTS, COACHMEN IS OFFERING REIMBURSEMENT FOR THE FAN/LIGHT APPLIANCES." -11/06/1998,98V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V286000),Shyft Group,SPARTAN/GRANNING TAG AXLE,SUSPENSION,NR (Not Reported),Vehicle,39,"VEHICLE DESCRIPTION: FIRE TRUCKS. IF THE DRIVER ACCELERATES IN A TURN ABOVE 20 MPH FORWARD SPEED, THE LOCK PIN IS ACTUATED AND CAUSES THE AXLE TO RESIST RETURNING TO THE STRAIGHT AHEAD POSITION AFTER THE TURN IS COMPLETED BECAUSE THE LOCK PIN IS BINDING ON THE CLAMP PLATE SURFACE.","ENGAGING THE LOCK PIN IN THE LCMP PLATE HOLE AT HIGH FORWARD SPEEDS CAUSES EXCESSIVE WEAR IN THE LOCK PIN AND/OR THE CLAMP PLATE HOLE. LANE CHANGES AND OTHER VEHICLE MANEUVERS WILL GREATLY INCREASE CONTACT FREQUENCY AND CAUSES WEAR, INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE THE TAG AXLES ON THESE FIRE TRUCKS. -11/06/1998,98V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V285000),Shyft Group,SPARTAN/PARK BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,203,VEHICLE DESCRIPTION: MOTOR HOMES. THE PARKING BRAKE CAPACITY IS INSUFFICIENT TO HOLD THE MAXIMUM GROSS VEHICLE WEIGHT RATING WHILE PARKED ON AN INCLINE.,"THE VEHICLE COULD ROLL WHILE PARKED ON AN INCLINE, INCREASING THE RISK OF A CRASH.",DEALERS WILL INCREASE THE BRAKE SLACK ADJUSTER LENGTH AND INSTALL BRAKE SHOES WITH DIFFERENT LINING MATERIAL. -11/05/1998,98V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V282000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/LEVELING JACK SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,31,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THE HYDRAULIC HOSES WHICH OPERATE THE LEVELING JACK SYSTEM WERE ROUTED TOO CLOSE TO THE ENGINE EXHAUST OR NEAR A SHARP EDGE. THE HOT EXHAUST CAN CAUSE THE HOSE TO MELT, AND A SHARP EDGE COULD CUT THE HOSE, RELEASING HYDRAULIC FLUID.",HYDRAULIC FLUID LEAKAGE CAN BE IGNITED BY THE ENGINE'S CATALYTIC CONVERTER AND CAUSE A FIRE.,"DEALERS WILL INSPECT THE LINES AND, IF NECESSARY, REPLACE AND REROUTE THE LINES." -11/05/1998,98V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V281000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,348,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS AND AN OPTIONAL SHIFT SELECTOR WITH A PARK BRAKE POSITION. THESE VEHICLES DO NOT COMPLY WITH THE EMERGENCY BRAKE SYSTEM REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEM."" IF THE SECONDARY AIR SYSTEM IS DRAINED, THE SPRING BRAKES WILL APPLY AND THE ABILITY TO APPLY, RELEASE, AND MODULATE THE SERVICE BRAKES WILL BE LOST.","INCREASED BRAKING EFFORT WILL BE REQUIRED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPAIR THE BRAKE SYSTEM ON THESE VEHICLES. -11/05/1998,98V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V280000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 206,STRUCTURE,NR (Not Reported),Vehicle,441,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE DOOR HINGE FASTENERS CONTAIN A DEFECT WHICH COULD CAUSE A FAILURE TO COMPLY WITH THE LOADING REQUIREMENTS OF FMVSS NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","IN THE EVENT OF A CRASH, THE DOOR HINGE MAY NOT PERFORM AS REQUIRED BY THE STANDARD.",DEALERS WILL REPLACE THE DOOR HINGE FASTENERS. -11/05/1998,98V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V283000),"Gulf Stream Coach, Inc.",GULF STREAM/FRAME WELDS,TRAILER HITCHES,NR (Not Reported),Vehicle,322,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON SPARTAN CHASSIS. WELDS HAVE CRACKED ON THE FRAME PLATE WHERE THE HITCH TUBE WAS WELDED ON EACH SIDE OF THE FRAME.,"IN THE EVENT THE WELDS WOULD FAIL, THE HITCH AND THE TOW VEHICLE COULD BE SEPARATED FROM THE MOTOR HOME, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THESE WELDS AND, IF NECESSARY, REWELD THE HITCH TO THE FRAME PLATE." -11/05/1998,98V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V284000),"Nissan North America, Inc.",NISSAN/REAR SPEAKER/FIRE,EQUIPMENT,NR (Not Reported),Vehicle,28970,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH BOSE REAR SPEAKERS THAT HAVE AN INTEGRAL AMPLIFIER. A CONDUCTIVE BRIDGE CAN FORM BETWEEN TWO LINES OF THE CIRCUIT BOARD PATTERN WHEN THERE IS ACCUMULATED ELECTROLYTE LEAKED FROMA CAPACITOR AND HIGH HUMIDITY CONDITIONS. THIS CAN CLOSE A TRANSISTOR ON THE CIRCUIT BOARD WHICH CAUSES OVERHEATING.,THIS CONDITION COULD RESULT IN SMOKE OR FLAME AND POSSIBLY THE SPEAKER CATCHING FIRE.,DEALERS WILL REPLACE THE CIRCUIT BOARD WITH A NEW BOARD THAT HAS BEEN COATED. -11/04/1998,98V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V276000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,13000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR OUTBOARD SEAT BELT RETRACTOR SPRING CAN DISENGAGE FROM THE REWIND MECHANISM, DISABLING THE RETRACTOR FUNCTION, AND PREVENTING THE BLET FROM FITTING SNUGLY AROUND THE OCCUPANT.","IN THE EVENT OF A CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THESE RETRACTORS. -11/04/1998,98V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V277000),"Gulf States Toyota, Inc.",GULF STATES TOYOTA/PRIME WHEEL/LUG NUTS,WHEELS,NR (Not Reported),Vehicle,7794,"VEHICLE DESCRIPTION: 1998-1999 TOYOTA SPORT UTILITY VEHICLES AND LIGHT DUTY TRUCKS EQUIPPED WITH WHEEL LUG NUTS, PART NO. 1207, SUPPLIED BY PRIME WHEEL CORPORATION, AND DISTRIBUTED BY GULF STATES TOYOTA, INC. IN THE STATES OF TEXAS, OKLAHOMA, ARKANSAS, LOUISIANA, AND MISSISSIPPI ONLY. THE LUG NUTS CONTAIN A DEFECT WHICH COULD CAUSE LOSS OF THE LUG NUTS, AND POSSIBLE LOSS OF THE WHEEL.","THIS CONDITION COULD CAUSE LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE ALL THE WHEEL LUG NUTS AND ALSO PERFORM A COMPLIMENTARY WHEEL ROTATION WHEN THE REPAIR IS DONE. -11/04/1998,98E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E038000),PRIME WHEEL CORPORATION,PRIME WHEEL/LUG NUTS,WHEELS,NR (Not Reported),Equipment,1883,"EQUIPMENT DESCRIPTION: WHEEL LUG NUTS, PART NO. 1207, USED ON 1998-1999 TOYOTA TACOMA 4X4, 4RUNNER, AND T-100 SPORT UTILITY VEHICLES AND LIGHT DUTY TRUCKS DISTRIBUTED BY GULF STATES TOYOTA, INC. IN THE STATES OF TEXAS, OKLAHOMA, ARKANSAS, LOUISIANA, AND MISSISSIPPI ONLY. THE LUG NUTS CONTAIN A DEFECT WHICH COULD CAUSE LOSS OF THE LUG NUTS, AND POSSIBLE LOSS OF THE WHEEL.","THIS CONDITION COULD CAUSE LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE ALL THE WHEEL LUG NUTS AND ALSO PERFORM A COMPLIMENTARY WHEEL ROTATION WHEN THE REPAIR IS DONE. -11/03/1998,98V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V275000),"BMW of North America, LLC",BMW/BATTERY CABLE ATTACHMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE NUT THAT SECURES THE MAIN POSITIVE CABLE TO THE POSITIVE BATTERY TERMINAL CLAMP WAS NOT TIGHTENED PROPERLY, ALLOWING THE CABLE TO LOOSEN OVER TIME. IF THIS OCCURRED, THE CABLE COULD ULTIMATELY LOOSEN TO THE POINT WHERE ELECTRICAL CONTINUITY COULD BE INTERRUPTED.","IF THIS OCCURED WHILE THE ENGINE WAS RUNNING, THE ENGINE COULD STOP. ALSO, IF THE VEHICLE WERE BEING OPERATED AT NIGHT, THE LIGHTING SYSTEM COULD SHUT OFF, INCREASING THE RISK OF A CRASH.",DEALERS WILL TIGHTEN THE NUT TO THE PROPER SPECIFICATIONS. -11/03/1998,98V206002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V206002),Ford Motor Company,FORD/TIMING BELT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5700,VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN EXTERNAL SPRING IN THE TIMING BELT TENSIONER CAN BREAK AND GET CAUGHT IN THE TIMING BELT.,THIS CONDITION CAN RESULT IN POSSIBLE ENGINE STALLING.,DEALERS WILL INSPECT THE TENSIONER AND REPLACE IT IF NECESSARY. -11/03/1998,98V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V279000),"Gulf States Toyota, Inc.",GULF STATES TOYOTA/AUDIOVOX/SECURIKEY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1519,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES, AND PASSENGER VEHICLES EQUIPPED WITH AN AUDIOVOX SECURIKEY+ SECURITY SYSTEM AND SECURIKEY+ SECURITY SYSTEMS WITH REMOTE STARTER SYSTEM AND DISTRIBUTED BY GULF STATES TOYOTA, INC., IN THE STATES OF TEXAS, OKLAHOMA, LOUISIANA, ARKANSAS, AND MISSISSIPPI. CERTAIN SECURIKEY+ AND SECURIKEY+ WITH REMOTE START WIRING HARNESSES CAN MALFUNCTION CAUSING AN ELECTRICAL FAILURE.","THIS CONDITION CAN CAUSE INTERMITTENT PERFORMANCE OF THE VEHICLE'S ELECTRICAL COMPONENTS SUCH AS THE DASH WARNING LIGHTS AND/OR HVAC FAN SPEED CONTROLS. ALSO, THE VEHICLE MAY NOT RUN SMOOTHLY AND COULD STALL.","DEALERS WILL INSPECT THE SECURIKEY+ WIRING HARNESS AND, IF NECESSARY, WILL REPLACE THE HARNESS." -10/29/1998,98C036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98C036000),"BASIC COMFORT, INC.",BASIC COMFORT/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,41906,"EQUIPMENT DESCRIPTION: BOOSTER SEAT, MODELS 960 AND 961 (WITH BACK). THESE SEATS DO NOT MEET THE CHEST ACCELERATION REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IMPROPER PLACEMENT OF THE SHOULDER BELT PORTION OF THE VEHICLE'S BUILT-IN SAFETY HARNESS SYSTEM CAN RESULT IN EXCESSIVE FORCES ON THE CHEST OF THE BOOSTER SEAT OCCUPANT, INCREASING THE RISK OF PERSONAL INJURY.",A REVISED INSTRUCTIONAL BOOKLET WILL BE PROVIDED TO OWNERS OF THESE BOOSTER SEATS. -10/29/1998,98V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V272000),MOTO AMERICA INC.,MOTO AMERICA/OIL SUPPLY HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,595,VEHICLE DESCRIPTION: MOTORCYCLES. THE HOSES SUPPLYING OIL FROM THE ENGINE TO THE OIL RADIATOR AND BACK TO THE ENGINE CAN SEPARATE AT THE FITTINGS. A LEAK CAN DEVELOP AND OIL CAN GET ON THE TIRES OF THE MOTORCYCLE.,"OIL ON THE TIRES CAN CAUSE LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL REPLACEMENT OIL RADIATOR HOSES OF IMPROVED DESIGN AND MATERIALS. -10/29/1998,98V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V273000),MOTO AMERICA INC.,MOTO AMERICA/OIL SUPPLY HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,390,VEHICLE DESCRIPTION: MOTORCYCLES. THE HOSE ASSEMBLY SUPPLYING OIL TO THE CYLINDER HEADS CAN SEPARATE AT THE FITTINGS. A LEAK CAN DEVELOP CAUSING OIL TO GET ON THE TIRES OF THE MOTORCYCLE.,"OIL ON THE TIRES CAN CAUSE LOSS OF CONTROL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSTALL REPLACEMENT OIL RADIATOR HOSES OF IMPROVED DESIGN AND MATERIALS. -10/29/1998,98V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V274000),"NABI Bus, LLC",NABI/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,196,"VEHICLE DESCRIPTION: TRANSIT BUSES. THE BRAKE SYSTEM RESPONSE TIME FOR APPLY AND THE STOPPING DISTANCE REQUIREMENT WHEN THE CONTROL LINE WAS DISCONNECTED AT THE REAR RELAY VALVE DID NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEM.""",INCREASED BRAKING DISTANCE CAN OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL ADD A DOUBLE CHECK VALVE AT THE CONTROL PORT OF THE SERVICE RELAY VALVE AND REPLACE A 5/8"" LINE WITH A 3/4"" LINE FROM THE FRONT SERVICE RESERVOIR TO THE BRAKE PEDAL." -10/29/1998,98V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V264000),Shyft Group,SPARTAN/SHIFT LIGHT,INTERIOR LIGHTING,NR (Not Reported),Vehicle,53,"VEHICLE DESCRIPTION: FIRE TRUCKS. THESE VEHICLES DID NOT HAVE THE ""DO NOT SHIFT"" DISPLAY WARNING LAMP INSTALLED IN THE LIGHT HOUSING ASSEMBLY.","WITHOUT THIS LAMP, THERE CAN BE NO POSITIVE LAMP CHECK UPON SELECTION OF THE MASTER AND IGNITION SWITCH ""ON"" AND THEREFORE NO IN-CAB INDICATION OF A POTENTIAL TRANSMISSION FAULT.",DEALERS WILL INSTALL A LAMP IN THE LOWER LEFT SEGMENT OF THE ELECTRICAL PANEL. -10/27/1998,98V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V269000),Ford Motor Company,FORD/FUEL HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2500,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL RAIL CROSSOVER HOSE WAS DAMAGED DURING FUEL RAIL ASSEMBLY ALLOWING FUEL LEAKAGE.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN FIRE.,DEALERS WILL REPLACE THE FUEL RAIL WITH A REVISED FUEL RAIL ASSEMBLY. -10/27/1998,98V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V271000),"Jaguar Cars, Ltd.",JAGUAR/THROTTLE,STRUCTURE,NR (Not Reported),Vehicle,1457,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HOOD LINER CAN SAG AND INTERFERE WITH THE THROTTLE LINKAGE.,"THIS CONDITION CAN CAUSE HIGH ENGINE IDLE SPEED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPAIR THE HOOD LINER. -10/23/1998,98V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V268000),"Ferrari North America, Inc.",FERRARI/FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,275,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL SUPPLY AND RETURN LINES CAN LEAK WHERE THE FERRULE OF THE UNION MEETS THE FLEXIBLE PIPE ALLOWING FUEL LEAKAGE.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN FIRE.,DEALERS WILL REPLACE THE FUEL SUPPLY AND RETURN LINES WITH NEW UPDATED LINES. -10/23/1998,98V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V267000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,232,"VEHICLE DESCRIPTION: MOTORCYCLES. THE CERTIFICATION LABEL INCORRECTLY INDICATES THE FRONT TIRE SIZE AS 100/90-19 57H INSTEAD OF THE CORRET DESIGNATION MH90-21 56H. ALSO THE CERTIFICATION LABELS DO NOT CONTAIN THE CORRECT MODEL DESIGNATION. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","IF INCORRECT TIRE INFORMATION IS GIVEN, UNDERRATED TIRES COULD BE PLACED ON THE MOTORCYCLE CAUSING EXCESSIVE TIRE WEAR OR, IN EXTREME CASES, POSSIBLE TIRE BLOWOUTS.","OWNERS WILL BE PROVIDED WITH NEW CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. IF AN OWNER DESIRES, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -10/21/1998,98V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V266000),East Manufacturing Corp.,EAST MFG./ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50,VEHICLE DESCRIPTION: DUMP TRAILERS. THE ANTI-LOCK BRAKING SYSTEM IS NOT INSTALLED CORRECTLY.,"THE ANTI-LOCK BRAKING SYSTEM WILL NOT FUNCTION CORRECTLY, CAUSING DIMINISHED BRAKING EFFORTS.",DEALERS WILL INSPECT THESE VEHICLES AND REPAIR AS NECESSARY. -10/20/1998,98V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V262000),"CARPENTER INDUSTRIES, INC.",CARPENTER(CROWN)/FMVSS 105,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,35,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON A SPARTAN CHASSIS AND EQUIPPED WITH HYDRAULIC BRAKES. THE BRAKE WARNING LIGHT IS NOT PROPERLY LABELED AND COULD FUNCTION IMPROPERLY. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS."" THIS RECALL SUPERSEDES 98V-017 CONDUCTED IN JANUARY 1998. THE REPAIR DID NOT CORRECT THE NONCOMPLIANCE.",A BRAKE SYSTEM MALFUNCTION CAN OCCUR AND THE WARNING SYSTEM WOULD NOT WARN THE DRIVER OF A BRAKE SYSTEM PROBLEM.,"OWNERS WILL BE PROVIDED WITH A REPAIR KIT AND INSTRUCTIONS TO REPAIR THEIR VEHICLE. IF AN OWNER SO DESIRES, A CARPENTER DEALER CAN PERFORM THE REMEDY FOR THEM." -10/20/1998,98V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V263000),"FTCA, Inc.",FLEETWOOD FOLDING TRAILER/GAS BOTTLE LID,EQUIPMENT,NR (Not Reported),Vehicle,8602,"VEHICLE DESCRIPTION: FOLDING TRAVEL TRAILERS EQUIPPED WITH MOLDED GAS BOTTLE COVER ASSEMBLIES. THE UPPER MOLDED GAS BOTTLE COVER LID CAN BECOME DISENGAGED FROM THE PLASTIC PAN DURING TRANSIT DUE TO IMPROPER ATTACHMENT OF THE LOWER RUBBER HOLD-DOWN STRAPS, SEVERE WIND TURBULENCE, OR VIBRATION.",THIS LID COULD FALL ONTO THE ROADWAY CREATING A ROAD HAZARD.,DEALERS WILL ADD A POSITIVE LOCKING DEVICE TO SECURE THE UPPER MOLDED GAS BOTTLE COVER LID TO THE LOWER PLASTIC PAN. -10/20/1998,98V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V261000),"Erwin Hymer Group North America, Inc.",HOME AND PARK/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,404,"VEHICLE DESCRIPTION: CLASS 'B' MOTOR HOMES BUILT ON DODGE 1500, 2500 AND 3500 VAN CHASSIS. THE FUEL LINE FROM THE FUEL TANK TO THE ENGINE MAY NOT BE PROPERLY SECURED TO THE CHASSIS. THE FUEL LINE CAN CONTACT THE ENGINE EXHAUST MANIFOLD CREATING A FUEL LEAK.","THIS CONDITION CAN CAUSE FUEL OR FUEL VAPOR LEAKING RESULTING IN A POTENTIAL FIRE HAZARD. ALSO THE ENGINE COULD STALL FROM LACK OF FUEL, RESULTING IN LOSS OF POWER BRAKING AND POWER STEERING CONTROL.","DEALERS WILL INSPECT THE FUEL LINE FOR HEAT EXPOSURE DAMAGE, REPLACE IF NECESSARY, AND INSTALL THE FUEL LINE INTO EXISTING PLASTIC CLAMPS. A NYLON CABLE TIE WILL BE ADDED TO SECURE THE FUEL LINE TO AN ADJACENT WIRING HARNESS." -10/20/1998,98V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V260000),Isuzu Motors Limited,ISUZU/SUNROOF SUNSHADE,VISIBILITY,NR (Not Reported),Vehicle,9377,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A SUNROOF SUNSHADE. THE PRIMER APPLIED TO PREPARE THE SURFACE PRIOR TO BONDING THE SUNSHADE HOLDERS TO THE SUNROOF WEAKENED THE BONDING STRENGTH OF THE ADHESIVE, RESULTING IN AN UNSATISFACTORY BOND OF THE HOLDER TO THE SUNROOF.","THIS CONDITION CAN RESULT IN SEPARATION OF THE HOLDER, CAUSING THE SUNSHADE TO FALL, POSSIBLY STRIKING A VEHICLE OCCUPANT.",DEALERS WILL REMOVE ALL FOUR SUNSHADE HOLDERS AND RE-BOND THEM TO THE SUNROOF GLASS. -10/20/1998,98V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V265000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,104,"VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR MASTER CYLINDER AND REAR BRAKE HOSE MAY HAVE BEEN INCORRECTLY ASSEMBLED, ALLOWING BRAKE FLUID LEAKAGE.",EVENTUAL PRESSURE LOSS IN THE REAR BRAKE SYSTEM CAN OCCUR INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT THESE VEHICLES AND REPAIR, IF NECESSARY." -10/19/1998,98E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E035000),AUDIOVOX CORPORATION,AUDIOVOX/THEFT DETERRENT SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1960,"EQUIPMENT DESCRIPTION: AFTERMARKET THEFT DETERRENT SYSTEMS USED ON 1998-1998 TOYOTA RAV4, AVALON, AND SIENNA MODEL VEHICLES DISTRIBUTED BY SOUTHEAST TOYOTA DISTRIBUTORS, INC. IN THE STATES OF ALABAMA, FLORIDA, GEORGIA, NORTH AND SOUTH CAROLINA. THE ALARM WIRING HARNESS PLUGS INTO THE VEHICLE'S IGNITION SWITCH AND THE VEHICLE'S IGNITION SWITCH WIRING HARNESS PLUGS INTO THE ALARM HARNESS TO COMPLETE THE CIRCUIT. A PERCENTAGE OF THE FEMALE TERMINALS USED IN THE ALARM CONNECTOR WERE FOUND TO BE DEFECTIVE, CAUSING AN ""OPEN CIRCUIT"" CONDITION WHEN MATED TO THE MALE IGNITION SWITCH TERMINALS.","THIS CONDITION CAN CAUSE INTERMITTENT PERFORMANCE OF THE VEHICLE'S ELECTRICAL COMPONENTS SUCH AS THE DASH WARNING LIGHTS AND/OR HVAC FAN SPEED CONTROLS. ALSO, THE VEHICLE MAY NOT RUN SMOOTHLY AND COULD STALL.","DEALERS WILL INSPECT THE DATE CODE LABEL ON THE SECURITY SYSTEM HARNESS AND ANY DISPLAYING THE MANUFACTURING/FINAL DATE CODE WILL BE REPLACED WITH NEWLY PRODUCED HARNESSES. THE DATE CODES ARE: RAV4 - 6/24/98, 6/25/98, 6/26/98; SIENNA - 6/25/98, 6/26/98; AND AVALON - 6/30/98, 7/1/98, 8/31/98, 9/1/98, 9/2/98, AND 9/3/98." -10/19/1998,98V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V278000),Toyota Motor Corporation,SOUTHEAST TOYOTA/AUDIOVOX/THEFT DETERRENT SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1960,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES, MINI VANS AND PASSENGER VEHICLES EQUIPPED WITH A THEFT DETERRENT SYSTEMS (TDS) SUPPLIED BY AUDIOVOX CORPORATION AND DISTRIBUTED BY SOUTHEAST TOYOTA DISTRIBUTORS, INC. IN THE STATES OF ALABAMA, FLORIDA, GEORGIA, NORTH AND SOUTH CAROLINA. THE ALARM WIRING HARNESS PLUGS INTO THE VEHICLE'S IGNITION SWITCH AND THE VEHICLE'S IGNITION SWITCH WIRING HARNESS PLUGS INTO THE ALARM HARNESS TO COMPLETE THE CIRCUIT. A PERCENTAGE OF THE FEMALE TERMINALS USED IN THE ALARM CONNECTOR WERE FOUND TO BE DEFECTIVE, CAUSING AN 'OPEN CIRCUIT' CONDITION WHEN MATED TO THE MALE IGNITION SWITCH TERMINALS.","THIS CONDITION CAN CAUSE INTERMITTENT PERFORMANCE OF THE VEHICLE'S ELECTRICAL COMPONENTS SUCH AS THE DASH WARNING LIGHTS AND/OR HVAC FAN SPEED CONTROLS. ALSO, THE VEHICLE MAY NOT RUN SMOOTHLY AND COULD STALL.","DEALERS WILL INSPECT THE DATE CODE LABEL ON THE SECURITY SYSTEM HARNESS AND ANY DISPLAYING THE MANUFACTURING/FINAL DATE CODE WILL BE REPLACED WITH NEWLY PRODUCED HARNESSES. THE DATE CODES ARE: RAV4 - 6/24/98, 6/25/98, 6/26/98; SIENNA - 6/25/98, 6/26/98; AND AVALON - 6/30/98, 7/1/98, 8/31/98, 9/1/98, 9/2/98, AND 9/3/98." -10/14/1998,98V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V258000),"BMW of North America, LLC",BMW/FUEL PUMP GASKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1000,"VEHICLE DESCRIPTION: MOTORCYCLES. DURING EXTENDED OPERATION IN HIGH AMBIENT TEMPERATURE CONDITIONS, THE AREA OF THE PUMP MOUNTING SURFACE OF THE FUEL TANK CAN DEFORM, FORMING A GAP BETWEEN THE TANK MOUNTING SURFACE AND THE GASKET, ALLOWING FUEL TO ESCAPE FROM THE TANK AT THAT AREA.","IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD OCCUR RESULTING IN PERSONAL INJURY.",DEALERS WILL REPLACE THE FUEL PUMP-TO-TANK GASKET. -10/14/1998,98V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V257000),Ford Motor Company,FORD/SPEEDOMETER GEAR,POWER TRAIN,NR (Not Reported),Vehicle,350,"VEHICLE DESCRIPTION: PICKUP TRUCKS BUILT WITH SINGLE REAR WHEELS AND EQUIPPED WITH 3.55:1 AND 3.73:1 AXLE RATIO. THESE VEHICLES WERE BUILT WITH INCORRECT SPEEDOMETER DRIVEN GEARS, RESULTING IN A LOWER SPEEDOMETER READING THAN THE ACTUAL VEHICLE SPEED BEING DRIVEN.",THIS CAN RESULT IN THE VEHICLE BEING DRIVEN AT AN UNSAFE OR ILLEGAL SPEED SHOULD THE DRIVER NOT REALIZE THAT HIS VEHICLE ROAD SPEED IS GREATER THAN THE SPEEDOMETER INDICATION.,DEALERS WILL INSTALL THE CORRECT SPEEDOMETER GEAR. -10/14/1998,98V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V256000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/WINDOW AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,4163,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A WRONG CLAMP MAY HAVE BEEN INSTALLED ON THE WINDOW AIR BAG UNITS.,"THE WINDOW AIR BAG MAY NOT FULLY DEPLOY IN A SIDE-IMPACT COLLISION, INCREASING THE RISK OF INJURY TO THE VEHICLE OCCUPANT.","DEALERS WILL INSPECT THE WINDOW AIR BAG UNITS AND, IF THE WRONG OR INCORRECTLY INSTALLED CLAMP IS FOUND, THE ENTIRE UNIT WILL BE REPLACED." -10/14/1998,98V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V255000),Volvo Trucks North America,VOLVO TRUCKS/AIR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,95013,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS. THE AIR SUSPENSION CONTROL VALVE SUPPLY LINE WAS NOT PLUMBED THROUGH AN AIR PRESSURE PROTECTION VALVE. IN THE EVENT OF A FAILURE, THERE WOULD BE LOSS OF AIR PRESSURE IN THE 'B' SYSTEM AIR RESERVOIR THAT SUPPLIES AIR PRESSURE FOR THE FRONT STEER AXLE BRAKES.",THIS CONDITION WOULD RESULT IN INCREASED STOPPING DISTANCES.,DEALERS WILL INSTALL THE NECESSARY AIR PRESSURE PROTECTION VALVE. -10/14/1998,98V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V254000),"Volvo Car USA, LLC",VOLVO/TAILPIPE BURNING,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,50835,"VEHICLE DESCRIPTION: STATION WAGONS EQUIPPED WITH THIRD SEATS. USERS OF THE THIRD SEAT, WHEN EXITING THE VEHICLE, CAN COME IN CONTACT WITH THE TAILPIPE.",CONTACT WITH THE TAILPIPE CAN RESULT IN PERSONAL INJURY.,"DEALERS WILL INSPECT THE LENGTH OF THE VEHICLE'S TAILPIPE AND, IF NECESSARY, REPAIR THE TAILPIPE." -10/13/1998,98V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V259000),"POLARIS INDUSTRIES, INC.",POLARIS/VICTORY/FUEL GASKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,266,"VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL SENDING UNIT GASKET CAN SWELL PROVIDING INADEQUATE SEALING. IF PROPER SEALING IS NOT PROVIDED, FUEL CAN LEAK FROM THE FUEL TANK.","IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD OCCUR RESULTING IN PERSONAL INJURY.",DEALERS WILL REPLACE THE FUEL SENDING UNIT GASKET ON THESE MOTORCYCLES. -10/09/1998,98V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V253000),"CHANCE COACH, INC.",CHANCE/CUPOLA (FUEL TANK) ATTACHMENT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,38,"VEHICLE DESCRIPTION: COMPRESSED NATURAL GAS (CNG) FUELED STREETCARS. THE FUEL TANK SUPPORT STRUCTURE (CUPOLA) WAS IMPROPERLY FASTENED. THESE FASTENERS COULD LOOSEN OVER TIME, CAUSING COMPLETE STRUCTURAL FAILURE ON THE CUPOLA.","THIS CONDITION CAN LEAD TO CNG LEAKAGE, INCREASING THE RISK OF FIRE.",DEALERS WILL INSPECT THESE STRUCTURES AND REPAIR AS NECESSARY. -10/09/1998,98V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V250000),"Ferrari North America, Inc.",FERRARI/AUTOMATIC SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,556,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AUTOMATIC SEAT BELT SLIDER CAN BECOME JAMMED WHEN THE SLIDER TAPE SEPARATES FROM THE TAKE-UP REEL, ILLUMINATING THE SEAT BELT WARNING LIGHT. SHOULD SUCH A CONDITION OCCUR, THE BELT MUST BE POSITIONED AND FASTENED MANUALLY BY CONNECTING THE BELT TO THE FIXED ANCHOR POINT.","THE OCCUPANT MAY NOT REALIZE THAT THE SEAT BELT CAN BE OPERATED MANUALLY, AND DOES NOT USE THE RESTRAINT SYSTEM, INCREASING THE RISK OF PERSONAL INJURY IN THE EVENT OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE COMPLETE PASSIVE RESTRAINT SEAT BELT SYSTEM. -10/08/1998,98V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V249000),Mazda North American Operations,MAZDA/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,213000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE SAS SENSOR UNIT. THESE VEHICLES CAN EXPERIENCE AIR BAG DEPLOYMENTS IN MINOR UNDERCARRIAGE IMPACTS.,UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPROGRAM THE SAS UNIT TO REDUCE THE PROBABILITY OF UNNECESSARY DEPLOYMENTS IN LOW SPEED UNDERCARRIAGE IMPACTS. -10/08/1998,98E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E034000),Trans-Air Manufacturing Corp.,TRANS/AIR/EVAPORATORS,EQUIPMENT,NR (Not Reported),Equipment,185,"EQUIPMENT DESCRIPTION: AIR-CONDITIONING EVAPORATORS. THE EVAPORATOR MOTOR COULD STALL, DUE TO CORROSION CAUSED BY CONDENSATE WATER ENTERING THE MOTOR, RESULTING IN HIGH AMPERAGE DRAW. THIS CAN CAUSE THE MOTOR COMPONENTS TO OVERHEAT.","THE MOTOR COMPONENTS OVERHEATING CAN PROVIDE AN IGNITION SOURCE, POSSIBLY RESULTING IN A FIRE.",DEALERS WILL INSPECT AND REPAIR THESE EVAPORATORS. -10/07/1998,98V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V248000),IC CORPORATION,AMTRAN/WHEEL ASSEMBLIES,WHEELS,NR (Not Reported),Vehicle,1878,"VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES BUILT WITH THE REAR AXLE FIVE-SPOKE CAST STYLE WHEEL ASSEMBLIES, CODES 28A002, 28A003, 28A006, AND 28A007. THESE ASSEMBLIES HAVE MIS-MATCHED WHEEL SPACER AND CLAMPS, WHICH COULD CAUSE HIGH STRESS ON THE WHEEL STUDS.","THIS CONDITION CAN RESULT IN POTENTIAL WHEEL STUD FAILURES, INCREASING THE RISK OF A VEHICLE CRASH.",OWNERS WILL BE PROVIDED WITH A REPAIR KIT AND INSTALLATION INSTRUCTIONS. -10/07/1998,98V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V251000),Shyft Group,SPARTAN/BRAKE TIMING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1237,VEHICLE DESCRIPTION: MOTOR HOMES BUILT WITH MIDLAND-GRAU TK-2 ANTI-LOCK BRAKE SYSTEM (ABS). PRESSURE DIFFERENTIAL PROBLEMS BETWEEN FRONT AND REAR BRAKE SYSTEMS CAN RESULT IN BRAKING TIMING ISSUES WHICH CAN CREATE EXCESSIVE FRONT BRAKE WEAR.,THIS CONDITION CAN REDUCE FRONT BRAKE LIFE RESULTING IN INCREASED VEHICLE STOPPING DISTANCES.,DEALERS WILL REPLACE THE QUICK RELEASE VALVE WITH A VALVE FROM ANOTHER VENDOR. -10/07/1998,98V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V252000),Shyft Group,SPARTAN/CHECK TRANSMISSION LIGHT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,169,"VEHICLE DESCRIPTION: FIRE TRUCKS. A DEFECTIVE ELECTRICAL HARNESS, PART NO. 200185, WAS USED ON THESE FIRE TRUCKS, CAUSING AN INOPERATIVE 'CHECK TRANSMISSION LIGHT.' THERE WOULD BE NO IN-CAB INDICATION OF A TRANSMISSION FAULT WHICH COULD LEAD TO AN INOPERATIVE VEHICLE IF NOT SERVICED ACCORDING TO THE TRANSMISSION FAILURE CODES.","THE TRANSMISSION COULD LOCK IN A RANGE AND UPSHIFT/DOWNSHIFT WOULD BE RESTRICTED, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPAIR THE WIRING IN THESE HARNESSES. -10/06/1998,98V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V242000),"General Motors, LLC",GM/STEERING GEAR/FRAME BOLTS,STEERING,NR (Not Reported),Vehicle,8367,VEHICLE DESCRIPTION: EXTENDED CAB 4-WHEEL DRIVE PICKUP TRUCKS. SOME OF THESE VEHICLES HAVE A LOWER THAN SPECIFIED TORQUE ON ALL THREE OF THE STEERING GEAR TO FRAME ATTACHMENT BOLTS. THE BOLTS CAN LOOSEN OVER TIME ALLOWING THE STEERING GEAR TO MOVE. THIS LOOSENING CAN RESULT IN SOME UNRESPONSIVE STEERING FEEL AND SOME NOISE TO THE DRIVER.,"IF THIS CONDITION IS IGNORED, THE STEERING GEAR TO FRAME CAN WEAR AND/OR FATIGUE THE ATTACHING BOLTS TO THE POINT OF BREAKAGE OR THE BOLTS BACKING OUT. IF ALL THE BOLTS BREAK OR BACK OUT, THE STEERING GEAR WOULD SEPARATE FROM THE FRAME RESULTING IN A LOSS OF STEERING CONTROL.",DEALERS WILL RETORQUE THE STEERING GEAR TO FRAME BOLTS TO PROPER SPECIFICATIONS. -10/06/1998,98V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V245000),Hyundai Motor America,HYUNDAI/CORROSION FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,64967,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING ""SALT BELT"" STATES: CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, AND WISCONSIN. DURING WINTER MONTHS, THE ROAD SALT USED TO DE-ICE ROADS CAN RESULT IN CORROSION THAT CAUSES PITS TO FORM ON THE LOWER COIL OF THE FRONT SPRINGS ALLOWING CRACKS TO DEVELOP. THIS CAN RESULT IN BREAKAGE OF THE LOWER SPRING COIL.","IF THE FRONT COIL SPRING BREAKS, IT CAN BECOME DISPLACED FROM ITS SEATED POSITION, AND CAN CONTACT A TIRE. TIRE DAMAGE CAN RESULT.",DEALERS WILL INSTALL A SPRING GUIDE TO PREVENT A BROKEN COIL SPRING FROM CONTACTING AND DAMAGING A TIRE. -10/06/1998,98E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E031000),MOOG AUTOMOTIVE,MOOG/BALL JOINTS,SUSPENSION,NR (Not Reported),Equipment,45300,"EQUIPMENT DESCRIPTION: AFTERMARKET BALL JOINTS FOR USE ON 1986-1990 ACURA LEGENDS, 1986-1989 HONDA ACCORD, 1983-1991 HONDA PRELUDE; 1988-1991 HONDA CIVIC/CRX; AND 1990-1993 ACURA INTEGRA MODEL VEHICLES. PREMATURE WEAR OF THE STUD BALL SOCKET RESULTS IN AXIAL LOOSENESS.",THIS CONDITION CAN CONTINUE TO DETERIORATE AND WILL EVENTUALLY RESULT IN THE BALL JOINT STUD SEPARATING FROM THE HOUSING INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.,MOOG WILL REPLACE THESE BALL JOINTS WITH BALL JOINTS FROM ANOTHER SUPPLIER. -10/06/1998,98E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E032000),MOOG AUTOMOTIVE,MOOG/IDLER ARMS,STEERING,NR (Not Reported),Equipment,95,EQUIPMENT DESCRIPTION: AFTERMARKET IDLER ARMS FOR USE ON 1986 1/2 - 1995 NISSAN TRUCKS WITH 2-WHEEL DRIVE. A TAPERED HOLE IN THE LINKAGE END IS TOO SMALL IN DIAMETER SO THAT THE STUD IN THE CENTER LINK WILL NOT INSTALL TO THE CORRECT DEPTH. IT WOULD BE IMPOSSIBLE TO INSTALL THE COTTER PIN.,"WITHOUT THE COTTER PIN, IT IS POSSIBLE THAT THE NUT COULD LOOSEN IN SERVICE OR THAT THE STUD IN THE CENTER LINK COULD BE DAMAGED DURING THE TIGHTENING PROCESS. IF THE ARM DISCONNECTS AT THIS PIVOT POINT, THE CENTER LINK WILL BE ALLOWED TO DROP OUT OF ITS PROPER POSITION, CAUSING DISRUPTION TO THE STEERING.",MOOG WILL REPLACE THESE IDLER ARMS WITH IDLER ARMS FROM ANOTHER SUPPLIER. -10/06/1998,98V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V239000),"PREVOST CAR, INCORPORATED",PREVOST/RADIUS ROD,SUSPENSION,NR (Not Reported),Vehicle,259,VEHICLE DESCRIPTION: TRANSIT BUSES. THE BOLTS FIXING THE RADIUS ROD LOCKING TAB PLATES WERE NOT LUBRICATED BEFORE BEING TIGHTENED.,IMPROPER TIGHTENING CAN CAUSE LOOSENING OF THE ATTACHMENT OVER A PERIOD OF TIME INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.,"DEALERS WILL INSPECT THE BOLTS, LUBRICATING THEM, INSTALLING A NEW LOCKING TAB PLATE, AND RETIGHTENING THE BOLTS." -10/06/1998,98V225002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V225002),"Suzuki Motor USA, LLC",SUZUKI/SHIFT LEVER,POWER TRAIN,NR (Not Reported),Vehicle,1198,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSAXLE. THE SHIFT LEVER APPEARS TO BE IN ""PARK,"" BUT CAN EASILY BE MOVED FROM THE ""PARK"" POSITION WITHOUT THE USE OF THE KEY, TRANSAXLE LEVER DETENT BUTTON, OR DEPRESSING THE BRAKE.","IF THE SHIFT LEVER WERE TO COME OUT OF ""PARK"" WHILE THE VEHICLE IS PARKED ON A NON-LEVEL SURFACE, THE VEHICLE COULD ROLL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE SHIFTER ASSEMBLY. UNTIL THE VEHICLE IS SERVICED, OWNERS ARE ADVISED WHEN SHIFTING TO ""PARK,"" ALWAYS APPLY THE PARK BRAKE BEFORE RELEASING THE SERVICE BRAKE." -10/05/1998,98V168003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V168003),"Chrysler (FCA US, LLC)",CHRYSLER/TRANSFER CASE,POWER TRAIN,NR (Not Reported),Vehicle,6198,VEHICLE DESCRIPTION: ALL WHEEL DRIVE PASSENGER VEHICLES. LOCKUP OF THE TRANSFER CASE CAN OCCUR DUE TO INSUFFICIENT LUBRICATION.,"THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR ADEQUACY OF THE TRANSFER CASE OIL VOLUME, TRANSFER CASE OIL LEAKAGE, AND OPERATIONAL DEGRADATION OF THE TRANSFER CASE MECHANISM. IF OIL VOLUME IS INSUFFICIENT, THE APPROPRIATE AMOUNT OF OIL WILL BE ADDED. IF THERE IS TRANSFER CASE OIL LEAKAGE, AFFECTED COMPONENTS WILL BE REPLACED. IF THE TRANSFER CASE SHOWS OPERATIONAL DEGRADATION, THE TRANSFER CASE WILL BE REPLACED." -10/05/1998,98V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V241000),"General Motors, LLC",GM/HEATER HOSE CLIP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2732,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH A 3.8L V6 ENGINE. SOME OF THESE VEHICLES WERE BUILT WITHOUT A HEATER HOSE CLIP WHICH COULD ALLOW THE HOSE TO SAG AND CONTACT THE OXYGEN SENSOR RESULTING IN A COOLANT LEAK.,"IF A COOLANT LEAK WERE TO OCCUR, AND LEAKING COOLANT CONTACTED THE HOT EXHAUST MANIFOLD, AN ENGINE COMPARTMENT FIRE COULD RESULT.",DEALERS WILL INSTALL A HEATER HOSE CLIP. -10/05/1998,98V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V247000),"REV Ambulance Group Orlando, Inc.",WHEELED COACH/SPRING LEAF,SUSPENSION,NR (Not Reported),Vehicle,5,"VEHICLE DESCRIPTION: AMBULANCES BUILT ON FORD F-350 CAB-CHASSIS, 4-WHEEL-DRIVE. THE OVERLOAD SPRING STOP WAS NOT REMOVED FROM THESE CHASSIS. IF THE VEHICLE WERE FULLY LOADED AND A FULL COMPRESSION OF THE REAR SUSPENSION OCCURRED, THE EDGE OF THE OVERLOAD SPRING LEAF COULD CONTACT THE AMBULANCE FLOOR.",THIS CONTACT COULD CAUSE A HOLE IN THE BOTTOM OF THE PATIENT COMPARTMENT.,"DEALER WILL INSPECT THE AMBULANCES AND IF THE AUXILIARY SPRINGS WERE LEFT ON THE VEHICLE, THE SPRINGS AND PLATES WILL BE REMOVED." -10/02/1998,98E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E033000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/CUSTOM HOOD COVER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,598,EQUIPMENT DESCRIPTION: CUSTOM HORN COVERS FOR USE ON 1992-1999 MOTORCYCLES WITH THE EXCEPTION OF XL 883 MODELS. ABRASION LEADING TO POSSIBLE FUEL LEAKAGE CAN OCCUR BETWEEN THE FUEL LINE AND THE ACCESSORY CUSTOM HORN COVER.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REMOVE THE ACCESSORY CUSTOM HORN COVER AND REPLACE IT WITH THE ORIGINAL EQUIPMENT HORN COVER. IF THE ORIGINAL HORN COVER IS NO LONGER AVAILABLE, IT WILL BE REPLACED. THE FUEL LINE WILL ALSO BE INSPECTED AND REPLACED, IF NECESSARY. OWNERS WILL BE REIMBURSED FOR THE COST OF THE ACCESSORY CUSTOM HORN COVER." -10/02/1998,98V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V243000),Mazda North American Operations,MAZDA/AUDIO UNITS,EQUIPMENT,NR (Not Reported),Vehicle,73000,"VEHICLE DESCRIPTION: IF THE VEHICLE IS OPERATED IN A HOT, HUMID ENVIRONMENT WITH THE WINDOW OPEN AND AIR CONDITIONER RUNNING, IT IS POSSIBLE FOR CONDENSATION TO ENTER THE AUDIO UNIT AND CAUSE A SHORT CIRCUIT.","IF THE SHORT CIRCUIT OCCURS AT ONE SPECIFIC SET OF TERMINALS, THE SPEAKER CAN OVERHEAT AND IN SOME CASES, CATCH FIRE.",DEALERS WILL AFFIX ALUMINUM TAPE OVER THE AUDIO UNIT TO PREVENT WATER FROM ENTERING. -10/01/1998,98V119003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V119003),ATHEY PRODUCTS CORP.,ATHEY/FURON/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,500,VEHICLE DESCRIPTION: STREET SWEEPERS EQUIPPED WITH AN OPTIONAL AUTOMATIC TRANSMISSION SHIFT LEVER THAT INCLUDES A PARK BRAKE POSITION. THE TRANSMISSION SHIFTER/PARK BRAKE LEVER CAN BIND BEFORE FULLY ENGAGING IN THE PARK BRAKE POSITION CAUSING A FALSE PARK CONDITION.,THE VEHICLE CAN MOVE AFTER BEING PLACED IN PARK INCREASING THE RISK OF A CRASH.,"FURON COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL A SPACER PLATE IN THE SHIFTER AND INSPECT FOR THE PRESENCE OF AN ""E"" CLIP THAT DETAINS THE DETENT PIN." -10/01/1998,98V240002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V240002),"COACHMEN INDUSTRIES, INC.",COACHMEN/MAGNETEK/POWER CONVERTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,215,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH 45 AMP MAGNETEK POWER CONVERTERS. A WEAKENED BYPASS CAPACITOR ON THE CONVERTER'S PRINTED CIRCUIT BOARD CAN CAUSE A BREAKDOWN OF THE CAPACITOR ALLOWING ELECTRICAL CURRENT LEAKAGE.,ELECTRICAL CURRENT LEAKAGE COULD RESULT IN A FIRE.,MAGNETEK IS REPLACING THESE POWER CONVERTERS. -10/01/1998,98V240001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V240001),Skyline Corporation,SKYLINE/MAGNETEK/POWER CONVERTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1143,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH 45 AMP MAGNETEK POWER CONVERTERS. A WEAKENED BYPASS CAPACITOR ON THE CONVERTER'S PRINTED CIRCUIT BOARD CAN CAUSE A BREAKDOWN OF THE CAPACITOR ALLOWING ELECTRICAL CURRENT LEAKAGE.,ELECTRICAL CURRENT LEAKAGE COULD RESULT IN A FIRE.,MAGNETEK IS REPLACING THESE POWER CONVERTERS. -09/29/1998,98E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E030000),"Cummins, Inc.",CUMMINS/ENGINES,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,625,"EQUIPMENT DESCRIPTION: C8.3 URBAN BUS ENGINES SHIPPED TO FLXIBLE CORPORATION. THE LUBRICATING THERMOSTAT INTERNAL PIN EXERTS FORCE ON THE INSIDE FACE OF THE LARGE ALUMINUM HEX NUT, WEARING A HOLE IN THIS NUT. LUBRICATING OIL CAN THEN LEAK OR SPRAY UP ONTO THE EXHAUST MANIFOLD AND INTO THE ENGINE COMPARTMENT.",OIL LEAKAGE ONTO THE ENGINE'S EXHAUST MANIFOLD AND INTO THE ENGINE COMPARTMENT COULD POSSIBLY RESULT IN A FIRE.,DEALERS WILL REPLACE THE OIL THERMOSTAT WITH A NEW LUBRICATING BYPASS VALVE. -09/29/1998,98V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V237000),"General Motors, LLC",GM/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,3969,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH POWER STEERING. SOME OF THESE VEHICLES WERE ASSEMBLED WITH AN INCORRECT INTERMEDIATE STEERING SHAFT. THE OVERLAP IN THE SLIP JOINT IS INSUFFICIENT ALLOWING THE STEERING SHAFT TO SEPARATE.,"THIS COULD LEAD TO LOSS OF STEERING, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE STEERING SHAFT AND, IF NECESSARY, REPLACE THE INTERMEDIATE STEERING SHAFT." -09/29/1998,98V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V236000),"Yamaha Motor Corporation, USA",YAMAHA/GEAR BACKING PLATE,POWER TRAIN,NR (Not Reported),Vehicle,1770,VEHICLE DESCRIPTION: MOTORCYCLES. THE PRIMARY DRIVEN GEAR BACKING PLATE (CLUTCH BASKET) CAN BREAK CAUSING THE ENGINE COMPONENTS TO LOCK UP.,THIS CONDITION CAN LEAD TO REAR WHEEL LOCK UP INCREASING THE RISK OF A VEHICLE CRASH OR PERSONAL INJURY.,DEALERS WILL INSTALL A NEW PRIMARY DRIVEN GEAR AND RELATED PARTS. -09/28/1998,98V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V238000),"CARPENTER INDUSTRIES, INC.",CARPENTER/PASSENGER SEATS,SEATS,NR (Not Reported),Vehicle,3255,VEHICLE DESCRIPTION: SCHOOL BUSES. THE BACK PANEL OF THE PASSENGER SEATS WAS NOT ADEQUATELY WELDED.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED AND PERSONAL INJURY COULD OCCUR.",CARPENTER WILL PROVIDE OWNERS WITH DETAILED INSPECTION INSTRUCTIONS AND PROVIDE THEM WITH THE NECESSARY PARTS TO REPAIR THESE SEATS. -09/28/1998,98V097001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V097001),"General Motors, LLC",GM/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3116,"THE DAYTIME RUNNING LIGHTS WERE BUILT WITH A CANDELA VALUE GREATER THAN 2,600, ARE LOCATED LESS THAN 100MM FROM THE TURN SIGNALS AND HAZARD WARNING LAMPS, AND ARE NOT DEACTIVATED WHEN THE TURN SIGNAL OR HAZARD WARNING LAMPS ARE ACTIVATED. THIS DOES NOT COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THIS CONDITION WOULD MAKE IT DIFFICULT FOR DRIVERS OF ONCOMING VEHICLES TO SEE THE TURN SIGNAL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSTALL A NEW BODY CONTROL MODULE AND REPROGRAM THE VEHICLE WITH A NEW CALIBRATION THAT WILL TURN THE DAYTIME RUNNING LIGHTS OFF WHEN THE TURN SIGNAL OR HAZARD WARNING FLASHER IS ACTIVATED. -09/25/1998,98E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E029000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/BACK RESTS,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1737,EQUIPMENT DESCRIPTION: DETACHABLE BACK RESTS WHICH ARE AN ACCESSORY ITEM INSTALLED ON CERTAIN 1994 THROUGH 1999 MODEL MOTORCYCLES. THE BACK REST CAN BECOME DETACHED FROM ITS FRONT MOUNTS.,THIS CAN CAUSE THE PASSENGER TO SHIFT HIS/HER POSITION POSSIBLY RESULTING IN PERSONAL INJURY AND/OR IMPEDE THE RIDER'S ABILITY TO CONTROL THE MOTORCYCLE.,DEALERS WILL REPAIR THE MOUNTS ON THESE BACK RESTS. -09/24/1998,98V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V235000),Ford Motor Company,FORD/DRIVE SHAFT DAMAGE,POWER TRAIN,NR (Not Reported),Vehicle,4,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS BUILT ON A 165"" WHEEL BASE, 4X2 CHASSIS-CABS EQUIPPED WITH A 6.81 ENGINE, 5 SPEED MANUAL TRANSMISSION AND OPTIONAL 5.38:1 REAR AXLE RATIO. THE TWO-PIECE DRIVE SHAFT CAN BE DAMAGED IF THE VEHICLE IS DRIVEN AT SPEEDS IN EXCESS OF 80 MILES PER HOUR.",THIS CONDITION CAN RESULT IN UNDERBODY DAMAGE OR FOR THE DRIVE SHAFT TO SEPARATE FROM THE VEHICLE.,DEALERS WILL REPLACE THE DRIVE SHAFT ON THESE VEHICLES. -09/22/1998,98V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V231000),Honda (American Honda Motor Co.),HONDA/AIR CONDITIONER WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,967771,"VEHICLE DESCRIPTION: SEDAN, COUPE AND WAGON PASSENGER VEHICLES EXCEPT THE DX MODEL AND MODELS WITH V6 ENGINES. THE FACTORY INSTALLED AIR CONDITIONER WIRE HARNESS WAS IMPROPERLY ROUTED ALLOWING SOME WIRES TO RUB AGAINST EACH OTHER, EVENTUALLY CAUSING A SHORT CIRCUIT.","THE SHORT CIRCUIT CANPOSSIBLY CAUSE THE UNDERHOOD WIREING TO OVERHEAT AND SMOKE, CAUSING A FIRE IN THE ENGINE COMPARTMENT. A SHORT CIRCUIT CAN ALSO RESULT IN A BLOWN FUSE OR DEAD BATTERY.","DEALERS WILL INSPECT THE VEHICLES FOR PROPER ROUTING OF THESE WIRES. ANY HARNESS IMPROPERLY ROUTED WILL BE INSPECTED FOR DAMAGE AND THE ROUTING WILL BE CORRECTED. IF ANY INSULATION IS WORN THROUGH AND THE COPPER WIRES ARE EXPOSED, THE HARNESS WILL BE REPLACED. DEALERS WILL ALSO INSTALL PLASTIC TUBING TO PROTECT THE HARNESS." -09/22/1998,98V167008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167008),Newell Coach Corp.,PARLIAMENT COACH/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,12,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/21/1998,98V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V226000),"General Motors, LLC",GM/BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13684,VEHICLE DESCRIPTION: EXTENDED CAB PICKUP TRUCKS AND 4-DOOR UTILITY VEHICLES. THE REAR BRAKE LINE CAN CONTACT THE LEFT FRONT FENDER WHEEL HOUSE INNER PANEL JUST ABOVE THE CHASSIS FRAME. A HOLE COULD BE WORN IN THE BRAKE LINE ALLOWING A LOSS OF BRAKE FLUID.,"REAR BRAKE EFFECTIVENESS COULD BE REDUCED, INCREASING THE RISK OF A CRASH.","DEALERS WILL RELOCATE THE BRAKE LINE POSITIONING CLIP, INSPECT THE BRAKE LINE FOR WEAR, AND IF NECESSARY, REPLACE THE BRAKE LINE." -09/21/1998,98V225001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V225001),"General Motors, LLC",GM/SHIFT LEVER,POWER TRAIN,NR (Not Reported),Vehicle,32903,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AN AUTOMATIC TRANSAXLE. THE SHIFT LEVER APPEARS TO BE IN ""PARK,"" BUT CAN EASILY BE MOVED FROM THE ""PARK"" POSITION WITHOUT THE USE OF THE KEY, TRANSAXLE LEVER DETENT BUTTON, OR DEPRESSING THE BRAKE.","IF THE SHIFT LEVER WERE TO COME OUT OF ""PARK"" WHILE THE VEHICLE IS PARKED ON A NON-LEVEL SURFACE, THE VEHICLE COULD ROLL INCREASING THE RISK OF A CRASH.","DEALERS WILL REPLACE THE SHIFTER ASSEMBLY. UNTIL THE VEHICLE IS SERVICED, OWNERS ARE ADVISED WHEN SHIFTING TO ""PARK,"" ALWAYS APPLY THE PARK BRAKE BEFORE RELEASING THE SERVICE BRAKE." -09/21/1998,98V220001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V220001),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6609,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE FRONT BRAKE LINES CAN DEVELOP PIN HOLES DUE TO CHAFFING AGAINST THE EDGE OF THE PASS-THROUGH HOLE IN THE INNER FENDER.,BRAKE FLUID CAN LEAK RESULTING IN DETERIORATED BRAKING PERFORMANCE AND ILLUMINATION OF THE BRAKE INDICATOR LAMP.,"DEALERS WILL INSPECT THE FRONT BRAKE LINES FOR SIGNS OF WEAR AND ROUTING. IF THE LINES ARE NOT CORRECTLY CENTERED IN THE PASS-THROUGH HOLE, THE LINES WILL BE REPOSITIONED BY BENDING SLIGHTLY TO CORRECT. IF THERE IS EVIDENCE OF BRAKE LINE WEAR, THE BRAKE LINE WILL BE REPLACED." -09/21/1998,98V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V234000),"Nissan North America, Inc.",NISSAN/LIGHT BULB SOCKET,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,100032,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. A REAR LAMP WILL NOT ILLUMINATE BECAUSE THE METAL BARREL IN THE LIGHT BULB SOCKET MOVES OR SEPARATES FROM THE PLASTIC SOCKET HOUSING DUE TO INADEQUATE HEAT RESISTANCE OF THE PLASTIC AT THE LAMP OPERATING TEMPERATURE.,THE STOP/TAIL COMBINATION LAMP OR THE TURN SIGNAL LAMP WILL NOT FUNCTION.,DEALERS WILL REPLACE THE BULB SOCKETS IN THE REAR COMBINATION LAMPS. -09/21/1998,98V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V210000),Daimler Commercial Buses NA,ORION/WHEEL CHAIR BARRIER,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,723,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH WHEEL CHAIR BARRIERS. THE WHEEL CHAIR BARRIERS ARE ATTACHED TO THE FLOOR STRUCTURE WITH A BOLT THREADED INTO THE FLOOR STRUCTURE. IN THE CASE OF A FRONTAL CRASH, WITH THE WHEEL CHAIR POSITION OCCUPIED, THE BOLT THREADS COULD STRIP ALLOWING MOVEMENT OF THE WHEEL CHAIR BARRIER.","THIS CONDITION COULD ALLOW MOVEMENT OF THE WHEEL CHAIR WHICH COULD CAUSE PERSONAL INJURY, OR DEATH, TO THE WHEEL CHAIR OCCUPANT.","DEALERS WILL REPLACE THE EXISTING WHEEL CHAIR BARRIER LEG MOUNTING BOLTS WITH NEW BOLTS, NUTS AND WASHERS." -09/18/1998,98V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V233000),Ford Motor Company,FORD/SHIFT LEVER DAMAGE,POWER TRAIN,NR (Not Reported),Vehicle,175000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FLOOR SHIFT AUTOMATIC TRANSMISSION CONTROL CAN BE DAMAGED IF SUBJECTED TO CERTAIN INTERIOR CLEANING PRODUCTS. THE GEAR POSITION INDICATOR CAN DETERIORATE AND NOT CORRECTLY INDICATE THE ACTUAL GEAR POSITION.,THIS CONDITION CAN RESULT IN INCORRECT GEAR SELECTION.,DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION FLOOR SHIFT CONTROL. -09/18/1998,98V167005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167005),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,384,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/18/1998,98V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V232000),MONACO COACH CORPORATION,MONACO/FUEL TANK FASTENERS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,398,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A ROADMASTER CHASSIS. INADEQUATE BRACING WAS USED TO SECURE THE FUEL TANK. THE BRACE COULD FAIL ALLOWING ONE END OF THE FUEL TANK TO LOOSEN FROM ITS POSITION AND HANG LOWER THAN THE OTHER END.,"THE FUEL TANK COULD EVENTUALLY SEPARATE FROM THE VEHICLE AND DROP TO THE GROUND, INCREASING THE RISK OF PERSONAL INJURY OR A VEHICLE CRASH.",DEALERS WILL INSTALL AN ADDITIONAL BRACE UNDER THE FUEL TANK. -09/18/1998,98V167003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167003),Newmar Corporation,NEWMAR/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,18,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/17/1998,98V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V227000),"Jayco, Inc.",JAYCO/BED BRACE,EQUIPMENT,NR (Not Reported),Vehicle,993,VEHICLE DESCRIPTION: CAMPING TRAILERS. INADEQUATE STRENGTH OF THE BED BRACE ALLOWS THE BED TO COLLAPSE UNDER PRESSURE.,FAILURE OF THE BED BRACE TO SUPPORT BED WHEN OCCUPIED CAN LEAD TO POSSIBLE PERSONAL INJURY OF THE BED OCCUPANT.,DEALERS WILL REPLACE THE REAR BED BRACES. -09/17/1998,98V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V228000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/BRAKE DRUM/TRANSMISSION YOKE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1809,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH A 1710 DRIVE LINE AND A 12 X 4 HYDRAULIC PARKING BRAKE. IF THE BRAKE DRUM OR TRANSMISSION YOKE ARE NOT FULLY SEATED WHEN THE EIGHT BOLTS ARE INSTALLED CONNECTING THE 3-PIECE JOINT, THE BOLTS CAN LOOSEN.",BOLTS WILL EVENTUALLY WORK OUT OR SHEAR RESULTING IN DRUM AND DRIVE SHAFT SEPARATION.,DEALERS WILL INSPECT THE TORQUE OF THESE BOLTS AND RE-TORQUE TO SPECIFICATION. -09/17/1998,98V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V230000),Daimler Commercial Buses NA,ORION/POWER CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1068,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ELECTRIC ENGINE STARTERS. THE POWER CABLES ARE ROUTED ACROSS THE BACK OF THE ENGINE AND FASTENED TO THE ENGINE BULKHEAD. THE CABLE MAY NOT BE ADEQUATELY FASTENED, CHAFFING THE CABLE, AND CAUSING AN ELECTRICAL SHORT.",THIS CONDITION COULD POSSIBLY START A FIRE IN THE ENGINE COMPARTMENT.,DEALERS REROUTED THE WIRING IN THE ENGINE COMPARTMENT. -09/17/1998,98V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V229000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/DRIVER'S SEAT,SEATS,NR (Not Reported),Vehicle,4300,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH NATIONAL SEATING SERIES 93B-SB DRIVER SEAT. A BRACKET ATTACHING TO THE HEIGHT ADJUSTING SHOCK ABSORBER ON THE DRIVER'S SEAT CAN DEFORM AND BREAK.,"THIS CONDITION CAN RESULT IN A SUDDEN DROP OF THE DRIVER'S SEAT, INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE AND A CRASH.","DEALERS WILL ADD A REINFORCEMENT TO THE BRACKET, OR IF THE BRACKET IS DEFORMED AND/OR BROKEN, THE ENTIRE SEAT BASE WILL BE REPLACED." -09/15/1998,98V167004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167004),"Featherlite, Inc.",FEATHERLITE/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,80,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/15/1998,98V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V224000),Keystone RV Company,KEYSTONE/WIRE INSTALLATION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,451,VEHICLE DESCRIPTION: TRAVEL TRAILERS. ELECTRICAL WIRES WERE IMPROPERLY INSTALLED AND CAN BE PINCHED BETWEEN THE WATER TANK SUPPORT CROSS MEMBER AND THE FURNACE PLENUM.,"THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT, INCREASING THE RISK OF AN ELECTRICAL FIRE.",DEALERS WILL INSPECT THE ELECTRICAL WIRING AND REROUTE THE WIRES IF NECESSARY. -09/15/1998,98V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V222000),Kia Motors America,KIA/BRAKE PIPE CLEARANCE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39656,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES WITHOUT AN ANTI-LOCK BRAKING SYSTEM (ABS). THE STEERING INTERMEDIATE SHAFT COUPLING CAN CONTACT A HYDRAULIC BRAKE PIPE CAUSING FLUID LEAKAGE.,THIS CONDITION CAN CAUSE A LOSS OF REAR BRAKE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT AND, IF NECESSARY, INCREASE THE CLEARANCE BETWEEN THE BRAKE PIPE AND STEERING INTERMEDIATE SHAFT COUPLING." -09/15/1998,98E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E028000),MAGNETEK,MAGNETEK/POWER CONVERTERS,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,9715,EQUIPMENT DESCRIPTION: POWER CONVERTERS. A WEAKENED BYPASS CAPACITOR ON THE CONVERTER'S PC BOARD CAN CAUSE A BREAKDOWN OF THE CAPACITOR ALLOWING ELECTRICAL CURRENT LEAKAGE.,ELECTRICAL CURRENT LEAKAGE COULD RESULT IN A FIRE.,MAGNETEK IS REPLACING THESE POWER CONVERTERS. -09/14/1998,98V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V223000),"Ferrari North America, Inc.",FERRARI/FUEL TANK DAMAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,81,VEHICLE DESCRIPTION: PASSSENGER VEHICLES. FUEL TANK DAMAGE COULD HAVE OCCURRED DURING INSTALLATION OF THE SCREWS ON THE SOFT TOP MECHANISM COVERS.,"THIS CONDITION COULD CAUSE FUEL LEAKAGE FROM THE FUEL TANK, INCREASING THE RISK OF A VEHICLE FIRE.","DEALERS WILL INSPECT THE FUEL TANKS FOR LEAKS. IF LEAKS ARE FOUND, THE FUEL TANK WILL BE REPLACED. DEALERS WILL ALSO INSPECT THE SOFT TOP MECHANISM COVER SCREWS TO VERIFY PROPER LENGTH. IF THE SCREWS ARE FOUND TO BE THE WRONG LENGTH, CORRECT LENGTH SCREWS WILL BE INSTALLED." -09/10/1998,98V167006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167006),ANGOLA COACH,ANGOLA COACH/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,24,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/10/1998,98E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E027000),GENERAL ELECTRIC COMPANY,GE/BUS TAIL LIGHT BULB,EXTERIOR LIGHTING,NR (Not Reported),Equipment,78000,"EQUIPMENT DESCRIPTION: TAIL LIGHTS USED ON BUSES. THE BULB HAS REVERSED FILAMENT CONTACTS, CAUSING THE LIGHTS TO DIM RATHER THAN BRIGHTEN WHEN THE BRAKES ARE APPLIED.","A FOLLOWING VEHICLE MAY NOT BE AWARE OF THE BUS STOPPING, INCREASING THE RISK OF A VEHICLE CRASH.",THESE BULBS WILL BE REPLACED WITH CORRECTLY MANUFACTURED BULBS. -09/09/1998,98V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V220000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61800,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE FRONT BRAKE LINES CAN DEVELOP PIN HOLES DUE TO CHAFFING AGAINST THE EDGE OF THE PASS-THROUGH HOLE IN THE INNER FENDER.,BRAKE FLUID CAN LEAK RESULTING IN DETERIORATED BRAKING PERFORMANCE AND ILLUMINATION OF THE BRAKE INDICATOR LAMP.,"DEALERS WILL INSPECT THE FRONT BRAKE LINES FOR SIGNS OF WEAR AND ROUTING. IF THE LINES ARE NOT CORRECTLY CENTERED IN THE PASS-THROUGH HOLE, THE LINES WILL BE REPOSITIONED BY BENDING SLIGHTLY TO CORRECT. IF THERE IS EVIDENCE OF BRAKE LINE WEAR, THE BRAKE LINE WILL BE REPLACED." -09/08/1998,98V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V208000),"Chrysler (FCA US, LLC)",CHRYSLER/CAB/FRAME BOLTS,STRUCTURE,NR (Not Reported),Vehicle,12400,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THESE VEHICLES MAY HAVE BEEN BUILT WITH BOLTS THAT WERE NOT PROPERLY HARDENED. THE BOLTS WERE USED TO ATTACH THE CAB AND THE CORE SUPPORT TO THE FRAME.,THIS CONDITION CAN ALLOW THE CAB TO SEPARATE FROM THE FRAME INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THESE BOLTS WITH PROPERLY HARDENED BOLTS. -09/08/1998,98V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V207000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL LINE LEAKAGE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25014,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH 5.9L - 24 VALVE DIESEL ENGINE. THE LOW PRESSURE DIESEL FUEL SUPPLY TUBE LOCATED IN THE ENGINE COMPARTMENT BETWEEN THE FILTER AND THE HIGH PRESSURE PUMP CAN FRACTURE.,"THIS CONDITION CAN ALLOW FUEL TO LEAK. IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL REPLACE THE LOW PRESSURE DIESEL FUEL SUPPLY TUBE. -09/08/1998,98V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V209000),"Chrysler (FCA US, LLC)",CHRYSLER/HIGH ENGINE IDLE SPEED,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,30747,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH 5.9L - 24 VALVE DIESEL ENGINE. AN INTERMITTENT HIGH ENGINE IDLE CONDITION CAN OCCUR DUE TO A MALFUNCTION OF THE VEHICLE SPEED SENSOR.,"THIS CREATES A SIGNAL WHICH IS MISINTERPRETED BY THE ENGINE CONTROL SOFTWARE, CAUSING A HIGH IDLE SPEED CONDITION.",DEALERS WILL REPLACE THE ENGINE CONTROLLER SOFTWARE TO CORRECT ERRONEOUS SPEED SENSOR SIGNALS. -09/08/1998,98V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V211000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/DRIVE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,107,VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THE INTERMEDIATE DRIVE SHAFT INSTALLED ON THESE MOTOR HOMES CAN FALL TO THE GROUND.,THIS CONDITION CREATES A POTENTIAL LOSS OF VEHICLE CONTROL AND/OR A ROAD OBSTRUCTION.,DEALERS WILL REPLACE THE INTERMEDIATE DRIVE SHAFT WITH ONE OF A NEWER DESIGN. -09/08/1998,98V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V214000),GRUMMAN CORP.,GRUMMAN OLSON/PARK BRAKE ROUTING,PARKING BRAKE,NR (Not Reported),Vehicle,22,"VEHICLE DESCRIPTION: TRUCK BODIES INSTALLED ON NAVISTAR 1652C CHASSIS AND EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THE PARKING BRAKE WAS ROUTED SO THAT IT CAN CONTACT THE LEFT FRONT TIRE. THIS CONTACT CAN CAUSE THE PROTECTIVE SHEATH TO BE WORN AWAY, POTENTIALLY CAUSING FAILURE OF THE CABLE.",THIS CONDITION CAN DISABLE THE PARKING BRAKE.,DEALERS WILL RELOCATE THE CABLE OUT OF THE AREA OF THE FRONT TIRE AND REPLACE ANY CABLES WORN BY THE TIRE. -09/08/1998,98V206001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V206001),Mazda North American Operations,MAZDA/TIMING BELT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,40000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. AN EXTERNAL SPRING IN THE TIMING BELT TENSIONER CAN BREAK AND GET CAUGHT IN THE TIMING BELT.,THIS CONDITION CAN RESULT IN POSSIBLE ENGINE STALLING.,DEALERS WILL INSPECT THE TENSIONER AND REPLACE IT IF NECESSARY. -09/08/1998,98V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V212000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/STOP LAMP,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,17079,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. WHEN THE STOP LAMP SWITCH WAS ASSEMBLED, GREASE WAS INADVERTENTLY APPLIED TO THE CONTACT POINT. THIS CAN CAUSE THE CONTACT POINT TO HEAT UP CAUSING INTERNAL OPERATION ELEMENTS TO MELT ALLOWING THE SWTICH TO BECOME STUCK IN ON OR OFF POSITION.",THIS CONDITION CAN CAUSE THE ANTI-LOCK BRAKING SYSTEM (ABS) WARNING LIGHT TO COME ON.,DEALERS WILL INSTALL A RELAY AND REPLACE THE BRAKE LAMP SWITCH. -09/08/1998,98V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V217000),"POLARIS INDUSTRIES, INC.",POLARIS VICTORY/FUEL FILTER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL FILTER WAS INCORRECTLY MANUFACTURED AND COULD LEAK.,"IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL FILTER. -09/08/1998,98V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V219000),"POLARIS INDUSTRIES, INC.",POLARIS VICTORY/FUEL HOSE CLAMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,52,"VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL HOSE CLAMPS DO NOT PROPERLY SEAL THE HOSE TO THE PLASTIC COUPLER, NOR THE FUEL PUMP, ALLOWING FUEL LEAKAGE.","IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL HOSE CLAMPS. -09/08/1998,98V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V216000),"POLARIS INDUSTRIES, INC.",POLARIS VICTORY/FUEL SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61,VEHICLE DESCRIPTION: MOTORCYCLES. THE FUEL LEVEL SENDING UNIT WAS INCORRECTLY MANUFACTURED AND COULD LEAK.,"IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL REPLACE THE FUEL LEVEL SENDING UNIT. -09/08/1998,98V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V218000),"POLARIS INDUSTRIES, INC.",POLARIS VICTORY/TAIL LIGHT BULB,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,61,VEHICLE DESCRIPTION: MOTORCYCLES. THE TAIL LIGHT BULBS CAN BURN OUT PREMATURELY DUE TO THE TAIL LIGHT BULB VIBRATING IN THE LIGHT SOCKET.,THIS CONDITION COULD CAUSE A VISIBILITY PROBLEM FOR THE DRIVER AND ONCOMING VEHICLES.,DEALERS WILL FIRM UP THE FITMENT OF THE TAILLIGHT BULB AND THE ELECTRICAL SOCKET TO PREVENT THE BULB FROM VIBRATING. -09/04/1998,98V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V213000),Damon Corporation,DAMON/LP TANK HARDWARE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,101,VEHICLE DESCRIPTION: CLASS A AND C MOTOR HOMES. THE HARDWARE USED TO SECURE THE LIQUID PROPANE (LP) TANK WAS NOT TIGHTENED PROPERLY.,"IF THE LP TANK IS NOT SECURED, THE TANK COULD FALL TO THE GROUND WHILE THE MOTOR HOME IS BEING DRIVEN.",DEALERS WILL INSPECT THE MOTOR HOMES TO VERIFY THAT THE PROPER HARDWARE IS BEING USED AND THAT ALL NUTS ARE TIGHTENED PROPERLY. -09/02/1998,98E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E026000),"HOLLYWOOD ENGINEERING, INC.",HOLLYWOOD/BICYCLE RACK,EQUIPMENT,NR (Not Reported),Equipment,300,"EQUIPMENT DESCRIPTION: BICYCLE RACKS. THE HITCH RACKS WERE WELDED WITHOUT SUPPORT GUSSETS AND COULD CRACK, SAG OR FALL OFF THE VEHICLE.","IF THE RACK FELL OFF THE VEHICLE, DAMAGE TO FOLLOWING VEHICLES COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",THESE BICYCLE RACKS WILL BE EXCHANGED WITH NEW RACKS. -09/02/1998,98V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V205000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/CARGO MATS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,60243,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH ACCESSORY CARGO MATS IN THE THIRD-SEAT AND CARGO AREA. THIS CARGO MAT INTERFERES WITH THE LATCHING INTEGRITY OF THE FOLDING THIRD SEATS.,"IN THE EVENT OF A CRASH, AN OCCUPANT OF THE THIRD SEAT MAY NOT BE PROPERLY RESTRAINED AND COULD BE EJECTED FROM THE VEHICLE.",DEALERS WILL INSPECT THE THIRD-SEAT LATCH AND STRIKER. A RECTANGLE WILL BE REMOVED FROM THE CARGO MAT AROUND EACH STRIKER TO PROVIDE ADEQUATE STRIKER CLEARANCE AND PROPER LATCHING. -09/01/1998,98V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V204000),Ford Motor Company,FORD/DASH INSULATOR CLIP,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A DASH INSULATOR RETAINER CLIP WAS NOT FULLY ASSEMBLED TO THE ACCELERATOR CABLE DASH FITTING. THE CLIP CAN DISENGAGE FROM THE ACCELERATOR CABLE AND FALL INTO THE ACCELERATOR PEDAL ARM PIVOT AREA.,"IF THIS CONDITION OCCURS, THE ENGINE MAY NOT FULLY RETURN TO IDLE. ALSO, THE INSULATOR MAY NOT STAY IN THE INTENDED LOCATION AND COULD INTERFERE WITH THE ACCELERATOR CABLE.","DEALERS WILL INSPECT THESE VEHICLES TO ENSURE PROPER INSTALLATION OF THE ACCELERATOR CABLE CLIP, AND RE-INSTALL IF NEEDED." -09/01/1998,98V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V201000),Ford Motor Company,FORD/FUEL INJECTION O-RING SEAL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,330,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS WITH 3.0L ENGINE. AN 'O'-RING SEAL IN THE FUEL INJECTION PULSE DAMPER TO FUEL RAIL JOINT COULD BE DAMAGED ALLOWING FUEL LEAKAGE.,"IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE CAN RESULT FROM FUEL LEAKAGE.",DEALERS WILL REPLACE THE PULSE DAMPER. -09/01/1998,98V167007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167007),Newell Coach Corp.,NEWELL COACH/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,119,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -09/01/1998,98V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V203000),"Sundowner Trailers, Inc.",SUNDOWNER/FMVSS 120/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,10000,"VEHICLE DESCRIPTION: STEEL, ALUMINUM AND VALUELITE HORSE TRAILERS. TIRE SIZES WERE IMPROPERLY ENTERED ON THE CERTIFICATION LABEL. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS,"" AND PART 567, ""CERTIFICATION.""","IF COMPLETE TIRE INFORMATION IS NOT AVAILABLE, UNDERRATED TIRES COULD BE PLACED ON THE TRAILER CAUSING EXCESSIVE TIRE WEAR OR, IN EXTREME CASES, POSSIBLE TIRE BLOWOUTS.","NEW CERTIFICATION LABELS WILL BE MAILED TO OWNERS OF THESE TRAILERS. IF AN OWNER DESIRES, SUNDOWNER TRAILERS WILL INSTALL THE LABEL FOR THEM." -08/31/1998,98V167010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167010),"Marathon Coach, Inc.",MARATHON//HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,7,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -08/29/1998,98V121002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V121002),"Strick Trailers, LLC",STRICK/MIDLAND GRAU/BRAKE ACTUATOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,45,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH MAXIBRAKE I ACTUATORS, TYPE 20, TYPE 24, TYPE 30, AND TYPE 36. THESE BRAKE ACTUATORS DO NOT HAVE AN OVERSTROKE INDICATOR. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION CAN LEAD TO REDUCED BRAKE OUTPUT IF THE BRAKES OR NOT PROPERLY ADJUSTED OR WHEN IT IS USED WITHOUT AN AUTOMATIC BRAKE ADJUSTING MECHANISM.,MIDLAND WILL PROVIDE OWNERS WITH A MODIFICATION KIT WHICH WILL MAKE THE BRAKE SYSTEM COMPLIANT. -08/28/1998,98V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V200000),IC CORPORATION,AMTRAN/HANDRAIL,STRUCTURE,NR (Not Reported),Vehicle,8083,VEHICLE DESCRIPTION: SCHOOL BUSES BUILT WITH CODE G47AODM OUTWARD OPENING SERVICE DOOR AND CODE G47ACDC OR G47A5DC MANUAL DOOR CONTROL. CERTAIN CLOTHING ARTICLES SUCH AS DRAW STRINGS CAN BECOME LODGED BETWEEN THE CONTROL ROD CLEVIS AND THE ATTACHMENT AT THE DOOR AS A PERSON IS EXITING THE BUS.,"IF THE DRIVER IS UNAWARE OF THIS SITUATION, THE ENTRANCE DOOR MAY BE CLOSED, CAPTURING THE ITEM IN THE DOOR. DEATH OR INJURY COULD OCCUR TO THE PERSON EXITING THE BUS.",OWNERS WILL BE PROVIDED WITH A REPAIR KIT AND INSTALLATION INSTRUCTIONS. -08/25/1998,98V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V199000),BUELL MOTORCYCLE CO.,BUELL/SWING ARM,SUSPENSION,NR (Not Reported),Vehicle,136,VEHICLE DESCRIPTION: MOTORCYCLES. THE SWING ARM ON THESE MOTORCYCLES WAS IMPROPERLY MANUFACTURED.,"THIS CONDITION CAN CAUSE THE REAR SUSPENSION TO FAIL WITHOUT WARNING, LEADING TO LOSS OF CONTROL OF THE MOTORCYCLE.",DELAERS WILL REPLACE THE SWING ARM. -08/25/1998,98V196001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V196001),"COACHMEN INDUSTRIES, INC.",COACHMEN/FAN-LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2000,"VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE FAN-LIGHT APPLIANCE CAN FAIL (MOST COMMONLY INVOLVING A FAILURE OF THE FAN MOTOR) WHICH CAN RESULT IN AN OVERLOAD IN THE COILED POWER SUPPLY WIRES, WHICH COULD MELT THE WIRES.","THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT, AND POSSIBLY A FIRE.","OWNERS WILL BE SENT A MAILER FOR THE RETURN OF THIS FAN-LIGHT APPLIANCE AND IN TURN WILL BE SENT TWO PORTABLE LIGHTS AS REPLACEMENTS. IF AN OWNER DOES NOT WANT THE TWO LIGHTS AS REPLACEMENTS, COACHMEN IS OFFERING REIMBURSEMENT FOR THE FAN/LIGHT APPLIANCES." -08/25/1998,98V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V198000),Ford Motor Company,FORD/SEAT BELT BUCKLE ATTACHMENT,SEAT BELTS,NR (Not Reported),Vehicle,7000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL SEAT TRACKS. THE FRONT SEAT BELT BUCKLE ATTACHING STUD MAY HAVE BEEN IMPROPERLY HEAT TREATED. THIS HEAT TREATMENT MAY HAVE RESULTED IN CRACKS DEVELOPING IN THE STUD.,"IF THE STUD IS CRACKED, IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE SEAT BELT BUCKLE MOUNTING BRACKET AND STUD ASSEMBLY. -08/24/1998,98V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V192000),Ford Motor Company,FORD/SPEED CONTROL CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1500,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. A SPEED CONTROL CABLE MAY NOT HAVE FULLY SEATED INTO THE ACCELERATOR BRACKET AT TIME OF INSTALLATION. IF THE CABLE IS NOT FULLY SEATED INTO THIS BRACKET, THE CABLE COULD SEPARATE FROM THE BRACKET.",A LOOSE CABLE CAN RESULT IN THE THROTTLE NOT FULLY RETURNING TO IDLE AND CAUSE AN INCREASE IN STOPPING DISTANCE.,DEALERS WILL ADD A RETAINING CLIP TO THE SPEED CONTROL CABLE FITTING AT THE ACCELERATOR BRACKET. -08/24/1998,98V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V197000),OTTAWA TRUCK CORPORATION,OTTAWA/FMVSS 121,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2040,"VEHICLE DESCRIPTION: YARD TRACTORS. AN AIR LINE FROM THE REAR BRAKE RESERVOIR TO THE FRONT SUPPLY PORT ON THE DUAL BRAKE VALVE AND THE AIR LINE FROM THE FRONT RESERVOIR TO THE REAR SUPPLY PORT ON THE DUAL BRAKE VALVE WERE INCORRECTLY ROUTED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",DIMINISHED BRAKING EFFORT COULD RESULT DUE TO THE INCORRECT ROUTING.,DEALERS WILL RE-ROUTE THE AIR LINES. -08/19/1998,98V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V194000),Ford Motor Company,FORD/FUEL PRESSURE O-RING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1700,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE FUEL PRESSURE REGULATOR O-RING MAY HAVE BEEN DAMAGED WHEN THE FUEL PRESSURE REGULATOR WAS INSTALLED IN THE ENGINE FUEL RAIL. IF THE O-RING IS DAMAGED, FUEL VAPOR OR LEAKAGE COULD OCCUR.","IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD RESULT.",DEALERS WILL REPLACE THE FUEL PRESSURE REGULATOR. -08/17/1998,98V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V193000),Eldorado National-Kansas,ELDORADO/WHEEL INSTALLATION,WHEELS,NR (Not Reported),Vehicle,35,"VEHICLE DESCRIPTION: BUSES BUILT ON A CHEVROLET GMT 600 CUTAWAY CHASSIS WITH A GRANNING TAG AXLE ADDED. WHEN THE WHEELS WERE INSTALLED ON THE TAG AXLE, THE RETAINING RING THAT GOES BETWEEN THE WHEEL AND THE LUG NUTS WAS INADVERTENTLY LEFT OFF.",THESE RINGS PROVIDE THE DISHED SURFACE FOR THE FLARED NUTS TO CONTACT.,OWNERS WILL BE PROVIDED WITH TWO RETAINER RINGS WITH INSTALLATION INSTRUCTIONS. -08/17/1998,96V253003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V253003),Ford Motor Company,FORD/REAR LAMP SOCKET,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,72940,THE REAR LAMP SOCKET MAY NOT ILLUMINATE BECAUSE THE METAL CAN IN THE LAMP SOCKET MOVES OR SEPARATES FROM THE PLASTIC SOCKET HOUSING.,"THIS CAN RESULT IN MALFUNCTION OF THE STOP OR REAR RUNNING LAMPS. CENTER HIGH MOUNT STOP LAMP FUNCTION IS UNAFFECTED. REAR LAMP MALFUNCTION CAN RESULT IN FOLLOWING DRIVERS NOT BEING ALERTED TO THE SUBJECT VEHICLE'S PRESENCE OR INTENDED ACTIONS, PARTICULARLY IN THE CASE IN WHICH BOTH LAMPS HAVE MALFUNCTIONED.",DEALERS WILL INSTALL A REVISED REAR LAMP SOCKET AND WIRING ASSEMBLIES. -08/17/1998,96V253004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V253004),"Nissan North America, Inc.",NISSAN/REAR LAMP SOCKET,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,62370,THE REAR LAMP SOCKET MAY NOT ILLUMINATE BECAUSE THE METAL CAN IN THE LAMP SOCKET MOVES OR SEPARATES FROM THE PLASTIC SOCKET HOUSING.,"THIS CAN RESULT IN MALFUNCTION OF THE STOP OR REAR RUNNING LAMPS. CENTER HIGH MOUNT STOP LAMP FUNCTION IS UNAFFECTED. REAR LAMP MALFUNCTION CAN RESULT IN FOLLOWING DRIVERS NOT BEING ALERTED TO THE SUBJECT VEHICLE'S PRESENCE OR INTENDED ACTIONS, PARTICULARLY IN THE CASE IN WHICH BOTH LAMPS HAVE MALFUNCTIONED.",DEALERS WILL INSTALL A REVISED REAR LAMP SOCKET AND WIRING ASSEMBLIES. -08/17/1998,98V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V195000),"Volkswagen Group of America, Inc.",VW/REAR BRAKE LINE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,153000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR BRAKE LINE ON THE PASSENGER SIDE WAS ROUTED TOO CLOSE TO THE CORNER OF THE FUEL TANK. THE LINE COULD BE DAMAGED BY CHAFING AGAINST THE FUEL TANK.,REPEATED CHAFING COULD EVENTUALLY RESULT IN A LEAKING BRAKE LINE CAUSING DIMINISHED BRAKING IN ONE BRAKE CIRCUIT INCREASING THE VEHICLE'S STOPPING DISTANCE.,DEALERS WILL INSPECT THE BRAKE LINE AND REPLACE ANY DAMAGED LINES. -08/12/1998,98V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V191000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/ELECTRICAL WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,735,"VEHICLE DESCRIPTION: TRAVEL TRAILERS (ONLY MODELS 26A AND 24B ARE AFFECTED, AND FURTHER IDENTIFIED BY THE CHARACTERS ""7A26"" OR ""7B24"" IN THE FOURTH THROUGH SEVENTH POSITIONS OF THE VEHICLE IDENTIFICATION NUMBER. THE MAIN WIRING HARNESS AND GENERATOR BATTERY WIRING COULD BE DAMAGED BY THE GENERATOR EXHAUST SYSTEM.","THIS CONDITION COULD CAUSE MELTING OF THE WIRING INSULATION, CREATING AN ELECTRICAL SHORT. THIS COULD LEAD TO A FIRE.","DEALERS WILL RELOCATE AND SECURE THE BATTERY CABLE AND MAIN WIRING HARNESS AWAY FROM THE GENERATOR EXHAUST SYSTEM; INSTALL A HEAT SHIELD TO PROTECT WIRING FROM EXCESSIVE HEAT EXPOSURE FROM THE GENERATOR EXHAUST; AND REPLACE ANY DAMAGED WIRING, IF NECESSARY." -08/12/1998,98E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E025000),"TELMA RETARDER, INC.",TELMA/BRAKE RETARDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,807,"EQUIPMENT DESCRIPTION: BRAKE RETARDERS FOR USE ON TRUCKS, BUSES, AND OTHER LARGE SPECIAL PURPOSE VEHICLES. THE LINKAGE CONNECTING THE RETARDER ROTOR TO THE SHAFT CAN BECOME DISTORTED OVER TIME CAUSING CERTAIN CONNECTING BOLTS TO FRACTURE.",THE ROTOR AND CONNECTED DRIVE TRAIN COMPONENTS CAN SEPARATE COMPLETELY FROM THE RETARDER RESULTING IN LOSS OF DRIVE CAPABILITY AND CONTACT WITH THE PAVEMENT.,"TELMA WILL PROVIDE OWNERS WITH REPAIR KITS CONSISTING OF INSTALLATION INSTRUCTIONS AND NEW SHIMS, PRESSURE WASHERS, BOLTS, AND LOCKING PLATES ON THE RETARDER." -08/11/1998,98V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V190000),Ford Motor Company,FORD/FUEL TANK CRACKS,"FUEL SYSTEM, GASOLINE",98M03,Vehicle,140000,"VEHICLE DESCRIPTION: MINI VANS ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALABAMA, ARIZONA, ARKANSAS, CALIFORNIA (10 SOUTHERN COUNTIES OF LOS ANGELES, ORANGE, SAN BERNADINO, SAN DIEGO, RIVERSIDE, VENTURA, SANTA BARBARA, SAN LUIS OBISPO, IMPERIAL, AND KERN), FLORIDA, GEORGIA, HAWAII, LOUISIANA, MISSISSIPPI, NEVADA (CLARK COUNTY), OKLAHOMA, SOUTH CAROLINA, AND TEXAS, AND IN THE U.S. TERRITORIES COVERED BY THE FEDERAL STATUTES. THE UPPER PORTION OF THE FUEL TANK CAN DEVELOP SMALL CRACKS DUE TO EXTENDED EXPOSURE TO VERY HIGH AMBIENT TEMPERATURES. FUEL VAPOR OR LEAKAGE COULD OCCUR AT THESE CRACKS.","IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD RESULT.","DEALERS WILL REPLACE THE FUEL TANK, REGARDLESS OF MILEAGE, THROUGH MARCH 31, 2002. THIS COVERAGE WILL ONLY BE FOR STRUCTURAL CRACKS AT THE TOP OF THE TANK AND WILL NOT INCLUDE OTHER DAMAGE CAUSED BY AN ACCIDENT OR ROAD DEBRIS." -08/10/1998,98V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V187000),"General Motors, LLC",GM/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,55272,"VEHICLE DESCRIPTION: CREW CAB PICKUP TRUCKS. THE FRONT, INNER CORNER OF THE FUEL TANK CAN CONTACT THE BODY SILL EITHER INTERMITTENTLY OR CONSTANTLY. THIS MOVEMENT CAN CAUSE A DISCERNIBLE NOISE AND, OVER TIME, CAN WEAR A HOLE IN OR CRACK THE FUEL TANK AT POINT OF CONTACT.","THIS CONDITION CAN RESULT IN FUEL LEAKAGE AND A DISTINCT FUEL ODOR IF THE TANK WERE FILLED ABOVE THE LEVEL OF THE HOLE OR CRACK. IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD RESULT.","DEALERS WILL INSPECT THE FUEL TANK FOR WEAR AND, EITHER INSTALL A SPACER BETWEEN THE FUEL TANK AND THE FRONT CROSSMEMBER, OR IF NECESSARY, REPLACE THE FUEL TANK." -08/10/1998,98V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V186000),"MARQUE, INC.",MARQUE/LATERAL SUPPORT BOLTS,STRUCTURE,NR (Not Reported),Vehicle,125,"VEHICLE DESCRIPTION: TYPE I MODULAR AMBULANCES, RESCUE TRUCKS, AND SPECIALITY VEHICLES. THE BOLTS USED TO SECURE LATERAL SUPPORTS TO A TYPE I CHASSIS RAIL HAVE PARTIALLY, OR COMPLETELY, PULLED THROUGH THE MOUNTING SLOT. THIS RESULTS IN THE LATERAL SUPPORT BEING LESS THAN SECURELY FASTENED TO THE CHASSIS.",THE AMBULANCE BODY IS NOT ADEQUATELY SECURED TO THE CHASSIS.,"DEALERS WILL RETRIEVE, INSPECT, AND REMEDY AS NEEDED THE VEHICLES INVOLVED AND WILL RETURN THESE VEHICLES TO OWNERS. WHERE NECESSARY, SUPPLEMENTARY STEEL PLATING, NEW RETAINER WASHERS, OR ENTIRELY NEW LATERAL SUPPORTS WILL BE ADDED." -08/10/1998,98V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V189000),Daimler Commercial Buses NA,ORION/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,45,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH CHALLENGER 2000 MODEL 170 SERIES ALTERNATORS. THE POSITIVE POWER STUD MAY NOT BE PROPERLY SEATED IN PLACE CAUSING A LOOSE CONNECTION. THIS LOOSE CONNECTION CAUSES AN OVER-HEAT CONDITION WHEN THE ALTERNATOR IS UNDER A LOAD. ALSO THE MATERIAL USED TO INSULATE THE POWER STUD FROM THE RECTIFIER CAN TEAR AND CAUSE THE POSITIVE POWER STUD TO GROUND TO THE ALTERNATOR CASE.,THE ALTERNATOR CAN GET HOT ENOUGH TO CATCH FIRE WHICH COULD SPREAD TO OTHER AREAS OF THE VEHICLE.,DEALERS WILL REPLACE THESE ALTERNATORS. -08/10/1998,98V120012,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120012),TRAIL KING,TRAIL KING/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,98,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -08/07/1998,98V120010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120010),BOYDSTUN,BOYDSTUN/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,24,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -08/06/1998,98V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V184000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,722600,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH 3.5L ENGINES. THE FUEL INJECTION DELIVERY SYSTEM CAN LEAK FUEL FROM SOME OF THE SEALING O-RINGS OR FROM HAIR LINE CRACKS IN THE THERMOSET FUEL INJECTION RAIL.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,"DEALERS WILL REPLACE THE FUEL RAIL O-RINGS AND REINFORCE THE OUTLET (PASSENGER) SIDE FUEL RAIL. VEHICLES SHOWING FUEL LEAKAGE ON THE OUTLET FUEL RAIL MUST HAVE THE OUTLET RAIL REPLACED WHICH INCLUDES CHANGING THE UPPER AND LOWER INJECTOR O-RINGS. HOWEVER, IF A VEHICLE IS LEAKING FUEL FROM THE O-RINGS OR FROM A CRACKED FUEL LINE, THE VEHICLE SHOULD BE TAKEN INTO A DEALER TO HAVE THIS REPAIRED AS SOON AS POSSIBLE." -08/06/1998,98V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V182000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL LINE LEAKAGE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8144,"VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS EQUIPPED WITH EITHER A 8.0L V-10 ENGINE OR A 5.9L V-8 HEAVY DUTY GASOLINE ENGINE. AN EXHAUST SYSTEM HEAT SHIELD ATTACHING SCREW IS TOO CLOSE TO THE UNDERBODY FUEL LINE. THE LINE CAN RUB AGAINST THE SCREW, POSSIBLY CAUSING FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL REMOVE THE UNDERBODY HEAT SHIELD ATTACHING SCREW AND REPLACE IT WITH RUBBER ADHESIVE. THE CHASSIS FUEL LINE WILL BE INSPECTED FOR SIGNS OF WEAR AND ANY TUBES INDICATING WEAR WILL BE REPLACED. -08/06/1998,98V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V183000),"Chrysler (FCA US, LLC)",CHRYSLER/IGNITION KEY SHIFT INTERLOCK,POWER TRAIN,NR (Not Reported),Vehicle,685000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THE ADJUSTMENT OF THE CABLE CONNECTING THE CONSOLE SHIFTER MECHANISM TO THE IGNITION KEY CAN CAUSE A TRAPPED KEY CONDITION WHICH CAN RESULT IN A LOW FORCE REQUIRED TO DEPRESS THE SHIFT BUTTON. A COMBINATION OF APPLYING A MIS-ADJUSTED RELEASE BUTTON WITH A LOW FORCE ATTEMPT TO SHIFT OUT OF PARK WITH THE KEY IN THE LOCKED POSITION, CAN BREAK THE CONNECTING PIN IN THE SHIFTER.","IF THIS HAPPENS, THE ""IGNITION-PARK"" INTERLOCK SYSTEM WILL BE NONFUNCTIONAL.","DEALERS WILL INSPECT FOR PROPER OPERATION OF THE SYSTEM. ANY VEHICLES THAT ARE NOT FUNCTIONAL AFTER THE INSPECTION WILL HAVE THE SHIFT MECHANISM AND CABLE REPLACED WITH A ""SELF-ADJUSTING"" DESIGN." -08/06/1998,98V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V185000),"Chrysler (FCA US, LLC)",CHRYSLER/INTEGRATED CHILD SEATS,CHILD SEAT,NR (Not Reported),Vehicle,157000,VEHICLE DESCRIPTION: MINI VANS EQUIPPED WITH INTEGRATED CHILD SEATS. THE SHOULDER HARNESS RESTRAINT ON THE INTEGRATED CHILD SEAT CAN BECOME DIFFICULT TO EXTRACT WHEN THE SAFETY BELT LATCH PLATE BECOMES CONTAMINATED.,THIS CAN CAUSE DIFFICULTY IN RELEASING A CHILD FROM THE RESTRAINT.,"DEALERS WILL CLEAN THE LATCH MECHANISM. AN EXTENDER WILL BE ADDED TO THE EMERGENCY RELEASE ANCHOR FOR THE CHILD SEAT SAFETY BELTS SO THAT THE RELEASE CLIPS ARE MORE VISIBLE AND ACCESSIBLE TO THE OPERATOR IN THE EVENT THAT THE RETRACTOR MECHANISM CAN NOT BE UNLOCKED. IN ADDITION, AN INSTRUCTIONAL OWNER'S MANUAL SUPPLEMENT CARD WILL BE PROVIDED." -08/06/1998,97E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E045000),SCI SYSTEMS,SCI/CHARGING CABLES,VISIBILITY,NR (Not Reported),Equipment,74,EQUIPMENT DESCRIPTION: LEVEL I ADAPTERS (110V CHARGING CABLES) FOR USE AS A BACK-UP POWER SUPPLY FOR 1998 EV PLUS HONDA VEHICLES. AN OPEN IN THE CIRCUIT WIRING WAS CAUSED BY AN OVERHEATING OF A MECHANICAL CONNECTION.,AN ELECTRICAL SHORT AND POSSIBLE FIRE COULD OCCUR DUE TO THIS CONDITION.,REPLACEMENT CABLES WERE MAILED TO OWNER. -08/06/1998,98V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V188000),Toyota Motor Corporation,TOYOTA/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,84323,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STATEMENT REQUIRED IN THE OWNER'S MANUAL THAT ""...THE ON-OFF SWITCH SHOULD ONLY BEN USED WHEN A MEMBER OF A PASSENGER RISK GROUP IDENTIFIED IN THE REQUEST FORM IN APPENDIX B......IS OCCUPYING THE RIGHT FRONT PASSENGER SEATING POSITION..."" IS MIS-STATED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 208, ""OCCUPANT CRASH PROTECTION.""","IF THE AIR BAG SWITCH IS ""OFF,"" THE SEAT OCCUPANT WHO IS NOT A MEMBER OF THE PASSENGER RISK GROUP WOULD BE SUBJECT TO INCREASED INJURY IN THE EVENT OF A VEHICLE CRASH.",OWNERS WILL BE SENT A CORRECTED OWNER'S MANUAL. -08/05/1998,98V120009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120009),"Talbert Manufacturing, Inc.",TALBERT/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,530,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -08/04/1998,98E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E024000),Atwood Mobile Products,ATWOOD/RANGES,EQUIPMENT,NR (Not Reported),Equipment,1418,"EQUIPMENT DESCRIPTION: LP GAS OPERATED RANGES. THE MANIFOLD ASSEMBLY CAN, UNDER CERTAIN OPERATING CONDITIONS, ALLOW FOR GAS LEAKAGE AT THE GASKET SURFACE BETWEEN THE OVEN CONTROL AND MANIFOLD.","IF AN IGNITION SOURCE IS PRESENT, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL INSTALL A NEW MANIFOLD ASSEMBLY. -08/04/1998,98V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V178000),"BMW of North America, LLC",BMW/COOLANT SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,340000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. A MALFUNCTION OR FAILURE OF A COOLANT SYSTEM COMPONENT, SUCH AS A THERMOSTAT, WATER PUMP, OR FAN BELT, CAN RESULT IN SIGNIFICANTLY INCREASED COOLANT TEMPERATURE AND SYSTEM PRESSURE. IF THE INDICATIONS OF A CRITICAL OVERHEATING CONDITION IS NOT NOTICED BY THE DRIVER, IT IS POSSIBLE THAT DAMAGE TO, OR FAILURE OF, A COOLANT SYSTEM COMPONENT COULD OCCUR.","IF A CRACK WERE TO FORM OR A SEAM WERE TO SEPARATE IN THE HEATER CORE END PIECE, HOT COOLANT COULD SUDDENLY BE EXPELLED, INCREASING THE RISK OF PERSONAL INJURY TO A VEHICLE OCCUPANT.",DEALERS WILL INSTALL A NEW DESIGN RADIATOR CAP TO CONTROL PRESSURE AND PROVIDE GREATER COOLANT OVERFLOW IN THE EVENT OF OVERHEATING. -08/04/1998,98V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V177000),"General Motors, LLC",GM/GLASS FOGGING,VISIBILITY,NR (Not Reported),Vehicle,354,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH ELECTRIC DRIVE. RAPID FOGGING OF THE INTERIOR GLASS CAN OCCUR WITHIN TWO MINUTES AFTER THE HEAT IS TURNED ON IF (1) THE OUTSIDE TEMPERATURE IS BETWEEN 35 AND 76 DEGREES FAHRENHEIT AND (2) WATER HAS COLLECTED ON THE HEAT EXCHANGER DURING PREVIOUS OPERATION OF THE AIR CONDITIONING.,"IF RAPID FOGGING WERE TO OCCUR DURING DRIVING, IT COULD OBSTRUCT THE DRIVER'S VISION INCREASING THE RISK OF A VEHICLE CRASH.","OWNERS ARE BEING PROVIDED WITH A CAUTION LABEL AND SUPPLEMENTAL INSERT FOR THEIR OWNER'S MANUAL ADVISING THEM TO FOLLOW A ""STOP AND WAIT"" PROCEDURE TO HELP AVOID WINDOW FOGGING WHILE DRIVING." -08/03/1998,98V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V180000),Isuzu Motors Limited,ISUZU/TRANSFER GEAR BOX,POWER TRAIN,NR (Not Reported),Vehicle,3062,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE TRANSFER GEARBOX FLANGE NUTS WERE NOT PROPERLY INSTALLED, CAUSING THE NUTS TO LOOSEN.","IF THE FLANGE NUTS LOOSEN, THE PROPELLER SHAFT CAN SEPARATE, RENDERING THE VEHICLE INOPEATIVE.","DEALERS WILL INSPECT FRONT AND REAR FLANGE NUTS AND, IF FOUND LOOSE, TIGHTEN TO SPECIFIED TORQUE AND SECURED STAKED AT TWO PLACES." -08/03/1998,98V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V179000),"Mack Trucks, Inc.",MACK/WATER PUMP,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,62,"VEHICLE DESCRIPTION: FRONT DISCHARGE, REAR ENGINE MIXERS. THE FAN DRIVE PULLEY THAT ATTACHES TO THE WATER PUMP CAN SHOW EXCESSIVE AXIAL RUNOUT CAUSING THE FAN AND PART OF THE FAN DRIVE TO SEPARATE FROM THE DRIVE PULLEY.","THE FAN CAN CAUSE OTHER VEHICLE DAMAGE. IF THE HOOD IS OPEN AT THE TIME OF FAN FAILURE, FRAGMENTS PROPELLED COULD CAUSE POSSIBLE PERSONAL INJURY TO PERSONS SERVICING THE ENGINE OR STANDING NEARBY.","DELERS WILL INSPECT THE WATER PUMP AND, IF NECESSARY, REPLACE THE PUMP." -07/31/1998,98V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V176000),Blue Bird Body Company,BLUE BIRD/FUEL TANK STRAPS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,772,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. THE BOLTS RETAINING THE FUEL TANK STRAPS CAN LOOSEN ALLOWING THE FUEL TANK TO DISLODGE.,"THIS CONDITION COULD ALLOW THE FUEL TANK TO SLIP, INCREASING THE RISK OF THE TANK HITTING THE GROUND, RESULTING IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.",OWNERS WILL BE ADVISED TO REPLACE THE ORIGINAL BOLTS AND NUTS IN THE FUEL TANK RETAINING STRAPS WITH NEW BOLTS AND NUTS THAT WILL BE PROVIDED. -07/31/1998,98V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V175000),Daimler Commercial Buses NA,ORION/HYDRAULIC PUMP,STEERING,NR (Not Reported),Vehicle,52,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH SUNSOURCE/FAUVER TANDEM HYDRAULIC PUMPS. THE HYDRAULIC PISTON PUMP IS DRIVEN BY THE ENGINE AND A SHAFT OUT OF THE BACK OF THE PUMP PROVIDING POWER TO THE POWER STEERING PUMP. THE SHAFTS ARE CONNECTED TOGETHER WITH A COUPLING. THIS COUPLING IS FITTED WITH TWO RETAINER CLIPS WHICH KEEPS IT CENTERED BETWEEN THE TWO PUMPS. THESE BUSES WERE SHIPPED MISSING THE COUPLING RETAINER CLIPS.,"EXCESSIVE MOVEMENT OF THE COUPLING CAN DISENGAGE THE TWO PUMP SHAFTS, CAUSING LOSS OF POWER STEERING.",DEALERS ARE INSPECTING AND RETROFITTING THE COUPLINGS ON THESE PUMPS. -07/30/1998,98I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98I003000),Ford Motor Company,FORD/BRAKE CALIPER ANCHORS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,174000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH THE SAFETY ACT. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. MINI VANS SOLD DURING THE MONTHS OF DECEMBER 1996, AND JANUARY, FEBRUARY AND MAY 1997. FRONT BRAKE CALIPER ANCHOR PLATE TO HUB AND SPINDLE ASSEMBLY BOLTS MAY BE LOOSE AS A RESULT OF AN INCOMPLETE TIGHTENING OPERATION AT THE ASSEMBLY PLANT.","WHEN THE BOLTS ARE LOOSE, A NOTICEABLE NOISE AND/OR VIBRATION IS EVIDENT WHICH PROVIDES WARNING TO THE VEHICLE DRIVER. VEHICLE BRAKING IS NOT DEGRADED.",DEALERS WILL TIGHTEN THE FRONT BRAKE CALPIER ANCHOR PLATE BOLTS. OWNERS CAN CONTACT FORD AT 1-800-392-3673. -07/30/1998,98V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V172000),"PREVOST CAR, INCORPORATED",PREVOST/ALTERNATOR/BATTERY CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1814,VEHICLE DESCRIPTION: TRANSIT COACHES. THE ALTERNATOR AND BATTERY CABLES WERE NOT PROPERLY INSTALLED.,THIS CONDITION CAN CAUSE THE NUTS TO LOOSEN OVER A PERIOD OF TIME CAUSING A SHORT CIRCUIT AND POSSIBLE FIRE HAZARD.,"DEALERS WILL INSPECT, REMOVE AND RE-INSTALL THE ALTERNATOR AND BATTERY CABLES." -07/30/1998,98V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V173000),Shyft Group,SPARTAN/FMVSS 105/BRAKE LIGHT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,441,"VEHICLE DESCRIPTION: MOTOR HOMES, SCHOOL AND TRANSIT BUS CHASSIS EQUIPPED WITH PNEUMATICALLY ACTUATED BRAKING SYSTEM. THE BRAKE INDICATOR LIGHT HAD THE SYMBOL BUT NOT THE WORD 'BRAKE' ON IT. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE INDICATOR LAMP WAS NOT IN COMPLIANCE WITH THE STANDARD.,DEALERS WILL REPLACE THE INDICATOR LAMP WITH A LAMP MEETING THE REQUIREMENTS OF FMVSS NO. 105. -07/30/1998,98V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V174000),Shyft Group,SPARTAN/FUEL TANK VENTING,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,522,"VEHICLE DESCRIPTION: MOTOR HOMES. THE FUEL FILL VENT WAS NOT LONG ENOUGH WHEN INSTALLED INTO THE FUEL TANK TO ALLOW AIR TO PASS THROUGH THE VENT HOLES, CREATING A BACK SPLASH OF FUEL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN FIRE.,DEALERS WILL REPLACE THE PRESENT FUEL FILL VENT WITH A LONGER STEM ALLOWING THE PROPER AMOUNT OF AIR FLOW. -07/28/1998,98E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E023000),DEXTER AXLE,DEXTER/AXLE HUBS,SUSPENSION,NR (Not Reported),Equipment,39,EQUIPMENT DESCRIPTION: AXLES. THE HUBS USED ON SOME OF THESE AXLES HAVE AN OVERSIZED WHEEL PILOT DIAMETER WHICH PREVENTS PROPER SEATING OF THE WHEEL.,"IF THE WHEEL IS NOT SEATED, THE MOUNTING STUDS CAN FAIL AND RESULT IN LOSS OF THE WHEEL, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT AND REPLACE THE TAG AXLE HUBS. -07/28/1998,98E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E020000),Ford Motor Company,FORD/AIR BAG CONTROL SWITCH,AIR BAGS,NR (Not Reported),Equipment,470,"EQUIPMENT DESCRIPTION: AFTERMARKET AIR BAG CONTROL SWITCH KITS, PART NOS. F8DB - 14385, WITH THE FOLLOWING SUFFIXES: EA, FA, LA, MA, VA, AND TA, CAN BREAK IF CYCLED FREQUENTLY. THESE KITS ARE SPECIFIED FOR INSTALLATION ON TAURUS, SABLE, WINDSTAR, EXPLORER, MOUNTAINEER, EXPEDITION, NAVIGATOR, AND RANGER VEHICLES EQUIPPED WITH EITHER DRIVER OR DRIVER AND FRONT PASSENGER AIR BAGS.",,DEALERS WILL REPLACE THESE SWITCHES WITH A REVISED SWITCH. -07/28/1998,98V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V169000),"General Motors, LLC",GM/FMVSS 105,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,607,"VEHICLE DESCRIPTION: ELECTRIC VEHICLES. A TRANSISTOR WITHIN THE BRAKE TORQUE CONTROL MODULE (BTCM) CAUSES AN ELECTRICAL SHORT TO GROUND. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEM.""","AS A RESULT, VEHICLES CAN EXPERIENCE A LOSS OF FRONT BRAKE ASSIST, INCREASING THE BRAKE PEDAL TRAVEL, AND VEHICLE STOPPING DISTANCE.",DEALERS WILL REPLACE THE BRAKE TORQUE CONTROL MODULE. -07/28/1998,98V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V171000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/AXLES,STEERING,NR (Not Reported),Vehicle,1463,"VEHICLE DESCRIPTION: HEAVY DUTY 4X4 AND 6X6 TRUCKS EQUIPPED WITH FABCO 12,000 POUND FRONT DRIVE AXLES. THE INTEGRAL TIE ROD ARM OF THESE AXLES FRACTURES FROM THE SPINDLE YOKE.","IF THIS OCCURS, A FAILURE OF THE TIE ROD ARM COULD RESULT IN A LOSS OF STEERING CONTROL TO THE RIGHT WHEEL.","OWNERS WILL BE PROVIDED WITH A REPLACEMENT KIT WHICH CONSISTS OF 2 SPINDLE YOKES, A STEERING ADJUSTMENT SCREW, AND MISCELLANEOUS PARTS ALONG WITH INSTALLATION INSTRUCTIONS." -07/24/1998,98C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98C019000),"FISHER-PRICE, INC.",FISHER-PRICE/RESTRAINT ADJUSTER,CHILD SEAT,NR (Not Reported),Child Seat,54500,"EQUIPMENT DESCRIPTION: MODEL 79700 SAFE EMBRACE CONVERTIBLE CAR SEAT. THE HARNESS ADJUSTER, USED TO TIGHTEN AND LOCK THE HARNESS BELTS AROUND A CHILD, CAN MALFUNCTION IF A SPRING BREAKS OR DISLOCATES FROM THE CORRECT POSITION.","WHEN THE HARNESS ADJUSTER FAILS, IT WOULD NOT PROPERLY LOCK THE SHOULDER BELTS IN PLACE. IF THIS OCCURS, THE CHILD MAY NOT BE ADEQUATELY PROTECTED IN A CRASH.",FISHER-PRICE WILL PROVIDE OWNERS WITH A REVISED RESTRAINT ADJUSTER AND INSTALLATION INSTRUCTIONS. -07/24/1998,98V170002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V170002),Honda (American Honda Motor Co.),HONDA/ENGINE WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16838,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. A GROUND CONNECTION TERMINAL WAS NOT PROPERLY CRIMPED IN THE SUPPLIER'S ENGINE WIRING HARNESS MANUFACTURING LINE. THIS IMPROPER CRIMPING PROCESS CAN LEAVE AN IMPRESSION ON THE TERMINAL THAT WILL EVENTUALLY CAUSE A STRESS FRACTURE. S,"IF A TERMINAL IS FRACTURED, THE POWERTRAIN CONTROL MODULE (PCM) CAN RECEIVE AN ERRONEOUS SIGNAL INDICATING A HIGH VEHICLE SPEED, THEREBY CAUSING THE PCM TO CUT THE FUEL, CAUSING A 'NO-START' CONDITION, OR A POSSIBLE ENGINE STALL.",DEALERS WILL REPLACE THE WIRING HARNESS ON THESE VEHICLES. -07/24/1998,98V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V170000),Isuzu Motors Limited,ISUZU/ENGINE WIRE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,55475,VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. A GROUND CONNECTION TERMINAL WAS NOT PROPERLY CRIMPED IN THE SUPPLIER'S ENGINE WIRING HARNESS MANUFACTURING LINE. THIS IMPROPER CRIMPING PROCESS CAN LEAVE AN IMPRESSION ON THE TERMINAL THAT WILL EVENTUALLY CAUSE A STRESS FRACTURE. S,"IF A TERMINAL IS FRACTURED, THE POWERTRAIN CONTROL MODULE (PCM) CAN RECEIVE AN ERRONEOUS SIGNAL INDICATING A HIGH VEHICLE SPEED, THEREBY CAUSING THE PCM TO CUT THE FUEL, CAUSING A 'NO-START' CONDITION, OR A POSSIBLE ENGINE STALL.",DEALERS WILL REPLACE THE WIRING HARNESS ON THESE VEHICLES. -07/24/1998,98V156001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V156001),Oshkosh Corporation,OSHKOSH/STEERING,STEERING,NR (Not Reported),Vehicle,449,VEHICLE DESCRIPTION: WALK-IN VAN AND BUS SHUTTLE CHASSIS EQUIPPED WITH MERITOR MODEL FC-921 FRONT AXLES. STRESS CRACKS CAN OCCUR IN THE LEFT FRONT AXLE STEERING KNUCKLE.,THIS CONDITION CAN LEAD TO LOSS OF STEERING CONTROL.,FREIGHTLINER IS CONDUCTING THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REPLACE THE LEFT HAND STEERING KNUCKLE WITH A NEWLY DESIGNED KNUCKLE WITH A LARGER CROSS SECTION IN THE AREA THAT WAS CRACKING. -07/23/1998,98E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E021000),Trans-Air Manufacturing Corp.,TRANSAIR/MOTOR OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,5118,EQUIPMENT DESCRIPTION: AIR-CONDITIONING CONDENSERS EQUIPPED WITH SPAL CORPORATION FANS. THE CONDENSER MOTOR WIRING CAN OVERHEAT CAUSING A POSSIBLE IGNITION SOURCE.,A FIRE COULD OCCUR.,"DEALERS WILL PROVIDE INDIVIDUAL CIRCUIT PROTECTION FOR EACH CONDENSER FAN MOTOR, TO PREVENT THE POSSIBILITY OF OVERHEATED WIRING." -07/23/1998,98E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E022000),Trans-Air Manufacturing Corp.,TRANSAIR/MOTOR OVERHEATS,EQUIPMENT,NR (Not Reported),Equipment,5064,"EQUIPMENT DESCRIPTION: AIR-CONDITIONING EVAPORATORS EQUIPPED WITH MOTOR PRODUCTS, INC. FANS. THE EVAPORATOR MOTOR WIRING CAN OVERHEAT CAUSING A POSSIBLE IGNITION SOURCE.",A FIRE COULD OCCUR.,"DEALERS WILL PROVIDE INDIVIDUAL CIRCUIT PROTECTION FOR EACH EVAPORATOR FAN MOTOR, TO PREVENT THE POSSIBILITY OF OVERHEATED WIRING." -07/23/1998,98V120006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120006),"WALKER STNLS.EQUIP.CO,INC",WALKER/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,870,"VEHICLE DESCRIPTION: HIGHWAY TRUCK TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/22/1998,98V167002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167002),Blue Bird Body Company,BLUE BIRD/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,379,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -07/22/1998,98V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V168000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/TRANSFER CASE,POWER TRAIN,NR (Not Reported),Vehicle,9560,VEHICLE DESCRIPTION: ALL WHEEL DRIVE PASSENGER VEHICLES. LOCKUP OF THE TRANSFER CASE CAN OCCUR DUE TO INSUFFICIENT LUBRICATION.,"THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR ADEQUACY OF THE TRANSFER CASE OIL VOLUME, TRANSFER CASE OIL LEAKAGE, AND OPERATIONAL DEGRADATION OF THE TRANSFER CASE MECHANISM. IF OIL VOLUME IS INSUFFICIENT, THE APPROPRIATE AMOUNT OF OIL WILL BE ADDED. IF THERE IS TRANSFER CASE OIL LEAKAGE, AFFECTED COMPONENTS WILL BE REPLACED. IF THE TRANSFER CASE SHOWS OPERATIONAL DEGRADATION, THE TRANSFER CASE WILL BE REPLACED." -07/22/1998,98V120005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120005),Trailmobile Canada Limited,TRAILMOBILE/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,8,"VEHICLE DESCRIPTION: HIGHWAY TRUCK TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/22/1998,98V120007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120007),Transcraft Corporation,TRANSCRAFT/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,357,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/22/1998,98V120004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120004),Utility Trailer Manufacturing Company,UTILITY TRAILER/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,28,"VEHICLE DESCRIPTION: DUAL AXLE, SEMI-VAN AND FLATBED, TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/21/1998,98V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V156000),FREIGHTLINER LLC,FREIGHTLINER/STEERING,STEERING,NR (Not Reported),Vehicle,5041,VEHICLE DESCRIPTION: WALK-IN VAN AND SHUTTLE BUS CHASSIS EQUIPPED WITH MERITOR MODEL FC-921 FRONT AXLES. STRESS CRACKS CAN OCCUR IN THE LEFT FRONT AXLE STEERING KNUCKLE.,THIS CONDITION CAN LEAD TO LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE LEFT HAND STEERING KNUCKLE WITH A NEWLY DESIGNED KNUCKLE WITH A LARGER CROSS SECTION IN THE AREA THAT WAS CRACKING. -07/21/1998,98V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V164000),TIARA MOTOR COACH DIVISION,TIARA\FMVSS 207\210\MID ROW SEAT,SEAT BELTS,NR (Not Reported),Vehicle,290,"VEHICLE DESCRIPTION: CONVERSION VANS BUILT ON 127"" WHEEL BASE DODGE CHASSIS. THE UPPER SEAT BELT MOUNTING STRUCTURE FOR THE MID-ROW SEATS IS NOT CAPABLE OF PASSING THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT OCCUPANT WILL NOT BE ADEQUATELY RESTRAINED IN THE EVENT OF A FRONT IMPACT CAUSING INJURIES TO THE SEAT'S OCCUPANT.,DEALERS WILL REPLACE THE DEFECTIVE BRACKETS. -07/21/1998,98V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V165000),TIARA MOTOR COACH DIVISION,TIARA\FMVSS 207\210\REAR SOFA,SEAT BELTS,NR (Not Reported),Vehicle,369,"VEHICLE DESCRIPTION: CONVERSION VANS BUILT ON CHEVROLET ASTRO AND GMC SAFARI CHASSIS. THE UPPER SEAT BELT MOUNTING BRACKETS FOR THE REAR SOFA ARE NOT CAPABLE OF PASSING THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT OCCUPANT WILL NOT BE ADEQUATELY RESTRAINED IN THE EVENT OF A FRONT IMPACT CAUSING INJURIES TO THE SEAT'S OCCUPANT.,DEALERS WILL REPLACE THE DEFECTIVE BRACKETS. -07/21/1998,98V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V163000),TIARA MOTOR COACH DIVISION,TIARA\FMVSS 207\REAR SOFA,SEATS,NR (Not Reported),Vehicle,153,"VEHICLE DESCRIPTION: CONVERSION VANS BUILT ON GENERAL MOTORS, FORD AND DODGE CHASSIS AND EQUIPPED WITH REMOVABLE POWER SLIDE AND RECLINING REAR SOFA. THE REAR SOFA CAN BECOME DISLOGED FROM THE RETAINING CLAMPS IN THE EVENT OF A VEHICLE CRASH. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS.""",THIS CONDITION COULD CAUSE INJURIES TO THE VEHICLE'S OCCUPANTS.,DEALERS WILL REPLACE THE DEFECTIVE RETAINING CLAMPS. -07/20/1998,98T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98T003000),Cooper Tire & Rubber Co.,COOPER/TIRES,TIRES,NR (Not Reported),Tire,16,"TIRE DESCRIPTION: SUPER ROAD SERVICE 8X19.5 BIAS, TUBELESS, LOAD RANGE D TIRES. SERIAL NOS. UP12BEX188 AND UP12BEX198. THESE TIRES WERE IMPROPERLY MANUFACTURED RESULTING IN A TIRE SEPARATION.","IF A SEPARATION IS NOT DETECTED, CONTINUED USE CAN CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR LOSING THE INFLATED AIR. LOSS OF AIR COULD RESULT IN A LOSS OF CONTROL WITH THE POTENTIAL FOR A VEHICLE CRASH.",DEALERS WILL REPLACE THESE TIRES. -07/20/1998,98V120008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120008),E-One Incorporated,EMER. ONE/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,62,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/20/1998,98V167001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V167001),"Foretravel, Inc.",FORETRAVEL/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,177,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH AQUA-HOT HEATING SYSTEMS, MODEL 431-3 ZONE WITH ENGINE LOOP. FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE HEATER ENCLOSURE, CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL).","IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT.",VEHICLE SYSTEMS INC. WILL CONDUCT THE OWNER NOTIFICATION FOR THIS CAMPAIGN. DEALERS WILL REMOVE THE INSULATION FROM BENEATH THE DIESEL HEATING UNIT AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND AIR-CONDITIONING HEATING ELEMENT ACCESS COVERS. -07/20/1998,98V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V162000),Lamborghini (Automobili Lamborghini),LAMBORGHINI/WINDSHIELD RAIL PROTECTOR,STRUCTURE,NR (Not Reported),Vehicle,63,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AIR BAGS. A SUPPLEMENTARY RUBBER WINDSHIELD HEADER PROTECTOR TO BE INSTALLED BY THE VEHICLE OWNER ONTO THE WINDSHIELD HEADER WHEN DRIVING WITH THE VEHICLE'S TOP REMOVED WAS OMITTED.,INJURY TO UNBELTED OCCUPANTS COULD OCCUR IF THE VEHICLE'S TOP IS REMOVED AND THE VEHICLE IS INVOLVED IN A CRASH.,DEALERS WILL REPLACE THE WINDSHIELD HEADER RAIL TRIM PANEL AND PROVIDE THE OWNER WITH THE MISSING SUPPLEMENTAL RUBBER WINDSHIELD HEADER RAIL PROTECTOR. -07/20/1998,98V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V166000),Daimler Commercial Buses NA,ORION/ZF FRONT AXLES,SUSPENSION,NR (Not Reported),Vehicle,31,VEHICLE DESCRIPTION: TRANSIT BUSES BUILT WITH ZF FRONT AXLES EQUIPPED WITH LUCAS DISC BRAKES. THE BRAKE LEVER CONNECTING THE BRAKE CHAMBER PUSHROD TO THE DISC BRAKE ACTUATOR CAN CONTACT THE AIR BAG SUPPORT GUSSET DURING APPLICATION OF THE BRAKES AND BECOME JAMMED AND WILL NOT RELEASE THE BRAKE WHEN THE DRIVER REMOVES THEIR FOOT FROM THE BRAKE PEDAL.,"SINCE THIS IS A STEERING AXLE, UNWANTED APPLICATION OF THE BRAKE CAN CAUSE THE VEHICLE TO TURN IN THE DIRECTION OF THE LOCKED WHEEL INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REWORK THE BRAKE LEVERS ON THE SUBJECT BUSES. -07/16/1998,98V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V157000),Shyft Group,SPARTAN/FUEL TANK MARKINGS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25,VEHICLE DESCRIPTION: CEMENT MIXERS. THE FUEL TANKS ARE MARKED AS A NON-SIDE MOUNTED APPLICATION AND SHOULD BE MARKED FOR A SIDE MOUNTED FUEL TANK.,THE FUEL TANKS ARE INCORRECTLY MARKED.,DEALERS WILL REPLACE THE 49 GALLON RECTANGULAR FUEL TANK WITH A 50 GALLON ROUND ALUMINUM FUEL TANK. -07/16/1998,98V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V160000),"Volkswagen Group of America, Inc.",VW/HOOD LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,238000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BOLTS SECURING THE FRONT HOOD LATCH CAN LOOSEN OVER TIME. THE LATCH WOULD MOVE CAUSING DISENGAGEMENT OF THE HOOD STRIKER FROM THE LATCH.,"UNEXPECTED OPENING OF THE HOOD COULD OCCUR OBSTRUCTING THE DRIVER'S VIEW OF THE ROAD WHILE DRIVING, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE HOOD LATCH AND SECURING BOLTS AND REPLACE THEM IF NECESSARY. -07/15/1998,98V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V159000),Fontaine Trailer Company,FONTAINE/KING PINS,TRAILER HITCHES,NR (Not Reported),Vehicle,50,"VEHICLE DESCRIPTION: PLATFORM TRAILERS EQUIPPED WITH KING PINS MARKED WITH CHA, CHN, & CHP AND SUPPLIED TO FONTAINE BY TEFACO. THE KING PIN SEPARATES AS SOON AS THE TRAILER IS APPLIED, ALLOWING THE TRAILER TO SEPARATE FROM THE TOW VEHICLE.","IF A TRAILER SEPARATES FROM THE TOWING VEHICLE, A CRASH OR PROPERTY DAMAGE COULD OCCUR.",DEALERS WILL REPLACE THE DEFECTIVE KING PINS. -07/15/1998,98V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V161000),Ford Motor Company,FORD/REAR LEAF SPRINGS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,202000,"VEHICLE DESCRIPTION: LIGHT DUTY 4-WHEEL DRIVE PICKUP TRUCKS. IF THE VEHICLE IS OVERLOADED, THE REAR LEAF SPRINGS CAN BE OVERSTRESSED. A FATIGUE FRACTURE OF THE SPRING CAN OCCUR. THE CENTER LEAF OF THE SPRING CAN FRACTURE AT THE FORWARD EDGE OF THE SPRING SEAT AND, IN SOME CASES, CONTACT THE FUEL TANK.",FUEL TANK CONTACT CAN DAMAGE THE TANK AND RESULT IN FUEL LEAKAGE. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL INSPECT THE REAR SPRINGS AND INSTALL AN ADDITIONAL CLIP ON THE FORWARD END OF THE REAR SPRINGS TO PREVENT FUEL TANK CONTACT IN THE EVENT OF A LEAF FRACTURE. ANY FRACTURED SPRINGS WILL BE REPLACED. -07/15/1998,98V120003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120003),Nelson Manufacturing Company,NELSON MFG/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,37,"VEHICLE DESCRIPTION: TRAILERS AND BOOM DOLLIES EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -07/14/1998,98V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V158000),Harley-Davidson Motor Company,HARLEY DAVIDSON/IGNITION SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,55013,VEHICLE DESCRIPTION: FL TOURING MOTORCYCLES. A LOSS OF ELECTRICAL POWER THROUGH THE IGNITION SWITCH CAN OCCUR DUE TO EXCESSIVE CURRENT AND OTHER FACTORS.,"THIS CONDITION CAN CAUSE THE ENGINE TO FAIL TO START, OPERATE ERRATICALLY, OR STALL.",DEALERS WILL REPLACE THE IGNITION SWITCH/CIRCUIT BREAKER AND INSTALL A RELAY KIT. -07/09/1998,98V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V154000),Ducati North America,DUCATI/REAR BRAKE REACTION ROD NUT AND BOLT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,300,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BRAKE REACTION ROD NUT AND BOLT WILL NEED TO BE REPLACED.,THIS CONDITION CAN CAUSE INCREASED BRAKING EFFORT.,DEALERS WILL REPLACE THE REAR BRAKE REACTION ROD NUT AND BOLT WITH A NEW MODIFIED NUT AND BOLT. -07/08/1998,98V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V155000),Toyota Motor Corporation,TOYOTA/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,104928,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT IN JAPAN. THE STEERING WHEEL SET NUT MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED CAUSING STEERING VIBRATION AND LOOSENESS.,"THE NUT CAN EVENTUALLY COME OFF ALLOWING THE STEERING WHEEL TO SEPARATE FROM THE STEERING SHAFT, LOSS OF VEHICLE CONTROL, AND INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL RETIGHTEN THE STEERING SET NUT. -07/06/1998,98V151002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V151002),"General Motors, LLC",GM/STEERING SHAFT BOLT TORQUE,STEERING,NR (Not Reported),Vehicle,42,"VEHICLE DESCRIPTION: TRUCK CHASSIS. THE INTERMEDIATE STEERING SHAFT-TO-STEERING BOLT WAS NOT TIGHTENED PROPERLY DURING ASSEMBLY. THIS CAN CAUSE STEERING NOISE, LOOSE STEERING, AND AN UNCENTERED STEERING WHEEL.",LOSS OF STEERING COULD RESULT.,DEALERS WILL INSPECT THE STEERING SHAFT AND RETIGHTEN TO THE SPECIFIED TORQUE. -07/06/1998,98V151001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V151001),Isuzu Motors Limited,ISUZU/STEERING SHAFT BOLT TORQUE,STEERING,NR (Not Reported),Vehicle,90,"VEHICLE DESCRIPTION: TRUCK CHASSIS. THE INTERMEDIATE STEERING SHAFT-TO-STEERING BOLT WAS NOT TIGHTENED PROPERLY DURING ASSEMBLY. THIS CAN CAUSE STEERING NOISE, LOOSE STEERING, AND AN UNCENTERED STEERING WHEEL.",LOSS OF STEERING COULD RESULT.,DEALERS WILL INSPECT THE STEERING SHAFT AND RETIGHTEN TO THE SPECIFIED TORQUE. -07/06/1998,98V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V152000),PACCAR Incorporated,PACCAR/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,24,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE AIR HOSES FROM THE RELAY VALVES WERE CONNECTED DIRECTLY TO THE SERVICE BRAKE CHAMBERS, RATHER THAN BETING CONNECTED THROUGH THE ANTI-LOCK BRAKING SYSTEM (ABS) MODULATOR. THIS DOES NOT COMPLY WITH FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",,DEALERS WILL REROUTE THE AIR HOSES THROUGH THE ABS MODULATOR. -07/02/1998,98V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V153000),Blue Bird Body Company,BLUE BIRD/HAND THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1896,VEHICLE DESCRIPTION: TRANSIT AND SCHOOL BUSES. MOVEMENT OF THE HAND THROTTLE CABLE IN THE ACCELERATOR BRACKET RUBS A GROOVE IN THE BRACKET. THE HAND THROTTLE CABLE CAN BECOME WEDGED IN THIS GROOVE PREVENTING THE ACCELERATOR FROM RETURNING TO THE IDLE POSITION.,"THE THROTTLE CABLE WOULD NOT RETURN TO THE IDLE POSITION, INCREASING THE RISK OF A VEHICLE CRASH.",OWNERS WILL BE CONTACTED AND ADVISED TO DISCONNECT THE HAND THROTTLE CABLE UNTIL REPLACEMENT PARTS ARE AVAILABLE. -07/01/1998,98V150001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V150001),"General Motors, LLC",GM/WINDSHIELD WIPER WIRING,VISIBILITY,98043,Vehicle,1557585,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND SPORT UTILITY VEHICLES, 2 AND 4-WHEEL DRIVE. SOLDER JOINTS NEAR THE WIRING HARNESS CONNECTOR CAN CRACK CAUSING THE WINDSHIELD WIPERS TO WORK INTERMITTENTLY.","THIS CONDITION CAN RESULT IN INOPERATIVE WIPERS, REDUCING A DRIVER'S VISIBILITY, AND INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE WIPER MOTOR CIRCUIT BOARD AND COVER. -07/01/1998,98V150002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V150002),Isuzu Motors Limited,ISUZU/WINDSHIELD WIPER WIRING,VISIBILITY,NR (Not Reported),Vehicle,8925,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES, 2 AND 4-WHEEL DRIVE. SOLDER JOINTS NEAR THE WIRING HARNESS CONNECTOR CAN CRACK CAUSING THE WINDSHIELD WIPERS TO WORK INTERMITTENTLY.","THIS CONDITION CAN RESULT IN INOPERATIVE WIPERS, REDUCING A DRIVER'S VISIBILITY, AND INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE WIPER MOTOR CIRCUIT BOARD AND COVER. -07/01/1998,98V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V149000),"ROVER GROUP, LIMITED",LAND ROVER/UNDERHOOD FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22870,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. CERTAIN UNDERHOOD HOSE AND TUBING COMPONENTS CAN FAIL ALLOWING FLUID TO LEAK, SUCH AS ENGINE COOLANT, WINDSHIELD WIPER FLUID, AND AUTOMATIC TRANSMISSION FLUID.","THIS LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE, CAN RESULT IN AN UNDERHOOD FIRE.",DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THESE COMPONENTS. NOTE THAT NOT ALL COMPONENTS WILL NEED TO BE REPLACED. -06/29/1998,98V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V146000),"General Motors, LLC",GM/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,675302,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. BECAUSE OF CERTAIN CALIBRATIONS IN THE AIR BAG'S SENSING AND DIAGNOSTIC MODULE, AN INADVERTENT AIR BAG DEPLOYMENT COULD OCCUR IN A LOW SPEED CRASH OR WHEN AN OBJECT STRIKES THE FLOOR PAN.",AIR BAGS DEPLOY WITH GREAT FORCE AND CAN SERIOUSLY INJURE UNRESTRAINED OCCUPANTS WHO ARE TOO CLOSE TO THEM.,DEALERS WILL RECALIBRATE THE AIR BAG SENSING AND DIAGNOSTIC MODULE. -06/26/1998,98V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V147000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 205,VISIBILITY,NR (Not Reported),Vehicle,895,"VEHICLE DESCRIPTION: MOTOR HOMES. THE DRIVER'S AND PASSENGER'S SIDE WINDOWS DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 205, ""GLAZING MATERIALS,"" FOR AN ACCEPTABLE LEVEL OF TINT.","THIS CONDITION COULD CAUSE THE DRIVER REDUCED VISIBILITY THROUGH THE SIDE WINDOWS WHEN BACKING UP, WHEN USING THE MIRRORS FOR LANE CHANGES, OR WHENEVER LOOKING THROUGH THE WINDOWS, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THESE WINDOWS. -06/26/1998,98V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V144000),"General Motors, LLC",GM/FMVSS 104,VISIBILITY,NR (Not Reported),Vehicle,1059,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE WINDSHIELD WIPER MOTOR 'LOW' SPEED FUNCTION CAN BECOME INOPERATIVE WHEN THE MOTOR IS SWITCHED FROM 'HIGH' TO 'LOW' SPEED.,"IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, THE DRIVER'S VISIBILITY COULD BE AFFECTED.",DEALERS WILL REPLACE THE WINDSHIELD WIPER MOTOR COVER WHICH CONTAINS THE MICROPROCESSOR. -06/26/1998,98V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V145000),"General Motors, LLC",GM/SEAT LATCH/FINGER INJURIES,SEATS,NR (Not Reported),Vehicle,125990,VEHICLE DESCRIPTION: PASSENGER MINI VANS EQUIPPED WITH BUCKET SEATS OR A SPLIT BENCH SEAT IN THE SECOND (MIDDLE) OR THIRD (BACK) ROW. THE SEAT LATCH MECHANISMS ON BUCKET SEATS AND ON THE 40% PORTION OF THE SPLIT BENCH SEAT IN THE SECOND AND THIRD ROWS DO NOT HAVE PROTECTIVE COVERS.,"WHEN ACTIVATING THE RELEASE MECHANISM TO ROLL A BUCKET SEAT FORWARD, A CUSTOMER'S FINGER(S) COULD BE SEVERELY INJURED OR SEVERED IN THEY ARE NOT KEPT CLEAR OF THE MECHANISM.","DEALERS WILL INSTALL PROTECTIVE COVERS ON THE OUTBOARD LATCH MECHANISMS ON ALL LEFT AND RIGHT HAND REAR BUCKET SEATS IN THE SECOND AND THIRD ROW, AND TO BOTH INBOARD AND OUTBOARD LATCH MECHANISMS ON THE CENTER REAR BUCKET SEAT AND THE 40% PORTION OF THE SPLIT BENCH SEAT." -06/24/1998,98I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98I002000),Ford Motor Company,FORD/FRONT COIL SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,281000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF NEW YORK, MICHIGAN, OHIO, ILLINOIS, WISCONSIN, PENNSYLVANIA, MASSACHUSETTS, INDIANA, NEW JERSEY, MAINE, CONNECTICUT, NEW HAMPSHIRE, RHODE ISLAND, VERMONT, MINNESOTA, IOWA, MISSOURI, KENTUCKY, MARYLAND, DELAWARE, AND WEST VIRGINIA. FORD IS PROVIDING AN EXTENDED WARRANTY THROUGH THE YEAR 2001 FOR REPLACEMENT OF FRON TSPRINGS DUE TO FRACTURE. THE FRONT COIL SPRINGS CAN FRACTURE AS A RESULT OF CORROSION IN COMBINATION WITH SMALL CRACKS IN THE SPRINGS.","THE FRONT TIRE COULD DEFLATE DUE TO A BROKEN FRONT COIL SPRING CONTACTING THE TIRE, INCREASING THE RISK OF A VEHICLE CRASH.",CUSTOMERS WITH VEHICLES THAT HAVE BROKEN SPRINGS ARE TO RETURN THEIR VEHICLE FOR SPRING REPLACEMENT. BOTH SPRINGS WILL BE REPLACED EVEN IF ONLY ONE SPRING IS FRACTURED. -06/24/1998,98V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V133000),"Suzuki Motor USA, LLC",SUZUKI/FUEL GASKET,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17007,"VEHICLE DESCRIPTION: MOTORCYCLES. THE GASKET BETWEEN THE FUEL TANK AND THE FUEL PUMP MOUNTING PLATE CAN LOSE ITS ABILITY TO PROVIDE A TIGHT SEAL, ALLOWING FUEL TO DRIP FROM THE GASKET.","IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL INSTALL A REDESIGNED FUEL PUMP GASKET ON THESE MOTORCYCLES. -06/23/1998,98V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V140000),"Jayco, Inc.",JAYCO/ENGINE FIRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,208,VEHICLE DESCRIPTION: MINI MOTOR HOMES. THE ROUTING OF THE WIRE LOOM IN THE ENGINE IS TOO CLOSE TO THE ENGINE BLOCK.,CONTACT BETWEEN THE WIRE LOOM AND THE ENGINE BLOCK CAN CAUSE SMOKE AND/OR FIRE IN THE ENGINE BLOCK AREA.,DEALERS WILL RELOCATE THE WIRE AWAY FROM THE ENGINE BLOCK. -06/23/1998,98V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V138000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FMVSS 207,SEATS,NR (Not Reported),Vehicle,163,"VEHICLE DESCRIPTION: TRANSIT BUSES. A TETHER STRAP ON THE DRIVER'S SEAT WAS OMITTED. THIS DOES NOT COMPLY WITH THE STRENGTH REQUIREMENTS OF FMVSS NO. 207, SEATING SYSTEMS.""",THE DRIVER SEAT MAY NOT ADEQUATELY RESTRAIN THE DRIVER IN THE EVENT OF A VEHICLE CRASH.,"THE OWNER WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND REPAIR ASSISTANCE AS REQUIRED. THE OWNER WILL INSTALL THE MISSING TETHER STRAPS." -06/23/1998,98V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V141000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FUEL REGULATOR,VISIBILITY,NR (Not Reported),Vehicle,98,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH AN AUXILIARY DIESEL POWERED HEATER (PROHEAT BRAVO MODEL 80). AN IMPROPERLY ASSEMBLED FUEL REGULATOR CAN ALLOW AN EXCESS AMOUNT OF FUEL INTO THE COMBUSTION CHAMBER.,THIS LEAKAGE CAN LEAD TO A POTENTIAL FOR FLAMES TO ESCAPE FROM THE HEATER EXHAUST.,"TELEFLEX CANADA, THE MANUFACTURER OF THE HEATER, WILL INSPECT AND, IF NECESSARY, REPLACE ALL DEFECTIVE REGULATORS." -06/23/1998,98V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V137000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/REAR BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,30,"VEHICLE DESCRIPTION: ARTICULATED TRANSIT BUSES. UNDER EXTREME BRAKE APPLICATIONS, THE SLACK ADJUSTER YOKE IN THE REAR BRAKES CAN COME IN CONTACT WITH THE ALXE MOUNTING HARDWARE.",THIS CAN REDUCE REAR BRAKE CONTRIBUTION DURING A STOP INCREASING THE RISK OF A VEHICLE CRASH.,"THE OWNER WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND REPAIR ASSISTANCE AS REQUIRED. THE OWNER WILL REPLACE THE AXLE U-BOLT WASHERS AND TRIM THE EXCESS U-BOLT LENGTH." -06/23/1998,98V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V139000),"SAAB CARS USA, INC.",SAAB/FMVSS 208,EQUIPMENT,NR (Not Reported),Vehicle,39313,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AIR BAG ALERT LABEL ON THE DRIVER SIDE VISOR WAS OMITTED. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",THE VEHICLE OCCUPANT MAY NOT PROPERLY UNDERSTAND THE OPERATION OF THE AIR BAG SYSTEM AND THE NEED TO USE SEAT BELTS.,"OWNERS WILL BE PROVIDED WITH AN ALERT LABEL TO BE INSTALLED ON THE VISIBLE SIDE OF THE DRIVER'S SUN VISOR. IF AN OWNER SO DESIRES, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -06/22/1998,98V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V142000),"BMW of North America, LLC",BMW/REAR AXLE DIFFERENTIAL,POWER TRAIN,NR (Not Reported),Vehicle,1100,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DIFFERENTIAL PINION SHAFT WITHIN THE DIFFERENTIAL CASE ASSEMBLY WAS PRODUCED WITHOUT THE APPROPRIATE SURFACE HARDENING. THIS CAN RESULT IN THE SHAFT EXPERIENCING PREMATURE WEAR.,"THIS CONDITION WILL CAUSE A NOISE FROM THE DIFFERENTIAL AND, ULTIMATELY, FAILURE OF THE SHAFT AND LOSS OF DRIVE.",DEALERS WILL REPLACE THE ENTIRE DIFFERENTIAL ASSEMBLY. -06/22/1998,98V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V143000),"BMW of North America, LLC",BMW/TRANSMISSION GEAR SWITCH,POWER TRAIN,NR (Not Reported),Vehicle,3800,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SEALING MATERIAL OF THE SWITCH CAN DEVELOP LEAKS AND ALLOW WATER ENTRY.,"THIS CONDITION CAN EVENTUALLY RESULT IN AN INCORRECT INDICATION OF THE TRANSMISSION GEAR POSITION, WHICH COULD ALSO CAUSE THE CAR NOT TO START, OR ALLOW IT TO START IN A DRIVE GEAR, SUCH AS 'DRIVE' OR 'REVERSE.'",DEALERS WILL REPLACE THE TRANSMISSION GEAR POSITION SWITCH. -06/22/1998,98V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V136000),"Erwin Hymer Group North America, Inc.",HOME AND PARK/FUEL VENT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,404,"VEHICLE DESCRIPTION: CLASS 'B' MOTOR HOMES BUILT ON DODGE 1500, 2500 AND 3500 VAN CHASSIS. THE FUELVENT HOSE FROM THE FUEL TANK TO THE FUEL FILL ENTRY MAY NOT BE VAPOR TIGHT DUE TO OVER TIGHTENING OF THE GEAR CLAMP AT THE CONNECTION OF THE PLASTIC VENT TANK OUTAGE TO THE RUBBER VENT HOSE. THIS CAN RESULT IN FUEL OR FUEL VAPOR LEAKING.","THIS CONDITION CAN CAUSE FUEL OR FUEL VAPOR LEAKING RESULTING IN A POTENTIAL FIRE HAZARD. ALSO THE ENGINE COULD STALL FROM LACK OF FUEL, RESULTING IN LOSS OF POWER BRAKING AND POWER STEERING CONTROL.","DEALERS WILL REMOVE THE GEAR CLAMP SECURING THE RUBBER VENT HOSE TO THE PLASTIC VENT TUBE, INSTALL A RIGID INSERT TUBE INTO THE PLASTIC VENT TUBE, AND REATTACH THE HOSE AND CLAMP. THE RIBERGLASS COVER IN THE RUNNING BOARD STORAGE COMPARTMENT MUST FIRST BE REMOVED FOR ACCESS." -06/22/1998,98V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V135000),Lotus Cars Limited,LOTUS/WHEELS,WHEELS,NR (Not Reported),Vehicle,160,VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN WHEELS WERE NOT PROPERLY HEAT TREATED FOR HARDNESS. THE REAR WHEELS COULD CRACK AND BREAK.,"THE REAR WHEELS COULD CRACK AND BREAK, RESULTING IN A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THESE WHEELS. -06/22/1998,98V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V134000),"Volkswagen Group of America, Inc.",VW/INTAKE AIR SCREEN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,19800,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE ENGINE BACKFIRES DURING A COLD-START, AN AIR SCREEN WHICH IS LOOSELY SEATED IN THE AIR FLOW METER CAN BECOME DAMAGED.",SCREEN PIECES COULD ENTER THE INTAKE AIR FLOW SYSTEM AND PREVENT THE THROTTLE PLATE FROM RETURNING TO ITS FULL IDLE POSITION.,DEALERS WILL INSTALL A RETAINING RING TO HOLD THE AIR SCREEN IN PLACE. -06/16/1998,98V120002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,3041,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -06/15/1998,98V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V132000),"Ferrari North America, Inc.",FERRARI/POWER STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,235,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TORQUE ON THE POWER STEERING COLUMN NUT IS INSUFFICIENT.,IMPAIRMENT OF THE VEHICLE HANDLING COULD RESULT.,DWEALERS WILL INSPECT THE PROPER POSITION OF THE SPLINES ON THE POWER STEERING COLUMN EXTENSION AND TIGHTEN THE BOLT. -06/12/1998,98V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V130000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL SEALS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,84600,"VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH 3.3L ENGINES. THE 'O-RINGS' USED TO SEAL THE INTERFACE OF THE FUEL INJECTOR RAIL SUPPLY, RETURN AND CROSS OVER TUBES ARE NOT AS ROBUST AS THOSE USED IN LATER MODEL YEARS. DETERIORATION OF THE 'O-RINGS' CAN CAUSE FUEL LEAKAGE.","IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE IN THE ENGINE COMPARTMENT COULD RESULT IN A FIRE.",DEALERS WILL REPLACE THE ENGINE FUEL RAIL. -06/11/1998,98V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V131000),"General Motors, LLC",GM/FMVSS 102,POWER TRAIN,NR (Not Reported),Vehicle,38540,"VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES MAY HAVE (1) A BROKEN SHIFT CABLE FITTING OR (2) LOOSE SHIFT LINKAGE. CONSEQUENTLY, MOVING THE SHIFT LEVER TO A 'PARK' POSITION MAY NOT SHIFT THE TRANSMISSION TO 'PARK'.",THE VEHICLE COULD ROLL INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSPECT, AND REPLACE IF NECESSARY, THE AUTOMATIC TRANSAXLE RANGE SELECTOR CABLE." -06/11/1998,98V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V129000),PACCAR Incorporated,PACCAR/ELECTRICAL/FUEL LINE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9500,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR 3406E ENGINES. THE ROUTING OF THE ELECTRICAL AND FUEL LINES CAN CAUSE CHAFFING OF THE WIRING HARNESS ON THE FUEL LINE.,THIS CHAFFING CAN CAUSE FUEL LEAKAGE AND A POTENTIAL FOR A FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL INSPECT, ADJUST, AND REPAIR, IF NECESSARY, THE FUEL LINE AND ELECTRICAL HARNESS." -06/09/1998,98V069003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V069003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/TRANSFER CASE,POWER TRAIN,NR (Not Reported),Vehicle,6,VEHICLE DESCRIPTION: PASSENGER VEHICLES. LOCKUP OF THE TRANSFER CASE CAN OCCUR DUE TO INSUFFICIENT LUBRICATION.,"THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR ADEQUACY OF THE TRANSFER CASE OIL VOLUME, TRANSFER CASE OIL LEAKAGE, AND OPERATIONAL DEGRADATION OF THE TRANSFER CASE MECHANISM. IF OIL VOLUME IS INSUFFICIENT, THE APPROPRIATE AMOUNT OF OIL WILL BE ADDED. IF THERE IS TRANSFER CASE OIL LEAKAGE, AFFECTED COMPONENTS WILL BE REPLACED. IF THE TRANSFER CASE SHOWS OPERATIONAL DEGRADATION, THE TRANSFER CASE WILL BE REPLACED." -06/08/1998,98V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V126000),"Trailers by Dorsey, Inc.",DORSEY/FMVSS 106 BRAKE HOSES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1534,"VEHICLE DESCRIPTION: PLATFORM TRAILERS AND DOLLIES. THE TUBING INSTALLED IN THE AIR BRAKE SYSTEM ON THE PLATFORM TRAILERS WAS NOT RECOMMENDED FOR USE WITH THE TUBING FITTINGS USED IN THE AIR BRAKE SYSTEM AND THE TUBING INSTALLED ON THE DOLLIES DOES NOT HAVE THE PROPER LABELING AND MINIMUM BURST STRENGTH. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 106, ""BRAKE HOSES.""","IF THE TUBING IN THE SUPPLY (EMERGENCY) LINE BURSTS OR BECOMES DISENGAGED FROM A FITTING, THE TRAILER CAN EXPERIENCE A PANIC STOP WITHOUT PRIOR WARNING TO THE DRIVER. IF THE TUBING IN THE CONTROL (SERVICE) LINE BURSTS, THE TRAILER CAN BE OPERATING WITHOUT SERVICE BRAKES.",DEALERS WILL INSPECT THE BRAKE SYSTEM TUBING AND REPLACE THE NONCOMPLIANT TUBING INSTALLED IN THE BRAKE SYSTEM. -06/08/1998,98V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V127000),"Subaru of America, Inc.",SUBARU/PUROLATOR OIL FILTERS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,20306,"VEHICLE DESCRIPTION: PASSENGER VEHICLES, ALSO SERVICE PARTS SUPPLIED TO SUBARU DEALERS ARE INVOLVED (LOT NUMBERS F01 J21D2, F01 J30D2, F02 J09D1, F02 J09D2, AND F02 J20D1). THE PUROLATOR OIL FILTER CANS USED ON THESE VEHICLES CAN FRACTURE CAUSING A VAPORIZED OIL SPRAY AND SUBSEQUENT OIL LEAK.",THIS VAPORIZED OIL SPRAY CAN RESULT IN OIL VAPOR IGNITION BY THE HOT EXHAUST SYSTEM RESULTING IN A POSSIBLE UNDERHOOD FIRE.,DEALERS WILL INSPECT AND REPLACE THESE ENGINE OIL FILTERS. -06/02/1998,98V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V123000),IC CORPORATION,AMTRAN/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,253,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH 2-PIECE, NO5X7508 TILTING STEERING COLUMN, OR NO5X710 TELESCOPIC AND TILTING STEERING COLUMN. THE UPPER PINCH BOLT NUT WAS OMITTED DURING THE ASSEMBLY PROCESS. IF THE NUT WAS NOT INSTALLED, THE BOLT CAN SEPARATE FROM THE UNIVERSAL JOINT.","THIS CONDITION COULD CAUSE THE LOSS OF STEERING CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.","OWNERS WILL BE PROVIDED WITH A FREE REPAIR KIT AND INSTRUCTIONS TO REMEDY THIS CONDITION. IF AN OWNER SO DESIRES, THEIR DEALER CAN PERFORM THE REMEDY FOR THEM." -06/02/1998,98V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V124000),"Strick Trailers, LLC",STRICK/RHP SUSPENSIONS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,30,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH MERITOR RHP SUSPENSIONS. THESE TRAILERS EXCEED THE BRAKE ACTUATION AND RELEASE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",INCREASED BRAKING DISTANCE CAN OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL CHANGE THE NUMBER OF HOSES AND FITTINGS IN THE AIR SYSTEM. -05/29/1998,98V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V116000),Ford Motor Company,FORD/LOWER STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,90000,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS AND CHASSIS-CABS. ONE OR MORE OF THE FOUR RIVETS ON THE LOWER STEERING SHAFT FLEX COUPLING MAY NOT HAVE BEEN CRIMPED DURING THE SUB-ASSEMBLY PROCESS.,"IF A RIVET IS NOT CRIMPED, THE FLEX JOINT CAN ROTATE ON THE SHAFT AND THERE WOULD BE A REDUCTION IN OR LOSS OF STEERING CONTROL.",DEALERS WILL INSPECT THE LOWER STEERING SHAFT RIVETS AND REPLACE ANY SHAFTS WITH UNCRIMPED RIVETS. -05/27/1998,98V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V118000),Collins Bus Corporation,COLLINS BUS/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,432,"VEHICLE DESCRIPTION: DUAL REAR WHEEL SCHOOL BUSES BUILT ON FORD E-350 AND E-450 'SUPER DUTY' CUTAWAY CHASSIS, EXTERIOR BODY WIDTH OF 80"", GROSS VEHICLE WEIGHT RATING OF 11,500 OR 14,050 POUNDS. THESE BUSES MAY HAVE A MODIFICATION TO THE FRAME RAIL CONSISTING OF A NOTCH IN THE LOWER FLANGE OF THE LEFT-HAND FRAME RAIL FORWARD OF THE FRAME CROSS MEMBER. THIS MODIFICATION CAN AFFECT COMPLIANCE TO FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN THE EVENT OF A VEHICLE CRASH, THE FRAME RAIL FLANGES COULD CONTACT AND RUPTURE THE FUEL TANK INCREASING THE RISK OF A VEHICLE FIRE AND PERSONAL INJURY.","OWNERS WILL NEED TO INSPECT THEIR BUSES AND IF REPAIRS ARE NECESSARY, WILL BE PROVIDED WITH THE REPAIR PARTS REQUIRED. IF AN OWNER DESIRES, THEIR DEALER CAN PERFORM THE INSPECTION AND REPAIR." -05/27/1998,98V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V117000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/ELECTRICAL RELAY CORROSION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16012,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH PROSLEEPER BUNKS. A MICRO RELAY LOCATED BEHIND THE HVAC CONTROL PANEL IN THE BUNK CAN CORRODE FROM MOISTURE.,THIS CONDITION CAN RESULT IN A SHORT CIRCUIT BETWEEN CONTACTS ON THE RELAY INCREASING THE RISK OF A VEHICLE FIRE.,DEALERS WILL REMOVE THE EXISTING RELAY AND REPLACE IT WITH A SEALED RELAY. -05/27/1998,98V119002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V119002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/FURON/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,1309,"VEHICLE DESCRIPTION: TRUCKS, SCHOOL BUSES AND TRANSIT BUSES EQUIPPED WITH AN OPTIONAL AUTOMATIC TRANSMISSION SHIFT LEVER THAT INCLUDES A PARK BRAKE POSITION. THE TRANSMISSION SHIFTER/PARK BRAKE LEVER CAN BIND BEFORE FULLY ENGAGING IN THE PARK BRAKE POSITION CAUSING A FALSE PARK CONDITION.",THE VEHICLE CAN MOVE AFTER BEING PLACED IN PARK INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A SPACER PLATE IN THE SHIFTER AND INSPECT FOR THE PRESENCE OF AN ""E"" CLIP THAT DETAINS THE DETENT PIN." -05/27/1998,97V238004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V238004),"Strick Trailers, LLC",STRICK/ROCKWELL-WABCO/ABS CONTROL UNITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,334,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH ANTILOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL UNITS (ECU) FOR OVER-THE-ROAD TRAILER APPLICATIONS. THE COVER SEAL (O-RING) MAY HAVE BEEN IMPROPERLY INSTALLED IN CERTAIN EASY-STOP TRAILER ABS ELECTRONIC CONTROL UNITS. AN INCORRECTLY INSTALLED SEAL COULD PERMIT WATER TO ENTER THE ECU CAUSING A FAULT TO DEVELOP. THIS WILL CAUSE THE VEHICLE'S TRAILER ABS WARNING LAMP TO ILLUMINATE IMMEDIATELY WHEN THE WATER CONTACTS THE BOARD, DEACTIVATING ALL OR PART OF THE ABS.","IF THE WARNING LAMP SIGNAL IS IGNORED FOR A PERIOD OF TIME, CORROSION CAN DEVELOP EVENTUALLY LEAKING TO A COMPLETE LOSS OF ECU FUNCTION. THE SERVICE BRAKES WOULD CONTINUE TO BE FULLY FUNCTIONAL.",ROCKWELL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REPLACE THE ECU ON THESE TRAILERS. -05/26/1998,98V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V114000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,45,"VEHICLE DESCRIPTION: HEADY DUTY TRUCKS EQUIPPED WITH 36"" REAR BRAKE CHAMBERS. THE BRAKE SYSTEM DOES NOT MEET THE AIR RESERVOIR VOLUME REQUIREMENT OF FMVSS 121, ""AIR BRAKE SYSTEMS.""",INCREASED BRAKING DISTANCE CAN OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPAIR THESE VEHICLES. -05/26/1998,98V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V115000),"General Motors, LLC",GM/AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,102627,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INADVERTENT DEPLOYMENT OF THE AIR BAGS CAN OCCUR DUE TO WATER INTRUSION.,DEPLOYMENT OF THE AIR BAG WITHOUT WARNING COULD CAUSE A DRIVER TO LOSE VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE CRASH AND PERSONAL INJURY.,DEALERS WILL CLEAN THE EXTERIOR CASE OF THE SENSING AND DIAGNOSTIC MODULE (SDM) AND APPPLY A POTTING COMPOUND TO THE SDM CASE AND ELECTRICAL CONNECTOR BODY. -05/26/1998,98V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V111000),Isuzu Motors Limited,ISUZU/REAR SHOULDER BELT,SEAT BELTS,NR (Not Reported),Vehicle,3044,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE STRENGTH OF THE REAR SEAT BELT SHOULDER ANCHORAGE IS NOT TO DESIGN SPECIFICATIONS AND DOES NOT FULLY COMPLY WITH REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE REAR SEAT BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION IN THE EVENT OF A VEHICLE CRASH.,DEALERS WILL INSTALL NEW RIGHT AND LEFT REAR SEAT BELT ANCHOR BOLTS. -05/22/1998,98V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V113000),"Porsche Cars North America, Inc.",PORSCHE/IGNITION SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3217,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE IGNITION SWITCH CAN CRACK AND CAUSE ELECTRICAL FAILURES.,"THIS CONDITION CAN CAUSE FAILURE OF THE AIR CONDITIONING, HEATER BLOWER, HEADLAMPS, AND WINDSHIELD WIPERS.",DEALERS WILL INSTALL A NEW TYPE IGNITION SWITCH. -05/22/1998,98V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V112000),"Porsche Cars North America, Inc.",PORSCHE/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,738,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH TIPTRONIC TRANSMISSIONS. THE BEARING SLEEVES CAN SEIZE IN THE INTERMEDIATE SELECTOR LEVERS.,THE TRANSMISSION SELECTOR LEVER BECOMES INCREASINGLY DIFFICULT TO MOVE RESULTING IN FAILURE TO ACTIVATE THE SELECTOR LEVER.,DEALERS WILL REPLACE THE AFFECTED BEARING SLEEVES OF THE LEVER WITH BEARING SLEEVES OF AN IMPROVED DESIGN. -05/21/1998,98V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V110000),Blue Bird Body Company,BLUE BIRD/FUEL HOSES,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,64,"VEHICLE DESCRIPTION: REAR ENGINE SCHOOL BUSES EQUIPPED WITH OPTION 04888 DEDICATED COMPRESSED NATURAL GAS (CNG) FUEL PACKAGE. THE 24"" LONG STAINLESS STEEL BRAIDED FUEL HOSES CAN LEAK AT THE HOSE END FITTINGS.",THESE HOSES CAN FRACTURE ALLOWING CNG FUEL LEAKAGE INCREASING THE RISK OF A FIRE.,DEALERS WILL REPLACE THESE HOSES WITH CONDUCTIVE THERMOPLASTIC HOSES. -05/20/1998,98V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V109000),Shyft Group,SPARTAN/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7,VEHICLE DESCRIPTION: FIRE TRUCK CHASSIS EQUIPPED WITH TELMA RETARDER AND WABCO VERSION 'D' ANTI-LOCK BRAKE SYSTEM (ABS). THE ABS TEST MODE WIRING WAS INCORRECTLY WIRED THROUGH THE CONSOLE RESULTING IN THE INABILITY TO READ AND CLEAR THE BLINK CODES ON THESE FIRE TRUCKS.,THE DRIVER WOULD NOT BE ABLE TO READ OR CLEAR THESE CODES FROM THE CONSOLE.,DEALERS WILL PERFORM A WIRING CHANGE IN THE CENTER CONSOLE. -05/19/1998,97V190007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190007),SUNLINE COACH COMPANY,SUNLINE COACH/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,276,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -05/19/1998,98V120001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V120001),Volvo Trucks North America,VOLVO TRUCK/ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Vehicle,3065,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS, SUPPLIED BY ACCURIDE/AKW. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/AKW WILL REPLACE THESE WHEELS. -05/18/1998,98V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V108000),Blue Bird Body Company,BLUE BIRD/FMVSS 217/REAR DOOR,STRUCTURE,NR (Not Reported),Vehicle,385,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE BUSES WERE NOT EQUIPPED WITH A POSITIVE HOLD OPEN DEVICE (RETAINER) FOR THE REAR EMERGENCY DOOR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","THE REAR EMERGENCY DOOR WOULD NOT STAY OPEN UNTIL IT WAS RELEASED, INCREASING THE RISK OF PERSONAL INJURY IN THE EVENT OF AN EMERGENCY.",OWNERS WILL BE PROVIDED WITH FREE PARTS AND INSTRUCTIONS TO INSTALL THE REAR EMERGENCY DOOR RETAINER. OWNERS CAN CONTACT THEIR DEALERS AND HAVE THEM INSTALL THE RETAINER IF THEY SO DESIRE. -05/18/1998,98V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V103000),"General Motors, LLC",GM/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9600,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE OWNER MANUALS DO NOT CONTAIN THE REQUIREMENT INFORMATION PERTAINING TO THE VEHICLE HEADLAMP AIMING DEVICE. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE HEADLAMP ASSEMBLIES ARE REPLACED, CUSTOMERS MAY NOT BE ABLE TO PROPERLY AIM THE HEADLIGHTS.",OWNERS WILL BE MAILED AN OWNER MANUAL'S INSERT WHICH CONTAINS THE APPROPRIATE INFORMATION. -05/18/1998,98V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V107000),Motor Coach Industries,MCI/TIE ROD BALL JOINT COTTER PIN/NUT,SUSPENSION,NR (Not Reported),Vehicle,296,VEHICLE DESCRIPTION: TRANSIT COACHES. THE TIE ROD BALL JOINT COTTER PIN AND NUT MAY BE MISSING OR THE NUT MAY BE LOOSE.,THE TIE ROD BALL JOINT COULD SEPARATE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT THE BALL JOINT TORQUE AND RETIGHTEN ANY LOOSE PARTS OR REPLACE ANY MISSING PARTS. -05/15/1998,98V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V106000),IC CORPORATION,AMTRAN/FUSE/CIRCUIT BREAKER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13422,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE VEHICLES WERE BUILT WITH INADEQUATE CIRCUIT PROTECTION DEVICES (FUSES OR CIRCUIT BREAKERS) ALLOWING THE HEADLAMPS, DURING HIGH BEAM OPERATION, TO IMPOSE TOO MUCH LOAD CAUSING THE PROTECTION DEVICE TO OPEN THE CIRCUIT.","THIS CONDITION COULD CAUSE THE LOSS OF THE HEAD LIGHTS, INCREASING THE RISK OF A VEHICLE CRASH.","OWNERS WILL BE PROVIDED WITH A FREE REPAIR KIT AND INSTRUCTIONS TO REMEDY THIS CONDITION. IF AN OWNER SO DESIRES, THEIR DEALER CAN PERFORM THE REMEDY FOR THEM." -05/15/1998,98V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V101000),Ford Motor Company,FORD/PARK BRAKE ROTOR AND LINING,PARKING BRAKE,NR (Not Reported),Vehicle,11200,"VEHICLE DESCRIPTION: SUPER DUTY SINGLE REAR WHEEL PICKUP TRUCKS. THE PARKING BRAKE SYSTEM, WHEN ENGAGED WITH A FORCE OF 125 POUNDS APPLIED TO THE PARK BRAKE FOOT CONTROL, MAY NOT HOLD THE VEHICLES ON A 20 DEGREE GRADE. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""","THIS COULD ALLOW A VEHICLE TO ROLL ON AN INCLINE, INCREASING THE RISK OF A VEHICLE CRASH, PERSONAL INJURY, OR PROPERTY DAMAGE.",DEALERS WILL BURNISH THE PARKING BRAKE USING A SPECIFIED PROCEDURE. -05/15/1998,98V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V102000),"General Motors, LLC",GM/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,149342,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE OWNER MANUALS DO NOT CONTAIN THE REQUIREMENT INFORMATION PERTAINING TO THE VEHICLE HEADLAMP AIMING DEVICE. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE HEADLAMP ASSEMBLIES ARE REPLACED, CUSTOMERS MAY NOT BE ABLE TO PROPERLY AIM THE HEADLIGHTS.",OWNERS WILL BE MAILED AN OWNER MANUAL'S INSERT WHICH CONTAINS THE APPROPRIATE INFORMATION. -05/14/1998,98V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V104000),"Chrysler (FCA US, LLC)",CHRYSLER/GEAR SHIFT POSITION LIGHTING,INTERIOR LIGHTING,NR (Not Reported),Vehicle,457,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BACK LIGHT BULBS FOR THE LIQUID CRYSTAL DISPLAY FOR THE GEAR SHIFT POSITION (PRNDL) AND THE ODOMETER WERE NOT PROPERLY INSTALLED.,"IF THE BULBS FALL OUT, THE DISPLAY MAY BE DIFFICULT TO READ.",DEALERS WILL REPLACE THE INSTRUMENT CLUSTER ASSEMBLY WITH CLUSTERS THAT HAVE BULBS THAT HAVE BEEN PROPERLY TWIST-LOCKED IN PLACE. -05/14/1998,98V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V105000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,4200,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT SEAT BELT BUCKLES WERE NOT PROPERLY RIVETED TO THE SUPPORT STRAP.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT ASSEMBLY WOULD HAVE REDUCED STRENGTH, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE FRONT OUTER SEAT BELT BUCKLES WITH BUCKLES THAT HAVE BEEN PROPERLY RIVETED. -05/14/1998,98V045003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V045003),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/THROTTLE PEDAL INTERFERENCE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,100,VEHICLE DESCRIPTION: PASSENGER VEHICLES LOCATED IN THE CARIBBEAN. THE DASH PANEL PAD CAN SHIFT INTERFERRING WITH THE THROTTLE CABLE CONTROL.,THE THROTTLE CABLE CONTROL WOULD NOT RETURN TO IDLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REMOVE A PORTION OF THE DASH PANEL PAD SO IT CANNOT INTERFERE WITH THE THROTTLE CABLE CONTROL. -05/13/1998,98V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V095000),Ford Motor Company,FORD/LUG NUTS,WHEELS,NR (Not Reported),Vehicle,1520000,VEHICLE DESCRIPTION: MULTI-PURPOSE VEHICLES AND LIGHT DUTY PICKUP TRUCKS. THE LUG NUTS ON THESE VEHICLES MAY NOT CREATE SUFFICIENT CLAMP LOAD ALLOWING WHEEL MOVEMENT IN RELATION TO THE HUB/ROTOR MOUNTING SURFACE.,"THIS CAN RESULT IN THE LOOSENING OF LUG NUTS, STUD FATIGUE FAILURE, AND THE POTENTIAL FOR A WHEEL SEPARATION FROM THE VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.","OWNERS OF THESE VEHICLES WILL BE RECEIVING TWO NOTIFICATIONS. THE FIRST NOTIFICATION, WHICH BEGAN IN MAY 1998, WILL PROVIDE AN INTERIM REPAIR PROCEDURE UNTIL PARTS BECOME AVAILABLE. THIS INTERIM PROCEDURE CAN BE COMPLETED BY OWNERS OR THEIR DEALERS. IT SPECIFIES THAT THE LUG NUT TORQUE MUST BE VERIFIED TO BE 100 LBS. THEN THE LUG NUTS NEED TO BE TIGHTENED AN ADDITIONAL 1/8 TO 1/4 TURN MORE. THERE WILL BE A SECOND OWNER NOTIFICATION, WHICH IS EXPECTED TO BEGIN JULY 20, 1998, UNDER WHICH DEALERS WILL INSPECT THE WHEEL STUDS AND REPLACE THE WHEEL LUG NUTS." -05/13/1998,98V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V100000),"Volkswagen Group of America, Inc.",VW/ENGINE COMPARTMENT WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8500,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ELECTRICAL WIRING LOCATED IN THE ENGINE COMPARTMENT WAS ROUTED TOO CLOSE TO THE ENDGE OF THE VEHICLE'S BATTERY TRAY. THE WIRING CAN BECOME DAMAGED OVER TIME BY CHAFING AND THE AIR-CONDITIONER COMPRESSOR AND/OR THE FUEL PUMP CAN MALFUNCTION.,"A MALFUNCTION OF THE FUEL PUMP CAN CAUSE THE VEHICLE TO STALL, AND IN SOME INSTANCES, COULD ALSO RESULT IN A WIRING FIRE IN THE ENGINE COMPARTMENT.","DEALERS WILL INSTALL A MODIFIED BATTERY TRAY AND INSPECT, PROPERLY ROUTE, AND SECURING THE WIRING IN ACCORDANCE WITH THE RECALL REPAIR INSTRUCTIONS." -05/12/1998,98E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E016000),AMERICAN RACING EQUIPMENT,AMERICAN RACING/WHEELS,WHEELS,NR (Not Reported),Equipment,2397,"EQUIPMENT DESCRIPTION: 500/501 SERIES, 16"" ALUMINUM ALLOY WHEEL (500 SERIES DESIGNED FOR FRONT-WHEEL DRIVE VEHICLES AND 501 SERIES FOR REAR-WHEEL DRIVE). THE CENTER OF THE WHEEL CAN FRACTURE AND SEPARATE FROM THE RIM.","IF THE WHEEL SEPARATED, A LOSS OF VEHICLE CONTROL CAN OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THESE WHEELS, INCLUDING ALL COSTS ASSOCIATED WITH VEHICLE TOWING AND INSTALLATION, LABOR, MOUNTING AND BALANCING OF THE REPLACEMENT WHEELS; A FULL REFUND FOR THE WHEELS INCLUDING ANY ASSOCIATED COSTS; OR REPLACEMENT OF THESE WHEELS WITH APPLICABLE ORIGINAL EQUIPMENT MANUFACTURER'S (OEM) WHEELS, INCLUDING ALL COSTS ASSOCIATED WITH THE VEHICLE TOWING, PURCHASE, INSTALLATION, LABOR, MOUNTING AND BALANCING OF THE OEM WHEELS." -05/12/1998,98V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V128000),Blue Bird Body Company,BLUE BIRD/WEBB WHEEL/BRAKE DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,433,"VEHICLE DESCRIPTION: STEERING AXLE BRAKE DRUMS, PART NUMBER 61958B, USED IN AN AXLE ASSEMBLY COMBINATION SUPPLIED SOLELY TO BLUE BIRD BODY COMPANY BY WEBB WHEEL. THE BRAKE DRUM IS OVERSIZED IN THE AREA ABOVE THE MOUNTING FLANGE AND PREVENTS THE DISC WHEEL FROM MOUNTING FLAT AGAINST THE BRAKE DRUM.",PROLONGED EXPOSURE CAN LEAD TO DISC WHEEL CRACKING AND SUBSEQUENT DISC WHEEL FAILURE. THIS COULD ALSO LEAD TO LOOSE FLANGE NUTS AND LOSS OF A WHEEL IF NOT DETECTED.,"WEBB WHEEL WILL REPLACE BOTH STEERING AXLE BRAKE DRUMS. ALSO, IF CONTACT IS PRESENT BETWEEN THE BRAKE DRUM AND THE DISC WHEEL, BOTH STEERING AXLE BRAKE DRUMS AND BOTH STEERING AXLE DISC WHEELS WILL BE REPLACED." -05/12/1998,98V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V099000),RED RIVER MANUFACTURING,RED RIVER/TRAILER PINTLE HOOK,TRAILER HITCHES,NR (Not Reported),Vehicle,121,VEHICLE DESCRIPTION: DUMP TRAILERS WITH A BOLT-ON PINTLE HITCH MOUNTING PLATE. CRACKS CAN DEVELOP IN THE HITCH MOUNTING PLATE LEADING TO FAILURE OF THE ASSEMBLY.,"FAILURE OF THE MOUNTING PLATE CAN RESULT IN THE REAR TRAILER DISCONNECTING FROM THE LEAD TRAILER, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REINFORCE THE REAR CROSS MEMBER AND MOUNT THE PINTLE HITCH DIRECTLY TO THE REAR CROSS MEMBER ELIMINATING THE BOLT-ON PINTLE HITCH MOUNTING PLATE. -05/12/1998,98E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E015000),"Webb Wheel Products, Inc.",WEBB WHEEL/BRAKE DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1057,"EQUIPMENT DESCRIPTION: STEERING AXLE BRAKE DRUMS, PART NUMBER 61958B, USED IN AN AXLE ASSEMBLY COMBINATION SUPPLIED SOLELY TO BLUE BIRD BODY COMPANY. THE BRAKE DRUM IS OVERSIZED IN THE AREA ABOVE THE MOUNTING FLANGE AND PREVENTS THE DISC WHEEL FROM MOUNTING FLAT AGAINST THE BRAKE DRUM.",PROLONGED EXPOSURE CAN LEAD TO DISC WHEEL CRACKING AND SUBSEQUENT DISC WHEEL FAILURE. THIS COULD ALSO LEAD TO LOOSE FLANGE NUTS AND LOSS OF A WHEEL IF NOT DETECTED.,"WEBB WHEEL WILL REPLACE BOTH STEERING AXLE BRAKE DRUMS. ALSO, IF CONTACT IS PRESENT BETWEEN THE BRAKE DRUM AND THE DISC WHEEL, BOTH STEERING AXLE BRAKE DRUMS AND BOTH STEERING AXLE DISC WHEELS WILL BE REPLACED." -05/11/1998,98C014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98C014000),"Evenflo Company, Inc.",EVENFLO/TWO-IN-ONE CAR SEAT,CHILD SEAT,NR (Not Reported),Child Seat,32000,"EQUIPMENT DESCRIPTION: TWO-IN-ONE CAR SEATS, MODELS BEGINNING WITH 636 AND 637. THE SEAT'S BACKREST AND BASE HAVE SEPARATED WHEN THE OCCUPANT IS RESTRAINED BY THE SEAT'S 5-POINT HARNESS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IF THE BACKREST AND BASE WERE TO SEPARATE IN A VEHICLE CRASH, THE CHILD IN THE SEAT COULD BE INJURED.",EVENFLO WILL REPLACE THESE SEATS. -05/07/1998,98V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V098000),Motor Coach Industries,MCI/EMERGENCY EXIT LABEL,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,547,"VEHICLE DESCRIPTION: TRANSIT COACHES EQUIPPED WITH WHEEL CHAIR LIFTS. AN INSTRUCTION LABEL IDENTIFYING THE LOCATION OF THE EMERGENCY EXIT WAS OMITTED FROM THE WHEEL CHAIR SEATING POSITION LOCATED ON THE CURB SIDE OF THE VEHICLE. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","IN THE EVENT OF A VEHICLE CRASH OR OTHER EMERGENCY, PASSENGERS LOCATED IN THIS SEATING POSITION WILL NOT HAVE THE INFORMATION TO FIND PROPER ACCESS TO THE EMERGENCY EXIT.",OWNERS WILL BE PROVIDED WITH A LABEL AND INSTALLATION INSTRUCTIONS. -05/06/1998,98V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V094000),Ford Motor Company,FORD/FRONT COIL SPRINGS,SUSPENSION,98S15,Vehicle,281000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF NEW YORK, MICHIGAN, OHIO, ILLINOIS, WISCONSIN, PENNSYLVANIA, MASSACHUSETTS, INDIANA, NEW JERSEY, MAINE, CONNECTICUT, NEW HAMPSHIRE, RHODE ISLAND, VERMONT, MINNESOTA, IOWA, MISSOURI, KENTUCKY, MARYLAND, DELAWARE, AND WEST VIRGINIA. THE FRONT COIL SPRINGS CAN FRACTURE AS A RESULT OF CORROSION IN COMBINATION WITH SMALL CRACKS IN THE SPRINGS.","THE FRONT TIRE COULD DEFLATE DUE TO A BROKEN FRONT COIL SPRING CONTACTING THE TIRE, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSTALL A SPRING CATCHER BRACKET WHICH WILL PREVENT A FRACTURED SPRING FROM CONTACTING A TIRE. -05/06/1998,98V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V096000),MOTO AMERICA INC.,MOTO AMERICA/ENGINE OIL HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,205,"VEHICLE DESCRIPTION: MOTORCYCLES. THE ENGINE OIL RADIATOR HOSES CAN SEPARATE AT THE FITTINGS, ALLOWING OIL TO LEAK.",THIS OIL COULD GET ON THE TIRES OF THE MOTORCYCLE INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.,DEALERS WILL INSTALL REPLACEMENT OIL RADIATOR HOSES WITH CORRECTLY AND SOLIDLY ATTACHED FITTINGS. -05/05/1998,98V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V093000),"Nissan North America, Inc.",NISSAN/WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,512387,VEHICLE DESCRIPTION: PASSENGER VEHICLES. WATER CAN ENTER AND DISPLACE THE GREASE IN THE WIPER ARM LINKAGE BALL JOINT WHERE THE WIPER LINKAGE ATTACHES TO THE WIPER MOTOR LINKAGE.,THIS CAN RESULT IN GRADUAL WEAR OVER A PERIOD OF TIME INSIDE THE JOINT THAT COULD LEAD TO THE SEPARATION OF THE WIPER LINKAGE ASSEMBLY FROM THE WIPER MOTOR LINKAGE AT THE BALL JOINT. A LOSS OF WINDSHIELD WIPER FUNCTION CAN RESULT IN THIS SEPARATION OCCURS.,"TO PREVENT GREASE FROM BEING WASHED OUT OF THE JOINT, THE DEALERS WILL MODIFY BY ADDING A WATER DIVERSION SEAL THAT WILL PREVENT WATER FROM ENTERING THE WINDSHIELD WIPER LINKAGE BALL JOINT AREA." -05/04/1998,98V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V090000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/PART 567,EQUIPMENT,NR (Not Reported),Vehicle,42,"VEHICLE DESCRIPTION: SPORT UTILITY VEHICLES. THE CERTIFICATION LABEL ON THESE VEHICLES FAIL TO COMPLY WITH THE LABELING REQUIREMENTS OF PART 567, ""CERTIFICATION.""",THE REAR GROSS AXLE WEIGHT RATING WAS LISTED AS 3257 LB. INSTEAD OF 3527 LB. AND THE TIRE SIZE WAS LISTED AS 276 RATHER THAN 275. A CONSUMER COULD INCORRECTLY INFLATE THE TIRES OR IMPROPERLY LOAD THE VEHICLE.,DEALERS WILL SEND A REPRESENTATIVE TO THE OWNER'S HOME AND REMOVE THE NON-COMPLIANCE LABEL AND REPLACE THIS WITH A LABEL WHICH IS IN COMPLIANCE. -05/04/1998,98V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V091000),"Subaru of America, Inc.",SUBARU/FRONT TRANSVERSE LINK,SUSPENSION,NR (Not Reported),Vehicle,29442,"VEHICLE DESCRIPTION: PASSENGER STATION WAGON, SEDAN AND SPORT UTILITY VEHICLES. DUE TO IMPROPER WELDING, FRACTURES CAN OCCUR ON THE SUPPORT BRACKET OF THE FRONT TRANSVERSE LINK.","SUCH FRACTURES CAN RESULT IN PARTIAL OR COMPLETE SEPARATION OF THE BRACKET CAUSING A FAILURE OF THE LOWER SUSPENSION MOUNTING, LEADING TO A LOSS OF VEHICLE CONTROL.",DEALERS WILL INSPECT AND REPLACE IF NECESSARY THE FRONT SUSPENSION SUPPORT BRACKETS. -05/04/1998,98V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V092000),Volvo Trucks North America,VOLVO TRUCK/DAYTIME RUNNING LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2329,VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS. THE ELECTRONIC MODULE THAT CONTROLS THE DAYTIME RUNNING LIGHTS (DRL) AND HEADLIGHTS CAN FAIL WITHOUT WARNING RESULTING IN THE LOSS OF THE DRL AND HEADLIGHT FUNCTIONS.,"IF THESE LIGHTS FAIL, A VISIBILITY PROBLEM WOULD OCCUR INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE DRL CONTROL MODULE. -04/29/1998,98V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V087000),"Suzuki Motor USA, LLC",SUZUKI/PASSENGER GRAB RAIL,STRUCTURE,NR (Not Reported),Vehicle,4103,VEHICLE DESCRIPTION: MOTORCYCLES. THE BRACKET PORTION OF THE PASSENGER GRAB RAIL CAN BREAK.,"THIS COULD CAUSE THE PASSENGER TO LOSE THEIR BALANCE AND FALL FROM THE MOTORCYCLE, OR COULD DISTURB THE RIDER'S ABILITY TO CONTROL THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE PASSENGER GRAB RAIL WITH A NEW, STRONGER GRAB RAIL." -04/28/1998,97V190006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190006),AMERICAN TRAVEL SYSTEMS,AMERICAN TRAVEL/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,20,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -04/27/1998,98V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V088000),"Ferrari North America, Inc.",FERRARI/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,269,VEHICLE DESCRIPTION: PASSENGER VEHICLES FITTED WITH DUAL FUEL PUMPS. THE FUEL INJECTION LINE FITTING CAN FRACTURE IF THE ALUMINUM NUT ATTACHING THE LINES IS TIGHTENED EXCESSIVELY.,"IF THE FUEL LINE FRACTURES, FUEL LEAKAGE CAN OCCUR. IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REMOVE THE FUEL INJECTION LINES THAT HAVE ALUMINUM NUTS AND REPLACE WITH NEW LINES CONTAINING STEEL ATTACHING NUTS. -04/24/1998,98V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V086000),"Charles Machine Works, Inc.",CHARLES MACHINE/WHEEL RIMS,WHEELS,NR (Not Reported),Vehicle,820,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH WHEELS THAT ARE STAMPED WITH ""T16X16K DOT 0496 RUDEVECA."" THE WHEEL CENTER TO RIM WELDS HAVE FAILED, CAUSING THE RIM TO BREAK LOOSE FROM THE WHEEL CENTER.",THIS CONDITION COULD CAUSE A DRIVER TO LOSE CONTROL OF THE TRAILER INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THESE WHEELS. -04/24/1998,98V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V077000),Shyft Group,SPARTAN/DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,477,"VEHICLE DESCRIPTION: FIRE TRUCKS WITH OCCUPANT SIDE ENTRY DOORS. A DIFFICULTY IN LATCHING THE SIDE ENTRY DOORS TO THE FULL CLOSED POSITION, AND/OR, THE DOORS MAY RELEASE TO THE SECONDARY LATCH POSITION. ALSO LOOSE RIVETS CAN CAUSE THE LATCH CONTROL MECHANISM TO BIND NOT ALLOWING THE DOOR TO LATCH PROPERLY WHEN SHUT.","THE CAB DOOR COULD UNLATCH FROM ITS PRIMARY LATCH WHILE THE VEHICLE IS IN MOTION, ALLOWING THE DOOR TO OPEN UNASSISTED TO THE SECONDARY LATCH POSITION.",DEALERS WILL REMOVE AND REPLACE THE LATCH AND ACTUATOR ON THE DOORS. -04/23/1998,98E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E011000),"VEHICLE SYSTEMS, INC.",VEHICLE SYSTEMS/HEATING SYSTEM,EQUIPMENT,NR (Not Reported),Equipment,1938,"EQUIPMENT DESCRIPTION: HEATING SYSTEMS USED ON MOTOR HOMES. THE FIBERGLASS INSULATING MATERIAL LOCATED UNDER THE BURNER HEAD ON THE FLOOR OF THE AQUA-HOT HEATING SYSTEM ENCLOSURE AS WELL AS ON THE BACK SIDE OF THE ACCESS DOORS FOR THE ELECTRIC HEATING ELEMENT AND THERMOSTATS CAN BECOME SOAKED WITH FLUIDS (ETHYLENE GLYCOL AND/OR DIESEL FUEL), INCREASING THE RISK OF AN ELECTRICAL SHORT.",THIS CONDITION CAN RESULT IN A FIRE IN THE VEHICLE.,DEALERS WILL REMOVE THE INSULATION MATERIAL FROM BENEATH THE HEATING SYSTEM AS WELL AS FROM BEHIND THE CONTROL THERMOSTAT AND HEATING ELEMENT ACCESS COVERS. -04/21/1998,98E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E012000),ACCURIDE CORPORATION,ACCURIDE/ALUMINUM DUAL WHEELS,WHEELS,NR (Not Reported),Equipment,47919,"EQUIPMENT DESCRIPTION: AFTERMARKET ALUMINUM DUAL WHEELS, 22.5X8.25, ONE-PIECE, TUBELESS. CERTAIN DESIGN REVISIONS COMBINED WITH PROCESS CONDITIONS CAUSED FATIGUE CRACKS IN THESE WHEELS.",THIS CONDITION CAN CAUSE FAILURE OF THESE WHEELS.,ACCURIDE/KAISER WILL REPLACE THESE WHEELS. -04/21/1998,98V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V083000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BATTERY CABLES,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,685,"VEHICLE DESCRIPTION: MOTOR HOMES. DUE TO IMPROPER INSTALLATION OF ELECTRICAL WIRES, THE BATTERY CABLES CAN CONTACT THE AUTOMATIC TRANSMISSION COOLER FLUID LINES. THE IGNITION SWITCH AND CUSTOMER ACCESSORY WIRING IS UNDERSIZED.","THIS CONDITION CAN RESULT IN DAMAGE TO THE BATTERY CABLE INSULATION, LEADING TO AN ELECTRICAL SHORT, AND POSSIBLY A FIRE. THE UNDERSIZED WIRING CAN RESULT IN THE ENGINE STOPPING WITH A RESULTANT LOSS OF POWER STEERING OR POWER BRAKING, LEADING TO A POSSIBLE CRASH.","DEALERS WILL INSPECT AND REPAIR THESE VEHICLES, INCLUDING REPLACEMENT OF ANY DAMAGED WIRING OR OTHER VEHICULAR COMPONENTS." -04/21/1998,98V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V079000),Ford Motor Company,FORD/BATTERY HEATER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,26,VEHICLE DESCRIPTION: LIGHT DUTY ELECTRIC PICKUP TRUCKS EQUIPPED WITH THE OPTIONAL TRACTION BATTERY HEATER SYSTEM. THIS BATTERY HEATER COULD HAVE A LOOSE CRIMP CONNECTION WHERE THE POWER WIRES ARE ATTACHED TO ONE OF THE HEATER ELEMENTS.,THE LOOSE CONNECTION COULD ARC IGNITING SURROUNDING MATERIALS.,DEALERS WILL DISABLE THE BATTERY PACK HEATERS. -04/21/1998,98V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V085000),FREIGHTLINER LLC,FREIGHTLINER/INTERAXLE U-JOINTS,SUSPENSION,NR (Not Reported),Vehicle,22186,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH MERITOR INTERAXLE DRIVELINE U-JOINTS. DEFLECTOR RINGS, A PART OF THE SYSTEM TO SEAL THE U-JOINTS FROM CONTAMINATES, ARE LOOSE. THIS ALLOWS WATER TO ENTER THE U-JOINT BEARING AREA RESULT IN DILUTION OF THE LUBRICANT, OXIDATION OF THE BEARING AND SEAL SURFACES, AND LOSS OF LUBRICANT.","IF THIS PROBLEM GOES UNDETECTED, THE INTERAXLE DRIVELINE CAN SEPARATE FROM THE VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE U-JOINTS WITH THE CURRENT DESIGN U-JOINTS. -04/21/1998,98T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98T002000),KELLY SPRINGFIELD TIRE CO,KELLY SPRINGFIELD/SIDEWALL CRACKS,TIRES,NR (Not Reported),Tire,594853,"TIRE DESCRIPTION: P205/70R14 AND P205/70R15 TIRES, SERIAL NUMBERS BEGINNING WITH ""PJ"" AND ENDING WITH A COMBINATION OF 136 THROUGH 367. THE TIRE BRANDS INVOLVED ARE: BIG O LEGACY TOUR PLUS, EMBASSY DIPLOMAT, ARIZONIAN LIMITED EDITION, KELLY AQUA TOUR, ULTRA TOURING GT, TELSTAR PREMIUM TOURING, LARAMIE PREMIUM TOURING, JETZON ULTRA QUAD +, SEARS SUPERGUARD FT, MOTOMASTER SK110, CO-OP GOLDEN MARK, CORDOVAN GRAND PRIX, SHELL TOURING 2000, MULTI-MILE GRAND AM, SIGMA SUPREME TOURING, CONCORDE TOURING 9000, AND SUMMIT TOURING TLR FOR BOTH SIZE TIRES. UNICAL TOURING RADIAL AND POS-A-TRACTION TIRES ARE IN SIZE P20570R15 ONLY. A CIRCUMFERENTIAL CRACKING CONDITION IN THE LOWER SIDEWALL ABOVE THE BEAD AREA CAN OCCUR.",THIS CONDITION CAN CAUSE A PREMATURE FAILURE OF THE TIRE.,DEALERS WILL REPLACE THESE TIRES FREE OF CHARGE TO THE CONSUMER. -04/21/1998,98V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V082000),MORGAN TRUCK BODY,MORGAN TRAILER/GRAB HANDLES,STRUCTURE,NR (Not Reported),Vehicle,62,"VEHICLE DESCRIPTION: TRUCK BODIES BUILT FOR PENSKE ON THEIR TRUCK CHASSIS. THE HOLES PUNCHED ON THE REAR FRAME POST TO ACCOMMODATE THE GRAB HANDLE INSTALLATION WERE TOO LARGE FOR THE ATTACHMENT HARDWARE, RESULTING IN LOOSE-FITTING HANDLES.","SHOULD A HANDLE DETACH FROM THE TRUCK BODY WHILE AN OPERATOR IS RELAYING ON THE HANDLE FOR SUPPORT, THE OPERATOR COULD FALL AND SUFFER INJURY.",MORGAN TRAILER IS SUPPLYING PENSKE WITH THE REPAIR KITS NECESSARY FOR THIS RECALL. -04/21/1998,98V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V081000),"Winnebago Industries, Inc.",WINNEBAGO/TIRES,TIRES,NR (Not Reported),Vehicle,2830,"VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH CONTINENTAL GENERAL TIRES. CERTAIN TIRES, WHEN INSTALLED ON THESE MOTOR HOMES, CAN EXPERIENCE PREMATURE TIRE DETERIORATION.",THIS CONDITION CAN CAUSE THE TIRE TO DEFLATE AND PERSONAL INJURY AND/OR PROPERTY DAMAGE CAN RESULT.,"DEALERS, IN CONJUNCTION WITH CONTINENTAL GENERAL TIRE, WILL REMOVE AND REPLACE THESE TIRES WITH NEW TIRES AND NEW VALVE STEMS. THE FRONT TIRES AND SPARE TIRE WILL BE THE SAME SIZE AS THE EXISTING TIRES. THE REAR TIRES WILL BE SIZE 215/70R15C AND HAVE A HIGHER LOAD RATING." -04/17/1998,98V121001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V121001),Daimler Commercial Buses NA,ORION/MIDLAND GRAU/BRAKE ACTUATOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,"VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH MAXIBRAKE I ACTUATORS, TYPE 20, TYPE 24, TYPE 30, AND TYPE 36. THESE BRAKE ACTUATORS DO NOT HAVE AN OVERSTROKE INDICATOR. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION CAN LEAD TO REDUCED BRAKE OUTPUT IF THE BRAKES OR NOT PROPERLY ADJUSTED OR WHEN IT IS USED WITHOUT AN AUTOMATIC BRAKE ADJUSTING MECHANISM.,MIDLAND WILL PROVIDE OWNERS WITH A MODIFICATION KIT WHICH WILL MAKE THE BRAKE SYSTEM COMPLIANT. -04/17/1998,98V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V080000),Toyota Motor Corporation,TOYOTA/VEHICLE STABILITY CONTROL,ELECTRONIC STABILITY CONTROL,NR (Not Reported),Vehicle,14855,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO A MANUFACTURING DEFECT OF THE YAW RATE SENSOR FOR THE VEHICLE STABILITY CONTROL (VSC), THE VSC CAN OPERATE IMPROPERLY IF THE SENSOR IS AFFECTED BY CERTAIN ELECTROMAGNETIC WAVES, SUCH AS FROM A CELLULAR PHONE.","SHOULD THIS OCCUR, THE BRAKE MAY OPERATE UNEXPECTEDLY, AFFECTING STEERING AND SPEED CONTROL, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE YAW RATE SENSOR. -04/14/1998,98V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V078000),MOTO AMERICA INC.,MOTO AMERICA/PASSENGER SEAT LATCH,SEATS,NR (Not Reported),Vehicle,289,VEHICLE DESCRIPTION: MOTORCYCLES. THE LATCH SECURING THE PASSENGER SEAT ON THESE MOTORCYCLES CAN FAIL ALLOWING THE SEAT AND PASSENGER TO FALL OFF THE REAR OF THE MOTORCYCLE.,THE PASSENGER COULD SUSTAIN SERIOUS INJURIES OR DEATH.,"DEALERS WILL REPLACE THESE SEATS WITH A NEW SEAT THAT INCORPORATES AN IMPROVED LATCH MECHANISM AND A MORE RIGID BASE. IN ADDITION, SOME BODY WORK AROUND THE PASSENGER SEAT WILL BE REMOVED SO THAT THE REPLACEMENT SEAT WILL FIT PROPERLY." -04/14/1998,98V119001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V119001),Shyft Group,SPARTAN/FURON/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,47,VEHICLE DESCRIPTION: MOTORHOMES AND BUSES EQUIPPED WITH AN OPTIONAL AUTOMATIC TRANSMISSION SHIFT LEVER THAT INCLUDES A PARK BRAKE POSITION. THE TRANSMISSION SHIFTER/PARK BRAKE LEVER CAN BIND BEFORE FULLY ENGAGING IN THE PARK BRAKE POSITION CAUSING A FALSE PARK CONDITION.,THE VEHICLE CAN MOVE AFTER BEING PLACED IN PARK INCREASING THE RISK OF A CRASH.,"FURON COMPANY IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL A SPACER PLATE IN THE SHIFTER AND INSPECT FOR THE PRESENCE OF AN ""E"" CLIP THAT DETAINS THE DETENT PIN." -04/09/1998,98V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V074000),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/FUEL RELAY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,47,VEHICLE DESCRIPTION: DIESEL MOTOR HOMES BUILT ON A FREIGHTLINER CHASSIS. THE FUEL RELAY WAS POSITIONED TOO CLOSE TO THE ENGINE. EXCESSIVE HEAT FROM THE ENGINE CAN CAUSE PREMATURE FAILURE OF THE FUEL RELAY.,"IF THE FUEL RELAY FAILS, ENGINE STALLING CAN OCCUR INCREASING THE RISK OF A CRASH.",DEALERS WILL RELOCATE THE FUEL RELAY TO THE FRAME STRUT OF THE FIREWALL. -04/08/1998,98E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E010000),AIMCO PRODUCTS INC.,AIMCO/BRAKE ROTORS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,23500,EQUIPMENT DESCRIPTION: AFTERMARKET BRAKE ROTORS FOR USE ON CERTAIN FORD AND MAZDA TRUCKS. CRACKED CASTINGS CAUSED CRACKS TO APPEAR ON THE OUTER DIAMETER OF THE ROTOR HAT OR AROUND THE STUD HOLE.,LOSS OF BRAKING CAN RESULT.,AIMCO WILL REIMBURSE CONSUMERS/INSTALLERS FOR THE COST OF REPLACEMENT ROTORS AND INSTALLATION. CONSUMERS ARE REQUESTED TO RETURN TO THE LOCATION WHERE THE ROTORS WERE ORIGINALLY PURCHASED/INSTALLED FOR REPLACEMENT. -04/08/1998,98E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E009000),"Chrysler (FCA US, LLC)",CHRYSLER/AFTERMARKET RUNNING BOARDS,STRUCTURE,NR (Not Reported),Equipment,13000,EQUIPMENT DESCRIPTION: AFTERMARKET RUNNING BOARD KITS INSTALLED ON MINIVANS. A JACK ADAPTER SOLD IN SOME OF THESE RUNNING BOARD KITS CAN CREATE AN UNSTABLE VEHICLE CONDITION WHEN IT IS USED WITH THE JACK TO RAISE THE VEHICLE.,THE VEHICLE COULD FALL OFF THE JACK INCREASING THE RISK OF PERSONAL INJURY TO PERSONS WORKING ON THE VEHICLE.,DEALERS WILL REMOVE THE ADAPTER FROM THE JACK PACKAGE AND INSTALL FOUR PERMANENT JACK LOCATOR/EXTENSION PADS. -04/08/1998,98V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V076000),"Chrysler (FCA US, LLC)",CHRYSLER/FRONT SEAT,SEATS,NR (Not Reported),Vehicle,3500,VEHICLE DESCRIPTION: PASSENGER VEHICLES BUILT WITH POWER SEAT OPTION. THE DRIVER'S SIDE FRONT SEAT ATTACHING RISER WELDS WERE NOT CORRECT.,THE SEAT ATTACHMENT STRENGTH WOULD NOT BE SUFFICIENT IN THE EVENT OF A VEHICLE CRASH INCREASING THE RISK OF PERSONAL INJURY.,DEALERS WILL REPLACE THE DRIVER'S SIDE POWER FRONT SEAT RISE WITH A RISER THAT WAS MIG WELDED. -04/08/1998,98V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V075000),"Chrysler (FCA US, LLC)",CHRYSLER/WHEEL SEPARATION,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1550,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE BRAKE ROTOR MATERIAL STRENGTH IS NOT SUFFICIENT CAUSING A HUB FATIGUE FRACTURE.,THIS FRACTURE CAN RESULT IN CRACK PROPAGATION AROUND THE WHEEL MOUNTING BOLT CIRCULE ULTIMATELY RESULTING IN A WHEEL SEPARATION.,"DEALERS WILL INSPECT THE BRAKE ROTORS AND IF NECESSARY, REPLACE THESE ROTORS." -04/08/1998,98V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V073000),"General Motors, LLC",GM/ELECTRIC BRAKE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1590,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS EQUIPPED WITH AIR BRAKES AND ANTI-LOCK BRAKE SYSTEMS. CHAFFING OF THE ELECTRIC BRAKE CONTROL HARNESS CAN OCCUR RESULTING IN AN ELECTRICAL GROUNDING CONDITION. THIS WILL ILLUMINATE A WARNING LIGHT ON THE INSTRUMENT PANEL AND SHUT OFF THE ABS FEATURE.,"THIS CONDITION CAN CAUSE REDUCED BRAKING CAPABILITY OF THE FRONT BRAKES, INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE HARNESS FOR CHAFFING AND PROPER ROUTING AND WILL REPAIR IF NECESSARY. -04/07/1998,98V069002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V069002),"Chrysler (FCA US, LLC)",CHRYSLER/TRANSFER CASE,POWER TRAIN,NR (Not Reported),Vehicle,42214,VEHICLE DESCRIPTION: PASSENGER VEHICLES. LOCKUP OF THE TRANSFER CASE CAN OCCUR DUE TO INSUFFICIENT LUBRICATION.,"THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR ADEQUACY OF THE TRANSFER CASE OIL VOLUME, TRANSFER CASE OIL LEAKAGE, AND OPERATIONAL DEGRADATION OF THE TRANSFER CASE MECHANISM. IF OIL VOLUME IS INSUFFICIENT, THE APPROPRIATE AMOUNT OF OIL WILL BE ADDED. IF THERE IS TRANSFER CASE OIL LEAKAGE, AFFECTED COMPONENTS WILL BE REPLACED. IF THE TRANSFER CASE SHOWS OPERATIONAL DEGRADATION, THE TRANSFER CASE WILL BE REPLACED." -04/07/1998,98I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98I001000),Ford Motor Company,FORD/BRAKE LINE WEAR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,167742,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. FORD IS INITIATING AN OWNER NOTIFICATION PROGRAM FOR OWNERS OF CERTAIN 1995-1997 CROWN VICTORIA MODEL VEHICLES WITH POLICE, TAXI, AND COMMERCIAL FLEET PACKAGES AND TOWN CAR VEHICLES WITH THE LIVERY PACKAGE. THESE VEHICLES MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE BRAKE LINE AND THE UNDERBODY FRONT FLOOR PAN ASSEMBLY WHICH COULD CAUSE WEAR OF THE BRAKE LINES.","THIS COULD LEAD TO BRAKE FLUID LOSS FOR THE REAR BRAKES AND, POTENTIALLY, INCREASED STOPPING DISTANCES.","DEALERS WILL INSPECT THE BRAKE LINES FOR WEAR, INSTALL TWO NEW TUBE BUNDLE CLIPS, AND CHECK THE BRAKE LINES FOR PROPER CLEARANCES. IF THE BRAKE LINES ARE WORN, THE DAMAGED SECTION OF THE BRAKE LINE WILL BE REPLACED." -04/07/1998,98V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V072000),"General Motors, LLC",GM/WINDSHIELD WIPERS,VISIBILITY,NR (Not Reported),Vehicle,55154,VEHICLE DESCRIPTION: PASSENGER MINI VANS EQUIPPED WITH TRACTION CONTROL SYSTEMS. THE WINDSHIELD WIPER LINKAGE ARM CAN CONTACT A BRAKE LINE WHICH IS CONNECTED TO THE TRACTION CONTROL SYSTEM MODULATOR VALVE. THIS CONTACT CAN CHAFE THE BRAKE LINE RESULTING IN A BRAKE FLUID LEAK.,BRAKE FLUID LEAKAGE CAN CAUSE REDUCED BRAKE EFFECTIVENESS AND INCREASED STOPPING DISTANCES.,DEALERS WILL INSTALL A BRAKE LINE CLIP TO ENSURE PROPER CLEARANCE. ALSO THE BRAKE LINES WILL BE INSPECTED TO ANY DAMAGE CAUSED BY THIS CONDITION AND WILL REPLACE ANY DAMAGED LINES. -04/01/1998,98V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V070000),Ford Motor Company,FORD/ACCELERATOR CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3500,"VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THE ACCELERATOR CABLE IS SUSCEPTIBLE TO FREEZING. WATER CAN ACCUMULATE IN THE END FITTING AND AT TEMPERATURES OF 32 DEGREES FAHRENHEIT AND BELOW, CAN FREEZE. THE ICE COULD PREVENT THE ACCELERATOR FROM RETURN TO IDLE.","INCREASED STOPPING DISTANCE WOULD BE REQUIRED, INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THE ACCELERATOR CABLE WITH A REVISED ACCELERATOR CABLE. -03/26/1998,98V069001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V069001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/TRANSFER CASE,POWER TRAIN,NR (Not Reported),Vehicle,24275,VEHICLE DESCRIPTION: PASSENGER VEHICLES. LOCKUP OF THE TRANSFER CASE CAN OCCUR DUE TO INSUFFICIENT LUBRICATION.,"THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE VEHICLES FOR ADEQUACY OF THE TRANSFER CASE OIL VOLUME, TRANSFER CASE OIL LEAKAGE, AND OPERATIONAL DEGRADATION OF THE TRANSFER CASE MECHANISM. IF OIL VOLUME IS INSUFFICIENT, THE APPROPRIATE AMOUNT OF OIL WILL BE ADDED. IF THERE IS TRANSFER CASE OIL LEAKAGE, AFFECTED COMPONENTS WILL BE REPLACED. IF THE TRANSFER CASE SHOWS OPERATIONAL DEGRADATION, THE TRANSFER CASE WILL BE REPLACED." -03/25/1998,98V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V067000),Ford Motor Company,FORD/FUEL TANKS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,400,VEHICLE DESCRIPTION: PASSENGER VEHICLES PREVIOUSLY SERVICED UNDER FORD SERVICE BULLETIN 97-17-9 FROM AUGUST 1997 THROUGH DECEMBER 1997. THESE VEHICLES WERE INADVERTENLY EQUIPPED WITH AN 18-GALLON FUEL TANK RATHER THAN THE 16-GALLON AS SPECIFIED. THE 18-GALLON TANK HAS A SECOND VALVE LOCATION WHERE A SHIPPING PLUG SHOULD BE INSTALLED.,"IF THIS SHIPPING PLUG IS DISPLACED, FUEL LEAKAGE CAN RESULT. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD POTENTIALLY RESULT IN A FIRE.",DEALERS WILL INSTALL THE CORRECT FUEL TANK. -03/25/1998,98V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V066000),Mazda North American Operations,MAZDA/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 1.8 LITER ENGINES. AS A RESULT OF THE LENGTH AND ROUTING OF THE INJECTOR HARNESS, IT CAN CONTACT THE MANIFOLD AT THE EGR PIPE. IF THE HARNESS IS DAMAGED, A SHORT CIRCUIT CAN OCCUR, BLOWING THE FUSE FOR THE FUEL INJECTOR.",THIS CAN RESULT IN THE ENGINE STALLING.,DEALERS WILL REROUTE THE INJECTOR HARNESS AND REPLACE THE HARNESS IF IT HAS BEEN DAMAGED. -03/25/1998,98V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V068000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/MISSING P-CLAMP/ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1190,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH CATERPILLAR C-10 OR C-12 ENGINES. A BRACKET OR P-CLAMP AT THE REAR OF THE ENGINE THAT SUPPORTS THE COMPRESSOR DISCHARGE LINE WAS OMITTED.,"IF THE COMPRESSOR DISCHARGE LINE FAILS, THE AIR SYSTEM COULD BE DEPLETED AND CAUSE THE PARKING BRAKES TO APPLY. THIS CONDITION CAN CAUSE THE VEHICLE TO SLOW DOWN OR STOP UNEXPECTEDLY, CAUSING A VEHICLE CRASH WHICH COULD RESULT IN PROPERTY DAMAGE AND/OR PERSONAL INJURY.",DEALERS WILL INSTALL P-CLAMPS AND A BRACKET AT THE REAR OF THE ENGINE. -03/25/1998,98V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V064000),"Nissan North America, Inc.",NISSAN/AUTO TRANSMISSIONS,POWER TRAIN,NR (Not Reported),Vehicle,3000,VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER TRUCKS EQUIPPED WITH AUTOMATIC TRANSMISSIONS. A SECURING PIN INSIDE THE AUTOMATIC TRANSMISSION CONTROL DEVICE ASSEMBLY CAN COME LOOSE ALLOWING THE SHIFT LEVER TO BE INADVERTENTLY MOVED OUT OF THE PARK POSITION WITH THE KEY IN THE IGNITION.,THIS COULD RESULT IN A CRASH IF THE PARKING BRAKE IS NOT ENGAGED.,DEALERS WILL INSPECT THE AUTOMATIC TRANSMISSION CONTROL DEVICE ASSEMBLY AND REPLACE IT IF NECESSARY. -03/25/1998,98V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V065000),"Nissan North America, Inc.",NISSAN/SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,20000,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER TRUCKS EQUIPPED WITH BUCKET SEATS. IN CERTAIN FRONTAL CRASHES, THE FRONT SEAT BELT CAN SLIP BETWEEN THE SEAT BOTTOM FINISHER AND THE SEAT BACK PLASTIC RECLINER HANDLE WHERE IT CAN BE CUT BY THE SHARP EDGE OF THE METAL PORTION OF THE RECLINER LEVER.","IF THE SEAT BELT IS COMPLETELY SEVERED, IT CAN INCREASE THE RISK OF SERIOUS INJURY TO AN OCCUPANT IN A CRASH.",DEALERS WILL REPLACE THE PLASTIC HANDLE ON THE END OF THE SEAT BACK RECLINING LEVER FWITH A DIFFERENT SHAPE HANDLE WHICH WILL PREVENT THE SEAT BELT FROM SLIPPING BETWEEN THE HANDLE AND THE SEAT. -03/23/1998,98V012001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V012001),Ford Motor Company,FORD/FMVSS 118,VISIBILITY,NR (Not Reported),Vehicle,57400,"VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES WERE PRODUCED WITH POWER WINDOWS THAT CAN BE CLOSED AFTER THE IGNITION KEY IS TURNED TO THE ""OFF"" POSITION AND THE RIGHT FRONT (PASSENGER) DOOR IS OPENED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS 118, ""POWER-OPERATED WINDOW SYSTEMS.""","THERE IS THE POTENTIAL FOR UNSUPERVISED CHILDREN TO OPERATE THE POWER WINDOWS, INCREASING THE RISK OF PERSONAL INJURY TO THE CHILD.","OWNERS WILL BE PROVIDED WITH A LABEL REMINDING OWNERS NOT TO LEAVE CHILDREN UNATTENDED BECAUSE THE POWER WINDOWS CAN OPERATE FOR 15 MINUTES AFTER THE VEHICLE IGNITION HAS BEEN TURNED OFF UNLESS THE DRIVER'S DOOR IS OPENED. ALSO INCLUDED ARE INSTRUCTIONS DESCRIBING HOW AND WHERE THIS LABEL IS TO BE INSTALLED. IF AN OWNER PREFERS, THEIR DEALER CAN INSTALL THIS LABEL FOR THEM." -03/20/1998,98V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V063000),"Chrysler (FCA US, LLC)",CHRYSLER/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,91544,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR SEAT BELT ANCHOR DOES NOT ACHIEVE THE LOADING REQUIRED BY FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","FAILURE OF A SEAT BELT ANCHOR CAN RESULT IN THE LOSS OF SEAT BELT PROTECTION, WHICH COULD LEAD TO SERIOUS INJURY OR DEATH IN THE EVENT OF A CRASH.","DEALERS WILL INSPECT THE REAR SEAT BELT OUTBOARD ANCHOR FLOOR ATTACHMENTS FOR PROPER POSITIONING. IF THE ANCHOR WAS IMPROPERLY ORIENTED, THE ORIENTATION WILL BE CORRECTED." -03/19/1998,98V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V061000),Collins Bus Corporation,COLLINS BUS/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,225,VEHICLE DESCRIPTION: DUAL REAR WHEEL SCHOOL BUSES BUILT ON FORD E-350 CUTAWAY CHASSIS. THE WRONG FRONT AND REAR AXLE WEIGHT RATINGS ARE LISTED ON THE CERTIFICATION LABEL.,OWNERS COULD OVERLOAD THE AXLES IF FOLLOWING THE RATINGS AS LISTED.,OWNERS WILL BE PROVIDED WITH A DECAL TO BE PLACED ON THE CURRENT CERTIFICATION PLATE SHOWING THE CORRECT WEIGHT LIMITS FOR THE AXLES. -03/19/1998,98V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V062000),Ford Motor Company,FORD/BRAKE CABLE/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20000,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER VANS AND STRIPPED CHASSIS. THERE IS INTERFERENCE BETWEEN THE PARKING BRAKE CABLE AND THE FUEL LINE WHICH, OVER TIME, CAN RESULT IN DAMAGE TO THE FUEL LINE CAUSING FUEL LEAKAGE.","IF THERE IS FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE, FIRE COULD RESULT.","DEALERS WILL REPLACE THE FUEL SUPPLY LINE. IN ADDITION, A PIECE OF ANTI-ABRASION INSULATION WILL BE INSTALLED TO PREVENT ABRASION OF THE FUEL LINE." -03/19/1998,98V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V060000),Ford Motor Company,FORD/JUMP STARTING,"FUEL SYSTEM, GASOLINE",98S09,Vehicle,320000,"VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH 4.0L SINGLE OVERHEAD CAM ENGINES. THE ENGINE FUEL LINES CAN BE DAMAGED IF THE VEHICLE IS JUMP STARTED AND THE GROUND CABLE IS ATTACHED TO THE FUEL LINE BRACKET THAT IS LOCATED NEAR THE BATTERY. SINCE THE BRACKET IS NOT GROUNDED, THE STAINLESS STEEL FUEL LINE BRAID COULD ACT AS A GROUND POTENTIALLY OVERHEATING THE PTFE INNER LINER OF THE FUEL LINE RESULTING IN DAMAGE TO THE FUEL LINE.","THE FUEL LINES CAN LEAK, AND IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD POTENTIALLY RESULT.",DEALERS WILL INSTALL A WARNING LABEL ON THE FUEL LINE BRACKET ADVISING OWNERS NOT TO USE IT FOR A JUMP START GROUND. ALSO A REVISED BOLT WILL BE INSTALLED IN THE ALTERNATOR BRACKET TO PROVIDE A CONVENIENT JUMP START GROUND LOCATION. -03/17/1998,98E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E008000),DANA CORPORATION,DANA/DRAG LINK HARDWARE KIT,STEERING,NR (Not Reported),Equipment,700,EQUIPMENT DESCRIPTION: AFTERMARKET DRAG LINK (CONNECTING ROD) ASSEMBLIES FOR USE ON 1988-1998 CHEVROLET ASTRO AND GMC SAFARI MINI VANS. INCORRECT NUTS MAY HAVE BEEN PACKAGED AND SHIPPED WITH DRAG LINKS. SEPARATION BETWEEN THE NUT AND THE MATING COMPONENT (DRAG LINK) CAN OCCUR.,THIS CONDITION CAN CAUSE A LOSS OF STEERING INCREASING THE RISK OF A VEHICLE CRASH.,OWNERS WILL BE PROVIDED WITH REPLACEMENT PARTS. DANA WILL COMPENSATE OWNERS FOR ALL RELATED CHARGES FOR THE INSPECTION AND REPLACEMENT OF THESE PARTS. -03/17/1998,98V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V059000),MITSUBISHI CARIBBEAN,MITSUBISHI CARRIBEAN/BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1303,VEHICLE DESCRIPTION: PASSSENGER VEHICLES. SOME OF THESE VEHICLES HAVE A POORLY MANUFACTURED VACUUM CHECK VALVE LOCATED IN THE VACUUM HOSE BETWEEN THE INTAKE MANIFOLD AND BRAKE VACUUM BOOSTER.,"WHEN THE BRAKE PEDAL IS DEPRESSED, THE VACUUM BOOSTER CHECK VALVE CAN STICK TO THE VALVE BODY, CAUSING IN A REDUCTION OR LOSS OF VACUUM BOOST RESULTING IN DECREASE IN BRAKE EFFICIENCY.",DEALERS WILL REPLACE THE BRAKE VACUUM HOSE ON THESE VEHICLES. -03/16/1998,98V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V057000),"Ferrari North America, Inc.",FERRARI/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,760,VEHICLE DESCRIPTION: PASSENGER VEHICLES FITTED WITH SINGLE FUEL PUMPS. THE FUEL INJECTION LINE FITTING CAN FRACTURE IF THE ALUMINUM NUT ATTACHING THE LINES IS TIGHTENED EXCESSIVELY.,"IF THE FUEL LINE FRACTURES, FUEL LEAKAGE CAN OCCUR. IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REMOVE THE FUEL INJECTION LINES THAT HAVE ALUMINUM NUTS AND REPLACE WITH NEW LINES CONTAINING STEEL ATTACHING NUTS. -03/16/1998,98V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V058000),"Ferrari North America, Inc.",FERRARI/FUEL LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,649,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FUEL INJECTION LINE CAN WEAR DUE TO INTERFERENCE WITH THE WATER HOSE CLAMP ON THE COOLANT PIPE.,"IF THE FUEL LINE FRACTURES, FUEL LEAKAGE CAN OCCUR. IF AN IGNITION SOURCE IS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL INSPECT AND ROTATE THE INCORRECTLY FITTED WATER HOSE CLAMPS. -03/16/1998,98E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E007000),"REYNOLDS MACHINE TOOL CO, INC.",REYNOLDS MACHINE/LUGGAGE RACK,UNKNOWN OR OTHER,NR (Not Reported),Equipment,175,"EQUIPMENT DESCRIPTION: LUGGAGE RACKS FOR USE ON BMW MOTORCYCLES. WHEN INSTALLING THE LUGGAGE RACK, THE CHARCOAL CANNISTER IS SLIGHTLY MOVED. WHEN THE MOTORCYCLE'S SUSPENSION IS FULLY COMPRESSED, THIS CANNISTER CONTACTS THE BRAKE LINE FITTING AT THE REAR BRAKE CALIPER, LOOSENING THE BRAKE FITTING. THIS CAUSES A LOSS OF BRAKE FLUID.","BRAKE FLUID LEAKAGE CAN CAUSE THE LOSS OF BRAKING CAPABILITY, INCREASING THE RISK OF A CRASH.",REYNOLDS MACHINE HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO REPLACE THE MOUNTING BRACKETS FOR THESE LUGGAGE RACKS. -03/12/1998,98V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V047000),"Chrysler (FCA US, LLC)",CHRYSLER/FRAME WELDS,STRUCTURE,NR (Not Reported),Vehicle,245,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLE. SOME OF THE FRAME WELDS THAT AFFECT VEHICLE CONTROL AND CRASHWORTHINESS WERE OMITTED IN SIX ZONES IN THE FRAME.,"LOSS OF VEHICLE CONTROL CAN OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSPECT THESE VEHICLES FOR THE PRESENCE OF THE CRITICAL WELDS. ANY VEHICLES MISSING WELDS WILL BE CORRECTED BY TEAMS OF WELDERS IN THE FIELD. -03/12/1998,98V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V048000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BELT,SEAT BELTS,NR (Not Reported),Vehicle,2427,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLE. THE FRONT SEAT BELT SHOULDER TURNING LOOP ANCHORS WERE NOT PROPERLY HEAT TREATED AND ARE NOT PROPERLY HARDENED.,"IN THE EVENT OF A VEHICLE CRASH, THE FRONT SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF SERIOUS INJURY.",DEALERS WILL REPLACE THE FRONT SEAT SHOULDER BELT TURNING LOOP ON THESE VEHICLES. -03/12/1998,98V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V056000),Ford Motor Company,FORD/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4000,"VEHICLE DESCRIPTION: SUPERCAB PICKUP TRUCKS. THE POSITIVE BATTERY CABLE IS TAPED TO THE NEGATIVE CABLE WHICH CONTAINS A CLIP TO SECURE THE ASSEMBLY TO THE SIDE FRAME RAIL. IF INCORRECTLY POSITIONED, THE POSITIVE BATTERY CABLE CAN CONTACT THE AIR CONDITIONING COMPRESSOR PULLEY.","IF THE CABLE WEARS, A COMPLETE ELECTRICAL SYSTEM FAILURE CAN OCCUR AND POTENTIAL SPARKING AND/OR IGNITION OF FLAMMABLE MATERIAL.",DEALERS WILL INSPECT AND/OR MODIFY THE BATTERY CABLE CLIPS TO ENSURE THAT THEY ARE PROPERLY LOCATED. -03/12/1998,98V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V054000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 124,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2667,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH NON-ELECTRONIC CUMMINS B5.9L ENGINES. THE SLIDING ACTION OF THE ACCELERATOR LINKAGE LEVER OVER THE HAND THROTTLE CABLE CAN CAUSE THE HAND THROTTLE WIRE TO WEAR A NOTCH IN THE ACCELERATOR LINKAGE RESULTING IN BINDING OF THE LINKAGE. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""","SUCH BINDING CAN PREVENT THE ACCELERATOR CONTROL FROM RETURNING TO IDLE QUICKLY OR FROM RETURNING TO IDLE POSITION AT ALL, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE EXISTING ACCELERATOR LINKAGE LEVER AND READJUST THE HAND THROTTLE CABLE, OR REPLACE THE EXISTING HAND THROTTLE ATTACHMENT CLIP AND READJUST THE HAND THROTTLE CABLE." -03/10/1998,98V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V046000),"Chrysler (FCA US, LLC)",CHRYSLER/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,1600,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLE. THE DRIVER'S SIDE AIR BAG 'CLOCK SPRING' WIRING HARNESS CAN BREAK WHEN TURNED TO THE 'FULL LOCK' TURN POSITION.,"IN THE EVENT OF A VEHICLE CRASH, THE AIR BAG MAY NOT DEPLOY INCREASING THE RISK OF SERIOUS INJURY TO THE OCCUPANT.",DEALERS WILL REPLACE THE CLOCK SPRING IN THESE AIR BAGS. -03/10/1998,98V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V055000),Ford Motor Company,FORD/INCORRECT JACK,EQUIPMENT,NR (Not Reported),Vehicle,720,"VEHICLE DESCRIPTION: SUPERCAB PICKUP TRUCKS WITH DUAL REAR WHEEL, AND WIDE FRAME. THE JACKS PROVIDED WITH THESE VEHICLES ARE TOO LARGE TO BE STOWED SECURELY UNDER THE SEAT AS INTENDED AND WERE PLACED LOOSE ON THE FLOOR IN THE REAR OF THE CAB.",THE JACKS CAN MOVE ABOUT THE PASSENGER COMPARTMENT CREATING THE POTENTIAL FOR PERSONAL INJURY DURING A CRASH OR SUDDEN STOP.,DEALERS WILL REPLACE THESE JACKS. -03/09/1998,98V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V049000),"Chrysler (FCA US, LLC)",CHRYSLER/PASSENGER AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,54,VEHICLE DESCRIPTION: PASSENGER VEHICLE. SOME PASSENGER AIR BAG MODULE ASSEMBLIES ARE MISSING SOME REQUIRED COMPONENTS.,"IN THE EVENT OF A VEHICLE CRASH, THE AIR BAGS WOULD NOT DEPLOY, INCREASING THE RISK OF PERSONAL INJURY TO THE PASSENGER SEAT OCCUPANT.",DEALERS WILL REPLACE THE AIR BAG MODULE IN THESE VEHICLES. -03/09/1998,98V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V053000),"General Motors, LLC",GM/LOWER CONTROL ARM,SUSPENSION,98006,Vehicle,72,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLE EQUIPPED WITH 4-WHEEL DRIVE OR ALL-WHEEL-DRIVE. ONE OR BOTH OF THE ATTACHING NUTS FOR THE RIGHT-HAND LOWER CONTROL ARM ARE UNDER TORQUED. THIS CAN ALLOW THE ATTACHMENT BOLT TO LOOSEN AND SUBSEQUENT BREAK RESULTING IN SEPARATION OF THE LOWER CONTROL ARM FROM THE FRAME.,THIS CONDITION CAN RESULT IN A LOSS OF VEHICLE CONTROL.,DEALERS WILL INSPECT AND RETIGHTEN THE RIGHT-HAND LOWER CONTROL ARM NUTS TO THE PROPER TORQUE SPECIFICATION. -03/09/1998,98V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V044000),Motor Coach Industries,MCI/AXLE/BRAKING SYSTEMS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,220,"VEHICLE DESCRIPTION: MOTOR COACHES. THE SIX MOUNTING BOLTS THAT PASS THROUGH THE TORQUE PLATE AND HOLD THE CALIPER CARRIER, ARE LOOSE, UNDER TORQUED, OR MISSING.","IF NOT AT PROPER TORQUE, LOOSE, OR MISSING, THE LOSS OF THE BOLTS CAN ALLOW THE BRAKE CALIPER TO COME IN CONTACT WITH THE RIM AND AFFECT BRAKING PERFORMANCE.","DEALERS WILL INSPECT AND RETORQUE (OR REPLACE) THE SIX CALIPER MOUNTING BOLTS, AND ANY RELATED ITEMS REQUIRED TO MAKE THE CORRECTIONS." -03/09/1998,98E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E006000),"REESE PRODUCTS, INC",REESE/TRAILER CONVERTER,TRAILER HITCHES,NR (Not Reported),Equipment,1700,"EQUIPMENT DESCRIPTION: TRAILER CONVERTERS FOR USE ON TOYOTA MULTI-PURPOSE PASSENGER VEHICLES. THE CIRCUIT BOARD OF THE 'CONVERTER' IN THE WIRING HARNESS IS SUBJECT TO ELECTRICAL SHORTING, CAUSING THE BRAKE LIGHT FUSE TO BLOW.","IN VEHICLES WITH MANUAL TRANSMISSIONS, THE BRAKE LIGHT WILL STOP WORKING. IN VEHICLES WITH AUTOMATIC TRANSMISSIONS, THE DRIVER WILL NOT BE ABLE TO AGAIN SHIFT INTO 'DRIVE.'",DEALERS WILL REPLACE THE WIRING HARNESS BOTH IN USE AND THOSE INSTALLED IN VEHICLES STILL IN DEALERS' INVENTORIES. -03/04/1998,98V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V051000),FREIGHTLINER LLC,FREIGHTLINER/BRAKES/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,125,"VEHICLE DESCRIPTION: FIRE APPARATUS VEHICLES. THE FRONT BRAKES FAIL TO COMPLY WITH THE BRAKE RELEASE TIMING REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",INCREASED BRAKING DISTANCE CAN OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPAIR THESE VEHICLES. -03/04/1998,98V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V052000),FREIGHTLINER LLC,FREIGHTLINER/COOLING FANS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8485,"VEHICLE DESCRIPTION: TRUCK-TRACTORS EQUIPPED WITH 26"" 8-BLADE METAL ENGINE COOLING FANS. THE FAN BLADES CAN FATIGUE CRACK AND EVENTUALLY SEPARATE FROM THE FAN.","IF THE FAN BLADE BREAKS WHILE A PERSON WAS WORKING IN THE ENGINE, PERSONAL INJURY COULD OCCUR.",DEALERS WILL REPLACE THESE FANS WITH FANS WHICH ARE MORE DURABLE. -03/04/1998,98V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V050000),FREIGHTLINER LLC,FREIGHTLINER/SEAT BELT ANCHORAGES,SEAT BELTS,NR (Not Reported),Vehicle,213,"VEHICLE DESCRIPTION: FIRE APPARATUS CABS EQUIPPED WITH CENTER MOUNTED REAR SEATS. THE UPPER D-RING SEAT BELT ANCHORAGES FOR THE REAR SEATS FAIL TO COMPLY TO THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A VEHICLE CRASH, THE REAR SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THESE D-RING ANCHORAGES. -03/03/1998,98V045002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V045002),"Chrysler (FCA US, LLC)",CHRYSLER/THROTTLE PEDAL INTERFERENCE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,27527,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DASH PANEL PAD CAN SHIFT INTERFERRING WITH THE THROTTLE CABLE CONTROL.,THE THROTTLE CABLE CONTROL WOULD NOT RETURN TO IDLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REMOVE A PORTION OF THE DASH PANEL PAD SO IT CANNOT INTERFERE WITH THE THROTTLE CABLE CONTROL. -03/03/1998,98V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V039000),"Jayco, Inc.",JAYCO/FRAME SPACER TUBE,STRUCTURE,NR (Not Reported),Vehicle,72,VEHICLE DESCRIPTION: TRAVEL TRAILERS. A SPACER TUBE ON THE FRAME WAS OMITTED. THIS SPACER TUBE ALLOWS ADEQUATE CLEARANCE BETWEEN THE TIRE AND WHEEL WELL.,THE TIRE COULD BE DAMAGED AND/OR BLOW OUT FROM CONTACT WITH THE WHEEL WELL INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL INSTALL A DEXTER AXLE KIT WHICH WILL REVERSE THE SPRING ORIENTATION TO GAIN THE CLEARANCE NEEDED. -03/03/1998,98V045001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V045001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/THROTTLE PEDAL INTERFERENCE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20974,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DASH PANEL PAD CAN SHIFT INTERFERRING WITH THE THROTTLE CABLE CONTROL.,THE THROTTLE CABLE CONTROL WOULD NOT RETURN TO IDLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REMOVE A PORTION OF THE DASH PANEL PAD SO IT CANNOT INTERFERE WITH THE THROTTLE CABLE CONTROL. -03/03/1998,98V012002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V012002),"Nissan North America, Inc.",NISSAN/FMVSS 118,VISIBILITY,NR (Not Reported),Vehicle,46500,"VEHICLE DESCRIPTION: MINI VANS. THESE VEHICLES WERE PRODUCED WITH POWER WINDOWS THAT CAN BE CLOSED AFTER THE IGNITION KEY IS TURNED TO THE ""OFF"" POSITION AND THE RIGHT FRONT (PASSENGER) DOOR IS OPENED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS 118, ""POWER-OPERATED WINDOW SYSTEMS.""","THERE IS THE POTENTIAL FOR UNSUPERVISED CHILDREN TO OPERATE THE POWER WINDOWS, INCREASING THE RISK OF PERSONAL INJURY TO THE CHILD.","OWNERS WILL BE PROVIDED WITH A LABEL REMINDING OWNERS NOT TO LEAVE CHILDREN UNATTENDED BECAUSE THE POWER WINDOWS CAN OPERATE FOR 15 MINUTES AFTER THE VEHICLE IGNITION HAS BEEN TURNED OFF UNLESS THE DRIVER'S DOOR IS OPENED. ALSO INCLUDED ARE INSTRUCTIONS DESCRIBING HOW AND WHERE THIS LABEL IS TO BE INSTALLED. IF AN OWNER PREFERS, THEIR DEALER CAN INSTALL THIS LABEL FOR THEM." -03/02/1998,98V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V043000),Blue Bird Body Company,BLUE BIRD/PARKING BRAKE LIGHT,INTERIOR LIGHTING,NR (Not Reported),Vehicle,151,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. THE PARKING BRAKE INDICATOR LIGHT CAN ILLUMINATE WITHOUT THE PARKING BRAKE BEING SET.,A DRIVER MAY SEE THE PARKING BRAKE INDICATOR LIGHT ON AND LEAVE THE BUS. THE BUS MAY THEN ROLL INCREASING THE RISK OF PERSONAL INJURY AND/OR PROPERTY DAMAGE.,DEALERS WILL ADD A DIODE TO THE STOP LIGHT CIRCUIT TO PREVENT ILLUMINATION OF THE PARKING BRAKE INDICATOR UNLESS THE PARKING BRAKE HAS BEEN SET. -02/25/1998,98V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V034000),East Manufacturing Corp.,EAST MFG/DRAW BAR PIN,TRAILER HITCHES,NR (Not Reported),Vehicle,174,VEHICLE DESCRIPTION: DUMP TRAILERS. A HOLLOW DRAW BAR PIN WAS USED INSTEAD OF A SOLID DRAW BAR PIN.,,DEALERS WILL INSPECT EACH TRAILER TO DETERMINE IF THE PIN IS HOLLOW OR SOLID. HOLLOW BAR PINS WILL BE REPLACED WITH SOLID PINS. -02/25/1998,98V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V032000),"General Motors, LLC",GENERAL MOTORS/FMVSS 214,STRUCTURE,NR (Not Reported),Vehicle,8,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH MIS-LOCATED WELDS AT THE JOINT BETWEEN THE LEFT ROCKER PANEL INNER REINFORCEMENT AND THE BODY SIDE RING. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 214, ""SIDE DOOR STRENGTH.""","IN THE EVENT OF A VEHICLE CRASH, THE SHEET METAL STRUCTURE WOULD NOT PERFORM AS DESIRED INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT THE WELDS AND, IF NECESSARY, PLACE FIVE WELDS BETWEEN THE INVOLVED PANELS AND APPLY PRIMER AND TOPCOAT FINISH MATERIALS." -02/25/1998,98V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V030000),Lamborghini (Automobili Lamborghini),LAMBORGHINI/WINDOW RETRACTION,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,44,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE AUTOMATIC WINDOW RETRACTOR SYSTEM, WHICH ALLOWS THE VEHICLE DOOR(S) TO OPEN, WILL REMAIN IN THE CLOSED POSITION.","IF THIS OCCURS, THE VEHICLE OCCUPANT WOULD NOT BE ABLE TO EXIT (OR ENTER) THE VEHICLE IN THE EVENT OF A VEHICLE CRASH OR FIRE.","DEALERS WILL INSPECT THE WINDOW SYSTEM AND, IF NECESSARY, WILL REPLACE THE SYSTEM WITH THE NEW, MODIFIED VERSION OF THE MICRO SWITCH AND LATCH ASSEMBLY." -02/25/1998,97V235002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V235002),Mazda North American Operations,MAZDA/SUNROOF LABEL,STRUCTURE,NR (Not Reported),Vehicle,23000,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH FACTORY INSTALLED SUNROOF. THE SUNROOF GLASS PANEL ASSEMBLY CAN SEPARATE WHILE THE VEHICLE IS MOVING DUE TO INCORRECT HINGE ENGAGEMENT. THIS WAS CAUSED BY IMPROPER SUNROOF INSTALLATION OF THE GLASS PANEL.,UNEXPECTED SEPARATION OF THE SUNROOF GLASS PANEL COULD POSSIBLY DISTRACT THE DRIVER INCREASING THE RISK OF A VEHICLE CRASH OR LOSS OF VEHICLE CONTROL.,"OWNERS WILL BE PROVIDED WITH AN INSTRUCTION BOOKLET WHICH THOROUGHLY OUTLINES, WITH ILLUSTRATIONS, THE PROPER PROCEDURES FOR THE REMOVAL, STORAGE, AND REINSTALLATION OF THE SUNROOF'S GLASS PANEL. A WARNING LABEL FOR ATTACHMENT TO THE SUNROOF'S LATCH KNOB WILL ALSO BE PROVIDED TO THE OWNERS." -02/24/1998,98T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98T001000),Cooper Tire & Rubber Co.,COOPER/RUBBER COVERAGE,TIRES,NR (Not Reported),Tire,607,"TIRE DESCRIPTION: COOPER LIFELINER GRAND CLASSIC STE P235/60R16 (SERIAL NO. 3D14C1B497, MANUFACTURED DECEMBER 7 THROUGH DECEMBER 13, 1997); AND MASTERCRAFT MARK VII P235/60R16 (SERIAL NO. 3D14FEU497, MANUFACTURED DECEMBER 7 THROUGH DECEMBER 13, 1997). THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE DUE TO WIDE BELT ENDINGS. THE BELT WIRES EVENTUALLY CAUSE CRACKING RESULTING IN EXPOSED BELTS.",THIS CONDITION CAN CAUSE THE TIRE TO SEPARATE. LOSS OF TIRE AIR PRESSURE COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.,DEALERS WILL REPLACE THESE TIRES AS WELL AS MOUNT AND BALANCE THE NEW TIRES. -02/24/1998,98V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V041000),Ford Motor Company,FORD/FRONT WHEEL BEARING,SUSPENSION,NR (Not Reported),Vehicle,1600,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS AND CHASSIS-CABS. AN AUTOMATIC LOCKING FRONT WHEEL BEARING ADJUSTING NUT WAS DAMAGED DURING INSTALLATION OR REMOVAL BY INCORRECT TOOLS OR AN INCORRECT TORQUE SPECIFICATION WAS USED.,THIS CONDITION CAN CAUSE THE NUT TO ROTATE FREELY AND LOSE TORQUE. IT COULD ROTATE UNTIL IT IS NO LONGER CONNECTED TO THE FRONT SPINDLE AND ALLOW THE FRONT WHEEL TO SEPARATE FROM THE VEHICLE.,DEALERS WILL REPLACE THE FRONT WHEEL BEARING ADJUSTING NUTS WITH CASTLE NUTS AND COTTER PINS. -02/24/1998,98V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V040000),"ROVER GROUP, LIMITED",LAND ROVER/INADVERTENT AIR BAG DEPLOYMENT,AIR BAGS,NR (Not Reported),Vehicle,54488,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. AS A RESULT OF CHAFFING OF A CRUISE CONTROL WIRE, THE STEERING WHEEL ROTARY COUPLER CAN OVERHEAT AND INADVERTENTLY DEPLOY THE DRIVER'S AIR BAG.",DEPLOYMENT OF THE AIR BAG RESTRAINT SYSTEM WITHOUT WARNING CAN CAUSE A DRIVER TO LOSE VEHICLE CONTROL.,DEALERS WILL INSTALL A FUSIBLE LINK WHICH WILL PROTECT THE ROTARY COUPLER FROM OVERHEATING. -02/24/1998,98E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E005000),"Porsche Cars North America, Inc.",PORSCHE/AIR BAG DEACTIVATION KIT,AIR BAGS,NR (Not Reported),Equipment,32,"EQUIPMENT DESCRIPTION: CHILD SEATING SYSTEM AIR BAG DEACTIVATION KIT FOR USE ON 1997-1998 911 CARRERA S, CARRERA 4, CARRERA 4S, AND TURBO (1997 MODEL ONLY), PART NO. 993 803 283 00, AND 1997-1998 BOXSTER MODEL VEHICLES, PART NOS. 996 803 283 00 AND 996 803 083 00. DUE TO A MANUFACTURING PROBLEM, THE CONTACT BUCKLE (WHICH IS PART OF THE KIT) DOES NOT DEACTIVATE THE AIR BAG(S).","IN THE EVENT OF A CRASH, THIS RESULTS IN THE DEPLOYMENT OF THE AIR BAG(S) WHICH COULD RESULT IN SEVERE INJURY OR DEATH TO THE CHILD SEAT OCCUPANT.",DEALERS WILL INSTALL A MODIFIED AIR BAG DEACTIVATION KIT. -02/24/1998,98V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V038000),"SAAB CARS USA, INC.",SAAB/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,92505,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE INSTRUCTIONS FOR PROPERLY AIMING THE HEADLIGHTING SYSTEM WERE OMITTED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE HEADLAMP ASSEMBLIES ARE REPLACED, CUSTOMERS MAY NOT BE ABLE TO PROPERLY AIM THE HEADLIGHTS.","OWNERS WILL BE SENT AIMING INSTRUCTIONS, AND DIRECTIONS FOR AFFIXING THESE INSERTS TO THE OWNER GUIDES. IF AN OWNER SO DESIRES, A DEALER CAN AFFIX THE INSERTS IN THEIR OWNER GUIDE FOR THEM." -02/23/1998,98V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V037000),Blue Bird Body Company,BLUE BIRD/FMVSS 111,VISIBILITY,NR (Not Reported),Vehicle,564,"VEHICLE DESCRIPTION: SCHOOL BUSES MOUNTED ON FREIGHTLINER FS-65 CHASSIS. BUSES EQUIPPED WITH SYSTEM ""B"" MIRRORS DO NOT FULLY COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS.""",A SCHOOL BUS DRIVER MAY NOT BE ABLE TO SEE CERTAIN PORTIONS OF THE BUS INCREASING THE RISK OF A CRASH OR PERSONAL INJURY TO PERSONS NEAR THE BUS.,"DEALERS WILL INSPECT THESE VEHICLES AND IF NECESSARY, CORRECT THE MIRROR INSTALLATIONS." -02/23/1998,98V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V036000),BUELL MOTORCYCLE CO.,BUELL/FMVSS 108/TURN SIGNAL LAMPS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4724,"VEHICLE DESCRIPTION: MOTORCYCLES. FAILURE OF ONE OR MORE TURN SIGNAL LAMPS WOULD NOT BE INDICATED TO THE OPERATOR OF THE VEHICLE (NO NOTICEABLE CHANGE IN THE FLASHING RATE OF THE TURN SIGNAL INDICATOR LIGHT). THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",AN OPERATOR WOULD NOT BE AWARE THAT THE TURN SIGNAL LAMPS WERE NOT WORKING.,DEALERS WILL REPLACE THE TURN SIGNAL LAMPS ON THESE MOTORCYCLES. -02/20/1998,98V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V042000),"Subaru of America, Inc.",SUBARU/AUTO TRANSMISSION SHIFT LEVER,POWER TRAIN,NR (Not Reported),Vehicle,19386,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. DUE TO POOR WELDS, IGNITION KEYS CAN STICK, SHIFT LEVERS/LINKAGES CAN BREAK AND SHIFT LEVERS CAN MOVE.",THIS CONDITION CAN CAUSE UNEXPECTED MOVEMENT OF THE VEHICLE INCREASING THE RISK OF A CRASH OR PROPERTY DAMAGE.,DEALERS WILL REPLACE THE AUTOMATIC TRANSMISSION SHIFT LEVER ASSEMBLIES (EXCEPT THE HANDLE GRIP). -02/20/1998,98V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V035000),"Subaru of America, Inc.",SUBARU/THROTTLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,61115,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE THROTTLE SHAFT BALL BEARING ON THE SENSOR SIDE OF THE THROTTLE BODY ASSEMBLY WAS NOT INSTALLED IN CERTAIN THROTTLE BODIES.,OPERATION OF A VEHICLE WITH A MISSING THROTTLE SHAFT BEARING CAN EVENTUALLLY LEAD TO AN INCOMPLETE RETURN OF THE THROTTLE VALVE RESULTING IN A HIGH IDLING CONDITION.,DEALERS WILL INSPECT THE THROTTLE BODY AND REPLACE THE THROTTLE ASSEMBLY IF THE BEARING IS MISSING. -02/18/1998,98E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E004000),"MIDLAND BRAKE, INC.",MIDLAND GRAU/BRAKE ACTUATOR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,31626,"EQUIPMENT DESCRIPTION: MAXIBRAKE I ACTUATORS, TYPE 20, TYPE 24, TYPE 30, AND TYPE 36. THESE BRAKE ACTUATORS DO NOT HAVE AN OVERSTROKE INDICATOR. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION CAN LEAD TO REDUCED BRAKE OUTPUT IF THE BRAKES OR NOT PROPERLY ADJUSTED OR WHEN IT IS USED WITHOUT AN AUTOMATIC BRAKE ADJUSTING MECHANISM.,MIDLAND WILL PROVIDE OWNERS WITH A MODIFICATION KIT WHICH WILL MAKE THE BRAKE SYSTEM COMPLIANT. -02/17/1998,97V238003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V238003),"Trailers by Dorsey, Inc.",DORSEY TRAILERS/ROCKWELL-WABCO/ABS CONTROL UNITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2021,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH ANTILOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL UNITS (ECU) FOR OVER-THE-ROAD TRAILER APPLICATIONS. THE COVER SEAL (O-RING) MAY HAVE BEEN IMPROPERLY INSTALLED IN CERTAIN EASY-STOP TRAILER ABS ELECTRONIC CONTROL UNITS. AN INCORRECTLY INSTALLED SEAL COULD PERMIT WATER TO ENTER THE ECU CAUSING A FAULT TO DEVELOP. THIS WILL CAUSE THE VEHICLE'S TRAILER ABS WARNING LAMP TO ILLUMINATE IMMEDIATELY WHEN THE WATER CONTACTS THE BOARD, DEACTIVATING ALL OR PART OF THE ABS.","IF THE WARNING LAMP SIGNAL IS IGNORED FOR A PERIOD OF TIME, CORROSION CAN DEVELOP EVENTUALLY LEAKING TO A COMPLETE LOSS OF ECU FUNCTION. THE SERVICE BRAKES WOULD CONTINUE TO BE FULLY FUNCTIONAL.",ROCKWELL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REPLACE THE ECU ON THESE TRAILERS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ROCKWELL AT 1-810-435-8001 OR DORSEY TRAILERS AT 1-334-897-5711. -02/17/1998,98C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98C003000),"Evenflo Company, Inc.",EVENFLO/HANDLE SLIPPAGE,CHILD SEAT,NR (Not Reported),Child Seat,800000,EQUIPMENT DESCRIPTION: ON MY WAY INFANT CAR SEAT/CARRIER (MODEL 207) AND ON MY WAY TRAVEL SYSTEM (MODEL 492) INFANT CAR SEAT/CARRIER WITH STROLLER BASE. THE RED PUSH BUTTON ASSEMBLY ON EACH SIDE OF THE SEAT THAT IS USED TO LATCH AND ADJUST THE CARRYING HANDLE CAN UNEXPECTEDLY RELEASE AND CAUSE THE SEAT TO FLIP FORWARD.,"THE LATCHES ON THESE CAR SEAT CARRIERS CAN RELEASE WITHOUT WARNING, RESULTING IN INJURIES TO CHILDREN, INCLUDING BRUISES, CONCUSSIONS, AND SKULL FRACTURES. THE INJURIES OCCURRED TO BOTH RESTRAINED AND UNRESTRAINED CHILDREN.",EVENFLO WILL PROVIDE A FREE REPAIR KIT TO OWNERS OF THE SEATS. -02/17/1998,98V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V033000),"General Motors, LLC",GM/BRAKE ROTORS/HUBS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1137,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND MULTI-PURPOSE PASSENGER VEHICLES. ONE OR BOTH FRONT BRAKE ROTOR/HUBS WERE BUILT WITH AN OUT-OF-SPECIFICATION GRAY IRON THAT CAN FAIL DURING THE LIFE OF THE VEHICLE.,"IF A DRIVER CONTINUES TO DRIVE WITH A CRACKED ROTOR, THE CRACKS COULD CONTINUE AROUND THE WHEEL MOUNTING BOLT CIRCLE AND ULTIMATELY RESULT IN A WHEEL SEPARATION.","DEALERS WILL INSPECT THE ROTORS FOR A CORE DATE OF ""287"" AND, IF FOUND, REPLACE THE ROTOR." -02/17/1998,98V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V027000),"General Motors, LLC",GM/FMVSS 101,INTERIOR LIGHTING,NR (Not Reported),Vehicle,249420,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH THE POTENTIAL FOR THE INTERIOR LAMPS TO COME ON UNEXPECTEDLY WHILE THE VEHICLES ARE BEING DRIVEN. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 101, ""CONTROLS AND DISPLAYS.""",THE INTERIOR LAMPS COMING ON UNEXPECTEDLY COULD STARTLE A DRIVER CAUSING A MOMENTARY LOSS OF CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL RUN A DIAGNOSTIC TEST ON THE LAMP CONTROL MODULE AND, IF NECESSARY, REPLACE IT." -02/12/1998,98V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V022000),"Jaguar Cars, Ltd.",JAGUAR/THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5379,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE CABLE ADJUSTER BRACKET NUT ON THE OUTER SLEEVE OF THE THROTTLE CABLE CAN BECOME DISPLACED FROMTHE CABLE ABUTMENT BRACKET ON THE ENGINE.,"SHOULD THIS OCCUR, LIMITED OPENING OF THE THROTTLE WILL OCCUR, EVEN WITH THE ACCELERATOR PEDAL FULLY DEPRESSED TO THE FLOOR.",DEALERS WILL INSPECT THESE VEHICLES AND MODIFY THE THROTTLE CABLE SYSTEM. -02/12/1998,98V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V025000),"PREVOST CAR, INCORPORATED",PREVOST/SUSPENSION,STEERING,NR (Not Reported),Vehicle,286,VEHICLE DESCRIPTION: MOTOR HOMES EQUIPPED WITH FRONT INDEPENDENT SUSPENSION. ONE OF THE STRUCTURAL MEMBERS CAN CRACK. THIS MEMBER SUPPORTS THE LEFT IDLER ARM AND BELL CRANK.,THIS CONDITION COULD REDUCE THE STEERING CAPABILITY INCREASING THE RISK OF LOSS OF CONTROL OF THE VEHICLE.,DEALERS WILL INSTALL TWO BOLTED AND WELDED BRACKETS. -02/11/1998,98V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V029000),"Southern Comfort Conversions, Inc.",SOUTHERN COMFORT/HEATING AND AIRCONDITIONING,EQUIPMENT,NR (Not Reported),Vehicle,276,"VEHICLE DESCRIPTION: CHEVROLET AND GMC CONVERSION VANS EQUIPPED WITH TWIN AIR ""ULTRA"" REAR HEATING AND AIR CONDITIONING UNITS AND CONVERTED BY SOUTHERN COMFORT CONVERSIONS. THE HEATER AND AIR CONDITIONING UNITS CONTAIN A RESISTOR COIL THAT CAN OVERHEAT WHEN THE FAN IS RUNNING AT A LOW SPEED.",THIS COULD CAUSE A FIRE WITHIN THE UNIT.,DEALERS WILL REPLACE THE RESISTOR COIL IN THESE UNITS. -02/10/1998,98V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V023000),"Chrysler (FCA US, LLC)",CHRYSLER/POWER BRAKE BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8900,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES. THE POWER BRAKE BOOSTER VACUUM RESERVOIR DIAPHRAGM CAN SPLIT OR TEAR.,THIS CAN CAUSE AN INCREASE IN ENGINE IDLE SPEED AND A LOSS OF POWER ASSIST DURING BRAKE APPLICATION WITHOUT PRIOR WARNING.,DEALERS WILL INSPECT THE BRAKE BOOSTER DATE CODE AND ANY BOOSTERS WITH THE SUSPECT MANUFACTURING DATE RANGE WILL BE REPLACED. -02/10/1998,98V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V028000),Ford Motor Company,FORD/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,571800,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE TEXT AND/OR GRAPHICS FOR THE VEHICLE HEADLAMP AIMING INSTRUCTIONS PROVIDED IN THE OWNER GUIDES ARE NOT SUFFICIENTLY CLEAR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THE HEADLAMP ASSEMBLIES ARE REPLACED, CUSTOMERS MAY BE CONFUSED BY THE AIMING INSTRUCTIONS PROVIDED IN THE OWNER GUIDES CAUSING THE HEADLAMPS TO BE IMPROPERLY AIMED.",OWNER GUIDES CONTAINING REVISED AIMING INSTRUCTIONS WILL BE MAILED TO OWNERS OF THESE VEHICLES. -02/10/1998,98V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V018000),Honda (American Honda Motor Co.),HONDA/TRANSMISSION PARKING PAWL,POWER TRAIN,NR (Not Reported),Vehicle,33966,"VEHICLE DESCRIPTION: PASSENGER VEHICLES (HONDA ACCORD SEDANS MANUFACTURED FROM SEPTEMBER 18, 1997 TO JANUARY 10, 1998; COUPES MANUFACTURED DECEMBER 11, DECEMBER 15, 1997, AND JANUARY 5, 1998; ACURA 2.3CL MANUFACTURED OCTOBER 22, 1997 THROUGH JANUARY 7, 1998). DURING MANUFACTURING, THE CASTING DIE CAUSED AN IRREGULARITY IN THE RIGHT-SIDE TRANSMISSION COVER. THIS IRREGULARITY CAN LIMIT THE MOVEMENT OF THE PARKING PAWL ACTUATION LEVEL AND PREVENT ADEQUATE ENGAGEMENT OF THE PARKING GEAR PAWL. THIS DOES NOT COMPLY WITH FMVS NO. 114, ""THEFT PROTECTION.""","THIS CONDITION CAN CAUSE THE VEHICLE TO ROLL DOWN AN INCLINE WHEN THE TRANSMISSION IS LOCKED IN ""PARK,"" INCREASING THE RISK OF PERSONAL INJURY AND/OR PROPERTY DAMAGE.",DEALERS WILL INSTALL A COLLAR ON THE TRANSMISSION PARKING PAWL TO ENSURE PROPER MOVEMENT OF THE ACTUATION LEVER. -02/10/1998,98V122001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V122001),"Jayco, Inc.",JAYCO/RV PRODUCTS/PC CONTROL BOARD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7660,"VEHICLE DESCRIPTION: MINI-MOTOR HOMES, TRAVEL TRAILERS, AND FIFTH WHEELS EQUIPPED WITH A PRINTED CIRCUIT (PC) BOARD HOUSED IN THE ELECTRICAL CONTROL BOX ASSEMBLY EQUIPPED WITH THE VEHICLE'S AIR CONDITIONING UNIT. AN ELECTRICAL RELAY ON THE PC BOARD WILL FAIL TO ACTIVATE. WHEN THE RELAY FAILS TO ACTIVATE, OTHER ELECTRICAL COMPONENTS, AND THE PC BOARD ITSELF, ARE REQUIRED TO CARRY EXCESS ELECTRICAL CURRENT.","THE ELECTRICAL COMPONENTS AND THE PC BOARD CAN OVERHEAT, CHAR AND PRODUCE SMOKE, POSSIBLY RESULTING IN A FIRE.","RV PRODUCTS IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. OWNERS WILL RECEIVE A REPLACEMENT ELECTRICAL CONTROL BOX AND INSTALLATION INSTRUCTIONS. IF AN OWNER SO DESIRES, THEY CAN HAVE THEIR DEALER INSTALL THIS CONTROL BOX." -02/10/1998,98V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V024000),"PREVOST CAR, INCORPORATED",PREVOST/CROSSMEMBER REINFORCEMENT,SUSPENSION,NR (Not Reported),Vehicle,1051,VEHICLE DESCRIPTION: TRANSIT BUSES WITH DRIVE AXLE EQUIPPED WITH DRUM BRAKES ONLY. THE DESIGN OF THE DIFFERENTIAL CROSS-MEMBER REINFORCEMENT CAN CRACK UNDER CERTAIN APPLICATIONS.,THIS CONDITION COULD REDUCE THE STEERING CAPABILITY MAKING IT DIFFICULT FOR THE DRIVER TO DO ACCURATE TURNS.,DEALERS WILL INSTALL TWO OTHER REINFORCEMENTS TO SOLIDIFY THE CROSS-MEMBER ASSEMBLY. -02/09/1998,98E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E002000),DESIGNTECH INTERNATIONAL INC.,DESIGNTECH/REMOTE CAR STARTER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,50000,"EQUIPMENT DESCRIPTION: AUTO COMMAND REMOTE CAR STARTERS, MODELS 25523, 25524-28, 25536-38, 20024-28, 20036-38. A SOFTWARE PROBLEM OCCURS ALLOWING THE REMOTE CAR STARTER TO START A VEHICLE MORE THAN ONCE EVERY 3 HOURS WHEN THE TEMPERATURE DROPS BELOW 0 DEGREES FAHRENHEIT.","IF A VEHICLE WAS LOCATED IN A CLOSED AREA, SUCH AS A GARAGE, AND THE VEHICLE STARTED OFTEN, THE POTENTIAL FOR CARBON MONOXIDE BUILD-UP COULD OCCUR INCREASING THE RISK OF PERSONAL INJURY.",OWNERS NEED TO RETURN THE REMOTE CAR STARTER TO HAVE A MICROPROCESSOR (NEW SOFTWARE) INSTALLED. -02/04/1998,98V010003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V010003),"Jayco, Inc.",JAYCO/LPG CYLINDER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH 20 LB. LPG CYLINDERS SUPPLIED BY MANCHESTER TANK. THESE CYLINDERS ARE EQUIPPED WITH AN OVERFILL PROTECTION. THE OVERFILL PROTECTION DEVICE MAY NOT FUNCTION PROPERLY.,"IF A CYLINDER IS OVERFILLED, AND SOME OF THE GAS LEAKS OUT, THE VAPORS COULD IGNITE IF THERE WAS A SOURCE OF IGNITION PRESENT.",MANCHESTER TANK IS PERFORMING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. MANCHESTER WILL REPLACE THESE LPG CYLINDERS. -02/04/1998,98V010004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V010004),Starcraft RV,STARCRAFT/LPG CYLINDER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,VEHICLE DESCRIPTION: CAMPING TRAILERS EQUIPPED WITH 20 LB. LPG CYLINDERS SUPPLIED BY MANCHESTER TANK. THESE CYLINDERS ARE EQUIPPED WITH AN OVERFILL PROTECTION. THE OVERFILL PROTECTION DEVICE MAY NOT FUNCTION PROPERLY.,"IF A CYLINDER IS OVERFILLED, AND SOME OF THE GAS LEAKS OUT, THE VAPORS COULD IGNITE IF THERE WAS A SOURCE OF IGNITION PRESENT.",MANCHESTER TANK IS PERFORMING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. MANCHESTER WILL REPLACE THESE LPG CYLINDERS. -02/02/1998,98V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V026000),"Ferrari North America, Inc.",FERRARI/WHEEL BOLTS,WHEELS,NR (Not Reported),Vehicle,48,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH WHEEL BOLTS, PART NUMBER 146989. THE WHEEL BOLTS WERE NOT PROPERLY TIGHTENED.",THIS CONDITION WAS CAUSE WHEEL RIM VIBRATION INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.,DEALERS WILL REPLACE THE WHEEL BOLTS WITH NEW WHEEL BOLTS THAT HAVE BEEN PERMANENTLY TREATED WITH AN ANTI-SEIZING MATERIAL. -02/02/1998,98V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V021000),Ford Motor Company,FORD/FMVSS 120,EQUIPMENT,NR (Not Reported),Vehicle,11500,"VEHICLE DESCRIPTION: LIGHT DUTY FOUR-WHEEL DRIVE PICKUP TRUCKS EQUIPPED WITH OFF-ROAD OPTION. THE TIRE AND RIM IDENTIFICATION INFORMATION IS INCORRECT ON THESE VEHICLES. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","THE 16"" TIRES COULD NOT BE INFLATED ON THE SPECIFIED 15X7.0J RIM.","OWNERS WILL BE SENT A SAFETY CERTIFICAITON LABEL PARTIAL OVERLAY WHICH WILL CONTAIN THE CORRECT RIM SIZE, AND INSTRUCTIONS FOR AFFIXING THIS LABEL TO THE VEHICLE. IF AN OWNER SO DESIRES, THEIR FORD DEALER CAN INSTALL THE LABEL FOR THEM." -01/30/1998,98V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V019000),"Chrysler (FCA US, LLC)",CHRYSLER/GENERATOR CABLE FASTENER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,37900,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE FASTENER WHICH SECURES THE GENERATOR CABLE TO THE POWER DISTRIBUTION CENTER (PDC) HAS AN INSUFFICIENT CLAMP LOAD, RESULTING IN A LOOSE CONNECTION AND ELECTRICAL ARCING AT THE CONNECTION.",THIS CONDITION COULD CAUSE A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL RETIGHTEN THE GENERATOR CABLE AND BATTERY CABLE FASTENERS TO THE PROPER TORQUE SPECIFICATIONS. -01/27/1998,98V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V016000),Toyota Motor Corporation,TOYOTA/STARTER MOTOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,47525,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO IMPROPER ASSEMBLY OF THE TERMINAL FOR THE STARTER MOTOR MAGNETIC SWITCH, AN ELECTRICAL SHORT CIRCUIT CAN OCCUR IF ELECTRICALLY-CONDUCTIVE LIQUID, SUCH AS ROAD SPLASH WITH DEICING SALT, ENTERS THIS AREA.",A STARTER MOTOR NO-START CONDITION OR AN UNDERHOOD FIRE CAN RESULT.,DEALERS WILL REPAIR THE MAGNETIC SWITCH. -01/26/1998,98V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V014000),HINO DIESEL TRUCKS(USA),HINO/DIESEL FUEL LEAK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,623,VEHICLE DESCRIPTION: CLASS 4 AND 5 TRUCKS EQUIPPED WITH J05C-TB DIESEL ENGINES. A FUEL FILTER WAS DAMAGED DURING THE MANUFACTURING PROCESS OF THE FILTER ELEMENT.,THIS DAMAGED FUEL FILTER CAN CRACK AND RESULT IN A DIESEL FUEL LEAK.,DEALERS WILL REPLACE THE FUEL FILTER ON THESE VEHICLES. -01/26/1998,98E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98E001000),WELLS MFG. CORP.,WELLS/HEADLIGHT DIMMER SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Equipment,73000,EQUIPMENT DESCRIPTION: HEADLIGHT BEAM CONTROL DIMMER SWITCHES. THE DIMMER SWITCH CAN FAIL PREMATURELY DURING ACTUATION.,IT IS POSSIBLE THAT THE HEADLIGHTS WILL STAY IN THE LOW OR HIGH BEAM STATE OR FAIL TO STAY LIT. IT IS ALSO POSSIBLE FOR AN ELECTRICAL SHORT TO DEVELOP INSIDE THE SWITCH AND DAMAGE THE INSTRUMENT PANEL WIRING HARNESS.,OWNERS SHOULD RETURN THE HEADLIGHT DIMMER SWITCH TO THE DISTRIBUTOR FROM WHOM THEY WERE PURCHASED AND EXCHANGE THEM FOR ANOTHER SWITCH FREE OF CHARGE. -01/26/1998,98V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V015000),"Winnebago Industries, Inc.",WINNEBAGO/LP HOSE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,741,VEHICLE DESCRIPTION: MOTOR HOMES. A LIQUID PROPANE (LP) HOSE WAS INSTALLED IN THE RANGE BURNER BOX. THE ELEVATED TEMPERATURE THE HOSE IS EXPOSED TO INSIDE THIS BOX CAN PREMATURELY AGE THE HOSE CAUSING A POSSIBLE LP LEAK.,LP GAS LEAKAGE COULD IGNITE AND RESULT IN BODILY INJURY AND/OR PROPERTY DAMAGE.,DEALERS WILL RELOCATE THE FLEXIBLE HOSE OUTSIDE OF THE RANGE BOX. -01/21/1998,98V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V013000),"AERO MANUFACTURING, INC.",AERO/FIRE,EQUIPMENT,NR (Not Reported),Vehicle,780,"VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE SIMULTANEOUS USE OF THE MICROWAVE OVEN AND THE COOKTOP PRODUCES NEGATIVE PRESSURE THAT CAUSES THE FLAMES ON THE COOKTOP TO REVERSE. THIS COULD RESULT IN DAMAGE TO THE BURNER HEAD, POSSIBLY RESULTING IN EXTINGUISHING THE FLAME. IF THE FLAME IS EXTINGUISHED, LIQUID PROPANE (LP) GAS COULD LEAK INTO THE TRAILER.",THE PRESENCE OF LP GAS IN THE TRAILER COULD RESULT IN ASPHYXIATION OF PERSONS PRESENT IN THE TRAILER OR POSSIBLY AN EXPLOSION IN THE EVENT THAT THE LP GAS IS IGNITED BY A SPARK.,DEALERS WILL INSTALL A DROP-IN BURNER BOX KIT WHICH WILL ELIMINATE THE NEGATIVE PRESSURE WHEN THE MICROWAVE OVEN AND THE COOKTOP ARE USED SIMULTANEOUSLY. -01/21/1998,98V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V009000),Ford Motor Company,FORD/HEADLIGHT CIRCUIT BREAKER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,506000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEADLIGHTS CAN FLASH INTERMITTENTLY AS A RESULT OF THE CIRCUIT BREAKER OPENING. THE VEHICLE'S HEADLIGHTS CAN GO OUT FOR BRIEF INTERVALS.,"LOSS OF HEADLIGHTS DURING VEHICLE OPERATION CAN AFFECT A DRIVER'S ABILITY TO NAVIGATE THE ROADWAY AND REDUCE THE VISIBILITY OF THE VEHICLE, INCREASING THE RISK OF A CRASH.","DEALERS WILL INSTALL A HEADLIGHT SWITCH THAT INCORPORATES A CRICUIT BREAKER OF REVISED DESIGN AND INSTALLATION OF A WIRING HARNESS CONNECTOR AND WIRING, IF NEEDED." -01/21/1998,98V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V007000),Ford Motor Company,FORD/THROTTLE ICING,VEHICLE SPEED CONTROL,97S96,Vehicle,45000,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH A 4.2L ENGINE AND ORIGINALLY SOLD OR CURRENTLY REGISTERED IN ONE OF THE FOLLOWING STATES: ALASKA, MONTANA, NORTH DAKOTA, MINNESOTA, WISCONSIN, NEW YORK, VERMONT, NEW HAMPSHIRE, MAINE, MICHIGAN, IDAHO, WYOMING, SOUTH DAKOTA, COLORADO, NEBRASKA, KANSAS, IOWA, MISSOURI, ILLINOIS, INDIANA, OHIO, PENNSYLVANIA, AND MASSACHUSETTS. THE THROTTLE IS UNABLE TO RETURN TO IDLE DUE TO ICE FORMING IN THE THROTTLE BODY WHEN THE TEMPERATURE RANGES FROM -10 TO -40 DEGREES FAHRENHEIT.",INCREASED BRAKE PEDAL EFFORTS OR SOME INCREASE IN STOPPING DISTANCE COULD RESULT.,DEALERS WILL INSTALL A REVISED PCV SYSTEM ON THESE VEHICLES. -01/21/1998,98V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V008000),"Nissan North America, Inc.",NISSAN/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,65000,"THESE VEHICLES DO NOT MEET THE ILLUMINATION REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","FOLLOWING VEHICLES MAY NOT BE AWARE THAT THE VEHICLE IN FRONT IS STOPPING, INCREASING THE RISK OF A VEHICLE CRASH.","OWNERS WILL BE PROVIDED WITH TWO NEW LIGHT BULBS FOR THE STOP/TAIL LAMPS WHICH ARE BRIGHTER THAN THE ORIGINAL BULBS. A LABEL WITH THE NEW BULB NUMBER WILL ALSO BE PROVIDED FOR INSERTION INTO THE OWNER'S MANUAL. IF AN OWNER SO DESIRES, A DEALERS CAN INSTALL THE LIGHT BULBS FOR THEM." -01/21/1998,98V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V011000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 111/MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,241,"VEHICLE DESCRIPTION: SCHOOL BUSES. THESE VEHICLES DO NOT COMPLY WITH THE VISIBILITY REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS.""",THE DRIVER OF THE BUS MAY NOT HAVE A CLEAR AND UNOBSTRUCTED VIEW TO THE REAR.,NEW MIRRORS WHICH INCORPORATE MIRROR ARMS THAT WILL MOVE THE CROSS VIEW MIRRORS FORWARD WILL BE INSTALLED ON THESE VEHICLES. -01/13/1998,98V010001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V010001),"COACHMEN INDUSTRIES, INC.",COACHMEN/LPG CYLINDER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH 20 LB. LPG CYLINDERS SUPPLIED BY MANCHESTER TANK. THESE CYLINDERS ARE EQUIPPED WITH AN OVERFILL PROTECTION. THE OVERFILL PROTECTION DEVICE MAY NOT FUNCTION PROPERLY.,"IF A CYLINDER IS OVERFILLED, AND SOME OF THE GAS LEAKS OUT, THE VAPORS COULD IGNITE IF THERE WAS A SOURCE OF IGNITION PRESENT.",MANCHESTER TANK IS PERFORMING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. MANCHESTER WILL REPLACE THESE LPG CYLINDERS. -01/13/1998,98V010002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V010002),Skyline Corporation,SKYLINE/LPG CYLINDER,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,,VEHICLE DESCRIPTION: TRAVEL TRAILERS EQUIPPED WITH 20 LB. LPG CYLINDERS SUPPLIED BY MANCHESTER TANK. THESE CYLINDERS ARE EQUIPPED WITH AN OVERFILL PROTECTION. THE OVERFILL PROTECTION DEVICE MAY NOT FUNCTION PROPERLY.,"IF A CYLINDER IS OVERFILLED, AND SOME OF THE GAS LEAKS OUT, THE VAPORS COULD IGNITE IF THERE WAS A SOURCE OF IGNITION PRESENT.",MANCHESTER TANK IS PERFORMING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. MANCHESTER WILL REPLACE THESE LPG CYLINDERS. -01/12/1998,97V238002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V238002),"Alloy Custom Products, Inc.",ALLOY TRAILERS/ROCKWELL-WABCO/ABS CONTROL UNITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,133,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH ANTILOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL UNITS (ECU) FOR OVER-THE-ROAD TRAILER APPLICATIONS. THE COVER SEAL (O-RING) MAY HAVE BEEN IMPROPERLY INSTALLED IN CERTAIN EASY-STOP TRAILER ABS ELECTRONIC CONTROL UNITS. AN INCORRECTLY INSTALLED SEAL COULD PERMIT WATER TO ENTER THE ECU CAUSING A FAULT TO DEVELOP. THIS WILL CAUSE THE VEHICLE'S TRAILER ABS WARNING LAMP TO ILLUMINATE IMMEDIATELY WHEN THE WATER CONTACTS THE BOARD, DEACTIVATING ALL OR PART OF THE ABS.","IF THE WARNING LAMP SIGNAL IS IGNORED FOR A PERIOD OF TIME, CORROSION CAN DEVELOP EVENTUALLY LEAKING TO A COMPLETE LOSS OF ECU FUNCTION. THE SERVICE BRAKES WOULD CONTINUE TO BE FULLY FUNCTIONAL.",ROCKWELL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL REPLACE THE ECU ON THESE TRAILERS. OWNERS WHO TAKE THEIR VEHICLES TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND DO NOT RECEIVE THE FREE REMEDY WITHIN A REASONABLE TIME SHOULD CONTACT ROCKWELL AT 1-810-435-8001 OR ALLOY TRAILERS AT 1-509-455-8650. -01/12/1998,98V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V005000),"Chrysler (FCA US, LLC)",CHRYSLER/FRONT BRAKE ROTOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,293369,"VEHICLE DESCRIPTION: PASSENGER AND MULTI-PURPOSE VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, ILLINOIS, INDIANA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, OR WISCONSIN, AND THE DISTRICT OF COLUMBIA. THE FRONT DISC BRAKE ROTORS CAN EXPERIENCE SEVERE CORROSION IF OPERATED FOR AN EXTENSIVE PERIOD IN THE ""SALT BELT."" IF THE ROTORS ARE NOT REPLACED, THE CORROSION CAN EVENTUALLY COMPROMISE THE STRUCTURAL INTEGRITY OF THE STAMPED STEEL CENTER HUB SECTION OF THE ROTOR.","THE REDUCED STRENGTH CAN ALLOW THE CAST IRON WEAR SURFACE TO SEPARATE FROM THE HUB, REDUCING THE BRAKE EFFECTIVENESS OF THE VEHICLE.",DEALERS WILL REPLACE THESE ROTORS WITH ROTORS THAT ARE COATED WITH A CORROSION PROTECTION. -01/12/1998,98V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V006000),"Chrysler (FCA US, LLC)",CHRYSLER/TEMPORARY SPARE TIRE,SUSPENSION,NR (Not Reported),Vehicle,65000,"VEHICLE DESCRIPTION: MULTI-PURPOSE VEHICLES EQUIPPED WITH ""QUADRA-TRAC"" TRANSFER CASE, TEMPORARY SPARE TIRE, AND ANY OF 225/70R16, 225/75R16 OR 245/70R15 ROAD TIRES. WHEN THE TEMPORARY SPARE TIRE IS IN USE, THE FRONT AXLE CAN OVERHEAT.","AN OVERHEATED AXLE CAN FORCE AXLE FLUID OUT OF THE SEALS, INCREASING THE RISK OF A VEHICLE FIRE.",DEALERS WILL REPLACE THE TEMPORARY SPARE TIRE WITH A FULL SIZED TIRE AND WHEEL. -01/05/1998,98V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V001000),FREIGHTLINER LLC,FREIGHTLINER/ABS POWER CIRCUIT,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,21,"VEHICLE DESCRIPTION: TRUCK/TRACTORS. THESE VEHICLES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS."" CONTINUOUS POWER IS TO BE SUPPLIED TO THE TRAILER ANTILOCK BRAKE SYSTEM (ABS) CIRCUIT. THESE VEHICLES WERE MANUFACTURED WITH A SWITCH INSTALLED IN THE ABS CIRCUIT.",THE ABS CIRCUIT CAN BE INTERRUPTED RESULTING IN A LOSS OF BRAKING ACTION TO THE TOWED VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSTALL AN ANTI-LOCK POWER CIRCUIT. -01/05/1998,98V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V002000),FREIGHTLINER LLC,FREIGHTLINER/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,35,VEHICLE DESCRIPTION: TRUCK/TRAILERS. THE CERTIFICATION LABELS INSTALLED ON THESE VEHICLES ARE INCORRECT. THE GROSS AXLE WEIGHT RATING IS TOO HIGH FOR THE TIRES THAT WERE INSTALLED.,THE VEHICLE IS TOO HEAVY FOR THE TIRES INSTALLED RESULTING IN A TIRE SEPARATION.,DEALERS WILL INSTALL A CORRECTED CERTIFICATION LABEL ON THESE VEHICLES. -01/05/1998,98V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V003000),FREIGHTLINER LLC,FREIGHTLINER/CERTIFICATION LABEL,PARKING BRAKE,NR (Not Reported),Vehicle,2587,VEHICLE DESCRIPTION: TRUCK/TRAILERS EQUIPPED WITH A HYDRAULIC PARKING BRAKE. A CASTING ERROR IN THE HYDRAULIC PARKING BRAKE RELAY VALVE CAUSES EXCESSIVE PRESSURE IN THE BRAKE SYSTEM WHICH CAN RESULT IN A HYDRAULIC HOSE SEPARATION.,"IF THIS OCCURS, THE POWER STEERING ASSIST WILL BE LOST AND THE BRAKES WILL BE OPERATING FROM THE BACK-UP SYSTEM.",DEALERS WILL INSTALL A CHECK VALVE MODIFICATION KIT TO REDUCE THE SYSTEM PRESSURE. -01/05/1998,98V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=98V004000),"SISU NORTH AMERICA, INC.",SISU/AIR BRAKE VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,241,VEHICLE DESCRIPTION: YARD TRACTORS. INCORRECT ROUTING OF AN AIR HOSE FROM THE REAR ANTILOCK BRAKE SYSTEM (ABS) AIR MODULATOR BRAKE VALVE TO THE REAR AXLE BRAKE CHAMBER.,"IN AN ANTILOCK CONDITION, THE BRAKE SYSTEM WOULD MODULATE THE WRONG WHEEL.","OWNERS WILL BE PROVIDED WITH REPLACEMENT FITTINGS AND/OR HOSES. IF THE OWNER SO DESIRES, A DEALER CAN PERFORM THE REMEDY FOR THEM." -12/31/1997,97V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V237000),"BMW of North America, LLC",BMW/IGNITION SWITCH WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2000,"VEHICLE DESCRIPTION: MOTORCYCLES. A SHEET METAL PLATE MOUNTED TO THE FRONT OF THE FRAME BELOW THE INSTRUMENT CLUSTER CAN CAUSE THE WIRING HARNESS TO BE STRETCHED TOO TIGHT AS THE HANDLEBARS ARE TURNED FULLY TO ONE SIDE. IN ADDITION, THE WIRING HARNESS IS ATTACHED TO ANOTHER HARNESS WITH A CABLE TIE THAT IS PLACED TOO FAR FORWARD LIMITING THE HANDLEBAR MOVEMENT.","THE HARNESS WIRES CAN BE DAMAGED OR COULD BREAK OR PULL OUT OF THE IGNITION SWITCH. IF THE HARNESS WIRES WERE DAMAGED BUT NOT BROKEN OR DISCONNECTED, THE ELECTRICAL SYSTEM COULD BE AFFECTED WHILE THE MOTORCYCLE IS BEING DRIVEN. HESITATION, MISFIRING, OR ""CUTTING OUT"" COULD OCCUR INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL RELOCATE THE WIRE TIE CONNECTING THE TWO WIRING HARNESSES TO A POINT FURTHER BACK FROM THE ORIGINAL LOCATION SO THAT THE IGNITION SWITCH WIRING HARNESS HAS SUFFICIENT FREEDOM OF MOVEMENT. ALSO IF THE WIRING HARNESS IS FOUND TO BE DAMAGED, THE IGNITION SWITCH (WITH HARNESS) WILL BE REPLACED." -12/31/1997,97V196004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V196004),Volvo Trucks North America,VOLVO TRUCKS/FRONT AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,39,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DESIGN LEVEL 1, ROCKWELL FF980 SERIES FRONT AXLE. THE FRONT AXLE HUB FLANGE CAN DEVELOP CRACKS DUE TO HIGH STRESS LEVELS.",CRACKS IN A HUB FLANGE CAN RESULT IN A WHEEL SEPARATION.,DEALERS WILL REMOVE AND REPLACE THE FRONT HUBS WITH AN IMPROVED DESIGN LEVEL 2 HUB. -12/30/1997,97V239001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V239001),Great Dane Trailers,GREAT DANE/EATON/TRAILER AXLE LUBRICATION,SUSPENSION,NR (Not Reported),Vehicle,308,VEHICLE DESCRIPTION: HEAVY DUTY TRUCK TRAILERS EQUIPPED WITH AXLE ASSEMBLIES BUILT BY EATON. THE GREASE LUBRICATION VOLUME LEVEL SPECIFIED FOR THESE TRAILER AXLES IS INSUFFICIENT TO PROVIDE PROPER LUBRICATION TO THE OUTER WHEEL END BEARING ASSEMBLY.,THIS CONDITION CAN CAUSE FAILURE OF THE WHEEL BEARING SYSTEM RESULTING IN WHEEL END BURN UP OR LOSS OF WHEEL END EQUIPMENT.,OWNER NOTIFICATION WILL BE CONDUCTED BY EATON. DEALERS WILL INSPECT THESE TRAILER AXLES AND ADD LUBRICANT IF NECESSARY. -12/30/1997,97V238001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V238001),Great Dane Trailers,GREAT DANE/ROCKWELL-WABCO/ABS CONTROL UNITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4331,"VEHICLE DESCRIPTION: TRAILERS EQUIPPED WITH ANTILOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL UNITS (ECU) FOR OVER-THE-ROAD TRAILER APPLICATIONS. THE COVER SEAL (O-RING) MAY HAVE BEEN IMPROPERLY INSTALLED IN CERTAIN EASY-STOP TRAILER ABS ELECTRONIC CONTROL UNITS. AN INCORRECTLY INSTALLED SEAL COULD PERMIT WATER TO ENTER THE ECU CAUSING A FAULT TO DEVELOP. THIS WILL CAUSE THE VEHICLE'S TRAILER ABS WARNING LAMP TO ILLUMINATE IMMEDIATELY WHEN THE WATER CONTACTS THE BOARD, DEACTIVATING ALL OR PART OF THE ABS.","IF THE WARNING LAMP SIGNAL IS IGNORED FOR A PERIOD OF TIME, CORROSION CAN DEVELOP EVENTUALLY LEAKING TO A COMPLETE LOSS OF ECU FUNCTION. THE SERVICE BRAKES WOULD CONTINUE TO BE FULLY FUNCTIONAL.",ROCKWELL IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL DEALERS WILL REPLACE THE ECU ON THESE TRAILERS. -12/29/1997,97V196005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V196005),"Mack Trucks, Inc.",MACK/FRONT AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,103,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DESIGN LEVEL 1, ROCKWELL FF980 SERIES FRONT AXLE. THE FRONT AXLE HUB FLANGE CAN DEVELOP CRACKS DUE TO HIGH STRESS LEVELS.",CRACKS IN A HUB FLANGE CAN RESULT IN A WHEEL SEPARATION.,DEALERS WILL REMOVE AND REPLACE THE FRONT HUBS WITH AN IMPROVED DESIGN LEVEL 2 HUB. -12/19/1997,97V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V236000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,433,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH A VINYL PROTECTIVE FRONT COVER. THIS COVER INCLUDES A MESH WHICH COVERS THE FRONT HEADLIGHT ASSEMBLY. THIS MESH INTERFERES WITH THE PHOTOMETRIC PERFORMANCE OF THE HEADLIGHTS RESULTING IN A NONCOMPLIANCE TO FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THE INTERFERING MESH CAUSES THE EFFECTIVE BRIGHTNESS OF THE HEADLIGHTS AND TURN SIGNALS TO BE LESS THAN REQUIRED. THE DECREASE IN HEADLIGHT BRIGHTNESS CAN DECREASE THE ABILITY TO VIEW THE ROAD WHILE DRIVING AT NIGHT OR IN OTHER INSTANCES WHERE HEADLIGHTS WOULD BE NEEDED. ALSO, THE DECREASED BRIGHTNESS OF THE TURN SIGNALS WILL AFFECT THE VISIBILITY OF THESE SIGNALS TO FOLLOWING VEHICLES.","OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND REPAIR PARTS NECESSARY TO PERFORM THIS RECALL. IF OWNERS SO DESIRE, THEY CAN HAVE A DEALER PERFORM THIS REMEDY FOR THEM." -12/18/1997,97V235001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V235001),Ford Motor Company,FORD/SUNROOF LABEL,STRUCTURE,NR (Not Reported),Vehicle,185000,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH FACTORY INSTALLED SUNROOF. THE SUNROOF GLASS PANEL ASSEMBLY CAN SEPARATE WHILE THE VEHICLE IS MOVING DUE TO INCORRECT HINGE ENGAGEMENT. THIS WAS CAUSED BY IMPROPER SUNROOF INSTALLATION OF THE GLASS PANEL.,UNEXPECTED SEPARATION OF THE SUNROOF GLASS PANEL COULD POSSIBLY DISTRACT THE DRIVER INCREASING THE RISK OF A VEHICLE CRASH OR LOSS OF VEHICLE CONTROL.,"OWNERS WILL BE PROVIDED WITH AN INSTRUCTION BOOKLET WHICH THOROUGHLY OUTLINES, WITH ILLUSTRATIONS, THE PROPER PROCEDURES FOR THE REMOVAL, STORAGE, AND REINSTALLATION OF THE SUNROOF'S GLASS PANEL. A WARNING LABEL FOR ATTACHMENT TO THE SUNROOF'S LATCH KNOB WILL ALSO BE PROVIDED TO THE OWNERS." -12/18/1997,97V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V232000),"General Motors, LLC",GM/FMVSS 219,STRUCTURE,NR (Not Reported),Vehicle,14423,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH HOOD HINGE PIVOT BOLTS WHICH CAN BREAK DUE TO AN IMPROPER HEAT TREAT CONDITION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 219, ""WINDSHIELD ZONE INTRUSION."" A BROKEN BOLT CAN CAUSE EITHER THE CORNER OF THE HOOD NEAR THE WINDSHIELD TO RAISE, OR ONE SIDE OF THE HOOD TO BE UNSTABLE WHEN OPENED.","IN THE EVENT OF A VEHICLE CRASH, THE HOOD COULD BE PUSHED BACK THROUGH THE WINDSHIELD GLASS POSSIBLY INJURING THE VEHICLE OCCUPANTS.",DEALERS WILL REPLACE THE HOOD HINGE PIVOT BOLTS. -12/17/1997,97V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V234000),Kia Motors America,KIA/REAR HATCH DOOR,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,23493,VEHICLE DESCRIPTION: PASSENGER VEHICLES. A MICROSWITCH ON THE REAR HATCH LOCK CYLINDER CAN MALFUNCTION CAUSING THE POWER DOOR LOCKS TO UNLOCK INADVERTENTLY.,"SHOULD THIS OCCUR, SECURITY FROM UNWANTED INTRUSION INTO THE VEHICLE IS LOST.",DEALERS WILL MODIFY THE REAR HATCH DOOR UNLOCK CIRCUIT. -12/17/1997,97V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V228000),Mazda North American Operations,MAZDA/ENGINE STALL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO A PROGRAMMING ERROR, THE POWERTRAIN CONTROL MODULE (PCM) INSTALLED CAN, UNDER CERTAIN DRIVING CONDITIONS, TRIGGER A SHIFT IN AIR-FUEL RATIO TO AN OVERLEAN CONDITION.","THIS CONDITION CAN RESULT IN AN ENGINE STALL, WHICH COULD LEAD TO LOSS OF VEHICLE CONTROL AND/OR A VEHICLE CRASH.",DEALERS WILL REPROGRAM THE PCM WITH THE CORRECT ENGINE CONTROL LOGIC. -12/16/1997,97E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E042000),"EATON, INCORPORATED",EATON/TRAILER AXLE LUBRICATION,SUSPENSION,NR (Not Reported),Equipment,701,EQUIPMENT DESCRIPTION: TRAILER AXLE ASSEMBLIES FOR HEAVY DUTY TRUCK TRAILERS. THE GREASE LUBRICATION VOLUME LEVEL SPECIFIED FOR THESE TRAILER AXLES IS INSUFFICIENT TO PROVIDE PROPER LUBRICATION TO THE OUTER WHEEL END BEARING ASSEMBLY.,THIS CONDITION CAN CAUSE FAILURE OF THE WHEEL BEARING SYSTEM RESULTING IN WHEEL END BURN UP OR LOSS OF WHEEL END EQUIPMENT.,DEALERS WILL INSPECT THESE TRAILER AXLES AND ADD LUBRICANT IF NECESSARY. -12/16/1997,97V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V220000),Honda (American Honda Motor Co.),HONDA/PASSENGER SEAT BELT BRACKET,SEAT BELTS,NR (Not Reported),Vehicle,83,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT PASSENGER SEAT BELT RETRACTOR MOUNTING BRACKET WAS IMPROPERLY WELDED.,THIS CONDITION CAN CAUSE THE BRACKET TO SEPARATE FROM THE VEHICLE BODY IN A CRASH.,DEALERS WILL INSPECT AND REPAIR THESE VEHICLES. -12/16/1997,97V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V233000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/TRANSMISSION GEAR,POWER TRAIN,NR (Not Reported),Vehicle,544,VEHICLE DESCRIPTION: MOTORCYCLES. AN IMPROPERLY MANUFACTURED TRANSMISSION GEAR CAN CAUSE WEAKENING AND EVENTUAL BREAKAGE OF AN ADJACENT GEAR.,"GEAR BREAKAGE CAN RESULT IN TRANSMISSION LOCKUP, CAUSING THE OPERATOR TO LOSE CONTROL OF THE MOTORCYCLE.",DEALERS WILL INSPECT THESE MOTORCYCLES AND REPAIR AFFECTED UNITS. -12/15/1997,97V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V231000),"Chrysler (FCA US, LLC)",CHRYSLER/INTEGRATED CHILD SEAT HARNESS,CHILD SEAT,NR (Not Reported),Vehicle,900,VEHICLE DESCRIPTION: PASSENGER MINIVANS EQUIPPED WITH INTEGRATED CHILD SEATS. THE SHOULDER HARNESS RESTRAINT WEBBING WAS INCORRECTLY ROUTED AROUND THE METAL REINFORCEMENT BAR ON THESE SEATS.,THE CHILD SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A COLLISION.,DEALERS WILL INSPECT THE ROUTING OF THE SHOULDER BELT WEBBING AND ANY FOUND INCORRECT WILL BE PROPERLY ROUTED. -12/15/1997,97V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V227000),Harley-Davidson Motor Company,HARLEY-DAVIDSON/REAR BRAKE PEDAL ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2012,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BRAKE PEDAL ASSEMBLY MAY HAVE AN INADEQUATE WELD.,THIS CONDITION CAN ALLOW THE LEVER HUB TO SEPARATE FROM THE MASTER CYLINDER LEVER WHICH WOULD AFFECT REAR BRAKE PERFORMANCE.,DEALERS WILL PERFORM THE RECALL SERVICE ON THESE VEHICLES. -12/15/1997,97E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E041000),W. KIDDE PORTABLE EQUIPMENT,KIDDE/FIRE EXTINGUISHER,UNKNOWN OR OTHER,NR (Not Reported),Equipment,6423,"EQUIPMENT DESCRIPTION: FULL SECURITY AND FIRE CONTROL CLASS 8 SUPER FIRE EXTINGUISHERS. THE HANDLE DOES NOT ENGAGE THE VALVE STEM AND CAN PUNCTURE THE SEAL OF THE EXTINGUISHER, ALLOWING THE FIRE EXTINGUISHER TO DISCHARGE ITS CONTENTS.","IN THE EVENT OF A FIRE, THE EXTINGUISHER WOULD NOT BE ABLE TO WORK PROPERLY.",THESE EXTINGUISHERS WILL BE REPLACED FREE OF CHARGE. -12/15/1997,97E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E044000),Trans-Air Manufacturing Corp.,TRANS/AIR/ AC MOUNTING ISOLATOR,EQUIPMENT,NR (Not Reported),Equipment,42,EQUIPMENT DESCRIPTION: ISOLATOR MOUNTS RTC-6 CONDENSER TO RTC-6 CONDENSER MOUNTING RAIL. THERE WAS A MISAPPLICATION OF ISOLATORS USED IN THE MOUNTING OF THE ROOF-TOP CONDENSER.,ISOLATOR FAILURE CAN COMPROMISE THE ATTACHMENT OF THE CONDENSER TO THE CONDENSER MOUNTING RAILS.,DEALERS WILL REMOVE THE EXISTING ISOLATORS AND REPLACE WITH NEW ISOLATORS. -12/15/1997,97V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V230000),"Yamaha Motor Corporation, USA",YAMAHA/ELECTRICAL SYSTEM DESIGN,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1027,"VEHICLE DESCRIPTION: MOTORCYCLES. AN OVERLOAD OF THE TURN SIGNAL, REAR TAIL/BRAKE LIGHT, AND CARBURETOR WARMER CIRCUIT CAN BLOW THE FUSE.","THIS CONDITION CAN RESULT IN A LACK OF REAR TAIL AND BRAKE LIGHT ILLUMINATION. VEHICLES FOLLOWING BEHIND MAY NOT NOTICE THE MOTORCYCLE'S BRAKING ACTION, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSTALL NEW, APPROPRIATE-RATED FUSES." -12/11/1997,97V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V229000),East Manufacturing Corp.,EAST MANUFACTURING/TRAILER,STRUCTURE,NR (Not Reported),Vehicle,15,"VEHICLE DESCRIPTION: 45' COMPOSITE PLATFORM TRAILERS HAVING A GROSS VEHICLE WEIGHT RATING GREATER THAN 35,000 POUNDS. THE TOP AND/OR BOTTOM FLANGES OF THE TRAILER'S MAIN BEAMS DO NOT MEET MATERIAL SPECIFICATIONS.","THE FLANGES COULD BREAK, INCREASING THE RISK OF A VEHICLE CRASH OR LOSS OF CONTROL OF THE TRAILER.",DEALERS WILL REPAIR THESE TRAILERS. -12/09/1997,97V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V226000),"Chrysler (FCA US, LLC)",CHRYSLER/HEATER CORE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,32000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE HEATER CORE END CAP CAN FAIL DUE TO MATERIAL STRENGTH DETERIORATION OCCURRING OVER TIME WITH EXPOSURE TO HIGH TEMPERATURE ENGINE COOLING SYSTEM FLUID.,"FAILURE WILL ALLOW THE DISCHARGE OF COOLING SYSTEM STEAM INTO THE PASSENGER COMPARTMENT, CAUSING REDUCED DRIVER VISIBILITY.",DEALERS WILL INSTALL A COOLANT TEMPERATURE CONTROLLED HEATER CORE FLUID BYPASS VALVE. -12/08/1997,97V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V222000),Ducati North America,DUCATI/REAR BRAKE REACTION ROD NUT AND BOLT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2380,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR BRAKE REACTION ROD NUT AND BOLT WILL NEED TO BE REPLACED.,THIS CONDITION CAN CAUSE INCREASED BRAKING EFFORT.,DEALERS WILL REPLACE THE REAR BRAKE REACTION ROD NUT AND BOLT WITH A NEW MODIFIED NUT AND BOLT. -12/08/1997,97V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V224000),Ducati North America,DUCATI/REAR WHEEL SPINDLE,WHEELS,NR (Not Reported),Vehicle,649,VEHICLE DESCRIPTION: MOTORCYCLES. THE REAR WHEEL SPINDLE WILL NEED TO BE REPLACED AND THE ROLLER BEARING AND SEALS OF THE ECCENTRIC HUB LUBRICATED.,THIS CONDITION CAN CAUSE INCREASED BRAKING EFFORT.,DEALERS WILL REPLACE THE REAR WHEEL SPINDLE AND LUBRICATE THE ROLLER BEARING AND SEALS OF THE ECCENTRIC HUB. -12/08/1997,97V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V221000),Ducati North America,DUCATI/THROTTLE CONTROL LINKAGE PIN,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1316,VEHICLE DESCRIPTION: MOTORCYCLES. THE THROTTLE CONTROL LINKAGE PIN WAS NOT LUBRICATED PROPERLY.,THE ENGINE MAY NOT RETURN TO PROPER IDLE.,DEALERS WILL LUBRICATE THE THROTTLE CONTROL LINKAGE PIN USING GREASE CONTAINING MOLYBDENUM DISULPHIDE. -12/08/1997,97V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V225000),Ford Motor Company,FORD/THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,38000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH THE TRACTION CONTROL OPTION. THE THROTTLE CABLES WERE DAMAGED DURING VEHICLE ASSEMBLY LEADING TO FRAYING OR SEPARATION OF THE THROTTLE CABLE.,THIS CONDITION COULD PREVENT THE ENGINE FROM RETURNING TO IDLE.,DEALERS WILL REPLACE THE THROTTLE CABLE WITH A REVISED DESIGN THAT IS LESS SUSCEPTIBLE TO BENDING OR KINKING DURING INSTALLATION. -12/08/1997,97V190004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190004),Starcraft RV,STARCRAFT/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,8,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -12/08/1997,97E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E043000),Trans-Air Manufacturing Corp.,TRANS/AIR/ COMPRESSOR BRACKET,EQUIPMENT,NR (Not Reported),Equipment,46,EQUIPMENT DESCRIPTION: 600 CC AIR CONDITIONING COMPRESSOR BRACKET. THE BRACKET THAT SECURES THE BELT TENSIONING DEVICE TO THE COMPRESSOR CAN FAIL.,"BRACKET FAILURE CAN CAUSE THE COMPRESSOR TO PIVOT TOWARDS THE VEHICLE ENGINE, POSSIBLY CAUSING DAMAGE TO CRITICAL ENGINE COMPONENTS, INCLUDING FUEL LINES.",DEALERS WILL REPLACE THESE BRACKETS WITH MODIFIED BRACKETS. -12/01/1997,97V190003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190003),"Jayco, Inc.",JAYCO/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,158,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -12/01/1997,97V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V214000),"SHOREMASTER, INC.",SHOREMASTER/TRAILER AXLES,SUSPENSION,NR (Not Reported),Vehicle,125,"VEHICLE DESCRIPTION: SNOWMOBILE TWO PLACE TILT AND V-FRONT TRAILERS. THE AXLE HUB WAS NOT PROPERLY SIZED. THE AXLE HUB IS 6.5 INCHES IN DIAMTER, BUT SHOULD HAVE BEEN 5.5 INCHES IN DIAMETER.","OVER TIME, THE BOLT HOLES IN THE WHEEL RIM COULD BECOME ELONGATED AND CAUSE RIM FAILURE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE HUBS, OR IN THE LATERNATIVE, LARGER TIRES WILL BE PROVIDED TO FIT ON THE EXISTING HUBS." -11/28/1997,97V190005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190005),"COACHMEN INDUSTRIES, INC.",COACHMEN/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,219,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -11/25/1997,97V208001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V208001),"General Motors, LLC",GM/WIRING-HARNESS CLIP,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,33973,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND MULTI-PURPOSE VEHICLES. AN ENGINE ELECTRICAL WIRING-HARNESS CLIP CAN MELT AND DRIP ONTO THE EXHAUST MANIFOLD.,THE CLIP MATERIAL ON THE EXHAUST MANIFOLD CAN IGNITE AND SUBSEQUENTLY IGNITE OTHER COMBUSTIBLE COMPONENTS RESULTING IN A VEHICLE FIRE.,DEALERS ARE CONTACTING OWNERS BY TELEPHONE TO HAVE THEIR VEHICLES TOWED TO THE DEALER AND ALTERNATE TRANSPORTATION PROVIDED TO THEM UNTIL THE DEALER CAN REROUTE THE ELECTRICAL WIRING-HARNESS. -11/25/1997,97V208002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V208002),Isuzu Motors Limited,ISUZU/WIRING-HARNESS CLIP,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1299,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND MULTI-PURPOSE VEHICLES. AN ENGINE ELECTRICAL WIRING-HARNESS CLIP CAN MELT AND DRIP ONTO THE EXHAUST MANIFOLD.,THE CLIP MATERIAL ON THE EXHAUST MANIFOLD CAN IGNITE AND SUBSEQUENTLY IGNITE OTHER COMBUSTIBLE COMPONENTS RESULTING IN A VEHICLE FIRE.,DEALERS ARE CONTACTING OWNERS BY TELEPHONE TO HAVE THEIR VEHICLES TOWED TO THE DEALER AND ALTERNATE TRANSPORTATION PROVIDED TO THEM UNTIL THE DEALER CAN REROUTE THE ELECTRICAL WIRING-HARNESS. -11/24/1997,97T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97T008000),Cooper Tire & Rubber Co.,COOPER/LABELING,TIRES,NR (Not Reported),Tire,607,"TIRE DESCRIPTION: COOPER TRENDSETTER SE P215/70R14 (SERIAL NO. 3DHYC2J367, MANUFACTURED SEPTEMBER 7 - 13, 1997; MULTI-MILE MATRIX, P215/70R14 (SERIAL NO. 3DHYTMN367, SEPTEMBER 7 - 13, 1997; AND WESTERN AUTO SENTRY PREMIER II A/S P215/70R14 (SERIAL NO. 3DHYUDH367, SEPTEMBER 7 -13, 1997.) THESE TIRES MAY NOT HAVE ADEQUATE RUBBER COVERAGE OF THE BELT EDGE IN THE SHOULDER SLOTS, RESULTING IN A SEPARATION.","THIS CONDITION CAN CAUSE THE TIRE TO SEPARATE. IF THE SEPARATION IS NOT DETECTED, CONTINUED USE COULD CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR LOSING THE INFLATED AIR. LOSS OF AIR COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THESE TIRES AS WELL AS MOUNT AND BALANCE THE NEW TIRES. -11/24/1997,97V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V215000),Ford Motor Company,FORD/FMVSS 114,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1100,"VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES, EDDIE BAUER AND LIMITED EDITIONS. THE KEY-IN-IGNITION/DOOR OPEN WARNING CHIME MAY NOT FUNCTION WHEN THE DOOR IS OPENED. THIS DOES NOT FULLY COMPLY WITH FMVSS NO. 114, ""THEFT PROTECTION.""",THE STANDARD SPECIFIED THAT A WARNING TO THE DRIVER SHALL BE ACTUATED WHENEVER THE KEY HAS BEEN LEFT IN THE LOCKING SYSTEM AND THE DRIVER'S DOOR IS OPENED.,DEALERS WILL INSTALL A JUMPER WIRE TO PROVIDE THE NECESSARY GROUND CIRCUIT IN THESE VEHICLES. -11/24/1997,97V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V216000),Ford Motor Company,FORD/FUEL RAILS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 4.6L ENGINES. SOME OF THESE VEHICLES HAS MISSING OR INADEQUATE BRAZE JOINTS BETWEEN THE FUEL RAIL BODY AND THE FUEL RAIL MOUNTING BRACKET(S).,"IF THE BRACKET SEPARATES FROM THE RAIL, THE RAIL CAN LIFT ONE OR MORE OF THE INJECTORS, AND FUEL LEAKAGE WILL RESULT. IN THE PRESENCE OF AN IGNITION SOURCE, A FIRE COULD OCCUR.",DEALERS WILL REPLACE THE FUEL RAIL ON THESE VEHICLES. -11/24/1997,97V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V217000),"General Motors, LLC",GM/ABS MODULATOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,56701,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE ANTILOCK BRAKE SYSTEM (ABS) MODULATOR CAN CORRODE AND LEAK FLUID FROM THE FRONT BRAKE CIRCUIT.,BRAKE FLUID LEAKAGE CAN REDUCE BRAKE EFFECTIVENESS AND INCREASE STOPPING DISTANCES.,DEALERS WILL INSPECT THESE VEHICLES AND REPLACE THE ABS MODULATOR. -11/24/1997,97V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V218000),"General Motors, LLC",GM/BRAKE HOSE FRACTURE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19716,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND MULTI-PURPOSE PASSENGER VEHICLES. A FATIGUE FRACTURE OF THE REAR AXLE RIGHT-HAND BRAKE PIPE CAN OCCUR CAUSING A SLOW BRAKE FLUID LEAK RESULTING IN A SOFT BRAKE PEDAL. IF THE BRAKE PIPE BREAKS, THE DRIVER WOULD EXPERIENCE A SUDDEN DROP IN THE BRAKE PEDAL, THE INSTRUMENT PANEL BRAKE LIGHT WOULD ILLUMINATE, AND THERE WOULD BE A LOSS OF REAR BRAKE PERFORMANCE.",PARTIAL LOSS OF BRAKING AT A TIME WHEN MINIMUM STOPPING DISTANCE WAS REQUIRED COULD RESULT IN A VEHICLE CRASH.,DEALERS WILL INSPECT AND REPLACE THE BRAKE PIPE. -11/24/1997,97V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V219000),"General Motors, LLC",GM/WHEEL LUG NUTS,WHEELS,NR (Not Reported),Vehicle,24,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE WHEEL LUG NUTS WERE NOT TIGHTENED SECURELY RESULTING IN A FRACTURE OF THE WHEEL STUDS.,"THE WHEEL COULD SEPARATE FROM THE VEHICLE. IF THE VEHICLE WERE IN MOTION, A VEHICLE CRASH COULD RESULT.","DEALERS WILL INSPECT THE TORQUE OF ALL WHEEL NUTS AND, IF NECESSARY, TIGHTEN ANY THAT MAY BE BELOW REQUIRED TORQUE." -11/24/1997,97V196002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V196002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/FRONT AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,480,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DESIGN LEVEL 1, ROCKWELL FF980 SERIES FRONT AXLE. THE FRONT AXLE HUB FLANGE CAN DEVELOP CRACKS DUE TO HIGH STRESS LEVELS.",CRACKS IN A HUB FLANGE CAN RESULT IN A WHEEL SEPARATION.,DEALERS WILL REMOVE AND REPLACE THE FRONT HUBS WITH AN IMPROVED DESIGN LEVEL 2 HUB. -11/24/1997,97V196003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V196003),PACCAR Incorporated,PACCAR/FRONT AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,470,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DESIGN LEVEL 1, ROCKWELL FF980 SERIES FRONT AXLE. THE FRONT AXLE HUB FLANGE CAN DEVELOP CRACKS DUE TO HIGH STRESS LEVELS.",CRACKS IN A HUB FLANGE CAN RESULT IN A WHEEL SEPARATION.,DEALERS WILL REMOVE AND REPLACE THE FRONT HUBS WITH AN IMPROVED DESIGN LEVEL 2 HUB. -11/20/1997,97V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V213000),Toyota Motor Corporation,TOYOTA/KEY INTERLOCK,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,289326,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO A POSSIBLE JAMMING OF THE LOCK PIN OF THE KEY INTERLOCK SOLENOID, IT IS POSSIBLE TO REMOVE THE IGNITION KEY EVEN WHEN THE SHIFT LEVER OF THE AUTOMATIC TRANSMISSION IS NOT IN THE ""PARK"" POSITION.","UNDER SUCH A CONDITION, SHOULD A DRIVER FAIL TO MOVE THE SHIFT LEVER TO ""PARK"" POSITION AND ALSO FAIL TO ACTIVATE THE PARKING BRAKE, THE VEHICLE COULD ROLL AWAY DOWN A SLOPE.",DEALERS WILL REPLACE THE KEY INTERLOCK SOLENOID. -11/19/1997,97V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V202000),Lotus Cars Limited,LOTUS/WHEELS,WHEELS,NR (Not Reported),Vehicle,11,VEHICLE DESCRIPTION: PASSENGER VEHICLES. CERTAIN WHEELS WERE NOT PROPERLY HEAT TREATED FOR HARDNESS. THE REAR WHEELS COULD CRACK AND BREAK.,"IF THE REAR WHEELS CRACKED AND BROKE, LOSS OF VEHICLE CONTROL COULD OCCUR, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THESE WHEELS. -11/19/1997,97E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E040000),MANCHESTER TANK & EQUIPMENT CO,MANCHESTER TANK/LPG CYLINDER,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,900,EQUIPMENT DESCRIPTION: LIQUID PROPANE GAS (LPG) CYLINDERS EQUIPPED WITH AN OVERFILL PROTECTION. THE OVERFILL PROTECTION DEVICE MAY NOT FUNCTION PROPERLY.,"IF A CYLINDER IS OVERFILLED, AND SOME OF THE GAS LEAKS OUT, THE VAPORS COULD IGNITE IF THERE WAS A SOURCE OF IGNITION PRESENT.",MANCHESTER TANK WILL REPLACE THESE CYLINDERS. -11/19/1997,97E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E039000),ARVINMERITOR AUTOMOTIVE,ROCKWELL-WABCO/ABS CONTROL UNITS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,18830,"EQUIPMENT DESCRIPTION: ANTILOCK BRAKING SYSTEM (ABS) ELECTRONIC CONTROL UNITS (ECU) FOR OVER-THE-ROAD TRAILER APPLICATIONS. THE COVER SEAL (O-RING) MAY HAVE BEEN IMPROPERLY INSTALLED IN CERTAIN EASY-STOP TRAILER ABS ELECTRONIC CONTROL UNITS. AN INCORRECTLY INSTALLED SEAL COULD PERMIT WATER TO ENTER THE ECU CAUSING A FAULT TO DEVELOP. THIS WILL CAUSE THE VEHICLE'S TRAILER ABS WARNING LAMP TO ILLUMINATE IMMEDIATELY WHEN THE WATER CONTACTS THE BOARD, DEACTIVATING ALL OR PART OF THE ABS.","IF THE WARNING LAMP SIGNAL IS IGNORED FOR A PERIOD OF TIME, CORROSION CAN DEVELOP EVENTUALLY LEAKING TO A COMPLETE LOSS OF ECU FUNCTION. THE SERVICE BRAKES WOULD CONTINUE TO BE FULLY FUNCTIONAL.",DEALERS WILL REPLACE THE ECU ON THESE TRAILERS. -11/18/1997,97V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V211000),Mazda North American Operations,MAZDA/AUTOMATIC SHOULDER BELT RAIL,SEAT BELTS,NR (Not Reported),Vehicle,134000,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH FRONT SEAT AUTOMATIC SHOULDER BELTS. THE RAIL OF THE AUTOMATIC SHOULDER BELT CAN WEAR SUFFICIENTLY SUCH THAT THE CABLE WHICH RETRACTS THE BUCKLE ASSEMBLY CAN BECOME JAMMED IN THE RAIL RENDERING THE SHOULDER BELT INOPERATIVE.,A SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A VEHICLE CRASH.,"DEALERS WILL REPLACE THE PASSIVE SHOULDER BELT ASSEMBLY WITH A MODIFIED ONE (WITH ADDITIONAL DUST LIP) IN VEHICLES WHICH HAVE EXPERIENCED A PROBLEM. IN VEHICLES IN WHICH THE AUTOMATIC SHOULDER BELT FUNCTIONS PROPERLY, THE RAILS WILL BE INSPECTED AND REPLACED WITH MODIFIED RAILS IF THEY EXCEED THE INSPECTION CRITERIA." -11/17/1997,97V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V203000),Ford Motor Company,FORD/CNG SOLENOID VALVE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1800,"VEHICLE DESCRIPTION: BI-FUEL VEHICLES MODIFIED TO RUN ON EITHER GASOLINE OR COMPRESSED NATURAL GAS (CNG). THE NATURAL GAS FUEL TANKS HAVE A SOLENOID SHUT-OFF VALVE THAT STOPS FUEL FLOW FROM THE FUEL TANK IN THE EVENT OF CERTAIN MODERATE TO SEVERE COLLISIONS. IF THE VEHICLE IS IN A COLLISION AND THE NATURAL GAS FUEL LINE IS DAMAGED, THE SYSTEM COULD LEAK NATURAL GAS.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.,"FORD HAS REQUESTED OWNERS OF THESE VEHICLES TO HAVE THE CNG FUEL SYSTEM DISABLED UNDER A PREVIOUS RECALL CAMPAIGN AND TO ONLY USE GASOLINE FUEL UNTIL A PERMANENT CORRECTIVE ACTION IS DEVELOPED. OWNERS ARE BEING ALERTED TO THIS SOLENOID VALVE CONCERN AT THIS TIME. THE TIMING OF CORRECTIVE ACTIONS IS BEING DELAYED TO ALLOW BOTH CONDITIONS TO BE REMEDIED AT ONE TIME. IN THE MEANTIME, THERE IS NOT RISK AS LONG AS THE NATURAL GAS SYSTEM HAS BEEN DISABLED AND THE VHEICLE IS ONLY OPERATED ON GASOLINE." -11/17/1997,97V128003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V128003),"Mack Trucks, Inc.",MACK/WEBB WHEEL STEER AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,25,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY VEHICLES EQUIPPED WITH STEERING AXLE HUBS BUILT BY WEBB WHEEL FOR USE ON TRUCKS AND TRACTORS, PART NUMBERS WEBB 1530, VOLVO 90402-0006, OR EATON F1960. THE STEERING AXLE HUB FLANGE CAN FRACTURE AND SEPARATE FROM THE CENTER PORTION OF THE HUB.",LOSS OF STEERING CAN OCCUR AND THE WHEEL CAN SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,OWNER NOTIFICATION IS BEING CONDUCTED BY WEBB WHEEL. DEALERS WILL INSPECT THE HUB FOR CRACKS ON THE OUTSIDE OR INSIDE OF THE HUB FLANGE AND REPLACE THESE HUBS. -11/17/1997,97V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V212000),Volvo Trucks North America,VOLVO TRUCK/FRONT AXLE WHEEL,SUSPENSION,NR (Not Reported),Vehicle,923,VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS. THE STEER AXLE WHEEL BEARING JAM NUT LOCK WASHER MAY NOT HAVE BEEN BENT OVER THE JAM NUT AFTER THE WHEEL BEARINGS WERE ADJUSTED.,"IF THIS CONDITION EXISTS, THE JAM NUT AND WHEEL BEARING ADJUSTING NUT CAN BACK OFF THE SPINDLE ALLOWING THE WHEEL AND THE BRAKE DRUM ASSEMBLY TO SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE STEERING AXLE WHEEL BEARING JAM NUT LOCK WASHER TO DETERMINE IF IT IS BENT OVER THE JAM NUT, AND IF NOT, REPAIR AS REQUIRED." -11/14/1997,97V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V223000),"General Motors, LLC",GM/BRAKE PIPE CONTACTS PS ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4387,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE RIGHT FRONT BRAKE PIPE CAN CONTACT THE PIOWER STEERING ASSEMBLY CAUSING THE BRAKE LINE TO WEAR THROUGH.,THIS CONDITION CAN RESULT IN THE LOSS OF BRAKE FLUID AND EVENTUAL LOSS OF HALF OF THE VEHICLE BRAKE SYSTEM.,"DEALERS WILL INSPECT FOR PROPER CLEARANCE BETWEEN THE BRAKE LINE AND POWER STEERING ASSEMBLY. ASSEMBLIES FOUND TO BE OUT OF POSITION WILL BE REPOSITIONED AND ALL ASSEMBLIES SECURED TO MAINTAIN PROPER CLEARANCES. ADDITIONALLY, THOSE BRAKE LINES FOUND TO HAVE BEEN DAMAGED WILL BE REPLACED AND PROPERLY ROUTED." -11/14/1997,97V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V207000),Daimler Commercial Buses NA,ORION/CNG SOLENOID VALVES,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,211,VEHICLE DESCRIPTION: COMPRESSED NATURAL GAS (CNG) POWERED TRANSIT BUSES. THE SOLENOID VALVE OR CHECK VALVE COULD ALLOW CNG TO FLOW WHEN NOT REQUIRED.,"IF AN IGNITION SOURCE WAS PRESENT, THERE IS A POTENTIAL FOR A FIRE AND/OR EXPLOSION.",PERSONNEL WILL GO TO OWNERS AND REPLACE THE CHANGE OUT OF THE RECALLED SOLENOID VALVES. -11/13/1997,97V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V199000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL TANK ROLLOVER VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,497000,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH GASOLINE ENGINES. THE FUEL TANK MOUNTED ROLLOVER VALVE CAN ALLOW LIQUID FUEL TO LEAK ONTO THE GROUND UNDER CERTAIN VEHICLE OPERATING CONDITIONS.,FUEL LEAKAGE COULD RESULT IN A FIRE IF AN IGNITION SOURCE WAS PRESENT.,DEALERS WILL REPLACE THE FUEL TANK ROLLOVER VALVE WITH A FLOAT TYPE ROLLOVER VALVE. -11/13/1997,97V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V201000),"Chrysler (FCA US, LLC)",CHRYSLER/LOWER CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,599000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LOWER CONTROL ARM BALL JOINT CAN SEPARATE DUE TO LOSS OF LUBRICATION.,SEPARATION OF THE BALL JOINT COULD CAUSE A LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSPECT THE BALL JOINT END HOUSING COVER SEAL FOR LEAKAGE WITH A HIGH PRESSURE AIR TESTER AND THE RUBBER BOOT WILL BE VISUALLY INSPECTED FOR DAMAGE. IF THE COVER SEAL LEAKS OR THE BOOT IS DAMAGED, THE LOWER CONTROL ARM WILL BE REPLACED." -11/13/1997,97V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V200000),"Chrysler (FCA US, LLC)",CHRYSLER/TIRES,TIRES,NR (Not Reported),Vehicle,25000,VEHICLE DESCRIPTION: PASSENGER MINIVANS EQUIPPED WITH P215/65R15 GOODYEAR CONQUEST TIRES MOUNTED ON STEEL WHEEL. THE TIRES CAN EXPERIENCE A SUDDEN AIR PRESSURE LOSS WITHOUT WARNING.,SUDDEN TIRE FAILURE COULD RESULT IN A LOSS OF DRIVER CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE THE TIRES THAT WERE MOUNTED ON STEEL WHEELS. -11/13/1997,97V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V209000),Ford Motor Company,FORD/EXHAUST GAS LEAK,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,64000,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. HOT EXHAUST GASSES CAN LEAK FROM THE EXHAUST GAS RETURN (EGR) TUBE ON THE ENGINE. A HOLE CAN DEVELOP IN THE FLEXIBLE SECTION OF THE TUBE. HEAT DAMAGE TO THE PASSENGER COMPARTMENT FLOOR AND FLOOR COVERING CAN OCCUR.,"DEPENDING ON THE MATERIALS USED IN THE CONSTRUCTION OF THE COMPLETED VEHICLE, IGNITION OF THESE MATERIALS COULD OCCUR RESULTING IN A VEHICLE FIRE.",DEALERS WILL REPLACE THE EGR TUBE. -11/13/1997,97V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V204000),Ford Motor Company,FORD/TRANSFER CASE/DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,75000,"VEHICLE DESCRIPTION: ALL WHEEL DRIVE PASSENGER MINIVANS. THESE VEHICLES CAN DEVELOP POWERTRAIN BENDING RESONANCE OR TRANSFER CASE OUTPUT SHAFT BUSHING DISPLACEMENT. THE POWERTRAIN BENDING RESONANCE OR THE OUTPUT SHAFT BUSHING DISPLACEMENT CAN RESULT IN STRUCTURAL FAILURE OF THE TRANSMISSION AND/OR TRANSFER CASE. FLUID EXPLUSION, DRIVESHAFT SEPARATION OR LOSS OF VEHICLE DRIVE CAN RESULT.","THIS CONDITION CAN CAUSE A LOSS OF VEHICLE CONTROL, AND, IF THE EXPELLED FLUID CONTACTS THE EXHAUST SYSTEM, A VEHICLE FIRE COULD OCCUR.",DEALERS WILL INSTALL A NEW TRANSFER CASE REAR OUTPUT SHAFT BUSHING AND AN ALUMINUM DRIVESHAFT WILL BE INSTALLED. -11/13/1997,97V206002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V206002),Honda (American Honda Motor Co.),HONDA/FLOOR MATS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,30,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH A DRIVER'S SIDE OPTIONAL EQUIPMENT RUBBER FLOOR MAT. REPEATED MOVEMENT OF THE DRIVER'S FEET AND ACTUATION OF THE ACCELERATOR PEDAL CAN RESULT IN A SHIFTING OF THE MAT'S POSITION. THIS SHIFTING CAN CAUSE AN INTERFERENCE WITH THE ACCELERATOR PEDAL.,"THIS COULD CAUSE A RESTRICTION OF THE PEDAL'S RETURN TO THE IDLE POSITION, INCREASING THE RISK OF A VEHICLE CRASH.",HONDA IS ASKING FOR THE RETURN OF THE FLOOR MAT SET AND WILL REIMBURSE OWNERS FOR THE COST OF THE RUBBER FLOOR MAT SET ALONG WITH ANY RETURN SHIPPING COSTS. -11/13/1997,97V206001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V206001),Isuzu Motors Limited,ISUZU/FLOOR MATS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,233,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH A DRIVER'S SIDE OPTIONAL EQUIPMENT RUBBER FLOOR MAT. REPEATED MOVEMENT OF THE DRIVER'S FEET AND ACTUATION OF THE ACCELERATOR PEDAL CAN RESULT IN A SHIFTING OF THE MAT'S POSITION. THIS SHIFTING CAN CAUSE AN INTERFERENCE WITH THE ACCELERATOR PEDAL.,"THIS COULD CAUSE A RESTRICTION OF THE PEDAL'S RETURN TO THE IDLE POSITION, INCREASING THE RISK OF A VEHICLE CRASH.",ISUZU IS ASKING FOR THE RETURN OF THE FLOOR MAT SET AND WILL REIMBURSE OWNERS FOR THE COST OF THE RUBBER FLOOR MAT SET ALONG WITH ANY RETURN SHIPPING COSTS. -11/13/1997,97V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V210000),"Subaru of America, Inc.",SUBARU/HAZARD WARNING LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,19730,VEHICLE DESCRIPTION: PASSENGER VEHICLES. INSUFFICIENT CLEARANCE WITHIN THE HAZARD WARNING LIGHT SWITCH HOUSING CAN CAUSE A BINDING BETWEEN THE ACTUATING BUTTON AND THE HOUSING.,"THE SWITCH COULD STICK IN AN INTERMEDIATE POSITION WHEN DEACTIVATING, RESULTING IN THE TURN SIGNALS BECOMING INOPERABLE.",DEALERS WILL INSTALL A MODIFIED HAZARD WARNING SWITCH. -11/07/1997,97V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V197000),Blue Bird Body Company,BLUE BIRD/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,16338,"VEHICLE DESCRIPTION: FRONT AND REAR ENGINE SCHOOL BUSES EQUIPPED WITH 60 GALLON SIDE MOUNTED FUEL TANK BARRIERS. THESE BUSES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN THE EVENT OF A VEHICLE CRASH, THE FUEL TANK COULD BE DAMAGED, LEAKING FUEL, POSSIBLY RESULTING IN A VEHICLE FIRE.",BLUE BIRD WILL SHIP INSTRUCTIONS AND MODIFICATION KITS TO THE OWNERS OF THESE BUSES. -11/07/1997,97V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V194000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL LEVEL SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,360000,"VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES. THE FUEL TANK MOUNTED FUEL LEVEL SENDING UNIT ACCURACY CAN DEGRADE OVER TIME, INDICATING SIGNIFICANTLY MORE FUEL IN RESERVE THAN IS ACTUALLY PRESENT.",OWNERS MAY NOT BE AWARE THAT THEIR VEHICLE IS LOW ON FUEL INCREASING THE RISK OF A VEHICLE CRASH IF THE VEHICLE STOPS DUE TO NO FUEL.,DEALERS WILL REPLACE THE FUEL LEVEL SENDING UNIT. -11/07/1997,97V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V205000),"POLARIS INDUSTRIES, INC.",POLARIS/FMVSS CERTIFICATION,EQUIPMENT,NR (Not Reported),Vehicle,84,"VEHICLE DESCRIPTION: POLICE ALL PURPOSE VEHICLES SUPPLIED TO THE CITY OF CHICAGO, ILLINOIS. THESE VEHICLES HAVE NOT BEEN CERTIFIED IN ACCORDANCE WITH PART 574 OF THE NATIONAL TRAFFIC AND MOTOR VEHICLE SAFETY ACT.",THESE VEHICLES ARE NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS.,POLARIS WILL OFFER THE CITY OF CHICAGO THE OPPORTUNITY TO RETURN EACH VEHICLE FOR A REFUND CONSISTING OF THE REASONABLE DEPRECIATED VALUE. -11/06/1997,97V186002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V186002),Mazda North American Operations,MAZDA/FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,191,VEHICLE DESCRIPTION: LIGHT DUTY 4X2 AND 4X4 PICKUP TRUCKS EQUIPPED WITH 4.0L ENGINES. THE FLEXIBLE SECTION OF THE CHASSIS MOUNTED FUEL LINE THAT CONNECTS TO THE ENGINE WAS ROUTED TOO CLOSE TO THE EXHAUST MANIFOLD. THE LINE COULD CONTACT THE MANIFOLD.,"THIS COULD POTENTIALLY RESULT IN DAMAGE TO THE FUEL LINE, OR IN SOME CASES, CAUSE A FUEL LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",DEALERS WILL INSTALL AN ADDITIONAL CLIP TO HOLD THE FUEL LINE IN THE INTENDED DESIGN POSITION. -11/04/1997,97V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V195000),Collins Bus Corporation,COLLINS BUS/OVERWEIGHT CONDITION,SUSPENSION,NR (Not Reported),Vehicle,8,"VEHICLE DESCRIPTION: 96"" WIDE SCHOOL BUSES BUILT ON CHEVROLET CHASSIS (G VAN CUTAWAY MODEL 3500). THESE BUSES WERE BUILT ON 10,000 LB. GROSS VEHICLE WEIGHT RATING (GVWR) CHASSIS BUT SHOULD HAVE BEEN BUILT ON 12,000 LB. GVWR CHASSIS. THE BUSES HAVE MORE DESIGNATED SEAT SPACES THAN THE GVWR IS PREPARED TO SUPPORT.",OPERATION OF THESE BUSES AS DELIVERED WILL CAUSE AN OVERWEIGHT CONDITION.,"CHEVROLET DEALERS, IN CONJUNCTION WITH COLLINS BUS, WILL REPLACE THE REAR LEAF SPRINGS ON THESE BUSES." -11/04/1997,97V196001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V196001),FREIGHTLINER LLC,FREIGHTLINER/FRONT AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,4048,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH DESIGN LEVEL 1, ROCKWELL FF980 SERIES FRONT AXLE. THE FRONT AXLE HUB FLANGE CAN DEVELOP CRACKS DUE TO HIGH STRESS LEVELS.",CRACKS IN A HUB FLANGE CAN RESULT IN A WHEEL SEPARATION.,DEALERS WILL REMOVE AND REPLACE THE FRONT HUBS WITH AN IMPROVED DESIGN LEVEL 2 HUB. -11/04/1997,97V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V198000),"Ox Bodies, Inc.",OX BODIES/FMVSS 108,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5000,"VEHICLE DESCRIPTION: 8' TO 22' DUMP AND FLAT BED BODIES. THE COMBINATION CLEARANCE LAMP/SIDE MARKERS ON THE SIDE OF THE BODIES DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THESE LAMPS MAY NOT BE VISIBLE AT CERTAIN POSITIONS TO THE REAR OF THE VEHICLE, WITH THE POSSIBILITY THAT A PERSON DRIVING BEHIND THE VEHICLE MAY HAVE TROUBLE DETERMINING ITS OVERALL WIDTH.","OWNERS WILL BE PROVIDED WITH FREE, NEW REAR CLEARANCE LAMPS FOR INSTALLATION ON THE REAR OF THE DUMP/FLAT BED BODIES." -11/04/1997,97E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E038000),R. V. PRODUCTS,RV PRODUCTS/PC CONTROL BOARD,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,36000,"EQUIPMENT DESCRIPTION: PRINTED CIRCUIT (PC) BOARD HOUSED IN THE ELECTRICAL CONTROL BOX ASSEMBLY EQUIPPED WITH THE VEHICLE'S AIR CONDITIONING UNIT. AN ELECTRICAL RELAY ON THE PC BOARD WILL FAIL TO ACTIVATE. WHEN THE RELAY FAILS TO ACTIVATE, OTHER ELECTRICAL COMPONENTS, AND THE PC BOARD ITSELF, ARE REQUIRED TO CARRY EXCESS ELECTRICAL CURRENT.","THE ELECTRICAL COMPONENTS AND THE PC BOARD CAN OVERHEAT, CHAR AND PRODUCE SMOKE, POSSIBLY RESULTING IN A FIRE.","OWNERS WILL RECEIVE A REPLACEMENT ELECTRICAL CONTROL BOX AND INSTALLATION INSTRUCTIONS. IF AN OWNER SO DESIRES, THEY CAN HAVE THEIR DEALER INSTALL THIS CONTROL BOX." -11/01/1997,97V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V193000),Honda (American Honda Motor Co.),AUTOLIV/HONDA/AIR BAG MODULE,AIR BAGS,NR (Not Reported),Vehicle,9558,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT PASSENGER AIR BAG MODULES HAVE BEEN IMPROPERLY ASSEMBLED. THE CLOTH FLAPS COVERING THE FOLDED AIR BAG MAY HAVE BEEN TUCKED IN TOO FAR.,"THIS CONDITION COULD PREVENT PROPER DEPLOYMENT OF THE AIR BAG. IN A CRASH, AN IMPROPER AIR BAG DEPLOYMENT COULD INCREASE THE RISK OF INJURY TO A FRONT SEAT PASSENGER.",DEALERS WILL REPAIR THE FRONT PASSENGER'S AIR BAG MODULE TO PREVENT THIS PROBLEM FROM OCCURRING. -11/01/1997,97V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V191000),"Mack Trucks, Inc.",MACK/DRAG LINK TORQUE,STEERING,NR (Not Reported),Vehicle,10438,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS. DURING ASSEMBLY, INSUFFICIENT TORQUE OCCURRED OF THE DRAG LINK TO THE AXLE STEERING ARM CONNECTION. IF THE DRAG LINK TO AXLE STTERING ARM CONNECTION IS NOT TORQUED AND THE COTTER PIN IS NOT INSTALLED, THE NUT COULD BACK OFF DURING VEHICLE OPERATION.","IF THE NUT BACKS OFF, THERE COULD BE A LOSS OF DRIVER CONTROL.",DEALERS WILL RETORQUE THE DRAG LINK TO THE AXLE STEERING ARM CONNECTION. -11/01/1997,97E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E036000),RANCHO INDUSTRIES,RANCHO/STEERING RELAY ROD,SUSPENSION,NR (Not Reported),Equipment,800,"EQUIPMENT DESCRIPTION: AFTERMARKET STEERING RELAY ROD SYSTEMS USED IN 1988-1997 CHEVROLET 1/2 TON 4-WHEEL DRIVE, 6 LUG PICKUP TRUCKS. THE RELAY ROD COULD FAIL.",THIS FAILURE CAN RESULT IN A LOSS OF STEERING CONTROL.,OWNERS ARE BEING ASKED TO CONTACT THE FACILITY WHERE THEY PURCHASED THE AFTERMARKET SUSPENSION SYSTEM AND HAVE THEM INSPECT THE RELAY ROD. RANCHO WILL PROVIDE A FREE REPLACEMENT RELAY ROD AND PAY TO HAVE IT INSTALLED ON THE VEHICLE. -11/01/1997,97V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V192000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 222/SEATS,SEATS,NR (Not Reported),Vehicle,2391,"VEHICLE DESCRIPTION: SCHOOL BUSES. THE FLIP SEATS INSTALLED ON THESE BUSES DO NOT MEET THE REARWARD PUSH REQUIREMENTS OF FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY PROTECTED INCREASING THE RISK OF PERSONAL INJURY.","OWNERS WILL BE PROVIDED WITH REPAIR PARTS AND A DETAILED REPAIR PROCEDURE. IF AN OWNER SO DESIRES, THOMAS BUILT WILL PERFORM THE REPAIR FOR THEM." -10/31/1997,95V239001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V239001),"NEW FLYER OF AMERICA, INC.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,81,"THE BRAKE RELEASE TIMING DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: PREMATURE BRAKE WEAR COULD CAUSE INCREASED STOPPING DISTANCES INCREASING THE RISK OF A VEHICLE ACCIDENT.,"OWNERS WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND ASSISTANCE IN RESTORING THE BRAKE TIMING TO FMVSS 121 REQUIREMENTS." -10/29/1997,97V184001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V184001),Ford Motor Company,FORD/AUTOMOTIVE BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6000,VEHICLE DESCRIPTION: PASSENGER MINI VANS EQUIPPED WITH AUTOMOTIVE BATTERIES SUPPLIED BY GNB TECHNOLOGIES. THESE BATTERIES HAVE A DEFECTIVE NEGATIVE POST THAT CAN CAUSE ACID LEAKAGE AND RELATED CORROSION DAMAGE.,THIS CONDITION CAN CAUSE A CATASTROPHIC FAILURE OF THE BATTERY WHICH COULD LEAD TO AN ENGINE FIRE OR BATTERY EXPLOSION.,"DEALERS WILL REPLACE THESE BATTERIES. UNTIL A NEW BATTERY IS OBTAINED, OWNERS SHOULD NOT ATTEMPT TO ""JUMP START"" THESE BATTERIES." -10/29/1997,97V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V187000),Ford Motor Company,FORD/TIRES,TIRES,97S90,Vehicle,31600,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND CHASSIS. THE TIRES ON THESE VEHICLES WERE DAMAGED DURING MOUNTING ONTO THE WHEELS. ONLY TRUCKS PRODUCED AT THE CUAUTITLAN, MEXICO PLANT BETWEEN SEPTEMBER 1, 1996, AND JULY 17, 1997, WERE AFFECTED BY THE DEFECT.",THE BEAD AREA OF THE TIRE WAS CUT WHICH COULD RESULT IN AIR LOSS. SUDDEN AIR LOSS COULD OCCUR RESULTING IN A LOSS OF VEHICLE CONTROL.,"DUE TO THE AGE OF THE VEHICLES AND THIS RECALL AFFECTING ORIGINAL EQUIPMENT TIRES ONLY, FORD WILL NO LONGER ACCEPT CLAIMS FOR THIS CAMPAIGN." -10/29/1997,97V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V185000),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/AXLE SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,27,VEHICLE DESCRIPTION: TRAVEL TRAILERS. THE SPRINGS USED ON THE TWO AXLES ARE UNDER RATED.,THE CURRENT SPRINGS WERE NOT RATED PROPERLY TO ALLOW A SUFFICIENT GROSS VEHICLE WEIGHT RATING (GAWR).,"DEALERS WILL REPLACE THE CURRENT SPRINGS WITH SPRINGS THAT WILL ALLOW THE AXLES TO BE RATED AT 5,200 LBS. EACH. ALSO A NEW FEDERAL CERTIFICATION LABEL AND METAL IDENTIFICATION PLATE WILL BE INSTALLED TO REFLECT THE INCREASED GAWR." -10/29/1997,97V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V189000),UNION CITY BODY COMPANY LLC,UNION CITY/FUEL TANK SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,53,VEHICLE DESCRIPTION: ALUMINUM WALK-IN VANS BUILT ON GM P30 CLASSIC CHASSIS. INADEQUATE CLEARANCE BETWEEN THE FUEL TANK SENDING UNIT AND THE FLOOR PLANK OF THE BODY CAN CAUSE THE FUEL LINES AND/OR SENDING UNIT TO RUB AGAINST THE FLOOR STRUCTURE WHEN THE FLOOR DEFLECTS UNDER LOAD OR THE FUEL TANK EXPANDS.,"THIS CONDITION COULD CAUSE DAMAGE OVER AN EXTENDED PERIOD OF TIME TO THE FUEL TANK SENDING UNIT AND/OR FUEL LINES AND CAUSE FUEL LEAKAGE. IF AN IGNITION SOURCE WAS PRESENT, FIRE COULD RESULT.", -10/28/1997,97V186001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V186001),Ford Motor Company,FORD/FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2000,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS EQUIPPED WITH 4.0L ENGINES. THE FLEXIBLE SECTION OF THE CHASSIS MOUNTED FUEL LINE THAT CONNECTS TO THE ENGINE WAS ROUTED TOO CLOSE TO THE EXHAUST MANIFOLD. THE LINE COULD CONTACT THE MANIFOLD.,"THIS COULD POTENTIALLY RESULT IN DAMAGE TO THE FUEL LINE, OR IN SOME CASES, CAUSE A FUEL LEAK. FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE.",DEALERS WILL INSTALL AN ADDITIONAL CLIP TO HOLD THE FUEL LINE IN THE INTENDED DESIGN POSITION. -10/28/1997,97V184002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V184002),"Nissan North America, Inc.",NISSAN/AUTOMOTIVE BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,66,VEHICLE DESCRIPTION: PASSENGER MINI VANS EQUIPPED WITH AUTOMOTIVE BATTERIES SUPPLIED BY GNB TECHNOLOGIES. THESE BATTERIES HAVE A DEFECTIVE NEGATIVE POST THAT CAN CAUSE ACID LEAKAGE AND RELATED CORROSION DAMAGE.,THIS CONDITION CAN CAUSE A CATASTROPHIC FAILURE OF THE BATTERY WHICH COULD LEAD TO AN ENGINE FIRE OR BATTERY EXPLOSION.,"DEALERS WILL REPLACE THESE BATTERIES. UNTIL A NEW BATTERY IS OBTAINED, OWNERS SHOULD NOT ATTEMPT TO ""JUMP START"" THESE BATTERIES." -10/28/1997,97V190001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190001),Skyline Corporation,SKYLINE/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,118,VEHICLE DESCRIPTION: RECREATIONAL VEHICLES EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -10/27/1997,97V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V183000),"General Motors, LLC",GM/EVAPORATIVE EMISSIONS HARNESS,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8611,"VEHICLE DESCRIPTION: PASSENGER VEHICLES, HEARSES AND LIMOUSINES. THE CANISTER PURGE EVAPORATIVE EMISSIONS HARNESS ON THESE VEHICLES WAS MISROUTED.",THE HARNESS COULD INTERFERE WITH THE CRUISE CONTROL AND THROTTLE LINKAGE PREVENTING RETURN TO A CLOSED THROTTLE.,"DEALERS WILL INSPECT THE VEHICLE FOR PROPER ROUTING OF THE HARNESS, CORRECT AS NECESSARY, AND INSTALL A PLASTIC TIE STRAP TO THE HARNESS." -10/22/1997,97V190002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V190002),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Vehicle,1800,VEHICLE DESCRIPTION: TRAVEL AND FOLDING TRAILERS EQUIPPED WITH DEXTER AXLES. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEXTER AXLE IS CONDUCTING THE NOTIFICATION AND REMEDY FOR THIS RECALL. DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -10/21/1997,97V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V182000),"Rolls-Royce Motor Cars, Ltd.",ROLLS ROYCE/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,211,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE MAIN BATTERY CABLE CAN CONTACT A BODY PANEL LOCATED IN THE TRUNK, RESULTING IN DAMAGE TO THE CABLE INSULATION.","IF THE BODY PANEL COMES IN CONTACT WITH THE CABLE WIRE, A SHORT CIRCUIT, LOSS OF ELECTRICAL SUPPLY, OR FIRE COULD OCCUR.",DEALERS WILL REPOSITION THE CABLE AND REPLACE ANY DAMAGED CABLES. -10/20/1997,97V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V180000),Ford Motor Company,FORD/HOODS,STRUCTURE,NR (Not Reported),Vehicle,769000,VEHICLE DESCRIPTION: PASSENGER VEHICLES AND MINI VANS. TEARING OF THE BOND BETWEEN THE INNER AND OUTER HOOD PANELS DURING MINOR FRONT END COLLISIONS CAN RESULT IN A GAP AT THE LEADING EDGE OF THE HOOD. AIR FORCED BETWEEN THE INNER AND OUTER PANELS CAN PRODUCE ENOUGH PRESSURE TO FORCE THE OUTER PANEL UPWARD.,THIS CONDITION CAN RESULT IN TOTAL SEPARATION OF THE OUTER HOOD PANEL.,"DEALERS WILL INSPECT THE HOOD AREA FOR ANY DAMAGE ALONG THE LEADING EDGE OF THE HOOD. IF THERE IS ANY EVIDENCE OF BOND SEPARATION, THE HOOD WILL BE REPLACED. IF THERE IS NO EVIDENCE OF BOND SEPARATION, ADDITIONAL ADHESIVE WILL BE APPLIED BETWEEN THE INNER AND OUTER HOOD PANELS." -10/20/1997,97V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V181000),"Mack Trucks, Inc.",MACK/STEERING LOCK UP,STEERING,NR (Not Reported),Vehicle,109,VEHICLE DESCRIPTION: FRONT DISCHARGE MIXER CHASSIS. THE ORIGINAL EQUIPMENT MITER BOXES HAVE NO PROTECTIVE BOOTS ON THE SHAFTS AND DIRT CAN ENTER THE SYSTEM CAUSING THE GEAR SHAFT BEARINGS TO DETERIORATE.,THE BEARING DETERIORATION CAN CAUSE THE STEERING TO LOCK UP RESULTING IN LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THESE MITER BOXES. -10/20/1997,97V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V177000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STEERING LINKAGE,STEERING,NR (Not Reported),Vehicle,953,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES. IF DEBRIS BECOMES TRAPPED BETWEEN THE PLASTIC CUP, WHICH SEALS THE OPENING WHERE THE STEERING COLUMN COMES THROUGH THE BUS FLOOR AND THE STEERING KNUCKLE, THE STEERING LINKAGE CAN BIND.","BINDING OF THE STEERING LINKAGE COULD CAUSE THE DRIVER TO OVER STEER THE VEHICLE, POSSIBLY RESULTING IN LOSS OF CONTROL OF THE VEHICLE OR A CRASH.","OWNERS ARE REQUESTED TO REMOVE THE PLASTIC SEAL WHICH WILL LEAVE AN OPENING BETWEEN THE VEHICLE FLOOR AND THE STEERING COLUMN. THOMAS BUILT IS IN THE PROCESS OF DESIGNING A PROPER SEAL FOR THAT AREA, AND THIS SEAL WILL BE SENT TO OWNERS FOR INSTALLATION." -10/14/1997,97E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E035000),"GNB TECHNOLOGIES, INC.",GNB/AUTOMOTIVE BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,7274,EQUIPMENT DESCRIPTION: GROUP 24 AUTOMOTIVE BATTERIES FOR INSTALLATION AS ORIGINAL EQUIPMENT IN FORD AND NISSAN VEHICLES AND FOR REPLACEMENT EQUIPMENT DISTRIBUTED BY ADVANCE AUTO PARTS STORES. THESE BATTERIES HAVE A DEFECTIVE NEGATIVE POST THAT CAN CAUSE ACID LEAKAGE AND RELATED CORROSION DAMAGE.,THIS CONDITION CAN CAUSE A CATASTROPHIC FAILURE OF THE BATTERY WHICH COULD LEAD TO AN ENGINE FIRE OR BATTERY EXPLOSION.,"DEALERS WILL REPLACE THESE BATTERIES. UNTIL A NEW BATTERY IS OBTAINED, OWNERS SHOULD NOT ATTEMPT TO ""JUMP START"" THESE BATTERIES." -10/14/1997,97E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E034000),Harley-Davidson Motor Company,HARLEY DAVIDSON/MOTORCYCLE HELMETS,EQUIPMENT,NR (Not Reported),Equipment,6575,"EQUIPMENT DESCRIPTION: MOTORCYCLE HALF HELMETS, PART NOS. 98070-97V, 98037-97V, 98038-97V, 98039-97V, 98072-97V, 98081-97V, AND 98082-97V. THESE HELMETS HAVE MISASSEMBLED RETENTION SYSTEMS.",THIS CONDITION CAN ALLOW THE HELMET TO MOVE OUT OF POSITION ON THE USER'S HEAD.,"DEALERS WILL INSPECT THESE HELMETS AND, IF NECESSARY, WILL REPLACE THESE HELMETS." -10/14/1997,97V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V179000),"Mitsubishi Motors North America, Inc.",MITSUBISHI/VACUUM CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,31,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES MAY HAVE A POORLY MANUFACTURED VACUUM CHECK VALVE IN THE VACUUM HOSE BETWEEN THE INTAKE MANIFOLD AND THE BRAKE VACUUM BOOSTER. WHEN THE BRAKE PEDAL IS DEPRESSED, THE VACUUM BOOSTER CHECK VALVE CAN STICK TO THE VALVE BODY.","THIS CONDITION WOULD RESULT IN REDUCTION OR LOSS OF VACUUM BOOST, REDUCING BRAKE EFFICIENCY.",DEALERS WILL REPLACE THE BRAKE VACUUM HOSE. -10/08/1997,97V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V173000),"BMW of North America, LLC",BMW MOTORCYCLE/FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1275,VEHICLE DESCRIPTION: MOTORCYCLES. THE OWNER'S MANUAL WARNS THE RIDER NOT TO LEAVE THE ENGINE RUNNING UNNECESSARILY WHEN THE MOTORCYCLE IS STATIONARY AND TO RIDE OFF IMMEDIATELY AFTER STARTING.,"IF THIS WARNING IS IGNORED AND THE ENGINE IS LEFT RUNNING AT AN INCREASED SPEED ABOVE IDLE WHILE THE MOTORCYCLE IS AT A STANDSTILL WITH THE AIR STREAM REQUIRED FOR COOLING MISSING, THE EXHAUST SYSTEM TEMPERATURE WILL RISE CONSIDERABLE INCREASING THE RISK OF A FIRE.",OWNERS WILL BE SENT A WARNING LABEL FOR THEIR MOTORCYCLE AND AN OWNER'S MANUAL INSERT. -10/08/1997,97V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V175000),"Volkswagen Group of America, Inc.",VW/AIR BAG GROUND CONTACT WIRE,AIR BAGS,NR (Not Reported),Vehicle,39300,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE DISCHARGE OF STATIC ELECTRICITY UNDER LOW HUMIDITY CONDITIONS CAN ACTIVATE THE DRIVER SIDE AIR BAG WHEN THE DRIVER ENTERS OR EXITS THE VEHICLE AND FORMS AN ELECTRICAL CIRCUIT BY TOUCHING CERTAIN AREAS OF THE STEERING WHEEL.,ACTIVATION OF THE AIR BAG UNDER THESE CONDITIONS CAN CAUSE PERSONAL INJURY.,DEALERS WILL INSTALL A GROUND WIRE ON THE DRIVER SIDE AIR BAG. -10/07/1997,97V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V170000),"Chrysler (FCA US, LLC)",CHRYSLER/FRONT AND ABS BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7500,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS (2 WHEEL DRIVE ONLY). THE FRONT BRAKE HOSES OR ANTI-LOCK BRAKE SYSTEM (ABS) SENSOR WIRE MAY BE ABRADED AT THE FRONT WHEELS BY CONTACT WITH A FRONT WHEELHOUSE SPLASH SHIELD.,PROLONGED BRAKE HOSE CONTACT CAN CAUSE A PARTIAL LOSS OF THE BRAKING SYSTEM. PROLONGED ABS SENSOR WIRE CONTACT CAN CAUSE A LOSS OF ABS FUNCTION.,"DEALERS WILL TRIM THE FRONT WHEELHOUSE SPLASH SHIELDS AND THE BRAKE HOSES AND ABS SENSOR WIRES WILL BE INSPECTED. IF EVIDENCE OF ABRASION IS FOUND ON ANY HOSE OR ABS WIRE, THEY WILL BE REPLACED." -10/07/1997,97V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V169000),"Chrysler (FCA US, LLC)",CHRYSLER/STEERING COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,375000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE STEERING COLUMN COUPLER CAN BECOME DISCONNECTED WHEN THE VEHICLE EXPERIENCES AN UNDERBODY IMPACT.,LOSS OF STEERING CONTROL CAN OCCUR.,DEALERS WILL REPLACE THE STEERING COLUMN COUPLER WITH A COUPLER DESIGN THAT COLLAPSES ON IMPACT. -10/07/1997,97V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V178000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/JACK LEVELING SYSTEM,EQUIPMENT,NR (Not Reported),Vehicle,1915,"VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THE HYDRAULIC HOSES WHICH OPERATE THE LEVELING JACK SYSTEM IS ROUTED TOO CLOSE TO THE ENGINE EXHAUST MANIFOLD CAUSING THE HOSE TO MELT, RELEASING HYDRAULIC FLUID.",THIS HYDRAULIC FLUID CAN IGNITE IN THE ENGINE COMPARTMENT CAUSING A FIRE.,"DEALERS WILL INSPECT, REPLACE ANY DAMAGED HOSES, AND RELOCATE THE AFFECTED HYDRAULIC LINES." -10/07/1997,97V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V171000),Ford Motor Company,FORD/AUTO TRANSMISSION CABLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,866000,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS AND MULTI-PURPOSE PASSENGER VEHICLES. IF THE AUTOMATIC TRANSMISSION SHIFT CABLE ASSEMBLY WAS NOT FULLY ATTACHED TO THE STEERING COLUMN BRACKET, THE SHIFT CABLE ASSEMBLY CAN COME OUT OF THE BRACKET. THE VEHICLE OPERATOR WOULD THEN NOT BE ABLE TO SHIFT THE TRANSMISSION FROM ONE OF THE DRIVE GEAR POSITIONS INTO THE PARK POSITION EVEN THOUGH THE GEAR SHIFT SELECTOR WOULD INDICATE ""PARK.""",THE CONDITION WOULD NOT ALLOW A DISENGAGEMENT OF THE TRANSMISSION FROM THE PARK POSITION OR AFFECT PROPER NEUTRAL START SWITCH OPERATION. UNINTENDED VEHICLE MOVEMENT COULD OCCUR IF THE PARKING BRAKE WAS NOT SET.,DEALERS WILL MAKE THE PROPER ATTACHMENT OF THE TRANSMISSION SHIFT CONTROL CABLE TO THE STEERING COLUMN BRACKET AND ADD A TIE STRAP TO THAT CONNECTION. -10/07/1997,97V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V174000),Ford Motor Company,FORD/SEAT BELT BUCKLE ASSEMBLIES,SEAT BELTS,NR (Not Reported),Vehicle,63400,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FRONT OUTBOARD SEATING POSITION SEAT BELT BUCKLES MAY NOT LATCH OR UNLATCH.,THESE CONDITIONS COULD REDUCE SEAT BELT USAGE INCREASING THE RISK OF PERSONAL INJURY IN THE EVENT OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE FRONT OUTBOARD SEAT BELT BUCKLE ASSEMBLIES. -10/07/1997,97I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97I003000),Ford Motor Company,FORD/SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,299600,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. FORD IS INITIATING AN OWNER NOTIFICATION PROGRAM THAT WILL PROVIDE AN EXTENDED WARRANTY, 12 YEARS AND UNLIMITED MILEAGE, FOR ALL SEAT BELT BUCKLES WITH FUNCTIONAL CONCERNS.","IN THE EVENT OF A COLLISION, THE OCCUPANT OF THE SEAT MAY NOT BE PROPERLY RESTRAINED AND PERSONAL INJURY COULD OCCUR.","DEALERS WILL REPLACE THE SEAT BELT BUCKLE ASSEMBLY, FOR 12 YEARS AND UNLIMITED MILEAGE." -10/07/1997,97V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V176000),"General Motors, LLC",GM/FMVSS 207,SEATS,NR (Not Reported),Vehicle,6418,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. ONE OR TWO OF THE FRONT SEAT MOUNTING BOLTS WERE NOT INSTALLED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, A SEAT WITH THIS CONDITION WILL NOT PROTECT THE OCCUPANT AS REQUIRED BY THE STANDARD.",DEALERS WILL CHECK ALL SEAT MOUNTING BOLTS AND INSTALL ANY MISSING BOLTS. -10/06/1997,97V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V172000),"Volkswagen Group of America, Inc.",VW/AIR BAG SENSOR MODULE,AIR BAGS,NR (Not Reported),Vehicle,54800,VEHICLE DESCRIPTION: PASSENGER VEHICLES. SOME AIR BAG SENSORS DO NOT COMPLY WITH AUDI'S DURABILITY STANDARDS OVER THE LIFETIME OF THE VEHICLE.,"IN THE EVENT THE SENSOR SHOULD MALFUNCTION, THE AIR BAG RESTRAINT SYSTEM CAN INADVERTENTLY DEPLOY. DEPLOYMENT OF THE AIR BAG RESTRAINT SYSTEM WITHOUT WARNING COULD CAUSE A DRIVER TO LOSE VEHICLE CONTROL.",DEALERS WILL REPLACE THE AIR BAG SENSOR CONTROL MODULE. -10/03/1997,97E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E033000),DEXTER AXLE,DEXTER AXLE/WHEEL BEARINGS,SUSPENSION,NR (Not Reported),Equipment,5048,EQUIPMENT DESCRIPTION: AXLES USED ON MOTOR HOMES AND TRAVEL TRAILERS. THE WHEEL BEARINGS USED IN SOME OF THESE AXLES HAVE A METALLURGICAL DEFECT CAUSING EARLY FAILURE.,A WHEEL BEARING FAILURE COULD RESULT IN THE LOSS OF THE WHEEL END FROM THE AXLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT THE AXLES AND REPLACE THE WHEEL BEARINGS IF NECESSARY. -10/02/1997,97V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V168000),Collins Bus Corporation,COLLINS/FMVSS 222,SEATS,NR (Not Reported),Vehicle,86,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH 39"" SCHOOL BUS SEATS. THE SEATS IN THESE BUSES HAVE FRAME MATERIAL THAT DOES NOT COMPLY WITH THE ENERGY ABSORPTION REQUIREMENTS OF FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT OF THE SEAT MAY INCUR PERSONAL INJURIES.","A GUSSET WILL BE ADDED TO THE SEAT CUSHION FRAME. IN ADDITION, A REINFORCEMENT STRAP WILL BE ADDED TO THE FRONT OF THE SEAT LEG." -09/30/1997,97V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V165000),Ford Motor Company,FORD/STEERING GEAR,STEERING,NR (Not Reported),Vehicle,2250,VEHICLE DESCRIPTION: PASSENGER VEHICLES AND MINI-VANS. THE RACK AND PINION STEERING GEARS MAY HAVE DAMAGED INPUT SHAFT BEARINGS.,"THIS CONDITION CAN INCREASE STEERING EFFORTS, AFFECTING STEERING CONTROL.","DEALERS WILL INSPECT THE DATE CODE ON THE RACK AND PINION STEERING GEAR, AND, IF NECESSARY, REPLACE THOSE RACK AND PINION ASSEMBLIES THAT FALL WITHIN THE SUSPECT DATE CODE RANGE. THE DATE CODES FOR WINDSTAR MODEL VEHICLES ARE 97JB09 OR 97JC08; THE DATE CODES FOR MUSTANG MODEL VEHICLES ARE 97J09B OR 97J08B." -09/22/1997,97V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V163000),"Ferrari North America, Inc.",FERRARI/FUEL LINE FRACTURE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,269,VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH DUAL FUEL PUMPS. THE FUEL SUPPLY LINE FITTING CAN FRACTURE IF THE ALUMINUM NUT ATTTACHING THE LINES IS TIGHTENED EXCESSIVELY. HAIRLINE CRACKS ON THE FUEL INJECTOR RAIL ALSO EXISTS.,"THIS CONDITION CAN RESULT IN LEAKAGE OF FUEL FROM THE FRACTURED LINE. IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REMOVE THE FUEL FUEL INJECTION LINES AND TWO RAILS THAT US ALUMINUM NUTS AND REPLACE THE LINES AND RAILS WITH STEEL NUTS. -09/22/1997,97V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V159000),Ford Motor Company,FORD/FUEL LINE LEAKAGE,"FUEL SYSTEM, GASOLINE",97S84,Vehicle,125000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF CONNECTICUT, DISTRICT OF COLUMBIA, DELAWARE, IOWA, ILLINOIS, INDIANA, KENTUCKY, MASSACHUSETTS, MARYLAND, MAINE, MICHIGAN, MINNESOTA, MISSOURI, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WISCONSIN, AND WEST VIRGINIA. MOVEMENT OF THE FUEL LINES CAUSES THE NYLON FUEL LINE JUMPER TO CHAFE AGAINST THE FLOOR PAN. THIS WEAR CAN CAUSE A PIN HOLE IN THE FUEL LINE RESULTING IN FUEL LEAKAGE.","THIS FUEL LEAKAGE RESULTS IN DAMPNESS AND FUEL ODOR, AND IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD RESULT.","DEALERS WILL INSTALL A PLASTIC CONVOLUTE COVERING AROUND THE FUEL LINES. IF THE LINES SHOW A LEAK, THE LINES WILL BE REPLACED FIRST." -09/22/1997,97V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V162000),"General Motors, LLC",GM/FMVSS 108/OWNER'S MANUAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,37970,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SECTION OF THE OWNER'S HANDBOOK TITLED ""HORIZONTAL AIM"" DOES NOT SPECIFICALLY INSTRUCT AN OWNER HOW TO ADJUST THE HEADLAMP HORIZONTAL AIM. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",A VEHICLE'S HEADLAMP WOULD NOT BE PROPERLY ADJUSTED CAUSING VISIBILITY PROBLEMS TO ONCOMING VEHICLES.,"OWNERS ARE BEING PROVIDED WITH A LABEL WITH THE CORRECT INFORMATION ON HEADLAMP HORIZONTAL AIM TO BE PLACED OVER THE EXISTING TEXT IN THE OWNER'S HANDBOOK. IF AN OWNER DESIRES, THEIR DEALER CAN PLACE THE STICKER IN THE OWNER'S HANDBOOK FOR THEM." -09/22/1997,97V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V161000),"General Motors, LLC",GM/SAFETY BELT RETRACTOR,SEAT BELTS,NR (Not Reported),Vehicle,26135,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. IF THE DRIVER OR FRONT PASSENGER SAFETY BELT IS PULLED OUT MUCH FASTER THAN NORMAL, A NUMBER OF TIME, THE LOCK-UP FEATURE OF THE RETRACTOR WILL NOT WORK PROPERLY.","IN A RAPID DECELERATION OR VEHICLE CRASH, THE OCCUPANT WOULD NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE DRIVER AND FRONT PASSENGER SAFETY BELT RETRACTOR. -09/22/1997,97V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V164000),"Triumph Motorcycles America, Ltd.",TRIUMPH/MAIN FRAME WELD FRACTURES,STRUCTURE,NR (Not Reported),Vehicle,297,"VEHICLE DESCRIPTION: MOTORCYCLES. FOLLOWING AN ACCIDENT IMPACT, WELD FRACTURES CAN OCCUR ON THE MAIN FRAME IN THE HEAD STOCK AREA.",THIS MAIN FRAME SHOULD NOT FRACTURE BUT BEND AFTER AN IMPACT.,DEALERS WILL REPLACE THESE FRAMES WITH NEWLY MANUFACTURED FRAMES. -09/22/1997,97V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V166000),"Volvo Car USA, LLC",VOLVO/CABLE ROUTING UNDER SEAT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9684,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DUE TO LIMITED SPACE AND VARIATIONS IN THE ASSEMBLY OF THE CABLES, CHAFING OF THE INSULATION OF THE CABLES FEEDING THE SEAT HEATER, POWER SEAT MOTORS AND SEAT BELT WARNING INDICATOR SITUATED UNDER THE FRONT SEAT, CAN OCCUR.",THIS CHAFING CAN LEAD TO A LOW OHM SHORT CIRCUIT.,"DEALERS WILL INSPECT THE CABLE HARNESSES AND, IF NECESSARY, CORRECT OR REPLACE THESE CABLES." -09/19/1997,97V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V160000),"Volkswagen Group of America, Inc.",VW/FUEL FILLER NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,31,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DURING PRE-ASSEMBLY OF THE FUEL TANKS, AN INCORRECT FILLER NECK WAS INSTALLED CAUSING THE FILLER NECK TO NOT ""MATCH"" THE FUEL CAP.","THIS CONDITION COULD ALLOW FUEL TO ESCAPE AND IF AN IGNITION SOURCE WAS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REPLACE THESE FILLER NECKS. -09/18/1997,97V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V158000),Volvo Trucks North America,VOLVO TRUCK/SAFETY BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,9555,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE STEEL BRAIDED TETHER OF THE SAFETY BELT BUCKLE IS DEFORMED AND CAN POSSIBLY BE CRACKED. THIS HAPPENS AS THE SEATS ARE BEING MOVED ON THE SLIDING RAIL, AT THE SAME TIME THEY ARE OFTEN CAUGHT AND PINCHED UNDER THE SEAT FRAMES.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSPECT AND REPLACE SEAT BELT BUCKLES WITH THE CABLE TETHER. -09/17/1997,97V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V156000),Toyota Motor Corporation,TOYOTA/BRAKE VACUUM HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18746,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, COLORADO, IDAHO, ILLINOIS, IOWA, KANSAS, MAINE, MICHIGAN,MINNESOTA, MONTANA, NEBRASKA, NEVADA, NEW HAMPSHIRE, NEW YORK, NOTH DAKOTA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. A CONDITION CAN OCCUR WHERE ACCUMULATED MOISTURE CAN TEMPORARILY FREEZE IN THE BRAKE VACUUM HOSE IF THE VEHICLE IS USED IN EXTREMELY COLD CLIMATES FOR AN EXTENDED PERIOD OF TIME.",THIS CAN RESULT IN THE ELIMINATION OF VACUUM ASSIST TO THE BRAKES THAT CAN INCREASE STOPPING DISTANCES AND COULD LEAD TO A VEHICLE CRASH.,DEALERS WILL INSTALL A NEW DESIGN BRAKE VACUUM HOSE. -09/15/1997,97E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E031000),Marmon-Herrington,CARRARO/MARMON-HERRINGTON/AXLES,STEERING,NR (Not Reported),Equipment,222,"EQUIPMENT DESCRIPTION: FRONT STEERING DRIVE AXLES. THE STEERING ARMS WHICH CONNECT THE TIE ROD ASSEMBLY AND MAINTAIN WHEEL ALIGNMENT AND DIRECTIONAL CONTROL, ARE BENT.","THIS CONDITION CAN RESULT IN POOR WHEEL ALIGNMENT AND POSSIBLE CONTACT OF THE TIE ROD CONNECTION WITH THE WHEEL, INCREASING THE RISK OF A LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REPLACE THESE STEERING ARMS. -09/14/1997,97V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V152000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/5TH WHEEL MOUNTING PLATES,TRAILER HITCHES,NR (Not Reported),Vehicle,14,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH FONTAINE SL6FM229-8375 FIXED FIFTH WHEELS. THE FIFTH WHEEL MOUNTING PLATE FLANGES IN THE FRONT AND REAR CAN INTERFERE WITH THE NORMAL ARTICULATION OF THE FIFTH WHEEL. THIS INTERFERENCE CAN LEAD TO DAMAGE OF THE FIFTH WHEEL LOCK HANDLE AND/OR THE TOP PLATE.,DAMAGE OF THESE COMPONENTS CAN LEAD TO FAILURE OF THE CONNECTION BETWEEN THE TRACTOR AND THE SEMI-TRAILER ALLOWING THE SEMI-TRAILER TO SEPARATE FROM THE TRACTOR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE FIFTH WHEEL MOUNTING PLATES AND REPAIR ANY DAMAGED FIFTH WHEEL COMPONENTS. -09/14/1997,97V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V151000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,40,"VEHICLE DESCRIPTION: HEAVY DUTY 6X4 TRUCKS EQUIPPED WITH EITHER HENDRICKSON RT/RS SERIES SUSPENSIONS OR CHALMERS 800 SERIES SUSPENSIONS, WITH A WHEEL BASE GREATER THAN 250 INCHES, AND WESTERN STAR'S AIR '96' AIR BRAKE SYSTEM WITHOUT ANTI-LOCK BRAKES. THESE VEHICLES DO NOT MEET THE AIR BRAKE RELEASE TIME REQUIRED BY FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",AIR BRAKE RELEASE TIME MAY BE LONGER THAN ANTICIPATED BY THE OPERATOR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSTALL AN IN-LINE QUICK RELEASE VALVE IN EACH OF THE DROP LINES TO THE REAR MOST BRAKE CHAMBERS. -09/12/1997,97V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V153000),BUELL MOTORCYCLE CO.,BUELL/FRONT BRAKE ROTOR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2820,VEHICLE DESCRIPTION: MOTORCYCLES. THE E-CLIP WHICH RETAINS THE DRIVE PIN ON THE FRONT BRAKE ROTOR AND CARRIER CAN SEPARATE FROM THE DRIVE PIN ALLOWING THE PIN TO MOVE OUT OF POSITION AND COME IN CONTACT WITH THE FRONT BRAKE CALIPER.,THIS CONDITION CAN PREVENT THE FRONT WHEEL FROM ROTATING INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPAIR THESE MOTORCYCLES. -09/12/1997,97V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V155000),"General Motors, LLC",GM/FMVSS 210,SEATS,NR (Not Reported),Vehicle,5,"VEHICLE DESCRIPTION: PASSSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH SUSPECT COLD WELDS ON THE RIGHT SIDE IN THE TUNNEL AREA OF THE FLOOR PAN. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ANCHORAGE.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPAIR THESE VEHICLES. -09/12/1997,97V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V157000),"VERITRANS SPECIALTY VEHICLES, INC.","MCCOY MILLER/FMVSS 207, 210",SEAT BELTS,NR (Not Reported),Vehicle,241,"VEHICLE DESCRIPTION: AMBULANCES EQUIPPED WITH TECHNICIAN'S SEATS IN THE PATIENT COMPARTMENT MOUNTED ON WOODEN BASES. THE WOODEN SEAT BASES AND THE ASSOCIATED SEAT BELTS ARE NOT PROPERLY ANCHORED TO MEET THE REQUIREMENTS OF FMVSS NOS. 207, ""SEATING SYSTEMS,"" AND 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT OF THIS SEAT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL RESTRUCTURE THE ATTACHMENT OF THE SEAT BASE TO THE FLOOR AND TO THE FRONT BULKHEAD. -09/12/1997,97V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V154000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STEERING,STEERING,NR (Not Reported),Vehicle,200,VEHICLE DESCRIPTION: TRANSIT BUSES. A BURR ON THE SPOOL BORE OF THE STEERING GEAR PUMPS CAN RESULT IN THE LOSS OF OIL FLOW.,THIS CONDITION CAN CAUSE LOSS OF POWER STEERING ASSIST AND/OR OVERHEATING THE ENGINE.,"THOMAS BUILT IS REQUESTING OWNERS TO INSPECT THE DATE CODE ON THE STEERING GEAR PUMP. IF THE PUMP IS STAMPED WITH A DATE CODE PRIOR TO 6/1/97 AND DOES NOT HAVE AN ""L"" OR AN ""RL"" STAMPED ON THE IDENTIFICATION TAG, THE OWNER WILL BE INSTRUCTED TO REPLACE THE PUMP. OWNERS WILL BE SHIPPED A REPLACEMENT PUMP AND DETAILED REPAIR INSTRUCTIONS. IF THE OWNER SO DESIRES, THOMAS BUILT CAN DO THE INSPECTION AND REPAIR ON THESE BUSES." -09/11/1997,97V146001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V146001),"General Motors, LLC",GM/BRAKE LINE CONTACTS OIL PAN,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,146167,VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER PICKUP TRUCKS EQUIPPED WITH 4.3L ENGINES. THE FRONT BRAKE LINE CAN CONTACT THE LEFT-HAND SIDE OF THE ENGINE OIL PAN CAUSING THE BRAKE LINE TO WEAR TO THE POINT OF BRAKE FLUID LOSS DURING BRAKE APPLICATION.,BRAKE FLUID LOSS CAN REDUCE BRAKING EFFECTIVENESS AND INCREASE STOPPING DISTANCES RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT THE CLEARANCE BETWEEN THE OIL PAN AND THE BRAKE LINE. IF THE CLEARANCE IS 6MM OR LESS, DEALERS WILL INSTALL AN ADDITIONAL BRAKE LINE CLIP AND IF THERE WAS CONTACT BETWEEN THE OIL PAN AND BRAKE LINE, THE FRONT BRAKE LINE WILL BE REPLACED." -09/11/1997,97V146002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V146002),Isuzu Motors Limited,ISUZU/BRAKE LINE CONTACTS OIL PAN,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,684,VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER PICKUP TRUCKS EQUIPPED WITH 4.3L ENGINES. THE FRONT BRAKE LINE CAN CONTACT THE LEFT-HAND SIDE OF THE ENGINE OIL PAN CAUSING THE BRAKE LINE TO WEAR TO THE POINT OF BRAKE FLUID LOSS DURING BRAKE APPLICATION.,BRAKE FLUID LOSS CAN REDUCE BRAKING EFFECTIVENESS AND INCREASE STOPPING DISTANCES RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,"DEALERS WILL INSPECT THE CLEARANCE BETWEEN THE OIL PAN AND THE BRAKE LINE. IF THE CLEARANCE IS 6MM OR LESS, DEALERS WILL INSTALL AN ADDITIONAL BRAKE LINE CLIP AND IF THERE WAS CONTACT BETWEEN THE OIL PAN AND BRAKE LINE, THE FRONT BRAKE LINE WILL BE REPLACED." -09/11/1997,97V167001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V167001),"Tiffin Motorhomes, Inc.",TIFFIN/ALLEGRO/AMSAFE/SEAT BELT RETRACTOR,SEAT BELTS,NR (Not Reported),Vehicle,175,VEHICLE DESCRIPTION: CLASS A MOTOR HOMES EQUIPPED WITH TYPE 2 SAFETY BELTS MANUFACTURED BY AMSAFE. THE FRONT SEAT BELT RETRACTOR LOCATED NEXT TO THE DRIVER AND PASSENGER SEATS WILL NOT ALLOW THE BELT TO BE EXTENDED SO THAT IT CAN BE USED.,"IN THE EVENT OF AN ACCIDENT, THE DRIVER OR OCCUPANT WOULD NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL NEW SEAT BELT ASSEMBLIES IN THESE VEHICLES. -09/09/1997,97V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V148000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BELT SYSTEM,SEAT BELTS,NR (Not Reported),Vehicle,1100000,VEHICLE DESCRIPTION: PASSENGER MINI-VANS. COVERS ON THE SOLID STALK MOUNTED SEAT BELT BUCKLES CAN BECOME DISLODGED CAUSING THE RELEASE BUTTON TO STICK INSIDE THE COVER. THE BUCKLE WOULD THEN BE ONLY PARTIALLY LATCHED.,"IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL A COVER RETAINING CLIP TO THE STALK MOUNTED BUCKLE COVER TO PREVENT DISLOCATION OF THE BUCKLE COVER. -09/09/1997,97V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V149000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BELT SYSTEM,SEAT BELTS,NR (Not Reported),Vehicle,1100000,"VEHICLE DESCRIPTION: PASSENGER MINI-VANS. THE CENTER REAR SEAT, RIGHT OUTBOARD SIDE, SAFETY BELT ANCHOR HOOK CAN BECOME UNATTACHED FROM THE BODY ANCHOR POSITION.","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE ANCHOR HOOK RETAINING CLIP WITH A REVISED PROFILE CLIP AND A COVER PLATE. -09/09/1997,97C030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C030000),"COSCO, INC.",COSCO/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,7863,"EQUIPMENT DESCRIPTION: TOURIVA 5-POINT (MODELS, 02-514-BWE, 02-584-OXF, AND 02-518-NDF) AND TOURIVA OVERHEAD SHIELD (MODELS, 02-014-EMF, 02-014-GDM, AND 02-015-PLD) CHILD RESTRAINT SYSTEMS. WHEN THESE SEATS WERE TESTED DYNAMICALLY PER THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS,"" STRUCTURAL FAILURE OCURED IN THE BELT PATH AREA OF THE SHELL IN THE FORWARD FACING RECLINDED MODEL ONLY.","IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY TO THE OCCUPANT.","OWNERS WILL BE PROVIDED WITH INSPECTION INSTRUCTIONS AND IF THEIR SEAT IS INVOLVED, OWNERS WILL BE SENT A FREE REPAIR KIT AND INSTALLATION INSTRUCTIONS." -09/09/1997,97V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V150000),Ford Motor Company,FORD/AIR BRAKE RESERVOIR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,575,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE AIR BRAKE RESERVOIR ASSEMBLIES HAVE POOR WELD FUSION AT THE WELDED SEAMS IN THE RESERVOIRS. THIS COULD RESULT IN REPUTURE OF THE SEAM AND SUBSEQUENT RELEASE OF THE COMPRESSED AIR.,RAPID RELEASE OF THE COMPRESSED AIR CAN CAUSE DAMAGE TO THE CAB FLOOR OR SURROUNDING COMPONENTS AND COULD RESULT IN PERSONAL INJURY. LOSS OF PRESSURE FROM THE PRIMARY RESERVOIR WOULD ALSO RESULT IN LOSS OF AIR SUPPLY TO THE FRONT BRAKES INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE PRIMARY AND SECONDARY AIR BRAKE RESERVOIRS. -09/09/1997,97V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V147000),Ford Motor Company,FORD/TRANSMISSION SHIFT CABLE,POWER TRAIN,NR (Not Reported),Vehicle,15500,VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS. THE TRANSMISSION BRACKET END FITTING CAN SEPARATE FROM THE SHIFT CABLE ASSEMBLY RESULTING IN OPERATOR INABILITY TO SHIFT THE TRANSMISSION FROM ONE OF THE DRIVE GEAR POSITIONS INTO THE PARK POSITION.,THIS CONDITION CAN RESULT IN UNINTENDED VEHICLE MOVEMENT IF THE PARKING BRAKE IS NOT SET.,DEALERS WILL INSTALL A NEW TRANSMISSION SHIFT CONTROL CABLE. -09/08/1997,97V143001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V143001),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/ACCELERATOR PEDAL ROD,VEHICLE SPEED CONTROL,97508,Vehicle,2235,VEHICLE DESCRIPTION: BUSES AND HEAVY TRUCK CHASSIS EQUIPPED WITH T444E ENGINES. THE ACCELERATOR PEDAL ROD MATERIAL IS EXCESSIVELY BRITTLE AND CAN BREAK DURING A FULL THROTTLE APPLICATION.,THE UNEXPECTED BREAKAGE CAN RESULT IN THE INABILITY TO ACCELERATE THE VEHICLE PROPERLY INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE ELECTRONIC ACCELERATOR PEDAL RODS WITH NEW RODS. -09/08/1997,97V143002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V143002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/ACCELERATOR PEDAL ROD,VEHICLE SPEED CONTROL,97508,Vehicle,3292,"VEHICLE DESCRIPTION: BUSES AND HEAVY TRUCK CHASSIS EQUIPPED WITH CUMMINS N-14, CATERPILLAR, AND DETROIT DIESEL ELECTRONIC ENGINES. THE ACCELERATOR PEDAL ROD MATERIAL IS EXCESSIVELY BRITTLE AND CAN BREAK DURING A FULL THROTTLE APPLICATION.",THE UNEXPECTED BREAKAGE CAN RESULT IN THE INABILITY TO ACCELERATE THE VEHICLE PROPERLY INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE ELECTRONIC ACCELERATOR PEDAL RODS WITH NEW RODS. -09/05/1997,97E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E029000),FURON COMPANY,FURON/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Equipment,2590,EQUIPMENT DESCRIPTION: OPTIONAL AUTOMATIC TRANSMISSION SHIFT LEVER THAT INCLUDES A PARK BRAKE POSITION USED ON VANS AND TRUCKS. THE TRANSMISSION SHIFTER/PARK BRAKE LEVER CAN BIND BEFORE FULLY ENGAGING IN THE PARK BRAKE POSITION CAUSING A FALSE PARK CONDITION.,THE VEHICLE CAN MOVE AFTER BEING PLACED IN PARK INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A SPACER PLATE IN THE SHIFTER AND INSPECT FOR THE PRESENCE OF AN ""E"" CLIP THAT DETAINS THE DETENT PIN." -09/03/1997,97V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V144000),Ford Motor Company,FORD/FUEL TANK,"FUEL SYSTEM, GASOLINE",97S79,Vehicle,64000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 1.9L ENGINES, BUILT AT THE HERMOSILLO OR WAYNE ASSEMBLY PLANTS AND ORIGINALLY SOLD OR CURRENTLY REGISTERED IN NEVADA, FLORIDA, HAWAII, TEXAS, CALIFORNIA, LOUISIANA, GEORGIA, SOUTH CAROLINA, MISSISSIPPI, OKLAHOMA, ALABAMA AND ARKANSAS. CRACKS CAN DEVELOP IN THE FUEL TANK NEAR THE HEAT SHIELD ATTACHMENT RESULTING IN FUEL LEAKAGE IF THE CRACKS GO THROUGH THE FUEL TANK WALL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A VEHICLE FIRE.,"DEALERS WILL REMOVE THE HEAT SHIELD ATTACHMENTS. THIS WILL NOT AFFECT HEAT SHIELD LOCATION OR FUNCTION, AS THE ATTACHMENTS ARE INTENDED TO KEEP THE SHIELD IN PLACE UNTIL THE FUEL TANK IS INSTALLED IN THE VEHICLE. AFTER INSTALLATION, THE FUEL TANK STRAPS RETAIN THE HEAT SHIELD." -09/03/1997,97V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V145000),Ford Motor Company,FORD/FUEL TANK,"FUEL SYSTEM, GASOLINE",97S80,Vehicle,600,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH 1.9L ENGINES, BUILT AT THE HERMOSILLO ASSEMBLY PLANT AND ORIGINALLY SOLD OR CURRENTLY REGISTERED IN ARIZONA. CRACKS CAN DEVELOP IN THE FUEL TANK NEAR THE HEAT SHIELD ATTACHMENT RESULTING IN FUEL LEAKAGE IF THE CRACKS GO THROUGH THE FUEL TANK WALL.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A VEHICLE FIRE.,"DEALERS WILL REMOVE THE HEAT SHIELD ATTACHMENTS. THIS WILL NOT AFFECT HEAT SHIELD LOCATION OR FUNCTION, AS THE ATTACHMENTS ARE INTENDED TO KEEP THE SHIELD IN PLACE UNTIL THE FUEL TANK IS INSTALLED IN THE VEHICLE. AFTER INSTALLATION, THE FUEL TANK STRAPS RETAIN THE HEAT SHIELD." -09/03/1997,97E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E028000),"KISAN TECHNOLOGIES, INC.",KISAN/HEADLAMP MODULATOR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,156,"EQUIPMENT DESCRIPTION: HEADLAMP MODULATORS FOR MOTORCYCLES. THESE MODULATORS FAIL TO COMPLY WITH THE MODULATION FREQUENCY REQUIREMENT OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","THE HIGHER FREQUENCY MODULATION IS A ""FLICKER"" RATHER THAN A STEADY STATE-CONTINUOUS ""FLASHING.""",DEALERS WILL EXCHANGE THE HEADLAMP ASSEMBLIES WITH HEADLAMPS HAVING THE CORRECT FREQUENCY MODULATION. -09/02/1997,97E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E027000),AMSOIL INC.,AMSOIL/OIL HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,4032,EQUIPMENT DESCRIPTION: HOSES USED TO TRANSFER ENGINE OIL AND ALSO OIL FILTRATION SYSTEM KITS WHICH CONTAIN THESE HOSES. INTERNAL HOSE REINFORCEMENT IS OF A SPIRAL DESIGN INSTEAD OF A BRAIDED DESIGN AS SPECIFIED.,AN INCOMPATIBILITY BETWEEN THE HOSE AND HOSE FITTINGS RESULT IN A POSSIBLE OIL LOSS OR SEPARATION OF THE HOSE FROM THE HOSE FITTING.,DEALERS/DISTRIBUTORS REPLACED THESE HOSES. -09/02/1997,97V128002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V128002),Crane Carrier Company,CRANE CARRIER/WEBB WHEEL STEER AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,513,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY VEHICLES EQUIPPED WITH STEERING AXLE HUBS BUILT BY WEBB WHEEL FOR USE ON TRUCKS AND TRACTORS, PART NUMBERS WEBB 1530, VOLVO 90402-0006, OR EATON F1960. THE STEERING AXLE HUB FLANGE CAN FRACTURE AND SEPARATE FROM THE CENTER PORTION OF THE HUB.",LOSS OF STEERING CAN OCCUR AND THE WHEEL CAN SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,OWNER NOTIFICATION IS BEING CONDUCTED BY WEBB WHEEL. DEALERS WILL INSPECT THE HUB FOR CRACKS ON THE OUTSIDE OR INSIDE OF THE HUB FLANGE AND REPLACE THESE HUBS. -09/02/1997,97E021001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E021001),"EATON, INCORPORATED",EATON/WEBB WHEEL/STEER AXLE HUBS,SUSPENSION,NR (Not Reported),Equipment,1114,"EQUIPMENT DESCRIPTION: STEER AXLE HUBS FOR USE ON TRUCKS AND TRACTORS, PART NUMBERS WEBB 1530, VOLVO 90402-0006, OR EATON F1960. THESE HUBS WERE SOLD TO AND INSTALLED ON NEW VEHICLES. THE STEERING AXLE HUB FLANGE CAN FRACTURE AND SEPARATE FROM THE BARREL PORTION OF THE HUB.",LOSS OF STEERING CAN OCCUR AND THE WHEEL CAN SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,OWNER NOTIFICATION IS BEING CONDUCTED BY WEBB WHEEL. DEALERS WILL INSPECT THE HUB FOR CRACKS ON THE OUTSIDE OR INSIDE OF THE HUB FLANGE AND REPLACE THESE HUBS. -09/02/1997,97V090002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V090002),FREIGHTLINER LLC,FREIGHTLINER/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,1993,"VEHICLE DESCRIPTION: MEDIUM AND HEAVY DUTY TRUCKS CHASSIS EQUIPPED WITH ALLISON 500 SERIES TRANSMISSION AND A BENDIX 9X3 POWER APPLY PARK BRAKE SYSTEM. THE CAM LEVER OF THE POWERED APPLY BRAKE CAN MOVE FORWARD, BECAUSE A HOLE IN THE TRANSMISSION MOUNTING BOSS WAS DRILLED TOO DEEP.",THIS CAN ALLOW THE CAM LEVER TO BECOME DISENGAGED FROM THE PARKING BRAKE SHOES. THE OPERATOR WOULD HAVE NO WARNING THAT THE PARKING BRAKE WAS NOT APPLIED ALLOWING THE VEHICLE TO MOVE UNEXPECTEDLY.,DEALERS WILL INSTALL SHIMS IN THE DRILLED AREA OF THE AUTOMATIC TRANSMISSION PARK BRAKE PIVOT PIN HOLE. -09/02/1997,97V114002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V114002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/GROTE TURN SIGNALS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,26538,VEHICLE DESCRIPTION: HEAVY DUTY TRUCK. THE SHOULDER BOLT WHICH HOLDS THE GROTE TURN SIGNAL SWITCH CASE AND COMPONENTS TOGETHER CAN LOOSEN RESULTING IN THE TURN SIGNAL MALFUNCTIONING.,"IF THE TURN SIGNAL FUNCTION IS LOST, FOLLOWING MOTORISTS WOULD NOT BE AWARE OF THE TURNING VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THESE VEHICLES AND TIGHTEN ANY LOOSE BOLTS AND IN THE TURN SIGNAL SWITCH WITHIN 2 YEARS FROM THE DATE OF THE RECALL NOTIFICATION LETTER. THE SHOULDER BOLT WILL BE REMOVED, CLEANED, AND REINSTALLED WITH LOCTITE. OWNERS CAN ALSO REQUEST LOCTITE AND REPAIR INSTRUCTIONS SO THEY CAN FIX THE VEHICLES THEMSELVES." -08/29/1997,97V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V138000),"General Motors, LLC",GM/STEERING,STEERING,NR (Not Reported),Vehicle,14580,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH MANUAL STEERING. THE PINION BEARING CAGE IN THE STEERING GEAR CAN SEPARATE UNDER HIGH STEERING SYSTEM LOAD CONDITIONS, SUCH AS PARKING LOT OR SIMILAR LOW SPEED MANEUVERS.",THIS COULD RESULT IN THE PINION GEAR DISENGAGING FROM THE RACK CAUSING A LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE MANUAL STEERING GEAR ASSEMBLY. -08/29/1997,97V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V142000),"General Motors, LLC",GM/STEERING,STEERING,NR (Not Reported),Vehicle,3957,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED-CAB PICKUP TRUCKS AND 4-DOOR UTILITY TRUCKS. THE LOWER STEERING SHAFT TO STEERING GEAR PINCH BOLT IS ""FINGER LOOSE"" OR MISSING ALLOWING THE BOLT TO LOOSEN AND FALL OUT. THE STEERING SHAFT YOKE CAN WEAR CAUSING AN OFF CENTER STEERING WHEEL.",RELATIVE MOVEMENT BETWEEN THE CHASSIS AND CAB CAN CAUSE THE STEERING SHAFT TO SEPARATE FROM THE STEERING GEAR. THIS CONDITION CAN RESULT IN A LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS ARE ARRANGING TO HAVE THE VEHICLES INVOLVED TOWED TO THE DEALERSHIP AND ALTERNATE TRANSPORTATION IS BEING ARRANGED FOR OWNERS. DEALERS WILL THEN INSPECT THE VEHICLE FOR THE PRESENCE OF A PINCH BOLT AND TORQUE THIS BOLT TO PROPER SPECIFICATIONS. -08/28/1997,97V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V129000),Daimler Commercial Buses NA,ORION/STEERING,STEERING,NR (Not Reported),Vehicle,20,"VEHICLE DESCRIPTION: LOW FLOOR TRANSIT BUSES. DUE TO MACHINING AND CASTING VARIANCES, TWO OF THE STEERING RELAY ARMS ON THESE VEHICLES CAN FRACTURE.",FAILURE OF THE STEERING ARM LEAVES THE BUS WITH NO STEERING CONTROL INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THESE STEERING ARMS. -08/28/1997,97V128001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V128001),Volvo Trucks North America,VOLVO TRUCKS/WEBB WHEEL STEER AXLE HUBS,SUSPENSION,NR (Not Reported),Vehicle,1767,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY VEHICLES EQUIPPED WITH STEERING AXLE HUBS BUILT BY WEBB WHEEL FOR USE ON TRUCKS AND TRACTORS, PART NUMBERS WEBB 1530, VOLVO 90402-0006, OR EATON F1960. THE STEERING AXLE HUB FLANGE CAN FRACTURE AND SEPARATE FROM THE CENTER PORTION OF THE HUB.",LOSS OF STEERING CAN OCCUR AND THE WHEEL CAN SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,DEALERS WILL INSPECT THE HUB FOR CRACKS ON THE OUTSIDE OR INSIDE OF THE HUB FLANGE AND REPLACE THESE HUBS. -08/25/1997,97E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E025000),PRECISION ENGINEERING,PRECISION ENGINEERING-LEVY CO./DAYTIME LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,8,EQUIPMENT DESCRIPTION: SWITCHES THAT TURN HEADLAMPS ON DURING DAYTIME HOURS OR WHEN THE IGNITION IS TURNED ON. TOO MUCH RESISTANCE ON THE ELECTRICAL CIRCUIT BOARD CREATES HEAT AND CAN CAUSE IT TO BURN.,A VEHICLE FIRE COULD OCCUR.,DEALERS ARE CONTACTING CUSTOMERS TO HAVE THESE ASSEMBLIES REMOVED FROM THEIR VEHICLES. -08/22/1997,97V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V140000),"BMW of North America, LLC",BMW/FRONT SPRINGS,SUSPENSION,NR (Not Reported),Vehicle,29000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. ROAD GRIT AND GRAVEL ASSOCIATED WITH WINTER ROAD CONDITIONS CAN PENETRATE THE RUBBER OF THE LOWER FRONT SPRING MOUNTS AND ACCUMULATE IN THE MOUNTS CAUSING NOTCHES OR PITS TO DEVELOP. THESE NOTCHES CAN DEVELOP CRACKS RESULTING IN BREAKAGE OF A BOTTOM COIL OF THE SPRING.,THE VEHICLE'S RIDE HEIGHT COULD BE AFFECTED CAUSING NOISE WHILE THE VEHICLE IS DRIVEN. THE VEHICLE'S DYNAMIC STABILITY CAN BE AFFECTED REDUCING THE DRIVER'S ABILITY TO MAINTAIN CONTROL OF THE VEHICLE.,DEALERS WILL REPLACE BOTH FRONT SPRINGS AND LOWER SPRING MOUNTS. -08/22/1997,97V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V133000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8107,"VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH IN-LINE SIX ENGINE,""S"" TYPE FRAME RAILS AND SIDE MOUNTED BATTERY BOX. THE BATTERY CABLE ROUTING ALLOWS THE POSITIVE CABLE TO CHAFE RESULTING IN A POSSIBLE SHORT CIRCUIT OF THE CABLE.","IF AN ELECTRICAL SHORT OCCURS, IT CAN CAUSE LOSS OF POWER TO THE VEHICLE AND A POSSIBLE VEHICLE FIRE.","THOMAS BUILT WILL PROVIDE OWNERS WITH REPAIR PARTS AND DETAILED REPAIR PROCEDURES TO SECURE THE CABLE TO PREVENT FURTHER DAMAGE. IF THE OWNER SO DESIRES, THOMAS BUILT WILL PERFORM THE REPAIR FOR THEM." -08/20/1997,97V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V139000),PACCAR Incorporated,PACCAR/REAR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,13200,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH KENWORTH AIRGLIDE 200 REAR SUSPENSION. DUE TO MATERIALS USED IN THE SWAY BAR ARMS AND STUDS AS WELL AS THE STUD PLATING MATERIAL, STRESS CORROSION CRACKING AND BENDING FATIGUE CAN OCCUR IN THE REAR SUSPENSION SWAY BAR ARMS AND STUDS CAUSING THE STUD TO FAIL PREMATURELY.",THIS COULD CAUSE A LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE ARM ASSEMBLY MANUFACTURED FROM A DIFFERENT MATERIAL. NEW STUDS WILL BE INSTALLED WITH DIFFERENT THREADS AND DIFFERENT FINISH. -08/19/1997,97V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V131000),"BMW of North America, LLC",BMW/CRUISE CONTROL-THROTTLE CABLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,410000,"THE CRUISE CONTROL AND THROTTLE CABLES ARE ATTACHED TO THE SAME THROTTLE VALVE ACTUATING LEVER AT THE THROTTLE HOUSING. IT IS POSSIBLE THAT THE PLASTIC BUSHING ON EITHER CABLE COULD BREAK DUE TO ENVIRONMENTAL INFLUENCES COUPLED WITH VIBRATION. IF THE BUSHING BREAKS, THE OUTER CABLE HOUSING CAN SEPARATE FROM THE BUSHING. IN THIS CASE, DURING APPLICATION OF THE THROTTLE PEDAL WITHOUT CRUISE CONTROL BEING ENGAGED, THE OUTER TUBE COULD CATCH ON THE EDGE OF THE BROKEN BUSHING.","THIS COULD CAUSE THE THROTTLE VALVE TO REMAIN PARTIALLY OPEN. IT HIS WERE TO OCCUR, THE CAR MIGHT NOT DECELERATE AS EXPECTED INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSTALL A SPRING STEEL CLIP ON THE OUTER TUBE OF EACH CABLE IN THE AREA OF THE ADJUSTING SCREW AND PLASTIC BUSHING. THE CLIP IS DESIGNED TO PREVENT THE OUTER TUBE FROM DISLODGING FROM THE BUSHING. -08/19/1997,97V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V137000),Ford Motor Company,FORD/LIFTGATE BRACKET WELDS,STRUCTURE,NR (Not Reported),Vehicle,2200,VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES. THE LIFTGATE ASSIST GAS CYLINDER BRACKET ON THE RIGHT HAND BODYSIDE OUTER PANEL WAS INCORRECTLY WELDED.,THE GAS CYLINDER BRACKET MAY NOT PROPERLY SUPPORT THE LIFTGATE INCREASING THE RISK OF PERSONAL INJURY.,DEALERS WILL REINFORCE THE BRACKET ATTACHMENT WITH TWO POP RIVETS. -08/19/1997,97V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V132000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/FRONT SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,48,VEHICLE DESCRIPTION: TRANSIT BUSES OWNED BY THE NEW YORK PORT AUTHORITY. THE LEFT FRONT SUSPENSION RADIUS ROD BOLTS DID NOT PROVIDE SUFFICIENT CLAMPING OF THE RADIUS ROD PIN CAUSING THE PIN TO ROTATE IN ITS MOUNTING BLOCKS LEADING TO BOLT FAILURE.,"IF BOTH BOLTS FAILED, THE AXLE WOULD DETACH FROM THE VEHICLE INCREASING THE RISK OF LOSS OF VEHICLE CONTROL.",ALL BUSES HAVE BEEN CORRECTED. NO FURTHER REMEDY IS PLANNED. -08/18/1997,97V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V126000),"Chrysler (FCA US, LLC)",CHRYSLER/EXHAUST PIPE-DASH PANEL,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,6400,VEHICLE DESCRIPTION: LIGHT DUTY TRUCKS EQUIPPED WITH DIESEL ENGINES. THE EXHAUST PIPE CONTACTS OR IS IN CLOSE PROXIMITY TO THE OUTER DASH PANEL SILENCER PAD.,"IF THE EXHAUST PIPE GENERATES SUFFICIENT HEAT, THE PAD MATERIAL CAN SMOLDER AND IGNITE ADJACENT MATERIALS RESULTING IN A VEHICLE FIRE.",DEALERS WILL REMOVE THE DASH SILENCER PAD ADJACENT TO THE EXHAUST PIPE AND REPLACE THIS PAD WITH A THERMAL HEAT SHIELD ON THE EXHAUST PIPE. -08/18/1997,97V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V130000),Collins Bus Corporation,COLLINS BUS/WHEELWELL-TIRE CLEARANCE,STRUCTURE,NR (Not Reported),Vehicle,14,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON A 9,500 LB. GROSS VEHICLE WEIGHT RATIO GMT-600 CHEVY CUTAWAY CHASSIS WITH AN EXTERIOR WIDTH OF 80 INCHES. THERE IS NOT ENOUGH CLEARANCE BETWEEN THE WHEELWELL AND THE REAR TIRE ALLOWING THE INSIDE OF THE REAR TIRE TO RUB ON THE STEEL WHEELWELL.",THE TIRE RUBBING CAN CAUSE A PREMATURE TIRE FAILURE INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL REPAIR THE WHEELWELL TO PREVENT THE TIRE FROM RUBBING. IF AN OWNER PREFERS, DETAILED INSTRUCTIONS WILL BE PROVIDED SO THE BUS OWNERS CAN REPAIR THEIR VEHICLES." -08/18/1997,97C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C024000),"KOLCRAFT ENTERPRISES, INC.",KOLCRAFT/FMVSS 213 - BUCKLES,CHILD SEAT,NR (Not Reported),Child Seat,159400,"EQUIPMENT DESCRIPTION: PERFORMA AND SECURE-FIT INFANT SEATS MANUFACTURED FROM JANUARY 26, 1996 THROUGH JULY 31, 1997. THESE SEATS DO NOT COMPLY WITH THE BUCKLE RELEASE FORCE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE BUCKLE MAY BE DIFFICULT TO RELEASE, MAKING IT HARDER TO REMOVE THE CHILD FROM THE CAR SEAT.","KOLCRAFT WILL PROVIDE OWNERS WITH INSTALLATION INSTRUCTIONS, A REPLACEMENT BUCKLE HOUSING KIT AND THE TOOLS NECESSARY TO INSTALL THE NEW BUCKLE." -08/18/1997,97V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V135000),Shyft Group,SPARTAN/AIR SYSTEM VALVES,SUSPENSION,NR (Not Reported),Vehicle,262,"VEHICLE DESCRIPTION: CLASS A MOTOR HOME CHASSIS EQUIPPED WITH INDEPENDENT FRONT SUSPSION, WHICH UTILIZES A NORGREN VALVE AND NEWAY PILOT AIR CONTROL VALVES. THE PURPOSE OF THE NORGREN VALVE IS TO EXHAUST THE AIR SUSPENSION WHEN THE DRIVER ACTIVATES THE VEHICLE JACKS USED TO LEVEL THE VEHICLE FOR OVERNIGHT PARKING. THE NEWAY PILOT VALVE IS USED TO SPEED UP THE TIMING OF THE AIR EXHAUST. WHEN THE VEHICLE IS IN A DYNAMIC CONDITION, THE AIR SYSTEM PRESSURE CAN SEND SPIKES OF UP TO 230 PSI. THIS EXCEEDS THE PRESSURE RATING OF THE NEWAY PILOT VALVE CAUSING THE VALVE TO FAIL AND ALLOW THE AIR SYSTEM PRESSURE TO EXHAUST UNCONTROLLABILITY.","IF THERE IS AN AIR SUSPENSION FAILURE, IT COULD LEAD TO VEHICLE HANDLING PROBLEMS AND A LOSS OF VEHICLE CONTROL.",DEALERS WILL MODIFY THE AIR PLUMBING TO REMOVE THE THREE (3) NEWAY PILOT VALVES (TWO FRONT SUSPENSION/ONE REAR SUSPENSION) FROM THE AIR SYSTEM. THE NORGREN VALVE WILL BE FULLY UTILIZED TO REPLACE THE VALVES IN THE FRONT SUSPENSION AND A MIDLAND VALVE WILL BE USED IN THE REAR SUSPENSION. -08/18/1997,97V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V127000),Volvo Trucks North America,VOLVO TRUCK/ABS SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,278,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY TRUCKS. A WIRE THAT CONNECTS THE ENGINE CONTROL MODULE (ECU) TO THE AUTOMATIC BRAKING CONTROL SYSTEM (ABS) CONTROLLER IS MISSING. THE ENGINE BRAKE CAN LOCK UP THE REAR AXLE WHEELS ON A SLICK PAVEMENT, AND THE ABS WOULD NOT PREVENT THE LOCK UP.","IF THE WHEELS LOCKED UP, THE POTENTIAL FOR A VEHICLE CRASH COULD OCCUR.",DEALERS WILL INSTALL THE MISSING WIRING CIRCUIT ON THE ABS BRAKES. -08/08/1997,97V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V134000),"BMW of North America, LLC",BMW/BRAKE AND CLUTCH LEVERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,973,"VEHICLE DESCRIPTION: MOTORCYCLES. THE ADJUSTING SCREW FOR THE PRESSURE POINT OF EITHER THE BRAKE OR CLUTCH LEVERS MAY NOT BE SUFFICIENTLY TIGHT, DUE TO GREASE CONTAMINATION OF THE THREADS.",THE SCREW(S) CAN BACK OUT OVER TIME WHILE THE VEHICLE IS BEING OPERATED CAUSING A CHANGE IN THE PRESSURE POINT OF THE MASTER CYLINDER FOR THE CLUTCH AND/OR FRONT BRAKE INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL CHECK THE ADJUSTMENT SCREWS OF THE FRONT BRAKE AND CLUTCH LEVERS FOR MOVEMENT. IF THE SCREWS ARE TIGHT, NO FURTHER ACTION WILL BE TAKEN. IF A SCREW IS FOUND TO BE LOOSE, IT WILL BE REMOVED, CLEANED AND REINSTALLED WITH NEW LOCTITE." -08/08/1997,97V081002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V081002),"Chrysler (FCA US, LLC)",CHRYSLER/HEADREST BRACKET,SEATS,NR (Not Reported),Vehicle,1083,THE HEADREST GUIDE BRACKET WAS IMPROPERLY WELDED TO THE SEAT BACK FRAME ON THE PASSENGER SIDE SEAT BACK ASSEMBLIES ONLY.,"THE HEADREST SUPPORT BRACKET CAN BREAK, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE PASSENGER SEAT BACK ASSEMBLY WITH A NEW ASSEMBLY. -08/07/1997,97V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V125000),"CHANCE COACH, INC.",CHANCE COACH/CUPOLA,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,38,VEHICLE DESCRIPTION: COMPRESSED NATURAL GAS (CNG) TRANSIT BUSES. THE FUEL TANK SUPPORT STRUCTURE CAN FRACTURE.,FAILURE OF THE FUEL TANK SUPPORT STRUCTURE CAN RESULT IN FUEL LEAKAGE INCREASING THE RISK OF A VEHICLE FIRE.,DEALERS WILL INSPECT THE WELDS ON THE FUEL TANK SUPPORT STRUCTURE (CUPOLA) AND REPAIR AS NECESSARY. -08/04/1997,97V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V124000),Ford Motor Company,FORD/ACCELERATOR RETURN SPRINGS,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2500,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS, BUS CHASSIS-COWL, AND BASIC CHASSIS MODELS EQUIPPED WITH CUMMINS 5.9L 160 HORSEPOWER ROTARY INJECTION PUMP DIESEL ENGINES. THE ACCELERATOR RETURN SPRINGS CAN FRACTURE.",THE ACCELERATOR MAY NOT RETURN TO IDLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THESE SPRINGS WITH A TORSION SPRING DESIGN. -08/04/1997,97V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V123000),Oshkosh Corporation,FREIGHTLINER/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,212,VEHICLE DESCRIPTION: MOTOR HOME CHASSIS. THE REAR BRAKE CALIPER CAN CONTACT THE SPRING SEAT AS THE BRAKE PADS WEAR.,THIS CAN RESULT IN REDUCED BRAKING INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSTALL OFFSET U-BOLTS TO PROVIDE ADDITIONAL CLEARANCE BETWEEN THE BRAKE CALIPER AND THE SPRING SEAT. -08/04/1997,97V114001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V114001),FREIGHTLINER LLC,FREIGHTLINER/GROTE TURN SIGNALS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,77000,VEHICLE DESCRIPTION: HEAVY DUTY TRUCK. THE SHOULDER BOLT WHICH HOLDS THE GROTE TURN SIGNAL SWITCH CASE AND COMPONENTS TOGETHER CAN LOOSEN RESULTING IN THE TURN SIGNAL MALFUNCTIONING.,"IF THE TURN SIGNAL FUNCTION IS LOST, FOLLOWING MOTORISTS WOULD NOT BE AWARE OF THE TURNING VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THESE VEHICLES AND TIGHTEN ANY LOOSE BOLTS AND IN THE TURN SIGNAL SWITCH WITHIN 2 YEARS FROM THE DATE OF THE RECALL NOTIFICATION LETTER. THE SHOULDER BOLT WILL BE REMOVED, CLEANED, AND REINSTALLED WITH LOCTITE. OWNERS CAN ALSO REQUEST LOCTITE AND REPAIR INSTRUCTIONS SO THEY CAN FIX THE VEHICLES THEMSELVES." -08/04/1997,97V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V122000),"Rolls-Royce Motor Cars, Ltd.",ROLLS ROYCE/STEERING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1621,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE BOLTS ATTACHING THE LOWER STEERING COLUMN TO THE INTERMEDIATE STEERING COUPLING CAN CONTACT THE BRAKE HYDRAULIC SYSTEM PIPES LOCATED IN THE ENGINE COMPARTMENT.,THIS CONDITION CAN LEAD TO A BRAKE HYDRAULIC FLUID LEAK AND REDUCED BRAKING PERFORMANCE.,"DEALERS WILL REPOSITION THE PIPES TO PREVENT CONTACT BETWEEN THE PIPES AND BOLTS, AND ANY DAMAGED PIPES WILL BE REPLACED." -08/04/1997,97V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V121000),Volvo Trucks North America,VOLVO TRUCK/WINDSHIELD WIPERS,VISIBILITY,NR (Not Reported),Vehicle,3272,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS. THE RELAY THAT CONTROLS THE ELECTRICAL POWER TO THE WINDSHIELD WIPER MOTOR CAN FAIL.,"IF THE WINDSHIELD WIPERS FAIL, THE DRIVER'S VISIBILITY IN WET WEATHER WILL BE REDUCED INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE SUSPECT RELAYS. -08/01/1997,97C026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C026000),"KOLCRAFT ENTERPRISES, INC.",KOLCRAFT/FLAMMABILITY,CHILD SEAT,NR (Not Reported),Child Seat,1000,"EQUIPMENT DESCRIPTION: PERFORMA INFANT SEATS MANUFACTURED FROM JANUARY 26, 1996 THROUGH JULY 31, 1997. THESE MATERIAL USED IN THESE SEATS DO NOT COMPLY WITH FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",THE MATERIAL USED IN THESE INFANT SEATS COULD POSSIBLY IGNITE BURNING AN OCCUPANT OF THE SEAT.,KOLCRAFT WILL REPLACE THE MATERIAL ON THESE INFANT SEATS. -07/29/1997,97V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V120000),A. GIRARDIN INC.,GIRARDIN/FUEL FILLER PIPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,147,"VEHICLE DESCRIPTION: TRANSIT COACHES. THE SEAT SUPPORT CHANNELS OF THE FLOOR STRUCTURE IS LOCATED CLOSE TO THE FUEL FILLER PIPE. THE PIPE COULD BE PUNCTURED AND WHEN FILLING THE GASOLINE TANK, FUEL CAN BE SPILLED ON THE ROAD SURFACE.","IF FUEL IS SPILLED AND AN IGNITION SOURCE IS PRESENT, A VEHICLE FIRE COULD RESULT.",OWNERS WERE PROVIDED WITH INSTALLATION INSTRUCTIONS AND A DOUBLE LIP STEEL REINFORCED TRIM TO BE INSTALLED ON THE EDGE OF THE SEAT SUPPORT CHANNEL TO ELIMINATE THE SHARP EDGE OF THE SUPPORT WHICH COULD PUNCTURE THE PIPE. -07/29/1997,97V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V119000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/WHEEL ASSEMBLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,89,VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH ANTILOCK BRAKE SYSTEM (ABS). THE WIRING FROM THE ELECTRONIC CONTROL UNIT WAS CONNECTED TO THE WRONG WHEEL SENSOR.,"SHOULD THE ABS WIRING BE CROSSED, IT WOULD RESULT IN A SIGNIFICANT DEGRADATION IN BRAKING STABILITY. A SIGNAL WOULD BE SENT TO THE WRONG BRAKE CHAMBER WHEN A BRAKE IMBALANCE IS DETECTED INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL INSPECT THE ABS WIRING AND PROPERLY CONNECT THE WIRES, IF NECESSARY." -07/28/1997,97V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V118000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/WHEEL ASSEMBLY,WHEELS,NR (Not Reported),Vehicle,443,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH SIX-SPOKE WHEEL ASSEMBLIES. THESE VEHICLES WERE MANUFACTURED WITH THE WRONG COMBINATIONS OF WHEEL ASSEMBLY PARTS. SHOULD THE SIX-SPOKE WHEEL ASSEMBLY HAVE MIS-MATCHED PARTS, HIGH STRESSES IN THE WHEEL STUDS AND POTENTIAL WHEEL FAILURES CAN OCCUR.",STUD FAILURES CAN OCCUR RESULTING IN A WHEEL SEPARATION INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT THESE WHEELS AND MAKE THE NECESSARY COMBINATION CORRECTIONS. ALSO OPERATOR INSTRUCTIONS AND VISUAL AIDS WILL BE UPDATED. -07/25/1997,97V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V117000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,8187,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH MANUALLY OPERATED OUTWARD OPENING ENTRANCE DOORS. AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOMECAUGHT IN THE AREA BETWEEN THE SERVICE DOOR AND THE DOOR CONTROL ROD ATTACHING BRACKET.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN IN SERIOUS INJURY OR DEATH.","THESE BUSES WERE ORIGINALLY INCLUDED IN RECALL CAMPAIGN 96V-139. HOWEVER, THE REPAIR DID NOT ELIMINATE THE POTENTIAL SNAGGING POINT BETWEEN THE SERVICE DOOR AND THE DOOR CONTROL ROD ATTACHING BRACKET. THEREFORE, OWNERS ARE BEING RENOTIFIED TO INSPECT THE ORIENTATION OF THE DOOR CONTROL. IF THE DOOR CONTROL DOES NOT MATCH THE ORIENTATION DESCRIBED IN THE RENOTIFICATION LETTER, THE OWNER WILL BE INSTRUCTED TO REMOVE THE EXISTING CONTROL AND THE ORIGINAL RECALL REPAIR PART, REOIRIENT THE DOOR CONTROL, AND REINSTALL THE RECALL REPAIR PART." -07/22/1997,97E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E022000),ECONOCRUISE,FURON/CRUISE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,393,EQUIPMENT DESCRIPTION: CRUISE CONTROL ACTUATOR. THE ECO-CRUISE ACTUATOR CAN BIND THE THROTTLE.,"IF THE ACTUATOR BINDS, ENGINE SPEED MAY NOT DECREASE TO THE LEVEL ANTICIPATED BY THE OPERATOR, INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REMOVE THESE ACTUATORS UNTIL NEW OR REMANUFACTURED UNITS CAN BE SUPPLIED. -07/22/1997,97V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V116000),Mazda North American Operations,MAZDA/FRONT SUSPENSION COIL SPRING,SUSPENSION,NR (Not Reported),Vehicle,25000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, NW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND WASHINGTON, DC. IN AREAS WHERE LARGE QUANTITIES OF ROAD SALT ARE USED, CORROSIVE PITS CAN DEVELOP ON THE SURFACE OF THE FRONT SUSPENSION COIL SPRING. REPEATED USE CAN EVENTUALLY CAUSE THE COIL SPRING TO BREAK AND A TIRE COULD BE PUNCTURED FROM CONTACT WITH THE BROKEN COIL SPRING.",THIS CONDITION INCREASES THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSTALL A GUARD ASSEMBLY WHICH WILL PREVENT THE BROKEN COIL SPRING FROM CONTACTING THE TIRE. IN ADDITION TO PERFORMING THE RECALL CAMPAIGN, MAZDA IS EXTENDING THE WARRANTY COVERAGE ON THE FRONT COIL SPRINGS FOR THE LIFT OF THE VEHICLE. IF OWNERS HAVE ALREADY PAID FOR THE REPAIR OR REPLACEMENT OF THESE FRONT COIL SPRINGS, DUE TO ROAD SALT DAMAGE, MAZDA WILL REIMBURSE THESE OWNERS FOR REASONABLE EXPENSES." -07/22/1997,97V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V110000),"Nissan North America, Inc.",NISSAN/FMVSS 214,STRUCTURE,NR (Not Reported),Vehicle,450,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. ONE OF THREE STYROFOAM PADS LOCATED IN EACH REAR DOOR AS PART OF THE DESIGN FOR ENSURING COMPLIANCE WITH FMVSS NO. 214, ""SIDE DOOR STRENGTH,"" WAS NOT INSTALLED.","IN THE EVENT OF A VEHICLE CRASH, AN OCCUPANT WOULD NOT BE PROPERLY PROTECTED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL THE MISSING PAD IN EACH REAR DOOR. -07/22/1997,97V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V115000),"Volkswagen Group of America, Inc.",VW/REAR SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,12,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE REAR SEAT BELT RETRACTORS MAY NOT LOCK PROPERLY WHEN ENGAGED, OR NOT REMAIN LOCKED AFTER BEING ENGAGED.","IN THE EVENT OF A CRASH, AN IMPROPERLY LOCKING SEAT BELT COULD CAUSE INJURY TO AN OCCUPANT.",DEALERS WILL REPLACE THE REAR SEAT BELT ASSEMBLY. -07/16/1997,97V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V112000),FREIGHTLINER LLC,FREIGHTLINER/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,11366,VEHICLE DESCRIPTION: HEAVY DUTY TRUCK. LEAKS THROUGH THE FIREWALL OR STEERING SHAFT BOOTS ALLOWS WATER TO RUN DOWN THE STEERING SHAFT. THE STEERING SHAFT SLIP SPLINE CORRODES CAUSING IT TO SEIZE.,INCREASED STEERING EFFORT CAN RESULT INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE STEERING SHAFT WITH A NEW DESIGN THAT IS INSTALLED IN AN INVERTED ORIENTATION SO NO WATER CAN ENTER THE SPLINES. -07/14/1997,97V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V111000),Ford Motor Company,FORD/ENGINE HARNESS/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3300,VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS EQUIPPED WITH 7.0L LIQUEFIED PETROLEUM GAS (LPG) ENGINE OR 7.0L EFI (GASOLINE) ENGINE WITH THE OPTIONAL CAB FLOOR PAN REINFORCEMENT. THE ENGINE WIRING HARNESS OR BATTERY CABLE CAN BE PINCHED BETWEEN THE OPTIONAL CAB REINFORCEMENT AND THE FRAME CAUSING AN ABRASION WHICH COULD RESULT IN AN ELECTRICAL SHORT CIRCUIT.,A SHORT CIRCUIT CAN CAUSE OVERHEATING AND ARCING.,"DEALERS WILL MODIFY THE REINFORCEMENT(S) AND, IF NECESSARY, REPOSITION THE ENGINE WIRING HARNESS (INCLUDING INSTALLATION OF THE REVISED ENGINE WIRE HARNESS RETENTION BRACKET) AND BATTERY CABLE." -07/09/1997,97V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V113000),"Jayco, Inc.",JAYCO/STEP,STRUCTURE,NR (Not Reported),Vehicle,485,VEHICLE DESCRIPTION: FIFTH WHEEL AND TRAVEL TRAILERS. RIVETS USED TO SECURE THE STEP RISERS ON THESE VEHICLES ARE THE WRONG SIZE. THE RIVETS ARE TOO SHORT IN LENGTH AND UNDER STRESS CAN ALLOW THE STEP TREADS TO BECOME UNATTACHED FROM THE MOUNTING BRACKET.,"IF THE STEP RISER FALLS FROM THE MOUNTING BRACKET WHILE A PERSON IS STEPPING ON IT, PERSONAL INJURY COULD OCCUR.",DEALERS WILL REPLACE THE STEP RISER ASSEMBLY. -07/01/1997,97V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V109000),"General Motors, LLC",GM/FMVSS 105/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,211,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES WERE BUILT WITH A DAMAGED O-RING IN THE BRAKE PRESSURE MODULATOR VALVE SOLENOID(S) ON THE BRAKE PRESSURE MODULATOR. INVOLVED VEHICLES CAN DEVELOP AN EXTERNAL BRAKE FLUID LEAK IN ONE OR BOTH OF THE BRAKE PRESSUREMODULATOR VALVE SOLENOIDS.,BRAKE FLUID LEAKAGE COULD REDUCE BRAKE EFFECTIVENESS AND INCREASE STOPPING DISTANCES.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE SOLENOID(S) ON THE BRAKE PRESSURE MODULATOR." -06/28/1997,97V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V106000),"General Motors, LLC",GM/COMPACT SPARE TIRE,WHEELS,NR (Not Reported),Vehicle,652,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE COMPACT SPARE TIRE ASSEMBLIES WERE ASSEMBLED WITH INCORRECT RIMS. IF THE SPARE TIRE IS UNDERINFLATED, THE BEAD CAN SEPARATE FROM THE RIM CAUSING A RAPID LOSS OF AIR. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",A RAPID LOSS OF AIR CAN INCREASE THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE RIM ON THE COMPACT SPARE TIRE ASSEMBLY. OWNERS ARE REQUESTED NOT TO USE THE SPARE TIRE UNTIL THE RIM HAS BEEN REPLACED. -06/28/1997,97V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V107000),"General Motors, LLC",GM/PASSENGER AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,16099,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE FASTENERS THAT SECURE THE PASSENGER AIR BAG MODULE TO THE INSTRUMENT PANEL TIE BAR WERE OMITTED.,"IF THE AIR BAG DEPLOYS, THE MODULE COULD SEPARATE FROM THE INSTRUMENT PANEL STRIKING AND INJURING AN OCCUPANT.","DEALERS WILL INSPECT THE AIR BAG MODULE FOR THE PRESENCE OF THE FASTENERS AND, IF NECESSARY, INSTALL ANY FASTENERS THAT MAY HAVE BEEN OMITTED." -06/28/1997,97V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V104000),"General Motors, LLC",GM/SAFETY BELT WEBBING,SEAT BELTS,NR (Not Reported),Vehicle,4369,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SEAT BELTS IN THESE VEHICLES INCORPORATE AN ENERGY MANAGEMENT LOOP. THIS LOOP IS INADEQUATE TO ABSORB THE NECESSARY FORCES THAT CAN BE EXERTED ON IT. THEREFORE, THE VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE ENERGY MANAGEMENT LOOP WILL NOT ABSORB ENOUGH ENERGY, AND INJURY TO THE SEAT OCCUPANT CAN OCCUR.",DEALERS WILL REPLACE THE DRIVER AND PASSENGER SIDE SEAT BELT RETRACTOR ASSEMBLIES. -06/25/1997,97E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E021000),"Webb Wheel Products, Inc.",WEBB WHEEL/STEER AXLE HUBS,SUSPENSION,NR (Not Reported),Equipment,4982,"EQUIPMENT DESCRIPTION: STEER AXLE HUBS FOR USE ON TRUCKS AND TRACTORS, PART NUMBERS WEBB 1530, VOLVO 90402-0006, OR EATON F1960. THESE HUBS WERE SOLD TO AND INSTALLED ON NEW VEHICLES MANUFACTURED BY VOLVO GM HEAVY TRUCK CORPORATION. THE STEERING AXLE HUB FLANGE CAN FRACTURE AND SEPARATE FROM THE BARREL PORTION OF THE HUB.",LOSS OF STEERING CAN OCCUR AND THE WHEEL CAN SEPARATE FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,DEALERS WILL INSPECT THE HUB FOR CRACKS ON THE OUTSIDE OR INSIDE OF THE HUB FLANGE AND REPLACE THESE HUBS. -06/23/1997,97C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C019000),"Evenflo Company, Inc.",EVENFLO/HARNESS ADJUSTER,CHILD SEAT,NR (Not Reported),Child Seat,150195,"EQUIPMENT DESCRIPTION: CHILD RESTRAINT SEATS, MODEL NUMBERS BEGINNING WITH 219, 224, 225, AND 229 MANUFACTURED FROM OCTOBER 14, 1996 THROUGH FEBRUARY 6, 1997. THESE SEATS DO NOT COMPLY WITH FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS,"" WHICH LIMITS HEAD EXCURSION.",SLIPPAGE OF THE HARNESS WEBBING CAN OCCUR WHICH CAN RESULT IN LOOSENING OF THE HARNESS STRAPS DURING A VEHICLE CRASH INCREASING THE RISK OF INJURY TO THE SEAT OCCUPANT.,EVENFLO WILL PROVIDE A HARNESS ADJUSTER RETROFIT KIT AND DETAILED INSTRUCTIONS TO OWNERS. -06/23/1997,97C020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C020000),"Evenflo Company, Inc.",EVENFLO/HEAD INJURY CRITERIA,CHILD SEAT,NR (Not Reported),Child Seat,35856,"EQUIPMENT DESCRIPTION: SIDEKICK CHILD BOOSTER SEATS, MODEL NOS. 244 MANUFACTURED FROM APRIL 23, 1996 THROUGH MAY 20, 1997. THESE SEATS DO NOT COMPLY WITH FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS,"" WHICH LIMITS HEAD INJURY CRITERIA. IN RECENT TESTS ON SOME OF THESE BOOSTER SEATS, THE HEAD INJURY CRITERIA SCORED MORE THAN ALLOWED BY THIS STANDARD.","IN THE EVENT OF A VEHICLE CRASH, THERE IS A RISK OF INJURY TO THE SEAT OCCUPANT.","EVENFLO WILL REIMBURSE OWNERS EITHER COMPLETELY OR PARTIALLY DEPENDING ON WHETHER THE SEAT CAN BE USED BY THE OWNER'S CHILD. OWNERS ARE ADVISED TO USE THE SIDEKICK BOOSTER SEAT ONLY AS A BELT POSITIONER. WHEN USED AS A BELT POSITIONER, THE SIDEKICK MUST BE USED WITHOUT ITS FRONT SHIELD AND ONLY IN VEHICLES EQUIPPED WITH A THREE POINT LAP/SHOULDER SEAT BELT SYSTEM." -06/23/1997,97V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V105000),"General Motors, LLC",GM/FUEL TANK SENDING UNIT,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3792,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THESE VEHICLES HAVE A TORN FUEL TANK SENDING UNIT/PUMP SEAL. THIS CAN CAUSE FUEL ODOR AND/OR LEAKAGE AT THE ATTACHMENT LOCATION.,FUEL LEAKAGE FROM A TORN SEAL CAN RESULT IN A FIRE IF AN IGNITION SOURCE IS PRESENT.,DEALERS WILL REPLACE THE LEFT AND RIGHT HAND FUEL TANK ASSEMBLIES (INCLUDING FUEL SENDING UNIT AND PUMP). -06/20/1997,97V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V101000),"HPA MONON TRAILER, INC.",HPA MONON/PARKING BRAKES,PARKING BRAKE,NR (Not Reported),Vehicle,39,VEHICLE DESCRIPTION: TRAILER CONVERTER DOLLIES. AN AIR LINE WAS CONNECTED TO AN INCORRECT PORT IN THE AIR VALVE CAUSING THE PARKING BRAKE TO BE INOPERATIVE.,THE PARKING BRAKE ON THE CONVERTER DOLLY AND THE PARKING BRAKE ON THE TRAILER BEING TOWED WILL BE INOPERATIVE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT THE AIR LINE AND CORRECT THE AIR LINE CONNECTION IF NECESSARY. -06/20/1997,97V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V103000),"NEW FLYER OF AMERICA, INC.",NEW FLYER/DAYTIME RUNNING LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,218,VEHICLE DESCRIPTION: TRANSIT BUSES. THE DAYTIME RUNNING LAMP (DRL) MODULE CAN OVER-HEAT AND SHUT DOWN AFTER AS LITTLE AS 45 MINUTES OF HIGH BEAM USE. THIS WILL CAUSE TOTAL HEADLAMP FAILURE OF BOTH HIGH AND LOW BEAM.,"IF THE DRL MODULE OVER-HEATS AND THE HEADLAMPS GO OUT, THERE IS A SIGNIFICANT RISK OF A VEHICLE CRASH.",OWNERS WILL BE PROVIDED WITH DETAILED REPAIR INSTRUCTIONS AND NEW DRL MODULES. -06/19/1997,97V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V102000),"PREVOST CAR, INCORPORATED",PREVOST/EMERGENCY EXIT WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,577,VEHICLE DESCRIPTION: TRANSIT BUSES. THE EMERGENCY EXIT WINDOWS HAVE BEEN BUILT WITHOUT THE LOCKING MECHANISM OF THE UPPER HINGE.,THE WINDOWS CAN SEPARATE FROM THE VEHICLE WHEN OPENED TO AN APPROXIMATELY 90 DEGREE ANGLE INCREASING THE RISK OF A VEHICLE CRASH OR PERSONAL INJURY.,DEALERS WILL INSTALL STOPPER BLOCKS SO THE WINDOWS CAN NOT BE OPENED TO A 90 DEGREE ANGLE. -06/13/1997,97E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E018000),"AM SAFE, INC.",AMSAFE/SEAT BELT RETRACTOR,SEAT BELTS,NR (Not Reported),Equipment,2256,THE FRONT SEAT BELT RETRACTOR LOCATED NEXT TO THE DRIVER AND PASSENGER SEATS WILL NOT ALLOW THE BELT TO BE EXTENDED SO THAT IT CAN BE USED.,"IN THE EVENT OF AN ACCIDENT, THE DRIVER OR OCCUPANT WOULD NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL NEW SEAT BELT ASSEMBLIES IN THESE VEHICLES. -06/12/1997,97V096001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V096001),"General Motors, LLC",GM/SAFETY BELT WEBBING,SEAT BELTS,NR (Not Reported),Vehicle,586058,VEHICLE DESCRIPTION: EXTENDED CAB PICKUP TRUCKS EQUIPPED WITH 60/40 FRONT BENCH SEATS AND EXTENDED CAB PICKUP TRUCKS AND 2-DOOR UTILITY VEHICLES EQUIPPED WITH MANUAL LOCKING RECLINER BUCKET SEATS. THE OUTBOARD SAFETY BELT WEBBING ON THE DRIVER'S AND/OR PASSENGER'S SEAT CAN SEPARATE DURING A FRONTAL IMPACT.,"IF A SEPARATION OCCURRED AND THERE WERE SECONDARY CRASH EVENTS OR VEHICLE ROLLOVER, THERE WOULD BE NO BELT RESTRAINT OF THE OCCUPANT AND INCREASED INJURIES COULD OCCUR.",DEALERS WILL INSTALL A PROTECTIVE COVER OVER THE RECLINER MECHANISM. -06/12/1997,97V096002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V096002),Isuzu Motors Limited,ISUZU/SAFETY BELT WEBBING,SEAT BELTS,NR (Not Reported),Vehicle,3106,VEHICLE DESCRIPTION: EXTENDED CAB PICKUP TRUCKS EQUIPPED WITH 60/40 FRONT BENCH SEATS AND EXTENDED CAB PICKUP TRUCKS AND 2-DOOR UTILITY VEHICLES EQUIPPED WITH MANUAL LOCKING RECLINER BUCKET SEATS. THE OUTBOARD SAFETY BELT WEBBING ON THE DRIVER'S AND/OR PASSENGER'S SEAT CAN SEPARATE DURING A FRONTAL IMPACT.,"IF A SEPARATION OCCURRED AND THERE WERE SECONDARY CRASH EVENTS OR VEHICLE ROLLOVER, THERE WOULD BE NO BELT RESTRAINT OF THE OCCUPANT AND INCREASED INJURIES COULD OCCUR.",DEALERS WILL INSTALL A PROTECTIVE COVER OVER THE RECLINER MECHANISM. -06/12/1997,97V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V100000),"PREVOST CAR, INCORPORATED",PREVOST/SUB-FRAME SUPPORT,STRUCTURE,NR (Not Reported),Vehicle,1245,VEHICLE DESCRIPTION: TRANSIT BUSES. THE REAR SUSPENSION FORWARD RADIUS ROD SUPPORT NEEDS REINFORCEMENT AND THE RADIUS ROD RETAINING BOLTS COULD BECOME LOOSE.,"IF THE ROD SUPPORTS FRACTURED, SEPARATION COULD OCCUR INCREASING THE POTENTIAL FOR A VEHICLE CRASH.","DEALERS WILL ADD ADDITIONAL REINFORCEMENT PLATES AND CHECK THE BOLTS FOR TIGHTNESS, AND, IF NECESSARY, RETIGHTEN THESE BOLTS." -06/12/1997,97V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V099000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/BATTERY CABLE ROUTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,107,VEHICLE DESCRIPTION: SCHOOL AND TRANSIT BUSES EQUIPPED WITH CUMMINS 6B ENGINES AND DELCO ALTERNATORS. THE BATTERY CABLE ROUTING ALLOWS THE CABLE TO CONTACT THE EXHAUST MANIFOLD.,"IF THE CABLE CONTACTS THE EXHAUST MANIFOLD, THE ENGINE COULD STALL AND AN ELECTRICAL SHORT CAN CAUSE A VEHICLE FIRE.","THOMAS BUILT WILL PROVIDE OWNERS WITH REPAIR PARTS AND DETAILED REPAIR PROCEDURES. IF THE OWNER SO DESIRES, THOMAS BUILT WILL PERFORM THE REPAIR FOR THEM." -06/11/1997,97V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V093000),"Suzuki Motor USA, LLC",SUZUKI/MOTORCYCLES/WHEEL OSCILLATION,STEERING,NR (Not Reported),Vehicle,2935,VEHICLE DESCRIPTION: MOTORCYCLES. FRONT WHEEL MOVEMENT AND RAPID SIDE-TO-SIDE HANDLEBAR MOVEMENT CAN OCCUR WHEN THE FRONT WHEEL IS LIGHTLY LOADED AND HITS A BUMP.,THIS MOVEMENT CAN REDUCE THE DRIVER'S ABILITY TO CONTROL THE MOTORCYCLE RESULTING IN A LOSS OF CONTROL AND A VEHICLE CRASH.,DEALERS WILL INSTALL A STEERING DAMPER KIT ON THESE VEHICLES WHICH IS DESIGNED TO REDUCE FRONT WHEEL OSCILLATION AND ELIMINATE SIDE-TO-SIDE HANDLEBAR MOVEMENT. -06/09/1997,97V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V097000),Ford Motor Company,FORD/AUTO TRANSMISSION,POWER TRAIN,97S75,Vehicle,100000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES EQUIPPED WITH AX4S AUTOMATIC TRANSAXLES. THE LOW/INTERMEDIATE SERVO COVER CAN SEPARATE FROM THE TRANSAXLE WHILE THE VEHICLE IS BEING DRIVEN. IF THIS OCCURS, TRANSMISSION FLUID WILL LEAK CONTACTING THE CATALYTIC CONVERTER.",THE CATALYTIC CONVERTER TEMPERATURE MAY BE HOT ENOUGH TO IGNITE THE TRANSMISSION FLUID AND CAUSE A VEHICLE FIRE.,DEALERS WILL INSPECT THE TRANSMISSION AND REPLACE THESE SERVO COVERS. -06/06/1997,97V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V095000),"Chrysler (FCA US, LLC)",CHRYSLER/SECONDARY HOOD LATCH,STRUCTURE,NR (Not Reported),Vehicle,219000,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE SECONDARY HOOD LATCH SPRING CAN DISENGAGE FROM ITS RETENTION HOLE IF THE HOOD IS SLAMMED SHUT.,"IF THIS CONDITION OCCURS SIMULTANEOUSLY WITHOUT ENGAGING THE PRIMARY LATCH, THE HOOD WOULD NOT BE RESTRAINED INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE SECONDARY HOOD LATCH SPRING WITH A LONGER END HOOK SPRING. -06/06/1997,97V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V094000),MONACO COACH CORPORATION,MONACO/FRAME TOWER,SUSPENSION,NR (Not Reported),Vehicle,1329,VEHICLE DESCRIPTION: CLASS A MOTOR HOMES. THE TWO FRONT FRAME TOWERS USED TO MOUNT THE FRONT AXLE CONTROL ARMS TO THE VEHICLE CAN DEVELOP FATIGUE CRACKS OR FRACTURES.,A COMPLETE FRACTURE OF A FRAME TOWER CAN CAUSE A LOSS OF STEERING CONTROL AND POTENTIALLY RESULT IN A VEHICLE CRASH.,DEALERS WILL INSPECT THE WELDS ON BOTH FRAME TOWERS AND REPAIR IF NECESSARY. A GUSSET REINFORCEMENT WILL BE ADDED TO STRENGTHEN THE MAXIMUM STRESS POINT OF EACH FRAME TOWER. -06/05/1997,97E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E017000),SUSPENSION INTERNATIONAL PARTS,SUSPENSION INTERNATIONAL/CONTROL ARM,SUSPENSION,NR (Not Reported),Equipment,96,EQUIPMENT DESCRIPTION: AFTERMARKET CONTROL ARMS FOR USE ON 1967-1973 FORD MUSTANG VEHICLES. THE CONTROL ARMS USED ON FORD FAIRLANE VEHICLES WERE SHIPPED WITH ONES INTENDED FOR USE ON THE FORD MUSTANG. THE CONTROL ARMS ARE DIFFERENT IN LENGTH.,THE INCORRECT CONTROL ARM IS DIFFERENT IN LENGTH AND WOULD NOT BE ABLE TO BE INSTALLED ON A MUSTANG.,ALL CONTROL ARMS HAVE BEEN REPLACED WITH CORRECT LENGTH CONTROL ARMS. -06/04/1997,97V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V098000),Glaval Bus,GLAVAL/WHEELS,WHEELS,NR (Not Reported),Vehicle,84,"VEHICLE DESCRIPTION: GLAVAL CONVERSION VANS, 1995 CHEVROLET/GMC G-20 VANS EQUIPPED WITH TIPAN 15"" X 7"" WHEELS. THERE IS INADEQUATE THREAD ENGAGEMENT ON THE WHEELS WHEN INSTALLED ON THESE VANS.","IMPROPER TIGHTENING OF THESE WHEELS CAN, OVER TIME, CAUSE EXCESSIVE LOOSENING OF THE LUG NUTS, FRACTURE OF THE LUG STUDS, AND SEPARATION OF THE WHEEL FROM THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.",THESE WHEELS WILL BE REPLACED WITH WHEELS HAVING A DEEPENED LUG NUT SEAT AND APPROPRIATE LUG NUTS TO ENSURE ADEQUATE THREAD ENGAGEMENT. -06/03/1997,97V092002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V092002),Honda (American Honda Motor Co.),HONDA/FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,873,THE LEFT FRONT BRAKE LINES WERE INSTALLED IMPROPERLY AT THE ASSEMBLY LINE RESULTING IN INSUFFICIENT CLEARANCE BETWEEN THE BRAKE LINE AND AN UPPER CONTROL ARM OF THE SUSPENSION.,"THE LINE CAN BE DAMAGED DURING VEHICLE OPERATION AND CAN RESULT IN BRAKE FLUID LEAKAGE, REDUCED BRAKE EFFECTIVENESS, AND INCREASED STOPPING DISTANCES.","DEALERS WILL INSPECT THE CLEARANCE BETWEEN THE BRAKE LINE AND THE UPPER CONTROL ARM. IF THE CLEARANCE IS NOT ACCORDING TO SPECIFICATIONS, THE BRAKE LINE WILL BE REPLACED." -06/03/1997,97V092001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V092001),Isuzu Motors Limited,ISUZU/FRONT BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6667,THE LEFT FRONT BRAKE LINES WERE INSTALLED IMPROPERLY AT THE ASSEMBLY LINE RESULTING IN INSUFFICIENT CLEARANCE BETWEEN THE BRAKE LINE AND AN UPPER CONTROL ARM OF THE SUSPENSION.,"THE LINE CAN BE DAMAGED DURING VEHICLE OPERATION AND CAN RESULT IN BRAKE FLUID LEAKAGE, REDUCED BRAKE EFFECTIVENESS, AND INCREASED STOPPING DISTANCES.","DEALERS WILL INSPECT THE CLEARANCE BETWEEN THE BRAKE LINE AND THE UPPER CONTROL ARM. IF THE CLEARANCE IS NOT ACCORDING TO SPECIFICATIONS, THE BRAKE LINE WILL BE REPLACED." -06/02/1997,97E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E016000),BOYDS WHEELS,BOYDS/WHEELS,WHEELS,NR (Not Reported),Equipment,1051,"EQUIPMENT DESCRIPTION: 401 AND 402 OMEGA SERIES DUALIE ALUMINUM WHEEL, AN AFTERMARKET WHEEL FOR USE ON FORD, DODGE AND CHEVROLET DUAL WHEEL PICKUP TRUCKS. THESE WHEELS CAN CRACK WHERE THE BOLT PATTERN MEETS THE CENTER BORE.",THIS DEFECT COULD RESULT IN A LOSS OF VEHICLE CONTROL.,"BOYDS WILL OFFER A FULL REFUND FOR THESE WHEELS, INCLUDING ANY COSTS ASSOCIATED WITH THE INSTALLATION, LABOR, MOUNTING, AND BALANCING OF THE REPLACEMENT WHEELS AND VEHICLE TOWING." -06/02/1997,96V194007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194007),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,35,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -06/02/1997,96V194006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194006),MONACO COACH CORPORATION,MONACO/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,27,THE O RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.,"IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -05/29/1997,97E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E015000),MESA,MESA ENVIRONMENTAL/CNG ENGINES,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1,EQUIPMENT DESCRIPTION: ELECTRONIC CONTROL MODULES INSTALLED ON A MACK REFUSE TRUCK. THE ELECTRONIC CONTROL MODULE (ECM) IN THESE ENGINES CONTAIN A MANUFACTURING DEFECT WHICH RESULTS IN INTERMITTENT ELECTRICAL CONTACT AND CAUSES INCORRECT ELECTRONIC SIGNALS TO BE SENT TO THE ENGINE THROTTLE CONTROL.,THIS CONDITION CAN CREATE THE POTENTIAL FOR SUDDEN ACCELERATION OR DECELERATION OF THE ENGINE INCREASING THE RISK OF A CRASH.,"DUE TO THE POTENTIAL SERIOUS CONSEQUENCES, THE TRUCK THAT HAS THIS ECM INSTALLED HAS BEEN REMOVED FROM SERVICE." -05/29/1997,97V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V086000),REXWORKS INC.,REXWORKS/BRAKE HOSES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,421,VEHICLE DESCRIPTION: TRUCK MIXERS. THE BOOSTER TAG AXLE HAS AN AIR BRAKE SYSTEM WHICH WORKS ALONG WITH THE TRUCK'S VEHICLE BRAKE SYSTEM. NYLON AIR TUBING USED TO OPERATE THE MIXER TAG AXLE AIR BRAKES CAN FAIL.,FAILURE OF THE AIR BRAKE TUBING CAN CAUSE A REDUCED CAPABILITY OF THE BRAKING SYSTEM INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL REPLACE THE BLACK, SEMI-STIFF, 1/2"" TUBING WITH 5/8"" BLACK TUBING WHICH BENDS EASILY AND HAS A SOFT OUTER JACKET." -05/29/1997,97V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V088000),Taylor Made Ambulances,TAYLOR MADE/FRAME RAIL CRACK,STRUCTURE,NR (Not Reported),Vehicle,12,"VEHICLE DESCRIPTION: AMBULANCES BUILT TO THE SPECIFICATIONS OF THE CITY OF AUSTIN, TEXAS, ON A FREIGHTLINER FL-60 CHASSIS. THE REAR CHASSIS FRAME RAIL CRACKS BEHIND THE REAR AXLE.",THE FRAME RAIL CAN CRACK INCREASING THE RISK OF A VEHICLE CRASH.,THE CITY OF AUSTIN WILL ARRANGE TO HAVE THESE VEHICLES REPAIRED. THE REPAIR WILL CONSIST OF WELDING CLOSED A HOLE IN THE TOP FRAME FLANGE AND ADD A REINFORCEMENT PLATE ON THE OUTSIDE OF THE FRAME RAILS AND CENTER OF THE AFFECTED AREA. -05/28/1997,97V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V091000),Ford Motor Company,FORD/AUTO TRANSMISSION SHIFT LINKAGE,POWER TRAIN,NR (Not Reported),Vehicle,2400,"VEHICLE DESCRIPTION: MEDIUM DUTY TRUCKS AND SCHOOL BUS CHASSIS-COWLS EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THE WELDS THAT ATTACH THE KEY TO THE TOP OF THE STEERING COLUMN MOUNTED AUTOMATIC TRANSMISSION SHIFT LINKAGE MAY NOT ADEQUATELY RETAIN THE KEY, ALLOWING THE TRANSMISSION TO BE IN A GEAR OTHER THAN THAT INDICATED ON THE ""PRNDL"", OR IN SOME CASES, ""RNDL.""","THE DOMESTIC SPECIAL ORDER (DSO) PARK BRAKE MAY NOT ENGAGE WHEN THE SHIFT LEVER IS PLACED IN THE PARK POSITION, OR IN THE VEHICLE MOVING IN AN UNINTENDED DIRECTION WHEN THE ACCELERATOR IS PRESSED. IN SOME VEHICLES THE DSO PARKING BRAKE MECHANISM ALSO MAY NOT BE PROPERLY ADJUSTED, WHICH CAN RESULT IN THE PARK BRAKE NOT ENGAGING WHEN THE SHIFT LEVER IS PLACED IN THE PARK POSITION, INCREASING THE RISK OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE STEERING COLUMN SHIFT TUBE AND, IF SO EQUIPPED, TO HAVE THE DSO PARK BRAKE LINKAGE ADJUSTED." -05/28/1997,97V090001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V090001),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,2833,"VEHICLE DESCRIPTION: MEDIUM AND HEAVY DUTY TRUCKS, SCHOOL AND TRANSIT BUSES BUILT WITH A BENDIX 9X3 POWER APPLY PARK BRAKE SYSTEM. THE CAM LEVER OF THE POWERED APPLY BRAKE CAN MOVE FORWARD, BECAUSE A HOLE IN THE TRANSMISSION MOUNTING BOSS WAS DRILLED TOO DEEP.",THIS CAN ALLOW THE CAM LEVER TO BECOME DISENGAGED FROM THE PARKING BRAKE SHOES. THE OPERATOR WOULD HAVE NO WARNING THAT THE PARKING BRAKE WAS NOT APPLIED ALLOWING THE VEHICLE TO MOVE UNEXPECTEDLY.,DEALERS WILL INSTALL SHIMS IN THE DRILLED AREA OF THE AUTOMATIC TRANSMISSION PARK BRAKE PIVOT PIN HOLE. -05/28/1997,97V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V089000),"SAFARI MOTOR COACHES, INC.",SAFARI/PROPANE WATER HEATER LOCATION,EQUIPMENT,NR (Not Reported),Vehicle,10,VEHICLE DESCRIPTION: CLASS-C MINI MOTOR HOMES. THE PROPANE WATER HEATER IS LOCATED LESS THAN 3 FEET FROM THE GASOLINE FILLER SPOUT.,THERE IS THE POTENTIAL FOR AN EXPLOSION WHILE THE VEHICLE IS BEING FUELED.,"DEALERS WILL MOVE THE PROPANE WATER HEATER 36"" FORWARD OF THE FUEL FILLER SPOUT. UNTIL THE WATER HEATER CAN BE MOVED, OWNERS ARE BEING ADVISED TO TURN OFF BOTH THE WATER HEATER SWITCH AND THE 12 VOLT KILL SWITCH BEFORE FUELING THE VEHICLE." -05/22/1997,97E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E014000),"DRAW-TITE, INC.",DRAW-TITE/HITCH FRACTURE,TRAILER HITCHES,NR (Not Reported),Equipment,1652,"EQUIPMENT DESCRIPTION: CAST HEAD TRUNNION WEIGHT-DISTRIBUTING HITCHES. THE CAST HEAD CAN FRACTURE, CAUSING THE BALL PLATFORM TO BREAK AWAY.","IF THIS OCCURS, A TRAILER UNDER TOW CAN SEPARATE FROM THE TOW VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THESE HEAD ASSEMBLIES. -05/22/1997,97V087002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V087002),"General Motors, LLC",GM/FRONT AXLE BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,266,THE FRONT AXLE BRAKE HOSES WERE DAMAGED DURING TRANSPORTATION OF THE FRONT AXLE ASSEMBLY WITH THE BRAKE HOSES ATTACHED.,"THIS DAMAGE COULD RESULT IN BRAKE FLUID LEAKAGE, REDUCING THE BRAKING EFFECTIVENESS AND INCREASING THE STOPPING DISTANCES.",DEALERS WILL INSPECT THE FRONT AXLE BRAKE HOSES (RIGHT AND LEFT) AND ANY HOSE SHOWING DAMAGE WILL BE REPLACED. -05/22/1997,97V087001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V087001),Isuzu Motors Limited,ISUZU/FRONT AXLE BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,464,THE FRONT AXLE BRAKE HOSES WERE DAMAGED DURING TRANSPORTATION OF THE FRONT AXLE ASSEMBLY WITH THE BRAKE HOSES ATTACHED.,"THIS DAMAGE COULD RESULT IN BRAKE FLUID LEAKAGE, REDUCING THE BRAKING EFFECTIVENESS AND INCREASING THE STOPPING DISTANCES.",DEALERS WILL INSPECT THE FRONT AXLE BRAKE HOSES (RIGHT AND LEFT) AND ANY HOSE SHOWING DAMAGE WILL BE REPLACED. -05/22/1997,97V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V085000),PACCAR Incorporated,PACCAR/DOOR LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1352,A SECONDARY BEND OPERATION WAS NOT PERFORMED DURING ASSEMBLY OF THE DOOR LATCH WHICH COULD CAUSE THE DOOR LATCH TO JAM WHEN LOCKED.,THE DOOR LATCH WILL NOT RELEASE FROM EITHER THE INSIDE OR THE OUTSIDE OF THE VEHICLE.,DEALERS WILL INSPECT THE DOOR LATCHES FOR CERTAIN DATE CODES AND REPLACE SUSPECT LATCHES WITH NEW LATCHES. -05/16/1997,97V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V080000),"Chrysler (FCA US, LLC)",CHRYSLER/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,125000,THE ELECTRICAL CIRCUIT DESIGN ALLOWS THE POTENTIAL FOR AN INADVERTENT AIR BAG DEPLOYMENT UPON VEHICLE IGNITION SHUT DOWN.,UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPLACE THE AIR BAG ELECTRONIC CONTROL MODULE WITH A NEWLY DESIGNED MODULE. -05/16/1997,97V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V079000),"Chrysler (FCA US, LLC)",CHRYSLER/LIFTGATE SUPPORT BRACKET,STRUCTURE,NR (Not Reported),Vehicle,436000,"THE BOLTS USED TO ATTACH THE STRUT TO THE BODY AND THE REAR LIFTGATE CAN ACCUMULATE FATIGUE DAMAGE IF THREE FACTORS COMBINE. IF THE BOLT IS LOOSE, THE GAS STRUT IS OVER-PRESSURIZED, AND THE FREQUENCY OF OPENING AND CLOSING CYCLES IS HIGHER THAN FOR THE AVERAGE CUSTOMER, THE BOLT CAN FAIL.",PERSONAL INJURY COULD OCCUR IF THE BOLTS BREAK ALLOWING THE LIFTGATE TO FALL SUDDENLY.,"DEALERS WILL INSPECT FOR LOOSE FASTENERS, IF THE FASTENERS ARE LOOSE, THE STRUT (AND INTEGRAL BOLTS) WILL BE REPLACED. IF THE BOLT SHOWS EVIDENCE OF TORQUE, THE BOLT WILL BE REMOVED, LARGER WASHERS WILL REPLACE THE EXISTING WASHER AND THE BOLT WILL BE REINSTALLED AND HAND TIGHTENED TO THE TARGET TORQUED." -05/12/1997,97V063002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V063002),"Chrysler (FCA US, LLC)",CHRYSLER/DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,46000,"EXCESS LUBRICATION CAN CAUSE THE RUBBER DOOR LATCH SWITCH COVER TO DEFORM, AND THE DOOR LATCH SWITCH TO MALFUNCTION, SO THAT THE SHOULDER BELT ANCHORAGE WOULD REMAIN AT THE A-PILLAR WHEN THE DOOR WAS CLOSED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.","DEALERS WILL REPLACE THE DOOR LATCH SWITCH WITH A SWITCH THAT UTILIZES REDUCED LUBRICATING GREASE, IMPROVED CONTACT SURFACE, AND A DIFFERENT RUBBER ISOLATION BOOT." -05/12/1997,97V073002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V073002),"Chrysler (FCA US, LLC)",CHRYSLER/DRIVER'S SIDE GUIDE RAIL,SEAT BELTS,NR (Not Reported),Vehicle,24000,"THE GUIDE RAIL ON THE DRIVER'S SIDE CONTAINS A COVERED CABLE AND ALSO AN ANGLED BELT GUIDE AT THE TOP END OF THE WEBBING. THE COMBINATION OF THESE FACTORS CAN LEAD, OVER TIME, TO THE CABLE'S MOVEMENT EXERTING ABRADING FORCE TO THE LOWER EDGES OF THE CABLE'S CHAMBER, SUFFICIENT TO CAUSE THE CABLE TO DROP OUT OF THE CHAMBER WITH THE SHOULDER BELT ANCHORAGE BECOMING STUCK.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSTALL A NEW REPLACEMENT GUIDE RAIL THAT INCORPORATES A DOUBLE LIP DUST SEAL AND AN ANODIC OXIDE COATING. -05/12/1997,97V081001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V081001),"Mitsubishi Motors North America, Inc.",MITSUBISHI MOTORS/HEADREST BRACKET,SEATS,NR (Not Reported),Vehicle,119,THE HEADREST GUIDE BRACKET WAS IMPROPERLY WELDED TO THE SEAT BACK FRAME ON THE PASSENGER SIDE SEAT BACK ASSEMBLIES ONLY.,"THE HEADREST SUPPORT BRACKET CAN BREAK, INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE THE PASSENGER SEAT BACK ASSEMBLY WITH A NEW ASSEMBLY. -05/10/1997,97V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V078000),"Chrysler (FCA US, LLC)",CHRYSLER/SEAT BACK BOLT,SEATS,NR (Not Reported),Vehicle,148000,THE LOWER SEAT BACK ATTACHING BOLT ON THE DRIVER'S SEAT CAN FAIL AND SEPARATE.,"IF THE BOLT FAILS WHILE THE VEHICLE IS BEING DRIVEN, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE LOWER SEAT BACK ATTACHING BOLT ON THE DRIVER'S SEAT WITH A HIGHER STRENGTH BOLT THAT INCLUDES A SELF LOCKING NYLON PATCH. -05/09/1997,97V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V077000),"CARPENTER INDUSTRIES, INC.",CARPENTER/FMVSS 217,VISIBILITY,NR (Not Reported),Vehicle,4037,"VEHICLE DESCRIPTION: SCHOOL BUSES. SIDE EMERGENCY PUSH-OUT WINDOWS MAY NOT OPEN PROPERLY DUE TO INTERFERENCE WITH EXTERIOR BOW CAP. EMERGENCY DOOR(S) MAY NOT HAVE REQUIRED OPERATING INSTRUCTIONS LOCATED ADJACENT TO INTERIOR DOOR HANDLE. THIS DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",EXIT WINDOWS MAY NOT OPEN PROPERLY DURING AN EMERGENCY.,"OWNERS WILL BE PROVIDED WITH MODIFICATION INSTRUCTIONS OR IF THEY SO DESIRE, CAN CONTACT AN AUTHORIZED DEALER FOR ASSISTANCE." -05/06/1997,97V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V076000),"Charles Machine Works, Inc.",CHARLES MACHINE/TRAILERS,SUSPENSION,NR (Not Reported),Vehicle,88,VEHICLE DESCRIPTION: TRAILERS. INCORRECT SEALS WERE INSTALLED IN THE WHEEL ASSEMBLIES.,"THE INCORRECT SEAL CAN ALLOW GREASE TO LEAK ONTO THE BRAKES, REDUCING THE BRAKING CAPABILITY OF THE TRAILER, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSTALL THE CORRECT SEALS IN THE WHEEL ASSSEMBLIES. -05/05/1997,96V178011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178011),ATHEY PRODUCTS CORP.,ATHEY/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,70,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER'S POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -05/05/1997,97V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V084000),"Chrysler (FCA US, LLC)",CHRYSLER/TRANSMISSION COOLING LINE,POWER TRAIN,NR (Not Reported),Vehicle,960000,"UNDER CERTAIN HIGH LOAD OPERATING CONDITIONS, THE TRANSMISSION FLUID TEMPERATURE CAN EXCEED THE MELTING POINT OF THE MATERIAL USED IN THE CONNECTOR TO RETAIN THE FLUID LINE TO THE TRANSMISSION.","WHEN THESE TEMPERATURES OCCUR, THE FLUID LINE WILL NOT STAY CONNECTED WITH THE TRANSMISSION AND FLUID CAN SPRAY ONTO THE EXHAUST MANIFOLD, RESULTING IN SMOKE OR FIRE.",DEALERS WILL REPLACE THE HIGH TEMPERATURE SIDE OF THE TRANSMISSION FLUID COOLER LINE CONNECTOR FITTINGS WITH CONNECTORS THAT INCORPORATE A STAINLESS STEEL RETAINER. -05/05/1997,97V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V083000),Ford Motor Company,FORD/REMOTE POWER MIRROR SWITCH,VISIBILITY,NR (Not Reported),Vehicle,610000,A SHORT CIRCUIT CONDITION CAN OCCUR IN THE REMOTE POWER MIRROR CONTROL SWITCH CIRCUIT BOARD AS A RESULT OF A SEPARATED PART OF THE CONTACT ASSEMBLY BRIDGING THE SWITCH POSITIVE BATTERY PAD AND ADJACENT CHASSIS GROUND PAD.,THE CURRENT CAN OVERHEAT THE PRINTED CIRCUIT BOARD AND OTHER PLASTIC AND ELASTOMERIC COMPONENTS OF THE SWITCH ASSEMBLY RESULTING IN SMOKE OR FIRE.,DEALERS WILL INSTALL AN IN-LINE 10 AMP FUSE IN THE POSITIVE BATTERY FEED TO THE REMOTE POWER MIRROR CONTROL SWITCH ASSEMBLY. -05/02/1997,96V178010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178010),Blue Bird Body Company,BLUE BIRD/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,30,VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER'S POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -05/02/1997,97I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97I002000),"Chrysler (FCA US, LLC)",CHRYSLER/ACCELERATION,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1010400,"VEHICLE DESCRIPTION: MULTIPURPOSE PASSENGER VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS. THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. DRIVERS CAN MISTAKENLY STEP ON THE ACCELERATOR PEDAL WHEN THEY INTEND TO STEP ON THE BRAKE PEDAL.",PEDAL MISAPPLICATION BY A DRIVER CAN CAUSE UNINTENDED ACCELERATION.,DEALERS WILL INSTALL A SHIFT INTERLOCK ON THE AUTOMATIC TRANSMISSION OF THESE VEHICLES. -04/30/1997,97V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V074000),Ford Motor Company,FORD/THROTTLE,VEHICLE SPEED CONTROL,97S67,Vehicle,23000,"VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES EQUIPPED WITH 5.0L ENGINES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF ALASKA, IDAHO, IOWA, MAINE, MICHIGAN (UPPER PENINSULA ONLY), MINNESOTA, MONTANA, NEBRASKA, NEW HAMPSHIRE, NEW YORK, NORTH DAKOTA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. THESE VEHICLES, WHEN OPERATED FOR EXTENDED PERIODS OF TIME AT HIGHWAY SPEEDS AND TEMPERATURES BELOW -20 DEGREES FARENHEIT, DO NOT RETURN TO IDLE DUE TO ICE IN THE THROTTLE BODY.","ALTHOUGH THE VEHICLE CAN BE CONTROLLED BY EITHER APPLYING THE SERVICE BRAKES OR SHIFTING THE TRANSMISSION TO NEUTRAL, INCREASED BRAKE PEDAL EFFORTS OR SOME INCREASE IN STOPPING DISTANCE CAN RESULT.",DEALERS WILL INSTALL A REVISED PCV SYSTEM WITH WATER HEATED VACUUM SOURCE. -04/29/1997,97T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97T005000),Cooper Tire & Rubber Co.,COOPER/SIDEWALL PUNCTURE,TIRES,NR (Not Reported),Tire,889,"TIRE DESCRIPTION: ELDORADO BRAVADA STEEL RADIAL, P155/80R13 MANUFACTURED MARCH 12-MARCH 15, 1997 (U9E4EJ9107), MARCH 16-MARCH 22, 1997 (U9E4EJ9117) AND MARCH 23-MARCH 29, 1997 (U9E4EJ9127). AN ALUMINUM PIN WAS FOUND TO BE PROTRUDING INTO THE MOLD CAVITY. THE DAMAGED AREA OF THE TIRE APPEARS ON THE SIDE OPPOSITE THE DOT SERIAL NUMBER IN THE UPPER SIDEWALL.","THIS CONDITION CAN CAUSE THE TIRE TO LEAK AIR. SHOULD THE AIR LOSS NOT BE DETECTED, THE LOSS OF THE INFLATING AIR COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.",DEALERS WILL REPLACE THESE TIRES AS WELL AS MOUNT AND BALANCE THE NEW TIRES. -04/28/1997,97V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V068000),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,58000,"VEHICLE DESCRIPTION: PICKUP TRUCKS EQUIPPED WITH DIESEL ENGINES. THE ENGINE DRIVEN VACUUM PUMP CAN ALLOW ENGINE OIL INTO THE VACUUM HOSES DUE TO THE ABSENCE OF AN INTERNAL CHECK VALVE. THE OIL CAN CAUSE THE HOSE TO DETERIORATE AND PARTIALLY COLLAPSE, REDUCING THE VACUUM SUPPLY TO THE BRAKE BOOSTER.",REDUCED POWER BRAKE ASSIST CAN RESULT INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL ADD A VACUUM PUMP CHECK VALVE TO THE VACUUM PUMP. IN ADDITION, THE VACUUM HOSE CONNECTED TO THE VACUUM PUMP WILL BE REPLACED WITH A HOSE THAT IS ENGINE OIL RESISTANT." -04/28/1997,97V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V070000),"Chrysler (FCA US, LLC)",CHRYSLER/STEEL ROAD WHEELS,WHEELS,NR (Not Reported),Vehicle,60,THE STEEL ROAD WHEELS WERE DAMAGED BY THE EQUIPMENT USED TO MATCH MOUNT THE WHEEL TO THE TIRE.,"A SCORE MARK WAS MADE ON THE WHEEL, AFFECTING THE DURABILITY OF THE WHEEL.",DEALERS WILL REPLACE ALL ROAD WHEELS (AND FULL SIZE SPARE TIRES) WITH NEW WHEELS. -04/28/1997,97V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V069000),"Chrysler (FCA US, LLC)",CHRYSLER/STEERING GEAR,STEERING,NR (Not Reported),Vehicle,2500,"DURING ASSEMBLY OF THE FRAME, A FILLET WELD THAT JOINS THE INNER STEERING GEAR ATTACHMENT REINFORCEMENT TO THE FRAME RAIL, WAS OMITTED.","DUE TO HIGH STEERING LOAD EVENTS, VEHICLES CAN EXHIBIT BROKEN STEERING GEAR ATTACHING BOLTS OR FRAME RAIL CRACKING AT THE STEERING GEAR ATTACHING POINT INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSPECT THE VEHICLES FOR CRACKS IN THE FRAME RAIL. VEHICLES THAT SHOW CRACKS WILL BE EQUIPPED WITH REINFORCEMENT PLATES. VEHICLES THAT ARE FOUND TO BE FREE OF CRACKS WILL HAVE A SLOT CUT IN THE CROSS MEMBER AND THE FILLET WELD WILL BE ADDED. -04/28/1997,97V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V064000),"General Motors, LLC",GM/ABS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,156910,THE ELECTRONIC BRAKE CONTROL MODULE OR THE ELECTRONIC BRAKE AND TRACTION CONTROL MODULE CAN CAUSE THE ANTILOCK BRAKE SYSTEM (ABS) TO CYCLE DURING A NON-ABS BRAKE APPLICATION.,THIS CONDITION CAN RESULT IN AN INCREASE IN VEHICLE STOPPING DISTANCE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE ELECTRONIC BRAKE CONTROL MODULE OR THE ELECTRONIC BRAKE AND TRACTION CONTROL MODULE. -04/27/1997,97V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V060000),"Triumph Motorcycles America, Ltd.",TRIUMPH/FUEL PUMP MOUNTING PLATE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,375,THE FUEL PUMP MOUNTING PLATE DOES NOT FULLY SEAL THE FUEL TANK ALLOWING FUEL LEAKAGE ONTO THE ENGINE.,"IF AN IGNITION SOURCE IS PRESENT, FUEL LEAKAGE ONTO THE ENGINE CAN RESULT IN A FIRE.",DEALERS WILL REPLACE THE ORIGINAL RUBBER SEAL WITH A REVISED SEAL THAT HAS METAL INSERTS SO THE PLATE CANNOT BE OVERTORQUED AND TO MORE EVENLY SPREAD THE LOAD ACROSS THE FACE OF THE SEAL. -04/25/1997,97V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V075000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/STEERING,STEERING,NR (Not Reported),Vehicle,14,"VEHICLE DESCRIPTION: CONVENTIONAL TRUCKS AND TRUCK/TRACTORS EQUIPPED WITH A FIREWALL ADAPTER PLATE FOR THE STEERING SHAFT BOOT. INSUFFICIENT CLEARANCE BETWEEN THE TOP OF THE STEERING SHAFT AND THE TOP OF THE OPENING IN THE ADAPTER PLATE CAN CAUSE THE STEERING SHAFT TO CONTACT THE TOP OF THE FIREWALL ADAPTER OPENING WEARING A GROOVE IN THE STEERING SHAFT. IF THE GROOVE IS ALLOWED TO WEAR DEEP ENOUGH, THE SHAFT CAN FAIL.","IF THE STEERING SHAFT FAILS, STEERING CONTROL WILL BE LOST INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE FIREWALL ADAPTER PLATE ON THE AFFECTED VEHICLES. -04/22/1997,97V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V072000),"Nissan North America, Inc.",NISSAN/FUEL FILLER TUBE ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,85000,"VEHICLE DESCRIPTION: PASSENGER VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, DELAWARE, ILLINOIS, INDIANA, IOWA, MAINE, MARYLAND, MASSACHUSETTS, MICHIGAN, MINNESOTA, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, WEST VIRGINIA, WISCONSIN, AND THE DISTRICT OF COLUMBIA. CORROSION OF THE FUEL FILLER TUBE ASSEMBLY CAN OCCUR, ESPECIALLY THOSE VEHICLES OPERATED IN THE ""SALT BELT,"" RESULTING IN FUEL LEAKAGE.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL INSPECT THE FUEL FILLER TUBE AND REPLACE THE TUBE WITH A NEW ONE. ANY OTHER COMPONENTS OF THE FUEL FILLER TUBE ASSEMBLY WHICH ARE DAMAGED OR DETERIORATED WILL ALSO BE REPLACED. -04/22/1997,97V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V071000),"Nissan North America, Inc.",NISSAN/REAR SEAT BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,36000,"THE RELEASE BUTTON USED IN THE REAR SEAT BELT BUCKLES WERE NOT MADE ACCORDING TO SPECIFICATIONS. IN HOT WEATHER, THE PLASTIC WELDS SECURING THE RELEASE BUTTON TO THE SPRING CAN FAIL RESULTING IN PARTIAL ENGAGEMENT OF THE SEAT BELT TONGUE IN THE BUCKLE OR NOT BEING ABLE TO LATCH THE SEAT BELT.","IF A PARTIAL ENGAGEMENT OCCURS, THIS CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A CRASH OR HARD BRAKING OF THE VEHICLE.",DEALERS WILL REPLACE ALL REAR SEAT BELT BUCKLES WITH NEW SEAT BELT BUCKLES. -04/21/1997,97V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V066000),Glaval Bus,GLAVAL/REAR BRAKE DRUM BOLTS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2121,VEHICLE DESCRIPTION: GLAVAL CONVERSION VANS AND PICKUP TRUCKS. THE RETAINER CLIPS WERE NOT REMOVED FROM THE REAR BRAKE DRUM WHEEL STUD BOLTS PRIOR TO THE INSTALLATION OF A CUSTOM WHEEL.,THE WHEEL CAN APPEAR TO BE OR CAN ACTUALLY GO OUT OF BALANCE AND COULD CRACK IN THE LUG NUT AREA INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSPECT THE WHEELS AND REMOVE THE RETAINER CLIPS IF STILL IN PLACE AND ALSO INSPECT WHEELS FOR CRACKS (INCLUDING THE FRONT WHEELS, IF THE TIRES HAVE BEEN ROTATED). IF THE WHEELS ARE CRACKED IN THE LUG NUT AREA, THE WHEELS WILL BE REPLACED." -04/21/1997,97E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E013000),"WELD WHEEL INDUSTRIES, INC.",WELD RACING/WHEELS,WHEELS,NR (Not Reported),Equipment,616,"EQUIPMENT DESCRIPTION: ALUMA DUAL TRUCK WHEELS. THESE WHEELS HAVE A CIRCUMFERENTIAL WELD THAT IS USED IN WHEEL ASSEMBLY. AT THE OVERLAP OF THE WELD, A CRACK IN THE WELD AREA CAN OCCUR.",THE WHEEL AND TIRE UNIT CAN EXPERIENCE A SLOW AIR LEAK.,DEALERS WILL REPLACE THESE WHEELS WITH WHEELS HAVING TWO CIRCUMFERENTIAL WELDS. -04/18/1997,97V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V065000),"General Motors, LLC",GM/SEAT BELT ANCHOR PLATE,SEAT BELTS,NR (Not Reported),Vehicle,50709,THE CENTER REAR SEAT BELT ANCHOR PLATE EXHIBITS STRESS CRACKS.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT SYSTEM CAN FRACTURE AND INJURY TO THE SEAT OCCUPANT CAN OCCUR.",DEALERS WILL REPLACE THE CENTER REAR SEAT BELT SYSTEM. -04/18/1997,97V063001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V063001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,38948,"EXCESS LUBRICATION CAN CAUSE THE RUBBER DOOR LATCH SWITCH COVER TO DEFORM, AND THE DOOR LATCH SWITCH TO MALFUNCTION, SO THAT THE SHOULDER BELT ANCHORAGE WOULD REMAIN AT THE A-PILLAR WHEN THE DOOR WAS CLOSED.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL REPLACE THE DOOR LATCH SWITCH. -04/18/1997,97V073001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V073001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/DRIVER'S SIDE GUIDE RAIL,SEAT BELTS,NR (Not Reported),Vehicle,15405,"THE GUIDE RAIL ON THE DRIVER'S SIDE CONTAINS A COVERED CABLE AND ALSO AN ANGLED BELT GUIDE AT THE TOP END OF THE WEBBING. THE COMBINATION OF THESE FACTORS CAN LEAD, OVER TIME, TO THE CABLE'S MOVEMENT EXERTING ABRADING FORCE TO THE LOWER EDGES OF THE CABLE'S CHAMBER, SUFFICIENT TO CAUSE THE CABLE TO DROP OUT OF THE CHAMBER WITH THE SHOULDER BELT ANCHORAGE BECOMING STUCK.","IN THE EVENT OF A CRASH, THE SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL INSTALL A NEW REPLACEMENT GUIDE RAIL. -04/16/1997,97V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V062000),"Jayco, Inc.",JAYCO/FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,445,AN IN-LINE FUSE TO THE AUXILIARY BATTERY WAS OMITTED.,"IF A SHORT OCCURRED IN THE POWER LINE FROM THE BATTERY WITHOUT THE PRESENCE OF OVER-CURRENT PROTECTION, THE 12 VOLT LINE CAN OVERHEAT, INCREASING THE RISK OF A FIRE.",DEALERS WILL INSTALL AN IN-LINE FUSE TO THE AUXILIARY BATTERY. -04/15/1997,97T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97T003000),"Continental Tire the Americas, LLC",CONTINENTAL/FMVSS 119,TIRES,NR (Not Reported),Tire,404,"TIRE DESCRIPTION: SIZE LT225/75R16 M+S, APACHE ALL SEASON, SERIAL NOS. AD1L9KN057, AD1L9KNO67 OR AD1L9KN077. A SOFT SPOT ALONG THE LOWER SIDEWALL CAN AFFECT THE LONG TERM SERVICE LIFE OF THE TIRE. THE TIRE MAY DISPLAY SPORADIC SURFACE CRACKING IN THE AREA AFFECTED WHICH CAN EXTEND AROUND THE LOWER SIDEWALL. THIS DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.""",THIS CONDITION CAN AFFECT THE LONG TERM SERVICE LIFE OF THE TIRE.,DEALERS WILL REPLACE THESE TIRES WITH A TIRE OF THE SAME TYPE OR COMPARABLE CONTINENTAL GENEAL TIRE. -04/15/1997,97T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97T004000),FIDELITY TIRE MANUFACTURING CO,FIDELITY/FMVSS 119,TIRES,NR (Not Reported),Tire,5070,"TIRE DESCRIPTION: FIDELITY CENTURY RIB 7.00-15 LT LOAD RANGE ""C"" BEARING ITEM NUMBER F06745 OR GATEWAY HIGHWAY LIGHT TRUCK 7.00-15 LT LOAD RANGE ""C"" BEARING ITEM NUMBER K06745, SERIAL NOS. FONVKD3436 FONVKD3446, FONVKD3456, FONVKD3466, FONVKD3476, FONVKD3486, FONVKD3496, FONVKD3506, FONVKD3516, FONVKD3526, FONVKD3017, FONVKD3027, FONVKD3037, FONVKD3047, FONVKD3057, FONVKD3067, FONVKD3077, FONVKD3087, FONVKD3097, AND FONVKD3107. THESE TIRES DO NOT MEET THE CARCASS BREAKING ENERGY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS.""","IN ENCOUNTERING A SEVERE ROAD HAZARD, THE TIRE CARCASS COULD PUNCTURE CAUSING A LOSS OF AIR INCREASING THE POTENTIAL FOR LOSS OF VEHICLE CONTROL.","DEALERS WILL REPLACE THESE TIRES, MOUNTING AND BALANCING THE NEW TIRES." -04/15/1997,96V194005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194005),"SAFARI MOTOR COACHES, INC.",SMC/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,604,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -04/14/1997,97C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C012000),"Britax Child Safety, Inc.",BRITAX/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,8000,"THE MINIMUM FORCE REQUIRED TO RELEASE THE BELT BUCKLE COULD BE LESS THAN THE MINIMUM BUCKLE FORCE REQUIRED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS."" A CHILD COULD HAVE AN EASIER TIME OPENING THE BUCKLE.","IF A CHILD RELEASES THE BUCKLE AND THEN THE VEHICLE IS INVOLVED IN A CRASH, THE CHILD WOULD NOT BE PROTECTED BY THE RESTRAINT SYSTEM AND COULD BE INJURED.",OWNERS WILL BE PROVIDED WITH A NEW BUCKLE BUTTON AND INSTALLATION INSTRUCTIONS. -04/09/1997,97V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V061000),"Winnebago Industries, Inc.",WINNEBAGO/SEAT BELT ANCHOR,SEAT BELTS,NR (Not Reported),Vehicle,110,A SPACER WAS OMITTED AT THE LOWER SEAT BELT ANCHOR POINT OF THE DRIVER AND FRONT PASSENGER SEAT.,THE MISSING SPACER CAN CAUSE THE SEAT BELT ANCHOR SYSTEM TO FAIL IN THE EVENT OF A CRASH INCREASING THE RISK OF PERSONAL INJURY AND/OR PROPERTY DAMAGE.,DEALERS WILL INSTALL THE SEAT BELT ANCHOR SPACER. -04/08/1997,97V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V052000),FREIGHTLINER LLC,FREIGHTLINER/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,5997,VEHICLE DESCRIPTION: VANS AND TRUCKS EQUIPPED WITH AN OPTIONAL AUTOMATIC TRANSMISSION SHIFT LEVER THAT INCLUDES A PARK BRAKE POSITION. THE TRANSMISSION SHIFTER/PARK BRAKE LEVER CAN BIND BEFORE FULLY ENGAGING IN THE PARK BRAKE POSITION CAUSING A FALSE PARK CONDITION.,THE VEHICLE CAN MOVE AFTER BEING PLACED IN PARK INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A SPACER PLATE IN THE SHIFTER AND INSPECT FOR THE PRESENCE OF AN ""E"" CLIP THAT DETAINS THE DETENT PIN." -04/08/1997,97V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V054000),"General Motors, LLC",GM/BRAKE PIPE/OIL COOLER HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8,VEHICLE DESCRIPTION: G VANS EQUIPPED WITH 6.5L TURBO-CHARGED DIESEL ENGINES. THE FRONT LEFT-HAND BRAKE PIPE CAN BE CONTACTED BY THE LOWER ENGINE OIL COOLER HOSE CAUSING A HOLE TO BE WORN IN THE BRAKE PIPE.,A HOLE IN THE BRAKE PIPE CAN CAUSE LOSS OF FRONT BRAKE PERFORMANCE AND INCREASED STOPPING DISTANCES INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL AN ENGINE OIL COOLER HOSE BRACKET TO PREVENT THE LOWER ENGINE OIL COOLER HOSE FROM CONTACTING THE BRAKE PIPE, AND ALSO INSPECTING THE BRAKE PIPE FOR WEAR. IF NECESSARY, THE BRAKE PIPE WILL BE REPLACED." -04/08/1997,97V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V055000),"General Motors, LLC",GM/FMVSS 114,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,319,"IT IS POSSIBLE TO REMOVE THE IGNITION KEY WHILE THE CYLINDER IS IN THE RUN POSITION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, ""THEFT PROTECTION.""",THE IGNITION KEY MUST BE REINSERTED IN THE IGNITION CYLINDER TO TURN THE ENGINE OFF.,"DEALERS WILL PERFORM A FUNCTIONAL CHECK OF THE IGNITION CYLINDER AND, IF NECESSARY, TO HAVE THE VEHICLE'S IGNITION CYLINDER RE-CODED. OWNERS CAN PERFORM THIS FUNCTIONAL CHECK THEMSELVES IF THEY SO DESIRE." -04/08/1997,97V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V058000),"General Motors, LLC",GM/REAR CRADLE BOLTS,STRUCTURE,97016,Vehicle,676535,"VEHICLE DESCRIPTION: PASSENGER VEHICLES AND MINI VANS ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, ILLINOIS, INDIANA, MAINE, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT AND WISCONSIN. THE REAR CRADLE BOLTS PULL THROUGH THE RETAINERS DUE TO CORROSION OF THE RETAINER. IF BOTH BOLTS PULL THROUGH, THE REAR CRADLE WOULD NOT LONGER BE SUPPORTED AT THESE MOUNTING LOCATIONS AND THE STEERING INTERMEDIATE SHAFT CAN SEPARATE FROM THE STEERING GEAR.","IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, A VEHICLE CRASH COULD RESULT.",DEALERS WILL REPLACE THE REAR CRADLE BOLTS AND RETAINERS. -04/08/1997,97V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V057000),"General Motors, LLC",GM/SAFETY BELT WEBBING,SEAT BELTS,NR (Not Reported),Vehicle,18972,THE OUTBOARD SAFETY BELT WEBBING ON THE RIGHT-HAND REAR BUCKET SEAT CAN SEPARATE DURING A VEHICLE CRASH.,"IN THE EVENT OF A CRASH, THE VEHICLE OCCUPANT WOULD NOT BE PROPERLY RESTRAINED AND PERSONAL INJURY COULD RESULT.",DEALERS WILL INSTALL A PROTECTOR ON THE REAR SEAT CUSHION FRAME. -04/08/1997,97V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V059000),"General Motors, LLC",GM/UNDERHOOD FUSE CENTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3464,"THE PROTECTIVE COVER FOR THE UNDERHOOD FUSE CENTER WAS OMITTED. WITHOUT THIS COVER, THE POSITIVE TERMINAL BOLT ON THE FUSE BLOCK IS EXPOSED AND CAN CONTACT THE INSULATED NEGATIVE BATTERY CABLE. IF THE INSULATION ON THE NEGATIVE CABLE BECOMES SUFFICIENTLY WORN, AN ELECTRICAL SHORT CIRCUIT CAN OCCUR BETWEEN THE POSITIVE TERMINAL AND NEGATIVE CABLE RESULTING IN EXTREMELY HIGH CURRENT FLOW.",THIS HIGH CURRENT FLOW CAN CAUSE ARCING AND RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL INSPECT THESE VEHICLES FOR THE PRESENCE OF THE PROTECTIVE COVER AND, IF NECESSARY, INSTALL A PROTECTIVE COVER TO THE UNDERHOOD FUSE CENTER." -04/07/1997,97E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E011000),MOOG AUTOMOTIVE,MOOG/AFTERMARKET BALL JOINT,SUSPENSION,NR (Not Reported),Equipment,2950,"EQUIPMENT DESCRIPTION: AFTERMARKET BALL JOINTS, MOOG PART NO. K9643, ""MADE IN KOREA,"" FOR USE ON 1990-1993 HONDA ACCORD MODEL VEHICLES. PREMATURE WEAR IN THE STUD BALL SOCKET CAN RESULT IN AXIAL LOOSENESS.",THESE PARTS CAN DETERIORATE RAPIDLY RESULTING IN THE BALL JOINT STUD SEPARATING FROM THE HOUSING WHICH WILL REDUCE VEHICLE CONTROL INCREASING THE RISK OF A CRASH.,MOOG WILL REPLACE THESE BALL JOINTS WITH EITHER ORIGINAL EQUIPMENT MANUFACTURE (OEM) PARTS OR REPLACEMENT PARTS FROM ANOTHER SUPPLIER. -04/04/1997,97V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V056000),Toyota Motor Corporation,TOYOTA/FRONT DIFFERENTIAL,POWER TRAIN,NR (Not Reported),Vehicle,707,"DUE TO A CLEARANCE BETWEEN THE OIL SEPARATOR PLATE AND THE DIFFERENTIAL HOUSING OF THE FRONT DIFFERENTIAL UNIT, OIL LEAKAGE AT THE AIR BREATHER PLUG CAN OCCUR, WHEN THE VEHICLE IS OPERATED CONTINUOUSLY ABOVE 75 MILES PER HOUR.",OIL LEAKAGE WILL RESULT IN A SUFFICIENTLY LOW OIL SUPPLY TO CAUSE BEARING DAMAGE TO THE FRONT DIFFERENTIAL UNIT LEADING TO EVENTUAL SEIZURE OF THE UNIT INCREASING THE RISK OF A CRASH.,DEALERS WILL INSTALL A MODIFIED AIR BREATHER PLUG TO PREVENT SUCH OIL LOSS. -04/03/1997,97V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V053000),Motor Coach Industries,MCI/ENGINE COMPARTMENT FIRES,EQUIPMENT,NR (Not Reported),Vehicle,3300,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH 4-STROKE CYCLE ENGINES. ENGINE COMPARTMENT FIRES HAVE OCCURRED AT OR NEAR THE WEBASTO DIESEL FUELED AUXILIARY HEATER.,PERSONAL INJURY AND PROPERTY DAMAGE CAN OCCUR DUE TO AN ENGINE COMPARTMENT FIRE.,MCI IS ASKING COACH OPERATORS TO DISABLE THE WEBASTO HEATER BY DISCONNECTING THE APPROPRIATE FUSES. -04/02/1997,97E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E010000),John Deere,DEERE/CNG ENGINES,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,198,EQUIPMENT DESCRIPTION: 8.1 LITER COMPRESSED NATURAL GAS (CNG) ENGINES. THE ELECTRONIC CONTROL MODULE (ECM) IN THESE ENGINES CONTAIN A MANUFACTURING DEFECT WHICH RESULTS IN INTERMITTENT ELECTRICAL CONTACT AND CAUSES INCORRECT ELECTRONIC SIGNALS TO BE SENT TO THE ENGINE THROTTLE CONTROL.,THIS CONDITION CAN CREATE THE POTENTIAL FOR SUDDEN ACCELERATION OR DECELERATION OF THE ENGINE INCREASING THE RISK OF A CRASH.,"DEALERS WILL INSTALL A NEW, IMPROVED ECM AND ASSOCIATED HARDWARE. HOWEVER, DUE TO THE POTENTIAL SERIOUS CONSEQUENCES, ALL BUSES POWERED BY THESE CNG ENGINES MUST BE IMMEDIATELY REMOVED FROM SERVICE." -04/01/1997,97V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V051000),Ford Motor Company,FORD/INTEGRATED CHILD SEAT,CHILD SEAT,NR (Not Reported),Vehicle,202,"VEHICLE DESCRIPTION: MINIVAN EQUIPPED WITH SECOND ROW BENCH SEATS WITH OPTIONAL INTEGRATED CHILD SEAT (ICS). THE HEADREST LOCKOUT MECHANISM ON THE SEATS MAY NOT ENGAGE AND LOCK THE HEADRESTS IN THE ""DOWN"" POSITION, AS INTENDED, WHEN THE ICS IS DEPLOYED. A VEHICLE OCCUPANT COULD MOVE THE HEADREST TO THE ""UP"" POSITION.","AS A RESULT OF THE HEADREST BEING IN THE ""UP"" POSITION, A CHILD SEATED IN THE ICS WOULD RECEIVE LESS THAN THE INTENDED PROTECTION IN THE CHILD HEAD AREA IN THE EVENT OF A CRASH.",THE SECOND ROW BENCH SEATS HAVE BEEN REPLACED WITH SEATS BUILT WITH REVISED HEADREST LOCKOUT MECHANISMS. -03/27/1997,97V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V048000),IC CORPORATION,NAVISTAR (AMTRAN)/POWER STEERING,STEERING,NR (Not Reported),Vehicle,1473,THE LOW PRESSURE POWER STEERING RETURN HOSE CAN EITHER BURST OR BECOME DISCONNECTED DUE TO INCREASED FLUID VISCOSITY IN FRIGID TEMPERATURES.,"IF THE LOW PRESSURE RETURN HOSE BURSTS OR SEPARATES, THERE WOULD BE A LOSS OF POWER ASSIST TO THE STEERING AND A REDUCTION IN POWER ASSIST TO THE BRAKES ON VEHICLES EQUIPPED WITH HYDRAULIC BRAKES.","DEALERS WILL REPLACE THE RETURN HOSES WITH A HOSE THAT CAN TOLERATE HIGHER PRESSURES, USE IMPROVED CLAMPS AND A POWER STEERING FLUID THAT IS LESS VISCOUS IN FRIGID TEMPERATURES." -03/27/1997,97V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V049000),"Rolls-Royce Motor Cars, Ltd.",ROLLS-ROYCE/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,10,THE ALUMINUM FACIA TRIM PANEL ON THE PASSENGER SUPPLEMENTAL RESTRAINT SYSTEM (SRS) AIR BAG DOOR CAN DETACH DURING AIR BAG DEPLOYMENT.,"IF THIS OCCURS DURING A VEHICLE CRASH, THE VEHICLE OCCUPANTS COULD BE INJURED.",DEALERS WILL REPLACE THE SRS AIR BAG DOORS WITH A NEW DOOR USING A DIFFERENT ADHESIVE TO ATTACH THE PANEL. -03/27/1997,97V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V050000),"Rolls-Royce Motor Cars, Ltd.",ROLLS-ROYCE/HYDRAULIC HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38,"TWO HYDRAULIC SYSTEM PIPES CONNECTING THE HYDRAULIC BRAKE PUMPS TO THE ACCUMULATORS CAN CONTACT EACH OTHER, RESULTING IN A HYDRAULIC FLUID LEAK.",CHAFING OF THE PIPES CAN RESULT IN A FLUID LEAK AND CONSEQUENT LOSS OF BRAKING PERFORMANCE.,DEALERS WILL REPOSITION THE PIPES TO PREVENT CONTACT BETWEEN THE TWO PIPES. -03/27/1997,97E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E009000),SAGEM INC.,SAGEM/AFTERMARKET GAS INJECTOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,32000,EQUIPMENT DESCRIPTION: AFTERMARKET GASOLINE FUEL INJECTORS DATE-CODED 0357 THROUGH 0597. A CRACK IN THE STEEL ALLOWS FUEL TO LEAK FROM THE INJECTOR VIA THE CRIMP HOLES.,"IF AN IGNITION SOURCE IS PRESENT, FUEL LEAKAGE CAN RESULT IN AN ENGINE FIRE.",FUEL INJECTORS ARE BEING RETURNED TO SAGEM FOR TESTING. -03/26/1997,97C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C008000),"COSCO, INC.",COSCO/INFANT CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,34580,"EQUIPMENT DESCRIPTION: ARRIVA INFANT SEAT, MODEL NUMBER 02-751, MANUFACTURED FROM MARCH 1, 1995 THROUGH MAY 31, 1995. SEPARATION OF THE BUCKLE LATCH RELEASE BUTTON AND SPRING FROM THE LATCH RELEASE HOUSING ASSEMBLY.",THE SEAT WILL BECOME INOPERATIVE AS THE USER WILL NOT BE ABLE TO REINSERT THE SPRING AND RED LATCH RELEASE BUTTON PROPERLY INTO THE HOUSING.,COSCO WILL REPLACE THE ENTIRE LATCH RELEASE ASSEMBLY. -03/26/1997,97V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V047000),"Ferrari North America, Inc.",FERRARI/SEAT BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,67,AN ADHESIVE USED IN THE SEAT BELT RETRACTOR CAN CAUSE THE MOUNTING TO WEAKEN.,"IN THE EVENT OF A VEHICLE CRASH, THE SEAT OCCUPANT WOULD NOT BE PROPERLY RESTRAINED.",DEALERS WILL REINFORCE THE RETRACTOR MOUNTINGS. -03/25/1997,97E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E007000),Marmon-Herrington,MARMON-HERRINGTON/AXLE,SUSPENSION,NR (Not Reported),Equipment,144,THE AXLE HUB WHEEL STUDS CAN FRACTURE.,STUD FRACTURE CAN RESULT IN TH WHEEL AND TIRE ASSEMBLY TO SEPARATE FROM THE AXLE RESULTING IN LOSS OF VEHICLE CONTROL.,OWNERS WILL BE PROVIDED WITH REPLACEMENT STUDS. -03/21/1997,97V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V046000),"SAAB CARS USA, INC.",SAAB/THROTTLE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,52500,CORROSION AROUND THE ZINC-COATED THROTTLE CONTROL LEVER BUSHING CAN CAUSE THE THROTTLE LEVER TO BIND.,THIS BINDING CAN RESULT IN THE THROTTLE PLATE NOT RETURNING TO THE CLOSED POSITION WHEN THE THROTTLE PEDAL IS RELEASED AND A SUBSEQUENT LOSS OF THROTTLE CONTROL.,DEALERS WILL REPLACE THE ZINC-COATED THROTTLE CONTROL LEVER BUSHING WITH A NICKEL-COATED BUSHING AND BOLT. -03/20/1997,97V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V041000),Ford Motor Company,FORD/FMVSS 101,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH FD1060 AND FD1460 DIESEL ENGINES AND OPTIONAL MANUAL FUEL SHUTOFF SYSTEMS. THE HAND CONTROL OF THE MANUAL FUEL SHUTOFF SYSTEM, MOUNTED ON THE VEHICLE'S INSTRUMENT PANEL, IS LABELED WITH THE WORDS ""SHUTOFF FUEL LOCK"", AND THESE WORDS ARE NOT ILLUMINATED OTHER THAN BY THE CAB'S INTERIOR LIGHTS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 101, ""CONTROLS AND DISPLAYS.""","DUE TO THE LACK OF ILLUMINATION AND INCOMPLETE LABELING OF THE MANUAL FUEL SHUTOFF SYSTEM, A DRIVER MAY NOT IDENTIFY THE HAND CONTROL TO SHUT OFF FUEL SUPPLY TO THE ENGINE.",DEALERS WILL REPLACE THE MANUAL FUEL SHUTOFF SYSTEM WITH THE STANDARD AUTOMATIC KEY-OFF FUEL CONTROL SYSTEM. -03/20/1997,97V043002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V043002),"General Motors, LLC",GM/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,17094,"IF THE AIR BAG COMPUTER IN A SUBJECT VEHICLE EXPERIENCES A MECHANICAL SHOCK (I.E., RAPIDLY MOVING THE FRONT SEAT BACK AGAINST THE STOPS OR A SUDDEN RELEASE OF THE PARKING BRAKE) WITHIN A VERY SHORT TIME AFTER THE ENGINE IS STARTED, THE AIR BAG CAN DEPLOY INADVERTENTLY.",UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPAIR THE AIR BAG COMPUTER. -03/20/1997,97V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V042000),"General Motors, LLC",GM/ELECTRIC CARS/SHORT CIRCUIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,264,VEHICLE DESCRIPTION: ELECTRIC VEHICLES. THESE VEHICLES WERE BUILT WITH A DRIVE MOTOR CHARGER RECEPTACLE ASSEMBLY THAT WAS INCOMPLETELY SEALED. INCOMPLETE SEALING CAN ALLOW WATER TO INTRUDE INTO THE CIRCUIT BOARD.,"DURING CHARGING A SHORT CIRCUIT COULD OCCUR. AN ARC AT THE SHORT CIRCUIT CAN GENERATE ENOUGH HEAT TO CREATE SMOKE AND/OR A FLAME. IF A FLAME OCCURS, A FIRE COULD RESULT.","DEALERS WILL INSPECT THE DRIVE MOTOR BATTERY CHARGER RECEPTACLE ASSEMBLY AND REPLACE IT, IF NECESSARY." -03/20/1997,97V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V044000),"General Motors, LLC",GM/TIE ROD ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,1414,THE REAR SUSPENSION TIE ROD ASSEMBLY CAN FRACTURE.,"IF THIS WERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, LOSS OF DIRECTIONAL CONTROL CAN RESULT INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL REPLACE THE LEFT AND RIGHT-HAND REAR SUSPENSION TIE ROD LINKS. -03/20/1997,97V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V045000),"Jaguar Cars, Ltd.",JAGUAR/REAR SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,2303,THE DIFFERENTIAL OUTPUT SHAFT RETAINING RINGS ON THE REAR SUSPENSION CAN BECOME DISPLACED ALLOWING THE OUTPUT SHAFT TO BECOME DETACHED FROM THE DIFFERENTIAL UNIT.,"IF THE OUTPUT SHAFT SEPARATES, THE REAR SUSPENSION WOULD COLLAPSE ON THE AFFECTED SIDE RESULTING IN LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A CRASH.",DEALERS WILL INSPECT THE VEHICLE'S DIFFERENTIAL SERIAL NUMBER AND REPAIR OR REPLACE THE NECESSARY PARTS. -03/20/1997,97V043001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V043001),Toyota Motor Corporation,TOYOTA/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,61202,"IF THE AIR BAG COMPUTER IN A SUBJECT VEHICLE EXPERIENCES A MECHANICAL SHOCK (I.E., RAPIDLY MOVING THE FRONT SEAT BACK AGAINST THE STOPS OR A SUDDEN RELEASE OF THE PARKING BRAKE) WITHIN A VERY SHORT TIME AFTER THE ENGINE IS STARTED, THE AIR BAG CAN DEPLOY INADVERTENTLY.",UNEXPECTED AIR BAG DEPLOYMENT CAN RESULT IN OCCUPANT INJURY.,DEALERS WILL REPAIR THE AIR BAG COMPUTER. -03/17/1997,97V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V040000),"Chrysler (FCA US, LLC)",CHRYSLER/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,77000,"THE WEB MOUNTED REAR SEAT BELT INBOARD ANCHOR POSITIONS MAY NOT ACHIEVE THE REQUIRED LOAD OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE VEHICLE OCCUPANT WOULD NOT BE PROPERLY SECURED.",DEALERS WILL ADD A WASHER TO EACH REAR INBOARD SEAT BELT ANCHOR ATTACHMENT. -03/17/1997,97V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V039000),"Chrysler (FCA US, LLC)",CHRYSLER/WIRING HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,70000,"VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH MEMORY SEAT OPTION. THE MEMORY SEAT MODULE WIRING HARNESS CAN COME IN CONTACT WITH THE SEAT SPRING, A LOW RESISTANCE SHORT CIRCUIT CAN DEVELOP RESULTING IN LOCALIZED HEATING.",THE LOCALIZED HEATING CAN RESULT IN IGNITION OF THE SEAT CUSHION MATERIAL AND A VEHICLE FIRE.,DEALERS WILL RELOCATE THE MEMORY SEAT CONTROL MODULE AND WIRING HARNESS AND A PROTECTIVE SHIELD WILL BE INSTALLED ON THE SEAT FRAME. -03/11/1997,97V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V036000),"General Motors, LLC",GM/FMVSS 210,SEATS,NR (Not Reported),Vehicle,20959,"THESE VEHICLES WERE ASSEMBLED WITH CENTER REAR SEAT BELT ANCHOR BOLTS NOT PROPERLY INSTALLED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A VEHICLE CRASH, THE SEAT BELT SYSTEM WOULD NOT WITHSTAND THE REQUIRED LOAD AND INJURY TO THE SEAT OCCUPANT COULD OCCUR.",DEALERS WILL TIGHTEN THE CENTER REAR SEAT BELT ANCHOR BOLTS TO SPECIFICATION. -03/11/1997,97E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E006000),GUARDIAN PERSONAL SECURITY,GUARDIAN/PEPPER SPRAY,UNKNOWN OR OTHER,NR (Not Reported),Equipment,25670,THE AEROSOL CAN CORRODES ALLOWING THE FLAMMABLE CONTENTS TO ESCAPE.,PERSONAL INJURY CAN RESULT IF INADVERTENT CONTACT WITH THE FLAMMABLE CONTENTS OF THE CAN OCCURS.,GUARDIAN IS EXCHANGING THESE PEPPER GAS AUTO UNITS (FLAMMABLE) WITH AUTO UNITS THAT ARE NONFLAMMABLE. -03/11/1997,97V035002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V035002),Honda (American Honda Motor Co.),HONDA/ACURA/FRONT AXLE HUB,SUSPENSION,NR (Not Reported),Vehicle,123,THESE VEHICLES WERE MANUFACTURED WITHOUT A LOCK WASHER AND/OR SCREWS IN THE FRONT HUB.,"THE BEARING ADJUSTMENT NUT CAN LOOSEN, RESULTING IN TOO MUCH FREE PLAY BETWEEN THE WHEEL AND AXLE. THE BEARING CAN SEIZE, CAUSING THE WHEEL TO LOCK AFFECTING VEHICLE DIRECTIONAL CONTROL INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT HUBS TO DETERMINE IF THE LOCK WASHER AND SCREWS WERE PROPERLY INSTALLED. IF NOT, THEY WILL MAKE THE NECESSARY REPAIRS." -03/11/1997,97V035001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V035001),Isuzu Motors Limited,ISUZU/FRONT AXLE HUB,SUSPENSION,NR (Not Reported),Vehicle,270,THESE VEHICLES WERE MANUFACTURED WITHOUT A LOCK WASHER AND/OR SCREWS IN THE FRONT HUB.,"THE BEARING ADJUSTMENT NUT CAN LOOSEN, RESULTING IN TOO MUCH FREE PLAY BETWEEN THE WHEEL AND AXLE. THE BEARING CAN SEIZE, CAUSING THE WHEEL TO LOCK AFFECTING VEHICLE DIRECTIONAL CONTROL INCREASING THE RISK OF A CRASH.","DEALERS WILL INSPECT THE FRONT HUBS TO DETERMINE IF THE LOCK WASHER AND SCREWS WERE PROPERLY INSTALLED. IF NOT, THEY WILL MAKE THE NECESSARY REPAIRS." -03/11/1997,97V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V038000),"PEUGEOT, INC.",PEUGEOT/HEADLIGHT LENS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,10816,A GRADUAL DETERIORATION OF THE HEADLIGHT PLASTIC LENS OCCURS.,REDUCED LIGHTING FROM THE LENS CAN CAUSE VISIBILITY PROBLEMS INCREASING THE RISK OF A CRASH.,DEALERS WILL INSPECT AND REPLACE BOTH FRONT HEADLIGHT ASSEMBLIES. -03/07/1997,97V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V037000),"General Motors, LLC",GM/SEAT RECLINER MECHANISM,SEATS,NR (Not Reported),Vehicle,624433,VEHICLE DESCRIPTION: EXTENDED CAB AND 2-DOOR UTILITY VEHICLES EQUIPPED WITH RECLINING SEATS AND THE EASY-ENTRY FEATURE. THESE VEHICLES EXHIBIT A CONDITION IN WHICH A PINCH POINT EXISTS IN THE RECLINER MECHANISM THAT CAN TRAP AND PINCH A PERSON'S HAND OR FINGER(S) WHEN THE EASY-ENTRY FEATURE IS ACTIVATED.,THIS PINCHING CAN CUT THE HAND OR POSSIBLY SEVER THE FINGER(S) WITHOUT PRIOR WARNING.,DEALERS WILL INSTALL A PROTECTOR COVER OVER THE RECLINER MECHANISM. -03/07/1997,97V034001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V034001),Isuzu Motors Limited,ISUZU/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,118485,AN INTEGRATED CIRCUIT WITHIN THE VOLTAGE REGULATOR CAN CONTAIN MANUFACTURING ERRORS.,"THIS CAN CAUSE EXCESSIVE ELECTRICAL CHARGING OF THE VEHICLE'S ALTERNATOR, RESULTING IN ENGINE CONTROL MALFUNCTION, AND/OR EVENTUAL ENGINE STALL.",DEALERS WILL REPLACE THE VOLTAGE REGULATOR WITH A NEW REGULATOR. -03/05/1997,97V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V028000),"Mercedes-Benz USA, LLC",MERCEDES-BENZ/FRONT BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,27000,"IF THE FRONT WHEELS ARE TURNED TO FULL LOCK, THE WHEEL COULD CONTACT THE BRAKE HOSE AND DAMAGE THE HOSE.","IF THE BRAKE HOSE IS DAMAGED, LOSS OF BRAKE FLUID IN THE FRONT BRAKE CIRCUIT CAN OCCUR WHICH COULD RESULT IN LONGER THAN EXPECTED STOPPING DISTANCES AND CAN RESULT IN A CRASH.",DEALERS WILL INSPECT THE FRONT BRAKE HOSE ASSEMBLY AND INSTALL A RETAINING BRACKET ON THE FRONT BRAKE HOSES. -03/05/1997,97V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V032000),"PREVOST CAR, INCORPORATED","PREVOST/PART 565, VIN LABEL",EQUIPMENT,NR (Not Reported),Vehicle,170,"THE VEHICLE IDENTIFICATION NUMBER (VIN) IS NOT IN COMPLIANCE WITH PART 565, ""VEHICLE IDENTIFICATION NUMBER - CONTENT REQUIREMENTS.""",AN INCORRECT VIN CAN CAUSE PROBLEMS WHEN THE VEHICLE IS BEING REGISTERED.,"PREVOST WILL SUPPLY A ""CORRECTED"" CERTIFICATION OF ORIGIN FOR THESE VEHICLES." -03/05/1997,97V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V031000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,24082,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH OUTWARD OPENING SERVICE DOORS. THE POSSIBILITY EXISTS FOR AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT IN A SMALL OPENING AT THE FLOOR LEVEL OF THE FORWARD DOOR POST.","IF AN ITEM WORN BY A CHILD WERE TO CATCH IN THE OPENING, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, IT COULD RESULT IN INJURY OR DEATH TO THE CHILD.","DEALERS WILL INSPECT THE FORWARD DOOR POST TO VERIFY THAT THE OPENING IS COMPLETELY ELIMINATED, AND IF NECESSARY, WILL INSTALL SEALANT IN ANY REMAINING PORTION OF THE OPENING." -03/04/1997,97V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V024000),Ford Motor Company,FORD/HOOD LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,125000,VEHICLE DESCRIPTION: POLICE AND TAXI VEHICLES. THE HOOD LATCH STRIKER CAN WEAR OR BECOME DETACHED FROM THE HOOD.,EITHER OF THESE CONDITIONS CAN RESULT IN THE HOOD OPENING WITHOUT WARNING WHILE THE VEHICLE IS BEING OPERATED IMPAIRING THE DRIVER'S VISIBILITY.,DEALERS WILL INSTALL AN IMPROVED HOOD LATCH STRIKER (VEHICLES WITH 1992 MODEL HOODS) OR REVISED STRIKER PLATE ATTACHING FASTENERS (VEHICLES WITH 1993-1997 MODEL HOODS). -03/03/1997,97V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V030000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/BRAKES:AIR:CHAMBER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,695,CONTACT BETWEEN THE BRAKE CHAMBER AND THE SUSPENSION BEAM CAN RESULT IN DAMAGE TO THE BRAKE CHAMBER CLAMP BAND.,"IF THE DAMAGE TO THE CLAMP BAND RESULTED IN BAND BREAKAGE, THE CHAMBER COULD COME APART RESULTING IN LOSS OF THE SERVICE BRAKES. THE EMERGENCY BRAKES WOULD AUTOMATICALLY APPLY.","DEALERS WILL INSPECT THE BRAKE CHAMBER FOR SIGNS OF CONTACT. IF CONTACT IS INDICATED, THE BRAKE CAM SHAFT AND CHAMBER SUPPORT BRACKET WILL BE REPLACED, ELIMINATING THE POSSIBILITY OF CONTACT BETWEEN THE BRAKE CHAMBER AND THE SUSPENSION BEAM." -03/03/1997,97V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V033000),Volvo Trucks North America,VOLVO TRUCK/TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,1035,THE TRANSMISSION SHIFT CONTROL LEVER CAN BREAK OFF AT THE TRANSMISSION.,"IF THE SHIFT LEVER FAILS, THE TRANSMISSION CANNOT BE SHIFTED AND THE VEHICLE CAN BECOME A HAZARD OR OBSTRUCTION TO OTHER DRIVERS.",DEALERS WILL REPLACE THESE TRANSMISSION SHIFT CONTROL LEVERS WITH NEW CONTROL LEVERS. -02/26/1997,97V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V025000),Ford Motor Company,FORD/THROTTLE CONTROL,VEHICLE SPEED CONTROL,97S65,Vehicle,212700,"VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH 3.8L ENGINES AND ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, COLORADO, IOWA, IDAHO, ILLINOIS, INDIANA, KANSAS, MASSACHUSETTS, MAINE, MICHIGAN, MINNESOTA, MISSOURI, MONTANA, NORTH DAKOTA, NEBRASKA, NEW HAMPSHIRE, NEW YORK, OHIO, PENNSYLVANIA, SOUTH DAKOTA, VERMONT, WISCONSIN, AND WYOMING. WATER CAN ACCUMULATE WITHIN THE SPEED CONTROL CABLE CONDUIT. IF ENOUGH WATER ACCUMULATES, IT COULD FREEZE WITHIN A LOW AREA OF THE CABLE ROUTING WHEN EXPOSED TO A LONG TERM COLD SOAK AT TEMPERATURES AT LEAST SEVERAL DEGREES BELOW FREEZING.",DRIVER CONTROL OF VEHICLE SPEED USING THE SPEED CONTROL SYSTEM OR THE ACCELERATOR CONTROL SYSTEM WOULD BE DIMINISHED INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL ADD A BOOT TO THE SPEED CONTROL CABLE. -02/26/1997,97V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V026000),Hyundai Motor America,HYUNDAI/WINDSHIELD WIPER MOTOR,VISIBILITY,NR (Not Reported),Vehicle,74965,THE WINDSHIELD WIPER MOTOR CIRCUIT BREAKER ELECTRICAL CONTACTS WERE CONTAMINATED DURING ASSEMBLY.,THIS CONTAMINATION INTERFERES WITH THE ELECTRICAL CIRCUIT CONTINUITY AND PREVENTS THE WINDSHIELD WIPER MOTOR FROM OPERATING. INOPERATIVE WINDSHIELD WIPERS CAN CONTRIBUTE TO REDUCED VISIBILITY DURING INCLEMENT WEATHER INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REMOVE THE CONTAMINANTS FROM THE WINDSHIELD WIPER MOTOR CIRCUIT BREAKER CONTACTS. -02/25/1997,97V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V019000),Ford Motor Company,FORD/ENGINE COOLING FAN,ENGINE AND ENGINE COOLING,97S66,Vehicle,75200,"THESE VEHICLES ARE ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, IOWA, MINNESOTA, NEBRASKA, NORTH DAKOTA, AND SOUTH DAKOTA. THE VEHICLES INVOLVED ARE 1992-1994 TEMPO/TOPAZ VEHICLES WITH 3.0L ENGINES; 1994 TEMPO/TOPAZ WITH 2.3L ENGINES; 1992-1995 TAURUS/SABLE WITH 3.8L ENGINES; 1994-1995 TAURUS/SABLE WITH 3.0L ENGINES AND 1992-1994 LINCOLN CONTINENTAL VEHICLES WITH 3.8L ENGINES. DURING HIGH WINDS, HEAVY, BLOWING AND DRIFTING SNOW, AND LOW TEMPERATURES, THE ENGINE COOLING FAN CAN BECOME BLOCKED OR FROZEN WITH SNOW. THE FAN MOTOR MAY NOT ROTATE AND COULD OVERHEAT.","THIS CONDITION CAN CAUSE SMOKE OR FLAMES FROM THE FAN AND/OR SHROUD, THE FAN ELECTRICAL WIRING, OR THE FAN MOTOR RESULTING IN A VEHICLE FIRE.",DEALERS WILL INSTALL AN ELECTRICAL JUMPER HARNESS CONTAINING AN AUTOMATIC RESETTING CIRCUIT BREAKER TO PROTECT THE FAN MOTOR LOW SPEED CIRCUITRY FROM OVERHEATING. -02/24/1997,97V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V022000),BUELL MOTORCYCLE CO.,BUELL/FRONT BRAKE LINE HOSE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,505,THE FRONT BRAKE LINE HOSE CAN KINK DURING FRONT BRAKE ACTION.,THIS CONDITION CAN IMPEDE THE RETURN BRAKE FLUID FLOW AND PROHIBIT THE IMMEDIATE RELEASE OF THE FRONT BRAKE CALIPER PISTONS INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT AND READJUST THE FRONT BRAKE LINE GUIDE. -02/24/1997,97V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V023000),Volvo Trucks North America,VOLVO HEAVY TRUCK/CAB ENTRY,STRUCTURE,NR (Not Reported),Vehicle,1928,WARNING LABELS IDENTIFYING THE CLIMBING SEQUENCE AND PROCESS WERE OMITTED.,PERSONS NOT USING THE SEQUENCE AND PROCESS DURING CAB ENTRY OR EXIT OR WHEN USING THE OPTIONAL BACK OF CAB ACCESS MAY SLIP AND/OR FALL CAUSING PERSONAL INJURY.,VOLVO HEAVY TRUCK WILL BE PROVIDING WARNING LABELS TO BE INSTALLED BY OWNERS ON THEIR TRUCKS. -02/22/1997,97V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V027000),Utilimaster Corporation,UTILIMASTER/HOOD,STRUCTURE,NR (Not Reported),Vehicle,3132,"WHEN THE VEHICLE IS BEING DRIVEN, THE FORCE OF THE WIND AGAINST THE HOOD CAN FORCE THE HOOD BEHIND THE BUMPER ALLOWING THE HOOD TO DROP. THIS REDUCES THE TENSION ON THE TWO RUBBER HOLD-DOWNS WHICH THEN BECOME LOOSE.","IF BOTH TIE DOWNS COME LOOSE, THE HOOD CAN SEPARATE DURING VEHICLE OPERATION LEADING TO A POSSIBLE BROKEN WINDSHIELD AND/OR BLOCKING OF THE DRIVER'S VISION, INCREASING THE RISK OF A VEHICLE CRASH..",DEALERS WILL ADD A METAL BRACKET AND A SECOND BUMPER ABOVE AND BEHIND THE ORIGINAL BUMPER SO THAT THE HOOD CANNOT BE PUSHED OR SLIP BEHIND THE ORIGINAL (BOTTOM) BUMPER. -02/20/1997,97E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E005000),"DIRECTED ELECTRONICS, INC.",DIRECTED ELECTRONICS/REMOTE START UNITS,VISIBILITY,NR (Not Reported),Equipment,200000,IMPROPERLY INSTALLED REMOTE START UNITS CAN PERMIT REMOTE ENGINE START WHILE THE VEHICLE IS IN GEAR.,"IF THE VEHICLE IS STARTED IN GEAR, THE VEHICLE CAN MOVE FORWARD UNEXPECTEDLY CAUSING PROPERTY DAMAGE OR PERSONAL INJURY.","DEALERS WILL INSPECT VEHICLES HAVING THE REMOTE START UNITS AND, IF NECESSARY, APPROPRIATE ADJUSTMENT WILL BE MADE TO PREVENT REMOTE STARTING IN GEAR." -02/18/1997,97V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V021000),Capacity of Texas,CAPACITY OF TEXAS/BACK UP LIGHT SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,160,VEHICLE DESCRIPTION: THESE VEHICLES WERE BUILT FOR THE U. S. POSTAL SERVICE. THE CONTROL SWITCH FOR THE BACK-UP LIGHTS WERE OMITTED DURING ASSEMBLY.,OTHER VEHICLES OR PEOPLE WALKING BEHIND THESE VEHICLES MAY NOT BE AWARE THAT THE VEHICLE IS BACKING UP INCREASING THE POTENTIAL FOR PROPERTY DAMAGE OR INJURY TO PEDESTRIANS.,POSTAL SERVICE REPAIR SHOPS WILL BE PROVIDED WITH A SWITCH AND WIRING TO CONNECT THESE LIGHTS. -02/18/1997,97V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V020000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 121,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,55,"THESE BUSES WITH GROSS VEHICLE WEIGHT RATINGS (GVWR) OF 36,200, DO NOT MEET THE BRAKE SIZE AND POWER REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 121, ""AIR BRAKE SYSTEMS,"" FOR VEHICLES OF THAT GVWR.",THESE BUSES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 121.,THOMAS BUILT WILL PROVIDE THE OWNERS WITH REPAIR PARTS AND A DETAILED REPAIR PROCEDURE. THE REPAIR WILL CONSIST OF CHANGING THE ORIGINAL REAR SLACK ADJUSTERS AND FRONT BRAKE CHAMBERS AND INCREASING THE AIR RESERVOIR VOLUME. -02/13/1997,97E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E004000),CARRARO NORTH AMERICA,CARRARO/AXLES,SUSPENSION,NR (Not Reported),Equipment,182,EQUIPMENT DESCRIPTION: AXLES USED AS REPLACEMENT EQUIPMENT FOR MARMON-HERRINGTON ALL WHEEL DRIVE CONVERSION KITS. ALSO USED AS ORIGINAL EQUIPMENT IN CERTAIN ELDORADO NATIONAL BUSES. AN INCORRECT WELDING MATERIAL WAS USED TO JOIN THE AXLE TUBE TO THE AXLE YOKE.,FAILURE OF THE WELD CAN CAUSE THE AXLE TO PUSH THE WHEEL FROM ITS MOUNTING INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THESE AXLES WITH REPLACEMENT AXLES. -02/13/1997,96V194004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194004),COUNTRY COACH INC,COUNTRY COACH/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,17,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -02/13/1997,97E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97E003000),"ROSTRA PRECISION CONTROLS, INC.",ROSTRA/CRUISE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,25108,"EQUIPMENT DESCRIPTION: AFTERMARKET CRUISE CONTROL UNITS SOLD BY AUDIOVOX, MOSS MOTORS, S&S AUTOMOTIVE AND WARSHAWSKY. THESE AFTERMARKET CRUISE CONTROL UNITS CAN ACCELERATE ABOVE THE INTENDED SET SPEED.",UNINTENDED VEHICLE ACCELERATION CAN OCCUR INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THESE AFTERMARKET CRUISE CONTROL UNITS WITH NEWLY DESIGNED CRUISE CONTROL UNITS. -02/12/1997,97V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V018000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/POWER SUPPLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1800,THE NUT THAT SECURES THE VEHICLE'S MAIN POWER SUPPLY CAN LOOSEN CAUSING LOSS OF CONTACT.,THIS CONDITION CAN RESULT IN A LOSS OF VEHICLE POWER INCREASING THE RISK OF A VEHICLE CRASH.,"THOMAS BUILT WILL SHIP REPAIR PARTS AND A DETAILED REPAIR PROCEDURE TO THE BUS OWNERS. THE REPAIR WILL CONSIST OF REMOVING THE ORIGINAL NUT, LOCATED AT THE ELECTRICAL PANEL, THAT SECURES THE VEHICLE'S MAIN POWER SUPPLY, AND REPLACING IT WITH A FLAT WASHER AND LOCKING NUT." -02/11/1997,97V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V017000),"General Motors, LLC",GM/WASHER/WIPER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,349331,SOME OF THESE VEHICLES HAVE A STRAINED OR SEPARATED WASHER/WIPER SWITCH POWER FEED WIRE.,"THIS CAN CAUSE THE WINDSHIELD WASHER/WIPER TO WORK INTERMITTENTLY AND COULD ULTIMATELY RESULT IN INOPERATIVE WIPERS. IF THIS WERE TO OCCUR IN A SEVERE WEATHER SITUATION, DRIVER VISIBILITY COULD BE REDUCED, INCREASING THE RISK OF A VEHICLE CRASH.",DEALERS WILL INSPECT AND REPLACE THE OLD DESIGNED WASHER/WIPER SWITCHES WITH A NEWLY DESIGNED SWITCH. -02/11/1997,97V016001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V016001),"Volkswagen Group of America, Inc.",VOLKSWAGEN/WINNEBAGO/FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,201,"DURING THE INSTALLATION OF THE CAMPER EQUIPMENT, AN IMPROPERLY ADJUSTED POWER TOOL DRILL BIT PUNCTURED THE FUEL TANK VAPOR CONTAINER.",FUEL VAPORS CAN ESCAPE WHICH COULD CAUSE A VEHICLE FIRE.,"VOLKSWAGEN DEALERS, ON BEHALF OF WINNEBAGO, WILL CHECK THE FUEL VAPOR CONTAINER FOR THE DEFECT AND IF A DEFECT IS PRESENT, THE FUEL VAPOR CONTAINER, WILL BE REPLACED." -02/10/1997,97V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V015000),"Chrysler (FCA US, LLC)",CHRYSLER/POWER MIRROR,VISIBILITY,NR (Not Reported),Vehicle,39000,THE ELECTRICAL CONTACTS IN THE POWER MIRROR SWITCH CAN ACCUMULATE ROAD SALT DUE TO WATER ENTERING INTO THE SWITCH.,THIS CAN RESULT IN A HIGH RESISTANCE SHORT CIRCUIT AND POSSIBLY CAUSE A VEHICLE FIRE.,DEALERS WILL REPLACE THE POWER MIRROR SWITCH WITH A NEWLY DESIGNED SWITCH. -02/06/1997,96V178009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178009),"NEW FLYER OF AMERICA, INC.",NEW FLYER/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,52,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -02/05/1997,97V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V014000),IC CORPORATION,AMTRAN/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,2480,CERTAIN CLOTHING ARTICLES SUCH AS DRAW STRINGS CAN BECOME LODGED IN THE FORWARD HANDRAILS AT THE BUS DOORS WHEN A PERSON IS EXITING THE BUS.,"IF THE DRIVER IS UNAWARE OF THE SITUATION, THE ENTRANCE DOOR MAY BE CLOSED, CAPTURING THE ITEM IN THE DOOR. DEATH OR INJURY CAN OCCUR TO THE PERSON EXITING THE BUS.",DEALERS WILL REMOVE THIS HANDRAIL. PROVISIONS WILL BE MADE FOR BUSES OPERATING IN STATES THAT MANDATE A FORWARD MOUNTED HANDRAIL TO OFFER THE OWNERS A FREE REPAIR KIT CONTAINING A RUBBER SPACER. -02/03/1997,97V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V011000),Crane Carrier Company,CRANE/TRANSMISSIONS,POWER TRAIN,NR (Not Reported),Vehicle,891,THE TRANSMISSION RANGE SELECTOR PAD WILL INDICATE A DRIVE RANGE WHEN THE TRANSMISSION IS ACTUALLY IN NEUTRAL.,THIS CONDITION CAN ALLOW THE VEHICLE TO ROLL WHEN THE BRAKES ARE RELEASED INCREASING THE RISK OF A VEHICLE CRASH.,CRANE CARRIER WILL PROVIDE OWNERS WITH A WARNING LABEL TO BE PLACED BY THE TRANSMISSION SHIFT PAD. -02/03/1997,97V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V013000),"Ferrari North America, Inc.",FERRARI/ABS BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,346,THE ELECTRIC MOTOR WHICH DRIVES THE ANTI-LOCK BRAKE SYSTEM (ABS) HYDRAULIC PUMP DOES NOT FUNCTION AFTER A PERIOD OF OPERATION.,LOSS OF BRAKE BOOST WILL RESULT INCREASING THE RISK OF A VEHICLE CRASH.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE ABS HYDRAULIC PUMP ELECTRIC MOTOR." -02/03/1997,97V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V012000),"Winnebago Industries, Inc.",WINNEBAGO/SPARE TIRE CARRIER,EQUIPMENT,NR (Not Reported),Vehicle,10590,THE SPARE TIRE CARRIER HOIST COMPONENTS CAN BECOME LOOSE WHILE TRAVELING AND ALLOW THE SPARE TIRE TO MOVE FROM ITS STORED POSITION TO THE ROAD SURFACE.,THE SPARE TIRE CAN CONTACT THE ROAD SURFACE INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE TO THE FOLLOWING VEHICLES.,DEALERS WILL ADD A PRIMARY SPARE TIRE SUPPORT BRACKET. -01/31/1997,97V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V010000),Pierce Manufacturing,PIERCE/FMVSS 124,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16,"THESE FIRE TRUCKS DO NOT AT LEAST TWO SOURCES OF RETURN ENERGY AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""",A THROTTLE RETURN PROBLEM CAN DEVELOP DUE TO THE THROTTLE ONLY HAVING ONE RETURN SOURCE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL RETROFIT THE THROTTLE ASSEMBY WITH A NEWLY DESIGNED THROTTLE ASSEMBLY. -01/29/1997,97V008002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V008002),Isuzu Motors Limited,ISUZU/FMVSS 212,VISIBILITY,NR (Not Reported),Vehicle,8,"THE TOP COAT PAINT SEVERELY PEELS DUE TO OVERBAKING OF THE POWDER PRIMER PRIOR TO THE TOP COAT APPLICATION. SINCE THE WINDSHIELD PRIMER AND ADHESIVE ADHERE TO THE TOP COAT PAINT ONTHE WINDSHIELD OPENING FLANGE, THE WINDSHIELD DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING.""","IN THE EVENT OF A VEHICLE CRASH, THE WINDSHIELD MAY NOT STAY IN PLACE AS REQUIRED BY FMVSS NO. 212.",ALL VEHICLES HAVE BEEN REPURCHASED. THIS CAMPAIGN IS 100%. -01/27/1997,97V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V009000),FREIGHTLINER LLC,FREIGHTLINER/BRAKE FOOT VALVE ADAPTER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,13565,CORROSION CAN OCCUR IN THE FOOT BRAKE VALVE ADAPTER BORE AND PLUNGER DUE TO WATER AND ROAD SALT INTRUSION.,"ACCUMULATED CORROSION AND WATER INTRUSION CAN RESULT IN THE PLUNGER STICKING, ESPECIALLY DURING EXTREMELY COLD WEATHER SERVICE.",DEALERS WILL REMOVE AND REPLACE THE BRAKE VALVE ADAPTER WITH AN IMPROVED DESIGN THAT HAS FULL FACE CONTACT WITH THE GASKET. -01/27/1997,97V008001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V008001),"General Motors, LLC",GM/FMVSS 212,VISIBILITY,NR (Not Reported),Vehicle,55,"THE TOP COAT PAINT SEVERELY PEELS DUE TO OVERBAKING OF THE POWDER PRIMER PRIOR TO THE TOP COAT APPLICATION. SINCE THE WINDSHIELD PRIMER AND ADHESIVE ADHERE TO THE TOP COAT PAINT ONTHE WINDSHIELD OPENING FLANGE, THE WINDSHIELD DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING.""","IN THE EVENT OF A VEHICLE CRASH, THE WINDSHIELD MAY NOT STAY IN PLACE AS REQUIRED BY FMVSS NO. 212.",ALL VEHICLES HAVE BEEN REPURCHASED. THIS CAMPAIGN IS 100%. -01/21/1997,97V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V006000),FREIGHTLINER LLC,FREIGHTLINER/FMVSS 210,SEAT BELTS,NR (Not Reported),Vehicle,121,"DUE TO UNDERSIZED RIVETS AND OVERSIZED HOLES, THE B-PILLAR ANCHORAGE WILL NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","IN THE EVENT OF A CRASH, THE SEAT BELT ASSEMBLY ANCHORAGE MAY NOT HOLD AN OCCUPANT INCREASING THE RISK OF PERSONAL INJURY OR DEATH.",DEALERS WILL MAKE THE NECESSARY REPAIRS TO THE SEAT BELT ASSEMBLY ANCHORAGES. -01/17/1997,97T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97T001000),Cooper Tire & Rubber Co.,COOPER/FMVSS 109,TIRES,NR (Not Reported),Tire,176,"TIRE DESCRIPTION: TREADWAY SPORT METRIC A/S 185/70R14 TUBELESS RADIAL STANDARD LOAD TIRES MANUFACTURED DECEMBER 8-14, 1996 (U9J6RAU496) AND DECEMBER 15-21, 1996 (U9J6RAU506) AND SPORT METRIC A/S 201/70R14 TUBELESS RADIAL STANDARD LOAD TIRES MANUFACTURED DECEMBER 22-28, 1996 (U9T9RAU516). THESE TIRES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 109, ""NEW PNEUMATIC TIRES."" THE SIZE DESIGNATION WHICH IS MOLDED ON EITHER SIDEWALL WAS OMITTED.",THE WRONG SIZE TIRE MAY BE INSTALLED ON THE VEHICLE.,ALL OF THESE TIRES HAVE BEEN CAPTURED AT THE DEALERS. NO TIRES HAVE BEEN PURCHASED BY CONSUMERS. -01/16/1997,97V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V005000),Ducati North America,DUCATI/CERTIFICATION LABELS,EQUIPMENT,NR (Not Reported),Vehicle,120,"THESE MOTORCYCLES WERE PRODUCED WITH INCORRECT CERTIFICATION LABELS. INCORRECT TIRE RIM DATA IS PRINTED ON THESE LABELS. A TIRE SIZE OF 120/70 ZR MT 3.5X17 RIM AT 32.7 PSI COLD, AND 170/C0 ZR MT 5.50X17 RIM AT 36.9 PSI COLD. THE PROPER RIM SIZE IS MT 3.50X17 AND MT 4.50X17.",INCORRECT TIRE INFLATION COULD OCCUR INCREASING THE RISK OF A TIRE FAILURE AND POSSIBLE VEHICLE CRASH.,"A NEW CERTIFICATION DATA LABEL WILL BE MAILED TO OWNERS FOR INSTALLATION ON THEIR MOTORCYCLES. IF THE OWNER DESIRES, A DUCATI DEALER CAN INSTALL THIS LABEL FOR THEM." -01/16/1997,97C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97C001000),"Evenflo Company, Inc.",EVENFLO/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,1239433,"EQUIPMENT DESCRIPTION: CHAMPION CAR SEATS MANUFACTURED FROM JUNE 1, 1993 THROUGH NOVEMBER 22, 1996, CONTAINING MODEL NUMBERS BEGINNING WITH THE FIRST THREE DIGITS ""224."" SCOUT CAR SEATS MANUFACTURED FROM JUNE 1, 1993 THROUGH DECEMBER 16, 1996, CONTAINING MODEL NUMBERS BEGINNING WITH THE FIRST THREE DIGITS ""229."" THESE CHILD SAFETY SEATS DO NOT MEET THE THORAX ACCELERATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A VEHICLE CRASH, THE CHILD SEAT OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY OR DEATH.","EVENFLO WILL PROVIDE A MODIFIED RECLINE ARM WHICH WILL ALTER THE RESTRAINT'S ANGLE AND INSTALLATION INSTRUCTIONS FOR CONSUMERS TO REPAIR THESE CHILD SEATS. MEANWHILE, CONSUMERS ARE ADVISED TO ONLY USE THESE SEATS IN ITS RECLINED POSITION UNTIL THEY RECEIVE THE FREE MODIFIED RECLINE ARM." -01/15/1997,97V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V007000),"Kawasaki Motors Corp., U.S.A.",KAWASAKI/BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5208,PRESSURE ON THE BATTERY GROUND LEAD (THE CRIMPED AND SOLDERED TERMINATION OF THE BATTERY CABLE) FROM THE BASE OF THE OPERATOR'S SEAT CAN CAUSE THE BATTERY TERMINAL TO SHORT OUT INSIDE THE BATTERY.,THIS CONDITION COULD DISABLE THE BATTERY AND THE MOTORCYCLE'S ELECTRICAL SYSTEM INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL REPLACE THE EXISTING BATTERY CABLES WITH A NEWLY DESIGNED CABLE AND INSPECT THE BATTERY TO VERIFY THAT NO DAMAGE HAS OCCURRED. -01/13/1997,96V178008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178008),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,38,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -01/09/1997,96V178005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178005),NOVA BUS INCORPORATED,NOVA BUS/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,398,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -01/08/1997,96V178006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178006),Eldorado National-Kansas,ELDORADO/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,102,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -01/06/1997,97V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V003000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/BUMPER,STRUCTURE,NR (Not Reported),Vehicle,30,THE REAR BUMPER MOUNTING BRACKETS HAVE BEEN IMPROPERLY INSTALLED. THE MOUNTING HOLES WERE CUT OVERSIZED AND CAN ALLOW THE MOUNTING BOLTS TO PULL THROUGH THE BRACKETS ON THE CHASSIS.,THIS CONDITION CAN ALLOW THE BUMPER TO LOOSEN AND FALL OFF THE TRAILER INCREASING THE RISK OF A VEHICLE CRASH OR PROPERTY DAMAGE.,DEALERS WILL INSPECT AND REPAIR THESE TRAILERS. -01/02/1997,97V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V001000),NEW GOSHEN COACH,GOSHEN/STRUCTURE FAILURE,STRUCTURE,NR (Not Reported),Vehicle,23,STRUCTURAL FAILURE IN THE CHASSIS MAIN BEAM CAN OCCUR AND SUBSEQUENT FAILURE OF CERTAIN OTHER REAR SUSPENSION COMPONENTS.,FAILURE OF THE SUSPENSION SYSTEM CAN CAUSE A LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE CRASH.,DEALERS WILL INSPECT AND REPAIR THE CHASSIS MAIN BEAMS. -01/02/1997,97V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V002000),Daimler Commercial Buses NA,ORION/WHEELCHAIR RESTRAINTS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,578,"THE SUBJECT VEHICLES HAVE THEIR WHEELCHAIR BARRIERS ATTACHED TO THE FLOOR STRUCTURE WITH A BOLT THREADED INTO THE FLOOR STRUCTURE. IN THE CASE OF A FRONTAL CRASH, AT MORE THAN 20 MILES PER HOUR, WITH THE WHEELCHAIR POSITION OCCUPIED, THERE IS A POSSIBLY THAT THE BOLT THREADS TAPPED INTO THE FLOOR STRUCTURE WOULD STRIP ALLOWING MOVEMENT OF THE WHEELCHAIR BARRIER.","FAILURE OF THE HARDWARE ATTACHMENT WOULD ALLOW MOVEMENT OF THE WHEELCHAIR BARRIER WHICH COULD CAUSE INJURIES, OR DEATH OF THE DISABLED PERSON OR OTHER PASSENGERS.","THE EXISTING WHEELCHAIR BARRIER LEG MOUNTING BOLTS WILL BE REPLACED WITH NEW BOLTS, WASHERS AND NUTS." -01/01/1997,97V034002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97V034002),Honda (American Honda Motor Co.),HONDA/ALTERNATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,42092,AN INTEGRATED CIRCUIT WITHIN THE VOLTAGE REGULATOR CAN CONTAIN MANUFACTURING ERRORS.,"THIS CAN CAUSE EXCESSIVE ELECTRICAL CHARGING OF THE VEHICLE'S ALTERNATOR, RESULTING IN ENGINE CONTROL MALFUNCTION, AND/OR EVENTUAL ENGINE STALL.",DEALERS WILL REPLACE THE VOLTAGE REGULATOR WITH A NEW REGULATOR. -12/27/1996,96V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V260000),"Chrysler (FCA US, LLC)",CHRYSLER/ABS,"SERVICE BRAKES, HYDRAULIC",702,Vehicle,52000,VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH ANTILOCK BRAKE SYSTEM (ABS). THE ANTILOCK BRAKE SYSTEM (ABS) HYDRAULIC CONTROL UNIT CAN EXPERIENCE EXCESSIVE BRAKE ACTUATOR PISTON SEAL WEAR WHICH COULD CAUSE PUMP-MOTOR DETERIORATION.,"IF THIS OCCURS, THE ABS FUNCTION WOULD BE LOSE AND REDUCED POWER ASSIST WOULD BE EXPERIENCED DURING VEHICLE BRAKING. THE INSTRUMENT PANEL WARNING LIGHTS WILL SIGNAL SYSTEM IMPAIRMENT AND THE BASE MANUAL BRAKES WILL REMAIN FUNCTIONAL.","DEALERS WILL TEST THE VEHICLE'S ABS AND REPAIR AS NECESSARY. THE WARRANTY ON ALL ABS COMPONENTS WILL BE EXTENDED TO 10 YEARS OR 100,000 MILES (EXCEPT FOR THE BRAKE ACTUATOR PISTON ASSEMBLY AND THE PUMP-MOTOR ASSEMBLY WHICH WILL HAVE A LIFETIME COVERAGE). OWNERS WILL BE REIMBURSED FOR PREVIOUS ABS COMPONENT REPAIR COSTS." -12/27/1996,96V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V256000),Ford Motor Company,FORD/SEAT BELT ANCHORAGE,SEAT BELTS,NR (Not Reported),Vehicle,133000,THE SEAT ELT ANCHORAGE ATTACHMENTS ARE MISSING OR MISINSTALLED ON THESE VEHICLES.,A LOOSE FASTENER CAN EVENTUALLY DETACH AND WOULD NOT PROPERLY RESTRAIN AN OCCUPANT IN THE EVENT OF A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT AND, AS NECESSARY, REPAIR THE SEAT BELT ANCHORAGE ATTACHMENTS." -12/27/1996,96V178007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178007),"PREVOST CAR, INCORPORATED",PREVOST/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,478,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -12/27/1996,96V194002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194002),"Winnebago Industries, Inc.",WINNEBAGO/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,138,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -12/27/1996,96V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V259000),FRUEHAUF CORPORATION,WINNEBAGO/LP TANK MOUNTING,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,57,VEHICLE DESCRIPTION: MOTOR HOMES BUILT ON A CHEVROLET CHASSIS. THE FRAME RAIL EXTENSION WILL NOT SUPPORT A FULL LIQUID PROPANE (LP) GAS TANK. VIBRATION OF THE TANK CAN CAUSE THE MOUNTING HARDWARE TO BECOME LOOSE AND EVENTUALY COULD CAUSE THE TANK TO FALL OFF.,"IF THE LP TANK FELL OFF, BODILY INJURY AND/OR PROPERTY DAMAGE COULD OCCUR.",DEALERS WILL INSTALL A RAIL SUPPORT FOR THE LP TANK. -12/27/1996,96V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V258000),"Winnebago Industries, Inc.",WINNEBAGO/TAIL LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,41,THE TAIL LIGHT USED ON THESE VEHICLES WAS NOT CERTIFIED FOR THE UNITED STATES.,THE PHOTOMETRICS OF THE EUROPEAN TAIL LIGHT USED ON THESE VEHICLES MAY NOT BE THE SAME AS ON THE UNITED STATES VERSION RESULTING IN A DIFFERENCE IN LIGHTING ABILITY.,DEALERS WILL INSTALL THE CORRECT TAIL LIGHT ASSEMBLY. -12/23/1996,96V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V254000),"CHANCE COACH, INC.",CHANCE COACH/CNG ROOF TOP FUEL TANK LIDS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,20,THE FASTENERS SECURING THE COMPRESSED NATURAL GAS (CNG) ROOF-MOUNTED FUEL TANK LIDS WERE NOT PROPERLY INSTALLED AND/OR MAINTAINED.,"IF THE FASTENERS FAIL TO HOLD THE FUEL TANK LIDS PROPERLY, THE LIDS WOULD COME OFF DURING THE OPERATION OF THE VEHICLE INCREASING THE RISK OF A VEHICLE ACCIDENT.","CHANCE COACH IS DEVELOPING A MODIFICATION KIT TO ENHANCE THE FASTENING OF THE ROOF FUEL TANK. UNTIL THAT KIT IS AVAILABLE, OWNERS SHOULD MAKE SURE THAT THE FUEL TANK IS SECURELY FASTENED." -12/23/1996,96V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V255000),"Mack Trucks, Inc.",MACK/U-JOINT STRAP BOLTS,POWER TRAIN,NR (Not Reported),Vehicle,1590,THE U-JOINT BEARING STRAP BOLTS WERE NOT PROPERLY TIGHTENED DURING ASSEMBLY.,"INSUFFICIENT TORQUE CAN LEAD TO A BROKEN STRAP. IF THE STRAP BREAKS, THE DRIVESHAFT WOULD WOBBLE, POSSIBLY RESULTING IN SEPARATION. SUCH WOBBLING OR SEPARATION WOULD RESULT IN DAMAGE TO OTHER COMPONENTS OF THE VEHICLE AND ANY LOOSE FRAGMENT COULD FALL TO THE ROADWAY PRESENTING A HAZARD TO FOLLOWING VEHICLES.",DEALERS WILL INSTALL A NEW U-JOINT BEARING STRAP BOLTS. -12/20/1996,96E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E041000),SUNBEAM CORPORATION,SUNBEAM/AUTO THROW,VISIBILITY,NR (Not Reported),Equipment,12000,EQUIPMENT DESCRIPTION: AUTO THROW LAP BLANKETS MANUFACTURED BY SUNBEAM CORPORATION AND SOLD TO WAL-MART STORES AND THERM TECHNOLOGY CORPORATION. DATE CODED I (1995) OR J (1996) PRODUCTION. TWO CIRCUITS WERE CROSSED-WIRED ON THESE THROWS.,"THIS THROW CAN OVERHEAT, AND, COULD CAUSE COMBUSTION.",SUNBEAM WILL REPAIR OR REPLACE THE AUTO THROW. -12/18/1996,96V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V252000),Ford Motor Company,FORD/REAR AXLE,SUSPENSION,NR (Not Reported),Vehicle,25000,THE REAR AXLE TRACK BAR BRACKET CAN SEPARATE FROM THE FRAME DUE TO MISSING WELDS OR INADEQUATE WELD PENETRATION.,"IF BOTH BRACKETS SEPARATE, THE REAR AXLE CAN MOVE LATERALLY UNTIL THE TIRES CONTACT EITHER THE FRAME OR THE WHEELHOUSE RESULTING IN EITHER TIRE DAMAGE OR A SIGNIFICANT REDUCTION IN VEHICLE HANDLING PERFORMANCE.",DEALERS WILL INSTALL A TRACK BAR BRACKET REINFORCEMENT KIT AND INSPECTION OF THE AXLE TUBES. THE SUSPECT AXLE TUBES DO NOT HAVE A STAMPED DATE CODE ON THE TUBE. AXLES WITHOUT DATE CODES ON THE TUBES WILL BE REPLACED. -12/18/1996,96V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V251000),Ford Motor Company,FORD/THROTTLE ICING,VEHICLE SPEED CONTROL,96S59,Vehicle,22000,"VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: ALASKA, MONTANA, NORTH DAKOTA, MINNESOTA, WISCONSIN, MICHIGAN (UPPER PENINSULA), NEW YORK, MAINE, VERMONT, AND NEW HAMPSHIRE. OPERATION AT HIGHWAY SPEEDS DURING EXTREME COLD, NORTHERN CLIMATE WINTER CONDITIONS, CAN RESULT IN ICE FORMING IN THE THROTTLE BODY OF THE ENGINE.","THIS ICE CAN CAUSE THE THROTTLE PLATE TO REMAIN IN THE HIGHWAY CRUISING POSITION AFTER THE ACCELERATOR IS RELEASED OR THE SPEED CONTROL IS DEACTIVATED. UNDER SUCH CONDITIONS, THE VEHICLE STOPPING DISTANCES WOULD BE INCREASED POSSIBLY RESULTING IN AN ACCIDENT.",DEALERS WILL INSTALL A FOAM INSULATING SLEEVE ON THE LINE FROM THE PCV TO THE HOSE FITTING ON THE THROTTLE PLATE. -12/17/1996,96V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V250000),"General Motors, LLC",GENERAL MOTORS/FMVSS 108/4 WAY FLASHERS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,270014,"THE FRONT AND/OR REAR HAZARD WARNING LAMPS (FOUR-WAY FLASHERS) DO NOT FLASH WHEN THE HAZARD SWITCH IS ACTIVATED. THIS FAILS TO COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF THESE LAMPS WERE NOT FLASHING, OTHER VEHICLES WOULD NOT BE AWARE THAT THIS VEHICLE WAS STOPPED INCREASING THE RISK OF AN ACCIDENT.","DEALERS OR VEHICLE OWNERS WILL INSPECT FOR PROPER FUNCTION OF THE HAZARD WARNING LAMPS. IF NECESSARY, DEALERS WILL REPLACE THE HAZARD LAMP SWITCH." -12/17/1996,96V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V249000),"General Motors, LLC",GENERAL MOTORS/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,424,THE STEERING COLUMN LOWER PINCH BOLT WAS NOT PROPERLY TIGHTENED DURING ASSEMBLY.,"AN UNDERTORQUED PINCH BOLT CAN RATTLE AND CAUSE LOOSENESS IN THE STEERING SYSTEM. IF THE PINCH BOLT BACKED OUT OF THE JOINT COMPLETELY, ROTATION OF THE STEERING SHAFT AGAINST THE CONNECTOR COULD CAUSE INCREASING LOOSENESS IN THE STEERING SYSTEM AND RESULT IN LOSS OF STEERING AND AN ACCIDENT.","DEALERS WILL INSPECT THE STEERING COLUMN PINCH BOLT FOR CORRECT TORQUE AND, IF NECESSARY, TIGHTEN THE BOLT TO THE SPECIFIED TORQUE." -12/17/1996,96V178004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178004),METROTRANS CORPORATION,METROTRANS/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,87,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -12/16/1996,96V194003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194003),"Tiffin Motorhomes, Inc.",ALLEGRO/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,63,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -12/12/1996,96V248002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V248002),Honda (American Honda Motor Co.),HONDA/SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,163,CERTAIN VEHICLES WERE MANUFACTURED WITH AN INCORRECT REAR CENTER SEAT BELT ASSEMBLY BUCKLE. THE MISBUILD INVOLVED FITTING A BUCKLE FOR ANOTHER MARKET WITH THE CORRECT U.S. SPECIFICATION SEAT BELT.,SUCH INSTALLATION RESULTS IN A REAR CENTER SEAT BELT ASSEMBLY IN WHICH THE BELT TONGUE CANNOT BE INSERTED INTO THE BUCKLE AND A CONSQUENT INABILITY OF THE SYSTEM TO PROVIDE PROPER OCCUPANT RESTRAINT DURING PANIC BRAKING OF THE VEHICLE OR AN ACCIDENT.,DEALERS WILL INSPECT THE REAR CENTER SEAT BELT TONGUE AND BUCKLE AND INCORRECT BUCKLE ASSEMBLIES WILL BE REPLACED. -12/12/1996,96V248001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V248001),Isuzu Motors Limited,ISUZU/SEAT BELT BUCKLE,SEAT BELTS,NR (Not Reported),Vehicle,2345,CERTAIN VEHICLES WERE MANUFACTURED WITH AN INCORRECT REAR CENTER SEAT BELT ASSEMBLY BUCKLE. THE MISBUILD INVOLVED FITTING A BUCKLE FOR ANOTHER MARKET WITH THE CORRECT U.S. SPECIFICATION SEAT BELT.,SUCH INSTALLATION RESULTS IN A REAR CENTER SEAT BELT ASSEMBLY IN WHICH THE BELT TONGUE CANNOT BE INSERTED INTO THE BUCKLE AND A CONSQUENT INABILITY OF THE SYSTEM TO PROVIDE PROPER OCCUPANT RESTRAINT DURING PANIC BRAKING OF THE VEHICLE OR AN ACCIDENT.,DEALERS WILL INSPECT THE REAR CENTER SEAT BELT TONGUE AND BUCKLE AND INCORRECT BUCKLE ASSEMBLIES WILL BE REPLACED. -12/12/1996,96V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V247000),Land Rover,LAND ROVER/DOOR SYSTEM,STRUCTURE,NR (Not Reported),Vehicle,20889,"THE RIGHT FRONT DOOR CAN FAIL TO LATCH FULLY WHEN CLOSING, CAUSING THE DOOR TO ""BOUNCE"" BACK OFF THE DOOR SEALS.",THIS CONDITION COULD CAUSE UNEXPECTED OPENING OF THE DOOR INCREASING THE RISK OF A VEHICLE ACCIDENT OR PERSONAL INJURY.,DEALERS WILL INSTALL CORRECTIVE HARDWARE ON THE RIGHT FRONT DOOR. DELAERS WILL ALSO CHECK THE DOOR LATCHES FOR THE OTHER DOORS AT THE SAME TIME. -12/12/1996,96V181002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V181002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/OPTIMIZED IDLE SYSTEM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,93,"THESE VEHICLES ARE EQUIPPED WITH A DETROIT DIESEL OPTIMIZED IDLE SYSTEM. IF THE IGNITION IS TURNED ON AND THE FUSE FOR THE ELECTRONIC CONTROL MODULE (ECM) POWER FEED LINE IS REMOVED OR BURNED OUT, UNINTENTIONAL CRANKING OF THE ENGINE WILL OCCUR..","IF UNINTENTIONAL CRANKING OF THE ENGINE OCCURS, THE SAFETY FEATURES DESIGNED TO PREVENT INJURY TO PERSONS WORKING IN THE VICINITY OF THE ENGINE WILL OCCUR AND ALSO VEHICLE MOVEMENT MAY OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.",DETROIT DIESEL DISTRIBUTORS WILL REWIRE THE VEHICLES USING A REVISED ECM WHICH WILL ELIMINATE UNINTENTIONAL CRANKING. -12/10/1996,96V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V245000),"General Motors, LLC",GENERAL MOTORS/WHEEL LUG NUTS,WHEELS,NR (Not Reported),Vehicle,21582,THE WHEEL LUG NUTS WERE NOT TIGHTENED TO THE PROPER SPECIFICATION DURING ASSEMBLY.,THIS CONDITION COULD RESULT IN A FRACTURE OF THE WHEEL STUDS CAUSING THE WHEEL TO SEPARATE FROM THE VEHICLE.,DEALERS WILL TIGHTEN THE VEHICLE'S WHEEL LUG NUTS TO THE PROPER SPECIFICATION. -12/09/1996,96V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V246000),FREIGHTLINER LLC,FREIGHTLINER/PARKING BRAKE SYSTEM,PARKING BRAKE,NR (Not Reported),Vehicle,3667,THE PARKING BRAKE CYLINDER ROD CAN SEPARATE FROM THE SOCKET THAT IT IS THREADED INTO DUE TO DEFECTIVE THREADS.,"IF THIS OCCURS, THE PARKING BRAKE WILL RELEASE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REMOVE AND REPLACE THE PARK BRAKE CYLINDER. -12/05/1996,96E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E040000),ELECTRONIC MOBILITY CONTROLS,ELECTRONIC MOBILITY/STEERING,UNKNOWN OR OTHER,NR (Not Reported),Equipment,133,EQUIPMENT DESCRIPTION: AN ELECTRONIC DEVICE FOR USE BY PHYSICALLY CHALLENGED INDIVIDUALS TO STEER A MOTOR VEHICLE. POSSIBLE UNWANTED MOTION AT THE FACTORY STEERING WHEEL CAN RESULT IN A MOMENTARY LOSS OF CONTROL OF THE VEHICLE STEERING.,UNEXPECTED MOVEMENT OF THE STEERING WHEEL CAN RESULT IN A LOSS OF CONTROL OF THE VEHICLE INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL MODIFY THE STEERING WHEEL HARDWARE INCLUDING A NEW MACHINED CPU CASE AND THE ADDITION OF AN EXTENAL GROUND LEAD TO THE STEERING MODULE. -12/05/1996,96V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V243000),HINO DIESEL TRUCKS(USA),HINO/UNIVERSAL JOINT ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,606,THE PROPELLER SHAFT UNIVERSAL JOINTS ARE DAMAGED.,THESE DAMAGED UNIVERSAL JOINT ASSEMBLIES CAN LEAD TO ABNORMAL WEAR OF THE UNIVERSAL JOINT BEARINGS RESULTING IN PROPELLER SHAFT FAILURE.,DEALERS WILL REPLACE THE TWO AFFECTED UNIVERSAL JOINT ASSEMBLIES. -12/05/1996,96V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V244000),Lotus Cars Limited,LOTUS/FMVSS 208,AIR BAGS,NR (Not Reported),Vehicle,240,"AIR BAG AND SEAT BELT SYSTEM WARNING LABELS ARE MISSING FROM THE SUN VISOR. THIS DOES NOT COMPLY WITH FMVSS NO. 108, ""OCCUPANT CRASH PROTECTION.""",THE VEHICLE OCCUPANT MAY NOT PROPERLY UNDERSTAND THE OPERATION OF THE AIR BAG SYSTEM AND THE NEED TO USE SEAT BELTS.,"OWNERS WILL BE PROVIDED WITH LABELS AND INSTALLATION INSTRUCTIONS. IF THEY SO DESIRE, THEY CAN HAVE THEIR DEALERS INSTALL THESE LABELS FOR THEM." -12/02/1996,96V130005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V130005),REXHALL INDUSTRIES INC,REXHALL INDUSTRIES/RV AWNINGS,VISIBILITY,NR (Not Reported),Vehicle,100,THE AWNINGS FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -12/02/1996,96V233004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V233004),Volvo Trucks North America,VOLVO HEAVY TRUCK/EATON/DRIVE AXLE HOUSINGS,SUSPENSION,NR (Not Reported),Vehicle,42,"VEHICLE DESCRIPTION: CLASS 8 HEAVY DUTY VEHICLES EQUIPPED WITH EATON DRIVE AXLES AND AXILOK SPINDLE NUTS. THE DRIVE AXLE HOUSINGS CONSIST OF A PLATE STEEL CENTER SECTION AND TWO FORGED SPINDLES, ONE OF WHICH IS WELDED TO EACH END OF THE CENTER SECTION. EACH SPINDLE CONTAINS A KEYWAY SLOT IN WHICH THE LOCKING TAB FOR THE WHEEL BEARING NUT LOCKING MECHANISM IS INSERTED. THE LENGTH OF THE KEYWAY SLOT MAY NOT BE LONG ENOUGH TO ACCOMMODATE THE TAB CAUSING THE TAB TO BE DEFORMED OR DAMAGED DURING INSTALLATION.","THIS LOCKING TAB PREVENTS THE WHEEL BEARING NUT FROM LOOSENING DURING VEHICLE OPERATION. IF THIS TAB IS DEFORMED, THE NUT CAN LOOSEN ALLOWING THE WHEEL TO SEPARATE FROM THE AXLE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE DRIVE AXLE HOUSING NUTS WITH A CONVENTIONAL WHEEL NUT HARDWARE SYSTEM. -11/27/1996,96V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V241000),Aston Martin The Americas,ASTON MARTIN/INSTRUMENT PANEL,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,173,"THE LOW BRAKE FLUID LEVEL WARNING LAMP DOES NOT ILLUMINATE DURING THE IGNITION ON, BULB TEST PERIOD.",THE INTENDED PURPOSE OF THE TEST IS TO PROVIDE THE OWNER WITH A PERIODIC CHECK OF THE LOW BRAKE FLUID LEVEL WARNING LAMP.,DEALERS WILL MODIFY THE INSTRUMENT PACK WIRING. -11/27/1996,96V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V242000),Aston Martin The Americas,ASTON MARTIN/SEAT BELT WARNING CHIME,SEAT BELTS,NR (Not Reported),Vehicle,173,THE FRONT SEAT BELT WARNING CHIME DOES NOT SOUND WITH THE SEAT BELT UNBUCKLED.,THE SEAT BELT WARNING CHIME IS TO REMIND OCCUPANTS TO FASTEN THEIR SEAT BELTS.,DEALERS WILL FIT NEW SEAT BELT BUCKLES WITH PROPERLY CONFIGURED WIRING. -11/27/1996,96V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V239000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/ACCELERATOR PEDALS,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,727,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH THE INTERNATIONAL I6 ELECTRONIC ENGINE AND AN EXTRA THICK BUS BODY FLOOR. THE ACCELERATOR PEDAL TO FLOOR CLEARANCE IS APPROXIMATELY 1.2 INCHES WITH A STANDARD BUS BODY FLOOR. HOWEVER, SOME CUSTOMERS ORDERED AN ADDITIONAL 3/4 INCH THICK FLOOR AND EXTRA THICK FLOOR MATS TO SERVE AS INSULATION IN COLD CLIMATES. WHEN THIS EXTRA FLOORING IS USED, THE BOTTOM EDGE OF THE ACCELERATOR PEDAL, WHEN DEPRESSED, CAN COME IN CONTACT WITH THE FLOOR.","SHOULD THE ACCELERATOR PEDAL CONTACT THE FLOOR, THE PEDAL COULD GET CAUGHT AND NOT RETURN TO THE IDLE POSITION INCREASING THE RISK OF A VEHICLE ACCIDENT.","DEALERS WILL INSPECT THE FLOORING ON THESE BUSES TO INSURE THERE IS A MINIMUM OF 1/4 INCH CLEARANCE. ON BUSES WITH LESS THAN 1/4 INCH CLEARANCE, THE DEALER WILL REMOVE THE PEDAL AND CUT OFF THE BOTTOM OF THE PAD TO OBTAIN THE PROPER CLEARANCE." -11/27/1996,96V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V240000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/REAR AXLE,SUSPENSION,NR (Not Reported),Vehicle,233,VEHICLE DESCRIPTION: SCHOOL BUSES AND HEAVY DUTY TRUCKS EQUIPPED WITH REAR AXLE ASSEMBLIES PRODUCED BY DANA SPICER. CERTAIN REAR AXLE ASSEMBLIES WERE IMPROPERLY HEAT TREATED WHICH COULD ALLOW PINION BREAKAGE AT THE PINION THREADS.,CRACKS CAN INITIATE AND RESULT IN SEPARATION OF THE THREADED END OF THE PINION RESULTING IN SEPARATION OF THE YOKE AND DRIVE LINE FROM THE REAR AXLE INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE REAR AXLE CARRIER/PINION ASSEMBLY. -11/25/1996,96V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V238000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/FRONT IMPACT BEAM,STRUCTURE,NR (Not Reported),Vehicle,1040,THE FRONT IMPACT BEAM INSTALLED ON THESE MOTOR HOMES CAN FALL TO THE GROUND FORWARD OF THE FRONT AXLE.,THIS CAN CAUSE LOSS OF CONTROL TO THE VEHICLE OR PROPERTY DAMAGE TO FOLLOWING VEHICLES.,DEALERS WILL INSPECT AND REPLACE THE MOTOR HOME IMPACT BEAM SUPPORT BRACKETS TO PROVIDE THE CORRECT SUPPORT. -11/25/1996,96V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V201000),Shyft Group,SPARTAN/CRUISE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7633,THE ECO-CRUISE ACTUATOR CAN BIND THE THROTTLE.,"IF THE ACTUATOR BINDS, ENGINE SPEED MAY NOT DECREASE TO THE LEVEL ANTICIPATED BY THE OPERATOR, INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REMOVE THESE ACTUATORS UNTIL NEW OR REMANUFACTURED UNITS CAN BE SUPPLIED. -11/22/1996,96V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V236000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/SLIDE-OUT ROOM,VISIBILITY,NR (Not Reported),Vehicle,241,THE E-Z SLIDE-OUT ROOM CAN OPERATE UNEXPECTEDLY. WATER CAN CAUSE AN ELECTRICAL SHORT IN THE SLIDE-OUT ROOM CONTROL RELAY.,"IF THE SLIDE-OUT ROOM OPERATES UNEXPECTEDLY, THE MOTOR HOME WIDTH WILL INCREASE WHICH COULD LEAD TO AN ACCIDENT IF TRAVELING OR PROPERTY DAMAGE COULD OCCUR WHILE THE MOTOR HOME IS PARKED.",DEALERS WILL INSTALL A REPLACEMENT CONTROL RELAY IN A WATERPROOF LOCATION ON THESE MOTOR HOMES. -11/22/1996,96V233002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V233002),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/EATON/DRIVE AXLE HOUSING,SUSPENSION,NR (Not Reported),Vehicle,1133,"THE DRIVE AXLE HOUSINGS CONSIST OF A PLATE STEEL CENTER SECTION AND TWO FORGED SPINDLES, ONE OF WHICH IS WELDED TO EACH END OF THE CENTER SECTION. EACH SPINDLE CONTAINS A KEYWAY SLOT IN WHICH THE LOCKING TAB FOR THE WHEEL BEARING NUT LOCKING MECHANISM IS INSERTED. THE LENGTH OF THE KEYWAY SLOT MAY NOT BE LONG ENOUGH TO ACCOMMODATE THE TAB CAUSING THE TAB TO BE DEFORMED OR DAMAGED DURING INSTALLATION.","THIS LOCKING TAB PREVENTS THE WHEEL BEARING NUT FROM LOOSENING DURING VEHICLE OPERATION. IF THIS TAB IS DEFORMED, THE NUT CAN LOOSEN ALLOWING THE WHEEL TO SEPARATE FROM THE AXLE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE DRIVE AXLE HOUSING NUTS WITH A CONVENTIONAL WHEEL NUT HARDWARE SYSTEM. -11/22/1996,96E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E039000),SUPERLIFT SUSPENSION SYSTEMS,SUPERLIFT/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,363,"EQUIPMENT DESCRIPTION: BRAIDED STEEL BRAKE LINES INCLUDED WITH LKI ENTERPRISES, INC. ""SUPERLIFT SUSPENSIONS"" BRAKE 4"" TO 6"" LIFT SYSTEM. THESE BRAKE LINES ARE INTENDED FOR APPLICATION ON 1988 AND NEWER CHEVROLET, GMC AND OTHER GM LIGHT DUTY TRUCKS, BLAZERS, SUBURBANS, TAHOES, YUKONS AND VEHICLES HAVING A GVWR OF 7300 LBS. OR LESS. IMPROPER ROUTING OF THE REPLACEMENT BRAKE HOSES CAN RESULT IN THE INSTALLER REFERS ONLY TO THE ILLUSTRATION ACCOMPANYING THE WRITTEN INSTRUCTIONS. ROUTING THE REPLACEMENT BRAKE HOSES UNDER INSTEAD OF OVER THE UPPER CONTROL ARM CAN CAUSE THE BRAKE HOSE TO CONTACT THE UPPER CONTROL ARM AS THE SUSPENSION EXTENDS.","REPEATED CONTACT BETWEEN THE BRAKE HOSES AND UPPER CONTROL LINE ABRADES THE BRAKE HOSES AND CAN EVENTUALLY CAUSE LEAKS AND/OR FAILURE OF THE BRAKE HOSE. A LEAKING OR FAILED BRAKE HOSE REDUCED BRAKING EFFECTIVE NESS AND CAN CAUSE THE VEHICLE TO ""PULL"" TO ONE SIDE OR THE OTHER DURING BRAKING.",THESE BRAKE LINES WILL NEED TO BE ROUTED OVER THE UPPER CONTROL ARM. -11/20/1996,96V233003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V233003),FREIGHTLINER LLC,FREIGHTLINER/EATON/DRIVE AXLE HOUSING,SUSPENSION,NR (Not Reported),Vehicle,1410,"VEHICLE DESCRIPTION: ALL VEHICLES EQUIPPED WITH EATON DRIVE AXLES AND AXILOK SPINDLE NUTS. THE DRIVE AXLE HOUSINGS CONSIST OF A PLATE STEEL CENTER SECTION AND TWO FORGED SPINDLES, ONE OF WHICH IS WELDED TO EACH END OF THE CENTER SECTION. EACH SPINDLE CONTAINS A KEYWAY SLOT IN WHICH THE LOCKING TAB FOR THE WHEEL BEARING NUT LOCKING MECHANISM IS INSERTED. THE LENGTH OF THE KEYWAY SLOT MAY NOT BE LONG ENOUGH TO ACCOMMODATE THE TAB CAUSING THE TAB TO BE DEFORMED OR DAMAGED DURING INSTALLATION.","THIS LOCKING TAB PREVENTS THE WHEEL BEARING NUT FROM LOOSENING DURING VEHICLE OPERATION. IF THIS TAB IS DEFORMED, THE NUT CAN LOOSEN ALLOWING THE WHEEL TO SEPARATE FROM THE AXLE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE DRIVE AXLE HOUSING NUTS WITH A CONVENTIONAL WHEEL NUT HARDWARE SYSTEM. -11/20/1996,96V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V237000),RANSOMES CORPORATION,RANSOMES/CUSHMAN/DOOR LATCH,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,139,"VEHICLE DESCRIPTION: 3-WHEEL ON-ROAD VEHICLES, MODELS 898464B, 898465A, 898474B, 898474C, 898475A AND 898484. THE DOOR LATCH CAN RELEASE UNEXPECTEDLY.",THE DOOR LATCH RELEASING UNEXPECTEDLY CAN INCREASE THE RISK OF A VEHICLE ACCIDENT OR PERSONAL INJURY TO THE VEHICLE OCCUPANT.,DEALERS WILL REPLACE THESE DOOR LATCHES WITH A NEWLY DESIGNED DOOR LATCH. -11/19/1996,96E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E036000),MONROE AUTO CORP.,MONROE/TORQUE ROD BUSHING,SUSPENSION,NR (Not Reported),Equipment,2808,"AT THE TAPER PIN END OF THE TORQUE ROD IS A METAL AND RUBBER BUSHING. THIS BUSHING BEGINS TO UNSEAT, OR ""WALKS-OUT.""","ONCE THE BUSHING BEGINS TO WALK OUT, THE TORQUE ROD CAN BREAK ALLOWING THE REAR AXLE OF THE BUS TO IMPROPERLY TRACK LEADING TO A LOSS OF CONTROL.",DEALERS WILL REPLACE THE REAR LOWER TORQUE RODS. -11/19/1996,96E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E038000),MONROE AUTO CORP.,MONROE/TORQUE ROD BUSHING,SUSPENSION,NR (Not Reported),Equipment,58,THE BAR PIN END CAN FAIL.,THIS FAILURE CAN CAUSE THE REAR AXLE TO CEASE TRACKING PROPERLY LEADING TO A LOSS OF CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE REAR LOWER TORQUE RODS. -11/18/1996,96V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V228000),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKE/FUEL LINES,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,180000,THE FUEL AND REAR BRAKE TUBES CAN EXPERIENCE ACCELERATED CORROSION BETWEEN THE TUBES AND A RUBBER ISOLATOR.,CORROSION OF THE TUBES CAN LEAD TO BRAKE FLUID OR FUEL LEAKAGE. THIS CAN CAUSE A LOSS OF BRAKES OR RESULT IN A FIRE.,"DEALERS WILL INSPECT THE BRAKE, FUEL SUPPLY AND FUEL VAPOR TUBES FOR THE PRESENCE OF CORROSION. ANY TUBES SHOWING CORROSION WILL BE REPLACED. ALL VEHICLES WILL HAVE THE RUBBER ISOLATOR REPLACED WITH A PLASTIC CLIP." -11/18/1996,96V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V230000),"Chrysler (FCA US, LLC)",CHRYSLER/STEERING COLUMN,STEERING,NR (Not Reported),Vehicle,475000,"IF THE PLASTIC PINS AND METAL CLIP THAT RETAIN THE LOWER STEERING SHAFT IN THE UPPER SHAFT BREAK, THE LOWER STEERING SHAFT CAN SEPARATE FROM THE UPPER SHAFT.","IF THE LOWER STEERING SHAFT SEPARATES FROM THE UPPER SHAFT, LOSS OF VEHICLE CONTROL CAN OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL ADD A RESTRAINING SLEEVE TO THE INTERMEDIATE STEERING SHAFT TO LIMIT THE AMOUNT OF AXIAL STEERING COLUMN SHAFT MOVING IN THE EVENT THE PLASTIC PINS AND METAL CLIP ARE BROKEN. -11/18/1996,96V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V229000),"Chrysler (FCA US, LLC)",CHRYSLER/STEERING WHEEL,STEERING,NR (Not Reported),Vehicle,675000,THE STEERING WHEEL ARMATURE STAMPING CAN CRACK AND SEPARATE FROM THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN.,"IF THE STEERING WHEEL SEPARATES FROM THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN, LOSS OF CONTROL CAN OCCUR INCREASING THE RISK OF AN ACCIDENT.",DEALERS WILL INSPECT THE STEERING WHEEL FOR ARMATURE CRACKS IN THE CENTER HUB ATTACHMENT AREA. ANY STEERING WHEELS SHOWING CRACKS WILL BE REPLACED. ALL OTHER VEHICLES WILL HAVE A REINFORCEMENT PLATE INSTALLED TO PREVENT STEERING WHEEL SEPARATION IN THE EVENT CRACKING OCCURS. -11/15/1996,96V227001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V227001),Eldorado National-Kansas,ELDORADO/FRONT STEERING AXLE,SUSPENSION,NR (Not Reported),Vehicle,45,VEHICLE DESCRIPTION: TRANSIT BUSES EQUIPPED WITH MARMON-HERRINGTON MC80B FRONT STEERING AXLES. THE LEFT AND RIGHT HAND STEERING ARMS CAN CRACK AND/OR BROKEN DUE TO THE MANUFACTURING PROCESS.,"IF A STEERING ARM BREAKS ENTIRELY, LOSS OF STEERING CONTROL WILL OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.",THE STEERING ARMS WILL BE REPLACED ON THESE VEHICLES. -11/14/1996,96V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V234000),"General Motors, LLC",GM/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,432183,"VEHICLE DESCRIPTION: 4-DOOR, 4-WHEEL DRIVE AND ALL-WHEEL DRIVE MULTI-PURPOSE PASSENGER VEHICLES. DURING DEVELOPMENT TESTING, THE PROP SHAFT CONTACTED THE INBOARD SIDE OF THE FUEL TANK ALLOWING FUEL LEAKAGE. THIS LEAKAGE WAS IN EXCESS OF THE AMOUNT PERMITTED BY FMVSS 301, ""FUEL SYSTEM INTEGRITY.""","IF AN IGNITION SOURCE IS PRESENT, AND THERE IS A FUEL LEAK, A FIRE COULD OCCUR.",DEALERS WILL INSTALL ADDITIONAL SHIELDING OF THE FUEL TANK. THIS WILL BE ADDED WITHOUT REMOVING OR DISASSEMBLING THE FUEL SYSTEM. -11/14/1996,96V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V235000),"Mitsubishi Fuso Truck of America, Inc.",MITSUBISHI FUSO/PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,4471,"VEHICLE DESCRIPTION: 1994 MODELS ARE ONLY IN THE STATE OF CALIFORNIA. THE MATERIAL HARDNESS OF THE PARKING BRAKE RATCHET BAR WAS GREATER THAN THAT OF ITS MATING PART, THE PARKING PAWL.","IF THE PARKING BRAKE IS REPEATEDLY RELEASED BEFORE THE RATCHET BAR AND THE PARKING PAWL HAVE COMPLETELY DISENGAGED, THE PAWL COULD WEAR CAUSING LOSS OF THE PARKING BRAKE.",DEALERS WILL REPLACE THE PARKING BRAKE RATCHET BAR ASSEMBLY. -11/13/1996,96V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V232000),FREIGHTLINER LLC,FREIGHTLINER/ENGINE FIRE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,27500,"VEHICLE DESCRIPTION: HEAVY DUTY TRUCKS EQUIPPED WITH HORTON FAN DRIVES. THE FAN DRIVE CONTROL SYSTEM WAS RECONFIGURED WHICH RESULTED IN A SIGNIFICANT INCREASE IN THE DEMAND FOR FAN ACTIVATION AND ASSOCIATED STRESS TO ELECTRICAL AND MECHANICAL COMPONENTS. VARIOUS COMPONENT FAILURE MODELS, COMBINED WITH CHARACTERISTICS OF THE FAN CLUTCH AND ITS BEARINGS, CAN CAUSE FAN CLUTCH BEARINGS TO FAIL PREMATURELY AND RESULT IN A LOCKED FAN.","IF THE FAN IS LOCKED, THE THE SYSTEM CALLS FOR THE FAN TO BE ON, THE FAN CLUTCH WILL SLIP, GENERATE HEAT, AND UNLESS RELEASED, WILL RESULT IN A FIRE.",DEALERS WILL REPLACE THE FAN CLUTCH DRIVE DISC WITH ONE THAT INCORPORATES A THERMALLY ACTIVATED PRESSURE RELIEF. -11/12/1996,96V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V231000),Ford Motor Company,FORD/DRIVER AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,742,TWO BOLTS THAT ATTACH THE DRIVER AIR BAG TO THE STEERING WHEEL WERE NOT INSTALLED DURING VEHICLE ASSEMBLY.,"IN THE EVENT OF A FRONTAL COLLISION, THE AIR BAG MODULE WOULD STAY IN POSITION DURING DEPLOYMENT. HOWEVER, THE MODULE COULD LEAVE THE STEERING WHEEL CAVITY FOLLOWING AIR BAG DEPLOYMENT.",DEALERS WILL INSPECT THE VEHICLES AND INSTALL ANY BOLTS THAT ARE MISSING. -11/12/1996,96V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V192000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/TURN SIGNAL SWITCH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,171638,THESE BUSES HAVE A TURN SIGNAL LEVER THAT WILL NOT OPERATE CONSISTENTLY IN THE LANE CHANGE MODE IF THE LEVER IS NOT MOVED TO THE POSITION WHERE RESISTANCE TO MOVEMENT IS FELT.,"SHOULD THE REAR SIGNAL LAMPS NOT FLASH WHEN A LANE CHANGE WAS BEING MADE, IT COULD RESULT IN A VEHICLE FOLLOWING THE BUS TO COLLIDE WITH THE BUS INCREASING THE RISK OF PERSONAL INJURY AND/OR PROPERTY DAMAGE.",OPERATORS WILL BE MAILED INFORMATION CONCERNING THE PROPER METHOD OF USING TURN SIGNALS. A DECAL WILL ALSO BE PROVIDED TO BE PLACED ON THE INSTRUMENT PANEL OF EACH BUS. -11/07/1996,96E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E034000),TREK BICYCLE CORPORATION,TREK/BICYCLE CAR RACKS,EQUIPMENT,NR (Not Reported),Equipment,3296,THE SWING ARM OF THE CAR RACK CAN PREMATURELY DISENGAGE CAUSING THE CAR RACK TO FALL FROM THE VEHICLE.,"IF THE CAR RACK DISENGAGES FROM THE VEHICLE, THE CARGO CAN FALL ONTO THE ROADWAY CAUSING A HAZARD TO FOLLOWING VEHICLES AND/OR PEDESTRIANS NEARBY.",TREK BICYCLE IS ASKING FOR THE RETURN OF THESE CAR RACKS AND WILL REIMBURSE THE OWNERS. -11/05/1996,96V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V224000),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/JACK MOUNTING BRACKET,EQUIPMENT,NR (Not Reported),Vehicle,521,A MOUNTING BRACKET FOR THE OPTIONAL HWH JACK CAN RUB AGAINST THE FUEL TANK WHEN THE VEHICLE IS IN MOTION.,THIS CONDITION COULD CAUSE A LEAK TO OCCUR IN THE FUEL TANK INCREASING THE RISK OF A VEHICLE FIRE.,DEALERS WILL INSPECT THE VEHICLE AND MODIFY THE MOUNTING BRACKET FOR THE OPTIONAL HWH JACK. -11/05/1996,96V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V225000),"Winnebago Industries, Inc.",WINNEBAGO/SEAT BELT RETRACTOR,SEAT BELTS,NR (Not Reported),Vehicle,491,THE SEAT BELT RETRACTOR LOCATED NEXT TO THE DRIVER AND PASSENGER SEATS WILL NOT ALLOW THE BELT TO BE EXTENDED SO THAT IT CAN BE USED.,"IN THE EVENT OF AN ACCIDENT, THE VEHICLE DRIVER OR OCCUPANT WOULD NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL INSTALL NEW SEAT BELT ASSEMBLIES IN THESE VEHICLES. -11/04/1996,96V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V221000),IC CORPORATION,AMTRAN/PARKING BRAKE CHAMBERS,PARKING BRAKE,NR (Not Reported),Vehicle,194,THE AIR/SPRING ACTUATED PARKING BRAKE CHAMBERS MANUFACTURED BY MIDLAND (DATE CODE 145B6K) WERE FILLED WITH THE WRONG LUBRICATION. THE IMPROPER LUBRICANT CAUSES THE SEALS WITHIN THE CHAMBER TO FAIL AND RESULTS IN LOSS OF AIR. IF AIR PRESSURE DROPS TO 55 PSI THE SPRING WITHIN THE CHAMBER WILL AUTOMATICALLY APPLY THE PARKING BRAKE.,"IF AIR PRESSURE DROPS BELOW 55 PSI AND THE OPERATOR DOES NOT HEED THE LOW AIR PRESSURE WARNING AND CONTINUES TO DRIVE, THE PARKING BRAKE WILL APPLY. THIS CAN CAUSE THE PARKING BRAKE LINING TO OVERHEAT AND PREMATURELY WEAR. WHEN THE BUS IS PARKED AND THE BRAKE APPLIED, THE PARKING BRAKE WOULD NOT OPERATE PROPERLY.","DEALERS (OR OWNERS) WILL INSPECT THE BRAKE CHAMBERS FOR THE SUSPECT DATE CODE. IF THE CHAMBER HAS THIS CODE, THE PARKING BRAKE CHAMBER WILL BE REPLACED." -11/04/1996,96E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E033000),DETROIT DIESEL CORP.,DETROIT DIESEL/OPTIMIZED IDLE SYSTEM,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1009,"IF THE IGNITION IS TURNED ON AND THE FUSE FOR THE ELECTRONIC CONTROL MODULE (ECM) POWER FEED LINE IS REMOVED OR BURNED OUT, THE SAFETY FEATURES DESIGNED TO PREVENT INJURY TO PERSONS WORKING IN THE VICINITY OF THE ENGINE WILL BE BYPASSED, AND UNINTENTIONAL CRANKING OF THE ENGINE WILL OCCUR.","IF UNINTENTIONAL CRANKING OF THE ENGINE OCCURS, PERSONS WORKING IN THE VICINITY OF THE ENGINE COULD BE INJURED AND THE VEHICLE COULD MOVE.",DETROIT DIESEL DISTRIBUTORS WILL REWIRE THE VEHICLES USING A REVISED ECM WHICH WILL ELIMINATE UNINTENTIONAL CRANKING. -11/04/1996,96V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V226000),"General Motors, LLC",GM/BUCKET SEATS,SEATS,NR (Not Reported),Vehicle,32596,"THE RECLINER MECHANISM AND THE SEAT FRAME MAY HAVE FOAM AND/OR VINYL VETWEEN THEM, CREATING A ""SOFT"" JOINT. THIS ""SOFT"" JOINT RESULTS IN LOWER THAN SPECIFIED BOLT TORQUE WHICH LEADS TO JOINT LOOSENESS, CAUSING BOLT FATIGUE AND EVENTUAL BOLT FAILURE.","IF BOLT FAILURE OCCURS TO THE DRIVER'S SEAT, IT WOULD ALLOW THE SEAT BACK TO SUDDENLY RECLINE, AND COULD RESULT IN LOSS OF VEHICLE CONTROL AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","DEALERS WILL REMOVE THE FOAM AND/OR VINYL FROM BETWEEN THE RECLINER MECHANISM AND THE SEAT FRAME ""SOFT"" JOINT AND REPLACE THE RECLINER BOLTS." -11/04/1996,96V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V219000),"General Motors, LLC","GM/FMVSS 209, SEAT BELT RETRACTORS",SEAT BELTS,NR (Not Reported),Vehicle,1573,"THESE VEHICLES WERE MANUFACTURED WITH SEAT BELT RETRACTORS OUT OF DESIGN POSITION WHICH CAN CAUSE THE RETRACTOR TO LOCK-UP ON SLOPES LESS SEVERE THAN THE FMVSS REQUIREMENT. THIS DOES NOT COMPLY WITH FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A VEHICLE COLLISION, UNBELTED OCCUPANTS ARE MORE AT RISK OF INJURY THAN THOSE USING SEAT BELTS.",DEALERS WILL INSPECT THE SEAT BELTS FOR PROPER FRONT SEAT BELT RETRACTOR POSITION. RETRACTORS FOUND TO BE IMPROPERLY POSITIONED WILL BE REINSTALLED CORRECTLY. -11/04/1996,96V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V216000),UD Trucks Corporation,NISSAN DIESEL/ELECTRICAL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2933,THE ELECTRICAL WIRING HARNESS LOCATED TO THE RIGHT OF THE ACCELERATOR PEDAL AND ROUTED ALONG THE ENGINE TUNNEL TO THE DRIVER'S SEAT BASE CAN CHAFE OR RUB BY CONTACT FROM THE DRIVER'S FOOT.,THIS CONDITION CAN CAUSE WIRING HARNESS EXPOSURE OR BREAKAGE OF THE WIRING. THIS WIRING BREAKAGE CAN CAUSE LOSS OF ELECTRICAL POWER TO VARIOUS VEHICLE COMPONENTS OR SYSTEMS INCLUDING THE WINDSHIELD WIPERS.,"DEALERS WILL INSTALL A DOUBLE LAYERED PROTECTIVE COVER PERMANENTLY ON THE WIRING HARNESS. IF THE HARNESS OR THE WIRING HAS BEEN BROKEN, IT WILL BE REPAIRED." -11/04/1996,96V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V223000),"PREVOST CAR, INCORPORATED",PREVOST/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,47,THE MAIN POWER CABLE CAN WEAR DUE TO FRICTION.,FRICTION OF THIS CABLE ON THE VEHICLE STRUCTUR OR ANY MECHANICAL COMPONENTS CAN CAUSE A FIRE IN THE ENGINE COMPARTMENT.,"DEALERS WILL INSPECT THE MAIN POWER CABLE AND PROPERLY SECURE THIS CABLE. IF THE CABLE SHOWS DAMAGE, THE CABLE WILL BE REPAIRED OR REPLACED DEPENDING ON THE SEVERITY OF THE DAMAGE." -11/04/1996,96V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V222000),"PREVOST CAR, INCORPORATED",PREVOST/ELECTRICAL,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,23,THE GROUND STUDS IN THE ENGINE AND BATTERY COMPARTMENTS DO NOT OFFER ADEQUATE ELECTRICAL CONDUCTIVITY.,AN ELECTRICAL SHORT COULD CAUSE A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSPECT THE GROUND STUDS AND REPLACE THEM TO ENSURE THAT THE ELECTRICAL SYSTEM OPERATES WITHIN THE REQUIRED SPECIFICATIONS. -11/01/1996,96V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V220000),"FLEETWOOD ENTERPRISES, INC.","FLEETWOOD/FMVSS 108, LOW BEAM HEADLAMP",ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1110,"MISWIRING OF THE LOW BEAM HEADLAMP RECEPTACLE FOR THE REPLACEABLE HALOGEN LAMP CAUSES A NONCOMPLIANCE TO FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THIS CONDITION CAUSES REDUCED LIGHTING LEVELS WITH THE LOW BEAM OPERATION RESULTING IN REDUCED VISIBILITY DURING DARK DRIVING CONDITIONS.,DEALERS WILL INSPECT AND MODIFY THE MOTOR HOME WIRING TO PROVIDE CORRECT CIRCUIT CONNECTIONS. -10/30/1996,96V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V212000),"General Motors, LLC",GM/FMVSS 301,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,245,"DURING ASSEMBLY OF THE LEFT REAR QUARTER PANEL, SOME WELDS WERE MISSED. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN THE EVENT OF A REAR END COLLISION, THE VEHICLE SHEET METAL STRUCTURE WILL NOT PERFORM AS DESIGNED CAUSING UNEXPECTED DAMAGE TO THE FUEL TANK OR FUEL LINES, RESULTING IN FUEL LEAKAGE. IF THIS IS A FUEL LEAK AND AN IGNITION SOURCE, A FIRE COULD OCCUR.","DEALERS WILL INSPECT FOR THE MISSING WELDS AND, IF NECESSARY, PLACE THREE WHELDS BETWEEN THE INVOLVED PANELS APPLYING PRIMER, SEALER AND ANTI-CORROSION MATERIALS." -10/29/1996,96V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V215000),"Chrysler (FCA US, LLC)",CHRYSLER/MASTER BRAKE CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18997,"THE MASTER CYLINDER REAR SEAL, BETWEEN THE HYDRAULIC FLUID AND THE VACUUM RESERVOIR, MAY NOT SEAL ADEQUATELY ALLOWING HYDRAULIC FLUID TO BE DRAWN INTO THE POWER ASSIST VACUUM RESERVOIR.","AS THE HYDRAULIC FLUID IN THE MASTER CYLINDER RESERVOIR DECREASES, THE LEVEL SENSOR WILL DETECT THE LOSS OF FLUID AND ILLUMINATE THE INSTRUMENT PANEL BRAKE WARNING LAMP. CONTINUED OPERATION OF THE VEHICLE WITH THE WARNING LAMP ILLUMINATED CAN RESULT IN EXTENDED STOPPING DISTANCES.","DEALERS WILL REPLACE THE BRAKE MASTER CYLINDER ON ALL AFFECTED VEHICLES. ADDENDUM (4-14-97): VEHICLES INSPECTED PER CHRYSLER RECALL NO. 707 AND FOUND TO BE OUTSIDE THE LISTED SUSPECT MASTER CYLINDER DATE CODE RANGE, MUST NOW HAVE THE MASTER CYLINDER PRIMARY PISTON REPLACED (CHRYSLER RECALL NO. 714)." -10/28/1996,96V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V214000),Ford Motor Company,FORD/FMVSS 105,PARKING BRAKE,NR (Not Reported),Vehicle,53400,"THE PARKING BRAKE SYSTEMS MAY NOT HOLD THE VEHICLES ON A 20% GRADE WITH FOOT PEDAL EFFORTS OF 125 POUNDS OR LESS. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE VEHICLE MAY ROLL AFTER BEING PARKED INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL ADJUST THE PARKING BRAKE SYSTEM ON THE AFFECTED VEHICLES. -10/28/1996,96V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V211000),"General Motors, LLC",GM/AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,48689,"DURING DEPLOYMENT OF THE PASSENGER AIR BAG, THE AIR BAG FABRIC CAN SNAG ON A REINFORCEMENT INSIDE THE INSTRUMENT PANEL, CAUSING THE EXPANDING AIR BAG TO LIFT THE INSTRUMENT PANEL PAD AND THEN DEPLOY UNDER THE INSTRUMENT PANEL INSTEAD OF THROUGH THE DOOR IN THE INSTRUMENT PANEL.","IN A CRASH, THE FRONT SEAT PASSENGER COULD RECEIVE MORE SEVERE INJURIES IF HE OR SHE CONTACTS A BROKEN REINFORCEMENT OR IF THE SNAGGING AFFECTS THE DEPLOYMENT OF THE AIR BAG.","DEALERS WILL INSPECT THE INSTRUMENT PANEL PADS AND, IF NECESSARY, INSTALL A PLASTIC EDGE PROTECTOR TO THE INSTRUMENT PANEL PAD REINFORCEMENT. ON CERTAIN EARLY-PRODUCTION VEHICLES, THE INSTRUMENT PANEL PAD WILL BE REPLACED." -10/28/1996,96V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V213000),Honda (American Honda Motor Co.),HONDA/REAR TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3540,THE METAL STAY OR RUBBER SUPPORT FOR THE REAR TURN SIGNAL CAN FALL CAUSING THE REAR TURN SIGNAL LIGHT TO BE OUT-OF-POSITION.,VEHICLES FOLLOWING MAY NOT NOTICE THE TURN SIGNAL INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE METAL STAY AND RUBBER SUPPORTS OF THE REAR TURN SIGNAL. -10/26/1996,96V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V205000),STURDI-CORP.,US BUS/HANDRAIL,STRUCTURE,NR (Not Reported),Vehicle,2991,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT IN THE AREA BETWEEN THE HANDRAIL AND THE FLOOR.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL REMOVE THE BLACK SPACER AND INSTALL A REDESIGNED (WHITE) SPACER BETWEEN THE FLOOR AND THE HANDRAIL. -10/26/1996,96V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V206000),U.S. BUS CORPORATION,US BUS/HANDRAIL,STRUCTURE,NR (Not Reported),Vehicle,616,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT IN THE AREA BETWEEN THE HANDRAIL AND THE FLOOR.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",US BUS HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO TURN THE HANDLE UPSIDE DOWN AND INSTALL A REDESIGNED (WHITE) SPACER BETWEEN THE FLOOR AND THE HANDRAIL. -10/25/1996,96V178003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178003),NEOPLAN USA CORPORATION,NEOPLAN/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,25,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -10/25/1996,96V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V208000),"Winnebago Industries, Inc.",WINNEBAGO/GENERATOR FUEL LINE,EQUIPMENT,NR (Not Reported),Vehicle,47,THE GENERATOR FUEL SUPPLY HOSE LOCATED ADJACENT TO THE GENERATOR WAS NOT ROUTED OR CLAMPED PROPERLY AND COULD COME IN CONTACT WITH THE ENGINE EXHAUST.,THIS CONTACT CAN CAUSE THE HOSE TO DETERIORATE AND ALLOW GAS TO BE RELEASED WHICH CAN CAUSE A FIRE. THIS CAN RESULT IN BODILY INJURY AND/OR PROPERTY DAMAGE.,DEALERS WILL INSTALL A NEW FUEL HOSE WHICH WILL BE REROUTED AND CLAMPED AWAY FROM THE EXHAUST GIVING THE HOSE ADEQUATE CLEARANCE. -10/24/1996,97I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=97I001000),"Chrysler (FCA US, LLC)",CHRYSLER/INTEGRAL CHILD SEATS,SEAT BELTS,NR (Not Reported),Vehicle,150000,"VEHICLE DESCRIPTION: MULTIPURPOSE PASSENGER VEHICLES EQUIPPED WITH INTEGRAL CHILD SEATS. THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. ON THE INTEGRAL CHILD SEAT, THE SHOULDER BELTS RESTRAINING THE CHILD RETRACT AND LOCK IN PLACE AFTER THE BELT BUCKLE IS CONNECTED TO THE LATCH PLATE. THE LATCH PLATE MOVEMENT LOCKS THE BELTS TO MAKE SURE THE CHILD IS RESTRAINED IN THE CASE OF A VEHICLE CRASH.",THE LATCH PLATE LOCATED IN THE SEAT CUSHION AREA MUST BE FREE TO MOVE BACK AGAINST ITS STOP AFTER THE BUCKLE IS REMOVED TO ALLOW THE SHOULDER BELTS TO BE PULLED OUT. ALWAYS BE SURE THE AREA AROUND THE LATCH PLATE IS FREE OF FOOD OR OTHER ITEMS THAT MIGHT PREVENT THE LATCH PLATE FROM MOVING BACK.,OWNERS ARE BEING PROVIDED WITH A VIDEO TAPE AND 2 HARNESS CLIPS. THE VIDEO TAPE INSTRUCTS OWNERS ON THE PROPER USE AND MAINTENANCE OF THE CHILD SEATS. -10/24/1996,96V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V210000),"Tracker Marine, LLC",TRACKER MARINE/FENDER BRACKET,TRAILER HITCHES,NR (Not Reported),Vehicle,2215,THE FENDER MOUNTING BRACKET DOES NOT HAVE SUFFICIENT CLEARANCE FOR THE TIRE WHEN THE TRAILER AND BOAT ARE IN A LOADED CONDITION.,"THE FENDER MOUNTING BRACKET CAN COME IN CONTACT WITH THE TIRE CAUSING THE TIRE TO ""CHUNK"" RUBBER OUT OF THE CENTER OF THE TIRE. THIS COULD CAUSE A TIRE FAILURE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL MODIFY THE FENDER MOUNTING BRACKET TO ALLOW THE SUFFICIENT CLEARANCE FOR THE TIRE WHEN THE TRAILER AND BOAT ARE IN THE LOADED CONDITION. -10/22/1996,96V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V204000),Harley-Davidson Motor Company,HARLEY DAVIDSON/FUEL VALVE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,176515,THE EFFECTS OF REFORMULATED GASOLINE ALONG WITH CERTAIN USAGE OF THE FUEL SUPPLY VALVE AFFECTS THE SUPPLY OF GASOLINE TO THE CARBURETOR. THIS CONDITION REQUIRES TWO FACTORS: (1) THE USE OF REFORMULATED FUELS CONTAINING MBTE AND (2) STARTING THE MOTORCYCLE WITH THE FUEL VALVE HANDLE IN THE OFF POSITION.,THIS CONDITION CAN CAUSE THE FUEL FLOW TO BE UNPREDICTABLE THUS CAUSING THE ENGINE TO SHUT DOWN INCREASING THE RISK OF A MOTORCYCLE ACCIDENT.,DEALERS THE REPLACE THE DIAPHRAGM IN THE FUEL VALVE. -10/18/1996,96V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V207000),"Ferrari North America, Inc.",FERRARI/SEAT BELT MECHANISM,SEAT BELTS,NR (Not Reported),Vehicle,120,THE PASSENGER SIDE SEAT BELT MECHANISM WHICH IS FITTED WITH THE CHILD SAFETY SEAT LOCKING MECHANISM WAS FITTED ON THE DRIVER SIDE AND THE DRIVER'S SIDE SEAT BELT MECHANISM WITHOUT THE LOCKING MECHANISM FITTED ON THE PASSENGER SIDE.,THE SEAT BELT MECHANISM (WITHOUT THE LOCKING DEVICE) MAY NOT LOCK FAST ENOUGH AND COULD ALLOW EXCESSIVE MOVEMENT OF THE CHILD SAFETY SEAT IN THE EVENT OF AN ACCIDENT.,"DEALERS WILL INSPECT THE SEAT BELT MECHANISMS TO DETERMINE WHETHER THEY HAVE BEEN INSTALLED ON THE PROPER SIDE OF THE VEHICLE AND, IF NECESSARY, DISMOUNT AND REMOUNT THE MECHANISMS ON THE CORRECT SIDE." -10/18/1996,96C031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96C031000),"KOLCRAFT ENTERPRISES, INC.",KOLCRAFT/FMVSS 213,CHILD SEAT,NR (Not Reported),Child Seat,51400,"DURING COMPLIANCE TESTING, A CROTCH STRAP ASSEMBLY SEPARATED FROM THE SHELL OF AN INFANT RESTRAINT. THIS DOES NOT COMPLY WITH REQUIREMENTS OF FMVSS 213, ""CHILD RESTRAINT SYSTEMS.""","IN THE EVENT OF A COLLISION, THE OCCUPANT OF THE CHILD SEAT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY.",KOLCRAFT WILL PROVIDE OWNER WITH INSTRUCTIONS TO EXAMINE THE CROTCH STRAP RETAINER CLIP AND FOR REALIGNING THE CLIP IF IT HAS BEEN MISINSTALLED. A STICKER WILL ALSO BE PROVIDED FOR INSTALLATION ON THE CHILD RESTRAINT NOTIFYING THE USER OF THE POSSIBILITY OF A MISALIGNED STRAP RETAINER CLIP WITH SIMPLE INSTRUCTIONS FOR ITS REALIGNMENT. -10/17/1996,96V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V203000),Ford Motor Company,FORD/FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1300,THE FOUR RUBBER FUEL LINE CONNECTOR HOSES THAT ARE SUPPLIED TO FORD WITH THE FUEL TANK ASSEMBLY WERE IMPROPERLY MANUFACTURED. THESE HOSES CAN DEVELOP CRACKS OR SPLITS RESULTING IN FUEL LEAKAGE.,FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CAN RESULT IN A FIRE.,DEALERS WILL INSPECT THE FUEL TANK ASSEMBLY FOR THE SUSPECT DATE CODES AND REPLACE THE FOUR RUBBER FUEL CONNECTOR HOSES IF NECESSARY. -10/16/1996,96V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V202000),IC CORPORATION,NAVISTAR/AMTRAN/HYDRAULIC BRAKE LINES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3002,A HYDRAULIC BRAKE LINE AND/OR BRAKE PAD IS MISSING IN EITHER THE PRIMARY OR SECONDARY SYSTEM.,"SHOULD A BRAKE LINE OR BRAKE PAD BE MISSING, IT CAN CAUSE THE VEHICLE TO PULL TO THE RIGHT OR LEFT WHEN APPLY THE BRAKES RESULTING IN A SIGNIFICANT INCREASE IN VEHICLE STOPPING DISTANCE.",DEALERS WILL INSPECT FOR MISSING BRAKE LINES AND BRAKE PADS AND INSTALL ANY PARTS THAT ARE MISSING. -10/15/1996,96V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V200000),Ford Motor Company,"FORD/FMVSS 121, AIR BRAKES","SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,500,"THE AIR BRAKE SYSTEM WAS MANUFACTURED HAVING AIR BRAKE PRESSURE RELEASE TIMES OF APPROXIMATELY 1.5 SECONDS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",THIS CONDITION CAN RESULT IN SLIGHT TRAILER BRAKE DRAG AND TIRE SCUFFING INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A QUICK RELEASE VALVE IN THE AIR PRESSURE RELEASE SYSTEMS. -10/11/1996,96V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V199000),"Volvo Car USA, LLC",VOLVO/THROTTLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,12530,THE SCREWS WHICH ATTACH THE THROTTLE PLATE TO ITS AXLE (SHAFT) CAN LOOSEN ALLOWING THE THROTTLE PLATE TO COME IN CONTACT WITH THE THROTTLE HOUSING.,THIS CONDITION COULD PREVENT THE THROTTLE FROM RETURNING TO IDLE POSITION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE THROTTLE HOUSING. -10/10/1996,96T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96T006000),Cooper Tire & Rubber Co.,COOPER/TIRES,TIRES,NR (Not Reported),Tire,544,THESE TIRES DO NOT HAVE ADEQUATE RUBBER COVERAGE ON THE BELT EDGE IN THE SHOULDER SLOTS.,THE BELT WIRES CAN PENETRATE THE SURFACE CAUSING EXPOSED BELTS WHICH CAN LEAD TO ACCELERATED BELT DEGRADATION.,DEALERS WILL REPLACE THESE TIRES. -10/10/1996,96V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V185000),"Nissan North America, Inc.",NISSAN/REAR SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,36000,"CERTAIN BUCKLE ASSEMBLIES WERE PRODUCED WITH A ""BUCKLE BASE"" THAT WAS IMPROPERLY HEAT TREATED. THIS CAN CAUSE THE ""BUCKLE BASE"" TO BE BRITTLE FAILING TO COMPLY TO FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""","IN THE EVENT OF A COLLISION, THESE SEAT BELTS MAY NOT RESTRAIN AN OCCUPANT INCREASING THE RISK OF INJURY.",DEALERS WILL INSPECT THE BUCKLE ASSEMBLIES AND REPLACE THEM IF NECESSARY. -10/09/1996,96V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V198000),Blue Bird Body Company,BLUE BIRD/POWERTRAIN DRIVE MOTORS,POWER TRAIN,NR (Not Reported),Vehicle,5,OVERSIZED ROTORS WERE INSTALLED IN THE POWERTRAIN DRIVE MOTORS IN THESE BUSES.,"WHEN THE BUS IS IN SERVICE AND THE OVERSIZED ROTOR INSIDE THE ELECTRIC POWERTRAIN MOTOR BECOMES HEATED, THE ROTOR EXPANDS CAUSING THE MOTOR TO BECOME SLUGGISH, STALL AND COULD SEIZE, FAILING COMPLETELY.",NORTHRUP-GRUMMAN WILL PERFORM THE MODIFICATION TO THESE POWERTRAIN DRIVE MOTORS. -10/09/1996,96V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V191000),"Winnebago Industries, Inc.",WINNEBAGO/SEAT BELT ASSEMBLY,SEAT BELTS,NR (Not Reported),Vehicle,84,"THE SEAT BELT ""D"" RING SUPPORT BRACKET FOR THE TWO COMPANION SEATS (SEATS BEHIND THE DRIVER/FRONT PASSENGER SEATS) WAS INCORRECTLY INSTALLED.","IN ITS PRESENT LOCATION, THE SUPPORT BRACKET IS NOT ATTACHED TO A STRUCTURAL MEMBER AND CAN SEPARATE FROM ITS MOUNTING DURING AN ACCIDENT INCREASING THE RISK OF PERSONAL INJURY.","DEALERS WILL INSPECT AND, IF NECESSARY, REMOVE AND REPLACE THE SEAT BELT ""D"" RING SUPPORT BRACKET IN THE CORRECT LOCATION." -10/08/1996,96V143003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V143003),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23000,"UNDER CONDITIONS OF FULL LOCK STEERING AND FULL SUSPENSION TRAVEL, THE LEFT OR RIGHT FRONT WHEEL-SIDE BRAKE HOSE CAN CRACK, RESULTING IN BRAKE FLUID LEAKAGE.",BRAKE FLUID LEAKAGE WILL CAUSE ILLUMINATION OF THE BRAKE WARNING LAMP AND REDUCTION IN BRAKING EFFECTIVENESS INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT WHEEL-SIDE BRAKE HOSES WITH REVISED HOSE ASSEMBLIES. -10/08/1996,96V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V197000),FREIGHTLINER LLC,FREIGHTLINER/ELECTRICAL,VISIBILITY,NR (Not Reported),Vehicle,3800,AN ELECTRICAL SHORT CAN OCCUR IN THE AUXILLIARY HEATER/AIRCONDITIONING BLOWER IF EXPOSED TO WATER.,THE SHORTED RELAY CAN RESULT IN A FIRE.,DEALERS WILL REMOVE AND REPLACE THE RELAY WITH ONE THAT RESISTS SHORTING IF CONTACTED BY WATER AND DOES NOT SUPPORT COMBUSTION EVEN IF SHORTED. -10/08/1996,96V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V196000),"General Motors, LLC",GM/FMVSS 302 - FLAMMABILITY,SEATS,NR (Not Reported),Vehicle,47,"THE SEAT COVER TRIM MATERIAL DOES NOT MEET THE FLAMMABILITY REQUIREMENTS OF FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""","IF AN IGNITION SOURCE WERE PRESENT, A VEHICLE INTERIOR FIRE CAN OCCUR.","DEALERS WILL REPLACE THE COVERS ON THE FRONT SEAT BACKS, REAR SEAT CUSHION AND REAR SEAT BACK ASSEMBLIES." -10/08/1996,96V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V195000),"General Motors, LLC",GM/STEERING SHAFT,STEERING,NR (Not Reported),Vehicle,144598,"THE INTERMEDIATE STEERING SHAFT LOOSENS AT THE STEERING SHAFT TO STEERING GEAR COUPLING. WITH THIS LOOSENESS, THE YOKE PINCH BOLT CAN WEAR ON THE SPLINES OF THE SHAFT UNTIL THERE IS NO LONGER AN INTERFERENCE BETWEEN THE SPLINES AND THE BOLT.",THIS CONDITION CAN CAUSE BODY TO CHASSIS MOVEMENT ALLOWING THE STEERING SHAFT TO SEPARATE FROM THE STEERING GEAR WHICH CAN RESULT IN A LOSS OF STEERING CONTROL.,DEALERS WILL RETORQUE THE UPPER AND LOWER BOLTS TO CORRECT SPECIFICATIONS. -10/04/1996,96V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V217000),Honda (American Honda Motor Co.),HONDA/AIR BAGS,AIR BAGS,NR (Not Reported),Vehicle,164139,THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) ELECTRONIC CONTROL UNIT CAN CAUSE THE AIR BAG TO DEPLOY UNEXPECTEDLY.,"THIS TYPE OF UNANTICIPATED AIR BAG DEPLOYMENT COULD RESULT IN ABRASION TO THE HANDS, ARMS, OR FACE OF A PROPERLY-POSITIONED FRONT SEAT OCCUPANT, OR COULD CAUSE MORE SERIOUS INJURY TO AN OUT-OF-POSITION OCCUPANT.",DEALERS WILL REPLACE THE SRS ELECTRONIC CONTROL UNIT IN THE AIR BAG SYSTEM. -10/04/1996,96V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V190000),Utilimaster Corporation,UTILIMASTER/DRIVELINE STRAP,POWER TRAIN,NR (Not Reported),Vehicle,701,"THESE VEHICLES ARE MISSING A PROPSHAFT RETAINER STRAP. IN THE EVENT OF A DRIVELINE DETACHMENT, THIS STRAP PREVENTS THE DRIVELINE FROM CONTACTING THE GROUND.","IF A DRIVELINE SHOULD COMPLETELY SEPARATE FROM THE VEHICLE WHILE IT IS IN MOTION, THE DRIVELINE CAN CONTACT THE GROUND RESULTING IN A POSSIBLE LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL INSPECT THE VEHICLES AND IF NECESSARY INSALL A PROPSHAFT RETAINER STRAP. -10/02/1996,96V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V193000),Ford Motor Company,FORD/BATTERY CABLE HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5000,THE BATTERY CABLE HARNESS DOES NOT HAVE ADEQUATE PROTECTION FROM CONTACTING AND BEING DAMAGED BY THE RIGHT ENGINE MOUNT.,"IF THE BATTERY CABLE OR STARTER WIRE INSULATION IS DAMAGED BY SUCH CONTACT, A SHORT TO GROUND CAN OCCUR RESULTING IN OVERHEATING OF THE WIRING AND POSSIBLE IGNITION OF SURROUNDING COMPONENTS.",DEALERS WILL INSPECT FOR CHAFING OF THE CABLE AND WILL ADD INSULATION AND A TIE STRAP TO THE BATTERY CABLE HARNESS. -10/01/1996,96V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V162000),"General Motors, LLC",GM/FMVSS 301 - FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,517,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON GM P3 CUTAWAY CHASSIS. THE SCHOOL BUS, WHEN TESTED IN ACCORDANCE WITH FMVSS NO. 301, EXCEEDED THE ALLOWABLE FUEL SPILLAGE AS SPECIFIED BY THE STANDARD. THE FUEL TANK WAS PUNCTURED AS A RESULT OF THE IMPACT OF THE MOVING BARRIER.","IF A VEHICLE CRASH WERE TO OCCUR, FUEL LEAKAGE COULD RESULT. IF AN IGNITION SOURCE WERE PRESENT, THIS CONDITION COULD RESULT IN A VEHICLE FIRE.","GENERAL MOTORS IS WORKING IN CONJUNCTION WITH CARPENTER, THOMAS BUILT AND U.S. BUS IN PROVIDING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL NEW SHIELDING FOR THE FUEL TANK, NEW FILL PIPE AND VENT HOSES, AND IF REQUIRED, ADD ADDITIONAL ATTACHMENTS TO SECURE THE SCHOOL BUS BODY TO THE CHASSIS." -10/01/1996,96V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V189000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 222-SEATING,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,18,"THE FITTINGS USED TO SECURE THE SCHOOL BUS SEATS OR WHEEL CHAIR TIE-DOWNS TO THE TRACK USED IN THE TRACK SEATING SYSTEM DO NOT SEAT PROPERLY RESULTING IN NONCOMPLIANCE WITH FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""","IN THE EVENT OF A COLLISION, THE OCCUPANT MAY NOT BE PROPERLY RESTRAINED INCREASING THE RISK OF INJURY.",DEALERS WILL INSPECT THE FITTINGS AND REPLACE THE IMPROPERLY MACHINED TRACK IF NECESSARY. -10/01/1996,96V162003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V162003),U.S. BUS CORPORATION,U.S. BUS/FMVSS 301 - FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,89,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT IN GM P3 CUTAWAY CHASSIS. THE SCHOOL BUS, WHEN TESTED IN ACCORDANCE WITH FMVSS NO. 301, EXCEEDED THE ALLOWABLE FUEL SPILLAGE AS SPECIFIED BY THE STANDARD. THE FUEL TANK WAS PUNCTURED AS A RESULT OF THE IMPACT OF THE MOVING BARRIER.","IF A VEHICLE CRASH WERE TO OCCUR, FUEL LEAKAGE COULD RESULT. IF AN IGNITION SOURCE WERE PRESENT, THIS CONDITION COULD RESULT IN A VEHICLE FIRE.","GENERAL MOTORS IS WORKING IN CONJUNCTION WITH U.S. BUS IN PROVIDING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL NEW SHIELDING FOR THE FUEL TANK, NEW FILL PIPE AND VENT HOSES; AND, IF REQUIRED, ADD ADDITIONAL ATTACHMENTS TO SECURE THE SCHOOL BUS BODY TO THE CHASSIS." -09/27/1996,96V178002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178002),AM GENERAL LLC,AM GENERAL/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,1000,VEHICLE DESCRIPTION: BUSES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -09/26/1996,96V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V187000),"General Motors, LLC",GM/STEERING LINKAGE,STEERING,NR (Not Reported),Vehicle,8340,THE STEERING LINKAGE ASSEMBY CONTAINS A RELAY ROD TAPERED-STUD ATTACHMENT NUT THAT WAS NOT TORQUED TO PROPER SPECIFICATIONS.,THE TAPERED STUD CAN LOOSEN AND THE DRIVER WOULD NOTICE A LAG IN THE RESPONSIVENESS TO STEERING WHEEL INPUTS. EVENTUALLY THE RELAY ROD STUD CAN FRACTURE RESULTING LOSS OF STEERING CONTROL.,DEALERS WILL REMOVE THE EXISTING CRIMPED NUT AND INSTALL A NEW NUT TORQUED TO SPECIFICATIONS. -09/26/1996,96V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V186000),"General Motors, LLC",GM/WATER INTRUSION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20689,WATER INTRUSION INTO THE KICK PANEL AREAS IN FRONT OF BOTH THE DRIVER AND PASSENGER DOORS CAN CAUSE A CORROSION PATH BETWEEN THE BATTERY FEED AND THE ELECTRICAL GROUND.,THIS CONDITION CAN CAUSE AN ELECTRICAL SHORT LEADING TO IGNITION AND COMBUSION OF THE PLASTICS IN THE ELECTRICAL COMPONENTS OF THE VEHICLE RESULTING IN A VEHICLE FIRE.,"DEALERS WILL REPLACE THE 25 AMP CIRCUIT BREAKERS WITH 25 AMP FUSES IN THE FUSE BLOCK; REMOVE A TEMPORARY PAPER FUSE-BLOCK COVER; INSTALL A PLASTIC SHIELD OVER THE FUSE BLOCK; REPLACE AND REORIENT THE POWER DOOR LOCK RELAY (IF EQUIPPED); INSPECT THE REMOTE KEYLESS ENTRY MODULE (IF EQUIPPED) FOR SIGNS OF CORROSION, REPLACE IF CORRODED, AND REORIENT IT; AND APPLY ADDITIONAL BODY SEALER IN KEY AREAS." -09/25/1996,96V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V184000),Ford Motor Company,FORD/MASTER CYLINDER RETAINER CLIP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1200,THE RETAINER CLIP THAT HOLDS THE MASTER CYLINDER PUSH ROD TO THE BRAKE PEDAL ARM IS MISSING.,A LOSS OF SERVICE BRAKING CAN OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL INSPECT TO VERIFY THAT THE RETAINER CLIPS ARE INSTALLED AND IF CLIPS ARE MISSING WILL INSTALL CLIPS. -09/25/1996,96V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V188000),"Karavan Trailers, Inc.",KARAVAN/SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,282,THE ALIGNMENT BOLT WAS NOT TORQUED TO SPECIFICATION.,"THIS UNDERTORQUING CAN ALLOW THE ALIGNMENT BOLT TO LOOSEN AND FALL OUT OF THE ASSEMBLY. ONCE THE BOLT IS GONE, THE SPRING LEAF CAN SHIFT AND EVENTUALLY FALL AWAY FROM THE AXLE ALLOW THE BED OF THE TRAILER TO FALL AGAINST THE TIRE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS ARE REPLACING THE SPRING SETS ON THESE TRAILERS. -09/24/1996,96E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E030000),EDO CANADA LTD.,EDO CANADA/CNG FUEL TANKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,4824,THE COMPRESSED NATURAL GAS (CNG) CYLINDER MOUNTING BRACKETS RETAINING BOLTS CAN BREAK.,THE CYLINDER COULD FALL FROM THE VEHICLE CAUSING A LEAKAGE OF CNG INCREASING THE RISK OF A VEHICLE FIRE.,EDO CANADA HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO REPLACE THE EXISTING BRACKET STRAP WITH A MORE ROBUST DESIGN AND INSTALL ELASTOMETRIC SPRINGS. -09/24/1996,96V181001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V181001),FREIGHTLINER LLC,FREIGHTLINER/OPTIMIZED IDLE SYSTEM,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,258,"THESE VEHICLES ARE EQUIPPED WITH A DETROIT DIESEL OPTIMIZED IDLE SYSTEM. IF THE IGNITION IS TURNED ON AND THE FUSE FOR THE ELECTRONIC CONTROL MODULE (ECM) POWER FEED LINE IS REMOVED OR BURNED OUT, THE SAFETY FEATURES DESIGNED TO PREVENT INJURY TO PERSONS WORKING IN THE VICINITY OF THE ENGINE WILL BE BYPASSED, AND UNINTENTIONAL CRANKING OF THE ENGINE WILL OCCUR.","IF UNINTENTIONAL CRANKING OF THE ENGINE OCCURS, PERSONS WORKING IN THE VICINITY OF THE ENGINE COULD BE INJURED AND THE VEHICLE COULD MOVE.",DETROIT DIESEL DISTRIBUTORS WILL REWIRE THE VEHICLES USING A REVISED ECM WHICH WILL ELIMINATE UNINTENTIONAL CRANKING. -09/24/1996,96V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V171000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR-ORION/POWER STEERING,STEERING,NR (Not Reported),Vehicle,32,A LOSS OF POWER STEERING ASSIST CAN OCCUR DUE TO THE SEPARATION OF THE PULLEY FROM THE POWER STEERING PUMP SHAFT.,VEHICLE STEERING COULD BE LOST INCREASING THE RISK OF A VEHICLE ACCIDENT.,TTHE POWER STEERING DRIVE SYSTEM WILL BE REMOVED AND REINSTALLED WITH REDESIGNED POWER STEERING DRIVE SYSTEM COMPONENTS. -09/23/1996,96V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V179000),"Altec Industries, Inc.",ALTEC/TRAILERS,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,825,"THE BRAKE WIRE INSIDE THE TRAILER BRAKE WIRING PLUG WAS CONNECTED TO THE WRONG TERMINAL AND, THEREFORE, NOT PROPERLY CONNECTED TO THE SWITCH IN THE TRUCK CAB WHICH CONTROLS THE TRAILER BRAKES.","THE TRAILER BRAKES MAY BE INOPERABLE OR COULD INADVERTENTLY BE APPLIED WHEN THE TRUCK CHASSIS LIGHTS ARE SWITCHED ON, INCREASING THE RISK OF A VEHICLE ACCIDENT.",THE TRAILER BRAKE WIRING WILL BE INSPECTED AND CORRECTED IF NECESSARY. OWNERS CAN PERFORM THIS INSPECTION AND REPLACE OR HAVE A DEALER DO THE NECESSARY CORRECTIONS IF THEY SO DESIRE. -09/23/1996,96V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V180000),Blue Bird Body Company,BLUE BIRD/POWER STEERING,STEERING,NR (Not Reported),Vehicle,194,THE POWER STEERING HOSE WITH A CRIMPED END FITTING WAS IMPROPERLY MANUFACTURED.,THE END FITTING CAN BLOW-OFF RESULTING IN A LOSS OF POWER ASSISTED STEERING CAUSING INSUFFICIENT STEERING CONTROL WHICH INCREASES THE POTENTIAL FOR A VEHICLE ACCIDENT.,OWNERS ARE REQUESTED TO INSPECT THE POWER STEERING HOSE FOR THE SUSPECT HOSES (IDENTIFIABLE BY DATE CODE) AND REPLACE HOSES AS NECESSARY. -09/23/1996,96V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V182000),NEOPLAN USA CORPORATION,NEOPLAN/CNG FUEL TANK BRACKETS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,202,THESE BUSES ARE EQUIPPED WITH COMPRESSED NATURAL GAS FUEL TANKS SUPPLIED BY EDO CANADA. THE FUEL CYLINDER STRAPS EXPAND WHEN TANKS ARE PRESSURIZED CAUSING BRACKETS TO BREAK THE MOUNTING HARDWARE.,THIS CONDITION CAN CAUSE THE CYLINDER TO FALL INCREASING THE RISK OF EXPLOSION OR FIRE.,A NEW STRAP WITH ELASTOMERIC SPRINGS THAT WILL ALLOW THE STRAP TO EXPAND WITH THE TANK HAS BEEN DESIGNED AND WILL BE INSTALLED ON THESE BUSES. -09/23/1996,96V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V183000),NEOPLAN USA CORPORATION,NEOPLAN/CNG FUEL TANKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,235,THE TYPE 4 COMPRESSED NATURAL GAS (CNG) FUEL TANK SUPPLIED BY EDO CANADA CAN RUPTURE DURING FUELING.,RUPTURE OF A CNG FUEL TANK CAN CAUSE CNG LEAKAGE INCREASING THE RISK OF A FIRE OR EXPLOSION.,"EACH TANK IS BEING VISUALLY INSPECTED, ASSISTED BY DYE PENETRANT AND RESONANCE TESTED. A DETECTION SHIELD IS PLACED UNDER EACH PAIR OF TANKS, UNDER THE BUS, TO PROVIDE EASE OF INSPECTION FOR ANY DAMAGE. ANY DAMAGED TANK WILL BE REPLACED." -09/23/1996,96V178001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V178001),UNION CITY BODY COMPANY LLC,UNION CITY BODY/ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Vehicle,1496,VEHICLE DESCRIPTION: VEHICLES EQUIPPED WITH ISRINGHAUSEN SEATS IN THE DRIVER POSITION. TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",ISRINGHAUSEN IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -09/19/1996,96V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V167000),FREIGHTLINER LLC,FREIGHTLINER/STEERING,STEERING,NR (Not Reported),Vehicle,2688,THE FOUR FASTENERS THAT RETAIN THE OUTPUT SHAFT BEARING TO THE STEERING COLUMN TILT/TELESCOPING MECHANISM WAS NOT TORQUED PROPERLY.,"IF THESE FASTENERS BECOME LOOSE AND ALL FALL OUT, THE STEERING COLUMN DRIVELINE WILL DISCONNECT FROM THE TILT/TELESCOPING MECHANISM AND THE ABILITY TO STEER THE VEHICLE WILL BE LOST.",THE VEHICLES WILL BE INSPECTED FOR LOOSE FASTENERS AND RETORQUED TO THE PROPER SPECIFICATIONS IF THE FASTENERS ARE LOOSE. -09/19/1996,96V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V175000),"Mercedes-Benz USA, LLC",MERCEDES/HEADLAMP,VISIBILITY,NR (Not Reported),Vehicle,28874,"IF ONE OF THE HEADLAMP WIPER ARMS BECOMES MISALIGNED, THE WIPER BALDE CAN LODGE IN THE GROOVE UNDER THE HEADLAMP. IF THE WASHERS ARE ACTIVATED WITH THE WIPER BLADE IN THE MISALIGNED AND LODGED POSITION, THE WASHER PUMP WILL RUN CONTINUOUSLY EXPELLING ALL AVAILABLE FLUID.",PUMP OPERATION IN THE ABSENCE OF FLUID CAN CAUSE THE PUMP TO OVERHEAT AND CAUSE A VEHICLE FIRE.,DEALERS WILL REPLACE THE HEADLAMP WASHER PUMP ON THESE VEHICLES. -09/18/1996,96V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V176000),Ford Motor Company,FORD/AUTO TRANSMISSION PARK PAWL,POWER TRAIN,NR (Not Reported),Vehicle,340000,"THE AUTOMATIC TRANSMISSION PARK PAWL SHAFT MAY NOT BE FREE TO ROTATE AS INTENDED. IF THE PARK PAWL SHAFT DOES NOT ROTATE, IT WOULD PREVENT THE PARK PAWL FROM ENGAGING THE PARK GEAR WHEN THE SHIFT LEVER IS IN THE PARK POSITION.",THIS CONDITION COULD RESULT IN THE VEHICLE ROLLING AS IF IN NEUTRAL WITH THE SHIFT LEVER IN THE PARK POSITION.,DEALERS WILL INSPECT THE PARK PAWL SHAFT ROTATION AND THOSE SHAFTS WITH RESTRICTED ROTATION WILL BE REPLACED WITH A SHORTER SHAFT THAT WILL NOT RESTRICT ROTATION. -09/18/1996,96V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V177000),Ford Motor Company,FORD/BATTERY CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5500,A PLASTIC COATED STEEL SUPPORT STRAP FOR THE BATTERY CABLE WAS DAMAGED WHEN IT WAS CRIMPED ONTO THE CABLE.,THIS DAMAGE CAN RESULT IN THE BATTERY CABLE DEVELOPING A SHORT TO GROUND. A SHORTED BATTERY CABLE CAN RESULT IN A VEHICLE FIRE.,"DEALERS WILL INSPECT THE CABLE INSULATION AND REPLACE THE SUPPORT STRAP WITH A REVISED, UNCRIMPED STRAP ATTACHED WITH TAPE. IN ADDITION, CONVOLUTE WILL BE ADDED BETWEEN THE CABLE AND THE SUPPORT STRAP. DAMAGED BATTERY CABLES WILL BE REPLACED." -09/17/1996,96V170003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V170003),Honda (American Honda Motor Co.),HONDA/TAKATA SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,13004,"THE LATCH PLATE USED IN THE SEAT BELT BUCKLE WAS NOT MANUFACTURED ACCORDING TO DESIGN DIMENSIONS. IF THE SEAT BELT TONGUE IS INSERTED SLOWLY AT AN ANGLE INTO THE BUCKLE, THERE IS A POSSIBILITY OF PARTIAL ENGAGEMENT.",THIS CONDITION CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A COLLISION OR HARD BRAKING OF THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT OF THE SEAT.,"DEALERS WILL INSPECT THE BUCKLE AND, IF NECESSARY, REPLACE THE BUCKLE ASSEMBLY WITH A NEW BUCKLE." -09/17/1996,96V170002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V170002),Isuzu Motors Limited,ISUZU/TAKATA SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,36075,"THE LATCH PLATE USED IN THE SEAT BELT BUCKLE WAS NOT MANUFACTURED ACCORDING TO DESIGN DIMENSIONS. IF THE SEAT BELT TONGUE IS INSERTED SLOWLY AT AN ANGLE INTO THE BUCKLE, THERE IS A POSSIBILITY OF PARTIAL ENGAGEMENT.",THIS CONDITION CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A COLLISION OR HARD BRAKING OF THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT OF THE SEAT.,"DEALERS WILL INSPECT THE BUCKLE AND, IF NECESSARY, REPLACE THE BUCKLE ASSEMBLY WITH A NEW BUCKLE." -09/16/1996,96V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V173000),Mazda North American Operations,MAZDA/AUTOMATIC SHOULDER BELT,SEAT BELTS,NR (Not Reported),Vehicle,17800,THE RAIL OF THE AUTOMATIC SHOULDER BELT CAN WEAR SUFFICIENTLY SUCH THAT THE CABLE WHICH RETRACTS THE BUCKLE ASSEMBLY WILL BECOME JAMMED IN THE RAIL RENDERING THE SHOULDER BELT INOPERATIVE.,"IN THE EVENT OF A VEHICLE COLLISION, THE OCCUPANT WOULD NOT BE ADEQUATELY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE INOPERATIVE SHOULDER BELTS. MAZDA HAS EXTENDED THE WARRANTY COVERAGE ON THE DRIVER AND PASSENGER AUTOMATIC SHOULDER BELT RAIL AND MOTOR FOR THE LIFE OF THE VEHICLE. -09/13/1996,96V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V174000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,580,THE WIRING FROM THE ELECTRONIC CONTROL UNIT WAS CONNECTED TO THE WRONG WHEEL SENSOR OR TO THE WRONG BRAKE MODULATOR VALVE. IT IS POSSIBLE THAT EITHER OR BOTH WIRING MAY HAVE OCCURRED AT EITHER THE FRONT OR REAR AXLE OR BOTH AXLES.,"SHOULD THE ANTI-LOCK BRAKING SYSTEM (ABS) WIRING BE CROSSED, IT WOULD RESULT IN A SIGNIFICANT DEGRADATION IN VEHICLE STOPPING DISTANCE. A SIGNAL WOULD BE SENT TO THE WRONG BRAKE CHAMBER WHEN A BRAKE IMBALANCE IS DETECTED. THIS CONDITION INCREASES THE RISK OF A VEHICLE ACCIDENT.","DEALERS WILL INSPECT THE ABS WIRING AND, IF NECESSARY, PROPERLY CONNECT." -09/12/1996,96V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V168000),"CARPENTER INDUSTRIES, INC.",CARPENTER/METHANOL FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,101,THE INCORRECT ELECTRICALMOTOR WAS INSTALLED ON THE FUEL PUMP THAT SUPPLIES FUEL TO THE ENGINE. THE MOTOR WAS SPECIFIED TO BE A CONTINUOUS DUTY MOTOR AND THE MOTORS INSTALLED WERE INTERMITTENT DUTY MOTORS. THE INTERMITTENT DUTY MOTORS UNDER CERTAIN CONDITIONS WILL OVERHEAT RESULTIN IN A THERMAL SWITCH SHUT DOWN OF THE ELECTRIC MOTOR.,THIS CONDITION WILL STOP THE FLOW OF FUEL TO THE BUS ENGINE AND THE VEHICLE WILL THEN STALL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE ALL THE INTERMITTENT DUTY MOTORS WITH CONTINUOUS DUTY CYCLE MOTORS. -09/12/1996,96V162002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V162002),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/FMVSS 301 - FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,400,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON GM P3 CUTAWAY CHASSIS. THE SCHOOL BUS, WHEN TESTED IN ACCORDANCE WITH FMVSS NO. 301, EXCEEDED THE ALLOWABLE FUEL SPILLAGE AS SPECIFIED BY THE STANDARD. THE FUEL TANK WAS PUNCTURED AS A RESULT OF THE IMPACT OF THE MOVING BARRIER.","IF A VEHICLE CRASH WERE TO OCCUR, FUEL LEAKAGE COULD RESULT. IF AN IGNITION SOURCE WERE PRESENT, THIS CONDITION COULD RESULT IN A VEHICLE FIRE.","GENERAL MOTORS IS WORKING IN CONJUNCTION WITH THOMAS BUILT IN PROVIDING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL ADD NEW SHIELDING FOR THE FUEL TANK, NEW FILL PIPE AND VENT HOSES; AND, IF REQUIRED, ADD ADDITIONAL ATTACHMENTS TO SECURE THE SCHOOL BUS BODY TO THE CHASSIS." -09/10/1996,96E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E028000),DEXTER AXLE,DEXTER/SPINDLE FAILURES,SUSPENSION,NR (Not Reported),Equipment,74,A METALLURGICAL DEFECT IN THE AXLE SPINDLES CAUSES BRITTLENESS AND POSSIBLE BREAKAGE.,BREAKAGE OF THESE SPINDLES CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE AXLES ON THESE TRAILERS. -09/10/1996,96V124006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124006),"MAXIM TRUCK COMPANY, INC.",MAXIM/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,50,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -09/10/1996,96V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V169000),MID BUS CORPORATION,MID BUS/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,2826,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT IN THE AREA BETWEEN THE HANDRAIL AND THE FLOOR.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN SERIOUS INJURY OR DEATH.","DEALERS WILL INSTALL A WEDGE TYPE BLOCK IN THE ""V' CREATED BETWEEN THE FLOOR AND THE HANDRAIL." -09/10/1996,96V170001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V170001),"Nissan North America, Inc.",NISSAN/TAKATA SEAT BELTS,SEAT BELTS,NR (Not Reported),Vehicle,84000,"THE LATCH PLATE USED IN THE SEAT BELT BUCKLE WAS NOT MANUFACTURED ACCORDING TO DESIGN DIMENSIONS. IF THE SEAT BELT TONGUE IS INSERTED SLOWLY AT AN ANGLE INTO THE BUCKLE, THERE IS A POSSIBILITY OF PARTIAL ENGAGEMENT.",THIS CONDITION CAN CAUSE THE SEAT BELT TONGUE TO COME OUT OF THE BUCKLE IN THE EVENT OF A COLLISION OR HARD BRAKING OF THE VEHICLE INCREASING THE RISK OF PERSONAL INJURY TO AN OCCUPANT OF THE SEAT.,"DEALERS WILL INSPECT THE BUCKLE AND, IF NECESSARY, REPLACE THE BUCKLE ASSEMBLY WITH A NEW BUCKLE." -09/09/1996,96V162001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V162001),"CARPENTER INDUSTRIES, INC.",CARPENTER/FMVSS 301 - FUEL TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28,"VEHICLE DESCRIPTION: SCHOOL BUSES BUILT ON GM P3 CUTAWAY CHASSIS. THE SCHOOL BUS, WHEN TESTED IN ACCORDANCE WITH FMVSS NO. 301, EXCEEDED THE ALLOWABLE FUEL SPILLAGE AS SPECIFIED BY THE STANDARD. THE FUEL TANK WAS PUNCTURED AS A RESULT OF THE IMPACT OF THE MOVING BARRIER.","IF A VEHICLE CRASH WERE TO OCCUR, FUEL LEAKAGE COULD RESULT. IF AN IGNITION SOURCE WERE PRESENT, THIS CONDITION COULD RESULT IN A VEHICLE FIRE.","GENERAL MOTORS IS WORKING IN CONJUNCTION WITH CARPENTER IN PROVIDING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL NEW SHIELDING FOR THE FUEL TANK, NEW FILL PIPE AND VENT HOSES, AND IF REQUIRED, ADD ADDITIONAL ATTACHMENTS TO SECURE THE SCHOOL BUS BODY TO THE CHASSIS." -09/09/1996,96V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V165000),Starcraft RV,STARCRAFT/BED ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,1061,THE BED ASSEMBLY CAN BYPASS THE STOP MECHANISM ALLOWING IT TO SEPARATE ITSELF FROM THE BED TRACK.,THE BED CAN POTENTIALLY FALL ONTO THE LIQUID PROPANE TANK OR TO THE GROUND.,DEALERS WILL ADD SPACERS TO ALIGN THE BED STOPS. -09/06/1996,96V172001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V172001),Ford Motor Company,FORD/AUTOMATIC SHOULDER BELT,SEAT BELTS,NR (Not Reported),Vehicle,224000,NOTE: DRIVER'S SIDE (LEFT) PASSIVE SEAT BELT ASSEMBLY. THE RAIL OF THE AUTOMATIC SHOULDER BELT CAN WEAR SUFFICIENTLY SUCH THAT THE CABLE WHICH RETRACTS THE BUCKLE ASSEMBLY WILL BECOME JAMMED IN THE RAIL RENDERING THE SHOULDER BELT INOPERATIVE.,"IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT WOULD NOT BE ADEQUATELY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE DRIVER SIDE AND INOPERATIVE PASSENGER SIDE SHOULDER BELT TRACK ASSEMBLIES. -09/06/1996,96V172002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V172002),Ford Motor Company,FORD/AUTOMATIC SHOULDER BELT,SEAT BELTS,NR (Not Reported),Vehicle,224000,NOTE: PASSENGER SIDE (RIGHT) SEAT BELT ASSEMBLY. THE RAIL OF THE AUTOMATIC SHOULDER BELT CAN WEAR SUFFICIENTLY SUCH THAT THE CABLE WHICH RETRACTS THE BUCKLE ASSEMBLY WILL BECOME JAMMED IN THE RAIL RENDERING THE SHOULDER BELT INOPERATIVE.,"IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANT WOULD NOT BE ADEQUATELY RESTRAINED INCREASING THE RISK OF PERSONAL INJURY.",DEALERS WILL REPLACE DRIVER SIDE AND INOPERATIVE PASSENGER SIDE SHOULDER BELT TRACK ASSEMBLIES. -09/06/1996,96E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E026000),"IL LI INDUSTRIAL CO., LTD.",PHILLIPS/FMVSS NO. 108,EXTERIOR LIGHTING,NR (Not Reported),Equipment,146500,"THE PIN AREA OF THE REPLACEMENT BULB IS NOT WATER TIGHT. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","IF WATER WERE TO ENTER THE HEADLAMP ENCLOSURE THROUGH THE REPLACEMENT BULB, THE REFLECTIVE COATING WOULD DEGRADE OVER TIME. EFFICIENCY OF THE REFLECTIVE COATING WOULD BE REDUCED.",PHILLIPS WILL REPLACE THE NONCOMPLYING HEADLAMP ASSEMBLIES WITH NEW HEADLAMP ASSEMBLIES. -09/05/1996,96V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V166000),Ford Motor Company,FORD/AUTO TRANSMISSION,POWER TRAIN,NR (Not Reported),Vehicle,40000,THE PARK PAWL ABUTMENT BRACKET HAS A SHARP EDGE WHICH CAN CAUSE THE PARKING PAWL TO HANG UP AND NOT ENGAGE THE PARK GEAR. THIS WOULD ALLOW THE VEHICLE TO MOVE EVEN THOUGH THE GEAR SHIFT INDICATOR SHOWS THAT THE VEHICLE IS IN PARK.,UNINTENDED AND UNEXPECTED VEHICLE MOVEMENT CAN RESULT IN PERSONAL INJURY AND PROPERTY DAMAGE.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE PARK PAWL ABUTMENT BRACKET." -09/05/1996,96V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V164000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,2117,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT ON THE FATENERS THAT SECURE THE HANDRAIL SUPPORT TO THE HANDRAIL.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN SERIOUS INJURY OR DEATH.","THE EXISTING 1"" BOLTS THAT SECURE THE HANDRAIL SUPPORT WILL BE REPLACED WITH 1/2"" BOLTS." -09/03/1996,96V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V163000),"HPA MONON TRAILER, INC.",MONON/BRAKES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,AIR BRAKE FITTINGS AND AIR BRAKE HOSES ON THE BRAKE ACTUATORS CAN BREAK BECAUSE OF INSUFFICIENT VERTICAL CLEARANCE UNDER THE AIR RESERVOIR.,"SUCH A BREAK WOULD CAUSE THE TRAILER TO STOP ABRUPTLY BECAUSE THE SPRING BRAKE WOULD BE ACTUATED, INCREASING THE RISK OF A VEHICLE ACCIDENT.",ALL 12 VEHICLES HAVE BEEN REMEDIED BY PROVIDING ADDITIONAL CLEARANCE BETWEEN THE AIR RESERVOIR AND FITTINGS AND HOSES ON THE BRAKE ACTUATORS. -08/29/1996,96V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V161000),Ford Motor Company,FORD/EQUIPMENT; CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,134770,"THE CERTIFICATION LABELS ON THE INVOLVED VEHICLES HAS INCORRECT REAR TIRE INFLATION PRESSURE DESIGNATIONS. THIS DOES NOT COMPLY WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",INCORRECT INFLATION PRESSURES COULD CAUSE PREMATURE WEAR OF THE REAR TIRES. .,OWNERS WILL BE PROVIDED WITH CORRECT CERTIFICATION LABELS AND INSTRUCTIONS FOR INSTALLING THESE LABELS. DEALERS CAN INSTALL THIS LABEL IF THE OWNER SO DESIRES. -08/29/1996,96V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V160000),"General Motors, LLC",GM/VISUAL; WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,50,"THESE VEHICLES WERE BUILT WITH AN INCORRECT WIPER BLADE ASSEMBLY (17"" LONG INSTEAD OF 22"" LONG) ON THE DRIVER'S SIDE. THIS DOES NOT COMPLY WITH FMVSS NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS.""",THE AREA AND PATTERN WIPED ON THE WINDSHIELD WILL BE REDUCED AND COULD AFFECT THE DRIVER'S VIEW IN WET WEATHER INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL INSPECT FOR THE CORRECT WIPER BLADE ASSEMBLY AND INSTALL A CORRECT LENGTH WIPER BLADE ASSEMBLY. -08/29/1996,96E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E024000),"IL LI INDUSTRIAL CO., LTD.",PHILLIPS/HEADLAMP BULBS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,515000,"THE DIMENSIONS OF THESE HEADLAMP BULBS DO NOT COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THESE HEADLAMPS MAY NOT ALIGN PROPERLY.,THESE BULBS WILL BE REPLACED WITH BULBS MEETING THE SPECIFICATIONS OF FMVSS NO. 108. -08/28/1996,96V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V159000),Oshkosh Corporation,FREIGHTLINER-OSHKOSH/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1597,"WITH NO AIR IN BOTH FRONT AXLE AIR SUSPENSION AIR BAGS, THE CHASSIS SUSPENSION WILL LOWER TO THE SUSPENSION STOP. WHEN THAT OCCURS, THE TRACK BAR BRACKET CAN CONTACT THE AXLE STEERING TIE ROD.",THIS CONTACT WILL CAUSE INCREASED STEERING RESISTANCE AND COULD CAUSE LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE BRACKET TRACK BAR MOUNT WITH A NEW DESIGN. -08/27/1996,96V158002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V158002),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9616,THE FUEL TANK GASKETS FOR THE FUEL PUMP AND/OR GAUGE UNIT GASKET COULD HAVE BEEN INCORRECTLY INSTALLED ALLOWING FUEL OR FUMES TO ESCAPE.,"IF AN IGNITION SOURCE WERE PRESENT, THE FUEL LEAKAGE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANK AND IF THE GASKETS ARE FOUND TO BE LEAKING, REPLACE THE FUEL TANK, CAPS AND GASKETS." -08/27/1996,96V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V156000),Oshkosh Corporation,FREIGHTLINER-OSHKOSH/EQUIPMENT; SPEED CONTROL.,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4855,"WHEN THE CHASSIS/VEHICLE IS OPERATED ON A HIGHWAY AND THE CRUISE CONTROL SYSTEM IS TURNED ON, WITH THE SPEED SET, IF THE STOP/HAZARD FUSE HAS FAILED, THE CRUISE CONTROL WILL NOT DISENGAGE WHEN THE BRAKE PEDAL IS DEPRESSED.",THE CRUISE CONTROL SYSTEM WILL NOT DISENGAGE INCREASING THE RISK OF A VEHICLE ACCIDENT.,THE CRUISE CONTROL CIRCUITS WILL BE REWIRED AND A CONTROL RELAY INSTALLED TO DISENGAGE AND DEACTIVATE THE CRUISE CONTROL IF AN ELECTRICAL SHORT OR FUSE FAILURE OCCURS. -08/27/1996,96V158001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V158001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/FUEL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5731,THE FUEL TANK GASKETS FOR THE FUEL PUMP AND/OR GAUGE UNIT GASKET COULD HAVE BEEN INCORRECTLY INSTALLED ALLOWING FUEL OR FUMES TO ESCAPE.,"IF AN IGNITION SOURCE WERE PRESENT, THE FUEL LEAKAGE COULD RESULT IN A FIRE.","DEALERS WILL INSPECT THE FUEL TANK AND IF THE GASKETS ARE FOUND TO BE LEAKING, REPLACE THE FUEL TANK, CAPS AND GASKETS." -08/27/1996,96V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V157000),Volvo Trucks North America,VOLVO TRUCK/BRAKES; HYDRAULIC.,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,149,THE REAR MOST AXLE OF THE TANDEM AXLE SET COULD HAVE INOPERABLE BRAKES ON ONE OR BOTH WHEELS BECAUSE THE BRAKE S-CAM WAS INCORRECTLY INSTALLED.,THIS CONDITION COULD CAUSE INCREASED STOPPING DISTANCE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE BRAKE SYSTEM AND REPAIR THE S-CAM ASSEMBLY IF FOUND REVERSED. -08/23/1996,96V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V153000),"General Motors, LLC",GM/INTERIOR; SEATS.,SEATS,NR (Not Reported),Vehicle,3472,"THE FRONT PASSENGER SEATS HAVE LESS LOCK PAWL ENGAGEMENT ON THE INBOARD FORE/AFT ADJUSTER THAN SPECIFIED. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS.""",THIS CONDITION COULD RESULT IN SEAT MOVEMENT WITH A BELTED OCCUPANT DURING A MODERATE TO SEVERE FRONTAL IMPACT.,DEALERS WILL INSPECT AND REPLACE THE PASSENGER SEAT INBOARD FORE/AFT ADJUSTER. -08/20/1996,96E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E025000),"Volvo Car USA, LLC",ENGINE.,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,400,"ENGINE BLOCK HEATERS INSTALLED AS ACCESSORIES. THE BLOCK HEATER CONTACT SURFACE DOES NOT MATCH CORRECTLY WITH THE ENGINE BLOCK AS INTENDED. THE BLOCK HEATER COULD COME LOOSE FROM THE ENGINE BLOCK, AND IF BEING USED, COULD POSSIBLY OVERHEAT CAUSING DAMAGE IF IT COMES IN CONTACT WITH OTHER ENGINE COMPARTMENT COMPONENTS.",ENGINE COMPARTMENT DAMAGE COULD OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE BLOCK HEATER AND SECURE THE BOLTS USED TO INSTALL THE HEATER. IN SOME CASES, THE SURFACE TOLERANCES MAY BE SO INAPPROPRIATE THAT THE HEATER WOULD NEED TO BE REPLACED WITH A HEATER OF A MODIFIED DESIGN." -08/20/1996,96V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V154000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/STEERING; COLUMN.,STEERING,NR (Not Reported),Vehicle,215,"THE STEERING COLUMN USED WAS INCORRECTLY MANUFACTURED. THE TUBE PORTION OF THE STEERING COLUMN HAS A WELDED END WITH A SPECIFIED LENGTH OF 5.5 INCHES. A 3.5 INCH WELDED END WAS USED BY MISTAKE. WITH THE SHORTER END, IT IS POSSIBLE THERE IS INSUFFICIENT ENGAGEMENT OF THE MALE END INTO THE TUBE PORTION AND SEPARATION OF THE COLUMN COULD OCCUR.","SHOULD THE COLUMN SEPARATE, THE OPERATOR WOULD LOSE STEERING CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE INCORRECTLY BUILT STEERING COLUMN WITH A NEW CORRECTLY BUILT STEERING COLUMN. -08/15/1996,96V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V152000),RANSOMES CORPORATION,RANSOME/BRAKES; HYDRAULIC; LINES.,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1413,"A CHANGE IN THE FRONT FORK MADE TO ACCOMMODATE THE 12"" WHEEL CAN CAUSE EXCESSIVE BRAKE LINE STRETCH WHEN THE FORK IS BOTTOMED OUT. THIS CAN CAUSE THE LINE TO LEAK BRAKE FLUID.",BRAKE FLUID LEAKAGE CAN CAUSE SUBSEQUENT BRAKE FAILURE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A NEW CLAMP DESIGNED WITH A POSITIVE POTITIONING LOCATOR. THE LINE WILL BE REROUTED AND A NEW PROTECTOR SLEEVE INSTALLED. -08/14/1996,96E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E021000),ISRINGHAUSEN,ISRINGHAUSEN/SEATS,SEATS,NR (Not Reported),Equipment,36,TWO WELDS LOCATED ON THE BACK REST ADJUSTMENT SIDE OF THE SEAT FRAME DID NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IF THESE WELDS WERE NOT TO SPECIFICATION, BACK REST LOADS COULD CAUSE THE WELDS TO FAIL. THE BACK REST WOULD DISENGAGE FROM THE SEAT FRAME ALLOWING LOSS OF SUPPORT TO THE DRIVER'S TORSO AND POSSIBLY CAUSING LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL INSPECT THESE SEATS AND REPLACE THE SEAT FRAME ASSEMBLY. -08/12/1996,96V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V151000),Ford Motor Company,FORD/FUEL; FUEL INJECTION; REGULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4700,THE FUEL PRESSURE REGULATOR LOCATED ON THE FUEL RAIL IN THE ENGINE COMPARTMENT HAS A VACUUM DIAPHRAGM THAT WAS DAMAGED DURING MANUFACTURE OF THE REGULATOR.,"IF THE DIAPHRAGM TEARS OR RUPTURES, LIQUID FUEL COULD ENTER THE INTAKE MANIFOLD PLENUM THROUGH THE VACUUM LINE RESULTING IN EITHER RELEASE OF FUEL FROM THE AIR CLEANER ASSEMBLY OR THE EXHAUST SYSTEM. FUEL RELEASE IN THE PRESENCE OF AN IGNITION SOURCE COULD POTENTIALLY RESULT IN A FIRE.",DEALERS WILL INSPECT THE FUEL PRESSURE REGULATOR. THOSE REGULATORS PRODUCED DURING THE SUSPECT TIME PERIOD WILL BE REPLACED. -08/12/1996,96V143002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V143002),MITSUBISHI CARIBBEAN,MITSUBISHI CARIBBEAN/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,"UNDER CONDITIONS OF FULL LOCK STEERING AND FULL SUSPENSION TRAVEL, THE LEFT OR RIGHT FRONT WHEEL-SIDE BRAKE HOSE CAN CRACK, RESULTING IN BRAKE FLUID LEAKAGE.",BRAKE FLUID LEAKAGE WILL CAUSE ILLUMINATION OF THE BRAKE WARNING LAMP AND REDUCTION IN BRAKING EFFECTIVENESS INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT WHEEL-SIDE BRAKE HOSES WITH REVISED HOSE ASSEMBLIES. -08/09/1996,96V130004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V130004),"KEYSTONE, INC.",KING OF THE ROAD/RV AWNINGS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,259,THE AWNINGS FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -08/08/1996,96V124005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124005),"ADVANCE MIXER, INC.",ADVANCE/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,538,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -08/08/1996,96V194001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V194001),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,260,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY IN THE ONAN EMERALD AND MARQUIS BRAND GENERATOR SETS CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LIQUID PROPANE GAS (LPG) LEAKAGE COULD RESULT IN A FIRE.","OWNER NOTIFICATION WILL BE CONDUCTED BY ONAN. DEALERS WILL EITHER REMOVE THE LPG REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -08/08/1996,96V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V147000),"Porsche Cars North America, Inc.",PORSCHE/STEERING; COLUMN,STEERING,NR (Not Reported),Vehicle,12538,A PART OF THE STEERING COLUMN UPPER UNIVERSAL JOINT CRACKED DURING THE MANUFACTURING PROCESS.,"THIS CONDITION COULD RESULT IN NOISE AND FREE PLAY IN THE STEERING SYSTEM AND IF LEFT UNCORRECTED, WILL RESULT IN LOSS OF STEERING CONTROL.",DEALERS WILL INSPECT THE UNIVERSAL JOINT FOR CRACKS AND WILL REPLACE CRACKED JOINTS WITH NEW PARTS. -08/06/1996,96V126002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V126002),"CARPENTER INDUSTRIES, INC.",CARPENTER/SEAT TRACK ANCHORS,SEATS,NR (Not Reported),Vehicle,18,"THE SEAT PEDESTALS ARE FATIGUE CRACKING ADJACENT TO THE WELD WHICH SECURES THE PEDESTAL'S UPPER PLATE TO THE UPPER, TELESCOPING PORTION OF THE ADJUSTABLE COLUMN SUPPORT.",THE UPPER MOUNTING PLATE AND SEAT UPPER GRADUALLY BECOMES LOOSE RESULTING IN THE UPPER PLATE DETACHING FROM THE SUPPORTING COLUMN AND THE SEAT CAN FALL FROM ITS MOUNTING. THIS CAN RESULT IN PERSONAL INJURY TO THE DRIVER.,BOSTROM IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPAIR THESE PEDESTALS WITH A NEWLY DESIGNED PEDESTAL BRACKET KIT. -08/02/1996,96E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E023000),EIS BRAKE PARTS,BRAKES; HYDRAULIC; LINES; HOSE.,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,50,"THESE HOSE ASSEMBLIES DO NOT CONTAIN THE ASSEMBLER'S IDENTIFICATION. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES.""",THE ASSEMBLER WOULD NOT BE IDENTIFIED.,THE HOSES WILL BE INSPECTED AND PROPERLY MARKED WHERE NECESSARY. -08/02/1996,96V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V149000),Mazda North American Operations,MAZDA/BRAKE; HYDRAULIC; CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13900,OIL MIST CONTAINED IN THE ENGINE INTAKE AIR CAN COLLECT OVER TIME IN THE BRAKE VACUUM CHECK VALVE PREVENTING THE CHECK VALVE FROM OPENING AT THE SPECIFIED PRESSURE REDUCING POWER ASSIST TO THE BRAKES.,BRAKE PERFORMANCE CAN BE DIMINISHED INCREASING THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL REPLACE TWO VACUUM HOSES, INCLUDING THE CHECK VALVE, WITH MODIFIED HOSES." -08/02/1996,96E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E022000),Trans-Air Manufacturing Corp.,STEERING: POWER ASSIST,STEERING,NR (Not Reported),Equipment,222,A GENERAL MOTORS (GM) HOSE WHICH DIRECTS THE POWER STEERING FLUID FROM THE POWER STEERING RESERVOIR TO THE POWER STEERING PUMP REQUIRED RELOCATION TO ACCOMMODATE THE AIR CONDITIONING COMPRESSOR. THE SUBSTITUTE HOSE WAS NOT COMPATIBLE FOR USE WITH POWER STEERING FLUID CAUSING THE HOSE TO DETERIORATE.,A DETERIORATING HOSE CAN CAUSE LEAKAGE OF THE POWER STEERING FLUID RESULTING IN A POSSIBLE LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.,THESE HOSES WILL BE INSPECTED AND REPLACED. -08/02/1996,96V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V150000),"Winnebago Industries, Inc.",WINNEBAGO/FUEL; LPG LINES; NON-METALLIC.,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,30,THE LIQUID PROPANE (LP) GAS SUPPLY HOSE LOCATED ADJACENT TO THE LP TANK CAN CONTACT THE TANK PLUMBING GUARD CAUSING THE HOSE TO WEAR THROUGH ALLOWING LP GAS TO BE RELEASED.,LEAKAGE OF LP GAS INCREASES THE RISK OF A FIRE.,DEALERS WILL ADD AN ELBOW TO THE MANIFOLD PIPE WHICH WILL REDIRECT THE HOSE AROUND THE GUARD GIVING THE HOSE ADEQUATE CLEARANCE FROM THE EDGE OF THE GUARD. -08/01/1996,96V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V146000),Ford Motor Company,FORD/STRUCTURE; FRAME; MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,200,THE CROSSMEMBER FRAME GUSSETS WERE INSTALLED WITH UNDERSIZED THREADED FASTENERS FOLLOWING A BREAKDOWN OF THE PRODUCTION RIVET GUN THAT IS GENERALLY USED. THIS GUSSET IS THE ATTACHMENT POINT FOR THE REAR STRAP OF THE MID-SHIP FUEL TANK.,THE SUBJECT FASTENERS CAN SEPARATE CAUSING IN THE REAR STRAP OF THE AFFECTED FUEL TANK TO BECOME DISCONNECTED. A LOOSE OR DISCONNECTED REAR STRAP ALLOWS THE FUEL TANK TO POSSIBLY CONTACT THE ROAD SURFACE INCREASING THE RISK OF A VEHICLE FIRE.,DEALERS WILL REPLACE THE CROSSMEMBER GUSSET FASTENERS WITH THE SPECIFIED ALTERNATIVE FASTENERS (BOLTS). -08/01/1996,96V124004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124004),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,21,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -08/01/1996,96V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V148000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/BRAKES; HYDRAULIC.,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,88,THE BRAKE RETURN SPRING CAN CONTACT THE HUB. FURTHER WEAR OF THE BRAKE LINING MATERIAL WILL LEAD TO WEAR OF THE RETURN SPRING AND THE SPRING CAN FAIL PREMATURELY.,"PIECES OF THE FAILED SPRING COULD THEN LODGE IN THE BRAKE CAM CAUSING EITHER THE AFFECTED BRAKE TO STAY APPLIED WHEN THE OTHER BRAKES HAVE BEEN RELEASED, OR STOPPING THE AFFECTED BRAKE FROM APPLYING WHEN THE OTHER BRAKES ARE APPLIED. THE VEHICLE COULD THEN BE PULLED IN A LATERAL DIRECTION OFF THE ROAD OR INTO ONCOMING TRAFFIC INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL MODIFY THE FRONT BRAKES ON THESE TRUCKS. -08/01/1996,96V124003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124003),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,36,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -08/01/1996,96V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V145000),"Winnebago Industries, Inc.",WINNEBAGO/EQUIPMENT: CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,39,"THE CERTIFICATION LABEL ON THESE VEHICLES CONTAIN INCORRECT TIRE PRESSURE DATA. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",THESE VEHICLES COULD BE OVERLOADED INCREASING THE RISK OF A VEHICLE ACCIDENT.,"OWNERS WILL BE PROVIDED WITH NEW CERTIFICATION LABELS AND INSTALLATION INSTRUCTIONS. IF THE OWNER SO DESIRES, WINNEBAGO DEALERS WILL INSTALL THE LABEL FOR THEM." -07/31/1996,96V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V142000),"General Motors, LLC",GM/INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,97351,"THESE VEHICLES EXHIBIT A CONDITION IN WHICH A REAR SEAT BELT BUCKLE RELEASE BUTTON CAN STICK IN THE UNLATCHED (DOWN) POSITION UNDER CERTAIN CONDITIONS BECAUSE THE BUCKLE ASSEMBLY CAN MOVE INSIDE THE SEAT BELT COVER. IF THE COVER MOVES FAR ENOUGH, IT CAN CREATE AN INTERFERENCE CONDITION WITH THE LATCH RELEASE BUTTON. WHEN IT DOES, THE SEAT BELT BUCKLE CANNOT BE LATCHED.",THE REAR BELTS MAY NOT HOLD AN OCCUPANT IN THE EVENT OF A VEHICLE ACCIDENT INCREASING THE RISK OF PESONAL INJURY.,"DEALERS WILL REPLACE THE THREE REAR-SEAT BELT BUCKLES (ONE ASSEMBLY) WITH A NEW, REVISED DESIGN." -07/26/1996,96V124002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124002),FREIGHTLINER LLC,FREIGHTLINER/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,48,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -07/26/1996,96V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V144000),Pierce Manufacturing,PIERCE/BRAKES:PARKING VALVE,PARKING BRAKE,NR (Not Reported),Vehicle,6,"THESE VEHICLES DO NOT COMPLY WITH THE GRADE HOLDING REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","CONSEQUENCE OF NON-COMPLIANCE: THESE TRUCKS MAY NOT HOLD ON AN UPHILL OR DOWNHILL GRADE, RESULTING IN UNATTENDED VEHICLE MOVEMENT INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL INSTALL HIGH OUTPUT BRAKE CHAMBERS ON THE ALL WHEEL STEERING AXLES. -07/25/1996,96V143001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V143001),"Mitsubishi Motors North America, Inc.",MITSUBISHI/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,93000,"UNDER CONDITIONS OF FULL LOCK STEERING AND FULL SUSPENSION TRAVEL, THE LEFT OR RIGHT FRONT WHEEL-SIDE BRAKE HOSE CAN CRACK, RESULTING IN BRAKE FLUID LEAKAGE.",BRAKE FLUID LEAKAGE WILL CAUSE ILLUMINATION OF THE BRAKE WARNING LAMP AND REDUCTION IN BRAKING EFFICIENCY INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE LEFT AND RIGHT FRONT WHEEL-SIDE BRAKE HOSES WITH REVISED HOSE ASSEMBLIES. -07/25/1996,96V124001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V124001),Volvo Trucks North America,VOLVO HEAVY TRUCK/SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,214,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",OWNER NOTIFICATION IS BEING CONDUCTED BY NEWAY ANCHORLOK. DEALERS WILL INSPECT AND REPLACE ALL SUSPENSION SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -07/23/1996,96V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V140000),"ALFA ROMEO, INCORPORATED",ALFA ROMEO/FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5965,THE RUBBER FUEL FILLER PIPE CAN BECOME BRITTLE AND ALLOW FUEL TO LEAK.,"IF FUEL LEAKAGE OCCURS AND AN IGNITION SOURCE IS PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REPLACE THE FUEL FILLER PIPE. -07/23/1996,96V055009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055009),"Kustom Signals, Inc.",KUSTOM KREATIONS/SEATS,SEATS,NR (Not Reported),Vehicle,185,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY KUSTOM KREATIONS. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/23/1996,96V055010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055010),MARIAH CUSTOM,MARIAH CUSTOM/SEATS,SEATS,NR (Not Reported),Vehicle,102,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY MARIAH CUSTOM. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/23/1996,96V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V138000),NEOPLAN USA CORPORATION,NEOPLAN/STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,3248,THE STEERING GEAR MOUNTING PLATE CAN CRACK AROUND THE WELDS.,THE STEERING GEAR MOUNTING PLATE CAN BREAK RESULTING IN LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.,"OWNERS WILL INSPECT THE ENTIRE STEERING GEAR MOUNTING PLATE FOR CRACKS AND/OR HAIRLINE FRACTURES. IF ANY CRACKS OR FRACTURES ARE FOUND, OWNERS WILL REMOVE THE STEERING GEAR MOUNTING PLATE AND RETURN IT TO NEOPLAN FOR A FREE REPLACEMENT." -07/23/1996,96V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V139000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,120371,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY, CAN BECOME CAUGHT IN THE AREA BETWEEN THE SERVICE DOOR AND THE DOOR CONTROL ROD ATTACHING BRACKET.","IF AN ITEM WORN BY A CHILD WERE TO CATCH ON THIS AREA, AND THE DRIVER WERE TO CLOSE THE DOOR AND PUT THE VEHICLE IN MOTION, THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",A MOLDED COVER WILL BE INSTALLED BETWEEN THE MANUALLY OPERATED OUTWARD OPENING ENTRANCE DOOR AND THE DOOR CONTROL ROD ATTACHING BRACKET WHICH WILL ELIMINATE THE OPENING THAT COULD ALLOW AN ITEM OF A CHILD'S CLOTHING TO BECOME SNAGGED. -07/23/1996,96V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V141000),"TRANSIT MANUFACTURING,INC",TMI/FUEL:CARBURETION:INJECTORS:THROTTLE CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,21,TEMPERATURE PROBLEMS ARE OCCURRING WHEN THESE BUSES ARE OPERATING ON COMPRESSED NATURAL GAS.,FIRES CAN OCCUR RESULTING IN SERIOUS INJURY OR DEATH.,"OWNERS WILL THOROUGHLY INSPECT THE ENGINE COMPARTMENTS ON THESE VEHICLES. THE MAIN ENGINE MODULE WILL BE REMOVED, AND ENGINES WILL BE INSPECTED FOR ANY OF THE FOLLOWING: (1) EXHAUST GAS LEAKAGE; (2) DAMAGE TO THE MANIFOLD; (3) IMPROPER MANIFOLD INSTALLATION; (4) ANY DAMAGE TO OR DEGRADATION OF INSULATION OR ELECTRICAL WIRING; OR (5) DAMAGE TO ANY OTHER ENGINE COMPONENTS. TRANSIT OWNERS SHOULD NOT OPERATE THESE VEHICLES UNTIL ALL ENGINE COMPARTMENTS HAVE BEEN INSPECTED." -07/19/1996,96V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V137000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32,THE BOLTS HOLDING THE REAR WHEEL BRAKE BACKING PLATE TO THE AXLE WERE NOT TORQUED TO CORRECT SPECIFICATIONS AND CAN LOOSEN.,THE BACKING PLATE CAN SEPARATE FROM THE AXLE RESULTING IN A LOSS OF BRAKING ACTION INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL RETORQUE THE BOLTS TO THE CORRECT SPECIFICATIONS. -07/18/1996,96V055008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055008),"AMERICAN VANS, INC.",AMERICAN VANS/SEATS,SEATS,NR (Not Reported),Vehicle,410,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY AMERICAN VAN. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/18/1996,96V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V136000),"Chrysler (FCA US, LLC)",CHRYSLER/EQUIPMENT:CHILD SEAT: SEAT,SEAT BELTS,NR (Not Reported),Vehicle,200,THE BOLTS WHICH SECURE THE INTEGRATED CHILD SEAT MODULES TO THE SEAT FRAME CAN BREAK.,"IN THE EVENT OF A VEHICLE ACCIDENT, THE CHILD SEAT MAY NOT PROVIDE ADEQUATE PROTECTION TO THE OCCUPANT.",DEALERS WILL REPLACE THE INTEGRATED CHILD SEAT MODULE BOLTS. -07/18/1996,96V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V135000),Ford Motor Company,FORD/STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,72000,"THE PITMAN ARMS WERE NOT FULLY LUBRICATED AT THE ASSEMBLY PLANT. THE ""BALL JOINT"" AT THE OUTER END OF THE PITMAN ARM CAN BECOME CONTAMINATED AND CORRODE.","SUCH CORROSION CAN RESULT IN ABNORMAL WEAR OF THE JOINT, RESULTING IN SEPARATION OF THE JOINT. LOSS OF STEERING CONTROL CAN OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.","DEALERS WILL INSPECT THE VEHICLES AND IF THE JOINT IS FOUND TO HAVE SIGNIFICANT WEAR, THE ARM WILL BE REPLACED. THOSE PITMAN ARMS NOT REPLACED WILL HAVE THE ""BALL JOINT"" FULLY GREASED." -07/17/1996,96V055006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055006),MASTER VANS & TRUCKS,MASTER VANS/SEATS,SEATS,NR (Not Reported),Vehicle,509,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY MASTER VANS. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/17/1996,96V055007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055007),Monroe Truck Equipment,MONROE TRUCK EQUIPMENT/SEATS,SEATS,NR (Not Reported),Vehicle,77,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY MONROE TRUCK EQUIPMENT. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/17/1996,96E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E020000),AMERICAN RACING EQUIPMENT,WHEELS,WHEELS,NR (Not Reported),Equipment,780,A LACK OF WELD PENETRATION ATTACHING THE WHEEL CENTER TO THE RIM.,THE WHEEL CAN BREAK APART OR LOSS OF AIR PRESSURE IN THE TIRE CAN OCCUR POTENTIALLY INCREASING THE RISK OF A VEHICLE ACCIDENT., -07/16/1996,96V055003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055003),AMERICAN INTL CONVERSIONS,AMERICAN INTERNATIONAL CONVERSIONS/SEATS,SEATS,NR (Not Reported),Vehicle,76,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY AMERICAN INTERNATIONAL. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/16/1996,96V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V134000),IC CORPORATION,AMTRAN/VISUAL SYSTEMS:GLASS,VISIBILITY,NR (Not Reported),Vehicle,488,"THE REAR WINDOW BUZZER DOES NOT COMPLY WITH FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE."" THE BUZZER SWITCH DOES NOT ACTIVATE AND/OR THE WINDOW IS NOT CLOSED WHEN THE LATCH IS NOT IN THE CLOSED AND LOCKED POSITION.",CONSEQUENCE OF NON-COMPLIANCE: THE DRIVER WILL NOT BE ALERTED THAT THE REAR WINDOW IS UNLATCHED UNTIL THE WINDOW IS PHYSICALLY OPENED INCREASING THE RISK OF PERSONAL INJURY.,DEALERS WILL REPLACE THE REAR WINDOW BUZZER SWITCH. -07/16/1996,96V055004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055004),BILL HEARD CHEVROLET,BILL HEARD/SEATS,SEATS,NR (Not Reported),Vehicle,20,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY BILL HEARD. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/16/1996,96V055005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055005),SUNSET TRUCK & VAN ACCES.,SUNSET/SEATS,SEATS,NR (Not Reported),Vehicle,13,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY SUNSET. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/15/1996,96V130003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V130003),"Tiffin Motorhomes, Inc.",ALLEGRO/RV AWNINGS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,429,THE AWNINGS FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -07/15/1996,96V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V133000),WAYNE WHEELED VEHICLES,HARSCO/FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,235,"THE FUEL TANK PROTECTION BARRIER COLLAPSED DURING IMPACT TESTING. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN THE EVENT OF A COLLISION, THE FUEL TANK CAN RUPTURE, LEAKING FUEL INCREASING THE POTENTIAL FOR A VEHICLE FIRE.",OWNERS WILL BE PROVIDED WITH REPLACEMENT FUEL BARRIERS AND INSTALLATION INSTRUCTIONS. -07/15/1996,96V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V131000),Kia Motors America,KIA/FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,693,THE ACCELERATOR PEDAL ASSEMBLY COULD BIND OR STICK DURING OPERATION.,"THIS CONDITION CAN CAUSE THE ACCELERATOR TO HOLD THE THROTTLE PARTIALLY OPEN, RESULTING IN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE ACCELERATOR PEDAL ASSEMBLY. -07/15/1996,96V130002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V130002),NATIONAL R.V. INC.,NATIONAL RV/RV AWNINGS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1250,THE AWNINGS FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -07/12/1996,96V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V132000),Blue Bird Body Company,BLUE BIRD/BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32,"INTERFERENCE BETWEEN THE HYDRAULIC BRAKE HOSES OR BLEEDER VALVES AND THE ""REYCO"" AIR SUSPENSION COMPONENTS CAN OCCUR CAUSING FAILURE OF ONE OF THE HYDRAULIC FITTINGS.",FAILURE OF THE HYDRAULIC FITTINGS CAN CAUSE A LOSS OF BRAKE FLUID RESULTING IN LOSS OF BRAKES INCREASING THE RISK OF A VEHICLE ACCIDENT., -07/11/1996,96V126001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V126001),Blue Bird Body Company,BLUE BIRD/SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,11371,"VEHICLE DESCRIPTION: SCHOOL BUSES EQUIPPED WITH BOSTROM DRIVER'S SEAT MODEL F222 OR BOSTRUM ""ROUTEMASTER"" SEAT. BLUE BIRD OPTION 2821 OR 2824. THE SEAT PEDESTALS ARE FATIGUE CRACKING ADJACENT TO THE WELD WHICH SECURES THE PEDESTAL'S UPPER PLATE TO THE UPPER, TELESCOPING PORTION OF THE ADJUSTABLE COLUMN SUPPORT.",THE UPPER MOUNTING PLATE AND SEAT UPPER GRADUALLY BECOMES LOOSE RESULTING IN THE UPPER PLATE DETACHING FROM THE SUPPORTING COLUMN AND THE SEAT CAN FALL FROM ITS MOUNTING. THIS CAN RESULT IN PERSONAL INJURY TO THE DRIVER.,DEALERS WILL REPAIR THESE PEDESTALS WITH A NEWLY DESIGNED PEDESTAL BRACKET KIT. -07/11/1996,96V055002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055002),"Franklin Coach Co., Inc.",FRANKLIN MOTORS/SEATS,SEATS,NR (Not Reported),Vehicle,43,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY FRANKLIN MOTORS. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/10/1996,96V130001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V130001),"Gulf Stream Coach, Inc.",GULFSTREAM/RV AWNINGS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,28,THE AWNING FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -07/10/1996,96V055001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V055001),"MARK III INDUSTRIES, INC.",MARK III/SEATS,SEATS,NR (Not Reported),Vehicle,1196,"VEHICLE DESCRIPTION: LIGHT DUTY EXTENDED CAB CONVERSION PICKUP TRUCKS BY MARK III. THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE, AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WAS TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","VSS IS CONDUCTING THE NOTIFICATION AND REMEDY CAMPAIGN FOR THIS RECALL. DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -07/10/1996,96V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V129000),Toyota Motor Corporation,TOYOTA/SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,90000,"UNDER CERTAIN DRIVING CONDITIONS, THE FRONT SUSPENSION SUPPORT CAN CRACK LEADING TO FAILURE OF THE SUPPORT.",THIS CONDITION CAN RESULT IN LOSS OF VEHICLE CONTROL.,DEALERS WILL REPAIR THE SUSPENSION SUPPORT. -07/08/1996,96V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V128000),"Volkswagen Group of America, Inc.",VW/EQUIPMENT:ELECTRIC POWER ACCESSORIES:WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,1100,THE SHEET METAL PANELS OF BOTH REAR DOORS HAVE OPENINGS FOR THE ROUTING OF THE ELECTRICAL WINDOW REGULATOR WIRING. THE PANEL OPENINGS HAVE SHARP EDGES THAT CAN DAMAGE THE INSULATION OF THE WIRING HARNESS.,AN ELECTRICAL SHORT IN THE WIRING CAN OCCUR RESULTING IN A POSSIBLE FIRE.,DEALERS WILL INSTALL A PROTECTIVE EDGE COVER IN BOTH REAR DOOR INNER PANEL OPENINGS. -07/05/1996,96E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E019000),"ONAN, INC.",EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Equipment,1391,"THE ""O"" RINGS OF THE REGULATOR ASSEMBLY CAN WEAKEN AND BREAK WHEN EXPOSED TO HIGH AMBIENT TEMPERATURES.","IF AN IGNITION SOURCE IS PRESENT, LP GAS LEAKAGE COULD RESULT IN A FIRE.","DEALERS WILL EITHER REMOVE THE LP GAS REGULATOR AND REPLACE IT WITH A MODEL NOT SUBJECT TO RUPTURE, OR INSTALL A PRE-REGULATOR IN THE FUEL SYSTEM." -07/02/1996,96V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V123000),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKES:HYDRAULIC:POWER ASSIST:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22500,THE POWER BRAKE BOOSTER VACUUM HOSE WAS IMPROPERLY INSTALLED ON THE INTAKE MANIFOLD VACUUM NIPPLE.,A DISCONNECTED VACUUM HOSE CAUSES AN INCREASE IN ENGINE IDLE SPEED AND LOSS OF POWER ASSIST DURING BRAKE APPLICATION INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL FULLY INSTALL THE INTAKE MANIFOLD VACUUM HOSE TO THE VACUUM NIPPLE ON THE INTAKE MANIFOLD. -07/02/1996,96V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V125000),FREIGHTLINER LLC,FREIGHTLINER/EQUIPMENT:BUNK SLEEPER:TRUCK,EQUIPMENT,NR (Not Reported),Vehicle,205,THE BUNK SUPPORT BRACKET CAN FRACTURE ALLOWING THE BUNK TO DROP.,THE BUNK COULD FALL WITHOUT WARNING STRIKING AN OCCUPANT SITTING IN THE LOWER BUNK CAUSING PERSONAL INJURY.,DEALERS WILL INSTALL A BUNK SUPPORT BRACKET REINFORCEMENT KIT. -07/02/1996,96V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V127000),"PREVOST CAR, INCORPORATED",PREVOST/ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,677,THE POSITIVE WIRE CONNECTED TO POST #1 ON THE STARTER SOLENOID COULD CONTACT THE GROUND WIRE ON THE SOLENOID (POST #2) AND CREATE A SHORT CIRCUIT.,THIS CONDITION CAN CAUSE A SHORT CIRCUIT AND RESULT IN A POSSIBLE FIRE.,DEALERS WILL INSPECT AND REPLACE THE CABLES CHANGING THE CABLE POSITION. -07/02/1996,96E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E018000),NEWAY ANCHORLOK INTL,SUSPENSION:TWIN I-BEAM:SOLID:FRONT AIR SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,1554,THE EQUALIZING BEAM SHAFT OF THE TANDEM AXLE SUSPENSION WERE MANUFACTURED FROM AS-ROLLED SAE4140 STEEL RATHER THAN THE SPECIFIED ANNEALED SAE4140. THESE SHAFTS CAN FRACTURE INSIDE THE BEAM AT THE TOE OF THE WELD.,"VEHICLES ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE. AFFECTED SUSPENSIONS CAN ALSO DROP AND CONTACT THE ROAD SURFACE GENERATING SPARKS WHICH COULD IGNITE FLAMMABLE MATERIAL.",DEALERS WILL INSPECT AND REPLACE ALL SUSPECT SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -07/02/1996,96V121002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V121002),"Suzuki Motor USA, LLC",SUZUKI/FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4325,"THE FUEL TANK ON THESE VEHICLES CAN BECOME PUNCTURED BY A FUEL TANK FLANGE ATTACHMENT REINFORCEMENT DURING REAR-END COLLISIONS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL TANK INTEGRITY.""","CONSEQUENCE OF NON-COMPLIANCE: IF AN IGNITION SOURCE WAS PRESENT, FUEL LEAKAGE RESULTING FROM THIS PUNCTURE COULD RESULT IN A POST-CRASH FIRE.",DEALERS WILL INSTALL TWO NEW SHIELD GUSSETS BETWEEN THE FUEL TANK AND ATTACHMENT BRACKETS TO PREVENT THE REINFORCEMENT FROM PUNCTURING THE FUEL TANK WALL. -07/01/1996,96V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V112000),Blue Bird Body Company,BLUE BIRD/FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11222,"THESE BUSES FAIL TO COMPLY WITH FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","IN THE EVENT OF A VEHICLE CRASH, FUEL SPILLAGE CAN OCCUR INCREASING THE RISK OF A VEHICLE FIRE.",BLUE BIRD IS DISTRIBUTING MODIFICATION KITS WHICH INCLUDES NEW FASTENERS FOR OWNER OR DEALER INSTALLATION. -07/01/1996,96V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V111000),"BMW of North America, LLC",BMW/BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,180000,"THE BRAKE LIGHT SWITCH CAN FAIL ALLOWING THE SWITCH TO REMAIN IN THE ""BRAKE LIGHTS OFF"" POSITION OR IN THE ""BRAKE LIGHTS ON"" POSITION.","IF THIS HAPPENS, THE BRAKE LIGHTS EITHER WILL NOT OPERATE OR WILL BE CONTINUOUSLY ON, REGARDLESS OF BRAKE PEDAL POSITION. FOLLOWING DRIVERS WOULD NOT BE ABLE TO DETERMINE WHETHER THE VEHICLE IS STOPPING, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE EXISTING BRAKE LIGHT SWITCH WITH A NEWLY DESIGNED SWITCH. -07/01/1996,96V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V110000),"BMW of North America, LLC",BMW/INTERIOR:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,75000,THE AIR BAG CONTACT RING LOCKING TAB LOCATED IN THE STEERING WHEEL ASSEMBLY CAN BREAK WITHOUT WARNING.,"IF THIS HAPPENS, THE CONTACT RING WIRING COULD EVENTUALLY BREAK. THE AIR BAG READINESS INDICATOR LAMP (SRS OR AIRBAG) IN THE INSTRUMENT CLUSTER WILL ILLUMINATE, AND THE AIR BAG WOULD NOT DEPLOY IN THE EVENT OF A FRONTAL IMPACT VEHICLE COLLISION.",DEALERS WILL REPLACE THE LOCKING TAB WITH ONE OF A DIFFERENT DESIGN. -07/01/1996,96V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V114000),Ford Motor Company,FORD/INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,200,THE FOUR FASTENERS SECURING THE DRIVER'S SEAT TO THE FLOORPAN WERE NOT TORQUED TO PROPER SPECIFICATIONS.,THE DRIVER'S SEAT MAY NOT PROPERLY HOLD IN THE EVENT OF A VEHICLE ACCIDENT RESULTING IN PERSONAL INJURY TO THE OCCUPANT.,DEALERS WILL INSPECT THE DRIVER'S SEAT FASTENERS AND RETORQUE TO PROPER SPECIFICATIONS. -07/01/1996,96V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V122000),"General Motors, LLC",GM/BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3591,THESE VEHICLES WERE ASSEMBLED WITH ONE OF THE FOUR BRAKE BOOSTER TABS NOT PROPERLY LOCATED IN THE FRONT OF DASH REINFORCEMENT ASSEMBLY.,"IF THIS CONDITION WERE PRESENT IN A SITUATION WHERE STOPPING DISTANCES WERE SMALL, A VEHICLE CRASH COULD OCCUR.",DEALERS WILL INSPECT FOR PROPER BOOSTER INSTALLATION. BOOSTERS FOUND TO BE IMPROPERLY LOCATED WILL BE REMOVED AND REINSTALLED PROPERLY. -07/01/1996,96V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V120000),"General Motors, LLC",GM/EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,456,"THE AUTO-APPLY PARK BRAKE (MANUAL OR AUTO APPLICATION) DOES NOT ALWAYS APPLY. IF THE PARK BRAKE DOES NOT APPLY, THE ""SERVICE PARK BRAKE"" WARNING LIGHT WILL ILLUMINATE.",THE DRIVER MAY NOT NOTICE THE WARNING LIGHT AND EXITS THE VEHICLE. THE VEHICLE COULD ROLL AWAY INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE PARKING BRAKE SOLENOID VALVE WITH ONE HAVING A 12 VOLT COIL AND THE ORIGINAL VALVE SPRING. -07/01/1996,96V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V116000),"General Motors, LLC",GM/FUEL:CARBURETOR:SINGLE:MANIFOLD:INTAKE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,275811,A BACKFIRE DURING ENGINE STARTING CAN CAUSE BREAKAGE OF THE UPPER INTAKE MANIFOLD.,THIS CONDITION CAN CAUSE A NO-START CONDITION AND POSSIBLY AN ENGINE COMPARTMENT FIRE.,"DEALERS WILL UPDATE THE POWERTRAIN CONTROL MODULE PROGRAMMING. UNTIL THE CAMPAIGN REPAIR IS MADE, THE VEHICLE HOOD SHOULD BE SHUT WHENEVER STARTING THE VEHICLE TO REDUCE THE CHANCE OF PERSONAL INJURY." -07/01/1996,96V121001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V121001),"General Motors, LLC",GM/FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18121,"THE FUEL TANK ON THESE VEHICLES CAN BECOME PUNCTURED BY A FUEL TANK FLANGE ATTACHMENT REINFORCEMENT DURING REAR-END COLLISIONS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 301, ""FUEL TANK INTEGRITY.""","CONSEQUENCE OF NON-COMPLIANCE: IF AN IGNITION SOURCE WAS PRESENT, FUEL LEAKAGE RESULTING FROM THIS PUNCTURE COULD RESULT IN A POST-CRASH FIRE.",DEALERS WILL INSTALL TWO NEW SHIELD GUSSETS BETWEEN THE FUEL TANK AND ATTACHMENT BRACKETS TO PREVENT THE REINFORCEMENT FROM PUNCTURING THE FUEL TANK WALL. -07/01/1996,96V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V118000),"General Motors, LLC",GM/STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,965,THE STEERING WHEEL CENTER HUB TO SPOKE WELD CAN FRACTURE.,THIS CONDITION WILL ALLOW THE STEERING WHEEL TO SEPARATE FROM THE STEERING COLUMN INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE STEERING WHEEL FOR THE SUSPECT STEERING WHEEL LOT DATE CODE AND REPLACE ANY FOUND TO HAVE THIS SUSPECT DATE. -07/01/1996,96V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V117000),"General Motors, LLC",GM/TIRES:BEAD,TIRES,NR (Not Reported),Vehicle,5773,THESE TIRES HAVE BEAD DAMAGE WHICH OCCURED DURING TIRE MOUNTING.,"THIS DAMAGE TO THE TIRE REINFORCING STRUCTURE IN THE BEAD ""TOE"" AREA CAUSES A BULGE IN THE SIDEWALL AFTER THE TIRE IS INFLATED. THIS CONDITION WILL RESULT IN A SLOW AIR LOSS CAUSING THE TIRE TO GO FLAT. HOWEVER, IT IS POSSIBLE FOR THE DAMAGE TO RESULT IN A RAPID AIR LOSS CAUSING INJURIES TO ANYONE IF THEY WERE HANDLING THE TIRE WHEN THIS OCCURRED.","DEALERS WILL DEMOUNT EACH TIRE AND INSPECT FOR BEAD DAMAGE. IF BEAD DAMAGE IS FOUND, THE TIRE WILL BE REPLACED." -07/01/1996,96V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V113000),Hyundai Motor America,HYUNDAI/SUSPENSION:INDEPENDENT FRONT CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,23070,"THROUGH CONTACT WITH ROAD HAZARDS AND CURBS, THE LOWER CONTROL ARM ASSEMBLY CAN SHIFT FROM ITS ORIGINAL POSITION.",THE SHIFTED LOCATION CAN RESULT IN IMPROPER WHEEL ALIGNMENT AND INCREASED STEERING EFFORT INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REINFORCE THE LOWER CONTROL ARM MEMBER ASSEMBLY ATTACHMENT TO THE UNDERBODY. -07/01/1996,96V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V115000),"Volkswagen Group of America, Inc.",VW/ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8100,"IN THE EVENT THE ENGINE OVERHEATS AND THE VEHICLE IS OPERATED CONTINUOUSLY IN THAT CONDITION, THE COOLANT PRESSURE WILL RISE TO A LEVEL AT WHICH THE HEAT EXCHANGER COULD LEAK.","A LEAKING HEAT EXCHANGER WILL ALLOW HOT COOLANT TO ESCAPE CAUSING INJURY TO THE DRIVER'S FEET OR COULD STEAM UP THE INTERIOR OF THE VEHICLE TEMPORARILY IMPAIRING THE DRIVER'S VISIBILITY, INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE HEAT EXCHANGER ON THESE VEHICLES. -06/28/1996,96C013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96C013000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,376000,"DUE TO MISASSEMBLY OF THE BUCKLE ASSEMBLIES, THE BUCKLES CAN RELEASE UPON IMPACT.",OCCUPANTS OF THE SAFETY SEAT WOULD FACE AN INCREASED RISK OF INJURY IN THE EVENT OF A VEHICLE ACCIDENT.,CENTURY WILL PROVIDE A FREE REPLACEMENT BUCKLE KIT AND INSTALLATION INSTRUCTIONS. -06/28/1996,96C013001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96C013001),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,376000,"DUE TO MISASSEMBLY OF THE BUCKLE ASSEMBLIES, THE BUCKLES CAN RELEASE UPON IMPACT.",OCCUPANTS OF THE SAFETY SEAT WOULD FACE AN INCREASED RISK OF INJURY IN THE EVENT OF A VEHICLE ACCIDENT.,CENTURY WILL PROVIDE A FREE REPLACEMENT BUCKLE KIT AND INSTALLATION INSTRUCTIONS. -06/24/1996,96V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V109000),Ford Motor Company,FORD/INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,350,"THE ELR/ALR FEATURE IS USED TO ACCOMMODATE CHILD RESTRAINTS. WHEN SERVICING THE REAR BELT ASSEMBLIES, WRONG PARTS COULD HAVE BEEN USED WHICH DO NOT CONTAIN THE AUTOMATIC LOCKING FEATURE.","IN THE EVENT OF AN ACCIDENT, THE SEAT BELT ASSEMBLIES MAY NOT PROPERLY SECURE THE CHILD RESTRAINT INCREASING THE RISK OF PERSONAL INJURY TO THE SEAT OCCUPANT.",DEALERS WILL REPLACE THE REAR BELT ASSEMBLIES WITH THE APPROPRIATE DESIGN RETRACTOR AND TONGUE ASSEMBLIES. -06/24/1996,96E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E017000),MOOG AUTOMOTIVE,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Equipment,94,"EQUIPMENT DESCRIPTION: AFTERMARKET BALL JOINT/CONTROL ARM MANUFACTURED BY MOOG INDUSTRIES. DUE TO MISPACKAGING, CERTAIN BALL JOINT/CONTROL ARM ASSEMBLIES WERE INCORRECTLY PLACED IN THE WRONG BOXES.",THESE BALL JOINT/CONTROL ARM ASSEMBLIES WILL NOT FIT INTO THE FRAME RECESS WITHOUT BEING ALTERED. ALSO THE STUD IS UNDERSIZED AND WILL NOT FIT THE SPINDLE PROPERLY POSSIBLY CAUSING A LOSS OF STEERING CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.,MOOG WILL REPLACE THE INCORRECTLY PACKAGED ASSEMBLIES WITH CORRECT BALL JOINT/CONTROL ARM ASSEMBLIES. -06/20/1996,96V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V107000),Toyota Motor Corporation,GM/TOYOTA/PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,627858,"IF LIQUID IS SPILLED IN THE CONSOLE BOX AREA, THE AIR BAG WARNING LIGHT CAN ILLUMINATE AND STAY ""ON"" DURING NORMAL DRIVING CONDITIONS.",THIS LEAKAGE CONDITION COULD CAUSE THE AIR BAG TO INADVERTENTLY DEPLOY.,DEALERS WILL INSTALL A PROTECTIVE COVER OVER THE AIR BAG SENSOR TO PREVENT POSSIBLE MALFUNCTION CAUSED BY THE SPILLING OF LIQUID SUBSTANCES ON THE SENSOR. AIR BAG SENSORS DAMAGED BY PREVIOUS LIQUID SPILLAGE WILL BE REPLACED. -06/20/1996,96V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V108000),Land Rover,LAND ROVER/ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4254,"THE ""HAZARDOUS SUBSTANCE LABEL"" WARNING WAS NOT INSTALLED ON THE BATTERIES IN THESE VEHICLES.",PERSONAL INJURY COULD OCCUR IF THESE BATTERIES ARE HANDLED INCORRECTLY.,OWNERS WILL BE MAILED A BATTERY WARNING LABEL WITH INSTRUCTIONS FOR THE PLACEMENT OF SUCH LABELS AND A LETTER INFORMING THEM THAT THEY CAN ALSO BRING THE VEHICLE TO ANY DEALER AND HAVE THE LABEL INSTALLED FOR THEM FREE OF CHARGE. -06/19/1996,96E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E016000),Q/STRAINT,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,UNKNOWN OR OTHER,NR (Not Reported),Equipment,111000,THE BUSHING ON THE RIVET PIN IS CRACKED OR MISSING.,"IN THE EVENT OF AN ACCIDENT OR SUDDEN STOP DUE TO BRAKE APPLICATION, FAILURE OF THE SAFETY HARNESS RESTRAINT SYSTEM INCREASES THE RISK OF INJURY TO WHEEL CHAIR OCCUPANTS.",Q'STRAINT WILL EITHER SEND A NEW BELT ASSEMBLY OR A RETROFIT BUSHING. A REPLACEMENT BELT OR RETROFIT BUSHING WILL PROVIDE A REPLACEMENT FOR THE CRACKED OR MISSING BUSHING. -06/18/1996,96V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V102000),"FLEETWOOD ENTERPRISES, INC.",FLEETWOOD/ELECTRICAL SYSTEM:FUSE AND RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,881,THE ELECTRIC WIRE USED TO POWER THE EXPANDABLE ROOM HYDRAULIC PUMP MOTOR WAS NOT EQUIPPED WITH A CIRCUIT BREAKER. OVERHEATING OF THE WIRE CAN OCCUR WITH INCORRECT EXPANDABLE ROOM OPERATION.,"THIS CONDITION CAN CAUSE THE WIRE INSULATION TO MELT, CAUSING SMOKE AND POSSIBLE FIRE.","DEALERS WILL INSTALL A CIRCUIT BREAKER TO THE EXPANDABLE ROOM SYSTEM PUMP MOTOR WIRE. FLEETWOOD WILL ALSO PROVIDE A VEHICLE LABEL TO IDENTIFY THE LOCATION OF THE CIRCUIT BREAKER, AND WILL PROVIDE OWNER'S MANUAL LITERATURE TO IDENTIFY THE CIRCUIT BREAKER LOCATION." -06/18/1996,96V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V106000),Honda (American Honda Motor Co.),HONDA/BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,160689,A SOAPY LUBRICANT WAS USED TO INSERT THE CHECK VALVE INTO THE VACUUM HOSE WHICH CAUSES THE BRAKE BOOSTER CHECK VALVE TO STICK.,THIS CONDITION CAN CAUSE A LOSS OF THE BRAKE'S POWER ASSIST RESULTING IN A REDUCTION IN BRAKING PERFORMANCE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL CLEAN THE CHECK VALVE BY WASHING THE VACUUM HOSE WITH HOT WATER. -06/17/1996,96V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V101000),Pierce Manufacturing,PIERCE/BRAKES:AIR:DRUM AND SHOE SYSTEMS:VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,35,THE DOUBLE CHECK VALVE INSTALLED ON THESE VEHICLES CAN FAIL ALLOWING FRONT BRAKE AIR TO BE EXHAUSTED OUT DURING BRAKE APPLICATION.,THE LOSS OF AIR CAN CAUSE A LOSS OF FRONT BRAKES INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE DOUBLE CHECK VAVLES ON THESE VEHICLES. -06/17/1996,96V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V105000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,6358,"AN ITEM WORN BY A CHILD, SUCH AS A LONG DRAWSTRING, SASH, OR BACKPACK/BOOKBAG ACCESSORY CAN BECOME CAUGHT IN A SMALL OPENING AT THE FLOOR LEVEL OF THE FORWARD DOOR POST.","A PASSENGER'S CLOTHING COULD BECOME CAUGHT IN THE SMALL OPENING AND IF THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",A FILLER PLATE WILL BE ATTACHED ON THOMAS CONVENTIONALS OR A PIECE OF RUBBER TRIM ON THOMAS VISTAS TO THE FORWARD DOOR POST AT THE FLOOR LEVEL TO COVER THE OPENING AND ELIMINATE THE POSSIBILITY OF SNAGGING. -06/17/1996,96V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V100000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/ELECTRICAL SYSTEM:WIRING:HARNESS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,325,THE WINDSHIELD WIPER ARM CAN INTERFERE WITH THE MAIN CAB DASH HARNESS WHICH PASSES BEHIND THE CENTER DASH SECTION. THE WIPER ARM CAN WEAR THROUGH ONE OR MORE OF THE WIRES IN THE HARNESS AND CAUSE A SHORT CIRCUIT.,"IN ELECTRONIC ENGINES (CATERPILLAR ONLY) OR DDA ENGINES, THE ENGINE WOULD STOP. IF THE ENGINE WERE TO STOP SUDDENLY WHEN THE VEHICLE WAS TRAVELING AT A HIGH RATE OF SPEED AND MANEUVERING THROUGH TRAFFIC, THERE WOULD BE A POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL MODIFY THE MAIN CAB WIRING HARNESS ROUTING. -06/14/1996,96V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V103000),Harley-Davidson Motor Company,HARLEY/BRAKES:MECHANICAL SERVICE:MOTORCYCLES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,251,THE SEAL ON THE REAR MASTER CYLINDER PISTON CAN MOVE OUT OF POSITION.,THIS CONDITION CAN RESULT IN A LOSS OF REAR BRAKING PERFORMANCE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE REAR BRAKE MASTER CYLINDER." -06/14/1996,96V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V104000),"Jayco, Inc.",JAYCO/STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,2002,TENT CAMPERS EQUIPPED WITH OPTIONAL REMOVABLE STEP. THE REMOVABLE STEP CAN BREAK OFF AT THE ARMS WHICH ATTACH THE STEP TO THE UNIT.,PERSONAL INJURY COULD OCCUR WHEN A PERSON USES THE STEP.,DEALERS WILL REPAIR THESE STEPS. -06/13/1996,96V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V099000),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",685,Vehicle,321000,THE ABS HYDRAULIC CONTROL UNIT CAN EXPERIENCE EXCESSIVE BRAKE ACTUATOR PISTON SEAL WEAR CAUSING PUMP-MOTOR DETERIORATION.,"IF THIS CONDITION OCCURS, THE ABS FUNCTION COULD BE LOST AND REDUCED POWER ASSIST WOULD BE EXPERIENCED DURING VEHICLE BRAKING INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL TEST THE VEHICLE'S ANTI-LOCK BRAKE SYSTEM AND REPAIR THE VEHICLES IF NECESSARY. ALSO THE WARRANTY ON ALL ABS COMPONENTS WILL BE EXTENDED TO 10 YEARS OR 100,000 MILES (EXCEPT FOR THE BRAKE ACTUATOR PISTON ASSEMBLY AND THE PUMP-MOTOR ASSEMBLY WHICH WILL HAVE A LIFETIME COVERAGE). OWNERS WILL ALSO BE REIMBURSED FOR PREVIOUS ABS COMPONENT REPAIR COSTS." -06/13/1996,96V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V094000),"Chrysler (FCA US, LLC)",CHRYSLER/STEERING RACK AND PINION MOUNT,STEERING,NR (Not Reported),Vehicle,140000,THE FRAME CAN CRACK AT THE STEERING GEAR ATTACHMENT AND/OR THE STEERING GEAR MOUNTING BOLTS CAN FRACTURE.,THE STEERING GEAR CAN SEPARATE FROM THE VEHICLE FRAME RESULTING IN A LOSS OF VEHICLE CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL ADD REINFORCEMENTS TO THE FRAME AND REPLACE THE STEERING GEAR MOUNTING BOLTS. IF THE FRAME IS ALREADY CRACKED, THE STEERING GEAR WELD NUTS WILL ALSO BE REPLACED." -06/12/1996,96V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V098000),Toyota Motor Corporation,TOYOTA/EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,15707,"THE STICKER REQUIRED BY PART 575, ""CONSUMER INFORMATION REGULATIONS"" TO ALERT THE DRIVER OF ""THE PARTICULAR HANDLING AND MANEUVERING CHARACTERISTICS OF UTILITY VEHICLES"" WAS NOT AFFIXED TO THE DRIVER'S SIDE SUN VISOR.",CONSEQUENCE OF NON-COMPLIANCE: OWNERS MAY NOT BE AWARE OF THE HANDLING AND MANUEVERING CHARACTERISTICS OF THIS VEHICLE INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE SUN VISORS ON THE AFFECTED VEHICLES WITH VISORS CONTAINING THE CORRECT LABELS. -06/11/1996,96V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V096000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,588,"THE AXLE HOUSINGS WERE MANUFACTURED WITH A TIGHT FRICTION WELD CURL RADIUS ON THE INSIDE DIAMETER OF THE AXLE HOUSING. UNDER OPERATIONAL LOADS, CRACKS CAN INITIATE AT THE WELD CURL RADIUS ON THE INSIDE OF THE HOUSING. THESE CRACKS MAY PROPAGATE, EVENTUALLY ALLOWING THE AXLE SPINDLE TO SEPARATE FROM THE AXLE HOUSING.",SEPARATION OF THE AXLE SPINDLE FROM THE AXLE HOUSING CAN RESULT IN LOSS OF VEHICLE CONTROL AND A POSSIBLE ACCIDENT.,DEALERS WILL REPLACE THE REAR AXLE HOUSING WITH A NEW HOUSING. -06/07/1996,96V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V097000),"CARPENTER INDUSTRIES, INC.",CARPENTER/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,3382,VEHICLE DESCRIPTION: SCHOOL BUSES. PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",CARPENTER IS SENDING CORRECTIVE PARTS TO OWNERS ALONG WITH INSTALLATION INSTRUCTIONS. -06/04/1996,96V089002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V089002),"Nissan North America, Inc.",NISSAN/INTERIOR SYSTEMS:BENCH,SEATS,NR (Not Reported),Vehicle,2000,AN OUT-OF-SPECIFICATION CONDITION IN THE SEAT CABLE ROLLER PULLEY ASSEMBLY CAN ALLOW THE CABLE THAT CONNECTS THE SEAT ADJUST LEVER TO THE LATCH TO BE PINCHED IN THE ROLLER ASSEMBLY.,"CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN PREVENT THE LATCH ON THE LEFT SIDE FROM FULLY ENGAGING THE SEAT RAIL. THIS DOES NOT COMPLY WITH THE REQUIREMENT OF FMVSS NO. 207, ""SEATING SYSTEMS.""",DEALERS WILL REPLACE THE PULLER ASSEMBLY IN THE THIRD ROW SLIDING BENCH SEAT LATCH ASSEMBLY. -06/03/1996,96V089001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V089001),Ford Motor Company,FORD/INTERIOR SYSTEMS:BENCH,SEATS,NR (Not Reported),Vehicle,6600,AN OUT-OF-SPECIFICATION CONDITION IN THE SEAT CABLE ROLLER PULLEY ASSEMBLY CAN ALLOW THE CABLE THAT CONNECTS THE SEAT ADJUST LEVER TO THE LATCH TO BE PINCHED IN THE ROLLER ASSEMBLY.,"CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN PREVENT THE LATCH ON THE LEFT SIDE FROM FULLY ENGAGING THE SEAT RAIL. THIS DOES NOT COMPLY WITH THE REQUIREMENT OF FMVSS NO. 207, ""SEATING SYSTEMS.""",DEALERS WILL REPLACE A COMPONENT IN THE THIRD ROW SLIDING BENCH SEAT LATCH ASSEMBLY. -06/03/1996,96V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V090000),Ford Motor Company,FORD/INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,2740,"THE SUPPLEMENTARY AIR BAG INFLATABLE RESTRAINT CAUTION LABEL LOCATED ON THE DRIVER SIDE SUN VISOR DOES NOT CONTAIN THE STATEMENT, ""DO NOT INSTALL REARWARD FACING CHILD SEATS IN ANY FRONT PASSENGER SEAT POSITION."" THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING LABEL.,"A NEW CAUTION LABEL, WITH INSTALLATION INSTRUCTIONS, WILL BE SENT DIRECTLY TO OWNERS. OWNERS CAN INSTALL THE LABEL OR, IF THEY WISH, CAN HAVE THEIR DEALER INSTALL THE LABEL FOR THEM." -06/03/1996,96V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V092000),"General Motors, LLC",GM/SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,105,"ONE OF THE FOUR REAR AXLE U-BOLTS CAN BREAK. THIS CAN POTENTIALLY LEAD TO THE SPRING LIFTING FROM THE AXLE UNDER CERTAIN REBOUND, BRAKING OR CORNERING MANEUVERS.",THIS CONDITION COULD RESULT IN SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE FOUR REAR AXLE U-BOLTS ON THE AFFECTED VEHICLES. -05/28/1996,96I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96I003000),Ford Motor Company,FORD/FRONT ACCESSORY DRIVE BELT,ENGINE AND ENGINE COOLING,96B82/96B83,Vehicle,240000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE FRONT END ACCESSORY DRIVE (FEAD) SERPENTINE DRIVE BELT CAN DETACH FROM THE ENGINE PULLEYS DURING CERTAIN ENGINE OPERATIONS. THE DIESEL ENGINE CAN CAUSE THE BELTS TO STRETCH IN EXCESS OF THE TENSIONER CAPACITY AND THE BELT DETACHES FROM THE PULLEYS.",BELT FAILURES CAN RESULT IN THE LOSS OF POWER STEERING ASSIST AND THE LOSS OF BRAKE ASSIST ONCE THE VACUUM RESERVOIR IS DEPLETED. ALSO FEAD BELT FAILURE POSES A RISK OF ENGINE COMPARTMENT FIRE IN VEHICLES EQUIPPED WITH AUTOMATIC TRANSMISSIONS IF IT RESULTS IN THE TRANSMISSION OIL COOLER HOSE RUPTURE.,"DEALERS WILL INSTALL A NEW TENSIONER, DRIVE BELT, BELT GUIDE AND AN IMPROVED IDLER PULLEY." -05/24/1996,95V249008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249008),Wabash National Corporation,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,8,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -05/23/1996,96V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V088000),"Volkswagen Group of America, Inc.",VW/COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3700,THE HORN CAN WORK ONLY INTERMITTENTLY DUE TO INSUFFICIENT ELECTRICAL GROUND CONTACT.,THIS CONDITION COULD PREVENT A DRIVER FROM SOUNDING A WARNING BY USING THE HORN INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,CORRECTIVE ACTION: DEALERS WILL INSTALL A GROUND CONTACT SPRING WHICH WILL ENHANCE THE ELECTRICAL GROUND CONNECTION. -05/22/1996,96E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E014000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,88,"THE INSULATION MATERIAL BETWEEN THE FIELD EFFECT TRANSISTOR AND GROUND IN THE THROTTLE ACTUATOR CAN FAIL, RESULTING IN AN ELECTRICAL SHORT.","THIS CONDITION CAN RESULT IN AN UNCOMMANDED THROTTLE CONDITION. UNDER THESE CONDITIONS, WITHOUT WARNING, THE OPERATOR COULD EXPERIENCE LOSS OF THROTTLE CONTROL AND SUBSEQUENT ENGINE ACCELERATION.",CUMMINS WILL REPLACE THE THROTTLE ACTUATOR ON THE ENGINES INVOLVED. -05/17/1996,96E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E012000),SUPERIOR INDUSTRIES INTL,EQUIPMENT:LIFT:WHEEL/TOWING APPARATUS,EQUIPMENT,NR (Not Reported),Equipment,22000,"CERTAIN SQUARE-SHAPED ""U"" BOLTS USED WITH THESE LIFT/LOWERING KITS AND LIFT/LOWERING BLOCKS CAN BREAK DURING INSTALLATION WHEN TORQUED TO THE MANUFACTURER'S SPECIFICATIONS.","A BREAK IN ONE OF THE TWO PARALLEL ""U"" BOLTS WILL CAUSE EXCESS VIBRATION AND COULD ALSO CAUSE THE AXLE TO SHIFT. IF BOTH ""U"" BOLTS BREAK ON ONE SIDE, THE AXLE WILL SHIFT CAUSING THE TIRE/WHEEL ASSEMBLY TO SHIFT OUT OF POSITION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",SUPERIOR WILL REPLACE ALL DEFECTIVE LIFT/LOWERING KITS. -05/17/1996,96V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V087000),SHADOW CRUISER CORP.,SHADOW CRUISER/EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1800,"THE LABELS ON THESE CAMPERS CONTAIN DISCREPANCIES BETWEEN DRY, OR UNLOADED, WEIGHT AND THE WEIGHT LISTED IN THE OWNER'S MANUAL.",CONSEQUENCE OF NON-COMPLIANCE: THE OWNER MAY NOT BE AWARE OF THE CORRECT WEIGHT RATINGS AND COULD OVERLOAD THE VEHICLE INCREASING THE RISK OF A VEHICLE ACCIDENT.,SHADOW CRUISER WILL PROVIDE OWNERS WITH CORRECTED LABELS AND CORRECT PAGES FOR INSERTION INTO THE OWNER'S MANUAL. -05/17/1996,96V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V081000),Shyft Group,SPARTAN/STEERING:LINKAGES:LINK,STEERING,NR (Not Reported),Vehicle,604,THE DRAGLINKS HAVE BEEN EQUIPPED WITH AN ANTI-TILT SEAL ON THE PITMAN END THAT CAN AFFECT THE TAPER FIT OF THE BALL STUD TAPER INTO THE PITMAN ARM. THE RECOMMENDED TORQUE ON THE STUD NUT DOES NOT OVERCOME THE COMPRESSION OF THE ANTI-TILT SEAL.,THIS CONDITION CAN CAUSE A LOOSENING OF THE JOINT AND ULTIMATE SEPARATION RESULTING IN LOSS OF STEERING.,"DEALERS WILL REPLACE WASHERS WITH 90 DEGREE FLANGES WITH WASHERS HAVING A 45 DEGREE FLANGE AND SANDWICH THE RUBBER BUSHING IN THE ANTI-TILT SEAL. THE FLANGES ALLOW THE BUSHING TO PROPERLY EXPAND. IF A BODY HAS BEEN COMPLETED ON THE CHASSIS, THE PITMAN ARM WILL ALSO BE REPLACED." -05/14/1996,96V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V086000),Ford Motor Company,FORD/POWER TRAIN: TRANSMISSION,POWER TRAIN,96S39,Vehicle,100000,"THE PARK PAWL SHAFT WAS IMPROPERLY POSITIONED WHEN THE ROLL PIN THAT RETAINS IT WAS INSTALLED DURING TRANSMISSION ASSEMBLY. IF THE SHAFT WAS NOT PROPERLY POSITIONED, THE ROLL PIN MAY NOT HAVE LINED UP WITH THE GROOVE IN THE SHAFT AND HAVE BEEN CRUSHED AT ASSEMBLY. ALSO, A BURR COULD HAVE BEEN RAISED ON THE SHAFT.",THIS COULD RESULT IN THE PARK PAWL OCCASIONALLY NOT ENGAGING WHEN THE TRANSMISSION SELECTOR LEVER IS PLACED IN THE PARK POSITION. THIS COULD RESULT IN THE VEHICLE ROLLING AS IF IN NEUTRAL IF THE VEHICLE OPERATOR DOES NOT APPLY THE PARKING BRAKE.,"DEALERS WILL INSPECT THE PARK PAWL SHAFT ROLL PIN. IF THE ROLL PIN IS DAMAGED, BOTH THE ROLL PIN AND THE PARK PAWL SHAFT WILL BE REPLACED. IN ADDITION, OWNERS WILL BE REMINDED TO FULLY APPLY THE PARKING BRAKE, IN ADDITION TO PLACING THE TRANSMISSION IN PARK." -05/14/1996,96V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V085000),"Volvo Car USA, LLC",VOLVO/ELECTRICAL SYSTEM: BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,49397,THERE IS THE POSSIBLILITY OF EXCESSIVE CHAFING OF THE INSULATION OF THE POSITIVE AND NEGATIVE BATTERY CABLES.,THIS CONDITION CAN LEAD TO A SHORT CIRCUIT IN THE VEHICLE.,"DEALERS WILL INSPECT THE CABLE HARNESS AND, IF NECESSARY, CORRECT." -05/10/1996,96V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V084000),"Volkswagen Group of America, Inc.",VW/FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3100,"A BUSHING WHICH GUIDES THE CRUISE CONTROL ROD CAN, OVER TIME, DETERIORATE AND CAUSE THE CONTROL ROD TO BIND.",A BINDING CONTROL ROD CAN IMPEDE THE RETURN OF THE THROTTLE PLATE TO ITS FULL IDLE POSITION.,DEALERS WILL REPLACE THE CONTROL ROD BUSHING WITH AN IMPROVED VERSION. -05/09/1996,96V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V083000),"Nissan North America, Inc.",NISSAN/ELECTRICAL SYSTEM: WIRING,SEAT BELTS,NR (Not Reported),Vehicle,79000,A HARNESS CONNECTOR PROTECTOR LOCATED NEAR THE SEAT BELT PRE-TENSIONER CAN IGNITE DUE TO THE PROXIMITY TO THE COMBUSTION GAS GENERATED BY THE PRE-TENSIONER WHEN THE DEVICE IS TRIGGERED.,A FIRE CAN OCCUR IN THE PASSENGER COMPARTMENT OF THESE VEHICLES.,DEALERS WILL REPLACE THE HARNESS CONNECTOR PROTECTORS WITH ONES HAVING SUFFICIENT RESISTANCE TO THE COMBUSTION GAS OF THE PRE-TENSIONERS WHEN ACTIVATED. -05/07/1996,96V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V082000),"General Motors, LLC",GM/SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,16918,THE FOUR U-BOLTS NUTS ON EITHER SIDE OF THE REAR AXLE WERE UNDER-TORQUED.,VEHICLE USAGE COULD CAUSE THE NUTS TO LOOSEN AND EVENTUALLY FALL OFF THE U-BOLT. THIS COULD RESULT IN SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL CHECK THE U-BOLT NUT TORQUE AND RE-TORQUE ANY LOOSE U-BOLTS TO SPECIFICATION. -05/06/1996,96V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V079000),UNITED TECHNOLOGIES AUTO.,SHELLER GLOBE/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,20000,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. -05/06/1996,96V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V080000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,13545,THE DOOR HINGES WERE NOT SHIELDED AND CAN SNAG EXITING CHILDREN'S CLOTHING OR ACCESSORIES.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL INSTALL HINGE PADS TO PREVENT THE SNAGGING OF PASSENGER'S CLOTHING. -05/03/1996,96V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V073000),Blue Bird Body Company,BLUE BIRD/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,18000,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE FORWARD HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",OWNERS WILL BE DIRECTED TO REMOVE ALL FORWARD HANDRAILS. PROVISIONS WILL BE MADE FOR THOSE OWNERS OPERATING IN STATES WHICH MANDATE A FORWARD HANDRAIL THAT A REPLACEMENT HANDRAIL WILL BE PROVIDED. -05/03/1996,96V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V078000),Blue Bird Body Company,BLUE BIRD/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,203,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. -05/03/1996,96V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V075000),"Chrysler (FCA US, LLC)",CHRYSLER/BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,151800,THE BRAKE MASTER CYLINDER CAN LEAK BRAKE FLUID DUE TO A DAMAGED DOUBLE LIP REAR PISTON SEAL.,BRAKE FLUID LEAKAGE CAN RESULT IN DIMINISHED EFFECTIVENESS OF ONE HALF OF THE SPLIT BRAKE SYSTEM. THE INSTRUMENT PANEL WARNING LIGHT(S) WILL SIGNAL SYSTEM IMPAIRMENT PRIOR TO PARTIAL BRAKE SYSTEM LOSS.,DEALERS WILL REPLACE THE REAR BRAKE MASTER CYLINDR PISTON ASSEMBLY. -05/03/1996,96V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V076000),LES ENTREPRISES M.CORBEIL,CORBEIL/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,250,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL INSTALL A BLOCK OF POLYSTYRENE BETWEEN THE GRAB RAIL AND THE STEP WELL PANEL. -05/03/1996,96V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V077000),"SAAB CARS USA, INC.",SAAB/INTERIOR SYSTEMS:RESTRAINT,SEAT BELTS,NR (Not Reported),Vehicle,1058,"DURING STATIC TESTING OF BELT ANCHORAGE POINTS, THE OUTBOARD ATTACHMENT PLATE BEING USED IN THE TESTING DEFORMED AND DETACHED FROM THE SEAT ANCHORAGE. THIS DOES NOT COMPLY WITH FMVSS NO. 209, ""SEAT BELT ASSEMBLIES"" AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",CONSEQUENCE OF NON-COMPLIANCE: THE BELT MAY NOT LATCH PROPERLY INCREASING THE RISK OF INJURY TO AN OCCUPANT SHOULD A VEHICLE CRASH OCCUR.,DEALERS WILL INSPECT THE SAFETY BELT ASSEMBLIES FOR THE DATE OF MANUFACTURE. ANY ASSEMBLY WITH DATE YEAR 96 WEEK 10 DAY 2 WILL BE REPLACED. -05/02/1996,96V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V074000),"Chrysler (FCA US, LLC)",CHRYSLER/ABS HYDRAULIC CONTROL UNIT CORROSION,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,90000,CORROSION OF THE ABS HYDRAULIC CONTROL UNIT CAN CAUSE THE SOLENOID VALVES TO STICK IN THE OPEN POSITION.,"IF EITHER FRONT WHEEL VALVE STICKS, THE VEHICLE WOULD SWERVE FROM A STRAIGHT STOP WHEN THE BRAKES ARE APPLIED.",DEALERS WILL INSTALL A PLATE AND SILICONE GREASE INJECTED INTO THE SOLENOID CAVITY TO ELIMINATE THE POTENTIAL FOR THIS CONDITION. -05/01/1996,96V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V072000),Shyft Group,SPARTAN/ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,741,THESE SOLENOIDS CAN FAIL TO OPERATE OR PASS CURRENT. THESE SOLENOIDS ARE USED TO TURN THE POWER TO THE IGNITION BUS BAR(S) ON THE POWER PANEL(S) ON AND OFF.,"FAILURE OF A SOLENOID WILL CAUSE THE SET OF CONTROLLED DEVICES NOT TO FUNCTION. SOME OF THESE DEVICES ARE: CRUISE CONTROL, BACK-UP LAMP, ANTI-LOCK BRAKE ELECTR0NIC CONTROL UNIT POWER; TURN SIGNALS; HEATER/ DEFROSTER, AND/OR WINDSHIELD WIPERS.","DEALERS WILL REPLACE THESE DEFECTIVE SOLENOIDS WITH AN ""AUTOMOTIVE CONTROLS COMPANY"" SOLENOID." -04/30/1996,95V249004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249004),Trailmobile Canada Limited,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,250,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -04/30/1996,95V249005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249005),"HPA MONON TRAILER, INC.",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,300,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -04/30/1996,95V249006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249006),"General Engines Company, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,3,,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -04/30/1996,95V249007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249007),"Timpte, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,120,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -04/25/1996,96V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V071000),Ford Motor Company,FORD/ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7900000,THE IGNITION SWITCH COULD EXPERIENCE AN INTERNAL SHORT CIRCUIT.,"THIS CONDITION COULD CAUSE OVERHEATING, SMOKE, AND POSSIBLY FIRE IN THE STEERING COLUMN AREA OF THE VEHICLE.",DEALERS WILL REPLACE THE IGNITION SWITCH. -04/22/1996,96V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V062000),COACH & EQUIP SALES CORP.,COACH & EQUIPMENT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,2659,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -04/22/1996,96V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V070000),Ford Motor Company,FORD/STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,73500,"WHEN IN THE SECONDARY LATCHED POSITION, THE DRIVER DOOR LATCHES MAY OPEN WHEN SUBJECTED TO TRANSVERSE LOADS LESS THAN THAT SPECIFIED IN FMVSS NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","THE DRIVER'S DOOR, WHEN CLOSED ONLY TO THE SECONDARY LATCHED POSITION, MAY NOT SUSTAIN A 1,000 POUND TRANSVERSE LOAD.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE DRIVER DOOR LATCH." -04/22/1996,96V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V066000),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/LIGHTING:FUSE:OTHER PART LIGHTING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,494,THE FUSE FOR THE DAYTIME RUNNING LIGHT CIRCUIT MAY BE UNDER RATED FOR THESE MOTORHOMES. THE CIRCUIT REQUIRES A 20 AMP FUSE AND A 15 AMP FUSE MAY HAVE BEEN INSTALLED. ALSO THE CIRCUIT CONNECTING THE DAYTIME RUNNING LIGHTS TO THE FUSE PANEL INCORRECTLY STATES 15 AMP.,"IF THE 15 AMP FUSE IS INSTALLED AND THE DRIVER HAS NOT MANUALLY TURNED THE HEADLIGHTS ON, THE FUSE WILL BLOW WHEN THE HIGH BEAMS A RETURNED ON. THE HEADLIGHTS WILL THEN GO OFF INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSPECT AND REPLACE ANY 15 AMP FUSE IN THE DAYTIME RUNNING LIGHT CIRCUIT WITH A 20 AMP FUSE. A LABEL WILL ALSO BE INSTALLED ON THE POSITIVE WIRE FOR THE DAYTIME RUNNING LIGHTS AT THE FUSE PANEL AND THE LETTERING ON THE FUSE PANEL WHICH PRESENTLY READS 15 AMP WILL BE COVERED. -04/22/1996,96E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E011000),NEWAY ANCHORLOK INTL,SUSPENSION:TWIN I-BEAM:SOLID:FRONT AIR SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,150,THE EQUALIZING BEAM SHAFT FRACTURES INSIDE THE BEAM AT THE TOE OF THE WELD.,"TRUCK TYPE VEHICLES WITH A 14.38 INCH RIDE HEIGHT WITHOUT FRAME MOUNTED AXLE STOPS ARE SUBJECT TO VEHICLE TILT AND POSSIBLE ROLLOVER IN THE EVENT THAT BOTH EQUALIZING BEAMS, ON THE SAME SIDE OF THE VEHICLE, EXPERIENCE A SIMULTANEOUS SHAFT FAILURE.",DEALERS WILL REPLACE ALL SUSPECT SUSPENSION BEAMS WITH SUSPENSION BEAMS CONTAINING APPROPRIATE SHAFTS. -04/19/1996,96V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V068000),Blue Bird Body Company,BLUE BIRD/BRAKES:AIR:DRUM AND SHOE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,108,AIR SUSPENSION TORQUE ARM CAN COME IN CONTACT WITH THE AIR BRAKE CHAMBER MOUNTING BRACKET RESULTING IN BROKEN S-CAM MOUNTING BRACKET.,THIS CAN RESULT IN THE LOSS OF BRAKE LINING CONTACTON THE REAR WHEEL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL MODIFY VEHICLES TO INCORPORATE AN AXLE SEAT SPACER AND REPLACE THE CAM SHAFT AND CAM SHAFT BRACKET WITH A LONGER CAM SHAFT AND CAM SHAFT BRACKET ON BOTH RIGHT AND LEFT REAR BRAKE ASSEMBLIES TO PROVIDE SUFFICIENT CLEARANCE. -04/19/1996,96V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V061000),"WALKER STNLS.EQUIP.CO,INC",CARLISLE-WALKER/LIGHTING,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,123,THE AFFECTED TRUCKS USE A SPLICED CABLE FOR CARRYING ELECTRICAL POWER TO THE REAR LIGHTING SYSTEM. CERTAIN SHRINK TUBING USED TO COVER THE SPLICE PERMITS CORRISION OF THE ELECTRICAL CABLE.,THIS CONDITION CAN RESULT IN THE LOSS OF LIGHTS ON BOTH THE MILK TANK AND THE TRUCK CHASSIS INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE SHRINK TUBING AND THE SPLICE WILL BE RE-COVERED. -04/19/1996,96V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V069000),"General Motors, LLC",GM/BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,43213,THE LEFT FRONT BRAKE LINE CAN CONTACT THE TRANSAXLE MOUNTING BRACKET OR ATTACHMENT BOLT.,"THIS CONDITION CAN CAUSE THE BRAKE LINE TO WEAR THROUGH, RESULTING IN LOSS OF BRAKE FLUID AND EVENTUAL LOSS OF ONE-HALF OF THE VEHICLE'S BRAKE SYSTEM, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL INSPECT THE VEHICLE FOR PROPER BRAKE LINE CLEARANCE AND REPOSITION THOSE BRAKE LINES FOUND TO HAVE LESS THAN MINIMAL CLEARANCE. ADDITIONALLY, THOSE BRAKE LINES FOUND TO HAVE AN INDENTATION CAUSED BY THE CONTACT WILL BE REPLACED AND PROPERLY ROUTED." -04/19/1996,96V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V067000),Supreme Corporation,SUPREME/STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,324,THE REAR BUMPER BRACKET WELDS CAN CRACK.,THIS CRACKING COULD CAUSE A BUMPER TO DETACH FROM THE CHASSIS INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,NEW BRACKETS MADE OUT OF 10 GAUGE MATERIAL WITH GUSSETS WILL BE USED TO REPLACE THE DEFECTIVE BRACKETS. -04/16/1996,96V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V064000),Ford Motor Company,FORD/INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT,SEATS,NR (Not Reported),Vehicle,31000,THE WIRE HARNESS FOR THE POWER LUMBAR FEATURE ON THE SEAT IS UNDERNEATH THE FRONT SEAT CUSHION SUPPORT WIRES. THE SUPPORT WIRES ON THE DRIVER SEAT CAN CONTACT AND DAMAGE THE INSULATION HARNESS RESULTING IN A HIGH RESISTANCE ELECTRICAL SHORT THROUGH THE SUPPORT WIRES.,"CONSEQUENCE OF DEFECT: OVER HEATING OF THE SUPPORT WIRES COULD RESULT, AND MELTING, SMOKE, OR POSSIBLE IGNTION OF THE SURROUNDING MATERIALS COULD OCCUR.","DEALERS WILL INSPECT THE SEATS ON THE AFFECTED VEHICLES. IF NO DAMAGE IS FOUND, THE DRIVER SEAT WIRE HARNESS WILL BE COVERED WITH A PROTECTIVE CONVOLUTE TUBING, WRAPPED WITH ELECTRICAL TAPE AND THE HARNESS WILL BE REROUTED. IF DAMAGE IS FOUND, THE WIRE HARNESS WILL BE REPLACED." -04/16/1996,96V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V063000),"Load Rite Trailers, Inc.",LOAD RITE/EQUIPMENT:OTHER PIECES:TRAILER HITCHES,TRAILER HITCHES,NR (Not Reported),Vehicle,752,THE SPINDLE OF THE AXLE CAN TEAR OFF THE TOP OF THE AXLE TUBE.,"WHEN THE SPINDLE FALLS OFF, THE TRAILER FALLS TO THE ROAD AND THE WHEEL COULD GO INTO TRAFFIC.",OWNERS WILL BE SENT REPAIR KITS AND INSTALLATION INSTRUCTIONS FOR REINFORCING THE SPINDLE ATTACHMENT TO THE AXLE TUBE. -04/15/1996,96V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V065000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,37717,THE FASTENERS USED TO SECURE THE MOUNTING FOOT OF EITHER FORWARD OR REARWARD HANDRAILS COULD BE INSTALLED IN SUCH A MANNER AS TO ALLOW THE POSSIBILITY THAT THE NUT USED IN NHTSA'S HANDRAIL INSPECTION PROCEDURE WILL CATCH BETWEEN THE FASTENERS.,"A PASSENGER'S CLOTHING COULD BECOME CAUGHT IN THE HANDRAIL, AND IF THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -04/08/1996,96V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V060000),"Chrysler (FCA US, LLC)",CHRYSLER/INTERIOR SYSTEMS:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,700,THE AIR BAG ELECTRONIC CONTROL MODULE (AECM) SOFTWARE CONTAINS AN ERROR WHICH CAN DELAY THE AIR BAG DEPLOYMENT IN CERTAIN CRASH SITUATIONS.,DELAYED DEPLOYMENT CAN CAUSE INCREASED INJURY TO FRONT SEAT VEHICLE OCCUPANTS IN A COLLISION.,DEALERS WILL REPLACE THE AIR BAG ELECTRONIC CONTROL MODULE ON THESE VEHICLES. -04/04/1996,96V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V057000),"General Motors, LLC",GM/FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,379004,"THESE VEHICLES WERE ASSEMBLED WITH THE THROTTLE CABLE CONTACTING THE DASH MAT WHICH COULD BIND THE THROTTLE. THIS DOES NOT MEET WITH THE MAXIMUM RETURN TIMES REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THE ENGINE SPEED MAY NOT RETURN TO IDLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT FOR ADEQUATE THROTTLE CABLE TO DASH MAT CLEARANCE, AND IF THERE IS INSUFFICIENT CLEARANCE, CUT OUT A PORTION OF THE DASH MAT TO PROVIDE PROPER CLEARANCE." -04/04/1996,96V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V058000),"Mercedes-Benz USA, LLC",MERCEDES/ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,96-0413,Vehicle,149,"THE DRIVE BELT PULLEY ON THE ENGINE CAN DEVELOP FATIGUE CRACKS IN THE METAL AND BREAK. IF THE DRIVE PULLEY BREAKS, THE CAR WOULD NOT HAVE ENGINE COOLING, BATTERY CHARGING, AND/OR POWER STEERING.","LOSS OF THESE SYSTEMS CAN CAUSE THE CAR TO OVER HEAT, LOSE POWER FROM THE BATTERY, AND LOSS OF CONTROL OF THE CAR INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE ENGINE CRANKSHAFT DAMPER-PULLEY ON THESE VEHICLES. -04/03/1996,96V059001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V059001),Isuzu Motors Limited,ISUZU/LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1547,"A BRAZILIAN DOMESTIC HEADLAMP WAS INADVERTENTLY INSTALLED ON THESE VEHICLES INSTEAD OF THE REQUIRED U.S. DOMESTIC ASSEMBLY. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",CONSEQUENCE OF NON-COMPLIANCE: REDUCED LIGHTING FROM THESE HEAD LAMPS CAN CAUSE A VISIBILITY PROBLEM INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT BOTH THE LEFT AND RIGHT HEAD LAMP ASSEMBLIES FOR PRESENCE OF THE AIMING PADS. IF THE HEAD LAMP ASSEMBLY DOES NOTE HAVE THESE AIMING PADS, IT WILL BE REPLACED WITH THE CORRECT HEAD LAMP ASSEMBLY." -04/03/1996,96V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V056000),PACCAR Incorporated,PACCAR/LIGHTING:SWITCH:BUTTON,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,617,THE WIRES THAT CORRESPOND TO THE VEHICLE'S REAR TURN SIGNALS WERE REVERSED WHEN INSTALLED IN THE ELECTRICAL CONNECTOR.,THIS CONDITION WILL CAUSE THE REAR TURN SIGNALS TO FLASH OPPOSITE FROM THE DIRECTION INTENDED BY THE DRIVER INCREASING THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE TURN SIGNAL SWITCH AND, IF NECESSARY, REPLACE THE TURN SIGNAL SWITCH." -04/02/1996,96E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E009000),Bostrom Corporation,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Equipment,12500,"THE SEAT PEDESTALS ARE FATIGUE CRACKING ADJACENT TO THE WELD WHICH SECURES THE PEDESTAL'S UPPER PLATE TO THE UPPER, TELESCOPING PORTION OF THE ADJUSTABLE COLUMN SUPPORT.",THE UPPER MOUNTING PLATE AND SEAT UPPER GRADUALLY BECOMES LOOSE RESULTING IN THE UPPER PLATE DETACHING FROM THE SUPPORTING COLUMN AND THE SEAT UPPER CAN FALL FROM ITS MOUNTING. THIS CAN RESULT INPERSONAL INJURY TO THE DRIVER.,DEALERS WILL REPAIR THESE PEDESTALS WITH A NEWLY DESIGNED PEDESTAL BRACKET KIT. -03/27/1996,96V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V051000),Oshkosh Corporation,FREIGHTLINER/STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,2283,"(1) THE MOUNTING PLATE, WHICH IS USED IN COMBINATION WITH FOUR BOLTS TO SECURE THE SAGINAW 710 STEERING GEAR TO THE CHASSIS FRAME, WAS DESIGNED TO HAVE FOUR WELDED BOSSES WITH THE SAME FINAL HEIGHT DIMENSION. THIS PLATE WAS NOT GROUND DOWN; (2) PAINT WAS LEFT ON THE SURFACE BETWEEN THE MOUNTING PLATE AND THE STEERING GEAR; (3) A FLANGED-HEAD BOLT WAS MISALIGNED THROUGH THE FRAME, MOUNTING PLATE AND THE STEERING GEAR; OR (4) THE TOLERANCES BETWEEN THE FRAME AND THE MOUNTING PLATE HOLES WERE TOO TIGHT CAUSING AN ALIGNMENT PROBLEM DURING ASSEMBLY.",THESE CONDITIONS CAN CAUSE LOOSE STEERING GEAR BOLTS WHICH COULD LEAD TO LOSS OF STEERING CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE STEERING GEAR FLANGED-HEAD MOUNTING BOLTS; THE MOUNTING PLATE WILL BE MACHINED TO SPECIFICATION ALSO INSURING THAT THE SURFACE IS FREE OF PAINT; THE STEERING GEAR MOUNTING FASTENERS WILL BE REPLACED; AND THE HOLES THROUGH THE FRAME AND THE MOUNTING PLATE WILL BE ENLARGED TO ALLOW FOR INCREASED ASSEMBLY CLEARANCE. -03/27/1996,96V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V052000),Shyft Group,SPARTAN/ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,52,"THE FAN CLUTCH FOR THE ENGINE COOLING SYSTEM FAN WAS COMBINED WITH AN INAPPROPRIATE FAN, WHICH INTERFERES WITH THE DRIVE AND CAN CAUSE THE DRIVE TO SEPARATE.","IF THIS CONDITION OCCURS WHILE THE ENGINE COVER IS OPEN, A PERSON WORKING IN THE ENGINE COMPARTMENT OF THE VEHICLE COULD BE STRUCK BY A PORTION OF THE FAN CLUTCH. IF THE FAN CLUTCH SEPARATES, THE ENGINE COOLING SYSTEM WILL NOT FUNCTION PROPERLY.","DEALERS WILL REPLACE THE FAN WHICH HAS A CUPPED MOUNTING PLATE WITH A FAN HAVING A STRAIGHT MOUNTING PLATE. THE FAN CLUTCH, WHICH MAY HAVE BEEN DAMAGED BY INTERFERENCE WITH THE FAN, IS BEING REPLACED WITH A NEW DRIVE OF THE SAME MODEL." -03/27/1996,96V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V053000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,"THESE TRUCKS WERE NOT BUILT WITH INVERSION VALVES DUE TO A PROGRAMMING ERROR. THE INVERSION VALVE PROVIDES MODULATED SPRING BRAKE APPLICATION DURING EMERGENCY BRAKING WHEN THE ""A"" PORTION OF THE AIR BRAKE SYSTEM HAS FAILED.","IN AN EMERGENCY SITUATION, THE BRAKE SYSTEM WOULD NOT WORK PROPERLY INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL AN INVERSION VALVE IN THESE VEHICLES. -03/26/1996,96V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V054000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,4500,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. -03/25/1996,96E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E010000),VEHICLE SAFETY SYSTEMS,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Equipment,2400,"THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLES COULD LOOSEN, FATIGUE AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -03/23/1996,96V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V095000),Volvo Trucks North America,VOLVO TRUCK/BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,771,THE TRACTION SOLENOID EXHAUST CAN BE OBSTRUCTED DUE TO INADEQUATE DRAINAGE AND A BUILD-UP OF ROAD CONTAMINATION BETWEEN THE MOUNTING BRACKET AND THE SOLENOID HOUSING. THE OBSTRUCTED EXHAUST PREVENTS THE RELAY VALVE CONTROL AIR PRESSURE FROM VENTING AFTER A DIFFERENTIAL BRAKING TRACTION EVENT.,THIS CONDITION WOULD KEEP THE REAR AXLE SERVICE BRAKES APPLIED WITHOUT ANY BRAKE PEDAL MOVEMENT BY THE DRIVER INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REMOVE THE SUSPECT VALVE AND INSTALL A NEW VALVE THAT HAS A MODIFIED SOLENOID HOUSING WHICH WILL ALLOW FOR SUFFICIENT DRAINAGE AND A NEW VALVE MOUNTING BRACKET WITH INCREASED HEIGHT TO REDUCE ENTRY OF CONTAMINATION. -03/21/1996,96E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E008000),"Roadmaster, LLC",ROADMASTER/EQUIPMENT:OTHER PIECES:TRAILER HITCHES,TRAILER HITCHES,NR (Not Reported),Equipment,1289,THE QUICK DISCONNECT IS SUBJECT TO METAL FATIGUE AROUND THE BOLT HOLES.,THE QUICK DISCONNECT CAN BREAK ACROSS THE BOLT HOLES CAUSING THE TOW BAR TO SEPARATE WHICH COULD RESULT IN THE LOSS OF THE TOWED VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL REPLACE THESE TOW BARS WITH NEWLY DESIGNED TOW BARS WHICH WILL HAVE STRONGER STEEL, ADDITIONAL STEEL SUPPORT GUSSETS AND SAFETY PLATES." -03/16/1996,96T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96T003000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,698,"THESE TIRES MAY NOT COMPLETE THE REQUIRED HIGH SPEED WHEEL TEST MILEAGE FOR TIRES MOLDED WITH A UTQG TEMPERATURE GRADE OF ""A"".",,COOPER DEALERS/DISTRIBUTORS WILL PROVIDE AN IDENTICAL OR REASONABLY EQUIVALENT TIRE AS A REPLACEMENT WITHIN 60 DAYS FROM THE DATE OF THE OWNER'S RECEIPT. COOPER WILL ALSO PAY FOR THE DISMOUNTING OF THESE TIRES AND THE MOUNTING OF THE NEW REPLACEMENT TIRES. -03/15/1996,96V036001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V036001),HOLIDAY RAMBLER CORP.,HOLIDAY RAMBLER/EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,148,THE AWNING ATTACHED FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -03/13/1996,96I002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96I002000),Ford Motor Company,FORD/BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17600,,,"DEALERS WILL INSPECT THE REAR BRAKE LINES, AND IF NECESSARY, REPLACE A SECTION OF THE REAR BRAKE LINES IF IT IS LEAKING. ALSO THE RUBBER SHIELD ON THE LINE WILL BE INSPECTED TO VERIFY THAT IT IS PROPERLY LOCATED AND IT WILL BE SECURED WITH AN ADDITIONAL WORM-DRIVE TYPE CLAMP." -03/12/1996,96V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V049000),AM GENERAL LLC,AM GENERAL/FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3000,"THE COATING USED TO PROTECT THE ACCELERATOR PEDAL SHAFT IS INCOMPATIBLE WITH THE BRONZE BUSHING THROUGH WHICH THE SHAFT PASSES. OVER TIME, AND IN THE PRESENCE OF A CORROSIVE ENVIRONMENT (WATER, ROAD SALT), THE SHAFT CAN CORRODE INSIDE THE BUSHING INCREASING THE AMOUNT OF FRICTION BETWEEN THE ROTATING SHAFT AND THE STATIONARY BUSHING.",A CORRODED ACCELERATOR PEDAL SHAFT CAN CAUSE THE ENGINE THROTTLE TO BIND AND NOT FULLY RETURN TO IDLE WHEN THE OPERATOR'S FOOT IS REMOVED FROM THE ACCELERATOR PEDAL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A REVISED ACCELERATOR PEDAL AND SHAFT ASSEMBLY. -03/12/1996,96E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E007000),"CARPENTER INDUSTRIES, INC.",CARPENTER/EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,4361,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",INSERT A BLOCK BETWEEN THE LOWER HANDRAIL MOUNT AND THE BUS SIDEWALL TO STOP CLOTHING FROM BEING CAUGHT. -03/11/1996,96V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V046000),IC CORPORATION,AMTRAN/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,2650,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.","REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. IDENTIFY THE HANDRAIL APPLICATION. IF HANDRAIL EXTENDS FROM BARRIER TO STEP WELL, NO MODIFICATIONS ARE NEEDED. IF HANDRAIL EXTENDS FROM BARRIER TO INSIDE WALL, KIT MUST BE ORDERED AND NEW HANDRAIL INSTALLED WHEN RECEIVED." -03/11/1996,96V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V047000),IC CORPORATION,AMTRAN/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,34900,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.","REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. REPLACE FOAM PAD AND INSTALL 1"" THICK RUBBER SPACER BETWEEN THE BRACE AND THE WALL." -03/11/1996,96V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V048000),IC CORPORATION,AMTRAN/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,5800,PASSENGER'S CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BEING CAUGHT. INSPECT HANDRAIL FOR PROPER CLAMP TO BRACE HEIGHT AND PROPER BOLT INSTALLATION WITH NO MORE THAN 2 TO 3 THREADS SHOWING. KIT IS NEEDED TO CORRECT UNACCEPTABLE CONDITIONS. -03/11/1996,96V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V050000),Land Rover,LAND ROVER/SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,1505,"THE REAR RADIUS ARM, WHICH LOCATES THE REAR AXLE, CAN FAIL AT THE EXTRUDED ALUMINUM CHASSIS EYE END.",A BROKEN RADIUS ARM CAN ALLOW MOVEMENT OF THE REAR AXLE AND VEHICLE INSTABILITY.,DEALERS WILL REPLACE THE REAR RADIUS ARM ASSEMBLIES. -03/11/1996,96V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V040000),Shyft Group,SPARTAN/ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,160,"THE ELECTRICAL HARNESS POWER DISTRIBUTION CENTER WAS MOUNTED BEHIND THE KICK PANEL IN THE STEP WELL AREA OF THE TRUCK, AND THE UNSEALED CONNECTORS, IF EXPOSED TO WATER, COULD RESULT IN STRAY VOLTAGE, SHORTING, OR CORROSION.","IF THE UNSEALED CONNECTORS EXPERIENCE A CONDITION THAT ALLOWED MOISTURE TO ENTER, THE ENGINE CAN EXPERIENCE ELECTRONIC THROTTLE CONTROL PROBLEMS. THE FOOT OPERATED THROTTLE WOULD NOT BE ABLE TO CONTROL THE ELECTRONIC-GOVERNED ENGINE SPEED, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A NEW ELECTRICAL HARNESS WITH SEALED CONNECTORS AND RELOCATING THE POWER DISTRIBUTION CENTER. -03/05/1996,96V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V042000),"CARPENTER INDUSTRIES, INC.",CARPENTER/STRUCTURE:BODY:GRAB BAR,STRUCTURE,NR (Not Reported),Vehicle,20950,PASSENGERS' CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, AND THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.",INSERT A BLOCK BETWEEN THE LOWER HANDRAIL MOUNT AND THE BUS SIDEWALL TO STOP THE CLOTHING FROM BEING CAUGHT. -03/05/1996,96V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V045000),Ford Motor Company,FORD/INTERIOR SYSTEMS:RESTRAINT,SEAT BELTS,NR (Not Reported),Vehicle,49000,"THE RIVETS HOLDING THE REAR OUTBOARD BELT D-RINGS WERE NOT HEAT TREATED PROPERLY CAUSING THE HEADS OF THE RIVETS TO FRACTURE UNDER LOAD AND FAIL TO HOLD THE D-RINGS TO THE STRAPS. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN REDUCE THE RESTRAINING CAPABILITIES OF THE SAFETY BELT IN THE EVENT OF AN ACCIDENT.,DEALERS WILL INSTALL A REINFORCEMENT PLATE ON THE REAR OUTBOARD SEAT BELT ASSEMBLY ANCHORAGES INVOLVED IN THIS CAMPAIGN. -03/05/1996,96V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V044000),"General Motors, LLC",GM/INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,15122,"THESE VEHICLES WERE ASSEMBLED WITH ONE OR MORE INCORRECT SAFETY BELT AND/OR SAFETY BELT BUCKLE ENDS. THIS DOES NOT CONFORM WITH THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""","CONSEQUENCE OF NON-COMPLIANCE: IF AN INCORRECT PART IS USED, THE BELT MAY NOT LATCH PROPERLY, INCREASING THE RISK OF INJURY TO THE OCCUPANT SHOULD A VEHICLE CRASH OCCUR.",DEALERS WILL INSPECT ALL FRONT AND REAR SAFETY BELT LATCH ENDS AND SAFETY BELT BUCKLES FOR CORRECT PARTS AND REPLACE ANY INCORRECT PARTS. -03/04/1996,96E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E006000),EIS BRAKE PARTS,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,414,THESE BRAKE HOSE ASSEMBLIES HAVE INADEQUATE CRIMPS ATTACHING THE HOSE TO THE HOSE FITTINGS AND COULD CAUSE THE HOSE AND FITTING TO SEPARATE.,"IF THE BRAKE HOSE ASSEMBLY SEPARATES, LOSS OF BRAKING POWER CAN OCCUR INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",THESE BRAKE HOSE ASSEMBLIES WILL BE REPLACED. -03/04/1996,96V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V043000),FREIGHTLINER LLC,FREIGHTLINER/BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,220,THE BOLTS USED TO MOUNT THE BRAKE ASSEMBLIES TO THE AXLES MAY HAVE CRACKS FROM IMPROPER HEAT TREATMENT.,THESE CRACKS COULD CAUSE THE BOLTS TO FAIL ALLOWING THE BRAKE ASSEMBLIES TO SEPARATE FROM THE AXLES INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REMOVE AND REPLACE ALL BRAKE MOUNTING BOLTS. -03/01/1996,96C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96C005000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,11000,THIS CHILD SAFETY SEAT UTILIZES A LATCH ASSEMBLY WHERE A VARIATION IN THE COMPONENTS RESULTED IN THE POTENTIAL FOR A BUCKLE TO RELEASE. THIS DOES NOT CONFORM TO THE DYNAMIC TESTING REQUIREMENTS OF FMVSS NO. 213.,,CENTURY WILL PROVIDE A RETROFIT KIT SO OWNERS CAN EASILY REPLACE THE LATCH ASSEMBLY. -03/01/1996,96V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V041000),INTERNATIONAL TRUCK & ENGINE CORPORATION,NAVISTAR/WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,206,"THE FRONT WHEEL HUB CAN DEVELOP CRACKS AT THE WHEEL MOUNTING STUDS. WHEN MOUNTED TO THE HUB, THE HYDRAULIC BRAKE DISC ROTOR DOES NOT PROPERLY SUPPORT THE HUB AT THE WHEEL STUDS CAUSING EXCESSIVE STRESS AND FATIGUE CRACKS IN THE HUB.","SHOULD SUFFICIENT CRACKS OCCUR, THE MOUNTING FLANGE PORTION OF THE HUB ALONG WITH THE WHEEL COULD SEPARATE FROM THE VEHICLE WITHOUT WARNING. SHOULD THIS OCCUR WHILE THE VEHICLE IS DRIVEN, THE DRIVER COULD LOSE CONTROL OF THE VEHICLE AND/OR THE SEPARATED WHEEL AND HUB COULD STRIKE ANOTHER VEHICLE, PEDESTRIAN OR PROPERTY.","DEALERS WILL INSTALL NEW, REDESIGNED HUBS ON THESE VEHICLES." -02/28/1996,96V024002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V024002),Mazda North American Operations,MAZDA/BRAKES:POWER ASSIST:PRIMARY:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2500,THE STUDS WHICH ATTACH THE BRAKE MASTER CYLINDER TO THE POWER BRAKE VACUUM BOOSTER ASSEMBLY CAN DEVELOP STRESS CORROSION CRACKING AFTER BEING OPERATED FOR AN EXTENDED PERIOD OF TIME IN THE SOUTHERN CALIFORNIA LOCATION.,"IF A CRACK OCCURS, IT COULD RESULT IN ONE OR BOTH STUDS FRACTURING. THE MASTER CYLINDER COULD THEN SEPARATE FROM THE VACUUM BOOSTER, WHEN THE BRAKES ARE APPLIED, PREVENTING THE SERVICE BRAKES FROM FULLY ACTIVATING INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE POWER BRAKE VACUUM BOOSTER ASSEMBLY. -02/26/1996,96E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E003000),Carefree Of Colorado,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,2808,THE AWNING FOR THE SLIDE-OUT ROOM OF RECREATIONAL VEHICLES CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL OF THE VEHICLE.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -02/22/1996,96V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V035000),"General Motors, LLC",GM/POWER TRAIN:TRANSMISSION:5 SPEED AND UP,POWER TRAIN,NR (Not Reported),Vehicle,24906,SOME OF THESE TRUCKS WERE BUILT WITH TRANSMISSIONS CONTAINING PARTS WHICH WERE NOT MACHINED TO GM'S SPECIFICATIONS.,THESE TRANSMISSIONS COULD SEIZE AND LOCK THE REAR DRIVE WHEELS WHILE THE TRUCK IS BEING DRIVEN CAUSING A LOSS OF VEHICLE CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE TRANSMISSION MAIN SHAFT OUTPUT TORQUE USING A SPECIAL TOOL. IF THE OUTPUT TORQUE DOES NOT MEET SPECIFICATIONS, THE TRANSMISSION WILL BE REPLACED." -02/22/1996,96V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V031000),"Nissan North America, Inc.",NISSAN/BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1775,"DUE TO THE THICKNESS OF THE CARPET PADDING ON THE TRANSMISSION TUNNEL, THE SPACE BETWEEN THE BRAKE PEDAL AND THE TRANSMISSION TUNNEL COULD CATCH A DRIVER'S RIGHT FOOT UNDER THE BRAKE PEDAL.","THIS CONDITION COULD INHIBIT A DRIVER FROM APPLYING THE BRAKES, INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REMOVE THE CARPET PADDING ON THE TRANSMISSION TUNNEL ADJACENT TO THE ACCELERATOR PEDAL. -02/22/1996,96V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V034000),"Nissan North America, Inc.",NISSAN/STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1775,"DUE TO THE TYPE OF LUBRICANT USED IN THE STEERING TRANSFER GEAR ASSEMBLY, THE EFFORT REQUIRED TO TURN THE STEERING WHEEL AT LOW AMBIENT TEMPERATURES (LESS THAN -30 C) COULD INCREASE TO THE POINT WHERE SOME DRIVERS WOULD HAVE DIFFICULTY IN TURNING THE WHEEL.","THIS CONDITION COULD RESULT IN THE INABILITY TO CHANGE THE DIRECTION OF THE VEHICLE WHILE ATTEMPTING TO TURN THE WHEEL, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS ARE REPLACING THE STEERING TRANSFER GEAR ASSEMBLY WITH A NEW ASSEMBLY HAVING DIFFERENT LUBRICANT. -02/22/1996,96V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V038000),Volvo Trucks North America,VOLVO TRUCK/STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1303,"VEHICLE DESCRIPTION: HEAVY DUTY CLASS 8 VEHICLES BUILT WITH A VOLVO 5.7 (12,500 LBS) FRONT STEERING AXLE. DUE TO HYDROGEN EMBRITTLEMENT, THE FRONT STEERING AXLE KING PINS COULD HAVE BROKEN DURING ASSEMBLY. CONTINUED OPERATION OF A VEHICLE WITH A BROKEN KING PIN COULD ALLOW THE PIN TO WORK LOOSE.",THIS CONDITION CAN CAUSE ERRATIC STEERING RESULTING IN LOSS OF STEERING CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE VEHICLES FOR A BROKEN KING PIN AND REPLACE THE KING PINS IF BROKEN. -02/21/1996,96V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V036000),ITASCA MOTORHOME,WINNEBAGO/EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,424,THE AWNING ATTACHED FOR THE SLIDE-OUT ROOM CAN UNFURL OR UNROLL DURING TRANSIT CAUSING THE BRACKET TO RIP FREE OF THE SIDEWALL.,THE AWNING COULD BREAK LOOSE WHILE THE VEHICLE IS IN MOTION RESULTING IN A VEHICLE ACCIDENT AND PERSONAL INJURY.,"CAREFREE OF COLORADO IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL INSTALL ARM LOCKS, ANTI-BILLOW STUDS AND BRACKETS AS WELL AS WIND DEFLECTORS ON THESE AWNINGS." -02/20/1996,96V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V037000),Toyota Motor Corporation,TOYOTA/LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,756,"THE PLASTIC MATERIAL OF THE BULB HOLDERS OF THE REAR TAIL LIGHT ASSEMBLY DOES NOT HAVE SUFFICIENT HEAT RESISTANCE. WHEN THE BULB IS ILLUMINATED, THE RESULTING HIGH TEMPERATURE CAN CAUSE THE BULB HOLDER TO DEFORM.","AS THE BULB HOLDER DEFORMS, THE BULB CAN LOSE ELECTRICAL CONTACT, RESULTING IN AN INOPERATIVE LAMP, INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL INSPECT THE REAR COMBINATION LAMP BULB HOLDER TO SEE IF IT IS THE DEFECTIVE MATERIAL. THE DEFECTIVE BULB HOLDER TOGETHER WITH THE WIRING HARNESS WILL BE REPLACED WITH A CORRECT BULB HOLDER AND HARNESS. -02/12/1996,96V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V029000),"General Motors, LLC",GM/ROOF,STRUCTURE,NR (Not Reported),Vehicle,691,SOME OF THE WELDS BETWEEN THE ROOF AND ROOF SIDE INTERNAL REINFORCEMENT PANELS DO NOT MEET THE MANUFACTURER'S SPECIFICATIONS.,"IN A CRASH, THERE IS A POSSIBILITY OF A PARTIAL SEPARATION OF THE ROOF PANEL FLANGE SIDES, EXPOSING AN OCCUPANT TO AN INCREASED RISK OF INJURY.",DEALERS WILL REINFORCE THE ROOF FLANGE WITH STRUCTURAL FASTENERS. -02/12/1996,96V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V032000),Volvo Trucks North America,VOLVO TRUCK/SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,6034,"THE REAR SUSPENSION AXLE RETENTION PLATE CAN BREAK UNDER NORMAL USE, AFFECTING AXLE ALIGNMENT.",THIS CONDITION COULD RESULT IN LOSS OF REAR AXLE STABILITY AFFECTING VEHICLE DIRECTIONAL CONTROL AND INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL REMOVE AND REPLACE THE AXLE RETENTION CLIP PLATES ON AFFECTED VEHICLES. -02/12/1996,96V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V033000),"Yamaha Motor Corporation, USA",YAMAHA/SUSPENSION:MOTORCYCLE REAR,SUSPENSION,NR (Not Reported),Vehicle,4348,THE DAMPER SHAFT OF THE REAR SHOCK CAN BEND OR BREAK.,THE SHAFT COULD FRACTURE WITHOUT WARNING CAUSING A LOSS OF CONTROL RESULTING IN A VEHICLE CRASH.,DEALERS WILL INSTALL A NEW STYLE SHOCK ABSORBER ASSEMBLY KIT. -02/06/1996,96V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V025000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/THROTTLE LINKAGES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,490,THE THROTTLE RETURN SPRINGS CAN FAIL.,"IF BOTH SPRINGS FAIL, THE ENGINE IS NOT LIKELY TO RETURN TO IDLE WHEN THE ACCELERATOR IS RELEASED, CAUSING LOSS OF VEHICLE SPEED CONTROL AND SUDDENLY INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","REPLACEMENT THROTTLE RETURN SPRINGS WILL BE MAILED DIRECTLY TO OWNERS. IF THE OWNERS PREFER, THEIR DEALERS CAN INSTALL THE SPRINGS FOR THEM." -02/05/1996,96V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V027000),"Chrysler (FCA US, LLC)",CHRYSLER/CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,2500,"THE INVOLVED VEHICLES HAVE TIRE/WHEEL SPECIFICATION INFORMATION ON THE VEHICLE CERTIFICATION LABEL WHICH INDICATES A SMALLER SIZE TIRE THAN REQUIRED. THIS DOES NOT COMPLY WITH LABEL REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","CONSEQUENCE OF NON-COMPLIANCE: THE SMALLER TIRES WOULD NOT HAVE SUFFICIENT LOAD CAPACITY FOR THE VEHICLES SPECIFIED GROSS WEIGHT RATING, INCREASING THE POTENTIAL FOR A PREMATURE TIRE FAILURE AND AN ACCIDENT.","OWNERS WILL BE MAILED AN OVERLAY LABEL WITH THE CORRECT TIRE/WHEEL CERTIFICATION INFORMATION AND INSTRUCTIONS FOR INSTALLING THE LABEL ON THEIR VEHICLES. IF OWNERS PREFER, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -02/05/1996,96V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V026000),"Chrysler (FCA US, LLC)",CHRYSLER/ELECT.WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15000,AN ENGINE WIRING HARNESS CAN SHORT CIRCUIT DUE TO CONTACT WITH THE EXHAUST GAS RECIRCULATION TUBE..,"SHORTING OF THE WIRING HARNESS CAN CAUSE VARIOUS ELECTRICAL MALFUNCTIONS, INCLUDING ENGINE STALLING.",DEALERS WILL REROUTE THE ENGINE WIRING HARNESS PROPERLY AND ANY WIRE THAT HAS BEEN DAMAGED WILL BE REPLACED. -02/05/1996,96V024001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V024001),Ford Motor Company,FORD/BRAKES:POWER ASSIST:PRIMARY:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,108000,THE STUDS WHICH ATTACH THE BRAKE MASTER CYLINDER TO THE POWER BRAKE VACUUM BOOSTER ASSEMBLY CAN DEVELOP STRESS CORROSION CRACKING AFTER BEING OPERATED FOR AN EXTENDED PERIOD OF TIME IN THE SOUTHERN CALIFORNIA LOCATION.,"IF A CRACK OCCURS, IT COULD RESULT IN ONE OR BOTH STUDS FRACTURING. THE MASTER CYLINDER COULD THEN SEPARATE FROM THE VACUUM BOOSTER, WHEN THE BRAKES ARE APPLIED, PREVENTING THE SERVICE BRAKES FROM ACTIVATING INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE POWER BRAKE VACUUM BOOSTER ASSEMBLY. -02/05/1996,96V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V030000),Honda (American Honda Motor Co.),HONDA/EQUIPMENT:OWNERS MANUAL INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,3308,CERTAIN MOTORCYCLES WERE SUPPLIED WITH AN OWNER'S MANUAL CONTAINING AN IMPROPER PROCEDURE FOR REPLACING THE FRONT WHEEL.,FOLLOWING THE IMPROPER PROCEDURE COULD LEAD TO A TEMPORARY REDUCTION OF BRAKING EFFICIENCY.,AN ADHESIVE-BACKED PAGE FOR THE OWNER'S MANUAL WILL BE DISTRIBUTED TO OWNERS. -01/31/1996,95I007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I007000),Ford Motor Company,FORD/STRUCTURE:HATCHBACK HYDRAULIC CYLINDER,STRUCTURE,NR (Not Reported),Vehicle,1029380,"VEHICLE DESCRIPTION: MULTI-PURPOSE PASSENGER VEHICLES. THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE CAMPAIGN WILL REINFORCE THE BRACKET ATTACHMENTS OF THE REAR LIFTGATE GAS ASSIST CYLINDERS WHICH COULD PULL AWAY FROM THE INSIDE OF THE LIFTGATE.","IF A BRACKET AND GAS ASSIST CYLINDER WERE TO DETACH COMPLETELY FROM THE LIFTGATE AND NO LONGER BEAR AGAINST THE LIFTGATE AS INTENDED, THE REMAINING ASSIST CYLINDER WOULD NOT HOLD THE LIFTGATE IN AN OPEN POSITION. PERSONAL INJURY COULD OCCUR.",FORD DEALERS WILL REINFORCE THE BRACKET ATTACHMENTS. -01/31/1996,96V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V020000),"General Motors, LLC",GM/SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,154214,THE REAR LOWER CONTROL ARM CAN CRACK AT THE REAR STABILIZER BAR ATTACHMENT.,THIS CONDITION CAN BE AGGRAVATED BY THE SEVERE DUTY CYCLE OF THESE VEHICLES AND EVENTUALLY CAUSE THE LOWER CONTROL ARM TO FRACTURE COMPLETELY CAUSING A LOSS OF VEHICLE CONTROL WITHOUT PRIOR WARNING.,DEALERS WILL REPLACE BOTH REAR LOWER CONTROL ARMS AND REAR STABILIZER BAR ATTACHMENTS. -01/30/1996,96V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V018000),"General Motors, LLC",GM/LOWER CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,102403,DEFECTIVE LOWER CONTROL ARM BALL JOINT ATTACHMENT NUTS WERE NOT PROPERLY TORQUED AND CAN LOOSEN.,"THE LOWER CONTROL ARM BALL JOINT CAN LOOSEN, FATIGUE, AND SEPARATE FROM THE FRONT SUSPENSION KNUCKLE RESULTING IN A LOSS OF VEHICLE CONTROL.","DEALERS WILL INSPECT BOTH FRONT LOWER CONTROL ARM BALL JOINT ATTACHMENT NUTS FOR PROPER TORQUE. IF THE BALL JOINT HAS LOOSENED, BOTH THE BALL JOINT AND THE KNUCKLE WILL BE REPLACED." -01/30/1996,96V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V019000),"General Motors, LLC",GM/LOWER CONTROL ARM/PUERTO RICO ONLY,SUSPENSION,NR (Not Reported),Vehicle,308,DEFECTIVE LOWER CONTROL ARM BALL JOINT ATTACHMENT NUTS WERE NOT PROPERLY TORQUED AND CAN LOOSEN.,"IF THE LOWER CONTROL ARM BALL JOINT LOOSENS, FATIGUES AND SEPARATES FROM THE FRONT SUSPENSION KNUCKLE, IT COULD CAUSE LOSS OF VEHICLE CONTROL.","DEALERS WILL INSPECT BOTH FRONT LOWER CONTROL ARM BALL JOINT ATTACHMENT NUTS FOR PROPER TORQUE. IF THE BALL JOINT HAS LOOSENED FROM THE KNUCKLE, BOTH THE BALL JOINT AND THE KNUCKLE WILL BE REPLACED." -01/29/1996,96V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V021000),"THOMAS BUILT BUSES, INC.",THOMAS BUILT/BRAKES:AIR:CHAMBER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,730,CONTACT BETWEEN THE BRAKE CHAMBER AND THE SUSPENSION BEAM CAN RESULT IN DAMAGE TO THE BRAKE CHAMBER CLAMP BAND.,"IF THE DAMAGE TO THE CLAMP BAND RESULTED IN BAND BREAKAGE, THE CHAMBER COULD COME APART RESULTING IN LOSS OF THE SERVICE BRAKES. THE EMERGENCY BRAKES WOULD AUTOMATICALLY APPLY.","DEALERS WILL INSPECT THE BRAKE CHAMBER FOR SIGN OF CONTACT. IF CONTACT IS INDICATED, THE BRAKE CAM SHAFT AND CHAMBER SUPPORT BRACKET WILL BE REPLACED, ELIMINATING THE POSSIBLITY OF CONTACT BETWEEN THE BRAKE CHAMBER AND THE SUSPENSION BEAM." -01/29/1996,96V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V017000),"Volkswagen Group of America, Inc.",VW/ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,24000,DEFECTIVE IGNITION SWITCHES WERE IMPROPERLY MANUFACTURED AND CAN CAUSE SOME ELECTRICAL ACCESSORIES TO MALFUNCTION.,"SOME ELECTRICAL ACCESSORIES, SUCH AS, TURN SIGNALS, WINDSHIELD WIPERS, LAMPS, POWER WIND0WS AND AIR CONDITIONERS CAN MALFUNCTION WHEN THE CAR IS STARTED.",DEALERS WILL REPLACE THE IGNITION SWITCH. -01/25/1996,96V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V016000),Ford Motor Company,FORD/BRAKES:HYDRAULIC:SWITCH:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76500,"THE BRAKE SYSTEM FLUID LEVEL INDICATOR LAMP SWITCH CAN MALFUNCTION. THIS DOES NOT COMPLY WITH FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE SWITCH MALFUNTIONS, THE BRAKE SYSTEM WARNING LAMP WILL EITHER REMAIN ILLUMINATED CONTINUOUSLY OR FAIL TO LIGHT AS INTENDED WHEN THE FLUID LEVEL FALLS TO A CERTAIN LEVEL. IN EITHER CASE, THE VEHICLE OPERATOR WOULD NOT BE WARNED OF A LOW BRAKE FLUID LEVEL CONDITION.",DEALERS WILL REPLACE THE BRAKE SYSTEM FLUID LEVEL INDICATOR LAMP SWITCHES. -01/23/1996,96V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V011000),Blue Bird Body Company,BLUE BIRD/FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,307,THE WRONG CIRCUIT BREAKER WAS INSTALLED IN THE ELECTRICAL PANEL WHICH COULD CAUSE AN INTERRUPTION OF THE 8-LIGHT WARNING SYSTEM.,THE 8-LIGHT WARNING SYSTEM WOULD STOP FUNCTIONING WHILE DISCHARGING PASSENGERS INCREASING THE RISK OF A VEHICLE ACCIDENT OR AN EXITING PASSENGER BEING STRUCK BY AN ONCOMING VEHICLE.,OWNERS WILL BE NOTIFIED TO CHECK AND REPLACE AS NECESSARY THE CIRCUIT BREAKERS. OWNERS CAN ALSO HAVE THESE CIRCUIT BREAKERS CHECKED AND REPLACED AT AN AUTHORIZED DEALER. -01/23/1996,96V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V012000),Blue Bird Body Company,BLUE BIRD/HANDRAILS,STRUCTURE,NR (Not Reported),Vehicle,327,"THESE BUSES ARE EQUIPPED WITH AN ENTRANCE DOOR HANDRAIL OFF SET BRACE ATTACHED TO THE INTERIOR WALL AND THE HANDRAIL. THE ATTACHMENT POINT AT THE WALL IS INCORRECTLY POSITIONED PERMITTING THE ENTRAPMENT OF THE ""CONNECTICUT NUT/STRING TEST DEVICE"" BETWEEN THE UPPER EDGE OF THE BRACE AND THE LOWER EDGE OF THE SEAT LEDGE. PASSENGER'S CLOTHING COULD UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT THE BUS DOORS WHEN EXITING THE BUS.","WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL INSPECT AND RELOCATE THE BRACKET AS NECESSARY. OWNERS CAN INSPECT AND RELOCATE THE BRACKET IS SO DESIRED. -01/23/1996,96V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V009000),Ford Motor Company,FORD/LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,40000,"A DEFECTIVE CONTROL MODULE IN THE ""AUTOLAMP"" SYSTEM CAN MALFUNCTION. IF THE ""AUTOLAMP"" SYSTEM IS BEING USED TO ACTIVATE THE EXTERIOR LIGHT (INCLUDING HEADLAMPS), THE HEADLAMPS COULD SHUT OFF WITHOUT WARNING. THIS WILL NOT OCCUR IF THE EXTERIOR LIGHTING IS TURNED ON MANUALLY BY THE HEADLIGHT SWITCH.","IF THE HEADLAMPS SHUT OFF WHILE THE VEHICLE IS DRIVEN, DRIVER VISIBILITY WOULD BE IMPAIRED INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL REPLACE THE ""AUTOLAMP"" CONTROL MODULE. OWNERS ARE INSTRUCTED TO USE THE MANUAL HEADLAMP SWITCH UNTIL THE CONTROL MODULE CAN BE REPLACED." -01/23/1996,96I001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96I001000),"General Motors, LLC",GM/COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,417000,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THESE VEHICLES WERE BUILT WITH INSUFFICIENT RETENTION OF THE HORN PAD.","THE HORN PAD CAN SEPARATE FROM THE STEERING WHEEL FALLING BETWEEN THE STEERING WHEEL SPOKES. THE HORN PAD COULD BECOME JAMMED BETWEEN THE STEERING WHEEL SPOKES AND THE TURN SIGNAL LEVER, RESULTING IN DAMAGE TO THE TURN SIGNAL LEVER, HORN PAD, AND HORN WIRING.","DEALERS WILL MODIFY THE HORN PAD RETENTION CLIPS, INSTALL HORN PAD RETENTION BRACKETS TO THE STEERING WHEEL, REINSTALL THE HORN PAD AND ASSURE THAT THE HORN PAD IS PROPERLY RETAINED." -01/23/1996,96V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V015000),"General Motors, LLC",GM/TRANSMISSION:AUTOMATIC:COOLING UNIT,POWER TRAIN,NR (Not Reported),Vehicle,585182,VEHICLE DESCRIPTION: PASSENGER VEHICLES MANUFACTURED FROM AUGUST 1991 THROUGH JULY 1995. THE TRANSMISSION OIL COOLER LINE CAN SEPARATE WHEN THE VEHICLE IS OPERATED IN LOW TEMPERATURES IN COMBINATION WITH HIGH TRANSMISSION LOADS.,VEHICLE FIRES CAN OCCUR DUE TO THE SPILLAGE OF TRANSMISSION FLUID.,DEALERS WILL REPLACE THE TRANSMISSION OIL COOLER LINES. -01/23/1996,96V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V008000),"SAAB CARS USA, INC.",SAAB/STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,8988,THE STEERING COLUMN SHAFT WAS INCORRECTLY INSTALLED IN THE VEHICLE CAUSING THE COLUMN TO BE OUT OF ALIGNMENT.,"IF MISALIGNED, AN ALUMINUM CONNECTING PIECE CAN FAIL DUE TO FATIGUE, RESULTING IN A LOSS OF STEERING CONTROL AND AN ACCIDENT.","DEALERS WILL INSPECT THE STEERING COLUMN ALIGNMENT TO ENSURE THAT NO MISALIGNMENT EXISTS. IF A MISALIGNMENT IS FOUND, THE DEALER WILL REPLACE THE STEERING COLUMN ASSEMBLY AS A UNIT." -01/23/1996,96V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V014000),Shyft Group,SPARTAN/STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,358,"INTERMITTENT DISRUPTION OF THE FUNCTIONS CONTROLLED BY THE STEERING WHEEL CENTER TOUCH PAD CAN OCCUR CAUSED BY ELECTRICAL SHORTAGE INSIDE THE STEERING WHEEL ASSEMBLY. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 104, ""WINDHSIELD WIPING AND WASHING SYSTEMS;"" AND NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.""","CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN CAUSE IMPROPER OPERATION OF THE FUNCTIONS CONTROLLED BY THE TOUCH PAD. THE FUNCTION (1) FAILS TO OPERATE; (2) OPERATES INTERMITTENTLY; OR (3) OPERATES UNEXPECTEDLY, I.E. A FUNCTION COMES ON WITHOUT BEING SWITCHED ON. ANY OF THESE COULD DISTRACT A DRIVER INCREASING THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPAIR THE STEERING WHEEL CENTER CONTROL ASSEMBLIES TO ELIMINATE THE ELECTRICAL SHORTING. -01/17/1996,96V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V013000),"Ferrari North America, Inc.",FERRARI/STEERING:GEAR:RACK,STEERING,NR (Not Reported),Vehicle,88,DEFECTIVE LEFT STEERING RACK MOUNTING SUPPORTS WERE IMPROPERLY HEAT TREATED RESULTING IN THE POSSIBLE FRACTURING OF THE SUPPORT.,"IF THE STEERING RACK FRACTURES, LOSS OF VEHICLE CONTROL CAN OCCUR INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE LEFT STEERING RACK MOUNTING SUPPORT WITH A NEW SUPPORT WHICH HAS BEEN PROPERLY HEAT TREATED. -01/16/1996,96V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V002000),"Chrysler (FCA US, LLC)",CHRYSLER/FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,265000,A STATIC ELECTRIC CHARGE CAN BUILD UP ON THE UNGROUNDED METAL SECTION OF THE FUEL FILLER TUBE.,THIS CONDITION COULD CAUSE A SPARK TO OCCUR WHEN FUELING THE VEHICLE AND POSSIBLY IGNITE THE FUEL VAPORS.,DEALERS WILL INSTALL A GROUND STRAP FOR THE FUEL FILLER TUBE. -01/16/1996,96V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V007000),Ford Motor Company,FORD/AIR CONDITIONER:CLIMATE CONTROL MODULE,EQUIPMENT,NR (Not Reported),Vehicle,10600,"UNDER CERTAIN CONDITIONS, THE CLIMATE CONTROL BLOWER DOES NOT OPERATE AS INTENDED. THE BLOWER COULD (1) STICK ON ""HIGH;"" (2) OPERATE ERRATICALLY WITH BLOWER OUTPUT VARYING BETWEEN NO BLOWER AND MAXIMUM BLOWER; OR (3) NOT OPERATE AT ALL DUE TO MALFUNCTION OF THE TEMPERATURE CONTROL MODULE.",BLOWER MALFUNCTIONS LIMITING OR STOPPING OUTPUT CAN ADVERSELY AFFECT WINDSHIELD DEFROSTING AND DEFOGGING PERFORMANCE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE SEMI-AUTOMATIC TEMPERATURE CONTROL MODULES WITH MODULES CONTAINING REVISED SOFTWARE. -01/16/1996,96V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V005000),"General Motors, LLC",GM/ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,108,THE ENGINE COOLING FAN ASSEMBLIES CAN BREAK FROM FATIGUE CAUSED BY ENGINE AND/OR VEHICLE INDUCED STRESSES.,"IF THIS OCCURS WHILE THE HOOD OR ENGINE COMPARTMENT WAS OPEN, A PERSON IN THE VICINITY OF THE ENGINE COULD BE STRUCK BY A FAN SEGMENT AND INJURED.",DEALERS WILL REPLACE THE EXISTING ENGINE COOLING FAN WITH A NEWLY RELEASED FAN ASSEMBLY HAVING RIVETS WITH LARGER HEADS. -01/15/1996,96V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V010000),"Mercedes-Benz USA, LLC",MERCEDES/STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,44114,"IN A MINOR FRONTAL IMPACT, IT IS POSSIBLE FOR THE HOOD LATCH HOOK TO BE DAMAGED AND NOT FUNCTION PROPERLY AS A SECONDARY SAFETY CATCH. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 113, ""HOOD LATCH SYSTEMS.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE HOOD IS DAMAGED AND THE HOOD IS NOT FULLY LATCHED, THE HOOD COULD FLY UP SUDDENLY WHILE THE VEHICLE IS DRIVEN. THIS CONDITION CAN REDUCE THE DRIVER'S VIEW OF THE ROAD INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE HOOD LATCH SECONDARY HOOK. -01/11/1996,96V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V006000),"Chrysler (FCA US, LLC)",CHRYSLER/ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,40000,"IN CERTAIN VEHICLES, THE ENGINE CYLINDER HEAD OIL GALLEY PLUG DOES NOT SEAL PROPERLY AND ENGINE CYLINDER HEAD OIL IS NOT ADEQUATELY RETAINED.",INADEQUATE SEALING AND RETENTION OF THE PLUG CAN RESULT IN OIL LEAKAGE WHICH COULD CAUSE A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL INSTALL AN EXPANSION PLUG AND RETAINING BRACKET OVER THE CYLINDER HEAD OIL GALLEY PLUG. -01/05/1996,96V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V028000),"PEUGEOT, INC.",PEUGEOT/FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3561,THE CORROSION PROTECTION OF THE FUEL TANK MOUNTING DETERIORATES ALLOWING WATER AND FOREIGN MATERIAL TO CORRODE THE TANK MOUNTING FLANGE DIRECTLY.,"OVER AN EXTENDED PERIOD OF TIME, THIS CORRISON CAN WEAKEN THE FLANGE CAUSING IT TO BREAK ALLOWING THE FUEL TANK TO DROP AND CONTACT THE SURFACE OF THE GROUND. THE TANK COULD THEN RUPTURE AND RESULT IN A VEHICLE FIRE.",DEALERS WILL REPLACE THE FUEL TANK MOUNTING FLANGE CRADLE. -01/05/1996,96V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V022000),"WESTERN STAR TRUCKS, INC.",WESTERN STAR/MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21,THESE HEAVY TRUCKS WERE EQUIPPED WITH EXHAUST MUFFLERS WITHOUT HEAT SHIELDING.,SOMEONE WORKING BEHIND THE CAB COULD CONTACT THE HOT MUFFLER CAUSING PERSONAL INJURY. ALSO SOME OF THESE VEHICLES WERE EQUIPPED WITH DECK PLATES WITH NO GRAB HANDLES FOR ACCESS.,"DEALERS WILL INSTALL MUFFLER SHIELDS AND, WHERE NECESSARY, GRAB HANDLES." -01/03/1996,96E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96E001000),"ROSTRA PRECISION CONTROLS, INC.",ROSTRA/FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,5145,THESE CRUISE CONTROL SYSTEMS FAIL TO HOLD THE SPEED SET BY THE DRIVER AND CAN ACCELERATE ABOVE THE INTENDED SET SPEED.,UNINTENDED ACCELERATION CAN INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THESE CRUISE CONTROL ASSEMBLIES. -01/02/1996,96C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96C002000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,10423,"DUE TO A PRINTING ERROR, THE FOLD-OUT INSTRUCTION PAMPHLET PROVIDING INFORMATION ON TODDLER USE WAS INCORRECTLY LABELED FOR INFANT USE.",,A NEW PAMPHLET WILL BE SENT TO CONSUMERS. -01/02/1996,96V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V004000),"General Motors, LLC",GM/STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,3047,THE STEERING COLUMN UPPER INTERMEDIATE-SHAFT NUT MAY NOT BE TORQUED TO PROPER SPECIFICATIONS. THE NUT COULD LOOSEN AND DETACH ALLOWING THE THROUGH-BOLT THAT SECURES THE UPPER INTERMEDIATE-SHAFT TO THE LOWER STEERING COLUMN SHAFT JOINT TO FALL OUT.,"THIS LOOSE ENGAGEMENT CAN PROVIDE NOTICEABLE NOISE AND ABNORMAL STEERING FEELING TO THE DRIVER AND, IF LEFT UNATTENDED, THE STEERING SHAFTS CAN SEPARATE RESULTING IN A LOSS OF STEERING CONTROL.",DEALERS WILL TORQUE THE SUSPECT FASTENERS TO THE PROPER SPECIFICATIONS. -01/02/1996,96V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V003000),"General Motors, LLC",GM/TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,28068,"THE INSTRUMENT PANEL CLUSTER TRIM PLATE/BEZEL CAN SAG AND COVER THE LIGHT EMITTING DIODE PORTION (LIGHTED POINTED ABOVE PANEL) OF THE TRANSAXLE SHIFT INDICATOR DISPLAY. THIS DOES NOT COMPLY WITH FMVSS NO. 101, ""CONTROL LOCATION, IDENTIFICATION, AND ILLUMINATION.""","CONSEQUENCE OF NON-COMPLIANCE: THE DRIVER OF THE VEHICLE WOULD NOT BE ABLE TO SEE THE ACTUAL POSITION OF THE TRANSAXLE GEAR SELECTOR RESULTING IN A DRIVER EITHER INADVERTENTLY LEAVING A PARKED OR IDLING VEHICLE IN DRIVE, REVERSE, OR NEUTRAL RATHER THAN PARK, OR SELECTING AN INCORRECT TRANSAXLE SHIFT POSITION WHILE DRIVING THE VEHICLE.",DEALERS ARE TO INSTALL A NEW INSTRUMENT PANEL CLUSTER TRIM PLATE/BEZEL ASSEMBLY WHICH IS NOT SUBJECT TO THIS CONDITION. -01/01/1996,96V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96V023000),Blue Bird Body Company,BLUE BIRD/MANUAL WINDOW CRANKS (8/82),VISIBILITY,NR (Not Reported),Vehicle,117,"THESE VEHICLES COULD HAVE A LATCH WHICH SCRAPES AN ALUMINUM TRIM PIECE INCREASING THE FORCE REQUIRED TO OPEN. THIS DOES NOT COMPLY WITH FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","CONSEQUENCE OF NON-COMPLIANCE: IN THE CASE OF AN EMERGENCY, AN OCCUPANT MAY NOT BE ABLE TO OPEN THE WINDOW TO USE AS AN EMERGENCY EXIT.",DEALERS WILL INSTALL A NEW CAM LOCK PLATE. -01/01/1996,96I004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96I004000),"Chrysler (FCA US, LLC)",CHRYSLER/REAR SEAT BELT BUCKLE ASSEMBLY,SEAT BELTS,NR (Not Reported),Vehicle,224642,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE CENTER REAR SEAT BELT BUCKLE MAY NOT BE ACCESSIBLE WHEN THE RIGHT (PASSENGER) SIDE OF THE REAR SEAT BACK IS FOLDED DOWN IN THE CARGO STOWAGE POSITION.","IN THE EVENT OF A COLLISION, THE OCCUPANT OF THE CENTER REAR SEAT MAY NOT BE PROPERLY RESTRAINED AND PERSONAL INJURY COULD OCCUR.",DEALERS WILL REPLACE THE SEAT BELT BUCKLE ASSEMBLY. -01/01/1996,96I005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=96I005000),"General Motors, LLC",GM/AUTO TRANSM. COOLER LINES,POWER TRAIN,NR (Not Reported),Vehicle,5220,"THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE TRANSMISSION OIL COOLER HOSE ASSEMBY CAN RUPTURE.",THIS CAN RESULT IN LOSS OF SUFFICIENT TRANSMISSION FLUID TO CAUSE THE TRANSMISSION TO STOP TRANSMITTING POWER TO THE REAR WHEELS AND COULD ALSO CAUSE SEVERE TRANSMISSION DAMAGE.,DEALERS WILL REPLACE THE SUSPECT TRANSMISSION OIL COOLER HOSES WITH PARTS THAT MEET SPECIFICATIONS. -12/28/1995,95V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V248000),"Porsche Cars North America, Inc.",ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,30,THE INSIDE PIPES OF THE HEAT EXCHANGERS MIGHT BE SUBJECT TO CRACKING.,"WITH THE HEATER SWITCHED ON, EXHAUST FUMES FROM THE HEAT EXCHANGER COULD ENTER THE PASSENGER COMPARTMENT. ENTRY OF EXHAUST FUMES INTO THE PASSENGER COMPARTMENT COULD, IN EXTREME CASES, CAUSE ASPHYXIATION AND/OR LOSS OF VEHICLE CONTROL.",DEALERS WILL REPLACE THE HEAT EXCHANGER IN THESE VEHICLES. -12/28/1995,95V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V247000),"Porsche Cars North America, Inc.",EXHAUST SYSTEM:TAIL PIPE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,91,THE COVER SLEEVES ON THE EXHAUST TAILPIPES HAVE BEEN SECURED WITH ONLY TWO INSTEAD OF FOUR WELDING SPOTS.,THE COVER COULD LOOSEN DURING DRIVING AND DETACH CAUSING A ROAD HAZARD FOR OTHER DRIVERS AND/OR NEARBY PEDESTRIANS.,"DEALERS WILL INSPECT THE TAILPIPES AND, IF NECESSARY, REPLACE THEM WITH TAILPIPES ON WHICH THE COVER SLEEVE HAS BEEN SECURED WITH FOUR WELDING SPOTS." -12/28/1995,95V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V243000),"General Motors, LLC",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,623,CERTAIN TRUCKS HAVE FUEL RAIL ASSEMBLIES WITH AN IMPROPERLY CRIMPED END RETAINER CLIP THAT RESULTS IN A FUEL LEAK.,"IF FUEL LEAKAGE OCCURS AND AN IGNITION SOURCE IS PRESENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.",DEALERS WILL INSPECT THE FUEL RAIL ASSEMBLY AND REPLACE ANY FUEL RAIL ASSEMBLY WITH A JULIAN DATE CODE OF 95318 THROUGH 95338. -12/22/1995,95V249003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249003),Utility Trailer Manufacturing Company,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,5,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -12/21/1995,95V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V246000),"General Motors, LLC",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,675661,"THE SEAT RECLINER TO SEAT FRAME ATTACHING BOLTS ON THESE VEHICLE COULD LOOSEN, FATIGUE AND FRACTURE, ALLOWING THE SEAT BACK TO SUDDENLY RECLINE.","IF THIS WERE TO OCCUR TO THE DRIVER'S SEAT, THIS COULD RESULT IN A SUDDEN LOSS OF VEHICLE CONTROL INCREASING THE RISK OF A VEHICLE ACCIDENT.","DEALERS WILL REMOVE ALL FOAM AND/OR FABRIC SANDWICHED BETWEEN THE RECLINER ASSEMBLY AND THE SEAT FRAME, INSTALL WASHERS BETWEEN THE SEAT RECLINER AND THE SEAT FRAME AT EACH ATTACHMENT POINT, AND INSTALL NEW ATTACHING BOLTS TORQUED TO A HIGHER SPECIFICATION. THESE CORRECTIONS WILL BE MADE TO BOTH THE DRIVER'S AND PASSENGER'S SEATS." -12/20/1995,95V231002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V231002),Mazda North American Operations,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2000,"DURING EXTREME COLD, NORTHERN CLIMATE WINTER CONDITIONS, ICE CAN FORM IN THE THROTTLE BODY OF THE ENGINE CAUSING THE THROTTLE PLATE TO REMAIN IN THE HIGHWAY CRUISING POSITION AFTER THE ACCELERATOR IS RELEASED OR THE SPEED CONTROL IS DEACTIVATED.",THE VEHICLE STOPPING DISTANCES CAN BE INCREASED POSSIBLY RESULTING IN AN ACCIDENT.,DEALERS WILL REPLACE THE AIR INTAKE DUCT AND VALVE ASSEMBLY WITH REVISED UNITS. -12/20/1995,95V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V245000),FEATHERLITE TRAILERS,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,1601,IMPROPER WELD PROCEDURES WERE USED TO ATTACH THE TONGUE CHANNEL TO THE TRAILER FRAME.,POSSIBLE SEPARATION OF THE TONGUE FROM THE TRAILER COULD OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL INSTALL FOUR BOLTS TO REINFORCE THE TONGUE CHANNEL WELD TO THE FRAME. -12/15/1995,95E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E043000),Atwood Mobile Products,EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Equipment,126,"A 1/4"" GAS LINE COMING OUT OF THE OUTLET SIDE OF THE OVEN THERMOSTAT MAY HAVE BEEN IMPROPERLY TIGHTENED.",THIS CONDITION WILL ALLOW A GAS LEAK.,DEALERS WILL REPAIR THE LOOSE LINE FITTING BY REPOSITIONING THE LINE WITHIN THE OVEN THERMOSTAT AND TIGHTENING THE LINE FITTING SO THAT GAS LEAKAGE CANNOT OCCUR. -12/15/1995,95V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V244000),"Nissan North America, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,747000,IT IS POSSIBLE FOR A MIXTURE OF MUD AND SALT TO GET TRAPPED BETWEEN THE FUEL FILLER TUBE AND WHEEL HOUSING. THE TRAPPED MUD AND SALT CAN RESULT IN CORROSION OF THE FUEL FILLER TUBE AND THE WHEEL HOUSING.,"SIGNIFICANT CORROSION OF THE FUEL FILLER TUBE MAY RESULT IN FUEL LEAKS WHICH IN THE PRESENCE OF AN IGNITION SOURCE COULD RESULT IN A FIRE. IN ADDITION, THE LEFT REAR SEAT BELT RETRACTOR IS MOUNTED TO THE WHEEL HOUSING AND IN THE EVENT OF SIGNIFICANT CORROSION, AND THE MOUNTING COULD FAIL IN A VEHICLE CRASH.",DEALERS WILL INSPECT THESE VEHICLES AND CORRECTIVE ACTION WILL BE TAKEN DEPENDING UPON THE EXTENT OF THE CORROSION. -12/14/1995,95V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V240000),"COACHMEN INDUSTRIES, INC.",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:POW,SEATS,NR (Not Reported),Vehicle,65,"THE WASHERS USED ON THE DRIVER'S SEATS WITH POWER SEAT ADJUSTMENTS WERE MISSING. ALSO, A SMALL NUMBER OF THE PEDESTALS MAY HAVE SMALL CRACKS IN THE JOINT BETWEEN THE BASE PLATE AND THE TUBE TO WHICH IT IS CONNECTED.","IN THE EVENT OF AN ACCIDENT, THE SEAT MAY NOT RESTRAIN THE OCCUPANT INCREASING THE RISK OF INJURY.","DEALERS WILL ADD WASHERS OR AN INTEGRAL NUT AND WASHER COMBINATION, AND REPLACE THE PEDESTALS WITH A NEW ASSEMBLY." -12/14/1995,95V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V235000),FLXIBLE CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,741,"THESE BUSES HAVE THE HEADLIGHTS AUTOMATICALLY ACTIVATED WHENEVER THE WINDSHIELD WIPERS ARE ACTIVATED. NO OTHER EXTERIOR LIGHTS ARE ACTIVATED BY WINDSHIELD WIPER ACTIVATION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",CONSEQUENCE OF NON-COMPLIANCE: THIS COULD CAUSE A VISIBILITY PROBLEM INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL MODIFY THE ELECTRICAL WIRING TO ACTIVATE ALL EXTERIOR LIGHTS WHENEVER THE WINDSHIELD WIPERS ARE ACTIVATED. -12/13/1995,95V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V239000),"NEW FLYER OF AMERICA, INC.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,373,"THE BRAKE RELEASE TIMING DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: PREMATURE BRAKE WEAR COULD CAUSE INCREASED STOPPING DISTANCES INCREASING THE RISK OF A VEHICLE ACCIDENT.,"OWNERS WILL BE PROVIDED WITH PARTS, INSTRUCTIONS AND ASSISTANCE IN RESTORING THE BRAKE TIMING TO FMVSS 121 REQUIREMENTS." -12/13/1995,95V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V241000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,630099,"IF BOTH THE LAP-BELT AND SHOULDER-BELT ENERGY MANAGEMENT LOOPS ON THE FRONT SEAT BELT ASSEMBLIES RELEASE AT OR NEAR THE SAME TIME, ACCELERATION FORCES CAN CAUSE THE BUCKLE RELEASE MECHANISM TO ACTIVATE AND ALLOW THE BUCKLE TO SEPARATE FROM THE LATCH.","IF THE BUCKLE RELEASED, THE SYSTEM WOULD FAIL TO PROVIDE ADEQUATE OCCUPANT RESTRAINT PROTECTION.",DEALERS WILL REMOVE THE STITCHING THAT CREATES THE ENERGY MANAGEMENT LOOP IN THE SHOULDER BELT(S). -12/13/1995,95V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V242000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,40,"THESE VEHICLES WERE BUILT WITH FRONT SEAT BELT SYSTEMS WITH NO ENERGY MANAGEMENT LOOPS AND MAY NOT MEET THE HEAD INJURY CRITERIA REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF A VEHICLE CRASH, THE OCCUPANTS OF THESE SEATS MAY NOT BE PROPERLY RESTRAINED.",DEALERS WILL REPLACE THE RETRACTOR PORTION OF THE SEAT BELT ASSEMBLY(S) WITH ONE HAVING THE NEWLY DESIGNED ENERGY-MANAGEMENT TWIN-LOOP SYSTEM. -12/12/1995,95V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V237000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12000,THE FASTENERS WHICH SECURE THE GENERATOR CARTRIDGE FUSE TO THE POWER DISTRIBUTION CENTER MAY HAVE AN IMPROPER CLAMP LOAD. IMPROPER CLAMPING CAN RESULT IN ARCING AT THE CONNECTION.,THIS CONDITION CAN POTENTIALLY CAUSE A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL TIGHTEN THE GENERATOR CARTRIDGE FUSE FASTENERS PROPERLY. -12/11/1995,95E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E042000),MOBILE-TECH CORPORATION,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,500,"WHEN POWER IS APPLIED INTERMITTENTLY TO THE RECEIVER PORTION OF THE REMOTE CONTROL, THE RECEIVER CAN LOCK UP IN AN UNKNOWN STATE WHICH MAY SEND A SIGNAL TO THE LIFT TO DEPLOY WITHOUT A COMMAND FROM THE DRIVER.","IF INADVERTENT LIFT DEPLOYMENT HAPPENS WHILE THEVEHICLE IS IN MOTION, A FOUR FOOT PLATFORM PROTRUDES OUT FROM THE PASSENGERSIDE OF THE VEHICLE INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL CHANGE THE WIRING ON THE WHEELCHAIR LIFTS. -12/11/1995,95V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V238000),"BMW of North America, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18000,FUEL SEEPAGE CAN OCCUR BETWEEN A HOSE AND THE METAL FUEL LINE ON EITHER END OF THE HOSE RESULTING IN FUEL ODOR.,FUEL LEAKAGE COULD POTENTIALLY RESULT IN A VEHICLE FIRE.,"DEALERS WILL REPLACE THE TWO FUEL HOSES, FOUR METAL FUEL LINES AND ASSOCIATED CLAMPS." -12/09/1995,95E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E001000),GRANNING AIR SUSPENSIONS,BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,2100,INSIDE COMPONENTS OF THE VALVE FAIL TO WORK PROPERLY DUE TO INSUFFICIENT CLEARANCE BETWEEN THE ACTIVATION PIN AND BUSHING CAUSING THE VALVE TO SEIZE IN THE ACTIVATED POSITION.,THIS CONDITION WILL CAUSE THE TAG AXLE BRAKES TO STAY APPLIED AT ALL TIMES AND CAN RESULT IN A POSSIBLE TIRE FIRE.,"DESIGNATED SERVICE FACILITIES WILL REPLACE THE VALVES WITH NEW, UPDATED VALVES." -12/08/1995,95E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E040000),CASTROL (U.K.) LTD.,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,600,AN INCOMPATIBILITY CAN EXIST BETWEEN THE MINERAL OIL AND THE HYDRAULIC BRAKE SYSTEM OF THESE VEHICLES.,"THE BRAKE PEDAL FEEL CAN VARY, ESPECIALLY FOLLOWING APROLONGED PERIOD OF INACTIVITY AND HIGHER PEDAL PRESSURE MAY BE REQUIRED.THIS CONDITION CAN CAUSE A LOSS OF BRAKING CAPABILITY AND INCREASE THEPOTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL DRAIN THE HYDRAULIC SYSTEM AND REFILL THE SYSTEM WITH NEW MINERAL OIL. THE AFFECTED SPARE BOTTLES WILL ALSO BE REPLACED. -12/08/1995,95V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V236000),"Chrysler (FCA US, LLC)","FUEL: VEHICLE CRASH, CUT OFF SYSTEM (5-94)","FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,80000,THE FUEL TANK ROLLOVER VALVE CAN ALLOW FUEL TO PASS INTO THE VAPOR CANISTER RESULTING IN THE POTENTIAL FOR FUEL LEAKAGE.,FUEL LEAKAGE INCREASES THE POTENTIAL FOR A VEHICLE FIRE.,DEALERS WILL REPLACE THE FUEL TANK FILLER TUBE WITH A FILLER TUBE THAT HAS AN ADDITIONAL ROLLOVER VALVE. THE ASSOCIATED ROLLOVER VALVE VAPOR HOSES WILL BE REROUTED. -12/08/1995,95V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V233000),Volvo Trucks North America,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,120,"THE TILT CAB, WHEN RAISED TO ITS FULLEST UP POSITION, CAN CAUSE THE STEERING SHAFT TO BIND AGAINST THE STEERING GEAR.","IF THE CONTACT IS SEVERE ENOUGH, THE STEERING GEAR INPUT SHAFT COULD CRACK RESULTING IN POTENTIAL FAILURE FOLLOWED BY LOSS OF STEERING CONTROL AND POSSIBLE VEHICLE CRASH.",DEALERS WILL REPLACE THE STEERING SLIP SHAFT AND THE STEERING GEAR. -12/07/1995,95V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V234000),Oshkosh Corporation,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,876,TWO TOP MOUNTING STRAPS SECURE THE FUEL TANK TO THE FRAME. BREAKAGE HAS OCCURRED WHERE THE STRAP BOLTS TO THE FRAME RAIL.,"IF THE STRAP BREAKS, THE FUEL TANK CAN MOVE AND RUB AGAINST THE FLOOR OF THE BODY AND THE FUEL LINES CAN BE DAMAGED.","DEALERS WILL INSTALL A STRONGER STRAP REPLACING THE UPPER STRAP. A FRAME CROSSMEMBER/CHANNEL, DESIGNED TO BOLT ONTO THE FRAME LOWER FLANGES DIRECTLY BEHIND THE FUEL TANK, WILL BE INSTALLED WHEN THE CHASSIS DESIGN DID NOT PLACE A FRAME CROSSMEMBER WITHIN 2"" MEASURED FROM THE REAR OF THE FUEL TANK." -12/06/1995,95C041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95C041000),"COSCO, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,15370,"THESE SEATS DO NOT MEET THE MAXIMUM BACK ANGLE REQUIREMENT OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",,COSCO WILL PROVIDE A RETOFIT KIT TO OWNERS OF THESE SEATS WHICH WILL INCLUDE AN EASY-TO-INSTALL METAL PLATE THAT HOOKS OVER THE BASE OF THE SEAT AND IS SECURELY SNAPPED IN PLACE BY TWO PLASTIC FASTENERS. -12/05/1995,95V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V230000),"Rolls-Royce Motor Cars, Ltd.",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,101,AN INCOMPATIBILITY CAN EXIST BETWEEN THE MINERAL OIL SUPPLIED BY CASTROL AND THE HYDRAULIC BRAKE SYSTEM OF THESE VEHICLES.,"THE BRAKE PEDAL FEEL CAN VARY, ESPECIALLY FOLLOWING A PROLONGED PERIOD OF INACTIVITY AND HIGHER PEDAL PRESSURE MAY BE REQUIRED. THIS CONDITION CAN CAUSE A LOSS OF BRAKING CAPABILITY AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL DRAIN THE HYDRAULIC SYSTEM AND REFILL THE SYSTEM WITH NEW MINERAL OIL. THE AFFECTED SPARE BOTTLES WILL ALSO BE REPLACED. -12/05/1995,95V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V232000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,167784,"THE FUEL TANK FILLER PIPE OPENING REINFORCEMENT, CONSTRUCTED FROM TWO SEPARATELY MOLDED PIECES, CAN LEAK AT THE WELD.",FUEL LEAKAGE CAN RESULT IN A FIRE.,DEALERS WILL REPLACE THE FUEL TANK ASSEMBLIES WITH UNITS CONTAINING ONE-PIECE MOLDED REINFORCEMENTS. -12/05/1995,95V231001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V231001),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,26000,"DURING EXTREME COLD, NORTHERN CLIMATE WINTER CONDITIONS, ICE CAN FORM IN THE THROTTLE BODY OF THE ENGINE CAUSING THE THROTTLE PLATE TO REMAIN IN THE HIGHWAY CRUISING POSITION AFTER THE ACCELERATOR IS RELEASED OR THE SPEED CONTROL IS DEACTIVATED.",THE VEHICLE STOPPING DISTANCES CAN BE INCREASED POSSIBLY RESULTING IN AN ACCIDENT.,DEALERS WILL REPLACE THE AIR INTAKE DUCT AND VALVE ASSEMBLY WITH REVISED UNITS. -12/05/1995,95V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V229000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,12783,"THESE VEHICLES COULD HAVE BEEN PRODUCED WITH AN IMPROPERLY ADJUSTED SECONDARY HOOD LATCH. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 113, ""HOOD LATCH SYSTEM.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE SECONDARY LATCH IS NOT PROPERLY ENGAGED AND THE PRIMARY HOOD LATCH WAS ALSO NOT ENGAGED, THE HOOD LATCH WAS ALSO NOT ENGAGED, THE HOOD COULD OPEN UNEXPECTEDLY. IF THIS WERE TO OCCUR WHILE THE VEHICLE IS IN MOTION, THE HOOD CAN CONTACT THE WINDSHIELD REDUCING THE VISION OF THE DRIVER AND INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL ADJUST THE SECONDARY HOOD LATCH. -12/04/1995,95V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V228000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,229500,"CRACKS HAVE BEEN FOUND IN THE FRONT SAFETY BELT OUTBOARD ANCHOR TABS DUE TO A COMBINATION OF HYDROGEN EMBRITTLEMENT OF THE TAB AND STRESS INTRODUCED DURING ATTACHMENT OF THE ANCHOR TAB TO THE SEAT FRAME. THIS DOES NOT CONFORM WITH THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","CONSEQUENCE OF NON-COMPLIANCE: A FRACTURE OR SEPARATION IN THIS AREA WOULD REDUCE THE LOAD THAT THE ANCHOR AND THE FRONT SAFETY BELT ANCHORAGES COULD SUSTAIN, INCREASING THE RISK OF INJURY IN A VEHICLE COLLISOIN.",DEALERS WILL INSPECT AND INSTALL AN ANCHOR TAB REINFORCEMENT OR REPLACEMENT OF THE COMPLETE FRONT SEAT BELT ASSEMBLY IF AN ANCHOR TAB IS FOUND TO HAVE FRACTURED. -12/02/1995,95V249001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249001),"Trailers by Dorsey, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,50,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OFTHE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -11/30/1995,95V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V226000),HOLIDAY RAMBLER CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,301,"THE FEDERAL CERTIFICATION LABEL OVERSTATES THE GROSS AXLE WEIGHT RATING (GAWR) AS 5,000 LBS. THE CORRECT GAWR IS 4,670 LBS. THIS DOES NOT CONFORM TO FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",CONSEQUENCE OF NON-COMPLIANCE: THE LOAD RATING FOR THE TIRES AND ATIRES PRESSURES DESIGNATED ON THE FEDERAL CERTIFICATION LABEL ARE NOT APPROPRIATE FOR THE INCORRECTLY STATED GAWR. INCORRECT TIRE AND TIRE INFLATIONS CAN RESULT IN TIRE FAILURE AND POSSIBLE VEHICLE ACCIDENT.,"OWNERS WILL BE SENT REPLACEMENT CERTIFICATION LABELS AND INSTRUCTIONS FOR REPLACING THEM. IF THEY PREFER, OWNERS CAN HAVE THEIR DEALERS REPLACE THESE LABELS FOR THEM." -11/30/1995,95V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V224000),"General Motors, LLC",INTERIOR SYSTEMS:INSTRUMENT PANEL ELECTRONIC MESSA,EQUIPMENT,NR (Not Reported),Vehicle,1408,"THE ANALOG INSTRUMENT PANEL CLUSTER ON THESE VEHICLES COULD HAVE AN INTERNAL SHORT CIRCUIT DISRUPTING THE PASS KEY SYSTEM, CAUSING FAILURE OF THE INSTRUMENT PANEL GAUGES AND TELL-TALES, AND A POSSIBLE NO-START CONDITION. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 101, ""CONTROLS AND DISPLAYS;"" NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT;"" AND NO. 208, ""OCCUPANT CRASH PROTECTION.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE SHORT CIRCUIT OCCURS WHILE DRIVING, THE INSTRUMENT PANEL CLUSTER WILL GO BLANK, CAUSING LOSS OF GAUGE FUNCTION AND ALL TEEL-TALE INDICATORS EXCEPT FOR ABS, SIR, PARK BRAKE AND SERVICE ENGINE SOON. THE LOSS OF ALL TELL-TALES FOR SEAT BELTS, TURN SIGNALS, HIGH BEAM, HAZARD, OIL PRESSURE, COOLANT TEMPERATURE, AND OTHERS RESULT IN NONCOMPLIANCE WITH THESE SAFETY STANDARDS.","DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE INSTRUMENT PANEL CLUSTER." -11/30/1995,95V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V227000),UNION CITY BODY COMPANY LLC,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,357,"THESE VEHICLES WERE BUILT WITH INCORRECT FASTENERS ATTACHING THE DRIVER OR PASSENGER SEAT PEDESTAL TO THE FLOOR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THE SEAT PEDAL ATTACHMENTS CAN PULL THROUGH THE FLOOR RESULTING IN THE FAILURE OF THE SEAT INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSTALL THE CORRECT FASTENERS. -11/28/1995,95V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V225000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,20000,THE BOLTS WHICH SECURE THE REAR BENCH SEATS TO THE SEAT RISERS MAY BE EMBRITTLED AND FRACTURE.,"IN CASE OF AN ACCIDENT, THE BOLT MAY FAIL AND CAN CAUSE THE SEAT TO BREAK AWAY FROM THE SEAT RISERS, WHICH INCREASES THE POTENTIALOF INJURY TO ITS OCCUPANTS.",DEALERS WILL REPLACE THE REAR BENCH SEAT TO RISER BOLTS. -11/27/1995,95V249002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V249002),Great Dane Trailers,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,440,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OFTHE SPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -11/27/1995,95T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95T004000),FALKEN TIRE CORPORATION,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,908,"""STANDARD LOAD"" SPECIFICATIONS WERE INCORRECTLY PLACED AND MANUFACTURED IN THE TIRE MOLDS FOR ""EXTRA LOAD"" PRODUCTION TIRES. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES.""",,DEALERS WILL REPLACE THESE TIRES WITH CORRECTLY MARKED TIRES. -11/22/1995,95V222002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V222002),"Nissan North America, Inc.",HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Vehicle,27000,"LEAVES AND OTHER FOREIGN MATERIAL CAN ENTER THROUGH THE COWL PANEL AIR INTAKE DURING OPERATION OF THE FRONT HEATER AND/OR AIR CONDITIONING SYSTEM RESULTING IN A BUILD-UP OF MATERIAL IN THE PLENUM. THIS CAN LEAD TO NOISE, ODORS, OR IN SOME CASES, IGNITION OF THESE MATERIALS.",A VEHICLE FIRE COULD OCCUR.,DEALERS WILL INSTALL AN ADDITIONAL HEATER/AIR CONDITIONING SYSTEM INTAKE SCREEN. -11/21/1995,95V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V223000),BUELL MOTORCYCLE CO.,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,116,THE THROTTLE CABLE WHEEL OF THE CARBURETOR CAN MOVE ON ITS SHAFT AND COME IN CONTACT WITH THE CARBURETOR SUPPORT BRACKET.,"THIS COULD PREVENT THE THROTTLE FROM RETURNING TO THE IDLE POSITION, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A NEW THROTTLE SHAFT ON THE AFFECTED MOTORCYCLES. -11/21/1995,95V222001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V222001),Ford Motor Company,HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Vehicle,48053,"LEAVES AND OTHER FOREIGN MATERIAL CAN ENTER THROUGH THE COWL PANEL AIR INTAKE DURING OPERATION OF THE FRONT HEATER AND/OR AIR CONDITIONING SYSTEM RESULTING IN A BUILD-UP OF MATERIAL IN THE PLENUM. THIS CAN LEAD TO NOISE, ODORS, OR IN SOME CASES, IGNITION OF THESE MATERIALS.",A VEHICLE FIRE COULD OCCUR.,DEALERS WILL INSTALL AN ADDITIONAL HEATER/AIR CONDITIONING SYSTEM INTAKE SCREEN. -11/21/1995,95E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E039000),"EATON, INCORPORATED",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Equipment,1521,THESE AXLES CONSIST OF A STEEL TUBULAR CENTER SECTION AND FORGED STEEL SPINDLES THAT ARE WELDED TO EACH END OF THE TUBE. EITHER SPINDLE CAN CONTAIN A CIRCUMFERENTIAL CRACK THROUGH A PORTION OF ITS CROSS SECTION.,THIS CRACK CAN REDUCE THE EFFECTIVE SERVICE LIFE OF THESPINDLE AND CAUSE THE SPINDLE TO FRACTURE DURING NORMAL VEHICLE OPERATIONINCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,EATON WILL USE PORTABLE ULTRASONIC TESTING EQUIPMENT TO INSPECT EACH SUSPECT TRAILER AXLE. TRAILER AXLES CONTAINING DEFECTIVE SPINDLES WILL BE REPLACED WITH EQUIVALENT AXLES. -11/16/1995,95V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V220000),"CARPENTER INDUSTRIES, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,451,"THE DRIVER'S SEAT BELT ANCHORAGE BOLT IS NOT THE SPECIFIED 7/16-20UNF-2A. THESE ANCHORAGES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""",CONSEQUENCE OF NON-COMPLIANCE: THE SEAT BELT ASSEMBLIES MAY NOT PROTECT AN OCCUPANT IN THE EVENT OF A VEHICLE COLLISION.,DEALERS WILL INSPECT THE DRIVER'S SEAT BELT FOR THE PROPER FASTENERS AND WILL REPLACE ATTACHMENT HARDWARE THAT DOES NOT COMPLY WITH THE SAFETY STANDARD. -11/16/1995,95V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V221000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,83400,"THESE VEHICLES WERE PRODUCED WITH AN IMPROPERLY ADJUSTED TRANSMISSION SHIFT CONTROL LINKAGE. THIS DOES NOT MEET WITH THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION.""","CONSEQUENCE OF NON-COMPLIANCE: IT MAY BE POSSIBLE TO SHIFT FROM THE ""PARK"" POSITION WITH THE IGNITION KEY REMOVED INCREASING THE RISK OF A VEHICLE ACCIDENT RESULTING FROM THE UNINTENDED MOVEMENT OF A PARKED VEHICLE.",DEALERS WILL ADJUST THE SHIFT CONTROL LINKAGE SYSTEM. -11/13/1995,95V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V218000),Volvo Trucks North America,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2456,UNDERCOATING APPLIED TO THE INSIDE OF THE CAB SHELL SQUEEZED OUT DURING ASSEMBLY ONTO THE BRAKE PEDAL PLUNGER.,UNDERCOATING ON THE PLUNGER MAY CAUSE THE PLUNGER TO STICK RESULTING IN INCREASED BRAKE PEDAL EFFORT AND/OR SLOW RELEASE OF THE BRAKES INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL CLEAN THE UNDERCOATING FROM THE BRAKE PEDAL PLUNGER ASSEMBLY, LUBRICATE AND REINSTALL THE BRAKE PEDAL PLUNGER ASSEMBLY." -11/10/1995,95V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V219000),"REV Ambulance Group Orlando, Inc.",STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,79,"THE AMBULANCES WERE BUILT WITH ""L"" SHAPED ENTRY DOOR ASSIST RAILS. THE RAILS ARE LOCATED SUCH THAT WHEN USED WITH AN OPEN HAND, THE FINGERS CAN BE CAUGHT IN THE DOOR WHILE CLOSING.",PERSONAL INJURY CAN OCCUR WHEN THE DOOR IS CLOSED ON THE FINGERS.,"AMBULANCE OPERATORS WILL BE PROVIDED WITH GUARDS AND INSTALLATION INSTRUCTIONS OR IF THE OPERATOR PREFERS, WHEELED COACH WILL INSTALL THE GUARDS FOR THEM." -11/09/1995,95V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V217000),"Ferrari North America, Inc.",WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,66,THE BOLTS SECURING THE COMPONENTS OF THE MULTIPIECE WHEEL CAN LOOSEN OVER TIME.,THE WHEELS CAN LOOSEN OVER TIME CAUSING A LEAKAGE OF AIR IN THE TIRE WHICH WOULD RESULT IN A LOW OR FLAT TIRE.,DEALERS WILL REPLACE ALL FOUR MULTIPIECE WHEELS WITH WHEELS HAVING DIFFERENT BOLTS WHICH ARE RESISTANT TO LOOSENING. -11/08/1995,95V216001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V216001),HOLIDAY RAMBLER CORP.,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,90,THE WRONG SAFETY BELT BUCKLE ENDS WERE USED WHICH COULD CAUSE THE BELT NOT TO RELEASE.,"CONSEQUENCE OF NON-COMPLIANCE: IF THE SAFETY BELT ASSEMBLY WILL NOT RELEASE, SAFETY BELT USE FOR THE SEAT OCCUPANT IS IMPOSSIBLE, INCREASING THE RISK OF INJURY IN AN ACCIDENT.",DEALERS WILL INSTALL THE CORRECT BUCKLE ENDS. -11/07/1995,95V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V213000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,90000,THE AUTOMATIC SHOULDER BELT SYSTEMS CAN MALFUNCTION AND BECOME INOPERATIVE.,THE LACK OF PASSIVE RESTRAINTS COULD INCREASE THE RISK OF PERSONAL INJURY IN THE EVENT OF A VEHICLE COLLISION.,DEALERS WILL REPLACE THE SYSTEM TRACK AND DRIVE ASSEMBLY ON AUTOMATIC SHOULDER BELT SYSTEMS WHICH ARE CURRENTLY INOPERATIVE AND THOSE SYSTEMS WHEN THEY BECOME INOPERATIVE IN THE FUTURE. -11/03/1995,95V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V214000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6772,"THESE VEHICLES WERE ASSEMBLED WITH THROTTLE CABLE SUPPORT BRACKETS THAT COULD CONTACT THE THROTTLE LEVER SYSTEM AND INHIBIT THE THROTTLE RETURN. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THE THROTTLE MAY FAITL TO RETURN QUICKLY CAUSING THE ENGINE SPEED TO NOT DECREASE TO A LEVEL ANTICIPATED BY THE DRIVER.,DEALERS WILL REPLACE THE THROTTLE CABLE SUPPORT BRACKET. -11/03/1995,95V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V215000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,8946,"THESE VEHICLES WERE SHIPPED WITH BOTH THE SUPPLEMENTAL INFLATABLE RESTRAINT CAUTION LABEL AND A ROOF RACK CAUTION LABEL INSTALLED ON THE SAME SIDE OF THE SUN VISOR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO.208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING LABELS.,"A NEW ROOF RACK CAUTION LABEL, WITH INSTALLATION INSTRUCTIONS, WILL BE SENT DIRECTLY TO OWNERS. OWNERS WILL INSTALL THE LABEL OR HAVE THEIR DEALER INSTALL THE LABEL FOR THEM." -11/01/1995,95I006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I006000),"Nissan North America, Inc.",NISSAN/FUEL:FUEL INJECTION SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,686649,"THIS IS NOT A SAFETY RECALL CAMPAIGN IN ACCORDANCE WITH FEDERAL REGULATION 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE CAMPAIGN WILL REPLACE THE FUEL INJECTORS AND RELATED HOSES OF AFFECTED VEHICLES WHICH COULD LEAK.",FUEL LEAKS IN THE ENGINE COULD RESULT IN A FIRE.,NISSAN DEALERS WILL REPLACE THE FUEL INJECTORS AND RELATED HOSES ON THE AFFECTED VEHICLES. -11/01/1995,95V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V212000),"Tracker Marine, LLC",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,438,"THE SLIDE AXLE ASSEMBLIES ARE SECURED TO THE TRAILER FRAME WITH U-BOLTS, NUTS, AND LOCK WASHERS. THESE BOLTS WERE NOT TIGHTENED PROPERLY WHICH CAN CAUSE THE SLIDE AXLE ASSEMBLIES TO MOVE LATERALLY ALLOWING THE TRAILER TO NOT FOLLOW THE TOW VEHICLE CORRECTLY.",THE TRAILER MAY SWING BACK AND FORTH INCREASING THE RISK OF A VEHICLE COLLISION.,DEALERS WILL TIGHTEN THE BOLTS TO THE PROPER TORQUE VALUE. -10/30/1995,95V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V210000),"WESTERN RECREATIONAL VEHICLES, INC.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,127,THE WHEELS ARE INCOMPATIBLE WITH THE HUB/DRUM ASSEMBLY.,THE LUGS CAN LOOSEN RESULTING IN A LOSS OF THE WHEEL INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE WHEELS ON THESE VEHICLES. -10/26/1995,95V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V209000),"AMERICAN IKARUS, INC.",BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,536,"AN IMPROPER SIZE SECTION OF BRAKE LINE WAS INSTALLED IN THE AIR SUPPLY LINE TO THE FRONT AXLE BRAKE CHAMBERS WHICH AFFECTS THE BRAKE ACTUATION TIME. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: REDUCED BRAKING CAPABILITY CAN OCCUR INCREASING THE RISK OF A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE INCORRECT BRAKE LINE. -10/26/1995,95V208001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V208001),BUELL MOTORCYCLE CO.,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,127,THE TALL TOURING HANDLEBARS CAN CRACK AND BECOME DETACHED FROM THE CUFF WHICH PROVIDES ATTACHMENT TO THE FRONT FORK TUBES.,LOSS OF CONTROL OF THE MOTORCYCLE CAN OCCUR INCREASING THE RISK OF A MOTORCYCLE ACCIDENT.,"DEALERS WILL REPLACE THE TALL TOURING HANDLEBARS. IF THE KITS HAVE BEEN INSTALLED ON VEHICLES, THE OWNERS WILL BE NOTIFIED BY OUR DEALER NETWORK TO HAVE THE SUSPECT TALL TOURING HANDLEBARS REPLACED." -10/26/1995,95V208002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V208002),BUELL MOTORCYCLE CO.,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,306,THE TALL TOURING HANDLEBARS CAN CRACK AND BECOME DETACHED FROM THE CUFF WHICH PROVIDES ATTACHMENT TO THE FRONT FORK TUBES.,LOSS OF CONTROL OF THE MOTORCYCLE CAN OCCUR INCREASING THE RISK OF A MOTORCYCLE ACCIDENT.,"DEALERS WILL REPLACE THE TALL TOURING HANDLEBARS. IF THE KITS HAVE BEEN INSTALLED ON VEHICLES, THE OWNERS WILL BE NOTIFIED BY OUR DEALER NETWORK TO HAVE THE SUSPECT TALL TOURING HANDLEBARS REPLACED." -10/24/1995,95V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V203000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,6476,THE PASSENGER AIR BAG WAS IMPROPERLY INSTALLED. THE RETAINER TABS USED TO SECURE THE LOWER MODULE TO THE UPPER HOUSING WERE DRILLED INCORRECTLY.,"IF THE RETAINER TABS WERE DRILLED INCORRECTLY, THE TABS WILL NOT HAVE SUFFICIENT STRENGTH ALLOWING THE MODULE TO SEPARATE FROM THE HOUSING DURING AIR BAG DEPLOYMENT. THE AIR BAG WOULD NOT INFLATE PROPERLY AND A PASSENGER WOULD LOSE THE BENEFITS OF A PROPER AIR BAG DEPLOYMENT DURING A VEHICLE ACCIDENT.",DEALERS WILL REPAIR THE AIR BAG MODULE ASSEMBLY BY ADDING REINFORMCEMENT BRACKETS. -10/24/1995,95V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V207000),TRANSIT BUS INTERNATIONAL,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,4955,"INCORRECT EMERGENCY EGRESS PLATES WERE INSTALLED ON ONE OF THE WINDOWS ON THE LEFT SIDE OF THESE BUSES. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",CONSEQUENCE OF NON-COMPLIANCE: THIS MAY RESULT IN INSUFFICIENT EMERGENCY EGRESS AREA IN THE EVENT OF A VEHICLE ACCIDENT.,CUSTOMERS WILL BE PROVIDED WITH NEW EMERGENCY EGRESS PLATES. OWNERS CAN ALSO TAKE THEIR VEHICLES TO A DEALER TO HAVE THEM INSTALL THE NEW PLATES. -10/24/1995,95V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V206000),IC CORPORATION,VISUAL SYSTEMS:MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,495,"THESE BUSES HAVE A REARVIEW MIRROR SYSTEM THAT DOES NOT MEET THE VIEWING REQUIREMENTS OF FMVSS NO. 111, ""REARVIEW MIRRORS.""",CONSEQUENCE OF NON-COMPLIANCE: REDUCED REFLECTIVE AREA ON THE OUTSIDE REARVIEW MIRROR REDUCES THE DRIVERS APPARENT AREA OF VISIBILITY TO THE REAR OF THE BUS INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"TWO ADD-ON CONVEX MIRRORS WILL BE PROVIDED TO THE VEHICLE OWNER WITH INSTRUCTIONS FOR MOUNTING. IF THE OWNER PREFERS, HE MAY TAKE THE BUS TO AN AMTRAN DEALER WHO WILL INSTALL THE MIRRORS." -10/23/1995,95V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V204000),"General Motors, LLC",ELECTRICAL SYSTEM:IGNITION:ANTI-THEFT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,32869,"THESE VEHICLES WERE ASSEMBLED WITH A MALFUNCTION ALARM, LIGHTING AND LOCKING (MALL) MODULE THAT CAN CONTAIN A DAMAGED CAPACITOR. IF THE CAPACITOR IS DAMAGED, THE ""KEY IN THE IGNITION"" WARNING CHIME AND THE DRIVER SEAT BELT UNBUCKLED WARNING CHIME AND INDICATOR LAMP MAY NOT WORK. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 114, ""THEFT PROTECTION"" AND FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" IN ADDITION, OTHER CHIME REMINDER FUNCTIONS, INTERIOR LIGHTING CONTROLS, AND POWER DOOR LOCKING FEATURES ARE ALSO AFFECTED.",CONSEQUENCE OF NON-COMPLIANCE; THE DRIVER MAY NOT BE AWARE THAT THE KEY WAS LEFT IN THE IGNITION OR THAT THE SAFETY BELT WAS NOT BUCKLED.,"DEALERS WILL INSPECT AND, IF REQUIRED, REPLACE THE MALL MODULE." -10/23/1995,95V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V201000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,360,"THE ACCELERATOR CONTROL CABLE COULD HAVE BEEN KINKED DURING ASSEMBLY CAUSING HIGH ACCELERATOR PEDAL EFFORT, STICKING ACCELERATOR CONTROL CABLE, OR A BROKEN ACCELERATOR CONTROL CABLE.","IF THE ACCELERATOR CONTROL CABLE STICKS OR BREAKS, UNWANTED ACCELERATION AND/OR LOSS OF THROTTLE CONTROL CAN RESULT INCREASING THE RISK OF A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE ACCELERATOR CONTROL CABLE ASSEMBLY. -10/20/1995,95V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V199000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,600,THE POWER BRAKE BOOSTER VACUUM HOSE COULD BE IMPROPERLY INSTALLED AND NOT CLAMPED TO THE BRAKE BOOSTER VACUUM NIPPLE.,A DISCONNECTED VACUUM HOSE CAN CAUSE AN INCREASE IN ENGINE IDLE SPEED AND LOSS OF BRAKE POWER ASSIST DURING BRAKE APPLICATION WITHOUT PRIOR WARNING.,DEALERS WILL INSPECT THE VEHICLES TO INSURE THAT THE BRAKE BOOSTER VACUUM HOSE CONNECTION IS FULLY SEATED AND CLAMPED TO THE VACUUM CHECK VALVE NIPPLE AT THE BRAKE BOOSTER. -10/19/1995,95V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V202000),"BMW of North America, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,660,THE REAR BRAKE HOSE CAN CONTACT THE REAR TIRE AS THE REAR SUSPENSION MOVES THROUGH ITS RANGE OF TRAVEL.,"THE HOSE CAN ABRADE TO THE POINT WHERE THE HOSE WILL LEAK BRAKE FLUID, RESULTING IN A LOSS OF THE REAR BRAKE. ALSO, BRAKE FLUID LEAKING ONTO THE REAR TIRE CAN IMPAIR THE MOTORCYCLE'S DYNAMIC STABILITY.",DEALERS WILL MODIFY THE HOSE GUIDE AND RE-ROUTE THE REAR BRAKE HOSE TO INSURE THAT IT CANNOT CONTACT THE REAR TIRE THROUGHOUT THE RANGE OF SUSPENSION TRAVEL. -10/18/1995,95V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V200000),GRUMMAN CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1500,THE SAFETY BELTS COULD HAVE BEEN IMPROPERLY INSTALLED.,"IN THE EVENT OF A VEHICLE CRASH, THE SAFETY BELT WILL NOT RESTRAIN AN OCCUPANT PROPERLY.",DEALERS WILL REPLACE ALL CABLE BUCKLE ENDS. -10/17/1995,95V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V197000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,936,"THESE VEHICLES WERE BUILT WITH A SLIDING SIDE-DOOR REAR LATCH THAT WAS IMPROPERLY RIVETED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS.""","CONSEQUENCE OF NON-COMPLIANCE: IN THE EVENT OF A VEHICLE CRASH, THE DOOR WILL NOT PERFORM AS REQUIRED BY THE STANDARD.",DEALERS WILL REPLACE THE SLIDING DOOR REAR LATCH ON ALL SUSPECT VEHICLES. -10/13/1995,95V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V205000),Utility Trailer Manufacturing Company,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,4506,"A CRACK OCCURS OUTBOARD OF THE AXLE ATTACHMENT WHICH GROWS AND RESULTS IN SEPARATION OF THE END OF THAT AXLE, INCLUDING TIRES AND WHEELS, FROM THE TRAILER.",AXLE SEPARATION WHILE MOVING CAN INCREASE THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE TRAILERS AT ALL 8 WELDS ON THE AXLE TO AIR RIDE BEAM CONNECTIONS FOR VISIBLE CRACKS. IF A CRACK IS DETECTED, THE TRAILERS WILL BE REMOVED FROM SERVICE AND THE AXLES REPLACED." -10/13/1995,95T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95T003000),GENERAL TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,2016,THESE TIRES WERE PRODUCED WITH A THINNER THAN SPECIFIED INNERLINER.,"THE THIN INNERLINER CAN RESULT IN A TREAD SEPARATION.AS THE SEPARATION PROGRESSES, THERE MAY BE A WARNING TO THE DRIVER ININCREASED VIBRATION AND/OR THUMPING SENSATIONS.",CONTINENTAL GENERAL WILL PROVIDE AN IDENTICAL OR REASONABLY EQUIVALENT TIRE AS A REPLACEMENT WITHIN 60 DAYS FROM THE DATE OF THE OWNER'S RECEIPT. CONTINENTAL GENERAL WILL ALSO PAY FOR THE DISMOUNTING OF THE DEFECTIVE TIRES AND THE MOUNTING OF THE NEW REPLACEMENT TIRES. -10/13/1995,95V211001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V211001),HOLIDAY RAMBLER CORP.,VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,100,"WHEN OPERATED AT A HIGH SPEED, THE FRONT WIPER ARM CONNECTION TO THE WIPER DRIVE PIVOT SHAFT CAN LOOSEN CAUSING THE WINDSHIELD WIPER SYSTEM TO FAIL.",LOSS OF WIPER FUNCTION RESULTS IN REDUCED VISIBILITY FOR THE DRIVER IN INCLEMENT WEATHER CONDITIONS AND INCREASES THE RISK OF AN ACCIDENT.,DEALERS WILL REPLACE THE DEFECTIVE WIPER SYSTEMS WITH A DIFFERENT WIPER SYSTEM DESIGN. -10/13/1995,95V211002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V211002),HOLIDAY RAMBLER CORP.,VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,200,"WHEN OPERATED AT A HIGH SPEED, THE FRONT WIPER ARM CONNECTION TO THE WIPER DRIVE PIVOT SHAFT CAN LOOSEN CAUSING THE WINDSHIELD WIPER SYSTEM TO FAIL.",LOSS OF WIPER FUNCTION RESULTS IN REDUCED VISIBILITY FOR THE DRIVER IN INCLEMENT WEATHER CONDITIONS AND INCREASES THE RISK OF AN ACCIDENT.,DEALERS WILL REPLACE THE DEFECTIVE WIPER SYSTEMS WITH A DIFFERENT WIPER SYSTEM DESIGN. -10/12/1995,95V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V196000),Heil Company,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,115,THE AIR BRAKE LINE FITTINGS ON THE PUSHER AXLE WERE INSTALLED SO THAT ONE OF THE AIR LINES CAN BE DAMAGED AS THE TRUCK IS LOADED AND OPERATED.,THE AIR LINE CAN DEVELOP A LEAK INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,THE AIR LINES AND FITTINGS WILL BE MODIFIED AND RE-ROUTED TO ELIMINATE THE INTERFERENCE WITH THE AXLE VENT. -10/12/1995,95E016005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E016005),"Winnebago Industries, Inc.",ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,7796,A SOLDER BRIDGE ON THE PRINTED CIRCUIT BOARD WITHIN THE FUSE PANEL OF THE POWER CONVERTER PASSED UNDETECTED THROUGH A TEST FIXTURE AND BYPASSES THE FUSE PROTECTING THE CIRCUIT.,"THIS SOLDER BRIDGE, WHEN COUPLED WITH A DEAD SHORTELSEWHERE IN THE SYSTEM, CAN RESULT IN CIRCUIT OVERLOAD, OVERHEATING, ANDEVEN FIRE, WITHOUT WARNING.","DETAILED TEST INSTRUCTIONS ARE BEING PROVIDED. IF A DEFECTIVE FUSE PANEL IS FOUND, A NEW REPLACEMENT PANEL WILL BE INSTALLED." -10/12/1995,95E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E038000),ETNA WORLDWIDE,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,7848,THE AUTO HEATER MELTS AND CAN CHAR CARPETING.,THIS CONDITION CAN CAUSE A POSSIBLE VEHICLE FIRE.,ETNA IS ASKING FOR THESE AUTO HEATERS TO BE RETURNED. -10/11/1995,95V195001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V195001),Toyota Motor Corporation,ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9882,THE BATTERY CAN HAVE A DEFECTIVE WELD INSIDE THE POSITIVE AND/OR NEGATIVE TERMINAL ALLOWING THE CONNECTION INSIDE THE TERMINAL TO SEPARATE.,"THIS CONDITION CAN RESULT IN A NO-START CONDITION, OR A BATTERY EXPLOSION.",DEALERS WILL REPLACE DEFECTIVE BATTERIES. -10/11/1995,95V195002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V195002),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4481,THE BATTERY CAN HAVE A DEFECTIVE WELD INSIDE THE POSITIVE AND/OR NEGATIVE TERMINAL ALLOWING THE CONNECTION INSIDE OF THE TERMINAL TO SEPARATE.,"THIS CONDITION CAN RESULT IN A NO-START CONDITION, OR A BATTERY EXPLOSION.",DEALERS WILL REPLACE DEFECTIVE BATTERIES. -10/11/1995,95E016004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E016004),Turtle Top,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,1,A SOLDER BRIDGE ON THE PRINTED CIRCUIT BOARD WITHIN THE FUSE PANEL OF THE POWER CONVERTER PASSED UNDETECTED THROUGH A TEST FIXTURE AND BYPASSES THE FUSE PROTECTING THE CIRCUIT.,"THIS SOLDER BRIDGE, WHEN COUPLED WITH A DEAD SHORT ELSE WHERE IN THE SYSTEM, CAN RESULT IN CIRCUIT OVERLOAD, OVERHEATING, AND EVEN FIRE, WITHOUT WARNING.","DETAILED TEST INSTRUCTIONS ARE BEING PROVIDED. IF A DEFECTIVE FUSE PANEL IS FOUND, A NEW REPLACEMENT PANEL WILL BE INSTALLED." -10/11/1995,95V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V193000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,32000,THE FASTENERS WHICH SECURE THE ALTERNATOR CIRCUIT FUSE TO THE POWER DISTRIBUTION CENTER MAY HAVE AN IMPROPER CLAMP LOAD.,IMPROPER CLAMPING CAN RESULT IN ARCING AT THE CONNECTION POTENTIALLY CAUSING A FIRE IN THE ENGINE COMPARTMENT.,DEALERS WILL REPLACE THE ALTERNATOR FUSE WITH A FUSE LINK AND ANY DAMAGE TO THE POWER DISTRIBUTION CENTER WILL BE REPAIRED. -10/11/1995,95V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V191000),"THOMAS BUILT BUSES, INC.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,300,THE ACCELERATOR PEDAL LEVER CAN CONTACT THE ENGINE COVER CAUSING THE ACCELERATOR LINKAGE TO BIND AND NOT RETURN TO IDLE.,"IF THE ACCELERATOR LINKAGE BINDS, THE ENGINE WILL NOT RETURN TO IDLE WHEN THE DRIVER LETS UP ON THE ACCELERATOR PEDAL INCREASING THE RISK OF AN ACCIDENT.",DEALERS WILL REPLACE THE ACCELERATOR PEDAL ROCKER AND INSTALLING A RETAINING BRACKET AT THE ENGINE COVER TO PREVENT THE COVER FROM CONTACTING THE ACCELERATOR PEDAL. -10/11/1995,95V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V190000),Blue Bird Body Company,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,55,"AN IMPROPER MIX OF ADHESIVE WAS APPLIED TO THE INTERIOR SIDE PANEL JOINTS RESULTING IN THE BUSES FAILING TO CONFORM TO THE JOINT STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH."":","CONSEQUENCE OF NON-COMPLIANCE: IN THE EVENT OF A COLLISION, THE SIDE PANEL OF THE BUS MAY NOT PROTECT THE OCCUPANTS AT THE LEVEL REQUIRED FMVSS NO. 221",DEALERS WILL INSPECT AND REPAIR WITH CORRECT ADHESIVE IF THE SEALER WAS NOT CURED PROPERLY. -10/11/1995,95V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V194000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,57000,THE BOLTS THAT ATTACH THE FRONT UPPER CONTROL ARMS TO THE FRAME MOUNTING BRACKETS CAN LOOSEN AND FRACTURE AT ONE OF THE BOLT HOLES CAUSING SUBSTANTIAL NEGATIVE CAMBER AND STEERING PULL TO THE AFFECTED SIDE.,"IF THE DRIVER'S SIDE BRACKET FRACTURED AT BOTH BOLT HOLES, THE STEERING CONTROL ARM CAN CONTACT THE STEERING COLUMN SHAFT AND RESULT IN A LOSS OF STEERING CONTROL INCREASING THE POTENTIAL FOR AN ACCIDENT.","DEALERS WILL INSPECT THE TORQUE LEVELS OF THE FOUR UPPER CONTROL ARM MOUNTING BOLTS, AND IF ANY ARE LOOSE, THE BRACKETS WILL BE INSPECTED FOR DAMAGE. IF DAMAGE IS PRESENT, IT WILL BE REPAIRED." -10/11/1995,95V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V192000),"BMW of North America, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,3000,THE LOWER SUSPENSION ARM MOUNTING EYE ON THE RIGHT SIDE REAR AXLE HUB CARRIER WAS PRODUCED WITH A CASTING FLAW.,IT IS POSSIBLE THAT THE RIGHT SIDE REAR AXLE CARRIER EYE COULD CRACK AND BREAK WHILE DRIVING CAUSING A LOSS OF CONTROL AND INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE VEHICLES FOR A CASTING FLAW IN THE RIGHT SIDE REAR AXLE CARRIER AND IF FOUND, REPLACE THE CARRIER." -10/09/1995,95E003018,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003018),OTTAWA TRUCK CORPORATION,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,56,AIR BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -10/05/1995,95I003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I003000),MICHELIN TIRE CORP.,TIRES,TIRES,NR (Not Reported),Vehicle,1500,,,DEALERS WILL REPLACE THESE TIRES WITH A NEWER VERSION HI TOUR 79X REAR TIRE. -10/03/1995,95V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V185000),Great Dane Trailers,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,277,THE CHAIN TIE ANCHOR MOUNTING WELDS CAN CRACK AND/OR THE CHAIN TIE CAN PULL OUT FROM THE CROSSMEMBER.,"FAILURE OF THE CHAIN TIE ANCHOR CONNECTION CAN ALLOW A LOAD SECURED TO THE CHAIN TIE TO SHIFT, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE ALL THE CHAIN TIE ANCHORS MOUNTED TO THE ALUMINUM CROSSMEMBERS TO ALLOW ADDITIONAL FASTENING TO THE CROSSMEMBER AND ADDITIONAL WELDING AND REINFORCEMENT OF THE CHAIN TIE ANCHORS ON STEEL CROSSMEMBERS. -10/03/1995,95E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E037000),Harley-Davidson Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1558,THE AIR CLEANER BAFFLE PLATE CAN DETACH AND LODGE IN THE THROAT OF THE CARBURETOR.,THIS CONDITION CAN IMPEDE THE ABILITY OF THE THROTTLEPLATE TO RETURN TO THE IDLE POSITION INCREASING THE POTENTIAL FOR A VEHICLEACCIDENT OR LOSS OF CONTROL OF THE MOTORCYCLE.,"DEALERS WILL REPLACE THE AIR CLEANER FILTER ON THE AFFECTED MOTORCYCLES. IF OWNERS HAVE PURCHASED A FILTER AND HAVE NOT INSTALLED IT ON THEIR MOTORCYCLES, THEY CAN RETURN THE FILTER FOR A REPLACEMENT OR A REFUND OF THEIR MONEY." -10/03/1995,95V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V184000),Mazda North American Operations,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,51817,THE TIE DOWN HOOKS CAN CAUSE UNDERCARRIAGE IMPACTS THAT CAN RESULT IN UNNECESSARY AIR BAG DEPLOYMENTS.,INADVERTENT AIR BAG DEPLOYMENT CAN CAUSE INJURY TO THE OCCUPANTS AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REMOVE AND REPLACE THE TIE DOWN HOOKS WITH MODIFIED TIE DOWN HOOKS. -10/03/1995,95V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V183000),"TRANSIT MANUFACTURING,INC",TMI/VISUAL SYSTEMS,VISIBILITY,NR (Not Reported),Vehicle,51,IT IS POSSIBLE FOR THE OPERATORS TO POSITION THE REARVIEW MIRRORS AND INTERFERING WITH THE FULL EXTENSION OF THE WINDOW NEXT TO THE DRIVER; WINDOWS THERE AND IN THE PASSENGER SEATING AREAS REQUIRED AN EXCESSIVE AMOUNT OF FORCE TO OPEN; AND LABELS ADVISING OF THE EMERGENCY EXIT LOCATIONS MAY BE MISSING.,"IN THE EVENT OF A FIRE OR COLLISION, FAILURE OF THE EMERGENCY EXIT SYSTEM TO FUNCTION PROPERLY COULD RESULT IN SERIOUS INJURY OR DEATH.","OPERATORS WILL INSPECT EVERY ROW IN THE BUSES TO DETERMINE WHETHER ANY EMERGENCY WINDOW EXIT LOCATION ADVISORY LABELS ARE MISSING OR HAVE BEEN DEFACED. OPERATORS WILL INSTALL OR REPLACE THESE LABELS. IF THE BUS HAS A WINDOW NEXT TO THE DRIVER'S SEAT, A ROLLER SPRING IN THE MIRROR ASSEMBLY WILL BE INSTALLED. OPERATORS SHOULD IMMEDIATELY IMPLEMENT THE MANUFACTURER'S RECOMMENDED MAINTENANCE PROCEDURES FOR ALL EMERGENCY EXIT WINDOWS." -10/03/1995,95V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V186000),Lamborghini (Automobili Lamborghini),WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,26,THE REAR OF THE WHEEL CENTER SECTION WAS PAINTED CAUSING A LOSS OF FRICTION BETWEEN THE WHEEL CENTER PIECE AND THE FLANGE (BACKING PLATE) ENABLING THE FLANGE TO ROTATE AND/OR THE SLEEVE THROUGH WHICH THE LUG STUDS PASS WERE NOT PROPERLY INSERTED IN THE WHEELS.,"THE ROTATING FLANGE CAN APPLY PRESSURE AGAINST THE CYLINDERS CAUSING THE CYLINDERS TO BECOME LOOSE. THIS CAN RESULT IN A LOSS OF TORQUE FOR THE LUG NUT, AND CONSEQUENTLY, THE WHEEL COULD LOOSEN, CAUSING A POSSIBLE LOSS OF VEHICLE CONTROL.","DEALERS WILL INSPECT EACH WHEEL. IF THE WHEELS ARE NOT THE CORRECT TYPE, ANY AND/OR ALL OF THE ORIGINAL WHEELS WILL BE REPLACED WITH A NEW PROPERLY MANUFACTURED WHEEL." -10/02/1995,95V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V189000),Ford Motor Company,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,45000,THESE VEHICLES WERE BUILT WITH THE NON-CYCLING POWER WINDOW CIRCUIT BREAKER AND THE CYCLING HEADLAMP CIRCUIT BREAKER INTERCHANGED.,"IN THE EVENT OF A SHORT OR OVERLOAD IN THE HEADLAMPCIRCUIT, BOTH HEADLAMPS CAN GO OUT WITHOUT WARNING, RATHER THAN FLASHING AS INTENDED WITH THE CYCLING CIRCUIT BREAKER. THIS COULD LEAD TO REDUCED NIGHT TIME DRIVER VISIBILITY, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL INSPECT THESE VEHICLES, REMOVE THE CIRCUIT BREAKER AND REINSTALL THE BREAKER IN THE CORRECT LOCATIONS." -10/02/1995,95V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V187000),Blue Bird Body Company,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,74000,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT THE BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL REPLACE THE EXISTING FLOOR LINE HANDRAIL ATTACHMENT BRACKET WITH THE CURRENT PRODUCTION DESIGN FLOOR LINE BRACKET. -10/02/1995,95E017003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E017003),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Equipment,38,THESE WHEELS ARE COMPOSED OF 2 PIECES - A DISC AND A RIM WHICH ARE NORMALLY WELDED TOGETHER. THESE WHEELS LACK THE SPECIFIED FILLET WELDS.,"IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS INMOTION, BOTH STEERING AND BRAKING COULD BE AFFECTED RESULTING IN A VEHICLECRASH.","DEALERS WILL INSPECT THE MANUFACTURING CODES STAMPED ON EACH WHEEL AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL." -09/26/1995,95E025003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E025003),LINCOLN COMPOSITES,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,4750,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,LINCOLN WILL REPLACE THE MIRADA TYPE III PRD WITH ANOTHER PRD. -09/25/1995,95V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V182000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EQUIPMENT:BUNK SLEEPER:TRUCK,EQUIPMENT,NR (Not Reported),Vehicle,1843,STRAPS HOLDING THE SLEEPER UPPER BUNK IN THE RAISED POSITION CAN RELEASE WITHOUT WARNING.,"IF THE RESTRAINING STRAP RELEASES SUDDENLY, THE BUNKFALLS WITHOUT WARNING AND CAN STRIKE AN OCCUPANT SITTING IN THE LOWER BUNK CAUSING PERSONAL INJURY.",DEALERS WILL MODIFY THE ATTACHMENT OF THE UPPER BUNK RESTRAINING STRAP TO THE UPPER BUNK AND REAR WALL OF THE SLEEPER AND INSTALL A NEW REDESIGNED BUNK RESTRAINING STRAP. -09/25/1995,95I004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I004000),"Chrysler (FCA US, LLC)",EQUIPMENT:CHILD SEAT: INTEGRAL PART OF SEAT,SEAT BELTS,NR (Not Reported),Vehicle,5224,,,CHRYSLER DEALERS WILL REPLACE BOTH CHILD SEAT ASSEMBLIES WITH REVISED SEATS CONTAINING RETRACTOR IMPROVEMENTS. THE REVISED SEATS WILL ALSO INCREASE CHILD COMFORT BY INCORPORATING PROTECTIVE SEAT BELT WRAPS TO PREVENT BELT CHAFE. -09/25/1995,95E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E036000),DYNAMIC ELECTRONICS MFG.,EQUIPMENT:ELECTRIC POWER ACCESSORIES,VISIBILITY,NR (Not Reported),Equipment,60000,SOME OF THESE DEVICES HAVE EXPERIENCED AN ELECTRICAL SHORTING WITHIN THE MODULE.,"IF AN ELECTRICAL SHORT OCCURS, A FIRE COULD RESULT ORTHE STARTER SOLENOID WOULD ACTIVATE CAUSING UNWANTED FORWARD MOTION OF THEVEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A 1/16 AMPERE FUSE IN THE WIRING LEADING TO THE ANTI-THEFT DEVICE. -09/25/1995,95V188002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V188002),"THOMAS BUILT BUSES, INC.",FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,75,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,"THOMAS BUILT WILL REPLACE THE TYPE III PRESSURE RELIEF VALVE WITH THE NEWER DESIGN ""GENERATION 2.5"" PRESSURE RELIEF DEVICE." -09/22/1995,95V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V180000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,73163,FAN BLADE RIVET BREAKAGE CAN OCCUR CAUSING THE FAN BLADE TO SEPARATE FROM THE SPIDER.,"IF THIS OCCURRED WHILE THE HOOD WAS OPEN, A PERSON WORKING UNDER THE HOOD OF THE VEHICLE OR IN THE VICINITY OF THE VEHICLE COULD BE STRUCK BY THE FAN BLADE AND INJURED.","DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE FAN WITH A NEWER FAN HAVING THICKER-HEADED RIVETS." -09/22/1995,95V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V181000),Skyline Corporation,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Vehicle,100,"THE FURNACES WERE IMPROPERLY INSTALLED. A 1 1/4"" MINIMUM OVERLAP BETWEEN THE CHAMBER EXHAUST TUBE AND THE VENT ASSEMBLY EXHAUST IS NEEDED FOR PROPER EXHAUST.",THIS CONDITION CAN LEAD TO CARBON MONOXIDE POISONING.,DEALERS WILL REPLACE THE FURNACE VENT ASSEMBLY. -09/21/1995,95V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V179000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,745,THE FUEL HOSE TO THE FUEL FILTER IS ROUTED TOO CLOSE TO THE ALTERNATOR BELT CAUSING THE ALTERNATOR BELT TO RUB THE FUEL HOSE. THIS CAN CAUSE A FUEL LEAK.,FUEL LEAKAGE CAN RESULT IN A VEHICLE FIRE IF AN IGNITION SOURCE IS PRESENT.,"DEALERS WILL STRAP THE FUEL HOSE TO THE CHASSIS FRAME TO INSURE A MINIMUM OF 2 1/2"" CLEARANCE BETWEEN THE FUEL HOSE AND THE ALTERNATOR BELT." -09/20/1995,95V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V177000),Oshkosh Corporation,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,192,A STOP LIGHT SWITCH ON THE BRAKE TREADLE VALVE AND A CRUISE CONTROL DUMP VALVE SWITCH WERE OMITTED DURING ASSEMBLY OR BOTH SWITCHES WERE INSTALLED BUT WERE NOT WIRED CORRECTLY.,"IF A LOSS OF AIR PRESSURE OCCURS IN EITHER FRONT OR REAR BRAKE SYSTEM, THE RESULT OF THESE OMISSIONS IS THAT THE CRUISE CONTROL, IF TURNED ON, WOULD NOT DISENGAGE WHEN THE SERVICE BRAKE WAS APPLIED AND THE BRAKE LIGHTS WOULD NOT ILLUMINATE, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A SECOND STOP LIGHT SWITCH (WIRED IN PARALLEL) AND A SECOND CRUISE CONTROL DUMP VALVE SWITCH (WIRED IN SERIES) INTO THE TREADLE VALVE. -09/20/1995,95V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V178000),"Volkswagen Group of America, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,34000,IMPROPER MATERIAL WAS USED IN MANUFACTURING THE RADIATOR FAN MOTOR SHAFT CAUSING THE SHAFT TO WEAR AND BECOME NOISY.,"A WORN AND NOISY FAN MOTOR SHAFT CAN SEIZE RENDERINGTHE FAN MOTOR INOPERATIVE, EVENTUALLY CAUSING THE ENGINE TO OVERHEAT AND STALL. A STALLED VEHICLE IN TRAFFIC CAN INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE COMPLETE COOLING FAN ASSEMBLY ON VEHICLE HAVING THE POTENTIAL SHAFT MATERIAL PROBLEM. DEALERS WILL INSTALL A NEW FAN BLADE INCLUDING A NEW LOCK NUT ON VEHICLE WITH LOOSE FAN BLADE LOCK NUTS. -09/15/1995,95V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V176000),UD Trucks Corporation,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,890,THE ELECTRICAL WIRING HARNESS PROTECTOR BEHIND THE BATTERY BOX CAN CHAFE OR RUB ON THE DRIVER'S SIDE LOWER FRAME RAIL FLANGE CAUSING POSSIBLE FAILURE OF THE WIRING HARNESS PROTECTOR AND EXPOSURE OR BREAKAGE OF THE WIRING.,"FAILURE OF THE WIRING HARNESS CAN CAUSE LOSS OFELECTRICAL POWER TO VARIOUS VEHICLE COMPONENTS OR SYSTEMS, INCLUDING THE HEADLIGHTS AND WINDSHIELD WIPERS. LOSS OF HEADLIGHTS DURING NIGHTTIME DRIVING OR LOSS OF WINDSHIELD WIPER FUNCTION DURING HEAVY RAIN CAN INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL INSTALL A PLASTIC FRICTION INSULATOR ON THE FRAME RAIL LOWER FLANGE BETWEEN THE FLANGE AND THE WIRING HARNESS PROTECTOR. IF THE PROTECTOR OR ANY OF THE WIRING HAS BEEN BROKEN, IT WILL BE REPAIRED." -09/15/1995,95V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V173000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,2216325,"THESE VEHICLES WERE ASSEMBLED WITH REAR OUTBOARD SAFETY BELT ANCHORAGES THAT MAY NOT WITHSTAND THE REQUIRED LOAD. THIS DOES NOT COMPLY WITH FMVSS NO.210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","CONSEQUENCE OF NON-COMPLIANCE: IN A COLLISON, STRESS CAN CAUSE THE ATTACHMENT METAL TO TEAR AND ALLOW THE ANCHORAGE TO SEPARATE FROM THE BODY OF THE VEHICLE. THE SAFETY BELT MAY NOT PROTECT AN OCCUPANT IN THE EVENT OF A VEHICLE CRASH.","DEALERS WILL REPLACE THE EXISTING ANCHOR BOLTS WITH A NEW SHOULDER BOLT AND THREAD LOCKING ADHESIVE. ADDITIONALLY, NOISE CONTROL PATCHES WILL BE APPLIED AT EACH ANCHORAGE." -09/14/1995,95V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V174000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,651,THE DRIVELINE COULD HAVE LITTLE TORQUE OR NO TORQUE ON THE DRIVELINE NUT THAT RETAINS THE YOKE AT THE CENTER BEARING OR BEARINGS IF THE VEHICLE IS EQUIPPED WITH MULTIPLE CENTER BEARINGS.,THE LOW TORQUE CONDITION CAN CAUSE THE DRIVELINE TO SEPARATE RESULTING IN PERSONAL INJURY OR PROPERTY DAMAGE FROM PARTS BEING THROWN FROM THE VEHICLE OR SCATTERED ON THE ROADWAY.,"DEALERS WILL DISCONNECT THE DRIVELINE AT THE REAR OF THE CENTER BEARING(S), TORQUE THE YOKE NUT AND RECONNECT THE DRIVELINE." -09/13/1995,95V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V175000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,69,THESE VEHICLES WERE ASSEMBLED WITH THE LEFT-HAND LOWER CONTROL ARM-TO-FRAME REAR NUT NOT TIGHTENED TO THE SPECIFIED TORQUE.,LOW TORQUE CAN ALLOW THE ATTACHMENT BOLT TO LOOSEN AND SUBSEQUENTLY FATIGUE AND BREAK. THIS CAN RESULT IN SEPARATION OF THE LEFT-HAND CONTROL ARM FROM THE FRAME INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL TIGHTEN THE LEFT-HAND LOWER CONTROL ARM-TO- FRAME REAR NUT TO THE PROPER TORQUE SPECIFICATION. -09/12/1995,95V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V172000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:RELEASE MECHANI,PARKING BRAKE,NR (Not Reported),Vehicle,135000,"THE PARKING BRAKE HANDLE RELEASE BUTTON CAN SEPARATE FROM THE PARKING BRAKE HANDLE ASSEMBLY, CAUSING THE PARKING BRAKE TO BE INOPERATIVE.",THE PARKING BRAKE MAY NOT HOLD CAUSING THE VEHICLE TO ROLL INADVERTENTLY.,DEALERS WILL REPLACE THE PARKING BRAKE HANDLE ASSEMBLY. -09/07/1995,95V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V171000),Capacity of Texas,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"THE FRONT AND REAR SERVICE BRAKE RESERVOIR IS PLUMBED SO A SINGLE POINT FAILURE CAN EMPTY BOTH RESERVOIRS. THIS PLUMBING ALLOWS AIR FROM THE WET TANK TO GO THROUGH ONE OF THE REAR SERVICE RESERVOIRS BEFORE ENTERING THE FRONT SYSTEM SERVICE RESERVOIR. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""","CONSEQUENCE OF NON-COMPLIANCE; IF A LINE WERE TO BREAK, A LEAK WOULD DISABLE BOTH FRONT AND REAR BRAKE SYSTEMS INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLUMB THE FRONT AND REAR AIR BRAKE RESERVOIR LINES. -09/05/1995,95V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V170000),"THOMAS BUILT BUSES, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,300,THE ROUTING OF THE POSITIVE BATTERY CABLE CAN ALLOW HEAT FROM THE AIR DISCHARGE LINE TO MELT THE CABLE.,THIS CONDITION CAN CAUSE A POSSIBLE SHORT CIRCUIT AND LOSS OF POWER TO THE VEHICLE.,DEALERS WILL REROUTE THE POSITIVE BATTERY CABLE AND REPLACE ANY CABLES THAT SHOW DAMAGE. -08/30/1995,95V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V169000),"COBRA INDUSTRIES, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,43330,THE CHASSIS HARNESS IS NOT PROPERLY SECURED TO THE FRAME OF THE TRAILER OR IS IMPROPERLY ROUTED OVER THE AXLE.,THE WIRING CAN BE PINCHED OR CUT BETWEEN THE FRAME AND AXLE CAUSING LOSS OF CONTROL OR TOTAL BRAKE FAILURE OF THE TRAILER OR FIFTH WHEEL.,COBRA INDUSTRIES HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO TIGHTEN THE SLACK IN THE CHASSIS WIRE HARNESS AND SECURE THEM TO THE FRAME OF THE TRAILER WITH A SINGLE EYE WIRE LOOP. -08/30/1995,95V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V167000),HOLIDAY RAMBLER CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,174,"THE FEDERAL CERTIFICATION LABEL INCORRECTLY STATES THE GROSS AXLE WEIGHT RATING (GAWR) CAUSING THE LOAD RATINGS FOR THE TIRES AND TIRE PRESSURES TO BE WRONG. THIS DOES NOT COMPLY WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",CONSEQUENCE OF NON-COMPLIANCE: INCORRECT TIRES AND TIRE INFLATION CAN RESULT IN TIRE FAILURE AND POSSIBLE VEHICLE ACCIDENT.,"OWNERS WILL SENT REPLACEMENT CERTIFICATION LABELS AND INSTRUCTIONS FOR REPLACING THEM. IF THEY PREFER, OWNERS CAN HAVE THEIR DEALERS REPLACE THESE LABELS FOR THEM." -08/30/1995,95E025002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E025002),SCI,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,93,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,SCI WILL REPLACE THE TYPE III PRD WITH A SUITABLE REPLACE- MENT DEVICE. -08/30/1995,95V188001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V188001),NEOPLAN USA CORPORATION,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,101,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,"NEOPLAN WILL REPLACE THE PRD WITH THE NEWER DESIGN ""GENERATION 2.5"" PRESSURE RELIEF DEVICE." -08/28/1995,95E025001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E025001),EDO CANADA LTD.,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,3970,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,"EDO CANADA HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO CONDUCT AN INSPECTION/EXCHANGE PROGRAM FOR ALL NON X-RAYED AND ""BULGED"" TRIGGERS ON THE MIRADA PRESSURE RELIEF DEVICES." -08/28/1995,95V164002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V164002),Mazda North American Operations,STRUCTURE:HATCHBACK HYDRAULIC CYLINDER:TRUNK CYLIN,STRUCTURE,NR (Not Reported),Vehicle,6973,THE HYDRAULIC LIFT CYLINDERS ARE ATTACHED TO BRACKETS THAT ARE WELDED TO THE LIFTGATE. THE BRACKET WELDS CAN FRACTURE.,"WITH A BROKEN BRACKET WELD, THERE IS A POTENTIAL FOR THE LIFTGATE BRACKET TO GRADUALLY BEND INWARD ALLOWING THE LIFT CYLINDER BALLSTUD TO DISENGAGE.",DEALERS WILL INSTALL REINFORCEMENT BRACKETS. -08/25/1995,95C035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95C035000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,100000,,,"KOLCRAFT IS PROVIDING OWNERS WITH A NEW BUCKLE MECHANISM, INSTRUCTIONS, AND THE TOOLS NEEDED TO REPLACE THE BUCKLE." -08/25/1995,95V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V166000),SOLECTRIA CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,138,"FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS"" REQUIRES TWO ENERGY SOURCES ON THE ACCELERATOR CONTROL CAPABLE OF RETURNING THE MOTOR CONTROLLER TO THE ""IDLE"" POSITION. ALTHOUGH THESE VEHICLES ARE EQUIPPED WITH TWO SOURCES OF ENERGY (SPRINGS) ON THE ACCELERATOR CONTROL SYSTEM, ONE SPRING (LOCATED ON THE ACCELERATOR PEDAL) IS NOT CAPABLE OF RETURNING THE ACCELERATOR POTENTIOMETER TO THE ""IDLE"" POSITION. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 124.",CONSEQUENCE OF NON-COMPLIANCE: THE ENGINE SPEED MAY NOT RETURN TO IDLE INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,"SOLECTRIA IS REDESIGNING THE ACCELERATOR CONTROL POTENTIOMETERS TO CONTAIN TWO INDEPENDENT TORSIONAL SPRINGS, EACH CAPABLE OF RETURNING THE POTENTIOMETER TO THE IDLE POSITION. DEALERS WILL UPGRADE THE VEHICLES INVOLVED WITH THE NEWLY DESIGNED ACCELERATOR CONTROL SYSTEMS." -08/25/1995,95V164001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V164001),Ford Motor Company,STRUCTURE:HATCHBACK HYDRAULIC CYLINDER:TRUNK CYLIN,STRUCTURE,NR (Not Reported),Vehicle,364784,THE HYDRAULIC LIFT CYLINDERS ARE ATTACHED TO BRACKETS THAT ARE WELDED TO THE LIFTGATE. THE BRACKET WELDS CAN FRACTURE.,"WITH A BROKEN BRACKET WELD, THERE IS A POTENTIAL FOR THE LIFTGATE BRACKET TO GRADUALLY BEND INWARD ALLOWING THE LIFT CYLINDERBALL STUD TO DISENGAGE.",DEALERS WILL INSTALL REINFORCEMENT BRACKETS. -08/23/1995,95V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V163000),Hyundai Motor America,SUSPENSION:SINGLE AXLE:REAR:SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,356,ONE OR BOTH OF THE REAR SUSPENSION LOWER SPRING SEATS ARE NOT SECURELY ATTACHED TO THE SHOCK ABSORBER AND CAN SLIDE LOWER ONTO THE SHOCK ABSORBER THAN INTENDED. THE REAR SPRING WOULD NO LONGER FUNCTION TO SUPPORT THE VEHICLE BODY AT ITS NORMAL HEIGHT.,LOSS OF REAR SPRING SUPPORT CAN INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT IF IT OCCURS WHILE THE VEHICLE IS MOVING.,"DEALERS WILL INSPECT THE VEHICLE TO DETERMINE WHETHER THE REAR SHOCK ABSORBERS ARE FROM THE SUSPECT PRODUCTION. IF THE SHOCK ABSORBERS ARE FROM THE SUSPECT PRODUCTION, THE SHOCK ABSORBER/SPRING SEAT ASSEMBLIES WILL BE REPLACED." -08/18/1995,95E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E034000),"ROSTRA PRECISION CONTROLS, INC.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,79,"WHEN INSTALLED IN THE VEHICLES, A TIE WRAP IS USED TO GUIDE THE CRUISE CONTROL CABLE IN THE ENGINE COMPARTMENT. SOME TIE WRAPS HAVE BEEN INSTALLED WITH A LARGE LOOP OPENING IMPROPERLY GUIDING THE CABLE WHICH COULD PREVENT THE THROTTLE FROM RETURNING TO ITS FULL IDLE POSITION.",THE ENGINE SPEED MAY NOT RETURN TO IDLE INCREASING THEPOTENTIAL FOR A VEHICLE COLLISION.,DEALERS WILL REMOVE THE CRUISE CONTROL TIE WRAP AND INSTALL A NEWLY DESIGNED GUIDE. -08/18/1995,95V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V161000),AM GENERAL LLC,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,463,"UNDER HIGH AMBIENT TEMPERATURES (GREATER THAN 95 DEGREES FAHRENHEIT) AND THE FUEL TANK LEVEL BETWEEN 1/4 AND 1/2 FULL, THE FUEL TANK INTERNAL PRESSURE CAN INCREASE CAUSING THE TANK TO EXPAND. TANK EXPANSION CAUSES AN INTERFERENCE BETWEEN THE FUEL TANK PROTECTIVE SHIELD AND THE PROPELLER SHAFT RESULTING A HOLE IN THE FUEL TANK AT THE POINT OF SHIELD-TO-SHAFT CONTACT.","THIS CONDITION CAN CAUSE FUEL LEAKAGE, AND IF AN IGNITION SOURCE IS PRESENT, COULD RESULT IN A FIRE.",DEALERS WILL INSTALL A SUPPLEMENTAL FUEL TANK VENTING SYSTEM ON THESE VEHICLES. -08/18/1995,95V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V162000),Utilimaster Corporation,UTILIMASTER/EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,143,"THE TIRES/TIRE PRESSURES AND WHEELS LISTED ON THE LABEL ARE INCORRECT. THIS DOES NOT COMPLY WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","CONSEQUENCE OF NON-COMPLIANCE: INCORRECTLY SIZED TIRES WOULD NOT HAVE SUFFICIENT LOAD CAPACITY FOR THE VEHICLE'S SPECIFIED GROSS AXLE WEIGHT RATING, INCREASING THE POTENTIAL FOR PREMATURE TIRE FAILURE.","OWNERS WILL BE MAILED A SUPPLEMENTARY LABEL CONTAINING THE CORRECT TIRE INFORMATION AND INSTRUCTIONS FOR INSTALLING THE LABEL ON VEHICLES. IF OWNERS PREFER, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -08/17/1995,95V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V160000),"Rolls-Royce Motor Cars, Ltd.",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,107,BOTH FRONT SEAT BELT LOWER ANCHORAGE RAILS HAVE A MANUFACTURING WEAKNESS WHICH COULD FRACTURE IN A VEHICLE IMPACT.,SEAT BELT ANCHORAGE FRACTURE COULD CAUSE THE RELEASE OF THE BELT ASSEMBLY DURING A VEHICLE IMPACT INCREASING THE POTENTIAL FOR PERSONAL INJURY.,DEALERS WILL REPLACE THE FRONT SEAT BELT LOWER ANCHORAGE RAILS. -08/17/1995,95V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V159000),"Rolls-Royce Motor Cars, Ltd.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,1202,AN INCORRECTLY POSITIONED WIRE WITHIN THE ELECTRICALLY OPERATED GEARBOX ACTUATOR CAN CHAFE AGAINST THE COVER CAUSING THE TRANSMISSION SELECTOR FUSE TO BLOW.,"IF THE FUSE BLOWS, THE DRIVER CANNOT CHANGE GEARS OR PLACE THE VEHICLE IN PARK. THIS CONDITION CAN DISABLE THE VEHICLE TRANSMISSION, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPOSITION THE AFFECTED WIRE TO PREVENT CONTACT WITH THE GEARBOX ACTUATOR COVER. -08/16/1995,95V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V154000),HOLIDAY RAMBLER CORP.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,783,"THE STORAGE COMPARTMENT AT THE REAR OF THE UNIT DOES NOT HAVE A SPECIFIED STORAGE WEIGHT LIMITATION AND CAN THEREFORE BE LOADED BEYOND THE MANUFACTURER'S INTENTIONS. ALSO SOME UNITS WERE DESIGNED WITH A FRESH WATER TANK LOCATED AT THE REAR OF THE UNIT. AS A RESULT, THESE TRAILERS EXHIBIT REDUCED STABILITY WHILE BEING TOWED.","OVERLOADING OF THE REAR STORAGE COMPARTMENT ESPECIALLY WITH A FULL, REAR-MOUNTED FRESH WATER TANK, CAN CAUSE REDUCED TRAILER STABILITY AND INCREASE THE POTENTIAL FOR AN ACCIDENT.","DEALERS WILL PLACE A LABEL ON THE STORAGE COMPARTMENT TO INDICATE THE MAXIMUM STORAGE WEIGHT CAPACITY, WILL RELOCATE THE FRESH WATER TANK ON THE AFFECTED MODELS, AND INSTALL A ""HENSLEY ARROW"" HITCH WHICH WILL PROVIDE A BETTER TOWING STABILITY. THE ""HENSLEY ARROW"" HITCH WILL NOT BE A REQUIRED PART FOR THE REMEDY ON THE 1995 ALUMA-LITE 31CFS TRAVEL TRAILER DUE TO THE UNIT'S SHORTER LENGTH." -08/14/1995,95V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V153000),BUELL MOTORCYCLE CO.,EQUIPMENT:MOTORCYCLE FAIRING,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,970,THE FAIRING MOUNT ASSEMBLY BRACKET CAN CRACK AND DETACH FROM THE FRAME.,"IF THE BRACKET FAILS, THE FAIRING COULD CONTACT THE FRONT FENDER CAUSING THE OPERATOR TO LOSE CONTROL OF THE MOTORCYCLE INCREASINGTHE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSPECT THE MOTORCYCLES AND INSTALL AN INSTRUMENT PANEL STABILIZER. SOME MOTORCYCLES MAY ALREADY HAVE THE STABILIZER INSTALLED. -08/14/1995,95E005003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E005003),TRANSIT BUS INTERNATIONAL,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,94,"UPON EXPOSURE TO IMPURITIES IN THE NATURAL GAS FUEL IN COLD WEATHER, AN INTERNAL O-RING ON THESE DEVICES CAN BLISTER DURING DECOMPRESSION AFTER ""FAST-FILL"" REFUELING RESULTING IN SEAL LEAKAGE.","INTERNAL DAMAGE TO THE O-RING SEAL COULD CAUSE ARELEASE OF CNG. IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",MIRADA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. DEALERS WILL REPLACE RECALLED UNITS WITH NEW DEVICES THAT ARE NOT SUSCEPTIBLE TO O-RING DAMAGE FROM NON-METHANE COMPONENTS OF THE GAS SUPPLY WHEN THE DEVICES ARE DEVELOPED. -08/11/1995,95V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V157000),Land Rover,ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3147,"THE IDLER PULLEY, PART OF THE ENGINE FRONT END SERPENTINE BELT SYSTEM, CAN FAIL RESULTING IN SERPENTINE BELT DAMAGE OR DISENGAGEMENT.","DISENGAGEMENT OF THE PULLEY ON THE ROADWAY CAN CAUSE HARM TO PEDESTRIANS AND OTHER VEHICLES. ALSO, FAILURE OF THE BELT CAUSES ALOSS OF POWER STEERING ASSIST WHICH CAN INCREASE THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPLACE THE IDLER PULLEY WITH A NEWLY DESIGNED IDLER PULLEY. -08/11/1995,95V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V155000),Land Rover,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15378,THE BOTTOM OF THE FUEL TANK CAN CORRODE OVER TIME ALLOWING FUEL TO LEAK.,FUEL LEAKAGE CAN OCCUR INCREASING THE POTENTIAL FOR A VEHICLE FIRE.,DEALERS WILL INSPECT THE FUEL TANK AND REPLACE THE TANK IF NEEDED. -08/10/1995,95E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E018000),AUTOFLUG S.A.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Equipment,300,"AS PART OF AN ONGOING RECALL CAMPAIGN (93E-040), SOFA SAFETY BELT BUCKLE ASSEMBLIES WERE BEING REPLACED. SOME OF THE CORRECTIVE SAFETY BELT ASSEMBLIES WERE SENT OUT TO DEALERS WHICH WERE OF THE WRONG DESIGN.",THE SAFETY BELTS CAN FAIL TO PROTECT APASSENGER DURING A VEHICLE CRASH.,DEALERS WILL REPLACE THE SAFETY BELT ASSEMBLIES WITH THE CORRECT ASSEMBLIES. -08/09/1995,95E003017,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003017),"HME, Inc.",BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,89,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -08/09/1995,95V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V149000),HOLIDAY RAMBLER CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,251,THE FEDERAL CERTIFICATION LABEL INCORRECTLY STATES THE GROSS AXLE WEIGHT RATING (GAWR) CAUSING THE LOAD RATINGS FOR THE TIRES AND TIRE PRESSURES TO BE WRONG. THIS DOES NOT COMPLY WITH FMVSS NO.120.,CONSEQUENCE OF NON-COMPLIANCE: INCORRECT TIRES AND TIRE INFLATION CAN RESULT IN TIRE FAILURE AND POSSIBLE VEHICLE ACCIDENT.,"OWNERS WILL BE SENT REPLACEMENT CERTIFICATION LABELS AND INSTRUCTIONS FOR REPLACING THEM. IF THEY PREFER, OWNERS CAN HAVE THEIR DEALERS REPLACE THESE LABELS FOR THEM." -08/09/1995,95E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E032000),EDO CANADA LTD.,FUEL:COMPRESSED NATURAL GAS (CNG) FOR NATURAL GAS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,3539,"THE WATER SEAL O-RING USED IN THE VALVE END BOSS ASSEMBLY OF THE ""LITERIDER"" CYLINDER COULD BE IMPROPERLY INSTALLED CAUSING AN INTERFERENCE CONDITION.","THIS CONDITION, OVER TIME, CAN LEAD TO A LEAK OFCNG. IF THIS CNG IS ALLOWED TO COLLECT IN A CONFINED SPACE OR IS EXPOSED TOA SOURCE OF IGNITION, A FIRE COULD RESULT.","EDO CANADA HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO INSPECT EACH CYLINDER AND, WHERE NECESSARY, RETROFIT THESE CYLINDERS." -08/08/1995,95V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V152000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,83247,"INCORRECT CLEAR FRONT SIDE MARKER BULBS WERE INSTALLED RATHER THAN AMBER BULBS. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","CONSEQUENCE OF NON-COMPLIANCE: DURING ILLUMINATION, THE BULBS WILL SHOW CLEAR RATHER THAN AMBER AND COULD MOMENTARILY CONFUSE OTHER DRIVERS.",DEALERS WILL REPLACE THE CLEAR BULBS WITH THE CORRECT AMBER BULBS. -08/08/1995,95E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E033000),"Allison Transmission, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Equipment,665,"THE TRANSMISSION REVERSE SWITCHES CAN CAUSE THE BACKUP LIGHTS TO BE INOPERATIVE. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",,DEALERS WILL INSPECT THE REVERSE PRESSURE SWITCH TO DETERMINE THE TYPE OF SWITCH INSTALLED IN THE VEHICLE AND REPLACE THOSE SWITCHES IDENTIFIED AS BEING SUSPECT. -08/07/1995,95V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V148000),"THOMAS BUILT BUSES, INC.",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,1413,THE AUTOMATIC TRANSMISSION WILL NOT SHIFT INTO LOW GEAR DUE TO A MISALIGNMENT IN THE PRNDL INDICATOR.,PRNDL MISALIGNMENT CAN CAUSE THE DRIVER TO BE UNAWAREOF THE GEAR POSITION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL CORRECT THE MISALIGNMENT OF THE AUTOMATIC TRANSMISSION. -08/07/1995,95V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V150000),Blue Bird Body Company,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,2557,"THE FLOOR LINE HANDRAIL BRACKET CAN EXPAND DURING USE AND CREATE AN OPENING WHICH COULD ENTRAP COAT STRINGS, ETC. AND OTHER ARTICLES OF CLOTHING.","WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL COULD BE DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.",DEALERS WILL REPLACE THE FLAT SPLIT FLOOR LINE BRACKET WITH A ROUND TUBULAR BRACKET. -08/07/1995,95V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V151000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,73837,THE SECONDARY HOOD LATCH MAY NOT ENGAGE WHEN THE HOOD IS CLOSED.,"IN THE EVENT THE PRIMARY HOOD LATCH RELEASES OR IS NOT PROPERLY LATCHED WHEN THE VEHICLE IS IN MOTION, THE HOOD COULD FLY UP OBSTRUCTING THE OPERATOR'S VISION, AND INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE HOOD LATCH ASSEMBLY. -08/04/1995,95V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V145000),Ducati North America,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1000,THE TEFLON BUSHING FOR THE THROTTLE CABLE CAN SLIDE OUT OF THE THROTTLE CABLE HOUSING.,"THIS CONDITION CAN CAUSE THE ACCELERATOR TO STICK OPEN PARTIALLY, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL MODIFY THE THROTTLE CABLE ASSEMBLY BY ELIMINATING THE TEFLON BUSHING INSIDE THE CABLE. -08/04/1995,95V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V158000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,12832,"THE DRIVER SIDE HEADLAMP LENS HAS AN INCORRECT AIM PAD NUMBER ON THE LENS. THIS DOES NOT COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","CONSEQUENCE OF NON-COMPLIANCE: IF THESE HEAD LAMPS ARE RE-AIMED USING A MECHANICAL AIMING DEVICE THAT UTILIZES THE AIMING PAD NUMERS, THE RESULTANT AIM WOULD BE OUT OF THE SPECIFIED RANGE. THIS MAY CAUSE A VISIBILITY PROBLEM INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE DRIVER SIDE HEADLAMP ON VEHICLES WITH THE CORRECT OUTBOARD LOWER PAD NUMBER. -08/03/1995,95V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V142000),Shyft Group,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,161,THE REAR SPRING HANGER ON THE FRONT SUSPENSION CAN BREAK.,THIS CONDITION CAN ALLOW THE SPRING TO BECOME DETACHED FROM THE LOWER FRAME RAIL AFFECTING VEHICLE CONTROL AND INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL ADD TWO FASTENERS PER BRACKET INCREASING THE TOTAL NUMBER OF FASTENERS FROM FOUR (4) TO SIX (6). -08/02/1995,95V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V144000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,278,THESE VEHICLES WERE BUILT WITH AN IMPROPERLY PLUMBED BRAKE SYSTEM WHICH AFFECTS THE BRAKING ON THE REAR AXLE WHEN RUNNING EITHER BOBTAIL OR PULLING A TRAILER.,THIS CONDITION CAN AFFECT THE STOPPING ABILITY OF THE VEHICLE BECAUSE THE FRONT STEER AXLE BRAKES AND TRAILER'S BRAKES WOULD BE DOING MOST OF THE BRAKING. INCREASED STOPPING DISTANCES WOULD BE REQUIRED CAUSING ACCELERATED WEAR ON THE STEER AXLE AND THE TRAILER BRAKES.,NAVISTAR DEALERS WILL INSPECT VEHICLES AND REPAIR BY INSTALLING BRAKE LINES AND FITTINGS AS REQUIRED. -08/02/1995,95V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V146000),UNION CITY BODY COMPANY LLC,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,43,"THESE VEHICLES WERE BUILT WITH INCORRECT TIRE, WHEEL, AND INFLATION INFORMATION PRINTED ON THE FINAL STAGE MANUFACTURER'S CERTIFICATION LABEL. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VHEICLES OTHER THAN PASSENGER CARS.""",CONSEQUENCE OF NON-COMPLIANCE: INCORRECT INFLATION OF TIRES CAN CAUSE EXCESSIVE UNEVEN TIRE WEAR WHICH CAN RESULT IN TIRE FAILURE AND AN ACCIDENT.,DEALERS WILL INSTALL A CORRECTED FINAL STAGE MANUFACTURER CERTIFICATION LABEL. -08/02/1995,95V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V147000),"American Cargo, LLC",EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Vehicle,137,INSUFFICIENT GROUNDING OF THE ELECTRICAL PUMP ASSEMBLY.,"THIS CONDITION CAN CAUSE SLOW OPERATION OF THE HOIST; POSSIBLE OVERLOAD OF THE VEHICLE'S ELECTRICAL SYSTEM, AND\OR CAUSE AN ELECTRICAL SHORT IN THE POWER SUPPLY.",DEALERS WILL INSTALL A 4 GAUGE GROUND WIRE BETWEEN THE PUMP HOUSING ASSEMBLY AND THE NEGATIVE BATTERY TERMINAL. -08/02/1995,95V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V143000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,29000,THE HAND THROTTLE CABLE CAN WEAR THE BRASS SWIVEL BLOCK ON THE GOVERNOR LEVER THROUGH WHICH IT PASSES.,THIS WEAR CAN RESULT IN THE GOVERNOR JAMMING IN THEDAMAGED SWIVEL AND COULD PREVENT THE GOVERNOR LEVER FROM RETURNING TO THE IDLE POSITION.,DEALERS WILL INSTALL A REVISED GOVERNOR LEVER WITH A STAINLESS STEEL SWIVEL. ALSO LETTERS WILL BE SENT TO VEHICLE OWNERS THAT HAVE THE SAME VEHICLES BUT DO NOT HAVE A FORD INSTALLED HAND THROTTLE ADVISING THEM THAT THEY MAY REQUIRE SERVICE IF THEY HAVE HAD AN AFTER MARKET HAND THROTTLE INSTALLED. -08/01/1995,95E003016,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003016),Oshkosh Corporation,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,33,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -08/01/1995,95E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E031000),"BEAMS INDUSTRIES, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Equipment,1479,"APPROXIMATELY 10"" TO 11"" OF EXCESS WEBBING CAN CAUSE THE FIRST POINT OF LOCK-UP TO BE DELAYED. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO.209, ""SEAT BELT ASSEMBLIES.""",,ALL NONCOMPLYING LAP BELT RETRACTORS WILL BE REPLACED. -07/31/1995,95E016002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E016002),Skyline Corporation,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,12945,A SOLDER BRIDGE ON THE PRINTED CIRCUIT BOARD WITHIN THE FUSE PANEL OF THE POWER CONVERTER PASSED UNDETECTED THROUGH A TEST FIXTURE AND BYPASSES THE FUSE PROTECTING THE CIRCUIT.,"THIS SOLDER BRIDGE, WHEN COUPLED WITH A DEAD SHORT ELSE WHERE IN THE SYSTEM, CAN RESULT IN CIRCUIT OVERLOAD, OVERHEATING, AND EVEN FIRE, WITHOUT WARNING.","DETAILED TEST INSTRUCTIONS ARE BEING PROVIDED. IF A DEFECTIVE FUSE PANEL IS FOUND, A NEW REPLACEMENT PANEL WILL BE INSTALLED." -07/26/1995,95V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V137000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:LOW AIR PRESSURE WARNING DEVICES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1175,"A LOW AIR PRESSURE WARNING LIGHT LOCATED IN THE DRIVER'S INSTRUMENT CLUSTER FAILS TO ACTIVATE IF THE FRONT BRAKE AIR RESERVOIR SYSTEM FALLS BELOW 60 PSI. THIS DOES NOT COMPLY WITH FMVSS NO.121, ""AIR BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: LOW AIR PRESSURE IN THE FRONT BRAKE SYSTEM COULD LEAD TO DECREASED VEHICLE BRAKING PERFORMANCE OR CAUSE THE EMERGENCY BRAKE SYSTEM TO ENGAGE WITHOUT THE DRIVER GIVEN VISUAL OR AUDIBLE WARNING.,DEALERS WILL INSTALL A WIRING HARNESS WHICH CORRECTLY CONNECTS THE FRONT BRAKE RESERVOIR SYSTEM LOW PRESSURE SWITCH TO THE LOW AIR PRESSURE WARNING LIGHT LOCATED IN THE DRIVER'S INSTRUMENT CLUSTER. -07/26/1995,95V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V139000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,36641,"THE TRANSMISSION SHIFT-CABLE LOCK CLIP CAN BACK OUT OF ITS INSTALLED POSITION RESULTING IN A LOSS OF CABLE ADJUSTMENT. WHEN THE SHIFT LEVER IS PLACED IN THE ""PARK"" POSITION, THE ""PARK"" INDICATOR LIGHT MAY NOT ILLUMINATE.",THE VEHICLE CAN MOVE UNINTENTIONALLY IF THE DRIVER DOES NOT NOTICE THAT THE INDICATOR LIGHT IS NOT ON AND DOES NOT APPLY THE PARKING BRAKE.,DEALERS WILL ADJUST THE SHIFT CABLE AND INSTALL A LOCK CLIP. -07/26/1995,95V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V141000),"General Motors, LLC",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,16,"SOME WELDS WERE OMITTED FROM THE BODY LOCK PILLAR, OR ""B"" PILLAR. THIS DOES NOT COMPLY WITH FMVSS NO.208, ""OCCUPANT CRASH PROTECTION.""","CONSEQUENCE OF NON-COMPLIANCE: IF A VEHICLE CRASH SHOULD OCCUR, OCCUPANT PROTECTION LEVELS COULD BE REDUCED.",ALL VEHICLES IN THIS RECALL CAMPAIGN HAVE BEEN REPURCHASED AND REPLACED WITH A COMPARABLE VEHICLE. -07/26/1995,95V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V136000),Blue Bird Body Company,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,416,"THESE UNITS ARE EQUIPPED WITH A COUNTER WEIGHT ASSEMBLY MADE UP OF 300 POUNDS OF 1/4"" PLATE STEEL WELDED TOGETHER AND BOLTED BETWEEN THE FRAME RAILS IN THE REAR OVERHANG JUST FORWARD OF THE REAR BUMPER. SOME OF THE WELDS HAVE BROKEN DUE TO INSUFFICIENT WELDS, CORROSION, OR ICE EXPANSION.",THESE PLATES CAN DROP TO THE ROADWAY BECOMING A HAZARD TO FOLLOWING VEHICLES INCREASING THE POTENTIAL FOR AN ACCIDENT.,DEALERS WILL INSTALL A MECHANICAL RETAINING DEVICE WHICH CLAMPS THE PLATES TOGETHER AND FASTENED WITH THREADED FASTENERS. BUS OWNERS WILL HAVE THE OPTION OF REPAIRING THEIR OWN VEHICLES. -07/25/1995,95V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V140000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,3651,"THE VEHICLES HAVE BOTH THE SUPPLEMENTAL INFLATABLE RESTRAINT (SIR) LABEL AND AN ENGINE START LABEL INSTALLED ON THE SAME SIDE OF THE SUN VISOR. THIS DOES NOT COMPLY WITH FMVSS NO.208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING LABEL.,THE ENGINE START LABEL WILL BE REMOVED FROM THE STOWED SIDE OF THE SUN VISOR AND A NEW ENGINE START LABEL WILL BE INSTALLED ON THE HEADLINER IN THE SUN VISOR DEPRESSION. OWNERS WILL RECEIVE THE NEW LABEL AND CAN INSTALL THE LABEL THEMSELVES OR HAVE A DEALER INSTALL IT. -07/24/1995,95E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E030000),MAGNETEK,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,2673,A WIRE FROM THE LOW VOLTAGE OUTPUT OF THE TRANSFORMER CAN CONTACT THE CHASSIS OF THE POWER CONVERTER. THIS CONDITION CAN SEND LARGE AMOUNTS OF CURRENT (AMPERAGE) THROUGH THE WIRING OF THE VEHICLE FOR EXTENDED PERIODS.,HIGH CURRENT CAN RESULT IN OVERHEATING OF THE WIRINGSYSTEM AND/OR FIRE WITHOUT WARNING.,OWNERS WILL BE CONTACTED AND REQUESTED TO RETURN THESE POWER CONVERTERS TO MAGNETEK FOR REPLACEMENTS. -07/20/1995,95V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V002000),Oshkosh Corporation,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,509,THE FUEL TANK STRAP CAN BREAK ALLOWING A SLIGHT UPWARD MOVEMENT OF THE TANK. A DUAL FUEL TANK STRAP BREAKAGE CAN ALSO ALLOW THE TANK TO SLIDE FORWARD OR REARWARD.,"MOVEMENT OF THE FUEL TANK CAN ALLOW DIESEL FUEL TO LEAK, POSSIBLY RESULTING IN A VEHICLE FIRE.","THE TOP FUEL TANK STRAP WILL BE REPLACED WITH A REDESIGNED, THICKER STRAP." -07/20/1995,95V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V001000),Oshkosh Corporation,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,142,A BRACKET INSTALLED TO SECURE A HIGH IDLE COMPONENT ONTO THE ENGINE THROTTLE ARM CAN HOOK THE WIRE HARNESS AND PREVENT ITS RETURN TO IDLE SPEED.,THE ENGINE THROTTLE CAN STICK PARTIALLY OPEN RESULTING IN LOSS OF THROTTLE CONTROL AND AN ACCIDENT.,DEALERS WILL RELOCATE THE HIGH IDLE BRACKET AWAY FROM THE THROTTLE LINKAGE AND SECURE THE WIRING HARNESS AWAY FROM THE THROTTLE LINKAGE. -07/20/1995,95V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V135000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,17,"THE WRONG ATTACHMENT BOLTS WERE USED ON THE DRIVER'S SEAT. THIS DOES NOT COMPLY WITH FMVSS NO.209, ""SEAT BELT ASSEMBLIES.""",CONSEQUENCE OF NON-COMPLIANCE: THE SEAT OCCUPANT WOULD SUFFER INCREASED RISK OF INJURY IF THE SAFETY BELT ANCHORAGE FAILED IN A SUDDEN STOP OR ACCIDENT.,"DEALERS WILL REMOVE THE NONCOMPLYING 5/16"" BOLTS FROM THE ANCHORAGES AND REPLACE THEM WITH 7/16"" BOLTS." -07/19/1995,95E003015,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003015),"PREVOST CAR, INCORPORATED",BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,298,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -07/17/1995,95V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V134000),Ford Motor Company,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,1300,"THE AFFECTED VEHICLES WERE BUILT WITH OUTER TIE ROD ENDS WITH INCORRECT TAPER BALL STUDS. THE INCORRECT TAPERED BALL STUDS CAN FRACTURE WITHIN 50,000 MILES.","A FRACTURED BALL STUD CAN RESULT IN A NOTICEABLE SHAKE OR SHIMMY AND COULD CAUSE THE AFFECTED WHEEL TO TUCK INWARD OR OUTWARD, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSPECT THE OUTER TIE ROD ENDS AND REPLACE THE INCORRECTLY TAPERED BALL STUDS. -07/13/1995,95E003014,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003014),Shyft Group,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,10,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -07/13/1995,95V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V132000),Oshkosh Corporation,STEERING:UNKNOWN TYPE:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,921,THIS STEERING GEAR CAN FAIL FROM FATIGUE CAUSED BY HIGH TWISTING FORCES THAT CAN OCCUR IN CERTAIN SEVERE DAILY USE SUCH AS TURNING THE STEERING WHEEL UP AGAINST THE AXLE STOPS WHEN THE VEHICLE IS NOT ON DRY PAVEMENT.,THIS CONDITION CAN RESULT IN BROKEN PITMAN SHAFTS INCREASING THE RISK OF A VEHICLE ACCIDENT FROM A LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE AFFECTED STEERING GEARS WITH A NEW STEERING GEAR (SAGINAW PART NO. 26035369/OSHKOSH PART NO. 4SK351). -07/11/1995,95V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V133000),"Dabryan Coach Builders, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,692,"IMPROPER INSTALLATION OF THE REAR BRAKE LINE AT THE POINT AT WHICH THE EXTENDED BRAKE LINE FIRST BENDS AND EXTENDS OVER THE LEFT REAR WHEEL AREA OF THE FRAME. IF NOT INSTALLED WITH SUFFICIENT CLEARANCE, CHAFING OF THE BRAKE LINE CAN OCCUR IN AN AREA ADJACENT TO THE REAR FLOOR PAN.","THE REAR BRAKE LINE CAN LEAK OR RUPTURE RESULTING IN REDUCED BRAKING CAPABILITY, LOSS OF REAR BRAKES, AND/OR LOSS OF BRAKE FLUID RESERVES IN THE MASTER BRAKE CYLINDER.",DEALERS WILL INSPECT THE BRAKE LINE FOR PROPER INSTALLATION AND/OR DAMAGE AND REPLACE AS NECESSARY. ALSO A PROTECTIVE BOOT OR SLEEVE OVER THE BRAKE LINE WILL BE INSTALLED. -07/11/1995,95E017002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E017002),Volvo Trucks North America,WHEELS,WHEELS,NR (Not Reported),Equipment,62,THESE WHEELS ARE COMPOSED OF 2 PIECES - A DISC AND A RIM WHICH ARE NORMALLY WELDED TOGETHER. THESE WHEELS LACK THE SPECIFIED FILLET WELDS.,"IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS INMOTION, BOTH STEERING AND BRAKING COULD BE AFFECTED RESULTING IN A VEHICLECRASH.","DEALERS WILL INSPECT THE MANUFACTURING CODES STAMPED ON EACH WHEEL AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL." -07/08/1995,95E003013,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003013),Crane Carrier Company,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,96,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -07/07/1995,95V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V131000),PACCAR Incorporated,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,225,THESE SEATS MAY HAVE AN IMPROPERLY LOCATED WELD ON A LEVER ARM WHICH SUPPORTS THE SEAT BACK. THIS WELD CAN FAIL CAUSING THE SEAT BACK TO FALL BACKWARD FREELY WITHOUT SUPPORT TO THE DRIVER.,THIS CONDITION CAN CAUSE THE DRIVER TO FALL BACKWARD IN THE SEAT LOSING CONTROL OF THE VEHICLE AND POTENTIALLY CAUSING A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE SEATS FOR THE SUSPECT WELD AND REPLACE THE SEATS IF NECESSARY. -07/06/1995,95V103010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103010),"DAIHATSU AMERICA, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,7514,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THAT LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. IF YOU DO NOT LIVE NEAR A DAIHATSU DEALER, CONTACT DAIHATSU DIRECTLY AND ARRANGEMENTS WILL BE MADE AT A REPAIR FACILITY OF YOUR CHOICE, ALSO FREE OF CHARGE." -07/05/1995,95E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E027000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,990,THESE BATTERIES MAY HAVE TERMINALS THAT WERE IMPROPERLY WELDED.,"IF THESE BATTERIES ARE CHARGED, LOAD TESTED OR JUMPSTARTED, THEY COULD EXPLODE WITHOUT WARNING RESULTING IN INJURY TO PERSONSSTANDING NEARBY. WARNING: DO NOT ATTEMPT TO SERVICE THESE BATTERIES.","DEALERS WILL INSPECT THE BATTERIES FOR THE DATE CODE INVOLVED AND IF THE BATTERY HAS THE DATE CODE OF 5BC16, IT WILL BE REPLACED FREE OF CHARGE." -07/05/1995,95V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V130000),"General Motors, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:BACK UP LIGH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5482,"THESE VEHICLES WERE ASSEMBLED WITH A TRANSMISSION REVERSE SIGNAL SWITCH THAT COULD LEAK CAUSING LOSS OF ELECTRICAL CONTACT WHEN THE TRANSMISSION IS IN REVERSE. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN PREVENT THE BACKUP WARNING SYSTEM (LIGHTS AND AUDIBLE ALARMS) FROM OPERATING PROPERLY, INCREASING THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPLACE THE REVERSE SIGNAL PRESSURE SWITCH. -06/30/1995,95E003012,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003012),FLXIBLE CORPORATION,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,97,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -06/29/1995,95E003011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003011),Pierce Manufacturing,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -06/29/1995,95E017001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E017001),"Mack Trucks, Inc.",WHEELS,WHEELS,NR (Not Reported),Equipment,62,THESE WHEELS ARE COMPOSED OF 2 PIECES - A DISC AND A RIM WHICH ARE NORMALLY WELDED TOGETHER. THESE WHEELS LACK THE SPECIFIED FILLET WELDS.,"IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS INMOTION, BOTH STEERING AND BRAKING COULD BE AFFECTED RESULTING IN A VEHICLECRASH.","DEALERS WILL INSPECT THE MANUFACTURING CODES STAMPED ON EACH WHEEL AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL." -06/28/1995,95V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V129000),CAGIVA NORTH AMERICA,SUSPENSION:MOTORCYCLE REAR,SUSPENSION,NR (Not Reported),Vehicle,200,THE WRONG REAR AXLE SCREWS WERE INSTALLED ON SOME OF THESE MOTORCYCLES.,THIS CONDITION CAN CAUSE THE REAR AXLE SCREW TO INTERFERE WITH THE MUFFLER INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE REAR AXLE SCREWS. -06/27/1995,95E003010,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003010),"Mack Trucks, Inc.",BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1224,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -06/27/1995,95V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V128000),Honda (American Honda Motor Co.),"FUEL: VEHICLE CRASH, CUT OFF SYSTEM (5-94)","FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,54388,THE SENSOR'S PLASTIC CASE MATERIAL CAN LEAK ALLOWING THE SENSOR TO SHUT OFF THE ENGINE UNEXPECTEDLY DURING ABRUPT TURNS OR WHEN RIDING OVER BUMPY SURFACES.,"SUDDEN LOSS OF ENGINE POWER, ESPECIALLY WHILE TURNING, CAN CAUSE A VEHICLE CRASH.",DEALERS WILL REPLACE THE BANK ANGLE SENSOR. -06/27/1995,95V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V127000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,21742,THE WIRE END OF THE HAND THROTTLE CABLE PASSES THROUGH A SPLIT PLASTIC GROMMET IN THE ACCELERATOR ROD. THIS WIRE CAN WORK THROUGH THE SLOT IN THE GROMMET AND BECOME LODGED BETWEEN THE GROMMET AND THE EDGE OF THE HOLE IN THE ACCELERATOR ROD.,"IF THE THROTTLE WIRE BECOMES LODGED, THE ACCELERATOR CAN STICK AND NOT RETURN TO IDLE POSITION POTENTIALLY AFFECTING THE OPERATOR'S ABILITY TO CONTROL THE VEHICLE AND INCREASING THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPAIR BUSES BY INSTALLING A NEW CABLE GROMMET WITHOUT A SLOT; INSTALL A NEW CABLE STOP; AND READJUST THE THROTTLE CABLE. -06/27/1995,95V103011,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103011),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,265000,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THAT LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -06/26/1995,95E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E026000),"VEHICLE SAFETY MANUFACTURING, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,350,"THESE LAMPS DO NOT MEET THE REFLEX FUNCTION OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.""",,DEFECTIVE LENSES WILL BE REMOVED AND EXCHANGED FOR A NEWER LENS THAT HAS BEEN MADE TO SPECIFICATIONS. -06/26/1995,95V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V121000),FRUEHAUF CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,13,AN INNER WHEEL BEARING CONE MAY BE MISSING ON SOME OF THESE TRAILERS.,"WITHOUT AN INNER BEARING CONE, THE WHEEL USES THE OIL SEAL AS THE INNER LOAD SUPPORT. UNDER THIS LOAD, THE OIL SEAL DETERIORATES CAUSING THE OIL CONTAINED IN THE WHEEL CAVITY TO SEEP AND THE BRAKE DRUM TO RESTAND DRAG ON THE BRAKE LINING. DRAGGING BRAKES CAN CAUSE INADVERTENT OR ERRATIC BRAKING AND/OR OVERHEATING OF THE BRAKE DRUM WHICH, IN CONTACTING THE SEEPING OIL CAN START A FIRE IN THE AFFECTED WHEEL ASSEMBLY.",DEALERS WILL INSPECT ALL BRAKE COMPONENTS AND THE AXLE SPINDLE FOR ANY DAMAGE OR EXCESSIVE WEAR. DEALERS WILL REPLACE AND REPAIR AS REQUIRED. -06/25/1995,95E009004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E009004),Volvo Trucks North America,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Equipment,14,"DURING ASSEMBLY, THE TIE ROD END NUTS WERE NOT PROPERLY TORQUED. EXTREMELY LOW TORQUE CAN ALLOW MOVEMENT BETWEEN THE BALL STUD AND THE TIE ROD ARM CAUSING DAMAGE.",THIS CONDITION CAN AFFECT THE DRIVER'S ABILITY TOSTEER THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL CHECK THESE AXLES FOR PROPER TORQUE AND RETORQUE TO ROCKWELL'S SPECIFICATIONS. -06/20/1995,95V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V125000),HOLIDAY RAMBLER CORP.,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,215,TWO LATCHES MOUNTED ON EACH SIDE OF THE REAR ENGINE ACCESS COVER AND SECURE THE COVER WHEN THE MOTORHOME IS IN TRANSIT WERE NOT POSITIONED CORRECTLY.,THE LATCHES WERE NOT CONSISTENTLY POSITIONED IN THE SAME LOCATION ON THE ENGINE COVER TO OBTAIN POSITIVE CONTACT AND COULD COME LOOSE UNDER CERTAIN DRIVING CONDITIONS.,DEALERS WILL STRAIGHTEN OUT THE LATCH TO PROVIDE ADDITIONAL LENGTH REQUIRED TO ENSURE POSITIVE CONTACT TO SECURE THE ENGINE COVER. -06/19/1995,95E003009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003009),MARMON MOTOR COMPANY,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,190,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -06/19/1995,95V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V122000),Motor Coach Industries,WHEEL CHAIR SEAT BELT RETRACTORS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,36,THE WEBBED BELT RETRACTORS USED TO SECURE A WHEEL CHAIR IN THE BUS FAIL WHEN THE PLASTIC RETRACTOR COVER SEPARATES ALLOWING THE COVER TO OPEN. THIS CAN ALLOW THE INTERNAL RETRACTOR SPRING TO RELEASE OUT OF THE RETRACTOR.,THE RETRACTOR COULD FAIL TO HOLD AN OCCUPANT IN THE EVENT OF A VEHICLE ACCIDENT.,DEALERS WILL RETROFIT THE WHEEL CHAIR SECUREMENT RETRACTORS. -06/16/1995,95V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V123000),Land Rover,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2114,A FLEXIBLE BRAKE HOSE THAT CONNECTS THE HYDRAULIC PUMP TO THE ANTI-LOCK BRAKE SYSTEM (ABS) VALVE BLOCK ASSEMBLY CAN LEAK CAUSING LOSS OF BRAKE FLUID.,"LOSS OF BRAKE FLUID CAN RESULT IN THE INOPERATION OF PRIMARY BRAKE CIRCUIT, INCLUDING THE REAR BRAKES, AND LOSS OF ABS OPERATION WITH A CONSEQUENT REDUCTION IN BRAKING PERFORMANCE AND POSSIBLE INCREASED BRAKING DISTANCES. ALSO, BRAKE FLUID LEAKAGE IN THE ENGINE COMPARTMENT COULD CAUSE A FIRE IF THERE IS A SOURCE OF IGNITION.",DEALERS WILL INSPECT THE VEHICLES TO DETERMINE IF IT IS FITTED WITH THE SUSPECT HOSE AND THEN REPLACE THE SUSPECT HOSE WITH THE LATEST DESIGN. -06/16/1995,95C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95C024000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,193332,"THESE INFANT CHILD SEATS DO NOT MEET THE SLED TEST REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS,"" WHEN TESTED WITHOUT THE DETACHABLE AUTOBASE.",,"EVENFLO WILL PROVIDE A SET OF PLASTIC INSERTS TO ALL OWNERS OF THE ""ON MY WAY"" INFANT RESTRAINTS. EVENFLO RECOMMENDS THAT OWNERS ONLY USE THE RESTRAINT WITH THE DETACHABLE AUTOBASE UNTIL THE PLASTIC INSERTS ARE RECEIVED AND INSTALLED." -06/16/1995,95E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E025000),MIRADA,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,15590,SOME TEMPERATURE SENSITIVE TRIGGERS WERE NOT X-RAYED. THESE TRIGGERS COULD CONTAIN INTERNAL VOIDS THAT WOULD MAKE THE TRIGGERS SUSCEPTIBLE TO ADVANCED CREEP CAUSING FALSE ACTIVATION AND VENTING OF THE CNG.,VENTING OF THE CNG COULD RESULT IN A FIRE.,"MIRADA WILL REPLACE THE PRESSURE RELIEF DEVICES WITH THE NEWER DESIGN ""GENERATION 2.5"" PRESSURE RELIEF DEVICES." -06/14/1995,95V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V120000),A. GIRARDIN INC.,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,386,PASSENGERS' CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUS INJURY OR DEATH.","DEALERS WILL INSTALL A HALF-MOON SHAPED PART BEHIND THE HANDRAIL, AT THE LOWER END WHERE IT ATTACHES TO THE STEPWELL OF THE DOUBLE LEAF DOOR." -06/13/1995,95E003008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003008),Ford Motor Company,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,3500,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -06/12/1995,95V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V117000),"Winnebago Industries, Inc.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,82,THE WIRES OF A 12-VOLT SOLENOID LOCATED INSIDE THE SIDE PLATE BEHIND THE DRIVER'S SEAT CAN SHORT ON THE SOLENOID CASE.,THIS CONDITION COULD RESULT IN A VEHICLE FIRE.,DEALERS WILL REMOVE THE SOLENOID AND REWIRE THE SWITCHING SYSTEM USING AN EXISTING INTERNAL RELAY. -06/12/1995,95V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V118000),FRUEHAUF CORPORATION,WINNEBAGO/EQUIPMENT: CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,59,THE CERTIFICATION LABEL ON THESE VEHICLES HAS INCORRECT TIRE PRESSURE DATA. A TIRE PRESSURE RATING OF 110 PSI WAS LISTED FOR BOTH FRONT AND REAR TIRES. THE PROPER TIRE PRESSURE VALUES ARE 90 PSI FRONT AND 80 PSI REAR.,CONSEQUENCE OF NON-COMPLIANCE: INCORRECT INFLATION OF TIRES CAUSES EXCESSIVE UNEVEN TIRE WEAR THAT CAN RESULT IN TIRE FAILURE AND AN ACCIDENT.,"CORRECT CERTIFICATION LABELS WILL BE MAILED TO OWNERS WITH INSTRUCTIONS FOR INSTALLING THE LABEL ON THEIR VEHICLES. IF OWNERS PREFER, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -06/08/1995,95E002002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E002002),"ADVANCE MIXER, INC.",BRAKES:AIR SYSTEMS:DRUM AND SHOE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,28,THE MACHINING PERFORMED ON THE BRAKE DRUMS WILL NOT PERMIT THE DRUM TO SEAT FULLY AGAINST THE HUB FACE. THE REDUCED BRAKE DRUM AND HUB CONTACT AREA WILL ABRADE AND FRET ALLOWING THE WHEEL MOUNTING JOINT TO LOOSEN.,THE WHEEL MOUNTING STUDS CAN BREAK RESULTING INSEPARATION OF THE WHEEL FROM THE VEHICLE. VEHICLE STEERING AND BRAKING WILL BE REDUCED AND THE SEPARATED WHEEL WOULD CAUSE A HAZARD TO OTHERS ON THE HIGHWAY. EITHER EVENT CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE INCORRECTLY MACHINED DRUMS WITH NEW BRAKE DRUMS SUPPLIED BY ROCKWELL AND ALSO REPLACE THE WHEEL MOUNTING STUDS. -06/07/1995,95V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V119000),Volvo Trucks North America,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,175,TWO BOLTS ATTACHING THE UPPER STEERING ARM TO THE FRONT STEERING AXLE WERE NOT TIGHTENED PROPERLY.,THE BOLTS COULD LOOSEN INCREASING THE POTENTIAL FOR LOSS OF STEERING CONTROL AND AN ACCIDENT.,DEALERS WILL INSTALL NEW BOLTS AND TIGHTEN TO PROPER TORQUE SPECIFICATION. -06/06/1995,95V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V116000),BUELL MOTORCYCLE CO.,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1226,FUEL SEEPAGE CAN OCCUR AT THE MOLD PARTING LINE OR AT THE AREA WHERE THE PETCOCK ATTACHES TO THE FUEL TANK.,FUEL LEAKS COULD RESULT IN A FIRE IF AN IGNITION SOURCE IS PRESENT.,DEALERS WILL REMOVE AND REPLACE THE FUEL TANKS ON THE INVOLVED MOTORCYCLES. -06/06/1995,95V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V111000),"Airstream, Inc.",FUEL:LPG CONTAINER (TANK) ATTACHMENTS (STRAPS/BOLT,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,150,THE LP TANK CAN PIVOT IN ITS MOUNTING BRACKET AND WORK LOOSE.,"IF THE TANK WORKS LOOSE AND FALLS ONTO THE HIGHWAY, EXTREMELY FLAMMABLE LP FUEL CAN BE RELEASED AND IGNITED BY SPARKS RESULTING IN FIRE OR POSSIBLE EXPLOSION.","DEALERS WILL ADD AN ADDITIONAL MOUNTING STRAP. AIRSTREAM WILL ALSO PROVIDE THE MOUNTING STRAP, HARDWARE AND INSTRUCTIONS TO OWNERS WHO WISH TO INSTALL THE STRAP THEMSELVES." -06/05/1995,95E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E021000),"Fulmer Helmets, Inc.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,5119,THE QUICK RELEASE CHIN STRAP SYSTEM CAN OPEN WITHOUT BOTH BUTTONS BEING DEPRESSED.,THE HELMET COULD RELEASE UNEXPECTEDLY DISTRACTINGA DRIVER INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,OWNERS ARE ASKED TO RETURN THEIR HELMETS TO FULMER FOR REPAIR. -06/05/1995,95V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V114000),FREIGHTLINER LLC,FREIGHTLINTER/BRAKES:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,317,THE PRIMARY AIR RESERVOIR CAN RUPTURE DUE TO INADEQUATE SEAM WELDS.,THIS CONDITION COULD CAUSE LOSS OF BRAKING CAPABILITY AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REMOVE AND REPLACE ALL PRIMARY AIR RESERVOIRS DATED CODE 2/27/93. -06/05/1995,95E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E023000),"INDIANA MILLS, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Equipment,423,"THE HEX SPACER ASSEMBLY WHICH EXTENDS THE SAFETY BELT ANCHORAGE CAN SEPARATE AT STATIC LOADS OF 4,000 POUNDS. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",,"INDIANA MILLS WILL REPAIR THE INVOLVED SEATS USING REPLACEMENT HEX SPACER ASSEMBLY HARDWARE WHICH IS ABLE TO WITHSTAND A STATIC FORCE GREATER THAN 5,000 POUNDS." -06/05/1995,95V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V115000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,22361,"CRACKS DEVELOP IN THE WHEEL MOUNTING SURFACE. IF THESE CRACKS BECOME SEVERE ENOUGH, THE WHEEL WILL COMPLETELY SEPARATE FROM THE VEHICLE.","IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS IN MOTION, LOSS OF STEERING AND BRAKE CONTROL OF THE VEHICLE OCCURS, AND A VEHICLE CRASH COULD RESULT WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT THE MANUFACTURING DATE CODES STAMPED ON EACH WHEEL OF THE VEHICLE AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL ASSEMBLY." -06/02/1995,95E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E022000),AMEREX CORPORATION,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,96,"THE VEHICLE OPERATOR IS ABLE TO SILENCE THE AUDIBLE ALARM WHICH WARNS OF ""TRACE"" AND ""MODERATE"" LEVELS OF METHANE DETECTION.",THE MOTION REQUIRED FOR THE BUS DRIVER TO SILENCE THEALARM AS INSTALLED REQUIRES THE DRIVER TO DIVERT HIS ATTENTION AND FIELD OFVISION AWAY FROM THE HIGHWAY INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REMOVE THE EXISTING SYSTEM AND REPLACE IT WITH A MUCH IMPROVED AMGADS II (SECOND GENERATION) METHANE DETECTION SYSTEM. -06/02/1995,95V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V113000),Utility Trailer Manufacturing Company,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,421,THE VERTICAL AND HORIZONTAL WELDS ON THE CARGO TIE DOWN DEVICES WERE NOT PROPERLY WELDED.,THE CARGO TIE DOWNS CAN SEPARATE CAUSING THE LOSS OF CARGO INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT AND INJURY.,"DEALERS WILL INSPECT THE WELDS AND, IF NECESSARY, REWELD ALL IMPROPER WELDS." -06/01/1995,95V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V112000),"VERITRANS SPECIALTY VEHICLES, INC.",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,192,"THE FLUORESCENT LIGHT CIRCUIT DIODE, LOCATED UNDER THE DRIVER'S SEAT, CAN OVERHEAT.",THIS DIODE CAN BECOME HOT ENOUGH TO IGNITE SURROUNDING MATERIAL RESULTING IN A POSSIBLE VEHICLE FIRE.,DEALERS WILL REPLACE THIS DIODE WITH A SOLENOID THAT WILL ELECTRICALLY DISCONNECT THE WIRE INSTEAD OF PREVENTING BACK-FEEDING WITH A DIODE. -06/01/1995,95E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E020000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,13105,ONE OR MORE PAIRS OF THE SIX PROJECTION WELDS THAT ATTACH THE SENDER UNIT RETAINING RING TO THE TANK MAY NOT HAVE BEEN WELDED CORRECTLY.,"THESE WELDS CAN FRACTURE DURING SENDING UNITINSTALLATION. IF THE WELDS FRACTURED AND WAS NOT NOTICED BY THE INSTALLER,THE TANK COULD SPRAY SOME FUEL IN A COLLISION AND/OR LEAK FUEL IF THEVEHICLE ROLLED OVER. IF AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",DEALERS WILL INSPECT THE FUEL TANK FOR INADEQUATE WELDS ATTACHING THE SENDER UNIT RETAINING RING TO THE TANK. TANKS HAVING INADEQUATE WELDS WILL BE REPLACED. -05/31/1995,95V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V110000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,113343,THE FRONT OUTER SHOULDER BELT WEB SEW STOP CAN BECOME STUCK IN THE RETRACTOR. THE BELT CAN BE DIFFICULT TO PULL OUT OF THE RETRACTOR AND SOME OCCUPANTS MAY NOT BE ABLE TO FASTEN THE BELT.,THIS CONDITION CAN PREVENT A PERSON FROM USING THEIR RESTRAINT SYSTEM RESULTING IN AN INCREASED RISK OF INJURY IN AN ACCIDENT.,DEALER WILL INSTALL A WEBBING STOP BUTTON IF THE CUSTOMER REQUESTS REPAIR. -05/30/1995,95E016001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E016001),"Jayco, Inc.",ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,90,A SOLDER BRIDGE ON THE PRINTED CIRCUIT BOARD WITHIN THE FUSE PANEL OF THE POWER CONVERTER PASSED UNDETECTED THROUGH A TEST FIXTURE AND BYPASSES THE FUSE PROTECTING THE CIRCUIT.,"THIS SOLDER BRIDGE, WHEN COUPLED WITH A DEAD SHORT ELSE WHERE IN THE SYSTEM, CAN RESULT IN CIRCUIT OVERLOAD, OVERHEATING, AND EVEN FIRE, WITHOUT WARNING.","DETAILED TEST INSTRUCTIONS ARE BEING PROVIDED. IF A DEFECTIVE FUSE PANEL IS FOUND, A NEW REPLACEMENT PANEL WILL BE INSTALLED." -05/26/1995,95V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V109000),Ducati North America,BRAKES:MECHANICAL SERVICE:DISC BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,209,SOME MOTORCYCLES WERE PRODUCED WITHOUT THE APPLICATION OF THE PROPER LOCTITE ADHESIVE ON THE REAR BRAKE DISC AND COUNTER SHAFT CHAIN SPROCKET SCREWS.,"THIS CONDITION CAN POTENTIALLY CAUSE THE BRAKE DISC TO BECOME LOOSE, INTERFERE WITH THE BRAKE CALIPER SUPPORT PLATE, CAUSING NOISE AND REDUCED REAR BRAKE PERFORMANCE INCREASING THE RISK OF AN ACCIDENT.","DEALERS WILL REMOVE, INSPECT, CLEAN AND REINSTALL THE REAR BRAKE DISC SCREWS AND COUNTER SHAFT CHAIN SPROCKET SCREWS AND APPLY THE PROPER LOCTITE ADHESIVE." -05/26/1995,95V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V108000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:POW,SEATS,NR (Not Reported),Vehicle,475,THE THREADED INSERT WHICH ATTACHES THE SAFETY BELT CATCH TO THE FRONT SEAT WAS INCORRECTLY MANUFACTURED.,THIS CONDITION CAN REDUCE RESTRAINING CAPABILITY OFTHE SAFETY BELT IN SEVERE COLLISIONS.,DEALERS WILL REPLACE THE THREADED INSERT IN THE AFFECTED FRONT SEATS. -05/26/1995,95E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E019000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2455,"THESE HEADLIGHTS DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",,SIGMA WILL REPLACE THESE HEADLIGHTS. -05/25/1995,95V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V107000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,11562,"THE SAFETY BELT WEBBING GUIDE (B-PILLAR ""D"" RING) CAN BREAK UNDER HEAVY LOADS.",THIS CONDITION CAN REDUCE THE RESTRAINING CAPABILITIES OF THE SAFETY BELT IN THE EVENT OF AN ACCIDENT.,"DEALERS WILL REINFORCE THE METAL PLATE WHICH IS PART OF THE WEBBING GUIDE (""D"" RING) IN THE UPPER SAFETY BELT ANCHORAGE FOR BOTH FRONT SEATING POSITIONS." -05/24/1995,95V103001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103001),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,3700000,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES. CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. CHECK THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUG ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, THEN PRESS THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS ANY SIGN OF BREAKAGE OR CRACKING, OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, PROMPTLY CONTACT YOUR AUTHORIZED HONDA/ACURA DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT THE FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103002),"Nissan North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,2730462,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED FREE OF CHARGE." -05/24/1995,95V103003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103003),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,920000,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103004),"Mitsubishi Motors North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,658000,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103005),Mazda North American Operations,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,360433,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103006),"Subaru of America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,100825,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103007),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,466902,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103008),"Suzuki Motor USA, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,127155,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V103009,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V103009),Isuzu Motors Limited,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,88424,"THE FRONT SAFETY BELT BUCKLE RELEASE BUTTONS CAN BREAK. THESE RED PLASTIC RELEASE BUTTONS ARE MARKED ""PRESS."" IF A BUTTON BREAKS, PIECES CAN FALL INTO THE BUCKLE ASSEMBLY CAUSING THE BUCKLE TO OPERATE IMPROPERLY.",THE SAFETY BELTS WOULD NOT PROVIDE ADEQUATE PROTECTION TO AN OCCUPANT IN A VEHICLE CRASH.,"OWNERS SHOULD PROMPTLY CHECK THE CONDITION AND OPERATION OF BOTH FRONT SAFETY BELT BUCKLES AND CAREFULLY INSPECT THE RED RELEASE BUTTON FOR ANY BREAKS OR CRACKS. THEY SHOULD ENSURE THAT BOTH BUCKLES ARE OPERATING PROPERLY BY INSERTING EACH LATCH PLATE INTO ITS BUCKLE, TUGGING ON THE BELT TO MAKE SURE THE LATCH IS SECURELY LOCKED, AND THEN PRESSING THE RELEASE BUTTON. THE LATCH PLATE SHOULD POP OUT OF THE BUCKLE WHEN THE BUTTON IS PRESSED. IF EITHER RELEASE BUTTON SHOWS A SIGN OF BREAKING OR CRACKING OR IF EITHER BUCKLE FAILS TO OPERATE PROPERLY, OWNERS SHOULD PROMPTLY CONTACT THEIR AUTHORIZED DEALER TO SCHEDULE AN APPOINTMENT TO HAVE THE BUCKLE REPLACED OR REPAIRED, FREE OF CHARGE. THE MANUFACTURER IS DEVELOPING A REMEDY DESIGNED TO PREVENT FAILURE OF THE BUTTONS THAT ARE NOT CURRENTLY BROKEN." -05/24/1995,95V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V104000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:BUCKET,SEATS,NR (Not Reported),Vehicle,5752,THE SWIVEL SEAT ASSEMBLY ATTACHMENTS BETWEEN THE UPPER AND LOWER PORTIONS ARE INADEQUATE TO INSURE THAT THE ASSEMBLY WILL STAY TOGETHER DURING NORMAL USE. VIBRATION CAN CAUSE THE ATTACHING BOLTS TO WORK LOOSE AND FALL OUT.,"SHOULD THE BOLTS FALL OUT, THE SEAT SWIVEL ASSEMBLY WOULD SEPARATE. IF THIS SHOULD HAPPEN WHILE THE VEHICLE IS IN MOTION, IT COULD CAUSE THE OPERATOR TO LOSE CONTROL OF THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL INSTALL A NEW RE-DESIGNED SWIVEL MOUNT/STOP RING, A SPACER AND NEW LONGER MOUNTING BOLTS." -05/24/1995,95V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V101000),Hyundai Motor America,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,14651,THE DRIVER'S SIDE AIR BAG WAS IMPROPERLY ASSEMBLED AND COULD CAUSE THE AIR BAG WARNING LIGHT TO ILLUMINATE FROM INCREASED ELECTRICAL RESISTANCE.,AN INCREASE IN THE ELECTRICAL RESISTANCE MIGHT PREVENT THE AIR BAG FROM ACTIVATING DURING A VEHICLE CRASH.,"DEALERS WILL INSPECT THE AIR BAG ASSEMBLY WIRING HARNESS CONNECTOR TO DETERMINE IF IT CONTAINS A TERMINAL HOLDER. IF IT DOES NOT, ONE WILL BE INSTALLED." -05/24/1995,95V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V102000),Utility Trailer Manufacturing Company,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,213,"THE FLANGED WHEEL NUTS WERE IMPROPERLY TORQUED. THE IMPROPERLY TORQUED FLANGED WHEEL NUTS COULD CAUSE DAMAGE OR DEFORMATION TO THE HUBS, DRUMS, STUDS AND WHEELS.",THE TRAILER DUAL WHEELS COULD SEPARATE RESULTING IN INJURY TO PERSONS OR PROPERTY IN THE VICINITY.,"DEALERS WILL INSPECT ALL WHEEL END ASSEMBLIES AND REPLACE ALL WHEEL STUDS AS WELL AS ANY HUBS, DRUMS, OR WHEELS WHICH SHOW DEFORMATION OR DAMAGE." -05/23/1995,95V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V105000),"Volkswagen Group of America, Inc.",ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,164000,"IN THE EVENT OF A COOLING SYSTEM COMPONENT FAILURE WHILE THE VEHICLE IS DRIVEN, THE COOLANT CAN OVERHEAT CAUSING THE COOLING SYSTEM PRESSURE TO RISE TO A LEVEL WHERE A LEAK IN THE HEAT EXCHANGER CAN OCCUR.","A LEAK OR FAILURE OF THE HEAT EXCHANGER LOCATED UNDER THE DASHBOARD CAN ALLOW HOT COOLANT TO ESCAPE AND CAUSE INJURY TO THE FEET OF A PASSENGER. HOT COOLANT CAN ALSO STEAM UP THE INTERIOR OF THE VEHICLE TEMPORARILY IMPAIRING THE DRIVER'S VISIBILITY, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A BYPASS VALVE KIT WHICH IS DESIGNED TO ROUTE EXCESSIVELY HOT COOLANT TO THE ENGINE WITHOUT FLOWING THROUGH THE HEAT EXCHANGER. DEALERS WILL ALSO INSTALL A PLASTIC COVER UNDERNEATH THE DASHBOARD ON THE PASSENGER SIDE TO ENSURE THAT THE PASSENGER IS NOT EXPOSED TO HOT COOLANT IN THE EVENT OF A LEAK. -05/19/1995,95E003007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003007),Blue Bird Body Company,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -05/18/1995,95V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V100000),"Mitsubishi Motors North America, Inc.",EXHAUST SYSTEM:CATALYTIC CONVERTER SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2971,THE WELDED JOINTS CONNECTING THE CATALYTIC CONVERTER MUFFLER AND THE EXHAUST PIPE WAS INFERIOR. THE WELD CAN CRACK UNDER NORMAL OPERATION.,THIS CONDITION COULD CAUSE EMISSION GAS LEAKAGE AND POSSIBLY COULD RESULT IN THE MUFFLER ASSEMBLY FALLING ONTO THE ROADWAY AND CAUSING A TRAFFIC ACCIDENT.,DEALERS WILL REPLACE THE MUFFLER ASSEMBLY. -05/16/1995,95V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V097000),"Kawasaki Motors Corp., U.S.A.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,2976,"THE TOOLS MAY COME OUT OF THE TOOL KIT BAG WHILE RIDING, FALL INTO THE DRIVE TRAIN AREA AND POSSIBLY LODGE IN ONE OF THE MOVING PARTS.",THIS CONDITION COULD CAUSE THE REAR WHEEL TO LOCK UP RESULTING IN A LOSS OF CONTROL OF THE MOTORCYCLE AND PERSONAL INJURY.,DEALERS WILL REPLACE THE TOOL KIT BAG AND ITS RETAINING STRAP WITH A DRAW-STRING BAG AND NEW RETAINING BAND. -05/16/1995,95E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E015000),AUTOMOTIVE CLIMATE CTRL.,HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Equipment,1087,THE AMBULANCE OR EMERGENCY VEHICLE EQUIPPED WITH THIS HVAC SYSTEM IS WIRED WITH A CIRCUIT PROTECTION GREATER THAN 20 AMPS.,INCORRECT CIRCUIT PROTECTION FOR THE HVAC BLOWER ASSEMBLY HAS CAUSED FIRES IN THESE VEHICLES.,DEALERS WILL INSTALL ADDITIONAL FUSE PROTECTIONS TO THE BLOWER MOTOR ASSEMBLY. -05/16/1995,95V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V098000),PACCAR Incorporated,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,3649,AN INTERFERENCE CONDITION BETWEEN THE BACK CUSHION AND THE RECLINER HANDLE CAN CAUSE AN INCOMPLETE LATCHING OF THE RECLINER MECHANISM.,"THIS CONDITION CAN CAUSE THE SEAT BACK TO ""RATCHET"" REARWARD. REARWARD MOVEMENT OF THE SEAT BACK INCREASES TO WHERE THE SEATBACK HAS MOVED TO A FULLY RECLINED HORIZONTAL POSITION. COMPLETE LOSS OF BACK SUPPORT COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE AND CAUSE AN ACCIDENT.","DEALERS WILL INSPECT THE SEAT AND, IF NECESSARY, INSTALL A NEW RECLINER LATCH SPRING AND HANDLE." -05/16/1995,95V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V099000),Land Rover,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,155,"AT PORT OF ENTRY, A QUALITY OVERCHECK OF THE DIFFERENTIAL PINION SHAFT TORQUE WAS PERFORMED. THIS CHECK REQUIRED THE REMOVAL OF THE DRIVESHAFTS. WHEN THE DRIVESHAFTS WERE REINSTALLED, THE WRONG SIZED NUTS WERE USED.","THE NUTS CAN LOOSEN, ULTIMATELY CAUSING THE DISCONNECTION OF ONE OR BOTH OF THE DRIVESHAFTS RESULTING IN LOSS OF CONTROL OF THE VEHICLE.",DEALERS WILL REPLACE THE HARDWARE ON THE INVOLVED VEHICLES WITH HARDWARE OF THE APPROPRIATE SPECIFICATIONS. -05/16/1995,95V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V091000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,142800,CORROSION OF THE HOOD LATCH STRIKER PLATE CAUSES DETACHMENT OF THE PLATE FROM THE HOOD ASSEMBLY RESULTING IN AN UNEXPECTED OPENING OF THE HOOD WHILE THE VEHICLE IS BEING DRIVEN.,THIS CONDITION CAN REDUCE THE DRIVER'S VIEW OF THE ROAD INCREASING THE POTENTIAL OF A VEHICLE ACCIDENT.,"DEALERS WILL INSTALL A NEW HOOD INNER PANEL REINFORCEMENT AND A NEW, GALVANIZED HOOD LATCH STRIKER PLATE." -05/16/1995,95E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E017000),ACCURIDE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Equipment,372,THESE WHEELS ARE COMPOSED OF 2 PIECES - A DISC AND A RIM WHICH ARE NORMALLY WELDED TOGETHER. THESE WHEELS LACK THE SPECIFIED FILLET WELDS.,"IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS INMOTION, BOTH STEERING AND BRAKING COULD BE AFFECTED RESULTING IN A VEHICLECRASH.","DEALERS WILL INSPECT THE MANUFACTURING CODES STAMPED ON EACH WHEEL AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL." -05/15/1995,95V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V096000),"Kawasaki Motors Corp., U.S.A.",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,12322,THE DRIVE CHAINS HAVE BEEN IMPROPERLY HEAT-TREATED DURING THE MANUFACTURING PROCESS. EXPOSURE TO CORROSIVE CONDITIONS CAN CAUSE THE CHAIN SIDE PLATES TO CRACK AND ULTIMATELY FAIL.,THIS CONDITION COULD RESULT IN A LOSS OF CONTROL OF THE MOTORCYCLE.,DEALERS WILL REPLACE THE DRIVE CHAINS ON THE MOTORCYCLES INVOLVED IN THIS RECALL. -05/12/1995,94V234001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V234001),IC CORPORATION,BRAKES:POWER ASSIST:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1179,THE HYDRAULIC BRAKE SYSTEM ON THESE BUSES USES TWO HYDRAULIC PRESSURE SWITCHES TO OPERATE THE BRAKE LIGHTS AND THE BRAKE BOOSTER PUMP. THE BRAKE PRESSURE WARNING LIGHT CAN ACTIVATE WHEN ACTUAL SYSTEM FAILURE HAS NOT OCCURRED.,A FALSE WARNING OF THE BRAKE PRESSURE WARNING LIGHT CAN CAUSE THE DRIVER TO IGNORE A WARNING WHEN AN ACTUAL PROBLEM EXISTS WHICH COULD RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE TWO HYDRAULIC PRESSURE SWITCHES WITH ONE MECHANICAL SWITCH THAT IS ACTIVATED BY BRAKE PEDAL STROKE. -05/12/1995,95V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V095000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,260,FRICTION BETWEEN THE ACCELERAT0R LEVER AND THE AUTOMATIC TRANSMISSION MODULATOR LEVER CAN RESULT IN INTERFERENCE BETWEEN THE TWO LEVERS WHICH COULD PREVENT THE ENGINE FROM FULLY RETURNING TO IDLE.,THIS INTERFERENCE CAN PREVENT THE ENGINE FROM FULLY RETURNING TO IDLE AND COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,DEALERS WILL INSTALL A REVISED MODULATOR LEVER ON THE INVOLVED VEHICLES. -05/12/1995,95V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V088000),"Chrysler (FCA US, LLC)",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,293043,"WHILE MAKING A TURN, THE EXTRA KEYS ON A VEHICLE OPERATOR'S KEY RING CAN BECOME TEMPORARILY LODGED IN THE SCREW ACCESS HOLES IN THE BACK COVER OF THE STEERING WHEEL.","THIS CONDITION CAN HAMPER THE STEERING WHEEL RETURN ORCAUSE THE IGNITION TO BE TURNED OFF, RESULTING IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",DEALERS WILL REPLACE THE STEERING WHEEL BACK COVER WITH A REDESIGNED COVER. -05/12/1995,95V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V089000),"Chrysler (FCA US, LLC)",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,78000,THE STEERING WHEEL ARMATURE STAMPING CAN CRACK DUE TO FATIGUE AND SEPARATE FROM THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN.,THIS CONDITION CAN CAUSE SEPARATION OF THE CENTER HUB ATTACHMENT TO THE STEERING COLUMN RESULTING IN A LOSS OF CONTROL AND AN ACCIDENT.,DEALERS WILL INSPECT THE STEERING WHEEL FOR ARMATURE CRACKS AND REPLACE ANY WHEELS EXHIBITING CRACKS. ALL OTHER VEHICLES WILL HAVE A REINFORCEMENT PLATE INSTALLED TO PREVENT STEERING WHEEL SEPARATION IF CRACKING OCCURS. -05/09/1995,95E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E016000),DORAN MANUFACTURING CO.,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,125350,A SOLDER BRIDGE ON THE PRINTED CIRCUIT BOARD PASSED UNDETECTED THROUGH A TEST FIXTURE AND BYPASSES THE FUSE PROTECTING THE CIRCUIT.,"THIS SOLDER BRIDGE, WHEN COUPLED WITH A DEAD SHORT ELSE WHERE IN THE SYSTEM, CAN RESULT IN CIRCUIT OVERLOAD, OVERHEATING, AND EVEN FIRE, WITHOUT WARNING.","DETAILED TEST INSTRUCTIONS ARE BEING PROVIDED TO MAGNETEK DEALERS. IF A DEFECTIVE FUSE PANEL IS FOUND, A NEW REPLACEMENT PANEL WILL BE INSTALLED." -05/09/1995,95V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V092000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13000,"A CONNECTOR IN THE WIRING WHERE THE TILT HOOD MOUNTED LAMPS ATTACH TO THE VEHICLE WIRING HARNESS WAS BUILT WITHOUT SEALING PLUGS. MOISTURE, ROAD SALT OR OTHER CONTAMINANTS CAN ENTER THE CONNECTION RESULTING IN CROSSED CIRCUITS, SHORTS OR CORROSION OF THE WIRING OF THE CONNECTOR.",THE HEADLAMPS OR OTHER FRONT-END LIGHTING SYSTEMS CAN MALFUNCTION AS A RESULT OF THIS CONDITION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE CONNECTOR AND INSTALL SEALING PLUGS IN THE OPEN CAVITIES. IF THE INSPECTION REVEALS CORROSION, A NEW CONNECTOR WILL BE INSTALLED." -05/09/1995,95V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V094000),FREIGHTLINER LLC,EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,3050,THE PARKING BRAKE LEVER MAY NOT TRAVEL FAR ENOUGH OVER CENTER TO ASSURE THAT IT REMAINS IN THE PROPER POSITION ALLOWING THE VEHICLE TO ROLL AWAY WHILE PARKED.,"IF THE VEHICLE IS NOT PROPERLY PARKED WITH THE TRANSMISSION IN THE CORRECT POSITION, AND IF THE VEHICLE IS PARKED ON A GRADE, IT COULD UNINTENTIONALLY ROLL AWAY INCREASING THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REMOVE AND REPLACE THE PARKING BRAKE LEVER WITH A LEVER THAT REQUIRES A 25 LB. EFFORT TO RELEASE. -05/09/1995,95E005002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E005002),SCI,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,15,"UPON EXPOSURE TO IMPURITIES IN THE NATURAL GAS FUEL IN COLD WEATHER, AN INTERNAL O-RING ON THESE DEVICES CAN BLISTER DURING DECOMPRESSION AFTER ""FAST-FILL"" REFUELING RESULTING IN SEAL LEAKAGE.","INTERNAL DAMAGE TO THE O-RING SEAL COULD CAUSE A RELEASE OF CNG. IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",SCI WILL REPLACE RECALLED UNITS WITH NEW DEVICES THAT ARE NOT SUSCEPTIBLE TO O-RING DAMAGE FROM NON-METHANE COMPONENTS OF THE GAS SUPPLY WHEN THE DEVICES ARE DEVELOPED. -05/09/1995,95E009002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E009002),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Equipment,196,"DURING ASSEMBLY, THE TIE ROD END NUTS WERE NOT PROPERLY TORQUED. EXTREMELY LOW TORQUE CAN ALLOW MOVEMENT BEWEEN THE BALL STUD AND THE TIE ROD ARM CAUSING DAMAGE.",THIS CONDITION CAN AFFECT THE DRIVER'S ABILITY TOSTEER THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL CHECK THE TORQUE ON THE BALL STUDS OF THE SUSPECT AXLES AND BRING THE TORQUE UP TO ROCKWELL'S SPECIFICATIONS. -05/09/1995,95V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V090000),Blue Bird Body Company,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,27189,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THE HANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION,THE INDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT INSERIOUS INJURY OR DEATH.","DEALERS WILL INSTALL A SET SCREW TO THE METAL CLAMP WHICH RETAINS THE INTERMEDIATE HANDRAIL. A HIGH IMPACT MOLDED PLASTIC ""CLAM SHELL"" WILL BE PLACED OVER EACH END OF THE INTERMEDIATE HANDRAIL COMPLETELY COVERING THE CLAMP AND ELIMINATING ALL CATCH-POINTS. THE FLANGE OF THE EXISTING FLOOR LINE BRACKET WILL BE CRIMPED SECURING THE VERTICAL SECTION OF THE PRIMARY TUBLAR HANDRAIL AT THE FLOOR LINE." -05/09/1995,95V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V093000),"Volvo Car USA, LLC",VOLVO/EQUIPMENT:TIRE RESERVE LOAD LABEL,EQUIPMENT,NR (Not Reported),Vehicle,5199,THE TIRE LABEL CONTAINS SIZE AND PRESSURE INFORMATION CONCERNING THE SPARE TIRE. THE LISTED SIZE (155R15) AND PRESSURE (40 PSI) ARE INCORRECT. THE CORRECT SIZE AND PRESSURE FOR THE SPARE TIRE ARE T125/90R15 AND 60 PSI.,"IF AN OWNER INSTALLS A SPARE TIRE AND ADJUSTS ITS PRESSURE TO 40 PSI, THERE IS A RISK OF TIRE FAILURE, ESPECIALLY IF THE VEHICLE IS DRIVEN FOR A LONG PERIOD OF TIME.","OWNERS WILL BE MAILED A NEW, CORRECT TIRE PRESSURE LABEL TO INSTALL ON THEIR VEHICLES. IF OWNERS PREFER, THEY CAN TAKE THEIR VEHICLE TO A DEALER AND HAVE THEM INSTALL THE LABEL." -05/05/1995,95E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E014000),MIRADA,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,1000,NON-STAINLESS STEEL BALLS (CHROME PLATED STEEL) IN THE THERMAL TRIGGER OF THE PRESSURE RELIEF DEVICE HAVE CORRODED CAUSING FALSE THERMAL ACTIVATION.,"THIS CONDITION CAN CAUSE A SUDDEN RELEASE OF CNG. IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",MIRADA WILL REPLACE THESE PRESSURE RELIEF DEVICES WITH DEVICES WHICH HAVE STAINLESS STEEL BALLS. -05/02/1995,95E009003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E009003),PACCAR Incorporated,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Equipment,183,"DURING ASSEMBLY, THE TIE ROD END NUTS WERE NOT PROPERLY TORQUED. EXTREMELY LOW TORQUE CAN ALLOW MOVEMENT BETWEEN THE BALL STUD AND THE TIE ROD ARM CAUSING DAMAGE.",THIS CONDITION CAN AFFECT THE DRIVER'S ABILITY TOSTEER THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL RETORQUE THESE AXLES TO ROCKWELL'S SPECIFICATIONS. -05/01/1995,95V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V086000),"ALFA ROMEO, INCORPORATED",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,229,"THE SUPPLEMENTAL INFLATABLE RESTRAINT CAUTION LABEL WAS NOT PLACED ON THE DRIVER'S SUN VISOR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING.,DEALERS WILL INSTALL A WARNING LABEL ON THE DRIVER'S SUN VISOR. -05/01/1995,95V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V084000),"Jayco, Inc.",STRUCTURE:BODY:ENTRY STEP:RUNNING BOARD,STRUCTURE,NR (Not Reported),Vehicle,676,STAPLES WERE USED TO FASTEN THE STEP BOX ON THE REAR CORNERS INSTEAD OF SCREWS.,THE WEIGHT OF A PERSON STEPPING ONTO THE STEP BOX COULD CAUSE THE STEP TO BREAK LOOSE AND POSSIBLY CAUSE PERSONAL INJURY.,DEALERS WILL INSTALL A SUPPORT KIT WHICH CONSISTS OF TWO ANGLED BRACKETS AND ADDITIONAL SCREWS TO SUPPORT THE STEP BOX. -05/01/1995,95V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V087000),"THOMAS BUILT BUSES, INC.",VISUAL SYSTEMS:GLASS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,350,"THE ROOF HATCHES ON THESE BUSES DO NOT MEET THE EXTERIOR HANDLE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","CONSEQUENCE OF NON-COMPLIANCE: IN THE EVENT OF AN EMERGENCY, RESCUE PERSONNEL MAY NOT BE ABLE TO OPEN THE ROOF HATCHES FROM THE OUTSIDE.",DEALERS WILL REMOVE THE EXISTING ROOF HATCH LID AND REPLACE IT WITH A LID EQUIPPED WITH AN EXTERIOR HANDLE. -05/01/1995,95V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V085000),FREIGHTLINER LLC,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,4630,THE GLASS IN THE SWING-OUT SIDE WINDOW CAN SEPARATE FROM THE WINDOW FRAME.,THE GLASS SEPARATING FROM THE FRAME CAN CAUSE PERSONAL INJURY OR A HAZARD TO OTHER VEHICLES IF SEPARATION OCCURS WHILE THE TRUCKIS IN MOTION.,DEALERS WILL REPLACE THE SWING-OUT SIDE WINDOWS WITH A SIDE WINDOW RETAINED BY ADHESIVE. -04/28/1995,95C013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95C013000),ALL OUR KIDS JUVENILE PRO,EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,25482,"THE NYLON FABRIC IN THESE CHILD SAFETY RESTRAINTS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS"" AND FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",,ALL OUR KIDS WILL TREAT THE FABRIC WITH FLAME RETARDANT AGENTS. -04/25/1995,95E003006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003006),Volvo Trucks North America,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4709,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVERPRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -04/24/1995,95V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V082000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,87039,"THESE VEHICLES FAIL TO CONFORM TO FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEMS."" AT LOW TEMPERATURES, EXCESSIVE FRICTION CAN OCCUR IN THE ACCELERATOR PEDAL ASSEMBLY.","CONSEQUENCE OF NON-COMPLIANCE: IN THE EVENT OF A FAILURE OF THE TROTTLE RETURN SPRING, IF THERE IS EXCESSIVE FRICTION IN THE PEDAL ASSEMBLY, THE ENGINE SPEED MAY NOT RETURN TO IDLE INCREASING THE POTENTIAL FOR A VEHICLE CRASH.",DEALERS WILL REPLACE THE ACCELERATOR PEDAL ASSEMBLY. -04/24/1995,95V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V081000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,8323,"VEHICLES FAIL TO CONFORM TO FMVSS NO. 210, ""SEAT BELT ANCHORAGES."" THE CENTER REAR SEAT LAP BELT WAS IMPROPERLY ROUTED.",CONSEQUENCE OF NON-COMPLIANCE: THE OCCUPANT OF THIS SEAT WILL NOT BE PROPERLY RESTRAINED IN THE EVENT OF A VEHICLE CRASH.,"INSTRUCTIONS FOR REROUTING THE CENTER REAR SEAT LAP BELT WILL BE SENT TO THE VEHICLE OWNERS. IF THE OWNER PREFERS, THEY CAN TAKE THEIR VEHICLE TO THEIR DEALER AND HAVE IT REROUTED FREE OF CHARGE BY THE DEALER." -04/24/1995,95V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V080000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Vehicle,271,THE UPPER BALL JOINT NUTS WERE UNDER-TORQUED RESULTING IN IMPROPER SEATING IN THE STEERING KNUCKLE.,"THIS CONDITION CAN CAUSE THE BALL JOINT STUD TO LOOSEN, AND FRACTURE RESULTING IN A LOSS OF STEERING CONTROL.",DEALERS WILL RETORQUE THE UPPER BALL JOINT NUT ON BOTH SIDES OF THE VEHICLE TO THE CORRECT TORQUE VALUES. -04/24/1995,95V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V083000),BUELL MOTORCYCLE CO.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,651,"MOTORCYCLES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS."" THE RIMS DO NOT CONTAIN THE REQUIRED DESIGNATION INFORMATION.",CONSEQUENCE OF NON-COMPLIANCE: POSSIBILITY OF OVERLOADING AND UNDERINFLATING WHICH COULD CAUSE TIRE FAILURES INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"OWNERS WILL RECEIVE PERMANENT, ADHESIVE, WEATHER-RESISTANT RIM LABELS WITH THE CORRECT DESIGNATIONS. OWNERS CAN PLACE THE CORRECT LABELS ON THEMSELVES OR TAKE THEIR MOTORCYCLES TO AN AUTHORIZED DEALER AND HAVE THE DEALER INSTALL THE LABELS FREE OF CHARGE FOR THEM." -04/20/1995,95V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V079000),"Ferrari North America, Inc.",COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,211,"THE INTERNATIONAL HORN EMBLEM IS MISSING FROM THE LEATHER STEERING WHEEL COVER. THIS DOES NOT MEET THE REQUIREMENTS FOR FMVSS NO. 101, ""CONTROLS AND DISPLAYS.""","CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN CAUSE INABILITY TO WARN OTHER DRIVERS IN A CRASH SITUATION, AND RESULT IN VEHICLE DAMAGE AND INCREASED RISK OF INJURY.",DEALERS WILL STAMP THE STEERING WHEEL WITH AN ELECTRICALLY HEATED TOOL ON THE LEFT AND RIGHT SPOKE OF THE STEERING WHEEL. -04/20/1995,95V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V077000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,250,THE WOODEN CONVENIENCE TABLE LOCATED IN THE LIVING ROOM AREA OF THE MOTORHOME WAS NOT SECURELY ATTACHED TO THE FLOOR ALLOWING MOVEMENT DURING VEHICLE TRANSIT.,THE TABLE COULD ROLL DURING BRAKING OR AS THE VEHICLE MOVES CAUSING INJURY TO A VEHICLE OCCUPANT OR A DISTRACTION TO THE DRIVER INCREASING THE RISK OF A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT, AND INSTALL AS NECESSARY, HARDWARE WHICH ATTACHES THE TABLE TO THE MOTORHOME LIVING ROOM AREA FLOOR." -04/17/1995,95E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E012000),GIBSON CHEMICAL AND OIL,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1957,"THE BRAKE FLUID FAILED TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS,"" AND IS BELIEVED TO BE CONTAMINATED.",,BRAKE FLUID IS TO BE RETURNED TO GIBSON FOR REPLACEMENT OR REFUND. -04/13/1995,95E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E011000),"SGM COMPANY, INC.",HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Equipment,241,THE PLASTIC HOUSING ON THESE UNITS CAN CRACK AND FALL ONTO A MOTOR RESISTOR.,THIS CONDITION CAN CAUSE THE POTENTIAL FOR A VEHICLE FIRE.,DEALERS WILL REPLACE THE BLOWER UNIT USED IN THE DASH AIR/HEAT UNIT. -04/12/1995,95V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V078000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,365,THE WIRING TO THE BREAKAWAY SWITCH LOCATED ON THE PARK TRAILER A-FRAME WAS INCORRECTLY INSTALLED. THIS SWITCH ACTIVATES THE TRAILER BRAKES IF THE PARK TRAILER BECOMES DISCONNECTED FROM THE TOW VEHICLE DURING TOWING.,"IF THE PARK TRAILER WERE TO BECOME DISCONNECTED DURING TOWING, THE TRAILER BRAKES WOULD NOT BE ACTIVATED INCREASING THE POTENTIAL FORA VEHICLE ACCIDENT.","OWNERS WILL BE SUPPLIED WITH A KIT AND INSTRUCTIONS TO CORRECT THE WIRING OF THIS SWITCH. IF OWNERS PREFER, THEIR DEALER CAN PERFORM THE REWIRING OF THE SWITCH FOR THEM WITHOUT CHARGE." -04/12/1995,95E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E010000),ALLIEDSIGNAL INC.,ENGINE:OIL FILTER/BRACKET,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,25115,"THE DISTANCE FROM THE FIRST THREAD OF THE FILTER TO THE GASKET FACE IS APPROXIMATELY 0.405"" AND IT SHOULD BE APPROXIMATELY 0.388"". THIS DESIGN ONLY ALLOWS A FEW THREADS TO ENGAGE WHEN INSTALLING ON MOTORCYCLE AND CAN RESULT IN THE FILTER ""BLOWING OFF.""",OIL WILL BE SPRAYED OUT ONTO THE BIKE AND/OR ROAD SURFACE CAUSING THE DRIVER TO LOSE CONTROL AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,"ALLIED SIGNAL IS REQUESTING THAT OIL FILTERS BE RETURNED TO THE DEALER FOR IMMEDIATE CREDIT. FOR FILTERS INSTALLED BY DEALERS, ALL SERVICE AND REQUIRED PARTS WILL BE PROVIDED FREE OF CHARGE TO CUSTOMERS." -04/12/1995,95E009001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E009001),FREIGHTLINER LLC,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Equipment,300,"DURING ASSEMBLY, THE TIE ROD END NUTS WERE NOT PROPERLY TORQUED. EXTREMELY LOW TORQUE CAN ALLOW MOVEMENT BETWEEN THE BALL STUD AND THE TIE ROD ARM CAUSING DAMAGE.",THIS CONDITION CAN AFFECT THE DRIVER'S ABILITY TOSTEER THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL RETORQUE THE TIE ROD BALL JOINT NUTS TO ROCKWELL'S SPECIFICATION. -04/11/1995,95E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E009000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Equipment,1386,"DURING ASSEMBLY, THE TIE ROD END NUTS WERE NOT PROPERLY TORQUED. EXTREMELY LOW TORQUE CAN ALLOW MOVEMENT BETWEEN THE BALL STUD AND THE TIE ROD ARM CAUSING DAMAGE.",THIS CONDITION CAN AFFECT THE DRIVER'S ABILITY TOSTEER THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"ROCKWELL WILL NOTIFY THE TRUCK MANUFACTURERS WHO PURCHASED THESE AXLES TO CHECK FOR PROPER TORQUE AND, WHERE NECESSARY, TIGHTEN TO SPECIFICATIONS." -04/11/1995,95V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V073000),Kia Motors America,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1319,THE NUTS ATTACHING THE REAR AXLE BEARING OIL SEAL RETAINERS AND BRAKE BACKING PLATES TO THE REAR AXLE HOUSING MAY BE UNDER- TORQUED CAUSING THESE UNITS TO LOOSEN OR FALL OFF.,THIS CONDITION CAN CAUSE (1) OIL LEAKAGE INTO THE REAR BRAKE AND ONTO THE BRAKE LININGS; (2) REAR BRAKE DAMAGE FROM THE AXLE NUTSFALLING INTO THE REAR BRAKE DRUMS; OR (3) SEPARATION OF THE REAR WHEEL/AXLESHAFT FROM THE VEHICLE RESULTING IN AN INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT AND RETORQUE THE REAR AXLE BEARING OIL SEAL RETAINER NUTS. -04/06/1995,95V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V076000),"HPA MONON TRAILER, INC.",BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3109,"THE AIR LINE CONNECTIONS WERE INCORRECTLY INSTALLED ON THESE TRAILERS CAUSING THE AIR BRAKE APPLICATION AND RELEASE TIMES TO BE SLOWER THAN REQUIRED BY FMVSS NO. 121, ""AIR BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN CAUSE AN INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL RE-ROUTE THE BRAKE AIR LINE CONNECTIONS. -04/05/1995,95V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V075000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,48,"DURING TESTING OF FMVSS NO. 207, ""SEATING SYSTEMS,"" THE SEAT BASE DEFORMS ALLOWING THE SEAT BACK ANCHORAGES TO DETACH FROM THE FLOOR. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 207.",CONSEQUENCE OF NON-COMPLIANCE: OCCUPANTS IN SEATS THAT DO NO MEET THE MINIMUM LOAD REQUIREMENTS OF FMVSS 207 ARE SUBJECT TO INCREASED RISK OF INJURY IN A SUDDENT STOP OR ACCIDENT.,INDEPENDENT MOBILITY SYSTEMS DEALERS WILL REPLACE THE SEAT BASE EXTENSION WITH A REDESIGNED SEAT BASE EXTENSION. -04/03/1995,95V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V071000),"BMW of North America, LLC",BMW/EQUIPMENT:TIRE RESERVE LOAD LABEL,EQUIPMENT,NR (Not Reported),Vehicle,5200,"AN OVERSTATEMENT WAS MADE OF THE VEHICLE LOAD CAPACITY AND DESIGNATED SEATING CAPACITY ON THE TIRE INFORMATION PLACARD. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",CONSEQUENCE OF NON-COMPLIANCE: LOADING OF THE VEHICLE BEYOND THE CAPACITY WEIGHT CAN CAUSE TIRE AND VEHICLE DAMAGE THAT CAN RESULT IN A VEHICLE CRASH.,"OWNERS WILL BE MAILED A REVISED PLACARD CONTAING THE CORRECT VEHICLE AND DESIGNATED SEATING CAPACITIES AND INSTRUCTIONS FOR INSTALLING THE PLACARD ON THEIR VEHICLES. IF OWNERS PREFER, THEIR DEALER CAN INSTALL THE PLACARD FOR THEM." -04/03/1995,95E003005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003005),FREIGHTLINER LLC,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,18500,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -04/03/1995,95V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V070000),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,92,"THE LOWER STEERING COLUMN LINKAGE HEAT SHIELD CAN COME IN CONTACT WITH A BRAKE HYDRAULIC SYSTEM PIPE MOUNTED TO THE ENGINE ASSEMBLY, EVENTUALLY RESULTING IN A HYDRAULIC FLUID LEAK.","IF A HYDRAULIC FLUID LEAK OCCURS, WARNING LIGHTS INDICATING LOSS OF FLUID AND LOSS OF SYSTEM PRESSURE WILL BECOME ILLUMINATED. FRONT BRAKE EFFECTIVENESS WILL BE LOST, ALTHOUGH REAR BRAKING WOULD REMAIN UNAFFECTED.",DEALERS WILL REPOSITION THE AFFECTED HYDRAULIC PIPE AND REPLACE ANY DAMAGED PIPE. -04/03/1995,95V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V074000),Ducati North America,EQUIPMENT:MOTORCYCLE KICKSTAND,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,600,THE SIDE STAND SPRING PLATE ON THE RETRACTABLE SIDE STAND CAN BREAK ALLOWING THE SIDE STAND TO DROP AND POSSIBLY HIT THE GROUND WHILE THE VEHICLE IS IN MOTION.,THIS CONDITION COULD AFFECT THE CONTROL OF THE MOTORCYCLE AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE SPRING PLATE ON THE AFFECTED MOTORCYCLES. -04/03/1995,95V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V072000),Toyota Motor Corporation,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,27604,THE SPHERICAL PORTIONS OF CERTAIN LOWER BALL JOINTS HAD FINISHED SURFACES THAT WERE NOT SMOOTH CAUSING FRICTION WITH THE SURFACE OF THE BALL JOINT CAP.,THIS CONDITION CAN LEAD TO SEPARATION OF THE BALLJOINT INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE LOWER BALL JOINTS ON THE AFFECTED VEHICLES. -03/30/1995,95V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V069000),Mazda North American Operations,FUEL:FUEL LINES FITTINGS:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13400,"RESIDUAL ENGINE HEAT CAN CAUSE PREMATURE DETERIORATION OF THE FUEL HOSE CAUSING THE HOSE TO LEAK. ALSO, REMOVING AND REINSTALLING THE DETERIORATED FUEL HOSES INCREASES THE LIKELIHOOD OF A LEAK.",THIS CONDITION CAN RESULT IN AN ENGINE COMPARTMENT FIRE.,DEALERS WILL INSTALL AN ADDITIONAL CONTROL UNIT FOR THE ELECTRIC COOLING FAN. THE FAN WILL THEN ACTIVATE AFTER THE ENGINE IS TURNED OFF WHEN THE COOLANT EXCEEDS A SPECIFIED TEMPERATURE. THE FUEL HOSES WILL ALSO BE REPLACED WITH REVISED HOSES. -03/29/1995,95V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V067000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:ANTI-SKID CONTROL MODE SOLENOID S,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12091,MOISTURE CAN FOLLOW THE ELECTRICAL HARNESS AND ENTER THE PRESSURE SWITCH CONNECTOR CAUSING CORROSION AND MALFUNCTION OF THE SWITCH.,THE CORROSION CAUSES A DETERIORATION OF THE ELECTRICALSWITCH CONNECTION AND CAN RESULT IN FALSE ILLUMINATION OF ABS AND/OR THE BRAKE WARNING LIGHTS AND/OR THE LOSS OF POWER ASSISTANCE BECAUSE OF NO HYDRAULIC PUMPOPERATION. LOSS OF POWER ASSIST INCREASES THE DRIVER'S BRAKE PEDAL EFFORT REQUIRED FOR STOPPING WHICH CAN RESULT IN EXTENDED BRAKING DISTANCES.,DEALERS WILL INSPECT THE ELECTRICAL CONNECTIONS TO THE ABS PRESSURE SWITCH TERMINALS FOR CORROSION AND INSTALL A SHRINK HOSE TO THE WIRING HARNESS TO AVOID MOISTURE ENTERING THE CONNECTION. PRESSURE SWITCHES WITH CORRODED CONNECTORS WILL BE REPLACED. -03/29/1995,95V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V066000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5383,"UPON STARTUP, A VOLTAGE DROP TO THE ENGINE CONTROL MODULE CAN CAUSE A MALFUNCTION WHERE ENGINE SPEED FLUCTUATES FROM 600 TO 3,000 RPM FOR UP TO 30 SECONDS BEFORE NORMAL ENGINE IDLE OF 900 RPM.",UNEXPECTED MOVEMENT OF THE VEHICLE MAY CAUSE THE DRIVER TO LOSE CONTROL AND INCREASE THE POTENTIAL OF A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A NEW REVISED ELECTRONIC CONTROL MODULE. -03/29/1995,95C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95C008000),GERRY,EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,37599,"THE SEATS HAVE AN INCORRECTLY POSITIONED LABEL WARNING THAT ANY CAR SEAT USED IN THE REAR-FACING POSITION SHOULD NOT BE INSTALLED IN AN AUTOMOBILE SEAT ON WHICH AN AIR BAG MAY DEPLOY. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",,A NEW LABEL WILL BE SENT TO CONSUMERS WITH INSTRUCTIONS ON HOW TO CORRECTLY USE THE CHILD SEAT IN THE VEHICLE. -03/29/1995,95V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V068000),"SAAB CARS USA, INC.",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,8993,"IT IS POSSIBLE TO MOVE THE SHIFT LEVER INTO THE REVERSE GEAR POSITION, REMOVE THE IGNITION KEY, AND STILL HAVE THE TRANSMISSION IN NEUTRAL, OR, TO ACCIDENTLY DISENGAGE REVERSE BY STRIKING THE GEAR LEVER.","IF THE PARKING BRAKE IS NOT APPLIED, THE CAR CAN ROLL FROM ITS ORIGINAL PARKED POSITION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL REPLACE TRANSMISSION LINKAGE COMPONENTS AND COMPLETE A SPECIALLY DEVELOPED SERVICE ADJUSTMENT PROCEDURE THAT WILL ENSURE THAT WHEN THE SHIFT IS MOVED TO THE REVERSE POSITION, THE REVERSE GEAR IS ACTUALLY ENGAGED." -03/29/1995,95V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V060000),FAIRMONT TAMPER,WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,2,THE TWO-PIECE SELF-LOCKING FLANGE WHEEL NUTS CAN LOOSEN CAUSING STUD BREAKAGE.,THIS CONDITION CAN CAUSE THE WHEEL TO SEPARATE FROM VEHICLE RESULTING IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,DEALERS WILL REPLACE THE WHEEL NUTS ON THE AFFECTED VEHICLES. -03/28/1995,94V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V041000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,198163,"CRACKS DEVELOP IN THE WHEEL MOUNTING SURFACE. IF THESE CRACKS BECOME SEVERE ENOUGH, THE WHEEL WILL COMPLETELY SEPARATE FROM THE VEHICLE.","IF WHEEL SEPARATION OCCURS WHILE THE VEHICLE IS IN MOTION, LOSS OF STEERING AND BRAKE CONTROL OF THE VEHICLE OCCURS, AND A VEHICLE CRASH COULD RESULT WITHOUT PRIOR WARNING.","DEALERS WILL INSPECT THE MANUFACTURING CODES STAMPED ON EACH WHEEL OF THE VEHICLE AND IF A WHEEL FALLS WITHIN THE SPECIFIED DATE CODE RANGE, THE DEALER WILL REPLACE THAT WHEEL ASSEMBLY." -03/27/1995,95V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V064000),Shyft Group,ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1166,"WHEN IN OPERATION, THE PRE-HEATER REQUIRES GOOD ENGINE GROUND. HOWEVER, THE ALTERNATORS ARE NOT GROUNDED THROUGH THE CASE, LIMITING THE GROUND FOR ENGINE ELECTRICAL COMPONENTS. THE PRE-HEATER AMPERAGE CAN THEN GROUND TO THE STEEL BRAIDED AIR COMPRESSOR HOSE WHICH IS SECURED IN A RUBBER LINED CLIP. IN SOME CIRCUMSTANCES, THE CLIP CAN CONTACT THE FRAME RAIL CAUSING AN ARC.","THIS CONDITION CAN CAUSE A HOLE TO BE BURNED THROUGH THE AIR LINE, PREVENTING THE AIR COMPRESSOR FROM DELIVERING SUFFICIENT AIR PRESSURE TO THE BRAKING SYSTEM REDUCING BRAKE CAPABILITY AND INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL INSTALL A 6 GAUGE GROUND CABLE BETWEEN THE ENGINE AND THE EXISTING STARTER GROUND CABLE LOCATED INSIDE THE FRAME RAIL. -03/27/1995,95V045001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V045001),Harley-Davidson Motor Company,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,768,THE WELDS USED TO HOLD THE MAIN FOLDING HINGE TO THE SIDE FRAME MEMBERS WERE EITHER OMITTED OR TEMPORARY TACK WELDS RATHER THAN COMPLETE WELDS WERE USED.,THE REAR HINGE CAN SEPARATE FROM THE REAR FRAME CAUSING THE FRAME TO CONTACT THE ROAD SURFACE WHILE THE TRAILER IS TOWED AND CARRYING A MOTORCYCLE.,"DEALERS WILL INSPECT THE WELD AND, IF NOT FULLY WELDED, IT WILL BE CLEANED, PREPARED, CORRECTLY WELDED, AND REPAINTED." -03/27/1995,95V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V063000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,100000,THE SEAL MATERIAL BETWEEN THE FUEL FILLER PIPE AND FUEL TANK MAY NOT HAVE BEEN FULLY CURED DURING THE MOLDING PROCESS WHICH COULD ALLOW FOR FUEL LEAKAGE.,FUEL LEAKAGE COULD RESULT IN A VEHICLE FIRE IF AN IGNITION SOURCE WERE PRESENT.,DEALERS WILL REPLACE THE FUEL FILLER PIPE-TO-FUEL TANK SEAL WITH A NEW SEAL OF DIFFERENT MATERIAL. -03/27/1995,95V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V062000),Ford Motor Company,INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,54000,"THE WIRE HARNESS ON THESE SEATS IS BANDED TO THE FRONT SEAT CUSHION SUPPORTS. THE END OF ONE OF THE SUPPORTS CAN PUNCTURE THE HARNESS, RESULTING IN A HIGH RESISTANCE ELECTRICAL SHORT.","OVERHEATING CAN RESULT, AND MELTING, SMOKE AND POSSIBLE IGNITION OF THE SURROUNDING MATERIALS CAN OCCUR.",DEALERS WILL REMOVE THE TIE STRAP FROM EACH OF THE FRONT SEATS. -03/27/1995,95I001008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001008),"Chrysler (FCA US, LLC)",STRUCTURE:TAILGATE ASSEMBLY; LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1262000,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITH REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS OF THESE VEHICLES DURING JULY 1996. -03/27/1995,95I001001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001001),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,66407,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITHOUT REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS OF THESE VEHICLES BEGINNING SEPTEMBER 1995. -03/27/1995,95I001002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001002),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,52719,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITHOUT REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS OF THESE VEHICLES IN OCTOBER 1995. -03/27/1995,95I001003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001003),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,72845,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITHOUT REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS DURING OCTOBER 1995. -03/27/1995,95I001004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001004),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,411678,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITHOUT REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS DURING NOVEMBER 1995. -03/27/1995,95I001005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001005),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1342202,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITH REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS DURING DECEMBER 1995. -03/27/1995,95I001006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001006),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,689656,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITH REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS OF THESE VEHICLES IN MARCH 1996. -03/27/1995,95I001007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I001007),"Chrysler (FCA US, LLC)",STRUCTURE:TRUNK LID AND DOOR ASSEMBLY:HINGE AND AT,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,360000,"VEHICLE DESCRIPTION: LIGHT DUTY PASSENGER MINIVANS WITH REMOTE RELEASE. THIS IS NOT A SAFETY RECALL. THERE HAS BEEN NO DETERMINATION THAT A SAFETY DEFECT EXISTS WITH THE MINIVAN LATCHES. CHRYSLER IS CONDUCTING A SERVICE CAMPAIGN TO REPLACE THE LIFTGATE LATCH ASSEMBLY OF THE AFFECTED MINIVANS. IN A COLLISION, THE REAR LIFTGATE LATCH ASSEMBLY COULD OPEN.","IF THE LIFTGATE LATCH OPENS, OCCUPANTS CAN BE EJECTED RESULTING IN SIGNIFICANTLY INCREASED RISK OF INJURY OR DEATH.",CHRYSLER DEALERS WILL REPLACE THE LIFTGATE LATCH WITH A NEW STRONGER LATCH ASSEMBLY WITHOUT CHARGE. CHRYSLER BEGAN NOTIFYING OWNERS OF THESE VEHICLES IN JUNE 1996. -03/23/1995,95V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V049000),FAIRMONT TAMPER,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,710,THE WHEEL LUG NUTS ON THE REAR WHEELS CAN LOOSEN RESULTING IN STUD BREAKAGE.,THE DETACHMENT OF A WHEEL CAN CAUSE LOSS OF STEERING CONTROL OR AN ACCIDENT.,DEALERS WILL INSTALL NEW REAR WHEEL SPACERS THAT CONVERT THE EXISTING REAR WHEELS TO A HUB PILOTED MOUNTING SYSTEM. -03/22/1995,95E003003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003003),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4947,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -03/22/1995,95E003004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003004),ARVINMERITOR AUTOMOTIVE,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,19444,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -03/22/1995,95V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V061000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,199572,THE REAR WHEEL BRAKE HOSE(S) CAN CONTACT THE REAR SUSPENSION COMPONENTS CAUSING THE BRAKE HOSE(S) TO WEAR THROUGH.,THIS CONDITION CAN CAUSE LOSS OF BRAKE FLUID AND EVENTUAL LOSS OF THE VEHICLE BRAKING SYSTEM INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT FOR PROPER BRAKE HOSE POSITION AND REPLACE THOSE HOSES IN AN INCORRECT POSITION WITH NEW HOSES AND CORRECTLY ROUTED. -03/22/1995,95V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V058000),Ford Motor Company,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,290,"THE PARKING BRAKE FRONT CABLES WERE BUILT LONGER THAN APPROPRIATE THAT REDUCES THE PERFORMANCE OF THE PARKING BRAKE IN CERTAIN CIRCUMSTANCES, AND FAILS TO FULLY COMPLY WITH ALL THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THE EFFECTIVENESS OF THE PARKING BRAKE SYSTEM ON A SEVERE GRADE MAY BE DIMINISHED.,DEALERS WILL REPAIR THE PARKING BRAKE SYSTEM ON THE AFFECTED VEHICLES. -03/22/1995,95V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V059000),"Mitsubishi Motors North America, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,1906,VEHICLES INVOLVED ARE THOSE THAT HAD THE HEATER VALVE STEMS REPLACED IN AN EARLIER MITSUBISHI RECALL (94V-103.001). CERTAIN VEHICLES HAD AN INCORRECT VALVE STEM INSTALLED WHICH COULD CAUSE THE INCORRECT STEM TO LEAK AFTER A PERIOD OF TIME.,THIS CAN RESULT IN A BURN INJURY TO THE FRONT SEAT PASSENGER'S FEET AND LEGS.,DEALERS WILL INSPECT AND REPLACE INCORRECT VALVE STEMS. -03/22/1995,95V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V046000),"General Motors, LLC",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,362,THE STEERING INTERMEDIATE SHAFT COULD HAVE BEEN IMPROPERLY ASSEMBLED CAUSING THE SHAFT LOWER COUPLING TO LOOSEN AND ROTATE ON THE STEERING GEAR INPUT SHAFT.,THIS CONDITION CAN RESULT IN A LOSS OF STEERING CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE INTERMEDIATE STEERING SHAFT FOR THE CORRECT LOWER COUPLING AND REPLACE IT AS REQUIRED. -03/21/1995,95V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V055000),FREIGHTLINER LLC,EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,81,THE MUFFLER MOUNTING BRACKETS THAT ATTACH THE EXHAUST SYSTEM AND CAB ENTRY GRAB HANDLE TO THE CAB WERE MANUFACTURED WITH INCOMPLETE WELDS.,AN INCOMPLETE WELD COULD CAUSE A PERSON USING THE GRABHANDLE TO SLIP AND FALL RESULTING IN PERSONAL INJURY.,DEALERS WILL INSPECT VEHICLES FOR ADEQUATE MUFFLER BRACKET WELDS AND RE-WELD IF NECESSARY. -03/21/1995,95V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V057000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,70000,CERTAIN OF THE DRIVER'S SIDE AIR BAG MODULES WERE ASSEMBLED WITHOUT AN ARMING LEVER.,THIS CONDITION WILL CAUSE THE AIR BAG TO NOT DEPLOY IN THE EVENT OF A VEHICLE ACCIDENT INCREASING THE POTENTIAL FOR PERSONAL INJURY.,DEALERS WILL INSPECT THE VEHICLES FOR THE PRESENCE OF THE AIR BAG MODULE ARMING LEVER AND WILL REPLACE THOSE AIR BAG MODULES THAT ARE MISSING A LEVER. -03/21/1995,95V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V056000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,175000,THE SECONDARY HOOD LATCH ROD CAN BIND ON THE GUIDE BRACKET AND PREVENT ENGAGEMENT OF THE SECONDARY LATCH.,THIS CONDITION CAN CAUSE THE HOOD TO FLY UP OBSTRUCTING THE DRIVER'S VISION INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE SECONDARY HOOD LATCH BRACKET. -03/20/1995,95V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V048000),"General Motors, LLC",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6523,IMPROPERLY MANUFACTURED BRAKE PEDAL ARM CAUSES THE BRAKE PEDAL ARM TO FRACTURE DURING BRAKING.,THIS CONDITION CAN RESULT IN A LOSS OF BRAKE OPERATION INCREASING BRAKING DISTANCE AND THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REPLACE ALL SUSPECT BRAKE PEDAL ASSEMBLIES. -03/18/1995,93C032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93C032000),"BABYHOOD INDUSTRIES, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,3100,"EQUIPMENT DESCRIPTION: MODEL 8200 CAR SEAT MANUFACTURED FROM JANUARY 31, 1992 THROUGH JUNE 30, 1993. THESE CHILD SAFETY SEATS DO NOT MEET THE RELEASE FORCE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",THE BUCKLE COULD REQUIRE EXCESSIVE HAND PRESSURE TO RELEASE AND COULD HAMPER REMOVAL OF TH ECHILD IN AN EMERGENCY SITUATION.,BABYHOOD WILL PROVIDE A MODIFIED BUCKLE TIP AND REPLACEMENT INSTRUCTIONS DIRECTLY TO OWNERS OF THESE SEATS. -03/16/1995,95V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V047000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,558,"THE MISADJUSTMENT OF A MACHINE TOOL ALLOWED METAL PARTICLES TO REMAIN IN THE REAR AXLE ABS SPEED SENSOR MOUNTING HOLE. THE PARTICLES CAN COME LOOSE, ATTACH TO THE SENSOR ASSEMBLY, AND FALSELY INDICATE A WHEEL-LOCK CONDITION TO THE ABS CONTROL UNIT.",THIS FALSE SIGNAL CAN CAUSE PREMATURE ABS FUNCTION AT THE REAR BRAKES WHICH COULD INCREASE STOPPING DISTANCES.,DEALERS WILL INSPECT THE SENSOR OPENING FOR METAL PARTICLES AND REMOVE AS REQUIRED. -03/16/1995,95E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E005000),MIRADA,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,5515,"UPON EXPOSURE TO IMPURITIES IN THE NATURAL GAS FUEL IN COLD WEATHER, AN INTERNAL O-RING ON THESE DEVICES CAN BLISTER DURING DECOMPRESSION AFTER ""FAST-FILL"" REFUELING RESULTING IN SEAL LEAKAGE.","INTERNAL DAMAGE TO THE O-RING SEAL COULD CAUSE A RELEASE OF CNG. IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",DEALERS WILL REPLACE RECALLED UNITS WITH NEW DEVICES THAT ARE NOT SUSCEPTIBLE TO O-RING DAMAGE FROM NON-METHANE COMPONENTS OF THE GAS SUPPLY WHEN THE DEVICES ARE DEVELOPED. -03/15/1995,95V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V052000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8100,"IN SOME OF THE VEHICLES, BRAKE TUBES WERE MISROUTED BETWEEN THE MASTER CYLINDER AND THE HYDRAULIC CONTROL UNIT AND RESULTS IN EXCEEDING THE ALLOWABLE STOPPING DISTANCES AS REQUIRED BY FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS."" IN ADDITION, SEALS WITHIN THE MASTER CYLINDER COULD BE ABRADED BY THIS CONDITION OVER TIME RESULTING IN AN INTERNAL LEAK AND A FURTHER REDUCTION IN BRAKE PERFORMANCE.",CONSEQUENCE OF NON-COMPLIANCE: STOPPING DISTANCES COULD BE LONGER THAN INTENDED RESULTING IN INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL REROUTE THE BRAKE TUBES. -03/15/1995,95V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V053000),Ford Motor Company,STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,49300,THE INNER TIE ROD ASSEMBLIES WERE IMPROPERLY MANUFACTURED AND CAN FRACTURE CAUSING SHAKING OR SHIMMY AT LOW SPEEDS.,THIS CONDITION CAN CAUSE THE WHEEL ON THE SIDE WITH THE BROKEN TIE ROD TO TUCK INWARD OR OUTWARD AND SLIDE RESULTING IN AN INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE INNER TIE RODS AND REPLACE THE SUSPECT TIE RODS. -03/14/1995,95V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V051000),Blue Bird Body Company,INTERIOR SYSTEMS:KNEE PAD,AIR BAGS,NR (Not Reported),Vehicle,2309,"THE AISLE SIDE STYROFOAM KNEE PADS ON THE SUBJECT BARRIERS ARE 11"" WIDE AND NOT 14.5"" AS REQUIRED BY FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION COULD INCREASE THE POTENTIAL FOR INJURY IN A VEHICLE ACCIDENT.,"DEALERS WILL REPLACE THE INCORRECT PAD WITH THE CORRECT 14.5"" KNEE PAD." -03/13/1995,95E003001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003001),PACCAR Incorporated,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,20740,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -03/13/1995,95E003002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003002),"WESTERN STAR TRUCKS, INC.",BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,283,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGE CAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -03/13/1995,95V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V054000),"Volkswagen Group of America, Inc.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,104000,"THE JACKS SUPPLIED WITH THESE VEHICLES WERE ASSEMBLED WITH AN IMPROPERLY MACHINED SPINDLE, SO THAT A SHARP RIDGE ON THE EDGE OF SPINDLE'S THREAD WOULD HAVE REMAINED.",THIS RIDGE CAN DAMAGE THE INSIDE THREAD OF THE JACK'S SCISSOR SHOE WHEN THE JACK IS USED TO LIFT THE VEHICLE. THE JACK COULD COLLAPSE WITH THE POSSIBILITY THAT A PERSON STANDING CLOSE TO THE VEHICLE COULD BE INJURED.,OWNERS WILL BE PROVIDED WITH A NEW JACK. -03/10/1995,95V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V050000),"Volvo Car USA, LLC",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,31315,SOME OF THE JACKS SUPPLIED WITH THE VEHICLES DO NOT HAVE THE NECESSARY LOAD CAPACITY.,A RAISED VEHICLE CAN FALL OFF THE JACK INCREASING THE LIKELIHOOD FOR PERSONAL INJURY OR PROPERTY DAMAGE.,DEALERS WILL INSPECT AND REPLACE SUSPECT JACKS WITH A JACK MEETING THE LOAD REQUIREMENTS FOR THESE CARS. -03/07/1995,95E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E007000),MIRADA,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,6000,THE TORQUE PLUG ASSEMBLED INTO THE PRESSURE RELIEF DEVICE WAS NOT WELDED OR PINNED IN PRODUCTION. THE TIGHTENING OR TORQUING OF THE PRESSURE RELIEF DEVICE AS INSTALLED ON THE VEHICLE COULD CAUSE DAMAGE TO THE INTERNAL PARTS OF THE DEVICE.,"INTERNAL DAMAGE TO THE DEVICE COULD CAUSE A SUDDEN RELEASE OF CNG. IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD OCCUR.",MIRADA WILL REPLACE THESE PRESSURE RELIEF DEVICES WITH DEVICES WHICH HAVE THE TORQUE PLUG WELDED OR PINNED. -03/03/1995,95V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V042000),"THOMAS BUILT BUSES, INC.",AIR CONDITIONER:OTHER PART,EQUIPMENT,NR (Not Reported),Vehicle,50,"THE AIR CONDITIONING HOSE COVERS DO NOT MEET THE HEAD IMPACT REQUIREMENTS OF FMVSS NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN CAUSE PERSONAL INJURY IN A VEHICLE CRASH.,DEALERS WILL REROUTE THE COVER FROM THE HEAD IMPACT ZONE AND ALSO REPLACE THE METAL COVER WITH A PLASTIC COVER. -03/03/1995,95V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V041000),"THOMAS BUILT BUSES, INC.",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,804,THE BRACKET USED TO SUPPORT THE HYDRAULIC BRAKE LINE CAN CRACK AND POSSIBLY SEVER THE BRAKE LINE.,"IF THE BRAKE LINE IS SEVERED, BRAKING CAPABILITY WILL BE IMMEDIATELY REDUCED, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",DEALERS WILL REROUTE THE HYDRAULIC BRAKE LINE. -03/03/1995,95V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V043000),Hyundai Motor America,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5306,THE ENGINE CONTROL MODULE WIRING HARNESS UNDER THE INSTRUMENT PANEL CAN BE CONTACTED BY THE CLUTCH PEDAL ASSEMBLY WHEN THE CLUTCH IS ENGAGED.,CONTACT ABRADES AND DAMAGES THE INSULATION ONTHE HARNESS CAUSING A FUSE TO BLOW AND THE ENGINE TO STALL. UNEXPECTED ENGINE STALLING INCREASES THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSPECT THE ENGINE CONTROL WIRING HARNESS TO DETERMINE IF IT HAS BEEN DAMAGED AND REPOSITION THE HARNESS SO THAT CONTACT WITH THE CLUTCH PEDAL LEVER WILL NOT OCCUR. -03/03/1995,95V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V044000),Utilimaster Corporation,EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,352,"THE PARKING BRAKE REINFORCEMENT BRACKET LOCATION CAN INTERFERE AND ABRADE THE CHASSIS WIRING HARNESS, CAUSING ACTUATION OF THE PARKING BRAKE MECHANISM.",THE CONTACT AND ABRASION DAMAGES THE INSULATION OFTHE HARNESS AND CAN CAUSE THE ACTUATION OF THE PARKING BRAKE MECHANISM. ACTUATION OF THE PARKING BRAKE MECHANISM WHILE THE VEHICLE IS MOVING CAN CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL RELOCATE THE PARKING BRAKE REINFORCEMENT BRACKET TO A POSITION WHERE IT CANNOT INTERFERE WITH THE CHASSIS WIRING HARNESS. -03/03/1995,95V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V040000),"THOMAS BUILT BUSES, INC.",HEATER: WATER: DEFROSTER: DEFOGGER: HOSE: DUCT:AIR,VISIBILITY,NR (Not Reported),Vehicle,2133,IF PAPER OR TRASH FALLS DOWN THE RED DOT HEATER VENTS IT COULD IGNITE.,THIS CONDITION CAN CAUSE A HEATER FIRE AND AN INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A WIRE CAGE AROUND THE HEATER RESISTOR. -03/01/1995,95V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V028000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,950,THE ANTI-LOCK BRAKING SYSTEM (ABS) HYDRAULIC ACTUATOR WAS NOT PROPERLY PURGED OF ALL AIR DURING THE FILL AND EVACUATION PROCESS CAUSING AIR BUBBLES TO GET INTO THE BRAKE SYSTEM.,THIS CONDITION CAN CAUSE INCREASED BRAKE PEDAL TRAVEL AND STOPPING DISTANCES.,DEALERS WILL BLEED THE ABS HYDRAULIC ACTUATOR TO REMOVE ANY AIR BUBBLES IN THE BRAKE SYSTEM. -03/01/1995,95V045002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V045002),"MYCO TRAILERS, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,63,THE WELDS USED TO HOLD THE MAIN FOLDING HINGE TO THE SIDE FRAME MEMBERS WERE OMITTED OR TEMPORARY TACK WELDS RATHER THAN COMPLETE WELDS WERE USED.,THE REAR HINGE CAN SEPARATE FROM THE REAR FRAME CAUSING THE FRAME TO CONTACT THE ROAD SURFACE WHILE THE TRAILER IS TOWED AND CARRYING A MOTORCYCLE.,"DEALERS WILL INSPECT THE WELD AND, IF NOT FULLY WELDED, IT WILL BE CLEANED, PREPARED, CORRECTLY WELDED, AND REPAINTED." -03/01/1995,95E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E004000),"MARSHALL VANS, INC.",MARSHALL/LP GAS REGULATOR,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,24000,THE INDICATOR DEVICE WAS NOT ATTACHED PROPERLY TO THE REGULATOR ALLOWING THE INDICATOR TO BE PARTIALLY OR COMPLETELY DISPLACED.,"IF THE INDICATOR IS NOT FULLY ATTACHED TO THE REGULATOR, THE INDICATOR CAN LEAK LP GAS AND RESULT IN A FIRE IF IGNITED.","DEALERS WILL INSPECT AND REPLACE, IF NECESSARY, THE SUBJECT REGULATOR WITH A NEW PROPERLY MANUFACTURED REGULATOR." -02/28/1995,95V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V037000),Ford Motor Company,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,12000,"THE CERTIFICATION LABEL ON THESE VEHICLES HAVE INCORRECT REAR TIRE SIZES LISTED. P215/70R14SL SHOULD BE P215/75R14SL. THIS DOES NOT COMPLY WITH FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","CONSEQUENCE OF NON-COMPLIANCE: THE INCORRECTLY SIZED REAR TIRE WOULD NOT HAVE SUFFICIENT LOAD CAPACITY FOR THE VEHICLE'S SPECIFIED GROSS AXLE WEIGHT RATING, INCREASING THE POTENTIAL FOR PREMATURE TIRE FAILURE.","OWNERS WILL BE MAILED A SUPPLEMENTARY LABEL CONTAINING THE CORRECT REAR TIRE INFORMATION AND INSTRUCTIONS FOR INSTALLING THE LABEL ON THEIR VEHICLES. IF OWNERS PREFER, THEIR DEALER CAN INSTALL THE LABEL FOR THEM." -02/28/1995,95V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V038000),Volvo Trucks North America,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1157,"THE WRONG BALL SOCKET ASSEMBLY WAS USED TO ATTACH THE STEERING ARMS TO BOTH THE STEERING DRAG LINK AND THE STEERING RAM ASSIST CYLINDER, RESULTING IN A BINDING CONDITION.","THIS CONDITION CAN CAUSE THE BALL SOCKET TO FATIGUE, INCREASING THE POTENTIAL FOR LOSS OF STEERING CONTROL AND AN ACCIDENT.",DEALERS WILL REPLACE THE BALL SOCKET ASSEMBLY ON THE AFFECTED VEHICLES. -02/27/1995,95V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V039000),INTERNATIONAL TRUCK & ENGINE CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:SIDE MARKER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,762,"THE CLEARANCE LAMPS FLUSH MOUNTED IN THE CAB DO NOT MEET THE PHOTOMETRIC REQUIREMENTS OF FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT,"" AND THE REQUIRED LEFT AND RIGHT SIDE MARKER/REFLEX REFLECTORS ARE MISSING.",CONSEQUENCE OF NON-COMPLIANCE: THE VEHICLES DO NOT HAVE SIDE MARKER LAMPS AS REQUIRED FOR BETTER VEHICLE VISIBILITY AND INCREASES THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL INSTALL A COMBINATION SIDE MARKER LAMP/REFLEX REFLECTOR ON THE LEFT AND RIGHT SIDE OF THE CAB IN PLACE OF THE CURRENT SIDE REFLEX REFLECTOR. -02/27/1995,95V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V030000),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,420,THE FOUR (4) STEERING COLUMN SUPPORT BRACKET ATTACHING BOLTS WERE UNDER TORQUED DURING ASSEMBLY.,"INADEQUATE TORQUE CAN CAUSE THESE BOLTS TO VIBRATE, LOOSEN, OR FALL OUT RESULTING IN LOSS OF STEERING CONTROL AND INCREASE THE POTENTIAL FOR A VEHICLE CRASH.",DEALERS WILL RETORQUE THE STEERING COLUMN SUPPORT BRACKET ATTACHING BOLTS TO THE CORRECT SPECIFICATIONS. -02/24/1995,95E006002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E006002),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Equipment,8600,THE PASSENGER SIDE AIR BAG HAS AN INFLATOR BODY THAT CRACKED DURING FORMING OF THE CURL THAT RETAINS THE IGNITER PLUG IN THE END OF THE INFLATOR. ALSO THE IGNITER END CAP CAN SEPARATE FROM THE INFLATOR.,"THE PASSENGER SIDE AIR BAG MAY NOT INFLATE PROPERLY RESULTING IN REDUCED OCCUPANT PROTECTION IN A VEHICLE ACCIDENT. IF THE IGNITER END CAP SEPARATES IN A FRONTAL COLLISION, HOT GASES CAN BE RELEASED AND IGNITE FLAMMABLE MATERIAL OR CAUSE BURN INJURIES.",DEALERS WILL REMOVE AND REPLACE THE PASSENGER SIDE AIR BAG MODULE. -02/23/1995,95E002001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E002001),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:DRUM AND SHOE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,16,THE MACHINING PERFORMED ON THE BRAKE DRUMS WILL NOT PERMIT THE DRUM TO SEAT FULLY AGAINST THE HUB FACE. THE REDUCED BRAKE DRUM AND HUB CONTACT AREA WILL ABRADE AND FRET ALLOWING THE WHEEL MOUNTING JOINT TO LOOSEN.,THE WHEEL MOUNTING STUDS CAN BREAK RESULTING INSEPARATION OF THE WHEEL FROM THE VEHICLE. VEHICLE STEERING AND BRAKING WILL BE REDUCED AND THE SEPARATED WHEEL WOULD CAUSE A HAZARD TO OTHERS ON THE HIGHWAY. EITHER EVENT CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL REPLACE THE INCORRECTLY MACHINED DRUMS WITH NEW BRAKE DRUMS PROVIDED BY ROCKWELL AND ALSO REPLACE THE WHEEL MOUNTING STUDS. -02/23/1995,95V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V032000),NEW GOSHEN COACH,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,104,"A DISCREPANCY BETWEEN THE VEHICLE LOAD CARRYING CAPABILITIES AND THE ACTUAL LOAD CARRYING CAPABILITIES WAS LISTED ON THE VEHICLE'S CERTIFICATION LABEL. THIS DOES NOT CONFORM WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION LABEL.""",CONSEQUENCE OF NON-COMPLIANCE; THESE VEHICLE COULD BE OVERLOADED CAUSING THE INCREASE POTENTIAL OF A VEHICLE ACCIDENT.,DEALERS WILL MAKE MODIFICATIONS AND/OR VERIFICATIONS REGARDING TOTAL PASSENGER DESIGN LOAD AND LOAD DISTRIBUTION CERTIFICATIONS AND CAPABILITIES OF THESE BUSES. -02/23/1995,95V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V035000),"Jayco, Inc.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,154,"WHEN THE FURNACE AND COOKTOP ARE OPERATING AT THE SAME TIME, THE FURNACE AIR-CIRCULATING FAN CAN PULL THE COOKTOP BURNER FLAME DOWN INTO THE ALUMINUM BURNER, CAUSING THE BURNER TO MELT.",THIS CONDITION CAN CAUSE A FIRE.,DEALERS WILL INSTALL AN ENCLOSURE UNDER THE COOKTOP TO CORRECT THE AIR FLOW PROBLEM. -02/23/1995,95V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V036000),Blue Bird Body Company,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,2714,"QUENCH CRACKS OCCURRED IN THE PITMAN ARM PINCH BOLT DURING THE BOLT MANUFACTURING PROCESS, CAUSING A WEAKNESS IN THESE BOLTS.",THESE CRACKS CAN CAUSE THE BOLTS TO FRACTURE RESULTING IN A LOSS OF STEERING CONTROL AND INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,BLUE BIRD WILL PROVIDE REPLACEMENT BOLTS FOR ALL AFFECTED UNITS. -02/22/1995,95V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V034000),"WESTERN STAR TRUCKS, INC.",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,48,"THE BRAKE RETURN SPRINGS ON THE FRONT BRAKES CAN CONTACT THE FRONT HUBS AS THE BRAKE PADS AND DRUMS WEAR, RESULTING IN SPRING FAILURE. A PIECE OF THE FAILED SPRING CAN LODGE IN THE BRAKE CAM CAUSING THE BRAKE TO DRAG AND THE STEERING TO PULL TO ONE SIDE.",STEERING PULL FROM THE DRAGGING BRAKE CAN INCREASE THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL REPLACE THE FRONT HUBS ON THE AFFECTED VEHICLES. -02/22/1995,95E005001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E005001),BUS INDUSTRIES OF AMERICA,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,278,"PREMATURE OPENING OF THE THERMALLY ACTUATED PRESSURE RELIEF DEVICES HAS OCCURRED WITHIN A SHORT PERIOD OF TIME AFTER FILLING THE VEHICLE WITH FUEL, EXPELLING COMPRESSED NATURAL GAS TO THE ENVIRONMENT.","IF CNG WERE RELEASED TO THE ENVIRONMENT AND AN IGNITION SOURCE WERE PRESENT, A FIRE COULD RESULT.","MIRADA IS CONDUCTING THE OWNER NOTIFICATION AND REMEDY FOR THIS CAMPAIGN. IN THE INTERIM, BUS OPERATORS ARE REQUESTED TO TAKE THE FOLLOWING PRECAUTIONS WHEN FUELING THESE VEHICLES: (1) FOLLOW THE INSTRUCTIONS OF THE FUEL STATION SUPPLIER TO ENSURE THAT HEAT DOES NOT BUILD UP IN THE FUEL SYSTEM. (2) AFTER FUELING, STORE VEHICLES OUTSIDE. (3) BUSES SHOULD BE CHECKED FOR ANY ABNORMAL DROP IN THE FUEL PRESSURE BEFORE STARTING AFTER REFUELING. (4) TRANSIT BUSES IN SERVICE SHOULD HAVE THE PRESSURE RELIEF DEVICE INSPECTED AND ALSO INSPECT THE RUBBER CAPS THAT ARE INSTALLED ON THE VENTING ARRANGEMENTS ON THE DEVICES. PLEASE CONTACT MIRADA AT 1-612-448-3686." -02/21/1995,95V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V029000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,30,"THESE VEHICLES CAN EXPERIENCE AN ACCUMULATION OF HYDROGEN IN THE BATTERY COMPARTMENT WHICH, IF AN IGNITION SOURCE WERE PRESENT, CAN IGNITE.",THIS CONDITION CAN CAUSE THE IGNITION GAS TO IGNITE RESULTING IN DAMAGE TO THE VEHICLE AND THE INCREASED POTENTIAL FOR OCCUPANT INJURY.,GM HAS MODIFIED THE BATTERY COMPARTMENT VENT AND HAS ALSO INSPECTED THE BATTERY PACKS ON ALL VEHICLES FOR THE POSSIBILITY OF GAS LEAKAGE FROM THE BATTERIES. -02/21/1995,95V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V031000),"Mercedes-Benz USA, LLC",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,50000,"THE FRONT PASSENGER METAL FOOT REST CAN, OVER TIME, ABRADE THROUGH THE WIRING HARNESS UNDER THE FOOT REST CAUSING THE WIRING HARNESS TO SHORT CIRCUIT.","A SHORT CIRCUIT CAN CAUSE THE WIRES TO OVERHEAT, STALL THE ENGINE, OR INADVERTENTLY DEPLOY AN AIRBAG, ANY OF THESE INCREASES THE POTENTIAL FOR A VEHICLE CRASH.",DEALERS WILL INSTALL ADDITIONAL WIRING HARNESS CABLE FASTENER TIES AND EDGE PROTECTIVE COVERING FOR SHARP EDGES OF THE METAL FOOT REST. -02/21/1995,95V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V033000),Mazda North American Operations,ENGINE:VALVES:VALVE TRAIN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5760,THE WIRE ROD USED IN THE MANUFACTURE OF THE ENGINE VALVE SPRINGS CAN DEVELOP MINUTE CRACKS CAUSING BREAKAGE OF THE SPRINGS.,"THIS BREAKAGE CAN CAUSE ENGINE CHATTER, DAMAGE TO THE ENGINE PISTONS, AND CAUSE THE ENGINE TO STALL INCREASING THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPLACE ALL SIXTEEN (16) VALVE SPRINGS IN THE ENGINE OF THE AFFECTED VEHICLES. -02/21/1995,95E006001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E006001),Mazda North American Operations,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Equipment,565,"THE PASSENGER SIDE AIR BAG HAS AN INFLATOR BODY THAT CRACKED DURING FORMING OF THE CURL THAT RETAINS THE IGNITER PLUG IN THE END OF THE INFLATOR. ALSO, THE IGNITER END CAP CAN SEPARATE FROM THE INFLATOR.","THE PASSENGER SIDE AIR BAG MAY NOT INFLATE PROPERLY RESULTING IN REDUCED OCCUPANT PROTECTION IN A VEHICLE ACCIDENT. IF THE IGNITER END CAP SEPARATES IN A FRONTAL COLLISION, HOT GASES CAN BE RELEASED AND IGNITE FLAMMABLE MATERIAL OR CAUSE BURN INJURIES.",DEALERS WILL REMOVE AND REPLACE THE PASSENGER SIDE AIR BAG MODULE. -02/16/1995,95E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E003000),ARVINMERITOR AUTOMOTIVE,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,90100,AIR SYSTEM BLOCKAGE IN THE AIR DRYER OCCURS DEGRADING THE MOISTURE REMOVING CAPABILITIES OF THE DRYER WHEN THE VEHICLE IS OPERATED IN A COLD ENVIRONMENT AND MOISTURE ACCUMULATES AND FREEZES IN THE AIR DRYER OR IN THE LINE BETWEEN THE DRYER AND THE AIR SYSTEM RESERVOIR. THE AIR DRYER CAN BECOME OVER PRESSURIZED CAUSING THE AIR DRYER CARTRIDGE TO SEPARATE FROM THE MOUNTING BASE.,"IF THE AIR DRYER SEPARATES FROM THE BASE, THE CARTRIDGECAN SEPARATE SUFFICIENTLY ENOUGH TO CAUSE PERSONAL INJURY OR PROPERTY DAMAGE.",DEALERS WILL EQUIP AIR SYSTEMS WITH A PRESSURE RELIEF VALVE TO BE LOCATED BETWEEN THE COMPRESSOR AND THE AIR DRYER. THIS PRESSURE RELIEF VALVE IS INTENDED TO VENT IF EXCESSIVE PRESSURE DEVELOPS IN THE AIR DRYER. -02/16/1995,95V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V027000),"General Motors, LLC",INTERIOR SYSTEMS:BUCKET,SEATS,NR (Not Reported),Vehicle,1720,"THE SEATS OF THESE VEHICLES CAN HAVE INCOMPLETE WELDED LEFT SIDE SEAT BACK FRAME EXTENDER ARM WELDS. VEHICLES WITH AFFECTED SEATS DO NOT COMPLY WITH FMVSS NO. 207, ""SEATING SYSTEMS.""",COSEQUENCE OF NON-COMPLIANCE: THIS CONDITION CAN CAUSE THE SEAT TO COLLAPSE DURING A VEHICLE ACCIDENT AND WOULD NOT PROPERLY PROTECT THE OCCUPANT.,"DEALERS WILL INSPECT THE LEFT SIDE SEAT BACK EXTENDER ARMS OF THE SEATS FOR MISSING WELDS. WELDS SHOULD BE ON BOTH SIDES OF THE SEAT BACK EXTENDER ARM. IF A WELD IS MISSING, THE AFFECTED SEAT BACK FRAME ASSEMBLY(IES) WILL BE REPLACED." -02/16/1995,95V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V026000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,13853,"DUE TO A THIN CASE CASTING, AN EXTERNAL TRANSMISSION LEAK CAN OCCUR.",THIS CONDITION CAN CAUSE TRANSMISSION OIL TO SPRAYONTO THE EXHAUST SYSTEM AND RESULT IN A POSSIBLE VEHICLE FIRE.,"DEALERS WILL INSPECT THE TRANSMISSION CASE ASSEMBLY FOR THE INVOLVED CASE CASTING. IF THE ASSEMBLY IS INVOLVED, THE TRANSMISSION WILL BE REPLACED." -02/16/1995,95V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V025000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,21340,THESE VEHICLES HAVE BEEN BUILT WITH WELDS MISSING FROM THE FRONT SUSPENSION LOWER CONTROL ARM ASSEMBLIES CAUSING EXCESSIVE LOADS ON THE EXISTING WELDS.,THIS CONDITION CAN RESULT IN SEPARATION OF THE FRONTBUSHING SLEEVE SUBASSEMBLY FROM THE CONTROL ARM INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL INSPECT BOTH LEFT-HAND AND RIGHT-HAND FRONT SUSPENSION LOWER CONTROL ARM ASSEMBLIES AND REPLACE ALL CONTROL ARM ASSEMBLIES FOUND WITH OMITTED WELDS. -02/15/1995,95E004001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E004001),"FLEETWOOD ENTERPRISES, INC.",FUEL:LIQUID PETROLEUM GAS (LPG)/LPG GASOLINE FUEL,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,7200,THE INDICATOR DEVICE WAS NOT ATTACHED PROPERLY TO THE REGULATOR ALLOWING THE INDICATOR TO BE PARTIALLY OR COMPLETE DISPLACED.,"IF THE INDICATOR IS NOT FULLY ATTACHED TO THE REGULATOR, THE INDICATOR CAN LEAK LP GAS AND RESULT IN A FIRE IF IGNITED.",MARSHALL GAS CONTROLS WILL PROVIDE A NEW PROPERLY MANUFACTURED REGULATOR FOR DEALERS TO INSTALL ON THE AFFECTED TRAVEL TRAILERS. -02/14/1995,94V025002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V025002),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,90,"THE RIGHT OUTSIDE REARVIEW MIRROR CONTAINS CONVEX GLASS RATHER THAN FLAT. THEREFORE, THESE VEHICLES FAIL TO COMPLY WITH FMVSS NO. 111, ""REARVIEW MIRRORS.""","CONSEQUENCE OF NON-COMPLIANCE: THE IMAGES PRESENTED IN THE MIRROR ARE CLOSER THAN THEY APPEAR WHICH MAY CAUSE THE DRIVER TO MISJUDGE THE DISTANCE FROM THE OBJECT TO THE REAR OF THE VEHICLE, AND COULD RESULT IN AN ACCIDENT.",DEALERS WILL REPLACE THE RIGHT OUTSIDE REARVIEW MIRROR WITH A MIRROR HAVING A FLAT SURFACE. -02/14/1995,95V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V024000),MONACO COACH CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,189,THE WINDSHIELD WIPER MOTOR FAILS CAUSING THE WIPERS TO STOP FUNCTIONING.,THIS CONDITION CAN CAUSE POOR VISIBILITY IN INCLEMENT WEATHER INCREASING THE POTENTIAL FOR A VEHICLE CRASH.,DEALERS WILL REPLACE THE WINDSHIELD WIPER DRIVE MOTOR ASSEMBLY WITH A NEW ASSEMBLY OF A DIFFERENT DESIGN. -02/13/1995,95V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V023000),AM GENERAL LLC,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,150,"WATER CAN ACCUMULATE IN THE CRUISE CONTROL CABLE AND IF THE OUTSIDE TEMPERATURE IS BELOW FREEZING AND THE CRUISE CONTROL IS ENGAGED, THE WATER CAN FREEZE CAUSING THE CABLE TO BIND AND NOT RELEASE AS INTENDED WHEN THE BRAKE PEDAL IS APPLIED OR THE SYSTEM IS TURNED OFF AT THE MASTER CRUISE CONTROL SWITCH.",THE ENGINE THROTTLE CAN STICK OPEN RESULTING IN LOSS OF THROTTLE CONTROL WITH THE INCREASED POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL REMOVE THE CURRENT CRUISE CONTROL ACTUATOR AND CABLE ASSEMBLY AND INSTALL A NEW ASSEMBLY. ADDITIONALLY, DEALERS WILL CHANGE THE ROUTING OF THE CABLE." -02/09/1995,95V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V020000),Oshkosh Corporation,BRAKES:AIR SUPPLY SYSTEM:GOVERNOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,22,AIR COMPRESSOR GOVERNOR SENSING LINE DOES NOT SENSE BOTH FRONT AND REAR BRAKE SYSTEM RESERVOIR PRESSURE. A FRONT BRAKE SYSTEM AIR LEAK WILL NOT BE SENSED BY THE GOVERNOR AND THE COMPRESSOR WILL FAIL TO RESUPPLY THE FRONT AIR SYSTEM CAUSING A REDUCTION OF THE FRONT BRAKE SYSTEM PERFORMANCE.,THIS CONDITION CAN CAUSE LOSS OF BRAKING CAPABILITY AND INCREASE THE POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL RELOCATE THE ONE WAY CHECK VALVE IN THE INLET AIR LINE TO THE REAR SERVICE TANK AND A PRESSURE PROTECTION VALVE WILL BE ADDED TO ALLOW THE GOVERNOR TO SENSE BOTH FRONT AND REAR BRAKE SYSTEM RESERVOIR PRESSURE. -02/07/1995,95V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V021000),Oshkosh Corporation,STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,1057,METRIC GRADE 8.8 BOLTS WERE MIXED IN INVENTORY WITH METRIC GRADE 10.9 BOLTS. INCORRECT GRADE BOLTS (8.8) WERE USED IN ATTACHING THE 710 SAGINAW STEERING GEAR TO THE FRAME.,"THE USE OF INCORRECT BOLTS CAN CAUSE THE STEERING GEAR TO SEPARATE FROM THE FRAME CAUSING A LOSS OF STEERING CONTROL, INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.","DEALERS WILL REPLACE ALL METRIC GRADE 8.8 BOLTS WITH THE CORRECT METRIC GRADE 10.9 BOLTS, LOCTITE WILL BE INSTALLED INTO THE BOLT HOLE, AND THE BOLTS WILL BE TORQUED TO SPECIFICATION." -02/07/1995,95V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V022000),Oshkosh Corporation,STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,336,TWO OF THE FOUR BOLT-AND-WASHER COMBINATIONS USED TO SECURE THE 710 SAGINAW STEERING GEAR TO THE CHASSIS FRAME HAD DIFFERENT WASHER MATERIAL THICKNESSES. THIS CAN AFFECT THE BOLT THREAD ENGAGEMENT INTO THE STEERING GEAR CAUSING LOOSE STEERING GEAR BOLTS.,THIS CONDITION CAN CAUSE LOSS OF STEERING CONTROL INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INCREASE THE STEERING GEAR BOLT HOLE DEPTH, REPLACE THE EXISTING WASHERS AND BOLTS WITH NEW FLANGED-HEAD CAP SCREWS INSTALLED WITH LOCTITE." -02/07/1995,95V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V019000),"WESTERN STAR TRUCKS, INC.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,159,"A PROTECTIVE GREASE COATING USED ON THE STEERING KNUCKLE WAS NOT REMOVED PRIOR TO ASSEMBLY OF THE STEERING ARMS. ALSO THE JOINTS COULD HAVE BEEN ASSEMBLED WITH KEYS THAT WERE SOFTER THAN SPECIFIED AND WITH NUTS OF A ""SOFTER"" MATERIAL THAN ANTICIPATED.",THESE CONDITIONS CAN ALLOW THE STEERING ARM TO TURNINSIDE THE KNUCKLE SHEARING THE LOCATOR KEY RESULTING IN LOSS OF STEERING CONTROL AND INCREASING THE POTENTIAL FOR AN ACCIDENT.,"DEALERS WILL CLEAN THE STEERING ARM/KNUCKLE JOINTS, REPLACE THE NUTS AND KEYS, AND RETORQUE THE STEERING ARM NUTS." -02/06/1995,95V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V018000),FREIGHTLINER LLC,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5700,THE BRAKE CHAMBER MOUNTING STUDS CAN LOOSEN OR PULL THROUGH DUE TO FATIGUE IN THE BRAKE CHAMBER HOUSING CAUSED BY FOUNDATION BRAKE CHATTER.,THIS CONDITION CAN RESULT IN LOSS OF BRAKING CAPABILITY.,"DEALERS WILL CHANGE THE BRAKE LINING MATERIALS, REPLACE THE WING BRACKET WITH A REINFORCED BRACKET AND INSTALL BRAKE CHAMBERS WITH REINFORCED CHAMBER HOUSING AND LARGER (1/2"") MOUNTING STUDS." -02/03/1995,95V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V017000),"SAFARI MOTOR COACHES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,68,THE GASOLINE FILLER NECK IS LOCATED LESS THAN 3 FEET FROM THE PROPANE WATER HEATER CREATING A FIRE HAZARD POTENTIAL DURING GASOLINE FUELING.,THIS CONDITION CAN RESULT IN A VEHICLE FIRE IF GASOLINE VAPORS ARE IGNITED BY THE PROPANE WATER HEATER.,"DEALERS WILL MOVE THE GASOLINE FILLER SPOUT TO ANOTHER LOCATION ON THE MOTORHOME. TO REMIND OWNERS TO TURN OFF THE WATER HEATER WHILE FUELING THE VEHICLE, A STICKER WILL BE MAILED TO THE OWNERS FOR PLACEMENT ON THE GASOLINE FILLER DOOR." -02/01/1995,95V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V015000),"FLEETWOOD ENTERPRISES, INC.",VISUAL SYSTEMS:GLASS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,934,THE FRONT CABOVER HAS A TEMPERED GLASS WINDOW MOUNTED AT AN ANGLE OF 20 DEGREES FROM THE VERTICAL WHICH CAN CAUSE THE GLASS TO BREAK WHILE THE VEHICLE IS IN MOTION.,"IF THE WINDOW SHATTERS, TEMPERED GLASS FRAGMENTS AREFORCED INTO THE MOTORHOME INTERIOR BY AIR PRESSURE CAUSED BY THE MOVING VEHICLE. THESE FRAGMENTS CAN CAUSE PERSONAL INJURY TO OCCUPANTS.",DEALERS WILL REMOVE THE EXISTING TEMPERED GLASS CABOVER WINDOW AND REPLACE WITH A LAMINATED SAFETY GLASS CABOVER WINDOW. -01/30/1995,95V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V006000),"THOMAS BUILT BUSES, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,80,A POWER CONNECTOR IN THE MAIN WIRING HARNESS CAN BECOME CORRODED CAUSING LOSS OF POWER.,"THIS CONDITION CAN RESULT IN A TOTAL LOSS OF POWER TO THE BUS, IMMOBILIZING THE BUS, DISABLE THE LIGHTS, AND INCREASE THE POTENTIAL FOR AN ACCIDENT.",DEALERS WILL REPLACE AND SEAL THE CONNECTORS. -01/27/1995,95V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V010000),"HPA MONON TRAILER, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,304,"MISSING WELDS IN THE UPPER COUPLER ASSEMBLY CAN LEAD TO FATIGUE CRACKS IN THE BOTTOM PLATE OF THE ASSEMBLY OVER A LENGTH OF TIME, CAUSING FAILURE OF THE UPPER COUPLER ASSEMBLY.",THIS CONDITION CAN RESULT IN SEPARATION OF THE UPPER CONTROL ASSEMBLY WITH THE POTENTIAL FOR A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT THE TRAILERS FOR FATIGUE CRACKS AND REWELD THE UPPER COUPLER ASSEMBLIES, IF NECESSARY." -01/27/1995,95V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V011000),EMERALD ISLE OF SO. CAL.,EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,3,"THE MANUFACTURER'S IDENTIFICATION LABEL WAS OMITTED. THIS DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 115, ""VEHICLE IDENTIFICATION NUMBER - BASIC REQUIREMENTS.""",CONSEQUENCE OF NON-COMPLIANCE: THE VEHICLES CANNOT BE IDENTIFIED CORRECTLY.,EMERALD ISLE WILL AFFIX THE PROPER MANUFACTURER IDENTIFICATION LABEL. -01/24/1995,95V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V008000),"Nissan North America, Inc.",NISSAN/BRAKE HOSES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,68,CERTAIN OF THE BRAKE HOSES FOR THE RIGHT REAR WHEEL WERE ROUTED INCORRECTLY SO THAT CONTACT IS MADE WITH A SUSPENSION COMPONENT. THIS CAUSES ABRASION TO THE HOSE AND EVENTUAL LEAKAGE.,"A LEAKING BRAKE HOSE REDUCES BRAKING CAPABILITY, INCREASES STOPPING DISTANCES AND INCREASES THE RISK OF AN ACCIDENT.","THE RIGHT REAR BRAKE HOSE WILL BE INSPECTED TO DETERMINE IF IT IS ROUTED CORRECTLY. MISROUTED HOSES WILL BE INSPECTED FOR DAMAGE, REPLACED IF NECESSARY, AND CORRECTLY ROUTED." -01/24/1995,95V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V009000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,2512,"THE GLASS TEMPERING PROCESS ON THE RIGHT HAND REAR DOOR WINDOWS WAS NOT CORRECTLY PERFORMED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 205, ""GLAZING MATERIALS.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE WINDOW BREAKS, THE GLASS FRAGMENTS OF THE REAR WINDOWS EXCEED THE SIZE SPECIFICATIONS OF FMVSS NO. 205.",DEALERS WILL REPLACE THE RIGHT REAR DOOR GLASS. -01/23/1995,95V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V007000),FREIGHTLINER LLC,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,70,"WASHERS WERE NOT INSTALLED ON THE PASSENGER SIDE RETRACTOR AND OUTBOARD SAFETY BELT ANCHORS. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",,DEALERS WILL INSTALL WASHERS AT BOTH LOCATIONS. -01/20/1995,95V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V003000),Hyundai Motor America,LIGHTING:SWITCH:BUTTON:RING:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1638,"A PLASTIC SLIDER PIECE WITHIN THE HEADLAMP DIMMER SWITCH ASSEMBLY DOES NOT FULLY RETRACT WHEN THE HEADLAMP DIMMER SWITCH IS MOVED FROM LOW BEAM TO HIGH BEAM POSITION. THE LOW BEAM LAMPS GO OUT AS INTENDED, BUT THE HIGH BEAM LAMPS DO NOT COME ON.",THIS CONDITION WILL RESULT IN INADEQUATE LIGHTING CAUSING A VISIBILITY PROBLEM FOR THE DRIVER AND OTHER ONCOMING MOTORISTS AND AN ACCIDENT CAN OCCUR.,DEALERS WILL REPLACE THE HEADLAMP DIMMER SWITCH ASSEMBLY. -01/18/1995,95E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95E002000),ARVINMERITOR AUTOMOTIVE,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,90,THE MACHINING PERFORMED ON THE BRAKE DRUMS WILL NOT PERMIT THE DRUM TO SEAT FULLY AGAINST THE HUB FACE. THE REDUCED BRAKE DRUM AND HUB CONTACT AREA WILL ABRADE AND FRET ALLOWING THE WHEEL MOUNTING JOINT TO LOOSEN.,THE WHEEL MOUNTING STUDS CAN BREAK RESULTING INSEPARATION OF THE WHEEL FROM THE VEHICLE. VEHICLE STEERING AND BRAKING WILL BE REDUCED AND THE SEPARATED WHEEL WOULD CAUSE A HAZARD TO OTHERS ON THE HIGHWAY. EITHER EVENT CAN RESULT IN A VEHICLE ACCIDENT.,ROCKWELL WILL REPLACE THE INCORRECTLY MACHINED DRUMS WITH NEW BRAKE DRUMS AND REPLACE THE WHEEL MOUNTING STUDS. -01/18/1995,95V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V005000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,185000,THE CINCH BAR COMPONENT WITHIN THE PASSENGER SIDE SAFETY BELT BUCKLE ASSEMBLY SHATTERS CAUSING THE BELT TO RELEASE.,THE PASSENGER WOULD NOT BE PROPERLY RESTRAINED AND COULD BE INJURED IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,DEALERS WILL REPLACE THE CINCH BAR WITH A NEWLY DESIGNED PART. -01/11/1995,95V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V004000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,3076,THE METAL HOUSING OF THE SAFETY BELT RETRACTORS ON AUTOMATIC LOCKING RETRACTOR/EMERGENCY LOCKING RETRACTOR SAFETY BELTS CAN BECOME DEFORMED PREVENTING EXTENSION AND/OR RETRACTION OF THE BELT.,PASSENGERS WOULD BE UNABLE TO EXTEND OR RETRACT THEIR SAFETY BELTS AND WOULD BE AT A RISK OF INJURY IN THE EVENT OF AN ACCIDENT.,DEALERS WILL INSTALL A HARDENED WASHER WHICH WILL DECREASE THE POSSIBILITY OF DEFORMATION OF THE SAFETY BELT RETRACTOR. DAMAGED RETRACTORS WILL BE REPLACED. -01/03/1995,95V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V016000),"PREVOST CAR, INCORPORATED",EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,2075,THE PARKING BRAKE BUTTON CAN BE HIT ACCIDENTLY ALLOWING THE PARKING BRAKE TO RELEASE.,UNINTENDED OPERATION OF THE PARKING BRAKE BUTTON CAN ALLOW THE BUS TO ROLL FREELY CAUSING A POTENTIAL FOR A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A PROTECTOR OVER THE PARKING BRAKE BUTTON IN ORDER TO PREVENT ACCIDENTAL RELEASE OF THE PARKING BRAKES. -01/03/1995,95V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V013000),"PREVOST CAR, INCORPORATED",STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,1090,"IF A PASSENGER TRIES TO EXIT THE LAVATORY COMPARTMENT BY PUSHING WITH HIS BACK AGAINST THE LAVATORY WINDOW AND HIS LEGS AGAINST THE LAVATORY DOOR, THE WINDOW CAN SEPARATE.","IF THE WINDOW SEPARATES, THE OCCUPANT CAN FALL THROUGH THE WINDOW AND SUFFER SEVERE AND/OR EXTREME INJURIES.","DEALERS WILL INSTALL A RAIL IN THE LAVATORY COMPARTMENT WINDOW SO THAT LAVATORY OCCUPANTS CAN PRESS AGAINST THE RAIL RATHER THAN THE WINDOW, AND TO HELP THE PASSENGER TO KEEP BALANCE WHILE THE VEHICLE IS MOVING." -01/03/1995,95T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95T001000),Cooper Tire & Rubber Co.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,6603,THE MAXIMUM INFLATION PRESSURE STAMPING ON THE OPPOSITE SERIAL SIDE OF THE TIRES IS INCORRECT FOR BOTH SINGLE AND DUAL LOADS. A PRESSURE OF 30 PSI IS STAMPED FOR BOTH SINGLE AND DUAL LOAD APPLICATIONS. THE CORRECT STAMPING ON THE TIRE SHOULD READ A MAXIMUM OF 50 PSI.,,"DEALERS WILL REPLACE THE INCORRECT TIRES WITH NEW, CORRECTLY MARKED TIRES." -01/01/1995,95V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95V014000),"WESTERN STAR TRUCKS, INC.",EQUIPMENT:BUNK SLEEPER:TRUCK,EQUIPMENT,NR (Not Reported),Vehicle,122,STRAPS HOLDING THE SLEEPER UPPER BUNK IN THE RAISED POSITION CAN RELEASE WITHOUT WARNING.,"IF THE RESTRAINING STRAP RELEASES SUDDENLY, THEBUNK FALLS WITHOUT WARNING AND CAN STRIKE AN OCCUPANT SITTING IN THE LOWER BUNK CAUSING PERSONAL INJURY.",DEALERS WILL REPLACE THE UPPER BUNK RETAINING STRAPS WITH AN IMPROVED AUTOMOTIVE SAFETY BELT STYLE DESIGN STRAP. -12/30/1994,94E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E039000),PHILATRON INTERNATIONAL,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1505,"DURING FINAL ASSEMBLY CRIMPING PROCESS THE INTERNAL SUPPORT TUBE WAS DAMAGED AND DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 106, ""BRAKE HOSES.""",,PHILATRON WILL INSPECT AND REPLACE ANY HOSES FOUND NOT TO BE IN COMPLIANCE WITH FMVSS NO. 106. -12/30/1994,94V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V251000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,500,THE RIGHT FRONT BRAKE CALIPER PISTON SEAL GROOVE WAS IMPROPERLY MACHINED CAUSING A BRAKE FLUID LEAK WHEN THE BRAKES ARE APPLIED.,THIS CONDITION CAN CAUSE A LOSS OF BRAKING CAPABILITY.,DEALERS WILL INSPECT AND REPLACE THE BRAKE CALIPERS ON THE AFFECTED VEHICLES. -12/30/1994,94V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V249000),"Jaguar Cars, Ltd.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,48,THE STEERING ASSEMBLY WAS FITTED WITH INCORRECT SPECIFICATION NUTS. THESE NUTS RETAIN THE TRACK ROD END BALL PINS TO THE STEERING ARMS.,THIS CONDITION CAN RESULT IN LOSS OF STEERING CONTROL.,DEALERS WILL INSTALL NEW CORRECT SPECIFICATION NUTS ON THE STEERING LINKAGE ASSEMBLY. -12/29/1994,94V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V246000),HOLIDAY RAMBLER CORP.,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,138,THE 12 VOLT BUSS BAR AND TERMINAL CONNECTOR LUG POST WERE INSTALLED WITHOUT A PROTECTIVE COVER. THESE COMPONENTS ARE SUSCEPTIBLE TO POTENTIAL SHORTING UPON CONTACT BY ANY TYPE OF METAL FOREIGN OBJECT.,THIS CONDITION CAN CAUSE A SHORT CIRCUIT AND A POTENTIALFIRE HAZARD.,DEALERS WILL INSTALL A PROTECTIVE SHIELD TO COVER THE ELECTRICAL COMPONENTS. -12/29/1994,94V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V250000),HOLIDAY RAMBLER CORP.,EQUIPMENT:ELECTRIC EQUIPMENT:RADIO:TAPE DECK ETC.,EQUIPMENT,NR (Not Reported),Vehicle,313,THE REMOTE POWER SWITCH(ES) LOCATED ON THE HYDRAULIC MOTOR THAT OPERATES THE SLIDE-OUT ROOM IS NOT WATER-PROOF ALLOWING MOISTURE TO PENETRATE INTO THE SWITCH CREATING AN ELECTRICAL PATH.,THIS ELECTRICAL PATH CAN ENERGIZE THE MOTOR SOLENOIDCOIL STARTING THE MOTOR FOR THE SLIDE-OUT ROOM AND THE ROOM WILL BEGIN TOEXTEND. THIS CAN CAUSE LOSS OF VEHICLE CONTROL.,DEALERS WILL REMOVE THE REMOTE SLIDE-OUT SWITCH(ES) AND LIMIT THE OPERATION OF THE SLIDE-OUT TO THE PRIMARY SWITCH(ES) MOUNTED INSIDE THE TRAILER. -12/23/1994,94V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V248000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,91275,"INSUFFICIENT LUBRICATION IN THE GUIDE TRACK RAIL IN WHICH THE SHOULDER BELT CARRIER MOVES CAUSING A CHATTERING NOISE, MOMENTARY BINDING WHILE TRAVELING, CYCLING BACK AND FORTH, OR STOPS COMPLETELY.",THIS CONDITION CAN PREVENT A PERSON FROM USING THEIRRESTRAINT SYSTEM RESULTING IN AN INCREASED RISK OF INJURY IN AN ACCIDENT.,DEALERS WILL LUBRICATE THE TRACK SYSTEM ON THESE VEHICLES. -12/20/1994,94V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V247000),"WESTERN STAR TRUCKS, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,192,THE ECM GROUND TERMINALS WERE INSTALLED SUCH THAT THERE IS RESIDUAL STRESS ON THE TERMINAL CAUSING THE TERMINAL TO FATIGUE AND EVENTUALLY FAIL.,"IF THIS TERMINAL FAILS, THE ENGINE WILL STOP ANDNOT RE-START. THIS CAN CAUSE LOSS OF POWER STEERING ASSIST IF THEVEHICLE IS BEING DRIVEN.",DEALERS WILL MODIFY THE ECM GROUND TERMINAL INSTALLATION. -12/14/1994,94V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V245000),"CHANCE COACH, INC.",LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,33,"THE REAR LIGHTS DID NOT HAVE REFLECTIVE DEVICES INSTALLED. THIS DOES NOT COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.""",,ADDITIONAL REAR RED REFLECTIVE DEVICES WILL BE INSTALLED. -12/14/1994,94V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V243000),"Nissan North America, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,200,TRUCKS WERE ASSEMBLED WITHOUT A DOOR LOCK PLATE IN THE RIGHT SIDE DOOR.,"THIS CONDITION CAN RESULT IN THE DOOR NOT LATCHINGCORRECTLY, IN AN ACCIDENT, EXPOSING PASSENGER TO INCREASED RISK OF INJURY.",DEALERS WILL INSPECT AND INSTALL DOOR LOCK PLATE IN VEHICLES WHICH ARE MISSING A DOOR PLATE. -12/13/1994,95I005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=95I005000),"General Motors, LLC",GM/ENGINE:DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,60000,"VEHICLE DESCRIPTION: LIGHT DUTY PICKUP TRUCKS, VANS AND MOTORHOMES EQUIPPED WITH ELECTRONICALLY FUEL INJECTED 6.5L DIESEL ENGINE. THIS IS NOT A SAFETY RECALL IN ACCORDANCE WITH FEDERAL REGULATION PART 573. HOWEVER, IT IS DEEMED A SAFETY IMPROVEMENT CAMPAIGN BY THE AGENCY. THE CAMPAIGN WILL IMPROVE THE OVERALL DRIVEABILITY OF THESE VEHICLES.","CERTAIN VEHICLES CAN EXHIBIT SOME DRIVEABILITY CONCERNS SUCH AS POOR THROTTLE RESPONSE, STALLING, MISFIRE, POOR HOT OR COLD STARTING, EXTENDED CRANKING OF A HOT ENGINE, OR STALLING AFTER START. TRUCKS WITH MANUALTRANSMISSIONS CAN EXHIBIT POOR ACCELERATION FROM START OR COULD STALL DURING DECELERATION.",DEALERS WILL INSTALL SOME RECENTLY DEVELOPED ENHANCEMENTS WHICH WILL IMPROVE THE OVERALL DRIVEABILITY OF THESE VEHICLES. -12/12/1994,94E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E037000),"KEYSTONE, INC.",AIR CONDITIONER:OTHER PART,EQUIPMENT,NR (Not Reported),Equipment,10000,"THE SCRIM USED IN PRODUCTION TO SHAPE FILTERS IS FLAMMABLE AND SHOULD HAVE BEEN REMOVED PRIOR TO SHIPMENT. THIS FILTER SCRIM CAN IGNITE. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",,REMOVE AND REPLACE AIR FILTERS. -12/12/1994,94V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V242000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,262,"THE BRAKE PEDAL PIVOT BOLT WAS STARTED IN THE WELD NUT, BUT WAS NOT TORQUED CORRECTLY CAUSING THE BOLT TO DISENGAGE FROM THE WELD NUT.",THIS CONDITION CAN RESULT IN A TOTAL LOSS OF BRAKINGCAPABILITY.,DEALERS WILL INSPECT FOR HAND-STARTED BRAKE PEDAL BOLTS AND TORQUE THEM TO CORRECT SPECIFICATIONS. -12/12/1994,94V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V244000),Ford Motor Company,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,560,"THE DRAG LINK INSTALLED CAN CONTACT THE FRONT AXLE I-BEAM UNDER CERTAIN EXTREME CONDITIONS. THIS DRAG LINK WAS NOT INTENDED TO BE INSTALLED ON ""LOW PROFILE"" VEHICLES.",THIS CAN RESULT IN LOSS OF STEERING CONTROL.,DEALERS WILL INSTALL THE CORRECT DRAG LINK ON THE VEHICLES. -12/09/1994,94E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E038000),EKLEY INDUSTRIES,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Equipment,130,"INCONSISTENT WELDING TECHNIQUE CAN CAUSE AXLE SPINDLE WELD TO CRACK, CAUSING MISALIGNMENT OF THE SPINDLE ASSEMBLY OR POSSIBLE SEPARATION OF THE SPINDLE AND WHEEL.",THIS CONDITION CAN RESULT IN LOSS OF VEHICLE CONTROL.,AXLES WILL BE REPLACED WITH A NEWLY MANUFACTURED AXLE. -12/05/1994,94V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V240000),BUELL MOTORCYCLE CO.,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,443,"FRONT BRAKE LINE ASSEMBLY CAN CRACK AT EITHER OF THE FITTINGS, ALLOWING BRAKE FLUID LEAKAGE.",THIS CAN RESULT IN LOSS OF BRAKE SYSTEM HYDRAULICPRESSURE AND INCREASED BRAKING DISTANCE.,DEALERS WILL REPAIR THE BRAKE LINE ASSEMBLY. -12/05/1994,94V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V241000),WAYNE WHEELED VEHICLES,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,317,"DURING INSTALLATION OF THE REAR SEATS, THE DRILLS USED TO CREATE PILOT HOLES FOR MOUNTING THE REAR SEAT PENETRATED THE FUEL TANK CROSSOVER PIPE LOCATED BEHIND THE REAR SPRING HANGER BRACKET ABOVE THE REAR SPRING. THE DAMAGED FUEL LINES CAN CAUSE FUEL LEAKAGE.",FUEL LEAKAGE FROM THE DAMAGED FUEL LINE CAN RESULTIN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.,"DEALERS WILL INSPECT THE FUEL TANK CROSSOVER PIPE AND IF A PUNCTURE IS FOUND, A REPLACEMENT PIPE WILL BE INSTALLED." -12/01/1994,94V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V238000),Volvo Trucks North America,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1275,"THE MAIN ELECTRICAL POWER HARNESS WAS MISROUTED. IF THERE WAS AN ELECTRICAL SHORT IN THIS HARNESS, THE CIRCUIT WOULD NOT BE FUSE-PROTECTED.",A SHORT IN A MISROUTED POWER HARNESS CAN CREATE A POTENTIAL FOR A VEHICLE FIRE.,DEALERS WILL REROUTE THE SUBJECT POWER HARNESS AND RECONNECT THE AFFECTED WIRES TO THE CORRECT FUSE-PROTECTED POWER JUNCTION. -12/01/1994,94V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V239000),Ford Motor Company,EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,9400,THE SPARE TIRE SUPPLIED WITH THE VEHICLE CAN CONTACT THE BRAKE LINES ON THE REAR AXLE IF IT IS MOUNTED IN THE UNDERBODY SPARE TIRE CARRIER. SUCH CONTACT COULD RESULT IN FRACTURE OF A REAR BRAKE LINE.,THIS CAN RESULT IN REDUCED VEHICLE BRAKE CAPABILITY.,DEALERS WILL INSTALL A LOWER PROFILE MINI-SPARE TIRE ON THE EXISTING MINI-SPARE WHEEL. THE NEW TIRE WILL ALLOW THE MINI-SPARE TO BE INSTALLED WITH APPROPRIATE CLEARANCES IN THE UNDERBODY SPARE TIRE CARRIER. -11/28/1994,94V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V235000),Ford Motor Company,BRAKES:HYDRAULIC:ANTI-SKID CONTROL MODE SOLENOID S,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3,"THE VEHICLES WERE MANUFACTURED WITHOUT SEPARATE ABS INDICATOR LAMPS. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THE BRAKE SYSTEM COULD FAIL AND THE DRIVER WOULD HAVE NO WARNING.,DEALERS WILL INSTALL ABS INDICATOR LAMP AND CIRCUITRY. -11/28/1994,94V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V234000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:POWER ASSIST:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,62,THE HYDRAULIC BRAKE SYSTEM ON THESE BUSES USES TWO HYDRAULIC PRESSURE SWITCHES TO OPERATE THE BRAKE LIGHTS AND THE BRAKE BOOSTER PUMP. THE BRAKE PRESSURE WARNING LIGHT CAN ACTIVATE WHEN ACTUAL SYSTEM FAILURE HAS NOT OCCURRED.,A FALSE WARNING OF THE BRAKE PRESSURE WARNING LIGHT CAN CAUSE THE DRIVER TO IGNORE A WARNING WHEN AN ACTUAL PROBLEM EXISTS WHICH COULD RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE TWO HYDRAULIC PRESSURE SWITCHES WITH ONE MECHANICAL SWITCH THAT IS ACTIVATED BY BRAKE PEDAL STROKE. -11/28/1994,94V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V237000),CROWN COACH CORPORATION,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,872,FLOOR DETERIORATION DUE TO WATER SEEPAGE.,"FLOOR DETERIORATION CAN CAUSE THE FLOOR TO COLLAPSE, WHICH COULD RESULT IN INJURY TO PASSENGERS OR OPERATORS.","THE FLOORS OF ALL THE RECALLED BUSES WILL BE REPLACED. IN ADDITION, A ""WATER FLOW"" TEST WILL BE CONDUCTED ON ALL BUSES TO DETERMINE LEAKAGE SOURCES AND MAGNITUDE. ON THE OLD STYLE BUSES, WATER LEAKS WILL BE REMEDIED BY RESEALING THE DRIP RAIL AND FRONT COWL; AND ON NEW STYLE BUSES, RESPACING THE ""RUB RAIL"" AWAY FROM THE BOTTOM OF THE ""WATERSHED,"" CREATING A 3/16 INCH GAP WHICH WILL ALLOW THE WATER TO FLOW OFF THE BUS." -11/25/1994,94E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E036000),MONROE AUTO CORP.,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Equipment,98000,"THE ARC WELDS ON THE SWAY BAR BRACKET, WHERE IT ATTACHES TO THE STRUT RESERVE TUBE, DID NOT FUSE PROPERLY.","OVER TIME, A PORTION OF THE BRACKET CAN TEAR AWAY FROM THE STRUT, FALLING INTO AND PUNCTURING THE TIRE OR CAUSING DAMAGE TO THE WHEEL, WHICH COULD RESULT IN AN ACCIDENT.",MONROE DEALERS WILL REPLACE THE STRUT FREE OF CHARGE. -11/22/1994,94V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V232000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,71,"AT LOW AMBIENT TEMPERATURE, WITH THE PARKING BRAKE APPLIED ABD THE ENGINE RUNNING, PRESSURE CAN BUILD UP SUFFICIENTLY TO PARTIALLY PRESSURIZE THE BRAKE CHAMBER WHICH CONTROLS THE DDM PARK BRAKE AT THE REAR OF THE TRANSMISSION ALLOWING THE PARKING BRAKE TO PARTIALLY RELEASE.","IF THE VEHICLE IS PARKED ON A MODERATE INCLINE, THE VEHICLE CAN ROLL AWAY WITHOUT WARNING AND POSSIBLY RESULT IN AN ACCIDENT.",DEALERS WILL RE-PLUMB THE HYDRAULIC LINES OF THE HYDRAULIC PARK BRAKE SYSTEM PREVENTING UNINTENTIONAL RELEASE OF THE PARK BRAKE. -11/22/1994,94V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V224000),"Gillig, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,590,"THE SHOULDER HARNESS ANCHOR FASTENERS USED ON THESE BUSES FOR WHEEL CHAIR POSITIONS WERE INSTALLED WITH INCORRECT HARDWARE. THE ANCHOR FASTENERS DO NOT COMPLY WITH FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",WHEEL CHAIR OCCUPANTS USING THEIR RESTRAINTS ARE SUBJECT TO INCREASED RISK OF INJURY IN A SUDDEN STOP OR ACCIDENT.,NEW CORRECTIVE PARTS AND INSTRUCTIONS WILL BE SENT TO THE CUSTOMERS INVOLVED. GILLIG DEALERS WILL ALSO REPAIR CERTAIN CUSTOMER'S VEHICLES. -11/22/1994,94V233001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V233001),"BMW of North America, LLC",STEERING:YOKE (MOTORCYCLE),STEERING,NR (Not Reported),Vehicle,2000,THE ADJUSTABLE HANDLEBARS CAN CRACK.,CRACKED HANDLEBARS CAN EVENTUALLY BREAK AFFECTING CONTROL OF THE MOTORCYCLE. THIS CONDITION CAN RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,DEALERS WILL REPLACE THE LEFT AND RIGHT HANDLEBARS AND RELATED ATTACHMENT PARTS. -11/22/1994,94V233002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V233002),"BMW of North America, LLC",SUSPENSION:MOTORCYCLE FRONT,SUSPENSION,NR (Not Reported),Vehicle,2000,THE NUT THAT SECURES THE FRONT FORK LOWER BRIDGE BALL JOINT TO THE TELELEVER SUSPENSION ARM CAN LOOSEN.,"IF THE BALL JOINT NUT LOOSENS, STABILITY OF THE MOTORCYCLE CAN BE IMPAIRED. THIS CONDITION CAN RESULT IN LOSS OF CONTROLAND AN ACCIDENT.",DEALERS WILL REPLACE THE BALL JOINT NUT AND SECURE IT WITH LOCTITE. -11/22/1994,94V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V231000),"Kawasaki Motors Corp., U.S.A.",SUSPENSION:MOTORCYCLE REAR SWING ARM PIVOT SHAFT,SUSPENSION,NR (Not Reported),Vehicle,5530,"THE REAR SWING-ARM WELDS CAN BREAK, ALLOWING ONE OR BOTH OF THE SWING-ARM BEAMS TO SEPARATE FROM THE MAIN CASTING.","IF THE SWING-ARM SEPARATES, THE RIDER COULD LOSE CONTROL OF THE MOTORCYCLE.",DEALERS WILL REPLACE THE SWING-ARM ON THESE MOTORCYCLES. -11/21/1994,94V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V228000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,30263,A VACUUM HOSE CAN DETACH FROM THE POWER BRAKE BOOSTER CHECK VALVE AS A RESULT OF ENGINE BACKFIRE.,THIS CAN RESULT IN INCREASED ENGINE IDLE AND LOSS OF POWER BRAKE ASSIST AFTER DEPLETION OF THE BOOSTER VACUUM RESERVE.,DEALERS WILL INSTALL A CLAMP ON THE POWER BRAKE BOOSTER ASSIST. -11/21/1994,94V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V227000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,185,"BOTH THE SUPPLEMENTAL INFLATABLE RESTRAINT (SIR) CAUTION LABEL AND AN ENGINE START LABEL WERE INSTALLED ON THE SAME SIDE OF THE DRIVER'S SUN VISOR. THIS DOES NOT COMPLY WITH FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING LABELS.,"A NEW LABEL, WITH INSTALLATION INSTRUCTIONS, WILL BE SENT DIRECTLY TO OWNERS. OWNERS WILL INSTALL THE LABEL OR CAN HAVE THEIR DEALER INSTALL THE LABEL FOR THEM." -11/21/1994,94V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V229000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:PARK LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1022,"THE VEHICLES WERE ASSEMBLED WITH AN INCORRECT FRONT PARK/TURN SIGNAL BULB WHICH DOES NOT HAVE SUFFICIENT CANDLE POWER. THIS DOES NOT COMPLY WITH FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",CONSEQUENCE OF NON-COMPLIANCE: OPERATORS COULD FAIL TO NOTICE AND HEED THE WARNING LABELS. REDUCES CANDLE POWER ON THE PARK/TURN LIGHTS DECREASES THE LIKLIHOOD OF VEHICLE OPERATOR'S INTENT BEING SEEN BY OTHER MOTORISTS.,DEALERS WILL REPLACE THE INCORRECT BULB WITH THE CORRECT BULB. -11/21/1994,94V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V230000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,221,A RIGHT-HAND LOWER CONTROL ARM TAPERED BALL JOINT MOUNTING HOLE WAS INCORRECTLY MACHINED. MOVEMENT WITHIN THIS ATTACHMENT CAN ALLOW THE BALL JOINT STUD TO FATIGUE AND FRACTURE.,"IF THE BALL JOINT FRACTURED WHILE THE VEHICLE WAS IN MOTION, LOSS OF STEERING CONTROL TO THE VEHICLE CAN OCCUR.",DEALERS WILL REPLACE THE RIGHT-HAND LOWER CONTROL ARM AND BALL JOINT STUD ON ALL INVOLVED VEHICLES. -11/18/1994,94V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V226000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,10584,ONE OR MORE OF THE ARC WELDS CAN BE MISSING ON THE SEAT BACK FRAME RECLINER.,THIS CAN RESULT IN A SEAT BACK FALLING BACKWARDS UNDER A LOAD.,"BOTH FRONT SEAT BACKS WILL BE INSPECTED WITH THE USE OF A HOOK TO PULL BACK THE SEAT BACK UPHOLSTERY. FOR ANY SEAT WITH MISSING WELDS, THE SEAT BACK FRAME/RECLINER WILL BE REPLACED." -11/16/1994,94V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V225000),TRANSI-CORP.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,51,CRACKING OF THE CHASSIS FRAME RAIL OCCURS ABOVE THE FRONT AXLE'S FRONT AND REAR SPRING HANGERS.,"THIS CAN RESULT IN THE FRACTURE OF THE FRAME RAIL, LOSS OF STEERING CONTROL, AND A POSSIBLE ACCIDENT.",THE FRAME RAIL WILL BE REWELDED AND NEW HARDWARE INSTALLED ON THESE BUS FRAMES. -11/14/1994,94C035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C035000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,11020,"THE SEATS HAVE AN INCORRECTLY POSITIONED LABEL WARNING THAT ANY CAR SEAT USED IN THE REAR-FACING POSITION SHOULD NOT BE INSTALLED IN AN AUTOMOBILE SEAT ON WHICH AN AIR BAG MAY DEPLOY. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",,A NEW LABEL WILL BE SENT TO CONSUMERS WITH INSTRUCTIONS TO CORRECTLY PLACE THE LABEL ON THE CHILD SAFETY SEAT. -11/11/1994,94E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E034000),WIX CORPORATION,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,1724,THE GASOLINE FILTERS CANNOT BE SCREWED IN MORE THAN ONE TO ONE AND A HALF TURNS CAUSING THE FILTER NOT TO SEAL PROPERLY WITH THE FUEL LINE.,THIS CAN RESULT IN GASOLINE LEAKAGE AND A POSSIBLEVEHICLE FIRE.,GASOLINE FILTERS WILL BE REPLACED WITH NEW FILTERS CONTAINING THE CORRECTLY MANUFACTURED THREADS. -11/10/1994,94V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V218000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,240,THE DRIVER SIDE AIR BAG MODULE CAN HAVE AN INADEQUATELY WELDED INFLATOR CANISTER.,"IN THE EVENT OF A COLLISION, THE WELD SEAM CAN SEPARATE, CAUSING THE AIR BAG TO FAIL TO DEPLOY PROPERLY AND HOT GASES TO BE EXPELLED FROM THE BACK OF THE STEERING WHEEL. THIS CAN RESULT IN AN INCREASED RISK OF PERSONAL INJURY FROM THE HOT GASES AND THE AIR BAG FAILURE.",DEALERS WILL INSTALL A NEW AIR BAG MODULE. -11/09/1994,94V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V221000),"WESTERN STAR TRUCKS, INC.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,1690,THE ALUMINUM REAR SPRING SHACKLE BRACKETS HAVE DEVELOPED CRACKS WHICH CAN LEAD TO SEPARATION OF THE BRACKETS FROM THE FRAME RAIL.,"THE SUSPENSION CAN DROP DOWN ON ONE SIDE, CAUSING A REDUCTION OF STEERING CONTROL WHICH COULD RESULT IN AN ACCIDENT.",DEALERS WILL REPLACE THE SPRING BRACKETS. -11/08/1994,94V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V220000),Toyota Motor Corporation,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16497,"AN UNUSED HARNESS CONNECTOR FOR POWER WINDOWS, POWER DOOR LOCKS AND SUNROOF WAS IMPROPERLY ROUTED UNDER THE FLOOR CARPET IN THE LEFT KICK PANEL. IF THE VEHICLE IS OPERATED IN COLD WEATHER CONDITIONS WHERE LARGE AMOUNTS OF ROAD SALTS ARE USED, THE SALT WATER OR SNOW CARRIED INTO THE VEHICLE BY THE DRIVER'S SHOES CAN PENETRATE THE CARPET AND DRIP ONTO THE CONNECTOR RESULTING IN THE FORMATION OF A SALT BRIDGE BETWEEN THE TERMINALS.","THIS CAUSES AN ELECTRICAL SHORT INSIDE THE HARNESS, AND CAN RESULT IN A VEHICLE FIRE.",DEALERS WILL REMOVE THE UNUSED HARNESS CONNECTOR. -11/08/1994,94V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V217000),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:RIGID,POWER TRAIN,NR (Not Reported),Vehicle,20518,"THE AUTOMATIC TRANSAXLE PARK LOCK CABLE ASSEMBLY WAS IMPROPERLY ADJUSTED MAKING IT POSSIBLE TO SHIFT FROM THE ""PARK"" POSITION WITH THE IGNITION KEY REMOVED, OR REMOVE THE IGNITION KEY WITH THE SHIFT LEVER IN A POSITION OTHER THAN ""PARK."" THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS 114, ""THEFT PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: UNINTENDED VEHICLE MOVEMENT CAN OCCUR WHICH COULD RESULT IN AN ACCIDENT.,"CONSUMERS ARE BEING ASKED TO INSPECT THE PARK LOCK CABLE. IF IT DOES NOT PERFORM CORRECTLY, DEALERS WILL MAKE THE NECESSARY ADJUSTMENTS." -11/08/1994,94V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V219000),"BMW of North America, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2180,THE DOUBLE-LOCK FEATURE CAN ENGAGE WITH OCCUPANTS AND THE DOOR/IGNITION KEY INSIDE THE VEHICLE.,THE OCCUPANTS OF THE VEHICLE WOULD BE UNABLE TO EXIT EITHER FROM THE DOORS OR FROM THE WINDOWS OF THE VEHICLE. DRIVE-AWAY PROTECTION WOULD PREVENT THE ENGINE FROM STARTING.,DEALERS WILL REPLACE THE GENERAL CONTROL MODULE WITH ONE CONTAINING THE REVISED SOFTWARE TO PERMIT WINDOW OPENING WITH THE DOUBLE-LOCK ENGAGED AND KEY IN THE IGNITION. -11/04/1994,94V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V223000),Ford Motor Company,ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,112000,THE ALTERNATOR OUTPUT WIRE WAS NOT CONNECTED TIGHTLY TO THE POWER DISTRIBUTION BOX.,THIS CAN RESULT IN OVERHEATING OF THE CONNECTION AND A POSSIBLE VEHICLE FIRE.,"DEALERS WILL INSPECT AND TIGHTEN THE CONNECTION. VEHICLES WITH VISIBLE DAMAGE TO THE PLASTIC POWER DISTRIBUTION BOX HOUSING WILL HAVE THE THE UNDERHOOD HARNESS, INCLUDING THE POWER DISTRIBUTION BOX, REPLACED." -11/04/1994,94V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V222000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,72000,THE WIRING HARNESS INSULATION CAN ABRADE ON A BRACE THAT RUNS FROM THE INSTRUMENT PANEL TO THE COWL.,THIS CONDITION CAN RESULT IN AN ELECTRICAL SHORT AND POSSIBLY A VEHICLE FIRE.,"DEALERS WILL INSTALL A SHIELD ON THE INSTRUMENT PANEL TO COWL BRACE, AND INSTALLATION OF A PIECE OF CONVOLUTE WRAP MATERIAL ON ONE OF THE ADJACENT HARNESSES." -11/01/1994,94V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V215000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,132,THE DRIVER'S SIDE AIR BAG MODULE MAY NOT PROPERLY DEPLOY.,THIS WOULD RESULT IN REDUCED ACCIDENT/INJURY PROTECTION FOR THE DRIVER IN THE EVENT OF A COLLISION.,DEALERS WILL REPLACE THE DRIVER'S AIR BAG MODULE. -11/01/1994,94V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V216000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE:BRACKET:SUPPORT:CENTER SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,17720,THE DRIVESHAFT CENTER BEARING SUPPORT BRACKET CAN CRACK AND BREAK.,"IF THIS HAPPENS, THE DRIVESHAFT WILL WOBBLE AND CAN SEPARATE. SEPARATION CAN RESULT IN DAMAGE TO OTHER COMPONENTS OF THE VEHICLE OR LOOSE FRAGMENTS CAN FALL ONTO THE ROADWAY PRESENTING A HAZARD TO OTHER DRIVERS.",DEALERS WILL REPLACE THE CENTER BEARING HANGER BRACKET. -11/01/1994,94V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V214000),"THOMAS BUILT BUSES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1458,"THE HOLE IN THE BOLT PORTION OF THE VANDALOCK WAS DRILLED IN AN INCORRECT LOCATION, ALLOWING THE PIN TO BE INSERTED WITH THE BOLT IN THE LOCKED POSITION WHILE BYPASSING THE STARTER INTERLOCK. THIS CAN RESULT IN THE ENGINE STARTING SYSTEM OPERATING WHILE THE EMERGENCY EXIT DOOR IS LOCKED. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RELEASE AND RETENTION.""",CONSEQUENCE OF NON-COMPLIANCE: VEHICLES OPERATED WHILE EMERGENCY EXITS ARE LOCKED RESULT IN INCREASED RISK OF PASSENGER ENTRAPMENT WHEN INVOLVED IN AN ACCIDENT.,DEALERS WILL RIVET A METAL SHIELD TO THE VANDALOCK COVER TO PREVENT PIN INSERTION IN THE EVENT THAT THE PIN HOLE HAS BEEN INCORRECTLY LOCATED. -10/31/1994,94V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V191000),"SHOW TRUCKS USA, INC.",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,68,"THE ""BATTERY BUDDY"" SYSTEM IS DESIGNED TO LIMIT THE AMOUNT OF RESERVE BATTERY POWER. INSTALLATION IN THESE CONVERSION VANS CAN CAUSE THE BATTERY TO SHORT AT ANY TIME.",THE SHORTED BATTERY CAN CAUSE AN ENGINE COMPARTMENT FIRE WITHOUT PRIOR WARNING.,"TO ELIMINATE THE POSSIBILITY OF AN ELECTRICAL SHORT, SERVICE CENTERS ARE DIRECTED TO RELOCATE THE ""BATTERY BUDDY"" SYSTEM IN THE VEHICLE." -10/31/1994,94V169002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V169002),Mazda North American Operations,EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,48609,THE PARKING BRAKE CONTROL SELF-ADJUST PAWL DOES NOT LINE UP PROPERLY WITH THE SELF-ADJUST RACHET CAUSING THE PAWL TO SLIP OVER ONE OR MORE TEETH IN THE RACHET.,"WHEN THE ABOVE OCCURS, IT CAN RESULT IN PARKING BRAKE SYSTEM INEFFECTIVENESS. THE PARKING BRAKE WILL NOT HOLD THE VEHICLE, CAUSING THE VEHICLE TO ROLL FREELY, IF THE TRANSMISSION IS NOT LEFT IN GEAR.","A WEDGE WILL BE INSTALLED WHICH WILL SERVE TO LOCK THE PARKING BRAKE SELF-ADJUST MECHANISM PAWL INTO ENGAGEMENT WITH THE RACHET. ALSO, OWNERS WILL BE ADVISED TO RELEASE AND REAPPLY THE PARKING BRAKE WHENEVER TOOTH SKIP OCCURS AND WILL BE REMINDED TO ALWAYS TURN OFF THE ENGINE AND LEAVE THE VEHICLE IN GEAR WHEN THE VEHICLE IS PARKED." -10/31/1994,94V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V209000),NEOPLAN USA CORPORATION,EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,297,"THE RIM SIZE, GROSS AXLE WEIGHT RATING, AND GROSS VEHICLE WEIGHT RATING ON THESE TRANSIT BUSES ARE INCORRECT. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF PART 567, ""CERTIFICATION.""",CONSEQUENCE OF NON-COMPLIANCE: OVERLOADING OF THE VEHICLE CAN CAUSE PREMATURE TIRE FAILURE AND/OR SUSPENSION FAILURE.,NEW CERTIFICATION LABELS WILL BE ISSUED AND INSTALLED ON AFFECTED BUSES. A WARNING LABEL WILL ALSO BE ADDED TO APPLICABLE BUSES. -10/27/1994,94V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V208000),IC CORPORATION,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:BEARING,SUSPENSION,NR (Not Reported),Vehicle,3421,THE REAR AXLE BEARING LOCKING WASHER WAS NOT ASSEMBLED WITH A TAB BENT OVER THE JAM NUT. THE JAM NUT CAN LOOSEN ALLOWING THE BEARING ADJUSTING NUT TO LOOSEN.,"BEARING AND AXLE DAMAGE CAN OCCUR AND THE VEHICLE CAN BECOME UNSTABLE, WHICH CAN RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.",DEALER WILL INSPECT THE REAR AXLE BEARING LOCK NUT ASSEMBLY AND CHECK BEARING ADJUSTMENT. CORRECTIONS WILL BE MADE AS NECESSARY. -10/27/1994,94T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94T007000),KELLY SPRINGFIELD TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,76699,AN INSUFFICIENT CURE CONDITION IN THE BEAD WIRE RUBBER INSULATION WAS CAUSED BY A SMALL AMOUNT OF CONTAMINATED RUBBER.,THIS CAN RESULT IN PREMATURE FAILURE OF THE TIRE.,DEALERS WILL REPLACE THE TIRES FREE OF CHARGE FOR 60 DAYS FROM THE DATE THE CUSTOMER RECEIVES THE RECALL OR 60 DAYS FROM THE DATE REPLACEMENT TIRES ARE AVAILABLE. -10/26/1994,94V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V211000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,70676,"THE BRAKE LINES CAN CONTACT THE TRANSMISSION MOUNTING BRACKET OF THE FRAME SIDE RAIL. THE LINES CAN WEAR THROUGH RESULTING IN LOSS OF BRAKE FLUID, AND EVENTUAL LOSS OF HALF THE VEHICLE BRAKING SYSTEM.",A LEAK IN THE HYDRAULIC BRAKE LINE WILL CAUSE A LOSS OF ONE HALF THE VEHICLE BRAKING SYSTEM AND EXTENDED BRAKING DISTANCES WHICH CAN RESULT IN AN ACCIDENT.,DEALERS WILL INSPECT FOR PROPER BRAKE LINE CLEARANCE AND REPOSITION THE BRAKE LINES. BRAKE LINES FOUND TO HAVE INDENTATIONS WILL BE REPLACED. -10/26/1994,94V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V213000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,435,"THE REAR BRAKE DRUMS WERE NOT CORRECTLY MACHINED. AS THE VEHICLE IS DRIVEN, LOSS OF WHEEL CLAMP LOAD CAN RESULT FROM THIS CONDITION. ONCE CLAMP LOAD IS LOST, ALL TIRE LOADS ARE DIRECTLY TAKEN BY THE WHEEL STUDS. THIS LOADING CAN CAUSE FATIGUE FAILURE OF THE WHEEL STUDS.","IF THIS OCCURS, A WHEEL COULD SEPARATE FROM THE VEHICLE, AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",REPLACE REAR BRAKE DRUMS. -10/26/1994,94V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V207000),TIARA MOTOR COACH DIVISION,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,2419,"THE SAFETY BELT LENGTH DOES NOT MEET THE REQUIREMENTS TO FIT A 95TH PERCENTILE DUMMY IN THE DRIVER'S SEAT POSITION IF THE SEAT IS IN FULL FORWARD POSITION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: LARGE PERSONS IN THE DRIVER'S SEAT WOULD BE EXPOSED TO INCREASED RISK OF INJURY IN A SUDDEN STOP OR CRASH.,DEALERS WILL REPLACE THE SHORTER SAFETY BELT WITH A LONGER BELT THAT OFFERS THE PROTECTION SET FORTH IN THE STANDARD. -10/26/1994,94V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V212000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,29,"THE WINDSHIELDS WERE INSTALLED WITH INCORRECT WINDSHIELD OPENING PINCH-WELD-FLANGE PRIMER. THIS PRIMER WILL NOT PROPERLY ETCH THE PAINTED SURFACE OF THE FLANGE, ALLOWING THE WINDSHIELD TO SEPARATE FROM THE VEHICLE DURING A COLLISION. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 212, ""WINDSHIELD MOUNTING.""",CONSEQUENCE OF NON-COMPLIANCE: THE SEPARATION OF THE WINDSHIELD FROM THE VEHICLE DURING COLLISION INCREASES THE RISK OF INJURY FOR ALL PERSONS INVOLVED.,DEALERS WILL REMOVE THE WINDSHIELD AND REINSTALL IT USING THE CORRECT PRIMER. -10/25/1994,94V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V210000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,130581,"THE FUEL TANK ATTACHMENT STRAP FASTENERS WERE NOT PROPERLY TIGHTENED. THE FASTENERS CAN COMPLETELY DETACH, EVENTUALLY ALLOWING THE FUEL TANK TO SAG AND THE BOTTOM OF THE TANK TO STRIKE THE ROADWAY.",THIS CAN RESULT IN A FUEL TANK LEAK AND FIRE IF THE LEAKING FUEL IS EXPOSED TO A SOURCE OF IGNITION.,DEALERS WILL RETIGHTEN THE FUEL TANK STRAP FASTENERS. -10/21/1994,94V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V205000),TRACKER MARINE L.P.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,68,"THESE TRAILERS ARE EQUIPPED WITH A ""SWING-AWAY"" TONGUE THAT FOLDS INTO A 90 DEGREE ANGLE WHEN IN STORAGE. THE HOLES USED FOR THE FASTENERS ARE LARGER THAN NEEDED, CAUSING A LOADED TRAILER TO WEAVE UNSAFELY.",THE TRAILER SWAYING CAN CAUSE AN OPERATOR TO LOSE CONTROL RESULTING IN AN ACCIDENT.,"THE PIVOT BOLT AND HITCH PIN FASTENER HOLES WILL BE ENLARGED TO ACCOMODATE A STEEL BUSHING, WELDED IN PLACE." -10/21/1994,94V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V206000),"Mack Trucks, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,204,THE STEERING GEARBOX MOUNTING FASTENERS WERE NOT PROPERLY HEAT TREATED.,"THE FASTENER WASHERS CAN CRACK, ULTIMATELY RESULTING IN GEARBOX MOUNTING ASSEMBLY FAILURE AND LOSS OF STEERING CONTROL.","DEALERS WILL REPLACE THE SUSPECT WASHERS WITH NEW, IMPROVED WASHERS." -10/19/1994,94E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E032000),HORTON EMERGENCY VEHICLES,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,400,FATIGUE CRACKS APPEAR AROUND THE MOUNTING BOLTS IN THE BASE PLATE OF THE DRYER ASSEMBLY.,"THE BASE PLATE CAN SEPARATE FROM THE AIR DRYER, FALLINGOFF AND LANDING ON THE ROADWAY RESULTING IN A ROAD HAZARD. ALSO, COMPRESSED AIRFROM THE VEHICLE AIR COMPRESSOR LEAKS TO THE ATMOSPHERE SUCH THAT THE AIRBRAKE SYSTEM STORAGE TANK CANNOT BE RESUPPLIED, CAUSING THE AIR BRAKE SYSTEMTO EVENTUALLY FAIL.",DEFECTIVE AIR DRYERS WILL BE REPLACED WITH NEW AIR DRYERS WITH A REDESIGNED BASE PLATE. -10/18/1994,94V195001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V195001),IC CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,566,"AN INCOMPLETE TIRE SIZE WAS LISTED ON THE CERTIFICATION LABEL. ALSO, THE RIM SIZE LISTED ON THE CERTIFICATION LABEL INCLUDED ONLY THE WIDTH AND NOT THE WIDTH AND DIAMETER AS REQUIRED. THESE VEHICLES DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","CONSEQUENCE OF NON-COMPLIANCE: INCOMLETE CERTIFICATION LABELS CAN RESULT IN INCOREECT TIRES BEING MOUNTED ON THE VEHICLE, AND POSSIBLE INJURY TO PERSONS ATTEMPTING TO MOUNT INCORRECT TIRES.",NEW CERTIFICATION LABELS WILL BE SENT TO THE OWNERS OF THESE BUSES. -10/18/1994,94V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V203000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28500,THE FUEL TANK FILLER PIPE OPENING REINFORCEMENT CAN LEAK AT THE WELD.,FUEL LEAKAGE CAN RESULT IN A FIRE.,"DEALERS WILL INSPECT AND, AS APPROPRIATE, REPLACE THE FUEL TANKS." -10/18/1994,94V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V201000),"REV Ambulance Group Orlando, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,34,"THE AUTOMATIC THROTTLE CHAIN CAN CATCH ON THE THROTTLE LINKAGE, CAUSING THE THROTTLE TO REMAIN OPEN.",THE OPERATOR WOULD HAVE DIFFICULTY STOPPING THE VEHICLE.,RETROFIT KITS WILL BE PROVIDED FOR ALL AFFECTED VEHICLES INCLUDING PROCEDURES TO OBTAIN LOCAL SERVICE. -10/18/1994,94V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V202000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,1500,"THE FRONT SUSPENSION TRACK BAR BRACKET ATTACHMENT HAS INADEQUATE FATIGUE STRENGTH AND CAN FAIL, CAUSING FRONT AXLE VIBRATION.",THIS CAN RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,A FRONT SUSPENSION TRACK BAR BRACKET REINFORCEMENT STRUT WILL BE INSTALLED. -10/18/1994,94V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V204000),"Jayco, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1045,THE AXLE ARM CONTACTS THE REAR AXLE MOUNTING BOLT HEAD.,THE REAR MOUNTING BOLT HEAD CAN POSSIBLY DISTORT OR BREAK RESULTING IN AN UNCONTROLLABLE SWAY AND DETACHMENT OF THE AXLE.,INSPECTION AND REPLACEMENT OF THE REAR MOUNTING BOLT WITH A THINNER BOLT HEAD AND/OR COMPLETE REPLACEMENT OF THE AXLE. -10/17/1994,94V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V181000),MORGAN OLSON,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,7256,"A 2"" BALL WAS TO BE WELDED TO A STEEL BAR AS WELL AS THE NUT FOR THE BALL WELDED TO THE SHANK. SOME VEHICLES WERE NOT PROPERLY WELDED ALLOWING THE NUT TO COME OFF.",THE BALL CAN SEPARATE FROM THE STEEL BAR ALLOWING LOSS OF THE TOWED TRAILER.,THE TRAILER HITCHES WILL BE INSPECTED AND WELDED PROPERLY. -10/17/1994,94E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E033000),GRANNING AIR SUSPENSIONS,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Equipment,114,"IF THE BOLT IS INSTALLED WITH THE THREAD PORTION OF THE BOLT TOWARD THE WHEEL, THE DISTANCE BETWEEN THE THREADED PORTION OF THE BOLT AND THE CALIPER HOUSING IS NOT SUFFICIENT. THE BOLT WILL COME IN CONTACT WITH THE CALIPER CAUSING THE BRAKE PAD TO SEPARATE FROM THE BRAKE ROTOR.","THIS WILL RESULT IN DECREASED BRAKE EFFECTIVENESS,EXTENDED STOPPING DISTANCES AND COULD RESULT IN AN ACCIDENT.",INSTALLERS WILL INSPECT SUSPENSION FOR PROPER INSTALLATION OF THE LOWER SHOCK MOUNT BOLT REMOVING THE BOLT AND INSTALLING IT CORRECTLY. -10/13/1994,94V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V200000),"COBRA INDUSTRIES, INC.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,819,"THE ANGLE OF THE REAR COMBINATION LAMP IS NOT WITHIN THE PROPER SPECIFICATIONS FOR FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",CONSEQUENCE OF NON-COMPLIANCE: THE REAR COMBINATION LAMPS HAVE DIMINISHED VISIBILITY AND DO NOT GIVE SUFFICIENT WARNING SIGNALS TO FOLLOWING MOTORISTS.,DEALERS WILL INSTALL A BEZEL WHICH WILL BRING THE ANGLE OF THE LAMP WITHIN FMVSS SPECIFICATIONS. -10/13/1994,94V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V199000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,403273,THE UPPER TRANSAXLE OIL COOLER HOSE CAN PULL OUT OF THE CRIMPED COUPLING AT THE TRANSAXLE END OF THE LINE ASSEMBLY.,"IN THE EVENT OF SEPARATION OF THE COUPLING, AN OIL LEAK CAN OCCUR WHICH, WHEN EXPOSED TO AN IGNITION SOURCE, COULD RESULT IN AN ENGINE COMPARTMENT FIRE.",DEALERS WILL INSTALL A NEW UPPER TRANSAXLE OIL COOLER LINE TO THE TRANSAXLE. -10/11/1994,94V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V198000),Ford Motor Company,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1500,THE RETAINER CLIP WHICH HOLDS THE MASTER CYLINDER PUSH ROD TO THE BRAKE PEDAL ARM IS MISSING OR NOT COMPLETELY INSTALLED. THE PUSH ROD CAN SEPARATE FROM THE BRAKE PEDAL ARM.,THIS CAN RESULT IN LOSS OF BRAKING ABILITY AND AN ACCIDENT.,"DEALERS WILL INSPECT AND, IF NECESSARY, INSTALL THE RETAINER CLIP." -10/11/1994,94V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V197000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,29000,"TWO BOLTS THAT ATTACH THE PASSENGER SIDE AIR BAG SUPPLEMENTAL RESTRAINT SYSTEM MODULE TO THE INSTRUMENT PANEL ARE MISSING. IN THE EVENT OF A FRONTAL IMPACT, THE MODULE CAN COME OUT OF THE INSTRUMENT PANEL.",THIS WOULD NOT RESTRAIN THE PASSENGER AND WOULD RESULT IN AN INCREASED RISK OF INJURY.,"DEALERS WILL INSPECT AND, IF NECESSARY, INSTALL AND TORQUE TO SPECIFICATION THE MOUNTING BOLTS FOR THE PASSENGER SIDE AIR BAG." -10/09/1994,94V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V192000),"Mack Trucks, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,321,THE STEERING ARM CAN DEVELOP CRACKS CAUSING THE LEVER TO BREAK WITHOUT WARNING.,THIS CAN RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,DEALERS WILL REPLACE THE STEERING LEVERS WITH AN IMPROVED STEERING LEVER WITH INCREASED FATIGUE STRENGTH. -10/07/1994,94V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V196000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6449,"THE BASE OF THE ELECTRONIC ACCELERATOR PEDAL IS MADE OF DIE CAST ALUMINUM. THE BASE MOUNTS DIRECTLY TO THE CAB FIREWALL. THE CAB FIREWALL IS NOT RIGID ENOUGH OR FLAT ENOUGH AT THE MOUNTING SURFACE, CAUSING STRESS ON THE ACCELERATOR BASE THAT WILL CAUSE THE MOUNTING PADS ON THE BASE OF THE PEDAL ASSEMBLY TO FAIL AND TOTALLY SEPARATE FROM THE FIREWALL.","THIS CAN CAUSE LOSS OF SPEED CONTROL, DRIVER DISTRACTION, AND RESULT IN AN ACCIDENT.","DEALERS WILL INSPECT THE ACCELERATOR PEDAL ASSEMBLY AND INSTALL A PLATE BETWEEN THE ACCELERATOR MOUNTING BASE AND THE FIREWALL ON THOSE UNITS WHERE THE BASE IS NOT BROKEN AND HAS NO VISIBLE SIGNS OF A CRACK. IF THE BASE IS BROKEN OR CRACKED, THE ACCELERATOR ASSEMBLY WILL BE REPLACED WITH A NEW REDESIGNED ACCELERATOR PEDAL ASSEMBLY." -10/06/1994,94V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V003000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,72,THE LEVELING JACK HYDRAULIC HOSE LINES ARE ROUTED CLOSE TO THE ENGINE EXHAUST MANIFOLD. THIS CAN CAUSE THE HOSE TO MELT AND RESULT IN A HYDRAULIC FLUID LEAK ONTO THE EXHAUST MANIFOLD.,"HYDRAULIC FLUID MAY DRIP ONTO THE HOT EXHAUST MANIFOLD AND IGNITE CAUSING A FIRE. ALSO, LOSS OF LEVELING JACK HYDRAULIC FLUID WOULD MAKE IT IMPOSSIBLE TO RAISE OR LOWER THE LEVELING JACKS.",DEALERS WILL REPLACE AND RELOCATE THE AFFECTED HYDRAULIC LINE. -10/05/1994,94V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V002000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,200,A SERVICE BRAKE HOSE AND A SPRING BRAKE HOSE ARE NOT OF SUFFICIENT LENGTHS WHICH COULD CAUSE ONE OR BOTH HOSES TO SEPARATE FROM THE END FITTINGS DURING FULL ARTICULATION.,"IF THE BRAKE HOSE FAILS, IT WILL RESULT IN INCREASED STOPPING DISTANCE. IF THE SPRING BRAKE HOSE FAILS, THE SPRING BRAKE WILL ENGAGE AND THE TRUCK WILL COME TO A SUDDEN STOP.",DEALERS WILL INSPECT THESE VEHICLES FOR HOSE LENGTHS AND ANY OUT OF SPECIFICATION HOSES WILL BE REPLACED. -10/05/1994,94V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V001000),"PREVOST CAR, INCORPORATED",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,324,"INTERFERENCE OF THE ""DRAG LINK"" WITH AN ADJUSTING SCREW OF THE LEFT DISC BRAKE SLACK ADJUSTER COULD OCCUR WHEN EXTREME SUSPENSION MOVEMENT IS COMBINED WITH MAXIMUM STEERING ANGLE.","THE INTERFERENCE MAY AFFECT STEERING CONTROL AND CAN EVENTUALLY CAUSE FAILURE OF THE STEERING DRAG LINK AND/OR DAMAGE TO THE BRAKE SLACK ADJUSTER . IN EITHER CASE, IT MAY RESULT IN AN ACCIDENT.",THE DRAG LINK ON ALL INVOLVED VEHICLES AND THE STEERING ARM ON CERTAIN VEHICLES WILL BE REPLACED TO ELIMINATE THE INTERFERENCE. -10/05/1994,94V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V194000),"Nissan North America, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,97000,"THE ALUMINUM WHEELS WERE CLEAR COATED SEVERAL TIMES TO PROTECT THE METAL FINISH. SOME EXCESSIVE COATING CAN LEAVE THE WHEEL NUTS AN EXCESSIVE DISTANCE FROM THE WHEEL HUB WHEN TIGHTENED, ALLOWING THEM TO LOOSEN OVER TIME.",THIS CAN CAUSE THE HUB BOLTS TO BREAK AND RESULT IN THE WHEEL SEPARATING FROM THE VEHICLE AND A POSSIBLE ACCIDENT.,"DEALERS WILL REMOVE THE CLEAR PLASTIC COATING FROM THE BRAKE ROTOR MATING SURFACE ON THE BACK OF EACH WHEEL AND FROM THE WHEEL NUT MATING SURFACES. THE WHEELS WILL BE REINSTALLED AND THE WHEEL NUTS TIGHTENED. WHEELS, HUB BOLTS, AND NUTS WILL BE REPLACED IF NECESSARY." -10/04/1994,94V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V186000),Ford Motor Company,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,26700,"THE FUEL SUPPLY, RETURN AND VAPOR HOSES OR LINES CAN CONTACT OR HAVE INADEQUATE CLEARANCE WITH THE SURROUNDING COMPONENTS DUE TO IMPROPER POSITIONING DURING ASSEMBLY.","WEAR OF THE HOSE OR LINE CAN OCCUR, RESULTING IN FUEL LEAKAGE WITHIN THE ENGINE COMPARTMENT WHICH CAN RESULT IN FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.",THE FUEL LINES WILL BE REPOSITIONED. ANY DAMAGED RUBBER HOSES WILL BE REPLACED. STEEL FUEL LINES WILL HAVE THE CORROSION PROTECTION REPAIRED IF NEEDED. -10/04/1994,94V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V187000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3493,THE FRONT AND/OR REAR TANK MOUNTING STRAPS CAN CRACK OR BREAK.,BROKEN MOUNTING STRAPS WILL ALLOW THE FUEL TANK TO DROP TO THE PAVEMENT RESULTING IN A FUEL LEAK AND POSSIBLE VEHICLE FIRE.,A REVISED FRONT AND REAR FUEL TANK MOUNTING STRAP WILL BE INSTALLED AND A MIDDLE STRAP WILL BE INSTALLED. -10/04/1994,94V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V188000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3037,THE FUEL LINES ATTACHED TO THE FUEL TANK WERE NOT PROPERLY TIGHTENED.,THESE FUEL LINES CAN LOOSEN TO THE POINT OF ALLOWING FUEL TO LEAK FROM THE LINES RESULTING IN A VEHICLE FIRE.,DEALERS WILL LOWER THE FUEL TANK AND TIGHTEN THE FUEL TANK LINES TO THE PROPER TORQUE VALUE. -10/04/1994,94V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V193000),Blue Bird Body Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,131,THROTTLE SENSOR ROD CAN SEPARATE FROM BALL STUD DUE TO EXCESSIVE WEARING OF ROD-END INTERNAL SURFACES.,THROTTLE CAN STICK AT IDLE IN PARTIAL OR FULL THROTTLE.,DEALERS WILL INSPECT AND/OR REPLACE THE THROTTLE SENSOR ROD ASSEMBLY. -10/04/1994,94V103001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V103001),"Mitsubishi Motors North America, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,23935,THE HEATER CONTROL VALVE STEM DOES NOT MEET THE MATERIAL SPECIFICATIONS. HIGH COOLANT TEMPERATURES CAN CAUSE THE STEM TO LEAK.,THIS CAN RESULT IN A BURN INJURY TO THE FRONT SEAT PASSENGER'S FEET AND LEGS.,DEALERS WILL INSPECT AND REPLACE DEFECTIVE VALVE STEMS. -10/04/1994,94V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V190000),"General Motors, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1997,THESE VEHICLES WERE ASSEMBLED WITH LIGHTING CONTROL MODULES WHICH CAN EXPERIENCE EXCESSIVE CURRENT LEAKAGE DUE TO DAMAGED SURFACE MOUNTING CAPACITORS. THIS CAN CAUSE LOSS OF HEAD LAMPS AND PARKING LAMPS.,"SUDDEN LOSS OF HEADLAMPS CAN CAUSE REDUCED DRIVER VISIBILITY WHICH CAN RESULT IN A VEHICLE ACCIDENT. ALSO, THE HEAD LAMPS CANNOT BE TURNED OFF, OR THEY MAY TURN ON WHILE THE VEHICLE IS PARKED, RESULTING IN LOSS OF BATTERY CHARGE AND INABILITY TO RESTART THE CAR.",DEALERS WILL REPLACE THE HEADLAMP MODULE. -10/04/1994,94V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V189000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,206,"THE RIGHT HAND SPINDLE NUT WAS NOT PROPERLY TIGHTENED DURING ASSEMBLY. THIS CAN CAUSE PREMATURE WHEEL BEARING FAILURE AND OVER TIME, THE SPINDLE CAN FRACTURE.",THIS WOULD CAUSE THE WHEEL TO SEPARATE FROM THE AXLE AND RESULT IN A VEHICLE CRASH.,DEALERS WILL INSPECT THE TORQUE ON THE RIGHT HAND FRONT SPINDLE NUT. IF THE SPINDLE NUT IS UNDERTORQUED THE DEALER WILL REPLACE THE RIGHT HAND FRONT WHEEL BEARING ASSEMBLY AND THE SPINDLE NUT WILL BE REPLACED. -09/30/1994,94E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E031000),OPTIMA WHEELS,WHEELS,WHEELS,NR (Not Reported),Equipment,96,"THE RIM MARKINGS ON THESE WHEELS ARE INCOMPLETE. THE RIMS DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS.""",,OPTIMA WILL SEND OUT CORRECT INFORMATION CONCERNING THE WHEEL RIMS TO VEHICLE OWNERS. -09/29/1994,94V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V184000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8000,A METAL SHIELD ON THE OUTSIDE OF THE PLASTIC FUEL FILLER PIPE CAN DEVELOP A STATIC ELECTRICAL CHARGE DURING REFUELING OF THE VEHICLE.,"A STATIC CHARGE CAN DISCHARGE AND SERVE AS AN IGNITION SOURCE FOR FUEL VAPORS IN THE AREA OF THE FILLER PIPE, RESULTING IN A FLASH VAPOR IGNITION AND A VEHICLE FIRE.","DEALERS WILL INSPECT AND, IF NECESSARY, MODIFY THE VEHICLES BY ADDING A GROUND STRAP BETWEEN THE FILLER PIPE SHIELD AND THE BODY." -09/28/1994,94V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V185000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,269000,"VEHICLE DESCRIPTION: PASSENGER CARS. THE OWNER'S MANUALS FOR THESE VEHICLES DO NOT CONTAIN WARNING INFORMATION PERTAINING TO THE AIR BAG RESTRAINT SYSTEM, AS FOLLOWS: WARNING! IF YOUR CAR HAS BEEN SUBJECTED TO FLOOD CONDITIONS (E.G., SOAKED CARPETING/STANDING WATER ON THE FLOOR OF THE VEHICLE) OR IF YOUR CAR HAS BEEN FLOOD DAMAGED IN ANY WAY, DO NOT ATTEMPT TO START THE VEHICLE OR PUT THE KEY IN THE IGNITION BEFORE DISCONNECTING THE BATTERY. THIS MAY CAUSE AIR BAG DEPLOYMENT WHICH COULD RESULT IN SERIOUS PERSONAL INJURY. HAVE THE CAR TOWED TO AN AUTHORIZED VOLVO DEALER FOR REPAIRS.","IF THE OWNER HAS NOT BEEN ADVISED OF THE ABOVE, AND THE VEHICLE HAS BEEN SUBJECTED TO THE ABOVE CONDITIONS, INADVERTENT AIRBAG DEPLOYMENT CAN RESULT AND CAUSE AN INJURY TO THE OCCUPANT OF THE DRIVER'S SEAT.",A LETTER WILL BE SENT TO VEHICLE OWNERS ASKING THEM TO PLACE THIS INFORMATION IN THE SUPPLEMENTAL RESTRAINT SYSTEM (SRS) SECTION OF THE OWNER'S MANUAL. -09/27/1994,94V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V183000),"General Motors, LLC",EMERGENCY PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,3762,"THE AUTO APPLY PARKING BRAKE SYSTEM FAILS TO RELEASE THE PARKING BRAKES AFTER ACTION HAS BEEN TAKEN TO RELEASE THEM OR THE SYSTEM MAY AUTOMATICALLY APPLY THE PARKING BRAKE WHILE THE VEHICLE IS IN MOTION. IN EITHER CASE, IF THE DRIVER DOES NOT NOTICE THE TELLTALE RED BRAKE LIGHT AND STOP THE VEHICLE, THE SYSTEM WILL FAIL.","IF THE OPERATOR PARKS THE VEHICLE, APPLIES THE PARKING BRAKE WITH THE FAILED AUTO APPLY PARKING BRAKE SYSTEM, THE PARKING BRAKES WILL NOT SET AND THE VEHICLE CAN ROLL INADVERTENTLY.","DEALERS WILL UPDATE THE COMPONENTS OF THE AUTO APPLY PARKING BRAKE SYSTEM, BLEED THE HYDRAULIC POWER SYSTEM, AND ADJUST THE PARKING BRAKE." -09/26/1994,94V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V179000),Shyft Group,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,571,THE ENGINE COOLING FAN BLADE CAN FATIGUE AND BREAK CAUSING THE FAN BLADE TO SEPARATE FROM THE FAN ASSEMBLY.,"THE SEPARATED FAN BLADE CAN RESULT IN DAMAGE TO THE ENGINE AND/OR ENGINE COMPONENTS, AND CAUSE PERSONAL INJURY TO PERSONS IN THE IMMEDIATE AREA.",DEALERS WILL REPLACE THIS FAN WITH ANOTHER FAN OF MORE DURABLE MATERIAL. -09/26/1994,94V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V178000),"EZ Loader Adjustable Boat Trailers, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,5200,"A ONE-PIECE SPRING HANGER/STEP USED FOR HANGING THE SPRINGS CAN FATIGUE AND BREAK. IF THE STEP BREAKS, ONE OR MORE OF THE SPRINGS CAN FALL FROM THE TRAILER WHICH CAN CAUSE AN ACCIDENT.","IF SPRINGS FALL FROM THE TRAILER WHILE THE TRAILER IS OPERATING ON THE HIGHWAY, THE SPRINGS CAN BECOME ROAD HAZARDS TO OTHER VEHICLES SHARING THE ROADWAY.",DEALERS WILL REPLACE THIS SPRING/HANGER STEP WITH AN IMPROVED NEW PART. -09/23/1994,94E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E030000),DANA CORPORATION,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Equipment,120,THE AXLE SHAFTS HAD IMPROPER HEAT TREATMENTS AND CAN BREAK DURING OPERATION.,"BROKEN REAR AXLE SHAFTS CAN CAUSE THE REAR WHEELS TOSEPARATE FROM THE VEHICLE, RESULTING IN AN ACCIDENT.",THE REAR AXLE SHAFTS WILL BE REPLACED. -09/22/1994,94V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V180000),Shyft Group,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,266,"VEHICLES WERE BUILT WITH INCORRECT BRAKE PEDAL ASSEMBLIES. THE PRESSURE REQUIRED TO STOP THESE VEHICLES WITHIN THE REQUIRED STOPPING DISTANCE EXCEEDS THE REQUIREMENTS OF FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: BRAKING ABILITY INCREASES STOPPING DISTANCE AND COULD RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE BRAKE PEDAL ASSEMBLY WITH A REVISED ASSEMBLY. -09/22/1994,94E021002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E021002),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,38502,"THE FRONT SEAT BELT BUCKLE ANCHOR STRAPS WERE NOT PROPERLY HEAT TREATED. IN THE EVENT OF AN ACCIDENT, THE SEAT BELT BUCKLE CAN SEPARATE FROM THE ANCHOR STRAP. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""","IF THE SEAT BELT BUCKLE SEPARATES FROM THE ANCHOR STRAPIN A SUDDEN STOP OR ACCIDENT, THE SEAT OCCUPANT IS EXPOSED TO INCREASED RISK OFPERSONAL INJURY.","DEALERS WILL INSPECT THE BUCKLE ASSEMBLY ANCHOR STRAPS AND REPLACE THOSE WITH SUSPECT DATE CODES ""52733D 032"" OR ""52733D 042""." -09/20/1994,94V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V176000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:FRAME AND PANEL,STRUCTURE,NR (Not Reported),Vehicle,1604,"THE REINFORCEMENT PANEL THAT SERVES AS A LIFTPOINT FOR THE FRAME WAS OMITTED FROM THE RIGHT SIDE ROCKER ASSEMBLY OF THE FRAME THE VEHICLES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""",CONSEQUENCE OF NON-COMPLIANCE: THE MISSING REINFORCEMENT PANEL REDUCES THE PROTECTION OF THE VEHICLE OCCUPANTS IN THE EVENT OF A SIDE IMPACT COLLISION.,"DEALERS WILL INSPECT THE VEHICLES FOR THE PRESENCE OF THE RIGHT SIDE ROCKER REINFORCEMENT PANEL. IF THE REINFORCEMENT PANEL IS NOT PRESENT, DEALERS WILL CONTACT CHEVROLET FOR FURTHER INSTRUCTIONS." -09/20/1994,94V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V182000),"FLEETWOOD ENTERPRISES, INC.",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Vehicle,4233,INSUFFICIENT GREASE WAS APPLIED TO THE TRAILER AXLE HUB INNER BEARING CAUSING THE BEARING TO OVERHEAT DURING TOW OPERATIONS. THE OVERHEATED BEARING CAN SEIZE TO THE AXLE SPINDLE CAUSING THE TRAILER AXLE HUB TO BREAK AT THE REAR SEAL FLANGE.,A BROKEN TRAILER AXLE CAUSES LOSS OF TRAILER CONTROL AND RESULTS IN A ACCIDENT.,"DEALERS WILL REMOVE THE TRAILER'S AXLE HUBS AND INSPECT THE INNER BEARINGS FOR SUFFICIENT GREASE AND ALSO INSPECT ALL RELATED AXLE PARTS SUCH AS BEARING RACES AND AXLE SPINDLE FOR WEAR. THE BEARINGS WILL BE REPACKED OR REPLACED IF NECESSARY AND NEW GREASE SEALS WILL BE INSTALLED. NOTE: IF THE VEHICLE IS PRESENTED TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND THE REMEDY IS NOT PROVIDED FREE OF CHARGE WITHIN A REASONABLE TIME OR THE REMEDY DOES NOT CORRECT THE DEFECT, PLEASE CONTACT FLEETWOOD FOLDING TRAILER AT 1-800-544-8193. ALSO, CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-800-424-9393." -09/16/1994,94V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V163000),HOME & PARK MOTORHOMES,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,271,THE PARKING BRAKE CABLE IS ROUTED TO THE RIGHT REAR WHEEL CAUSING IT TO CROSS AND CONTACT THE STEEL BRAKE LINE. THIS CAN CAUSE THE ABRASION AND RUPTURE OF THE STEEL BRAKE LINE RESULTING IN A LOSS OF BRAKE FLUID.,LOSS OF BRAKE FLUID DUE TO THE RUPTURE OF THE STEEL BRAKE LINE CAUSES LOSS OF REAR BRAKING CAPABILITY WHICH CAN RESULT IN EXTENDED STOPPING DISTANCES AND CAN CAUSE AN ACCIDENT.,DEALERS WILL REROUTE THE PARKING BRAKE CABLE AWAY FROM THE STEEL BRAKE LINE. THE STEEL BRAKE LINE WILL BE REPLACED IF ABRASION OR WEAR IS EVIDENT. -09/14/1994,94V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V177000),"SHERRY DESIGNS, INC.",INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS,SEATS,NR (Not Reported),Vehicle,381,"THE FRONT DRIVER AND PASSENGER SEAT BACK HEIGHT DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 202, ""HEAD RESTRAINTS.""",CONSEQUENCE OF NON-COMPLIANCE: SEAT OCCUPANTS ARE SUBJECT TO INCREASED RISK OF INJURY IN THE EVENT OF A SUDD STOP OR ACCIDENT.,SHERRY DESIGNS WILL PROVIDE AN ATTACHABLE HEADREST FOR THE DEALER OR CUSTOMER TO ADD TO THE SEATS. -09/14/1994,94V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V168000),"PREVOST CAR, INCORPORATED",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,187,"THE STEERING ARM CAN DEVELOP CRACKS CAUSED BY REPETITIVE DRY-PARK-STEER MANEUVERS, PARTICULARLY DURING BRAKE APPLICATION. CONTINUED USE CAN CAUSE THE STEERING ARM TO BREAK.",A BROKEN STEERING ARM CAUSES COMPLETE LOSS OF VEHICLE CONTROL WHICH CAN RESULT IN A POSSIBLE ACCIDENT.,DEALERS WILL REPLACE THE DEFECTIVE STEERING ARM WITH A NEW STEERING ARM. -09/14/1994,94V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V170000),"General Motors, LLC",STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,931,THE STEERING GEAR PINION SHAFT WAS IMPROPERLY HEAT TREATED CAUSING THE SHAFT TO FRACTURE DURING VEHICLE OPERATION.,FRACTURE OF THE STEERING GEAR PINION SHAFT CAUSES COMPLETE LOSS OF STEERING CONTROL WHICH CAN RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE MANUAL STEERING ASSEMBLY. -09/14/1994,94V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V174000),"SAAB CARS USA, INC.",STRUCTURE:DOOR ASSEMBLY:FRAME AND PANEL,STRUCTURE,NR (Not Reported),Vehicle,9814,"THE TWO WELD POINTS IN THE REARWARD ATTACHMENT BRACKET FOR THE SIDE IMPACT PROTECTION BEAM IN THE REAR DOOR MAY BE OUT OF POSITION. IF THE WELDS ARE OUT OF POSITION, THE VEHICLES WILL NOT MEET THE REQUIREMENTS OF FMVSS 214, S5, ""SIDE DOOR STRENGTH.""",CONSEQUENCE OF NON-COMPLIANCE: PASSENGERS SITTING IN THE REAR SEATS WILL BE SUBJECT TO AN INCREASED RISK OF INJURY IN THE EVENT OF A SIDE COLLISION.,DEALERS WILL INSTALL SUPPORT BRACKETS AT THE SUPPORT WELD LOCATIONS. -09/13/1994,94V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V175000),Ford Motor Company,ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,THE BATTERY USED TO POWER THESE VEHICLES CAN FAIL IN A MANNER WHICH RESULTS IN FIRE.,VEHICLE FIRES CAN RESULT IN PERSONAL INJURY TO PERSONS NEAR THE VEHICLE.,FORD HAS SUSPENDED USE OF THESE VEHICLES WHILE A DESIGN CHANGE IS ENACTED TO COUNTERACT PROBLEMS ARISING FROM LONG USE. -09/13/1994,94V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V173000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,14000,"UNDER VERY COLD WEATHER CONDITIONS, ICE CRYSTALS CAN FORM AT THE THROTTLE IN THE ENGINE INTAKE SYSTEM, AND PREVENT THE THROTTLE FROM RETURNING TO IDLE.",THIS CONDITION CAN CAUSE LOSS OF SPEED CONTROL AND CAN RESULT IN UNWANTED ACCELERATION AND A POSSIBLE ACCIDENT.,"DEALERS WILL REPLACE THE THROTTLE BODY, THROTTLE CABLE, CHARGE AIR COOLER PIPING AND CRANKCASE VENTILATION HOSES." -09/12/1994,94E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E027000),"BENDIX HOME SYSTEMS, INC.",BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2574,THE RUBBER SEAT ON THE ARMATURE OF THE SOLENOIDS CAN SWELL CAUSING THE NORMALLY OPEN INLET SOLENOID TO RESTRICT OR BLOCK THE TRAILER SERVICE BRAKE CONTROL AIR PRESSURE PASSAGE.,"RESTRICTION CAUSES REDUCED TRAILER SERVICE BRAKINGACTION. BLOCKAGE CAUSES COMPLETE LOSS OF TRAILER SERVICE BRAKING ACTION. THEREIS NO WARNING OF THE DETERIORATION OF THE TRAILER SERVICE BRAKES, WHICH CANRESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",DEALERS WILL REPLACE THE MC-12 SOLENOIDS. -09/08/1994,94E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E028000),GRANNING AIR SUSPENSIONS,SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Equipment,212,"THE DISTANCE BETWEEN THE SPRING BEAM AXLE LOCATING PIN AND THE ""DROP"" IN THE SPRING BEAM DOES NOT PROVIDE ADEQUATE CLEARANCE BETWEEN THE BRAKE CALIPER AND THE SPRING BEAM.","THE BRAKE CALIPER HOUSING CAN COME IN CONTACT WITH THESPRING BEAM, REDUCING THE EFFECTIVENESS OF THE REAR BRAKES; AND THE BRAKECALIPER BANJO FITTING CAN BE SHEARED OFF BY THE BEAM SPRING. BOTH CONDITIONSREDUCE BRAKING EFFECTIVENESS AND COULD RESULT IN AN ACCIDENT.",REPLACEMENT AXLE SEAT SHIMS WILL BE PLACED BETWEEN THE AXLE SEAT AND SPRING BEAM TO SPACE THE AXLE FORWARD AND PROVIDE CLEARANCE BETWEEN THE BRAKE CALIPER AND THE SPRING BEAM. REPLACEMENT HOSES WILL PROVIDE SUFFICIENT CLEARANCE BETWEEN THE BRAKE HOSES AND THE SPRING BEAM. -09/07/1994,94V169001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V169001),Ford Motor Company,EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,835791,THE PARKING BRAKE CONTROL SELF-ADJUST PAWL DOES NOT LINE UP PROPERLY WITH THE SELF-ADJUST RACHET CAUSING THE PAWL TO SLIP OVER ONE OR MORE TEETH IN THE RACHET.,"WHEN THE ABOVE OCCURS, IT CAN RESULT IN PARKING BRAKE SYSTEM INEFFECTIVENESS. THE PARKING BRAKE WILL NOT HOLD THE VEHICLE, CAUSING THE VEHICLE TO ROLL FREELY, IF THE TRANSMISSION IS NOT LEFT IN GEAR.","A WEDGE WILL BE INSTALLED WHICH WILL SERVE TO LOCK THE PARKING BRAKE SELF-ADJUST MECHANISM PAWL INTO ENGAGEMENT WITH THE RACHET. ALSO, OWNERS WILL BE ADVISED TO RELEASE AND REAPPLY THE PARKING BRAKE WHENEVER TOOTH SKIP OCCURS AND WILL BE REMINDED TO ALWAYS TURN OFF THE ENGINE AND LEAVE THE VEHICLE IN GEAR WHEN THE VEHICLE IS PARKED." -09/07/1994,94V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V171000),"THOMAS BUILT BUSES, INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,206,"RETROFLECTIVE MARKINGS ON REQUIRED EMERGENCY EXITS DO NOT MEET THE LOCATION REQUIREMENTS OF FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","CONSEQUENCE OF NON-COMPLIANCE: IF THE RETROFLECTIVE MARKINGS ARE NOT PROPERLY LOCATED AT EMERGENCY EXITS, OCCUPANTS COULD NOT EASILY IDENTIFY SUCH EXITS IN AN EMERGENCY OR ACCIDENT.",DEALERS WILL INSTALL ADDITIONAL REFLECTIVE TAPE AROUND EACH EMERGENCY DOOR'S OUTSIDE PERIMETER. -09/07/1994,94V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V172000),"THOMAS BUILT BUSES, INC.",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,31,"THE AIR COMPRESSOR THAT DRIVES THE POWER STEERING PUMP CAN FAIL, RESULTING IN LOSS OF POWER STEERING ASSIST.",LOSS OF POWER STEERING ASSIST CAN CAUSE LOSS OF STEERING CONTROL RESULTING IN AN ACCIDENT.,"DEALERS WILL REPLACE THE AIR COMPRESSOR WITH A NEW, HIGH CAPACITY AIR COMPRESSOR." -09/02/1994,94V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V165000),"Nissan North America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,1000,"THE SHIFT LEVER LOCK PLATE, WHICH PREVENTS THE SHIFT LEVER FROM BEING INADVERTENTLY MOVED FROM PARK TO DRIVE OR NEUTRAL POSITION, CAN BE BROKEN BY THE TRANSMISSION SHIFT POSITION PIN.",INADVERTENT MOVEMENT OF THE TRANSMISSION SHIFT LEVER WITHOUT OPERATOR ACTION CAN CAUSE VEHICLE MOVEMENT WHICH CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL INSTALL A BRACKET TO PREVENT THE SHIFT POSITION PIN FROM BREAKING THE SHIFT LEVER LOCK PLATE. -09/01/1994,94V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V161000),DORSEY CORPORATION,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,148,"DUE TO AN INADEQUATE DESIGN, THE CHAIN SLEEVE ANCHOR ATTACHMENT CAN DETACH FROM THE TRAILER FRAME.","WHEN IN USE TO SECURE CARGO, FAILURE OF THE CHAIN SLEEVE ANCHOR ATTACHMENTS CAN RESULT IN LOSS OF CARGO ONTO THE ROADWAY AND CAN RESULT IN VEHICLE CRASH BY OTHER VEHICLES USING THE ROADWAY.","DEALERS WILL INSPECT TRAILERS FOR DAMAGE TO THE CHAIN SLEEVE ATTACHMENT, ADD A REINFORCEMENT BAR AND AN ADDITIONAL WELD TO THE BOTTOM OF THE CHAIN SLEEVE, WELD UP CRACKS IN THE CROSSMEMBER WEB, AND ADD WEB REINFORCEMENT BARS TO THE CROSS MEMBER ON UNITS WHICH SHOW DAMAGE TO THE CHAIN SLEEVE ATTACHMENT TO THE FLOOR CROSSMEMBER." -09/01/1994,94V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V166000),Hyundai Motor America,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,4842,"THE TIRE INFLATION PRESSURE LABEL AFFIXED TO THE LEFT REAR DOOR STATES THAT THE VEHICLE CAPACITY IS ""1,100 POUNDS"". THIS INFORMATION IS INCORRECT. THE CORRECT VEHICLE CAPACITY WEIGHT IS 860 POUNDS. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",CONSEQUENCE OF NON-COMPLIANCE: LOADING OF THE VEHICLE BEYOND THE CAPACITY WEIGHT CAN CAUSE TIRE AND VEHICLE DAMAGE THAT CAN RESULT IN A VEHICLE CRASH.,HYUNDAI WILL PROVIDE OWNERS WITH A NEW LABEL SHOWING THE CORRECT VEHICLE CAPACITY WEIGHT WITH INSTRUCTIONS FOR APPLICATION. -09/01/1994,94V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V164000),AM GENERAL LLC,"FUEL: VEHICLE CRASH, CUT OFF SYSTEM (5-94)","FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2300,THE OIL PRESSURE SWITCH WHICH CONTROLS THE POWER TO THE ELECTRIC FUEL PUMP CAN FAIL. FAILURE IS DUE TO A MISSING RUBBER SEAL BETWEEN THE SWITCH AND THE WIRING HARNESS. THE MISSING SEAL ALLOWS CONTAMINANTS TO ENTER THE SWITCH CAUSING IT TO FAIL IN THE OPEN OR CLOSED POSITION.,"IF THE SWITCH FAILS IN THE CLOSED POSITION, THE PUMP WILL CONTINUE TO RUN WHEN THE ENGINE IS OFF, DRAINING THE BATTERY. IF THE SWITCH FAILS IN THE OPEN POSITION IT WILL CAUSE POOR PERFORMANCE AND POSSIBLY STALLING.","DEALERS WILL INSPECT THE VEHICLES FOR THE PRESENCE OF THE SEAL. IF THE SEAL IS MISSING, THE SWITCH WILL BE REPLACED AND A NEW SEAL WILL BE INSTALLED." -09/01/1994,94V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V162000),AM GENERAL LLC,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1300,"THE PASSENGER COMPARTMENT IS SEPARATED FROM THE ENGINE COMPARTMENT BY AN INSULATED ENGINE COVER. THE INSULATION INSIDE THIS COVER CAN RUB AGAINST THE FUEL RETURN HOSE RESULTING IN A FUEL LEAK. ADDITIONALLY, A WIRING HARNESS CAN ALSO WEAR THROUGH CAUSING INTERRUPTION TO SOME ELECTRICAL OPERATIONS, INCLUDING THE FUEL PUMP.",FUEL LEAKING INSIDE THE ENGINE COMPARTMENT CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION. FAILURE OF THE ELECTRIC FUEL PUMP CAN CAUSE POOR PERFORMANCE AND POSSIBLE STALLING CREATING A ROAD HAZARD WHICH CAN RESULT IN AN ACCIDENT.,"DEALERS WILL REPLACE THE RUBBER FUEL LINE HOSE WITH A SOLID STEEL LINES AND ROUTE THE LINE TO PROVIDE ONE INCH OF CLEARANCE TO THE COVER. ALSO, THE WIRING HARNESS COVER WILL BE REPLACED AND THE WIRING REROUTED TO GAIN SUFFICIENT CLEARANCE." -09/01/1994,94E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E026000),"PRO AIR, INC.",HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Equipment,214,THE DESIGN OF THE HEAT/COOL SYSTEM DID NOT PROVIDE A METHOD TO INTERRUPT POWER TO THE HEAT/COOL MOTOR SHOULD THE MOTOR JAM.,"IF POWER CONTINUES TO BE APPLIED TO THE MOTOR, IT CANOVERHEAT AND CATCH ON FIRE.",A MODIFICATION KIT WILL BE PROVIDED TO ENSURE THE INTERRUPTION OF THE CIRCUIT IN CASE THE BLOWER MOTOR OR THE BLOWER WHEEL FAILS TO TURN. -08/31/1994,94V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V158000),"General Motors, LLC",AIR CONDITIONER:COMPRESSOR,EQUIPMENT,NR (Not Reported),Vehicle,56269,"IF THE AIR CONDITIONER COMPRESSOR CLUTCH ASSEMBLY CONTACTS THE AUXILIARY ENGINE OIL COOLER OUT HOSE, THE HOSE MAY WEAR THROUGH ALLOWING ENGINE OIL TO LEAK IN THE ENGINE COMPARTMENT.",AN OIL LEAK THAT CONTACTS THE HOT EXHAUST SYSTEM CAN RESULT IN AN ENGINE COMPARTMENT FIRE.,DEALERS WILL INSTALL A TIE STRAP TO RETAIN THE AUXILIARY ENGINE OIL COOLER OUTLET HOSE TO THE AUXILIARY ENGINE OIL COOLER INLET HOSE AT THE BOTTOM OF THE RADIATOR ASSURING ADEQUATE CLEARANCE OF THE AFFECTED HOSE FROM THE AIR CONDITIONER COMPRESSOR CLUTCH ASSEMBLY. -08/31/1994,94V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V159000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,139542,WATER INTRUSION CAN CAUSE A SHORT CIRCUIT IN THE POWER DOOR LOCK ASSEMBLY.,A SHORT CIRCUIT IN THE POWER DOOR LOCK ASSEMBLY CAN RESULT IN A VEHICLE FIRE.,"DEALERS WILL REPLACE THE POWER DOOR LOCK RELAY AND ANY CORRODED TERMINALS. IN ADDITION, THE NEW RELAY WILL BE RELOCATED TO AN AREA WHERE WATER INTRUSION IS LESS LIKELY." -08/24/1994,94V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V157000),Blue Bird Body Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1500,A SUDDEN HYDRAULIC PRESSURE LOSS DURING HARD TURNS RESULTS IN A MOMENTARY LOSS OF POWER STEERING ASSIST. THE PRESSURE LOSS OCCURS WHEN THE HYDRAULICALLY DRIVEN ENGINE COOLING FAN TURNS OFF IN THE TURN.,"THE DRIVER REACTS TO THE LOSS OF POWER STEERING ASSIST BY OVERSTEERING, WHICH COULD RESULT IN A VEHICLE ACCIDENT.","THE HYDRAULIC CONTROL VALVES WILL BE REPLACED WITH VALVES OF A NEW DESIGN. UNTIL SUCH TIME AS PARTS ARE AVAILABLE, OWNERS WILL BE INSTRUCTED TO DISCONNECT THE FAN CUTOFF SWITCH SO THAT HYDRAULICALLY DRIVEN FANS WILL RUN FULL TIME, ELIMINATING THE PRESSURE SPIKE." -08/24/1994,94E025001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E025001),SPECIALTY WINDOW COVERING,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1,"UNTREATED FABRIC WAS USED TO PRODUCE WINDOW SHADES FOR INSTALLATION IN CERTAIN VAN CONVERSIONS. WHEN USED ON MOTOR VEHICLES, THIS FABRIC DOES NOT MEET THE REQUIREMENTS OF FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""","THE FABRIC BURN-RATE EXCEEDS THE REQUIREMENTS OFFMVSS NO. 302, WHICH CAN PRESENT A GREATER RISK OF INJURY SHOULD THE MATERIALIGNITE.","A CONTAINER OF FLAME RETARDENT SPRAY WILL BE PROVIDED BY THE EQUIPMENT MANUFACTURERS TO ALL KNOWN OWNERS OF VEHICLE EQUIPPED WITH THE SUSPECT SHADES. THE RETARDENT CAN BE APPLIED BY THE VEHICLE OWNER, OR, THE VEHICLE CAN BE TAKEN TO A DESIGNATED SERVICE CENTER WHERE THE SPRAY WILL BE APPLIED WITHOUT CHARGE." -08/24/1994,94V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V156000),NEOPLAN USA CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,1092,"THE ""LIMIT STOP PIN"" CAN BACK OUT OF POSITION ALLOWING THE TELESCOPING STEERING COLUMN MECHANISM TO TRAVEL BEYOND SPECIFICATION.","THIS CAN AFFECT THE STEERING CONTROL OF THE VEHICLES, AND COULD RESULT IN AN ACCIDENT.",THE LOWER STEERING COLUMNS WILL BE REMOVED AND REPLACED ON ALL VEHICLES. -08/18/1994,94C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C024000),"COSCO, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,1397,"IN ACCIDENTS, AT SPEEDS GREATER THAN 30 MPH, THE BUCKLE LATCH HOUSING MOUNTED IN THE BASE OF THE SHELL CAN DEFORM, CAUSING THE LATCH MECHANISM TO FRACTURE, ALLOWING DISENGAGEMENT OF THE BUCKLE TONGUE TO FROM THE BUCKLE HOUSING.",OCCUPANTS OF THE SAFETY SEAT WOULD FACE AN INCREASED RISKOF INJURY IN SUCH AN ACCIDENT.,OWNERS WILL BE SENT A REPLACEMENT BUCKLE HOUSING WHICH CAN BE EASILY REPLACED BY REMOVING THE FOUR SCREWS ATTACHING THE ORIGINAL BUCKLE LATCH ASSEMBLY. -08/16/1994,94V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V155000),Honda (American Honda Motor Co.),TIRES:VALVE STEM,TIRES,NR (Not Reported),Vehicle,37,THE TIRE VALVE STEMS WERE DAMAGED DURING THE ASSEMBLY PROCESS. THIS CAN CAUSE THE TIRE TO LOSE AIR PRESSURE.,"SIGNIFICANT AIR LOSS CAN RESULT IN STEERING PULL,TIRE OVERHEATING, AND EVENTUAL TIRE FAILURE WHICH COULD RESULT IN AN ACCIDENT.",DEALER WILL INSPECT ALL TIRES TO DETERMINE IF THE VALVE STEMS WERE DAMAGED. ANY DAMAGED TIRE STEMS WILL BE REPLACED. -08/15/1994,94V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V154000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3200,"THE LABELS REMINDING OPERATORS CLOSING THE FUEL TANK CROSSOVER VALVES TO REOPEN THE VALVES BEFORE OPERATING THE ENGINES WERE OMITTED. IF THE TANKS ARE OVER HALF FULL AND VEHICLE OPERATION WAS RESUMED WITHOUT REOPENING THE FUEL TANK CROSS-OVER VALVES, PRESSURE COULD BUILD IN ONE OF THE TANKS.","PRESSURE BUILD-UP COULD RESULT IN RUPTURE OF A FUEL TANK AND SPILLING DIESEL FUEL, WHICH CAN CAUSE A FIRE.","OWNERS WILL BE MAILED A PAIR OF LABELS AND INSTALLATION INSTRUCTIONS. IF THE OWNER PREFERS, A DEALER CAN INSTALL THE LABELS." -08/15/1994,94V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V150000),WAYNE WHEELED VEHICLES,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,18,"THE STUD WELDS ON THE FRAME CAN FAIL, CAUSING THE ""P"" CLAMPS HOLDING THE AIR BRAKE SUPPLY LINES TO DISENGAGE FROM THE FRAME. THE AIR BRAKE SUPPLY LINES CAN COME TO REST ON THE EXHAUST SYSTEM, DAMAGING THE LINES RESULTING IN A LEAK TO THE SYSTEM, LOSS OF AIR PRESSURE, AND ENGAGEMENT OF THE SPRING BRAKES.",CONSEQUENCE OF DEFECT: APPLICATION OF THE SPRING BRAKES WITHOUT PRIOR WARNING CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,"DEALERS WILL INSTALL A ""P"" CLAMP RETAINING THE AIR LINE TO THE FRAME." -08/12/1994,94V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V148000),HOLIDAY RAMBLER CORP.,STRUCTURE:ROOF:T-TOP,STRUCTURE,NR (Not Reported),Vehicle,99,A FUSE WAS OMITTED IN THE SOLAR PANEL CIRCUIT BETWEEN THE RV BATTERY AND THE SOLAR PANEL.,"IF A SHORT CIRCUIT OCCURRED IN THE SOLAR PANEL CIRCUIT, IT COULD RESULT IN A FIRE.","DEALERS WILL INSTALL AN IN-LINE 2 AMP FUSE WITHIN 18"" OF THE RV BATTERY." -08/11/1994,94V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V153000),FRUEHAUF CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1212,THE ROADSIDE FROM AXLE EMERGENCY SIDE BRAKE HOSE ROUTED FROM THE BRAKE RELAY VALVE TO THE BRAKE CHAMBER CAN RUB THE NT SUSPENSION STABILIZER FRAME BRACKET. THIS CAN CAUSE ABRASION AND WEAR ON THE HOSE WHICH CAN LEAD TO CRACKING OR RUPTURE.,"IF RUPTURE OF THE BRAKE HOSE OCCURS WHILE THE TRAILER IS IN MOTION, THE EMERGENCY SPRING BRAKES WILL APPLY SUDDENLY WITHOUT PRIOR WARNING TO THE VEHICLE OPERATOR, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","INSPECT THE FRONT AXLE BRAKE HOSES FOR POSSIBLE RUBBING. IF EITHER OF THE TWO FRONT AXLE HOSES ARE RUBBING, IMMEDIATELY TAKE THE TRAILER OUT OF SERVICE UNTIL THE UNIT CAN BE REPAIRED. THE INSPECTION/REPAIR CAN BE PERFORMED EITHER BY THE OWNER OR BY AN AUTHORIZED FRUEHAUF DEALER. DETAILED REPAIR INSTRUCTIONS WILL BE MAILED TO OWNERS." -08/10/1994,94V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V151000),"BMW of North America, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,57000,"IN A FMVSS NO. 208 30 MILES-PER-HOUR COMPLIANCE TEST, AN UNBELTED TEST DRIVER DUMMY'S CHEST MAXIMUM RESULTANT ACCELERATION WAS 70.8 G'S, WHICH EXCEEDS THE MAXIMUM ALLOWABLE VALUE OF 60 G'S. ALSO, THE UNBELTED PASSENGER DUMMY'S LEFT FEMUR MAXIMUM LOAD WAS 2361 LBS, WHICH EXCEEDS MAXIMUM ALLOWABLE VALUE OF 2250 LBS. THE VEHICLES DO NOT COMPLY WITH FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","CONSEQUENCE OF NON-COMPLIANCE: IN THE EVENT OF AN ACCIDENT, THE OCCUPANT WILL BE SUBJECTED TO AN INCREASED RISK OF INJURY.","ON AUTOMATIC TRANSMISSION MODELS ONLY, THE DEALER WILL REPLACE THE TRANSMISSION SUPPORT CROSSMEMBER WITH A CROSSMEMBER USED ON THE MANUAL TRANSMISSION MODEL. ALSO, THE TRANSMISSION REAR BUSHING SUPPORTS WILL BE REPLACED WITH BUSHING HAVING DIFFERENT PERFORMANCE CHARACTERISTICS. THE STEERING COLUMN FRONT SUPPORT BEARING AT THE FIREWALL WILL BE REPLACED WITH A MODIFIED PART USING A TEFLON INNER SURFACE AND TEFLON SPRAY WILL BE APPLIED TO THE COLUMN HOUSING IN THE AREA OF THE BEARING. A BRACE WILL BE ADDED BETWEEN THE KNEE BOLSTER SUPPORT AND THE STEERING COLUMN." -08/09/1994,94V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V152000),Ford Motor Company,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,214000,"THE NUTS AND BOLTS THAT ATTACH THE REAR BRAKE ADAPTOR TO THE AXLE HOUSING FLANGE CAN LOOSEN AND EVENTUALLY SEPARATE. IF ONE OR MORE OF THE NUTS COME OFF THE BOLTS, DAMAGE TO THE PARKING BRAKE ASSEMBLY OR TO THE ANTILOCK BRAKE SYSTEM (ABS) SENSOR AND SENSOR RING (IF SO EQUIPPED) WILL OCCUR. IF ALL FOUR NUTS ON ONE END OF THE AXLE COME OFF THE BOLTS, DAMAGE TO THE BRAKE HYDRAULIC LINE OR THE PARKING BRAKE CABLE CAN OCCUR.",OCCURRENCE OF ANY OF THESE CONDITIONS CAN RESULT IN A LOSS OF BRAKING CAPABILITY AND POSSIBLE ACCIDENT.,"DEALERS WILL INSPECT AND, IF NEEDED, INSTALL NEW BOLTS. IF ANY OF THE FASTENERS ARE DISCONNECTED, THE PARKING BRAKE AND ABS COMPONENTS WILL BE INSPECTED AND SERVICED." -08/08/1994,94V149001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V149001),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1567,"THE HEADLAMP SUPPORT PANEL CAN DEVELOP A FATIGUE CRACK WHERE THE ANTI-LOCK BRAKE SYSTEM (ABS) HYDRAULIC UNIT IS ATTACHED, ALLOWING THE HYDRAULIC UNIT TO FALL DOWN.",LOSS OF BRAKING CAN RESULT IF THE ABS HYDRAULIC UNIT FALLS. THIS CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL CONNECT THE ABS HYDRAULIC UNIT ATTACHMENT POINT AT A RIGID PORTION OF THE HEADLAMP SUPPORT PANEL WITH A BRACKET AND REINFORCE THE HEADLAMP SUPPORT PANEL BY ADDING A BACK PLATE. -08/08/1994,94V149002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V149002),"Mitsubishi Motors North America, Inc.",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,458,"THE HEADLAMP SUPPORT PANEL CAN DEVELOP A FATIGUE CRACK WHERE THE ANTI-LOCK BRAKE SYSTEM (ABS) HYDRAULIC UNIT IS ATTACHED, ALLOWING THE HYDRAULIC UNIT TO FALL DOWN.",LOSS OF BRAKING CAN RESULT IF THE ABS HYDRAULIC UNIT FALLS. THIS CAN RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL CONNECT THE ABS HYDRAULIC UNIT ATTACHMENT POINT AT A RIGID PORTION OF THE HEADLAMP SUPPORT PANEL WITH A BRACKET AND REINFORCE THE HEADLAMP SUPPORT PANEL BY ADDING A BACK PLATE. -08/08/1994,94E021001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E021001),Toyota Motor Corporation,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Equipment,68725,"THE ANCHOR STRAPS INSTALLED IN THE BELT ASSEMBLIES (FRONT INNER, LEFT AND RIGHT HAND SIDES) WERE IMPROPERLY HEAT TREATED AND CAN BREAK, WHICH WILL NOT SUFFICIENTLY RESTRAIN SEAT OCCUPANTS IN THE EVENT OF A SUDDEN STOP OR ACCIDENT. THIS DOES NOT COMPLY WITH FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""",,THE MANUFACTURER WILL PROVIDE REPLACEMENT SAFETY BELT ANCHOR STRAPS. -08/05/1994,94V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V147000),CRAFTSMEN LIMOUSINE,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,51,"THE TIRE PLACARD IS NOT CORRECT DUE TO MODIFICATIONS MADE BY THE LIMOUSINE CONVERSION COMPANY. THIS DOES NOT COMPLY WITH FMVSS NO. 110, ""TIRE SELECTION AND RIMS.""",CONSEQUENCE OF NON-COMPLIANCE: THIS CAN RESULT IN PREMATURE WEAR OF THE TIRES.,CRAFTSMEN WILL SEND CORRECT TIRE PLACARDS TO OWNERS. -08/05/1994,94V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V146000),"Jayco, Inc.",EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,22,"THE VEHICLE IDENTIFICATION NUMBER (VIN) PLACARD ON THESE TRAVEL TRAILERS DOES NOT HAVE THE CORRECT INDICATOR LENGTH. THIS DOES NOT COMPLY WITH FMVSS NO. 115, ""VEHICLE IDENTIFICATION NUMBER - BASIC REQUIREMENTS.""",CONSEQUENCE OF NON-COMPLIANCE: THE VEHICLE CANNOT BE IDENTIFIED CORRECTLY.,"JAYCO DEALERS WILL REPLACE THE INCORRECT INFORMATION WITH A NEW CORRECTED FEDERAL IDENTIFICATION STICKER, IDENTIFICATION PLATE AND THE RECREATIONAL VEHICLE DATA CARD. A DUPLICATE CERTIFICATION OF OWNERSHIP WILL BE SENT TO THE CUSTOMER'S FINANCIAL INSTITUTION OR TO THE DEALER IF THE VEHICLE HAS NOT BEEN SOLD." -08/05/1994,94T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94T005000),Bridgestone Americas Tire Operations,TIRES:EMERGENCY SPARE TIRE,TIRES,NR (Not Reported),Tire,14000,"THESE TIRES FAILED TO COMPLY WITH THE ENDURANCE TESTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES.""",,"DEALERS WILL REPLACE THESE TIRES AT NO CHARGE DURING THE 60-DAY PERIOD FOLLOWING RECEIPT OF NOTIFICATION OR RECEIPT OF ADVICE THAT REPLACEMENT TIRES ARE AVAILABLE, WHICHEVER IS LONGER." -08/04/1994,94V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V139000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,290,"THE FACTORY MOUNTED ARMREST ON THE DRIVER AND PASSENGER DOOR DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACT.""",CONSEQUENCE OF NON-COMPLIANCE: THE ARMRESTS CAN CREATE AN IMPACT HAZARD TO VEHICLE OCCUPANTS.,REMOVE THE ARMREST AND ADD A FOLDING ARMREST TO THE TWO FRONT SEATS. -08/02/1994,94V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V144000),INTERNATIONAL TRUCK & ENGINE CORPORATION,ENGINE:TURBO-CHARGER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,373,"FOUR COMPRESSION BACKPLATE RETAINING FASTENERS ON THE TURBO-CHARGER WERE TORQUED ONLY HAND TIGHT. THIS ALLOWS THE FASTENERS TO LOOSEN, AND CAUSES OIL TO LEAK INTO THE COMPRESSOR AIR SIDE OF THE TURBO-CHARGER WHICH, WHEN COUPLED WITH THE HEAT PRECIPITATED BY THE COMPRESSOR AND THE MIXING ACTION OF THE COMPRESSOR WHEEL, CAN RESULT IN AN AIR/OIL MIXTURE THAT FUELS THE ENGINE.","WHEN THIS OCCURS, ENGINE RUN-ON AND SUBSEQUENT LOSS OF OPERATOR CONTROL VIA THE NORMAL THROTTLE MECHANISM CAN OCCUR, WHICH COULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE SUSPECT TURBO-CHARGER WITH A NEW TURBO-CHARGER. -08/02/1994,94V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V138000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1487,"A SPRING IN THE HEAD LAMP PORTION OF THE HEAD PARK LAMP SWITCH CAN FAIL PREVENTING LATCHING OF THE HEAD LAMP PORTION OF THE SWITCH IN THE ""ON"" POSITION.",THE HEAD LAMPS WOULD NOT STAY ILLUMINATED RESULTING IN REDUCED DRIVER VISIBILITY.,DEALERS WILL INSPECT HEAD/PARK LAMP SWITCH BUILD DATE CODES AND REPLACE SWITCHES WITH SUSPECT DATE CODES. -08/02/1994,94T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94T006000),Goodyear Tire & Rubber Company,TIRES:EMERGENCY SPARE TIRE,TIRES,NR (Not Reported),Tire,1790,"THESE TIRES FAILED TO COMPLY WITH THE ENDURANCE TESTS OF FMVSS NO. 109, ""NEW PNEUMATIC TIRES.""",,"DEALERS WILL REPLACE TIRES AT NO CHARGE DURING THE 60-DAY PERIOD UPON RECEIPT OF NOTIFICATION OR RECEIPT OF ADVICE THAT REPLACEMENT TIRES ARE AVAILABLE, WHICHEVER IS LONGER." -08/01/1994,94V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V141000),Ford Motor Company,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,599,"THE DATES OF MANUFACTURE WERE OMITTED ON THE CERTIFICATION LABEL. THIS DOES NOT COMPLY WITH PART 567, ""CERTIFICATION.""",CONSEQUENCE OF NON-COMPLIANCE: INCOMPLETE CERTIFICATION LABEL DOES NOT PROPERLY IDENTIFY THE VEHICLE.,"A COMPLETE CERTIFICATION LABEL WILL BE PROVIDED TO THE OWNER OR WILL BE INSTALLED FOR THE OWNER BY THE DEALER, IF NECESSARY." -08/01/1994,94V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V140000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,1,"THE LABEL REQUIRING TIRE AND RIM INFORMATION WAS NOT INSTALLED AS REQUIRED BY FMVSS NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAT PASSENGER CARS.""",CONSEQUENCE OF NON-COMPLIANCE: THE TIRE COULD BE OVERLOADED AND RESULT IN PREMATURE WEAR.,A COMPLETE LABEL WILL BE PROVIDED TO THE OWNER OR WILL BE INSTALLED FOR THE OWNER. -08/01/1994,94V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V143000),"THOMAS BUILT BUSES, INC.",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,1150,A SUDDEN HYDRAULIC PRESSURE LOSS DURING HARD TURNS RESULTS IN A MOMENTARY LOSS OF POWER STEERING ASSIST. THE PRESSURE LOSS OCCURS WHEN THE HYDRAULICALLY DRIVEN ENGINE COOLING FAN TURNS OFF IN THE TURN.,"THE DRIVER REACTS TO THE LOSS OF POWER STEERING ASSIST BY OVERSTEERING, WHICH COULD RESULT IN A VEHICLE ACCIDENT.","THE HYDRAULIC CONTROL VALVES WILL BE REPLACED WITH VALVES OF A NEW DESIGN. UNTIL SUCH TIME AS PARTS ARE AVAILABLE, OWNERS WILL BE INSTRUCTED TO DISCONNECT THE FAN CUTOFF SWITCH SO THAT HYDRAULICALLY DRIVEN FANS WILL RUN FULL TIME, ELIMINATING THE PRESSURE SPIKE." -08/01/1994,94V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V142000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,17,"THE WINDSHIELDS WERE MARKED WITH A ""PROTOTYPE"" DESIGNATION AND NOT MARKED AS REQUIRED BY FMVSS NO. 205, ""GLAZING MATERIALS.""",CONSEQUENCE OF NON-COMPLIANCE: INCORRECT LABELING OF WINDSHIELD MAY CAUSE CONCERN OR CONFUSION ABOUT THE PROTOTYPE DESIGNATION.,DEALERS WILL REPLACE THE WINDSHIELDS ON THE AFFECTED VANS. -07/26/1994,94E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E023000),WARREN OIL COMPANY,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,4801,"THE BRAKE FLUID FAILED THE PITTING OR ETCHING TEST STANDARDS, FAILING TO COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS.""",,ALL THE BRAKE FLUID INVOLVED IN THIS RECALL HAS BEEN COLLECTED AND RETURNED TO THE MANUFACTURER. -07/25/1994,94V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V135000),"Nissan North America, Inc.",BRAKES:WARNING SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7500,"THE INSTRUMENT PANEL BRAKE WARNING LIGHT WILL NOT ILLUMINATE WHEN THE BRAKE FLUID LEVEL IN THE MASTER CYLINDER DROPS SUFFICIENTLY TO ACTIVATE THE LOW LEVEL SWITCH DUE TO AN IMPROPERLY WIRED DIODE, REQUIRED BY FMVSS NO. 105, ""HYDRAULIC BRAKE SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THERE WOULD BE NO INDICATION TO THE DRIVER OF THE VEHICLE THAT BRAKE FLUID WAS LOW. LOW BRAKE FLUID CAN BE CAUSED BY A LEAK IN THE SYSTEM WHICH MAY RESULT IN PARTIAL OR COMPLETE LOSS OF BRAKES AND AN ACCIDENT.,DEALERS WILL CORRECT THE ELECTRICAL CIRCUIT FOR THE BRAKE WARNING SYSTEM SO THAT THE WARNING LAMP WILL ILLUMINATE WHEN THE LOW LEVEL SWITCH IS ACTIVATED. -07/25/1994,94V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V134000),Kia Motors America,INTERIOR SYSTEMS:INSTRUMENT PANEL:SPEEDOMETER:ODOM,POWER TRAIN,NR (Not Reported),Vehicle,6945,"THE ELECTRONIC SPEEDOMETER SENSOR CAN SEIZE, CAUSING THE SPEEDOMETER AND CRUISE CONTROL (IF THE CAR IS EQUIPPED WITH CRUISE CONTROL) TO STOP FUNCTIONING.",THE LOSS OF CRUISE CONTROL WILL CAUSE TEMPORARY LOSS OF CONTROL OF VEHICLE SPEED. LOSS OF THE SPEEDOMETER WILL RESULT IN THE OPERATOR NOT KNOWING THE ACTUAL SPEED OF THE VEHICLE.,"DEALERS WILL INSTALL A NEW SPEEDOMETER DRIVE GEAR, ELECTRONIC SENSOR, AND FLEXIBLE SHAFT ASSEMBLY." -07/21/1994,94V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V137000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,159,"THE SPARE TIRE AND WHEEL STORAGE ASSEMBLY IS LOCATED UNDER THE VEHICLE IN SUCH A MANNER THAT THE TIRE AND WHEEL ASSEMBLY CONTACTS THE ROAD SURFACE, RESULTING IN DAMAGE TO THE ATTACHMENT MECHANISM. THE DAMAGE CAN CAUSE THE SPARE WHEEL AND TIRE TO FALL FROM THE MOTORHOME ONTO THE ROADWAY.",OBJECTS FALLING FROM THE MOTORHOME ONTO THE ROADWAY CAN BECOME A ROAD HAZARD TO OPERATORS OF OTHER VEHICLES.,"HARDWARE WILL BE ADDED TO THE RELOCATE THE MOUNTING OF THE SPARE WHEEL AND TIRE TO THE REAR WALL, ABOVE THE BUMPER OF THE MOTORHOME." -07/19/1994,94V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V130000),Oshkosh Corporation,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,398,"DEPENDING ON THE LOCATION AND THE ELECTRICAL DEMAND, A COMBINATION OF CORROSION AND HEAT CAN CAUSE A MOMENTARY BREAK ON EITHER OF TWO ELECTRICAL CIRCUITS AT THE BULKHEAD CONNECTOR (21 OR 29). IF THESE CIRCUITS FAIL, THE IGNITION, PARKING LIGHT, FUEL PUMP, FUSE PANELS AND THE SECONDARY ELECTRICAL BRAKING SYSTEM WILL LOSE POWER.",LOSS OF POWER TO THE SECONDARY ELECTRICAL BRAKING SYSTEM CAN RESULT IN INCREASED STOPPING DISTANCES AND POSSIBLE VEHICLE ACCIDENT.,POWER FROM THE BATTERY WILL BE RUN DIRECTLY TO THE STOP LAMP SWITCH AND THE IGNITION SWITCH. THIS WILL ELIMINATE THE BULKHEAD CONNECTION FOR THE IGNITION CIRCUIT AND BACK-UP BRAKE CIRCUIT AS WELL AS DIVIDING UP THE LOAD ON THE TWO QUESTIONABLE CIRCUITS. -07/19/1994,94V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V132000),Isuzu Motors Limited,ENGINE:CAMSHAFT (8/82),ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,122297,CONSTANT EXPANSION AND CONTRACTION OF THE CYLINDER HEAD CAUSES THE CAMSHAFT SEAL END PLUG CAN BECOME DISLODGED FROM THE CYLINDER HEAD. THIS ALLOWS OIL TO LEAK FROM THE CAMSHAFT.,THIS CAN CAUSE ENGINE DAMAGE AND POSSIBLE ENGINE FIRE FROM OIL LEAKING ONTO THE HOT EXHAUST SYSTEM.,DEALERS WILL INSTALL CAMSHAFT END SEAL PLUG RETAINER PLATES. -07/19/1994,94V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V136000),Blue Bird Body Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7350,"THE HAND THROTTLE CABLE PASSES THROUGH THE ACCELERATOR ROD ASSEMBLY AT AN ANGLE THAT WEARS A GROOVE IN THE ROD, WHICH IS LOCATED UNDER THE ACCELERATOR PEDAL. THE CABLE CAN BECOME WEDGED IN THE GROOVE WORN INTO THE ROD AND CAUSE THE ACCELERATOR TO STICK IN AN OPEN POSITION.","THIS CAN RESULT IN LOSS OF CONTROL OF THE BUS, AND COULD RESULT IN AN ACCIDENT.",DEALERS WILL INSTALL A POSITIONING BRACKET FOR ROUTING THE HAND THROTTLE CABLE THROUGH THE ACCELERATOR ROD ASSEMBLY. -07/19/1994,94V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V133000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2708,"THESE BUSES WERE BUILT WITH AN ADDITIONAL 3/4 INCH THICK PLYWOOD FLOOR AND EXTRA THICK FLOOR MATS FOR INCREASED INSULATION DURING COLD WEATHER. THE BOTTOM EDGE OF THE ACCELERATOR PEDAL, WHEN DEPRESSED, CAN COME IN CONTACT WITH THE HEAD OF A BOLT SECURING THE TRANSMISSION COVER TO THE FLOOR. THE ENGINE THROTTLE MAY NOT RETURN TO THE IDLE POSITION.",THIS CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,DEALERS WILL REMOVE 1/2 INCH FROM THE BOTTOM OF THE ACCELERATOR PEDAL. -07/14/1994,94V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V131000),"Ferrari North America, Inc.",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,408,THE METAL FUEL SUPPLY LINE BANJO FITTING CAN FRACTURE IF THE NUT ATTACHING THE FUEL LINE TO THE FUEL FILTER IS OVERTORQUED. THIS CAN ALLOW FUEL TO LEAK IN THE ENGINE COMPARTMENT.,FUEL LEAKS IN THE ENGINE COMPARTMENT CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,DEALERS WILL REPLACE TWO FUEL SUPPLY LINES WITH MODIFIED FUEL SUPPLY LINES WITH A STRONGER BANJO FITTING THAT IS MORE RESISTANT TO FRACTURE. -07/12/1994,94V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V129000),Ford Motor Company,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2500,THE BRAKE PEDAL PUSH ROD RETAINER (HAIRPIN CLIP) MAY BE MISSING OR NOT PROPERLY INSTALLED ON THE SERVICE BRAKE PEDAL. THIS CAN CAUSE DISENGAGEMENT OF THE BRAKE PUSHROD AND LOSS OF BRAKING ABILITY.,LOSS OF BRAKING ABILITY CAN RESULT IN A VEHICLE ACCIDENT.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE RETAINER." -07/11/1994,94V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V128000),"MARK III INDUSTRIES, INC.",LIGHTING:LAMP OR SOCKET:COURTESY LIGHTS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,6088,THE TRANSFORMER USED TO POWER THE NEON CENTER LIGHTBEAM CAN OVERHEAT AND CATCH ON FIRE.,"THE OVERHEATING AND FIRES CAUSED BY THE NEON TRANSFORMER CAN RESULT IN DAMAGE TO THE LIGHTBEAM ASSEMBLY, THE ROOF OF THE VEHICLE, AND COULD RESULT IN A VEHICLE FIRE.",MARK III DEALERS WILL MODIFY THE ASSEMBLIES TO ELIMINATE THE NEON LIGHTING FIXTURE IN THE VEHICLE AND REPLACE IT WITH INCANDESCENT LIGHTS OPERATING DIRECTLY FROM THE VEHICLE 12-VOLT BATTERY. -07/11/1994,94E011002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E011002),"VAN-CON, INCORPORATED",VISUAL SYSTEMS,VISIBILITY,NR (Not Reported),Equipment,30,"THE EMERGENCY PUSHOUT WINDOW ASSEMBLY CONTAINS A LATCH THAT CAN DISENGAGE WHEN SUBJECT TO THE RETENTION FORCE SPECIFIED BY FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",,MODIFIED ASSEMBLIES WILL BE SHIPPED TO EACH VEHICLE MANUFACTURER TO REPLACE THE DEFECTIVE WINDOW ASSEMBLIES. -07/08/1994,94V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V124000),"Gulf Stream Coach, Inc.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,69,THE CIRCUIT BREAKER WAS OMITTED ON THE BATTERY OUTPUT TERMINAL.,LACK OF A CIRCUIT BREAKER CAN CAUSE WIRING OR BATTERY FAILURE AND CAN RESULT IN A FIRE IF THESE WIRES ACCIDENTALLY SHORTED OR OVERLOADED.,DEALERS WILL INSTALL A CIRCUIT BREAKER IN THE BATTERY OUT PUT TERMINAL. -07/08/1994,94V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V126000),"SAAB CARS USA, INC.",ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12040,"DURING LOW ENERGY FRONTAL IMPACT COLLISIONS, THE FRONT CROSSMEMBER CAN CONTACT THE METAL TUBING PORTION OF THE COOLER HOSE ASSEMBLY; AND/OR THE HOSE ASSEMBLY CAN BREAK AND LEAK OIL ONTO THE HOT EXHAUST MANIFOLD OR THE TURBOCHARGER.",OIL LEAKING ON THESE HOT ENGINE SURFACES CAN IGNITE AND CAUSE A VEHICULAR FIRE.,DEALERS WILL INSTALL A PROTECTIVE COVER WHICH WILL PROTECT THE COOLER AND HOSES FROM OTHER STRUCTURAL COMPONENTS IN LOW ENERGY FRONT IMPACTS. -07/08/1994,94V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V127000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1015,"TWO TRIGGER SPRINGS MOUNTED TO THE FORE/AFT ADJUSTMENT LEVER DO NOT DEVELOP SUFFICIENT FORCE TO PROPERLY LOCK THE SEAT RAILS. AFTER THE SEAT IS ADJUSTED, THIS DOES NOT ALLOW THE SEAT RAIL LOCK TO PROPERLY ENGAGE, WHICH CAN CAUSE THE SEAT TO MOVE IN A SUDDEN STOP OR COLLISION.",THIS CAN INCREASE THE POSSIBILITY OF INJURY TO A SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,DEALERS WILL REMOVE BOTH FRONT SEATS AND THE TWO SPRINGS ON EACH SEAT WILL BE REPLACED WITH NEW SPRINGS WITH PROPER TENSION TO ENSURE PROPER ENGAGEMENT. -07/07/1994,94V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V125000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,3492,THE LOWER CONTROL ARM CAN CRACK AT THE FLANGE ON THE END OF THE CONTROL ARM NEAR THE BALL JOINT PAD.,THE BALL JOINT CAN SEPARATE FROM THE CONTROL ARM RESULTING IN LOSS OF STEERING CONTROL.,DEALERS WILL INSTALL A REINFORCEMENT BRACE ON EACH OF THE FRONT LOWER CONTROL ARMS. -07/05/1994,94V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V121000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1286,THE SCREWS USED TO MOUNT THE TELEVISION INTO AN OVERHEAD CABINET ARE NOT LONG ENOUGH TO PROPERLY SECURE THE TELEVISION TO THE ENCLOSURE BASE. THIS CAN CAUSE THE TELEVISION TO FALL OUT OF THE CABINET AND ONTO THE HEAD OF THE VEHICLE OPERATOR.,THE OPERATOR CAN SUSTAIN INJURIES AND POSSIBLY LOSE CONTROL OF THE VEHICLE.,DEALERS WILL REMOUNT THE TELEVISIONS WITH CORRECT FASTENERS. -07/01/1994,94V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V122000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1681,"THESE VEHICLES WERE CONSTRUCTED WITH WELDS IN THE REAR COMPARTMENT PAN ASSEMBLY THAT ARE NOT SUFFICIENT TO COMPLY WITH THE REQUIREMENTS PERTAINING TO FUEL TANK LEAKAGE IN THE EVENT OF A REAR IMPACT COLLISION. THE FUEL TANK ASSEMBLIES DO NOT COMPLY WITH FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""",THIS CAN RESULT IN AN INCREASED RISK OF A VEHICLE FIRE IN THE EVENT OF A REAR IMPACT COLLISION.,DEALER WILL INSTALL RIVETS ADJACENT TO THE LOCATIONS WHERE THE SUSPECT WELDS ARE LOCATED. -07/01/1994,94E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E020000),Hercules Tire & Rubber Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,412,"THE ENGINE THROTTLE PLATE SHAFT CAN BECOME DISCONNECTED FROM THE THROTTLE LEVER ASSEMBLY. THE HEX HEAD LOCKING SCREW BETWEEN THE THROTTLE STOP ASSEMBLY AND THE THROTTLE SHAFT CAN LOOSEN. ALSO, THE HEX HEAD PINCH BOLT BETWEEN THE THROTTLE LEVER AND THE THROTTLE PLATE SHAFT CAN LOOSEN. THE THROTTLE RETURN SPRING CONTROLS THE THROTTLE PLATE POSITION THROUGH THE THROTTLE LEVER. IF EITHER SCREW LOOSENS, THE THROTTLE RETURN SPRINGS NO LONGER CONTROL THE THROTTLE PLATE POSITION.","UNANTICIPATED FULL THROTTLE CONDITIONS CAN OCCUR,RESULTING IN A LOSS OF THROTTLE CONTROL AND POSSIBLE ACCIDENT.",THE THROTTLE BODY HAS BEEN REDESIGNED TO INCLUDE A SECONDARY RETURN SPRING ATTACHED DIRECTLY TO THE THROTTLE PLATE SHAFT. THROTTLE STOP ASSEMBLY AND SECONDARY RETURN SPRING LOCKING SCREWS WILL BE TORQUED TO SPECIFICATION AND TREATED WITH A THREAD SEALING COMPOUND SPECIFICALLY DESIGNED FOR THREAD LOCKING APPLICATIONS. -06/28/1994,94V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V119000),"BMW of North America, LLC",SUSPENSION:MOTORCYCLE FRONT,SUSPENSION,NR (Not Reported),Vehicle,716,CERTAIN SUSPENSION COMPONENTS CAN LOOSEN WHEN THE MOTORCYCLE IS RIDDEN HARD IN ROUGH OFF-ROAD CONDITIONS. THE RIGHT-HAND BEARING PIN IN THE REAR SWINGING ARM AND ALSO THE LOWER FLANGE NUT ON THE FRONT STRUT CAN BOTH LOOSEN.,THIS CAN RESULT IN REDUCTION OF THE MOTORCYCLE'S DYNAMIC STABILITY RESULTING IN LOSS OF CONTROL OF THE MOTORCYCLE.,"DEALERS WILL REMOVE THE BEARING PIN, APPLY A STRONGER ADHESIVE AND REASSEMBLE WITH AN INCREASED TORQUE SPECIFICATION. THE FLANGE NUT ON THE FRONT STRUT WILL BE REPLACED WITH A SELF-TIGHTENING NUT." -06/27/1994,94V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V120000),"THOMAS BUILT BUSES, INC.",ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,285,A CABLE INSTALLED TO TEMPORARILY BYPASS THE NEUTRAL SWITCH TO ENABLE THE ENGINE TO BE STARTED WAS NOT REMOVED AT DELIVERY. THE CABLE ALLOWS THE BUS TO BE STARTED WHILE IN A FORWARD OR REVERSE DRIVE GEAR.,CONSEQUENCE OF DEFECT: STARTING A BUS IN A DRIVE GEAR CAN RESULT IN UNINTENTIONAL MOVEMENT AND COULD RESULT IN AN ACCIDENT.,DEALERS WILL REMOVE THE TEMPORARY CABLE AND INSTALL A NEW RELAY. -06/27/1994,94V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V118000),Ford Motor Company,STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,12700,"THE STEERING GEARS HAVE AN IMPROPERLY MACHINED SNAP RING GROOVE. THIS CAN CAUSE A FRACTURE OF THE SNAP RING WITH SUBSEQUENT DAMAGE TO THE RECIRCULATING BALL GUIDE TUBE. ALSO, THE O-RING SEAL IN VEHICLES BUILT AFTER FEBRUARY 1988 DOES NOT MEET SPECIFICATIONS AND IS INADEQUATE, CAUSING INTERIOR LEAKAGE AROUND THE O-RING / GLIDE RING SEAL IN THE STEERING GEAR.","THE FRACTURE OF THE SNAP RING RESULTS IN INCREASING DETERIORATION OF THE ABILITY TO TURN THE VEHICLE TO THE RIGHT. THE DRIVER WOULD EXPERIENCE INCREASED STEERING EFFORTS OR A ""CRUNCHY"" FEELING AT THE STEERING WHEEL. THE INADEQUATE O-RING SEAL CAUSES MOMENTARY REDUCTIONS IN POWER STEERING ASSIST AT LOW SPEED AND CERTAIN LEFT TURN MANEUVERS. BOTH CONDITIONS RESULT IN DECREASED STEERING ABILITY.","DEALERS WILL REBUILD THE STEERING GEAR. IF A BROKEN SNAP RING IS FOUND DURING REBUILDING, THE STEERING GEAR WILL BE REPLACED WITH A REMANUFACTURED UNIT." -06/24/1994,94V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V117000),"General Motors, LLC",EQUIPMENT:OWNERS MANUAL INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,6315,"THESE VEHICLES WERE SHIPPED WITH THE WRONG OWNER'S MANUAL, AND, THEREFORE, THE CORRECT INFORMATION REGARDING SAFETY BELT USAGE IS NOT AVAILABLE TO THE OWNER. THIS DOES NOT CONFORM WITH FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""",UNBELTED OCCUPANTS OR OCCUPANTS USING SAFETY BELTS INCORRECTLY ARE MORE AT RISK OF INJURY THAN THOSE USING THE SAFETY BELT IN THE CORRECT MANNER IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,OWNERS AND OLDSMOBILE DEALERS ARE BEING MAILED THE CORRECT 1994 OLDSMOBILE BRAVURA OWNER'S MANUAL AND WILL BE ASKED TO INSTALL IT IN THE INSTRUMENT PANEL COMPARTMENT AND REMOVE AND DISCARD THE INCORRECT OWNER'S MANUAL. -06/24/1994,94V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V115000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,65,THESE VEHICLES WERE BUILT WITH OVERTORQUED DRIVE AXLE SPINDLE NUTS. THIS CONDITION CAN CAUSE EXCESSIVE LOADS ON THE SPINDLE NUT AND DRIVE AXLE RESULTING IN FAILURE OF THE DRIVE AXLE OR THE SPINDLE NUT. FAILURE OF EITHER OF THESE COMPONENTS CAN RESULT IN SEPARATION OF THE STEERING KNUCKLE TIRE-WHEEL ASSEMBLY FROM THE DRIVE AXLE.,THIS CAN RESULT IN LOSS OF VEHICLE CONTROL AND A VEHICLE ACCIDENT.,"DEALERS WILL REPLACE THE LEFT-HAND AND RIGHT-HAND DRIVE AXLES, BEARING-HUB ASSEMBLIES, SPINDLE NUTS, AND WASHERS ON ALL INVOLVED VEHICLES. CORRECTIVE ACTION: DEALERS WILL REPLACE LEFT-HAND AND RIGHT-HAND DRIVE AXLES, BEARING-HUB ASSEMBLIES, SPINDLE NUTS, AND WASHERS ON ALL INVOLVED VEHICLES." -06/20/1994,94V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V114000),"General Motors, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,740,THE TRAILER HITCH ATTACHING BOLTS WERE NOT TIGHTENED TO THE SPECIFIED TORQUE. THIS CAN LEAD TO LOOSENING AND SUBSEQUENT BREAKAGE OF THE FASTENERS.,"IF THIS WERE TO OCCUR WHILE THE TRAILER WAS BEING PULLED, THE HITCH AND TRAILER CAN SEPARATE FROM THE VEHICLE.",DEALERS WILL TORQUE ALL EIGHT TRAILER HITCH BOLTS TO THE CORRECT TORQUE. -06/20/1994,94V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V113000),"Chrysler (FCA US, LLC)",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7000,"THESE VEHICLES DO NOT MEET THE REAR IMPACT TEST REQUIREMENTS OF FMVSS 301, ""FUEL SYSTEM INTEGRITY.""",CONSEQUENCE OF NON-COMPLIANCE: THE VEHICLE S HAVE AN INCREASED RISK OF A FUEL SPILL IN THE EVENT OF A REAR END COLLISION.,DEALERS WILL STRENGTHEN THE LEFT FRAME RAIL BY INSTALLING A FRAME RAIL REINFORCEMENT BRACKET. -06/20/1994,94V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V116000),DORSEY CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,664,AN INADEQUATE WELD IN THE ATTACHMENT OF THE STEEL FLOOR CROSSMEMBERS TO THE ALUMINUM BODY BORDER CAN CRACK UNDER CERTAIN CONDITIONS AND RESULT IN A LACK OF LATERAL SUPPORT TO CARGO LOADED ON THE TRAILER.,"INADEQUATE LATERAL SUPPORT CAN RESULT IN SHIFTING OF CARGO IN THE BED OF THE TRAILER AND POSSIBLE SPILLAGE OF STACKED CARGO OFF THE SIDE OF THE TRAILER BED, CAUSING ROAD HAZARDS AND DANGER TO INDIVIDUALS IN POSITIONS NEXT TO THE TRAILER.","DEALERS WILL ADD A STEEL SINGLE CLIP AT EACH END OF EACH FLOOR CROSSMEMBER WITH THE CLIP BEING BOLTED TO THE STEEL CROSSMEMBER WITH TWO EACH 0.375"" DIAMETER BOLTS AND BEING BOLTED TO THE ALUMINUM BODY BORDER WITH TWO EACH 0.375"" DIAMETER BOLTS. DORSEY WILL WORK WITH OWNERS TO LOCATE A DORSEY DISTRIBUTOR OR ANOTHER TRAILER REPAIR FACILITY IN THE OWNER'S AREA OF OPERATION WHO WILL PERFORM THE REMEDY. DORSEY WILL ALSO ALLOW OWNERS TO PERFORM THE REMEDY IF THE OWNER HAS REPAIR FACILITIES AND WISHES TO PERFORM THE REMEDY." -06/16/1994,94V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V112000),WAYNE WHEELED VEHICLES,EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,13,"INSUFFICIENT TORQUING OF BOLTS ON THE CLAMPS USED TO SECURE ADJOINING SECTIONS OF THE EXHAUST SYSTEM CAN CAUSE THE SECTIONS TO SEPARATE FROM THE CLAMPS, AND CAN ALLOW EXHAUST GAS TO LEAK UNDER THE VEHICLE.","IF THE EXHAUST SYSTEM SEPARATES UNDER AN OPERATING VEHICLE, EXHAUST GAS CAN MIGRATIE INTO THE INTERIOR OF THE BUS.","DEALERS WILL INSPECT ALL EXHAUST SYSTEM CLAMPS TO ASSURE THEY ARE PROPERLY SECURED. UNTIL THE BUSES ARE INSPECTED AND REPAIRED, THEY SHOULD ONLY BE OPERATED WITH ADEQUATE OUTSIDE VENTILATION." -06/13/1994,94V111001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V111001),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11400,THE FRONT FUEL LINES HAVE A SECTION OF FLEXIBLE HOSE THAT IS SUSCEPTIBLE TO CRACKING WHICH CAN ALLOW FUEL LEAKAGE.,LEAKING FUEL CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FRONT FUEL LINE ASSEMBLY." -06/13/1994,94V111002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V111002),Mazda North American Operations,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1868,THE FRONT FUEL LINES HAVE A SECTION OF FLEXIBLE HOSE THAT IS SUSCEPTIBLE TO CRACKING WHICH CAN ALLOW FUEL LEAKAGE.,LEAKING FUEL CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,"DEALERS WILL INSPECT AND, IF NECESSARY, REPLACE THE FRONT FUEL LINE ASSEMBLY." -06/13/1994,94V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V110000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,3252,"A WELD IN THE SEAT RAILS WAS NOT MADE, INCREASING THE RISK OF FATIGUE CRACKS FORMING AROUND THE ATTACHMENT BUSHINGS ON THE HEIGHT ADJUSTMENT MECHANISM, CAUSING THE POSSIBILITY OF THE HEIGHT ADJUSTER BREAKING IN A REAR END COLLISION AND ALLOWING THE SEAT TO FOLD BACKWARDS.",THIS CAN INCREASE THE RISK OF INJURY TO SEAT OCCUPANTS.,DEALERS WILL INSTALL NEW FRONT SEAT FRAME RAILS. -06/10/1994,94V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V109000),Oshkosh Corporation,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,37,"THE AIR COMPRESSOR AIR SUPPLY LINE IS ROUTED FROM THE COMPRESSOR OVER THE TOP OF THE FRAME RAIL, UNDER THE BRAKE HYDROMAX, AND DOWN TO THE AIR SYSTEM. THIS LINE CAN CONTACT THE STEEL SECTION OF THE HYDROMAX HYDRAULIC SUPPLY LINE, CAUSING A LEAK TO OCCUR IN THE HYDRAULIC LINE, ALLOWING HYDRAULIC FLUID TO LEAK ON THE LEFT FRONT WHEEL AND BRAKE ASSEMBLY.","THE LEAK ALLOWS ENOUGH FLUID TO BE PUMPED FROM THE SYSTEM TO ELIMINATE POWER STEERING ASSIST. THE ELECTRONIC SECONDARY BRAKE PUMP WILL ENGAGE, BUT THE LEAK WILL RESULT IN INCREASED STOPPING DISTANCE.",DEALERS WILL INSTALL A CUSHION CLIP ON THE TOP LEFT FRAME RAIL SEPARATING AND ELIMINATING ANY CONTACT BETWEEN THE STEEL JACKETED AIR LINE AND THE METAL SECTION OF THE HYDRAULIC LINE. -06/10/1994,94V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V107000),HOLIDAY RAMBLER CORP.,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Vehicle,11,AN INCOMPLETE SEAL AT THE REAR OF THE MOTORHOME BETWEEN THE LIVING FACILITY AREA AND THE COMPARTMENT WHICH CONTAINS THE HEATING SYSTEM CAN ALLOW CARBON MONOXIDE (CO) TO ENTER THE LIVING AREA.,THIS CONDITION CAN LEAD TO ILLNESS AND POSSIBLE DEATH TO VEHICLE OCCUPANTS FROM CARBON MONOXIDE POISONING.,"DEALERS WILL COMPLETELY SEAL OFF THE LIVING AREA FROM THE HEATING SYSTEM COMPARTMENT, AND WILL INSTALL REDESIGNED DUCTS FOR EXHAUSTING HEATING SYSTEM EMISSIONS TO THE EXTERIOR OF THE MOTORHOME." -06/09/1994,94V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V106000),"Chrysler (FCA US, LLC)",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,230000,VEHICLE DESCRIPTION: MULTIPURPOSE PASSENGER VEHICLES EQUIPPED WITH PLASTIC FUEL TANKS. THE FUEL TANK SENDING UNIT GASKET CAN CRACK CAUSING FUEL AND FUEL VAPOR LEAKS.,FUEL AND FUEL VAPOR LEAKED FROM THE FUEL TANK CAN RESULT IN FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,REPLACE THE FUEL TANK SENDING UNIT GASKET. -06/09/1994,94V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V105000),"FLEETWOOD ENTERPRISES, INC.",FUEL:LPG LINES:(PIPES) METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,131,THE LIQUID PROPANE GAS (LPG) PIPES AT THE REAR OF THE VEHICLE ARE ROUTED SO THEY CONTACT THE TAG AXLE DURING VERTICAL MOVEMENT. THIS CONTACT CAN RUPTURE THE LPG PIPE AND ALLOW LPG LEAKAGE.,"CONSEQUENCE OF NON-COMPLIANCE: WHEN A MIXTURE OF LPG GAS AND OXYGEN IS EXPOSED TO A SOURCE OF IGNITION, AN EXPLOSION CAN RESULT AND IGNITE SURROUNDING COMBUSTIBLE MATERIALS.",DEALERS WILL INSTALL A SECTION OF COPPER TUBING IN THE REAR OF THE VEHICLE TO REPLACE IRON PIPING IN AN AREA OUT OF THE SCOPE OF THE AXLE SWING AREA. -06/09/1994,94V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V108000),"SAAB CARS USA, INC.",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9747,"A NUMBER OF BRAKE LIGHT SWITCHES HAVE AN OVAL-SHAPED PISTON WHICH CAN GET STUCK UNDER CERTAIN CONDITIONS. OTHER SWITCHES WERE MOUNTED SO THAT BOTH LOCKING TABS ARE NOT COMPLETELY ENGAGED IN THE MOUNTING BRACKET. IF ONE SIDE IS NOT ENGAGED, THE SWITCH IS MISALIGNED WITH THE PEDAL MECHANISM AND CAN BIND THE PISTON MOVEMENT, WHICH CAN CAUSE THE BRAKE LIGHT SWITCH TO STICK IN THE ""OFF"" OR ""ON"" POSITION.","THIS RESULTS IN EITHER THE BRAKE LIGHTS REMAINING ON CONSTANTLY OR THE BRAKE LIGHTS NOT ILLUMINATING WHEN THE BRAKES ARE APPLIED. THIS RESULTS IN INACCURATE SIGNALS OF BRAKE OPERATION TO OTHER VEHICLE OPERATORS, AND COULD RESULT IN AN ACCIDENT.","DEALERS WILL INSPECT BRAKE LIGHT SWITCHES. FOR VEHICLES WITH THE OVAL-SHAPED PISTON AND FOR VEHICLES WITH MISALIGNED BRAKE LIGHT SWITCHES, THE BRAKE LIGHT SWITCH WILL BE REPLACED." -06/08/1994,94V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V104000),Oshkosh Corporation,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,864,"A THROTTLE CONTROL CABLE WITH AN INNER ""STEEL SHIELDED"" COMPONENT WAS SUBSTITUTED FOR A CABLE WITH AN INNER ""STEEL STRANDED"" COMPONENT IN A DESIGN WHICH REQUIRES A MINIMUM BEND RADIUS OF 4 INCHES. THE INNER ""STEEL SHIELDED"" CABLE HAS A MINIMUM BEND RADIUS OF 8 INCHES, AND CAN BIND OR BREAK IN ITS CURRENT USE IN THE THROTTLE ASSEMBLY.",THIS CAN RESULT IN LOSS OF VEHICLE SPEED CONTROL AND AN ACCIDENT.,REPLACE THE ENTIRE CABLE A NEW CABLE WITH THE SPECIFIED 4 INCH RADIUS CAPABILITY. -06/06/1994,94V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V103000),Hyundai Motor America,HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,270000,THE HEATER CONTROL VALVE STEM DOES NOT MEET THE MATERIAL SPECIFICATIONS. HIGH COOLANT TEMPERATURES CAN CAUSE THE STEM TO LEAK.,THIS CAN RESULT IN A BURN INJURY TO THE FRONT SEAT PASSENGER'S FEET AND LEGS.,DEALERS WILL INSPECT AND REPLACE DEFECTIVE VALVE STEMS. -06/06/1994,94E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E018000),"DYGERT SEATING, INC.",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Equipment,12000,"THE ROUND STEEL TUBING USED TO MANUFACTURE THE SEATBACK CAN CONTAIN AN INAPPROPRIATE GRADE OF STEEL OR DEFECTIVE STEEL. THIS CAN CAUSE THE SEATBACK TO BEND, WARP, TWIST BACKWARDS, AND TO EVENTUALLY BREAK, CAUSING THE SEATBACK TO FAIL.",THIS CAN RESULT IN INCREASED RISK OF INJURY TO SEATOCCUPANTS IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,DEALERS WILL REPLACE THE SEAT FRAMES. -06/06/1994,94V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V102000),Medtec Ambulance Corporation,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,13,"THE OUTSIDE LATCH OF THE TRIMARK REAR DOORS DOES NOT WORK IN UNISON WITH THE STRIKER, CAUSING THE RODS OF THE DOORS TO BIND. THIS BINDING CAUSED THE STRIKER PADDLE TO BREAK, AND THE DOORS TO NOT COMPLETELY LATCH SHUT.",THE LACK OF SECURE DOOR LATCHING IN THE REAR DOOR INCREASES THE POSSIBILITY OF INJURY TO PASSENGERS RIDING IN THE REAR OF THE AMBULANCE.,REPLACE THE TRIMARK LATCH WITH A DIFFERENT DESIGN LATCH. -06/06/1994,94E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E017000),HOLLAND HITCH COMPANY,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,4918,"A DEFECT IN THE FRONT LOCK PORTION OF THE FIFTH WHEEL CASTING (A STRUCTURAL, LOAD BEARING COMPONENT OF THE FIFTH WHEEL ASSEMBLY) CAUSES A CRACK IN THE CASTING. THIS CRACK CAN PROPAGATE OVER TIME.","IF THE CRACK IS NOT DETECTED, IT CAN CAUSE SEPARATIONOF THE TRACTOR AND TRAILER, WHICH COULD RESULT IN AN ACCIDENT.",DEALERS WILL INSPECT AND REPLACE THE TOP PLATE OF THE FIFTH WHEEL ASSEMBLY AS NECESSARY. -06/02/1994,94E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E019000),DANA CORPORATION,SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Equipment,919,"THE OFFSET TOE ADJUSTING PIN CAN FRACTURE UNDER CONDITIONS SUCH AS TORSIONAL LOADS, FLEXING MOTION, IMPACT LOADS, AND OVERTORQUING.",THIS CAN RESULT IN LOSS OF VEHICLE STEERING CONTROL ANDAN ACCIDENT.,DANA WILL PAY FOR REPLACEMENT AND LABOR COSTS OF THE ADJUSTMENT PIN WITHOUT CHARGE TO THE INSTALLING FACILITY AND THE VEHICLE OWNER. THESE PINS SHOULD BE REPLACED BY A FORD ORIGINAL EQUIPMENT PIN ASSEMBLY. OWNER OR INSTALLER INQUIRIES CONCERNING THIS RECALL CAMPAIGN SHOULD CONTACT DANA SERVICE CENTER AT 1-800-248-9606. -05/27/1994,94C016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C016000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,308271,"THE SEATS ARE EQUIPPED WITH A LATCHING AID, WHICH IS A GRAY OR WHITE PLASTIC SLEEVE LOCATED AT THE BASE OF THE WEBBING AT THE POINT WHERE THE WEBBING IS JOINED TO THE BUCKLE TONGUE. THE LATCHING AID IS TO PROVIDE THE CONSUMER WITH A CONVENIENT STIFFENER FOR THE WEBBING, IN ORDER TO EASE THE INSERTION OF THE BUCKLE TONGUE INTO THE RECEIVING END OF THE BUCKLE. THIS LATCHING AID CAN BECOME TORN OR SPLIT OR CAN SLIP OUT OF POSITION.",THIS CONDITION CAN CAUSE THE CONSUMER TO HAVE DIFFICULTYIN LATCHING THE SAFETY SEAT'S INTERNAL BUCKLING SYSTEM.,EVENFLO WILL PROVIDE AN INSTRUCTION SHEET SHOWING HOW TO REMOVE THE PLASTIC SLEEVE. REMOVING THIS SLEEVE WILL NOT DECREASE OR AFFECT THE SAFETY OF THE CHILD SEAT. -05/26/1994,94T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94T002000),Cooper Tire & Rubber Co.,TIRES:LINER,TIRES,NR (Not Reported),Tire,27,"THESE TIRES WERE PRODUCED WITH INCORRECT LOAD AND INFLATION INFORMATION STAMPED ON THE SERIAL SIDE OF THE TIRES. THIS DOES NOT CONFORM TO FMVSS 109, ""NEW PNEUMATIC TIRES.""","THE TIRES CAN BE IMPROPERLY INFLATED AND USED WITHIMPROPER LOADS, WHICH WOULD RESULT IN PREMATURE TIRE WEAR.",DEALERS WILL REPLACE THESE TIRES WITHIN 90 DAYS OF RECEIPT OF THE RECALL NOTICE. -05/25/1994,94V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V101000),Ford Motor Company,ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,900,"IN A HEAVILY LOADED VEHICLE, WHILE IN THE CRUISE CONTROL MODE, THE THROTTLE MAY NOT REDUCE IMMEDIATELY WHEN THE LOAD ON THE ENGINE IS DECREASED (SUCH AS WHEN THE VEHICLE CRESTS A HILL.) THIS CAN RESULT IN INCREASED VEHICLE SPEED WITHOUT PRIOR WARNING.","THIS CAN RESULT IN LOSS OF SPEED CONTROL OF THE VEHICLE, AND A POSSIBLE ACCIDENT.",DEALERS WILL REPLACE THE ELECTRONIC ENGINE CONTROL MODULE. -05/24/1994,94V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V095000),IC CORPORATION,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,56,THE BRAKE FLUID INITIALLY INSTALLED BY THE MANUFACTURER IS CONTAMINATED.,CONTAMINATED BRAKE FLUID CAUSES A LOSS OF BRAKING ABILITY AND COULD RESULT IN INCREASED STOPPING DISTANCES AND A POSSIBLE ACCIDENT.,"DEALERS WILL TEST THE BRAKE FLUID, INSTALL NEW BRAKE COMPONENTS, AND CHANGE THE BRAKE FLUID IF CONTAMINATION IS FOUND." -05/24/1994,94V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V099000),Oshkosh Corporation,ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,855,"A CRUISE CONTROL ELECTRONIC REGULATOR (CCER) IS PROVIDED WITH THE TRUCK CHASSIS, AND IS MOUNTED ON THE CHASSIS ACCORDING TO INSTRUCTIONAL DRAWINGS PROVIDED BY OSHKOSH. SOME BODY BUILDERS HAVE INSTALLED THE CCER OUTSIDE THE PASSENGER COMPARTMENT. IN THIS LOCATION, MOISTURE CAN ACCUMULATE AROUND THE CIRCUIT BOARD CAUSING A SIGNAL TO GO TO THE VACUUM PUMP OF THE CRUISE CONTROL, WHICH PULLS THE THROTTLE TO A ""FULL OPEN"" POSITION WITHOUT WARNING. DEPRESSING THE BRAKE OR TURNING OFF THE CRUISE CONTROL SWITCH WILL INTERRUPT THE SIGNAL.","A ""FULL OPEN"" THROTTLE OCCURRING WITHOUT PRIOR WARNING CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","ALL CHASSIS MANUFACTURED FROM FEBRUARY, 1991 TO APRIL 1993 WILL BE RECALLED AND OWNERS NOTIFIED TO HAVE THE CCER MOVED INSIDE THE PASSENGER COMPARTMENT IN A DRY ENVIRONMENT." -05/24/1994,94V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V098000),"Winnebago Industries, Inc.",EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,401,"THE GENERATOR EXHAUST SYSTEM EXTENDS BELOW THE FLOOR WHERE IT CAN BE CONTACTED BY THE ROAD SURFACE UNDER CERTAIN CONDITIONS, CAUSING DAMAGE TO THE EXHAUST SYSTEM AND UNDER FLOOR STORAGE.",,DEALERS WILL INSTALL A NEW GENERATOR EXHAUST SYSTEM. -05/24/1994,94V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V100000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,5294,"THE SECOND ROW, RIGHT HAND SHOULDER BELT CAN BECOME ""PINCHED"" BETWEEN THE SEAT AND THE DOOR FRAME PILLAR TRIM. THE SHOULDER BELT MAY NOT RETRACT PROPERLY, WHICH DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION."" THE 1994 VEHICLES HAVE AN OPTIONAL INTEGRAL (BUILT IN) CHILDSEAT INSTALLED NEXT TO THE POWER SLIDING SIDE DOOR. THE 1993 INVOLVED VEHICLES HAVE STANDARD SEATS IN THAT SAME POSITION.",IMPROPER SHOULDER BELT RETRACTION DOES NOT PROVIDE ADEQUATE PROTECTION TO THE SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP OR COLLISION.,"DEALERS WILL REPLACE THE DOOR FRAME PILLAR TRIM PANEL WITH A REDESIGNED TRIM PANEL. ALSO, A CAUTION LABEL WILL BE APPLIED TO THE CHILD SEAT ADVISING THE OWNER NOT TO INSTALL THE SEAT TO THE PASSENGER SIDE OF A VEHICLE WITH A POWER SLIDING SIDE DOOR." -05/24/1994,94E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E015000),EAGLE TRAILERS INC,STRUCTURE:TONGUE DOLLY,TRAILER HITCHES,NR (Not Reported),Equipment,542,"TWO BRACKETS WHICH HOLD THE AIR RESERVOIR ARE WELDED TO THE SIDEPLATE OF THE NON-STRUCTURAL TAILFRAME OF THE CONVERTOR DOLLY. A FATIGUE CRACK CAN BEGIN IN THE SIDEPLATE AND EVENTUALLY ALLOW THE BRACKET TO BREAK, CAUSING THE AIR RESERVOIR TO BE SUPPORTED BY THE REMAINING BRACKET. THIS BRACKET CAN CRACK AND EVENTUALLY BREAK, LEAVING THE RESERVOIR SUPPORTED BY HOSES AND TUBING.","WITHOUT ADEQUATE SUPPORT, THE AIR RESERVOIR WILL FALLFROM THE DOLLY AND BECOME A ROAD HAZARD.",A STRUCTURAL LOWER FLANGE WILL BE WELDED TO THE BOTTOM OF THE TAILFRAME SIDEPLATES. THE PR-3 PRESSURE PROTECTION VALVE ON THE AIR RESERVOIR WILL BE RELOCATED TO CLEAR THE NEW FLANGE. -05/24/1994,94T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94T001000),Cooper Tire & Rubber Co.,TIRES:LINER,TIRES,NR (Not Reported),Tire,574,SOME TIRES HAVE A LESS THAN ADEQUATE OR THIN INNER LINER THAT CAN RESULT IN A SUDDEN LOSS OF AIR PRESSURE.,A SUDDEN LOSS OF AIR PRESSURE WHILE THE VEHICLEIS IN MOTION CAN RESULT IN LOSS OF VEHICLE CONTROL.,DEALERS WILL REPLACE THESE TIRES WITHIN 90 DAYS OF RECEIPT OF THE RECALL NOTICE. -05/20/1994,94E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E013000),KINEDYNE CORPORATION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,UNKNOWN OR OTHER,NR (Not Reported),Equipment,3182,"THE KEEPER SPRINGS (FROM THE SNAP HOOKS) CAN BECOME DISENGAGED FROM THE HOOK/KEEPER, ALLOWING INADVERTENT RELEASE OF THE SNAP HOOK.",THIS WOULD NOT ADEQUATELY RESTRAIN A WHEEL CHAIR PASSENGER IN THE EVENT OF A SUDDEN STOP OR ACCIDENT AND COULD RESULT IN A PERSONAL INJURY.,THE DEFECTIVE HOOK WILL BE REPLACED WITH A NEW DESIGN HOOK WHICH WILL NOT ALLOW THE SPRING TO ESCAPE FROM THE HOOK. THESE HOOKS HAVE BEEN PROVIDED TO DISTRIBUTORS. -05/20/1994,94V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V096000),PACCAR Incorporated,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,155,"THE ANCHOR END OF THE SAFETY BELT BUCKLE WAS INCORRECTLY LOCATED, CAUSING THE UPPER TORSO RESTRAINT TO BE IMPROPERLY POSITIONED.",IMPROPER LOCATION OF THE UPPER TORSO RESTRAINT RESULTS IN REDUCED SEAT OCCUPANT PROTECTION IN THE EVENT OF A SUDDEN STOP OR CRASH.,DEALERS WILL REINSTALL THE SEAT BUCKLE ANCHOR TO PROPERLY POSITION THE SEAT AND UPPER TORSO RESTRAINTS. -05/20/1994,94V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V097000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,400,THE FRONT SUSPENSION TRACK BAR HAS INADEQUATE FATIGUE STRENGTH.,FAILURE OF THE TRACK BAR CAN RESULT IN FRONT AXLE VIBRATION AND LOSS OF STEERING CONTROL.,DEALERS WILL REPLACE THE FRONT SUSPENSION TRACK BAR. -05/16/1994,94V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V093000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,72664,"SIGNIFICANT WEAR CAN DEVELOP ON THE LOW AND REVERSE CLUTCH PREVENTING THE PARK PAWL FROM ENGAGING. THIS CAN PREVENT A ""NO PARK"" CONDITION TO OCCUR WHILE THE ENGINE IS RUNNING, CAUSING UNINTENTIONAL MOVEMENT OF THE VEHICLE WITHOUT OPERATOR ACTION. (THE ""NO PARK"" CONDITION WILL NOT OCCUR WHILE THE ENGINE IS OFF.)",UNINTENTIONAL VEHICLE MOVEMENT COULD RESULT IN A VEHICLE ACCIDENT AND INJURY TO PERSONS IN THE PATH OF THE VEHICLE.,"DEALERS WILL CHECK THE TRANSMISSION FLUID FOR CONTAMINATION WHICH WILL INDICATE IF THE LOW OR REVERSE CLUTCH IS WORN. IF THE TRANSMISSION FLUID SHOWS CONTAMINATION, THE TRANSMISSION WILL BE REPLACED." -05/16/1994,94E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E014000),Ohlins Racing AB,STEERING:YOKE (MOTORCYCLE),STEERING,NR (Not Reported),Equipment,491,"THE ONE-WAY VALVE IN THE STEERING DAMPERS IS USED TO CONTROL THE HYDRAULIC OIL FLOW SO THAT THE OIL VOLUME INSIDE THE STEERING DAMPER EXPANDS WITH TEMPERATURE. THE VALVE SEAT CAN BECOME DEFORMED DURING USE, CAUSING UNCONTROLLED RESTRICTION OF THE OIL FLOW. THE DEFORMED VALVE CAUSES THE INTERNAL PRESSURE ON THE DAMPER OILS SEALS TO INCREASE FROM INCREASED OIL TEMPERATURE AND VOLUME EXPANSION.","THE DEFORMED VALVE SEAT CAUSES INCREASED FRICTION FORCECAUSING VERY HARD DAMPING, AND COULD, IN A SEVERE CASE, CAUSE LOSS OF STEERINGCONTROL AND AN ACCIDENT.",THE ONE-WAY VALVE WILL BE REPLACED. -05/13/1994,94V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V092000),"THOMAS BUILT BUSES, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,423,A DECAL WARNING OF THE POTENTIAL DANGER IN USING STARTING FLUID TO START THE ENGINE WAS OMITTED.,IGNITION OF THE STARTER FLUID BY THE HEATING ELEMENT CAN RESULT IN AN EXPLOSION CAUSING ENGINE DAMAGE AND PERSONAL INJURY.,CUSTOMERS WILL BE SENT WARNING DECALS AND INSTALLATION INSTRUCTIONS. -05/13/1994,94V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V091000),"Mercedes-Benz USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1822,"THE FACTORY INSTALLED CRUISE CONTROL LINKAGE MAY NOT HAVE BEEN ADEQUATELY LUBRICATED, WHICH CAN CAUSE BINDING AND THE THROTTLE WILL NOT RETURN TO THE CLOSED POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED.",THE THROTTLE STICKING RESULTS IN A LOSS OF SPEED CONTROL AND COULD RESULT IN A VEHICLE ACCIDENT.,REPLACE THE CRUISE CONTROL LINKAGE. -05/11/1994,94V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V090000),Hyundai Motor America,ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,600,"IN SOME VEHICLES, THE MANUFACTURER'S PROTECTIVE INTERNAL COATING OF THE ELECTRONIC CRANK ANGLE SENSOR DOES NOT MEET SPECIFICATIONS, WHICH CAN CAUSE AN OPEN CIRCUIT AT HIGH OPERATING TEMPERATURES. THIS CAN CAUSE THE VEHICLE TO STALL.",ENGINE STALLING HAS THE POTENTIAL TO RESULT IN A VEHICLE CRASH IF IT OCCURS WHILE THE VEHICLE IS MOVING.,"DEALERS WILL INSPECT THE CRANK ANGLE SENSOR TO DETERMINE WHETHER THE SENSOR IS INVOLVED IN THE RECALL, AND REPLACE ANY SENSOR FOUND WITH THE DEFECTIVE INTERNAL COATING." -05/11/1994,94V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V094000),Mazda North American Operations,ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12316,"THE RADIATOR CAP PRESSURE RELIEF VALVE RELEASE PRESSURE IS SET TOO HIGH. THIS CAN CAUSE THE COOLANT TO REACH TEMPERATURES THAT EXCEED THE THERMAL DESIGN LIMITS OF SOME COMPONENTS OF THE COOLANT SYSTEM. SHOULD THIS OCCUR, ENGINE COOLANT CAN LEAK COLLECT ON TOP OF THE ENGINE.","IF ENGINE COOLANT LEAKS ONTO THE HOT ENGINE EXHAUST MANIFOLD FROM THE TOP OF THE ENGINE, AN ENGINE COMPARTMENT FIRE CAN RESULT.","DEALERS WILL INSPECT THE VEHICLES AND IF ANY VEHICLE EXHIBITS COOLANT LEAKAGE OR IF THE COOLANT LEVEL HAS DROPPED TO THE POINT WHERE THE COOLANT LOSS WOULD BE SUFFICIENT TO TRIGGER THE COOLANT LEVEL WARNING SYSTEM, COMPONENTS POTENTIALLY SUBJECT TO DETERIORATION FROM OVERHEATING WOULD BE REPLACED. THESE PARTS INCLUDE THE WATER PUMP BEARING HOUSING, THE WATER LEVEL SENSOR AND RADIATOR UPPER HOSE, THE THERMOSTAT GASKET, AND ALL WATER HOSES LOCATED ABOVE THE ENGINE. IN ADDITION, ALL VEHICLES IN WHICH THOSE COMPONENTS ARE REPLACED WOULD ALSO HAVE THE COOLING SYSTEM AND OTHER SYSTEMS THAT CARRY FLAMMABLE LIQUIDS CHECKED TO MAKE CERTAIN THAT ENGINE OVERHEATING HAD NOT CAUSED ANY PROBLEMS IN THOSE SYSTEMS. ANY IDENTIFIED PROBLEMS WILL BE REPAIRED. THE RADIATOR CAP, FILLER CAP, AND FILLER CAP BODY OF ALL RECALLED VEHICLES WILL BE REPLACED BY NEWLY DESIGNED PARTS." -05/10/1994,94V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V089000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,74,"AIR BRAKE SUPPLY LINES ARE REVERSED AT THE BRAKE TREADLE VALVE. THIS CAN CAUSE THE MODULATED SPRING BRAKE FEATURE ON THE REAR AXLE BRAKE TO BE INOPERABLE. IN THE EVENT THE REAR BRAKE SUPPLY RESERVOIR WERE LOST, THIS COULD RESULT IN LOSS OF BRAKES WITHOUT PROPER FUNCTION OF THE MODULATED SPRING BRAKE ACTION OF THE REAR BRAKE AXLE TO STOP THE VEHICLE.",LOSS OF THE SECONDARY SPRING BRAKE FUNCTION COULD RESULT IN A VEHICLE ACCIDENT IF THE PRIMARY AIR BRAKES FAIL.,"VEHICLE OWNERS WILL BE INSTRUCTED TO SWAP SUPPLY LINES AT THE TREADLE VALVE TO OBTAIN THE CORRECT PLUMBING, AND WILL BE REIMBURSED FOR LABOR EXPENSES." -05/09/1994,94V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V087000),"Explorer Van Company, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,2255,"THE MANUFACTURER'S CERTIFICATION LABEL AND/OR THE DRIVER AIR BAG ADVISORY LABEL MAY BE MISSING FROM THE VEHICLES, WHICH DOES NOT CONFORM TO THE REQUIREMENTS OF 49 CFR 567.","CONSEQUENCE OF NON-COMPLIANCE: OWNERS OF VEHICLE WOULD BE UNAWARE OF THE LOAD CAPACITY OF THE VANS, THE VAN BUILD DATE, AND WOULD NOT HAVE ANY ASSURANCE THAT THE VANS MEET THE FEDERAL MOTOR VEHICLE SAFETY STANDARDS.",THE LABELS WILL BE FURNISHED TO OWNER'S FOR INSTALLATION ON THE VEHICLES. -05/09/1994,94V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V083000),Pierce Manufacturing,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,2563,THE STEERING GEAR BRACKET USED TO MOUNT THE POWER STEERING GEAR TO THE CHASSIS FRAME CAN CRACK AND FAIL.,"THIS CAN CAUSE THE STEERING GEAR TO BIND, RESULTING IN A LOSS OF STEERING CONTROL AND A POSSIBLE ACCIDENT.","DEALERS WILL INSPECT VEHICLES AND REPLACE THE BRACKETS WITH NEWLY DESIGNED BRACKETS. UNTIL REPLACEMENT BRACKETS ARE AVAILABLE, OWNERS ARE ADVISED TO INSPECT THE BRACKETS FOR CRACKS, AND CONTACT PIERCE MANUFACTURING FOR REPAIR INFORMATION." -05/06/1994,94V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V088000),"Porsche Cars North America, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,1178,"THE PLASTIC COWL COVER WAS NOT SEALED TO THE BODY AT THE BASE OF THE WINDSHIELD. WATER CAN LEAK AND REACH THE WINDSHIELD WIPER MOTOR, CAUSING INTERNAL CORROSION AND FAILURE OF THE WIPER MOTOR.",FAILURE OF THE WIPER MOTOR RESULTS IN REDUCED DRIVER VISIBILITY IN INCLEMENT WEATHER AND COULD RESULT IN AN ACCIDENT.,DEALERS WILL INSTALL A NEW WIPER MOTOR COVER. -05/03/1994,94V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V085000),Isuzu Motors Limited,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,130,"ON SOME VEHICLES, THE SEALING SURFACES FOR A HYDRAULIC BRAKE HOSE ON A FRONT BRAKE CALIPER WERE COVERED BY PAINT RESIDUE. BRAKE FLUID GRADUALLY DISSOLVES THE PAINT, OPENING A SMALL PATH BETWEEN THE SEALING SURFACE AND THE GASKET ALLOWING BRAKE FLUID TO LEAK WHEN THE BRAKE IS APPLIED.",THIS CAN RESULT IN INCREASED STOPPING DISTANCES AND A POSSIBLE VEHICLE ACCIDENT.,"DEALERS WILL REMOVE PAINT FROM THE BRAKE CALIPER, REPLACE COPPER GASKETS AND BLEED THE FRONT BRAKES." -05/03/1994,94V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V086000),Blue Bird Body Company,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,681,THE WHEELBEARING LOCKNUT AND COTTER PIN WERE NOT INSTALLED ON THE FRONT AXLE HUBS. THE CAN CAUSE A GRADUAL INCREASE IN WHEEL SHIMMY.,"THIS CAN RESULT IN INCREASED DIFFICULTY IN STEERING AND, IF UNCORRECTED, SEPARATION OF THE WHEEL FROM THE AXLE.",REPAIR KITS WILL BE FURNISHED TO OWNERS AND REIMBURSEMENT FOR LABOR AND MATERIALS WILL BE MADE. -05/02/1994,94V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V084000),"SAAB CARS USA, INC.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,59,"ONE OF THE BULBS IN EACH OF THE BRAKE LIGHT LOWER OUTBOARD LAMP ASSEMBLIES MAY NOT HAVE BEEN PROPERLY WIRED, RESULTING IN IMPROPER TAIL LIGHT ILLUMINATION ON BRAKE APPLICATION. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",CONSEQUENCE OF NON-COMPLIANCE: IMPROPER ILLUMINATION OF BRAKE LIGHTS DURING BRAKE APPLICATION MAY NOT SIGNAL FOLLOWING DRIVERS OF THE OPERATOR'S INTENT TO SLOW OR STOP AND COULD RESULT IN A VEHICLE COLLISION.,DEALERS WILL MODIFY THE BRAKE LIGHT OUTBOARD LAMP ASSEMBLIES TO MEET FMVSS REQUIREMENTS. -04/25/1994,94V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V078000),Supreme Corporation,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,678,"THE SAFETY COMPLIANCE CERTIFICATION LABEL ON THESE BUSES HAVE INCORRECT INFLATION PRESSURES FOR BOTH FRONT AND REAR TIRES. THESE BUSES DO NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 10, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""",INCORRECT INFLATION OF TIRES CAUSES EXCESSIVE UNEVEN TIRE WEAR WHICH CAN RESULT IN TIRE FAILURE AND AN ACCIDENT.,CORRECTED CERTIFICATION LABELS WILL BE DISTRIBUTED TO ALL OWNERS OF THESE BUSES. -04/25/1994,94V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V077000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",92C36,Vehicle,232988,"THE FUEL FILLER NECK SOLDER JOINT CAN DEVELOP CRACKS OR PIN HOLE LEAKS, WHICH DOES NOT COMPLY WITH FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY."" THE CRACKS AND HOLES CAN ALLOW FUEL VAPOR AND FUEL LEAKAGE.",CONSEQUENCE OF NON-COMPLIANCE: GASOLINE VAPORS AND FUEL LEAKS CAN RESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.,DEALERS WILL INSPECT THE FUEL TANK ASSEMBLY AND REPLACE THOSE WHICH EXHIBIT THE CRACKS OR PIN HOLE LEAKS. -04/25/1994,94V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V079000),"Gulf Stream Coach, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,302,"THE HEAT SHIELD WHICH PREVENTS THE THROTTLE CABLE FROM COMING INTO DIRECT CONTACT WITH THE EXHAUST MANIFOLD WAS OMITTED. ALSO, THERE IS INSUFFICIENT CLEARANCE BETWEEN THE THROTTLE CABLE AND THE EXHAUST MANIFOLD. IN EITHER CASE, THE HEAT FROM THE EXHAUST MANIFOLD DAMAGES THE THROTTLE CABLE, CAUSING IT TO BECOME DIFFICULT TO OPERATE OR CEASE OPERATING, NOT ALLOWING THE ASSEMBLY TO RETURN TO IDLE WHEN PRESSURE IS REMOVED FROM THE GAS PEDAL.","IF THIS OCCURS, LOSS OF VEHICLE CONTROL CAN BE EXPERIENCED, WHICH CAN RESULT IN AN ACCIDENT.",DEALERS WILL INSTALL A STANDOFF BRACKET TO INCREASE THE CLEARANCE OF THE THROTTLE CABLES FROM THE EXHAUST MANIFOLD. -04/25/1994,94V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V081000),TRACKER MARINE L.P.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,321,THESE TRAILERS ARE EQUIPPED WITH AXLE ASSEMBLIES USING HUBS THAT AFFIX THE TIRE/WHEEL ASSEMBLY TO THE HUB WITH THREADED STUDS AND LUG NUTS. THE LUG STUD BOLTS MAY HAVE CRYSTALLIZED AND MAY POP OR TWIST OFF WITH LITTLE RESISTANCE.,"THIS CONDITION CAN RESULT IN UNEXPECTED SEPARATION OF THE WHEEL FROM THE AXLE, AND RESULT IN A VEHICLE ACCIDENT.",DEALERS WILL REPLACE THE HUB AND DRUM ASSEMBLIES WITH NEW THREADED STUDS AND LUG NUTS. -04/22/1994,94V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V082000),"PREVOST CAR, INCORPORATED",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,826,"THE BRAKE HOSES DO NOT CONFORM TO THE BURST STRENGTH REQUIREMENTS OF FMVSS NO. 106, ""BRAKE HOSES.""",CONSEQUENCE OF NON-COMPLIANCE: THE HOSES MAY FAIL IN USE AND REDUCE BRAKING CAPABILITY WHICH COULD RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE BRAKE HOSES WITH NEW HOSES. -04/20/1994,94V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V080000),"Mitsubishi Motors North America, Inc.",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12890,"THE VEHICLES FAILED THE LATERAL MOVING BARRIER IMPACT TEST REQUIREMENTS OF FMVSS 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL LEAKAGE FROM THE GAS TANK EXCEEDED THE MAXIMUM ALLOWABLE AMOUNT OF SPILLAGE.","IN THE EVENT OF AN ACCIDENT, THE FUEL SPILLAGE CAN RESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.",MITSUBISHI HAS DEVELOPED AN APPROPRIATE COUNTERMEASURE THAT WILL COMPLY WITH ALL REQUIREMENTS OF FMVSS 301. -04/16/1994,94V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V074000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7443,"THE ORIGINAL FRONT BRAKE DISCS AND/OR PADS SHIELDS DO NOT PROTECT THE ASSEMBLIES FROM BEING COATED WITH A LAYER OF SLUSH, ROAD SALT OR WATER WHILE DRIVING IN SNOW OR HEAVY RAIN. THIS CAN RESULT IN A DELAY IN BRAKING ACTION THAT INCREASES NORMAL STOPPING DISTANCE.",INCREASED STOPPING DISTANCE COULD RESULT IN AN ACCIDENT.,DEALERS WILL REPLACE THE ORIGINAL FRONT BRAKE SHIELDS WITH A NEW DESIGN. AN ADDITIONAL HOLE WILL BE DRILLED IN THE STEERING KING PIN HOUSING TO ATTACH A LARGER COVER PLATE. A SMALLER PROTECTION PLATE WILL ALSO BE ATTACHED TO THE EXISTING TWO BOLTS IN THE HUB. -04/16/1994,94V073001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V073001),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,34172,THE RIGHT REAR AND LEFT AXLE SHAFT HOUSING TUBES WERE INCORRECTLY WELDED AND CAN FRACTURE. FRACTURE OF THE REAR AXLE SHAFT HOUSING CAN RESULT IN SEPARATION OF THE AFFECTED WHEEL ASSEMBLY AND SEPARATION OF THE BRAKE LINE.,"SEPARATION OF THE WHEEL ASSEMBLY CAN CAUSE LOSS OF VEHICLE CONTROL AND SEPARATION OF THE BRAKE LINE RESULTS IN LOSS OF ONE-HALF OF THE BRAKING SYSTEM, INCREASING STOPPING DISTANCE. IN EITHER CASE, AN ACCIDENT CAN OCCUR.","DEALERS WILL INSPECT THE WELDS OF THE REAR AXLE ASSEMBLIES ON INVOLVED VEHICLES AND, IF NECESSARY, REPLACE THE COMPLETE REAR AXLE ASSEMBLY." -04/16/1994,94V073002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V073002),"Suzuki Motor USA, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,5247,THE RIGHT REAR AND LEFT AXLE SHAFT HOUSING TUBES WERE INCORRECTLY WELDED AND CAN FRACTURE. FRACTURE OF THE REAR AXLE SHAFT HOUSING CAN RESULT IN SEPARATION OF THE AFFECTED WHEEL ASSEMBLY AND SEPARATION OF THE BRAKE LINE.,"SEPARATION OF THE WHEEL ASSEMBLY CAN CAUSE LOSS OF VEHICLE CONTROL AND SEPARATION OF THE BRAKE LINE RESULTS IN LOSS OF ONE-HALF OFTHE BRAKING SYSTEM, INCREASING STOPPING DISTANCE. IN EITHER CASE, AN ACCIDENTCAN OCCUR.","DEALERS WILL INSPECT THE WELDS OF THE REAR AXLE ASSEMBLIES ON INVOLVED VEHICLES AND, IF NECESSARY, REPLACE THE COMPLETE REAR AXLE ASSEMBLY." -04/16/1994,94V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V076000),"General Motors, LLC",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,139,"PAINT ON THE WHEEL MOUNTING SURFACES CAN ACT AS A SHIM BETWEEN THE WHEEL AND THE ROTOR/DRUM. AS THE VEHICLE IS DRIVEN, THE WHEEL IMBEDS INTO THE PAINT, LOOSENING THE LUG NUT AND CAUSING A LOSS OF CLAMP LOAD.","ONCE CLAMP LOAD IS LOST, ALL TIRE LOADS ARE TAKEN BY THE WHEEL STUDS RESULTING IN A FRACTURE OF THE WHEEL STUDS. THIS COULD CAUSE THE WHEEL TO SEPARATE FROM THE VEHICLE AND COULD RESULT IN A VEHICLES CRASH WITHOUT PRIOR WARNING.","DEALERS WILL CLEAN THE WHEEL MOUNTING SURFACES FOR ALL FOUR WHEELS. ALSO, THE WHEEL STUDS WILL BE INSPECTED FOR DAMAGE AND WILL BE REPLACED AS NECESSARY." -04/14/1994,94C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C012000),"COSCO, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,1362,"THE RIBBON QUILT CHILD SEAT COVER HAS BEEN TESTED AND THE MATERIAL BURNS FASTER THAN THE RATE ESTABLISHED FOR CHILD SEAT MATERIAL. THE CHILD SEATS DO NOT COMPLY WITH FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",,REPLACE THE DEFECTIVE CHILD SAFETY SEAT COVER. -04/11/1994,94V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V068000),FREIGHTLINER LLC,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1400,A LARGER THAN SPECIFIED SCREW WAS USED TO MOUNT A POWER JUNCTION STUD BLOCK TO THE PASSENGER SIDE OF THE ENGINE TUNNEL. THE LARGER SCREW DID NOT ALLOW ADEQUATE CLEARANCE BETWEEN THE SCREW HEAD AND THE RING TERMINALS WHICH ATTACH TO THE STUD. CONTACT BETWEEN THE RING TERMINALS AND THE SCREW HEAD CAN CAUSE AN ELECTRICAL SHORT CIRCUIT.,ELECTRICAL SHORT CIRCUITS IN THE ENGINE COMPARTMENT CAN LEAD TO POSSIBLE FIRES WITHOUT PRIOR WARNING.,CORRECT SIZE MOUNTING FASTENERS WILL BE INSTALLED TO REPLACE THE OVERSIZE SCREWS. THESE WILL BE RECESSED INTO THE MOUNTING BLOCK AND CANNOT COME INTO CONTACT WITH THE RING TERMINALS. -04/11/1994,94V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V066000),"BMW of North America, LLC",FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,116300,"FEED FUEL HOSES CAN HARDEN AND ""SET"" OVER TIME, ALLOWING A SEEPAGE OF FUEL AT THE CONNECTION BETWEEN THE HOSE AND THE ENGINE FITTING. THE CLAMP USED TO HOLD THE HOSE TO THE FITTING IS UNABLE TO COMPENSATE FOR THE HARDENING OF THE FEED FUEL HOSE.","FUEL SEEPAGE BETWEEN THE FEED FUEL HOSE AND THE ENGINE FITTING CAN RESULT IN FREE FUEL IN THE ENGINE COMPARTMENT, WHICH COULD RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.",A REDESIGNED FEED FUEL HOSE AND HOSE CLAMP WILL BE INSTALLED TO ALLEVIATE THE FUEL SEEPAGE. -04/11/1994,94V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V067000),Oshkosh Corporation,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,842,"AN ""L"" SHAPED BRACKET WELDED TO THE FUEL TANK SUFFERS FROM FATIGUE FAILURE OF THE STRAP WELD TO THE FUEL TANK. WHEN ONE STRAP FAILS, THE TANK WILL ALLOW THE TANK TO MOVE WILL THE VEHICLE IS IN MOTION, CAUSING INCREASED FATIGUE TO OTHER TANK ATTACHMENT WELDS.","IF SEVERAL TANK STRAP WELDS FAIL BEFORE CORRECTIVE ACTION CAN BE PERFORMED, THE FUEL TANK CAN SEPARATE FROM THE VEHICLE, CAUSING A ROAD HAZARD.",SPRINGS AT THE FOUR LOWER STRAP MOUNT CONNECTIONS TO THE LOWER FRAME HAVE BEEN POSITIONED TO COMPENSATE FOR FRAME MOVEMENT. THESE SPRINGS WILL PROVIDE CONSISTENT STRAP FORCE AROUND THE TANK REGARDLESS OF FRAME MOVEMENT. -04/10/1994,94V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V063000),Honda (American Honda Motor Co.),POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,191289,"A RETAINING CLIP THAT CONNECTS THE TRANSMISSION SHIFT CABLE TO THE SHIFT LEVER ACTUATING ROD CAN HAVE INSUFFICIENT RETENTION PRESSURE AND MAY EVENTUALLY COME OFF AFTER REPEATED SHIFT LEVER OPERATION. IF THIS HAPPENS, THE POSITION OF THE SHIFT LEVER MAY NOT MATCH THE ACTUAL TRANSMISSION GEAR POSITION.",THIS COULD RESULT IN UNANTICIPATED VEHICLE MOVEMENT AND ACCIDENT.,DEALERS WILL INSTALL AN IMPROVED RETAINING CLIP. -04/08/1994,94V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V065000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7500,A CRACK CAN DEVELOP IN THE FUEL TANK ADJACENT TO A SEAM WELD IN THE REAR OF THE TANK.,FUEL CAN LEAK FROM THE CRACKED FUEL TANK WHICH COULD CATCH FIRE IN THE PRESENCE OF A SOURCE OF IGNITION.,"DEALERS WILL CHECK THE VEHICLE WITH A SPECIALLY DESIGNED TOOL FOR THE PRESENCE OF A TANK CRACK, AND REPLACE THE FUEL TANK IF THE DEFECT IS PRESENT." -04/07/1994,94V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V064000),"PEUGEOT, INC.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8341,"THE FUEL SUPPLY LINE CAN COME IN CONTACT WITH A HIGH VOLTAGE IGNITION LEAD IN THE ENGINE COMPARTMENT, CAUSING DETERIORATION OF THE FUEL LINE OVER TIME. THE DETERIORATION OF THE FUEL LINE COULD RESULT IN A FUEL LEAK IN THE ENGINE COMPARTMENT.",FUEL LEAKED IN THE ENGINE COMPARTMENT COULD RESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.,"DEALERS WILL REPLACE THREE FUEL LINES, CLAMPS AND MOUNTING CLIPS IN THE ENGINE COMPARTMENT AND REROUTE THE FUEL SUPPLY SYSTEM TO AVOID CONTACT WITH THE HIGH VOLTAGE IGNITION LEAD." -04/05/1994,94V044001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V044001),"General Motors, LLC",FUEL:CNG:TANKS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,2595,"VEHICLES ALTERED BY PAS, INC. HAVE COMPRESSED NATURAL GAS FUEL TANKS THAT CAN DEVELOP STRESS CORROSION, WHICH CRACK THE E-GLASS WRAPPING. THIS STRESS CORROSION CRACKING CAN LEAD TO TANK RUPTURES.","IF THE TANK RUPTURES, PERSONAL INJURY TO INDIVIDUALS IN OR NEAR THE VEHICLE MAY OCCUR.","GM IS OFFERING TO EXCHANGE THESE VEHICLES WITH A COMPARABLY EQUIPPED 1994 GASOLINE 1/2 OR 3/4 TON GM PICKUP. IF THE OWNER CHOOSES NOT TO EXCHANGE THE NATURAL GAS VEHICLE, GM WILL REPURCHASE THE VEHICLE." -04/05/1994,94V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V062000),BUS INDUSTRIES OF AMERICA,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,509,THE STEERING LEVER FATIGUES AND FAILS IF PROPER ADJUSTMENT IS NOT USED ON STOPS AND RELIEF VALVES FOR SETTING THE MAXIMUM STEERING ANGLE OR CORRECT TORQUE IS NOT APPLIED AT THE STUDS AND NUTS WHICH ASSEMBLE THE STEERING LEVER.,FAILURE OF THE STEERING LEVER CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,DEALERS WILL INSPECT FOR CRACKS AT THE STEERING LEVER. THE LEVER WILL BE REPLACED IF CRACKS ARE FOUND. -04/05/1994,94V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V060000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,30148,TRUCKS WERE ASSEMBLED WITH THE LEFT-HAND LOWER CONTROL ARM TO FRAME REAR NUT TIGHTENED BELOW THE SPECIFIED TORQUE. LOW TORQUE ON THIS NUT MAY ALLOW THE ATTACHMENT BOLT TO LOOSED AND SUBSEQUENTLY FATIGUE AND BREAK. THE BOLT BREAKAGE CAN CAUSE THE LEFT HAND CONTROL ARM TO SEPARATE FROM THE FRAME.,"IF THIS OCCURS, A LOSS OF VEHICLE CONTROL AND A CRASH COULD RESULT.",DEALERS WILL TIGHTEN THE LEFT-HAND LOWER CONTROL ARM TO FRAME REAR NUT TO THE PROPER TORQUE SPECIFICATION. -04/04/1994,94V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V059000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,109,"SAFETY BELT ANCHORAGES DO NOT COMPLY WITH THE STRENGTH REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",THE SEAT OCCUPANT WOULD SUFFER INCREASED RISK OF INJURY THE SAFETY BELT ANCHORAGE FAILED IN A SUDDEN STOP OR ACCIDENT.,DEALERS WILL REPAIR THESE SAFETY BELT ANCHORAGES. -04/04/1994,94V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V058000),"Volkswagen Group of America, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,8350,"THESE STEERING WHEELS AND INCLUDE A UNIVERSAL JOINT WHICH IS ATTACHED TO STEERING SHAFTS AND SECURED BY LOCKING BOLTS. THE UNIVERSAL JOINT'S UPPER LOCKING BOLT WAS NOT SUFFICIENTLY TORQUED DURING MANUFACTURE, AND CAN EVENTUALLY LOOSEN.","IF THE UPPER LOCKING BOLT HOLDING THE STEERING ASSEMBLY'S UNIVERSAL JOINT LOOSENS, IT CAN RENDER THE STEERING SYSTEM INOPERATIVE AND CAUSE AN ACCIDENT.","DEALERS WILL REMOVE THE PRESENT UNIVERSAL UPPER LOCKING BOLT, INSTALL A NEW ONE, AND TORQUE IT TO SPECIFICATIONS." -04/01/1994,94V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V061000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,121,"THE SPARE TIRE AND WHEEL ASSEMBLY IS ATTACHED TO THE MOTORHOME WITH A CHAIN AND PULLEY MECHANISM. IF INADEQUATE TENSION IS NOT PRE-LOADED INTO THIS MECHANISM, ROAD VIBRATION CAN CAUSE THE FRICTION CLUTCH TO SLOWLY RELEASE OR BACKDRIVE THE MECHANISM, WHICH CAUSES THE SPARE TIRE AND WHEEL ASSEMBLY TO SLOWLY LOWER AND CONTACT THE ROAD SURFACE FORWARD OF THE FRONT AXLE.",IF THIS HAPPENS A POTENTIAL SAFETY HAZARD AND/OR ROAD OBSTRUCTION COULD RESULT.,"DEALERS WILL INSTALL A SQUARE CHAIN CONNECTOR IN THE MECHANISM'S TIRE SUPPORT CHAIN. ALSO, A REDUNDANT CHAIN, BRACKET, AND CHAIN CONNECTOR WILL BE INSTALLED TO PHYSICALLY CONNECT THE SPARE TIRE AND WHEEL ASSEMBLY TO THE UNDERCARRIAGE." -03/30/1994,94V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V057000),"General Motors, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,4821,ONE OF THE THREE SPECIFIED TRAILER HITCH FASTENERS PER SIDE IS MISSING WHICH CAN CAUSE THE EXISTING FASTENERS TO LOOSEN AND FAIL.,"IF THE EXISTING FASTENERS FAIL WHILE TOWING A TRAILER,THE TRAILER WOULD SEPARATE FROM THE TRUCK AND CAUSE A VEHICLE CRASH.","DEALERS WILL INSTALL A BOLT, TWO WASHERS, AND A NUT, ON EACH SIDE OF THE TRAILER HITCH PLATFORM." -03/26/1994,94V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V056000),Ford Motor Company,ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3660,"SYSTEM: ELECTRICAL SYSTEM; BATTERY. VEHICLE DESCRIPTION: MEDIUM DUTY SCHOOL BUS CHASSIS EQUIPPED WITH HYDRAULIC BRAKES, TILT HOODS, 5.9L, 6.6L OR 7.6L DIESEL ENGINES OR 6.1L OR 7.0L GASOLINE ENGINES AND ORIGINALLY SOLD OR CURRENTLY REGISTERED IN CONNECTICUT, ILLINOIS, INDIANA, MAINE, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA ,RHODE ISLAND, VERMONT, AND WISCONSIN. THE BATTERY POWER JUNCTION BLOCK MOUNTED ON THE RIGHT FENDER APRON, WHICH SERVES AS AN ELECTRICAL CONNECTION POINT FOR SEVERAL ENGINE COMPARTMENT SYSTEMS, IS SUSCEPTIBLE TO ROAD SPLASH. THE TERMINALS AT THE JUNCTION BLOCK CAN EXPERIENCE CORROSION AND CAN FRACTURE, CAUSING LOSS OF ELECTRICAL POWER AND ENGINE SHUTDOWN.","ENGINE SHUTDOWN, LOSS OF POWER STEERING ASSIST, OR LOSS OF HYDRAULIC BRAKE BOOST CAN OCCUR WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","DEALERS WILL REPLACE THE JUNCTION BOX, MAIN POWER TERMINAL THE STARTER OR STARTER RELAY AND TERMINALS AT THE EXISTING JUNCTION BLOCK. THE WIRING OF THE HYDRAULIC BRAKE CIRCUIT WILL ALSO BE MODIFIED BY BYPASSING THE JUNCTION BLOCK. THE NEW TERMINALS WILL BE MADE FROM AN ALLOY MATERIAL MORE RESISTANT TO SALT CORROSION." -03/26/1994,94V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V055000),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,3500,THE LOCK PLATE OF THE DRIVER SIDE INBOARD SEAT TRACK ADJUSTERS WERE MANUFACTURED WITH AN UNAUTHORIZED MODIFICATION TO THE FABRICATION PROCESS WHICH CAUSES THE SEAT NOT TO FULLY ENGAGE IN CERTAIN SEATING POSITIONS NEAR THE MID-POINT OF THE SEAT TRACK TRAVEL.,"IN THE EVENT OF A CRASH THE SEAT CAN MOVE, WHICH WOULD RESULT IN REDUCED OCCUPANT PROTECTION.",DEALERS WILL REPLACE THE DRIVER SIDE INBOARD SEAT TRACK. -03/26/1994,94E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E011000),WELLS ALUMINUM CORP.,VISUAL SYSTEMS,VISIBILITY,NR (Not Reported),Equipment,15000,"THE EMERGENCY PUSHOUT WINDOW ASSEMBLY CONTAINS A LATCH THAT CAN DISENGAGE WHEN SUBJECT TO THE RETENTION FORCE SPECIFIED BY FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""","LOW RETENTION CAN CAUSE THE WINDOW TO OPEN WITHOUTWARNING, CREATING A HAZARDOUS CONDITION FOR BOTH PASSENGERS AND PEDESTRIANS.",MODIFIED ASSEMBLIES WILL BE SHIPPED TO EACH VEHICLE MANUFACTURER TO REPLACE THE DEFECTIVE WINDOW ASSEMBLIES. -03/24/1994,94C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C009000),"FBS, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,891,THE ELECTRIC MOTOR POWERING THE RECLINING CHILD SEAT IS POWERED BY THE AUTOMOBILE BATTERY/AUXILLIARY POWER SYSTEM THROUGH THE CIGARETTE LIGHTER. THE WIRING USED TO CONNECT THE CHILD SEAT TO THE CIGARETTE LIGHTER OVERHEATS AND MELTS THE PLASTIC WIRE COVERING.,WIRING OVERHEATING AND MELTING ITS COVERING CAN RESULTIN AN INCREASED RISK OF INTERIOR COMPARTMENT FIRE.,FBS HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO REPLACE THE GT7000 REMOTE CONTROL SEAT WITH EITHER THE GT2000 CHILD SEAT OR THE GT4000 CHILD SEAT. -03/23/1994,94V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V054000),IC CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,516,THE HYDRAULIC BRAKE MASTER CYLINDER HAS INTERNAL DAMAGE CAUSED BY A MALFUNCTION OF THE AUTOMATIC FILL EQUIPMENT USED IN THE CHASSIS ASSEMBLY PROCESS.,THE DAMAGE CAN RESULT IN A PARTIAL LOSS OF BRAKING CAPABILITY AND CAN CAUSE AN ACCIDENT.,DEALERS WILL INSTALL A NEW MASTER CYLINDER. -03/23/1994,94E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E010000),CHICO OF FT. LAUDERDALE,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,4000,"THE HELMETS FAIL TO MEET THE PENETRATION, IMPACT ATTENUATION, AND RETENTION REQUIREMENTS OF FMVSS NO. 218, ""MOTORCYCLE HELMETS.""",PERSONS WEARING THESE HELMETS INVOLVED IN ACCIDENTS FACEAN INCREASED RISK OF HEAD INJURIES.,"HELMETS SHOULD BE RETURNED TO ""HELMET RECALL, P.O. BOX 21338, FT. LAUDERDALE, FL 33335"" FOR A REFUND OF THE PURCHASE PRICE." -03/23/1994,94V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V052000),"Subaru of America, Inc.",POWER TRAIN:TRANSMISSION:5 SPEED AND UP,POWER TRAIN,NR (Not Reported),Vehicle,31295,"WHEN THE VEHICLE IS DRIVEN CONTINUOUSLY UNDER EXTREMELY COLD TEMPERATURES (-22 DEGREES F.) AND HIGH HUMIDITY WEATHER CONDITIONS, THE TRANSMISSION BREATHING (AIR) VENT CAN BE BLOCKED DUE TO MOISTURE FREEZING AT THE OIL LEVEL GAUGE. IF THIS OCCURS, PRESSURE INSIDE THE TRANSMISSION CASE WILL INCREASE AND PUSH OUT THE REAR OIL SEAL, CAUSING TRANSMISSION OIL LEAKAGE. THE LACK OF LUBRICATION CAN BURN THE INTERNAL COMPONENTS OF THE TRANSMISSION, CAUSE THE TRANSMISSION TO SEIZE AND THE VEHICLE TO COME TO A SUDDEN STOP.",SUDDEN STOPS WITHOUT PRIOR WARNING CAN CAUSE VEHICLE OCCUPANTS TO BE THROWN AROUND THE VEHICLE AND CAUSE LOSS OF VEHICLE CONTROL WHICH CAN RESULT IN AN ACCIDENT.,"DEALERS WILL MODIFY THE OIL GAUGE PIPE AND MODIFY THE OIL LEVEL GAUGE (DIPSTICK) OR REPLACE IT, DEPENDING ON THE TYPE OF DIPSTICK IN THE VEHICLE." -03/23/1994,94V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V053000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,1793,"THESE VEHICLES WERE EQUIPPED WITH INCORRECT SPARE WHEELS. THE USE OF AN INCORRECT SPARE WHEEL IN A MOUNTED POSITION CAN, UNDER CERTAIN LOAD CONDITIONS, EVENTUALLY CAUSE THE WHEEL TO CRACK AND POSSIBLY SEPARATE FROM THE VEHICLE.","SHOULD THE WHEEL CRACK AND SEPARATE FROM THE VEHICLE, LOSS OF VEHICLE CONTROL CAN OCCUR, RESULTING IN A VEHICLE CRASH WITHOUT WARNING.", -03/22/1994,94C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C008000),"COSCO, INC.",EQUIPMENT:CHILD SEAT: INDEPENDENT,CHILD SEAT,NR (Not Reported),Child Seat,162650,"THE FABRIC COVER OF THE PADS ON THESE SEATS DO NOT MEET THE REQUIREMENTS OF FMVSS NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",,COSCO WILL PROVIDE A REPLACEMENT PAD FOR THESE INFANT SEATS. -03/22/1994,94V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V050000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,142,THE STOVES INSTALLED IN THE TRAVEL TRAILERS WERE MANUFACTURED FOR NATURAL GAS OPERATION AND WERE NOT CONVERTED TO PROPANE GAS OPERATION. USE OF A NATURAL GAS STOVE WITH PROPANE GAS FUEL WILL CREATE A HIGH LEVEL OF CARBON MONOXIDE.,HIGH CARBON MONOXIDE LEVELS IN THE TRAVEL TRAILER INTERIOR CAN RESULT IN ASPHYXIATION OF THE OCCUPANTS.,DEALERS WILL CONVERT THE STOVES FOR PROPANE GAS BY MAKING ADJUSTMENTS WHERE NECESSARY. -03/21/1994,94V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V049000),"General Motors, LLC",ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8475,THE ENGINE OIL COOLER INLET HOSE MAY HAVE BEEN INSTALLED TOO CLOSE TO THE STEERING GEAR CAUSING CHAFING. THE CHAFING CAN EVENTUALLY WEAR THROUGH THE HOSE'S PROTECTIVE SLEEVE RESULTING IN ENGINE OIL LEAKING ONTO THE ENGINE.,"IF THIS OCCURS, THE OIL LEAK ONTO THE ENGINE CAN RESULT IN AN ENGINE COMPARTMENT FIRE.", -03/21/1994,94V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V051000),THOR INDUSTRIES,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,16,"THE INTERMEDIATE FUEL SUPPLY AND RETURN LINES WERE SPLICED USING RUBBER HOSE AND WORM-DRIVE CLAMPS. THE RUBBER HOSE RUPTURES DUE TO THE PRESSURE GENERATED BY THE FUEL PUMP, RESULTING IN A FUEL LEAK.",THE RUPTURED HOSE SPRAYS FUEL ONTO THE HOT EXHAUST SYSTEM AND RESULTS IN AN ENGINE COMPARTMENT FIRE.,RUBBER HOSE AND CLAMP WILL BE REPLACED WITH THE STEEL BRAIDED FUEL LINES AND FITTINGS. -03/15/1994,94E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E006000),"TYC INDUSTRIAL, USA",LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1499,"THE LAMP BULBS HAVE AN OPTICAL OFFSET PROBLEM AND DO NOT CONFORM TO FMVSS NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE HEAD LAMP BULBS WOULD NOT PROVIDE THE PROPER LIGHTINGWHEN IN USE.,TYC WILL REIMBURSE CONSUMERS FOR THESE HEADLAMP REPLACEMENT BULBS. -03/15/1994,94E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E007000),LAKEWOOD INDUSTRIAL,POWER TRAIN:CLUTCH ASSEMBLY:HOUSING:BELL:CLUTCH,POWER TRAIN,NR (Not Reported),Equipment,800,"THE BELLHOUSINGS WERE NOT PROPERLY HEAT TREATED AND, IN THE EVENT OF A CLUTCH OR FLYWHEEL EXPLOSION, COULD NOT CONTAIN THE FRAGMENTED PARTS.",FAILURE OF THE BELLHOUSING WOULD ALLOW FRAGMENTED PARTSFROM THE EXPLODING CLUTCH OR FLYWHEEL TO CAUSE BODILY INJURY TO VEHICLEOCCUPANTS.,LAKEWOOD WILL REPLACE THE SAFETY BELLHOUSINGS AND WILL REIMBURSE OWNERS FOR BELLHOUSINGS THAT ARE NOT INSTALLED ON VEHICLES. -03/15/1994,94V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V075000),FREIGHTLINER LLC,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,2336,FATIGUE CRACKS DEVELOP IN THE FRONT AXLE KNUCKLE SUPPPORT ON HIGH MILEAGE VEHICLES THAT CAN CAUSE KNUCKLE FAILURE.,KNUCKLE FAILURE CAN RESULT IN POSSIBLE WHEEL ASSEMBLY SEPARATION AND A LOSS OF VEHICLE CONTROL.,REPLACE THE FRONT AXLE KNUCKLE ASSEMBLIES WITH A REDESIGNED KNUCKLE THAT HAS A RADIUS IN THE AREA WHERE CRACKS HAVE BEEN FOUND. -03/11/1994,94V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V047000),HOLIDAY RAMBLER CORP.,EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,72,HIGH TEMPERATURES PRODUCED BY THE GENERATOR EXHAUST PIPE CAN RESULT IN HEAT DISTORTION AND SUBSEQUENT RUPTURE OF THE AIR LINES. A RUPTURE WOULD CAUSE A MALFUNCTION OF THE INSTRUMENT PANEL AIR PRESSURE GAUGES AND/OR ENGAGEMENT OF THE MANUAL PARKING/EMERGENCY BRAKE.,"IF THE AIR LINE RUPTURES, THE MANUALPARKING/EMERGENCY BRAKE WILL ENGAGE, ABRUPTLY STOPPING THE VEHICLE WITHOUT WARNING, WHICH CAN CAUSE AN ACCIDENT.", -03/11/1994,94V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V048000),Oshkosh Corporation,LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,160,THE ELECTRICAL WIRING HARNESS DOES NOT ALWAYS INSURE A POSITIVE GROUND BETWEEN THE SELF-GROUNDING SEVEN WAY RECEPTACLE AND THE REAR LIGHT ASSEMBLIES THROUGH THE SLIDING RUNNING GEAR FRAME. VIBRATION FROM VEHICLE OPERATION CAUSES INTERMITTENT LOSS OF AN ELECTRICAL GROUND TO THE REAR FRAME.,THE INTERMITTENT LOSS OF ELECTRICAL GROUND CAUSES FLICKERING OF THE REAR LIGHTS.,A GROUNDING WIRE WILL BE ADDED TO THESE VEHICLES. -03/09/1994,94V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V043000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,1500,SOME UPPER CONTROL ARM ATTACHING BOLTS CAN FAIL DUE TO IMPROPER HEAT TREATMENT. THE BOLTS ARE TOO SOFT TO WITHSTAND THE STRESSES IN THE STEERING SYSTEM AND CAN BREAK.,"IF THE ATTACHING BOLTS OF THE UPPER CONTROL ARM BREAK, THE VEHICLE CAN EXPERIENCE LOSS OF STEERING CONTROL WHICH COULD RESULT IN AN ACCIDENT.",REPLACE THE UPPER CONTROL ARM ATTACHING BOLTS. -03/08/1994,94E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E005000),MIDLAND INTERNAT. CORP.,BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,45000,"THE AIR DRYER OF THE AIR BRAKE SYSTEM COLLECTS WATER WHICH CAN FREEZE, CAUSING THE HIGH PRESSURE RELIEF VALVE NOT TO OPEN DURING AN OVERPRESSURE CONDITION AND BLOCK THE AIR LINE FROM THE DRYER TO THE AIR BRAKE SYSTEM. IF THIS CONDITION EXISTS AND IF OVERPRESSURE OF OVER 1500 PSI OCCURS, THE AIR DRYER HOUSING OR THE DESSICANT CARTRIDGE MAY EXPLODE. ALSO, A MANUFACTURING PROCESS CAUSES AN EARLY FATIGUE FAILURE OF THE DESSICANT CARTRIDGE.","SHOULD THE AIR DRYER SYSTEM EXPLODE, IT COULD RESULT ININJURIES TO PERSONS NEAR THE SYSTEM.",A MODIFICATION KIT OR REPLACEMENT PAP AIR DRYER WILL BE PROVIDED TO CUSTOMERS. -03/08/1994,94V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V045000),"ROAD RESCUE, INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,75,THE TEN(10) MOUNTS WHICH ARE USED TO ATTACH THE AMBULANCE MODULE TO THE MODIFIED LIGHT TRUCK CHASSIS CAN FRACTURE DUE TO METAL FATIGUE.,FRACTURE OF THE MOUNTS CAN CAUSE VEHICLE HANDLING PROBLEMS WHICH MAY RESULT IN AN ACCIDENT.,"GUSSET PLATES WILL BE INSTALLED ON ALL VEHICLES CONNECTING THE LONGITUDINAL BEAMS TO THE TRANSVERSE BEAMS. ALSO, IF INSPECTION DISCLOSES A FRACTURED MOUNT, A STEEL REINFORCEMENT BAR WILL BE INSTALLED TO FURTHER STABLILIZE THE MOUNT. THESE VEHICLES WILL ALSO BE RE-INSPECTED ANNUALLY BY ROAD RESCUE OR ITS DEALERS." -03/03/1994,94V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V046000),WAYNE WHEELED VEHICLES,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,122,"DURING INSTALLATION OF THE REAR SEATS, THE DRILLS USED TO CREATE PILOT HOLES FOR MOUNTING THE REAR SEAT PENETRATED THE FUEL TANK CROSSOVER PIPE LOCATED BEHIND THE REAR SPRING HANGAR BRACKET ABOVE THE REAR SPRING. THE DAMAGED FUEL LINES CAUSE FUEL LEAKAGE.",FUEL LEAKAGE FROM THE DAMAGED FUEL LINE CAN RESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION., -02/28/1994,94V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V035000),"Nissan North America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,206000,"ENGINE MOVEMENT CAN BE TRANSMITTED TO THE AIRFLOW METER/FILTER HOUSING AND SUPPORT BRACKET, WHICH IS MOUNTED IN THE ENGINE AIR DUCT, CAUSING THE THROTTLE CABLE HOUSING TO PULL OUT OF THE CABLE GUIDE. THIS MAY PREVENT THE THROTTLE FROM RETURNING TO THE IDLE POSITION WHEN THE GAS PEDAL IS RELEASED.","IF THIS WERE TO OCCUR WHILE THE VEHICLE IS IN MOTION, LOSS OF THROTTLE CONTROL COULD RESULT IN AN ACCIDENT.","NISSAN WILL REPOSITION THE THROTTLE CABLE HOUSING IN THE SUPPORT BRACKET TO PROVIDE ADDITIONAL SLACK FOR ENGINE MOVEMENT. A RUBBER STOPPER WILL BE CLAMPED TO THE CABLE TO MAINTAIN THE CORRECT POSITION FOR THE CABLE AT THE SUPPORT BRACKET. IN ADDITION, THE THROTTLE CABLE WILL BE TESTED FOR PULL OUT RESISTANCE FROM THE GUIDE IN THE EVENT THE CABLE WAS DAMAGED. THE THROTTLE ASSEMBLY WILL BE REPLACED, IF NECESSARY." -02/25/1994,94V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V031000),"Nissan North America, Inc.",ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,33000,ENGINE COMPARTMENT FIRES AND OTHER THERMAL INCIDENTS HAVE OCCURRED ON VEHICLES WHICH HAD RECEIVED ALL OF THE REMEDIES PROVIDED BY A PREVIOUS SAFETY-RELATED RECALL (NHTSA CAMPAIGN NO. 93V036000). THE FIRES ARE ATTRIBUTED TO ERRORS IN INSTALLING THE REMEDY SPECIFIED IN THE RECALL.,"IF THE REMEDY SPECIFIED FOR RECALL 93V036000 WAS NOT PERFORMED CORRECTLY OR THE VEHICLE HAS NOT RECEIVED THE REMEDY, A FIRE COULD OCCUR.","NISSAN WILL OFFER TO REPURCHASE THESE VEHICLES FROM THE OWNERS. THE VEHICLES WILL THEN BE DESTROYED. FOR OWNERS THAT DECLINE THE REPURCHASE OFFER NISSAN WILL PROVIDE A REINSPECTION OF THEIR VEHICLE, FREE OF CHARGE, TO CONFIRM THE PRIOR RECALL WAS COMPLETED PROPERLY. ALSO, NISSAN WILL PERFORM ANY RECALL-RELATED REPAIRS THAT MAY BE NEEDED AT NO CHARGE TO THE OWNER." -02/25/1994,94E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E004000),GIRAM COMPANY,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,UNKNOWN OR OTHER,NR (Not Reported),Equipment,9500,THE AFFECTED LAP BELT SYSTEM INSTALLED ON BUSES TO SECURE THE WHEEL CHAIR AND WHEEL CHAIR OCCUPANT WHILE THE BUS IS IN MOTION IS INEFFECTIVE DUE TO IMPROPER FORMATION OF THE STAPLE PLATE IN THE FEMALE PORTION OF THE BUCKLE ASSEMBLY. THE MALE COMPONENT (HASP) OF THE BUCKLE ASSEMBLY WILL BECOME DISLODGED FROM THE FEMALE PORTION OF THE BUCKLE (STAPLE) WHEN A LOAD IS APPLIED TO THE SAFETY HARNESS RESTRAINT SYSTEM.,"IN THE EVENT OF AN ACCIDENT OR SUDDEN STOP DUE TO BRAKE APPLICATION, FAILURE OF THE SAFETY HARNESS RESTRAINT SYSTEM INCREASES THE RISK OF INJURY TO WHEEL CHAIR OCCUPANTS.",NEW LAP BELTS WILL BE PROVIDED TO THE END USERS. -02/23/1994,94V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V034000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7100,THE REAR BRAKE HOSE MOUNTING BRACKET SCREWS CAN FAIL ALLOWING THE BRAKE HOSES TO MOVE OUT OF POSITION. THE UNRESTRAINED HOSES ARE THEN SUSCEPTIBLE TO DAMAGE WHICH COULD RESULT IN BRAKE FLUID LEAKAGE.,"BRAKE FLUID LEAKAGE WILL REDUCE THE BRAKING PERFORMANCEOF THE VEHICLE, EXTEND STOPPING DISTANCES, AND COULD RESULT IN AN ACCIDENT.",THE REAR BRAKE LINE HOSE BRACKET SCREWS ON THESE VEHICLES WILL BE REPLACED. -02/23/1994,94E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94E002000),FIRST BRANDS,EQUIPMENT:AEROSOL CANISTERS:FIX FLATS,TIRES,NR (Not Reported),Equipment,2800000,"WHEN THE PRODUCT IS USED TO INFLATE A TIRE, AND THERE IS SUFFICIENT AIR IN THE TIRE, A HIGHLY COMBUSTIBLE GAS/AIR MIXTURE IS CREATED.","IF THE COMBUSTIBLE GAS/AIR MIXTURE LEAKS FROM THE TIREAND IS EXPOSED TO A SOURCE OF IGNITION, THE TIRE CAN RUPTURE AND CAUSE SERIOUSINJURIES TO PERSONS REPAIRING THE TIRE OR IN THE IMMEDIATE AREA.",FIRST BRANDS HAS ASKED FOR THE RETURN OF ALL INVENTORY OF THE PRODUCT. PRESS RELEASES HAVE BEEN ISSUED TO THE PUBLIC AND INSTRUCTIONS PROVIDED FOR THE PROPER DISPOSAL OF THE PRODUCT. A FULL PURCHASE PRICE REFUND WILL BE PROVIDED. -02/23/1994,94V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V040000),Ford Motor Company,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,89770,THE STEEL FUEL RETURN TUBES THAT CONNECT THE FRAME FUEL RETURN LINES WITH THE ENGINE FUEL RAIL CAN CONTACT THE PINCH WELD FLANGE CONNECTING THE DASH PANEL TO THE FLOOR PAN. CONTINUED CONTACT LEADS TO ABRASION OF THE STEEL FUEL RETURN TUBE AND EVENTUALLY RESULTS IN A FUEL LEAK.,"ABRASION OF THE STEEL TUBE WALL THAT EVENTUALLY CAUSES A FUEL LEAK MAY RESULT IN A FIRE, IF A SOURCE OF IGNITION IS PRESENT.",FORD DEALERS WILL REPLACE THE FUEL RETURN TUBES WITH FLEXIBLE STAINLESS STEEL BRAIDED/TEFLON TUBES. DEALERS WILL ALSO INSPECT THE FUEL SUPPLY TUBES. -02/23/1994,94V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V033000),"Chrysler (FCA US, LLC)",POWER TRAIN,POWER TRAIN,NR (Not Reported),Vehicle,7100,"MOISTURE CAN GET INTO THE POWERTRAIN CONTROL MODULE (PCM) CAUSING DRIVEABILITY MALFUNCTIONS, INCLUDING STALLING.","SHOULD DRIVE ABILITY MALFUNCTIONS OR STALLING OCCUR WHILETHE VEHICLE IS IN MOTION, A TRAFFIC ACCIDENT MAY OCCUR.",THE POWERTRAIN CONTROL MODULES ON THESE VEHICLES WILL BE REPLACED. -02/23/1994,94V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V038000),Volvo Trucks North America,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,3768,"THE BRACKETS THAT ATTACH THE STEERING COLUMN ASSEMBLY TO THE CAB STRUCTURE CRACKS AT THE ""V"" NOTCH IN THE BRACKET.","FAILURE OF THE BRACKET MAY CAUSE THE STEERING COLUMN ASSEMBLY TO FALL, WHICH MAY RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.",VOLVO GM WILL REPLACE THE SUSPECT BRACKETS WITH A NEWLY DESIGNED BRACKET. -02/23/1994,94V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V039000),Toyota Motor Corporation,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,16036,"THE SECONDARY HOOD LATCH MECHANISM HAS A NARROW CLEARANCE BETWEEN INTERNAL PARTS WHICH, OVER TIME, ACCUMULATE DUST OR OTHER FOREIGN MATTER AND CAUSE THE LATCH TO NOT ENGAGE PROPERLY.","IF THIS OCCURS AND THE PRIMARY LATCH IS NOT PROPERLY ENGAGED, THE HOOD COULD OPEN SUDDENLY WITHOUT WARNING, BLOCKING THE VISION OF THE DRIVER, WHICH COULD CAUSE AN ACCIDENT.",LEXUS DEALERS WILL REPLACE THE SECONDARY HOOD LATCH. -02/17/1994,94V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V037000),"BMW of North America, LLC",FUEL:FUEL INJECTION SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,23500,"THE ADHESIVE MATERIAL OF THE TWO PIECE THROTTLE BODY HEATER MIGRATES INTO THE CIRCULATION CHAMBER CAUSING BUILD UP OF IMPURITIES AND RESTRICTION OF FLOW WITHIN THE CHAMBER. THIS CONDITION AND WATER VAPORS FROM THE CRANK THAT FREEZES AT LOW AMBIENT AIR TEMPERATURES PREVENTS THE THROTTLE PLATE FROM CLOSING AS THE DRIVER RELEASES THE GAS PEDAL, CAUSING LOSS OF THROTTLE CONTROL.","IF LOSS OF THROTTLE CONTROL FROM THE FROZEN THROTTLE BODY OCCURS WHILE THE VEHICLE IS IN MOTION, A VEHICLE CRASH COULD OCCUR.",BMW DEALERS WILL REPLACE THE THROTTLE BODY HEATER WITH A MODIFIED HEATER. -02/15/1994,94V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V032000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39777,FUEL INJECTION SYSTEM RECONFIGURATION TO COMPLY WITH ENGINE EMISSION STANDARDS CAUSE HIGHER ENGINE VIBRATION LEVELS WHICH LEAD TO EARLY WEAR AND COMPLETE FAILURE OF THE SECONDARY THROTTLE RETURN MECHANISM.,"IN THE EVENT THE PRIMARY THROTTLE RETURN FAILS, FAILURE OF THE SECONDARY THROTTLE RETURN SYSTEM WOULD NOT PROVIDE PROTECTION AGAINST LOSS OF THROTTLE CONTROL.",A NEW PRODUCTION SECONDARY THROTTLE RETURN SYSTEM CONFIGURATION WILL BE INSTALLED. -02/15/1994,94V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V036000),"Suzuki Motor USA, LLC",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,9965,CRACKS DEVELOP ON HANDLEBARS BETWEEN THE HANDLEBAR STAYS (HANDLEBAR MOUNTING BRACKETS) DUE TO THE SOFTNESS OF THE CUSHION SHOCK ABSORBERS OF THE HANDLEBAR STAYS.,THE CRACKS MAY CAUSE LOOSENESS OF THE HANDLEBAR WHICH MAY RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,SUZUKI DEALERS WILL REPLACE THE HANDLEBAR STAY CUSHION RUBBERS AND THE HANDLEBAR OF THE AFFECTED VEHICLES. -02/09/1994,94V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V030000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,976,"THE FRONT FUEL TANK BRACKET ATTACHMENT NUTS WERE TORQUED BELOW THE SPECIFICATION. THESE ""LOOSE"" NUTS CAN, IN TIME, COME OFF THE BRACKET STUDS ALLOWING THE FRONT OF THE TANK TO SAG BELOW THE NORMAL VEHICLE SILHOUETTE.","IF THE FRONT OF THE FUEL TANK SAGS BELOW THE NORMALVEHICLE SILHOUETTE, THE FUEL TANK COULD STRIKE SOMETHING IN THE ROAD OR THE ROAD SURFACE RESULTING IN A FUEL TANK LEAK AND POSSIBLE UNDER-VEHICLE FIRE.",DEALERS WILL RETORQUE THE FUEL TANK STRAP BRACKET TO PROPER SPECIFICATIONS. -02/08/1994,94V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V024000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,110000,THE RIGHT STEERING TIE ROD CAN RUB THROUGH THE AUTOMATIC TRANSMISSION WIRING HARNESS CAUSING A SHORT CIRCUIT WHICH RESULTS IN ELECTRICAL SYSTEM MALFUNCTIONS INCLUDING ENGINE STALLING AND AN INOPERATIVE PARK/STARTER INTERLOCK SYSTEM.,"ELECTRICAL SYSTEM MALFUNCTION CAUSING STALLING WHILE IN MOTION OR AN INOPERATIVE PARK/STARTER INTERLOCK SYSTEM, WHICH ALLOWS ENGINE START WHILE THE TRANSMISSION IS NOT IN THE PARK POSITION, MAY RESULT IN AN ACCIDENT.",INSTALL A REVISED WIRING HARNESS BRACKET AND A PLASTIC CONVOLUTED SLEEVE TO PROTECT THE TRANSMISSION WIRING HARNESS. -02/08/1994,94V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V023000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,200,"THE SAFETY BELT ANCHORS (BUCKLE LOCK BARS) DO NOT MEET THE STATIC LOAD REQUIREMENTS OF FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","CONSEQUENCE OF NON-COMPLIANCE: IN EVENT OF AN ACCIDENT, THE SEAT BELT ASSEMBLY MAY FAIL, EXPOSING THE RESTRAINED OCCUPANTS TO A GREATER RISK OF INJURY.",THE TRAVELING SAFETY BELT LOCK BAR ASSEMBLIES WILL BE REPLACED ON THESE VEHICLES. -02/04/1994,94V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V020000),Motor Coach Industries,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1333,THE BRAKE ROD TO BRAKE ARM ATTACHING NUT AND BOLT ARE UNDERTORQUED AND MAY LOOSEN AND FALL OFF CAUSING SEPARATION OF THE ROD AND ARM.,SEPARATION OF THE BRAKE ROD AND THE BRAKE ARM RESULTS IN THE TOTAL LOSS OF THE SERVICE BRAKES WHICH MAY RESULT IN AN ACCIDENT.,"MCI WILL SUPPLY 1/2"" UNF ""STOVER"" LOCKNUT TO CUSTOMERS. THIS LOCKNUT SHOULD BE INSTALLED IMMEDIATELY AND TORQUED TO 40 LB/FT (54 NM). A FASTENER WILL ALSO BE PROVIDED TO THE CUSTOMER ALONG WITH THE INSTALLATION PROCEDURES." -02/03/1994,94V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V029000),"SAAB CARS USA, INC.",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5824,"THE FUEL FILLER AND TANK VENTILATION HOSES MAY DEVELOP CRACKS UNDER THE SECURING HOSE CLAMPS, RESULTING IN FUEL LEAKAGE.",FUEL LEAKS MAY RESULT IN A FIRE IF AN IGNITION SOURCEIS PRESENT.,THE FUEL FILLER AND FUEL VENTILATION HOSES WILL BE REPLACED WITH NEW HOSES. THE FIVE SECURING HOSE CLAMPS WILL BE REPLACED BY A NEW TYPE WITH A SHIELD THAT PREVENTS DAMAGE TO THE HOSE WHEN TIGHTENED. -02/01/1994,94V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V019000),HOLIDAY RAMBLER CORP.,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,102,"IMPROPER TORQUE OF THE RETAINING BOLTS AND NUTS OF THE STEERING COLUMN SLIP SHAFT, WHICH PROVIDES THE CONNECTING LINK BETWEEN THE UPPER STEERING COLUMN AND THE STEERING GEAR BOX, MAY CAUSE THE STEERING COLUMN SLIP SHAFT TO SEPARATE AT EITHER THE UPPER OR LOWER CONNECTION OF THE SHAFT.",SEPARATION OF THE STEERING COLUMN SLIP SHAFT AT EITHER THE UPPER OR LOWER CONNECTION OF THE SHAFT RESULTS IN LOSS OF STEERING CONTROL. THIS COULD OCCUR WITHOUT WARNING AND RESULT IN A VEHICLE CRASH.,"INSPECT AND RETORQUE THE SLIP SHAFT RETAINING BOLTS AND NUTS. HOWEVER, IF, AFTER THE INSPECTION, THE BOLTS AND NUTS ARE FOUND TO BE LOOSE OR OVERTORQUED, NEW BOLTS AND NUTS WILL BE INSTALLED AND PROPERLY TORQUED." -01/28/1994,94C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94C003000),"FBS, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,5000,"THE TWEED CAR SEAT COVER FABRIC DOES NOT MEET THE MINIMUM FLAMMABILITY REQUIREMENTS OF FMVSS NO. 213, ""CHILD RESTRAINT SYSTEMS.""",THE CHILD SAFETY SEAT WOULD NOT PROVIDE THE SEATOCCUPANT ADEQUATE PROTECTION FROM BURNS IF THE SEAT COVER WAS EXPOSED TO ANIGNITION SOURCE.,FBS HAS GONE OUT OF BUSINESS. -01/27/1994,94V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V017000),"BMW of North America, LLC",EQUIPMENT:ELECTRIC POWER ACCESSORIES:WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,1400,"THE REMOTE ACTIVATION DEVICE CAN CLOSE WINDOWS AND SUNROOF FROM A DISTANCE GREATER THAN THE MAXIMUM (6 METERS) PERMITTED BY FMVSS NO.118, ""POWER OPERATED WINDOW SYSTEMS.""",CONSEQUENCE OF NON-COMPLIANCE: THIS COULD ALLOW WINDOWS OR SUNROOFS TO BE CLOSED ON AN ARM OR NECK OF AN INDIVIDUAL WHEN THE REMOTE DEVICE OPERATOR IS NOT WITHIN THE IMMEDIATE VICINITY.,"REPLACE THE INSIDE REAR VIEW MIRROR WHICH HAS THE ACTIVATION RECEIVER WITH ONE WHOSE RECEIVER WILL CONTROL THE DOOR LOCKING AND THEFT ALARM, BUT WILL NOT PERMIT REMOTE OPERATION OF THE WINDOWS AND SUNROOF." -01/26/1994,94V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V014000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,117200,"THE FUEL TANK FILLER PIPES WERE NOT MANUFACTURED TO SPECIFICATION WHICH CAUSED LOSS OF FUEL BETWEEN THE FUEL TANK FILLER PIPE AND THE VENT TUBE DURING A TEST. THE LOSS OF FUEL WAS IN EXCESS OF THE AMOUNT PERMITTED BY FMVSS NO. 301, ""FUEL SYSTEM INTEGRITY.""","CONSEQUENCE OF NON-COMPLIANCE: IF A VEHICLE CRASH WERE TO OCCUR, IT MAY CAUSE THE JOINT BETWEEN THE FUEL TANK FILLER PIPES AND THE VENT TUBE TO CRACK. IF THE VEHICLE OVERTURNED, FUEL LEAKAGE WOULD OCCUR, WHICH COULD RESULT IN A POST-CRASH FIRE.",DEALERS WILL REPLACE THE FUEL FILLER PIPE ON THESE VEHICLES. -01/21/1994,94V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V011000),Blue Bird Body Company,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,122,AN INCORRECT SIZE BRAKE CHAMBER MAY HAVE BEEN INSTALLED ON THE FRONT AND/OR REAR BRAKE ASSEMBLIES WHICH COULD AFFECT THE BRAKE BALANCE AND STOPPING DISTANCE.,BRAKE IMBALANCE MAY CAUSE LOSS OF VEHICLE CONTROL DURING BRAKE APPLICATIONS; INCREASED STOPPING DISTANCE OR BRAKE APPLICATION COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,"BUS OWNERS WILL BE PROVIDED WITH INSTRUCTIONS TO INSPECT THEIR VEHICLES AND PROVIDE BLUE BIRD WITH CERTAIN INFORMATION. BLUE BIRD WILL REVIEW THE INFORMATION AND, WHERE NEEDED, WILL FORWARD REPLACEMENT BRAKE CHAMBERS ALONG WITH REPLACEMENT INSTRUCTIONS TO THE VEHICLE OWNERS. BRAKE CHAMBER REPLACEMENT WILL BE PERFORMED BY THE VEHICLE OWNER OR A QUALIFIED REPAIR FACILITY." -01/21/1994,94V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V015000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,22862,"THE THIRD ROW SAFETY BELT RETRACTORS MAY BE INSTALLED INCORRECTLY AND MAY LOCK-UP WHEN THE VEHICLE IS ON SLOPES OF LESS THAN 15 DEGREES, WHICH DOES NOT COMPLY WITH FMVSS NO. 209, ""SEAT BELT ASSEMBLIES.""",CONSEQUENCE OF NON-COMPLIANCE: PASSENGERS SEATED IN THESE POSITON MAYBE UNABLE TO EXTRACT AND FASTEN THEIR SEAT BELTS UNTIL THE VEHICLE IS MOVED TO A MORE LEVEL SURFACE. UNBELTED OCCUPANTS ARE MORE AT RISK OF INJURY IN THE EVENT OF A COLLISION THAN THOSE USING SAFETY BELTS.,DEALERS WILL REMOVE THIRD ROW SAFETY BELT RETRACTORS AND REINSTALL THEM PROPERLY. -01/21/1994,94V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V016000),"General Motors, LLC",STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,NR (Not Reported),Vehicle,2502,THESE VEHICLES WERE ASSEMBLED WITH A LOWER STEERING SHAFT THAT CAN SEPARATE DUE TO A MISLOCATED WELD.,"IF THE SEPARATION OCCURRED WHILE THE VEHICLE WAS IN MOTION, A LOSS OF STEERING CONTROL CAN RESULT AND AN ACCIDENT CAN OCCUR WITHOUT PRIOR WARNING.",DEALERS WILL INSPECT THE STEERING SHAFT AND REPLACE IT IF NECESSARY. -01/19/1994,94V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V012000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,458,THE ELECTRICAL CABLE BETWEEN THE ENGINE COMPARTMENT AND THE GENERATOR COMPARTMENT IS ROUTED TOO CLOSE TO THE LEFT-HAND ENGINE EXHAUST MANIFOLD WHICH CAUSES THE CABLE INSULATION TO MELT AND POSSIBLY CATCH ON FIRE.,A FIRE WILL ENDANGER THE LIFE OF VEHICLE OCCUPANTS AND/OR SURROUNDING STRUCTURES.,"DEALERS WILL INSPECT, RELOCATE, AND SECURE THE AFFECTED BATTERY CABLE AWAY FROM THE ENGINE EXHAUST MANIFOLD AND REPLACE ANY DAMAGED CABLES." -01/14/1994,94V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V010000),FREIGHTLINER LLC,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,790,CONTACT MAY OCCUR BETWEEN THE WINDSHIELD WIPER MOTOR AND A HUCK BOLT COLLAR WHICH CAUSES A GEAR WITHIN THE MOTOR TO FRACTURE RESULTING IN COMPLETE FAILURE OF THE WINDSHIELD WIPER SYSTEM.,FAILURE OF THE WINDSHIELD WIPER SYSTEM REDUCES THE OPERATOR'S ROAD VISION IN INCLEMENT WEATHER AND COULD RESULT IN A VEHICLE ACCIDENT.,DEALERS WILL REMOVE AND REPLACE THE WINDSHIELD WIPER MOTOR AND REMOVE THE HUCK BOLT AND REPLACE IT WITH A PULL-TYPE RIVET. -01/12/1994,94V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V005000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9000,"TWO FUEL TANK SUPPORT STRAP ATTACHING STUDS WERE NOT ADEQUATELY TIGHTENED, WHICH COULD CAUSE ONE OR BOTH OF THE STRAP(S) TO SEPARATE, MISLOCATING THE FUEL TANKS OR ALLOW COMPLETE SEPARATION OF THE FUEL TANK FROM THE VEHICLE.",IN EITHER CASE FUEL TANK SUPPORT STRAP(S) FAILURE RESULTS IN FUEL LEAKAGE WHICH COULD RESULT IN A FIRE.,THE FUEL TANK SUPPORT STRAP ATTACHING STUDS WILL BE PROPERLY TIGHTENED. -01/12/1994,94V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V008000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,49047,"IN THE EVENT OF A PRIMARY ACCELERATOR CONTROL SPRING FAILURE, THE SECONDARY (BACK-UP) ACCELERATOR CONTROL RETURN SPRING WILL NOT RETURN THE THROTTLE TO THE FULLY CLOSED POSITION, AS REQUIRED BY FMVSS NO. 124, ""ACCELERATOR CONTROL SYSTEM.""",CONSEQUENCE OF NON-COMPLIANCE: LOSS OF THROTTLE CONTROL COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,DEALERS WILL REPLACE THE SECONDARY THROTTLE RETURN SPRING. -01/12/1994,94V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V007000),"Nissan North America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,65000,"IN SOME UNDERBODY IMPACTS THE AIRBAG SENSOR ACTIVATES AND SENDS A SIGNAL TO THE AIRBAG, LOCATED IN THE CENTER OF THE STEERING WHEEL, CAUSING THE DRIVER'S SIDE AIRBAG TO INFLATE.",AIRBAG INFLATION MAY OCCUR WHEN IT IS NOT NEEDED TO PROTECT THE DRIVER AND MAY RESULT IN MINOR INJURIES TO THE DRIVER FROM THE INFLATING AIRBAG.,A TUNNEL SENSOR OF DIFFERENT DESIGN WILL BE INSTALLED ON THE AFFECTED VEHICLES. -01/11/1994,94V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V006000),"Chrysler (FCA US, LLC)",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,125000,THE END CAP CONNECTING THE HEAT EXCHANGER'S CORE TO THE ENGINE COOLING SYSTEM COULD RUPTURE AND ALLOW HOT COOLANT TO ESCAPE INTO THE PASSENGER COMPARTMENT.,"THE COOLANT ESCAPING INTO THE PASSENGER COMPARTMENT COULD CONTACT THE DRIVER'S FEET AND INJURE THE DRIVER. ALSO, STEAM FROM THE HEATER LIQUID WILL CLOUD ON THE WINDOW SURFACES AND IMPAIR THE DRIVER'S VISION. IN EITHER CASE, FAILURE OF THE HEATER CORE END CAP COULD RESULT IN A VEHICLE ACCIDENT.",A COOLANT TEMPERATURE CONTROLLED HEATER CORE FLUID BYPASS VALVE WILL BE INSTALLED. -01/10/1994,94V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V009000),DOLPHIN RV PRODUCTS INC.,FUEL:LPG LINES:NON-METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,212,INCORRECT LP GAS HOSES WERE INSTALLED BETWEEN THE LPG TANK AND THE LPG PRESSURE REGULATORS. THESE HOSES ARE NOT APPROVED FOR USE AT THE PRESSURE AT WHICH THEY ARE OPERATING AND MAY RUPTURE.,"IF THE LPG HOSE RUPTURES, PROPANE WOULD BE EXPELLED OUTSIDE THE VEHICLE CREATING A HIGH POTENTIAL FOR A FIRE OR EXPLOSION WHICH COULD SERIOUSLY BURN OR KILL PERSONS IN CLOSE PROXIMITY.","CORRECT HOSES WILL BE FURNISHED TO OWNERS FOR INSTALLATION BY DOLPHIN DEALERS, ANY QUALIFIED REPAIR SHOP, OR A LPG INSTALLER." -01/09/1994,94V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V026000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2700,"THE ABS BRAKE MASTER CYLINDER REAR SEAL ALLOWS AIR TO ENTER THE BRAKE SYSTEM, CAUSING SPONGY BRAKES OR PARTIAL BRAKE SYSTEM LOSS.",AIR ENTERING THE BRAKE SYSTEM CAUSED EXTENDED STOPPING DISTANCE OR PARTIAL LOSS OF BRAKES WHICH MAY RESULT IN AN ACCIDENT.,MASTER CYLINDERS WILL BE INSPECTED FOR THE SUSPECT BUILD DATE CODE RANGE AND WILL BE REPLACED IF NECESSARY. -01/08/1994,94V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V021000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,10646,"DURING ASSEMBLY, WATER MAY HAVE ENTERED THE ACCELERATOR CONTROL CABLE CONDUIT CAUSING IT TO DEVELOP A HIGH EFFORT AND/OR BINDING CONDITION IN VERY COLD WEATHER.","HIGH EFFORT OR BINDING CONDITIONS CAUSE LOSS OF NORMALTHROTTLE CONTROL OR THE THROTTLE MAY NOT RETURN TO IDLE WHEN THE ACCELERATOR PEDAL IS RELEASED. IF THIS WERE TO OCCUR WHILE THE VEHICLE IS IN MOTION, A VEHICLE CRASH COULD OCCUR.","THE DEALER WILL PURGE THE THROTTLE CABLE OF ANY INTERNALLY TRAPPED WATER, IF IT IS PRESENT." -01/08/1994,94V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V028000),"General Motors, LLC",STEERING:UNKNOWN TYPE:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,9673,THE INTERMEDIATE STEERING SHAFT WAS ASSEMBLED WITH LOOSE OR MISSING UPPER AND LOWER PINCH BOLTS WHICH MAY CAUSE SEPARATION OF THE SHAFT.,SEPARATION OF THE INTERMEDIATE STEERING SHAFT RESULTS IN TOTAL LOSS OF STEERING CONTROL AND COULD CAUSE AN ACCIDENT.,DEALERS WILL PROPERLY TORQUE LOOSE PINCH BOLTS AND INSTALL PINCH BOLTS WHERE NECESSARY. -01/06/1994,94V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V004000),"Mercedes-Benz USA, LLC",EXHAUST/CRANKCASE EMISSION CONTROL DEVICES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5900,"HIGH AMBIENT ENGINE COMPARTMENT TEMPERATURES ARE EXPERIENCED AFTER THE VEHICLE IS OPERATED AND THEN PARKED. IF THE VEHICLE IS RESTARTED A SHORT TIME LATER AND THE CHARCOAL CANISTER IS SATURATED WITH FUEL, IT IS POSSIBLE THAT FUEL VAPOR MAY BE EXPELLED THROUGH THE INLET VENT LINE OF THE CANISTER ONTO THE ELECTRIC AUXILIARY RADIATOR FAN PRERESISTOR.",UNDER CERTAIN OPERATING CONDITIONS THE ELECTRIC AUXILIARY RADIATOR FAN PRERESISTOR BECOMES HOT ENOUGH TO IGNITE THE FUEL EXPELLED FROM THE CHARCOAL CANNISTER AND RESULT IN AN UNDERHOOD FIRE.,"DEALERS WILL REPOSITION THE FUEL VAPOR CANISTER VENT LINE AWAY FROM THE ELECTRIC FAN PRERESISTOR. IN ADDITION, THE PRERESISTOR WILL HAVE A LARGER HEAT SHIELD AND A FUSED WIRING HARNESS WILL BE INSTALLED." -01/04/1994,94V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V027000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,157740,"VEHICLE FAILS TO CONFORM TO FMVSS NO. 209, ""SEAT BELT ASSEMBLIES."" THE SAFETY BELT OF THE LEFT THIRD ROW SEAT ON THE SIX PASSENGER VAN AND THE CENTER SECOND ROW SEAT OF THE SEVEN PASSENGER VAN MAY LOCK UP AND CANNOT BE WITHDRAWN FROM THE RETRACTOR.","CONSEQUENCE OF NON-COMPLIANCE: THE OCCUPANTS OF THESE SEATS WILL NOT BE ABLE TO USE THE AFFECTED BELT. IN THE EVENT OF A VEHICLE CRASH, UNBELTED OCCUPANTS ARE AT INCREASED RISK OF INJURY.","OWNERS ARE BEING ASKED TO INSPECT THEIR VEHICLES TO DETERMINE IF THE SUSPECT RETRACTOR EXHIBITS A LOCKUP CONDITION. BASED ON THIS INSPECTION, DEALERS WILL REPLACE THE SAFETY BELTS IF THE BELT LOCKS UP. REPLACEMENT OF THE SUSPECT SAFETY BELT WILL BE AVAILABLE TO CONSUMERS FOR THE LIFE OF THE VEHICLE." -01/03/1994,94V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V022000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2306,"THE THROTTLE CABLE'S TUBE (OUTER CASING) CONTAINS A BEND THAT LEADS TO INCREASED LOADING OF THE INNER CABLE, CAUSING IT TO BREAK.","BREAKAGE OF THE INNER CABLE WOULD CAUSE LOSS OF THROTTLE CONTROL, CAUSING THE ENGINE TO RETURN OR REMAIN AT IDLE. LOSS OF THROTTLE CONTROL COULD CAUSE AN ACCIDENT.",BMW DEALERS WILL REPLACE THE THROTTLE CABLE. -01/02/1994,94V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=94V018000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,370000,THE U-CLIP STYLE NUTS THAT RETAIN THE FRONT BUMPERS TO THE FRONT BUMPER INNER ARMS CAN FRACTURE.,"IF ONE OF THE U-CLIP NUTS FRACTURES, THE BUMPER WILL LOOSEN AND RATTLE CAUSING FRACTURE OF THE REMAINING U-CLIP NUTS, RESULTING IN SEPARATION OF THE BUMPER FROM THE VEHICLE. IF THE BUMPER WERE TO DETACH FROM THE VEHICLE WHILE IT IS BEING DRIVEN, A VEHICLE COLLISION COULD RESULT.",INSPECTION AND REPLACEMENT OF THE FOUR U-CLIP NUTS AND THE ASSOCIATED BOLTS. -12/30/1993,93V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V221000),"Tracker Marine, LLC",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,777,THE HANDRAIL FOR THE STEPS LOCATED ON THE WINCH STAND MAY NOT BE OF SUFFICIENT STRENGTH TO SUPPORT THE FORCE APPLIED BY A USER OF THE HANDRAIL CAUSING IT TO BREAK.,"IF THE HANDRAIL BREAKS WHILE BEING USED AS SUPPORT, THEUSER MAY FALL, RESULTING IN AN INJURY.",OWNERS SHOULD REMOVE THE HANDRAILS FROM THE TRAILERS. -12/29/1993,93E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E042000),WALTCO TRUCK EQUIPMENT CO,STRUCTURE:TAILGATE ASSEMBLY,STRUCTURE,NR (Not Reported),Equipment,4000,"THE LIFTGATE ASSEMBLY MAY EXPERIENCE SEVERAL TYPES OF FAILURE; 1) THE HYDRAULIC HOSES MAY LEAK OR SEPARATE FROM THE FITTING AT THE SWAGED END OF THE FITTING ON ALL MODELS, 2) IF PROPER PROCEDURES FOR STORING THE BZ AND RZ LIFTGATES FOR TRANSIT ARE NOT FOLLOWED, THE LIFT CYLINDER CLEVISES MAY BREAK AS A RESULT OF ROAD VIBRATION AND CAUSE THE CLEVIS TO UNSCREW; AND 3) IF PROPER PROCEDURES ARE NOT FOLLOWED FOR STORING THE BZ AND RZ LIFTGATES, THE LIFTGATES CAN COME IN CONTACT WITH THE CYLINDER CLEVISES, WHICH CAN BREAK THE CLEVIS OFF OF THE CYLINDER SHAFT.","IF ANY OR A COMBINATION OF ANY OF THE ABOVE PROBLEMSOCCURS, THE LIFTGATE PLATFORM CAN FALL TO THE GROUND, POSSIBLY CAUSING PERSONALINJURY TO ANYONE CLOSE TO THE ASSEMBLY.","1) ALL HYDRAULIC SAE 100R1 HOSES WILL BE REPLACED WITH SAE 100R2 HOSES, 2) APPLY LOCKING COMPOUND TO THE LIFTGATE CLEVISES ON THE BZ AND RZ MODEL LIFTGATES, 3) ALL PROPER LOCKING NUTS WILL BE INSTALLED, PROPERLY TORQUED AND WELDED IN PLACE, 4) THE BZ AND RZ MODELS WILL BE MODIFIED TO PREVENT THE TILT CYLINDER CLEVISES FROM BREAKING. NOTE: IF YOUR EQUIPMENT IS PRESENTED TO AN AUTHORIZED DEALER ON AN AGREED UPON SERVICE DATE AND THE REMEDY IS NOT PROVIDED WITHIN A REASONABLE TIME AND FREE OF CHARGE OR THE REMEDY DOES NOT CORRECT THE DEFECT OR NONCOMPLIANCE, PLEASE CONTACT WALTCO SERVICE CENTER AT 1-216-633-9191. ALSO, CONTACT THE NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION'S AUTO SAFETY HOTLINE AT 1-800-424-9393." -12/28/1993,93V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V220000),"Winnebago Industries, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11353,FUEL TANKS LEAK AT THE SEAMS AND/OR BAFFLE CONNECTIONS.,FUEL LEAKAGE CAN RESULT IN A FIRE WHEN EXPOSED TO ASOURCE OF IGNITION.,WINNEBAGO WILL REPLACE FUEL TANKS THAT ARE FOUND TO BE LEAKING. -12/15/1993,93V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V219000),"Kawasaki Motors Corp., U.S.A.",ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8817,THE HEX NUT WHICH SECURES THE DRIVE CHAIN SPROCKET TO THE TRANSMISSION OUTPUT SHAFT MAY BECOME LOOSE.,CONTINUED USE OF THE MOTORCYCLE MAY CAUSE THE NUT ANDSPROCKET TO FALL OFF RESULTING IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,DEALERS WILL REPLACE THE NUT AND WASHER AS A SET WITH A NEW NUT AND REDESIGNED WASHER. -12/15/1993,93C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93C001000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,78000,SOME RED BUTTONS SHIPPED TO REPAIR BUCKLE RELEASE BUTTONS RECALLED UNDER NHTSA CAMPAIGN NO. 92E017000 MAY HAVE BEEN INCORRECT.,"THE WRONG RED RELEASE BUTTON WOULD NOT ALLOW THE STRAPTO ENGAGE THE BUCKLE CORRECTLY, CAUSING A FALSE LATCH SITUATION WHICH WOULDNOT ADEQUATELY PROTECT THE SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP ORACCIDENT.","CENTURY HAS ISSUED GRAPHIC INSTRUCTIONS TO ALL SEAT OWNERS WHO MAY HAVE RECEIVED THE WRONG PART. THE INSTRUCTIONS PROVIDE DETAILS HOW TO TO DETERMINE WHETHER THE PREVIOUSLY SHIPPED RED RELEASE BUTTON IS CORRECT. IF THE WRONG BUTTON WAS SHIPPED AND THE OWNER NOTIFIES CENTURY OF THE PROBLEM, CENTURY WILL SHIP THE OWNER THE CORRECT BUTTON." -12/15/1993,93V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V218000),FRUEHAUF CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,49,"WELDS ARE MISSING ON THE REAR CHASSIS CROSSMEMBER TO THE CHASSIS CENTERBEAM, TO WHICH A HITCH FOR TOWING ANOTHER DUMP TRAILER IS ATTACHED.",HITCH CROSSMEMBER SEPARATION FROM THE LEAD TRAILER WHILETOWING ANOTHER DUMP TRAILER CAN RESULT IN AN ACCIDENT.,DEALERS WILL INSPECT TRAILERS AND REPAIR IF NECESSARY. -12/14/1993,93V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V214000),"General Motors, LLC",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,128,THE FRONT LEFT BRAKE PIPE CHAFES AGAINST THE POWER STEERING HOSE WHICH WEARS A HOLE IN THE BRAKE PIPE. THIS CAUSES A POTENTIAL LOSS OF BRAKE FLUID RESULTING IN LOSS OF FRONT BRAKE SYSTEM OPERATIONS.,IF THIS OCCURS THE BRAKING EFFECTIVENESS OF THE VEHICLEDIMINISHES AND MAY RESULT IN A VEHICLE CRASH.,DEALERS WILL INSTALL A NEW BRAKE PIPE WITH SUFFICIENT CLEARANCE TO PREVENT THIS CONDITION. -12/14/1993,93V201001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V201001),IC CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1725,"THE HAND THROTTLE CABLE MAY BE MIS-ALIGNED WITH THE ACCELERATOR ROD CAUSING THE HAND THROTTLE CABLE TO ""SAW"" INTO THE ACCELERATOR ROD. THIS CAN CAUSE THE ACCELERATOR AND HAND THROTTLE CABLE TO BIND IN A PARTIAL OR FULL THROTTLE POSITION.","SHOULD THE ACCELERATOR ROD AND HAND THROTTLE CABLE BINDIN PARTIAL OR FULL THROTTLE POSITION, LOSS OF VEHICLE CONTROL COULD OCCUR,RESULTING IN AN ACCIDENT.",AMTRAN DEALERS WILL REPLACE THE PRESENT ACCELERATOR ROD WITH A NEW ACCELERATOR ROD WITH A HARDENED END. OWNERS ARE ADVISED TO DISCONNECT THE HAND THROTTLE UNTIL A NEW ACCELERATOR ROD IS AVAILABLE. -12/14/1993,93V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V213000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,17000,"THE SEAT BACK LATCH LEVER PIVOT RIVETS ARE SUSCEPTIBLE TO DISTORTION. THE DISTORTED ASSEMBLIES ALLOW THE SEAT BACK RELEASE LATCH LEVER TO REMAIN IN THE RELEASED POSITION WHICH IS IN NON-COMPLIANCE WITH FMVSS NO. 207, ""SEATING SYSTEMS.""",IN THE EVENT OF A SUDDEN STOP OR ACCIDENT THE FORCES ONTHE SEAT BACK MAY SUBJECT SEAT OCCUPANTS TO AN INCREASED RISK OF INJURY.,DEALERS WILL REPLACE THE SUSPECT SEAT BACK LATCH ASSEMBLY WITH A REVISED ASSEMBLY. -12/14/1993,93V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V216000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,1375,"THE SEATS HAVE BEEN ASSEMBLED WITHOUT BOLTS THAT CONNECT THE UPPER SLAVE HINGE TO THE SEAT BACK FRAME, OR WITHOUT BOLTS THAT CONNECT THE SEAT TO THE SEAT ADJUSTER. IN EITHER CASE, THE VEHICLES FAIL TO CONFORM TO FNVSS NO. 207, ""SEATING SYSTEMS.""",THE MISSING BOLTS MAY CAUSE THE DRIVER'S SEAT TO BECOMELOOSE AND IN A SUDDEN STOP OR ACCIDENT MAY SUBJECT THE OCCUPANT TO INCREASEDRISK OF INJURY.,DEALERS WILL INSPECT SEATS FOR MISSING BOLTS AND INSTALL BOLTS IF REQUIRED. -12/14/1993,93V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V217000),BUS INDUSTRIES OF AMERICA,VISUAL SYSTEMS:MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,45,"THE LEFT HAND REARVIEW MIRROR CAN BE ADJUSTED TO A POSITION WHICH INTERFERES WITH THE OPENING OF THE EMERGENCY EXIT WINDOW LOCATED ADJACENT TO THE DRIVER POSITION. IN SUCH CASES, THE VEHICLE IS IN NON-COMPLIANCE WITH FMVSS NO. 217, ""BUS WINDOW RETENTION AND RELEASE.""",THE PASSENGERS MAY BE SUBJECTED TO INCREASED RISK OFINJURY IF AN ACCIDENT OCCURRS AND THE EMERGENCY EXIT CANNOT NOT BE USED.,DEALERS WILL FIX THE LEFT REARVIEW MIRROR ARM IN A POSITION TO ALLOW A CLEAR PATH FOR THE EMERGENCY WINDOW TO EXTEND: THIS WILL OPERATE INDEPENDENT OF THE ADJUSTMENT OF THE MIRROR HEAD FOR DRIVER'S VISION. -12/14/1993,93V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V215000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,90,WHEELS WITH MISFORMED LUG NUT SEATS WERE INSTALLED ON THESE VEHICLES. THIS CAUSES REDUCED NUT TO WHEEL CONTACT AREA AND LIMITS THE WHEEL SELF-CENTERING CAPABILITY DURING INSTALLATION. THIS RESULTS IN LOSS OF WHEEL LUG NUT TORQUE RETENTION.,LOSS OF LUG NUT TORQUE RETENTION MAY LEAD TO WHEEL LUGFAILURE WHICH MAY CAUSE WHEEL SEPARATION AND AN ACCIDENT.,INSPECT THE WHEEL ASSEMBLY PLANT CODE; REPLACE WHEELS KNOWN TO HAVE THE PROBLEM AND INSTALL NEW LUG NUTS. -12/13/1993,93V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V211000),Harley-Davidson Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4038,"THE COMPONENTS WITHIN THE RIGHT-HAND SWITCH ASSEMBLY MAY GENERATE HEAT, WHICH IS CONDUCTED BY THE METAL THROTTLE GUIDE TUBES, SUFFICIENT TO MELT THE INTERLINER BETWEEN THE CABLE HOUSING AND THE THROTTLE CABLE, THUS RESTRICTING THE MOVEMENT OF THE THROTTLE CABLE.","RESTRICTION OF THE THROTTLE CABLE MOVEMENT MAY CAUSE THETHROTTLE TO BIND, WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",REPAIR THE THROTTLE CABLE. -12/13/1993,93V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V212000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,1238,"THE SAFETY BELT RETRACTORS FOR THE REAR CENTER POSITION ARE MISSING A PAWL SPRING AND IN CASE OF AN ACCIDENT, WILL ALLOW THE SAFETY BELT WEBBING TO EXTEND BEYOND THE MINIMUM REQUIREMENTS OF FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","IN THE EVENT OF AN ACCIDENT THE SAFETY BELT WOULD NOTRESTRAIN THE OCCUPANT, SUBJECTING THE OCCUPANT TO INCREASED RISK OF INJURIES.",DEALERS WILL INSPECT THE SAFETY BELT RETRACTOR ASSEMBLY AND REPLACE THE RETRACTOR IF THE PAWL SPRING IS MISSING. -12/13/1993,93V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V210000),"Chrysler (FCA US, LLC)",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,115000,"THE MOLDED PLASTIC PIN WHICH CONNECTS THE UPPER STEERING COLUMN SHAFT AND THE LOWER COLUMN SHAFT MAY HAVE BEEN SHEARED PRIOR TO INSTALLATION OF THE STEERING COLUMN ASSEMBLY INTO THE VEHICLE. IF THIS OCCURRED, THE UPPER STEERING SHAFT WILL SEPARATE FROM THE LOWER STEERING SHAFT.","IF THE UPPER AND LOWER STEERING SHAFTS SEPARATE, COMPLETELOSS OF STEERING CONTROL WILL OCCUR, WHICH COULD RESULT IN AN ACCIDENT.",A RESTRAINING SLEEVE WILL BE ADDED TO THE INTERMEDIATE SHAFT TO LIMIT THE AMOUNT OF STEERING SHAFT MOVEMENT AVAILABLE. -12/09/1993,93V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V208000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,31,THE PASSENGER-SIDE AIR BAG MODULES CONTAIN INCORRECT INFLATORS WHICH ARE OUT OF SPECIFICATION FOR THE PASSENGER SIDE AIR BAG.,"IN THE EVENT OF A COLLISION, THE AIR BAG MAY NOT PROVIDEADEQUATE PROTECTION TO THE PASSENGER.",HONDA DEALERS WILL REPLACE THE PASSENGER AIRBAG MODULE WITH A MODULE CONTAINING THE CORRECT INFLATOR. -12/08/1993,93V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V209000),"CHANCE COACH, INC.",EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,222,"THE VEHICLE OPERATORS ARE NOT AWARE THAT THE WHEELCHAIR HYDRAULIC SYSTEM NEEDS TO BE CYCLED ON A DAILY BASIS TO INSURE THAT THE PRESSURE REQUIRED TO HOLD IT IN THE STOWED POSITION HAS NOT BLED OFF. IF THE HYDRAULIC PRESSURE IS NOT SUFFICIENT TO HOLD THE PLATFORM IN THE STOWED POSITION AND THE VEHICLE MAKES A LEFT TURN, THE LIFT CAN MOVE. THE MOVEMENT CAUSES THE BRAKE INTERLOCK TO ACTIVATE, ABRUPTLY STOPPING THE VEHICLE.","IF THE ABRUPT STOP HAPPENS WHILE THE VEHICLE IS INTRAFFIC, AN ACCIDENT INVOLVING FOLLOWING VEHICLES CAN OCCUR. ALSO, PASSENGERSIN THE VEHICLE CAN BE INJURED.",A DECAL INSTRUCTING THE OPERATORS OF THE VEHICLE TO CYCLE THE HYDRAULIC LIFT SYSTEM DAILY WILL BE SENT TO THE OWNERS FOR INSTALLATION ON THE ENGINE COVER. -12/07/1993,93V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V205000),"Porsche Cars North America, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1149,"THE HYDRAULIC BRAKE PRESSURE REDUCTION VALVE CAUSES THE RATE OF HYDRAULIC PRESSURE REDUCTION TO SLOW DOWN, WHICH MAY RESULT IN THE REAR WHEELS LOCKING-UP EVEN WITH THE ANTI-LOCK BRAKE SYSTEM IN OPERATION.",REAR WHEEL LOCK-UP MAY RESULT IN LOSS OF VEHICLECONTROL AND AN ACCIDENT.,PORSCHE DEALERS WILL INSTALL A MODIFIED HYDRAULIC BRAKE PRESSURE REDUCTION VALVE. -12/07/1993,93E034001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E034001),"Chrysler (FCA US, LLC)",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,35000,"BOSCH DISTRIBUTOR-TYPE FUEL PUMPS HAVE A MANUFACTURING DEFECT THAT CAN CAUSE THE BALL PIN, WHICH IS PART OF THE PUMP'S CONTROL LEVER ASSEMBLY, TO BREAK CAUSING THE LINK BETWEEN THE CONTROL SLEEVE AND THE CONTROL LEVER TO BECOME INOPERATIVE.","WHEN THE LINK BETWEEN THE CONTROL LEVER AND THE CONTROLSLEEVE BREAKS, THE SPEED CONTROL NO LONGER RESPONDS TO MOVEMENT OF THEACCELERATOR PEDAL, RESULTING IN LOSS OF SPEED CONTROL AND A POSSIBLE ACCIDENT.","THE FUEL PUMPS WILL BE INSPECTED, AND IF NECESSARY, REPAIRED OR REPLACED." -12/07/1993,93V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V204000),"Porsche Cars North America, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:CIRCUIT BREAKER FU,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11346,"AFTER THE ENGINE HAS BEEN TURNED OFF, THE REAR HEATER WILL AUTOMATICALLY OPERATE IN ORDER TO DISSIPATE HEAT IN THE ENGINE HEATING SYSTEM. DURING THIS OPERATION, THE RESISTOR FOR THE REAR HEATER BLOWER CAN BECOME OVERLOADED DUE TO A BINDING OR SEIZED REAR HEATER BLOWER.","THE OVERLOADED RESISTOR CAN CREATE HEAT SUFFICIENT TOIGNITE THE PLASTIC AIR PIPE TO WHICH IT IS CONNECTED, RESULTING IN AN ENGINECOMPARTMENT FIRE.",PORSCHE DEALERS WILL INSTALL A NEW RESISTOR CONTAINING A CIRCUIT BREAKER. -12/07/1993,93V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V207000),"WESTERN STAR TRUCKS, INC.",STRUCTURE:BODY:ENTRY STEP:RUNNING BOARD,STRUCTURE,NR (Not Reported),Vehicle,5304,THE CAB ACCESS GRAB HANDLES HAVE THINNER THAN SPECIFIED WALL THICKNESS AND ARE SUSCEPTIBLE TO FATIGUE FAILURE BREAKING AT THE BEND RADIUS NEAR THE UPPER MOUNTING BOLT HOLE.,FAILURE DURING USE OF THE GRAB HANDLES CAN CAUSE AUSER TO FALL RESULTING IN PERSONAL INJURY.,WESTERN STAR DEALERS WILL REMOVE AND DESTROY THE RECALLED GRAB HANDLES. NEW HANDLES WILL BE INSTALLED ON THESE VEHICLES. -12/07/1993,93V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V206000),FAIRMONT TAMPER,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,382,CRACKS CAN DEVELOP IN THE VEHICLE FRAME NEAR THE LOCATION WHERE THE FRONT WHEEL UNIT MOUNTING BRACKETS ATTACH TO THE VEHICLE. CRACKS WILL CONTINUE TO INCREASE TO THE POINT WHERE THE UNIT BREAKS AT THE MOUNTING BRACKET ALLOWING THE WHEEL UNIT TO BECOME DETACHED FROM THE VEHICLE FRAME.,THE DETACHMENT OF THE WHEEL UNIT COULD CAUSE LOSS OFSTEERING CONTROL OR AN ACCIDENT.,A KIT CONSISTING OF STEEL PLATES THAT BOLT TO THE LEFT AND RIGHT FRONT FRAME TO STRENGTHEN THIS AREA WILL BE INSTALLED. -12/06/1993,93V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V202000),FREIGHTLINER LLC,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,11000,THE DRIVELINE U-JOINTS EXHIBIT EXCESSIVE RATES OF FAILURE AT LOW MILEAGES AND MAY CAUSE SEPARATION OF THE INTERAXLE DRIVELINE.,SEPARATION OF THE INTERAXLE DRIVELINE MAY RESULT IN THEDRIVELINE FALLING TO THE ROAD WHERE IT CAN INTERFERE WITH TRAFFIC AND RESULTIN AN ACCIDENT.,FREIGHTLINER DEALERS WILL REMOVE AND REPLACE THE ROCKWELL INTERAXLE U-JOINTS WITH U-JOINTS OF A DIFFERENT DESIGN. -12/06/1993,93V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V203000),Blue Bird Body Company,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,259,"THE HYDRAULIC HOSES WHICH INTERCONNECT WITH THE HYDRAULIC PUMP, HYDRAULIC RADIATOR FAN MOTOR AND POWER STEERING GEAR HAVE AN UNDERSIZED WIRE MESH CORE WHICH RESULTS IN AN IMPROPER HOSE END CRIMP. THE IMPROPER CRIMP CAN CAUSE A LEAK, EMPTYING THE POWER STEERING HYDRAULIC FLUID RESERVOIR, RESULTING IN LOSS OF POWER STEERING ASSIST.",COMPLETE LOSS OF POWER STEERING ASSIST CAN CAUSE LOSS OFVEHICLE CONTROL AND RESULT IN AN ACCIDENT.,OWNERS ARE BEING ASKED TO INSPECT HOSE FOR THE DATE CODE 3-1Q93 WHICH IS EMBOSSED ON THE HOSE COVER EVERY 18 INCHES. REPLACEMENT HOSES WILL BE PROVIDED. OWNERS CAN HANDLE THE REPAIR THEMSELVES OR HAVE A BLUE BIRD DISTRIBUTOR ASSIST THEM. OWNERS WILL BE REIMBURSED FOR THE LABOR CHARGES FOLLOWING COMPLETION OF THE RECALL WORK. -12/04/1993,93V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V002000),Volvo Trucks North America,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1356,THE FUEL RACK WITHIN BOSCH INJECTION PUMPS MAY FAIL AND SEPARATE FROM THE ACTUATOR.,"THIS CONDITION MAY NOT ALLOW THE ENGINE TO RETURN TO IDLEWHEN THE ACCELERATOR PEDAL IS RELEASED, CAUSING LOSS OF ENGINE SPEED CONTROL,WHICH COULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE DEFECTIVE PARTS IN THE FUEL INJECTION PUMP. -12/04/1993,93V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V001000),Volvo Trucks North America,VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,74,THE INDICATOR FOR THE INTERMITTENT WINDSHIELD WIPER CONTROL ON THE VEHICLE DASHBOARD DOES NOT ILLUMINATE WHEN THE HEADLIGHTS ARE ACTIVATED.,"THE INDICATOR CONTROL DOES NOT COMPLY WITH FMVSS 101,""CONTROLS AND DISPLAYS"". THE CONTROL WOULD BE DIFFICULT TO LOCATE DURING NIGHT OPERATION OF THE VEHICLE.",INSTALL AN ILLUMINATION FEATURE ON THE WIPER INTERMITTENT CONTROL. -12/03/1993,93V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V201000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1050,"THE HAND THROTTLE CABLE MAY BE MIS-ALIGNED WITH THE ACCELERATOR ROD CAUSING THE HAND THROTTLE CABLE TO ""SAW"" INTO THE ACCELERATOR ROD. THIS CAN CAUSE THE ACCELERATOR AND HAND THROTTLE CABLE TO BIND IN A PARTIAL OR FULL THROTTLE POSITION.","SHOULD THE ACCELERATOR ROD AND HAND THROTTLE CABLE BINDIN PARTIAL OR FULL THROTTLE POSITION, LOSS OF VEHICLE CONTROL COULD OCCUR,RESULTING IN AN ACCIDENT.",NAVISTAR DEALERS WILL REPLACE THE PRESENT ACCELERATOR ROD WITH A NEW ACCELERATOR ROD WITH A HARDENED END. OWNERS ARE ADVISED TO DISCONNECT THE HAND THROTTLE UNTIL A NEW ACCELERATOR ROD IS AVAILABLE. -12/03/1993,93E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E040000),AUTOFLUG S.A.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Equipment,12733,"WHEN USED WITH THE REAR SOFA SEATS, THE SEAT BELT BUCKLES CAN FAIL. THIS DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS NO. 207, ""SEATING SYSTEMS,"" AND FMVSS NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""",,DEALERS WILL REPLACE THE SAFETY BELT ASSEMBLIES WITH MODIFIED ASSEMBLIES. -12/01/1993,93V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V200000),"PREVOST CAR, INCORPORATED",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,189,BATTERY CABLE MAY CHAFE AGAINST THE BATTERY RACK DAMAGING THE CABLE'S INSULATION WHICH COULD RESULT IN AN ELECTRICAL SHORT.,AN ELECTRICAL SHORT CIRCUIT MAY RESULT IN A FIRE.,A SECOND CABLE SUPPORT AND RETAINING CLIP WILL BE INSTALLED ON THE BATTERY RACK TO PREVENT CHAFING OF THE BATTERY CABLE INSULATION. -12/01/1993,93V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V199000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",94-C-09 / 94-C-01,Vehicle,6807,"THE FUEL LINES ON THESE VEHICLES MAY HAVE BEEN MISROUTED AND MAY CONTACT THE ""AIR"" CHECK VALVE. THE HIGH TEMPERATURES FROM THE ""AIR"" CHECK VALVE COULD ALLOW IT TO MELT THROUGH AND DAMAGE A FUEL LINE.","A FUEL LINE WHICH HAS BEEN DAMAGED BY THE HEAT OF THE""AIR"" CHECK VALVE MAY LEAK FUEL INTO THE ENGINE COMPARTMENT WHERE IT COULDRESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.","REROUTE ANY MISROUTED FUEL LINES TO THE PROPER POSITION, AND REPLACE ANY FUEL LINE BUNDLE WHERE THE OUTER SHELL HAS BEEN MELTED THROUGH." -11/30/1993,93V032008,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032008),STURDI-CORP.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,3690,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -11/30/1993,93V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V189000),"Suzuki Motor USA, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,38229,"MISLOCATED ATTACHING SPOT WELDS OF THE HOOD STRIKER ASSEMBLY CAUSE CRACKS TO START ON THE HOOD INNER PANEL. IF CRACKS OCCUR, THE HOOD STRIKER ASSEMBLY MAY NOT PROPERLY ENGAGE THE HOOD LATCH WHEN THE HOOD IS CLOSED.",AN IMPROPERLY ENGAGED HOOD LATCH MAY RESULT IN A HOOD FLY-UP WHILE THE VEHICLE IS IN MOTION. THIS COULD OBSTRUCT THE DRIVER'S VIEW AND COULD CAUSE A VEHICLE CRASH.,"SUZUKI WILL (A) INSTALL TWO BOLTS AND NUTS TO SECURE THE STRIKER ASSEMBLY TO THE HOOD INNER PANEL, AND (B) ENSURE THAT THE HOOD LATCH ASSEMBLY FASTENERS ARE PROPERLY TIGHTENED." -11/29/1993,93E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E034000),"Cummins, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,1175,,"WHEN THE LINK BETWEEN THE CONTROL LEVER AND THE CONTROLSLEEVE BECOMES INOPERATIVE, THE SPEED CONTROL NO LONGER RESPONDS TO MOVEMENTOF THE ACCELERATOR PEDAL, RESULTING IN LOSS OF SPEED CONTROL AND A POSSIBLEVEHICLE ACCIDENT.","THE FUEL PUMPS WILL BE INSPECTED AND, IF NECESSARY, REPAIRED OR REPLACED." -11/29/1993,93V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V196000),Hyundai Motor America,INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,100000,THE MOTORIZED SHOULDER BELT CAN TRAVEL SLOWLY OR CHATTER IN THE TRACK AND MAY EVENTUALLY STOP TRACKING AND BECOME INOPERATIVE.,"SLOWING, CHATTERING, OR FAILURE OF THE MOTORIZED SHOULDERBELT MAY DISCOURAGE USE OF THE RESTRAINT SYSTEM, INCREASING THE RISK OF INJURYIN THE EVENT OF A SUDDEN STOP OR ACCIDENT.","DEALERS WILL LUBRICATE THE TRACK ASSEMBLY AND, IF ANY SYSTEMS ARE FOUND INOPERATIVE, THE SYSTEM WILL BE REPAIRED OR REPLACED, AS REQUIRED." -11/24/1993,93V032007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032007),"Gillig, LLC",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,379,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -11/24/1993,93V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V197000),"CHANCE COACH, INC.",STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,21,"THE PASSENGER ACCESS DOORS ARE EQUIPPED WITH DIFFERENTIAL AIR MOTORS FOR THE DOOR OPENING AND CLOSING OPERATION. DUE TO THE SIZE AND CONSTRUCTION OF THE DOORS, THE MOTORS THAT HOLD THE DOORS CLOSED CAN BE OVERPOWERED AND THE DOORS CAN BE FORCED OPEN BY A PASSENGER PUSHING AGAINST THEM.","IF THE VEHICLE IS IN MOTION AS THE DOORS ARE PUSHED OPEN,THE PARKING BRAKES WILL SET, STOPPING THE VEHICLE SUDDENLY. THIS COULD RESULT ININJURIES TO STANDING PASSENGERS. IF THE DOORS CAN BE PUSHED OPEN WIDE ENOUGH,A PASSENGER MAY FALL OUT OF THE MOVING VEHICLE, CAUSING SERIOUS INJURIES.",AN UNLOADER KIT WILL BE ADDED TO DUMP THE AIR OFF OF THE SMALL CYLINDER SIDE OF THE DOOR MOTOR TO INSURE THAT THE DOORS ARE POSITIVELY LOCKED AND CANNOT BE FORCED OPEN. -11/23/1993,93V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V194000),Ford Motor Company,EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,106,"THESE VEHICLES DO NOT COMPLY WITH FMVSS 105, ""HYDRAULIC BRAKE SYSTEMS."" THE PARKING BRAKE APPLICATION FORCE FOR A FOOT OPERATED CONTROL SYSTEM SHOULD NOT EXCEED 125 POUNDS TO HOLD THE VEHICLE ON A 30% GRADE. INTERFERENCE BETWEEN THE PARKING BRAKE PEDAL AND A WIRE HARNESS MAY INCREASE THE NEEDED PEDAL FORCE TO GREATER THAN 125 POUNDS TO SET THE PARKING BRAKE TO HOLD THE VEHICLE ON THE 30% GRADE.","THE INTERFERENCE BETWEEN THE FOOT PEDAL AND THE WIREHARNESS MAY NOT ALLOW THE PARKING BRAKE TO FULLY SET. IF THIS OCCURS WHEN THEVEHICLE IS PARKED ON AN INCLINE, IT MAY ROLL, CAUSING A CRASH.",FINAL STAGE MANUFACTURERS WILL BE INFORMED OF THIS CONDITION AND PROVIDED WITH PARTS AND INSTRUCTIONS NECESSARY TO CORRECT THIS SITUATION. -11/23/1993,93V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V192000),Hyundai Motor America,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,257001,"THE VEHICLES FAILED THE LATERAL MOVING BARRIER IMPACT TEST REQUIREMENTS OF FMVSS 301, ""FUEL SYSTEM INTEGRITY."" THE FUEL LEAKAGE FROM THE GAS TANK EXCEEDED THE MAXIMUM ALLOWABLE AMOUNT OF SPILLAGE.","IN THE EVENT OF AN ACCIDENT, THE FUEL SPILLAGE CAN RESULTIN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.",HYUNDAI HAS DEVELOPED AN APPROPRIATE COUNTERMEASURE THAT WILL COMPLY WITH ALL REQUIREMENTS OF FMVSS 301. -11/23/1993,93V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V193000),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:POW,SEATS,NR (Not Reported),Vehicle,16000,"AN UNUSED POWER SEAT HARNESS CONNECTOR IS POSITIONED ON THE RUBBER FLOOR MAT UNDER THE SEAT. IF THE VEHICLE IS OPERATED IN COLD WEATHER IN AREAS THAT HAVE LARGE AMOUNTS OF SALT USED FOR SNOW AND ICE CONTROL, A PUDDLE OF SALTWATER CAN ACCUMULATE ON THE RUBBER FLOOR MATS, REPEATEDLY WETTING THE CONNECTOR. THIS WILL RESULT IN CORROSION OF THE CONNECTOR, CAUSING A CURRENT TO FLOW BETWEEN THE TERMINALS WITHOUT TRIPPING THE CIRCUIT BREAKER.","IF THIS OCCURS, CURRENT FLOW CAN HEAT THE CONNECTOR ANDRELEASE FUMES INTO THE PASSENGER COMPARTMENT, AND CAN RESULT IN A VEHICLE FIRE.",DEALERS WILL REMOVE THE UNUSED CONNECTOR AND INSTALL A SEALED HEAT SHRINK CAP OVER THE AFFECTED WIRES. -11/23/1993,93E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E038000),DOUGLAS AUTOTECH CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Equipment,8054,"THE UPPER STEERING SHAFT AND THE STEERING COLUMN WITH A TELESCOPING FUNCTION ARE RETAINED BY A STEEL BALL TRAVELING IN A MACHINED GROOVE. THE STEEL BALL WAS OMITTED, ALLOWING THE EXTENSION OF THE STEERING COLUMN TO CONTINUE UNTIL THE STEERING SHAFT DISENGAGES FROM THE STEERING COLUMN.","IF THE STEEL TELESCOPE STOP BALL WAS OMITTED ANDDISENGAGEMENT OF THE STEERING SHAFT TO THE STEERING COLUMN OCCURS, COMPLETE LOSSOF STEERING MAY RESULT, WHICH MAY CAUSE AN ACCIDENT.",AN INSPECTION OF THE STEERING COLUMN WILL BE MADE TO SEE IF THE TELESCOPE BALL WAS OMITTED. THE ENTIRE COLUMN WILL BE REMOVED AND A NEW PRODUCTION COLUMN WILL BE INSTALLED IF THE BALL IS MISSING. -11/23/1993,93V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V195000),WAYNE WHEELED VEHICLES,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,40,"THE THREE-POINT LATCHES USED ON THE EMERGENCY DOORS HAVE BEEN MISTAKENLY ASSEMBLED USING STANDARD NUTS RATHER THAN LOCKING NUTS. THE STANDARD NUTS COULD BACK OFF DUE TO VIBRATION, CAUSING THE RODS WHICH UNLOCK THE EMERGENCY DOORS TO FALL OFF.","IF THIS OCCURS, AND AN EMERGENCY ARISES, THE EMERGENCYDOOR CANNOT BE OPENED FROM THE OUTSIDE OF THE BUS.",THE STANDARD NUTS WILL BE REPLACED WITH LOCKING NUTS. -11/23/1993,93V189001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V189001),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,356097,"MISLOCATED ATTACHING SPOT WELDS OF THE HOOD STRIKER ASSEMBLY CAUSE CRACKS TO START ON THE HOOD INNER PANEL. IF CRACKS OCCUR, THE HOOD STRIKER ASSEMBLY MAY NOT PROPERLY ENGAGE THE HOOD LATCH WHEN THE HOOD IS CLOSED.",AN IMPROPERLY ENGAGED HOOD LATCH MAY RESULT IN A HOODFLY-UP WHILE THE VEHICLE IS IN MOTION. THIS WOULD OBSTRUCT THE DRIVER'S VIEWAND COULD CAUSE A VEHICLE CRASH.,"GM DEALERS WILL (A) INSTALL TWO BOLTS AND NUTS TO SECURE THE STRIKER ASSEMBLY TO THE HOOD INNER PANEL, AND (B) ENSURE THAT THE HOOD LATCH ASSEMBLY FASTENERS ARE PROPERLY TIGHTENED." -11/22/1993,93V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V190000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,108898,"VEHICLE DESCRIPTION: PASSENGER VEHICLES. DURING VERY COLD WEATHER, WATER THATN ENTERS THE ACCELERATOR CONTROL CABLE CONDUIT FREEZES AND CAUSES THE ACCELERATOR CABLE TO DEVELOP A HIGH EFFORT OR BINDING CONDITION.","IF THIS OCCURS, LOSS OF NORMAL THROTTLE CONTROL CAN RESULT, OR THE THROTTLE WILL NOT RETURN TO IDLE WHEN THE ACCELERATOR PEDAL IS RELEASED, CAUSING POSSIBLE LOSS OF CONTROL AND AN ACCIDENT.",DEALERS WILL REPLACE THE ACCELERATOR CONTROL ASSEMBLY. -11/19/1993,93V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V191000),FREIGHTLINER LLC,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE:DUCT:AIR,VISIBILITY,NR (Not Reported),Vehicle,1800,"THE HEATER/DEFROSTER DOOR CAN BECOME STUCK IN THE HEATER MODE DUE TO THE DOOR OVER-TRAVELING THE DOOR STOP, IMPEDING THE DEFROSTER PORTION OF THE SYSTEM FROM WORKING.","IF THIS OCCURS, AND THE WINDSHIELD BECOMES FOGGED, ITWILL IMPAIR THE DRIVER'S VISION OF THE ROAD AND TRAFFIC, WHICH MAY CAUSE ANACCIDENT.",DEALERS WILL INSTALL A POSITIVE DOOR STOP. -11/17/1993,93E029006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029006),Eldorado National-Kansas,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,40,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER, CAUSED BY AN OUT-OF-SPECIFICATION CONDITION OF THE ADAPTER, RESULTS IN BRAKE FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE CAUSINGPARTIAL LOSS OF BRAKING ABILITY, WHICH MAY LEAD TO AN ACCIDENT.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -11/17/1993,93E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E037000),DOUGLAS AUTOTECH CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Equipment,11687,THE U-JOINT IN THE STEERING COLUMN IS COUPLED TO THE UPPER STEERING SHAFT WITH A PRESS-FIT BETWEEN THE U-JOINT AND THE UPPER STEERING SHAFT. A CROSS HOLE IS THEN DRILLED THROUGH BOTH COMPONENTS AND A ROLL PIN IS DRIVEN THROUGH THE HOLE TO PROVIDE A BACKUP RETENTION MECHANISM. THIS ROLL PIN WAS NOT INSTALLED ON THE ASSEMBLIES.,"THE PRESS-FIT BETWEEN THE STEERING COLUMN U-JOINT AND THEUPPER STEERING SHAFT MAY NOT BE SUFFICIENT TO RETAIN THE SHAFT IN THE U-JOINT.THE U-JOINT AND SHAFT MAY BECOME DISENGAGED, CAUSING COMPLETE LOSS OF STEERINGWHICH COULD RESULT IN AN ACCIDENT.","A VISUAL INSPECTION WILL BE MADE TO SEE IF THE ROLL PIN IS MISSING. IF THE PIN IS MISSING, THE ENTIRE COLUMN WILL BE REMOVED AND A NEW PRODUCTION COLUMN WILL BE INSTALLED." -11/16/1993,93V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V187000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,604207,"THE RECLINER MECHANISM AND THE SEAT FRAME MAY HAVE FOAM AND/OR VINYL BETWEEN THEM, CREATING A ""SOFT"" JOINT. THIS ""SOFT"" JOINT RESULTS IN LOWER THAN SPECIFIED BOLT TORQUE WHICH LEADS TO JOINT LOOSENESS, CAUSING BOLT FATIGUE AND EVENTUAL BOLT FAILURE.","IF BOLT FAILURE OCCURS TO THE DRIVER'S SEAT, IT WOULDALLOW THE SEAT BACK TO SUDDENLY RECLINE, AND COULD RESULT IN LOSS OF VEHICLECONTROL AND A VEHICLE CRASH WITHOUT PRIOR WARNING.","DEALERS WILL REMOVE THE FOAM AND/OR VINYL FROM BETWEEN THE RECLINER MECHANISM AND THE SEAT FRAME ""SOFT"" JOINT AND REPLACE THE RECLINER BOLTS." -11/12/1993,93V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V188000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,942,"THE HYDRAULIC STEEL BRAKE LINES FROM THE MASTER CYLINDER TO THE FRAME FITTINGS ARE EXPERIENCING VERTICAL FLEXING WHICH CAUSES FATIGUE CRACKS AT THE FRAME END OF THE ASSEMBLY, RESULTING IN BRAKE FLUID LEAKAGE. THIS CAN OCCUR IN ONE OR BOTH OF THE STEEL BRAKE LINES. IN EITHER CASE, THE BRAKE WARNING LIGHT WILL COME ON AND THE LOW PRESSURE BUZZER WILL ACTIVATE.","SHOULD A CRACK AND LEAKAGE DEVELOP IN ONE OF THE LINES,HALF OF THE BRAKING SYSTEM CAPABILITY COULD BE LOST, IMPAIRING THE STOPPINGABILITY OF THE VEHICLE. IF BOTH BRAKE LINES FAIL, THE ENTIRE SERVICE BRAKINGSYSTEM WILL BECOME INOPERATIVE. IN EITHER CASE, AN ACCIDENT COULD RESULT,CAUSING DAMAGE TO THE VEHICLE AND PERSONAL INJURY.","NAVISTAR DEALERS WILL INSTALL A NEW, REDESIGNED PRIMARY AND SECONDARY BRAKE LINE FROM THE MASTER CYLINDER TO THE FRAME RAIL FITTINGS." -11/10/1993,93V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V184000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,3322,"THESE VEHICLES WERE BUILT WITH NONFUNCTIONAL AIR BAG DIAGNOSTIC MODULES INTENDED FOR CERTAIN VEHICLES OVER 8,500 BLS. GVWR.",THE AIR BAG SUPPLEMENTAL RESTRAINT AND THE AIR BAGWARNING LIGHT WILL NOT FUNCTION. THIS COULD RESULT IN REDUCED OCCUPANTPROTECTION IN THE EVENT OF A COLLISION THAT SHOULD ACTIVATE THE AIR BAGSUPPLEMENTAL RESTRAINT SYSTEM.,"DEALERS WILL INSPECT THESE VEHICLES AND, IF NECESSARY, INSTALL THE CORRECT AIR BAG DIAGNOSTIC MODULE." -11/08/1993,93V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V182000),"PREVOST CAR, INCORPORATED",LIGHTING:FUSE:BRAKE LIGHTS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,577,THE CB-49 CIRCUIT BREAKER TRIPS UNDER NORMAL LOAD CONDITIONS BECAUSE THE ELECTRICAL LOAD APPLIED IS CLOSE TO THE BREAKER RATING AND THE TEMPERATURE IN THE ENGINE COMPARTMENT AFFECTS THE PRECISION OF THE BREAKER. THE TRIPPED BREAKER RESULTS IN LOSS OF STOPLIGHT OPERATION.,"WITHOUT STOPLIGHT OPERATION, THERE IS NO WARNING TOTRAFFIC THAT THE VEHICLE IS SLOWING OR STOPPING, WHICH MAY RESULT IN ANACCIDENT.",A CIRCUIT BREAKER MODIFICATION WILL BE PERFORMED USING A DIFFERENT CIRCUIT BREAKER WHICH IS MORE RESISTANT TO HEAT. -11/08/1993,93V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V181000),FRUEHAUF CORPORATION,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,43,SOME TRAILERS ARE MISSING COTTER PINS WHICH LOCK THE AXLE NUT INTO POSITION ON THE AXLE.,"THE MISSING COTTER PIN ALLOWS THE AXLE NUT TO UNSCREWAND COME OFF THE SPINDLE RESULTING IN THE WHEEL ASSEMBLY COMING OFF THE AXLEWHILE THE TRAILER IS IN MOTION. THIS COULD CAUSE PROPERTY DAMAGE, SERIOUSINJURY OR DEATH.","EACH WHEEL END WILL BE INSPECTED FOR MISSING COTTER PIN AND, IF A COTTER PIN IS FOUND MISSING, THE TRAILER IS TO BE REMOVED FROM SERVICE AND A WHEEL END ASSEMBLY ADJUSTMENT PERFORMED." -11/08/1993,93V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V185000),Harley-Davidson Motor Company,STRUCTURE:BUMPER ASSEMBLY:BUMPER:MAIN BODY,STRUCTURE,NR (Not Reported),Vehicle,1077,THE FRONT FENDER RETENTION BOLTS DO NOT MEET THE PROPER HARDNESS SPECIFICATIONS AND MAY FAIL.,"SHOULD THESE BOLTS FAIL, THE FRONT FENDER COULD COME INCONTACT WITH THE FRONT TIRE CAUSING DIFFICULTY IN CONTROLLING THE VEHICLE, WHICHCOULD RESULT IN AN ACCIDENT.",DEALERS WILL REPLACE THE FRONT FENDER RETENTION BOLTS. -11/05/1993,93V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V183000),"VAN HOOL, N.V. (*)",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,601,"THE LABELS REQUIRED BY FMVSS 217, ""BUS WINDOW RETENTION AND RELEASE,"" WHICH INDICATE THE LOCATION OF THE NEAREST WINDOW EXIT, ARE MISSING.","IN AN EMERGENCY, OCCUPANTS COULD HAVE DIFFICULTYLOCATING THE NEAREST EXIT, CREATING A SAFETY RISK.",OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND AMPLE LABELS TO BE APPLIED TO THESE BUSES. -11/05/1993,93V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V180000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,3750,"THE TRANSMISSION FLUID RUBBER TUBE CONNECTING THE TRANSMISSION TO THE TRANSMISSION OIL COOLER LOCATED IN THE RADIATOR CAN BECOME DISCONNECTED FROM THE TRANSMISSION, RESULTING IN DISCHARGE OF TRANSMISSION FLUID.","THE DISCHARGED FLUID COULD CONTACT THE EXHAUST MANIFOLDOR THE EXHAUST PIPE, RESULTING IN A FIRE.",DEALERS WILL INSTALL A REVISED LINE AND TRANSMISSION OUTLET TUBE. -11/02/1993,93V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V177000),Blue Bird Body Company,EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,360,"PARKING BRAKE RELEASE ROD ""L"" BRACKET CAN BEND, RESULTING IN THE RELEASE OF THE PARKING BRAKE.",UNINTENTIONAL RELEASE OF THE PARKING BRAKE OF ANUNATTENDED VEHICLE MAY CAUSE THE VEHICLE TO ROLL AND RESULT IN AN ACCIDENT.,BLUE BIRD WILL PROVIDE REPLACEMENT PARTS AND INSTRUCTIONS TO ALLOW VEHICLE OWNERS TO REPLACE THE PARKING BRAKE LEVER AND SUPPORT BRACKET. -11/02/1993,93T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93T008000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,401,THE CURE CYCLE RECEIVED BY THESE TIRES WAS AT LEAST DOUBLE THE STANDARD TIME.,"THE OVERCURED CONDITION OF THESE TIRES CAN RESULT INTREAD SEPARATION. IF TREAD SEPARATION IS NOT NOTICED, CONTINUED USE MAY CAUSESUDDEN LOSS OF AIR WHICH MAY RESULT IN LOSS OF STEERING CONTROL WITH THEPOTENTIAL FOR A VEHICLE ACCIDENT.","COOPER WILL REPLACE THESE TIRES, AND MOUNT AND BALANCE THE NEW TIRES AT NO CHARGE." -11/01/1993,93V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V186000),TAM-USA,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,9,"THE LABELS REQUIRED BY FMVSS 217, ""BUS WINDOW RETENTION AND RELEASE,"" WHICH INDICATE THE LOCATION OF THE NEAREST WINDOW EXIT, ARE MISSING.","IN AN EMERGENCY, OCCUPANTS COULD HAVE DIFFICULTYLOCATING THE NEAREST EXIT, CREATING A SAFETY RISK.",OWNERS WILL BE PROVIDED WITH INSTRUCTIONS AND AMPLE LABELS TO BE APPLIED TO THESE BUSES. -11/01/1993,93V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V178000),Glaval Bus,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,4449,THE END CAPS ON THE WINDOW SHADES ARE FAULTY CAUSING THE SHADES TO COME LOOSE AND FALL DOWN.,"FAILURE OF THE SHADES DURING OPERATION OF THE VEHICLEOBSTRUCTS THE VISION OF THE DRIVER, CREATING THE POTENTIAL FOR AN ACCIDENT.",GLAVAL WILL REPLACE THE THREE (3) STRING SHADES. -11/01/1993,93V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V179000),"Jaguar Cars, Ltd.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,52102,THE NORMAL LOCKUP FUNCTION OF THE AUTOMATIC (PASSIVE) BELT REEL CAN CAUSE THE BELT MOTOR WINCH ASSEMBLY TO LOCKUP SUCH THAT THE PASSIVE BELT SYSTEM WILL NOT DEPLOY/FUNCTION OR GETS STUCK AT VARIOUS POINTS ALONG THE TRACK CAUSING THE KINKING OR BREAKING OF ITS CABLE OR DETACHMENT OF THE TONGUE.,"IF THIS OCCURS THE OCCUPANTS OF THE VEHICLE CANNOT USETHE SAFETY BELTS, INCREASING THE RISK OF INJURY IN THE EVENT OF A SUDDEN STOPOR ACCIDENT.",JAGUAR WILL REPAIR THE PASSIVE BELT SYSTEM IF THIS PROBLEM OCCURS OR HAS OCCURRED. JAGUAR WILL NOTIFY OWNERS OF THE EXISTENCE OF A LIFETIME WARRANTY ON COMPONENTS OF THE AUTOMATIC (PASSIVE) BELT SYSTEM. -11/01/1993,93V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V176000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,130,THE DRIVESHAFT TO THE FRONT DRIVING AXLE IS SECURED TO A BRACKET USING TWO PILLOW BLOCKS. THESE BLOCKS ARE OF INSUFFICIENT STRENGTH TO SUPPORT THE DRIVESHAFT AND COULD FAIL.,PILLOW BLOCK FAILURE ALLOWS THE DRIVELINE (JACKSHAFT)TO DROP DOWN ONTO THE ROADWAY AND CREATE A SAFETY HAZARD TO OTHER VEHICLES.,MACK WILL INSTALL THICKER PILLOW BLOCKS AND SUPPORT U-BOLTS. -10/29/1993,93V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V175000),"Volkswagen Group of America, Inc.",AIR CONDITIONER:HOSE:DUCT:AIR,EQUIPMENT,NR (Not Reported),Vehicle,29500,"THE PLASTIC MATERIAL OF THE CENTER AIR FLOW DUCT, WHICH IS FASTENED BY TWO MOUNTING SCREWS TO THE CEILING OF THE PASSENGER COMPARTMENT, CAN CRACK AND EVENTUALLY BREAK.","IF THE PLASTIC BREAKS WHERE IT IS HELD AT THE TWOMOUNTING SCREWS, THE CENTER AIR FLOW DUCT CAN SEPARATE FROM ITS SUPPORTS ANDCAUSE INJURY TO THE PASSENGERS SITTING IN THE CENTER SEAT OF THE VEHICLE.",DEALERS WILL INSTALL A REINFORCEMENT PLATE AT THE CONNECTIONS OF BOTH THE CENTER AND REAR AIR FLOW DUCTS. -10/29/1993,93V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V174000),Mazda North American Operations,MAZDA/STRUCTURE:DOOR ASSEMBLY:HANDLE:OUTSIDE,STRUCTURE,NR (Not Reported),Vehicle,244000,"RESIN MOLDED FRONT HANDLES FAIL AT THE DOOR LATCH ACTUATING ROD ATTACHMENT, FREEING THE ROD TO FALL INSIDE THE DOOR FRAME. SUBSEQUENT LOWERING OF THE ASSOCIATED WINDOW MAY FORCE THE ACTUATING ROD DOWNWARD AND RELEASE THE DOOR LATCH.",INADVERTENT ACTUATION OF THE DOOR LATCH CAUSES THE DOORTO OPEN UNEXPECTEDLY WHICH COULD RESULT IN AN OCCUPANT FALLING OUT OF THEVEHICLE.,DEALERS WILL REPLACE THE DOOR HANDLE/LATCH ASSEMBLY. -10/25/1993,93V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V172000),PACCAR Incorporated,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,500,"THESE TRUCKS DO NOT HAVE THE PROPER CUTOUT IN THE FRONT DROP RAIL SECTION OF THE FRAME RAIL. WITHOUT THE PROPER CUTOUT, THE STEERING DRIVELINE GREASE FITTING WILL INTERFERE WITH THE FLANGE OF THE CHASSIS RAIL.",STEERING DRIVELINE INTERFERENCE WOULD PREVENT PROPERSTEERING CONTROL. THE CONDITION CAN RESULT IN LOSS OF STEERING CAPABILITY.,"DEALERS WILL INSPECT FOR PROPER CUTOUT AND ADEQUATE CLEARANCE WITH THE GREASE FITTING. IF ADEQUATE CLEARANCE DOES NOT EXIST, A CUTOUT WILL BE ADDED TO THE DROP RAIL." -10/22/1993,93V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V173000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,3900,FRONT SUSPENSION TRACK BAR ATTACHMENT TO THE AXLE MAY NOT BE ADEQUATELY TIGHTENED.,LOSS OF THE TRACK BAR ATTACHMENT CAN CAUSE AXLEVIBRATION AND DIRECTIONAL CONTROL DIFFICULTY WHICH COULD RESULT IN LOSS OFVEHICLE CONTROL AND AN ACCIDENT.,TIGHTEN FRONT SUSPENSION TRACK BAR AXLE ATTACHMENT TO THE SPECIFIED TORQUE. -10/19/1993,93V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V171000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,729,THE BRAKE PEDAL PUSH ROD CAN DISENGAGE FROM THE BRAKE BOOSTER.,"IF THE BRAKE PEDAL PUSH ROD DISENGAGES FROM THE BRAKEBOOSTER, IT WILL RESULT IN THE LOSS OF SERVICE BRAKES.",DEALERS WILL INSPECT FOR PROPER BRAKE PEDAL TRAVEL AND INSTALL A BRAKE PEDAL RETURN STOP TO PREVENT POSSIBLE PUSH ROD DISENGAGEMENT. -10/18/1993,93V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V170000),TIARA MOTOR COACH DIVISION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,8283,"WITH THE DRIVER SEAT IN THE FORWARD MOST POSITION, THE SAFETY BELT IS EXCESSIVELY TIGHT FOR PERSONS WHOSE DIMENSIONS ARE A THOSE OF 95TH PERCENTILE MALE, RESULTING IN NON-COMPLIANCE WITH FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","THE DRIVER WOULD BE DISCOURAGED FROM USE OF THE SAFETYBELT ASSEMBLY DUE TO THE UNCOMFORTABLE FIT, EXPOSING THE DRIVER TO A GREATERRISK OF SERIOUS INJURY OR DEATH IN THE EVENT OF AN ACCIDENT.",THE FACTORY SAFETY BELT BUCKLE ASSEMBLY WILL BE REPLACED USING A SUBSTITUTE BUCKLE ASSEMBLY WHICH HAS THE CAPABILITY OF BEING EXTENDED TO ACHIEVE THE PROPER FIT FOR 95TH PERCENTILE MALES. -10/15/1993,93V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V169000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,217,"IF THE PASSENGER-SIDE AIR BAG DEPLOYS IN AN ACCIDENT AND THERE IS NO PASSENGER IN THAT SEATING POSITION, THE AIR BAG CAN DETACH FROM, AND DEFORM, THE MOUNTING BRACKET.","INSTALLATION OF A REPLACEMENT PASSENGER-SIDE AIR BAGWOULD BE IMPEDED BY THE DAMAGE TO THE MOUNTING BRACKET AND WOULD REQUIRE MOREEXPENSIVE REPAIR WORK. THIS MAY DETER THE VEHICLE OWNER FROM HAVING THE REPAIRMADE AND THE REPLACEMENT AIR BAG INSTALLED, WHICH WOULD PLACE FUTURE PASSENGERSAT HIGHER RISK OF INJURY IN AN ACCIDENT.",A NEW AIR BAG MODULE WITH A SLIGHTLY REVISED DOOR TO IMPROVE FIT AND APPEARANCE WILL BE INSTALLED AND A DOUBLER WILL BE INSTALLED ON THE MOUNTING BRACKET TO MORE SECURELY RETAIN THE MODULE. -10/13/1993,93E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E035000),MIDAS INTERNATIONAL CORP.,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,300,THE GROOVE FOR THE REAR WHEEL BEARING RETAINER RING WAS INCORRECTLY MACHINED.,"IF THE RETAINING RING DOES NOT SIT CORRECTLY IN THEGROOVE, THE AXLE LUG NUTS WILL BREAK, CAUSING THE BRAKE DRUM, WHEEL, AND TIREASSEMBLY TO SEPARATE FROM THE VEHICLE.",MIDAS SHOPS WILL REPLACE THE BRAKE DRUMS WITH OTHER BRAKE DRUMS FROM ANOTHER SUPPLIER. -10/12/1993,93V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V168000),EXPLORER MOTOR HOME CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1089,"WITH THE DRIVER SEAT IN THE FORWARD MOST POSITION, THE SAFETY BELT IS EXCESSIVELY TIGHT FOR PERSONS WHOSE DIMENSIONS ARE THOSE OF A 95TH PERCENTILE MALE, RESULTING IN NON-COMPLIANCE WITH FMVSS NO. 208, ""OCCUPANT CRASH PROTECTION.""","THE DRIVER WOULD BE DISCOURAGED FROM USE OF THE SAFETYBELT ASSEMBLY DUE TO THE UNCOMFORTABLE FIT, EXPOSING THE DRIVER TO A GREATERRISK OF SERIOUS INJURY OR DEATH IN THE EVENT OF AN ACCIDENT.",THE FACTORY SAFETY BELT BUCKLE ASSEMBLY WILL BE REPLACED USING A SUBSTITUTE BUCKLE ASSEMBLY WHICH HAS THE CAPABILITY OF BEING EXTENDED TO ACHIEVE THE PROPER FIT FOR 95TH PERCENTILE MALES. -10/04/1993,93V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V167000),Hyundai Motor America,POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,515000,THE MANUAL TRANSMISSIONS MAY LOCK UP FROM INSUFFICIENT LUBRICATION OF THE GEARS IN THE TRANSMISSION CASE. THIS CAN CAUSE THE DRIVE WHEELS TO SEIZE AND THE VEHICLE TO COME TO A SUDDEN STOP.,"SUDDEN STOPS WITHOUT PRIOR WARNING CAN CAUSE VEHICLEOCCUPANTS TO BE THROWN AROUND IN THE CAR, AND CAUSE LOSS OF VEHICLE CONTROLWHICH COULD RESULT IN AN ACCIDENT.",HYUNDAI WILL PERFORM A COST FREE TRANSMISSION OIL CHANGE. -10/04/1993,93V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V166000),"Jayco, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,66,THE WHEEL TECH WHEEL DOES NOT SEAT PROPERLY AGAINST THE HUB CAUSING INABILITY TO FULLY TIGHTEN THE WHEEL LUG NUTS.,IF THE LUG NUTS ARE NOT TIGHTENED THE WHEEL CAN SEPARATEFROM THE TRAILER DURING TRAVEL CAUSING DANGER TO THE TOW VEHICLE AND OTHERVEHICLES IN THE ROADWAY.,REPLACE BOTH WHEELS AND TIRES WITH WHEELS AND TIRES FROM A DIFFERENT DISTRIBUTOR WHICH WILL ALLOW PROPER FIT AGAINST THE HUB AND COMPLETE TIGHTENING OF THE LUG NUTS. -10/01/1993,93E029002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029002),"THOMAS BUILT BUSES, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,124,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER, CAUSED BY AN OUT-OF-SPECIFICATION CONDITION OF THE ADAPTER, RESULTS IN BRAKE FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE CAUSINGPARTIAL LOSS OF BRAKING ABILITY, WHICH MAY LEAD TO AN ACCIDENT.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -10/01/1993,93E029003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029003),Blue Bird Body Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,165,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER, CAUSED BY AN OUT-OF-SPECIFICATION CONDITION OF THE ADAPTER, RESULTS IN BRAKE FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE CAUSINGPARTIAL LOSS OF BRAKING ABILITY, WHICH MAY LEAD TO AN ACCIDENT.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -10/01/1993,93E029004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029004),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,4,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER, CAUSED BY AN OUT-OF-SPECIFICATION CONDITION OF THE ADAPTER, RESULTS IN BRAKE FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE CAUSINGPARTIAL LOSS OF BRAKING ABILITY, WHICH MAY LEAD TO AN ACCIDENT.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -10/01/1993,93E029005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029005),IC CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,137,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER, CAUSED BY AN OUT-OF-SPECIFICATION CONDITION OF THE ADAPTER, RESULTS IN BRAKE FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE CAUSINGPARTIAL LOSS OF BRAKING ABILITY, WHICH MAY LEAD TO AN ACCIDENT.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -10/01/1993,93V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V164000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8545,THE THROTTLE CABLE CAN BECOME DISENGAGED FROM THE RETAINING BRACKET.,"THE DISENGAGED THROTTLE CABLE CAN INTERFERE WITH THETHROTTLE CAM MECHANISM, RESULTING IN THE THROTTLE STICKING IN EITHER THE OPENPOSITION OR CLOSED POSITION. WHEN THE THROTTLE STICKS IN THE OPEN POSITION,UNWANTED VEHICLE ACCELERATION WILL OCCUR WHICH MAY CAUSE AN ACCIDENT.",INSPECT THROTTLE CABLES TO ENSURE THE THROTTLE CONTROL CABLE IS FULLY SEATED IN THE RETAINING BRACKET AND INSTALL A CABLE TIE STRAP TO SECURE THE CABLE IN ITS CORRECT SEAT. -10/01/1993,93V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V165000),"General Motors, LLC",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,183,THE REAR DRIVE SHAFT TUBE SEPARATES FROM THE YOKE CAUSING UNDERBODY SHEET METAL DAMAGE AND COULD POSSIBLY DETACH FROM THE VEHICLE CAUSING DAMAGE TO THE FUEL TANK.,"IF THE DRIVE SHAFT DETACHES FROM THE VEHICLE AND CAUSESDAMAGE TO THE FUEL TANK, FUEL SPILLAGE WILL OCCUR WHICH COULD RESULT IN APOSSIBLE FIRE.",REPLACE SAGINAW THREE RIVERS DRIVE SHAFTS WITH A DRIVE SHAFT FROM A DIFFERENT SUPPLIER. -10/01/1993,93V142001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V142001),"THOMAS BUILT BUSES, INC.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,336,"THE CAP SCREWS THAT HOLD THE INTERMEDIATE STEERING LINKAGES ONTO THE INPUT AND OUTPUT SHAFTS OF THE 90 DEGREE STEERING GEAR BOX WERE IMPROPERLY TORQUED, AND CAN SEPARATE FROM THE LINKAGE CONNECTIONS. ALSO, THE KEYS WERE NOT INSTALLED IN THE KEYWAYS OF THE STEERING LINKAGE AND THE STEERING BOX SHAFT.",THE CAP SCREW SEPARATING FROM THE INTERMEDIATE LINKAGE/90 DEGREE GEAR BOX AND THE MISSING KEYS HAVE THE POTENTIAL FOR CATASTROPHICFAILURE OF THE STEERING SYSTEM WHICH MAY RESULT IN AN ACCIDENT.,"REMOVE ALL FASTENERS CONNECTING THE STEERING GEAR BOX INPUT AND OUTPUT SHAFTS TO THE INTERMEDIATE LINKAGES AND REASSEMBLE WITH NEW KEYS, CAP SCREWS, WASHERS, AND NUTS." -09/28/1993,93V032006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032006),Collins Bus Corporation,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,2833,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -09/27/1993,93V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V162000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,579,THE CRUISE CONTROL CABLE MAY SEPARATE FROM THE CONDUIT END FITTING WHILE ENGAGED AND ACCELERATOR CONTROL COULD BE LOST.,"LOSS OF ACCELERATOR CONTROL MAY NOT REDUCE ENGINE SPEEDTO A LEVEL ANTICIPATED BY THE DRIVER. ALTHOUGH THE VEHICLE CAN STILL BE STOPPEDWITH THE SERVICE BRAKE, LOSS OF ACCELERATOR CONTROL COULD RESULT IN A VEHICLECRASH WITHOUT PRIOR WARNING.",REPLACE THE CRUISE CONTROL CABLE. -09/27/1993,93V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V159000),Ford Motor Company,FUEL:FUEL INJECTION SYSTEM,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4100,"THE FUEL RAIL THAT PROVIDES THE FUEL SUPPLY TO THE FUEL INJECTORS HAS AN IMPROPERLY FORMED TUBE WHICH HAS THE POTENTIAL TO FRACTURE, CAUSING FUEL TO LEAK.",FUEL LEAKAGE IN THE PRESENCE OF AN IGNITION SOURCE CANRESULT IN A FIRE.,THE ENGINE FUEL RAIL WILL BE REPLACED. -09/27/1993,93V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V160000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20000,"AS A RESULT OF INHERENT VIBRATION IN THESE ENGINES, THE THROTTLE RETURN SPRINGS CAN FRACTURE.","IF ONE OF THE TWO RETURN SPRINGS FRACTURES WHILE THEVEHICLE IS BEING DRIVEN, A SUBSTANTIAL REDUCTION IN ACCELERATOR PEDAL EFFORTWOULD BE FELT. IF THE SECOND SPRING ALSO FRACTURES, THE THROTTLE WOULD NOTRETURN TO IDLE POSITION AND CAN RESULT IN INCREASED ENGINE SPEED AND THEPOSSIBILITY OF LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",THE THROTTLE RETURN CONTROL SYSTEM WITH THE COIL TORSION SPRING DESIGN WILL BE REPLACED. -09/27/1993,93V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V161000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,12000,THE TWO REAR INBOARD SAFETY BELT ATTACHMENT BOLTS MAY HAVE INADEQUATE THREAD ENGAGEMENT INTO THE FLOOR PAN ANCHOR NUTS.,"THE SAFETY BELT ATTACHMENT BOLTS MAY NOT SUPPORT THELOAD OF REAR SEAT PASSENGERS IN THE EVENT OF A SUDDEN STOP OR ACCIDENT; THEASSEMBLY FAILS TO COMPLY WITH THE STATIC LOAD REQUIREMENTS OF FMVSS 210, ""SEATBELT ASSEMBLY ANCHORAGES."" THE INABILITY TO SUPPORT THE LOAD OF REAR SEATPASSENGERS INCREASES THE RISK OF INJURY TO SEAT OCCUPANTS.",REPLACE THE TWO INBOARD SAFETY BELT ANCHOR BOLTS WITH LONGER BOLTS ON ALL VEHICLES. -09/27/1993,93V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V163000),"General Motors, LLC",INTERIOR SYSTEMS:TRACKS AND ANCHORS:REAR SEAT,SEATS,NR (Not Reported),Vehicle,303,"THE REAR BENCH SEAT DOES NOT MEET THE LOAD REQUIREMENTS OF FMVSS 207, ""SEATING SYSTEMS,"" BECAUSE THE MANUAL LATCH MECHANISM ON THE FOLDING FULL BENCH REAR SEAT WAS ATTACHED TO THE BACK FRAME LOWER CROSS TUBE WITH DOMED HEAD STEEL RIVETS INSTEAD OF THE BOLTS SPECIFIED.",,THE RIVETS MUST BE REPLACED WITH THE CORRECT BOLTS. -09/27/1993,93E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E033000),Fontaine Fifth Wheel Company,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,20,THERE IS A MARGINAL WELD PENETRATION BETWEEN THE BRACKET WELDMENT AND THE PLATE. THIS CAN CAUSE THE BRACKET AND PLATE TO SEPARATE.,SEPARATION OF THE BRACKET AND THE PLATE CAN CAUSE ANYTOWED VEHICLE TO SEPARATE FROM THE TOWING TRUCK OR TRACTOR AND RESULT IN AVEHICLE ACCIDENT.,REPLACE THE MOUNTING BRACKET AND PLATE. -09/24/1993,93V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V156000),"CARPENTER INDUSTRIES, INC.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,40,THE SUSPENSION STRUT ROD MOUNTING BOLT CAN INTERFERE WITH THE MOVEMENT OF THE REAR BRAKE CALIPER.,"THE INTERFERENCE CAN CAUSE A PARTIAL LOSS OF BRAKINGFORCE AND REDUCTION OF BRAKE EFFICIENCY OR THE REAR DISC BRAKES, RESULTING INAN INCREASE IN STOPPING DISTANCE WHICH COULD CAUSE AN ACCIDENT.",ROTATE THE CALIPER SUPPORT BRACKET. THIS WILL MOVE THE BRAKE ASSEMBLY FROM A FRONT-MOUNTED POSITION TO A REAR-MOUNTED POSITION AND PROVIDE CLEARANCE FOR THE MOVEMENT OF THE REAR BRAKE CALIPER. -09/24/1993,93V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V158000),"HPA MONON TRAILER, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,750,THE LOWER FLANGE OF THE KING PIN CAN CRACK. THIS COULD CAUSE COUPLER SEPARATION.,COUPLER SEPARATION CAN RESULT IN THE TRAILER SEPARATINGFROM ITS TOWING VEHICLE RESULTING IN A POSSIBLE VEHICLE ACCIDENT.,"MONON WILL REPLACE THE ENTIRE COUPLER ASSEMBLY, INCLUDING THE KING PIN, UNTIL A REPLACEMENT KING PIN REPLACEMENT PROCEDURE IS DEVELOPED. THE REPLACEMENT KING PINS WILL BE FROM A DIFFERENT SUPPLIER." -09/24/1993,93V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V155000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,1500,THE DESIGN OF THE AIR BAG DIAGNOSTIC MONITOR CAUSES THE DRIVER'S SIDE AIR BAG TO DEPLOY WHEN THE PASSENGER DOOR IS SLAMMED WHILE THE IGNITION KEY IS TURNED TO THE START POSITION.,INADVERTENT DEPLOYMENT OF THE AIR BAG CAN RESULT ININJURY TO THE DRIVER.,INSTALL A REDESIGNED AIR BAG DIAGNOSTIC MONITOR. -09/24/1993,93V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V157000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,39,THE SUSPENSION SUPPORT ASSEMBLIES DO NOT MEET GENERAL MOTORS CORPORATION'S SPECIFICATION FOR WELD INTEGRITY AND THE AFFECTED WELD CAN FAIL CAUSING THE FRONT OF THE CONTROL ARM TO SEPARATE FROM THE SUSPENSION SUPPORT ASSEMBLY.,"IF THIS OCCURS, THE AFFECTED TIRE/WHEEL ASSEMBLY CAN MOVESUBSTANTIALLY FROM ITS DESIGNED POSITION AND STEERING CONTROL CAN BE SEVERELYIMPAIRED WHICH MAY RESULT IN AN ACCIDENT.",INSTALL REVISED SUSPENSION SUPPORTS WITH ADEQUATE WELD INTEGRITY. -09/21/1993,93V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V154000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,182045,THE SAFETY BELT BUCKLE ASSEMBLIES MAY NOT LATCH OR MAY NOT RELEASE DUE TO THE FRACTURE OF THE RED RELEASE PUSH BUTTON.,"THE BUCKLE MALFUNCTION WOULD PREVENT THE USE OF THESAFETY BELT SYSTEM, PLACING THE FRONT SEAT OCCUPANT IN INCREASED RISK OF INJURYIN THE EVENT OF A SUDDEN STOP OR ACCIDENT.",REPLACE OR REPAIR THE SAFETY BELT BUCKLES. -09/21/1993,93V032004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032004),"VAN-CON, INCORPORATED",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,766,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -09/21/1993,93V032005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032005),COACH & EQUIP SALES CORP.,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,3000,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -09/16/1993,93E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E031000),BRUNSWICK CORPORATION,FUEL:CNG: PRESSURE RELIEF VALVE/DEVICE,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,404,THE CNG TANKS MAY HAVE BEEN FITTED WITH PRESSURE RELIEF DEVICES THAT MAY NOT VENT GAS FROM THE TANK QUICKLY ENOUGH TO REDUCE THE TANK PRESSURE SUFFICIENTLY TO AVOID RUPTURE IF THE TANK IS EXPOSED TO FIRE OR EXTREME HEAT.,"INADEQUATE TANK VENTING RESULTS IN INCREASED RISK OF TANKRUPTURE AND EXPLOSION IF AN IGNITION SOURCE IS PRESENT, WHICH COULD RESULT INDEATH OR SEVERE PERSONAL INJURY.",BRUNSWICK WILL REPLACE ALL PRESSURE RELIEF DEVICES INSTALLED ON CNG FUEL TANKS WHETHER OR NOT BRUNSWICK SOLD THE PRESSURE RELIEF DEVICES. -09/15/1993,93V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V151000),DORSEY CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,979,IMPROPER ROUTING OF THE AIR BRAKE HOSES FROM THE BRAKE VALVES TO THE BRAKE CHAMBERS OF THE AIR OPERATED S-CAM BRAKES CAN CAUSE THE HOSES TO CHAFE OR BE CUT ON THE TRAILER FRAME.,"SERVICE BRAKE HOSE CHAFING OR CUTTING CAN CAUSE REDUCTIONOR LOSS OF SERVICE BRAKES WITHOUT PRIOR WARNING TO THE DRIVER. A VEHICLE CRASHCAN OCCUR AS A RESULT OF THE MALFUNCTIONING SERVICE BRAKES. ALSO, IF A SPRINGBRAKE HOSE IS CUT, THE SPRING BRAKE DRAG OCCURS, WHICH REDUCES THE EFFECTIVENESSOF THE SERVICE BRAKES, AND CAUSES BRAKE COMPONENTS TO OVERHEAT TO THE POINT OFIGNITING THE UNDERCOATING AND BURNING THE TRAILER. THIS CAN ALSO CAUSE WHEELLOCKUP WHICH COULD RESULT IN A VEHICLE CRASH.","CHAFFED BRAKE HOSES WILL BE REPLACED, AND THE BRAKE HOSE ROUTING AND BRAKE CHAMBER INSTALLATION WILL BE MODIFIED TO ELIMINATE THE BRAKE HOSE CHAFFING PROBLEM." -09/15/1993,93V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V152000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,70154,"THE BRAKE PEDAL PUSH ROD RETAINER IS MISSING, MISPOSITIONED OR NOT PROPERLY SEATED.","BRAKE PEDAL PUSH ROD PROBLEMS CAN CAUSE THE STOP LAMPSWITCH AND THE BRAKE BOOSTER PUSH ROD TO DISCONNECT FROM THE BRAKE PEDAL,RESULTING IN LOSS OF BRAKE OPERATION, AND A VEHICLE CRASH COULD OCCUR WITHOUTPRIOR WARNING.",INSPECT VEHICLES TO ASSURE THE BRAKE PEDAL PUSH ROD RETAINER IS PRESENT AND FULLY SEATED IN ITS CORRECT POSITION. -09/14/1993,93V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V153000),"General Motors, LLC",ELECTRICAL SYSTEM:IGNITION:SWITCH:NEUTRAL START,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1103,THE NEUTRAL START SAFETY SWITCH COULD HAVE BEEN FRACTURED DURING INSTALLATION.,"A FRACTURED SWITCH CAN RESULT IN A NO-START CONDITION.ALSO, A VEHICLE WITH A FRACTURED SWITCH CAN BE STARTED IN GEAR, CAUSING THEVEHICLE TO MOVE UNEXPECTEDLY, POSSIBLY RESULTING IN AN ACCIDENT.",THE DEALER WILL REPLACE THE NEUTRAL START SWITCH. THE MANUAL SWITCH OF THE AUTOMATIC TRANSAXLE ASSEMBLY WILL BE INSPECTED AND REPLACED IF AN OVERSIZED CONDITION EXISTS. -09/14/1993,93V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V143000),"Jayco, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,3143,"THE SWITCH WHICH OPENS THE SLIDE-OUT ROOM MAY HAVE BEEN INSTALLED INCORRECTLY OR DAMAGED DURING SHIPPING. ALSO, MOISTURE CAN INTRUDE INTO THE CONTROL MODULE. ANY ONE OF THESE CONDITIONS CAN CAUSE THE SLIDE OUT ROOM TO OPEN WHEN THE SWITCH IS OFF.","IF THE SLIDE-OUT ROOM OPENS WHILE THE VEHICLE IS INMOTION, IT CAN RESULT IN A VEHICLE ACCIDENT.","INSPECT THE SLIDE-OUT SWITCH AND THE CONTROL MODULE. DAMAGED SWITCHES WILL BE REPAIRED, AND THE CONTROL MODULE WILL BE REPLACED OR FITTED WITH A PROTECTIVE COVER, AS NECESSARY." -09/14/1993,93V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V148000),FREIGHTLINER LLC,VISUAL SYSTEMS:WINDSHIELD WIPER ARM,VISIBILITY,NR (Not Reported),Vehicle,985,THE WINDSHIELD WIPER ARM SUPPORT CRACKS WHERE THE WIPER ARM PIVOT MOUNTS TO THE SUPPORT BRACKETS CAUSING FAILURE OF THE SYSTEM.,FAILURE OF THE WINDSHIELD WIPER SYSTEM REDUCES DRIVERVISIBILITY IN INCLEMENT WEATHER WHICH COULD RESULT IN AN ACCIDENT.,REMOVE AND REPLACE THE WINDSHIELD WIPER ARM SUPPORT BRACKET WITH A REDESIGNED SUPPORT BRACKET. -09/14/1993,93V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V149000),FREIGHTLINER LLC,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,505,"CONTACT INTERFERENCE BETWEEN THE WINDSHIELD WIPER LINKAGE AND THE MOTOR OUTPUT SHAFT NUT CAUSES LINKAGE SEPARATION, RESULTING IN FAILURE OF THE SYSTEM.",FAILURE OF THE WINDSHIELD WIPER SYSTEM REDUCES DRIVERVISIBILITY IN INCLEMENT WEATHER WHICH COULD RESULT IN AN ACCIDENT.,REMOVE AND REPLACE THE WINDSHIELD WIPER LINKAGE WITH A REDESIGNED LINKAGE THAT PROVIDES ADDITIONAL CLEARANCE WITH THE WIPER MOTOR OUTPUT SHAFT. -09/13/1993,93V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V146000),Ford Motor Company,BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17400,"BRAKE LINES IN THE ENGINE COMPARTMENT ARE ROUTED TOO NEAR THE LEFT EXHAUST MANIFOLD, CAUSING THE BRAKE FLUID TO OVERHEAT.","BRAKE FLUID LOSES VISCOSITY WHEN IT OVERHEATS, CAUSINGLOSS OF BRAKES OR INCREASED VEHICLE STOPPING DISTANCE WHICH MAY RESULT IN ANACCIDENT.",FORD WILL INSTALL A HEAT SHIELD AND BRAKE LINE INSULATION ON ENGINE COMPARTMENT BRAKE LINES. -09/13/1993,93V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V147000),Toyota Motor Corporation,EQUIPMENT:ELECTRIC EQUIPMENT:RADIO:TAPE DECK ETC.,EQUIPMENT,NR (Not Reported),Vehicle,155809,FAILURE OF A SPECIFIC ELECTRONIC COMPONENT IN THE RADIOS CAUSES AN ELECTRICAL SHORT CIRCUIT.,"IF THE FAILURE OCCURS, IT COULD RESULT IN A PASSENGERCOMPARTMENT FIRE.",REPAIR THE RADIO. -09/13/1993,93V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V150000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,11000,WINDSHIELD FRAME METAL MAY CRACK AT THE WIPER ARM PIVOT MOUNTINGS DUE TO METAL STRESS DURING WIPER OPERATION.,"THIS CAN CAUSE DISLOCATION AND BINDING OF THE WIPERSYSTEM LINKAGE WHICH, IN INCLEMENT WEATHER, COULD AFFECT DRIVER VISIBILITY ANDRESULT IN AN ACCIDENT.",RETROFIT WITH A WINDSHIELD FRAME REINFORCEMENT AT THE WIPER PIVOT LOCATIONS AND INSTALL NEW REDESIGNED LINKAGE COMPONENTS TO REDUCE STRESS AT THE PIVOT MOUNTINGS. -09/09/1993,93V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V144000),FRUEHAUF CORPORATION,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,844,INCORRECT LUBRICANT WAS USED IN THE GEAR BOX OF THE INBOARD STYLE SUPPORT LEG ASSEMBLY AND THE GEAR RATIO OF THE ASSEMBLY RESULTS IN DIMINISHING THE SELF-LOCKING ASPECT OF THE UNIT. THIS CAUSES THE ASSEMBLY TO RETRACT IN AN UNCONTROLLED AND UNEXPECTED MANNER.,"THE RAPID, UNCONTROLLED, AND UNEXPECTED ROTATION OF THESUPPORT LEG CAN RESULT IN INJURY TO THE OPERATOR OF THE SUPPORT LEG MECHANISM.",SUPPORT LEGS WILL BE REPLACED WITH LEGS THAT HAVE THE CORRECT LUBRICANT AND CONVENTIONAL FUNCTIONS. A WARNING AND OPERATION INSTRUCTION DECAL WILL BE PLACED ON THE TRAILER AND ILLUSTRATED OPERATION INSTRUCTIONS WILL BE PROVIDED. -09/03/1993,93V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V138000),"Volkswagen Group of America, Inc.",EMERGENCY PARKING BRAKE:MECHANICAL:RELEASE MECHANI,PARKING BRAKE,NR (Not Reported),Vehicle,2400,THE HANDLE OF THE EMERGENCY BRAKE CONTAINS A TORSION SPRING WHICH IS DESIGNED TO ENSURE THAT THE LOCKING MECHANISM REMAINS FIRMLY ENGAGED UPON APPLICATION OF THE EMERGENCY BRAKE. SOME OF THESE SPRINGS MAY HAVE BEEN IMPROPERLY INSTALLED.,"AN IMPROPERLY INSTALLED SPRING CAN CAUSE THE EMERGENCYBRAKE TO RELEASE. IF THE VEHICLE IS NOT PROPERLY SECURED, IT COULD SET ITSELFIN MOTION AND CAUSE AN ACCIDENT.",DEALERS WILL INSTALL A LONGER TENSION SPRING TO PROVIDE SUFFICIENT TENSION. -09/03/1993,93V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V145000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11432,"THE FUEL FEED HOSE CAN PULL OUT OF THE CRIMPED COUPLING AT THE ENGINE END OF THE HOSE ASSEMBLY, CAUSING FUEL LEAKAGE.","IF THE COUPLING WERE TO SEPARATE AND AN IGNITION SOURCEIS PRESENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.",INSTALL A NEW FUEL FEED HOSE. -08/30/1993,93E029001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E029001),Oshkosh Corporation,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1026,"A GAP BETWEEN THE MASTER CYLINDER AND REMOTE BRAKE FLUID RESERVOIR ADAPTER IS CAUSED BY AN OUT-OF-SPECIFICATION CONDITION IN THE ADAPTER, RESULTING IN HYDRAULIC FLUID LOSS DURING BRAKE APPLICATION.","BRAKE FLUID LOSS RESULTS IN LOSS OF PRESSURE, CAUSINGPARTIAL LOSS OF BRAKING ABILITY.",REPLACE THE OUT-OF-SPECIFICATION ADAPTERS. -08/26/1993,93V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V141000),Crane Carrier Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,"THE BOLT WHICH ATTACHES THE REAR SUSPENSION TORQUE ROD TO THE AXLE BRACKET RESTRICTS THE MOVEMENT OF THE OUTSIDE BRAKE PAD, RESULTING IN ONLY THE INSIDE BRAKE PAD CONTACTING THE ROTOR.","BRAKING CAPABILITY WILL BE REDUCED, INCREASING THESTOPPING DISTANCE WHICH MAY RESULT IN AN ACCIDENT.",THE AXLE END HARDWARE WILL BE DISASSEMBLED AND THE DISC BRAKE ASSEMBLY AND SPIDER WILL BE REINDEXED FROM A FORWARD MOUNT TO A REAR MOUNT. -08/25/1993,93V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V130000),FOUR WINDS CMPR. MFG. CO.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,1024,THESE TRAVEL TRAILERS HAVE TOO LIGHT A HITCH WEIGHT AS A PERCENTAGE OF TOTAL TRAILER WEIGHT.,LOW HITCH WEIGHT CAN RESULT IN INSTABILITY AND POORDIRECTIONAL CONTROL BETWEEN THE TOW VEHICLE AND THE TRAVEL TRAILER.,STEEL BARS WILL BE ADDED TO THE HITCH PORTION OF THE TRAILER FRAME TO ATTAIN OR EXCEED 10 PERCENT OF THE TRAILER WEIGHT TO THE HITCH WEIGHT AS RECOMMENDED BY INDUSTRY GUIDELINE. -08/24/1993,93V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V139000),"Winnebago Industries, Inc.",EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,85,THESE MOTORHOMES ARE SUSCEPTIBLE TO ENGINE COMPARTMENT FIRES . THE CAUSE IS NOT LIMITED TO ONE COMPONENT OR SYSTEM.,ENGINE COMPARTMENT FIRES CAN RESULT IN DESTRUCTION OFTHE MOTORHOME AND POSSIBLE PERSONAL INJURY OR DEATH.,"WINNEBAGO HAS BEEN UNABLE TO REMEDY THE SITUATION. SINCE THE LENGTH OF TIME TO DEVELOP A FIX FOR THE DEFECT IS UNKNOWN, WINNEBAGO IS OFFERING TO EXCHANGE THE VEHICLES. PLEASE CONTACT THE WINNEBAGO OWNER RELATIONS DEPARTMENT AT 1-800-537-1885." -08/24/1993,93V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V140000),FREIGHTLINER LLC,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,336,POWER STEERING HOSE ASSEMBLIES WERE BUILT WITH INCORRECT END FITTINGS. THESE END FITTINGS WERE RATED AT 1250 PSI WORKING PRESSURE AND THE CORRECT END FITTINGS ARE RATED AT 2000 PSI.,"THE END FITTINGS COULD FAIL UNDER NORMAL SYSTEM PRESSURE,RESULTING IN LOSS OF POWER STEERING ASSIST AND/OR LEAKAGE OF POWER STEERINGFLUID. LOSS OF POWER STEERING ASSIST MAY RESULT IN LOSS OF STEERING CONTROLWHICH MAY CAUSE AN ACCIDENT. LEAKAGE OF POWER STEERING FLUID MAY RESULT IN AFIRE.",REMOVE AND REPLACE THE POWER STEERING PRESSURE LINE BETWEEN THE POWER STEERING PUMP AND THE STEERING GEAR BOX. -08/20/1993,93V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V137000),"Mack Trucks, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11000,THE ENGINE COOLING FAN BLADES MAY BREAK DUE TO INADEQUATE BLADE STRENGTH AROUND THE RIVETS THAT ATTACH THE BLADES TO THE FAN SPIDER.,"IF COMPLETE FRACTURE OF THE FAN BLADE OCCURS, IT COULDBE PROPELLED OUTSIDE THE FAN SHROUD, INJURING PERSON(S) IN THE VICINITY OFTHE TRUCK.",AN IMPROVED FAN WILL BE INSTALLED ON THESE VEHICLES. -08/20/1993,93E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E027000),"SPECTRE INDUSTRIES, INC.",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,20000,"UNDER CERTAIN HEAT CONDITIONS, THE CLEAR PLASTIC BARREL OF THE FILTER CAN DEFORM SLIGHTLY AND ALLOW GASOLINE TO LEAK.",LEAKING GASOLINE CAN RESULT IN A FIRE WHEN EXPOSED TO ASOURCE OF IGNITION.,REPLACE THE FUEL FILTER WITH A FILTER WHICH HAS A GLASS BARREL. -08/20/1993,93E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E024000),HWH CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Equipment,1190,THE FRONT LEFT JACK ON THESE MOTORHOMES MAY BE IMPROPERLY INSTALLED.,IMPROPERLY INSTALLED JACKS CAN JAM THE STEERING ARMWHICH IS ATTACHED TO THE STEERING GEAR BOX. THIS CAN RESULT IN THE FAILURE TOTURN THE VEHICLE TO THE LEFT.,A STOP WILL BE ADDED TO THE REAR TWO MOUNTING BOLTS OF THE JACK. -08/19/1993,93E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E030000),Harley-Davidson Motor Company,STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Equipment,715,"THE SCREWS ISSUED IN A KIT TO MOUNT THE FENDER AND AN ACCESSORY FRONT BUMPER ONTO THE MOTORCYCLES CAN BREAK, CAUSING THE FENDER AND BUMPER TO LOOSEN AND POSSIBLY CONTACT THE FRONT TIRE.",CONTACT BETWEEN THE FENDER AND BUMPER AND THE FRONTTIRE MAY RESULT IN TIRE FAILURE AND POSSIBLE LOSS OF VEHICLE CONTROL.,REPLACE THE SCREWS IN THE KITS WHICH ARE LOCATED AT DEALERSHIPS. OWNERS OF INSTALLED KITS WILL BE NOTIFIED TO HAVE THE MOUNTING SCREWS REPLACED. -08/13/1993,93V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V134000),"BMW of North America, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,772,THE POSITIVE BATTERY CABLE CONNECTOR MAY BE ATTACHED TO THE POSITIVE TERMINAL EXTENSION AT AN ANGLE WHICH MAY CAUSE CONTACT BETWEEN THE CONNECTOR AND THE BATTERY SUPPORT CAUSING AN ELECTRICAL SHORT.,"IF AN ELECTRICAL SHORT EXISTS, ELECTRICAL CURRENT CAN BECONDUCTED FROM THE BATTERY SUPPORT, THROUGH THE FRONT BRAKE LINES TO THE FRAME.ON MOTORCYCLES WITH ANTI-LOCK BRAKES (ABS) THIS MAY 1) CAUSE THE BRAKE FLUID TOINCREASE IN TEMPERATURE WHICH COULD IMPAIR FRONT BRAKE PERFORMANCE; AND 2)MELT A HOLE IN THE FUEL TANK CAUSING A LEAK WHICH COULD RESULT IN A FIRE. ONMOTORCYCLES WITHOUT ABS, DAMAGE TO THE CIRCUITRY IN THE ELECTRONIC ENGINECONTROL UNIT MAY OCCUR, CAUSING AN IRREGULAR-RUNNING ENGINE.",REMOVE THE POSITIVE TERMINAL EXTENSION AND ATTACH THE POSITIVE BATTERY CABLE CONNECTOR DIRECTLY TO THE BATTERY TERMINAL WITH A BOLT. -08/11/1993,93V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V133000),DORSEY CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:ADJUSTERS:SLACK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,50,"IMPROPER INSTALLATION OF EATON AUTOMATIC SLACK ADJUSTER ON EATON AXLES EQUIPPED WITH AIR OPERATED S-CAM BRAKES. THE SLACK ADJUSTER ""FIXED ANCHOR BRACKET"", WHICH TRIGGERS THE AUTOMATIC BRAKE ADJUSTMENT, WAS IMPROPERLY LOCATED. THE IMPROPERLY LOCATED ANCHOR BRACKET CAN DAMAGE THE AUTOMATIC SLACK ADJUSTER CONTROL ARM AND CAUSE THE SLACK ADJUSTER TO FAIL TO PERFORM THE MECHANICAL ADJUSTMENT FUNCTION FOR WHICH IT WAS DESIGNED.","FAILURE TO CORRECTLY ADJUST THE SLACK CAUSES THE BRAKESTO BECOME OUT-OF-ADJUSTMENT AND RESULTS IN REDUCED BRAKING POWER, INCREASEDSTOPPING DISTANCES, AND A POSSIBLE ACCIDENT.","REMOVE THE ANCHOR BRACKET, INSPECT THE SLACK ADJUSTER, AND REPLACE IT IF DAMAGED, INSTALL THE ANCHOR BRACKET IN THE PROPER LOCATION, AND ADJUST THE BRAKES." -08/10/1993,93V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V132000),"General Motors, LLC",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,352833,THE GENERATOR ELECTRICAL WIRING IS NOT PROTECTED AGAINST EXCESSIVE CURRENT FLOW WHICH MAY BE CAUSED BY AN ELECTRICAL SHORT CIRCUIT IN THE GENERATOR.,"SHOULD AN ELECTRICAL SHORT CIRCUIT OCCUR IN THEGENERATOR, THE GENERATOR WIRING HARNESS WOULD EXPERIENCE EXCESSIVE CURRENT FLOW.UNDER CERTAIN CONDITIONS, ENOUGH HEAT COULD BE GENERATED TO IGNITE SURROUNDINGMATERIALS. IF THIS OCCURS, AN UNDERHOOD FIRE COULD RESULT WITH OR WITHOUT THEENGINE RUNNING AND WITHOUT PRIOR WARNING.",THE GENERATOR WIRING HARNESS WILL BE REPLACED WITH ONE THAT WILL OPEN AS A FUSE WOULD UNDER CERTAIN EXCESSIVE CURRENT FLOW CONDITIONS. -08/10/1993,93V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V136000),Blue Bird Body Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2000,THE FRONT DOOR CONTROL LATCH SYSTEM FAILS DUE TO BREAKAGE OF THE LATCH PIN.,"IF THE FAILURE OCCURS, THE FRONT DOOR CANNOT BE OPENED,ENTRAPPING THE PASSENGERS IN THE BUS AND IN CASE OF AN EMERGENCY, PASSENGERSCOULD NOT USE THE FRONT DOOR TO EXIT THE BUS.","THE LOCK PIN WILL BE REPLACED ON THESE VEHICLES. OWNERS CAN OBTAIN A MODIFICATION KIT FROM BLUE BIRD OR IF THEY PREFER, A DEALER WILL PERFORM THE REMEDY FOR THEM." -08/06/1993,93E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E026000),DANA CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Equipment,83,CERTAIN S9000 FRONT DRIVE AXLE ASSEMBLIES MAY CONTAIN A TIE-ROD WHICH MAY FRACTURE AT THE ADJUSTABLE SLEEVE DUE TO FATIGUE.,FAILURE OF THE TIE ROD RESULTS IN LOSS OF STEERINGCONTROL AND A POSSIBLE VEHICLE CRASH.,REPLACE THE TIE ROD WITH A TIE ROD THAT DOES NOT USE AN ADJUSTMENT SLEEVE. -08/06/1993,93V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V131000),"Porsche Cars North America, Inc.",STRUCTURE:BODY ROOF:CONVERTIBLE TOP,STRUCTURE,NR (Not Reported),Vehicle,126,"THE LATCH HOOK ON THE CONVERTIBLE TOP CAN CRACK, DEVELOPING INTO A BREAK OF THE LATCH HOOK, IMPAIRING ITS FUNCTION.","AT HIGHWAY SPEEDS, THE CONVERTIBLE TOP WILL NOT BE HELDFIRMLY ONTO THE CAR BODY AND COULD OPEN UNEXPECTEDLY, CAUSING A RISK OF ANACCIDENT.",REPLACE THE LATCH HOOK ASSEMBLY WITH A NEW ASSEMBLY. -08/02/1993,93V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V119000),"General Motors, LLC",BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,341364,SEVERE CORROSION DUE TO ROAD SALT AT THE JOINT OF THE STAMPED STEEL CENTER SECTION AND THE CAST OUTER SECTION CAN CAUSE THE SECTIONS TO SEPARATE.,SEPARATION OF THE ROTOR SECTIONS CAN CAUSE LOSS OFBRAKING ABILITY IN THE AFFECTED WHEEL. THIS COULD RESULT IN INCREASED STOPPINGDISTANCE AND/OR LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,"REPLACE THE FRONT BRAKE ROTORS WITH NEW ROTORS WITH A CORROSION PROTECTION COATING. HOWEVER, IF REPLACEMENT OF BRAKE LININGS ARE NECESSARY, IT WILL BE DONE AT OWNER'S EXPENSE SINCE BRAKE LININGS ARE NORMAL MAINTENANCE ITEMS." -08/02/1993,93V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V129000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76000,"AN ENGINE PREHEATING TUBE MAY NOT BE PROPERLY SUPPORTED DUE TO A MISSING SUPPORT BRACKET, CAUSING THE PREHEATING TUBE TO CHAFE AGAINST THE RIGHT FRONT METAL BRAKE LINE. THIS CAN DAMAGE THE HYDRAULIC LINE, CAUSING BRAKE FLUID LEAKAGE AND DIMINISHED BRAKING IN ONE BRAKE CIRCUIT.",DIMINISHED BRAKING CAN RESULT IN INCREASED STOPPINGDISTANCES AND A POSSIBLE ACCIDENT.,DEALERS WILL INSTALL A PREHEATING TUBE SUPPORT BRACKET TO ENSURE PROPER POSITIONING RELATIVE TO THE RIGHT FRONT METAL BRAKE LINE. -08/02/1993,93V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V128000),GRUMMAN CORP.,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,100,"THE BATTERY CABLES WERE LOCATED EITHER ADJACENT TO OR TOUCHING THE TURBOCHARGER OF THE ENGINE. HIGH TEMPERATURES OF THE TURBOCHARGER CAN MELT THE CABLE INSULATION, CAUSING AN ELECTRICAL SHORT CIRCUIT.","ELECTRICAL SHORT CIRCUITS CAN CREATE SUFFICIENT HEAT TOBURN SURROUNDING MATERIALS, RESULTING IN AN UNDERHOOD FIRE.",GRUMMAN OLSON WILL SUPPLY A REPAIR KIT AND INSTRUCTIONS TO REROUTE AND CLAMP THE BATTERY CABLES AWAY FROM THE ENGINE SUPERCHARGER. -08/02/1993,93V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V125000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1131000,"A MALFUNCTIONING CHECK VALVE WITHIN THE FUEL PUMP ASSEMBLY CAUSES A PORTION OF THE UNUSED FUEL FROM ONE TANK TO BE RETURNED TO THE SECOND TANK. WHEN THIS OCCURS, THE CAPACITY OF THE SECOND TANK CAN BE EXCEEDED, CAUSING FUEL SPILLAGE.",SPILLED FUEL CAN RESULT IN A FIRE WHEN EXPOSED TO ASOURCE OF IGNITION.,REPLACEMENT OF THE FUEL PRESSURE REGULATOR AND INSTALLATION OF REDUNDANT CHECK VALVES. -07/28/1993,93C025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93C025000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,307017,"THE TONGUE OF THE BUCKLE ASSEMBLY CAN CORRODE. THIS DOES NOT COMPLY WITH FMVSS 213, ""CHILD RESTRAINT SYSTEMS."" ALSO, THE LABEL WITH USE AND SAFETY INSTRUCTIONS IS MISSING FROM THE PLAYSKOOL MODEL.",BUCKLE ASSEMBLY CORROSION COULD AFFECT THE SAFETYPERFORMANCE OF THE CHILD RESTRAINT. THE MISSING LABEL MAY CAUSE IMPROPER USEOF THE CHILD SAFETY SEAT.,"KOLCRAFT WILL PROVIDE OWNERS WITH A FREE REPLACEMENT HARNESS ASSEMBLY AND INSTALLATION INSTRUCTIONS. OWNERS OF THE AFFECTED CHILD SEATS SHOULD CALL KOLCRAFT TOLL-FREE AT 1-800-453-7673, TO OBTAIN A NEW REPLACEMENT HARNESS ASSEMBLY." -07/26/1993,93V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V127000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34,FINAL STAGE MANUFACTURING REQUIRED THE POWER DISTRIBUTION AND IGNITION SYSTEM WIRING TO BE REROUTED. THIS WIRING CHANGE LEFT THESE CIRCUITS UNPROTECTED AGAINST HIGH ELECTRICAL CURRENTS.,"SHOULD AN ELECTRICAL SHORT OR OVERLOAD OCCUR, THECHASSIS WIRING WILL OVERHEAT AND MAY CAUSE A FIRE.",FLEETWOOD DEALERS WILL INSTALL APPROPRIATE FUSIBLE LINKS WITHIN THE CIRCUIT. -07/23/1993,93V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V126000),CITROEN CARS CORPORATION,BRAKES:SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7,"THE VEHICLES ARE NOT IN COMPLIANCE WITH SEVERAL FEDERAL MOTOR VEHICLE SAFETY STANDARDS. FMVSS 101 AND 105: THE WORD ""BRAKE"" IS NOT DISPLAYED IN CLEAR VIEW OF THE DRIVER ON THE ILLUMINATED MAP INDICATOR LAMP. FMVSS 208: THE DURATION OF THE ILLUMINATION OF THE SEAT BELT WARNING LIGHT MAY FALL SHORT OF THE REQUIRED 60 SECONDS AFTER THE IGNITION SWITCH IS MOVED TO THE ""ON"" OR ""START"" POSITION. FMVSS 209: THE AUTOMATIC SHOULDER BELT IDENTIFICATION LABEL DISPLAYING THE MANUFACTURER'S NAME, MODEL, AND DATE OF MANUFACTURE IS MISSING.",COMPLIANCE TO FMVSS IS REQUIRED FOR ANY AND ALL VEHICLES IMPORTED INTO THE UNITED STATES TO ASSURE MINIMUM SAFETY REQUIREMENTS.,A TECHNICIAN WILL BE DISPATCHED TO THE VEHICLE'S LOCATION AND CORRECTION OF THE NONCOMPLIANCES WILL BE PERFORMED. -07/22/1993,93E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E023000),"REESE PRODUCTS, INC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,670,THE WELD ON THE RECEIVER UNIT OF THE TRAILER HITCH CAN BREAK.,"IF THE FAILURE OCCURS, THE TRAILER CAN SEPARATE FROM THETOWING VEHICLE, AND COULD RESULT IN A VEHICLE CRASH WITHOUT WARNING.",REPLACE THE TRAILER HITCH. -07/22/1993,93V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V124000),HIGH COUNTRY ALUMINUM PRODUCTS. LLC,EQUIPMENT:OWNERS MANUAL INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,399,"AN INCORRECT INFORMATION PROVIDED IN THE OWNER'S MANUAL FOR THE SLIDE-IN TRUCK CAMPERS COULD CAUSE VEHICLE OWNERS TO OVERLOAD THE AXLES ON THE PICKUP TRUCKS. THE MANUALS DO NOT COMPLY WITH FMVSS 126, ""TRUCK-CAMPER LOADING.""",OVERLOADING OF AXLES ON A VEHICLE CAN RESULT IN LOSSOF VEHICLE CONTROL AND AN ACCIDENT.,CORRECT INFORMATION WILL BE PROVIDED TO CAMPER OWNERS. -07/21/1993,93V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V121000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2848,"THE BRAKE HOSES WERE MANUFACTURED INCORRECTLY, AND DO NOT COMPLY WITH FMVSS 106, ""BRAKE HOSES.""","THE IMPROPERLY MANUFACTURED BRAKE HOSES CAN CAUSEREDUCED BRAKE EFFECTIVENESS AND/OR UNEVEN BRAKING, WHICH COULD RESULT IN ANACCIDENT.","REPLACE THE RIGHT FRONT BRAKE HOSE ASSEMBLY ON CIERA AND CENTURY MODELS, AND BOTH REAR BRAKE HOSES ON CAVALIER AND SUNBIRD MODELS." -07/21/1993,93V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V123000),HOLIDAY RAMBLER CORP.,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,3300,THE TWO REARWARD FRONT SUSPENSION FRAME MOUNTING BRACKETS CAN FRACTURE.,"IF THE FRACTURES OF THE MOUNTING BRACKETS GROW IN LENGTH,HANDLING CHARACTERISTICS OF THE VEHICLE CAN CHANGE. IN THE EVENT OF A COMPLETEFRACTURE AND SEPARATION OF BOTH MOUNTING BRACKETS, LOSS OF STEERING CONTROLAND AN ACCIDENT CAN OCCUR.","INSTALL A REINFORCING BRACKET WHICH ""GLOVES"" EACH OF THE TWO REARWARD BRACKETS OF THE FRONT SUSPENSION." -07/19/1993,93V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V120000),NATIONAL MOTOR COACH CO.,EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,95,"THE HINGES ATTACHING THE WHEEL CARRIER TO THE MOTORHOME CAN FAIL, RESULTING IN THE WHEEL AND CARRIER SEPARATING FROM THE MOTORHOME.",SEPARATION OF THE WHEEL CARRIER AND WHEEL CAN CREATE AHAZARD TO OTHER VEHICLES IN THE ROADWAY.,"DEALERS WILL INSPECT THE WELDS AND, IF NOT WELDED CORRECTLY, WILL EITHER REWELD THE HINGES OR BOLT THE HINGES TO THE ANGLE IRON." -07/19/1993,93V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V122000),"Winnebago Industries, Inc.",EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,88,THESE MOTORHOMES ARE SUSCEPTIBLE TO ENGINE COMPARTMENT FIRES. THE CAUSE IS NOT LIMITED TO ONE COMPONENT OR SYSTEM.,"SHOULD A FIRE OCCUR, VEHICLE DAMAGE AND/OR PERSONALINJURY COULD OCCUR.",WINNEBAGO WILL INSPECT AND REPAIR 18 AREAS OF THE ORGINAL DESIGN AND ANY DEALER/OWNER MODIFICATIONS THAT MAY RESULT IN A FIRE. -07/14/1993,93V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V118000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,1200,LOCK NUTS USED TO HOLD THE LEFT AND RIGHT FRONT AXLES TO THE SUSPENSION STRUTS MAY NOT HAVE BEEN PROPERLY MANUFACTURED. THE LOCK NUTS MAY BREAK AND CAUSE SEPARATION OF THE AXLE FROM THE SUSPENSION STRUTS.,SEPARATION OF THE AXLE CAN CAUSE THE VEHICLE TO PULL TOTHE SIDE OF THE SEPARATION AND RESULT IN LOSS OF VEHICLE CONTROL AND ANACCIDENT.,REPLACE THE LOCK NUTS. -07/13/1993,93V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V117000),"WESTERN STAR TRUCKS, INC.",EQUIPMENT:OTHER PIECES:MATTRESS,EQUIPMENT,NR (Not Reported),Vehicle,16,"THE BURN RATE FOR THE MATTRESS TICKING EXCEEDS THE 4 INCHES PER MINUTE REQUIREMENT OF FMVSS 302, ""FLAMMABILITY OF INTERIOR MATERIALS.""",EXCESSIVE BURN RATES OF INTERIOR MATERIALS PRESENTS ANINCREASED RISK OF INJURY TO VEHICLE OCCUPANTS IN CASE OF A FIRE.,REPLACE THE MATTRESS TICKING WITH NEW COVERS THAT COMPLY WITH THE STANDARD. -07/12/1993,93V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V115000),LAG MOTORCOACH USA,POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,121,THE MANUAL TRANSMISSION MOUNT ON THESE BUSES CAN BREAK CAUSING DAMAGE TO THE ENGINE'S FLYWHEEL HOUSING.,"A CRACK IN THE FLYWHEEL HOUSING CAN RESULT IN THE UNITRUPTURING, WHICH MAY RESULT IN DEBRIS FLYING INTO THE PASSENGER COMPARTMENT ANDINJURING PERSONS IN THE IMMEDIATE AREA.",REPLACE THE TRANSMISSION MOUNTS WITH HEAVIER MOUNTS. -07/12/1993,93V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V114000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,17000,THE WELDING ATTACHMENTS OF THE FRONT FRAME RAILS TO THE FLOOR PAN SHEET METAL MAY NOT BE PROPERLY WELDED.,"THE IMPROPERLY WELDED AREAS COULD CAUSE BODY PANELFLEXING AND SHEET METAL CRACKING, POSSIBLY RESULTING IN STRUCTURAL DAMAGE,COMPROMISING THE VEHICLE IMPACT PROTECTION CAPABILITY. THIS COULD INCREASE THELIKELIHOOD OF INJURY TO OCCUPANTS IF THE VEHICLE IS INVOLVED IN A COLLISIONACCIDENT.",SECURE THE FLOOR PAN TO THE FRONT FRAME RAILS BY BOLTING BOTH FRAME RAILS TO THE FLOOR PAN. -07/07/1993,93V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V111000),"ROVER GROUP, LIMITED",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1082,"THE CERTIFICATION LABELS CONTAIN INCORRECT INFORMATION CONCERNING THE VEHICLE WEIGHT RATINGS AND TIRE/RIM SPECIFICATIONS. THE CERTIFICATION LABELS ARE NOT IN COMPLIANCE WITH 49 CFR PART 567 AND FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS.""","THIS CAN RESULT IN VEHICLE AND/OR TIRE OVERLOADING.OVERLOADING THE VEHICLE CAN OVERSTRESS THE CHASSIS, SUSPENSION AND/OR BRAKINGSYSTEMS, RESULTING IN VEHICLE CONTROL PROBLEMS.",REPLACE INCORRECT LABELS WITH CORRECTED LABELS. -07/07/1993,93V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V112000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10629,THE FUEL TANK CAGE ASSEMBLY BOLTS MOUNTING THE VERTICAL STRAPS TO THE HORIZONTAL ANGLE WERE ASSEMBLED WITH THE THREADED END OF THE BOLTS FACING THE FUEL TANK.,IF THE FUEL TANK CAGE IS STRUCK WITH SUFFICIENT FORCE ITIS POSSIBLE FOR THE BOLTS TO PIERCE THE FUEL TANK AND CAUSE FUEL LEAKAGE.FUEL LEAKAGE EXPOSED TO A SOURCE OF IGNITION CAN RESULT IN A FIRE.,THE FUEL TANK CAGE MOUNTING BOLTS WILL BE REMOVED AND REINSTALLED WITH THE BOLT HEAD TOWARD THE TANK. -07/07/1993,93V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V110000),C.T.I. INCORPORATED,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,151,"THE DRIVER'S SAFETY BELT DOES NOT COMPLY WITH FMVSS 208, ""OCCUPANT CRASH PROTECTION.""","THE SAFETY BELT DOES NOT HAVE THE REQUIRED LENGTH TOSAFELY FIT THE 95TH PERCENTILE MALE IN THE FORWARD SEAT POSITION. THIS WOULDDISCOURAGE USE OF THE SAFETY BELT AND IN THE EVENT OF A CRASH, THE NON-USERWOULD NOT BE PROVIDED THE PROTECTION OFFERED BY THE SAFETY BELT.",A REPLACEMENT BELT RECEPTACLE WILL BE PROVIDED WITH INSTALLATION INSTRUCTIONS FOR THE OWNER OR DEALER TO INSTALL. THE NEW RECEPTICAL WILL PROVIDE AN ADDITIONAL 2 INCHES OF BELT EXTENSION. -07/07/1993,93V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V113000),Toyota Motor Corporation,VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,75863,CERTAIN WINDSHIELD WIPER COMPONENTS ARE SUBJECT TO PREMATURE FAILURE DUE TO INSUFFICIENT STRENGTH TO FUNCTION UNDER HIGH LOAD LEVELS.,"THE WINDSHIELD WIPER ASSEMBLY CAN FAIL AND CEASEOPERATION ENTIRELY, RESULTING IN REDUCED DRIVER VISIBILITY IN INCLEMENT WEATHER.","INSTALL NEW WIPER MOTORS, CERTAIN WIPER ARM COMPONENTS, AND RETORQUE THE WIPER ARM PIVOT." -07/02/1993,93V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V109000),IC CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,2950,"THE REAR EMERGENCY EXIT DOOR DOES NOT HAVE AN EMERGENCY EXIT LABEL. CONSEQUENTLY, THE DOOR DOES NOT CONFORM TO THE REQUIREMENTS OF FMVSS 217, ""BUS WINDOW RETENTION AND RELEASE.""",PASSENGERS MAY NOT IDENTIFY THE DOOR AS AN EMERGENCY EXITIN AN EMERGENCY THAT REQUIRES THE BUS BE VACATED.,OWNERS WILL BE PROVIDED WITH AN APPROPRIATE LABEL AND INSTRUCTIONS FOR PROPER INSTALLATION OR AM TRAN WILL PROVIDE ASSISTANCE TO OWNERS. -07/01/1993,93T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93T007000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,1762,DEFECTIVE TIRES HAVE BEEN MANUFACTURED WITH A HOLE IN THE UPPER SIDEWALL OF THE DOT SERIAL SIDE OF THE TIRE.,"TIRES WITH A HOLE SLOWLY LEAK AIR WHEN INFLATED. IFTHE AIR LOSS IS UNDETECTED, IT COULD RESULT IN TIRE FAILURE AND LOSS OF VEHICLECONTROL.","MANUFACTURER WILL REPLACE THE TIRES AT NO CHARGE IF THEY ARE PRESENTED TO A DEALER WITHIN 60 DAYS OF RECEIPT OF RECALL NOTICE, OR NOTICE OF TIRE AVAILABILITY." -06/25/1993,93V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V107000),Newmar Corporation,WHEELS,WHEELS,NR (Not Reported),Vehicle,211,THE WHEEL CAN DEVELOP CRACKS ABOUT THE WHEEL RIM SECTION.,WHEEL RIM CRACKS CAUSE TIRE DEFLATION AND RESULT IN APOSSIBLE LOSS OF VEHICLE CONTROL.,REPLACE THE DEFECTIVE WHEELS. -06/23/1993,93V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V108000),"Mercedes-Benz USA, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Vehicle,480,DRIVER'S SIDE AIRBAGS DO NOT MEET CERTAIN REQUIREMENTS OF FMVSS 208.,"SEAT OCCUPANTS RELYING ON THE INSTALLED AIRBAG WOULD NOTBE PROTECTED IN THE SAME MANNER AS THAT OF FMVSS 208 COMPLIANT AIRBAG, ANDCOULD HAVE AN INCREASED RISK OF INJURY IN AN ACCIDENT.",REPLACE THE AIRBAGS WITH AIRBAGS THAT COMPLY WITH FMVSS 208. -06/23/1993,93V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V106000),Ford Motor Company,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,1610000,"VEHICLE DESCRIPTION: TAURUS AND SABLES BUILT FROM 10-14-85 THROUGH 8-19-88, AND LINCOLN CONTINENTALS BUILT FROM 11-4-87 THROUGH 9-30-88 (EXCEPT 1989 - 1991 2.5L TAURUS AND 1989 - 1992 SHO). THE AFFECTED CARS WERE ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE FOLLOWING STATES: CONNECTICUT, ILLINOIS, INDIANA, MAINE, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEW JERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, AND WISCONSIN. THE BODY MOUNTS AT THE REAR CORNERS OF THE SUBFRAME, WHICH SUPPORTS THE ENGINE AND TRANSMISSION, MAY BECOME DETACHED DUE TO CORROSION OF THE SUBFRAME MOUNT RETAINING PLATE. THIS WOULD ALLOW THE REAR CORNERS OF THE SUBFRAME TO DROP.","IF ONE OF THE REAR CORNERS DROPS, ONLY MINOR INDICATIONS OF A MALFUNCTION SUCH AS A CLUNKING NOISE OR SLIGHT CHANGE IN STEERING WHEEL ALIGNMENT ARE NOTICEABLE. HOWEVER, IF BOTH REAR CORNERS OF THE SUBFRAME DROP, STEERING BECOMES VERY DIFFICULT, WHICH COULD ADVERSELY AFFECT VEHICLE CONTROL AND POSSIBLY RESULT IN AN ACCIDENT.",INSTALL A CORROSION-RESISTANT REINFORCING PLATE AND A NEW BOLT ON BOTH REAR SUBFRAME MOUNTS. THIS RECALL CAMPAIGN HAS BEEN SUPERSEDED BY RECALL 98V-323. -06/21/1993,93V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V105000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,409,"THE OUTBOARD REAR SAFETY BELT ASSEMBLY WILL NOT RELEASE THE WEBBING FROM THE RETRACTED POSITION. THIS DOES NOT MEET THE REQUIREMENTS OF FMVSS 209, ""SEAT BELT ASSEMBLIES.""","IF THE OUTBOARD REAR SAFETY BELT ASSEMBLY WILL NOTRELEASE THE WEBBING FROM THE RETRACTED POSITION, SAFETY BELT USE FOR THE SEATOCCUPANT IS IMPOSSIBLE, INCREASING THE RISK OF INJURY IN AN ACCIDENT.",REPLACE ANY BELT THAT DOES NOT FREELY EXTEND FROM THE RETRACTED POSITION. -06/14/1993,93V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V104000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,56,"AS THE BRAKE PADS WEAR, THE BRAKE CALIPER TRAVEL MAY BE LIMITED BY INTERFERENCE WITH THE MAIN SUPPORT MEMBER (Z-BAR SPRING) OF THE SUSPENSION.","LIMITED BRAKE CALIPER TRAVEL CAN PREVENT FULL BRAKETORQUE APPLICATION ON THE DRIVE AXLE, INCREASING STOPPING DISTANCES.",BENDIX WILL SUPPLY REPLACEMENT BRAKE CALIPERS FOR AFFECTED VEHICLES. -06/14/1993,93V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V102000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4300,"AN ENGINE COMPARTMENT ELECTRICAL WIRING HARNESS MAY HAVE BEEN ROUTED TOO CLOSE TO A SHEET METAL EDGE. THE WIRING CAN BECOME DAMAGED DURING NORMAL VEHICLE OPERATION DUE TO CHAFING, RESULTING IN AN ELECTRICAL SHORT.","IF A SHORT OCCURS, EITHER THE ENGINE COULD STALL ORTHE RADIATOR FAN COULD STOP OPERATING CAUSING THE ENGINE TO OVERHEAT. EITHERCONDITION COULD RESULT IN A VEHICLE ACCIDENT.",REROUTE AND SECURE VARIOUS WIRING HARNESSES INSIDE THE ENGINE COMPARTMENT. -06/14/1993,93V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V103000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,33,INTERFERENCE BETWEEN THE PITMAN ARM AND THE STEERING GEAR HOUSING DUE TO INSUFFICIENT CLEARANCE.,THIS CONDITION CAN CAUSE LIMITED OR COMPLETE LOSS OFSTEERING CONTROL.,INSPECT VEHICLES FOR CLEARANCE AND REPLACE PITMAN ARM IF ADDITIONAL CLEARANCE WITH STEERING GEAR HOUSING IS NECESSARY. -06/11/1993,93E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E021000),MIDAS INTERNATIONAL CORP.,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1102,"THE FLANGE OF THE EXHAUST PIPE HEAT SHIELD, LOCATED AT THE OUTLET END OF THE EXHAUST PIPE, CAN CONTACT THE VEHICLE OIL PAN. THE FLANGE CAN WEAR THROUGH THE OIL PAN CAUSING AN OIL LEAK.","IF AN OIL LEAK OCCURS, OIL CAN CONTACT THE HEAT SHIELDAND EXHAUST PIPE. MOTOR OIL CONTACTING HOT EXHAUST COMPONENTS COULD RESULT INA VEHICLE FIRE.",REPLACE THE DEFECTIVE EXHAUST PIPES WITH NON-DEFECTIVE PIPES. -06/08/1993,93V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V100000),Ford Motor Company,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1235,THE FUEL FILLER HOSE OR FUEL FILLER VENT HOSE WAS DAMAGED BY A DRILL BIT USED TO INSTALL THE DSO PACKAGE ATTACHING HARDWARE ONTO THE FLOOR PAN.,"IF EITHER OF THE HOSES WAS PENETRATED BY THE DRILL BIT,FUEL LEAKAGE COULD RESULT, PARTICULARLY DURING FUELING OF THE VEHICLE. IN THEPRESENCE OF AN IGNITION SOURCE, THIS COULD RESULT IN FIRE.",REPLACE THE FUEL FILLER AND VENT HOSES AND RELOCATE THE MOUNTING HARDWARE IN THE FLOOR PAN. -06/08/1993,93V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V101000),"Strick Trailers, LLC",STRUCTURE:BOGIE OR SLIDING TANDEM,TRAILER HITCHES,NR (Not Reported),Vehicle,461,THE ATTACHMENT MECHANISM CONNECTING THE REAR WHEEL ASSEMBLY TO THE FRAME MAY FAIL.,"SHOULD A FAILURE OCCUR, THE REAR WHEEL ASSEMBLY WOULDSEPARATE FROM THE FRAME, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL ANDAN ACCIDENT.","REINFORCE THE ATTACHMENT MECHANISM WITH MORE BOLTS AND WELD THESE BOLTS IN PLACE, REPLACE ANY MECHANISMS THAT DEMONSTRATE PREMATURE FATIGUE AND ADD SUPPORT STRAPS TO THE ATTACHMENT MECHANISM." -06/07/1993,93V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V097000),Shyft Group,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1431,PROPER OPERATION OF THE THROTTLE LINKAGE CAN BE RESTRICTED BY INTERFERENCE WITH THE AIR COMPRESSOR BREATHER TUBE.,"THIS INTERFERENCE CAN PREVENT THE THROTTLE FROMRETURNING TO THE IDLE POSITION, AND COULD RESULT IN LOSS OF VEHICLE CONTROLAND AN ACCIDENT.",THE AIR COMPRESSOR BREATHER TUBE WILL BE REROUTED ON THE OUTSIDE OF THE AIR COMPRESSOR COOLING TUBE (AWAY FROM THE THROTTLE LINKAGE) TO ALLEVIATE ANY INTERFERENCE. -06/07/1993,93V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V099000),"COBRA INDUSTRIES, INC.",SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,459,"THE LOWER BRACKET OF THE REAR SUSPENSION AIRBAG MAY BE MISLOCATED, AND MAY BE RUBBING AGAINST THE BRAKE LINE.",RUBBING ON THE BRAKE LINE CAUSES WEAR AND COULD RESULTIN POSSIBLE BRAKE FAILURE AND AN ACCIDENT.,COBRA WILL INSPECT AND RELOCATE THE SUSPENSION AIR BAG BRACKETS AS NECESSARY. -06/04/1993,93E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E019000),"PUROLATOR PRODUCTS, INC.",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,10000,THE FUEL FILTERS WERE PRODUCED WITH AN INCORRECT THREADED FITTING. THE INCORRECT FITTING IS SIMILIAR ENOUGH IN SIZE THAT THE FUEL FILTER MAY APPEAR TO BE CORRECTLY THREADED ONTO THE FUEL LINE.,REPLACE THE FILTERS WITH THE CORRECT FILTERS.,THE IMPROPER THREADING COULD CAUSE A GASOLINE LEAK WHICH MAY RESULT IN AN UNDERHOOD FIRE WHEN EXPOSED TO A SOURCE OF IGNITION. -06/04/1993,93V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V098000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,600,THE 15 INCH WHEELS HAVE MALFORMED LUG NUT SEAT CONFIGURATION WHICH CAUSES POOR NUT-TO-WHEEL CONTACT AND CENTERING OF THE WHEEL DURING INSTALLATION.,"POOR NUT-TO-WHEEL CONTACT DURING INSTALLATION CAN LEAD TOPOSSIBLE LOSS OF A WHEEL, RESULTING IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",THE ROAD AND SPARE WHEELS WITH THE MALFORMED LUG NUT SEAT CONFIGURATION WILL BE REPLACED. -05/27/1993,93V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V095000),"Mercedes-Benz USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,128000,"DUE TO HEAT EFFECTS, THE THROTTLE BUSHING LOCATED ON THE ACCELERATOR CONTROL CABLE, CAN FATIGUE AND BREAK, CAUSING THE THROTTLE LINKAGE TO SEPARATE.","IF THE THROTTLE LINKAGE SEPARATES, THE ENGINE WILL RETURNTO IDLE SPEED, AND REMAIN AT IDLE, WITH NO ACCELERATION ABILITY. LOSS OF ENGINESPEED WITHOUT PRIOR WARNING COULD LEAD TO LOSS OF VEHICLE CONTROL AND ANACCIDENT.",REPLACE THE THROTTLE BUSHING WITH A NEW BUSHING MADE FROM MORE HEAT-RESISTANT MATERIALS. -05/25/1993,93V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V094000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14459,THE POSITIVE BATTERY CABLE TERMINAL AT THE STARTER SOLENOID MAY BE FORMED INCORRECTLY. INCORRECTLY FORMED TERMINALS CAN CONTACT THE STARTER SOLENOID HOUSING AND CAUSE AN ELECTRIC SHORT CIRCUIT.,AN ELECTRICAL SHORT CIRCUIT BETWEEN THE BATTERY CABLE ANDTHE STARTER HOUSING CAN RESULT IN AN UNDERHOOD FIRE.,"INSPECT AND, IF NECESSARY, ADJUST THE CLEARANCE BETWEEN THE POSITIVE BATTERY CABLE TERMINAL SO THAT IT DOES NOT CONTACT THE STARTER SOLENOID HOUSING." -05/21/1993,93V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V092000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:TANDEM AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,193,"THE PRESSURE RELIEF VALVE WAS OMITTED IN THE AIR TANK. THE AIR TANK IS THE RESERVOIR FOR THE AIR SUSPENSION AND IS NOT BRAKE RELATED. WITHOUT THE PRESSURE RELIEF VALVE, THERE IS NO BACK-UP SYSTEM TO LIMIT AIR PRESSURE IN THE AIR SUSPENSION SYSTEM.",LACK OF A BACK-UP SYSTEM TO LIMIT AIR PRESSURE BUILD UPCAN CAUSE EXCESSIVE PRESSURE IN THE AIR TANK AND CAN CAUSE THE TANK TO RUPTURE.THIS CAN RESULT IN PERSONAL INJURY TO ANYONE IN THE VICINITY.,INSTALL A PRESSURE RELIEF VALVE IN THE AIR TANK. -05/21/1993,93V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V096000),AUTOMATIC EQUIP. MFG. CO.,WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,2149,THE CAR DOLLY WHEELS WERE INSTALLED WITH 90 DEGREE CONE LUG NUTS INSTEAD OF 60 DEGREE CONE LUG NUTS. THE LUG NUTS DO NOT SEAT PROPERLY IN THE WHEEL HOLES AND CAN BECOME LOOSE.,LOOSE LUG NUTS CAN CAUSE DOLLY WHEEL SEPARATION ANDRESULTS IN LOSS OF VEHICLE AND/OR CAR DOLLY CONTROL AND A POSSIBLE ACCIDENT.,REPLACE THE 90 DEGREE CONE LUG NUTS WITH LUG NUTS PROVIDED BY MANUFACTURER. -05/20/1993,93C018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93C018000),"FBS, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,313831,"THE CHILD SAFETY SEATS DO NOT MEET THE REQUIREMENTS OF FMVSS 213, ""CHILD RESTRAINT SYSTEMS."" THE PADDING BEHIND THE HEAD OF THE SEAT OCCUPANT DOES NOT HAVE SUFFICIENT COMPRESSION DEFLECTION RESISTANCE.",THE COMPRESSION DEFLECTION RESISTANCE STANDARD GUARDSAGAINST CONCUSSIVE BLOWS TO THE HEAD IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.INSUFFICIENT PADDING CAN RESULT IN MORE SERIOUS INJURY TO THE SEAT OCCUPANT.,FBS HAS GONE OUT OF BUSINESS. THE CORRECTION WAS TO ADD AN EXTRA FOAM PAD TO THE INSIDE BACK OF THE PLASTIC SHELL. -05/20/1993,93V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V093000),Skyline Corporation,EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,63,THE REFRIGERATOR INSTALLED IN THE TRAILER CAN OVERHEAT BECAUSE THE REFRIGERATOR BAFFLE AND FLUE VENT ARE NOT PROPERLY ALIGNED. HEAT FROM THE COMPRESSOR WILL NOT VENT PROPERLY.,CONTINUED USE OF INCORRECTLY VENTED REFRIGERATOR COULDRESULT IN A TRAILER FIRE.,REPAIR THE REFRIGERATOR BY PROPERLY ALIGNING THE BAFFLE TO THE VENT. -05/20/1993,93V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V091000),Volvo Trucks North America,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1075,THE SAFETY BELT BUCKLE ASSEMBLY CAN GET CAUGHT IN THE SEAT SUSPENSION MECHANISM. THE MOVEMENT OF THE AIR SUSPENSION SEAT COULD CAUSE THE SAFETY BELT BUCKLE TETHER CABLE TO FRAY .,FRAYING OF THE SAFETY BELT BUCKLE TETHER CABLE COULDRESULT IN FAILURE OF THE CABLE AND INCREASED RISK OF INJURY TO SEAT OCCUPANTIN AN ACCIDENT.,REPLACE THE SAFETY BELT BUCKLE ASSEMBLY WITH A NEW DESIGN BUCKLE ASSEMBLY. -05/20/1993,93V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V090000),TRADEWINDS CONVERSIONS,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,200,"THE LATCHING OR LOCKING PIN ON THE MID-SEATING PEDESTAL DOES NOT CONSISTENTLY MEET THE MINIMUM LOAD TEST, AND DOES NOT COMPLY WITH FMVSS 207, ""SEATING SYSTEMS.""",OCCUPANTS IN SEATS THAT DO NOT MEET THE MINIMUM LOADREQUIREMENTS OF FMVSS 207 ARE SUBJECT TO INCREASED RISK OF INJURY IN ASUDDEN STOP OR ACCIDENT.,TRADEWINDS CONVERSIONS HAS NOT PROPOSED A CORRECTIVE ACTION. -05/19/1993,93E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E020000),APEX,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,11448,"THE BRAKE FLUID DOES NOT MEET THE VISCOSITY, EVAPORATION, AND EFFECT ON RUBBER COMPONENTS REQUIREMENTS OF FMVSS 213, ""MOTOR VEHICLE BRAKE FLUIDS.""",THE BRAKE FLUID COULD CAUSE FAILURE OF THE BRAKINGSYSTEM IN VEHICLES IN WHICH IT IS INSTALLED.,"REPLACE THE BRAKE FLUID WITH DOT 3 BRAKE FLUID FROM ANOTHER MANUFACTURER, OR REIMBURSE CONSUMERS FOR THE PURCHASE PRICE OF THE FLUID." -05/18/1993,93V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V087000),MONACO COACH CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,85,THE WINDSHIELD WIPER MOTOR MAY FAIL WHEN LEFT ON DURING PERIODS WHEN THE WINDSHIELD HAS DRIED AND FRICTION ON THE WIPER BLADES INCREASES.,.,WINDSHIELD WIPER SYSTEM FAILURE CAUSES REDUCED DRIVER VISIBILITY IN INCLEMENT WEATHER AND COULD RESULT IN A VEHICLE ACCIDENT. CORRECTIVE ACTION: REPLACE THE WINDSHIELD WIPER MOTOR ASSEMBLY WITH AN IMPROVED ASSEMBLY. -05/17/1993,93V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V081000),Blue Bird Body Company,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,173,"THE FRONT BRAKE AIR LINES ARE INCORRECTLY ROUTED THROUGH THE PRESSURE PROTECTION VALVE AT THE AUXILIARY WET TANK. THIS RESULTS IN LACK OF AIR PRESSURE TO THE FRONT BRAKES WHEN THE AIR PRESSURE IN THE AUXILIARY WET TANK DROPS BELOW 65 P.S.I., RESULTING IN INOPERABLE FRONT BRAKES.","WHEN THERE IS NO FRONT BRAKE APPLICATION, STOPPINGDISTANCE INCREASES, AND THERE IS AN INCREASED RISK OF ACCIDENT.",CORRECTLY REROUTE THE BRAKE LINES. -05/17/1993,93V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V088000),"General Motors, LLC",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10146,"THE FUEL FEED AND RETURN LINES TO THE ENGINE FUEL INJECTION SYSTEM WERE NOT FULLY ASSEMBLED AND LOCKED. THE LINES CAN WORK LOOSE, CAUSING A FUEL LEAK IN THE ENGINE COMPARTMENT.",FUEL LEAKS IN THE ENGINE COMPARTMENT CAN RESULT INUNDERHOOD FIRES IF EXPOSED TO A SOURCE OF IGNITION.,"DEALER WILL INSPECT VEHICLE AND, IF NECESSARY, ADJUST OR REPLACE THE FUEL FEED AND RETURN LINES TO THE ENGINE FUEL INJECTION SYSTEM." -05/17/1993,93V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V089000),Ford Motor Company,POWER TRAIN:TRANSFER CASE (4-WHEEL DRIVE),POWER TRAIN,NR (Not Reported),Vehicle,1389,THE TRANSFER CASES HAVE BEEN BUILT WITH THE WRONG ELECTRIC SHIFT MOTOR. THE TRANSFER CASES CAN SLIP OUT OF THE 4 X 4 HIGH GEAR POSITION DURING COASTING IN FORWARD GEARS OR WITH POWER APPLIED IN REVERSE GEAR.,"IF THIS OCCURS, THE VEHICLE CAN ROLL FREELY AS IF INNEUTRAL POSITION REGARDLESS OF THE TRANSMISSION GEAR SELECTOR POSITION. THIS CANRESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",REPLACE DEFECTIVE TRANSFER CASES WITH THE CORRECT VERSION. -05/17/1993,93V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V080000),Blue Bird Body Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1932,"A WELD IN THE DOOR LOCK ASSEMBLY USED ON REAR AND/OR SIDE EMERGENCY DOORS CAN BE OVERSTRESSED AND BREAK. WHEN THIS OCCURS, A CLOSED DOOR CANNOT BE OPENED, OR IF OPEN IT CANNOT BE LATCHED.",AN EMERGENCY DOOR THAT WILL NOT OPEN PRESENTS ANINCREASED RISK OF INJURY TO PASSENGERS ATTEMPTING TO LEAVE A BUS IN ANEMERGENCY SITUATION. A DOOR LOCK WHICH WILL NOT CLOSE PRESENTS A RISK OF APASSENGER ACCIDENTALLY FALLING OUT OF THE BUS.,REPLACE THE DEFECTIVE DOOR LOCKS. -05/17/1993,93V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V084000),"CHANCE COACH, INC.",WHEEL CHAIR PASSIVE STEP LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,248,"VEHICLE DESCRIPTION: DIESEL POWERED, RUBBER TIRE STREET CARS, 24,OOO LBS. GROSS VEHICLE WEIGHT EQUIPPED WITH A MOBILE-TECH, MODEL 3213, WHEEL CHAIR STEP LIFT. THE PASSIVE STEP LIFT'S BARRIER WHICH KEEPS A WHEEL CHAIR AND ITS OCCUPANT FROM ROLLING OFF THE LIFT PAD FAILS WHEN HIT BY A POWERED WHEEL CHAIR.","FAILURE OF THE WHEEL CHAIR BARRIER MAY ALLOW THE POWERED WHEELCHAIR TO FALL OFF THE LIFT PAD, RESULTING IN INJURIES TO ITS OCCUPANT.",CHANGE THE WHEELCHAIR RESTRAINING BARRIER SO THAT WHEEL CHAIRS WILL NOT BE ABLE TO ROLL OVER THE EDGE. -05/14/1993,93V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V085000),"ROVER GROUP, LIMITED",EQUIPMENT:ELECTRIC POWER ACCESSORIES,VISIBILITY,NR (Not Reported),Vehicle,463,"THE POWER WINDOW AND SUNROOF LATCH SWITCHES REMAIN IN AN OPERATIONAL MODE WHEN THE PRESSURE IS REMOVED, CAUSING THE WINDOW OR SUNROOF TO CONTINUE TO CLOSE OR OPEN.",UNANTICIPATED AND UNCONTROLLED UPWARD TRAVEL OF A WINDOWCAN RESULT IN OCCUPANT INJURY.,REPLACE THE DEFECTIVE PARTS IN THE ELECTRIC WINDOWS AND THE ELECTRIC SUNROOF SWITCHES. -05/11/1993,93V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V082000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2000,"SOME OF THE ABS EQUIPPED VEHICLES WERE BUILT WITH AN UNDERSIZED BRAKE RETURN CHECK VALVE. IN INCIDENTS WHERE HARD BRAKE PEDAL EFFORT IS APPLIED ON LOW FRICTION ROAD SURFACES, LIKE RAIN COVERED STREETS, THE VALVES MAY FAIL, CAUSING THE ABS TO BECOME INOPERATIVE. THIS CREATES EXCESS BRAKE PEDAL TRAVEL AND MAY CAUSE THE ABS WARNING LIGHT TO COME ON.","LACK OF FRONT WHEEL ABS COULD CAUSE THE FRONT WHEELBRAKES TO LOCK, INCREASING STOPPING DISTANCE WHICH MAY RESULT IN AN ACCIDENT.",REPLACE THE RETURN CHECK VALVE WITH THE CORRECT VALVE. -05/11/1993,93V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V083000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,100000,"SALT CORROSION PRODUCTS BETWEEN THE STARTER SOLENOID WIRE AND THE ADJACENT BATTERY FEED IN THE BULKHEAD CONNECTOR MAY SHORT THESE CONNECTIONS, CAUSING THE CIRCUIT TO BYPASS THE IGNITION KEY CONTROL OF THE STARTER MOTOR SOLENOID. THE CAR CAN START WITHOUT THE STARTER SEQUENCE BEING INITIATED BY THE IGNITION KEY IN THE IGNITION LOCK.",THE UNINTENDED START OF A VEHICLE WITH A MANUALTRANSMISSION LEFT IN A DRIVE GEAR CAN RESULT IN A RUNAWAY VEHICLE.,THE STARTER SOLENOID WIRING WILL BE SEPARATED FROM THE BATTERY FEED WIRE BY RELOCATING IT WITHIN THE BULKHEAD CONNECTOR ON AFFECTED VEHICLES. -05/11/1993,93V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V086000),ROCKWOOD INCORPORATED,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,155,THE MOUNTING BRACKET FOR THE REAR TRAILER HITCH MAY BREAK BECAUSE IT DOES NOT HAVE SUFFICIENT STRENGTH TO WITHSTAND THE LOADS OF AN ATTACHED TRAILER.,"SHOULD THE TRAILER HITCH MOUNTING BRACKET BREAK, THETRAILER WOULD SEPARATE FROM THE MOTORHOME AND WOULD BE ATTACHED ONLY BY THESAFETY CHAINS, CAUSING POSSIBLE LOSS OF CONTROL OF THE TRAILER AND/OR THEMOTORHOME, WHICH COULD RESULT IN A VEHICLE ACCIDENT.",INSTALL ADDITIONAL SUPPORT BRACKETS TO THE TRAILER HITCH MOUNTING BRACKET. -05/07/1993,93E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E016000),KYB CORP. OF AMERICA,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Equipment,5740,"THE SHOCK ABSORBER ATTACHMENT BRACKET TO THE SWAY LINK BAR HAS REINFORCEMENT WELDS THAT CAN FAIL DUE TO AN ASSEMBLY PROBLEM. THE ATTACHMENT BRACKET CAN BREAK AWAY FROM THE SHOCK ABSORBER AND REMAIN ATTACHED TO THE SWAY LINK BAR, AND CAN THEN FALL INTO AND DAMAGE OR PUNCTURE THE PROXIMAL TIRE.",FAILURE OF A TIRE CAN RESULT IN LOSS OF VEHICLE CONTROLAND POSSIBLY AN ACCIDENT.,"CONSUMERS CAN EXCHANGE THEIR CURRENT SHOCK ABSORBERS WITH A REDESIGNED MODEL WHICH INCLUDES A THICKER ATTACHMENT BRACKET, IMPROVED WELDING PENETRATION, AND AN ADDITIONAL REINFORCEMENT WELD. IF THE REDESIGNED SHOCKS ARE NOT AVAILABLE, CONSUMERS WILL BE ALLOWED TO REPLACE THEIR CURRENT SHOCKS WITH A PRODUCT OF SIMILAR SPECIFICATIONS MANUFACTURED BY ANOTHER COMPANY." -05/07/1993,93T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93T005000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,1230,"THE TIRES FAILED THE MANUFACTURER'S REQUIREMENTS FOR EXTENDED HIGH SPEED PERFORMANCE (TIRES COMPLY WITH FMVSS 109,""NEW PNEUMATIC TIRES"").","THE TIRES MAY FAIL BEFORE THE MANUFACTURER'S DETERMINEDWEAR PERIOD AND MAY CAUSE LOSS OF VEHICLE CONTROL, LEADING TO AN ACCIDENT.",DUNLOP WILL REPLACE THE TIRES. -05/06/1993,93V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V079000),"GEORGIE BOY MFG., LLC",EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,24,THE HEAT DUCT FROM THE FURNACE TO THE FRESH WATER TANK COMPARTMENT PENETRATES THE GENERATOR COMPARTMENT. THIS RESULTS IN EXHAUST FUMES ENTERING THE LIVING AREA.,GENERATOR EXHAUST FUMES (CARBON MONOXIDE) ENTERING THELIVING AREA OF THE MOTORHOME CAN RESULT IN SERIOUS ILLNESS OR DEATH TO ITSOCCUPANTS.,REROUTE ANY HEAT DUCT THAT PENETRATES THE GENERATOR COMPARTMENT AND SEAL ANY OPENING INTO THE GENERATOR COMPARTMENT. -05/04/1993,93E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E015000),WALTCO TRUCK EQUIPMENT CO,STRUCTURE:TAILGATE ASSEMBLY,STRUCTURE,NR (Not Reported),Equipment,54,"THE LIFTGATE PULLEY ASSEMBLY CAN CONTACT A SUPPORT GUSSET IN ITS NORMAL MOVEMENT AND THIS INTERFERENCE MAY STRESS THE CYLINDER ROD, CAUSING A FATIGUE FAILURE AT THE ROD PIN HOLE.","FATIGUE FRACTURES AT THE ROD PIN HOLE COULD CAUSE FAILUREOF THE LIFTGATE ASSEMBLY IN THE UP POSITION, RESULTING IN AN UNEXPECTED LOWERINGOF THE LIFTGATE, WHICH COULD INJURE ANYONE IN THE PATH OF THE LIFTGATE.",CORRECTION AND REPAIR WILL BE MADE DEPENDING ON THE NATURE AND EXTENT OF PROBLEMS OBSERVED IN EACH ARMORED CAR INSTALLATION. -05/03/1993,93V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V077000),HOLIDAY RAMBLER CORP.,LPG FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,135,THE LPG IRON MANIFOLD SYSTEM WAS NOT BONDED TO THE CHASSIS GROUND. THIS CAN CREATE THE POTENTIAL FOR ELECTRICAL ARCING BETWEEN THE CHASSIS FRAME AND THE LPG IRON MANIFOLD SYSTEM.,"IF ELECTRICAL ARCING OCCURS AND LPG VAPOR IS PRESENT, THELPG VAPOR COULD BE IGNITED AND START A FIRE.",INSTALL A GROUNDING STRAP BETWEEN THE LPG IRON MANIFOLD SYSTEM AND THE CHASSIS FRAME. -04/30/1993,93V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V076000),"FLEETWOOD ENTERPRISES, INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,359,"WHILE OPERATING THE ENGINE IN REVERSE GEAR, ENGINE TORQUE CAUSES THE ENGINE TO ROLL, CAUSING THE THROTTLE MODULATOR CABLE ASSEMBLY TO CONTACT THE FLOOR AND BIND THE THROTTLE CABLE HOLDING THE THROTTLE IN AN OPEN POSITION.",THE THROTTLE CABLE BINDING WHILE THE THROTTLE IS IN ANOPEN POSITION CAUSES LOSS OF ENGINE SPEED CONTROL WHICH COULD RESULT IN ANACCIDENT.,RELOCATION OF RAISED FLOOR SUPPORT HARDWARE ON THE BOX PORTION OF THE MOTORHOME. -04/28/1993,93V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V067000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14300,"DURING THE REMOVAL AND INSTALLATION OF THE AIR FILTER HOUSING WHILE SERVICING THE VEHICLE, IT IS POSSIBLE TO MISROUTE THE PREFORMED VACUUM HOSE AND DAMAGE THE CHECK VALVE IN THE VACUUM HOSE. IF THE CHECK VALVE IS DAMAGED, LOSS OF SUFFICIENT BRAKE POWER ASSIST WILL OCCUR.",LACK OF SUFFICIENT BRAKE POWER ASSIST WILL INCREASESTOPPING DISTANCE AND COULD RESULT IN A VEHICLE ACCIDENT.,REPLACE THE PREFORMED VACUUM HOSE WITH A NEWLY DESIGNED PREFORMED HOSE WITH A RELOCATED CHECK VALVE WHICH WILL ELIMINATE THE POSSIBILITY OF THE CHECK VALVE BEING DAMAGED. -04/28/1993,93V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V074000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1864,PLASTIC HOOD INSULATION CLIP(S) WAS(WERE) INADVERTENTLY DROPPED INTO THE HOSE BETWEEN THE CHARGE AIR COOLER AND THE THROTTLE HOUSING WHICH CAN INTERFERE WITH THE THROTTLE OPERATION.,IF A PLASTIC CLIP MOVES TOWARD THE THROTTLE HOUSING ITCAN BECOME LODGED THERE AND PREVENT THE THROTTLE FROM RETURNING TO IDLE. LOSS OFTHROTTLE CONTROL CAN RESULT IN AN ACCIDENT.,"CHECK FOR INSULATION CLIPS IN THE HOSE BETWEEN THE CHARGE AIR COOLER AND THE THROTTLE HOUSING, AND REMOVE IF FOUND." -04/27/1993,93V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V071000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,128,THESE VEHICLES WERE MANUFACTURED WITH INSUFFICIENT SUPPORT STRUCTURE FOR THE MAIN DOOR ENTRY STEP. THE STEP CAN BREAK LOOSE FROM ITS ATTACHMENT TO THE VEHICLE.,"IF THE STEP BREAKS WHILE A PERSON IS ASCENDING ORDESCENDING, AN INJURY MAY OCCUR.",MODIFY THE STEP WELL SUPPORT STRUCTURE. -04/27/1993,93V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V072000),"Subaru of America, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3351,"THE FUEL FILLER SYSTEM DOES NOT COMPLY WITH THE LEAKAGE REQUIREMENTS OF FMVSS 301, ""FUEL SYSTEM INTEGRITY"".",LEAKING FUEL CAN RESULT IN A FIRE IF EXPOSED TO A SOURCEOF IGNITION.,A MODIFIED REPLACEMENT FUEL VENT PIPE WILL BE INSTALLED ON THE FUEL FILLER SYSTEM TO REDUCE LEAKING. -04/27/1993,93V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V066000),FAIRMONT TAMPER,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,2419,KEYS ATTACHED TO THE KEY RING OF AN IGNITION KEY WHILE IT IS IN THE VEHICLE IGNITION CAN BECOME LODGED IN THE STEERING LOCK RECEIVER AS THE STEERING WHEEL IS BEING TURNED.,"THE LODGED KEYS CAN CAUSE LOSS OF STEERING CONTROL, WHICHCAN RESULT IN AN ACCIDENT WHEN THE VEHICLE IS BEING USED ON THE HIGHWAY.",A SHIELD WILL BE POSITIONED BETWEEN THE STEERING WHEEL AND THE IGNITION SWITCH AND HELD IN PLACE BY THE STEERING LOCK BAND. -04/27/1993,93V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V075000),"Midwest Industries, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT,SUSPENSION,NR (Not Reported),Vehicle,9600,THE COTTER KEY THAT LOCKS THE HEX SLOTTED NUT ON THE AXLE SPINDLE IS MISSING.,THE HEX NUT CAN BACK OFF THE SPINDLE AND POTENTIALLYALLOW THE HUB AND WHEEL TO COME OFF THE TRAILER. WHEEL SEPARATION WHILE THETRAILER IS IN MOTION MAY CAUSE LOSS OF TOWING VEHICLE AND TRAILER CONTROL ANDRESULT IN AN ACCIDENT.,INSTALL A COTTER KEY ON THE HEX SLOTTEDS NUT ON THE AXLE SPINDLE. -04/27/1993,93V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V073000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,25000,THE REAR SHOCK CROSSMEMBER OF THE FRAME CAN CRACK AND SEPARATE FROM THE FRAME.,SEPARATION OF THE REAR SHOCK CROSSMEMBER FROM THE FRAMECAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE THE REAR CHOCK CROSSMEMBER WITH A SHOCK CROSSMEMBER MADE OF HIGH STRENGTH STEEL. -04/26/1993,93V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V070000),FREIGHTLINER LLC,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,160,"THE EXHAUST PORT IN THE UP POSITION ALLOWS WATER TO ENTER THE AIR BRAKE SYSTEM, WHICH CAN BLOCK THE AIR BRAKE SYSTEM IN FREEZING CONDITIONS.","BLOCKAGES IN THE AIR BRAKE SYSTEM CAN BLOCK THE EXHAUSTFROM THE BRAKE CHAMBERS AFTER SERVICE BRAKE APPLICATION, CAUSING THE BRAKES TODRAG AND POSSIBLY OVERHEAT ON EITHER SIDE OF THE DRIVE AXLES. THIS COULDINCREASE STOPPING DISTANCE AND RESULT IN A VEHICLE ACCIDENT.",INVERT THE BRAKE VALVES SO THE EXHAUST PORTS ARE DOWN. -04/26/1993,93V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V069000),FREIGHTLINER LLC,BRAKES:SPRING BRAKE CHAMBER (CAN),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,200,THE SPRING BRAKE CHAMBERS MOUNTED ON TAG AXLES WITH MOUNTING STUDS ALIGNED HORIZONTALLY INSTEAD OF VERTICALLY CAN RESULT IN FRACTURE OF THE BRAKE CHAMBER HOUSING BASE WHICH LIMITS THE APPLICATION OF SERVICE BRAKES ON THE AFFECTED WHEEL.,LIMITED APPLICATION OF SERVICE BRAKES ON A WHEELINCREASES STOPPING DISTANCE WHICH COULD RESULT IN AN ACCIDENT.,REPLACE THE BRAKE CHAMBERS WITH CHAMBERS THAT HAVE BEEN REINFORCED FOR HORIZONTAL MOUNTING. -04/26/1993,93V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V068000),FREIGHTLINER LLC,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,54,"WHEN THE FUEL TANKS WERE TESTED IN ACCORDANCE WITH FEDERAL MOTOR CARRIER SAFETY REGULATION 363.67, FUEL TANK CAPS AND/OR FILLER NECK WELDS LEAKED.","IN CASE OF AN ACCIDENT THE FUEL TANKS MAY LEAK AND IFA SOURCE OF IGNITION IS PRESENT, FUEL LEAKAGE CAN RESULT IN A FIRE.",DEALERS WILL EXPAND THE FILLER NECK INNER TUBE TO PREVENT FUEL FROM LEAKING OUT BETWEEN IT AND THE OUTER TUBE. -04/22/1993,93V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V056000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,45958,"THE REAR OUTSIDE SEATING POSITION SAFETY BELTS MAY LOCK UP AT ANGLES OTHER THAN THOSE REQUIRED BY FMVSS 209, ""SEAT BELT ASSEMBLIES"". THIS DOES NOT CONFORM TO THE MOTOR VEHICLE SAFETY STANDARD.",NON-CONFORMING SAFETY BELTS CAUSE AN INCREASED RISK OF INJURY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,REPLACE THE SENSOR IN THE REAR SEAT BELT RETRACTOR. -04/21/1993,93V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V065000),"FLEETWOOD ENTERPRISES, INC.",VISUAL SYSTEMS:WINDSHIELD WIPER AND WASHER,VISIBILITY,NR (Not Reported),Vehicle,74,"THE WINDSHIELD WIPER SYSTEM HARDWARE WAS INCORRECTLY MOUNTED, CAUSING WIPER BLADE OVERTRAVEL AND PREMATURE WEAR, AND IN EXTREME CASES, THE WIPER BLADES MAY FAIL TO CORRECTLY TRAVEL OVER THE WINDSHIELD.",INSUFFICIENT WINDSHIELD WIPER PERFORMANCE REDUCESOPERATOR VISIBILITY IN INCLEMENT WEATHER AND COULD RESULT IN A VEHICLE ACCIDENT.,MODIFY THE MOUNTING OF THE WINDSHIELD WIPER HARDWARE AND REPLACE THE PASSENGER SIDE PIVOT ARM. -04/20/1993,93V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V062000),"Gulf Stream Coach, Inc.",EQUIPMENT:ELECTRIC EQUIPMENT:RADIO:TAPE DECK ETC.,EQUIPMENT,NR (Not Reported),Vehicle,167,"THE WIRE USED TO POWER THE ELECTRONIC MEMORY ON A RADIO INSTALLED IN THE REAR OF THE MOTORHOME WAS INCORRECTLY ROUTED DIRECTLY TO THE HOT SIDE OF THE BATTERY DISCONNECT SOLENOID, AND HAS NO FUSE PROTECTION.","THE UNFUSED ELECTRICAL CIRCUIT CAN OVERLOAD AND OVERHEAT,RESULTING IN A FIRE OF THE ELECTRICAL INSULATING MATERIAL AND POSSIBLY SPREADINGFIRE AND NOXIOUS FUMES THROUGH THE INTERIOR OF THE MOTORHOME.",INSTALL A FUSE AND FUSE HOLDER TO PROPERLY PROTECT THE CIRCUIT. -04/20/1993,93V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V060000),HIGH COUNTRY ALUMINUM PRODUCTS. LLC,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,571,"AN INCORRECT DIAMETER WASHER MAY HAVE BEEN INSTALLED ON SOME SAFETY BELT ASSEMBLY FLOOR ANCHORAGES. THIS DOES NOT COMPLY WITH FMVSS 210, ""SEAT BELT ASSEMBLY ANCHORAGES.""","WASHERS OF AN INCORRECT DIAMETER MAY NOT BE ABLE TOWITHSTAND THE FORCES OF A SUDDEN STOP OR ACCIDENT, PULLING OUT OF THE FLOOR,AND SUBJECTING SEAT OCCUPANTS TO INCREASED RISK OF INJURY.",INSTALL CORRECT DIAMETER (2.25 INCH) WASHERS. -04/20/1993,93V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V061000),HIGH COUNTRY ALUMINUM PRODUCTS. LLC,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,571,"SAFETY BELTS MAY BE INCORRECTLY ROUTED BECAUSE A PASSAGE HOLE THROUGH THE SEAT WAS NOT PROVIDED, AND THERE MAY BE EXCESSIVE SLACK IN THE SAFETY BELT, WHICH DOES NOT COMPLY WITH FMVSS 209, ""SAFETY BELT ASSEMBLIES.""",EXCESSIVE SLACK IN THE SAFETY BELT INCREASES THE RISK OFINJURY TO SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,REROUTE THE SAFETY BELT TO REDUCE THE AMOUNT OF SLACK. -04/20/1993,93V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V063000),STEWART & STEVENSON SERV.,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,15,THE FRONT AXLE ASSEMBLY MOUNTING WELDS ARE INADEQUATE AND ARE CRACKING. THIS CONDITION CAN EFFECT THE CENTER RADIAL ARM WHICH IS USED FOR CASTER ADJUSTMENT AND AXLE ROLL.,THIS CONDITION CAN RESULT IN LOSS OF VEHICLE CONTROL ANDPOSSIBLE VEHICLE ACCIDENT.,REPAIR AND STRENGTHEN THE AFFECTED AREAS OF THE STEERING ASSEMBLY. -04/20/1993,93V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V064000),Oshkosh Corporation,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,201,"THE CROSSHEAD KING PIN FORGINGS OF THE UPPER COUPLING ASSEMBLY CAN CRACK, CHIP, OR BREAK OFF. THIS CAN CAUSE COUPLER SEPARATION.","COUPLER SEPARATION CAN RESULT IN THE PIGGY-BACK TRAILERSEPARATING FROM ITS TOWING VEHICLE AND/OR A RAIL CAR, RESULTING IN A POSSIBLEVEHICLE ACCIDENT.",REPLACE DEFECTIVE KING PINS. OSHKOSH WILL WARRANT THE ENTIRE UPPER COUPLING ASSEMBLY FOR TEN YEARS AFTER INSPECTION AND REPAIRS. -04/20/1993,93V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V059000),HIGH COUNTRY ALUMINUM PRODUCTS. LLC,VISUAL SYSTEMS:WINDSHIELD WIPER/WASHER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,571,"THE WINDSHIELD WIPER/WASHER SWITCH ON THE DASH IS NOT ILLUMINATED, AND DOES NOT COMPLY WITH FMVSS 101, ""CONTROLS AND DISPLAYS.""","DURING NIGHT OPERATION, THE LACK OF A LIGHT MAY DIVERTTHE ATTENTION OF THE DRIVER, THEREBY CONTRIBUTING TO AN ACCIDENT.",INSTALL A LIGHT OVER THE WIPER/WASHER CONTROL SWITCH. -04/15/1993,93V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V057000),Ford Motor Company,ELECTRICAL SYSTEM:IGNITION:ANTI-THEFT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,91000,THE ROLL PINS SECURING THE IGNITION LOCK IN THE STEERING COLUMN HOUSING CAN SEPARATE OR MOVE OUT OF POSITION.,"THE IGNITION LOCK CYLINDER MAY DISENGAGE FROM THESTEERING COLUMN HOUSING WHICH COULD CAUSE THE STEERING COLUMN TO LOCK UP,RESULTING IN LOSS OF VEHICLE CONTROL AND A POSSIBLE ACCIDENT.","IF ONE OR BOTH OF THE ROLL PINS ARE MISSING OR NOT FULLY INSERTED, THE IGNITION LOCK HOUSING WILL BE REPLACED, ALONG WITH THE DOOR-LOCKS AND THE LIFTGATE OR DECK-LID LOCKS SO THAT KEY COMPATIBILITY IS MAINTAINED. IF BOTH PINS ARE PRESENT AND FULLY INSERTED, A PLASTIC SNAP-ON SLEEVE WILL BE INSTALLED AS A PRECAUTION TO PREVENT THE ROLL PINS FROM COMING OUT." -04/15/1993,92V028001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V028001),Honda (American Honda Motor Co.),FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,920583,"IF THE PLASTIC COATING OF THE FUEL FILLER AND/OR BREATHER PIPE IS DAMAGED, SALT WATER MAY ACCUMULATE BETWEEN THE PLASTIC COATING AND THE STEEL PIPES, AND THE ACCUMULATION COULD CAUSE CORROSION WHICH WOULD EVENTUALLY RUST THROUGH THE AFFECTED PIPES, ALLOWING GASOLINE FUMES AND FUEL TO LEAK.",GASOLINE FUMES AND/OR FUEL LEAKAGE THROUGH THE FILLER ORBREATHER PIPES COULD RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,REPAIRS WILL BE MADE TO VEHICLES WITH CORRODED FILLER OR BREATHER PIPES. -04/14/1993,93V032003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032003),"CARPENTER INDUSTRIES, INC.",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,8950,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -04/13/1993,93E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E014000),MASTER BRAKE SYSTEMS,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,637,SYNCHRONIZING VALVES AND KITS FOR VALVES LEAK BRAKE FLUID DUE TO: 1. THE VALVE O-RING WAS CUT OR MARRED DURING ASSEMBLY; 2. IMPROPERLY COMPOUNDED O-RINGS AND KITS THAT ARE INCOMPATIBLE WITH THE BRAKE FLUID AND CAUSING FAILURES WERE INSTALLED IN THE VALVE ASSEMBLY.,"LEAKAGE OF BRAKE FLUID DIMINISHES BRAKE EFFECTIVENESSAND MAY CAUSE COMPLETE LOSS OF BRAKES IF NOT NOTICED, CAUSING LOSS OF CONTROL,WHICH COULD RESULT IN AN ACCIDENT.",REPLACE THE VALVES WITH CORRECTLY ASSEMBLED VALVES. -04/13/1993,93V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V058000),Ford Motor Company,STRUCTURE:HATCHBACK SUPPORT ROD (ALSO 13640000),STRUCTURE,NR (Not Reported),Vehicle,3700,VEHICLE DESCRIPTION: PASSENGER VEHICLES. THE LOWER PIVOT PIN THAT JOINS THE LIFTGATE GAS STRUT TO THE BODY CAN SEPARATE FROM THE LOWER STRUT MOUNTING BRACKET DUE TO AN UNDERSIZED RIVET HEAD.,"PIVOT PIN SEPARATION CAUSES THE LIFTGATE TO DESCEND SUDDENLY, RESULTING IN AN INJURY IF SOMEONE IS STRUCK BY THE LIFTGATE.",REPLACE LIFTGATE STRUT ASSEMBLIES HAVING UNDERSIZED PIVOT PIN RIVET HEAD DIAMETERS WITH ASSEMBLIES WITH ADEQUATE PIVOT PIN RIVET HEADS. -04/09/1993,93V032002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032002),IC CORPORATION,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,46500,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -04/08/1993,93V033001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V033001),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,2700,A CONDITION EXISTS THAT ALLOWS OIL TO LEAK FROM THE ALL WHEEL DRIVE TRANSFER CASE. LOW OIL LEVELS IN THE TRANSFER CASE CAN CAUSE BEARING DAMAGE AND FAILURE.,"BEARING FAILURE IN THE TRANSFER CASE RESULTS INPOWER TRAIN LOCKUP WITHOUT PRIOR WARNING, WHILE THE VEHICLE IS AT HIGHWAY SPEED.THIS COULD CAUSE IN A LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","INSTALL A C-RING TO TRANSFER CASE TO PREVENT OIL LEAKAGE, OR REPLACE TRANSFER CASE TO MAINTAIN SUFFICIENT OIL LEVELS IN THE TRANSFER CASE." -04/08/1993,93V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V055000),"Chrysler (FCA US, LLC)",STRUCTURE:HATCHBACK ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,80000,"GREASE APPLIED TO THE LIFTGATE LATCH RUBBER BUMPERS TO EASE COMPONENT ASSEMBLY CAUSED THE BUMPER TO SWELL, INTERFERING WITH THE MOVEMENT OF THE LIFTGATE LATCH PAWL. THIS PREVENTS THE LIFTGATE LATCHING WHEN CLOSED AND DIFFICULT TO OPEN WHEN LATCHED.","AN UNLATCHED LIFTGATE CAN OPEN WHILE THE VEHICLE IS INMOTION, AND COULD RESULT IN AN OCCUPANT FALLING OUT.",REPLACE THE LIFTGATE ASSEMBLY ON AFFECTED VEHICLES. -04/05/1993,93V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V049000),STEWART & STEVENSON SERV.,SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,15,"DURING EXTREME BRAKING APPLICATION THE FRONT AXLE ROLLS FORWARD, PUSHING THE STEERING ARM FORWARD, AND NON-UNIFORM BRAKING EFFORT, CAUSED BY VARIOUS BRAKE COMPONENT CONDITIONS, RESULTS IN THE VEHICLE PULLING TO THE RIGHT.",UNEXPECTED PULL TO THE RIGHT DURING BRAKE APPLICATIONCOULD RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,AXLE ROLL WILL BE CORRECTED BY STIFFENING THE UPPER TORQUE ARM TO REDUCE THE ALLOWANCE FOR AXLE ROLL AND RELOCATING THE UPPER TORQUE ARM TO ELIMINATE THE INTERFERENCE WITH THE STEERING ARM. THE NON-UNIFORM BRAKING EFFORT WILL BE CORRECTED BY REPAIRING THE BRAKES IN ACCORDANCE WITH ROCKWELL BRAKE STANDARDS. -04/02/1993,93C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93C012000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,146895,"THE RED RELEASE BUTTON CAN ROTATE UPWARD IN A CRASH OR SUDDEN STOP, MAKING IT POSSIBLE FOR THE BUCKLE TO RELEASE THE SHOULDER HARNESS.",THE BUCKLE RELEASE OF THE SHOULDER HARNESS DURINGA SUDDEN STOP OR ACCIDENT INCREASES THE RISK OF INJURY TO A CHILD IN THE SEAT.,A KIT TO RETROFIT THE CHILD SAFETY SEAT WITH A MODIFIED RELEASE BUTTON ASSEMBLY WILL BE PROVIDED TO CONSUMERS. CONSUMERS CAN CALL CENTURY AT 1-800-255-2220 TO OBTAIN THESE KITS. -04/02/1993,93V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V054000),"COBRA INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,24,THE MOUNTING BRACKET FOR THE REAR TRAILER HITCH DOES NOT HAVE SUFFICIENT STRENGTH TO WITHSTAND THE LOADS OF AN ATTACHED TRAILER.,"THE MOUNTING BRACKET CAN SEPARATE FROM THE MOTORHOME, ANDTHE TRAILER WILL ONLY BE ATTACHED BY THE SAFETY CHAINS, CAUSING POSSIBLE LOSSOF CONTROL OF THE TRAILER AND/OR THE MOTORHOME, WHICH COULD RESULT IN A VEHICLEACCIDENT.",INSTALL ADDITIONAL SUPPORT BRACKETS TO THE TRAILER HITCH FRAME. -04/02/1993,93V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V051000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,25000,THE ECCENTRIC CAM ADJUSTER BOLTS IN BOTH FRONT LOWER SUSPENSION ARM-TO-FRONT AXLE BRACKET ATTACHMENTS MAY FAIL DUE TO ASSEMBLY MISALIGNMENT.,"CAM BOLT FAILURES CAUSE THE VEHICLE TO PULL TO ONESIDE WHEN THE BRAKES ARE APPLIED, RESULTING IN A POSSIBLE LOSS OF VEHICLECONTROL AND AN ACCIDENT.","REPLACE THE FRONT SUSPENSION CAM BOLTS, CAM WASHERS, AND NUTS WITH COMPONENTS OF A DIFFERENT DESIGN." -04/01/1993,93V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V050000),FLXIBLE CORPORATION,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,487,"THE EMERGENCY RELEASE VALVE MOVES OUT OF POSITION CAUSING IT TO BECOME INOPERATIVE. WHEN THIS HAPPENS, THE ENTRANCE DOOR CANNOT BE OPENED BY ACTIVATING THE EMERGENCY RELEASE HANDLE.","THE INABILITY TO OPEN AN EMERGENCY EXIT DOES NOT COMPLYWITH FMVSS 217, ""BUS WINDOW RETENTION AND RELEASE"", AND COULD RESTRICT THEABILITY OF OCCUPANTS TO EXIT THE VEHICLE IN THE EVENT OF AN EMERGENCY.",THE CORRECTIVE ACTION IS BEING DEVELOPED. BUSES WILL BE REPAIRED WHEN THE CORRECTIVE ACTION HAS BEEN DETERMINED. -04/01/1993,93V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V052000),"Winnebago Industries, Inc.",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,227,A VEHICLE THAT IS FULLY EQUIPPED AND LOADED WITH A TYPICAL PAYLOAD WILL CAUSE AN OVERLOADED CONDITION ON THE FRONT AXLE.,OVERLOADING THE AXLE CAUSES THE FRONT AXLE COMPONENTSTO FAIL PREMATURELY WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND PERSONALINJURY AND/OR VEHICLE DAMAGE.,REPLACE THE FRONT AXLE AND SPRING ASSEMBLY WITH A HIGHER RATED AXLE ASSEMBLY. -03/29/1993,93V032001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032001),"THOMAS BUILT BUSES, INC.",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,87000,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -03/26/1993,93V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V033000),"Mitsubishi Motors North America, Inc.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,3154,A CONDITION EXISTS THAT ALLOWS OIL TO LEAK FROM THE ALL WHEEL DRIVE TRANSFER CASE. LOW OIL LEVELS IN THE TRANSFER CASE CAN CAUSE BEARING DAMAGE AND FAILURE.,"BEARING FAILURE IN THE TRANSFER CASE CAN RESULT INPOWER TRAIN LOCKUP WITHOUT PRIOR WARNING, WHILE THE VEHICLE IS AT HIGHWAY SPEED.THIS COULD RESULT IN A LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","INSTALL A C-RING TO TRANSFER CASE TO PREVENT OIL LEAKAGE, OR REPLACE TRANSFER CASE TO MAINTAIN SUFFICIENT OIL LEVELS IN THE TRANSFER CASE." -03/25/1993,93V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V046000),Trailmobile Canada Limited,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,150,"THE GROSS AXLE WEIGHT RATING CERTIFICATION PLATES ARE LABELED INCORRECTLY, STATING THE GAWR AS 20,000 LBS. THE CORRECT GAWR IS 17,000 LBS.","VEHICLE WITH INCORRECT GAWR LABELS MAY BE OVERLOADED, ANDSUBJECT TO FATIGUE FAILURE OF THE CONSTITUENT PARTS, WHICH MAY RESULT IN ANACCIDENT.",REPLACE THE INCORRECTLY LABELED GAWR CERTIFICATION PLATE WITH A CORRECTED PLATE. -03/25/1993,93V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V047000),Trailmobile Canada Limited,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,294,"THE GROSS AXLE WEIGHT RATING CERTIFICATION PLATES ARE LABELED INCORRECTLY, STATING THE GAWR AS 20,000 LBS. THE CORRECT GAWR IS 17,000 LBS.","VEHICLE WITH INCORRECT GAWR LABELS MAY BE OVERLOADED, ANDSUBJECT TO FATIGUE FAILURE OF THE CONSTITUENT PARTS, WHICH MAY RESULT IN ANACCIDENT.",REPLACE THE INCORRECTLY LABELED GAWR CERTIFICATION PLATE WITH A CORRECTED PLATE. -03/23/1993,93V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V043000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1122,"IMPROPER INSTALLATION OF ELECTRICAL WIRING TO THE EXTERIOR LIGHTS (BRAKE LIGHTS, RUNNING LIGHTS, AND TURN SIGNALS) OF THE TRAILER ALLOWS THE STEEL LIFTING CABLES USED TO RAISE AND LOWER THE FOLDING TOP TO RUB AGAINST THE ELECTRICAL WIRING WHENEVER THE TOP IS LOWERED OR RAISED.","CONTINUED RUBBING FROM THE STEEL LIFTING CABLES CAUSESLOSS OF INSULATION AROUND THE WIRES, RESULTING IN ELECTRICAL SHORT CIRCUITSAND A POSSIBLE FIRE HAZARD.",A PLASTIC WIRING PROTECTOR WILL BE INSTALLED AROUND THE LIFTING CABLE. -03/23/1993,93V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V042000),PACCAR Incorporated,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,307,"AN INCORRECT TOOL WAS USED TO INSTALL PITMAN ARM PINCH BOLTS, RESULTING IN INADEQUATE TORQUE ON THE PITMAN ARM PINCH BOLTS.",INADEQUATE TORQUE ON THE BOLTS ALLOWS THE PITMAN ARMTO SLIP ON THE STEERING GEAR OUTPUT SHAFT WHICH RESULTS IN LOSS OF VEHICLECONTROL.,APPLY CORRECT TORQUE TO INADEQUATELY TORQUED PINCH BOLTS. -03/19/1993,93V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V041000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,37,"THE PASSENGER SIDE AIR BAG CAN EXPERIENCE AN INFLATOR IGNITION DELAY IN THE EVENT OF AN ACCIDENT. THIS DOES NOT COMPLY WITH FMVSS 208, ""OCCUPANT CRASH PROTECTION.""","IF THE INFLATOR IGNITION IS DELAYED IN AN ACCIDENT, THEAIR BAG MAY BE LATE IN DEPLOYING, RESULTING IN INCREASED RISK OF INJURY TOTHE PASSENGER SEAT OCCUPANT.",REPLACE THE PASSENGER SIDE AIR BAGS. -03/18/1993,93V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V040000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1076,THE TIE ROD USED ON THE DANA FA-64 FRONT DRIVE AXLE HAS A THREADED SLEEVE TO PERMIT TOE-IN ADJUSTMENT WITHOUT REMOVING AN END. THE TIE ROD BAR IS NECKED DOWN TO INCORPORATE THE SLEEVE. A STRESS RISER IS CREATED AT THE THREADED PORTION OF THE ADJUSTMENT SLEEVE WHICH MAY CAUSE A FATIGUE FRACTURE AND FAILURE OF THE TIE ROD WHERE IT SCREWS INTO THE SLEEVE.,FAILURE OF THE TIE ROD ON THE FRONT AXLE RESULTS IN LOSSOF STEERING CONTROL AND A POSSIBLE VEHICLE CRASH.,REPLACE THE TIE ROD WITH A TIE ROD THAT DOES NOT USE AN ADJUSTMENT SLEEVE. -03/17/1993,93V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V045000),Skyline Corporation,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,371,"DEFECTIVE BATTERY OPERATED SMOKE ALARMS, IN WHICH THE HORN MAY SOUND AT A WEAK OR LOW LEVEL OR MAY NOT SOUND DURING OPERATION, WERE INSTALLED IN THESE VEHICLES.",FAILURE OF THE ALARM HORN TO SOUND WOULD NOT WARN THEOCCUPANTS OF THE VEHICLE TO TAKE SOME ACTION TO PREVENT A FIRE OR TO EXIT THEVEHICLE IN THE EVENT OF A FIRE.,MAPLE CHASE COMPANY WILL REPLACE THE DEFECTIVE UNITS. -03/16/1993,93V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V044000),"Mitsubishi Motors North America, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,300,THE REAR OUTBOARD LOWER SAFETY BELT ATTACHMENT BOLT WAS INADEQUATELY TORQUED ON INSTALLATION.,THE INADEQUATELY TORQUED ANCHOR BOLT COULD FAIL INA SUDDEN STOP OR ACCIDENT. FAILURE OF THE SAFETY BELT ASSEMBLY RESULTS ININCREASED RISK OF INJURY TO THE SEAT OCCUPANT.,RETORQUE THE SAFETY BELT ATTACHMENTS TO THE CORRECT SPECIFICATION. -03/16/1993,93T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93T004000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1558,THE TIRES WERE UNDERCURED.,"UNDERCURED TIRES SUFFER FROM PREMATURE FAILURE, WHICH MAYCAUSE LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",REPLACE THE UNDERCURED TIRES. -03/15/1993,93V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V036000),"Nissan North America, Inc.",ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,33000,NISSAN HAS MADE A PRELIMINARY DETERMINATION THAT A DEFECT EXISTS IN ENGINE COMPARTMENT COMPONENT(S) THAT MAY FAIL DUE TO THE ENGINE COMPARTMENT HEAT.,"THE UNDETERMINED ENGINE COMPARTMENT COMPONENT(S) CANCAUSE AN ENGINE COMPARTMENT FIRE, RESULTING IN POSSIBLE INJURY TO VEHICLEOCCUPANTS.","DEALERS WILL INSTALL A NEW DESIGN COOLING SYSTEM INCLUDING THE FAN BELTS, RADIATOR, WATER PUMP, ALTERNATOR, FREEZE PLUG SHIELDS, AND ASSOCIATED HOSES. THE REMEDY WILL ALSO INCLUDE A NEW AUXILIARY ELECTRIC FAN AND POWER STEERING FLUID COOLER. TO COMPLETE THE REMEDY, A WARNING SYSTEM TO MONITOR COOLING SYSTEM PERFORMANCE WILL BE INSTALLED TO DETECT POTENTIAL ENGINE OVERHEATING." -03/12/1993,93E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E009000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Equipment,1526,THE HIGH STRENGTH -- LOW ALLOY MATERIAL WHICH WAS USED IN THE TURNBUCKLE STYLE CROSS-TUBE AXLE ASSEMBLIES HAS LOW IMPACT RESISTANCE PROPERTIES. THE TURNBUCKLE STYLE CROSS-TUBE ASSEMBLIES ARE THEREFORE SUSCEPTIBLE TO FRACTURE UNDER IMPACT LOADS DUE TO THE COMPONENT'S DESIGN GEOMETRY AND THE LOW IMPACT RESISTANCE OF THE MATERIAL.,IMPACT FRACTURES OF THE CROSS-TUBE ASSEMBLIES OF THESTEERABLE DRIVE AXLE CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE THE TURNBUCKLE STYLE CROSS-TUBE ASSEMBLIES WITH CROSS-TUBE ASSEMBLIES OF A DIFFERENT CONFIGURATION. -03/09/1993,93V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V034000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3661,THE BRAKE BOOSTER ASSEMBLIES WERE IMPROPERLY MANUFACTURED. THIS CAN CAUSE THE SEPARATION OF THE BRAKE BOOSTER HOUSING DURING A HIGH EFFORT BRAKING MANEUVER.,THE SEPARATION OF THE BRAKE BOOSTER HOUSING CAN RESULTIN TOTAL LOSS OF BRAKE APPLICATION WITHOUT PRIOR WARNING AND A VEHICLE ACCIDENT.,REPLACE DEFECTIVE BRAKE BOOSTER ASSEMBLIES. -03/09/1993,93V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V037000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3400,"THE TIRE AND WHEEL SPECIFICATION INFORMATION ON THE CERTIFICATION LABEL INDICATES A MINIMUM TIRE SIZE LARGER THAN THE TIRE ACTUALLY FITTED TO THE VEHICLE. THIS DOES NOT COMPLY WITH FMVSS 120, ""TIRE SELECTION AND RIMS.""",INSTALLATION OF THE WRONG SIZE TIRES TO THE RIM COULD RESULT IN LOSS OF VEHICLE CONTROL.,PROVIDE CORRECT CERTIFICATION LABELS TO VEHICLE OWNERS FOR APPLICATION TO THE VEHICLES. -03/09/1993,93V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V035000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,5574,"THE DRIVER AND PASSENGER FRONT SEAT MANUAL RECLINING MECHANISMS DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 207, ""SEATING SYSTEMS."" THE SEAT BACK MECHANISMS WILL NOT LATCH UNDER CERTAIN CONDITIONS.","THE SEATS MAY RECLINE WITHOUT PRIOR WARNING, RESULTINGIN A HAZARD TO SEAT OCCUPANTS AND POSSIBLE LOSS OF VEHICLE CONTROL.",REPLACE THE MANUAL SEAT RECLINER MECHANISM WITH A MECHANISM THAT COMPLIES WITH FMVSS 207. -03/03/1993,93V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V029000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,188,"THE SAFETY BELT ANCHORAGE BOLTS DO NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THE SEAT ANCHORAGES COULD NOT MAINTAIN LOAD OF 5,000 LBS FOR 10 SECONDS.",THE SAFETY BELTS MIGHT NOT ADEQUATELY PROTECT SEATOCCUPANTS IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,"REPLACE THE ANCHORAGE BOLTS WITH BOLTS OF A LARGER DIAMETER, WHICH MEET THE LOAD REQUIREMENTS OF FMVSS 210." -03/02/1993,93V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V031000),Volvo Trucks North America,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,204,,LIMITING THE STROKE OF THE BRAKE CHAMBER REDUCES THEEFFICIENCY OF THE BRAKE AND RESULTS IN INCREASED RISK OF VEHICLE ACCIDENT.,INSTALL NEW SLACK ADJUSTERS. -03/02/1993,93E007001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E007001),Skyline Corporation,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,112,"THE LOW STRENGTH ADHESIVE TAPE USED TO SECURE A SHIELD FOR THE WASHING MACHINE MOTOR CAN FAIL. IF THE SHIELD IS NOT COMPLETELY SECURE, SUDS AND WATER CAN GET UNDER THE SHIELD AND TO THE MOTOR SWITCH, CAUSING OVERHEATING OF THE SWITCH.",OVERHEATING OF THE MOTOR SWITCH CREATES A FIRE HAZARDWITHIN THE TRAVEL TRAILER.,"RESECURE THE SHIELD OVER THE MOTOR WITH A MORE ROBUST ADHESIVE, AND REPLACE THE MOTOR SWITCH WITH A SWITCH THAT IS MORE RESISTANT TO WATER AND CONTAMINANTS." -03/02/1993,93V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V026000),"Erwin Hymer Group North America, Inc.",EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,969,"THE GENERATOR EXHAUST PIPE, LOCATED AT THE REAR ROADSIDE OF THE VEHICLE, CAN EMIT HOT EXHAUST GASES FROM A DAMAGED, WORN, DEFECTIVE, OR IMPROPERLY INSTALLED EXHAUST PIPE, MELTING THE ADJACENT POLYETHYLENE STORAGE TRUNK.","THE DAMAGED STORAGE TRUNK ALLOWS GENERATOR AND/OR VEHICLEEXHAUST GASES TO ENTER THE VEHICLE, RESULTING IN A HAZARD TO VEHICLE OCCUPANTS.","REPLACE ANY DEFECTIVE GENERATOR EXHAUST PIPES, REPAIR HOLES IN THE POLYETHYLENE STORAGE TRUNK, AND INSTALL A HEAT SHIELD BETWEEN THE GENERATOR EXHAUST PIPE AND THE STORAGE TRUNK." -03/02/1993,93V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V030000),Volvo Trucks North America,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,415,"THE SAFETY BELT RETRACTOR DESIGNED FOR THE PASSENGER SIDE OF THE CABIN WAS INSTALLED ON THE DRIVER'S SIDE, AND THE DRIVER'S SIDE RETRACTOR WAS INSTALLED ON THE PASSENGER SIDE.","THE INCORRECT EMERGENCY LOCKING SAFETY BELT RETRACTORWOULD NOT FUNCTION ADEQUATELY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT, ANDSEAT OCCUPANTS WOULD FACE AN INCREASED RISK OF INJURY.","INSTALL NEW, CORRECT RETRACTORS AS NEEDED." -03/02/1993,93V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V028000),Shyft Group,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,169,"THE REAR SUSPENSION, FRONT SPRING HANGER MOUNTING ASSEMBLY MAY FAIL UNDER CERTAIN ROAD CONDITIONS. A HARD SHOCK TO THE REAR SUSPENSION MAY FORCE THE FRONT SPRING HANGER MOUNTING BOLTS TO SHEAR.","IF THIS OCCURS, THE REAR SUSPENSION WOULD COLLAPSE,RESULTING IN LOSS OF VEHICLE CONTROL AND POSSIBLY AN ACCIDENT.",STRENGTHEN THE REAR SUSPENSION BY ADDING A PART TO THE SPRING HANGER WHICH WILL HELP CARRY THE LOAD OF THE CHASSIS AND REDUCE THE LEVERAGE OF THE SUSPENSION ON THE MOUNTING BOLTS. -03/02/1993,93V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V027000),STEWART & STEVENSON SERV.,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,15,"REGULAR NUTS, INSTEAD OF LOCKING NUTS, WERE USED TO SECURE AN EXTENSION ARM FROM THE FORWARD SIDE OF THE WINDSHIELD WIPER MOTOR TO THE WIPER ARM. THE NON-LOCKING NUT CAN LOOSEN AND ALLOW THE EXTENSION ARM TO ""SLIP"" OFF THE TAPERED SHAFT CAUSING THE WIPERS TO CEASE TO FUNCTION.",NON-FUNCTIONING WIPERS RESULTS IN REDUCED VISIBILITY FORTHE DRIVER IN INCLEMENT WEATHER CONDITIONS AND INCREASES THE RISK OF OCCURRENCEOF AN ACCIDENT.,REPLACE THE REGULAR NUTS WITH A LOCKING NUT. -03/01/1993,93V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V032000),Blue Bird Body Company,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,21000,PASSENGERS CLOTHING CAN UNKNOWINGLY BECOME CAUGHT IN THE HANDRAILS AT BUS DOORS WHEN EXITING THE BUS.,"WHEN A PASSENGER'S CLOTHING BECOMES CAUGHT IN THEHANDRAIL, AND THE BUS DRIVER CLOSES THE DOOR AND PUTS THE VEHICLE IN MOTION, THEINDIVIDUAL IS SUBJECT TO BEING DRAGGED BY THE BUS. THIS CAN RESULT IN SERIOUSINJURY OR DEATH.",REPLACE OR REPOSITION THE HANDRAILS TO STOP CLOTHING FROM BECOMING CAUGHT. -02/22/1993,93V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V025000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,598,THE BRACKET THAT SUPPORTS AND POSITIONS THE HAND THROTTLE CABLE AT THE ACCELERATOR ROD CAN BE BENT OR MISALIGNED DURING BODY ASSEMBLY TO THE CHASSIS.,"BENT OR MISALIGNED THROTTLE CABLES CAN CAUSE THEACCELERATOR TO STICK IN PARTIAL TO FULL THROTTLE POSITION, RESULTING A UNWANTEDVEHICLE SPEED AND A POSSIBLE VEHICLE ACCIDENT.",REPLACE THE CURRENT THROTTLE CABLE BRACKET WITH A NEW BRACKET; INSTALL AT A DIFFERENT LOCATION. -02/16/1993,93V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V024000),"Mack Trucks, Inc.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,4924,"THE CARRIER YOKE BOLTS WERE MANUFACTURED WITH WORN ROLLING THREAD DIES, CAUSING STRESS CONCENTRATIONS WHICH CAUSED CRACKS DURING THE QUENCHING PROCESS.",THIS CONDITION CAN CAUSE BOLT FAILURE AND ALLOW THEDRIVELINE TO SEPARATE FROM THE CARRIER ASSEMBLY.,REPLACE THE CARRIER YOKE BOLTS. -02/12/1993,93E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E004000),HYDRO FLAME CORP.,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,6400,OVERHEATING AND PREMATURE DETERIORATION OF THE COMBUSTION CHAMBER CAN OCCUR IN MARGINAL OR POOR INSTALLATIONS OF THE FURNACE. THE DETERIORATION IS CAUSED WHEN AIR CIRCULATION FROM THE FURNACE HOUSING IS RESTRICTED EITHER BY A LACK OF RETURN AIR CIRCULATION OR A DUCTING SYSTEM WHICH PREVENTS FREE CIRCULATION OF THE HEATED AIR FROM THE FURNACE.,"IF THE COMBUSTION CHAMBER DETERIORATION IS NOT DETECTEDAND CORRECTED, CHAMBER FLAME CAN PENETRATE THE CHAMBER AND THE FURNACE CASING,CAUSING A VEHICLE FIRE.","INSPECT THE COMBUSTION CHAMBER AND TEST INSTALLATION OF THE FURNACE FOR SPECIFICATIONS. REWIRE THE OVERHEATING LIMIT SWITCH, WHICH CUTS THE FURNACE OFF WHEN THE HEAT EXCEEDS THE SPECIFIED LIMIT AND AUTOMATICALLY RESETS THE FURNACE TO A CONFIGURATION WHICH REQUIRES THE OPERATOR TO MANUALLY RESET THE FURNACE." -02/09/1993,93V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V020000),FREIGHTLINER LLC,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,200,THE BRAKE PEDAL LINKAGE IS ATTACHED TO THE SERVICE BRAKE VALVE PUSHROD WITH A CLEVIS PIN. THE TWO COTTER PINS THAT RETAIN THE CLEVIS PIN MAY NOT HAVE BEEN INSTALLED DURING ASSEMBLY.,"IF THE COTTER PINS WERE NOT INSTALLED, THE CLEVIS PIN MAYFALL OUT DURING BRAKE USE, CAUSING THE BRAKE PEDAL LINKAGE TO SEPARATE FROM THESERVICE BRAKE PUSHROD, RESULTING IN LOSS OF BRAKES AND A POSSIBLE VEHICLEACCIDENT.",INSPECT THE BRAKE PEDAL ASSEMBLY AND INSTALL COTTER PINS TO THE CLEVIS PIN IF THEY ARE MISSING. -02/09/1993,93V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V018000),"General Motors, LLC",ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20000,"SYSTEM: ELECTRICAL.VEHICLE DESCRIPTION: SEQ 9C1 POLICE CARS IN CORROSION AREAS OF THE US AND CANADA ONLY. NOTE: VEHICLES ORIGINALLY SOLD OR CURRENTLY REGISTERED IN THE STATES OF: CONNECTICUT, ILLINOIS, INDIANA, MAINE, MASSACHUSETTS, MICHIGAN, NEW HAMPSHIRE, NEWJERSEY, NEW YORK, OHIO, PENNSYLVANIA, RHODE ISLAND, VERMONT, AND WISCONSIN. A ELECTRICAL GROUND-OUT CONDITION MAY EXIST BETWEEN THE 12 VOLT JUNCTION BLOCK AND THE METAL INNER FENDER SKIRT.","THIS CONDITION CAN CAUSE A MELTED JUNCTION BLOCK, SMOKE,AND BURNED UNDERHOOD WIRING RESULTING IN A DISABLED VEHICLE OR A VEHICLE FIRE.THIS CONDITION CAN OCCUR WHILE THE VEHICLE IS IN OPERATION OR WHILE THE VEHICLEIS PARKED AND THE IGNITION IS IN THE ""OFF"" POSITION.",INSTALL A SHIELDING INSULATOR UNDER THE JUNCTION BLOCK. -02/09/1993,93E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E005000),"REESE PRODUCTS, INC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,717,THE WELD ON THE TRAILER HITCH CAN BREAK.,BROKEN WELDS ON THE TRAILER HITCH CAN ALLOW A TRAILER TOSEPARATE FROM THE TOWING VEHICLE AND RESULT IN A POSSIBLE VEHICLE ACCIDENT.,REPLACE THE TRAILER HITCH. -02/09/1993,93V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V019000),FREIGHTLINER LLC,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,1096,THE FRONT WHEEL BEARINGS WERE NOT ADEQUATELY GREASED.,"INADEQUATE GREASE IN THE FRONT WHEEL BEARINGS CAN CAUSEEARLY FAILURE OF THE BEARING. IF THE OUTER WHEEL BEARING FAILS WHILE THE VEHICLEIS IN MOTION, THE WHEEL CAN SEPARATE FROM THE VEHICLE, CAUSING LOSS OF VEHICLECONTROL AND AN ACCIDENT.","REMOVE, CLEAN, AND GREASE FRONT WHEEL BEARINGS AND HUBS." -02/09/1993,93V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V021000),BOSS HOSS CYCLE,SUSPENSION:MOTORCYCLE REAR,SUSPENSION,NR (Not Reported),Vehicle,80,THE REAR AXLE CAN FRACTURE BECAUSE OF METAL FATIGUE.,THE FRACTURING OF THE AXLE CAN CAUSE STRUCTURAL DAMAGEAND COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,INSTALL A NEWLY DESIGNED AND MANUFACTURED REAR AXLE OF IMPROVED MATERIALS. -02/04/1993,93V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V017000),"PAS, INC.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,141,SEPARATION OF THE TRANSMISSION SHIFT CABLE FITTING END (VEHICLE INTERIOR) AND THE OUTER CABLE CONDUIT.,"THIS CONDITION CAN CAUSE THE GEAR SELECT LEVER TO BEPOSITIONED INDEPENDENT OF THE TRANSMISSION POSITION, WHICH MAY CAUSE THETRANSMISSION TO BE INADVERTENTLY LEFT IN A ROLL-AWAY OR IN A DRIVE CONDITION,RESULTING IN A VEHICLE ACCIDENT.",REPLACE AFFECTED TRANSMISSION SHIFT CABLES WITH CORRECT SHIFT CABLE FITTING ENDS. -02/01/1993,93V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V015000),"BMW of North America, LLC",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,375000,THE MALFUNCTION OR FAILURE OF A COOLANT SYSTEM COMPONENT RESULTS IN SIGNIFICANTLY INCREASED COOLANT TEMPERATURE AND A RESULTING INCREASE IN SYSTEM PRESSURE.,"VEHICLES OPERATED UNDER THIS INCREASED COOLING SYSTEMPRESSURE CONDITION CAN SUFFER DAMAGE OR FAILURE OF PARTS OF THE COOLING SYSTEMSUCH AS (1) LEAKAGE FROM A COOLANT HOSE, (2) LEAKAGE OF THE RADIATOR OREXPANSION TANK, (3) DISCONNECTION OF A HOSE FROM A PIPE OR A FITTING, AND (4)CRACKS IN THE HEATER CORE END PIECE RESULTING IN COOLANT LEAKAGE. IN SOME CASES,BOILING COOLANT CAN CONTACT THE LOWER RIGHT LEG OF THE DRIVER RESULTING INBURNS. ALSO, ESCAPING COOLANT IN THE PASSENGER COMPARTMENT CAN CAUSE VAPORFOGGING OF THE INTERIOR SURFACE OF THE WINDOWS, REDUCING DRIVER VISIBILITY.","DEALERS WILL INSTALL A THERMOSTATIC BYPASS VALVE IN THE ENGINE COMPARTMENT TO CONTROL COOLANT TEMPERATURE IN THE HEATER CORE. ALSO, A NEW DESIGN RADIATOR CAP WILL BE INSTALLED, TO CONTROL PRESSURE AND PROVIDE GREATER COOLANT OVERFLOW IN THE EVENT OF OVERHEATING." -02/01/1993,93V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V016000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,93-C-07,Vehicle,1702880,UNANTICIPATED HEAT IN THE TRANSMISSION CAN FORCE THE TRANSMISSION FLUID OUT OF THE VENT TUBE.,THE VENTED TRANSMISSION FLUID CAN CATCH FIRE IF EXPOSEDTO A SOURCE OF IGNITION.,INSTALL A LONGER TRANSMISSION VENT HOSE ROUTED TO THE LEFT SIDE OF THE ENGINE COMPARTMENT OF THE VEHICLE. -01/22/1993,93E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E002000),ARVINMERITOR AUTOMOTIVE,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1018,"THE BRAKE ASSEMBLIES DO NOT MEET THE BRAKE POWER AND BRAKE RECOVERY SECTIONS OF FMVSS 121 ""AIR BRAKE SYSTEMS"".","THE BRAKES MAY FAIL TO PROVIDE ADEQUATE STOPPINGDISTANCE IN AN EMERGENCY, RESULTING IN A POSSIBLE VEHICLE ACCIDENT.",REPLACE THE BRAKE SHOES AND LINING WITH THOSE THAT COMPLY WITH FMVSS 121. -01/22/1993,93V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V011000),Motor Coach Industries,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8,"THE BRACKETS USED TO RESTRAIN THE ""REFERENCE-ZERO"" ARM OF THE DRIVE AXLE SLACK ADJUSTERS MAY FLEX EXCESSIVELY, AND PREVENT SELF ADJUSTMENT OF THE SLACK ADJUSTERS. THIS COULD DEGRADE BRAKE EFFICIENCY AS THE BRAKE SHOES WEAR.","DECREASED BRAKE EFFICIENCY COULD CAUSE INCREASED STOPPINGDISTANCES, WHICH COULD RESULT IN A VEHICLE ACCIDENT.",A RETROFIT KIT IS TO BE INSTALLED TO CORRECT THE PROBLEM WITH THE ATTACHMENT BRACKETS. -01/19/1993,93V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V010000),"General Motors, LLC",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1771,THE ENGINE MOUNTED FUEL FEED AND RETURN PIPES MAY FRACTURE DUE TO CONTACT WITH THE ENGINE FRAME DURING OPERATION.,"IF THE FUEL PIPE FRACTURES, GASOLINE WILL BE FORCED ATPRESSURE FROM THE FUEL PIPES INTO THE ENGINE COMPARTMENT, RESULTING IN ANUNDERHOOD FIRE IF THE GASOLINE IS EXPOSED TO A SOURCE OF IGNITION.",REPLACE THE FUEL FEED AND RETURN PIPES USING NEW PIPE ASSEMBLIES. -01/19/1993,93V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V009000),DORSEY CORPORATION,STRUCTURE:TAILGATE ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,60,THE TOP HINGED REAR GATE (DOOR) HORIZONTAL STRUCTURAL MEMBER DEVELOPS FATIGUE CRACKS BECAUSE OF BENDING AT THE HINGES AND CENTER BRACE ATTACHMENT BRACKET.,"IF FATIGUE CRACKS PROGRESS FAR ENOUGH, THE REAR GATE CANSEPARATE AND FALL OFF, WITHOUT WARNING, INTO THE PATH OF FOLLOWING TRAFFIC,AND CAUSE OTHER VEHICLES TO CRASH.",REINFORCE THE HINGES AND THE CENTER BRACE ATTACHMENT BRACKET BY QUALIFIED WELDERS FROM DORSEY AUTHORIZED FIRMS. -01/14/1993,93V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V008000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,215052,THE ENGINE COOLING FAN BLADES BREAK AS A RESULT OF FATIGUE AND/OR VEHICLE INDUCED STRESS.,"IF THE BLADE BREAKAGE OCCURS WHILE THE HOOD IS OPEN, APERSON WORKING UNDER THE HOOD OR IN THE VICINITY OF THE VEHICLE COULD BE STRUCKAND INJURED BY THE BLADE SEGMENT.",INSTALL A NEWLY DESIGNED FAN ASSEMBLY. -01/12/1993,93V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V004000),FREIGHTLINER LLC,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,54,"THE METAL SHEATHING OF THE PARKING BRAKE CABLE CAN SEPARATE ALLOWING THE INNER LOAD BEARING CABLE TO PULL THROUGH THE HOUSING, RELAXING CABLE TENSION AND RELEASING THE PARKING BRAKE.",RELEASING THE PARKING BRAKE WITHOUT OPERATOR INTENT CANCAUSE VEHICLE ROLLAWAY AND RESULT IN A VEHICLE ACCIDENT.,REPLACE THE PARKING BRAKE CABLE. -01/11/1993,93V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V007000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7000,"THE BLADES IN THE BRAKE VACUUM BOOSTER PUMP CAN WEAR PREMATURELY, CAUSING REDUCED BRAKE ASSIST PRESSURE WHEN THE BRAKE PEDAL IS APPLIED.",REDUCED BRAKE ASSIST COULD RESULT IN INCREASED STOPPINGDISTANCE AND A VEHICLE ACCIDENT.,REPLACE THE BRAKE VACUUM BOOSTER PUMP WITH A NEWLY DEVELOPED BRAKE VACUUM BOOSTER VALVE ASSEMBLY. -01/11/1993,93V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V006000),"Volkswagen Group of America, Inc.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,152000,THE DIFFERENTIAL OIL OF THE TRANSAXLE IS LOST OVER TIME DUE TO EVAPORATION. LOW OIL LEVELS CAUSE PREMATURE BEARING AND GEAR WEAR AND EVENTUAL FAILURE OF THE DIFFERENTIAL.,"IN THE EVENT OF FAILURE, THE VEHICLE'S DRIVE WHEELS COULDLOSE POWER. IN EXTREME CIRCUMSTANCES, THE FRONT WHEELS LOCK, CAUSING RAPIDDECELERATION RESULTING IN POSSIBLE LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",DRAIN AND REPLACE THE DIFFERENTIAL GEAR OIL WITH OIL HAVING HIGHER PERFORMANCE CHARACTERISTICS. -01/08/1993,93V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V003000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,330,"A DEFECT IN THE THREADS OF A U-BOLT MAY CAUSE IMPROPER LOADING, LONGITUDINAL CRACKING IN THE THREADS OF THE U-BOLT, AND PREMATURE FRONT STEER AXLE SPRING FAILURE.",FAILURE OF THE FRONT STEER AXLE SPRING COULD RESULT INLOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE THE U-BOLTS ALONG WITH WASHERS AND LOCK NUTS. -01/04/1993,93V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V023000),Ford Motor Company,BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,212,ANTI-LOCK BRAKE SYSTEM CONTROLLERS DESIGNED FOR REAR WHEEL DRIVE CARS MAY HAVE BEEN INSTALLED ON THESE FRONT WHEEL DRIVE CARS..,THIS COULD RESULT IN REDUCED BRAKING ABILITY AND POSSIBLEVEHICLE ACCIDENT.,REPLACE THE REAR WHEEL DRIVE ABS CONTROLLER WITH A FRONT WHEEL DRIVE ABS CONTROLLER. -01/04/1993,93T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93T001000),KELLY SPRINGFIELD TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,990,"AN IMPRESSION AT THE LEFT EDGE OF THE SERIAL IDENTIFICATION NUMBER, CAUSED BY A BENT SERIAL IDENTIFICATION TIN, HAS DAMAGED THE TIRES.",THE IMPRESSION IN THE SIDEWALL CAN RESULT IN PREMATUREFAILURE OF THE TIRE IN SERVICE.,THESE TIRES WILL BE REPLACED FREE OF CHARGE IF RETURNED FOR REPLACEMENT WITHIN 60 DAYS OF THE DATE OF NOTIFICATION. -01/01/1993,93V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V022000),"BECK FIRE APPARATUS, INC.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,75,THE DRIVE LINE ANGLES ON THESE CUSTOM MADE FIRE TRUCKS MAY EXCEED THE MANUFACTURER'S RECOMMENDED TOLERANCES.,"THE DRIVE LINE MAY IMPACT AUXILIARY EQUIPMENT MOUNTEDNEAR THE DRIVE LINE, AND CAUSE DRIVE LINE FAILURE, DAMAGE TO SURROUNDINGSTRUCTURES, AND COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",BECK WILL CONTRACT WITH AN INDEPENDENT CONSULTANT TO DETERMINE AND PERFORM SATISFACTORY REPAIRS. -01/01/1993,93V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V014000),Diamond Coach Corporation,TIRES,TIRES,NR (Not Reported),Vehicle,578,THE TIRE CERTIFICATION LABELS STATE AN IMPROPER TIRE PRESSURE FOR THE REAR TIRES.,"THE TIRE CERTIFICATION LABELS FAIL TO COMPLY WITH THEREQUIREMENTS OF FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHERTHAN PASSENGER CARS.""",INSTALL A NEW LABEL WITH THE CORRECT TIRE PRESSURE INFORMATION. -01/01/1993,93V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93V013000),"THOMAS BUILT BUSES, INC.",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,24570,THE CURRENT PRODUCTION STATIONARY WINDOW ASSEMBLIES ALLOW THE GLASS TO DISENGAGE FROM THE RUBBER AND/OR FRAME.,"THE WINDOWS DO NOT COMPLY WITH FMVSS 217, ""BUS WINDOWRETENTION AND RELEASE.""",INSTALL TWO RETAINING CLIPS AT EACH NON-COMPLYING WINDOW. -01/01/1993,93E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=93E003000),DANA CORPORATION,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,7423,"THE OUTER WHEEL NUTS ON EITHER OR BOTH ENDS OF THE AXLE SPINDLES MAY BE IMPROPERLY TORQUED, WHICH COULD PERMIT THE NUTS TO BACK OFF WHILE THE VEHICLE IS IN OPERATION.","THE NUTS BACKING OFF WHILE THE VEHICLE IS IN OPERATIONCAUSE THE WHEEL TO SEPARATE FROM THE AXLE, WHICH COULD RESULT IN A VEHICLEACCIDENT.",ADJUST THE TORQUE ON THE OUTER WHEEL NUTS. -12/28/1992,92V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V187000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6656,A MANUFACTURING CONDITION IN THE THROTTLE BODY INJECTOR (TBI) UNIT MIGHT OCCUR TO ALLOW THE THROTTLE CAM LEVER TO DISENGAGE FROM THE THROTTLE DRIVE SHAFT.,"IF THE THROTTLE CAM LEVER DISENGAGES FROM THE THROTTLEDRIVE SHAFT, THE ENGINE COULD GO TO WIDE OPEN THROTTLE WITHOUT PRIOR WARNING.THIS LOSS OF VEHICLE ACCELERATOR CONTROL COULD RESULT IN A VEHICLE CRASH.",REPLACE THE THROTTLE DRIVE COVER ASSEMBLY. -12/28/1992,92T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T012000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,3634,"THE LOAD RANGE AND THE MAXIMUM LOAD FOR THESE TIRES WAS INCORRECTLY MARKED ON THE TIRE SIDEWALL. THE TIRES SHOULD BE LOAD RANGE C, MAXIMUM LOAD 2470 LBS. AT 50 PSI (SINGLE) AND 2270 LBS. AT 50 PSI (DUAL).","THE INCORRECT MARKINGS DO NOT COMPLY WITH FMVSS 119, ""NEWPNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS."" A VEHICLE OWNER MIGHTINCORRECTLY LOAD THE TIRES WITH MORE THAN THE APPROPRIATE WEIGHT, AND SUFFERTIRE FAILURE WITHOUT PRIOR WARNING.",REPLACE THE INCORRECT TIRES WITH NEW CORRECTLY BRANDED TIRES. -12/28/1992,92T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T013000),DENMAN TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,569,THE TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FMVSS 119.,TIRES COULD FAIL PREMATURELY WHICH MAY CAUSE LOSS OFVEHICLE CONTROL AND RESULT IN AN ACCIDENT.,REPLACE THE TIRES. -12/24/1992,92V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V185000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,140661,THE SERVICE BRAKE STOP LAMP SWITCH BECOMES INOPERATIVE.,THE INOPERATIVE STOP LAMP SWITCH WILL NOT ILLUMINATE THESTOP LAMPS WHEN THE BRAKE PEDAL IS DEPRESSED. THIS WOULD NOT ADEQUATELY INFORMOTHER DRIVERS OF THE VEHICLE OPERATOR'S INTENT TO STOP OR SLOW DOWN.,REPLACE THE STOP LAMP SWITCH AND CORRECT THE WIRING IN THE CONNECTOR OF THE STOP LAMP SWITCH WIRING HARNESS. -12/24/1992,92V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V184000),Blue Bird Body Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,912,"THE ELECTRIC VANDAL LOCK CENTER PLUNGER CAN TAP THE CONTROL LOCK PIN, OF THE OUTWARD OPENING DOOR, WHICH CAUSES THE DOOR LOCK TO BECOME DISENGAGED.",THE DISENGAGED DOOR LOCK ALLOWS THE DOOR TO OPEN WITHOUTPRIOR WARNING AND ENDANGER OCCUPANTS NEAR THE DOOR IF THE VEHICLE IS IN MOTION.,MODIFY THE VANDAL DOOR LOCKS WITH BLUE BIRD SUPPLIED KITS. -12/23/1992,92E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E029000),"Cummins, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,51635,"BOSCH DISTRIBUTOR-TYPE FUEL PUMPS HAVE A MANUFACTURING DEFECT THAT CAN CAUSE THE BALL PIN, WHICH IS PART OF THE PUMP'S CONTROL LEVER ASSEMBLY, TO BREAK CAUSING THE LINK BETWEEN THE CONTROL SLEEVE AND THE CONTROL LEVER TO BECOME INOPERATIVE.","WHEN THE LINK BETWEEN THE CONTROL LEVER AND THE CONTROLSLEEVE BREAKS, THE SPEED CONTROL NO LONGER RESPONDS TO MOVEMENT OF THEACCELERATOR PEDAL, RESULTING IN LOSS OF SPEED CONTROL AND A POSSIBLE VEHICLEACCIDENT.",REPAIR THE FUEL PUMP. -12/23/1992,92V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V186000),PETERBILT MOTOR COMPANY,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,6300,SINGLE THICKNESS TETHER SAFETY BELTS CAN BREAK UNDER THE STRESSES CREATED DURING A VEHICLE CRASH. THE SAFETY BELTS DO NOT COMPLY WITH FMVSS 207 AND 210.,BROKEN SAFETY BELTS DO NOT PROVIDE ADEQUATE PROTECTIONFOR SEAT OCCUPANTS IN THE EVENT OF A VEHICLE CRASH.,REPLACE SINGLE THICKNESS TETHER SAFETY BELTS WITH DOUBLE THICKNESS TETHER BELTS. -12/17/1992,92V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V183000),HOLIDAY RAMBLER CORP.,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,10350,"THE DRIVER AND PASSENGER FRONT OUTBOARD OCCUPANT SEAT HAVE BEEN DESIGNED WITH THE SAFETY BELT ANCHORAGE ON THE SEAT STRUCTURE. IT IS POSSIBLE, IN A VEHICLE CRASH, THAT THE SEAT STRUCTURE WOULD FAIL TO WITHSTAND THE FORCES WITHIN THE LIMITS SET FORTH IN FMVSS 207 AND FMVSS 210.","THE SEATING AND SAFETY BELT SYSTEMS FAIL TO COMPLY WITHTHE SAFETY STANDARDS OF FMVSS 207 AND 210, AND COULD INCREASE THE RISK OF INJURYTO OCCUPANTS IN THE EVENT OF A CRASH OR SUDDEN STOP.",RELOCATE THE SEAT BELT ANCHORAGE ASSEMBLIES FROM THE SEAT PEDESTAL ASSEMBLY TO THE VEHICLE FRAME THROUGH THE FLOOR STRUCTURE TO REDUCE THE LOAD ON THE SEAT PEDESTAL ASSEMBLY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT. -12/15/1992,92V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V182000),"General Motors, LLC",LIGHTING:FUSE:UNSPECIFIED LIGHT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6013,"THE FOG LAMPS, LOW BEAM HEADLAMPS, AND HIGH BEAM HEADLAMPS CAN BE OPERATED SIMULTANEOUSLY. THIS CAN CAUSE THE HEADLAMP CIRCUIT BREAKER TO OVERLOAD AND TRIP, RESULTING IN LOSS OF HEADLAMPS (LOW AND HIGH BEAM) AND FOG LIGHTS.","LOSS OF HEADLAMPS WITHOUT PRIOR WARNING REDUCES DRIVERVISIBILITY IN INCLEMENT WEATHER CONDITIONS OR AT NIGHT, AND COULD RESULT IN AVEHICLE ACCIDENT. IN ADDITION, THE USE OF MORE THAN FOUR (4) WHITE LIGHTS ON AVEHICLE AT THE SAME TIME VIOLATES THE LAW IN SOME STATES.","INSTALL NEW FOG LAMP RELAYS, NEW CIRCUIT BREAKERS AND NEW CIRCUIT BREAKER TERMINALS. ALSO, MODIFY THE LIGHTING CIRCUIT TO PREVENT THE FOG LAMPS AND HIGH BEAM LAMPS FROM OPERATING SIMULTANEOUSLY." -12/14/1992,92V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V181000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,600,"THE RETAINER CLIP WHICH SECURES THE MASTER CYLINDER INPUT ROD TO THE BRAKE PEDAL WAS NOT INSTALLED PROPERLY, AND COULD WORK LOOSE.",DISENGAGEMENT OF THE RETAINER CLIP WILL ALLOW FREE PLAYIN THE ATTACHMENT AND CAN ALLOW THE INPUT ROD TO SEPARATE FROM THE BRAKE PEDALCAUSING COMPLETE LOSS OF BRAKE APPLICATION WHICH COULD RESULT IN AN ACCIDENT.,IMPROPERLY INSTALLED RETAINER CLIPS WILL BE REMOVED AND NEW RETAINER CLIPS WILL BE PROPERLY INSTALLED. -12/14/1992,92V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V180000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:STARTER RELAY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,77407,THE STARTER RELAY MAY SHORT CIRCUIT WHEN THE VEHICLE IS PARKED.,"THE SHORT CIRCUIT IN THE STARTER RELAY MAY DEVELOP ENOUGHHEAT TO CAUSE A FIRE IN THE RELAY, OTHER PARTS OF THE MOTORCYCLE, AND OTHERITEMS IN THE SURROUNDING AREA.",REPLACE THE STARTER RELAY. -12/09/1992,92V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V179000),MONACO COACH CORPORATION,LIGHTING:FUSE:HEAD LIGHTS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,42,"THE HEADLIGHT SYSTEM CAN OVERLOAD THE CIRCUIT BREAKER AND CAUSE IT TO TRIP WHEN THE HEADLIGHTS ARE ON FOR AN EXTENDED PERIOD OF TIME, RESULTING IN LOSS OF HEADLIGHTS.","LOSS OF HEADLIGHTS WITHOUT PRIOR WARNING REDUCES DRIVERVISIBILITY IN INCLEMENT WEATHER CONDITIONS OR AT NIGHT, AND COULD RESULT IN AVEHICLE ACCIDENT.","SPLIT THE HIGH BEAM CIRCUIT INTO LEFT AND RIGHT CIRCUITS, EACH SIDE HAVING ITS OWN RELAY AND BREAKER, REPLACING THE CURRENT CIRCUIT." -12/04/1992,92V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V178000),FRUEHAUF CORPORATION,STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,139,THE MAIN BUNK RECTANGULAR TUBING AT THE END OF THE CORNER GUSSETS CAN DEVELOP STRESS CRACKS.,"THE CRACKS COULD DEVELOP INTO A COMPLETE FRACTURE OF THEBUNK AND RESULT IN LOSS OF THE CARGO WHICH COULD CAUSE PROPERTY DAMAGE, PERSONALINJURY, AND AN ACCIDENT IF LOSS OF CARGO OCCURRED ON A HIGHWAY.","A NEW, REDESIGNED REPLACEMENT BUNK WILL BE SUPPLIED." -12/02/1992,92V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V176000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,149,THE AIR LINE PLUMBING OF THE AIR BRAKE FOOT VALVE WAS CONNECTED TO THE SUPPLY RESERVOIR INSTEAD OF THE PRIMARY RESERVOIR. THIS REMOVES THE PRIMARY BRAKE SYSTEM AS A BACK-UP IN THE EVENT OF A SECONDARY BRAKE SYSTEM FAILURE.,"IN THE EVENT OF A SECONDARY SYSTEM FAILURE, THERE WOULDBE NO AIR TO THE FOOT VALVE AND THE VEHICLE WOULD BE WITHOUT SERVICE BRAKESCAUSING LOSS OF BRAKING CONTROL WHICH COULD RESULT IN AN ACCIDENT.",REROUTE THE FOOT VALVE AIRLINES TO THE PRIMARY AIR TANK. -12/02/1992,92V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V174000),"BMW of North America, LLC",ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15900,"THE 80-AMPERE FUSIBLE LINK LOCATED IN THE ENGINE COMPARTMENT CAN DEVELOP MECHANICAL WEAKNESS DUE TO AGING AND THERMAL STRESSES, AND CAN BREAK.","IF THE FUSIBLE LINK BREAKS, THE TOTAL VEHICLE ELECTRICALSYSTEM WOULD BE INTERRUPTED BY THE OPEN CIRCUIT. ALL ELECTRICAL SYSTEMS WOULDBE INVOLVED, AND THE ENGINE WOULD NOT START, OR WOULD STOP, IF RUNNING. THISWOULD RESULT IN LOSS OF POWER TO THE VEHICLE WITHOUT PRIOR WARNING, LOSS OFHAZARD WARNING LIGHTS, LOSS OF LIGHTS AT NIGHT AND POSSIBLY A VEHICLE ACCIDENT.","REROUTE THE ELECTRICAL CABLES IN THE ENGINE COMPARTMENT TO REDUCE THE CURRENT FLOW THROUGH THE FUSIBLE LINK, AND REPLACE THE OLD FUSIBLE LINK." -12/02/1992,92V172001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V172001),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10800,FUEL FILLER HOSES MAY HAVE BEEN CUT PRIOR TO INSTALLATION BY A UTILITY KNIFE USED TO OPEN THE SHIPPING BOX.,FUEL LEAKAGE CAN RESULT IF THE CUT EXTENDED THROUGH THETHICKNESS OF THE HOSE WALL. LEAKING FUEL CAN RESULT IN A FIRE IF EXPOSEDTO A SOURCE OF IGNITION.,REPLACE THE FUEL FILLER HOSE. -12/02/1992,92V172002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V172002),"Nissan North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4900,FUEL FILLER HOSES MAY HAVE BEEN CUT PRIOR TO INSTALLATION BY A UTILITY KNIFE USED TO OPEN THE SHIPPING BOX.,FUEL LEAKAGE CAN RESULT IF THE CUT EXTENDED THROUGH THETHICKNESS OF THE HOSE WALL. LEAKING FUEL CAN RESULT IN A FIRE IF EXPOSEDTO A SOURCE OF IGNITION.,REPLACE THE FUEL FILLER HOSE. -12/02/1992,92V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V175000),"Navistar, Inc.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1184,THE FUEL CAP MAY NOT LOCK OR SEAL PROPERLY.,"THE FUEL CAP COULD LEAK IN ACCIDENT CONDITIONS, SUCH ASA VEHICLE ROLLOVER. IF A FIRE DEVELOPS, LEAKING DIESEL FUEL COULD IGNITE ANDCAUSE PERSONAL INJURY.",REPLACE THE FUEL CAP WITH A NEW TYPE LEVER CAP. -12/02/1992,92V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V177000),"ELK AUTOMOTIVE, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,1000,THE MID-POSITION SEAT PEDESTAL LOCKING PIN ON THE REMOVALBE SECTION OF THE PEDESTAL FAILED THE LOAD TEST REQUIREMENT.,"THE SEATING SYSTEMS ON THESE CONVERSION VANS DO NOT MEETTHE REQUIREMENTS OF FMVSS 207, AND WOULD NOT PROPERLY PROTECT THE SEAT OCCUPANTIN THE EVENT OF A SUDDEN STOP OR ACCIDENT.",THE SAFETY BELT RETRACTOR WILL BE REMOVED FROM THE SEAT PEDESTAL AND REMOUNTED TO THE FLOOR WITH THE PROPER BACKING PLATE TO REDUCE THE LOAD ON THE PEDESTAL IN EVENT OF A SUDDEN STOP OR ACCIDENT. -12/02/1992,92V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V001000),"Subaru of America, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,147000,THE INNER ARMS OF THE REAR SUSPENSION ARE SUBJECT TO CORROSION IN AREAS WHERE ROAD SALT IS USED HEAVILY IN WINTER.,OPERATION AND CONTROL OF THE VEHICLE CAN BE ADVERSELYAFFECTED BY CORROSION OF THE INNER CONTROL ARMS.,RUSTPROOF OR REPLACE THE INNER CONTROL ARMS AS NECESSARY. -11/30/1992,92V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V173000),Harley-Davidson Motor Company,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,66046,THE FUEL INLET NEEDLE DOES NOT SEAL PROPERLY AGAINST THE FUEL INLET SEAT.,"THE FUEL OVERFLOW SYSTEM ALLOWS FUEL TO LEAK ONTO THEGROUND, WHICH COULD RESULT IN A FIRE IF EXPOSED TO A SOURCE OF IGNITION.",REPLACE THE FUEL INLET NEEDLE. -11/24/1992,92E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E027000),TRAILMASTER INC.,STEERING:LINKAGES,STEERING,NR (Not Reported),Equipment,3912,THE CAST IRON STEERING CONTROL ARMS CAN CRACK AND BREAK DUE TO HIGH STRESS LOADING.,BREAKING OF THE STEERING CONTROL ARMS CAUSES LOSS OFVEHICLE CONTROL AND COULD RESULT IN AN ACCIDENT.,REPLACE CAST IRON STEERING CONTROL ARMS. -11/24/1992,92V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V171000),Oshkosh Corporation,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,216,THE STAINLESS STEEL FASTENERS FOR THE CAB ENTRY STEPS AND GRAB HANDLES CAN CRACK AND BREAK.,"THE STEPS AND GRAB HANDLES CAN SEPARATE FROM THE TRUCKBODY UNDER LOAD FROM CAB OCCUPANTS ENTERING OR EXITING THE CAB, WHICH COULDRESULT IN AN INJURY TO USERS.","REPLACE THE STEP AND GRAB HANDLE STAINLESS STEEL FASTENERS WITH GRADE 5 ZINC AND YELLOW COATED FASTENERS. OSHKOSH WILL SEND THE REPLACEMENT FASTENERS TO OWNERS WITH THE NOTIFICATION LETTERS. OWNERS WILL BE REQUESTED TO REPLACE THE FASTENERS ON THEIR VEHICLES, AND WILL BE REIMBURSED FOR THE LABOR TO PERFORM THE REPAIR." -11/19/1992,92T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T011000),KELLY SPRINGFIELD TIRE CO,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,2127,AN IMPRESSION MADE BY A BENT SERIAL NUMBER TIN INTO THE SIDEWALL OF THE TIRE AT THE LEFT EDGE OF THE SERIAL INDENTIFICATION NUMBER DAMAGED THE SIDEWALL.,DAMAGE TO THE TIRE SIDEWALL CAN RESULT IN PREMATURE TIREFAILURE CAUSING LOSS OF VEHICLE CONTROL AND MAY RESULT IN AN ACCIDENT.,KELLY SPRINGFIELD WILL REPLACE THE TIRES FREE OF CHARGE WITHIN 60 DAYS OF THE DATE OF NOTIFICATION. -11/18/1992,92V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V166000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,2890,THE LINK LEVER TRUNION ON THE SAFETY BELT RETRACTOR MAY HAVE BEEN DAMAGED DURING INSTALLATION.,"THE DAMAGED COMPONENT MAY BECOME DISLODGED DURING VEHICLEOPERATION, MAKING THE RETRACTOR VEHICLE-SENSITIVE LOCKING SYSTEM INOPERATIVE.THIS INCREASES THE POSSIBILTY OF A SERIOUS INJURY IN A SUDDEN STOP OR ACCIDENT.",THE RETRACTORS WILL BE REPLACED IN THE SUBJECT VEHICLES. -11/17/1992,92V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V168000),"COLEMAN CO., INC.",STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,351,THE WHEEL WELL WAS NOT RECESSED DEEPLY ENOUGH TO ALLOW ADEQUATE CLEARANCE BETWEEN THE TIRE SIDEWALL AND WHEEL WELL.,"THIS CONDITION CAN CAUSE DAMAGE TO THE TIRE AND RESULT INAIR LEAKAGE OR POSSIBLE BLOWOUT, WHICH CAN CAUSE LOSS OF VEHICLE CONTROL AND APOSSIBLE ACCIDENT.","SPACER PLATES WILL BE INSTALLED BETWEEN THE HUB AND THE WHEEL ASSEMBLY, AND THE AXLE WILL BE INSTALLED IN THE LOWER SHACKLE BOLT HOLES. THESE MODIFICATIONS WILL ALLOW ADEQUATE CLEARANCE FOR THE TIRE IN THE WHEEL WELL." -11/12/1992,92V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V167000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4272,"SCREWS (PART NUMBER 3655) USED TO MOUNT THE FRONT WHEEL BRAKE DISC, THE JIFFY STAND SPRING, AND FRONT WHEEL CAP, DO NOT MEET HARLEY- DAVIDSON'S STRENGTH REQUIREMENTS AND MAY BREAK DURING VEHICLE OPERATION.","IF THE SCREW USED TO MOUNT THE FRONT WHEEL BRAKE DISCSBREAKS, THE FRONT BRAKE WILL BE INOPERATIVE, INCREASING STOPPING DISTANCES WHICHMAY RESULT IN AN ACCIDENT. BREAKAGE OF THE SCREWS FOR MOUNTING THE JIFFY STANDSPRING WILL CAUSE THE STAND TO EXTEND, WHICH MAY CAUSE LOSS OF VEHICLE CONTROLDURING A TURN. BREAKAGE OF THE SCREW THAT HOLDS THE FRONT WHEEL HUB CAP CANRESULT IN THE HUB CAP BEING HURLED OFF THE MOTORCYCLE INJURING PERSONS IN ITSPATH.",REPLACE PART 3655 WITH STRONGER SCREWS. -11/12/1992,92V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V165000),"Winnebago Industries, Inc.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,149,THE TAIL LIGHT LENSES DO NOT HAVE A REFLECTIVE SURFACE.,"THE TAIL LIGHT LENSES DO NOT MEET THE REQUIREMENTS OFFMVSS 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" BECAUSE THETAIL LIGHT LENSES DO NOT HAVE REFLECTIVE SURFACES, THE MOTORHOMES WILL BE MOREDIFFICULT TO OBSERVE DURING TIMES WHEN THE REAR TAIL LIGHTS ARE NOT ILLUMINATED.",DEALERS WILL INSTALL A PAIR OF REFLECTORS ON THE REAR BUMPER. -11/12/1992,92V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V169000),"AMERTEK, ININC.",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,118,A CONTAMINANT FROM IMPURITIES IN THE HYDRAULIC RETURN HOSES OR THE OIL RESERVOIR CAN LEAD TO MALFUNCTIONS OF THE PRESSURE CONTROL VALVES CONTROLLING THE POWER STEERING AND WATER PUMP ENGAGEMENT.,"MALFUNCTIONS OF THE PRESSURE CONTROL VALVES IN THE POWERSTEERING ASSEMBLY CAN RESULT IN LOSS OF POWER STEERING WITHOUT PRIOR WARNING,AND LOSS OF VEHICLE CONTROL.",AN ADDITIONAL HYDRAULIC FLUID FILTER WILL BE ADDED BETWEEN THE HYDRAULIC PUMP AND THE HYDRAULIC CONTROL VALVE BLOCK TO COLLECT IMPURITIES. -11/12/1992,92V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V170000),"AMERTEK, ININC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,118,THE FRONT WHEEL DISC CRACKS AROUND THE BOLT HOLE CIRCLE.,CRACKING OF THE WHEEL DISC RESULTS IN POSSIBLE SEPARATIONOF THE TIRE AND RIM FROM THE WHEEL DISC WHICH COULD CAUSE AN ACCIDENT.,CORRECTIVE ACTION HAS NOT BEEN DETERMINED. AMERTEK IS WORKING WITH THE UNITED STATES NAVY TO CORRECT THIS PROBLEM. -11/10/1992,92E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E025000),Norcold Inc.,EQUIPMENT:OTHER PIECES:REFRIGERATORS,EQUIPMENT,NR (Not Reported),Equipment,190496,"CORROSION MAY DEVELOP INSIDE THE ELECTRONIC EYEBROW CONNECTOR CONTACT POINTS, CREATING CONTACT RESISTANCE.","THIS RESISTANCE, WHEN SUBJECTED TO 115 AC CURRENT,GENERATES ENOUGH HEAT TO CREATE A FIRE, RESULTING IN A HAZARDOUS CONDITION TOPERSONS IN OR NEAR THE VICINITY OF THE VEHICLE.","REPLACE THE ENTIRE PANEL, LIGHTS AND WIRING WITH A NEWLY DESIGNED EYEBROW CONTROL PANEL, WHICH REMOVES THE AC CURRENT." -11/10/1992,92V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V164000),Ford Motor Company,WHEELS,WHEELS,NR (Not Reported),Vehicle,192,,"USING THE WRONG SIZED CLAMPS TO ATTACH THE RIM AND TIREASSEMBLY TO THE WHEEL SPOKES COULD CAUSE THE STUDS THAT ATTACH THE CLAMPS TO THESPOKES TO BEND. IF THE STUDS ARE BENT, THERE IS AN INCREASED RISK OF STUDFRACTURE THAT COULD RESULT IN THE RIM AND TIRE ASSEMBLY BREAKING FROM THEWHEEL.",REPLACE THE CLAMPS AND STUDS ON THE CAST SPOKE WHEELS. -11/08/1992,92V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V160000),"General Motors, LLC",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,5152,"THE POWER STEERING GEAR INLET HOSE ON THESE VEHICLES CAN FRACTURE, CAUSING POWER STEERING FLUID TO SPRAY FROM HOSE INTO THE ENGINE COMPARTMENT.",THE POWER STEERING FLUID IS FLAMMABLE AND COULD CAUSEAN UNDERHOOD FIRE IF EXPOSED TO A SOURCE OF IGNITION.,REPLACE THE POWER STEERING GEAR INLET HOSE WITH AN IMPROVED DESIGN. -11/04/1992,92V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V163000),FRUEHAUF CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,84,THE INNER WHEEL BEARING CONES WERE MISSING FROM THE WHEEL ASSEMBLIES. MISSING INNER BEARING CONES CAN CAUSE OIL SEAL DETERIORATION OR CAUSE OVERHEATED BRAKES BECAUSE THE BRAKE DRUM COULD REST ON THE BRAKE LINING.,"OVERHEATED BRAKES RESULT IN INCREASED STOPPING DISTANCES,AND DETERIORATED OIL SEALS CAN RESULT IN SEIZED BEARINGS AND WHEEL FAILURES.INCREASED STOPPING DISTANCE OR SEIZED BEARING AND WHEEL FAILURE CAN RESULT IN ANACCIDENT.",INSTALL MISSING INNER WHEEL BEARING CONES. -11/03/1992,92V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V159000),Mazda North American Operations,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,109305,A HARDTOP HOIST ACCESSORY KIT WAS SOLD TO CUSTOMERS WHO HAVE THE MIATA WITH A HARDTOP. THE PLASTIC BUCKLES USED TO ADJUST STRAP TENSION CAN BREAK AFTER THE HARDTOP HAS BEEN SUSPENDED BY THE HOIST.,"THE BUCKLES ON THE HARDTOP HOIST CAN BREAK AND RESULT INTHE HARDTOP FALLING FROM THE HOIST, CAUSING PERSONAL INJURY TO ANYONE STANDINGBENEATH OR NEAR THE HARDTOP WHEN IT FALLS.",MAZDA WILL REPLACE ALL HOISTS WITHOUT CHARGE. -11/03/1992,92V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V161000),"General Motors, LLC",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1058,THERE IS FUEL LEAKAGE AT THE FUEL TANK FILL AND/OR VENT PIPE EXTENSION SOLDER JOINTS.,FUEL LEAKS CAN LEAD TO A VEHICLE FIRE IF EXPOSED TO ASOURCE OF IGNITION.,REPLACE THE FUEL TANK. -11/03/1992,92V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V158000),GRUMMAN CORP.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,111,THE HEATER HOSE ROUTING CAN INTERFERE WITH THE THROTTLE CONTROL SYSTEM.,"THIS INTERFERENCE MAY CAUSE THE THROTTLE TO STICK AT FULLTHROTTLE WHICH WILL NOT ALLOW THE VEHICLE TO SLOW DOWN WHEN THE ACCELERATORPEDAL IS RELEASED, CAUSING LOSS OF CONTROL WITHOUT PRIOR WARNING AND POSSIBLYRESULTING IN A VEHICLE CRASH.",INSTALL A CLAMP TO REROUTE THE HEATER HOSE TO A POSITION WHERE IT WILL NOT INTERFERE WITH THE THROTTLE CABLE. -11/03/1992,92V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V162000),"Jayco, Inc.",LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,41,"THE STOP/TURN COMBINATION MODULE OF THE REAR LIGHT ASSEMBLY WAS INSTALLED AS A SINGLE FILAMENT LAMP DEVICE WHICH ONLY FUNCTIONS AS A STOP/TURN LAMP, AND DOES NOT PROVIDE TAIL LAMPS.","THE TRAILERS DO NOT COMPLY WITH FMVSS 108, ""LAMPS,REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". THE TRAILERS WOULD NOT BECONSPICUOUSLY VISIBLE IN REDUCED DAYLIGHT CONDITIONS, WHICH COULD LEAD TO A REAREND COLLISION.",INSTALL CORRECT TAIL LAMP ASSEMBLIES. -11/02/1992,92V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V157000),"Erwin Hymer Group North America, Inc.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,1855,"1) THE SEAT SYSTEM SLIDE TRACKS DO NOT ALLOW THE SEATS TO SLIDE, AND THERE IS AN INCORRECT ANGLE OF THE UPPER TORSO SAFETY BELT CAUSED BY NON-CHRYSLER HARDWARE AT THE SHOULDER SAFETY BELT ANCHORAGES.","THE VEHICLES DO NOT MEET THE REQUIREMENTS OF FMVSS 207,""SEATING SYSTEMS"" AND FMVSS 210 ""SAFETY BELT ASSEMBLY ANCHORAGES"". OCCUPANTS OFTHE AFFECTED SEATS WOULD NOT BE SUFFICIENTLY PROTECTED IN THE EVENT OF A SUDDENSTOP OR ACCIDENT.","REPLACE THE DEFECTIVE SEAT SLIDES WITH A STRONGER DOUBLE LOCKING SLIDE TRACK; REPLACE THE LONG SLIDE TRACKS WITH SHORTER SLIDE TRACKS, AND REPLACE THE NON-CHRYSLER SAFETY BELT ANCHORAGES WITH CONFORMING CHRYLSER HARDWARE." -10/24/1992,92V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V153000),"Navistar, Inc.",STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,145682,"THE SAGINAW GEAR DOES NOT RELIEVE PRESSURE WHEN THE WHEELS HAVE BEEN TURNED FULLY AGAINST THE AXLE STOPS. THE RESULTING CONTINUED PRESSURE ON THE STEERING SYSTEM CAN RESULT IN THE DEVELOPMENT OF CRACKS IN THE SPLINES OF THE PITMAN SHAFT, WHICH CAN DEVELOP INTO A COMPLETE FRACTURE OF THE PITMAN SHAFT.","FRACTURE OF THE PITMAN SHAFT CAUSES COMPLETE LOSS OFSTEERING CONTROL, WHICH COULD RESULT IN A VEHICLE ACCIDENT IF FRACTURE OCCURSWHILE VEHICLE IS IN MOTION.","REPLACE THE EXISTING PITMAN SHAFT IN THE STEERING GEAR ASSEMBLY WITH A NEW, STRENGTHENED PITMAN SHAFT." -10/23/1992,92V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V154000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,43413,THE AUTOMATIC TRANSMISSION SHIFT CONTROL CABLE CAN SEPARATE.,SEPARATION OF THE TRANSMISSION SHIFT CABLE CAN PREVENTTHE TRANSMISSION FROM BEING SHIFTED INTO THE PROPER POSITION. THIS CONDITION CANCAUSE UNEXPECTED VEHICLE MOVEMENT WHEN THE TRANSIMISSION INDICATOR IS IN PARK ORNEUTRAL POSITION AND THE TRANSMISSION IS IN A DRIVE MODE; THIS COULD RESULT INA VEHICLE CRASH WITHOUT PRIOR WARNING.,THE DEALER WILL REPLACE THE SHIFT CABLE. -10/20/1992,92V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V152000),NATIONAL COACH ENGINEERIN,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,167,THE INCREASED WEIGHT OF THE STRETCH CONVERSION LIMOUSINES REQUIRES LARGER DIAMETER REAR WHEEL BRAKE CYLINDERS THAN THOSE INSTALLED IN THE FACTORY.,"THE VEHICLES DO NOT MEET THE STOPPING DISTANCEREQUIREMENTS OF FMVSS 105, ""HYDRAULIC BRAKE SYSTEMS"".",REPLACE THE EXISTING REAR WHEEL BRAKE CYLINDERS WITH LARGER DIAMETER BRAKE CYLINDERS. -10/20/1992,92V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V151000),WESTERN PRODUCTS,FUEL:LPG LINES:FITTINGS SYSTEMS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,112,"THE LPG PIGTAIL HOSE WHICH CONNECTS TO LPG BOTTLE AND LEADS TO THE LPG REGULATOR CAN SEPARATE AT THE CRIMP THAT CONNECTS THE BRASS PETROLEUM, OIL, AND LUBRICANTS (P.O.L.) NUT TO THE FLEXIBLE GAS HOSE.",HOSE SEPARATION BETWEEN THE BOTTLE AND THE REGULATOR CANCAUSE UNRESTRICTED FLOW OF LPG AND RESULT IN FIRE NEAR A SOURCE OF IGNITION.,REPLACE THE TWO PIGTAIL HOSES ON EVERY VEHICLE. -10/19/1992,92V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V150000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,108836,"FRONT FUEL FEED HOSE ASSEMBLY COULD CRACK OR SEPARATE AT THE COUPLING ON THE ENGINE END OF THE HOSE ASSEMBLY, ALLOWING FUEL TO LEAK INTO THE ENGINE COMPARTMENT.",FUEL LEAKING IN THE ENGINE COMPARTMENT COULD RESULT IN ANUNDERHOOD FIRE.,REPLACE FRONT FUEL FEED HOSE ASSEMBLY. -10/19/1992,92V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V156000),Blue Bird Body Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,4385,SAFETY BELT RETRACTOR LOCKS UP WITH THE BELT IN THE STOWED POSITION.,"WHEN THE RETRACTOR LOCKS UP WITH THE BELT IN THE STOWEDPOSITION , THE DRIVER IS UNABLE TO USE THE SAFETY BELTS, RESULTING IN INCREASEDRISK OF INJURY IN A SUDDEN STOP OR ACCIDENT.",MODIFICATION KITS WILL BE SHIPPED DIRECTLY TO THE OWNER FOR MODIFICATION OF THE SAFETY BELT RETRACTOR. -10/14/1992,92V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V148000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,280000,"ON 1987 THROUGH EARLY 1990 MODELS, BOTH FRONT BRAKE HOSES CAN WEAR DUE TO DIRECT CONTACT WITH THE WHEEL OPENING SPLASH SHIELDS. ON THE LATE 1990 THROUGH 1992 MODELS, PERIODIC RUBBING CONTACT OF THE LEFT FRONT BRAKE HOSE CAN OCCUR DUE TO MOVEMENT OF THE SPLASH SHIELD IN CERTAIN VEHICLE OPERATING CONDITIONS.","EITHER CONDITION CAN CAUSE LOSS OF FRONT BRAKE SYSTEMFUNCTIONS, RESULTING IN INCREASED STOPPING DISTANCES AND AN INCREASED RISK OFVEHICLE ACCIDENT.","THE 1987 TO 1990 MODEL VEHICLES WILL HAVE BOTH SPLASH SHIELDS REPLACED AND BOTH FRONT BRAKE HOSES REPLACED AS NECESSARY. ALL AFFECTED LATE 1990 THROUGH 1992 MODEL YEAR VEHICLES WILL HAVE ADDITIONAL FASTENERS INSTALLED TO FURTHER SECURE THE LEFT SIDE SPLASH SHIELD. ALSO, THE LEFT FRONT BRAKE HOSE WILL BE INSPECTED AND REPLACED AS NECESSARY." -10/14/1992,92V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V147000),"Chrysler (FCA US, LLC)",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,FUEL TANK FLANGES WERE NOT BENT AS REQUIRED TO ALLOW THE SPECIFIED CLEARANCE FOR THE FUEL TANK MOUNTING STRAPS AND FUEL LINES AT THE TANK.,THE UNBENT FLANGES TO THE FUEL TANK WILL DAMAGE THEMOUNTING STRAPS AND/OR FUEL LINES. THE DAMAGED MOUNTING STRAPS MAY BREAK CAUSINGTHE TANK TO DROP AND THE DAMAGED FUEL LINE WILL LEAK FUEL. IN EITHER CASE A FIRECOULD RESULT IF THE SPILLED FUEL IS EXPOSED TO AN IGNITION SOURCE.,REPAIR THE FLANGE BY BENDING TO THE CORRECT ANGLE; REPLACE DAMAGED FUEL LINES AND MOUNTING STRAPS. -10/14/1992,92V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V146000),STEWART & STEVENSON SERV.,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,28,"THE ROLL PIN USED TO ATTACH THE U-JOINT TO THE STEERING SHAFT CAN ""BACK OUT"" OF ITS POSITION AND SHEAR.","SHEARING OF THE ROLL PIN CAUSES THE U-JOINT/STEERINGDRIVESHAFT ATTACHMENT TO FAIL AND DROP BELOW ITS NORMAL POSITION, RESULTINGIN LOSS OF STEERING CONTROL.",A BOLT AND NUT ARRANGEMENT WILL BE ADDED FOR PROTECTION AGAINST THE PIN FAILURE. -10/14/1992,92T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T010000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,280,"THESE TIRES ARE MISLABELED: (1) EACH SIDE OF THE TIRE WAS BRANDED WITH DIFFERENT TIRE SIZE NUMBERS. (2) THE TIRE PRESSURE WAS BRANDED INCORRECTLY (140 PSI INSTEAD OF THE CORRECT 120 PSI) AND (3) THE LETTERS ""DOT"" WERE NOT BRANDED BEFORE THE SERIAL NUMBER OF THE TIRE AS REQUIRED BY THE FEDERAL TIRE STANDARD TO INDICATE THAT THE TIRE MEETS THE MINIMUM FEDERAL STANDARDS.","THE TIRE SIZE MISLABELING MAY CAUSE THE WRONG SIZE TIRE TO BE INSTALLED ON A VEHICLE, AND OVERINFLATION OF THE TIRE UP TO 140 PSI MAY CAUSE THE TIRE TO FAIL, WHICH COULD RESULT IN LOSS OF CONTROL IF THE VEHICLE IS IN MOTION.",REPLACE THE MISLABELED TIRES. -10/10/1992,92V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V149000),"Winnebago Industries, Inc.",EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,88,THE A.I.R./ EXHAUST CHECK VALVES AT THE ENGINE MAY MALFUNCTION ALLOWING HOT EXHAUST GASES TO PASS INTO THE RUBBER HOSES WHICH NORMALLY CARRY UNHEATED AIR.,THE HOT EXHAUST GASES THAT PASS THROUGH THE CHECK VALVETO THE RUBBER HOSES HAVE THE POTENTIAL TO MELT AND/OR IGNITE THE RUBBER HOSE.THE MELTED OR IGNITED RUBBER HOSE WILL DAMAGE THE SURROUNDING COMPONENTS ANDTHE FIRE MAY CAUSE FURTHER VEHICLE DAMAGE OR PERSONAL INJURIES.,REPLACE THE MALFUNTIONING CHECK VALVES. -10/10/1992,92V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V145000),Toyota Motor Corporation,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,3655,THE WRONG SAFETY BELT LATCH TONGUE PLATE WAS INSTALLED IN SOME SAFETY BELT ASSEMBLIES.,"THE SAFETY BELT WILL NOT LATCH CORRECTLY, CAUSING THERESTRAINT SYSTEM TO FAIL; THE OCCUPANT WILL BE EXPOSED TO INCREASED RISK OFINJURY IN A SUDDEN STOP OR CRASH IF FAILURE OCCURS.",REPLACE THE DEFECTIVE SAFETY BELT ASSEMBLIES. -10/08/1992,92V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V143000),"WESTERN STAR TRUCKS, INC.",POWER TRAIN:CLUTCH ASSEMBLY:LEVEL:RELEASE:THROW:OU,POWER TRAIN,NR (Not Reported),Vehicle,10893,PREMATURE FAILURE OF THE ALUMINUM CLUTCH RELEASE LEVER CAN OCCUR FROM STRESS CORROSION DUE TO CONTINUOUS LOADING OF THE LEVER AND EXPOSURE TO ROAD SALT SPRAY.,"IF THE FAILURE OCCURS DURING VEHICLE OPERATION, THECLUTCH IS RENDERED INOPERATIVE AND THE VEHICLE OPERATOR CANNOT CONTROL THEVEHICLE SPEED BY UP-SHIFTING OR DOWN-SHIFTING, WHICH MAY RESULT IN LOSS OFVEHICLE CONTROL.",REPLACE THE ALUMINUM LEVER WITH AN IRON LEVER. -10/07/1992,92V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V144000),"R&R CUSTOM COACHWORKS,INC",EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,159,"THE HEAT SHIELD, BETWEEN THE MUFFLER AND THE PLYWOOD STORAGE COMPARTMENT, CONTAINS OVERSIZE HOLES WHICH ALLOW HEAT FROM A RUPTURED MUFFLER TO PENETRATE THROUGH TO THE PLYWOOD STORAGE COMPARTMENT.","IF THE MUFFLER RUPTURES, THE PLYWOOD STORAGE COMPARTMENTCAN IGNITE, CAUSING A VEHICLE FIRE AND BECOMING A SAFETY HAZARD TO OTHERVEHICLES OR PERSONS IN THE IMMEDIATE VICINITY.",INSTALL ADDITIONAL HEAT SHIELDING BETWEEN THE MUFFLER AND THE ORIGINAL MUFFLER SHIELD. -10/05/1992,92V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V142000),"Porsche Cars North America, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11091,"THE BALL SOCKETS ON THE CRUISE CONTROL LINKAGE CAN BREAK, ALLOWING THE CRUISE CONTROL LINKAGE TO BECOME DETACHED ON ONE END AND JAM ON NEARBY COMPONENTS, WHICH COULD IMPAIR THROTTLE PLATE OPERATION.","IMPAIRED THROTTLE PLATE OPERATION COULD PREVENT THEENGINE FROM RETURNING TO IDLE, RESULTING IN UNWANTED ENGINE SPEED AND POSSIBLEVEHICLE ACCIDENT.","REPLACE THE CURRENT PLASTIC BALL SOCKETS WITH A NEW LINKAGE USING STEEL BALL SOCKETS, AND LUBRICATE THE CRUISE CONTROL RELAY LEVER. OWNERS ARE ADVISED NOT TO USE THE CRUISE CONTROL UNTIL THE MODIFICATION IS INSTALLED." -10/01/1992,92V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V141000),Oshkosh Corporation,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,302,THE REAR AXLE BRAKE LINES CAN CRACK AND LEAK.,"LEAKS IN THE REAR AXLE BRAKE LINE CAN RENDER THE REARAXLE BRAKES INEFFECTIVE, WHICH CAN RESULT IN INCREASED STOPPING DISTANCES ANDGREATER RISK OF VEHICLE ACCIDENT.",ADD SUPPORTS TO THE REAR AXLES TO SECURE THE BRAKE LINES AND TO PREVENT THEM FROM CRACKING AND LEAKING. -09/30/1992,92E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E023000),VALEO THERMIQUE HABITACLE,HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Equipment,30000,THE END CAP CONNECTING THE HEAT EXCHANGER'S CORE TO THE ENGINE COOLING SYSTEM COULD RUPTURE AND ALLOW THE HOT COOLANT TO ESCAPE INTO THE PASSENGER COMPARTMENT.,"THE COOLANT ESCAPING INTO THE PASSENGER COMPARTMENT COULDCONTACT THE DRIVER'S FEET AND INJURE THE DRIVER. ALSO, STEAM FROM THE HEATEDLIQUID WILL CLOUD THE WINDOW SURFACES AND IMPAIR THE DRIVER'S VISION WHICHCOULD RESULT IN A VEHICLE ACCIDENT.",CONTACT VALEO THERMIQUE HABITACLE S.A. FOR FULL CREDIT ON PURCHASE PRICE OF THESE AFTER-MARKET HEATER CORES. -09/30/1992,92V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V139000),Mazda North American Operations,WHEELS,WHEELS,NR (Not Reported),Vehicle,15822,"THE STEEL SPOKED WHEEL ASSEMBLIES INSTALLED AS STANDARD EQUIPMENT OR OFFERED AS AN OPTION ON THESE VEHICLES WERE IMPROPERLY WELDED DURING ASSEMBLY OF THE WHEEL RIM TO DISK, WHICH CAN CAUSE CRACKS IN THE WHEEL.","THE WHEEL CRACKS LEAD TO A CHRONIC LOSS OF AIR IN THETIRES WHICH MAY DAMAGE THE TIRES AND CAUSE THEM TO FAIL. ALSO, CONTINUEDOPERATION OF THE VEHICLE WITH THIS CONDITION CAN RESULT IN THE PARTIALSEPARATION OF THE WHEEL RIM AND DISK. IN EITHER CASE, LOSS OF VEHICLE CONTROLMAY OCCUR, RESULTING IN AN ACCIDENT.",MAZDA DEALERS WILL REPLACE ALL FOUR WHEELS WITHOUT CHARGE. -09/29/1992,92V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V140000),"BMW of North America, LLC",VISUAL SYSTEMS:WINDSHIELD WIPER/WASHER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,2942,"THE SCREW THAT SECURES THE WIPER SWITCH AT ONE LOCATION AND WHICH ALSO PROVIDES A GROUND FOR THE WIPER CIRCUIT, LOOSENS AS THE SWITCH IS OPERATED OVER A LONG PERIOD OF TIME. AS THE SCREW CONTINUES TO LOOSEN THE GROUND FOR THE WIPER CIRCUIT IS INTERMITTENTLY OR COMPLETELY LOST.","THE INTERMITTENT OR COMPLETE LOSS OF THE WIPER CIRCUITGROUND CAUSES THE WIPERS TO OPERATE ERRATICALLY OR NOT AT ALL, RESULTING INREDUCED VISIBILITY FOR THE DRIVER IN INCLEMENT WEATHER CONDITIONS.",RELOCATE THE WIPER SWITCH GROUND WIRE ATTACHMENT ON THE STEERING COLUMN. -09/22/1992,92V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V135000),Toyota Motor Corporation,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,554910,"THE ELECTRONIC CONTROL UNIT (ECU) FOR THE POWER DOOR LOCK SYSTEM CAN FAIL, CAUSING THE CONTACTS TO ""WELD"", AND RESULTING IN DOOR LOCK SOLENOID DAMAGE, WITH FAILURE OF THE DOOR TO LOCK OR UNLOCK, EVEN UNDER MANUAL OPERATION.","IF THE DOOR FAILS TO OPEN AFTER ECU FAILURE, VEHICLEOCCUPANTS WOULD HAVE INCREASED DIFFICULTY EXITING THE VEHICLE IN AN EMERGENCY.",INSTALL AN ADDITIONAL SUBCIRCUIT RELAY CONTROL TO PREVENT MALFUNCTION OF ORIGINAL RELAYS IN THE ECU. -09/21/1992,92V132001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V132001),"Nissan North America, Inc.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,500,THE SERVICE BRAKE MASTER CYLINDER WAS NOT PROPERLY ASSEMBLED OR COULD HAVE BEEN DAMAGED BY THE EVACUATION AND FILLING OF THE BRAKE SYSTEM AT THE ASSEMBLY PLANT.,"THIS CAN RESULT IN A PARTIAL BRAKE SYSTEM FAILURE DUE TOINTERNAL MASTER CYLINDER LEAKAGE WHICH CAN CAUSE LOSS OF BRAKING ON TWO OF THEFOUR WHEELS. IF THIS OCCURS, THERE WOULD BE INCREASED BRAKE PEDAL TRAVEL, HIGHERPEDAL EFFORTS AND INCREASED STOPPING DISTANCES.",A NEW BRAKE MASTER CYLINDER WILL BE INSTALLED. -09/21/1992,92V132002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V132002),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3500,THE SERVICE BRAKE MASTER CYLINDER WAS NOT PROPERLY ASSEMBLED OR COULD HAVE BEEN DAMAGED BY THE EVACUATION AND FILLING OF THE BRAKE SYSTEM AT THE ASSEMBLY PLANT.,"THIS CAN RESULT IN A PARTIAL BRAKE SYSTEM FAILURE DUE TOINTERNAL MASTER CYLINDER LEAKAGE WHICH CAN CAUSE LOSS OF BRAKING ON TWO OF THEFOUR WHEELS. IF THIS OCCURS, THERE WOULD BE INCREASED BRAKE PEDAL TRAVEL, HIGHERPEDAL EFFORTS AND INCREASED STOPPING DISTANCES.",A NEW BRAKE MASTER CYLINDER WILL BE INSTALLED. -09/21/1992,92V133001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V133001),"Nissan North America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,1500,ONE OR BOTH OF THE BOLTS SECURING THE AUTOMATIC SEAT BELT RESTRAINT SYSTEM TRACKS TO THE B-PILLARS WERE NOT ADEQUATELY TIGHTENED.,"THIS CONDITION CAN RESULT IN THE AUTOMATIC SEAT BELTSYSTEM TRACK JOINTS HAVING LESS THAN DESIGN STRENGTH, AND INCREASE THE RISK OFINJURY TO THE SEAT OCCUPANT IN THE EVENT OF A COLLISION OR SUDDEN STOP.",DEALERS WILL TIGHTEN THE PASSIVE RESTRAINT SYSTEM TRACK MOUNTING BOLTS. -09/21/1992,92V133002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V133002),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,3500,ONE OR BOTH OF THE BOLTS SECURING THE AUTOMATIC SEAT BELT RESTRAINT SYSTEM TRACKS TO THE B-PILLARS WERE NOT ADEQUATELY TIGHTENED.,"THIS CONDITION CAN RESULT IN THE AUTOMATIC SEAT BELTSYSTEM TRACK JOINTS HAVING LESS THAN DESIGN STRENGTH, AND INCREASE THE RISK OFINJURY TO THE SEAT OCCUPANT IN THE EVENT OF A COLLISION OR SUDDEN STOP.",DEALERS WILL TIGHTEN THE PASSIVE RESTRAINT SYSTEM TRACK MOUNTING BOLTS. -09/21/1992,92V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V138000),MALLARD COACH CORP.,STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,31,"THE MOTORHOMES HAVE POOR HANDLING CHARACTERISTICS AND ARE SUBJECT TO INSTABILITY DUE TO IMPROPER WEIGHT DISTRIBUTION. ALSO, THE CHASSIS WAS NOT CERTIFIED BY A CHASSIS MANUFACTURER.",POOR HANDLING AND INSTABILITY CAN RESULT IN LOSS OFVEHICLE CONTROL AND AN ACCIDENT.,"DEALERS AND OWNERS HAVE BEEN NOTIFIED OF THE POTENTIAL HAZARDS. DEALERS HAVE BEEN ADVISED NOT TO DRIVE, SELL, OR DISPOSE OF THE VEHICLES. OWNERS HAVE BEEN NOTIFIED OF THE POTENTIAL SERIOUS SAFETY HAZARDS, AND ADVISED NOT TO DRIVE THE VEHICLES." -09/20/1992,92V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V134000),"Volvo Car USA, LLC",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,7526,A NUT WHICH JOINS THE WHEEL SPINDLE AND A BALL JOINT IN THE FRONT SUSPENSION WAS NOT PROPERLY TORQUED.,"THE BALL JOINT AND THE SUSPENSION STRUT CAN ULTIMATELYSEPARATE FROM EACH OTHER. THE WHEEL WILL REMAIN ATTACHED TO THE CAR, BUT LOSS OFSTEERING CONTROL WILL RESULT.",INSPECT THE FRONT SUSPENSION FOR PROPER BALL JOINT ATTACHMENT AND REPLACE THE BALL JOINT ASSEMBLY IF IT DOES NOT MEET SPECIFICATIONS. -09/18/1992,92C021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C021000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,14000,THE RED BUTTON ON THE BUCKLE OF THE CHILD SAFETY SEAT CAN DISLODGE FROM THE CASING CAUSING ONE OF THE APPENDAGES ATTACHED TO THE BUTTON TO BE OUTSIDE ITS PROTECTIVE CASING.,"IF THE RED BUTTON OF THE BUCKLE ASSEMBLY BECOMESDISLODGED, THE BUCKLE CANNOT BE SECURELY ATTACHED.",FISHER-PRICE WILL PROVIDE EITHER A REPLACEMENT CHILD SAFETY SEAT OR A REFUND OF THE COST OF THE SEAT. THE CONSUMERS WILL ALSO HAVE THE OPTION OF RECEIVING A NEW BUCKLE ASSEMBLY WHEN THEY BECOME AVAILABLE. -09/18/1992,92V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V136000),Utility Trailer Manufacturing Company,STRUCTURE:BOGIE OR SLIDING TANDEM,TRAILER HITCHES,NR (Not Reported),Vehicle,320,AN INADEQUATE WELD SIZE AT THE INTERSECTION OF A 3/8 INCH VERTICAL ANGLE AND A 1/4 INCH DIAGONAL ANGLE NEAR THE BOTTOM ON THE PINTLE HOOK PLATE ASSEMBLY COULD FAIL.,"WELD FAILURE COULD RESULT IN SEPARATION OF THE REARPOTION OF THE PINTLE PLATE FROM THE LEAD TRAILER, WHICH COULD CAUSE THE TOWEDTRAILER TO CRASH WITHOUT WARNING.",REWELD AND REINFORCE THE JOINT ON THE PINTLE HOOK. -09/15/1992,92V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V131000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,12650,THE VENTURI TUBE LOCATED IN THE THROTTLE VALVE HOUSING CAN BECOME LOOSE AND FALL AGAINST THE THROTTLE PLATE.,"THE VENTURI TUBE CAN PARTIALLY BLOCK THE THROTTLE PLATEAND PREVENT IT FROM RETURNING TO ITS FULL IDLE POSITION, RESULTING IN UNWANTEDENGINE SPEED WHEN THE VEHICLE IS PLACED IN A FORWARD OR REVERSE GEAR.",REPLACE THE PRESS-FIT VENTURI TUBE WITH A THREAD TYPE TUBE. -09/15/1992,92V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V128000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,3000,THE FRONT SUSPENSION LOWER CONTROL ARM TENSION STRUT WASHERS CAN CRACK AND FALL OFF DUE TO HYDROGEN EMBRITTLEMENT.,"LOSS OF A WASHER WILL CAUSE A CLUNKING SOUND, HEARDDURING BRAKING. IF LEFT UNATTENDED, THE LOSS OF THE WASHER WILL EVENTUALLYRESULT IN TENSION STRUT ATTACHMENT FAILURE THAT CAN RESULT IN LOSS OF STEERINGCONTROL AND AN ACCIDENT.",REPLACE THE FRONT AND REAR STRUT BAR WASHERS AND NUTS. -09/14/1992,92E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E022000),AUTOMATIC EQUIP. MFG. CO.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,2312,TOW BAR CAN DEVELOP CRACKS IN THE CENTER PLATE MOUNTING WHERE THE TWO LEGS ARE ATTACHED. THE CRACKING IS CAUSED BY METAL FATIGUE IN A POTENTIALLY WEAK PART OF THE TOW BAR.,"IF A CRACK OCCURS AND CONTINUES TO DEVELOP, THE PLATEWILL BREAK INTO TWO PIECES. THE TOW BAR WILL STILL BE ATTACHED AT THIS TIME. BUTIT COULD FOLD IF THE BRAKES ARE APPLIED BY THE TOWING VEHICLE. CONTINUED USECOULD EVENTUALLY CAUSE TOTAL SEPARATION OF THE VEHICLE BEING TOWED.",A NEW REDESIGNED WELDMENT WHICH INCLUDES THE CENTER PLATE AND TWO LEGS WILL BE PROVIDED TO THE CUSTOMER. -09/09/1992,92V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V130000),"CHANCE COACH, INC.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,591,THE JAM-NUTS FOR THE RIGHT AND LEFT HAND TIE RODS IN THE DRAG LINK WERE NOT PROPERLY TORQUED AFTER INSTALLATION.,THIS COULD ALLOW THE TIE ROD ENDS TO BACK OFF DURINGVEHICLE OPERATION AND CONTINUED USE COULD CAUSE THE TIE ROD ENDS TO BECOMEDISENGAGED AND THE VEHICLE STEERING WOULD BECOME INOPERABLE. LOSS OF OPERATORCONTROL OF THE BUS WOULD OCCUR.,"TIGHTEN THE JAM-NUTS TO THE PROPER TORQUE, AND INSTALL A NEW INSTRUCTION DECAL ON THE CHASSIS FRAME NEXT TO THE DRAG LINK WITH THE CORRECT TORQUE VALUES FOR THE JAM NUTS." -09/08/1992,92E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E020000),"Adient, PLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,19441,THE SEAL ON THE VENT CAPS OF THESE BATTERIES CAN BE BROKEN DUE TO A CRACK AT OR ABOVE THE SCREW IN THREAD. THE CRACK IS CAUSED BY USE OF AN INCORRECT MATERIAL IN THE PRODUCTION OF THE VENT CAPS.,"THE VENT CAPS CAN EVENTUALLY SEPARATE FROM THE BATTERY,AND THE BROKEN SEAL CAN RESULT IN LEAKAGE OF HYDROGEN GAS INTO THE ENGINECOMPARTMENT, WHICH CAN CAUSE AN EXPLOSION.",REPLACE THE DEFECTIVE BATTERIES. -09/08/1992,92V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V126000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,1526,INCORRECT SCREWS WERE USED TO ATTACH THE PLYWOOD SEAT BACK TO THE SEAT FRAME.,"THE DRIVER'S SEAT BACK DOES NOT MEET THE STRENGTHREQUIREMENTS OF FMVSS 207, ""SEATING SYSTEM"". SHOULD THE SEAT BACK FAIL WHILETHE BUS IS IN MOTION, THE OPERATOR COULD LOSE CONTROL OF THE BUS.",REMOVE INCORRECT SCREWS ATTACHING THE PLYWOOD BACK TO THE SEAT FRAME AND INSTALL PROPER SCREWS. -09/08/1992,92V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V129000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,6784,THE 19.5 X 6 FRONT STEEL WHEEL DISC CRACKS OUTSIDE THE MOUNTING BOLT CIRCLE AND ENDS AT THE HUB'S DIAMETER.,"IF THE CRACKING GOES UNNOTICED, THE CENTER PORTION OF THEDISC WILL CRACK COMPLETELY AND EVENTUALLY THE RIM PORTION OF THE WHEEL COULDSEPARATE FROM THE CENTER SECTION WHICH COULD RESULT IN A VEHICLE CRASH.",REPLACE ALL SIX (SEVEN IF THERE IS A SPARE) DEFECTIVE WHEELS WITH NEWLY DESIGNED WHEELS. -09/04/1992,92V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V125000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6838,THE POSITIVE BATTERY CABLES INSTALLED AS PART OF HARLEY- DAVIDSON'S PREVIOUS RECALL 077 (NHTSA RECALL 92V011000) CAN FAIL IN SERVICE.,"FAILURE OF THE POSITIVE BATTERY CABLE RESULTS IN LOSS OFELECTRICAL SYSTEM FUNCTIONS OF IGNITION, LIGHTS, AND ACCESSORIES.",INSTALL NEW REPLACEMENT BATTERY CABLES. -09/03/1992,92V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V127000),"General Motors, LLC",BRAKES:VACUUM BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,246,"THE BRAKE PEDAL ASSEMBLY HAS A PUSHROD PIN THAT IS TOO SMALL AND IT IS INSTALLED IN THE WRONG POSITION, CAUSING AN INCREASED BRAKE PEDAL RATIO AND A DECREASED MASTER CYLINDER STROKE.","THE REDUCED MASTER CYLINDER STROKE RESULTS IN FAILURE TOMEET THE PARTIAL SYSTEM FAILURE REQUIREMENTS OF FMVSS 105, ""HYDRAULIC BRAKESYSTEMS"". A FURTHER REDUCTION IN BRAKING ABILITY AT A TIME WHEN PARTIAL SYSTEMFAILURE HAS OCCURRED COULD RESULT IN A VEHICLE CRASH.",REPLACE THE BRAKE ASSEMBLY. -09/01/1992,92V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V124000),"General Motors, LLC",INTERIOR SYSTEMS:BENCH:BACK REST,SEATS,NR (Not Reported),Vehicle,319181,"THE POWER SEAT OR RECLINER WIRING HARNESS CAN BE PINCHED OR CAN CHAFE ON THE SEAT FRAME OR SPRING SUPPORT ROD, WEARING THROUGH THE WIRE INSULATION AND CAUSING AN ELECTRICAL SHORT.","THE HIGH CURRENT CAUSED BY THE ELECTRICAL SHORT WELDS THECIRCUIT BREAKER ELEMENTS TOGETHER IN THE CLOSED POSITION, LEAVING THE CIRCUITUNPROTECTED AND GENERATING SUFFICIENT HEAT TO BURN THE WIRE INSULATION ANDIGNITE THE SEAT CUSHION MATERIAL.",REPAIR ANY ABRADED WIRING AND REROUTE THE WIRING HARNESS USING A WIRING HARNESS CLIP. -08/25/1992,92C017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C017000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,969182,"THE RED SHOULDER STRAP RELEASE BUTTON CAN ROTATE OUT OF THE FRAME IN A CRASH OR SUDDEN STOP. IN THIS EVENT, THE RELEASE BUTTON COULD NOT BE ACTIVATED WITH LESS THAN 16 POUNDS OF FORCE AS REQUIRED BY FMVSS 213, ""CHILD RESTRAINT SYSTEMS"".","IN THE EVENT THAT THE RELEASE BUTTON ROTATES, EXCESSIVEFORCE COULD BE REQUIRED TO ACTIVATE THE RELEASE BUTTON OF THE SHOULDER BELT INORDER TO REMOVE A CHILD FROM THE SEAT.",A KIT TO RETROFIT THE CHILD SAFETY SEAT WITH A MODIFIED RELEASE BUTTON AND DRESS PLATE WILL BE PROVIDED TO CONSUMERS. CONSUMERS CAN CALL CENTURY AT 1-800-231-2755 TO OBTAIN THESE KITS. -08/25/1992,92C018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C018000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,423900,PLASTIC LAMINATE ON THE BUCKLE SHIELD CAN BREAK AFTER FORCE IS APPLIED IN REPEATED USE.,"THE BROKEN PLASTIC LAMINATE ON THE SHIELD WOULD MAKE THEBUCKLE DIFFICULT TO FASTEN; IF THE BUCKLE IS NOT SECURELY FASTENED, THE CHILDWOULD NOT BE PROPERLY RESTRAINED IN A SUDDEN STOP OR ACCIDENT.",INSTALL NEW SHIELD THAT WILL BE SENT BY FISHER PRICE TO AFFECTED SEAT OWNERS BY CALLING THE TOLL-FREE NUMBER 1-800-332-3457. -08/25/1992,92C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C019000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,472000,THE SHOULDER BELTS ON CAR SEATS USING A PARTICULAR DESIGN OF CONNECTOR BAR CAN COME FREE OF THE CONNECTOR BAR AFTER EXTENDED USE.,THE SHOULDER BELTS CAN WORK FREE AND THE SAFETY SEAT WILLNOT PROVIDE SUFFICIENT PROTECTION IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,FISHER-PRICE IS PROVIDING A PLASTIC COVER THAT FITS OVER THE OPENING ON THE CONNECTOR BAR THAT WILL PREVENT THE SHOULDER BELTS FROM COMING FREE OF THE CONNECTOR BAR. -08/24/1992,92V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V123000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,29052,"THE TIRE CERTIFICATION LABELS INCORRECTLY IDENTIFY THE VEHICLE TIRE REQUIREMENTS AS P235/75R15 SL (STANDARD LOAD), RATHER THAN AS P235/75R15 XL (EXTRA LOAD).","THE CERTIFICATION LABELS ON THE AFFECTED VEHICLES DO NOTCOMPLY WITH FMVSS 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THANPASSENGER CARS."" INCORRECT TIRE SELECTION COULD RESULT IN SUDDEN FAILURE OFA TIRE WHILE THE VEHICLE IS IN MOTION, AND RESULT IN A VEHICLE ACCIDENT.",CORRECT TIRE INFORMATION LABELS AND INSTALLATION INSTRUCTIONS WILL BE MAILED TO THE OWNERS OF THESE VEHICLES. OWNERS WILL BE INSTRUCTED THAT DEALERS CAN INSTALL THE LABEL PROVIDED IF THEY PREFER. -08/24/1992,92V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V120000),"THOMAS BUILT BUSES, INC.",POWER TRAIN:DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,1,THE DRIVESHAFT USED WITH SOME ENGINE/TRANSMISSION COMBINATIONS HAD INSUFFICIENT WELDS JOINING SOME OF THE COMPONENTS.,THE BAD WELDS CAN DEVELOP CRACKS THAT CAN CAUSE COMPLETESEPARATION OF THE DRIVESHAFT. THIS CAN RESULT IN LOSS OF MOTIVE POWER FOR THEVEHICLE AND POSSIBLE LOSS OF VEHICLE CONTROL.,REPLACE DEFECTIVE NORTH AMERICAN DRIVESHAFTS WITH SPICER DRIVESHAFTS. -08/19/1992,92V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V117000),Ford Motor Company,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,22000,FATIGUE CRACKS CAN DEVELOP IN THE SOLDER JOINT BETWEEN THE FUEL RETURN TUBE AND THE FUEL PUMP SENDING UNIT LOCATED AT THE TOP OF THE FUEL TANK.,"SHOULD A CRACK DEVELOP, FUEL VAPOR CAN ESCAPE FROM THETANK WHEN THE TANK IS FULL, AND A SMALL AMOUNT OF FUEL CAN LEAK FROM THE CRACK.FUEL LEAKS CAN RESULT IN FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.",INSTALL A NEW FUEL PUMP SENDING ASSEMBLY. -08/18/1992,92V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V122000),Trailmobile Canada Limited,BRAKES:121 AIR SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,414,"THE TWO (2) RELAY SERVICE VALVES ARE CONNECTED TO THE SAME RESERVOIR RESULTING IN 4.25 TIMES, RATHER THAN 8 TIMES, THE COMBINED VOLUME OF ALL CHAMBERS AT MAXIMUM TRAVEL. THIS DOES NOT COMPLY WITH FMVSS 121, ""AIR BRAKE SYSTEMS.""",REPEATED MAXIMUM BRAKE APPLICATIONS CAN RESULT IN THEACTIVATION OF THE LOW PRESSURE WARNING SYSTEM AS THE RESERVOIR IS DEPLETED ATHIGHER THAN SPECIFIED RATE.,CHANGE ONE OF THE RELAY SERVICE VALVE SUPPLY LINES TO THE SECOND RESERVOIR. -08/17/1992,92V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V113000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,565000,"THE RIGID MOUNTED SAFETY BELT BUCKLES ARE DEFECTIVE IN THREE WAYS. FIRST, A FASTENED SAFETY BELT BUCKLE WILL NOT UNLATCH WHEN THE RELEASE BUTTON IS DEPRESSED. THIS RESULTS FROM INTERFERENCE BETWEEN THE BUCKLE EJECTOR FINGER AND THE BUCKLE TONGUE WINDOW. THE SECOND DEFECT IS THE SAFETY BELT BUCKLE MAY NOT LATCH. THE THIRD POSSIBLE DEFECT IS THAT THE TONGUE MAY BE RETAINED BY THE BUCKLE, BUT IT MAY NOT BE LATCHED SUFFICIENTLY TO PROVIDE OCCUPANT PROTECTION.","AN INSUFFICIENTLY LATCHED OR UNLATCHED SAFETY BELTINCREASES THE RISK OF INJURY TO SEAT OCCUPANTS IN THE EVENT OF A SUDDEN STOP ORACCIDENT. IF THE SAFETY BELT BUCKLE WILL NOT UNLATCH, IT WILL NOT ALLOW THEOCCUPANT TO GET OUT OF THE VEHICLE IN AN EMERGENCY SITUATION.",FORD WILL REPLACE THE RIGID MOUNTED SAFETY BELT BUCKLES WITH END RELEASE SAFETY BELT BUCKLES DESIGNED TO PREVENT LATCH PROBLEMS. -08/14/1992,92V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V118000),HOLIDAY RAMBLER CORP.,FUEL:CARBURETION:INJECTORS:THROTTLE CONTROL AND LI,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3200,A LEAK OF EITHER GASOLINE OR PROPANE CAN OCCUR IN COMPONENTS OF THE DUAL FUEL SYSTEM. THIS CONDITION IS PRIMARILY THE RESULT OF THE CONFIGURATION AND LOCATION OF COMPONENTS IN AREAS WHERE HIGH TEMPERATURES ARE BEING GENERATED BY THE ENGINE AND EXHAUST SYSTEMS.,FUEL LEAKS CAN RESULT IN FIRES WHEN EXPOSED TO A SOURCEOF IGNITION.,"REMOVE THE DUAL FUEL SYSTEM COMPONENTS, SEAL THE PROPANE TANK LIQUID WITHDRAWAL VALVE, AND RESTORE A VIABLE GASOLINE FUEL DELIVERY SYSTEM." -08/12/1992,92E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E016000),"Adient, PLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,9318,THE MANIFOLD HOLES OF THE BATTERIES WERE NOT PLUGGED AND COULD ALLOW HYDROGEN AND OXYGEN GAS TO ESCAPE IN AN UNCONTROLLED MANNER.,"IF A SPARK OR FLAME IS IN CLOSE PROXIMITY, IT COULDRESULT IN AN EXPLOSION.",INSTALL MANIFOLD PLUGS IN THE BATTERIES. -08/12/1992,92V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V115000),Blue Bird Body Company,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,275,"A 150 AMP CIRCUIT BREAKER, OPTION 4362, HAS BEEN WIRED IN PARALLEL WITH A STANDARD EQUIPMENT CIRCUIT, THEREBY NOT PROVIDING THE REQUIRED PROTECTION.","IN THE EVENT OF A MAJOR SHORT-CIRCUIT, INADEQUATE CIRCUITPROTECTION COULD RESULT IN A FIRE IN THE REAR ENGINE COMPARTMENT.",THE STANDARD EQUIPMENT CIRCUIT MUST BE REMOVED. -08/12/1992,92V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V121000),Motor Coach Industries,LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,277,THE POINTS OF THE RELAYS OF THE TURN SIGNAL SYSTEM FUSE TOGETHER DUE TO HIGH APPLIED CURRENT.,THE FUSING OF THE RELAY POINTS CAUSES THE TURN SIGNALSYSTEM TO BECOME INOPERATIVE AND THE BUS OPERATOR IS UNABLE TO ADEQUATELY SIGNALTURNS TO MOTORING TRAFFIC.,INSTALL NEW TURN SIGNAL RELAYS. -08/07/1992,92V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V114000),"Mack Trucks, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,5500,THE CROSS STEERING LEVERS INTERCONNECTING THE LEFT AND RIGHT HAND STEERING KNUCKLES TO MAINTAIN ALIGNMENT WERE MANUFACTURED FROM INFERIOR MATERIALS AND FAIL IN LOW IMPACT SITUATIONS.,FAILURE OF THE CROSS STEERING LEVERS CAN RESULT IN LOSSOF STEERING CONTROL AND A VEHICLE ACCIDENT.,REPLACE THE CROSS STEERING LEVERS. -08/04/1992,92V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V112000),Ford Motor Company,ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,48000,THE SOUND INSULATION ON THE ENGINE SIDE OF THE DASH PANEL CAN CONTACT THE EXHAUST MANIFOLD.,CONTACT BETWEEN THE INSULATION AND THE HOT EXHAUSTMANIFOLD MAY RESULT IN A ENGINE COMPARTMENT FIRE.,DEALERS WILL MODIFY THE SOUND INSULATOR AT NO COST TO OWNERS. -08/03/1992,92V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V116000),LAG MOTORCOACH USA,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,79,,THE BRAKE LINES AND HOSES HAVE REDUCED MARGIN OF SAFETYFOR BURST STRENGTH.,REPLACE THE BRAKE LINES AND HOSES WITH EQUIPMENT THAT COMPLIES WITH FMVSS 106. -08/03/1992,92V102001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V102001),IC CORPORATION,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,200,"THE FUEL SYSTEM FAILED THE CRASH BARRIER TEST. THE FUEL TANK WAS PUNCTURED, RESULTING IN FLUID LOSS GREATER THAN ALLOWED BY FMVSS 301, ""FUEL SYSTEM INTEGRITY"".",FUEL SPILLS IN A COLLISION COULD LEAD TO A VEHICLE FIREIF EXPOSED TO A SOURCE OF IGNITION.,MODIFY THE FUEL TANK CAGE TO COMPLY WITH FMVSS 301. -08/03/1992,92V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V092000),"Porsche Cars North America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,145,"A PLASTIC FILLER PIECE LOCATED IN THE AUTOMATIC TRANSMISSION WAS INSTALLED WITHOUT SUFFICIENT SUPPORT. THIS FILLER PIECE CAN MOVE BECAUSE OF THE HYDRAULIC PRESSURE IN THE SYSTEM, AND NOT ALLOW THE AUTOMATIC TRANSMISSION TO KICK DOWN TO A LOWER GEAR.","IF THE ACCELERATOR PEDAL IS PUSHED INTO THE KICK-DOWNPOSITION, THE EXPECTED ACCELERATION OF THE VEHICLE MAY NOT OCCUR DUE TOINTERFERENCE OF THE FILLER PIECE. THIS COULD RESULT IN AN ACCIDENT DURING AVEHICLE PASSING MANUEVER.",DEALERS WILL INSTALL A NEW FILLER PIECE WHICH HAS A SECURING BRACE TO PREVENT MOVEMENT. -07/30/1992,92E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E014000),FEDERA-MOGUL CORPORATION,LIGHTING:LAMP OR SOCKET:OTHER PART LIGHTING SYSTEM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,11939,THE HEADLAMP EXPERIENCES A REDUCED LIGHT OUTPUT IN THE LOW BEAM FUNCTION BECAUSE OF A REVERSAL OF THE HIGH BEAM WIRE AND THE GROUND WIRE.,"THE REDUCED LIGHT OUTPUT DOES NOT COMPLY WITH FMVSS 108,""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" REDUCED LIGHT OUTPUTFROM HEADLAMPS DIMINISHES THE OPERATOR'S ABILITY TO SEE IN LOW LIGHT CONDITIONSAND COULD RESULT IN A VEHICLE ACCIDENT.",REPAIR THE HEADLAMP BY REWIRING THE FAULTY CONNECTIONS OR REPLACE THE HEADLAMP. -07/29/1992,92T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T009000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1000,SOME TIRES WERE OVERCURED BECAUSE OF AN INTERMITTENT PRESS CURE TIMER MALFUNCTION.,"THE OVERCURED CONDITION CAN CAUSE PREMATURE FAILURE OFTIRES IN SERVICE, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND A VEHICLEACCIDENT.",TIRES WILL BE REPLACED FREE OF CHARGE WITHIN 60 DAYS OF THE NOTIFICATION OF DEFECT. -07/28/1992,92V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V110000),"CHANCE COACH, INC.",STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,529,THE WELDS ON A BRACKET WHICH ATTACHES THE TILT- TELESCOPING STEERING COLUMN TO THE FIREWALL UNDER THE DASH ARE DEFECTIVE AND COULD FAIL.,FAILURE OF THE ATTACHMENT BRACKET CAN RESULT IN A LOSSOF STEERING CONTROL AND A POSSIBLE VEHICLE ACCIDENT.,"A NEW, IMPROVED BRACKET WILL BE INSTALLED ON ALL AFFECTED UNITS." -07/27/1992,92V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V093000),Isuzu Motors Limited,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,49300,"TRUCKS USED IN THE SALT-BELT STATES CAN HAVE ACCUMULATED CORROSION IN THE HINGES OF THE REAR DOORS. IF THE VEHICLES ALSO HAVE MISALIGNED DOOR LATCHES AND STRIKERS, IT IS POSSIBLE TO CLOSE THE DOORS IN A ""FALSE LATCH"" CONDITION.","IN THE ""FALSE LATCH"" CONDITION, THE REAR DOORS MAY GIVETHE IMPRESSION THAT THE DOOR IS PROPERLY LATCHED WHEN IT IS NOT. THIS COULD LEADTO PASSENGERS AND/OR CARGO FALLING FROM REAR DOORS WHICH CAN OPEN WITHOUT PRIORWARNING.",CHECK THE DOOR LATCHES AND STRIKERS FOR CORRECT ALIGNMENT AND REPAIR IF NECESSARY; ALSO INSPECT REAR DOOR HINGES FOR CORROSION AND REPLACE IF NECESSARY. -07/24/1992,92V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V109000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:PASSENG,AIR BAGS,NR (Not Reported),Vehicle,11,THE PASSENGER SIDE AIRBAG ASSEMBLY WAS PRODUCED WITHOUT IGNITER MATERIAL.,"THE LACK OF IGNITER MATERIAL CAN CAUSE NON-DEPLOYMENT ORSLOW DEPLOYMENT OF THE PASSENGER SIDE AIRBAG IN CASE OF A VEHICLE COLLISION,REDUCING THE OCCUPANT PROTECTION OFFERED BY THE AIR BAG AND SAFETY BELT SYSTEMS.",REPLACE THE PASSENGER SIDE AIRBAG. -07/22/1992,92V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V108000),Harley-Davidson Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,29986,THE FUEL TANK LEAKED AS A RESULT OF IMPACT TESTING PERFORMED BY HARLEY-DAVIDSON.,SPILLED FUEL CAN IGNITE WHEN EXPOSED TO A SOURCE OFIGNITION.,REPAIR THE MOTORCYCLES TO AVOID THE FUEL SPILLAGE CONDITION. -07/21/1992,92V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V107000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,200,THE POTABLE WATER TANK SUPPORT BRACKETS WERE FOUND TO HAVE INADEQUATE STRENGTH TO SUPPORT THE TANK DURING TRANSIT.,"SHOULD THE SUPPORTS FAIL, THE TANK COULD FALL DOWNWARD TOTHE ROAD SURFACE CAUSING A NUMBER OF INCIDENTS WHICH MAY RESULT IN VEHICLEDAMAGE OR PERSONAL INJURY.",REINFORCE THE EXISTING POTABLE WATER TANK BRACKET WITH A NEW OVERLAPPING BRACKET. -07/20/1992,92V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V102000),"Navistar, Inc.",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,185000,THE FUEL SYSTEM FAILED THE CRASH BARRIER TEST.,"THE FUEL TANK WAS PUNCTURED, RESULTING IN FLUID LOSSGREATER THAN ALLOWED BY FMVSS 301, ""FUEL SYSTEM INTEGRITY"". FUEL SPILLS INA COLLISION COULD LEAD TO A VEHICLE FIRE IF EXPOSED TO A SOURCE OF IGNITION.",MODIFY THE FUEL TANK CAGE TO COMPLY WITH FMVSS 301. -07/20/1992,92V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V104000),Shyft Group,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,1400,"THE LENGTH OF THE FRONT SHOCK ABSORBERS IS INADEQUATE, RESULTING IN BENDING AND BREAKING OF THE SHOCK ABSORBER BRACKETS.",THE BROKEN BRACKETS DO NOT ALLOW THE SHOCK ABSORBER TOPERFORM ITS PROPER FUNCTION. THE LACK OF FUNCTIONING SHOCK ABSORBERS COULD LEADTO LOSS OF VEHICLE CONTROL AND INCREASED RISK OF AN ACCIDENT.,THE SHOCK ABSORBERS AND THEIR MOUNTINGS WILL BE REMOVED AND REPLACED BY LONGER SHOCK ABSORBERS AND NEW MOUNTING BRACKETS. -07/20/1992,92V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V105000),Shyft Group,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1400,AN INADEQUATE WELD ON THE TRACK BAR BRACKET TO THE REAR AXLE CAN BREAK AND THE BRACKET CAN SEPARATE FROM THE REAR AXLE.,THE MAJORITY OF THE MOTOR HOMES PRODUCED HAVE THE RIGHTREAR BRAKE LINE ATTACHED TO THE REAR TRACK BAR BRACKET. THE SEPARATION OF THERIGHT REAR TRACK BAR BRACKET CAUSES FAILURE OF THE BRAKE LINE AND LEADS TO LOSSOF BRAKING WHICH MAY RESULT IN A VEHICLE ACCIDENT.,"REMOVE THE SINGLE PASS WELD FROM THE TRACK BAR BRACKET, AND REATTACH WITH A DOUBLE PASS WELD. ALSO, REMOVE THE BRAKE LINE ATTACHMENT FROM THE TRACK BAR BRACKET AND ATTACH IT WITH A SEPARATE BRACKET TO THE REAR AXLE." -07/17/1992,92V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V106000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20,"THE VEHICLES WERE ASSEMBLED WITH AN INCORRECT SUSPENSION UPPER SPRING SEAT AT THE RIGHT-REAR POSITION. IF THE VEHICLE IS INVOLVED IN A REAR IMPACT ACCIDENT, THE RIGHT-HAND REAR WHEEL HOUSE FLANGE COULD SEVER THE FUEL TANK FILLER PIPE AND SPILL FUEL.","THESE VEHICLES ARE NOT IN COMPLIANCE WITH FMVSS 301,FUEL SYSTEM INTEGRITY. SPILLED FUEL IN A LOW SPEED ACCIDENT CAN RESULT IN AFIRE.",INSPECT AND REPLACE INCORRECT UPPER SPRING SEAT WITH THE CORRECT PART. -07/14/1992,92V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V099000),"HONORBUILT TRAILERS, INC.",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,74,SPARE TIRE CARRIER MOUNTED TO THE 4X4 TUBE BUMPER AT THE TRUCK EXTENSION CAN CAUSE STRESS AT THE WELDS AND TEAR LOOSE.,"THE SPARE TIRE CARRIER AND REAR BUMPER CAN FALL OFF THEVEHICLE WITHOUT PRIOR WARNING, CREATING A ROAD HAZARD.","INSPECT THE BUMPER AND REINFORCE THE WELDS AT THE TRUCK EXTENSION, IF NECESSARY." -07/13/1992,92V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V111000),Toyota Motor Corporation,LIGHTING:LAMP OR SOCKET:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,360399,THERE CAN BE INTERFERENCE WITH THE HEADLAMP HOUSING IF HEADLAMP BULBS ARE REPLACED WITH ANY BRAND OTHER THAN KOITO BRAND BULBS.,"THE INTERFERENCE WITH THE HEADLAMP HOUSING CAUSED BYOTHER THAN KOITO BRAND LAMP BULBS DOES NOT COMPLY WITH FMVSS 108, ""LAMPS,REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""","TOYOTA DEALERS WILL PROVIDE A NEW KOITO BRAND BULB WITH NO CHARGE IF A NON-KOITO BRAND BULB IS NOW INSTALLED, OR SHOULD A HEADLAMP BULB BURN OUT IN THE FUTURE. ""CAUTION LABELS"" WILL ALSO BE PLACED ON EACH HEADLAMP HOUSING." -07/13/1992,92V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V103000),Ford Motor Company,LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,43000,THE STOP LAMP SWITCHES COULD INTERMITTENTLY MALFUNCTION RESULTING IN THE STOP LAMPS NOT ILLUMINATING WHEN THE BRAKES ARE APPLIED.,"THIS COULD RESULT IN FOLLOWING MOTORISTS NOT BEINGSIGNALED THAT THE VEHICLE IS BRAKING, AND COULD RESULT IN A COLLISION.",REPLACE THE FAULTY STOP LAMP SWITCHES. -07/10/1992,92V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V101000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,637,SOME OF THESE VEHICLES ARE EQUIPPED WITH A THROTTLE HOUSING ON WHICH THE THROTTLE VALVE SHAFT RETAINING NUT WAS NOT SUFFICIENTLY TIGHTENED.,"IF THE NUT WERE TO LOOSEN, MOVEMENT OF THE THROTTLE VALVECOULD BE IMPAIRED, RESULTING IN THE VEHICLE BEING UNABLE TO DECELERATE WHEN THEGAS PEDAL IS RELEASED.","THOSE THROTTLE HOUSINGS WITH SUSPECT MANUFACTURING CODES WILL HAVE THE THROTTLE VALVE SHIFT RETAINING NUT TORQUE TESTED, AND THOSE WITH INSUFFICIENT NUT TORQUE WILL BE REPLACED." -07/08/1992,92V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V098000),"General Motors, LLC",POWER TRAIN:OTHER PART,POWER TRAIN,NR (Not Reported),Vehicle,633,"THE TRANSAXLE VALVE ASSEMBLIES WERE IMPROPERLY MACHINED. VEHICLES MAY NOT PROPERLY ENGAGE IN NEUTRAL OR PARK, EVEN THOUGH THE GEAR SELECTOR INDICATES THE VEHICLE IS IN NEUTRAL OR PARK.","IF THE GEAR SELECTOR INDICATES THE VEHICLE IS IN PARK ORNEUTRAL, IT COULD BE IN REVERSE OR DRIVE. IF THIS HAPPENS, THE CAR COULD STARTIN REVERSE OR DRIVE, OR MIGHT MOVE UNEXPECTEDLY, WHICH MAY RESULT IN A VEHICLECRASH OR INJURY TO PERSONS OUTSIDE THE VEHICLE, WITHOUT PRIOR WARNING.",REPLACE THE DEFECTIVE VALVE BODIES. -07/07/1992,92V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V100000),MONACO COACH CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,265,THE FUEL PUMP SECONDARY THROTTLE RETURN SPRING ATTACHED DIRECTLY TO THE DIESEL ENGINE FUEL PUMP THROTTLE ARM WAS NOT INSTALLED.,"IF THE THROTTLE ARM BECOMES DISENGAGED FROM THE DIESELENGINE THROTTLE ARM, THE DIESEL ENGINE THROTTLE WILL REMAIN AT THAT SETTING.THIS WOULD RESULT IN THE VEHICLE OPERATOR NOT BEING ABLE TO DECREASE SPEED ANDENGINE POWER WITHOUT APPLYING THE BRAKES, PUTTING TRANSMISSION INTO NEUTRAL, ANDTURNING OFF THE IGNITION.",INSTALL THE PROPER SECONDARY THROTTLE RETURN SPRING SYSTEM. -07/07/1992,92V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V096000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,1184,"THE POWER STEERING RETURN HOSE WAS INCORRECTLY ROUTED, AND COULD KINK AND REDUCE POWER STEERING ASSIST.","IF THE POWER STEERING RETURN HOSE KINKS AND THE POWERASSIST IS REDUCED OR LOST, IT COULD RESULT IN LOSS OF STEERING CONTROL ANDAN ACCIDENT.","INSTALL A NEW, CORRECTLY ROUTED, POWER STEERING RETURN ASSEMBLY." -07/07/1992,92V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V097000),"Winnebago Industries, Inc.",STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,403,THE OUTSIDE TIRE ON THE REAR AXLE CAN CONTACT THE INSIDE SURFACE OF THE SIDEWALL WHEN THE VEHICLE IS IN TRANSIT ON A ROUGH SURFACED ROAD.,"THE OUTSIDE REAR TIRE CAN BE DAMAGED CAUSING ABNORMALTIRE WEAR, AND THIS COULD RESULT IN RAPID TIRE DEFLATION AND LOSS OFVEHICLE CONTROL.",MODIFY THE SIDEWALL ASSEMBLY TO ELIMINATE THE CONDITION. -07/06/1992,92V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V091000),Isuzu Motors Limited,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,25059,THE STEERING WHEEL CENTER HUB CAN FRACTURE DURING CERTAIN FRONTAL AND NEAR FRONTAL VEHICLE COLLISIONS.,FRACTURING OF THE STEERING WHEEL HUB CAN DECREASE THEDRIVER'S CONTROL OF THE VEHICLE AND COULD REDUCE THE CRASH PROTECTION OF THESTEERING SYSTEM AND THE DRIVER'S SIDE AIR BAG.,A STEERING WHEEL REINFORCEMENT PLATE AND NUT WILL BE ADDED TO THE STEERING WHEEL HUB. -07/06/1992,92V091001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V091001),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,211306,THE STEERING WHEEL CENTER HUB CAN FRACTURE DURING CERTAIN FRONTAL AND NEAR FRONTAL VEHICLE COLLISIONS.,FRACTURING OF THE STEERING WHEEL HUB CAN DECREASE THEDRIVER'S CONTROL OF THE VEHICLE AND COULD REDUCE THE CRASH PROTECTION OF THESTEERING SYSTEM AND THE DRIVER'S SIDE AIR BAG.,A STEERING WHEEL REINFORCEMENT PLATE AND NUT WILL BE ADDED TO THE STEERING WHEEL HUB. -07/02/1992,92V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V095000),Motor Coach Industries,LIGHTING:LAMP OR SOCKET:COURTESY LIGHTS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,1306,"THE AISLE ILLUMINATING FLUORESCENT TUBES ABOVE THE PARCEL RACKS ARE EXPOSED, AND CAN BREAK ON CONTACT WITH PARCELS OR PASSENGER'S HANDS.",PASSENGERS CAN BREAK THE EXPOSED FLOURESCENT TUBES ANDCUT THEIR HANDS.,A COVER WILL BE INSTALLED TO ENSURE PASSENGER PROTECTION AGAINST CUTS IF THE FLOURESCENT TUBES ARE BROKEN. -07/01/1992,92V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V094000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,219571,THE SHOULDER BELT GUIDE LOOP PLASTIC COVERING MAY CRACK AND EXPOSE THE STEEL SUB-PLATE.,"IN THE EVENT OF A VEHICLE CRASH, THE EXPOSED STEELSUB-PLATE CAN CUT THE SAFETY BELT WEBBING RESULTING IN INCREASED POSSIBILITYAND/OR SEVERITY OF INJURY TO THE AFFECTED SEAT OCCUPANT.",INSTALL NEW SHOULDER BELT GUIDE LOOPS. -06/25/1992,92V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V090000),DORSEY CORPORATION,EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,236,"INADEQUATE STRENGTH OF THE SPARE TIRE CARRIER TO SUPPORT THE WEIGHT OF A SPARE TIRE AND WHEEL OR TO SUPPORT THE WEIGHT OF A SPARE TIRE, WHEEL AND DORSEY ADDED COUNTERBALANCE WEIGHT IN A DOLLY APPLICATION.","THE SPARE TIRE CARRIER FRAME CAN CRACK, RESULTING INTHE TIRE CARRIER, SPARE TIRE, AND SPARE WHEEL SEPARATING FROM THE DOLLY.","INSPECT THE TIRE CARRIERS AND COUNTERBALANCE ATTACHMENT WELDS FOR CRACKS. REINFORCE COUNTERBALANCE WELDS WITH NEW WELDS, AND REINFORCE THE FRONT OF THE TIRE CARRIER WITH FLAT BAR ATTACHMENT." -06/24/1992,92E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E013000),"E+R FIBERGLASS, INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,10251,"THE HELMET DID NOT PASS FOUR OF THE FIVE TESTING CATEGORIES OF FMVSS 218, ""MOTORCYCLE HELMETS.""","THE HELMET DOES NOT COMPLY WITH THE REQUIREMENTS OFFMVSS 218, AND WOULD FAIL TO ADEQUATELY PROTECT WEARER IN THE EVENT OF ANACCIDENT OR COLLISION.",REFUND THE FULL PURCHASE PRICE OF THE DEFECTIVE HELMETS. -06/24/1992,92V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V089000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,34717,"THE STEEL WHEELS EXHIBIT FATIGUE CRACKING AROUND THE CIRCUMFERENCE OF THE WHEEL LUG NUT MOUNTING SURFACE DUE TO WHEEL BENDING CAUSED BY FREQUENT MISUSE OF TIRE MOUNTING EQUIPMENT, LUG NUT OVERTORQUING, AND THE UNUSUAL OPERATING CONDITIONS EXPERIENCED BY POLICE VEHICLES.","THE CRACKING CAN CAUSE WHEEL FRACTURING AND SUBSEQUENTSEPARATION FROM THE AXLE, WHICH COULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE DEFECTIVE WHEELS WITH REDESIGNED STEEL WHEELS. -06/22/1992,92V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V088000),PACCAR Incorporated,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,850,THE WHEEL MOUNTING STUDS ON IRON FRONT AND REAR HUBS CAN FRACTURE.,BROKEN WHEEL MOUNTING STUDS CAN CAUSE THE TIRE AND WHEELTO SEPARATE FROM THE AXLE AND COULD RESULT IN A VEHICLE ACCIDENT.,REPLACE THE FRONT AND REAR HUBS WITH HUBS WHICH HAVE NEW STUDS. -06/19/1992,92V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V086000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,112765,"BRAKE STOPLAMPS MAY NOT ILLUMINATE OR, IN SOME CASES, STOPLAMPS MAY NOT STAY ILLUMINATED ALL THE TIME WHEN BRAKES ARE APPLIED DUE TO A FAULTY STOPLAMP SWITCH. ALSO, IN VEHICLES WITH CRUISE CONTROL, A FAULTY STOPLAMP SWITCH CAN RESULT IN RESUMPTION OF THE CRUISE CONTROL FUNCTION UPON RELEASE OF THE BRAKE PEDAL.","A TRAILING VEHICLE MAY NOT RECOGNIZE A BRAKING ACTIONIN TIME TO RESPOND APPROPRIATELY. ALSO, CRUISE CONTROL WILL REENGAGE UPONRELEASE OF THE BRAKE PEDAL AND RESUME THE SET SPEED. IN EITHER CASE, IT COULDRESULT IN A CRASH WITHOUT PRIOR WARNING.",INSTALL AN IMPROVED DESIGN STOPLAMP SWITCH. -06/17/1992,92V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V085000),Blue Bird Body Company,BRAKES:ACTUATORS (SLACK ADJUSTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,40,THE FRONT AIR BRAKE AUTOMATIC SLACK ADJUSTER CONTACTS THE STEERING ARM PREVENTING PROPER BRAKE ADJUSTMENT.,"IMPROPER AIR BRAKE SLACK ADJUSTMENT COULD CAUSEUNEXPECTED CHANGES IN BRAKE PERFORMANCE, WHICH COULD RESULT IN AN ACCIDENT INTHE EVENT OF A SUDDEN STOP.",REPLACE THE FRONT AIR BRAKE CHAMBERS WITH CHAMBERS THAT HAVE LONGER PUSH RODS. -06/16/1992,92V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V087000),"PREVOST CAR, INCORPORATED",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,42,"THE SUPPORTS OF THE LEFT HAND TRANSFER LEVERS PIVOT, ON THE FIRST AND SECOND AXLES, CAN CRACK AND/OR BREAK.","CRACKED/BROKEN LEFT HAND TRANSFER LEVER PIVOT SUPPORTSRENDER THE STEERING OF THE VEHICLE INOPERATIVE, RESULTING IN LOSS OF VEHICLECONTROL.","REPLACE THE BELLOW SUPPORT ASSEMBLY. IF THERE ARE CRACKS IN THE SUPPORTS OF THE LEFT HAND TRANSFER LEVERS PIVOT, MAKE TEMPORARY REPAIRS WHILE WAITING FOR THE REPLACEMENT BELLOW SUPPORT ASSEMBLY." -06/11/1992,92V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V083000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,845,THE PLASTIC BRAKE HYDRAULIC HOSE FROM THE AUTOMATIC SLIP CONTROL UNIT WAS MISROUTED TOO CLOSE TO THE PRE-RESISTOR FOR THE ELECTRIC AUXILIARY ENGINE COOLING FAN WHICH BECOMES HOT UNDER CERTAIN CONDITIONS. THIS COULD CAUSE THE HOSE TO MELT AND LEAK BRAKE FLUID ONTO THE HOT PRE-RESISTOR.,"BRAKE FLUID CAN CATCH ON FIRE WHEN IT CONTACTS THE HOTPRE-RESISTOR, POSING THE RISK OF INJURY TO ANYONE IN OR NEAR THE VEHICLE.",REPLACE AND REROUTE ANY HOSE THAT MAY HAVE BEEN MISROUTED. -06/10/1992,92V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V084000),"AMERTEK, ININC.",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,118,DESIGN OF THE REAR WHEEL MOUNTING ASSEMBLY CAUSES A HIGH SENSITIVITY TO LUG STUD NUT TORQUE LOSS AND SUBSEQUENT STUD FAILURE THROUGH BENDING FATIGUE.,"THE REAR WHEEL MOUNTING STUD CAN BEND AND/OR BREAK,RESULTING IN DETACHMENT OF THE WHEEL FROM THE AXLE IF ALL FIVE LUG STUDS SHOULDFAIL.",AMERTEK WILL REDUCE THE DIMENSION OF THE OUTSIDE REAR WHEEL TIRES; REPLACE THE LUG NUT SPACERS WITH CUSHION WASHERS ON EACH REAR WHEEL HUB; REPLACE THE CURRENT 4.38 INCH STUDS WITH 3.25 INCH STUDS; AND DELETE THE PAINT ON THE BEVEL SURFACE OF THE STUD HOLES ON THE WHEEL DISC. -06/05/1992,92V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V081000),"BMW of North America, LLC",BRAKES:MECHANICAL SERVICE:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2486,"THE BONDING TECHNIQUE USED BETWEEN THE PAD AND THE BACKING PLATE CAN RESULT IN A POROUS JOINT LAYER WHICH WATER AND SALT CAN PENETRATE, RESULTING IN CORROSION OF THE BACKING PLATE.","THE FRONT BRAKE PADS CAN SEPARATE PARTIALLY OR COMPLETELYFROM THE CORRODED BACKING PLATE, RESULTING IN DECREASED STOPPING ABILITY AND APOSSIBLE VEHICLE ACCIDENT.",REPLACE THE FRONT BRAKE PADS WITH NEW PADS UTILIZING A DIFFERENT BONDING METHOD WHICH ENSURES A NON-POROUS JOINT LAYER TO PREVENT WATER AND SALT PENETRATION OF THE BACKING PLATE. -06/04/1992,92C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C012000),"BABYHOOD INDUSTRIES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,55,THE CHILD RESTRAINT SEAT CUSHIONS DO NOT ADEQUATELY RESIST COMPRESSION - DEFLECTION OF THE SEAT OCCUPANT'S HEAD WHEN TESTED FOR CRASHWORTHINESS.,THE CHILD SAFETY SEAT DOES NOT COMPLY WITH THEREQUIREMENTS OF FMVSS 213. SEAT OCCUPANTS ARE SUBJECT TO INCREASED RISK OFINJURY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,REPLACE THE SEAT CUSHION WITH A CUSHION THAT MEETS THE COMPRESSION - DEFLECTION FEDERAL SAFETY STANDARD REQUIREMENTS. -06/03/1992,92E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E011000),Atwood Mobile Products,OTHER PIECES OF EQUIPMENT:WATER HEATER,EQUIPMENT,NR (Not Reported),Equipment,5300,A COMPONENT FAILURE IN THE ELECTRONIC CIRCUIT BOARD OF THE GAS WATER HEATER CAN LEAD TO A UNCONTROLLED GAS LEAK IN THE INTERIOR OF A MOBILE HOME.,UNDETECTED GAS LEAKS IN THE INTERIOR OF A MOBILE HOME CANHAVE HEALTH AND FIRE SAFETY RISKS.,REPLACE THE DEFECTIVE CIRCUIT BOARDS WITH IMPROVED CIRCUIT BOARDS. -06/02/1992,92V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V080000),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,648,THE AIR BAG MODULES DO NOT MEET THE FORD SPECIFICATIONS FOR HIGH AMBIENT TEMPERATURE PERFORMANCE.,"AT HIGH AMBIENT INTERIOR VEHICLE TEMPERATURES ABOVE140 DEGREES, THE AIR BAG MAY TEAR AND MALFUNCTION UPON DEPLOYMENT.",REPLACE THE AIR BAG MODULES WITH MODULES THAT MEET SPECIFICATIONS. -06/02/1992,92E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E010000),ALCOA AL. CO. OF AMER.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,1757,"THERE IS A CIRCUMFERENTIAL LINEAR DISCONTINUITY, WHICH APPEARS AS A CRACK, AT THE INTERSECTION OF THE DISC AND THE RIM ON THE SHALLOW SIDE OF SOME OF THE WHEELS.","THE DISCONTINUITY CAN CAUSE LOSS OF TIRE AIR PRESSUREAND POSSIBLE TIRE/RIM SEPARATION FROM THE VEHICLE, WHICH COULD RESULT IN LOSSOF VEHICLE CONTROL AND A POSSIBLE VEHICLE ACCIDENT.",ALCOA WILL REPLACE THE DEFECTIVE WHEELS. -06/01/1992,92C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C009000),GERRY,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,26257,THE BUCKLES ON THESE CHILD RESTRAINTS ARE NOT STIFF ENOUGH TO PREVENT A CHILD FROM RELEASING THE BUCKLE.,"THE CHILD RESTRAINT SEATS FAIL THE RELEASE FORCE TEST REQUIREMENTS OF FMVSS 213, ""CHILD RESTRAINT SYSTEMS"". OCCUPANTS OF UNBUCKLED CHILD RESTRAINTS ARE SUBJECT TO INCREASED RISK OF INJURY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.","GERRY GUARDIAN WILL PROVIDE A FREE BUCKLE REPLACEMENT KIT. CONSUMERS CAN CALL GERRY GUARDIAN AT 1-800-845-8813 FOR THE REPLACEMENT KIT OR WRITE TO GERRY BABY PRODUCTS COMPANY AT 12520 GRANT DRIVE, DENVER, CO 80233." -05/27/1992,92V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V079000),Volvo Trucks North America,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,9434,VARIANCES IN THE LOCATION OF THE TIE ROD ARM BOLT HOLES AND STEER AXLE SPINDLE MOUNTING HOLES RESULT IN THE ATTACHING BOLTS BEING INCORRECTLY TORQUED. THIS CAUSES THE TIE ROD ATTACHING BOLTS TO FAIL RESULTING IN SEPARATION OF THE TIE ROD FROM THE STEERING AXLE SPINDLE.,THE TIE ROD SEPARATION RESULTS IN A LOSS OF STEERINGCONTROL AND POSSIBLE VEHICLE ACCIDENT.,"REPLACE THE ATTACHING BOLTS, TIE ROD ARMS AND SPINDLES AS DEEMED APPROPRIATE AFTER VEHICLE INSPECTION." -05/26/1992,92V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V074000),Oshkosh Corporation,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1995,"SOME OF THE BRAKE LINKAGE BELLCRANK END NUTS ARE NON-LOCKING NUTS, AND CAN LOOSEN IN SERVICE.","THE BRAKE LINKAGE CAN BECOME DISCONNECTED, CAUSING LOSSOF SERVICE BRAKES WHICH COULD RESULT IN AN ACCIDENT.",REPLACE ANY NON-LOCKING BELLCRANK NUTS WITH LOCKING NUTS. -05/19/1992,92V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V078000),"THOMAS BUILT BUSES, INC.",BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,24,A BRAKE AIR LINE PLUMBING ERROR CAUSES THE SPRING BRAKES TO BE APPLIED WITHOUT BRAKE APPLICATION WHEN THE AIR PRESSURE IN THE PRIMARY TANK DROPS TO A LEVEL WHICH AUTOMATICALLY ACTIVATES THE SPRING BRAKE SYSTEM.,"ACTIVATION OF THE SPRING BRAKE SYSTEM WITHOUT OPERATORBRAKE APPLICATION WILL CAUSE THE SPRING BRAKE TO BE APPLIED, LOCKING THE BRAKESWITHOUT ANY WARNING TO THE OPERATOR.",REPLACE AND REROUTE AIR BRAKE HOSE TO COMPLY WITH FMVSS 121. -05/19/1992,92V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V075000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,25000,THE REAR BRAKE LINES HAVE INADEQUATE CLEARANCE BETWEEN THE BRAKE TUBE AND THE VEHICLE UNDERBODY IN THE AREA OF THE LEFT REAR WHEEL OPENING.,"INADEQUATE CLEARANCE CAN CAUSE ABRASION OF THE BRAKE LINEAND A LEAK CAN DEVELOP, RESULTING IN LOSS OF BRAKE FLUID TO THE REAR BRAKESYSTEM AND INCREASED STOPPING DISTANCES.","REPAIR ANY BRAKE LINES THAT HAVE AN INDICATION OF CONTACT OR HAVE THE POTENTIAL FOR CONTACT WITH THE BODY OF THE VEHICLE. RELOCATE LINES, IF NECESSARY." -05/18/1992,92V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V071000),"Ferrari North America, Inc.",FUEL:FUEL INJECTION:UNKNOWN TYPE:INJECTION MANIFOL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,812,"THE ALUMINUM FUEL LINE FITTINGS ON CERTAIN FUEL INJECTION LINES CORRODE, CAUSING THE FUEL LINE FITTINGS TO BREAK.","THE BREAKAGE OF THE FUEL LINE FITTING CAUSES FUELLEAKAGE, RESULTING IN INCREASED RISK OF FIRE IN THE PRESENCE OF A SOURCE OFIGNITION.",REPLACE THE FUEL LINES WITH MODIFIED LINES CONSTRUCTED WITH A CORROSION RESISTANT COATING TO PREVENT FUEL LINE SURFACE CORROSION. -05/18/1992,92V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V072000),"Ferrari North America, Inc.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,645,THE UPPER STEERING COLUMN LOCKNUT WAS MANUFACTURED WITH INFERIOR MATERIALS AND INFERIOR SELF-LOCKING PROPERTIES.,"THE LOCKNUT CAN LOOSEN, CAUSING EXCESSIVE PLAY IN THESTEERING SYSTEM AND IMPAIRED HANDLING. THIS COULD RESULT IN LOSS OF VEHICLECONTROL AND AN ACCIDENT.",REPLACE LOCKNUT WITH AN IMPROVED LOCKNUT. -05/18/1992,92V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V073000),"Ferrari North America, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,182,THE STEERING BOX EXTENSION FASTENERS WERE MANUFACTURED WITH INFERIOR MATERIAL.,"THE FASTENER CAN LOOSEN, CAUSING PLAY IN THE STEERINGSYSTEM AND IMPAIRED HANDLING.",REPLACE STEERING BOX EXTENSION FASTENER WITH A NEW FASTENER CONSTRUCTED WITH IMPROVED STRENGTH AND SELF-LOCKING PROPERTIES. -05/18/1992,92V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V077000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,146,VEHICLES WERE INCORRECTLY EQUIPPED WITH STANDARD REAR WINDOWS INSTEAD OF THE NECESSARY RIVETED INSTALLATION SEAL ASSEMBLIES.,"THE REAR DOOR WINDOWS DO NOT COMPLY WITH THE RETENTIONREQUIREMENTS OF FMVSS 217, WHICH PROVIDES PROTECTION AGAINST PASSENGERS BEINGEJECTED OUT OF THE REAR IN AN ACCIDENT.",REPLACE THE EXISTING REAR WINDOW SEALS WITH THE RIVETED INSTALLATION SEAL ASSEMBLIES. -05/14/1992,92V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V076000),"ALFA ROMEO, INCORPORATED",LIGHTING:SWITCH:BUTTON:RING:COURTESY LIGHTS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,1800,AN ELECTRICAL SHORT CIRCUIT CAN DEVELOP IN THE GLOVE COMPARTMENT MAPLIGHT.,THE SHORT CIRCUIT COULD RESULT IN A GLOVE COMPARTMENTFIRE.,REPLACE THE GLOVE COMPARTMENT MAPLIGHT AND ATTACHMENT BRACKET. -05/13/1992,92V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V069000),PACCAR Incorporated,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1500,A CRACK IN THE DIE CAST ALUMINUM HOUSING OF THE BRAKE CHAMBER CAUSES A LOSS OF AIR PRESSURE IN THE CHAMBER. LOSS OF AIR PRESSURE CAUSES THE SPRING BRAKES TO BE APPLIED.,LOSS OF AIR PRESSURE IN THE HOUSING OF THE BRAKE CHAMBERAND THE SUBSEQUENT APPLICATION OF THE SPRING BRAKES DISABLES THE TRUCK WITHOUTPRIOR WARNING AND COULD CAUSE A VEHICLE ACCIDENT.,REPAIR OR REPLACE THE SUSPECT MGM BRAKE CHAMBERS. -05/13/1992,92V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V067000),"General Motors, LLC",INTERIOR SYSTEMS:INSTRUMENT PANEL:OTHER PART,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,39,THE INSTRUMENT PANEL ILLUMINATION INTENSITY CONTROL AND THE HEATER/AIR-CONDITIONER WINDSHIELD DEFROSTING AND DEFOGGING CONTROLS CANNOT BE SEEN OR OPERATED FROM THE DRIVER POSITION.,"THE INSTRUMENT PANEL DOES NOT COMPLY WITH FMVSS 101,""CONTROLS AND DISPLAYS"". THE DRIVER CANNOT SEE OR OPERATE THE INSTRUMENT PANELILLUMINATION INTENSITY CONTROL OR THE HEATER/AIR-CONDITIONER WINDSHIELDDEFROSTING AND DEFOGGING CONTROLS, CAUSING REDUCED DRIVER VISIBILITY IN HIGHHUMIDITY CONDITIONS, WHICH COULD RESULT IN A POSSIBLE VEHICLE ACCIDENT.",VOLVO GM WILL RELOCATE THE CONTROLS TO THE RIGHT-HAND INSTRUMENT PANEL IN THE SPACE CURRENTLY OCCUPIED BY THE CB RADIO POWER STUDS. -05/13/1992,92V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V070000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,17000,THE HOOD LATCH ASSEMBLY MAY NOT HAVE BEEN PROPERLY INSTALLED AND THE SECONDARY HOOD LATCH MAY BE PREVENTED FROM ENGAGING WHEN THE HOOD IS CLOSED.,"IF THE PRIMARY HOOD LATCH ENGAGEMENT FAILS, THE LACK OFENGAGEMENT BY THE SECONDARY HOOD LATCH COULD CAUSE THE HOOD TO OPEN WHILE THEVEHICLE IS IN MOTION, REDUCING OPERATOR'S ABILITY TO SEE THE ROAD AND ONCOMINGTRAFFIC, AND POSSIBLY RESULTING IN A VEHICLE ACCIDENT.",ADJUST THE SECONDARY HOOD LATCH TO ALLOW THE LATCH ASSEMBLY TO PROPERLY ENGAGE WHEN THE HOOD IS CLOSED. -05/11/1992,92V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V066000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,33,"THE OPTIONAL REMOTE ENTRY MODULE MAY HAVE A FAULT WHICH CAUSES RANDOM ACTUATION OF INTERIOR LAMPS, DOOR LOCKS, AND/OR TAILGATE RELEASE. THIS ACTUATION MAY OCCUR WHILE THE VEHICLE IS IN USE OR UNATTENDED.","IF THE TAILGATE RELEASE ACTUATES, THE TAILGATE WILL OPEN.UNRESTRAINED PASSENGERS IN THE REAR SEAT AREA COULD FALL OUT OF THE VEHICLEWHILE THE CAR IS IN MOTION, AND RECEIVE SERIOUS INJURIES.",REPLACE THE REMOTE ENTRY MODULE WITH A NEWLY REVISED MODULE TO PREVENT RANDOM ACTUATION. -05/11/1992,92V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V065000),Ford Motor Company,STRUCTURE:WHEEL WELL SPARE COVER (8/82),WHEELS,NR (Not Reported),Vehicle,654000,"CHILDREN CAN ACCIDENTALLY LOCK THEMSELVES IN THE FOOTWELL AREA OF THE REAR-FACING THIRD SEAT, OR IN THE STORAGE COMPARTMENT IN STATION WAGONS NOT EQUIPPED WITH AN OPTIONAL THIRD SEAT. ONCE THE COMPARTMENT IS CLOSED IT CANNOT BE OPENED FROM THE INSIDE.","THERE IS A DANGER OF AIR DEPRIVATION, HYPERTHERMIA,AND/OR PANIC RESPONSE TO A CHILD WHO HAS LOCKED HIMSELF OR HERSELF INTO THECOMPARTMENT, WITH THE POSSIBILITY OF ASPHYXIATION.",REPLACE THE SELF-LATCHING ASSEMBLY CURRENTLY USED IN THE REAR STORAGE COMPARTMENT WITH A LATCH ASSEMBLY THAT CAN ONLY BE CLOSED WITH A KEY. -05/11/1992,92T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T004000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,237,EXPOSED TURN-DOWN ENDINGS AT THE BEAD TOE CAN ALLOW AIR TO PERMEATE INTO THE TIRE'S CARCASS CAUSING SEPARATION AND PREMATURE FAILURE.,TIRES DO NOT COMPLY WITH FMVSS 119. THIS CONDITION CANCAUSE TREAD SEPARATION OR PREMATURE FAILURE OF THE TIRE.,"TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO CONSUMER WITHIN SIXTY(60) DAYS OF THE RECEIPT OF NOTICE OF RECALL." -05/08/1992,92V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V068000),"CHANCE COACH, INC.",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,35,THE POWER STEERING PUMP IS IMPROPERLY CALIBRATED AND HAS INSUFFICIENT POWER STEERING FLUID FLOW FOR THE OPERATION OF THE STEERING SYSTEM.,"INSUFFICIENT FLUID FLOW TO THE STEERING SYSTEM CAN RESULTIN INCREASED STEERING EFFORT, LOSS OF STEERING CONTROL, AND A POSSIBLE ACCIDENT.",CORRECT THE CALIBRATION OF THE POWER STEERING PUMP. -05/04/1992,91V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V172000),Glaval Bus,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1010,THE SAFETY BELT ANCHORAGE FOR THE REAR BENCH SEAT FAILED TO COMPLY WITH THE STANDARDS OF FMVSS 210.,FAILURE TO MEET THE LOAD REQUIREMENTS OF FMVSS 210 PLACETHE SEAT OCCUPANTS IN INCREASED RISK OF INJURY IN THE EVENT OF A SUDDEN STOPOR ACCIDENT.,THE MANUFACTURE WILL REPLACE THE NON-COMPLYING SAFETY BELT ANCHORAGE WITH A NEW ANCHORAGE THAT MEETS THE REQUIREMENTS OF FMVSS 210. -05/01/1992,92V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V064000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,890,THE TRACK CONTROL ARMS USED TO SUPPORT THE FRONT WHEELS WERE IMPROPERLY WELDED IN THE AREA OF THE FLEXIBLE BUSHING MOUNTING HOLE. THIS CAUSES A GRADUAL OPENING OF THE MOUNTING HOLE AND LOOSENING OF THE BUSHING.,THE ENLARGED OPENING OF THE MOUNTING HOLE RESULTS INFRONT WHEEL MISALIGNMENT CAUSING STEERING PULL WITH THE POTENTIAL FOR ANACCIDENT.,DEALERS WILL INSPECT AND REPLACE THE FRONT SUSPENSION CONTROL ARMS WHERE NECESSARY. -04/29/1992,92V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V063000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,306000,"THE PLASTIC SLEEVE IN THE FRONT SAFETY BELT TONGUE ASSEMBLY WHICH RETAINS THE LOCK BAR CAN DETERIORATE FROM PROLONGED EXPOSURE TO SUNLIGHT AND BECOME DISPLACED, CAUSING THE TONGUE TO DETACH FROM THE SAFETY BELT WEBBING.","IF THE TONGUE DETACHES FROM THE SAFETY BELT WEBBING, THESAFETY BELT WOULD NOT ATTACH TO ITSELF, RESULTING IN INCREASED RISK OF INJURYTO THE SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP OR VEHICLE CRASH.",FORD WILL REPAIR THE SAFETY BELTS EXPERIENCING THIS CONDITION REGARDLESS OF VEHICLE AGE OR CONDITION. -04/27/1992,92V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V061000),"Porsche Cars North America, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,854,"THE REAR ENGINE COMPARTMENT COVER NEAR THE CRUISE CONTROL SERVO MOTOR SLIPS, CAUSING THE SAFETY CLIP IN THE SERVO MOTOR ARM TO BIND DUE TO INSUFFICIENT CLEARANCE. IF THE CRUISE CONTROL CABLE BINDS, THE ENGINE DOES NOT RETURN TO IDLE WHEN THE CRUISE CONTROL FUNCTION IS DISENGAGED, RESULTING IN THE VEHICLE SPEED NOT BEING REDUCED AS EXPECTED.","WHEN THE VEHICLE SPEED IS NOT REDUCED WHEN THE CRUISECONTROL IS DISENGAGED, STOPPING DISTANCE INCREASES WHICH CAN RESULT IN A VEHICLEACCIDENT.",INSTALL A BOLT AND WASHER ON THE REAR ENGINE COMPARTMENT COVER TO PREVENT SLIPPING AND TO INSURE THE NECESSARY CLEARANCE BETWEEN THE SAFETY CLIP AND THE COVER. -04/23/1992,92V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V060000),"CARPENTER INDUSTRIES, INC.",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"THE SCHOOL BUSES EXCEED THE CHASSIS MANUFACTURER'S GROSS VEHICLE WEIGHT RATING (GVWR) BY 650 LBS. AND FAIL TO COMPLY WITH FMVSS 105, ""HYDRAULIC BRAKE SYSTEMS.""",THE SCHOOL BUSES DO NOT MEET THE STOPPING DISTANCEREQUIREMENTS SPECIFIED BY FMVSS 105 IF THE SCHOOL BUS HAS A GROSS VEHICLE WEIGHTGREATER THAN THE MAXIMUM GVWR SPECIFIED BY THE CHASSIS MANUFACTURER. A FULLYLOADED BUS COULD HAVE AN ACCIDENT DUE TO THE INCREASE IN STOPPING DISTANCE.,"REMOVE THE REQUIRED NUMBER OF PASSENGER SEATS SO THAT THE CAPACITY OF THE VEHICLE IS REDUCED TO 10,000 LBS. OR LESS." -04/23/1992,92V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V062000),Honda (American Honda Motor Co.),BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1254,"THERE IS INADEQUATE CLEARANCE BETWEEN THE FRONT DISC PADS AND THE CALIPER ASSEMBLY. HEAT BUILD UP CAN CAUSE THE BRAKE PAD BACKING PLATE TO EXPAND AND BIND IN THE CALIPER. THE BRAKE PADS WILL CONTINUOUSLY CONTACT THE BRAKE ROTOR, OVERHEATING THE FRONT ROTOR.","THE EXPANSION OF THE BRAKE PAD BACKING PLATE WILL CAUSETHE BRAKE PADS TO CONTINUOUSLY CONTACT THE BRAKE ROTOR AND OVERHEAT THE FRONTROTOR; CAUSING THE FRONT BRAKE ROTOR TO DISTORT, DECREASING BRAKE PERFORMANCEAND CAUSING LONGER STOPPING DISTANCES WHICH COULD RESULT IN AN ACCIDENT.",INSPECT AND REPLACE DEFECTIVE BRAKE PADS AND ROTORS IF NECESSARY. -04/15/1992,92V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V049000),Pierce Manufacturing,STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,1225,"THE KEY WHICH SECURES THE POWER STEERING PUMP MATING GEAR TO THE PUMP DRIVE SHAFT BREAKS AND FALLS OUT, ALLOWING THE MATING GEAR TO SPIN ON THE SHAFT OF THE POWER STEERING PUMP, RESULTING IN A LOSS OF POWER STEERING.","THE LOSS OF POWER STEERING WITHOUT PRIOR WARNING CAUSESAN INCREASED EFFORT TO STEER THE VEHICLE, AND IF THE VEHICLE IS IN MOTION WHENPOWER STEERING LOSS OCCURS, COULD RESULT IN A VEHICLE ACCIDENT.","INSPECT THE GEAR, KEY, KEYWAY, AND PUMP SHAFT AND REPLACE ANY DAMAGED OR WORN PARTS. INSTALL NEW KEY AND SHAFT COLLAR WITH SET SCREW AND TIGHTEN TO 10 FOOT POUNDS." -04/14/1992,92V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V056000),"General Motors, LLC",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,177,THE PIVOT BOLT HOLDING THE BRAKE PEDAL TO ITS SUPPORT BRACKET MAY BE IMPROPERLY TIGHTENED AND MAY NOT HAVE ENGAGED THE LOCKING MATERIAL ON THE BOLT. THE BOLT CAN DISENGAGE FROM THE NUT.,"IF THE PIVOT BOLT DISENGAGES FROM THE NUT WHILE THEVEHICLE IS IN MOTION, THERE WILL BE A LOSS OF BRAKE CONTROL AND COULD RESULT INA VEHICLE ACCIDENT.",DEALERS SHOULD INSPECT THE HAND STARTED BRAKE PEDAL BOLTS AND TORQUE THEM TO SPECIFICATION. -04/14/1992,92V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V058000),"Volkswagen Group of America, Inc.",FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,358000,"THE FUEL HOSE ATTACHED TO THE FUEL DISTRIBUTION RAIL ON THE ENGINE MAY SHRINK BEYOND THE CLAMP FORCE OF THE FUEL HOSE CLAMPS, ALLOWING FUEL TO LEAK.",FUEL LEAKAGE IN THE ENGINE COMPARTMENT CAN CAUSE AN UNDERHOOD FIRE IF THE FUEL COMES IN CONTACT WITH A SOURCE OF IGNITION.,REPLACE THE FUEL HOSE ATTACHED TO THE FUEL RAIL AND INSTALL A NEW SPRING TYPE SELF-TIGHTENING CLAMP. -04/14/1992,92V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V050000),"Volkswagen Group of America, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,650000,THE END CAP CONNECTING THE HEAT EXCHANGER'S CORE TO THE ENGINE COOLING SYSTEM COULD RUPTURE AND ALLOW HOT COOLANT TO ESCAPE INTO THE PASSENGER COMPARTMENT.,"THE COOLANT ESCAPING INTO THE PASSENGER COMPARTMENT COULDCONTACT THE DRIVER'S FEET AND INJURE THE DRIVER. ALSO, STEAM FROM THE HEATEDLIQUID WILL CLOUD ON THE WINDOW SURFACES AND IMPAIR THE DRIVER'S VISION ANDCOULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE HEATER CORE WITH AN IMPROVED HEATER CORE. -04/14/1992,92V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V057000),FREIGHTLINER LLC,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1400,A NUMBER OF CABS WERE ASSEMBLED WITH FEWER WELDS THAN SPECIFIED IN THE UPPER B PILLAR NEAR THE ANCHORAGE FOR THE SEAT BELT. WELDING MATERIALS USED ON THE INBOARD ANCHORAGE BRACKET UNDER THE CAB DECK WILL NOT MEET FMVSS NO. 210 LOAD TEST REQUIREMENTS WHEN THREE SEATING POSITIONS ARE PROVIDED.,SAFETY BELT ANCHORAGE SYSTEMS THAT DO NOT COMPLY TO THELOAD TEST REQUIREMENTS SUBJECT THE SEAT OCCUPANT TO GREATER RISK OF INJURY INTHE EVENT OF A SUDDEN STOP OR ACCIDENT.,ADD REINFORCEMENT WELDS IN THE UPPER B PILLAR AND ADD FASTENERS TO THE LOWER DECK ANCHORAGE BRACKET. -04/14/1992,92V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V055000),"BMW of North America, LLC",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,22416,THE VEHICLE FAILED TO COMPLY WITH FMVSS 208. THE DRIVER'S CHEST RESULTANT ACCELERATION EXCEEDED THE ALLOWABLE 60 G'S IN A CRASH TEST WHEN THE SEAT HEIGHT CHANGES ADJUSTMENT UNDER SEVERE FRONTAL IMPACT.,THE DRIVER OF A VEHICLE FACES INCREASED RISK OF INJURYIN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,"INSTALL A DAMPER ON THE UNDERSIDE OF THE DRIVER'S SEAT CUSHION, BETWEEN THE CUSHION FRAME AND THE SEAT TRACK. IN A SEVERE FRONTAL IMPACT THE DAMPER WILL HYDRAULICALLY LOCK, PREVENTING A CHANGE IN SEAT HEIGHT." -04/14/1992,92V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V052000),"FLEETWOOD ENTERPRISES, INC.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,20413,"THE STEERING COLUMN SHAFT NUT RETAINING CLIP MAY BE MISSING. UNDER CERTAIN CONDITIONS, THE LACK OF A RETAINING CLIP WILL ALLOW THE NUT TO WORK LOOSE AND THE STEERING WHEEL TO SEPARATE FROM THE STEERING COLUMN.",STEERING WHEEL SEPARATION FROM THE STEERING COLUMN CANRESULT IN COMPLETE LOSS OF STEERING CONTROL AND A VEHICLE ACCIDENT.,"INSPECT STEERING ASSEMBLY FOR A STEERING WHEEL NUT RETAINING CLIP. IF CLIP IS MISSING, INSTALL A STEERING WHEEL NUT RETAINING CLIP, OR HAVE A DEALER INSPECT AND INSTALL A CLIP. FLEETWOOD ADVISES OWNERS NOT TO OPERATE THE MOTORHOMES UNTIL A STEERING WHEEL NUT INSPECTION AND CLIP INSTALLATION IS COMPLETED." -04/14/1992,92V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V054000),FWD CORPORATION,SUSPENSION:INDEPENDENT FRONT AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,38,CRACKS HAVE DEVELOPED IN THE LOWER BEAM ASSEMBLIES AND THE SWAY BAR MOUNTING BRACKET ON THE RIDEWELL SUSPENSIONS USED TO INSTALL THE TILLER AXLE.,"IF THE CRACKS ARE NOT DETECTED AND REPAIRED, THE TILLERAXLE MAY SEPARATE FROM THE MOUNTING BRACKET AND MOVE EITHER SIDEWAYS OR FORE ANDAFT IN THE CHASSIS, COMING IN CONTACT WITH BODY COMPONENTS AND IMPAIRINGSTEERING CAPABILITY. LOSS OF STEERING CAPABILITY CAN LEAD TO A VEHICLE ACCIDENT.",MODIFY THE RIDEWELL SUSPENSION HANGER RAIL ASSEMBLIES AND REPLACE THE TWO LOWER BEAM ASSEMBLIES TO INSURE THE TILLER AXLE WILL NOT SEPARATE FROM THE BRACKETS. -04/13/1992,92V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V053000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,115000,THE AUTOMATIC SHOULDER RESTRAINT SYSTEMS CAN MALFUNCTION AND BECOME INOPERATIVE.,SEAT OCCUPANTS WITHOUT SHOULDER RESTRAINTS ARE SUBJECT TOINCREASED RISK OF INJURY IN THE EVENT OF A SUDDEN STOP OR VEHICLE CRASH.,REPLACE THE SYSTEM DRIVE AND RAIL ASSEMBLY WITH REVISED COMPONENTS. -04/10/1992,92V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V051000),"RENAULT, INCORPORATED",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,540000,THE END CAP CONNECTING THE HEAT EXCHANGER'S CORE TO THE ENGINE COOLING SYSTEM COULD RUPTURE AND ALLOW HOT COOLANT TO ESCAPE INTO THE PASSENGER COMPARTMENT.,"THE COOLANT ESCAPING INTO THE PASSENGER COMPARTMENT COULDCONTACT THE DRIVER'S FEET AND INJURE THE DRIVER. ALSO, STEAM FROM THE HEATEDLIQUID WILL CLOUD ON THE WINDOW SURFACES AND IMPAIR THE DRIVER'S VISION ANDCOULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE HEATER CORE WITH A CORE OF DIFFERENT DESIGN WHICH WILL NOT RUPTURE AND LEAK IN THE PASSENGER COMPARTMENT. -04/03/1992,92V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V048000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,22452,"THE ACCELERATOR CABLE MAY HAVE BEEN KINKED DURING VEHICLE ASSEMBLY. THE KINK IN THE CABLE CAN CAUSE EITHER A HIGH EFFORT ACCELERATOR CABLE, STICKING ACCELERATOR CABLE, OR A BROKEN ACCELERATOR CABLE.","IF THE ACCELERATOR CONTROL CABLE STICKS OR BREAKS IT CANRESULT IN LOSS OF THROTTLE CONTROL. IF LOSS OF THROTTLE CONTROL OCCURS WHILE THEVEHICLE IS IN MOTION, A VEHICLE CRASH COULD OCCUR WITHOUT PRIOR WARNING.",REPLACE THE ACCELERATOR CONTROL CABLE ASSEMBLY. -04/02/1992,92V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V047000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,131,INSTALLATION OF SAFETY BELT ANCHORAGE BOLTS FAILED TO COMPLY WITH FMVSS 210.,"INCORRECT INSTALLATION OF SAFETY BELT ANCHORAGES COULDRESULT IN FAILURE OF THE SAFETY BELTS TO RESTRAIN SEAT OCCUPANTS IN THE EVENTOF A SUDDEN STOP OR ACCIDENT, AND COULD RESULT IN INJURY TO THE SEAT OCCUPANT.",TIGHTEN THE D-RING ANCHORAGE BOLTS TO THE PILLAR POST TO THE CORRECT TORQUE. -04/02/1992,92V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V045000),Mazda North American Operations,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,2450,THE LOWER ARM BALL JOINTS ON BOTH SIDES OF THE FRONT SUSPENSION MAY NOT HAVE BEEN TORQUED TO SPECIFICATION.,"THE INSUFFICIENT TORQUE OF THE LOWER BALL JOINTRETAINING BOLT CAN RESULT IN THE SUSPENSION FAILING WHILE THE CAR IS IN MOTIONAND SUBSEQUENT LOSS OF STEERING CONTROL WITHOUT WARNING, WHICH CAN RESULT IN ANACCIDENT.",INSPECT THE LOWER BALL JOINT RETAINING BOLTS AND TIGHTEN LOOSE BOLTS TO THE CORRECT TORQUE. -04/01/1992,92E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E008000),"MIDLAND BRAKE, INC.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,23000,THERE IS AN INTERFERENCE FIT BETWEEN THE VALVE COVER BORE AND THE VALVE PISTON. THIS INTERFERENCE FIT SITUATION HAS BEEN AGGRAVATED BY LIQUID CONTAMINATION WITHIN THE AIR SYSTEM WHICH HAS CAUSED THE PISTON TO SWELL AND STICK (SEIZE) IN THE CYLINDER BORE.,PISTON SEIZURE CAUSES THE BRAKES TO DRAG WHICH COULDPRODUCE SUFFICIENT HEAT TO RESULT IN TIRE FIRES.,REMOVE AND REPLACE THE DEFECTIVE RELAY VALVE. -04/01/1992,92V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V038000),Volvo Trucks North America,BRAKES:AIR SYSTEMS:VALVE:HAND CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,146,THE TRAILER HAND BRAKE CONTROL SYSTEM MAY HAVE THE WRONG VALVE INSTALLED WHICH LIMITS THE AIR PRESSURE TO THE TRAILER BRAKES BELOW THE REQUIRED PRESSURE.,THE WRONG VALVE IN THE TRAILER HAND BRAKE CONTROL SYSTEMCAN RESULT IN AN INCREASE IN STOPPING DISTANCE AND POSSIBLE VEHICLE ACCIDENT.,INSTALL THE CORRECT HAND BRAKE CONTROL VALVE. -04/01/1992,92V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V046000),Toyota Motor Corporation,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1415,"THE ANTI-LOCK BRAKE/TRACTION CONTROL COMPUTER LOGIC PROGRAM WAS INCOMPLETE, RESULTING IN THE TRAPPING OF BRAKE FLUID PRESSURE IN THE REAR BRAKE LINES. FAILURE TO RELEASE THE REAR BRAKE LINE PRESSURE CAUSES A CONDITION WHERE BRAKE PEDAL APPLICATION RESULTS IN ACTIVATION OF THE FRONT BRAKE ONLY, AND CONTINUAL REAR BRAKE DRAG.","FAILURE TO RELEASE THE HYDRAULIC PRESSURE IN THE REARBRAKE LINES CAUSES THE REAR BRAKES TO ""DRAG"" AND A CONDITION WHERE ONLY THEFRONT BRAKES ARE APPLIED WHEN THE BRAKE PEDAL IS DEPRESSED BY OPERATOR. THISRESULTS IN EARLY WEAR OF THE REAR BRAKE LINING, INCREASES OF STOPPING DISTANCES,AND POSSIBLE LOSS OF VEHICLE CONTROL AND A POSSIBLE ACCIDENT.","REPLACE THE DEFECTIVE ANTI-LOCK BRAKE/TRACTION CONTROL COMPUTER, AND IF ANY BRAKE SYSTEM IS DAMAGED FROM THE DEFECTIVE OPERATION OF THE ANTI-LOCK BRAKE/TRACTION CONTROL SYSTEM, REPAIR THE DAMAGE AT NO COST." -04/01/1992,92V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V044000),"Subaru of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9500,A MISALIGNMENT OF THE REAR SEAT CUSHION LATCHING BRACKET REINFORCEMENT PLATE TO THE FLOOR REQUIRED A MACHINE TAP TO CLEAR THE OPENING FOR A MOUNTING BOLT. THE TOP OF THE FUEL TANK MAY HAVE BEEN PUNCTURED WHEN THE TAP WAS USED.,"THE PUNCTURE IN THE TOP OF THE FUEL TANK COULD CAUSE FUELTO LEAK, WHICH COULD RESULT IN A VEHICLE FIRE WHEN LEAKS OCCUR NEAR A SOURCE OFIGNITION.",INSPECT THE FUEL TANKS; REPLACE THEM IF THEY ARE PUNCTURED. -04/01/1992,92V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V043000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:POWER WINDOW DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,37030,"MOISTURE CAN ENTER THE EXPRESS-DOWN ELECTRONIC CONTROL MODULE AND CAUSE A SHORT CIRCUIT THAT CAUSES WINDOW OPERATION WITHOUT OPERATOR CONTROL, AND LEAVES THE WINDOW IN THE DOWN POSITION.",THE ELECTRONIC CONTROL MODULE WILL FAIL FROM OVERHEATINGAND COULD RESULT IN A FIRE HAZARD INSIDE THE DOOR PANEL.,REPLACE THE WINDOW EXPRESS-DOWN ELECTRONIC CONTROL MODULE. -03/24/1992,92V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V039000),"General Motors, LLC",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,3404,THERE MAY BE FATIGUE FRACTURES OF THE TIE ROD THROUGH THE DAMPER STUD MOUNTING HOLE.,TIE ROD FRACTURES RESULT IN LOSS OF STEERING CONTROL ANDTHE POSSIBILITY OF A VEHICLE CRASH.,"REPLACE THE EXISTING TIE ROD ASSEMBLY, DAMPER, AND DAMPER BRACKET WITH NEWLY DESIGNED PARTS." -03/18/1992,92V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V034000),MALLARD COACH CORP.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,62,THE WEIGHT DISTRIBUTION OF THIS TRAVEL TRAILER MAKES DYNAMIC HANDLING OF THE TRAVEL TRAILER UNDER ROAD CONDITIONS VERY DIFFICULT.,DIFFICULTY IN DYNAMIC HANDLING OF THE TRAILER CAN RESULTIN LOSS OF VEHICLE CONTROL AND POSSIBLE VEHICULAR ACCIDENT.,REORGANIZE WEIGHT DISTRIBUTION CHARACTERISTICS OF THE TRAILERS BY MOVING THE BUILT IN FURNISHINGS AND FIXTURES TO A MORE EQUITABLE DISTRIBUTION. -03/17/1992,92V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V035000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,800,"THE PARKING BRAKE CABLE SPRINGS ARE TOO LONG, WHICH CAN CAUSE FULL COMPRESSION OF THE RETURN SPRING BEFORE FULL ENGAGEMENT OF THE BRAKE PADS TO THE DRUM WHEN THE PARKING BRAKE IS APPLIED. THE AMOUNT OF FORCE APPLIED BETWEEN THE PADS AND THE DRUM MAY ALSO DECREASE WITH REAR PAD WEAR AND SUCH DETERIORATION WOULD NOT BE EVIDENT TO THE VEHICLE OPERATOR DURING PARKING BRAKE APPLICATION.",THE PARKING BRAKE MAY NOT BE FULLY ENGAGED WHEN THEVEHICLE OPERATOR HAS APPLIED THE PARKING BRAKE LEVER. THIS COULD RESULT INUNINTENDED VEHICLE ROLLAWAY.,REPLACE THE DEFECTIVE PARKING BRAKE CABLE WITH A CABLE ASSEMBLY THAT HAS THE PROPER LENGTH SPRING. -03/17/1992,92V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V037000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,383,THE GENERATOR COMPARTMENTS WERE ASSEMBLED WITHOUT FIVE THREADED FASTENERS IN THE UPPER FRONT EDGE OF THE GENERATOR COMPARTMENT. THIS CONDITION DOES NOT PROVIDE SUFFICIENT SUPPORT TO THE SHEET METAL ON THE BOTTOM OF THE COMPARTMENT.,"THE UNSUPPORTED SHEET METAL OF THE COMPARTMENT MAYFATIGUE, AND ALLOW THE GENERATOR ASSEMBLY TO DROP TO THE ROAD SURFACE, RESULTINGIN POSSIBLE VEHICLE ACCIDENT OR PERSONAL INJURY.",INSTALL THREADED FASTENERS TO SUPPORT THE SHEET METAL ON THE BOTTOM OF THE GENERATOR COMPARTMENT. -03/17/1992,92V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V036000),"FTCA, Inc.",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,366,THE BOLTS USED TO ATTACH THE REAR BUMPER TO THE FRAME ARE DEFECTIVE BECAUSE OF A HYDROGEN EMBRITTLEMENT CONDITION.,"THE DEFECTIVE BOLT HEADS COULD SHEAR OFF AFTERINSTALLATION AND ALLOW THE BUMPER TO FALL OFF THE TRAILER, RESULTING IN A ROADHAZARD AND POSSIBLE VEHICLE ACCIDENT OR PERSONAL INJURY.",REPLACE THE DEFECTIVE BOLTS WITH NEW BOLTS. -03/10/1992,92V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V030000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10492,THE ANTI-LOCK BRAKE SYSTEM HIGH PRESSURE PUMP MAY BE POROUS WHICH WILL RESULT IN BRAKE FLUID LEAKAGE.,"FLUID LEAKAGE EVENTUALLY CAUSES THE LOSS OF BOTH THEANTI-LOCK BRAKE SYSTEM AND HYDRAULIC ASSIST FOR THE BRAKE SYSTEM, RESULTING ININCREASED LIKELIHOOD OF BRAKE LOCKUP AND INCREASED STOPPING DISTANCES, WHICHCOULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE ABS HIGH PRESSURE PUMP AND HIGH PRESSURE HOSE IF THE LAST SIX DIGITS OF THE BAR CODE LABEL ON THE PUMP ARE BETWEEN 052300 AND 059262. -03/10/1992,92V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V033000),Oshkosh Corporation,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1894,ROUTING OF THE WIRING HARNESS TO THE STEERING WHEEL CONTROLS MAY PERMIT CHAFING BETWEEN THE STEERING COLUMN LOCK DISC AND THE CONVOLUTED TUBING WHICH HOUSES THE ELECTRICAL HARNESS.,"EXTENSIVE CHAFING CONDITIONS CAN CAUSE AN ELECTRICALSHORT AND RESULT IN A FIRE. ALSO, THE FUSE LINK WIRED TO THE IGNITION CIRCUITMAY PERMIT OVERLOADING IF A SHORT OCCURS.",CLAMP THE WIRING HARNESS AWAY FROM MOVING PARTS OF THE STEERING COLUMN. REPLACE THE FUSIBLE LINK IN THE CIRCUIT WITH AN APPROPRIATE AMPERAGE LOAD CAPACITY FUSIBLE LINK. -03/10/1992,92E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E007000),AMERICAN GREASE STICK CO.,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4970,A CRACK COULD DEVELOP IN THE FUEL FILTER HOUSING ADJACENT TO THE WELD WHICH CAUSES FUEL LEAKS.,THE FUEL FILTER IS LOCATED IN THE ENGINE COMPARTMENT;FUEL LEAKS CAN RESULT IN AN UNDERHOOD FIRE IF EXPOSED TO A SOURCE OF IGNITION.,REPLACE THE DEFECTIVE FUEL FILTERS. -03/10/1992,92V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V031000),"CHANCE COACH, INC.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,45,THE FOOT TREADLE ACCELERATOR IS EQUIPPED WITH A RETURN SPRING WHICH SERVES AS A BACKUP DEVICE FOR THE THROTTLE RETURN SPRING MOUNTED ON THE ENGINE; SHOULD BOTH SPRINGS FAIL SIMULTANEOUSLY THE ENGINE THROTTLE COULD BECOME STUCK OPEN.,THE THROTTLE WOULD NOT DISENGAGE WHEN FOOT PRESSURE ISREMOVED FROM THE TREADLE; THE VEHICLE WOULD BE SUBJECT TO LOSS OF SPEED CONTROLAND A POSSIBLE ACCIDENT.,REPLACE THE TREADLE RETURN SPRING WITH A NEWLY DESIGNED SPRING. -03/10/1992,92V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V032000),"Haulmark Industries, Inc.",SUSPENSION:TWIN I-BEAM:SOLID:FRONT,SUSPENSION,NR (Not Reported),Vehicle,227,"THE WELDED ATTACHMENT OF THE AXLE MOUNTING BRACKET TO THE AXLE BEAM CAN FAIL, ALLOWING THE AXLE TO SEPARATE FROM THE TRAILER.",SEPARATION OF THE AXLE FROM THE TRAILER CAN RESULT INLOSS OF VEHICLE CONTROL AND AN ACCIDENT.,INSTALL REPLACEMENT AXLES. -03/06/1992,92V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V029000),NEOPLAN USA CORPORATION,ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1439,"STRAY VOLTAGE INDUCED ON THE POWER TAKEOFF (PTO) SIGNAL CIRCUIT 510 MAY OCCUR WHEN THE ELECTRONIC CONTROL MODULE (ECM) CONNECTOR GETS WET, CAUSING UNINTENDED ENGINE ACCELERATION.",UNINTENDED ENGINE ACCELERATION WHILE THE BUS IS IN GEARMAY RESULT IN A LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,INSTALL A GROUND INTERLOCK TO GROUND CIRCUIT 510 IN THE DDEC SYSTEM ANYTIME THE PTO IS DISABLED FOR ANY REASON. THE GROUND ELIMINATES THE STRAY VOLTAGE EFFECT BETWEEN THE ECM CONNECTOR AND CIRCUIT 510. -03/03/1992,92V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V026000),Ford Motor Company,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:LININGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,467000,A REVISED BRAKE LINING NOISE INSULATOR RESULTED IN A DECREASE IN THE THERMAL INSULATION BETWEEN THE BRAKE LINING AND THE FRONT BRAKE CALIPER PISTON. THIS CAUSED GREATER HEAT TRANSFER TO THE CALIPER PISTONS WITH THE POTENTIAL TO OVERHEAT THE BRAKE FLUID AND DIMINISH BRAKE EFFECTIVENESS DURING SEVERE BRAKING CONDITIONS.,INCREASED STOPPING DISTANCES AND INABLILITY TO HOLDVEHICLES ON A STEEP GRADE RESULTS IN INCREASED RISK OF ACCIDENT IN THE EVENT OFA SUDDEN STOP OR WHEN CONSTANT BRAKING IS NEEDED TO MANEUVER THROUGH AREAS WITHSTEEP GRADES.,"ADD SNAP-IN INSULATORS THAT ATTACH TO EACH OF THE FRONT BRAKE CALIPER PISTONS. IN ADDITION, VEHICLES WITH 7.5 L ENGINES WILL HAVE INSULATION ADDED TO THE ENGINE COMPARTMENT BRAKE LINES." -03/03/1992,92V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V028000),Honda (American Honda Motor Co.),FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,903219,"IF THE PLASTIC COATING OF THE FUEL FILLER AND/OR BREATHER PIPE IS DAMAGED, SALT WATER MAY ACCUMULATE BETWEEN THE PLASTIC COATING AND THE STEEL PIPES, AND THE ACCUMULATION COULD CAUSE CORROSSION WHICH WOULD EVENTUALLY RUST THROUGH THE AFFECTED PIPES, ALLOWING GASOLINE FUMES AND FUEL TO LEAK.",GASOLINE FUMES AND/OR FUEL LEAKAGE THROUGH THE FILLER ORBREATHER PIPES COULD RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,CORRODED FILLER OR BREATHER PIPES WILL BE CLEANED AND RECOATED OR REPLACED AS NEEDED. -03/02/1992,92V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V024000),"PREVOST CAR, INCORPORATED",VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,118,THE FORCE REQUIRED TO RELEASE THE EMERGENCY EXIT WINDOW EXCEEDS TWENTY POUNDS.,THE WINDOW RELEASE DOES NOT MEET THE REQUIREMENTS OFFMVSS 217. INABILITY TO OPEN AN EMERGENCY EXIT INCREASES THE RISK OF INJURY TOPASSENGERS ON THE VEHICLE IN THE EVENT OF AN ACCIDENT.,ADJUST THE THREADED LOCKS IN THE WINDOW FRAME FOR PROPER ENGAGEMENT OF WINDOW WITH RELEASE MECHANISM. -02/28/1992,92V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V025000),Toyota Motor Corporation,INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,175923,LIQUID SPILLED IN THE CONSOLE AREA CAN PENETRATE TO THE HOUSING OF THE ELECTRONIC CONTROL UNIT FOR THE FRONT SEAT AUTOMATIC SEAT BELTS. LIQUID CONTAMINATION OF THE ELECTRONIC CONTROL UNIT CAN CAUSE FAILURE OF THE UNIT SIGNAL NEEDED TO ACTIVATE THE MOVEMENT OF THE MOTORIZED SAFETY BELT ANCHORAGE.,"THE MOTORIZED SAFETY BELT ANCHORAGES MAY NOT MOVEPROPERLY, RESULTING IN LACK OF SAFETY BELT PROTECTION FOR SEAT OCCUPANTS OF THEFRONT SEAT, AND INCREASING THE RISK OF INJURY IN THE EVENT OF A SUDDEN STOP ORACCIDENT.",INSTALL A PROTECTIVE COVER TO THE ELECTRONIC CONTROL UNIT OF THE AUTOMATIC SAFETY BELT SYSTEM. -02/27/1992,92V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V027000),Mazda North American Operations,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:LININGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,95074,"THE REAR BRAKE LININGS CAN CHANGE OVER TIME. AS THE BRAKES WEAR, THE COEFFICIENT OF FRICTION CAN INCREASE, PRODUCING INCONSISTENT REAR BRAKE PERFORMANCE AND PREMATURE ACTIVATION OF THE ABS SYSTEM.","INCONSISTENT BRAKING AND PREMATURE ACTIVATION OF THE ABSSYSTEM CAN CAUSE SUDDEN STOPS OR INCREASED BRAKING DISTANCES, AND RESULT ININCREASED RISK OF VEHICLE ACCIDENT.",REPLACE THE REAR BRAKE ASSEMBLIES WITH ASSEMBLIES WHOSE FRICTION CHARACTERISTICS DO NOT CHANGE. THIS WILL REDUCE THE RISK OF PREMATURE ABS SYSTEM ACTIVATION. -02/25/1992,92V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V022000),Oshkosh Corporation,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3855,THE FRONT BRAKE LINE HAS A POSSIBLE ASSEMBLY ERROR IN WHICH THERE IS INSUFFICIENT CLEARANCE BETWEEN THE BRAKE LINE AND THE POWER STEERING MOUNTING BRACKET.,"PROLONGED INTERFERENCE CONDITIONS MAY RESULT IN A FAILUREOF THE FRONT BRAKE LINE, RESULTING IN LOSS OF BRAKING POWER TO THE FRONT WHEELS.","REPAIR TO ASSURE MINIMUM CLEARANCE BETWEEN BRAKE LINE AND POWER STEERING MOUNTING BRACKET; OR, IF NECESSARY, INSTALL NEW BRAKE LINE THAT WILL ALLEVIATE ANY POSSIBILITY OF INTERFERENCE." -02/20/1992,92V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V021000),THE NEW GOSHEN COACH CORP,ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,31,THE RECTIFIER INSTALLED IN A VENTED COMPARTMENT IN THE PASSENGER SIDE STEPWELL OF THE VEHICLE OVERHEATS AND BREAKS DOWN DUE TO INADEQUATE VENTILATION.,THE OVERHEATING AND BREAKDOWN OF THE RECTIFIER CAUSEDSUBSEQUENT FAILURES TO THE ALTERNATORS OF THE VEHICLES INVOLVED.,MOVE THE RECTIFIERS FROM THE STEPWELL AREA TO THE UNDERSIDE OF THE BUS BEHIND THE ENTRANCE DOOR TO INSURE PROPER VENTILATION. -02/19/1992,92V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V023000),Ford Motor Company,INTERIOR SYSTEMS:INSTRUMENT PANEL:GAUGE:INDICATOR:,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,20,"INCORRECT INSTRUMENT PANEL WIRING ASSEMBLIES IN SOME VEHICLES WILL NOT ACTUATE THE ""ANTI-LOCK"" BRAKE WARNING LIGHTS.",THE VEHICLES DO NOT MEET THE SPECIFICATIONS OF FMVSS 105.THE DRIVER WOULD NOT BE AWARE WHEN THE ANTI-LOCK BRAKE SYSTEM IS MALFUNCTIONING.,MODIFY THE WIRE ASSEMBLY TO ALLOW ACTUATION OF THE ANTI-LOCK BRAKE WARNING LIGHTS. -02/18/1992,92V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V020000),"Navistar, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11346,"THE SCHOOL BUS CHASSIS FAILED THE FMVSS 301 CRASH BARRIER TEST WHEN A RETURN FUEL HOSE WAS SEVERED, RESULTING IN A FUEL LOSS GREATER THAN THE AMOUNT ALLOWED BY THE STANDARD.","THE SCHOOL BUS CHASSIS DOES NOT MEET THE REQUIREMENTS OFFMVSS 301. ALSO, SPILLED FUEL CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCEOF IGNITION.",LENGTHEN AND REROUTE THE FUEL RETURN HOSE. -02/14/1992,92V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V018000),COLLINS AMBULANCE CORP.,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,767,THE WIRING LOOM IS ROUTED THROUGH AN AREA OF THE DASH WHERE THE EMERGENCY BRAKE ARM MAY CHAFE THE WIRING LOOM WHEN THE EMERGECY BRAKE IS DEPRESSED. WITHIN THE WIRING LOOM ARE TWO WIRES FOR THE AMMETER THAT DO NOT HAVE IN LINE CIRCUIT BREAKERS.,CHAFING OF THE WIRING LOOM WITH ELECTRICAL LINES LACKINGIN LINE CIRCUIT BREAKERS CAN LEAD TO SHORT CIRCUITS AND RESULT IN A VEHICLEFIRE.,"REROUTE THE WIRE LOOM OUT OF THE PATHWAY OF THE EMERGENCY BRAKE ARM, AND INSTALL CIRCUIT BREAKERS ON THE AMMETER WIRES TO REDUCE THE LIKELIHOOD OF SHORT CIRCUITS." -02/14/1992,92V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V015000),"Chrysler (FCA US, LLC)",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,20000,THE ZINC PLATING OPERATION PERFORMED ON THE UPPER STEERING COLUMN SHAFT COUPLING BOLT CAUSED HYDROGEN EMBRITTLEMENT AND BREAKAGE OF THE BOLT.,FRACTURES OF THE UPPER STEERING COLUMN SHAFT COUPLINGBOLT RESULT IN A LACK OF COUPLING LOAD ON THE SHAFT AND LOSS OF STEERINGCONTROL.,REPLACE THE ZINC PLATED BOLT WITH A PHOSPHATE PLATED BOLT. -02/14/1992,92T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92T001000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,120,AN INTERMITTENT FAILURE OF THE PRESS CURE TIMER CAUSED THE TIRES TO BE OVERCURED.,"THE OVERCURE CAN CAUSE PREMATURE TIRE FAILURE IN SERVICE,WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.",REPLACE THE DEFECTIVE TIRES FREE OF CHARGE WHEN RETURNED WITHIN 60 DAYS FROM DATE OF RECEIPT OF THE OWNER'S LETTER OR 60 DAYS FROM THE DATE THE REPLACEMENT TIRES ARE AVAILABLE. -02/14/1992,92V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V019000),FRUEHAUF CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,126,THE INNER WHEEL BEARING CONES WERE OMITTED FROM THE WHEEL ASSEMBLIES. MISSING INNER BEARING CONES CAN CAUSE OIL SEAL DETERIORATION OR CAUSE OVERHEATED BRAKES BECAUSE THE BRAKE DRUM COULD REST ON THE BRAKE LINING.,OVERHEATED BRAKES RESULT IN INCREASED STOPPING DISTANCES;DETERIORATED OIL SEALS CAN RESULT IN SEIZED BEARINGS AND WHEEL FAILURES.,INSTALL MISSING INNER WHEEL BEARING CONES. -02/12/1992,92E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E005000),"Caterpillar, Inc.",ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,16000,THE GOVERNOR SERVO PIN ON THE ENGINE CAN COME OUT WHILE THE ENGINE IS OPERATING DUE TO LACK OF AN ADEQUATE PRESS FIT AND/OR INADEQUATE STAKING AT THE END OF THE PIN BORE.,"IF THE GOVERNOR SERVO PIN COMES OUT WHILE THE ENGINE ISBEING OPERATED, THE FUEL RATE WILL NOT CHANGE AND THE TRUCK WILL CONTINUE AT THEOPERATING SPEED EVEN THOUGH THE THROTTLE PRESSURE IS DECREASED.",REWORK THE GOVERNORS ON THE ENGINES TO PREVENT THE LOSS OF SERVO PINS. -02/11/1992,92V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V017000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41000,THE BONDED DISC BRAKE LININGS MAY SEPARATE FROM THE SHOES DUE TO A BONDING DEFICIENCY WHICH MAY ALLOW CORROSION DEGRADATION OF THE BOND ATTACHMENT.,SEPARATION OF THE DISC BRAKE LININGS RESULTS IN ANINCREASE IN STOPPING DISTANCE.,REPLACE THE FRONT AND REAR LININGS ON VEHICLES WITH 15 INCH BRAKES. REPLACE ONLY THE REAR BRAKE LININGS ON VEHICLES WITH 14 INCH BRAKES BECAUSE THE FRONT LININGS ON THESE VEHICLES ARE RIVETED. -02/11/1992,92V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V016000),"Chrysler (FCA US, LLC)",STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,57000,"THE OWNER'S MANUAL INCORRECTLY STATES THAT THE FRONT PASSENGER DOOR CANNOT BE OPENED FROM THE INSIDE IF THE DOOR IS LOCKED UNTIL THE LOCK CONTROL HANDLE HAS BEEN PULLED UP. ON THESE VEHICLES, THE FRONT PASSENGER DOOR CAN BE OPENED BY THE INSIDE DOOR HANDLE EVEN IF THE DOOR IS LOCKED.","THE ERROR IN THE OWNER'S MANUAL MAY LEAD A FRONT SEATPASSENGER TO MISTAKENLY OPEN THE CAR DOOR WHILE THE VEHICLE IS IN MOTION,BELIEVING THE INSIDE DOOR HANDLE WOULD NOT OPEN IF THE DOOR WAS LOCKED. THISCOULD RESULT IN AN INJURY TO THE FRONT SEAT PASSENGER.",NOTIFY THE VEHICLE OWNERS OF THE ERROR IN THE OWNER'S MANUAL AND INFORM THEM OF THE ACTUAL OPERATION OF THE FRONT DOOR LOCK SYSTEM. -02/07/1992,92V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V014000),"Porsche Cars North America, Inc.",STEERING:GEAR:RACK,STEERING,NR (Not Reported),Vehicle,85,"ONE OR MORE OF THE BOLTS MOUNTING THE STEERING RACK TO THE CHASSIS OF THE VEHICLE MAY HAVE BEEN STRETCHED, DUE TO OVER TORQUING IN THE MANUFACTURING PROCESS, CAUSING SOME OF THE BOLTS TO LOOSEN.","THE LOOSE MOUNTING BOLTS MAY ALLOW THE STEERING RACK TOSHIFT WHICH WOULD RESULT IN A NON-CENTERED STEERING WHEEL, LESS PRECISESTEERING CONTROL, AND DAMAGE TO THE STEERING RACK.",REPLACE THE STEERING RACK BOLTS WITH BOLTS OF A HIGHER STRENGTH; REPLACE THE STEERING RACK IF IT IS DAMAGED. -02/04/1992,92C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C004000),"COSCO, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,5041,"THE FOAM SEAT PAD OF THE CHILD SEAT IS NOT SEALED AT THE SEAMS, ALLOWING THE FOAM PAD TO BE ACCESSIBLE TO THE SEAT OCCUPANT.",THE FOAM FROM THE SEAT PAD CAN BE TORN AND GRABBED BYTHE SEAT OCCUPANT. A CHILD COULD PUT FOAM MATERIAL IN HIS OR HER MOUTH. THISWOULD PRESENT A CHOKING HAZARD.,REPLACE THE UNSEALED FOAM SEAT PAD WITH A SEALED PAD. -01/28/1992,92V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V012000),"General Motors, LLC",INTERIOR SYSTEMS:INSTRUMENT PANEL:GLOVE COMPARTMEN,STRUCTURE,NR (Not Reported),Vehicle,95897,THE GLOVE COMPARTMENT DOOR WILL NOT REMAIN CLOSED DURING CERTAIN LOAD FORCES ASSOCIATED WITH A VEHICLE CRASH. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FMVSS 201.,"IN THE EVENT OF AN ACCIDENT, THE GLOVE COMPARTMENT DOORMAY OPEN AND RESULT IN OCCUPANT(S) INJURIES FROM CONTACT WITH THE GLOVECOMPARTMENT DOOR.",REPLACE THE CURRENT UPPER GLOVE COMPARTMENT DOOR WITH A REDESIGNED UPPER GLOVE COMPARTMENT DOOR WHICH INCORPORATES A POSITIVE LATCH TO KEEP THE DOOR CLOSED SHOULD A VEHICLE CRASH OCCUR. -01/24/1992,92E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E003000),ARVINMERITOR AUTOMOTIVE,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Equipment,123000,THE INTERAXLE DRIVELINE U-JOINTS MAY FAIL AT LOW MILEAGE DUE TO LACK OF LUBRICATION IN THE U-JOINT IN THE ASSEMBLY PROCESS.,"THE DRIVELINE COULD SEPARATE WITHOUT PRIOR WARNING WHICHCOULD RESULT IN DAMAGE TO THE TRUCK, NEARBY VEHICLES, AND INJURY TO ANYONEIN THE AREA WHEN DRIVELINE SEPARATION OCCURS.",REMOVE AND REPLACE THE INTERAXLE U-JOINTS. -01/24/1992,92V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V008000),Oshkosh Corporation,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,1618,THE TRANSMISSION SHIFTER ALLOWS THE VEHICLE TO REMAIN IN REVERSE GEAR EVEN THOUGH THE SHIFTER IS PLACED IN THE PARK-BRAKE POSITION IF THE OPERATOR HAS NOT PLACED THE SHIFTER INTO THE PARK-BRAKE DETENT.,"EVEN THOUGH THE PARKING BRAKE IS SET WHEN THE SHIFTER ISIN THE P-B POSITION, THE VEHICLE REMAINS IN REVERSE GEAR AND COULD MOVE WITHOUTPRIOR WARNING. THIS COULD RESULT IN AN ACCIDENT OR INJURY TO ANYONE STANDINGBEHIND THE VEHICLE.","INSTALL AN AUDIBLE ALARM THAT SOUNDS WHEN THE PARKING BRAKE IS SET AND THE TRANSMISSION IS IN REVERSE, TO WARN THE OPERATOR THAT THE SHIFTER HAS NOT BEEN PLACED IN THE PARK-BRAKE DETENT. ALSO, INCORPORATE A CAUTION LABEL ON THE GEAR SHIFT SELECTOR HANDLE, INSTRUCTING THE OPERATOR TO CONFIRM THE SHIFTER IS IN THE PARK-BRAKE DETENT POSITION." -01/23/1992,92V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V009000),"Jaguar Cars, Ltd.",ELECTRICAL SYSTEM:IGNITION:WIRING:PRIMARY AND SECO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11000,THE HIGH TENSION LEAD FROM THE IGNITION COIL CAN MOVE FROM THE PRODUCTION LOCATION CLOSER TO THE #4A FUEL INJECTOR HOSE. THIS COULD LEAD TO THE OUTER AND INNER INJECTOR HOSES CRACKING OR SPLITTING FROM OZONE DETERIORATION.,SPLITTING OF THE INJECTOR HOSES WOULD CAUSE EXPULSION OFFUEL IN THE ENGINE COMPARTMENT AND RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OFIGNITION.,REPLACE THE HIGH TENSION LEADS WITH SHORTER HIGH TENSION LEADS. REPLACE BOTH THE FUEL INJECTOR AND THE #4A FUEL INJECTOR HOSE AS NECESSARY. -01/22/1992,92V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V011000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,34693,"THE POSITIVE BATTERY CABLE CAN CHAFE BECAUSE OF ITS PROXIMITY TO THE OIL TANK, CAUSING A SHORT CIRCUIT IF THE CABLE SHOULD GROUND.",THE HEAT FROM A SHORT CIRCUIT COULD RESULT IN A VEHICLEFIRE.,REPLACE THE POSTIVE BATTERY CABLE. -01/22/1992,92V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V010000),Blue Bird Body Company,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,283,THE DOOR WIRING STRAP CAN BREAK AND PREVENT THE DOOR STEP FROM EXTENDING WHEN THE DOOR IS OPEN.,VEHICLE OCCUPANT COULD FALL WHEN ATTEMPTING TO USE THEDOOR STEP AND THE STEP DOES NOT EXTEND AS EXPECTED.,REPLACE DOOR STRAP WIRING WTH IMPROVED DOOR STRAP WIRING. -01/21/1992,92C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92C006000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,727343,THE SPANISH INSTRUCTIONS ON THE POSITIONING LABEL ARE INCORRECT.,"INDIVIDUALS PLACING CHILDREN IN THE RESTRAINTS ANDDEPENDING ON THE SPANISH INSTRUCTIONS ON THE POSITIONING LABEL WOULD NOTPROPERLY RESTRAIN THE SEAT OCCUPANT, WHICH WOULD INCREASE THE SEAT OCCUPANTSCHANCES OF INJURY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.","REPLACE THE DEFECTIVE POSITIONING LABELS WITH NEW, CORRECTED SPANISH INSTRUCTIONS." -01/14/1992,92V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V005000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,2800,THE TIRE SELECTION AND RIMS CERITIFICATION LABEL MAY HAVE INCORRECT INFORMATION.,THE CERTIFICATION LABEL FAILS TO MEET THE REQUIREMENTS OFFMVSS 120.,AN OVERLAY OF THE CORRECT TIRE AND RIM SELECTION INFORMATION CERTIFICATE WILL BE PROVIDED. -01/14/1992,92V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V006000),Ford Motor Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,STRUCTURE,NR (Not Reported),Vehicle,190000,"WATER CAN ENTER THE DOOR LATCH RELEASE CABLE. IF THE VEHICLE IS OPERATED IN BELOW FREEZING TEMPERATURES, THE WATER IN THE DOOR LATCH RELEASE CABLE CAN FREEZE AND CAUSE THE LATCH MECHANISM TO MALFUNCTION.","THE MALFUNCTION OF THE DOOR LATCH RELEASE CAN RESULT INTHREE DIFFERENT PROBLEMS: 1) THE DOOR WILL NOT BE ABLE TO BE RELATCHED, 2) THEINSIDE DOOR HANDLE CAN BECOME INOPERATIVE, AND 3) THE DOOR COULD APPEAR TO BELATCHED WHEN IT IS NOT, ALLOWING THE DOOR TO OPEN UNEXPECTEDLY IF IT IS JARRED,AND INCREASING THE RISK OF INJURY TO THE ADJACENT SEAT OCCUPANT.",REVISED DOOR RELEASE CABLES AND WATER SHIELDS WILL BE INSTALLED. -01/13/1992,92E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E001000),Atwood Mobile Products,EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Equipment,46000,THE ROBERTSHAW BURNER CONTROL VALVES WERE NOT ASSEMBLED WITH FASTENERS SET TO THE PROPER TORQUE SPECIFICATION.,THE IMPROPERLY ASSEMBLED FASTENERS COULD BECOME UNSEATEDFROM THE VALVE BODY RESULTING IN A GAS LEAK AND AN EVENTUAL RISK OF FIRE.,RETROFIT CONTROL VALVES WITH PROPERLY TORQUED FASTENERS. -01/13/1992,92V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V004000),Blue Bird Body Company,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,793,THE STEEL BRAIDING ON THE POWER STEERING HOSE MAY ABRADE THE BATTERY CABLE.,ABRASION OF THE BATTERY CABLE WILL EVENTUALLY CAUSE ASHORT CIRCUIT AND MAY RESULT IN AN ELECTRICAL FIRE IN THE ENGINE COMPARTMENT.,REROUTE THE POWER STEERING HOSES AND SECURE THE BATTERY CABLES TO PREVENT MOVEMENT. -01/10/1992,92V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V003000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,347866,THE FRONT DOOR SHOULDER BELT GUIDE LOOPS MAY BE CRACKED AND ARE NOT IN COMPLIANCE WITH FMVSS 208.,THE SEAT OCCUPANT FACES INCREASED RISK OF INJURY IN THEEVENT OF A SUDDEN STOP OR ACCIDENT.,INSTALL REINFORCING PLATES ON THE CRACKED SHOULDER BELT GUIDES. -01/09/1992,92V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V002000),"Kawasaki Motors Corp., U.S.A.",BRAKES:MECHANICAL SERVICE:DISC BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1760,"THE REAR BRAKE HOSE FROM THE MASTER CYLINDER TO THE CALIPER CAN CONTACT THE REAR DISC BRAKE, POSSIBLY ABRADING THE HOSE.","ABRASION OF THE REAR BRAKE HOSE CAN CAUSE BRAKE FLUIDLEAKAGE, WHICH WOULD RESULT IN LOSS OF REAR BRAKE EFFECTIVENESS.",REROUTE REAR BRAKE HOSE TO AVOID ABRASION FROM THE REAR DISC BRAKE. -01/06/1992,92E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92E002000),AMERICAN SUNROOF CORP.,VISUAL SYSTEMS:SUN ROOF ASSEMBLY (8/82),VISIBILITY,NR (Not Reported),Equipment,12980,THE FOUR SCREWS ATTACHING THE FRONT OF THE SLIDING GLASS PANEL TO THE MOVING SUPPORTING MECHANISM OF THE 400 SPOILER SUNROOF MAY LOOSEN AFTER INSTALLATION AND AFTER A PERIOD OF OPERATION.,THE GLASS PANEL MAY BECOME DETACHED FROM THE SUNROOF ANDRESULT IN INJURY TO VEHICLE OCCUPANTS OR A SAFETY HAZARD IF THE GLASS DROPS ONTHE ROADWAY.,"REINSTALL THE GLASS PANEL USING LONGER HEX HEAD SCREWS, A LOCKING PLATE ASSEMBLY, AND THREAD LOCKING ADHESIVE TO KEEP THE SCREWS FROM LOOSENING." -01/03/1992,92V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V013000),"THOMAS BUILT BUSES, INC.",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,7500,"THE CENTER ACTUATOR THAT RELEASES TWO CATCHES VIA TWO PULL RODS CAN BECOME NON-FUNCTIONAL FROM POOR OR IMPROPER MAINTENANCE, LACK OF LUBRICATION, CORROSION, OR A COMBINATION ALL THREE CAUSES.","WHEN THE CENTER ACTUATOR IS NON-FUNCTIONAL, THE WINDOWIS VERY DIFFICULT TO OPEN, AND WOULD NOT FUNCTION AS AN EMERGENCY EXIT IN CASEOF A VEHICULAR ACCIDENT.",REMOVE THE OLD CENTER ACTUATOR AND INSTALL AN IMPROVED ACTUATOR. -01/02/1992,92V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=92V007000),"Jayco, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,28,THE GROSS AXLE WEIGHT RATING AND THE GROSS VEHICLE WEIGHT RATING ARE STATED INCORRECTLY ON THE CERTIFICATION LABEL.,,REPLACE THE DEFECTIVE LABELS WITH CORRECTED INFORMATION. -12/31/1991,91C044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C044000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,500,"THE INSTRUCTION STICKER ATTACHED TO THE CHILD SEAT IS INCORRECT, SINCE IT WAS WRITTEN FOR A DIFFERENT MODEL OF KOLCRAFT CHILD SEAT.","THE INSTRUCTION STICKER IS NOT SPECIFIC TO THE MODEL OFTHE CHILDSEAT IT IS ATTACHED TO; THERE IS A POSSIBILITY OF INCORRECTINSTALLATION OF THE TRAVELER 700 CHILDSEAT IN A FORWARD FACING POSTITION. ALSO,THE SEAT IS NOT IN COMPLIANCE WITH FMVSS 213.",PROVIDE CORRECTED DRAWINGS. -12/31/1991,91V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V225000),Hyundai Motor America,EXHAUST/CRANKCASE EMISSION CONTROL DEVICES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,895000,"DETERIORATION OF THE REED VALVE SUBASSEMBLY MAY LEAD TO A MALFUNCTION WITHIN THE SECONDARY AIR SUPPLY PORTION OF THE EMISSION CONTROL SYSTEM. THE SCREWS WHICH ATTACH THE REEDS TO THE REED VALVE SUBASSEMBLY MAY RUST, AND IF THE RUSTING BECOMES SEVERE, THE SCREW HEADS WILL ERODE AND ALLOW THE REEDS TO SEPARATE FROM THE REED VALVE SUBASSEMBLY. CORROSION MAY ALSO OCCUR ON THE REED VALVE SUBASSEMBLY, DEFORMING THE REED SEATS AND PREVENTING THE REEDS FROM CLOSING PROPERLY. SEPARATION OF THE REEDS FROM THE REED VALVE SUBASSEMBLY OR IMPROPER CLOSING OF THE REEDS ALLOW HOT EXHAUST GASES TO FLOW BACKWARD INTO THE PLASTIC SECONDARY AIR FILTER CASE WHEN THE VEHICLE IS BEING DRIVEN. THESE HOT EXHAUST GASES MAY MELT THE SECONDARY PLASTIC AIR FILTER CASE.",THE MELTING PLASTIC AIR FILTER CASE MAY LEAD TO A FIREIN THE ENGINE COMPARTMENT.,REPLACE THE REED VALVE SUBASSEMBLY WITH ONE WHOSE METAL COMPONENTS ARE FABRICATED FROM CORROSION RESISTANT STAINLESS STEEL. -12/31/1991,91E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E047000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Equipment,916,"THE AXLE HOUSINGS WERE MANUFACTURED WITH A TIGHT FRICTION WELD CURL RADIUS ON THE INSIDE DIAMETER OF THE AXLE HOUSING. UNDER OPERATIONAL LOADS, CRACKS CAN INITIATE AT THE WELD CURL RADIUS ON THE INSIDE OF THE HOUSING. THESE CRACKS MAY PROPAGATE, EVENTUALLY ALLOWING THE AXLE SPINDLE TO SEPARATE FROM THE AXLE HOUSING.",,REPLACE THE AXLE HOUSING WITH A NEW AXLE HOUSING. -12/30/1991,91V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V224000),FREIGHTLINER LLC,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,14660,THE INTERAXLE DRIVELINE U-JOINTS MAY FAIL AT LOW MILEAGE DUE TO A LACK OF LUBRICATION IN THE U-JOINT DURING THE ASSEMBLY PROCESS.,"THE DRIVELINE COULD SEPARATE WITHOUT PRIOR WARNING WHICHCOULD RESULT IN VEHICLE DAMAGE TO TRUCKS, NEARBY VEHICLES, AND INJURY TO ANYONEIN THE AREA WHEN DRIVELINE SEPARATION OCCURS.",REMOVE AND REPLACE THE INTERAXLE U-JOINTS. -12/30/1991,91V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V221000),Oshkosh Corporation,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,42,"THE WHEEL STUD USED FOR THE HUBS ON THE REAR-STEER WHEELS HAS A DIAMETER TOO SMALL TO HANDLE THE MAXIMUM RECOMMENDED TORQUE, AND WILL SUFFER FROM A FATIGUE FAILURE FROM THE CYCLIC STRESSES OF VEHICLE USE AND THE TORQUING OF THE WHEEL NUT.","FAILURE OF ONE WHEEL STUD CAN LEAD TO SUBSEQUENT FAILURESOF ALL THE STUDS ON THE HUB, LEADING TO SEPARATION OF THE WHEEL AND TIREASSEMBLY FROM A VEHICLE, RESULTING IN LOSS OF STEERING CONTROL AND AN ACCIDENT.","REPLACE THE WHEEL STUD WITH A NEWER, WIDER DIAMETER WHEEL STUD." -12/29/1991,91E049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E049000),CENTURY MFG. CO.,EQUIPMENT:ELECTRIC EQUIPMENT:BATTERY CHARGE,EQUIPMENT,NR (Not Reported),Equipment,1000,THE CHARGING RATE AND VOLTAGE LEVEL SELECTION SWITCHES WERE INTERCHANGED ON SOME UNITS.,"BATTERIES MAY BECOME OVERCHARGED AND THE DANGER OFSPARKING CAN INCREASE, CAUSING BATTERY TO EXPLODE: IF SAFETY PROCEDURES ARE NOTFOLLOWED, A BATTERY EXPLOSION CAN RESULT IN AN INJURY TO ANYONE NEAR THEBATTERY.",REPLACE THE DEFECTIVE BATTERY CHARGERS. -12/27/1991,91V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V222000),"ROVER GROUP, LIMITED",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8151,THE ELECTRICAL SWITCH ADJACENT TO THE BRAKE PEDAL WHICH OPERATES THE BRAKE LAMPS MAY FAIL TO OPERATE.,"THE BRAKE LAMPS MAY FAIL TO WORK WHEN BRAKES ARE APPLIED,INCREASING THE RISK OF REAR-END COLLISION.",REPLACE THE BRAKE LAMP SWITCH WITH AN IMPROVED VERSION. -12/27/1991,91V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V211000),"Nissan North America, Inc.",ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,33000,"THE COOLING SYSTEM HOSES DETERIORATE AND FAIL BECAUSE OF INADEQUATE HEAT RESISTANCE. FAILURE FIRST OCCURS AT THE CLAMP CONNECTIONS, CAUSING COOLANT FLUID TO BE LEAKED OR SPRAYED ONTO THE ENGINE COMPARTMENT COMPONENTS.","IF THE VEHICLE IS OPERATED WITH A LOW COOLANT LEVEL, THECOOLING SYSTEM TEMPERATURE AND PRESSURE WOULD RISE VERY QUICKLY. COOLANTREACHING THE HOT EXHAUST MANIFOLD CAN IGNITE AND CAUSE AN ENGINE COMPARTMENTFIRE.","REPLACE THE DEFECTIVE COOLING SYSTEM HOSES WITH IMPROVED HEAT RESISTANT HOSES, MODIFY THE COOLANT RECOVERY SYSTEM TO PREVENT SUDDEN INCREASES IN COOLING SYSTEM TEMPERATURE AND PRESSURE, AND REPLACE ENGINE COMPARTMENT COMPONENTS WHICH MAY HAVE BEEN DAMAGED OR WOULD DETERIORATE WITH TIME." -12/24/1991,91V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V220000),Oshkosh Corporation,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1067,THE BRAKE PEDAL COTTER PIN MAY HAVE BEEN OMITTED DURING INITIAL ASSEMBLY OF THE BRAKE LINKAGE.,"THE BRAKE PEDAL COULD FALL OFF THE BRAKE LINKAGE WHILEOPERATOR IS ATTEMPTING TO STOP, RESULTING IN A VEHICLE ACCIDENT.",INSTALL COTTER PIN. -12/24/1991,91V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V223000),Toyota Motor Corporation,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,26395,THE DRIVER'S OCCUPANT PROTECTION SYSTEM (STEERING WHEEL AND AIR BAG) EXCEEDS THE 60G THORAX CRITERION IN NHTSA CRASH TESTS.,THE OCCUPANT PROTECTION SYSTEM DOES NOT COMPLY WITH THEENERGY ABSORPTION REQUIREMENTS OF FMVSS 208. THIS REDUCES THE CRASH PROTECTIONAFFORDED BY THE STEERING WHEEL AND AIR BAG SYSTEMS IN EVENT OF AN ACCIDENT.,REPLACE THE STEERING WHEEL WITH A MODIFIED WHEEL DESIGNED FOR INCREASED ENERGY ABSORPTION. -12/23/1991,91E048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E048000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,470,THE FAILURE OF A PIN IN THE INTERNAL GOVERNOR LINKAGE RESULTS IN LOSS OF ENGINE SPEED CONTROL. THE THROTTLE CONTROL AND THE GOVERNED SPEED ARE LOST WHEN THIS PIN SEPARATES.,LOSS OF GOVERNED SPEED AND THROTTLE CONTROL WITHOUT PRIORNOTICE CAN RESULT IN A VEHICLE ACCIDENT.,REPLACE THE FUEL PUMP. -12/17/1991,91V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V219000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,15200,"THE CRANKCASE VENTILATION SYSTEM, VENTED INTO THE INTAKE TRACT OF THE ENGINE AT THE BELLOWS BOOT AHEAD OF THE THROTTLE HOUSING, ALLOWS WARM WATER VAPOR FROM THE CRANKCASE VENT TO CONDENSE AND FREEZE IN THE COLDER BELLOWS BOOT WHEN THE AMBIENT AIR TEMPERATURE IS 15 DEGREES FAHRENHEIT OR LESS. THE BUILD UP OF ICE CAN DISLODGE AND MOVE INTO THE THROTTLE HOUSING, PREVENTING THE THROTTLE PLATE FROM FULLY CLOSING WHEN THE DRIVER RELEASES THE GAS PEDAL.","IF THE THROTTLE PLATE IS PREVENTED FROM CLOSING, THEREIS AN INCREASE IN IDLE SPEED AS WELL AS SLOWER THAN NORMAL DECELERATION, WHICHOCCURS WITHOUT PRIOR WARNING AND COULD RESULT IN AN ACCIDENT.",REPLACE THE THROTTLE HOUSING WITH A VERSION CONTAINING A MODIFIED HEATING SYSTEM ALONG WITH REROUTING OF THE CVS HOSE. THIS WILL PREVENT ICE BUILD-UP IN THE INTAKE TRACT. -12/16/1991,91V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V218000),Blue Bird Body Company,BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,365,THE HYDRAULIC BRAKE HOSE MOUNTED ON THE REAR AXLE MAY RUB AGAINST THE LEFT FRAME RAIL.,"THE HYDRAULIC BRAKE HOSE RUBBING AGAINST THE LEFT FRAMERAIL COULD CHAFE AND SPLIT, RESULTING IN LOSS OF HYDRAULIC FLUID AND INCREASEDSTOPPING DISTANCES.",INSTALL A BRACKET AT REAR AXLE TO PROVIDE ADDITIONAL CLEARANCE BETWEEN THE BRAKE HOSE AND THE FRAME RAIL. -12/13/1991,91V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V216000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4350,"SOME CHASSIS WERE SHIPPED TO BODY BUILDERS WITH DAMAGED FILL OR VENT OPENING CAPS ON THE RIGHT-HAND SIDE. IF A LEFT-HAND FILL SYSTEM WAS INSTALLED ON THE TANK, AND THERE WAS A DAMAGED RIGHT-HAND CAP, THE FUEL SYSTEM WOULD NOT BE SEALED.","IF THE FUEL SYSTEM IS NOT SEALED, THE AUTOMATIC SHUT-OFFSYSTEM USED IN GAS STATIONS WOULD NOT WORK, ALLOWING GAS TO BE FORCED OUT OFTHE DEFECTIVE RIGHT-HAND OPENING. THE SPILLED GASOLINE WOULD RESULT IN A FIREHAZARD IF EXPOSED TO A SOURCE OF IGNITION.",INSTALL NEW CAPS ON THE VEHICLES WITH UNUSED RIGHT-HAND FILL OR VENT OPENINGS. -12/13/1991,91V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V215000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG,AIR BAGS,NR (Not Reported),Vehicle,8500,THE AIRBAG HARNESS WIRE MAY HAVE BEEN IMPROPERLY ROUTED THROUGH AN OPENING IN THE DASHBOARD CROSSMEMBER AND COULD BE PINCHED AND CHAFED BETWEEN TWO PANELS EVENTUALLY RESULTING IN DAMAGE TO THE WIRE.,"IF THE AIRBAG HARNESS WIRE IS DAMAGED, THE PASSIVERESTRAINT SYSTEM WILL BECOME INOPERATIVE. THE DASHBOARD WARNING LIGHT WILLILLUMINATE, BUT THE PASSIVE RESTRAINT WILL NOT FUNCTION UNTIL THE WIRE ISREPAIRED.",SECURE WIRE TO THE CROSSMEMBER WITH A CLIP. -12/13/1991,91V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V217000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,166624,THE LEFT HAND LOWER CONTROL ARM CAN CRACK STARTING AT THE REAR FLANGE AND PROGRESSING TO THE BALL JOINT MOUNTING HOLE AND EVENTUALLY CAUSE THE LOWER BALL JOINT TO SEPARATE FROM THE CONTROL ARM.,"IF THE BALL JOINT SEPARATES FROM THE CONTROL ARM, A LOSSOF VEHICLE CONTROL COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",INSTALL A RESINFORCED BRACE TO THE LEFT HAND LOWER CONTROL ARM. -12/06/1991,91V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V212000),"OLD H.G., INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,24651,"THE BOLT HOLDING THE TONGUE TO THE FIRST CROSS BRACE ""U"" MEMBER MAY PULL THROUGH BECAUSE OF AN IMPROPERLY SIZED HOLE IN THE CROSSMEMBER.","AN IMPROPERLY SIZED BOLT HOLE WOULD REDUCE THE CLAMPINGFORCE BETWEEN THE TONGUE AND CROSSMEMBER, ALLOWING THE TONGUE TO PIVOT BETWEENTHE BALL HITCH AND THE SECOND CROSS BRACE. THIS COULD RESULT IN THE TRAILERJACKKNIFING, AND LOSS OF CONTROL OF THE TRAILER.",INSTALL A FLATWASHER IN THE OUTSIZED BOLT HOLE TO INCREASE THE CLAMP FORCE BETWEEN THE TONGUE AND FIRST CROSSMEMBER. -12/06/1991,91V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V214000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,10141,"THE REVERSE SERVO APPLY PIN MAY BIND IN THE CASE WHICH COULD CAUSE REVERSE BAND DISTRESS (LOSS OR SLIPPING OF REVERSE), REVERSE BAND DRAG IN DRIVE RANGE (POOR PERFORMANCE -- POOR POWER), OR THE TRANSMISSION TO REMAIN IN REVERSE WHILE THE SHIFT INDICATOR SHOWS NEUTRAL GEAR POSITION.","IF THE TRANSMISSION REMAINS IN REVERSE WHILE THE SHIFTINDICATOR SHOWS NEUTRAL, THE VEHICLE MAY UNEXPECTEDLY MOVE REARWARD AND RESULTIN A VEHICLE ACCIDENT.",REPLACE THE TRANSAXLE WHERE REQUIRED. -12/06/1991,91V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V213000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,19603,"THE STYLED STEEL WHEELS CAN HAVE CRACKS DEVELOPING AT THE OUTER EDGES OF THE WHEEL WHERE THE SPOKES MEET THE RIM. THE CRACKS PROPAGATE FROM EACH SIDE OF A SPOKE TOWARD EACH OTHER, AND EVENTUALLY MEET. THE MEETING OF THE CRACKS RESULTS IN COMPLETE SEAPARATION OF A SPOKE FROM THE WHEEL.","THE CRACKING CONDITION CAN OCCUR ON EVERY SPOKE ON THEWHEEL, CAUSING COMPLETE SEPARATION OF THE WHEEL FROM THE VEHICLE, AND RESULTINGIN LOSS OF STEERING AND BRAKING CONTROL.",REPLACE THE INVOLVED WHEEL ASSEMBLIES. -12/03/1991,91V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V210000),PACCAR Incorporated,STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,950,TRW SUPPLIED POWER STEERING GEARS WITH NON-HEAT-TREATED WORM SCREWS. THE STEERING GEARS WITHOUT HEAT TREATED WORM SCREWS CAN LOCK UP IN TIGHT TURNING MANEUVERS.,LOCK UPS OF THE STEERING GEAR CAUSES LOSS OF STEERINGCONTROL AND COULD RESULT IN AN ACCIDENT.,REPLACE THE NON-HEAT-TREATED WORM SCREWS. -12/02/1991,91V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V209000),"Tracker Marine, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,91,"A BOAT CAN BE LOADED IN SUCH A MANNER THAT THE WEIGHT OF THE BOAT, GAS, AND OTHER EQUIPMENT MAY NOT BE PROPERLY DISTRIBUTED ON THE TRAILER, CAUSING THE TRAILER TO HAVE INSUFFICIENT TONGUE WEIGHT.","THE LACK OF TONGUE WEIGHT CREATES UNSAFE TOWINGCONDITIONS (SWAYING), AND CAN RESULT IN LOSS OF VEHICLE CONTROL AND AN",REPLACE THE DEFECTIVE TRAILERS WITH AN IMPROVED VERSION. -12/02/1991,91T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T001000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,113300,THERE ARE UNACCEPTABLE NUMBERS OF ADJUSTMENTS FOR TREAD SEPARATION.,SUDDEN TREAD SEPARATION COULD RESULT IN A BLOW OUT ANDLOSS OF CONTROL OF THE VEHICLE.,"TIRES WILL BE REPLACED FREE OF CHARGE FOR FIRST 60 DAYS AFTER NOTIFICATION. AFTER THIS PERIOD, TIRES WILL BE ADJUSTED BASED UPON A PRORATION FOR TREAD WEAR." -11/27/1991,91V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V208000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,62,THE PINCH BOLT CONNECTING THE UPPER STEERING COLUMN TO THE LOWER STEERING COLUMN MAY NOT HAVE BEEN PROPERLY TIGHTENED AND SEPARATION OF UPPER AND LOWER STEERING COLUMNS CAN OCCUR.,"IF THE STEERING COLUMN SEPARATES WHILE THE BUS IS INMOTION, LOSS OF STEERING CONTROL AND A VEHICLE CRASH CAN OCCUR.",TIGHTEN THE UPPER PINCH BOLT AS REQUIRED. -11/26/1991,91V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V206000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,722884,THE FRONT SHOULDER BELT RETRACTORS MAY HAVE REDUCED SENSITIVITY OF THE LOCK-UP FEATURE AND WOULD NOT FUNCTION IN A SUDDEN DECELERATION OR CRASH.,"FAILURE OF THE SHOULDER BELT RETRACTOR WOULD RESULT INTHE SEAT OCCUPANT ONLY BEING RESTRAINED BY THE LAP BELT IN A CRASH OR SUDDENSTOP, AND AN INCREASED POSSIBILITY OF INJURY.", -11/25/1991,91V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V207000),"PAS, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,401,"THE LINK CONNECTING THE ELECTRONIC REAR HEIGHT SENSOR TO THE REAR AXLE CAN DISCONNECT UNDER SEVERAL CONDITIONS, ALLOWING THE ARM ATTACHED TO THE SENSOR TO LODGE BETWEEN THE REAR AXLE ASSEMBLY AND THE RIGHT REAR BRAKE PIPE. THIS ABRADES THE BRAKE PIPE AND COULD LEAD TO REAR BRAKE FAILURE.","ABRASION OF THE BRAKE LINE COULD RESULT IN LOSS OF REARBRAKES. THE FRONT BRAKES WOULD FUNCTION, BUT THE VEHICLE WOULD NEED INCREASEDSTOPPING DISTANCES WHICH COULD RESULT IN AN ACCIDENT.",INSTALL RETENTION CLIPS TO INSURE THE LOWER AND UPPER BALL SOCKET CANNOT BE REMOVED FROM THE BALL; ADD A DOWN STOP ON THE SENSOR ARM; AND ADD A SHIELD ON THE REAR AXLE. -11/22/1991,91V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V205000),Volvo Trucks North America,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,171,"THE EXISTING INTERLOCK AIR BRAKE SYSTEM MUST GET ITS AIR SUPPLY DIRECTLY FROM THE PARKING BRAKE AIR SUPPLY CIRCUIT. SHOULD A COMPONENT FAILURE OCCUR IN THE INTERLOCK AIR SYSTEM, IT WILL DEPLETE THE AIR SUPPLY FROM THE PARKING BRAKE CIRCUIT.",DEPLETION OF AIR SUPPLY FROM THE PARKING BRAKE CIRCUITWOULD ALLOW THE BUS TO ROLL WITH THE PARKING BRAKE APPLIED. THIS COULDRESULT IN A VEHICLE ACCIDENT.,"RELOCATE THE AIR SUPPLY LINE FOR THE INTERLOCK SYSTEM SO THAT THE AIR SUPPLY COMES FROM THE PARKING BRAKE CIRCUIT TO ENSURE THAT WHEN THE PARKING BRAKE IS APPLIED, THE PARKING BRAKE CANNOT BE DISENGAGED OR OVERRIDDEN BY COMPONENT FAILURES." -11/19/1991,91V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V203000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,55,THE PINCH BOLT USED TO RETAIN THE PITMAN ARM TO THE STEERING GEAR MAY NOT MEET THE HEAT TREAT SPECIFICATION FOR A GRADE 8 FASTENER AND MAY STRIP BEFORE PROPER TORQUE IS ACHIEVED.,"THE PINCH BOLT MAY FAIL CAUSING SEPARATION OF THE PITMANARM AND THE STEERING LINKAGE, AND LOSS OF STEERING CONTROL WHICH COULD RESULTIN AN ACCIDENT.",REPLACE THE PINCH BOLTS WITH PROPERLY HEAT TREATED BOLTS. -11/19/1991,91V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V204000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,272,THE BOLTS AND NUTS WHICH ATTACH THE BEARING-HUB ASSEMBLY TO THE REAR AXLE FLANGE ARE NOT SUFFICIENTLY TIGHTENED ON SOME VEHICLES.,"THIS WOULD ALLOW EXCESSIVE MOVEMENT OF THE BEARING-HUBASSEMBLY RELATIVE TO THE REAR AXLE FLANGE AND COULD CAUSE ELONGATION ANDEVENTUAL SEPARATION OF THE ATTACHING BOLTS FROM THE REAR AXLE FLANGE. IF THISWERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, THE AFFECTED TIRE AND WHEEL COULDTRACK ERRATICALLY, EVENTUALLY CAUSING FAILURE OF THE OTHER ATTACHING BOLTS. THETIRE AND WHEEL ASSEMBLY COULD SEPARATE FROM THE VEHICLE WHICH COULD RESULT IN AVEHICLE ACCIDENT.","TIGHTEN REAR AXLE BEARING-HUB ASSEMBLY FASTENERS, AND REPLACE ALL THE FASTENERS ON A WHEEL IF TWO OR MORE BOLTS ARE FOUND TO BE LOOSE." -11/18/1991,91V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V201000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,51000,A CRACK CAN DEVELOP IN THE FUEL TANK ADJACENT TO A SEAM WELD IN THE REAR OF THE TANK.,FUEL CAN LEAK FROM THE CRACKED FUEL TANK WHICH COULDCATCH FIRE IN THE PRESENCE OF A SOURCE OF IGNITION.,"CHECK VEHICLE WITH A SPECIALLY DESIGNED TOOL FOR THE PRESENCE OF A FUEL TANK CRACK, AND REPLACE FUEL TANK IF DEFECT IS FOUND." -11/18/1991,91V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V202000),"FLEETWOOD ENTERPRISES, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,65,THE SEAT BELT LATCH MECHANISM IS NOT EASILY ACCESSIBLE TO THE OCCUPANT OF THE FRONT PASSENGER SEAT.,SAFETY BELT DOES NOT MEET THE CRASH PROTECTIONREQUIREMENTS OF FMVSS 208.,CORRECT THE PLACEMENT OF THE SEAT BELT LATCH MECHANISM. -11/15/1991,91V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V199000),Collins Bus Corporation,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,610,UNDER CERTAIN CONDITIONS THE FORCE NECESSARY TO OPEN THE REAR EMERGENCY DOOR EXCEEDS 40 POUNDS.,THE REAR EMERGENCY DOOR FAILS TO MEET THE REQUIREMENTS OFFMVSS 217.,REPAIR EMERGENCY DOOR TO ASSURE COMPLIANCE WITH FMVSS 217. -11/14/1991,91V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V198000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,6866,THE CONSOLE MOUNTED SHIFT LEVER MAY DISENGAGE FROM THE SHIFT CONTROL CABLE BRACKET CAUSING LOSS OF GEAR INDICATOR REFERENCE AND SHIFT SELECTOR OPERATION.,"THE DRIVER CAN PLACE THE GEAR SHIFTER IN THE PARKPOSITION WITHOUT SETTING THE PARKING BRAKE AND THE TRANSAXLE MAY NOT ACTUALLY BEIN PARK, RESULTING IN UNEXPECTED VEHICLE MOVEMENT IF THE VEHICLE IS STOPPED ON AGRADE. ALSO, THE DRIVER CAN PLACE THE GEAR SELECTOR IN DRIVE OR REVERSE WITHOUTTURNING THE ENGINE OFF AND THE TRANSAXLE MAY NOT BE IN THE POSITION INDICATED,CAUSING THE VEHICLE TO MOVE IN THE OPPOSITE DIRECTION. BOTH CONDITIONS CANRESULT IN A VEHICLE ACCIDENT WITHOUT PRIOR WARNING.",INSTALL TWO TRANSAXLE SHIFT CONTROL CABLE RETAINING CLIPS. -11/12/1991,91V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V197000),Volvo Trucks North America,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,83,THE PARKING BRAKE MAY NOT EXERT SUFFICIENT FORCE TO ENABLE THE VEHICLE TO CONFORM TO THE GRADE HOLDING REQUIREMENTS OF FMVSS 121.,"VEHICLES WITH INSUFFICIENT PARKING BRAKE FORCE CAN ROLLWITHOUT PRIOR WARNING WHEN PARKED ON A GRADE, THIS COULD RESULT IN A VEHICLEACCIDENT.",REPLACE THE PARKING BRAKE CHAMBERS. -11/12/1991,91V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V200000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38000,"THE RIGHT FRONT BRAKE HOSE MAY RUB AGAINST THE TIRE DURING A FULL LOCK LEFT TURN, WHICH MAY EVENTUALLY CAUSE WEAR THROUGH OF THE BRAKE HOSE ON THE RIGHT FRONT SIDE.",WEAR THROUGH OF THE RIGHT FRONT BRAKE HOSE WOULD CAUSEFLUID LOSS FROM HALF OF THE SPLIT BRAKE HYDRAULIC SYSTEM AND INCREASE STOPPINGDISTANCE WHICH COULD RESULT IN AN ACCIDENT.,"IF CLEARANCE BETWEEN THE BRAKE HOSE AND TIRE ON THE RIGHT FRONT IS INADEQUATE, REPLACE BRAKE HOSE WITH A MODIFIED VERSION TO ENSURE ADEQUATE CLEARANCE." -11/12/1991,91C045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C045000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,162967,THE BLACK PLASTIC PUSH PINS USED TO ATTACH THE PADS TO SEAT STRUCTURE CAN BE REMOVED BY CHILDREN.,"IF THE CHILD PUTS THE PIN IN ITS MOUTH, THE PIN PRESENTS A CHOKING HAZARD.",REPLACEMENT PUSH PINS OF A NEW DESIGN AND APPROPRIATE INSTRUCTIONS WILL BE SENT TO SEAT OWNERS TO REPLACE THE DEFECTIVE PUSH PINS. -11/12/1991,91V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V193000),"Subaru of America, Inc.",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,13000,"THE ELECTRONICALLY CONTROLLED MOTOR PUMP POWER STEERING SYSTEM MAY MALFUNCTION, CAUSING INTERMITTENT LOSS OF POWER STEERING ASSIST AND REQUIRING VARYING DEGREES OF INCREASED STEERING EFFORT.",THE INTERMITTENT NATURE OF THE POWER STEERING FAILURECAN LEAD TO LOSS OF STEERING CONTROL AND RESULT IN A VEHICLE ACCIDENT.,INSTALL A MODIFIED SIGNAL CONTROLLER AND A MODIFIED POWER CONTROLLER. -11/08/1991,91V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V195000),Honda (American Honda Motor Co.),LIGHTING:SWITCH:BUTTON:RING:TRUNK CARGO LIGHTS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,19688,"A WASHER IN THE CARGO AREA LIGHT MAY NOT BE PROPERLY ATTACHED, AND MAY HAVE FALLEN IN THE CARGO LIGHT DURING ASSEMBLY. IF THIS OCCURRED, AND THE THREE POSITION LIGHT SWITCH IS IN THE MIDDLE POSITION, AND THE TAILGATE IS OPEN, THE WASHER CAN CAUSE A SHORT CIRCUIT IN THE LIGHT.",THE LIGHT SHORT CIRCUIT COULD CAUSE THE SWITCH TOOVERHEAT AND RESULT IN A CARGO COMPARTMENT FIRE.,REMOVE THE WASHERS BEHIND THE CARGO AREA LIGHT AND REPLACE ANY DAMAGED LIGHT ASSEMBLIES. -11/05/1991,91V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V192000),FREIGHTLINER LLC,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2873,THE FAN BLADE OR THE FAN SHROUD CAN FRACTURE DUE TO INSUFFICIENT FORE AND AFT CLEARANCE IN THE LOWER AREA OF THE FAN SHROUD.,"FRACTURES TO THE FAN BLADE OR FAN SHROUD CAN CAUSE PIECESOF THE FAN OR SHROUD TO BE THROWN OUT FROM THE ENGINE COMPARTMENT, POSSIBLYRESULTING IN INJURY TO BYSTANDERS OR DAMAGE TO OTHER VEHICLES.","DEPENDING ON SEVERAL FACTORS, EITHER: REMOVE AND REPLACE FAN SHROUD; REMOVE AND REPLACE THE FAN SPACER; OR REMOVE AND OMIT THE FAN SPACER." -11/05/1991,91E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E046000),HEHR INTERNATIONAL,VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Equipment,650,THE WINDOWS DO NOT MEET THE RETENTION REQUIREMENTS OF FMVSS 217. THE EXIT CATCH PULLED LOOSE BEFORE THE WINDOW BROKE.,THE WINDOW WOULD NOT BE AVAILABLE TO BUS PASSENGERS ASA REQUIRED EXIT IN THE EVENT OF AN ACCIDENT.,REPLACE THE DEFECTIVE WINDOWS WITH WINDOWS BUILT WITH TWO EMERGENCY RELEASE CATCH AND LATCH ASSEMBLIES. -11/04/1991,91V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V194000),Oshkosh Corporation,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,104,THE REAR TANDEM AXLE BRAKES DO NOT MEET THE SERVICE BRAKE APPLICATION TIME REQUIREMENTS OF FMVSS 121.,FAILURE TO MEET STANDARDS OF FMVSS 121 INCREASES BRAKINGDISTANCE AND INCREASES THE POSSIBILITY OF AN ACCIDENT.,"THE O.625 INCH NYLON AIR TUBING BETWEEN THE CHASSIS AIR MANIFOLD AND THE TANDEM SERVICE RELAY WILL BE REPLACED WITH .75 INCH NYLON TUBING, WHICH WILL ALLOW BRAKE SYSTEM TO MEET THE SERVICE BRAKE APPLICATION TIME REQUIREMENTS OF FMVSS 121." -11/04/1991,91C043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C043000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,164385,THE BOTTOM CUSHION OF THE CHILD SAFETY SEAT FAILED TO MEET THE FLAMMABILITY REQUIREMENTS OF FMVSS 213.,THE OCCUPANT OF SUCH A CHILD SAFETY SEAT WOULD BEEXPOSED TO INCREASED RISK OF BURN INJURY IN THE EVENT OF A FIRE.,REPLACE THE SEAT CUSHIONS ON PERFECT FITT MODEL 180-200. -11/04/1991,91V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V189000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,792000,"WHEN THE AUTOMATIC TRANSMISSION SHIFT LEVER IS PLACED IN THE PARK POSITION, THE PARK PAWL DOES NOT ALWAYS ABUT OR ENGAGE THE PARK GEAR.","DRIVER MAY BELIEVE THE VEHICLE IS SAFELY ENGAGED IN PARKWHEN THE GEAR IS NOT TRULY ENGAGED. THIS CAN LEAD TO THE VEHICLE JUMPING OUT OFGEAR UNINTENTIONALLY, VEHICLE ROLLAWAY WHEN PARKED ON A SLOPED SURFACE, ANDINADVERTENT MOTION WHEN THE VEHICLE IS STARTED. ALL OF THESE CONDITIONS CANRESULT IN A VEHICLE ACCIDENT.",REPAIR THE TRANSMISSION WITH A NEW PARK PAWL. -11/04/1991,91V189001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V189001),Mazda North American Operations,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,33540,"WHEN THE AUTOMATIC TRANSMISSION SHIFT LEVER IS PLACED IN THE PARK POSITION, THE PARK PAWL DOES NOT ALWAYS ABUT OR ENGAGE THE PARK GEAR.","DRIVER MAY BELIEVE THE VEHICLE IS SAFELY ENGAGED IN PARKWHEN THE GEAR IS NOT TRULY ENGAGED. THIS CAN LEAD TO THE VEHICLE JUMPING OUT OFGEAR UNINTENTIONALLY, VEHICLE ROLLAWAY WHEN PARKED ON A SLOPED SURFACE, ANDINADVERTENT MOTION WHEN THE VEHICLE IS STARTED. ALL OF THESE CONDITIONS CANRESULT IN A VEHICLE ACCIDENT.",REPAIR THE TRANSMISSION WITH A NEW PARK PAWL. -11/01/1991,91V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V191000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,80000,THE ANTI-LOCK BRAKE SYSTEM HIGH PRESSURE HOSE MAY LEAK OR DETACH AT ITS CRIMPED END FITTING RESULTING IN THE DISCHARGE OF HYDRAULIC FLUID.,"FLUID DISCHARGE EVENTUALLY CAUSES THE LOSS OF BOTH THEANTI-LOCK BRAKE SYSTEM AND HYDRAULIC ASSIST FOR THE BRAKE SYSTEM, RESULTING ININCREASED LIKELIHOOD OF BRAKE LOCKUP AND INCREASED STOPPING DISTANCES, WHICHCOULD RESULT IN A VEHICLE ACCIDENT.",REPLACE THE ABS HIGH PRESSURE HOSE WITH A HOSE OF DIFFERENT DESIGN AND CONSTRUCTION. -11/01/1991,91C042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C042000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,644313,THE DIRECTIONS FOR THREADING THE SHOULDER STRAPS THROUGH THE METAL RETENTION SLIDES ARE UNCLEAR.,"IF THE SHOULDER STRAPS ARE MISTHREADED THE STRAPS CANPULL THROUGH THE RETENTION SLIDES AND THE BACK OF THE SEAT. IN CASE OF A SUDDENSTOP OR ACCIDENT, THE STRAPS WOULD NOT RESTRAIN THE SEAT OCCUPANT.","RETHREAD THE SHOULDER STRAPS ONLY ACCORDING TO THE INSTRUCTIONS. NEW INSTRUCTIONS AND A DESCRIPTIVE LABEL ARE AVAILABLE . TELEPHONE 1-800-837-4044 AND ASK FOR THE ""RETHREADING"" LABEL FOR THE 580 CAR SEAT." -10/29/1991,91V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V188000),Oshkosh Corporation,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,467,"THE INCOMPLETE VEHICLE DOCUMENT REQUIRED BY 49 CFR 568.4 HAS INCORRECT INFORMATION CONCERNING GVWR, FRONT GAWR, AND TIRE PRESSURES.",,REPLACE ERRONEOUS LABELS WITH CORRECTED LABELS. -10/29/1991,91V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V186000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,224588,"SECONDARY HOOD LATCH ASSEMBLIES CAN CORRODE, CAUSING A HIGH LATCH RELEASE EFFORT AND POSSIBLY PREVENTING THE HOOD FROM LATCHING PROPERLY WHEN IT IS CLOSED.","IF THE SECONDARY HOOD LATCH IS NOT PROPERLY ENGAGED, ANDTHE PRIMARY HOOD LATCH WAS ALSO NOT ENGAGED, THE HOOD COULD OPEN AND CONTACT THEWINDSHIELD WHILE THE VEHICLE WAS IN MOTION, REDUCING THE FORWARD VISION AREA OFTHE DRIVER AND RESULTING IN A POSSIBLE VEHICLE ACCIDENT WITHOUT PRIOR WARNING.",INSTALL A NEW SECONDARY HOOD LATCH ASSEMBLY. -10/27/1991,91V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V187000),Oshkosh Corporation,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,130,"THESE VEHICLES HAVE FRONT AXLES WITH BRAKE CAM OPERATION OPPOSITE TO THE ROTATION OF THE BRAKE DRUM (CAM OPPOSITE), AND THERE IS A TENDENCY FOR BRAKES TO CHATTER UNDER LOW AIR PRESSURE, RESULTING IN VIBRATIONS. THE VIBRATIONS INDUCE STRESSES IN THE TIE ROD END BEYOND ITS ENDURANCE LIMIT, AND RESULT IN CRACKS IN THE THREADED PORTION OF THE STUD WHERE THE TUBE ENDS.",CRACKS IN THE TIE ROD CAN RESULT IN SEPARATION OF THETIE ROD AND LOSS OF VEHICLE CONTROL WITHOUT PRIOR WARNING.,"REPLACE THE CAM OPPOSITE BRAKE ACTUATION WITH CAM SAME BRAKE OPERATION, BY INTERCHANGING THE LEFT AND RIGHT CAM ASSEMBLIES TO AVOID BRAKE CHATTERING; AND REPLACE TIE RODS." -10/24/1991,91E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E041000),"FERODO AMERICA, INC.",BRAKES:AIR CHAMBERS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2400,THE SPRING BRAKE UNITS CAN FAIL TO RELEASE FROM THE PARKING OR APPLIED POSITION DUE TO A MISALIGNMENT BETWEEN THE SPRING PLATE AND THE SPRING HOUSING. THE CONDITION CAN BE EITHER INTERMITTENT OR PERMANENT.,"THE FAILURE TO RELEASE FROM THE APPLIED POSITION CANCAUSE WHEEL LOCKUP, OVERHEATED BRAKES, INCREASED STOPPING DISTANCES OR COULDDISABLE THE SCHOOL BUS. THIS COULD PRESENT AN UNREASONABLE SAFETY RISK TO THEOCCUPANTS.",REPLACE THE SPRING BRAKE UNIT. -10/22/1991,91V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V185000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,18,THE LEFT AND RIGHT SEAT SAFETY BELT ASSEMBLIES ARE NOT INTERCHANGEABLE. SOME LEFT SEAT SAFETY BELT ASSEMBLIES WERE INSTALLED ON THE THE RIGHT SIDE OF THE CAR.,"A SAFETY BELT ASSEMBLY INSTALLED ON THE WRONG SIDE OFTHE CAR CAN NOT BE PULLED OUT OF THE RETRACTOR BECAUSE OF THE MOUNTING ANGLE,MAKING THE SAFETY BELT UNUSABLE, AND THE SEAT OCCUPANT OF AN UNUSABLE SEAT BELTWOULD BE EXPOSED TO INCREASED RISK OF INJURY IN A SUDDEN STOP OR ACCIDENT.",INSTALL CORRECT SEAT BELT ASSEMBLIES ON THE CORRECT SIDE OF THE CAR. -10/21/1991,91V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V181000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,352,"THE COOKING RANGE AND THE FURNACE ARE LOCATED NEXT TO EACH OTHER IN THE MOTORHOME. WHEN THE FURNACE IS IN OPERATION, IT CAN DRAW AIR OVER THE RANGE TOP, CAUSING A DOWNDRAFT ONTO THE RANGE TOP.","THE DOWNDRAFT ONTO THE RANGE TOP CAN CAUSE THE BURNERS TOMELT, OR MAY EXTINGUISH THE FLAME ON THE BURNER, ALLOWING LP GAS TO FLOW INTOTHE MOTORHOME. BOTH CONDITIONS INCREASE THE POTENTIAL FOR FIRE AND PERSONALINJURY.","INSTALL A PARTITION BETWEEN THE STOVE AND THE FURNACE, ELIMINATING AIRFLOW BETWEEN THE TWO APPLIANCES." -10/21/1991,91V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V182000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,1851,"THE PASSENGER'S SIDE EASY-ENTRY SEAT ADJUSTER MAY FAIL FULLY LOCK INTO POSITION AFTER THE SEAT BACK HAS BEEN TILTED FORWARD AND THE SEAT SLID FORWARD, THEN RETURNED TO ITS ORIGINAL POSTITION.","IF THE SEAT ADJUSTER FAILS TO LOCK INTO POSITION, THEPASSENGER SEAT WOULD SLIDE FORWARD IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.OCCUPANTS OF THE PASSENGER SEAT WOULD FACE INCREASED RISK OF SERIOUS INJURY.",REPLACE THE ADJUSTER ASSEMBLY ON THE SEAT. -10/21/1991,91V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V184000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:3 SPEED:INTERLOCK ASSEMBL,POWER TRAIN,NR (Not Reported),Vehicle,1573,A MISADJUSTMENT OF THE PARK LOCK CABLE IN THE COLUMN SHIFT ASSEMBLY MAKES IT POSSIBLE FOR THE STEERING COLUMN TO LOCK WHILE THE VEHICLE IS IN MOTION AND THE IGNITION SWITCH IS IN THE OFF POSITION.,LOCKING OF THE STEERING COLUMN WHILE THE VEHICLE IS INMOTION RESULTS IN LOSS OF CONTROL AND INCREASED RISK OF A VEHICLE CRASH.,"ADJUST THE PARK LOCK CABLE, AND REROUTE AND RESTRAIN THE BRAKE TRANSMISSION SHIFT INTERLOCK HARNESS AND CONNECTOR." -10/21/1991,91V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V196000),"Mack Trucks, Inc.",POWER TRAIN:TRANSMISSION:4 SPEED:SHIFT PATTERN IND,POWER TRAIN,NR (Not Reported),Vehicle,308,THE STONE BENNETT SHIFTERS DO NOT INDICATE THE RELATIVE POSITION OF THE SHIFT LEVER TO THE DRIVER.,THE SHIFT LEVER DOES NOT MEET THE REQUIREMENTS OF FMVSS102.,INSTALL A DECAL DISPLAYING THE RELATIVE SHIFT POSITIONS. -10/21/1991,91V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V183000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,10642,A MISADJUSTED TRANSMISSION CABLE CAN ALLOW THE ENGINE TO BE STARTED WHILE THE TRANSMISSION IS IN A FORWARD OR REVERSE DRIVE GEAR.,"THE VEHICLE CAN BE STARTED AND THEN MOVE IN AN UNEXPECTEDDIRECTION, RESULTING IN A VEHICLE CRASH WITHOUT PRIOR WARNING. THE VEHICLE ALSOFAILS TO COMPLY WITH THE REQUIREMENTS OF FMVSS 102.",RESET THE TRANSMISSION CABLE ROUTING TO A REVISED PATHWAY. -10/15/1991,91V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V178000),FREIGHTLINER LLC,BRAKES:121 AIR SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,49,"RESERVOIR INTERIOR PAINT WAS ALLOWED TO ENTER THE AIR RESERVOIR CHECK VALVE, AND THE VALVE IS NOT PROPERLY SEATED.",LACK OF PROPER SEATING CAUSES THE RESERVOIRS TO FAILTO COMPLY WITH THE REQUIREMENTS OF FMVSS 121.,CLEAN AND RESEAT THE AIR CHECK VALVES AS NEEDED. -10/15/1991,91V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V177000),FREIGHTLINER LLC,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,420,"THE HOOK SIZE OF THE THROTTLE RETURN SPRING IS TOO SMALL RESULTING IN A TIGHT FIT AROUND THE ANCHOR NUT, CAUSING THE THROTTLE RETURN SPRING TO BREAK PREMATURELY.","IF THE THROTTLE SPRING BREAKS, THE ENGINE WILL RETURN TO IDLE SPEED, WHICH MAY CAUSE A HIGHWAY HAZARD AND RESULT IN A VEHICLE CRASH.",INSTALL THROTTLE RETURN SPRINGS WITH LARGER HOOKS. -10/15/1991,91T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T012000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,684,"AN UNAUTHORIZED AND UNNAMED MATERIAL WAS INTRODUCED INTO THE TRUCK TIRE BASE STOCK, AND TIRES WERE BUILT AND CURED WITH THE MISCOMPOUNDED TRUCK TREAD BASE MATERIAL.","THE MISCOMPOUNDED BASE CAN RESULT IN POOR ADHESION OF THETREAD BASE TO THE CARCASS AND TREAD SEPARATION COULD RESULT, CAUSING TIREBLOWOUT AND LOSS OF VEHICLE CONTROL.",REPLACE THE DEFECTIVE TIRES. -10/09/1991,91V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V176000),IC CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,500,THE REAR EMERGENCY DOOR EXIT IDENTIFICATION AND THE OPERATING INSTRUCTIONS MAY NOT BE INSTALLED.,THE REAR EMERGENCY DOOR EXIT LABEL WOULD NOT MEET THEREQUIREMENTS OF FMVSS 217.,INSTALL PROPER LABELS TO INSURE COMPLIANCE WITH THE REQUIREMENTS OF THE FMVSS 217. -10/09/1991,91V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V175000),"Gillig, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,62,INCONSISTENT AEROQUIP HOSE TIGHTENING PROCEDURES AND SUPPLIER'S ASSEMBLY INCONSISTENCIES CAN CAUSE LEAKS OF HYDRAULIC FLUID.,"IF A SEVERE HYDRAULIC LEAK OCCURS, HYDRAULIC FLUID CAN BESPRAYED ON THE ENGINE MANIFOLDS OR ACCUMULATE ON THE TURBOCHARGER AND INSULATIONAND THEN BE IGNITED BY THE HOT EXHAUST MANIFOLD, TURBOCHARGER, OR MUFFLER,RESULTING IN AN ENGINE COMPARTMENT FIRE.","STEAM CLEAN THE ENGINE COMPARTMENT, RUN THE SYSTEM TO DETECT LEAKS, RE-TORQUE ANY LEAKING CONNECTIONS TO SPECIFICATIONS, AND REPLACE FITTINGS/HOSES THAT CANNOT BE MADE LEAK FREE." -10/09/1991,91V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V179000),"Gillig, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,62,A HYDRAULIC LEAK MAY DEVELOP IN THE WEBSTER COOLING FAN.,"IF A SEVERE HYDRAULIC LEAK OCCURS, HYDRAULIC FLUID CAN BESPRAYED ON THE ENGINE MANIFOLDS OR ACCUMULATE ON THE TURBOCHARGER AND INSULATIONAND THEN BE IGNITED BY THE HOT EXHAUST MANIFOLD, TURBOCHARGER, OR MUFFLER,RESULTING IN AN ENGINE COMPARTMENT FIRE.","STEAM CLEAN THE ENGINE COMPARTMENT, RUN THE SYSTEM TO DETECT LEAKS, AND REPLACE ANY LEAKING WEBSTER COOLING FAN." -10/09/1991,91V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V180000),"Gillig, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,62,A HYDRAULIC FLUID LEAK MAY DEVELOP IN THE WEBSTER HYDRAULIC PUMP.,"IF A SEVERE HYDRAULIC LEAK OCCURS, HYDRAULIC FLUID CAN BESPRAYED ON THE ENGINE MANIFOLDS OR ACCUMULATE ON THE TURBOCHARGER AND INSULATIONAND THEN BE IGNITED BY THE HOT EXHAUST MANIFOLD, TURBOCHARGER, OR MUFFLER,RESULTING IN AN ENGINE COMPARTMENT FIRE.","STEAM CLEAN THE ENGINE COMPARTMENT, RUN THE SYSTEM TO DETECT LEAKS, AND REPLACE ANY LEAKING WEBSTER HYDRAULIC PUMP." -10/07/1991,91V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V174000),"CHANCE COACH, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,187,"WIRING OF THE TELL-TALE MODULE, LOCATED IN THE REAR GATE UNLOCK-UNLATCH MECHANISM, CAUSES THE REAR BRAKES TO BE APPLIED AND THE REAR GATE TO UNLATCH WHEN THE INSTRUMENT PANEL PUSH-TO-TEST LIGHT IS PRESSED.","WHEN THE REAR BRAKES ARE APPLIED UNEXPECTEDLY WITH THEVEHICLE IN MOTION, STANDING PASSENGERS IN THE BUS ARE EXPOSED TO INCREASE RISKOF INJURY BECAUSE OF THE SUDDEN STOP.",INSTALL THE REDESIGNED TELL-TALE MODULE. -10/07/1991,91V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V173000),"CHANCE COACH, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,179,,THE RAMP FALLING OUT WHILE THE VEHICLE IS IN MOTIONCOULD RESULT IN INJURY TO PEDESTRIANS AND POSSIBLE ACCIDENTS WITH OTHERVEHICLES.,"INSTALL SAFETY CHAIN KITS, INSTRUCTION DECALS AND WARNING DECALS FURNISHED BY CHANCE COACH. ALL FUTURE W-12 ECONO RAMPS INSTALLED ON CHANCE COACH SUNLINER POWER UNITS WILL HAVE THE SAFETY CHAINS AND DECALS INSTALLED AT THE FACTORY." -10/04/1991,91V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V171000),LAG MOTORCOACH USA,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,"THE AIR BRAKE LINES AND HOSES WERE BUILT AND IMPORTED ACCORDING TO EUROPEAN DIN STANDARDS, AND NOT U.S. D.O.T. FMVSS STANDARDS.",THE AIR BRAKE LINES AND HOSES FAIL TO COMPLY WITH THE STANDARDS OF FMVSS 106.,REPLACE BRAKE LINES AND HOSES WITH EQUIPMENT THAT COMPLIES WITH FMVSS 106. -10/04/1991,91V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V170000),"Chrysler (FCA US, LLC)",BRAKES:MECHANICAL SERVICE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,360,"THE BRAKE PEDAL PAD ATTACHMENT TO THE PEDAL ARM MAY NOT HAVE ADEQUATE STRENGTH DUE TO MISLOCATION OF WELDS, AND COULD BREAK.","FAILURE OF THE PEDAL PAD TO PEDAL ARM ATTACHMENT RESULTSIN LOSS OF BRAKING ABILITY, AND COULD RESULT IN AN ACCIDENT.",REPLACE INADEQUATE BRAKE PEDALS WITH PROPERLY MANUFACTURED PEDALS. -10/03/1991,91E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E038000),"Adient, PLC",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,73085,A MANUFACTURING FLAW IN THE TOP TERMINAL MAY CAUSE CRACKING OF THE BATTERY CASE.,THE CRACKED BATTERY CASE CAN RESULT IN ACID LEAKAGE ANDPOSSIBLE SPRAYING OF ACID WITHOUT PRIOR WARNING.,"BECAUSE OF THE NATURE OF THE BATTERY PROBLEM, RETURN THE VEHICLE TO THE SEARS AUTOMOTIVE CENTER FOR BATTERY REPLACEMENT." -10/03/1991,91T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T011000),Yokohama Tire Corporation,TIRES:BELT,TIRES,NR (Not Reported),Tire,9317,BELTS AND CARCASS PLIES MAY BREAK WHEN THE TIRE IS SUBJECTED TO EXTREME IMPACT.,"THE TIRE CAN SUFFER SUDDEN LOSS OF INFLATION PRESSUREWITHOUT WARNING, RESULTING IN LOSS OF VEHICLE CONTROL AND A POSSIBLE ACCIDENT.TIRES DO NOT COMPLY WITH FMVSS 119.",REPLACE TIRES WITHIN 60 DAYS OF NOTIFICATION. -10/03/1991,91V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V006000),"THOMAS BUILT BUSES, INC.",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,2986,RELEASE HANDLE FOR REAR PUSH OUT WINDOW IS NOT LOCATED IN AREA REQUIRED BY S5.2.3.1(B) OF FMVSS 217.,"BUSES WOULD NOT COMPLY WITH STANDARDS; IN AN EMERGENCY,EXIT FROM THE PUSH-OUT WINDOW COULD BE HAMPERED.",INSTALL NEW INTERIOR HANDLE ASSEMBLY TO MEET SPECIFICATIONS. -10/02/1991,91V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V003000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,33000,THERE MAY BE HYDRAULIC FLUID CONTAMINATION FROM CONDENSATION FORMATION THAT CAN PLUG THE ABS BRAKE BOOSTER PUMP FILTER; STRESS CORROSION OF THE MASTER CYLINDER SNAP RING HAS BEEN TRACED TO CHLORINE LEAKING FROM THE LOW PRESSURE HYDRAULIC HOSE WHICH MAY CAUSE IT TO BREAK; FRONT BRAKE HOSE TO TIRE INTERFERENCE WHICH MAY CAUSE FAILURE OF THE BRAKE HOSE.,"CONTAMINATION OF THE HYDRAULIC FLUID CAN CAUSEMALFUNCTIONING OF THE ANTI-LOCK BRAKE SYSTEM; LOW PRESSURE HOSE LEAKAGE CAUSESLOSS OF BRAKE FLUID AND ALSO RESULTS IN CORROSION AND FAILURE OF THE MASTERCYLINDER SNAP RING, RESULTING COMPLETE BRAKE FAILURE; FAILURE OF THE FRONT BRAKEHOSE DUE TO HOSE TO TIRE INTERFERENCE WILL CAUSE FAILURE OF ONE HALF OF THEBRAKE SYSTEM RESULTING IN A LONGER STOPPING DISTANCE THAN EXPECTED.","REPLACE ABS LOW PRESSURE HOSE; REBUILD MASTER BRAKE CYLINDER; INSPECT, SERVICE INTERFERENCE PROBLEMS, AND REPLACE FRONT BRAKE HOSE AS NECESSARY." -10/02/1991,91C033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C033000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,48742,THE ARMRESTS ON THE CHILDSEAT CRACK AT THE POINTS WHERE THEY ARE ATTACHED TO THE SEAT BACK LEAVING SPRINGS AND SHARP PIECES OF PLASTIC EXPOSED. THESE CRACKS ARE CAUSED BY EXCESSIVE TENSION BETWEEN THE SPRINGS AND THE PLASTIC OF THE ARMREST.,THE BROKEN PLASTIC ARMRESTS AND THE EXPOSED SPRINGSCOULD INJURE THE SEAT OCCUPANT.,KOLCRAFT WILL REPLACE THE SEAT SHELL WITH A NEW SEAT SHELL THAT ELIMINATES THE SPRING AND STRENGTHENS THE PLASTIC OF THE ARMREST. -10/02/1991,91V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V004000),"Chrysler (FCA US, LLC)",HEATER:ELECTRICAL:DEFROSTER:DEFOGGER:FAN MOTOR,VISIBILITY,NR (Not Reported),Vehicle,125000,WATER LEAKING UNDER WINDSHIELD COWL IN AREA ABOVE HEATER BLOWER MOTOR RESISTOR BLOCK RESULTS IN CORROSION OF THE RESISTOR TERMINALS.,"CORROSION OF THE RESISTOR TERMINALS INCREASES ELECTRICALRESISTANCE, LEADING TO OVERHEATING AND POSSBLE IGNITION OF THE WIRING CONNECTORSAND INSULATION, CAUSING A FIRE IN THE COWL AREA.","THE BLOWER MOTOR RESISTOR BLOCK WILL BE REPLACED, AND A MASTIC PATCH APPLIED TO SEAL THE COWL AGAINST WATER ENTRY. DAMAGED WIRE CONNECTORS WILL BE REPLACED." -10/02/1991,91V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V005000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,412792,FRONT SHOULDER SAFETY BELT WEBBING MAY SEPARATE AT FRONT BELT UPPER GUIDE LOOPS ON EITHER SIDE OF THE FRONT SEAT.,WEBBING SEPARATION COULD OCCUR WITHOUT PRIOR WARNING ANDINCREASE THE RISK OF INJURY TO BELTED FRONT OUTBOARD OCCUPANTS IN A HIGH ENERGYCRASH.,INSTALL A CONTROLLED ROTATION BRACKET ON DRIVER AND PASSENGER SIDE FRONT SEAT BELT GUIDE LOOPS. -10/02/1991,91V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V001000),Harley-Davidson Motor Company,LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,19950,TURN SIGNAL CONTROL MODULES MAY CONTINUE TO FLASH IN THE PRESENCE OF A NON-FUNCTIONING TURN SIGNAL LAMP WHICH IS NONCONFORMANCE TO FMVSS 108.,"DRIVER WOULD NOT BE AWARE THAT TURN SIGNAL LAMP IS NOTFLASHING. OTHER DRIVERS WOULD NOT BE WARNED WHEN THE MOTORCYCLE WAS CHANGINGLANES OR MAKING A TURN, AND COULD RESULT IN AN ACCIDENT.","REPLACE TURN SIGNAL CONTROL MODULE, AS NECESSARY." -10/02/1991,91V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V002000),"SAAB CARS USA, INC.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,250,IMPROPER ASSEMBLY COULD CAUSE THE BALL OF THE GEAR SELECTOR ARM NOT TO BE PROPERLY FIXED TO THE SOCKET ON THE END OF THE GEAR SELECTOR CABLE; GEAR SELECTOR ARM COULD SEPARATE FROM THE GEAR SELECTOR CABLE AT THE BALL SOCKET JOINT.,"THE GEAR POSITION COULD NOT BE SELECTED OR DETERMINEDUSING THE SELECTOR LEVER; CAR COULD BE STARTED IN GEAR OTHER THAN PARK ORNEUTRAL, RESULTING IN SUDDEN UNEXPECTED VEHICLE MOVEMENT.",PROPERLY SEAT GEAR SELECTOR ARM BALL IN THE SELECTOR CABLE SOCKET AND SECURE BY A LOCK RING INSIDE THE SOCKET. -10/01/1991,91V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V168000),Toyota Motor Corporation,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,669,"DUE TO A COMPUTER PROGRAM ERROR, CERTAIN DIGITS OF THE GVWR AND THE GAWR APPEARED IN INCORRECT LOCATIONS ON THE CERTIFICATION LABEL LOCATED ON THE LEFT FRONT DOOR OF THE SUBJECT VEHICLES.",THE CERTIFICATION LABEL WOULD NOT COMPLY WITH THESTANDARDS OF 49 CFR PART 576.,RETURN THE VEHICLE TO THE TOYOTA DEALER FOR EXCHANGE OF THE CERTIFICATION LABEL. -10/01/1991,91C037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C037000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,7787,THE SEAT SHELLS FAILED TO COMPLY WITH THE STRUCTURAL INTEGRITY STANDARDS OF FMVSS 213. THE PLASTIC SEAT SHELLS CRACKED DURING DYNAMIC IMPACT TESTING.,CHILD SAFETY RESTRAINTS WITH INSUFFICIENT STRUCTURALINTEGRITY EXPOSE SEAT OCCUPANTS TO INCREASED RISK OF INJURY IN A SUDDEN STOPOR ACCIDENT.,KOLCRAFT WILL REPLACE THE DEFECTIVE SEAT SHELL WITH A NEWLY MANUFACTURED SEAT SHELL OF AN EQUIVALENT KOLCRAFT PRODUCT. -10/01/1991,91V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V169000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,407,"THE FUEL SHUT-OFF SOLENOID IN THE CUMMINS 6C ENGINE MAY BE FAULTY, CAUSING SPONTANEOUS INTERRUPTION OF FUEL FLOW TO THE ENGINE DURING NORMAL OPERATION. THIS RESULTS IN LOSS OF POWER TO DRIVING WHEELS, POWER STEERING, AND OTHER POWER ASSISTED OPERATING SYSTEMS.","LOSS OF ENGINE POWER AND SECONDARY LOSS OF POWER ASSISTEDSYSTEMS REDUCES STEERING CONTROL, BRAKING ABILITY, VISUAL SYSTEMS AND OTHERPOWER ASSISTED OPERATING SYSTEMS, RESULTING IN INCREASED RISK OF VEHICLEACCIDENT.","WHERE NECESSARY, REPLACE THE SOLENOID SPRING, ADJUST SOLENOID, REPLACE WIRES, AND VERIFY MAXIMUM POWER REQUIREMENTS TO THE SOLENOID." -09/23/1991,91V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V167000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,20765,"WHEN APPLIED, THE PARKING BRAKE LEVER ASSEMBLY MAY RELEASE ONE OR MORE TEETH, REDUCING THE CABLE LOAD TO THE REAR BRAKES.","DEPENDING ON THE EXTENT OF THE LEVER RELEASE AND ROADLEVEL. THE PARKING BRAKE MAY NOT HOLD THE VEHICLE, ALLOWING IT TO ROLL, WHICHCOULD RESULT IN AN ACCIDENT. VEHICLE DOES NOT COMPLY WITH FMVSS 105.",REPLACE PARKING BRAKE LEVER ASSEMBLY. -09/23/1991,91V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V165000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,41718,"FRONT DOOR INTERLOCK STRIKER MAY FAIL, CAUSING DOOR FRAME COLLAPSE AND INSUFFICIENT STRENGTH FOR THE SHOULDER BELT ANCHORAGE.",THE DOOR FRAME WOULD COLLAPSE. VEHICLE DOES NOT COMPLYWITH FMVSS 210.,REPLACE THE PASSIVE RESTRAINT INTERLOCK STRIKER STUDS ON FRONT DOORS. -09/23/1991,91V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V166000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3212,"THE SECONDARY HOOD LATCH SPRING IS IMPROPERLY INSTALLED OR MISSING, LEADING TO A CONDITION WHERE THE SECONDARY HOOD LATCH DOES NOT ENGAGE THE SECONDARY STRIKER.","IF THE SECONDARY HOOD LATCH IS NOT ENGAGED, AND THEPRIMARY HOOD LATCH WAS ALSO NOT ENGAGED, THE HOOD COULD OPEN UNEXPECTEDLY. IFTHIS OCCURS WHILE THE VEHICLE IS IN MOTION, THE HOOD MAY CONTACT THE WINDSHIELD,REDUCING THE FORWARD VISION AREA OF THE DRIVER AND A VEHICLE CRASH COULD OCCUR.","INSPECT HOOD LATCH ASSEMBLIES AND, WHERE NECESSARY, INSTALL A NEW SECONDARY HOOD LATCH SPRING." -09/20/1991,91E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E035000),IMPORTED AUTO PARTS CO.,FUEL:LPG VAPORIZER:REGULATOR (CONVERTER),"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,36400,THE SECONDARY SEAT CAN SEPARATE FROM THE SECONDARY LEVER OF THE MODEL EB OR MODEL LB CONVERTERS. THIS IS CAUSED BY A MATERIAL OR A MANUFACTURING DEFECT OF THE RUBBER SEAT.,"THE CONVERTER CONTAINS A SECONDARY LEVER, WITH A SEATWHICH REGULATES THE FLOW OF LPG GAS TO THE MIXER. THE SEAT SEPARATES FROM THELEVER, WHICH ALLOWS FULL TANK PRESSURE TO BE APPLIED TO THE MIXER. THIS CAUSESTHE GAS HOSE TO BLOW OFF THE MIXER. IF THIS OCCURS, FUEL WOULD FLOW INTO THE ENGINE COMPARTMENT WHERE IT COULD BE IGNITED BY A HOT ENGINE OR OTHER SOURCE OFIGNITION.",REPLACE THE SECONDARY LEVER IN MODEL EB AND LB CONVERTERS. -09/20/1991,91V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V164000),"SHERROD VANS, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,4842,SEAT BELT ANCHORAGE BAR FOR REAR SOFA FAILED TO SUSTAIN LOADS REQUIRED BY FMVSS 210.,VEHICLES WOULD NOT COMPLY WITH FMVSS 210.,REPLACE NONCOMPLYING SOFA BAR WITH BAR THAT MEETS REQUIREMENTS. -09/18/1991,91E039001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E039001),Blue Bird Body Company,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,365,"THE PATIO AWNING IS INADEQUATELY ATTACHED TO MOTORHOME AND IT COULD BEGIN TO UNRAVEL FROM THE REAR CAUSING A SHEARING OF THE FRONT LOCK. ONCE THE LOCK IS FREE, THE ENTIRE AWNING CAN BE EXPOSED TO WIND PRESSURE AND BE TORN FROM THE SIDE OF THE MOTORHOME WHILE THE VEHICLE IS IN MOTION.","THE TORN AWNING MAY SEPARATE FROM THE MOTORHOME WHILE THEVEHICLE IS IN MOTION, CAUSING A HIGHWAY HAZARD WHICH COULD RESULT IN A VEHICLEACCIDENT.",A RETROFIT KIT WILL BE INSTALLED ON THE MOTORHOMES. -09/18/1991,91V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V156000),"Volkswagen Group of America, Inc.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,5900,"THE VEHICLE CAPACITY WEIGHT WAS INADVERTENTLY OMITTED FROM PLACARD LOCATED INSIDE THE GAS FILLER DOOR, AS REQUIRED BY FMVSS 11O.",VEHICLES FAIL TO MEET THE REQUIREMENTS OF FMVSS 110.,NEW LABELS CONTAINING THE VEHICLE CAPACITY WEIGHT WILL BE AFFIXED TO THE VEHICLES. -09/18/1991,91V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V157000),"General Motors, LLC",STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,92-C-01,Vehicle,2371,THE INTERMEDIATE SHAFT TO STEERING RACK LOWER COUPLING PINCH BOLT MAY BE MISSING.,"IF THIS CONDITION EXISTS AND SHAFT DISENGAGEMENT OCCURS, LOSS OF STEERING CONTROL WILL BE EXPERIENCED BY THE DRIVER WHICH COULD RESULT IN AN ACCIDENT.",INSTALL PINCH BOLT. -09/18/1991,91E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E036000),"MORryde International, Inc.",SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Equipment,51,THE LEFT OR RIGHT FRONT TAG HANGER ASSEMBLY CAN DEVELOP A METAL FATIGUE PROBLEM WHERE THE JOURNAL TUBE IS WELDED TO THE FRAME MOUNTING PLATE. CRACKS THROUGH THE FRAME MOUNTING PLATE MAY BEGIN AROUND THE JOURNAL TUBE AND PROPAGATE UP THE SUPPORTING GUSSET.,"WHEN THE CRACKS BECOME SEVERE, THE JOURNAL TUBE ANDSUPPORTING GUSSET CAN PULL THROUGH THE FRAME MOUNTING PLATE, ALLOWING THETAG AXLE TO ROLL OUT FROM UNDER THE VEHICLE.",REPLACE THE RIGHT AND LEFT FRONT TAG HANGER ASSEMBLY WITH A REDESIGNED ASSEMBLY. -09/17/1991,91V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V150000),"Winnebago Industries, Inc.",COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,160,THE HORN ACTIVATING SWITCH COMPONENTS LOCATED IN THE STEERING COLUMN CAN WEAR ABNORMALLY.,"THE HORN MAY BE ENERGIZED AND SOUND CONSTANTLY, OR NOTENERGIZE AND FAIL. THIS COULD LEAD TO AN INABILTY TO WARN OTHER DRIVERS INA CRASH SITUATION, AND RESULT IN VEHICLE DAMAGE AND INCREASED RISK OF INJURY.",REPLACE THE STEERING WHEEL HUB AND HORN BRUSH. ARRANGE THE PARTS TO AVOID THE PREMATURE WEAR CONDITIONS. -09/17/1991,91E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E034000),HOLLEY,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,493,"THE FUEL PUMPS MAY CONTAIN A DAMAGED INTERIOR SEAL. A DAMAGED INTERIOR SEAL MAY INTRODUCE AIR INTO THE FUEL SYSTEM, CHANGING THE FUEL DENSITY.",CHANGES IN THE FUEL DENSITY RESULTING FROM THEINTRODUCTION OF AIR AT THE FUEL PUMP CAN CREATE SURGES AT HIGH VEHICLE SPEEDS ORCAUSE STALLING IN IDLE CONDITIONS. EXCESSIVE STALLING MAY CREATE A ROAD HAZARDCONDITION. SURGES AT HIGH SPEED COULD RESULT IN LOSS OF VEHICLE CONTROL AND ANACCIDENT.,REPLACE THE DEFECTIVE FUEL PUMPS. -09/17/1991,91V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V153000),"Winnebago Industries, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,160,THE STEERING GEAR MOUNTING BRACKET BOLTS MAY BECOME LOOSE AND ALLOW THE GEAR TO MOVE OUT OF POSITION.,THE STEERING EFFORT INCREASES AND MAY CAUSE LOSS OFSTEERING CONTROL AND A POSSIBLE VEHICLE ACCIDENT.,REPLACE THE MOUNTING BOLTS; PLACE A SPACER PLATE BETWEEN THE STEERING GEAR MOUNTING BRACKET AND THE LEFT FRONT FRAME; REATTACH THE STEERING GEAR ASSEMBLY MOUNTING BRACKET TO THE FRAME USING NEW HARDENED NUTS TORQUED TO 285 FOOT POUNDS. -09/17/1991,91V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V152000),"Winnebago Industries, Inc.",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,160,THE STEERING GEAR INTERMEDIATE SHAFT CLAMPS USED TO RETAIN THE INTERMEDIATE SHAFT TO THE STEERING GEAR SHAFT AND THE COLUMN SHAFT CAN BECOME LOOSE BECAUSE OF INCORRECT BOLT SIZE AND CLAMP FORCE.,LOOSE INTERMEDIATE SHAFT CLAMPS COULD WEAR SMOOTH THERESPECTIVE SPLINES OF EACH CONNECTING PART AND CAUSE THE ASSEMBLY TO FALL APART.THIS RESULTS IN LOSS OF STEERING CONTROL AND A POSSIBLE VEHICLE ACCIDENT.,"REPLACE THE PINCH BOLTS IN THE INTERMEDIATE STEERING SHAFT ASSEMBLY WITH 7/16"" BOLTS. TORQUE BOLTS 63 TO 75 FOOT POUNDS." -09/17/1991,91V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V151000),"Winnebago Industries, Inc.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,160,THE LOWER BALL JOINT RETAINING NUT THAT HOLDS THE LOWER BALL JOINT TO THE STEERING KNUCKLE WAS NOT TORQUED CORRECTLY.,"IF THE LOWER BALL JOINT BECOMES DISCONNECTED FROM THESTEERING KNUCKLE, THE WHEEL WILL TIP OUTWARD RESULTING IN LOSS OF STEERINGCONTROL AND A POSSIBLE VEHICLE ACCIDENT.","INSPECT LOWER BALL JOINTS, REPLACE WORN PARTS, AND TORQUE THE LOWER BALL JOINT MOUNTING NUT 130 TO 150 FOOT POUNDS." -09/17/1991,91V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V154000),"Winnebago Industries, Inc.",SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,160,THE REAR SHOCK ABSORBER BRACKET CAUSES THE REAR SHOCK ABSORBER LOWER MOUNTING HARDWARE TO FAIL PREMATURELY.,"THE REAR SHOCK ABSORBER MAY BECOME DETACHED AND CAUSEDAMAGE TO SURROUNDING COMPONENTS (TIRES, SPRINGS, ETC.) WHICH COULD LEAD TOLOSS OF VEHICLE CONTROL AND AN ACCIDENT.","REMOVE OLD SHOCK ABSORBER MOUNTING BRACKETS, REATTACH NEW BRACKETS TO FRAME, ADAPT SHOCK ABSORBERS AND ADD A JOUNCE PAD SPACER BETWEEN EACH JOUNCE PAD AND THE NEW SHOCK ABSORBER BRACKETS." -09/17/1991,91V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V148000),"Winnebago Industries, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,160,ROAD DEBRIS MAY ENTER AN OPENING IN THE REAR SUSPENSION TRAILING ARM AND DAMAGE THE BEARING SEAL.,VEHICLE STABILITY MAY BE IMPAIRED UNDER CERTAIN ROADOR OPERATING CONDITIONS WHICH MAY CAUSE LOSS OF VEHICLE CONTROL.,"DRILL A 1/8 INCH VENT/DRAIN HOLE, CLEAN THE BEARING SEAL AREA, APPLY HEAVY WASHOUT RESISTANT GREASE BETWEEN THE HUB ASSEMBLY AND THE TRAILING ARM SURFACES, AND INSTALL A FOAM RUBBER PLUG INTO THE ANGLED OPENING AT INBOARD SIDE OF THE TRAILING ARM." -09/17/1991,91V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V149000),"Winnebago Industries, Inc.",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,160,THE FRONT AND REAR WHEEL HUB RETAINER NUTS HAVE BEEN INCORRECTLY TORQUED. THE PRELOAD ON THE BEARING FROM THE LOOSENED HUB RETAINER NUT MAY CAUSE BEARING FAILURE.,"A WHEEL BEARING FAILURE MAY CAUSE THE AXLE TO BREAK,RESULTING IN LOSS OF VEHICLE CONTROL AND POSSIBLE VEHICLE ACCIDENT.",INSPECT BEARING AND REPLACE IF NECESSARY. TORQUE THE HUB RETAINER NUT 230 TO 350 FOOT POUNDS. -09/13/1991,91V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V158000),"General Motors, LLC",BRAKES:HYDRAULIC:LAMP LIGHT:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18904,"BRAKE INDICATOR LIGHT MAY NOT LIGHT WHEN IGNITION IS IN THE ""ON"" POSITION, THE PARKING BRAKE IS APPLIED, AND THE SHIFT SELECTOR IS IN THE PARK OR NEUTRAL GEAR RANGE.",VEHICLES WOULD NOT MEET THE REQUIREMENTS OF FMVSS 101AND 105.,REPLACE THE PROM IN THE BODY COMPUTER MODULE TO PREVENT THIS CONDITION FROM OCCURRING. -09/12/1991,91V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V159000),"THOMAS BUILT BUSES, INC.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,800,THE STEERING LINKAGE (DRAG LINK) BETWEEN THE STEERING GEAR PITMAN ARM AND THE STEERING ARM ON THE AXLE MAY HAVE BEEN IMPROPERLY FASTENED.,THE DRAG LINK COULD BECOME DISCONNECTED AT EITHER ENDWHICH RESULTS IN LOSS OF STEERING CONTROL AND THE POTENTIAL FOR AN ACCIDENT.,INSTALL CORRECT PINS AND PROPERLY TIGHTEN THE CASTELLATED NUTS. -09/11/1991,91V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V161000),Mazda North American Operations,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,29824,"WHEN APPLYING THE FOOT (SERVICE) BRAKE IN THE LOW VEHICLE SPEED CONDITION, THE BRAKING POWER PRODUCED MAY BE MORE THAN EXPECTED.",THE UNEXPECTED BRAKING POWER COULD RESULT IN REAR BRAKELOCKUP AND THE VEHICLE BECOMING DIFFICULT TO CONTROL.,REPLACE BRAKE SHOE ASSEMBLY WITH IMPROVED ASSEMBLY. -09/11/1991,91V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V162000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11300,"THE CENTER OF THE WATER SEPARATOR PANEL LOCATED IN THE ENGINE COMPARTMENT BETWEEN ENGINE AND FIREWALL COULD BEND IN THE EVENT SOMEONE LEANS ON IT DURING ENGINE MAINTENANCE, REPAIRS OR CHECKING OF FLUID LEVELS. A BENT PANEL COULD INTERFERE WITH THE FREE MOVEMENT OF THE ACCELERATOR LINKAGE.",INTERFERENCE WITH THE FREE MOVEMENT OF THE ACCELERATORLINKAGE COULD RESULT IN UNWANTED ACCELERATION WHICH MAY CAUSE AN ACCIDENT.,INSTALL REINFORCEMENT BRACKET TO SECURE SEPARATOR PANEL. -09/10/1991,91V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V155000),"Jaguar Cars, Ltd.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,700,"THE ENGINE HARNESS MAY COME IN CONTACT WITH THE AIR CONDITIONING EXPANSION VALVE PROTECTION PLATE, CAUSING CHAFING OF THE HARNESS.",THE CHAFING OF THE HARNESS CAN RESULT IN SHORT CIRCUITSOF THE ELECTRICAL WIRING AND POSSIBLE VEHICLE STALLING.,REPOSITION THE AIR CONDITIONING EXPANSION VALVE PROTECTION PLATE TO PRECLUDE POSSIBILITY OF CONTACT WITH THE ELECTRICAL HARNESS. -09/10/1991,91V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V147000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,72000,THE SECONDARY HOOD LATCH MAY NOT ENGAGE WHEN THE HOOD IS CLOSED.,"IN THE EVENT THE PRIMARY HOOD LATCH RELEASES WHEN THEVEHICLE IS IN MOTION, THE HOOD COULD FLY UP, OBSTRUCTING THE OPERATOR'S VISION,AND INCREASING THE POTENTIAL FOR A VEHICLE ACCIDENT.",INSTALL A NEW HOOD LATCHING ASSEMBLY. -09/09/1991,91V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V163000),Great Dane Trailers,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,654,THE TOP WELD ON PINTLE HOOK CROSSTUBE ASSEMBLY MAY HAVE BEEN OMITTED.,"MISSING WELD COULD CAUSE THE PINTLE HOOK MOUNT TUBETO BECOME DETACHED FROM THE TRAILER DURING OVER-THE-ROAD OPERATIONS, WHICH COULDRESULT IN A VEHICLE CRASH.",APPLY ANY MISSING WELDS. -09/04/1991,91V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V146000),Ford Motor Company,FUEL:FUEL TANK:AUXILLARY SELECTOR AND SWITCH,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,350000,"THE DUAL FUEL TANK SELECTOR VALVE MAY MALFUNCTION AND CAUSE AN OVERFILL CONDITION IN ONE OF THE FUEL TANKS, RESULTING IN AN OVERFLOW OF FUEL PAST THE FILLER CAP.","THE OVERFLOW OF FUEL PAST THE FILLER CAP CAUSES A FUELLEAKAGE, WHICH CAN RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.",REPLACE THE DUAL FUEL TANK SELECTOR VALVE. -09/04/1991,91V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V143000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,231833,"UNDER CERTAIN VEHICLE OPERATIONS AND OCCUPANT USAGE CONDITIONS, THE SAFETY BELTS CAN LOCKUP OR JAM IN THE SAFETY BELT RETRACTOR.","IF LOCKUP OCCURS, IT IS IMPOSSIBLE TO PULL BELT OUT OFTHE RETRACTOR. THE OCCUPANT OF A SEAT WITH AN UNUSABLE SAFETY BELT ISSUBJECT TO INCREASED RISK OF INJURY OR DEATH IN THE EVENT OF A SUDDEN STOP ORACCIDENT.",REPLACE THE SAFETY BELTS IF THE LOCKUP OCCURS. -09/04/1991,91V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V145000),Ford Motor Company,STRUCTURE:HATCHBACK SUPPORT ROD (ALSO 13640000),STRUCTURE,NR (Not Reported),Vehicle,1300,"MANUFACTURING ERRORS BY THE SUPPLIER OF THE LIFTGATE LATCH MECHANISM MAY CAUSE THE SECONDARY PORTION OF THE LIFTGATE LATCH NOT TO FUNCTION. IF THE LATCH IS NOT IN THE PRIMARY LATCH POSITION, THE LIFTGATE COULD OPEN WITHOUT OPERATOR ACTION.","IF THE LIFTGATE WERE TO OPEN DURING VEHCILE OPERATION,PASSENGERS OR CARGO COULD FALL FROM THE OPEN LIFTGATE.",REPLACE MALFUNCTIONING LIFTGATE LATCHES. -09/03/1991,91V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V144000),TIARA MOTOR COACH DIVISION,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,11880,FRONT AND REAR SEAT BELTS FAILED TO COMPLY WITH FMVSS 210 LOAD TEST.,SEAT OCCUPANTS FACE INCREASED RISK OF INJURY IN THE EVENTOF A SUDDEN STOP OR ACCIDENT.,"REPLACE WASHERS AND BACKER PLATES FOR PEDESTALS, AND FURNISH PROPER SEAT BELT BAR BRACKETS AND BOLTS FOR THE SEAT BELT BAR." -08/26/1991,91V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V142000),"Gillig, LLC",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,125,"GILLIG CHASSIS MAY HAVE STEERING DRAGLINKS WHICH COULD SEPARATE FROM THE STEERING GEAR PITMAN ARM DUE TO AN ASSEMBLY ERROR THAT INSTALLED TWP 1/4"" SPACERS, WHICH PREVENT PROPER TORQUING BETWEEN THE DRAGLINK AND THE PITMAN ARM.","IF THE DRAGLINKS WERE TO SEPARATE WHILE THE VEHICLE WASMOVING, STEERING CONTROL WOULD BE LOST AND A VEHICLE CRASH MAY RESULT.","REMOVE TWO 1/4"" SPACERS, REPLACE AND RETORQUE THE LOCK NUT AND COTTER KEY. ALSO, INSPECT THE DRAGLINK SOCKET ASSEMBLY AND PITMAN ARM FOR WEAR AND REPLACE AS NEEDED." -08/23/1991,91V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V139000),Blue Bird Body Company,VISUAL SYSTEMS:GLASS,VISIBILITY,NR (Not Reported),Vehicle,148,PUSHOUT RECTANGULAR TRANSIT WINDOWS MAY EXCEED 20 POUND RELEASE FORCE.,"IN CASE OF AN EMERGENCY, OCCUPANT MAY NOT BE ABLE TO OPENTHE WINDOW TO USE AS AN EMERGENCY EXIT.",PROVIDE ADJUSTMENT OF PUSHOUT RECTANGULAR TRANSIT WINDOWS TO MEET THE FORCE APPLICATION REQUIREMENTS OF FMVSS 217. -08/21/1991,91V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V138000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8405,FRICTION PAD SEPARATES FROM THE BACKING PLATE AND SUBSEQUENTLY FROM THE FRONT OR REAR BRAKE CALIPER ASSEMBLY.,"SEPARATION OF THE FRICTION PAD MAY CAUSE A REDUCTION INSTOPPING ABILITY, WHICH MAY RESULT IN AN ACCIDENT.",REPLACE FRICTION PADS. -08/20/1991,91V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V137000),"Mercedes-Benz USA, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,96541,"THE DESIGN OF THE PARKING BRAKE GRIP MAKES IT POSSIBLE TO DISTORT THE GRIP AND PINCH THE BRAKE RELEASE KNOB. IF THE RELEASE KNOB STICKS IN A PARTIAL ENGAGE/RELEASE POSITION BECAUSE OF THE PINCHED GRIP, IT IS POSSIBLE FOR THE LEVER TO RELEASE UNINTENTIONALLY WITH A CORRESPONDING REDUCTION IN PARKING BRAKE FORCE.","IF THE VEHICLE IS NOT PROPERLY PARKED WITH THETRANSMISSION IN THE CORRECT POSITION, AND IF THE VEHICLE IS PARKED ON A GRADE,REDUCTION IN PARKING BRAKE FORCE COULD LEAD TO UNINTENTIONAL ROLLAWAY AND ANACCIDENT.",REPLACE THE PARKING BRAKE GRIP WITH A NEW GRIP TYPE. -08/19/1991,91V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V136000),Ford Motor Company,STRUCTURE:HATCHBACK HYDRAULIC CYLINDER:TRUNK CYLIN,STRUCTURE,NR (Not Reported),Vehicle,112000,SOME LIFTGATE GAS CYLINDER-TO-BODY ATTACHMENT BALL STUDS MAY FRACTURE IN EITHER THE OPEN OR CLOSED POSITION.,"IF A BALL STUD FRACTURES, THE LIFTGATE WILL NOT REMAIN INTHE OPEN POSITION. BODILY INJURY COULD RESULT IF THE LIFTGATE DROPS WHILESOMEONE IS UNDER IT.",REPLACE THE GAS CYLINDER-TO-BODY ATTACHMENT BALL STUDS. -08/19/1991,91V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V135000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,290408,SECONDARY HOOD LATCH ASSEMBLY ON THESE VEHICLES MAY NOT BE PROPERLY ADJUSTED AND COULD BECOME BENT. THIS WILL LEAD TO A CONDITION WHERE FULL PRIMARY LATCH ENGAGEMENT IS NOT ATTAINED.,"A BENT SECONDARY HOOD LATCH COULD LEAD TO THE PRIMARYLATCH NOT BEING FULLY ENGAGED, ALLOWING THE HOOD TO UNEXPECTEDLY OPEN. IF THISWERE TO OCCUR WHILE THE VEHICLE WAS IN MOTION, THE HOOD MAY CONTACT THEWINDSHIELD, REDUCING THE FORWARD VISION AREA OF THE DRIVER AND A VEHICLE CRASHCOULD OCCUR WITHOUT PRIOR WARNING.","REPLACE THE PRIMARY HOOD LATCH ASSEMBLY, THE SECONDARY HOOD LATCH ASSEMBLY, AND THE SUPPORT BRACKET." -08/14/1991,91E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E032000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPINDLE,SUSPENSION,NR (Not Reported),Equipment,239,AXLES MAY DEVELOP FATIGUE CRACKS IN AXLE SPINDLE THAT COULD PROPAGATE INTO A TRANSVERSE CRACK.,"SPINDLE END FAILURE AND WHEEL SEPARATION COULD OCCUR ANDCONSTITUTE A HAZARD TO USERS OF THE ROADWAY, BYSTANDERS AND ADJACENT PROPERTY.","REPLACE AXLES WITH AXLES MANUFACTURED WITH BUTT WELD SPINDLES, RATHER THAN THE ORIGINAL INTEGRAL SPINDLES." -08/12/1991,91E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E031000),Central Florida Custom Trailers,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,33,"UNDER CERTAIN CIRCUMSTANCES, THE SAFETY RETAINER NUT COULD CRACK DUE TO A DEFECT IN THE SCREWS.",LIFT ARM COULD FAIL AND RESULT IN AN ACCIDENT WITHPOTENTIAL FOR INJURY TO INDIVIDUALS IN THE VICINITY.,REPLACE RETAINER NUT USING REPLACEMENT KIT. -08/12/1991,91E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E029000),"Allison Transmission, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC:SWITCH:SOLENOID,POWER TRAIN,NR (Not Reported),Equipment,3250,AN INCORRECT NEUTRAL START SWITCH WAS INSTALLED ON SOME TRANSMISSIONS WHICH ALLOWS THE TRUCK TO BE STARTED IN A DRIVE POSITION.,"IF VEHICLE ENGINE IS STARTED WITH THE TRANSMISSIONSELECTOR IN A DRIVE POSITION WITHOUT SERVICE OR PARKING BRAKES APPLIED, THEVEHICLE WILL MOVE AS SOON AS THE ENGINE STARTS AND COULD RESULT IN A VEHICLECRASH WITHOUT PRIOR WARNING.",REPLACE THE NEUTRAL START SWITCH IF DETERMINED THAT THE INCORRECT TYPE OF SWITCH WAS INSTALLED. -08/06/1991,91V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V134000),Ford Motor Company,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,325000,FRONT DISC BRAKE ROTORS OF THE SUBJECT VEHICLES MAY EXPERIENCE SEVERE CORROSION IF OPERATED IN AREAS WHERE CALCIUM CHLORIDE AND SODIUM CHLORIDE ARE USED EXTENSIVELY.,"SEVERELY CORRODED ROTORS MAY FRACTURE OR SEPARATE NEARTHE INNER EDGES OF THE BRAKE DISCS RESULTING IN REDUCED BRAKING EFFECTIVENESS,HIGHER THAN NORMAL PEDAL EFFORTS, LOUD GRINDING NOISES, AND MODERATE PULLS WHENTHE BRAKES ARE APPLIED. REDUCED BRAKING EFFECTIVENESS MAY INCREASE MINIMUMSTOPPING DISTANCES, POSSIBLY RESULTING IN AN ACCIDENT.",REPLACE FRONT BRAKE ROTORS WITH FULL CAST FRONT BRAKE ROTORS. -08/05/1991,91V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V133000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,744,"THE AUTOMATIC APPLY TRANSMISSION MOUNTED PARKING BRAKE LEVER PIVOT BOLT ""FINGER"" MAY BE LOOSE.","THE LOOSE PIVOT BOLT COULD ALLOW THE PARKING BRAKES TORELEASE AFTER THEY HAVE BEEN SET MANUALLY; IF THE BOLT FALLS OFF WHEN THEAUTOMATIC APPLY PARKING BRAKE IS SET, THERE IS INSUFFICIENT BRAKING TO HOLD THEVEHICLE IF IT IS PARKED ON AN INCLINE. BOTH OF THESE CONDITIONS COULD RESULT INVEHICLE MOVEMENT WITHOUT PRIOR WARNING AND POSSIBLY IN AN ACCIDENT.",TORQUE PIVOT BOLT TO SPECIFICATIONS. -08/05/1991,91V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V132000),"Chrysler (FCA US, LLC)",FUEL:FUEL INJECTION:UNKNOWN TYPE:REGULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,95000,PRESSURE REGULATOR INSTALLED IN THE FUEL SUPPLY PLUMBING SYSTEM LEAKS FUEL INTO THE ENGINE COMPARTMENT.,FUEL LEAKS CAN RESULT IN A FIRE WHEN NEAR A SOURCE OFIGNITION.,THE FUEL SUPPLY PRESSURE REGULATOR ASSEMBLY WILL BE REPLACED WITH A NEW ASSEMBLY TO ENSURE INTEGRITY OF THE FUEL SUPPLY SYSTEM. -08/05/1991,91V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V131000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,1570,"TRANSAXLE SHIFT CONTROL CABLE MAY DISENGAGE FROM SHIFT CONTROL CABLE BRACKET, CAUSING LOSS OF GEAR INDICATOR REFERENCE, AND SHIFT SELECTOR OPERATION.","THE DISENGAGED CABLE COULD FALSELY INDICATE TRANSMISSIONGEAR POSITION, AND THE VEHICLE MIGHT BE LEFT IN REVERSE OR DRIVE WHEN THE DRIVERMOVED THE GEAR SELECTOR TO PARK OR THE OPPOSITE DIRECTION. A VEHICLE LEFT ON ANINCLINE WITHOUT PARKING BRAKES WHEN THE GEAR SELECTOR IS PLACED IN PARK COULDMOVE. EITHER CASE RESULTS IN UNEXPECTED VEHICLE MOVEMENT WITHOUT PRIOR WARNINGAND COULD CAUSE A VEHICLE ACCIDENT.",INSTALL A TRANSAXLE SHIFT CONTROL CABLE RETAINING CLIP ON THE SHIFT CONTROL CABLE BRACKET ON TOP OF TRANSAXLE. -08/01/1991,91T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T010000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,1157,"TIRES CURED WITH PRESS MEDALLION B02 MAY NOT HAVE RECEIVED THE STANDARD CURE CYCLE DUE TO A MALFUNCTIONING TIMER, RECEIVING A SHORTENED CURE CYCLE DURING MANUFACTURING PERIOD.","TIRES MIGHT DEVELOP TREAD SEPARATION AND FAIL, RESULTINGIN LOSS OF STEERING CONTROL AND VEHICLE CRASH POTENTIAL OCCURRENCE.",TIRES ARE TO BE RETURNED AND INSPECTED BY HOLOGRAPHY TO IDENTIFY SUSPECTED UNDERCURED TIRES. -07/25/1991,91V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V130000),"YUGO OF AMERICA,INC.",ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3676,THE ELECTRONIC CONTROL UNIT HAS A FAULTY RUBBER SEAL WHICH ALLOWS WATER TO INFILTRATE AND SHORT CIRCUIT THE UNIT.,THE VEHICLE COULD STALL AND FAIL TO RESTART WITHOUT PRIORINDICATION OR WARNING.,INSTALL A RUBBER SEAL BETWEEN THE UNIT AND THE FIREWALL IT IS WELDED TO. -07/25/1991,91V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V129000),Collins Bus Corporation,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,499,THE FASTENERS ATTACHING THE SEATS TO THE FLOOR OF THE VEHICLE DO NOT MEET DESIGN SPECIFICATIONS AND MAY FAIL.,FASTENER FAILURE WOULD SUBJECT SEAT OCCUPANTS TOINCREASED RISK OF INJURY IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,REPLACE FASTENERS AS NECESSARY. -07/24/1991,91V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V125000),LABRIE EQUIPMENT LTD.,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,519,THE PRIMARY SERVICE BRAKE SYSTEM AND THE AUXILIARY BRAKE SYSTEMS ARE FED BY A SINGLE CIRCUIT WHICH MAY RENDER THE EMERGENCY BRAKE SYSTEM INOPERATIVE IF THE PRIMARY BRAKE CIRCUIT FAILS; TRUCKS DO NOT COMPLY WITH FMVSS 121.,"IN THE EVENT OF A PRIMARY BRAKE CIRCUIT FAILURE, THETRUCK WOULD BE UNABLE TO USE AUXILIARY BRAKING TO STOP, WHICH COULD RESULT IN AVEHICLE CRASH.",INSTALL HARDWARE TO ENSURE THE EMERGENCY BRAKE SYSTEM WORKS INDEPENDENTLY OF THE PRIMARY BRAKE SYSTEM. -07/24/1991,91V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V128000),GRUMMAN CORP.,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,498,THE HEADLAMP SWITCH IS NOT IDENTIFIED AS REQUIRED BY FMVSS 101.,VEHICLE DOES NOT MEET REQUIREMENTS OF FMVSS 101.,MANUFACTURER WILL SUPPLY VEHICLE OWNERS A DECAL WHICH IS TO BE PLACED ADJACENT TO THE HEADLAMP SWITCH. -07/24/1991,91V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V127000),FREIGHTLINER LLC,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,1200,"THE LOCATION OF THE DOOR HANDLE TO THE DOOR LATCH MAY BE OUT OF TOLERANCE, WHICH CAN CAUSE THE DOOR TO OPEN, IF JARRED.",AN OPEN DOOR WOULD SUBJECT THE OCCUPANT OF THE CAB TOPOSSIBLE EJECTION.,REPLACE THE DOOR HANDLE ASSEMBLY WITH A MODIFIED ONE IF THE SPECIFIED MINIMUM FREE TRAVEL IS NOT ACHIEVED. -07/24/1991,91T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T009000),KELLY SPRINGFIELD TIRE CO,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,1009,"TIRES HAVE INCORRECT TIRE LOAD RANGES, LOAD, AND INFLATION PRESSURES MARKED ON THE SIDEWALLS.",TIRES USED INCORRECTLY ARE SUBJECT TO PREMATURE FAILUREAND COULD RESULT IN A VEHICLE ACCIDENT; TIRES DO NOT COMPLY WITH FMVSS 119.,REPLACE THE INCORRECTLY MARKED TIRES FREE OF CHARGE WITHIN 60 DAYS FROM OWNER'S RECEIPT OF RECALL NOTICE OR 60 DAYS FROM DATE REPLACEMENT TIRES ARE AVAILABLE TO REGISTERED OWNERS. -07/23/1991,91V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V124000),E-One Incorporated,EQUIPMENT:WATER PUMP:FIRE TRUCK,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,91,"IN THE EVENT THAT THE PROPER PUMP ENGAGEMENT SEQUENCE IS NOT FOLLOWED THE ""OK TO PUMP"" INDICATOR LIGHT WILL ILLUMINATE WHEN THE TRANSMISSION IS IN A DRIVE GEAR.",,AN ELECTRONIC CIRCUIT AND MODULE WILL BE INSTALLED TO LOCK-OUT THE PUMP THROTTLE ON ELECTRONICALLY CONTROLLED TRANSMISSIONS IF THE CORRECT LOCK-OUT PROCEDURES ARE NOT CARRIED OUT. -07/16/1991,91V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V123000),"General Motors, LLC",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3085,BRAKES MAY HAVE MISSING REAR AXLE OUTER BEARING RETAINING RING AND OR GREATER THAN SPECIFIED BEARING END PLAY. EITHER CONDITION ALLOWS THE ROTOR AND HUB ASSEMBLY TO SHIFT POSITION RELATIVE TO THE SPINDLE. THIS MOVEMENT CAN CAUSE BRAKE CALIPER PISTON RECEDE FARTHER THAN NORMAL INTO THE PISTON BORE WHICH WOULD REQUIRE GREATER THAN NORMAL BRAKE FLUID DISPLACEMENT WHEN THE SERVICE BRAKES ARE APPLIED.,"THIS CONDITION LEADS TO INCREASED STOPPING DISTANCE, ANDSHOULD MINIMUM STOPPING DISTANCE BE REQUIRED, IT COULD RESULT IN AN ACCIDENTWITHOUT WARNING.",REPLACE BOTH REAR AXLE HUBS. -07/16/1991,91V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V126000),Ford Motor Company,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,3000,"BECAUSE OF A MACHINING INCONSISTENCY, THERE IS A HIGH PISTON-TO-BALL CONTACT ANGLE IN THE STEERING GEAR WORM DRIVE. THIS CONTACT CAUSES THE BALLS TO TRY TO ROTATE ON TWO DIFFERENT ROLLING RADII AT TWO DIFFERENT SPEEDS, CAUSING THE BALL TO DAMAGE THE CONTACT SURFACES OF THE PISTON AND SPINDLE DURING STATIC OR LOW SPEED MANEUVERS INVOKING FULL OR NEAR FULL TURNS.",STEERING ABILITY DETERIORATES AND EVENTUALLY STEERINGLOCKUP OCCURS DURING THESE LOW SPEED MANEUVERS RESULTING IN LOSS OF STEERINGCONTROL AND AN INCREASED RISK OF VEHICLE ACCIDENT.,REPLACE BENDIX C300N STEERING GEARS WITH NEW GEARS. -07/15/1991,91E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E028000),"Cummins, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,189,ENGINES FAIL TO START DUE TO A COMBINATION OF INCORRECT SOLENOID-TO-LEVER ADJUSTMENT AND APPLICATION ISSUES AFFECTING POWER TO THE SOLENOID.,EMERGENCY VEHICLES CAN BECOME UNAVAILABLE FOR EMERGENCYSERVICES.,"WHERE NECESSARY, REPLACE SOLENOID SPRING, ADJUST SOLENOID, REPLACE WIRES, AND VERIFY MAXIMUM POWER REQUIREMENTS TO THE SOLENOID." -07/12/1991,91V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V118000),Isuzu Motors Limited,POWER TRAIN:TRANSMISSION:AUTOMATIC:OTHER PARTS,POWER TRAIN,NR (Not Reported),Vehicle,3023,THE TRANSMISSION FLUID LEVEL GAUGES (DIP STICKS) INSTALLED IN THESE VEHICLES ARE NOT TO DESIGNED SPECIFICATIONS. THE GAUGE INDICATES THAT TRANSMISSION FLUID SHOULD BE ADDED WHEN IT IS AT THE CORRECT LEVEL.,ADDING MORE TRANSMISSION FLUID THAN REQUIRED WILL CAUSETHE FLUID TO LEAK THROUGH THE FLUID LEVEL GAUGE TUBE ONTO THE MANIFOLD AS THEENGINE TEMPERATURE RISES. THIS CREATES A POTENTIAL FOR A FIRE.,REPLACE OIL LEVEL GAUGE AND NOTIFY OWNERS TO USE ONLY THE SPECIFIED AMOUNT OF AUTOMATIC TRANSMISSION FLUID. -07/11/1991,91V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V122000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,130000,FRONT OUTBOARD SAFETY BELT MAY BECOME DIFFICULT TO LATCH AND OR UNLATCH DUE TO A WEBBING STIFFENER ENTERING THE BUCKLE HOUSING AND DISLODGING THE BUCKLE LATCH GUIDE.,"LATCH MAY OPEN DURING ACCIDENT OR SUDDEN STOP, EXPOSINGSEAT OCCUPANT TO INCREASED RISK OF INJURY.",REPLACE BUCKLE LATCH ENGAGEMENT. -07/08/1991,91V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V121000),"FLEETWOOD ENTERPRISES, INC.",FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Vehicle,135,FURNACE EXHAUST VENT TUBE MAY NOT HAVE BEEN PROPERLY ALIGNED DURING INSTALLATION. IMPROPER ALIGNMENT ALLOWS FURNACE EXHAUST AIR TO DISCHARGE AGAINST THE INTERIOR SURFACE OF MOTORHOME WALL.,"FURNACE EXHAUST AIR DISCHARGE INTO THE INTERIOR WALL CANCAUSE MELTING OR BURNING OF INTERIOR WALL COMPONENTS, PRODUCING COMBUSTIONBY-PRODUCTS (INCLUDING CARBON MONOXIDE) WHICH CAN POISON INDIVIDUALS IN THEMOTOR HOME.",ALIGN EXHAUST FURNACE EXHAUST VENT TUBE. -07/03/1991,91V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V119000),VAN CRAFT CORP,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,30,SAFETY BELT ANCHORAGES DID NOT MEET LOAD REQUIREMENTS OF FMVSS 210; BELT ANCHORAGE BAR PULLED THROUGH THE FLOOR OF VEHICLE WHEN SUBJECTED TO LOADS OF FMVSS 210 TEST.,SEAT OCCUPANTS WOULD NOT HAVE ADEQUATE PROTECTION IN THEEVENT OF A SUDDEN STOP OR ACCIDENT AND WOULD BE SUBJECT TO INCREASED RISKOF INJURY.,SECURE SAFETY BELT ANCHORAGE BAR TO VEHICLE FRAME FOR ADDED STRENGTH. -07/01/1991,91V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V115000),NEOPLAN USA CORPORATION,AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,90,LEAKING HOSES CAUSED REFRIGERANT LEVELS TO DECREASE CAUSING EXCESSIVE CYCLING OF THE AC CLUTCH.,EXCESSIVE CYCLING OF THE AC CLUTCH COULD CAUSE COILOVERHEATING AND ULTIMATELY A FIRE.,"REPLACE HOSES, CHANGE CONNECTION FITTINGS ON THE AC COMPRESSOR AND INSTALL A LOW PRESSURE CUT-OUT SWITCH." -07/01/1991,91V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V117000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,61386,"MALFUNCTIONING 30 AMP CIRCUIT BREAKERS DURING OPERATION CAN RESULT IN DISRUPTION OF THE ELECTRICAL SYSTEM, INCLUDING LIGHTS, IGNITION, AND ACCESSORIES WITHOUT PRIOR WARNING.","DISRUPTION OF THE ELECTRICAL SYSTEM RESULTS IN LOSS OFHEADLIGHTS AND STOPLIGHTS, MAKING VEHICLE LESS VISIBLE AND INCREASING ACCIDENTPOTENTIAL OF THE RIDER.",REPLACE 30 AMP CIRCUIT BREAKER. -07/01/1991,91V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V114000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,22,SOME OF THE SPECIAL FASTENERS ATTACHING THE SEATS TO THE FLOOR TRACKS ARE OF SUBSTANDARD QUALITY AND ARE NOT CAPABLE OF HOLDING THE SEAT TO THE FLOOR.,"IN THE EVENT OF A SUDDEN STOP OR ACCIDENT, SEAT OCCUPANTSWOULD BE PLACED AT INCREASED RISK OF INJURY FROM SEATS BREAKING FREE OF THEFLOOR; BUSES WOULD NOT COMPLY WITH FMVSS 222.",REPLACE SUBSTANDARD FASTENERS WITH NEW FASTENERS. -07/01/1991,91V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V113000),"Navistar, Inc.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,10573,THE TWO BRACKETS USED TO MOUNT THE TILT/TELESCOPING STEERING COLUMNS TO THE DASH MAY EXPERIENCE FAILURE DUE TO FATIGUE STRESS; CRACKS IN THE RADIUS AREA AT THE BOTTOM OF THE LEFT BRACKET COULD PROPAGATE UPWARD UNTIL BRACKET FAILURE OCCURS.,FAILURE OF THE STEERING BRACKETS CAN LEAD TO LOSS OFVEHICLE CONTROL AND AN ACCIDENT WITHOUT PRIOR WARNING.,INSTALL NEW REDESIGNED STEERING COLUMN MOUNTING BRACKETS. -06/26/1991,91V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V110000),Toyota Motor Corporation,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,38500,,FUEL LEAKAGE CAN LEAD TO FIRE WHEN NEAR AN IGNITIONSOURCE.,REPLACE THE FUEL TANK WITH AN IMPROVED TANK. -06/25/1991,91V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V111000),"PREVOST CAR, INCORPORATED",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1319,"INAPPROPRIATE INSTALLATION, TIGHTENING OF THE TERMINAL NUT, OR INADEQUATE ELECTRICAL CABLE ROUTING ALLOWS THE TERMINAL RING TO MOVE, CAUSING THE CABLE TO RUB AGAINST METALLIC COMPONENT AND WEAR THROUGH THE INSULATION OR CAUSE THE RING TERMINAL TO BREAK, CAUSING THE CABLE TO FALL. CONSEQUENCE OF DEFECT: CHAFING OF THE ELECTRICAL CABLE INSULATION OR THE BREAKAGE OF THE RING TERMINAL CAN CAUSE AN ELECTRICAL SHORT WHICH MAY RESULT IN A FIRE.",,REINSTALL ELECTRICAL CABLING TO AVOID THESE HAZARDS. -06/25/1991,91V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V112000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,4000,"LAP AND SHOULDER SEAT BELT ARRANGEMENT FOR FIXED (NON-SUSPENSION) SEATS DOES NOT MEET THE SEAT BELT LOADING REQUIREMENTS OF FMVSS 210. THE INBOARD CLINCH NUT IN CAB SILL, WHERE THE BUCKLE FOR THE SHOULDER AND LAP BELT IS MOUNTED, PULLED OUT OF THE SILL DURING THE TESTS. CONSEQUENCE OF DEFECT: IF SEAT BELT ANCHIRAGE FAILS, THE SEAT OCCUPANT FACES AN INCREASED RISK OF INJURY IN AN ACCIDENT OR SUDDEN STOP.",,"RELOCATE THE INBOARD SEAT BELT MOUNTING FROM TOP OF THE SILL TO THE FORWARD FLANGE OF THE SILL ON THE CAB FLOOR, AND ADD A 3MM FILLET WELD AROUND THE 2 INBOARD CLINCH NUTS." -06/24/1991,91V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V120000),"ONAN, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,86,"WHEN DIESEL FUEL TANK IS FILLED, THE WEIGHT OF THE UNIT EXCEEDS THE RATED CAPACITY OF THE TIRES AND, IN SOME INSTANCES, THE RATED CAPACITY OF THE AXLE. CONSEQUENCE OF DEFECT: OVERLOADED TIRES COULD BLOWOUT CAUSING THE TRAILER TO SWERVE AND EVENTUALLY BREAK ITS HITCH; THIS COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,"REPLACE WHEEL ASSEMBLIES AND ADJUST AXLE RATING, AS NECESSARY; ALSO, INSTALL STICKER SHOWING CORRECT RATING OF REPLACEMENT TIRES." -06/24/1991,91E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E027000),PHOENIX AMERICA INC.,LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,600000,"THE BULBS IMPORTED FROM KOREA HAVE THE WRONG DEFLECTION, DIMENSION, AND PHOTOMETRIC VALUES, AND DO NOT MEET THE REQUIREMENTS OF FMVSS 108.",HEADLIGHTS WITH NON-STANDARD LAMP BULBS MIGHT NOTILLUMINATE SUFFICIENTLY FOR SAFE VEHICLE OPERATION.,REPLACE HEADLIGHT LAMP BULB. -06/21/1991,91V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V108000),"General Motors, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,102885,VEHICLES HAVE BEEN SHIPPED WITH THE FUEL TANK SENDER SEAL OUT OF POSITION.,"IN THE EVENT OF ROLLOVER ACCIDENT, AN OUT OF POSTIONSEAL COULD ALLOW FUEL SPILLAGE IN EXCESS OF THE AMOUNT PRESCRIBED BY FMVSS 301.SPILLED FUEL COULD IGNITE NEAR AN IGNITION SOURCE.",REPLACE SENDER SEALS. -06/18/1991,91V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V107000),"BMW of North America, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1122,FRONT BRAKE HYDRAULIC LINE MAY CONTACT AND RUB AGAINST FUEL TANK OR SPEEDOMETER CABLE RESULTING IN SCUFFING AND SUBSEQUENT WEARING ON BRAKE LINES OUTER SURFACE WHICH COULD CAUSE A HYDRAULIC FLUID LEAK. CONSEQUENCE OF DEFECT: HYDRAULIC FLUID LEAK DUE TO THE DAMAGED LINES IMPAIRS BRAKE PERFORMANCE.,,"A SPIRAL HOSE TO PROTECT THE BRAKE LINE FROM CONTACT WILL BE INSTALLED, AS WELL AS A HOSE CLAMP AND SUPPORT, SO BRAKE LINE WILL NOT CHANGE." -06/18/1991,91V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V106000),"Dixie Craft Trailers, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,5333,INCORRECT CERTIFICATION LABELS WERE INSTALLED.,VEHICLES WOULD NOT COMPLY WITH PART 567.,INSTALL NEW CERTIFICATION LABELS. -06/17/1991,91E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E026000),Knapheide Manufacturing Company,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Equipment,355,"BOLT FAILURE, POSSIBLY DUE TO HYDROGEN EMBRITTLEMENT, COULD OCCUR.","FAILURE OF FRONT MOUNTING BOLTS COULD RESULT IN BODYLIFTING OFF FRAME, HOIST FRAME TWISTING AND POSSIBLE PROPERTY DAMAGE.",REPLACE BOLTS WITH BOLTS OF IMPROVED QUALITY AND USE ATTACHING HARDWARE TO PREVENT FAILURE. -06/17/1991,91V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V103000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,975,"DUE TO ROUTING OF FUEL LINE FROM THE FUEL TANK TO REAR FUEL PUMP, THE FUEL LINE MAY BE DAMAGED UNDER CERTAIN DRIVING CONDITIONS. ON FULL TRAVEL OF LEFT REAR SUSPENSION (JOUNCE), THE BRACKET FOR THE BRAKE PAD WEAR INDICATOR WIRE ON LEFT REAR CONTROL ARM COULD CONTACT AND DAMAGE FUEL LINE.","A DAMAGED FUEL LINE MAY RESULT IN A FUEL LEAK WHICH MAYIGNITE, RESULTING IN A FIRE.",REPLACE DAMAGED FUEL LINE: IN ADDITION ALL FUEL LINES WILL BE REROUTED SO THAT THE BRAKE PAD WEAR INDICATOR WIRE BRACKET CANNOT CONTACT FUEL LINE. -06/14/1991,91V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V093000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER ASSIST BRAKING UNITS INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V094000),"LIMOUSINE WERKS, INC.",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,186,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 WERE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V095000),PICASSO COACH BUILDERS CORP,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER ASSIST BRAKING UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V096000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V097000),CLASSIC LIMOUSINE,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,73,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V098000),KRYSTAL KOACH COMPANY,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13,REAR WHEEL BRAKE CYLINDERS TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH THE POWER ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V099000),"Federal Coach, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,91,REAR WHEEL BRAKE CYLINDERS ARE TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V100000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V101000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,205,,STOPPING DISTANCE REQUIREMENTS OF FMVSS 105 ARE NOT METWITH POWER BRAKING ASSIST UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/14/1991,91V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V105000),"PEUGEOT, INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,689,"ENGINE WIRING HARNESS MAY COME IN CONTACT WITH THE ALTERNATOR HOUSING. WITH NORMAL ENGINE MOVEMENT OVER A PERIOD OF TIME, THE ALTERNATOR HOUSING COULD WEAR THROUGH THE WIRE INSULATION OF THE HARNESS.",THIS COULD CAUSE A SHORT CIRCUIT WHICH WOULD AFFECTENGINE OPERATION BY CUTTING OFF FUEL DELIVERY AND WHICH COULD RESULT IN ANELECTRICAL FIRE.,INSPECT AND REPAIR ENGINE WIRING HARNESS. -06/14/1991,91E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E025000),MONARCH SPORT SYSTEM,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,2931,HELMETS DID NOT COMPLY WITH THE PENETRATION AND IMPACT REQUIREMENTS OF FMVSS 218.,HELMET USER MAY SUFFER SERIOUS HEAD INJURIES FROM HELMETBEING INSUFFICIENT TO WITHSTAND IMPACTS.,OWNERS WILL RECEIVE A REPLACEMENT HELMET OR A REFUND OF PURCHASE PRICE. -06/14/1991,91V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V102000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,185,THE SEAT BELTS FOR THE FRONT AND MID-SHIP SEATS DID NOT REST ON PELVIS AS REQUIRED BY FMVSS 209.,"SEAT BELTS MAY NOT RESTRAIN SEAT OCCUPANT, AND COULDINJURE THE SEAT OCCUPANT IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.",RELOCATE SEAT BELT ANCHOR BOLTS TO ADJUST BELTS FOR SEAT LOCATIONS. -06/14/1991,91V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V104000),TRANSPORTATION MFG. CORP.,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,67,DRIVER SEATS HAVE SAFETY BELT TETHER STRAPS WHICH ARE IMPROPERLY ANCHORED TO THE STEEL SEAT BASE AND NOT TO THE FLOOR AS RECOMMENDED.,"DUE TO IMPROPER ANCHORING LOCATION, THE SPACER WHICHHOLDS THE SAFETY BELT AWAY FROM THE SEAT BASE IS RESTRICTED BY THE TETHER STRAPSTRAP WHEN THE SEAT MOVES, CAUSING INCREASED SLACK IN THE BELT THAT WOULD NOTPROPERLY RESTRAIN DRIVER IN AN ACCIDENT OR SUDDEN STOP.","MOVE THE ANCHOR POINT FOR SAFETY BELT TETHER STRAP, REVISE THE MODESTY PANEL TO ADD CLEARANCE, AND REPLACE THE ICP BARS." -06/14/1991,91E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E024000),"Grote Industries, LLC",LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5537,SOCKET FOR THE REAR STOP/TAIL/TURN LAMP IS STAKED INTO THE ASSEMBLY 180 DEGREES OUT OF POSITION.,LAMPS FAIL THE MAXIMUM ALLOWABLE READING ABOVEHORIZONTAL FOR TAIL LAMP FUNCTION AS SPECIFIED.,REPLACE DEFECTIVE TAIL LAMPS. MODELS 016519-05 AND 0016535-05 -06/11/1991,91V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V091000),"Subaru of America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,19763,TRANSMISSION SHIFT LINKAGE MAY BE INCORRECTLY ADJUSTED AND WOULD NOT BE ENGAGED IN A FULL PARK POSITION WHEN PLACED IN PARK.,"IF TRANSMISSION PARK MECHANISM IS NOT IN PARK WHILE THEVEHICLE IS RUNNING OR ON AN INCLINE, A RUNAWAY SITUATION WOULD OCCUR WHICHCOULD RESULT IN A VEHICLE ACCIDENT.",REPAIR THE TRANSMISSION PARK MECHANISM. -06/10/1991,91V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V109000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,654,VEHICLES HAVE AN INCORRECT FRONT WHEELHOUSE SPLASH SHIELD THAT MAY CONTACT RUBBER PORTION OF FRONT BRAKE HOSE.,CHAFING OR SERATION OF FRONT BRAKE HOSE COULD RESULT IN ASUDDEN FAILURE OF FRONT HYDRAULIC BRAKE SYSTEM.,REPLACE FRONT WHEELHOUSE SPLASH SHIELD. -06/10/1991,91V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V092000),EXECUTIVE COACH BUILDERS,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14,REAR WHEEL BRAKE CYLINDERS TOO SMALL TO ALLOW FOR PROPER BRAKING.,STOPPING DISTANCE REQUIREMENTS OF FMVSS 571 ARE NOT METWITH POWER ASSIST BRAKING UNIT INOPERATIVE.,"REPLACE ORIGINAL 1"" REAR WHEEL BRAKE CYLINDER WITH A 1 1/16"" CYLINDER." -06/10/1991,91V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V083000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,36364,NUT ATTACHING STEERING WHEEL MAY NOT HAVE BEEN PROPERLY TIGHTENED DURING INSTALLATION.,THIS COULD ALLOW STEERING WHEEL TO SEPARATE FROM STEERINGCOLUMN; LOSS OF VEHICLE CONTROL AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.,TIGHTEN THE NUT TO THE PROPER TORQUE AS NECESSARY. -06/10/1991,91V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V090000),PACCAR Incorporated,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,15000,SPRAGUE WIPER ASSEMBLY PIVOT CAN SEIZE DUE TO GALVANIC CORROSION BETWEEN THE ZINC-PLATED STEEL SHAFT AND THE BRONZE BUSHINGS.,"THIS CORROSION CAN CAUSE WIPER ARM/BLADE ASSEMBLY TO STOPWIPING WINDSHIELD, THIS COULD AFFECT DRIVER VISIBILITY AND RESULT IN ANACCIDENT.",REPLACE SPRAGUE WIPER ASSEMBLY PIVOT WITH AN ASSEMBLY NOT SUSCEPTIBLE TO GALVANIC CORROSION. -06/06/1991,91V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V085000),WAYNE ENGINEERING CORPORATION,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2804,"POWER ELECTRONIC SOLENOID FAILS CAUSING LOSS OF POWER TO THE EIGHT WAY WARNING LIGHT SYSTEM, THE WINDSHILED WIPERS AND/OR THE DEFROSTER SYSTEM.",FAILURE OF ANY OF THE AFFECTED SYSTEMS WILL EXPOSE SCHOOLBUS OCCUPANTS TO INCREASED RISK OF VEHICLE ACCIDENT.,REPLACE SOLENOID. -06/06/1991,91E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E022000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Equipment,4299,"DUE TO OPERATIONAL CONDITIONS, STEERING ARMS COULD CRACK AND BREAK.",STEERING ARM FAILURE CAUSES LOSS OF STEERING CONTROLWITHOUT WARNING RESULTING IN LOSS OF VEHICLE CONTROL AND IN THE POSSIBILITY OFAN ACCIDENT.,REPLACE STEERING ARM WITH ONE REDESIGNED TO ENHANCE FATIGUE LIFE OF ARM. -06/06/1991,91E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E023000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Equipment,44,STEERING ARMS CRACK AND BREAK FROM PRESSURES EXERTED IN OPERATIONS IN URBAN TRAFFIC ENVIRONEMNTS.,CRACKED AND BROKEN STEERING ARMS CAN RESULT IN LOSS OFSTEERING CONTROL WITHOUT WARNING AND POSSIBLE VEHICLE ACCIDENT.,NOTIFICATION WILL BE SENT TO MANUFACTURERS AND USERS TO REPLACE THE STEERING ARM AFTER TEN YEARS SERVICE. -06/05/1991,91C014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C014000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,13500,THE FOAM SEAT CUSHIONS FAIL TO CONFORM TO FMVSS 213; THE SEAT BURNS AT A RATE FASTER THAN PERMITTED.,OCCUPANTS OF THE SEAT WOULD BE EXPOSED TO INCREASED RISKOF INJURY IN THE EVENT OF FIRE OR EXTREME HEAT.,REPLACE THE FOAM SEAT CUSHION WITH NEW SEAT CUSHION. -06/05/1991,91E021001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E021001),"COACHMEN INDUSTRIES, INC.",FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,46239,"CONTAMINANTS COULD BLOCK THE INTERNAL ORIFICES IN THE ITT VALVES, CAUSING THE GAS CONTROL VALVE TO FAIL IN OPEN POSITION: THIS WOULD ALLOW UNBURNED GAS TO REACH VEHICLE'S LIVING QUARTERS.","HAZARDS OF LIQUID PROPANE GAS IN THE LIVING QUARTERS OF ARECREATIONAL VEHICLE INCLUDE RISK OF EXPLOSION AND FIRE WHEN EXPOSED TO A SOURCEOF IGNITION, AND RESPIRATORY DISTRESS FROM THE GAS ITSELF.",REPLACE THE ITT VALVES WITH REDUNDANT GAS CONTROL VALVES. -06/05/1991,91V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V088000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,3835,STEERING GEARS HAVE NO END-OF-TRAVEL STOPS. EXTREME LEFT AND RIGHT TURNS PLACE ADDED LOADS ON THE AXLE STEERING ARM WHICH CAN CAUSE THE ARM TO LOOSEN AND SHEAR MOUNTING STUDS.,"LOOSENING OF THE STEERING ARM OR SHEARING OF THEMOUNTING STUDS RESULT IN LOSS OF STEERING CONTROL, AND A POSSIBLE VEHICLEACCIDENT.",INSTALL STEERING ARM STOP AND NEW STUDS. -06/04/1991,91V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V089000),Oshkosh Corporation,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,1585,"STEP TREAD WAS DESIGNED WITH AN UPTURNED EDGE. ALSO, INCORRECT BOLTS WERE USED TO ATTACH THE STEPS TO VEHICLE; INCORRECT BOLTS MAY FATIGUE AND BREAK ALLOWING THE STEPS TO SEPARATE FROM CAB.","PERSONS EXITING THE CAB CAN TRIP AND FALL ON UPTURNEDEDGES. ALSO, FATIGUE OR BROKEN BOLTS COULD CAUSE THE STEPS TO BREAK AWAY AT THETIME THAT A PERSON IS ENTERING OR EXITING THE VEHICLES.","REPLACE INCORRECTLY DESIGNED STEPS, REPLACE INCORRECT BOLTS." -06/03/1991,91V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V087000),"Volkswagen Group of America, Inc.",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2000,METAL FUEL LINES WITH AN INCORRECT CONTOUR WERE INSTALLED IN THE ENGINE COMPARTMENT. THE INCORRECT CONTOUR CAN CAUSE THE METAL FUEL LINE TO RUB AGAINST THE INTAKE MANIFOLD.,"PROLONGED RUBBING OF THE FUEL LINE AGAINST THE INTAKEMANIFOLD COULD CAUSE A FUEL LINE LEAK, AND RESULT IN AN ENGINE COMPARTMENT FIREIF THE LEAKING FUEL LINE IS EXPOSED TO A SOURCE OF IGNITION.",REPLACE FUEL LINE WITH CORRECTLY CONTOURED FUEL LINE. -06/03/1991,91V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V084000),FREIGHTLINER LLC,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,2976,MALFORMED STEERING WHEEL CENTER SECTION COULD RESULT IN A FRACTURE OF THE UPPER HUB CASTING. THIS MAY LEAD TO SEPARATION OF THE STEERING WHEEL FROM THE STEERING COLUMN MOUNTING HUB.,FRACTURED UPPER HUB CASTING COULD RESULT IN LOSS OFSTEERING CONTROL WITHOUT WARNING AND AN ACCIDENT.,REMOVE AND REPLACE THE UPPER HUB CASTING AND INSTALL A HUB PLATE. -06/03/1991,91V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V086000),"General Motors, LLC",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,30,"THE REAR VIEW MIRRORS ON EACH SIDE OF THESE VEHICLES HAVE THIRTY-NINE SQUARE INCHES OF REFLECTIVE SURFACE, LESS THAN THE FIFTY SQUARE INCHES REQUIRED BY FMVSS 111.",REDUCED REFLECTIVE AREA ON OUTSIDE REAR VIEW MIRRORSREDUCES THE DRIVER'S APPARENT AREA OF VISIBILITY IN THE REAR OF THE TRUCK. THISREDUCED AREA OF VISIBILITY INCREASES THE LIKELIHOOD OF VEHICLE COLLISION.,REPLACE THE NON-CONFORMING REAR VIEW MIRRORS. -05/30/1991,91V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V082000),"Subaru of America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,76000,"UNDER CERTAIN LOAD CONDITIONS, THE PARK GEAR MAY NOT DISENGAGE IMMEDIATELY WHEN THE TRANSMISSION LEVER IS MOVED FROM PARK TO REVERSE.",DELAYED RELEASE OF TRANSMISSION FROM PARK CAUSES DELAYEDAND POSSIBLY ABRUPT VEHICLE MOVEMENT THAT COULD RESULT IN LOSS OF VEHICLECONTROL AND AN ACCIDENT.,INSTALL A MODIFIED PARKING BRAKE PAWL TO PREVENT DELAYED RELEASE INTO REVERSE GEAR. -05/28/1991,91E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E021000),HYDRO FLAME CORP.,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,1598,"CONTAMINANTS COULD BLOCK THE INTERNAL ORIFICES IN THE ITT VALVES, CAUSING THE GAS CONTROL VALVE TO FAIL IN OPEN POSITION; THIS WOULD ALLOW UNBURNED GAS TO REACH VEHICLE'S LIVING QUARTERS.","HAZARDS OF LIQUID PROPANE GAS IN THE LIVING QUARTERS OF ARECREATIONAL VEHICLE INCLUDE RISK OF EXPLOSION AND FIRE WHEN EXPOSED TO A SOURCEOF IGNITION, AND RESPIRATORY DISTRESS FROM THE GAS ITSELF.",INSTALL RETROFIT KIT TO REPLACE THE ITT VALVE WITH A WHITE ROGER GAS CONTROL VALVE. -05/23/1991,91V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V080000),"Mack Trucks, Inc.",STEERING:POWER ASSIST:HYDROBOOST UNIT,STEERING,NR (Not Reported),Vehicle,35,INCORRECT MANUFACTURE OF THE HYDROBOOST CYLINDER ALLOWS THE BALL SOCKET CLAMP TO CONTACT RIGHT SIDE STEERING LEVER ON AN EXTREME LEFT TURN AND CAUSE FLEXING OF THE CYLINDER ROD .,THIS FLEXING CAN CAUSE SEAL FAILURE OR CYLINDER FAILUREOF THE HYDROBOOST UNIT AND RESULT IN LOSS OF STEERING CONTROL AND RESULT IN AVEHICLE ACCIDENT.,REPLACE INCORRECTLY BUILT BOOST CYLINDERS. -05/22/1991,91C011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C011000),"FBS, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,17968,CHILD RESTRAINT SYSTEMS FAILED TO MEET HEAD EXCURSION REQUIREMENTS OF FMVSS 213 BECAUSE OF CHILD SEAT BASE DESIGN.,SEAT OCCUPANT WOULD FACE INCREASED RISK OF INJURY IN THEEVENT OF A SUDDEN STOP OR ACCIDENT.,REPLACE THE CHILD SEAT BASE WITH CORRECTED BASE AND REPAIR KIT FROM THE MANUFACTURER. -05/22/1991,91C018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C018000),"FBS, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,6495,CHILD RESTRAINTS HAVE STRIPED SEAT COVERS WHICH FAILED THE FLAMMABILITY REQUIREMENTS OF FMVSS 213.,SEAT OCCUPANT WOULD FACE INCREASED RISK OF INJURY FROM AFIRE.,REPLACE SEAT COVERS. -05/21/1991,91C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C019000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,26700,THE BREAST SHIELD COULD SEPARATE FROM THE TONGUE OF THE RESTRAINT ASSEMBLY IN CRASH CONDITIONS BECAUSE OF A FAULTY BUCKLE FRAME.,BREAST SHIELD SEPARATION DURING A SUDDEN STOP OR CRASHWOULD EXPOSE SEAT OCCUPANT TO INCREASED RISK OF INJURY. SEAT FAILS TO COMPLYWITH REQUIREMENTS OF FMVSS 213.,REPLACE BREAST SHIELD ASSEMBLIES. -05/17/1991,91E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E016000),Aston Martin The Americas,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Equipment,1105,"INTERNAL STRESSES OF THE HEATER MAY CAUSE THE COVER TO THE HEATER UNIT FUEL PUMP TO LOOSEN, RESULTING IN A FUEL LEAK.",LEAKING FUEL RESULTS IN VEHICLE FIRE WHEN EXPOSED TO ASOURCE OF IGNITION.,REPLACE AND STRENGTHEN BOLT CONNECTIONS BETWEEN THE PUMP HOUSING AND THE PUMP COVER WITH LONGER BOLTS. -05/15/1991,91E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E020000),PETERSON AUTOMOTIVE CORP.,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,333130,"JACK STAND CANNOT HOLD THE RATED CAPACITY OF 8,000 POUNDS ON A SINGLE POST OF THE SADDLE.",JACK STAND FAILURE TO HOLD THE RATED WEIGHT CAPACITY CANRESULT IN INJURY IF A PERSON IS WORKING UNDER OR NEAR THE VEHICLE ON THE JACKSTAND.,NEW WARNING LABELS SHOWING A 6500 POUND CAPACITY FOR THE JACK STAND WILL BE DISTRIBUTED. -05/14/1991,91V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V078000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,90,"MISMATCHED PARKING BRAKE CABLE LENGTHS TO THE REAR WHEELS REDUCES BRAKING ABILITY OF ONE OF THE REAR WHEELS, IN VIOLATION OF FMVSS 105.",INSUFFICIENT BRAKING ABLITY COULD RESULT IN INADVERTENTVEHICLE ROLLAWAY WHICH COULD RESULT IN A VEHICLE ACCIDENT.,REPLACE MISMATCHED PARKING BRAKE CABLE WITH ONE OF CORRECT LENGTH. -05/14/1991,91V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V077000),"AUSTIN ROVER CARS NA, INC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,4028,"AUTOMATIC SHOULDER BELT ASSEMBLY MAY MALFUNCTION DURING ABRUPT BRAKING OR CORNERING. THE ASSEMBLY MAY TIGHTEN AGAINST THE OCCUPANT RESTRICTING MOVEMENT. ALSO, THE RETRACTOR DRIVER UNIT MAY STALL IN ANY POSITION, LEAVING THE BELT LOOSE. IN EITHER CASE, THE BELT WOULD NOT RETRACT WHEN THE DOOR IS OPENED.",THE AUTOMATIC SHOULDER RESTRAINT SYSTEM WOULD NOT ALLOWSEAT OCCUPANT TO EXIT THE VEHICLE WITHOUT DISCONNECTING THE SAFETY BELT.,REPLACE THE AUTOMATIC SAFETY BELT ASSEMBLIES. -05/13/1991,91V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V079000),Mazda North American Operations,BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,300,"A RETURN FLUID LINE OF THE FRONT BRAKE SYSTEM IS MISCONNECTED TO A REAR BRAKE FLUID RETURN. WHEN THE ABS SYSTEM COMES INTO USE, ALL THE FLUID FROM THE FRONT BRAKES GOES TO THE REAR BRAKE SYSTEM. THE FLUID RETURNS TO THE FRONT SYSTEM WHEN THE BRAKE PEDAL IS RELEASED.","TOTAL LOSS OF FLUID IN THE FRONT BRAKE SYSTEM LEADS TOINCREASED STOPPING DISTANCES, AND COULD RESULT IN VEHICLE COLLISION.",REPLACE DEFECTIVE ABS SYSTEMS. -05/10/1991,91C015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C015000),"COSCO, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,9519,THE CHILD SEATS FAIL TO MEET THE HEAD EXCURSION REQUIREMENTS OF FMVSS 213 (EXCEEDED PRESCRIBED 32 INCH HEAD EXCURSION LIMIT).,,MANUFACTURER WILL FURNISH A REPAIR KIT CONSISTING OF A HARNESS RETAINER WITH INSTALLATION AND USE INSTRUCTIONS. -05/10/1991,91E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E017000),GANEAUX INDUSTRIES,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,1350000,"SADDLE ON THE CENTER COLUMN OF THE JACK STAND ALLOWS OFF-CENTER LOADING, AND THE BASE AND INNER TUBE ASSEMBLY MATERIALS ARE OF INSUFFICIENT STRENGTH TO WITHSTAND PIN-HOLE DISTORTION UNDER LOAD.",OFF-CENTER LOADING AND/OR INSUFFICIENT STRENGTH OFTHE BASE AND INNER TUBE ASSEMBLY MATERIALS COULD CAUSE JACK STAND COLLAPSE. THISCOULD RESULT IN INJURY TO ANYONE IN VICINITY OF THE JACK STAND WHEN COLLAPSEOCCURS.,MANUFACTURER WILL REPLACE JACK STANDS WITH REDESIGNED SADDLE AND STRENGTHENED MATERIAL MODELS. -05/06/1991,91V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V075000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,485,"SAFETY BELTS ARE DESIGNED TO BE ROUTED UNDER A DIAGONAL CROSS BRACE DURING FASTENING. THE INSTRUCTIONAL LABELS FOR THE BELT ROUTING ARE INADEQUATE, AND CAN RESULT IN INADVERTENT RELEASE OF THE BELT BUCKLE.",CONSEQUENCE OF DEFECT: SAFETY BELT MISUSE COULD CAUSE THE SEAT OCCUPANT TO FACE GREATER RISK OF INJURY IN A SUDDEN STOP OR VEHICLE ACCIDENT IF AN INADVERTENT RELEASE OF THE SAFETY BELT OCCURRED.,INSTALL LABELS TO INSTRUCT THE USER IN PROPER SAFETY BELT ROUTING; ALSO REPLACE SAFETY BELT BUCKLES. -05/06/1991,91V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V076000),Ford Motor Company,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,125000,"THE NUTS WHICH HOLD WINDSHIELD WIPER MOTOR TO THE WIPER MODULE MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED AND MAY LOOSEN OR COME OFF. THIS CAUSES CHANGED WIPER PATTERNS, OR THE WIPERS MAY JAM IF TWO OF THE THREE NUTS COME OFF.",CHANGES IN THE WIPER PATTERN OR JAMMING OF THE WIPERSWOULD RESULT IN REDUCED DRIVER VISIBILTY IN INCLEMENT WEATHER CONDITIONS.,APPLY TORQUE RETENTION MATERIAL TO WIPER MOTOR STUDS AND NUTS AND RETORQUE. -05/03/1991,91V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V074000),"General Motors, LLC",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,173,"THE FRONT SEAT UPPER HINGE COVER SCREWS ARE TOO LONG, AND INTERFERE WITH THE SEAT BACK INERTIA LOCK. THIS PREVENTS THE SEAT BACK FROM LOCKING PROPERLY.","IN THE EVENT OF A SUDDEN STOP OR VEHICLE IMPACT, ANUNLOCKED SEAT BACK WOULD INCREASE THE RISK OF INJURY TO THE SEAT OCCUPANT.",REPLACE SCREWS SECURING UPPER HINGE TRIM COVER WITH CORRECT LENGTH SCREWS. -05/02/1991,91V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V072000),EXPLORER MOTOR HOME CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,22037,THE REAR SEAT SAFETY BELT ANCHORAGE FAILED TO SUSTAIN THE LOADS REQUIRED BY FMVSS 210. SAFETY BELTS ARE ANCHORED TO A BAR ATTACHED TO THE FLOOR OF THE VEHICLE.,OCCUPANTS OF SEATS WITH UNSAFE BELTS HAVE INCREASED RISKOF INJURY IN THE EVENT OF A SUDDEN STOP OR VEHICLE ACCIDENT.,REPLACE THE FLOOR MOUNTED SAFETY BELT ANCHORAGE WITH A FRAME MOUNTED ASSEMBLY. -05/02/1991,91V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V073000),Utilimaster Corporation,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,541,THE PRIMARY HOOD LATCH CAN RELEASE WHEN VEHICLE IS DRIVEN IN THE CONDITION OF HIGH WIND GUSTS. THE PRIMARY HOOD LATCH FAILURE WILL ALSO CAUSE THE SECONDARY HOOD LATCH TO FAIL SIMULTANEOUSLY.,,"REPLACE DEFECTIVE PRIMARY AND SECONDARY LATCH MECHANISMS WITH A LARGER SPRING ON THE PRIMARY LATCH, AND A REDESIGNED CATCH ON THE SECONDARY LATCH." -05/01/1991,91V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V069000),"ROVER GROUP, LIMITED",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2271,THE RIGHT REAR METAL BRAKE LINE COULD COME IN CONTACT WITH THE TOP OF THE RIGHT REAR SHOCK ABSORBER. THIS COULD LEAD TO AN EVENTUAL FLUID LEAK IN ONE OF THE TWO BRAKE CIRCUITS.,THE LEAK OF FLUID FROM THE REAR METAL BRAKE LINE COULDCAUSE REDUCED BRAKING EFFECTIVENESS AND INCREASE STOPPING DISTANCE.,"REROUTE REAR METAL BRAKE LINES TO AVOID CONTACT WITH THE REAR SHOCK ABSORBER, AND REPLACE BRAKE LINES THAT HAVE CONTACTED THE SHOCK ABSORBERS." -05/01/1991,91V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V071000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1400,"THE THROTTLE CABLE WHICH RUNS FROM THE ACCELERATOR TO THE GOVERNOR ASSEMBLY HOUSING MAY HAVE BEEN KINKED DURING ASSEMBLY, CAUSING EXCESSIVE WEAR OF THE CABLE HOUSING INNER LINING. THIS COULD RESULT IN EITHER FRACTURE OR STICKING OF THE CABLE.","IF THE THROTTLE CABLE FRACTURES, ENGINE SPEED WILL RETURNTO IDLE. IF THE CABLE JAMS OR STICKS, THE ENGINE WILL REMAIN AT THE SPEED ATWHICH IT WAS RUNNING WHEN THE JAMMING OCCURRED. A STUCK THROTTLE COULD RESULT INLOSS OF CONTROL AND AN ACCIDENT.","REPLACE THE GOVERNOR ASSEMBLIES, WHICH INCLUDE THE THROTTLE CABLE." -05/01/1991,91E013001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E013001),"Jayco, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,36082,THE STOP LAMPS ON THESE TRAILERS FAILED TO COMPLY WITH PHOTOMETRIC REQUIREMENTS OF FMVSS 108.,"INADEQUATE STOP LIGHTS CAN CAUSE MOTORIST FOLLOWING THETRAILER TO MISS A STOP OR TURN SIGNAL, AND AN ACCIDENT MAY RESULT.",REPLACE THE LENSES OF THE STOP LAMPS TO COMPLY WITH FMVSS 108. -05/01/1991,91V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V070000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,3673,"STRESSES IMPOSED ON THE LEVER DURING TURNING MANEUVERS AND/OR IMPACT INCIDENTS, SUCH AS WOULD BE CAUSED BY CURBS OR ROAD SURFACE IRREGULARITY, REDUCE THE LIFE EXPECTANCY OF THE PART. THE STEERING LEVER MAY CRACK AND EVENTUALLY THE STRESSES COULD CAUSE THE STEERING LEVER TO BREAK.",A BROKEN STEERING LEVER WILL CAUSE LOSS OF STEERINGCONTROL WITHOUT PRIOR WARNING WHICH MAY RESULT IN A VEHICLE CRASH.,REPLACE THE DEFECTIVE STEERING ARMS. -04/26/1991,91V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V081000),Volvo Trucks North America,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,53,"THE BENDIX MV-2 PARKING CONTROL VALVE INSTALLED IN VEHICLES WITHOUT A DESICCANT STYLE AIR DRYER MAY EXPERIENCE A SEAL FAILURE. THIS FAILURE MAY ALLOW THE VALVE TO MOVE FROM THE PARK POSITION TO THE RELEASE POSITION, ALLOWING THE PARKING BRAKES TO RELEASE.",RELEASE OF THE PARKING BRAKES WHILE THE VEHICLE ISUNATTENDED OR WITHOUT WARNING COULD RESULT IN A VEHICLE ACCIDENT.,REBUILD THE BENDIX MV-2 PARKING CONTROL VALVE. -04/22/1991,91V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V068000),"Volkswagen Group of America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8500,"THE FUEL FILTER HOUSING, WHICH SERVES AS THE BASE FOR THE FUEL PUMP (LOCATED IN THE FUEL TANK) COULD DEFORM, RESULTING IN THE FUEL PUMP BECOMING LOOSE.",A LOOSE AND IMPROPERLY SEATED FUEL PUMP CAN CAUSEREDUCED FUEL FLOW TO THE ENGINE RESULTING IN POSSIBLE DRIVABILITY PROBLEMS ANDSTALLING OF THE VEHICLE.,REPLACE FUEL FILTER. -04/22/1991,91V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V067000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,40696,"THE METAL LATCHPLATES MAY NOT ENGAGE THE BUCKLE ASSEMBLIES, CAUSING A ""NO LATCH"" CONDITION. MOVEMENT OF THE SEAT OCCUPANT IN THIS CONDITION COULD CAUSE LATCHPLATE RELEASE FROM THE BUCKLE.",UNBELTED OR INCORRECTLY BELTED SEAT OCCUPANTS ARESUBJECTED TO INCREASED RISK OF INJURY IN THE EVENT OF SUDDEN STOP OR ACCIDENT.,REPLACE THE RETRACTOR ASSEMBLY FOR THE SAFETY BELT (FRONT AND REAR IN COUPES AND FRONT ONLY IN CONVERTIBLES). -04/18/1991,91V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V066000),PACCAR Incorporated,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,997,"THE ENGINE FAN MAY EXPERIENCE A RESONANT FREQUENCY CAUSING PREMATURE FAN FAILURE, AND SEPARATION FROM THE ENGINE.",ENGINE FAN SEPARATION CAN CAUSE DEATH OR INJURY TO ANYPERSON IN THE PATH OF THE FAN.,REPLACE ENGINE FAN WITH FAN FROM ANOTHER MANUFACTURER. -04/18/1991,91T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T008000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,7,UNDERCURED TIRES MAY DEVELOP BELT OR TREAD SEPARATION CAUSED BY A LACK OF ADHESION OF THE BELT TO THE TREAD.,"TREAD SEPARATION WOULD LEAD TO A THUMPING NOISE ANDVIBRATION IN USE. IF NOT SERVICED, TREAD SEPARATION COULD LEAD TO PLY CORDSBREAKING AND TEARING OF THE TUBELESS LINER, RESULTING IN LOSS OF INFLATING AIRAND STEERING CONTROL.",REPLACE THE UNDERCURED TIRES. -04/17/1991,91V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V065000),Honda (American Honda Motor Co.),POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,14230,TRANSMISSION SHIFT CABLE BRACKET CAN BE DAMAGED BY THE ENGINE ROCKING FORWARD ON ENGINE MOUNTS IN A MINOR COLLISION.,"WHEN THE SHIFT CABLE BRACKET IS DAMAGED, THE SHIFT LEVERPOSITION MAY NOT CORRECTLY INDICATE THE TRANSMISSION GEAR POSITION. THIS COULDRESULT IN UNANTICIPATED MOVEMENT OF THE CAR AND AN ACCIDENT.",REPLACE THE TRANSMISSION SHIFT CABLE AND ATTACHING HARDWARE WITH REDESIGNED ASSEMBLIES. -04/15/1991,91V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V063000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17000,"IMPROPER INSERTION/CRIMPING OF THE HOSE-TO-END FITTINGS OF THE HIGH PRESSURE HOSE ON THE ANTI-LOCK BRAKE SYSTEM CAN CAUSE DETACHMENT OF THE HOSE FROM THE ABS SYSTEM, AND DISCHARGE OF HYDRAULIC FLUID.","DETACHMENT OF THE HOSE FROM THE ABS SYSTEM CAUSES THELOSS OF THE ABS FUNCTION AND HYDRAULIC BRAKE ASSIST, LEAVING ONLY MANUAL BRAKESAND DECREASING STOPPING ABILITY, WHICH COULD RESULT IN AN ACCIDENT. DISCHARGE OFHYDRAULIC FLUID IN THE AREA OF THE HOT EXHAUST SYSTEM COULD RESULT IN AN ENGINECOMPARTMENT FIRE.",REPLACE THE ABS HIGH PRESSURE HOSE. -04/15/1991,91V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V064000),"Volkswagen Group of America, Inc.",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,550,THE LOCK NUT OF THE CRUISE CONTROL ROD FOR THE OPERATING SERVO MAY NOT HAVE BEEN PROPERLY TORQUED DURING MANUFACTURE.,"INADEQUATE TORQUE OF THE LOCK NUT COULD ALLOW THE RODADJUSTMENT TO CHANGE. THIS COULD INCREASE THE ENGINE IDLE SPEED, AND POSSIBLYINCREASE STOPPING DISTANCE WITH A POTENTIAL FOR A VEHICLE ACCIDENT.",CHECK AND ASSURE PROPER LOCK NUT TORQUE ON THE CRUISE CONTROL ROD. -04/15/1991,91V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V058000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1393,DRIVER'S SAFETY BELT IS TOO SHORT TO MEET LENGTH REQUIREMENTS OF FMVSS 209.,SHORT SAFETY BELTS WOULD DISCOURAGE DRIVER FROM USINGTHEM. SEAT OCCUPANT NOT USING SAFETY BELT WOULD NOT HAVE ADEQUATE PROTECTION INCASE OF A SUDDEN STOP OR ACCIDENT.,REPLACE THE BELT ASSEMBLY WITH A COMPLIANT VERSION. -04/12/1991,91E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E012000),CARROL SMITH CONSULTING,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,37,,"HITCH TOW BAR COULD SEPARATE FROM THE VERTICAL MOUNTINGPLATE, RESULTING IN TOW BAR ATTACHMENT FAILURE AND SEPARATION OF TRAILER FROMTOW VEHICLE WITHOUT WARNING.","A COMPONENT WILL BE SUPPLIED TO CUSTOMER TO BE ATTACHED TO THE VEHICLE TOWING LOOP, TO ELIMINATE CYCLIC STRESS IN THE VERTICAL LOAD PLATE. UNITS FOUND WITH EXISTING FATIGUE FRACTURES WILL BE REPLACED WITH MODIFIED HITCHES." -04/12/1991,91V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V059000),"COACHMEN INDUSTRIES, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,967,"REAR AXLE BEARINGS MAY FAIL DUE TO A BENDING MOMENT CREATED BY THE AFTERMARKET DUAL REAR WHEELS FROM A VARIETY OF FACTORS AND ESPECIALLY WHEN OVERLOADED. FAILURE OF THE BEARINGS CREATE STRESSES ON THE REAR AXLE, RESULTING IN THE BREAKAGE OF THE AXLE.","A BROKEN AXLE WILL CAUSE SEPARATION OF THE DUAL REARWHEEL ASSEMBLY FROM THE MOTORHOME, CAUSING LOSS OF CONTROL WHICH COULD RESULT AN ACCIDENT.","REPLACE REAR AXLE ASSEMBLIES WITH FULL-FLOATING REAR AXLE ASSEMBLIES. ALSO, LITERATURE WILL BE CIRCULATED CAUTIONING VEHICLE OWNERS NOT TO OVERLOAD THE MICRO-MINI MOTORHOMES." -04/12/1991,91V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V060000),NATIONAL R.V. INC.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,8000,"REAR AXLE BEARINGS MAY FAIL DUE TO A BENDING MOMENT CREATED BY THE AFTERMARKET DUAL REAR WHEELS FROM A VARIETY OF FACTORS AND ESPECIALLY WHEN OVERLOADED. FAILURE OF THE BEARINGS CREATE STRESSES ON THE REAR AXLE, RESULTING IN THE BREAKAGE OF THE AXLE.","A BROKEN AXLE WILL CAUSE SEPARATION OF THE DUAL REARWHEEL ASSEMBLY FROM THE MOTORHOME, CAUSING LOSS OF CONTROL WHICH COULD RESULT INAN ACCIDENT.",REPLACE REAR AXLE ASSEMBLIES WITH FULL-FLOATING REAR AXLE ASSEMBLIES. -04/12/1991,91V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V061000),GARDNER PACIFIC CORP.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,906,"REAR AXLE BEARINGS MAY FAIL DUE TO A BENDING MOMENT CREATED BY THE AFTERMARKET DUAL REAR WHEELS FROM A VARIETY OF FACTORS AND ESPECIALLY WHEN OVERLOADED. FAILURE OF THE BEARINGS CREATE STRESSES ON THE REAR AXLE, RESULTING IN THE BREAKAGE OF THE AXLE.","A BROKEN AXLE WILL CAUSE SEPARATION OF THE DUAL REARWHEEL ASSEMBLY FROM THE MOTORHOME, CAUSING LOSS OF CONTROL WHICH COULD RESULT INAN ACCIDENT.",REPLACE REAR AXLE ASSEMBLIES WITH FULL-FLOATING REAR AXLE ASSEMBLIES. -04/12/1991,91V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V062000),"LEISURE ODYSSEY, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,180,"REAR AXLE BEARINGS MAY FAIL DUE TO A BENDING MOMENT CREATED BY THE AFTERMARKET DUAL REAR WHEELS FROM A VARIETY OF FACTORS AND ESPECIALLY WHEN OVERLOADED. FAILURE OF THE BEARINGS CREATE STRESSES ON THE THE REAR AXLE, RESULTING IN BREAKAGE OF THE AXLE.","A BROKEN AXLE WILL CAUSE SEPARATION OF THE DUAL REARWHEEL ASSEMBLY FROM THE MOTORHOME, CAUSING LOSS OF CONTROL WHICH COULD RESULT INAN ACCIDENT.",REPLACE REAR AXLE ASSEMBLIES WITH FULL-FLOATING REAR AXLE ASSEMBLIES. -04/11/1991,91V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V055000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,179036,PARKING BRAKE ADJUSTER FAILS TO OPERATE AND DO NOT WORK AFTER BRAKE PAD WEAR.,"PARKING BRAKES WILL NOT COMPLETELY HOLD A PARKED VEHICLEWHEN PARKED ON A SLOPE, CAUSING UNINTENDED VEHICLE ROLLAWAY WHICH COULD RESULTIN A VEHICLE ACCIDENT.",REPLACE NONFUNCTIONING PARKING BRAKE ADJUSTERS. -04/11/1991,91V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V057000),"Kawasaki Motors Corp., U.S.A.",POWER TRAIN:CLUTCH ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,1879,A MISALIGNMENT OF AN OIL SUPPLY HOLE IN A BUSHING PREVENTS OIL DELIVERY TO A PORTION OF THE CLUTCH ACTIVATING MECHANISM.,INCONSISTENT CLUTCH OPERATIONS CAUSED BY LACK OF OILDELIVERY TO CLUTCH ACTIVATING MECHANISM COULD CAUSE UNEXPECTED LOSS OF VEHICLECONTROL.,REPLACE DEFECTIVE NEEDLE BEARING RACES AS NECESSARY. -04/11/1991,91V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V056000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,55000,REAR SUSPENSION TRAILING ARM-TO-HANGER BRACKET PIVOT BOLTS MAY FAIL FROM STRESS CORROSION CRACKING POSSIBLY CAUSED BY PROCESSING DEVIATIONS IN THE CONSTRUCTION OF THE PIVOT BOLT.,"FAILURE OF BOLTS MAY RESULT IN PARTIAL SEPARATION OF THEREAR SUSPENSION FROM THE VEHICLE, RESULTING IN LOSS OF VEHICLE CONTROL WITHOUTWARNING AND A VEHICLE CRASH.",REPLACE THE REAR SUSPENSION TRAILING ARM-TO-HANGER BRACKET PIVOT BOLT WITH A PROPERLY PROCESSED BOLT. -04/10/1991,91V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V054000),"BMW of North America, LLC",BMW/DRIVER SIDE KNEE BOOSTER,AIR BAGS,NR (Not Reported),Vehicle,13500,"DURING TESTING, INCORRECTLY INSTALLED DRIVER-SIDE KNEE BOLSTER PREVENTED STEERING COLUMN FROM MOVING FORWARD AS DESIGNED TO ABSORB IMPACT ENERGY FROM DRIVER DUMMY.",CHEST DECELERATION EXCEEDS MAXIMUM ALLOWABLE LIMIT WHICHRESULTS IN INCREASED RISK OF OCCUPANT INJURY IN A SUDDEN STOP OR ACCIDENT.,REPAIR THE KNEE BOLSTER TO ALLOW CLEARANCE AND AVOID IMPEDANCE OF STEERING COLUMN MOVEMENT DURING FRONTAL IMPACT. -04/10/1991,91V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V053000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,640000,INBOARD FRONT SEAT BELT BUCKLE ASSEMBLY STRAPS CAN SUFFER FATIGUE FAILURE OF THE STRAP NEAR ITS ANCHOR POSITION.,FATIGUE FAILURE OF SAFETY BELTS IN A SUDDEN STOP ORACCIDENT CONDITION RESULTS IN INCREASED LIKELIHOOD OF INJURY TO SEAT OCCUPANT.,REPLACE FATIGUED STRAPS OR RETROFIT STRAPS WITH A REINFORCEMENT PLATE AND REMOVAL OF AN ANTIROTATION TAB TO PREVENT FATIGUE FAILURE. -04/09/1991,91V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V052000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2180,FUEL FILLER AND VENT HOSE CAME OFF DURING FMVSS 301 COMPLIANCE TEST.,SEPARATION OF FUEL FILLER AND VENT HOSE FROM FUEL TANKCAUSES FUEL TO SPILL FROM THE FUEL TANK. THE SPILLED FUEL COULD CATCH FIRE NEARAN IGNITION SOURCE; VEHICLE WOULD NOT COMPLY WITH FMVSS 301.,TIGHTEN THE CLAMPS HOLDING THE HOSES TO THE TANK AND THE FUEL FILLER TUBE. -04/08/1991,91V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V051000),"Chrysler (FCA US, LLC)",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,12000,THE STEERING WHEEL MAY CRACK AT ITS MOUNTING HUB WELD ATTACHMENT BECAUSE OF FATIGUE LOADING AND EVENTUALLY SEPARATE FROM THE HUB.,SEPARATION OF THE STEERING WHEEL FROM ITS MOUNTING HUBRESULTS IN LOSS OF STEERING CONTROL AND A VEHICLE CRASH COULD OCCUR WITHOUTWARNING.,REPLACE STEERING WHEELS WITH REVISED WHEEL WITH ARC WELDS ADDED AT THE WHEEL STAMPING-TO-HUB ATTACHMENT. -04/05/1991,91E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E010000),KRW COMPANY,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,1268225,"JACKSTANDS CANNOT SUPPORT THE RATED CAPACITY OF WEIGHT OF 3,500 POUNDS UNDER OFF CENTER LOADING CONDITIONS, AND IT CANNOT SUPPORT THE ONE HUNDRED AND FIFTY PERCENT CAPACITY OF 5250 POUNDS UNDER CENTERED LOADING CONDITIONS.","INABILITY OF THE JACKSTAND TO SUPPORT THE RATED CAPACITYWEIGHT COULD LEAD TO FAILURE , WITH INCREASED RISK OF INJURY TO ANYONE UNDER ORNEAR THE UNIT BEING SUPPORTED WHEN THE JACKSTAND FAILS.","WARNING STICKERS WILL BE PROVIDED REMINDING USERS NOT TO LOAD THE JACKSTAND OFF CENTER, OR WITH MORE THAN 2000 POUNDS." -04/02/1991,91V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V050000),"Volkswagen Group of America, Inc.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,20800,INSTRUCTION LABEL IN THE TRUNK OF VEHICLE IS INCORRECT FOR THE JACK SUPPLIED WITH THE VEHICLE.,"INCORRECT USE CAN RESULT IN THE JACK COLLAPSING, WITHINJURY TO INDIVIDUALS UNDER OR NEAR VEHICLE DURING COLLAPSE.","SUPPLY INSERT TO OWNER'S MANUAL NOTING CORRECT USAGE, AS WELL AS A CORRECTED INSTRUCTION LABEL FOR THE TRUNK." -04/02/1991,91E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E009000),HENDRICKSON MFG. CO.,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Equipment,9115,THE TANDEM AXLE REAR LEAF SUSPENSION SPRING HANGER CAN FRACTURE.,"BROKEN SPRING HANGER CAN LEAD TO SEPARATION OF SUSPENSIONCOMPONENTS, LOSS OF VEHICLE CONTROL, POSSIBLE PROPERTY DAMAGE, AND PERSONALINJURY.",REPLACE SPRING HANGER. -03/25/1991,91V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V049000),Utilimaster Corporation,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,12659,THE DRIVER'S SEAT AND THE PASSENGER FRONT OUTBOARD OCCUPANT SEAT ARE DESIGNED WITH THE SAFETY BELT ANCHORAGE ON THE SEAT STRUCTURE. THE WELDS ON THE ALUMINUM WELD MOUNT ASSEMBLY ATTACHING THE SEAT PEDESTAL TO THE CHASSIS COULD FRACTURE IN AN ACCIDENT AND WOULD NOT COMPLY WITH FMVSS 207 AND FMVSS 210.,FAILURE OF THE SEAT ASSEMBLY AND OR THE SEAT BELTASSEMBLY COULD RESULT IN INCREASED RISK OF INJURY TO SEAT OCCUPANT IN THE EVENTOF A SUDDEN STOP OR ACCIDENT.,A STEEL MEMBER WILL BE INSTALLED ATTACHING THE SEAT PEDESTAL TO THE CHASSIS FRAME. -03/21/1991,91V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V045000),NATIONAL COACH CORP.,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,64,BRAKE PEDAL TRAVEL BEYOND HALF THE DISTANCE TO THE FLOOR IS IMPAIRED DUE TO THE MOUNTING OF A MURPHY THROTTLE INTERLOCK SOLENOID BETWEEN THE BRAKE PEDAL SHAFT AND FLOORBOARD.,"THE INTERFERENCE WITH BRAKE PEDAL TRAVEL COULD IMPAIRTHE BRAKE SYSTEM AND EXTEND VEHICLE STOPPING DISTANCE, WHICH COULD RESULT IN ANACCIDENT.",REPOSITION MURPHY THROTTLE INTERLOCK SOLENOID AWAY FROM ANY POSSIBLE INTERFERENCE WITH BRAKE PEDAL TRAVEL. -03/18/1991,91V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V048000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,6800,"THE PARK ROD ASSEMBLY CONTAINS A PARK CAM WITH INADEQUATE SURFACE HARDNESS, WHICH COULD LEAD TO PARK DISENGAGEMENT OR NO PARK ENGAGEMENT WHEN THE LEVER IS PLACED IN PARK.","IF PARK IS NOT ENGAGED AND THE PARKING BRAKE IS OFF, AVEHICLE ROLL-AWAY COULD RESULT.",REPLACE PARK ROD ASSEMBLY ON AUTOMATIC TRANSMISSIONS. -03/15/1991,91V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V046000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,400,A RIGHT HAND SEAT/SHOULDER BELT RETRACTOR MAY HAVE BEEN INSTALLED IN THE SECOND ROW LEFT HAND SEAT POSITION (DIRECTLY BEHIND DRIVER).,"THE INCORRECT RETRACTOR MAY CAUSE THE BELTS TO LOCK UPIF THE VAN IS PARKED ON A STEEP GRADE. AS A RESULT OF THIS, THE OCCUPANT COULDNOT EXTEND THE BELT FOR USE.",REPLACE SHOULDER BELT ASSEMBLY. -03/14/1991,91V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V043000),PACCAR Incorporated,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,77,"AIR BRAKE SYSTEM WAS MODIFIED BY ADDING A LONGER AIR LINE BETWEEN THE ABS SOLENOID AND THE TRANSFER TEE TO SIMPLIFY MANUFACTURING. THIS MODIFICATION CAUSED THE TRUCKS TO BE IN NON-COMPLIANCE WITH FMVSS 121, BRAKE TIMING TEST.","THE MISTIMED BRAKE AND ABS SYSTEM MAY CAUSE THE TRUCK TOFAIL THE STOPPING DISTANCE REQUIREMENT OF THE FMVSS, WHICH MAY LEAD TO ANACCIDENT.",REMOVE THE EXTRA LENGTH OF AIR LINE AND INSTALL THE TRANSFER TEE AT THE ABS SOLENOID. -03/14/1991,91V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V044000),PACCAR Incorporated,SUSPENSION:SINGLE AXLE:REAR:SWAY BAR,SUSPENSION,NR (Not Reported),Vehicle,5623,REAR AXLE STABILIZER (SWAY) BAR MAY NOT HAVE BEEN PROPERLY HEAT TREATED.,,REPLACE THE STABILIZER BAR. -03/12/1991,91E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E008000),"HEBCO PRODUCTS, INC.",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,3200,THE AIR BRAKE HOSE OF THE ASSEMBLY DOES NOT MEET ADHESION REQUIREMENTS OF FMVSS 106.,"THE LOW ADHESION PROPERTY OF THE HOSE LEADS TO AIR BEINGTRAPPED BETWEEN THE PLIES, BALLOONING INWARD, CAUSING HOSE BLOCKAGE. HOSEBLOCKAGE RESULTS IN SLOW BRAKING OR COMPLETE BRAKE FAILURE.",REPLACE NONCOMPLYING AIR BRAKE HOSE ASSEMBLIES. -03/11/1991,91V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V042000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5500,ROUTING OF BATTERY MAIN FEED WIRING MAY ALLOW IT TO CONTACT THE AIR CLEANER BRACKET AND CONTNUED CONTACT MAY LEAD TO AN ELECTRICAL SHORT CIRCUIT.,"THE ELECTRICAL SHORT CAUSED BY CONTINUOUS CONTACT COULDRESULT IN THE IGNITION OF THE WIRING INSULATION, AND AN UNDERHOOD FIRE.",THE MAIN FEED ON ALL INVOLVED VEHICLES WILL BE REROUTED AND SECURED WITH TIE STRAPS AWAY FROM THE AIR CLEANER BRACKET. -03/11/1991,91V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V040000),"General Motors, LLC",INTERIOR SYSTEMS:BENCH,SEATS,NR (Not Reported),Vehicle,25807,SEAT BACK OF THE REAR BENCH SEAT MAY BREAK AWAY FROM THE SEAT CUSHION IN AN ACCIDENT.,SEAT OCCUPANT WOULD BE SUBJECT TO GREATER INJURY; VEHICLEWOULD NOT COMPLY WITH FMVSS 207.,"INSTALL REINFORCEMENT THAT RUNS FROM SIDE OF SEAT BACK FRAME ASSEMBLY TO SEAT CUSHION FRAME ASSEMBLY, STRENGTHENING THE SEAT BACK." -03/11/1991,91V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V041000),"Chrysler (FCA US, LLC)",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1300,INCORRECT TURN SIGNAL FLASHER INHIBITS INDICATION OF SIGNAL LAMP OUTAGE.,"INOPERATIVE TURN SIGNAL LAMPS WOULD NOT INFORM DRIVERTHAT A LAMP WAS OUT, OR WARN OTHER DRIVERS OF INTENT TO TURN, CREATING A RISKOF ACCIDENT; VEHICLE DOES NOT COMPLY WITH FMVSS 108.",REPLACE TURN SIGNAL FLASHER WITH PROPER FLASHER. -03/11/1991,91T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T007000),REMINGTON TIRE CO.,TIRES,TIRES,NR (Not Reported),Tire,262,"TIRES WERE MOLDED WITH PROPER TUBE-TYPE LABEL, BUT MARKED TUBELESS.",IMPROPERLY LABELED TIRES MAY BE MISUSED AND FAIL WITHOUTWARNING.,TIRES WILL BE REPLACED AT NO COST WITHIN 60 DAYS OF NOTIFICATION. -03/06/1991,91V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V038000),STARCRAFT COMPANY,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,444,"INCORRECT SEAT BASE WELDS ON THE DRIVER AND FRONT PASSENGER SEATS CAUSES FAILURES OF THE SEAT BASE, AND CONSEQUENT FAILURE OF THE SAFETY BELT ANCHORAGES, WHICH DOES NOT MEET THE FMVSS 210 STANDARDS.","IN A SUDDEN STOP OR ACCIDENT, THE FAILURE OF THE SEATBASE AND THE SUBSEQUENT FAILURES OF THE SAFETY BELT ANCHORAGES MAY CAUSE SEATSTO NOT PROPERLY RESTRAIN OCCUPANTS, INCREASING THE RISK OF INJURY.",CHANGE THE WELD PATTERN OF THE SEAT PEDESTALS. -03/06/1991,91V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V039000),STARCRAFT COMPANY,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1801,"SEAT PEDESTALS ON MIDSHIP SEATS WERE IMPROPERLY WELDED; THIS FAILURE OF THE SEAT BASE ADDS TO THE LOAD ON THE SAFETY BELT ANCHORAGE, WHICH IN TURN CAUSES A FAILURE TO MEET THE FMVSS 210 STANDARDS.","SEAT FAILURES CAUSE THE SAFETY BELTS TO NOT PROPERLYRESTRAIN OCCUPANTS IN A SUDDEN STOP OR ACCIDENT, INCREASING THE RISK OF INJURY.",CHANGE THE WELD PATTERN ON THE SEAT PEDESTALS. -03/04/1991,91C007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C007000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,14387,CHILD RESTRAINT FAILED HEAD AND KNEE EXCURSION REQUIREMENTS OF FMVSS 213.,CHILD WOULD BE SUBJECT TO GREATER INJURY IN A SUDDEN STOPOR ACCIDENT.,"REPLACE ULTARA II SEAT SHELLS WITH CHAMPION SEAT SHELLS, AND USE THE ULTARA II T-SHIELDS WITH THE CHAMPION SEAT SHELLS. FOR MORE INFORMATION PLEASE CONTACT EVENFLO AT 800-233-5921." -03/04/1991,91V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V035000),PACCAR Incorporated,HEATER:ELECTRICAL:DEFROSTER:DEFOGGER:FAN MOTOR,VISIBILITY,NR (Not Reported),Vehicle,515,,"THIS COULD RESULT IN MELT DOWN OF SURROUNDING PLASTICHOUSING AND POSSIBLE IGNITION OF THE MELTED MATERIAL, RESULTING IN A FIRE.","REPLACE BLOWER SWITCH RESISTOR WITH RESISTOR WITH FUSIBLE LINK, AND RELOCATE THE RESISTOR TO A LOCATION WITH INCREASED FLOW OF COOLING AIR." -03/04/1991,91V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V037000),"RENAULT, INCORPORATED",HEATER:WATER:DEFROSTER:DEFOGGER:CIRCUIT BREAKER FU,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,30000,FUSE BLOCK WIRING TERMINALS MAY NOT ADEQUATELY CLAMP THE POSITIVE ELECTRICAL CONNECTION OF HEATER BLOWER MOTOR FUSE BLADES.,"THIS COULD INCREASE ELECTRICAL RESISTANCE THAT COULDOVERHEAT AND IGNITE THE FUSE BLOCK AND TERMINAL WIRING, RESULTING IN ANINSTRUMENT PANEL FIRE.",MODIFY FUSE BLOCK TERMINAL TO ENSURE ADEQUATE RETENTION CLAMP LOAD ON HEATER BLOWER FUSE BLADES. -03/04/1991,91V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V036000),Ford Motor Company,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,278000,"THE POWER SEAT SWITCH WIRING IS ROUTED OVER RATHER THAN UNDER THE FRONT SEAT SUPPORT BRACE, ALLOWING DAMAGE BY SEAT CUSHION SPRING ENDS WHEN SEAT IS OCCUPIED.","POWER SEAT SWITCH WIRING INSULATION MAY BECOME ABRADED,OR PUNCTURED, AND AN ELECTRICAL SHORT COULD OCCUR THAT COULD RESULT IN A FIREIN THE SEAT CUSHION MATERIAL.",REVISE ROUTING OF POWER SEAT WIRING TO PREVENT DAMAGE FROM SEAT CUSHION SPRING CONTACT. -03/01/1991,91V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V034000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,116,"CARS WERE BUILT MISSING A WIRE BETWEEN THE DIGITAL CLUSTER AND THE DIMMER CONTROL, THEREBY FAILING TO PROVIDE AT LEAST TWO LEVELS OF LIGHTING.",VEHICLES WOULD NOT COMPLY WITH REQUIREMENTS OF FMVSS 101.,REWIRE CONNECTION BETWEEN THE DIMMER SWITCH AND THE DIGITAL CLUSTER. -02/25/1991,91T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T006000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,22065,SUSPECT TIRES HAVE AN UNACCEPTABLE NUMBER OF PLY SEPARATIONS.,PLY SEPARATION COULD CAUSE LOSS OF AIR PRESSURE AND LOSSOF STEERING CONTROL.,REPLACE SUBJECT TIRES. -02/22/1991,91T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T005000),"DICO COMPANY, INC.",TIRES:TREAD,TIRES,NR (Not Reported),Tire,1655,TREAD SEPARATION AND LOSS OF AIR PRESSURE; FAILS TO COMPLY WITH FMVSS 119.,,REPLACE SUSPECT TIRES. -02/20/1991,91V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V033000),Volvo Trucks North America,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,31,IMPROPER PARK BRAKE CONTROL VALVES MAY HAVE BEEN INSTALLED; THE SUSPECT VEHICLE HAVE DISK BRAKES WITH PARK BRAKE VALVE DESIGNED FOR DRUM BRAKES.,"TRUCKS LEFT WITH PARK BRAKES ENGAGED COULD BEGIN TO ROLLAFTER THE DISK BRAKES COOLED, AND COULD RESULT IN A VEHICLE CRASH WITHOUTWARNING.",REPLACE CONTROL VALVE WITH THE CORRECT DISK BRAKE VALVE. -02/20/1991,91T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T004000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,42,TIRES MAY BE UNDERCURED BECAUSE THEY DID NOT RECIEVE HIGH PRESSURE STEAM TREATMENT DURING THE CURE CYCLE OF MANUFACTURE.,"UNDERCURED TIRES ARE SUBJECT TO TREAD SEPARATION ANDBUBBLE IN THE SIDEWALL, WHICH COULD LEAD TO LOSS OF AIR PRESSURE AND LOSS OFSTEERING CONTROL.",TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM THE DATE OF NOTIFICATION. -02/19/1991,91V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V032000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:DRIVELINE TYPE:,PARKING BRAKE,NR (Not Reported),Vehicle,14044,THE PARKING BRAKE DRUM ATTACHMENT BOLTS MAY LOOSEN AND CAUSE A DRIVELINE LOCKUP CONDITION WHEN THE BUS IS STOPPED OR ALMOST STOPPED.,"DRIVELINE LOCK-UP COULD CAUSE LOSS OF VEHICLE CONTROLWITHOUT PRIOR NOTICE, AND RESULT IN A VEHICLE CRASH.","REMOVE ALL OF THE PARKING BRAKE DRUM BOLTS, APPLY A RETAINING COMPOUND TO NEW BOLTS, AND TORQUE THE NEW BOLTS TO SPECIFICATION." -02/19/1991,91V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V030000),AM GENERAL LLC,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,10285,"AUTOMATIC SHOULDER BELT RETRACTION MECHANISM DOES NOT FULLY RETRACT THE BELT AFTER IT IS EXTENDED, EITHER BY MOVEMENT OF THE UPPER TORSO OR AFTER REMOVAL BY OCCUPANT.",SEAT BELT SHOULDER HARNESS WOULD NOT PROVIDE ADEQUATEPROTECTION TO OCCUPANT IN A VEHICLE CRASH.,REPLACE THE WASHER BETWEEN THE SHOULDER BOLT AND UPPER MOUNTING BRACKET WITH SMALLER WASHER; THIS WILL ALLOW RETRACTOR TO OPERATE. -02/19/1991,91V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V031000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,21,"POOR BOND ADHESION BETWEEN THE WINDSHIELD GLASS AND THE MOUNTING, WHICH COULD ALLOW THE WINDSHIELD TO SEPARATE FROM THE VEHICLE DURING A COLLISION. THIS FAILS TO CONFORM WITH FMVSS 212.","IF WINDSHIELD SEPARATION OCCURS IN A COLLISION, ANUNBELTED OCCUPANT COULD BE EJECTED FROM THE VEHICLE, AND PERSONAL INJURY COULDOCCUR.","REMOVE ALL SEALER FROM WINDSHIELD AND MOUNTING; APPLY NEW BONDING AND SEALANT MATERIAL, AND REINSTALL WINDSHIELD." -02/15/1991,91V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V029000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5644,"INSUFFICIENT AXIAL CLEARANCE EXISTS FOR THROTTLE VALVE, SHAFT, AND HOUSING DUE TO THE DIFFERENT THERMAL EXPANSION RATES OF THE SEPARATE PARTS WHEN VEHICLE REACHES NORMAL OPERATING TEMPERATURES AND AMBIENT TEMPERATURE IS 40 DEGREES FAHRENHEIT OR LESS.","THE LIMITED AXIAL CLEARANCE CAN CAUSE THE MOVEMENT OF THETHROTTLE VALVE TO BE IMPEDED, THE VALVE IS UNABLE TO CLOSE. THIS IMPEDANCE WOULDKEEP THE VEHICLE FROM DECELERATING AT THE USUAL RATE AFTER THE GAS PEDAL ISRELEASED; THIS COULD CAUSE UNEXPECTED MAINTENANCE OF SPEED AND AN ACCIDENT.",INSPECT AND REPAIR THE VEHICLE BY REPLACING THROTTLE HOUSING IF INSUFFICIENT AXIAL CLEARANCE IS FOUND. -02/15/1991,91V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V015000),Isuzu Motors Limited,POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,324,BEARINGS USED IN THE REAR AXLE HUBS ON THESE VEHICLES ARE IMPROPERLY MACHINED; BEARING COULD SEIZE AT LOW MILEAGES BEFORE SUFFICIENT RUN IN IS ACHIEVED.,"IF THE BEARING SIEZED, THE AXLE HUB WOULD BE NOISY ATBEST, AND IN THE WORST CASE, THE AXLE SHAFT COULD FALL OUT CAUSING LOSS OFVEHICLE CONTROL WHICH MAY RESULT IN AN ACCIDENT.",INSTALL NEW REAR WHEEL INNER AND OUTER BEARINGS. -02/15/1991,91T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T003000),REMINGTON TIRE CO.,TIRES,TIRES,NR (Not Reported),Tire,409,TIRES FAILED TO MEET ENDURANCE REQUIREMENTS OF FMVSS 119.,"TIRES WOULD WEAR TOO QUICKLY, WHICH COULD LEAD TO LOSSOF AIR PRESSURE AND LOSS OF STEERING CONTROL.",REPLACE SUSPECTED TIRES. -02/14/1991,91C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C006000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,40000,"THE SEAT FAILS TO MEET THE HEAD AND KNEE EXCURSION REQUIREMENTS OF FMVSS 213, S5.1.3.",THE CHILD SEAT OCCUPANT WOULD BE SUBJECT TO INCREASEDRISK OF HEAD AND NECK INJURY IN THE EVENT OF AN ACCIDENT OR SUDDEN STOP.,OWNERS ARE TO INSTALL A PLASTIC REINFORCEMENT TUBE KIT TO THE REAR OF THE SEAT SHELL TO REINFORCE THE SHELL. THIS TUBE KIT WILL BE SUPPLIED BY THE MANUFACTURER. -02/13/1991,91V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V027000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:FITTINGS:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76000,"REAR BRAKE TUBE ROUTING IS CONTACTED BY FUEL TANK HEAT SHIELD WHEN SUSPENSION IS IN FULL JOUNCE POSITION. THIS DAMAGES THE BRAKE FLUID TUBE, CAUSING A LEAK.","LOSS OF FLUID FROM HALF OF THE DIAGONALLY SPLIT BRAKEHYDRAULIC SYSTEM AFFECTS BRAKING CAPABILITY, WHICH COULD RESULT IN AN ACCIDENT.",MODIFY HEAT SHIELD TO ELIMINATE POTENTIAL FOR SHIELD CONTACTING BRAKE TUBE. -02/13/1991,91V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V028000),Mazda North American Operations,STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,10000,REAR BUMPER MAY BE SUSCEPTIBLE TO FATIGUE CRACKING UNDER EXTENDED TRAILER TOW SERVICE WHEN USING A BUMPER MOUNTED TRAILER HITCH.,BUMPER COULD SEPARATE FROM VEHICLE WHEN USING A BUMPERMOUNTED TRAILER HITCH BALL.,"INSTALL TWO ADDITIONAL BRACKETS, ONE ADDITIONAL BAR AND ASSOCIATED FASTENERS TO PREVENT BUMPER SEPARATION." -02/12/1991,91V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V026000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,220000,REAR BUMPER REINFORCEMENT MAY BE SUBJECT TO FATIGUE CRACKING UNDER EXTENDED TRAILER TOW SERVICE WHEN USING A BUMPER-MOUNTED TRAILER HITCH BALL.,"UNDER EXTREME CONDITIONS, BUMPER COULD SEPARATE FROM THEVEHICLE WHEN USING A BUMPER MOUNTED TRAILER HITCH BALL.",INSTALL TWO BRACKETS TO REINFORCE THE BUMPER. -02/11/1991,91V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V023000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:FITTINGS:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,425,IMPROPERLY INSTALLED BRAKE FLUID TUBE MAY ALLOW THE TUBE TO CONTACT THE STEERING INTERMEDIATE SHAFT DAMAGING THE TUBE.,BRAKE FLUID LEAKAGE COULD OCCUR AND RESULT IN PARTIALLOSS OF BRAKING CAPABILITY.,"REPOSITION BRAKE TUBE TO AVOID CONTACT WITH STEERING SHAFT; ALSO, REPLACE ANY DAMAGED BRAKE TUBES." -02/11/1991,91V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V024000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25000,"THE FRONT HEAT SHIELD MAY CONTACT THE FRONT OF THE PLASTIC FUEL TANK, CAUSING CUTS OR OTHER DAMAGE TO THE EXTENT OF PENETRATION.","THIS PENETRATION OF THE FUEL TANK CAUSES VAPORS TO ESCAPEAND POSSIBLY FUEL TO SPILL, WHICH COULD CATCH FIRE IN THE PRESENCE OF ANIGNITION SOURCE.",RELOCATE THE HEAT SHIELD; INSPECT AND REPLACE DAMAGED FUEL FUEL TANKS. -02/11/1991,91V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V025000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18000,"THE HOT PLATE WELD WHICH ATTACHES THE VAPOR VENT VALVE CARRIER TO THE TOP OF THE PLASTIC FUEL TANK MAY PARTIALLY FRACTURE, ALLOWING VAPOR OF FUEL TO ESCAPE FROM THE TOP OF THE TANK.",THE ESCAPED VAPOR OR LEAKED FUEL COULD CAUSE A FIRE INTHE PRESENCE OF A SOURCE OF IGNITION.,FUEL TANK WILL BE REMOVED AND INSPECTED FOR WELD INTEGRITY. FUEL TANKS WITH INADEQUATE WELDS WILL BE REPLACED. -02/08/1991,91V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V022000),"Nissan North America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,165000,IMPROPER BELT GUIDE PERFORMANCE CAN CAUSE FRAYING OF THE SHOULDER SAFETY BELTS NEAR THE RETRACTOR.,"THE FRAYING OF THE SHOULDER SAFETY BELT WEBBING CAN CAUSEIMPROPER RETRACTION OF THE BELT, WHICH WOULD LEAD TO INADEQUATE PROTECTION OFSEAT OCCUPANT DURING A SUDDEN STOP OR ACCIDENT, AND COULD RESULT IN INCREASEDRISK OF INJURY.",MODIFY THE SAFETY BELT GUIDES TO PREVENT FRAYING; AND OR REPLACE RETRACTOR ASSEMBLY IF FRAYING IS PRESENT. -02/08/1991,91T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91T002000),ARMSTRONG HYDRALICS,TIRES:TREAD,TIRES,NR (Not Reported),Tire,2283,SEPARATION BETWEEN TREAD AND CARCASS CAUSED A SMALL REDUCTION IN TIRE INFLATION PRESSURE DURING ENDURANCE TEST REQUIRED BY FMVSS 119.,TIRES WOULD NOT COMPLY WITH FMVSS 119.,RETURN TIRES TO DEALER FOR REPLACEMENT WITHIN 60 DAYS FROM RECEIPT OF NOTICE. -01/23/1991,91C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91C004000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,732523,BUCKLE RELEASE FORCE MAY EXCEED 16 POUNDS WHEN NOT USED IN APPROPRIATE FORWARD LATCH POSITION FOR A CHILD WEIGHING 30 POUNDS AND MORE.,BUCKLE RELEASE FORCE WHICH EXCEEDS THE FMVSS 213REQUIREMENT OF 16 POUNDS MAY CAUSE PROBLEMS IN REMOVING A CHILD FROM THE CARSEAT AND VEHICLE IN POST ACCIDENT SITUATIONS.,"ISSUE NOTIFICATION, CHANGE INSTRUCTIONS AND LABELING TO INDICATE THAT THE REAR LATCH POSITION IS NOT TO BE USED WITH CHILDREN WEIGHING 30 POUNDS OR MORE." -01/23/1991,91V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V014000),Blue Bird Body Company,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,7000,UNDERSIZED CRIMP ON WIRE FROM HEADLIGHT SWITCH TO DIMMER SWITCH CREATES ELECTRICAL RESISTANCE AND CAN CAUSE A SHORT IN THE HEADLIGHT WIRING SYSTEM.,A SHORT COULD RESULT IN HEADLIGHT LOSS WHICH PRESENTS APOTENTIAL FOR AN ACCIDENT.,REPLACE DIMMER SWITCH WITH NEW 14 GAUGE WIRE WITH PROPERLY CRIMPED CONNECTIONS. -01/22/1991,91V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V013000),Mazda North American Operations,BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6680,"WHEN THE VEHICLE IS EXPOSED TO TEMPERATURES BELOW 5 DEGREES FAHRENHEIT (-15 DEGREES C), THE NEUTRAL DETERGENT USED AS AN ASSEMBLY LUBRICANT MAY STICK TO THE CHECK VALVE, PREVENTING VALVE FROM FUNCTIONING.","THIS COULD CAUSE AN INOPERATIVE BRAKE POWER ASSIST WHICHDESCREASES BRAKING ABILITY, AND PRESENTS A POTENTIAL FOR AN ACCIDENT.",REPLACE VACUUM HOSE ASSEMBLY. -01/19/1991,91E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E030000),WESTINGHOUSE ELEC. CORP.,EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Equipment,463,"THE MATERIAL USED IN THE PAWL AND SHAFT OF THE TWO TOP LOCKING MECHANISMS IN CONTAINER CLIP-ON DIESEL SETS DOES NOT HAVE ADEQUATE TENSILE STRENGTH OR WAS NOT PROPERLY HEAT TREATED, AND COULD CAUSE THE PAWL AND SHAFT TO FRACTURE.",FRACTURE OF SHAFT WHILE GENERATOR IS IN USE MAY CAUSEFLYING DEBRIS AND RESULT IN INJURY TO ANYONE IN VICINITY.,REPLACE THE CAST IRON SHAFTS WITH FORGED STEEL SHAFTS. -01/15/1991,91V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V012000),"Porsche Cars North America, Inc.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2451,LUGGAGE IN THE LUGGAGE COMPARTMENT AND OR PLASTIC TRIM SURROUNDING THE SAFETY LATCH MAY PREVENT THE LATCH ON THE FRONT HOOD FROM PROPERLY LOCKING.,LATCH FAILURE COULD CAUSE HOOD TO OPEN AND OBSTRUCT THEDRIVER'S FRONT VIEW WHICH COULD RESULT IN AN ACCIDENT.,REPLACE PLASTIC TRIM PIECE AND INSTALL A BRACKET BEHIND THE SAFETY LATCH TO PREVENT INTERFERENCE. -01/14/1991,91E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E001000),WELLS MFG. CORP.,ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,4820,IGNITION SWITCH COULD ENGAGE STARTER SOLENOID AND START ENGINE WITH AUTOMATIC TRANSMISSION GEAR SHIFT LEVER IN ANY POSITION DUE TO AN INCORRECT COIL CONNECTION IN THE STARTER SOLENOID.,UNEXPECTED VEHICLE MOTION COULD OCCUR BASED ON POSITION OF SHIFT LEVER WHEN ENGINE STARTS; THIS COULD RESULT IN AN ACCIDENT.,INSTALL REPLACEMENT STARTER SOLENOIDS. -01/14/1991,91V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V019000),"ALFA ROMEO, INCORPORATED",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4500,HEADLIGHT SWITCH COULD MALFUNCTION CAUSING SUDDEN HIGH BEAMS FAILURE.,SUDDEN HIGH BEAMS FAILURE COULD RESULT IN AN ACCIDENT.,REPLACE HEADLIGHTS SWITCH. -01/11/1991,91V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V011000),MOLONEY COACH BUILDERS,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,244,LIMOUSINE FAILED TO MEET STOPPING DISTANCE REQUIREMENTS OF FMVSS 105.,INCREASED STOPPING DISTANCE COULD RESULT IN AN ACCIDENT;VEHICLES DO NOT COMPLY WITH FMVSS 105.,REPLACE ORIGINAL REAR WHEEL BRAKE CYLINDER WITH A LARGER CYLINDER. -01/09/1991,91E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E003000),TRAMEC CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,3200,,HOSE RUPTURE AND LEAKAGE COULD OCCUR WHEN EXPOSED TOHYDROSTATIC PRESSURES BELOW 800 PSI AND NOT COMPLY WITH FMVSS 106.,"REPLACE ALL HOSE ASSEMBLIES MADE PRIOR TO AUGUST 1989, AND NOT YET INSTALLED IN VEHICLES." -01/08/1991,91V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V008000),Ford Motor Company,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,26000,DISTORTED FUEL LINES IN ENGINE COMPARTMENT MAY CONTACT THE STEERING COLUMN UNIVERSAL JOINT AND CAUSE DAMAGE TO THE FUEL LINE.,"FUEL LEAKAGE COULD OCCUR FROM THE DAMAGED FLUID LINE AND,IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.","REPOSITION FUEL LINE TO PREVENT CONTACT WITH UNIVERSAL JOINT; IF FUEL LINES ARE ALREADY DAMAGED, REPAIR OR REPLACE FUEL LINES." -01/08/1991,91V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V010000),"Volvo Car USA, LLC",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19286,"IF CONDITIONS OF HIGH AMBIENT TEMPERATURE, OVERFILLING OF THE FUEL TANK, AND INSUFFICIENT TORQUE ON THE SENDING UNIT LOCK RING EXIST SIMULTANEOUSLY, FUEL SEEPAGE MAY OCCUR FROM THE TOP OF THE TANK.",FUEL SEEPAGE COULD RESULT IN FIRE IN THE PRESENCE OF ANIGNITION SOURCE.,RETORQUE SENDING UNIT LOCK RING; REPLACE LOCK RING GASKET IF FUEL SEEPAGE IS DETECTED. NOTE: THE ONLY 940 MODEL SUBJECT TO THIS RECALL IS THE 940SE. -01/08/1991,91V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V009000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,4200,THE RUBBER TUBE THAT CONNECTS THE TRANSMISSION TO THE TRANSMISSION OIL COOLER (IN THE RADIATOR) MAY DISCONNECT CAUSING DISCHARGE OF FLUID.,DISCHARGED TRANSMISSION FLUID MAY STRIKE THE EXHAUSTMANIFOLD OR THE EXHAUST PIPE AND RESULT IN A FIRE.,INSTALL REVISED LINE AND CLAMPS TO IMPROVE LINE RETENTION TO THE TRANSMISSION. -01/08/1991,91V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V007000),"ALFA ROMEO, INCORPORATED",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,500,A CASTING FLAW IN THE STEERING BOX PITMAN AND OR IDLE ARMS MAY CAUSE METAL FATIGUE FAILURE.,FAILURE OF THE STEERING BOX PITMAN OR IDLE ARM COULDRESULT IN SUDDEN LOSS OF CONTROL WITHOUT WARNING WITH A POTENTIAL FOR ANACCIDENT.,REPLACE COMPONENTS WITH CASTING FLAW. -01/07/1991,91E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E002000),BELL MFG. CORPORATION,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,288588,"BRAKE FLUID EXHIBITED AN EVAPORATION RATE OF 85 PERCENT, EXCEEDING THE 80 PERCENT MAXIMUM ALLOWED BY FMVSS 116.",BRAKE FLUID WOULD NOT COMPLY WITH FMVSS 116. LOSS OFBRAKE FLUID THROUGH EVAPORATION COULD LEAD TO LOSS OF BRAKES IF THE FLUID LEVELIS NOT CHECKED REQULARLY.,AFFECTED BRAKE FLUID CONTAINERS WILL BE REPLACED. -01/06/1991,91V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V021000),PACCAR Incorporated,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,412,PITMAN ARM PINCH BOLTS MAY HAVE BEEN INADEQUATELY TORQUED.,THIS COULD ALLOW PITMAN ARM TO SLIP ON THE STEERING GEAROUTPUT SHAFT RESULTING IN LOSS OF CONTROL AND AN ACCIDENT.,RETORQUE PINCH BOLTS AND RESET AS NECESSARY. -01/05/1991,91V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V020000),Mazda North American Operations,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6424,FRONT HEAT SHIELD EXTENSION MAY CONTACT THE UPPER FRONT CORNER OF PLASTIC FUEL TANK DAMAGING OR PUNCTURING THE FUEL TANK.,SUCH FUEL TANK DAMAGE COULD ALLOW VAPOR AND OR FUEL TOESCAPE; THIS COULD RESULT IN A FIRE IF A SOURCE OF IGNITION IS PRESENT.,RELOCATE HEAT SHIELD; REPLACE FUEL TANK IF DAMAGED OR PUNCTURED. -01/04/1991,91V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V018000),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,35,,,REPLACE STEERING COLUMN ASSEMBLY. -01/02/1991,91V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V047000),FREIGHTLINER LLC,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,1061,THE STEERING WHEEL HUB TAPER MAY BE LARGER THAN THE SPECIFIED TOLERANCES.,"PROGRESSIVE WEAR OF THE MATING PARTS COULD RESULT IN HUBSPLINE WEAR, CAUSING THE STEERING WHEEL FIT TO BECOME LOOSE. A LOOSE FIT IN THESTEERING WHEEL HUB CAN CAUSE LOSS OF STEERING CONTROL AND POTENTIAL VEHICLECRASH WITHOUT WARNING.",REPLACE DEFECTIVE STEERING WHEEL HUBS. -01/01/1991,91V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V016000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,7700,BRACKETS MOUNTING AUTOMATIC SHOULDER BELT RETRACTOR ASSEMBLY MAY HAVE AN UNDERSTRENGTH SPOT WELD.,SHOULDER BELT COULD FAIL IN A COLLISION INCREASING THERISK OF INJURY TO THE OCCUPANT.,INSTALL TWO BOLTS IN THE BRACKETS TO PREVENT SHOULDER BELT FAILURE. -01/01/1991,91E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91E005000),LO-MAR CORPORATION,VISUAL SYSTEMS:MIRRORS:OTHER,VISIBILITY,NR (Not Reported),Equipment,60,"HEATING ELEMENT IN OUTSIDE MIRROR, WHICH ADHERES TO THE REFLECTIVE ACRYLIC LENS, MAY SHORT DUE TO WATER BUILDUP IN MIRROR HOUSING.",THIS COULD RESULT IN MELTING OF THE LENS; DRIVER'S VIEWTHROUGH REAR VIEW MIRROR WOULD BE AFFECTED.,REPLACE MIRRORS WITH UNITS DESIGNED TO PREVENT WATER BUILDUP. -01/01/1991,91V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=91V017000),"Winnebago Industries, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,271,WINDSHIELD WIPERS MAY OSCILLATE BEYOND THE PERIMETER OF THE WINDSHIELD FRAME CAUSING WIPER FAILURE.,WIPER FAILURE COULD RESULT IN OBSCURED VISION THROUGHTHE WINDSHIELD WITH POTENTIAL FOR AN ACCIDENT.,INSTALL NEW MOTOR BRACKET THAT WILL CORRECTLY POSITION WIPER MOTOR DRIVE SHAFT TO PREVENT OSCILLATION BEYOND THE WINDSHIELD FRAME. -12/26/1990,90E046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E046000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Equipment,700,IMPROPER HEAT TREATMENT OF TIE ROD ARMS CAUSES ARMS TO BE SUBJECT TO YIELDING AND FATIGUE CRACKS.,"TIE ROD ARM COULD FRACTURE AND CAUSE LOSS OF VEHICLE CONTROL, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE TIE ROD ARMS WITH ARMS THAT HAVE BEEN HEAT TREATED TO THE PROPER SPECIFICATIONS. -12/18/1990,90V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V206000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,160,SUSPENSION JOUNCE BUMPER COULD CONTACT LEFT REAR WHEEL BRAKE TUBE WHEN SUSPENSION IS AT FULL JOUNCE (BOUNCE).,CONTACT AT FULL JOUNCE MAY CAUSE THE BRAKE TUBE TOCOLLAPSE AND RESTRICT THE HYDRAULIC BRAKE FLUID PRESSURE TO THE LEFT REAR BRAKEWHICH AFFECTS THE BRAKING CAPABILITY OF THE VEHICLE.,REPLACE LEFT REAR BRAKE TUBE WITH TUBE DESIGNED TO ELIMINATE CONTACT WITH BUMPER. -12/17/1990,90V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V205000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,97500,ROUTING OF THE FRONT BRAKE HOSE MAY CAUSE EXCESSIVE HOSE FLEXING RESULTING IN PREMATURE FATIGUE CRACKING OF THE OUTER HOSE COVER.,THIS COULD LEAD TO HOSE FAILURE AND LOSS OF BRAKE FLUIDREDUCING BRAKING EFFECTIVENESS.,REPLACE FRONT BRAKE HOSES WITH HOSES REDESIGNED TO PROVIDE A MODIFIED ROUTING CONFIGURATION. -12/17/1990,90V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V204000),"BMW of North America, LLC",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,480,SCREWS THAT ATTACH WHEEL COVERS ON ORIGINAL EQUIPMENT WHEELS WERE NOT FULLY TORQUED AND MAY GRADUALLY LOOSEN AND SEPARATE FROM WHEELS UNDER EXTREME DRIVING CONDITIONS.,WHEEL COVERS COULD SEPARATE FROM WHEELS; THIS COULDPRESENT A HAZARD TO OTHER VEHICLES AND PEDESTRIANS IN VICINITY OF OCCURRENCE.,"APPLY ""LOCTITE 242 (BLUE) TO THE WHEEL COVER ATTACHING SCREWS TO PREVENT SCREWS FROM LOOSENING." -12/15/1990,90V202001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V202001),NATEC,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,50,THE PINS LOCKING THE TRAILER TAILGATE CLOSED MAY BREAK OR SHEAR.,"THE TAILGATE COULD OPEN WITHOUT WARNING, ALLOWING TRAILERCONTENTS TO SPILL ONTO ROADWAY CREATING A HAZARD FOR OTHER VEHICLES ON THE ROAD.",REPAIR TAILGATE LATCHPINS TO PREVENT SHEARING BT INSTALLING A TUBE OVER THE PINS. -12/14/1990,90V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V203000),FLXIBLE CORPORATION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1447,ADJUSTABLE LENGTH TETHER BELT ON DRIVER'S AIR SUSPENSION TYPE SEAT MAY NOT HAVE BEEN ADJUSTED TO THE CORRECT LENGTH DURING MANUFACTURE.,INCORRECT LENGTH BELTS WILL NOT PROPERLY RESTRAIN DRIVERIN AN ACCIDENT OR SUDDEN STOP AND WOULD NOT COMPLY WITH FMVSS 207 AND FMVSS 210.,PROPERLY ADJUST TETHER BELTS TO CORRECT LENGTH. -12/11/1990,90V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V198000),"Mitsubishi Motors North America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1209,ROUTING OF BRAKE VACUUM HOSE FROM THE VACUUM PUMP TO THE STEEL VACUUM PIPE COULD ALLOW THE HOSE TO BE PINCHED WHEN CAB ASSEMBLY IS RAISED OR LOWERED.,"THIS WOULD CAUSE AN INCREASE IN BRAKE PEDAL EFFORT, WHICHCOULD RESULT IN INCREASED STOPPING DISTANCE AND AN ACCIDENT.",REPLACE BRAKE VACUUM HOSE WITH NEW-STYLE BRAKE VACUUM HOSE. -12/06/1990,90V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V199000),Collins Bus Corporation,BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,750,AUXILIARY TURN SIGNAL WIRE INSTALLED ON THE BRAKE SWITCH AT THE PEDAL INTERFERES WITH THE ANTI-LOCK BRAKE CIRCUIT ELECTRICAL SYSTEM; THIS INHIBITS FUNCTION OF THE ANTI-LOCK BRAKES.,THE ANTI-LOCK BRAKES WOULD NOT FUNCTION IN A SUDDEN STOP.,REMOVE AUXILIARY TURN SIGNAL WIRE FROM BRAKE PEDAL SWITCH AND INSTALL IN DIFFERENT LOCATION OF ELECTRICAL CIRCUIT. -12/06/1990,90V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V200000),"WESTERN STAR TRUCKS, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,196,"WHEN BRAKE AIR LINES AND BATTERY ELECTRICAL CABLES ARE ROUTED THROUGH THE ANGLE BRACKETS ON THE FRAME RAILS, THE LEAF SPRING MAY RUB AGAINST THE BATTERY CABLES OR AIR LINES, CAUSING FRAYING AND EVENTUALLY RUPTURE.","IF THE BATTERY CABLES ARE SUFFICIENTLY FRAYED, THE CABLESMAY CAUSE A SHORT CIRCUIT AND RESULT IN A FIRE. IF THE BRAKE AIR LINES ARERUPTURED OR PUNCTURED, SEVERELY DECREASED BRAKING ABILITY MAY ENSUE.",REROUTE BATTERY AND AIR LINE HOSES AWAY FROM THE REAR TRANSMISSION SUPPORT SPRING. -12/06/1990,90V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V201000),PACCAR Incorporated,STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,451,HARD BRAKING OCCURRING DURING A TURNING MANEUVER CAN CAUSE THE FIREWALL MOUNTED STEERING SHAFT KNUCKLE AND THE ENGINE MOUNTED FUEL FILTER BRACKET TO COME IN CONTACT.,"THE CONTACT BETWEEN THE STEERING SHAFT KNUCKLE AND THEFUEL FILTER BRACKET CAN RESULT IN A STEERING LOCK, LOSS OF STEERING CONTROL,AND A VEHICLE ACCIDENT.",REPLACE THE FUEL FILTER BRACKET WITH NEW BRACKETS WHICH WILL PROVIDE GREATER CLEARANCE BETWEEN THE BRACKET AND THE STEERING SHAFT KNUCKLE. -11/29/1990,90V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V197000),"I.R. WITZER CO., INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,1350,"THE MATING SURFACE ON SOME LAMINATED ""J"" HOOKS MAY BE UNEVEN, OR THE SWING DOWN ARMS UNEQUAL IN LENGTH, EITHER OF WHICH COULD RESULT IN UNEVEN LOAD BEARING OF THE HOOKS.","UNEVEN LOAD BEARING ON ""J"" HOOKS COULD CAUSE FAILURE OFEITHER HOOK, WHICH RESULTS IN TRAILER SEPARATION AND A VEHCILE CRASH WITHOUTWARNING.","REPLACE SWING DOWN ARMS IF THEY ARE UNEQUAL IN LENGTH, AND INSPECT AND REPAIR ""J"" HOOKS TO ASSURE SYMMETRICAL LOADING." -11/23/1990,90V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V196000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,1083,THE SEAT DO NOT COMPLY WITH ENERGY ABSORPTION REQUIREMENTS OF FMVSS 222.,THE REAR FACING SEATS HAD ONLY ONE THIRD OF THE REQUIREDENERGY ABSORPTION; A PASSENGER USING THIS SEAT COULD BE INJURED IN A SUDDEN STOPOR AN ACCIDENT.,INSTALL NEW FOLDUP SEATS WITH APPROPRIATE FASTENERS. -11/23/1990,90E044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E044000),HEHR INTERNATIONAL,VISUAL SYSTEMS:GLASS:OTHER,VISIBILITY,NR (Not Reported),Equipment,150,EMERGENCY EXIT WINDOWS MAY NOT HAVE ALIGNMENT BLOCKS PERMITTING EXCESSIVE PLAY IN THE EXIT HANDLE PORTION OF THE WINDOW.,WINDOW COULD OPEN UNEXPECTEDLY CAUSING PERSONAL INJURY OR INVOLUNTARY EJECTION FROM THE VEHICLE; WINDOWS DO NOT COMPLY WITH FMVSS 217.,INSTALL ALIGNMENT BLOCKS TO ASSURE PROPER OPERATION OF EMERGENCY EXIT WINDOW. -11/20/1990,90V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V195000),HOLIDAY RAMBLER CORP.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,134,TURBULENCE CAUSED BY AERODYNAMIC QUALITES OF THE MOTORHOMES AT HIGHWAY SPEED CAN CAUSE THE AWNING TO UNROLL AND BREAK FREE FROM ITS MOUNTING SECUREMENT.,DETACHMENT OF AWNING WIHTOUT WARNING CREATES A BALLISTICOBJECT SHEARING FROM VEHICLE WHICH COULD CAUSE INJURY TO PERSON IN THE VICINITY., -11/19/1990,90V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V194000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG IMPACT,AIR BAGS,NR (Not Reported),Vehicle,398,THE TWO AIR BAG SYSTEM FRONT IMPACT SENSORS MAY NOT BE SECURED TO THEIR MOUNTING BRACKETS.,AIR BAG WILL NOT DEPLOY IN A FRONTAL COLLISION IF THEFRONT IMPACT SENSORS ARE NOT ATTACHED.,REPAIR TO ASSURE PROPER ATTACHMENT OF FRONT IMPACT SENSORS TO BRACKETS. -11/14/1990,90V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V193000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,237,"NUTS USED TO ATTACH LOWER CONTROL ARMS, REAR SPRING AND SHACKLE, AND REAR SHOCK ABSORBERS DO NOT MEET SPECIFICATIONS AND COULD ""STRIP"".","STRIPPING OF THE NUTS IN THE REAR SUSPENSION COULD REDUCECLAMP LOAD ON LOWER CONTROL ARM, WHICH COULD ALLOW THE ARM TO DETACH, RESULTINGIN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.","REPLACE LOWER CONTROL ARM ATTACHMENT NUTS AS WELL AS REAR SPRING AND SHACKLE, AND REAR SHOCK ABSORBER NUTS." -11/12/1990,90V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V192000),Utilimaster Corporation,VISUAL SYSTEMS:WINDSHIELD WIPER ARM,VISIBILITY,NR (Not Reported),Vehicle,284,"THE TWO SECTIONS OF WIPER ARM MAY CONTACT OR CROSS EACH OTHER AND BIND WITH EVENTUAL FAILURE OF ATTACHMENT RIVET; ALSO, WIPER BLADE COULD CONTACT WINDOW MOULDING WITH INCREASED POTENTIAL FOR WIPER ARM FAILURE.","THIS COULD RESULT IN WINDSHIELD WIPER FAILURE WITHOUTWARNING, AFFECTING DRIVER VISIBILITY WITH POTENTIAL FOR AN ACCIDENT.",REDUCE BLADE SWEEP AREA TO AN ARC SPECIFICATION OF 85 DEGREES THROUGH A RETROFIT CONLINK KIT. -11/09/1990,90V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V190000),Ford Motor Company,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5000,"LOWER END OF BRAKE ROD, WHICH CONNECTS BRAKE PEDAL ARM TO BELL CRANK OF POWER BRAKE ASSEBLY, MAY HAVE INADEQUATE WALL THICKNESS.",BELLCRANK WALL COULD FRACTURE WITHOUT PRIOR WARNING ANDRESULT IN LOSS OF SERVICE BRAKING CAPABILITY WITH POTENTIAL FOR AN ACCIDENT.,INSTALL NEW BRAKE ROD WITHW ADEQUATE WALL THICKNESS. -11/09/1990,90V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V191000),"General Motors, LLC",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,654,LUG NUTS THAT RETAIN WHEELS AND WHEEL COVERS MAY HAVE BEEN TORQUED TO LOWER THAN RECOMMENDED SPECIFICATIONS.,INSUFFICIENT CLAMPING OF LUG NUTS RETAINING THE WHEELCOVER AND WHEEL COULD RESULT IN A LOOSE WHEEL THAT COULD FALL OFF WITH POTENTIALFOR LOSS OF CONTROL AND AN ACCIDENT.,"REMOVE ORIGINAL WHEEL COVER, TORQUE LUG TO SPECIFICATION, AND INSTALL FULL WHEEL COVERS THAT ARE RETAINED BY SPRING CLIPS." -11/06/1990,90V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V189000),WAYNE ENGINEERING CORPORATION,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,97,"UNDERSIZED BOLTS, LOCK WASHERS, AND NUTS MAY BEEN USED TO ATTACH THE DRIVER'S PEDESTAL TO THE FLOOR.","THIS COULD CAUSE PREMATURE SEPARATION OF THE SEAT ANDSEAT BELT ATTACHMENT FROM THE FLOOR DURING A CRASH WITH POTENTIAL FOR INJURY TOTHE DRIVER; ALSO, BUSES WOULD NOT COMPLY WITH FMVSS 210.",REPLACE NON-COMPLYING DRIVER'S SEAT ATTACHING HARDWARE. -11/04/1990,90V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V002000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1914,A SHORT CIRCUIT COULD DEVELOP DUE TO POSSIBLE CHAFING WHERE THE BATTERY CABLE IS CLOSE TO THE EVAPORATIVE EMISSIONS CONTROL SYSTEM.,BATTERY CABLE MIGHT OVERHEAT AND RESULT IN A FIRE.,REPLACE BATTERY CABLE AND OTHER APPROPRIATE PARTS. -11/02/1990,90V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V001000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:IGNITION:SWITCH:NEUTRAL START,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,24379,ABRASION ON THE PRINTED CIRCUIT CARD IN THE COMBINATION NEUTRAL SAFETY/BACKUP LAMP SWITCH OPERATED BY THE AUTOMATIC TRANSMISSION GEAR SELECTOR MAY CAUSE RESIDUE TO COLLECT IN ELECTRICAL AREA ON THE CIRCUIT CARD.,THIS COULD CAUSE OVERHEATING OF THE SWITCH ASSEMBLY WITHSMOKE AND POSSIBLY A FIRE IN THE CENTER CONSOLE AREA.,"ADD AN ELECTRICAL CIRCUIT, INCLUDING A RELAY, TO THE BACKUP LAMP CIRCUIT TO REDUCE THE CURRENT THAT CAN FLOW THROUGH THE COMBINATION SWITCH." -11/01/1990,90V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V180000),"General Motors, LLC",BRAKES:BRAKE FOOT VALVE (TREADLE),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,47,THE HOOK-UP FOR THE BRAKE FOOT PEDAL FOR THE DRIVER ASSISTANT ON THE CURB SIDE MAY NOT BE CORRECTLY INSTALLED.,"A SERVICE LINE FAILURE IN THE ""A"" OR ""B"" SYSTEM AIRSUPPLY COULD RESULT IN LOSS OF OPERATION OF THE BRAKE PEDAL FOR THE DRIVERASSISTANT.",REPAIR PLUMBING HOOK-UP TO THE ASSISTANTS OPERATING STATION FOOT WCONTROLLED BRAKE VALVE. -11/01/1990,90V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V188000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,42321,THE UPPER MOUNTING BOLT FOR FRONT BRAKE CALIPER(S) MIGHT FRACTURE WHILE IN USE.,"THE FRONT BRAKE SYSTEM WILL REMAIN FUNCTIONAL, HOWEVER,THE BOLT'S MATING THREADED BUSHING CAN GRADUALLY MOVE OUT OF POSITION FAR ENOUGHFOR THE BUSHING TO CONTACT SPOKES ON THE MOTORCYCLE'S FRONT WHEEL. FRONT WHEELLOCKUP COULD OCCUR AND RESULT IN AN ACCIDENT.",REPLACE UPPER CALIPER MOUNTING BOLTS. -11/01/1990,90V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V187000),"Navistar, Inc.",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2399,"POSITIVE JUMP START FEED STUD OR CABLE COULD MAKE ELECTRICAL CONTACT WITH MOUNTING BRACKET ON LEFT REAR UNDERSIDE OF SLEEPER BOX, CAUSING THE GROUND PATH TO BE THROUGH A SMALLER GAUGE WIRE.",HAVING THE GOUND PATH THROUGH A SMALLER GAUGE WIRE COULDCAUSE THE WIRE TO HEAT ENOUGH TO CAUSE AN IN CAB FIRE.,REVISE JUMP START FEED STUD MOUNTING TO PREVENT CONTACT BETWEEN THE STUD OR CABLE WITH THE BRACKET. -11/01/1990,90V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V179000),"General Motors, LLC",HEATER:WATER:DEFROSTER:DEFOGGER:CONTROL SWITCH,VISIBILITY,NR (Not Reported),Vehicle,405,,"IF SUCH CONTACT OCCURS WHEN HEATER FAN IS ON MEDIUMSPEED, AN ELECTRICAL SHORT OCCURS, CAUSING THE FAN SPEED CONTROL RESISTOR TOOVERHEAT AND MELT THE PLASTIC FAN HOUSING; THIS WOULD CREATE A POTENTIAL FORA FIRE.",REPOSITION AIR RIDE SUSPENSION VALVE TO PREVENT ITS CONTACT WITH THE HEATER FAN CONTROL SWITCH. -11/01/1990,90T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T013000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,961,TIRES FROM DEFECTIVE MOLD MAY HAVE A HOLE IN THE UPPER SIDEWALL ON THE DOT SERIAL SIDE OF THE TIRE.,TIRES WILL LEAK WHEN INFLATED WHEN A HOLE IS PRESENT IN THE SIDEWALL.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS OF NOTIFICATION. -11/01/1990,90T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T012000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,298,TIRES WERE MOLDED WITHOUT TREAD WEAR INDICATORS.,"DRIVER MAY NOT BE AWARE OF EXTENT OF TIRE WEAR AND COULD CONTINUE TIRES IN USE, CREATING A SAFETY HAZARD; TIRES DO NOT COMPLY WITH FMVSS 109.",TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS OF NOTIFICATION. -10/30/1990,90E043001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E043001),Ford Motor Company,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Equipment,172000,THREADED INFLATOR COMPONENTS MAY HAVE BEEN DAMAGED DURING ASSEMBLY WHICH MAY ALLOW COMPONENTS TO SEPARATE WHEN INFLATOR RECEIVES A SIGNAL TO DEPLOY THE AIR BAG.,INFLATOR COMPONENT SEPARATION ALLOWS HOT COMBUSTION GASES TO ESCAPE INTO THE PASSENGER COMPARTMENT WHICH COULD RESULT IN INJURIES TO VEHICLE OCCUPANTS.,REPLACE AIR BAG MODULES CONTAINING POTENTIALLY DEFECTIVE INFLATORS. -10/30/1990,90E043004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E043004),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Equipment,39,THREADED INFLATOR COMPONENTS MAY HAVE BEEN DAMAGED DURING ASSEMBLY WHICH MAY ALLOW COMPONENTS TO SEPARATE WHEN INFLATOR RECEIVES A SIGNAL TO DEPLOY THE AIR BAG.,INFLATOR COMPONENT SEPARATION ALLOWS HOT COMBUSTION GASESTO ESCAPE INTO THE PASSENGER COMPARTMENT WHICH COULD RESULT IN INJURIES TO VEHICLE OCCUPANTS.,REPLACE AIR BAG MODULES CONTAINING POTENTIALLY DEFECTIVE INFLATORS. -10/29/1990,90E043002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E043002),Mazda North American Operations,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Equipment,88,THREADED INFLATOR COMPONENTS MAY HAVE BEEN DAMAGED DURING ASSEMBLY WHICH MAY ALLOW COMPONENTS TO SEPARATE WHEN INFLATOR RECEIVES A SIGNAL TO DEPLOY THE AIR BAG.,INFLATOR COMPONENT SEPARATION ALLOWS HOT COMBUSTION GASES TO ESCAPE INTO THE PASSENGER COMPARTMENT WHICH COULD RESULT IN INJURIES TO VEHICLE OCCUPANTS.,REPLACE AIR BAG MODULES CONTAINING POTENTIALLY DEFECTIVE INFLATORS. -10/29/1990,90E043003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E043003),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG:DRIVER,AIR BAGS,NR (Not Reported),Equipment,36,THREADED INFLATOR COMPONENTS MAY HAVE BEEN DAMAGED DURING ASSEMBLY WHICH MAY ALLOW COMPONENTS TO SEPARATE WHEN INFLATOR RECEIVES A SIGNAL TO DEPLOY THE AIR BAG.,INFLATOR COMPONENT SEPARATION ALLOWS HOT COMBUSTION GASES TO ESCAPE INTO THE PASSENGER COMPARTMENT WHICH COULD RESULT IN INJURIES TO VEHICLE OCCUPANTS.,REPLACE AIR BAG MODULES CONTAINING POTENTIALLY DEFECTIVE INFLATORS. -10/26/1990,90C036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C036000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,44000,"SEAT METAL LAMINATE SHIELD, LOCATED INSIDE SHIELD BUCKLE, CAN BREAK AFTER REPEATED USE.",THIS WOULD ALLOW THE SHIELD TO SEPARATE FROM THE BUCKLE AND THUS NOT PROPERLY RESTRAIN THE CHILD IN A SUDDEN STOP OR ACCIDENT.,INSTALL NEW SHIELD THAT WILL BE SENT BY FISHER PRICE TO INVOLVED SEAT OWNERS WHO CALL TOLL FREE NUMBER 800-527-1034. -10/25/1990,90C037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C037000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,928000,PLASTIC PIN INSIDE THE BUCKLE SHIELD CAN BREAK AFTER FORCE IS APPLIED IN REPEATED USE.,"THE BROKEN SHIELD WOULD MAKE THE BUCKLE DIFFICULT TO FASTEN; IF THE BUCKLE IS NOT SECURELY FASTENED, THE CHILD WOULD NOT BE PROPERLY RESTRAINED IN A SUDDEN STOP OR ACCIDENT.",INSTALL NEW SHIELD THAT WILL BE SENT BY FISHER PRICE TO INVOLVED SEAT OWNERS CALLING THE TOLL FREE NUMBER 800-527-1034. -10/25/1990,90C038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C038000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,2100000,BUTTON ON SHIELD STRAP CAN BECOME LOOSE AND BE REMOVED BY A CHILD.,CHILDREN COULD PUT PIECES OF BUTTON IN THEIR MOUTHS AND CHOKE.,REMOVE THE BUTTON AND INSTALL REPLACEMENT BUTTON THAT WILL BE SENT BY MANUFACTURER TO INVOLVED SEAT OWNERS WHO CALL THE TOLL FREE TELEPHONE NUMBER 800-527-1034. -10/19/1990,90E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E042000),R.C. WILLETT COMPANY INC.,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Equipment,145,CAMPERS EXCEED THE MAXIMUM WEIGHT ON THE CERTIFICATION LABEL.,THIS COULD LEAD TO OVERLOADING OF THE CAMPER'S VEHICLE WITH POTENTIAL FOR ACCIDENTS FROM ADVERSE EFFECTS ON HANDLING AND BRAKING; CAMPERS DO NOT COMPLY WITH FMVSS 126.,INSTALL A NEW CERTIFICATION LABEL WITH CORRECT WEIGHT. -10/19/1990,90V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V186000),HOLIDAY RAMBLER CORP.,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,336,"THE SUSPENSION COIL SPRING BOX MOUNTING BRACKETS, WHICH ARE FASTENED TO THE MAIN CHASSIS FRAME, MAY FAIL.","BRACKET FAILURE ALLOWS THE COIL SPRING BOX TO MOVE AND,CONSEQUENTLY, DAMAGE THE REAR BRAKE LINES AFFECTING BRAKE PERFORMANCE.",REPAIR TO PREVENT MOUNTING BRACKET FAILURE. -10/18/1990,90E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E041000),WESTERN PRODUCTS,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Equipment,309,OWNER'S MANUAL DOES NOT CONTAIN LABEL INFORMATION AND A PICTURE SHOWING A PROPER TRUCK AND CAMPER MATCH.,OMITTED INFORMATION COULD LEAD TO OVERLOADING WITH POTENTIAL FOR ACCIDENTS FROM ADVERSE EFFECTS ON HANDLING AND BRAKING; CAMPERS DO NOT COMPLY WITH FMVSS 126.,"PROVIDE NEW OWNER'S MANUAL PAGES FOR SECTION HEADED: ""LOADING YOUR WESTERN WILDERNESS.""" -10/16/1990,90V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V182000),Harley-Davidson Motor Company,EQUIPMENT:MOTORCYCLE KICKSTAND,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,3269,"RIGHT SIDE FOOTREST MOUNTS MAY FRACTURE IF SUBJECTED TO HEAVY IMPACT LOADS, SUCH AS WHEN A PARKED MOTORCYCLE FALLS ON ITS RIGHT SIDE.",SUCH FRACTURES MIGHT RESULT IN LOSS OF RIGHT SIDEFOOTREST AND WILL HINDER THE ABILITY OF THE RIDER TO CONTROL THE FUNCTION OF THE REAR BRAKES.,REPLACE RIGHT SIDE FOOTREST MOUNT. -10/16/1990,90V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V185000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,476422,"BRAKE STOPLAMPS MAY NOT ILLUMINATE OR, IN SOME CASES, STOPLAMPS WILL NOT STAY ILLUMINATED ALL THE TIME WHEN BRAKES ARE APPLIED DUE TO A FAULTY STOPLAMP SWITCH. ALSO IN VEHICLES EQUIPPED WITH CRUISE CONTROL, A FAULTY STOPLAMP SWITCH CAN RESULT IN RESUMPTION OF THE CRUISE CONTROL FUNCTION UPON RELEASE OF THE BRAKE PEDAL.","A TRAILING VEHICLE MAY NOT RECOGNIZE A BRAKING ACTIONIN TIME TO RESPOND APPROPRIATELY. ALSO, CRUISE CONTROL WILL REENGAGE UPONRELEASE OF THE BRAKE PEDAL AND RESUME THE SET SPEED. IN EITHER CASE, IT COULDRESULT IN A CRASH WITHOUT PRIOR WARNING.",INSTALL AN IMPROVED DESIGN STOPLAMP SWITCH. -10/16/1990,90V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V183000),"FLEETWOOD ENTERPRISES, INC.",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2600,HEADLAMP SWITCH CONTROL MAY NOT BE IDENTIFIED ON EITHER CONTROL KNOB OR ADJACENT TO THE CONTROL KNOB AS REQUIRED BY FMVSS 101.,THIS COULD RESULT IN THE DRIVER'S ATTENTION BEINGDIVERTED WHEN SELECTING CONTROLS WITH THE POTENTIAL FOR AN ACCIDENT.,INSTALL HEADLAMP SWITCH CONTROL IDENTIFIER EITHER ON OR ADJACENT TO THE SWITCH. -10/16/1990,90V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V184000),"Subaru of America, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,103744,TORQUE OF LATCH SCREWS ON FRONT DOORS MAY LOOSEN OVER TIME DUE TO A GAP BETWEEN THE LATCH BASE PLATE AND INNER DOOR PANEL UNDER THE SCREW HEAD.,"THE AFFECTED DOOR MAY NOT BE OPENED FROM INSIDE,PREVENTING EXIT FROM THAT DOOR.","REPLACE FRONT DOOR LATCH SCREWS WITH ""LOCK-TIGHT"" SCREWS." -10/15/1990,90V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V181000),STARCRAFT COMPANY,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,206,NUT AND LOCK WASHER USED TO MOUNT LOWER OUTSIDE SEAT BELT TO DRIVER AND PASSENGER FRONT SEAT BASE MAY HAVE BEEN LEFT OFF.,SEAT BELT SYSTEM COULD BECOME DISENGAGED; THIS COULDRESULT IN GREATER INJURY TO OCCUPANTS IN EVENT OF AN ACCIDENT OR SUDDEN STOP.,INSTALL MISSING NUT AND LOCK WASHER. -10/10/1990,90E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E040000),"CASCADE CAMPER, LTD.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,498,"OWNER MANUAL DOES NOT CONTAIN LOADING AND CENTER OF GRAVITY INFORMATION; ALSO, CAMPER MAY EXCEED MAXIMUM WEIGHT SPECIFIED.",THIS COULD LEAD TO OVERLOADING OF THE CAMPER'S VEHICLE WITH POTENTIAL FOR ACCIDENTS FROM ADVERSE EFFECTS ON HANDLING AND BRAKING; CAMPERS DO NOT COMPLY WITH FMVSS 126.,PROVIDE NEW OWNER'S MANUAL PAGE WITH LOADING AND CENTER OF GRAVITY INFORMATION. INSTALL NEW CERTIFICATION LABELS WITH CORRECT WEIGHT ON OVERWEIGHT CAMPERS. -10/09/1990,90E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E035000),ARVINMERITOR AUTOMOTIVE,BRAKES:121 WHEEL BRAKE ASSEMBLY,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,272,TRAILER AXLE ASSEMBLIES MAY CONTAIN SHOE AND LINING ASSEMBLIES THAT DO NOT COMPLY WITH THE BRAKE RETARDATION FORCE PERFORMANCE REQUIREMENTS OF FMVSS 121.,,REPLACE SHOE AND LINING ASSEMBLIES WITH COMPONENTS THAT COMPLY WITH STANDARD. -10/09/1990,90E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E039000),SHELTON INDUSTRIES,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,27,MAXIMUM WEIGHT ON CERTIFICATION LABEL IS UNDERSTATED.,THIS COULD LEAD TO OVERLOADING OF THE CAMPER'S VEHICLE WITH POTENTIAL FOR ACCIDENTS FROM ADVERSE EFFECTS ON HANDLING AND BRAKING; CAMPERS DO NOT COMPLY WITH FMVSS 126.,INSTALL NEW CERTIFICATION LABEL WITH CORRECT WEIGHT. -10/04/1990,90V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V175000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,300,THE COMBINATION OF TYPE 2 ELR SEAT BELT AND SUSPENSION TYPE DRIVER'S SEAT CAUSES SAFETY BELT CINCHING WHICH BECOMES SEVERE ENOUGH TO DISTRACT OR HINDER DRIVER FROM NORMAL OPERATION OF BUS.,DISTRACTION OF DRIVER COULD RESULT IN AN ACCIDENT.,INSTALL SEAT BELT THAT INCORPORATES SOME ANTI-CINCHING FEATURES AND A NEW SET OF TETHER STRAPS FOR SUSPENSION SEAT. -10/03/1990,90V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V178000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,2800,CERTIFICATION LABEL DOES NOT CONTAIN REQUIRED TIRE AND WHEEL INFORMATION.,VEHICLES WOULD NOT COMPLY WITH FMVSS 120.,INSTALL SUPPLEMENTAL TIRE INFORMATION LABELS ADJACENT TO CERTIFICATION LABELS. -10/02/1990,90V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V177000),"Chrysler (FCA US, LLC)",FUEL:FUEL INJECTION:IDLE SPEED CONTROL UNIT,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,165000,MALFUNCTION OF FUEL INJECTION SYSTEM THROTTLE POSTITION SENSOR COULD CAUSE INTERMITTENT HIGH ENGINE IDLE SPEED IMMEDIATELY AFTER STARTING ENGINE.,HIGH ENGINE IDLE WHEN CAR IS FIRST PLACED IN GEAR COULDRESULT IN UNEXPECTED ACCELERATION.,REPLACE THROTTLE POSITION SENSORS WITH SENSORS THAT WOULD SEND CORRECT SIGNALS TO THE FUEL INJECTION SYSTEM. -10/01/1990,90V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V176000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3500,STEEL BRAIDED FUEL HOSE ROUTING MAY ALLOW CONTACT BETWEEN THE HOSE AND TRANSMISSION WIRING HARNESS.,"THIS CONTACT COULD CAUSE HOSE DAMAGE AND FUEL LEAKAGETHAT, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN A FIRE.",INSTALL A TIE STRAP TO SECURE THE TRANSMISSION WIRING AWAY FROM THE FUEL HOSE. -10/01/1990,90T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T011000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,5981,TIRES MAY CONTAIN A CRACK IN THE RUBBER IN THE LOWER PORTION OF THE WHITE SIDEWALL.,IF TIRES ARE IN USE OVER AN EXTENDED PERIOD OF TIME CRACK MAY PROPOGATE AND RESULT IN LOSS OF AIR WITH POTENTIAL FOR AN ACCIDENT.,REPLACE TIRES WITHIN 60 DAYS OF NOTIFICATION. -10/01/1990,90T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T010000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,749,TIRES WERE PRODUCED WITH A THINNER THAN SPECIFIED TREAD GAUGE.,"THIS COULD CONTRIBUTE TO FASTER THAN NORMAL WEAR AND IRREGULAR TIRE WEAR PATTERNS, WHICH COULD RESULT IN BLOW OUT AT AN EARLIER THAN EXPECTED STAGE.",REPLACE TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -09/26/1990,90V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V174000),"VAN AMERICAN COBRA, INC.",FUEL:LPG CONTAINER (TANK) ATTACHMENTS (STRAPS/BOLT,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,46,"EXTERNAL MOUNTS, ON WHICH LIQUID PROPANE GAS TANKS ARE FASTENED, COULD FAIL.","TANK MAY FALL CAUSING DAMAGE TO THE TANK AND POSSIBLELEAKAGE OF PROPANE GAS, WHICH COULD CAUSE A FIRE OR EXPLOSION.","REPAIR TANK MOUNTING TO PREVENT FAILURE AND INSTALL HEAT SHIELD, AS NECESSARY." -09/25/1990,90V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V173000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,465,FRONT BRAKE HOSES OF INSUFFICIENT LENGTH WERE INSTALLED IN SOME VEHICLES. THESE SHORT HOSES COULD STRETCH AND DEVELOP CRACKS.,"THIS COULD RESULT IN BRAKE FLUID LEAKAGE, WITH LOSS OFFLUID PRESSURE AND BRAKING ABILITY.",REPLACE BOTH BRAKE HOSES. -09/25/1990,90E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E034000),"Williams Controls, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,3850,"ELECTRONIC FOOT PEDAL SPRINGS COULD FAIL DUE TO IMPROPER HEAT TREATMENT, PREVENTING THE PEDAL FROM RETURNING TO ITS NORMAL IDLE POSITION.",THIS COULD CAUSE AN UNINTENDED FULL THROTTLE CONDITION THAT COULD RESULT IN AN ACCIDENT.,REPLACE ASSEMBLY WITH ONE CONTAINING PROPERLY HEAT TREATED SPRING AND OR INSTALL A FAILSAFE SWITCH ONTO FOOT PEDAL ASSEMBLY TO PREVENT UNINTENDED THROTTLE CONDITION FROM OCCURRING. -09/24/1990,90E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E033000),HOLLAND HITCH COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,6843,IMPROPER MATERIAL IN THE ELEVATING NUT OF THE LANDING GEAR COULD REDUCE THE LOAD BEARING CAPACITY OF THE ASSEMBLY.,FAILURE OF THE NUT COULD RESULT IN COLLAPSE OF THE LANDING GEAR WITH POTENTIAL FOR AN ACCIDENT.,REPLACE LANDING GEAR ASSEMBLY AS NECESSARY. -09/20/1990,90V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V166000),Isuzu Motors Limited,ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12222,IMPROPERLY INSTALLED HOSE ON THE OIL COOLER COULD COME IN CONTACT WITH THE EXHAUST MANIFOLD AND COULD MELT.,ENGINE OIL COULD LEAK OUT WITH POTENTIAL FOR ENGINESEIZURE AND DAMAGE AND COULD RESULT IN A FIRE.,PROPERLY INSTALL COOLER HOSE CLIP TO PREVENT CONTACT WITH EXHAUST MANIFOLD. -09/20/1990,90V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V168000),"Chrysler (FCA US, LLC)",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,75,"IN A REAR IMPACT COLLISSION, FUEL TANK MAY LEAK FUEL IN EXCESS OF AMOUNT ALLOWED BY FMVSS 301 BECAUSE OF MISBUILT FUEL TANK SKID PLATES.","IN THE PRESENCE OF AN IGNITION SOURCE, THIS COULD RESULTIN A FIRE. VEHICLE WOULD NOT COMPLY WITH FMVSS 301.",INSTALL FLANGE ON FUEL TANK SKID PLATE. -09/20/1990,90V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V167000),Isuzu Motors Limited,POWER TRAIN:TRANSMISSION:AUTOMATIC:OTHER PARTS,POWER TRAIN,NR (Not Reported),Vehicle,17048,PUTTING IN MORE TRANSMISSION OIL THAN SPECIFIED CAN CAUSE OIL TO BLEED THROUGH AIR GROOVE ON TO THE EXHAUST MANIFOLD IF OIL TEMPERATURE RISES.,"THIS COULD CAUSE SMOKE EMISSION FROM THE MANIFOLD, WHICHCOULD IGNITE RUBBER HOSES AND RESULT IN A FIRE.",REPLACE OIL LEVEL GAUGE AND NOTIFY OWNERS TO USE ONLY THE SPECIFIED AMOUNT OF AUTOMATIC TRANSMISSION FLUID. -09/19/1990,90V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V172000),KRYSTAL KOACH COMPANY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,596,"VEHICLE DESCRIPTION: LIMOUSINE CONVERSION BY KRYSTAL KOACH. ALTERER'S LABEL STATING THAT VEHICLE COMPLIES WITH STANDARDS, INCLUDING WEIGHT OF VEHICLE, MAY BE ABSENT OR INCOMPLETE.",OWNER WOULD NOT BE AWARE OF CORRECT WEIGHT RATING ANDTIRE SIZE AS REQUIRED BY 49 CFR PART 567.,INSTALL CORRECT ALTERER'S PLACARD. -09/19/1990,90V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V171000),KRYSTAL KOACH COMPANY,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,596,VEHICLE DESCRIPTION: LIMOUSINE CONVERSION BY KRYSTAL KOACH. TIRE PLACARD LISTING RECOMMENDED TIRE PRESSURES CAN BE ABSENT OR CAN CONTAIN INCORRECT INFORMATION.,USE OF INCORRECT TIRE PRESSURES COULD CAUSE INCREASEDTIRE WEAR THAT COULD RESULT IN DIFFICULTY IN VEHICLE HANDLING OR STEERING.,INSTALL LABEL WITH CORRECT TIRE INFORMATION. -09/18/1990,90C031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C031000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,3001230,SEAT BUCKLE AND TONGUE MAY NOT PROPERLY ENGAGE WHEN LATCHED AND WOULD NOT MEET REQUIREMENTS OF FMVSS 213.,"LATCH MECHANISM MAY APPEAR TO BE LOCKED, BUT IT IS FALSELY LOCKED; THE LATCH COULD COME OPEN AND EJECT THE CHILD IN AN ACCIDENT OR SUDDEN STOP, SUBSTANTIALLY REDUCING THE PROTECTION PROVIDED TO THE CHILD.","INSTALL REPLACEMENT BUCKLE TONGUE AVAILABLE FROM MANUFACTURER. FOR MORE INFORMATION, PLEASE CONTACT EVENFLO AT 800-233-5921." -09/18/1990,90C032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C032000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,780915,SEAT BUCKLE AND TONGUE MAY NOT PROPERLY ENGAGE WHEN LATCHED AND WOULD NOT MEET REQUIREMENTS OF FMVSS 213.,"LATCH MECHANISM MAY APPEAR TO BE LOCKED, BUT IT IS FALSELY LOCKED; THE LATCH COULD COME OPEN AND EJECT THE CHILD IN AN ACCIDENT OR SUDDEN STOP, SUBSTANTIALLY REDUCING THE PROTECTION PROVIDED TO THE CHILD.","INSTALL REPLACEMENT BUCKLE TONGUE AVAILABLE FROM MANUFACTURER. FOR MORE INFORMATION, PLEASE CONTACT EVENFLO AT 800-233-5921." -09/17/1990,90V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V170000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,194243,TRUCKS CAN CONTAIN INCORRECT INSTRUCTIONS ON HOW TO PROPERLY ADJUST REAR SEAT LAP-SHOULDER BELTS AS REQUIRED BY FMVSS 209.,INCORRECTLY ADJUSTED SEAT BELT WOULD NOT PROPERLYRESTRAIN OCCUPANT IN AN ACCIDENT OF SUDDEN STOP; TRUCKS WOULD NOT COMPLY WITHFMVSS 209.,PROVIDE OWNER'S MANUAL INSERT CONTAINING THE CORRECT REAR LAP-SHOULDER BELT INSTRUCTIONS. -09/11/1990,90T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T009000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,39947,"SEPARATION MAY OCCUR IN THE TREAD, CAUSING A BREAKDOWN OF SUBASSEMBLY AREAS IN THE TIRE.",THIS COULD CAUSE TIRE FAILURE AND COULD RESULT IN AN ACCIDENT.,RETURN TIRE(S) TO DEALER WITHIN 60 DAYS FOR REPLACEMENT TIRE. -09/06/1990,90V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V165000),"Volvo Car USA, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,253,"FUEL DAMPER LOCATED BEHIND THE FUEL LINE AND THE FUEL RAIL MAY BE IMPROPERLY ASSEMBLED. OVER TIME, THE SOLDER JOINTS COULD ALLOW A SMALL AMOUNT OF FUEL TO LEAK.","FUEL LEAKAGE, IN THE PRESENCE OF AN IGNITION SOURCE,COULD RESULT IN A FIRE.",REPLACE FUEL DAMPER. -09/06/1990,90V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V164000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,63964,TRANSAXLE SHIFT CONTROL CABLE MAY DISENGAGE FROM THE FROM THE FLOOR SHIFT CONTROL WITH LOSS OF GEAR INDICATOR REFERENCE AND SHIFT SELECTOR OPERATION.,"DRIVER WOULD NOT BE ABLE TO DETERMINE ACTUAL GEARPOSITION THE TRANSAXLE IS IN, WHICH COULD RESULT IN UNEXPECTED VEHICLE MOVEMENTAND AN ACCIDENT WITHOUT PRIOR WARNING.",INSTALL A TRANSAXLE SHIFT CONTROL CABLE RETAINING CLIP TO PREVENT CABLE DISENGAGEMENT. -09/05/1990,90E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E029000),ARVINMERITOR AUTOMOTIVE,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,834,"HUB MOUNTING FACE DIAMETER OF DRUM MAY BE IMPROPERLY MACHINED CAUSING A LINE CONTACT INTERFERENCE OF THE HUB AND DRUM ASSEMBLY, LOOSENING OF THE WHEEL NUT AND WHEEL STUD FRACTURE.",FRACTURE OF ALL WHEEL STUDS COULD RESULT IN SEPARATION OF THE WHEEL SET FROM THE VEHICLE AFFECTING VEHICLE CONTROL AND STABILITY.,REPLACE DRUMS WITH NEW DRUMS MACHINED TO PROPER DIMENSION. -09/05/1990,90V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V156000),"Classic Trailers, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,205,THE CERTIFICATION LABEL CAN BE ABSENT OR INCOMPLETE; THIS IS NOT IN COMPLIANCE WITH 49 CFR 567.,THE VEHICLE OWNERS WOULD NOT HAVE CORRECT INFORMATIONABOUT APPLICABLE FEDERAL MOTOR VEHICLE SAFETY STANDARDS OR GROSS VEHICLE WEIGHT.,REPLACE OR INSTALL CORRECT LABEL OR TAG. -09/05/1990,90C028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C028000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,1770000,THE METALLIC LABEL GLUED TO THE BREAST SHIELD OF THE SEAT CAN BECOME LOOSE OVER TIME.,THERE IS A HAZARD OF CHOKING FROM A CHILD REMOVING THE LOOSE LABEL AND PLACING IT IN HIS OR HER MOUTH.,"INSPECT THE BREAST SHIELD PERIODICALLY, AND IF THE LABEL IS LOOSE, PEEL IT OFF AND DISCARD IT." -09/05/1990,90E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E030000),S.T.D. ENTERPRISES,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1000,"HITCHES, ATTACHED TO SMALL TRAILERS THAT ATTACH TO MOTORCYCLES, MAY CONTAIN SUBSTANDARD MATERIALS IN THE CHROME BALL COUPLER.","COUPLER COULD FAIL, ALLOWING TRAILER TO SEPARATE FROM MOTORCYCLE, WHICH COULD RESULT IN THE TRAILER CRASHING INTO ANOTHER VEHICLE OR OBJECT IN THE VICINITY.",INSTALL REPLACEMENT CHROME BALL COUPLER THAT CONTAINS PROPER MATERIALS. -09/05/1990,90V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V155000),"Classic Trailers, Inc.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,205,THE TIRE SELECTION AND RIMS PLACARD CAN BE ABSENT OR FAIL TO CONFORM WITH FMVSS 110.,CORRECT TIRE INFORMATION IS NECESSARY TO PREVENT OVERLOADING AND RIM PERFORMANCE REQUIREMENTS UNDER THE CONDTIONS OF TIRE DEFLATION.,REPLACE OR INSTALL CORRECT TIRE SELECTION AND RIMS PLACARDS. -09/05/1990,90V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V154000),"Classic Trailers, Inc.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,205,THE HIGH CENTER MOUNTED REAR STOP LAMP IS EITHER MISSING OR OBSTRUCTED; VEHICLES DO NOT COMPLY WITH FMVSS 108.,"VEHICLES WITH MISSING OR OBSTRUCTED CENTER HIGH MOUNTREAR STOP LIGHTS DO NOT COMPLY WITH FMVSS 108; AND MOTORISTS FOLLOWING THEVEHICLE WOULD NOT RECEIVE APPROPRIATE WARNING OF A STOP OR SLOW DOWN, WHICHCOULD RESULT IN AN ACCIDENT.",REMOVE REAR WINDOW TINTING OR INSTALL MISSING CENTER HIGH MOUNT STOP LAMP. -09/04/1990,90V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V162000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18000,FRONT DISC BRAKE CALIPER GUIDE PIN BOLTS MAY NOT HAVE BEEN ADEQUATELY TORQUED AND COULD LOOSEN.,THIS COULD CAUSE REDUCED BRAKING EFFECTIVENESS AND COULDRESULT IN AN ACCIDENT.,PROPERLY TORQUE FRONT BRAKE CALIPER GUIDE PIN BOLTS TO 250 POUNDS. -09/04/1990,90V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V161000),"IVECO TRUCK OF N.A., INC.",EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,3056,"TWO SCREWS THAT HOLD DETENT RAIL TO VALVE BODY CAN LOOSEN AND BACK OUT. ALSO, VALVE BODY CAN BREAK AT POINT WHERE DETENT RAIL ATTACHING SCREWS ARE THREADED INTO BODY.",DETENT RAIL WOULD BECOME FREE RESULTING IN PARKING BRAKECONTROL HANDLE JAMMING AND NOT RELEASING OR ENGAGING THE PARKING BRAKE.,REPLACE SUSPECT VALVE WITH IMPROVED VALVE. -09/04/1990,90V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V169000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,300,INCORRECT TIRE PRESSURE PLACARD WAS INSTALLED ON CARS; DOES NOT COMPLY WITH FMVSS 110.,,INSTALL CORRECT PLACARD CONTAINING PROPER PRESSURE INFORMATION. -09/04/1990,90V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V160000),"IVECO TRUCK OF N.A., INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2913,"WITH USE, ACCELERATOR CABLE CAN BECOME FRAYED AND BIND OR BREAK IN ITS HOUSING, WIHTOUT PRIOR WARNING.",THROTTLE WOULD NOT OPERATE PROPERLY; THIS COULD RESULT INLOSS OF TRUCK CONTROL AND AN ACCIDENT.,REPLACE ORIGINAL STYLE ACCELERATOR CABLE WITH CABLE DESIGNED TO PREVENT FRAYING. -09/04/1990,90V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V163000),Honda (American Honda Motor Co.),POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,18,"DUE TO AN IMPROPERLY MACHINED INTERNAL SHAFT IN THE TRANSMISSION, THE PAWL MECHANISIM MAY NOT FULLY ENGAGE WHEN TRANSMISSION IS IN THE PARK POSITION.",VEHICLE COULD ROLL WHILE THE TRANSMISSION IS IN THE PARKPOSITION AND A CRASH COULD RESULT.,INSTALL AN IMPROVED PARKING PAWL SHAFT. -08/28/1990,90V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V153000),MOLONEY COACH BUILDERS,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,947,ALTERER'S LABEL MAY NOT BE INSTALLED.,VEHICLES WOULD NOT COMPLY WITH PART 567.,INSTALL ALTERER'S LABEL. -08/28/1990,90V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V152000),MOLONEY COACH BUILDERS,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,785,SEAT BELTS MAY NOT HAVE BEEIN INSTALLED FOR ALL DESIGNATED SEATING POSITIONS.,,INSTALL SEAT BELTS AT ALL DESIGNATED SEATING POSITIONS. -08/28/1990,90V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V159000),Ford Motor Company,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,1212,WHEELS MAY CONTAIN CRACKS THAT COULD PROPOGATE IN RAISED PORTION OF WHEEL CENTER.,"UNDER SEVERE DUTY, THIS COULD RESULT IN EVENTUALSEPARATION OF WHEEL RIM FROM CENTER WITH LOSS OF CONTROL AND POSSIBLY ACOLLISION.",REPLACE WHEELS WITH WHEELS OF A REVISED DESIGN. -08/27/1990,90V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V158000),"Foretravel, Inc.",EQUIPMENT:CARRIER RACK:AUXILIARY,EQUIPMENT,NR (Not Reported),Vehicle,373,INCORRECT LUG BOLTS MAY HAVE BEEN USED IN THE MANUFACTURING OF THE SPARE WHEEL CARRIER. THESE LUG BOLTS MAY BREAK ALLOWING THE SPARE WHEEL TO FALL OFF. CONSEQUENCE OF DEFECT: BREAKAGE OF THE LUG BOLTS ALLOWING THE SPARE WHEEL TO FALL TO THE ROAD WAY WILL CREATE A ROAD HAZARD FOR OTHER VEHICLES.,,INSTALL PROPER SIZE WHEEL LUG BOLTS. -08/27/1990,90V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V157000),HOLIDAY RAMBLER CORP.,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,154,INCORRECT SIZE EAR TYPE CLAMPS WERE USED TO SECURE NYLON GASOLINE LINES TO BARBED CONNECTOR FITTINGS.,"GASOLINE LINES UNDER PRESSURE FROM FUEL PUMP COULD LEAK;IN THE PRESENCE OF A SOURCE OF IGNITION, FUEL LEAK COULD RESULT IN A FIRE.",INSTALL PROPER SIZE EAR TYPE CLAMPS. -08/23/1990,90E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E027000),K-TOOL INTERNATIONAL,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,1699,SUPPORT TAB IN FRONT SIDE OF JACK STAND MAY BE INADEQUATELY WELDED OR THE METAL TAB MAY REQUIRE HEAVIER GAUGE STEEL.,JACK STAND COULD FAIL OR COLLAPSE WITH OVER 3000 POUNDLOAD WITH RISK OF INJURY TO USER OR OTHERS IN THE VICINITY.,INSTALL HEAVIER GAUGE METAL FOR SUPPORT TAB AND WELD MORE SECURELY ON BOTH SIDES OF THE METAL SUPPORT TAB. -08/23/1990,90V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V149000),CHAMPION HOME BLDR. CO.,VISUAL SYSTEMS:GLASS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,50,THERE MAY BE AN INADEQUATE NUMBER OF EMERGENCY EXITS ON THE LEFT SIDE OF THE BUS.,THE BUSES WOULD NOT COMPLY WITH FMVSS 217; THIS COULD BEHAZARDOUS TO PASSENGERS IN AN EMERGENCY.,INSTALL ADDITIONAL WINDOW EMERGENCY EXIT ON LEFT SIDE OF BUS. -08/21/1990,90V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V151000),Ford Motor Company,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,225,GLASS ELEMENT THAT SEPARATES ELECTRONIC CIRCUITRY FROM PRESSURIZED FUEL MAY LOOSEN AND CREATE AN OPENING THAT COULD ALLOW PRESSURIZED FUEL TO ENTER BODY OF SENSOR.,"UNDER THESE CONDITIONS OF SEAL DETERIORATION, THE HOUSINGCOVER WOULD NOT CONTAIN FUEL, CAUSING A FUEL LEAK WHICH, IN THE PRESENCE OF ASOURCE OF IGNITION, COULD RESULT IN A FIRE.",INSTALL NEW OPTICAL SENSORS. -08/20/1990,90V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V150000),FLXIBLE CORPORATION,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,461,"WITH APPROXIMATELY TWO THREADS ENGAGEMENT OF STEERING WHEEL RETAINING NUT WITH STEERING SHAFT, THE STEERING WHEEL COULD SEPARATE FROM THE STEERING COLUMN IF NUT LOOSENS AND FALLS OFF.",STEERING WHEEL SEPARATION FROM THE STEERING COLUMN COULDRESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,REPLACE STEERING WHEEL WITH NEW DESIGN WHEEL THAT ALLOWS FULL THREAD ENGAGEMENT OF STEERING WHEEL RETAINING NUT. -08/15/1990,90V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V147000),CHAMPION HOME BLDR. CO.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,4500,THERE IS AN INADEQUATE NUMBER OF EMERGENCY EXITS ON THE RIGHT SIDE OF THE THE BUS; DRIVER'S DOOR EMERGENCY EXIT LABEL AND INSTRUCTIONS ARE NOT PROPERLY LOCATED. WINDOW EMERGENCY EXIT INSTRUCTIONS ARE NOT LEGIBLE.,"BUSES WOULD NOT COMPLY WITH FMVSS 217, AND COULD CONFUSEPASSENGERS TRYING TO EXIT IN AN EMERGENCY.",PROPERLY LABEL RIGHT EXIT DOOR AS 'EMERGENCY EXIT'; RELOCATE EMERGENCY EXIT LABELS; AND INSTALL LEGIBLE WINDOW EMERGENCY EXIT INSTRUCTIONS. -08/15/1990,90V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V148000),CHAMPION HOME BLDR. CO.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,800,THE EMERGENCY ROOF EXIT RELEASE MECHANISM WAS INSTALLED IN AN INCORRECT DIRECTION; OPERATING INSTRUCTIONS FOR THE ROOF EXIT ARE NOT CONCISE; AND INSTRUCTIONS FOR EXIT ARE INCORRECT.,BUSES WOULD NOT COMPLY WITH FMVSS 217; INCORRECT OR TOOLONG EXIT INSTRUCTIONS COULD LEAD TO CONFUSION AND FURTHER HAZARD TOPASSENGERS ATTEMPTING TO EXIT THE BUS IN AN EMERGENCY.,MODIFY ROOF RELEASE MECHANISM; REVISE WORDING OF LABELS; AND RELOCATE LABELS WITHIN 6 INCHES OF RELEASE MECHANISM. -08/13/1990,90V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V146000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,30640,"FUEL RETURN HOSES MAY BREAK AT EITHER CRIMPED COUPLING, CAUSING A LEAKAGE OF FUEL.","IN THE EVENT OF A FUEL RETURN LINE SEPARATION, A FUELLEAK OCCURRING IN THE PRESENCE OF AN IGNITION SOURCE COULD CAUSE A FIRE.",INSTALL A PROPERLY CRIMPED FUEL RETURN HOSE. -08/10/1990,90V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V145000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,100,INCORRECT SCREWS MAY HAVE BEEN USED IN INSTALLING THE LOAD SENSING BRAKE PROPORTIONING VALVE TO ITS BRACKET CAUSING THE CLAMPING LOAD TO BE LESS THAN INTENDED.,THIS COULD RESULT IN INCONSISTENT FRONT TO REAR BRAKEBALANCE WITH POTENTIAL FOR REAR BRAKE SKID UNDER HEAVY BRAKING CONDITIONS.,REPLACE PROPORTIONING VALVE TO BRACKET SCREWS WITH PROPER LENGTH SCREWS. -08/09/1990,90V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V138000),"RENAULT, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,30000,LOSS OF RETENTION OF AN INTEGRAL OVER-TRAVEL SPRING ON THROTTLE CABLE COULD CAUSE SPRING DISLOCATION.,A DISLOCATED SPRING CAN CAUSE INCREASED IDLE POSITIONTHROTTLE OPENING AND HIGHER THAN NORMAL IDLE SPEED.,REPLACE THROTTLE CABLES WITH CABLES DESIGNED TO PROVIDE POSITIVE RETENTION OF THE OVER-TRAVEL SPRING. -08/08/1990,90E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E026000),K-MART,LIGHTING:GENERAL OR UNKNOWN COMPONENT:REFLECTIVE L,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1115440,RED REFLECTORS TESTED DID NOT MEET MINIMUM OF 4.5 CANDLE POWER PER FOOT CANDLE BY AS MUCH AS 92 PERCENT.,REFLECTORS DO NOT COMPLY WITH FMVSS 108.,RETURN REFLECTORS TO STORE FOR A FULL REFUND OF PURCHASE PRICE. -08/06/1990,90V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V142000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11000,OMISSION OF AIR DUCTS INTENDED TO GUIDE FLOW OF COOLING AIR TO LEFT AND RIGHT FRONT BRAKE CALIPERS COULD ALLOW BRAKE FLUID TO EXCEED ALLOWABLE OPERATING TEMPERATURE UNDER CERTAIN OPERATING CONDITIONS.,"IF BRAKE FLUID BOILS, THIS COULD RESULT IN REDUCEDBRAKING PRESSURE WITH POTENTIAL FOR AN ACCIDENT.",INSTALL MISSING LEFT AND RIGHT FRONT AIR DUCTS. -08/06/1990,90V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V143000),Utilimaster Corporation,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,704,FUEL TANK MOUNTING STRAPS MAY ALLOW MINOR AMOUNT OF SHIFTING BY FUEL TANK IN A REAR END CRASH WITH FUEL LEAKAGE IN EXCESS OF AMOUNT ALLOWED BY STANDARD.,"VEHICLES WOULD NOT MEET REQUIREMENTS OF FMVSS 301; IN THEPRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULD RESULT IN A VEHICULAR FIRE.",RETROFIT VEHICLES WITH FUEL MOUNTING STRAPS OF ORIGINAL DESIGN. -08/06/1990,90V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V144000),Ford Motor Company,INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,14300,"THE SECOND ROW RIGHT HAND SEAT ASSEMBLY HAS A TILT FORWARD FUNCTION. A LATCH RETAINS THE SEAT IN THE NORMAL RIDE POSTION, AND THIS LATCH MAY RELEASE UNDER SEVERE FRONTAL IMPACT CONDITIONS, ALLOWING THE SEAT TO PIVOT FORWARD.","IN THE EVENT OF VEHICLE ACCIDENT, THE SEAT COULD PIVOTFORWARD, INCREASING THE RISK OF INJURY TO THE OCCUPANT.",REPLACE SEAT PAWL ASSEMBLY WITH A REVISED DESIGN ASSEMBLY. -08/06/1990,90V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V136000),"Nissan North America, Inc.",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,33000,POWER STEERING HOSES MAY LEAK FLUID THAT CAN SPREAD TO THE EXHAUST MANIFOLD.,"UNDER CERTAIN CONDITIONS, THE MANIFOLD MAY BECOME HOTENOUGH TO IGNITE THE POWER STEERING FLUID AND RESULT IN AN ENGINE COMPARTMENTFIRE.","INSTALL NEW HEAT RESISTANT POWER STEERING HOSES. ALSO, INSTALL NEW FAN COUPLING TO INCREASE AIR FLOW VOLUME THROUGH ENGINE COMPARTMENT AND REPLACE ANY OTHER DAMAGED COMPONENTS." -08/01/1990,90V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V141000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,575,MISWIRED GROUND FAULT INTERRUPTER (GFI) RECEPTACLE IN BATHROOM DOES NOT PROVIDE GROUND FAULT PROTECTION AT THAT RECEPTACLE.,THE MISWIRED BATHROOM RECEPTACLE WOULD NOT PROTECT USERFROM AN ELECTRICAL SHOCK SITUATION THAT COULD BE AVOIDED BY A PROPERLY GROUNDEDGROUND FAULT RECEPTACLE.,AUTHORIZED DEALERS WILL CORRECTLY REWIRE THE GROUND FAULT INTERRUPTER RECEPTACLE FOR PROPER FAULT PROTECTION. -08/01/1990,90E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E024000),"Caterpillar, Inc.",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,11000,"INCORRECT TORQUE ON THE GOVERNOR INPUT ASSEMBLY COULD CAUSE IT TO LOOSEN AND BACK OUT, INTERFERING WITH THE GOVERNOR HOUSING OPERATION. ALSO THE TORSION SPRING ON THE ACCELERATOR INPUT WAS INSTALLED INCORRECTLY AND COULD DISLODGE, PREVENTING THE GOVERNOR AND ACCELERATOR FROM PROPERLY CONTROLLING THE ENGINE SPEED.","WITHOUT GOVERNOR OPERATION, THE DRIVER COULD OVERSPEED THE ENGINE, CAUSING LOSS OF CONTROL OF VEHICLE SPEED.","ASSURE PROPER ASSEMBLY AND TORQUE ON 8C8580 BOLT, AND PROPER INSTALLATION OF 7W9526 TORSION SPRING." -08/01/1990,90V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V139000),RVI INC.,STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,NR (Not Reported),Vehicle,2135,CAPSCREW THAT ATTACHES STEERING GEAR TO THE STEERING BRACKET MAY LOOSEN AND CAUSE THE GEAR TO SEPARATE FROM ITS SUPPORTING BRACKET.,THIS COULD AFFECT STEERING CONTROL AND RESULT IN ANACCIDENT.,PROPERLY TORQUE CAPSCREWS. -08/01/1990,90V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V140000),RVI INC.,STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,NR (Not Reported),Vehicle,1770,CAPSCREW THAT ATTACHES STEERING GEAR TO THE STEERING BRACKET MAY LOOSEN AND CAUSE THE GEAR TO SEPARATE FROM ITS SUPPORTING BRACKET.,THIS COULD AFFECT STEERING CONTROL AND RESULT IN ANACCIDENT.,REPLACE THE STEERING BRACKET AND CAPSCREWS. -07/27/1990,90V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V131000),KELLY/COACHWORKS INC.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,80,VEHICLE DESCRIPTION: STRETCH LIMOUSINES ALTERED BY KELLY/COACHWORKS. LIMOUSINES MAY NOT CONTAIN ALTERERS CERTIFICATION LABEL IN VIOLATION OF 49 CFR PART 567.,VEHICLES WOULD NOT BE IN COMPLIANCE WITH FEDERALREGULATIONS.,INSTALL ALTERERS LABELS AS REQUIRED. -07/27/1990,90V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V134000),"LIMOUSINE WERKS, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,158,GROSS VEHICLE WEIGHT RATINGS AND TIRE INFORMATION MAY BE INCORRECT ON LABELS.,VEHICLES WOULD NOT COMPLY WITH 49 CFR PART 567.,INSTALL REVISED CERTIFICATION LABELS. -07/27/1990,90V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V132000),KELLY/COACHWORKS INC.,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,80,"VEHICLE DESCRIPTION: STRETCH LIMOUSINES ALTERED BY KELLY/COACHWORKS, INC. LIMOUSINE MAY NOT HAVE ALTERERS TIRE PLACARD WITH CORRECT TIRE SIZE AND LOAD INFORMATION, AS REQUIRED BY FMVSS 110.",VEHICLES WOULD NOT COMPLY WITH STANDARD AND CONSUMERRELYING ON THE WRONG INFORMATION MIGHT EXPERIENCE TRAUMATIC TIRE DAMAGE WITHLOSS OF VEHICLE CONTROL.,INSTALL CORRECT TIRE PLACARD. -07/27/1990,90V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V133000),"LIMOUSINE WERKS, INC.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,158,TIRE PLACARD MAY CONTAIN INCORRECT GROSS VEHICLE WEIGHT RATINGS AND TIRE INFORMATION.,LIMOUSINES WOULD NOT COMPLY WITH FMVSS 110 AND CONSUMERMIGHT UNKNOWINGLY OVERLOAD THE VEHICLE BECAUSE OF PLACARD MISINFORMATION.,INSTALL REVISED TIRE PLACARDS. -07/27/1990,90E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E025000),DANA CORPORATION,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,2282,A THREAD ENGAGEMENT PROBLEM MAY CAUSE FUEL LEAKAGE.,FUEL LEAKAGE COULD RESULT IN A FIRE WHEN EXPOSED TO A SOURCE OF IGNITION.,REPLACE FUEL FILTERS WITH NEW FILTERS WITH NEW PART NUMBERS. -07/27/1990,90V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V130000),CHAMPION HOME BLDR. CO.,FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1128,"DUE TO OVERPRESSURIZED FUEL SYSTEM AND CLOSED EMISSIONS CONTROL SYSTEM, THERE MAY BE EXCESSIVE HYDROCARBON IGNITION IN EXHAUST STAGE OF ENGINE OPERATION.","THIS CAN RESULT IN FIRES FROM BURNED THROUGH MUFFLERS,DEGRADATION OF HOSES, OR LIQUID OR EXCESSIVE VAPOR RELEASE FROM EMISSIONCANISTERS.","REPLACE FUEL TANK FILLER CAP WITH HIGH FLOW, TWO-STAGE RETENTION CAPS; REPLACE ENGINE COMPARTMENT HEATER HOSES WITH HIGH-TEMP NOMEX HOSES; PROVIDE AN ADDITIONAL HEAT SHIELD BETWEEN COACH BODIES AND MUFFLER; AND PROVIDE DECALS FOR ATTACHMENT TO THE FUEL SYSTEM ADVISING USERS NOT TO COMPLETELY FILL THEIR FUEL TANKS." -07/27/1990,90E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E020000),BLAZER INTERNATIONAL CORP,LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,311483,THESE LAMPS FAIL TO MEET THE LIGHTING REQUIREMENTS OF FMVSS 108.,"INAPPROPRIATE, NON-STANDARD LIGHTS AND REFLECTORS COULD REDUCE VISIBILITY OF VEHICLES AND INCREASE POTENTIAL FOR A CRASH.",RETURN DEVICES FOR FULL CREDIT OR REPLACEMENT. -07/27/1990,90E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E021000),BLAZER INTERNATIONAL CORP,LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,7000,THESE REPLACEMENT LAMPS MAY NOT MEET LIGHTING REQUIREMENT OF FMVSS 108.,INADEQUATE LIGHTING COULD REDUCE VISIBILITY OF VEHICLE AND INCREASE THE POTENTIAL FOR A CRASH.,REPLACEMENT WITH LAMPS THAT MEET FMVSS REQUIREMENTS. -07/27/1990,90V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V135000),"LIMOUSINE WERKS, INC.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,158,WINDOW TINT DOES NOT MEET LUMINOUS TRANSMITTANCE REQUIREMENTS OF FMVSS 205.,"LIMOUSINES DO NOT COMPLY WITH STANDARDS; ALSO, INCREASEDPOTENTIAL FOR ACCIDENTS BECAUSE OF LIMITED VISIBILITY.","REMOVE WINDOW FILM, AS NECESSARY." -07/25/1990,90V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V129000),Collins Bus Corporation,AIR CONDITIONER:EVAPORATOR,EQUIPMENT,NR (Not Reported),Vehicle,134,"ELECTRICAL FUSES FOR THE REAR EVAPORATOR WIRING HARNESS WERE OMITTED, PRESENTING A POTENTIAL FOR CURRENT OVERLOAD IF A FAN ROTOR LOCKS UP DURING NORMAL OPERATION OF THE EVAPORATOR.",CURRENT OVERLOAD HAS THE POTENTIAL FOR IGNITINGCOMBUSTIBLE MATERIALS IN THE VICINITY OF THE EVAPORATOR WIRING HARNESS.,INSTALL REDESIGNED WIRING HARNESS AND FUSES TO PROVIDE OVERLOAD PROTECTION. -07/23/1990,90V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V128000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,223,RETAINING CLIP FOR LINK BOLT THAT CONNECTS THE BRAKE/CLUTCH PEDAL TO THE PUSHROD MAY LOOSEN AND FALL OFF.,"BOLT MAY FALL OFF ASSEMBLY, LEADING TO LOSS OF CONTROL OFSERVICE BRAKES WITH NO WARNING, WHICH COULD RESULT IN AN ACCIDENT.",INSTALL NEW DESIGN LINK BOLT AND SPLIT PIN TO PREVENT CLIP FROM LOOSENING. -07/18/1990,90V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V137000),"MARK III INDUSTRIES, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,13637,,OCCUPANTS WOULD NOT BE ADEQUATELY PROTECTED IN EVENT OFAN ACCIDENT OR SUDDEN STOP.,INSTALL PROPER MOUNTING HARDWARE AND SEAT BELTS. -07/18/1990,90E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E023000),"TRW Automotive, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Equipment,115,REAR WHEEL TIE ROD ASSEMBLY MAY FATIGUE AND FRACTURE AT INBOARD BEARING DUE TO HIGH INNER JOINT ROCKING TORQUE.,FRACTURE COULD RESULT IN LOSS OF CONTROL AND A CRASH WITHOUT PRIOR WARNING.,REPLACE FAULTY TIE ROD ASSEMBLIES AS DIRECTED. THIS RECALL IS ASSOCIATED WITH GM PRODUCT SAFETY CAMPAIGN 89C17. -07/17/1990,90V127001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V127001),"LAFORZA AUTOMOBILES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,323,"DESIGN DEFECT OF THE SEALING GROMMET CAUSES INADEQUATE SEALING OF FUEL FILLER NECK AT THE FUEL TANK, WHICH MAY RESULT IN FUEL LEAKAGE.",LEAKING FUEL COULD CATCH FIRE IF AN IGNITION SOURCE IS,INSTALL REPLACEMENT FUEL TANK AND HARDWARE. -07/10/1990,90V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V126000),Honda (American Honda Motor Co.),VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,65,POOR ADHESION MAY OCCUR BETWEEN PAINT LAYERS IN THE WINDSHIELD MOUNTING AREA DUE TO DEFECTIVE PAINT BATCHES OR OVERSPRAYING.,PAINT SEPARATION IN THE WINDSHIELD AREAS WOULD LEADTO NON-COMPLIANCE WITH FMVSS 212 RETENTION REQUIREMENTS. LOSS OF WINDSHIELDRETENTION ABILITY COULD CAUSE WINSHIELD TO SEPARATE FROM VEHICLE WITHOUT WARNINGAND HARM VEHICLE OCCUPANTS AND OTHERS IN THE VICINITY.,REINSTALL WINDSHIELD TO INSURE PROPER RETENTION. -07/06/1990,90E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E022000),KENWOOD U.S.A.,EQUIPMENT:ELECTRIC EQUIPMENT:RADIO:TAPE DECK ETC.,EQUIPMENT,NR (Not Reported),Equipment,116000,MOLDING DEFECTS ON FUSE HOLDERS COULD CAUSE THEM TO BREAK AND SHORT CIRCUIT BETWEEN THE POSITIVE LEAD AND THE CHASSIS.,"WIRING AROUND SHORT CIRCUIT COULD BURN SINCE THE FUSE IS BYPASSED IN CIRCUIT TO THE BATTERY, AND A VEHICLE FIRE COULD RESULT.",REPLACE DEFECTIVE FUSE HOLDERS. -07/06/1990,90V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V125000),EXCALIBUR AUTO CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,43,VEHICLES ARE NOT EQUIPPED WITH AN AUTOMATIC PASSIVE RESTRAINT SYSTEM AS REQUIRED BY FMVSS 208.,AUTOMATIC PASSIVE RESTRAINT SYSTEM REQUIRING NOPARTICIPATION FROM THE DRIVER OR FRONT SEAT PASSEMGER WILL REDUCE THE RISK OFSERIOUS INJURY OR DEATH TO THESE OCCUPANTS IF AN ACCIDENT OCCURS.,"EXCALIBUR WILL REFUND PURCHASE PRICE, MINUS DEPRECIATION, FOR ANY VEHICLES RETURNED FOR LACK OF COMPLIANCE WITH FMVSS 208." -07/06/1990,90V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V124000),"Chrysler (FCA US, LLC)",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,26600,"IN A REAR END COLLISION, THE PICKUP BOX CROSSMEMBER COULD CONTACT THE FUEL PUMP MODULES FUEL LINE, CAUSING A FUEL LEAK WHICH WOULD BE IN NON-COMPLIANCE WITH FMVSS 301.",CONSEQUENCE OF DEFECT: LEAKAGE OF FUEL COULD CAUSE A FIRE IF A SOURCE OF IGNITION IS PRESENT.,INSTALL TWO PICKUP BOX REINFORCEMENT BLOCKER BRACKETS TO THE UNDERCARRIAGE TO ELIMINATE CONTACT WITH FUEL LINE. -07/03/1990,90T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T008000),GENERAL TIRE & RUBBER CO.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,1657,INCORRECT MAXIMUM LOAD AND INFLATION PRESSURES ARE STAMPED ON TIRES WHICH COULD CAUSE TIRES TO BE USED IN AN OVERLOADED CONDITION.,OVERLOADED TIRES COULD FAIL RESULTING IN SUDDEN LOSS OF AIR PRESSURE THAT COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,"REPLACE AFFECTED TIRES AT NO CHARGE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. D.O.T. IDENTIFICATION NUMBERS: AD60H8B070, AD60H8B080, AD60H8B090, AD60H8B100." -07/02/1990,90C017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C017000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,49360,LATCH TONGUES BROKE DURING IMPACT IN ROUTINE INFANT CAR SEAT CRASH TESTING AT 30 MPH.,"DURING SEVERE IMPACT, CHILD MIGHT SUBMARINE OUT OF SEAT WITH POTENTIAL FOR SEVERE INJURY OR DEATH.",REPLACE LATCH TONGUE. -07/02/1990,90E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E019000),AFCO ELECTRONICS,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Equipment,200,IMPROPER AMOUNTS OF WELD ON MOUNTING FLANGE COULD CAUSE MOUNTING FLANGE TO LOOSEN AND SLIDE UP THE CYLINDER BARREL.,THIS COULD CAUSE THE BOX IT HOISTED TO DROP WHICH COULD RESULT IN PERSONAL INJURY TO ANYONE STANDING UNDER THE UNIT.,REPLACE DEFECTIVE CYLINDER WITH CYLINDERS THAT ARE WELDED ALL THE WAY AROUND THE MOUNTING FLANGE. -07/02/1990,90E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E018000),KUSS FILTRATION,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,64200,FILTERS MAY HAVE FAULTY WELD OR INCOMPLETELY SEALED WELDS ALLOWING THE FILTERS TO LEAK AN EXCESSIVE AMOUNT OF GASOLINE WHILE IN USE.,DURING HIGH TEMPERATURE OPERATING CONDITIONS GASOLINE COULD BE RELEASED INTO ENGINE COMPARTMENT WHICH COULD RESULT IN A VEHICLE FIRE.,"REMOVE AND REPLACE WITH COMPARABLE FILTER WITH NON-AFFECTED DATE SETTING, ASSURING THAT WELDS ARE PROPERLY SEALED." -07/02/1990,90V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V123000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,35000,"EXCESSIVE FUEL VAPOR PRESSURE CAN OCCUR THAT, AFTER PROLONGED CYCLING, COULD WEAKEN THE FUEL TANK STRUCTURE.","THIS CAN CAUSE FUEL TANK LEAKS WHICH, IN THE PRESENCE OFAN IGNITION SOURCE, COULD RESULT IN A VEHICLE FIRE.",INSTALL A REVISED FUEL PURGE SYSTEM WHICH ELIMINATES EXCESSIVE VAPOR PRESSURE BUILD-UP. -07/02/1990,90T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T007000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,4,TIRES MAY DEVELOP SEPARATION IN THE TREAD AREA THAT WILL CAUSE A THUMPING VIBRATION WHEN TIRE IS IN USE.,CONTINUED USE MAY CAUSE PLY CORDS TO BREAK AND TUBELESS LINER TO TEAR CAUSING LOSS OF TIRE INFLATION AND COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE AFFECTED TIRES AT NO CHARGE WITHIN 60 DAYS FROM THE DATE OF NOTIFICATION. -06/26/1990,90V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V122000),FLXIBLE CORPORATION,LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,45,"RETROFIT LIGHT SOCKETS FOR REAR STOP, TURN, TAIL AND BACKUP LIGHT ASSEMBLIES WOULD CAUSE THE BUSES TO BE IN NON-COMPLIANCE WITH FMVSS 108.","THESE BUSES WOULD NOT MEET THE PHOTOMETRIC REQUIREMENTSOF FMVSS 108, AND MAY NOT HAVE THE DESIRED EFFECT FOR MOTORISTS FOLLOWING THESEBUSES AND COULD CAUSE A VEHICLE ACCIDENT.",INSTALL NEW LIGHT SOCKETS AND NEW REAR LIGHT HOUSINGS ON BUSES. -06/25/1990,90V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V121000),Ford Motor Company,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,15260,SECONDARY SERVICE RESERVOIR AIR CHECK VALVES MAY NOT SEAT PROPERLY DUE TO A MECHANICAL INTERFERENCE CONDITION BETWEEN A CIRCULAR BRASS GUIDE AND THE WALL OF A CYLINDRICAL FERRULE IN WHICH THE BRASS GUIDE IS INTENDED TO MOVE FREELY.,"IN THE EVENT OF PRESSURE LOSS IN THE SUPPLY RESERVOIR,A DEFECTIVE CHECK VALVE WOULD ALLOW PRESSURE EQUALIZATION BETWEEN PRIMARY ANDSECONDARY SERVICE RESERVOIRS, PRESENTING THE POTENTIAL FOR LOSS OR ABSENCE OFFRONT BRAKING ABILITY, WHICH COULD CAUSE LOSS OF CONTROL AND AN ACCIDENT.",INSTALL REVISED DESIGN SECONDARY SERVICE RESERVOIR CHECK VALVE COMPONENTS. -06/15/1990,90V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V119000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3202,IMPROPERLY TORQUED CONNECTIONS OF FRONT FUEL FEED AND RETURN HOSES TO FUEL PIPES AT THE BODY RAIL COULD LOOSEN AND LEAK FUEL INTO THE UNDERHOOD AREA.,"FUEL LEAKS IN THE PRESENCE OF AN IGNITION SOURCE, COULDRESULT IN AN UNDERHOOD FIRE.",PROPERLY TORQUE THE FRONT FUEL FEED AND RETURN HOSES AT THE BODY RAIL LINES TO PREVENT FUEL LEAKAGE. -06/15/1990,90V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V120000),"Mack Trucks, Inc.",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,300,WELDING DEFICIENCIES CAN CAUSE TWO-PIECE STEERING GEAR MOUNTING BRACKET TO PROGRESSIVELY SEPARATE.,"THIS COULD RESULT IN LOSS OF STEERING CONTROL, WITHOUTPRIOR WARNING, AND A VEHICLE CRASH.",REPLACE STEERING GEAR MOUNTING BRACKETS WITH PROPERLY WELDED BRACKETS. -06/14/1990,90V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V118000),Mazda North American Operations,ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,102548,IGNITION SWITCH TERMINAL MAY MALFUNCTION.,"THIS COULD RESULT IN FAILURE OF WINDSHIELD WIPERS,WINDSHIELD WASHER, ENGINE COOLING FAN, HEATER BLOWER, AND AIR CONDITIONINGCOMPRESSOR. FAILURE OF WINDSHIELD CLEARING DEVICES COULD CAUSE REDUCEDVISIBILITY, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE IGNITION SWITCHES. -06/12/1990,90V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V114000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10297,FUEL RETURN HOSES MAY BREAK AT EITHER CRIMPED COUPLING.,"IF THIS COUPLING SEPARATED, ALLOWING GASOLINE TO LEAK,AND AN IGNITION SOURCE WAS PRESENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.",INSTALL A PROPERLY CRIMPED FUEL RETURN HOSE. -06/12/1990,90V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V115000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,29331,FUEL FEED HOSES MAY PULL OUT OF THE CRIMPED COUPLING AT THE ENGINE END OF THE HOSE ASSEMBLY.,"IF THIS COUPLING SEPARATED, ALLOWING GASOLINE TO LEAK,AND AN IGNITION SOURCE IS PRESENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR.",INSTALL A REDESIGNED FUEL FEED HOSE. -06/12/1990,90V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V117000),"Porsche Cars North America, Inc.",FUEL:FUEL TANK ASSEMBLY:GAUGE:FUEL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19,PLASTIC FUEL GAUGE MOUNTING NUT MAY CRACK AND ALLOW FUEL TO LEAK FROM THE FUEL TANK.,"IF FUEL COMES INTO CONTACT WITH A HOT EXHAUST SYSTEM OROTHER IGNITION SOURCE, IT COULD RESULT IN A FIRE.",REPLACE MOUNTING NUTS WITH NUTS OF AN IMPROVED MATERIAL. -06/12/1990,90V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V116000),"RV IND., INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,5200,THE CONNECTOR HALF OF THE SAFETY BELT IS NOT LONG ENOUGH TO ACCOMMODATE A 95TH PERCENTILE ADULT MALE.,"NONUSE OF THE SAFETY BELT WOULD INCREASE THE RISK ANDSEVERITY OF INJURY IN A SUDDEN STOP OR ACCIDENT; ALSO, TRUCKS WOULD NOT COMPLYWITH FMVSS 209.",REPLACE SHORT SAFETY BELT CONNECTOR WITH CONNECTORS LONG ENOUGH TO COMPLY WITH STANDARD. -06/12/1990,90E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E016000),ARVINMERITOR AUTOMOTIVE,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Equipment,8138,"STEERING ARM MAY FRACTURE DUE TO ENVIRONMENTAL, MAINTENANCE, OR OTHER FACTORS.","STEERING ARM COULD FAIL WITHOUT WARNING, RESULTING IN LOSS OF STEERING CONTROL AND POSSIBLY A CRASH.",INSTALL REDSIGNED STEERING ARM. -06/06/1990,90V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V113000),Harley-Davidson Motor Company,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,404,"IF THE WIRING OF CRUISE CONTROL SYSTEM BECOMES WET WHILE ENGAGED, THERE IS A POSSIBILITY OF CREATING A SHORT CIRCUIT AND CRUISE CONTROL MALFUNCTION.",THIS COULD CAUSE THE SPEED TO BEGIN INCREASINGAUTOMATICALLY WITH POTENTIAL FOR LOSS OF CONTROL AND AN ACCIDENT.,REPLACE CRUISE CONTROL MODULE. -06/06/1990,90V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V112000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,51834,OWNERS MANUALS DID NOT FULLY EXPLAIN HOW FRONT SHOULDER BELT COMFORT FEATURE WORKS.,"CARS WOULD NOT COMPLY WITH FMVSS 208, AND INCORRECT USE OF SAFETY RESTRAINTS COULD LEAD TO PERSONAL INJURY TO OCCUPANTS IF AN ACCIDENTSHOULD OCCUR.",INSERT STICKER THAT PROVIDES MISSING INFORMATION IN OWNERS MANUALS. -06/06/1990,90V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V111000),"ABC ENGINEERING, CO",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,255,THE EMERGENCY EXIT WINDOW RELEASE MECHANISM MAY REQUIRE MANUAL RELEASE FORCE THAT EXCEEDS THE MAXIMUM ALLOWABLE FORCE OF 20 LBS.,WINDOWS WOULD BE DIFFICULT TO OPEN IN AN EMERGENCY ANDWOULD NOT COMPLY WITH FMVSS 217.,REMOVE LEAD SEALS ON LEVERS OF EMERGENCY WINDOWS AND INCREASE PLAY BETWEEN INTERNAL AND EXTERNAL FRAME. -06/04/1990,90V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V108000),"General Motors, LLC",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1962,LOOSE PIVOT BOLT HOLDING THE BRAKE PEDAL TO ITS SUPPORT BRACKET COULD DISENGAGE FROM THE NUT.,THIS COULD CAUSE LOSS OF BRAKING ACTIVITY THAT COULDRESULT IN A TRUCK CRASH WITHOUT PRIOR WARNING.,RETORQUE BRAKE PEDAL PIVOT BOLTS TO SPECIFICATIONS TO PREVENT LOOSENING. -06/04/1990,90V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V109000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1008,MIS-WIRED POWER SELECTOR SWITCH MOUNTED IN MOTORHOME WALL COULD CAUSE POWER CORD TO BECOME ENERGIZED BY THE GENERATOR WHILE THE CORD IS STILL STOWED.,"TOUCHING ONE OF THE EXPOSED METAL BLADES ON THE POWERCORD PLUG CAN RESULT IN AN ELECTRICAL SHOCK, OR IN EXTREME CASES, ELECTROCUTION.",CORRECTLY RE-WIRE POWER SWITCH SELECTOR. -06/04/1990,90V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V110000),"Subaru of America, Inc.",HEATER:ELECTRICAL:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,81000,"THE DEFROSTER LEVER PIN OF THE DEFROSTER SHUTTER DOOR MAY BECOME DISLOCATED AND ALLOW THE SHUTTER TO CLOSE, PREVENTING DEFROSTER FROM FUNCTIONING.",NON-FUNCTIONING DEFROSTER WOULD ADVERSELY AFFECT DRIVERVISIBILITY.,INSTALL A POSITIONING STOPPER DEVICE TO PREVENT DISLOCATION OF DEFROSTER LEVER PIN TO ASSURE DEFROSTER OPERATION. -06/04/1990,88E012005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012005),CROWN COACH CORPORATION,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,120,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -06/04/1990,90E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E015000),VEHICLE IMPROVEMENT PRDCT,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Equipment,2025,"THE HOLES IN THE STEERING WHEEL SPOKE ARE TOO LARGE TO PROPERLY FIT OVER THE MATING PINS ON THE HUB ALLOWING ROTATIONAL ""FREE PLAY"" AND CAUSING THE PINS TO SHEAR OFF.",THIS COULD CAUSE LOSS OF STEERING CONTROL THAT COULD RESULT IN AN ACCIDENT.,RETROFIT WITH HUB PLATE TO PREVENT STEERING WHEEL FROM COMING LOOSE FROM THE HUB. -06/04/1990,90T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T006000),UNIROYAL GOODRICH TIRE CO,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,13,"TIRES MAY BEAR WRONG SIZE PAPER LABEL ON THE TREAD OF THE TIRE, ALTHOUGH PROPER SIZE IS MOLDED ON THE SIDEWALL.",MOUNTING AND INFLATION OF 16 INCH TIRES ON 16.5 INCH RIMS COULD BE EXTREMELY HAZARDOUS AND CAN CAUSE INJURY OR DEATH.,RETURN MISLABELED TIRES TO DEALER FOR REMOVAL OF LABEL AND INSTALLATION OF CORRECT REPLACEMENT LABELS. -06/04/1990,90V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V107000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,181,USE OF IMPROPER PRIMER ON METAL SURFACES OF WINDSHIELD AND SIDE WINDOW OPENINGS COULD CAUSE LOW ADHESION TO THE METAL SURFACE AND WOULD NOT PROVIDE RETENTION REQUIRED BY FMVSS 212.,"WINDSHIELD AND SIDE WINDOW GLASS WOULD NOT PREVENT THEEJECTION OF VEHICLE OCCUPANTS DURING A VEHICLE CRASH, WHICH CAUSES SERIOUSINJURIES AND FATALITIES.",REMOVE AND REINSTALL GLASS USING PROPER PRIMER. -06/01/1990,90E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E014000),DANA CORPORATION,BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES:HOSE:NON-META,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,49086,HOSE LAYER SEPARATION OCCURRED AT APPLIED TEST LOAD BELOW MINIMUM REQUIRED LOAD.,"VEHICLES WOULD NOT COMPLY WITH FMVSS 106; AND AIR BRAKE HOSE FAILURE COULD CAUSE LOSS OF BRAKING CONTROL, AND RESULT IN AN ACCIDENT.",REPLACE HOSES WITH HOSES THAT COMPLY WITH FMVSS 106. -06/01/1990,90V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V102000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3268,"WIREFORM THAT SECURES RUBBER GROMMETS, WHICH SERVE AS A ROUTING GUIDE FOR THE POSITIVE BATTERY CABLE, MAY NOT MEET SPECIFICATIONS.",WIREFORMS COULD CHAFE THE POSITIVE BATTERY CABLE ANDCAUSE A SHORT CIRCUIT TO THE MOTORCYCLE CHASSIS DURING OPERATION.,REPLACE POSITIVE BATTERY CABLE WIREFORM WITH WIREFORM THAT THAT MEETS SPECIFICATIONS. -06/01/1990,90V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V101000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,111000,"UNDER CERTAIN CONDITIONS, THE SNAP RING THAT LOCATES THE PARK GEAR ON THE OUTPUT SHAFT OF THE TRANSMISSION MAY FRACTURE.","WHEN THE GEAR IS PLACED IN PARK, THE PARK GEAR WOULD NOTENGAGE, ALLOWING THE TRUCK TO ROLL FREELY IF THE PARKING BRAKE IS NOT PROPERLYSET. THIS COULD RESULT IN AN ACCIDENT.",INSTALL IMPROVED SNAP RING AND REVISED TRANSMISSION EXTENSION HOUSING. -06/01/1990,90V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V103000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,74,IMPROPER DRILLING OF HOLE TAPERS IN THE STEERING ARM AND PITMAN ARM MAY CAUSE INADEQUATE SEATING OF THE DRAG LINK BALL STUD ON EITHER THE PITMAN ARM OR THE STEERING ARM AND TIE ROD END ON THE STEERING ATTACHMENTS.,,REPLACE DEFECTIVE COMPONENTS WITH NEW ASSEMBLIES AND TORQUE TO PROPER SPECIFICATIONS. -06/01/1990,90T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T005000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,6573,SOME TIRES MAY DEVELOP TREAD SEPARATION IN TREAD SHOULDER AREA CAUSING TREAD TO BULGE AND A THUMPING VIBRATION WHEN TIRE IS IN USE; CONTINUED USE MAY CAUSE PLY CORD TO BREAK AND LINER TO TEAR AND LOSE INFLATING AIR PRESSURE.,SUDDEN LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL WITH POTENTIAL FOR A CRASH.,TIRES WILL BE REPLACED AT NO COST TO CONSUMERS WITHIN 60 DAYS OF NOTIFICATION. -06/01/1990,90V106001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V106001),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,184,DILUTED PRIMER MAY HAVE BEEN USED ON THE WINDSHIELD OPENING FLANGES PRIOR TO WINDSHIELD GLASS INSTALLATION WHICH WOULD NOT PROVIDE THE RETENTION REQUIRED BY FMVSS 212.,"WINDSHIELDS WOULD NOT PREVENT EJECTION OF VEHICLEOCCUPANTS DURING A VEHICLE CRASH, WHICH CAUSES SERIOUS INJURIES AND FATALITIES.","REPLACE WINDSHIELDS, ASSOCIATED PARTS, AND PRIMER." -06/01/1990,90V106002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V106002),"Mitsubishi Motors North America, Inc.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,26,DILUTED PRIMER MAY HAVE BEEN USED ON THE WINDSHIELD OPENING FLANGES PRIOR TO WINDSHIELD GLASS INSTALLATION WHICH WOULD NOT PROVIDE THE RETENTION REQUIRED BY FMVSS 212.,"WINDSHIELDS WOULD NOT PREVENT EJECTION OF VEHICLEOCCUPANTS DURING A VEHICLE CRASH, WHICH CAUSES SERIOUS INJURIES AND FATALITIES.","REPLACE WINDSHIELDS, ASSOCIATED PARTS, AND PRIMER." -05/24/1990,90V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V100000),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,365,INCORRECT SIZE MASTER CYLINDER INSTALLED WILL PROVIDE LESS LINE PRESSURE TO WHEEL CYLINDERS FOR A GIVEN PEDAL PRESSURE.,"THIS COULD RESULT IN INCREASED STOPPING DISTANCES ORINCREASED PEDAL PRESSURE REQUIRED FOR A GIVEN STOPPING DISTANCE, WHICH COULDCAUSE AN ACCIDENT.",INSTALL THE CORRECT 1.75 INCH MASTER CYLINDER. -05/22/1990,90V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V099000),Blue Bird Body Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,5600,"LOCK PINS IN STEERING WHEEL AND HUB ASSEMBLY MY SHEAR OFF, ALLOWING STEERING WHEEL TO SPIN.",THIS COULD CAUSE LOSS OF STEERING CONTROL THAT COULDRESULT IN AN ACCIDENT.,REPAIR USING A POSITIVE LOCKING METHOD. -05/21/1990,90V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V097000),Ford Motor Company,BRAKES:HYDRAULIC:HYDROBOOST UNIT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3200,INTERCONNECTION OF RETURN LINE PLUMBING FROM HYDROBOOST STEERING GEAR MAY CAUSE LIGHT APPLICATION OF HYDROBOOST UNIT WITHOUT APPLYING BRAKE PEDAL.,"THIS COULD RESULT IN DRAGGING BRAKES, BRAKE FADE, ORPREMATURE WEAR AND/OR HEAT DAMAGE TO BRAKE SYSTEM COMPONENTS, REDUCING BRAKINGEFFICIENCY WHICH COULD RESULT IN AN ACCIDENT.",INSTALL REVISED RETURN LINES AND REPLACE DAMAGED BRAKE SYSTEM COMPONENTS. -05/21/1990,90V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V098000),Ford Motor Company,VISUAL SYSTEMS:SUN ROOF HINGES (8/82),VISIBILITY,NR (Not Reported),Vehicle,2500,"IF SUNROOF GLASS IS REMOVED AND REINSTALLED BY VEHICLE OPERATOR, HINGE ASSEMBLIES CAN BE ACCIDENTALLY IMPROPERLY MATED.","SUNROOF COULD DETACH FROM THE VEHICLE WHILE BEING DRIVEN,CREATING A RISK TO FOLLOWING VEHICLES OR PEOPLE IN THE VICINITY, OR TO VEHICLEOCCUPANTS IF THE GLASS SHOULD FALL INTO THE CABIN.",INSTALL REVISED SUNROOF HINGES THAT WILL ADEQUATELY RETAIN SUNROOF ASSEMBLY. -05/18/1990,90V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V096000),"General Motors, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,21415,PLASTIC FUEL FILTER ASSEMBLIES MAY DEVELOP LEAKS.,FUEL LEAKS COULD RESULT IN A VEHICLE FIRE DUE TO STATICCHARGE BUILD UPS FOUND IN THE PLASTIC FUEL LINES AND FUEL FILTER WHICH MAY ACTAS AN IGNITION SOURCE.,REPLACE PLASTIC ASSEMBLY WITH METAL FUEL FILTER AND BRACKET. -05/15/1990,90V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V081000),Isuzu Motors Limited,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5163,"AT HIGH ENGINE SPEEDS, THE COOLING FAN ADAPTER PLATE, WHICH CONNECTS THE COOLING FAN AND THE FAN PULLEY, HAS INSUFFICIENT STRENGTH, ALLOWING CRACKS TO DEVELOP IN THE ADAPTER PLATE.","COOLING FAN COULD BE DISLODGED, DAMAGING RADIATOR AND FAN GUIDE; AND FAN COULD BREAK LOOSE, FLY OUT OF ENGINE COMPARTMENT, AND INJURE PERSONS IN THE IMMEDIATE VICINITY.",REPAIR OR REPLACE ADAPTER PLATE TO PREVENT CRACKS AND DAMAGE. -05/14/1990,90V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V105000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,1500000,"PLASTIC COMPONENTS OF SEAT BELT BUCKLE ASSEMBLIES DO NOT CONTAIN AN ULTRA VIOLET STABILIZER, AND EXPOSURE TO DIRECT SUNLIGHT AND ELEVATED INTERIOR TEMPERATURES COULD WEAKEN THE PLASTIC COMPONENTS.",THIS COULD RESULT IN BREAKAGE OF PLASTIC COMPONENTS WHICHCOULD PREVENT BUCKLE FROM LATCHING AND PROTECTING OCCUPANT IN A SUDDEN STOP ORACCIDENT.,REPLACE OR REPAIR SEAT BELT BUCKLE. -05/14/1990,90T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T004000),Goodyear Tire & Rubber Company,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,26900,TIRES DO NOT HAVE TREADWEAR INDICATOR MOLDED IN THE TIRE TO ENABLE A PERSON TO VISUALLY DETERMINE WHEN TIRE IS WORN DOWN TO ONE-SIXTEENTH OF AN INCH AND MUST BE REPLACED.,VISUAL DETERMINATION AS TO WHEN TO REPLACE WOULD BE MORE DIFFICULT AND TIRES DO NOT CONFORM TO FMVSS 119.,REPLACE DEFECTIVE TIRES WITH NEW ONES AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -05/10/1990,90C013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C013000),"FBS, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,5000,CHILD RESTRAINT SYSTEM FAILED TO MEET PRE-IMPACT BUCKLE RELEASE FORCE REQUIREMENTS AND BACK SUPPORT ANGLE REQUIREMENTS OF FMVSS 213.,"BELT COULD BE MORE EASILY UNLATCHED THAN EXPECTED. ALSO, DUE TO BACK SUPPORT ANGLE, CHILD MAY NOT BE PROPERLY RESTRAINED IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.",INSTALL NEW BUCKLE AND STRAP AND LONGER BOLT FOR THE BACK OF SEAT. -05/09/1990,90V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V090000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,38,ALTERER'S LABEL CONTAINING GROSS VEHICLE WEIGHT RATING INFORMATION MAY BE ABSENT OR INCOMPLETE.,LIMOUSINE MAY NOT COMPLY WITH PART 567.,INSTALL APPROPRIATE INFORMATION PLATE. -05/09/1990,90V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V093000),EMPIRE COACH COMPANY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,544,VEHICLE DESCRIPTION: LIMOUSINES BUILT BY EMPIRE COACH. VEHICLE ALTERERS LABEL MAY BE MISSING OR INCOMPLETE.,VEHICLES DO NOT COMPLY WITH PART 567.,ADD COMPLIANCE LABEL. -05/09/1990,90V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V089000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,38,REVISED TIRE INFORMATION LABEL NEEDED.,LIMOUSINES WOULD NOT COMPLY WITH FMVSS 110.,INSTALL APPROPRIATE INFORMATION PLATE. -05/09/1990,90V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V094000),SPRINGFIELD STAGEWAY TECH,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,852,TIRE PRESSURE PLACARD REQUIRED BY FMVSS 110 MAY BE INCORRECT OR MISSING.,"INCORRECT TIRE INFLATION PRESSURE CAN DAMAGE TIRES ANDCOULD EFFECT HANDLING; ALSO, LIMOUSINES WOULD NOT COMPLY WITH FMVSS 110.",INSTALL CORRECT PLACARD. -05/09/1990,90V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V088000),CORPORATE COACHWORKS CORP,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,787,ALL DESIGNATED SEATING POSITIONS DO NOT CONTAIN SEAT BELTS AS REQUIRED BY FMVSS 208.,PASSENGERS IN SEATING POSITIONS WITHOUT SEAT BELTS WOULD BE SUBJECT TO GREATER INJURY THAN IF PROPERLY BELTED.,INSTALL SEAT BELTS AT DESIGNATED SEATING POSITIONS WHERE MISSING AND ASSURE SEAT BELTS ARE ANCHORED WITH MATERIALS THAT COMPLY WITH FMVSS 209. -05/09/1990,90V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V091000),"LIMOUSINE WERKS, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,158,SAFETY BELTS WERE NOT PROVIDED FOR EVERY SEATING POSITION ON THE REAR FACING SEATS.,OCCUPANTS OF THESE SEATS WOULD BE MORE LIKELY TO SUSTAIN INJURY IN A SUDDEN STOP OR ACCIDENT; ALSO VEHICLES WOULD NOT CONFORM TO FMVS S208.,INSTALL SEAT BELTS FOR REAR FACING SEATS. -05/09/1990,90V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V095000),"CANTAB MOTORS, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,5,"SAFETY BELTS MAY NOT EXTEND EASILY FROM THEIR RETRACTORS WHEN VEHICLE IS PARKED ON SLIGHT SLOPE AS REQUIRED BY FMVSS 208. REAR STOP LIGHTS AND TURN SIGNALS DO NOT MEET MINIMUM PHOTOMETRIC STRENGTH, AND FRONT TURN INDICATOR - SIDE MARKER LIGHTS ARE BELOW HEIGHT REQUIRED BY FMVSS 108. WARNING LABEL (NEAR FILLER OF BRAKE FLUID RESERVOIR) TO CLEAN FILLER CAP BEFORE REMOVING MAY BE MISSING, WHICH VIOLATES REQUIREMENT OF FMVSS 105. INSIDE WINDSCREEN MOULDING MAY BE TOO HIGHLY REFLECTIVE AND NOT IN COMPLIANCE WITH FMVSS 107.","NON-WORKING SEAT BELTS COULD CONTRIBUTE TO INJURY TOVEHICLE OCCUPANT IN SUDDEN STOP OR ACCIDENT. INSUFFICIENT PHOTOMETRIC STRENGTHOF THE BRAKE AND REAR SIGNAL LIGHTS COULD LEAD TO A VEHICLE COLLISON. THEMISSING WARNING LABEL ON THE OIL FILLER CAP COULD LEAD TO IMPROPER MAINTENANCE,AND RESULT IN AN UNDERHOOD FIRE.",REPAIR VEHICLE TO ASSURE ALL THE DEFECTS MENTIONED ARE CORRECTED. -05/09/1990,90V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V092000),EMPIRE COACH COMPANY,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HIGH MOUNTED,SEAT BELTS,NR (Not Reported),Vehicle,544,VEHICLE DESCRIPTION: LIMOUSINES BUILT BY EMPIRE COACH. SAFETY BELTS MAY NOT HAVE BEEN INSTALLED FOR REAR FACING SEATS.,OCCUPANT OF THESE SEATS WOULD BE SUBJECT TO INCREASED INJURY IN EVENT OF A SUDDEN STOP OR ACCIDENT AND VEHICLES DO NOT COMPLY WITH FMVSS 208.,INSTALL ADDITIONAL SAFETY BELTS. -05/09/1990,90V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V087000),CORPORATE COACHWORKS CORP,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,787,SIDE AND REAR WINDOWS ARE TINTED.,SUCH TINTING COULD AFFECT DRIVER VISIBILITY AND LIMOUSINES WOULD NOT COMPLY WITH FMVSS 205.,REMOVE TINT FROM SIDE AND REAR WINDOWS. -05/07/1990,90V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V086000),"Subaru of America, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,285000,"CONTINUOUS EXPOSURE TO ROAD SALT COULD CAUSE CORROSION OF REAR SUSPENSION COMPONENTS, ESPECIALLY THE INNER ARMS.",THE CORROSION COULD AFFECT THE OPERATION AND CONTROL OF THE VEHICLE.,"RUST PROOF OR REPLACE REAR SUSPENSION, AS NECESSARY." -05/07/1990,90V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V085000),FLXIBLE CORPORATION,VISUAL SYSTEMS:GLAZING MATERIAL STICKER,VISIBILITY,NR (Not Reported),Vehicle,55,WINDOW INSERT IN DRIVER'S BARRIER ENCLOSURE WAS NOT MARKED IN ACCORDANCE WITH FMVSS 205.,BUSES WOULD NOT COMPLY WITH FMVSS 105 STANDARD.,INSTALL A DECAL CONTAINING THE REQUIRED DATA ON THE GLAZING. -05/04/1990,90V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V084000),EMPIRE COACH COMPANY,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HIGH MOUNTED,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,544,CENTER HIGH MOUNTED STOP LAMP MAY BE OBSTRUCTED OR ABSENT.,THE OBSTRUCTION OR LACK OF A CENTER HIGH MOUNTED STOP LAMP WOULD INCREASE THE HAZARD OF A REAR END COLLISION AND THE VEHICLE WOULD NOT COMPLY WITH FMVSS 108.,REMOVE OBSTRUCTING WINDOW TINTING OR INSTALL HIGH CENTER STOP LAMP WHEN MISSING. -05/04/1990,90E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E012000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPINDLE,SUSPENSION,NR (Not Reported),Equipment,7616,A NUMBER OF FACTORS COULD CAUSE LONGITIDUNAL AND - OR TRANSVERSE CRACKS IN THE SPINDLE END THAT COULD LEAD TO SPINDLE END FAILURE AND SEPARATION OF WHEELS FROM VEHICLE.,"WHEEL SEPARATION COULD OCCUR AFFECTING VEHICLE CONTROL AND STABILITY AS WELL AS PRESENTING A HAZARD TO OTHER HIGHWAY USERS, BYSTANDERS, AND PROPERTY.","REPLACE AXLES WITH AXLES MANUFACTURED WITH BUTTWELD SPINDLES, RATHER THAN ORIGINAL INTEGRAL SPINDLES." -05/03/1990,90V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V083000),BANKHEAD TRANSPORTATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,132,AIR BRAKE HOSE LAYERS SEPARATED AT AN APPLIED LOAD OF 6.29 POUNDS RATHER THAN THE FMVSS 106 MINIMUM REQUIRED LOAD OF 8.0 POUNDS.,HOSE SEPARATION COULD CAUSE AIR LEAKAGE AND CAUSE THE BREAKAWAY VALVE TO START APPLYING TRAILER BRAKES AND POSSIBLY THE AUTOMATIC SPRING BRAKES; SUCH UNEXPECTED BRAKE APPLICATION COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,INSTALL AIR BRAKE HOSE THAT MEETS FMVSS 106 REQUIREMENTS. -05/03/1990,90E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E011000),SPECIAL INTEREST CAR PART,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,212,"HEADLAMPS HAVE NO PROVISION FOR MECHANICAL AIMING, DO NOT COMPLY WITH ENVIRONMENTAL CRITERIA, AND DO NOT CONTAIN THE D.O.T. SYMBOL AS REQUIRED BY FMVSS 108.","THIS WOULD CAUSE IMPROPER LIGHTING, AND VEHICLES WOULD NOT COMPLY WITH FMVSS 108.",REFUND PURCHASE PRICE. -05/01/1990,90V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V068000),"Mercedes-Benz USA, LLC",AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,1584,"UNDER CERTAIN OPERATING CONDITIONS, THE PLASTIC COVER OF THE PRERESISTOR FOR THE AUXILIARY FAN MAY MELT, POSSIBLY IGNITING THE PRERESISTOR.",THIS RESULTS IN AN UNDERHOOD FIRE THAT WOULD BE HAZARDOUS TO OCCUPANTS.,REPLACE THE PRERESISTOR WITH VERSION HAVING A METAL COVER. -05/01/1990,90E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E010000),"Williams Controls, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,30000,ELECTRONIC FOOT PEDAL SPRINGS COULD FAIL PREVENTING THE THE PEDAL FROM RETURNING TO ITS NORMAL IDLE POSITION.,THIS COULD CAUSE AN UNINTENDED FULL THROTTLE CONDITION THAT COULD RESULT IN AN ACCIDENT.,INSTALL A FAILSAFE SWITCH ONTO FOOT PEDAL ASSEMBLY TO PREVENT UNINTENDED FULL THROTTLE CONDITION FROM OCCURING. -05/01/1990,90V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V082000),PACCAR Incorporated,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,2325,AN INCORRECT PINCH BOLT WAS USED IN THE STEERING GEAR PITMAN ARM THAT DOES NOT ALLOW PROPER CLAMPING FORCE ON THE ARM SPLINE.,PITMAN ARM SPLINES COULD WEAR AND AFFECT STEERING WHICH COULD RESULT IN A VEHICLE ACCIDENT.,INSTALL THE CORRECT PINCH BOLT. -05/01/1990,90V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V062000),"Mercedes-Benz USA, LLC",TIRES:SIDEWALL,TIRES,NR (Not Reported),Vehicle,278,LEFT FRONT AND LEFT REAR TIRES MAY HAVE BEEN DAMAGED BY A WORN CHAIN DRIVE OF THE CONVEYOR SYSTEM.,DAMAGED OR CUT TIRES COULD FAIL DURING USE AND RESULT IN AN ACCIDENT WITH POSSIBLE INJURIES.,REPLACE DAMAGED TIRES WITH TIRES OF THE SAME BRAND NAME. -04/25/1990,90V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V080000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG IMPACT,AIR BAGS,NR (Not Reported),Vehicle,257,AIR BAG INFLATOR MODULES MAY NOT CONTAIN DIFFUSER HOLES BETWEEN THE IGNITOR AND PROPELLANT CHAMBERS.,"AIR BAGS WOULD NOT DEPLOY IN AN IMPACT SITUATION, WHICH COULD LEAD TO DRIVER INJURY.",REPLACE AIR BAG INFLATOR MODULES WITH PROPERLY MACHINED MODULES. -04/24/1990,90V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V079000),MARMON MOTOR COMPANY,BRAKES:WARNING SIGNAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,315,"LOW AIR WARNING PRESSURE SWITCH MAY NOT ACTIVATE THE WARNING SIGNAL UNTIL PRESSURE HAS DROPPED TO 55 PSI, RATHER THAN AT THE REQUIRED 60 PSI.","DRIVER WOULD NOT RECEIVE PROPER WARNING OF LOW AIR PRESSURE IN AIR BRAKE SYSTEM AND THIS CONDITION COULD RESULT IN A VEHICLE CRASH; ALSO, VEHICLE WOULD NOT COMPLY WITH FMVSS 121.",REPLACE INAPPROPRIATE AIR WARNING PRESSURE SWITCHES. -04/23/1990,90V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V104000),"General Motors, LLC",ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,102162,"PCV GROMMET OIL LEAKS, TRANSMISSION OIL COOLER LEAKS, PISTON CONNECTING ROD FAILURES BREAKING THROUGH ENGINE WALL CAUSING OIL SPILLAGE, FUEL RAIL LEAKS, COOLANT LEAKS, ROCKER COVER OIL LEAKS, AND MAINTENANCE OR SERVICE RELATED FACTORS, COULD CAUSE ENGINE COMPARTMENT FIRES.",AN ENGINE COMPARTMENT FIRE CAN SPREAD TO THE PASSENGERCOMPARTMENT AND INJURE OCCUPANTS.,CORRECT OR INSTALL NEW COMPONENTS TO PREVENT UNREASONABLE FIRE RISK. -04/20/1990,90V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V078000),Toyota Motor Corporation,INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG CHARGE,AIR BAGS,NR (Not Reported),Vehicle,2543,AIR BAG INFLATOR CASE WAS INCORRECTLY MACHINED.,"IN AN ACCIDENT, THE AIR BAG MAY NOT DEPLOY, WHICH COULD RESULT IN INCREASED INJURY TO THE DRIVER.",REPLACE AIR BAG INFLATOR UNIT. -04/19/1990,90V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V077000),Blue Bird Body Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,308,BENDIX HYDRAULIC BRAKE BOOSTER MAY MALFUNCTION UNDER CERTAIN COMBINATIONS OF FLUID TEMPERATURE AND BRAKE PEDAL FORCE.,"THIS WOULD CAUSE THE BRAKE BOOSTER TO SELF-APPLY AND RESULT IN FULL BRAKE APPLICATION, WITHOUT WARNING, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE HYDRAULIC BRAKE BOOSTER. -04/17/1990,90V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V072000),"Nissan North America, Inc.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,750000,INCORRECT TIRE INFLATION PRESSURES WERE PRINTED ON CERTIFICATION LABELS.,INCORRECT TIRE INFLATION COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,INSTALL CORRECTED TIRE INFORMATION LABEL ON DOORPOST CERTIFICATION LABEL. -04/17/1990,90V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V076000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6000,INTERFERENCE OCCUR BETWEEN BOLT THAT SECURES A FUEL LINE SHIELD TO THE LOWER PORTION OF THE DASH PANEL AND THE ACCELERATOR PEDAL.,THIS COULD CAUSE THE ACCELERATOR PEDAL TO STICK AT THE WIDE OPEN THROTTLE POSITION AND RESULT IN LOSS OF CONTROL WITH THE RISK OF A VEHICLE ACCIDENT.,CUT OFF EXTRA LENGTH OF BOLT THAT PROTRUDES ABOVE SURFACE OF WELD NUT TO PREVENT INTERFERENCE. -04/16/1990,90V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V075000),Oshkosh Corporation,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,104,AIR BRAKES MAY NOT MEET THE RELEASE TIME REQUIREMENTS OF FMVSS 121.,THERE MAY BE A SLIGHT FRONT AXLE BRAKE DRAG AND TRUCKS WOULD NOT COMPLY WITH FMVSS 121.,REPLACE PARTS AND RE-WORK SYSTEM TO CORRECT AIR BRAKE RELEASE TIME. -04/16/1990,90V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V074000),"General Motors, LLC",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,242,IMPROPERLY TORQUED TIE ROD CLAMP FASTENERS COULD ALLOW THE TIE ROD TO LOOSEN AND EVENTUALLY SEPARATE.,"IF TIE ROD SEPARATES AND AFFECTED WHEEL HITS A HUMP OR IS SUBJECTED TO MODERATE TO HEAVY BRAKING FORCES, THIS COULD RESULT IN LOSS OFSTEERING CONTROL AND A VEHICLE CRASH.",PROPERLY TORQUE TIE ROD CLAMPS AND RE-ADJUST TOE-IN AS NECESSARY. -04/12/1990,90V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V073000),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1785,"THERE IS INSUFFICIENT CLEARANCE BETWEEN THE RIGHT FRONT BRAKE CALIPER HYDRAULIC LINE AND THE ENGINE OIL COOLER LINE. IF THE LINES COME IN CONTACT WITH EACH OTHER, THE CHAFING MAY DAMAGE THE BRAKE LINE AND CAUSE A FLUID LEAK.",HYDRAULIC FLUID LEAK COULD RESULT IN A LOSS OF BRAKES WITH THE POTENTIAL FOR AN ACCIDENT.,ADD A PROTECTIVE SHIELD TO PREVENT CONTACT AND REPLACE ANY DAMAGED HYDRAULIC PIPE. -04/10/1990,90V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V069000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,600,A SECURING CLIP ON THE OUTSIDE OF HINGES OF THE LEFT AND RIGHT FRONT SEAT BACK MAY NOT BE PROPERLY SEATED DUE TO INTERFERENCE WITH SEAT COVERING MATERIAL.,AN IMPROPERLY SECURED CLIP COULD CAUSE THE SEAT BACKHINGE TO SEPARATE FROM ITS ANCHOR IN A REAR-END ACCIDENT AND COULD RESULT IN AN INJURY TO OCCUPANT(S).,REALIGN SEAT COVERING MATERIAL WHERE INTERFERENCE IS PRESENT. -04/10/1990,90V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V070000),"Volkswagen Group of America, Inc.",STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,6600,IMPROPERLY MANUFACTURED STEERING LOCK BOLTS COULD BREAK IF DRIVER APPLIES EXCESSIVE FORCE TO A LOCKED STEERING WHEEL IN AN ATTEMPT TO DISENGAGE THE STEERING LOCK.,BOLT BREAKAGE WOULD CAUSE STEERING WHEEL TO REMAIN LOCKED EVEN AFTER THE DRIVER TURNS THE IGNITION KEY AND ATTEMPTS TO MOVE THE CAR; THIS TOTAL LOSS OF STEERING CONTROL COULD RESULT IN AN ACCIDENT.,"REPLACE COMPLETE STEERING LOCK ASSEMBLY, INCLUDING A MODIFIED LOCK BOLT." -04/10/1990,90V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V071000),"General Motors, LLC",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,131,CURB SIDE CAB ENTRY GRAB HANDLE REINFORCEMENTS MAY HAVE BEEN OMITTED.,GRAB HANDLE COULD LOOSEN AND EVENTUALLY PULL LOOSE; THIS COULD RESULT IN INJURY TO USER OF THE HANDLE,INSTALL MISSING CURB SIDE CAB ENTRY GRAB HANDLE REINFORCEMENTS. -04/09/1990,90V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V067000),MOBILE MEDICAL,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,270,"ENTRY DOORS MAY NOT MEET LONGITUDINAL LOAD REQUIREMENTS DUE TO OMISSION OF MUSHROOM CAP ON THE STRIKER PIN, REQUIRED BY FMVSS 206.","UNDER SEVERE CONDITIONS, SUCH AS EXTREME IMPACT TO THE MODULAR BOX OR A ROLLOVER, DOORS COULD SEPARATE FROM THE PIN AND OPEN; THIS WOULD ALLOW OCCUPANTS TO BE EXPELLED FROM AMBULANCE IF NOT SECURED BY SAFETY BELTS.",INSTALL NEW STRIKER PINS THAT MEET FMVSS 206 REQUIREMENTS. -04/06/1990,90V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V066000),Great Dane Trailers,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,1415,A REQUIRED WELD IN THE AIR RIDE SUSPENSION FRAME ATTACHING AREA WAS OMITTED CAUSING SUSPENSION AND ADAPTOR CHANNELS TO BE OVERLOADED.,ADAPTOR CHANNELS AND SUSPENSION CROSS MEMBERS COULD CRACK AND FAIL WITH HANGER AND AXLE ASSEMBLY DETACHMENT; THIS COULD RESULT IN A VEHICLE CRASH AND/OR A CATASTROPHIC AXLE DETACHMENT.,"INSPECTION AND WELD REPAIR, IF NECESSARY, TO ATTACH THE BOGIE SUBFRAME CROSS MEMBERS TO THE BOGIE ADAPTOR CHANNEL." -04/05/1990,90V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V065000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,26464,OWNER'S MANUALS WERE PRINTED WITH REAR CENTER SEAT BELT INFORMATION OMITTED.,THIS WOULD NOT COMPLY WITH FMVSS 209.,INSERT MISSING INFORMATION INTO OWNERS MANUAL. -04/04/1990,90C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C008000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,120000,THE RETRACTOR ASSEMBLY HAS A 'TONGUE' USED TO ENGAGE THE BREAST SHIELD OF THE CHILD RESTRAINT; A STAMPING DIE USED ON THIS TONGUE COULD CAUSE THE PART TO FAIL AND COMPLETELY SEPARATE IN A CRASH.,"CHILD USING THE SEAT WOULD NOT BE PROPERLY RESTRAINED IN A CRASH, AND COULD SUFFER INJURY; ALSO, THE SEATS WOULD NOT COMPLY WITH FMVSS213.",INSTALL REPLACEMENT RETRACTOR ASSEMBLY WHICH WILL INCLUDE TONGUE THAT IS FREE OF THE STAMPING DIE THAT LED TO TONGUE FAILURE. -04/02/1990,90E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E009000),HOSE AMERICA INC.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,1082,RETAINER SNAP RING THAT SECURES THE PINTLE HOOK LATCH PIN MAY NOT BE PROPERLY LOCATED AND SEATED.,PINTLE HOOK COULD BECOME DISENGAGED FROM THE LUNETTE EYERESULTING IN SEPARATION OF THE TRAILING UNIT FROM THE LEAD TRAILER. SEPARATIONCOULD RESULT IN A CRASH.,"ASSURE THAT SNAP RING IS PROPERLY INSTALLED BT REMOVING RING, CLEANING THE MACHINED GROOVE, AND REINSTALLING SNAP RING." -04/02/1990,90V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V061000),"Porsche Cars North America, Inc.",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,53427,"THE HOSE MATERIAL USED IN THE SHORT SECTION OF THE HIGH PRESSURE FUEL LINE HOSE, BETWEEN THE FUEL RAIL AND FUEL PRESSURE REGULATOR, IS SUBJECT TO HARDENING, AND COULD CAUSE FUEL LEAKS BETWEEN THE HOSE AND THE METAL PIPE FITTINGS.","FUEL LEAKS COULD IGNITE ON THE HOT EXHAUST SYSTEM, OR ANY OTHER SOURCE OF IGNITION, RESULTING IN AN ENGINE COMPARTMENT FIRE.",REPLACE FUEL LINE HOSE WITH HOSES MADE OF IMPROVED MATERIAL. -04/02/1990,90V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V063000),Pierce Manufacturing,STEERING:POWER:SHAFT SECTOR,STEERING,NR (Not Reported),Vehicle,372,THE UNIVERSAL JOINTS AT EACH END OF THE STEERING SHAFT ARE ATTACHED TO THE SHAFT WITH A KEY AND SET SCREW. THE SET SCREWS MAY LOOSEN AND ALLOW THE KEY TO FALL OUT OF PLACE.,"IF THE KEY FALLS OUT, THE UNIVERSAL JOINT WOULD SPIN ON THE SHAFT, RESULTING IN LOSS OF STEERING AND A POSSIBLE CRASH.",MODIFY STEERING LINKAGE TO PREVENT SET SCREW FROM LOOSENING AND KEY FROM COMING OUT OF KEY WAY. -04/02/1990,90V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V064000),UNION CITY BODY COMPANY LLC,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,35,U-BOLTS THAT HOLD REAR AXLE TO THE FRAME MAY SEVER.,REAR AXLE COULD WORK FREE FROM ITS DESIGNED POSITION; THIS COULD AFFECT DRIVER ABILITY TO CONTROL THE BUS AND COULD RESULT IN AN ACCIDENT.,REPLACE EXISTING U-BOLTS WITH IMPROVED U-BOLTS. -03/26/1990,90V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V060000),Bostrom Corporation,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,155,METAL FORMED ENDS OF SEAT BELT ANCHORAGE BAR MAY BE CRACKED.,"SEAT BELT ANCHORAGES WOULD NOT SUSTAIN SEAT BELT LOADS INA CRASH, INCREASING THE RISK OF INJURY TO THE OCCUPANT.","REPLACE TOP PLATE WELDMENT, INCLUDING SEAT BELT ANCHORAGE BAR, ON SEAT PEDESTALS." -03/23/1990,90V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V058000),"Chrysler (FCA US, LLC)",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,12500,LOWER INTERMEDIATE STEERING SHAFT MAY SEPARATE AT THE RUBBER ISOLATED COUPLING OF THE SHAFT.,THIS COULD RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,REPLACE INTERMEDIATE STEERING SHAFT WITH A SHAFT CONTAINING A RESTRAINED COUPLING. -03/23/1990,90V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V059000),Utilimaster Corporation,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,415,WELDED CONNECTION BETWEEN THE AXLE TRAILING ARM AND THE INNER TRANSVERSE AXLE BAR COULD FAIL.,THIS COULD AFFECT OPERATOR'S ABILITY TO CONTROL THE VAN AND COULD RESULT IN AN ACCIDENT.,INSTALL A REDESIGNED REAR AXLE AND REALIGN REAR WHEELS. -03/21/1990,90E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E007000),BALDWIN FILTERS,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,130944,"FILTERS MAY BE INCOMPLETELY ASSEMBLED WITH THE CRIMP OPERATION OMITTED; THE TWO HALVES ARE ONLY HELD TOGETHER BY SEALANT COMPOUND, ACTING AS AN ADHESIVE, AND WILL SEPARATE WHEN PRESSURE IS APPLIED.","FILTER SEPARATION WHEN PRESSURE IS APPLIED RESULTS IN SIGNIFICANT LEAKAGE OF FUEL, AND RISK OF FIRE NEAR A SOURCE OF IGNITION.",REPLACE WITH FILTERS THAT HAVE BEEN INSPECTED FOR DEFECTS. -03/21/1990,90V056001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V056001),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:SUN ROOF HINGES (8/82),VISIBILITY,NR (Not Reported),Vehicle,265,"OPERATION OF SUNROOF IN ""NON-STANDARD"" MANNER MAY CAUSE MALE HINGE DISENGAGEMENT FROM THE ROOF HINGE RECEIVER.","THE SUNROOF GLASS COULD DETACH FROM THE ROOF AND RESULTIN INJURY TO OCCUPANTS OR PERSONS IN THE VICINITY, ESPECIALLY IF THIS OCCURS WHILE THE VEHICLE IS IN MOTION.",REPLACE MALE HINGE WITH A MODIFIED VERSION TO INCREASE ROOF HINGE RECEIVER RETENTION ABILITY. -03/21/1990,90V056002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V056002),"Mitsubishi Motors North America, Inc.",VISUAL SYSTEMS:SUN ROOF HINGES (8/82),VISIBILITY,NR (Not Reported),Vehicle,367,"OPERATION OF SUNROOF IN ""NON-STANDARD"" MANNER MAY CAUSE MALE HINGE DISENGAGEMENT FROM THE ROOF HINGE RECEIVER.","THE SUNROOF GLASS COULD DETACH FROM THE ROOF AND RESULT IN INJURY TO OCCUPANTS OR PERSONS IN THE VICINITY, ESPECIALLY IF THIS OCCURS WHILE THE VEHICLE IS IN MOTION.",REPLACE MALE HINGE WITH A MODIFIED VERSION TO INCREASE ROOF HINGE RECEIVER RETENTION ABILITY. -03/21/1990,90V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V057000),FRUEHAUF CORPORATION,WHEELS:SINGLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,27,"WHEELS MAY LOOSEN DUE TO USE OF INCORRECT CAP NUT, PREVENTING PROPER CONTACT WITH THE WHEEL AND EVENTUAL LOSS OF TORQUE.","WHEEL BOLT CIRCLE CAN CRACK, ALLOWING TIRE AND WHEEL TO SEPARATE FROM THE VEHICLE; THIS COULD AFFECT DRIVER CONTROL AND RESULT IN AN ACCIDENT.",INSTALL NEW WHEELS FOR DAMAGED WHEELS AND REPLACE CAP NUTS. -03/20/1990,90V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V055000),"General Motors, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,428,FRAME MOUNTED FUEL FILTER MAY CRACK FROM FLEXING AT THE FUEL INLET MOUNTING NUT AND ALLOW FUEL TO LEAK IN AREA OF EXHAUST PIPE.,HEAT FROM THE EXHAUST SYSTEM COULD IGNITE THE SPILLED FUEL AND RESULT IN A VEHICLE FIRE.,INSTALL NEW INTERMEDIATE FUEL FEED PIPE ASSEMBLY AND FUEL FILTER ASSEMBLY. -03/16/1990,90V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V052000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT SECTOR,STEERING,NR (Not Reported),Vehicle,267,INTERFERENCE BETWEEN STEERING GEAR SECTOR SHAFT AND THE FRAME RAIL THROUGH HOLE CAN CAUSE SECTOR SHAFT WEAR AND CAN WEAKEN SHAFT CAUSE IT TO BREAK.,SHAFT FAILURE DURING VEHICLE OPERATION WOULD CAUSE LOSS OF STEERING CONTROL AND A CRASH WITHOUT PRIOR WARNING.,ENLARGE FRAME RAIL THROUGH HOLE TO PREVENT INTERFERENCE: REPLACE STEERING GEAR SECTOR SHAFT IF SCORED. -03/16/1990,90V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V051000),"Mack Trucks, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,2350,A TOLERANCE MISMATCH IN THE CRANK ASSEMBLY OF THE BOSCH WINDSHIELD WIPER MOTOR COULD CAUSE INSTANTANEOUS SEPARATION OF THE CRANK FROM THE LINKAGE ASSEMBLY IN THE LEFT HAND CONTROL ARM ASSEMBLY; THIS WOULD MAKE THE SYSTEM INOPERABLE.,"WIPER FAILURE DURING VEHICLE OPERATION COULD REDUCE DRIVER'S ABILITY TO SEE THE ROAD, AND CREATES A POTENTIAL FOR AN ACCIDENT.",REPLACE LEFT HAND CONTROL ARM LINKAGE ASSEMBLY. -03/15/1990,90V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V053000),Hyundai Motor America,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2281,LOCK WASHER LOCATED UNDER THE NUT THAT SECURES THE FRONT HUB TO THE DRIVE SHAFT MAY HAVE HAD IMPROPER HEAT TREATMENT AND COULD CRACK.,"THIS COULD CAUSE WHEEL BEARING FREEPLAY AND COULD RESULT IN BEARING DAMAGE, AND POSSIBLE LOSS OF VEHICLE CONTROL THROUGH WHEEL FAILURE.",REPLACE LOCK WASHER ON EACH FRONT WHEEL AND REPAIR AREA AROUND LOCK WASHER AS NECESSARY. -03/14/1990,90V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V054000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,673000,FRONT SHOULDER BELT GUIDE LOOP ATTACHMENT FASTENER MAY PULL THROUGH DOOR MOUNTED ANCHOR PLATE.,"SEAT BELT MAY NOT SUSTAIN LOADS REQUIRED BY FMVSS 210, AND IN A VEHICLE ACCIDENT, THE SEAT BELT MAY NOT PROPERLY RESTRAIN A PASSENGER, RESULTING IN INCREASED RISK OF GREATER INJURY TO AN OCCUPANT.",REPLACE FRONT SHOULDER BELT GUIDE LOOP ATTACHMENT NUTS AND INSTALL NEW GUIDE COVER. -03/13/1990,90V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V043000),Collins Bus Corporation,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,38,"THE FRONT ENTRANCE DOOR OF THE COLLINS DIPLOMAT WAS INTENDED TO BE AN EMERGENCY EXIT, BUT IT IS NOT LABELED ""EMERGENCY EXIT"".",THE BUSES WOULD NOT COMPLY WITH FMVSS 217.,"LABEL FRONT ENTRANCE DOOR ""EMERGENCY EXIT""." -03/12/1990,90E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90E006000),UNITED BRAKE SYSTEMS,BRAKES:AIR:DRUM AND SHOE SYSTEMS:LININGS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2400,BRAKE SHOES MAY FAIL DUE TO THE USE OF UNDERSIZED RIVETS OR THE IMPROPER RIVETING IN ATTACHING THE LINING TO THE BRAKE SHOE TABLE.,"LINING COULD CRACK, LOOSEN, CAUSING LOSS OF BRAKING POWER THAT COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",REPLACE DEFECTIVE RELINED BRAKES SHOES. -03/12/1990,90V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V048000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,6696,THE UPPER AND LOWER PINCH BOLT ON THE STEERING PITMAN ARM AND THE LOWER PINCH BOLT CONNECTION ON SHEPHARD POWER GEARS WERE NOT TORQUED CORRECTLY.,PINCH BOLT COULD LOOSEN AND BREAK; THIS COULD CAUSE LOSS OF TRUCK STEERING CONTROL AND RESULT IN A CRASH.,INSTALL ENGLISH HEX HEAD BOLTS AND FLAT WASHERS; TORQUE PINCH BOLTS TO SPECIFICATIONS. -03/12/1990,90V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V047000),HOLIDAY RAMBLER CORP.,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,32,IMPROPER TORQUING OF STEERING WHEEL COULD CAUSE THE STEERING COLUMN STEEL SHAFT TO WEAR ON THE WHEEL ALUMINUM HUB.,"THIS COULD EVENTUALLY ALLOW THE STEERING WHEEL TO BECOME DISENGAGED FROM THE SHAFT, WHICH COULD RESULT IN LOSS OF MOTORHOME CONTROL AND AN ACCIDENT.",REPLACE ALUMINUM HUB AND PROPERLY TORQUE THE STEERING WHEEL. -03/08/1990,90V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V045000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM:LIG,SEAT BELTS,NR (Not Reported),Vehicle,268,"THE ""FASTEN SEAT BELTS"" WARNING LIGHTS MAY NOT WORK WHEN THE IGNITION IS SWITCHED TO THE ""ON"" POSITION DURING COLD AMBIENT TEMPERATURES.",OCCUPANTS WOULD NOT RECEIVE THIS WARNING TO USE SAFETY BELTS AND CARS WOULD NOT COMPLY WITH FMVSS 208.,FORD WILL REPLACE INSTRUMENT CLUSTERS IN THE AFFECTED CARS. -03/08/1990,90V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V046000),GRUMMAN CORP.,POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,26,,INABILITY TO SEE GEAR SHIFT POSITION INDICATOR COULD PRESENT AN ACCIDENT HAZARD IF DRIVER IS NOT AWARE OF THE GEAR VEHICLE IS IN.,SHORTEN INSTRUMENT PANEL TO MAKE GEAR POSTION INDICATOR VISIBLE TO THE DRIVER. -03/07/1990,90C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C005000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,790455,THE POLYPROPELENE FASTENERS (CANOE CLIP) USED TO ATTACH THE SEATS MAY CONTAIN HAIRLINE BREAKS OR WEAKNESSES THAT COULD CAUSE THE CLIP TO BREAK.,"IF CLIPS BROKE DURING ORDINARY USAGE, CLIPS (OR BROKEN PIECES) COULD POSE A CHOKING RISK TO THE CHILD WHO ATTEMPTED TO SWALLOW THE CLIP OR PIECES OF A CLIP.",REPLACEMENT CLIPS WILL BE SENT TO OWNERS. -03/06/1990,90V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V050000),ROYALE LIMOUSINE MANUFACTURERS,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,223,SAFETY BELTS (TYPE 1 LAP BELTS) FOR REAR FACING SEATS WERE NOT INSTALLED.,LACK OF RESTRAINTS COULD CONTRIBUTE TO OTHERWISE PREVENTABLE INJURY AND WOULD NOT COMPLY WITH FMVSS 209 AND 210.,INSTALL SAFETY BELTS FOR REAR FACING SEATS. -03/06/1990,90V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V049000),ROYALE LIMOUSINE MANUFACTURERS,VISUAL SYSTEMS:GLASS,VISIBILITY,NR (Not Reported),Vehicle,223,WINDOW FILM DOES NOT MEET LIGHT REQUIREMENT OF NOT LESS THAN 70 PERCENT.,LIMOUSINES WILL NOT COMPLY WITH FMVSS 205.,REMOVE WINDOW FILM TO ASSURE COMPLIANCE WITH STANDARD. -03/05/1990,90V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V041000),"COONS MFG., INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,958,"THE FRONT ELECTRIC BI-FOLD DOORS ON THESE BUSES ARE IDENTIFIED AS AN ""EMERGENCY EXIT"". FMVSS 217 REQUIRES THAT DOORS IDENTIFIED AS EMERGENCY EXITS REQUIRE LESS THAN 20 POUNDS OF PRESSURE TO OPEN. THESE DOORS REQUIRE MORE THAN 25 POUNDS OF PRESSURE TO OPERATE MANUALLY.",THE VEHICLE IS IN NON-COMPLIANCE WITH FMVSS 217.,"REPLACE THE ""EMERGENCY EXIT"" SIGNS WITH SIGNS THAT READ ""FOR MANUAL OPERATION, PULL LEVER DOWN"". SINCE THE DOORS ARE NOT IDENTIFIED AS AN EMERGENCY EXIT, THIS ELIMINATES THE NON-COMPLIANCE WITH FMVSS 217." -03/05/1990,90V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V042000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61765,"FRONT FUEL FEED HOSE ASSEMBLY COULD CRACK OR SEPARATE AT THE COUPLING ON THE ENGINE END OF THE HOSE ASSEMBLY, ALLOWING FUEL TO LEAK INTO THE ENGINE COMPARTMENT.",LEAKING FUEL IN THE ENGINE COMPARTMENT COULD RESULT IN A FIRE.,REPLACE FRONT FUEL FEED HOSE ASSEMBLY. -03/01/1990,90V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V044000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4000,"THROTTLE LEVER MAY CONTACT THROTTLE BODY AIR INLET TUBE, WITH POTENTIAL FOR THROTTLE REMAINING OPEN FOLLOWING RELEASE OF THE ACCELERATOR PEDAL.",UNCONTROLLED ACCELERATION COULD CREATE LACK OF CONTROLAND CAUSE AN ACCIDENT.,MANUFACTURER WILL REPLACE AIR INLET TUBE WITH NEWLY DESIGNED REPLACEMENT. -02/28/1990,90V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V040000),Toyota Motor Corporation,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,121389,CRUISE CONTROL COMPUTER MALFUNCTION COULD OCCUR UPON SHUTTING OFF THE CONTROL AFTER CONTINUOUS USE FOLLOWED BY COLD AMBIENT TEMPERATURES.,THERMAL SHOCK TO THE CRUISE CONTROL COMPUTER COULD RESULT IN ENGINE RACING IF THE ENGINE IS RESTARTED WITH THE MAIN CONTROL SWITCH IN THE 'ON' POSITION. THIS COULD CAUSE LOSS OF CONTROL AND AN ACCIDENT IF THIS IS PERFORMED IN NORMAL TRAFFIC CONDITIONS.,REPLACE COMPUTER WITH ONE OF IMPROVED DESIGN. -02/23/1990,90V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V039000),"Rolls-Royce Motor Cars, Ltd.",ELECTRICAL SYSTEM:FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,364,THE FUSE IN THE REAR WINDOW DEFROSTER CIRCUIT MAY BLOW DUE TO THE AMPERAGE LOAD EXCEEDING FUSE CAPACITY.,"REAR STOP LAMPS, EXCEPT THE HIGH MOUNTED STOP LAMP, WOULD FAIL. THERE MAY NOT BE SUFFICIENT STOP SIGNAL WARNING TO THE FOLLOWING TRAFFIC WHICH MAY CAUSE AN ACCIDENT.",INSTALL AN ADDITIONAL FUSED CIRCUIT TO HANDLE THE MAIN STOP LAMPS. -02/23/1990,90V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V034000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,1862,CRACK MAY DEVELOP ON STEERING ARM THAT COULD PROGRESS AND REDUCE THE FATIGUE LIFE OF THE STEERING ARM.,STEERING ARM COULD FAIL WITHOUT WARNING RESULTING IN LOSS OF STEERING CONTROL AND POSSIBLY A CRASH.,INSTALL A REDESIGNED STEERING ARM. -02/21/1990,90V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V037000),Hyundai Motor America,ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,43590,THE SPRING CLAMP TANGS ON THE COOLANT BYPASS HOSE MAY CONTACT AND POSSIBLY DAMAGE THE ENGINE FUEL SUPPLY HOSE.,FUEL COULD LEAK FROM THE DAMAGED HOSE INTO THE ENGINE COMPARTMENT AND COULD RESULT IN A FIRE.,ROTATE SPRING CLAMP TO PREVENT CONTACT WITH FUEL HOSE; REPLACE DAMAGED HOSES. -02/21/1990,90V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V038000),Hyundai Motor America,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,39361,INSUFFICIENT CLEARANCE COULD CAUSE THE SAFETY CATCH ON THE SECONDARY HOOD LATCH STRIKER TO BIND.,"IF PRIMARY LATCH IS RELEASED OR IF HOOD IS NOT COMPLETELY CLOSED, HOOD COULD FLY OPEN WHILE VEHICLE IS IN MOTION; THIS WOULD BLOCK DRIVER'S VISION AND COULD RESULT IN AN ACCIDENT.",REPLACE HOOD LATCH STRIKER ASSEMBLY. -02/20/1990,90V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V035000),JAGUAR ROVER TRIUMPH INC.,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,32749,ELECTRONICALLY CONTROLLED VALVES IN THE CRUISE CONTROL ACTUATOR MAY NOT FUNCTION PROPERLY DUE TO DIRT ENTERING THE VALVES.,CRUISE CONTROL WOULD NOT DISENGAGE UNDER NORMAL OPERATINGCONDITIONS WHICH COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,REPLACE CRUISE CONTROL ACTUATOR AND INSTALL ADDITIONAL VACUUM DUMP VALVE. -02/20/1990,90V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V036000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1121,"DURING A REAR END COLLISION, THE REAR EXHAUST SYSTEM HEAT SHIELD, WHICH IS WELDED TO THE TAIL PIPE ASSEMBLY, MAY PUNCTURE THE FUEL TANK.","IN THE PRESENCE OF AN EXTERNAL SOURCE OF IGNITION, THIS COULD RESULT IN A FIRE.",REMOVE REAR EXHAUST SYSTEM HEAT SHIELD FROM THE PIPE ASSEMBLY. -02/20/1990,90T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T003000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,648,TIRES MAY NOT MEET MINIMUM ENDURANCE REQUIREMENTS OF FMVSS 109.,TIRES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS 109.,PROVIDE REPLACEMENT TIRES THAT COMPLY WITH STANDARD. -02/12/1990,90V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V027000),"Strick Trailers, LLC",BRAKES:121 AIR SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,493,AN INCORRECT RATIO RELAY VALVE WAS INSTALLED IN THE BRAKE SYSTEM AND THE PRESSURE PROTECTION VALVE WAS INSTALLED INCORRECTLY.,"INCORRECT INSTALLATION OF THE VALVES WOULD REDUCE THE AVAILABLE RESERVOIR CAPACITY BY ONE HALF, RESULTING IN LOSS OF NORMAL BRAKING FUNCTION AND COULD CAUSE APPLICATION OF THE SPRING BRAKES, WHICH COULD EFFECT THE OPERATION OF THE TRUCK AND RESULT IN AN ACCIDENT.",REPLACE THE BRAKE RELAY VALVE AND RE-ORIENT THE PRESSURE PROTECTION VALVE. -02/12/1990,90V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V026000),Ford Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,72,BATTERY TO STARTER CABLES ARE LONGER THAN SPECIFIED; EXCESSIVE CABLE LENGTH COULD CONTACT ENGINE DAMPER PULLEY.,"CABLE PROTECTIVE COVERING AND INSULATION COULD WEAR THROUGH AND CAUSE A DIRECT SHORT TO GROUND, RESULTING IN OVERHEATING OF THE CABLE INSULATION AND POSSIBLY A UNDERHOOD FIRE.",REPLACE BATTERY TO STARTER CABLE WITH CORRECT LENGTH CABLE. -02/12/1990,90V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V028000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,10166,"MISALIGNED REAR SEAT SAFETY BELT SHOULDER RETRACTOR ASSEMBLIES COULD CAUSE PENDULUM INTERFERENCE, CAUSING THE BELT TO REMAIN IN LOCKED POSITION OR TO TRAVEL FREELY WITHOUT LOCKING.","IN THE EVENT OF A PANIC STOP OR ACCIDENT, IF THE BELT RETRACTOR INERTIA LOCK DOES NOT ENGAGE, THE REAR SEAT OCCUPANT WOULD HAVE AN INCREASED LIKELIHOOD OF INJURY.",REALIGN REAR SHOULDER BELT RETRACTOR ASSEMBLY. -02/12/1990,90V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V031000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:AIR BAG IMPACT,AIR BAGS,NR (Not Reported),Vehicle,857,THE FORWARD SENSOR FOR THE AIR BAG MAY HAVE BEEN INCORRECTLY CONSTRUCTED WITH PART OF THE WIRING HARNESS TO THE SENSOR REVERSED.,THE REVERSAL OF THE WIRES COULD CAUSE DELAY IN THE DEPLOYMENT OF THE AIR BAG AND INCREASE THE SEVERITY OF THE OF INJURY TO AN UNBELTED DRIVER IN AN ACCIDENT.,REPLACE FORWARD DISCRIMINATING SENSOR AS NECESSARY. -02/12/1990,90V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V029000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,6098,SEAT PEDESTALS FOR DRIVER AND PASSENGERS MAY HAVE A LARGER THAN SPECIFIED SLOT IN THE CENTER CHANNEL.,SEAT PEDESTAL MAY NOT MEET LOADING REQUIREMENTS OF FMVSS 210.,REPLACE SEAT PEDESTALS WITH PEDESTALS HAVING PROPER SLOT SIZE. -02/12/1990,90V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V030000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,41,NUT ATTACHING STEERING WHEEL MAY HAVE BEEN INSUFFICIENTLY TIGHTENED AND A NUT RETAINER MAY BE MISSING.,STEERING WHEEL COULD DISENGAGE FROM COLUMN WHICH COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,REINSTALL STEERING WHEEL NUT AND RETAINER AND RE-TORQUE NUT. -02/12/1990,90V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V032000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,45969,REAR WHEEL TIE ROD ASSEMBLY MAY FATIGUE AND COULD FRACTURE AT THE INBOARD BEARING DUE TO HIGH INNER JOINT ROCKING TORQUE.,FRACTURE IN THIS ASSEMBLY COULD RESULT IN LOSS OF VEHICLE CONTROL AND A CRASH WITHOUT PRIOR WARNING.,REPLACE FAULTY TIE ROD ASSEMBLIES. -02/09/1990,90V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V019000),"LAFORZA AUTOMOBILES, INC.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,268,"IMPROPERLY MACHINED BRAKE PEDAL TO PUSH ROD PIVOT BOLTS HAVE A TENDENCY TO WORK THEMSELVES LOOSE FROM THE RETAINING NUT, WHICH COULD LEAD TO BRAKE FAILURE.","IF THE NUT WORKED ITSELF LOOSE, PIVOT BOLT WOULD FALL OUT, LEAVING THE BRAKE PEDAL ASSEMBLY DETACHED FROM THE BRAKE BOOSTER REACTION ROD, WHICH WOULD DISABLE THE HYDRAULIC BRAKE SYSTEM AND LEAD TO AN ACCIDENT.",REPLACE PIVOT BOLT AND NUT WITH UPGRADED BOLT AND NUT LOCK. -02/09/1990,90V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V025000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,48,UPPER ANCHORAGE OF TYPE 2 SAFETY BELT INSTALLED AT THE DRIVER'S SEATING POSITION IS NOT WITHIN THE SPECIFIED RANGE AS REQUIRED BY FMVSS 210.,BELTS MAY BE UNCOMFORTABLE AND OBSTRUCT VISION TO THE LEFT; BUSES WOULD NOT COMPLY WITH STANDARD.,INSTALL REINFORCING CHANNEL ASSURING THAT BELTS ARE WITHIN SPECIFIED RANGE. -02/08/1990,90V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V023000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38315,HIGH PRESSURE FLUID SUPPLY HOSE COULD RUPTURE CAUSING LOSS OF FLUID OF THE BRAKE POWER ASSIST SYSTEM.,"LOSS OF FLUID COULD LEAD TO LOSS OF POWER ASSIST TO THE BRAKING SYSTEM, WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT, AND THE EXPELLED FLUID FROM THE HOSE FAILURE COULD CAUSE AN ENGINE COMPARTMENT FIRE.",INSTALL NEW POWER HYDRAULIC HOSE OF A DIFFERENT SPECIFICATION. -02/08/1990,90V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V024000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,29000,"BRAKE ACCUMULATOR SWITCH WHICH CONTROLS HYDRAULIC FLUID FLOW TO AND FROM THE ENGINE DRIVEN PUMP, COULD LEAK, CAUSING LOSS OF FLUID IN THE POWER BRAKE ASSIST SYSTEM. THIS LEAK IS ALSO IN THE VICINITY OF ELECTRICAL WIRING.","THE LEAKING BRAKE ACCUMULATOR SWITCH COULD CAUSE ELECTRICAL POWER INTERRUPTION AND COULD CAUSE THE ASSIST FEATURE OF BRAKES NOT TO RECHARGE. ALSO, FLUID LOSS COULD LEAD TO SUDDEN LOSS OF POWER ASSISTANCE TOTHE BRAKING SYSTEM, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.",REPLACE BRAKE ACCUMULATOR SWITCHES WITH REVISED SEALS. -02/08/1990,90V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V021000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,91000,INSUFFICIENT INTERFERENCE FIT BETWEEN FUEL TANK FILLER PIPE AND GROMMET COULD RESULT IN AN INADEQUATE SEAL WHICH COULD ALLOW FUEL TO SEEP FROM THE JOINT.,"IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULD RESULT IN A FIRE.",INSTALL A REVISED DESIGN GROMMET. -02/02/1990,90V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V022000),NATIONAL COACH CORP.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,105,"THE REAR DOOR FAILED THE FMVSS 217 MAGNITUDE OF FORCE TEST. THE REAR DOOR RELEASE MECHANISM REQUIRES 35 POUNDS OF FORCE TO OPERATE. THIS IS GREATER THAN THE 20 POUNDS MAXIMUM ALLOWED BY THE FMVSS FOR DOORS LABELED 'EMERGENCY EXIT'. HOWEVER, THERE IS MORE UNOBSTRUCTED EXIT AREA THAN REQUIRED BY THE FMVSS, THEREFORE, THE REAR DOOR DOES NOT NEED TO BE LABELED AS AN EMERGENCY EXIT.","NONE. TO BRING THE VEHICLE INTO COMPLIANCE, THE WORDS 'IN EMERGENCY' WILL BE REMOVED FROM THE REAR DOOR LABEL.",REMOVE WORDS 'IN EMERGENCY' FROM REAR DOOR LABEL. -01/30/1990,90V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V016000),"BMW of North America, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,62000,"UNDER CERTAIN CONDITIONS, FRONT SEAT CENTER, FOLD-DOWN ARM REST MAY CONTACT THE SAFETY BELT BUCKLE, CAUSING DAMAGE TO THE RELEASE BUTTON AND PREVENTING THE BELT TONGUE FROM LATCHING WHEN BUCKLING UP.",OCCUPANT WOULD NOT BE PROPERLY RESTRAINED AND COULD BE INJURED IN THE EVENT OF A SUDDEN STOP OR ACCIDENT.,REPLACE FRONT SEAT SAFETY BELT BUCKLES WITH SHORTER VERSION THAT WILL NOT CONTACT THE ARMRESTS. NOTE: OWNER NOTIFICATION DATE; 2/90 IS PREPARED IN DRAFT FORM. -01/29/1990,90V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V015000),"General Motors, LLC",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,68,"ON C AND K MODELS, FEED AND OR RETURN FUEL LINES CAN CONTACT THE AUTOMATIC TRANSMISSION SHIFT LINKAGE CORDON SHAFT. IN ADDITION, ON K MODELS LINES MAY ALSO CONTACT FRONT PROPSHAFT. IN EITHER CASE THE FUEL LINES COULD BE DAMAGED RESULTING IN A FUEL LEAK.","A HOLE COULD BE RUBBED THROUGH THESE FUEL LINES, ALLOWING FUEL LEAKAGE NEAR EXHAUST CROSSOVER PIPE; THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE THAT COULD SPREAD TO THE PASSENGER COMPARTMENT.","INSTALL NEWLY DESIGNED FUEL LINE ROUTING BRACKET TO PREVENT CONTACT AND, IF NECESSARY, REPLACE FUEL LINES." -01/29/1990,90V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V014000),"CHANCE COACH, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,10,THE THROTTLE RETURN SPRING MAY NOT AUTOMATICALLY RETURN THE THROTTLE LEVER TO THE IDLE POSTION IN THE EVENT THAT THE LINKAGE BECOMES DISCONNECTED.,THIS COULD CAUSE LOSS OF ACCELERATOR CONTROL IF THE THROTTLE LINKAGE FAILS IN THE FULL OPEN POSITION. THIS COULD RESULT IN AN ACCIDENT.,INSTALL AN IMPROVED THROTTLE RETURN KIT. -01/26/1990,90V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V033000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,594,BOLTS USED FOR THE BRAKE STRUT SUPPORT DO NOT MEET SPECIFICATIONS AND MAY BREAK.,THE FAILURE OF THE BOLTS MAY RESULT IN A DETERIORATION OF VEHICLE STEERING AND BRAKING WHICH COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,REPLACE HEX NUT BOLTS WITH BOLTS THAT MEET SPECIFICATIONS. -01/24/1990,90V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V005000),"Kawasaki Motors Corp., U.S.A.",ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,200,MISMACHINING OF LOWER CRANKCASE HAS CAUSED THE OIL FILTER CASE TO BE POSITIONED INCORRECTLY. THIS MISALIGNMENT STRESSES THE OIL AND WATER PUMPS AND COULD CAUSE ONE OR THE OTHER TO FAIL.,FAILURE OF THE OIL PUMP OR WATER PUMP DRIVES COULD CAUSE EXTENSIVE INTERNAL ENGINE DAMAGE AND FAILURE DUE TO LACK OF LUBRICATION OR COOLING WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL.,CORRECT LOWER CRANKSHAFT MISMACHINING TO PREVENT ENGINE DAMAGE. -01/24/1990,90V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V013000),"LAFORZA AUTOMOBILES, INC.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,188,"TIRE INFLATION PRESSURE RECOMMENDED FOR REAR TIRE WILL NOT SUPPORT GROSS AXLE WEIGHT RATING; ALSO, WHEEL RIMS ARE NOT STAMPED DOT.","DURING HEAVY TOWING OR HAULING OF HEAVY LOADS, INFLATION OF REAR TIRES WOULD PRESENT A RISK OF TIRE FAILURE AND VEHICLES WOULD NOT COMPLY WITH FMVSS 120.","PROVIDE CORRECT TIRE INFLATION INFORMATION ON A NEW COMBINED CERTIFICATION - TIRE INFORMATION LABEL, AND STAMP WHEEL RIMS WITH DOT." -01/23/1990,90V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V012000),Trailmobile Canada Limited,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,70,"WELDS MAY BE OF POOR QUALITY, CRACKED OR MISSING FROM THE PINTLE HOOK ASSEMBLY TO THE REAR FRAME.",TRAILER COULD SEPARATE FROM THE TRUCK CREATING THE POTENTIAL FOR AN ACCIDENT OR CRASH.,"REWELD, REINFORCE, OR PROVIDE WELDING AS NECESSARY TO ASSURE PROPER ATTACHMENT OF THE PINTLE HOOK ASSEMBLY TO THE REAR FRAME." -01/23/1990,90V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V011000),Blue Bird Body Company,FUEL:FUEL SEPARATOR (8/82),"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,345,THE DIESEL FUEL FILTER SEPARATOR IS LOCATED TOO CLOSE TO THE CHASSIS FRAME CROSS MEMBER WHICH COULD DEFORM AND DISLODGE THE BOWL OF THE SEPARATOR IN AN ACCIDENT.,"FUEL SPILLAGE DURING AND AFTER A CRASH, IN EXCESS OF LIMIT ALLOWED BY FMVSS 301, COULD CAUSE A FIRE NEAR A SOURCE OF IGNITION.",RELOCATE FUEL FILTER - SEPARATOR TO ELIMINATE INTERFERENCE WITH CROSSMEMBER IN ANY CRASH. -01/23/1990,90V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V010000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,14800,THE 7/8 INCH SPRING EYE BOLTS WITHIN THE SPRING EYE BUSHING HANGER BRACKET OF THE REAR SUSPENSION MAY FAIL.,"THE SPRING COULD FALL ONTO THE ROAD SURFACE, WITHOUT WARNING TO THE DRIVER, AND A VEHICLE CRASH COULD OCCUR DUE TO THE SUDDEN DRAG OF THE SPRING.",REPLACE ALL 7/8 INCH DIAMETER SPRING EYE BOLTS WITH 1 INCH DIAMETER BOLTS. -01/22/1990,90V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V008000),"General Motors, LLC",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,213,FUEL FEED AND RETURN LINE CONNECTORS HAVE INCORRECT LINE END FLARE CONFIGURATIONS.,LINE ENDS COULD CRACK CAUSING A FUEL LEAK THAT COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,INSTALL NEW FUEL LINES WITH CORRECT END FLARE CONFIGURATION. -01/22/1990,90V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V009000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,500,STEERING COLUMNS CONTAIN AN INCORRECT AND POSSIBLY UNDER TORQUED COUPLING TO STEERING COLUMN CLAMPING BOLT.,LOW TORQUE ON CLAMPING BOLT COULD RESULT IN SEPARATION OF COUPLING FROM THE STEERING COLUMN OR WEAR ON THE SPLINES AND COULD CAUSE LOSS OF STEERING CONTROL WITH POTENTIAL FOR AN ACCIDENT.,INSTALL GRADE EIGHT FASTENERS WITH PROPERLY TORQUED NUTS. -01/22/1990,90V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V007000),"Volkswagen Group of America, Inc.",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,225,POWER STEERING PUMP BRACKET IS SUBJECT TO BREAKAGE DUE TO EXCESSIVE TENSION CAUSED BY A LACK OF CLEARANCE BETWEEN THE PUMP MOUNTING BRACKET AND SEALING FLANGE EDGE OF THE OIL PAN.,"BRACKET BREAKAGE COULD ALLOW POWER STEERING PUMP TO LOOSEN AND DRIVE BELT TO SLIP, RESULTING IN THE NEED FOR UNEXPECTED INCREASED STEERING FORCE WITH THE POTENTIAL FOR AN ACCIDENT.",REPLACE POWER STEERING PUMP BRACKET. -01/19/1990,90C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C004000),VIRCO MANUFACTURING CORP.,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,298,CHILD SEATS CONTAIN SHIELD THAT MAY CAUSE THE SEAT TO FAIL TO CONFORM TO HEAD EXCURSION REQUIREMENTS OF FMVSS 213.,POTENTIAL FOR INJURY TO CHILD WOULD INCREASE IN THE EVENT OF A SUDDEN STOP OR AN ACCIDENT.,CONSUMER CAN REMOVE OPTIONAL SHIELD ATTACHMENT OR RETURN CAR SEAT FOR FULL REPLACEMENT. -01/18/1990,90V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V006000),Pierce Manufacturing,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,424,"CABLE PORTION OF SAFETY BELT ASSEMBLY (FEMALE RECEPTACLE MOUNTED INBOARD ON LEFT HAND SIDE, DRIVER'S SIDE, IN CREW CAB JUMP AREA) HAS BEEN TWISTED.","TWISTING CABLE REDUCES ITS HOLDING CAPACITY AND SAFETY BOLT COULD FAIL IN A CRASH, INCREASING THE POTENTIAL FOR INJURY TO OCCUPANT.",REPLACE SAFETY BELT ASSEMBLY. -01/18/1990,90V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V004000),Isuzu Motors Limited,POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,34,THERE MAY BE PAINT IN THE FIXING FLANGE BETWEEN THE PROPELLER SHAFT AND DIFFERENTIAL GEAR WHICH COULD CAUSE THE FIXING (ATTACHING) BOLTS TO LOOSEN. THIS MAY RESULT IN THE SEPARATION OF THE PROPELLER SHAFT FROM THE DIFFERENTIAL UNIT.,SEPARATION OF THE PROPELLER SHAFT MAY CAUSE LOSS OF VEHICLE CONTROL WHICH MAY RESULT IN AN ACCIDENT.,"DISCONNECT THE PROPELLER SHAFT, REMOVE PAINT FROM THE FIXING FLANGE AREAS, RECONNECT THE PROPELLER SHAFT AND TORQUE BOLTS TO SPECIFICATIONS." -01/10/1990,90C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C002000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,66618,THESE SAFETY SEATS EXCEED THE POST IMPACT BUCKLE RELEASE FORCE REQUIREMENT OF 16 LBS. MAXIMUM DURING TESTING. NOT IN COMPLIANCE WITH FMVSS 213.W.,"IN A TRAFFIC ACCIDENT, THIS COULD PREVENT THE ADULT OR PARENT FROM QUICKLY REMOVING THE CHILD FROM THE CAR SEAT, CREATING A FURTHER SAFETY HAZARD FOR THE CHILD.",REPLACE HARNESS ASSEMBLIES WITH NEW VERSION THAT INCLUDES A MODIFIED LATCH TORQUE. -01/10/1990,90C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C003000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,79000,"THE SHOULDER STRAPS AND ASSEMBLY DO NOT FIT A CHILD SNUGLY, LEADING TO THE POSSIBILITY THAT A CHILD COULD TRAVEL TOO FAR FORWARD IN A CRASH. THIS CAUSES THE CHILD SEAT TO FAIL THE HEAD AND KNEE EXCURSION REQUIREMENTS OF FMVSS 213. CONSEQUENCE OF DEFECT: THE CHILD SITTING ON THE AFFECTED CHILD SEAT MAY BE SUBJECT TO LESS PROTECTION DUE TO THE SEAT TRAVEL MOVEMENT IN A CRASH.",,INSTALL NEW HARNESS PROVIDED BY KOLCRAFT. -01/09/1990,90T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T002000),Cooper Tire & Rubber Co.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,223,BOTH SIDEWALLS OF TIRES HAVE INCORRECT MAXIMUM LOAD INFORMATION; THIS SHOWS A GREATER LOAD CAPACITY THAN INTENDED.,TIRES MIGHT DEVELOP A SEPARATION THAT COULD RESULT IN LOSS OF INFLATING AIR WITH POTENTIAL FOR LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE AFFECTED TIRES AT NO CHARGE WITHIN 60 DAYS FROM THE DATE OF NOTIFICATION. -01/08/1990,90V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V003000),John Deere,EMERGENCY PARKING BRAKE:MECHANICAL:RELEASE MECHANI,PARKING BRAKE,NR (Not Reported),Vehicle,6938,"THE PARKING BRAKE RELEASE CABLE MAY BIND IF IT IS TOO CLOSE TO THE EXHAUST MANIFOLD. ALSO, THE OIL HOSE MAY CONTACT THE BRAKE PUMP BRACKET AND EVENTUALLY CAUSE OIL TO LEAK FROM THE HYDRO-MAX SYSTEM.","THIS COULD CAUSE THE PARKING BRAKE TO BE INOPERATIVE, WHICH COULD ALLOW THE TRUCK TO ROLL AND COULD RESULT IN AN ACCIDENT.",REPLACE AND REROUTE CABLE TO PREVENT BINDING. ALSO INSPECT AND REPLACE DAMAGED HOSE. -01/08/1990,90C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90C001000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,595127,"THE RETAINING SCREWS OF THE HANDLE TO THE SHELL CAN LOOSEN, ALLOWING THE HANDLE TO SEPARATE FROM THE SHELL.","HANDLE SEPARATION FROM THE SHELL MAY CAUSE THE INFANT TO FALL FROM THE SEAT, WHICH COULD RESULT IN AN INJURY.",REPLACE THE ATTACHING SCREWS WITH NEW DESIGNED SCREWS. -01/08/1990,90T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90T001000),FIRESTONE TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,87830,SOME TIRES MAY DEVELOP A SMALL CRACK IN THE T546 RADIAL TUBELESS DESIGN THAT COULD EVENTUALLY CAUSE A SIDEWALL BULGE.,THIS COULD RESULT IN TIRE FAILURE WITH POTENTIAL FOR LOSS OF TRUCK CONTROL AND AN ACCIDENT.,REPLACE AFFECTED TIRES AT NO CHARGE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -01/07/1990,90V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V020000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,748,"THE TELEVISION MOUNTED IN THE FRONT OVERHEAD CABINET MAY BE INSECURELY MOUNTED, AND COULD VIBRATE LOOSE AND FALL.","FALLING TV COULD STRIKE THE DRIVER OR FRONT SEAT PASSENGER, OR COULD DISTRACT THE DRIVER'S ATTENTION, CREATING THE POTENTIAL FOR AN ACCIDENT.",ADD TWO RETAINING BRACKETS TO PREVENT THE TV FROM MOVING OUT OF ITS CABINET. -01/01/1990,90V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V018000),"LEWIS MANUFACTURING, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,139,"REAR IMPACT AT 30 MPH CAUSED STEEL MEMBER OF FLOOR STRUCTURE TO PUNCTURE TOP OF REAR FUEL TANK, IN VIOLATION OF FMVSS 301.","FUEL LEAKAGE COULD OCCUR FROM THIS PUNCTURE, CREATING A FIRE HAZARD IN THE PRESENCE OF AN IGNITION SOURCE.",CUT CENTER FLOOR SUPPORT TUBE OFF AT FORWARD END TO PREVENT IT FROM PUNCTURING FUEL TANK IN A REAR IMPACT COLLISION. -01/01/1990,90V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=90V017000),"LEWIS MANUFACTURING, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,23,SAFETY BELT ANCHORAGES DID NOT MEET LOAD REQUIREMENTS OF FMVSS 222.,"BUSES WOULD NOT COMPLY WITH FMVSS 222; PASSENGERS IN THE AFFECTED REAR AREAS OF THE SCHOOL BUS MIGHT NOT BE SUFFICIENTLY RESTRAINED IN THE EVENT OF A SUDDEN IMPACT OR ACCIDENT, WHICH MIGHT RESULT IN MORE EXTENSIVE INJURY.",ADD A .25 INCH TO 1.5 INCH STRAP TO TWO REARMOST SEATS. -12/29/1989,89E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E036000),"MIDLAND BRAKE, INC.",BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,22000,HYDROGEN EMBRITTLEMENT OF SCREWS USED TO HOLD TOGETHER VALVE BODY CAUSES THE SCREWS TO BREAK OFF UNDER STRESS.,"THE LOSS OF BRAKE VALVE INTEGRITY COULD CAUSE AN INCREASEIN STOPPING DISTANCE, OR LOSS OF BRAKING CONTROL IN AFFECTED TRAILERS. EITHERCONDITION COULD CAUSE AN ACCIDENT.",MANUFACTURER WILL REPLACE VALVES WITH DIFFERENT BODY SCREWS. -12/28/1989,89V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V232000),"General Motors, LLC",ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,244000,"DUE TO AN INTERACTION OF THE ENGINE COMPARTMENT ENVIRONMENT AND MAINTENANCE OR SERVICE RELATED FACTORS, THERE IS A RISK OF ENGINE COMPARTMENT FIRES.",AN ENGINE COMPARTMENT FIRE CAN SPREAD TO THE PASSENGERCOMPARTMENT AND INJURE OCCUPANTS.,CORRECT OR INSTALL NEW ENGINE COMPONENTS TO PREVENT UNREASONABLE FIRE RISK. -12/27/1989,89V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V237000),"Chrysler (FCA US, LLC)",ENGINE:GASKETS:VALVE COVER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,634000,THE ENGINE VALVE COVER GASKET MAY DISLOCATE AND ALLOW AN ENGINE OIL LEAK AT THE GASKET.,THE LEAKAGE OF OIL IN THE ENGINE COMPARTMENT COULD CAUSEA FIRE.,"REPLACE GASKET COVER WITH REVISED COVER, AND RTV SEALANT WILL BE APPLIED IN PLACE OF A GASKET." -12/26/1989,89V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V235000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1284,"HEAD OF REAR CALIPER FIXING BOLT COULD BREAK OFF, LEAVING ONLY BOLT SHANK IN PLACE.","THE BREAK IN THE REAR BRAKE CALIPER FIXING BOLT COULDRESULT IN AN INCREASE IN STOPPING DISTANCES, AND COULD CAUSE AN ACCIDENT.",MANUFACTURER WILL REPLACE DEFECTIVE BOLT. -12/26/1989,89V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V236000),Great Dane Trailers,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,374,CRACKING OF OUTER 'C' CHANNELS OF SUSPENSION DUE TO OVERLOADING IN THE HANGER AND AIR ATTACHMENT AREAS.,"CRACKING OF THE 'C' CHANNEL COULD CAUSE THE CROSSMEMBERSIN THE SUSPENSION SUBASSEMBLY TO BREAK AWAY FROM THE OUTER FRAME CHANNELS OF THEASSEMBLY, CAUSING LOSS OF CONTROL AND AN ACCIDENT.",MANUFACTURER WILL INSTALL MODIFICATION TO STRENGHTHEN SUSPENSION SUBASSEMBLY. -12/26/1989,89T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T011000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,25,"TESTING SHOWS THAT TIRE MAY FAIL THROUGH LOSS OF AIR THROUGH SIDEWALLS, IN WHICH CASE THE TIRE WILL BULGE.",LOSS OF AIR THROUGH SIDEWALL COULD RESULT IN A LOSS OFCONTROL AND CAUSE AN ACCIDENT.,TIRES ARE RECALLED AND CREDIT GIVEN UPON CONFIRMATION. -12/26/1989,89T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T010000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,66,SEPARATION MAY DEVELOP IN THE LOWER SIDEWALL AREA.,"IF SEPARATION IS NOT DISCOVERED, CONTINUED USE WILL CAUSETHE PLY CORDS AND TUBELESS LINER TO BREAK, CAUSING LOSS OF AIR, RESULTING INLOSS OF CONTROL, AND CAUSING AN ACCIDENT.",REPLACE ALL TIRES FOR CREDIT. -12/22/1989,89V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V234000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4000,"THROTTLE LEVER MAY CONTACT THROTTLE BODY AIR INLET TUBE, WITH THE POTENTIAL FOR THROTTLE REMAINING OPEN FOLLOWING RELEASE OF THE ACCELERATOR PEDAL FROM THE FULL-THROTTLE POSTION IN TRUCKS WITH 4.0 L ENGINES.",UNCONTROLLED ACCELERATION COULD CREATE LACK OF CONTROLAND CAUSE AN ACCIDENT.,MANUFACTURER WILL REPLACE AIR INLET TUBE WITH NEWLY DESIGNED REPLACEMENT WITH AN INCREASED THROTTLE LEVER-TO-INLET TUBE CLEARANCE. -12/22/1989,89V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V233000),"WESTERN STAR TRUCKS, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,75,THROTTLE RETURN SPRINGS MAY FAIL DURING NORMAL OPERATION WITHOUT PRIOR WARNING.,"IF BOTH THROTTLE RETURN SPRINGS FAIL THE ENGINE THROTTLENAT NOT RETURN TO THE IDLE POSTION WHEN THE THROTTLE PEDAL IS RELEASED. THIS MAYRESULT IN LOSS OF VEHICLE CONTROL, AND COULD CAUSE AN ACCIDENT.",MANUFACTURER WILL REPLACE THE THROTTLE RETURN SPRINGS. -12/19/1989,89V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V230000),UNION CITY BODY COMPANY LLC,LIGHTING:GENERAL OR UNKNOWN COMPONENT:INSTRUMENT L,INTERIOR LIGHTING,NR (Not Reported),Vehicle,447,WINDSHIELD WASHER-WIPER SYMBOL IS NOT ILLUMINATED.,VANS ARE NOT IN COMPLIANCE WITH FMVSS 101.,INSTALL A RETRO-FIT WIPER-WASHER LAMP TO THE INSTRUMENT PANEL FOR ILLUMINATION. -12/18/1989,89V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V227000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18331,THE BRAKE PEDAL PUSH ROD MAY BEND IF IT IS ADJUSTED TO NEAR ITS MINIMUM LENGTH.,"IF ROD IS BENT, FULL BRAKE APPLICATION PRESSURE WOULD NOTBE ACHIEVED OR LOSS OF BRAKES WOULD RESULT IF PUSH ROD FRACTURES. IN EITHER CASETHE FAILURE COULD CAUSE AN ACCIDENT.",REPAIR TO PREVENT BENDING OR FRACTURE OF BRAKE PEDAL PUSH RODS. -12/18/1989,89V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V229000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,67,THE BLADE(S) MAY SEPARATE FROM THE ENGINE COOLING FAN ASSEMBLY.,BLADES SEPARATING FROM THE FAN ASSEMBLY COULD PRESENT ASAFETY HAZARD TO ANYONE WALKING IN THE VICINITY OF THE ENGINE.,REMOVE AND REPLACE SUSPECT FAN ASSEMBLY. -12/18/1989,89V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V226000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,118787,VANS WERE PRODUCED WITHOUT PLASTIC COVER DESIGNED TO COVER OUTBOARD SEAT BACK PIVOT HINGE ALLOWING WEBBING OF FRONT PASSENGER-SIDE SAFETY BELTS TO BECOME ABRADED OR CUT DUE TO CONTACT WITH EXPOSED HINGE.,DAMAGE TO BELT WEBBING COULD WEAKEN BELTS TO POINT OFFAILURE INCREASING RISK OF INJURY IN AN ACCIDENT OR A SUDDEN STOP.,INSTALL PLASTIC PIVOT COVER; REPLACE BELTS AS NECESSARY. -12/18/1989,89V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V225000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,170769,A DOOR HINGE (UPPER OR LOWER) MAY BREAK WHILE OPENING OR CLOSING THE DOOR MAKING IT DIFFICULT TO REPOSITION AND CLOSE PROPERLY.,HINGE SEPARATION MAY REDUCE THE STRUCTURAL INTEGRITY OFTHE SIDE OF THE CAR AND INCREASE RISK OF INJURY IN CERTAIN TYPES OF ACCIDENTS.,REPLACE DOOR HINGES ON BOTH DOORS. -12/18/1989,89T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T009000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,504,TIRES MAY NOT PASS STRENGTH TEST REQUIRED BY FMVSS 109.,TIRES WOULD BE SUSCEPTIBLE TO PREMATURE FAILURE IN CASEOF IMPACT AND CONDITION COULD RESULT IN LOSS OF AIR OR POSSIBLE BLOW-OUT.,REPLACE SUBJECT TIRES FREE OF CHARGE. -12/14/1989,89V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V231000),"PEUGEOT, INC.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,999,POSSIBLE OVERLOADING OF REAR AXLE IF THE VEHICLE IS LOADED WITH 8 PEOPLE PLUS CARGO.,"OVERLOADING OF THE REAR AXLE WILL RESULT IN DIFFICULTVEHICLE HANDLING, AND COULD RESULT IN LOSS OF CONTROL OF THE VEHICLE AND ANACCIDENT.",INSTALL CORRECTED PLACARD -12/13/1989,89V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V222000),Volvo Trucks North America,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,203,COMPLIANCE LABEL DOES NOT AGREE WITH WEIGHT CAPACITY OF NEW REAR AXLE TIRES.,TRUCKS DO NOT COMPLY WITH CFR PART 567.,AFFIX NEW COMPLIANCE LABEL WITH CORRECT INFORMATION IN SAME LOCATION. -12/12/1989,89E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E034000),SUNDEX INDUSTRY OF AMER.,LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3000,STOP LAMPS DO NOT COMPLY WITH PHOTOMETRIC REQUIREMENTS OF FMVSS 108.,NON-COMPLYING LAMPS DO NOT MEET REQUIREMENTS OF STANDARD.,RETURN LAMPS FOR FULL REFUND OF PURCHASE PRICE. -12/11/1989,89V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V223000),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,30000,INABILITY TO MAINTAIN PRESSURE IN THE SECONDARY SYSTEM OF THE MASTER CYLINDER (CONTROLS BRAKING OF REAR WHEELS) COULD INCREASE BRAKE PEDAL TRAVEL AND REDUCE BRAKE PERFORMANCE AT TEMPERATURES LESS THAN 40 DEGREES.,THIS WOULD CAUSE REDUCED BRAKING EFFECTIVENESS ANDINCREASED STOPPING DISTANCE THAT COULD RESULT IN A CRASH OR COLLISION.,INSTALL NEW DESIGN MASTER CYLINDER INCORPORATING A REDESIGNED SEAL. -12/11/1989,89V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V224000),"Navistar, Inc.",BRAKES:POWER ASSIST:PRIMARY:CONTROL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10459,THE THROTTLE VALVE INSIDE THE HYDRAULIC BRAKE BOOSTER MAY DEFORM FROM BUILDUP OF HEAT AND PRESSURE AND CLOSE-OFF FLUID RETURN PORTS.,THIS COULD CAUSE EXCESSIVE PRESSURE BUILDUP IN THEBOOSTER CAUSING THE BRAKES TO SELF APPLY WITH A SEVERE UNEXPECTED STOP. THISCONDITION COULD ALSO RESULT IN LOSS OF POWER STEERING ASSIST. EITHER CONDITIONCOULD RESULT IN AN ACCIDENT.,REPLACE BRAKE BOOSTER ASSEMBLY. -12/11/1989,89E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E035000),NISONGER CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,167,"HEADLAMPS HAVE NO PROVISION FOR MECHANICAL AIMING AS REQUIRED BY FMVSS 108. ALSO, LAMPS DO NOT CONTAIN D.O.T. SYMBOL WHICH CONFIRMS COMPLIANCE WITH FMVSS 108.","THIS COULD RESULT IN HEADLAMPS NOT BEING PROPERLY AIMED,AFFECTING DRIVER VISIBILTY AND VEHICLES WOULD NOT CONFORM WITH FMVSS 108.",REFUND PURCHASE PRICE OF THE HEADLAMPS. -12/08/1989,89V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V221000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8000,,PROLONGED CHAFING COULD EVENTUALLY CAUSE A LEAKING BRAKELINE RESULTING IN DIMINISHED BRAKING IN ONE BRAKE CIRCUIT WHICH WOULD INCREASETHE STOPPING DISTANCES AND RESULT IN AN ACCIDENT.,CURVE OR REPLACE RIGHT FRONT BRAKE LINE. -12/06/1989,89E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E033000),"Yakima Products, Inc.",EQUIPMENT:BICYCLE CARRIER,EQUIPMENT,NR (Not Reported),Equipment,2259,THERE MAY BE IMPROPER FIT AND INSTALLATION OF THE BICYCLE RACK DUE TO BUMPER STOP MATERIAL THAT IS TOO SOFT AND LOWER STRAP BUCKLE THAT IS DIFFICULT TO OPERATE.,INSTALLATION MAY BE DIFFICULT AND RACK MOVEMENT ANDSEPARATION IS POSSIBLE CREATING A POTENTIAL ROAD HAZARD.,RETURN RACK FOR CREDIT OR REFUND. -12/05/1989,89V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V213000),"DAIHATSU AMERICA, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,33,THE PRIMARY SIDE BRAKE CUP WITHIN THE MASTER CYLINDER MAY FAIL CAUSING LOSS OF BRAKE FLUID LINE PRESSURE IN ONE-HALF OF THE DUAL BRAKING SYSTEM.,THIS WOULD CAUSE REDUCED BRAKING EFFECTIVENESS ANDINCREASED STOPPING DISTANCES THAT COULD RESULT IN AN ACCIDENT.,REPLACE MASTER CYLINDER. -12/05/1989,89V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V228000),PETERBILT MOTOR COMPANY,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,38,A REQUIRED WELD JOINING A WALKING BEAM BUSHING SPACER TO THE AXLE HANGER BRACKET MAY HAVE BEEN OMITTED.,"REAR AXLE COULD SEPARATE FROM THE REAR SUSPENSION,CAUSING LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN AN ACCIDENT.",MAKE NECESSARY WELDING CORRECTIONS. -12/04/1989,89V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V211000),Toyota Motor Corporation,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8301,CRUISE CONTROL ACTUATOR MAY NOT RELEASE FROM ITS MOST RECENT SETTING DUE TO STICKING OF CLUTCH MECHANISM.,"THIS CAN INCREASE STOPPING DISTANCES, WHICH COULD RESULTIN AN ACCIDENT.",REPLACE CRUISE CONTROL ACTUATOR. -12/04/1989,89V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V001000),Isuzu Motors Limited,HEATER:WATER:DEFROSTER:DEFOGGER:LINES:LINKAGE:COMB,VISIBILITY,NR (Not Reported),Vehicle,463,"DUE TO INSUFFICIENT CLEARANCE BETWEEN A BOLT THAT FIXES THE HEATER TO THE VEHICLE BODY AND A FUEL DELIVERY PIPE AND BETWEEN A REAR HEATER HOSE CLIP, USE UNDER SERVERE CONDITIONS COULD CAUSE PIPE RUPTURE AND FUEL LEAKAGE.",THIS COULD RESULT IN A FIRE.,INSTALL NEW LINES AND A CLIP. -12/04/1989,89V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V212000),Toyota Motor Corporation,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HIGH MOUNTED,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,10234,"LAMP HOUSING OF CENTER HIGH MOUNTED STOP LAMP COULD BECOME DISTORTED AFTER PROLONGED ILLUMINATION, PARTICULARLY UNDER HIGH TEMPERATURES.",,REPLACE LAMP HOUSING WITH ONE OF HIGHER TEMPERATURE RESISTANT MATERIAL. -11/30/1989,89V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V208000),"General Motors, LLC",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,215,THE FRONT AIR BRAKE HOSES CAN CONTACT THE INNER FENDER EXTENSIONS.,"THIS INTERFERENCE CAN CHAFE THE BRAKE HOSES TO THE POINTOF RUPTURE, RESULTING IN LOSS OF FRONT BRAKES WITH POTENTIAL FOR AN ACCIDENT.","CUT OUT A PORTION OF INNER FENDER EXTENSIONS TO PREVENT INTERFERENCE. ALSO, REPLACE ANY DAMAGED FRONT BRAKE HOSES." -11/30/1989,89C032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C032000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,233000,REMOVABLE PROTECTIVE FABRIC PAD THAT IS ATTACHED TO THE FRONT TRAY SHIELD WITH VELCRO TABS MAY HAVE EXPOSED URETHANE FOAM ON THE UNDERSIDE OF THE SHIELD PAD THAT A CHILD COULD PICK AT WITH HIS OR HER FINGERS.,A CHILD COULD PUT SMALL PIECES OF PAD IN HIS OR HER MOUTHOR NOSE CREATING A HEALTH HAZARD.,"REPLACE CURRENT PADS WITH PADS CONTAINING 2 BUTTON FASTENERS THAT CANNOT BE REMOVED BY A CHILD; ALSO, TWEED PADS WILL BE FROM FOAM THAT IS COVERED WITH A NON-WOVEN BACKING." -11/30/1989,89E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E031000),"BEAMS INDUSTRIES, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,3418,"SAFETY BELT TONGUE MAY DISENGAGE FROM THE BUCKLE WHEN FORCES OF LESS THAN 5,000 POUNDS ARE EXERTED AGAINST THE CONNECTION FORMED BETWEEN THE TONGUE AND BUCKLE.",BELT FAILURE WOULD INCREASE THE RISK OF INJURY TO SEATOCCUPANT; ALSO TRUCKS AND BUSES WOULD NOT COMPLY WITH FMVSS 209.,"REPLACE ""BUCKLE SIDE"" PART TO PREVENT BELT DISENGAGEMENT." -11/30/1989,89V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V210000),"Winnebago Industries, Inc.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,3327,SOME WELDS IN THE RIGHT REAR FRAME SUPPORT EXTENSION STRUCTURE MAY NOT HAVE BEEN COMPLETED.,"UNDER EXTREME TOWING CONDITIONS, THIS COULD CAUSE THEHITCH ASSEMBLY TO COME LOOSE AND COULD RESULT IN LOSS OF CONTROL OF THE VEHICLEBEING TOWED, WHICH COULD RESULT IN AN ACCIDENT.",COMPLETE WELDS TO PREVENT HITCH ASSEMBLY FROM LOOSENING. -11/29/1989,89V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V209000),MARMON MOTOR COMPANY,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3970,"NON-DOT ""PUSH-ON"" TYPE HOSES WERE USED IN CERTAIN ACCESSORY NON-BRAKE AIR SYSTEMS, WITHOUT ISOLATION OF THAT SYSTEM BY A CHECK VALVE, PRESSURE PROTECTION VALVE, OR OTHER MEANS OF SYSTEM SEPARATION.",TRUCKS DO NOT COMPLY WITH FMVSS 106; THERE COULD BE ANUNCHECKED LOSS OF AIR PRESSURE IN THE BRAKES THAT COULD RESULT IN THE LOSS OFSERVICE BRAKES AND TRUCK CONTROL.,INSTALL PRESSURE PROTECTION VALVE(S) IN THE AIR SYSTEM TO ISOLATE ALL ACCESSORY AIR LINES FROM THE BRAKE SYSTEM. -11/28/1989,89V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V205000),NEOPLAN USA CORPORATION,EQUIPMENT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,400,"CERTAIN BOLTS SUCH AS THE DRIVE SHAFT BOLTS, STEERING MOUNTING BOLTS, MOTOR MOUNT BOLTS, AND THE WHEEL CHAIR SUPPORT BOLTS MAY NOT MEET SAE SPECIFICATIONS.","BOLTS COULD BREAK OR FAIL AFFECTING THE SPECIFIC COMPONENT INVOLVED, RESULTING IN A POTENTIAL AN ACCIDENT AND/OR PERSONAL INJURY.",REPLACE NON-SPECIFICATION BOLTS WITH BOLTS THAT MEET SAE SPECIFICATIONS. -11/27/1989,89V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V207000),"Timpte, Inc.",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,264,MOUNTING BRACKETS USED TO ATTACH THE SPARE TIRE CARRIER ASSEMBLY TO THE TRAILER FRAME MAY FAIL.,"FAILURE OF THE MOUNTING BRACKET RESULTS IN THE SPARE TIREASSEMBLY SEPARATING FROM THE TRAILER AND CAUSING THE SPARE TIRE TO FALL OFF,CREATING A ROAD HAZARD WHICH MAY RESULT IN VEHICLE CRASH.",REPLACE BRACKETS WITH MODIFIED BRACKETS. -11/21/1989,89V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V206000),"SHELBY AUTOMOBILES, INC.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,930,ROUTING OF THE FRONT BRAKE HOSE MAY ALLOW HOSE INTERFERENCE WITH THE WHEEL OPENING SPLASH GUARDS.,THIS INTERFERENCE MAY CAUSE ABRASION OF THE BRAKE HOSEAND EVENTUAL LOSS OF FRONT WHEEL BRAKING CAPABILITY WITH POTENTIAL FOR ANACCIDENT.,"REPLACE FRONT WHEEL OPENING SPLASH SHIELDS WITH REVISED SHIELDS THAT ELIMINATE INTEFERENCE; ALSO, REPLACE ANY DAMAGED FRONT BRAKE HOSES." -11/21/1989,89V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V218000),"Dabryan Coach Builders, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1393,"PROPER ALTERER'S LABELS CONTAINING INFORMATION REGARDING WEIGHTS AND VEHICLE CLASSIFICATION, MAY NOT HAVE BEEN INSTALLED.",VEHICLES WOULD NOT COMPLY WITH CFR PART 567.,INSTALL ALTERER'S LABEL REFLECTING THE PROPER INFORMATION. -11/21/1989,89V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V215000),"Dabryan Coach Builders, Inc.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,1393,"NEW TIRE PLACARD SHOWING TIRE SIZE AND INFLATION PRESSURE FOR HIGHER FRONT AND REAR WEIGHT RATINGS, SEATING CAPACITY, AND REVISED CAPACITY WEIGHT MAY NOT HAVE BEEN INSTALLED.",VEHICLE WOULD NOT COMPLY WITH FMVSS 110.,INSTALL PLACARD REFLECTING PROPER INFORMATION. -11/21/1989,89V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V219000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,11,TIRE RESERVE LOAD LABEL MAY NOT HAVE BEEN INSTALLED.,VEHICLES WOULD NOT COMPLY WITH FMVSS 110.,INSTALL PROPER LABEL. -11/21/1989,89V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V220000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,5,TIRE RESERVE LOAD LABEL MAY NOT HAVE BEEN INSTALLED.,VEHICLE WOULD NOT COMPLY WITH FMVSS 110.,INSTALL PROPER LABEL. -11/21/1989,89V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V216000),"Dabryan Coach Builders, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,89,SAFETY BELTS AND SAFETY BELT ASSEMBLIES MAY NOT HAVE BEEN INSTALLED FOR THE TWO SEATING POSITIONS IN THE ADDITIONAL REAR FACING SEAT.,PASSENGERS IN THE REAR FACING SEAT WOULD BE SUBJECT TOINCREASED INJURY AND VEHICLES WOULD NOT COMPLY WITH FMVSS 208.,INSTALL APPROPRIATE SAFETY BELT IN REAR FACING SEAT. -11/21/1989,89V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V217000),"Dabryan Coach Builders, Inc.",VISUAL SYSTEMS:GLASS,VISIBILITY,NR (Not Reported),Vehicle,1335,HEAVILY TINTED WINDOWS MAY NOT BE IN COMPLIANCE WITH LIGHT TRANSMISSION REQUIREMENTS OF FMVSS 205.,VEHICLES WOULD NOT COMPLY WITH FMVSS 205.,REMOVE OR LIGHTEN WINDOW TINTING TO ASSURE COMPLIANCE. -11/21/1989,89V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V214000),"Dabryan Coach Builders, Inc.",VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,771,WINDOW TINTING MAY NOT PERMIT ENOUGH LIGHT TO ALLOW PHOTOMETRIC PERFORMANCE OF THE CENTER HIGHMOUNTED STOP LAMP.,VEHICLE MAY NOT COMPLY WITH FMVSS 108.,REMOVE WINDOW TINTING TO ASSURE COMPLIANCE. -11/19/1989,89V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V201000),LAG MOTORCOACH USA,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,97,ROUTING OF THROTTLE CABLE AND GEAR SHIFT CABLE ADJACENT TO THE TELMA RETARDER COULD ALLOW HEAT FROM THE RETARDER TO DAMAGE THE CABLE JACKETS.,THIS CAN CAUSE SLOW RETURN OR STICKING OF THE THROTTLEWHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,"REPLACE SUBJECT CABLES, AS NECESSARY, AND WRAP CABLES WITH A HEAT RESISTANT BLANKET." -11/17/1989,89V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V204000),"Volvo Car USA, LLC",POWER TRAIN:DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,38000,DRIVESHAFT COULD CONTACT THE FUEL TANK AND SCORE AND SCRAPE OUTER SURFACES OF THE TANK AT THE POINT OF CONTACT.,"A SMALL LEAK COULD DEVELOP WHICH COULD , IN THE PRESENCEOF AN IGNITION SOURCE, RESULT IN A FIRE.",REPLACE FUEL TANK AND/OR INSTALL PROTECTIVE DEVICE BETWEEN DRIVESHAFT AND THE TANK. -11/16/1989,89V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V202000),Blue Bird Body Company,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1369,FRONT AXLE ASSEMBLIES MAY CONTAIN CRACKED BRAKE DRUMS DUE TO IMPROPER FIT BETWEEN THE WHEEL HUBS AND THE BRAKE DRUMS.,THIS COULD CAUSE LOSS OF BUS BRAKING CONTROL AND RESULTIN AN ACCIDENT.,REPLACE DEFECTIVE BRAKE DRUMS. -11/16/1989,89V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V203000),"General Motors, LLC",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,15200,"WHEN USING FRONT SEATBACK RELEASE LEVERS TO TIP FRONT SEATBACK FORWARD TO GAIN ENTRY TO, OR EXIT FROM , THE REAR SEAT, IT IS POSSIBLE TO INSERT A FINGER INTO THE SEATBACK HINGE MECHANISM.",THIS COULD RESULT IN THE FINGER BEING PINCHED ANDPOSSIBLY SERIOUSLY INJURED.,REPAIR TO PREVENT CONDITION THAT WOULD PERMIT FINGER INJURY. -11/14/1989,89V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V200000),NATIONAL COACH ENGINEERIN,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1042,LIMOUSINE MAY NOT CONTAIN THE PROPER NUMBER OF SEAT BELTS WITH REGARD TO EACH DESIGNATED SEATING POSITION AS REQUIRED BY FMVSS 208.,SITTING IN AN UNBELTED SEAT WHILE RIDING WOULD SUBJECTTHE OCCUPANT TO INCREASED RISK OF INJURY IN AN ACCIDENT OR SUDDEN STOP.,INSTALL ADDITIONAL SEAT BELTS IN ALL APPROPRIATE PLACES. -11/13/1989,89V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V199000),"BUD INDUSTRIES, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,900,"SEAT BELT ANCHORAGES, SEAT DEFLECTION, AND KNEE PROTECTION REQUIREMENTS OF FMVSS 222 WERE NOT MET. ALSO, REAR EMERGENCY DOOR LABELING AND CERTIFICATION LABELING REQUIREMENTS OF FMVSS 217 WERE NOT MET.",BUSES ARE IN NONCOMPLIANCE WITH STANDARDS; THERE WOULD BEINCREASED RISK OF INJURY IN AN ACCDENT.,"INSTALL METAL STIFFENER AND SEAT BELT BRACKET AS WELL AS ADDITIONAL FOAM TO SEAT. ALSO, INSTALL NEW CERTIFICATION AND EMERGENCY DOOR OPERATING INSTRUCTION LABELS." -11/09/1989,89V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V196000),SOUTHAMPTON COACHWORKS LT,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,559,THE ALTERER'S LABEL WAS NOT INSTALLED.,VEHICLES WOULD NOT COMPLY WITH PART 567.,INSTALL CERTIFICATION LABEL. -11/09/1989,89V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V198000),SOUTHAMPTON COACHWORKS LT,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,448,,,INSTALL CORRECT TIRE INFORMATION LABEL. -11/09/1989,89V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V197000),"ROAD RESCUE, INC.",HEATER:WATER:DEFROSTER:DEFOGGER:HOSE:DUCT:AIR,VISIBILITY,NR (Not Reported),Vehicle,536,HEATER HOSE MAY BE INCORRECTLY ROUTED.,HOSE COULD WEAR THROUGH AND LEAK WHICH COULD RESULT INAN UNDERHOOD FIRE.,REROUTE AND SPLICE HOSE AS NECESSARY. -11/08/1989,89V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V195000),AM GENERAL LLC,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28715,THE NATO SLAVE RECEPTACLE MAY BE INCORRECTLY INSTALLED WITH AN INSUFFICIENT CLEARANCE BETWEEN THE POSITIVE AND NEGATIVE SHELL.,"AN ELECTRICAL SHORT COULD OCCUR THAT COULD RESULT IN ABATTERY MELTDOWN, VEHICLE FIRE AND POSSIBLE BATTERY EXPLOSION.",REPLACE SLAVE RECEPTACLE AS NECCESSARY. -11/08/1989,89V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V193000),MID BUS CORPORATION,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,1527,RIGHT REAR AND LEFT REAR PASSENGER SEAT ANCHORAGES MAY NOT MEET THE REQUIREMENTS OF FMVSS 222.,BUSES WOULD NOT COMPLY WITH REQUIREMENTS OF STANDARD.,REPAIR TO ASSURE COMPLIANCE WITH STANDARD. -11/07/1989,89V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V194000),Mazda North American Operations,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,10587,THE CENTER SAFETY BELT ATTACHMENT HARDWARE BRACKETS FOR THE THIRD SEAT MAY NOT WITHSTAND THE SPECIFIED TENSILE LOAD.,VANS WOULD NOT COMPLY WITH FMVSS 210,REPLACE SAFETY BELT ASSEMBLIES WITH BRACKETS. -11/07/1989,89V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V189000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,39,INTERMEDIATE STEERING SHAFTS HAVE AN INADEQUATE LENGTH OF SPLINE ENGAGEMENT AND MAY EXHIBIT EXCESSIVE SIDE-TO-SIDE FREEPLAY MOVEMENTS.,"EXCESSIVE WEAR ON SPLINES COULD CAUSE LOOSENESS IN THESTEERING WHEEL AND COULD RESULT IN STEERING SHAFT DISENGAGEMENT, LOSS OFSTEERING CONTROL, AND AN ACCIDENT.",INSTALL NEW DESIGN INTERMEDIATE STEERING SHAFT ASSEMBLY. -11/07/1989,89V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V188000),"General Motors, LLC",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,6,VEHICLES MAY HAVE DISCREPANT WELDS IN THE LEFT REAR ROCKER PANEL WHICH CAN CAUSE DEFORMATION OF THE PANEL.,INCREASED DEFORMATION OF THE LEFT REAR ROCKER PANELCAN CAUSE THE LEFT REAR SEAT BELT ANCHORAGE NOT TO ACHIEVE THE LOAD REQUIREDBY FMVSS NO. 210.,INSTALL A REINFORCEMENT KIT. -11/07/1989,89T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T008000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,406,SOME TIRES MAY DEVELOP A FLEX BREAK IN THE LOWER SIDEWALL PRIOR TO COMPLETING THE ENDURANCE COMPLIANCE TESTING / FMVSS 109.,TIRES DO NOT COMPLY WITH REQUIREMENTS OF FMVSS 109.,PROVIDE REPLACEMENT TIRES THAT COMPLY WITH STANDARD. -11/06/1989,89V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V191000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14000,THE ROUTING OF THE THROTTLE KICKDOWN CABLE COULD ALLOW CHAFING TO OCCUR BETWEEN THE CABLE AND ANY ONE OF THREE STEEL BRAKE FLUID LINES NEAR THE VALVE BLOCK OF THE HYDRAULIC BRAKE UNIT.,"THIS COULD CAUSE BRAKE FLUID LEAKAGE; THUS, THE BRAKECIRCUIT SUPPLIED BY THAT LINE WOULD BECOME INOPERATIVE AND RESULT IN DECREASEDBRAKING EFFECTIVENESS AND AN ACCIDENT.",CHANGE CABLE ROUTING AND INSTALL NEW ATTACHMENT BRACKET TO PREVENT CHAFING. -11/06/1989,89V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V192000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:BENCH:BACK REST,SEATS,NR (Not Reported),Vehicle,561,THE ADJUSTABLE SEAT BACK STRUCTURE AND TILT MECHANISM MAY NOT WITHSTAND REARWARD FORCE REQUIRED BY FMVSS 207.,BUSES ARE NOT IN COMPLIANCE WITH FMVSS 207; SEATBACKCOULD FAIL IN AN ACCIDENT INCREASING POTENTIAL FOR INJURY TO OCCUPANT.,INSTALL NEW SEAT BACK STRUCTURE AND TILT MECHANISM ASSEMBLY THAT COMPLIES WITH STANDARD. -11/06/1989,89V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V190000),PACCAR Incorporated,STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,1227,,,REPLACE PITMAN ARM AS NECCESSARY. -11/03/1989,89V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V183000),"Volvo Car USA, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,475,"TIRE INFORMATION LABELS ON THE DOOR AND THE INFORMATION IN THE OWNERS MANUAL DO NOT APPLY TO THE FULL SIZE ORIGINAL EQUIPMENT TIRE AND WHEEL THAT WAS SUBSTITUTED FOR THE ""SPACE-SAVER"" EMERGENCY USE ONLY SPARE TIRE.",,INSTALL LABELS PROVIDED THAT REFER TO THE FULL-SIZE TIRES. -11/03/1989,89V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V186000),FLXIBLE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,755,THE CLAMP LOAD MAY NOT FULLY ENGAGE ON THE MATING STEERING BOX SPLINES DUE TO MANUFACTURING TOLERANCES AND/OR THE PINCH BOLT MAY NOT BE PROPERLY TORQUED.,INADEQUATE TORQUE MAY RESULT IN SLIPPAGE AND POSSIBLESHAFT DISENGAGEMENT WITH LOSS OF STEERING CONTROL; THIS COULD RESULT IN ANACCIDENT.,REPLACE STEERING SHAFT. -11/02/1989,89V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V184000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12422,A FATIGUE CRACK IN THE REAR BRAKE LINE ASSEMBLY COULD DEVELOP.,THIS COULD RESULT IN LOSS OF BRAKE FLUID AND LOSS OF REARBRAKE OPERATION WHICH WOULD REDUCE STOPPING ABILITY AND INCREASE POTENTIAL FORAN ACCIDENT.,INSTALL REPLACEMENT REAR BRAKE LINE COMPONENTS. -11/01/1989,89V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V185000),"Yamaha Motor Corporation, USA",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8171,POSITIVE BATTERY CABLE LEAD TO THE STARTER SOLENOID MAY SEPARATE FROM THE ROUTING CLAMP CUTTING THE INSULATION ON THE LEAD.,THIS COULD CAUSE A SHORT CIRCUIT IN THE ELECTRICAL SYSTEM THAT COULD RESULT IN THE ENGINE STOPPING AND THE LIGHTS GOING OUT WITHPOTENTIAL FOR AN ACCIDENT.,"MODIFY BY INSTALLATING A RUBBER GROMMET IN THE BRACKET HOLE, REROUTING AND CLAMPING LEADS TO THE BRACKET WITH A NEW BAND." -10/30/1989,89V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V182000),"IVECO TRUCK OF N.A., INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16582,THE ACCELERATOR CABLE CAN BECOME FRAYED AND BIND OR BREAK WITHIN ITS HOUSING.,THROTTLE WOULD NOT OPERATE PROPERLY WHICH COULD RESULT INLOSS OF ACCELERATOR CONTROL AND AN ACCIDENT.,INSTALL A NEWLY DESIGNED ACCELERATOR CABLE. -10/30/1989,89E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E030000),"IMPORT PRODUCTS CO., INC.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,607,HEADLAMP KITS UTILIZE A H-4 BULB AND OTHER COMPONENTS THAT HAVE NOT BEEN CERTIFIED AS CONFORMING TO FMVSS 108.,KITS ARE IN NON-COMPLIANCE WITH FMVSS 108.,PROVIDE A FULL REFUND OR CREDIT FOR ANY EURO HEADLAMP COMPONENT PURCHASED. -10/30/1989,89V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V181000),"LAFORZA AUTOMOBILES, INC.",POWER TRAIN:DRIVELINE:DIFFERENTIAL:OTHER PARTS (8/,POWER TRAIN,NR (Not Reported),Vehicle,189,AN INCORRECT BOLT AND NUT ARRANGEMENT AND SIZE WAS USED TO INSTALL BOTH FRONT AND REAR DRIVE DRIVE SHAFT ASSEMBLIES AT THE DIFFERENTIAL PINION FLANGES.,"THIS COULD CAUSE THE DRIVESHAFT TO LOOSEN, VIBRATE ANDMAY RESULT IN THE DRIVESHAFT DETACHING WITH POTENTIAL FOR LOSS OF CONTROL ANDAN ACCIDENT.",INSTALL CORRECT ATTACHING BOLTS AND TORQUE TO PROPER SPECIFICATIONS. -10/30/1989,89T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T007000),MCCREARY TIRE & RUBBER CO,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,2058,"INFLATION INFORMATION MAY BE STAMPED ON THE TIRE TO READ ""MAX LOAD 2,150 LBS AT 80 PSI COLD"" WHEN IT SHOULD READ ""MAX LOAD 2,150 LBS AT 20 PSI COLD""",TIRES DO NOT COMPLY WITH LABELING REQUIREMENTS OF FMVSSPART 119.,RE-BRAND THE CORRECT STAMPING ON ALL AVAILABLE TIRES. -10/27/1989,89V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V187000),PACCAR Incorporated,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19,FUEL PUMPS MAY HAVE A LOOSE RACK FASTENER THAT COULD ALLOW THE BOLT TO COME OUT OF THE RACK.,THIS WOULD AFFECT OPERATOR CONTROL OF ENGINE SPEED ANDENGINE SHUTDOWN CAPABILITY WHICH COULD RESULT IN AN ACCIDENT.,RETIGHTEN FASTENER TO SPECIFIED TORQUE AND USE SELF LOCKING NUT. -10/26/1989,89V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V180000),CHINOOK MOBIL LODGE CO.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1726,SEAT BELTS INSTALLED ON MIDDLE BUCKET SEATS DO NO MEET ANGLE REQUIREMENTS OF FMVSS 210.,VANS WOULD BE IN NON-COMPLIANCE WITH STANDARD.,REPLACE 6 INCH SEAT SLIDE WITH A 5 INCH SEAT SLIDE TO CORRECT SEAT BELT ANGLE. -10/23/1989,89V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V178000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3652,INTERNAL COMPONENTS OF THE E-12 DUAL CIRCUIT AIR BRAKE VALVES MAY BE MISASSEMBLED SO THAT ONE OF THE TAPERED SNAP RINGS IS UPSIDE DOWN.,THE SNAP RING CAN COME OUT CAUSING THE VALVE TOMALFUNCTION AND APPLY THE TRUCK'S BRAKE SYSTEM WITHOUT WARNING; THIS COULDRESULT IN LOSS OF CONTROL AND A CRASH.,REPLACE MISASSEMBLED VALVES. -10/23/1989,89V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V177000),MANSFIELD TIRE & RUBBER C,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,1402,A CRACK MAY DEVELOP IN THE REAR END CARRIER ARMS THAT ARE THE LOAD CARRYING MEMBERS ATTACHING THE TWO SECTIONS OF THE ARTICULATED BUS.,,INSTALL REINFORCEMENT BRACKETS TO PREVENT CRACKING OF THE CARRIER ARMS. -10/20/1989,89E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E029000),BENDIX CORPORATION,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4054,,THE SNAP RING CAN COME OUT CAUSING THE VALVE TOMALFUNCTION AND APPLY THE TRUCK'S BRAKE SYSTEM WITHOUT WARNING; THIS COULDRESULT IN LOSS OF CONTROL AND A CRASH.,REPLACE MISASSEMBLED VALVES. -10/20/1989,89V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V176000),"Kawasaki Motors Corp., U.S.A.",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,1953,BOLTS THAT SECURE HANDLEBARS TO THEIR HOLDERS CAN LOOSEN OR FRACTURE.,HANDLE BARS COULD SEPARATE FROM THE HOLDER RESULTING INLOSS OF DRIVER CONTROL WITH POTENTIAL FOR AN ACCIDENT.,REPLACE HOLDER ASSEMBLY WITH REVISED HOLDER DESIGN THAT USES TWO BOLTS. -10/18/1989,89V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V175000),Toyota Motor Corporation,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,408225,OCCUPANT RELEASE OF THE LAP BELT IN A CERTAIN MANNER COULD CAUSE THE BELT RETRACTOR TO LOCK AT THE RETRACTED AND STOWED POSITION.,"SEAT BELTS MAY BE UNUSABLE OR OCCUPANTS MAY BEDISCOURAGED FROM USING BELTS, INCREASING THEIR POTENTIAL FOR INJURY IN ANACCIDENTAL OR SUDDEN STOP.",REPLACE LAP BELT WITH A REDESIGNED BELT GUIDE. -10/16/1989,89V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V172000),FLXIBLE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,167,THE AIR LINES TO THE RIGHT REAR BRAKE CHAMBER CAN BE PINCHED BY THE AUXILIARY HEATER CABINET IF THE AIR IN THE REAR AIR SUSPENSION SYSTEM BLEEDS OUT WHEN A LEAK DEVELOPS OR THE ENGINE HAS NOT BEEN RUN FOR AN EXTENDED PERIOD OF TIME.,"THIS WOULD AFFECT OPERATION OF BRAKES, CREATING APOTENTIAL FOR AN ACCIDENT.",REROUTE AIR LINES TO RIGHT REAR BRAKE CHAMBER TO PROVIDE CLEARANCE WITH THE AUXILIARY HEATER CABINET. -10/16/1989,89V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V173000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,82,,"THIS WOULD EVENTUALLY CAUSE FAILURE OF THE FRONTHYDRAULIC BRAKE SYSTEM, INCREASE STOPPING DISTANCE WHICH COULD RESULT IN ANACCIDENT.",MODIFY FENDER SKIRT SPLASH SHIELD AND REPLACE BRAKE HOSE ON BOTH SIDES. -10/13/1989,89V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V170000),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1375500,THE FORWARD OUTBOARD PEDESTAL OF THE SEAT TRACK OF DRIVER'S SEAT MAY BE SUSCEPTIBLE TO FATIGUE FRACTURE.,"THIS COULD RESULT IN A LIMITED DEGREE OF ROCKING MOTIONOF THE DRIVERS SEAT ASSEMBLY UPON ACCELERATION OR DECELERATION, WHICH COULDCAUSE AN ACCIDENT.",INSTALL A REINFORCEMENT ON ALL MODELS AND A NEW SEAT TRACK AS NECESSARY -10/13/1989,89V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V171000),Ford Motor Company,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2900,AN INCORRECT TRANSISTOR MAY CAUSE AUTOLAMP SYSTEM LIGHT SENSOR MODULE MALFUNCTION.,HEADLAMPS COULD TURN OFF WHILE VEHICLE IS BEING DRIVEN ORREMAIN ON AFTER VEHICLE IS PARKED. LOSS OF HEADLIGHTS WHILE DRIVING AT NIGHTCOULD BE HAZARDOUS TO THE DRIVER AND OTHER TRAFIFIC.,REPLACE LIGHT SENSOR MODULES. -10/13/1989,89V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V174000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,3300,SPECIAL PRIMER THAT PROMOTES THE BONDING OF A URETHANE ADHESIVE TO THE GLASS WAS NOT APPLIED TO THE WINDSHIELDS BEFORE INSTALLATION.,"OMISSION OF THE PRIMER COULD CAUSE THE WINDSHIELD NOT TOBE PROPERLY ADHERED TO BODY, AND VEHICLE WOULD NOT COMPLY WITH FMVSS 212.",REMOVE AND PROPERLY INSTALL WINDSHIELD USING SPECIAL PRIMER. -10/12/1989,89V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V169000),FLXIBLE CORPORATION,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,51,FLOOR ANCHORAGE INSERT BOLTS FOR SECURING WHEELCHAIR ARE SUBJECT TO BREAK.,A BROKEN OR DAMAGED BOLT MAY NOT ADEQUATELY RESTRAIN AWHEELCHAIR AND PERSON DURING HARD BUS MANEUVER OR DURING A CRASH.,FLOOR ANCHORAGE MOUNTING INSERT DESIGN WILL BE CHANGED. -10/11/1989,89V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V168000),"Jaguar Cars, Ltd.",FUEL:FUEL EMISSION CONTROL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1994,EXCESSIVE FUEL VAPOR PRESSURE CAN OCCUR.,"THIS CREATES FUEL ODORS AND AFTER PROLONGED CYCLINGCOULD CAUSE WEAKENING OF THE FUEL TANK STRUCTURE, WHICH COULD RESULT IN FUELTANK LEAKS. IF A SOURCE OF IGNITION IS PRESENT, A FIRE COULD RESULT.",INSTALL REVISED PURGE SYSTEM COMPONENTS. -10/09/1989,89V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V167000),"LEWIS MANUFACTURING, INC.",STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,16,"REAR DOOR RELEASE MECHANISM DOES NOT OPEN BOTH DOORS SIMULTANEOUSLY; ALSO, EXIT OPERATING INSTRUCTIONS ARE NOT WITHIN 6 INCHES OF REAR EMERGENCY EXIT RELEASE MECHANISM.",,REPLACE REAR SEAT(S); REMOVE LATCH HOOK FOR LEFT REAR DOOR TO ALLOW FOR SIMULTANEOUS OPENING OF BOTH DOORS; INSTALL NEW DECALS 6 INCHES FROM RELEASE MECHANISM. -10/04/1989,89V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V165000),"WESTERN STAR TRUCKS, INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,7,SEAT BELTS DESIGNED FOR USE ON DRIVER'S SEATS WERE INSTALLED ON PASSENGER SEATS; THIS CAUSES THE STRAP CONNECTING THE BUCKLE TO THE FLOOR TO BE TWISTED.,STRESSES WITHIN THE BUCKLE RESULT IN FAILURE TO COMPLYWITH FMVSS 210.,REPLACE SEAT BELT ASSEMBLIES. -10/03/1989,89E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E028000),"Cummins, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,421,FUEL PUMPS MAY HAVE A LOOSE RACK FASTENER THAT COULD ALLOW THE BOLT TO COME OUT OF THE RACK.,"THIS WOULD AFFECT OPERATOR CONTROL OF ENGINE SPEED ANDENGINE SHUTOWN CAPABILITY, WHICH COULD RESULT IN AN ACCIDENT.",RETIGHTEN FASTENER TO SPECIFIED TORQUE AND USE SELF LOCKING NUT. -10/02/1989,89V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V163000),"MOBILE TRAVELER, INC.",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,18,SPARE TIRE CARRIER MAY NOT BE PROPERLY ATTACHED TO THE REAR WALL DUE TO THE USE OF INCORRECT BRACKET.,,INSTALL NEW BRACKET AND HARDWARE. -10/02/1989,89V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V166000),"COREY ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,470,SOME 'S' HOOKS MAY HAVE HAIRLINE CRACKS ON THE INSIDE RADIUS OF THE EYE END OF THE HOOK.,,REPLACE DEFECTIVE 'S' HOOKS. -10/02/1989,89V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V164000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,343,THE REAR MODULAR SEAT FRAME HOLD-DOWN HOOKS MAY NOT MEET THE REQUIRED PULL FORCE AT THE REAR SET ANCHORAGE.,VEHICLES WOULD NOT CONFORM TO FMVSS 207.,REPLACE REAR HOLD DOWN HOOKS AND PIVOT RIVETS WITH HEAT TREATED HARDWARE. -10/01/1989,89V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V150000),Ford Motor Company,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,3,HEATER HOSE MAY BE INCORRECTLY ROUTED.,HOSE COULD WEAR THROUGH AND LEAK WHICH COULD RESULT INAN UNDERHOOD FIRE.,REROUTE HOSE AS NECESSARY. -10/01/1989,89V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V151000),ASHLEY EMERGENCY VEHICLES,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,263,HEATER HOSE MAY BE INCORRECTLY ROUTED.,,REROUTE HOSE AS NECESSARY. -09/29/1989,89V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V162000),"Mack Trucks, Inc.",BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES:HOSE:NON-META,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,133,AIR PIPING IS INSTALLED IN A WAY THAT COULD CAUSE FRONT BRAKE HOSES TO RUB AGAINST THE BRAKE CHAMBER.,"THIS COULD EVENTUALLY RESULT IN BRAKE HOSE FAILURE. INCREASING THE STOPPING DISTANCE, WHICH COULD RESULT IN AN ACCIDENT.",REPAIR IN A MANNER TO PREVENT FRONT BRAKE HOSE FROM RUBBING AGAINST THE BRAKE CHAMBER. -09/28/1989,89V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V161000),"PEUGEOT, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5708,FUEL LEAKAGE EXCEEDS THE REQUIREMENTS OF FMVSS 301 IN A REAR BARRIER CRASH.,VEHICLES WOULD NOT COMPLY WITH FMVSS 301.,INSTALL PROTECTIVE BUFFERS; RELOCATE FUEL PUMP AND FILER TO ASSURE COMPLIANCE. -09/28/1989,89V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V160000),A. D. MILLER,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,49,HOSE COULD WEAR THROUGH AND LEAK.,LEAKAGE OF ANTI-FREEZE LIQUID COULD RESULT IN ANUNDERHOOD FIRE,INSTALL A RETAINING BRACKET THAT WILL REROUTEHOSE AS NECESSARY. -09/28/1989,89T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T006000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,33208,TIRES MAY DEVELOP A SEPARATION BETWEEN PLIES DURING SERVICE AS A RESULT OF LOWER ADHESION DUE TO PLY COAT STOCK THAT WAS OFF- SPECIFICATION.,LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROLWITH POTENTIAL FOR A CRASH.,"TIRES WILL BE REPLACED AT NO COST TO CONSUMERS WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: COOPER: U9__CNA259, THRU U9__CNA269; U9__CTC259 THRU U9__CTC269, U9__CMZ259 THRU U9__CMZ269. U9__BNH259 THRU U9__BNH269, U9__BW9259 THRU U9__BW9269. LARAMIE: U9__BWK259 THRU U9__BWH269. MASTERCRAFT: U9HHFDN259 THRU U9HHFDN269 FALLS: U9HHFBW259 THRU U9HHFBW269; U9__FDF259 THRU U9FDF269; U9FHFBX259. HERCULES: U9HLHK9259 THRU U9HLHK9269; U9__HK6259 THRU U9__HK6259; U9__HLF259 THRU U9__HLF269; PEP BOYS: U9__BW1259 THRU U0__BW1269; U9__BT5259 THRU U9__BT5269." -09/25/1989,89V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V159000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2900,THROTTLE LEVERS MAY HAVE BEEN BENT DURING ASSEMBLY.,THROTTLE MAY STICK AND NOT RETURN FULLY TO IDLEPOSITION.,PLACE AFFECTED VEHICLES ON DELIVERY HOLD UNTIL REPAIRED. -09/21/1989,89V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V158000),"PEUGEOT, INC.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,2888,THERE MAY BE ELECTRICAL INTERFERENCE BETWEEN PASSIVE BELT MOTOR AND ELECTRONIC CONTROL UNIT.,PASSIVE BELT SYSTEM MAY NOT OPERATE CORRECTLY AT ALLTIMES WHICH COULD CAUSE MORE SERIOUS INJURIES TO THE WEARER OF THE BELT.,REPAIR PASSIVE BELT SYSTEM TO ASSURE PROPER OPERATION. -09/21/1989,89V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V157000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,13,"SPLINED SHAFT IN FIXED STEERING COLUMN IS TOO SHORT, CAUSING THE HUB OF THE STEERING WHEEL TO NOT FULLY SEAT IN THE TAPER.","IF THE RETAINING NUT IS IMPROPERLY TORQUED, STEERING WHEEL CAN COME LOOSE AND STEERING CONTROL WOULD BE LOST AND COULD RESULT IN AN ACCIDENT.",REPLACE STEERING COLUMN. -09/20/1989,89V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V156000),"SIMON DUPLEX, INC.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,45,STRESS CRACKS IN STEERING GEAR MOUNTING BRACKET RESULTING FROM METAL FATIGUE.,,REPLACE STEERING GEAR MOUNTING BRACKET AND ATTACHING HARDWARE. -09/18/1989,89V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V154000),FREIGHTLINER LLC,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,19000,NUTS THAT RETAIN THE WHEEL HUBS ON THE TANDEM DRIVE AXLES MAY NOT BE PROPERLY TORQUED ON THE LEFT HAND SIDE.,WHEEL COULD COME OFF WHILE TRUCK IS IN SERVICE; THISCOULD RESULT IN AN ACCIDENT.,PROPERLY TORQUE LEFT SIDE DRIVE AXLE SPINDLE JAM NUTS ON BOTH FORWARD AND REAR DRIVE AXLES; REPLACE ANY LOOSE WHEEL HUB NUTS. -09/14/1989,89V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V155000),Toyota Motor Corporation,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,30256,REAR SEAT LAP BELT MAY NOT RETURN TO FULLY RETRACTED POSITION AFTER USE.,"CONSEQUENTLY, BELT COULD NOT BE RELEASED, DUE TOLOCKING CHARACTERISTICS OF AUTOMATIC LOCKING RETRACTOR SYSTEM.","INSTALL BELT GUIDE, OR SHEATH, TO DECREASE RETRACTING RESISTANCE AND ALLOW FREE BELT MOVEMENT." -09/13/1989,89V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V153000),"SAAB CARS USA, INC.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,204,"ADJUSTABLE STEERING COLUMN YOKE END, THAT SECURES UNIVERSAL JOINT BEARING CUPS, MAY NOT BE OF THE CORRECT EXECUTION AND CAPS COULD COME LOOSE.","THIS COULD CAUSE LOSS OF STEERING, WHICH COULD RESULTIN AN ACCIDENT.",REPLACE COMPLETE STEERING SHAFT. -09/13/1989,89V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V152000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,410,STEERING ARM MAY EXPERIENCE FATIGUE FAILURE IN UNDERCUT AREA OF THE ARM.,THIS COULD RESULT IN LOSS OF STEERING CONTROL AND ANACCIDENT.,REPLACE SUSPECT STEERING ARMS. -09/08/1989,89V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V149000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,585,TRUCKS MAY HAVE BEEN PRODUCED WITH INCORRECT OR MISSING,TRUCKS WOULD NOT CONFORM TO REQUIREMENTS OF FMVSS 120.,INSTALL CORRECT CERTIFICATION LABEL. -09/08/1989,89V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V148000),METROTRANS CORPORATION,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,333,REAR EMERGENCY EXIT RELEASE MECHANISM EXCEEDS MAXIMUM FORCE REQUIREMENT; THERE ARE NO OPERATING INSTRUCTIONS FOR REAR DOOR; AND SIDE (DRIVER'S) DOOR IS NOT LABELED AS AN EMERGENCY EXIT.,BUSES WOULD NOT COMPLY WITH FMVSS 217.,INCREASE STRIKER BOLT HOLES IN DOOR; INSTALL LABELS FOR REAR DOOR AND DRIVER'S DOOR. -09/05/1989,89V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V147000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,164,SEAT BELTS ARE MOUNTED IN SUCH A WAY THAT THERE IS INSUFFICIENT ADJUSTMENT TO ACCOMMODATE A 95TH PERCENTILE ADULT MALE.,BELTS ARE IN NONCOMPLIANCE WITH FMVSS 209.,REPLACE SEAT BELTS WITH BELTS OF SUFFICIENT LENGTH TO COMPLY WITH FMVSS 209. -08/31/1989,89C027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C027000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,77477,CHILD RESTRAINT FAILED POST IMPACT BUCKLE RELEASE FORCE TESTING.,BUCKLE TONGUE DEFORMED DURING TESTING.,INSTALL NEW HARNESS WITH SPECIAL HEAT TREATED TONGUE. -08/29/1989,89V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V145000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,320,MISSING OR MISAPPLIED SUPPORT CLIP CREATES POTENTIAL FOR REAR BRAKE LINE FRACTURE DUE TO FATIGUING.,FRACTURE COULD RESULT IN DECREASED BRAKING PERFORMANCE.WHICH COULD CAUSE AN ACCIDENT.,"REPAIR BRAKE CLIP, AS NECESSARY." -08/28/1989,89V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V146000),PACCAR Incorporated,ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,10500,BATTERY BOX COVER MOUNTING BRACKET FAILURE COULD ALLOW COVER TO COME LOOSE.,COVER COULD DETACH FROM TRUCK AND CAUSE AN ACCIDENT.,REPAIR MOUNTING BRACKET WELD IN A MANNER TO PREVENT FAILURE. -08/28/1989,89V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V144000),John Deere,EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,231,"PARK BRAKE ACUATOR LEVER COULD FAIL AND BRAKE WOULD NOT ENGAGE WHEN THE GEAR SHIFT LEVER IS PUT IN THE ""P"" PARK POSITION.","VEHICLE COULD MOVE AFTER IT IS PARKED, CREATING POTENTIALFOR A CRASH AND INJURY.",REPLACE PARK BRAKE ACTUATOR LEVER WITH LEVER OF HEAVIER DUTY DESIGN. -08/23/1989,89V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V143000),COLLINS AMBULANCE CORP.,VISUAL SYSTEMS:WINDSHIELD WASHER HOSES,VISIBILITY,NR (Not Reported),Vehicle,1269,HEATER HOSE MAY BE INCORRECTLY ROUTED.,"HOSE COULD WEAR THROUGH AND LEAK, WHICH COULD RESULT INAN UNDERHOOD FIRE.",REROUTE HOSE AS NECESSARY. -08/18/1989,89E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E026000),VAPOR CORPORATION,AIR CONDITIONER:COMPRESSOR,EQUIPMENT,NR (Not Reported),Equipment,3021,DISCHARGE VALUE ASSEMBLY BOLT MAY FAIL AND JAM AGAINST A PISTON.,THIS COULD CRACK THE CYLINDER HEAD WITH A RESULTANTDISCHARGE OF HIGH PRESSURE GAS AND THE PROPELLING OF METAL FRAGMENTS THAT COULDINJURE PERSONS IN THE IMMEDIATE VICINITY.,DISCONNECT AIR CONDITIONING COMPRESSORS UNTIL FASTENERS CAN BE REPLACED. -08/17/1989,89V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V142000),"COONS MFG., INC.",HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,1302,HEATER HOSE MAY BE INCORRECTLY ROUTED.,"HOSE COULD WEAR THROUGH AND LEAK, WHICH COULD RESULT INAN UNDERHOOD FIRE.",INSTALL A RETAINING BRACKET THAT WILL REROUTE HOSE AS NECESSARY. -08/15/1989,89V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V138000),AM GENERAL LLC,ELECTRICAL SYSTEM:STARTER RELAY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2731,THE NARTRON INSTRUMENT PANEL MOUNTED STARTER SWITCH MAY STICK WHEN STARTING TRUCK DUE TO OVERTORQUING OF RETAINING NUT.,RETURN SPRING WOULD NOT FUNCTION PROPERLY.,INSTALL NEW IMPROVED DOUGLAS STARTER SWITCH AND HARNESS ASSEMBLY. -08/15/1989,89V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V137000),"Navistar, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13128,THE SCREW THAT CONNECTS THE RACK TO THE GOVERNOR LINKAGE INSIDE THE BOSCH FUEL INJECTION PUMP MAY HAVE INSUFFICIENT TORQUE ON THE RETAINING NUT.,"NUT MAY WORK LOOSE AND SCREW FALL OUT, ALLOWING GOVERNORLINKAGE TO SEPARATE FROM THE RACK, RESULTING IN LOSS OF CONTROL OVER ENGINESPEED WITH POTENTIAL FOR A VEHICLE CRASH.",RETORQUE SCREW FOR FUEL PUMP RACK TO GOVERNOR LINKAGE. -08/15/1989,89V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V141000),Ford Motor Company,FUEL:FUEL TANK:AUXILLARY SELECTOR AND SWITCH,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1100,INCORRECTLY INSTALLED FUEL LINE CONNECTORS HAVE FUEL SUPPLY AND RETURN LINES CROSSED.,"FUEL COULD BE TRANSFERRED FROM ONE TANK TO THE OTHER,POSSIBLY RESULTING IN FUEL OVERFLOW AND SPILLAGE, IN PRESENCE OF AN IGNITIONSOURCE, A FIRE COULD OCCUR.",REPLACE FUEL LINE ASSEMBLY. -08/15/1989,89V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V139000),Ford Motor Company,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,500,HEATER HOSE MAY BE INCORRECTLY ROUTED.,HOSE COULD WEAR THROUGH AND LEAK WHICH COULD RESULT INAN UNDERHOOD FIRE.,"REROUTE AND REPAIR HOSE, AS NECESSARY." -08/15/1989,89V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V140000),"REV Ambulance Group Orlando, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,2700,HEATER HOSE MAY BE INCORRECTLY ROUTED.,HOSE COULD WEAR THROUGH AND LEAK WHICH COULD RESULT INAN UNDERHOOD FIRE.,REROUTE AND REPAIR HOSE AS NECESSARY. -08/15/1989,89E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E025000),SOVEREIGN COLLECTION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,29,REPLACEMENT HEADLAMPS WERE NOT APPROVED FOR HIGHWAY USE IN THE U. S. AND DO NOT COMPLY WITH FMVSS 108.,HEADLAMPS WOULD NOT PROVIDE PROPER ILLUMINATION ANDCOULD CAUSE GLARE TO ONCOMING TRAFFIC.,REPLACE HEADLAMPS WITH ORIGINAL DOT CERTIFIED LAMPS. -08/11/1989,89T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T005000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,876,TIRES MAY BE SUBJECT TO AN AIR LOSS DUE TO A SMALL HOLE IN THE SIDEWALL OF THE TIRE. CONSEQUENCE OF DEFECT: TIRE COULD HAVE A RAPID LOSS OF AIR IN SIDEWALL AREA.,,REPLACE DEFECTIVE TIRES WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: BFHLWPK079 - 119 INCLUSIVE. -08/10/1989,89V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V135000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1305,THROTTLE RETURN SPRINGS MAY NOT BE PROPERLY INSTALLED.,THIS WOULD CAUSE THROTTLE LEVER TO NOT BE UNDERSUFFICIENT TENSION TO COMPLY WITH FMVSS 124.,CORRECTLY LOCATE THROTTLE RETURN SPRINGS. -08/10/1989,89V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V136000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,56,THROTTLE RETURN SPRING MAY BE INCORRECTLY LOCATED.,THIS WOULD CAUSE THROTTLE LEVER TO NOT BE UNDERSUFFICIENT TENSION TO COMPLY WITH FMVSS 124.,CORRECTLY LOCATE THROTTLE RETURN SPRINGS. -08/10/1989,89V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V134000),FREIGHTLINER LLC,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,107,THE SEAT INSERT MATERIAL DOES NOT MEET THE FLAMMABILITY REQUIREMENTS OF FMVSS 302.,TRUCKS FAIL TO COMPLY WITH FMVSS 302.,REMOVE AND REPLACE ALL SUSPECT SEAT UPHOLSTERY. -08/10/1989,89V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V133000),"Porsche Cars North America, Inc.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,1936,THE ALLOY A-ARMS MAY HAVE A MANUFACTURING CASTING DEFECT AND COULD CRACK AND BREAK AFTER MILEAGE ACCUMULATION.,A-ARM BREAKAGE COULD CAUSE LOSS OF CONTROL WHICH COULDRESULT IN AN ACCIDENT.,REPLACE SUSPECT A-ARMS. -08/08/1989,89V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V132000),Motor Coach Industries,SUSPENSION:TWIN:I-BEAM:SOLID:FRONT:RADIUS ARM,SUSPENSION,NR (Not Reported),Vehicle,448,"DUE TO HIGH LOADS ON THE UPPER REAR RADIUS ROD, WHICH IS USED TO LOCATE THE CRIVE AXLE AND LIMIT VEHICLE ROLL DURING TURNING MANUEVERS, THE UPPER REAR RADIUS ROD MAY FAIL.","THIS COULD RESULT IN INADEQUATE LOCATION OF THE AXLEWITH POSSIBLE INTERFERENCE BETWEEN MOVING PARTS, WHICH COULD CAUSE STABILITYPROBLEMS AND A POTENTIAL FOR AN ACCIDENT.",REPLACE SUSPECT RADIUS RODS WITH RODS OF A MORE HEAVY-DUTY DESIGN. -08/07/1989,89V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V129000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41,TRUCKS WILL EXPERIENCE REDUCED BRAKING AT LOW BRAKE APPLICATION PRESSURES WHEN OPERATING IN THE BOBTAIL MODE.,REDUCED BRAKING CREATES THE POTENTIAL FOR AN ACCIDENT.,REPLACE FRONT AXLE RATIO VALVES WITH STANDARD VALVING THAT DOES NOT REDUCE APPLICATION PRESSURE. -08/07/1989,89V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V130000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,237,FURNACE PLYWOOD COVER WAS NOT INSTALLED.,"WITHOUT COVER, ITEMS STORED UNDER THE SOFA COULD COMEINTO CONTACT WITH METAL FURNACE CASING; THIS CREATES A POTENTIAL FOR A FIRE IFSTORED ITEMS ARE COMBUSTIBLE AND FURNACE IS OPERATING.",INSTALL FURNACE COVER. -08/04/1989,89V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V131000),PACCAR Incorporated,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,60,STEPS MAY NOT BE PROPERLY WELDED.,STEP WELDING COULD FAIL AND RESULT IN INJURY TO USER.,REPLACE STEPS. -07/31/1989,89V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V128000),DIAMOND-STAR MOTORS,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5510,WIRING HARNESS FOR THE HEADLAMPS MAY BREAK DUE TO THE STRESS CREATED BY THE HEADLAMP POP UP DEVICES.,BREAKAGE OF THE WIRING HARNESS CAUSES LOSS OFHEADLAMP ILLUMINATION WHICH COULD HAVE A POTENTIAL FOR AN ACCIDENT.,HEADLAMP WIRING HARNESS ROUTING WILL BE MODIFIED AND DAMAGED WIRES REPAIRED. -07/31/1989,89V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V127000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,1178,THE SHIFT LEVER MAY NOT DROP INTO PARK DETENT WHEN PLACED IN THE PARK POSITION.,THE SHIFT LEVER MAY MOVE FROM PARK TO REVERSE ALLOWINGUNEXPECTED VEHICLE MOVEMENT AND A VEHICLE CRASH MAY OCCUR.,ADJUST STEERING COLUMN AND SHIFT LINKAGE TO OBTAIN CLEARANCE BETWEEN THE SHIFT ROD LEVER AND THE DASH PANEL OPENING. -07/30/1989,89V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V112000),PACCAR Incorporated,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,103,FUEL LINE ROUTING COULD ALLOW THE LINE TO CONTACT THE ELECTRICAL CONNECTION ON THE STARTER SOLENOID.,SUCH CONTACT COULD RESULT IN A TRUCK FIRE.,"REROUTE FUEL LINE AND REPLACE LINE, IF NECESSARY." -07/27/1989,89V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V126000),Honda (American Honda Motor Co.),FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6294,FUEL PUMP BREATHER TUBE ROUTING MAY CAUSE AIR/FUEL MIXTURE TO BE IGNITED BY THE ARCING OF THE CONTACTS IN THE ELECTRICAL FUEL PUMP.,A FIRE MAY RESULT AT THE END OF THE BREATHER TUBE ANDMAY SPREAD TO ADJACENT AREAS.,REPLACEMENT AND REROUTING OF THE FUEL PUMP BREATHER TUBE. -07/26/1989,89V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V125000),Turtle Top,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,736,"STATIONARY REAR WINDOWS INSTEAD OF EMERGENCY EXIT TYPE WERE INSTALLED. ALSO, DRIVERS DOOR AS AN EMERGENCY EXIT, WAS NOT PROPERLY IDENTIFIED AND LABELED.",BUSES DO NOT COMPLY WITH FMVSS 217.,INSTALL EMERGENCY EXIT TYPE WINDOW IN REAR OF BUS. INSTALL EMERGENCY EXIT LABELING FOR DRIVERS DOOR. -07/24/1989,89V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V122000),"General Motors, LLC",AIR CONDITIONER:ELECTRONIC CLIMATE CONTROL MODULE,EQUIPMENT,NR (Not Reported),Vehicle,5459,THE ELECTRONIC AIR CONDITIONING CONTROL MAY NOT FUNCTION WHEN STARTING CAR THAT HAS BEEN PARKED FOR A FEW HOURS WITH IGNITION OFF.,WINDSHIELD MAY NOT DEFROST AND CAR WOULD NOT CONFORMWITH FMVSS 103.,REPLACE ELECTRONIC COMFORT CONTROL ASSEMBLY. -07/24/1989,89V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V121000),"General Motors, LLC",BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,THE REAR AXLE RELAY VALVES (ONE PER AXLE) MAY NOT MEET BRAKE RELEASE TIMING REQUIREMENTS OF FMVSS 121.,THE REAR AXLE BRAKES MAY NOT RELEASE IN THE TIMESSPECIFIED BY FMVSS 121.,REPLACE THE NONCOMPLYING RELAY VALVES. -07/24/1989,89V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V118000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,321,CONTROL KNOBS FOR GAS COOKING RANGE BURNERS MAY BE INCORRECTLY LABELED AS TO BURNER LOCATION.,GAS FLOW FROM THE MISLABELED BURNER WOULD IGNITEUNEXPECTEDLY AND COULD CAUSE BODY INJURY AND/OR VEHICLE DAMAGE.,INSTALL LABELS THAT CORRECTLY MATCH BURNER LOCATIONS. -07/24/1989,89E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E023000),PHILIPS LIGHTING COMPANY,LIGHTING:LAMP OR SOCKET:OTHER PART LIGHTING SYSTEM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,28800,THE BASE MARKING ON THE 9005 BULB WAS INCORRECTLY MARKED AS TYPE HB4 INSTEAD OF HB3.,VEHICLES WOULD NOT COMPLY WITH FMVSS 108.,INSTALL CORRECTLY MARKED BULBS. -07/24/1989,89V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V124000),FREIGHTLINER LLC,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,241,THE STEERING GEAR MOUNTING BRACKET WELDS MAY CRACK UNDER CERTAIN STEERING LOAD CONDITIONS.,STEERING CONTROL WOULD BE ADVERSELY AFFECTED WITHPOTENTIAL FOR LOSS OF TRUCK CONTROL AND AN ACCIDENT.,REPLACE STEERING GEAR MOUNTING BRACKET WITH A REDESIGNED BRACKET. -07/24/1989,89V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V119000),"Mack Trucks, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,67,THERE MAY BE SPRING EYE CONTACT WITH THE SPRING BRACKET AND HIGH STRESS LEVELS IN THE BRACKET.,SPRING BRACKET FAILURE AND CONSEQUENT FRONT SPRINGDISLOCATION COULD RESULT IN IMPAIRED STEERING CONTROL IN A TURNING MANEUVER.,CHASSIS WILL BE RETROFITTED WITH CURRENT PRODUCTION FRONT SPRING REAR BRACKETS TO ELIMINATE ANY INTERFERENCE. -07/24/1989,89V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V120000),"PREVOST CAR, INCORPORATED",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,12,"UNDER CERTAIN VEHICLE LOAD OR ROAD CONDITIONS, A SECTION OF THE FRONT SUSPENSION SUPPORT, AT LEVEL OF THE BEARING PIVOT, MAY CRACK OR BREAK.",THIS COULD RESULT IN EVENTUAL LOSS OF VEHICLE CONTROL ANDCOULD CAUSE AN ACCIDENT.,INSTALL REINFORCEMENTS ON THE SUSPENSION SUPPORT OF THE AXLES. -07/24/1989,89V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V123000),"COACHMEN INDUSTRIES, INC.",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Vehicle,486,,"IF FRACTURING OCCURS, CONTACT BETWEEN THE TIRE AND THESIDE OF THE WHEEL LINER COULD RESULT IN LOSS OF CONTROL OF THE TRAILER CAUSED BYUNANTICIPATED MOVEMENT OF THE CAMPING TRAILER.",WELD NEW AXLE MOUNTING PLATES. -07/20/1989,89V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V115000),Harley-Davidson Motor Company,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2509,"CRUISE CONTROL SYSTEM IS SUSCEPTIBLE TO WATER CONTAMINATION AND, IF IT BECOMES WET WHILE IN USE, COULD CREATE A SHORT CIRCUIT.",MOTORCYCLE SPEED WOULD INCREASE AUTOMATICALLY WITHOUTANY ACTION ON THE PART OF THE DRIVER PRESENTING THE POTENTIAL FOR AN ACCIDENT.,REPLACE CRUISE CONTROL MODULE. -07/19/1989,89E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E022000),MIDAS INTERNATIONAL CORP.,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,540,THE HUB MAY SEPARATE FROM THE DISCS OF THE ROTORS.,THIS COULD RESULT IN BRAKE FAILURE AND A VEHICLEACCIDENT.,REPLACE ROTORS. -07/18/1989,89V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V117000),Great Dane Trailers,SUSPENSION:I-BEAM:SOLID:FRONT KING PIN,SUSPENSION,NR (Not Reported),Vehicle,31446,THE KING PIN THAT IS USED TO JOIN A TRAILER TO THE TRACTOR AT THE COUPLINGS MAY FRACTURE.,"THIS COULD RESULT IN TRAILER SEPARATION FROM THETRACTOR, WITH POTENTIAL TO INJURE PEOPLE IN ITS PATH AND TO CRASH INTO OTHERVEHICLES.",REPLACE TRAILER MAIN BEAM (INCLUDING THE KING PIN). -07/17/1989,89E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E021000),PARKER HANNIFIN CORP.,FUEL:FUEL INJECTION:UNKNOWN TYPE:REGULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,3000,"DUE TO CRACKING OF A RUBBER DIAPHRAGM IN THE FUEL PRESSURE REGULATOR, LEAKAGE MAY OCCUR.",FUEL LEAKAGE CREATES A POTENTIAL FIRE HAZARD.,"REPLACE MODEL 4300VP REGULATOR WITH ONE 4303VP FILTER, ONE 4306VP FILTER, AND ONE 4309VP FILTER ELEMENTS. 4300VP BRAND NAMES: POWERCRAFT, PARKER AND DIAL A PRESSURE." -07/17/1989,89V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V116000),Blue Bird Body Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,302,LOOSE RETAINING NUT ON STEERING WHEEL COULD CAUSE THE STEERING WHEEL TO FEEL LOOSE.,THIS COULD ADVERSELY AFFECT STEERING CONTROL WITHPOTENTIAL FOR AN ACCIDENT.,TORQUE RETAINING NUT TO SPECIFICATION AND APPLY LOCKTITE. -07/14/1989,89V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V114000),Ford Motor Company,FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,SHIELDS ON THE FRONTS OF THE MIDSHIP MOUNTED FUEL TANKS WERE OMITTED DURING ASSEMBLY.,"TRUCKS WOULD NOT COMPLY WITH 30 MPH IMPACT TEST OFFMVSS NO. 301, FUEL SYSTEM INTEGRITY.",INSTALL FUEL TANK SHIELDS. -07/13/1989,89V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V113000),CROWN COACH CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,206,PREMATURE WEAR IN THE IDLER ARM PIVOT BEARING AND OR BALL JOINT ATTACHMENTS COULD OCCUR.,"THIS WEAR CAN RESULT IN LOOSENESS IN THE STEERING ANDERRATIC STEERING REPONSE, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE IDLER ARM DESIGN WITH A ONE PIECE DRAG LINK. -07/12/1989,89E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E020000),VERSCH LOCK MFG. CO. INC.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,1000,THE LOCK CYLINDER OVERRIDE MECHANISM MAY FAIL AND PREVENT A PERSON ON THE INSIDE FROM USING THE TURN KNOB TO EXIT THE VEHICLE.,THIS COULD RESULT IN A PERSON BEING TRAPPED INSIDETHE VEHICLE.,REPLACE OUTSIDE LOCK CYLINDER ASSEMBLY TO ASSURE THAT DOOR CAN BE OPENED FROM INSIDE. -07/06/1989,89V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V108000),"General Motors, LLC",ENGINE:TURBO-CHARGER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,247,MISROUTING OF TURBOCHARGER OIL FEED PIPE COULD ALLOW PIPE TO CONTACT THE POSITIVE BATTERY CABLE CONNECTING STUD ON THE STARTER MOTOR.,THIS COULD CAUSE AN ELECTRICAL GROUND THAT COULD RESULTIN AN ENGINE COMPARTMENT FIRE.,REROUTE OIL FEED PIPE; ALSO INSTALL A NEWLY DESIGNED CLAMP AND BRACKET TO LOCATE PIPE AWAY FROM THE STARTER. -07/06/1989,89V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V107000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,179,TIRE SIZE DATA ON CERTIFICATION LABEL IS INCORRECT.,INCORRECT TIRE INFORMATION FAILS TO CONFORM TOFMVSS 120.,AFFIX NEW CERTIFICATION LABEL WITH CORRECT INFORMATION. -07/05/1989,89V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V111000),"Ferrari North America, Inc.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,1331,"FRONT LOWER SUSPENSION ARM FORKS COULD DEFORM AFTER SUBSTANTIAL IMPACTS, SUCH AS IN AN ACCIDENT.","THIS COULD RESULT IN EVENTUAL COLLAPSE OF THE SUSPENSIONARM WITH IMPAIRED HANDLING, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE FOUR FRONT LOWER SUSPENSION ARM FORKS WITH FORKS OF A GREATER THICKNESS. -07/05/1989,89V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V109000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,25000,"FRONT WHEEL BEARING ADJUSTING NUT RETAINING KEYS MAY BE MISSING FROM FRONT AXLE ASSEMBLIES, ALLOWING THE NUT TO LOOSEN.","THIS COULD RESULT IN DETACHMENT OF THE WHEEL AND HUBASSEMBLY FROM THE AXLE, LOSS OF VEHICLE CONTROL, AND AN ACCIDENT.",INSTALL RETAINING KEYS IN FRONT WHEEL HUB ASSEMBLIES WHERE MISSING. -07/03/1989,89C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C019000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,533870,"THE LOOP ON THE END OF THE SHOULDER STRAP IS ONLY GLUED TOGETHER, RATHER THAN GLUED AND SEWN.","IN THE EVENT THE CAR STOPS SUDDENLY OR IS IN ANACCIDENT, THE GLUED SHOULDER STRAP MAY FAIL AND CHILD WOULD NOT BE RESTRAINED.THIS COULD RESULT IN MORE SERIOUS INJURIES.",SHOULDER STRAP LOOPS ARE TO BE SEWN TOGETHER AND NOT JUST GLUED. -07/03/1989,89V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V110000),"SAAB CARS USA, INC.",POWER TRAIN:AXLE ASSEMBLY:SEAL:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,100,"DUE TO IMPROPER SEATING, THERE COULD BE A CLEARANCE BETWEEN THE WEAR WASHER AND AXLE LUG, OR BETWEEN THE WEAR WASHER AND THE INNER RACE OF THE BEARING.","WHEN TRUCK IS LOADED, CONTACT BETWEEN HUB NUT AND HUBEND CAP COULD CAUSE NUT TO BECOME BACKED OFF AND RESULT IN THE WHEEL BECOMINGLOOSE CAUSING FAILURE OF THE BEARING AND/OR AXLE WHICH COULD RESULT IN ANACCIDENT.",ADJUST BEARING CLEARANCE TO PREVENT HUB NUTS FROM BACKING OFF AND WHEEL BECOMING LOOSE. -06/28/1989,89V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V106000),"Porsche Cars North America, Inc.",EXHAUST SYSTEM:CATALYTIC CONVERTER SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6905,INADEQUATE HEAT SHIELD ABOVE CATALYTIC CONVERTER COULD OVERHEAT.,"MATERIALS NEAR CATALYTIC CONVERTER, INCLUDING LINES FORAUTOMATIC TRANSMISSION FLUID, COULD IGNITE AND CAUSE AN UNDERBODY FIRE.","REPLACE HEAT SHIELD FOR CATALYTIC CONVERTER WITH A LARGER, IMPROVED HEAT SHIELD." -06/27/1989,89V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V105000),"PREVOST CAR, INCORPORATED",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,14,"UNDER CERTAIN CIRCUMSTANCES, THE TV MONITORS MAY FALL FROM THEIR RECEPTACLES.",PASSENGERS SEATED IN CLOSE AREA OF THE TV MONITORRECEPTACLES COULD BE INJURED.,SECURE RETAINING SCREWS AND THE DOOR LOCK MECHANISM. -06/27/1989,89V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V104000),"SAAB CARS USA, INC.",HEATER:EXHAUST MANIFOLD:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,6000,"UNDER CERTAIN CONDITIONS, A REVERSE CURRENT MIGHT FLOW THROUGH A WIRE CABLE BETWEEN THE AIR RECIRCULATION SWITCH AND A MICROSWITCH.","HEATER FAN RESISTOR WOULD OVERHEAT AND SMOKE IN THEPASSENGER COMPARTMENT HEATING SYSTEM, CAUSING DISCOMFORT AND BREATHING HAZARDSTO THE DRIVER AND PASSENGERS.",DISCONNECT ELECTRICAL WIRE CABLE AND SECURE BY TAPE AROUND CABLE HARNESS. -06/27/1989,89T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T004000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,876,TIRES MAY DEVELOP A FLEX BREAK IN THE LOWER SIDEWALL PRIOR TO COMPLETING THE REQUIRED FMVSS 109 ENDURANCE COMPLIANCE TESTING.,TIRES FAILED TO MEET REQUIREMENT OF FMVSS 109 FORENDURANCE TESTING.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -06/23/1989,89V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V103000),"Subaru of America, Inc.",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,57000,THE COMPOSITION OF CERTAIN NON-GENUINE REPLACEMENT PREHEAT TUBES CAN CAUSE COMBUSTION.,THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,INSTALL A MODIFIED DESIGN PREHEAT TUBE. -06/23/1989,89T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T003000),"GANS TIRE COMPANY, INC.",TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,268,"FAILS TO MEET REQUIREMENT OF FMVSS 119, DOT SYMBOL NOT SHOWN.","TIRES WERE NOT CERTIFIED BY ORIGINAL MANUFACTURERS. NODOT SYMBOL, AS REQUIRED BY FMVSS 119.",TIRES TO BE RETURNED FREIGHT COLLECT. MANUFACTURER WILL REIMBURSE FOR EXPENSES AND PURCHASE PRICE. -06/20/1989,89E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E018000),Norcold Inc.,EQUIPMENT:OTHER PIECES:REFRIGERATORS,EQUIPMENT,NR (Not Reported),Equipment,208168,SHORT CIRCUITS MAY OCCUR IN THE EYEBROW PANEL WHICH IS LOCATED IN THE FRONT OF THE REFRIGERATOR.,"IF SHORT CIRCUITS OCCUR AND DEVELOP INTO A FIRE,OCCUPANTS OF THE RV OR TRAILER WOULD BE AT SERIOUS RISK. THE SHORT CIRCUITSHAVE ONLY OCCURRED WHILE THE VEHICLE IS PARKED AND HOOKED UP TO ALTERNATINGCURRENT (AC).","REPLACE THE ENTIRE PANEL, LIGHTS AND WIRING WITH AN ASSEMBLED UNIT CONTINUING THE ELECTRICAL MALE CONNECTOR COMPLETELY CONTAINED IN A FIRE RETARDANT PLASTIC SLEEVE." -06/19/1989,89V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V101000),Ford Motor Company,BRAKES:LOW AIR PRESSURE WARNING DEVICES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9198,SWITCHES MAY NOT ACTUATE THE SERVICE RESERVOIR LOW PRESSURE WARNING BUZZERS AND LIGHTS AT PRESSURES BELOW 60 POUNDS PER SQUARE INCH. CONSEQUENCE OF DEFECT: DRIVER WOULD NOT BE WARNED OF AIR BRAKE SYSTEM LOW PRESSURE AND LOSS OF BRAKE COULD BE EXPERIENCED WITHOUT WARNING.,,REPLACE LOW PRESSURE SWITCHES. -06/19/1989,89V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V099000),"Yamaha Motor Corporation, USA",BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3506,"IF FRONT WHEEL HITS A BUMP DURING HARD BRAKING, VIBRATION CAN OVERLOAD THE COMPRESSION BAR OF THE FRONT BRAKE ASSEMBLY.","A STRONG VIBRATION COULD CAUSE BREAKAGE OF THE FRONTWHEEL BRAKE COMPONENTS, LOSS OF FRONT BRAKE STOPPING ABILITY, WHICH COULD RESULT IN AN ACCIDENT.",INSTALL NEW COMPRESSION BAR KIT. -06/19/1989,89C017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C017000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,8739,THE SINGLE STRAP SLIDE THAT IS POSITIONED ON THE RIGHT AND LEFT SIDE OF THE UPPER HARNESS MAY SLIP.,SHOULD THE SLIPPAGE OCCUR THE SYSTEM WOULD FAIL TORESTRAIN THE CHILD.,HARNESS WILL BE REPLACED WITH A DOUBLE SLIDE LOCKING SYSTEM. -06/19/1989,89V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V100000),Hyundai Motor America,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8550,"IF CRUISE CONTROL MAIN SWITCH IS IN THE ON POSITION WHEN ENGINE IS STARTED, SYSTEM CAN BE AFFECTED BY A SHORT DURATION VOLTAGE DROP CAUSED BY OPTIONAL HI-POWER (H340) RADIO.","THIS COULD CAUSE ERRATIC CRUISE CONTROL OPERATION, WHICHCOULD RESULT IN AN ACCIDENT.",REPLACE ELECTRONIC CONTROL MODULE. -06/16/1989,89V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V102000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1755897,"A SMALL NYLON BUSHING IN THE CRUISE CONTROL SERVO BAIL MAY SLIP OUT OF PLACE, CAUSING INTERMITTENT AND UNEXPECTED INCREASES IN ENGINE SPEED OR DIESELING (ENGINE RUN ON WITH IGNITION OFF).",SERVO ROD ASSEMBLY COULD CATCH ON ENGINE COMPONENTS ANDRESULT IN A STUCK THROTTLE WITH POTENTIAL FOR A VEHICLE CRASH.,INSTALL A NEW BUSHING IN CRUISE CONTROL SERVO BAIL. -06/15/1989,89V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V098000),"VAN AMERICAN COBRA, INC.",FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Vehicle,141,A SECONDARY HEAT SHIELD COLLAR MAY HAVE BEEN OMITTED FROM THE FURNACE EXHAUST TUBE.,SURROUNDING MATERIALS MAY BECOME OVERHEATED AND COULDRESULT IN A VEHICLE FIRE.,INSTALL A HEAT SHIELD. -06/13/1989,89V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V097000),Honda (American Honda Motor Co.),FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,76973,THE ACCELERATOR PEDAL STOPPER MAY BE BENT WHEN EXCESSIVE DOWNWARD FORCE IS APPLIED AFTER PEDAL HAS CONTACTED THE STOPPER.,"THIS COULD RESULT IN LOSS OF ACCELERATOR CONTROL SHOULDPEDAL BE CAUGHT AND HELD DOWN BY BENT STOPPER, WHICH COULD CAUSE AN ACCIDENT.",INSTALL A SUPPORT TO PREVENT STOPPER FROM BENDING. -06/12/1989,89V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V095000),Ford Motor Company,ENGINE:GASKETS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,481049,EXTERNAL CRACKS ABOVE THE NUMBER 3 CYLINDER (1984 MODELS) OR ROCKER ARM COVER GASKETS SPLITTING (1985 MODELS) COULD ALLOW OIL TO LEAK ONTO THE EXHAUST MANIFOLD.,ENGINE OIL LEAKING ONTO A HOT EXHAUST MANIFOLD COULDRESULT IN AN ENGINE COMPARTMENT FIRE.,REPLACE CRACKED CYLINDER HEADS (1984 MODELS); REPLACE ROCKER ARM COVER GASKETS (1985 MODELS). -06/09/1989,89V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V094000),Volvo Trucks North America,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,89,THE LABEL ON THE HAND THROTTLE WAS OMITTED.,TRUCKS WOULD NOT COMPLY WITH FMVSS 101.,LABEL AND INSTALLATION INSTRUCTIONS WILL BE SENT TO OWNERS. -06/08/1989,89V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V092000),"PEUGEOT, INC.",EQUIPMENT:OWNERS MANUAL INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,4664,INFORMATION REGARDING CHILD RESTRAINTS WAS OMITTED FROM THE OWNERS MANUAL.,THIS OMISSION RESULTS IN NONCOMPLIANCE WITH FMVSS 210.,SEND MISSING PAGE TO OWNERS TO BE PLACED IN THEIR VEHICLE OWNERS MANUAL. -06/08/1989,89V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V093000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,25252,THE REAR INBOARD SEAT ANCHORAGE BRACKET FOR THE FRONT SEATS MAY NOT WITHSTAND THE FORCE REQUIRED BY FMVSS 207.,BRACKET FAILURE COULD RESULT IN SEAT BECOMING LOOSE;VEHICLES WOULD NOT COMPLY WITH FMVSS 207.,INSTALL A REINFORCING PLATE TO REAR INBOARD SEAT ANCHORAGE BRACKET FOR EACH FRONT SEAT. -06/05/1989,89V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V091000),"Chrysler (FCA US, LLC)",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,120000,STEERING WHEEL HORN PADS DO NOT CONTAIN THE HORN SYMBOL DISPLAY AS REQUIRED BY FMVSS 101.,"VEHICLES DO NOT COMPLY WITH FMVSS 101, CONTROLS ANDDISPLAYS.",SEND NOTIFICATION POSTCARD TO OWNERS TO ASSIST ANY FUTURE OWNERS WHO MIGHT BE UNSURE OF HORN LOCATION. -06/05/1989,89V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V090000),FREIGHTLINER LLC,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,3219,CORROSION OF THE GRABHANDLE AT ITS MOUNTING SURFACE MAY LEAD TO CRACKING OR LOSS OF STRENGTH.,FAILURE OF GRABHANDLE DURING USE COULD RESULT INPERSONAL INJURY.,"REPLACE GRABHANDLE AND ITS FASTENER WITH IMPROVED GRABHANDLE; ALSO, INSTALL GASKET BETWEEN THE HANDLE AND AIR STARTER RESERVOIR." -06/01/1989,89E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E015000),EAGLE TRAILERS INC,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,61,THE TURNTABLE PEDESTAL MAY DEVELOP FATIGUE CRACKS IN THE FRONT SUSPENSION SYSTEM.,FATIGUE CRACKING COULD LEAD TO FAILURE AND SEPARATIONOF THE FRONT AXLE AND SUSPENSION FROM THE FULL TRAILER. A VEHICLE CRASH COULDOCCUR WITHOUT PRIOR WARNING.,REPLACEMENT OF THE 5TH WHEEL PEDESTAL WILL BE MADE AT NO COST TO THE CUSTOMER. -06/01/1989,89E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E016000),TODCO,STRUCTURE:TONGUE DOLLY,TRAILER HITCHES,NR (Not Reported),Equipment,6919,THE TORQUE OF CONVERTER DOLLY IS HELD UP BY A SUPPORT LEG WHICH UNLATCHES AND FOLDS UP BETWEEN THE FRONT OF THE A-FRAME WHEN UNIT IS IN OVER THE ROAD USE. THIS LEG MAY FAIL TO SUPPORT THE UNIT WHEN IN THE PROCESS OF COUPLING OR UNCOUPLING JIFFLOX FROM THE TRACTOR/TRAILER.,FAILURE OF THE LEG ALLOWS THE TORQUE TO DROP ANDPOSSIBLY CAUSE INJURY TO THE PERSON WORKING WITH THE EQUIPMENT.,NEW MODIFIED DROP LEG ASSEMBLY WILL BE FURNISHED TO EACH CUSTOMER. -05/30/1989,89V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V089000),Toyota Motor Corporation,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,110217,THE STEERING BEVEL GEAR ASSEMBLY MAY HAVE WATER CONTAMINATION WHICH COULD LEAD TO RUST/CORROSION.,"THIS COULD CAUSE ERRATIC STEERING, WHICH COULD RESULT INAN ACCIDENT.",REPLACE STEERING BEVEL GEAR ASSEMBLY; COVER LIQUID GASKET MATERIAL WITH IMPROVED MATERIAL. -05/26/1989,89V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V088000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,100,IMPROPER MOUNTING OF AN ELECTRICAL JUNCTION BOX COULD ALLOW MOUNTING SCREWS TO PROTRUDE THROUGH WALL AND INTO THE L P GAS TUBING ON THE BACK OF AN ADJACENT RANGE/OVER APPLIANCE.,"THIS COULD RESULT IN L P GAS ESCAPING DURING COOKING;IN THE PRESENCE OF AN IGNITION SOURCE, THERE COULD BE A FIRE OR AN EXPLOSION.",REMOUNT ELECTRICAL JUNCTION BOX TO PREVENT SCREWS FROM PROTRUDING THROUGH COMPARTMENT WALL. -05/22/1989,89E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E014000),"BETTS INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1794,CLAMPING RING MAY BE UNDERSIZED AND THE CLAMP NUT MAY NOT FULLY ENGAGE THE THREADS OF THE CLAMP BOLT.,"IF THE NUT DOES NOT FULLY ENGAGE THE BOLT THREADS, THETHREAD COULD BE STRIPPED WITH THE RESULT THAT THE MANHOLE COVER WOULD NOT BESECURELY ATTACHED TO THE COLLAR, FALL OFF, AND BECOME A ROAD HAZARD.",INSPECT ALL CLAMPING RINGS AND IF DEFECTIVE REPLACE. ALL RINGS NOT INSTALLED WILL BE RETRIEVED BY THE MANUFACTURER. -05/22/1989,89V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V085000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,66300,SOME LAP SHOULDER BELT RETRACTORS WERE BUILT WITH CERTAIN OUT OF TOLERANCE COMPONENTS.,"RETRACTORS MAY LOCK AT LOW BELT PULL OUT RATES, THISCOULD DISCOURAGE SEAT BELT USAGE.","REPLACE FRONT LAP SHOULDER BELT ASSEMBLIES, AS NECESSARY." -05/22/1989,89V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V087000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,642,"THE FRONT SEAT FRAME ASSEMBLY MAY CONTAIN AN IMPROPER, MISSING AND/OR MISLOCATED WELD THAT COULD FRACTURE.",THIS COULD CAUSE UNEXPECTED SEAT MOVEMENT AND RESULT INPERSONAL INJURY AND/OR LOSS OF CONTROL OF THE CAR.,REPLACE BOTH FRONT SEAT ASSEMBLIES. -05/22/1989,89V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V086000),"Mack Trucks, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,16000,STEERING WHEEL RETAINING NUTS MAY HAVE BEEN IMPROPERLY INSTALLED AND/OR TORQUED.,,RENEW AND RETORQUE STEERING WHEEL RETAINING NUTS. -05/19/1989,89V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V081000),Ford Motor Company,BRAKES:CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,113200,"DUE TO CONTACT BETWEEN THE BRAKE CALIPER OF THE INBOARD FRONT WHEEL AND THE FRONT STABILIZER BAR, THERE MAY BE INCREASED BRAKE PEDAL TRAVEL FOLLOWING LOW SPEED TURNING MANEUVERS.",THIS COULD CAUSE A REDUCTION IN BRAKE PERFORMANCETHAT COULD RESULT IN AN ACCIDENT.,INSTALL ACORN TYPE FRONT SUSPENSION STRUT NUTS TO ELIMINATE STABILIZER BAR TO BRAKE CALIPER CONTACT. -05/19/1989,89V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V084000),BUS INDUSTRIES OF AMERICA,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1311,EMERGENCY EXIT LABEL IS MISSING ON ENTRANCE DOOR AND/OR EXIT DOOR FOR USE AS EMERGENCY EXIT. PUSH OUT WINDOW INSTRUCTION LABEL DOES NOT START WITH THE WORDS EMERGENCY EXIT.,BUSES ARE NOT IN COMPLIANCE WITH FMVSS 217.,INSTALL MISSING LABELS AND REPLACE INCORRECT LABELS. -05/19/1989,89V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V083000),FREIGHTLINER LLC,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,9832,THERE MAY BE EXCESSIVE TORQUING OF THE LOWER STEERING COLUMN PINCH BOLTS.,"BOLTS COULD FRACTURE, ADVERSELY AFFECTING STEERINGCONTROL WHICH COULD RESULT IN AN ACCIDENT.",REPLACE SUSPECT PINCH BOLTS. -05/19/1989,89V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V082000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,80,"CERTAIN STEERING GEAR PITMAN ARM PINCH BOLTS MAY BE DEFECTIVE; ALSO, TORQUING MAY HAVE BEEN ABOVE SPECIFICATION.",BOLTS COULD FAIL RESULTING IN LOSS OF STEERING CONTROLWITH POTENTIAL FOR AN ACCIDENT.,REPLACE PITMAN ARM PINCH BOLTS. -05/19/1989,89V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V080000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Vehicle,10600,IMPROPERLY HEAT TREATED REAR SUSPENSION KNUCKLES COULD EXPERIENCE HIGH MILEAGE FATIGUE CRACKS AND EVENTUAL FRACTURE.,"THIS COULD RESULT IN REAR SUSPENSION FAILURE AT THEAFFECTED WHEEL WITH AN ADVERSE AFFECT ON CONTROL OF THE CAR, WHICH COULDCAUSE AN ACCIDENT.",REPLACE KNUCKLES THAT HAVE THE AFFECTED LOT CODES. -05/17/1989,89E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E013000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Equipment,1375,INCORRECTLY WELDED SUSPENSION BRACKETS TO THE AXLE HOUSING MAY CAUSE PREMATURE FAILURE OF THE HOLDING BRACKET WELD.,A FAILURE OF THE AXLE/BRACKET WELD MAY PERMIT THE AXLETO MOVE FROM ITS INTENDED POSITION ON THE VEHICLE AFFECTING VEHICLE CONTROL.THIS COULD RESULT IN AN ACCIDENT.,"INSPECT AND REPAIR OR REPLACE AXLES WHICH CONTAIN THE DEFECT. ALSO, AS A PRECAUTION FOR SAFE OPERATION, A TEMPORARY CONTAINMENT DEVICE WHICH WILL MAINTAIN SAFE VEHICLE CONTROL IN THE EVENT THAT AN AXLE BRACKET WELD FAILS." -05/15/1989,89V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V078000),"General Motors, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,5863,"THERE MAY BE BELOW SPECIFIED TORQUE ON THE TRAILER HITCH ATTACHING FASTENERS, ALLOWING THE TRAILER HITCH TO MOVE UNDER TOWING LOADS.","FASTENERS COULD FAIL; IF THIS OCCURS WHILE TRAILERIS BEING PULLED, HITCH AND TRAILER COULD SEPARATE AND A VEHICLE CRASH COULDOCCUR WITHOUT PRIOR WARNING.",CORRECT TORQUE IN TRAILER HITCH FASTENERS TO PREVENT TRAILER SEPARATION. -05/15/1989,89V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V079000),"Mack Trucks, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,100,"TORQUE ROD BOLTS ARE GRADE 2 INSTEAD OF GRADE 5, WHICH IS NOT TO SPECIFICATION, AND COULD FAIL.",BOLT FAILURE COULD ALLOW THE REAR AXLE TO SHIFT; THISCOULD ADVERSELY AFFECT TRUCK CONTROL AND COULD RESULT IN A CRASH.,REPLACE TORQUE ROD BOLTS WITH BOLTS OF THE PROPER SPECIFICATION. -05/12/1989,89V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V077000),"EXECUTIVE IND., INC.",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23,"UNEQUAL BRAKING MAY OCCUR ON THE FRONT, DRIVE AND TAG AXLES.",THIS WOULD AFFECT BRAKING EFFECTIVENESS WITH UNNECESSARYSKIDDING DURING HARD BRAKING WITH POTENTIAL FOR AN ACCIDENT AND PERSONAL INJURY.,REPAIR IN A MANNER THAT WILL BALANCE BRAKING AND PREVENT UNNECESSARY SKIDDING. -05/12/1989,89E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E012000),TURNER AND SEYMOUR MFG CO,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,22387,HAIRLINE CRACK ON THE INSIDE RADIUS OF THE EYE END OF THE S HOOK ON THE TRAILER CHAIN.,"SHOULD THE S HOOK FAIL, THE SAFETY CHAIN WOULD NOT BECAPABLE OF RETAINING THE TRAILER SHOULD IT UNCOUPLE FROM THE TOWING VEHICLE.",THE MANUFACTURER WILL REPLACE CRACKED HOOKS ON ASSEMBLIES AS REQUIRED. -05/09/1989,89V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V075000),"WORLD TRANS, INC.",HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,300,HEATER HOSE MAY BE INCORRECTLY ROUTED.,HOSE COULD WEAR THROUGH AND LEAK WHICH COULD RESULT INAN UNDERHOOD FIRE.,REROUTE AND SPLICE HOSE AS NECESSARY. -05/09/1989,89V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V076000),ROADRAILER,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,775,THE ATTACHMENT MEANS FOR THE DIAGONAL BRACING OF THE LANDING GEAR SUPPORT STRUCTURE ARE INADEQUATE.,"THERE WOULD BE A PROGRESSIVE REDUCTION IN THE RIDIGITYOF THE LANDING GEAR OVER TIME, WHICH COULD LEAD TO COLLAPSE OF THE GEAR ANDSERIOUS INJURY TO INDIVIDUALS WORKING ABOUT OR IN THE TRAILER.",REINFORCE ATTACHMENT POINTS OF THE DIAGONAL BRACING. -05/08/1989,89V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V072000),"CARPENTER BDY WRKS, INC.",AIR CONDITIONER:OTHER PART,EQUIPMENT,NR (Not Reported),Vehicle,80,MOUNTING FOR AIR CONDITIONER AUXILLIARY FUEL TANK MAY BE FAULTY.,FUEL TANK COULD SEPARATE FROM THE BUS WITH POTENTIAL FORA FIRE.,MODIFY AIR CONDITIONER FUEL TANKS AND BRACKET TO PREVENT SEPARATION. -05/08/1989,89V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V070000),CROWN COACH CORPORATION,ELECTRICAL SYSTEM:IGNITION:SWITCH:NEUTRAL START,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,700,THE NEUTRAL BY PASS SWITCH WHICH ALLOWS THE NEUTRAL START SAFETY SWITCH TO BE OVERRIDDEN VIOLATES THE FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102.,"SHOULD THE NEUTRAL START SWITCH BE OVERRIDDEN AND THEBUS ENGINE STARTED WHILE IN GEAR, IT IS POSSIBLE FOR THE BUS TO MOVEUNEXPECTEDLY. THIS COULD RESULT IN A VEHICLE ACCIDENT.","ON VEHICLES WITH AUTOMATIC TRANSMISSION, THE SWITCH IS TO BE DISCONNECTED." -05/08/1989,89V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V074000),Utilimaster Corporation,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,564,FUEL PUMP SHUTOFF SWITCH MAY BE INCORRECTLY MOUNTED AS TO ITS VERTICAL POSITION.,VANS WOULD NOT BE IN CONFORMANCE WITH FMVSS 301.,REMOUNT FUEL PUMP SHUT OFF SWITCH IN THE PROPER VERTICAL POSITION. -05/08/1989,89V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V071000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,21558,A CRACK MAY DEVELOP ADJACENT TO THE FUEL TANK SEAM WELD ATTACHING THE TANK END CAP.,THIS COULD RESULT IN A LEAK OR DRIPPING FROM THE FUELTANK WITH POTENTIAL FIRE HAZZARD.,"INSTALL LIMITER CUSHIONS ON THE TANK SUPPORT BRACKETS OR REPLACE TANK, IF NECESSARY." -05/08/1989,89V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V073000),"Rolls-Royce Motor Cars, Ltd.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,187,THERE MAY BE INSUFFICIENT CLEARANCE BETWEEN A CLAMP ON A VACUUM HOSE AND THE THROTTLE LINKAGE.,"ON RAPID APPLICATION OF FULL THROTTLE, LINKAGE COULD BINDAGAINST A CLAMP AND RESULT IN LOSS OF ACCELERATOR CONTROL, WHICH COULD CAUSE ANACCIDENT.",REROUTE VACUUM HOSE AND SHORTEN VACUUM PIPE. -05/04/1989,89C011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C011000),"Volvo Car USA, LLC",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,800,PRE DYNAMIC TEST BUCKLE RELEASE FORCE IS LOWER THAN REQUIRED BY FMVSS 213 CHILD RESTRAINT SYSTEM.,"FAILURE TO MEET REQUIREMENT OF FMVSS 213, MAY NOT RETAINCHILD IN SEAT IN THE EVENT OF A VEHICLE CRASH.",OWNERS WILL BE INSTRUCTED TO RETURN SEATS TO THEIR DEALERS FOR A NEW SEAT OR A FULL REFUND. -05/02/1989,89V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V069000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5439,THE POSITIVE BATTERY CABLE COULD DEVELOP A SHORT CIRCUIT DUE TO EXCESSIVE WEAR AND CHAFING IF ROUTED IN A CERTAIN POSITION.,"IF THIS CONDITION EXISTS, THE CABLE MIGHT OVERHEAT,POSSIBLY TO A DEGREE WHICH MIGHT CAUSE A VEHICLE FIRE.",THE POSITIVE BATTERY CABLE WILL BE REPLACED ON ALL SUBJECT VEHICLES. -05/01/1989,89V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V068000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9,"REAR AXLE BRAKE TUBE FLARE WAS INCORRECTLY MANUFACTURED, A SINGLE FLARE TYPE INSTEAD OF A DOUBLE FLARE TYPE WAS USED.","THE SINGLE FLARE MAY FAIL AFTER EXTENDED USE; THISFAILURE WOULD CAUSE THE REAR AXLE BRAKES TO BECOME INOPERATIVE, INCREASING STOPPING DISTANCE WHICH COULD CAUSE AN ACCIDENT.",THE DOUBLE FLARE TUBE WILL BE INSTALLED TO REPLACE THE SINGLE FLARE TUBE. -05/01/1989,89V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V067000),"Volkswagen Group of America, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,300,WHEN USING THE CRUISE CONTROL THE ACCELERATOR CABLE TENSION MAY ALLOW THE CABLE TO SAG AND BECOME ENTANGLED WITH THE WATER PIPE BRACKET IMPEDING ITS RETURN TO IDLE POSITION.,FAILURE TO RETURN TO IDLE POSITION COULD LEAD TO ANACCIDENT.,THE PRESENT ACCELERATOR CABLE BRACKET WILL BE REPLACED. -05/01/1989,89V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V066000),Volvo Trucks North America,LIGHTING:SWITCH:MULTI-FUNCTION SWITCH:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,102,TURN SIGNAL SWITCH IN LEFT TURN MODE MAY NOT ALWAYS MAKE PROPER ELECTRICAL CONTACT.,"THIS PROVIDES NO SIGNAL TO TRAFFIC, AND MAY CAUSE ANACCIDENT.",INSPECT AND REPLACE SUSPECT TURN SIGNAL SWITCHES. -05/01/1989,89E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E010000),"Webb Wheel Products, Inc.",WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,48861,IMPROPER GRADE OF STEEL WAS USED AND WHEN HEAT TREATED STUDS FAILED TO MEET STRENGTH AND HARDNESS REQUIREMENTS.,THE SOFT STUD MAY FAIL TO RETAIN THE HUB AND WHEELASSEMBLY AND AN ACCIDENT MAY RESULT.,THE STUDS WILL BE REPLACED WITH PROPERLY STRENGTHEN STUDS. -04/25/1989,89V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V065000),"Winnebago Industries, Inc.",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,628,INCORRECT FLOOR REINFORCEMENT WASHERS WERE USED TO INSTALL THE REAR SOFA SEAT BELT BAR.,WASHERS MAY NOT TOLERATE STRESS LOADS AS SET FORTH INSAE TEST PROCEDURES.,REPLACE INCORRECT REINFORCEMENT WASHERS. -04/25/1989,89E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E009000),"Webb Wheel Products, Inc.",WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,1001,INSTALLED CAPSCREW HEAD COULD SEPARATE FROM THE BODY DUE TO HYDROGEN EMBRITTLEMENT DURING THE PLATING PROCESS.,BRAKE COULD BECOME LOOSE ON THE WHEEL CAUSING FAILUREOF THE BRAKES WHICH COULD RESULT IN AN ACCIDENT.,REPLACE BRAKE DRUM CAPSCREW AND PROPERLY TORQUE. -04/19/1989,89C008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C008000),"Evenflo Company, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,1397898,RESTRAINT SYSTEM FAILED TO MEET THE 70 DEGREE MAXIMUM BACK SUPPORT ANGLE REQUIREMENT OF FMVSS 213 DYNAMIC TESTS IN THE MOST RECLINED POSITION WHEN USED WITH A LAP BELT ONLY.,FAILURE TO MEET TEST REQUIREMENT MAY RESULT IN INJURYIN A CRASH.,A CHANGE OF NEW INSTALLATION INSTRUCTIONS ISSUED. THE CHILD SEATS ARE NOT TO BE USED IN THE MOST RECLINED POSITION WITH LAP BELTS ONLY. WARNING LABEL WILL BE MAILED UPON REQUEST. -04/17/1989,89V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V062000),SENTINEL VEHICLES LIMITED,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,228,"NYLON TIES THAT SUPPORT THE MAIN WIRING HARNESS TO THE CHASSIS COULD WEAR AND BREAK DUE TO EXCESSIVE VIBRATION. THUS, WIRING HARNESS COULD FALL ON ENGINE COMPONENTS AND SHORT CIRCUIT.",THIS COULD CAUSE LOSS OF ELECTRICAL SYSTEM WHICH COULDRESULT IN AN UNDERHOOD FIRE.,"INSTALL RETROFIT RIT OF PLASTIC-COATED METAL CLAMPS, LOOM FOR POSITIVE BATTERY CABLES AND RE-ROUTE WIRING." -04/14/1989,89V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V063000),TRANSPORTATION MFG. CORP.,LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1524,"UNDER CERTAIN CONDITIONS WHEN APPLYING TURN SIGNAL SWITCH AND TURNING STEERING WHEEL, A TURN SIGNAL COMPONENT COULD DRAG ACROSS THE FACE OF THE TURN SIGNAL DETENT PLATE.","THIS COULD RESTRICT FREE MOVEMENT OF THE STEERING WHEEL,WHICH MAY RESULT IN AN ACCIDENT.",REPLACE DEFECTIVE CANCELING PLATES AND REMOVE ANY DEBRIS PRESENT IN LOWER STEERING COLUMN SHAFT. -04/13/1989,89V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V064000),Motor Coach Industries,LIGHTING:SWITCH:BUTTON:RING:OTHER PART LIGHTING SY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,950,"UNDER CERTAIN CONDITIONS WHEN APPLYING TURN SIGNAL SWITCH AND TURNING STEERING WHEEL, A TURN SIGNAL COMPONENT COULD DRAG ACROSS THE FACE OF THE TURN SIGNAL DETENT PLATE.",THIS COULD RESTRICT FREE MOVEMENT OF THE STEERING WHEELWHICH WOULD EFFECT STEERING CONTROL AND COULD RESULT IN AN ACCIDENT.,REPLACE DEFECTIVE CANCELING PLATES AND REMOVE ANY DEBRIS PRESENT IN LOWER STEERING COLUMN SHAFT. -04/12/1989,89V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V061000),TRANSPORTATION MFG. CORP.,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1002,IMPROPERLY ASSEMBLED AXLE SUSPENSION BRACKETS COULD CAUSE BRACKET SEPARATION FROM THE AXLE HOUSING.,THIS COULD RESULT IN PARTIAL LOSS OF BUS CONTROL AND ACRASH WITHOUT PRIOR WARNING.,INSTALL AN AXLE STRAP OR REPLACE AXLE. -04/07/1989,89V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V060000),"Winnebago Industries, Inc.",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,7688,MOTORHOMES ARE SUBJECT TO ROAD AND ENGINE VIBRATIONS.,EXCESSIVE VIBRATION COULD FATIGUE POWER STEERING HOSECAUSING A LOSS OF POWER ASSIST TO THE STEERING FUNCTION.,INSTALL A STABILIZING BRACKET FOR THE POWER STEERING HOSE. -04/07/1989,89V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V058000),PACCAR Incorporated,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,569,STEERING GEAR MOUNTING BOLTS MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE VALUE AND COULD LOOSEN AND INTERFERE WITH THE PITMAN ARM ON STEERING GEAR.,THIS INTERFERENCE COULD RESULT IN THE LOSS OF STEERINGCONTROL AND AN ACCIDENT.,RETIGHTEN OR REPLACE MOUNTING BOLTS. -04/07/1989,89V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V059000),PACCAR Incorporated,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,983,TRUCKS MAY HAVE INSUFFICIENT WELD MATERIAL ATTACHING REAR SUSPENSION BRACKET TO THE REAR AXLE HOUSING.,REAR SUSPENSION BRACKET COULD SEPARATE FROM THE AXLEAND RESULT IN A LOSS OF STEERING CONTROL AND AN ACCIDENT.,REWELD REAR SUSPENSION BRACKETS. -04/05/1989,89V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V055000),"General Motors, LLC",BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,634,ONE OR BOTH ABS HYDRAULIC UNIT MOUNTING BOLTS MAY NOT BE PROPERLY SEATED AND COULD LOOSEN.,THIS CONDITION COULD LEAD TO SEPARATION OF THE ABSHYDRAULIC UNIT FROM THE MOUNTING BRACKET AND RESULT IN LOSS OF BRAKE FUNCTIONAND A CRASH WITHOUT PRIOR WARNING.,REPLACE BOTH ABS HYDRAULIC UNIT MOUNTING BOLTS. -04/05/1989,89V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V056000),"General Motors, LLC",BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10535,LEFT FRONT BRAKE PIPE MAY CONTACT THE CRUISE CONTROL SERVO BRACKET.,BRAKE LINE COULD WEAR THROUGH CAUSING LOSS OF BRAKEFLUID AND PARTIAL LOSS OF BRAKING CAPABILITY; THIS COULD RESULT IN A VEHICLECRASH.,REPLACE LEFT FRONT BRAKE PIPE ASSEMBLY. -04/05/1989,89V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V054000),HOLIDAY RAMBLER CORP.,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,118,CLOSE PROXIMITY OF CERTAIN HOSES TO HIGH HEAT EMITTED FROM THE CATALYTIC CONVERTER WOULD CAUSE THE HOSE TO DETERIORATE.,"THIS COULD RESULT IN A SUDDEN LOSS OF POWER, CREATINGTHE POSSIBILITY OF A REAR END CRASH.",INSTALL A HEAT SHIELD OVER THE CATALYTIC CONVERTER TO PROTECT THE HOSES FROM HEAT DETERIORATION. -04/04/1989,89V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V057000),Ford Motor Company,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5,PROCESS USED FOR CONNECTING THE GAS LINES WAS SUBSTANDARD.,A GAS LEAK COULD DEVELOP CREATING A FIRE POTENTIAL.,INSTALL STANDARD GAS LINE COMPRESSION FITTINGS. -03/29/1989,89V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V052000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,500000,FRONT SUSPENSION CROSSMEMBER MAY CORRODE AND FAIL AT LOWER CONTROL ARM REAR PIVOT MOUNTS IF OPERATED WHERE SALT IS USED TO AID IN SNOW REMOVAL.,"CONTROL ARM COULD DETACH FROM THE CROSSMEMBER, ADVERSELYAFFECTING DIRECTIONAL STABILITY, WHICH COULD RESULT IN AN ACCIDENT.",INSTALL ATTACHMENT REINFORCEMENT BRACKETS TO PREVENT CONTROL ARM DETACHMENT AS A RESULT OF CORROSION WEAKENING. -03/29/1989,89V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V053000),"FLEETWOOD ENTERPRISES, INC.",TIRES:EMERGENCY SPARE TIRE,TIRES,NR (Not Reported),Vehicle,3766,SPARE TIRE CARRIER MAY FAIL IN SERVICE ALLOWING THE TIRE AND WHEEL ASSEMBLY TO DROP ONTO THE GROUND.,THIS WOULD CREATE A SAFETY HAZARD AND/OR ROADOBSTRUCTION.,REPAIR TO PREVENT TIRE CARRIER FAILURE. -03/27/1989,89V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V051000),INTERNATIONAL TRUCK & ENGINE CORPORATION,ENGINE:FLYWHEEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2973,A CRACK MAY REDUCE STRUCTURAL STRENGTH OF THE FLYWHEEL.,FLYWHEEL FAILURE COULD CAUSE PERSONAL INJURY TOOCCUPANTS AND/OR LOSS OF TRUCK CONTRL AND RESULT IN AN ACCIDENT.,REMOVE AND REPLACE ALL SUSPECT FLYWHEELS. -03/27/1989,89V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V049000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2552,THROTTLE RETURN SPRINGS ARE SUBJECT TO FATIGUE AND COULD FAIL.,FAILURE OF BOTH SPRINGS CAUSES LOSS OF TRUCK CONTROL ANDCOULD RESULT IN AN ACCIDENT.,REPLACE THROTTLE RETURN SPRINGS. -03/27/1989,89V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V048000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,750,"THE LEFT SIDE, REAR SEAT BELT RETRACTOR ASSEMBLY MAY BE IMPROPERLY SECURED AND COULD PULL FREE OF ITS MOUNTING LOCATION.","OCCUPANT, THOUGH STILL RESTRAINED BY THE LAP PORTION OFTHE BELT, WOULD NOT HAVE UPPER BODY PROTECTION.",REINSTALL THE RETRACTOR ATTACHMENT BOLT. -03/27/1989,89V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V045000),"Rolls-Royce Motor Cars, Ltd.",LIGHTING:SWITCH:MULTI-FUNCTION SWITCH:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3846,"UNDER CERTAIN DRIVING CONDITIONS, MICRO SWITCH CONNECTED TO BRAKE PEDAL MAY FAIL CAUSING THE BRAKE LIGHT NOT TO PROVIDE CORRECT BRAKING SIGNALS.","LAMPS WOULD EITHER REMAIN CONTINUOUSLY ILLUMINATED ORFAIL TO ILLUMINATE AND FAILING TO WARN OTHER DRIVERS THAT THE VEHICLE WASSTOPPING, WHICH COULD CAUSE AN ACCIDENT.","INSTALL AN IMPROVED STOP LAMP SWITCH AND MODIFY WIRING, AS APPROPRIATE." -03/27/1989,89V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V050000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,21968,THE RETAINER THAT SECURES THE PITMAN ARM TO THE STEERING GEAR OUTPUT SHAFT MAY HAVE INSUFFICIENT TORQUE AND COULD WORK LOOSE.,THIS COULD CAUSE THE PITMAN ARM TO SEPARATE FROM THESTEERING GEAR AND RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.,RETORQUE PITMAN ARM RETAINER. -03/24/1989,89V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V047000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,202,THE RETAINER THAT SECURES THE AUTOMATIC TRANSMISSION CONTROL ROD LINKAGE TO THE STEERING COLUMN LOWER SHIFT LEVER MAY LOOSEN AND COULD DISENGAGE.,"THIS COULD RESULT IN SEPARATION OF CONTROL ROD FROMLOWER SHIFT LEVER. ALSO, SHIFT INDICATOR MAY NOT REFLECT GEAR THE TRANSMISSIONIS IN CREATING AN ACCIDENT POTENTIAL.",INSTALL A TRANSMISSION LINKAGE RETAINER. -03/23/1989,89V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V046000),MANSFIELD TIRE & RUBBER C,LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,214,THE CONTOURED SIDE CLEARANCE LAMP ASSEMBLY DID NOT HAVE THE REQUIRED REFLEX REFLECTOR MOLDED INTO THE LAMP LENS.,TRAILERS WOULD NOT COMPLY WITH FMVSS 108.,INSTALL SELF ADHESIVE MOUNTED REFLEX REFLECTORS. -03/22/1989,89V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V042000),"Winnebago Industries, Inc.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,23,"DUE TO CONTACT OF THE METAL SLIDE OF THE LOWER DRAWER IN THE BEDROOM CLOSET WITH A 110-VOLT WIRE FROM THE ELECTRICAL CONVERTER, INSULATION MAY BE STRIPPED FROM THE WIRE.",A SHORT COULD DEVELOP AND RESULT IN A FIRE.,REPAIR TO ELIMINATE CONTACT WITH WIRE FROM ELECTRICAL CONVERTER. -03/22/1989,89V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V040000),FLXIBLE CORPORATION,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,4758,THE ENTRANCE DOOR EMERGENCY RELEASE MECHANISM MAY EXCEED THE 20 LB. FORCE ALLOWED BY FMVSS 217.,BUSES WOULD NOT COMPLY WITH STANDARD.,REPAIR RELEASE CABLE MECHANISM TO COMPLY WITH STANDARD. -03/22/1989,89E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E007000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPINDLE,SUSPENSION,NR (Not Reported),Equipment,9000,FRACTURE OF THE SPINDLE END AND SEPARATION OF THE DUAL WHEELS FROM THE VEHICLE.,"WHEEL SEPARATION WOULD NOT AFFECT THE CONTROL ORSTABILITY OF THE TRACTOR/TRAILER SINCE OTHER AXLES WOULD SUPPORT THE VEHICLE.THE SEPARATION WOULD CONSTITUTE A HAZARD TO OTHER ROADWAY USERS, BYSTANDERSAND ADJACENT PROPERTY.",INSPECT AND REPLACE AXLE WHERE NECESSARY. -03/21/1989,89V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V041000),"Winnebago Industries, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,23,AN INCORRECT NUMBER OF BOLTS WAS USED TO FASTEN THE REAR AXLE TO THE FRAME RAILS.,"THIS COULD ALLOW THE SPRING HANGER TO BECOME DETACHEDFROM THE RAILS AND CAUSE THE REAR AXLE TO SEPARATE FROM THE MOTORHOME, CAUSINGLOSS OF CONTROL WHICH MAY RESULT IN AN ACCIDENT.",INSTALL THE CORRECT NUMBER OF FASTENING BOLTS. -03/20/1989,89V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V043000),"CHANCE COACH, INC.",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,236,"BATTERY CABLES AND WIRE LOOMS CAN RUB AGAINST FRONT ROADSIDE MUD FLAP BRACKET, AND/OR ONE OF THE BATTERY CABLE CLAMP BOLTS.",THIS CREATES THE POTENTIAL FOR ELECTRICAL SHORTS AND AFIRE HAZARD.,MODIFY MUD FLAP BRACKET AND/OR CABLE CLAMP BOLT TO AVOID INTERFERENCE WITH BATTERY CABLES. -03/20/1989,89V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V044000),"CHANCE COACH, INC.",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,236,"INSULATION ON A BATTERY CABLE CAN CHAFE, SHORTING THE CONDUCTOR TO GROUND.",THIS CREATES A POTENTIAL FIRE HAZARD.,REPAIR OR REPLACE CONDUCTOR. -03/20/1989,89V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V038000),"SHELBY AUTOMOBILES, INC.",EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,1550,PARKING BRAKE MECHANISM COMPONENT MAY DISENGAGE.,"THIS COULD RESULT IN LOSS OF PARKING BRAKE FUNCTION;ALSO, LOOSE COMPONENT COULD JAM IN THE PARKING BRAKE ASSEMBLY.",REPLACE PARKING BRAKE ASSEMBLY. -03/20/1989,89V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V039000),HOLIDAY RAMBLER CORP.,LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,86,RUBBER GASOLINE HOSE USED TO ACCOMMODATE RELOCATION OF THE FUEL TANK IS SUBJECT TO DETERIORATION OVER TIME.,A LEAK IN A DETERIORATED RUBBER LINE COULD SPRAY GASOLINEUNDERNEATH THE CHASSIS AND RESULT IN AN UNDERCARRIAGE FIRE.,REPLACE RUBBER GASOLINE LINE WITH NYLON LINE. -03/13/1989,89V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V037000),UD Trucks Corporation,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5800,SPEED CONTROL LEVER RETURN SPRING MAY FAIL.,"FAILURE OF THE SPEED CONTROL LEVER RETURN SPRING COULDCAUSE LOSS OF CONTROL OF THE ENGINE SPEED, WHICH COULD RESULT IN AN ACCIDENT.",REPLACEMENT OF THE SPEED CONTROL LEVER RETURN SPRING. -03/10/1989,89V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V035000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,281,TOTAL CAPACITY OF AIR BRAKE RESERVOIR MAY BE SLIGHTLY LESS THAN REQUIRED BY FMVSS 121.,TRUCKS WOULD NOT COMPLY WITH STANDARD.,REPAIR TO ASSURE CORRECT TOTAL CAPACITY OF AIR BRAKE RESERVOIRS. -03/10/1989,89V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V036000),PACCAR Incorporated,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,650,TRAILER WIRING HARNESS CONNECTOR COULD CAUSE INTERMITTENT OR TOTAL FAILURE OF TRAILER BRAKE LIGHTS OR ALL OF THE TRAILER LIGHTS.,THIS WOULD AFFECT OTHER DRIVERS ABILITY TO SEE THETRAILER AND COULD RESULT IN AN ACCIDENT.,REPLACE TRAILER WIRING HARNESS CONNECTOR. -03/10/1989,89V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V034000),"General Motors, LLC",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,29951,FRONT SEAT BELT LATCH PLATES MAY NOT ENGAGE THE BUCKLE ASSEMBLIES.,"IN EVENT OF AN ACCIDENT, UNBELTED OR IMPROPERLY BELTEDOCCUPANTS ARE MORE AT RISK TO INJURY THAN IF BELTS ARE PROPERLY BUCKLED.",REPLACE IMPROPERLY FUNCTIONING BUCKLE ASSEMBLIES. -03/10/1989,89E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E006000),DANA CORPORATION,SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Equipment,15356,THE UPPER BALL JOINT CASINGS ALL OUTSIDE THE CERTIFIED DESIGN HARDNESS.,PREMATURE WEAR OF THE CASING AND LOOSENING OR SEPARATIONOF THE BALL FROM THE CASING CAN RESULT IN LOSS OF VEHICLE STEERING CONTROL.THIS COULD RESULT IN AN ACCIDENT.,THE BALL JOINTS WILL BE REPLACED AT NO COST TO THE CONSUMER. -03/06/1989,89T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T002000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,77114,TIRES ARE SUBJECT TO PROBLEMS IN SHOULDER AREA DUE TO INSUFFICIENT TREAD TO CARCASS ADHESION WHEN SUBJECT TIRE WAS LOADED OVER THE MAXIMUM CARRYING CAPACITY FOR THE INFLATION PRESSURE UTILIZED.,THE CARCASS MAY LOSSEN AND COME OFF TIRE WITH THEPOSSIBILITY OF LOSS OF INFLATING AIR.,TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -03/03/1989,89V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V031000),"WORLD TRANS, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1244,"THE PUSH OUT WINDOW EXITS ARE MARKED EXIT, NOT EMERGENCY EXIT AS REQUIRED BY FMVSS 217.",VEHICLE WOULD NOT COMPLY WITH FMVSS 217.,INSTALL REPLACEMENT LABELS ON INSIDE LOWER PORTION ON ALL EMERGENCY EXIT WINDOWS. -03/03/1989,89V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V030000),MITSUBISHI MANUFACTURING AMER,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7500,THE ENGINES ARE SUBJECT TO THROTTLE VALVE ICING UNDER CERTAIN CONDITIONS.,THIS MAY CAUSE THE THROTTLE VALVE TO STICK AND NOT ALLOWTHE ENGINE RPM TO RETURN TO IDLE WHICH COULD CAUSE AN ACCIDENT.,INSTALL A HEATED ADAPTER PLATE. -03/03/1989,89V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V032000),"Mack Trucks, Inc.",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,3127,AN INCORRECT HIGH PRESSURE POWER STEERING HOSE MAY HAVE BEEN INSTALLED.,"UNDER CERTAIN CONDITIONS, HOSE COULD FAIL RESULTING INLOSS OF POWER STEERING ASSIST AND POSSIBLY AN ACCIDENT.",REPLACE INCORRECT POWER STEERING HOSES. -03/03/1989,89V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V033000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Vehicle,152,DOWELS MAY HAVE BEEN OMITTED DURING SPRING CAP INSTALLATION; THIS WOULD PUT SHEAR LOAD ON THE FOUR (4) SPRING CAP BOLTS.,THIS COULD RESULT IN LOOSENING AND FAILURE OF THE BOLTSWITH POSSIBLE LOSS OF CONTROL AND ACCIDENT POTENTIAL.,INSTALL THE MISSING DOWELS TO PREVENT MOVEMENT BETWEEN THE SPRING CAP AND AXLE HOUSING. -03/02/1989,89C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89C005000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,1532000,A CAR SEAT FOAM PIECE WHICH IS ATTACHED TO THE PLASTIC SEAT SHELL LOCATED UNDER THE SEAT COVER DOES NOT MEET THE FLAMMABILITY REQUIREMENTS OF FMVSS NO. 302.,THE FOAM PIECE FAILS TO MEET FULLY THE REQUIREMENT OFSTANDARD 302.,A FOAM PIECE WHICH MEET THE REQUIREMENTS OF FMVSS NO. 302 WILL BE FORWARDED TO EACH CONSUMER. -03/01/1989,89E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E004000),"MIDLAND BRAKE, INC.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,4809,HYDROGEN EMBRITTLEMENT OF THE SCREWS USED TO HOLD TOGETHER SECTIONS OF THE VALVE BODY. THIS CONDITION CAUSES THE HEADS OF THE SCREWS TO BREAK OFF UNDER STRESS.,"THE LOSS OF THE SCREW HEADS ALLOWS THE VALVE TO COMEAPART AND CAUSES LOSS OF BRAKING ABILITY, WHICH COULD RESULT IN AN ACCIDENT.",SCREWS WILL BE REPLACED WITH A PHOSPHATE AND OIL TREATED SCREW RATHER THAN AN ELECTRO DEPOSITED PLATING. THE DRIVE HEADS WILL BE CHANGED FROM SQUARE DRIVE TO A TORX HEAD SCREW. -03/01/1989,89V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V029000),"IVECO TRUCK OF N.A., INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,419,"UNDER CERTAIN OPERATING AND CLIMATIC CONDITIONS, WATER CAN ENTER THE ACCELERATOR CABLE HOUSING AND FREEZE.",THROTTLE WOULD NOT CLOSE COMPLETELY WHEN DRIVERS FOOTIS REMOVED FROM THE ACCELERATOR PEDAL.,REPLACE ACCELERATOR CABLE WITH A NEW CABLE THAT IS DESIGNED TO PREVENT WATER INTRUSION. -02/28/1989,89V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V027000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4300,THROTTLE BLADE ICING MAY OCCUR DURING EXTENDED HIGHWAY DRIVING AT TEMPERATURES BELOW 10 DEGREES F.,"ICE FORMATION CAN PREVENT THROTTLE BLADE FROM CLOSINGTO THE IDLE POSTION WHEN THE ACCELERATOR PEDAL IS RELEASED, CREATING APOTENTIAL FOR LOSS OF CONTROL, WHICH COULD RESULT IN AN ACCIDENT.",INSTALL ANCHOR PLATE UNDER BASE OF THROTTLE; HEATED ENGINE COOLANT WILL BE FLOWED THROUGH AN ADAPTER PLATE TO ELIMINATE ICE FORMATION ON THE THROTTLE BLADE. -02/28/1989,89V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V028000),"Subaru of America, Inc.",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,15000,"DUE TO THE DESIGN OF THE TRANSMISSION CASE DIPSTICK AND THE FLUID LEVEL CHECKING METHOD, THERE MAY BE INSUFFICIENT LUBRICATION OF THE 4 WHEEL DRIVE EXTENSION HOUSING BEARING.","THIS COULD CAUSE BEARING SEIZURE AND POSSIBLE REAR WHEELLOCKUP, WHICH COULD RESULT IN AN ACCIDENT.",INSTALL MODIFIED DIPSTICK AND INSERT INFORMATION IN OWNERS MANUAL ON THE CORRECT FLUID LEVEL CHECKING PROCEDURES. -02/28/1989,89E003002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E003002),Blue Bird Body Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Equipment,534,"DUE TO THE SUBSTITUTION OF A SPACER FOR A RETAINER ON THE STEERING WHEEL ASSEMBLY, THE SPACER COULD BREAK ALLOWING THE STEERING WHEEL TO SEPARATE FROM THE MOUNTING HUB.","SEPARATION OF THE STEERING WHEEL WHILE THE TRUCK ISMOVING, STEERING CONTROL WOULD BE LOST AND A CRASH COULD RESULT.",INSTALL RETAINER IN PLACE OF SPACER. -02/27/1989,89V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V026000),"General Motors, LLC",BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,787,REAR AXLE BRAKE TUBES (EITHER SIDE) CAN FATIGUE CAUSING A LOSS OF FLUID IN THE REAR BRAKE SYSTEM.,THIS COULD RESULT IN REDUCED BRAKING CAPABILITY WITHPOTENTIAL FOR AN ACCIDENT.,INSTALL NEW BRAKE PIPE ASSEMBLIES WITH REDESIGNED MOUNTING BRACKETS. -02/21/1989,89V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V024000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,19,SEAT TETHER BELT 11.0 INCHES LONG WAS INSTALLED INSTEAD OF THE 8.5 INCHES LONG BELT REQUIRED FOR THIS CHASSIS.,INCORRECT LENGTH BELT MAY NOT PROPERLY RESTRAIN OCCUPANTAND WOULD NOT COMPLY WITH FMVSS 210.,INSTALL CORRECT 8.5 INCH SEAT TETHER BELT. -02/17/1989,89V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V023000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,201,CURVED SPRING WASHERS OR ECCENTRIC WASHERS MAY HAVE BEEN OMITTED FROM SOME OF THE REAR BRAKE SIDE PLATE ASSEMBLIES.,THIS COULD RESULT IN DECREASED BRAKING PERFORMANCEWHICH COULD REDUCE STOPPING DISTANCE AND INCREASE THE POTENTIAL FOR AN ACIDENT.,REPLACE SIDECAR REAR BRAKE BACKING PLATE ASSEMBLY. -02/17/1989,89V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V021000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5532,"THE COTTER PIN THAT HOLDS IN PLACE THE HINGE PIN, WHICH CONNECTS THE BRAKE TREADLE (PEDAL) TO THE FLOOR MOUNTING PLATE, MAY HAVE BEEN OMITTED.","THE HINGE PIN COULD WORK ITSELF OUT OF THE HINGE,ALLOWING THE BRAKE TREADLE TO SEPARATE FROM THE FLOOR MOUNTING; DRIVER WOULDNOT BE ABLE TO APPLY THE BRAKES WITH THE FOOT VALVE, RESULTING IN A POTENTIALFOR AN ACCIDENT",REPLACE ANY MISSING COTTER PIN AT THE BRAKE TREADLE HINGE PIN. -02/17/1989,89V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V022000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,18,AN INCORRECT 3/4 INCH BOLT WAS INSTALLED ON RT/RS 450 SUSPENSION.,"THIS BOLT MAY BREAK, CAUSING DISENGAGEMENT OF THE BEAM CONNECTION OF REAR SUSPENSION, RESULTING IN LOSS OF CONTROL, WHICH COULD RESULT IN AN ACCIDENT.",RETROFIT CHASSIS WITH 1 INCH BOLTS. -02/16/1989,89V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V020000),FREIGHTLINER LLC,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,2000,"WHEN SEAT BELTS ARE NOT BEING WORN, ABRADING OF THE WEBBING MAY OCCUR AT THE D-RING.",SEAT BELT MAY NOT PROPERLY RESTRAIN OCCUPANT IN CASEOF AN ACCIDENT WHICH COULD RESULT IN MORE SERIOUS INJURIES.,REPLACE SEAT BELT WEBBING. -02/06/1989,89E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E003000),VEHICLE IMPROVEMENT PRDCT,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Equipment,534,"DUE TO THE SUBSTITUTION OF A SPACER FOR A RETAINER ON THE STEERING WHEEL ASSEMBLY, THE SPACER COULD BREAK ALLOWING THE STEERING WHEEL TO SEPARATE FROM THE MOUNTING HUB.","SEPARATION OF THE STEERING WHEEL WHILE THE TRUCK ISMOVING, STEERING CONTROL WOULD BE LOST AND A CRASH COULD RESULT.",INSTALL RETAINER IN PLACE OF SPACER. -02/03/1989,89V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V015000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1300,THE OPTIONAL RIDE SYSTEM COMPONENT CAN ABRADE THE FLEXIBLE BRAKE HOSE THAT IS ROUTED FROM THE DIFFERENTIAL HOUSING TO THE CROSSMEMBER TO THE REAR OF THE REAR AXLE.,"ABRASION MAY CAUSE HOSE TO LOSE BRAKE FLUID AND THE REARWHEEL BRAKES TO BECOME INOPERABLE, INCREASING STOPPING DISTANCE WHICH MAY RESULTIN AN ACCIDENT.",RELOCATE FLEXIBLE BRAKE HOSE AND REPLACE INCORRECT FASTENERS. -02/02/1989,89V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V016000),"Winnebago Industries, Inc.",SUSPENSION:SINGLE AXLE:REAR:SWAY BAR,SUSPENSION,NR (Not Reported),Vehicle,1300,"THE BOLTS, WASHERS, AND NUTS USED TO INSTALL THE OPTIONAL REAR SWAY BAR ARE INCORRECT.","FASTENERS MAY SEPARATE AND ALLOW REAR SWAY BAR TO FALLTO THE ROAD SURFACE, CAUSING A ROAD HAZARD WHICH MAY RESULT IN AN ACCIDENT.",REPLACE INCORRECT FASTENERS. -01/31/1989,89V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V012000),Land Rover,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3972,INCORRECT INSTALLATION OF A CIRCLIP HOLDING THE BRAKE PEDAL PIVOT SHAFT COULD ALLOW THE CIRCLIP TO DISENGAGE AND THE PIVOT SHAFT TO MOVE ENOUGH FOR THE BRAKE PEDAL TO MOVE FROM ITS DESIGNED POSITION.,"ALTHOUGH FULL BRAKING ACTION CAN STILL BE OBTAINED,DRIVER ALARM FROM THE INCORRECTLY POSITIONED PEDAL COULD RESULT IN ANINAPPROPRIATE ACTION BY THE DRIVER WHICH COULD CAUSE AN ACCIDENT.",REPAIR CIRCLIP INSTALLATION TO PREVENT ITS DISENGAGEMENT. -01/31/1989,89V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V011000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,60000,DRIVERS SEAT FRAME MAY EXPERIENCE FATIGUE FAILURE AT ONE (FRONT/OUTBOARD) OF ITS FOUR ATTACHMENTS.,"THIS COULD RESULT IN SOME FORWARD, BACKWARD OR LATERALMOVEMENT OF SEAT, CREATING A POTENTIAL FOR LOSS OF CONTROL OF THE VEHICLEWHICH COULD RESULT IN AN ACCIDENT","REPLACE DRIVERS SEAT FRAME WITH A STRENGHTENED VERSION; ALSO, REINFORCE POWER ADJUSTER FRONT CROSSMEMBER TO INCREASE RIGIDITY OF SEAT ATTACHMENT SYSTEM." -01/30/1989,89V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V010000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,277,DRIVERS SEAT AND/OR SHOULDER BELT LOCKING MECHANISM MAY NOT OPERATE.,"IN A CRASH, AFFECTED BELTS WOULD NOT LOCK, THEREBYINCREASING THE POSSIBILITY OF INJURY TO THE SEAT OCCUPANT.",INSTALL A NEW DRIVERS SEAT BELT ASSEMBLY. -01/24/1989,89V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V009000),Ford Motor Company,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,24454,"BOLTS THAT ATTACH THE FRONT AXLE TRACK BAR BRACKET TO THE FRONT CROSSMEMBER MAY LOOSEN, ALLOWING THE FRONT WHEELS TO OSCILLATE WITH FRONT END SHIMMY.","SEVERE SHIMMY COULD DAMAGE STEERING LINKAGE OR STEERINGGEAR, WHICH COULD RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.","INSTALL REDESIGNED FRONT AXLE TRACK BAR TO CROSSMEMBER BRACKET AND IF NECESSARY, REPLACE CERTAIN STEERING COMPONENTS." -01/20/1989,89T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89T001000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,172,TIRES FAIL TO MEET REQUIREMENTS FOR THE A-TEMPERATURE GRADE.,FAILURE TO MEET GRADE A-TEMPERATURE REQUIREMENTS.,REPLACE WITH NEW TIRE AT NO COST TO CONSUMER. -01/17/1989,89E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E002000),"DYNEER, GRANNING DIVISION",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1209,TAG AXLE HYDRA VAC BRAKE BOOSTER MOUNTING BRACKET MAY CRACK AND FAIL.,SHOULD THE MOUNTING BRACKET BREAK A LOSS OF POWER ASSISTWOULD OCCUR IN THE TAG AXLE BRAKING SYSTEM.,INSTALL A REINFORCEMENT PLATE TO THE BOOSTER MOUNTING BRACKET. -01/17/1989,89V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V006000),"Volkswagen Group of America, Inc.",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,35000,"FUEL INJECTION SEALS MAY HARDEN, DUE TO HIGH TEMPERATURE AND ALCOHOL IN SOME FUELS, AND ALLOW FUEL TO ESCAPE INTO THE ENGINE COMPARTMENT.",FUEL DRIPPING ONTO HOT ENGINE COMPONENTS COULD CAUSE ANENGINE COMPARTMENT FIRE.,REPLACE ENGINES FUEL INJECTOR SEALS WITH IMPROVED SEALS PLUS IMPROVEMENTS DESIGNED TO BETTER INSULATE THE ENGINE AGAINST FIRE RISK. -01/17/1989,89V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V005000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4729,ACCELERATOR PEDALS MAY NOT HAVE BEEN PROPERLY ATTACHED TO THE FLOOR PAN DURING ASSEMBLY.,"UNDER CERTAIN CONDITIONS, PEDAL MAY BECOME STUCK AND NOTFULLY RETURN TO THE IDLE POSITION WHEN THE DRIVER REMOVES HIS FOOT FROM THEPEDAL CAUSING LOSS OF CONTROL, WHICH COULD RESULT IN AN ACCIDENT.",COMPLETELY SEAT LUGS IN THE RECESSES OF THE FLOOR PAN TO ASSURE PROPER ATTACHMENT OF THE GAS PEDAL. -01/17/1989,89V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V008000),PACCAR Incorporated,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,8000,RETRACTOR HOUSING ON SEAT BELT MAY INTERFERE WITH THE SEAT CUSHION.,"IF SEAT BELT RETRACTOR FAILED TO LOCK IN AN EMERGENCY,DRIVER MAY NOT BE RETAINED AND PERSONAL INJURY MAY RESULT.",INSTALL A SPACER TO ELIMINATE ANY INTERFERENCE BETWEEN THE SEAT CUSHION AND THE SEAT BELT RETRACTOR HOUSING. -01/17/1989,89V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V007000),PACCAR Incorporated,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,1500,"DUE TO THE SUBSTITUTION OF A SPACER FOR A RETAINER ON THE STEERING WHEEL ASSEMBLY, SPACER COULD BREAK ALLOWING THE STEERING WHEEL TO SEPARATE FROM THE MOUNTING HUB.","IF STEERING WHEEL SEPARATED WHILE THE TRUCK WAS MOVING,STEERING CONTROL WOULD BE LOST AND A CRASH COULD RESULT.",INSTALL RETAINER IN PLACE OF THE SPACER. -01/17/1989,89E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89E001000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Equipment,1964,"DUE TO METAL FATIGUE, CRACKING AND BREAKING OF THE FRONT AXLE BEAM CENTER COULD OCCUR.",SHOULD FATIGUE CRACK IN THE BEAM COMPLETELY BREAK ORRUPTURE DURING NORMAL OPERATION IT COULD LEAD TO LOSS OF CONTROL AND THEPOSSIBILITY OF VEHICLE CRASH.,THE AXLE BEAM CENTERS WILL BE REPLACED ON ALL INVOLVED VEHICLES. -01/13/1989,89V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V003000),UNION CITY BODY COMPANY LLC,POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,230,THERE MAY BE INTERFERENCE OF THE TRANSMISSION CROSS SILL WITH THE TRANSMISSION OIL COOLER LINE.,THIS COULD RESULT IN CHAFFING OF THE TRANSMISSION OILCOOLER LINE.,ROTATE ELBOW FITTING TO PREVENT INTERFERENCE. -01/13/1989,89V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V004000),UNION CITY BODY COMPANY LLC,VISUAL SYSTEMS:WINDSHIELD WIPER ARM,VISIBILITY,NR (Not Reported),Vehicle,230,"WHILE IN OPERATION AT SPEEDS ABOVE 35 MPH, THE WIPER ARM WILL LIFT OFF THE SURFACE OF THE WINDSHIELD.","DRIVER VISIBILTY WOULD BE ADVERSELY AFFECTED, WHICHCOULD RESULT IN AN ACCIDENT.",INSTALL NEW WINDSHIELD WIPER ARM ASSEMBLY. -01/12/1989,89V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V002000),"Mack Trucks, Inc.",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1500,EXHAUST HEAT SHIELD WAS NOT INSTALLED IN PRODUCTION.,THE LACK OF THIS SHIELD CAN ALLOW FALLING REFUSE TO CAUSEA VEHICLE FIRE.,INSTALL AN EXHAUST PIPE HEAT SHIELD. -01/07/1989,89V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V019000),PACCAR Incorporated,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1078,ROUTING OF FUEL LINE COULD ALLOW IT TO CONTACT THE ELECTRICIAL CONNECTION ON THE STARTER SOLENOID.,SUCH CONTACT COULD RESULT IN A TRUCK FIRE.,REROUTE FUEL LINE AND SECURE AWAY FROM STARTER SOLENOID. -01/07/1989,89V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V018000),PACCAR Incorporated,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,231,BOLTS MAY BE MISSING FROM THE UPPER MOUNTING BRACKET OF THE 3 POINT SEAT BELT.,AN OCCUPANT WOULD NOT BE PROPERLY RESTRAINED IN ANEMERGENCY AND TRUCKS WOULD NOT COMPLY WITH FMVSS 210.,INSTALL MISSING BOLTS. -01/03/1989,89V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V013000),"JUNO IND., INC.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2170,"THE MONITOR PANEL, TV ANTENNA BOOSTER, FURNACE AND RADIO CIRCUITS MAY HAVE BEEN IMPROPERLY FUSED AT THE CONVERTER AND BATTERY.",THERE WOULD NOT BE PROPER PROTECTION FOR THE CIRCUITWIRES WHICH COULD BECOME SHORTED OUT AND PRESENT A FIRE HAZARD.,REPAIR WIRE CONNECTIONS AND INSURE PROPER FUSING. -01/03/1989,89V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V017000),"WESTERN STAR TRUCKS, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1134,CABLES USED FOR THROTTLE CONTROL ARE SUBJECT TO FAILING IN SERVICE DUE TO VIBRATIONAL FATIGUE BETWEEN THE CABLE END SLEEVE AND HUB.,"THIS COULD CAUSE THE CABLE NOT ALLOWING THE THROTTLE TORETURN TO THE IDLE POSTION, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE SUSPECT THROTTLE CABLES WITH THROTTLE RODS. -01/02/1989,89V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=89V014000),Pierce Manufacturing,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,950,"WITH BOTH PASSENGER SEAT BELTS IN USE, IN THE EVENT A HIGH SPEED COLLISION, THE MIDDLE SEAT BELT ANCHOR NUT AND BOLT MAY PULL THROUGH THE SHEET METAL FLOOR.",VEHICLES WOULD NOT COMPLY WITH FMVSS 210.,INSTALL MID ANCHOR REINFORCEMENT TO COMPLY WITH PULL TEST REQUIREMENTS OF FMVSS 210. -12/28/1988,88V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V197000),Oshkosh Corporation,EMERGENCY PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,82,"DUE TO IMPROPERLY ASSEMBLED PARKING BRAKE HYDRAULIC SYSTEM, IN COLD WEATHER HIGH OIL BACK PRESSURE MAY OCCUR; WHEN ENGINE IS STARTED PARTIAL OR FULL RELEASE OF PARKING BRAKE MAY AUTOMATICALLY OCCUR.","IF THIS OCCURS WHEN VEHICLE IS PARKED ON AN INCLINE,VEHICLE COULD ROLL DOWN THE INCLINE AND RESULT IN AN ACCIDENT OR PERSONALINJURY.",INSTALL A NEW HYDRAULIC HOSE AND FITTINGS TO ELIMINATE THE BACK PRESSURE FROM THE SIGNAL PORT WHICH WOULD PRECLUDE ANY FALSE SIGNAL TO THE PARKING BRAKE. -12/27/1988,88V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V196000),FLXIBLE CORPORATION,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,551,THE ADJUSTABLE LENGTH TETHER BELT INSTALLED BETWEEN THE DRIVERS SEAT BELT ATTACHMENT ON SEAT FRAME AND ANCHORAGE ATTACHMENT POINT FAILED TO MEET REQUIREMENTS OF FMVSS 207.,TETHER BELT LENGTH FAILED TO MEET REQUIREMENTS OF FMVSS207. THIS COULD RESULT IN THE UNLATCHING OF THE SEAT ADJUSTMENT MECHANISM.,THE TETHER BELT WILL BE ADJUSTED TO THE PROPER LENGTH ON AFFECTED VEHICLES. -12/20/1988,88E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E028000),"IDEAL CONNECTION, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,8814,WELDS THAT ATTACH TUBE AND CHAIN BRACKET TO CROSSMEMBER ASSEMBLY WERE POROUS AND INADEQUATE IN SIZE.,FAILURE OF WELDS COULD LEAD TO SUDDEN SEPARATION OF THETRAILER FROM THE TOWING VEHICLE.,HITCHES ARE TO BE RETURNED FOR REPLACEMENT OF CROSSMEMBERS AT NO COST TO THE CONSUMER. -12/20/1988,88V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V194000),Utilimaster Corporation,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,168,SEAL BETWEEN FUEL FILL TUBE AND FUEL TANK MAY ALLOW A SLOW GASOLINE LEAK.,IN THE PRESENCE OF AN IGNITION SOURCE THIS COULD RESULTIN A FIRE.,"INSTALL A REDESIGNED FILL TUBE WITH A LONGER TUBE LENGTH, TO BE INSERTED FARTHER INTO THE TANK, WHICH WILL ASSURE A POSITIVE SEAL BETWEEN TUBE AND FUEL TANK." -12/19/1988,88V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V195000),Land Rover,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,5713,INFLATION PRESSURE RECOMMENDED FOR REAR WHEELS WILL NOT SUPPORT REAR GAWR.,VEHICLES WOULD NOT COMPLY WITH FMVSS 120.,SEND NOTIFICATION LETTER WITH A REVISED TIRE PLACARD INDICATING APPROPRIATE TIRE INFLATION PRESSURES. -12/19/1988,88V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V193000),Ford Motor Company,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,550,THE DIAPHRAGM MATERIAL OF THE MECHANICAL FUEL PUMPS MAY DETERIORATE AND ALLOW THE DIAPHRAGM TO RUPTURE.,FUEL PUMPED THROUGH THE RUPTURED DIAPHRAGM AND OUT OFTHE VENT OPENING COULD RESULT IN A FIRE.,INSTALL NEW MECHANICAL FUEL PUMPS WITH IMPROVED DIAPHRAGM MATERIAL AND REVISE WIRING FOR ELECTRIC FUEL PUMP CIRCUITS. -12/13/1988,88V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V191000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,34,WEBBING ON THE BUCKLE PORTION OF THE REAR LAP/SHOULDER BELTS MAY BE TOO LONG.,"IN THE EVENT OF A SEVERE VEHICLE CRASH, THE EFFECTIVENESSOF THE LAP/SHOULDER BELT MAY BE REDUCED.",REPLACE REAR INBOARD SEAT BELTS WITH BELTS OF THE PROPER LENGTH. -12/13/1988,88V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V192000),"BMW of North America, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,6212,PLASTIC PIN AND/OR ADJUSTABLE STOP BOLT WHICH ACTIVATE FRONT/REAR BRAKE LIGHT SWITCHES COULD CAUSE SWITCH FAILURE.,"BRAKE LIGHT WOULD NOT FUNCTION; THUS, A CRASH INVOLVINGANOTHER VEHICLE COULD OCCUR.",MODIFY FRONT HAND BRAKE LEVER; PLACE A CAP ON REAR BRAKE STOP BOLT; AND REPLACE FRONT AND REAR BRAKE LIGHT SWITCHES WITH NEWER SWITCH. -12/12/1988,88V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V190000),Ford Motor Company,LIGHTING:GENERAL OR UNKNOWN COMPONENT:SIDE MARKER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,22000,"FRONT SIDE MARKER LAMPS WERE UNINTENTIONALLY EQUIPPED WITH CLEAR BULBS, INSTEAD OF AMBER COLORED BULBS AS SPECIFIED IN FMVSS 108.",VEHICLES WOULD NOT COMPLY WITH STANDARD.,REPLACE CLEAR BULBS WITH AMBER COLORED BULBS. -12/06/1988,88V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V001000),NEOPLAN USA CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3800,ADDITIONAL LABELING OF EMERGENCY EXIT INSTRUCTIONS IS NEEDED TO COMPLY WITH FMVSS 217 REQUIREMENTS.,BUSES DO NOT COMPLY WITH FMVSS 217.,INSTALL ADDITIONAL EMERGENCY EXIT LABELING. -12/06/1988,88V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V188000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3784,FUEL RETURN LINES COULD FRACTURE AND ALLOW FUEL TO LEAK IN THE AREA OF THE FUEL TANK.,"IN PRESENCE OF AN IGNITION SOURCE, THIS CONDITION COULDRESULT IN A FIRE.",INSTALL NEW FUEL RETURN PIPE ASSEMBLY. -12/06/1988,88V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V189000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13095,A FUEL TANK LEAK COULD OCCUR DUE TO SMALL CREASES ON THE TANK UNDERSIDE CRACKING DURING PRESSURE CYCLING WHICH OCCURS DURING NORMAL OPERATION.,"IN PRESENCE OF AN IGNITION SOURCE, THIS CONDITION COULDRESULT IN A FIRE.",REPLACE FUEL TANK. -12/06/1988,88T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T012000),"SAMS TIRE SERVICE, INC.",TIRES:TREAD,TIRES,NR (Not Reported),Tire,1413,TREAD SEPARATION FROM BODY OF TIRE.,IF TREAD SEPARATION OCCURS IT COULD RESULT IN RAPID LOSSOF INFLATING AIR AND POSSIBLE VEHICLE CRASH.,TIRES WILL BE RECALLED AND MONEY REFUNDED. -12/01/1988,88E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E027000),SHELL OIL COMPANY,FUEL:CARBURETOR:PROPANE/GAS,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,6000000,CONTAMINATION OF PROPANE GAS ATTACKS RUBBER COMPONENTS.,CAUSES DETERIORATION IN THE RUBBER COMPONENTS IN THEVAPORIZATION SYSTEM OF PROPANE POWERED VEHICLES AND COULD ALLOW LIQUID PROPANETO FLOW THROUGH CARBURETOR AND BE RELEASED THROUGH THE AIR FILTER RESULTING INTHE POSSIBILITY OF A FIRE.,"REPLACE LOCKOFF VALVE ON ALL VEHICLES USING THE AFFECTED PRODUCT. ALSO, INSPECT HIGH PRESSURE HOSE, CONVERTER AND LOW PRESSURE HOSE CONNECTING THE CONVERTER TO THE CARBURETOR; IF DAMAGE IS FOUND REPLACE THE ABOVE COMPONENTS." -12/01/1988,88V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V186000),"Ferrari North America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,468,AUTOMATIC PASSIVE RESTRAINT SYSTEM MAY NOT OPERATE DUE TO A PAYOUT MOTOR DEFECT IN THE SAFETY BELT RETRACTOR ASSEMBLY.,AUTOMATIC OPERATION OF PASSIVE RESTRAINT SYSTEM WOULDBECOME INTERMITTENT OR COMPLETELY INOPERATIVE.,REPLACE SEAT BELT ASSEMBLY. -12/01/1988,88V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V187000),"Volkswagen Group of America, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,104000,STEERING WHEEL/SHAFT DESIGNED TO USE SURFACE FRICTION MAY LOOSE THIS FRICTION IF GREASE OR OIL IS PRESENT ON THE CONESHAPED SURFACE OF THE STEERING SHAFT.,"IF THE ABOVE CONDITION IS PRESENT AND THE STEERING WHEELNUT IS TORQUED LOWER THAN SPECIFIED, BREAK OF THE FRICTION LOCK COULD RESULT INLOOSENING AND SEPARATION OF THE STEERING WHEEL.","REMOVE THE STEERING WHEEL OF VEHICLES AND CLEAN FRICTION SURFACE AND INSTALL A SPRING RETAINER, REPLACE THE STEERING WHEEL NUT WITH A SELF LOCKING NUT." -11/28/1988,88V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V185000),"SAAB CARS USA, INC.",FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1586,FUEL FILTER MAY NOT MEET THE SPECIFICATION CONCERNING LEAKAGE CRITERIA DUE TO LOW TEMPERATURE DURING THE GLUING PROCESS.,FUEL FILTER MAY LEAK CREATING A POTENTIAL FIRE HAZARD.,REPLACE FUEL FILTER. -11/25/1988,88V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V184000),Collins Bus Corporation,FUEL:FUEL EMISSION CONTROL:CANISTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,159,"DUE TO CLOSE PROXIMITY OF FUEL EMISSION CANISTER TO THE CATALYTIC CONVERTER, VAPOR RELEASED FROM THE FUEL TANK MAY NOT BE CONSUMED AT THE ENGINE IN AN IDLE SITUATION.",A FIRE COULD OCCUR IF FUMES ARE CONCENTRATEDSUFFICIENTLY.,INSTALL A NEW CANISTER SYSTEM POSITIONED FORWARD UNDER THE STEPWELL OF THE ENTRY DOOR. -11/23/1988,88V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V183000),AM GENERAL LLC,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,50000,THE MILITARY NATO SLAVE RECEPTACLE IS NOT WATERPROOF AND WHEN SUBMERGED IN WATER A CURRENT PATH IS CREATED.,THIS COULD RESULT IN A DIRECT ELECTRICAL SHORT CIRCUITAND THE POTENTIAL FIRE HAZARD OF THE NATO SLAVE RECEPTACLE.,DISCONNECT NATO SLAVE RECEPTACLE TO PREVENT FIRE HAZARD. -11/18/1988,88V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V179000),Landoll Corporation,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,45,AIR BRAKE HOSES FAILED WATER ABSORPTION AND TENSILE STRENGTH TEST OF FMVSS 106.,TRAILERS DO NOT COMPLY WITH FMVSS 106.,REPLACE DEFECTIVE BRAKE HOSE ASSSEMBLY. -11/18/1988,88V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V182000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,300,"FUEL RESERVOIR SHIELDS, THAT PROTECT THE RESERVOIR FROM CONTACT BY THE TRANSFER CASE IN CERTAIN FRONTAL IMPACTS, WERE NOT INSTALLED.",FUEL SPILLAGE IN EXCESS OF THAT PERMITTED BY FMVSS 301COULD OCCUR.,INSTALL FUEL RESERVOIR PROTECTIVE SHIELDS. -11/18/1988,88V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V181000),"Suzuki Motor USA, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,4546,SEAT BELT LATCH STALK (COATED WIRE CABLE BETWEEN THE SEAT BELT LATCH AND VEHICLE FLOOR ON THE INBOARD SIDE OF THE FRONT SEATS) CAN BECOME DAMAGED AND COULD BREAK AFTER EXTENSIVE BENDING.,BREAKAGE OF THE LATCH STALK WOULD PREVENT THE SEAT BELTFROM RESTRAINING THE OCCUPANT IN THE EVENT OF A SUDDEN STOP OR CRASH.,INSTALL REPLACEMENT COMPONENTS. -11/18/1988,88V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V180000),Honda (American Honda Motor Co.),VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,360198,UNDER HIGH AMBIENT TEMPERATURES FRONT WINDSHIELD WIPER CONTACT UNIT COULD LOOSEN AND BECOME DISLODGED.,THIS COULD RESULT IN WINDSHIELD WIPER FAILURE AND WOULDAFFECT DRIVER VISIBILITY.,INSTALL A CONTACT UNIT HOLDER THAT WOULD PREVENT LOOSENING. -11/15/1988,88V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V177000),Harley-Davidson Motor Company,POWER TRAIN:TRANSMISSION:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,43058,THERE MAY BE STRUCTURAL INTEGRITY PROBLEMS WITH THE SHIFTER FORKS USED IN THE TRANSMISSIONS.,"SHIFTER FORKS MIGHT FRACTURE, CAUSING THE TRANSMISSION TOMALFUNCTION, AND POSSIBLY CAUSE THE REAR WHEEL TO LOCK UP; THIS COULD RESULT INAN ACCIDENT.",REPLACE THE SHIFTER FORKS IN THE TRANSMISSION. -11/14/1988,88V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V178000),"Mack Trucks, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,400,ENGINE COOLING FAN IS SUBJECT TO HIGH STRESS AND POTENTIAL FATIGUE PROBLEMS.,"FAN FAILURE COULD RESULT IN PARTS BEING PROPELLED OUTSIDEOF THE FAN SHROUD, WHICH COULD INJURE THE PERSON STANDING NEAR THE ENGINECOMPARTMENT.",REPLACE FAN WITH AN ALTERNATE FAN. -11/08/1988,88E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E026000),THE FISHER GROUP INC.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,474,WELDS THAT ATTACHED TUBE AND CHAIN BRACKET TO CROSSMEMBER ASSEMBLY WERE POROUS AND INADEQUATE IN SIZE.,FAILURE OF WELDS COULD LEAD TO SUDDEN SEPARATION OF THETRAILER FROM THE TOWING VEHICLE.,HITCHES ARE TO BE RETURNED FOR REPLACEMENT OF CROSSMEMBERS AT NO COST TO CONSUMER. -11/08/1988,88V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V176000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,1541,MOVABLE PART OF SEAT IS NOT STRONG ENOUGH TO SUPPORT THE SEAT BELT.,SEAT BELT MAY NOT PROPERLY RESTRAIN DRIVER.,INSTALL A TETHER STRAP. -11/04/1988,88V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V175000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,3857,THE PARKING BRAKE CABLE MAY BE DISCONNECTED FROM THE LEFT REAR BRAKE CALIPER.,PARKING BRAKE CANNOT BE PROPERLY APPLIED AND VEHICLEWILL NOT MEET THE GRADE HOLDING REQUIREMENTS OF FMVSS 105.,INSTALL A RETAINER ON LEFT REAR CALIPER IF CABLE IS NOT ALREADY RETAINED WITH A COTTER PIN AND ADJUST PARKING BRAKE SYSTEM. -11/02/1988,88V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V174000),Volvo Trucks North America,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,234,GROUNDING OF THE AC POWER SOURCE MAY BE DEFECTIVE (OR THERE MAY BE NO ELECTRICAL GROUNDING AT THE AC POWER SOURCE).,ANYONE COMING INTO PHYSICAL CONTACT WITH THE TRUCK WHILEIT IS CONNECTED TO A NON GROUND AC POWER SOURCE MAY RECEIVE AN ELECTRICAL SHOCKSUFFICIENT TO CAUSE PERSONAL INJURY OR DEATH.,REWIRE ENGINE BLOCK HEATER TO ASSURE PROPER GROUNDING. -11/01/1988,88V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V171000),E-One Incorporated,BRAKES:AIR SYSTEMS:AIR SUPPLY:GAUGE:AIR PRESSURE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,71,USE OF THE AIR HORN CAN CAUSE THE AIR PRESSURE TO DROP BELOW 85 PSI.,IF AIR PRESSURE DROPS BELOW 85 PSI WHILE THE VEHICLE ISBEING DRIVEN THE REAR BRAKE SPRING CHAMBERS WILL START TO APPLY CAUSING THEREAR BRAKE DRUMS TO OVERHEAT.,INSTALL PRESSURE PROTECTION VALVES IN ALL AIR HORN CIRCUITS. -11/01/1988,88V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V173000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,70000,WIRING HARNESS MAY CHAFE AGAINST SHARP EDGES UNDER THE DASHBOARD AND AGAINST A SUPPORT UNDER THE REAR SEAT (1988 MODELS ONLY).,THIS COULD CAUSE A SHORT CIRCUIT; THE RESULTING HEATBUILDUP COULD CAUSE SMOKE OR A FIRE IN THE PASSENGER COMPARTMENT.,INSTALL RUBBER PROTECTIVE STRIPS TO SHARP EDGES AND COMPLETELY ENCASE WIRE HARNESS IN A PROTECTIVE PLASTIC TUBE. -11/01/1988,88E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E025000),CENTURY WRECKER CORP.,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Equipment,215,THE L BAR LATCH WAS OF LESSER STRENGTH THAN SPECIFIED.,DUE TO THIS CONDITION A FATIGUE FRACTURE OF THE LATCHCOULD OCCUR WITHOUT PRIOR WARNING. IF A VEHICLE WAS BEING TOWED IT COULD BEDROPPED AND RESULT IN A VEHICLE CRASH.,ALL LATCHES WILL BE REPLACED ON AFFECTED WHEEL LIFT UNITS. -11/01/1988,88V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V172000),AUTOMATIC EQUIP. MFG. CO.,STRUCTURE:TONGUE DOLLY,TRAILER HITCHES,NR (Not Reported),Vehicle,1219,CRACKS MAY OCCUR IN THE MATERIAL OF THE TONGUE MOUNT WHERE THREE ONE INCH HOLES ARE LOCATED TO ACCOMMODATE RUBBER GROMMETS.,TONGUE MOUNT COULD FAIL AND RESULT IN TRAILER SEPARATION.,"REALIGN, REINFORCE, AND WELD FRACTURED PART." -11/01/1988,88V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V170000),NEOPLAN USA CORPORATION,SUSPENSION:TANDEM AXLE:REAR:SUPPORT BAR:CROSS TUBE,SUSPENSION,NR (Not Reported),Vehicle,90,"AXLE SYSTEM IS SUBJECT TO CRACKING OF CROSS TUBES AND TRAILING ARMS, AS WELL AS FAILURE OF MOUNTING BOLTS.",FAILURE OF THE TAG AXLE WILL REDUCE THE LOAD CARRYINGCAPABILITY OF THESE BUSES.,INSTALL NEW AXLE SYSTEM. -10/24/1988,88V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V168000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4513,FASTENERS THAT RETAIN THE BRAKE PEDAL TO THE PIVOT TUBE MAY NOT HAVE BEEN PROPERLY TORQUED.,BRAKE PEDALS COULD DETACH FROM THE PIVOT TUBE WHILE TRUCKIS IN OPERATION WHICH COULD RESULT IN AN ACCIDENT.,REINSTALL BRAKE PEDAL CLAMP FASTENERS WITH LOCTITE AND TORQUE PROPERLY. -10/24/1988,88V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V167000),FREIGHTLINER LLC,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,160,"NUTS THAT RETAIN THE STEERING AND TIE ROD ARMS MAY CRACK WHILE TIGHTENING, DUE TO A DEEP BAR DEFECT.",STEERING CAPABILITIES COULD BE ADVERSELY AFFECTED.,"REPLACE THE STEERING LEVER NUTS. IF NUTS ARE CRACKED, MOUNTING STUDS WILL ALSO BE REPLACED." -10/20/1988,88V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V169000),"CARPENTER BDY WRKS, INC.",STRUCTURE:DOOR:EMERGENCY:ROOF,STRUCTURE,NR (Not Reported),Vehicle,745,,EMERGENCY DOOR WOULD BECOME NON OPERATIONAL IF C CLIPSCAME LOOSE AND FELL OFF.,INSTALL C CLIPS OF THE PROPER SIZE. -10/18/1988,88V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V161000),"Mack Trucks, Inc.",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,408,CERTAIN ENGINE SUPPORT CASTINGS WERE PRODUCED WITH FAULTY METALLURGY AND COULD FAIL.,"FAILURE OF ONE OR BOTH BRACKETS COULD CAUSE DISLOCATIONOF ENGINE AND TRANSMISSION ASSEMBLY, WHICH COULD RESULT IN TRUCK DISABLEMENT,POSSIBLE LOSS OF ACCELERATOR CONTROL AND AN ACCIDENT.",REPLACE REAR ENGINE SUPPORTS AS NECESSARY. -10/18/1988,88C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88C024000),"FISHER-PRICE, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,390000,A FOREIGN OBJECT OR SUBSTANCE CAN CAUSE THE WHITE LOCK LEVER TO BE STUCK IN THE DOWN POSITION AT THE TIME THE CHEST SHIELD IS UNBUCKLED TO REMOVE THE CHILD.,SHOULDER BELT COULD RETRACT TOO FAR MAKING IT DIFFICULTTO REMOVE THE CHILD.,"INSTALL A BELT BUTTON WHICH ACTS AS A STOP, LIMITING THE RETRACTION OF THE SHOULDER BELT." -10/18/1988,88V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V164000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27369,FUEL FEED HOSE COULD LEAK AT THE COUPLING ON THE ENGINE END OF THE HOSE ASSEMBLY.,FUEL LEAKAGE INTO THE ENGINE COMPARTMENT COULD RESULT INAN ENGINE COMPARTMENT FIRE THAT COULD SPREAD TO THE PASSENGER COMPARTMENT.,INSTALL NEW FUEL FEED HOSE ASSEMBLY. -10/18/1988,88V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V162000),"Mack Trucks, Inc.",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5098,THERE MAY BE INSUFFICIENT WELD WHERE THE STEP IS WELDED TO THE FUEL TANK.,WELD CRACKS COULD EVENTUALLY CAUSE STEPS TO DISENGAGEAND POSSIBLY INJURE PERSONS ENTERING OR LEAVING THE TRUCK.,REPLACE FUEL TANK STEPS WITH CRACKS; MODIFY OTHERS TO PREVENT STEP FROM SEPARATING FROM THE TANK. -10/18/1988,88V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V165000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,124,PLASTIC ROLLOVER VALVE MOUNTING PLATE MAY NOT BE PROPERLY SEALED TO THE PLASTIC FUEL TANK.,"FUEL OR VAPOR COULD LEAK, WHICH COULD RESULT IN A VEHICLEFIRE.",REPLACE FUEL TANK. -10/18/1988,88V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V163000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,85063,SEAT BELT BUCKLES MAY NOT PROPERLY LATCH ALLOWING THE LATCH PLATE TO BE REMOVED FROM THE BUCKLE WITHOUT PRESSING THE RELEASE BUTTON.,"IN EVENT OF A SUDDEN STOP OR COLLISION, SEAT BELT COULDRELEASE, INCREASING THE RISK OF INJURY TO OCCUPANTS.",REPLACE SEAT BELT BUCKLES. -10/18/1988,88V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V166000),"Volvo Car USA, LLC",POWER TRAIN:DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,69917,FRONT DRIVESHAFT FLANGE BOLTS MAY LOOSEN.,THIS CAN RESULT IN SEPARATION OF THE DRIVESHAFT FROM THETRANSMISSION AND DAMAGE TO THE GEAR SELECTOR.,REPLACE THE DRIVESHAFT FLANGE BOLTS AND NUTS; MODIFY THE JOINT BETWEEN THE DRIVESHAFT AND TRANSMISSION. -10/11/1988,88V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V160000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,92,STEERING ARM MAY FAIL IF USED ON EATON EFA12F4 FROM AXLE IN CONJUNCTION WITH ROSS HFB70 POWER STEERING GEAR.,A FAILED STEERING GEAR ARM COULD LEAD TO LOSS OF VEHICLECONTROL AND VEHICLE CRASH.,INSTALL A NONADJUSTABLE 1500 PSI POWER STEERING PUMP PRESSURE RELIEF VALVE TO LIMIT STEERING ARM FORCES. REPLACE STEERING ARM WITH A DESIGN CAPABLE OF WITHSTANDING HIGHER FORCES. ADJUST MAXIMUM POPPET VALVE SETTINGS TO 500 PSI AND ADJUST AXLE STOPS. -10/04/1988,88V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V156000),GRUMMAN OHIO CORP.,LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,406,"INSTALLATION OF TWO OPTIONAL REAR SIDE TURN SIGNAL LIGHTS INCREASED THE BULB LOAD ON THE COMBINATION TURN/HAZARD FLASHER FROM 8 TO 10 BULBS, WHEN OPERATED IN THE HAZARD MODE.",FLASHER DID NOT MEET THE HAZARD FLASHER PERFORMANCE TESTREQUIREMENTS SPECIFIED IN FMVSS 108.,INSTALL A COMBINATION TURN/HAZARD FLASHER THAT COMPLIES WITH THIS STANDARD. -10/04/1988,88V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V157000),"Navistar, Inc.",STEERING:POWER ASSIST:BELT,STEERING,NR (Not Reported),Vehicle,3743,"THE V BELT PULLEY, WHICH DRIVES THE HYDRAULIC PUMP PROVIDING POWER ASSIST FOR STEERING AND HYDRAULIC BRAKES, CAN FAIL.",LOSS OF POWER ASSIST TO THE STEERING AND POWER ASSIST TOHYDRAULIC BRAKES CAN RESULT IN A VEHICLE CRASH WITHOUT WARNING.,INSTALL DIFFERENT PULLEY AND REINFORCE POWER STEERING PUMP MOUNTING. -10/04/1988,88V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V158000),"CHANCE COACH, INC.",STEERING:POWER:SHAFT SECTOR,STEERING,NR (Not Reported),Vehicle,7,STEERING DRIVE SHAFT WAS NOT PROPERLY ASSEMBLED TO THE STEERING GEAR UNIT.,THIS MISASSEMBLAGE DOES NOT ALLOW PROPER ENGAGEMENT OFTHESE STEERING COMPONENTS.,REPAIR MISASSEMBLAGE OF STEERING COMPONENTS AND PROPERLY TORQUE STEERING FASTENERS. -10/04/1988,88V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V159000),Honda (American Honda Motor Co.),WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2032,ONE OR MORE OF THE FOUR BRAKE DISC MOUNTING BOLTS COULD LOOSEN AND CONTACT THE BRAKE CALIPER BRACKET WITH SEVERE FRONT BRAKE USAGE.,"WHEEL HUB COULD CRACK AND BRAKE DISC MAY SEPARATE FROMTHE HUB, RESULTING IN LOSS OF FRONT BRAKING.",INSTALL AN IMPROVED FRONT WHEEL HUB. -09/29/1988,88V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V155000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,75000,WINDSHIELD FRAME METAL MAY CRACK AT THE WIPER ARM PIVOT MOUNTINGS DUE TO METAL STRESS DURING WIPER OPERATION.,"THIS CAN CAUSE DISLOCATION AND BINDING OF THE WIPERSYSTEM LINKAGE WHICH, IN INCLEMENT WEATHER, COULD AFFECT DRIVER VISIBILITY ANDRESULT IN AN ACCIDENT.",RETROFIT WITH A WINDSHIELD FRAME REINFORCEMENT AT THE WIPER PIVOT LOCATIONS AND REDESIGNED LINKAGE COMPONENTS TO REDUCE STRESS AT THE PIVOT MOUNTINGS. -09/27/1988,88V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V154000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,129,THE UNDERSIZED WELD ON THE REAR SUSPENSION BRACKETRY ATTACHMENT CAN CAUSE BRACKET FAILURE.,"BRACKET FAILURE CAN ALLOW THE SPRING ASSEMBLY TO BERELEASED ONTO THE ROADWAY, POSSIBLY RESULTING IN LOSS OF CONTROL AND ANACCIDENT.",REPLACE ANY HOUSINGS THAT HAVE SINGLE PASS (UNDERSIZED) WELDS ON THE BRACKETRY ATTACHMENT. -09/27/1988,88V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V153000),"Mack Trucks, Inc.",WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,19,FASTENERS THAT HOLD THE REAR WHEEL TO THE HUB AND DRUM ASSEMBLY MAY BE IMPROPERLY TORQUED.,"AN UNDERTORQUED FASTENER WILL LOOSEN UP AND CAN RESULT INWHEEL SEPARATION, LOSS OF CONTROL, AND AN ACCIDENT.",PROPERLY TORQUE REAR WHEEL SPACE FASTENERS. -09/26/1988,88V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V152000),HOLIDAY RAMBLER CORP.,LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,112,LEAK IN LP GAS SERVICE LINE CAUSED BY LINE CONTACTING REAR SUSPENSION SYSTEM WHICH RESULTS IN LINE RUPTURE.,A RUPTURED LINE WOULD RELEASE LP GAS TO THE ATMOSPHERECREATING THE POSSIBILITY OF AN EXPLOSION AND/OR FIRE AND POTENTIAL PERSONALINJURY TO ANY OCCUPANT OR PERSON IN CLOSE PROXIMITY OF THE MOTORHOME.,THE LP GAS SERVICE LINE WILL BE RELOCATED TO PRECLUDE CONTACT WITH THE REAR SUSPENSION SYSTEM. -09/20/1988,88T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T011000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,30204,INCORRECT CURE PROCEDURE DURING MANUFACTURING PROCESS.,THIS CONDITION COULD CAUSE TIRE TO DEVELOP A RAPID LOSSOF AIR IN THE SHOULDER AREA OF THE TIRE.,TIRE WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -09/19/1988,88E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E023000),MIDAS INTERNATIONAL CORP.,EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,156,HEAT SHIELD WAS INSTALLED ON LOWER SIDE OF MUFFLER INSTEAD OF THE UPPER SIDE.,"THE HEAT SHIELD ASSISTS IN DISSIPATION OF HEAT FROM THEUPPER PORTION OF THE MUFFLER. WITHOUT THE HEAT SHIELD, THE MUFFLER MIGHTCONTACT THE TRUNK OF THE CAR, DAMAGING THE CONTENTS.",A HEAT SHIELD WILL BE INSTALLED ON THE UPPER PORTION OF THE MUFFLER. -09/16/1988,88V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V151000),FONTAINE MODIFICATION CO.,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,29,IN ADDING AN AIR TRACTOR PACKAGE TO THE STANDARD AIR OVER HYDRAULIC BRAKE SYSTEM A MIX OF PIPE FITTINGS WAS MADE WHICH WERE INCOMPATIBLE WITH THE PIPE THREADS ON THE VEHICLES AIR BRAKE SYSTEM.,THIS CONDITION COULD RESULT IN AIR LEAKS IN THE BRAKESYSTEM AND REDUCE THE BRAKING ABILITY.,INSTALL CORRECT FITTINGS AS NECESSARY. -09/13/1988,88V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V150000),Volvo Trucks North America,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,7879,THE SEAT CUSHION MAY INTERFERE WITH THE SEAT BELT RETRACTOR MECHANISM KEEPING IT FROM LOCKING.,SEAT BELT WOULD BE INEFFECTIVE AND WOULD NOT RESTRAINOCCUPANT IN EVENT OF A SUDDEN STOP OR ACCIDENT.,INSTALL A SPACER BEHIND THE BELT ASSEMBLY MOUNT. -09/07/1988,88V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V149000),"SAAB CARS USA, INC.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:SHA,SUSPENSION,NR (Not Reported),Vehicle,3000,BOLTS USED IN THE ATTACHMENTS OF THE FRONT SUSPENSION SYSTEM CONTROL ARMS MAY BE DEFECTIVE.,"IF MORE THAN ONE OF THE THREE BOLTS SHOULD FAIL, LOWERFRONT CONTROL ARM COULD COME LOOSE LEADING TO LOSS OF DIRECTIONAL CONTROL OF AFRONT WHEEL.",REPLACE BOLTS WITH PROPER SPECIFICATION BOLTS. -09/06/1988,88V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V148000),FREIGHTLINER LLC,ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1250,RESONATORS USED IN MANUFACTURING OF VIGIL II LIGHTBARS MAY CAUSE UNPREDICTABLE OPERATION.,"THIS COULD RESULT IN LOSS OF TURN SIGNALS, HAZARD WARNINGLIGHTS, HIGH BEAM INDICATOR, OR LOW AIR WARNING SIGNAL.",REPLACE SUSPECT LIGHT BARS. -09/06/1988,88V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V147000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,11000,SEAT TETHER BELTS MAY NOT HAVE BEEN ADJUSTED DURING ASSEMBLY.,"DURING AN IMPACT, DRIVER AND/OR RIDER CAN MOVE FORWARDAND POSSIBLY STRIKE THE WINDSHIELD, EVEN WHEN WEARING A SEAT BELT.",ADJUST SEAT TETHER BELT IF NECESSARY. -09/02/1988,88V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V145000),Ford Motor Company,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,90000,WIRING FOR THE POWER LUMBAR SEAT SYSTEM WAS ROUTED DIRECTLY BENEATH THE SEAT CUSHION SPRINGS AND MAY BE ABRADED BY THE SPRINGS.,THIS COULD RESULT IN A SHORT CIRCUIT WHICH MAY CREATESUFFICIENT HEAT TO START A FIRE IN THE SEAT CUSHION PAD AND/OR TRIM COVER.,INSTALL A FUSE WITHIN THE POWER LUMBAR ELECTRICAL CIRCUIT. -09/02/1988,88V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V146000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,57400,SLIDING REAR WINDOW MAY CONTAIN GLAZING PANELS WHICH DO NOT MEET REQUIREMENTS OF FMVSS 205.,A FRACTURED WINDOW MAY CONTAIN FRAGMENTS THAT ARE LARGERTHAN THE 425 GRAMS ALLOWED.,REPLACE SUSPECT WINDOW PANELS. -09/01/1988,88E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E022000),DANA CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Equipment,6883,"CYLINDER ROD AND ROD JOINTS ARE WELDED, THESE WELDS ARE SUBJECT TO BRITTLE FATIGUE FRACTURE CAUSED BY RAPID COOLING ALSO THE WELD AREA IS CONTAMINATED BY CHROME PLATING.",FAILURE OF THE WELDS ALLOWS THE DUMP BODY TO FALL OR THECONTAINER OF REFUSE WILL DROP.,REPLACE HYDRAULIC CYLINDER WITH NEW CYLINDER. -08/29/1988,88V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V144000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1700,BRAKE BOOSTERS HAVE BEEN IMPROPERLY ASSEMBLED WITH THE TWO HALVES OF THE BOOSTER UNIT INSUFFICIENTLY CONNECTED.,BRAKE BOOSTER HALVES COULD SEPARATE UNDER HEAVY BRAKEAPPLICATION AND BRAKING POWER WOULD SUDDENLY DIMINISH WHICH COULD RESULT IN ANACCIDENT.,REPLACE BRAKE BOOSTERS AS NECESSARY. -08/29/1988,88V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V143000),"General Motors, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1655,FUEL ROLLOVER VALVE ASSEMBLY MAY NOT HAVE BEEN INSTALLED.,IN EVENT OF AN ACCIDENT IN WHICH VEHICLE BECOMES INVERTEDMISSING VALVE COULD ALLOW FUEL SPILLAGE IN EXCESS OF AMOUNT ALLOWED BY FMVSS 301WHICH COULD RESULT IN A FIRE.,REPLACE FUEL SENDER AND PUMP ASSEMBLY. -08/29/1988,88V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V142000),CAMP INDUSTRIES,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,79,AN INCORRECT SEAT BELT ASSEMBLY WAS INSTALLED IN THE DRIVER AND PASSENGER SEATS.,MOTORHOMES WOULD NOT COMPLY WITH FMVSS 208.,INSTALL TYPE 2 SEAT BELT ASSEMBLIES. -08/29/1988,88E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E021000),"VICTOR AUTOM. PROD., INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,100000,FAILS TO MEET DURABILITY AND FLASH RATE REQUIREMENTS OF FMVSS NO. 108.,FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REFUND PURCHASE PRICE UPON RETURN OF FLASHER TO THE MANUFACTURER. -08/26/1988,88V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V141000),FREIGHTLINER LLC,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,9681,SEAT BELT WEBBING MAY CHAFE AS THE SEAT SLIDES BACK AND FORTH.,OVER TIME BELT COULD WEAR THROUGH RENDERING ITINEFFECTIVE.,INSTALL A SPACER FOR ADDITIONAL CLEARANCE BETWEEN THE SEAT BELT AND SEAT FRAME. REPLACE CHAFED SEAT BELTS AS NECESSARY. -08/25/1988,88V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V140000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,240,AN INCORRECT FRONT AXLE BRAKE VALVE MAY HAVE BEEN INSTALLED.,BRAKING ABILITY OF THE VEHICLE WITHOUT A TRAILER COULDBE REDUCED WHICH COULD RESULT IN AN ACCIDENT.,REPLACE THE LQ4 VALVE WITH A QR1 QUICK RELEASE VALVE. -08/22/1988,88V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V139000),CX AUTOMOTIVE CORPORATION,LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,90,TURN SIGNAL DOES NOT CANCEL WITH ROTATION OF STEERING WHEEL.,THIS CONDITION CAUSES THE VEHICLE TO FAIL TO MEET THEREQUIREMENT OF FMVSS NO. 108.,A NEW TURN SIGNAL SWITCH DESIGNED TO OPERATE AS REQUIRED BY FMVSS NO. 108 WILL BE INSTALLED. -08/18/1988,88E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E020000),ROSS GEAR DIV.,STEERING:GEAR BOX,STEERING,NR (Not Reported),Equipment,27030,AN INTERNAL FAILURE OF THE STEERING GEAR RESULTING IN EITHER A LOCK UP OR SEPARATION OF THE STEERING MECHANISM.,"IF EITHER OF THE ABOVE FAILURES OCCUR, IT CAN RESULT INA LOSS OF STEERING CONTROL WITHOUT PRIOR WARNING AND POSSIBLY A VEHICLE CRASH.",THE SUSPECT STEERING GEAR WILL BE REMOVED AND REPLACED WITH A NEW OR REBUILT GEAR. -08/16/1988,88V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V138000),FREIGHTLINER LLC,AIR CONDITIONER:OTHER PART,EQUIPMENT,NR (Not Reported),Vehicle,19898,THE HEATER/AIR CONDITIONER BLOWER MOTOR SPEED CONTROL RESISTORS CAN UNDER CERTAIN CONDITIONS OVERHEAT AND STALL.,"THIS COULD RESULT IN LOW AIR FLOW ACROSS THE RESISTORNETWORK AND HIGH AMPERAGE, ALLOWING THE AIR DUCT TO REACH ELEVATED TEMPERATURESWITH THE POSSIBILITY OF A FIRE.",INSTALL A THERMO CUTOFF DEVICE IN THE HEATER/AIR CONDITIONER SYSTEM AND/OR REPLACE THE BLOWER MOTOR SWITCH. -08/16/1988,88V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V137000),"General Motors, LLC",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1503,MELTING OF THE AIR BRAKE LINES CAN OCCUR WHERE THE AIR LINES ROUTE UNDER THE LEFT HAND FRAME RAIL NEAR THE EXHAUST PIPE.,"THIS COULD RESULT IN PARTIAL OR TOTAL LOSS OF SERVICEBRAKES WITHOUT WARNING, WHICH COULD LEAD TO A VEHICLE CRASH.",REROUTE AIR LINE HARNESS AWAY FROM THE EXHAUST SYSTEM; REPLACE HARNESS IF HEAT DETERIORATION HAS OCCURED. -08/16/1988,88T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T010000),Cooper Tire & Rubber Co.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,156266,TIRES WERE BUILT WITHOUT THE SPECIFIED BEAD FLIPPER.,THE OMISSION OF THE BEAD FLIPPER MAKES THE TIRESUSCEPTIBLE TO CHAFING IN THE RIM FLANGE AREA THIS COULD LEAD TO LOSS OFINFLATING AIR. THE LOSS OF AIR COULD RESULT IN LOSS OF STEERING CONTROL WITHPOSSIBLE VEHICLE CRASH.,REPLACE TIRE WITH NEW ONE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -08/15/1988,88V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V136000),"IVECO TRUCK OF N.A., INC.",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1243,CONTAMINANTS IN THE HYDRAULIC BRAKE FLUID MAY CAUSE A DECREASE IN THE BRAKE FLUID PRESSURE PRODUCED BY THE MASTER CYLINDER WHEN THE BRAKE PEDAL IS DEPRESSED.,A DECREASE IN STOPPING CAPABILITY CAN OCCUR WITHOUTWARNING.,REMOVE ANY CONTAMINATED BRAKE FLUID AND REPLACE. -08/11/1988,88V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V135000),"BMW of North America, LLC",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,8187,THE DRIVER AND/OR PASSENGER SEATBACKS MAY NOT HAVE BEEN FULLY ATTACHED TO THE SEAT BASE RECLINING ARMS (ATTACHING BRACKETS).,"THERE MAY BE LOOSENESS OF, OR NOISE IN, THE SEATBACK;ALSO, DURING A SEVERE REAR IMPACT, SEATBACK MIGHT NOT SUPPORT THE OCCUPANT.",MANUALLY SEAT THE SEATBACK ON THE BASE. -08/09/1988,88V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V133000),Ford Motor Company,ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,14975,EXTREME OPERATING CONDITIONS COULD CAUSE PREMATURE DETERIORATION OF THE ENGINE COMPARTMENT HEATER HOSES OR ENGINE BYPASS HOSES.,ENGINE COOLANT COULD DISCHARGE ONTO THE ENGINE AND ITSEXHAUST MANIFOLD CREATING THE POTENTIAL FOR A FIRE DUE TO THE HIGH ENGINEEXHAUST MANIFOLD TEMPERATURES.,REPLACE HOSES AND RADIATOR CAPS; INSTALL HIGH HEAT RESISTANCE ALUMINIZED STAINLESS STEEL MUFFLERS. -08/09/1988,88V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V134000),"THOMAS BUILT BUSES, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,51,LUGGAGE RACK ABOVE THE SEATS PROTRUDES INTO THE UPPER LIMIT OF THE HEAD IMPACT ZONE.,BUSES DO NOT COMPLY WITH FMVSS 222.,REPOSITION LUGGAGE RACK. -08/09/1988,88T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T009000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,776,THE TIRE MAY LOSE AIR BECAUSE A CURING PRESS INDENTIFICATION TIN WAS BENT AND CREATED A VOID THROUGH THE SIDEWALL AND LINER STOCK.,LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITHTHE POTENTIAL FOR A CRASH.,REPLACE TIRE WITH NEW TIRE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -08/08/1988,88V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V132000),AM GENERAL LLC,ENGINE:GASKETS:VALVE COVER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5645,PLASTIC PRODUCTION ENGINE VALVE ROCKER COVER MAY LEAK OIL DUE TO WARPING OR IMPROPER SEALING.,OIL COULD IGNITE AND CREATE AN ENGINE COMPARTMENT FIRE.,REPLACE ENGINE VALVE ROCKER COVER. -08/04/1988,88V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V131000),"WESTERN STAR TRUCKS, INC.",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,100,STEERING ARMS USED ON FRONT AXLES CONTAIN DIMENSIONAL INCONSISTENCIES.,STEERING ARMS COULD EVENTUALLY DEVELOP FATIGUE CRACKS.,REPLACE SUSPECT FRONT STEERING ARMS. -08/01/1988,88V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V127000),Toyota Motor Corporation,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,11486,"DUE TO A DESIGN DEFECT IN THE THREAD PROFILE OF THE CAR JACK, WHEN THE WAGON IS RAISED, THE JACK MAY BE UNABLE TO SUSTAIN THE VEHICLE.",JACK COULD LOWER ITSELF WITH POTENTIAL TO CAUSE PERSONALINJURY.,REPLACE JACK. -08/01/1988,88V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V129000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,6500,"FRONT PASSENGER SEAT LAP BELT RETRACTOR, WHICH INCORPORATES A CHILD SEAT BELT LOCKING FEATURE, MAY MALFUNCTION.",SEAT BELT LOCK WOULD EXTRACT AND CHILD SEAT MAY MOVE OUTOF ITS RESTRAINED POSITION.,REPLACE FRONT PASSENGER SEAT LAP RETRACTOR WITH A REDESIGNED RETRACTOR. -08/01/1988,88V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V128000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,95,AUTOMATIC TRANSMISSIONS EXPERIENCED ENDURANCE FAILURES OF PARK MECHANISM COMPONENTS DURING SEVERE TESTING.,VEHICLES WOULD BE SUBJECT TO TRANSMISSION FAILURES.,RETROFIT TRANSMISSION. -08/01/1988,88V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V130000),FLXIBLE CORPORATION,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,409,AIR OPEN/SPRING CLOSED TYPE EXIT DOOR MAY BE INCORRECTLY WIRED.,DRIVER CAN DRIVE OFF WITH EXIT DOOR NOT CLOSED AND LOCKEDWHICH COULD RESULT IN A PASSENGER FALLING OUT OF THE EXIT DOOR WHILE THE BUS ISMOVING.,CORRECT DOOR WIRING AND READJUST DOORS. -07/28/1988,88V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V126000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,24106,SOME AIR BRAKE HOSE ASSEMBLIES MAY NOT COMPLY WITH BURST STRENGTH REQUIREMENTS OF FMVSS 106.,VEHICLES DO NOT COMPLY WITH STANDARD.,REPLACE SUSPECT HOSE ASSEMBLIES. -07/27/1988,88V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V125000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,6400,SOME OF THE NUTS/BOLTS USED TO FASTEN THE STEERING PITMAN ARM MAY LOOSEN.,THIS WOULD ALLOW THE PITMAN ARM TO COME OFF THE STEERINGGEAR SECTOR SHAFT AND RESULT IN IMMEDIATE LOSS OF STEERING CONTROL AND A VEHICLECRASH COULD OCCUR.,RETORQUE NUTS/BOLTS WHERE NECESSARY. -07/26/1988,88V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V124000),"Mack Trucks, Inc.",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,294,"POWER STEERING PUMPS MAY HAVE A RIDGE INSIDE THE ALUMINUM HOUSING WHICH COULD DETACH ITSELF FROM THE HOUSING AND BECOME WEDGED INSIDE THE RELIEF VALVE, KEEPING IT OPEN.",THIS COULD RESULT IN SUDDEN LOSS OF ASSISTANCE TO THESTEERING WITH THE POTENTIAL FOR AN ACCIDENT.,REPLACE POWER STEERING PUMP. -07/25/1988,88V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V120000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:AUXILLIARY GENERATOR,EQUIPMENT,NR (Not Reported),Vehicle,499,THE GROUNDING LUG ATTACHED TO THE METAL CASE OF THE 120VAC/12VDC POWER CONVERTER DOES NOT HAVE REQUIRED GROUNDING CONDUCTOR CONNECTED TO THE CHASSIS GROUND SYSTEM.,AN ELECTRICAL SHOCK HAZARD MAY EXIST IF AN INSULATIONFAILURE OF A CONDUCTOR INSIDE THE CONVERTER SHOULD OCCUR.,INSTALL CONVERTER CASE GROUND CONDUCTOR. -07/25/1988,88V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V119000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39,"DUE TO AN INCORRECT CAB SUPPORT LEG, THROTTLE ROD WHEN SEPARATED, COULD CAUSE THROTTLE LINKAGE TO LOCK IN THE FULL THROTTLE POSITION.","IF THROTTLE LOCKED IN FULL THROTTLE POSITION WHILE THETRUCK IS MOVING, LOSS OF VEHICLE CONTROL COULD RESULT IN AN ACCIDENT.",INSTALL A RESTRICTOR PLATE TO THE CAB LEG. -07/25/1988,88V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V123000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1142,BRACKETS USED TO ATTACH CRUISE CONTROL TO THE FUEL PUMP MAY BEND AND/OR DEFLECT.,THROTTLE LINKAGE COULD BIND AND NOT CONFORM TO THROTTLERETURN TIMING OF FMVSS 124.,REPLACE SUSPECT BRACKETRY WITH A REINFORCED PART. -07/25/1988,88V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V122000),PACCAR Incorporated,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,111,STEERING DRAGLINK NUTS MAY NOT BE PROPERLY TORQUED.,DRAGLINK COULD LOOSEN AND CAUSE ERRATIC STEERING WHICHCOULD RESULT IN AN ACCIDENT.,RETORQUE DRAGLINK. -07/25/1988,88V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V121000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,33,THERE MAY BE POOR BOND ADHESION BETWEEN WINDSHIELD GLASS AND MOUNTING.,WINDSHIELD COULD SEPARATE DURING A 30 MPH FRONTAL BARRIERTEST REQUIRED BY FMVSS 212. SUCH SEPARATION DURING AN ACCIDENT COULD RESULT INAN UNBELTED OCCUPANT BEING EJECTED AND INJURIED.,REINSTALL WINDSHIELD ASSURING PROPER ADHESION. -07/22/1988,88V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V118000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28000,"ELECTRICAL CIRCUIT THAT CONTROLS CURRENT TO BRAKE PUMP MOTOR RELAY, HEATER AND AIR CONDITIONING BLOWER MOTOR, TURN SIGNALS, AND A ELECTRONIC MESSAGE CENTER MAY OVERHEAT DUE TO INABILITY OF IGNITION CIRCUIT WIRING CONNECTIONS TO DISSIPATE HEAT GENERATED BY ELECTRICAL LOADS.","BRAKE PUMP MOTOR WILL NOT OPERATE, SUBSTANTIALLY REDUCINGBRAKING CAPABILITY; BRAKE WARNING LIGHT WILL COME ON.",REPLACE IGNITION SWITCH AND MODIFY SWITCH WIRING. -07/22/1988,88E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E019000),HOLLAND HITCH COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,2262,PINTLE BODY CHEMISTRY AND HEAT TREAT PROBLEM WHICH RESULTS IN DECREASED PINTLE HORN STRENGTH.,WITH THE DECREASED STRENGTH IN THE PINTLE HOOK HORN ITCOULD ALLOW SEPARATION OF THE TRACTOR AND TRAILER.,THE PINTLE HOOK WILL BE REPLACED WITH A NEW PROPERLY HEAT TREATED AND CORRECT MATERIAL. -07/22/1988,88V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V117000),Honda (American Honda Motor Co.),FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,279821,"UNDER CERTAIN CONDITIONS, MECHANICAL FUEL PUMPS MAY DEVELOP FUEL LEAKAGE AT CRIMPED SEAM BETWEEN THE TWO FUEL PUMP HALVES.",FUEL LEAKAGE IN THE ENGINE COMPARTMENT CREATES APOSSIBILITY OF A FIRE.,INSTALL AN IMPROVED FUEL PUMP ASSEMBLY. -07/22/1988,88V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V116000),Land Rover,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4704,CORROSION COULD OCCUR BETWEEN THE FUEL FILTER AND ITS RETAINING BRACKET.,THIS COULD RESULT IN PERFORATION OF THE FILTER CASINGAND FUEL LEAKAGE WITH POTENTIAL FOR A FIRE.,INSTALL MODIFIED FUEL FILTER BRACKET. -07/19/1988,88V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V114000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,26000,"NYLON SHIELDED WIRING HARNESS, LOCATED IN THE ENGINE COMPARTMENT, IS SUSCEPTIBLE TO HEAT DAMAGE AND MELTING OF THE NYLON MATERIAL IN 100 DEGREE PLUS WEATHER.",MELTED NYLON SHIELD COULD DRIP ONTO THE EXHAUST MANIFOLDAND RESULT IN AN UNDERHOOD FIRE.,WRAP WIRING HARNESS WITH HEAT RESISTANT FIBERGLASS TAPE. -07/19/1988,88V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V113000),Volvo Trucks North America,SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,119,AXLE SEAT USED ON REAR AXLE MAY BE TOO HARD (BRITTLE) AND COULD CRACK.,"THE AFFECTED AXLE WOULD BE LOOSE, AFFECTING STEERING ANDDIRECTIONAL CONTROL, WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND ANACCIDENT.",REPLACE SUSPECT AXLE SEAT. -07/19/1988,88V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V115000),"Winnebago Industries, Inc.",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,42,"DECORATIVE REAR AXLE COVERS, WHICH ARE HELD IN PLACE BY WHEEL RIM LUG NUTS, DO NOT ALLOW THE LUG NUTS TO RETAIN THE PROPER TORQUE.","LUG NUTS COULD LOOSEN, ALLOWING THE WHEEL TO SEPARATEFROM THE HUB, WHICH COULD RESULT IN AN ACCIDENT.",REPLACE DECORATIVE AXLE COVERS WITH COVERS WHICH HAVE BEEN CORRECTLY MANUFACTURED. -07/12/1988,88V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V112000),"WESTERN STAR TRUCKS, INC.",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,12,THE OUTER STAINLESS STEEL SKIN ON THE MUFFLER COULD REACH TEMPERATURES OVER 400 DEGREES.,PERSONS USING THE MUFFLER MOUNTED GRAB HANDLES FORSUPPORT TO ENTER OR EXIT THE CAB COULD RECEIVE SEVERE HAND OR ARM BURNS.,ADD HEAT SHIELDS TO THE STAINLESS STEEL WRAPPED MUFFLERS IN QUESTION. -07/08/1988,88V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V111000),Harley-Davidson Motor Company,BRAKES:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,846,FRONT BRAKE CALIPER IS SUBJECT TO LOOSEN.,THIS COULD RESULT IN FRONT WHEEL SEIZURE WITH POTENTIALFOR AN ACCIDENT.,REPLACE THE UPPER BOLT ON THE BRAKE CALIPER; ALSO INSTALL A WASHER AND COTTER PIN TO FURTHER RESTRAIN MOVEMENT. -07/06/1988,88V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V109000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8328,TWISTED COMPONENTS COULD ALLOW THE LEFT FRONT BRAKE HOSE TO CONTACT THE FENDER LINING/RAIL AREA; OVER TIME THE BRAKE HOSE COULD WEAR THROUGH.,THIS COULD RESULT IN A LOSS OF BRAKE FLUID AND A PARTIALLOSS OF BRAKING CAPABILITY WHICH COULD RESULT IN AN ACCIDENT.,"INSPECT LEFT FRONT BRAKE HOSE FOR PROPER INSTALLATION AND REPLACE, AS NECESSARY." -07/06/1988,88V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V110000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,21485,LEFT HAND LOWER CONTROL ARM CAN CRACK AND COULD EVENTUALLY CAUSE THE LOWER BALL JOINT TO SEPARATE FROM THE CONTROL ARM.,LOSS OF STEERING CONTROL CAN OCCUR WHICH COULD RESULT INA CRASH WITHOUT PRIOR WARNING.,REPAIR OR REPLACE LOWER LEFT CONTROL ARM. -07/05/1988,88E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E018000),"RBW INDUSTRIES, INC.",STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,64,POSSIBLE OMISSION OF KINGPIN BRACES AND FINAL WELDING.,WITH THE ABOVE DEFECT THE 5TH WHEEL KINGPIN ASSEMBLYCOULD COLLAPSE UNEXPECTEDLY AND CAUSE DAMAGE TO BOTH THE TOW VEHICLE AS WELL ASTHE 5TH WHEEL.,INSPECTION AND REPLACEMENT OF KINGPIN ASSEMBLY. -07/05/1988,88V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V108000),"COLEMAN CO., INC.",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1437,"LEFT WHEEL COULD COME OFF THE AXLE, WHILE THE TRAILER IS BEING TOWED, DUE TO WHEEL LUG BOLTS LOOSENING.",WHEEL SEPARATION COULD RESULT IN AN ACCIDENT.,REPLACE ORIGINAL EQUIPMENT LUG BOLTS WITH LOC TITE LUG BOLTS. -07/01/1988,88V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V106000),"Chrysler (FCA US, LLC)",BRAKES:POWER ASSIST:PRIMARY:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1600,BRAKE BOOSTER VACUUM RESERVOIR CANISTERS MAY DEVELOP LEAKS DUE TO BUMPER IMPACT.,THIS WOULD RESULT IN LOSS OF POWER BRAKE ASSIST AND ANINCREASE IN STOPPING DISTANCE.,"REPLACE BRAKE BOOSTER VACUUM CANNISTERS WITH NEW TYPE CANNISTERS; ALSO, INSTALL A RESTRICTION ORIFICE TO ENSURE SUFFICIENT VACUUM IN EVENT CANNISTER LEAKAGE OCCURS." -07/01/1988,88V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V105000),"Chrysler (FCA US, LLC)",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,580000,FUEL LEAKAGE MAY OCCUR IN LOW AMBIENT TEMPERATURE OPERATION AT CONNECTIONS OF AN ENGINE COMPARTMENT FUEL SUPPLY HOSE TO THE PRESSURE REGULATOR AND TO THE FUEL RAIL.,"IN THE PRESENCE OF AN IGNITION SOURCE, FUEL LEAKAGE COULDRESULT IN A FIRE.",RELOCATE PRESSURE REGULATOR; REPLACE FUEL SUPPLY WITH FORMED HOSE WITH REVISED ROUTING CONFIGURATION TO ENSURE SEALING INTEGRITY. -07/01/1988,88V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V107000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4000,FUEL TANKS MAY BE CONSTRUCTED OF IMPROPER MATERIAL.,"FUEL COULD LEAK AT THE TANK SEAM WHICH, IN PRESENCE OFAN IGNITION SOURCE, COULD RESULT IN A FIRE.",REPLACE SUSPECT FUEL TANKS. -07/01/1988,88V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V103000),"PREVOST CAR, INCORPORATED",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,240,EMERGENCY EXIT UNLATCHING FORCES EXCEED THE 20 LBS. MAXIMUM ALLOWED.,BUSES DO NOT COMPLY WITH FMVSS 217.,MAKE ADJUSTMENT TO REDUCE UNLATCHING FORCES BELOW 20 LBS. -07/01/1988,88V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V104000),"Mercedes-Benz USA, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,2968,"REAR AXLE MUST BE RERATED FROM ITS PRESENT 21,200 LBS. GAWR TO 20,000 LBS. AS THE MAXIMUM LOAD CARRYING CAPACITY OF THE AXLE TO COMPLY WITH FMVSS 121.",TRUCKS DO NOT COMPLY WITH STANDARD.,"RERATE REAR AXLE TO 20,000 GAWR." -06/27/1988,88V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V101000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,22893,"TRANSMISSION SHIFT CABLES MAY NOT MEET FORDS PULL OUT LOAD SPECIFICATIONS FOR THE SWIVEL TUBE PORTION OF THE CABLE, WHICH COULD ALLOW THE SWIVEL TUBE TO SEPARATE FROM THE SHIFT CABLE ASSEMBLY.",OPERATOR WOULD NOT BE ABLE TO SHIFT FROM ONE OF THEDRIVE GEARS INTO PARK POSITION.,REPLACE SHIFT CABLE. -06/27/1988,88V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V102000),"Mack Trucks, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,140,COMPRESSION OF FRONT SPRINGS COULD INTERFERE WITH THE 90 DEGREE CROSSOVER FITTINGS ON THE BOTTOM OF THE GEARS.,"IF ONE OF THE FITTINGS BREAK, THE HYDRAULIC FLUID ISLOST, RESULTING IN LOSS OF POWER STEERING AND POSSIBLY A CRASH.","REPLACE CENTER PORT STEERING GEAR CYLINDER HEADS WITH NEW SIDE PORT CYLINDER HEADS. ALSO, INSTALL THICKER BUMPER STOPS TO ELIMINATE SPRING TO GEAR CONTACT." -06/24/1988,88V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V097000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16000,MISROUTED BATTERY CABLES COULD COME IN CONTACT WITH HOT OIL COOLER LINES OR SHARP OBJECTS AND DAMAGE THE INSULATION.,THIS COULD RESULT IN AN ELECTRICAL SHORT AND POSSIBLY AFIRE.,REROUTE AND REPLACE BATTERY CABLES AS NECESSARY. -06/24/1988,88V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V100000),"CRAGAR INDUSTRIES, INC.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,415,TRUCKS ARE SUBJECT TO PRESSURIZATION OF THE FUEL TANK UNDER CERTAIN CONDITIONS.,REMOVAL OF FUEL FILLER CAP COULD RESULT IN SPILLAGE ORSPEWING OF FUEL FROM THE TANK WITH POTENTIAL FOR FIRE OR EXPLOSION.,REPLACE CAP FOR THE FUEL FILLER LINE. -06/24/1988,88V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V099000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,283,ELECTRONIC THROTTLE SENSORS MAY FAIL TO RETURN TO IDLE DUE TO THROTTLE PEDAL STOP BEING INCORRECTLY MANUFACTURED OF ALUMINUM INSTEAD OF STEEL.,THIS COULD RESULT IN LOSS OF TRUCK CONTROL AND ANACCIDENT.,"REPLACE ALUMINUM THROTTLE PEDAL STOPS WITH A STEEL VERSION, ALSO, REPLACE THROTTLE POTENTIOMETER IF IT HAS BEEN OVERLOADED." -06/20/1988,88V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V096000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,5587,RIGHT SIDE TIE ROD STEERING ARM ON FRONT STEERING AXLE MAY HAVE MISSED THE HEAT TREATMENT OPERATIONS.,"TIE ROD STEERING ARM COULD FAIL, AFFECTING STEERINGCONTROL WHICH COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.",REPLACE RIGHT TIE ROD STEERING ARM. -06/14/1988,88V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V095000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14840,REAR LAMP WIRING HARNESS MAY CONTAIN OPEN OR INTERMITTENT CIRCUITS AFFECTING BACK UP LAMP OR LICENSE PLATE LAMP OPERATION.,LAMPS WOULD FLASH OR BE INOPERATIVE; CARS WOULD NOTCOMPLY WITH FMVSS 108.,INSTALL NEW WIRING HARNESS. -06/14/1988,88V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V094000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,72616,"FUEL FILLER NECK MAY HAVE BEEN INCOMPLETELY WELDED, ALLOWING FUEL TO LEAK FROM THE NECK ASSEMBLY.","IN THE EVENT OF A COLLISION IMPACT, FUEL SPILLAGE INEXCESS OF AMOUNT ALLOWED BY FMVSS 301 COULD RESULT IN A FIRE.",REPLACE FUEL FILLER NECK ASSEMBLY. -06/13/1988,88V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V093000),Oshkosh Corporation,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,351,FAN BLADE MAY CRACK AND SEPARATE WHERE THE BLADE OVERLAPS THE SPIDER.,"SEPARATED FAN BLADE COULD RESULT IN BODILY INJURY TOPERSONS NEAR BY AND ALSO COULD DAMAGE THE ENGINE, RADIATOR, ETC.",INSTALL A NEW ALL STEEL FAN. -06/10/1988,88E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E017000),VAPOR CORPORATION,AIR CONDITIONER:COMPRESSOR,EQUIPMENT,NR (Not Reported),Equipment,474,THE CYLINDER HEAD ON THE COMPRESSOR COULD CRACK OR BREAK.,SHOULD THE CYLINDER HEAD CRACK OR BREAK IT COULD RESULTIN AN EXPLOSION CAUSING BODILY INJURY TO PERSONS IN THE IMMEDIATE VICINITY.,THE CYLINDER HEAD AND HEAD SPRING WILL BE REPLACED. -06/10/1988,88V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V092000),Volvo Trucks North America,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,276,DECALS WARNING NOT TO USE ETHER OR STARTING FLUIDS MAY HAVE BEEN OMITTED FROM THE AIR CLEANER AND/OR INSTRUMENT PANEL.,INJECTION OF THESE FLUIDS INTO THE AIR INTAKE SYSTEMCOULD POSSIBLY BE IGNITED BY THE HEATING COILS AND AN EXPLOSION MAY OCCUR.,INSTALL WARNING LABELS. -06/09/1988,88C016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88C016000),VIRCO MANUFACTURING CORP.,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,16858,"FAILED HEAD EXCURSION AND HIC REQUIREMENT OF DYNAMIC SLED TESTS, FMVSS NO. 213 FOR CHILD RESTRAINT SYSTEM.",THE EXCESSIVE HEAD MOVEMENTS MAY ALLOW CHILD TO CONTACTOBJECTS INSIDE THE VEHICLE AND CAUSE PERSONAL INJURY.,REPLACE THE BOOSTER SEAT WITH A NEW CHILD RESTRAINT SYSTEM. -06/09/1988,88V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V098000),HAWKINS MOTOR COACH,SUSPENSION:TANDEM AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,115,LOWER MOUNTING BRACKET FOR AIR BAG HELPER SPRINGS ARE SUBJECT TO FLATTENING AND DEFORMING AND COULD SHIFT.,"SHIFTING BRACKET MAY PINCH A REAR BRAKE LINE, CRIMPINGAND BREAKING THE LINE; THIS COULD RESULT IN BRAKE FAILURE.","REPLACE THE BRACKET, BOLTS AND BRAKE LINE." -06/06/1988,88V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V091000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,60000,VEHICLES EQUIPPED WITH TRAILER TOW PACKAGE HAVE A TRAILER TAILLIGHT RELAY ASSEMBLY THAT CONTAINS WIRES OF SMALLER GAUGE THAN THE FUSE LINK WHICH PROTECTS THE CIRCUIT.,SHOULD A SHORT CIRCUIT OCCUR IN THE WIRING WITHIN THERELAY OR IF WATER INTRUSION OCCURS THE SMALLER GAUGE WIRE IN THE RELAY WILLFUNCTION AS A FUSE LINK AND OVERHEAT. THE POSSIBILITY EXISTS FOR A FIRE IF THEWIRES ARE EXPOSED TO COMBUSTIBLE MATERIALS.,INSTALLATION OF A RELAY WITH WIRES OF GAUGE ADEQUATE TO PROTECT THE CIRCUIT. -06/06/1988,88E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E015000),"Cummins, Inc.",ENGINE:GASKETS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,16500,THE ENGINE OIL COOLER GASKET MAY FAIL AND ALLOW OIL TO LEAK INTO THE ENGINE COMPARTMENT.,"DURING HIGH TEMPERATURE ENGINE OPERATION, LOSS OFLUBRICANT MAY OCCUR RAPIDLY AND LEAD TO ENGINE DAMAGE OR FIRE RESULTING FROM THELUBRICATING OIL SPRAYED FROM THE GASKET RUPTURE ONTO THE HOT EXHAUST SYSTEM.",INSTALLATION OF A NEW TYPE GASKET WITH A STEEL CORE. -06/01/1988,88E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E013000),"Kawasaki Motors Corp., U.S.A.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,78,FAILURE OF THE BACKREST MOUNTING ARMS DUE TO IMPROPER HEAT TREATMENT.,"BACKREST MAY BREAK FROM WEIGHT OF PASSENGER DURINGACCELERATION, POSSIBLY INJURING PASSENGER.",CUSTOMERS WILL BE REQUESTED TO RETURN BACKREST AND RECEIVE A REFUND FOR THE FULL PURCHASE PRICE. -06/01/1988,88V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V090000),HONEY RV INC.,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1350,LARGER REPLACEMENT FUEL TANK IS SUBJECT TO EXCESSIVE HEAT BUILDUP INSIDE THE TANK THAT CAN INCREASE FUEL TEMPERATURE AND TANK PRESSURE.,TANK PRESSURE COULD RESULT IN SPILLAGE OR SPEWING OFFUEL FROM THE FUEL FILL LINE WITH POTENTIAL FOR FIRE OR EXPLOSION.,INSTALL REPLACEMENT CAP FOR FUEL FILL LINE AND AFFIX WARNING LABEL. -06/01/1988,88E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E014000),"NORTH BEND INDUSTRIES,INC",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,345100,FAILURE TO MEET DURABILITY FLASH RATE AND CURRENT REQUIREMENTS OF FMVSS NO. 108.,FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REFUND OF PURCHASE PRICE UPON RETURN OF FLASHERS TO THE MANUFACTURER. -06/01/1988,88V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V088000),FREIGHTLINER LLC,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,150,THE WELDED GUSSETT SUPPORTING THE LOWER FUEL TANK STEP IS OF INSUFFICIENT STRENGTH.,STEPS COULD BREAK AWAY AND POSSIBLY CAUSE INJURY TO USER.,INSTALL AN END PLATE THAT WILL TIE TOGETHER UPPER AND LOWER STEPS ADDING SUFFICIENT STRENGTH TO SUPPORT THE LOWER STEP. -06/01/1988,88V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V089000),"Kawasaki Motors Corp., U.S.A.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,1497,"REAR WHEEL HUB DAMPER MAY SLIP OUT OF POSITION AND BECOME DAMAGED DURING HARD ACCELERATION, ALLOWING EXCESSIVE MOVEMENT BETWEEN THE HUB COUPLING AND THE REAR WHEEL HUB.","DAMPER COULD DETERIORATE COMPLETELY AND REAR WHEEL HUBOR TRANSMISSION GEARS MAY BREAK, WHICH COULD RESULT IN LOSS OF CONTROL AND ANACCIDENT.","REPLACE DAMPER, IF DAMAGED; REMOVE OIL ON REAR HUB AND SPROCKET CARRIER; AND INSTALL SPACERS IN SPROCKET CARRIER TO KEEP REAR HUB DAMPER FROM DEFORMING." -05/31/1988,88V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V087000),"Chrysler (FCA US, LLC)",HEATER:WATER:DEFROSTER:DEFOGGER:HEATER CORE:WATER,VISIBILITY,NR (Not Reported),Vehicle,240000,COOLING SYSTEM PRESSURES DURING OVERHEATED ENGINE OPERATION MAY EXCEED THE STRENGTH CAPABILITY OF CERTAIN COMPONENTS DUE TO INADEQUATE VENTING CAPACITY OF THE SYSTEM PRESSURE CAP.,THE BUILDUP OF PRESSURE MAY CAUSE HEATER CORE TO RUPTUREAND DISCHARGE HOT COOLANT AND STEAM IN THE PROXIMITY OF THE DRIVERS LEGS.,REPLACE ALL COOLANT SYSTEM PRESSURE CAPS WITH ONE HAVING ADEQUATE VENTING CAPACITY. -05/23/1988,88V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V085000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE:BRACKET:SUPPORT:CENTER SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,203,CLAMP PLATES USED BETWEEN THE DRIVE SHAFT AND CARRIER YOKES MAY CRACK AND COULD BREAK DUE TO IMPROPER HEAT TREATMENT.,"IF CLAMP PLATE BREAKS, YOKE WOULD FLY OFF AT DETACHEDPOINT AND COULD INJURY ANYONE STRUCK BY FLYING FRAGMENTS. ALSO, THE DETACHEDINNER SHAFT COULD INTERFERE WITH THE BRAKE SYSTEM AIR SUPPLY HOSES AND TRACTORTIRES, WHICH COULD RESULT IN LOSS OF TRUCK CONTROL AND AN ACCIDENT.",INSTALL NEW CLAMPING PLATES AND CAPSCREWS IN ALL LOCATIONS AS NEEDED. -05/23/1988,88V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V086000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,282,TOO MUCH DISTANCE BETWEEN BOLTS SECURING THE 5TH WHEEL MOUNTING ANGLES TO THE FRAME SIDE RAIL PLACES STRESS ON MOUNTING FASTENERS.,"FASTENERS COULD WORK LOOSE, CAUSING MOUNTING ANGLES TOFAIL AND RESULT IN SEPARATION OF THE 5TH WHEEL FROM THE TRUCK.",INSTALL ADDITIONAL FASTENERS AS REQUIRED. -05/20/1988,88V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V084000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,176,TRANSMISSION LINKAGE WAS ADJUSTED IMPROPERLY DURING PRODUCTION.,"IF THIS CONDITION EXISTS, THERE IS A POTENTIAL THAT THETRANSMISSION PARKING PAWL MAY NOT FULLY ENGAGE THE PARKING GEAR WHEN THETRANSMISSION SELECTOR LEVER IS PLACED IN PARK.",INSPECT ALL VEHICLES AND ADJUST TRANSMISSION LINKAGE PROPERLY. -05/18/1988,88V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V083000),NEOPLAN USA CORPORATION,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,758,THE 25 AMP AUTOMATIC RESET CIRCUIT BREAKER COULD FAIL IN THE CLOSED POSITION.,THIS COULD JEOPARDIZE THE CIRCUITRY TO BE PROTECTED BYTHE CIRCUIT BREAKER AND COULD RESULT IN AN ELECTRICAL FIRE.,REPLACE CIRCUIT BREAKER. -05/17/1988,88V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V082000),NEOPLAN USA CORPORATION,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28,FUEL FILLER NECK COULD BE POSITIONED OR INSTALLED IN A WAY THAT ALLOWS FUEL TO ENTER THE PASSENGER COMPARTMENT UNDER CERTAIN CONDITIONS.,"FUEL ODOR WOULD BE PRESENT AND IN PRESENCE OF AN IGNITIONSOURCE, COULD RESULT IN A FIRE.",REMOVE FUEL FILLER NECK AND RELOCATE BELOW FLOORLINE OF BUS. -05/16/1988,88V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V080000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,35057,EXCESSIVE ACCELERATOR CABLE FRICTION MAY RESTRICT THE CABLES FREE MOVEMENT BETWEEN THE ACCELERATOR PEDAL AND THE THROTTLE BODY.,"THIS COULD PREVENT THROTTLE FROM RETURNING TO CLOSED(IDLE) POSITION WHEN ACCELERATOR PEDAL IS RELEASED; THUS, ENGINE SPEED WOULDNOT DECREASE, AND LOSS OF ACCELERATOR CONTROL COULD RESULT IN AN ACCIDENT.",REPLACE ACCELERATOR CABLE. -05/16/1988,88V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V081000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,90,REAR WHEEL ANTILOCK BRAKE (RWAL) FEATURE COULD BECOME DISABLED BY AN ELECTRICAL MALFUNCTION.,BRAKE WARNING INDICATOR LAMP ON INSTRUMENT PANEL WILLNOT LIGHT TO INFORM THE DRIVER OF RWAL DISABLEMENT AND THUS NOT COMPLY WITHFMVSS 105.,INSTALL A JUMPER WIRE HARNESS BETWEEN THE TRANSMISSION CONNECTION AND ENGINE WIRE HARNESS. -05/11/1988,88V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V079000),FLXIBLE CORPORATION,LIGHTING:LAMP OR SOCKET:EMERGENCY FLASH HAZARD WAR,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,726,"DUE TO INCREASED BULB LOAD ON THE FLASHER, WHEN OPERATED IN HAZARD MODE, FLASHER DID NOT MEET PERFORMANCE REQUIREMENTS OF FMVSS 108.",BUSES DO NOT COMPLY WITH FMVSS 108.,INSTALL A COMBINATION TURN HAZARD FLASHER THAT COMPLIES WITH STANDARD. -05/10/1988,88V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V078000),"General Motors, LLC",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,65136,INSUFFICIENT CLEARANCE BETWEEN THE POWER STEERING PUMP PRESSURE HOSE ASSEMBLY AND THE TRANSMISSION GOVERNOR/SPEED SENSOR CONNECTOR COULD CAUSE ABRASION OF THE HOSE.,"THIS COULD RESULT IN A FLUID LEAK, WITH THE POTENTIAL FORAN UNDERHOOD FIRE.",REPLACE THE POWER STEERING PUMP PRESSURE HOSE. -05/10/1988,88V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V077000),Ford Motor Company,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,460,AN INCORRECT MACHINED PISTON BALL RACE IN THE STEERING GEAR CREATED AN OUT OF TOLERANCE CONDITION.,THIS CONDITION COULD CAUSE WEAR IN THE STEERING GEARLEADING TO INCREASED EFFORT AND COULD RESULT IN STEERING GEAR SEIZURE.,REPLACE STEERING GEAR. -05/06/1988,88V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V076000),"Volkswagen Group of America, Inc.",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,130,"DUE TO IMPROPER MOUNTING PROCESS, SEMPERIT TIRES 20570R14 MOUNTED ON ALLOY WHEEL SIZE 6J X 14 COULD EXPERIENCE TINY CRACKS IN THE BEAD AREA.","TIRES COULD LOSE AIR, CREATING POTENTIAL FOR LOSS OFVEHICLE CONTROL.",REPLACE TIRES AS NECESSARY. -05/04/1988,88V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V073000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:BATTERY:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2200,THE BATTERY MAY INTERFERE WITH THE HOOD INNER PANEL AT THE FRONT THREE CELL VENT CAP OF THE BATTERY.,SUCH INTERFERENCE MAY DISLODGE CAP AND ALLOW HYDROGENGAS TO ESCAPE AND CAUSE A FIRE HAZARD.,REPLACE THREE CELL CAP WITH INDIVIDUAL BATTERY CELL CAPS. -05/04/1988,88T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T008000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,521,TIRES FAIL TO COMPLY WITH THE ECD 30 HIGH SPEED TEST FOR THE S-SPEED LEVEL.,TIRES MAY DEVELOP BELT EDGE SEPARATION AND BUBBLE IN THEUPPER SIDEWALL NEAR THE TREAD. THIS COULD CAUSE RAPID AIR LOSS AND VEHICLECRASH.,TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -05/04/1988,88V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V074000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1700,MACHINING ERROR IN LOCATING WHEEL STUD HOLES MAY PREVENT FULL SEATING OF BRAKE DRUM TO SHAFT FLANGE.,"WHEEL STUDS COULD LOOSEN, ALLOWING WHEEL TO SEPARATEFROM THE TRUCK.",REPLACE AXLE SHAFTS AS NECESSARY. -05/02/1988,88V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V075000),"THOMAS BUILT BUSES, INC.",BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,A PRESSURE PROTECTION VALVE WAS OMITTED IN FRONT AIR BRAKE PLUMBING THAT IS REQUIRED BY FMVSS 121.,"IF A LEAK DEVELOPS IN THE AIR BRAKE PLUMBING, AIR INFRONT BRAKES WOULD NOT BE PROTECTED.",INSTALL PRESSURE PROTECTION VALVE. -04/26/1988,88V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V071000),Blue Bird Body Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,200,TURN INDICATOR AND HEADLIGHT WIRING HARNESS CAN COME IN CONTACT WITH THE STEERING POST.,"WHEN STEERING POST TURNS, IT CAN RUB THROUGH INSULATIONCAUSING ELECTRICAL SHORTS.",REPAIR DAMAGED WIRES AND REROUTE WIRING HARNESS TO AVOID CONTACT WITH STEERING POST. -04/26/1988,88V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V072000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,538,"PRESSURE RELIEF VALVE IN FUEL CAP MAY STICK DURING THE TURN TO VENT FUNCTION, CAUSING THE VALVE TO REMAIN OPEN.",THIS COULD RESULT IN FUEL SPILLAGE DURING AND AFTER ACOLLISION AND POSSIBLY A FIRE. VEHICLES WOULD NOT BE IN COMPLIANCE WITH FMVSS301.,INSTALL NEW FUEL CAP. -04/26/1988,88V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V070000),"ALFA ROMEO, INCORPORATED",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,6000,THERE MAY BE AN INTERMITTENT HEADLIGHTS STALK SWITCH MALFUNCTION.,THIS COULD RESULT IN SUDDEN HEADLIGHTS FAILURE WITHOUTPRIOR WARNING WITH THE POTENTIAL FOR AN ACCIDENT.,"REPLACE HEADLIGHT SWITCH, IF NECESSARY, AND MODIFY HEADLIGHT SWITCH WIRING HARNESS." -04/25/1988,88V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V069000),"Yamaha Motor Corporation, USA",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9709,FRONT HYDRAULIC BRAKE FLUID HOSE MAY CONTACT SPEEDOMETER CABLE DURING NORMAL VERTICAL MOVEMENT OF THE FRONT SUSPENSION.,"THIS COULD WEAR THE BRAKE HOSE AND CAUSE BRAKE FLUIDLEAKAGE, THIS COULD RESULT IN REDUCED BRAKING EFFECTIVENESS, AND LEAD TO ANACCIDENT.",INSTALL A SPEEDOMETER CABLE HOLDER TO PREVENT CONTACT WITH THE BRAKE FLUID HOSE; REPLACE BRAKE HOSE IF NECESSARY. -04/20/1988,88E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E011000),"FLEETGUARD, INC.",FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,62376,IN LINE FUEL FILTER LEAKAGE AT THE SEAM (CRIMPED AREA) OF THE FILTER.,THIS IS A POTENTIAL SAFETY RISK DUE TO GASOLINE LEAKAGEWHICH MAY RESULT IN A FIRE.,THE FILTER WILL BE REPLACED WITH NEW TYPE FUEL FILTER. -04/20/1988,88E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012000),"AM SAFE, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,61000,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -04/20/1988,88V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V068000),Volvo Trucks North America,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,66,INCORRECT BOLTS MAY HAVE BEEN USED TO ATTACH THE REAR SUSPENSION TO THE CROSSMEMBER.,BOLTS MAY NOT PROPERLY RETAIN REAR SUSPENSION CROSSMEMBER,INSTALL CORRECT BOLTS. -04/19/1988,88V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V067000),"General Motors, LLC",BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1889,LOW TORQUE OF THE BRAKE HYDRAULIC UNIT MOUNTING BOLTS COULD CAUSE INCREASED BRAKE PEDAL TRAVEL AND/OR POOR PEDAL FEEL IF ATTACHMENT LOOSENS.,THIS CONDITION COULD LEAD TO SEPARATION OF BRAKEHYDRAULIC UNIT FROM ITS MOUNTING BRACKET AND RESULT IN LOSS OF BRAKE FUNCTIONAND AN ACCIDENT.,REPLACE HYDRAULIC UNIT MOUNTING BOLTS. -04/18/1988,88V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V065000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,12457,THE SECONDARY HOOD LATCH MAY NOT PROPERLY ENGAGE.,"IF PRIMARY LATCH DISENGAGES, HOOD COULD UNEXPECTEDLYOPEN. IF CAR WAS IN MOTION, HOOD COULD CONTACT THE WINDSHIELD, REDUCE THEDRIVERS FORWARD VISION AREA, AND COULD RESULT IN AN ACCIDENT.",REPLACE SECONDARY LATCH WITH A NEW LATCH. -04/18/1988,88V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V066000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,3221,"LOWER CONTROL ARM TO BALL JOINT ATTACHMENT CAN BECOME LOOSE. ALSO, CERTAIN CARS COULD HAVE TIE ROD BALL STUD NUTS THAT WERE NOT PROPERLY TORQUED AND COULD LOOSEN.",CONTINUED OPERATION OF CAR WITH EITHER CONDITION COULDRESULT IN SEPARATION OF THAT JOINT AND POSSIBLE LOSS OF STEERING CONTROL AND ANACCIDENT.,"REPLACE BOTH LOWER CONTROL ARMS; ALSO, CHECK TIE ROD BALL STUD NUT TORQUE." -04/15/1988,88E012001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012001),"Mercedes-Benz USA, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,1600,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -04/15/1988,88E012002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012002),"Mack Trucks, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,18000,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -04/15/1988,88E012003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012003),RVI INC.,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,4205,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -04/15/1988,88E012004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E012004),"CHANCE COACH, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,454,THE BUCKLE ASSEMBLY COULD HAVE A LARGE PAWL TO BASE CLEARANCE WHICH MAY NOT ALLOW THE PROPER ENGAGEMENT OF THE CONNECTOR.,THE PAWL TO BASE CLEARANCE PRECLUDES THE INABILITY TOENGAGE THE SEAT BELT CONNECTOR.,INSPECT AND REPLACE ALL BUCKLE ASSEMBLIES FOUND WITH IMPROPER CLEARANCE. -04/14/1988,88V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V062000),Isuzu Motors Limited,BRAKES:AIR:DISC SYSTEM:CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,22591,GUIDE PIN ON REAR DISC BRAKE CALIPER SUPPORT COULD HAVE LOOSENED DURING TRANSPORT AND WOULD NO LONGER HOLD THE CALIPER IN CORRECT POSITION.,"THIS COULD RESULT IN BRAKE DRAG, PREMATURE BRAKE PADWEAR AND PARTIAL LOSS OF BRAKING POWER WITH THE POTENTIAL FOR AN ACCIDENT.",INSTALL BRAKE CALIPER GUIDE PIN KIT. -04/14/1988,88V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V064000),"Volvo Car USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,34811,MICRO PROCESSOR IN CONTROL UNITS OF CRUISE CONTROL SYSTEM CAN BE AFFECTED BY A SHORT DURATION VOLTAGE DROP.,A VOLTAGE DROP WITH THE CRUISE CONTROL SWITCH IN ONPOSITION COULD CAUSE ERRATIC CRUISE CONTROL OPERATION.,REPLACE CRUISE CONTROL UNIT. -04/14/1988,88V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V063000),Mazda North American Operations,INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,42810,THE DRIVE SPRING THAT DRIVES THE AUTOMATIC BELT MAY BREAK.,THIS WOULD PREVENT FULL FORWARD MOVEMENT OF THE SEAT BELTANCHORAGE FROM THE LOCK POSITION WHEN THE DOOR IS OPENED.,REPLACE AUTOMATIC SHOULDER BELT. -04/14/1988,88T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T007000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,12700,TREAD SEPARATION DUE TO HIGH INFLATION PRESSURE WHEN USED AT SLOW SPEED AND NOT REDUCED FOR HIGHWAY SERVICE.,"IF INFLATION PRESSURE IS NOT REDUCED FROM LOW SPEEDOPERATION WHEN IN HIGHWAY SERVICE TREAD SEPARATION WILL OCCUR, CAUSING COMPLETETIRE FAILURE.",REPLACEMENT TIRES WILL BE INSTALLED AT NO COST WITHIN 90 DAYS FROM RECEIPT OF NOTIFICATION. -04/13/1988,88E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E010000),"Cummins, Inc.",POWER TRAIN:CLUTCH ASSEMBLY:OTHER PARTS,POWER TRAIN,NR (Not Reported),Equipment,260,THE CLUTCH MOUNTING HOLES WERE NOT DRILLED DEEP ENOUGH TO SECURE THE CLUTCH TO THE FLYWHEEL.,THIS INADEQUATE DEPTH OF MOUNTING HOLES ALLOWS THEATTACHING CAPSCREWS TO BOTTOM OUT AND NOT COMPRESS THE LOCKWASHER OR SECURE THECLUTCH TO THE FLYWHEEL. THIS COULD RESULT IN THE CLUTCH SEPARATING FROM THEFLYWHEEL WHILE THE ENGINE IS OPERATING.,RETAP ATTACHING HOLES TO PROPER DEPTH TO ADEQUATELY SECURE THE CLUTCH TO THE FLYWHEEL. -04/08/1988,88E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E009000),ARVINMERITOR AUTOMOTIVE,BRAKES:DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,761,ORIGINAL SPECIFIED REAR BRAKE DRUMS ARE INADEQUATE IN STRENGTH FOR BRAKE LOADS BEING IMPOSED ON THESE DRUMS.,THIS INCREASED DUTY CYCLE HAS CAUSED PREMATURE COMPONENTFAILURE OF THE BRAKE DRUMS DUE TO CRACKING AND BREAKING. THIS COULD RESULT INA RISK TO TRAFFIC SAFETY.,"REPLACEMENT OF REAR BRAKE DRUMS, REAR SPRING BRAKE CHAMBERS AND THE FRONT SERVICE CHAMBERS." -04/08/1988,88V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V060000),"RENAULT, INCORPORATED",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,149000,DRIVERS SEAT ADJUSTER MECHANISM MAY SEPARATE AT ITS FRONT ATTACHMENT DUE TO FATIGUE FAILURE OF THE ADJUSTER BRACKET.,FAILURE OF BOTH FRONT ATTACHMENTS MAY ALLOW SIGNIFICANTREARWARD MOVEMENT OF THE SEAT BACK.,REPLACE DRIVERS SEAT ADJUSTER BRACKET WITH A STRONGER VERSION. -04/08/1988,88V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V061000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:POW,SEATS,NR (Not Reported),Vehicle,1500,A SERVICE REPLACEMENT DRIVERS SEAT CUSHION (MANUAL SEAT TYPE) MAY CONTAIN WRONG CUSHION WITH A BRACE THAT COULD INTERFERE WITH POWER SEAT ADJUSTER MECHANISM AND CAUSE STRESS ON THE FRAME.,SEAT FRAME COULD FRACTURE AND RESULT IN SIGNIFICANTREARWARD MOVEMENT OF THE SEAT BACK.,REPLACE FRAME WITH PROPER POWER SEAT FRAME. -04/06/1988,88V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V059000),Honda (American Honda Motor Co.),STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,66239,VIBRATION AND HIGH UNDERHOOD TEMPERATURES COULD CAUSE POWER STEERING SUPPLY HOSE AT THE CONNECTOR CLAMP SEAL TO DEVELOP A FLUID LEAK.,"IF THE FLUID CONTACTS THE HOT EXHAUST MANIFOLD, IT MAYCAUSE SMOKE AND POSSIBLY AN UNDERHOOD FIRE.",INSTALL AN IMPROVED POWER STEERING SUPPLY HOSE ASSEMBLY. -04/05/1988,88V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V054000),"Gillig, LLC",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,2029,NO EMERGENCY EXIT REFERRAL LABELS AS REQUIRED BY FMVSS NO. 217.,"FAILS TO MEET REQUIREMENTS OF FMVSS NO. 217, EMERGENCYEXIT LABELING.",INSTALL EMERGENCY EXIT LABEL AS REQUIRED. -04/05/1988,88V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V055000),ELDORADO TIRE COMPANY,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1232,FAILED TO MEET REQUIREMENTS FOR EMERGENCY EXIT LABELS FMVSS NO. 217.,DO NOT MEET REQUIREMENTS OF FMVSS NO. 217 LABELING.,REPLACE INCORRECT LABELS AND ADD NEW LABELS AS REQUIRED. -04/05/1988,88V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V056000),"Volkswagen Group of America, Inc.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,600,IMPROPER JACK FURNISHED WITH VEHICLES.,"THE JACK MAY NOT REACH FAR ENOUGH INTO THE JACKETSPROVIDED ON BOTH SIDED OF THE VEHICLE. IF THE IMPROPER JACK IS USED, IT COULDSLIP AND POSSIBLY INJURE A PERSON STANDING TOO CLOSE TO THE VEHICLE.",REPLACE JACK WITH THE PROPER TYPE FOR VEHICLE. -04/05/1988,88V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V057000),"SAAB CARS USA, INC.",EQUIPMENT:SPEED CONTROL VACUUM LINES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7000,THE BALL CHAIN BETWEEN THE CRUISE CONTROL VACUUM REGULATOR AND THE ACCELERATOR PEDAL ARM MAY CATCH ON THE VACUUM REGULATOR ATTACHMENT CLIP.,IF THE CHAIN GETS CAUGHT THE THROTTLE COULD BE PREVENTEDFROM RETURNING TO FULLY CLOSED POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED.,A PLASTIC CAP WILL BE INSTALLED OVER THE VACUUM REGULATOR CLIP TO COVER THE OPENINGS. -04/05/1988,88V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V051000),ESTABLISMENT INDUSTRIES,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,367,"FUEL TANK LOCATED TOO CLOSE TO DRIVE SHAFT, SO THAT UNDER CERTAIN CONDITIONS, THE TANKS MATING FLANGE MAY BE STRUCK BY THE UNIVERSAL JOINT ON DRIVE SHAFT.","CONTACT OF THE UNIVERSAL JOINT WITH THE FUEL TANK COULDEVENTUALLY CAUSE TANK TO LEAK FUEL, WHICH MIGHT BECOME A FIRE HAZARD.",REPLACE WITH NEWLY DESIGNED TANK TO PRECLUDE INTERFERENCE WITH UNIVERSAL JOINT OF THE DRIVE SHAFT. -04/05/1988,88V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V052000),"Subaru of America, Inc.",INTERIOR SYSTEMS:SEAT BELT INSTRUCTIONS,SEAT BELTS,NR (Not Reported),Vehicle,60000,OMISSION OF INFORMATION SPECIFIED BY FMVSS 210 FROM OWNER MANUAL.,FAILS TO MEET REQUIREMENTS OF FMVSS 210 REGARDING CHILDRESTRAINT SYSTEMS.,ADHESIVE BACKED INSERTS WILL BE FURNISHED WITH THE CORRECT INFORMATION. -04/05/1988,88V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V058000),Utilimaster Corporation,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,10,THE PEDESTAL SEAT MOUNTING CHANNEL WAS OMITTED OR FAILURE TO PROPERLY ATTACH A SEAT MOUNTING CHANNEL.,"THE MOUNTING CHANNEL IS NECESSARY TO SECURE THE SEAT BASEPEDESTAL. IN THIS CONDITION A SUDDEN CHANGE IN THE VELOCITY OF THE VEHICLE SUCHAS AN ACCIDENT THE SEAT COULD SEPARATE FROM THE FLOOR OF THE VEHICLE, POSSIBLYRESULTING IN PERSONAL INJURY TO THE OCCUPANTS.",REQUIRES INSTALLING SEAT MOUNTING CHANNELS AS REQUIRED TO SECURE THE SEATS. -04/05/1988,88V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V053000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,3213,TIE ROD END TAPERED STUD TO THE TIE ROD STEERING ARMS MAY NOT HAVE BEEN TIGHTENED TO SPECIFIED TORQUE.,"THE TIE ROD END NUTS COULD LOOSEN, SHEAR OFF THE LOCKINGCOTTER PIN AND ALLOW THE TIE ROD TO SEPARATE FROM THE TIE ROD STEERING ARM.THIS COULD CAUSE VEHICLE TO CRASH WITHOUT PRIOR WARNING.",INSPECT VEHICLES AND TIGHTEN MOUNTING TIE ROD END NUTS TO PROPER TORQUE. -04/04/1988,88V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V050000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,370831,THE AUTOMATIC TRANSMISSION SHIFT LEVER BUTTON MECHANISM MAY WEAR TO THE POINT THAT THE BUTTON ON THE SHIFT LEVER NO LONGER NEEDS TO BE DEPRESSED TO SHIFT GEARS.,A LEVER WITH THIS CONDITION COULD BE INADVERTENTLY BUMPEDOR MOVED FROM DRIVE TO REVERSE BY THE DRIVER OR A PASSENGER WHILE THE VEHICLEIS BEING DRIVEN. A SUDDEN UNEXPECTED SHIFTING COULD CAUSE LOSS OF VEHICLECONTROL AND A VEHICLE CRASH.,A NEWLY DESIGNED TRANSMISSION SHIFT LEVER WILL BE INSTALLED ON ALL VEHICLES. -04/04/1988,88T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T006000),Cooper Tire & Rubber Co.,TIRES:BELT,TIRES,NR (Not Reported),Tire,957,SEPARATION IN THE SHOULDER AREA DUE TO LOST ADHESION BETWEEN TREAD AND BELTS CAUSED BY TRAPPED AIR.,TIRES MAY DEVELOP A SEPARATION IN THE SHOULDER AREA AS ARESULT OF LOST ADHESION BETWEEN TREAD AND BELTS DUE TO TRAPPED AIR IN THESHOULDER AREA.,REPLACE TIRES WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO CONSUMER. -04/01/1988,88V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V049000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,1559,THE FRONT SHOULDER BELT GUIDE LOOP ATTACHED TO THE UPPER REAR CORNER OF THE DOOR MAY INTERFERE WITH THE GARNISH MOLDING.,THIS INTERFERENCE COULD LIMIT THE ROTATION OF THE GUIDELOOP. IF THIS CONDITION EXISTS AND VEHICLE IS INVOLVED IN A CRASH IT COULD BEPOSSIBLE FOR THE SHOULDER BELT WELDING TO BE CUT BY THE GUIDE. LOSS OF THESHOULDER BELT FUNCTION DURING A VEHICLE CRASH COULD INCREASE THE RISK OFINJURIES TO OCCUPANTS.,A NEWLY DESIGNED GUIDE LOOP NUT AND SPACER WILL BE INSTALLED TO ELIMINATE THE POTENTIAL FOR INTERFERENCE CONDITIONS. -04/01/1988,88V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V048000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,3428,FRONT SUSPENSION LOWER CONTROL ARM BRACKET COULD DEVELOP METAL CRACKS.,"THESE CRACKS MAY RESULT IN DISENGAGEMENT OF THE LOWERCONTROL ARM. IF THIS OCCURS WHILE VEHICLE IS IN MOTION, IT COULD RESULT INLOSS OF STEERING CONTROL AND A VEHICLE CRASH COULD OCCUR WITHOUT PRIOR WARNING.",INSPECT ALL VEHICLES AND REPLACE ENGINE CRADLE ASSEMBLY ON ALL SUSPECT VEHICLES. -04/01/1988,88V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V047000),PACCAR Incorporated,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,12300,THE WINDSHIELD WIPER DRIVE LINKAGE COULD LOCKUP AND CAUSE WIPERS TO STOP.,THIS CONDITION COULD IMPAIR THE DRIVERS VISION AND AVEHICLE CRASH MAY RESULT.,THE WINDSHIELD WIPER DRIVE LINKAGE WILL BE REPLACED ON ALL VEHICLES. -03/29/1988,88V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V046000),"General Motors, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8238,THE POSITIVE CRANKCASE VENTILATION VALVE MAY PROVIDE INADEQUATE AIR FLOW UNDER LOW ENGINE LOAD CONDITIONS.,"THIS CONDITION CAN ALLOW WATER/OIL MIXTURE TO BUILD UPIN THE HOSE FROM THE OIL SEPARATOR TO THE AIR INLET DUCT. AFTER THE ENGINE ISSTOPPED, THIS WATER/OIL MIXTURE CAN, UNDER COLD WEATHER CONDITIONS, FREEZE ANDCOMPLETELY BLOCK THE OIL SEPARATOR AIR DUCT HOSE. THIS BLOCKAGE WILL RESULT ININCREASED PRESSURE WITHIN THE CRANKCASE. THIS CAN CAUSE OIL LEAKS, IF ASUFFICIENT QUANTITY OF OIL CAME IN CONTACT WITH THE HOT EXHAUST SYSTEM AN ENGINECOMPARTMENT FIRE COULD RESULT WITHOUT PRIOR WARNING.",THE PCV VALVE WILL BE REPLACED WITH A NEW VALVE. -03/28/1988,88V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V042000),Isuzu Motors Limited,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2483,THE POSITIVE CRANKCASE VENTILATION VALVE MAY PROVIDE INADEQUATE AIR FLOW UNDER LOW ENGINE LOAD CONDITIONS.,"THIS CONDITION CAN ALLOW WATER/OIL MIXTURE TO BUILD UPIN THE HOSE FROM THE OIL SEPARATOR TO THE AIR INLET DUCT. AFTER THE ENGINE ISSTOPPED, THIS WATER/OIL MIXTURE CAN, UNDER COLD WEATHER CONDITIONS, FREEZE ANDCOMPLETELY BLOCK THE OIL SEPARATOR AIR DUCT HOSE. THIS BLOCKAGE WILL RESULT ININCREASED PRESSURE WITHIN THE CRANKCASE. THIS CAN CAUSE OIL LEAKS. IF ASUFFICIENT QUANTITY OF OIL CAME IN CONTACT WITH THE HOT EXHAUST SYSTEM AN ENGINECOMPARTMENT FIRE COULD RESULT WITHOUT PRIOR WARNING.",THE PCV VALVE WILL BE REPLACED WITH A NEW VALVE. -03/28/1988,88V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V041000),Isuzu Motors Limited,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2090,PERFORATION OF THE FUEL TANK OR ATTACHED FUEL FEED PIPE DUE TO CORROSION OF THE TANK OR FUEL FEED PIPE MATERIALS.,THIS CONDITION COULD ALLOW FUEL TO LEAK FROM THE FUELTANK AND ULTIMATELY RESULT IN A FIRE WITHOUT PRIOR WARNING. SUCH A FIRE COULDSPREAD TO THE PASSENGER COMPARTMENT.,REPLACE GAS TANK WITH NEW CORROSION RESISTANT TANK. -03/28/1988,88V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V044000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,127,SEAT BELT MOUNTING BOLTS ON THE INBOARD SIDE OF RIDERS SEAT MAY HAVE BEEN UNDERTORQUED.,BOLTS MAY LOOSEN AND EVENTUALLY SEPARATION OF THE BELTASSEMBLY FOR THE MOUNTING BRACKET COULD OCCUR. IN AN SUDDEN PANIC STOP THEPASSENGER WOULD NOT BE RESTRAINT AND POSSIBLE INJURY WOULD RESULT.,INSPECT BOLTS AND PROPERLY TORQUE. -03/28/1988,88V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V045000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:UNKNOWN TYPE:LEVER AND LI,POWER TRAIN,NR (Not Reported),Vehicle,17745,AN INTERFERENCE BETWEEN THE TRANSMISSION SHIFT CABLE AND THE BELLCRANK CLIP IN THE STEERING COLUMN CAN RESULT IN DISENGAGEMENT OF THE TRANSMISSION CABLE.,THIS CONDITION COULD ALLOW THE TRANSMISSION TO BE IN AGEAR OTHER THAN THAT DISPLAYED BY THE SHIFT INDICATOR. THE VEHICLE COULD MOVEIN AN UNEXPECTED DIRECTION AND CAUSE A VEHICLE CRASH WITHOUT PRIOR WARNING.,A NEWLY DESIGNED BELLCRANK CLIP WILL BE INSTALLED. -03/28/1988,88V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V043000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,259,"THE STEERING SHAFT SPLINE ENGAGEMENT IS ONLY .52, THE RECOMMENDED ENGAGEMENT IS 2 INCHES.","UNDER IMPACTS SUCH AS ROAD POTHOLES, IT COULD RESULT INSHAFT DISENGAGEMENT. THE DRIVER WOULD IMMEDIATELY LOSE STEERING CONTROLWITHOUT WARNING AND VEHICLE CRASH COULD OCCUR.",REPLACE SHAFTS THAT MEASURE UNDER THE MINIMUM ENGAGEMENT DIMENSIONS WITH A LONGER SHAFT. -03/24/1988,88V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V040000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9661,THE STOP LAMP SWITCH MAY HAVE A LOOSE ELECTRICAL CONTACT. THE LOOSE CONTACT CAN OVERHEAT AND MELT THE SURROUNDING PLASTIC CAUSING THE CONTACT TO STICK OPEN.,"AN OPEN CONTACT WOULD RENDER THE BRAKE LIGHTS INOPERATIVEWHEN THE BRAKE PEDAL IS DEPRESSED. ALSO, THE TRANSMISSION CLUTCH CONTROL ANDCRUISE CONTROL CONTACTS WOULD REMAIN CLOSED. THIS CONDITION WOULD RESULT INCRUISE RESUME UPON BRAKE PEDAL RELEASE IF THE CRUISE CONTROL IS IN THE ONPOSITION. EITHER AN UNEXPECTED CRUISE RESUME OR INOPERATIVE BRAKE LIGHTS COULDRESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",THE ROTARY SOPLAMP SWITCH WILL BE REPLACED ON ALL INVOLVED VEHICLES. -03/23/1988,88V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V038000),"Volkswagen Group of America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12000,IN LINE FUEL FILTER LOCATED BETWEEN THE FUEL TANK AND FUEL PUMP COULD SEEP FUEL AT THE SEAM OF THE PLASTIC CASING.,"SHOULD SEEPAGE OCCUR, LEAKING FUEL CAN CAUSE A RISK OFFIRE IN THE PRESENCE OF AN IGNITION SOURCE.",THE IN LINE FUEL FILTER WILL BE REPLACED WITH A STRAIGHT FUEL HOSE. -03/23/1988,88V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V036000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7665,PERFORATION OF THE FUEL TANK OR THE ATTACHED FUEL FEED PIPE DUE TO CORROSION OF THE TANK OR FUEL FEED PIPE MATERIALS.,THIS CONDITION COULD ALLOW FUEL TO LEAK FROM THE FUELTANK AND ULTIMATELY RESULT IN A FIRE WITHOUT PRIOR WARNING. SUCH A FIRE COULDSPREAD TO THE PASSENGER COMPARTMENT.,THE FUEL TANK WILL BE REPLACED ON ALL INVOLVED VEHICLES. -03/23/1988,88V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V037000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,430,A CLIP ON THE SHIFTER MECHANISM INSIDE THE CONSOLE MAY BECOME DISLODGED PREVENTING INDICATION OF THE CORRECT GEAR SELECTION UNDER CONDITIONS OF DARKNESS.,THE CLIP COULD ALSO BIND PART OF THE SHIFTER MECHANISMIN A WAY WHICH WOULD PREVENT GEAR DETENTS FROM OPERATING THIS COULD CAUSEUNDESIRED GEAR POSITION. THIS COULD CAUSE VEHICLE CRASH WITHOUT PRIOR WARNING.,THE CLIP WILL BE REPLACED TO PRECLUDE THE CONDITION FROM OCCURING. -03/23/1988,88V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V039000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,282052,SECONDARY HOOD LATCH ASSEMBLY MAY NOT HAVE BEEN PROPERLY ADJUSTED RESULTING IN LATCH BECOMING BENT.,A BENT SECONDARY HOOD LATCH COULD CAUSE THE PRIMARYLATCH TO MALFUNCTION. IF THIS OCCURED THE HOOD COULD UNEXPECTEDLY OPEN. IFTHIS HAPPENED WHILE VEHICLE IS IN MOTION REDUCTION OF FORWARD VISIBILITY COULDCAUSE A VEHICLE CRASH WITHOUT PRIOR WARNING.,INSPECT AND REPLACE SECONDARY HOOD LATCH ASSEMBLIES AS REQUIRED. -03/23/1988,88T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T004000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,9656,TIRES EXHIBIT A FLAT TO CONCAVE TREAD PROFILE AND ON OFF SPEC DISTRIBUTION OF TREAD RUBBER ON THE SHOULDER AREA.,"THE OFF SPEC RUBBER DISTRIUTION MAY RESULT IN CRACKINGAT THE DECOUPLING (OFF SHOULDER GROOVE, WHICH MIGHT LEAD TO BELT EDGESEPARATION).",REPLACE TIRES AT NO COST TO CONSUMERS WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -03/23/1988,88T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T005000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,944,TIRES FAIL TO MEET THE REQUIREMENTS SPECIFIED IN REGULATION 575.104 DURING SURVEILLANCE TESTING FOR GRADE A TEMPERATURE.,TIRES DO NOT COMPLY WITH REGULATION REQUIREMENT OFCFR 575.104 TIRE GRADING.,TIRES WILL BE REPLACED AT NO CHARGE TO CONSUMER WITHIN 60 DAYS FROM NOTIFICATION. -03/23/1988,88T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T003000),UNIROYAL GOODRICH TIRE CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,137,TIRES FAILED TO MEET THE MINIMUM REQUIREMENTS FOR ENDURANCE OF FMVSS NO. 109.,THE FAILURE TO MEET REQUIREMENTS OF FMVSS COULD RESULTIN PLY SEPARATION AND LOSS OF AIR OR POSSIBLY BLOWOUT CAUSING A VEHICLE CRASH.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -03/23/1988,88V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V035000),"General Motors, LLC",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,7775,WHEEL LUG NUTS WERE NOT PROPERLY TORQUED TO SPECIFICATIONS.,WHEEL LUG NUTS COULD LOOSEN AND/OR COME OFF THE WHEELSTUDS. THIS COULD EVENTUALLY RESULT IN WHEEL SEPARATING FROM THE VEHICLE.LOSS OF VEHICLE CONTROL AND A VEHICLE CRASH COULD OCCUR.,INSPECTION OF VEHICLE AND ASSURE PROPER TORQUE REPLACES ANY MISSING LUG NUT OR LOOSE STUD. -03/18/1988,88T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T002000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,1248,TIRES FAIL TO MEET REQUIREMENTS OF FMVSS 119 FOR HIGH SPEED ENDURANCE TEST.,"THE FAILURE TO MEET REQUIREMENTS OF FMVSS 119 COULDRESULT IN PLY SEPARATION, AND LOSS OF INFLATING AIR.",TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -03/16/1988,88V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V034000),Land Rover,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,2954,A NYLON PIVOT PIN IN THE SEAT BELT RETRACTOR LOCK MECHANISM MAY BE TOO LARGE IN DIAMETER.,THE NYLON MATERIAL SWELLS IN THE PRESENCE OF ATMOSPHEREHUMIDITY AND CAN RESTRICT MOVEMENT OF A LOCKING PAWL WHICH ACTIVATES THE BELTLOCKING MECHANISM.,INSPECTION OF ALL VEHICLES AND REPLACE ANY SUSPECT BELT ASSEMBLY. -03/15/1988,88E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E008000),DETROIT DIESEL CORP.,ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,2993,THE FRONT CRANKSHAFT PULLEY ISOLATOR ASSEMBLY MAY FAIL DUE TO SEPARATION OF THE PULLEY FROM THE HUB.,"IF THIS CONDITION EXISTS, AND IF AN ISOLATOR FAILS DURINGSERVICING WITH ENGINE RUNNING THE POTENTIAL FOR RISK OF PERSONAL INJURY TO APERSON WORKING ON ENGINE AND OTHERS IN THE VICINITY.",INSPECT AND REPLACE CRANKSHAFT PULLEY ASSEMBLY. -03/15/1988,88V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V032000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,22300,THE FUEL FEED OR FUEL RETURN HOSE AT THE ENGINE MAY RUB AGAINST A SHIFT LEVER ON THE 5 SPEED TRANSAXLE.,IN TIME A HOLE COULD BE RUBBED THROUGH THE HOSE AND FUELLEAK INTO THE ENGINE COMPARTMENT. THIS COULD REUSLT IN AN UNDERHOOD FIRE.,REPLACE THE FUEL FEED AND RETURN HOSE/PIPE ASSEMBLIES. -03/15/1988,88V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V031000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1256,"THE OIL DIPSTICK TUBE ATTACHING BRACKET MAY HAVE BEEN BENT DURING PRODUCTION OR SCHEDULED MAINTENANCE, REDUCING THE CLEARANCE BETWEEN THE DIPSTICK RING AND THE THROTTLE BELLCRANK LEVER.","THIS REDUCED CLEARANCE MAY INHIBIT THE RETURN OF THETHROTTLE TO A FULLY CLOSED IDLE POSITION, WHEN THE ACCELERATOR PEDAL ISRELEASED.",REQUIRES THE CUTTING OFF THE OUTBOARD END OF THE THROTTLE BELLCRANK LEVER TO PROVIDE NECESSARY CLEARANCE. -03/15/1988,88V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V033000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,682,A DESIGN CHANGE TO FACILITATE CHANGEOVER IN REAR AXLE SHAFT FLANGES INADVERTENTLY PRODUCED THE POSSIBILITY FOR INTERFERENCE BETWEEN THE FLANGE AND DISC BRAKE ROTOR.,"THE INTERFERENCE COULD PREVENT PROPER SEATING OF THEROTOR. ALSO AN IMPROPERLY SEATED ROTOR COULD IN TIME RESULT IN A REDUCTION INTHE CLAMPING FORCES OF THE WHEEL STUDS, POSSIBLY LEADING TO FRACTURED STUDSAND REAR WHEEL SEPARATION.",INSPECTION OF VEHICLES AND WHERE NECESSARY REPLACE REAR AXLE SHAFTS AND REAR BRAKE ROTORS. -03/11/1988,88V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V030000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:TORSION BAR,SUSPENSION,NR (Not Reported),Vehicle,8848,TWO TORSION SPRINGS ATTACHED TO REAR SUSPENSION CONTROL ARMS MAY FRACTURE AND RUB AGAINST A REAR TIRE.,THIS COULD RESULT IN SUDDEN LOSS OF TIRE INFLATIONPRESSURE WITH POTENTIAL FOR AN ACCIDENT.,INSTALL TORSION SPRING SEATS TO RESTRICT THE SPRINGS FROM CONTACTING THE TIRE IF THEY SHOULD FRACTURE. -03/09/1988,88V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V029000),"Subaru of America, Inc.",ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3000,INSUFFICIENT CLEARANCE BETWEEN THE RELOCATED ALTERNATOR WIRING AND THE SOLENOID HOSE ALTERNATOR WIRING STAY BRACKET CAN CAUSE WIRE CHAFFING AND AN ELECTRICAL SHORT.,AN ELECTRICAL SHORT COULD RESULT IN SMOKE AND POSSIBLYAN ENGINE COMPARTMENT FIRE.,MODIFY BY REMOVING THE SOLENOID HOSE/ALTERNATOR STAY BRACKET. -03/09/1988,88E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E007000),PEABODY GALION CORP.,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Equipment,232,"THE IRREGULAR SURFACE ON THE CYLINDER PISTON ON WHICH A STROKE LIMITING SPACER MUST EXERT FORCE, WHICH CAUSES THE SPACER TO FAIL AND CYLINDER OVERSTROKE TWO INCHES.","THE FAILED SPACER CLOGS THE HYDRAULIC OIL FILTER,DAMAGES HYDRAULIC PUMP CAUSING HOIST ARM TO BEND AND MAKING IT IMPOSSIBLE FORTHE OPERATOR TO LOWER THE DUMP BODY.",VEHICLES WILL BE INSPECTED AND REPLACEMENTS OF HOISTS FOUND TO CONTAIN THE DEFECTIVE CYLINDERS. -03/08/1988,88V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V028000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,21200,AUTOMATIC RETRACTOR FOR SEAT BELTS FOR DUAL FACING REAR SEATS MAY BE INSTALLED IN AN IMPROPER LOCATION.,SEAT BELT COULD BIND BETWEEN SEAT CUSHION AND SEAT BACKCAUSING THE RETRACTOR TO BE SLUGGISH OR UNABLE TO TAKE UP EXCESS BELT SLACK.,REMOVE AND PROPERLY INSTALL THE RIGHT AUXILIARY SEAT BELTS. -03/08/1988,88V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V027000),Ford Motor Company,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,4500,DRIVER AND RIGHT FRONT PASSENGER INBOARD SEAT BELTS MAY BE IMPROPERLY ANCHORED DUE TO LOOSE NUTS THAT COULD BACK OFF.,BELT ANCHOR COULD DISENGAGE THE STUD; AN UNATTACHED BELTASSEMBLY WOULD NOT WITHSTAND AN IMPACT LOAD.,INBOARD SEAT BELT ANCHORAGES WILL BE CORRECTED TO PREVENT LOOSENING. -03/07/1988,88V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V026000),WAYNE WHEELED VEHICLES,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,193,GLASS THAT HAS NOT BEEN TEMPERED WAS USED FOR PASSENGER WINDOWS.,GLASS CAN BREAK IN SUCH A MANNER THAT DOES NOT COMPLYWITH FMVSS 205.,REPLACE NONCOMPLYING GLASS. -03/04/1988,88V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V025000),"Mack Trucks, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,48,SOME DEADMAN PEDALS WERE ASSEMBLED WITH INCORRECT BOLTS WHICH COULD CAUSE A MALFUNCTION WITHOUT ANYONE STEPPING ON THE PEDAL.,"IF MALFUNCTION OCCURS WHILE OPERATOR IS AT PLATFORMCONTROL, SUDDEN STOPPING OF MOTION AND THEN SUDDEN CONTINUATION OF MOVEMENTCOULD ENDANGER OCCUPANTS ON THE PLATFORM.",REPLACE INCORRECT BOLTS. -03/01/1988,88V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V024000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,91000,TWO ATTACHMENT SCREWS FOR THE THROTTLE POSITION SENSORS COULD LOOSEN AND BACK OUT.,"IF BOTH SCREWS COME OUT, SENSORS COULD DISENGAGE FROMTHE THROTTLE SHAFT, PREVENTING RETURN OF THE THROTTLE FROM MID POSITION.",REPLACE ATTACHMENT SCREWS WITH SCREWS WITH PRE APPLIED ADHESIVE THAT WILL BE TIGHTENED TO A HIGHER TORQUE SPECIFICATION. -02/26/1988,88V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V023000),"WESTERN STAR TRUCKS, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,303,THROTTLE RETURN SPRINGS MAY FAIL DURING NORMAL OPERATION WITHOUT PRIOR WARNING.,"IF BOTH SPRINGS FAIL, ENGINE THROTTLE MAY NOT RETURN TOIDLE POSITION WHEN THROTTLE FOOT PEDAL IS RELEASED; THIS COULD RESULT IN A LOSSOF VEHICLE CONTROL AND A CRASH.",REPLACE THROTTLE RETURN SPRINGS. -02/22/1988,88V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V021000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,9100,IDLE CONTROL UNIT MAY MALFUNCTION AND CAUSE IDLE STABLIZER VALVE TO BECOME ACTIVATED OUTSIDE ITS NORMAL OPERATING RANGE.,"IDLE RPM MAY BECOME ERRATIC AND IN SOME INSTANCES,INCREASE.",REPLACE IDLE CONTROL UNIT. -02/22/1988,88V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V022000),Mazda North American Operations,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,72883,"AT AMBIENT TEMPERATURES BELOW 0 DEGREE F, FROST MAY ACCUMULATE WITHIN THE THROTTLE BODY UNDER EXTENDED CONSTANT SPEED OPERATION.",FROST ACCUMULATION ON THE THROTTLE VALVE MAY PREVENT THEVALVE FROM RETURNING SMOOTHLY.,INSTALL A NEW TYPE THERMOSTAT DESIGNED TO RAISE THE COOLANT TEMPERATURE AND WARM THE THROTTLE BODY TO A LEVEL ABOVE FREEZING. -02/19/1988,88V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V020000),PACCAR Incorporated,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,556,PITMAN ARM PINCH BOLTS MAY BE OVERTIGHTENED OR MISSING.,PITMAN ARM COULD SEPARATE FROM THE STEERING GEAR CAUSINGLOSS OF STEERING CONTROL AND A VEHICLE CRASH COULD RESULT.,REPLACE PITMAN ARM PINCH BOLT. -02/16/1988,88V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V019000),Toyota Motor Corporation,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4842,IMPROPER ROUTING OF THE FUEL HOSE COULD CAUSE SOME FUEL HOSES TO HAVE INADEQUATE CLEARANCE TO THE EGR PIPE.,HEAT FROM THE EGR COULD CAUSE THE HOSE TO CRACK ANDRESULT IN FUEL LEAKAGE.,"REROUTE FUEL HOSE TO ENSURE PROPER CLEARANCE AND REPLACE HOSE, IF NECESSARY." -02/16/1988,88T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88T001000),KELLY SPRINGFIELD TIRE CO,TIRES:BELT,TIRES,NR (Not Reported),Tire,153,"TIRES FAIL TO MEET REQUIREMENTS OF FEDERAL MOTORS VEHICLE SAFETY STANDARD 109, FOR ENDURANCE TESTS.","THE FAILURE TO MEET REQUIREMENTS OF FMVSS 109 COULDRESULT IN PLY SEPARATION, LOSS OF AIR OR POSSIBLY BLOWOUT CAUSING A VEHICLECRASH.",TIRES WILL BE REPLACED AT NO COST TO THE CUSTOMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -02/12/1988,88V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V018000),"Jaguar Cars, Ltd.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,16000,CERTAIN FRONT SUSPENSION LOWER SPRING PAN FIXINGS MAY FAIL DUE TO STRESS CORROSION.,THIS MAY ALLOW THE CARS FRONT SUSPENSION TO SETTLE ONTOTHE BUMP STOP ON ONE SIDE.,INSTALL REVISED SPECIFICATION FRONT SUSPENSION SPRING PAN FIXINGS. -02/09/1988,88V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V016000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,463,FUEL TANK LOWER FILLER PIPE MAY CONTAIN SMALL HOLES AT SOME SPOT WELDS USED TO ATTACH A MOUNTING BRACKET.,FUEL COULD LEAK FROM THE PIPE DURING REFUELING ORTURNING AND SPILL FUEL IN EXCESS OF AMOUNT PRESCRIBED BY FMVSS 301.,REPLACE FUEL TANK LOWER FILLER PIPE. -02/09/1988,88V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V015000),Ford Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,55000,STEERING/SUSPENSION SYSTEMS MAY NOT ADEQUATELY CONTROL STEERING TYPE WOBBLE ALLOWING THE FRONT END TO SHIMMY.,SEVERE SHIMMY COULD DAMAGE VEHICLE FRAME OR STEERINGGEAR CREATING POTENTIAL FOR LOSS OF STEERING CONTROL.,"MODIFY AND/OR REPLACE FRONT SUSPENSION AND STEERING COMPONENTS, TIRES, AND FRAMES." -02/09/1988,88V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V017000),"General Motors, LLC",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,4901,MISSING WELD THAT ATTACHES WHEEL CENTER TO THE RIM COULD ALLOW WHEEL CENTER TO SEPARATE FROM THE RIM.,"THIS COULD RESULT IN PARTIAL LOSS OF STEERING CONTROLAND BRAKES, LOSS OF TIRE AIR PRESSURE, AND SUDDEN CHANGE IN VEHICLE DIRECTION,WHICH COULD RESULT IN CRASH WITHOUT PRIOR WARNING.",REPLACE WHEELS WITH MISSING WELDS. -02/02/1988,88E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E005000),"NEW PARIS ENTERPRISES,INC",EQUIPMENT:CAMPER:SLIDE-IN (9/82),EQUIPMENT,NR (Not Reported),Equipment,137,MISSING LOADING INFORMATION AS REQUIRED BY FMVSS 126.,FAILS TO MEET REQUIREMENTS OF FMVSS 126 FOR TRUCK CAMPERLOADING.,FURNISH OWNERS WITH CORRECT LOADING INFORMATION. -01/28/1988,88V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V012000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1254,STEERING DRAG LINK MAY BE TOO CLOSE TO THE LEFT FRONT SPRING BRACKET.,DRAG LINK CAN LOOSEN AND ROTATE SUFFICIENTLY TO CATCHAND HANG UP ON THE SPRING BRACKET AND COULD RESULT IN A VEHICLE CRASH WITHOUTPRIOR WARNING.,INSTALL FOUR HARDENED WASHERS BETWEEN STEERING GEAR AND FRONT SPRING BRACKET. -01/27/1988,88V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V011000),"GRUMMAN ALLIED IND., INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8000,ACCELERATOR CONTROL MAY STICK IN A DEPRESSED POSITION WHEN OUTSIDE TEMPERATURES ARE AT OR BELOW FREEZING.,"ENGINE CONTINUED TO RUN AT GREATER THAN IDLE SPEED WHENOPERATOR REMOVES PRESSURE FROM ACCELERATOR PEDAL, WHICH COULD RESULT IN LOSS OFCONTROL AND AN ACCIDENT.",REROUTE OR REPLACE ACCELERATOR CABLE WITH A NEW CABLE. -01/27/1988,88V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V009000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,230,STEERING SYSTEM LEFT TIE ROD END MAY DEVELOP A FATIGUE CRACK IN THE TREADED PART OF THE ROD DUE TO IMPROPER HEAT TREATMENT.,COMPLETE SEPARATION OF THE TIE ROD END RESULTS IN LOSSOF STEERING CONTROL AND AN ACCIDENT COULD OCCUR.,REPLACE LEFT TIE ROD ENDS WITH NEW PROPERLY HARDENED ENDS. -01/26/1988,88V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V010000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,375,FUEL TANKS MAY HAVE BEEN DAMAGED DURING TANK MANUFACTURE.,THIS COULD RESULT IN FUEL LEAKAGE WITH THE POTENTIAL FORA FIRE.,REPLACE FUEL TANKS AS NECESSARY. -01/23/1988,88E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E003000),CHALMERS SUSPENSIOUS INTL,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Equipment,130,THE TORQUE RODS MAY HAVE INSUFFICIENT WELD PENTERATION.,IF THE WELD FAILS IT WILL ALLOW THE REAR AXLES TO MOVEOUT OF POSITION RESULTING IN VEHICLE INSTABILITY AND LOSS OF CONTROL.,A NEW COMPLETE UPPER TORQUE ROD SYSTEM OF NEW TYPE WITH 4 RODS PER SUSPENSION WILL BE INSTALLED TO REPLACE THE PRESENT SYSTEM. -01/22/1988,88V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V008000),HOLIDAY RAMBLER CORP.,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1244,"UNDER HEAVY DEMAND ON THE ENGINE AND TRANSMISSION, THE TRANSMISSION COOLER LINE TEMPERATURE CAN EXCEED THE TEMPERATURE RATING OF BOTH THE PLASTIC CONDUIT AND INSULATION FOR THE BATTERY CABLE.",A DIRECT SHORT COULD OCCUR BETWEEN THE UNPROTECTEDBATTERY CABLE WIRE AND METAL TRANSMISSION COOLER LINE CREATING THE POSSIBILITYOF AN ENGINE COMPARTMENT FIRE.,REMOVE THE BATTERY CABLE FROM THE TRANSMISSION LINE AND REFASTEN IT TO ANOTHER SECURE LOCATION. -01/22/1988,88C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88C002000),"COSCO, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,252985,CRACKS DEVELOP IN THE PLASTIC SHELL WHERE THE FRAME OF THE CAR SEAT IS RIVETED TO THE SHELL.,THE CRACKS IN THE LOWER REAR OF THE SHELL COULD IN ANACCIDENT EXTEND COMPLETELY ACROSS THE SHELL OF THE CAR SEAT. THIS COULD RESULTIN THE AUTO SEAT BELT SEPARATING FROM THE CHILD RESTRAINT.,A BRACE ASSEMBLY REPAIR KIT WILL BE INSTALLED TO PRECLUDE SEPARATION OF CAR SEAT FROM BELTED POSITION. -01/21/1988,88E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E001000),"Velvac, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,962,HYDRAULIC OVER VACCUM CONTROL VALVES USED TO TAP INTO THE TRUCKS ORIGINAL HYDRAULIC BRAKE SYSTEM MAY LEAK.,"THIS LEAKING OF VALVES COULD CAUSE LOSS OF HYDRAULICFLUID FROM THE MASTER CYLINDER AND IF SIGNIFICANT AMOUNT, COULD RESULT IN LOSSOF BRAKING CAPACITY.",REPLACE PRESENT VALVES WITH VALVES WITH PROPER O RING. -01/20/1988,88V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V006000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELT INSTRUCTIONS,SEAT BELTS,NR (Not Reported),Vehicle,34574,OWNERS MANUAL DID NOT INCLUDE INSTRUCTIONS ON PROPER USAGE OF REAR SEAT SAFETY BELT SYSTEMS.,VEHICLES DO NOT CONFORM TO FMVSS 209.,FURNISH OWNERS WITH UPDATED OWNERS MANUALS THAT CONTAIN THE OMITTED INSTRUCTIONS. -01/20/1988,88V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V007000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELT INSTRUCTIONS,SEAT BELTS,NR (Not Reported),Vehicle,6083,OWNERS MANUAL DID NOT INCLUDE STATEMENT ON CHILD RESTRAINT SYSTEMS.,VEHICLES DO NOT CONFORM TO FMVSS 210.,FURNISH OWNERS WITH UPDATED OWNERS MANUALS THAT CONTAIN THE OMITTED INSTRUCTIONS. -01/18/1988,88V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V005000),"WESTERN STAR TRUCKS, INC.",POWER TRAIN:CLUTCH ASSEMBLY:LEVEL:RELEASE:THROW:OU,POWER TRAIN,NR (Not Reported),Vehicle,1097,THE C SHAPED CLUTCH RELEASE LEVER MAY HAVE BEEN WEAKENED DUE TO CASTING IMPERFECTIONS.,CLUTCH LEVER MAY FAIL RESULTING IN LOSS OF CLUTCHCONTROL WHICH COULD RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,REPLACE THE C SHAPED CLUTCH RELEASE LEVER. -01/13/1988,88V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V004000),GRUMMAN CORP.,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,143,THE HEADLAMP SWITCH IS NOT IDENTIFIED AS REQUIRED BY FMVSS/101.,VEHICLES DO NOT COMPLY WITH FMVSS 101.,PROVIDE A DECAL TO BE PLACED ON INSTRUMENT PANEL ADJACENT TO THE HEADLAMP SWITCH. -01/12/1988,88V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V002000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5000,MASTER CYLINDER MAY HAVE BEEN MISASSEMBLED CAUSING A BLOCKED HYDRAULIC FLUID OUTLET PORT AND RESTRICTED FLUID FLOW.,THIS COULD RESULT IN INCREASED BRAKE PEDAL TRAVEL ANDPARTIAL LOSS OF BRAKING CAPABILITY.,REPLACE MASTER BRAKE CYLINDER. -01/12/1988,88V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V003000),"Kawasaki Motors Corp., U.S.A.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,450,RUBBER HOSES CONNECTING FUEL TANK TO EVAPORATIVE EMISSION CONTROL SYSTEM FUEL SEPARATOR ARE INCORRECTLY INSTALLED.,"THIS COULD ALLOW FUEL TO BE PUMPED ONTO THE FUEL TANK.ALSO, MOTORCYCLES WILL NOT COMPLY TO APPLICABLE CALIFORNIA EVAPORATIVE EMISSIONCONTROL STANDARDS.",RECONNECT HOSES TO PROPER LOCATIONS AND INSTALL CORRECT VACUUM HOSE ROUTING DIAGRAMS. -01/08/1988,88V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V014000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,179390,"UNDER EXTENDED HEADLAMP USAGE, CIRCUITRY IN THE HEADLAMP SWITCH PANEL MIGHT EXPERIENCE INCREASED RESISTANCE AND EXCESSIVE HEAT BUILDUP.",HEADLIGHTS WOULD CYCLE ON AND OFF. SUDDEN LOSS OFHEADLIGHTS UNDER SEVERE WEATHER OR NIGHTIMER DRIVING CONDITIONS COULD RESULTIN A VEHICLE CRASH.,REPLACE HEADLIGHT SWITCH WITH MODIFIED SWITCH. -01/04/1988,88E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E006000),"Cummins, Inc.",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,43,THE ELECTRONIC FUEL CONTROL BYPASS VALVE ON THE FUEL PUMP MAY MALFUNCTION WHEN IN THE BYPASS MODE.,"IF THE ABOVE CONDITION EXISTS, THE ENGINE COULDACCELERATE TO FULL THROTTLE UNEXPECTEDLY IF CRUISE CONTROL OR POWER TAKE OFFFUNCTION IS ACTIVATED.",THE ELECTRONIC FUEL CONTROL BYPASS VALVE HAS BEEN REDESIGNED TO PREVENT LOSS OF THROTTLE CONTROL WITH THE PACE SYSEMS WHEN OPERATING IN CRUISE CONTROL. -01/02/1988,88E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88E004000),BEAVER CAMPER COMPANY,EQUIPMENT:CAMPER:SLIDE-IN (9/82),EQUIPMENT,NR (Not Reported),Equipment,24,FAILS TO MEET FMVSS 126 TRUCK CAMPER LOADING.,FAILURE TO MEET REQUIRED LABELS WITH PROPER LOADINGINSTRUCTIONS OF FMVSS 126.,FURNISH PROPER LABELS FOR INSTALLATION ON CAMPER. -01/02/1988,88V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=88V013000),"GEORGIE BOY MFG., LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2000,"UNDER CERTAIN CONDITIONS, MOTORHOMES ARE SUBJECT TO PRESSURIZATION OF THE FUEL TANK.",REMOVAL OF THE FUEL TANK CAP MAY RESULT IN IMMEDIATESPILLAGE OR SPEWING OF FUEL WITH A POTENTIAL FIRE OR EXPLOSION HAZARD.,INSTALL REPLACEMENT FUEL FILL CAP. -12/30/1987,87V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V199000),"SUPERIOR COACH INTL., LTD",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28,RESISTANCE WELDS WHICH FORM THE ATTACHMENT OF THE FUEL TANK HANGER TO THE FLOOR PAN ARE NOT FIRM WELDS.,THIS COULD RESULT IN FUEL TANK SEPARATION.,FUEL TANK HANGER WILL BE MIG WELDED TO THE FLOOR PAN. -12/29/1987,87V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V198000),John Deere,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,449,BRAKE HOSE WHICH DIRECTS OIL FROM THE HYDRO MAX BRAKE UNIT TO A STEEL TUBE CONNECTED TO THE SUPPLY PART ON THE PARK BRAKE RELAY VALVE MAY CONTAIN DEFECTS AND LEAK OIL FROM THE BOOSTER SYSTEM.,REDUCTION IN HYDRAULIC BOOST PRESSURE AND EVENTUALOPERATION OF THE BACK UP BRAKE SYSTEM AND/OR MANUAL BRAKES ONLY.,A NEW IMPROVED HOSE WILL BE INSTALLED IN PLACE OF THE DEFECTIVE ONE. -12/29/1987,87V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V196000),Mazda North American Operations,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14807,VEHICLES EQUIPPED WITH REAR BRAKE DRUMS TRANSPORTED BY TRAIN MAY EXPERIENCE SEPARATION OF THE BRAKE SHOE FROM THE WHEEL BRAKE CYLINDER PISTON.,"SHOULD SEPARATION OCCUR, REPEATED BRAKE OPERATION MAYDAMAGE THE WHEEL BRAKE CYLINDER DUST BOOT, ALLOWING WATER OR DUST INTRUSION ANDSUBSEQUENT PISTON CONTAMINATION.",ALL VEHICLES WILL BE INSPECTED AND IF NO SEPARATION IS FOUND GREASE WILL BE APPLIED TO THE COMPONENT INTERFACE TO LOWER FRICTION AND AVOID SUBSEQUENT RELATIVE MOTION. IF SEPARATION IS FOUND THE WHEEL BRAKE CYLINDER DUST BOOT WILL BE REPLACED. -12/29/1987,87V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V197000),HOLIDAY RAMBLER CORP.,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,203,ROUTING OF THE HEADLIGHT AND CLEARANCE LIGHT CIRCUITS THROUGH A SINGLE 20 AMP FUSE AND/OR BREAKER WHICH IS NOT ADQUATE FOR THE LOAD CREATED BY BOTH CIRCUITS.,THIS OVERLOAD CONDITION COULD CAUSE LOSS OF HEADLIGHTSWHILE DRIVING AT NIGHT. THIS WOULD OCCUR WITHOUT WARNING AND COULD RESULT IN AVEHICLE CRASH.,INSTALLATION OF AN ADDITIONAL 20 AMP BREAKER AND ROUTE HEADLAMP CIRCUIT ONLY THROUGH THAT BREAKER. -12/29/1987,87E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E039000),John Deere,FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,22,FUEL LINE ASSEMBLY IS A FLEX FITTING DESIGN THAT TRANSFERS FUEL TO THE FUEL INJECTION PUMP FROM THE FUEL FILTERS. THE FLANGE ON THE FUEL LINE MAY CRACK.,A CRACKED FLANGE WOULD ALLOW DIESEL FUEL TO SPRAY FROMTHE FILTER HOSE UNTIL ENGINE SHUTS DOWN DUE TO LACK OF FUEL. THERE IS ALSO APOTENTIAL OF ENGINE COMPARTMENT FIRE.,A NEW IMPROVED DESIGNED HOSE WILL BE INSTALLED TO REPLACE THE OLD HOSE. -12/29/1987,87V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V195000),"Volvo Car USA, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2930,HEADLIGHT SWITCH CONTAINS COMPONENTS WHICH MAY COME LOOSE UPON OPERATION AND CAUSE SHORT CIRCUITS IN THE SWITCH.,"IF THIS OCCURS, THE HEADLAMPS WILL NOT FUNCTION, ANDCHARRING OF THE INSULATION OF CERTAIN WIRES TO THE SWITCH MAY RESULT.",ALL AFFECTED VEHICLES WILL HAVE THE HEADLIGHT SWITCH REPLACED. -12/26/1987,87V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V194000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,3500,AUTOMATIC TRANSMISSION MAY CONTAIN A PARK SPRAG ROD ASSEMBLY THAT MAY STICK IN THE TOOTH BUTT UNENGAGED POSITION.,THIS CONDITION COULD ALLOW THE VEHICLE TO ROLL WITH THEGEAR SHIFT LEVER IN PARK POSITION.,ALL INVOLVED VEHICLES WILL HAVE THE PARK SPRAG ROD ASSEMBLIES REPLACED. -12/18/1987,87V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V191000),"Nissan North America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61000,THE SOLDERED JOINT WHERE INLET PIPE ATTACHES TO THE FUEL TANK MAY BE CRACKED.,FUEL MAY SEEP THROUGH THE JOINT AND POSE A FIRE HAZARD.,REPLACE FUEL TANK IF THERE IS SEEPAGE OR CRACK. -12/18/1987,87V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V192000),FREIGHTLINER LLC,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,180,FASTENER THAT CONNECTS THE HARNESS BELT D RING TO THE B PILLAR MAY NOT BE LONG ENOUGH TO PROVIDE FULL THREAD ENGAGEMENT WITH THE ANCHORAGE WELD NUT.,SEAT BELTS COULD FAIL AND NOT ADEQUATELY PROTECT THEOCCUPANT.,REPLACE MOUNTING HARDWARE WITH HEX SHOULDER BOLT AND .55 INCH SPACER. -12/18/1987,87V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V193000),"BMW of North America, LLC",SUSPENSION:MOTORCYCLE REAR,SUSPENSION,NR (Not Reported),Vehicle,4687,"LOWER PART OF SPRING/DAMPER UNIT EYELET, WHICH ATTACHES TO THE REAR DRIVE UNIT, COULD CRACK.","IN EXTREME CASES, SPRING DAMPER COULD DETACH FROM REARDRIVE ALLOWING REAR OF MOTORCYCLE TO DROP ONTO REAR TIRE, CAUSING DRAG ON TIREAND UNSTABLE HANDLING.",REPLACE EYELET WITH A STRENGTHENED ONE. -12/14/1987,87V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V188000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,3620,SOME OF BOLTS FASTENING REAR DRIVESHAFT ON REAR AXLE FLANGE MAY LOOSEN CAUSING DRIVESHAFT DISASSEMBLY.,DRIVESHAFT COULD BREAK AWAY WITHOUT PRIOR WARNING ANDRESULT IN A CRASH OR INJURY FROM LOOSENED DRIVESHAFT OR BOLTS.,REPLACE BOLTS ON REAR AXLE. -12/14/1987,87V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V187000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,29,THE PITMAN ARM TO DRAG LINK ANGLE IS OUT OF PHASE.,"UNDER CERTAIN CONDITIONS, STEERING LINKAGE COULD GO INTOA TOGGLE CONDITION RESULTING IN A SLOW WHEEL RETURN AND IMPAIRED STEERINGCONTROL, CREATING THE POTENTIAL FOR A VEHICLE CRASH WITHOUT PRIOR WARNING.",REPLACE MISMARKED PITMAN ARM. -12/14/1987,87E037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E037000),AMERICAN STEEL FOUNDRIES,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,5579,THE BRACKET PIN COTTER KEY ON THE CONNECTION BETWEEN THE FIFTH WHEEL AND THE MOUNTING BRACKET ON TRUCK FRAME WAS REPLACED WITH A HITCH PIN CLIP. THIS CLIP WAS FOUND TO BE OF INADEQUATE METAL HARDNESS.,INADEQUATE METAL HARDNESS COULD RESULT IN HITCH PIN CLIPFAILURE AND POSSIBLE RESULT IN SEPARATION OF THE TRACTOR FROM TRAILER.,THE HITCH PIN CLIP WILL BE REPLACED WITH AN IMPROVED CLINCH PIN. -12/14/1987,87V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V189000),PACCAR Incorporated,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:BEARING,SUSPENSION,NR (Not Reported),Vehicle,577,TRUCKS MAY HAVE BEEN EQUIPPED WITH INCORRECT REAR INNER WHEEL BEARINGS WHICH COULD DAMAGE THE BEARING AXLE SPINDLE.,"PREMATURE FAILURE OF SPINDLE MAY OCCUR, WHICH COULDRESULT IN WHEEL AND TIRE SEPARATION FROM THE VEHICLE; STEERING CONTROL MAY BELOST AND A CRASH COULD RESULT.",REPLACE REAR BEARINGS AND AXLE SPINDLE AS NECESSARY. -12/14/1987,87E038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E038000),CHALMERS SUSPENSIOUS INTL,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Equipment,105,THE TORQUE RODS MAY NOT HAVE SUFFICIENT PENETRATION AT THE DOG LEG WELDS.,"IF THE WELD FAILS IT WILL ALLOW THE REAR AXLE TO MOVEOUT OF POSITION RESULTING IN VEHICLE INSTABILITY AND LOSS OF CONTROL. ANYTIMEDIRECTIONAL CONTROL IS LOST WITHOUT PRIOR WARNING, THERE IS A POTENTIAL FORVEHICLE CRASH.",A CHANGE IN MANUFACTUING PROCESSES WILL ELIMINATE THE WELD ON THE DOG LEG TUBE. THE TUBE WILL BE MANUFACTURED BY FORMING A CONTINUOUS SECTION. -12/08/1987,87V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V190000),"Kawasaki Motors Corp., U.S.A.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5800,LEFT HAND FRONT HYDRAULIC BRAKE HOSE CONTACTS SPEEDOMETER CABLE HOUSING.,THIS CONTACT COULD EVENTUALLY WEAR THE HOSE ENOUGH TOCAUSE LEAKAGE.,INSTALL A GUIDE TO ROUTE THE SPEEDOMETER CABLE HOUSING AWAY FROM THE BRAKE HOSE. -12/07/1987,87V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V186000),Mazda North American Operations,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,33868,"FUEL TANK FIXING BAND RETENTION IS NOT SUFFICIENT, ALLOWING THE BAND TO RUB AGAINST THE FUEL TANK BY VEHICLE VIBRATIONS.",THIS COULD WEAR A HOLE IN THE FUEL TANK WHICH COULDRESULT IN FUEL LEAKAGE.,REPAIR FUEL FIXING BAND BY INSTALLING A RUBBER SHEET. -12/04/1987,87E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E036000),"MIDLAND BRAKE, INC.",BRAKES:AIR SYSTEMS:VALVE:HAND CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1228,ABNORMAL ACTION OF TWISTING THE VALVE KNOBS CAN CAUSE INTERFERENCE WITH NORMAL VALVE OPERATION.,THE ABOVE INTERFERENCE PROHIBITS THE PISTON IN THE VALVEFROM PERFORMING ITS AUTOMATIC FUNCTION IN CASE OF EITHER A LOSS OF AIR PRESSUREIN THE TRAILER SYSTEM OR A TRAILER BREAK AWAY AND PREVENTS THE VALVE FROM BEINGOPERATED MANUALLY.,MANUFACTURER WILL FURNISH NEW REPLACEMENT AND REIMBURSE FOR INSTALLATION UP TO $22.50. -12/04/1987,87V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V185000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,5234,REAR SEAT BELT SHOULDER RETRACTOR ASSEMBLY MAY NOT LOCK WHEN SUBJECTED TO THE ACCELERATION REQUIRED BY FMVSS NO. 209.,THIS INCREASES LIKELIHOOD OF INJURY TO SEAT OCCUPANT.VEHICLES DO NOT COMPLY WITH FMVSS NO. 209.,"REPLACE REAR SEAT SHOULDER BELT RETRACTOR ASSEMBLY, AS NECESSARY." -12/01/1987,87V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V181000),"General Motors, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,125440,"DUE TO AN INTERACTION OF THE ENGINE COMPARTMENT ENVIRONMENT AND MAINTENANCE OR SERVICE RELATED FACTORS, THERE IS AN UNREASONABLE RISK OF CONNECTING ROD FAILURE AND ENGINE COMPARTMENT FIRES.",AN ENGINE COMPARTMENT FIRE CAN SPREAD TO THE PASSENGERCOMPARTMENT AND INJURE OCCUPANTS.,CORRECT OR INSTALL NEW ENGINE COMPONENTS TO PREVENT UNREASONABLE FIRE RISK. -12/01/1987,87V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V184000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,131476,"THE FUEL FEED AND/OR RETURN HOSE/PIPE ASSEMBLIES COULD CRACK OR SEPARATE, ALLOWING FUEL TO LEAK INTO THE UNDERHOOD AREA.","THIS COULD RESULT IN AN UNDERHOOD FIRE, WITHOUT PRIORWARNING, AND CAUSE INJURY TO OCCUPANTS.",REPLACE BOTH FUEL FEED AND RETURN HOSE/PIPE ASSEMBLIES. -12/01/1987,87V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V182000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,784,SEAT BELT RETRACTOR PAWL MAY NOT MEET HARDENING SPECIFICATIONS CONTAINED IN VOLKSWAGENS DESIGN STANDARD.,VEHICLES DO NOT MEET VOLKSWAGENS DESIGN STANDARD.,REPLACE FRONT PASSIVE RESTRAINT SEAT BELT ASSEMBLY AS NECESSARY. -12/01/1987,87V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V183000),"General Motors, LLC",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,1436,COTTER PINS IN THE UPPER AND LOWER BALL JOINTS MAY HAVE BEEN IMPROPERLY CRIMPED ALLOWING THE COTTER PIN TO COME OUT OF THE STUD.,BALL JOINT NUT COULD LOOSEN CAUSING SEPARATION OF THEBALL JOINT FROM THE STEERING KNUCKLE; THIS COULD RESULT IN LOSS OF STEERINGCONTROL AND A VEHICLE CRASH WITHOUT PRIOR WARNING.,"REPLACE IMPROPERLY CRIMPED OR MISSING BALL JOINT STUD NUT COTTER PINS; ALSO, REPLACE STEERING KNUCKLE ASSEMBLIES, AS NECESSARY." -12/01/1987,87T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T015000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,566,TIRES FAIL TO MEET FMVSS NO. 109 REQUIREMENTS. TIRES POSSESS LOCALIZED POROSITY.,THE POROSITY CONDITION MAY LEAD TO SEPARATION WITHIN THETREAD COMPONENTS. A LOSS OF AIR COULD RESULT WITH POSSIBLE LOSS OF VEHICLECONTROL.,REPLACE TIRES WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO THE CONSUMER. -12/01/1987,87T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T016000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,242,TIRES FAIL TO MEET REQUIREMENTS OF THE ENDURANCE TESTS OF FMVSS NO. 109.,"TIRES COULD DEVELOP SEPARATION IN THE SIDEWALL. A LOSSOF AIR COULD OCCUR, CREATING A POTENTIAL FOR LOSS OF VEHICLE CONTROL.",REPLACE TIRES WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO THE CONSUMER. -11/25/1987,87V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V180000),Hyundai Motor America,BRAKES:HYDRAULIC:DISC:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,321000,VEHICLE MAY FAIL TO CONFORM TO THE BRAKE FADE AND RECOVERY PORTION OF FMVSS 105.,THERE MAY BE A LOSS OF BRAKING EFFICIENCY DURINGREPEATED HARD APPLICATION OF BRAKES WHICH COULD RESULT IN A CRASH WITHOUT PRIORWARNING.,REPLACE FRONT BRAKE PADS WITH NEWLY DESIGNED SEMI METALLIC BRAKE PADS. -11/23/1987,87V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V179000),"Mack Trucks, Inc.",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,323,CROSS STEERING LEVERS MAY BE IMPROPERLY HEAT TREATED AND SUBJECT TO FAIL DURING NORMAL OPERATION.,SUCH FAILURE COULD CAUSE LOSS OF TRUCK CONTROL WITHOUTPRIOR WARNING AND RESULT IN A CRASH.,"INSTALL NEW, PROPERLY HEAT TREATED STEERING LEVER." -11/23/1987,87V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V178000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:GLASS:WINDOW:TAILGATE AND BACK DOOR,VISIBILITY,NR (Not Reported),Vehicle,180000,THE KEY OPERATED TAILGATE WINDOW WILL CONTINUE TO CLOSE IF THE SPRING LOADED KEY DOES NOT RETURN TO OFF POSITION WHEN RELEASED.,WINDOW COULD CLOSE ON A CHILD OR OTHERS RESULTING INPERSONAL INJURY.,OWNERS SHOULD NOT LEAVE KEY IN TAILGATE OF UNATTENDED VEHICLE. REPAIR MECHANISM TO ASSURE PROPER KEY RETURN OPERATION. -11/17/1987,87V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V177000),"AUSTIN ROVER CARS NA, INC",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14900,FAULT IN THE IGNITION SWITCH CAN INTERRUPT POWER SUPPLY TO VARIOUS ELECTRICAL SYSTEMS AND COMPONENTS.,"ELECTRICAL SYSTEMS, INCLUDING HEADLAMPS AND WINDSHIELDWIPERS, MAY BECOME INOPERATIVE, RESULTING IN REDUCED VISIBILITY WHICH COULDRESULT IN AN ACCIDENT.","REPLACE IGNITION SWITCH AND ATTACHED ELECTRICAL SUBHARNESS. ALSO, LUBRICATE IGNITION LOCK MECHANISM." -11/17/1987,87V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V176000),"Mercedes-Benz USA, LLC",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,23386,SLOT IN STEERING DRAG LINK TO ALLOW FOR CLAMPING OF THE BALL JOINT MAY NOT BE FULLY CLOSED BY THE BALL JOINT THREAD.,WATER MAY ENTER THE DRAG LINK AND RESULT IN CORROSIONWHICH LOWERS STRENGTH OF DRAG LINK MAKING IT SUBJECT TO FRACTURE.,"REPLACE DRAG LINK IF OPENING EXIST; ALSO, THREADED STUD OF BALL JOINT HAS BEEN EXTENDED FOR COMPLETE CLOSURE OF THE SLOT." -11/16/1987,87E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E035000),"ONAN, INC.",EQUIPMENT:ELECTRIC EQUIPMENT:RADIO:TAPE DECK ETC.,EQUIPMENT,NR (Not Reported),Equipment,4857,POSSIBLE LOOSE CONNECTION IN THE PRINTED CIRCUIT BOARD COULD SEPARATE AND CAUSE AN ELECTRICAL ARC.,"IF THE CIRCUIT BREAKER FAILS TO TRIP, THE ARCING MAYCONTINUE WITH THE POTENTIAL FOR A FIRE.",NEW IMPROVED CONVERTER WILL REPLACE THE OLD ONE. -11/16/1987,87V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V175000),"Volkswagen Group of America, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1900,CERTAIN VEHICLES MAY NOT BE MARKED WITH LETTERS RES TO IDENTIFY THE RESUME FUNCTION AS REQUIRED BY FMVSS 101.,VEHICLES DO NOT COMPLY WITH FMVSS 101.,REPLACE PART OF CRUISE SWITCH PORTION. -11/13/1987,87V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V173000),Honda (American Honda Motor Co.),FUEL:FUEL INJECTION:IDLE SPEED CONTROL UNIT,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4514,ELECTRONIC FUEL INJECTION CONTROL UNIT MAY CAUSE IDLE SPEED TO INCREASE BY ABOUT 550 RPM WHILE CAR IS STOPPED IN GEAR.,HIGHER THAN NORMAL IDLE COULD CREATE POTENTIAL FOR LOSSOF VEHICLE CONTROL.,REPLACE ELECTRONIC FUEL INJECTION CONTROL UNIT. -11/12/1987,87V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V174000),"THOMAS BUILT BUSES, INC.",BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,THE RESERVOIR LINE FROM THE SPRING BRAKE CONTROL VALVE WAS CONNECTED TO THE FRONT BRAKE RESERVOIR INSTEAD OF THE REAR RESERVOIR.,THIS PLUMBING ERROR AFFECTS THE MANNER IN WHICH THE AIRBRAKES WORK TO STOP THE BUS.,INSTALL NEW AIR BRAKE TUBING TO CORRECT PLUMBING ERROR. -11/05/1987,87T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T013000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,512,TIRE FAILED TO MEET MINIMUM REQUIREMENTS OF FMVSS NO. 109 HIGH SPEED TEST.,FAILURE TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARDNO. 109.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -11/04/1987,87T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T014000),CONDERE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,387,TIRES FAIL TO MEET THE REQUIREMENT OF THE ENDURANCE TEST OF FMVSS NO. 109.,"TIRES COULD DEVELOP A SEPARATION IN THE SIDEWALL. ALOSS OF AIR COULD OCCUR, CREATING A POTENTIAL FOR A LOSS OF VEHICLE CONTROL.",REPLACE TIRES AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -11/03/1987,87V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V172000),"KASSBOHRER OF N.A., INC.",VENTILATION:FRESH AIR:HEATER:DEFROSTER:DEFOGGER:FA,VISIBILITY,NR (Not Reported),Vehicle,60,"TOILET VENT FAN MOTOR MAY OVERHEAT, WITHOUT TRIPPING THE CIRCUIT BREAKER, DUE TO INJESTION OF A FOREIGN OBJECT INTO THE BLADES OR A LOCKED ROTOR CONDITION.",THIS COULD RESULT IN A VEHICLE FIRE WITHOUT WARNING.,INSTALL A TEMPERATURE SENSOR CONTROL SWITCH. -11/02/1987,87E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E034000),GIBSON CHEMICAL AND OIL,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,11520,BRAKE FLUID FAILS TO MEET REQUIREMENTS OF FMVSS NO. 116.,EXCEEDED VISCOSITY LIMIT OF 1500 C.ST. AT -40 F.,REPLACE WITH BRAKE FLUID THAT COMPLIES WITH FMVSS NO. 116. -10/29/1987,87V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V171000),Honda (American Honda Motor Co.),EQUIPMENT:OWNERS MANUAL INFORMATION,EQUIPMENT,NR (Not Reported),Vehicle,99088,"OWNERS MANUAL INFORMATION REQUIRED BY FMVSS 210, SECTIONS 6A AND 6B WAS OMITTED FROM THE MANUAL.",VEHICLES MANUAL INFORMATION DOES NOT COMPLY WITH FMVSS210.,UPGRADE EXISTING MANUALS BY INSERTING ADHESIVE BACKED CORRECTION PAGES. -10/28/1987,87V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V170000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:IDLE SPEED CONTROL UNIT,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,57000,MALFUNCTIONS OF INTERNAL COMPONENTS OF IDLE CONTROL UNIT COULD CAUSE IDLE STABILIZER VALVE TO BECOME ACTIVATED OUTSIDE ITS NORMAL OPERATING RANGE.,"IDLE RPM MAY BECOME ERRATIC AND, IN SOMEINSTANCES,INCREASE.",INSTALL LATEST SPECIFICATION IDLE CONTROL UNIT. -10/26/1987,87V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V167000),"General Motors, LLC",EQUIPMENT:ELECTRIC POWER ACCESSORIES:WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,5442,WATER OR SNOW DRIPPING ONTO DRIVERS SIDE WINDOW SWITCH ASSEMBLIES MAY CAUSE AN ELECTRICAL SHORT AND SWITCHES TO OVERHEAT.,THIS COULD RESULT IN A FIRE IN THE DOOR PANEL AREA.,INSTALL NEWLY DESIGNED WINDOW SWITCHES. (1984 MODELS WILL RECEIVE NEW CONNECTORS ALSO). -10/26/1987,87V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V165000),"General Motors, LLC",EXHAUST/CRANKCASE EMISSION CONTROL:CHECK VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,126319,INTERNAL CORROSION OF PULSAIR CHECK VALVE ASSEMBLY COULD PERMIT EXHAUST GAS TO MELT THE PLASTIC SHUT OFF VALVE AND DRAW VALVE PIECES INTO THE AIR CLEANER AND THROTTLE BODY.,"IF VALVE PIECES LODGE AGAINST THROTTLE PLATE, ENGINE MAYNOT RETURN TO IDLE RESULTING IN LOSS ACCELERATOR CONTROL AND POSSIBLY A CRASH.",REPLACE PULSAIR CHECK VALVE AND SHUT OFF VALVE WITH NEWLY DESIGNED VALVES. -10/26/1987,87V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V169000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,101,"UNEXPECTED LOSS OF TAIL LAMP AND SIDE MARKER LAMP FUNCTION MAY OCCUR, REDUCING OTHER DRIVERS ABILITY TO SEE THE VEHICLE.","THIS COULD LEAD TO A VEHICLE CRASH WITHOUT PRIOR WARNINGIN CONDITIONS OF POOR VISIBILITY, SEVERE WEATHER OR NIGHTTIME.",REPLACE HEADLIGHT SWITCH PANEL. -10/26/1987,87V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V168000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,11936,MANUAL VALVE LINK IN THE TRANSMISSION MAY HAVE BEEN IMPROPERLY FORMED.,"THE VALVE LINK COULD SEPARATE RESULTING IN A GEARSELECTION DIFFERENT FROM WHAT THE DRIVER SELECTS. ALSO, CAR COULD BE STARTEDWITH TRANSMISSION IN GEAR ALLOWING VEHICLE TO MOVE IN AN UNANTICIPATEDDIRECTION.",REPLACE THE MANUAL VALVE DETENT LEVER LINK. -10/26/1987,87V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V166000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,200,"ON RIGHT HAND STEERING ARM, KEYWAY MAY BE IN THE WRONG LOCATION CAUSING A TOGGLE CONDITION TO OCCUR UNDER CERTAIN CONDITIONS.",THIS COULD RESULT IN SLOW STEERING RETURN WITHOUT PRIORWARNING WHICH WOULD AFFECT STEERING CONTROL AND CREATE THE POTENTIAL FOR ACRASH.,REPLACE INCORRECT STEERING ARM. -10/22/1987,87V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V164000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12000,ENGINE COMPARTMENT WIRING HARNESS FUSIBLE LINK WIRES MAY BE TRAPPED UNDER THE SPEED CONTROL SERVO BRACKET.,TRAPPED WIRES MAY EVENTUALLY CAUSE A HIGH RESISTANCEELECTRICAL SHORT THAT CAN RESULT IN AN UNDERHOOD FIRE.,FREE ANY TRAPPED WIRING; THEN SECURE WIRING WITH A TIE STRAP TO KEEP AWAY FROM SPEED CONTROL BRACKET. -10/20/1987,87V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V163000),John Deere,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,5646,A SHIELD AND SUPPORT LOCATED UNDER OPERATORS PLATFORM MAY CONTACT LEFT FRONT TIRE DURING TIGHT RIGHTHAND TURNS.,"IF OPERATED IN REVERSE WITH WHEEL TURNED TIGHTLY RIGHT,THE TIP OF METAL SUPPORT MAY DAMAGE INSIDE SIDE WALL OF LEFT FRONT TIRE.",REMOVE INTERFERING SUPPROT AND INSTALL NEW SUPPORT THAT CANNOT CONTACT THE TIRE. -10/20/1987,87V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V162000),"Volkswagen Group of America, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,138,"UNDER HEAVY LOAD CONDITIONS, THE REAR TIRE SIDEWALLS MAY CHAFE AGAINST THE WHEEL HOUSING.",PROLONGED CHAFING CAN CAUSE PREMATURE TIRE WEAR ANDCOULD RESULT IN SUDDEN LOSS OF AIR.,INSTALL A DIFFERENT TYPE SPORT WHEELS OR INSTALL STANDARD WHEELS. -10/15/1987,87V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V161000),PACCAR Incorporated,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,1400,FASTENERS USED TO SUPPORT THE SIDE SKIRT ASSEMBLY MAY FAIL.,SIDE SKIRT ASSEMBLY MAY SEPARATE FROM TRUCK.,INSTALL TWO SUPPORTING ANGLES TO PREVENT SKIRT ASSEMBLY SEPARATION. -10/14/1987,87V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V160000),Mazda North American Operations,BRAKES:CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,17850,"IN AREAS OF HEAVY USAGE, ROAD SALT MAY ACCUMULATE AT SURFACES OF COMPONENTS OF FRONT BRAKE CALIPERS.",THIS WOULD EVENTUALLY CAUSE DISC PAD LINER CORROSIONTHAT WOULD PREVENT FREE MOVEMENT OF DISC PADS RESULTING IN INEFFECTIVE BRAKINGOF THE FRONT BRAKES.,REPAIR FRONT BRAKE CALIPERS TO PREVENT ROAD SALT ACCUMULATION. -10/08/1987,87V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V159000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,666,THE THROTTLE LEVER IS NOT UNDER SUFFICIENT TENSION.,TRUCKS DO NOT COMPLY WITH FMVSS 124.,RELOCATE THROTTLE RETURN SPRING ANCHOR AND/OR THE SPRING ANCHOR WILL BE REPLACED. -10/08/1987,87T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T012000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,1870,TIRES FAILED TO MEET REQUIREMENTS OF FMVSS NO. 109 HIGH SPEED TEST.,FAILED TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.109.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -10/06/1987,87V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V158000),"Volkswagen Group of America, Inc.",BRAKES:CALIPER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,16000,CERTAIN REAR BRAKE CALIPERS COULD BIND AND CONSEQUENTLY OVERHEAT.,OVERHEATED CALIPERS COULD CAUSE BRAKE PEDAL TO FEELSPONGY AND COULD RESULT IN ONE BRAKE CIRCUIT BECOMING INOPERATIVE. BRAKINGABILITY WOULD BE AFFECTED.,REQUIRES INSPECTION OF BRAKE CALIPERS AND REPLACEMENT OF CALIPERS AS NECESSARY. -10/06/1987,87V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V157000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25000,REPEATED TOPPING OFF OF FUEL TANK DURING REFUELING REDUCES THE EXPANSION SPACE WITHIN THE TANK ALLOWING VAPORS TO ESCAPE FROM THE CHARCOAL FILTER TO OUTSIDE RATHER THAN BEING INDUCTED INTO THE ENGINE.,ESCAPING VAPORS COULD IGNITE BY HEAT EMITTED BY THEEXHAUST SYSTEM.,"INSTALL REDESIGNED FILLER NECK AND A NEW VENT VALVE AND HOSE FOR CHARCOAL FILTER. ALSO, STOP REFUELING WHEN PUMP NOZZLE SHUTS OFF." -10/01/1987,87V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V156000),"Winnebago Industries, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,802,"CERTAIN COMPONENTS WERE INCORRECTLY ASSEMBLED; SUCH AS THE HEAT RESISTANT COVER ON THE WIRING HARNESS, LOCATED ABOVE THE EXHAUST SYSTEM AND THE MUFFLERS REAR HEAT SHIELD AND REAR HANGER.",A FIRE CAN DEVELOP UNDER MOTORHOME FLOOR WHEN ENGINE ISWORKING HARD IN WARM TEMPERATURES.,"REPLACE COVERING, ADD A HEAT SHIELD, AND REPOSITION MUFFLER HANGER." -10/01/1987,87V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V155000),"Winnebago Industries, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9041,VEHICLES ARE SUBJECT TO EXCESSIVE UNDERBODY TEMPERATURES AND FUEL SYSTEM PRESSURES.,"THIS CREATES POTENTIAL FOR FUEL EXPULSION FROM THE FUELFILLER PIPE WHICH, IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN AFIRE.",INSTALL AN ADDITIONAL VENTING SYSTEM TO MAIN FUEL TANK TO VENT THE SUPPLEMENTAL PRESSURE. -09/24/1987,87T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T011000),KELLY SPRINGFIELD TIRE CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,383,TIRES FAILED TO MEET REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109 FOR ENDURANCE TESTS.,"THE FAILURE TO MEET REQUIREMENTS OF FMVSS NO. 109 COULDRESULT IN PLY SEPARATION, LOSS OF AIR, OR POSSIBLY BLOWOUT CAUSING A VEHICLECRASH.",TIRES WILL BE REPLACED AT NO COST TO CUSTOMERS WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -09/22/1987,87V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V153000),"CHANCE COACH, INC.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,27,STEERING DRAG LINKS ARE 1/2 INCH TOO LONG AND COULD CONTACT THE FRONT AXLE.,THIS COULD RESULT IN STEERING AND CONTROL DIFFICULTY.,REPLACE DRAG LINK TUBE WITH ONE THAT IS 1/2 INCH SHORTER TO ELIMINATE INTERFERENCE. -09/21/1987,87V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V151000),"Maserati North America, Inc.",FUEL:CARBURETOR:UNKNOWN TYPE:CHOKE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3724,MISUSE OF CARBURETOR CHOKE COULD CAUSE EXCESSIVE EXHAUST SYSTEM HEAT.,EXCESSIVE HEAT CAN RESULT IN HEAT DAMAGE TO CAR EXTERIORAND INTERIOR MATERIALS WHICH COULD CAUSE A FIRE.,INSTALL A KIT WHICH WILL REDUCE EXHAUST SYSTEM TEMPERATURES TO AN ACCEPTABLE LEVEL. OWNERS MAY CONTACT MASERATI AT 1-877.696.2737. -09/21/1987,87V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V152000),"EXECUTIVE IND., INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,32,INCORRECT THROTTLE INNER CABLE MAY HAVE BEEN INSTALLED.,THIS CABLE COULD STICK INSIDE ITS HOUSING RESULTING IN ALOSS OF THROTTLE CONTROL.,INSTALL CORRECT CABLE. -09/18/1987,87V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V150000),INTERNATIONAL TRUCK & ENGINE CORPORATION,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1521,"ENGINE VISCOUS FAN DRIVE MOUNTING STUDS LOCATED IN FAN SPACER MAY NOT BE OF SPECIFIED HARDNESS, NOR HAVE SPECIFIED THREAD LOCKING MATERIAL.",FAN COULD WORK LOOSE DURING ENGINE OPERATION ANDSEPARATE WHICH COULD RESULT IN PERSONAL INJURY TO PERSONS NEAR ENGINECOMPARTMENT.,REPLACE MOUNTING STUDS IN FAN SPACER. -09/17/1987,87V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V149000),Mazda North American Operations,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,400,FLOOR MAT COULD INTERFERE WITH RELEASE OF ACCELERATOR PEDAL DUE TO IMPROPER SHAPE OF MAT.,THIS COULD RESULT IN LOSS OF ACCELERATOR CONTROL ANDCREATE POTENTIAL FOR AN ACCIDENT.,REMOVE PRESENT MAT AND REPLACE WITH NEW IMPROVED MAT. -09/17/1987,87V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V148000),"CHANCE COACH, INC.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,262,WELD WHICH ATTACHES THE SUPPORT BRACKET TO THE REAR AXLE OF THE REAR SUSPENSION COULD CRACK AND BREAK.,"THIS WOULD ALLOW THE HANGER TO BREAK OFF, POSSIBLYCAUSING AN ACCIDENT.",INSTALL A REINFORCEMENT KIT TO PREVENT HANGER FROM BREAKING OFF. -09/16/1987,87V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V154000),BEALL TRANSLINER OF OREGN,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,132,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC-122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SUSPENSION. -09/15/1987,87V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V145000),Volvo Trucks North America,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,33183,FOOT CONTROLLED BRAKE VALVE MAY MALFUNCTION BY ALLOWING AIR PRESSURE TO BYPASS CONTROL PISTON O RING.,THESE CONDITIONS COULD CAUSE OVERLY AGGRESSIVE TRUCKBRAKING DURING NORMAL BRAKE APPLICATIONS CREATING THE POTENTIAL FOR A VEHICLECRASH.,REPAIR SO AS TO PREVENT BRAKE VALVE MALFUNCTION. -09/15/1987,87V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V147000),FREIGHTLINER LLC,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,41,INCORRECT SIZE AIR BRAKE ACTUATOR CHAMBERS WERE INSTALLED ON THE DRIVE AXLES.,THIS COULD RESULT IN INCREASED STOPPING DISTANCE.,REPLACE DRIVE AXLE BRAKE CHAMBERS WITH CORRECT SIZE CHAMBERS. -09/15/1987,87V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V146000),Land Rover,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,114,MASTER CYLINDER RESERVOIR WAS NOT EQUIPPED WITH A WARNING STATEMENT LABEL AS REQUIRED BY FMVSS 105.,VEHICLES WOULD NOT COMPLY WITH FMVSS 105.,AFFIX WARNING LABEL TO MASTER CYLINDER STATING CLEAN FILLER CAP BEFORE REMOVING. -09/09/1987,87V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V144000),Ford Motor Company,FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,188000,VEHICLES ARE SUBJECT TO EXCESSIVE UNDERHOOD TEMPERATURES AND FUEL SYSTEM PRESSURES IN SEVERE DUTY APPLICATIONS.,"THIS CREATES POTENTIAL FOR FUEL EXPULSION FROM THE FUELFILLER PIPE WHICH IN THE PRESENCE OF AN IGNITION SOURCE, COULD RESULT IN AFIRE.",INSTALL MODIFICATION KITS TO MINIMIZE POSSIBILITY OF FUEL EXPULSION AND TO SHIELD UNDERBODY COMPONENTS FROM EXHAUST SYSTEM HEAT. -09/09/1987,87V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V142000),"Jaguar Cars, Ltd.",FUEL:FUEL TANK ASSEMBLY:GAUGE:FUEL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,133,SEALS OF LOWER FUEL TANK GAUGE COULD FAIL CAUSING GAS TO LEAK INTO LOWER FUEL TANK CAVITY AND POSSIBLY INTO PASSENGER COMPARTMENT.,IGNITION OF GAS VAPORS WHICH MIGHT BE PRESENT COULDCAUSE A FIRE OR EXPLOSION.,REPLACE LOWER FUEL TANK ASSEMBLY TO UPGRADE FUEL SYSTEM TO CURRENT SPECIFICATIONS. -09/09/1987,87V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V143000),ESTABLISMENT INDUSTRIES,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,236,"REAR TIRES MAY RUB ON THE REAR LEAF SPRINGS. ALSO, REAR WHEELS MAY BE DEFECTIVE.",CONTINUED DRIVING COULD RESULT IN REAR TIRES BLOWING OUTWITHOUT WARNING; DRIVER COULD LOSE CONTROL AND A CRASH COULD OCCUR.,"REPLACE TIRES AND WHEELS, AS NECESSARY." -09/04/1987,87V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V141000),Ford Motor Company,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,141,"TRUCKS WERE BUILT WITH INCORRECT REAR BRAKE ASSEMBLIES. CONSEQUENCE OF DEFECT: A TENDENCY FOR REAR BRAKE LOCKUP WOULD EXIST PARTICULARLY DURING HEAVY BRAKE APPLICAION WITH A LIGHTLY LOADED TRUCK. ALSO, INCREASED STOPPING DISTANCE WOULD BE REQUIRED IF THE BRAKE MODULATION (PUMPING THE BRAKES) IS USED TO CONTROL THE VEHICLE DURING A HARD BRAKE STOP.",,REPLACE REAR BRAKE ASSEMBLIES. -09/04/1987,87E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E033000),HOLLAND HITCH COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,62,INADEQUATE SUPPORT OF THE BALL HITCH AT ITS ATTACHMENT ONTO THE MOUNTING.,SHOULD THE MOUNTING PLATE FRACTURE IT WOULD RESULT INSEPARATION OF THE BALL FROM ITS MOUNTING.,INSPECT AND REPLACE BALL HITCHES AS NECESSARY. -09/04/1987,87V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V139000),Ford Motor Company,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3600000,SPRING LOCK FUEL LINE COUPLING MAY NOT BE PROPERLY ENGAGED.,"COUPLING COULD DISENGAGE DUE TO FUEL PRESSURE,VIBRATION, AND ENGINE MOVEMENTS; THIS WOULD CAUSE LOSS OF FUEL WHICH, INPRESENCE OF AN IGNITION SOURCE, CREATES A FIRE RISK.",INSTALL RETAINER CLIPS OVER THE COUPLINGS TO PREVENT COUPLING SEPARATION AND FUEL LEAKAGE. -09/04/1987,87V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V137000),"Nissan North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,3996,MISMATCH OF MALE AND FEMALE REAR SEAT BELT ASSEMBLIES.,THE SEAT BELTS CAN NOT BE BUCKLED AND PASSENGERS AREUNABLE TO USE THE RESTRAINT SYSTEM.,INSPECT AND REPLACE ALL MISMATCHED BELT ASSEMBLIES. -09/04/1987,87V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V138000),Volvo Trucks North America,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Vehicle,45,THE TANDEM SUSPENSION CURVED TORQUE RODS MAY FAIL AT A POINT WHERE THE TWO PIECE CENTER TUBE IS WELDED TOGETHER.,A BROKEN TORQUE ROD WOULD AFFECT THE HANDLING AND THESTABILITY OF THE VEHICLE.,INSPECT AND MAKE NECESSARY REPAIRS TO PRECLUDE ROD SEPARATION AT THE WELD POINT. -09/04/1987,87V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V140000),Ford Motor Company,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1220,WHEEL LUG NUT CONE ANGLES DO NOT MATCH LUG NUT SEATING ANGLES.,NUTS COULD LOOSEN IN SERVICE CREATING POTENTIAL FORWHEELS TO SEPARATE FROM TRUCK.,REPAIR TO PREVENT LOOSENING OF LUG NUTS. -09/01/1987,87V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V136000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,63196,RIGHT AND LEFT HAND BRAKE HOSE MAY CONTACT THE WHEEL OR TIRE IN A FULL TURN.,"IF THE HOSE MAKES CONTACT WITH THE WHEEL OR TIRE IT WILLEVENTUALLY WEAR THE HOSE TO A POINT OF RUPTURE, RESULTING IN A LOSS OF THEFRONT BRAKES. LOSS OF FRONT BRAKES WOULD INCREASE THE STOPPING DISTANCE WHENMINIMUM TIME IS REQUIRED AND COULD RESULT IN A VEHICLE CRASH.",INSTALL NEW REPOSITIONING BRACKETS FOR THE FRONT BRAKE HOSES. -09/01/1987,87V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V135000),"General Motors, LLC",ELECTRICAL SYSTEM:FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,479715,AN IN LINE FUSIBLE LINK MAY MELT DOWN AND CAUSE A FIRE.,"THE IN LINE FUSIBLE LINK LOCATED IN THE AREA OF THEPLASTIC WINDSHIELD WASHER BOTTLE BRACKET MAY, UNDER A HIGH RESISTANCE LOAD,MELT DOWN AND IGNITE THE WASHER BOTTLE BRACKET RESULTING IN AN ENGINECOMPARTMENT FIRE.",THE WINDSHIELD WASHER BOTTLE BRACKET WILL BE REPLACED. -09/01/1987,87E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E032000),CEC INDUSTRIES LTD,LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Equipment,60000,"FAILURE TO MEET STARTING TIME, VOLTAGE DROP AND DURABILITY REQUIREMENTS OF FMVSS 108.",FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REFUND BY IMPORTER UPON RETURN OF FLASHERS. -09/01/1987,87V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V134000),"Mitsubishi Fuso Truck of America, Inc.",POWER TRAIN:CLUTCH ASSEMBLY:PEDAL,POWER TRAIN,NR (Not Reported),Vehicle,377,IMPROPER MACHINING OF THE CLUTCH MASTER CYLINDER LOCATED ON CLUTCH PEDAL SUPPORT.,"IMPROPERLY MACHINED CYLINDERS COULD CAUSE THE CLUTCH TORELEASE IMPROPERLY WHEN THE CLUTCH PEDAL IS DEPRESSED. IF THIS HAPPENS, IT MAYBE DIFFICULT TO TOTALLY RELEASE CLUTCH AND SHIFT TRANSMISSION OUT OF GEAR.",REPLACE CLUTCH AS REQUIRED. -09/01/1987,87V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V133000),HOLLOWAY DEBRALL COMPANY,WHEELS,WHEELS,NR (Not Reported),Vehicle,5,DUAL REAR WHEELS MAY HAVE PIN HOLE LEAKS AND CRACKS AROUND THE VALVE STEM HOLE THAT HAD BEEN WELDED.,"DRIVING WITH THE INNER DUAL REAR WHEEL FLAT COULD CAUSEA BLOWOUT, AND POSSIBLE WHEEL BEARING OR AXLE FAILURE.",REPLACE DEFECTIVE WHEELS. -08/17/1987,87V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V131000),Ford Motor Company,FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11119,FUEL RAILS MAY BE BENT SO THAT NO. 5 INJECTOR CUPS ARE OUT OF DESIGN POSITION.,"BENT FUEL RAIL COULD CAUSE A FUEL LEAK, WHICH INPRESENCE OF AN IGNITION SOURCE COULD RESULT IN AN ENGINE FIRE.",REPLACE FUEL RAIL ASSEMBLIES AS NECESSARY. -08/14/1987,87V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V130000),HOLIDAY RAMBLER CORP.,BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,186,ROUTING OF AIR SUPPLY LINES CLOSE TO THE EXHAUST MANIFOLD PIPE SUBJECT THE LINES TO DEFORMATION AND POSSIBLE RUPTURE FROM THE RADIANT HEAT OF THE PIPE.,RUPTURE OF AIR PRESSURE LINES COULD CAUSE LOW AIRPRESSURE AND PARK BRAKE WARNING LIGHTS TO COME ON; IT WILL AUTOMATICALLY APPLYPARK/EMERGENCY BRAKE AND DEFLATE FRONT SUSPENSION AIR BAGS.,REPLACE DAMAGED AIR LINES AND INSTALL A PROTECTIVE HEAT SHIELD OR REPOSITION AIR LINES AWAY FROM EXHAUST PIPE. -08/14/1987,87E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E031000),KELSEY-HAYES COMPANY,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Equipment,204,IMPROPER WELDS WHERE STEERABLE DRIVE END MOUNTING FLANGE IS ATTACHED TO THE TUBULAR PORTION OF THE HOUSING.,FAILURE OF WELDS COULD RESULT IN AXLE END SEPARATINGFROM THE HOUSING RESULTING IN POSSIBLE VEHICLE CRASH AND DAMAGE TO VEHICLE.,REPLACEMENT OF ALL DEFECTIVE AXLE HOUSINGS. -08/14/1987,87V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V129000),Harley-Davidson Motor Company,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,13303,CRACKS IN FRONT AND REAR WHEELS COULD DEVELOP AND CONTINUE THROUGH WHEEL SPOKES.,HUB AND RIM COULD SEPARATE CREATING HANDLING PROBLEMSWHICH COULD RESULT IN LOSS OF CONTROL.,REPLACE WHEELS WITH DIFFERENT TESTED WHEELS. -08/11/1987,87E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E030000),TECHNICAL CHEMICAL CO.,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,33723,FLUID FAILED TO COMPLY WITH THE EVAPORATION REQUIREMENTS OF FMVSS NO. 116.,FAILED THE EVAPORATION REQUIREMENTS OF FMVSS NO. 116.,BRAKE FLUID WILL BE REPLACED AT NO COST TO CONSUMER. -08/10/1987,87V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V125000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8893,CRUISE CONTROL CABLE LOCK MECHANISM MAY SELF DISENGAGE CAUSING ERRATIC OPERATION OR THROTTLE NOT RETURNING TO IDLE.,ENGINE SPEED WOULD NOT DECREASE; LOSS OF ACCELERATORCONTROL COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,INSTALL A CLAMP AROUND THE LOCK TAB OF CRUISE CONTROL. -08/10/1987,87V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V126000),"General Motors, LLC",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,2750,ONE OR BOTH OF OUTER TIE ROD NUTS MAY BE LOOSE AND NOT CRIMPED.,LOSS OF ONE OR BOTH NUTS COULD LEAD TO TIE RODDISENGAGING FROM STEERING KNUCKLE RESULTING IN POSSIBLE LOSS OF STEERINGCONTROL AND POSSIBLY A CRASH.,REPLACE TIE ROD AND KNUCKLE AND SET TOE-IN. -08/10/1987,87V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V127000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1521,"TRUCKS MAY HAVE CRACKED OR BROKEN DOOR STRIKER NUTS, WHICH DO NOT CONFORM TO FMVSS 206.","IN A COLLISION, CRACKED OR BROKEN STRIKER NUT COULDALLOW DOOR TO OPEN UNEXPECTEDLY AND POSSIBLY CAUSE INJURY TO OCCUPANTS.",REPLACE EXISTING DOOR STRIKER NUTS. -08/10/1987,87V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V124000),"General Motors, LLC",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,261171,SMALL CRACKS MAY DEVELOP IN THE BODY PILLAR AROUND THE DOOR STRIKER BOLT HOLE.,"CRACKS WOULD INCREASE LEADING TO DIFFICULTY IN CLOSINGTHE DOOR AND MIGHT ALLOW DOOR TO COME OPEN DURING A CRASH, INCREASINGLIKELIHOOD OF INJURY TO OCCUPANTS.",INSTALL INNER AND OUTER REINFORCEMENT PLATE ON BOTH LEFT AND RIGHT BODY PILLARS. -08/10/1987,87V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V128000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,312,INCORRECT FRONT SHOCK ABSORBER UPPER AND LOWER NUTS COULD LOOSEN.,SHOCK ABSORBER COULD DETACH AND COME IN CONTACT WITHFRONT BRAKE HOSE; THIS CONTACT COULD RESULT IN A LEAK IN THE HOSE AND LOSS OFFRONT BRAKES.,REPLACE FREE SPINNING NUTS WITH TORQUE NUTS. -08/07/1987,87T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T010000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1609,"FAILURE TO MEET REQUIREMENT OF FMVSS NO. 119, ENDURANCE TEST.",TIRES FAILED TO MEET FMVSS NO. 119.,REPLACE WITH NEW TIRE AT NO COST TO CUSTOMER WITHIN 60 DAYS FROM NOTIFICATION. -08/05/1987,87V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V123000),ESTABLISMENT INDUSTRIES,SUSPENSION:SINGLE AXLE:REAR:VALVE:AIR BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,188,OVERLOADED REAR SUSPENSION MAY AFFECT BRAKING ABILITY.,IMPAIRED BRAKING ABILITY COULD RESULT IN AN ACCIDENT.,REPLACE BRAKE PROPORTIONING VALVE. -08/04/1987,87V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V122000),Honda (American Honda Motor Co.),FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7893,"A SMALL AMOUNT OF COOLANT SEEPAGE MAY OCCUR, AND EVENTUALLY RESIDUE MAY ACCUMULATE ON THE THROTTLE VALVE.",RESIDUE MAY CAUSE THROTTLE VALVE RETURN-TO-IDLE SPEED TOBE SLOWER THAN NORMAL WHEN ACCELERATOR PEDAL IS RELEASED.,REPLACE THROTTLE BODY ASSEMBLY. -08/03/1987,87V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V121000),"General Motors, LLC",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7870,SEVERE BRAKE CHATTER MAY CAUSE THE BRAKE CHAMBER MOUNTING BRACKETS ON EITHER SIDE TO DEVELOP CRACKS IN THE WELD AREA WHERE THE S CAM SHAFT TUBE ATTACHES TO THE CHAMBER SUPPORT SECTION.,"BRACKETS CAN BREAK, RESULTING IN LOSS OF BRAKING ABILITYAT THAT FRONT WHEEL, AND POSSIBLY RESTRICTED STEERING, WHICH COULD LEAD TO AVEHICLE CRASH WITHOUT PRIOR WARNING.","AS NECESSARY, INSTALL NEW REINFORCED FRONT BRAKE CHAMBER MOUNTING BRACKETS AND INSTALL A FRONT BRAKE LIMITING VALVE ON VEHICLES WITHOUT ONE." -08/03/1987,87V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V118000),"GRUMMAN ALLIED IND., INC.",LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Vehicle,991,"THE HAZARD FLASHER UNIT, WHEN USED IN PLACE OF THE TURN SIGNAL FLASH UNIT, DOES NOT PROVIDE LAMP OUTAGE INDICATION AS REQUIRED BY FMVSS 108.",DRIVER WOULD NOT REALIZE TURN SIGNAL LAMP HAS BURNEDOUT.,REPLACE HAZARD FLASHER UNIT WITH A NEW TURN SIGNAL FLASHER WHICH COMPLIES WITH FMVSS 108. -08/03/1987,87V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V119000),INTERNATIONAL TRUCK & ENGINE CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,263,REFLECTOR PORTION OF FRONT TURN SIGNAL LENS ASSEMBLY DOES NOT MEET PHOTOMETRIC REQUIREMENTS OF FMVSS 108.,"IMPROPERLY REFLECTED LIGHT COULD CONCEIVABLY RESULT INANOTHER VEHICLE OPERATOR FAILING TO SEE TURN SIGNAL, WITH THE POTENTIAL FOR ANACCIDENT.",REPLACE LEFT AND RIGHT FRONT TURN SIGNAL LENS WITH COMPLIANT MATERIAL. -08/03/1987,87V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V120000),"HPA MONON TRAILER, INC.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,900,IRON PARTICLES INSIDE THE WHEEL HUBS COULD CREATE FRICTION CAUSING THE BEARING TO OVERHEAT.,THIS COULD RESULT IN PREMATURE BEARING FAILURE.,REPLACE HUBS AND BEARINGS. -07/29/1987,87V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V117000),Pierce Manufacturing,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19,REAR BRAKE DRUMS MAY HEAT UP DUE TO A LACK OF BRAKING BY THE FRONT AXLE DISC BRAKES.,DRUMS COULD CRACK AND BREAK RESULTING IN TRUCKS NOTSTOPPING PROPERLY.,INSTALL 30 IN. REAR BRAKE CHAMBERS AND 30 IN. FRONT BRAKE CHAMBERS. -07/28/1987,87V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V115000),Blue Bird Body Company,LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Vehicle,550,A RELAY IN THE FLASHING CIRCUIT COULD FAIL.,"RED WARNING LIGHTS WOULD NOT FLASH, BUT WOULD BE ONCONSTANTLY.",REPLACE DEFECTIVE FLASHER UNITS WITH NEW UNITS WITH RELIABLE RELAYS. -07/28/1987,87V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V116000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,200,FRAME BRACKET WHICH SUPPORTS THE REAR OF THE FRONT AXLE SUSPENSION SPRING MAY FAIL.,SUSPENSION AND AXLE COULD SEPARATE FROM VEHICLE WHICHCOULD RESULT IN LOSS OF CONTROL.,REPLACE STANDARD BRACKET WITH BRACKET INTENDED FOR OFF HIGHWAY SEVERE SERVICE. -07/23/1987,87V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V114000),"CARPENTER BDY WRKS, INC.",STRUCTURE:BODY ROOF,STRUCTURE,NR (Not Reported),Vehicle,874,BUS BODIES MAY NOT MEET THE 60 PERCENT JOINT EFFICIENCY REQUIREMENTS OF FMVSS 221 DUE TO INSUFFICIENT BONDING OF THE ADHESIVE IN THE JOINT.,ROOF PANEL JOINTS COULD DETACH IN A SEVERE CRASH OR BUSROLLOVER.,REPAIR JOINTS BY INSTALLING A SUFFICIENT NUMBER OF FASTENERS TO MECHANICALLY BRING JOINTS INTO COMPLIANCE. -07/21/1987,87V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V113000),Ford Motor Company,FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16000,EXPULSION OF FUEL DUE TO OVERPRESSURIZATION.,FUEL OR FUEL VAPORS IN THE PRESENCE OF AN IGNITIONSOURCE CAN CAUSE A FIRE.,MODIFICATION OF THE BASE FUEL VENTING AND EMISSION CONTROL SYSTEM TO REDUCE OPERATING TEMPERATURES AND FUEL SYSTEM PRESSURES. -07/20/1987,87V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V112000),"General Motors, LLC",BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,166,THE BRAKE INTERLOCK SHUTTLE VALVE ASSEMBLY COULD UNDER A HEAVY SERVICE BRAKE APPLICATION FRACTURE OR FRAGMENT THE INTERNAL SHUTTLE PISTON.,THE FRACTURE OR FRAGMENTION OF THE INTERLOCK SHUTTLEVALVE PISTON COULD RESULT IN PARTIAL OR COMPLETE LOSS OF REAR BRAKING. AREDUCTION IN BRAKING ABILITY COULD RESULT IN A VEHICLE CRASH WITHOUT PRIORWARNING.,NEW IMPROVED BRAKE INTERLOCK SHUTTLE ASSEMBLY WILL BE INSTALLED. -07/17/1987,87E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E029000),"ALTAI INTERNATIONAL, INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,8000,FAILURE TO MEET REQUIREMENTS OF PHOTOMETRIC TESTS OF FMVSS NO. 108.,FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REFUND PURCHASE COST FOR RETURNED LAMPS. -07/16/1987,87E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E027000),WARWICH LABORATORIES CO.,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,2074,FLUID FAILED TO COMPLY WITH VISCOSITY TEST OF FMVSS NO. 116.,FAILED KINEMATIC VISCOSITY TEST REQUIRED BY FMVSS NO.116.,BRAKE FLUID WILL BE REPLACED AT NO CHARGE BY WARWICK LAB. -07/16/1987,87V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V109000),"Nissan North America, Inc.",ENGINE:GASKETS:VALVE COVER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,10025,VALVE COVER GASKET MAY LEAK OIL.,OIL MAY DRIP ON EXHAUST MANIFOLD AND IF ENGINE ISOPERATED UNDER SEVERE CONDITION OR OPERATED AT CONTINUOUSLY HIGH SPEEDS. THEMANIFOLD MAY BECOME HOT ENOUGH TO IGNITE THE OIL. THIS COULD RESULT IN ANENGINE COMPARTMENT FIRE.,THE VALVE COVER GASKET WILL BE REPLACED WITH A NEW GASKET REDESIGNED TO CORRECT THE OIL LEAK. -07/16/1987,87E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E028000),"ZEMCO, INC.",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,108617,HIGH VOLTAGE PULSES CAN CAUSE THE MICROPROCESSOR IN THE CRUISE CONTROL TO PULL THE THROTTLE AND CAUSE SELF ENGAGEMENT.,SELF ENGAGEMENT COULD HAPPEN WHILE IN TRAFFIC ANDPOSSIBLE CAUSE AN ACCIDENT.,INSTALLATION OF 22K RESISTOR IN SERIES WITH THE WIRE TO THE COIL. -07/16/1987,87V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V111000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,250,FUEL LEAK AT THE TOP OF THE FRONT FUEL TANK IN THE AREA OF THE VAPOR VALVE GROMMET. GROMMET MAY SPLIT DUE TO COMPRESSIVE LOAD WHEN INSTALLED IN THE FUEL TANK.,FUEL MAY LEAK FROM VAPOR VALVE AND BECOME THE SOURCE OFFUEL FOR A FIRE.,INSTALLATION OF A NEWLY DESIGNED VAPOR VALVE GROMMET. -07/16/1987,87V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V107000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4400,DRIVERS FLOORMAT MISPOSITIONED SUCH AS TO INTERFERE WITH ACCELERATOR PEDAL.,FLOORMAT MAY RESTRICT RETURN OF ACCELERATOR PEDAL TO THEIDLE POSITION.,FLOORMAT WILL BE REPLACED WITH A REDESIGNED MAT TO ELIMINATE THE INTERFERENCE. -07/16/1987,87V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V110000),Great Dane Trailers,SUSPENSION:I-BEAM:SOLID:FRONT KING PIN,SUSPENSION,NR (Not Reported),Vehicle,4500,INADEQUATE REINFORCEMENT FOR KING PIN.,"KING PIN COULD SEPARATE FROM TRAILER, FREEING THETRAILER TO TRAVEL UNSTEERED AND UNGUIDED, A HAZARD TO OTHER VEHICLES ANDPERSONS IN ITS PATH.",REINFORCEMENT OF THE KING PIN SUPPORT STRUCTURE AND CHECK ALL EXISTING WELDS. -07/15/1987,87V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V106000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1000,MINIMUM AIR RESERVOIR VOLUME CAPACITY IS LESS THAN REQUIRED BY FMVSS NO. 121.,FAILURE TO MEET REQUIREMENTS OF FMVSS NO. 121.,RETROFIT ADDITIONAL RESERVOIR CAPACITY TO ENSURE FULL COMPLIANCE WITH FMVSS NO. 121. -07/15/1987,87V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V105000),"Jaguar Cars, Ltd.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3500,"CRUISE CONTROL MAY FAIL TO DISENGAGE IN A NORMAL MANNER UPON APPLICATION OF THE BRAKES, AND THE REAR BRAKE LAMPS MAY FAIL DUE TO MALFUNCTION OF BRAKE LAMP MICROSWITCH ASSEMBLY.",POSSIBLE LOSS OF STOP LAMPS AND FAILURE OF CRUISECONTROL TO DISENGAGE IN THE NORMAL MANNER MAY RESULT IN AN ACCIDENT.,INSTALL A MODIFIED MICROSWITCH IN ALL VEHICLES. -07/14/1987,87V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V108000),GRUMMAN FLXIBLE CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,5514,MISALIGNMENT BETWEEN THE STEERING COLUMN ASSEMBLY AND THE GEAR BOX.,EXCESSIVE MISALIGNMENT CAN LEAD TO STEERING FAILURE ANDLOSS OF STEERING CONTROL.,REQUIRES REMOVING OLD STEERING COLUMN AND REPLACING WITH NEW DESIGNED COLUMN. -07/13/1987,87V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V104000),"Mercedes-Benz USA, LLC",LIGHTING:FUSE:BRAKE LIGHTS,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,65196,"IN CASE OF ELECTRICAL FAILURE WHICH BLOWS FUSE NO. 9, THE REAR BRAKE LIGHTS WILL NOT OPERATE.",TOUCHING THE BRAKE PEDAL TO DISENGAGE THE CRUISE CONTROLWOULD NOT FUNCTION AS INTENDED.,"USE TWO FUSES IN COMBINATION SO THAT IN CASE OF A FUSE FAILURE, THE CRUISE CONTROL SYSTEM WILL NOT OPERATE." -07/10/1987,87V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V103000),"General Motors, LLC",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5162,THE HEADLAMP CIRCUIT BREAKER MAY OVERHEAT AT LOW BEAM CAUSING AN INTERMITTENT HEADLAMP CIRCUIT.,"HEADLAMP AND FOGLAMPS WOULD GO OUT SUDDENLY REDUCINGDRIVER VISIBILITY, WHICH COULD RESULT IN A VEHICLE CRASH.",REVISE FOGLAMP CIRCUIT TO PREVENT OVERHEATING OF HEADLAMP CIRCUIT. -07/10/1987,87V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V102000),FREIGHTLINER LLC,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,16,FASTENERS USED TO ASSEMBLE THE D RING ANCHORAGE FOR THE SHOULDER HARNESS MAY NOT PROVIDE SUFFICIENT STRENGTH TO MEET SPECIFIED LOAD REQUIREMENTS OF FMVSS 210.,TRUCKS DO NOT COMPLY WITH FMVSS 210.,REPLACE MONOBOLT FASTENERS WITH HIGH CLAMP 1/4 IN BLIND RIVETS. -07/08/1987,87E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E026000),"Velvac, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,11938,HOSE FAILS TO COMPLY TO CRUSH TEST FOR FMVSS NO. 106.,HOSE BECOMES OVAL AND MAY RESTRICT FLOW OF VACUUM ONVACUUM ASSISTED HYDRAULIC BRAKE SYSTEM.,REPLACE ALL HOSE WITH NEW IMPROVED HOSE. -07/08/1987,87V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V101000),JERR-DAN CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,553,MAIN HYDRAULIC PRESSURE HOSE MAY NOT WITHSTAND EXCESSIVELY HIGH EXHAUST TEMPERATURES.,HOSE COULD LEAK AND RESULT IN A FIRE.,"REPLACE DEFECTIVE HOSES WITH HIGH TEMPERATURE HOSE ASSEMBLIES AND HEAT SHIELDS, AS NECESSARY." -07/07/1987,87V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V099000),Blue Bird Body Company,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,505,"INCORRECT CIRCUIT BREAKER CAN BECOME OVERLOADED AND TRIP, AND NOT RESET FOR 40-60 SECONDS.","BUS WOULD LOSE TURN SIGNALS, TAIL LIGHTS, STOP LIGHTS,HEADLIGHTS, AND/OR WINDSHIELD WIPERS.",REPLACE 50 AMP BREAKER WITH 105 AMP BREAKER. -07/07/1987,87V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V100000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,618,FUEL TANKS MAY CRACK IN SERVICE DUE TO FATIGUE OF MATERIAL AROUND WELD.,FUEL WOULD SEEP FROM TANK CREATING THE POTENTIAL FOR AFIRE.,REPLACE ORIGINAL TANK WITH A NEW TANK. -07/07/1987,87E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E025000),GRAND AUTO STORES.,LIGHTING:LAMP OR SOCKET:EMERGENCY FLASH HAZARD WAR,EXTERIOR LIGHTING,NR (Not Reported),Equipment,187000,FAILURE TO MEET DURABILITY FLASH RATE AND CURRENT REQUIREMENTS OF FMVSS NO. 108.,FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REPLACEMENT OF FLASHERS WITHOUT CHARGE TO CUSTOMERS. -07/06/1987,87V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V097000),COLLINS AMBULANCE CORP.,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,343,THERE MAY BE HOLES IN THE GASOLINE FUEL FILLER NECK IN THE WELD SEAM WHICH CONVERTS THE FORD FILLER NECK WITH A 90 DEGREE BEND INTO A STRAIGHT TUBE.,SUCH HOLES COULD ALLOW FUEL TO LEAK CREATING THEPOTENTIAL FOR A FIRE.,PRESSURE TEST FILLER NECKS TO ASSURE THAT NO POTENTIAL LEAKS EXISTS IN THIS PART. -07/06/1987,87V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V098000),"Nissan North America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,183519,"UNINTENDED ACCELERATION MAY OCCUR, FOR EXAMPLE, WHEN SHIFTING FROM THE PARK POSITION.",THIS COULD RESULT IN A VEHICLE ACCIDENT.,INSTALL A SHIFT INTERLOCK SYSTEM WHICH PREVENTS THE TRANSMISSION SHIFT LEVER FROM BEING MOVED FROM THE PARK POSITION UNLESS THE BRAKE PEDAL IS DEPRESSED. -07/06/1987,87T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T009000),UNIROYAL GOODRICH TIRE CO,TIRES:OTHER,TIRES,NR (Not Reported),Tire,14109,PROTRUSION OF THE TIRE FLAP AND INNER TUBE MATERIAL THROUGH THE SLOTTED VALVE OPENING IN THE METAL RIM ON WHICH TIRE MAY BE MOUNTED.,ABRASION OF THE FLAP AND TUBE CAN RESULT IN LOSS OF AIRPRESSURE FROM THE TIRE AND INNER TUBE ASSEMBLY.,FLAPS AND TUBES WILL BE REPLACED AT NO CHARGE TO CUSTOMER. -07/02/1987,87E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E024000),John Deere,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,62,THE OPEN DESIGN GUIDE SLEEVE FOR THE PLUNGER IN THE ENGINE INJECTION PUMP MAY CONTAIN A STEEL BURR THAT CAN LODGE BETWEEN THE GUIDE SLEEVE AND THE PLUNGER CAUSING AN INCREASE IN STRESS AT A NOTCH IN THE SLEEVE AND RESULTING IN CRACKING OF THE SLEEVE.,"THE CRACKED GUIDE SLEEVE MAY BIND THE FUEL CONTROL RACK,RESULTING IN A LOSS OF ENGINE SPEED CONTROL.",THE INJECTION PUMPS WILL BE REPLACED ON ALL ENGINES. -07/02/1987,87V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V096000),"THOMAS BUILT BUSES, INC.",STRUCTURE:BODY ROOF,STRUCTURE,NR (Not Reported),Vehicle,7330,OPENING THE ROOF HATCH PAST 90 DEGREES CAN DISENGAGE THE HINGE PIN RETAINER RING ALLOWING THE HINGE PINS TO WORK OUT.,ROOF HATCH COULD SEPARATE FROM THE BUS AND INJUREINDIVIDUALS IN THE VICINITY.,INSTALL TWO HINGE PINS TO PREVENT ROOF HATCH SEPARATION. -07/01/1987,87E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E023000),DYNATRON INDUSTRIES.,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,25000,"FAILURE TO MEET DURABILITY, FLASH RATE AND CURRENT REQUIREMENTS OF FMVSS NO. 108.",FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REPLACEMENT OR REFUND OF PURCHASE PRICE UPON RETURN OF FLASHERS. -06/29/1987,87V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V095000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,90,"FRONT BRAKE HOSE, ROUTED FROM THE BODY BRAKE TUBING TO THE FRONT AXLE CONNECTOR, MAY BE TWISTED.",TWISTED HOSE CAN LOOP UPON ITSELF AND ALLOW ABRASIVECONTACT DURING NORMAL SUSPENSION TRAVEL; THIS CAN RESULT IN HOSE FAIILURE ANDPARTIAL LOSS OF BRAKING CAPABILITY.,REROUTE HOSE TO ELIMINATE ANY CONTACT POTENTIAL. -06/29/1987,87V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V094000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Vehicle,1083,THE REAR AXLE SHAFTS MAY CONTAIN BRAKE DRUM/WHEEL STUDS THAT ARE NOT CENTERED WITH THE DRUM PILOT DIAMETER.,"THIS COULD PREVENT FULL SEATING OF THE DRUM TO THE SHAFTFLANGE, WHICH MAY RESULT IN WHEEL STUD NUT LOOSENING.",REPLACE AXLE SHAFTS AS NECESSARY. -06/25/1987,87E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E022000),MARMON INDUSTRIES INC.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,1448,"SPACERS DO NOT MEET MANUFACTURERS SPECIFICATION, MATERIAL USED .109 THICK IN PLACE OF .156 THICK MATERIAL.","THE THINNER MATERIAL CAN DEFORM UNDER NORMAL CLAMPINGLOAD, WHICH COULD ALLOW THE RIM TO ROTATE RELATIVE TO THE WHEEL. THIS ROTATIONCOULD CAUSE THE VALVE STEM TO PINCH AND POSSIBLY BREAK, RESULTING IN A FLATTIRE AND DAMAGE THE WHEEL.",REPLACE SPACERS AND WHEEL ASSEMBLY IF ANY INDICATION OF DAMAGE. -06/23/1987,87V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V093000),"General Motors, LLC",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6004,"THE ANTI LOCK BRAKE SYSTEM (ABS) PRESSURE/WARNING SWITCH MAY EXHIBIT BRAKE FLUID SEEPAGE WHICH EVENTUALLY CAN LEAD TO LOSS OF THE BRAKE SYSTEM HYDRAULIC PUMP MOTOR. ADDITIONALLY, THE HYDRAULIC PUMP MOTOR AND ABS ELECTRICAL RELAYS MAY HAVE BEEN EXPOSED TO WATER CONTAMINATION DURING VEHICLE ASSEMBLY. THIS CONDITION CAN CAUSE LOSS OF THE HYDRAULIC PUMP MOTOR AND/OR LOSS OF THE ABS FUNCTION.","LOSS OF THE HYDRAULIC PUMP MOTOR WOULD RESULT IN A TOTALLOSS OF REAR BRAKES AS WELL AS POWER ASSIST TO THE FRONT BRAKES. THE RED BRAKEWARNING LIGHT WOULD ILLUMINATE AND STAY ON. IF THIS WARNING IS NOT HEEDED, ALOSS OF REAR BRAKES AT A TIME WHEN MINIMUM STOPPING DISTANCE IS REQUIRED COULDRESULT IN A VEHICLE CRASH. AN INOPERATIVE ABS ELECTRICAL RELAY COULD CAUSELOSS OF THE ABS FUNCTION, BUT NORMAL POWER ASSISTED BRAKING WOULD BE RETAINED.THE AMBER ANTI LOCK WARNING LIGHT WOULD ILLUMINATE AND STAY ON.","THE ABS AND HYDRAULIC PUMP MOTOR ELECTRICAL RELAYS AND 30 AMP FUSES WILL BE REPLACED. IN ADDITION, THE HYDRAULIC PUMP MOTOR ASSEMBLY AND PRESSURE/WARNING SWITCH WILL BE INSPECTED AND, IF REQUIRED, REPLACED." -06/15/1987,87V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V092000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,191,INCORRECT FUEL FILLER NECK ATTACHMENT SCREWS WERE USED TO ATTACH THE NECK TO THE REAR QUARTER PANELS.,THIS CONDITION COULD CAUSE A RATTLE BETWEEN THE FUELFILLER PIPE AND THE SURROUNDING BODY STRUCTURE.,REPLACE INCORRECT SCREWS WITH NEW BOLT/WASHER ASSEMBLIES. -06/15/1987,87V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V091000),FREIGHTLINER LLC,STRUCTURE:BODY:TILT CAB (8/82),STRUCTURE,NR (Not Reported),Vehicle,680,BUCKLING OF THE TILT CYLINDERS MAY OCCUR WHILE LOWERING THE VEHICLES CAB DUE TO IMPROPER USE OF THE CAB TILT SYSTEM.,CAB MAY DROP TO ITS LOWERED POSITION.,REPLACE THE 1 1/2 IN. DIAMETER TILT CYLINDERS ON ALL 104 IN. CABS WITH 2 IN. DIAMETER CYLINDERS. -06/11/1987,87V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V090000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,616,"IN A FRONT END COLLISION, DUAL FUEL TANKS MAY SLIDE ON THE SUPPORT BRACKETS ALLOWING THE FUEL CROSSOVER PIPE END FITTINGS TO CONTACT A PIPE SUPPORT AND PROTECTION GUARD.","THIS CONTACT MAY BREAK OR CRACK THE FITTINGS, RESULTINGIN A FUEL LEAK.","INSTALL NEW FUEL LINE GUARD, FASTENERS AND, IF NECESSARY, A FITTING." -06/10/1987,87V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V089000),GRUMMAN OHIO CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:OTHER PART L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,22,THE FLASHING MODE OF THE DECELERATION LIGHT SYSTEM IS NOT IN COMPLIANCE WITH FMVSS 108.,FLASHING DECELERATION LIGHTS MAY BE CONFUSING TO OTHERDRIVERS; BUSES DO NOT COMPLY WITH FMVSS 108.,MODIFY DECELERATION LIGHTS TO REMOVE THE FLASHING MODE. -06/09/1987,87V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V087000),HOLIDAY RAMBLER CORP.,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,351,WIRING HARNESSES LOCATED TO THE REAR OF THE ENGINE COMPARTMENT COULD CHAFE AND SHORT CIRCUIT.,THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,INSTALL PROTECTIVE INSULATED TAPE. -06/08/1987,87V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V088000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,50,SINGLE CHECK AIR SYSTEM VALVE MAY MALFUNCTION DUE TO CORROSION.,"AIR COULD TRANSFER BETWEEN CIRCUITS OF DUAL AIR BRAKESYSTEM IN EVENT OF FAILURE OF ONE OR THE OTHER CIRCUIT, WHICH COULD CAUSEDEPLETION OF THE ENTIRE AIR SYSTEM.","REPLACE CHECK VALVES, AS NECESSARY." -06/08/1987,87V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V083000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:TRACKS AND ANCHORS:REAR SEAT,SEATS,NR (Not Reported),Vehicle,2397,SEAT BRACKETS WHICH ANCHOR REARWARD PASSENGER SEATS MAY NOT ENGAGE PROPERLY.,SEAT COULD BREAK LOOSE DURING ACCELERATION AND CAUSEINJURY TO THE SEAT OCCUPANT.,ASSURE THAT SEAT BRACKETS ARE PROPERLY ENGAGED. -06/08/1987,87V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V085000),"Volkswagen Group of America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC:OTHER PARTS,POWER TRAIN,NR (Not Reported),Vehicle,1600,PIN IN SHIFT LOCKING PAWL MAY NOT BE PROPERLY WELDED TO THE PAWL.,"IF PIN SEPARATES FROM PAWL, DRIVER WOULD BE ABLE TO MOVETHE SHIFT LEVER DURING DRIVING INTO ANY POSITION WITHOUT PRESSING SAFETYRELEASE BUTTON.",REPLACE SHIFT LOCKING PAWL. -06/08/1987,87V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V086000),CLOUGH EQUIP. COMPANY,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,49,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SPRING SUSPENSIONS. -06/04/1987,87V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V082000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,37481,FLOOR MAT COULD BECOME MISPOSITIONED AND INTERFERE WITH ACCELERATOR PEDAL.,THROTTLE MAY NOT RETURN TO THE CLOSED IDLE POSITIONCAUSING LOSS OF ACCELERATOR CONTROL WHICH COULD RESULT IN A VEHICLE CRASHWITHOUT PRIOR WARNING.,REPLACE FLOOR MATS WITH NEWLY DESIGNED MATS THAT ARE LONGER AND HAVE IMPROVED RETENTION. -06/03/1987,87T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T007000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,91,TIRES FAILED TO PASS ENDURANCE TEST REQUIRED BY FMVSS 109. TIRES MAY DEVELOP SEPARATION BETWEEN THE CARCASS AND BELTS.,VEHICLE VIBRATION AND SUDDEN LOSS OF AIR CAN RESULT IN AVEHICLE CRASH WITHOUT PRIOR WARNING.,REPLACEMENT OF TIRES AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -06/03/1987,87T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T008000),KELLY SPRINGFIELD TIRE CO,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,2174,A HOLE APPROXIMATELY .040 INCHES IN DIAMETER PROTRUDING PARTIALLY THROUGH THE MID SIDEWALL AREA OF THE TIRE. THIS WAS CAUSED BY A DRILL BIT PROTRUDING FROM THE MOLD AT THE MOLD VENT LOCATION.,THIS CONDITION WOULD RESULT IN GRADUAL AIR LOSS CAUSINGUNDERINFLATION OR SIDEWALL CARCASS SEPARATION. SUDDEN LOSS OF AIR COULD CAUSEVEHICLE CRASH WITHOUT PRIOR WARNING.,REPLACEMENT OF TIRES AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -06/02/1987,87V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V080000),PACCAR Incorporated,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2200,"THE MALLEABLE IRON REAR HUBS MAY EXHIBIT CRACKS. ALSO, THE FRONT AXLE HUBS MAY HAVE NOT BEEN PROPERLY HEAT TREATED.",AXLE HUBS MAY CRACK STARTING AT POINT WHERE WHEEL STUDSHAVE BEEN PRESSED INTO THE HUB.,"REPLACE AXLE HUB, AS NECESSARY." -06/01/1987,87V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V081000),Volvo Trucks North America,SUSPENSION:I-BEAM:SOLID:FRONT KING PIN,SUSPENSION,NR (Not Reported),Vehicle,2132,THE TAPERED KING PIN MAY HAVE BEEN BROKEN SHORTLY AFTER ASSEMBLY INTO THE AXLE.,"KING PIN COULD WORK LOOSE, CAUSING ERRATIC STEERINGWHICH COULD RESULT IN LOSS OF CONTROL AND A CRASH.",REPAIR TO CORRECT BROKEN KING PIN CONDITION. -05/27/1987,87V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V071000),Isuzu Motors Limited,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28509,VEHICLE MAY EXPERIENCE PERFORATION OF THE FUEL PUMP DIAPHRAGM. EXCESSIVE ALCOHOL CONTENT IN THE FUEL PROMOTES DEGRADATION OF THE DIAPHRAGM COATING RESULTING IN RADIAL CRACKING OF THE DIAPHRAGM.,A PERFORATED DIAPHRAGM CAN ALLOW FUEL TO LEAK FROM THEFUEL PUMP INTO THE UNDERHOOD AREA. THIS COULD ULTIMATELY RESULT IN ANUNDERHOOD FIRE WITHOUT PRIOR WARNING. SUCH A FIRE COULD SPREAD TO THEPASSENGER COMPARTMENT.,A FUEL VENTALATION HOSE KIT WILL BE INSTALLED TO PREVENT FUEL FROM ESCAPING INTO THE ENGINE COMPARTMENT IF THE FUEL PUMP DIAPHRAGM LEAKS AND THEREBY REDUCE THE POSSIBILITY OF AN UNDERHOOD FIRE. -05/26/1987,87V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V078000),"General Motors, LLC",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,108268,VEHICLES MAY EXPERIENCE PERFORATION OF THE FUEL PUMP DIAPHRAGM. EXCESSIVE ALCOHOL CONTENT IN THE FUEL PROMOTES DEGRADATION OF THE DIAPHRAGM COATING RESULTING IN RADIAL CRACKING OF THE DIAPHRAGM.,A PERFORATED DIAPHRAGM CAN ALLOW FUEL TO LEAK FROM THEFUEL PUMP INTO THE UNDERHOOD AREA. THIS COULD ULTIMATELY RESULT IN ANUNDERHOOD FIRE WITHOUT PRIOR WARNING. SUCH A FIRE COULD SPREAD TO THEPASSENGER COMPARTMENT.,A FUEL VENTILATION HOSE KIT WILL BE INSTALLED TO PREVENT FUEL FROM ESCAPING INTO THE ENGINE COMPARTMENT IF THE FUEL PUMP DIAPHRAGM LEAKS AND THEREBY REDUCE THE POSSIBILITY OF AN UNDERHOOD FIRE. -05/26/1987,87V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V075000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,13430,THE BUCKLE PORTION OF THE SEAT BELT ASSEMBLY MAY NOT HAVE BEEN PROPERLY ANCHORED TO THE FLOOR.,"IF THIS CONDITION EXISTS, THE SEAT BELT ASSEMBLY WOULDNOT WITHSTAND A SUBSTANTIAL IMPACT LOAD AND WOULD BE A POTENTIAL FOR PERSONALINJURY.","INSPECT AND MAKE PROPER INSTALLATION OF SEAT BELT AND BUCKLE ANCHOR BOLTS, IF NECESSARY." -05/26/1987,87V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V076000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:BODY:CAB TRUCK (8/82),STRUCTURE,NR (Not Reported),Vehicle,68180,"LEFT AND RIGHT CAB STEPS, LOCATED DIRECTLY UNDER THE DRIVER AND PASSENGER CAB DOORS, COULD FAIL FROM CORROSION.",SHOULD THE STEP FAIL WHILE BEING USED IT COULD CAUSE PERSONAL INJURY.,REPLACE STEEL TUBULAR STEPS WITH NEW ALUMINUM STEPS. -05/26/1987,87V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V077000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,108,FRONT INNER WHEEL BEARINGS MAY NOT HAVE BEEN LUBRICATED ADEQUATELY AT TIME OF ASSEMBLY.,"IF THIS CONDITION WERE TO OCCUR, FRICTION WILL CAUSEPREMATURE DETERIORATION OF THE WHEEL BEARINGS AND STEERING CONTROL COULD BEAFFECTED ADVERSELY.",INSPECT AND REPLACE ANY BEARING OR RACE SHOWING SIGNS OF GALLING OR HEAT SPOTS. -05/22/1987,87T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T005000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,182,TIRE MAY DEVELOP A TREAD SEPARATION IN THE SHOULDER AREA WHEN TESTED TO THE REQUIREMENTS OF FMVSS 119.,TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTORVEHICLE SAFETY STANDARD 119.,REPLACEMENT OF TIRE WITH NEW ONE WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO CUSTOMER. -05/22/1987,87T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T006000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,441,A DEFECT EXISTS IN THE CURING PROCEDURE. TIRES COULD DEVELOP TREAD SEPARATION IN THE SHOULDER AREA.,TIRES MAY FAIL DURING OPERATION FROM LOSS OF AIR DUE TOTREAD SEPARATION.,REPLACE TIRE WITH NEW ONE AT NO COST WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -05/21/1987,87V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V074000),Motor Coach Industries,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,5043,THERE MAY NOT BE PROPER ENGAGEMENT BETWEEN THE MALE TAPER OF THE BALL STUD AND THE FEMALE TAPER OF THE PITMAN ARM.,"STEERING DRAG LINK COULD LOOSEN AND DISENGAGE FROM THESTEERING GEAR PITMAN ARM, AND RESULT IN A TOTAL LOSS OF STEERING CONTROL.","REPAIR TO ENSURE THAT COACHES HAVE A GOOD, TIGHT PITMAN ARM/DRAG LINK JOINT." -05/18/1987,87V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V072000),"Suzuki Motor USA, LLC",BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4356,REAR BRAKE MAY FAIL AS A RESULT OF MOTORCYCLE EVER HAVING BEEN DROPPED ONTO ITS RIGHT SIDE OR HAVING RECEIVED AN IMPACT TO THE RIGHT SIDE OF THE FOOT PEG BRACKET.,"BRAKE PADS/ROTOR WOULD REMAIN PARTIALLY CLOSED AND WEAREXCESSIVELY; ALSO, CONTROL DIFFICULTIES COULD RESULT IN AN ACCIDENT.",REPLACE REAR BRAKE LEVER AND INSTALL A SUPPORT BRACKET FOR THE REAR BRAKE PEDAL SYSTEM. -05/18/1987,87V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V070000),Ford Motor Company,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,17420,STICKERS CONCERNING HANDLING AND MANEUVERABILITY WHICH ARE AFFIXED TO DRIVERS SUN VISOR SLEEVES DO NOT MEET CRITERIA FOR PERMANENT ADHESION.,VEHICLES DO NOT MEET FORMATS SPECIFIED BY PARTS 573 AND579 OF 49CFR.,OWNERS WILL BE MAILED NEW SUN VISOR SLEEVES WITH ALL APPLICABLE DECAL INFORMATION PERMANENTLY AFFIXED. -05/18/1987,87V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V069000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,25000,EXCESSIVE WEAR OF IDLE STABILIZER COULD CAUSE IDLE FLUCTUATIONS.,IDLE FLUCTUATIONS COULD RESULT IN UNSATISFACTORYDRIVEABILITY.,REPLACE IDLE STABILIZER. -05/14/1987,87E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E020000),PARKER HANNIFIN CORP.,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,43333,DEFECTIVE SEALS ON MASTER CYLINDER ALLOWS LEAKAGE OF BRAKE FLUID FROM EITHER THE PRIMARY OR SECONDARY RESERVOIRS.,CONTINUED USE AND LEAKAGE CAN CAUSE BRAKE FAILURERESULTING IN POSSIBLE ACCIDENT.,REPLACE ALL SUSPECT SEALS AT NO COST TO THE CONSUMER. -05/14/1987,87C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87C019000),STROLEE (CAR SEATS),EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,4367,PLASTIC SHIELD CRACKED IN DYNAMIC SLED TEST ALLOWING EXCESSIVE CHILD HEAD EXCURSION GREATER THAN THE 22 INCH MAXIMUM.,THE EXCESSIVE HEAD MOVEMENT MAY ALLOW CHILD TO CONTACTOBJECT INSIDE THE VEHICLE AND CAUSE PERSONAL INJURY.,REPLACE THE BOOSTER SEAT WITH A NEW CHILD RESTRAINT SYSTEM. -05/14/1987,87E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E021000),ITT GENERAL CONTROLS,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,1327,THE DIRECT SPARK IGNITION DEFECT COULD RESULT IN UNBURNED GAS FLOWING INTO THE COMBUSTION CHAMBER OF THE FURNACE.,"UPON MAIN IGNITION, THIS CONDITION COULD RESULT IN ANEXPLOSION OR FIRE AND CAUSE SERIOUS PERSONAL INJURY OR DEATH TO ANYONE WITHINOR IN THE VICINITY OF THE VEHICLE.",INSPECT AND REPLACE DEFECTIVE SPARK MODULE. -05/13/1987,87E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E017000),"ON-TIME DEVELOPMENT, INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,200000,"FAILURE TO MEET DURABILITY, FLASH RATE AND CURRENT REQUIREMENTS OF FMVSS NO. 108.",FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TOTRAFFIC. THIS COULD RESULT IN AN ACCIDENT.,REPLACEMENT OF FLASHERS WITHOUT CHARGE TO CUSTOMERS. -05/13/1987,87V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V067000),FLXIBLE CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:OTHER PART L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,290,THE FLASHING MODE OF THE DECELERATION LIGHT SYSTEM IS NOT IN COMPLIANCE WITH FMVSS 108.,FLASHING DECELERATION LIGHTS MAY BE CONFUSING TO OTHERDRIVERS; BUSES DO NOT COMPLY WITH FMVSS 108.,MODIFY DECELERATION LIGHTS TO REMOVE THE FLASHING MODE. -05/13/1987,87V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V066000),FLXIBLE CORPORATION,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,3075,AN INCORRECT BOLT MAY HAVE BEEN INSTALLED TO RETAIN THE TILT STEERING COLUMN PIVOT BUSHINGS.,"BOLT MAY NOT MAINTAIN SPECIFIED TORQUE AND COULD BREAKOR WORK LOOSE AND FALL OUT, RESULTING IN LOSS OF STEERING CONTROL.",INSTALL PROPER SAE GRADE 5 BOLT. -05/13/1987,87V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V068000),FLXIBLE CORPORATION,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,3122,STEERING COLUMN LOWER SHAFT MAY BE TOO LONG ALLOWING EXCESSIVE THRUST LOAD TO BE APPLIED TO UPPER HOUSING BEARINGS AND STEERING TRANSFER BOX BEARINGS.,"BEARINGS COULD FAIL OR SEIZE, RESULTING IN LOSS OFSTEERING CONTROL.",REPLACE STEERING COLUMN ASSEMBLY WITH ONE OF PROPER LENGTH. -05/13/1987,87V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V065000),TRANSPORTATION MFG. CORP.,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,2834,THERE MAY NOT BE PROPER ENGAGEMENT BETWEEN THE MALE TAPER OF THE BALL STUD AND THE FEMALE TAPER OF THE PITMAN ARM.,"STEERING DRAG LINK COULD LOOSEN AND DISENGAGE FROM THESTEERING GEAR PITMAN ARM, AND RESULT IN A TOTAL LOSS OF STEERING CONTROL.","REPAIR TO ENSURE THAT COACHES HAVE A GOOD, TIGHT PITMAN ARM/DRAG LINK JOINT." -05/11/1987,87V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V064000),"Volvo Car USA, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,106602,ENGINE WIRING HARNESS COULD CHAFE AGAINST AN AIR CONDITIONING PIPE.,"A SHORT CIRCUIT AND MALFUNCTIONING OF THE ELECTRICALSYSTEM, AS WELL AS CHARRING OF THE WIRING INSULATION, COULD RESULT.",RELOCATE WIRING HARNESS AND SECURE WITH A NEW BRACKET AND CLAMP. -05/11/1987,87C018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87C018000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,92490,THE SHIELD POPS OPEN WHILE VEHICLE IS MOVING. THIS IS DUE TO FAILURE TO FULLY DEPRESS LOCKING HANDLE.,WITH THE SHIELD IN A UNLOCKED POSITION THE CHILD WILLNOT BE RESTRAINED IN THE SEAT AND CAN BE INJURIED IN CASE OF AN ACCIDENT.,INSTALL A BRIGHT COLOR LABEL MARKED LOCK-UNLOCK WHICH IS VISIBLE WHEN THE LOCKING HANDLE IS NOT FULLY DEPRESSED. -05/08/1987,87V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V063000),"Volkswagen Group of America, Inc.",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,10000,THE FRONT LEFT WHEEL LUG NUTS MAY HAVE BEEN IMPROPERLY TORQUED.,"AN IMPROPERLY TORQUED WHEEL MAY LOOSEN OVER A PERIOD OFTIME AND COULD EVENTUALLY SEPARATE, CAUSING AN ACCIDENT.",INSPECT AND RE-TORQUE LEFT FRONT WHEEL LUG NUTS. -05/07/1987,87V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V079000),"General Motors, LLC",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1136407,"THE METAL FLOOR PAN ANCHOR BAR COULD FATIGUE AND BREAK AROUND THE LEFT FRONT OUTER SEAT ADJUSTER STUD OF THE DRIVERS SEAT, ALLOWING THE STUD TO SEPARATE FROM THE FLOOR PAN ANCHOR BAR.",DRIVERS SEAT COULD TIP REARWARD UNEXPECTEDLY; THIS COULDRESULT IN LOSS OF CONTROL AND A VEHICLE CRASH WITHOUT PRIOR WARNING.,INSTALL A REINFORCEMENT BRACKET ON THE FLOOR PAN ANCHOR BAR AT THE LEFT FRONT OUTER SEAT ADJUSTER POSITION OF THE DRIVERS SEAT. -05/07/1987,87V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V062000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2020,LOSS OF SKID PLATE COULD LEAD TO DISENGAGEMENT OF BOTH SECONDARY AND PRIMARY HOOD LATCHES.,"HOOD COULD OPEN UNEXPECTANTLY; IF VEHICLE WERE INMOTION, THE HOOD COULD CONTACT THE WINDSHIELD, REDUCE THE DRIVERS VISION AREA,AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",INSTALL A SECONDARY LATCH SKID PLATE AND/OR SECONDARY LATCH SKID PLATE RETAINING SCREWS. -05/05/1987,87E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E016000),"TRW Automotive, Inc.",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Equipment,39391,"DURING THE REMANUFACTURING PROCESS, YOKES MAY HAVE BEEN IMPROPERLY ADJUSTED ON CERTAIN POWER RACK AND PINION STEERING UNITS.","THE ABOVE IMPROPER ADJUSTMENT COULD RESULT IN MOMENTARYDISENGAGEMENT OF THE RACK AND THE PINION, SKIPPING OF THE STEERING GEAR TEETHAND A RATCHETING SOUND. IF THIS CONDITION OCCURS AND THERE IS A LOSS OF POWERSTEERING ASSIST, ENGINE STALLING, POWER STEERING PUMP, BELT OR HOSE FAILURE,LOSS OF STEERING MIGHT OCCUR WITHOUT PRIOR WARNING AND COULD RESULT IN AVEHICLE CRASH.",REPLACE OR REPAIR POWER STEERING REMANUFACTURED UNITS. -05/04/1987,87T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T004000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,7446,TIRES FAILED TO MEET HIGH SPEED ENDURANCE REQUIREMENTS OF FEDERAL MOTOR SAFETY STANDARD 109.,FAILURE OF TIRES TO MEET FMVSS 109.,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -05/01/1987,87V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V061000),GRUMMAN CORP.,SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,472,INCORRECT GRADE BOLTS WERE USED IN ATTACHING THE BODY TO THE CHASSIS AND IN ATTACHING THE SEAT ONTO THE CHASSIS.,PROPER TORQUE COULD NOT BE ACHIEVED AND BODY COULDSEPARATE FROM THE CHASSIS DURING AN IMPACT.,REPAIR TO ELIMINATE INCORRECT BOLT PROBLEM. -04/29/1987,87E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E015000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Equipment,776,THE SPRING HANGER BRACKET MAY CONTAIN INCORRECT WELDS.,"THE BRACKETS MAY BECOME LOOSE AFTER EXTENDED OPERATION.THIS LOOSENESS COULD RESULT IN BREAKAGE AND AXLE SEPARATING FROM THE VEHICLE,RESULTING IN A RISK TO TRAFFIC SAFETY AND POTENTIAL VEHICLE CRASH.","INSTALL SET SCREWS IN THE SIDE LEGS OF THE BRACKET, FOUR PER BRACKET AND WELDED IN PLACE." -04/27/1987,87V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V059000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2060,DIESEL ENGINE GOVEERNOR LEVER ASSEMBLIES MAY HAVE BEEN IMPROPERLY ASSEMBLED SO THAT ONE OR MORE OF THREE RETAINING PRONGS MAY NOT BE ENGAGED IN THE GOVERNOR LEVER PIVOT SHAFTS.,"SEPARATION OF ACCELERATOR LINKAGE AND RETURN SPRINGSCOULD OCCUR, CAUSING THE TIME FOR THE ENGINE TO RETURN TO IDLE FROM AN OPENTHROTTLE POSITION TO SUBSTANTIALLY INCREASE.",REPLACE GOVERNOR LEVER ASSEMBLIES. -04/27/1987,87V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V058000),Volvo Trucks North America,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,14,INTERFERENCE BETWEEN THE BRAKE SLACK ADJUSTER AND THE AXLE HANGER BRACKET ON THE FORWARD DRIVE AXLE MAY PREVENT FULL BRAKE APPLICATION ON THAT AXLE.,THIS WOULD RESULT IN INCREASED TRUCK STOPPING DISTANCE.,REPAIR SO AS TO ELIMINATE INTERFERENCE PROBLEM. -04/27/1987,87V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V060000),Ford Motor Company,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,350,LUG NUTS COULD GALL AND POSSIBLY SEIZE ON THE WHEEL STUDS WITHOUT PROVIDING ADEQUATE CLAMPING LOAD ON THE WHEELS.,WHEEL STUDS COULD FRACTURE CREATING A RISK OF A WHEELSEPARATING WITH LITTLE FOREWARNING.,"REPLACE WHEEL LUG NUTS AND IF NECESSARY, REPLACE WHEELS AND WHEEL STUDS." -04/24/1987,87V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V057000),Isuzu Motors Limited,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,2349,TWO PIECE ALUMINUM WHEELS MAY NOT HAVE BEEN WELDED AT POINT WHERE WHEEL IS PRESS FITTED ONTO THE RIM.,WHEEL COULD SEPARATE FROM RIM CREATING THE POTENTIAL FORAN ACCIDENT.,REPLACE WHEELS AS APPROPRIATE. -04/21/1987,87E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E014000),PERRIS VALLEY CAMPERS,EQUIPMENT:CENTER OF GRAVITY INDICATOR LABEL,EQUIPMENT,NR (Not Reported),Equipment,42,INCORRECT CENTER OF GRAVITY.,"FAILS TO MEET REQUIREMENT OF FMVSS 126 TRUCK CAMPERLOADING. THIS CONDITION COULD, IF THE LOADING IS SEVERLY INCORRECT, ADVERSELYAFFECT THE HANDLING OF THE VEHICLE.",MAKE AVAILABLE THE CORRECT CENTER OF GRAVITY TO EACH CUSTOMER. -04/20/1987,87E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E013000),"HORNET INDUSTRIES, INC",EQUIPMENT:CENTER OF GRAVITY INDICATOR LABEL,EQUIPMENT,NR (Not Reported),Equipment,241,INCORRECT CENTER OF GRAVITY.,FAILS TO MEET REQUIREMENT OF FMVSS 126 TRUCK CAMPERLOADING.,FURNISH INSTRUCTION FOR PROPER CENTER OF GRAVITY. -04/16/1987,87V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V056000),UD Trucks Corporation,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,82,"THE TRAILER LIGHT CORD IS WIRED SO THAT WHEN LEFT TURN SIGNAL IS FLASHING ON THE TRAILER, THE RIGHT TURN SIGNAL WILL FLASH. ALSO, WHEN SWITCH FOR TAIL LIGHT AND LICENSE PLATE LIGHT ARE TURNED ON, THE MARKER LIGHTS BURN.",MALFUNCTIONING OF TRAILER LIGHTING COULD CONFUSE OTHERDRIVERS AND PRESENT A SAFETY HAZARD.,CORRECT WIRING SO THAT LIGHTS FUNCTION PROPERLY. -04/16/1987,87E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E012000),"WORLDWIDE TRADING CO, INC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,30000,THE PRESS BUTTON IN THE BUCKLE ASSEMBLY IS LONGER DUE TO WORN TOOLING THAT STAMPS OR PUNCHES THE METAL PARTS. THE LONGER BUTTON CAUSES THE LATCH WHICH HOLDS THE TONGUE TO DEPRESS AND NOT MAKE FULL CONTACT WITH THE TONGUE.,"AS A RESULT OF THE ABOVE THE SURFACE OF THE LATCH ISSHORTENED AND, THEREFORE DOES NOT HAVE MAXIMUM SURFACE AREA WITH THE TONGUE.THIS COMBINATION OF BUCKLE AND LATCH MAY CAUSE THE BUCKLE TO RELEASE WITH LESSPULL THAN REQUIRED BY FMVSS 209 AND RESULT IN DAMAGE OR PERSONAL INJURY.",INSPECT AND REPAIR SEAT BELT BY INSTALLING THE PROPER SEAT BELT BUCKLE. -04/15/1987,87V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V055000),"EXECUTIVE IND., INC.",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,78,HEADLIGHT CIRCUIT BREAKER MAY FAIL WHEN ALL FOUR HEADLIGHTS ARE ON BECAUSE OF EXCESSIVE AMPERAGE DRAW.,HEADLIGHTS WOULD GO OFF FOR SEVERAL MINUTES CREATING THEPOTENTIAL FOR AN ACCIDENT.,INSTALL 20 AMP CIRCUIT BREAKERS IN PLACE OF THE 15 AMP BREAKERS. -04/14/1987,87V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V054000),Volvo Trucks North America,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,240,BRAKE PEDAL ASSEMBLY USED IN RIGHT HAND STATION MAY HAVE BEEN IMPROPERLY WELDED AND COULD FAIL.,NORMAL BRAKING CONTROL WOULD BE AFFECTED CREATING THEPOTENTIAL FOR A CRASH.,REPAIR BRAKE PEDAL ASSEMBLY. -04/14/1987,87V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V050000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,34000,SPEED CONTROL SYSTEM CABLES MAY PARTIALLY DISENGAGE AND BIND AT THE CARBURETOR THROTTLE LEVER ATTACHMENT.,THROTTLE WOULD STAY PARTIALLY OPEN WHEN ACCELERATORPEDAL IS RELEASED.,INSTALL A WASHER AT SPEED CONTROL CABLE TO CARBURETOR THROTTLE LEVER ATTACHMENT TO ELIMINATE POTENTIAL FOR THIS CONDITION. -04/14/1987,87V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V049000),"RENAULT, INCORPORATED",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15078,FUEL HOSES (5) IN ENGINE COMPARTMENT COULD DETERIORATE OVER TIME.,"FUEL LEAKAGE COULD OCCUR, RESULTING IN ENGINECOMPARTMENT FIRE.",REPLACE FIVE FUEL HOSES/CLAMPS. -04/14/1987,87V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V053000),"Volkswagen Group of America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,278520,"FUEL PUMP, LOCATED INSIDE FUEL TANK, COULD SEIZE DURING HIGH AMBIENT TEMPERATURES BECAUSE OF AN EXTREME FINE MESH FUEL FILTER RESTRICTING THE FUEL FLOW.","FUEL SUPPLY TO ENGINE WOULD BE PARTIALLY INTERRUPTED,RESULTING IN STALLING.",INSTALL A MODIFIED FUEL PUMP AND FILTER. -04/14/1987,87V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V051000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,339,"FUEL TANK FILLER NECK PIPE MAY NOT SEAT PROPERLY IN THE FUEL TANK OPENING. ALSO, THE SENDING UNIT COVER MAY BE DEFORMED.","FUEL COULD ESCAPE, CREATING THE POTENTIAL FOR A FIRE.",INSTALL A REDESIGNED FILLER NECK PIPE AND REPLACE THE SENDING UNIT GASKET. -04/14/1987,87V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V052000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15500,"USAGE OF FUEL WITH REID PRESSURE UP TO 14 PSI COULD, UNDER HIGH ENGINE LOAD AND HIGH AMBIENT TEMPERATURES, LEAD TO STALLING.",FUEL FLOW COULD BECOME RESTRICTED AND CAUSE THE ENGINETO STALL.,"INSTALL A NEW FUEL TANK, CONTAINING A REDESIGNED FUEL FILTER, AS WELL AS MODIFIED CONTROL UNITS." -04/14/1987,87E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E011000),ACCURIDE CORPORATION,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,1046,"WHEEL WHICH CONSISTS OF TWO SEPARATE PARTS, A DISC AND RIM ARE WELDED TOGETHER TO FORM THE FINISH ASSEMBLY. THE WHEELS CONTAIN AN INAPPROPRIATE ANGLE OF THE ASSEMBLY WELD, WHICH MAY CRACK AND PROGRESS THROUGH THE RIM.",IF THE WELD CRACK PROGRESSES THROUGH THE RIM A SLOW LEAKCAUSING THE LOSS OF INFLATING AIR WILL OCCUR.,REPLACE ALL WHEELS THAT FAIL TO MEET WELDING SPECIFICATIONS. -04/07/1987,87V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V041000),AM GENERAL LLC,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5645,VACUUM HARNESS ASSEMBLY HOSES BECOME LOOSE AND CAN CONTACT ENGINE EXHAUST PORTS. CONTACT WITH EXHAUST EXPOSES HOSES TO HIGH TEMPERATURE WHICH CAUSES CARBONIZATION OF THE HOSES MATERIAL.,"AS A RESULT, COMBUSTION OR AUTO IGNITION CAN TAKE PLACEAND THE HOSE IGNITES WHICH CAN CAUSE SEVERE ENGINE COMPARTMENT DAMAGE ANDPOSSIBLE LOSS OF VEHICLE DUE TO FIRE.",REROUTE VACUUM HOSES TO PRECLUDE CONTACT WITH EXHAUST SYSTEM. -04/07/1987,87V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V048000),"Gulf Stream Coach, Inc.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,533,STEEL STRAP USED TO FASTEN ALUMINUM FUEL TANKS FAILED TO PROPERLY MAINTAIN THE TANK.,"THE ABOVE CONDITION COULD RESULT IN SEPARATION OF THEFUEL TANK OR LOOSENING OF THE TANK DURING VEHICLE OPERATION, WITH THEPOSSIBILITY OF HARM OR DAMAGE.",REPLACE TANKS AND STRAPS ON ALL AFFECTED VEHICLES. -04/06/1987,87V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V047000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,56783,THE TWILIGHT SENTINEL POTENTIOMETER (THUMBWHEEL CONTROL) MIGHT HAVE BEEN MANUFACTURED WITH ELECTRICAL CONTACTS WHICH COULD RESULT IN AN INTERMITTENT HEADLIGHT CIRCUIT.,"WITH THE TWILIGHT SENTINEL SYSTEM ON, THE INTERMITTENTCIRCUIT COULD CAUSE HEADLIGHT AND INSTRUMENT PANEL LIGHTS TO GO OUT. SUDDENLOSS OF HEADLIGHTS COULD REDUCE DRIVER VISIBILITY AND MIGHT RESULT IN A VEHICLECRASH WITHOUT PRIOR WARNING.",INSTALL A NEW PART IN ONE OF THE VEHICLES CONTROL COMPUTERS TO PREVENT THIS CONDITION FROM OCCURING. -04/06/1987,87T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T003000),Bridgestone Americas Tire Operations,TIRES,TIRES,NR (Not Reported),Tire,2445,"THE SPITFIRE S55 TOWING RADIAL TIRES CAUSES, WOBBLING, WANDERING, AND WEAVING ON MOTORCYCLES WITH HEAVY LOADS AND SPEED.",MOTORCYCLES ARE UNSTABLE UNDER HIGH SPEED AND HEAVYLOADS.,TIRES WILL BE REPLACED WITH TIRES FOR STABLE PERFORMANCE OF MOTORCYCLES. -04/03/1987,87V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V046000),"General Motors, LLC",EQUIPMENT:ELECTRIC POWER ACCESSORIES:LOCKS:DOOR,STRUCTURE,NR (Not Reported),Vehicle,20096,"DRIVERS SIDE POWER DOOR LOCK SWITCH MAY SEPARATE DURING ACTUATION, EXPOSING THE ELECTRICAL TERMINAL.","THE TERMINAL MAY CONTACT THE STEEL REMOTE MIRROR CABLE,A SHORT CAN OCCUR WITHOUT BLOWING A FUSE. THIS MAY ALLOW THE CABLE TO OVERHEATAND COULD RESULT IN A VEHICLE FIRE.",INSPECT AND MODIFY POWER DOOR LOCK SWITCH AS REQUIRED. -04/01/1987,87V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V043000),"General Motors, LLC",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32,IMPROPER SIZE REAR BRAKE ASSEMBLIES WERE INSTALLED.,"TRUCKS COULD EXCEED THE MAXIMUM STOPPING DISTANCEPERMITTED BY FMVSS 105, HYDRAULIC BRAKE SYSTEMS, CREATING THE POTENTIAL FOR AVEHICLE CRASH.",REPLACE REAR AXLE BRAKE ASSEMBLIES WITH PROPER SIZE ASSEMBLIES. -04/01/1987,87V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V044000),Volvo Trucks North America,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,859,"INCORRECT GRADE 5 BOLTS MAY HAVE BEEN USED TO INSTALL THE FRONT SPRING FRONT PIN CAP, INSTEAD OF THE GRADE 8 REQUIRED.","BOLT COULD YIELD, STRIP OR BREAK WHICH COULD ALLOW THESPRING TO BECOME DETACHED FROM ITS ANCHOR BRACKET AND AFFECT VEHICLE STABILITY.",INSTALL CORRECT GRADE 8 BOLTS. -04/01/1987,87V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V042000),"GRANVILLE,INC.",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,147,"ON DUAL REAR WHEELS MANUFACTURED BY CUSTOM AND COMMERICAL WHEELS, THE WELD BETWEEN THE CENTER DISK AND THE RIM MAY CRACK.",TIRES COULD DEFLATE AND AFFECT VEHICLE CONTROL.,REPLACE DUAL REAR WHEELS. -03/26/1987,87V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V040000),"Chrysler (FCA US, LLC)",POWER TRAIN:CLUTCH ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,4500,"PLASTIC HYDRAULIC CLUTCH SYSTEM COMPONENTS ARE SUBJECT TO EXHAUST SYSTEM HEAT DAMAGE DUE TO PROLONGED COLD, HIGH SPEED IDLE OPERATION.",CONSEQUENCE OF DEFECT: HYDRAULIC FLUID LEAKAGE COULD OCCUR CREATING THE POTENTIAL FOR A MINOR FIRE FROM FLUID CONTACTING THE HOT EXHAUST.,INSTALL PROTECTIVE HEAT SHIELDS BETWEEN THE EXHAUST SYSTEM AND AFFECTED CLUTCH SYSTEM COMPONENTS. -03/25/1987,87E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E010000),TEMPLE PRODUCTS INC.,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,9000,"IN STAMPING THE METAL PARTS IT APPEARS THE WORN TOOLING CAUSED THE DIMENSION OF PARTS TO CHANGE. THE PRESS BUTTON, DUE TO THESE CHANGED DIMENSIONS, CAUSES THE LATCH WHICH HOLDS THE TONGUE TO HAVE LESS SURFACE AREA WITH WHICH TO CONNECT TO THE TONGUE.","THE BELT FAILS TO MEET THE REQUIREMENTS OF FMVSS 209.ALSO, THE BELT WILL FAIL TO RESTRAINT THE PASSENGER IN CASE OF A CRASH.","NEW LATCHES, PRESS BUTTONS AND BUCKLE COVERS WILL BE SUPPLIED TO ALL OWNERS OF THE MOTORHOMES." -03/24/1987,87T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T002000),FIRESTONE TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,763,CRACKS OR BULGE IN LOWER SIDEWALL.,CRACKS IN LOWER SIDEWALL MAY RESULT IN RAPID LOSS OFINFLATING AIR.,REPLACEMENT WILL BE MADE WITHIN 60 DAYS FROM DATE OF MODIFICATION AT NO COST TO THE CONSUMER. -03/23/1987,87V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V039000),AVIATOR VAN CONVERSIONS,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,84,ALUMINUM WHEELS MAY HAVE BEEN INSTALLED WITH IMPROPER LUG NUTS.,WHEEL COULD BECOME LOOSE OR EVEN SEPARATE FROM THE HUBAND AXLE ASSEMBLY WHILE THE VEHICE IS IN MOTION.,CHANGE TAPERED STYLE LUG NUTS TO SHORT SHANK STYLE LUG NUTS. -03/19/1987,87C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87C009000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,198002,"CHILD BOOSTER SEAT SHIELD HAS SURFACES THAT DO NOT MEET PROTRUSION AND RADIUS OF CURVATURE, REQUIREMENTS OF FMVSS NO. 213.",THE SURFACES COULD CAUSE INJURIES TO CHILD IN THE EVENTOF A CRASH.,INSTALL A SNAP ON PLASTIC COVER OVER THE EXISTING SHIELD. -03/18/1987,87V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V035000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20439,VEHICLE MAY CONTAIN AN OUT OF TOLERANCE THROTTLE BODY.,THIS COULD PREVENT THE ACCELERATOR FROM RETURNING TOIDLE WHEN RELEASED.,REPLACE SUSPECT THROTTLE BODIES. -03/17/1987,87V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V037000),"J&L TANK, INC.",SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,6,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SPRING SUSPENSIONS. -03/16/1987,87E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E008000),"Pilgrim International, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,39,CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS 126.,LABEL FAILS TO MEET REQUIREMENT OF FMVSS 126.,AFFIX CERTIFICATION LABEL IN CORRECT POSITION AND USE PRINTING WITH CONTRASTING COLOR. -03/16/1987,87V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V036000),GRUMMAN CORP.,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1806,CLAMP WHICH SECURES THE FUEL FILLER HOSE TO THE BODY IS MISSING.,HOSE COULD SAG ONTO REAR SPRING WEARING A HOLE IN THEHOSE; THIS COULD ALLOW FUEL TO SPILL ONTO GROUND WHILE FILLING OR DRIVINGTRUCK.,INSTALL MISSING CLAMP AND REPLACE FILLER HOSE IF IT HAS BEEN RUBBED BY SPRING. -03/16/1987,87V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V033000),John Deere,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2018,THE THREADS IN SOME FUEL FILLER NECK INSERTS ARE NOT PROPERLY FORMED.,FUEL FILLER CAPS CAN BIND AND RATCHET BEFORE SEALING.,INSTALL REPLACEMENT FUEL FILLER NECK. -03/16/1987,87V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V038000),West-Mark,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,25,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SPRING SUSPENSIONS. -03/16/1987,87V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V034000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,39,POOR BOND ADHESION BETWEEN THE WINDSHIELD GLASS AND MOUNTING COULD ALLOW THE WINDSHIELD TO SEPARATE DURING A 30 MPH FRONTAL BARRIER TEST REQUIRED BY FMVSS 212.,"IF WINDSHIELD GLASS SEPARATION OCCURS DURING ANACCIDENT, AN UNBELTED OCCUPANT COULD BE EJECTED FROM THE VEHICLE AND INJURED.",REINSTALL WINDSHIELDS TO ASSURE PROPER BOND ADHESION. -03/13/1987,87V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V032000),FREIGHTLINER LLC,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,71,SEAT BELT MOUNTING BRACKET STRENGTH MAY BE BELOW REQUIREMENT OF FMVSS 209 AND COULD CRACK.,"SEAT BELT MAY NOT PROPERLY RESTRAIN OCCUPANT; ALSO,VEHICLES DO NOT COMPLY WITH FMVSS 209.",REPLACE 3 POINT SEAT BELT RETRACTOR MOUNTING BOLT 601-B BRACKETS. -03/12/1987,87V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V031000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,892,RETURN FUEL LINE HOSE MAY NOT BE OZONE RESISTANT.,"FUEL HOSE COULD CRACK, RESULTING IN A FUEL LEAK ANDENGINE COMPARTMENT FIRE.",INSTALL A NEW HOSE WHICH IS OZONE RESISTANT. -03/11/1987,87E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E007000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,850,,IF THE THROTTLE STICKS IN AN OPEN POSITION THE VEHICLECOULD BECOME UNCONTROLABLE AND RESULT IN VEHICLE CRASH.,INSTALL A THROTTLE LINKAGE KIT TO MEET THE REQUIREMENTS OF FMVSS 124. -03/10/1987,87V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V029000),John Deere,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,236,THERE MAY BE CONTACT BETWEEN THE REAR BRAKE LINES AND THE CHASSIS ANTI SWAY BRACKETS.,PROLONGED CONTACT CAN RESULT IN FAILURE OF REAR BRAKESAND LONGER STOPPING DISTANCE.,GRIND AWAY PORTIONS OF LEFT SIDE AND RIGHT SIDE ANTI SWAY BRACKETS TO AVOID CONTACT WITH BRAKE OIL LINES. -03/10/1987,87T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87T001000),GENERAL TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,9896,DAMAGE TO INNER LINER IN THE LOWER SIDEWALL AREA.,LOSS OF AIR WILL RESULT IN OPERATION OF THE TIRE IN ANUNDERINFLATED CONDITION.,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -03/09/1987,87V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V028000),WESTERN PRODUCTS,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,10,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,CRACKS COULD LEAD TO COMPLETE FAILURE OF AXLE BEAM;VEHICLE HANDLING WOULD BE IMPAIRED.,REPLACE ROCKWELL AXLES WITH AN APPROVED ALTERNATIVE. -03/05/1987,87V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V027000),AM GENERAL LLC,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,WELDS THAT ATTACH THE BRAKE PEDAL ARM TO THE CROSS SHAFT MAY NOT WITHSTAND A PANIC STOP AND/OR FATIGUE LOAD INPUTS.,THIS COULD RESULT IN LOSS OF BRAKING CAPABILITY.,REPLACE BRAKE PEDAL ASSEMBLY WITH NEW ASSEMBLY. -03/04/1987,87E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E005000),STARCRAFT COMPANY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,49,CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS 126.,INCORRECT INFORMATION ON CERTIFICATION LABEL COULD LEADTO POSSIBLE OVERLOADING OF TRUCK.,INSTALL CERTIFICATION LABEL WITH CORRECTED LOAD WEIGHTS. -03/04/1987,87E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E006000),"ALTAI INTERNATIONAL, INC.",LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,1000,"LAMPS FAILED TO MEET THE REQUIREMENT OF FMVSS 108, STOP LAMPS PHOTOMETRIC REQUIREMENTS.",FAILED TO MEET REQUIREMENTS OF FMVSS 108.,LAMPS WILL BE RETURNED AND PURCHASE PRICE WILL BE REFUNDED. -03/03/1987,87V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V025000),"Jaguar Cars, Ltd.",ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,23,ELECTRICAL WIRING HARNESS MAY HAVE BEEN INCORRECTLY INSTALLED AND COULD CAUSE A SHORT CIRCUIT.,SHORT CIRCUIT COULD RESULT IN A ELECTRICAL FIRE.,REROUTE HARNESS; IF CHAFED OR DAMAGED CONDITION WILL BE CORRECTED. -03/03/1987,87V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V024000),"PARAMOUNT TANK, INC.",SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,2,,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SPRING SUSPENSIONS. -03/02/1987,87V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V023000),CLEMENT INDUSTRIES,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,34,WELDCRACKS AND AXLE FAILURE COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND/OR SPRING SUSPENSION. -02/25/1987,87V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V022000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3996,CRUISE CONTROL MODULE COULD HAVE INCONSISTENT CRUISE CONTROL OPERATION.,INCONSISTENT CRUISE CONTROL OPERATION COULD RESULT INLOSS OF CONTROL AND AN ACCIDENT.,"REPLACE MODULE, AS NECESSARY." -02/25/1987,87V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V021000),"General Motors, LLC",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,60,INNER TIE ROD TO RELAY ROD NUTS ON STEERING LINKAGE MAY BE IIMPROPERLY TORQUED AND NOT CRIMPED.,"LOSS OF ONE OR BOTH NUTS COULD LEAD TO INNER TIE RODDISENGAGEMENT, WHICH COULD RESULT IN LOSS OF STEERING CONTROL AND A TRUCKCRASH.",REPLACE STEERING LINKAGE ASSEMBLY. -02/19/1987,87V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V020000),FREIGHTLINER LLC,ELECTRICAL SYSTEM:BATTERY:CABLE:FUSIBLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3250,"UNDER CERTAIN CONDITIONS, AN ELECTRICAL SHORT CIRCUIT CAN DEVELOP.",SHORT CIRCUIT COULD RESULT IN TRUCKS CATCHING FIRE.,REPLACE EXISTING PICTURE FRAME TYPE BATTERY RETAINER WITH AN I FRAME RETAINER AND INSTALL CONVOLUTED TUBING OVER POSITIVE BATTERY CABLE. -02/19/1987,87V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V018000),Ford Motor Company,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,1200,,DRIVER WOULD EXPERIENCE A CLUNKING NOISE ON TURNS AND ALOOSE FEELING IN THE STEERING WHEEL; STEERING CONTROL WOULD BE MAINTAINED.,REPLACE IDLER ARM ASSEMBLY. -02/19/1987,87V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V019000),FREIGHTLINER LLC,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,83,WELDS JOINING THE AXLE SUPPORT BRACKET TO THE REAR DRIVE AXLE MAY BE DEFECTIVE DUE TO INSUFFICIENT COVERAGE AND/OR PENETRATION.,"WELDS COULD FAIL, RESULTING IN REAR AXLE SEPARATING FROMTHE SUSPENSION.",REMOVE EXISTING WELDS AND REWELD BY A CERTIFIED WELDER. -02/19/1987,87V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V017000),Ford Motor Company,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,28000,ROAD SALT INDUCED EROSION OF THE WIPER MOTOR CONDUCTOR STRIPS COULD CAUSE LOCALIZED THERMAL STRESS WITHIN THE GLASS.,"GLASS COULD FRACTURE WHILE STATION WAGON IS BEING DRIVENOR PARKED, CREATING A RISK OF INJURY TO OCCUPANTS OR SUDDEN DISTRACTION TO THEDRIVER.",APPLY SEALANT TO CONDUCTOR STRIPS AND PROTECTIVE TAPE TO LOWER BACKLITES. -02/13/1987,87V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V015000),GRUMMAN OHIO CORP.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,24,"BUSES HAVE ONLY TWO EMERGENCY WINDOW EXITS IDENTIFIED ON LEFT SIDE, INSTEAD OF THREE REQUIRED BY FMVSS 217.",BUSES DO NOT COMPLY WITH FMVSS 217.,ADD EMERGENCY EXIT INSTRUCTIONS TO 3RD WINDOW ON LEFT SIDE. -02/12/1987,87E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E004000),"SUN LITE, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,562,CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS 126. OWNER'S MANUAL MISSING REQUIRED LOADING INFORMATION.,"WITHOUT CERTIFICATION LABEL SHOWING CORRECT INFORMATION,IT IS POSSIBLE FOR AN OVERLOADING CONDITION TO EXIST.",FURNISH CORRECT CERTIFICATIO N LABEL AND THE MISSING INFORMATION FOR THE OWNERS MANUAL. -02/12/1987,87V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V014000),YAMAHA INTERNATIONAL CORP,SUSPENSION:MOTORCYCLE FRONT,SUSPENSION,NR (Not Reported),Vehicle,8789,FRONT WHEEL BEARING COULD FAIL DUE TO LACK OF LUBRICATION.,,REPLACE BEARINGS AND AXLE COLLARS ON IN USE MOTORCYCLES; REPLACE AXLE COLLARS AND ENSURE PROPER BEARING LUBRICATION ON UNSOLD MOTORCYCLES. -02/11/1987,87E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E002000),"GENERAL TRAILER CO., INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,4,"CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS 126. ALSO, NO OWNER MANUALS.","WITHOUT CERTIFICATION LABEL SHOWING CORRECT WEIGHTS, ITIS POSSIBLE FOR AN OVERLOADING CONDITION TO EXIST.","AFFIX CERTIFICATION LABEL WITH CORRECT WEIGHT IN A MANNER IT CANNOT BE REMOVED WITHOUT DEFACING. ALSO, FURNISH OWNER'S MANUAL INFORMATION." -02/11/1987,87E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E003000),"KEYSTONE, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,103,CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS 126. NO OWNER'S MANUAL.,WITHOUT CERTIFICATION LABEL SHOWING CORRECT WEIGHTS ITIS POSSIBLE FOR AN OVERLOADING CONDITION ON THE VEHICLE.,"AFFIX CERTIFICATION LABEL WITH CORRECT WEIGHT IN A MANNER IT CANNOT BE REMOVED WITHOUT DEFACING. ALSO, FURNISH OWNER'S MANUAL INFORMATION." -02/10/1987,87V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V013000),"SAAB CARS USA, INC.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15446,THE FUEL HOSE BETWEEN THE PRESSURE REGULATOR AND THE INJECTOR FUEL RAIL MAY RUPTURE DUE TO STRESS.,THIS COULD RESULT IN A FUEL LEAK AND POSSIBLY A FIRE.,REPLACE FUEL HOSE WITH NEW PREFORMED PLASTIC HOSE. -02/09/1987,87V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V011000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,65594,ACCELERATOR CONTROL CABLE MAY CONTAIN WATER WHICH COULD FREEZE WHILE VEHICLE IS PARKED CAUSING TRAVEL OF ACCELERATOR CONTROL CABLE TO BECOME RESTRICTED WHEN THROTTLE IS INITIALLY OPENED.,ENGINE SPEED MAY NOT DECREASE WHICH COULD RESULT IN LOSSOF ACCELERATOR CONTROL AND A CRASH WITHOUT PRIOR WARNING.,REPLACE ACCELERATOR CONTROL CABLE. -02/09/1987,87V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V012000),Ford Motor Company,STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,29600,STEERING CENTERLINKS MAY BREAK AT A BEND LOCATION.,"STEERING CONTROL WOULD BE DIMINISHED, WITH REDUCEDCONTROL OF LEFT WHEEL ONLY AND CONSIDERABLE STEERING WHEEL FREE PLAY.",REPLACE STEERING CENTERLINK. -02/09/1987,87V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V010000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,5235,"CROSSMEMBER CAN BE OVERSTRESSED AND CAN FAIL, ALLOWING THE BROKEN CROSSMEMBER TO PROTUDE ABOVE THE TOP OF THE FRAME AND INTERFERE WITH CHASSIS COMPONENTS.","TRAILER HANDLING COULD BE AFFECTED DURING TURNINGMANEUVERS WHICH COULD RESULT IN LOSS OF TRUCK CONTROL AND A CRASH. ALSO, ACOMPLETELY SEPARATED CROSSMEMBER COULD AFFECT HEIGHT OF SUSPENSION AIR SPRINGSAND THE RESULTING LEAN COULD RESULT IN LOSS OF CONTROL.",INSTALLATION OF A BOLTED DOUBLE PLATE TYPE CROSSMEMBER TO REPLACE THE STANDARD CHANNEL TYPE CROSSMEMBER. -01/29/1987,87V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V005000),INTERNATIONAL TRUCK & ENGINE CORPORATION,ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,101072,ENGINE AND BRAKE BACKUP SYSTEM HAVE COMMON ELECTRICAL POWER SOURCE; ENGINE COULD DIE FROM ELECTRICAL FAILURE OF THE MAIN POWER FEED FROM THE ALTERNATOR.,THIS COULD RESULT IN BRAKE FAILURE WHICH COULD RESULT INA CRASH WITHOUT PRIOR WARNING.,SEPARATE ENGINE AND BRAKE BACK UP CIRCUITS. -01/28/1987,87V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V004000),"Mitsubishi Motors North America, Inc.",BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,187,AIR PRESSURE INDICATOR LINE MAY BE IMPROPERLY SECURED TO THE FRAME AND COULD INTERFERE WITH THE SHIFT LINKAGE CAUSING A SMALL LEAK.,LOW AIR PRESSURE COULD RESULT IN IMPAIRED BRAKINGPERFORMANCE.,INSTALL ADDITIONAL RETAINING CLIPS TO AIR PRESSURE INDICATOR LINE; REPLACE LINE IF WEAR HAS TAKEN PLACE. -01/22/1987,87V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V003000),"General Motors, LLC",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,250,"LOWER STEERING SHAFT, WHICH PASSES THROUGH A CUTOUT IN THE FRONT BULKHEAD, MAY CONTACT A BULKHEAD BRACKET.",SHAFT COULD EVENTUALLY WEAR AND SEPARATE RESULTING INLOSS OF STEERING CONTROL AND A VEHICLE CRASH COULD OCCUR WITHOUT WARNING.,"REDUCE WIDTH OF BRACKET, CREATING SUFFICIENT CLEARANCE TO PREVENT CONTACT." -01/20/1987,87V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V002000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,86152,"TRUCKS FAILED TO COMPLY WITH REQUIREMENTS OF FMVSS 301, FUEL SYSTEM INTEGRITY, DURING A 30 MPH FRONTAL BARRIER TEST.",GREATER THAN ACCEPTABLE FUEL SPILLAGE DURING AND AFTER ACOLLISION COULD RESULT IN A FIRE.,INSTALL AN ADDITIONAL SHIELD TO THE FRONT OF THE ORIGINAL SHIELD TO PROTECT THE FUEL TANK. -01/13/1987,87V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V016000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:CENTER OF GRAVITY INDICATOR LABEL,EQUIPMENT,NR (Not Reported),Vehicle,768,"INFORMATION ON THE CENTER OF GRAVITY LOCATION IN THE OWNERS MANUAL IS INCORRECT. ALSO, FOR 1986 CAMPERS, AN INCORRECT WEIGHT MAY BE INSERTED ON THE FEDERAL CERTIFICATION LABEL.",CAMPERS DO NOT COMPLY WITH FMVSS 126.,PROVIDE CORRECTED CENTER OF GRAVITY LOCATION INFORMATION AND WEIGHT INFORMATION TO OWNERS. -01/12/1987,87V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V001000),NATIONAL AMBULANCE BLDRS,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,1237,"FOUR TO FIVE SMALL HOLES MAY HAVE BEEN LEFT UNSEALED AT REAR EDGE OF FLOOR; ALSO, THERE MAY BE A TEAR IN THE FLOOR SHEET METAL.",CARBON MONOXIDE (CO) COULD ENTER THE OCCUPIED PORTION OFTHE AMBULANCE.,FILL ANY HOLES IN THE UNDERSIDE OF THE VEHICLE AND FLOOR WITH SILICONE CAULK. -01/11/1987,87V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V030000),"WESTERN STAR TRUCKS, INC.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,90,ALUMINUM FUEL TANK PICKUP TUBE WELDS COULD CRACK AND ALLOW AIR TO BE DRAWN INTO THE FUEL PUMP.,"AIR IN FUEL SYSTEM COULD CAUSE ENGINE TO STALL OR LOSEPOWER AND RESULT IN LOSS OF POWER STEERING, AIR COMPRESSION AND ENGINE BRAKE.", -01/05/1987,87V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V026000),AM GENERAL LLC,POWER TRAIN:TRANSFER CASE (4-WHEEL DRIVE),POWER TRAIN,NR (Not Reported),Vehicle,8982,"NEUTRAL SAFETY SWITCH MAY BECOME PERMANENTLY CLOSED, ALLOWING VEHICLE TO BE STARTED IN ANY GEAR.",LOSS OF VEHICLE CONTROL COULD RESULT.,"INSTALL DECAL WARNING DRIVER TO ENGAGE PARK BRAKE AND TO SHIFT TRANSMISSION TO NEUTRAL PRIOR TO STARTING ENGINE. ALSO, INSTALL A WATERPROOF SAFETY SWITCH TO REPLACE NEUTRAL SWITCH." -01/03/1987,87E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87E001000),MIDAS INTERNATIONAL CORP.,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3936,LEAKING BRAKE CALIPER PISTON SEAL.,"CALIPER WITH LEAKING PISTON SEAL WOULD ALLOW BRAKE FLUIDLEAKAGE, WHICH COULD IMPAIR BRAKING ABILITY ON THE FRONT PORTION OF THE DUALBRAKING SYSTEM.",REPLACE ANY CALIPER WITH DAMAGED SEAL WITH NEW CALIPER. -01/03/1987,87V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V007000),"THOMAS BUILT BUSES, INC.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,75,HEATER HOSE MAY CHAFE PRIMARY AND/OR SECONDARY HYDRAULIC BRAKE LINES AT THE MASTER CYLINDER.,HYDRAULIC BRAKE LINES COULD RUPTURE AND LOSE FLUIDRESULTING IN LOSS OF BRAKING POWER.,INSTALL PROTECTIVE BRACKET AT MASTER BRAKE CYLINDER TO PREVENT THE HEATER HOSE FROM CONTACTING THE BRAKE LINES. -01/03/1987,87V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V009000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:IDLE SPEED CONTROL VALVE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,81000,"THE IDLE STABILIZER MAY EXPERIENCE EXCESSIVE WEAR, CAUSING ENGINE IDLE FLUCTUATIONS, USUALLY DESCRIBED AS ENGINE SURGE, WHICH INCREASE WITH USAGE OF THE CAR.",ENGINE SURGE COULD ULTIMATELY SEE-SAW TO THE EXTEND THATLOSS OF VEHICLE CONTROL COULD BE EXPERIENCED IF THE BRAKES WERE NOT APPLIED INTIME. THERE IS A RISK OF A COLLISION AND INJURY IN A CONFINED SPACE.,REPLACE IDLE STABILIZATION VALVE. -01/03/1987,87V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V006000),"General Motors, LLC",INTERIOR SYSTEMS:CONSOLE (8/82),STRUCTURE,NR (Not Reported),Vehicle,265,CONSOLE FRONT COMPARTMENT DOOR MAY NOT REMAIN CLOSED DURING LOAD FORCES THAT MAY BE EXPERIENCED IN A CRASH AS REQUIRED BY FMVSS 201.,"VEHICLES DO NOT COMPLY WITH FMVSS 201, OCCUPANTPROTECTION IN INTERIOR IMPACTS.",INSTALL THREE (3) SMALL FOAM PADS ON THE CONSOLE COMPARTMENT DOOR OPENING. -01/03/1987,87V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V008000),"Volkswagen Group of America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,251102,"SUDDEN ACCELERATION FROM A STATIONARY POSITION MAY OCCUR, WHEN SHIFTING FROM PARK TO REVERSE OR DRIVE.","UNEXPECTED SUDDEN ACCELERATION WITHOUT PRIOR WARNINGCOULD RESULT IN A VEHICLE CRASH, CAUSING INJURIES.",INSTALL AN AUTOMATIC SHIFT LOCK TO PREVENT THE TRANSMISSION SHIFT LEVER FROM BEING MOVED FROM PARK TO REVERSE OR DRIVE UNLESS BRAKE PEDAL IS APPLIED AT THE SAME TIME. -01/02/1987,87V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V084000),"Classic Trailers, Inc.",STEERING,STEERING,NR (Not Reported),Vehicle,200,GRADUAL HARDENING OF STEERING CONTROL MAY OCCUR.,THIS COULD AFFECT NORMAL EASE OF MANEUVERABILITY.,"REPLACE U JOINTS, AS NECESSARY." -01/01/1987,87V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=87V045000),WELD-IT COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,20,WELD CRACKS AND AXLE FRACTURES COULD OCCUR DUE TO INCOMPATIBILITY OF NEWAY RC 122 SUSPENSION AND ROCKWELL AXLES.,VEHICLE HANDLING WILL BE IMPAIRED.,INSTALL NEW AXLES AND SPRING SUSPENSIONS. -12/30/1986,86V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V174000),Ford Motor Company,BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,629,DEFORMED BRAKE ROD COVERS MAY INTERFERE WITH RETURN OF ACCELERATOR PEDAL FROM OPEN THROTTLE POSITION. CONSEQUENCE OF DEFECT: ENGINE WOULD NOT SLOW DOWN WHEN ACCELERATOR PEDAL IS RELEASED WHICH COULD RESULT IN A VEHICLE CRASH.,,MODIFY BRAKE ROD COVER TO ALLOW ACCELERATOR PEDAL TO RETURN FROM OPEN THROTTLE POSITION. -12/30/1986,86E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E032000),Toyota Motor Corporation,EQUIPMENT:LIFT:WHEEL/TOWING APPARATUS,EQUIPMENT,NR (Not Reported),Equipment,210,STRESS FATIQUE CRACKS COULD OCCUR ON THE STEP DOWN FRAME BRACKETS WHICH SUPPORT THE HORIZONTAL TOW BAR HITCH. CONSEQUENCE OF DEFECT: CONTINUED OPERATIONS OF VEHICLE COULD CAUSE FURTHER DEVELOPMENT OF THE CRACKS. THIS CONDITION MAY RESULT IN SEPARATION OF THE TOW BAR FROM THE VEHICLE. CORRECTIVE ACTION: HAS NOT BEEN FINIALIZED AT THIS TIME.,, -12/30/1986,86V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V173000),Ford Motor Company,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,28791,RUBBER THAT ENCASES BALL STUD AND SOCKET JOINT (CONNECTS STEERING DRAG LINK AND PITMAN ARM) MAY DETERIORATE AND CAUSE METAL TO METAL CONTACT. CONSEQUENCE OF DEFECT: COMPLETE SEPARATION OF THE DRAG LINK TO PITMAN ARM CONNECTION COULD OCCUR RESULTING IN LOSS OF STEERING CONTROL.,,INSTALL NEW DRAG LINK ASSEMBLIES WITH STEEL BALL AND SOCKET JOINTS AT THE PITMAN ARM CONNECTIONS. -12/23/1986,86V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V171000),FLXIBLE CORPORATION,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,1102,INCORRECT LOCK WASHERS MAY HAVE BEEN INSTALLED ON THE TILT STEERING COLUMN PIVOT BUSHING BOLTS AND THE COLUMN HOUSING PIVOT MAY BE MISALIGNED. CONSEQUENCE OF DEFECT: PIVOT BOLT COULD LOOSEN AND RESULT IN LOSS OF STEERING CONTROL.,,INSTALL PROPER LOCK WASHER AND CORRECT MISALIGNMENT OF COLUMN HOUSING PIVOT. -12/23/1986,86T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T013000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,234,TIRES FAIL TO MEET REQUIREMENTS OF FMVSS 119 ENDURANCE TEST. CONSEQUENCE OF DEFECT: FAILS MINIMUM REQUIREMENTS OF FMVSS 119.,,REPLACE TIRES WITH NEW TIRE AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: BF12EJ1-406. -12/23/1986,86T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T014000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,3624,FAIL TO MEET REQUIREMENT OF FMVSS 119 FOR ENDURANCE TEST. CONSEQUENCE OF DEFECT: FAILS TO MEET MINIMUM REQUIREMENTS OF FMVSS 119.,,"REPLACE TIRE AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: AMERI STEEL ADXL812 286,296,306, PRIVATE BRAND ADXL94B 286,296, 306, ASTRO ADXL96B 286,296,306." -12/23/1986,86T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T012000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,98228,UNACCEPTABLE NUMBER OF TREAD SEPARATION. TEST RECORDS SHOW THAT TIRES MEET ALL REQUIREMENTS OF FMVSS 119. CONSEQUENCE OF DEFECT: TREAD SEPARATION WILL LEAD TO RAPID LOSS OF INFLATING AIR.,,"REPLACE TIRE AT NO COST TO THE CUSTOMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: UNIROYAL LAREDO AN HKVYO O54 465, DURANGO ALL TERRAIN AN HKKB5 094 465, BIG O, BIG FOOT RADIAL AN HKMHY 284 465, DELTA SIERRIDIAL AN HKDME 015 465, SENTRY LT/AT RADIAL AN HKWAR 095 465, NATIONAL XT COMMANDO AN HKNHD 015 465." -12/22/1986,86V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V172000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,678,THE 2ND AND 6TH HIGH PRESSURE FUEL INJECTION LINES MAY CRACK DUE TO ENGINE VIBRATION. CONSEQUENCE OF DEFECT: DIESEL FUEL COULD BE SPRAYED ON A HOT EXHAUST MANIFOLD WHICH COULD RESULT IN A FIRE.,,REPLACE 2ND AND 6TH FUEL INJECTION LINES AND INSTALL A SUPPORT BRACKET FOR BOTH LINES. -12/22/1986,86V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V170000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,9038,"THE POWER STEERING ASSIST CYLINDER MOUNTING BRACKET BOLTS MAY LOOSEN DUE TO PAINT ON THE BOLT THREADS AND THE MOUNTING BRACKET MATING SURFACE. CONSEQUENCE OF DEFECT: THIS MAY RESULT IN LOOSENESS AND ERRATIC STEERING DURING FULL TURNS. WITH CONTINUED OPERATION POWER CYLINDER COULD DETACH FROM THE FRAME RAIL RESULTING IN RESTRICTED STEERING, SEVERING OF FRONT BRAKE HOSE AND LOSS OF FRONT AXLE BRAKING. WITH EITHER CONDITION, A VEHICLE CRASH COULD RESULT.",,REMOVE PAINT FROM MATING SURFACES OF BRACKET AND FRAME RAIL; REPLACE POWER STEERING ASSIST CYLINDER MOUNTING BOLTS. -12/17/1986,86T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T011000),Cooper Tire & Rubber Co.,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Tire,1271,"INCORRECT LABEL PLACED ON TIRE, FAILS TO MEET REQUIREMENT OF FMVSS 119. CONSEQUENCE OF DEFECT: LABEL SHOULD READ 9.50R16.5LT/8RR INSTEAD OF 9.50R16LT. MISMOUNTING OF A 16.5 TIRE ON A 16 INCH RIM COULD POTENTIALLY RESULT IN SAFETY RELATED VEHICLE HANDLING.",,"IF REQUIRED REPLACEMENT TIRES WILL BE INSTALLED AT NO CHARGE TO CUSTOMERS WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: UPXLCTA 216, UPXLCTA 226, UPXLCTA 236, UPXLCTA 416, UPXLCTA 426." -12/17/1986,86V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V167000),UD Trucks Corporation,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1050,THE 2ND AND 6TH HIGH PRESSURE FUEL DELIVERY TUBES WHICH DELIVER FUEL FROM THE FUEL INJECTION PUMP TO EACH CYLINDER MAY CRACK. CONSEQUENCE OF DEFECT: WHEN TUBE CRACKS DIESEL FUEL COULD BE SPRAYED THROUGH THE ENGINE COMPARTMENT.,,PROCEDURE TO REPAIR OR REPLACE FUEL DELIVERY TUBES IS BEING DEVELOPED. -12/17/1986,86V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V169000),FRUEHAUF CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,144,PRO-PAR AXLES COULD CRACK AT OR NEAR NEWAY AXLE ADAPTER WELDS WHICH CONNECT THE AXLE ADAPTER TO THE AXLE. CONSEQUENCE OF DEFECT: VEHICLE HANDLING WILL BE IMPAIRED.,,REPLACE RC 122 WELD ON AXLE ADAPTERS WITH RC 122 BOLT ON ADAPTERS. -12/17/1986,86V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V168000),"PREVOST CAR, INCORPORATED",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,419,"UNDER CERTAIN VEHICLE LOAD OR ROAD CONDITIONS, PART OF THE FRONT STRUCTURE, WHERE IT IS ATTACHED TO THE FRONT SUSPENSION PANHARD ROD, MAY BREAK. CONSEQUENCE OF DEFECT: OPERATION OF THE VEHICLE WOULD BE HAZARDOUS.",,REINFORCE PANHARD ROD ATTACHMENT ABOVE THE FRONT AXLE. -12/15/1986,86V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V164000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1958,"PART OF PUSHBUTTON ATTACHMENT OF HEADLIGHT SWITCH MAY FRACTURE. CONSEQUENCE OF DEFECT: PUSH BUTTON WOULD NOT LATCH IN ON POSITION RESULTING IN INABILITY TO TURN ON HEADLIGHTS, REDUCED DRIVER VISIBILITY, AND THE POTENTIAL FOR A CRASH.",,INSTALL NEW HEADLIGHT SWITCH. -12/15/1986,86V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V165000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4844,"SECONDARY HOOD LATCH MAY NOT PROPERLY ENGAGE DUE TO CONTACT WITH SUPPORT BRACKET AND/OR THE PRIMARY LATCH RETURN SPRING. CONSEQUENCE OF DEFECT: IF THIS OCCURS WHILE VEHICLE IS IN MOTION, HOOD COULD OPEN AND CONTACT THE WINDSHIELD, AFFECTING THE DRIVERS VISION AREA; THIS COULD RESULT IN A CRASH WITHOUT WARNING.",,"INSTALL SECONDARY LATCH SKID PLATE ON CORSICA AND BERETTA MODELS. ALSO, INSTALL A REVISED SECONDARY LATCH ASSEMBLY ON BERETTA MODELS." -12/15/1986,86V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V166000),FREIGHTLINER LLC,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,150,CRACKS CAN DEVELOP IN THE HUB IN THE INNER WHEEL BEARING AREA. CONSEQUENCE OF DEFECT: OIL LEAKS COULD OCCUR RESULTING IN LACK OF LUBRICATION.,,REPLACE HUBS. -12/12/1986,86V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V163000),FRUEHAUF CORPORATION,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,394,THE AIR ACTUATED BRAKE S CAM ROLLER MAY FRACTURE AFFECTING EFFICIENCY OF BRAKE SYSTEM AT WHEEL LOCATION OF FRACTURE. CONSEQUENCE OF DEFECT: TRUCKS DO NOT COMPLY WITH REQUIREMENTS OF FMVSS 121.,,REPLACE S CAM ROLLERS. -12/11/1986,86V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V161000),"Ferrari North America, Inc.",ENGINE COOLING SYSTEM:HOSES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,550,THE FLEXIBLE OIL HOSES FOR THE ENGINE OIL RADIATOR COULD LEAK ENGINE OIL DUE TO INSUFFICIENT CLAMPING OF THE METAL CONNECTORS TO FLEXIBLE PORTION OF OIL HOSE. CONSEQUENCE OF DEFECT: LACK OF LUBRICATION COULD CAUSE SEVERE ENGINE DAMAGE; OIL LEAKAGE COULD RESULT IN AN ENGINE FIRE.,,"REPLACE LOWER AND UPPER HOSES CONNECTING ENGINE OIL RADIATOR WITH IMPROVED HOSES. ALSO, UPDATE OIL PRESSURE REGULATING VALVE ASSEMBLY." -12/11/1986,86V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V160000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,635,A STUD MAY HAVE BEEN INSTALLED ON TOP OF THE INTAKE MANIFOLD OF ENGINE THAT COULD CONTACT THE FUEL SUPPLY HOSE. CONSEQUENCE OF DEFECT: CHAFING OF THE FUEL HOSE COULD OCCUR WHICH COULD RESULT IN A FUEL LEAK.,,REMOVE STUD AND REPLACE FUEL SUPPLY HOSE AND LINE ASSEMBLY ON VEHICLES WITH ACCUMULATED MILEAGE. -12/11/1986,86V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V162000),"Ferrari North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,588,FLEXIBLE RUBBER HOSE FOR RETURN OF FUEL TO RIGHT SIDE FUEL TANK MAY CHAFE IF POSITIONED TOO CLOSE TO METALLIC DISCHARGE CONNECTOR OF AIR CONDITIONER COMPRESSOR. CONSEQUENCE OF DEFECT: FUEL LEAKAGE COULD OCCUR CREATING A FIRE POTENTIAL.,,REPOSITION FLEXIBLE FUEL HOSE; REPLACE IF HOSE SHOWS ABRASION OR DAMAGE. -12/09/1986,86V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V159000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,6958,STEERING LINKAGE COUPLERS REMAINED IN ACID ETCHING BATH TOO LONG. CONSEQUENCE OF DEFECT: COUPLERS COULD BE OUT OF TOLERANCE RESULTING IN STEERING WHEEL MISALIGNMENT WITH EVENTUAL LOSS OF VEHICLE CONTROL.,,REPLACE OUT OF TOLERANCE STEERING LINKAGE COUPLERS. -12/07/1986,86V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V004000),PACCAR Incorporated,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5000,THE CIRCUIT BREAKERS MAY FAIL AND ALLOW THE CIRCUIT TO OVERHEAT. CONSEQUENCE OF DEFECT: A FIRE COULD OCCUR AS A RESULT OF THE CIRCUIT BREAKER FAILURE.,,REMOVE CIRCUIT BREAKERS AND REPLACE WITH FUSES. -12/07/1986,86V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V003000),PACCAR Incorporated,EQUIPMENT:WATER PUMP:FIRE TRUCK,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,90,LINE PRESSURE SURGES OCCUR WHEN THE TRANSMISSION IS IN HIGH GEAR LOCKUP DUE TO A PLUMBING ERROR. CONSEQUENCE OF DEFECT: LINE PRESSURE SURGES COULD CAUSE BODILY HARM THROUGH ERRATIC FIRE HOSE DELIVERY ACTION.,,REWORK PLUMBING TO PREVENT LINE PRESSURE SURGES. -12/03/1986,86V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V001000),ELDORADO TIRE COMPANY,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38,"THE BRAKE RUBBER FLEX HOSE THAT CONNECTS THE TAG AXLE BRAKE SYSTEM TO THE DRIVE AXLE BRAKE SYSTEM MAY COME IN CONTACT WITH THE EXHAUST PIPE. CONSEQUENCE OF DEFECT: THE HOSE MAY MELT CAUSING A LOSS OF BRAKE FLUID AND PARTIAL BRAKE FAILURE, WHICH MAY LEAD TO AN ACCIDENT.",,ASSURE THAT THE BRAKE LINE TAB ATTACHED TO THE CROSSMEMBER FRAME IS 14 1/2 INCHES FROM THE PASSENGER SIDE OF THE FRAME. REMOVE AND REPLACE TAB IF NECESSARY. -12/02/1986,86V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V002000),AUTOMATIC EQUIP. MFG. CO.,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,875,"THE FLANGED ""WHIZ-LOCK"" NUTS USED TO SECURE THE CAR RAMPS TO THE TRAILER LOOSEN AND FALL OFF THE BOLTS. CONSEQUENCE OF DEFECT: THE SECURING BOLTS WILL FALL OUT AND ALLOW THE RAMPS TO FALL OFF THE TRAILER CAUSING A HIGHWAY HAZARD TO ONCOMING OR TRAILING TRAFFIC WHICH MAY RESULT IN AN ACCIDENT.",,"SEND NOTICE AND THREAD DEFORMED TYPE LOCK NUTS AND BOLTS TO ALL OWNERS OF TRAILERS SUSPECTED OF HAVING THE FLANGED ""WHIZ-LOCK"" NUTS." -12/01/1986,86V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V158000),FLXIBLE CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,125,"ONLY TWO EMERGENCY WINDOW EXISTS WERE IDENTIFIED ON THE LEFT SIDE OF THE BUS, INSTEAD OF THREE REQUIRED BY FMVSS 217. CONSEQUENCE OF DEFECT: BUSES DO NOT COMPLY WITH FMVSS 217.",,EMERGENCY EXIT INSTRUCTIONS WILL BE ADDED TO THE THIRD WINDOW ON THE LEFT SIDE TO IDENTIFY THIS WINDOW POSITION AS AN EMERGENCY EXIT. -11/25/1986,86V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V157000),"General Motors, LLC",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,4779,A CLAMP PINCH BOLT SECURING THE UPPER STEERING SHAFT TO THE LOWER STEERING SHAFT MAY LOOSEN. CONSEQUENCE OF DEFECT: SHAFTS COULD SEPARATE RESULTING IN LOSS OF TRUCK CONTROL WHICH COULD LEAD TO A CRASH WITHOUT PRIOR WARNING.,,REPLACE THE CLAMP ASSEMBLY AND UPPER STEERING SHAFT. -11/25/1986,86E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E031000),HOLLAND HITCH COMPANY,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,861,"THE DEFECT IS A HOUSING FIT UP PROBLEM WHICH RESULTS IN IMPROPER CLAMPING AND UNEVEN LOAD DISTRIBUTION IN THE HOUSING OF THE PINTLE HOOK ASSEMBLY. CONSEQUENCE OF DEFECT: SHOULD THE DEFECT GO UNDETECTED AND UNREPAIRED, SEPARATION OF THE TRACTOR AND TRAILER IS A POSSIBILITY.",,INSPECTION OF PINTLE HOOK ASSEMBLIES AND REPLACE WHERE FOUND NECESSARY. -11/24/1986,86V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V156000),HINO DIESEL TRUCKS(USA),ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1929,"DURING CONTINUOUS HEATER/BLOWER OPERATION, INSUFFICIENT CONTACT BETWEEN THE METAL PART OF THE FUSE AND THE FUSE HOLDER MAY GENERATE EXCESSIVE HEAT. CONSEQUENCE OF DEFECT: IF LONGER FUSE WHICH IS AVAILABLE IN THE U.S. IS INSTALLED, EXCESSIVE HEAT COULD CAUSE THE INSULATION ON THE ELECTRICAL WIRING AROUND THE FUSE BOX TO MELT; THE HEATER AND DEFROSTER WOULD FAIL, OBSTRUCTING THE DRIVERS VIEW THROUGH THE WINDSHIELD.",,REPLACE FUSE IN THE HEATER/BLOWER CIRCUIT WITH A CIRCUIT BREAKER. -11/20/1986,86V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V155000),"FLEETWOOD ENTERPRISES, INC.",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1177,"UNDER CERTAIN ELECTRIC LOAD CONDITIONS, THE HEADLIGHT SWITCH MAY HAVE SOME INTERNAL PLASTIC DEFORMATION. CONSEQUENCE OF DEFECT: HEADLIGHT CIRCUIT MAY OPEN RESULTING IN LOSS OF HEADLIGHT FUNCTION.",,ADD AN ELECTRICAL RELAY TO THE HEADLIGHT CIRCUIT TO SUPPLEMENT CURRENT CIRCUITRY. -11/20/1986,86E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E030000),TRICO PRODUCTS CORP.,VISUAL SYSTEMS:WINDSHIELD WIPER BLADE,VISIBILITY,NR (Not Reported),Equipment,10000,"REPLACEMENT WIPER BLADES ON CERTAIN MODEL VEHICLES WILL NOT LOCK ON PROPERLY OR WILL DISENGAGE ON THE FIRST TEST OPERATION. CONSEQUENCE OF DEFECT: IF THE WIPER BLADE DISENGAGES WHILE OPERATING THE DRIVER'S VISIBILITY WILL BE IMPAIRED, AND COULD RESULT IN AN ACCIDENT.",,NEW APPLICATION GUIDE WILL BE ISSUED AND REFUND OR CREDIT WILL BE GIVEN FOR ALL RETURNED BLADES WITH LATCHING PROBLEMS. -11/19/1986,86V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V154000),NATIONAL R.V. INC.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,1692,"DUAL REAR WHEELS MAY HAVE PIN HOLE LEAKS AND CRACKS AROUND THE OLD VALVE STEM HOLE THAT HAD BEEN WELDED. CONSEQUENCE OF DEFECT: DRIVING WITH THE INNER DUAL REAR WHEELS FLAT COULD CAUSE A BLOWOUT, AND POSSIBLE WHEEL BEARING OR AXLE FAILURE.",,REPLACE DEFECTIVE WHEELS. -11/14/1986,86V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V147000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,41073,PARK BRAKE ASSEMBLY PAWL MAY BE IMPROPERLY HARDENED. CONSEQUENCE OF DEFECT: PAWL COULD YIELD UNDER LOAD RESULTING IN LOSS OF PARKING BRAKES.,,REPLACE PARK BRAKE ASSEMBLIES. -11/13/1986,86V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V152000),HOLIDAY RAMBLER CORP.,FUEL:LPG VALVE:HYDROSTATIC RELIEF,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,98,"LP SERVICE LINE COULD RUPTURE, DUE TO HYDROSTATIC PRESSURE RELIEF VALVE. IF LP SERVICE VALVE WAS CLOSED WITH LIQUID PROPANE IN THE LINE TO THE GENERATOR WHEN THE GENERATOR WAS NOT OPERATING. CONSEQUENCE OF DEFECT: PROPANE WOULD BE RELEASED TO THE ATMOSPHERE, WHICH COULD RESULT IN AN EXPLOSION AND/OR FIRE.",,INSTALL A HYDROSTATIC PRESSURE RELIEF VALVE IN LP SERVICE LINE. -11/13/1986,86V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V153000),Harley-Davidson Motor Company,POWER TRAIN:OTHER PART,POWER TRAIN,NR (Not Reported),Vehicle,2829,"A PIECE OF GEAR COULD BREAK AT THE MAINSHAFT FIRST GEAR IN THE TRANSMISSION CASE. CONSEQUENCE OF DEFECT: IF GEAR TOOTH BECOMES LODGED BETWEEN TRANSMISSION GEARS, DRIVE TRAIN AND REAR WHEEL COULD LOCK UP POSSIBLY RESULTING IN AN ACCIDENT.",,REPLACE GEAR WITH ONE THAT HAS BEEN PROVEN AND TESTED. -11/10/1986,86V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V151000),"BMW of North America, LLC",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,97300,"BRAKE LIGHT SWITCH COULD OVERHEAT, EVENTUALLY LEADING TO MELTING OF PLASTIC INTERNAL PARTS IN AREA OF ELECTRICAL CONTACTS.","CONSEQUENCE OF DEFECT: SWITCH PLUNGER COULD JAM, RENDERING BRAKE LIGHTS EITHER INOPERATIVE OR CONTINUOUSLY ILLIMINATED, REGARDLESS OF BRAKE PEDAL OPERATION.",REPLACE BRAKE LIGHT SWITCH WITH REVISED SWITCH WITH INCREASED ELECTRICAL LOAD CAPACITY. -11/07/1986,86V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V150000),FRUEHAUF CORPORATION,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,250,"DRAWBAR EYE OF TANDEM AXLE CONVERTER GEAR DOLLY MAY FRACTURE. (THIS PERTAINS ONLY TO DOLLY OF THE SECOND OR TRAILING UNIT IN THE TRAIN CONFIGURATIONS). CONSEQUENCE OF DEFECT: TRAILING UNIT COULD SEPARATE, AND BECOME A TRAFFIC HAZARD.",,REPAIR AND/OR REPLACE DRAWBAR EYE ON CONVERTER GEAR DOLLY. -11/07/1986,86V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V149000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,23000,MORE FUEL THAN PERMITTED BY FMVSS 301 MAY ESCAPE FROM THE FUEL TANK ASSEMBLY. CONSEQUENCE OF DEFECT: CARS ARE NOT IN COMPLIANCE WITH FMVSS 301.,,REPLACE THE FUEL TANK ASSEMBLY WITH A MODIFIED UNIT. -11/07/1986,86V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V146000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4928,ACCELERATOR CABLE BUSHING COULD DISCONNECT FROM THE ACCELERATOR LEVER ASSEMBLY. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN LOSS OF ENGINE CONTROL WITH ENGINE RETURNING TO IDLE.,,REPLACE ACCELERATOR PEDAL BRACKET AND LEVER ASSEMBLIES. -11/07/1986,86V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V148000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPINDLE,SUSPENSION,NR (Not Reported),Vehicle,631,"LEFT AND/OR RIGHT REAR SPINDLE ASSEMBLIES MAY HAVE BEEN IMPROPERLY HEAT TREATED. CONSEQUENCE OF DEFECT: IF SPINDLE STEM SEPARATES, LOSS OF VEHICLE CONTROL COULD OCCUR WITHOUT PRIOR WARNING.",,REPLACE REAR SPINDLE. -11/03/1986,86V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V145000),"General Motors, LLC",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,88668,"THERE MAY NOT BE ENOUGH CLEARANCE BETWEEN THE POWER STEERING PUMP RETURN HOSE AND THE ENGINE EXHAUST MANIFOLD. CONSEQUENCE OF DEFECT: HOSE COULD OVERHEAT, RESULTING IN A HOLE AND FLUID LEAK, AND A POSSIBLE ENGINE COMPARTMENT FIRE WITHOUT PRIOR WARNING.",,"REPLACE AND CORRECTLY ROUTE HOSE, AS NECESSARY." -10/28/1986,86V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V144000),Ford Motor Company,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,4714,"STEERING SHAFT ASSEMBLIES CONTAIN LOWER SHAFTS OF INSUFFICIENT LENGTH FOR PROPER ATTACHMENT TO THE SHAFT INSULATOR FLANGE. CONSEQUENCE OF DEFECT: SHAFT COULD SEPARATE, RESULTING IN TOTAL LOSS OF STEERING CONTROL AND A POSSIBLE ACCIDENT.",,"REPLACE STEERING SHAFT ASSEMBLY, AS NECESSARY." -10/27/1986,86V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V143000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9590,"THE WIRING HARNESS MAY CHAFE AGAINST THE WINDSHIELD WIPER MOTOR BRACKET. CONSEQUENCE OF DEFECT: IF A SHORT CIRCUIT DEVELOPS, IT COULD RESULT IN A FIRE.",,AFFIX TWO RUBBER STRIPS TO THE VERTICAL EDGES OF THE WINDSHIELD WIPER MOTOR BRACKET. -10/24/1986,86V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V142000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,19811,WIRING HARNESS IN THE ENGINE COMPARTMENT MAY BE MISROUTED AND SUBJECT TO DAMAGE. CONSEQUENCE OF DEFECT: A SHORT CIRCUIT COULD OCCUR (DURING USE OR WHEN PARKED) WHICH COULD RESULT IN A VEHICLE FIRE.,,"PROPERLY ROUTE WIRING HARNESSES, AS NECESSARY." -10/23/1986,86V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V141000),"SAAB CARS USA, INC.",SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,68,CLAMPING FORCE OF THE BOLTS TO THE TANDEM SPRING END BEARINGS MAY BE INSUFFICIENT. CONSEQUENCE OF DEFECT: MOVEMENT OF SPRING END BEARINGS IN RELATION TO THE REAR AXLE COULD RESULT IN THE AXLE COMING LOOSE FROM THE SPRING.,,"REPLACE STUDS, NUTS AND BOLTS ON THE TANDEM SPRING END BEARINGS." -10/21/1986,86V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V140000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,10064,TIRE AND WHEEL INFORMATION ON CERTIFICATION LABEL MAY BE INCORRECT. CONSEQUENCE OF DEFECT: TRUCKS FAIL TO COMPLY WITH FMVSS 120.,,INSTALL CERTIFIED LABEL WITH CORRECT INFORMATION. -10/21/1986,86V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V139000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,100,TIRE LABEL CONTAINS INCORRECT TIRE SIZE INFORMATION. CONSEQUENCE OF DEFECT: VEHICLES FAIL TO COMPLY WITH FMVSS 110.,,INSTALL TIRE LOADING LABEL WITH CORRECT INFORMATION. -10/20/1986,86V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V137000),FREIGHTLINER LLC,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,102,SEAT BELTS CAN LOOSEN AS THE TRUCK IS DRIVEN. CONSEQUENCE OF DEFECT: DRIVER AND PASSENGER WOULD NOT BE PROPERLY RESTRAINED IN EVENT OF A SUDDEN STOP OR CRASH.,,REPLACE THE NON LOCKING RETRACTOR SEAT BELTS WITH AUTOMATIC LOCKING RETRACTOR SEAT BELTS. -10/20/1986,86V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V138000),"BMW of North America, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,120261,THE TWO PARTS OF THE STEERING COLUMN DISENGAGEMENT ELEMENT COULD COMPLETELY DISCONNECT IF THE CAR CONTACTS AN OBJECT IN THE ROADWAY OR ELSEWHERE OF SUFFICIENT MASS TO APPLY A SIGNIFICANT FORCE DIRECTLY TO THE STEERING GEARBOX. CONSEQUENCE OF DEFECT: STEERING CONTROL WOULD BE LOST.,,BOLT TWO SPECIALLY FORMED PLATES TO THE DISENGAGEMENT ELEMENT SO THAT STEERING CAPABILITY WILL BE RETAINED. -10/10/1986,86E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E029000),"M.S.A. MFG. CO., INC",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2920,FAILS TO COMPLY WITH PHOTOMETRIC REQUIREMENTS OF FMVSS 108. CONSEQUENCE OF DEFECT: LAMPS MAY NOT BE OBSERVED BY MOVING TRAFFIC DUE TO NON COMPLIANCE TO FMVSS 108.,,REFUND OF PURCHASE PRICE UPON RETURN OF LAMPS. -10/10/1986,86V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V136000),INTL AUTOMOTIVE PERF.INC,LIGHTING:SWITCH:MULTI-FUNCTION SWITCH:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,25,"CARS DO NOT COMPLY WITH FMVSS NOS. 101, 108, 110, 114, 118, 206, REGULATION PARTS 578 AND 581. CONSEQUENCE OF DEFECT: FAILS TO MEET FMVSS STANDARDS AND REGULATIONS.",,REQUIRES MEETING ALL OF THE ABOVE STANDARDS AND REGULATIONS. -10/08/1986,86V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V135000),"VINTAGE REPRODUCTIONS,INC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,265,SEAT BELTS DO NOT HAVE EMERGENCY OR AUTOMATIC LOCKING RETRACTORS AS REQUIRED BY FMVSS 208. CONSEQUENCE OF DEFECT: VEHICLES DO NOT COMPLY WITH FMVSS 208.,,REPLACE SEAT BELTS WITH BELTS WHICH COMPLY WITH STANDARD. -10/07/1986,86V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V133000),Volvo Trucks North America,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,"AIR VOLUME CALCULATIONS ARE INCORRECT. CONSEQUENCE OF DEFECT: TRUCKS DO NOT COMPLY WITH FMVSS 121, AIR BRAKE SYSTEMS.",,INCREASE RESERVOIR VOLUME TO COMPLY WITH STANDARD. -10/07/1986,86V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V134000),"CARPENTER BDY WRKS, INC.",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,96,CRACKS MAY DEVELOP IN THE RIGHT HAND SUPPORT BRACKET OF THE STEERING GEAR MOUNTING PLATE OF THE FRONT SUSPENSION ASSEMBLY. CONSEQUENCE OF DEFECT: RIGHT SIDE OF STEERING GEAR MOUNTING PLATE COULD BECOME DISENGAGED AFFECTING STEERING CONTROL.,,REPAIR CRACKS AND ADD AN AXLE CLAMP TO STEERING GEAR MOUNTING PLATE TO PREVENT FUTURE FAILURES. -10/06/1986,86T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T010000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1576,TIRES FAILED TO MEET ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109. CONSEQUENCE OF DEFECT: FAILURE OF TIRES TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD 109.,,"TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: P20575B14, BEKC8HJ226 NEUTRAL ALL SEASON, P23570B14, BEFY700226 BFG BELTED 70." -10/02/1986,86V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V132000),Toyota Motor Corporation,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4561,"SOLDERED TERMINALS OF THE CRUISE CONTROL COMPUTER MAY DEVELOP CRACKS DUE TO IMPROPER APPLICATION OF THE COATING TO THE PRINTED CIRCUIT BOARD. CONSEQUENCE OF DEFECT: CONTINUED USE OF CRUISE CONTROL COULD LEAD TO COMPLETE SEPARATION OF SOLDERED TERMINALS AND CIRCUIT FAILURE; ENGINE SPEED WOULD INSTANTLY RACE AND VEHICLE COULD SUDDENLY ACCELERATE, POSSIBLY RESULTING IN AN ACCIDENT.",,"REPLACE CRUISE CONTROL COMPUTER, IF NECESSARY." -09/24/1986,86E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E028000),ALCOA AL. CO. OF AMER.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Equipment,12784,"THE WHEELS CONTAIN PILOT BORES WHICH ARE BELOW THE MINIMUM SPECIFIED DIAMETER. CONSEQUENCE OF DEFECT: IF THE ABOVE CONDITION EXISTS, IT COULD INTERFERE WITH THE PROPER MOUNTING AND POTENTIALLY CAUSE STUD BREAKAGE, LOSS OF WHEEL AND MAY RESULT IN LOSS OF VEHICLE CONTROL WHICH COULD LEAD TO AN ACCIDENT.",,INSPECT AND MAKE NECESSARY REPAIRS. -09/23/1986,86T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T009000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,5842,"TIRES FAIL TO MEET THE PLUNGER ENERGY TEST AS REQUIRED BY FMVSS 119. CONSEQUENCE OF DEFECT: TIRES WHICH FAIL TO MEET THE MINIMUM FMVSS REQUIREMENTS MAY FAIL WHILE IN SERVICE, CAUSE LOSS OF VEHICLE CONTROL WHICH MAY RESULT IN AN ACCIDENT.",,"REPLACE WITH NEW TIRE WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO THE CONSUMER. DOT IDENTIFICATION: MDG TURNPIKE TRANSCON LVWYW72156 TO 336, GENERAL POWER JET COMMERCIAL LVWYX59156 TO 336, RIVAL HIGHWAY LVWYF33156 TO 336, TURNPIKE EXPRESS LVWYY73156 TO 336." -09/19/1986,86V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V130000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,241,THE THROTTLE RETURN SPRING ASSEMBLY MAY FAIL AND PREVENT THE THROTTLE FROM RETURNING TO THE CLOSED (IDLE) POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED. CONSEQUENCE OF DEFECT: ENGINE SPEED WOULD NOT DECREASE; LOSS OF ACCELERATOR CONTROL COULD RESULT IN A CRASH WITHOUT PRIOR WARNING.,,REPLACE ACCELERATOR LINKAGE RETURN SPRING(S). -09/19/1986,86V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V131000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,106111,THE PUSH PULL HEADLIGHT SWITCH MAY HAVE ELECTRICAL CONTACTS WHICH ALLOW AN INTERMITTENT HEADLIGHT CIRCUIT CAUSING HEADLIGHT TO FLICKER OR SUDDENLY GO OUT. CONSEQUENCE OF DEFECT: SUDDEN LOSS OF THE HEADLIGHTS UNDER SEVERE WEATHER OR NIGHTTIME DRIVING CONDITIONS COULD REDUCE DRIVER VISIBILITY WHICH MIGHT RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,REPLACE HEADLIGHT SWITCH AS NECESSARY. -09/15/1986,86V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V128000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,1470,"PARKING BRAKE LEVER MECHANISMS MAY NOT PROPERLY ENGAGE WHEN APPLIED AS REQUIRED BY FMVSS 105. CONSEQUENCE OF DEFECT: VEHICLE COULD UNEXPECTEDLY ROLL AWAY UNCONTROLLED, WHICH COULD RESULT IN A VEHICLE CRASH.",,REPLACE PARKING BRAKE LEVER ASSEMBLY. -09/15/1986,86V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V129000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,89587,"IN THE EVENT OF A LOW SPEED FRONTAL IMPACT, ENGINE MOVEMENT COULD CAUSE THE THROTTLE CABLE SLEEVE TO BE PULLED OUT OF THE ADJUSTING FITTING AND NOT RETURN TO ITS ORIGINAL POSITION OR IDLE POSITION. CONSEQUENCE OF DEFECT: IF THIS OCCURS AN INCREASE IN ENGINE SPEED WOULD RESULT, MAKING CAR DIFFICULT TO CONTROL IN A POST COLLISION ENVIRONMENT, WHICH CAN CAUSE MORE SERIOUS DAMAGE AND/OR INJURIES.",,REPLACE THROTTLE CABLES. -09/10/1986,86V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V125000),HOLIDAY RAMBLER CORP.,BRAKES:HYDRAULIC:LINES:FITTINGS:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7994,"INADEQUATE FASTENING OF THE BRACKETS TO THE FRAME RAIL FOR HOLDING THE HYDRAULIC BRAKE AND GAS RETURN LINES MAY ALLOW FLEXING AND POSSIBLE CHAFING OF THE LINE. CONSEQUENCE OF DEFECT: LINES COULD WEAR THROUGH AND RUPTURE RESULTING IN (1) LEAKAGE OF GASOLINE WHICH IS A FIRE HAZARD AND/OR (2) LOSS OF HYDRAULIC FLUID, CAUSING LOSS OF BRAKES TO THE REAR AXLES WHICH MAY RESULT IN AN ACCIDENT.",,INSTALL APPROPRIATE FASTENERS/BRACKETS TO SECURE THE LINES TO THE FRAME RAIL. -09/10/1986,86V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V127000),PACCAR Incorporated,ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,312,"THE CIRCUIT WIRE FOR THE TRAILER STOP LIGHT MAY NOT BE CONNECTED TO THE OUTPUT TERMINAL OF EITHER THE TRACTOR SPRING BRAKE STOP LIGHT SWITCH OR THE SERVICE BRAKE STOP LIGHT SWITCH. CONSEQUENCE OF DEFECT: TRAILER STOP LIGHTS WILL NOT ILLUMINATE WHEN BRAKES ARE APPLIED. THE TRUCK BRAKE WARNING SIGNAL TO OTHER HIGHWAY VEHICLES WOULD NOT BE PRESENT, CREATING A POSSIBILITY FOR AN ACCIDENT.",,REWORK WIRING FOR PROPER CONNECTION. -09/10/1986,86V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V126000),PETERBILT MOTOR COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,48,"A REQUIRED WELD JOINING A WALKING BEAM BUSHING SPACER TO THE AXLE HANGER BRACKET MAY HAVE BEEN OMITTED. CONSEQUENCE OF DEFECT: REAR AXLE COULD SEPARATE FROM THE REAR SUSPENSION, CAUSING LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN AN ACCIDENT.",,MAKE NECESSARY WELDING CORRECTIONS. -09/09/1986,86E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E026000),"EVEN-TEMP CO., INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Equipment,250,"SEAT BELT BAR MAY FAIL TO MEET REQUIREMENTS OF FMVSS 210 UNDER 5000 TEST LOAD. CONSEQUENCE OF DEFECT: FAILURE TO MEET REQUIREMENTS OF FMVSS 210, WHEN PLACED UNDER SEVERE LOADS THE SEAT BELT BAR WILL NOT PROPERLY RESTRAIN VEHICLE OCCUPANTS RESTRAINT THERE IS A RISK OF INJURY SHOULD AN ACCIDENT OCCUR.",,INSPECTION OF ALL PEDESTALS INVOLVED AND REPAIR WITH RETROFIT UNITS AS REQUIRED. -09/08/1986,86E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E027000),UNITED TECHNOLOGIES AUTO.,ELECTRICAL SYSTEM:STARTER SOLENOID,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,551940,"IN SOME CASES THE STARTER SOLENOIDS CONTACT GAP, WHICH ENERGIZES THE STARTER, IS LESS THAN THE MINIMUM ALLOWED. THIS CAUSES THE STARTER TO BE ACTIVATED WITH NO ACTION FROM THE OPERATOR. CONSEQUENCE OF DEFECT: WITH THE ABOVE CONDITION PRESENT AND THE TRANSMISSION IN GEAR, THE STARTER MOTOR CAN BE INADVERTENTLY ACTIVATED, CAUSING UNEXPECTED VEHICLE MOVEMENT AND RESULTING IN POSSIBLE PERSONEL INJURY OR PROPERTY DAMAGE.",,ALL SOLENOIDS WILL BE REPLACED WITH US MADE SOLENOIDS. -09/08/1986,86T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T008000),Yokohama Tire Corporation,TIRES:BELT,TIRES,NR (Not Reported),Tire,38264,FAILURE TO COMPLY WITH FMVSS 109. SEPARATION BETWEEN THE STEEL BELTS AND THE READ. CONSEQUENCE OF DEFECT: TIRES THAT FAIL TO MEET THE MINIMUM FMVSS REQUIREMENTS MAY EXPERIENCE SUDDEN LOSS OF AIR CAUSING THE OPERATOR TO LOSE CONTROL OF THE VEHICLE WHICH COULD RESULT IN AN ACCIDENT.,,"TIRES WILL BE REPLACED AT NO COST WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: OLYMPIAN XT, P155/80R13, CCF2JTA116,156, CCF2JTB116,156, CCF2JTC116, 156 CCF2JTD116,156 P165/80R13, CCF1JTA116, CCF1JTB116, CCF1JTC116, CCF1JTD116, P185/75R14 CCF7JTA106,116,146 CCF7JTB106,116,146 CCF7JTC106,116,146 CCF7JTD106,116,146 P195/75R14 CCHBJTA096,106,116,126,146 CCHBJTB096,106,116,126,146 CCHBJTC096,106,116,126,146 CCHBJTD096,106,116,126,146 P205/75R14 CCHCJTA146, CCHCJTB146, CCHCJTC146, CCHCJTD146, P215/75R15 CCHFJTA106,116,126,136 CCHFJTB106,116,126,136 CCHFJTC106,116,126,136 CCHFJTD106,116,126,136 AVANTI GT 70, P185/70R13 CCAEF3A146, CCAEF3B146, P195/70R14 CCAHF3A116, CCAHF3B116 P205/70R14 CCHLF3A116,126,146 CCHLF3B116,126,146 P225/70R15 CCFYF3A106,146 CCFYF3B106,146 AVANTI PLUS P185/75R14 CCF7JLJ 116." -09/03/1986,86E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E025000),Honda (American Honda Motor Co.),EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,29345,INSTALLATION OF THE SCREW MOUNTED INTERNAL STEREO HEADSET CREATES A RIGID PROJECTION INSIDE THE HELMET SHELL. CONSEQUENCE OF DEFECT: HELMET HEADSETS FAIL TO CONFORM TO THE REQUIREMENTS OF FMVSS 218 MOTORCYCLE HELMETS. THE RIGID PROJECTION WITHIN THE HELMET SHELL COULD RESULT IN HEAD INJURY TO THE WEARER.,,REMOVE ALL HEADSETS AND REFUND PURCHASE PRICE TO CONSUMER. -09/02/1986,86V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V123000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,107,"FUEL TANKS MAY HAVE BEEN SCORED OR PENETRATED WHEN FLOOR PAN MOUNTING HOLES FOR THE PARTITIONS WERE DRILLED. CONSEQUENCE OF DEFECT: FUEL LEAKAGE MAY OCCUR AND IN THE PRESENCE OF AN IGNITION SOURCE, THE POTENTIAL FOR A FIRE WOULD EXIST.",,REPLACE FUEL TANKS AS NECESSARY. -09/02/1986,86V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V124000),"SUPERIOR COACH INTL., LTD",INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,82,THE FOAM USED IN SEAT BACKS DOES NOT MEET THE KNEE IMPACT TEST REQUIREMENTS OF FMVSS 222. CONSEQUENCE OF DEFECT: SEAT BACK FAILURE COULD RESULT IN INJURY TO THE OCCUPANT IN THE EVENT OF A CRASH.,,"REPLACE SEAT BACK FOAM ASSEMBLY AND, IF NECESSARY, CORRECT THE SEAT FRAME TUBE REINFORCEMENT." -09/02/1986,86T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T007000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1294,"THE TIRES WERE BUILT WITH AN IMPROPER STICKER SETUP AND DO NOT MEET THE MANUFACTURER'S INTERNAL ENGINEERING STANDARDS FOR SUBBASE GUAGE. UNDER CERTAIN CONDITION THE TIRES MAY DEVELOP SEPARATION IN THE TREAD AREA. CONSEQUENCE OF DEFECT: IF THE SEPARATION IS NOT DETECTED, CONTINUED USE WILL CAUSE CORDS TO BREAK RESULTING IN LOSS OF INFLATING AIR. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITH POSSIBLE VEHICLE CRASH.",,"TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. D.O.T. IDENTIFICATION NUMBER: UTKAHH5286, UTKAHH5296, UTKATBJ286, UTKABJ5286, UTKABJ5296." -08/28/1986,86V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V121000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,206651,"THE SECONDARY HOOD LATCH MAY BE INCORRECTLY ALIGNED, OR MAY EXHIBIT A BINDING CONDITION OF THE LATCH PIVOT. CONSEQUENCE OF DEFECT: THIS CONDITION COULD RESULT IN THE PRIMARY HOOD LATCH NOT BEING COMPLETELY ENGAGED TO THE HOOD, THE HOOD COULD UNEXPECTEDLY OPEN WHILE VEHICLE IS IN MOTION. SHOULD THIS OCCUR, THE HOOD MAY CONTACT THE WINDSHIELD REDUCING THE FORWARD VISION AREA OF THE DRIVER AND A VEHICLE CRASH WITHOUT PRIOR WARNING COULD OCCUR.",,THE SECONDARY HOOD LATCH WILL BE REPLACED AND INSPECT THE PRIMARY HOOD LATCH POP-UP LEVER. -08/28/1986,86V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V122000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,38309,THE LEFT AND RIGHT REAR LOWER CONTROL ARM BALL JOINT STUD TO KNUCKLE ATTACHMENT MAY HAVE BEEN INADEQUATELY TIGHTENED. CONSEQUENCE OF DEFECT: THIS COULD ALLOW THE REAR LOWER CONTROL ARM BALL JOINT STUD TO LOOSEN AT THE KNUCKLE ATTACHMENT. A LOOSE BALL JOINT STUD COULD EVENTUALLY BREAK AND SEPARATE FROM THE KNUCKLE. SEPARATION COULD CAUSE A LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,REPLACE AND TIGHTEN BOTH LEFT AND RIGHT REAR LOWER CONTROL ARM BALL JOINT STUD NUTS. -08/26/1986,86V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V120000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18223,"SEVERE AND UNUSUAL BRAKING CONDITIONS MAY CAUSE DAMAGE TO THE BRAKE MASTER CYLINDER CENTER VALVE. CONSEQUENCE OF DEFECT: IF SUFFICIENT DAMAGE OCCURS, LOSS OF FRONT BRAKES MAY OCCUR WITH INCREASED PEDAL TRAVEL AND REDUCED BRAKING ABILITY. THE REDUCTION OF BRAKING ABILITY AT A TIME WHEN MINIMUM STOPPING DISTANCE IS REQUIRED COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",,NEW MASTER CYLINDER CENTER VALVE AND RELATED PARTS WILL BE INSTALLED. -08/26/1986,86V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V118000),FREIGHTLINER LLC,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,6800,"THE HANDHOLD MOUNTING SYSTEM, WHICH CONSISTS OF A TUBULAR HANDLE HELD IN THREE PLACES BY CAST ALUMINUM BRACKETS AND ATTACHED TO THE ENGINE EXHAUST MUFFLER HEAT SHIELD. VIBRATION FROM THIS SYSTEM CAUSES THE HANDHOLD PARTS TO WEAR. CONSEQUENCE OF DEFECT: IF THE PARTS WEAR THIN THE POSSIBILITY EXISTS THAT THE HANDHOLD MIGHT GIVE WAY UNDER THE WEIGHT OF A DRIVER. THIS COULD RESULT IN PERSONAL INJURY.",,"REPLACE THE END BRACKETS WITH A MODIFIED DESIGN UTILIZING A RUBBER ISOLATER. ALSO, ADD A PLASTIC SLEEVE TO THE CENTER BRACKET FOR ISOLATION." -08/26/1986,86V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V119000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Vehicle,4300,FRONT ALUMINUM STEERING AXLE HUBS WERE INCORRECTLY HEATED DURING STUD AND BEARING CUP PRESSING OPERATIONS. CONSEQUENCE OF DEFECT: DUE TO THE INCORRECT HEAT TREATMENT THE HUBS MAY CRACK AND FAIL UNDER CERTAIN OPERATING CONDITIONS. FAILURE COULD RESULT IN LOSS OF WHEEL AND VEHICLE CRASH.,,"ALL RECALLED HUBS WILL BE INSPECTED AND TESTED FOR HARDNESS SPECIFICATIONS. IF THEY FAIL TO MEET THE REQUIREMENTS, THEY WILL BE REPLACED." -08/25/1986,86V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V117000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,46,"THREE BOLTS WHICH ATTACH THE SILL THAT SUPPORTS THE BASE OF THE SEAT WERE OMITTED; THEREFORE VEHICLES DO NOT COMPLY WITH FMVSS 210 AND FMVSS 207. CONSEQUENCE OF DEFECT: IN THE EVENT OF A CRASH, THE FLOOR PLATE COULD BUCKLE ALONG THE INBOARD SIDE CAUSING THE SEAT PEDESTAL TO BE IMBALANCED, AND INCREASING THE LIKELIHOOD OF INJURY TO THE SEAT OCCUPANT.",,INSTALL MISSING BOLTS. -08/22/1986,86E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E024000),DANA CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Equipment,48299,"DUE TO A CHANGE IN THE ORIGINAL EQUIPMENT MANUFACTURERS CENTER SECTION OF THE IDLER ARM, THE CASTELLATED NUT WHICH HOLDS THE IDLER ARM COULD NOT BE TIGHTENED ENOUGH TO INSERT A COTTER PIN. CONSEQUENCE OF DEFECT: OMISSION OF THE COTTER PIN COULD ALLOW THE CASTELLATED NUT TO BACK OFF. WITHOUT THE NUT THE IDLER ARM/CENTER LINK CONNECTION WOULD BE LOST, RESULTING IN A LOSS OF STEERING.",,MANUFACTURER WILL REPLACE ALL IDLERS WITH DEFECT AT NO COST TO THE CONSUMER. -08/18/1986,86V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V115000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,3948,"THESE TRUCKS WERE EQUIPPED WITH REAR PARK BRAKE CABLES WHICH CAUSED LIMITED REAR BRAKE SHOE TRAVEL RESULTING IN THE PARKING BRAKE SYSTEM NOT HOLDING THE VEHICLE IN THE REVERSE DIRECTION WHEN PARKED ON A 20% GRADE, AS REQUIRED BY FMVSS 105. CONSEQUENCE OF DEFECT: IF THE TRUCK IS PARKED ON AN INCLINE AND THE PARKING BRAKE SET, IT MAY ROLL BACK CAUSING DAMAGE OR AN ACCIDENT.",,REPLACE BOTH REAR PARKING BRAKE CABLES. -08/18/1986,86V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V113000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,8000,REAR OR FRONT RIGHT SEAT BELT LOCKS MAY NOT PROPERLY ENGAGE. CONSEQUENCE OF DEFECT: SEAT BELTS COULD SEPARATE IN EVENT OF HEAVY BRAKE APPLICATION OR IMPACT AND THUS SUBJECT PASSENGERS TO INJURY.,,"REPLACE SEAT BELTS, AS NECESSARY." -08/18/1986,86V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V114000),"General Motors, LLC",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,619,"DURING A COMBINED CORNERING AND BRAKING MANEUVER, THE TIE ROD END COULD CONTACT THE TIRE WALL. CONSEQUENCE OF DEFECT: THIS CONTACT CAN CAUSE GROOVING OF THE TIRE, WHICH COULD EVENTUALLY RESULT IN TIRE FAILURE AND POSSIBLY A VEHICLE CRASH WITHOUT PRIOR WARNING.",,"REPLACE 16"" WHEELS AND TIRES WITH 19 1/2"" WHEELS AND TIRES; ALSO, REPLACE SPEEDOMETER GEAR TO COMPENSATE FOR NEW SIZE WHEELS AND TIRES." -08/15/1986,86V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V112000),"SUNCHASER VANS, INC.",POWER TRAIN:DRIVELINE:TUBE:HOUSING:TORQUE DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,17,DRIVE SHAFT TUBE IS UNDERSIZED IN DIAMETER AND WALL THICKNESS FOR THE LENGTH OF THE SHAFT. CONSEQUENCE OF DEFECT: DRIVE SHAFT MAY WHIP AND FRACTURE AT HIGH SPEEDS.,,REPLACE DRIVE SHAFT. -08/14/1986,86V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V111000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,730,"TRUCKS FAIL TO MEET REQUIREMENT OF FMVSS NO. 301, FUEL SYSTEM INTEGRITY, IN A 30 MPH FRONT ANGULAR BARRIER TEST IMPACT BECAUSE OF THE OMISSION OF THE NOSE SHIELD ON MIDSHIP FUEL TANK. CONSEQUENCE OF DEFECT: IN CASE OF AN ACCIDENT, FUEL SPILLAGE IN THE TRUCKS WHICH DO NOT MEET THE FMVSS INCREASES THE RISK OF A FIRE.",,INSTALL NOSE SHIELD ON THE MIDSHIP FUEL TANK. FUEL TANK. -08/12/1986,86V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V110000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,730,"HAND THROTTLE CONTROLS WERE NOT IDENTIFIED EITHER ON THE CONTROL KNOB OR ON THE INSTRUMENT PANEL AS REQUIRED BY FMVSS 101. CONSEQUENCE OF DEFECT: TRUCKS ARE NOT IN COMPLIANCE WITH FMVSS 101, CONTROLS AND DISPLAYS.",,WORD THROTTLE WILL BE AFFIXED ON OR ADJACENT TO THE THROTTLE CONTROL. -08/08/1986,86V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V109000),Ford Motor Company,BRAKES:POWER ASSIST:PRIMARY:PUMP,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,38000,"UNDER CERTAIN CONDITIONS, CONTACTS IN BRAKE SYSTEM RELAY COULD REMAIN CLOSED, CAUSING THE BRAKE PUMP MOTOR TO RUN CONTINUOUSLY, CAUSING IT TO OVERHEAT AND EVENTUALLY FAIL. CONSEQUENCE OF DEFECT: SHOULD THE BRAKE SUPPLY MOTOR FAIL, THE POWER ASSIST TO THE FRONT BRAKES WILL BE LOST, AND AFTER ABOUT 10 TO 15 NORMAL BRAKE STOPS, LOSS OF REAR BRAKE FUNCTION WILL RESULT, CAUSING INCREASED STOPPING DISTANCE. HOWEVER, THE INSTRUMENT BRAKE WARNING LIGHT WILL ILLUMINATE PRIOR TO REDUCED BRAKING CAPABILITY AND IF WARNING IS NOT HEEDED, AN ACCIDENT MAY OCCUR.",,REPLACE PUMP MOTOR RELAYS. -08/08/1986,86V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V108000),Ford Motor Company,ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20000,"THE IGNITION LOCK CYLINDER MAY HANG UP AND NOT FULLY RETURN TO THE ""ON"" POSITION FROM THE ""START"" POSITION AFTER STARTING THE ENGINE. IF THIS OCCURS, THE ENGINE WILL REMAIN RUNNING, BUT THE BATTERY CURRENT TO THE BRAKE SYSTEM SUPPLY MOTOR WILL BE INTERRUPTED. CONSEQUENCE OF DEFECT: WITH POWER TO MOST ACCESSORIES AND THE BRAKE SYSTEM SUPPLY MOTOR INTERRUPTED, THE POWER ASSIST TO THE FRONT BRAKE WILL BE LOST AND AFTER ABOUT 10 TO 15 NORMAL BRAKE STOPS, LOSS OF REAR BRAKE FUNCTION WILL RESULT, CAUSING INCREASED STOPPING DISTANCE. HOWEVER, THE INSTRUMENT BRAKE WARNING LIGHT WILL ILLUMINATE PRIOR TO REDUCED BRAKING CAPABILITY AND IF WARNING IS NOT HEEDED, AN ACCIDENT MAY OCCUR.",,REPLACE IGNITION LOCK CYLINDERS WITH REVISED DESIGN CYLINDERS. -08/07/1986,86V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V116000),Oshkosh Corporation,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,77,"FLEXIBLE BRAKE HOSES COULD SEPARATE FROM THEIR END FITTINGS DUE TO SILVER BRAZING PROCESS USED TO JOIN INSERT TUBE TO THE FITTING. CONSEQUENCE OF DEFECT: FAILURE OF A BRAKE HOSE WOULD CAUSE LOSS OF BRAKE FLUID, BRAKING CAPACITY AND POSSIBLY RESULT IN AN ACCIDENT.",,REPLACE BRAKE HOSES; ALSO CHANGE BRAZING PROCESS. -08/06/1986,86T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T006000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,56,SURVEILLANCE TESTING SHOWS TIRES MAY DEVELOP SEPARATION IN THE TREAD AREA. CONSEQUENCE OF DEFECT: IF IGNORED THE SEPARATION MAY CONTINUE AND CAUSE LINER TO TEAR AND LOSE THE INFLATING AIR. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITH POSSIBLE VEHICLE CRASH.,,"REPLACE TIRES WITHIN 60 DAYS FROM DATE OF NOTIFICATION WITHOUT COST TO THE CONSUMER. DOT IDENTIFICATION: UP3TCK8256, UP3TCK8276." -08/05/1986,86V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V105000),"Mercedes-Benz USA, LLC",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,850,"THE SEALANT USED ON ROUGH ALUMINUM GOVERNOR HOUSING OF CERTAIN FUEL INJECTION PUMPS COULD PENETRATE THROUGH THE BUSHING WHEN THE ENGINE TEMPERATURE GETS UP TO OPERATING TEMPERATURE AND GETS BETWEEN THE THROTTLE SHAFT AND BUSHINGS CAUSE THE SHAFT TO BIND. CONSEQUENCE OF DEFECT: IF THE SHAFT BINDS IN THE BUSHING AND PREVENT THE THROTTLE SHAFT FROM RETURNING TO LOW IDLE POSITION WHEN ACCELERATOR IS RELEASED, IT MAY CAUSE LOSS OF VEHICLE CONTROL WHICH COULD RESULT IN A VEHICLE ACCIDENT.",,REPLACE THROTTLE SHAFT BUSHINGS IN THE GOVERNOR HOUSING. -08/05/1986,86V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V104000),Volvo Trucks North America,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,19921,"SEAT BELT MAY LOOSEN WHEN EXTENDED COMPLETELY FROM THE NON-LOCKING RETRACTOR, EVEN THOUGH IT IS BUCKLED AND ADJUSTED SNUGLY. THIS ALLOWS THE FREE END OF THE BELT TO CREEP BACK INTO THE RETRACTOR WITHOUT WARNING. CONSEQUENCE OF DEFECT: SEAT BELT MAY NOT PROPERLY RESTRAIN OCCUPANT IN EVENT OF A SUDDEN STOP OR ACCIDENT.",,"REPAIR OR REPLACE SEAT BELT, AS NECESSARY." -08/05/1986,86V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V106000),FREIGHTLINER LLC,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,78,"STEERING COLUMN MOUNTING BOLTS MAY BE ABSENT, LEAVING ONLY THE KNEE PAD TO HOLD THE STEERING WHEEL AND COLUMN IN PLACE. CONSEQUENCE OF DEFECT: UNDER CERTAIN DRIVING CONDITIONS, KNEE PAD ATTACHING BOLTS MAY NOT BE SUFFICIENT, ALLOWING THE STEERING COLUMN AND WHEEL TO COME LOOSE WHILE THE TRUCK IS BEING DRIVEN. THIS COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,"INSTALL CLAMPS AND BOLTS, IF MISSING, OR CHECK EXISTING BOLTS FOR TIGHTNESS." -08/05/1986,86V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V107000),"Alloy Custom Products, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,149,"CRACKS MAY DEVELOP IN THE MAIN FRAME AT THE LANDING GEAR ATTACHMENT DUE TO DEFECTIVE WELDING. CONSEQUENCE OF DEFECT: MAIN FRAME COULD FRACTURE AND WITHOUT WARNING, VEHICLE COULD CRASH.",,MODIFY MAIN FRAME AT LANDING GEAR ATTACHMENT AND/OR INSTALL REINFORCEMENT TO PREVENT CRACKING. -08/04/1986,86E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E023000),Goodyear Tire & Rubber Company,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,152595,"HOSE FAILS TO MEET REQUIREMENTS OF FMVSS 106, PAR. S7 3.7 ADHESION BETWEEN THE OUTER CORNER AND THE BRAIDS. CONSEQUENCE OF DEFECT: ANY FAILURE OF BRAKE HOSE WOULD CAUSE LOSS OF AIR PRESSURE AND COULD RESULT IN AN ACCIDENT. HOWEVER, HIGHWAY TRACTOR TRAILER UNITS ARE EQUIPPED WITH FAIL SAFE LOCKUP BRAKING IN THE EVENT OF LOSS OF AIR PRESSURE.",,REPLACE AIR BRAKE HOSE WITH ONE THAT MEETS THE REQUIREMENT OF FMVSS 106. -08/04/1986,86V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V103000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:UNKNOWN TYPE:DISTRIBUTOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,80710,"MISADJUSTMENT OF FUEL DISTRIBUTOR ALLOWS FUEL TO ESCAPE AND BE ABSORBED BY THE AIR FILTER. CONSEQUENCE OF DEFECT: WITH THE FUEL ABSORBED BY THE AIR FILTER AND AN ENGINE BACKFIRE ON RESTART, THIS FUEL COULD IGNITE AND RESULT IN AN ENGINE COMPARTMENT FIRE.",,INSTALLATION OF AN AIR FILTER MODIFICATION KIT TO PRECLUDE FUEL LEAKS. -08/01/1986,86E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E022000),"REESE PRODUCTS, INC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,884,THE VEHICLE FRAME MAY NOT WITHSTAND LOADING PLACED ON IT BY THE HITCH. CONSEQUENCE OF DEFECT: THE HITCH MOUNTING BOLTS MAY TEAR OUT OF THE HITCH MOUNTING HOLES DRILLED IN THE VEHICLES REAR CROSSMEMBER AND SIDE RAILS. THIS WOULD ALLOW THE TRAILER TO SEPARATE FROM THE TOWING VEHICLE AND MAY RESULT IN AN ACCIDENT.,,HITCH WILL BE REPLACED WITH A BETTER FEATURED LINE OF HITCH. -07/29/1986,86V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V102000),FRUEHAUF CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,77,LONGER BRAKE LINES REQUIRED FOR THESE TRAILERS AFFECTED BRAKE RELEASE TIME WHICH EXCEEDED THE MAXIMUM ALLOWED BY FMVSS 121. CONSEQUENCE OF DEFECT: TRAILERS DO NOT COMPLY WITH FMVSS 121.,,REPLACE BRAKE RELEASE VALVE WITH CORRECT QUICK RELEASE VALVE. -07/29/1986,86V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V101000),"Nissan North America, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27000,"IF A CERTAIN TYPE OF REAR END COLLISION OCCURS, THE EDGE OF A WELDED BRACKET ON THE FLOOR PANEL SUBFRAME MAY PIERCE THE FUEL FILLER PIPE. CONSEQUENCE OF DEFECT: FUEL LEAKAGE WOULD OCCUR WHICH COULD RESULT IN A FIRE. VEHICLES WOULD NOT COMPLY WITH FMVSS 301.",,INSTALL A COVER OVER THE BRACKET. -07/28/1986,86E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E021000),"DRAW-LITE, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,1010,"THE AREA OF HITCH ATTACHMENT MAY BE OF INSUFFICIENT STRENGTH TO SUPPORT THE HITCH. CONSEQUENCE OF DEFECT: PROLONGED USE COULD RESULT IN SEPARATION OF THE HITCH, THE VEHICLE REAR BUMPER AND THE TRAILER FROM THE VEHICLE.",,REINFORCE AREA OF ATTACHMENT AND ADD SUPPORT BRACKETS FROM HITCH TO BUMPER. -07/28/1986,86V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V100000),THEURER INC.,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,16,"THE OMISSION OF TWO WELDS THAT CONNECT THE PINTLE HOOK CROSSMEMBER ASSEMBLY TO THE TRAILER SUSPENSION SUBFRAME CAUSES FATIQUE CRACKS TO DEVELOP IN THE CROSSMEMBER. CONSEQUENCE OF DEFECT: PINTLE HOOK CROSSMEMBER COULD SEPARATE FROM THE SUSPENSION SUBFRAME RESULTING IN A TOWED VEHICLE BEING SEPARATED FROM THE LEAD TRAILER WITHOUT PRIOR WARNING. ALSO, LOOSENING OF FASTENERS THAT CONNECT THE BOGIE SUBFRAME TO THE BODY COULD RESULT IN SEPARATION OF THE BOGIE ASSEMBLY FROM THE TRAILER.",,"ADD MISSING WELDS, REPAIR/REPLACE BOLTS, AND INSTALL REINFORCEMENT GUSSETS, AS NECESSARY." -07/25/1986,86V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V099000),"AUTO GRAPHICS, INC",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,71,WHEELS MAY HAVE BEEN FITTED TO THE TRUCK HUBS WITHOUT THE REQUIRED ADAPTOR PLATES CAUSING THE WHEEL TO REMAIN LOOSE ON THE HUB. CONSEQUENCE OF DEFECT: A LOOSE WHEEL COULD CAUSE VIBRATION AND DAMAGE TO THE WHEEL AND COULD RESULT IN THE WHEEL SEPARATING FROM THE VEHICLE WHICH MAY LEAD TO AN ACCIDENT.,,"INSTALL ADAPTORS AND PROPERLY TORQUE WHEEL ATTACHMENTS. IF NECESSARY, REPLACE WHEEL." -07/22/1986,86V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V097000),TRANSPORTATION MFG. CORP.,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,79,"THE PINCH BOLT USED TO CLAMP THE STEERING DRIVE SHAFT YOKE TO THE STEERING GEAR BOX SHAFT MAY HAVE INSUFFICIENT TORQUE. CONSEQUENCE OF DEFECT: IF THE PINCH BOLT HAS INSUFFICIENT TORQUE, THE BOLT WILL WEAR TO THE EXTENT THAT LOSS OF INTERFACE WITH THE GROOVE IN THE STEERING BOX WOULD OCCUR, ALLOWING THE STEERING DRIVE SHAFT TO SLIP OFF AND RESULT IN LOSS OF STEERING AND A POTENTIAL CRASH.",,"INSTALL NEW PINCH BOLTS, AS NECESSARY, AND RETORQUE TO 40-45 LB./FT." -07/22/1986,86V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V098000),"Strick Trailers, LLC",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Vehicle,527,"CRACKS HAVE DEVELOPED IN SOME LOCKING PIN HOUSINGS WHICH LOCKS THE ADJUSTABLE TANDEM TRAILER AXLE. CONSEQUENCE OF DEFECT: CRACKS IN THE LOCKING PIN HOUSING COULD CAUSE IMPROPER LOCKING, AND THE SLIDING TANDEM MAY SEPARATE WITHOUT WARNING WHEN BRAKES ARE APPLIED. THIS COULD RESULT IN A VEHICLE ACCIDENT.",,REPLACE THE TUBULAR PIN HOUSING WITH A HEAVY BLOCK AND HOUSING TO SUPPORT IT; ALSO INSTALL A REAR GUSSET BETWEEN TRAVEL STOP AND REAR BOLSTER. -07/16/1986,86V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V096000),"Nissan North America, Inc.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,33000,"THERE MAY BE INSUFFICIENT THICKNESS OF ADHESIVE IN THE CONTACT AREA BETWEEN THE BOTTOM OF THE FRONT WINDSHIELD GLASS AND THE BODY. CONSEQUENCE OF DEFECT: THIS LACK OF ADHESIVE MAY CAUSE THE WINDSHIELD TO DISMOUNT IN AN ACCIDENT, THUS FAILING TO COMPLY WITH FMVSS 212, WINDSHIELD MOUNTING AND WHICH MAY ALLOW THE OCCUPANTS TO BE EJECTED OUT OF THE CAR, CAUSING MORE SERIOUS INJURIES OR DEATH.",,ADD MORE ADHESIVE TO BOTTOM OF FRONT WINDSHIELD GLASS. -07/15/1986,86V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V095000),"COLEMAN CO., INC.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,6431,VALVE STEM MAY BECOME UNSEATED WHILE BURNER CONTROL KNOB IS BEING TURNED ALLOWING GAS TO ESCAPE. CONSEQUENCE OF DEFECT: GAS SEEPAGE AROUND THE BASE OF THE VALVE STEM COULD RESULT IN A FIRE.,,REPLACE RANGE CONTROL PANELS AND ASSURE PROPER ALIGNMENT OF THE VALVE STEM. -07/15/1986,86V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V094000),Ford Motor Company,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,70125,"THE RUBBER THAT ENCASES BALL STUD AND SOCKET JOINT (CONNECTS STEERING DRAG LINK AND PITMAN ARM) MAY DETERIORATE, CAUSING METAL TO METAL CONTACT, AND MAY EVENTUALLY RESULT IN COMPLETE SEPARATION. CONSEQUENCE OF DEFECT: COMPLETE SEPARATION OF THE DRAG LINK TO PITMAN ARM CONNECTION RESULTS IN LOSS OF STEERING CONTROL WHICH MAY LEAD TO AN ACCIDENT.",,INSTALL NEW DRAG LINK ASSEMBLIES WITH STEEL BALL AND SOCKET JOINTS AT THE PITMAN ARM CONNECTIONS. -07/14/1986,86V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V093000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,2223,"LEFT HANDED DRIVER'S SIDE SHOULDER BELT ANCHOR PLATE MAY BE UPSIDE DOWN IN LOCK PILLAR SO THAT THE UNTHREADED SLOT OF THE PLATE ALIGNED WITH THE HOLE IN THE LOCK PILLAR. THIS RESULTED IN THE ANCHOR BOLT BEING DRIVEN INTO THE SLOT INSTEAD OF THE THREADED HOLE OF THE ANCHOR PLATE. CONSEQUENCE OF DEFECT: IN A VEHICLE CRASH, BELT ANCHOR BOLT MAY PULL LOOSE FROM ANCHOR PLATE, THUS FAILING TO COMPLY WITH FMVSS 210, SEAT BELT ASSEMBLY ANCHORAGES, AND INCREASES LIKELIHOOD OF INJURY TO OCCUPANT.",,"INSTALL A BOLT ANCHOR PLATE REINFORCEMENT AND NEW BOLT, AS NECESSARY." -07/14/1986,86V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V092000),Ford Motor Company,POWER TRAIN:DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,2100,"COMPOSITE GRAPHITE DRIVESHAFTS ARE SUBJECT TO OVERHEATING WHILE IDLING, WHICH MAY RESULT IN THE DRIVESHAFT TWISTING AND SHORTENING CAUSING THE SLIP YOKE TO DISCONNECT FROM THE TRANSMISSION. CONSEQUENCE OF DEFECT: IF THE DRIVESHAFT DISCONNECTS FROM THE TRANSMISSION THE VEHICLE WOULD BECOME IMMOBILE WITHOUT WARNING.",,INSTALL METAL DRIVESHAFT. -07/11/1986,86V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V088000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:FITTINGS:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,177,"BUSES MAY HAVE BEEN BUILT WITH AN INCORRECT TYPE OF STEEL TUBING IN THE INTERMEDIATE REAR SERVICE BRAKE LINES WHICH MAY LEAK OR BREAK DURING APPLICATION OF THE BRAKES. CONSEQUENCE OF DEFECT: IF A BRAKE LINE LEAKED, REAR BRAKES COULD QUIT WORKING, INCREASING STOPPING DISTANCE, WHICH COULD RESULT IN A CRASH.",,REPLACE BRAKE LINES. -07/11/1986,86V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V091000),"Yamaha Motor Corporation, USA",BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3743,"HEAVY LOAD AND/OR HIGHLY COMPRESSED REAR SUSPENSION COULD CAUSE THE REAR BRAKE HOSE TO CONTACT THE PASSENGER'S RIGHT FOOTPEG SECURING STUD, POSSIBLY FRAYING THE HOSE. CONSEQUENCE OF DEFECT: THE HYDRAULIC BRAKE HOSE COULD WEAR THROUGH, CAUSING A LEAK AND RESULTING IN THE FAILURE OF THE REAR BRAKE SYSTEM. FAILURE OF THE REAR BRAKE SYSTEM MAY CONTRIBUTE TO AN ACCIDENT AND PERSONAL INJURY.",,"INSTALL ADDITIONAL GUIDE ON THE BRAKE HOSE HOLDER TO PREVENT EXCESS BRAKE HOSE TRAVEL. ALSO, INSTALL A MODIFIED PASSENGER FOOTPEG." -07/11/1986,86V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V090000),"Yamaha Motor Corporation, USA",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3743,"THE DISTANCE BETWEEN THE FUEL COCK AND CARBURETOR MAY BE INSUFFICIENT TO ALLOW PROPER CLEARANCE FOR THE OUTLET FUEL LINE CAUSING IT TO CHAFE. CONSEQUENCE OF DEFECT: CONTINUED CHAFING COULD CAUSE THE FUEL LINE TO FAIL, ALLOWING GASOLINE TO LEAK WHICH MAY RESULT IN A FIRE IF A SOURCE OF IGNITION IS PRESENT.",,INSTALL MODIFIED FUEL COCK THAT ALLOWS ADDITIONAL FUEL HOSE CLEARANCE. -07/11/1986,86V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V089000),Volvo Trucks North America,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,2106,THE BUMPER MOUNTED CAB ENTRY STEP MAY FAIL DUE TO IMPROPER WELDING OR TO NUTS WHICH ATTACH THE STEP PULLING THROUGH THE BUMPER LINING. CONSEQUENCE OF DEFECT: CAB ENTRY STEP COULD COLLAPSE AND POSSIBLY INJURE THE USER.,,"REPAIR WELDING AND/OR REPLACE CAGE NUTS, AS NECESSARY." -07/09/1986,86V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V087000),Harley-Davidson Motor Company,SUSPENSION:MOTORCYCLE REAR SWING ARM PIVOT SHAFT,SUSPENSION,NR (Not Reported),Vehicle,2097,"BOLTS IN PIVOT SHAFT THAT ATTACHES THE SWING ARM TO THE FRAME MAY NOT BE TORQUED TO SPECIFICATIONS. CONSEQUENCE OF DEFECT: BOLTS COULD LOSE ALL TORQUE AND VIBRATE FREE OF THE MOTORCYCLE, CAUSING A SEVERE HANDLING PROBLEM WHICH COULD RESULT IN LOSS OF CONTROL WHICH MAY LEAD TO AN ACCIDENT.",,PROPERLY TORQUE SWING ARM PIVOT SHAFT BOLT. -07/07/1986,86V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V086000),"General Motors, LLC",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4299,"SEVERE BRAKE CHATTER MAY CAUSE THE BRAKE CHAMBER MOUNTING BRACKETS ON EITHER SIDE TO DEVELOP CRACKS IN THE WELD AREA WHERE THE S-CAM SHAFT TUBE ATTACHES TO THE CHAMBER SUPPORT SECTION. CONSEQUENCE OF DEFECT: BRACKETS CAN BREAK, RESULTING IN LOSS OF BRAKING ABILITY AT THE FRONT WHEEL, AND POSSIBLY RESTRICT STEERING, WHICH COULD LEAD TO A VEHICLE CRASH WITHOUT PRIOR WARNING.",,"AS NECESSARY, REPLACE FRONT BRAKE CHAMBER MOUNTING BRACKETS AND INSTALL A FRONT BRAKE LIMITING VALVE." -07/01/1986,86V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V085000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3226,"TRUCK TRACTOR TO TRAILER HOSES INSTALLED ON THESE TRUCKS MAY NOT MEET ADHESION REQUIREMENTS OF FMVSS 106, HYDRAULIC BRAKE HOSES. THE HOSE OUTER COVER AND BRAID DID NOT WITH STAND TENSILE FORCE REQUIRED BY THE STANDARD. CONSEQUENCE OF DEFECT: THE HOSE MAY FAIL CAUSING PARTIAL LOSS OF BRAKING CAPABILITY WHICH COULD LEAD TO A CRASH IF ALL WARNINGS RELATED TO POSSIBLE HOSE FAILURE WERE TO GO UNHEEDED.",,REPLACE HOSE ASSEMBLY IF OF THE SUSPECT DATE CODE. -07/01/1986,86E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E020000),DOW CORNING CORPORATION,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,26,"SOLID MATERIAL APPEARING TO BE EPOXY/PHENOLIC RESIN USED TO COAT THE INSIDE OF THE DRUMS IN WHICH THE BRAKE FLUID IS PACKAGED IS CAUSING FLUID CONTAMINATION. CONSEQUENCE OF DEFECT: THE PRESENCE OF SOLID MATERIAL IN BRAKE FLUID COULD CAUSE THE MAIN PISTON IN A BRAKE SYSTEM TO SEIZE, WHICH COULD CAUSE THE VEHICLE'S BRAKES TO LOCK. THIS COULD RESULT IN LOSS OF VEHICLE CONTROL IN AN EMERGENCY BRAKING APPLICATION WHICH COULD LEAD TO AN ACCIDENT.",,RETRIEVE ALL CONTAMINATED BRAKE FLUID AND REPLACE WITH UNCONTAMINATED FLUID. -07/01/1986,86V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V084000),FREIGHTLINER LLC,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,478,"THE ALUMINUM WHEEL HUBS DEVELOP CRACKS NEAR THE INNER WHEEL BEARING, ALLOWING LOSS OF BEARING LUBRICANT. CONSEQUENCE OF DEFECT: THE HUB FAILURE AND/OR LOSS OF BEARING LUBRICANT RESULTING IN BEARING FREEZE UP COULD RESULT IN STEERING CONTROL PROBLEMS, WHICH MAY LEAD TO AN ACCIDENT.",,REPLACE THE HUBS FROM THE SUSPECT BATCH. -06/24/1986,86V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V082000),Ford Motor Company,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,195732,"THE FORWARD BOLT THAT PROVIDES PART OF THE ATTACHMENT BETWEEN THE DRIVER'S SEAT BACK ASSEMBLY AND THE SEAT CUSHION FRAME MAY BE SUBJECT TO FATIGUE FRACTURE. CONSEQUENCE OF DEFECT: IF THIS BOLT BREAKS, THE DRIVER AND SEAT BACK WILL FALL BACK, WHICH COULD RESULT IN THE DRIVER LOSING CONTROL OF THE CAR AND POSSIBLY LEAD TO AN ACCIDENT.",,REPLACE SCREWS THAT ATTACH DRIVER'S SEAT BACK ASSEMBLY TO THE SEAT CUSHION FRAME. -06/24/1986,86V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V083000),"Volvo Car USA, LLC",STRUCTURE:TAILGATE ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1068,"THE TAILGATE CHILD LOCK CAN BE OPENED FROM INSIDE WHEN THE CHILD LOCK IS ENGAGED. THE FEATURE TO PREVENT THE TAILGATE FROM BEING OPERATED FROM THE INSIDE OF THE STATION WAGON MAY NOT FUNCTION PROPERLY. CONSEQUENCE OF DEFECT: IF A CHILD IS NOT PROPERLY SECURED IN AN APPROVED RESTRAINT SYSTEM, AS REQUIRED BY MANY STATE LAWS, AND IS ALLOWED TO RIDE IN THE REAR COMPARTMENT, HE/SHE MAY OPEN THE TAILGATE INADVERTENTLY AND FALL OUT INTO THE TRAFFIC.",,REPLACE TAILGATE LATCHES. -06/23/1986,86V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V081000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,499,"STEERING CONTROL ARM CAN BE OVERSTRESSED WITH HEAVY STEERING INPUT CAUSING IT TO CRACK AND IT COULD EVENTUALLY BREAK COMPLETELY. CONSEQUENCE OF DEFECT: IF THE STEERING CONTROL ARM BREAKS, COMPLETE LOSS OF STEERING ABILITY AND TRUCK CONTROL WOULD OCCUR WITHOUT WARNING WHICH COULD RESULT IN AN ACCIDENT.",,INSTALL NEW STEERING ARM AND OTHER STEERING SYSTEM HARDWARE WHICH WILL PREVENT OVERSTRESSING INPUT CONDITIONS FROM OCCURRING. -06/23/1986,86T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T005000),DUNLOP TIRE CORPORATION,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,10993,POSSIBLE DAMAGE IN THE LOWER INSIDE SIDEWALLS. THIS DAMAGE IS EVIDENT AS TEARS IN THE RUBBER AND FABRIC OF THE FINISHED TIRE. CONSEQUENCE OF DEFECT: LONG TERM AIR LOSS AND FAILURE OF THE TIRE IS A POSSIBILITY AND MAY LEAD TO AN ACCIDENT.,,REPLACEMENT OF TIRES AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION NUMBERS: DUNLOP: DA6661A525 THRU 206 DA6061A525 THRU 206 DA10827525 THRU 206 DAT661A525 THRU 206 DAK661A525 THRU 206 REMINGTON: DA607Z1525 THRU 206 DA10922525 THRU 206 DAP6721525 THRU 206 CENTENNIAL: DAP6U11525 THRU 206 DAK6U11525 THRU 206 -06/20/1986,86V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V080000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,9712,"THROTTLE CABLE MAY HAVE BEEN DAMAGED DURING INSTALLATION RESULTING IN A BEND OR A KINK OR CHAFING AND FRAYING OF THE BRAIDED WIRE CABLE. CONSEQUENCE OF DEFECT: THROTTLE OPERATION COULD BE IMPAIRED REQUIRING INCREASED EFFORT TO OPEN AND CLOSE THE THROTTLE, RESULTING IN LOSS OF THROTTLE CONTROL WHICH MAY LEAD TO AN ACCIDENT.",,"REPLACE THROTTLE CABLES, AS REQUIRED, MODIFYING TO ASSURE CABLES CANNOT BEND." -06/19/1986,86T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T004000),Cooper Tire & Rubber Co.,TIRES:BELT,TIRES,NR (Not Reported),Tire,178,"POSSIBILITY TIRES MAY DEVELOP SEPARATION IN THE SHOULDER AREA DURING THE ENDURANCE TEST OF FMVSS 109, NEW PNEUMATIC TIRES. CONSEQUENCE OF DEFECT: CONTINUED USE OF THE TIRE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE THE INFLATING AIR. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL WITH POSSIBLE VEHICLE CRASH.",,"TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION NUMBER: UPHFDEN186, UPHFEHB186, UPHFHKE186, AND UPHGCNC186." -06/18/1986,86E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E019000),"PETERSON MANUFACTURING,CO",LIGHTING:LAMP OR SOCKET:REFLECTIVE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,32557,"REFLEX REFLECTORS FADE OVER A PERIOD OF TIME AND THEREFORE FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD #108, COLOR LIGHTING FOR SIGNAL DEVICES. CONSEQUENCE OF DEFECT: THE FADED REFLECTORS MAY CAUSE OTHER HIGHWAY DRIVERS NOT TO NOTICE THE VEHICLE IN DARKNESS, WHICH MAY CONTRIBUTE TO AN ACCIDENT.",,REFLECTORS WILL BE REPLACED WITH NEW ONES MADE FROM APPROVED DYES. -06/16/1986,86E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E018000),ECHLIN INC.,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,2602,THE BRAKE WHEEL CYLINDER ASSEMBLY EXPERIENCES PISTON FAILURE AS A RESULT OF THE COMPOSITION OF THE MATERIAL AND CAUSES THE PISTON CENTER LINK TO BE DRIVEN THROUGH THE PISTON COMPONENT. CONSEQUENCE OF DEFECT: THE PISTON FAILURE WILL RESULT IN LOSS OF HYDRAULIC LINE PRESSURE AND A COMPLETE LOSS OF THE VEHICLE'S BRAKING ABILITY.,,VEHICLES WILL BE INSPECTED AND REPAIRED WHERE NECESSARY. -06/16/1986,86V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V079000),"THOMAS BUILT BUSES, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,942,"TWO THROTTLE RETURN SPRING DEFECTS ARE INVOLVED IN THIS RECALL. (1) BUSES EQUIPPED WITH CATERPILLAR ENGINES MAY HAVE A THROTTLE RETURN SPRING THAT BREAKS AND PREVENTS THE THROTTLE FROM RETURNING TO IDLE POSITION WHEN THE DRIVER'S FOOT IS REMOVED FROM THE ACCELERATOR CONTROL; (2) BUSES EQUIPPED WITH CUMMINS VT-225 ENGINES MAY HAVE THE THROTTLE RETURN SPRING CONNECTED TO THE THROTTLE SLAVE CYLINDER INSTEAD OF THE FUEL INJECTION PUMP LEVER. IF FAILURE OCCURS IN THE ACCELERATION CONTROL SYSTEM, THE ENGINE MAY ACCELERATE TO ITS MAXIMUM GOVERNED RPM. CONSEQUENCE OF DEFECT: IN EITHER CASE, THROTTLE CONTROL WILL BE LOST WHICH MAY RESULT IN AN ACCIDENT.",,"A REPAIR KIT CONSISTING OF NEW SPRING, MOUNTING BRACKET AND PROPER REPAIR INSTRUCTIONS WILL BE SHIPPED TO EACH OWNER AT NO CHARGE AND THE OWNER MAY MAKE HIS OWN REPAIRS, OR HAVE A THOMAS DISTRIBUTOR OR A REPUTABLE LOCAL SHOP MAKE THE REPAIRS." -06/13/1986,86C017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86C017000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,167760,"PLASTIC SHELL OF CHILD RESTRAIN FRACTURED DURING DYNAMIC CRASH WHEN TESTED IN ACCORDANCE WITH FMVSS 213, CHILD SEATING SYSTEMS, WHEN USED IN INFANT REAR FACING MODE. CONSEQUENCE OF DEFECT: SHOULD THE PLASTIC SHELL FRACTURE IN AN ACCIDENT IT WOULD FAIL TO RESTRAIN THE CHILD IN THE SEAT, RESULTING IN POSSIBLE SERIOUS INJURIES. CORRECTIVE ACTIONS: AN EASY TO INSTALL KIT CONTAINING A REINFORCING PLASTIC SLEEVE INSERT WILL BE PROVIDED TO CONSUMERS.",, -06/13/1986,86T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T003000),GENERAL TIRE & RUBBER CO.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,1273,"FAILED TO MEET REQUIREMENT OF FMVSS #109, ""TIRE STRENGTH TEST."" THE TEST REQUIRES TIRE TREAD TO BE SUBJECTED TO 3/4"" DIAMETER CYLINDRICAL STEEL PLUNGER BEING FORCED INTO THE TREAD AT THE RATE OF TWO INCHES PER MINUTE. CONSEQUENCE OF DEFECT: IF A TIRE FAILURE OCCURS WHILE VEHICLE IS BEING OPERATED UPON THE HIGHWAY, A CRASH MAY OCCUR BECAUSE OF THE DIFFICULTY IN CONTROLLING THE VEHICLE.",,"TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION NUMBER: ABW487A166, ABW487A176, ABW470J166, AND ABW470J176." -06/12/1986,86V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V077000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",G01,Vehicle,17717,THE PROTECTIVE SLEEVE COVERING OF THE RETURN FUEL HOSE BETWEEN THE PRESSURE REGULATOR AND FUEL RETURN PIPE WAS SHORTENED LEAVING PART OF THE HOSE EXPOSED. IN SOME INSTANCES THIS PART OF THE HOSE BECOMES KINKED DUE TO THE ENGINE COMPARTMENT HEAT AND/OR THE ROUTING OF THE HOSE. CONSEQUENCE OF DEFECT: IF THIS OCCURS IT COULD RESTRICT AND DAMAGE THE RETURN FUEL HOSE WHICH COULD LEAD TO FUEL LEAKAGE AND CAUSE AN ENGINE COMPARTMENT FIRE.,,NEW HOSE WILL BE INSTALLED WITH A LONGER PREFORMED SLEEVE DESIGNED TO PREVENT KINKING. THE REPLACEMENT HOSE WILL BE SECURED WITH SCREW TIGHTENED CLAMPS ON EACH END. -06/12/1986,86V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V078000),"Ferrari North America, Inc.",SUSPENSION:AXLE UNKNOWN:NON-POWER:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,422,"UNDER CERTAIN SPECIFIC LOAD CONDITIONS, SUCH AS ACCIDENTAL HIGH SPEED IMPACTS ON THE REAR SUSPENSION SYSTEM, THE REAR WHEEL BEARINGS AND HUB ASSEMBLIES COULD DETERIORATE. CONSEQUENCE OF DEFECT: PROLONGED USE OF DETERIORATED WHEEL BEARINGS AND HUB ASSEMBLIES RESULTS IN REAR END NOISE AND VIBRATION. THIS COULD ULTIMATLY CAUSE IMPAIRED HANDLING AND POSSIBLE LOSS OF CONTROL, RESULTING IN AN ACCIDENT.",,REPLACE BOTH RIGHT AND LEFT REAR HUB/HUB CARRIER ASSEMBLIES. -06/10/1986,86V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V076000),"COLLINS INDUSTRIES,INC.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,40,"A WIRE FROM THE STOP LAMP SWITCH TO THE SPEED CONTROL AMPLIFIER IS MISSING. THIS WIRE SENDS A SIGNAL TO THE CRUISE CONTROL TO DISENGAGE WHEN THE BRAKES ARE APPLIED. CONSEQUENCE OF DEFECT: WHEN THE CRUISE CONTROL IS ON AND THE BRAKES ARE APPLIED, THE CRUISE CONTROL WILL NOT DISENGAGE. THIS CAUSES THE AMBULANCE SPEED TO REMAIN CONSTANT, CAUSING POOR BRAKE PERFORMANCE AND LOSS OF SPEED CONTROL WHICH CAN RESULT IN AN ACCIDENT.",,INSTALL REDESIGNED WIRING HARNESS WHICH INCLUDES MISSING CONNECTION. -06/10/1986,86E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E016000),EMERSON ELECTRIC CO.,FUEL:LPG VAPORIZER:REGULATOR (CONVERTER),"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,20000,"THE LP GAS REGULATOR VALVE INSTALLED IN RECREATIONAL VEHICLE FURNACES MAY LEAK THROUGH VALVE DIAPHRAGM. CONSEQUENCE OF DEFECT: IF A GAS LEAK OCCURS AND A SOURCE OF IGNITION IS PRESENT, A FLASH FIRE OR EXPLOSION MAY RESULT WHICH MAY CAUSE PERSONAL INJURY TO ANYONE NEAR THE UNIT.",,INSPECTION AND REPLACEMENT OF THE MODEL 25M GAS VALVE. -06/09/1986,86E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E014000),GM PRODUCTS DIV. GM CORP.,ENGINE:DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,1977,"THE DETROIT DIESEL ALLISON ENGINES 6V-92 AND 8V-92 WERE EQUIPPED WITH FAST IDLE AIR CYLINDERS, WHICH WERE IMPROPERLY ASSEMBLED. CONSEQUENCE OF DEFECT: THE IMPROPERLY ASSEMBLED UNITS COULD CAUSE THE FAST IDLE AIR CYLINDER ASSEMBLY TO BEND OR BREAK. THIS WOULD CAUSE ERRATIC ENGINE SPEED OR INABILITY TO SHUT DOWN THE ENGINE, WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT WARNING.",,ALL ENGINES WILL BE INSPECTED AND CORRECTED WHERE NECESSARY. -06/09/1986,86E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E015000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Equipment,1913,"THE BRAKE MOUNTING NUTS WHICH FASTEN THE TWO BRAKE ASSEMBLIES TO THE AXLE KNUCKLE ON THE FRONT STEERING AXLE ASSEMBLIES OR THE WHEEL END KITS WERE NOT PROPERLY TIGHTENED. CONSEQUENCE OF DEFECT: IF SUFFICIENT LOOSENING OF THE BRAKE ASSEMBLIES SHOULD OCCUR DURING VEHICLE MOVEMENT, BRAKE DRAG, POSSIBLE SEVERE HEAT BUILD-UP OR WHEEL LOCKUP COULD OCCUR, CAUSING DECREASED STEERING CONTROL, VEHICLE INSTABILITY AND A POTENTIAL FOR VEHICLE CRASH.",,INSPECT AND RETORQUE MOUNTING NUTS TO INSURE PROPER TIGHTNESS. -06/02/1986,86V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V075000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,134,"LIMOUSINES WERE BUILT WITH A CLEAR LENS AND CLEAR BULB COMBINATION FOR THE FRONT PARK/TURN SIGNAL LAMP ASSEMBLIES, INSTEAD OF THE AMBER COLOR AS REQUIRED BY FMVSS 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.""",THE USE OF CLEAR LENS AND CLEAR BULBS IN THE PARK/TURN SIGNAL ASSEMBLY MAY NOT SUFFICIENTLY WARN OTHER HIGHWAY TRAFFIC WHEN THE VEHICLE IS TURNING OR PARKED.,REPLACE CLEAR PARK/TURN SIGNAL BULBS WITH AMBER BULBS. -06/02/1986,86V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V074000),"Winnebago Industries, Inc.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,17,AN INTERFERENCE WITH THE FIT OF THE WHEEL TO THE FRONT HUB LUGS COULD RESULT IN LOOSENING OF THE LUG NUTS WHILE DRIVING. CONSEQUENCE OF DEFECT: LOOSENED WHEEL LUG NUTS MAY CAUSE THE WHEEL TO BECOME DETACHED FROM THE MOTORHOME WHICH RESULTS IN LOSS OF STEERING CONTROL AND CAUSE AN ACCIDENT.,,REPLACE WHEEL RIMS WITH RIMS THAT DO NOT INTERFERE. -05/29/1986,86E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E013000),"Grote Industries, LLC",LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,8433,"TURN SIGNAL AND HAZARD WARNING SWITCH FAILS TO STAY IN LOCKED ""ON"" POSITION WHEN PERFORMING THE HAZARD WARNING FUNCTION. THESE UNITS DO NOT COMPLY TO FMVSS #108. CONSEQUENCE OF DEFECT: IF THE SWITCH FAILS TO STAY IN ""ON"" POSITION, THE WARNING SIGNAL TO TRAFFIC WILL NOT BE PRESENT AND MAY CONTRIBUTE TO AN ACCIDENT.",,FULL CREDIT WILL BE GIVEN FOR ALL SWITCHES RETURNED TO THE MANUFACTURER. -05/28/1986,86V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V072000),THAYCO MANAFACTURING CO.,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,180,"A RESONANT VIBRATION CAN BE INITIATED UNDER CERTAIN OPERATING CONDITIONS, CAUSING A DETERIORATION OF THE BRAKE CHAMBER WHICH RESULTS IN REVERSE BRAKE CAM ROTATION CREATING GRABBY BRAKES, BRAKE CHATTER, OR SPRING BRAKE DAMAGE. CONSEQUENCE OF DEFECT: IF THIS OCCURS, COMPLETE BRAKE FAILURE COULD BE EXPERIENCED, AND COULD LEAD TO AN ACCIDENT.",,"REMOVE SPRING SEATS, REVERSE THE AXLE, REWELD AND ASSEMBLE SUSPENSION." -05/28/1986,86V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V073000),"General Motors, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,87174,"THE ENGINE AIR CLEANER PLASTIC TRIM COVER COULD FALL OFF THE AIR CLEANER ASSEMBLY AND LAND ON THE EXHAUST MANIFOLD CREATING A FIRE HAZARD. CONSEQUENCE OF DEFECT: IF THE CAR IS BEING OPERATED AT THE TIME THAT THE PLASTIC TRIM COVER FALLS OFF, AN ENGINE COMPARTMENT FIRE COULD OCCUR WITHOUT WARNING.",,REMOVE THE TRIM COVER AND DISCARD. -05/28/1986,86V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V071000),"FLEETWOOD ENTERPRISES, INC.",FUEL:LPG CONTAINER (TANK) ATTACHMENTS (STRAPS/BOLT,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1326,"SCREWS HOLDING SUPPORT FRAMING FOR LIQUID PROPANE GAS (LPG) TANK AND GENERATOR MAY NOT BE PROPERLY INSTALLED AND MAY CAUSE THE TANK AND/OR GENERATOR TO FALL OFF THE MOTORHOME WHILE ON THE HIGHWAY. CONSEQUENCE OF DEFECT: WITHOUT PROPER SECURING, THE LPG TANK AND/OR GENERATOR COULD SHIFT AND FALL OFF WHILE MOTOR HOME IS TRAVELING ON THE HIGHWAY. THIS COULD CAUSE A HIGHWAY HAZARD AND CAUSE THE OPERATORS OF OTHER VEHICLES TO LOSE CONTROL, WHICH MAY POSSIBLY RESULT IN A VEHICLE CRASH.",,DETAILS AND METHOD OF SECURING THE OUTBOARD SIDE OF THE SUPPORT FRAMES WILL BE PROVIDED. -05/27/1986,86V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V067000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,830,"THE SEALANT USED ON THE INJECTION PUMP COULD PENETRATE THROUGH THE BUSHING AND GET BETWEEN THE THROTTLE SHAFT AND BUSHINGS CAUSING THE SHAFT TO BIND. CONSEQUENCE OF DEFECT: THROTTLE SHAFT SEIZURE MAY CAUSE THE ENGINE TO STAY ON FULL THROTTLE, AND RESULT IN LOSS OF OPERATOR CONTROL AND POSSIBLY AN ACCIDENT.",,REPLACE BOTH BUSHINGS IN THE GOVERNOR HOUSING. -05/27/1986,86V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V068000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,1287,"STEERING COLUMN BOOT ATTACHED TO EXTERIOR OF FIREWALL COULD BE DEFORMED BY THE SOUND INSULATION PLACED ON THE FIREWALL AND CAUSES INTERFERENCE WITH THE STEERING SHAFT U-JOINT BOLT. CONSEQUENCE OF DEFECT: AN IMPROPERLY FITTED OR DEFORMED BOOT COULD GET CAUGHT ON BOLT WHICH RETAINS THE STEERING U-JOINT AND RESULT IN SUDDEN HARD STEERING, POSSIBLE LOSS OF CONTROL AND A POTENTIAL CRASH.",,MODIFY CAB FRONT PANEL SOUND PROOFING AND CHANGE POSITION OF STEERING COLUMN BOOT. -05/27/1986,86V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V069000),"Mack Trucks, Inc.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,200,"THE DRAG LINK TO PITMAN ARM TOGGLE ANGLE MAY BE GREATER THAN DESIGN CRITERIA, AND MAY CAUSE THE STEERING TO BIND. CONSEQUENCE OF DEFECT: IF TRUCK NEGOTIATES EXTREME RIGHT HAND TURN THE LEFT FRONT WHEEL DROPS INTO A DEEP HOLE, STEERING RETURN WOULD BE SLOW, WITHOUT WARNING TO OPERATOR, CREATING POTENTIAL FOR A VEHICLE CRASH.",,REPLACE LEFT HAND STEERING LEVER. -05/27/1986,86V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V070000),"Mack Trucks, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,180,"AN INCORRECT STEERING SHAFT RETAINING NUT IS INSTALLED ON THE SHAFT AND CAN LOOSEN CAUSING STEERING PLAY. CONSEQUENCE OF DEFECTS: IF NUT IS NOT REPLACED, STEERING WHEEL DISENGAGEMENT COULD OCCUR CAUSING LOSS OF STEERING CONTROL AND POSSIBLY A VEHICLE CRASH.",,INSTALL PROPER NUT TO ENSURE STEERING WHEEL RETENTION. -05/22/1986,86V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V066000),FEDERAL MOTORS INC.,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,650,"THE STEERING WHEEL TO STEERING COLUMN SECURING NUT MAY BE UPSIDE DOWN AND/OR IMPROPERLY TORQUED AND MAY LOOSEN. THIS ALLOWS THE STEERING WHEEL TO BECOME DISENGAGED OR DETACHED FROM THE STEERING COLUMN. CONSEQUENCE OF DEFECT: IF THE STEERING WHEEL BECOMES DISENGAGED OR DETACHED FROM THE STEERING COLUMN, LOSS OF STEERING CONTROL WILL BE EXPERIENCED AND MAY LEAD TO AN ACCIDENT.",,PROPERLY INSTALL AND TORQUE COLOR CODED SECURING NUTS TO PREVENT STEERING WHEEL SEPARATION. -05/21/1986,86E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E012000),HILLTOP CAMPER RV CENTER,EQUIPMENT:CAMPER:SLIDE-IN (9/82),EQUIPMENT,NR (Not Reported),Equipment,2,"INFORMATION SHOWING CENTER OF GRAVITY MEASUREMENTS AND PROPER TRUCK CAMPER MATCH IS MISSING FROM OWNER'S MANUAL, FAILING TO CONFORM TO THE REQUIREMENTS OF FMVSS 126, TRUCK/CAMPER LOADING. CONSEQUENCE OF DEFECT: THIS INFORMATION IS NECESSARY FOR THE PROPER LOADING OF THE CAMPER.",,INFORMATION MISSING FROM OWNER'S MANUAL WILL BE SUPPLIED TO MEET REQUIREMENTS OF FMVSS #126. -05/21/1986,86V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V065000),Ford Motor Company,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,163,"HEADLAMP COVERS WERE INSTALLED ON VEHICLES IN ERROR. CAUSING THE CARS NOT TO COMPLY WITH FMVSS 108, LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT. CONSEQUENCE OF DEFECT: THE HEADLAMP COVERS MAY HINDER THE SAFE OPERATION OF THE CAR IN DARKNESS AND OTHER CONDITIONS OF REDUCED VISIBILITY.",,REMOVE HEADLAMP COVERS. -05/19/1986,86V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V064000),"GRUMMAN ALLIED IND., INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,65,"A SUPPORT THAT CONNECTS THE BODY TO THE CHASSIS LIES AGAINST THE BRAKE LINE THAT CONNECTS THE MASTER CYLINDER TO THE BRAKE WARNING SWITCH. CONTINUED VIBRATIONS MAY CAUSE THE BRAKE LINES TO WEAR THROUGH AND RESULT IN LOSS OF HYDRAULIC FLUID. CONSEQUENCE OF DEFECT: LOSS OF HYDRAULIC FLUID RESULTS IN COMPLETE LOSS OF BRAKES, WHICH COULD LEAD TO AN ACCIDENT.",,REROUTE AND/OR REPLACE BRAKE LINES AND SUPPORT TO AVOID CONTACT. -05/16/1986,86C011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86C011000),"KOLCRAFT ENTERPRISES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,30930,"DURING DYNAMIC SLED TEST THE CHILD SEAT'S PLASTIC SHELL FRACTURED AND THE BACK SUPPORT ANGLE INCREASED. THEREFORE THE SEATS FAIL TO CONFORM TO THE REQUIREMENTS OF STANDARD FMVSS 213, DYNAMIC PERFORMANCE, CHILD SEAT INTEGRITY. CONSEQUENCE OF DEFECT: FAILURE TO MEET THE REQUIREMENT OF FMVSS 213 INCREASES THE POSSIBILITY OF SERIOUS INJURY TO THE CHILD SEAT OCCUPANT IN A CRASH.",,SEATS WILL BE REPLACED AT NO COST TO THE CONSUMER. -05/15/1986,86V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V063000),"CHANCE COACH, INC.",HEATER:WATER:DEFROSTER:DEFOGGER:ELECTRIC HEATER EL,VISIBILITY,NR (Not Reported),Vehicle,319,"UNDER CERTAIN CONDITIONS THE PLASTIC FAN FOR THE UNDER FLOOR HEATER COULD CATCH ON FIRE DUE TO THE CLOSE PROXIMITY TO THE LOW SPEED RESISTOR WHICH GENERATES ENOUGH HEAT TO IGNITE THE FAN. CONSEQUENCE OF DEFECT: UNDER CERTAIN CONDITIONS, THIS COULD RESULT IN A FIRE IN THE PASSENGER COMPARTMENT.",,REMOVE THE IN LINE RESISTOR AND INSTALL TWO TERMINATING WIRE END CONNECTORS TO ELIMINATE THE POTENTIAL FIRE HAZARD. -05/13/1986,86V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V061000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,197,"AN INCORRECTLY INDEXED WIRING HARNESS MAY CAUSE THE CENTER HIGH MOUNTED STOP LAMP TO REMAIN ILLUMINATED WHEN THE HEADLIGHTS OR PARKING LAMPS ARE ON. FMVSS 108 LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT REQUIRES THAT THIS STOP LAMP BE LIGHTED ONLY WHEN THE BRAKES ARE APPLIED. ALSO, THE OPERA LAMPS MAY COME ON WHEN THE BRAKES ARE APPLIED. CONSEQUENCE OF DEFECT: THE CENTER HIGH MOUNTED STOP LAMP PROVIDES ADDITIONAL WARNING THAT THE VEHICLE IS SLOWING OR STOPPING. IF THIS LAMP MALFUNCTIONS, IT MAY CONTRIBUTE TO A REAR END ACCIDENT.",,CORRECTLY INDEX WIRING HARNESS TERMINALS. -05/13/1986,86V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V062000),"General Motors, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,216,"THE RIGHT REAR TAIL LAMP ASSEMBLY MAY BE INCORRECTLY ASSEMBLED. THE MISASSEMBLED UNITS WILL RESULT IN REDUCED ILLUMINATION WHICH WILL CAUSE THE LAMP ASSEMBLY TO BE IN NON-COMPLIANCE WITH FMVSS 108 LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT. CONSEQUENCE OF DEFECT: REDUCED ILLUMINATION WHICH DOES NOT MEET THE FEDERAL STANDARD MAY NOT BE SUFFICIENT TO BE NOTICED ON THE HIGHWAY, THEREFORE MAY CONTRIBUTE TO AN ACCIDENT.",,REPLACE RIGHT REAR TAIL LAMP ASSEMBLY AS NECESSARY. -05/12/1986,86V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V060000),Toyota Motor Corporation,STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,103700,"THE CENTER CONTROL ARM OF THE STEERING LINKAGE SYSTEM MAY DEVELOP A CRACK IF THE STEERING WHEEL IS REPEATEDLY OPERATED WHILE VEHICLE IS IN PARKED POSITION. THE STEERING CENTER ARM MAY EVENTUALLY BREAK. CONSEQUENCE OF DEFECT: A CRACKED STEERING CENTER ARM WILL ALLOW STEERING CONTROL, HOWEVER, IF THE STEERING ARM BREAKS, IT WOULD RESULT IN COMPLETE LOSS OF STEERING CONTROL AND POSSIBLE ACCIDENT.",,REPLACE CENTER CONTROL ARM WITH A REDESIGNED CONTROL ARM. -05/07/1986,86E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E010000),CNG. CYLINDER CORP.,FUEL:LPG PIPE:VENT,"FUEL SYSTEM, OTHER",NR (Not Reported),Equipment,12000,"THE PRESSURE RELIEF DEVICE FAILS TO VENT THE GAS TANK WHEN THE TANK IS ONE FOURTH OR LESS FULL AND WHEN A SPECIFIED PRESSURE IS REACHED. CONSEQUENCE OF DEFECT: FAILURE OF THE RELIEF VALVE TO VENT TANK IN CASE OF A FIRE COULD CAUSE THE TANK TO EXPLODE, RESULTING IN POSSIBLE INJURY TO PERSONS IN THE VICINITY.",,"PRESSURE RELIEF DEVICES WILL BE REPLACED WITH DEVICES STRICKLY TEMPERATURE ACTUATED. NOTE: THIS RECALL SUPERSEDES SAFETY RECALL NO. 85E-032, DATED 10/24/85." -05/05/1986,86C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86C009000),"COSCO, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,178440,"THE TOP OF THE METAL PULL/LOCK PIN WHICH HOLDS THE SHIELD IN PLACE, BREAKS OFF. THIS PREVENTS THE SHIELD FROM BEING RAISED IN ORDER TO REMOVE ITS OCCUPANT. CONSEQUENCE OF DEFECT: THE INABILITY TO RAISE THE SHIELD, WOULD MAKE IT DIFFICULT TO REMOVE A CHILD FROM THE SEAT IN CASE OF AN EMERGENCY OR ANY OTHER SITUATION.",,SEATS WILL BE REPLACED WITH NEW UNITS USING A DIFFERENT PULL MECHANISM. -05/02/1986,86V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V059000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1444,"THE REAR WHEEL BRAKE LINES ARE SUBJECT TO DAMAGE FROM ROAD DEBRIS WHICH WOULD CAUSE BRAKE FLUID LEAKAGE. CONSEQUENCE OF DEFECT: BRAKE FLUID LOSS COULD RESULT IN COMPLETE LOSS OF THE REAR BRAKES AND PARTIAL LOSS OF THE FRONT BRAKES, WHICH COULD CAUSE AN ACCIDENT.",,REPLACE REAR BRAKE LINES WITH LINES THAT PROVIDE PROTECTION FROM ROAD DEBRIS. -05/02/1986,86V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V058000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,3333,"THE WHEEL LUG NUTS MAY HAVE BEEN IMPROPERLY TIGHTENED. ALSO, THE STEERING SHAFT CLAMP BOLTS MAY NOT BE PROPERLY TIGHTENED. CONSEQUENCE OF DEFECT: IMPROPERLY TIGHTEN WHEEL LUG NUTS MAY CAUSE THE LUGS TO BREAK AND EVENTUALLY RESULT IN THE WHEEL FALLING OFF. IMPROPERLY TIGHTEN STEERING SHAFT CLAMP BOLT MAY CAUSE COMPLETE LOSS OF STEERING ABILITY. EITHER OF THESE CONDITIONS COULD RESULT IN A LOSS OF STEERING CONTROL AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",,PROPERLY TIGHTEN BOTH WHEEL LUG NUTS AND STEERING SHAFT CLAMP BOLTS. -05/01/1986,86E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E008000),FLORIDA SAFETY PRODUCTS,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,3865,"THE QUICK RELEASE CHIN STRAP FAILED TO MEET THE RETENTION REQUIREMENTS OF FMVSS 218, MOTORCYCLE HELMETS. CONSEQUENCE OF DEFECT: THE INABILITY FOR THE HELMET TO REMAIN ON THE MOTORCYCLIST DURING AN ACCIDENT INCREASES THE POSSIBILITY OF SERIOUS HEAD INJURIES.",,HELMETS WILL BE INSPECTED AND REPAIRED TO CONFORM WITH FMVSS NO. 218. -04/28/1986,86C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86C006000),"Graco Children's Products, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,62352,"IN SOME AUTOMOBILES THE REAR OF THE VEHICLE SEAT MAY INTERFER WITH THE OPERATION OF THE RECLINE ADJUSTMENT LATCHING MECHANISM ON THE CHILD RESTRAINT IN THE INFANT (REAR FACING) POSITION. SHOULD THE ADJUSTMENT LATCH BE HELD IN THE RELEASED (UNLOCKED) POSITION DURING AN ACCIDENT, THE GT1000 WILL NOT PROVIDE OCCUPANT PROTECTION AS SPECIFIED BY FMVSS NO. 213. CONSEQUENCE OF DEFECT: AN UNLATCHED SEAT THAT HAS THE ADJUSTMENT RELEASE HANDLE HELD IN THE RELEASED POSITION COULD CAUSE SERIOUS INJURY TO THE OCCUPANT OF THE RESTRAINT AND TO OTHER OCCUPANTS OF THE AUTOMOBILE IF THE VEHICLE IS INVOLVED IN AN ACCIDENT.",,"CONSUMERS WILL INSTALL A GUARD PROVIDED BY THE MANUFACTURER IN KIT FORM THAT WILL PREVENT THE SEAT FROM INTERFERING WITH THE RECLINE ADJUSTMENT LEVER. NOTE: FOR FURTHER INSTRUCTIONS CONCERNING THE CORRECTIVE ACTION ON THIS CHILD SEAT, MODEL GT1000 MANUFACTURED BETWEEN JANUARY 1985 AND JANUARY 1986, CALL GRACO TOLL FREE NUMBER 1 800 345 4109, PENNSYLVANIA RESIDENTS CALL COLLECT, 215-286-5951." -04/28/1986,86V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V056000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,93317,"THE PUSH-PULL HEADLIGHT SWITCH MAY HAVE ELECTRICAL CONTACTS WHICH ALLOW AN INTERMITTENT HEADLIGHT CIRCUIT CAUSING HEADLIGHT TO FLICKER OR SUDDENLY GO OUT. CONSEQUENCE OF DEFECT: SUDDEN LOSS OF THE HEADLIGHTS UNDER SEVERE WEATHER OR NIGHTTIME DRIVING CONDITIONS COULD REDUCE DRIVER VISIBILITY WHICH MIGHT RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING. NOTE: ALSO, SEE NHTSA CAMPAIGN NUMBER 86V131000.",,REPLACE HEADLIGHT SWITCH AS NECESSARY. -04/28/1986,86V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V057000),"SAAB CARS USA, INC.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,59,THE BOLT IN THE UPPER STEERING COLUMN U-JOINT CLAMP MAY HAVE BEEN OVER TORQUED AND MAY BREAK. CONSEQUENCE OF DEFECT: A BROKEN U-JOINT CLAMP MAY ALLOW THE STEERING SHAFT TO PULL OUT OF THE JOINT AND RESULT IN LOSS OF STEERING CONTROL AND POSSIBLY AN ACCIDENT.,,REPLACE AND PROPERLY TORQUE BOLT. -04/28/1986,86E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E007000),AMERICAN RACING EQUIPMENT,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,256,"WHEELS FAIL TO COMPLY WITH FMVSS NO. 120 DUE TO INCORRECT SIZE DESIGNATION. THE WHEEL IS MARKED 16 INCH INSTEAD OF 16 1/2 INCH. CONSEQUENCE OF DEFECT: IF A 16 INCH TIRE IS MOUNTED ON THIS WHEEL, BEAD DAMAGE COULD OCCUR, CAUSING RAPID LOSS OF AIR WHICH MAY LEAD TO LOSS OF CONTROL.",,WHEELS WILL BE EXCHANGED FOR NEW WHEELS WITH THE CORRECT SIZE DESIGNATION. -04/24/1986,86V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V055000),"Winnebago Industries, Inc.",FUEL:LPG LINES:NON-METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,235,THE BRASS FITTING ON ONE END OF THE LOW PRESSURE LP GAS HOSE COULD BE INADEQUATELY CRIMPED TO THE HOSE ALLOWING GAS TO LEAK. CONSEQUENCE OF DEFECT: A LEAK COULD DEVELOP IN THE LP GAS SYSTEM WITH POTENTIAL FOR EXPLOSION AND/OR FIRE. NOTE: OWNERS SHOULD SHUT OFF THE LP SUPPLY AT THE TANK AND NOT USE THE LP SYSTEM UNTIL THE CORRECTIVE ACTION HAS BEEN COMPLETED.,,REPLACE THE DEFECTIVE LOW PRESSURE LP GAS HOSE. -04/16/1986,86E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E005000),"S&S CANOPIES & CAMPERS MFG., INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,1900,"CERTIFICATION LABEL FAILS TO MEET REQUIREMENTS OF FMVSS #126 ""TRUCK CAMPER LOADING."" ALSO, REQUIRED INFORMATION IS MISSING FROM OWNER'S MANUAL. CONSEQUENCE OF DEFECT: DUE TO THE LACK OF INFORMATION IN THE OWNER'S MANUAL THERE IS A POSSIBILITY OF OVERLOADING AND IMPROPER WEIGHT DISTRIBUTION WHICH COULD RESULT IN ADVERSE VEHICLE HANDLING, WHICH MAY CAUSE AN ACCIDENT.",,RIVET CERTIFICATION LABEL TO CAMPER AND PROVIDE NECESSARY INFORMATION FOR OWNER'S MANUAL. -04/14/1986,86V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V054000),Ford Motor Company,EMERGENCY PARKING BRAKE:MECHANICAL:ATTACHMENTS:WHE,PARKING BRAKE,NR (Not Reported),Vehicle,1250,"IMPROPERLY HEAT TREATED STEEL ROLLERS USED IN THE REAR WHEEL PARKING BRAKE SYSTEM CAUSES THE ROLLERS TO BECOME BRITTLE AND MAY FRACTURE. CONSEQUENCE OF DEFECT: ROLLERS COULD FRACTURE WHEN THE PARKING BRAKES ARE SET, RESULTING IN REDUCTION OR COMPLETE LOSS OF PARKING BRAKE HOLDING CAPABILITY, WHICH MAY LEAD TO AN ACCIDENT.",,REPLACE WEDGE BETWEEN ROLLERS AND ROLLERS ASSEMBLIES. -04/10/1986,86V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V053000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,32149,"BATTERY CAP VENTS MAY BE PARTIALLY OR COMPLETELY BLOCKED WITH PLASTIC FLASHING. CONSEQUENCE OF DEFECT: A BUILD UP OF INTERNAL GAS PRESSURE COULD OCCUR WHICH COULD RESULT IN CASE RUPTURE, PARTICULARLY DURING POST CHARGING. SHOULD A PERSON BE IN THE VICINITY OF THE BATTERY WHEN THE CASE RUPTURES, THEY MAY BE INJURED BY THE RELEASED GASES AND/OR ACID.",,REWORK BATTERIES BY PROBING BOTH VENT ORIFICES TO ELIMINATE ANY VENT OBSTRUCTION. -04/08/1986,86V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V052000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,5940,"THE SEAT BELTS LOOSEN AS TRUCK IS DRIVEN. THE NON LOCKING RETRACTOR TAKES UP ANY BELT SLACK, GIVING FALSE IMPRESSION THAT THE BELT IS STILL TIGHT. CONSEQUENCE OF DEFECT: THE DEFECT CAN INCREASE THE POSSIBILITY OF INJURY TO THE BELT WEARER IN EVENT OF A VEHICLE CRASH.",,REPLACE INBOARD DRIVER AND PASSENGER SEAT BELT HALVES WITH LONGER BELTS THAT ASSURE PROPER LOCKING ANGLE BETWEEN BELT WEBBING AND BUCKLE. -04/02/1986,86V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V051000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,73,FRONT AXLE SPRINGS MAY CRACK IN THE SPRING EYE AREA. CONSEQUENCE OF DEFECT: SPRING COULD BECOME DETACHED SEVERELY LIMITING VEHICLE CONTROL WHICH MAY LEAD TO AN ACCIDENT.,,REPLACE TOP SPRING LEAF. -04/01/1986,86V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V050000),Volvo Trucks North America,LIGHTING:LAMP OR SOCKET:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1206,"TRUCKS WERE BUILT WITH HEADLAMPS WIRING HARNESSES WHICH MAY HAVE THE ""UPPER BEAM""/""LOWER BEAM"" WIRES REVERSED. THIS CAUSES THE TRUCKS NOT TO BE IN COMPLIANCE WITH FMVSS 108. CONSEQUENCE OF DEFECT: LAMPS WOULD USE THE UPPER BEAM FILAMENT WHEN OPERATED IN THE LOWER BEAM MODE. THIS MAY CAUSE VISUAL PROBLEMS TO THE ONCOMING DRIVER AND MAY LEAD TO AN ACCIDENT.",,REPAIR HEADLAMP WIRING TO ASSURE COMFORMANCE WITH FMVSS 108. -03/28/1986,86V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V049000),Volvo Trucks North America,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,135,"THE SIX POSITION FUSE JUNCTION BLOCK MAY HAVE A BUS BAR INSTALLED ON THE SECONDARY SIDE OF THE FUSE BOX. CONSEQUENCE OF DEFECT: THE CIRCUITS WILL NOT BE PROPERLY PROTECTED, AND IF ONE OF THE ATTACHED SECONDARY WIRES EXPERIENCES A SHORT CIRCUIT, IT WOULD CREATE A POTENTIAL FOR A VEHICLE FIRE.",,REMOVE THE BUS BAR WHICH WAS INSTALLED IN ERROR. -03/27/1986,86V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V048000),Ford Motor Company,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,630,THE OUTSIDE REAR VIEW MIRRORS DO NOT MEET THE 50 SQUARE INCH MINIMUM REQUIREMENT OF FMVSS 111-REARVIEW MIRRORS. CONSEQUENCE OF DEFECT: THE STANDARD REQUIRES A MINIMUM DIMENSION FOR REARVIEW MIRRORS TO PROVIDE ADEQUATE FIELD OF VISION WHICH AIDS IN PREVENTING ACCIDENTS.,,"REPLACE OUTSIDE REAR VIEW MIRRORS WITH UNIT MAGNIFICATION MIRRORS OF 9"" X 6"" REFLECTIVE SURFACE DIMENSIONS." -03/26/1986,86V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V047000),HONEY RV INC.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1540,"THE WHEEL LUG NUT TORQUE OF 90-95 FT LBS. SPECIFIED ON THE LABELS ATTACHED TO THE MOTOR HOME ARE INCORRECT. THE CORRECT TORQUE VALUES ARE PROVIDED IN THE MOTOR HOMES OWNER'S MANUAL. CONSEQUENCE OF DEFECT: INCORRECT WHEEL LUG NUT TORQUE COULD CAUSE THE WHEEL NUTS TO LOOSEN AND FALL OFF OR CAUSE THE LUGS TO BREAK. IF THIS OCCURS, THE WHEEL MAY FALL OFF CAUSING LOSS OF CONTROL WHICH MAY LEAD TO AN ACCIDENT.",,CORRECTED LABELS WILL BE SENT TO OWNERS AND DEALERS. -03/21/1986,86V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V046000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL INJECTION:UNKNOWN TYPE:ACCUMULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10002,THE FUEL INJECTION PUMP THROTTLE SHAFT BUSHING MAY BE CONTAMINATED WITH A HEAT SENSITIVE LIQUID POLYMER WHICH CAN SOLIDIFY ON THE BUSHING AT NORMAL ENGINE OPERATING TEMPERATURE AND CAUSE THE THROTTLE TO STICK. CONSEQUENCE OF DEFECT: THROTTLE LEVER MAY STICK AND NOT RETURN TO LOW IDLE POSITION AFTER ACCELERATOR PEDAL IS RELEASED. THIS COULD RESULT IN LOSS OF VEHICLE CONTROL AND LEAD TO A VEHICLE CRASH WITHOUT PRIOR WARNING.,,REPLACE FUEL INJECTION PUMP GOVERNOR HOUSING WITH A NEW HOUSING CONTAINING NEW BUSHINGS FREE OF CONTAMINATION. -03/20/1986,86V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V045000),Honda (American Honda Motor Co.),POWER TRAIN:DRIVESHAFT,POWER TRAIN,NR (Not Reported),Vehicle,17338,LEFT SIDE DRIVE SHAFT COULD DEVELOP CRACKS NEAR THE OUTER JOINT.,"CONSEQUENCE OF DEFECT: DURING HIGH STRESS SITUATIONS, SUCH AS RAPID ACCELERATION OR DECELERATION, THE DRIVE SHAFT COULD BREAK WITHOUT WARNING AND CAUSE A SUDDEN LOSS OF POWER AND A VEHICLE CRASH.",REPLACE LEFT DRIVE SHAFT WITH A PROPERLY MANUFACTURED PART. -03/19/1986,86V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V044000),CHAMPION HOME BLDR. CO.,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,175,"WINDSHIELDS HAVE BEEN GLAZED WITH AS2 LAMINATED GLASS IN PLACE OF AS1 AND IS NOT IN COMPLIANCE WITH FMVSS 205, GLAZING MATERIAL. CONSEQUENCE OF DEFECT: THE WINDSHIELD GLAZING MATERIAL (GLASS) USED WAS NOT DESIGNED TO REDUCE THE LIKELIHOOD OF LACERATIONS AND TO MINIMIZE THE POSSIBILITY OF OCCUPANTS PENETRATING THE WINDSHIELD IN CASE OF AN ACCIDENT.",,REPLACE WINDSHIELD GLASS WITH AS1 LAMINATED GLASS. -03/17/1986,86V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V043000),Hyundai Motor America,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8197,"A COTTER PIN IN THE BRAKE PEDAL TO BRAKE MASTER CYLINDER LINKAGE ASSEMBLY MAY BE MISSING. THIS PIN ACTS AS A RETAINER FOR THE BRAKE MASTER CYLINDER PUSHROD CLEVIS PIN. CONSEQUENCE OF DEFECT: THE CLEVIS PIN MAY SLIDE OUT CAUSING THE MASTER CYLINDER/BRAKE PEDAL LINKAGE TO BECOME DISENGAGED. IF THIS LINKAGE BECOMES DISENGAGED THE SERVICE BRAKES CANNOT BE APPLIED, CREATING THE RISK OF A CRASH WITHOUT PRIOR WARNING.",,INSPECT AND INSTALL BRAKE LINKAGE COTTER PIN AS NECESSARY. -03/11/1986,86V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V042000),Mazda North American Operations,FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,36671,"THE THROTTLE ANGLE SENSOR ON THE CARBURETOR MAY CONTAIN A NYLON ROTOR WHICH HAS NOT BEEN HEAT TREATED. ROTORS THAT HAVE NOT BEEN HEAT TREATED CONTRACT IN THE PRESENCE OF HEAT CAUSING THE THROTTLE MECHANISM TO STICK. CONSEQUENCE OF DEFECT: THIS MAY CAUSE THE THROTTLE TO STICK IN THE OPEN POSITION WHICH MAY RESULT IN LOSS OF CONTROL LEADING TO AN ACCIDENT. ALSO,VEHICLE MAY NOT CONFORM WITH STANDARD 124.",,REPLACE THROTTLE ANGLE SENSOR ASSEMBLIES WITH NEW HEAT TREATED ROTORS WITH LARGER INSIDE DIAMETERS. -03/11/1986,86V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V041000),Harley-Davidson Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:OTHER PARTS,POWER TRAIN,NR (Not Reported),Vehicle,4164,"TRANSMISSION MAGNETIC DRAIN PLUGS MAY HAVE BEEN BROKEN DURING ASSEMBLY. CONSEQUENCE OF DEFECT: THE BROKEN MAGNET MAY BECOME LODGED BETWEEN THE TRANSMISSION GEARS CAUSING THE TRANSMISSION TO LOCKUP. IF THE MOTORCYCLE IS OPERATING, THE REAR WHEEL WILL LOCK-UP WHICH MAY LEAD TO AN ACCIDENT.",,"REPLACE THE DRAIN PLUG WITH A SHORTER, NON INTERFERING MAGNETIC DRAIN PLUG." -03/10/1986,86V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V040000),"Mack Trucks, Inc.",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,50100,"FRONT STEERING KNUCKLE THRUST BEARING MAY SHATTER INTO PIECES DUE TO IMPROPER HEAT TREATMENT. CONSEQUENCE OF DEFECT: FAILURE OF THE BEARING MAY AFFECT STEERING CONTROL. IF BEARING DISINTEGRATES, IT WOULD RESULT IN INCREASE STEERING DRAG AND/OR CAUSE STEERING LOCK UP WITH LOSS OF CONTROL WHICH COULD LEAD TO AN ACCIDENT.",,REPLACE DEFECTIVE THRUST BEARINGS. -03/10/1986,86V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V038000),Toyota Motor Corporation,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,359000,"THE LOWER CONTROL ARMS, WHICH SUPPORT THE REAR WHEELS, ARE SUBJECT TO CORROSION IF OPERATED IN AREAS WHERE A LARGE AMOUNT OF ROAD SALT IS USED TO AID IN SNOW AND ICE REMOVAL. CONSEQUENCE OF DEFECT: CONTINUOUS EXPOSURE TO ROAD SALT MAY CAUSE CORROSION FAILURE OF THE LOWER CONTROL ARM AFFECTING VEHICLE OPERATION; THIS COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,RUST PROOF OR REPLACE LOWER CONTROL ARMS. (OWNER NOTIFICATION WILL BEGIN IN MAY 1986). -03/10/1986,86V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V039000),Ford Motor Company,VISUAL SYSTEMS:GLAZING MATERIAL STICKER,VISIBILITY,NR (Not Reported),Vehicle,4700,"THE RIGHT QUARTER WINDOWS MAY CONTAIN GLASS WHICH WAS IMPROPERLY TEMPERED. THIS GLASS MAY YIELD PIECES LARGER THAN THE MAXIMUM ALLOWED BY FMVSS 205, GLAZING MATERIAL. CONSEQUENCE OF DEFECT: IN CASE OF AN ACCIDENT THESE LARGE PIECES OF GLASS MAY SERIOUSLY INJURE THE OCCUPANTS OF THE CAR.",,REPLACE THE QUARTER WINDOWS CONTAINING DATE CODE 5 AF. -03/06/1986,86V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V036000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8667,"A WIRING HARNESS LOCATED UNDER THE INSTRUMENT PANEL MAY NOT HAVE BEEN PROPERLY SECURED IN ITS RETAINER AND COULD INTERFERE WITH THE ACCELERATOR LEVER. CONSEQUENCE OF DEFECT: THIS COULD PREVENT THE THROTTLE FROM RETURNING TO THE CLOSED (IDLE) POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED, AND RESULT IN LOSS OF ACCELERATOR CONTROL AND A POSSIBLE VEHICLE CRASH WITHOUT PRIOR WARNING.",,SECURE WIRING IN ITS RETAINER. -03/06/1986,86V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V037000),UNION CITY TRUCK & BODY,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,289,A BRACE BETWEEN THE SEAT MOUNTING BOLTS AND THE CHASSIS RAIL WAS OMITTED DURING ASSEMBLY. THIS OMISSION COULD CAUSE SEVERE DISTORTION OF THE DRIVER'S FLOOR AREA AND SEAT WOULD FAIL TO MEET REQUIREMENTS OF FMVSS 207-210. CONSEQUENCE OF DEFECT: SEATS THAT FAIL TO MEET THE FMVSS REQUIREMENT MAY FAIL DURING AN ACCIDENT AND WOULD NOT MINIMIZE INJURY TO ITS OCCUPANTS.,,INSTALL MISSING BRACE. -03/04/1986,86V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V034000),EAGLE TRAILERS INC,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14,FIRES FROM AN UNDETERMINED CAUSE HAVE OCCURRED IN THE AIR DRYER COMPARTMENT. THE DEICER SYSTEM IS SUSPECTED AND IS KNOWN TO CONTRIBUTE TO ITS INTENSITY. CONSEQUENCE OF DEFECT: OCCUPANTS COULD RECEIVE BURN INJURIES.,,REMOVE DEICER SYSTEMS AND INSTALL GASKET TO REDUCE THE ACCUMULATION OF OIL IN THE AIR DRYER COMPARTMENT. -03/04/1986,86V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V035000),HOLIDAY RAMBLER CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,155,"MOTOR HOMES WERE BUILT WITH CLEAR PLASTIC LENSES AND BULBS IN THE FRONT TURN SIGNALS INSTEAD OF AMBER COLORED, WHICH IS IN NONCOMPLIANCE WITH FMVSS 108-LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT. CONSEQUENCE OF DEFECT: AMBER COLOR SIGNALS INDICATE A WARNING TO OTHER MOTORISTS, HOWEVER A CLEAR/WHITE SIGNAL MAY NOT BE TAKEN AS A WARNING SIGNAL WHICH MAY CAUSE AN ACCIDENT.",,INVENTORY OF THESE MOTOR HOMES HELD BY MANUFACTURER AND DEALERS HAVE BEEN CORRECTED BY REPLACING LENSES. -03/03/1986,86V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V032000),Blue Bird Body Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,430,"IMPROPER ADJUSTMENT OF ENTRANCE DOOR CAUSES LATCH TO FAIL IN THE SECONDARY LATCHED POSITION. SUCH FAILURE PLACES THE MOTORHOME IN NONCOMPLIANCE WITH FMVSS 206, DOOR LOCKS AND DOOR RETENTION. CONSEQUENCE OF DEFECT: IF PRIMARY DOOR LATCH FAILS TO MAINTAIN THE DOOR CLOSED, THE FAILURE OF THE SECONDARY LATCH WILL ALLOW THE DOOR TO OPEN INADVERTENTLY POSING SOME DANGER TO ITS OCCUPANTS.",,PROVIDE INSTRUCTIONS TO OWNERS FOR PROPER ADJUSTMENT AND IN SOME CASES PROVIDE NEW LATCHES. -02/25/1986,86V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V031000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1129,"GROSS WEIGHT RATINGS AND TIRE PRESSURES INFORMATION ON THE CERTIFICATION LABEL ARE INCORRECT, THESE DO NOT COMPLY TO FEDERAL REGULATION PART 567. CONSEQUENCE OF DEFECT: THIS INFORMATION IS NECESSARY SO THAT THE TRUCK OWNER IS INFORMED OF ITS LOAD CAPACITY AND THE CORRECT TIRE PRESSURES FOR SAFE OPERATION OF THE VEHICLE.",,REPLACEMENT LABELS WITH CORRECT INFORMATION WILL BE MAILED TO OWNERS. -02/21/1986,86V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V030000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,135623,THE THROTTLE RETURN SPRING ASSEMBLY MAY FAIL PREVENTING THE THROTTLE FROM RETURNING TO THE CLOSED (IDLE) POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED. CONSEQUENCE OF DEFECT: ENGINE SPEED MAY NOT DECREASE AND LOSS OF ACCELERATOR CONTROL COULD RESULT IN AN ACCIDENT WITHOUT PRIOR WARNING.,,REPLACE THROTTLE RETURN SPRING. -02/20/1986,86V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V029000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,77000,"MORE FUEL THAN PERMITTED BY FMVSS 301 MAY ESCAPE FROM THE FUEL TANK ASSEMBLY UNDER THE TEST CONDITIONS DESCRIBED IN THE STANDARD. CONSEQUENCE OF DEFECT: IF THE CAR IS INVOLVED IN AN ACCIDENT, THE FUEL SPILLAGE MAY RESULT IN A FIRE.",,REPLACE THE FUEL TANK ASSEMBLY WITH A MODIFIED UNIT. -02/19/1986,86V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V028000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:INSTRUMENT PANEL:CLUSTER MODULE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7600,A RESISTOR IN THE ELECTRONIC PANEL CLUSTER MAY BE SUBJECTED TO AN ELECTRICAL CURRENT OVERLOAD DUE TO FAILURE OF A SWITCHING TRANSISTOR. CONSEQUENCE OF DEFECT: THE OVERHEATED RESISTOR COULD IGNITE AND START AN INSTRUMENT PANEL FIRE.,,MODIFY INSTRUMENT PANEL CLUSTER BY REPLACING THE RESISTOR WITH A FUSED RESISTOR THAT WILL NOT IGNITE IF OVERLOADED. -02/13/1986,86V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V027000),"TRANSPORTATION PROD., INC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,22,"BUS SEATS MAY NOT MEET THE FORWARD FORCE/DEFLECTION PERFORMANCE TEST OR THE ENERGY ABSORPTION REQUIREMENTS OF FMVSS 222, SCHOOL BUS PASSENGER SEATING CRASH PROTECTION. CONSEQUENCE OF DEFECT: IN EVENT OF ACCIDENT OR SUDDEN STOP, SEATS WILL BEND FORWARD FASTER THAN THEY SHOULD AND COULD RESULT IN INJURY TO PASSENGERS.",,REPLACE ALL PASSENGER SEAT FRAMES. -02/11/1986,86V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V025000),HINO DIESEL TRUCKS(USA),BRAKES:AIR:MASTER CYLINDER:AIR HYDRAULIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,108,THE RUBBER VALVE OF THE BRAKE AIR MASTER (BOOSTER) MAY TEAR DUE TO HIGH FLUID PRESSURE DEVELOPED DURING SIMULTANEOUS APPLICATION OF BOTH THE SERVICE AND REAR WHEEL PARKING BRAKE. CONSEQUENCE OF DEFECT: THE DAMAGE RUBBER VALVE RESULTS IN LOSS OF SERVICE BRAKE CAPACITY WHICH MAY LEAD TO AN ACCIDENT.,,REPLACE BRAKE AIR MASTER (BOOSTER). -02/10/1986,86V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V023000),Ford Motor Company,BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16000,"WIRING CONNECTIONS IN AN ELECTRICAL CONNECTOR TO THE MASTER CYLINDER RESERVOIR FLUID LEVEL SENSORS WERE REVERSED AND FAIL TO INDICATE LOW FLUID LEVELS AS SPECIFIED BY FMVSS 105, HYDRAULIC BRAKE SYSTEMS. CONSEQUENCE OF DEFECT: SENSOR WILL NOT TRANSMIT SIGNAL TO BRAKE WARNING LIGHT WHEN THE FLUID LEVEL IS LESS THAN ONE FOURTH FULL. WITHOUT THIS WARNING SIGNAL THE FLUID LEVEL MAY DECREASE TO THE POINT WHERE PARTIAL OR COMPLETE LOSS OF BRAKE WOULD BE EXPERIENCED AND MAY LEAD TO AN ACCIDENT.",,RE-CONFIGURE WIRING TO THE FLUID LEVEL SENSOR CONNECTOR. -02/07/1986,86V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V022000),"YUGO OF AMERICA,INC.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,12512,"THE FRONT SEAT BELT RETRACTORS, THE CENTER COMMON SEAT BELT MOUNT AND THE REAR INBOARD SEAT BELT ANCHORS WERE IMPROPERLY INSTALLED. CONSEQUENCE OF DEFECT: IMPROPERLY INSTALLED SEAT BELT ANCHORS AND ATTACHMENTS COULD RESULT IN PASSENGERS NOT BEING PROPERLY RESTRAINED IN EVENT OF AN ACCIDENT. THIS IS IN VIOLATION OF FMVSS NO. 210.",,PERFORM REPAIRS TO CORRECT INSTALLATION OF SEAT BELTS. -02/06/1986,86V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V021000),"THOMAS BUILT BUSES, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,468,"A BATTERY CABLE ROUTING CHANGE MAY CAUSE THE POSITIVE CABLE TO RUB AGAINST THE RIGHT FRONT SPRING REAR HANGER, POSSIBLY CAUSING A SHORT CIRCUIT IN THE CABLE AT THE POINT OF CHAFING. CONSEQUENCE OF DEFECT: A SHORT CIRCUIT AT THIS LOCATION COULD RESULT IN LOSS OF ELECTRICAL POWER TO THE VEHICLE AND COULD POSSIBLY CAUSE A FIRE.",,"A REPAIR KIT, INCLUDING CLAMPS, BRACKETS AND INSTRUCTIONS, WILL BE SENT TO OWNERS; OR THOMAS DISTRIBUTOR WILL DO THE REPAIRS." -02/04/1986,86V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V016000),"WESTERN STAR TRUCKS, INC.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5,"THE ENGINE CONTINUES TO RUN OR CAN START UP WHEN THE SENTINEL SHUTDOWN UNIT BLOCKS THE FLOW OF FUEL. THIS ALLOWS FUEL PRESSURE TO BUILD UP IN THE FUEL LINE WHICH MAY CAUSE THE FUEL LINE OR FILTER TO SPLIT OPEN AND LEAK OR SPRAY FUEL INTO THE ENGINE COMPARTMENT. CONSEQUENCE OF DEFECT: IF THIS OCCURS, THE FUEL LEAKING OR SPRAYING INTO THE ENGINE COMPARTMENT MAY CAUSE A FIRE. NOTE: AN IMMEDIATE STEP TO BE TAKEN TO PREVENT A FAILURE IS TO TURN THE CONTROL HANDLE ON THE SENTINEL SHUTDOWN UNIT FROM ""RUN"" TO ""BYPASS"".",,INSTALL A PRESSURE RELIEF VALVE INTO THE FUEL SUPPLY LINE. -01/29/1986,86V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V013000),WESTERN CAPITAL CO.,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,77,CRACKS MAY DEVELOP IN THE WELDING OF THE STRUCTURAL SUPPORT AROUND THE FIFTH WHEEL KING PIN. CONSEQUENCE OF DEFECT: THE FIFTH WHEEL KING PIN COULD PULL OUT ALLOWING THE TRAILER TO BREAK LOOSE. THIS COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,REWELD CRACKED AREAS AROUND THE KING PIN STRUCTURALS AND ADD SUPPORT BARS. -01/28/1986,86V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V012000),Oshkosh Corporation,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,107,LARGE SIZE PARTICLES IN THE STEERING HYDRAULIC SYSTEM FLUID CAUSES A SOLENOID VALVE ORIFICE TO PLUG AND MALFUNCTION. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN A PARTIAL LOSS OF POWER STEERING CAPABILITY OCCURRING INTERMITTENTLY AND AT LOW SPEED TURNS.,,REPAIR KITS AND INSTALLATION INSTRUCTIONS WILL BE PROVIDED. -01/28/1986,86V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V011000),FREIGHTLINER LLC,STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,25000,"THE CENTER BRACKET, ONE OF THE THREE USED TO HOLD THE GRAB HANDLE IN PLACE, CONTAINS A RIVET WHICH MAY NOT BE PROPERLY ALIGN. THIS ALLOWS A SMALL GAP TO EXIST BETWEEN THE RIVET HEAD AND THE BRACKET. CONSEQUENCE OF DEFECT: A RING ON A FINGER COULD BE CAUGHT IN THE GAP AND RESULT IN PERSONAL INJURY TO A PERSON GETTING OUT OR INTO THE CAB.",,REMOVE THE RIVET ON EACH CENTER BRACKET. -01/27/1986,86E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E004000),E R BUSKE MFG CO INC,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Equipment,200,"WELDMENTS ON THE WHEEL LIFT WHICH ATTACHES THE HYDRAULIC CYLINDER TRUNNION TO THE CYLINDER MAY FAIL. DESCRIPTION OF CONSEQUENCES: FAILURE OF THE WELDMENTS ALLOWS THE TRUNNION TO SEPARATE FROM THE CYLINDER, PERMITTING THE EXTENSION ASSEMBLY OF THE WHEEL LIFT AND THE VEHICLE BEING TOWED TO DROP TO THE GROUND. THIS MAY LEAD TO AN ACCIDENT.",,NEW HYDRAULIC LIFT CYLINDERS WILL REPLACE THE OLD ONE ON ALL AFFECTED WHEEL LIFTS. -01/23/1986,86V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V010000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,275,"FIRST REAR SEATS WERE INSTALLED WITH AN INCORRECT LEFT SIDE SEAT RISER WHICH CAUSES FAILURE TO COMPLY WITH THE SEAT AND SEAT BELT LOADING REQUIREMENTS OF FMVSS 207, SEATING SYSTEMS. CONSEQUENCE OF DEFECT: IF AN ACCIDENT OCCURRED, THE SEATS MAY BECOME DETACHED, CAUSING SERIOUS INJURIES TO ITS OCCUPANTS.",,REPLACE INCORRECT SEAT RISERS. -01/22/1986,86E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E003000),"Cummins, Inc.",ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,15,"DUE TO INADEQUATE BONDING, THE CRANKSHAFT VIBRATION DAMPER ASSEMBLY COULD SEPARATE. CONSEQUENCE OF DEFECT: THE CRANKSHAFT VIBRATION DAMPER ASSEMBLY COULD SEPARATE UPON FAILURE OF THE BONDING AGENT AND BECOME A PROJECTILE. THE ENGINE COMPARTMENT MAY CONTAIN THE PROJECTILE. HOWEVER, IF THE HOOD IS OPEN, THE PROJECTILE MAY SERIOUSLY INJURY ANYONE NEAR THE TRUCK.",,REPLACE WITH NEW CRANKSHAFT VIBRATION DAMPER. -01/22/1986,86E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E002000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,406,"ACCELERATOR CONTROL SYSTEM FAILED TO MEET REQUIREMENTS OF FMVSS 124, WHICH REQUIRES THAT WHEN THE THROTTLE LINKAGE FAILS, THE ENGINE SPEED RETURNS TO IDLE. THE SECONDARY THROTTLE LEVER RETURN SPRING AND MOUNTING BRACKET WERE OMITTED DURING ENGINE TO CHASSIS ASSEMBLY. CONSEQUENCE OF DEFECT: SHOULD THE MAIN THROTTLE SPRING BREAK DURING OPERATION THE THROTTLE COULD REMAIN OPEN RESULTING IN A RUNAWAY ENGINE WITH POSSIBLE CRASH.",,INSTALL SECONDARY SPRING AND BRACKET ON ALL SUSPECTED ENGINES. -01/22/1986,86V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V006000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,38947,"THERE MAY BE INADEQUATE WELDING IN SOME UNDERBODY STRUCTURAL AREAS, INCLUDING THOSE AT THE REAR SUSPENSION ATTACHMENTS, WHICH MAY CAUSE IT TO SEPARATE. CONSEQUENCE OF DEFECT: IF REAR SUSPENSION ATTACHMENTS SHOULD SEPARATE FROM THE UNDERBODY DURING VEHICLE USE, THE AXLE COULD SHIFT DURING ACCELERATION OR BRAKING AND MAY ADVERSELY AFFECT THE STEERING CONTROL WHICH MAY LEAD TO AN ACCIDENT.",,REINFORCE SUSPECT WELD LOCATIONS AND MODIFY TO PREVENT WELD FAILURE. -01/22/1986,86V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V009000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,11000,"THE SPRING EYE BOLT WAS NOT TORQUED PROPERLY AND COULD FAIL DUE TO THE LOOSE FIT WITHIN THE SPRING EYE BUSHING/HANGER BRACKET. CONSEQUENCE OF DEFECT: THE SPRING COULD FALL ONTO THE ROAD SURFACE, WITHOUT WARNING TO THE DRIVER, AND A VEHICLE CRASH COULD OCCUR DUE TO THE SUDDEN DRAG OF THE SPRING.",,NOT AVAILABLE AT THIS TIME. IN THE INTERIM THE TORQUE OF THE SPRING EYE BOLT WILL BE CHECKED. -01/17/1986,86V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V007000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,26760,"THE ACCELERATOR ROD HOLE CLEARANCE IS NOT ADEQUATE AND CAN CAUSE THE ACCELERATOR LINKAGE TO BIND. CONSEQUENCE OF DEFECT: IF BINDING OCCURS WHILE IN A FULL THROTTLE POSITION, ACCELERATOR CONTROL WOULD BE LOST WITHOUT WARNING AND AN ACCIDENT COULD OCCUR.",,ENLARGE THE ACCELERATOR ROD HOLE TO ELIMINATE INTERFERENCE WITHIN ACCELERATOR LINKAGE. -01/17/1986,86V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V008000),"Mack Trucks, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,7000,"LEFT OR RIGHT CAB STEP MAY CRACK IN ITS WELDED AREA DUE TO FLEXING OF THE STEP DURING ENTERING AND EXITING. CONSEQUENCE OF DEFECT: AS THE CRACKS EXTEND, THE TUBULAR STEP COULD PARTIALLY COLLAPSE AND BREAK WITHOUT WARNING TO THE USER, AND COULD RESULT IN PERSONAL INJURIES.",,"INSTALL A REINFORCEMENT BRACE IF NO CRACKS ARE FOUND. IN ADDITION, REPLACE STEP IF CRACKS ARE PRESENT." -01/14/1986,86V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V005000),"Mack Trucks, Inc.",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,484,INCORRECT INNER WHEEL BEARINGS WERE INSTALLED IN THE REAR AXLES WHICH WEARS A GROOVE IN THE SPINDLE DUE TO A POOR FIT. CONSEQUENCE OF DEFECT: A DEEP GROOVE COULD CAUSE THE AXLE HOUSING TO BREAK AND RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,"REPLACE INNER WHEEL BEARING WITH CORRECT BEARING. ALSO, IF A GROOVE IS PRESENT, REMOVE THE GROOVE AND ASSURE THAT NO CRACKS ARE PRESENT. REPLACE HOUSING IF CRACKED." -01/14/1986,86V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V026000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,120292,"STEERING ARM MAY CRACK AFTER REPEATED FULL LOCK TURNS DUE TO THE LACK OF END-OF-TRAVEL RELIEF FEATURES. CONSEQUENCE OF DEFECT: LOSS OF STEERING CONTROL WOULD BE EXPERIENCED IF CRACKS EXPAND TO COMPLETE FRACTURE OF THE ARM, AND A CRASH COULD OCCUR WITHOUT PRIOR WARNING.",,REPLACE STEERING ARM WITH A REDESIGNED STRENGTHENED ARM. -01/13/1986,86E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86E001000),TREDIT TIRE & WHEEL CO INC,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,2775,"DUE TO CHANGE IN MANUFACTURING PROCESS FROM A 15 INCH DROP CENTER RIM TO A 14 INCH DROP CENTER RIM, THE RIM AREA WAS NOT REINFORCED PROPERLY. CONSEQUENCE OF DEFECT: THE LACK OF PROPER REINFORCEMENT COULD CAUSE RIMS TO FRACTURE, RESULTING IN LOSS OF AIR AND POSSIBLY LOSS OF VEHICLE CONTROL, WHICH MAY LEAD TO AN ACCIDENT.",,ALL SUSPECTED WHEELS WILL BE REPLACED WITH NEW IMPROVED WHEELS. -01/10/1986,86V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V024000),"STREAMLINE MFG., INC.",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,11,TIRES AND RIMS MOUNTED WERE NOT THE PROPER MATCHED. CONSEQUENCE OF DEFECT: IMPROPERLY MATCHED TIRES AND RIMS COULD RESULT IN TEARS OR OTHER WEAR PROBLEMS WHICH COULD CAUSE A BLOWOUT OR OTHER TOWING DIFFICULTIES. THIS MAY CAUSE LOSS OF CONTROL LEADING TO A POSSIBLE CRASH. USE OF THE TRAILER SHOULD BE IMMEDIATELY DISCONTINUED AND THE TRAILER DISABLED IN ORDER TO PREVENT AN ACCIDENT.,,REPLACE RIMS AND REMOUNT OR REPLACE TIRES SHOWING CHAFING OR DEFECTS. -01/06/1986,86V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V020000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7400,"CERTAIN BRAKE MASTER CYLINDERS MAY HAVE BEEN OVERSTRESSED AND CRACKED DURING MANUFACTURE. CONSEQUENCE OF DEFECT: A CRACKED CYLINDER MAY FAIL DURING BRAKING, RESULTING IN LOSS OF BRAKING CAPABILITY, WHICH MAY LEAD TO AN ACCIDENT.",,REPLACE SUSPECT CYLINDERS. -01/05/1986,86V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V019000),"PEUGEOT, INC.",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,200,"RETAINING BOLTS USED THROUGHOUT THE CAR WHICH GROUND CERTAIN ELECTRICAL SYSTEMS AND COMPONENTS WERE IMPROPERLY HEAT TREATED, MAKING THE BOLTS BRITTLE AND SUBJECT TO BREAKAGE. CONSEQUENCE OF DEFECT: DEPENDING ON BOLT WHICH FAILS, THE VEHICLE WILL EXPERIENCE LOSS OF POWER TO THE FUEL PUMP, FRONT AND REAR LIGHTING, WINDSHIELD WIPERS, DASHBOARD LIGHTS AND/OR INTERIOR ACCESSORIES WITHOUT WARNING. LOSS OF POWER TO THE FUEL PUMP WILL CAUSE THE CAR TO STALL WHICH MAY PRESENT A HIGHWAY HAZARD. LOSS OF LIGHTS AND/OR WINDSHIELD WIPER ACTION MAY PREVENT THE DRIVER FROM HAVING CLEAR VISION OF THE ROAD OR HAVE THE CAR BE VISIBLE TO OTHER TRAFFIC WHICH MAY LEAD TO AN ACCIDENT.",,INSTALL REPLACEMENT BOLTS WHICH ARE PROPERLY HEAT TREATED. -01/05/1986,86V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V018000),FREIGHTLINER LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,226,"THE CENTRAL TUBE PART OF THE DRAG LINK, WHICH IS SET IN A ROTATIONAL POSITION, DOES NOT HAVE ENOUGH CLEARANCE BETWEEN THE NUT OR BOLT HEAD AND THE AXLE BEAM. CONSEQUENCE OF DEFECT: THERE COULD BE INTERFERENCE DURING A RIGHT TURN WHEEL CUT AND MAY CAUSE THE STEERING LINKAGE TO BIND, LEADING TO THE LOSS OF STEERING CONTROL AND AN ACCIDENT.",,"REPLACE ADJUSTABLE DRAG LINK WITH AN ASSEMBLY ON WHICH ONLY THE FORWARD END IS ADJUSTABLE. ALSO, STAKE REAR END." -01/04/1986,86V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V017000),UD Trucks Corporation,BRAKES:AIR:OVER:HYDRAULIC:DISC:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,196,"THE RUBBER VALVE WHICH FITS INTO THE AIR BOOSTER MAY CRACK WHEN THE PRESSURE BECOMES TOO HIGH, ALLOWING THE BRAKE FLUID TO FLOW INTO AIR BOOSTER CAUSING THE RUBBER VALVE TO BE CAUGHT BETWEEN THE RUBBER STEM AND THE PISTON. CONSEQUENCE OF DEFECT: IF CRACK EXPANDS AND RUBBER VALVE BREAKS, THE REAR BRAKE WOULD NO LONGER FUNCTION. FRONT BRAKE WOULD RETAIN ITS USUAL CONDITIONS, HOWEVER THE STOPPING DISTANCE WOULD INCREASE AND COULD RESULT IN AN ACCIDENT.",,DEALERS WILL REPLACE THE AIR BOOSTER. -01/04/1986,86V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V015000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:WARNING SYSTEM,PARKING BRAKE,NR (Not Reported),Vehicle,4967,"THE PARKING BRAKE ACTUATING LEVER CAM MAY CONTAIN A QUENCH CRACK WHICH CAN WIDEN, REDUCING THE HOLDING CAPABILITY OF THE PARKING BRAKES. CONSEQUENCE OF DEFECT: THE REDUCED HOLDING CAPABILITY OF THE PARKING BRAKE COULD ALLOW AN UNATTENDED TRUCK TO ROLL AWAY UNCONTROLLED, WHICH MAY LEAD TO AN ACCIDENT.",,INSTALL A NEW ACTUATION LEVER. -01/03/1986,86V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86V014000),Utility Trailer Manufacturing Company,SUSPENSION:TWIN I-BEAM:SOLID:FRONT KING PIN,SUSPENSION,NR (Not Reported),Vehicle,4400,A FORGING DEFECT IS PRESENT IN THE DANA SEMI TRAILER KING PIN WHICH CAUSES IT TO FAIL. CONSEQUENCE OF DEFECT: KING PIN FAILURE COULD CAUSE LOSS OF VEHICLE CONTROL WITHOUT PRIOR WARNING WHICH COULD LEAD TO A CRASH.,,REPLACE THE FRONT SUBFRAME WHICH INCLUDES THE KING PIN. -01/03/1986,86T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T001000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,867,INCORRECT COMPOUND WAS USED IN BEAD AREA AND MAY CAUSE A BEAD AREA SEPARATION. CONSEQUENCE OF DEFECT: TIRES MAY DEVELOP A BEAD AREA SEPARATION. THIS COULD ALLOW RAPID LOSS OF TIRE AIR WHICH MAY RESULT IN LOSS OF CONTROL AND AN ACCIDENT.,,REPLACEMENT OF TIRES AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -01/03/1986,86T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=86T002000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,433,"INSUFFICIENT CURE DURING MANUFACTURING IN THE TREAD AND SHOULDER AREA MAY RESULT IN TREAD AND SHOULDER AREA SEPARATION. CONSEQUENCE OF DEFECT: TIRES MAY DEVELOP A TREAD AND SHOULDER AREA SEPARATION, WHICH CAUSES LOSS OF TIRE AIR AND MAY LEAD TO LOSS OF CONTROL AND AN ACCIDENT.",,TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -12/26/1985,85V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V171000),Blue Bird Body Company,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,11,FMVSS 121 REQUIRES THAT THE AIR OPERATED OIL LINE TO THE WET AIR PRESSURE TANK CONTAIN AN AUTOMATIC HIGH PRESSURE VALVE TO PROTECT THE BRAKE AIR LINES. THIS PRESSURE VALVE WAS OMITTED. CONSEQUENCE OF DEFECT: THE OMISSION OF THE PROTECTION PRESSURE VALVE COULD ALLOW THE AIR LINE PRESSURE TO INCREASE TO THE POINT THAT IT WOULD DAMAGE THE AIR LINES AND WOULD RESULT IN DRAINING AIR PRESSURE FROM THE BRAKE SYSTEM CAUSING LOSS OF BRAKES WHICH COULD LEAD TO AN ACCIDENT.,,ADD PRESSURE PROTECTION VALVE TO THE TEE IN THE AIR ACCESSORY LINE. -12/26/1985,85V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V173000),AUTOMATIC EQUIP. MFG. CO.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,500,,THESE CRACKS EVENTUALLY INCREASE AND FATIGUE THE TONGUE MOUNT TO THE POINT WHERE THE TRAILER COULD BREAK AWAY FROM THE CAR AND ROLL UNCONTROLLABLY ON THE HIGHWAY AND POSSIBLY CAUSE AN ACCIDENT.,REINFORCEMENT ANGLE PLATES WILL BE WELDED TO THE UNDER SIDE OF THE TONGUE MOUNT AND ANY OF THE POTENTIAL CRACK AREAS WHICH HAVE CRACKS WILL BE REWELDED. -12/26/1985,85V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V172000),Ford Motor Company,STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,4500,,"IF THE CAR IS LEFT UNATTENDED WITH THE KEY REMOVED AND THE IGNITION SWITCH NOT IN LOCK POSITION, THE CAR CAN BE EASILY STOLEN. STUDIES HAVE SHOWN THAT STOLEN CARS ARE FREQUENTLY INVOLVED IN ACCIDENTS.",IGNITION LOCK SWITCH CYLINDER WILL BE REPLACED. -12/23/1985,85V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V170000),Oshkosh Corporation,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,430,"AN ERROR IN THE INSTALLATION OF THE BRAKE AIR LINE RESULTED IN CONNECTING THE FRONT AND REAR AIR BRAKE SUPPLY TANKS IN SERIES WITHOUT A CHECK VALVE BETWEEN THEM. IF AN AIR LEAK DEVELOPS IN EITHER THE FRONT OR REAR BRAKE SYSTEM, BOTH TANKS WOULD BE DEPLETED OF AIR CAUSING BOTH BRAKE SYSTEMS TO BE INOPERATIVE. CONSEQUENCE OF DEFECT: A TRUCK WITHOUT INDEPENDENT FRONT AND REAR BRAKE SYSTEMS IS IN NONCOMPLIANCE WITH FMVSS 121, AIR BRAKE SYSTEMS, WHICH PROVIDES SUCH A SYSTEM TO REDUCE HIGHWAY ACCIDENTS.",,REWORK PLUMBING FOR BRAKE LINES TO ENABLE FRONT BRAKE SYSTEMS TO BE INDEPENDENTLY FILLED AND PROTECTED FROM REAR BRAKE SYSTEM. -12/20/1985,85V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V168000),Ford Motor Company,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,51500,"THE HYDRAULIC PARKING BRAKE CONTROL VALVE MAY INADVERTENTLY ACTIVATE DUE TO MOMENTARY PRESSURE DISRUPTIONS WITHIN THE SYSTEM AND CAUSE THE PARKING BRAKE TO BE APPLIED, STOPPING OR SLOWING THE TRUCK UNEXPECTEDLY. CONSEQUENCE OF DEFECT: THIS UNEXPECTED STOPPING OR SLOWING OF THE TRUCK MAY INCREASE THE RISK OF A REAR END COLLISION SINCE THE BRAKE (STOP) LIGHTS ARE NOT ACTIVATED. ALSO, ON CERTAIN ROAD CONDITIONS THIS OCCURRENCE MAY RESULT IN LOSS OF VEHICLE CONTROL WHICH WOULD LEAD TO AN ACCIDENT.",,REPLACE THE PUSH-PULL TYPE BRAKE CONTROL VALVE WITH NEW OVER-CENTER CAM TYPE VALVES. -12/20/1985,85V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V169000),"General Motors, LLC",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,738485,"DISLOCATION OF A SPRING COVER WILL NOT ALLOW THE SHOULDER BELT TO RETRACT AFTER BEING EXTENDED. CONSEQUENCE OF DEFECT: ALTHOUGH INERTIAL FEATURE THAT LOCKS THE LAP BELT AND SHOULDER BELT IN THE EVENT OF AN ACCIDENT ARE NOT AFFECTED, IF SLACK IS MORE THAN RECOMMENDED IN OWNERS MANUAL, INJURIES TO UPPER BODY AND HEAD WOULD BE INCREASED IN AN ACCIDENT.",,"INSTALL RETAINING SPRINGS ON SPRING COVER OF FRONT SHOULDER BELT RETRACTOR AND, WHEN REQUIRED, RETRACTORS WILL BE REPLACED." -12/20/1985,85V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V167000),"GRUMMAN ALLIED IND., INC.",STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,218,"THE REINFORCING PLATES WERE OMITTED FROM THE TRAILER PIN BOX ASSEMBLY, WHICH IS USED TO HOLD THE FIFTH WHEEL ASSEMBLY TO THE TRAILER. CONSEQUENCE OF DEFECT: A FATIQUE FAILURE OFF THE PIN BOX ALLOW THE FIFTH WHEEL ASSEMBLY TO SEPARATE FROM THE TRAILER. THEREFORE, THE TRAILER WILL FALL OFF THE TOWING TRUCK AND ROLL UNCONTROLLED ON THE ROADWAY. THIS MAY CAUSE AN ACCIDENT.",,REPLACE THE PIN BOX ASSEMBLY IF REINFORCEMENT PLATES ARE MISSING. -12/18/1985,85E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E036000),"DRY LAUNCH,DIV. OF SIERRA",LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2000,"THE LIGHT (PHOTOMETRIC) OUTPUT OF THE STOP LAMP, SIDE MARKER LAMP, SIDE REFLEX AND LICENSE PLATE LAMPS DO NOT MEET THE REQUIREMENTS OF FMVSS 108. THEY ARE NOT AS VISIBLE AS LIGHTS WHICH MEET THE FMVSS REQUIREMENTS. CONSEQUENCE OF DEFECT: TRAILERS EQUIPPED WITH THESE LAMPS MAY PRESENT A VISIBILITY PROBLEM AT NIGHT. ALSO, THE STOP LAMPS MAY NOT PROVIDE A VISIBLE WARNING THAT THE TOWING VEHICLE IS BRAKING. IN EITHER CASE, AN ACCIDENT MAY OCCUR.",,LAMPS WILL BE REPLACED WITH LAMPS THAT MEET THE FMVSS REQUIREMENTS. -12/18/1985,85V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V165000),NEOPLAN USA CORPORATION,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,54,"AN INDUCTIVE VOLTAGE SPIKE MAY AFFECT THE REAR DOOR TIME DELAY RELAY IN A MANNER WHICH CAUSES THE MAGNETIC BRAKE VALVE TO ENERGIZE. WHEN THIS VALVE IS ENERGIZED THE BUS BRAKES ARE APPLIED. CONSEQUENCE OF DEFECT: IF THIS OCCURS WHEN THE BUS IS IN MOTION, THE BUS WILL BRAKE UNEXPECTEDLY WITHOUT ANY ACTION FROM THE OPERATOR AND MAY CAUSE INJURIES TO ITS OCCUPANTS OR CAUSE AN ACCIDENT.",,INSTALL A NEW REAR DOOR TIME DELAY RELAY TO PREVENT BRAKES FROM BEING ACTIVATED AT THE WRONG TIME. -12/18/1985,85V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V166000),FEDERAL MOTORS INC.,WHEELS,WHEELS,NR (Not Reported),Vehicle,10,"INCORRECT BUDD WHEELS OF A LOWER THAN REQUIRED LOAD RATING WERE INSTALLED ON SOME TRUCKS. THE INSTALLATION OF THESE WHEELS CAUSES THE FIRE TRUCKS TO BE IN NONCOMPLIANCE WITH FMVSS 120 AND MAY FAIL DURING USE. CONSEQUENCE OF DEFECT: IF THE LOW LOAD RATING WHEELS ARE INSTALLED THEY MAY BREAK DURING USE, CAUSING LOSS OF VEHICLE CONTROL WHICH COULD LEAD TO AN ACCIDENT. NOTE: TRUCKS SHOULD NOT BE DRIVEN UNTIL CORRECTIVE ACTION IS COMPLETED.",,INSTALL PROPER WHEELS. -12/16/1985,85T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T019000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,90,FAILURE TO MEET REQUIREMENTS OF FMVSS 109 HIGH SPEED COMPLIANCE TESTING. CONSEQUENCE OF DEFECT: TIRES MAY DEVELOP TREAD SEPARATION IN THE SHOULDER AREA. THIS CONDITION COULD LEAD TO LOSS OF AIR AND POSSIBLE LOSS OF STEERING CONTROL AND LEAD TO AN ACCIDENT.,,REPLACE TIRE WITH NEW ONE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: UPHHJAU435. -12/11/1985,85V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V164000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,10800,"VANS EQUIPPED WITH THE OPTIONAL SUNSCREEN REAR GLASS WHICH HAS LESS THAN 70 PERCENT LUMINOUS TRANSMITTANCE AND DOES NOT HAVE A PASSENGER SIDE OUTSIDE REARVIEW MIRROR ARE NOT IN COMPLIANCE WITH FMVSS 111, REAR VIEW MIRRORS. CONSEQUENCE OF DEFECT: THE DRIVERS OF THESE VANS DO NOT HAVE THE MINIMUM FIELD OF VISION REQUIRED BY FMVSS 111. WITHOUT THIS MINIMUM FIELD OF VISION THE DRIVER CANNOT MANEUVER HIS VEHICLE SAFELY AND MAY CAUSE AN ACCIDENT.",,INSTALL PASSENGER SIDE OUTSIDE REARVIEW MIRROR. -12/09/1985,85V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V163000),THEURER INC.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,162,"TWO WELDS CONNECTING THE PINTLE HOOK CROSSMEMBER ASSEMBLY TO THE TRAILERS SUSPENSION SUBFRAME HAVE BEEN OMITTED. THIS CAUSES CRACKS TO FORM ON CROSSMEMBER WHEN TOWING ANOTHER TRAILER. CONSEQUENCE OF DEFECT: THESE FATIGUE CRACKS WILL RAPIDLY DEVELOP IN THE PINTLE HOOK CROSSMEMBER AND CONTINUE TO GROW UNTIL THE CROSSMEMBER SEPARATES FROM THE TRAILER'S SUSPENSION SUBFRAME. A SEPARATED TOWED VEHICLE WOULD BE OUT OF CONTROL UNTIL ITS EMERGENCY BRAKING SYSTEM BRINGS IT TO A STOP. HOWEVER, AN ACCIDENT MAY OCCUR DURING THE TIME IT IS OUT OF CONTROL.",,ADD ANY MISSING WELDS AND APPLY REINFORCEMENT GUSSETS. REPAIR AND/OR REPLACE ANY CRACKED PINTLE HOOK CROSSMEMBERS. -12/09/1985,85V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V003000),"Ferrari North America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,181,THERE MAY BE INTERFERENCE BETWEEN THE FUEL TANK AND SURROUNDING PANELS CAUSING ABRASION OF THE FUEL TANK SURFACE. CONSEQUENCES OF DEFECT: ABRASION COULD AFFECT THE INTEGRITY OF THE FUEL TANK AND RESULT IN FUEL LEAKAGE AND A FIRE HAZARD.,,INSTALL PROTECTIVE POLYURETHANE CUSHIONS BETWEEN BODY PANELS AND FUEL TANK. -12/09/1985,85V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V005000),"Ferrari North America, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,345,"THE SPLINED COUPLING BETWEEN THE STEERING COLUMN AND STEERING BOX COULD DEVELOP INTERNAL CORROSION DUE TO ITS EXPOSED POSITION AND CHARACTERISTICS. CONSEQUENCES OF DEFECT: PROLONGED USE OF THE CAR COULD CAUSE DETERIORATION OF THE COUPLING, VIBRATIONS IN THE STEERING SYSTEM, AND HANDLING DIFFICULTY WHICH COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,REPLACE THE STEERING PINION EXTENSION WITH A NEW PREGREASED PART INSTALLED WITH A NEW BOLT. -12/09/1985,85V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V004000),"Ferrari North America, Inc.",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,389,"THE FRONT WHEEL BEARING MAY DETERIORATE, CAUSING VIBRATION AND NOISE FROM THE FRONT SUSPENSION ASSEMBLY. CONSEQUENCE OF DEFECT: CONTINUED USE OF THE CAR AFTER NOTICING VIBRATION AND NOISE COULD CAUSE HANDLING DIFFICULTY AND RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,REPLACE PART OF BOTH RIGHT AND LEFT WHEEL HUB ASSEMBLY. -12/04/1985,85V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V162000),"McNeilus Truck & Manufacturing, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,643,"THE CERTIFICATION LABEL FOR THE TRUCK WAS OMITTED. CONSEQUENCE OF DEFECT: GROSS VEHICLE WEIGHT AND TIRE CAPACITY INFORMATION IS MISSING. THEREFORE, TRUCKS DO NOT COMPLY WITH FMVSS 120.",,INSTALL LABELS. -12/03/1985,85V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V161000),FREIGHTLINER LLC,BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,"REAR BRAKE RELAY VALVE CONTROL LINE WAS CONNECTED TO THE SECONDARY DOUBLE CHECK VALVE, RATHER THAN THE PRIMARY ONE. CONSEQUENCE OF DEFECT: THESE TRUCKS HAVE A TWO AXLE BRAKE SYSTEM EACH ON SEPARATE SYSTEMS TO AVOID TOTAL LOSS OF BRAKES. HOWEVER WITH THE MISCONNECTED LINES AND IF A RUPTURE OR LEAK OCCURS IN THE CONTROL LINE, THE FRONT AND REAR AXLE BRAKES WILL FAIL.",,PROPERLY CONNECT CONTROL LINE TO THE PRIMARY DOUBLE CHECK VALVE. RECHECK FOR PROPER OPERATION OF FRONT BRAKES. -12/03/1985,85E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E001000),"CONCENTRIC CONTROLS,LTD.",LPG TANK VALVE,EQUIPMENT,NR (Not Reported),Equipment,15000,,THE HIGH FLOW OF GAS TO THE BURNER CAUSES AN ABNORMALLY HIGH FLAME WHICH MAY CAUSE A FIRE.,ALL VALVES WILL BE REPLACED WITH VALVES WITH ADDITIONAL STAKING OF THE ORIFICE CUP TO ENSURE THAT IT WILL NOT BECOME DISLODGED. -12/03/1985,85V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V160000),"General Motors, LLC",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,26741,A PART OF THE STEERING GEAR HOUSING WHICH ATTACHES TO THE FRAME MAY BREAK. CONSEQUENCE OF DEFECT: STEERING DIFFICULTIES WILL OCCUR AND THE STEERING GEAR TO THE FRAME MAY FRACTURE RESULTING IN LOSS OF STEERING CONTROL. THIS COULD RESULT IN A VEHICLE CRASH.,,REPLACE BROKEN OR CRACKED STEERING GEAR OR INSTALL A BRACE IF STEERING GEAR IS NOT BROKEN OR CRACKED. -12/02/1985,85V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V002000),"Volvo Car USA, LLC",ENGINE COOLING SYSTEM:PUMP:WATER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,7390,"CERTAIN VEHICLES ARE EQUIPPED WITH WATER PUMP PULLEYS WHICH MAY CONTAIN A MANUFACTURING DEFECT, REDUCING THE DURABILITY OF THE PULLEY. CONSEQUENCE OF DEFECT: IF THE PULLEY FAILS, PIECES MAY BE THROWN ABOUT INSIDE THE ENGINE COMPARTMENT AND CAUSE DAMAGE TO ENGINE COMPONENTS. IF THE HOOD SHOULD BE OPENED IT IS POSSIBLE A PULLEY FAILURE COULD CAUSE INJURY TO PERSONS IN THE AREA.",,INSPECT AND REPLACE THE PULLEY WHERE NECESSARY. -12/02/1985,85V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V001000),AM GENERAL LLC,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,334,"THE VEHICLES WERE MODIFIED TO EXTEND THE FRONT FRAME ASSEMBLY. HOWEVER, CERTAIN COMPONENTS AND ATTACHING HARDWARE REQUIRED TO EXTEND THE FRAME WERE NOT INSTALLED. CONSEQUENCE OF DEFECT: THE EXTENDED FRAME CONTAINS A WINCH, THAT WHEN USED MAY CAUSE THE FRAME TO FAIL AND CAUSE AN ACCIDENT.",,INSPECT AND IF NECESSARY RETROFITTING TO THE REQUIRED DESIGN. -11/27/1985,85E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E035000),Atwood Mobile Products,LPG WATER HEATER (RV),EQUIPMENT,NR (Not Reported),Equipment,157606,CERTAIN WIND CONDITIONS CAN CAUSE A DOWN DRAFT AND CREATE A SLIGHT POSITIVE PRESSURE AT THE WATER HEATER FLUE GAS OUTLET. THIS MAY CAUSE A FLAME REVERSAL TO OCCUR FROM THE BURNER TUBE IN THE COMPARTMENT BETWEEN THE WATER HEATER AND THE COMBUSTION PAN. CONSEQUENCE OF DEFECT: THE FLAMES THAT OCCUR DURING FLAME REVERSAL MAY CAUSE DETERIORATION OF THE GASKET SURROUNDING THE PRESSURE AND TEMPERATURE RELEF VALVE. THIS ALLOWS THE FLAMES TO CONTACT THE FIBERBOARD JACKET AROUND THE WATER STORAGE TANK. IF THIS OCCURS A SMOLDERING FIRE MAY RESULT AND CREATE A RISK TO THE VEHICLE AND ITS OCCUPANTS.,,REPLACE PRESENT GASKET WITH ONE THAT HAS A HIGH TEMPERATURE RESISTANCE AND FLAME RESISTANT MATERIAL. -11/26/1985,85V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V159000),"Mack Trucks, Inc.",EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,3308,THE QUICK RELEASE VALVE SUPPORT BRACKET MOUNTED ON THE AXLE MAY CRACK. THIS CAUSES FATIGUE FAILURE OF THE STEEL AIR LINES LEADING TO THE REAR PARKING BRAKES AND CHASSIS SERVICE BRAKES RESULTING IN SUDDEN LOSS OF AIR PRESSURE. CONSEQUENCE OF DEFECT: THIS SUDDEN LOSS OF AIR TO THE BRAKE CHAMBERS WILL RESULT IN AUTOMATIC ACTUATION OF REAR PARKING BRAKE CAUSING SUDDEN REAR WHEEL LOCKUP WHICH MAY CONTRIBUTE TO AN ACCIDENT.,,INSTALL A REDESIGNED VALVE SUPPORT BRACKET. -11/26/1985,85V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V157000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,143,THE SPLINED STEERING SHAFT MAY NOT BE SUFFICIENTLY ENGAGED AS DESIGNED DUE TO INACCURATE DRILLING OF THE HOLES IN THE FRAME TO WHICH THE CAB FRONT MOUNT MEMBER IS BOLTED. UNDER CERTAIN CONDITIONS THE STEERING SHAFT MAY DISENGAGE. CONSEQUENCE OF DEFECT: A JARRING IMPACT MIGHT CAUSE DISENGAMENT OF THE SPLINED SHAFT RESULTING IN LOSS OF STEERING CONTROL AND POSSIBLY AN ACCIDENT.,,REPLACE SHAFTS WHICH MEASURE UNDER THE MINIMUM ENGAGEMENT DIMENSIONS WITH LONGER SHAFT. -11/26/1985,85V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V158000),WESTERN PRODUCTS,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,1575,THE RIGHT HAND FRAME RAIL LOWER FLANGE COULD DEVELOP CRACKS DUE TO POOR GRINDING METHODS AT STRESS POINTS. CONSEQUENCE OF DEFECT: FRAME FAILURE COULD OCCUR WITHOUT WARNING AND COULD RESULT IN LOSS OF CONTROL AND POSSIBLY A CRASH.,,REMOVE AND REPLACE FRAME RAIL AS NECESSARY OR GROUND OUT AND DRESS TO ELIMINATE ANY STRESS RISERS THAT MAY DEVELOP. -11/26/1985,85V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V156000),"General Motors, LLC",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,861,"THE WHEEL MAY DEVELOP CRACKS BETWEEN THE DISC AND RIM. CONSEQUENCE OF DEFECT: IF THIS OCCURS AND IS NOT NOTICED, THE CRACK COULD INCREASE AROUND THE RIM, RESULTING IN SEPARATION OF THE RIM FROM THE DISC, LOSS OF CONTROL AND AN ACCIDENT MAY OCCUR.",,REPLACE WHEELS HAVING THE SUSPECTED MANUFACTURING CODE NUMBER. -11/21/1985,85V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V154000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL LINES FITTINGS:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1520,THE BODY IS SUBJECT TO SHIFT FORWARD DURING AN IMPACT AND THE FUEL FILLER HOSE AND/OR FUEL VENT LINE HOSE MAY SEPARATE FROM EITHER THE FUEL FILLER NECK OR THE GAS TANK. THIS DOES NOT COMPLY WITH FMVSS 301. CONSEQUENCE OF DEFECT: A FUEL SPILL COULD OCCUR AND POSSIBLY RESULT IN A FIRE.,,"INSTALL NEW FUEL FILLER AND VENT LINE HOSES, WHICH ARE CAPABLE OF BEING STRETCHED BEYOND THE EXTENT TO WHICH THE BODY COULD SHIFT FORWARD DURING A 30 MPH FRONTAL IMPACT." -11/21/1985,85V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V155000),"COACHMEN INDUSTRIES, INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,153,THE LP GAS LINES FOR THE REFRIGERATOR AND FURNACE MAY CONTACT THE TOP OF THE REAR SUSPENSION SYSTEM CAUSING DAMAGE OR RUPTURE OF THE PROPANE LINE. CONSEQUENCE OF DEFECT: A DAMAGED LP GAS LINE COULD LEAK AND MAY RESULT IN A FIRE OR EXPLOSITON. NOTE: THE PROPANE GAS SYSTEM SHOULD BE TURNED OFF AT THE TANK AND NOT USED UNTIL THE CORRECTIVE ACTION IS COMPLETED.,,REROUTE LP GAS TO CLEAR SUSPENSION SYSTEM. -11/19/1985,85V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V150000),Oshkosh Corporation,BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,58,"THE AIR SYSTEM SERVICE RELAY SUPPLY LINE ON THE #2 AXLE IS INCORRECTLY INSTALLED INTO THE FRONT AIR SYSTEM RESERVOIR. CONSEQUENCE OF DEFECT: IF FRONT SERVICE BRAKES WERE TO FAIL, THE SECONDARY, OR EMERGENCY BRAKING SYSTEM FOR THE #2 AXLE, WOULD NOT WORK. THIS WOULD LEAD TO A COMPLETE LOSS OF BRAKING CAPABILITY WHICH MAY CAUSE AN ACCIDENT. CORRECTIVE ACTION. REINSTALL THE AIR HOSES INTO THE REAR AIR SYSTEM RESERVOIR.",, -11/19/1985,85V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V153000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27942,THE POSITIVE BATTERY CABLE MAY CONTACT THE UPPER CONTROL ARM OR EXHAUST MANIFOLD SHIELD AND EVENTUALLY WEAR THROUGH THE INSULATION AND GROUND THE CABLE. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN AN UNDERHOOD FIRE WHICH COULD CAUSE BURN INJURIES TO OCCUPANTS.,,INSTALL A POSITIVE BATTERY SERVICE KIT. -11/19/1985,85V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V151000),"General Motors, LLC",FUEL:FUEL LINES FITTINGS:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27942,THE FUEL FEED AND FUEL RETURN PIPE ASSEMBLIES INCLUDES A HOSE WHICH MAY CONTACT THE POINTED END OF THE RADIATOR SHROUD ATTACHING SCREW. THIS COULD CAUSE A GASOLINE LEAK. CONSEQUENCE OF DEFECT: IF FUEL LEAK DEVELOPS IT COULD RESULT IN AN UNDERHOOD FIRE AND BURN INJURIES TO OCCUPANTS.,,REPOSITION FUEL LINES TO PRECLUDE CONTACT WITH RADIATOR SHROUD ATTACHING SCREW. -11/19/1985,85V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V152000),"Volkswagen Group of America, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,18328,THE LATCH OF THE PASSENGER SIDE SLIDING DOOR MAY BECOME DAMAGED IF EXCESSIVE FORCE IS USED TO CLOSE THE DOOR. THE DAMAGED DOOR LOCK MECHANISM WILL NOT PROPERLY ENGAGE AND THE DOOR COULD OPEN IF VEHICLE IS DRIVEN OVER BUMPY ROADS. CONSEQUENCE OF DEFECT: IF THIS OCCURS THERE IS A POSSIBILITY THAT A PASSENGER COULD FALL OUT CAUSING INJURY OR DEATH.,,MODIFY THE SLIDING DOOR LOCK ASSEMBLY SO DOOR WILL PROPERLY ENGAGE. -11/18/1985,85V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V149000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:REFLECTIVE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4036,"INCORRECT TAIL LAMP LENS WERE INSTALLED, LENS DO NOT CONFORM TO FMVSS 108, LAMP REFLECTIVE DEVICE AND ASSOCIATED EQUIPMENT. CONSEQUENCE OF DEFECT: IN TIMES OF REDUCED VISIBILITY, AN APPROACHING VEHICLE MAY NOT BE AWARE OF THIS VEHICLE WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",,CORRECT TAIL LAMP LENS WILL BE INSTALLED. -11/15/1985,85V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V148000),TRANSPORTATION MFG. CORP.,BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,"BRAKE AIR LINES WERE INCORRECTLY INSTALLED. THE BRAKE AIR LINES FROM THE BULKHEAD FITTINGS TO A TWO-WAY VALVE AND TO A RELAY VALVE WHICH FEEDS THE PARK BRAKE AND SERVICE BRAKES WERE INADVERTENTLY REVERSED DURING INSTALLATION. CONSEQUENCE OF DEFECT: THIS CONDITION ALLOWS THE PARKING BRAKE TO FUNCTION NORMALLY, BUT WHEN THE SERVICE BRAKES ARE APPLIED AIR IS DIRECTED TO THE PARKING BRAKE DIAPHRAGMS AND NOT TO THE SERVICE BRAKES. THIS WILL SUBSTANTIALLY REDUCE THE STOPPING CAPABILITY OF THE SERVICE BRAKES. ALSO, IF THE PARKING BRAKES ARE APPLIED, THEY MAY BE DIFFICULT TO RELEASE.",,INSPECT AND MAKE PROPER INSTALLATION OF THE AIR BRAKE LINES. -11/13/1985,85V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V147000),"GRUMMAN ALLIED IND., INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,67,"THE ROUTING OF BRAKE LINES BROUGHT THE LINE CLOSE TO AN AREA USED TO FASTEN THE SEAT SOCKET SUPPORT STRUCTURE TO THE CHASSIS. THE FASTENING OF SEAT SUPPORT IS DONE WITH BOLTS AND WHEN THE BOLTS ARE TIGHTENED THE FREE END OF THE BOLTS PINCHES ONE OF THE BRAKE LINES AGAINST THE CHASSIS FRAME RAIL. THIS CAUSES A REDUCTION IN THE BRAKE LINE WHICH REDUCES THE VOLUME OF FLUID PASSING THROUGH THE LINE. CONSEQUENCE OF DEFECT: THE REDUCED VOLUME OF FLUID AFFECTS THE EFFICIENCY OF THE BRAKE SYSTEM. ALSO THE BRAKE LINE MAY CRACK CAUSING LOSS OF FLUID LINE . IN EITHER CASE, A LONGER STOPPING DISTANCE WOULD BE REQUIRED WHEN MAXIMUM BRAKE EFFICIENCY IS NEEDED. OPERATION OF A VEHICLE WITH DAMAGED BRAKES COULD LEAD TO A VEHICLE CRASH.",,INSPECT AND REPLACE THE AFFECTED BRAKE LINE WITH A NEW PART. -11/13/1985,85V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V146000),"Nissan North America, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1340,"THE STEERING COLUMN IS CONNECTED TO THE STEERING GEAR BY MEANS OF SPLINED SHAFT COUPLINGS. THESE COUPLINGS ARE SECURED WITH A TRANSVERSE BOLT AND LOCKWASHER. IT WAS FOUND THAT THE BOLT WAS NOT TIGHTENED AND TORQUED TO SPECIFICATIONS. CONSEQUENCE OF DEFECT: ALTHOUGH THE SPLINES PROVIDE ADEQUATE COUPLING TO PERMIT OPERATION, EXTENDED USE MAY RESULT IN SPLINE DISENGAGEMENT AND LOSS OF VEHICLE CONTROL WHICH MAY CAUSE AN ACCIDENT. CORECTIVE ACTION: INSPECT AND CORRECT AS NECESSARY TO PRECLUDE SPLINE DISENGEMENT.",, -11/08/1985,85T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T018000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,956,THESE TIRES FAIL TO MEET THE REQUIREMENTS OF FMVSS #109 ENDURANCE TESTS. A BLISTER COULD DEVELOP IN THE TREAD SHOULDER AREA RESULTING IN A PARTIAL TREAD SEPARATION. A SUDDEN LOSS OF AIR COULD OCCUR. CONSEQUENCE OF DEFECT: SUDDEN LOSS OF AIR CREATES A POTENTIAL FOR LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,,"TIRE WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 90 DAYS FROM RECEIPT OF NOTIFICATION. DOT IDENTIFICATION: CVHB2P3245, CVHB2P3255." -11/05/1985,85E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E034000),J.C. WHITNEY CO.,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,11889,"THE CRUISE CONTROL CAUSES THE THROTTLE ACTUATOR TO STICK PREVENTING THE DISENGAGEMENT OF THE THROTTLE. CONSEQUENCE OF DEFECT: IF THIS OCCURS, THE VEHICLE WOULD ACCELERATE WITHOUT CONTROL AND FURTHER, UPON RESTARTING THE VEHICLE, THE DEFECT MAY CAUSE RAPID ACCELERATION OF THE VEHICLE. IN EITHER CASE A CRASH COULD OCCUR WITHOUT WARNING.",,REPLACE UNIT WITH A NEW EQUIVALENT UNIT OR REFUND THE PURCHASE PRICE. -11/05/1985,85E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E033000),ENVIRONMENTAL EQUIP CORP.,EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Equipment,2062,A DEVICE TO CONTROL THE MOVEMENT OF THE WHEEL CHAIR LIFT IS NEEDED TO AVOID SUDDEN AND UNEXPECTED MOVEMENTS OF THE LIFT. CONSEQUENCE OF DEFECT: WITHOUT THE CONTROL DEVICE THE WHEEL CHAIR LIFT MAY MOVE AT ANYTIME AND CAUSE INJURY TO THE PERSON USING THE LIFT.,, -11/05/1985,85V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V145000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,227027,"REAR SUPENSION CONTROL ARM-TO-SPINDLE ATTACHMENT BOLTS MAY BE SUBJECT TO FRACTURE CAUSING THE REAR SPINDLE TO SEPARATE DURING USE OF CAR. CONSEQUENCE OF DEFECT: IF BOLTS FRACTURE AND REAR SPINDLE DISENGAGES FROM CONTROL ARM, LOSS OF CONTROL WILL BE EXPERIENCE WHICH MAY RESULT IN AN ACCIDENT.",,REPLACE REAR SUSPENSION BOLTS AS NECESSARY. -11/04/1985,85V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V144000),"COLLINS INDUSTRIES,INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,31,"THE REAR HYDRAULIC BRAKE LINE ON THE VEHICLE'S RIGHT SIDE MAY COME IN CONTACT WITH THE SUPPORTING STRUCTURE OF THE STEPWELL. THE CLEARENCE BETWEEN THE STEPWELL AND THE BRAKE LINE MOUNTED ON THE FRAMERAIL IS NOT SUFFICIENT. IF THE STEPWELL WERE TO TOUCH THE BRAKE LINE, DAMAGE TO THE BRAKE LINE COULD RESULT WITH THE PASSAGE OF TIME. CONSEQUENCE OF DEFECT: IF THE REAR HYDRAULIC BRAKE LINE WERE TO BE CRIMPED, RESPONSE OF THE REAR BREAKS WOULD BE SLOWED DOWN, THUS AFFECTING STOPPING TIMES. IF THE REAR HYDRAULIC LINE WAS TO BE SPLIT OPEN, LOSS OF FLUID WOULD RESULT AND PERFORMANCE OF THE ENTIRE BRAKING SYSTEM WOULD BE DEGRADED. OPERATION OF A VEHICLE WITH DAMAGED BRAKE LINES COULD LEAD TO SITUATIONS WHERE, IN PANIC STOP, A VEHICLE CRASH COULD RESULT. THIS COULD OCCUR WITHOUT PRIOR WARNING.",,REROUTE BRAKE LINES TO AVOID CONTACT WITH STEPWELL OR CHANGE DESIGN TO ALLOW CLEARANCE. -11/04/1985,85V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V143000),"THOMAS BUILT BUSES, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,96,"SANDERS WERE INSTALLED WITHOUT REINFORCEMENT PLATES AT POINT WHERE MOUNTING ANGLE BRACKETS ARE ATTACHED TO THE BUS BODY FLOOR CHANNEL. FLOOR CHANNEL MAY CRACK, POSSIBLY ALLOWING THE SANDER TO BECOME DETACHED FROM THE BUS BODY FLOOR CHANNEL. CONSEQUENCE OF DEFECT: IF SANDER BECOMES DETACHED IT WILL POSE A SAFETY HAZARD TO OTHER VEHICLE ON THE HIGHWAY.",,INSTALL REINFORCEMENT PLATES TO PREVENT CRACKING OF FLOOR CHANNEL. -10/29/1985,85V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V140000),"Chrysler (FCA US, LLC)",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,230,CERTAIN OF THESE VEHICLES MAY HAVE BEEN BUILT WITH CONTAMINATED BRAKE FLUID. CONSEQUENCE OF DEFECT: THIS CAN ADVERSELY AFFECT THE ENTIRE BRAKING SYSTEM WHERE COMPLETE BRAKE FAILURE CAN OCCUR WHICH COULD CAUSE AN ACCIDENT.,,FLUSH AND REFILL BRAKE SYSTEM WITH NEW HYDRAULIC BRAKE FLUID. -10/29/1985,85V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V142000),Volvo Trucks North America,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,14,THE COMPLIANCE LABEL INSTALLED INCORRECTLY LISTS THE GROSS VEHICLE WEIGHT RATING. CONSEQUENCE OF DEFECT: TRUCKS DO NOT COMPLY WITH PART 567 OF THE REGULATIONS.,,CORRECTED COMPLIANCE LABEL WILL BE SENT TO OWNERS. -10/29/1985,85V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V141000),"Winnebago Industries, Inc.",FUEL:FUEL EMISSION CONTROL:VALVE:OVERFILL:LIMIT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,285,"THE FUEL SHUT-OFF VALVE IN THE GENERATOR COMPARTMENT MAY CONTACT A BATTERY CABLE TERMINAL OR THE STARTER SOLENOID OF THE 7000 KOHLER GENERATOR. THIS CONTACT CAUSES AN ELECTRICAL SHORT CIRCUIT AND POSSIBLE FUEL LINE LEAKAGE. CONSEQUENCE OF DEFECT: SHOULD A SHORT OCCUR THE FUEL LINE WOULD BE DAMAGED, CAUSING A GASOLINE LEAKAGE. A POTENTIAL FOR AN EXPLOSION AND/OR FIRE.",,SECURE FUEL LINE IN A POSITION AWAY FROM THE BATTERY CABLE TERMINAL. -10/29/1985,85V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V139000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES FITTINGS:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14643,"JEEPS MAY HAVE AN IMPROPERLY CONNECTED FUEL LINE FITTING WHICH COULD BECOME DISCONNECTED AND CAUSE GASOLINE TO BE SPILLED. CONSEQUENCE OF DEFECT: IF THE FUEL LINE BECOMES DISCONNECTED, SPILLS GASOLINE AND AN IGNITION SOURCE IS PRESENT, A FIRE OR EXPLOSION MAY OCCUR.",,"RECONNECT FUEL LINE FITTING, AS REQUIRED." -10/25/1985,85V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V137000),FLXIBLE CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,866,"CERTIFICATION LABELS CONTAIN ERRORS IN THE VIN CODE. ON SOME 1984 AND 1985 BUSES THE CHECK DIGIT CONTAINS A ""DASH (-)"" RATHER THAN THE REQUIRED NUMBER (8). ALSO ON SOME 1984 BUSES THE CODE FOR THE YEAR OF MANUFACTURER IS INCORRECT. THE TENTH DIGIT CONTAINS A ""D"" (1984) INSTEAD OF AN ""E"" (1985). CONSEQUENCE OF DEFECT: BUSES ARE NOT IN COMPLIANCE WITH FMVSS 115.",,INSTALL A NEW CERTIFICATION LABEL WITH THE CORRECT VIN CODE WHERE THE CHECK DIGIT IS INCORRECT. ALSO NOTIFY THE OWNERS CONCERNING THE YEAR OF MANUFACTURER ERROR. -10/25/1985,85V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V138000),"FLEETWOOD ENTERPRISES, INC.",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12459,GENERATOR TAILPIPE CAN BECOME DAMAGED SO THAT IT TERMINATES UNDER THE MOTORHOME BODY ALLOWING EXHAUST GASES TO LEAK UNDER THE MOTORHOME AND SEEP INTO THE MOTOR HOME. CONSEQUENCE OF DEFECT: GENERATOR EXHAUST GASES INSIDE OF THE MOTORHOME CAUSES CARBON MONOXIDE POISONING WHICH COULD RESULT IN DEATH TO OCCUPANTS.,,"REROUTE AND/OR MODIFY GENERATOR EXHAUST SYSTEM TO ASSURE THAT EXHAUST PIPE REMAINS OPEN, UNBROKEN, AND EXTENDS PAST THE SIDE OR END OF THE BODY." -10/23/1985,85V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V135000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,294,"CLUTCH CABLE IS NOT PROPERLY SECURED CAUSING THE CABLE TO CONTACT THE MASTER CYLINDER BRAKE PIPE. CONSEQUENCE OF DEFECT: OVER A PERIOD OF TIME THIS MAY CAUSE WEAR THROUGH, BRAKE FLUID LEAK AND PARTIAL LOSS OF BRAKING ACTION WHICH COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",,"SECURE CLUTCH CABLE TO PRECLUDE CONTACT WITH MASTER CYLINDER BRAKE PIPE. ALSO, REPLACE BRAKE PIPE IF IT SHOWS ANY SIGN OF WEAR." -10/23/1985,85V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V136000),Mazda North American Operations,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,24270,FITTING OF THE BALL JOINT BETWEEN THE CRUISE CONTROL LEVER AND THE CONNECTING ROD MAY BE TIGHT CAUSING BINDING WHICH AFFECTS THE THROTTLE RETURN ACTION. CONSEQUENCE OF DEFECT: BINDING OF THE CRUISE CONTROL CONNECTING ROD COULD RESULT IN UNCONTROLLED ACCELERATION WHICH COULD CAUSE AN ACCIDENT.,,REPLACE THE CONNECTING ROD WITH ONE DESIGNED ESPECIALLY FOR THIS MODEL AND YEAR. -10/22/1985,85V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V134000),Ford Motor Company,ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3988,THE UNEXPECTED OPEN THROTTLE CAUSES AN INCREASE IN ENGINE SPEED WHICH COULD RESULT IN LOSS OF CONTROL OF THE CAR AND A POTENTIAL CRASH. CONSEQUENCE OF DEFECT: THE ELECTRONIC ENGINE CONTROL PROCESSOR MAY EXPERIENCE AN INTERMITTENT TIMING PROBLEM. THIS PROBLEM CAUSES IMPROPER EXECUTION ENGINE PERFORMANCE WHICH MAY MAINTAIN OR CAUSE A PARTIALLY OPEN THROTTLE.,,"REPLACE ELECTRONIC ENGINE CONTROL PROCESSOR, IF NECESSARY." -10/22/1985,85V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V133000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EMERGENCY PARKING BRAKE:MECHANICAL:DRIVELINE TYPE:,PARKING BRAKE,NR (Not Reported),Vehicle,2784,"THE PARKING BRAKES MAY HAVE CRACKS IN THE BRAKE ACTUATING CAM AND LEVER OF THE BRAKE ASSEMBLY. FAILURE OF THE CRACKED PART FROM REPEATED BRAKE APPLICATIONS WILL CAUSE THE PARKING BRAKES TO BE INOPERATIVE. CONSEQUENCE OF DEFECT: PARKING BRAKE FAILURE COULD OCCUR AFTER THE BRAKE HAS BEEN SET AND THE VEHICLE IS LEFT UNATTENDED. IN THIS SITUATION, THE PARKED VEHICLE COULD ROLL AWAY AND CRASH WITHOUT PRIOR WARNING.",,REPLACE CAM AND LEVER ASSEMBLY OF PARK BRAKE. -10/22/1985,85T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T017000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,26,"TIRES FAILED TO MEET THE REQUIREMENT OF ENDURANCE TEST FOR FMVSS #109, POSSIBLE SEPARATION IN THE SIDEWALL AREA. CONSEQUENCE OF DEFECT: THIS SEPARATION, IF NOT DETECTED, COULD RESULT IN PLY CORD BREAKAGE AND LOSS OF INFLATING AIR. LOSS OF AIR MIGHT RESULT IN LOSS OF STEERING CONTROL AND CAUSE VEHICLE CRASH.",,"TIRES WILL BE REPLACED AT NO CHARGE TO THE CONSUMER WITH 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: UTUKCH7375, UTUKCH7385, UTUKCH7395." -10/21/1985,85V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V132000),"Subaru of America, Inc.",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11000,"EXCESSIVE TOLERANCE VARIATION MAY HAVE CREATED A GAP BETWEEN THE BUMPER BRACKET RAIL AND THE RIGHT FRONT FRAME OF THE REAR SIDE MEMBER. THIS COULD RESULT IN INSUFFICIENT SPOT WELDING ADHESION AT THIS LOCATION. UNDER REAR IMPACT CONDITIONS, BUMPER COULD BREAK LOOSE AND DAMAGE THE AIR VENT HOSE. THIS MAY CAUSE FUEL TO LEAK IN ACCESS OF THE MAXIMUM REQUIREMENT OF FMVSS 301. CONSEQUENCE OF DEFECT: FUEL LEAKAGE CAUSED BY A REAR END COLLISION MAY CONTRIBUTE TO A FIRE IF A SOURCE OF IGNITION IS PRESENT.",,INSTALL A PROTECTOR KIT ON THE AIR VENT HOSE. -10/18/1985,85V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V131000),"EXECUTIVE IND., INC.",ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,421,"WIRING OF THE BATTERY CHARGING SYSTEM CAUSES UNEQUAL CHARGING WHICH COULD OVERCHARGE THE SMALL GENERATOR BATTERY. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN THE SMALL GENERATOR BATTERY BALLOONING AND POSSIBLY EXPLODING. IF THE BATTERY IS EXPOSED WHEN THE EXPLOSION OCCURS, ANYONE IN THE VICINTY MAY BE INJURED.",,MODIFY WIRING AT THE ALTERNATOR AND DUAL BATTERY ISOLATOR TO PREVENT UNEQUAL CHARGING. -10/18/1985,85V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V130000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,30564,"NYLON FUEL LINES ON THE FUEL RETURN SIDE OF THE FUEL PRESSURE REGULATOR ASSEMBLY MAY CRACK. CONSEQUENCE OF DEFECT: FUEL LINE COULD LEAK AND, IF AN IGNITION SOURCE IS PRESENT, CREATE THE POTENTIAL FOR A FIRE.",,REPLACE NYLON FUEL HOSES WITH RUBBER HOSES. -10/17/1985,85V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V129000),GARDNER PACIFIC CORP.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,452,DUAL REAR WHEELS MAY FAIL DUE TO A SET SCREW IN THE TOYOTA DESIGN REAR WHEEL DRUM WHICH CAUSES THE WHEEL TO CRACK IN AND AROUND THE BOLT PATTERN WITH CENTER SECTION. CONSEQUENCE OF DEFECT: CONTINUED USE OF THE THESE WHEELS MAY CAUSE THE WHEELS TO CRACK WHICH MAY RESULT IN SERIOUSLY DAMAGING THE MOTORHOME OR CAUSE AN ACCIDENT.,,REPLACE INSIDE DUAL REAR WHEELS WITH WHEELS DESIGNED FOR TOYOTA APPLICATION. -10/16/1985,85E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E031000),"MIDLAND BRAKE, INC.",EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Equipment,39000,"DIAPHRAGM MATERIAL WHICH HAS RUBBER BONDED TO BOTH SIDES OF A NYLON FABRIC REINFORCEMENT MAY HAVE INSUFFICIENT BOND BETWEEN THE FABRIC AND THE RUBBER ON ONE SIDE OF THE DIAPHRAGM. IF THE DIAPHRAGM IS INSTALLED WITH THE INSUFFICIENT BONDED SIDE DOWN, IT PERMITS PRESSURIZED AIR TO ENTER BETWEEN THE FABRIC AND RUBBER CAUSING DELAMINATION. THIS RESULTS IN BALLOONING OF THE RUBBER MATERIAL WHICH RESTRICTS THE FLOW OF AIR FROM THE SPRING BRAKE AND HOLDS THE SPRING BRAKE IN THE RELEASE POSITION. CONSEQUENCE OF DEFECT: IF THE SPRING BRAKES ARE USED AS A PARKING BRAKE AND THE DIAPHRAGM DEFECT PROHIBITS THE APPLICATION OF THE SPRING BRAKES, A VEHICLE CRASH COULD OCCUR IN A ROLL AWAY SITUATION. WHERE THE SPRING BRAKES ARE EMPLOYED AS A SECONDARY EMERGENCY BRAKE, A VEHICLE CRASH COULD OCCUR IF THE AIR BRAKE SYSTEM WHICH INCLUDES THE SPRING BRAKES, DEVELOPS A PARTIAL OR COMPLETE SYSTEM FAILURE THROUGH LOSS OF AIR PRESSURE AND THE DIAPHRAGM DEFECT PROHIBITS THE APPLICATION OF THE SPRING BRAKES.",,REPLACE VALVE AND KITS IN STOCK AND PROVIDE PARTS AND INSTRUCTIONS TO REPAIR VALVE IN SERVICE AT NO COST TO THE CONSUMER. NOTE: VALVE DATE CODES 10323 THROUGH 13653 AND 10014 THROUGH 11214. KITS DATE CODE FEB 83 THROUGH APR 84 OR B83 THROUGH M83 OR A84 THROUGH D84. -10/15/1985,85V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V128000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,383,"THE FAN BLADE, WHEN SUBJECTED TO HIGH STRESS LEVELS, CAN FATIGUE AND BREAK APART AT THE HUB WHILE THE ENGINE IS RUNNING. CONSEQUENCE OF DEFECT: IF BREAKAGE OCCURS WHILE HOOD IS OPEN, A PERSON WORKING UNDER THE HOOD OR NEAR THE TRUCK COULD BE STRUCK BY A BLADE PART AND BE INJURED.",,REPLACE ENGINE FAN. -10/15/1985,85V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V127000),Ford Motor Company,FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,32400,THE POLYETHYLENE NUTS WHICH HOLD THE FUEL SENDER UNIT MAY FRACTURE CAUSING THE UNIT TO LOOSEN AND LEAK GASOLINE. CONSEQUENCE OF DEFECT: FUEL LEAKAGE AROUND THE SENDER-TO-TANK SEAL OR SPILLAGE DURING FUEL FILL COULD OCCUR AND CREATE A POTENTIAL FIRE HAZARD.,,REPLACE THE FUEL SENDER RETAINERS. -10/11/1985,85V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V126000),"SUNRADER,INC.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,8,"MOTORHOMES EXCEED THE LOAD CARRYING CAPACITY OF THE S10 CHASSIS DUE TO INADEQUATE SIZED REAR AXLES AND AXLE BEARINGS. CONSEQUENCE OF DEFECT: FAILURE OF REAR AXLE AND BEARING DUE TO OVERLOAD, ALSO POSSIBLE LOSS OF REAR WHEELS WHICH COULD RESULT IN AN ACCIDENT.",,REPLACE REAR AXLE AND BEARING WITH PROPER SIZE FOR RATED LOAD. -10/11/1985,85E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E030000),FIRESTONE STEEL PROD. CO.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,289,"THESE WHEELS ARE MADE OF TWO PIECES, A DISC AND A RIM, WHICH ARE FILLET WELDED TOGETHER TO FORM A FINISHED ASSEMBLY. THE FILLET WELD WAS OMITTED IN THESE WHEELS. CONSEQUENCE OF DEFECT: POSSIBILITY OF DISC AND RIM SEPARATION RESULTING IN LOSS OF VEHICLE CONTROL AND VEHICLE CRASH WITH PERSONAL INJURIES.",,REPLACE WITH NEW WHEELS AT NO COST TO THE CONSUMER. -10/10/1985,85T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T014000),DUNLOP TIRE CORPORATION,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1035,TIRES FAILED TO MEET THE REQUIREMENTS OF ENDURANCE TEST FOR FMVSS 119. CONSEQUENCE OF DEFECT: POSSIBLE SEPARATION BETWEEN THE STEEL BELTS IN THE TREAD SHOULDER AREA. TREAD BELT LOSS COULD CAUSE LOSS OF AIR AND LOSS OF VEHICLE CONTROL.,,TIRE WILL BE REPLACED AT NO CHARGE TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -10/10/1985,85T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T016000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,745,TIRES FAILED TO MEET THE REQUIREMENTS OF ENDURANCE TEST FOR FMVSS 119. CONSEQUENCE OF DEFECT: POSSIBLE SEPARATION OF BELTS IN THE TREAD SHOULDER AREA. TREAD BELT LOSS COULD RESULT IN LOSS OF AIR AND VEHICLE CONTROL.,,"TIRES WILL BE REPLACED AT NO CHARGE TO CONSUMER WITHIN 60 DAYS FROM NOTIFICATION. DOT IDENTIFICATION: GOODRICH BFXLPUW185, BFXLPUW305 RADIAL HI WAY BFXLPUJ185." -10/10/1985,85V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V121000),RAVENS METAL PRODUCTS INC,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,67,"THE GR#5 CAP NUT MAY NOT BE STRONG ENOUGH TO SUPPORT THE WEIGHT APPLIED TO THE OUTER WHEELS. CONSEQUENCE OF DEFECT: IF THE NUT FAILS, ALLOWING THE OUTER WHEEL TO SEPARATE FROM THE UNIT AND ACCIDENT MAY OCCUR.",,REPLACE GR#5 CAP NUTS WITH GR#8 CAP NUTS. -10/09/1985,85V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V125000),"Kawasaki Motors Corp., U.S.A.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,650,"THE REAR BRAKE PEDAL MAY PREVENT THE MASTER CYLINDER PISTON FROM RETURNING TO ITS PROPER POSITION CAUSING REAR BRAKE DRAG. CONSEQUENCE OF DEFECT: BRAKES CAN OVERHEAT, REQUIRING GREATER STOPPING DISTANCE, AND POSSIBLY RESULT IN LOSS OF CONTROL.",,REPLACE THE BRAKE PEDAL. -10/08/1985,85T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T015000),Cooper Tire & Rubber Co.,TIRES:LINER,TIRES,NR (Not Reported),Tire,2286,TIRES FAILED TO MEET MINIMUM REQUIREMENT FOR ENDURANCE PERFORMANCE AS SPECIFIED IN FMVSS 109. ANALYSIS SHOWS THE TIRE INNERLINER GAUGE IN THE LOWER SIDEWALLS TO BE LESS THAN SPECIFICATIONS. CONSEQUENCES OF DEFECT: THE ABSENCE OF PROPER GAUGE INNERLINER IN THE SIDEWALLS CAN RESULT IN SIDEWALL SEPARATION FOLLOWED BY RAPID AIR LOSS AND POSSIBLE VEHICLE CRASH.,,TIRE WILL BE REPLACED AT NO CHARGE TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: COOPER BFKCCNC 325 THRU 365 BFHBCNC 325 THRU 345 BFHHCNC 325 THRU 365 FALLS BLKCFDH 325 THRU 365 BFHBFDH 325 THRU 345 BFHHFDH 325 THRU 365. -10/07/1985,85V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V124000),"General Motors, LLC",EMERGENCY PARKING BRAKE:AIR:BRAKE CHAMBER,PARKING BRAKE,NR (Not Reported),Vehicle,4870,"THE REAR BRAKE RELEASE TIME MAY BE GREATER THAN THE TIME SPECIFIED IN FMVSS 121, ""AIR BRAKE SYSTEM"". IN ADDITION, SOME TRACTORS MAY HAVE WARPED PARKING BRAKE APPLY SPRINGS WHICH ALSO EFFECT THE REAR BRAKE RELEASE TIME. CONSEQUENCE OF DEFECT: TRACTORS FAIL TO MEET THE STOPPING DISTANCE SPECIFIED IN FMVSS 121 WHICH IS REQUIRED TO STOP THE TRUCK SAFELY.",,INSTALL A QUICK RELEASE VALVE IN THE TRAILER SERVICE AIR LINE AND INCREASE THE DIAMETER OF THE REAR SERVICE BRAKE LINE. ALSO INSPECT REAR SPRING BRAKE CHAMBER AND RELEASE IF NECESSARY. -10/07/1985,85V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V123000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,790,"INCORRECT BOLTS WERE USED IN THE TRANSMISSION LINKAGE ADJUSTMENT MECHANISM. CONSEQUENCE OF DEFECT: THE TRANSMISSION GEAR SHIFT SELECTOR LEVER ON THE STEERING COLUMN WOULD BE ON THE WRONG TRANSMISSION FUNCTION. SHOULD THIS OCCUR, THE DRIVER WOULD FIND THEIR CAR IN A GEAR OTHER THAN THE ONE INDICATED BY SHIFT LEVER INDICATOR. THIS COULD CAUSE AN ACCIDENT IF THE CAR IS LEFT UNATTENDED.",,"REPLACE THE SHIFT LINKAGE TRUNNION, GROMMET AND ADJUSTMENT BOLT." -10/04/1985,85V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V122000),"General Motors, LLC",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,772,"THE GENERATOR ""BAT"" TERMINAL LOCATED ON THE RECTIFIER END FRAME MAY CONTACT THE CARBURETOR FUEL INLET PIPE. CONSEQUENCE OF DEFECT: THE ""BAT"" STUD MAY RUB THROUGH THE TERMINAL BOOT AND CONTACT THE FUEL PIPE WHICH COULD RESULT IN AN UNDERHOOD FIRE AND CAUSE BURN INJURIES TO THE OCCUPANT.",,"OBTAIN CLEARANCE BETWEEN FUEL PIPE AND GENERATOR ""BAT"" TERMINAL BY ROTATING THE RECTIFIER END FRAME." -10/04/1985,85V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V120000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8178,THE KICKSTAND SYSTEM MAY EXPERIENCE SOME ENGINE KICKBACK DUE TO IMPROPER STARTING PROCEDURE. CONSEQUENCE OF DEFECT: FAILURE TO FOLLOW PROPER STARTING PROCEDURES MAY RESULT IN INJURY TO THE RIDERS LEG.,,REVISE PAGE OF OWNERS MANUAL AND PROVIDE LABEL TO BE AFFIXED TO GAS TANK CLARIFYING STARTING PROCEDURE. -10/04/1985,85E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E029000),GM PRODUCTS DIV. GM CORP.,WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,190,WIRE WHEEL PACKAGE WAS ASSEMBLED WITH INCORRECT WHEEL NUTS THAT MAY NOT PROVIDE ADEQUATE RETENTION. CONSEQUENCE OF DEFECT: TIRE AND WHEEL MAY SEPARATE FROM CAR AND COULD RESULT IN LOSS OF CONTROL AND A CRASH.,,REPLACE INCORRECT WHEEL NUTS WITH THE CORRECT NUTS. -10/03/1985,85T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T012000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,543,TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FMVSS NO. 109. CONSEQUENCE OF DEFECT: FAILURE TO MEET THE REQUIREMENTS OF FMVSS NO. 109 MAY RESULT IN SIDEWALL SEPARATION AND LOSS OF AIR WITH THE POTENTIAL FOR A VEHICLE CRASH.,,REPLACE TIRE WITH NEW ONE WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO THE CONSUMER. DOT IDENTIFICATION: GENERAL ABHH15D285 ABHH15D295 ABHH15D305 ABHH15D315 ABHH15D325. MONTGOMERY WARD ABHH27J285 ABHH27J295 ABHH27J305 ABHH27J315 ABHH27J325. -10/03/1985,85T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T013000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,1378,TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FMVSS NO. 109. CONSEQUENCE OF DEFECT: FAILURE TO MEET THE REQUIREMENTS OF FMVSS NO. 109 MAY RESULT IN SIDEWALL SEPARATION AND LOSS OF AIR WITH THE POTENTIAL FOR A VEHICLE CRASH.,,"REPLACE TIRE WITH NEW ONE WITHIN 60 DAYS FROM DATE OF NOTIFICATION AT NO COST TO THE CONSUMER. DOT IDENTIFICATION: GENERAL ABHB154315, MONTGOMERY WARD ABHB274315, REYNOLDS ABHB16M315, SUMMIT ABHB155315" -10/02/1985,85V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V119000),FREIGHTLINER LLC,INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,47,THE LN-2 PASSENGER SEAT MAY NOT COMPLY WITH FMVSS 207 REQUIRING THAT THE SEATBACK REMAIN IN ITS SET POSITION WHEN SUBJECTED TO A 3300 INCH POUND REARWARD FORCE. CONSEQUENCE OF DEFECT: SLIPPAGE OF THE SEATBACK MECHANISM COULD OCCUR DURING AN ACCIDENT AND POSSIBLY INJURE THE PASSENGER.,,REPLACE PARTS IN SEATBACK ADJUSTING SYSTEM OR REPLACE ENTIRE SEAT ASSEMBLY. -10/01/1985,85E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E027000),STP CORPORATION,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1209852,"POWER STEERING FLUID PACKAGED IN CONTAINERS AND LABELED AS BRAKE FLUID. CONSEQUENCE OF DEFECT: IF USED, FLUID WILL CAUSE SWELLING AND BREAKING OF THE SEALS AND LOSES IN THE HYDRAULIC BRAKE SYSTEM. THIS COULD RESULT IN LEAKING OF FLUID AND CAUSE BRAKE FAILURE WHICH MAY RESULT AN ACCIDENT.",,"REPLACE DEFECTIVE BRAKE FLUID AT NO COST TO THE CONSUMER. NOTE: THE CONTAINERS ARE 12 OUNCE STP HEAVY DUTY BRAKE FLUID AND CONTAINING CODE DATE FROM 400 TO 499 (FOR EXAMPLE GE 418, GE 422). THE CODE DATE IS LOCATED ON THE BOTTOM OF THE CONTAINER. VEHICLE OWNERS WHO HAVE USED THE PRODUCT SHOULD CALL STP COLLECT AT (914) 789-2192." -10/01/1985,85V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V118000),"General Motors, LLC",POWER TRAIN:DRIVELINE:DIFFERENTIAL UNIT,POWER TRAIN,NR (Not Reported),Vehicle,44342,"CARS MAY LOSE THE WIRE SNAP RINGS THAT HOLD THE DIFFERENTIAL CROSS SHAFT IN POSITION IN THE REAR AXLE DIFFERENTIAL CASE ASSEMBLY, ALLOWING THE SHAFT TO MOVE. CONSEQUENCE OF DEFECT: THE CROSS SHAFT MOVEMENT COULD CAUSE THE SHAFT TO CONTACT THE CARRIER OR PINION TEETH, POSSIBLY LOCKING UP THE REAR WHEELS AND RESULT IN A CRASH WITHOUT PRIOR WARNING.",,INSTALL A REAR AXLE DIFFERENTIAL CROSS SHAFT RETAINING KIT. -10/01/1985,85E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E028000),"HOWALD RACING ENT., INC.",WHEELS,WHEELS,NR (Not Reported),Equipment,500,"WHEELS FAILED IN DYNAMIC RADIAL FATIGUE TESTS CONDUCTED BY NHTSA, THEREFORE MAY CRACK OR FAIL WHILE IN SERVICE. CONSEQUENCE OF DEFECT: IF FAILURE OCCURS WHEN THE CAR IS IN MOTION, A VEHICLE CRASH COULD RESULT WITH PERSONAL INJURY.",,CUSTOMERS WILL BE REIMBURSED OR RECEIVE A COMPARABLE PRODUCT UPON RETURN OF THE HR 305 CUSTOM WHEEL. -09/25/1985,85T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T011000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1450,"IN PRODUCTION, 16"" BEAD WIRE BUNDLES WERE USED RATHER THAN THE PROPER 16.5"" BEAD WIRE BUNDLES. CONSEQUENCES OF DEFECT: DAMAGE TO TIRE WHEN MOUNTING ON 16.5"" RIM. TIRES WITH UNDERSIZED BEAD WIRES DO NOT REPRESENT A THREAT TO MOTOR VEHICLE SAFETY, BUT RATHER TO THE PERSON(S) MOUNTING THE TIRE ON A 16.5"" RIM.",,"REPLACE TIRES WITH NEW TIRES AT NO COST TO THE CONSUMERS. D.O.T. IDENT: BIG STEEL ANXKMJP255, ANXKMJP285, ANXLMJP255, ANXLMJP285, DELTA HWY ANXLDL8255, ANXLDL8285, LAREDO LTS R ANXLBO1285." -09/24/1985,85V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V116000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7886,"THE ELECTRONIC ENGINE CONTROL WIRING HARNESS INSULATION MAY BE DAMAGED DUE TO COPPER SPIKES PRODUCED DURING THE WELDING OF ITS WIRES. THIS CREATES A POTENTIAL FOR A SHORT CIRCUIT BETWEEN THE WIRES WHICH ENERGIZE THE FUEL PUMP, CAUSING SOME FUEL INJECTORS TO OPEN, DISCHARGING FUEL INTO THE ENGINE. CONSEQUENCE OF DEFECT: FUEL DISCHARGED INTO THE ENGINE WOULD EVENTUALLY LEAK THROUGH THE EXHAUST SYSTEM TO THE GROUND. THIS COULD RESULT IN A FIRE IF A SOURCE OF IGNITION IS PRESENT.",,"REPAIR WIRING HARNESS, CHECK ENGINE AND CATALYST FOR DAMAGE." -09/24/1985,85V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V117000),"ALFA LEISURE,INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,820,"PINBOXES WELDED TO THE HITCH OF THE 5TH WHEEL UNIT MAY BEND UNDER CERTAIN CONDITIONS WHERE MAXIMUM STRESS IS APPROACHED OR EXCEEDED, CAUSING THE KINGPIN TO BREAK. CONSEQUENCE OF DEFECT: IF THE KINGPIN BREAKS FREE OF THE PINBOX, THE TRAILER COULD SLIDE OFF THE HITCH AND DAMAGE THE TOWING TRUCK OR MAY SEPARATE COMPLETELY FROM THE TOWING VEHICLE AND RESULT IN AN ACCIDENT.",,REPAIR AND REINFORCE PINBOX AS NECESSARY. -09/19/1985,85V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V109000),Isuzu Motors Limited,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5300,"THE CLEARANCE BETWEEN THE BRAKE LINE AT THE REAR AXLE AND FUEL TANK RETAINING BAND IS NOT WIDE ENOUGH AND ALLOWS THE LINE TO CONTACT THE BAND DURING SEVERE OPERATING CONDITIONS. CONTINUED CONTACT MAY CAUSE THE DAMAGED BRAKE LINE TO RESTRICT THE FLOW OF BRAKE FLUID, OR RUPTURE, RESULTING IN LOSS OF BRAKE FLUID. CONSEQUENCE OF DEFECT: LOSS OF BRAKE FLUID OR RESTRICTION OF BRAKE FLUID FLOW RESULTS IN LOSS OF BRAKING ABILITY OF REAR WHEEL WHICH COULD CAUSE AN ACCIDENT.",,REPLACE BRAKE LINE AND REROUTE TO ELIMINATE CONTACT. -09/19/1985,85V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V114000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,6735,THE CERTIFICATION LABEL LOCATED ON THE LEFT FRONT DOOR DID NOT INCLUDE A REQUIRED FEDERAL CERTIFICATION STATEMENT. CONSEQUENCE OF DEFECT: VEHICLES DO NOT COMPLY WITH FEDERAL REGULATION 567.,,LABELS CONTAINING CORRECT INFORMATION ARE BEING MAILED AND SHOULD BE INSTALLED ON THE LEFT FRONT DOOR. -09/19/1985,85V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V115000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,147,AN ALUMINUM CASTING FLASH ON THE FACE OF THE THROTTLE BODY MAY BREAK OFF AND BECOME TRAPPED BETWEEN THE THROTTLE PLATE AND THE BORE IN THE THROTTLE BODY. CONSEQUENCES OF DEFECT: THROTTLE MAY FAIL TO RETURN TO IDLE POSITION WHEN RELEASED AND COULD RESULT IN LOSS OF VEHICLE CONTROL WHICH MAY CAUSE AN ACCIDENT.,,REMOVE EXCESS CASTING FLASH. -09/17/1985,85V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V113000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5020,"THE DUAL DOUBLE CHECK VALVE MAY NOT RELEASE THE PROPER AIR VOLUME TO THE BRAKE SYSTEM, CAUSING A SLIGHT TIMING DELAY BETWEEN THE TRACTOR AND THE TRAILER BRAKE SYSTEM. CONSEQUENCES OF DEFECT: IF THE BRAKES ARE SUDDENLY APPLIED, THE TRAILER COULD JACKKNIFE WITHOUT WARNING TO THE OPERATOR, WHICH COULD RESULT IN A VEHICLE CRASH.",,INSTALL TWO NEW SLEEVES IN THE DUAL DOUBLE CHECK VALVE WHICH WILL INCREASE AIR FLOW. -09/17/1985,85V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V112000),Oshkosh Corporation,STEERING,STEERING,NR (Not Reported),Vehicle,114,"CERTAIN FRONT DRIVE STEERING ASSEMBLIES MAY CONTAIN A FAULTY WELD AT THE AXLE BALL FLANGE AND HOUSING CONNECTION. CONSEQUENCE OF DEFECT: WELD FAILURE COULD RESULT IN COMPLETE SEPARATION OF THE WHEEL, TIRE, BRAKE ASSEMBLY, AND STEERING KNUCKLE, CAUSING LOSS OF CONTROL AND POTENTIAL VEHICLE CRASH.",,"REPAIR FAULT IN WELD, REWELD, AND INSTALL A GUSSET FOR ADDED SUPPORT." -09/17/1985,85E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E026000),"MORryde International, Inc.",SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Equipment,4491,"THE TANDEM AXLE SUSPENSION SYSTEMS HAVE BOTTOM COIL SPRING BOXES THAT MAY HAVE IMPROPER WELDS, OR BOLTS THAT MAY BE OF AN INAPPROPRIATE GRADE, OR BOLTS THAT MAY HAVE BEEN IMPROPERLY TORQUED AT TIME OF INSTALLATION. CONSEQUENCE OF DEFECT: UNDER ORDINARY USE, THE BOTTOM COIL SPRING BOX OR BOLTS MAY FAIL, WHICH MAY CAUSE LOSS OF A COIL SPRING FROM MOTORHOME. THE LOSS OF THE COIL SPRINGS COULD GO UNNOTICED, POSING NO DANGER TO THE OCCUPANTS OF THE MOTORHOME. HOWEVER, THE LOOSE SPRINGS MAY BE A HAZARD TO OTHER MOTORISTS.",,REPLACING COIL SPRING BOXES OR BOLTS AND INSTALLING A SAFETY STRAP ON TWO COIL SPRINGS. -09/17/1985,85T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T010000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,10,TIRES FAILED TO MEET THE ENDURANCE TEST REQUIREMENTS OF FMVSS NO. 119. CONSEQUENSE OF DEFECT: FAILURE OF ENDURANCE TEST MAY LEAD TO TREAD SEPARATION AND LOSS OF AIR PRESSURE.,,REPLACE TIRES WITH NEW ONES AT NO COST TO CONSUMERS. D.O.T. IDENT: AD4X837305. -09/16/1985,85V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V111000),R.B.R. CORPORATION,WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,148,"DUAL REAR WHEEL ASSEMBLIES MAY FAIL DUE TO AN INADEQUATE ADAPTER WHICH MAY CAUSE AN AXLE TO BREAK, AND IMPROPER MAINTENANCE OF TORQUE ON THE LUG NUTS WHICH MAY CAUSE THE WHEEL STUDS TO BREAK. CONSEQUENCE OF DEFECT: CONTINUED USE OF THESE WHEELS MAY CAUSE SERIOUS DAMAGE AND POSSIBLY AN ACCIDENT.",,"REPLACE DUAL REAR WHEEL ASSEMBLIES AND MOUNT EXISTING TIRES ON RIMS THAT ARE CURRENTLY BEING USED. ALSO, PROVIDE STICKERS TO BE PLACED IN A CONSPICUOUS LOCATION TO EMPHASIZE THE NECESSITY TO FOLLOW THE RECOMMENDED TORQUE PROCEDURE." -09/11/1985,85V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V110000),"General Motors, LLC",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1008,THE FUEL RETURN HOSE BETWEEN THE SWITCHING VALVE AND THE FUEL TANK SENDING UNITS MAY BE INCORRECTLY CONNECTED. CONSEQUENCE OF DEFECT: FUEL SUPPLIED BY ONE TANK IS RETURNED TO THE OTHER TANK WHICH COULD OVERFILL AND LEAK. FUEL COULD IGNITE AND CAUSE A FIRE.,,REPOSITION FUEL RETURN HOSES AND REPLACE FUEL VAPOR CANISTER. -09/05/1985,85E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E025000),WAL MART STORES INC.,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,170207,"THE TURN SIGNAL AND WARNING FLASHER UNITS FAIL TO MEET THE REQUIREMENTS OF FMVSS NO. 108, FOR DURABILITY, STARTING TIME, OR FLASH RATE. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC PRESENTS A TRAFFIC HAZARD AND COULD POSSIBLY CAUSE AN ACCIDENT.",,REFUND PURCHASE PRICE TO CONSUMERS UPON RETURN OF THE SIGNAL UNITS. -09/04/1985,85V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V108000),Mazda North American Operations,STEERING,STEERING,NR (Not Reported),Vehicle,136526,"IN CERTAIN HIGH SALT AREAS, THE IDLER ARM IS EXPOSED TO ROAD SALT WHICH CAUSES THE DUST SEAL TO DETERIORATE RESULTING IN IDLER ARM PIN CORROSION. THIS CAUSES THE PIN TO FREEZE AND BREAK. CONSEQUENCE OF DEFECT: A BROKEN IDLER ARM PIN COULD RESULT IN LOSS OF STEERING CONTROL AND MAY CAUSE AN ACCIDENT.",,REPLACE PIN WITH ONE OF IMPROVED CORROSION RESISTANT QUALITY. -09/03/1985,85V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V107000),"SANS VANS OF FLA.,INC.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,5,"LOCKWASHERS WERE NOT INSTALLED ON THE BOLTS THAT ATTACH THE SEAT SLIDING TRACK ASSEMBLY TO THE LOWER FRAME MEMBER. CONSEQUENCE OF DEFECT: OMISSION OF LOCKWASHERS ON ATTACHING BOLTS COULD CAUSE SEATS TO LOOSEN FROM VIBRATION, WITH THE POTENTIAL TO CAUSE INJURY TO OCCUPANTS.",,INSPECT AND INSTALL LOCKWASHERS ON ALL ATTACHING BOLTS. -08/27/1985,85V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V106000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28545,"MAIN FUEL TANK FILLER CAP MAY DISENGAGE SUDDENLY WHEN REMOVING THE CAP FOR REFUELING. THE SUDDEN CAP DISENGAGEMENT PERMITS EXPULSION OF VAPOR AND UNDER SOME CIRCUMSTANCES, SPRAYS GASOLINE AROUND THE SURROUNDING AREA OR PERSONS. CONSEQUENCE OF DEFECT: THE GASOLINE SPILLAGE MAY CAUSE A FIRE AND/OR AN EXPLOSION IF AN IGNITION SOURCE IS PRESENT.",,REQUIRES THE REPLACEMENT OF THE SINGLE STAGE BAYONET CAP WITH A TWO STAGE CAP WHICH REQUIRES AN ADDITIONAL ROTATION PRIOR TO REMOVAL. ALSO A WARNING LABEL STICKER WILL BE ISSUED TO BE INSTALLED JUST ABOVE THE GASOLINE FILL OPENING. -08/26/1985,85V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V105000),"WESTERN STAR TRUCKS, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,1360,"THE LAP BELT MAY DISENGAGE FROM THE RETRACTOR ASSEMBLY WHEN IT IS SUBJECTED TO SEVERE LOADS, SUCH AS A FRONTAL ACCIDENT, DUE TO INTERFERENCE BY TWO SEAT FRAME BOLTS. CONSEQUENCE OF DEFECT: SEAT BELT FAILURE DURING AN ACCIDENT CAUSES THE OCCUPANT TO BE UNRESTRAINED WHICH COULD RESULT IN A SEVERE OR FATAL INJURY.",,INSTALL 1.5 INCH LONG SPACER BETWEEN TETHER BAR AND SEAT BELT ANCHORING PLATE. -08/26/1985,85E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E024000),MARMON INDUSTRIES INC.,WHEELS:MULTIPLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Equipment,3000,"THE RIM CLAMP MAY CRACK THROUGH THE STUD HOLE UNDER THE RIM NUT. CONSEQUENCE OF DEFECTS: CRACKING THROUGH OF THE RIM CLAMPS MAY RESULT IN LOSS OF AIR AND OR LOSS OF RIM AND TIRE FROM THE WHEEL. SHOULD THIS OCCUR WHILE VEHICLE IS IN MOTION, LOSS OF VEHICLE CONTROL MAY BE EXPERIENCED WHICH MAY RESULT IN AN ACCIDENT. ALSO IF THE RIM CLAMP FAILS DURING THE INSTALLING OR REPAIR OF A TIRE, IT MAY CAUSE INJURY TO ANYONE IN THE VICINITY OF THE OPERATION. CORRECTIVE ACTION: ALL RIM CLAMPS WILL BE REPLACED WITH RIM CLAMPS OF AN UPDATED VERSION.",, -08/14/1985,85V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V104000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3192,SOME WAGONS WERE ASSEMBLED WITH A JA2 REAR SYSTEM INSTEAD OF THE JA3 BRAKE SYSTEM. THESE STATION WAGONS MAY EXCEED THE MAXIMUM STOPPING DISTANCE REQUIRED BY FMVSS 105. CONSEQUENCE OF DEFECT: A CRASH COULD OCCUR WITHOUT PRIOR WARNING SHOULD A STOPPING DISTANCE CONFORMING WITH FMVSS 105 BE REQUIRED WHILE THE VEHICLE IS IN MOTION.,,INSTALL CORRECT BRAKE SYSTEM. -08/14/1985,85V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V103000),Volvo Trucks North America,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,4839,"THE QUICK RELEASE AIR VALVE MAY CONTAIN A VALVE DISC THAT BALLOONS WHEN THE PARKING BRAKES ARE APPLIED AND PREVENT THE PARKING BRAKES FROM SETTING. CONSEQUENCE OF DEFECT: ALTHOUGH THE PARKING BRAKE IS APPLIED, THE PARKING BRAKES MAY NOT BE SET. THIS COULD ALLOW AN UNATTENDED VEHICLE TO ROLL AND CAUSE AN ACCIDENT.",,REPLACE THE VALVE DISC IN THE QUICK RELEASE AIR VALVE. -08/08/1985,85V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V102000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,850,POSSIBILITY THAT A NEW THROTTLE ROD END WAS INCORPORATED IN THE THROTTLE MECHANISM DURING MANUFACTURING. THIS THROTTLE END USES A NYLON BEARING MATERIAL. THIS BEARING MAY DETERIORATE UNDER CERTAIN CONDITIONS RESTRICTING THROTTLE ROD MOVEMENT. CONSEQUENCE OF DEFECT: THE RESTRICTING OF THROTTLE ROD MOVEMENT CAUSES A LOSS OF THROTTLE CONTROL WHICH MAY RESULT IN AN ACCIDENT.,,INSPECTION AND REPLACEMENT OF ALL ALINABAL PARTS WILL BE MADE BY THE MANUFACTURER. -08/06/1985,85V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V100000),"COLEMAN CO., INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1168,"THE DEFECT INVOLVES THE 115 VAC ROMEX WIRE ROUTED INSIDE THE REAR BODY PANEL AND ACROSS THE SPARE TIRE MOUNTING BRACKET. THIS WIRE MAY SLIP AND BE PINCHED BETWEEN THE SPARE TIRE MOUNTING BOLT AND THE BULKHEAD. IF THE INSULATION IS DAMAGED AND IF THE 120 VOLT AC LINE (CORD) IS PLUGGED IN, THE TRAILER WOULD BE AT A 120 VOLT AC POTENTIAL (HOT). CONSEQUENCE OF DEFECT: IF THE TRAILER IS AT 120 VOLT AC POTENTIAL, A PERSON MAY BE SHOCKED, BURNED OR ELECTROCUTED.",,INSPECTING AND MODIFYING WIRING IN SUCH A FASHION AS TO PRECLUDE ANY POTENTIAL SLIPPAGE OF WIRING INTO THE PATH OF THE SPARE TIRE MOUNTING BRACKET ASSEMBLY. -08/06/1985,85E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E023000),"COSMOPOLITAN MOTORS, INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,1138,"THE HELMET FAILS TO MEET THE REQUIREMENTS OF FMVSS 218 S5.1 IMPACT ATTENTUATION, S5.2 PENETRATION, AND S5.6 LABELING. CONSEQUENCE OF DEFECT: THE HELMET FAILS TO MEET THE FMVSS MAY RESULT IN INJURY TO THE WEARER IN THE EVENT OF A SEVERE IMPACT.",,REPLACE HELMET WITH ONE THAT IS IN COMPLIANCE WITH FMVSS 218. -08/06/1985,85V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V101000),R.B.R. CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,12,"UNDER SIZED REAR AXLES AND AXLE BEARING FOR LOAD APPLICATION WERE INSTALLED ON THESE VEHICLES. THIS MAY CAUSE THE REAR AXLE OR AXLE BEARING TO FAIL. CONSEQUENCE OF DEFECT: FAILURE OF REAR AXLE AND/OR BEARINGS DUE TO OVERLOAD MAY CAUSE LOSS OF CONTROL AND POSSIBLE LOSS OF REAR WHEELS, EITHER OF WHICH MAY RESULT IN AN ACCIDENT.",,REPLACE REAR AXLE AND BEARING WITH PROPER SIZE FOR RATED LOAD. -07/30/1985,85V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V099000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,105000,"UNDER ADVERSE WEATHER CONDITIONS, OUTER RUBBER LAYER OF BRAKE HOSES MAY BECOME BRITTLE AND DEVELOP CRACKS. CONSEQUENCE OF DEFECT: CRACKS COULD LEAD TO LOSS OF BRAKE FLUID RESULTING IN AN INCREASE IN STOPPING DISTANCE AND POSSIBLY AN ACCIDENT.",,REPLACE BRAKE HOSES AS NECESSARY. -07/30/1985,85V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V097000),"EXECUTIVE IND., INC.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,65,"THE STEP CONTROL SWITCH HAS A 30 AMPERE CIRCUIT BREAKER INSTEAD OF THE 10 AMPERE BREAKER REQUIRED. CONSEQUENCE OF DEFECT: IF A SHORT OCCURRED IN THE WIRING SYSTEM TO THE STEP, THE ON/OFF SWITCH COULD MELT AND THE HEAT GENERATED COULD IGNITE SURROUNDING MATERIAL CAUSING A FIRE.",,INSTALL PROPER 10 AMPERE CIRCUIT BREAKER. -07/30/1985,85V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V098000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1000,CERTIFICATION LABELS CONTAIN INCORRECT VEHICLE WEIGHT RATINGS AND/OR TIRE AND RIM SIZE SELECTION DATA. CORRECT INFORMATION IS REQUIRED TO INFORM USER OF LOADING CAPABILITIES. CONSEQUENCE OF DEFECT: TRUCKS DO NOT COMPLY WITH FMVSS 120.,,CORRECTED LABELS WILL BE MAILED TO OWNERS AND DEALERS. -07/26/1985,85V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V095000),"Porsche Cars North America, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,4193,"REAR SPRING PLATES MAY NOT HAVE BEEN TEMPERED AND ARE NOT OF THE PROPER HARDNESS VALUE. CONSEQUENCE OF DEFECT: THE PLATES COULD CRACK AND/OR BREAK, AFFECT LATERAL GUIDANCE OF THE REAR WHEEL, AND RESULT IN LOSS OF CONTROL OF THE CAR WHICH MAY CAUSE AN ACCIDENT.",,TEST TO IDENTIFY SPRING PLATES WHICH ARE IMPROPERLY HARDENED AND REPLACE AS NECESSARY. -07/23/1985,85V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V094000),"EXECUTIVE IND., INC.",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,775,"NUT SAFETY CLIP SECURING STEERING WHEEL WAS OMITTED AFTER REPLACEMENT LEATHER STEERING WHEEL WAS INSTALLED. CONSEQUENCE OF DEFECT: STEERING WHEEL SECURING NUT MAY LOOSEN AND ALLOW THE WHEEL TO BE PULLED OFF THE STEERING COLUMN RESULTING IN TOTAL LOSS OF STEERING CONTROL, WHICH COULD RESULT IN AN ACCIDENT.",,PROPERLY INSTALL STEERING WHEEL NUT SECURING CLIP. -07/22/1985,85V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V092000),"IVECO TRUCK OF N.A., INC.",EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,402,THE PARKING BRAKE ADJUSTING NUT MAY LOOSEN DUE TO IMPROPER POSITIONING. CONSEQUENCE OF DEFECT: A LOSS OF EFFECTIVE PARKING BRAKE ACTION COULD RESULT.,,"PARKING BRAKE WILL BE PROPERLY ADJUSTED, RETAINING BOOT REPOSITIONED, AND THE NUT STAKED." -07/22/1985,85V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V093000),"RENAULT, INCORPORATED",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,866,A WRONG CRUISE CONTROL ACCELERATOR CABLE CLIP WAS INSTALLED IN THE ASSEMBLY. THIS COULD ALLOW THE ACCELERATOR CABLE TO DISENGAGE FROM THE THROTTLE CONTROL. CONSEQUENCE OF DEFECT: THE DISENGAGED ACCELERATOR CABLE CAUSES THE THROTTLE TO REMAIN PARTIALLY OPEN WHEN CRUISE CONTROL IS IN USE AND RESULTS IN LOSS OF ACCELERATION CONTROL AND COULD CAUSE AN ACCIDENT.,,INSTALL NEW ACCELERATOR CABLE CLIP. -07/18/1985,85V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V090000),"Volkswagen Group of America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20560,"THE FUEL PUMP LOCATED INSIDE THE FUEL TANK COULD FAIL DURING HIGH AMBIENT TEMPERATURES. THIS FAILURE IS CAUSED BY BEARING TOLERANCES WHICH DO NOT ACCOMMODATE TEMPERATURE EXPANSIONS. CONSEQUENCE OF DEFECT: IN THE EVENT THAT THE FUEL PUMP FAILS, IT WILL INTERRUPT THE FUEL SUPPLY TO THE ENGINE, THE VEHICLE WILL STALL AND COULD CAUSE A TRAFFIC HAZARD ON THE HIGHWAY.",,"A MODIFIED FUEL PUMP, HOSE AND CLAMPS WILL BE INSTALLED." -07/18/1985,85V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V091000),"RENAULT, INCORPORATED",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,2865,THE STEERING WHEEL COULD LOOSEN DUE TO INADEQUATE TIGHTENING OF THE WHEEL SHAFT NUT. CONSEQUENCE OF DEFECT: LOOSENING OF THE STEERING WHEEL WOULD AFFECT THE STEERING CONTROL OF THE CAR AND MAY RESULT IN AN ACCIDENT.,,PROPERLY TORQUE THE NUT AND ASSURE THAT IT IS RETAINED. -07/16/1985,85V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V096000),"Cottrell, Inc.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,268,TAG AXLE SADDLES ARE SUBJECT TO BREAK LOOSE FROM THE AXLES AT THE WELDS DUE TO CONCENTRATED STRESS. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN LOSS OF CONTROL OF THE TRUCK.,,REINFORCE THE AXLE SADDLE AREA. -07/16/1985,85V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V089000),RANGER INDUSTRIES INC.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,35,RANGER DUAL REAR WHEELS MAY FAIL DUE TO A SET SCREW IN THE TOYOTA REAR DRUM. CONSEQUENCE OF DEFECT: CONTINUED USE OF THESE WHEELS CAUSE THE WHEEL TO CRACK IN AND AROUND THE BOLT AREA. THIS MAY RESULT IN SERIOUS DAMAGE TO THE MOTOR HOME AND POSSIBLY CAUSE AN ACCIDENT.,,REPLACE WITH TOYOTA INNER REAR DUAL WHEELS. -07/09/1985,85V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V088000),"Yamaha Motor Corporation, USA",BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7305,"UNDER EXTREME USE CONDITIONS, THE REAR SWINGARM CONTACTS THE REAR BRAKE HOSE IN THE MASTER CYLINDER AREA. THIS CONTACT COULD LOOSEN THE UNION BOLT AND CAUSE LOSS OF BRAKE FLUID. CONSEQUENCE OF DEFECT: LOSS OF BRAKE FLUID CAUSES REDUCED OR INEFFECTIVE BRAKE PERFORMANCE, WHICH MAY CAUSE AN ACCIDENT.",,REPLACE BRAKE LINE WITH A LINE THAT CHANGES THE ROUTING TO PREVENT CONTACT WITH THE SWINGARM. -07/09/1985,85T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T009000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,151,"TIRES WERE MANUFACTURED WITH THE TREAD PACKAGE BEING PLACED OFF CENTER. CONSEQUENCE OF DEFECT: THIS OFF CENTER CONDITION RESULTS IN A THIN SUB BASE CONDITION IN THE SHOULDER AREA OF THE TIRE. UNDER CERTAIN CONDITIONS, THE TREADS OF THE TIRE WOULD SEPARATE FROM THE BELTS, CAUSING LOSS OF AIR AND STEERING CONTROL AND MAY RESULT IN AN ACCIDENT.",,REPLACE TIRE WITH NEW ONE AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: UPFMAJH 205. -07/03/1985,85V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V087000),"Jaguar Cars, Ltd.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10000,"POSSIBLE FUEL LEAKAGE FROM THE ENGINE FUEL INJECTION SYSTEM, PARTICULARLY IN THE AREA OF THE HOSE/CLIP FITTINGS. CONSEQUENCE OF DEFECT: THE PRESENCE OF AN IGNITION SOURCE, WITH FUEL LEAKAGE, COULD RESULT IN AN ENGINE COMPARTMENT FIRE OR THE DESTRUCTION OF IGNITION DISTRIBUTOR CAP.",,A NEW FUEL DELIVERY SYSTEM DESIGNED TO ELIMINATE FUEL HOSE CLIPS WILL BE INSTALLED. -07/03/1985,85V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V086000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,226729,"REAR SUSPENSION CONTROL ARM-TO-SPINDLE ATTACHMENT BOLTS MAY BE SUBJECT TO FRACTURE DURING USE OF CAR. CONSEQUENCE OF DEFECT: IF BOLTS FRACTURE, REAR SPINDLE COULD DISENGAGE FROM CONTROL ARM AND POSSIBLY RESULT IN LOSS OF CONTROL.",,REPLACE REAR SUSPENSION BOLTS AS NECESSARY. -07/03/1985,85T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T008000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,253,"TIRES FAILED TO MEET THE REQUIREMENTS OF FMVSS 119 ENDURANCE TEST. CONSEQUENCE OF DEFECT: FAILURE TO COMPLY WITH FMVSS 119 MAY RESULT IN BELT SEPARATION, LOSS OF AIR AND POSSIBLE LOSS OF VEHICLE CONTROL.",,REPLACE DEFECTIVE TIRE WITH NEW ONE AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT ID VLOR1WE235. -07/02/1985,85V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V085000),"General Motors, LLC",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,624,"THE FRONT AIR BRAKE HOSE MAY CONTACT THE INNER FENDER ON THE LEFT AND/OR RIGHT SIDES OF SOME TRUCKS. IN SOME INSTANCES, THE BRAKE HOSE MAY RUB THROUGH, RESULTING IN A LOSS OF AIR PRESSURE UPON BRAKE APPLICATION. CONSEQUENCE OF DEFECT: BRAKE HOSE MAY RUB THROUGH CAUSING AIR PRESSURE LOSS WHEN BRAKES ARE APPLIED AND REDUCED BRAKING ABILITY. A REDUCTION OF BRAKING ABILITY AT A TIME WHEN MINIMUM STOPPING DISTANCE IS REQUIRED COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.",,"INSTALL NEW BRAKE CHAMBER SUPPORT BRACKETS, BRAKE LINE ELBOWS, AND AIR BRAKE HOSES, AS NECESSARY." -07/01/1985,85V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V084000),"Porsche Cars North America, Inc.",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,162,"THE ENGINE CARRIER HAS A FAULTY WELD TO THE SUPPORT BRACKET EYES. CONSEQUENCE OF DEFECT: THE WELD COULD GIVE WAY AND THE BRACKET EYE SEPARATE FROM THE CARRIER. WITH HIGHER MILEAGE ACCUMULATION A BREAK IN THE ENGINE CARRIER COULD DEVELOP AND RESULT IN A STEERING BLOCKAGE, LOSS OF CONTROL WITH POSSIBLY AN ACCIDENT.",,REPLACE THE ENGINE CARRIER AND THE CARRIER SUPPORT. -06/24/1985,85V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V082000),TRANSPORTATION MFG. CORP.,STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,39,"THE CENTER AXLE MOUNTED STEERING GEAR NECESSITATES THE USE OF LONGER TIE ROD ARMS. THESE ARMS COME IN CLOSER PROXIMITY TO THE FRONT TIRES THAN BUSES NOT HAVING THE CENTER AXLE MOUNTED STEERING GEAR. CONSEQUENCE OF DEFECT: THE LONGER TIE ROD COULD SCUFF THE FRONT TIRE, WHICH COULD RESULT IN TIRE FAILURE AND POSSIBLE LOSS OF VEHICLE CONTROL.",,REPLACEMENT OF TIE RODS ON BUSES FOUND TO HAVE TIRE CLEARANCE PROBLEMS. -06/24/1985,85V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V083000),Great Dane Trailers,STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,168,"INADEQUATE WELDING OF FULL WIDTH TIRE PROTECTION PLATE THAT IS WELDED TO BOTTOM OF CROSSMEMBERS IN TIRE AREA, CAN ALLOW PLATE TO LOOSEN AND FALL. CONSEQUENCE OF DEFECT: IF WELDS FAIL, A SUDDEN FORCE COULD CAUSE THE TIRE PROTECTOR PLATE TO BECOME COMPLETELY DETACHED. IF THIS HAPPENS, THERE IS A POSSIBILITY THAT THE PLATE COULD GET CAUGHT IN THE TRACTOR DRIVE TIRES, CAUSING A POTENTIAL JACK KNIFE CONDITION WHICH COULD RESULT IN EQUIPMENT DAMAGE OR PERSONAL INJURY.",,INSPECT AND MAKE NECESSARY REPAIRS TO ENSURE SECURE WELDING OF THE TIRE PROTECTION PLATE. -06/21/1985,85V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V081000),FREIGHTLINER LLC,ENGINE COOLING SYSTEM:RADIATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3000,CHANGE IN VENDOR'S PRODUCTION TOOLING RESULTED IN A FIT BETWEEN THE RADIATOR CAP AND FILLER NECK WHICH MAY BE TOO LOOSE. CONSEQUENCE OF DEFECT: THE LOOSE FIT COULD ALLOW THE CAP TO BE REMOVED BEFORE INTERNAL PRESSURE IS COMPLETELY RELEASED. HOT RADIATOR COOLANT MIGHT THEN BE SPRAYED ON THE PERSON OPENING THE CAP OR OTHERS IN THE VICINITY.,,THE DEFECTIVE FILLER NECK ASSEMBLY WILL BE REPLACED TO CORRECT THIS MALFUNCTION. -06/18/1985,85V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V080000),"KIDRON, INCORPORATED",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Vehicle,81,"A WELD ON AN AXLE SEAT AND BOTTOM PLATE MAY NOT HAVE BEEN PROPERLY PLACED. CONSEQUENCE OF DEFECT: AXLE SEAT CAN CRACK OR BREAK, RESULTING IN AN IMPAIRED BRAKE LINE FUNCTION CAUSING A BRAKE LOCKUP DUE TO THE FAIL/SAFE DESIGN OF THE AIR BRAKE SYSTEM. THE UNEXPECTED STOP MAY CAUSE AN ACCIDENT.",,"PERFORM ADDITIONAL WELDING ON THE AXLE SEAT AND BOTTOM PLATE, AS NECESSARY." -06/17/1985,85T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T007000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,1812,POSSIBLE SEPARATION COULD DEVELOP IN SERVICE BETWEEN THE PLIES IN THE SHOULDER TREAD AREA. THIS CONDITION RESULTS IN NONCOMPLIANCE TO FMVSS # 109. CONSEQUENCE OF DEFECT: THIS NON COMPLIANCE COULD RESULT IN SUDDEN LOSS OF AIR WITH POSSIBLE VEHICLE CRASH.,,"TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: CC9DB8D115, CC9DB8C135, CC9DB8D135, CC9DB8C115." -06/13/1985,85V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V078000),"Suzuki Motor USA, LLC",LIGHTING:SWITCH:BUTTON:RING:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2757,THE HEADLAMP SWITCH MAY FAIL DURING OPERATION WITHOUT WARNING DUE TO DISLOCATION OF THE CIRCUITRY CONTACT PIECE. CONSEQUENCE OF DEFECT: A SUDDEN LOSS OF HEADLIGHT ILLUMINATION AT NIGHT COULD RESULT IN AN ACCIDENT.,,"INSTALL AN ""L"" SHAPED SUPPORT PIECE INTO THE SWITCH BOX TO PREVENT THE DIMMER SWITCH CONTACT PIECE FROM DISLOCATING." -06/13/1985,85V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V079000),"Suzuki Motor USA, LLC",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,2757,"REAR WHEEL BEARING MAY FAIL DUE TO INSUFFICIENT APPLICATION OF GREASE TO REAR WHEEL NEEDLE BEARING. CONSEQUENCE OF DEFECT: WHEEL BEARING SEIZURE COULD CAUSE THE REAR WHEEL TO LOCK UP RESULTING IN INTERFERENCE WITH OPERATOR CONTROL, AND MAY RESULT IN AN ACCIDENT.",,APPLY A SUFFICIENT AMOUNT OF GREASE AND/OR REPLACE RELATED PARTS. -06/11/1985,85V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V076000),FREIGHTLINER LLC,ENGINE:OIL FILTER/BRACKET,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,354,"CRACKS CAN DEVELOP IN THE OIL FILTER MOUNTING BRACKETS NEAR THE BOLTS THAT ATTACH THE BRACKETS TO THE FRAME SIDE MEMBER. CONSEQUENCE OF DEFECT: IF CRACKS PROGRESS TO THE POINT OF FAILURE, THE FILTER ASSEMBLY COULD FALL OUT AND POSSIBLY BE STRUCK BY OTHER VEHICLES CREATING A POTENTIAL FOR AN ACCIDENT.",,BRACKETS WILL BE REPLACED WITH IMPROVED DESIGN BRACKETS. -06/11/1985,85V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V077000),Ford Motor Company,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,8671,"HEAT SHIELDS FOR THE CATALYTIC CONVERTER OUTLET PIPES WERE OMITTED DURING PRODUCTION. CONSEQUENCE OF DEFECT: AFTER SEVERE DUTY USE, SUCH AS HIGH SPEED PURSUIT, THE OUTLET PIPES BECOME VERY HOT AND COULD IGNITE CERTAIN TYPES OF GROUND COVER RESULTING IN A VEHICLE FIRE.",,INSTALL CATALYTIC CONVERTER OUTLET PIPE SHIELDS. -06/11/1985,85T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T006000),KELLY SPRINGFIELD TIRE CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,5500,TIRES FAIL TO MEET REQUIREMENTS OF ENDURANCE TEST FMVSS # 109. FAILURE WAS DUE TO HIGHER THAN SPECIFIED SECOND PLY ANGLE. CONSEQUENCE OF DEFECT: THE INCORRECT SECOND PLY ANGLE CAUSED CHAFING OF PLIES IN THE BEAD BASE AREA. A CHAFED PLY CAN RESULT IN SUDDEN AIR LOSS AND VEHICLE CRASH MAY OCCUR WITHOUT PRIOR WARNING.,,"TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: PLKCAEJ065, PLKCAEJ075, PLKCCEY065, PLKCCNY065, PLKCCNY075, PLL7DDW065, PLL7DDW075, JPKCJFK065, JPKCJFK075, JPKCLA5065, JPKCLA5075, JPKCMA5065, JPKCMA5075, JPKCLLE075, JPKCAJK075." -06/10/1985,85V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V075000),"General Motors, LLC",STRUCTURE:BODY:GRAB BAR:STRAP MOUNTING ASSIST,STRUCTURE,NR (Not Reported),Vehicle,1536,"THE CAB ENTRY STEP MOUNTING STRAP MAY FAIL IN THE AREA OF THE STEP SUPPORT BRACKET TO STRAP WELD INTERFACE. CONSEQUENCE OF DEFECT: IF THE STEP MOUNTING STRAP FAILS WHILE A PERSON IS ATTEMPTING TO ENTER OR EXIT THE CAB, PERSONAL INJURY COULD RESULT.",,NEW CAB ENTRY STEP MOUNTING STRAPS WILL BE INSTALLED. -06/06/1985,85V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V074000),WHITE MOTOR CORPORATION,BRAKES:AIR RESERVOIRS (TANKS),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1287,TRUCKS MAY NOT MEET THE AIR RESERVOIR VOLUME OF 12 TIMES THE COMBINED VOLUME OF ALL BRAKE CHAMBERS AT FULL STROKE AS REQUIRED BY FMVSS 121. CONSEQUENCE OF DEFECT: BRAKING EFFECTIVENESS COULD BE REDUCED CREATING THE POTENTIAL FOR AN ACCIDENT.,,AIR RESERVOIR VOLUME WILL BE INCREASED TO MEET REQUIREMENTS. -06/05/1985,85C022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85C022000),COLLIER-KEYWORTH,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,8785,SEAT BUCKLE FAILED WHEN CRASH TESTED IN ACCORDANCE WITH FMVSS # 213 IN THE FORWARD FACING RECLINING POSITION. CONSEQUENCE OF DEFECT: BUCKLE FAILURE COULD RESULT IN INJURY IN CASE OF AN ACCIDENT.,,A KIT WILL BE FURNISHED TO REPLACE BUCKLE AND CROTCH STRAP ASSEMBLY. -06/05/1985,85V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V073000),"Lufkin Industries, Inc.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,13,AN UNDERSIZED KING PIN WAS USED IN ASSEMBLY. CONSEQUENCE OF DEFECT: THE TRAILER COULD SEPARATE FROM THE TOWING VEHICLE AND CRASH OR CAUSE AN ACCIDENT.,,INSTALL CORRECT SIZE KING PIN. -06/04/1985,85E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E021000),IMPORTED AUTO PARTS CO.,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,5350,"G 950 TURN SIGNAL AND WARNING FLASHERS FAILED TO MEET DURABILITY, CURRENT AND FLASH RATE REQUIREMENTS OF FMVSS NO. 108. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC. THIS COULD POSSIBLY RESULT IN AN ACCIDENT.",,REFUND OF PURCHASE PRICE UPON RETURN OF UNITS. -06/03/1985,85E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E020000),VETTER FAIRING CO.,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,12169,"FAILURE TO MEET FMVSS 218 S5.1 IMPACT ATTENUATION, AND S5.3 RETENTION SYSTEM. CONSEQUENCE OF DEFECT: FAILURE TO MEET THE IMPACT REQUIREMENTS AND FAILURE OF RETAINING THE HELMET ON THE RIDER IN AN ACCIDENT REDUCES THE PROTECTIVE ASPECTS OF THE HELMET AND COULD RESULT IN PERSONAL INJURY.",,NEW HELMETS THAT MEET THE REQUIREMENTS WILL BE FURNISHED TO CONSUMERS. -05/29/1985,85V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V071000),DRI INC.,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,970,"ONE OR MORE OF THE HEX HEAD BOLTS USED IN A NUMBER OF PLACES, AS WELL AS TO SECURE THE TONGUE TO THE FRAME, MAY NOT BE OF THE GRADE 5 STRENGTH REQUIRED. CONSEQUENCE OF DEFECT: TRAILER TONGUE COULD SEPARATE FROM THE TRAILER FRAME AND RESULT IN SERIOUS PROPERTY DAMAGE OR INJURY.",,REPLACE BOLTS WITH THOSE OF THE PROPER STRENGTH. -05/28/1985,85V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V072000),"Mercedes-Benz USA, LLC",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,6384,WHEELS MAY DEVELOP HAIRLINE CRACKS IN THE AREA OF THE VENTILATION HOLES. CONSEQUENCE OF DEFECT: RIMS MAY EVENTUALLY BREAK AND COULD RESULT IN LOSS OF CONTROL OF THE CAR AND CAUSE AN ACCIDENT.,,REPLACE RIMS AS NECESSARY. -05/24/1985,85C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85C019000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,295814,CROTCH STRAP BUCKLE MADE OF PLASTIC REQUIRES 12 TO 20 LBS. RELEASE FORCE WHICH AT TIMES SEEMS DIFFICULT TO OPERATE. TO REMEDY THIS CONDITION CONSUMERS HAVE USED LUBRICANTS TO OVERCOME THE HARD RELEASE.,"IT HAS BEEN DETERMINED THAT THE LUBRICANTS CAN DEGRADETHE PLASTIC MATERIAL, CAUSING ONE OR MORE OF THE EARS OF THE PLASTIC BUTTON TOBREAK THEREBY JAMMING THE BUCKLE. THIS WILL DISCOURAGE USE OF CHILD SEATS.",CONSUMERS WILL RECEIVE A REPLACEMENT CROTCH STRAP AND BUCKLE WHERE REQUIRED. -05/24/1985,85V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V069000),"HUNTSMAN,INC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,35,"INCORRECT REAR DUAL WHEELS MAY HAVE BEEN INSTALLED MAKING THE WHEELS SUBJECT TO CRACK. CONSEQUENCE OF DEFECT: CONTINUED USE OF THESE WHEELS COULD CAUSE THE WHEEL TO CRACK WHICH MAY RESULT IN SERIOUS DAMAGE, LOSS OF VEHICLE CONTROL AND POSSIBLY AN ACCIDENT.",,REPLACE REAR DUAL WHEELS WITH WHEELS DESIGNED FOR TOYOTA CHASSIS. -05/23/1985,85V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V066000),"Suzuki Motor USA, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1662,THE FUEL RETURN HOSE IS OF INSUFFICIENT LENGTH AND CAN DETACH FROM THE FUEL PUMP. CONSEQUENCE OF DEFECT: THIS COULD RESULT IN AN ENGINE COMPARTMENT FIRE.,,REPLACE THE FUEL RETURN HOSE WITH A LONGER ONE. -05/23/1985,85V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V070000),"GRUMMAN ALLIED IND., INC.",WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,533,A COTTER PIN THAT RETAINS THE NUT HOLDING THE REAR WHEEL BEARING TO THE AXLE ROD MAY BE MISSING. CONSEQUENCE OF DEFECT: THE NUT COULD LOOSEN ALLOWING THE BEARING TO SLIDE OFF THE AXLE AND THE WHEEL TO COME OFF. THIS COULD RESULT IN A VEHICLE ACCIDENT.,,"INSTALL THE COTTER PINS, IF MISSING." -05/22/1985,85V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V065000),"BMW of North America, LLC",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,40,INCORRECT MACHINING OF THE SEATING SURFACE OF THE WHEELS WHERE IT CONTACTS THE HUB OF THE CAR MAY PREVENT THE WHEELS FROM MOUNTING SECURELY TO THE HUB. THIS MAY CAUSE THE WHEEL TO BREAK AND COULD FALL OFF. CONSEQUENCE OF DEFECT: THE WHEELS COULD LOOSEN AND A CRASH COULD OCCUR. OWNERS SHOULD NOT DRIVE THEIR CARS UNTIL REPAIR WORK HAS BEEN DONE.,,SCRAPE THE CENTER BORE OF THE RIM SO IT CAN CLEAR THE CENTER OF THE HUB. -05/21/1985,85V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V068000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14008,BRAKE BOOSTER REAR SHELLS MAY HAVE REDUCED WALL THICKNESSES WHICH COULD CAUSE THE SHELL TO BREAK. CONSEQUENCE OF DEFECT: REPEATED BRAKE USE COULD CAUSE THE SHELL TO CRACK AND THE BOOSTER ASSEMBLY TO COME APART. SERVICE BRAKES CAPABILITY WOULD BE TOTALLY LOST WITHOUT WARNING AND COULD RESULT IN AN ACCIDENT.,,INSPECT AND IF NECESSARY REPLACE THE POWER BRAKE BOOSTER ASSEMBLY. -05/21/1985,85V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V067000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,515000,REAR SEAT BELT RETRACTORS MAY ALLOW TWISTED WEBBING TO ENTER THE RETRACTOR HOUSING AND JAM THE RETRACTOR. CONSEQUENCE OF DEFECT: A JAMMED RETRACTOR WOULD INTERFERE WITH WEBBING RETRACTION AND WITHDRAWAL. THIS WILL DISCOURAGE SEAT BELT USAGE.,,A CLIP WILL BE INSERTED INTO THE RETRACTOR HOUSING WEBBING TO PREVENT JAMMING. -05/21/1985,85T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T005000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,340,"TIRES FAILED TO MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FMVSS #119. CONSEQUENCE OF DEFECT: CONTINUED USE MAY RESULT IN TIRE FAILURE AND POSSIBLE VEHICLE CRASH AND PERSONAL INJURY. TIRES WILL BE REPLACED AT NO COST TO THE CONSUMER. DOT IDENTIFICATION: BFORCR0155, BFORCRJ155.",, -05/20/1985,85T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T004000),UNIROYAL GOODRICH TIRE CO,TIRES:BELT,TIRES,NR (Not Reported),Tire,1045,TIRES FAILED TO MEET ENDURANCE TEST FOR FMVSS #109. CONSEQUENCE OF DEFECT: CONTINUED USE MAY RESULT IN TIRE FAILURE CAUSING LOSS OF VEHICLE CONTROL AND POSSIBLE CRASH AND PERSONAL INJURY.,,"TIRE WILL BE REPLACED AT NO COST TO CONSUMER. DOT IDENTIFICATION: BDTE600075, BDTE600085, BDTE600095, BDTE60J075, BDTE60J085, BDTE60J095." -05/20/1985,85E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E018000),NMB CORP.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Equipment,24240,IMPROPER SHAPING OF BOLT HOLE COUNTERSINK AS WELL AS COUNTERSINK BEING TOO SHALLOW AND ECCENTRIC TO THE BOLT HOLE IN SOME CASES CAUSING LUG NUT TO LOSE PROPER TORQUE. CONSEQUENCE OF DEFECT: WHEN LUG NUTS LOSE PROPER TORQUE IT CAUSES CRACKS TO DEVELOP IN DISC WHEEL WHICH COULD FAIL AND FALL OFF CAUSING VEHICLE CRASH.,,WHEELS WILL BE INSPECTED AND REPAIRED OR REPLACED AS NECESSARY. -05/14/1985,85V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V063000),NEOPLAN USA CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2000,"CHAFING CONDITION MAY OCCUR BETWEEN FRONT AIR BRAKE HOSE AND TIRE. ALSO, RUBBER BRAKE PEDAL COVER MAY BECOME DETACHED FROM METAL PEDAL ASSEMBLY. CONSEQUENCE OF DEFECT: IF THE CHAFING DAMAGES THE AIR BRAKE HOSE TO THE POINT THAT IT LEAKS, EFFECTIVENESS IS DIMINISHED. ALSO IF RUBBER BRAKE PEDAL COVER FALLS OFF, THE DRIVERS FOOT MAY SLIP OFF THE PEDAL WHEN BRAKES ARE BEING APPLIED. IN EITHER CASE AN ACCIDENT MAY OCCUR.",,"ADJUST FRONT BRAKE HOSE POSITIONING AND GLUE THE RUBBER BRAKE PEDAL ON, AS REQUIRED." -05/14/1985,85V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V062000),ERNEST HOLMES COMPANY,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Vehicle,18,"THE COUNTER BALANCE VALVE COULD FAIL AND ALLOW THE HYDRAULIC BOOM LIFT TO LOWER WITHOUT WARNING. CONSEQUENCE OF DEFECT: SHOULD THE BOOM LOWER WITH A VEHICLE IN TOW, A VEHICLE CRASH COULD OCCUR.",,INSTALL NEW COUNTER BALANCE VALVES NOT SUBJECT TO THIS DEFECT. -05/14/1985,85V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V061000),Ford Motor Company,FUEL:FUEL SYSTEM:WATER / FUEL DETECTION SYSTEM (DI,"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,8500,"WHEN FRONTALLY IMPACTED INTO A FIXED BARRIER AT 30 MPH, AS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD (FMVSS) NO. 301, THE LEFT FRAME RAILS OF SUCH VEHICLES MAY DISPLACE INBOARD, PINCHING THE FUEL/WATER SEPARATOR CANISTER BETWEEN THE FRAME RAIL AND ENGINE SUFFICIENTLY TO DISPLACE THE FUEL/WATER SEPARATOR DRAIN ROD, ALLOWING THE CONTENTS OF THE CANISTER TO DRAIN. CONSEQUENCE OF DEFECT: FUEL LEAK DURING OR AFTER A CRASH INCREASES THE POSSIBILITY OF A FIRE.",,"INSTALL A CANISTER SHIELD, A REVISED DESIGN DRAIN ROD SHIELD, AND MODIFY FUEL/WATER SEPARATOR MOUNTING BRACKET." -05/14/1985,85V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V064000),NEOPLAN USA CORPORATION,STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,2000,"THERE MAY BE TIE ROD CLAMP INTERFERENCE WITH THE FRONT SUSPENSION STRUCTURE. ALSO, STEERING WHEEL MAY BECOME STIFF DUE TO NON-PERMANENT LUBE STEERING SHAFT CROSS BEARINGS. CONSEQUENCE OF DEFECT: STEERING COULD BIND OR BECOME HARD RESULTING IN LOSS OF CONTROL AND COULD CAUSE AN ACCIDENT.",,ASSURE PROPER TIE ROD CLAMP POSITIONING AND INSTALL GREASEABLE CROSS BEARINGS IN THE STEERING SHAFT. -05/08/1985,85V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V060000),"SAAB CARS USA, INC.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11122,"THE FLEXIBLE FUEL HOSE MAY HAVE BEEN TURNED OUT OF ITS NORMAL POSITION AND HAVE A SHARP BEND OR TWIST NEAR ONE OF ITS FITTINGS. CONSEQUENCE OF DEFECT: THIS COULD LEAD TO HOSE RUPTURE, FUEL LEAKAGE, AND POSSIBLY A FIRE.",,ADJUST THE POSITION OF THE FUEL HOSE BETWEEN THE INJECTOR FUEL RAIL AND FUEL PRESSURE REGULATOR. -05/07/1985,85V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V059000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,150000,"WIDESPREAD LACK OF UNDERSTANDING ABOUT THE OPERATION OF WEBBING SENSITIVE AND DUAL SENSITIVE SEAT BELTS HAS LEAD TO NON-USE OF BELTS BY A NUMBER OF OWNERS. SOME BELTS RETRACTORS MAY JAM, BIND OR LOCK. THIS MAY DISCOURAGE THE USE OF THE SAFETY BELTS. CONSEQUENCE OF DEFECT: NON-USE OF SEAT BELTS SUBJECTS OCCUPANTS TO RISK OF INJURY IN EVENT OF AN ACCIDENT OR SUDDEN BRAKING.",,INSTRUCTINS ON PROPER BELT USAGE AND SIMPLE CHECKS WILL BE SENT TO OWNERS AND WILL REPLACE ANY MALFUNCTIONING RETRACTOR. -05/06/1985,85V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V058000),"BMW of North America, LLC",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11000,THE IDLE CONTROL VALVE WHICH CONTROLS IDLE SPEED BY VARYING THE AMOUNT OF INTAKE AIR THAT BYPASSES THE THROTTLE PLATE IS SUBJECT TO BACKFIRE INTO THE INTAKE MANIFOLD. SUCH BACKFIRE CAN DAMAGE THE VALVE AND CAUSE THE IDLE VALVE PLATE TO REMAIN OPEN. CONSEQUENCE OF DEFECT: THIS WILL RESULT IN ABNORMALLY HIGH IDLE SPEED.,,INSTALL A REDESIGNED IDLE CONTROL VALVE WHICH CAN NOT STICK OPEN. -05/03/1985,85V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V057000),"Mack Trucks, Inc.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,52,"THE DRAG LINKS MAY HAVE BEEN INSTALLED INCORRECTLY ALLOWING DRAG LINK CLAMP BOLT TO AXLE BEAM INTERFERENCE. CONSEQUENCE OF DEFECT: DURING A TURNING MANEUVER, INCREASED STEERING EFFORT OR COMPLETE LOCKUP OF STEERING COULD OCCUR WITHOUT WARNING. THIS COULD RESULT IN LOSS OF TRUCK CONTROL AND A CRASH.",,ASSURE THAT DRAG LINKS ARE INSTALLED TO CORRECT INTERFERENCE CONDITION. -05/01/1985,85V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V053000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,264000,ROADWAY STONES MAY BECOME LODGED IN THE HEIGHT SENSING BRAKE PROPORTIONING VALVE. THIS MAY CAUSE THE PROPORTIONING VALVE TO FAIL. CONSEQUENCE OF DEFECT: PROPORTIONING VALVE MALFUNCTION RESULTS IN INCREASED STOPPING DISTANCES DURING HARD BRAKING WITH A LIGHT LOAD AND MAY CAUSE AN ACCIDENT.,,CLEAR PROPORTIONING VALVE OF STONES AND INSTALL A PROTECTIVE COVER TO PREVENT STONES FROM ENTERING. -05/01/1985,85V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V055000),Eldorado National-Kansas,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,665,THE EMERGENCY BRAKE CABLE MAY BECOME FRAYED OR BOUND UP ON THE HEAT SHIELD OF THE PROPANE TANK MOUNTING BRACKETS. CONSEQUENCE OF DEFECT: EMERGENCY BRAKES COULD BECOME INOPERATIVE.,,REROUTE EMERGENCY BRAKE CABLE TO PREVENT CONTACT WITH HEAT SHIELD OF THE PROPANE TANK MOUNTING BRACKET. -05/01/1985,85V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V052000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3152,"RIM INFORMATION MAY HAVE BEEN OMITTED ON CERTIFICATION LABEL INSTALLED ON THE LEFT FRONT DOOR. CONSEQUENCE OF DEFECT: THESE TRUCKS DO NOT CONFORM WITH FMVSS 120, TIRE SELECTIONS AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS.",,INSTALL NEW CORRECTED LABELS. -05/01/1985,85V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V056000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,15857,"TRAILER HITCHES CAN CRACK AT THE MOUNTING FLANGES AND SEPARATE FROM THE MOTORHOME WHILE BEING USED IN TRAILER OR CAR TOWING SERVICE. CONSEQUENCE OF DEFECT: IF COMPLETE SEPARATION OCCURS, CONTROL WOULD BE LOST OF THE TOWED VEHICLE; THIS COULD RESULT IN INJURY OR DEATH.",,"MODIFY OR REPLACE HITCH, AS REQUIRED." -05/01/1985,85V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V054000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,10000,"THE THROTTLE LEVER MAY NOT RETURN TO IDLE POSITION DUE TO MISALIGNMENT OF THE AIR CONDITIONER SHUT OFF SWITCH TO THE THROTTLE LEVER PIN. CONSEQUENCE OF DEFECT: A JAMMED THROTTLE COULD RESULT IN A LOSS OF ACCELERATOR CONTROL, WITHOUT PRIOR WARNING, AND AN ACCIDENT.",,ADJUST SHUTOFF SWITCH AND ASSURE PROPER ALIGNMENT TO THROTTLE LEVER PIN. -05/01/1985,85V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V051000),"Mack Trucks, Inc.",STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,7500,"THE FLIP OUT STEP CLEVIS ON THE BUMPER MAY FAIL AND BREAK UNDER THE WEIGHT OF THE PERSON STANDING ON THE STEP TO SERVICE THE FRONT AREA OF THE VEHICLE. CONSEQUENCE OF DEFECT: THIS SUDDEN BREAK WILL CAUSE THE PERSON STANDING ON THE STEP TO FALL, WITHOUT WARNING, AND COULD RESULT IN INJURIES.",,REMOVE THE STEP CLEVIS AND REPLACE WITH A NEW IMPROVED CLEVIS. -04/29/1985,85V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V048000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1810000,"EXCESSIVE ENLARGEMENT OF THE WHEEL CYLINDER PILOT HOLE IN THE REAR BRAKE BACKING PLATE COULD ALLOW THE WHEEL CYLINDER TO ROTATE AND CAUSE LOSS OF BRAKE FLUID. CONSEQUENCE OF DEFECT: A LOSS OF BRAKE FLUID LEADS TO LOSS OF REAR BRAKE ACTION, CREATING THE POTENTIAL FOR AN ACCIDENT. FRONT BRAKES WOULD REMAIN OPERATIONAL.",,ADD A PART TO PREVENT WHEEL CYLINDER FROM ROTATING. -04/29/1985,85V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V049000),"General Motors, LLC",STRUCTURE:BUMPER ASSEMBLY:BUMPER:MAIN BODY,STRUCTURE,NR (Not Reported),Vehicle,196939,"THE REAR BUMPER MAY FRACTURE DURING A REAR END COLLISION, PUNCTURE THE FUEL TANK, AND CAUSE A FUEL LEAK. CONSEQUENCE OF DEFECT: A FUEL LEAK CREATES THE POTENTIAL FOR A FIRE WHICH COULD RESULT IN BURN INJURIES TO PERSONS IN OR NEAR THE CAR.",,"REPLACE THE REAR BUMPER BRACKETS AND THE ""L"" SHAPED REINFORCEMENT WITH A ""U"" SHAPED FULL REINFORCEMENT." -04/29/1985,85V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V050000),Newmar Corporation,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,35,"AXLES WERE INADEQUATELY HEAT TREATED. CONSEQUENCE OF DEFECT: UNDER ORDINARY USE, AXLES MAY BEND, WHICH MAY CAUSE SEPARATION OF THE WHEEL ASSEMBLY FROM THE AXLE OR THE VEHICLE. THIS COULD RESULT IN AN ACCIDENT.",,VEHICLES SHOULD NOT BE OPERATED UNTIL AXLES HAVE BEEN REPLACED WITH NEW ORIGINAL EQUIPMENT SPECIFICATION AXLES. -04/26/1985,85E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E017000),ALLIED ACESS & AUTO PARTS,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,50000,"FLASHER UNITS FAIL TO MEET REQUIREMENT OF FMVSS NO.108, FOR DURABILITY, STARTING TIME AND FLASH RATE. CONSEQUENCE OF DEFECT: THIS RESULTS IN NO TURN SIGNAL, TURN SIGNAL CONTINUOUSLY ON, OR RAPID SIGNAL RATE. FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC COULD RESULT IN AN ACCIDENT.",,REFUND OF PURCHASE PRICE TO CONSUMERS UPON RETURN OF FLASHER UNITS. -04/26/1985,85V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V046000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,15500,THE STEERING PITMAN ARM COULD DEVELOP CRACKS AND EVENTUALLY FRACTURE DUE TO HIGH BENDING LOADS. CONSEQUENCE OF DEFECT: SUCH A FRACTURE COULD CAUSE A LOSS OF STEERING CONTROL AND RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,REPLACE PITMAN ARM WITH A REDESIGNED STRENGTHENED ARM. -04/26/1985,85V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V047000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,20,"A LOSS OF BONDING ADHESION BETWEEN THE PAINT AND THE WINDSHIELD OPENING AREA COULD ALLOW THE WINDSHIELD TO SEPARATE DURING A 30 MILE PER HOUR FRONTAL BARRIER TEST REQUIRED BY FMVSS 212, WINDSHIELD RETENTION. CONSEQUENCE OF DEFECT: WINDSHIELD SEPARATION DURING AN ACCIDENT COULD RESULT IN AN UNBELTED OCCUPANT BEING EJECTED FROM THE CAR AND SEVERLY INJURED.",,REMOVE AND REINSTALL WINDSHIELD IF A LACK OF PAINT BONDING IS EVIDENT. -04/19/1985,85E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E015000),CARLISLE TIRE & RUBBER CO,TIRES:VALVE STEM,TIRES,NR (Not Reported),Equipment,535,MISSING GROMMET IN TWO PIECE TRUCK TUBE VALVE. CONSEQUENCE OF DEFECT: IF THE GROMMET IS MISSING IT WILL CAUSE A SLOW AIR LEAK AROUND THE VALVE CONNECTION. THIS CONDITION COULD RESULT IN TIRE DEFLATION AND VEHICLE CONTROL PROBLEMS.,,TUBES WILL BE REPLACED WITH PROPER VALVE GROMMETS. -04/17/1985,85V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V045000),Ford Motor Company,FUEL:FUEL LINES FITTINGS:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1250,THE NYLON FUEL SUPPLY AND RETURN LINES ARE IMPROPERLY ROUTED ALONG THE FRAME SIDE RAIL AND COULD CONTACT THE UNIVERSAL JOINT ON THE FRONT DRIVESHAFT. CONSEQUENCE OF DEFECT: SUCH CONTACT COULD CAUSE ABRASION OF THE LINES AND LOW PRESSURE FUEL LEAKAGE CREATING THE POTENTIAL FOR A FIRE.,,REROUTE OR REPLACE AFFECTED FUEL LINES. -04/12/1985,85V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V042000),"General Motors, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,34331,"THE ENGINE AIR CLEANER PLASTIC TRIM COVER COULD DETACH FROM THE AIR CLEANER ASSEMBLY AND FALL FORWARD ON THE EXHAUST MANIFOLD. CONSEQUENCE OF DEFECT: IF THE CAR IS BEING OPERATED AT THE TIME OF DETACHMENT, AN ENGINE COMPARTMENT FIRE COULD OCCUR WITHOUT WARNING.",,REMOVE THE TRIM COVER AND DISCARD. -04/12/1985,85E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E016000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,219000,"THE STOP PIN WHICH IS SWAGED INTO THE THROTTLE LEVER, SO AS TO ALLOW THE THROTTLE LEVER TO ABSORB EXCESSIVE THROTTLE LINKAGE TRAVEL AND MAINTAINING THE ABILITY TO CONTROL THE ENGINES SPEED. THIS STOP PIN COULD BE A MISMATCH AND COULD LOOSEN CAUSING THE LEVER STOP PIN ASSEMBLY TO FALL APART. CONSEQUENCE OF DEFECT: THIS CONDITION, CAUSES THE TENSIONING SPRING ATTACHED TO THE THROTTLE LEVER ASSEMBLY TO SEPARATE FROM THE LEVER CAUSING THE THROTTLE LEVER TO EITHER MOVE TO FULL THROTTLE POSITION, TO THE IDLE POSITION, OR REMAIN IN THE POSITION THE LEVER WAS IN AT THE MOMENT OF FAILURE. THIS COULD CAUSE THE VEHICLE TO BE UNCONTROLABLE AND RESULT IN AN ACCIDENT AND PERSONAL INJURY.",,ALL THROTTLE LEVER ASSEMBLIES WILL BE REPLACED WITH NEW MODIFIED TYPE TO ELIMINATE THE POTENTIAL DEFECT. -04/12/1985,85V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V043000),"RENAULT, INCORPORATED",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,8085,"THE 12 MM SPACER USED ON THE REAR SEAT BELT ANCHORAGE BOLTS MAY AFFECT ANCHOR BOLT LOAD CAPACITY AND FAIL TO COMPLY WITH FMVSS 210, SEAT BELT ASSEMBLY ANCHORAGES. CONSEQUENCE OF DEFECT: THE REAR OUTBOARD SEAT BELT ANCHORAGES MAY NOT MAINTAIN LOAD REQUIREMENTS FOR THE SPECIFIED TIME. THIS FAILURE MAY CAUSE THE SEAT BELT SYSTEM NOT TO RESTRAIN THE OCCUPANT IN POSITION IF AN ACCIDENT WERE TO OCCUR, CAUSING SERIOUS INJURIES.",,REPLACE 12 MM ANCHOR BOLT SPACER WITH A 5MM SPACER. -04/12/1985,85V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V044000),K-MART,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,4107,"RIMS WERE NOT LABELED AS REQUIRED BY FMVSS NO. 120 . ALSO, TIRES FAILED TO SHOW STRENGTH RATINGS AS REQUIRED BY FMVSS NO. 119. CONSEQUENCE OF DEFECT: POSSIBILITY OF OVERLOADING AND UNDERINFLATING WHICH MAY CAUSE TIRE FAILURES RESULTING IN AN ACCIDENT.",,REPLACEMENT OF TIRES AND RIMS. -04/10/1985,85V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V041000),YAMAHA INTERNATIONAL CORP,ELECTRICAL SYSTEM:STARTER SOLENOID,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5757,"THE LEAD WIRES CONNECTING THE BATTERY TO THE STARTER SOLENOID, AND THE SOLENOID TO THE STARTER, MAY BE MISROUTED AND DAMAGED. CONSEQUENCE OF DEFECT: DAMAGED WIRES MAY SHORT OUT CAUSING THE ENGINE TO STOP RUNNING AND THE LIGHTS TO GO OUT, WHICH COULD RESULT IN AN ACCIDENT.",,CORRECTLY ROUTE LEAD WIRES AND INSTALL A GROMMET TO PROTECT THE WIRES. -04/09/1985,85V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V039000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1530,"FUEL HOSE MAY BE DAMAGED DUE TO TOO MUCH PRESSURE IN CRIMPING THE HOSE END FITTING. CONSEQUENCE OF DEFECT: A FUEL LEAK COULD DEVELOP WHICH COULD CAUSE A LOSS IN SYSTEM PRESSURE AND ENGINE STALLING. ALSO, FUEL VAPORS IN THE ENGINE COMPARTMENT COULD BE IGNITED BY A SPARK AND CAUSE A FIRE.",,HOSES WILL BE MODIFIED BY CUTTING OFF THE CRIMPED END FITTING AND REPLACING IT WITH A NIPPLE FITTING SECURED WITH A SCREW TIGHTENED CLAMP. -04/09/1985,85V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V040000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,19200,A MALFUNCTION MAY OCCUR IN THE AIR SUSPENSION ELECTRICAL CIRCUITRY.,"A WIRE TO THE AIR SUSPENSION COMPRESSOR COULD OVERHEAT CREATING A POTENTIAL FOR A FIRE, PRIMARILY WHEN PARKED AND KEY IS REMOVED.",REPLACE CONTROL MODULE WITH A NEWLY DESIGNED MODULE. -04/03/1985,85V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V038000),"EXECUTIVE IND., INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,655,"CARBON MONOXIDE PRODUCED BY THE AUXILIARY POWER GENERATOR, WHEN USED FOR PROLONGED PERIODS OF TIME MAY ENTER THE MOTORHOME INTERIOR. CONSEQUENCE OF DEFECT: OCCUPANTS ARE SUBJECT TO CARBON MONOXIDE CONTAMINATION AND MAY SUFFER HEADACHES OR DROWSINESS. TO AVOID THIS, THE AUXILIARY GENERATOR SHOULD NOT BE USED IN EXCESS OF FOUR (4) HOURS PRIOR TO REPAIR.",,RESEAL AREAS BENEATH THE MOTORHOME WHERE LEAKAGE IS OCCURRING. -04/02/1985,85V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V036000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11659,THE ELECTRICAL CABLE BETWEEN THE STARTER AND THE ALTERNATOR CAN RUB AGAINST THE BRAKE FLUID PIPE ATTACHED TO THE LEFT INNER WHEELHOUSE IN THE ENGINE COMPARTMENT. CONSEQUENCE OF DEFECT: RUBBING WILL EVENTUALLY DAMAGE THE CABLE INSULATION AND RESULT IN A SHORT CIRCUIT WHICH MAY CAUSE A FIRE.,,THE CABLE CONNECTION AT THE ALTERNATOR WILL BE ADJUSTED AND THE CABLE REPOSITIONED TO ELIMINATE RUBBING. -04/02/1985,85V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V037000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,31746,"THE STEERING ARM MAY CRACK AFTER REPEATED FULL-LOCK TURNS. CONSEQUENCE OF DEFECT: IF CRACKS PROGRESS TO COMPLETE FRACTURE OF THE ARM, STEERING CONTROL WOULD BE LOST AND A VEHICLE ACCIDENT COULD OCCUR.",,REPLACE STEERING ARM WITH REDESIGNED STRENGTHENED ARM. -04/01/1985,85E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E014000),Atwood Mobile Products,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,31600,"THE WELDED WEDGE INSIDE THE COUPLER HOLDS THE BALL CLAMP WHICH ASSURES THAT THE BALL CLAMP HAS A FULL GRIP ON THE TOWING BALL WHICH MAY NOT HAVE BEEN SUFFICIENTLY WELED OR THE WEDGE MAY HAVE BEEN OMITTED IN PRODUCTION. CONSEQUENCE OF DEFECT: IF THIS CONDITION EXISTS, IT MAY RESULT IN THE COUPLER COMING OFF THE BALL AND ALLOW THE TRAILER TO BREAK LOOSE FROM THE VEHICLE AND CAUSE AN ACCIDENT.",,REPLACE INVENTORY AT CUSTOMER LOCATIONS AND REPAIR OR PAY FOR REPAIRS FOR COUPLER ALREADY INSTALLED. -04/01/1985,85V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V035000),Volvo Trucks North America,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,9393,THE SEAT BELT MAY NOT REMAIN SNUG AFTER ADJUSTMENT. CONSEQUENCE OF DEFECT: IN THE EVENT OF A SUDDEN STOP OR ACCIDENT THE SEAT BELTS MAY NOT SUFFICIENTLY RESTRAIN THE OCCUPANTS AND RESULT IN INJURIES.,,REPAIR SEAT BELTS OR ALTER DESIGN FOR SNUG BELT ADJUSTMENT AND RETENTION. -03/29/1985,85V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V033000),NEOPLAN USA CORPORATION,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2000,"CIRCUIT BREAKERS ARE NOT AT SUFFICIENT RATINGS TO PROTECT HIGH SIDE TOLERANCES, SOME WIRING HARNESSES ARE NOT ADEQUATELY SECURED TO PREVENT CHAFING AND NO PROVISIONS WERE MADE FOR COMPLETE DISCONNECTION OF ALL ELECTRICAL SYSTEMS IN CASE OF AN ELECTRICAL SHORT. CONSEQUENCE OF DEFECT: THE ABOVE COULD RESULT IN A BUS FIRE.",,"ADD AND/OR REPLACE CIRCUIT BREAKER, INSTALL CUT OFF SWITCH AND REROUTE WIRES." -03/29/1985,85V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V034000),"General Motors, LLC",FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,121095,THE FUEL SYSTEM MAY LEAK AT THE THROTTLE BODY INJECTION FUEL FEED PIPE CONNECTION. CONSEQUENCE OF DEFECT: THIS LEAKAGE COULD RESULT IN AN UNDERHOOD FIRE WHICH COULD SPREAD TO THE PASSENGER COMPARTMENT AND CAUSE BURN INJURIES TO OCCUPANTS.,,REPLACE THE FUEL FEED PIPE. -03/26/1985,85E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E013000),BLAZER INTERNATIONAL CORP,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,20000,FILAMENTS ARE WIRED BACKWARD SO THAT LIGHT FROM CONTINUOUSLY ILLUMINATED TAIL LAMPS HIDES THE LIGHT FROM INTERMITTENT STOP LAMP SIGNAL. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL TRAFFIC WHICH COULD RESULT IN A VEHICLE CRASH.,,MANUFACTURER IS FURNISHING CORRECT INSTRUCTIONS FOR INSTALLATION IN ORDER TO PRECLUDE THE PRESENT PROBLEM. -03/25/1985,85V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V031000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:PASSIVE RESTRAINT:BELTS,SEAT BELTS,NR (Not Reported),Vehicle,21000,FRONT SEAT BELT RETRACTORS MAY NOT PROPERLY LOCK DURING SUDDEN HEAVY BRAKE APPLICATION OR IMPACT DUE TO THE INTERFERENCE OF TWO POSITIONING TABS. CONSEQUENCE OF DEFECT: THE SEAT BELT WOULD NOT RETAIN THE DRIVER OR PASSENGER SUBJECTING THEM TO POSSIBLE INJURY IN CASE OF AN ACCIDENT.,,REPLACE THE FRONT SEAT BELTS AND MODIFY THE RETRACTOR POSITIONING TABS. -03/25/1985,85V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V032000),NEOPLAN USA CORPORATION,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1800,"HAIRLINE CRACKS MAY OCCUR IN ONE OR MORE OF THREE WELD AREAS: FRONT SUSPENSION INTERFACE PLATE AT THE BOTTOM FRAME STRUCTURE, REAR SUSPENSION TERMINATION POINTS OF THE TRANSVERSE LINK TOWER OUTBOARD GUSSET, OR REAR AXLE MOUNTING PAD TO THE A FRAME ON THE LONGITUDINAL BEAM. CONSEQUENCE OF DEFECT: DRIVER MAY EXPERIENCE HANDLING DIFFICULTIES WHICH MAY RESULT IN AN ACCIDENT.",,REPAIR REAR SUSPENSION AND STRUCTURE TO WHICH FRONT SUSPENSION ATTACHES. -03/19/1985,85V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V030000),Trailmobile Canada Limited,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,568,THE AIR BRAKE HOSE LEADING TO THE FRONT AXLE SPRING BRAKE CHAMBERS MAY BE 1.5 INCHES SHORTER THAN THE SPECIFIED LENGTH OR ARE CONNECTED TO AIR TANKS MISLOCATED UP TO 1.5 INCHES. CONSEQUENCE OF DEFECT: FAILURE OF THE HOSES WOULD LEAD TO DECREASED BRAKING CAPABILITY WHICH MAY RESULT IN AN ACCIDENT.,,REPLACE 28 INCH HOSES WITH 32 INCH HOSES. -03/19/1985,85V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V029000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,47081,THE CRUISE CONTROL VACUUM SOLENOID VALVES MAY MALFUNCTION AT ANY TIME THE ENGINE IS RUNNING AND THE CRUISE CONTROL IS ENGAGED AND CAUSE UNEXPECTED ENGINE ACCELERATION. CONSEQUENCE OF DEFECT: LOSS OF ACCELERATOR CONTROL COULD RESULT IN A VEHICLE CRASH WITHOUT PRIOR WARNING.,,INSTALL AND RELOCATE A NEW CRUISE CONTROL SERVO ASSEMBLY. -03/19/1985,85V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V028000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,112,THE TIRE PLACARD LABEL ON THE LEFT FRONT DOOR MAY HAVE BEEN PRINTED WITH AN ERROR WHICH SPECIFIES A HIGHER MAXIMUM LOADING THAN IS ALLOWED. CONSEQUENCE OF DEFECT: EXCESSIVE VEHICLE LOADING COULD CAUSE A TIRE BLOWOUT AND RESULT IN AN ACCIDENT.,,NEW TIRE PLACARD LABELS WITH CORRECT INFORMATION WILL BE INSTALLED. -03/18/1985,85E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E012000),FIRESTONE STEEL PROD. CO.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Equipment,125,"DISCS WHICH HAD PREVIOUSLY BEEN STAMPED WITH PART NUMBER 27125 FOR USE WITH WHEELS HAVING THAT PART NUMBER WERE WELDED TO RIMS FOR WHEELS HAVING PART NUMBER 27123. THE DISCS USED IN BOTH WHEEL ASSEMBLIES ARE IDENTICAL, THE RESULTING PART THEREFORE IS STRUCTURALLY CORRECT. HOWEVER, THE 27126 WHEEL USES A 20X7.0 CR 5 DEGREE BEADSEAT RIM AND THE 27123 WHEEL USES A 20X6.5 5 DEGREE BEADSEAT RIM. A DIFFERENT SIZE TIRE IS USED WITH EACH OF THESE RIMS. CONSEQUENCE OF DEFECT: IT WOULD BE POSSIBLE TO ASSEMBLE AN IMPROPER TIRE/WHEEL COMBINATION. RESULTS OF THIS COULD BE OVERHEATING AND/OR TIRE CONTACT WHERE USED AS DUALS. IF THIS OCCURS THE TIRE MAY FAIL AND LOSS OF CONTROL MAY BE EXPERIENCED.",,REPLACEMENT OF WHEELS WITH INCORRECT STAMPING WILL BE MADE AT NO COST TO THE CONSUMER. -03/15/1985,85V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V027000),PERRIS VALLEY CAMPERS,WHEELS,WHEELS,NR (Not Reported),Vehicle,12,"INCORRECT REAR DUAL WHEELS MAY HAVE BEEN INSTALLED, MAKING THE WHEELS SUBJECT TO CRACK. CONSEQUENCE OF DEFECT: CONTINUED USE OF THESE WHEELS COULD CAUSE SERIOUS DAMAGE AND POSSIBLY AN ACCIDENT.",,REPLACE REAR DUAL WHEELS WITH TOYOTA BRAND WHEELS. -03/14/1985,85E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E011000),"MALONE AND HYDA, INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,106969,"FAILURE OF FLASHER TO MEET DURABILITY, FLASH RATE AND CURRENT REQUIREMENTS OF FMVSS NO. 108. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC. THIS COULD RESULT IN AN ACCIDENT. CORRECTIVE ACTION REPLACEMENT OR REFUND OF PURCHASE PRICE UPON RETURN OF THE FLASHER UNIT.",, -03/12/1985,85V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V026000),"Winnebago Industries, Inc.",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,6285,THE STEEL WHEEL RIMS MAY CRACK AND BREAK. CONSEQUENCE OF DEFECT: BROKEN WHEEL RIMS COULD CAUSE THE DRIVER TO LOSE CONTROL OF THE VEHICLE AND RESULT IN AN ACCIDENT.,,REPLACE THE FOUR (4) STEEL RIMS PLUS THE SPARE TIRE RIM WITH MICHELIN RIMS. -03/11/1985,85V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V025000),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3508,BRAKE MASTER CYLINDERS MAY HAVE IMPROPERLY ANODIZED INTERNAL SURFACES CAUSING ACCELERATED WEAR OF A PISTON SEAL. CONSEQUENCE OF DEFECT: ONE PORTION OF THE SPLIT BRAKE SYSTEM WOULD BECOME INEFFECTIVE RESULTING IN INCREASED STOPPING DISTANCE WHICH MAY CAUSE AN ACCIDENT. DRIVER WOULD BE WARNED BY INCREASED PEDAL TRAVEL AND THE BRAKE WARNING LIGHT.,,"MASTER CYLINDERS BUILT ON JANUARY 9, 1985 WILL BE REPLACED." -03/05/1985,85V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V024000),"General Motors, LLC",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,48,ONE OF THE THREE STEERING GEAR TO FRAME BOLTS MAY NOT HAVE BEEN TIGHTENED TO THE REQUIRED SPECIFICATION. CONSEQUENCE OF DEFECT: THE STEERING GEAR COULD COME LOOSE FROM THE FRAME CAUSING A LOSS OF STEERING CONTROL AND A POSSIBLE VEHICLE CRASH WITHOUT WARNING.,,TIGHTEN THE STEERING GEAR TO FRAME BOLTS. -03/01/1985,85V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V023000),"Porsche Cars North America, Inc.",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5916,"METAL BUSHINGS FOR THE CRUISE CONTROL LINKAGE ARE SUBJECT TO CORROSION DUE TO WEATHER CONDITIONS. ALSO, THERE IS NOT ENOUGH CLEARANCE BETWEEN THE BUSHINGS AND THE SHAFT; AND THE LINKAGE POINTS WERE NOT LUBRICATED. THUS, CRUISE CONTROL LINKAGE CAN BIND, CAUSING THE ACCELERATOR PEDAL TO STICK IN A DEPRESSED POSITION. CONSEQUENCE OF DEFECT: THE VEHICLE, WITHOUT WARNING, WOULD CONTINUE AT SET SPEED AND CAN'T BE REDUCED. THIS COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,REPLACE THE METAL BUSHINGS WITH THE PLASTIC VERSION. -03/01/1985,85V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V021000),"Nissan North America, Inc.",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,11900,IMPURE LUBRICATING GREASE USED IN THE HEADLIGHT SWITCHES COULD CONTAMINATE ONE OR MORE CONTACT POINTS. OPERATION OF THE HEADLIGHTS COULD BE DELAYED OR NOT LIGHT WHEN THE SWITCH IS TURNED ON OR WHEN THE DIMMER SWITCH IS OPERATED. CONSEQUENCE OF DEFECT: LOSS OF HEAD LIGHTS WHILE DRIVING COULD RESULT IN A VEHICLE ACCIDENT.,,REPLACE HEADLIGHT SWITCH AS NECESSARY. -03/01/1985,85V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V022000),Oshkosh Corporation,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,383,LOOSENESS MAY DEVELOP AT THE ATTACHMENT (BALL JOINT) OF THE DRAG LINK TO THE STEERING ARM DUE TO AN INSUFFICIENTLY TIGHTENED RETAINING NUT. THIS CAN WEAR THE STEERING ARM HOLE. CONSEQUENCE OF DEFECT: STEERING LOOSENESS COULD CAUSE HANDLING DIFFICULTY WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,,REPLACE DRAG LINK BALL STUD IF WEAR IS OBSERVED AND/OR TORQUE TO SPECIFICATION. -03/01/1985,85E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E010000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:TWIN I-BEAM:FRONT SPINDLE:KNUCKLE STEER,STEERING,NR (Not Reported),Equipment,28845,"FRONT AXLE BEAMS CONTAIN ""SHEAR CRACKS"" AT THE BEAM ENDS WHERE THE KING PINS AND STEERING KNUCKLES ARE ATTACHED. CONSEQUENCE OF DEFECT: IF FAILURE OF THE AXLE BEAMS AS PART OF THE FRONT STEERING AXLE SHOULD OCCUR, THE COMPONENTS ATTACHED TO THE BEAMS INCLUDING WHEELS, TIRES, BRAKE ASSEMBLIES AND STEERING KNUCKLES MAY BECOME DISENGAGED FROM THE VEHICLE, AND ROLL FREE WITH A RISK TO TRAFFIC SAFETY. THE VEHICLE MAY LOSE STEERING CONTROL, CAUSING VEHICLE INSTABILITY AND POTENTIAL FOR VEHICLE CRASH. THIS FAILURE COULD OCCUR WITHOUT PRIOR WARNING TO THE OPERATOR.",,REPLACEMENT OF ANY AND ALL COMPONENTS. FOUND TO BE DEFECTIVE AT NO COST TO THE CONSUMER. -02/27/1985,85T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T003000),GENERAL TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,137,THE PLY TURN UP HEIGHTS AROUND THE BEADS ARE NOT TO MANUFACTURING SPECIFICATIONS. CONSEQUENCE OF DEFECT: AFTER PERIOD OF USE SEPARATION IN THE BEAD AREA MAY DEVELOP AND COULD LEAD TO LOSS OF AIR AND VEHICLE CONTROL.,,REPLACE DEFECTIVE TIRE WITH NEW TIRE AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: AB2J78M015. -02/25/1985,85T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T002000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,6000,AN IRREGULAR DISTRIBUTION OF RUBBER GAGE IN THE BEAD AREA THAT MAY IN TIME CAUSE AN ABNORMAL STRESS CRACK TO PROPAGATE THROUGH THE RUBBER TO THE PLY CORDS. CONSEQUENCE OF DEFECT: THE CRACK THROUGH THE RUBBER TO THE PLY CORDS MAY EVENTUALLY BREAK OUT ON THE OUTER SURFACE AND COULD RESULT IN SUDDEN LOSS OF AIR AND VEHICLE CRASH COULD OCCUR WITHOUT PRIOR WARNING.,,"REPLACE DEFECTIVE TIRE WITH NEW ONE AT NO COST TO THE CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: MM12950492 TO 512, MM12P50013 TO 063." -02/20/1985,85V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V020000),"Mercedes-Benz USA, LLC",BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4000,"A STEEL TUBE THAT DELIVERS AIR TO THE FRONT AXLE AIR BRAKE CHAMBER CAN CONTACT THE FRONT SHOCK ABSORBER. CONSEQUENCE OF DEFECT: REPEATED CONTACT CAN WEAR A HOLE IN THE TUBE, CAUSING AIR PRESSURE TO BE LOST DURING BRAKE APPLICATION. THIS COULD RESULT IN IMPAIRED BRAKING CAPABILITY AND AN ACCIDENT.",,"REROUTE STEEL TUBE AND/OR REPLACE, AS NECESSARY." -02/20/1985,85V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V019000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:REFLECTIVE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,20,"CERTAIN TRUCKS DO NOT COMPLY WITH FMVSS 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE TRUCKS WERE ASSEMBLED WITHOUT THE ROOF MARKER LAMPS. CONSEQUENCE OF DEFECT: SAFE OPERATION OF THE TRUCKS DURING DARKNESS OR REDUCED VISIBILITY WOULD BE IMPAIRED.",,INSTALL ROOF MARKER LAMPS. -02/19/1985,85V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V017000),"THOMAS BUILT BUSES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,27,"THE RACK AND GEAR TYPE LATCH ASSEMBLY OF THE EMERGENCY DOORS CAN BE OVERSTRESSED BY MISUSE OF THE INSIDE DOOR HANDLE, MAKING THE GEARS SUBJECT TO FAILURE. CONSEQUENCE OF DEFECT: IT IS POSSIBLE FOR THESE GEARS TO FAIL WHEN THE DOOR IS CLOSED, MAKING IT IMPOSSIBLE TO OPEN THE EMERGENCY DOOR. THIS COULD RESULT IN PASSENGERS BEING TRAPPED IN CASE OF EMERGENCY.",,INSTALL COMPLETE NEW LATCH ASSEMBLIES WITH METAL GEARS TO REPLACE THE NYLON MATERIAL. -02/15/1985,85V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V018000),"General Motors, LLC",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,2687,THE HUB AREA OF THE WHEELS MAY NOT BE STRUCTURALLY SOUND AND THUS SUBJECT TO FRACTURE. CONSEQUENCE OF DEFECT: THE WHEELS COULD SEPARATE FROM THE CAR CAUSING A LOSS OF CONTROL. THIS COULD RESULT IN AN ACCIDENT WITHOUT PRIOR WARNING.,,INSTALL NEW FRONT AND REAR TIRE/WHEEL ASSEMBLIES. -02/13/1985,85V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V016000),HOLIDAY RAMBLER CORP.,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,600,"SEAM LEAKS MAY DEVELOP IN THE 70 GALLON ALUMINUM FUEL TANK, ALLOWING GASOLINE TO SPILL ON THE GROUND. THIS IS DUE TO POOR SEAM WELDING. CONSEQUENCE OF DEFECT. GASOLINE SPILLAGE CREATES A FIRE HAZARD.",,INSTALL A NEW FUEL TANK. -02/12/1985,85V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V015000),"Volkswagen Group of America, Inc.",FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25000,"THE THROTTLE SHAFT OF THE CARBURETOR MAY CRACK AND EVENTUALLY BREAK AT THE THREADED HOLE FOR THE THROTTLE PLATE CONNECTION DUE TO EXCESSIVE VIBRATION OF THE THROTTLE SHAFT. CONSEQUENCE OF DEFECT: IF THE THROTTLE SHAFT BREAKS, THE THROTTLE WOULD NOT RETURN TO ITS IDLE POSITION. THIS COULD RESULT IN LOSS OF CONTROL AND AN ACCIDENT.",,INSTALL A REINFORCEMENT PLATE IF THERE IS NO CRACK IN THE THROTTLE SHAFT. INSTALL A NEW CARBURETOR WITH REINFORCED THROTTLE SHAFT IF A HAIRLINE CRACK HAS DEVELOPED IN THE SHAFT. -02/12/1985,85T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85T001000),"SEMPERIT, A.G.(AUSTRIA)",TIRES:BELT,TIRES,NR (Not Reported),Tire,4458,,POSSIBLE TREAD SEPARATION WHICH COULD LEAD TO LOSS OF AIR AND AFFECT CONTROL OF VEHICLE.,"REPLACE DEFECTIVE TIRE WITH NEW ONE AT NO COST TO CONSUMER WITHIN 60 DAYS FROM DATE OF NOTIFICATION. DOT IDENTIFICATION: BU 164, BU 174." -02/08/1985,85V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V014000),Heritage Custom Trailers,FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,750,"THE AUXILIARY FUEL TANK IS SUBJECT TO OVERFILL AND PRESSURE BUILDUP. CONSEQUENCE OF DEFECT: EXTERNAL FUEL SPILLAGE AND A BUILDUP OF GAS FUMES IN THE INTERIOR COULD OCCUR. IN THE PRESENCE OF AN IGNITION SOURCE THIS WOULD BE A FIRE HAZARD. UNTIL REPAIR WORK IS DONE, THE AUXILIARY TANK SHOULD NOT BE FILLED ABOVE 3/4 FULL.",,"INSERT THE FILL VENT TUBE FURTHER DOWN IN THE TANK TO STOP FUEL OVERFLOW. ALSO, INSTALL A CLEAR STATIC VENT IN THE CLEAR AIR SPACE OF THE TANK TO PREVENT PRESSURE BUILDUP." -02/05/1985,85V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V011000),"BMW of North America, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2800,"A GROUND FAULT MAY OCCUR IN THE STOPLIGHT SWITCH WHICH IS LOCATED ON THE RIGHT HANDLEBAR IN THE THROTTLE TWIST GRIP HOUSING. CONSEQUENCES OF DEFECT: THE CABLE'S INNER PLASTIC TUBE WOULD OVERHEAT AND SOFTEN OR MELT, IMPAIRING THROTTLE OPERATION. AN ACCIDENT COULD OCCUR IF THE MOTORCYCLE IS OPERATED AFTER OBSERVING THAT MORE EFFORT IS REQUIRED IN THE THROTTLE TWIST GRIP.",,INSTALL A GROUND CABLE BETWEEN THE THROTTLE TWIST GRIP HOUSING AND THE COMMON GROUND ON THE FRAME TO PREVENT OVERHEATING. -02/04/1985,85E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E009000),LITTELFUSE INC.,LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Equipment,1655567,THE HAZARD WARNING FLASHERS FAIL TO MEET REQUIREMENTS OF THE DURABILITY TEST. DEVICES DO NOT SURVIVE THE TEST PERIOD OR FAIL FLASH RATE OR STARTING TIME REQUIREMENTS. CONSEQUENCE OF DEFECTS: FAILURE TO PROPERLY SIGNAL HAZARD OF VEHICLE TO TRAFFIC. THIS COULD POSSIBLY RESULT IN AN ACCIDENT.,,ALL RETURNED FLASHERS WILL BE REPLACED WITH COMPLYING UNITS. -01/31/1985,85V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V009000),FLXIBLE CORPORATION,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,73,"THE SAGINAW TILT STEERING COLUMN ASSEMBLY HAS TWO PIVOT BUSHINGS AND TWO MATING RETAINING BOLTS. THESE RETAINING BOLTS CAN LOOSEN, WHICH COULD ALLOW THE PIVOT BUSHINGS TO MOVE INTO THE TURNING ARC OF THE COLUMN SHAFT UNIVERSAL JOINT. CONSEQUENCE OF DEFECT: IF THE PIVOT BUSHINGS MOVE AND INTERFERS WITH UNIVERSAL JOINT OF THE COLUMN STEERING SHAFT IT CAN RESULT IN LOSS OF STEERING CONTROL AND AN ACCIDENT.",,"THE TWO PIVOT BUSHINGS WILL BE REMOVED, GREASED, AND REINSTALLED IN THE COLUMN HOUSING. A THREAD LOCKING COMPOUND WILL BE USED ON THE THREADS OF THE TWO PIVOT BUSHING RETAINING BOLTS. THE TWO EXTERNAL TOOTH SHAKEPROOF LOCKWASHERS WILL BE REPLACED WITH INTERNAL TOOTH SHAKEPROOF LOCKWASHERS. THE PIVOT BUSHING RETAINING BOLTS WILL BE INSTALLED TO A SPECIFIED TORQUE VALUE." -01/29/1985,85E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E006000),MOTORCAR PARTS AND ACCESS,LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Equipment,94000,"FLASHERS FAIL TO OPERATE IN THE FLASHING MODE, FAILURE TO MEET THE DURABILITY AND FAILURE TO MEET THE FLASH RATE REQUIREMENTS OF FMVSS NO. 108. CONSEQUENCE OF DEFECT: THE DISCOVERED DEFECTS ARE IN PERFORMANCE OR DURABILITY RESULTING IN EITHER A FAILURE TO OPERATE OR A MALFUNCTION AFTER CONTINUED USAGE, EITHER OF WHICH COULD RESULT IN NO HAZARD WARNING LIGHTS. THE DASHBOARD INDICATOR REFLECTS THE PERFORMANCE OF THE HAZARD WARNING LIGHTS WHICH WOULD GIVE WARNING OF MALFUNCTION TO THE VEHICLE OPERATOR.",,FULL REFUND OF PURCHASE PRICE FOR ALL RETURNED FLASHERS. -01/29/1985,85E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E007000),AMERICAN CHIMEI INC.,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,115000,"MALFUNCTION AFTER USAGE WHICH COULD RESULT IN NO SIGNAL, CONTINUOUS SIGNAL OR RAPID SIGNAL RATE. FAIL TO CONFORM TO FMVSS 108. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC. COULD POSSIBLY RESULT IN AN ACCIDENT.",,FULL REFUND TO BE ALLOWED TO ALL CUSTOMERS UPON RETURN OF THE FLASHER. -01/23/1985,85V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V008000),CORRECT CRAFT INC.,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,341,"THE WELD ATTACHMENTS OF THE FRONT SPRING HANGER, ON BOTH SIDES OF THE TRAILER, TO THE TRAILER FRAME MAY BREAK IF THE RUNNING GEAR OF THE TRAILER CATCHES ON AN OBSTRUCTION AND THE OPERATOR PULLS IT FREE WITH THE TOW VEHICLE. CONSEQUENCE OF DEFECT: THE BROKEN WELDS COULD RESULT IN LOSS OF CONTROL OF THE TOWING VEHICLE DUE TO TRAILER SEPARATION AND MAY RESULT IN AN ACCIDENT.",,REWELDING OF THE FRONT SIDE OF THE SQUARE TUBING WHICH CONNECTS TO THE WISHBONE PART OF THE MAIN FRAME. -01/22/1985,85E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E005000),"EZON PRODUCTS, INC.",LIGHTING:FLASHER:HAZARD WARNING (1/84),EXTERIOR LIGHTING,NR (Not Reported),Equipment,145000,"FLASHERS DO NOT COMPLY WITH FLASH RATE REQUIREMENTS OF FMVSS NO. 108. MALFUNCTION COULD RESULT IN NO SIGNAL, CONTINUOUS SIGNAL OR RAPID SIGNAL RATE. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC. COULD POSSIBLY RESULT IN AN ACCIDENT.",,FULL REFUND OF PURCHASE PRICE FOR ALL RETURNED FLASHERS. -01/18/1985,85E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E003000),HAYDEN-UTEX,ENGINE COOLING SYSTEM:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,389,"LEAKAGE COULD OCCUR UNDER COMBINATIONS OF TEMPERATURE, PRESSURE AND VIBRATION EXTREMES WHEN STARTING OR OPERATING THE VEHICLE. CONSEQUENCE OF DEFECT: THE ENGINE COOLANT FLOWING THROUGH THE AFTERCOOLER TUBES CAN, UNDER THE CONDITIONS STATED, CRACK OR BREAK AND ALLOW COOLANT INTO THE ENGINE CYLINDERS, OR FORCE AIR INTO THE COOLANT SYSTEM. THIS COULD RESULT IN MAJOR ENGINE FAILURE.",,NEW AFTERCOOLER AND GASKET SET WILL REPLACE THE PRESENT AFTERCOOLER. -01/18/1985,85E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E004000),"EQUINOX INTERNATIONAL,LTD",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,27500,"TURN SIGNAL INDICATORS (FLASHERS) FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108. THE MALFUNCTION CONSISTS OF NO SIGNAL, CONTINUOUS SIGNAL OR RAPID SIGNAL RATE. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OF VEHICLE TO TRAFFIC. COULD POSSIBLY CAUSE AND ACCIDENT.",,FULL REFUND OF PURCHASE PRICE WILL BE MADE UPON RETURN OF THE NEW OR USED TURN SIGNAL. -01/15/1985,85E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E002000),N.A.PHILIPS LTG.CORP.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,522573,"THE HEADLAMPS DO NOT COMPLY WITH PHOTOMETRIC AND BEAM PATTERN LOCATION REQUIREMENTS OF FMVSS NO. 108. CONSEQUENCE OF DEFECT: HEADLAMPS WERE MADE IN SUCH A MANNER THAT IF AIMED ON THE VEHICLE WITH A MECHANICAL AIMING DEVICE, THE BEAM WOULD BE LOW AND SLIGHTLY TO THE LEFT, THEREBY REDUCING SEEING DISTANCE WHEN HEADLAMPS ARE OPERATING ON LOW BEAM.",,THE NONCONFORMANCE WILL BE CORRECTED BY REPLACEMENT OF HEADLAMPS. -01/14/1985,85V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V007000),"Chrysler (FCA US, LLC)",STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,184508,THE MANUAL STEERING GEAR UNIT MAY LACK INTEGRITY DUE TO THE HEAVY USE OF ROAD SALT IN CERTAIN AREAS OF HEAVY SNOW FALL. CONSEQUENCE OF DEFECT: DAMAGE TO THE STEERING GEAR COULD CAUSE HANDLING DIFFICULTY WHICH MAY RESULT IN LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,,"REPLACE THE STEERING GEAR, AS NECESSARY, AND INSTALL A PROTECTIVE SPLASH SHIELD." -01/07/1985,85V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V006000),"MOBILE TRAVELER, INC.",FUEL:LPG LINES:(PIPES) METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1238,THE LP GAS DISTRIBUTION SYSTEM WHERE THE LP LINE PASSES OVER THE REAR SUSPENSION LEAF SPRING DOES NOT HAVE ENOUGH CLEARANCE AND COULD ALLOW CONTACT BETWEEN THE LP LINE AND THE LEAF SPRING. THIS COULD LEAD TO FAILURE OF THE COPPER TUBING. OWNERS ARE ADVISED TO CLOSE OFF THE VALVE TO THE LP GAS AND NOT USE THE SYSTEM. CONSEQUENCE OF DEFECT: THERE MAY BE LEAKAGE OF LP GAS WHICH CAN RESULT IN SERIOUS PERSONAL INJURY OR DEATH FROM ASPHYXIATION OR EXPLOSION.,,REROUTE THE LP GAS PIPE UNDER THE LEAF SPRING. -01/07/1985,85V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V013000),JANNELL & SONS BODY CO.,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,16,"U BOLTS USED TO SECURE THE TRUCK BODY TO THE CHASSIS MAY FRACTURE UNDER NORMAL STRESS. CONSEQUENCE OF DEFECT: FRACTURE OF THE U BOLTS COULD CAUSE A SEPARATION OF THE TRUCK BODY FROM THE TRUCK CHASSIS AND RESULT IN A VEHICLE CRASH, DAMAGE TO THE TRUCK AND PERSONAL INJURY, ALL WITHOUT PRIOR WARNING.",,INSTALL NEW U BOLTS ADJACENT TO THE EXISTING ONES. -01/06/1985,85V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V012000),"FLEETWOOD ENTERPRISES, INC.",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,721,"THE WOOD ANCHOR SCREWS HOLDING THE INBOARD END OF THE FURNACE MAY NOT HAVE BEEN INSTALLED. THUS, THE FURNACE MAY SHIFT POSITION OR BOUNCE WHILE TRAVELING. CONSEQUENCE OF DEFECT: FURNACE MOVEMENT COULD CAUSE FAILURE OF THE COPPER TUBE SUPPLYING LP GAS TO THE FURNACE. THIS MAY RESULT IN A GAS FIRE OR EXPLOSION WHILE TRAVELING, PARKED, OR CAMPING. LP GAS SHOULD BE TURNED OFF WHILE TRAVELING OR IF FURNACE IS NOT SECURED FIRMLY TO ITS MOUNTINGS.",,SECURE FURNACE BY INSTALLING ANCHOR SCREWS. INSPECT AND TEST FURNACE SUPPLY TUBE. -01/01/1985,85V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85V010000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,53000,AN ENGINE COMPARTMENT FUEL HOSE ROUTED TO THE FUEL SYSTEM PRESSURE REGULATOR MAY HAVE AN INADEQUATELY TIGHTENED HOSE CLAMP. CONSEQUENCE OF DEFECT: THE FUEL HOSE COULD LEAK AND RESULT IN AN ENGINE COMPARTMENT FIRE.,,REPOSITION AND TIGHTEN TO THE PROPER TORQUE LEVEL OF THE FUEL HOSE CLAMP. -01/01/1985,85E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=85E008000),"VICTOR AUTOM. PROD., INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,50000,"THE FLASHERS DO NOT COMPLY WITH FLASH RATE, STARTING TIME OR DURABILITY REQUIREMENTS OF FMVSS NO. 108. CONSEQUENCE OF DEFECT: FAILURE TO PROPERLY SIGNAL DIRECTION OR WARNING HAZARD OF VEHICLE TO TRAFFIC. THIS COULD POSSIBLY RESULT IN AN ACCIDENT.",,FULL REFUND OF PURCHASE PRICE FOR ALL RETURNED FLASHERS. -12/31/1984,84V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V164000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,177587,"WIRE IN BATTERY CHARGING CIRCUIT CANNOT TOLERATE THE MAXIMUM CURRENT DRAWN BY THE ALTERNATOR. UNDER REPEATED HIGH ELECTRICAL LOAD, HEAT WILL BUILD UP AT CONNECTOR TERMINAL AREA, MELTING THE PLASTIC WIRE HARNESS, POSSIBLY DISCHARGING BATTERY.",,"CHARGING CIRCUIT WIRE WILL BE REPLACED, FREE OF CHARGE." -12/28/1984,84T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T016000),JAGUAR ROVER TRIUMPH INC.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,675,PIN HOLE (ONE 16TH INCH IN DIAMETER) IS LOCATED IN LOWER SIDE WALL AREA ON THE BLACK SIDE WALL SIDE OF THE TIRE. THE HOLE WAS CAUSED BY A BROKEN VENT DRILL BIT THAT WAS LEFT IN THE TIRE MOLD DURING MANUFACTURE OF THE TIRE.,,INSPECT AND REPLACE AT NO COST TO OWNER WITHIN 60 DAYS OF NOTIFICATION. -12/26/1984,84V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V162000),Ford Motor Company,FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,246,METAL BURRS AND SHARP EDGES ON FUEL RAILS MAY HAVE DAMAGED ADJACENT O-RING SEALS DURING ASSEMBLY. THE DEFECT COULD CAUSE FUEL LEAKAGE WHEN ENGINE IS OPERATING.,,"FUEL RAILS WILL BE INSPECTED FOR LEAKS, WETNESS OR SEEPAGE OF FUEL AND, IF NECESSARY, FUEL RAILS AND RELATED COMPONENTS WILL BE REPLACED WITHOUT COST TO THE OWNER." -12/24/1984,84E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E029000),U-HAUL,TIRES:MARKINGS,TIRES,NR (Not Reported),Equipment,920,"TIRES DO NOT MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS (REQUIRING STRENGTH RATING TO BE BRANDED ON SIDE WALLS.) THIS LACK OF INFORMATION CAN RESULT IN INADVERTENT OVERLOADING OF THE VEHICLE.",,WHEEL RIMS AND TIRES WILL BE REPLACED AT NO COST TO OWNERS. -12/23/1984,84V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V163000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,208,"REQUIRED FRONT CENTER SEAT BELT ASSEMBLY WAS OMITTED. VEHICLES ARE NOT IN COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 209, SEAT BELT ASSEMBLIES.",,INSTALLATION OF MISSING CENTER SEAT BELT WILL BE DONE WITHOUT CHARGE. -12/20/1984,84C028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84C028000),"TRW Automotive, Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,2123,"REAR OF PLASTIC SHELL MAY CRACK OR SHEAR ALLOWING THE SHOULDER HARNESS TO LOOSEN AND OCCUPANT TO FALL FORWARD MORE THAN THE DISTANCE PERMITTED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.",,"THE PRICE OF THE SEATS, ALONG WITH ANY SHIPPING AND HANDLING COSTS, WILL BE REFUNDED TO PURCHASERS, OR THE SEAT WILL BE REPLACED, AT THE OPTION OF THE CUSTOMER." -12/20/1984,84V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V160000),PETERBILT MOTOR COMPANY,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,877,"THE WELD BETWEEN THE GRABHANDLE AND MOUNTING PLATE MAY FAIL, CAUSING GRABHANDLE TO COME OFF UNEXPECTEDLY.",,GRABHANDLE WILL BE REPLACED WITH A STRENGTHENED VERSION. -12/20/1984,84V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V159000),FREIGHTLINER LLC,SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,15,A POORLY DESIGNED BRACKET WHICH MOUNTS THE SERVICE/PARKING BRAKE UNIT TO THE REAR DRIVE AXLE MAY ALLOW DAMAGE TO BRAKE CHAMBER. DAMAGE MAY CAUSE THE SPRING BRAKE TO BE APPLIED.,,"BRAKE CHAMBER SUPPORT BRACKETS WILL BE REPLACED WITH A TYPE THAT PROVIDES THE NECESSARY CLEARANCE, WITHOUT COST TO THE OWNER." -12/19/1984,84V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V158000),Blue Bird Body Company,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41,"UNDER EXTREME CONDITIONS, ONE OR BOTH REAR BRAKE DRUMS MAY UNEXPECTEDLY CRACK, CREATING AN UNBALANCED BRAKING CONDITION.",,"DEFECTIVE BRAKE DRUMS WILL BE REPLACED, AND ANY LABOR, AND SHIPPING/HANDLING EXPENSES WILL BE REIMBURSED BY THE MANUFACTURER." -12/13/1984,84V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V161000),FREIGHTLINER LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,10938,SOME DRAG LINK PARTS CAN SEPARATE FROM THE ASSEMBLY WHICH CONNECTS STEERING GEAR PITMAN ARM TO THE FRONT AXLE STEERING ARM.,,"IMMEDIATE REPLACEMENT OF DEFECTIVE DRAG LINKS WITH AN IMPROVED VERSION, WITHOUT COST TO THE OWNER." -12/11/1984,84T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T001000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,1301,"NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES. A SEPARATION MAY DEVELOP BETWEEN THE PLIES IN THE LOWER SIDE WALL AREA OF THE TIRE, POSSIBLY RESULTING IN A SUDDEN LOSS OF AIR.",,RETURN TIRES TO DEALER FOR REPLACEMENT WITHIN 60 DAYS OF NOTIFICATION. -12/10/1984,84E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E027000),FOUR WHEEL CAMPERS INC.,EQUIPMENT:CENTER OF GRAVITY INDICATOR LABEL,EQUIPMENT,NR (Not Reported),Equipment,5155,"LABELS TO IDENTIFY PROPER PLACEMENT OF JACKS WHEN LOADING AND UNLOADING THE CAMPER ARE NOT PROVIDED AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, TRUCK CAMPER LOADING.",,OWNERS WILL BE PROVIDED WITH CORRECT LOCATION MEASUREMENTS AND LABELS TO ATTACH TO THE CAMPER FREE OF CHARGE. -12/10/1984,84V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V002000),UNITED TRADE REP(TOMOS),MANUFACTURER'S INFORMATION TO DEALERS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,44643,"FAILURE TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 119, NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS. LOAD RANGE DESIGNATION (A) IS MISSING FROM SIDE WALL. CONSUMER INFORMATION CONCERNING BRAKING DISTANCE WAS NOT INCLUDED WITH OWNER""S MANUAL, AS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD 575.101.",,SPECIAL NOTICE TO OWNERS THROUGH THE DEALERS. -12/07/1984,84V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V157000),"Chrysler (FCA US, LLC)",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6755,THE ENGINE OIL PRESSURE SENDING UNIT MAY DEVELOP AN OIL LEAK.,,OIL PRESSURE SENDING UNIT WILL BE REPLACED WITH A MODIFIED TYPE FREE OF CHARGE. -12/05/1984,84V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V155000),"WESTERN STAR TRUCKS, INC.",LIGHTING:SWITCH:BUTTON:RING:OTHER PART LIGHTING SY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,516,"A DEFECTIVE TOGGLE SWITCH MAY HAVE BEEN INSTALLED IN THE SLEEPER OF SOME TRUCKS. THE PROBLEM MAY CAUSE AN INTERMITTENT SHORT CIRCUIT, RESULTING FROM CONSTANT VIBRATION OF THE VEHICLE WHICH MAY CAUSE THE SWITCH TERMINAL TO WEAR THROUGH THE INSULATING MATERIAL.",,"THE DEALER WILL INSPECT FOR THE DEFECT AND, IF NECESSARY, INSTALL A TOGGLE SWITCH BOX TO PREVENT A SHORT CIRCUIT. THIS WILL BE DONE FREE OF CHARGE." -12/05/1984,84V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V156000),DOLPHIN RV PRODUCTS INC.,WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,100,SOME OF THE DUAL WHEEL ASSEMBLIES WERE PROVIDED WITH FORD WHEEL CENTERS WHICH DO NOT SEAT PROPERLY ON TOYOTA BRAKE DRUMS. THIS IS DUE TO A MACHINE SCREW WHICH PROTRUDES FROM THE DRUM. THE MISMATING OF WHEELS WITH BRAKE DRUMS CAN CAUSE STRESS CRACKING AROUND THE MOUNTING LUGS.,,VEHICLES WILL BE REPAIRED AT NO COST TO OWNER. -12/04/1984,84E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E002000),KELSEY-HAYES COMPANY,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,113,OPEN ELECTRICAL CIRCUIT IN WIRE SUPPLYING CURRENT WHICH ACTIVATES THE ELECTRIC BRAKES IS CAUSED BY FATIGUE OF LEAD WIRE.,,REPAIR KITS WILL BE AVAILABLE TO UPGRADE VEHICLES IN THE FIELD. REPAIR WORK WILL BE HANDLED BY LOCAL DEALERS OR KELSEY AXLE AND BRAKE FIELD SERVICE REPRESENTATIVES. REPAIR WORK WILL CONSIST OF A NEW MAGNET (AND ATTACHED LEAD IN WIRES) AND MAGNET ARM ASSEMBLY. -12/03/1984,84V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V001000),"Kawasaki Motors Corp., U.S.A.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2639,"DISPLACEMENT OF THE FUEL HOSE DURING ASSEMBLY. AT OR NEAR FULL THROTTLE, A ROLLER ON THE FAST IDLE ARM OF THE THROTTLE LINKAGE CAN CATCH BEHIND ONE OF THE FUEL LINES, CAUSING THE THROTTLE TO STICK WIDE OPEN.",,THE FUEL PRESSURE REGULATOR WILL BE REPOSITIONED IN ITS MOUNTING BRACKET AND THE FUEL LINE WILL BE CORRECTLY ROUTED. -12/03/1984,84E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E001000),"SEALCO AIR CONTROLS, INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,50000,"TURN SIGNALS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 108, LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT. THESE TURN SIGNALS DO NOT MEET THE DURABILITY REQUIREMENT (200 HOURS), NOR THE FLASH RATE REQUIREMENT (15 SECS. ON AND 15 SECS. OFF).",,CESSATION OF FURTHER SALES. FULL REFUND OF THE PURCHASE PRICE UPON RETURN OF THE FLASHERS IN ACCORDANCE WITH THE RECALL NOTICE. -12/03/1984,84T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T015000),DUNLOP TIRE CORPORATION,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,381,TIRES INCORRECTLY LABELED TUBELESS ON SIDE WALL ALTHOUGH TUBE TYPE APPEARS ON PAPER LABEL.,,REPLACEMENT OF INCORRECTLY LABELED TIRES WITHIN 60 DAYS OF NOTIFICATION. -11/28/1984,84V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V153000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,9290,THE REAR AXLE CONTROL ARM LOCATES AND HELPS CONTROL AXLE MOVEMENT; IT ATTACHES TO THE FRAME WITH A BRACKET. THE REAR CONTROL ARM BRACKET ATTACHING BOLTS USED ON SOME OF THE INVOLVED VEHICLES MAY FRACTURE. FRACTURE OF ALL FOUR BOLTS ON ONE SIDE OF THE VEHICLE CAN RESULT IN THE CONTROL ARM DROPPING ENOUGH TO CUT THE REAR BRAKE HOSE. A SEVERED BRAKE HOSE WOULD RESULT IN BRAKE FLUID LOSS AND PARTIAL LOSS OF BRAKING ABILITY.,,DEALERS WILL REPLACE ALL EIGHT CONTROL ARM BRACKET BOLTS FREE OF CHARGE. -11/27/1984,84V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V152000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4000,"THE HOSE CONNECTED TO THE PUMP LOCATED INSIDE THE FUEL TANK MAY BECOME DISCONNECTED WHEN THE VEHICLE IS IN USE. IF THIS HAPPENS, THE FUEL SUPPLY TO THE ENGINE WILL BE INTERRUPTED, CAUSING THE VEHICLE TO STALL.",,THE DEALER WILL INSTALL A MODIFIED FUEL HOSE FREE OF CHARGE. -11/27/1984,84V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V154000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,19,THE VEHICLES WERE ASSEMBLED WITH FRONT SEAT BELT RETRACTORS WHICH MAY NOT PERFORM ADEQUATELY DURING A COLLISION.,,THE DEALER WILL REPLACE THE LEFT AND RIGHT FRONT SEAT BELT RETRACTORS FREE OF CHARGE. -11/26/1984,84V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V150000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,82500,THE METAL FUEL SUPPLY TUBE MAY CRACK AT THE FUEL PUMP END DUE TO VIBRATION. THE CRACK MAY RESULT IN FUEL LEAKAGE. (THE FUEL SUPPLY TUBE CONNECTS THE FUEL PUMP TO THE FUEL FILTER.),,"A FUEL TUBE RETAINING CLIP ASSEMBLY WILL BE INSTALLED ON ALL INVOLVED VEHICLES, FREE OF CHARGE. THIS WILL RESTRICT TUBE VIBRATION AND PREVENT CRACKS." -11/26/1984,84V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V151000),"PEUGEOT, INC.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18232,"THE FUEL CAPS ON THE INVOLVED VEHICLES DO NOT SEAL PROPERLY AND ARE NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY."" CONTACT WITH FUEL CAUSES THE FUEL CAP GASKET TO SWELL, PREVENTING ADEQUATE SEALING BETWEEN CAP AND FILLER OPENING.",,"A REPLACEMENT CAP WILL BE SENT TO EACH OWNER OF AN AFFECTED VEHICLE, FREE OF CHARGE." -11/26/1984,84E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E026000),FIRESTONE STEEL PROD. CO.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Equipment,5690,A SURFACE FLAW WHICH OCCURRED DURING MANUFACTURE OF THE WHEELS MAY LEAD TO A FOLD OR CRACK UNDER SEVERE LOADING OR EXTENDED USE.,,"WHEELS WILL BE INSPECTED AND REPLACED, IF NECESSARY, WITHOUT CHARGE." -11/24/1984,84V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V149000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,3100000,REAR AXLE ASSEMBLY MAY HAVE AXLES THAT WERE IMPROPERLY MANUFACTURED. THIS CONDITION MAY RESULT IN SEPARATION OF THE AXLE SHAFT AND WHEEL ASSEMBLY FROM THE VEHICLE.,,"THE DEALER WILL INSPECT THE REAR AXLE TO DETERMINE WHETHER IT WAS MANUFACTURED AT THE BUFFALO PLANT. IF SO, THEY WILL MAKE AXLE MEASUREMENTS AND IF NECESSARY REPLACE OR MODIFY AFFECTED AXLE COMPONENTS WITHOUT CHARGE." -11/21/1984,84V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V147000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,340000,THE POTENTIAL FOR FUEL LEAKAGE EXISTS IN THE ENGINE COMPARTMENT AT THE FUEL RESERVOIR SEAM AND ITS HOSE CONNECTIONS. THE FUEL RESERVOIR IS A SILVER COLORED CAN MOUNTED TO THE AIR CLEANER.,,THE HOSES AND THE METAL TUBE THAT ATTACHES TO THE FUEL RESERVOIR WILL BE REPLACED WITH NEW COMPONENTS. THE DEALER WILL ALSO REPLACE OR RESEAL THE RESERVOIR. -11/21/1984,84V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V148000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,2350,"THE WELDING OF THE BRAKE MOUNTING FLANGES TO THE REAR AXLE MAY BE DEFECTIVE AND MAY BREAK. IF THIS WELD WERE TO SEPARATE DURING VEHICLE OPERATION, ADJACENT BRAKE LINES COULD BE DAMAGED.",,"IF THE WELD IS FOUND TO BE INADEQUATE, THE FLANGE WILL BE REWELDED ACCORDING TO SPECIFICATIONS." -11/21/1984,84T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T014000),DAYTON STEEL FOUNDRY CO.,TIRES,TIRES,NR (Not Reported),Tire,239,"A MAJORITY OF TIRES TESTED DID NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES, HIGH SPEED TEST. TREAD SEPARATION OCCURRED ON THESE TIRES.",,REPLACEMENT OF AFFECTED TIRES WITHIN 60 DAYS OF NOTIFICATION. -11/20/1984,84V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V145000),"RENAULT, INCORPORATED",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,7137,"THE FRONT SEAT BELT ASSEMBLY MAY REQUIRE MORE EFFORT THAN USUAL TO RELEASE AND FAILS TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 209, ""SEAT BELT ASSEMBLIES"".",,THE DEALER WILL REPLACE THE FRONT SEAT BELT ASSEMBLY AT NO CHARGE TO OWNER. -11/20/1984,84V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V146000),"General Motors, LLC",VISUAL SYSTEMS:WINDSHIELD WIPER/WASHER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,973,"THE SWITCH USED MAY NOT BE COMPATIBLE WITH THE WIPER MOTOR. THIS SYSTEM, ALTHOUGH FUNCTIONAL, IS NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEM"". THE WINDSHIELD WIPER SPEED MAY REMAIN NEARLY CONSTANT WHETHER IN HIGH OR LOW SPEED MODE. THE STANDARD REQUIRES THAT THE DIFFERENCE BETWEEN HIGH AND LOW SPEED MUST BE AT LEAST 15 CYCLES PER MINUTE TO ACCOMODATE A VARIETY OF RAIN, SNOW, OR WHEEL SPRAY CONDITIONS.",,"WIPER SWITCHES WILL BE REPLACED IF NECESSARY, WITHOUT CHARGE." -11/14/1984,84V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V144000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:FITTINGS:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9500,THE CLIP LOCATED ABOVE THE EXHAUST PIPE WHERE IT ENTERS THE PRE-MUFFLER MAY MELT FROM EXCESSIVE HEAT CAUSED BY ENGINE IDLING.,,THE DEALER HAS INITIATED A TWO STEP CORRECTIVE PROCEDURE: THE FIRST STEP CONSISTS OF IMMEDIATE REMOVAL OF THE PLASTIC CLIP ON ALL AFFECTED VEHICLES. STEP TWO INVOLVES REPLACEMENT OF THE PLASTIC CLIP WITH A METAL ONE WHEN PARTS ARE AVAILABLE. -11/13/1984,84E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E025000),ROSS GEAR DIV.,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Equipment,962,POOR METALLIC COMPOUND USED TO CONSTRUCT BALL JOINTS. THESE BALL JOINTS MAY WEAR IN A SHORT TIME UNDER NORMAL OPERATION. WORN BALL JOINTS MAY CAUSE A SEPARATION OF PARTS IN THE BALL JOINT HOUSING.,,BALL JOINTS WILL BE REPLACED AND FRONT WHEELS WILL BE ALIGNED WITHOUT COST TO THE OWNER. -11/07/1984,84V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V143000),MARMON MOTOR COMPANY,ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,97,WELDS THAT ATTACH THE RADIATOR SUPPORT CAN CRACK. CRACKS MAY OCCUR IN THE RADIATOR SUPPORT AND THE ENGINE SUPPORT AT OR NEAR THE WELDS THAT JOIN THEM. IT IS ALSO POSSIBLE FOR THE ENGINE TO CAUSE THE ENGINE SUPPORT TO SAG.,,THE DEALER WILL REINFORCE THE SUPPORT BRACKETS ON ALL INVOLVED VEHICLES AT NO COST TO OWNER. -11/07/1984,84V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V141000),"Mack Trucks, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1300,"THE DOOR LATCHES MAY BE DEFECTIVE BECAUSE A PAWL SPRING WAS NOT MANUFACTURED TO SPECIFICATIONS. THE PAWL SPRING DOES NOT CREATE PROPER TENSION ON THE PAWL, (A PART OF THE DOOR LATCH MECHANISM). THIS CONSTITUTES A NON-COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LATCHES AND DOOR RETENTION COMPONENTS"".",,"THE DEALER WILL INSPECT AND REPLACE DOOR LATCHES, IF NECESSARY." -11/07/1984,84V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V140000),"Mack Trucks, Inc.",STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,64,"DUE TO IMPROPER AND INADEQUATE WELDING PRACTICES, THE FIFTH WHEEL ON THE INVOLVED VEHICLES IS DEFECTIVE. FRAME MOUNTED SUPPORTS MAY HAVE INCOMPLETE OR POOR QUALITY WELDS. THE WELDS COULD SUBSEQUENTLY FAIL ALLOWING SEPARATION OF THE TRACTOR FROM THE TRAILER.",,THE DEALER WILL INSPECT AND REMOVE THE FIFTH WHEEL AND REWELD THE MOUNTING ANGLES AT NO CHARGE TO THE OWNER. -11/07/1984,84V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V142000),"Mack Trucks, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2198,"THE SPRING CENTER BOLT IS NOT THE PROPER SIZE OR LENGTH. AS A RESULT, LOCATION AND ALIGNMENT OF THE SPRING TO THE FRONT AXLE MAY NOT BE CORRECT. IF THE FRONT SPRING CLIPS LOOSEN, THE INADEQUATE CENTER BOLT MAY RESULT IN SPRING TO AXLE MISALIGNMENT, SHIFTING OF THE AXLE, AND LOSS OF STEERING CONTROL.",,THE DEFECT WILL BE CORRECTED BY THE ADDITION OF A SPACER BETWEEN THE SPRING AND THE CENTER BOLT HEAD TO INCREASE THE EFFECTIVE HEAD LENGTH. A LONGER CENTER BOLT WILL ALSO BE INSTALLED FOR POSITIVE RETENTION. -11/05/1984,84V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V139000),"Nissan North America, Inc.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,86000,"DUE TO IMPROPER OPERATION OF THE SECONDARY HOOD LATCH BY OWNERS USING EXCESSIVE FORCE ON THE LEVER, THE HOOD LATCH ASSEMBLY MAY BECOME DAMAGED, RESULTING IN SEPARATION OF THE SECONDARY LATCH FROM THE LATCH ASSEMBLY.",,"THE DEALER WILL REPLACE THE HOOD LATCH ASSEMBLY WITH ONE THAT WILL REDUCE THE LIKELIHOOD OF ABUSE OR IMPROPER OPERATION, FREE OF CHARGE." -11/05/1984,84T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T013000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,572,"TIRES DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES. A BULGE MAY DEVELOP IN THE SIDE WALL AREA, OR NOISE AND VIBRATION MAY BE DETECTED WHEN DRIVING.",,TIRES WILL BE REPLACED WITHIN 60 DAYS OF NOTIFICATION. -11/02/1984,84V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V138000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2218,,,"THE DEALER WILL HAVE THE MODULE PROPERLY SECURED IF NECESSARY, WITHOUT CHARGE." -10/30/1984,84V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V137000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,575,"A DEFECT HAS BEEN FOUND IN THE ASSEMBLY OF SOME MASTER BRAKE CYLINDERS. DURING ASSEMBLY, INTERNAL PARTS OF THE MASTER CYLINDER (PISTON CUPS) MAY HAVE BEEN INTERCHANGED.",,THE MASTER CYLINDER WILL BE REPLACED FREE OF CHARGE. -10/30/1984,84V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V128000),"COACHMEN INDUSTRIES, INC.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3173,"THE FUEL HOSE MAY RUB AGAINST A BRACKET IN THE AREA WHERE IT ATTACHES TO THE FUEL PUMP. AS THE HOSE CHAFES AGAINST THE BRACKET, A LEAK CAN DEVELOP.",,ANY DAMAGED HOSES WILL BE REPLACED AND ALL HOSES WILL BE REPOSITIONED AS NECESSARY TO ACHIEVE ENOUGH CLEARANCE WITH THE OTHER COMPONENTS. A PROTECTIVE EDGING WILL BE INSTALLED ON A PORTION OF THE FRAME TO PREVENT ABRASION OF THE RADIATOR HOSE AND FUEL LINES. -10/30/1984,84V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V122000),"Chrysler (FCA US, LLC)",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,265,IMPROPERLY TIGHTENED BOLT ON STEERING SHAFT ALLOWS THE CONNECTOR ON THE SHAFT TO SLIP. STEERING MOVEMENTS WILL NOT BE TRANSMITTED TO THE GEAR BOX.,,THE VEHICLE WILL BE INSPECTED AND THE UPPER PINCH BOLT WILL BE TIGHTENED IF NECESSARY AT NO CHARGE TO OWNER. -10/26/1984,84V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V136000),"General Motors, LLC",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,305,"IN SOME 16 X 6 DISC WHEELS A MANUFACTURING DEFECT MAY CAUSE THE WHEELS TO CRACK IN THE DROP CENTER PORTION OF THE RIM. IF THE CRACK WERE TO OCCUR ON A WHEEL WITH A TUBE TYPE TIRE MOUNTED TO IT, AND CONTINUED TO GO UNDETECTED, THE WHEEL COULD SPLIT, RESULTING IN A RAPID LOSS OF AIR FROM THE TIRE.",,"THE DEALER WILL INSPECT EACH WHEEL AND REPLACE IT IF NECESSARY, WITHOUT CHARGE." -10/23/1984,84V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V135000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8051,THE INVOLVED VEHICLES WERE PRODUCED WITH HYDRAULIC BRAKE BOOSTER SUPPLY HOSES THAT ARE LOCATED TOO CLOSE TO THE ENGINE EXHAUST MANIFOLD AND MAY CHAFE AND DEVELOP HEAT DAMAGE DURING VEHICLE OPERATION. CHAFING AND HEAT INDUCED DETERIORATION OF A HOSE DUE TO DIRECT CONTACT WITH THE MANIFOLD MAY CAUSE THE HOSE TO WEAR. A SUBSEQUENT RUPTURE WILL RESULT IN PUMP FLUID LOSS.,,THE DEALER WILL RELOCATE AND REPLACE THE BRAKE BOOSTER SUPPLY TUBE AND HOSE AS NECESSARY AT NO COST TO OWNER. -10/16/1984,84V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V134000),"General Motors, LLC",BRAKES:POWER ASSIST:SECONDARY:CONTROL MODULE SWITC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1436,"VEHICLES HAVE A PRIMARY AND A RESERVE BRAKING SYSTEM. IF THE PRIMARY BRAKE SYSTEM BOOSTER FAILS, UNDER SOME CIRCUMSTANCES THE RESERVE SYSTEM MAY ALSO MALFUNCTION AND BRAKING ABILITY WILL BE IMPAIRED.",,DEALER WILL INSTALL A NEW RESERVE BRAKE CONTROL MODULE AT NO COST TO OWNER. -10/16/1984,84E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E024000),JOSEPH,COMMUNICATIONS:BACK UP ALARM,BACK OVER PREVENTION,NR (Not Reported),Equipment,6177,"BACK UP ALARM OPERATION IS NOT RELIABLE AND MAY NOT SOUND WHEN VEHICLE IS IN REVERSE. ALSO, ALARM MAY STOP WORKING AFTER ONLY 150 HOURS OF CONTINUED USE INSTEAD OF 1,000 HOURS AS EXPECTED.",,RETURN PRODUCT FOR FULL REPLACEMENT FREE OF CHARGE. -10/16/1984,84V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V133000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11305,"DUE TO A MANUFACTURING PROBLEM WITH THE FUEL TANK FILLER PIPE, THE FUEL CAP MAY IMPROPERLY SEAL THE END OF THE FILLER PIPE. THIS FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 301, ""FUEL SYSTEM INTEGRITY."" IN THE EVENT OF A COLLISION, AN IMPROPERLY SEALED FILLER PIPE COULD ALLOW FUEL SPILLAGE.",,THE DEALER WILL INSPECT AND REPLACE FUEL CAPS ON ALL AFFECTED VEHICLES WITHOUT CHARGE. -10/16/1984,84V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V132000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2130,"THE THROTTLE LINKAGE MAY BIND BECAUSE DURING NORMAL OPERATION, THE THROTTLE BODY CASE MAY INTERFERE WITH THE LINKAGE. THIS INTERFERENCE COULD PREVENT THE THROTTLE FROM CLOSING EVEN THOUGH THE DRIVER HAS REMOVED HIS FOOT FROM THE ACCELERATOR PEDAL.",,"THE DEALER WILL INSPECT VEHICLES AND IMPROVE THE CLEARANCE BETWEEN THE ACCELERATOR LINKAGE AND THROTTLE BODY CASING IF NEEDED, AT NO CHARGE TO OWNER." -10/16/1984,84V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V131000),"WESTERN STAR TRUCKS, INC.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,385,"THE TRAILER STOP LAMP WIRE WAS MISTAKENLY OMITTED FROM AN INSTALLATION DIAGRAM AND MAY NOT BE CONNECTED TO ITS TERMINAL. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT."" IF THE TRAILER ATTACHED TO THE TRUCK HAS SEPARATE STOP AND TURN SIGNAL LAMPS, THE STOP LAMPS WILL NOT OPERATE.",,THE DEALER WILL INSPECT AND REPAIR THE TRAILER CABLE WIRING AT NO CHARGE TO OWNER. -10/16/1984,84V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V130000),"THOMAS BUILT BUSES, INC.",LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1500,"THE TURN SIGNAL MECHANISM IN THE STEERING COLUMN MAY BREAK; THE BROKEN PIECE MAY BECOME JAMMED IN THE STEERING COLUMN. WHILE USING THE TURN SIGNAL AND TURNING IN EITHER DIRECTION, THE OPERATOR MAY EXPERIENCE EITHER INCREASED STEERING EFFORT IN THE TURN, OR BINDING IN THE STEERING WHEEL WHEN THE WHEEL IS RETURNED TO A STRAIGHT POSITION.",,A REPLACEMENT SWITCH WILL BE MADE AVAILABLE TO OWNERS; OWNER HAS THE OPTION TO MAKE THE REPAIR HIMSELF OR HAVE IT DONE BY A DEALER. THERE WILL BE NO CHARGE TO THE OWNER FOR THE SWITCH OR THE REPAIR. -10/16/1984,84V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V129000),"WESTERN STAR TRUCKS, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,248,"SOME DOOR LATCHES MAY NOT BE SECURE DUE TO DEFECTIVE SPRINGS. THE SPRINGS MAY DETACH FROM THE LATCH AT ANY TIME. IF THE DOOR OF THE VEHICLE IS SLAMMED THE SPRING MAY BECOME DISLODGED, PREVENTING THE DOOR FROM CLOSING. VIBRATIONS OF THE VEHICLE OVER A ROUGH ROAD MAY CAUSE THE SPRING TO DISLODGE, ALLOWING THE DOOR TO SWING OPEN BY ITSELF.",,DEFECTIVE LATCHES WILL BE REPLACED WITH A CORRECTED TYPE. -10/11/1984,84V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V126000),PETERBILT MOTOR COMPANY,BRAKES:AIR SYSTEMS:FITTINGS:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1700,CERTAIN VEHICLES MAY CONTAIN PAR-GRIP FITTINGS ON THE BRAKE LINES WHICH MAY HAVE BEEN IMPROPERLY ASSEMBLED.,,VEHICLES WILL BE INSPECTED AND ALL PAR-GRIP FITTINGS WILL BE REPLACED AT NO COST TO OWNER. -10/11/1984,84V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V127000),PETERBILT MOTOR COMPANY,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8000,FAN BLADES MAY SEPARATE FROM THE FAN.,,VEHICLES WILL BE INSPECTED; COOLING FANS MANUFACTURED BY ENGINEERED COOLING SYSTEMS WILL BE REPLACED WITH FANS OF ANOTHER BRAND. -10/11/1984,84V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V125000),PETERBILT MOTOR COMPANY,WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,120,"THE ALUMINUM FRONT AXLE HUBS WERE MANUFACTURED WITH SLIGHTLY UNDERSIZED OUTER BEARING BORES. (HUBS ARE THE STRUCTURES UPON WHICH THE WHEELS AND THEIR BEARINGS ROTATE.) DEPENDING ON THE AMOUNT OF STRESS IMPOSED ON THE HUB, A FATIGUE FAILURE MAY OCCUR LATE IN THE SERVICE LIFE OF THE TRUCK.",,LEFT AND RIGHT FRONT HUB ASSEMBLY WILL BE REPLACED AT NO CHARGE TO OWNER. -10/10/1984,84V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V123000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14998,THE BRAKE LINE MAY BE POSITIONED TOO CLOSE TO AN ENGINE BRACKET. NORMAL ENGINE MOVEMENTS MAY CAUSE THE BRACKET TO RUB AGAINST THE BRAKE LINE.,,THE BRAKE LINE WILL BE INSPECTED AND REROUTED IF NECESSARY. -10/10/1984,84V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V124000),"General Motors, LLC",STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,10359,THE TIE RODS ARE PART OF THE STEERING LINKAGE AND TRANSMIT TURNING MOVEMENTS TO THE WHEELS. THE BOLTS THAT FASTEN THE TIE RODS TO THEIR ADJUSTERS MAY NOT BE TIGHT ENOUGH. THIS COULD ALLOW THE TIE ROD TO LOOSEN AND DETACH ITSELF FROM THE ADJUSTER.,,THE TIE ROD END BOLTS WILL BE TIGHTENED WITHOUT COST TO THE OWNER. -10/09/1984,84T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T012000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,14831,BEAD DAMAGE AND BREAKAGE MAY OCCUR DURING MOUNTING.,,TIRES IN STOCK AND THOSE RECENTLY PLACED IN SERVICE WILL BE REPLACED AT NO COST. -10/05/1984,84V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V121000),DOLPHIN RV PRODUCTS INC.,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,54,"VEHICLES WERE MANUFACTURED WITH REAR AXLES AND REAR BEARINGS THAT ARE INADEQUATE FOR THE LOAD THAT IS APPLIED ON THEM. CARRYING HEAVY LOADS AND TRAVELING ON ROUGH ROADWAYS MAY CAUSE DETERIORATION OF THE BEARINGS. WHEN THE BEARINGS BECOME WORN, HEAT BUILDS UP IN THE AXLE AND BEARING, AND MAY RESULT IN A BROKEN AXLE.",,THE REAR AXLE ASSEMBLY INCLUDING WHEELS AND TIRES WILL BE REPLACED. -10/02/1984,84V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V120000),"General Motors, LLC",BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3948,"THE DUAL AIR RESERVOIRS OF SOME TRUCKS WERE EQUIPPED WITH CARBON STEEL SPRINGS INSTEAD OF STAINLESS STEEL SPRINGS, AS INTENDED. THE CARBON STEEL SPRING IS MORE SUSCEPTIBLE TO RUSTING THAN THE STAINLESS STEEL SPRING. THIS RUSTING COULD CAUSE THE CHECK VALVE TO FAIL, CAUSING TOTAL LOSS OF FRONT AND REAR BRAKES.",,"THE AIR TANK WILL BE INSPECTED AND, IF NECESSARY, THE AIR VALVE WILL BE REPLACED WITH ONE CONTAINING A STAINLESS STEEL SPRING." -10/02/1984,84V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V119000),Ford Motor Company,FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,85000,"THE SECONDARY THROTTLE SHAFT MAY, WITH ACCUMULATED MILEAGE, BECOME CONTAMINATED AND MAY STICK IN A PARTIALLY OPEN POSITION WHILE DRIVING.","CONSEQUENCE OF DEFECT: THIS STICKING COULD RESULT IN A FASTER SPEED THAN INTENDED, POSSIBLY RESUTLING IN AN ACCIDENT.",THE PRIMARY TO SECONDARY THROTTLE CLOSURE LINK ON THE CARBURETOR WILL BE REPLACED FREE OF CHARGE. -10/01/1984,84E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E023000),N.A.PHILIPS LTG.CORP.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16278,"WHEN AIMED WITH A MECHANICAL AIMING DEVICE, THE HEADLAMPS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT. THE LIGHT BEAM IS LOW AND SLIGHTLY TO THE LEFT, WHICH REDUCES THE DISTANCE ILLUMINATED.",,HEADLIGHTS WILL BE REPLACED WITH A RECTANGULAR HALOGEN AUTOMOTIVE HEADLAMP AT NO CHARGE. -10/01/1984,84V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V118000),"PREVOST CAR, INCORPORATED",SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,215,AUXILIARY (TAG) AXLE MAY DEVELOP CRACKS OR BREAK DUE TO A MANUFACTURING DEFECT.,,NO CORRECTIVE INFORMATION WAS SUPPLIED BY THE MANUFACTURER. -09/25/1984,84V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V114000),"Mercedes-Benz USA, LLC",BRAKES:AIR:OVER:HYDRAULIC SYSTEM:DISC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,405,"SOME OF THE BOLTS ATTACHING THE BRAKE ASSEMBLY TO THE AXLE MAY FRACTURE WITHOUT WARNING. IF ONE OR MORE OF THESE BOLTS FRACTURE, IT MAY RESULT IN REAR BRAKE ASSEMBLY DAMAGE AND BRAKE INEFFECTIVENESS ON THE REAR AXLE.",,"THE THREE LONG BOLTS IN EACH BRAKE ASSEMBLY WILL BE INSPECTED FOR A CODE NUMBER, AND BOLTS WILL BE REPLACED AT NO CHARGE TO THE OWNER." -09/25/1984,84V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V112000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,192742,THE FLEXIBLE HOSE CONNECTING THE FUEL PUMP TO THE CARBURETOR FUEL LINE MAY SEPARATE FROM THE FUEL PUMP.,,THE EXISTING FUEL HOSE WILL BE REPLACED AND TWO NEW HOSE CLAMPS WILL BE INSTALLED. -09/25/1984,84V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V113000),FREIGHTLINER LLC,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2303,THE SLEEPER COMPARTMENT INSIDE DOOR LATCHING MECHANISMS MAY CAUSE THE DOOR TO UNLATCH WHILE THE VEHICLE IS BEING DRIVEN.,,THE OPERATING LEVER AND CONNECTING RODS WILL BE REPLACED AND A SPRING WILL BE INSTALLED ON THE CONNECTING ROD. -09/25/1984,84V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V111000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,460918,"SECONDARY HOOD LATCH COMPONENTS MAY HAVE BEEN IMPROPERLY POSITIONED DURING ASSEMBLY. IF THE HOOD IS NOT CLOSED TIGHTLY, OR IS INADVERTENTLY RELEASED, THE SECONDARY LATCH MAY NOT WORK AND THE HOOD MAY FLY UP WITHOUT PRIOR WARNING.",,"THE HOOD ASSEMBLY WILL BE INSPECTED AND THE HOOD AND LATCH COMPONENTS WILL BE ADJUSTED, IF NECESSARY, WITHOUT CHARGE TO THE OWNER." -09/24/1984,84V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V117000),"Chrysler (FCA US, LLC)",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,682,"THE FRONT BRAKE HOSE, WHICH IS ROUTED FROM THE BODY BRAKE TUBING TO THE FRONT AXLE CONNECTOR, MAY HAVE BEEN TWISTED WHEN INSTALLED. IF THE HOSE IS TWISTED, IT MAY BECOME LOOPED OR COILED UPON ITSELF RESULTING IN ABRASIVE CONTACT DURING NORMAL OPERATION.",,"THE FRONT BRAKE HOSE ON EACH VEHICLE INVOLVED WILL BE INSPECTED FOR PROPER ROUTING AND, IF NECESSARY, REROUTED TO PREVENT ANY ABRASIVE CONTACT." -09/24/1984,84E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E022000),"Allison Transmission, Inc.",EQUIPMENT:SEAT WARMER,SEATS,NR (Not Reported),Equipment,3936,SEAT WARMER MAY SHORT CIRCUIT OR OVERHEAT DUE TO MANUFACTURING DEFECT.,,OWNERS SHOULD CONTACT MANUFACTURER FOR INSTRUCTIONS ON RETURNING THE PRODUCT FOR A FULL REFUND. -09/24/1984,84V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V116000),"Chrysler (FCA US, LLC)",FUEL:FUEL EMISSION CONTROL:VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2385,"AN EMISSIONS SYSTEM VALVE MAY ALLOW AN OVERLY RICH MIXTURE (EXCESSIVE FUEL) IN THE ENGINE DURING DECELERATION. THE MIXTURE OF AIR AND EXCESSIVE FUEL CAN CAUSE THE ENGINE TO STALL WHILE STOPPING, COASTING, OR TURNING.",,ALL INVOLVED VEHICLES WILL BE CORRECTED BY REMOVING THE EMISSIONS SYSTEM VALVE AND INSTALLING A VACUUM LINE CONNECTOR IN ITS PLACE. -09/24/1984,84V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V115000),"Chrysler (FCA US, LLC)",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,8800,"VEHICLES ARE NOT IN COMPLIANCE WITH THE IMPACT TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 301, ""FUEL SYSTEM INTEGRITY."" THE STRUCTURE OF THE REAR STEP BUMPER MAY NOT WITHSTAND A REAR END COLLISION SIMILAR TO THE FORCE CREATED IN TESTING; FUEL LEAKAGE MAY OCCUR UPON IMPACT.",,A FUEL TANK PROTECTIVE SKID PLATE WILL BE INSTALLED FREE OF CHARGE. -09/21/1984,84V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V110000),Oshkosh Corporation,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,176,"THESE TRUCKS WERE EQUIPPED WITH DEFECTIVE HYDRAULIC PRESSURE SWITCHES IN THE LOAD SPAN TAG SYSTEM. WHEN A MALFUNCTION IN THIS SYSTEM OCCURS, AXLE TO PAVEMENT PRESSURE INCREASES WHEN VEHICLE IS OPERATED IN AN UNLOADED CONDITION.",,"THE EXISTING CONTROL SWITCH WILL BE REPLACED WITH A THREE-POSITION SWITCH WHICH, BY USE OF A NEUTRAL POSITION, WILL PREVE NT PRESSURE BUILDUP. A NEW OPERATION LABEL WILL ALSO BE INCLUDED." -09/19/1984,84V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V109000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,13200,THE STEERING ARM MAY CRACK OR BREAK IN EITHER LOW SPEED OR STAND STILL MANEUVERS. CRACKING MAY OCCUR AS A RESULT OF REPEATED FULL LOCK TURNS.,,THE EXISTING STEERING ARM WILL BE REPLACED WITH A REDESIGNED AND STRENGTHENED ARM. -09/18/1984,84E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E021000),GCE IMPORT & EXPORT CORP.,LIGHTING:LAMP OR SOCKET:BACK UP LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,8,"BACK-UP LIGHTS, ALTHOUGH VISIBLE AND FUNCTIONAL, FAILED TO MEET THE ILLUMINATION STANDARDS SET IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT.",,INADEQUATE BACK-UP LIGHTING SYSTEM WILL BE REPLACED WITH A SUPPLEMENTAL BACK-UP LIGHTING SYSTEM WITH MOUNTING HARDWARE AND INSTALLATION INSTRUCTIONS. -09/14/1984,84T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T011000),DUNLOP TIRE CORPORATION,TIRES:LINER,TIRES,NR (Not Reported),Tire,2351,"TIRES FAILED TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES, ENDURANCE TESTS.",,REPLACEMENT OF TIRES WITHIN 60 DAYS OF NOTIFICATION. -09/12/1984,84V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V108000),Toyota Motor Corporation,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,74275,OIL PRESSURE SENDER GAUGE MAY BE DEFECTIVE. CONTINUED ENGINE OPERATION UNDER HIGH TEMPERATURE AND HIGH PRESSURE MAY CAUSE THE SENDING UNIT TO LEAK OIL OR MAY CAUSE THE ENGINE TO LOCK UP.,,REPLACEMENT OF THE OIL SENDER GAUGE WITHOUT COST TO THE OWNER. -09/11/1984,84V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V105000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,13500,"FAN BLADES AND ARMS MAY CRACK AND CHIP, DURING NORMAL VEHICLE SERVICE.",,ENGINE COOLING FANS WILL BE REPLACED. -09/11/1984,84V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V106000),"Subaru of America, Inc.",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,37000,POSITIONING OF THE ACCELERATOR CONTROL CABLE IN THE ENGINE COMPARTMENT COULD RESULT IN ABNORMAL WEAR TO THE CABLE. THE CABLE COULD BEGIN TO FRAY AND UNWIND.,,"UPON INSPECTION, THE ACCELERATOR CABLE WILL BE REPOSITIONED, IF NECESSARY, AND REPLACED IF DAMAGED." -09/11/1984,84V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V107000),"BMW of North America, LLC",HEATER:WATER:DEFROSTER:DEFOGGER:CONTROL VALVE,VISIBILITY,NR (Not Reported),Vehicle,4748,WATER CONTROL VALVE IN THE HEATING SYSTEM MAY NOT CLOSE COMPLETELY. EXCESSIVE CURRENT MAY BEGIN TO FLOW THROUGH THE WIRING TO THE CONTROL VALVE RESULTING IN OVERHEATING OF THE WIRING.,,WIRING TO THE VALVE WILL BE REPLACED WITH A WIRE CONNECTOR THAT HAS A FUSE. THE FUSE WILL PREVENT THE OCCURENCE OF AN ELECTRICAL OVERLOAD. -09/11/1984,84E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E020000),ARVINMERITOR AUTOMOTIVE,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Equipment,62,,,"AXLE AND IDENTIFICATION TAGS WILL BE INSPECTED; IF THE DEFECT IS FOUND, DEFECTIVE HOUSING AND ANY PARTS NECESSARY TO REINSTALL THE CARRIER IN THE HOUSING WILL BE REPLACED WITHOUT CHARGE." -09/06/1984,84V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V104000),Ford Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,19,WEIGHT RATING INFORMATION IS INCORRECT ON VEHICLE MANUAL LABELS AND RATING DECALS.,,"DEALERS WILL BE PROVIDED WITH THE REVISED VEHICLE INFORMATION. IF VEHICLE WEIGHT IS FOUND TO BE GREATER THAN THAT SPECIFIED ON WEIGHT RATING, THE AFFECTED VEHICLE""S REAR AXLE MAY BE REPURCHASED FROM FORD. A PRICE ADJUSTMENT WILL ALSO BE MADE IF APPROPRIATE." -09/05/1984,84V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V103000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,520,RUBBER FUEL HOSE COULD ALLOW A SLOW FUEL LEAK WHILE THE ENGINE IS RUNNING.,,DEALER WILL REPLACE RUBBER FUEL HOSE. -09/04/1984,84V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V102000),"Suzuki Motor USA, LLC",STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,4895,"BUZZER WAS NOT INSTALLED TO REMIND DRIVER TO REMOVE THE IGNITION KEY WHEN LEAVING THE VEHICLE. THIS DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 114, ""THEFT PROTECTION"".",,THE STEERING LOCK ASSEMBLY AND A BUZZER WILL BE INSTALLED. -09/04/1984,84V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V101000),Volvo Trucks North America,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2835,DOOR LATCH PAWL SPRING WAS NOT DESIGNED TO SPECIFICATION. DOOR COULD OPEN WITHOUT WARNING OR DOOR LATCH MAY NOT CATCH PROPERLY WHEN DOOR IS CLOSED.,,DOOR LATCHES WILL BE REPLACED IF NECESSARY. -08/29/1984,84V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V099000),Volvo Trucks North America,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,5739,STEERING GEAR MAY NOT BE SECURE BECAUSE OF A LOOSE BOLT ON STEERING GEAR BRACKET. BOLTS HOLD STEERING GEAR BRACKET TO CHASSIS.,,"UPON INSPECTION, THE BOLTS AND LOCKNUTS WILL BE REPLACED, IF NECESSARY." -08/29/1984,84V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V100000),Ford Motor Company,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,2757,INADEQUATE LUBRICATION OF THE STEERING SHAFT COULD CAUSE STEERING SHAFT ASSEMBLIES TO SEPARATE WITHOUT WARNING.,,"UPON INSPECTION, THE INTERMEDIATE STEERING GEAR WILL BE LUBRICATED OR REPLACED. IN ADDITION, A CLAMP WILL BE INSTALLED ON THE LOWER SHAFT TO RESTRICT ITS MOVEMENT." -08/27/1984,84V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V098000),MITSUBISHI MANUFACTURING AMER,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2489,"OIL PRESSURE GAUGE SENDING UNIT, LOCATED ON THE RIGHT HAND SIDE OF THE ENGINE, MAY LEAK OIL. ENGINE PARTS COULD BE DAMAGED DUE TO RESULTING LACK OF LUBRICATION.",,"UPON INSPECTION, A MODIFIED OIL PRESSURE GAUGE SENDING UNIT WILL BE INSTALLED IF NECESSARY." -08/22/1984,84V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V096000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,40,"REAR BRAKE DRUMS MAY CRACK IN SERVICE, DUE TO AN ERROR IN THE MANUFACTURING PROCESS.",,"UPON INSPECTION, DEALER WILL REPLACE BRAKE DRUMS, IF NECESSARY." -08/22/1984,84V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V097000),"Yamaha Motor Corporation, USA",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,510,"FUEL TANK WAS DESIGNED IMPROPERLY. IF MOTORCYCLE TANK IS FULL AND LEFT IN HOT SUNLIGHT, GAS WILL EXPAND BEYOND THE MAXIMUM CAPACITY LEVEL OF TANK.",,INSTALLATION OF A NEWLY DESIGNED TANK TO PREVENT FUEL LEAKAGE. -08/20/1984,84V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V095000),"General Motors, LLC",AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,2940,PLASTIC PLUG LOCATED ON TOP OF THE FRONT AIR CONDITIONER WAS NOT REMOVED DURING ASSEMBLY. THIS DEFECT DISRUPTS NORMAL OPERATION OF EVAPORATOR BLOWER HOUSING.,,"REAR A/C SYSTEM BLOWER WILL BE INSPECTED FOR DAMAGE SUCH AS MELTING OR BURNING. IF NO DAMAGE IS DETECTED, THE RESISTOR WILL BE REPLACED AND ANY REMAINING PIECES WILL BE REMOVED. IF DAMAGE IS DETECTED, THE RESISTOR AND THE A/C EVAPORATOR INLET CASE WILL BE REPLACED." -08/17/1984,84V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V093000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,30868,"REAR BRAKE HOSES WERE NOT PROPERLY MANUFACTURED AND DO NOT CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 106, ""BRAKE HOSES"". HOSES COULD COME LOOSE FROM THE END FITTINGS WHEN SUBJECTED TO A PULLING FORCE.",,"A NEW HOSE WILL BE INSTALLED IF NECESSARY. IN ADDITION, BRAKES WILL BE SERVICED." -08/17/1984,84T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T010000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,896,"TIRES FAILED TO MEET HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES. TESTS RESULTED IN TREAD SEPARATION ON A MAJORITY OF THE TIRES.",,TIRES WILL BE REPLACED AT NO COST TO OWNERS WITHIN 60 DAYS OF NOTIFICATION. -08/16/1984,84V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V092000),"BMW of North America, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,24166,WHEEL MAY DEVELOP CRACKS AND FRACTURES FROM OPERATING ON ROUGH ROADS. (SPOKES WILL PRIMARILY BE AFFECTED).,,"UPON INSPECTION, A REDESIGNED WHEEL WILL BE INSTALLED ALONG WITH A NEW INNER TUBE AND THE NEEDED BALANCE WEIGHTS." -08/14/1984,84V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V090000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,450,THE HYDROVAC CANISTERS WERE MODIFIED AND DO NOT WORK WELL WITH THE REST OF THE BRAKING SYSTEM. MORE PEDAL EFFORT IS NEEDED IN ORDER TO BRING VEHICLE TO A HALT AND THE MAXIMUM STOPPING DISTANCE IS INCREASED.,,"UPON INSPECTION, HYDROVAC CANISTERS WITH IMPROVED BRAKING CHARACTERISTICS WILL BE INSTALLED." -08/14/1984,84V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V091000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16000,"THE ENGINE SHUTDOWN CABLE LOCATED BETWEEN THE DASH BOARD AND FIREWALL, MAY INTERFERE WITH THE ACCELERATOR LINKAGE.",,ENGINE SHUTDOWN CABLE WILL BE REROUTED AND STRAPPED DOWN AS NECESSARY. -08/14/1984,84V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V089000),"GRUMMAN ALLIED IND., INC.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,308,"BALLJOINTS, WHICH CONNECT THE STEERING LINKAGE COMPONENTS TO THE WHEELS, MAY NOT HAVE BEEN INSTALLED CORRECTLY AND COULD DETACH.",,ANY BALLJOINTS THAT WERE IMPROPERLY INSTALLED WILL BE CORRECTED. (AN IMPROPERLY INSTALLED BALLJOINT WILL BE HIGHLY VISIBLE). -08/09/1984,84T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T009000),"ATLAS COPCO N.A., INC",TIRES:PLY,TIRES,NR (Not Reported),Tire,69,"TIRES HAVE FAILED TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES, ENDURANCE TEST.",,TIRES WILL BE REPLACED AT NO COST TO OWNERS WITHIN 60 DAYS OF NOTIFICATION AND ON A PRO RATA BASIS THEREAFTER. -08/08/1984,84V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V088000),Mazda North American Operations,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,87468,"REAR LAMPS DO NOT MEET THE MAXIMUM INTENSITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE LAMPS PRODUCE TOO MUCH LIGHT.",,LIGHT BULBS WILL BE REPLACED WITH THE CORRECT TYPE AND THE LABEL THAT SPECIFIES THE REPLACEMENT PART WILL BE CHANGED. -08/03/1984,84T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T008000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,1105,"NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 119, NEW PNEUAMTIC TIRES, NON PASSENGER VEHICLES. A SEPARATION MAY DEVELOP IN SERVICE BETWEEN THE PLIES IN THE SHOULDER TREAD AREA.",,"DEALERS WILL REPLACE TIRES AT NO COST TO OWNER, WITHIN 60 DAYS OF OWNER""S NOTIFICATION." -08/01/1984,84V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V087000),AM GENERAL LLC,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,497,"WHEN TESTED ACCORDING TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 301, ""FUEL SYSTEM INTEGRITY"". RUPTURES IN THE FUEL SYSTEM OCCURRED IN A 30 MPH FRONTAL COLLISION, ALLOWING FUEL TO LEAK. THE HARDWARE USED TO ATTACH THE BODY TO THE CHASSIS FAILED IN THE TEST. MOVEMENT OF THE VEHICLE""S BODY DURING THE COLLISION RESULTED IN RUPTURES IN FUEL SYSTEM.",,"ADDITIONAL HARDWARE WILL BE INSTALLED TO TIE THE REAR BODY TO THE REAR BUMPER, A SPACER WILL BE PLACED IN FRONT OF THE FUEL TANK, AND THE FUEL LINES WILL BE REROUTED TO PREVENT SHEARING. WORK WILL BE COMPLETED WITHOUT CHARGE." -08/01/1984,84V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V094000),AMERICAN LAFRANCE LLC,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,473,NON OIL-RESISTANT HEATER HOSE WAS USED INSTEAD OF THE CORRECT POWER STEERING SUCTION HOSE. THIS HOSE ALLOWS THE POWER STEERING FLUID TO PASS TO THE PUMP FROM THE FLUID RESERVOIR. HOSE WILL SWELL AND FALL OUT OF PLACE AND THE POWER STEERING FLUID WILL LEAK OUT.,,"UPON INSPECTION, THE CORRECT HOSE WILL BE INSTALLED IF NECESSARY." -07/25/1984,84C019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84C019000),BOLFORM CORPORATION,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,9000,"PLASTIC BUCKLE AND LOOP STITCHING COMPONENTS FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, CHILD RESTRAINT SYSTEMS.",,PLASTIC BUCKLE WILL BE REPLACED WITH AN ALUMINUM NON-SLIP SINGLE-PASS BUCKLE AND THE LOOP STITCHING WILL BE REINFORCED WITH 90 LB TEST NYLON THREAD. A TONGUE STRAP WILL BE ADDED TO THE BACK OF THE HARNESS TO RELIEVE PRESSURE AND STRESS ON THE BACK LOOPS. -07/25/1984,84T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T007000),DUNLOP TIRE CORPORATION,TIRES:TREAD,TIRES,NR (Not Reported),Tire,227,TIRES MAY BE SUSCEPTIBLE TO TREAD SEPARATION.,,DEALERS WILL REPLACE TIRES AT NO CHARGE TO OWNER WITHIN 60 DAYS OF NOTIFICATION. -07/19/1984,84E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E018000),J.C. WHITNEY CO.,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,7200,"THROTTLE ACTUATOR STICKS, WHICH PREVENTS THROTTLE FROM DISENGAGING EVEN WHEN CRUISE CONTROL IS OFF.",,RETURN UNIT WITH PROOF OF PURCHASE FOR REFUND OR REPLACEMENT. -07/18/1984,84V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V085000),Ford Motor Company,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,80034,SCREW THAT CONNECTS THE SEAT BACK FRAME TO THE RECLINER MECHANISM MAY BREAK.,,"THE ATTACHMENT SCREW ON THE DRIVER""S SEAT WILL BE REPLACED BY ONE OF A LARGER DIAMETER." -07/18/1984,84V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V086000),Honda (American Honda Motor Co.),STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,95951,THE SPRINGS ARE HELD UP BY A METAL SUPPORT AROUND EACH SHOCK ABSORBER. VEHICLES DRIVEN REGULARLY IN AREAS WHERE ROADS ARE SALTED DURING WINTERTIME ARE SUBJECT TO RUSTING OF THESE SUPPORTS. RUSTING MAY EVENTUALLY ALLOW THE SPRING TO BREAK THROUGH THE SUPPORT.,,"THE SPRING SUPPORTS AND SHOCKS WILL BE INSPECTED; DEPENDING ON CONDITION, THE COMPONENTS WILL BE RUSTPROOFED OR REPLACED, IF NECESSARY." -07/16/1984,84T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T006000),UNIROYAL GOODRICH TIRE CO,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,660,"TIRES IMPROPERLY LABELED ON THE SIDE WALL AS LOAD RANGE B, MAXIMUM LOAD 1970 LBS. AT MAXIMUM INFLATION OF 32 PSI. SIDE WALL LABEL SHOULD READ LOAD RANGE C, MAXIMUM LOAD 2100 LBS. AT MAXIMUM INFLATION OF 36 PSI.",,"TIRES WILL BE BRANDED WITH THE CORRECT INFORMATION OR TIRES WILL BE REPLACED, IF MORE CONVENIENT TO UNIROYAL, WITHIN 60 DAYS OF NOTIFICATION." -07/10/1984,84V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V083000),"COACHMEN INDUSTRIES, INC.",FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5983,AUXILIARY FUEL TANK RETAINING STRAPS WHICH KEEP TANK IN PLACE MAY LOOSEN. THE TANK COULD MOVE OR BECOME DISLODGED FROM MOTOR HOME.,,FASTENERS WILL BE INSPECTED BY DEALER AND REPLACED IF NECESSARY. -07/10/1984,84V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V084000),"Volkswagen Group of America, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,16000,"SPRING, WHICH HOLDS THE LATCH ON THE FRONT DOOR LOCKS, MAY BREAK AND DOOR MAY OPEN UNEXPECTEDLY.",,SPRINGS WILL BE REPLACED ON ALL AFFECTED LOCKS WITHOUT CHARGE. -07/09/1984,84V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V081000),"Mercedes-Benz USA, LLC",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,428,"BECAUSE THE AIR BRAKE CHAMBERS ARE LOCATED ABOVE THE REAR AXLE HOUSING, THE AIR HOSE, WHICH FITS ON TOP OF THE CHAMBERS, COULD COME IN CONTACT WITH THE UNDERSIDE OF THE BODY.",,"AIR CHAMBERS WILL BE REPOSITIONED IN ORDER TO LOWER THE FITTINGS. IN ADDITION, AXLE STOPS WILL BE INSTALLED (WITH THE EXCEPTION OF VEHICLES WITH 5900 MM WHEEL BASE) IN ORDER TO ENSURE MINIMUM UPWARD TRAVEL OF THE AXLE." -07/09/1984,84V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V082000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,302500,"IF TRUCK IS STRUCK FROM THE SIDE, THE CAP ON THE FUEL TANK COULD BECOME UNSEALED, ALLOWING UNSAFE LEAKAGE OF FUEL. THIS IS A FAILURE TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 301, ""FUEL SYSTEM INTEGRITY"". LEAKAGE CAN BE CAUSED BY AN ORANGE-COLORED PLASTIC DIESEL FUEL INFORMATION RING WHICH IS FOUND AROUND THE FUEL TANK NECK, OR BY THE TETHER.",,"UPON INSPECTION, FUEL CAP TETHERS WILL BE REPLACED OR DIESEL FUEL INFORMATION RINGS WILL BE REMOVED." -07/05/1984,84V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V080000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,529,"TIRE INFORMATION LABEL CONTAINS THE INCORRECT TIRE SIZE, WHICH IS A FAILURE TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, TIRE SELECTION AND RIMS.",,DEALER WILL REPLACE INCORRECT LABEL OR OWNER MAY HAVE NEW LABEL SENT WITH INSTRUCTIONS FOR REPLACEMENT. -07/03/1984,84V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V079000),"Kawasaki Motors Corp., U.S.A.",WHEELS,WHEELS,NR (Not Reported),Vehicle,5946,REAR WHEEL COULD LOCK BECAUSE A LOCKNUT ON REAR HUB COUPLING ASSEMBLY MAY NOT BE SECURELY FASTENED.,,"DEALER WILL INSPECT THE REAR HUB COUPLING ASSEMBLY AND SECURE THE LOCK NUTS BY TIGHTENING THEM. ALSO, A REMINDER LABEL WILL BE INSTALLED ON THE SWING ARM." -06/26/1984,84V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V078000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,810000,"BLADES MAY CRACK AND MAY, OVER A PERIOD OF TIME, LOOSEN FROM FAN ASSEMBLY.",,FAN ASSEMBLY WILL BE REPLACED WITHOUT CHARGE. -06/20/1984,84V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V077000),FREIGHTLINER LLC,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,44,THE TIE ROD END ATTACHES TO THE STEERING LINKAGE WITH A STUD WHICH MAY CRACK AND BREAK.,,BOTH TIE ROD END ASSEMBLIES WILL BE REPLACED. -06/19/1984,84V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V076000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,196,CONTROL VALVES MAY NOT ALLOW FULL PRESSURE RELEASE AFTER BRAKE PEDAL HAS BEEN RELEASED BY OPERATOR.,,"DEALER WILL REMOVE THE PLUGS FROM THE EXHAUST PORTS ON THE SERVICE SUPPLY AND EMERGENCY SUPPLY CONTROL VALVES, AND INSTALL A TUBE AND FITTING IN ITS PLACE." -06/19/1984,84V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V074000),PACCAR Incorporated,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,300,"DURING A FULL TURN OF THE STEERING WHEEL, THE FRONT LEFT SPRINGS MAY DAMAGE THE BRAKE SYSTEM OR THE ELECTRICAL SYSTEM.",,"VEHICLES WILL BE INSPECTED AND IF NEEDED, THE AIRLINE AND ELECTRICAL WIRING BUNDLE WILL BE REROUTED." -06/19/1984,84V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V075000),PACCAR Incorporated,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,44,IMPROPER REAR CAB LATCH MAY NOT LATCH PROPERLY CAUSING INADEQUATE CAB-TO-FRAME ATTACHMENT AT THE REAR CAB.,,REPLACEMENT OF CAB LATCH ASSEMBLY WITH A DIFFERENT CAB LATCH. -06/18/1984,84V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V073000),"General Motors, LLC",POWER TRAIN:LUBRICANT:TRANSMISSION:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,35919,REAR WHEELS MAY LOCK SUDDENLY DUE TO INSUFFICIENT LUBRICATION BETWEEN MAINSHAFT AND FIRST GEAR.,,"DEALER WILL REPLACE TRANSMISSION FLUID WITH A BLENDED FLUID AND IN ADDITION, WILL UPDATE THE MAINTENANCE SCHEDULE." -06/15/1984,84V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V071000),Ford Motor Company,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,261400,"SEAT FRAME STRUCTURE COULD SEVER FRONT SEAT BELTS IF VEHICLE IS INVOLVED IN AN ACCIDENT, DEPENDING ON FORCE OF IMPACT.",,DEALER WILL INSTALL A MOLDED SPACER BETWEEN REINFORCEMENT PLATES AND LOWER DECORATIVE PLASTIC COVER. -06/15/1984,84V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V072000),Ford Motor Company,STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,495,"IF THE SELECTOR IS GENTLY OR SLOWLY MOVED TOWARDS PARK, THE TRANSMISSION MAY NOT CHANGE TO PARKING GEAR. SIMILARLY, SLOW MOVEMENT OF THE SELECTOR FROM REVERSE TO NEUTRAL MAY NOT REMOVE THE TRANSMISSION FROM REVERSE GEAR.",,DEALER WILL REPLACE RUBBER-ISOLATED SHIFT ROD WITH A CONVENTIONAL ONE-PIECE ROD AND WILL READJUST THE SHIFT LINKAGE. -06/06/1984,84E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E017000),ALCOA AL. CO. OF AMER.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,36000,"SOME TWO-PIECE WHEEL CAP NUTS HAVE A FAULTY WASHER SECTION THAT CANNOT BE DETECTED BY THE NAKED EYE. THIS DEFECT MAY LEAD TO CRACKING OF THE WASHER SECTION WHICH CAN CAUSE NUT TO LOOSEN. EVENTUALLY, THE NUTS COULD FALL OFF AND THE WHEEL WOULD BECOME DETACHED FROM THE VEHICLE.",,"OLD CAP NUTS WILL BE REPLACED WITH NEW NUTS (IDENTIFIED BY A DIMPLE). REPLACEMENT WILL BE DONE ONE CAP NUT AT A TIME, WITHOUT JACKING THE VEHICLE. THERE IS NO CHARGE FOR REPLACEMENT." -06/01/1984,84V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V069000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:STARTER SOLENOID,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,227,"THE AIR STARTER CONTROL VALVE IS EQUIPPED WITH A MANUAL OVERRIDE PUSH-BUTTON WHICH BYPASSES THE NORMAL NEUTRAL SAFETY INTERLOCK AND IS NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT"".",,AIR STARTER CONTROL VALVE WILL BE REMOVED IF IT IS EQUIPPED WITH A MANUAL OVERRIDE PUSH-BUTTON FEATURE AND WILL BE REPLACED WITH ONE THAT DOES NOT CONTAIN THIS FEATURE. -06/01/1984,84V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V070000),Volvo Trucks North America,SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Vehicle,300,FRONT HUBS WERE MACHINED IMPROPERLY AND COULD SPLIT OR BREAK AT THE WHEEL MOUNTING FLANGE. THE WHEEL MOUNTING FLANGE HOLDS THE WHEEL AND BRAKE DRUM SYSTEM TOGETHER. WHEEL AND BRAKE DRUM COULD SEPARATE FROM VEHICLE.,,DEALER WILL REPLACE HUBS. -05/29/1984,84V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V068000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32010,UNWANTED AIR IS BEING DRAWN INTO THE BRAKE SYSTEM WHEN BRAKE PEDAL IS RELEASED. THIS IS DUE TO THE USE OF THE BENDIX MASTER CYLINDER IN COMBINATION WITH THE BENDIX HYDROVAC.,,"DEALER WILL CHECK TO SEE IF VEHICLE IS EQUIPPED WITH A BENDIX MASTER CYLINDER. IF SO, DEALER WILL INSTALL A TUBE AND HOSE ASSEMBLY AND REPAIR BRAKE SYSTEM. IF NEEDED, A NEW WAGNER MASTER CYLINDER WILL BE INSTALLED." -05/29/1984,84V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V067000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28750,SWITCH COVER WHICH PROVIDES FOR A GOOD WIRE CONNECTION COULD BECOME LOOSE AND POSSIBLY CAUSE LOSS OF ALL ELECTRICAL FUNCTIONS.,,THE IGNITION SWITCH WIRING HARNESS WILL BE REPLACED ALONG WITH THE SWITCH COVER. THE COVER IS INSTALLED TO ENSURE PROPER WIRE CONNECTION. -05/29/1984,84T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T005000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,55954,"TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, NEW PNEUMATIC TIRES. TIRES MAY DEVELOP PLY SEPARATION.",,"REPLACEMENT, WITHIN 60 DAYS OF NOTIFICATION, AT NO COST TO OWNER." -05/24/1984,84V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V066000),BEHLMANN GMC TRUCK CENTER,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,92,"VEHICLES ORDERED WITHOUT HEAVY-DUTY BRAKES WHICH ARE NEEDED IF THE VEHICLE IS FULLY LOADED. VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 105, ""HYDRAULIC BRAKE SYSTEMS"".",,"VEHICLES WILL BE REPAIRED BY INSTALLING A HEAVY-DUTY BRAKING SYSTEM INCLUDING POWER BRAKE BOOSTER, REAR BRAKE SHOES, AND DRUMS. NEW CERTIFICATION LABELS WILL BE INSTALLED." -05/22/1984,84V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V065000),Ford Motor Company,FUEL:FUEL SEPARATOR (8/82),"FUEL SYSTEM, DIESEL",NR (Not Reported),Vehicle,36400,"WATER SEPARATOR CANISTER MAY BE PUNCTURED IN A COLLISION. CRASH TESTS IN A 30 MPH FRONTAL COLLISION REVEALED FUEL LEAKAGE EXCEEDING THE MAXIMUM PERMITTED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,A PROTECTIVE SHIELD FOR THE CANISTER WILL BE INSTALLED WITHOUT CHARGE. -05/22/1984,84V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V064000),Motor Coach Industries,STEERING:POWER ASSIST:FILTER:FLUID,STEERING,NR (Not Reported),Vehicle,207,FAULTY FILTER COLLAPSES UNDER NORMAL AMOUNT OF PRESSURE. LOSS OF STEERING POWER ASSIST WILL RESULT.,,CUSTOMERS WERE TELEPHONED AND INSTRUCTED TO REMOVE FILTER ELEMENT FROM STEERING. MCI WILL LATER SEND A REPLACEMENT FILTER AND A COMPENSATION FEE OF $8.00 FOR LABOR. -05/21/1984,84V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V063000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,91,"OMISSION OF THE CERTIFICATION LABELS AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NUMBER 110 ""TIRE SELECTION AND RIMS"".",,DEALER WILL INSTALL REQUIRED CERTIFICATION LABELS. -05/18/1984,84V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V061000),"General Motors, LLC",BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4600,REAR BRAKE METALLIC LINES MAY DEVELOP A CRACK AND LEAK BRAKE FLUID.,,NEW REAR BRAKE LINES AND REINFORCEMENT BRACKETS WILL BE INSTALLED AT NO CHARGE. -05/18/1984,84V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V062000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:LINES AND FITTINGS,SUSPENSION,NR (Not Reported),Vehicle,141,"REAR AXLE BRAKE TEE JUNCTION BLOCK WHICH JOINS THE BRAKE LINES IN THE REAR OF THE VEHICLE, WAS PAINTED BY MISTAKE. THE PAINT COULD CAUSE LOOSENING OF THE BRAKE HOSE CONNECTION WHICH MAY RESULT IN A BRAKE FLUID LEAK AND LOSS OF REAR BRAKES.",,DEALER WILL REMOVE PAINT IF NECESSARY AND THEN CHECK TO ENSURE PROPER FUNCTION OF BRAKES. -05/16/1984,84V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V060000),TRANSPORTATION MFG. CORP.,STEERING:POWER ASSIST:FILTER:FLUID,STEERING,NR (Not Reported),Vehicle,67,"FAILURE OF FILTER ELEMENT DUE TO FILTER PLUGGING CAN OCCUR, BLOCKING THE FLOW OF POWER STEERING FLUID. POWER ASSIST IN THE STEERING MAY BE LOST.",,INSTRUCT CUSTOMERS TO REMOVE FILTER ELEMENT. CUSTOMER WILL BE SENT REPLACEMENT FILTER ASSEMBLIES ALONG WITH DETAILED INSTRUCTIONS. -05/16/1984,84E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E016000),MODERN IND. MELBOURNE INC,STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Equipment,921,INCORRECT STEEL WAS USED IN MANUFACTURE OF PITMAN SHAFT GEAR.,,REPLACEMENT PARTS WILL BE MADE AVAILABLE UPON REQUEST. -05/15/1984,84V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V059000),Great Dane Trailers,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,1153,THE PINTLE HOOK DOES NOT HAVE ADEQUATE REINFORCEMENT AT THE REAR MOUNTING PLATE AND CAN EVENTUALLY CRACK. PINTLE HOOK COULD COMPLETELY DISENGAGE.,,PINTLE HOOK WILL BE INSPECTED AND ANY CRACKS WILL BE REPAIRED. REINFORCEMENT WILL BE ADDED WITH TWO VERTICAL GUSSETS. -05/14/1984,84E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E015000),"IVECO TRUCK OF N.A., INC.",BRAKES:SPRING BRAKE CHAMBER (CAN),"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,117,CLAMP HOLDING THE TWO HALVES OF THE PARKING BRAKE CHAMBER MAY COME LOOSE OR DETACH.,,COMPLETE REPLACEMENT OF BRAKE COMPONENTS. -05/09/1984,84T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T004000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,1171,"NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES. A SEPARATION MAY DEVELOP BETWEEN THE PLIES IN THE SHOULDER OR TREAD AREA OF THE TIRE.",,TIRES WILL BE REPLACED WITHIN 60 DAYS OF NOTIFICATION. -05/07/1984,84T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T003000),ARMSTRONG RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,188,"TIRES FAILED TO MEET THE HIGH SPEED TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 109, NEW PNEUMATIC TIRES. TIRES MAY DEVELOP PLY SEPARATION AT THE EDGE OF THE BELT.",,TBC CORPORATION WILL UNDERTAKE A RECALL. TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER NOTIFICATION. -05/04/1984,84V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V058000),BEATRICE FOODS COMPANY,BRAKES:VACUUM BRAKE SYSTEM:RESERVOIR,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2600,THE BRAKES ARE OPERATED WITH VACUUM ASSISTANCE. THE VACUUM RESERVOIR TANK MAY DEVELOP AIR LEAKS FROM RUST DETERIORATION. THE RUST OCCURS BECAUSE THE POSITION OF THE TANK DOES NOT ALLOW PROPER DRAINAGE.,,"REPLACE RESERVOIR WITH A NEW TANK IF NECESSARY. IN ADDITION, A PROTECTIVE COVER WILL BE PLACED OVER THE BOTTOM OF TANK TO PREVENT RUST FROM OCCURING." -05/02/1984,84V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V054000),Volvo Trucks North America,BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4408,THE BRAKE LINE BETWEEN THE PROPORTIONING VALVE AND THE REAR WHEEL BRAKE MAY FRACTURE.,,THE BRAKE LINE WILL BE REPLACED WITHOUT CHARGE. -05/02/1984,84V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V057000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11909,BRAKES MAY FAIL SUDDENLY WHEN APPLIED. COMPONENTS WITHIN THE MASTER CYLINDER MAY BE EXPELLED BECAUSE A CLIP WHICH RETAINS THEM MAY NOT BE PROPERLY INSTALLED.,,"A NEW ""C"" CLIP WILL BE INSTALLED AT NO CHARGE." -05/02/1984,84V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V056000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2417,"PARTS IN THE ALTERNATOR MAY BREAK OFF AND CAUSE THE ALTERNATOR TO STOP FUNCTIONING, WHICH WILL ALLOW THE VEHICLE TO OPERATE ONLY UNTIL THE BATTERY IS EXHAUSTED. ALSO, SHEARED ALTERNATOR MOUNTING BOLTS MAY CAUSE THE DRIVE TRAIN AND REAR WHEEL TO LOCK UP.",,"MOTORCYCLES WILL BE SERVICED TO CORRECT THE PROBLEM IN THE ALTERNATOR, WITHOUT CHARGE." -05/02/1984,84E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E014000),DUO-THERM,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,43643,GAS CONTROL MAY FAIL TO COMPLETELY CLOSE RESULTING IN GAS FLOW THROUGH TO THE OUTSIDE VENT OF THE FURNACE.,,INSPECTION AND REPLACEMENT WITH NEW GAS CONTROL VALVE. -05/02/1984,84V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V055000),Volvo Trucks North America,STRUCTURE:BODY:TILT CAB (8/82),STRUCTURE,NR (Not Reported),Vehicle,4765,THE TORSION BAR CLAMP MAY ALLOW THE TORSION BAR TO MOVE. INCREASED EFFORT WILL BE REQUIRED TO RAISE OR LOWER THE TILT CAB.,,THE CLAMPS THAT ATTACH THE TWO REAR-MOST TORSION BARS TO THE CHASSIS WILL BE REPLACED AT NO CHARGE. -04/23/1984,84V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V052000),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:FLEXIBLE,POWER TRAIN,NR (Not Reported),Vehicle,357,"THE VEHICLES WERE ASSEMBLED WITHOUT THE RETAINING CLIP WHICH IS NEEDED TO KEEP THE CLUTCH CABLE FROM CONTACTING THE MASTER CYLINDER BRAKE PIPE. OVER AN EXTENDED TIME, THE CLUTCH CABLE COULD RUB THROUGH THE MASTER CYLINDER BRAKE PIPE, RESULTING IN A BRAKE FLUID LEAK AND LOSS OF FRONT BRAKES.",,"THE MISSING CLUTCH CABLE CLIP WILL BE INSTALLED AND THE BRAKE PIPE WILL BE REPLACED, IF NECESSARY, AT NO COST TO THE OWNER." -04/23/1984,84V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V053000),"General Motors, LLC",STRUCTURE:TAILGATE ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,46,VEHICLES MAY HAVE BEEN WIRED IMPROPERLY SO THAT THE TAILGATE LOCK CAN BE RELEASED WHEN THE VEHICLE IS NOT IN PARK OR IS IN MOTION.,,"CORRECT OPERATION OF THE TAILGATE LOCK WILL BE VERIFIED. THE LOCK RELEASE SHOULD OPERATE ONLY WHEN VEHICLE IS IN PARK AND THE IGNITION SWITCH IS IN THE RUN POSITION. IF THIS IS NOT THE CASE, THE WIRING WILL BE CORRECTED." -04/23/1984,84V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V051000),ROCKWOOD INCORPORATED,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,60,THE GASKET AROUND THE WINDSHIELDS MAY ALLOW THE WINDSHIELD TO DISLODGE INTO THE INTERIOR OF THE MOTOR HOME.,,GASKET AND WINDSHIELDS WILL BE REPLACED WITHOUT CHARGE. -04/19/1984,84E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E013000),CENTURY WRECKER CORP.,EQUIPMENT:LIFT:WHEEL/TOWING APPARATUS,EQUIPMENT,NR (Not Reported),Equipment,537,QUESTIONABLE WELDING PROCEDURE WAS USED DURING MANUFACTURE OF THE HYDRAULIC CYLINDER USED FOR ELEVATING THE WHEEL LIFT.,,REPLACEMENT OF THE DEFECTIVE PARTS AT NO CHARGE. -04/19/1984,84V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V050000),"COACHMEN INDUSTRIES, INC.",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,1612,"THE SPRING CLIP USED TO SECURE STEERING WHEEL TO STEERING SHAFT MAY HAVE BEEN OMITTED. IF THE CLIP IS MISSING, THE STEERING WHEEL IS PROBABLY LOOSE.",,THE RETAINING CLIP WILL BE INSTALLED AT NO COST TO OWNER. -04/19/1984,84V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V049000),"PREVOST CAR, INCORPORATED",STRUCTURE:DOOR:EMERGENCY:ROOF,STRUCTURE,NR (Not Reported),Vehicle,18,"THE SAFETY TAB USED TO RELEASE THE ROOF EMERGENCY EXIT MAY BREAK. IF THE TAB BREAKS, THE EMERGENCY EXIT CANNOT BE OPENED.",,"REPLACEMENT SAFETY TABS AND INSTRUCTIONS, ALONG WITH THE NOTIFICATION LETTER, WILL BE SENT TO OWNERS. PROPER OPERATION SHOULD BE VERIFIED AFTER SAFETY TABS ARE REPLACED. OWNERS WILL BE REIMBURSED FOR ONE HOUR OF LABOR." -04/18/1984,84V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V048000),"FLEETWOOD ENTERPRISES, INC.",FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Vehicle,3832,"THE FURNACE MAY BE INADEQUATELY SECURED. THE WOOD SCREW HOLDING THE RIGHT HAND INSIDE CORNER OF THE FURNACE DOWN TO ITS SUPPORTING SURFACE MAY BE ENGAGING PLYWOOD THAT IS TOO THIN. IF THE SCREW COMES LOOSE WHILE TRAILER IS IN SERVICE, THE FURNACE MAY BOUNCE ON ITS SUPPORTING SURFACE OR SHIFT POSITION, POSSIBLY CAUSING LP GAS TUBE FAILURE INSIDE THE TRAILER.",,AN ATTACHING BRACKET WILL BE INSTALLED TO ANCHOR THE FURNACE AND THE LP GAS TUBE WILL BE INSPECTED FOR POSSIBLE DAMAGE. -04/10/1984,84V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V047000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1800,PISTON WITHIN MASTER CYLINDER MAY DEVELOP A SEAL LEAKAGE. THIS DEFECT MAY RESULT IN INTERMITTENT LOSS OF FRONT WHEEL BRAKES.,,DEFECTIVE MASTER CYLINDERS WILL BE REPLACED FREE OF CHARGE. -04/10/1984,84V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V046000),Ford Motor Company,SUSPENSION:I-BEAM:SOLID:FRONT SPRING:COIL,SUSPENSION,NR (Not Reported),Vehicle,305,"TWO-INCH SPACERS SPECIFIED FOR INSTALLATION BETWEEN THE FRONT AXLES AND EACH FRONT SPRING ASSEMBLY WERE OMITTED DURING MANUFACTURE. UNDER CERTAIN TURNING AND BOUNCING CONDITIONS, A FRONT TIRE COULD CONTACT ADJACENT VEHICLE COMPONENTS, RESULTING IN A POSSIBLE SEPARATION OF THE DRAG LINK TO STEERING ARM BALLJOINT OR LOSS OF TIRE PRESSURE.",,FRONT AXLE SPACERS WILL BE INSTALLED WITHOUT CHARGE. -04/09/1984,84V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V045000),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE:DIFFERENTIAL UNIT,POWER TRAIN,NR (Not Reported),Vehicle,2569,"A DEFECTIVE DIFFERENTIAL PINION SHAFT MAY EXIST WHICH CAN COME IN CONTACT WITH THE DRIVE PINION GEAR, CAUSING REAR WHEEL LOCK-UP.",,"PINION SHAFT AND CLIPS, AND POSSIBLY THE PINION GEAR, WILL BE REPLACED WITHOUT CHARGE." -04/04/1984,84E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E012000),NATIONWIDE TRAILER,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,40000,"TEST RESULTS DETERMINE BRAKE FLUID FAILED BOILING POINT, STABILITY, EVAPORATION AND RESISTANCE TO OXIDATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 116, MOTOR VEHICLE BRAKE FLUIDS.",,REPLACEMENT OF BRAKE FLUID. -04/04/1984,84V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V044000),Harley-Davidson Motor Company,EQUIPMENT:MOTORCYCLE SIDECAR ATTACHMENTS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,114,COMPONENT OF TWO-PIECE UPPER BRACE CLAMP WHICH HELPS TO ATTACH THE SIDECAR TO THE MOTORCYCLE FRAME CONTAINS CHEMICAL IMPURITIES IN THE CASTING AND WAS SUBJECTED TO IMPROPER HEAT TREATMENT DURING MANUFACTURING. UPPER BRACE CLAMP MAY FRACTURE.,,UPPER BRACE CLAMPS WILL BE INSPECTED AND REPLACED WITHOUT CHARGE. -04/03/1984,84E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E010000),SKAMPER,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,684,"FAILURE TO MEET THE LABEL CERTIFICATION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 126, TRUCK CAMPER LOADING. THE DECAL ON TRUCK CAMPER FAILS TO SHOW DATE MANUFACTURED AND POSSIBLY INCORRECT TOTAL WEIGHT. ALSO, OWNER""S MANUAL MAY NOT HAVE BEEN PROVIDED.",,INSTALL LABEL WITH CORRECT INFORMATION AND PROVIDE CONSUMERS INFORMATION. -04/03/1984,84V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V043000),"Mack Trucks, Inc.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,850,"THE FUEL TANK STRAPS MAY DEVELOP MICROSCOPIC CRACKS IN THE PLATING OF THE UPPER END LOOP, EXPOSING THE PARENT METAL TO THE ATMOSPHERE. AIR EXPOSURE PROMOTES CORROSION AND MAY LEAD TO PREMATURE FAILURE, ALLOWING THE FUEL TANK TO DROP.",,DEFECTIVE STRAPS WILL BE REPLACED WITH VINYL COATED STEEL STRAPS. -04/02/1984,84E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E009000),DANA CORPORATION,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Equipment,125,TRAILER AXLE SPINDLE COULD FRACTURE WHEN SUBJECTED TO LOADS EXCEEDING MAXIMUM LOAD RECOMMENDED.,,AXLES WILL BE REPLACED AT NO COST. -03/29/1984,84V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V042000),FREIGHTLINER LLC,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8500,ENGINE COOLING FAN IS MADE OF A PLASTIC OUTER RING AND BLADE MOLDED TO A METAL CENTER. THE FAN BLADES CAN SEPARATE FROM THE HUB AND DISINTEGRATE WITHOUT WARNING.,,IMMEDIATE REPLACEMENT OF DEFECTIVE FAN WITH AN ALL METAL FAN WILL BE DONE FREE OF CHARGE. -03/29/1984,84V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V041000),Honda (American Honda Motor Co.),FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1296,"LIQUID/VAPOR SEPARATOR PIPE JOINT WAS IMPROPERLY ASSEMBLED AT THE BASE OF THE MAIN FUEL TANK. WHEN MAIN FUEL TANK IS FILLED UP TO THE PIPE JOINT, FUEL MAY LEAK INTO THE DRAIN TUBE AND EVENTUALLY TO THE GROUND BELOW THE MOTORCYCLE.",,NEW FUEL TANK WILL BE INSTALLED FREE OF CHARGE. -03/29/1984,84V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V040000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,181,"ALTERED VEHICLES EITHER DO NOT HAVE REAR COUCH SEAT BELTS INSTALLED, VIOLATING FEDERAL MOTOR VEHICLE SAFETY STANDARD 208, OCCUPANT CRASH PROTECTION, OR HAVE REAR COUCH SEAT BELTS WHICH DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 210, SEAT BELT ASSEMBLY ANCHORAGES.",,MISSING REAR COUCH SEAT BELTS WILL BE INSTALLED AND IMPROPER ANCHORS WILL BE CORRECTED WITHOUT CHARGE. -03/28/1984,84E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E008000),HOUSEHOLD MFG. INC.,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,69,"BLADE BENDING STRESSES ARE HIGHER THAN EXPECTED, SPECIFICALLY WITH DIESEL ENGINES GOVERNED AT 1800 RPM AND WITH FANS OPERATING AT 1.2 TIMES THE ENGINE CRANKSHAFT SPEED. INCREASED BLADE BENDING STRESSES ARE A RESULT OF RESONANT VIBRATION AT CERTAIN VEHICLE OPERATING MODES.",,ALL FANS WILL BE REPLACED BY MANUFACTURER. -03/27/1984,84E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E007000),MCGRAW,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3422,"BRAKE HUB ROTORS WERE NOT MANUFACTURED TO THE PROPER SPECIFICATIONS, CAUSING MISALIGNMENT AND EVENTUAL FAILURE OF THE OUTER WHEEL BEARING.",,RETURN BRAKE HUB ASSEMBLY AND REPLACE OUTER BEARING RACE. -03/26/1984,84V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V039000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,489,DAMAGE TO COTTER PIN DURING ASSEMBLY OR FROM TILTING CAB FOR SERVICE COULD CAUSE BRAKE LINKAGE SEPARATION.,,"MISSING, WORN, OR PARTIALLY SHEARED COTTER PINS WILL BE REPLACED." -03/26/1984,84V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V038000),Honda (American Honda Motor Co.),FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,295,"AN INCORRECTLY ASSEMBLED LIQUID/VAPOR SEPARATOR IS INSTALLED IN TANK. WHEN FUEL TANK IS FILLED TO MAXIMUM CAPACITY, FUEL LEAKAGE CAN OCCUR UNDER CERTAIN CONDITIONS.",,FUEL TANK WILL BE REPLACED FREE OF CHARGE. -03/26/1984,84V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V037000),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,130,"THE DISC/RIM ARC WELDS WERE IMPROPERLY ASSEMBLED (NOT STRONG ENOUGH). UNDER SEVERE OPERATING CONDITIONS, CRACKS CAN FORM IN THE WELDS FASTENING WHEEL RIMS TO CENTER DISCS. CRACKED WELDS MAY ALLOW AIR TO ESCAPE FROM THE TIRES OR CAUSE WHEELS TO FAIL.",,"WHEELS WILL BE INSPECTED AND REPLACED, IF NEEDED, FREE OF CHARGE." -03/23/1984,84V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V035000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,850,A MANUFACTURING ERROR RESULTED IN THE INSTALLATION OF CARBON STEEL SPRINGS IN SOME DUAL-COMPARTMENT AIR RESERVOIR CHECK VALVES. CARBON STEEL SPRINGS ARE INADEQUATE FOR THIS APPLICATION BECAUSE THEY ARE SUBJECT TO SEVERE CORROSION AND SUBSEQUENT FAILURE OF THE CHECK VALVE.,,THE CARBON STEEL SPRING WILL BE REPLACED WITH A STAINLESS STEEL ONE. -03/23/1984,84V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V034000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4000,"ATTACHING BOLTS ON FUEL TANK SUPPORTS MAY NOT HAVE BEEN ADEQUATELY TIGHTENED; ALSO, THE SUPPORTS ARE TOO THIN. HIGH LEVELS OF STRESS, WHICH COULD OCCUR UNDER NORMAL OPERATING CONDITIONS, COULD CAUSE CRACKS TO DEVELOP IN THE SUPPORT STRAPS. IF THE FUEL TANK SUPPORTS FRACTURE, THE FUEL TANK WILL SLIP FROM THE NORMAL POSITION, AND FUEL LEAKAGE COULD RESULT.",,FUEL TANK SUPPORTS AND FASTENERS WILL BE REPLACED WITHOUT CHARGE. -03/23/1984,84V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V036000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,3421,"SPRING SEAT CAN DEFORM, WHICH CAUSES A DECREASE IN THE CLAMPING FORCE IN THE SUSPENSION ASSEMBLY. LOSS OF CLAMPING FORCE MAY BRING ABOUT AXLE MISALIGNMENT OR AXLE HOUSING FAILURE.",,"THE AXLE HOUSING WILL BE INSPECTED AND REPLACED, IF NECESSARY. THE SPRING SEATS WILL ALSO BE REPLACED." -03/22/1984,84V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V032000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1163,"FRONT AXLE AIR BRAKE LINES ARE ROUTED TOO CLOSE TO THE ENGINE EXHAUST MANIFOLD. THIS CAN PERMIT BRAKE LINES TO MELT AND RUPTURE, CAUSING A REDUCTION IN AIR PRESSURE TO BRAKE CHAMBERS UPON BRAKE APPLICATION.",,"FRONT AXLE AIR BRAKE LINES WILL BE REPLACED, EMPLOYING NEW ROUTING AND HEAT RESISTANCE IMPROVEMENTS." -03/22/1984,84V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V033000),"Mack Trucks, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,4393,"IMPROPER STEERING CLAMP BOLTS AND TORQUE APPLIED DURING INSTALLATION. THE BOLT COULD FAIL, ALLOWING THE STEERING YOKE TO BECOME LOOSE.",,"INSPECTION AND, IF NECESSARY, INSTALLATION OF PROPER STEERING SHAFT CLAMP BOLTS TIGHTENED TO SPECIFICATIONS." -03/21/1984,84T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84T002000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,410,"NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARDS 109 AND 119, NEW PNEUMATIC TIRES. TIRES MAY CONTAIN AN OFF STANDARD COMPOUND IN BEAD AREA.",,RETURN TIRES FOR REPLACEMENT WITHIN 60 DAYS OF NOTIFICATION. -03/20/1984,84V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V030000),WAYNE WHEELED VEHICLES,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,14,"ONLY TWO SEAT BELTS WERE INSTALLED ON THE 39 INCH BENCH SEAT; THE CENTER BELT WAS OMITTED. VEHICLES ARE NOT IN COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, SCHOOL BUS PASSENGER SEATING CRASH PROTECTION.",,THE SEAT BELT WILL BE INSTALLED AT NO CHARGE TO OWNER. -03/20/1984,84V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V031000),"General Motors, LLC",STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,767,"THE FRONT STEERING ALIGNMENT MAY NOT HAVE BEEN COMPLETED. THE TIE RODS, A PART OF THE STEERING LINKAGE WHICH TRANSMITS STEERING MOVEMENTS TO THE WHEELS, MAY NOT HAVE BEEN FASTENED COMPLETELY. THE ALIGNMENT OF THE STEERING WILL AFFECT THE VEHICLE""S HANDLING PROPERTIES. INCOMPLETE FASTENING OF THE STEERING TIE ROD MAY LEAD TO COMPLETE SEPARATION OF THE LINKAGE.",,"TIE ROD CLAMP FASTENERS WILL BE INSPECTED. IF NECESSARY, THE TOE-IN WILL BE SET, AND THE TIE ROD CLAMP FASTENERS WILL BE TIGHTENED. THERE WILL BE NO CHARGE FOR THESE SERVICES." -03/16/1984,84V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V029000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,779,"THE MAIN FEED WIRE AND HORN RELAY-FLASHER FEED WIRE MAY HAVE BEEN CONNECTED IN REVERSE POSITIONS IN THE NUMBER TWO CIRCUIT BREAKER IN THE DRIVER""S CONTROL PANEL.",,"OWNERS ARE ASKED TO DETERMINE IF THE NUMBER TWO CIRCUIT BREAKER IS CORRECTLY WIRED, AND IF NOT, TO CORRECT THE WIRING AS SPECIFIED IN THE OWNER""S NOTIFICATION." -03/16/1984,84V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V028000),"Chrysler (FCA US, LLC)",STEERING,STEERING,NR (Not Reported),Vehicle,41119,THESE VEHICLES MAY HAVE BOLTS IN THE STEERING SYSTEM THAT WERE NOT PROPERLY TIGHTENED.,,THE ADJUSTING TUBE CLAMP BOLT AND THE STEERING GEAR ATTACHING BOLT TORQUE WILL BE TESTED. THE BOLTS WILL BE TIGHTENED AND THE FRONT WHEEL TOE SETTING ADJUSTED IF NECESSARY AND AT NO COST TO OWNER. -03/15/1984,84E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E006000),HOUSEHOLD MFG. INC.,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,217,BLADE BENDING STRESSES ARE HIGHER THAN EXPECTED. INCREASED BLADE BENDING STRESSES ARE A RESULT OF RESONANT VIBRATION AT CERTAIN ENGINE SPEEDS.,,ALL FANS WILL BE REPLACED BY MANUFACTURER. -03/13/1984,84E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E005000),FIRESTONE STEEL PROD. CO.,WHEELS,WHEELS,NR (Not Reported),Equipment,1038,IMPROPER WELDING BETWEEN THE DISK AND RIM ALLOWS FATIGUE CRACKS AFTER EXTENDED USE.,,WHEELS ARE BEING INSPECTED AND REPLACED WHERE NECESSARY. -03/12/1984,84V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V027000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,139,VEHICLES WERE ASSEMBLED WITH AN INCORRECT BRAKE PEDAL BRACKET WHICH CAUSES THE BRAKE PEDAL TO BE LOCATED IN A POSITION LOWER THAN NORMAL.,,BRAKE PEDAL BRACKET WILL BE REPLACED AT NO CHARGE. -03/08/1984,84V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V026000),"Subaru of America, Inc.",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,75284,"A PROTECTIVE BOOT COVERING THE STEERING RACK AND PINION SHAFT CAN COME LOOSE IN EXTREME COLD. WHEN UNPROTECTED, THE RACK SHAFT MAY CORRODE, RESULTING IN HARD OR STIFF STEERING.",,"SECURING CLIPS WILL BE INSTALLED ON PROTECTIVE BOOT COVERS AND AFFECTED STEERING RACK SHAFTS WILL BE REPAIRED OR REPLACED, IF NECESSARY." -03/07/1984,84V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V024000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,8126,IMPROPER ASSEMBLY OF THE REAR AXLE MAY CAUSE AXLE BEARING FAILURE AND COULD RESULT IN THE SEPARATION OF A REAR AXLE AND WHEEL.,,"THE DIFFERENTIAL AND AXLES WILL BE INSPECTED FOR THE DEFECT AND REPLACED WITHOUT CHARGE, IF NECESSARY." -03/06/1984,84V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V023000),Ford Motor Company,WHEELS:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,3320,COMPONENTS IN THE LOCKING HUBS WERE IMPROPERLY HEAT-TREATED AND MAY CRACK OR FRACTURE UPON ENGAGEMENT OF THE FRONT DRIVE AXLES. THE BROKEN COMPONENT ON THE LEFT FRONT WHEEL MAY BECOME JAMMED AGAINST THE NUT.,,CAM ASSEMBLIES IN FRONT WHEEL AUTOMATIC LOCKING HUBS WILL BE REPLACED. -03/05/1984,84V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V022000),"Lodal, Inc.",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,160,THE ASSEMBLY THAT CONNECTS THE STEERING SHAFT TO THE STEERING GEAR HAS A LOOSE CONNECTION WHICH ALLOWS EXCESSIVE PLAY IN THE STEERING WHEEL.,,"IF THE COMPONENTS ARE FOUND TO BE LOOSE, A STEERING SPROCKET AND YOKE ASSEMBLY WILL BE REPLACED. IF THE SPLINES OF THE STEERING GEAR INPUT SHAFT ARE WORN, THE SHAFT WILL ALSO BE REPLACED." -03/02/1984,84V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V021000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,4773,A BOLT MAY NOT HAVE BEEN FULLY TIGHTENED ON THE PITMAN ARM AND RETAINING SCREWS MAY NOT HAVE BEEN INSTALLED OR MAY NOT HAVE BEEN FULLY TIGHTENED. THE PITMAN ARM COULD SEPARATE FROM THE STEERING SHAFT.,,"A RETAINER WILL BE INSTALLED, OR THE PITMAN ARM WILL BE REPLACED, IF LOOSE." -03/02/1984,84V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V025000),FREIGHTLINER LLC,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,405,THE TUBES PROVIDED AS HANDHOLDS MAY CRACK OR FRACTURE WHERE THE STEPS AND ATTACHING BRACKETS ARE JOINED.,,COMPLETE STEP AND HANDHOLD SYSTEMS WILL BE REPLACED WITHOUT CHARGE. -03/01/1984,84V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V020000),"COLEMAN CO., INC.",EQUIPMENT:OTHER PIECES:STOVE,EQUIPMENT,NR (Not Reported),Vehicle,565,STOVE MAY HAVE A CRACKED GAS MANIFOLD WHICH PERMITS A LEAKAGE OF PROPANE GAS.,,DEFECTIVE STOVES WILL BE REPLACED WITHOUT COST TO THE OWNER. -02/29/1984,84V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V019000),"SAAB CARS USA, INC.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24705,"POOR ELECTRICAL CONNECTION AT THE FUEL GAUGE TRANSMITTER MAY RESULT IN A STOPPAGE OF THE FUEL PUMP AND ENGINE STALLING. IN EXTREME CASES, FUEL VAPOR MAY LEAK FROM THE FUEL TANK.",,"THE FUEL GAUGE TRANSMITTER WILL BE INSPECTED AND REPLACED, IF DAMAGED." -02/22/1984,84V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V018000),"Volvo Car USA, LLC",BRAKES:HYDRAULIC:SWITCH:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5800,THE BRAKE WARNING SWITCH MAY HAVE COMPONENTS THAT HAVE BEEN IMPROPERLY MANUFACTURED. BRAKE FLUID MAY SEEP FROM THE SWITCH WITHOUT TRIGGERING THE BRAKE WARNING SWITCH.,,O RINGS AND END PLUGS ON AFFECTED VEHICLES WILL BE REPLACED. -02/22/1984,84V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V017000),"Volvo Car USA, LLC",ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27120,A WIRE LOCATED BETWEEN THE STARTER AND THE ALTERNATOR MAY RUB AGAINST THE HEAT SHIELD AT THE TURBO CHARGER.,,"THE WIRE WILL BE RELOCATED AND SECURED, AND DAMAGE TO THE WIRE WILL BE REPAIRED, OR THE WIRING WILL BE REPLACED." -02/17/1984,84E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E004000),DOVER,EQUIPMENT:LIFT:WRECKER,EQUIPMENT,NR (Not Reported),Equipment,72,"LACK OF LUBRICATION OF THE PINS AND THE WEAKNESS OF THE MATERIAL FROM WHICH CYLINDER PINS ARE MADE CAN DEVELOP INTO EXCESSIVE PIN WEAR. SUCH WEAR COULD CAUSE THE PINS TO SHEAR, RESULTING IN BOOM LIFT CYLINDER SEPARATING FROM THE WRECKER BODY.",,INSTALLATION OF NEW PINS MADE OF STRONGER MATERIAL AND THE INSTALLATION OF GREASE FITTINGS WHICH PERMIT MORE CONVENIENT LUBRICATION OF THE PIN. -02/14/1984,84V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V016000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:PEDAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1327,A COTTER PIN THAT PREVENTS THE HINGE ATTACHING THE BRAKE PEDAL TO THE FLOOR FROM COMING APART MAY HAVE BEEN OMITTED.,,INSPECT BRAKE PEDAL AND INSTALL COTTER PIN IF MISSING. -02/06/1984,84V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V012000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8154,THE ELECTRICAL CABLE BETWEEN THE STARTER AND THE ALTERNATOR MAY RUB AGAINST A BRAKE LINE THAT IS ATTACHED TO THE WHEEL WELL ON THE LEFT SIDE OF THE ENGINE COMPARTMENT.,,THE CABLE CONNECTION AT THE ALTERNATOR WILL BE ADJUSTED AND THE CABLE WILL BE RELOCATED SO IT DOES NOT CHAFE. ANY DAMAGE TO THE CABLE WILL BE REPAIRED. -02/06/1984,84V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V011000),"General Motors, LLC",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,76586,"SOME VEHICLES HAVE BUCKET SEAT BACK LOCKS THAT DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 207, ANCHORAGE OF SEATS. IN EVENT OF A CRASH, THE SEAT BACK LOCK MAY NOT FUNCTION.",,"INSPECTION OF SEAT BACK LOCKS WILL BE PERFORMED. LOCKS THAT HAVE BENT, BROKEN OR MISSING HOOKS WILL BE REPLACED." -01/27/1984,84V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V009000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,10504,POSSIBILITY THAT THE FRONT WHEEL BEARINGS DO NOT HAVE ENOUGH LUBRICATION.,,"INNER WHEEL BEARINGS WILL BE INSPECTED AND REPACKED WITH LUBRICANT, OR REPLACED IF INSUFFICIENTLY LUBRICATED." -01/26/1984,84E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E003000),EMGO INTERNATIONAL LTD.,LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,16600,"CANDLE POWER OF LAMPS MAY BE INADEQUATE BY AS MUCH AS 40%, THE LENS DOES NOT PRODUCE A GOOD BEAM PATTERN, BULB EYE AT THE CENTER DOES NOT HAVE ENOUGH CURVATURE TO FUNCTION AS LENS, AND LIGHT SOCKETS ARE POORLY FORMED. NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 108, LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT.",,RETURN LAMPS AND LENS FOR REFUND. -01/25/1984,84V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V007000),"Mercedes-Benz USA, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,54056,THE AUTOMATIC TRANSMISSION DOWNSHIFT LINKAGE ADJACENT TO THE ENGINE THROTTLE CONTROL CONTAINS A PLASTIC BUSHING THAT COULD DEFORM DUE TO HIGH ENGINE COMPARTMENT TEMPERATURES CREATED BY THE CATALYTIC CONVERTER.,,PLASTIC BUSHINGS WILL BE REPLACED WITH STEEL BUSHINGS. -01/25/1984,84V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V008000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2500,"SOME HOOD LATCH ASSEMBLIES MAY HAVE BEEN IMPROPERLY REPAIRED AT THE FACTORY, OR INCORRECT FASTENERS WERE USED. HOOD LATCH ATTACHMENT WILL NOT BE STRONG ENOUGH AND WILL LIKELY WEAKEN THE INNER HOOD PANEL.",,"INSPECT VEHICLES AND, IF INCORRECTLY ASSEMBLED OR REPAIRED, THE HOOD, INCLUDING THE LATCH, WILL BE REPLACED." -01/19/1984,84V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V006000),"BMW of North America, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1612,THE POWER BRAKE BOOSTER MAY HAVE BEEN IMPROPERLY MACHINED CAUSING STRESS AND POSSIBLY CRACKS IN THE MASTER CYLINDER WHERE IT IS ATTACHED TO THE POWER BRAKE BOOSTER.,,"COMPONENTS WILL BE INSPECTED FOR IMPROPER MACHINING AND, IF FOUND, MASTER CYLINDER AND POWER BRAKE BOOSTER WILL BE REPLACED." -01/17/1984,84V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V005000),Great Dane Trailers,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,38,ONE HALF INCH X 6 INCH BOTTOM FLANGES MAY CONTAIN DEFECTIVE STEEL.,,INSPECT AND TEST THE QUALITY OF STEEL. REPAIRS WILL BE MADE AS NECESSARY. -01/13/1984,84V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V004000),Ford Motor Company,MANUFACTURER'S INFORMATION TO DEALERS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,11800,"LABELS SPECIFYING VEHICLE CAPACITY WEIGHT AND DESIGNATED SEATING CAPACITY OVERSTATE THE MAXIMUM LOAD PERMISSIBLE FOR BOTH OCCUPANTS AND LUGGAGE. THE LABEL IS IN NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, TIRE SELECTION AND RIMS.",,THE INCORRECT LABEL WILL BE REPLACED. -01/13/1984,84V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V003000),Ford Motor Company,STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,11800,"THE STEERING WHEEL MAY BE LOCKED WHEN THE IGNITION KEY IS IN THE OFF POSITION AND THE GEAR SHIFT LEVER IS NOT IN PARK. THIS CONDITION CONSTITUTES A NON COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 114, THEFT PROTECTION.",,KEY RELEASE CONTROL CABLE WILL BE INSPECTED AND MODIFIED IF NECESSARY. -01/08/1984,84V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V015000),"WESTERN STAR TRUCKS, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18,"THE RATIO ADAPTER ATTACHED TO THE SPEEDOMETER AND AN AIR SWITCH, BOTH LOCATED BEHIND THE DASH, MAY COME IN CONTACT WITH A HEATER DUCT HOSE THAT IS REINFORCED WITH COILED WIRE.",,"THE HEATER DUCT HOSE WILL BE REROUTED, AWAY FROM ANY ELECTRICAL COMPONENTS." -01/07/1984,84V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V013000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2100,THE CLAMPS ON FLEXIBLE FUEL HOSES CONNECTING THE FUEL PUMP TO THE METAL LINE MAY NOT BE IN THE PROPER POSITION.,,"THE HOSE CLAMP CONNECTING THE FUEL HOSE TO THE FUEL PUMP WILL BE INSPECTED AND RELOCATED, IF NECESSARY." -01/07/1984,84V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V014000),Ford Motor Company,WHEELS,WHEELS,NR (Not Reported),Vehicle,1050,SOME VEHICLES MAY HAVE BEEN BUILT WITH IMPROPERLY MANUFACTURED WHEELS. THE WELDS SECURING THE CENTER SECTIONS TO THE RIMS MAY CRACK FROM FATIGUE.,,AFFECTED WHEELS WILL BE REPLACED. -01/03/1984,84E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84E011000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Equipment,106,"OWNER""S MANUAL FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 126, TRUCK CAMPER LOADING. CENTER OF GRAVITY LISTED BY THE MANUFACTURER IS NOT WITHIN AN ACCURACY OF 2 INCHES OF THE ACTUAL CENTER OF GRAVITY OF THE CAMPER.",,"CORRECTED PAGE OF OWNER""S MANUAL SENT TO ALL OWNERS, WITH A REQUEST TO REPLACE INCORRECT PAGE." -01/01/1984,84V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=84V010000),GRUMMAN FLXIBLE CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,5222,SOME BUSES MAY HAVE MISALIGNMENT OF THE STEERING COLUMN ASSEMBLY AND THE GEAR BOX.,,"REPLACEMENT OF THE LOWER JACKET TUBE BEARING, STEERING MOUNTING BRACKET, AND POSSIBLY THE WHEEL TUBE." -12/28/1983,83V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V139000),"GRUMMAN ALLIED IND., INC.",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,98,"VACUUM LINES THAT HELP IN THE OPERATION OF THE POWER BRAKING SYSTEM MAY COLLAPSE UNDER VACUUM PRESSURE. VEHICLE DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"", SINCE VACUUM LINES CONTAIN MATERIAL WHICH IS NOT CERTIFIED FOR THEIR APPLICATION.",,DEALER WILL REPLACE HOSE WITH ONE THAT COMPLIES WITH THE SAFETY STANDARD. -12/28/1983,83V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V140000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3100,CRACKS MAY DEVELOP IN THE SPIDER MEMBER OF SEVEN BLADE FANS DUE TO VIBRATIONS OF GREATER SEVERITY THAN ANTICIPATED. THE CRACKS MAY PROGRESS TO THE POINT OF FRACTURE AND ALLOW PORTIONS OF THE SPIDER ARMS AND ATTACHED BLADES TO SEPARATE.,,DEALER WILL REPLACE THE FAN WITH ONE OF AN IMPROVED DESIGN. -12/27/1983,83V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V138000),"GRUMMAN ALLIED IND., INC.",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,51,"IN THE EVENT OF A COLLISION, VEHICLE MAY LEAK FUEL WHEN ROLLED TO AN INCLINATION OF LESS THAN 45 DEGREES. ALTHOUGH A VENT VALVE IS PRESENT, THE VALVE CLOSES ONLY WHEN THE VEHICLE ANGLE EXCEEDS 45 DEGREES. THIS DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY.""",,DEALER WILL REPLACE THE VENT HOSE WITH ONE OF AN IMPROVED DESIGN. THE VENT HOSE WILL BE REROUTED TO A POSITION ABOVE THE MAXIMUM FUEL LEVEL AND WILL DISCHARGE INTO THE FUEL TANK FILLER PIPE. -12/22/1983,83V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V137000),"Mercedes-Benz USA, LLC",EMERGENCY PARKING BRAKE:AIR:BRAKE CHAMBER,PARKING BRAKE,NR (Not Reported),Vehicle,300,"BRAKES MAY REQUIRE EXCESSIVE TIME TO RELEASE AFTER BRAKE APPLICATION. A SECOND DEFECT IS REDUCED HOLDING POWER OF THE PARKING/EMERGENCY BRAKES DUE TO ENTRY OF WATER IN THE REAR BRAKE CHAMBERS. EXCESSIVE RELEASE TIME DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"DEALER WILL MODIFY THE VEHICLE BY INSTALLING A QUICK RELEASE VALVE IN THE BRAKE AIR SYSTEM AND BY SUBSTITUTION OF A STIFFER BRAKE PEDAL RETURN SPRING. REAR BRAKE CHAMBERS WILL BE EXCHANGED OR MODIFIED, DEPENDING ON THE CHAMBER MAKE, TO PREVENT WATER ENTRY." -12/20/1983,83V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V135000),"Jaguar Cars, Ltd.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3500,FUEL LEAKAGE MAY DEVELOP AT THE TWO MAIN FUEL RAIL CONNECTIONS. DETERIORATION AT THESE TWO CONNECTIONS HAS BEEN TRACED TO A COMBINATION OF MISALIGNMENT OF THE TWO RAIL HALVES AND THE EFFECT OF TEMPERATURE CHANGES.,,DEALER WILL REPLACE THE CURRENT TWO PIECE FUEL RAIL WITH A NEW PART KIT OF SINGLE PIECE DESIGN. -12/20/1983,83V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V134000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,530000,"THE BOLTS THAT ATTACH THE D-SHAPED RING FOR THE SHOULDER BELT ARE INADEQUATELY SUPPORTED BY THE MATERIAL IN WHICH THEY ARE MOUNTED. THE ATTACHMENT DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"".",,DEALERS WILL INSTALL NEW ATTACHING HARDWARE TO IMPROVE THE STRENGTH OF THE MOUNTING. -12/20/1983,83V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V136000),"THOMAS BUILT BUSES, INC.",SUSPENSION:INDEPENDENT FRONT AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,39,CRACKS MAY DEVELOP IN THE WELD AREA WHERE THE MOUNTING BRACKET THAT ATTACHES THE SUSPENSION COMPONENTS IS WELDED TO THE AXLE. CRACKS COULD EVENTUALLY RESULT IN SEPARATION OF THE BRACKET.,,"MANUFACTURER WILL INSPECT SUSPENSIONS AT DISTRIBUTOR FACILITIES, OR OTHER AGREED LOCATION. IF WELDS ARE FOUND TO BE OF INCORRECT SIZE OR PLACEMENT, REPAIRS WILL BE MADE." -12/08/1983,83V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V133000),Toyota Motor Corporation,ELECTRICAL SYSTEM:REGULATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,48737,"VOLTAGE REGULATOR WHICH CONTROLS THE AMOUNT OF FLOW IN THE ELECTRICAL SYSTEM BETWEEN THE BATTERY AND THE ALTERNATOR, MAY HAVE MANUFACTURING ERRORS IN AN INTEGRATED CIRCUIT. THE REGULATOR MAY OVERCHARGE THE BATTERY.",,DEALER WILL REPLACE THE VOLTAGE REGULATOR AT NO CHARGE. -12/07/1983,83V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V130000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:REGULATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,47253,VOLTAGE REGULATOR MAY OVERCHARGE DUE TO MANUFACTURING ERRORS IN AN INTEGRATED CIRCUIT.,,ALL VEHICLES WILL HAVE A NEW VOLTAGE REGULATOR INSTALLED. -12/07/1983,83V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V132000),Honda (American Honda Motor Co.),POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,2825,"LEFT DRIVE SHAFT MAY DEVELOP CRACKS, AND MAY BREAK UNDER HEAVY LOADING SUCH AS THAT CAUSED BY RAPID ACCELERATION. THIS DEFECT ORIGINATED IN A MANUFACTURING PROCESS WHICH HAS NOW BEEN IMPROVED.",,"DEALERS WILL REPLACE THE LEFT DRIVE SHAFT ON VEHICLES THAT HAVE NOT BEEN PREVIOUSLY CORRECTED, AT NO CHARGE." -12/07/1983,83V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V131000),Honda (American Honda Motor Co.),STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,10421,"PRODUCTION TOLERANCE ERRORS COULD ALLOW ACCIDENTAL HOOD OPENING. IF THE HOOD IS NOT SECURELY LATCHED IN THE FULLY LOCKED POSITION, DRIVING AT HIGH SPEED OR HITTING A LARGE BUMP COULD CAUSE THE HOOD TO OPEN WITHOUT WARNING.",,DEALERS WILL INSPECT AND REPLACE DEFECTIVE HOOD LATCHES AT NO CHARGE. -12/06/1983,83E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E021000),K-MART,LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,878080,"FLASHERS DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". THE DURABILITY, FLASH RATE AND STARTING TIME REQUIREMENTS ARE NOT MET BY THE FLASHERS.",,FLASHERS SHOULD BE RETURNED FOR A REFUND. -12/06/1983,83V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V129000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,15101,THE SLIP JOINT BETWEEN THE CAB MOUNTED STEERING COLUMN SHAFT AND THE FRAME MOUNTED STEERING GEAR MAY NOT HAVE SUFFICIENT CLEARANCE. EXCESSIVE LOAD ON THE SLIP JOINT MAY CAUSE FAILURE OF THE STEERING COLUMN SHAFT.,,"DEALER WILL INSPECT VEHICLE FOR CORRECT CLEARANCE AT THE SLIP JOINT. IF NECESSARY, A SPACER AND, IN SOME CASES, A NEW STEERING COLUMN WILL BE INSTALLED." -12/05/1983,83V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V128000),PRESVAC SYS (BURL) LTD.,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,5,CRACKS MAY DEVELOP IN THE WELD AREA OF THE AXLE MOUNTING BRACKETS AND PROGRESS TO THE AXLE TUBE. CRACKS CAN LEAD TO FAILURE OF THE AXLE.,,THE AXLE AND ITS MOUNTING WILL BE INSPECTED BY AXLE MAUNFACTURER FOR POSSIBLE REPLACEMENT. -12/05/1983,83T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T021000),CARLISLE TIRE & RUBBER CO,TIRES:TUBE,TIRES,NR (Not Reported),Tire,10114,"THE BRASS VALVE STEM IS BENT EXCESSIVELY, AND MAY RUB AGAINST THE WHEEL RIM. VALVE STEMS THAT ARE BENT MORE THAN 90 DEGRESS ARE CONSIDERED OVERBENT. CHAFING AGAINST THE WHEEL RIM WILL CAUSE A SMALL HOLE TO BE MADE IN THE VALVE STEM.",,"THE VALVE STEM WILL BE INSPECTED ON TUBES THAT ARE IN SERVICE. IF THERE IS EVIDENCE OF CHAFING, THE TUBE WILL BE REPLACED BY THE DEALER. CHARGES FOR INSTALLING THE NEW TUBE WILL BE REIMBURSED BY THE MANUFACTURER UPON RECEIPT OF THE ORIGINAL TUBE." -12/02/1983,83V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V127000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,1387,"WITHIN THE STEERING SYSTEM, HIGH OPERATING TEMPERATURES MAY CAUSE EVENTUAL DETERIORATION OF THE HOSE WHICH RETURNS POWER STEERING FLUID TO THE PUMP. THE HOSE MAY RUPTURE AND POWER STEERING ASSIST WILL BE LOST.",,DEALER WILL REPLACE THE POWER STEERING HOSE AND INSTALL A HEAT SHIELD BETWEEN THE ENGINE AND HOSE AT NO CHARGE. -12/01/1983,83V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V126000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,557,"THE DRAGLINK, A PART OF THE STEERING LINKAGE THAT TRANSMITS TURNING MOVEMENTS TO THE WHEELS, MAY LOOSEN OR FAIL AT ONE OF ITS CONNECTIONS. THIS IS DUE TO INADEQUATE CLAMPING FORCE OF THE THREADED CONNECTION ON THE VERTICAL BALL STUD. DIMENSIONS OF THREADED PARTS MAY BE BELOW SPECIFICATION LIMITS. LOOSENESS AT THE JOINT ACCELERATES WEAR ON THE THREADS.",,"PARTS WILL BE INSPECTED AND, IF FOUND TO BE OUTSIDE OF SPECIFICATION LIMITS, WILL BE REPLACED AT NO CHARGE." -11/25/1983,83V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V123000),"AMERICAN TRAILERS, INC.",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,30,"AIR LEAKS MAY DEVELOP IN THE TWO HOSES THAT CONNECT TO THE EMERGENCY BRAKE CHAMBERS. THE REAR EMERGENCY BRAKE HOSE MAY NOT EXTEND INTO THE BRAKE HOSE END FITTING, DUE TO POOR CRIMPING OF THE HOSE.",,HOSES INCLUDED IN THE RECALL WILL BE REPLACED WITHOUT COST TO THE OWNERS. -11/25/1983,83V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V124000),BEATRICE FOODS COMPANY,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,338,"BRAKE LINE MAY DEVELOP A HOLE OR LEAK BY SHORTING AGAINST A BARE, LIVE ELECTRICAL LINE. THE ELECTRICAL CONDUCTOR COULD LOSE INSULATION DUE TO MELTING BY MUFFLER HEAT.",,"RECALLED VEHICLES WILL HAVE THE GENERATOR STARTING LINE REPOSITIONED. PRESENTLY THE WIRE IS IN A COMMON HARNESS WITH THE BRAKE LINE AND IT RUNS TOO CLOSE TO THE MUFFLER. ALSO, BOTH THE ELECTRICAL WIRE AND THE BRAKE LINE WILL BE INSULATED." -11/25/1983,83T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T020000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,1139,TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND IN THE SHOULDER AREA OF THE TREAD.,,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -11/25/1983,83E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E012000),"HAMLIN STEEL PRODUCTS,INC",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Equipment,24719,WHEEL RIM MAY CRACK OR WARP UNDER USE AND CAUSE TIRE TO LOSE AIR.,,"RECALLED WHEELS WILL BE REPLACED BY THE TRAILER DISTRIBUTORS, WITHOUT COST TO OWNERS." -11/23/1983,83E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E020000),"Caterpillar, Inc.",ENGINE:DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,112,SHIELD OVER THE GOVERNOR FLYWEIGHTS MAY DETATCH FROM CARRIER AND INTERFERE WITH MOVEMENT OF THE WEIGHTS AND GOVERNOR LINKAGE. THE VEHICLE OPERATOR MAY NOT BE ABLE TO SHIFT INTO GEAR SELECTED OR TO PREVENT ENGINE OVER-SPEED.,,"SHIELDS FOUND TO BE CRACKED WILL BE REPLACED AND STAKED AT FOUR POINTS. OTHERS WILL BE STAKED AT TWO ADDITIONAL POINTS, MAKING A TOTAL OF FOUR." -11/23/1983,83V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V122000),Nolangroup S.P.A,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,37,THE STEERING LINKAGE MAY SEPARATE DUE TO FAILURE OF THE IDLER ARM UNIVERSAL JOINT.,,"THE STEERING GEAR WILL BE RELOCATED, ELIMINATING THE NEED FOR THE IDLER ARM AND UNIVERSAL JOINT. THE STEERING ASSEMBLY WILL BE UPGRADED TO THE CURRENT DESIGN." -11/20/1983,83V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V125000),"Nissan North America, Inc.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,9858,THE HOOD LATCH MAY FAIL TO HOLD THE HOOD IN POSITION DUE TO A MISALIGNMENT OF THE SECONDARY HOOD LATCH. THIS CONDITION IS DUE TO A DEFORMATION OF THE HOOD DURING MANUFACTURE.,,DEALERS WILL INSTALL A NEW SECONDARY LATCH AT NO CHARGE. -11/18/1983,83V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V121000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,1377,"MOUNTING OF THE PITMAN ARM MAY LOOSEN AND LEAD TO EXCESSIVE WEAR IN EITHER THE PITMAN ARM SPLINES OR THE STEERING GEAR SHAFT SPLINES, OR BOTH. THIS CONDITION IS DUE TO INCORRECT TIGHTENING OF THE MOUNTING SCREWS DURING ASSEMBLY.",,THE DEALER WILL INSPECT AND PROPERLY TIGHTEN THE PITMAN ARM RETAINING SCREWS. -11/17/1983,83V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V120000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY:L,SUSPENSION,NR (Not Reported),Vehicle,520,A SPRING LEAF MAY FRACTURE THROUGH THE CENTER HOLE SECTION. THIS OCCURS DUE TO LOOSENING OF THE SPRING-TO-AXLE MOUNTING ATTACHMENT FOLLOWING EXTREME FLEXING OF THE SPRING LEAVES. THIS KIND OF FRACTURE MAKES THE REMAINING TWO LEAVES VULNERABLE TO PROGRESSIVE FRACTURE.,,VEHICLES WILL HAVE THE THREE-LEAF SPRING ASSEMBLY REPLACED WITH AN IMPROVED UNIT. -11/15/1983,83V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V118000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL:LINKAGES(12:83),VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,68,"THE THROTTLE MAY JAM AND MAY NOT RETURN TO THE CLOSED POSITION. THIS PROBLEM IS DUE TO THE OMISSION, DURING ASSEMBLY, OF A NUT ON THE CRUISE CONTROL ROD WHICH LIMITS TRAVEL IN THE THROTTLE MECHANISM.",,VEHICLES WILL HAVE THE MISSING NUT ADDED TO THE CRUISE CONTROL ROD WITHOUT CHARGE. -11/15/1983,83V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V119000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,40,FRONT WHEELS MAY WOBBLE DUE TO THE INADVERTENT OMISSION OF A WHEEL BEARING CUP DURING ASSEMBLY.,,"VEHICLES WILL BE INSPECTED AND, IF BEARING PARTS ARE DISCOVERED TO BE MISSING, THEY WILL BE INSTALLED BEFORE THE VEHICLES ARE SOLD." -11/14/1983,83E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E019000),"PHILIPS INDUSTRIES, INC.",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPINDLE,SUSPENSION,NR (Not Reported),Equipment,776,"WELD AT THE TUBE/SPINDLE JOINT IS MISPLACED, RESULTING IN A JOINT THAT LACKS THE NECESSARY STRENGTH.",,AXLES WILL BE INSPECTED BY AXLE MANUFACTURER AND REPLACED IF WELDS ARE FOUND TO BE UNSATISFACTORY. -11/09/1983,83V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V116000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,661585,"BRAKE LINES INSTALLED UNDERNEATH THE CARPETING IN THE PASSENGER COMPARTMENT MAY RUST DUE TO THE ENTRY OF WATER AND ROAD SALT. IF RUSTING REMAINS UNCHECKED, IT PRODUCES LEAKS IN THE LINES AND BRAKE FLUID MAY BE LOST.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE INTERIOR BRAKE LINES AT NO COST TO OWNER. OWNERS ARE ALSO ADVISED THAT ALL BRAKE LINES SHOULD BE INSPECTED AT TWO-YEAR INTERVALS." -11/09/1983,83V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V117000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:ELECTRICAL:ACCUMULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,930000,THE FUEL PUMP MAY STOP FUNCTIONING WITHOUT WARNING. THIS CAN OCCUR BECAUSE AN ELECTRICAL CONNECTOR IN THE FUSE PANEL MAY OVERHEAT AND INTERRUPT THE ELECTRICAL CIRCUIT.,,"DEALER WILL INSPECT THE FUSE BOX AND ITS CONNECTORS FOR CORROSION, AND CORRECT WHERE NECESSARY. A BYPASS ADAPTER TO THE FUEL PUMP ELECTRICAL CIRCUIT WILL BE INSTALLED." -11/09/1983,83E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E018000),FIRESTONE STEEL PROD. CO.,WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Equipment,27,THE RIM WAS NOT PROPERLY WELDED. FINAL WELD JOINING TWO PIECES WAS OMITTED AND ONLY A TACK WELD IS IN PLACE.,,"WHEELS WILL BE REPLACED EITHER AT THE TRUCK MANUFACTURING PLANT, OR BY THE WHEEL MANUFACTURER." -11/07/1983,83V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V114000),AM GENERAL LLC,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2545,"A COLLISION COULD RESULT IN A FUEL LINE BEING PINCHED BETWEEN THE FUEL PUMP INLET AND THE ELECTRICAL DIAGNOSTIC UNIT MOUNTING BRACKET. THIS COULD CAUSE A FUEL LEAK WHICH IS A FAILURE TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,THE MOUNTING BRACKET OF THE ELECTRICAL DIAGNOSTIC UNIT WILL BE REPOSITIONED TO INCREASE CLEARANCE AROUND THE FUEL LINE. NEW BRACKET KITS WILL BE SUPPLIED BY MANUFACTURER FOR INSTALLATION ON FLEET OWNED VEHICLES. -11/07/1983,83V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V115000),Ford Motor Company,FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1548,VEHICLES MAY HAVE FUEL OR VAPOR LINE DAMAGE CAUSED WHEN AN INCORRECT PROCEDURE WAS USED IN TIGHTENING BOLTS ON ADJACENT COMPONENTS DURING ASSEMBLY. THE FUEL TANK MAY BECOME DAMAGED DUE TO A LOOSE CROSS MEMBER THAT SUPPORTS IT.,,"VEHICLES WILL BE INSPECTED AND, WHEN NECESSARY, FUEL AND VAPOR LINES WILL BE REPLACED AND THE CROSS MEMBER WILL BE TIGHTENED." -11/04/1983,83V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V113000),"Winnebago Industries, Inc.",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1567,FUEL TANK MAY OVERFLOW AND LEAK IF FILLED TO OR PAST ITS NORMAL MAXIMUM CAPACITY. EXCESS FUEL WOULD ESCAPE THROUGH THE AIR VENT ON THE TANK.,,ALL RECALL VEHICLES WILL HAVE A NEW FUEL TANK VENT INSTALLED AT NO COST. SOME LOSS IN FUEL TANK CAPACITY WILL BE NOTICED AFTER THE CORRECTION. -10/26/1983,83V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V108000),"Chrysler (FCA US, LLC)",EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2400,EXCESSIVE HEAT MAY BE TRANSFERRED TO THE VEHICLE FLOOR PAN IN THE REAR SEAT AREA. THIS OCCURS BECAUSE THE MUFFLER HEAT SHIELD WAS OMITTED DURING MANUFACTURE OF CERTAIN FLEET CARS. REAR SEAT CUSHIONS MAY BE SCORCHED BY HEAT.,,"HEAT SHEILDS ARE BEING SENT DIRECTLY TO FLEET OWNERS, WHO MAY EITHER INSTALL THEM PERSONALLY OR ARRANGE FOR DEALER INSTALLATION." -10/26/1983,83V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V111000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,26300,"THE REAR SEAT BELTS DO NOT INCLUDE EMERGENCY-LOCKING OR AUTOMATIC-LOCKING RETRACTORS. THE BELTS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"".",,RECALLED VEHICLES WILL HAVE THE RIGHT REAR SEAT BELT AND A PORTION TO THE LEFT BELT REPLACED WITH RETRACTABLE BELTS. -10/26/1983,83V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V112000),"Nissan North America, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,238055,THE WIPER BLADE MAY EXTEND TOO FAR AND CATCH ON THE RADIO ANTENNA BRACKET. THE CONNECTION OF THE WIPER ARM AND THE PIVOT COULD BE DAMAGED. THE CONDITION IS CAUSED BY AN INCORRECT SETTING OF THE WIPER ARM HEIGHT ABOVE THE PIVOT.,,"DEALER WILL INSPECT AND, IF NECESSARY, THE WIPER ARM PIVOT WILL BE REPLACED AND THE WIPER STROKE ADJUSTED." -10/24/1983,83T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T019000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,28,"SEPARATION OF THE RUBBER COMPOUND FROM THE REINFORCING MATERIAL IN THE TREAD OR SIDEWALL AREA. TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -10/21/1983,83V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V110000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,185,INADEQUATE CLEARANCE BETWEEN THE UNDERSIDE OF THE HOOD AND THE THROTTLE LINKAGE COULD DAMAGE THE LINKAGE AND PREVENT THE THROTTLE FROM RETURNING TO IDLE POSITION. THIS CONDITION IS DUE TO INSTALLATION OF THE INCORRECT HOOD STYLE DURING VEHICLE ASSEMBLY.,,"FOR VEHICLES THAT ARE FOUND TO HAVE THE INCORRECT HOOD, THE CUT OUT AREA BENEATH THE TURBO SCOOP WILL BE ENLARGED. NEWLY EXPOSED METAL WILL BE PAINTED." -10/19/1983,83E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E016000),"SUN LITE, INC.",EQUIPMENT:CAMPER:SLIDE-IN (9/82),EQUIPMENT,NR (Not Reported),Equipment,382,"STATEMENTS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK CAMPER LOADING"", WERE OMITTED. THE CENTER OF GRAVITY HAS BEEN INCORRECTLY CALCULATED AND IS ACTUALLY 55 INCHES FROM THE REAR OF THE CAMPER, RATHER THAN 48 INCHES AS REPORTED. THE PICTURE SHOWING THE PROPER MATCH OF THE TRUCK AND SLIDE IN CAMPER REQUIRED BY THE STANDARD WAS ALSO OMITTED.",,"OWNERS WILL BE SENT A DOCUMENT WHICH WILL CONTAIN ALL INFORMATION OMITTED FROM PREVIOUS DOCUMENTATION. ALSO, CENTER OF GRAVITY INFORMATION HAS BEEN CORRECTED AND IS SHOWN ON NEW DOCUMENT." -10/19/1983,83E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E017000),Norcold Inc.,EQUIPMENT:OTHER PIECES:REFRIGERATORS,EQUIPMENT,NR (Not Reported),Equipment,25294,CIRCUITS IN THE CONTROL PANEL MAY DEVELOP SHORTS.,,"OWNERS OF ALL RECALLED REFRIGERATORS WILL RECEIVE A FIRE RESISTANT COVER FOR THE CONTROL PANEL WHICH THEY ARE INSTRUCTED TO INSTALL. IN CASE OF INSTALLATION PROBLEMS, RV DEALERS CAN BE USED TO PERFORM INSTALLATION." -10/13/1983,83V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V105000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,352036,THE BRAKE PROPORTIONER VALVES MAY BREAK AND SEPARATE FROM THE MASTER CYLINDER. THIS WOULD ALLOW BRAKE FLUID TO LEAK AND WOULD RESULT IN A PARTIAL LOSS OF THE BRAKE SYSTEM.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ALL SUSPECT VALVES." -10/13/1983,83V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V106000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4667,"THE MASTER CYLINDER REAR BRAKE PIPE, WHICH CARRIES BRAKE FLUID TO THE REAR BRAKES, MAY DEVELOP A LEAK DUE TO EXTENDED CHAFING ON THE AIR CLEANER RESONATOR BRACKET.",,"IF UPON INSPECTION THE DEALER FINDS THAT THERE IS INADEQUATE CLEARANCE, THE PIPE WILL BE REFORMED TO OBTAIN THE NECESSARY THREE QUARTER INCH SPACE. ONLY THOSE PIPES SHOWING SIGNS OF WEAR WILL BE REPLACED." -10/13/1983,83V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V107000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13181,"THE RIGHT FRONT CROSSOVER PIPE, WHICH CARRIES BRAKE HYDRAULIC FLUID, MAY BREAK AND LEAK FLUID. THIS OCCURS WHEN THE RIGHT FRONT FENDER SKIRT CONTACTS THE PIPE AND VIBRATION CAUSES THE PIPE TO WEAR THROUGH.",,"IF THE POSITION AND CLEARANCE OF THE BRAKE PIPE ARE INCORRECT, THE FENDER SKIRT WILL BE ADJUSTED AND A REPLACEMENT PIPE WILL BE INSTALLED." -10/13/1983,83V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V109000),"Charles Machine Works, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,1678,WHEELS MAY CONTAIN DEFECTIVE WELDS THAT MAY FAIL WHEN THE VEHICLE IS CARRYING THE RATED LOAD OR A LESSER WEIGHT.,,"WHEEL WELDS WILL BE INSPECTED AND IF EVIDENCE OF DEFECTIVE WELDING IS FOUND, THE WHEELS WILL BE REPLACED." -10/12/1983,83T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T018000),Yokohama Tire Corporation,TIRES:TREAD,TIRES,NR (Not Reported),Tire,2550,"CRACKING MAY DEVELOP IN TREAD GROOVES AT THE CENTERLINE OF THE TREAD. SEPARATION OF THE RUBBER COMPOUND FROM THE REINFORCING PLIES MAY RESULT. TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -10/05/1983,83V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V104000),MARINA MOBILE INC.,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,680,"THE VEHICLE MAY BE ABLE TO EXCEED 30 MPH, AND WILL NOT HAVE SUFFICIENT BRAKING CAPACITY OR LIGHTING FOR SPEEDS OF 30 MPH AND ABOVE. BECAUSE THE VEHICLE CAN EXCEED THE SPEED REQUIREMENT, THE BRAKES HAVE NOT BEEN CERTIFIED TO MEET THE APPLICABLE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS"", AND THE LIGHTS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". IN ADDITION, THE LABEL THAT PROVIDES INFORMATION ON THE CORRECT TIRES AND WHEELS FOR USE ON THIS VEHICLE DOES NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER VEHICLES"".",, -10/04/1983,83T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T017000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,66,"THERE MAY BE POOR RESISTANCE TO IMPACT WHICH COULD RESULT IN BRUISING AND LEAD TO SEPARATION OF THE RUBBER COMPOUND FROM THE PLIES IN THE TREAD OR SIDEWALL AREAS. TIRES DO NOT COMPLY WITH THE MINIMUM STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -10/03/1983,83E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E015000),Atwood Mobile Products,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,7472,ADJUSTING SPRINGS OF THE BRAKE SHOE ASSEMBLY DETERIORATE IN SERVICE DUE TO UNSATISFACTORY MATERIAL AND MAY REACH THE FAILURE POINT. DETERIORATION IS ACCELERATED BY CONTACT WITH SALT WATER.,,BRAKE MANUFACTURER IS SUPPLYING TRAILER OWNERS WITH NEW ADJUSTING SPRINGS AT NO COST AND WILL REIMBURSE OWNER FOR INSTALLATION AT COST UP TO A MAXIMUM OF $15.00 PER AXLE UPON RETURN OF THE ORIGINAL SPRINGS. -09/27/1983,83E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E014000),"Cummins, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,2250,THE THROTTLE MAY HAVE A PROTRUSION WHICH CAN BE IMPEDED BY THE FUEL PUMP COVER AND CAUSE LOSS OF ACCELERATOR CONTROL. THE INTERFERENCE OCCURS BETWEEN THE THROTTLE LEVER STOP PIN AND A RIVET SECURING A SIDE PLATE ON THE FUEL PUMP HOUSING.,,THE THROTTLE LEVER STOP PIN WILL BE GROUND FLUSH TO THE THROTTLE LEVER ON THE FUEL PUMP SIDE. -09/27/1983,83V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V102000),"Mack Trucks, Inc.",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,565,THE YOKE OF THE TRANSMISSION PROPELLER SHAFT MAY LACK REQUIRED STRENGTH DUE TO ERRONEOUS COUNTERBORE OPERATION IN WHICH 10 MILLIMETERS OF EXTRA MATERIAL MAY HAVE BEEN CUT. THIS CONDITION COULD LEAD TO FRACTURE OF THE YOKE IN SERVICE.,,"ALL AFFECTED PARTS WILL BE INSPECTED AND REPLACED, IF NECESSARY." -09/27/1983,83V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V101000),"Mack Trucks, Inc.",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1486,"BOLTED INSTALLATION OF THE STEERING GEAR HOUSING HAS A TENDENCY TO LOOSEN IN SERVICE. THIS IS DUE TO A BACKWARD INSTALLATION OF THE LOCKWASHERS, WHICH ARE BELLVILLE TYPE, AND A RESULTANT INCORRECT TORQUE ON THE BOLTS.",,ALL RECALLED VEHICLES WILL HAVE BELLVILLE TYPE LOCKWASHERS AT STEERING GEAR HOUSING ATTACH POINTS REPLACED WITH STANDARD SPLIT-TYPE LOCKWASHERS. -09/27/1983,83V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V100000),"Mack Trucks, Inc.",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,507,"UNDER SEVERE STRAIN, A DEFECTIVE WELD JOINING THE STEERING WHEEL HUB TO THE HUB PERIMETER COULD FAIL, CAUSING THE STEERING WHEEL TO SEPARATE FROM THE VEHICLE.",,DEFECTIVE STEERING WHEELS WILL BE REPLACED AT NO CHARGE TO OWNER. -09/27/1983,83V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V103000),"Chrysler (FCA US, LLC)",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,616,"VEHICLES MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN AN IMPACT TEST FROM THE REAR, THE BUMPER SUPPORT STRUCTURE DEFORMED ENOUGH TO ALLOW CONTACT OF A SUPPORT BRACKET WITH THE FUEL TANK.",,"ALL RECALLED VEHICLES WILL RECEIVE FRAME REINFORCEMENTS PLUS TWO LOAD-BEARING RUB STRIPS AND PROTECTIVE IMPACT SHIELDING. ADDITIONALLY, A CORNER OF THE BUMPER BRACKET WILL BE REMOVED." -09/26/1983,83V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V098000),HERDAN CORPORATION,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,145,"THE RIM SIZE IS NOT STATED ON THE TIRE AND RIM LABEL. THIS IS A FAILURE TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,DEALER WILL INSTALL A NEW LABEL ABOVE THE EXISTING LABEL WITHOUT CHARGE. -09/26/1983,83V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V099000),"COSMOPOLITAN MOTORS, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,900,"THE TIRE AND RIM AND THE CHOKE INFORMATION LABELS WERE NOT INSTALLED. THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,LABELS AND INSTRUCTIONS FOR PROPER INSTALLATION WILL BE SENT TO VEHICLE OWNERS. -09/26/1983,83V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V097000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,124,"ROAD WHEELS WITH OVERSIZED MOUNTING HOLES MAY HAVE BEEN INSTALLED ON THE AFFECTED VEHICLES. OVERSIZED HOLES COULD CAUSE INADEQUATE TIGHTENING OF THE WHEEL TO THE HUB, LOOSENESS OF THE WHEEL, AND POSSIBLE SEPARATION OF THE WHEEL FROM THE VEHICLE.",,"UPON INSPECTION, ROAD WHEELS, INCLUDING THE SPARE, WILL BE REPLACED WITH PROPERLY MACHINED WHEELS." -09/22/1983,83V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V095000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,117000,CERTAIN VEHICLES WERE ASSEMBLED WITH AN INSUFFICIENT HEIGHT DIFFERENTIAL BETWEEN THE ACCELERATOR AND BRAKE PEDALS.,"CONSEQUENCE OF DEFECT: THE DRIVER COULD INADVERTENTLY DEPRESS BOTH PEDALS AT ONE TIME, LOSE CONTROL, AND HAVE AN ACCIDENT.",DEALER WILL INSTALL A BRAKE PEDAL PLATE WHICH WILL RAISE THE BRAKE PEDAL TO THE PROPER HEIGHT. -09/22/1983,83V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V096000),MONTGOMERY WARD & CO.,STRUCTURE:CRASH BARRIERS,STRUCTURE,NR (Not Reported),Vehicle,200,"DUE TO INCORRECTLY INSTALLED MOUNTING BRACKETS, THE TWO CRASH BARRIERS, LOCATED ON THE RIGHT AND LEFT SIDES AHEAD OF THE FRONT SEATS ON THE INVOLVED BUSES, DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"". THE BARRIERS SHOULD BE ABLE TO ABSORB A FORCE OF 12,000 INCH-LBS. THEY FALL SHORT BY 220 INCH-LBS.",,"CRASH BARRIER MOUNTING BRACKETS WILL BE INSPECTED AND WILL BE REMOUNTED CORRECTLY, IF NECESSARY." -09/21/1983,83V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V093000),Ford Motor Company,ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,178,THE INVOLVED VEHICLES WERE ASSEMBLED WITH BOLTS OF AN INCORRECT SIZE FOR ATTACHMENT OF THE FRONT ENGINE MOUNTS TO THE ENGINE. THE ENGINE MOUNT BOLTS WILL LOOSEN AND EVENTUALLY FALL OFF AND THE ENGINE MAY COME OFF ITS FRONT ENGINE MOUNTS. THIS COULD RESULT IN THE FUEL LINE BECOMING DAMAGED OR SEPARATED IN CONDITIONS SUCH AS DRIVING OVER ROUGH ROADS OR IN THE EVENT OF AN ACCIDENT.,,"UPON INSPECTION, DEALER WILL REPLACE MOUNT BOLTS WITH BOLTS OF THE PROPER SIZE." -09/21/1983,83V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V094000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,283,"FUEL SUPPLY TUBES INSTALLED IN THE AFFECTED VEHICLES ARE TOO SHORT. CONSEQUENTLY, FLEXIBLE HOSES THAT ATTACH TO THE TUBES MAY BE TAUT AND THIS WOULD HAVE AN ADVERSE EFFECT ON THE DURABILITY OF HOSE CONNECTIONS. IN THE EVENT OF HOSE SEPARATION, SOME FUEL SPILLAGE WOULD OCCUR.",,"UPON INSPECTION, DEALER WILL INSTALL A NEW FUEL HOSE OF THE CORRECT LENGTH." -09/19/1983,83E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E013000),DETROIT DIESEL CORP.,FUEL:TURBO CHARGER,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,124,THE TURBO CHARGER HOUSING MAY NOT BE STRONG ENOUGH TO CONTAIN THE FRAGMENTS IF THE ROTOR WHEEL SHOULD DISINTERGRATE. THE WHEEL MAY HAVE SHATTERED UNDER CERTAIN OPERATING CONDITIONS WHICH PRODUCE OVER-SPEED OF THE ROTOR.,,"ALL RECALLED TURBO CHARGERS WILL BE REPLACED BY DETROIT DIESEL SERVICE OUTLETS FOR ALL TRUCK EQUIPMENT MANUFACUTURERS, AT NO COST TO OWNERS." -09/14/1983,83V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V092000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,29,"PARKING BRAKE CABLES CONTAIN INCORRECT SPRINGS. THESE SPRINGS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"".",,DEALER WILL INSPECT AND INSTALL NEW REAR PARKING BRAKE CABLE IF NECESSARY. -09/12/1983,83V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V091000),"RENAULT, INCORPORATED",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,19537,"ON CERTAIN VEHICLES, THE WIRING SYSTEM IN THE ENGINE COMPARTMENT MAY HAVE BEEN IMPROPERLY ROUTED. IF SO, THE WIRES MAY COME IN CONTACT WITH SOME OF THE ENGINE COMPARTMENT COMPONENTS.",,"DEALER WILL PERFORM ALL NEEDED RE-ROUTING, SECURING, REPLACING OR REPAIRING OF THE WIRING SYSTEM." -09/12/1983,83V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V090000),Honda (American Honda Motor Co.),STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,7078,HANDLEBAR TUBE AND HANDLEBAR ARM DO NOT FIT SECURELY BECAUSE THE INSIDE DIAMETER OF THE HANDLEBAR TUBE IS INCORRECT. THIS CAUSES STRESS TO BEAR DIRECTLY ON A PIN.,,DEALER WILL REPLACE HANDLEBAR ASSEMBLY WITH A CORRECTED TYPE FREE OF CHARGE. -09/07/1983,83V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V088000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:ELECTRIC:WIRING,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,2041,ELECTRIC BRAKE WIRING INSIDE THE BRAKES MAY BE LOOSE AND THEREFORE COULD BE EASILY DAMAGED BY THE ROTATING HUBS.,,"DEALER WILL REROUTE BRAKE WIRING IF NECESSARY, TO AVOID DAMAGE." -09/07/1983,83V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V089000),FREIGHTLINER LLC,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,328,THE PINCH BOLT INSTALLED ON THE STEERING GEAR COMPONENT IS OF A SMALLER SIZE THAN SPECIFIED.,,DEALER WILL REPLACE THE INCORRECTLY SIZED PINCH BOLT WITH A PROPERLY SIZED ONE IF NECESSARY. -09/06/1983,83V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V086000),"R&R CUSTOM COACHWORKS,INC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,37,"A TYPOGRAPHICAL ERROR FOUND ON CURRENT EXISTING LABELS STATES THAT THE GROSS VEHICLE WEIGHT IS 13,500 LBS.",,A NEW LABEL CONTAINING CORRECTED INFORMATION WILL BE INSTALLED ON ALL INVOLVED VEHICLES. -09/06/1983,83V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V087000),"Kawasaki Motors Corp., U.S.A.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,1301,"DUE TO A MANUFACTURING DEFECT, THE FRONT WHEEL MAY DEVELOP CRACKS NEAR THE CONNECTION OF SPOKES AND THE HUB. CONTINUED USE COULD RESULT IN COMPLETE WHEEL FAILURE.",,DEALER WILL INSPECT FOR THE DEFECT AND REPLACE THE WHEEL IF NECESSARY. -09/02/1983,83V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V084000),"General Motors, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,141,"PLATFORM TRAILER HITCHES WERE PRODUCED FROM OTHER THAN PURE STEEL. CONSEQUENTLY, THE HITCH WILL NOT WITHSTAND NORMAL STRESSES.",,THE HITCH PLATFORM ASSEMBLY WILL BE REPLACED ON ALL INVOLVED VEHICLES. -09/02/1983,83V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V085000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,215,"IN A VEHICLE IMPACT FROM THE REAR, THE THREE PIECE HOSES COULD SEPARATE AND RESULT IN FUEL LEAKAGE IN EXCESS OF THE AMOUNT PERMITTED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,A NEW FUEL FILLER HOSE WILL BE INSTALLED BY DEALER ON ALL INVOLVED VEHICLES. -09/02/1983,83T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T016000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,1100,"CRACKING MAY DEVELOP IN TREAD GROOVES AT THE CENTERLINE. IF TIRES CONTINUE TO BE USED, CHUNKS OF TREAD MAY BE LOST AND SEPARATION OF THE RUBBER COMPOUND FROM THE REINFORCING PLIES MAY OCCUR. TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -09/01/1983,83V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V083000),"CHANCE COACH, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,83,"BATTERY CABLES MAY RUB AGAINST BRACKETS OR OTHER METAL COMPONENTS CAUSING THE POSSIBILITY OF ELECTRICAL SHORTS. THIS MAY BE DUE TO MISSING TIE-DOWN CLAMPS, INCORRECT ROUTING OF BATTERY CABLES, OR LACK OF PREVENTIVE MAINTENANCE.",,"ALL DAMAGED OR WORN CABLES WILL BE REPLACED, CABLE ROUTING WILL BE CORRECTED AND CABLES WILL BE COVERED WITH FLEXGUARD TO PREVENT WEAR." -08/25/1983,83V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V081000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11909,"THE INSULATION OF THE BATTERY CABLE, BECAUSE OF ITS POSITION, RUBS AGAINST SOME OF THE ENGINE WIRING COMPONENTS. ONCE THE INSULATION IS WORN THROUGH, THE BATTERY COULD RAPIDLY DISCHARGE.",,"DEALER WILL INSTALL A NEW ENGINE HARNESS RETAINER BRACKET, PROTECTIVE CONDUIT, CABLE CLIPS, A CABLE TIE STRAP AND WILL REPOSITION THE TERMINALS ON THE GROUND STUD ON ALL INVOLVED VEHICLES." -08/25/1983,83V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V079000),GRUMMAN FLXIBLE CORP.,EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,361,THE LIFT MAY CONTAIN A LARGE OPENING IN THE STEP RISER ASSEMBLY PLATFORM.,,THE STEP RISER PLATE WILL BE REPLACED TO REDUCE THE GAP ON ALL AFFECTED VEHICLES. -08/25/1983,83V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V082000),"MARSHALL VANS, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,6000,"SEAT BELTS WERE NOT INSTALLED AT THE REAR SOFA/BED. THIS IS NOT IN COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"". ALSO, A REQUIRED LABEL CERTIFYING COMPLIANCE WITH ALL FEDERAL MOTOR VEHICLE SAFETY STANDARD REGULATIONS WAS OMITTED.",,"SEAT BELTS WILL BE INSTALLED BY DEALER. IN ADDITION, THE REQUIRED LABEL WILL BE PLACED ON THE DRIVER""S SIDE DOOR LATCH POST." -08/24/1983,83V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V078000),PACCAR Incorporated,AIR CONDITIONER:HOSE:DUCT:AIR,EQUIPMENT,NR (Not Reported),Vehicle,3100,AIR CONDITIONING AND HEATING DUCT HOSES COULD CHAFE AND EXPOSE THE WIRE REINFORCEMENT. THE EXPOSED WIRE MAY COME IN CONTACT WITH ONE OF THE ELECTRICAL CONNECTORS AND SHORT OUT.,,DEALER WILL REPLACE BOTH THE AIR CONDITIONING AND HEATING HOSES AT NO COST TO OWNER. -08/19/1983,83V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V077000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,19108,ACCELERATOR PUMP LEVER RETAINING PIN MAY LOOSEN AFTER REPEATED HEAVY ACCELERATOR PEDAL APPLICATIONS. THIS COULD CAUSE THE THROTTLE TO BECOME STUCK IN THE OPEN POSITION.,,"DEALER WILL INSTALL A SPECIAL COTTER PIN, TO RETAIN THE ACCELERATOR PUMP PIN, AND A SPRING CLIP THRUST WASHER ON THE ACCELERATOR PUMP LINK." -08/19/1983,83V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V076000),SHELLER-GLOBE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,166,BOLTS AND RIVETS SECURING THE FORWARD SPRING HANGER BRACKET TO THE FRAME COULD LOOSEN AND EVENTUALLY BREAK.,,"DEALER WILL REPLACE EACH FASTENER WITH A ONE-HALF INCH DIAMETER BOLT AND LOCKNUT. IN ADDITION, OWNERS WILL BE ADVISED TO HAVE BOLTS CHECKED ABOUT ONCE EVERY SIX MONTHS TO ENSURE THAT THEY REMAIN SECURE." -08/17/1983,83V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V075000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,1318,"THE NUTS THAT MOUNT THE TIE ROD ENDS TO THE STEERING ARMS MAY NOT HAVE BEEN SECURELY FASTENED; THE NUTS COULD LOOSEN AND EVENTUALLY FALL OFF. ALSO, TIE ROD TUBES ON SOME AXLE ASSEMBLIES MAY BE TOO SHORT. EITHER CONDITION COULD LEAD TO A SEPARATION OF THE TIE ROD FROM THE STEERING ARM.",,"UPON INSPECTION, NUTS WILL BE TIGHTENED TO MEET SPECIFICATIONS AND ANY UNDERSIZED TIE ROD TUBES WILL BE REPLACED." -08/17/1983,83V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V074000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,250,BOLTS WHICH MOUNT THE FIFTH WHEEL BASE PLATE TO THE FRAME BRACKETS MAY NOT BE SECURELY FASTENED.,,"UPON INSPECTION, BOLTS WILL BE TIGHTENED, AND ANY DAMAGED PARTS WILL BE REPLACED. ALL FASTENERS WILL BE TIGHTENED TO 145 TO 175 FT. LBS. AS REQUIRED." -08/16/1983,83T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T015000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,697,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES AND RUBBER COMPOUND IN THE SIDEWALL AND BEAD AREA. TIRES ARE NOT IN COMPLIANCE WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -08/09/1983,83V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V073000),"FLEETWOOD ENTERPRISES, INC.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,188,"THE STEERING WHEEL RETAINING RING MAY HAVE BEEN OMITTED DURING VEHICLE ASSEMBLY. THIS COULD ALLOW THE ATTACHMENT NUT TO UNSCREW, RESULTING IN A SEPARATION OF THE STEERING WHEEL FROM THE STEERING COLUMN SHAFT.",,"UPON INSPECTION, A STEERING WHEEL ATTACHMENT NUT RETAINING RING WILL BE INSTALLED. THE OWNER ALSO HAS THE OPTION OF INSTALLING THE RING HIMSELF." -08/08/1983,83E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E011000),"ARROW AUTOMOTIVE IND.,INC",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3864,"THE CATALOG OF THE AFTERMARKET SUPPLIER, PUBLISHED IN OCTOBER 1982, USES A SINGLE PART NUMBER FOR MASTER CYLINDER NUMBERS 61-1244 AND 61-1181. THIS COULD RESULT IN A VEHICLE MISAPPLICATION OF THE PART, LEADING TO A FAILURE OF THE HOOD TO FULLY CLOSE OR TO AN INCORRECT CYLINDER STROKE CAUSING CONTINUOUS APPLICATION OF THE FRONT BRAKES. THERE IS ALSO A POSSIBILITY THAT IF THE PRIMARY BRAKES FAIL, THE STROKE IN THE MASTER CYLINDER MAY BE INADEQUATE TO OPERATE THE SECONDARY BRAKES.",,DISTRIBUTORS WERE INSTRUCTED TO RETURN ALL STOCK OF BOTH MASTER CYLINDERS AND TO REPLACE ALL INSTALLED UNITS WITH ALL COSTS TO BE BORNE BY THE MANUFACTURER. -08/08/1983,83E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E010000),"ARROW AUTOMOTIVE IND.,INC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,141,SHELL ASSEMBLIES OF THE BOOSTER MAY SEPARATE AND FAIL TO TRANSMIT NECESSARY FORCES TO MASTER CYLINDERS. THIS PROBLEM IS DUE TO INSUFFICIENT CRIMPING OF SHELL MEMBERS TO RESIST SHOCK AND VIBRATION IN SERVICE. A SEPARATE DEFECT EXISTS IN POWER BOOSTERS ASSEMBLED WITH MASTER CYLINDERS. THESE ASSEMBLIES MAY NOT HAVE THE CORRECT MASTER CYLINDER ATTACHED. THE MASTER CYLINDER MAY NOT TRANSMIT FORCES FROM THE BRAKE PEDAL TO THE REAR BRAKE SYSTEM. THE TWO DEFECTS ARE MUTUALLY EXCLUSIVE; THERE ARE NO POWER BRAKE BOOSTERS WITH INADEQUATE CRIMPS THAT ALSO HAVE THE INCORRECT MASTER CYLINDER ATTACHED.,,MANUFACTURER IS REPLACING ALL BOOSTER UNITS STOCKED BY DISTRIBUTORS WITH NEW UNITS AND IS ATTEMPTING TO LOCATE RETAIL PURCHASERS FOR REPLACEMENT OF THEIR UNITS. OWNERS WILL BE REIMBURSED FOR THE COST OF REPLACING UNITS INSTALLED ON VEHICLES. -08/08/1983,83V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V072000),"BENNETT TRUCK EQUIP.,INC.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20,"ELECTRIC FUEL PUMP WAS IMPROPERLY WIRED. THE 12 VOLT FRAME MOUNTED FUEL PUMP WAS INADVERTENTLY CONNECTED TO A 6 VOLT POWER SOURCE, RESULTING IN AN INADEQUATE FUEL OUTPUT. AFTER PROLONGED USAGE, FUEL PUMP EFFICIENCY WILL BE AFFECTED AND LACK OF SUFFICIENT FUEL MAY CAUSE ENGINE TO STALL.",,THE ELECTRIC FUEL PUMP WILL BE PROPERLY WIRED WITHOUT CHARGE TO OWNER. -08/04/1983,83V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V080000),UNITED BUS CORPORATION,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,148,"SEAT FRAMES DO NOT PROVIDE ADEQUATE PROTECTION IN THE EVENT OF AN ACCIDENT. THIS CONSTITUTES A NON COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS SEATING AND CRASH PROTECTION"".",,THE SEAT FRAMES WILL BE REPLACED WITH HIGHER QUALITY STEEL SEAT FRAMES ON ALL INVOLVED VEHICLES. -07/29/1983,83V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V071000),Isuzu Motors Limited,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3342,BOLT LOCATED IN REAR BRAKE CALIPERS MAY NOT BE SECURELY FASTENED. THE BOLT MAY COME OFF AND BRAKING ACTION COULD BECOME IMPAIRED.,,"UPON INSPECTION, BOLTS WILL BE PROPERLY TIGHTENED." -07/27/1983,83V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V070000),Shyft Group,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,1671,A FAULTY RIM DESIGN IN WHICH RIMS HAVE EITHER 8 OR 10 SLOTS (DEPENDING ON RIM TYPE) ALLOWS BENDING OF THE RIM UNDER A HEAVY LOAD.,,"UPON INSPECTION, DEALER WILL REPLACE DEFECTIVE RIMS. IN ADDITION, THE LUG BOLTS WILL BE CHECKED TO ENSURE THAT THE WHEEL IS SECURELY FASTENED." -07/26/1983,83V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V069000),"Mercedes-Benz USA, LLC",WHEELS:MULTIPLE,WHEELS,NR (Not Reported),Vehicle,20,"THE DEFECT IS IN THE WHEEL RIM SIDE RING. THE WHEEL IS MADE UP OF A DISC AND RIM ASSEMBLY, SIDE RING AND LOCK RING. THE SIDE RING MAY HAVE BEEN IMPROPERLY SIZED WITH RESPECT TO THE OTHER COMPONENTS.",,"ALL WHEELS INCLUDING SPARE WILL BE INSPECTED. THE SIDE RING OR THE COMPLETE RIM WILL BE REPLACED, AS NECESSARY." -07/19/1983,83E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E009000),DOVER,EQUIPMENT:LIFT:WHEEL/TOWING APPARATUS,EQUIPMENT,NR (Not Reported),Equipment,225,"THE PIVOT PIN WHICH JOINS THE BOOM OF THE WHEEL LIFT TO THE CARRIER MAY WEAR EXCESSIVELY AND COULD FRACTURE. SEPARATION OF THE CARRIER, AND THE TOWED VEHICLE, FROM THE BOOM THAT ATTACHES TO THE WRECKER WOULD OCCUR. THIS FAILURE IS DUE TO INADEQUATE LUBRICATION AND RESTRAINT OF THE PIVOT PIN.",,"ALL RECALLED UNITS WILL BE MODIFIED BY INSTALLING A NEW PIN, WHICH LIMITS ROTATION OF THE WHEEL LIFT UNIT, AND BY INSTALLING LUBRICATION FITTINGS." -07/18/1983,83E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E008000),"Baker Boat Trailers, Inc.",BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,3000,"VALVES MAY LOOSEN OR SEPARATE DUE TO BROKEN ASSEMBLY BOLTS, WHICH MAY HAVE BEEN BENT DURING INSTALLATION. IF SO, A TANK ON WHICH THE VALVE IS INSTALLED WILL LOSE AIR PRESSURE.",,"VALVE MANUFACTURER HAS ARRANGED FOR REPLACEMENT OF ALL VALVES WITH A UNIT OF MODIFIED DESIGN, INCLUDING STAINLESS STEEL IN PLACE OF ORIGINAL PLATED STEEL BOLTS." -07/14/1983,83V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V068000),"SAAB CARS USA, INC.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,12096,A PROBLEM RELATING TO THE FRONT EXHAUST PIPE BRACKET ATTACHMENT COULD CAUSE LEAKING OF TRANSMISSION OIL. TRANSMISSION COULD LOCK UP DUE TO LACK OF PROPER OIL LUBRICATION.,,"DEALER WILL REPLACE THE EXISTING EXHAUST PIPE BRACKET WITH ONE THAT ATTACHES TO THE SIDE OF THE TRANSMISSION. THE REAR DIFFERENTIAL COVER GASKET WILL ALSO BE REPLACED, USING SCREWS INSTEAD OF STUDS." -07/14/1983,83T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T014000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,195,"ABSENCE OF REQUIRED MARKINGS, SUCH AS THE DEPARTMENT OF TRANSPORTATION SYMBOL, SERIAL IDENTIFICATION NUMBER, MANUFACTURER""S IDENTIFICATION, WEEK AND YEAR OF MANUFACTURE. TIRES DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION WITHOUT CHARGE." -07/14/1983,83T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T013000),"ATLAS COPCO N.A., INC",TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,121,"TIRES MAY DEVELOP CRACKING OR CHAFING IN THE BEAD OR LOWER SIDEWALL AREA. TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION WITHOUT CHARGE." -07/13/1983,83T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T010000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,14869,"TIRES WERE MOLDED WITH INCORRECT INFORMATION LISTED FOR PLY RATING AND LOAD RANGE. THESE TIRES ARE INCORRECTLY MARKED ""6 PR"" AND ""LOAD RANGE C"" INSTEAD OF ""4 PR"" AND ""LOAD RANGE B"". TIRES DO NOT COMPLY WITH THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -07/08/1983,83T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T012000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,12000,"TIRES MAY UNSEAT FROM THE WHEEL AND DO NOT COMPLY WITH THE BEAD UNSEATING RESISTANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -07/07/1983,83V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V064000),"General Motors, LLC",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9197,ATTACHING BOLTS WERE MISTAKENLY COATED WITH A SLIPPERY MATERIAL DURING PRODUCTION. THIS MATERIAL WILL ACT AS A LUBRICANT AND BOLTS MAY LOOSEN AND EVENTUALLY FALL OFF.,,DEALER WILL INSTALL NEW CALIPER BRACKET BOLTS FREE OF CHARGE. -07/07/1983,83V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V065000),"General Motors, LLC",HEATER:ELECTRICAL:DEFOGGER REAR-VIEW WINDOW:HOSE:D,VISIBILITY,NR (Not Reported),Vehicle,25053,"THE FUSIBLE LINK, WHICH PROTECTS ELECTRICAL COMPONENTS CONNECTED THROUGH THE IGNITION SWITCH, COULD COME OPEN WHILE REAR WINDOW DEFOGGER IS IN OPERATION. IF TWILIGHT SENTINEL SWITCH IS ON AND HEADLIGHT SWITCH IS OFF, AN OPEN LINK WILL RESULT IN LOSS OF HEADLIGHTS.",,DEALER WILL REPLACE DEFECTIVE FUSIBLE LINK WITH AN IMPROVED TYPE. -07/07/1983,83V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V067000),EAGLE TRAILERS INC,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,1200,"CRACKS MAY DEVELOP IN THE WELDS THAT JOIN THE POWER STEERING UNIT MOUNTING BRACKET TO THE BUS FRONT END FRAMING. EVENTUALLY, THE WELDS MAY FAIL, CAUSING THE STEERING UNIT TO SEPARATE FROM THE FRONT END FRAME.",,"UPON INSPECTION, DEFECTIVE WELDS WILL BE REMOVED AND A STRONGER WELD APPLIED, IF NECESSARY." -07/07/1983,83V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V066000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,3959,THE NUTS WHICH FASTEN THE LOWER ARM BALLJOINT TO THE STEERING KNUCKLE MAY NOT HAVE BEEN SECURELY TIGHTENED.,,"DEALER WILL TIGHTEN ANY LOOSE STEERING KNUCKLE ATTACHING NUTS. IF NECESSARY, LOWER CONTROL ARM BALLJOINTS AND STEERING KNUCKLES WILL BE REPLACED." -07/01/1983,83T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T011000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3000,THE THICKNESS OF THE MATERIAL UNDER THE TREAD COVERING THE NYLON OVERLAY IS NOT SUFFICIENT. CRACKS MAY DEVELOP IN THE SHOULDER AREA OF THE TIRE.,,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -06/24/1983,83T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T009000),Goodyear Tire & Rubber Company,TIRES:EMERGENCY SPARE TIRE,TIRES,NR (Not Reported),Tire,32000,"TIRES MAY NOT BE CAPABLE OF CARRYING THEIR FULL RATED LOAD. THIS COULD LEAD TO SEPARATION OF THE RUBBER COMPOUND IN THE SIDEWALL AREAS. TIRES DO NOT COMPLY WITH THE LABELING AND ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109. ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -06/22/1983,83V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V063000),Ford Motor Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,610000,"DOOR LOCK PILLARS COULD DEVELOP FATIGUE CRACKS FROM NORMAL USAGE OF DOOR, AT THE POINT WHERE DOOR LATCH STRIKER REINFORCEMENTS ARE ATTACHED.",,ANY DAMAGED LOCK PILLARS WILL BE REPAIRED AND REINFORCEMENTS WILL BE INSTALLED BETWEEN THE DOOR LATCH STRIKER AND LOCK PILLARS. -06/17/1983,83V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V062000),EXCALIBUR AUTO CORP.,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,75,"THE BEAD CHAIN, WHICH CONNECTS THE SPEED CONTROL DEVICE TO THE THROTTLE ARM OF THE CARBURETOR, WAS INSTALLED WITHOUT A COVER. UNDER CERTAIN CONDITIONS, SUCH AS WHEN TRAVELING ON AN INCLINE, THE CHAIN COULD WRAP AROUND THE THROTTLE ARM AND HOLD THE THROTTLE HALF OPEN.",,"DEALER WILL INSTALL A PLASTIC COVER OVER THE BEAD CHAIN. ALSO, A RESTRAINING STRAP WILL BE INSTALLED TO ENSURE A PROPER CONNECTION BETWEEN THE ELECTRICAL PLUG-IN CONNECTION AND CRUISE CONTROL BOX." -06/09/1983,83T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T007000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,977,TIRES WERE INADVERTENTLY MANUFACTURED WITH THE SECOND PLY ONE-HALF INCH OFF CENTER. TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES AND RUBBER COMPOUND IN THE SIDEWALL AREA.,,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -06/09/1983,83T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T008000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,786,"TIRES WERE INADVERTENTLY MANUFACTURED WITH THE SECOND PLY ONE-HALF INCH OFF CENTER. TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES AND RUBBER COMPOUND IN THE SIDEWALL AREA. TIRES DO NOT COMPLY WITH THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -06/08/1983,83V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V061000),YAMAHA INTERNATIONAL CORP,BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8669,"FRONT WHEEL BRAKE SHOES MAY NOT HAVE BEEN MACHINED PROPERLY. THE FRONT WHEEL COMPRESSION BAR AND ONE OF ITS COMPONENTS, A BUSHING, ALONG WITH THE BRAKE CABLE MAY BECOME DAMAGED AND DISPLACED.",,"DEALER WILL INSPECT FRONT WHEEL BRAKE SHOES AND IF NECESSARY, A PROPERLY MACHINED BRAKE SHOE WILL BE INSTALLED ALONG WITH A NEW BRAKE CABLE." -06/06/1983,83V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V060000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3785,LOCATION OF HYDRAULIC BRAKE TUBE TO BOTH REAR WHEELS CAUSES INTERFERENCE AND CHAFING BETWEEN THE TUBES AND REAR SUSPENSION TRAILING ARM PIVOT BRACKETS.,,DEALER WILL INSPECT REAR WHEEL BRAKE TUBES AND REROUTE TO ENSURE PROPER TUBE TO PIVOT BRACKET CLEARANCE. ANY DAMAGED TUBES WILL ALSO BE REPLACED. -06/02/1983,83V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V059000),"FLEETWOOD ENTERPRISES, INC.",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,841,THE DECORATIVE WHEEL COVERS MAY CONTACT THE TIRE SIDEWALLS RESULTING IN DAMAGE TO THE TIRES.,,"INSPECTION AND REPLACEMENT OF TIRES, IF NECESSARY, AND REPLACEMENT OF WHEEL COVERS." -06/01/1983,83V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V058000),"Nissan North America, Inc.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,328318,"THE LEFT SIDE FUEL TANK SUPPORT COULD BECOME RUSTY IF VEHICLE IS OPERATED IN AREAS WHERE SALT IS USED FOR SNOW REMOVAL. SUPPORT MAY RUST ENTIRELY THROUGH, ALLOWING TANK TO TILT DOWN ON THE LEFT SIDE.",,"UPON INSPECTION, CORRODED SUPPORT BRACKETS WILL BE REPLACED WITH REINFORCEMENT AND U-SHAPED BRACKETS." -05/23/1983,83V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V057000),MITSUBISHI MANUFACTURING AMER,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7799,"SNAP PIN COULD INTERFERE WITH THE THROTTLE MECHANISM. IF THE ACCELERATOR PEDAL IS HEAVILY DEPRESSED, THE THROTTLE COULD BECOME STUCK IN THE OPEN POSITION. NORMALLY, WHEN ACCELERATOR PEDAL IS RELEASED, THROTTLE CLOSES AND VEHICLE SPEED DECREASES.",,"METAL WILL BE REMOVED FROM THE CHOKE HOUSING COVER TO PROVIDE CLEARANCE FOR THE THROTTLE LEVER ASSEMBLY. IN ADDITION, THE CLEVIS SNAP PIN WILL BE REPOSITIONED AND A RECALL IDENTIFICATION STICKER WILL BE INSTALLED IF FOUND NECESSARY." -05/19/1983,83V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V056000),"COACHMEN INDUSTRIES, INC.",ENGINE COOLING SYSTEM:PUMP:WATER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8,A PULLEY WAS INCORRECTLY ATTACHED TO THE WATER PUMP WHEN THE DASH AIR CONDITIONING WAS INSTALLED IN THE VEHICLE. THIS MAY CAUSE THE PULLY TO WOBBLE AND THE NUTS TO WORK LOOSE.,,DEALER WILL REMOVE THE PULLEY AND DRILL FOUR HOLES IN ORDER TO ATTACH IT CORRECTLY. -05/16/1983,83V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V055000),Ford Motor Company,LIGHTING:GENERAL OR UNKNOWN COMPONENT:INSTRUMENT L,INTERIOR LIGHTING,NR (Not Reported),Vehicle,626,"IN THE EVENT OF A SHORT CIRCUIT IN THE INSTRUMENT PANEL, THE HEADLAMP AND INTERIOR ILLUMINATION CONTROL SWITCHES COULD OVERHEAT.",,THE HEADLAMP SWITCH WILL BE REPLACED AND FUSE AND FUSE PANEL WILL BE INSPECTED FOR SAFE OPERATION. -05/13/1983,83V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V054000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES:BED(RV),EQUIPMENT,NR (Not Reported),Vehicle,72,SPRING IS NOT ADEQUATE TO SUPPORT THE WEIGHT OF THE BUNK WHICH IS INSTALLED ABOVE THE DRIVER/PASSENGER COMPARTMENT.,,MIDAS WILL SEND A KIT CONTAINING VINYL STRAPS AND SNAPS TO THE OWNER. OWNER SHOULD TAKE THE KIT AND MOTORHOME TO THE DEALER TO HAVE THE BUNK PROPERLY SECURED. -05/10/1983,83V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V052000),Mazda North American Operations,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,232373,ANCHORAGE BOLT MAY HAVE BEEN IMPROPERLY REINSTALLED AFTER VEHICLE REPAIR. THE BOLT COULD LOOSEN DURING NORMAL VEHICLE OPERATION.,,"UPON INSPECTION, ALL IMPROPERLY INSTALLED BOLTS WILL BE REMOVED AND REINSTALLED CORRECTLY." -05/10/1983,83V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V053000),Motor Coach Industries,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,6,THE ALUMINUM WHEELS ARE EQUIPPED WITH SHORT THREADED BOLTS WHICH WILL NOT PROPERLY SECURE A SPARE STEEL WHEEL. USE OF THIS SPARE COULD RESULT IN LOSS OF THE OUTER WHEEL WITHOUT WARNING.,,"MANUFACTURER WILL FORWARD REPLACEMENT INNER WHEEL NUTS AND WILL COVER ONE HOUR LABOR CHARGE FOR EACH VEHICLE INVOLVED. OUTER WHEELS SHOULD BE REMOVED, INADEQUATE NUTS REPLACED AND SECURELY FASTENED, AND OUTER WHEEL NUTS SECURELY FASTENED. INCORRECT INNER NUTS SHOULD BE RETURNED TO MANUFACTURER." -05/05/1983,83E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E007000),ROSS GEAR DIV.,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Equipment,1208,"THE FIT OF THE STEERING SHAFT COUPLING ON THE STEERING GEAR SHAFT MAY NOT BE CORRECT. DUE TO OVERMACHINING IN THE BORE OF THE COUPLING, THE JOINT MAY BE LOOSE AND MAY LEAD TO ACCELERATED WEAR AND DETERIORATION IN PERFORMANCE.",,"TWO DIFFERENT KITS WILL BE PROVIDED FREE OF CHARGE. ONE KIT IS USED TO INSPECT VEHICLES ALREADY BUILT AND THE OTHER IS USED TO REPLACE THE COMPONENT, IF IT HAS BEEN DETERMINED TO BE DEFECTIVE." -05/05/1983,83V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V051000),PRESVAC SYS (BURL) LTD.,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,87,"SPINDLE RADIUS IS SUBJECT TO CRACKING UNDER A LOAD GREATER THAN OR EQUAL TO THE RATED CAPACITY OF 22,500 LBS. IF A LARGE ENOUGH CRACK DEVELOPS, THE SPINDLE COULD COLLAPSE AND THE WHEEL ASSEMBLY COULD BREAK AWAY FROM THE AXLE.",,"UPON INSPECTION AXLES WILL EITHER BE REPLACED OR CERTIFIED AS SAFE. IF TRAILER IS GROSSLY OVERLOADED, REPLACEMENT AXLES WILL BE SUPPLIED BUT LABOR CHARGES WILL BE PAID BY VEHICLE OWNER." -05/04/1983,83V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V050000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,170,"SOME OF THE INVOLVED VEHICLES MAY HAVE BEEN PRODUCED WITH IMPROPERLY WELDED FUEL TANK SUPPORT STRAPS. UNDER CERTAIN COLLISION CONDITIONS, THESE STRAPS MAY NOT BE ABLE TO SUPPORT THE FUEL TANK AND LEAKS COULD DEVELOP.",,"DEALER WILL INSPECT THE FUEL TANK RETAINING STRAPS FOR TYPE OF WELDS AND, IF NECESSARY, REPLACE THEM AT NO CHARGE TO OWNER." -05/02/1983,83V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V047000),Ford Motor Company,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1800,"IN A COLLISION, BOLTS MAY DAMAGE OR PIERCE A FUEL LINE, CAUSING FUEL SPILLAGE. AFFECTED VEHICLES MAY NOT BE CAPABLE OF MEETING THE MINIMUM FUEL LEAKAGE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 301, ""FUEL SYSTEM INTEGRITY"".",,THE DEALER WILL REPLACE THE EXISTING 2.18 INCH BOLTS IN THE LEFT FRONT FENDER APRON WITH ONE INCH LONG BOLTS AT NO CHARGE. -05/02/1983,83V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V048000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,139,FUEL TANKS ON VEHICLES MAY EXHIBIT FUEL LEAKAGE WHEN COMPLETELY FILLED BECAUSE THE LUGGAGE PARTITION ATTACHMENT SCREWS HAVE PENETRATED THE TOP OF THE TANK.,,"THE DEALER WILL REMOVE THE EXISTING FUEL TANK, GRIND OFF THE SCREW TIPS IN THE AREA OF THE FUEL TANK AND INSTALL A NEW TANK AT NO CHARGE." -05/02/1983,83V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V049000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:FRAME AND PANEL,STRUCTURE,NR (Not Reported),Vehicle,4393,THE INNER AND OUTER PANELS OF THE FIBERGLASS HOOD COULD SEPARATE DURING VEHICLE OPERATION.,,"DEALER WILL INSPECT THE HOOD AND, IF NECESSARY, INSTALL A NEW ONE AT NO CHARGE." -04/29/1983,83V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V044000),Isuzu Motors Limited,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,4938,"THE TILT STEERING WHEEL LOCK MECHANISM THAT HOLDS THE STEERING WHEEL IN PLACE MAY BREAK. FAILURE OF THE LOCKING MECHANISM WOULD ALLOW THE STEERING WHEEL TO TILT, UNRESTRAINED. THE WHEEL MAY TRAVEL TO THE HIGH OR LOW POSITION.",,THE DEALER WILL REPLACE THE STEERING TILT LOCKING PIN WITH A NEW PIN AT NO CHARGE. -04/27/1983,83V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V046000),"General Motors, LLC",INTERIOR SYSTEMS:BENCH,SEATS,NR (Not Reported),Vehicle,17312,"THE INERTIA LOCK MECHANISM MAY NOT FUNCTION, ALLOWING THE SEAT BACK TO FOLD FORWARD, AND THE SEAT TO MOVE FORWARD.",, -04/27/1983,83V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V045000),"General Motors, LLC",POWER TRAIN:DRIVELINE:DIFFERENTIAL UNIT,POWER TRAIN,NR (Not Reported),Vehicle,6204,"THE LOCKING SCREW THAT RETAINS THE PINION SHAFT IN PLACE IN THE DIFFERENTIAL COULD COME LOOSE. THE PINION SHAFT TURNS THE GEARS INSIDE THE DIFFERENTIAL THAT ROTATE THE DRIVE AXLES AND REAR WHEELS. IF THE LOCKING SCREW COMES LOOSE, IT COULD DAMAGE OTHER COMPONENTS OR JAM IN THE GEARS. IF THE PINION SHAFT COMES LOOSE, THE REAR WHEELS MAY NO LONGER POWER THE VEHICLE.",,THE DEALER WILL REPLACE THE DIFFERENTIAL LOCK SCREW AT NO CHARGE. -04/19/1983,83V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V042000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,312,"THE LEFT FRONT SUSPENSION CONTROL ARM WHICH SUPPORTS THE FRONT WHEEL, BRAKE AND STEERING ASSEMBLY, MAY COME LOOSE AT ITS MOUNTING BRACKET. THIS IS DUE TO POSSIBLE INADEQUATE WELDING OF THE BRACKET.",,"DEALER WILL INSPECT THE VEHICLE AND, IF NECESSARY, REPLACE THE LEFT FRONT SUSPENSION SUPPORT ASSEMBLY AT NO COST." -04/14/1983,83V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V041000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,1515,"THE PITMAN ARM, A LEVER THAT TRANSMITS TURNING MOVEMENTS FROM THE STEERING GEAR TO THE STEERING LINKAGE, MAY LOOSEN OR BREAK AT ITS CONNECTION TO THE STEERING LINKAGE. THE FAILURE CAN PREVENT TURNING ATTEMPTS FROM HAVING ANY EFFECT. THE DEFECT IS CAUSED BY INCORRECT ASSEMBLY OF THE BALL STUD CONNECTION IN THE PITMAN ARM.",,THE DEALER WILL INSTALL A NEW PITMAN ARM BALL ASSEMBLY AT NO CHARGE. -04/13/1983,83T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T006000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,63,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND IN THE SHOULDER AREA OF THE TREAD. TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -04/11/1983,83V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V039000),Ford Motor Company,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,250,FUEL LEAKS COULD DEVELOP IN EITHER OF TWO CONNECTIONS IN A FUEL SUPPLY LINE. ONE CONNECTION UNDER THE VEHICLE MAY HAVE BEEN DAMAGED OR IMPROPERLY INSTALLED. THE OTHER SUSPECT PART IS IN THE ENGINE COMPARTMENT AND CONTAINS A PRESSURE RELIEF VALVE.,,"THE DEALER WILL INSTALL A REVISED DESIGN FUEL LINE VALVE ASSEMBLY WITH NEW HOSE CLAMPS AND REPLACE THE FUEL SUPPLY HOSE CLAMP, IF IT IS DAMAGED OR INCORRECT. NOTIFICATION WAS MADE TO DEALERS PRIOR TO ANY RECORDED VEHICLE SALES, AND VEHICLES SHOULD HAVE BEEN CORRECTED BEFORE FINAL DELIVERY." -04/11/1983,83T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T005000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,5200,"DURING AUTOMATIC MOUNTING OF THE TIRES ON STYLED STEEL WHEELS OF CERTAIN CHRYSLER VEHICLES, TIRES MAY HAVE BEEN DAMAGED IN THE BEAD AREA. THE DAMAGE MAY ALLOW AIR TO FLOW INTO THE SIDE WALL AREA, LEADING TO A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND.",,"TIRES WILL BE REPLACED WITHIN 6O DAYS OF OWNER""S NOTIFICATION WITHOUT CHARGE. IT IS POSSIBLE THAT SOME VEHICLES MAY HAVE TIRES OTHER THAN GOODYEAR BRAND. THESE TIRES WILL ALSO BE REPLACED WITH GOODYEAR TIRES AT NO EXTRA CHARGE. THOSE WHO PREFER THE CURRENT BRAND SHOULD CONTACT CHRYSLER FOR FURTHER INSTRUCTIONS." -04/11/1983,83V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V040000),WHITE MOTOR CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,30,WHEEL STUDS MAY BREAK OR WHEELS MAY BE DAMAGED BECAUSE VEHICLES WERE ASSEMBLED WITHOUT SPACERS BETWEEN THE FRONT AXLE BRAKE DRUMS AND THE DISC WHEELS.,,THE DEALER WILL INSTALL THE WHEEL SPACER AT NO COST TO OWNER. DAMAGED WHEELS AND STUDS WILL BE REPLACED. -04/06/1983,83V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V038000),"CARPENTER BDY WRKS, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,186,"DURING A COLLISION, CERTAIN INTERIOR PANELS COULD SEPARATE BECAUSE THEY HAVE BEEN INADEQUATELY FASTENED. INTERIOR CEILING AND BODY PANEL JOINTS MAY NOT COMPLY WITH STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 221, ""SCHOOL BUS BODY JOINT STRENGTH"".",,THE DEALER WILL INSPECT AND INSTALL ADDITIONAL FASTENERS IN THE INTERIOR CEILING PANEL AND WALL PANEL JOINTS AT NO CHARGE TO OWNER. -04/05/1983,83V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V036000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6910,COOLING FAN BLADES MAY CRACK AND SEPARATE BECAUSE THEY CANNOT WITHSTAND STRESS FROM VIBRATIONS THAT OCCUR DURING NORMAL ENGINE OPERATION.,,THE DEALER WILL REPLACE THE ENGINE COOLING FANS WITH A REVISED TYPE AT NO CHARGE. -04/05/1983,83V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V037000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,1455,ON THE INVOLVED VEHICLES THE FLOORBOARD OPENING AND THE STEERING COLUMN SEAL BRACKET DO NOT HAVE SUFFICIENT CLEARANCE TO ALLOW THE SHAFT TO TURN FREELY. THIS CAUSES THE PINCH BOLT TO BIND OR LOCK AGAINST THE SEAL BRACKET.,,"THE HOLE IN THE FLOORBOARD WILL BE ENLARGED TO ALLOW SUFFICIENT CLEARANCE OF THE STEERING COLUMN U-JOINT PINCH BOLT, AND A NEW BRACKET AND LAMP WILL BE INSTALLED AT NO CHARGE TO OWNER." -04/02/1983,83V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V043000),MID BUS CORPORATION,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,61,"THE SEAT FRAMES USED WERE NOT MANUFACTURED ACCORDING TO SPECIFICATIONS. THE TUBING MAY WEAKEN AND BEND IN AN ACCIDENT, IF IMPACTED FROM THE REAR. SEATS FAILED TO MEET THE IMPACT ENERGY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"".",,THE DEALER WILL STRENGTHEN EXISTING FRAMES OR INSTALL NEW SEAT FRAMES AT NO CHARGE. -04/01/1983,83V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V035000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,339,THROTTLE MAY NOT RETURN TO IDLE BECAUSE OF INTERFERENCE BETWEEN THE ACCELERATOR PEDAL AND THE FLOOR CARPET. THE ACCELERATOR PEDAL ROD EXTENDS BELOW THE BASE OF THE FOOT PAD AND CONTACTS THE FLOOR CARPETING WHEN PEDAL IS PUSHED ALL THE WAY DOWN.,,THE DEALER WILL REMOVE EXCESS ROD MATERIAL EXTENDING BELOW THE FOOT PAD AND ANY SHARP ROD END EDGES WILL BE SMOOTHED. -04/01/1983,83T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T004000),"AURORA TIRES, HYONSUNG",TIRES:LINER,TIRES,NR (Not Reported),Tire,25,"TIRES MAY HAVE BEEN MANUFACTURED WITH VERY THIN INNER LINERS. ALSO, SOME OF THE CORDS IN THE REINFORCING PLIES MAY HAVE BEEN TOO SHORT AND MAY HAVE PULLED THROUGH THE LINER CAUSING A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND IN THE SIDEWALL AREA.",,"RECALLED TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -03/22/1983,83V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V033000),Ford Motor Company,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:ADJUSTERS:LA,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,670,"SOME OF THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH LEFT REAR BRAKE ASSEMBLIES THAT WERE INCORRECTLY PRODUCED AND MAY HAVE ONE OR TWO AUTOMATIC BRAKE ADJUSTERS THAT WERE INTENDED FOR RIGHT REAR BRAKE ASSEMBLIES. THE ADJUSTER WORKS BACKWARDS AND INCREASES THE CLEARANCE BETWEEN THE BRAKE LINING AND DRUM, INSTEAD OF MAINTAINING IT.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LEFT REAR BRAKE ADJUSTER ASSEMBLY AT NO CHARGE." -03/22/1983,83V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V034000),"General Motors, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,101,"VEHICLES MAY HAVE BEEN ASSEMBLED WITHOUT THE ROOF MARKER LAMPS REQUIRED FOR TRUCKS OF 80 OR MORE INCHES OVERALL WIDTH. VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,DEALER WILL INSTALL ROOF MARKER LAMPS AT NO CHARGE TO OWNER. -03/22/1983,83V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V032000),Ford Motor Company,SUSPENSION:I-BEAM:SOLID:FRONT SPRING:COIL,SUSPENSION,NR (Not Reported),Vehicle,1102,"SOME OF THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH IMPROPERLY HEAT TREATED FRONT SUSPENSION LOWER SPRING SEAT ATTACHING STUDS. THESE STUDS COULD FRACTURE DURING VEHICLE OPERATION, ALLOWING THE LOWER SPRING SEAT TO MOVE AND POSSIBLY SLIDE OFF THE AXLE.",,THE DEALER WILL REPLACE THE LOWER SPRING SEAT STUDS ON BOTH THE LEFT AND RIGHT SIDES OF THE VEHICLE AT NO CHARGE TO OWNERS. -03/17/1983,83V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V031000),HOLIDAY RAMBLER CORP.,FUEL:LPG SWITCH:FUEL CONTROL,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,1587,THE FUEL SWITCH ON THE DUAL FUEL CONTROL HAS BEEN WIRED INCORRECTLY. THE SWITCH WAS WIRED IN SUCH A WAY THAT THE DRIVER COULD BE PUMPING PROPANE TO THE CARBURETOR.,,THE DEALER WILL REWIRE THE FUEL SELECT SWITCH AT NO CHARGE TO OWNER. -03/17/1983,83V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V030000),WHITE MOTOR CORPORATION,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2398,"IN CERTAIN TYPES OF COLLISIONS, THE DOOR LATCHES MAY RELEASE AND THE DOOR COULD OPEN. THE DOOR LATCH SYSTEM FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS"".",,DEALER WILL INSTALL NEW DOOR LATCH CONTROL RODS AT NO COST TO THE OWNER. -03/15/1983,83T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T003000),DAYTON STEEL FOUNDRY CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,253,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES AND RUBBER COMPOUND IN THE SIDEWALL AREA. TIRES DO NOT COMPLY WITH THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -03/14/1983,83V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V029000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1900,"THE 3/4 INCH DIAMETER FASTENERS WHICH JOIN THE REAR AXLE BRAKE DRUM TO THE WHEELS WERE NOT TIGHTENED PROPERLY. THESE FASTENERS MAY LOOSEN DURING VEHICLE OPERATION, CAUSING DAMAGE TO THE DRUM AND BRAKES OF THE WHEEL.",,"THE DEALER WILL INSPECT AND RETIGHTEN FASTENERS TO SPECIFIED LEVEL AND REPLACE DAMAGED COMPONENTS, IF NECESSARY." -03/11/1983,83T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T002000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,171,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND IN THE TREAD AREA. TIRES ARE NOT IN COMPLIANCE WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"RECALLED TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER""S NOTIFICATION AT NO CHARGE." -03/07/1983,83V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V028000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,98162,"THE PARKING GEAR MAY NOT ENGAGE, EVEN THOUGH THE GEAR SHIFT LEVER IS PLACED IN THE ""PARK"" POSITION. THIS OCCURS IF THE LINKAGE INSIDE THE TRANSMISSION THAT ACTUATES THE PARK GEAR WAS IMPROPERLY MANUFACTURED. A PIN THAT RETAINS COMPONENTS ON A LINKAGE (ACTUATING) ROD COULD BREAK AND THE LINKAGE MAY NOT ENGAGE THE PARKING GEAR.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE PARKING PAWL ACTUATING ROD ASSEMBLY." -03/04/1983,83V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V027000),"General Motors, LLC",FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,491736,THE CARBURETOR FUEL PLUG MAY COME OUT AND FUEL COULD LEAK FROM THE CARBURETOR.,,"THE DEALER WILL INSTALL A RETAINING CLIP ON THE CARBURETOR INLET PLUG TO PREVENT IT FROM DISLODGING, AT NO CHARGE TO OWNER." -03/03/1983,83V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V026000),"Subaru of America, Inc.",ELECTRICAL SYSTEM:RECEPTICLE:FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,230041,THE DEFECT INVOLVES THE 25 AMP HEADLIGHT FUSE HOLDER. THERE MAY BE EXCESSIVE ELECTRICAL RESISTANCE CAUSED BY THE LOOSENESS OF THE RIVET HOLDING THE FUSE HOLDER TO THE TERMINAL PLATE. EXCESS RESISTANCE MAY CAUSE THE SOLDERED END OF THE FUSE TO MELT. AN OPEN CIRCUIT COULD OCCUR AND THE HEADLIGHTS WOULD NOT OPERATE.,,DEALER WILL REPLACE THE HEADLIGHT FUSE HOLDER WITH AN INLINE FUEL HARNESS KIT. -03/01/1983,83V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V024000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"FRONT AXLE AIR BRAKE CHAMBER IS ATTACHED WITH A CLAMP AND BOLT ASSEMBLY THAT MAY NOT HAVE BEEN POSITIONED CORRECTLY, AND MAY CHAFE AGAINST THE FRONT BRAKE HOSE. CHAFING COULD RESULT IN AN AIR LEAK AND LOSS OF AIR TO THE FRONT BRAKES.",,THE DEALER WILL INSTALL NEW FITTINGS ON THE FRAME END OF FRONT BRAKE HOSE AND REPLACE HOSES WITH A LONGER PART. THE FITTINGS WILL BE CORRECTLY LOCATED AND THE BRAKE CHAMBER CLAMP WILL BE POSITIONED CORRECTLY. -03/01/1983,83V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V021000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"THE REAR BRAKES MAY NOT RELEASE AS QUICKLY AS SPECIFICATIONS REQUIRE. CERTAIN TRUCKS WERE EQUIPPED WITH AN INCORRECT SIZE AIR BRAKE LINE INSTALLED BETWEEN THE REAR BRAKE RELAY VALVE AND THE AXLE TEE FITTING. THE CONDITION IS NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 121, ""AIR BRAKE SYSTEMS"".",,THE DEALER WILL REPLACE ANY INCORRECTLY SIZED HOSES WITH THE CORRECT PART AT NO CHARGE. -03/01/1983,83V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V025000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,83000,THE FLEXIBLE BLADE ENGINE COOLING FAN BLADES MAY CRACK AND BREAK OFF. THIS MAY BE CAUSED BY HIGH BLADE STRESSES THAT CAN RESULT FROM VIBRATION DURING VEHICLE OPERATION.,,DEALER WILL REPLACE THE DEFECTIVE ENGINE COOLING FAN AT NO COST TO OWNER. -03/01/1983,83V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V022000),PACCAR Incorporated,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,100,"STEERING COMPONENTS MAY INTERFERE WITH EACH OTHER AND COULD LEAD TO SEPARATION OF STEERING LINKAGE. THE DRAGLINK, A COMPONENT IN THE STEERING LINKAGE THAT TRANSMITS TURNING MOVEMENTS TO THE WHEELS, MAY HAVE A CLAMP ON THE AXLE END WHICH HAS BEEN INCORRECTLY POSITIONED ON THE INBOARD SIDE OF THE DRAGLINK.",,"DEALER WILL INSPECT THE FRONT STEERING FOR THE MISPLACED CLAMP AND RELOCATE IT CORRECTY. IF DAMAGED, THE DRAGLINK WILL BE REPLACED. DEALER WILL COR RECT THE CLEARANCE OF THE SUSPENSION RADIUS RODS TO PREVENT INTERFERENCE, IF NECESSARY." -03/01/1983,83V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V023000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,100,THE U SHAPED BOLTS THAT CONNECT THE SPRINGS AND SPRING SPACERS TO THE FRONT AXLE MAY NOT HAVE BEEN INSTALLED PROPERLY. THIS CONDITION COULD ALLOW THE AXLE TO SHIFT AND COULD DEGRADE THE STEERING CHARACTERISTICS OF THE VEHICLE.,,"THE DEALER WILL INSPECT AND REPLACE DAMAGED NUTS OR U BOLTS, OR TIGHTEN THE BOLTS AND NUTS TO SPECIFICATIONS. IT MAY BE NECESSARY TO INSERT ADDITIONAL SPACERS IN THE SPRINGS." -02/24/1983,83V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V018000),"General Motors, LLC",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,239799,"UNDER CERTAIN CONDITIONS, VEHICLES MAY EXPERIENCE PREMATURE REAR WHEEL SKID DURING BRAKING. REAR WHEEL SKIDDING IS MOST LIKELY TO OCCUR ON A WET OR SLICK SURFACE.",,"DEPENDING ON THE TRANSMISSION TYPE AND THE BRAKE COMPONENTS THAT HAVE BEEN INSTALLED, DEALERS WILL INSPECT AND REPLACE OR REPAIR, AS NECESSARY, CERTAIN FRONT BRAKE COMPONENTS, AND THE PARKING BRAKE CABLES. THE REAR BRAKE SHOES AND LININGS WILL BE REPLACED WITH PARTS THAT USE A MATERIAL WHICH GREATLY REDUCES THE LIKELIHOOD OF REAR WHEEL SKID. ACTIONS TAKEN TO THE FRONT BRAKES ARE TO ENSURE UNIFORMITY OF THE ENTIRE BRAKE SYSTEM. ACTIONS TAKEN TO THE PARKING BRAKE COMPONENTS WILL ENSURE THAT THE PERFORMANCE REQUIREMENTS, FOR KEEPING THE VEHICLE STATIONARY WHILE MANUAL TRANSMISSION EQUIPPED UNITS ARE IN NEUTRAL AND AUTOMATIC TRANSMISSION EQUIPPED UNITS ARE IN PARK, ARE MET." -02/24/1983,83V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V019000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,160000,FUEL TANK SUPPORT STRAPS ON SOME OF THE INVOLVED VEHICLES MAY RUST IF EXPOSED TO ROAD SALT USED FOR SNOW AND ICE REMOVAL.,,DEALER WILL REPLACE EXISTING SUPPORT STRAPS WITH GALVANIZED STEEL STRAPS WITHOUT CHARGE. -02/24/1983,83V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V020000),Ford Motor Company,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,22,"THE MANUFACTURER SUSPECTS THAT THE HARDWARE THAT ATTACHES THE SEAT TRACKS (THE STRIPS THAT THE SEAT SLIDES ON) TO THE FLOOR MAY BECOME LOOSE OR MAY FAIL TO HOLD THE SEAT IN PLACE DURING A COLLISION. THIS CONDITION IS DUE TO THE SUBSTITUTION OF AN INCORRECT WASHER DURING MANUFACTURE. THE VEHICLES MAY NOT COMPLY WITH THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 207, ""SEATING SYSTEMS"".",,THE DEALER WILL INSPECT AND INSTALL ADDITIONAL LARGER DIAMETER WASHERS ON THE BOLT ASSEMBLY. -02/24/1983,83V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V017000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,36000,"THE SHIFT INDICATOR MAY NOT ACCURATELY REFLECT THE SHIFT SELECTOR POSITION. SOME VEHICLES WERE PRODUCED WITH TRANSMISSION CONTROL SELECTOR TUBE RETAINING CLIPS THAT MAY NOT BE HARD ENOUGH. THE CLIP MAY LOOSEN OR FALL OFF, AND THE SELECTOR TUBE MAY BECOME DISPLACED.",,THE DEALER WILL REPLACE THE TRANSMISSION CONTROL SELECTOR TUBE RETAINING CLIP AT NO CHARGE TO OWNER. -02/23/1983,83V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V015000),FREIGHTLINER LLC,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,5,"PROTECTIVE SLEEVES THAT COVER THE LAP BELTS IN THE AREA OF SEAT CUSHION SUPPORT PAN WERE OMITTED. SEAT BELTS MAY FAIL DURING A COLLISION. BELTS ARE NOT IN COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 207, ""SEATING SYSTEMS"".",,THE DEALER WILL INSPECT AND REPLACE THE LAP BELTS WITH BELTS HAVING A PROTECTIVE SLEEVE AROUND THE PORTION OF THE WEBBING ALONG THE SIDES OF THE SEAT CUSION AND FRAME. -02/23/1983,83V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V014000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,10,"THE LEFT BRAKE SLACK ADJUSTER AND THE STEERING PITMAN ARM MAY INTERFERE WITH EACH OTHER DURING A SHARP RIGHT TURN WITH THE BRAKES APPLIED. THE INTERFERENCE MAY RESTRICT THE MOVEMENT OF THE STEERING LINKAGE OR THE AIR CHAMBER PUSH ROD IN THE LEFT FRONT BRAKE, DEPENDING ON THE CIRCUMSTANCES.",,THE DEALER WILL MODIFY PLACEMENT OF THE LEFT HAND BRAKE AIR CHAMBER AT NO COST TO OWNER. THE MODIFICATION WILL BE ACCOMPLISHED BY INSTALLING NEW BRAKE CAMSHAFT MOUNTING BRACKETS AND BACKING PLATES ON BOTH LEFT AND RIGHT FRONT BRAKES. -02/23/1983,83T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83T001000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,9100,TIRES WERE BUILT USING 16 INCH WIRE IN THE BEAD RATHER THAN 16.5 INCH WIRE. THE TIRES COULD EXPLODE DURING MOUNTING.,,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF NOTIFICATION. -02/17/1983,83V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V013000),Ford Motor Company,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,245000,"THE PORTION OF THE ROOF ABOVE FRAME (RAIL) TO WHICH THE SHOULDER BELT IS ANCHORED MAY HAVE A SLOT THAT CAN COMPROMISE THE STRENGTH OF THE SHOULDER BELT ANCHOR UNDER CERTAIN SEVERE LOADS. (THE SUSPECT AREA IS NOT VISIBLE.) CONSEQUENTLY, SOME VEHICLES INCLUDED IN THIS RECALL MAY NOT MEET THE 3000 POUND ANCHORAGE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 210, ""SEAT BELT ASSEMBLY ANCHORAGES"".",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REINFORCE THE ROOF RAIL INNER PANEL SURROUNDING THE DRAINAGE HOLE AT NO COST TO OWNER." -02/15/1983,83V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V016000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,300,"ON THE AFFECTED VEHICLES, THE WIRING ASSEMBLY TO THE FLOOR MOUNTED HEADLAMP DIMMER SWITCH MAY BE TOO TIGHT; SHOULD WIRES DISCONNECT, THE HEADLIGHTS WILL NOT OPERATE.",,THE DEALER WILL MODIFY THE DIMMER SWITCH WIRING WITH A WIRE EXTENSION ASSEMBLY AT NO CHARGE TO OWNER. -02/14/1983,83C006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83C006000),"BABYHOOD INDUSTRIES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,5000,"EQUIPMENT FAILS TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS"", SINCE THE BUCKLE MAY DISENGAGE DURING A VEHICLE FRONTAL IMPACT, ALLOWING EXCESSIVE MOTION OF THE INFANT. INCORRECT THREADING OF THE SHOULDER HARNESS LEADS TO UNBUCKLING.",,MANUFACTURER HAS SUPPLIED OWNERS WITH INSTRUCTIONS ON RETHREADING THE HARNESS TO THE CORRECT ARRANGEMENT. THE OWNER ALSO HAS THE OPTION OF TAKING THE INFANT RESTRAINT SEAT TO THE DEALER FOR RETHREADING INSTEAD OF DOING IT HIMSELF. -02/08/1983,83E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E005000),"PUROLATOR PRODUCTS, INC.",FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4000,"LABELLING OF THE FUEL FILTER IS INCORRECT AND RESULTS IN MISAPPLICATION OF THE AFTERMARKET PART. PUROLATOR FCG-4 FUEL FILTER IS ERRONEOUSLY RECOMMENDED FOR HONDA VEHICLES, MODEL YEARS 1979 AND LATER ON THE PACKAGE, MASTER CATALOGUE, AND APPLICATION CHART. THIS FILTER DOES NOT PROPERLY FIT THE VEHICLE HOSES.",,THE MANUFACTURER OF THE FILTERS INSTRUCTS DISTRIBUTORS AND RETAILERS TO RETURN ALL FILTERS IN MISLABELLED PACKAGES. -02/08/1983,83V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V012000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2673,SOME OF THESE VEHICLES MAY HAVE BEEN BUILT WITH FUEL TANKS THAT HAVE INADEQUATELY WELDED FRONT SEAMS THAT CAN LEAK.,,"THE DEALER WILL DETERMINE IF THE VEHICLE WAS CORRECTED AT THE FACTORY; IF NOT, THE FUEL TANK WILL BE REPLACED AT NO CHARGE TO THE OWNER." -02/03/1983,83V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V010000),"TRANSPORTATION PROD., INC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,1236,"THE SEAT BELT ANCHORS DO NOT MEET THE 6.5 INCH SPACING REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 210, ""SEAT BELT ASSEMBLY ANCHORAGES"".",,THE DEALER WILL INSPECT AND RELOCATE THE SEAT BELT ANCHORAGES AT NO CHARGE TO OWNER. -01/25/1983,83V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V005000),"ALFA ROMEO, INCORPORATED",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6000,THE IGNITION SWITCH IS DEFECTIVE AND CAUSES STARTING DIFFICULTIES. THE ENGINE MAY FAIL TO START WHEN THE IGNITION KEY IS TURNED.,,"THE DEALER WILL REPLACE THE IGNITION SWITCH ASSEMBLY WITH THE LATEST TYPE, FREE OF CHARGE." -01/24/1983,83V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V003000),FANTIC MOTOR COMPANY,VISUAL SYSTEMS:MIRRORS,VISIBILITY,NR (Not Reported),Vehicle,308,"THE REAR VIEW IS NOT LARGE ENOUGH AND FAILS TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD 111, ""REAR VIEW MIRRORS"", WHICH STATES THAT A MIRROR MUST HAVE NO LESS THAN 12.5 SQUARE INCHES OF SURFACE.",,THE DEALER WILL REPLACE THE ORIGINAL MIRROR FREE OF CHARGE TO OWNERS. -01/21/1983,83V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V004000),"CARPENTER BDY WRKS, INC.",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,19,"DURING MANUFACTURE, INCONSISTENCIES MAY HAVE OCCURRED IN THE WELDS JOINING FLOOR SECTIONS. CERTAIN WELDED JOINTS MAY HAVE WEAKNESSES AND MAY NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD 221, ""SCHOOL BUS BODY JOINT STRENGTH"". IMPROPER WELDS MAY ALLOW SECTIONS OF THE FLOOR TO SEPARATE IN A SEVERE COLLISION.",,THE DEALER WILL INSPECT ALL INVOLVED VEHICLES AND ANY NECESSARY CORRECTIVE ACTION WILL BE MADE AT NO COST TO OWNER. -01/20/1983,83E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E003000),VAPOR,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Equipment,1162,"DUE TO UNFORESEEN PROBLEMS IN DESIGNING COMPONENTS OF THE REAR PNEUMATIC PASSENGER DOOR OPERATOR, UNCONTROLLED OPERATION OF THE DOOR COULD OCCUR.",,THE OPERATOR BASE PLATE ASSEMBLY AND ASSOCIATED LINKAGE WILL BE REMANUFACTURED AND RETROFITTED ON ALL AFFECTED VEHICLES. -01/19/1983,83V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V002000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,250,"THE DRAG LINK, A STEERING LINKAGE THAT TRANSMITS TURNING MOVEMENTS TO BOTH FRONT WHEELS, MAY FAIL AT ITS CONNECTION TO THE AXLE STEERING ARM. THE BALL STUD MAY HAVE BEEN INSTALLED ON THE DRAG LINK INCORRECTLY, SUBJECTING THE BALL STUD SHANK TO ABNORMAL STRESSES.",,"THE DEALER WILL INSPECT AND REPLACE THE BALL STUDS, IF NECESSARY, AT NO COST TO OWNER." -01/17/1983,83E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E002000),"SEALCO AIR CONTROLS, INC.",ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,4416,CERTAIN AIR STARTER VALVES COULD CONTAIN AN INTERNAL COMPONENT (RUBBER SHUTTLE) WHICH MAY BECOME DAMAGED DURING NORMAL OPERATION. VEHICLE ENGINE MAY START SPONTANEOUSLY. VALVE MAY EXHAUST SLOWER THAN NORMAL OR MAY NOT EXHAUST ALL OF THE OUTLET PRESSURE.,,MANUFACTURER WILL REPLACE VALVE OR PROVIDE A KIT TO REBUILD THE VALVE. MANUFACTURER WILL NOT REIMBURSE FOR REPAIRS OTHER THAN THE FAULTY PART. -01/11/1983,83E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E001000),MANSFIELD TIRE & RUBBER C,LPG TANK VALVE,EQUIPMENT,NR (Not Reported),Equipment,1630,SOLENOID PLUNGER OF THE SOLENOID GAS VALVE MAY BIND DUE TO SURFACE RUST PARTICLES. IF THE FURNACE THERMOSTAT ATTEMPTS TO SWITCH THE VALVE OFF IT MAY NOT CLOSE AND IF SWITCHED ON IT MAY NOT OPEN.,,ALL RECALLED VEHICLES WILL HAVE NEW GAS SOLENOID VALVES INSTALLED WHEN THE FURNACES ARE BROUGHT TO RV SERVICE CENTERS. -01/10/1983,83V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V001000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,3500,"UNDER CERTAIN CIRCUMSTANCES, THE OUTPUT SHAFT OF THE STEERING GEAR MAY DEVELOP CRACKS AT A LOCATION BETWEEN THE GEAR AND THE PITMAN ARM MOUNTING. THE SUSPECT COMPONENT IS FOUND ON STEERING GEARS WITH THE CODE 05057. CONTINUED OPERATION MAY RESULT IN FRACTURE AND DISCONNECTION OF THE STEERING LINKAGE.",,THE DEALER WILL REMOVE ORIGINAL OUTPUT SHAFT FROM STEERING GEAR AND REPLACE IT WITH A NEW CASE-HARDENED SHAFT FREE OF CHARGE. -01/07/1983,83V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V011000),Motor Coach Industries,VISUAL SYSTEMS:GLASS:MANUAL WINDOW TRACKS (8/82),VISIBILITY,NR (Not Reported),Vehicle,3754,"THE WINDOW LATCH AND LOCK COMPONENTS MAY NOT BE PROPERLY ALIGNED; CONSEQUENTLY, THE STAINLESS STEEL KEEPER (STRIKER) MAY CAUSE WEAR ON THE ALUMINUM LATCH. OPERATION OF THE WINDOW LATCH CAN BECOME MORE DIFFICULT. WINDOWS IN THE AFFECTED COACHES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 217, ""BUS WINDOW RETENTION AND RELEASE"".",,DEALER WILL INSPECT AND ALIGN LATCH COMPONENTS. THE SPECIFIC REPAIR PROCEDURE DEPENDS ON THE MAUFACTURER OF THE WINDOW. -01/04/1983,83E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83E004000),"SEALCO AIR CONTROLS, INC.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:VALVE:QUICK RELEA,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,88,EMERGENCY RELEASE BRAKE VALVE MAY CONTAIN A DEFECTIVE RUBBER SHUTTLE THAT DEFORMS DURING OPERATION.,,THE VALVE WILL BE REPLACED OR A SERVICE KIT WILL BE SENT FREE OF CHARGE. -01/01/1983,83V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V007000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15495,"REAR BRAKE HOSES MAY HAVE BEEN MANUFACTURED INCORRECTLY WHEN THE METAL END FITTINGS WERE INSTALLED. SOME REAR BRAKE HOSES MAY SEPARATE FROM THE METAL END FITTINGS WHEN SUBJECTED TO THE PULLING FORCE SPECIFIED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD 106, ""BRAKE HOSES"".",,"THE DEALER WILL INSPECT AND REPLACE, IF NECESSARY, THE REAR BRAKE HOSES AT NO CHARGE TO OWNERS." -01/01/1983,83V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V006000),"Subaru of America, Inc.",INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,84253,THE INTERNAL SEATBACK FRAME STRUCTURE MAY BREAK AND SEPARATE FROM THE SEAT.,,"THE DRIVER""S SEATBACK FRAME WILL BE REPLACED WITH A MODIFIED SEATBACK FRAME AT NO CHARGE. THE UPHOLSTERY MATERIAL AND ANY REPAIRS TO THE OTHER SEATS ARE NOT INCLUDED." -01/01/1983,83V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V008000),"IVECO TRUCK OF N.A., INC.",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,884,"SOME VEHICLES HAVE LAP BELTS ONLY, RATHER THAN LAP AND SHOULDER BELTS. ALSO, THE SEAT BELT WARNING LIGHT MAY NOT HAVE BEEN INSTALLED. SEAT BELTS MAY NOT BE IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"", WHICH REQUIRES THAT A LAP AND SHOULDER TYPE SEAT BELT BE INSTALLED, AS WELL AS A WARNING LIGHT.",,DEALER WILL INSPECT AND INSTALL THE REQUIRED SHOULDER AND LAP TYPE SEAT BELT AT NO CHARGE TO OWNER. -01/01/1983,83V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=83V009000),TRANSPORTATION MFG. CORP.,VISUAL SYSTEMS:GLASS:MANUAL WINDOW TRACKS (8/82),VISIBILITY,NR (Not Reported),Vehicle,2074,"BECAUSE OF MISALIGNED LATCH AND LOCK COMPONENTS, CERTAIN SIDE WINDOW ASSEMBLIES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD 217, ""BUS WINDOW RETENTION AND RELEASE"". A WEAR PATTERN MAY BEGIN TO FORM ON THE WINDOW HINGE WHICH MAY CAUSE EXTREME DIFFICULTY IN OPERATING THE RETENTION MECHANISM.",,"THE DEFECT MAY BE CORRECTED BY INSPECTING, CLAMPING A TOOL ONTO THE WINDOW ASSEMBLY STRIKER PLATE, AND SETTING THE PROPER GAP BETWEEN THE WINDOW RETENTION MECHANISM AND THE STRIKER PLATE. THE SPECIFIC PROCEDURE TO CORRECT THE PROBLEM DEPENDS ON THE MANUFACTURER OF THE WINDOW ASSEMBLY." -12/28/1982,82V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V133000),PACCAR Incorporated,ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,557,"ON CERTAIN VEHICLES, THE AIR STARTER VALVES MAY BECOME INTERNALLY DAMAGED DURING NORMAL OPERATION. THIS MAY RESULT IN A MALFUNCTION OF THE VALVE, CAUSING THE AIR STARTER TO SELF ACTUATE AND START THE ENGINE OF AN UNATTENDED VEHICLE.",,THE DEALER WILL REPLACE THE VALVE WITH A CURRENT PRODUCTION VERSION AT NO COST TO OWNER. -12/28/1982,82V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V134000),"Volvo Car USA, LLC",ELECTRICAL SYSTEM:IGNITION:SPARK CONTROL COMPUTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,31420,"INCREASED RESISTANCE IN THE SYSTEM WIRING CONNECTORS DUE TO THE POSSIBLE PRESENCE OF LACQUER, PLASTIC RESIDUE ON THE PINS AND IMPERFECT PIN DIAMETERS, MAY CAUSE IGNITION MISFIRING AND, IN EXTREME CASES, INTERMITTENT STALLING.",,DEALER WILL INSPECT AND INSERT CONTACT PIN SLEEVES DESIGNED TO SCRAPE ANY LACQUER OR UNWANTED RESIDUE AWAY. THIS WILL PRODUCE HIGHER CONTACT PRESSURE WITHIN THE CONNECTOR AND IMPROVE THE ELECTRICAL CONNECTION. -12/28/1982,82V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V135000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,4361,"THE LOWER CONTROL ARMS MAY HAVE BEEN MANUFACTURED FROM STEEL WITH MATERIAL THICKNESS BELOW THE MINIMUM SPECIFICATIONS FOR POLICE DUTY. THIS COULD LEAD TO CRACKS DEVELOPING IN THE CONTROL ARMS, AND EVENTUALLY, THE POSSIBILITY OF FRACTURE OF AN ARM.",,THE DEALER WILL INSTALL NEW REAR SUSPENSION LOWER CONTROL ARMS ON BOTH SIDES OF THE VEHICLE WITHOUT CHARGE. -12/28/1982,82T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T017000),"ATLAS COPCO N.A., INC",TIRES:BELT,TIRES,NR (Not Reported),Tire,30,"CERTAIN TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"", DUE TO TREAD SEPARATION WHILE IN SERVICE AND SUBSEQUENT TIRE FAILURE.",, -12/28/1982,82E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E023000),GENEVA WHEEL & STPG CORP.,WHEELS,WHEELS,NR (Not Reported),Equipment,25,THE POSSIBILITY EXISTS THAT THE SUSPECT WHEELS WERE NOT MANUFACTURED FOR HIGHWAY USE AND MAY FAIL IF USED ON THE HIGHWAY.,,THE DEALER WILL REPLACE SUSPECT WHEELS WITH NEW ONES AT NO CHARGE TO THE CUSTOMER AND THE CUSTOMER WILL RECEIVE A $10.00 REWARD FOR THE RETURN OF THE WHEELS. -12/21/1982,82V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V132000),HOLIDAY RAMBLER CORP.,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1244,"THE ROUTING AND FASTENING OF THE AUXILIARY STARTER CABLE IN THE AREA OF THE ENGINE COMPARTMENT IS FASTENED IN SUCH A FASHION THAT IT MAY, THROUGH CONTACT WITH A FRAME MEMBER, CHAFE AND CREATE AN ELECTRICAL SHORT.",,"THE AUXILIARY STARTER WIRING WILL BE REFASTENED; IN THE EVENT OF ANY CHAFING, IT WILL BE REPLACED. THIS WILL BE PERFORMED AT NO COST TO OWNER." -12/21/1982,82V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V131000),"Mack Trucks, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5050,"DUE TO THE HIGH STRAIN WITHIN THE FAN BLADES OF THE COOLING FAN, CRACKS MAY DEVELOP IN THE FAN. THESE CRACKS MAY LEAD TO COMPLETE FRACTURE OF THE COOLING FAN, PROPELLING THE FAN AND PIECES OF THE FAN BLADES OUTSIDE THE FAN SHROUD.",,THE DEALER WILL INSTALL COOLING FANS WITH IMPROVED FAN BLADES ON ALL AFFECTED VEHICLES FREE OF CHARGE TO OWNER. -12/20/1982,82V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V130000),"Subaru of America, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,94564,"ON CERTAIN VEHICLES, THE FRONT MAIN WIRING HARNESS CHAFES AGAINST THE THREADS OF THE REAR BATTERY HOLD DOWN ROD. CHAFING OF THE WIRING HARNESS CAN LEAD TO AN ELECTRICAL SHORT CAUSED BY THE EXPOSED WIRES.",,THE DEALER WILL PROVIDE PROTECTIVE COVERS TO BE INSTALLED ON THE WIRING HARNESS AND REAR BATTERY HOLD DOWN ROD. THESE PROTECTIVE COVERS WILL BE PROVIDED FREE OF CHARGE. -12/16/1982,82V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V129000),NATIONAL MOTOR COACH CO.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,116,"CERTIFICATION LABELS AFFIXED TO SOME OF THE INVOLVED VEHICLES, CONTAIN INCORRECT INFORMATION REGARDING THE REAR GROSS AXLE WEIGHT RATING. THE WEIGHT RATING, AS STATED, IS TOO LOW AND THE TIRES WERE NOT ADEQUATELY INFLATED TO SUSTAIN THE CORRECT LOAD.",,OWNER WILL BE SENT A CERTIFICATION LABEL STATING THE CORRECT GROSS AXLE WEIGHT RATING. TIRES SHOULD BE INFLATED TO 75 P.S.I. TO COMPLY WITH LOAD REQUIREMENTS. -12/14/1982,82V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V128000),"General Motors, LLC",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1633,"ON THE INVOLVED VEHICLES, THE REAR BRAKE DRUM BALANCE WEIGHTS MAY INTERFERE WITH THE ALUMINUM WHEELS. THIS CONTACT COULD CAUSE THE WHEEL LUG NUTS TO LOOSEN, LEADING TO WHEEL STUD FAILURE. THIS COULD ALLOW SEPARATION OF THE WHEEL AND TIRE FROM THE VEHICLE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, MODIFY THE REAR BRAKE DRUM BALANCE WEIGHTS WITHOUT CHARGE TO OWNER." -12/13/1982,82V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V124000),Ford Motor Company,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,650,"SOME OF THE INVOLVED VEHICLES MAY HAVE A DIODE IN THE ELECTRICAL FUEL PUMP CIRCUIT THAT MAY SHORT DURING ENGINE STARTING DUE TO INADEQUATE CAPACITY TO WITHSTAND CURRENT DRAW. A SHORT CIRCUIT WOULD RESULT IN NORMAL ENGINE STARTING, BUT THE PUMP WILL NOT CONTINUE TO SUPPLY THE ENGINE WITH FUEL.",,"THE DEALER WILL REPLACE DEFECTIVE ELEMENT IN THE ELECTRICAL FUEL PUMP CIRCUIT WITH A NEW RELAY FEED WIRING ASSEMBLY WHICH CONTAINS A LARGER CAPACITY DIODE, FREE OF CHARGE." -12/13/1982,82V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V125000),"Chrysler (FCA US, LLC)",POWER TRAIN:LUBRICANT:TRANSMISSION:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,13532,"ORIGINAL PRODUCTION TRANSMISSION LUBRICANT USED IN THE INVOLVED VEHICLES MAY NOT PROVIDE ADEQUATE LUBRICATION TO PROTECT THE TRANSMISSION""S FIRST GEAR.",,THE DEALER WILL REPLACE THE ORIGINAL PRODUCTION LUBRICANT AT NO CHARGE TO THE OWNER. -12/13/1982,82V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V126000),"Chrysler (FCA US, LLC)",POWER TRAIN:LUBRICANT:TRANSMISSION:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,9715,"ORIGINAL PRODUCTION TRANSMISSION LUBRICANT USED IN THE INVOLVED VEHICLES, MAY NOT PROVIDE ADEQUATE LUBRICATION TO PROTECT THE TRANSMISSION""S FIRST GEAR.",,THE DEALER WILL REPLACE THE ORIGINAL PRODUCTION LUBRICANT WITH AN EXTREME PRESSURE LUBRICANT AT NO CHARGE TO THE OWNER. -12/13/1982,82V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V127000),Ford Motor Company,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,67,"FUEL SYSTEM ON THE SUSPECT VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". THESE VEHICLES WERE MANUFACTURED WITHOUT PROJECTILE FUEL TANK SHIELDS.",,THE DEALER WILL INSPECT AND INSTALL A PROTECTIVE FUEL TANK SHIELD WITHOUT CHARGE TO OWNER. -12/09/1982,82V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V123000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50000,HYDRAULIC BRAKE TUBING ROUTED TO THE LEFT REAR WHEEL BRAKE SYSTEM MAY HAVE BEEN BENT OUT OF SHAPE DURING ASSEMBLY AND COULD CHAFE AGAINST THE EXHAUST SYSTEM HANGER BOLT.,,"DEALER WILL INSPECT AND RELOCATE TUBE, IF NECESSARY. A RETAINING CLIP WILL BE INSTALLED TO ENSURE ADEQUATE CLEARANCE FOR THE TUBING; ANY DAMAGED TUBES WILL ALSO BE REPLACED." -12/09/1982,82V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V122000),"BMW of North America, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1012,"ON THE INVOLVED VEHICLES, THE SELF LOCKING NUTS THAT CONNECT THE LOWER STEERING COLUMN SHAFT TO THE FLEXIBLE COUPLING MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED. THESE NUTS CAN COME LOOSE.",,"THE DEALER WILL DO A TORQUE CHECK OF THE SELF-LOCKING NUTS AND, IF THE NUTS ARE FOUND TO BE LOOSE, THEY WILL BE TIGHTENED TO THE PROPER TORQUE SPECIFICATIONS, FREE OF CHARGE." -12/07/1982,82V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V120000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,33863,THE BRAKE MASTER CYLINDER TO CHASSIS TUBE AND HOSE ASSEMBLY MAY HAVE BEEN LOCATED IN SUCH A WAY THAT IT IS SUSCEPTIBLE TO CHAFING DURING VEHICLE OPERATION. CONTINUED CHAFING MAY RESULT IN TUBE OR HOSE FAILURE AND SUBSEQUENT LOSS OF BRAKE FLUID.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A BRAKE LINE ATTACHING CLIP AND REPLACE ANY DAMAGED BRAKE TUBE AND HOSE ASSEMBLY WITHOUT CHARGE." -12/07/1982,82V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V119000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4617,"THESE VEHICLES MAY HAVE BEEN MANUFACTURED WITH AN INCORRECT END CLAMP ON THE HAND THROTTLE ACTUATING CABLE. UNDER CERTAIN CONDITIONS, PERTAINING TO THE CLAMP-TO-THROTTLE CABLE ORIENTATION AND DISTANCES OF THE CABLE TO GOVERNOR SHAFT, THE THROTTLE CABLE END CLAMP MAY INTERFERE WITH THE OUTBOARD ACCELERATOR.",,"THE DEALER WILL INSPECT HAND THROTTLE CLAMP FOR INTERFERENCE AND, IF NECESSARY, REPLACE THESE CLAMPS FREE OF CHARGE." -12/07/1982,82V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V121000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,775,"THE DRAGLINKS INSTALLED ON THE INVOLVED VEHICLES MAY BE SUBJECT TO ABNORMAL WEAR IN THE BALL JOINT SOCKET, WHICH CAN LEAD TO DRAGLINK SEPARATION.",,THE DEALER WILL INSTALL A NEW AND IMPROVED DRAGLINK AT NO CHARGE TO OWNER. -12/07/1982,82V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V118000),"General Motors, LLC",STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,16,THE FRONT AXLE MOUNTED STEERING GEAR BOX ASSEMBLIES ON THESE VEHICLES MAY CONTAIN CRACKED BALL NUT ASSEMBLIES.,,"THE DEALER WILL INSPECT THE VEHICLE AND IF CRACKS ARE FOUND, A NEW WORM AND BALL NUT WILL BE INSTALLED FREE OF CHARGE." -12/05/1982,82V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V001000),"EZ Loader Adjustable Boat Trailers, Inc.",SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1804,"A MATERIAL PROBLEM EXISTS IN THE STEEL FROM WHICH THE AXLE SPINDLES WERE MADE. AS A RESULT, THE SPINDLES MAY HAVE A TENDENCY TO FRACTURE WHEN SUBJECTED TO REPEATED JOLTS OR STRESS. THESE JOLTS OR CONTINUED STRESS MAY CAUSE THE WHEEL AND TIRE TO DETACH FROM THE TRAILER.",,DEALER WILL REPLACE DEFECTIVE SPINDLES AT NO COST TO OWNER. -12/04/1982,82E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E001000),EAGLE TRAILERS INC,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,1450,"THE A3C EYE AND SHANK ASSEMBLY, WHICH IS USED TO CONNECT THE DRAWBAR ON THE PULL TRAILER TO THE HITCH ON THE PULLING VEHICLE, MAY NOT HAVE BEEN PROPERLY WELDED. UNDER CERTAIN DRIVING SITUATIONS WHICH GENERATE A HEAVY STRAIN, THE ASSEMBLY MAY BREAK.",,THE MANUFACTURER WILL REPLACE A3C EYE AND SHANK ASSEMBLY WITH AN A3D TYPE WITHOUT CHARGE TO OWNER. -12/03/1982,82C022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82C022000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,61845,"THE POSSIBILITY EXISTS THAT THE PLASTIC UPHOLSTERY BUTTON USED TO ATTACH THE UPHOLSTERY TO THE CAR SEAT FRAME COULD COME LOOSE. THOUGH REMOVAL OF THESE BUTTONS DOES NOT AFFECT THE PERFORMANCE OR FUNCTION OF THE CAR SEAT, A CHILD COULD PLACE ONE OF THEM IN HIS/HER MOUTH.",,THE DEALER WILL INSPECT AND INSTALL A REPLACEMENT KIT HAVING REDESIGNED BUTTONS THAT CANNOT BE REMOVED. -12/03/1982,82V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V117000),"PREVOST CAR, INCORPORATED",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,454,"THE ELASTIC PORTION OF THE RETAINING BOLTS USED TO SUPPORT THE STEERING GEAR BOX MAY BE TOO SHORT. AS A RESULT, THESE BOLTS WILL NOT LOCK SUFFICIENTLY, CAUSING THE NUTS TO LOOSEN AND ALLOWING THE STEERING GEAR BOX ASSEMBLY TO BECOME INOPERATIVE.",,"THE DEALER WILL INSPECT THE STEERING GEAR BOX AND, IF NECESSARY, REPLACE THE SHORT BOLTS WITH LONGER BOLTS AT NO CHARGE TO OWNER." -12/01/1982,82V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V114000),FREIGHTLINER LLC,BRAKES:ACTUATORS (SLACK ADJUSTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,249,"BRAKES MAY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE AIR BRAKES ON THE FRONT AXLE MAY NOT ACTUATE AND RELEASE WITHIN THE TIME REQUIRED FOR SAFE BRAKING. THE BRAKES MAY EXCEED THE .55 SECOND LIMITS.",,THE DEALER WILL MODIFY THE BRAKE SYSTEM BY ADDING AN AIR BRAKE RELAY VALVE AND NECESSARY PIPING TO THE FRONT AXLE AIR BRAKE SYSTEM FREE OF CHARGE. -12/01/1982,82V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V115000),FREIGHTLINER LLC,BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9,"SOME OF THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE RELEASE TIME FOR THE REAR BRAKES MAY EXCEED THE .55 SECOND LIMIT REQUIREMENT FOR SAFE BRAKING.",,THE DEALER WILL INSPECT REAR AXLES FOR INCORRECT RELAY VALVE AND INSTALL NEW CORRECTED MODEL R14 RELAY VALVES AT NO CHARGE TO OWNER. -12/01/1982,82V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V116000),Blue Bird Body Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1400,AN IMPERFECTLY MACHINED PART MAY HAVE BEEN USED IN THE STEERING COLUMN.,,"THE DEALER WILL INSPECT TO SEE IF COUPLING IS DEFECTIVE AND REPLACE IT IF NECESSARY, FREE OF CHARGE." -11/22/1982,82V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V113000),"Gillig, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,66,"THE STEERING COLUMN COUPLING, CONNECTING THE STEERING SHAFT TO GEAR MAY HAVE BEEN MACHINED OVERSIZED. THE INSIDE DIAMETER OF THE COUPLING MAY BE TOO LARGE WHICH MAY LEAD TO COUPLING FAILURE.",,"THE DEALER WILL PROVIDE TWO KITS; ONE THAT INCLUDES INSPECTION EQUIPMENT WHICH WILL BE USED TO DETERMINE WHETHER THE COUPLING IS ACTUALLY NON-COMPLIANT, AND THE SECOND TO REPLACE DEFECTIVE PARTS." -11/17/1982,82V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V111000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,155,"ON CERTAIN VEHICLES, A PROTECTIVE RUBBER GROMMET MAY HAVE BEEN OMITTED FROM AN OPENING IN THE METAL BATTERY COMPARTMENT. THESE VEHICLES HAVE THE 12-VOLT ELECTRICAL WIRES PASSING THROUGH A SHARP EDGED OPENING IN THE METAL BATTERY COMPARTMENT THAT, WITHOUT WARNING COULD CUT THROUGH THE WIRE INSULATION CAUSING AN ELECTRICAL SHORT CIRCUIT.",,THE DEALER WILL PLACE A PROTECTIVE GROMMET IN THE SHARP OPENING OF THE METAL BATTERY BOX TO PREVENT THE POSSIBILTIY OF WIRE INSULATION INCISION. -11/17/1982,82V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V112000),PACCAR Incorporated,EQUIPMENT:OTHER PIECES:MATTRESS,EQUIPMENT,NR (Not Reported),Vehicle,800,"THE MATTRESSES INCLUDED WITH CERTAIN VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS"". THE MATTRESS COVERS BURN AT A FASTER RATE THAN IS CONSIDERED SAFE.",,"THE MANUFACTURER WILL PROVIDE, THROUGH THE MAIL, A NEW ZIPPERED MATTRESS BAG COVER THAT COMPLIES WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 302." -11/15/1982,82V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V110000),"General Motors, LLC",VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,5316,"DURING WINDSHIELD WIPER OPERATION, THE NOISE SUPPRESION CAPACITOR IN THE WIPER MOTOR RELAY MAY OVERHEAT.",,THE DEALER WILL MODIFY THE WINDSHIELD WIPER MOTOR DELAY RELAY BY REMOVING THE NOISE SUPPRESION CAPACITOR. THIS WILL BE DONE FREE OF CHARGE. -11/10/1982,82V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V109000),MITSUBISHI MANUFACTURING AMER,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1849,"ON SOME OF THE INVOLVED VEHICLES, THE FUEL FILLER HOSE MAY BREAK IN A REAR-END COLLISION. THE FAILURE OF THE HOSE AND RESULTING FUEL LEAKAGE IS NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,THE DEALER WILL INSTALL A FUEL FILTER HOSE PROTECTOR ON THE FUEL FILLER HOSE TO PREVENT FUEL LEAKAGE AT NO CHARGE TO OWNER. -11/09/1982,82T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T015000),ARMSTRONG RUBBER CO.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,2306,"THE SIDEWALL RUBBER MAY NOT HAVE ADEQUATE RESISTANCE TO OZONE AND WEATHER CRACKING IN A SMALL AREA AROUND THE TIRE AND ABOVE THE RAISED WHITE LETTERING. THIS CONDITION COULD LEAD TO CRACKS IN THE SIDEWALLS, AND IF IT CONTINUES UNDETECTED, A LOSS OF AIR COULD RESULT.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND WILL MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE. -11/09/1982,82T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T016000),LEE TIRE & RUBBER CO.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,11000,THE INVOLVED TIRES MAY CONTAIN LESS RUBBER INSULATION BETWEEN THE INNER EXTREMITY OF THE BEAD BUNDLE AND WIRE PLY STOCK THAN NEEDED. THE WIRE PLY STOCK COULD SHEAR WHEN CONTACT IS MADE WITH THE BEAD BUNDLE.,,ALL RECALL TIRES WILL BE REPLACED AND REPLACEMENT TIRES WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 FROM RECEIPT OF NOTIFICATION. -11/02/1982,82V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V108000),"BMW of North America, LLC",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,1347,"ON SOME OF THE INVOLVED VEHICLES, THE KNURLED NUT, PART OF THE RUBBER MOUNT ASSEMBLY WHICH SUPPORTS THE DIFFERENTIAL, MAY HAVE BEEN CRACKED DUE TO OVER-TORQUING OF THE FINAL DRIVE ATTACHING BOLT. THIS BOLT MAY BECOME LOOSE, AND CONTINUED OPERATION MAY CAUSE IT TO FALL OUT.",,"DEALER WILL INSPECT AND REPAIR OR REPLACE ATTACHING ASSEMBLY, AS NECESSARY, WITHOUT CHARGE TO OWNER." -11/02/1982,82E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E021000),DRAG,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Equipment,3032,THE POSSIBILITY EXISTS THAT THE FENDER TRIM PART MAY CRACK DURING MOUNTING OR AFTER CONTINUOUS USE AND MAY FALL OFF AND LODGE ITSELF WITHIN THE MOTORCYCLE.,,"THE OWNER IS ADVISED TO INSPECT, REMOVE AND RETURN THE FENDER TRIM PART TO MANUFACTURER FOR REPLACEMENT OR REPAIR." -11/01/1982,82C020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82C020000),INTERNATIONAL MANUFACTURING COMPANY,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,40986,THERE IS SOME CONCERN THAT THE SNAPS WHICH LOCK THE BUCKLE TO THE CROTCH STRAP MAY PULL THROUGH THE WEBBING AFTER CONTINUOUS USE.,,THE MANUFACTURER WILL SUPPLY A REPLACEMENT PUSH BUTTON TYPE BUCKLE WITH INSTRUCTIONS AT NO COST TO THE CUSTOMER. -11/01/1982,82V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V106000),"General Motors, LLC",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,106651,THE CARBURETOR FUEL INLET HOUSING PLUG IN THE SIDE OF THE CARBURETOR MAY COME OUT.,,"THE DEALER WILL INSTALL A RETAINING CLIP ON THE CARBURETOR INLET PLUG TO PREVENT FUEL LEAKAGE, WITHOUT CHARGE." -11/01/1982,82V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V107000),"AURORA CARS, LIMITED",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,31,"ON INVOLVED VEHICLES, THE REAR AXLE HUB UPRIGHT, WHICH CONNECTS THE HUB CARRIER TO THE LOWER CONTROL ARM, MAY PIVOT SLIGHTLY. THIS CONDITION WILL OCCUR IF THE BOLTS ATTACHING THE UPRIGHT TO THE HUB CARRIER ARE NOT KEPT TIGHT, COMBINED WITH SEVERE CORNERING CONDITIONS. THIS PIVOTING CONDITION WILL CAUSE THE BOLTS TO ELONGATE THE HOLES OF THE UPRIGHT, RESULTING IN REAR WHEEL VIBRATION. THIS WILL EVENTUALLY LEAD TO HUB CARRIER BREAKAGE.",,THE DEALER WILL INSPECT AND REPLACE THE UPRIGHT PART OF THE HUB ASSEMBLY AT NO CHARGE. -10/28/1982,82T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T014000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,7800,"THE INVOLVED TIRES MAY HAVE LESS RUBBER INSULATION BETWEEN THE INSIDE EXTREMITY OF THE BEAD BUNDLE AND WIRE PLY STOCK THAN IS DESIRABLE. THIS CONDITION RESULTS IN A FRETTING OR FRAYING ACTION OF THE WIRE PLY STOCK WHEN CONTACT IS MADE WITH THE BEAD BUNDLE. THIS COULD RESULT IN BROKEN PLY CORD WIRES MANIFESTED BY A RECTANGULAR SHAPED BULGE ON THE SIDEWALL OF THE TIRE, WHICH COULD LEAD TO SUDDEN AIR LOSS.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS FROM NOTIFICATION. -10/26/1982,82V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V104000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,74985,"ON CERTAIN VEHICLES, THE LOCK WEDGES USED TO SECURE THE AXLE BEARING NUTS TO THE AXLE HOUSING MAY FALL OUT OF POSITION, ALLOWING THE NUT TO LOOSEN. THE NUT ON THE LEFT SIDE MAY FALL OFF, ALLOWING MOVEMENT OF THE AXLE SHAFT.",,"THE DEALER WILL REPLACE DEFECTIVE LOCK WEDGES WITH AN IMPROVED VERSION. WHEEL BEARINGS WILL BE INSPECTED AND ADJUSTED OR REPLACED, IF NECESSARY." -10/26/1982,82V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V105000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,600,THE SPRINGS THAT ASSIST IN RAISING THE HOOD MAY DETACH FROM THE HOOD WITHOUT WARNING. THE HOOD CAN BE IN ANY POSITION WHEN THIS OCCURS.,,THE DEALER WILL REPLACE THE HOOD LIFT ASSIST SPRING ASSEMBLIES WITH REVISED PARTS. -10/18/1982,82V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V103000),Utilimaster Corporation,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,270,"ON CERTAIN VEHICLES, THE WELDS ON THE FUEL TANK MOUNTING BRACKETS MAY FAIL. THE FUEL TANK MAY SLIP AND BEGIN LEAKING FUEL OR IT MAY SEPARATE ENTIRELY FROM THE CHASSIS.",,THE DEALER WILL DISCONNECT THE ANGLE MOUNTING BRACKETS AND ADD A STRAP MOUNTING TO THE GASOLINE TANK. ANY LEAKING TANKS WILL BE REPLACED AT NO CHARGE TO OWNERS. -10/14/1982,82V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V102000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:DRAG:POWER ASSIST SYSTEM,STEERING,NR (Not Reported),Vehicle,377,THE FRONT AXLE DRAG LINK CLAMP ASSEMBLIES INSTALLED ON THE SUSPECT VEHICLES MAY CONTAIN BOLTS WHICH HAVE QUENCH CRACKS AND ARE SUBJECT TO FAILURE. FAILURE OF THE BOLT WOULD RESULT IN LOSS OF CLAMPING ACTION AND CONTINUED OPERATION COULD LEAD TO SEPARATION OF THE BALL JOINT AND DRAG LINK.,,DEALER WILL INSPECT AND REPLACE ANY DEFECTIVE BOLTS IN THE DRAG LINK CLAMP ASSEMBLY WITHOUT CHARGE. -10/13/1982,82V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V101000),"Kawasaki Motors Corp., U.S.A.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1200,"ON SOME OF THESE VEHICLES, THE ELECTRICAL WIRING MAY HAVE BEEN IMPROPERLY ROUTED AND THE WIRES COULD BE SEVERELY PINCHED BY THE SEAT.",,"THE DEALER WILL INSPECT THE WIRING SYSTEM AND RELOCATE, IF NECESSARY, TO PREVENT WIRES FROM BEING PINCHED." -10/13/1982,82V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V100000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,2089,THE PARK LEVER ON THE INVOLVED VEHICLES CONTAINS A DEFECTIVE SPRING WHICH COULD PREVENT AUTOMATIC ENGAGEMENT OF THE PARKING GEAR.,,THE PARK ACTUATING LEVER ROD SPRING WILL BE REPLACED WITH AN UPGRADED SPRING WITHOUT CHARGE TO OWNER. -10/13/1982,82V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V099000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,4967,"AN INCORRECT INSULATOR MAY HAVE BEEN INSTALLED IN THE STEERING SHIFT CANE LEVER ON THE INVOLVED VEHICLES. THIS INSULATOR IS USED TO CONNECT THE TRANSMISSION SHIFT LINKAGE TO THE SHIFT CANE LEVER. IF THE SHIFT LINKAGE WERE TO SEPARATE FROM THE SHIFT LEVER, OPERATOR WOULD BE UNABLE TO SHIFT GEARS. THE TRANSMISSION WILL BE STUCK IN THE LAST GEAR USED BEFORE THE SEPARATION TOOK PLACE.",,DEALER WILL INSTALL THE CORRECT INSULATOR WIHTOUT CHARGE TO OWNER.. -10/12/1982,82V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V097000),HOLIDAY RAMBLER CORP.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1663,THE WELDING OF THE MOUNTING BRACKET OF THE GASOLINE TANK COULD FAIL TO PROPERLY SECURE THE FUEL TANK. IF THE MOUNTING BRACKET FAILS FUEL LEAKAGE AND POSSIBLE SEPARATION OF THE TANK FROM THE VEHICLE MAY OCCUR.,,"DEALER WILL DISCONNECT THE MOUNTING BRACKET AND REPLACE IT WITH STRAP MOUNTING AT NO CHARGE TO OWNER. IF THE FUEL TANK LEAKS, IT WILL ALSO BE REPLACED." -10/12/1982,82V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V098000),Ford Motor Company,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,53,"ON THE INVOVLED VEHICLES THE DRIVER""S SIDE AND PASSENGER""S OUTSIDE REAR VIEW MIRRORS MAY HAVE BEEN OMITTED. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"".",,"DEALER WILL INSTALL THE PROPER MIRRORS WITHOUT CHARGE TO OWNER. IF OUTSIDE MIRRORS HAVE ALREADY BEEN INSTALLED, OWNER HAS THE OPTION TO KEEP THEM AS IS OR HAVE THEM REMOVED AND NEW MIRRORS INSTALLED." -10/07/1982,82V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V096000),"General Motors, LLC",FUEL:FUEL INJECTION:ELECTRICAL:INJECTOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12721,POSSIBLE FUEL LEAKAGE COULD OCCUR AT THE THROTTLE BODY INJECTION FUEL FEED PIPE CONNECTION ON THE INVOLVED VEHICLES.,,THE FUEL FEED LINE FITTING BOLT AND TWO WASHERS WILL BE REPLACED BY THE DEALER AT NO COST TO OWNER. -10/06/1982,82E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E019000),"VICTOR AUTOM. PROD., INC.",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Equipment,36000,"THE POSSIBILITY EXISTS THAT THE FLASHERS, WHICH ARE EQUIPPED ON THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". AFTER CONTINUED USAGE THE DRIVER MAY EXPERIENCE NO SIGNAL, TURN SIGNAL SHOWING CONTINUOUS SIGNAL OR RAPID SIGNAL RATE.",,THE DEALER WILL SEND OWNER REFUND FOR RETURNED FLASHERS. -10/05/1982,82V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V095000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1725,"IGNITION SWITCHES INSTALLED IN THE INVOLVED VEHICLES MAY HAVE BEEN DISTORTED DURING A CRIMPING OPERATION WHICH RESULTED IN THE INTERNAL PLASTIC CONTACT CARRIER OF THE SWITCH CRACKING. PIECES OF A CRACKED CARRIER MAY BREAK AWAY, PERMITTING ABNORMAL SWITCH ELECTRICAL CONTACT AND THE POTENTIAL FOR STARTER ACTUATON WHEN THE SWITCH IS TURNED TO THE ACCESSORY POSITION.",,ALL SUSPECT IGNITION SWITCHES WILL BE REPLACED WITHOUT CHARGE TO OWNER. -10/01/1982,82V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V094000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,1150,"THE PITMAN ARM WHICH MOUNTS TO THE STEERING GEAR MAY NOT BE ABLE TO WITHSTAND FREQUENT, HIGH STEERING LOAD APPLICATIONS. (SUCH AS REPEATED CONTACT BETWEEN THE STEERING SYSTEM AND THE AXLE STOPS AT MAXIMUM RIGHT TURNS). THE PITMAN ARM MAY DEVELOP CRACKS AND MOUNTING OF THE ARM TO THE STEERING GEAR COULD EVENTUALLY FAIL.",,AN IMPROVED PITMAN ARM WILL BE INSTALLED WITHOUT CHARGE TO OWNER. -09/27/1982,82V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V093000),"PREVOST CAR, INCORPORATED",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,669,"ON CERTAIN VEHICLES THE STEERING WHEEL RETAINING NUT MAY NOT HAVE BEEN ADEQUATELY TIGHTENED DURING ASSEMBLY. THE NUT MAY CONTINUE TO LOOSEN AND COULD EVENTUALLY COME OUT, ALLOWING THE STEERING WHEEL TO SEPARATE FROM THE STEERING COLUMN.",,THE STEERING WHEEL RETAINING NUT WILL BE TIGHTENED ACCORDING TO SPECIFICATIONS AND LABOR COSTS WILL BE REIMBURSED BY THE MANUFACTURER. -09/24/1982,82V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V092000),"Chrysler (FCA US, LLC)",EQUIPMENT:ELECTRIC EQUIPMENT:TRIP COMPUTER/MONITOR,EQUIPMENT,NR (Not Reported),Vehicle,479,"THE TRAVEL COMPUTER SYSTEM WIRING, ON THE INVOLVED VEHICLES, MAY BE IMPROPERLY CONNECTED. THIS CONDITION CAN CAUSE DAMAGE TO INTERNAL COMPONENTS.",,THE WIRING WILL BE RECONNECTED TO ENSURE PROPER FUNCTIONING OF IGNITION SYSTEM.. -09/22/1982,82V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V091000),"Chrysler (FCA US, LLC)",EQUIPMENT:DOOR:FUEL FILLER:ELECTRIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5234,THE INVOLVED VEHICLES MAY BE EQUIPPED WITH AN ELECTRICAL FUEL FILLER DOOR RELEASE WHICH IS ACTIVATED THROUGH A COILED CURRENT CARRYING WIRE (A SOLENOID). A SHORT IN THE SOLENOID COULD CAUSE SPARKING AT THE ATTACHING SCREWS OF THE SOLENOID.,,"A SOLENOID GROUND WIRE WILL BE INSTALLED, BY THE DEALER, TO PREVENT SPARKING OF SOLENOID." -09/21/1982,82V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V090000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,25,ON CERTAIN VEHICLES IMPROPER AIR HOSE ASSEMBLY PROCEDURES MAY HAVE RESULTED IN PIECES BEING LEFT IN THE HOSE. THESE PIECES COULD BLOCK THE HOSE AND CAUSE A MALFUNCTION.,,"AIR BRAKE HOSES WILL BE INSPECTED AND, IF DEFECTIVE, WILL BE REPLACED WITHOUT CHARGE." -09/21/1982,82V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V089000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,172863,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THE NON-COMPLIANCE EXISTS BECAUSE THE REAR SEAT BELT ANCHORAGES MAY PULL THROUGH THE UNDERBODY OF THE VEHICLE IF ENOUGH FORCE IS APPLIED.","CONSEQUENCE OF DEFECT: IN THE EVENT OF AN ACCIDENT, PERSONAL INJURY OR DEATH MAY RESULT FROM A FAILURE OF BELT TO ADEQUATELY RESTRAIN OCCUPANTS.","UPON INSPECTION, DEALER WILL INSTALL A REAR SEAT BELT ANCHORAGE REINFORCEMENT KIT TO ENSURE PROPER ANCHORING OF SEAT BELTS WITHOUT CHARGE TO OWNER." -09/20/1982,82E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E018000),"Caterpillar, Inc.",FUEL:FUEL TANK:AUXILLARY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,272,"A POSSIBILITY EXISTS ON THE INVOLVED VEHICLES, THAT DUE TO VIBRATIONS GENERATED BY THE TRUCK, THE FUEL FILTER""S TOP CONNECTOR MAY BREAK FROM THE BOTTOM OF THE FUEL TANK DUE TO METAL FATIGUE. THIS FAILURE ALLOWS THE DIESEL IGNITION IMPROVER TO SPRAY OUT FUEL.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REMOVE THE FILTERS FROM THE TANK AND INSTALL A FLEXIBLE HOSE FROM THE BOTTOM OF THE TANK TO THE FILTER." -09/20/1982,82E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E017000),HOLLAND HITCH COMPANY,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,350880,"ON THE INVOLVED VEHICLES, THERE IS A POSSIBILITY OF A FATIGUE CRACK STARTING AT THE PLUNGER WINDOW OF THE OUTBOARD SUPPORT LEG OF THE BRACKET SUB ASSEMBLIES.",,"THE DEALER WILL INSPECT AND IF NECESSARY REWELD THE BRACKET AND ADD A SUPPORT, OR REPLACE THE BRACKET AT NO COST TO THE CUSTOMER." -09/16/1982,82V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V088000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2800,"DURING A CRASH BARRIER TEST, THE RUBBER HOSE CONNECTING THE FUEL TANK AND THE METAL FILLER PIPE VENT TUBE WAS CUT, RESULTING IN FUEL LEAKAGE. THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,DEALER WILL INSTALL A BRACE BETWEEN THE RIGHT SIDE REAR QUARTER PANEL AND THE BODY SIDE RAIL TO IMPROVE FUEL TANK IMPACT RESISTANCE. -09/16/1982,82V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V087000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,149,"UNDER CERTAIN TOLERANCE CONDITIONS, THE ACCELERATOR ROD MAY COME INTO CONTACT WITH THE ACCELERATOR RETURN SPRING BRACKET, CREATING THE POSSIBILITY OF A MOMENTARY DELAY IN THE RETURN OF THE ACCELERATOR LINKAGE TO THE IDLE POSITION. THIS CONDITION IS MORE LIKELY TO OCCUR AT 3/4 THROTTLE BECAUSE CLEARANCE BETWEEN THE ACCELERATOR ROD AND BRACKET IS AT A MINIMUM AT THIS POINT.",,DEALER WILL INSTALL A NEW ACCELERATOR RETURN SPRING BRACKET WITHOUT CHARGE TO OWNER. -09/14/1982,82V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V086000),ZIMMER MOTOR CARS CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,31,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION IN PASSENGER CARS, MPVS, TRUCKS AND BUSES"". THE NON-COMPLIANCE EXISTS BECAUSE THE SEAT BELTS MAY HAVE BEEN OMITTED FROM THE LOUNGE AND JUMP SEATS.",,DEALER WILL INSTALL SEAT BELTS ON ALL INVOLVED VEHICLES AT NO CHARGE TO OWNER. -09/09/1982,82V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V085000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1236,"ON THE INVOLVED VEHICLES, IMPROPER ROUTING OF THE HYDRAULIC BRAKE TUBE COULD CAUSE IT TO CHAFE AGAINST THE PARK BRAKE CABLES. EVENTUALLY, THE BRAKE TUBE MAY FAIL AND BRAKE FLUID LEAKAGE MAY OCCUR.",,"DEALER WILL REROUTE THE HYDRAULIC BRAKE TUBE, IF NECESSARY, WITHOUT CHARGE TO OWNER." -09/09/1982,82V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V084000),"Nissan North America, Inc.",LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,72754,"ON CERTAIN OF THE INVOLVED VEHICLES, THE LAMP BULB SOCKET BARRELS ARE INSUFFICIENTLY PRESSED INTO THE PLASTIC OUTER SHEELS. THIS CAUSES AN OPEN OR GROUNDED CIRCUIT AND A MALFUNCTION.",,DEALER WILL REPLACE ANY DEFECTIVE COMBINATION LAMP HARNESS ASSEMBLIES WITHOUT CHARGE TO OWNERS. -09/01/1982,82E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E016000),"Jayco, Inc.",EQUIPMENT:CAMPER:SLIDE-IN (9/82),EQUIPMENT,NR (Not Reported),Equipment,90,"THE INVOLVED VEHICLES DO NOT MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK-CAMPER LOADING"". CERTIFICATION LABELS DO NOT PROVIDE TRUCK CAMPER LOADING INFORMATION.",,"THE MANUFACTURER WILL PROVIDE TRUCK CAMPER LOADING INFORMATION, CENTER OF GRAVITY LABELS AND CORRECTED INFORMATION AND FEDERAL IDENTIFICATION LABELS FREE OF CHARGE." -09/01/1982,82E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E015000),DRAG,LIGHTING:GENERAL OR UNKNOWN COMPONENT:PARK LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,10859,"REAR LIGHTS DO NOT COMPLY WITH THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE TAILLIGHTS MAY NOT PROVIDE ADEQUATE ILLUMINATION FOR SAFE OPERATION WHEN BRAKING OR WHEN OPERATING AT NIGHT.",,THE MANUFACTURER WILL REFUND THE FULL PURCHASE PRICE UPON THE RETURN OF THE DEFECTIVE TAILLIGHTS. -09/01/1982,82T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T013000),DUNLOP TIRE CORPORATION,TIRES:LINER,TIRES,NR (Not Reported),Tire,39462,"A SMALL PERCENTAGE OF THE PRODUCTION IN THIS SIZE AND TYPE MAY HAVE A MISPLACED PLY ENDING IN THE LOWER SIDEWALL. AS A RESULT, FLEXING WILL DEVELOP IN THE LOWER SIDEWALL UNDER SUSTAINED HIGH TIRE LOAD AND COULD RESULT IN TREAD SEPARATION AND COMPONENT BREAKUP.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -08/30/1982,82V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V083000),Oshkosh Corporation,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,368,THE STEERING PITMAN ARM CROSS BOLTS ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED TO PROPERLY SECURE THE ARM TO THE STEERING GEAR SHAFT. THE BOLT MAY LOOSEN FURTHER DURING CONTINUED VEHICLE OPERATION.,,DEALER WILL INSTALL THE PROPER CAPSCREW NUT AND WASHER TO SECURE THE ARM CROSS BOLT TO THE STEERING GEAR SHAFT. THIS WILL BE PERFORMED FREE OF CHARGE. -08/25/1982,82V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V082000),PETERBILT MOTOR COMPANY,INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,5000,THE SEAT BACK ADJUSTMENT MOUNTING BRACKETS INSTALLED ON SOME VEHICLES MAY CRACK. THIS MAY LEAD TO SEPARATION OF THE SEAT FRAME FROM THE SEAT BACK.,,DEALER WILL REPLACE THE SEAT FRAMES WITHOUT CHARGE TO OWNER. -08/24/1982,82V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V080000),"General Motors, LLC",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1167,THE FUEL INLET PIPE MAY DEVELOP CRACKS AT THE FLARED END LEADING INTO THE CARBURETOR DUE TO VIBRATIONS IN OPERATION. THESE CRACKS COULD RESULT IN FUEL LEAKAGE.,,"DEALER WILL INSTALL A NEW FUEL INLET PIPE ON THE INVOLVED VEHICLES, FREE OF CHARGE." -08/24/1982,82V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V081000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,8881,THE REAR AXLE SHAFTS RECEIVED IMPROPER HEAT TREATMENT DURING MANUFACTURE. THE SHAFT MAY BREAK AND THE TIRE AND WHEEL ASSEMBLY COULD DISENGAGE FROM THE VEHICLE.,,"DEALER WILL REPLACE BOTH REAR AXLE SHAFT ASSEMBLIES, IF NECESSARY, FREE OF CHARGE." -08/19/1982,82V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V079000),"Strick Trailers, LLC",EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,295,THE TRAILERS HAVE INCORRECT CONNECTIONS BETWEEN THE SUPPLY LINE AND THE DOLLY. THIS IMPROPER CONNECTION PREVENTS THE DOLLY AND FULL TRAILER FROM HAVING THE ABILITY TO PERFORM EMERGENCY BRAKING OR PARKING BRAKE FUNCTIONS.,,MANUFACTURER WILL PROVIDE KITS TO REFIT THE PIPING AND WILL REIMBURSE FOR LABOR. -08/16/1982,82E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E014000),"Subaru of America, Inc.",LIGHTING:GENERAL COMPONENT:EMERGENCY FLASHING HAZA,EXTERIOR LIGHTING,NR (Not Reported),Equipment,2000,"THE TURN SIGNAL FLASHERS DO NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THESE SIGNALS DO NOT MEET THE REQUIRED FLASH RATE AND ""CURRENT ON"" TIME SPECIFIED.",,THE MANUFACTURER WILL PROVIDE A CREDIT ALLOWANCE THAT IS EQUAL TO THE PURCHASE PRICE FOR ALL RETURNED TURN SIGNAL FLASHERS. -08/12/1982,82V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V078000),"Dakota Manufacturing Co., Inc.",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,9,"THE TIRES OF THE FRONT AXLE ASSEMBLY MAY COME INTO CONTACT WITH A FLOOR SUPPORT CROSSMEMBER AND LIMITED TIRE CLEARANCE BETWEEN THE FRONT TIRES AND THE WOOD DECKING WILL RESULT. WHEN TRAILER IS LOADED THE TIRE WILL RUB AGAINST THE SUPPORT CROSSMEMBER CAUSING TIRE DAMAGE OR FAILURE. SHOULD THE LOAD HAVE A HIGH CENTER OF GRAVITY THE TRAILER MAY SWAY, CAUSING THE TIRES TO COME INTO CONTACT WITH THE WOOD DECKING.",,THE CROSSMEMBER WILL BE REPLACED AND REPOSITIONED TO AVOID CONTACT WITH THE TIRES. -08/02/1982,82V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V077000),GRUMMAN FLXIBLE CORP.,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,140,"THE INVOLVED VEHICLES MAY CONTAIN EMERGENCY ESCAPE WINDOWS THAT DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". EXCESSIVE FORCE MAY BE REQUIRED TO OPEN THESE WINDOWS.",,EMERGENCY WINDOWS WILL BE MODIFIED TO ENSURE SAFE OPERATION WITHOUT CHARGE. -07/29/1982,82V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V076000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24455,"FUEL TANK VENTILATOR VALVE IN THE FUEL SYSTEM MAY PRODUCE A LOUD AND PERSISTENT ""WHISTLE"" DURING VENTING OF THE TANK. IF THE FUEL FILLER CAP IS REMOVED WHILE THIS CONDITION EXISTS AND THE TANK IS MORE THAN 3/4 FULL, GASOLINE MAY BE FORCED OUT OF THE FILLER NECK ONTO BYSTANDERS.",CONSEQUENCE OF DEFECT: FIRE AND PERSONAL INJURY COULD RESULT IF INTRODUCED TO AN IGNITION SOURCE.,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL TANK VENTILATOR AND PRESSURE CONTROL VALVES WITHOUT CHARGE TO OWNER." -07/29/1982,82T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T011000),LEE TIRE & RUBBER CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,454,THE DEFECT INVOLVED RESULTED FROM A BROKEN DRILL BIT PROTRUDING 0.15 INCH IN THE MOLD WHICH PENETRATED THE CURED TIRES TO THE PLY CORD IN THE SIDEWALL AREA. TIRES WILL NOT LEAK AIR BUT MOISTURE AND DIRT MAY ENTER THE HOLE AND CAUSE FAILURE.,,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -07/29/1982,82T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T012000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,825,THE SUSPECT TIRES HAVE SMALL VOIDS IN THE SHOULDER AREA CAUSED BY INSUFFICIENT STITCHING PRESSURE AT THE BUILDING MACHINE.,,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -07/27/1982,82V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V073000),ZIMMER MOTOR CARS CORP.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,247,"THE PLACEMENT OF A FIXED METAL SPIDER AND LENS IN FRONT OF THE HEAD LAMPS ON THESE VEHICLES MAY ADVERSELY AFFECT THE QUALITY OF THE LIGHT OUTPUT. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,"DEALER WILL REMOVE ""SPIDER"" AND LENS FROM HEAD LAMPS AND INSTALL A PLASTIC TRIM PIECE BETWEEN THE HEAD LAMPS AND OUTER HEADLIGHT RIM." -07/26/1982,82V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V075000),PACCAR Incorporated,BRAKES:BRAKE FOOT VALVE (TREADLE),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,900,THE HAND VALVE INSTALLED IN THE VEHICLE MAY HAVE BEEN INCORRECTLY POSITIONED. THIS WOULD ALLOW AIR TO ESCAPE FROM BOTH THE FRONT AND REAR SERVICE SYSTEMS SIMULTANEOUSLY IF THE CONTROL LINE TO THE REAR AXLE RELAY VALVES SHOULD FAIL. PERFORMANCE OF FRONT AND REAR SERVICE BRAKES DURING FAILURE COULD BE DEGRADED.,,"THE HAND VALVE WILL BE REPOSITIONED BY THE DEALER, IF NECESSARY, AT NO CHARGE OWNER." -07/26/1982,82V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V074000),PACCAR Incorporated,BRAKES:TRACTOR PROTECTION VALVE CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1000,"THE INVOLVED TRUCKS MAY HAVE BEEN ASSEMBLED WITHOUT THE INSTALLATION OF A SINGLE CHECK VALVE. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". IN THE EVENT OF A SINGLE FAILURE IN THE REAR AIR SYSTEM, THE LACK OF A CHECK VALVE WOULD ALLOW SIMULTANEOUS LOSS OF AIR FROM BOTH FRONT AND REAR BRAKING SYSTEMS.",,"DEALER WILL INSTALL A SINGLE CHECK VALVE, IF NECESSARY, WITHOUT CHARGE TO OWNER." -07/19/1982,82V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V072000),JAGUAR ROVER TRIUMPH INC.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,120,"THE VEHICLE CERTIFICATION LABELS AND VEHICLE IDENDIFICATION NUMBER PLATES MAY NOT HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 115, ""VEHICLE IDENTIFICATION NUMBER-BASIC REQUIREMENTS"".",,"VEHICLE CERTIFICATION LABEL AND VIN PLATE, IF MISSING, WILL BE INSTALLED WITHOUT CHARGE TO OWNER." -07/19/1982,82V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V070000),"Nissan North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,118747,"ON SOME OF THE INVOLVED SEAT BELT ASSEMBLIES, BINDING IN THE RETRACTOR MECHANISM MAY PREVENT THE BELT FROM BEING WITHDRAWN FROM THE RETRACTOR. THIS WOULD RENDER THE SEAT BELT UNUSABLE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE SEAT BELT RETRACTOR WITHOUT CHARGE TO OWNER." -07/19/1982,82V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V071000),Honda (American Honda Motor Co.),STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,5390,"THE REAR WHEEL FENDER AIR CLEANING MOUNTING BRACKETS COULD CRACK DUE TO ENGINE VIBRATIONS OVER A PERIOD OF TIME. BOLTS WHICH SECURE THE FENDER COULD LOOSEN AND THE FENDER COULD CONTACT THE REAR TIRE, CAUSING WHEEL LOCK-UP.",,DEFECTIVE AIR CLEANER BRACKET WILL BE REPLACED WITH A NEWLY-DESIGNED VERSION FREE OF CHARGE. -07/01/1982,82V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V068000),WHITE MOTOR CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,196,COMPLIANCE LABELS ON THE INVOLVED VEHICLES MAY CONTAIN TYPOGRAPHICAL ERRORS IN THE SECTION STATING COMPLIANCE TO SPECIFIC SAFETY STANDARDS.,,OWNERS WILL RECEIVE CORRECTED COMPLIANCE LABELS BY MAIL ALONG WITH INSTRUCTIONS FOR CORRECT PLACEMENT ON VEHICLE. -07/01/1982,82V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V069000),Volvo Trucks North America,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,41,"INCORRECT COMPLIANCE LABELS MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THESE LABELS SPECIFY ""INCOMPLETE VEHICLES"".",,OWNERS WILL RECEIVE THE CORRECT COMPLIANCE LABELS AND INSTALLATION INSTRUCTIONS. -07/01/1982,82V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V067000),"General Motors, LLC",SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Vehicle,419,"ON SOME OF THE INVOLVED VEHICLES, THE BARREL AREA BETWEEN THE INNER AND OUTER BEARINGS OF THE HUBS COULD DEVELOP CRACKS. EVENTUALLY THE HUBS COULD FAIL.",,A NEW HUB AND DRUM ASSEMBLY WILL BE INSTALLED BY DEALER AT NO CHARGE TO OWNER. -06/28/1982,82V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V066000),"IVECO TRUCK OF N.A., INC.",BRAKES:HYDRAULIC:HYDROBOOST UNIT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,42,THE HYDRAULIC BRAKE BOOSTER MAY NOT BE PROPERLY SECURED DUE TO THE OMISSION OF A NECESSARY SUPPORTING BRACKET IN THE PROCESS OF POWER STEERING INSTALLATION. THE HYDRAULIC BRAKE LINE COULD BE SUBJECT TO FAILURE DUE TO RESULTING FATIGUE.,,"DEALER WILL REPLACE THE EXISTING HYDRAULIC BRAKE LINE AND INSTALL PROPER BRACKET AND CLAMPS ON THE HYDRAULIC BRAKE BOOSTER, WITHOUT CHARGE TO OWNER." -06/25/1982,82V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V065000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,89,"THE SECTION THAT CARRIES THE POWER CABLES FROM THE BATTERIES TO THE ENGINE (CALLED THE ""HAT"" SECTION) COULD FRACTURE CAUSING THE MAIN POWER CABLE TO CHAFE.",,"THE END SUPPORT WILL BE REMOVED FROM THE ""HAT"" SECTION AND A COMPONENT CALLED A STIFFENER WILL BE ADDED. ALSO, THE CABLES WILL BE REPOSITIONED, WITHOUT CHARGE TO OWNER." -06/21/1982,82T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T009000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,45,"THE INVOLVED TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES MAY DEVELOP A SEPARATION IN THE SHOULDER AREA. THIS CONDITION WILL CAUSE A VIBRATION WHEN THE TIRE IS IN USE. IF THE VIBRATION IS IGNORED OR THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE TIRE TO FAIL LOSING THE INFLATING AIR.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES AT NO COST TO THE CUSTOMER WITHIN 60 DAYS FROM NOTIFICATION. -06/18/1982,82V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V064000),Motor Coach Industries,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,182,THE DRAG LING CLAMPS MAY CONTAIN DEFECTIVE CAPSCREWS. THESE CAPSCREWS MAY CONTAIN CRACKS WHICH COULD EVENTUALLY LEAD TO CAPSCREW FAILURE.,,THE MANUFACTURER REMOVED ALL DEFECTIVE CAPSCREWS FROM STOCK. REPLACEMENT CAPSCREWS WILL BE SHIPPED TO OWNERS FREE OF CHARGE AND LABOR WILL BE REIMBURSED. -06/15/1982,82V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V063000),"Chrysler (FCA US, LLC)",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,69,THE BRAKE HYDRAULIC SYSTEM BAY BE EQUIPPED WITH BRAKE FLUID CONTAINING AN EXCESS OF WATER.,,DEALER WILL REPLACE DEFECTIVE BRAKE FLUID WITHOUT CHARGE TO OWNER. -06/11/1982,82V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V062000),TRANSPORTATION MFG. CORP.,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,19,"SOME OF THE INVOLVED VEHICLES CONTAIN DEFECTIVE CAPSCREWS IN THE TWO DRAG LINK CLAMPS. THESE CAPSCREWS CONTAIN QUENCH CRACKS WHICH, OVER A PERIOD OF TIME, MAY CAUSE THEM TO BREAK.",,MANUFACTURER WILL INSPECT AND REPLACE ALL DEFECTIVE CAPSCREWS. -06/08/1982,82V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V061000),Isuzu Motors Limited,EXHAUST GAS RECIRCULATION VALVE (EGR VALVE),ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2070,THE EGR VALVE ASSEMBLY MAY DEVELOP CRACKS AT THE WELDED JOINT BETWEEN THE VALVE AND THE VALVE SHAFT. CRACKS MAY ENLARGE WITH CONTINUED USE AND THE VALVE COULD SEPARATE FROM THE SHAFT.,,"DEALER WILL INSTALL A NEW EGR GASKET AND VALVE, IF NECESSARY." -06/08/1982,82V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V060000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,189,SOME OF THE INVOLVED VEHICLES CONTAIN INCORRECT ACCELERATOR CABLE BRACKETS. THIS COULD ALLOW THE CRUISE CONTROL SERVO ROD TO BIND ON THE ACCELERATOR CABLE BRACKET.,,DEALER WILL INSTALL THE CORRECT CABLE BRACKET WITHOUT CHARGE TO OWNER. VEHICLES WITHOUT CRUISE CONTROL WILL ALSO BE MODIFIED IN THE EVENT THAT CRUISE CONTROL IS LATER ADDED. -06/07/1982,82V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V058000),"PREVOST CAR, INCORPORATED",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,306,INSULATION OF THE ALTERNATOR AND POST WIRES ON THE INVOLVED VEHICLES IS INSUFFICIENT; CORROSION MAY DEVELOP DUE TO CONTACT WITH SALT AND SAND USED IN SNOW AND ICE REMOVAL. CORROSION COULD LEAD TO AN ELECTRICAL SHORT BETWEEN THE ALTERNATOR BODY AND POST.,,"CORROSION WILL BE REMOVED FROM WIRES AND POSTS, A BRACKET WILL BE INSTALLED, AND A PROTECTIVE COATING OF SILICON GREASE AND UNITROL WILL BE APPLIED." -06/07/1982,82V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V059000),EL DORADO R.V. INC.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,233,THE MOUNTING OF THE CROSSMEMBER MAY BE INSUFFICIENT. CROSSMEMBERS ARE MOUNTED TO A SHIM PIECE OF SQUARE TUBING AND THEN THIS ENTIRE STRUCTURE IS MOUNTED TO THE FRAME. THE SMALL SHIM PIECE COULD BECOME DETACHED FROM THE CROSSMEMBER WHICH WOULD ALLOW THE BODY TO MOVE DOWN TWO INCHES. THIS MOVEMENT COULD PUNCTURE THE FUEL TANK.,,"THE CROSS MEMBER MOUNT REINFORCEMENTS WILL BE INSTALLED BY DEALER, IF NECESSARY." -06/03/1982,82V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V057000),AM GENERAL LLC,SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,3227,THE FRONT WHEEL SPINDLE MAY DEVELOP CRACKS AND EVENTUALLY FRACTURE COMPLETELY.,,RIGHT AND LEFT SPINDLES WILL BE REPLACED WITH A STRENGTH-IMPROVED VERSION WITHOUT CHARGE TO OWNER. -06/01/1982,82E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E013000),ARA MANUFACTURING COMPANY,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Equipment,2021,THERE IS A POSSIBLE DEFECT IN THE BLOWER ASSEMBLY AND THE ELECTRICAL WIRING IN THE BLOWER OF THE AIR CONDITIONING UNIT. A SHORT CIRCUIT MAY OCCUR IN THE BLOWER ASSEMBLY.,,"THE DEALER WILL PROVIDE A RETRO-FIT KIT FOR USE IN REMOVING THE ELECTRICAL RESISTOR IN THE AIR CONDITIONING UNIT, AND WILL REPLACE IT WITH A NEW FUSED RESISTOR. THIS FUSED RESISTOR WILL BE RELOCATED AND FITTED WITH A METAL BRACKET FREE OF CHARGE." -06/01/1982,82V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V056000),PETERBILT MOTOR COMPANY,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,"SHOULD AN ICE BLOCKAGE OCCUR BETWEEN THE AIR DRYER AND THE WET TANK DURING EXTREMELY COLD WEATHER CONDITIONS, THE PRESSURE BETWEEN THE COMPRESSOR AND THE LINE BLOCKAGE WOULD BUILD UP AND COULD LEAD TO A VIOLENT EXPLOSION.",,A PRESSURE RELIEF PROVISION WILL BE INSTALLED AT THE DRYER TO PREVENT PRESSURE BUILD UP. -05/27/1982,82V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V055000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,4000,"CLAMP BOLTS INSTALLED ON CERTAIN VEHICLES MAY CONTAIN CRACKS. EVENTUALLY THESE BOLTS MAY BREAK THROUGH, CAUSING SEPARATION OF THE BALL JOINT FROM THE STEERING KNUCKLE.",,DEALER WILL REPLACE BOTH BALL JOINT STUD CLAMP BOLTS WITHOUT CHARGE TO OWNER. -05/26/1982,82E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E012000),DANA CORPORATION,SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Equipment,60464,"THERE IS A POSSIBILITY THAT THE REQUIRED TORQUE TO TIGHTEN THE UPPER BALL JOINT INTO THE UPPER CONTROL ARM CANNOT BE REACHED, BECAUSE OF A MANUFACTURING DEFECT IN THE SIZE OF THE BALL CASE THREAD OF THE UPPER BALL JOINTS. THE THREAD MAY BE TOO SMALL.",,THE VEHICLE WILL BE INSPECTED TO SEE IF IT CONTAINS THE DEFECTIVE UPPER BALL JOINT ASSEMBLY. ALL DEFECTIVE UPPER BALL JOINT ASSEMBLIES SHOULD BE RETURNED TO THE MANUFACTURER TO BE REPLACED WITH A DEFECT-FREE UPPER BALL JOINT ASSEMBLY AT NO COST TO OWNER. -05/24/1982,82V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V054000),"Mack Trucks, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,5700,THE CIRCUIT WIRING ON THESE VEHICLES IS ARRANGED SO THAT A SHORT CIRCUIT IN THE REAR TAILLIGHTS WILL ALSO RESULT IN LOSS OF POWER TO THE HEADLAMPS. FOR SAFETY REASONS THE LIGHTING SYSTEM WIRING SHOULD BE INDEPENDENT.,,VEHICLES WILL HAVE AN AUTOMATIC RESET CIRCUIT BREAKER INSTALLED TO ENSURE CONTINUED HEADLAMP ILLUMINATION IN THE EVENT OF A SHORT IN OTHER LIGHTING SYSTEMS. -05/24/1982,82V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V053000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,509,"ON CERTAIN VEHICLES THE WINDSHIELD IS NOT PROPERLY INSTALLED. THE ADHESION BETWEEN THE WINDSHIELD GLASS AND URETHANE SEALING IS INCOMPLETE. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING"".",,DEALER WILL REPLACE PRESENT WINDSHIELD IF DAMAGED OR REINSTALL EXISTING WINDSHIELD IF NOT. -05/21/1982,82V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V052000),"ALFA ROMEO, INCORPORATED",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8582,"THE FUEL PUMP MAY HAVE BEEN IMPROPERLY INSTALLED, POSSIBLY RESULTING IN MISALIGNMENT OF THE PUMP.",,"DEALER WILL REPLACE THE FUEL PUMP AND RELATED HARDWARE WITH A NEW PUMP KIT, WITHOUT CHARGE TO OWNER." -05/20/1982,82V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V051000),"PREVOST CAR, INCORPORATED",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,157,"THE INNER TRACTION WHEEL RETAINING NUTS MAY NOT HAVE BEEN SECURELY TIGHTENED DURING ASSEMBLY. CONSEQUENTLY, THE NUTS COULD WORK LOOSE AND EVENTUALLY BECOME LOST.",,"THE WHEEL RETAINING NUTS WILL BE TIGHTENED TO SPECIFICATIONS, IF NECESSARY." -05/12/1982,82V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V049000),"Porsche Cars North America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,434,"DUE TO THE IMPROPER INSTALLATION OF HYDRAULIC BRAKE HOSES, THE HOSE COULD RUB AGAINST THE RIM IN CERTAIN WHEEL POSITIONS. BRAKE FLUID LOSS COULD RESULT, CAUSING A DEGRADATION IN THE PERFORMANCE OF THE FRONT BRAKE SYSTEM. THIS WOULD CAUSE AN INCREASE IN VEHICLE STOPPING DISTANCES.",,DEALER WILL REROUTE THE FRONT BRAKE HOSE AT NO COST TO OWNER. -05/12/1982,82V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V048000),"Porsche Cars North America, Inc.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,4800,"ON THE INVOLVED VEHICLES, THE UNIVERSAL JOINT WHICH CONNECTS THE STEERING SHAFT TO THE STEERING RACK MAY HAVE BEEN IMPROPERLY POSITIONED DURING ASSEMBLY. IF VEHICLE IS DRIVEN ON POOR ROADS FOR AN EXTENDED PERIOD OF TIME, THE CONNECTION BETWEEN THE STEERING SHAFT AND UNIVERSAL JOINT COULD LOOSEN AND CAUSE EXCESSIVE STEERING WHEEL FREE PLAY.",,DEALER WILL INSPECT AND REPOSITION THE UNIVERSAL JOINT CONNECTION AT NO COST TO OWNER. -05/12/1982,82V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V047000),PETERBILT MOTOR COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,800,"SOME OF THE INVOLVED VEHICLES MAY DEVELOP CRACKS IN THE FRONT EXTENSION OF THE FRAME RAIL DUE TO DISCREPANCIES INVOLVING THE LOCATION OF A WELD STUD. IN THIS CONDITION, THE FRAME EXTENSION COULD SEPARATE.",,"DEALER WILL INSPECT EXISTING FRAME EXTENTIONS AND, IF NECESSARY, REPLACE THEM AT NO COST TO OWNER." -05/11/1982,82V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V045000),Ford Motor Company,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Vehicle,113000,"ON THE INVOLVED VEHICLES, A THERMAL LIMITER IN THE BLOWER MOTOR RESISTOR CIRCUIT OF THE AIR CONDITIONER/HEATER ASSEMBLY MAY NOT FUNCTION AS INTENDED. IF THE BLOWER MOTOR BECOMES JAMMED WHEN THE SYSTEM IS OPERATING IN THE MEDIUM-LOW BLOWER SPEED, THE RESISTOR COILS CAN OVERHEAT CAUSING MELTING AND POSSIBLE IGNITION.",,DEALER WILL REPLACE THE RESISTOR ASSEMBLY WITH AN IMPROVED VERSION WITHOUT CHARGE TO OWNER. -05/11/1982,82V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V046000),OUTBOARD MARINE CORP.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,1361,"ON THE INVOLVED VEHICLES, A SUBSTANDARD WELD MAY EXIST IN THE AREA WHICH JOINS THE INNER AND OUTER WHEEL RIM TOGETHER. IF THE WELD WERE TO FAIL DURING RE-INFLATION OF THE TIRE, THE RIM HALVES COULD SEPARATE.",,DEALER WILL REPLACE SUSPECT RIMS WITH NEW RIMS AT NO COST TO OWNER. -05/10/1982,82V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V043000),ARVINMERITOR AUTOMOTIVE,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1812,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". ALSO, POTENTIAL OVERLOADING OF THE VEHICLE MAY OCCUR DUE TO INADEQUATE AXLE SPRINGS WHICH WOULD NOT PROPERLY EQUIP THE VEHICLE FOR HIGHWAY DRIVING.",,"DEALER WILL INSPECT AND PROVIDE THE PROPER CERTIFICATION LABELS AND UPGRADE THE AXLE SPRINGS AT NO COST TO OWNER. REAR LIGHTING AND REFLECTORS WILL BE CHECKED AND CORRECTED, IF NECESSARY." -05/08/1982,82V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V050000),"THOMAS BUILT BUSES, INC.",SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,185,THE GROSS AXLE WEIGHT RATING LISTED ON THE CERTIFICATION PLATE FOR THE FRONT SPRINGS IS INCORRECT. SOME VEHICLES HAVE FRONT SPRINGS RATED AT 2950 LBS. AND PASSENGER CAPACITY AT GREATER THAN 15 PASSENGERS. THIS COMBINATION MAY RESULT IN THE FRONT SPRINGS BEING OVERLOADED BY 150 LBS. WHEN THESE VEHICLES ARE LOADED TO MAXIMUN CAPACITY.,,DEALER WILL REPLACE THE FRONT SPRINGS WITH 3100 LB. FRONT SPRINGS AT NO COST TO OWNER. -05/05/1982,82E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E011000),"HAYDEN, INCORPORATED",EQUIPMENT:TRANSMISSION FLUID INDICATOR,POWER TRAIN,NR (Not Reported),Equipment,86474,"THE DEFECT INVOLVES A SIGHT GAUGE ROUTED IN THE TRANSMISSION FLUID LINE. UNDER A COMBINATION OF TEMPERATURE AND PRESSURE CONDITIONS, THE GAUGE COULD ALLOW TRANSMISSION FLUID LEAKAGE.",,"A QUICK CONNECT UNIT WILL BE SUPPLIED TO REPLACE THE TRANS-GARD UNIT. ALSO, OWNER WILL BE REIMBURSED UPON RETURN OF THE TRANS-GARD UNIT." -05/04/1982,82V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V044000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11714,THE REAR HYDRAULIC BRAKE SYSTEM MIGHT BE CAPABLE OF GENERATING EXCESSIVE HYDRAULIC PRESSURE WHICH COULD EXCEED THE BURST STRENGTH OF SOME OF THE REAR BRAKE CALIPERS. THIS COULD CAUSE CALIPER FRACTURE AND TOTAL LOSS OF REAR BRAKES.,,DEALER WILL INSPECT AND MODIFY THE BRAKE SYSTEM AT NO COST TO OWNER. -04/28/1982,82V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V042000),"BROUGHAM INDUSTRIES, INC.",FUEL:LPG LINES:(PIPES) METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,24,"ON THE INVOLVED VEHICLES, THE IMPROPER ROUTING OF THE L.P. GAS PIPING BETWEEN THE L.P. GAS TANK AND THE FUEL BURNING APPLIANCE MIGHT CAUSE THE REAR AXLE SUSPENSION SYSTEM TO DAMAGE THE PIPING. THE PIPING MAY RUPTURE AND ALLOW THE L.P. GAS TO LEAK.",,DEALER WILL REMOVE THE EXISTING L.P. GAS LINES AND REROUTE THEM TO AVOID ANY POSSIBLE DAMAGE AND WILL ALSO TEST FOR LEAKS AT NO COST TO OWNER. -04/27/1982,82V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V041000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15988,"THE INVOLVED VEHICLES MAY HAVE BEEN PRODUCED WITH AN INADEQUATE SEAL BETWEEN THE FUEL FILLER PIPE-HOUSING ASSEMBLY AND THE FUEL FILLER OPENING-COLLAR ASSEMBLY. TWO ATTACHING SCREWS AT THE BOTTOM OF THIS JOINT WERE OMITTED DURING ASSEMBLY. IT IS POSSIBLE THAT A SMALL QUANTITY OF OVERFLOW FUEL COULD LEAK INTO THE RIGHT REAR FENDER WELL BEHIND THE LUGGAGE COMPARTMENT TRIM PANEL IF FUEL ""SPIT-BACK"" OR OVERFILLING WERE TO OCCUR DURING REFUELING.",,DEALER WILL INSTALL THE TWO MISSING FASTENERS AND A LOWER FLANGE REINFORCEMENT AT NO COST TO OWNER. -04/23/1982,82V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V040000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:CLUTCH ASSEMBLY:PLATE:DRIVE:CLUTCH,POWER TRAIN,NR (Not Reported),Vehicle,11130,"ON THE INVOLVED VEHICLES THE CLUTCH PRESSURE PLATE MAY SUDDENLY SELF DESTRUCT, SCATTERING BROKEN FRAGMENTS.",,DEALER WILL REMOVE THE BELLVILLE SPRING CLUTCH ASSEMBLY AND REPLACE IT WITH A COIL SPRING CLUTCH ASSEMBLY AT NO COST TO OWNER. -04/21/1982,82E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E010000),DANA CORPORATION,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1300,"REUSABLE AIR BRAKE END FITTINGS FOR AIR BRAKE HOSE FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". THE REUSABLE FITTINGS ARE INCORRECTLY MARKED ""AII"" INSTEAD OF ""AI"".",,THE MANUFACTURER WILL EITHER REPLACE ALL INCORRECTLY MARKED FITTINGS WITH CORRECTLY MARKED ONES FREE OF CHARGE OR REFUND THE FULL PURCHASE PRICE. -04/21/1982,82V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V038000),Isuzu Motors Limited,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,393,"DURING A PISTON PIN MANUFACTURING PROCESS, CRACKS HAVE OCCURRED IN THE INNER SURFACE OF THE PIN. THESE CRACKS COULD LEAD TO COMPLETE BREAKAGE OF THE PIN, WHICH IN TURN COULD RESULT IN ENGINE FAILURE AND POSSIBLE SUDDEN ENGINE SEIZURE.",,DEALER WILL REPLACE PISTON PINS ON THE INVOLVED VEHICLES AT NO COST TO OWNER. -04/21/1982,82V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V037000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,92000,"ON THE INVOLVED VEHICLES, AN IMPROPERLY PLACED MAT INTERFERES WITH THE VIBRATION ABSORBER ATTACHED TO THE UNDERSIDE OF THE ACCELERATOR. THE PEDAL MAY NOT FULLY RETURN TO THE IDLE POSITION.",CONSEQUENCE OF DEFECT: THIS COULD RESULT IN UNINTENTIONAL ACCLERATION WHICH COULD CAUSE LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,"DEALER WILL INSTALL, WHERE NECESSARY, A GUIDE FOR THE ACCELERATOR PEDAL AND INSPECT THE ENTIRE THROTTLE SYSTEM." -04/21/1982,82V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V039000),"COACHMEN INDUSTRIES, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,331,,,DEALER WILL REPLACE THE TYPE 1 SEAT BELTS WITH THE REQUIRED TYPE 2 SEAT BELTS AT NO COST TO OWNER. -04/20/1982,82V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V035000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18082,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"", DUE TO THE BRAKE PEDAL HEIGHT BEING ADJUSTED LOWER THAN SPECIFICATIONS. IF A VEHICLE HAS SUCH A MISADJUSTMENT IT COULD ALSO EXPERIENCE PARTIAL BRAKE SYSTEM DISABLEMENT.",,"DEALER WILL INSPECT FOR BRAKE PEDAL HEIGHT AND ADJUST, IF NECESSARY, AT NO COST TO OWNER." -04/19/1982,82V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V036000),"Subaru of America, Inc.",STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Vehicle,43300,THE STEERING WHEEL NUT MAY HAVE BEEN TIGHTENED INSUFFICIENTLY DURING THE ASSEMBLY PROCESS AND MAY LOOSEN AND DEVELOP PLAY BETWEEN THE STEERING WHEEL AND THE STEERING SHAFT. THE STEERING WHEEL COULD SEPARATE FROM THE STEERING SHAFT.,,DEALER WILL INSPECT AND RETIGHTEN THE STEERING WHEEL NUT TO TORQUE SPECIFICATIONS AT NO COST TO OWNER. -04/14/1982,82V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V034000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,40,IT MAY BE POSSIBLE FOR THE LCF THROTTLE ROD BELL CRANK TO MAKE CONTACT WITH THE RADIATOR SEAL. THIS CAN RESULT IN REDUCED ENGINE PERFORMANCE AND/OR THROTTLE RETURN.,,DEALER WILL MODIFY THE DRIVER SIDE RADIATOR SEAL TO ELIMINATE THE POSSIBILITY OF INTERFERENCE WITH THE THROTTLE ROD BELL CRANK. -04/14/1982,82T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T008000),"ATLAS COPCO N.A., INC",TIRES,TIRES,NR (Not Reported),Tire,998,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES MAY HAVE BELOW MINIMUM TIRE CARCASS STRENGTH AND MAY BE SUSCEPTIBLE TO IMPACT DAMAGE, PARTICULARLY WHEN RUN OVERINFLATED OR OVERLOADED.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES AT NO COST TO THE CUSTOMER WITHIN 60 DAYS OF NOTIFICATION. -04/12/1982,82V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V033000),Ford Motor Company,EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,24,"ON THE INVOLVED VEHICLES, THE MUFFLER GRASS SHIELDS WERE INADVERTENTLY OMITTED DURING MANUFACTURE. WITHOUT THE GRASS SHIELD, AND DURING CERTAIN OPERATING CONDITIONS, THE MUFFLER SURFACE TEMPERATURES COULD BECOME HOT ENOUGH TO EXCEED SPECIFIED STANDARDS AND CREATE THE POTENTIAL FOR IGNITING TALL GRASSES IF THEY WERE PRESENT BENEATH A STANDING VEHICLE.",,DEALER WILL INSTALL GRASS SHIELDS ON ALL AFFECTED VEHICLES AT NO COST TO OWNER. -04/08/1982,82V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V032000),"FLEETWOOD ENTERPRISES, INC.",FUEL:LPG LINES:(PIPES) METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,30,THE POSSIBILITY EXISTS THAT ON CERTAIN VEHICLES THE L.P. GAS TUBING MAY BE DAMAGED OR CRACKED BY THE AXLE WHEN THE AXLE IS SUBJECTED TO EXTREME UPWARD MOVEMENT. DAMAGE TO THE L.P. GAS TUBING COULD CAUSE GAS LEAKAGE.,,DEALER WILL INSPECT AND RELOCATE THE L.P. GAS TUBE AT NO COST TO OWNER. -04/07/1982,82E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E009000),"TRIDON, INCORPORATED",LIGHTING:GENERAL COMPONENT:EMERGENCY FLASHING HAZA,EXTERIOR LIGHTING,NR (Not Reported),Equipment,12974,"THESE ELECTRONIC SIGNAL FLASHERS FAIL TO COMPLY WITH THE PERFORMANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". WHEN SUBJECTED TO A TEMPERATURE OF ZERO DEGREES FAHRENHEIT, THE FLASH RATE OF THESE UNITS MAY NOT STAY WITHIN AN ACCEPTABLE RANGE.",,"UNSOLD INVENTORIES OF FLASHER UNITS WILL BE RECALLED AND THIS MODEL WILL BE REMOVED FROM THE MARKET IMMEDIATELY. ALSO, OWNER MAY RETURN THE UNIT FOR A COMPLETE REFUND." -04/06/1982,82V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V030000),DE LOREAN MOTOR COMPANY,FUEL:FUEL INJECTION:ELECTRICAL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5342,AN INERTIA SWITCH DESIGNED TO CUT OFF THE FUEL PUMP DURING ACCIDENTAL IMPACT MAY NOT OPERATE PROPERLY.,,DEALER WILL REPLACE THE INERTIA SWITCH AT NO COST TO OWNER. -04/06/1982,82V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V031000),Ford Motor Company,FUEL:LPG LINES:FITTINGS SYSTEMS,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,116,SOME OF THE SUSPECT VEHICLES MAY HAVE BEEN PRODUCED WITH IMPROPERLY TIGHTENED PROPANE FUEL SYSTEM FITTINGS IN THE ENGINE COMPARTMENT; FUEL LEAKAGE COULD OCCUR.,,"DEALER WILL INSPECT, REPLACE, AND SEAL CERTAIN FUEL SYSTEM CONNECTIONS AT NO COST TO OWNER." -04/01/1982,82E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E008000),ARVINMERITOR AUTOMOTIVE,STEERING:YOKE (MOTORCYCLE),STEERING,NR (Not Reported),Equipment,18672,"SOME UNIVERSAL JOINT YOKES WERE FORGED WITH INCORRECT STEEL, RESULTING IN BRITTLE WELDS BETWEEN THE YOKE AND ITS MATING SHAFT. FIELD SERVICE LOADS MAY CAUSE FAILURE OF THE WELD AND CAUSE THE YOKE TO SEPARATE FROM ITS SHAFT.",,THE MANUFACTURER WILL PROVIDE A REPLACEMENT YOKE OR REPLACEMENT YOKE AND SHAFT WITHOUT CHARGE TO OWNER. -03/30/1982,82V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V029000),Blue Bird Body Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1500,"DUE TO SUBSTANDARD RUBBER PRODUCTS USED IN PRODUCING SPRING BRAKE HOSES INSTALLED ON CERTAIN VEHICLES, THE HOSE COULD RUPTURE CAUSING THE LOSS OF SERVICE BRAKES ON THE AFFECTED FRONT WHEEL.",,"DEALER WILL SUPPLY TWO HOSES, WITH INSTRUCTIONS, FOR REPLACEMENT BY OWNER. LABOR CHARGES WILL BE REIMBURSED." -03/30/1982,82T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T007000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,293,"SOME OF THE THESE TIRES MAY DEVELOP SEPARATION IN THE TREAD AREA. UNDER THIS CIRCUMSTANCE, THE TREAD OF THE TIRE WILL BULGE.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND WILL MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -03/29/1982,82V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V028000),"General Motors, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,148,"THE PLATFORM TRAILER HITCHES ON THE SUSPECT VEHICLES MAY NOT HAVE BEEN ASSEMBLED WITH SUFFICIENT HITCH-TO-ATTACHMENT BOLT CLAMP LOAD. IF THIS CONDITION EXISTS, THE TRAILER HITCH ATTACHING PARTS MAY LOOSEN AND BREAK.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPOSITION THE HITCH AND REAR BUMPER, RETORQUE THE ATTACHMENT BOLTS AND REPLACE THE EXISTING REAR HITCH-TO-FRAME BOLTS AT NO COST TO OWNER." -03/26/1982,82V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V027000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3270,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"", DUE TO FAILURE OF THE THROTTLE TO RETURN COMPLETELY TO IDLE UNDER CERTAIN CONDITIONS WITH ONE OF THE TWO ACCELERATOR CONTROL RETURN SPRINGS INOPERATIVE.",,DEALER WILL INSPECT AND MODIFY THE THROTTLE TO MEET THE REQUIREMENTS OF THE STANDARD. -03/17/1982,82T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T006000),DUNLOP TIRE CORPORATION,TIRES:PLY,TIRES,NR (Not Reported),Tire,1480,"DURING THE MANUFACTURING PROCESS, LOCAL AREAS OF ENTRAPPED AIR AT THE TIRE TREAD CENTERLINE AND BETWEEN THE TREAD AND THE TOP PLY WERE PRESENT IN SOME TIRES. THIS CONDITION COULD LEAD TO TIRE FAILURE.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND WILL MOUNT AND BALANCE REPLACEMENT TIRES AT NO COST TO THE CUSTOMER WITHIN 60 DAYS OF NOTIFICATION. -03/16/1982,82V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V026000),U.S. ELECTRICAR CORP.,HEATER:ELECTRICAL:DEFROSTER:DEFOGGER:CONTROL SWITC,VISIBILITY,NR (Not Reported),Vehicle,24,"CERTAIN VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS"". IMPROPER SETTING OF THE THERMOSTAT CAN CAUSE THE HEATING COILS TO BE DE-ENERGIZED PREMATURELY, RESULTING IN INADEQUATE DEFROSTING AND DEFOGGING.",,DEALER WILL ADJUST THE THERMOSTAT SETTING AT NO COST TO OWNER. -03/16/1982,82E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E006000),DANA CORPORATION,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Equipment,526,"DUE TO INADEQUATE INSTALLATION PROCEDURES, THE TWO FRONT HANGERS LOCATED IN THE SUSPENSION SYSTEM OF THE DUMP TRAILERS MAY DEVELOP FATIGUE CRACKS. IF THE CRACKS GO UNDETECTED, COMPLETE FRACTURE OF THE HANGER AND MISALIGNMENT OF THE AXLE COULD RESULT.",,THE DEALER WILL CORRECT BY INSPECTING AND REPLACING OR REPAIRING FRONT HANGER. THE MANUFACTURER WILL PROVIDE REPLACEMENT PARTS AT NO CHARGE AND REIMBURSE OWNERS FOR LABOR CHARGES. -03/15/1982,82V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V025000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:ELECTRIC:SYSTEM,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,336,"POSSIBILITY THAT ON CERTAIN VEHICLES, THE ELECTRIC BRAKE WIRES ROUTED ALONG THE REAR SIDE OF THE AXLE MAY BE DAMAGED WHEN THE AXLE IS SUBJECTED TO EXTREME UPWARD MOVEMENT. DAMAGE TO THE BRAKE SERVICE WIRES COULD RESULT IN BRAKE FAILURE.",,DEALER WILL INSPECT AND RELOCATE BRAKE WIRING AT NO COST TO OWNER. -03/15/1982,82V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V023000),Ford Motor Company,ELECTRICAL SYSTEM:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,99,"SOME OF THE SUSPECT VEHICLES MAY HAVE BEEN PRODUCED WITH THE POSITIVE BATTERY CABLE INCORRECTLY INDEXED AT THE ATTACHMENT TO THE STARTER SOLENOID. CABLE INSULATION DAMAGE COULD OCCUR DUE TO METAL ON METAL CONTACT DURING MAXIMUM ENGINE ROLL CONDITIONS. AN ELECTRICAL SHORT MAY DEVELOP BETWEEN THE BATTERY CABLE AND A BRAKE TUBE. A HOLE COULD BE FORMED IN THE BRAKE TUBE, RESULTING IN LOSS OF BRAKE FLUID AND REDUCED BRAKING CAPABILITY.",,"DEALER WILL INSPECT AND, IF NECESSARY, RE-INDEX THE STARTER POSITIVE BATTERY CABLE ATTACHMENT AT NO COST TO OWNER." -03/15/1982,82V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V024000),Ford Motor Company,EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,12500,"THE REINFORCEMENT FOR THE IN-BOX SPARE TIRE CARRIER MAY HAVE BEEN ATTACHED USING INCORRECT HEX HEAD BOLTS. IF THE CARRIER AND REINFORCEMENT ATTACHING BOLTS ARE INCORRECT, THE POTENTIAL EXISTS FOR THE TIRE SIDEWALL TO BE DAMAGED OR WEAKENED BY EXTENDED CONTACT WITH THE SHARP EDGES OF THE BOLT HEADS.",,DEALER WILL REPLACE BOLTS AND ANY DAMAGED SPARE TIRES AT NO COST TO OWNER. -03/09/1982,82V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V022000),"Jaguar Cars, Ltd.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3718,CERTAIN VEHICLES MAY BE FITTED WITH AN UNAUTHORIZED FUEL PUMP ELECTRICAL INERTIA SWITCH. THIS SWITCH HAS A TIN COATING ADDED TO THE CONTACTS THAT CREATE THE POTENTIAL FOR A HIGH ELECTRICAL RESISTANCE. THIS COULD CAUSE OVERHEATING AND POSSIBLE DISTORTION OF THE PLASTIC MOUNTING AROUND THE FIXED CONTACT. THIS COULD RESULT IN INABILITY TO START THE VEHICLE SINCE THERE IS A FLOW OF CURRENT TO THE FUEL PUMP.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE INERTIA SWITCH AT NO COST TO OWNER." -03/08/1982,82V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V021000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,519329,"UNDER CERTAAIN CONDITIONS, THE HOSE CLAMPS ON THE FUEL TANK FILLER PIPE AND FUEL TANK FILLER VENT PIPE COULD FRACTURE. THE FRACTURE OF THESE CLAMPS COULD CAUSE FUEL LEAKAGE AT ANY OF THE FOUR PIPE TO HOSE CONNECTIONS. LEAKAGE CAN OCCUR DURING REFUELING, OR WHILE DRIVING, IF THE FUEL TANK IS ABOVE 3/4 FULL.",,DEALER WILL INSPECT AND REPLACE THE HOSE CLAMPS ON THE FUEL TANK FILLER PIPE AND VENT PIPE AT NO COST TO OWNER. -03/08/1982,82E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E005000),VAPOR,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Equipment,122,THE CONNECTING ROD AND LEVER ASSEMBLIES AND BASE PLATE ASSEMBLIES ON THE INVOLVED PASSENGER DOORS WERE FOUND TO BE DEFECTIVE.,,THE MANUFACTURER WILL REPLACE ALL DEFECTIVE COMPONENTS ON PASSENGER DOORS WITHOUT CHARGE. -03/02/1982,82V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V020000),PETERBILT MOTOR COMPANY,INTERIOR SYSTEMS:LIGHTER:CIGARETTE,EQUIPMENT,NR (Not Reported),Vehicle,2000,"A POSSIBILITY EXISTS THAT IF THE CIGARETTE LIGHTER IS DEPRESSED, ENGAGING THE HEATING ELEMENT, LIGHTER MAY NOT AUTOMATICALLY ""POP OUT"" OR DISENGAGE. AS A RESULT, THE HEATING ELEMENT MAY CONTINUE TO HEAT TO HIGHER THAN NORMAL TEMPERATURES.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LIGHTER WITHOUT CHARGE." -03/02/1982,82V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V018000),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:FLEXIBLE,POWER TRAIN,NR (Not Reported),Vehicle,4987,"THE CLUTCH CABLE MAY RUB AGAINST THE MASTER CYLINDER BRAKE PIPE WHEN THE CLUTCH PEDAL IS OPERATED. CONTINUED OPERATION OF THE VEHICLE MAY RESULT IN WEAR THROUGH OF THE INSULATION ON THE CLUTCH CABLE. THE RESULTING METAL ON METAL CONTACT COULD LEAD TO FAILURE OF THE BRAKE PIPE, LOSS OF BRAKE FLUID, AND PARTIAL LOSS OF BRAKE ACTION.",,"DEALER WILL INSPECT AND, IF NECESSARY, CORRECT SYSTEM BY PROVIDING A MINIMUM 1/2 INCH CLEARANCE BETWEEN CLUTCH CABLE AND BRAKE PIPE TO AVOID METAL ON METAL CONTACT." -03/02/1982,82V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V019000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,22,CERTAIN VEHICLES MAY BE SUBJECT TO STEERING SHAFT SEPARATION DUE TO LOOSE SET SCREWS IN THE DASH SHEET BEARING WHICH MAY ALLOW THE SHAFT TO MOVE.,,DEALER WILL INSPECT AND MODIFY THE STEERING SHAFT BY PROVIDING A GREATER SLIP LENGTH IN THE STEERING DRIVE SHAFT TO ELIMINATE SLIP JOINT SEPARATION. -03/01/1982,82V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V017000),ZIMMER HOMES CORP.,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,78,THE SEAT BACK OF THE DRIVER AND THE THREE PASSENGER SEATS CAN FAIL AND SEPARATE FROM THE SEAT SECTION OF THE SEAT.,,DEALER WILL REPLACE THE SEATS ON THE INVOLVED VEHICLES AT NO COST TO OWNER. -02/23/1982,82V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V016000),"Volkswagen Group of America, Inc.",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,5200,"A LOCK NUT WHICH SECURES THE TIE ROD TO THE INNER BALL JOINT OF THE STEERING SYSTEM MAY NOT HAVE BEEN SECURELY FASTENED ON SOME OF THE INVOLVED VEHICLES DURING ASSEMBLY. IF THIS CONDITION EXISTS AND THE VEHICLE IS DRIVEN ALONG POOR ROADS FOR AN EXTENDED PERIOD OF TIME, THE TIE ROD COULD SEPARATE FROM THE STEERING ASSEMBLY.",,"DEALER WILL CHECK THE LOCK NUT FOR ADEQUATE TIGHTNESS, CORRECTING WHERE NECESSARY." -02/23/1982,82V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V015000),Volvo Trucks North America,STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,449,"SOME OF THE INVOLVED VEHICLES MAY BE SUSCEPTIBLE TO EXTENSIVE RUSTING OF THE SPLINED SECTION OF THE LOWER STEERING SHAFT. THIS COULD PREVENT THE SPLINED SHAFT FROM MOVING INTO THE SLEEVE. IF THIS OCCURS, EXCESSIVE STRESS IS APPLIED BETWEEN THE JOINT CONNECTION AND INPUT SHAFT, CAUSING UNACCEPTABLE MOTION OF THE UNIVERSAL JOINT CONNECTION.",,"DEALER WILL INSPECT AND REPLACE THE EXISTING COLUMN WITH A NEWLY DESIGNED COLUMN OR WILL INVERT THE EXISTING COLUMN TO LOCATE THE SPLINED SECTION INSIDE THE CAB, AT NO COST TO OWNER." -02/23/1982,82T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T005000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,20800,THE INVOLVED TIRES MAY EXHIBIT SOCKETING AROUND INDIVIDUAL CORDS IN THE BELT PLIES AFTER EXTENSIVE TESTING. THIS CONDITION COULD LEAD TO CHUNKOUT OR SEPARATION IN THE TREAD AREA. LOSS OF INFLATING AIR MAY RESULT.,,THE DEALER WILL REPLACE ALL SUSPECT TIRES AT NO COST TO THE CUSTOMER WITIN 60 DAYS FROM NOTIFICATION. -02/23/1982,82E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E004000),TRICO PRODUCTS CORP.,VISUAL SYSTEMS:WINDSHIELD WIPER BLADE,VISIBILITY,NR (Not Reported),Equipment,225000,THE BLACK PLASTIC ADAPTOR MAY GIVE WAY IF SUBJECTED TO FORCES OF THE TYPE SOMETIMES APPLIED BY CAR OWNERS TO FREE WIPER BLADES FROZEN TO WINDSHIELDS UNDER SEVERE COLD AND HEAVY SNOW AND ICE CONDITIONS.,,THE MANUFACTURER WILL REPLACE DEFECTIVE WINDSHIELD WIPER BLADES WITHOUT CHARGE TO OWNER. -02/18/1982,82V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V014000),"COLEMAN CO., INC.",LPG FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,3896,THE INVOLVED VEHICLES MAY CONTAIN PROPANE GAS LINE FLARE NUTS THAT MAY ALREADY BE CRACKED OR COULD CRACK AT A LATER DATE. THIS COULD LEAD TO GAS LEAKAGE.,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL DEFECT-FREE FLARE NUTS WITHOUT CHARGE TO OWNER." -02/11/1982,82T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T004000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,1892,"THE INVOLVED TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES FAIL TO MEET THE HIGH SPEED AND ENDURANCE TEST REQUIREMENTS.",,THE DEALER WILL REPLACE SUSPECT TIRES AT NO COST TO THE CUSTOMER WITHIN 60 DAYS FROM NOTIFICATION. -02/09/1982,82T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T003000),DUNLOP TIRE CORPORATION,TIRES:CORD,TIRES,NR (Not Reported),Tire,5277,"THE INVOLVED TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". FLEXING MAY DEVELOP IN THE LOWER SIDEWALL UNDER MAXIMUM TIRE LOADS AND COULD RESULT IN SEPARATION AND BREAKUP OF TIRE COMPONENTS. AS A RESULT, THE TIRE MAY FAIL, LOSING INFLATING AIR.",,THE DEALER WILL REPLACE ALL RECALL TIRES AT NO COST TO THE CUSTOMER WITHIN 60 DAYS FROM NOTIFICATION. -02/08/1982,82E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E003000),DANA CORPORATION,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Equipment,338,TRAILER AXLE SPINDLES MAY FRACTURE WHEN SUBJECTED TO LOADS EXCEEDING THE MAXIMUM LOAD RECOMMENDED.,,THE DEALER WILL REPLACE EXISTING AXLES WITH NEW MODIFIED AXLES WITHOUT CHARGE TO OWNER. -01/29/1982,82E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E007000),"Cummins, Inc.",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,69,"IT IS POSSIBLE THAT THE WALL THICKNESS OF THE ENGINE MOUNTING PAD IS OUTSIDE OF DESIGN SPECIFICATIONS. IF THIS CONDITION EXISTS, FAILURE OF THE MOUNTING PAD IN A BUS APPLICATION COULD CAUSE THE ENGINE TO FALL TO THE ROADWAY.",,"ALL SUSPECT CYLINDER BLOCKS FOUND TO CONTAIN THE DEFECT WILL BE MODIFIED AS GOOD ENGINEERING DICTATES, UNTIL NEW CYLINDER BLOCKS CAN BE INSTALLED." -01/28/1982,82V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V010000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3780,"ON THE INVOLVED VEHICLES, UNDER A COMBINATION OF LOW TEMPERATURE CONDITIONS AND A WARMED UP ENGINE, WATER VAPOR IN THE WARM AIR FROM THE CRANKCASE HOUSING MAY CONDENSE AND FREEZE AFTER A PERIOD OF STEADY STATE DRIVING CAUSING ICE BUILD UP AROUND THE THROTTLE PLATE. THE ICE MIGHT PREVENT THE THROTTLE PLATE FROM FULLY CLOSING WHEN THE DRIVER RELEASES THE ACCELERATOR PEDAL, CAUSING A SLOWER THAN NORMAL DECELERATION RATE AND AN INCREASE OF THE IDLE SPEED.",,DEALER WILL REPLACE THE EXISTING THROTTLE HOUSING WITH A HEATED THROTTLE HOUSING AT NO COST TO OWNER. -01/28/1982,82V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V011000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Vehicle,14500,"ON THE INVOLVED VEHICLES, THE BOLTS USED TO ATTACH THE FRONT SUSPENSION BALL JOINTS TO THE CONTROL ARMS MAY FAIL DUE TO A BOLT SECTION CRACK CONDITION. THE BALL JOINT MAY SEPARATE FROM THE ARM POSSIBLY AFFECTING VEHICLE DIRECTIONAL CONTROL.",,DEALER WILL REPLACE THE BALL JOINT TO CONTROL ARM ATTACHING BOLTS AT NO COST TO OWNER. -01/25/1982,82V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V007000),WHITE MOTOR CORPORATION,EMERGENCY PARKING BRAKE:AIR,PARKING BRAKE,NR (Not Reported),Vehicle,123,"THE SERVICE AND PARKING BRAKES ON THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". USE OF THE VEHICLE BY INDIVIDUALS NOT FAMILIAR WITH ITS BRAKING CAPABILITIES MAY RESULT IN LONGER DECELERATION TIMES.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL TWO SPRING BRAKE CHAMBERS AT NO COST TO OWNER." -01/25/1982,82V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V009000),WHITE MOTOR CORPORATION,POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,600,"ON THE INVOLVED VEHICLES, THE REAR AXLES MAY FRACTURE AND ULTIMATELY ALLOW FOR A SEPARATION OF THE REAR OUTER ENDS IN THE SPINDLE ATTACHMENT TO AXLE HOUSING AREA. SUCH A FRACTURE MAY ALSO CAUSE THE SPINDLE AND ITS COMPONENTS, INCLUDING THE WHEELS, BRAKES, DRUMS, ETC. TO BECOME DISENGAGED FROM THE AXLE.",,"THE DEALER WILL REPLACE THE HOUSING, IF NECESSARY, AT NO COST TO OWNER." -01/25/1982,82V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V008000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,53,"THE FRONT AXLE STEERING ARMS INSTALLED ON THE SUSPECT VEHICLES ARE OF A SLIGHTLY DIFFERENT CONFIGURATION THAN THOSE DESIGNED FOR THE APPLICATION. USE OF THE WRONG STEERING ARM PRESENTS THE POTENTIAL FOR IMPROPER STEERING ARM TO DRAG LINK ADJUSTMENT, WHICH MAY RESULT IN STEERING LOCK-UP DURING A FULL RIGHT TURN.",,DEALER WILL INSPECT THE SUSPECT VEHICLES AND REPLACE DEFECTIVE STEERING ARMS AT NO COST TO OWNER. -01/22/1982,82V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V006000),DE LOREAN MOTOR COMPANY,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5400,"IN VERY COLD WEATHER, MOISTURE THAT ENTERS OR MAY BE PRESENT IN THE THROTTLE CABLE HOUSING MAY FREEZE, CAUSING THE THROTTLE TO STICK. INSUFFICIENT SLACK IN THE THROTTLE CABLE INSIDE THE ENGINE COMPARTMENT MAY CAUSE THE CABLE TO BEND. THIS CAUSES THE THROTTLE TO REMAIN SLIGHTLY OPEN. VEHICLE SPEED WILL BE HARD TO CONTROL.",,DEALER WILL REPAIR THE THROTTLE LINKAGE AT NO COST TO OWNER. -01/20/1982,82V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V005000),"VINTAGE REPRODUCTIONS,INC",INTERIOR SYSTEMS:INSTRUMENTS AND INSTRUMENT PANEL,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,110,"THE CONTROL SYMBOLS HAVE NOT BEEN PLACED IN THE INVOLVED VEHICLES AND THE WINDSHIELD WASHING SYSTEM WAS MIS-IDENTIFIED AS ""ACCESSORY"". THIS DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"". THESE VEHICLES ALSO FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 105, 108, 110, 114, 115, 127, 205, AND 209.",,"THE DEALER WILL MAKE THE NECESSARY CORRECTIONS UNDER A COMPLIANCE KIT SYSTEM OR THE OWNER HAS THE OPTION TO HAVE WORK DONE AT A LOCAL GARAGE, FOR WHICH THE OWNER WILL BE REIMBURSED." -01/18/1982,82E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82E002000),"Cummins, Inc.",ENGINE:FLYWHEEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,936,IT IS POSSIBLE THAT THE FLYWHEELS IN SOME OF THE INVOLVED ENGINES HAVE CRACKS LOCATED WITHIN THE PILOT BORE AREA. THESE CRACKS MAY PROGRESS UNDER OPERATIONAL STRESSES AND LEAD TO FRAGMENTATION OF THE FLYWHEEL.,,"THE MANUFACTURER WILL INSPECT AND, IF NECESSARY, REPLACE THE ENGINE FLYWHEEL WITHOUT CHARGE TO OWNER." -01/13/1982,82V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V003000),HOLIDAY RAMBLER CORP.,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,414,THE ABSENCE OF A FASTENER MAY ALLOW A FLEXIBLE RUBBER BRAKE HOSE TO COME INTO CONTACT WITH THE EXHAUST MANIFOLD. THE RUBBER HOSE MAY MELT AND CAUSE A LOSS OF BRAKE FLUID AND BRAKING POWER TO THE REAR AXLES OF THE VEHICLES.,,"DEALER WILL INSPECT THE ROUTING OF THE FLEXIBLE RUBBER HOSE AND, IF NECESSARY, SECURE THE BRAKE LINE AT NO COST TO OWNER." -01/13/1982,82V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V002000),"COLEMAN CO., INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,133,"ON THE INVOLVED VEHICLES, GAS LEAKAGE BETWEEN THE RUBBER HOSE AND THE FURRLE NIPPLE MAY OCCUR DUE TO INSTALLATION OF BAD OR UNDERSIZED NIPPLES.",,DEALER WILL REPLACE THE EXISTING PROPANE GAS HOSES WITH NEW ONES AT NO COST TO OWNER. -01/13/1982,82V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V004000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,378,"ON SOME OF THE INVOLVED VEHICLES, THE SHIFT ROD IN THE TRANSMISSION MAY NOT BE PROPERLY SEATED IN THE RETENTION GROMMET OF THE STEERING COLUMN SHIFT LEVER ASSEMBLY. IF THE SHIFT ROD WERE TO DISENGAGE, THE DRIVER COULD NOT SELECT THE PROPER TRANSMISSION FUNCTION WHICH WOULD CREATE THE POTENTIAL FOR UNEXPECTED MOVEMENT OF THE VEHICLE.",,DEALER WILL INSPECT THE SHIFT ROD ATTACHMENT AND MAKE SURE IT IS PROPERLY SEATED AT NO COST TO OWNER. -01/04/1982,82V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V013000),Harley-Davidson Motor Company,POWER TRAIN:TRANSMISSION:4 SPEED,POWER TRAIN,NR (Not Reported),Vehicle,6314,INSUFFICIENT HARDENING OF THE TRANSMISSION MAINSHAFT BEARING RACE IN SOME OF THE VEHICLES COULD CAUSE THE TRANSMISSION TO LOCK UP DURING OPERATION OF THE MOTORCYCLE.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE TRANSMISSION AT NO COST TO OWNER." -01/03/1982,82V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82V012000),"General Motors, LLC",FUEL:FUEL INJECTION:UNKNOWN TYPE:ACCUMULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,79686,"UNDER CERTAIN VEHICLE OPERATING CONDITIONS, THE GOVERNOR WEIGHT RETAINER IN THE INJECTION PUMP MAY FAIL. THE THROTTLE VALVE COULD STICK, PREVENTING RETURN TO IDLE AND SHUT DOWN OF THE ENGINE BY THE DRIVER.",,DEALER WILL REPLACE THE GOVERNOR WEIGHT ASSEMBLY IN THE INJECTION PUMP AT NO COST TO OWNER. -01/01/1982,82T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T001000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,466,"THE INVOLVED TIRES WERE INADVERTENTLY MANUFACTURED WITH THE WRONG PLY FABRIC, RESULTING IN SEPARATION IN THE TREAD IN THE SHOULDER AREA. UNDER THIS CIRCUMSTANCE, THE TREAD OF THE TIRE WILL BULGE. THIS CONDITION WILL CAUSE A VIBRATION WHEN THE TIRE IS IN USE. IF THE VIBRATION IS IGNORED OR THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE TIRE TO FAIL, LOSING THE INFLATING AIR.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES AT NO COST TO THE CUSTOMER. -01/01/1982,82T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=82T002000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,472,"THE INVOLVED TIRES WERE INADVERTENTLY MANUFACTURED WITH THE WRONG PLY FABRIC AND MIGHT CAUSE SEPARATION IN THE TREAD IN THE SHOULDER AREA. UNDER THIS CIRCUMSTANCE, THE TREAD OF THE TIRE WILL BULGE. THIS CONDITION WILL CAUSE A VIBRATION WHEN THE TIRE IS IN USE. IF THE VIBRATION IS IGNORED OR THE SEPARATION IS NOT DETECTED, CONTINUED USE MAY CAUSE THE TIRE TO FAIL LOSING THE INFLATING AIR.",,THE DEALER WILL REPLACE ALL RECALL TIRES AND WILL MOUNT AND BALANCE REPLACEMENT TIRES AT NO COST TO THE CUSTOMER. -12/29/1981,81V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V156000),WESTERN PRODUCTS,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,186,"THE THROTTLE RETURN SPRINGS ON THE AFFECTED VEHICLES PROVIDE LESS THAN THE REQUIRED TORQUE, CAUSING A SLUGGISH RETURN OF THE THROTTLE TO THE IDLE POSITION AFTER THE ACCELERATOR PEDAL IS RELEASED. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"".",,"NEW ANCHOR BRACKETS AND SPRING EXTENSIONS FOR THE THROTTLE RETURN SPRINGS, WILL BE INSTALLED AT CORRECTED LOCATIONS WITHOUT CHARGE TO OWNER." -12/29/1981,81V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V157000),"Mack Trucks, Inc.",HEATER:ELECTRICAL:DEFROSTER:DEFOGGER:FAN MOTOR,VISIBILITY,NR (Not Reported),Vehicle,4920,"WHEN THE IGNITION KEY IS IN THE ""ON"" POSITION AND THE HEATER IS OPERATING AT THE ""LOW"" OR ""MEDIUM"" SETTING, THE HEATER SWITCH WIRING WILL OVERLOAD IN THE EVENT THE HEATER MOTOR SEIZES.",,A SPEED VARIATION RESISTANCE UNIT AND AN ELECTRIC MOTOR MOISTURE PROTECTION CAP WILL BE INSTALLED WITHOUT CHARGE. -12/29/1981,81V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V153000),"Mack Trucks, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,209,"THE RIGHT HAND CLEARANCE LAMP IS OBSCURED, FROM CERTAIN ANGLES OF VISION, BY THE IN-LINE PRECLEANER AIR CLEANER CAP. THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"".",,DEALER WILL REPLACE THE AIR CLEANER WITH ONE OF ACCEPTABLE HEIGHT. -12/29/1981,81V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V154000),"Mack Trucks, Inc.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,826,"THE FLOORBOARD OPENING AND THE STEERING COLUMN SEAL BRACKET MAY NOT ALLOW SUFFICIENT CLEARANCE FOR THE SHAFT TO TURN FREELY IN THE CENTER OF THE BRACKET/SEAL. THE PINCH BOLT IN THE COLUMN YOKE MAY BIND OR LOCK THE COLUMN AGAINST THE BRACKET, ALLOWING LITTLE OR NO WHEEL RETURN.",,DEALER WILL ENLARGE THE HOLE IN THE FLOORBOARD TO PROVIDE CLEARANCE FOR THE STEERING COLUMN U-JOINT PINCH BOLT. A NEW BRACKET AND CLAMP WILL ALSO BE INSTALLED WITHOUT CHARGE TO OWNER. -12/29/1981,81V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V155000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,225,THE PITMAN ARM RETAINING BOLT MAY NOT HAVE BEEN TIGHTENED TO THE REQUIRED SPECIFICATIONS DUE TO A DESIGN CHANGE. INADEQUATE RETENTION OF THE BOLT TO THE OUTPUT SHAFT COULD ALLOW THE PITMAN ARM TO LOOSEN.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, RETORQUE THE RETAINING BOLT TO PROPER SPECIFICATIONS AT NO CHARGE." -12/23/1981,81V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V151000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,3010,"INCORRECT INFORMATION ON TIRE PLACARDS CONSTITUTES A FAILURE TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". THE INFORMATION CONCERNING TIRE SIZES AND INFLATION PRESSURES IS APPLICABLE TO BOTH TWO AND FOUR DOOR SEDANS. THE STATEMENT COVERS FOUR DOOR BUT FAILS TO SPECIFY TWO DOOR SEDANS.",,"REVISED PLACARDS WILL BE INSTALLED BY OWNERS, OR BY DEALERS WITHOUT CHARGE." -12/23/1981,81T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T025000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,62,"TIRES MAY HAVE BEEN STAMPED WITH THE INCORRECT MAXIMUM INFLATION PRESSURE SPECIFICATION, SO THAT AN UNDERINFLATED CONDITION CAN EXIST. UDERINFLATED TIRES CAN WEAR OUT PREMATURELY. USED ACCORDING TO THE INFORMATION ON THE SIDEWALL, THE TIRES ARE NOT IN COMPLIANCE WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND MAY OCCUR AND CAUSE A LOSS OF AIR.",,"TIRES WILL BE REPLACED, MOUNTED AND BALANCED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/21/1981,81V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V150000),BEATRICE FOODS COMPANY,AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,521,"THERE MAY BE A MISSING DUCT COLLAR BETWEEN UPPER AND LOWER AIR CONDITIONER UNITS. ON UNITS WITH OPTIONAL HEATING CAPABILITIES, IF THE BLOWER FAILS, THE EXCESS HEAT PRODUCED WILL NOT BE CONTAINED IN THE AREA OF THE SAFETY LIMIT SWITCH.",,MISSING DUCT COLLARS WILL BE INSTALLED WITHOUT CHARGE TO OWNERS. -12/16/1981,81V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V149000),"Winnebago Industries, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1783,THE AREA SURROUNDING THE GASOLINE FILLER PIPE SHROUD MAY NOT BE PROPERLY SEALED. THIS MAY ALLOW GAS VAPORS TO TRAVEL INTO THE INTERIOR OF THE COACH WHEN REFUELING.,,THE GAS FILLER PIPE SHROUD WILL BE RESEALED WITHOUT CHARGE. -12/14/1981,81V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V148000),"General Motors, LLC",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17,"THE HYDRAULIC BRAKE FLUID USED IN CERTAIN VEHICLES MAY FAIL TO COMPLY WITH THE BRAKE FLUID BOILING POINT REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS"". BRAKING EFFICIENCY MAY BE REDUCED AND VEHICLE STOPPING DISTANCE INCREASED, ESPECIALLY WHEN HARD OR FREQUENT BRAKING RAISES BRAKE FLUID TEMPERATURE.",,"SUSPECT HYDRAULIC BRAKE FLUID WILL BE BLED FROM THE BRAKE SYSTEM AND REPLACED WITH GM DELCO SUPREME NO. 11 OR AN EQUIVALENT, WITHOUT CHARGE." -12/09/1981,81T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T024000),FIRESTONE TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,816,TIRES MAY HAVE AN OVERCURE CONDITION WHICH MAY CAUSE SIDEWALL FLEX BREAKS UNDER NORMAL INFLATION PRESSURES.,,"TIRES WILL BE REPLACED, MOUNTED, AND BALANCED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/09/1981,81T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T023000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,116,TIRES MAY HAVE AN UNDERCURED CONDITION IN THE SHOULDER AREA OF THE TREAD THAT CAN CAUSE A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND.,,"TIRES WILL BE REPLACED, MOUNTED, AND BALANCED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/08/1981,81V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V147000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,3500,"THERE MAY BE AN INSUFFICIENT PERMANENT LUBRICATION IN THE BUCKLE/RELEASE MECHANISM OF THE TYPE 2 SEAT BELT ASSEMBLIES. THIS MAY CAUSE FRONT SEAT OCCUPANTS TO HAVE DIFFICULTY IN FULLY FASTENING SEAT BELTS, ALTHOUGH THEY MAY SEEM TO BE FULLY FASTENED.",,A SPECIAL WAX LUBRICANT WILL BE SPRAYED INTO THE BUCKLE RECEPTACLE SLOT TO REMEDY DEFECT AND PREVENT REOCCURANCE. THIS WILL BE DONE WITHOUT CHARGE TO OWNER. -12/08/1981,81V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V146000),"THOMAS BUILT BUSES, INC.",SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,388,"AN INSUFFICIENT WELD MAY EXIST IN THE REINFORCING GUSSET PLATE ON FRONT, RIGHT AND/OR LEFT SPRING HANGER, OR THE WELD MAY BE MISSING ENTIRELY. THE SPRING-HANGERS ARE BRACKETS LOCATED ON EITHER SIDE OF THE AXLE. DEFECTIVE OR MISSING WELDS CAN CAUSE CRACKS TO FORM IN THE SPRING-HANGER.",,"IF THE HANGER IS CRACKED, THE GUSSET AND THE CRACK WILL BE WELDED. A REPLACEMENT HANGER WILL THEN BE ORDERED AND INSTALLED AS SOON AS POSSIBLE, WITHOUT CHARGE TO OWNER." -12/05/1981,81V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V005000),PHILADELPHIA SUBURBAN CO.,EQUIPMENT:WATER PUMP:FIRE TRUCK,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,40,"INCORRECT BOLTS MAY HAVE BEEN USED TO SECURE THE DRIVE-LINE FLANGES TO THE FRONT AND REAR PUMP FLANGES. UNDER HIGH TORQUE LOAD, THE DRIVE LINE COULD SEPARATE.",,BOLTS WILL BE REPLACED WITH SAE GRADE 8 BOLTS WITHOUT CHARGE TO OWNERS. -12/04/1981,81T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T022000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,43000,QUESTIONABLE RUBBER FEEDSTOCK AND OTHER MATERIALS WERE USED IN THE MANUFACTURE OF THE TIRES. THIS MAY CAUSE A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND RESULTING IN A SUDDEN LOSS OF AIR.,,TIRES WILL BE REPLACED AND MOUNTED WITHOUT CHARGE. THE REPLACEMENT TIRES WILL BE WRANGLER RADIAL TIRES. -12/02/1981,81V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V002000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,123453,"DUE TO A MANUFACTURING ERROR, CERTAIN FLEXIBLE-BLADE ENGINE COOLING FANS MAY BE SUBJECT TO FATIGUE CRACKING AND BLADE SEPARATION DURING VEHICLE OPERATION.",,DEFECTIVE FAN WILL BE REPLACED WITH ONE OF AN IMPROVED DESIGN WITHOUT CHARGE. -12/02/1981,81V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V003000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,81807,THE SEVEN-BLADE ENGINE COOLING FAN IS SUBJECT TO FATIGUE CRACKING DURING NORMAL OPERATION. PORTIONS OF THE BLADES MAY SEPARATE WITHOUT PRIOR WARNING.,,DEFECTIVE FANS WILL BE REPLACED WITH FANS OF AN IMPROVED DESIGN WITHOUT CHARGE. -12/02/1981,81E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E001000),"Allison Transmission, Inc.",ENGINE:DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,20156,"IF EXCESS COMBUSTIBLE FLUIDS SUCH AS DIESEL FUEL OR LUBRICATION OIL BUILD UP IN THESE ENGINES, THE EXCESS FLUID CAN BE CARRIED INTO THE INTAKE SYSTEM THROUGH A VALVE.",,THE CRANKCASE DEPRESSION REGULATOR VALVE WILL BE REPLACED WITH A ROAD DRAFT TUBE. THIS REPAIR IS TO BE DONE AT THE SAME TIME AS THE REPAIR FOR CAMPAIGN 80C-4. -12/02/1981,81E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E002000),"Allison Transmission, Inc.",ENGINE:DIESEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,20156,THESE ENGINES HAVE AN ENGINE SPEED GOVERNOR WITH A LINKAGE LOCK THAT MAY LOOSEN OR COMPLETELY SEPARATE.,,A NEW GOVERNOR LINKAGE LOCK WILL BE INSTALLED. THIS REPAIR IS TO BE DONE AT THE SAME TIME AS THE REPAIR FOR CAMPAIGN 80C-3. -12/02/1981,81V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V004000),"RENAULT, INCORPORATED",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14000,"VEHICLES MAY HAVE BEEN ASSEMBLED WITH A RESTRICTED FUEL SUPPLY SYSTEM THAT DOES NOT FUNCTION PROPERLY. THE ENGINE MAY STOP UNEXPECTEDLY, EVEN THOUGH THE FUEL GAUGE INDICATES FUEL IS AVAILABLE.",,"THE FUEL TANK AND FUEL TANK VENT TUBE WILL BE INSPECTED. IF NECESSARY, THE FLEXIBLE HOSES IN THE FUEL TANK VENT, RETURN, AND FUEL FEED SYSTEMS, AND THE RIGID VENT LINE ROLLOVER VALVE AND TWO WAY CHECK VALVE WILL BE REPLACED. THIS WILL BE DONE WITHOUT CHARGE TO OWNER." -12/02/1981,81V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V001000),FREIGHTLINER LLC,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,104,"AN AIR BRAKE HOSE FITTING BENEATH THE FLOOR OF THE SUBJECT VEHICLES MAY RUB AGAINST THE ROTATING STEERING DRIVE SHAFT, EVENTUALLY CAUSING THE SHAFT TO FRACTURE. THIS CONDITION COULD EXIST IF A MECHANIC FAILED TO ORIENT THE THREADED 90 DEGREE ELBOW FITTING IN THE PROPER DIRECTION, OR IF THE STEERING COLUMN WAS POSITIONED INCORRECTLY. ALSO, AN IMPROPERLY ASSEMBLED BEARING PLATE WAS INSTALLED ON THE STEERING DRIVE SHAFT. THIS COULD CAUSE THE SLIP SHAFT TO BOTTOM OUT, RESULTING IN DAMAGE TO THE STEERING YOKE CONNECTION OR TO THE INTERNAL PARTS OF THE GEAR BOX.",,"THE DECK BEARING PLATE WILL BE REPLACED, A SLEEVE SPACER WILL BE ADDED TO THE STEERING SHAFT UNDER THE FLOOR AND TWO PARTS WILL BE ADDED TO THE STEERING COLUMN ATTACHMENT. THIS WILL BE DONE WITHOUT CHARGE TO THE OWNER." -12/01/1981,81V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V145000),GRUMMAN FLXIBLE CORP.,EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1585,"THE SET-SCREW MAY NOT BE POSITIONED CORRECTLY, ALLOWING THE DRIVE KEY TO SLIDE OUT OF THE HUB AND THE HUB AND SPROCKET TO DISENGAGE. THIS WOULD CAUSE THE WHEELCHAIR PLATFORM TO FALL TO THE GROUND WITHOUT PRIOR WARNING.",,"WHEELCHAIR LIFT WILL BE INSPECTED FOR THE CORRECT POSITIONING OF THE SET-SCREW. IF NECESSARY, THE DRIVE KEY WILL BE TACK WELDED INTO THE DRIVE HEX WITHOUT CHARGE." -12/01/1981,81V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V144000),Harley-Davidson Motor Company,POWER TRAIN:TRANSMISSION:4 SPEED,POWER TRAIN,NR (Not Reported),Vehicle,3585,TRANSMISSION MAY FAIL TO PERFORM PROPERLY DUE TO INSUFFICIENT LUBRICATION. THIS COULD LEAD TO TRANSMISSION LOCK-UP DURING OPERATION WITHOUT PRIOR WARNING.,,"A NEW SPECIAL LUBRICANT WILL BE ADDED TO THE TRANSMISSION. ANY DAMAGED 4-SPEED TRANSMISSION WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -11/30/1981,81V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V143000),"EZ Loader Adjustable Boat Trailers, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,10517,"THE SPRING-HANGERS, WHICH ARE BRACKETS LOCATED ON EACH SIDE OF THE AXLE, HAVE A TENDENCY TO BEND WHEN SUBJECTED TO REPEATED OR SEVERE JOLTS OR STRESSES. EVENTUALLY THEY MAY BREAK, CAUSING THE AXLE TO BECOME DETACHED FROM THE TRAILER AND FORCING THE TOWING VEHICLE OFF THE ROAD.",,A DRAWBAR APPARATUS WILL BE INSTALLED TO PROVIDE ADDITIONAL SUPPORT TO THE SPRING-HANGERS. ANY DAMAGED SPRING-HANGER ASSEMBLIES WILL BE REPLACED WITHOUT CHARGE TO OWNER. -11/24/1981,81V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V142000),"General Motors, LLC",EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,485,"THE MECHANISM WHICH LOCKS THE WHEELCHAIR LIFT PLATFORM OUTER BARRIER IN THE ""UP"" POSITION DURING PLATFORM LIFT AND LOWER MODES MAY MALFUNCTION. THIS CAN RESULT IN THE OUTER BARRIER COLLAPSING.",,"TWO COMPONENTS OF THE BARRIER ASSEMBLY WILL BE REPLACED: 1) HYDRAULIC CYLINDER, 2) SLIDE PLATE. THIS SERVICE WILL BE DONE AT NO CHARGE." -11/24/1981,81V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V141000),SHASTA INDUSTRIES,TIRES,TIRES,NR (Not Reported),Vehicle,88,"""B"" LOAD RANGE TIRES HAVE BEEN INSTALLED ON VEHICLE, RATHER THAN ""C"" LOAD RANGE AS INDICATED ON FEDERAL STICKER. FEDERAL REGULATIONS REQUIRE THE USE OF A ""C"" LOAD RANGE TIRE ON A TRAILER IN THIS WEIGHT CLASS. THE LOWER ""B"" RANGE TIRE MAY BLOW OUT UNDER THE WEIGHT ON THIS TRAILER, WITHOUT PRIOR WARNING.",,"UPON INSPECTION, ""B"" LOAD RANGE TIRES WILL BE REPLACED WITH ""C"" LOAD RANGE TIRES WITHOUT CHARGE." -11/18/1981,81V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V140000),"Kawasaki Motors Corp., U.S.A.",WHEELS:SINGLE:OTHER,WHEELS,NR (Not Reported),Vehicle,11978,"THE BALANCE WEIGHTS WHICH ARE ATTACHED TO THE FRONT WHEEL OF THE MOTORCYCLE MAY CAUSE THE FRONT TIRE TO LEAK AIR SLOWLY. IF THE AIR PRESSURE GETS LOW ENOUGH, THE TIRE MAY SHIFT ON THE RIM AND DEFLATE RAPIDLY.",,EXISTING WEIGHTS WILL BE REPLACED WITH NEW WEIGHTS THAT WILL NOT INTERFERE WITH THE SEALING PROPERTIES OF THE TIRE. -11/17/1981,81E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E015000),SUBURBAN,FURNACE:RECREATIONAL VEHICLE,EQUIPMENT,NR (Not Reported),Equipment,200000,"THE RUBBER CONNECTOR TUBE WHICH IS LOCATED BETWEEN THE INTAKE AIR BLOWER AND THE COMBUSTION CHAMBER MAY, UNDER SOME CONDITIONS, CRACK AND SEPARATE.",,INSPECT AND MODIFY IF NECESSARY. MODIFICATION CONSISTS OF REPLACING THE CONNECTOR TUBE AND EXHAUST GASKET AT NO COST TO OWNER. -11/16/1981,81T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T020000),DUNLOP TIRE CORPORATION,TIRES:PLY,TIRES,NR (Not Reported),Tire,363,"TIRES MAY DEVELOP SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND AND DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,"TIRES WILL BE REPLACED, FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/16/1981,81T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T021000),DUNLOP TIRE CORPORATION,TIRES:TREAD,TIRES,NR (Not Reported),Tire,154,"DUE TO POSSIBLE INCOMPLETE VULCANIZATION OF RUBBER IN THE MANUFACTURING PROCESS, TIRE TEMPERATURES THAT OCCUR AT HIGHWAY SPEEDS MAY CAUSE A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND.",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/16/1981,81V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V139000),"IVECO TRUCK OF N.A., INC.",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,641,"DUE TO AN INTERFERENCE PROBLEM WITH THE FRONT AXLE BRAKE DRUM MOUNTING BOLTS, THE SPARE WHEEL MAY NOT SEAT SECURELY AGAINST THE HUB WHEN PLACED ON THE FRONT AXLE.",,DEALER WILL REPLACE THE SPARE RIM WITH A RIM OF THE CORRECT DESIGN. THE PROBLEM SHOULD BE CORRECTED AS SOON AS POSSIBLE. -11/12/1981,81E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E014000),"GOULD, INCORPORATED",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,6200,"AIR HOSES FAIL TO MEET THE TENSILE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". EXCESSIVE CRACKING MAY OCCUR AT THE END OF THE HOSE AND AN AIR LEAK MAY DEVELOP IN THE BRAKING SYSTEM.",,MANUFACTURER WILL REPLACE ALL DEFECTIVE AIR HOSES WITHOUT CHARGE. -11/10/1981,81V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V138000),DE LOREAN MOTOR COMPANY,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,2920,"THE NUTS FASTENING THE STABILIZER BAR AND THE LOWER BALL JOINTS TO THE LOWER LINK MAY BECOME LOOSE, POSSIBLY RESULTING IN DETACHMENT OF THE STABILIZER BAR OR LOWER BALL JOINTS.",,"STABILIZER BAR NUTS WILL BE REPLACED WITH LOCKING NUTS, SUPPORTING BRACKETS WILL BE STRENGTHENED, AND THE BALL JOINT NUTS WILL BE SECURED BY INSTALLING A PIN THROUGH THE BALL JOINT SHAFT. THIS SERVICE IS PROVIDED AT NO CHARGE." -11/06/1981,81V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V137000),Oshkosh Corporation,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,129,THE PARKING BRAKE LINKAGE MAY NOT EXERT SUFFICIENT FORCE TO THE PARKING BRAKE SYSTEM TO HOLD THE VEHICLE WHEN PARKED ON A SLOPE.,,PARKING BRAKE LINKAGE KITS WILL BE MADE AVAILABLE TO REPAIR THE DEFECT. -11/06/1981,81V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V136000),Honda (American Honda Motor Co.),SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,936774,"PROLONGED CONTACT WITH ROAD SALT MAY, UNDER CERTAIN CONDITIONS, CAUSE SERIOUS RUSTING. THIS CAN WEAKEN CERTAIN UNDERCARRIAGE COMPONENTS: LATERAL SUSPENSION ARMS, FRONT CROSSBEAM AND STRUT COIL SPRING LOWER SUPPORTS.",,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, TREATED WITH A RUST PREVENTIVE COATING. IN SOME CASES, REPLACEMENT OF COMPONENTS WILL BE PERFORMED, WITHOUT CHARGE TO OWNER." -11/03/1981,81V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V152000),CAREYS TRUCK SALES & SERV,INTERIOR SYSTEMS:BENCH,SEATS,NR (Not Reported),Vehicle,17,"THE INVOLVED VEHICLES WERE MODIFIED BY REMOVING TWO REAR SEATS AND INSTALLING TWO FULL SIZE SEATS IN THEIR PLACE. THIS CREATES A CONFLICT WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""SCHOOL BUS EMERGENCY EXIT EXTENSION"". THE REQUIRED AMOUNT OF CLEARANCE IS NOT PROVIDED IN THE REAR OF THE VEHICLES.",,THE LARGER SEATS WILL BE REMOVED AND THE ORGINAL SEATS REINSTALLED. -10/27/1981,81V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V134000),"Jaguar Cars, Ltd.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4630,CERTAIN VEHICLES COULD BE SUBJECT TO A FUEL LEAKAGE IN THE ENGINE COMPARTMENT DUE TO THE POSSIBILITY OF DETERIORATION IN THE INTEGRITY OF THE HIGH PRESSURE FUEL HOSE CONNECTIONS.,,ALL AFFECTED HOSES AND ATTACHMENT CLIPS WILL BE REPLACED AT NO CHARGE TO OWNER. -10/27/1981,81V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V135000),Isuzu Motors Limited,POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,1770,"THE COTTER PIN, WHICH IS USED TO SECURE THE REAR AXLE SHAFT LOCK NUT, MAY HAVE BEEN INADVERTENTLY OMITTED DURING VEHICLE ASSEMBLY. IF THE COTTER PIN IS MISSING, THE LOCK NUT COULD LOOSEN DURING VEHICLE OPERATION. THIS COULD LEAD TO A SEPARATION OF THE BRAKE DRUM/REAR WHEEL ASSEMBLY FROM THE AXLE SHAFT.",,"UPON INSPECTION, A COTTER PIN WILL BE INSTALLED IF MISSING AND THE LOCK NUT WILL BE PROPERLY SECURED WITHOUT CHARGE TO OWNER." -10/27/1981,81T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T019000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,728,TIRES MAY HAVE AN UNDERCURED CONDITION WHICH WILL CAUSE A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND OF THE TREAD.,,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/26/1981,81V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V132000),Isuzu Motors Limited,SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,85695,THE INVOLVED PICK-UP TRUCKS MAY EXHIBIT VIBRATION OR SHIMMY IN THE FRONT SUSPENSION AND STEERING SYSTEM UNDER CERTAIN DRIVING CONDITIONS.,,THE DEALER WILL INSTALL A STEERING DAMPER AT NO COST TO OWNER WITHIN 36 MONTHS FROM THE ORIGINAL DATE OF FIRST VEHICLE USE. -10/23/1981,81V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V131000),"Volvo Car USA, LLC",ELECTRICAL SYSTEM:IGNITION,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5750,"DUE TO INSUFFICIENT GROUNDING OF THE INTERNAL IGNITION DISTRIBUTOR PARTS, THE IGNITION COULD MISFIRE. THIS COULD ADVERSELY AFFECT VEHICLE DRIVEABILITY AND LONGEVITY OF THE DISTRIBUTOR COMPONENTS.",,ALL AFFECTED VEHICLES WILL BE FITTED WITH MODIFIED IGNITION COMPONENTS. THIS INCLUDES A NEW DISTRIBUTOR HAVING IMPROVED GROUNDING. ALL VEHICLES WILL BE FITTED WITH A CAPACITOR TO REDUCE THE HIGH VOLTAGE PEAKS. THIS WILL BE DONE AT NO CHARGE TO OWNER. -10/22/1981,81V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V129000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1500,"AN EXTRA ADAPTER FITTING USED ALONG WITH AN INCORRECT THROUGH-FRAME FITTING MAY HAVE BEEN INSTALLED IN THE FLUID LINE. THE ADDITIONAL LENGTH OF THE EXTRA FITTING COULD MOVE THE FLUID LINE INTO A POSITION OF INTERFERENCE WITH THE CLUTCH ROD, CAUSING WEAR ON THE FLUID LINE.",,"THE UNNECESSARY ADAPTER FITTING WILL BE REMOVED FROM THE BRAKE SYSTEM AND THE CORRECT THROUGH-FRAME FITTING WILL BE INSTALLED. THE BRAKE LINE WILL BE INSPECTED FOR EVIDENCE OF WEAR AND REPLACED, IF NECESSARY, AT NO CHARGE TO OWNER." -10/22/1981,81V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V130000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,350,"THE PUSHROD MAY HAVE BEEN INCORRECTLY MOUNTED TO THE LOWER OF TWO HOLES IN THE BRAKE PEDAL ASSEMBLY. INCORRECT MOUNTING CAN CAUSE SIDELOAD FORCES TO BE APPLIED TO THE PUSHROD, CAUSING THE PUSHROD TO FRACTURE.",,"VEHICLE WILL BE INSPECTED FOR CORRECT (UPPER HOLE) PUSHROD MOUNTING. MISMOUNTED PUSHRODS WILL BE REPLACED AND CORRECTLY MOUNTED. THE LOWER HOLE WILL BE BLOCKED TO PREVENT FUTURE MISTAKES, WITHOUT CHARGE TO OWNER." -10/21/1981,81V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V128000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:BED(RV),EQUIPMENT,NR (Not Reported),Vehicle,75,THE SIDE OVERHEAD BUNK MOUNTING BRACKETS MAY HAVE BEEN IMPROPERLY INSTALLED.,,THE DEALER WILL REPLACE THE BUNK SUPPORTS AND RELATED PARTS WITHOUT CHARGE TO OWNER. -10/20/1981,81V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V133000),TRANSPORTATION MFG. CORP.,BRAKES:AIR:DRUM AND SHOE SYSTEMS:ADJUSTERS:SLACK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,530,SLACK ADJUSTORS INSTALLED ON CERTAIN VEHICLES MAY NOT WORK PROPERLY AND BRAKES WOULD FAIL TO REMAIN PROPERLY ADJUSTED.,,DEALER WILL REPLACE ALL DEFECTIVE SLACK ADJUSTORS WITHOUT CHARGE TO OWNERS. -10/20/1981,81V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V125000),Volvo Trucks North America,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,78,"A BRAKE TUBE MAY BREAK DUE TO RESONANT VIBRATION GENERATED BY OPERATION OF THE VEHICLE. IF TUBE BREAKAGE OCCURS, BOTH FRONT WHEEL AND TRAILER BRAKES WOULD REMAIN FUNCTIONAL, BUT THE STOPPING DISTANCE WOULD BE INCREASED.",,A SUPPORTING CLAMP FOR THE BRAKE TUBE WILL BE INSTALLED WITHOUT CHARGE TO OWNER. -10/20/1981,81V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V126000),VESPA OF AMER. CORP.,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,2603,WHEEL RIMS MAY HAVE A 90 DEGREE STAMP CREASE ALONG THE CURVATURE. THIS CAUSES VEHICLE LOAD STRESSES TO BE CONCENTRATED ON THE CREASE INSTEAD OF BEING EQUALLY DISTRIBUTED. FATIGUE CRACKING MAY DEVELOP AND COULD LEAD TO RIM SEPARATION.,,"UPON INSPECTION, DEFECTIVE RIMS WILL BE REPLACED WITHOUT CHARGE TO OWNER." -10/19/1981,81V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V127000),"RENAULT, INCORPORATED",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,7700,"IN VEHICLES EQUIPPED WITH AIR-CONDITIONING, THE SPARE TIRE IS STORED ON THE FLOOR IN THE CARGO AREA. IN THE EVENT OF A VEHICLE ACCIDENT, THE RIVETS WHICH SECURE THE TIRE, VIA A FLEXIBLE STRAP AND A RETAINING CLIP, MAY FAIL.",,DEALER WILL INSTALL AN ADDITIONAL SPARE TIRE RETAINING BRACKET WITHOUT CHARGE TO OWNER. -10/15/1981,81V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V124000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7100,"THE MASTER CYLINDER TO CHASIS BRAKE TUBE AND HOSE ASSEMBLIES MAY HAVE BEEN MOVED FROM THEIR INTENDED POSITION, WHICH COULD ALLOW CHAFING AGAINST UNDERBODY COMPONENTS. CHAFING PROMOTES WEAR OF THE BRAKE TUBE AND HOSE ASSEMBLY AND COULD CAUSE A LOSS OF BRAKE FLUID.",,"UPON INSPECTION BRAKE TUBE CLIPS WILL BE INSTALLED, IF NECESSARY, AND BRAKE TUBES AND HOSE ASSEMBLIES WILL BE REPLACED OR REROUTED." -10/14/1981,81V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V122000),WHITE MOTOR CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,31703,"STEERING SHAFT BINDER BOLTS ON CERTAIN VEHICLES ARE EITHER LOOSE OR OVER-TIGHTENED. EITHER CONDITION CAN LEAD TO A SEPARATION OF THE STEERING SHAFT FROM THE STEERING COLUMN, EVEN IF THE FACTORY INSTALLED BOLT HAS BEEN PROPERLY RETIGHTENED.",,UNIQUE BOLTS HAVE BEEN DESIGNED FOR THIS CAMPAIGN AND WILL BE INSTALLED ALONG WITH NEW NUTS. THIS WILL BE DONE AT NO CHARGE TO OWNER. -10/14/1981,81V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V123000),AM GENERAL LLC,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,399,"THE PRESENT EXIT DOOR CONFIGURATION MAY ALLOW A PASSENGER""S FOOT, ARM, OR SHOULDER, OR THE BODY OF A CHILD TO BECOME CAUGHT IN THE DOOR POCKET.",,WARNING DECALS AND MODIFICATION KIT WILL BE PROVIDED WITHOUT CHARGE. -10/07/1981,81V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V119000),"Kawasaki Motors Corp., U.S.A.",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,14677,"THE BOLT WHICH SECURES THE DRIVE CHAIN SPROCKET TO THE TRANSMISSION OUTPUT SHAFT MAY LOOSEN DURING NORMAL OPERATION. IF THIS BOLT COMES LOOSE, THE SPROCKET MAY SEPARATE FROM THE SHAFT, RESULTING IN LOCK-UP OF REAR WHEEL.",,DEALER WILL ENSURE THAT THE PROPER TORQUE (58 FT. LB.) IS APPLIED TO THE BOLT AND A SYSTEM OF INTERLOCKING WASHERS WILL BE INSTALLED TO PREVENT THE BOLT FROM LOOSENING. THIS WILL BE DONE WITHOUT CHARGE TO OWNER. -10/06/1981,81V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V120000),"BEAVER COACHES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,78,THE GAS FILLER HOSES INSTALLED ON THESE VEHICLES MAY NOT BE THE CORRECT TYPE FOR CONTINUAL CONTACT WITH GASOLINE. THIS CAUSES DETERIORATION OF THE GAS FILL HOSE.,,DEFECTIVE FILLER HOSES WILL BE REPLACED BY THE VEHICLE MANUFACTURER. -10/06/1981,81T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T017000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,413,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND AND ARE NOT IN COMPLIANCE WITH THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/06/1981,81T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T018000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,29,"TIRES MAY DEVELOP A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND. THIS IS NOT IN COMPLIANCE WITH THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/06/1981,81V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V121000),Ford Motor Company,WHEELS:MULTIPLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,16500,"THE OWNER""S GUIDE MAY CONTAIN AN ERROR IN THE WHEEL LUG NUT TORQUE SPECIFICATION CHART. INCORRECT INFORMATION COULD RESULT IN IMPROPER TORQUE OF THE LUG NUTS DURING WHEEL REPLACEMENT. LUG NUTS COULD COME LOOSE DURING VEHICLE OPERATION.",,"AN ADHESIVE-BACKED, REVISED PAGE WILL BE SUPPLIED TO OWNERS FOR INSERTION IN THE OWNER""S GUIDE. IN ADDITION, DEALERS WILL PROVIDE TORQUE VERIFICATION, IF ONE OR MORE WHEELS HAVE BEEN SERVICED, AT NO COST TO OWNERS." -10/05/1981,81V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V118000),"General Motors, LLC",WHEELS:SINGLE:RIM BASE,WHEELS,NR (Not Reported),Vehicle,253,"THE SPARE WHEEL IS ONE INCH WIDER THAN THE MAXIMUM APPROVED RIM WIDTH AND FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,THE SPARE WHEEL ASSEMBLY WILL BE REPLACED WITHOUT CHARGE TO OWNER. -10/02/1981,81V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V117000),Toyota Motor Corporation,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,855,"IF VEHICLE IS CONTINUOUSLY DRIVEN AT SPEEDS OVER 50 MPH ON EXTREMELY ROUGH ROADS, A BENDING RESONANCE OF THE STEERING TIE ROD MAY OCCUR. THIS COULD EVENTUALLY CAUSE FRACTURE AND FAILURE OF THE ROD.",,THE STEERING TIE ROD ASSEMBLY AND RELAY ROD WILL BE REPLACED AT NO CHARGE TO OWNER. -10/01/1981,81V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V115000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS:INTEGRAL PAR,SEATS,NR (Not Reported),Vehicle,60,"VEHICLES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"". THE SEAT BACK CUSHIONS MAY NOT BE SOFT ENOUGH AND THE SEAT FRAMES MAY NOT HAVE BEEN INSTALLED TO PROVIDE SUFFICIENT CLEARANCE BETWEEN THE SEATS.",,IMPROPER SEAT SPACING WILL BE CORRECTED AND NEW SEAT PADS WILL BE INSTALLED AT NO COST TO OWNERS. -10/01/1981,81V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V116000),FREIGHTLINER LLC,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,131,"THE KNUCKLE STOP NUTS ARE TOO SHORT, POSSIBLY RESULTING IN FAILURE OF THE NUT UNDER HEAVY STEERING FORCE. THIS MAY ALLOW THE WHEEL TO ROTATE TOO FAR TO THE RIGHT OR LEFT, PERMITTING THE TIRE TO CONTACT OTHER VEHICLE PARTS.",,ALL SHORT KNUCKLE STOP NUTS WILL BE REPLACED WITH LONGER ONES WITHOUT CHARGE TO OWNER. -10/01/1981,81V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V114000),BEATRICE FOODS COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY:L,SUSPENSION,NR (Not Reported),Vehicle,127,"THERE IS A POSSIBILITY THAT FAILURE OF THE TRAILING ARM MAY OCCUR, CAUSING THE REAR WHEELS TO LOCK-UP.",,TRAILING ARM WILL BE REPLACED WITH A MODIFIED LEAF SPRING AT NO CHARGE TO OWNER. -10/01/1981,81T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T015000),Yokohama Tire Corporation,TIRES,TIRES,NR (Not Reported),Tire,1690,"TIRES MAY DEVELOP A SEPARATION BETWEEN THE REINFORCING PLIES AND THE RUBBER COMPOUND OF THE TIRE. TIRES FAIL TO MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/01/1981,81T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T016000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,310,TIRES MAY HAVE AN UNDERCURE IN THE SHOULDER AREA WHICH CAN CAUSE A SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND OF THE TREAD.,,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/24/1981,81V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V113000),"Volkswagen Group of America, Inc.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,448167,"CORROSIVE DAMAGE AND INCREASED ELECTRICAL RESISTANCE MAY CAUSE THE FUEL PUMP RELAY TO STOP FUNCTIONING. THE FUEL PUMP RELAY IS ONE OF SEVERAL RELAYS ON A RELAY BOARD LOCATED NEAR THE FIREWALL. CORROSION CAUSED BY RAIN ENTERING AN IMPROPERLY SEALED ANTENNA HOLE HAS BEEN THE SUBJECT OF PREVIOUS CAMPAIGNS, BUT ADDITIONAL MEASURES ARE REQUIRED TO ENSURE THAT THE PROBLEM IS CORRECTED.",,"VEHICLES WILL BE INSPECTED TO DETERMINE WHETHER THE MODIFICATION HAS BEEN PERFORMED. IF NOT, A BYPASS WILL BE INSTALLED TO LOCATE THE FUEL PUMP RELAY AWAY FROM THE RELAY BOARD. ANY CORRODED RELAY BOARDS OR CONNECTORS WILL ALSO BE REPLACED." -09/23/1981,81V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V112000),Crane Carrier Company,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,69,"THE SAWCUT SHOULD RUN ONLY HALFWAY THROUGH THE DRAGLINK SECTION. INSTEAD, IT RUNS THROUGH THE ENTIRE SECTION CAUSING INSUFFICIENT CLAMPING FORCE ON THE STEERING BALL SOCKET.",,"UPON INSPECTION, DEFECTIVE DRAGLINKS WILL BE REPLACED WITHOUT CHARGE TO OWNERS." -09/22/1981,81V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V110000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15500,"THE UNDERHOOD WIRING HARNESS AND VENTILATING HOSE MAY HAVE BEEN MISROUTED DURING VEHICLE ASSEMBLY. MISROUTING MAY CAUSE CHAFING BETWEEN THE HARNESS AND VARIOUS OTHER COMPONENTS, RESULTING IN SHORT CIRCUITS AND MALFUNCTION OF ELECTRICAL ACCESSORIES. THE SWITCH WHICH ACTIVATES THE ENGINE OIL PRESSURE WARNING LIGHT MAY NOT FUNCTION. THE CRANKCASE VENTILATION HOSE MAY BE TOO CLOSE TO THE AIR INJECTION MANIFOLD TUBE AND COULD BE DAMAGED IF ENGINE OVERHEATS.",,"UPON INSPECTION, DEALER WILL REPAIR ENGINE COMPARTMENT WIRING HARNESS, REROUTE THE HOSE, AND REPLACE THE OIL PRESSURE SWITCH WITHOUT CHARGE." -09/22/1981,81V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V111000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,150000,"THE AUTOMATIC SPEED CONTROL SWITCH MAY STICK IN THE ""RESUME"" POSITION RESTRICTING RETURN MOVEMENT. THIS WILL NOT ALLOW THE NORMAL BRAKE PEDAL OPERATION TO DEACTIVATE THE SYSTEM.",,"THE SHIELD PORTION OF THE ""RESUME"" SLIDE LEVER IN THE SPEED CONTROL UNIT WILL BE REPLACED WITHOUT CHARGE." -09/22/1981,81T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T013000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,289,"TIRES FAIL TO MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". REDUCED ENDURANCE CAPACITY CAN LEAD TO SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND.",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/16/1981,81V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V109000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,112,THE STEERING COLUMN YOKE UNIT MAY HAVE BEEN ASSEMBLED WITH A 3/8 INCH BOLT AND 30-35 FT/LBS OF TORQUE INSTEAD OF THE SPECIFIED 7/16 INCH BOLT REQUIRING 60-65 FT/LBS.,,"THE INADEQUATE BOLT WILL BE REPLACED WITH THE PROPER 7/16 INCH BOLT AND LOCK NUT, AND THE PROPER TORQUE OF 60-65 FT/LBS WILL BE APPLIED." -09/16/1981,81T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T014000),Yokohama Tire Corporation,TIRES:TREAD,TIRES,NR (Not Reported),Tire,546,"A SEPARATION MAY DEVELOP BETWEEN THE REINFORCING PLIES AND THE BELTS OF THE TIRE. THIS IS NOT IN COMPLIANCE WITH THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/15/1981,81V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V107000),Ford Motor Company,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HIGH/LOW BEA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,791,"DEFECTIVE AUTOMATIC HEADLAMP DIMMER RELAYS WERE INSTALLED IN THE AFFECTED VEHICLES. THE CONTACTS ARE SUBJECT TO DETERIORATION WHICH MAY RESULT IN LOSS OF HIGH OR LOW BEAMS, OR POSSIBLY BOTH.",,"UPON INSPECTION, ALL DEFECTIVE ELECTRICAL RELAYS WILL BE REPLACED." -09/15/1981,81V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V108000),"COLEMAN CO., INC.",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Vehicle,2353,THE HEX NUTS FASTENED TO THE SPRING U-BOLTS MAY NOT HAVE BEEN ADEQUATELY TIGHTENED AT THE TIME OF VEHICLE MANUFACTURE. THIS COULD LEAD TO A FAILURE OR BREAKAGE OF THE SPRING WHICH WOULD ALLOW THE AXLE TO SLIP FROM THE PROPER POSITION.,,"UPON INSPECTION, BELLEVILLE LOCK WASHERS AND LOCK NUTS WILL BE INSTALLED AND TIGHTENED TO THE CORRECT SPECIFICATIONS, WITHOUT CHARGE." -09/14/1981,81T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T012000),CARLISLE TIRE & RUBBER CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3571,TIRES MAY DEVELOP A CONDITION CALLED TREAD CHUNKING WHEREIN PIECES OF THE TREAD MATERIAL MAY SEPARATE FROM THE TIRE DURING USE.,,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/10/1981,81E511000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E511000),Goodyear Tire & Rubber Company,TIRES:TUBE,TIRES,NR (Not Reported),Equipment,600,"THE BASE OF THE VALVE IN THE TUBE CANNOT BE PROPERLY POSITIONED DUE TO MISMATCHED SIZE OF THE VALVE STEM AND WHEEL VALVE HOLE. THIS CAUSES A FOLD TO FORM IN THE TUBE ADJACENT TO THE VALVE BASE, WHICH MAY EVENTUALLY CAUSE THE TUBE TO LOSE AIR PRESSURE.",,"THE TUBES IN RECALL TIRES WILL BE REPLACED WITH A 700R15 TUBE HAVING A TR13 VALVE AT NO CHARGE. OWNERS ARE BEING NOTIFIED BY GOODYEAR TIRE AND RUBBER COMPANY, NHTSA CAMPAIGN NUMBER 81T011000." -09/09/1981,81V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V103000),"Volkswagen Group of America, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,7400,"THE INVOLVED PASSENGER VEHICLES WERE EQUIPPED WITH CERTIFICATION LABELS THAT FAIL TO COMPLY WITH THE CODE OF FEDERAL REGULATIONS PART 567 TITLE 49. THE EXISTING LABELS HAVE INCORRECT INFORMATION DESCRIBING THE VEHICLE AS A ""MULTIPURPOSE PASSENGER VEHICLE"" AND AN ""INCOMPLETE VEHICLE"". IN ADDITION, THE TIRE SELECTION LABELS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"".",,THE DEALER WILL AFFIX THE CORRECT CERTIFICATION LABELS TO THE VEHICLE AT NO CHARGE TO OWNER. -09/09/1981,81V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V105000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,115,"THE INVOLVED VEHICLES MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN A MOVING BARRIER IMPACT TEST FROM THE REAR AT 30 MPH, THE FASTENER ATTACHING THE FUEL SENDER GROUND WIRE TO THE FRAME CROSSMEMBER, AFT OF THE FUEL TANK, PIERCED THE FUEL TANK.",,"THE FUEL SENDER GROUND WIRE ATTACHMENT ON ALL AFFECTED VEHICLES WILL BE RELOCATED TO ELIMINATE THE DANGER, WITHOUT CHARGE TO OWNER." -09/09/1981,81V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V104000),"General Motors, LLC",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,44059,"DURING ASSEMBLY THE UPPER STEERING COLUMN SHAFT PINCH BOLT MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED. MOVEMENT MAY OCCUR BETWEEN THE UPPER STEERING SHAFT AND THE YOKE, CAUSING ACCELERATED PINCH BOLT WEAR AT THE ""WHISTLE SLOT"" IN THE SHAFT. PINCH BOLT WEAR COULD CAUSE THE YOKE TO SLIP FROM THE SHAFT.",,"THE DEALER WILL INSPECT THE UPPER STEERING COLUMN SHAFT TO ENSURE PROPER TIGHTENING OF THE NUT AND BOLT. IF NECESSARY, A NEW NUT AND BOLT WILL BE INSTALLED AND PROPERLY TIGHTENED AT NO CHARGE TO OWNER." -09/09/1981,81V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V106000),"Volkswagen Group of America, Inc.",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,4800,THE LEFT AND RIGHT OUTER TIE ROD ENDS OF THE STEERING SYSTEM MAY HAVE CIRCUMFERENTIAL CRACKS DUE TO AN IMPROPER MACHINE SET-UP IN THE MANUFACTURING PROCESS.,,"THE TIE ROD ENDS WILL BE INSPECTED AND, IF NECESSARY, REPLACED AT NO CHARGE TO OWNER." -09/08/1981,81V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V102000),Ford Motor Company,INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,6500,"THE HOUSING PLATES ON THE DRIVER SEAT BACK LATCH RECLINER ASSEMBLIES WERE MANUFACTURED WITH SUBSTANDARD MATERIAL PRODUCTS. THIS TAINTED STEEL WAS USED TO PRODUCE SEATBACK LATCHES FOR BOTH THE RIGHT AND LEFT SIDE SEAT ASSEMBLIES. UNDER CERTAIN CONDITIONS, THE DEFECTIVE HOUSING PLATES MAY DISTORT, ALLOWING THE LOCKING TEETH TO DISENGAGE AND TEAR OFF. THIS PERMITS THE SEATBACK TO PIVOT BACKWARDS.",,"UPON INSPECTION, BOTH DRIVER AND PASSENGER SEAT LATCH/RECLINER ASSEMBLIES, ON VEHICLES EXHIBITING THE SUSPECT DATE CODES, WILL BE REPLACED." -09/01/1981,81E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E013000),"Chrysler (FCA US, LLC)",AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Equipment,366,"DUE TO A DEFECT IN THE WIRING SYSTEM, DEALER-INSTALLED AIR CONDITIONING KITS MAY CAUSE THE ENGINE TO CONTINUE RUNNING WHEN THE IGNITION KEY IS TURNED TO THE ""OFF"" POSITION AND THE AIR CONDITIONER IS IN OPERATION.",,"UPON INSPECTION, THE AIR CONDITIONING WIRING SYSTEM WILL BE MODIFIED AND A CIRCUIT BREAKER WILL BE INSTALLED." -09/01/1981,81V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V101000),FREIGHTLINER LLC,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,195,"THE FOUR BOLTS USED TO ATTACH EACH FUEL TANK SUPPORT BRACKET TO THE FRAME CONTAIN ""QUENCH CRACKS"" DUE TO IMPROPER HEAT TREATMENT IN THE MANUFACTURING PROCESS. THESE DEFECTIVE BOLTS COULD GIVE WAY, ALLOWING THE FUEL TANK TO BECOME DISLODGED FROM THE BRACKET OR THE BRACKET FROM THE FRAME.",,ALL BOLTS AND NUTS USED TO ATTACH THE FUEL TANK BRACKETS TO THE FRAMES WILL BE REPLACED AT NO CHARGE TO OWNER. -08/28/1981,81V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V100000),"RENAULT, INCORPORATED",FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18700,SOME OF THE INVOLVED VEHICLES MAY DEVELOP A FUEL LEAK NEAR THE ENGINE DUE TO A LOOSE FUEL LINE CONNECTION.,,"DEALER WILL REPLACE THE FUEL SYSTEM HOSE CLAMPS, HOSES, AND THE FUEL SUPPLY RAMP AT NO CHARGE TO OWNER." -08/25/1981,81V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V099000),FREIGHTLINER LLC,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,70,"THE SAFETY CHAIN BALE PORTION OF THE TOWING ATTACHMENT MAY HAVE A DEFECTIVE WELD IN A CRITICAL AREA. IF THE TRAILER HITCH SHOULD BECOME UNLATCHED OR IN THE EVENT OF AN ACCIDENT CAUSING THE TRUCK AND TRAILER TO BECOME SEPARATED, THE RESULTING FORCES COULD CAUSE A FAILURE OF THE SAFETY CHAIN BALE. A FAILURE OF THIS PART WOULD ALLOW COMPLETE SEPARATION OF THE TRUCK AND TRAILER WITHOUT PRIOR WARNING.",,"UPON SEPARATION, THE TRAILER WOULD TRAVEL OUT OF CONTROL UNTIL THE EMERGENCY BRAKING SYSTEM COULD BRING IT TO A STOP. A VEHICLE ACCIDENT COULD RESULT. CORRECTIVE ACTION: THE SAFETY CHAIN BALE WILL BE INSPECTED AND, IF NECESSARY, REPLACED WITH A NEW ONE." -08/24/1981,81C012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81C012000),STROLEE (CAR SEATS),EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,204180,THE PLASTIC UPHOLSTERY CLIPS USED TO FASTEN UPHOLSTERY TO THE CAR SEAT SHIELD COULD COME LOOSE.,,NEW CLIPS WILL BE PROVIDED ALONG WITH INSTRUCTIONS FOR REPLACEMENT. -08/21/1981,81E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E011000),"K & D CUSTOM COACH, INC",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,180,"LENS MAY NOT HAVE THE PROPER FINISH ON THE OPTICAL SURFACE. REAR STOP AND TAIL LAMPS PRODUCE AN EXCESSIVE AMOUNT OF LIGHT, THUS FAILING TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,DEFECTIVE LENSES WILL BE REPLACED WITH LENSES HAVING THE PROPER FINISH. -08/14/1981,81V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V098000),PACCAR Incorporated,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,9000,,,DEALER WILL REPLACE THE STEERING ARM AND ADJUST THE PRESSURE SETTINGS PROPERLY AT NO CHARGE TO OWNER. -08/12/1981,81V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V097000),FREIGHTLINER LLC,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,348,"ON THE INVOLVED VEHICLES, BOTH THE AIR BRAKE HOSE CONNECTIONS AND THE AIR PRESSURE GAUGES FOR THE DUEL BRAKE FEATURE MAY HAVE BEEN CONNECTED IN REVERSE ORDER. INCORRECTLY CONNECTED BRAKE HOSES IN COMBINATION WITH AN AIR LEAK IN EITHER THE PRIMARY OR SECONDARY BRAKE SYSTEMS COULD CAUSE BRAKE FAILURE ON ONE OR MORE AXLES.",,VEHICLES WILL BE INSPECTED AND MODIFICATIONS PERFORMED TO BRAKE HOSE CONNECTIONS WITHOUT CHARGE TO OWNER. -08/12/1981,81V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V096000),"APOLLO MOTOR HOMES, INC.",LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,190,THE TWO 0.5 BY 1.5 INCH TUBES THAT THE LIQUIFIED PETROLEUM TANK IS BOLTED TO ARE SUBJECT TO FAILURE AT THE WELD BETWEEN THE TUBE ENDS AND THE SUBFLOOR STRUCTURE. INADEQUATE MOUNTING COULD MAKE IT POSSIBLE FOR THE TANK TO SEPARATE FROM THE MOTORHOME.,,"UPON INSPECTION, FOUR BOLTS WILL BE ADDED THROUGH THE TOP OF THE LPG TANK MOUNTING BRACKET TO SECURE IT TO THE FLOOR OF THE MOTORHOME, IF NECESSARY." -08/10/1981,81V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V095000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47371,"UNDER CERTAIN CONDITIONS, THE REAR BRAKES COULD LOCK UP WITHOUT PRIOR WARNING DURING HIGH DECELERATION BRAKING. THE PROBLEM MAY BE CAUSED BY DEFECTIVE PROPORTIONER VALVES IN THE BRAKING SYSTEM.",,THE DEALER WILL INSPECT THE BRAKE SYSTEM PROPORTIONER VALVES AND IF NECESSARY INSTALL NEW VALVES. -08/06/1981,81V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V094000),WESTERN PRODUCTS,SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Vehicle,1000,INADEQUATE WELD POSITIONING COUPLED WITH RADIUS ROD LOAD AND LOOSENING OF THE SPRING CLIP NUTS COULD CAUSE SPRING SEAT FRACTURE. THIS CAN RESULT IN LOSS OF DIRECTIONAL CONTROL OF THE AXLE.,,"SPRING SEAT RADIUS ROD BRACKETS WILL BE INSPECTED AND REPLACED IF NECESSARY. IN ADDITION, SUPPLEMENTAL BRACKETS WILL BE INSTALLED TO REINFORCE THE SPRING SEAT, WITHOUT CHARGE." -08/05/1981,81V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V093000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,110000,THE STOP LAMP SWITCHES INSTALLED ON THE SUBJECT VEHICLES MAY HAVE INADEQUATE INTERNAL SWITCH CONTACT PRESSURE DUE TO AN INCORRECT FORMATION OF THE SWITCH CONTACT TERMINALS. THIS LACK OF SWITCH CONTACT CONTINUITY MAY RENDER THE (STOP) BRAKE WARNING LIGHTS INOPERATIVE.,,THE STOP LAMP SWITCHES ON ALL INVOLVED VEHICLES WILL BE REPLACED AND PROPERLY FORMED TERMINALS WILL BE INSTALLED AT NO COST TO OWNER. -08/03/1981,81E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E010000),"WORTHINGTON IND., INC.",LPG TANK FITTINGS,EQUIPMENT,NR (Not Reported),Equipment,3280,DISTORTED THREADS IN THE CYLINDER VALVE MAY PREVENT A PROPER SEAL BETWEEN THE VALVE AND THE REGULATOR DEVICE ON THE EQUIPMENT RECEIVING FUEL. THIS WILL CAUSE A RISK OF A GAS LEAK.,,THREADS WILL BE REPAIRED OR THE VALVE WILL BE REPLACED AT NO CHARGE TO OWNERS. -07/22/1981,81V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V092000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,112000,"SOME OF THE INVOLVED VEHICLES HAVE AN ELECTRICALLY UNGROUNDED FUEL INLET. THESE VEHICLES ARE SUBJECT TO STATIC CHARGE ACCUMULATION AT THE FUEL FILLER PIPE OPENING, WHICH CAN OCCUR IF THESE VEHICLES ARE REFUELED FROM AN ELECTRICALLY UNGROUNDED DISPENSING NOZZLE.",,A GROUNDING CONNECTION FROM THE FILLER PIPE INLET TO THE VEHICLE BODY AND A STATIC ELECTRICITY SUPPRESSION ROD INSIDE THE FILLER PIPE WILL BE INSTALLED AT NO CHARGE TO OWNER. -07/21/1981,81E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E009000),SOUTHWEST TRUCK BODY CO.,STRUCTURE:TONGUE DOLLY,TRAILER HITCHES,NR (Not Reported),Equipment,310,"TRAILER TONGUE DOLLIES ARE DESIGNED TO ACT AS A CONNECTING DEVICE BETWEEN THE REAR OF A TOWING TRAILER AND THE FRONT OF THE TRAILER BEING TOWED. OVER A PERIOD OF TIME, THE SPRING BOX OF THE DOLLY MAY CAUSE A NON-ALIGNMENT OF THE REAR TRAILER.",,"UPON INSPECTION, ANY CRACKED WELDS WILL BE REWELDED AND REINFORCEMENTS WILL BE ADDED TO THE FRONT CHANNEL AND SPRING BOX. THIS WILL BE DONE WITHOUT CHARGE TO OWNER." -07/20/1981,81V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V091000),"FIAT MOTORS OF N.A., INC.",STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,140000,"VEHICLES MAY BE SUSCEPTABLE TO HEAVY RUSTING IN STRUCTURALLY SIGNIFICANT AREAS OF THE UNDERCARRIAGE. THIS CONDITION MAY IMPAIR THE ATTACHMENT TO THE BODY OF: 1) THE FRONT UPPER CONTROL ARMS, 2) THE FRONT CROSS MEMBER TO WHICH THE FRONT LOWER CONTROL ARMS ARE ATTACHED, 3) THE STEERING BOX AND IDLER ARM MOUNTING AND 4) THE REAR TRAILING ARM WHICH IS ATTACHED TO THE INTERNAL CROSS MEMBER BELOW THE REAR SEAT AND TO THE REAR AXLE. UNDERCARRIAGE CORROSION IS ACCELERATED BY EXPOSURE TO DE-ICING SALTS.",,"ALL OWNERS OF 1970-71 VEHICLES WILL BE SENT LETTERS ADVISING THEM OF THE PROBLEM. DUE TO THE AGE OF THESE VEHICLES OWNERS ARE NOT ENTITLED TO FREE INSPECTION OR REMEDY. 1972-74 VEHICLES WILL BE INSPECTED WITHIN 120 DAYS OF OWNER NOTIFICATION. IF DAMAGE FROM RUSTING IS DETERMINED TO IMPAIR ATTACHMENTS IN ANY OF THE FOUR CRITICAL UNDERBODY LOCATIONS, DEALER WILL OFFER TO REPURCHASE THE VEHICLE." -07/17/1981,81V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V090000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3700,"THE INVOLVED VEHICLES WERE ASSEMBLED WITH THE LEFT FRONT BRAKE TUBE RETAINING CLIP MISSING. THE ABSENCE OF A RETAINING CLIP MAY ALLOW THE BRAKE TUBE TO RUB AGAINST THE SHOCK ABSORBER, CAUSING WEAR ON THE TUBE AND, EVENTUALLY, LOSS OF BRAKE FLUID.",,MISSING BRAKE TUBE CLIPS WILL BE INSTALLED AND ANY CHAFED BRAKE TUBES WILL BE REPLACED. -07/14/1981,81V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V089000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,500,HOLES DRILLED IN THE REAR AXLE YOKES TO BALANCE THEM COULD CAUSE A FAILURE OF THE YOKE.,,VEHICLES WILL BE INSPECTED AND ALL DEFECTIVE YOKES WILL BE REPLACED WITH YOKES WITHOUT HOLES. -07/08/1981,81V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V088000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:VALVE:HAND CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10000,THE RETAINING PIN FOR THE BRAKE CONTROL KNOB HAS BEEN MISALIGNED (OFF THE CENTER LINE OF THE VALVE PLUNGER HOLE). THIS CAUSES THE KNOB TO BE OVERSTRESSED AT THE RETAINING PIN HOLE AREA CAUSING IT TO SEPARATE FROM THE VALVE.,,THE HOLES WILL BE RETOOLED TO PROVIDE CORRECT ALIGNMENT AND PLASTIC KNOBS WILL BE REPLACED BY KNOBS OF STRONGER MATERIAL HAVING METAL REINFORCEMENTS. -07/08/1981,81V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V087000),WESTERN PRODUCTS,ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,15000,"DUE TO A DEFICIENCY IN MATERIAL STRENGTH, THE FRONT ENGINE SUPPORT BRACKETS ON THE INVOLVED VEHICLES MAY DEVELOP CRACKS THAT COULD LEAD TO BRACKET FAILURE. THIS WOULD CAUSE THE ENGINE TO DROP DOWN INTO THE RADIATOR, DAMAGING THE SHROUD, ENGINE FAN, AND OTHER ASSOCIATED PARTS. THE ENGINE THROTTLE COULD BE PULLED INTO FULL GOVERNED POSITION.",,"THE EXISTING SUPPORT BRACKETS WILL BE REPLACED WITH BRACKETS MADE OF DUCTILE IRON, AT NO CHARGE TO OWNER." -07/08/1981,81V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V085000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,22,"THE INVOLVED TRUCKS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"", IN THAT THE EXTENDED RIDER""S SEAT WAS NOT EQUIPPED WITH A SEAT BELT AS REQUIRED.",, -07/08/1981,81V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V086000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,100,"THE INVOLVED TRUCKS HAVE PITMAN ARMS WITH TIMING MARKS AND SERRATIONS LOCATED 8 DEGREES OUT OF PROPER ALIGNMENT. WHEN THE CHASSIS IS RAISED TO THE MAXIMUM CONDITION WITH THE WHEELS SUSPENDED OR DROPPED INTO A DEEP HOLE, THE PITMAN ARM AND DRAG LINK CAN GO INTO TOGGLE POSITION.",,"UPON INSPECTION, ALL DEFECTIVE PITMAN ARMS WILL BE REPLACED WITH PROPERLY TIMED ARMS." -07/07/1981,81V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V084000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4338,SOME VEHICLES EQUIPPED WITH POWER BRAKE BOOSTERS HAVE FRONT AND REAR SHELLS THAT MAY HAVE BEEN IMPROPERLY JOINED. IMPROPERLY JOINED BOOSTER SHELLS MAY SEPARATE EITHER PARTIALLY OR COMPLETELY DURING BRAKE APPLICATION.,,ALL DEFECTIVE BOOSTERS WILL BE REPLACED AT NO CHARGE TO OWNER. -07/07/1981,81V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V083000),"Mack Trucks, Inc.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,180,THE RIGHT HAND FRONT CANOPY CAB MOUNTING BRACKET INTERFERES WITH THE RIGHT HAND BRAKE CHAMBER ON THE STEERING AXLE WHEN IN A CERTAIN DEGREE TURN AND SEVERE BUMPING IS PRESENT.,,"THE FRONT CANOPY CAB MOUNTING BRACKET WILL BE MODIFIED TO ALLOW FOR CLEARANCE OF THE RIGHT HAND FRONT BRAKE CHAMBER, WITHOUT CHARGE TO OWNER." -07/07/1981,81V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V082000),"Winnebago Industries, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,209,UNDER CERTAIN JARRING CONDITIONS THE REAR HATCH TYPE DOOR MAY OPEN WITHOUT ADVANCE WARNING.,,DEALER WILL REPLACE THE DOOR LOCK AND RELATED PARTS WITHOUT CHARGE TO OWNER. -07/06/1981,81E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E007000),MCGRAW,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3009,"THE WRONG SIZE CUP WAS INCLUDED IN THE WHEEL CYLINDER REPAIR KIT. THE OVERSIZED CUP MAY ALLOW A FLUID BYPASS, RESULTING IN A LOSS OF BRAKE FLUID.",,"DEFECTIVE KITS WILL BE REPLACED WITHOUT CHARGE. THIS INCLUDES EXPENSES, WITHIN REASON, FOR REPLACEMNET OF UNITS ALREADY INSTALLED IN VEHICLES." -07/06/1981,81E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E008000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,1205,THE ACTUATION CHAIN OF THE CRUISE COMMAND COULD CATCH ON THE THROTTLE LINKAGE. THIS CAN CAUSE THE THROTTLE TO REMAIN IN A PARTIALLY OPEN POSITION.,,A NEW CRUISE COMMAND SERVO CABLE ASSEMBLY WILL BE INSTALLED AND A SHIELD WILL BE MOUNTED ON THE THROTTLE LINKAGE. -07/06/1981,81V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V081000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11162,"THE CRUISE COMMAND ACTUATION CHAIN MAY CATCH ON THE THROTTLE LINKAGE, CAUSING THE THROTTLE TO REMAIN IN A PARTIALLY OPEN POSITION.",,"DEALER WILL REPLACE THE CRUISE COMMAND ACTUATION CHAIN ASSEMBLY, AND A SHIELD WILL BE MOUNTED ON THE THROTTLE LINKAGE AT NO CHARGE TO OWNER." -07/01/1981,81V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V080000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,351,"A PROTECTIVE COVER WAS OMITTED FROM THE SPEED CONTROL UNIT. WITHOUT THIS COVER, A BEAD CHAIN WHICH CONNECTS THE THROTTLE LINKAGE TO THE SERVO ASSEMBLY COULD BECOME ENTANGLED IN THE LINKAGE OR OTHER ENGINE COMPONENTS. IF THE CHAIN BECOMES CAUGHT, IT COULD CAUSE THE ENGINE THROTTLE TO LOCK OPEN. A THROTTLE ARM WAS ALSO ACCIDENTLY OMITTED FROM THE SPEED CONTROL UNIT.",,BOTH THE METAL COVER AND THE THROTTLE ARM WILL BE INSTALLED AT NO CHARGE TO OWNER. -07/01/1981,81V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V079000),"Trailers by Dorsey, Inc.",WHEELS:MULTIPLE,WHEELS,NR (Not Reported),Vehicle,145,"TWO TYPES OF FIRESTONE TIRE RIM BASES AND MATCHING SIDE RINGS WERE IN USE. DURING INSTALLATION, TIRE RIM BASES AND SIDE RINGS MAY NOT HAVE BEEN CORRECTLY MATCHED.",,"UPON INSPECTION, ALL INCORRECT RIM BASES AND SIDE RINGS WILL BE REPLACED WITH THE CORRECT PARTS." -06/26/1981,81V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V078000),"COACHMEN INDUSTRIES, INC.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,314,"A PROTECTIVE METAL COVER WAS OMITTED FROM THE SPEED CONTROL UNIT. WITHOUT THIS COVER, A BEAD CHAIN WHICH CONNECTS THE THROTTLE LINKAGE TO THE SERVO ASSEMBLY COULD BECOME ENTANGLED IN THE LINKAGE OR OTHER ENGINE COMPONENTS. IF THE CHAIN BECOMES CAUGHT, IT COULD CAUSE THE ENGINE THROTTLE TO LOCK OPEN. A THROTTLE ARM WAS ALSO ACCIDENTLY OMITTED FROM THE SPEED CONTROL UNIT.",,BOTH THE METAL COVER AND THE THROTTLE ARM WILL BE INSTALLED AT NO CHARGE TO OWNER. -06/25/1981,81V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V077000),NATIONAL COACH CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,90,"CHASSIS ON THE INVOLVED BUSES WERE LABELED INCORRECTLY WITH A GVWR OF 10,000 POUNDS THAT DOES NOT MEET THE REQUIREMENTS OF FEDERAL REGULATION PART 567.4(G). THIS STATES THAT THE GVWR SHOULD NOT BE LESS THAN THE SUM OF THE UNLOADED VEHICLE WEIGHT, RATED CARGO LOAD AND 150 POUNDS TIMES THE VEHICLE SEATING CAPACITY. THE CERTIFICATION LABEL ALSO INCORRECTLY INDICATES THAT THE VEHICLE IS OF MULTIPURPOSE TYPE.",,"CERTIFICATION LABELS INDICATING TYPE OF VEHICLE AS A BUS WITH GVWR OF 11,000 POUNDS WILL BE AFFIXED IN PLACE OF THE OLD ONES. DECALS WILL ALSO BE AFFIXED IN THE PROPER LOCATIONS TO PROVIDE EXIT INSTRUCTIONS, AND THE CENTER REAR WINDOW WILL BE REPLACED WITH A NEW EXIT WINDOW." -06/23/1981,81V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V076000),COUNTRY HOMES CAMPER CO.,EQUIPMENT:TRUCK/VAN:POP-TOP CAMPER,EQUIPMENT,NR (Not Reported),Vehicle,92,"DURING VEHICLE OPERATION, THE POP TOP COULD LOOSEN FROM ITS ANCHOR DUE TO WIND PRESSURE. IT COULD OPEN AND SEPARATE ENTIRELY FROM THE VEHICLE.",,"DEALER WILL INSPECT AND, IF NECESSARY, MODIFY ANCHORAGES TO MAKE SURE POP TOP WILL BE SECURED UNDER NORMAL OPERATING CONDITIONS." -06/23/1981,81T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T010000),GENERAL TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,27585,TWO PROTRUDING SCREWS IN THE TIRE MOLD CAUSED DEPRESSIONS IN THE SIDEWALL WHICH CAN DEVELOP CRACKS. CRACKS MAY LEAD TO A RUPTURE IN THE TIRE.,,TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/18/1981,81V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V075000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,85,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"", IN THAT THE DOOR FRAME-TO-BODY CENTER PILLAR INTERLOCK ON THE FRONT SEAT BELTS OF THESE VEHICLES MAY BE MISALIGNED.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, ALIGN THE SEAT BELT INTERLOCK ASSEMBLIES PROPERLY AT NO CHARGE TO OWNER." -06/16/1981,81V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V074000),Volvo Trucks North America,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,869,THE BOLTS FOR THE CLAMP ON THE DRAG LINK MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS ON THE INVOLVED VEHICLES. THE LOOSENESS CAN RESULT IN WEAR ON THE THREADED CONNECTION BETWEEN THE BALL JOINT AND THE DRAG LINK.,,"ALL INVOLVED VEHICLES WILL HAVE THE CLAMPS BOLTS AND NUTS REPLACED AND TIGHTENED TO SPECIFICATIONS. IF EXCESSIVE WEAR IS OBSERVED ON THE THREADED CONNECTION, THE ENTIRE DRAG LINK ASSEMBLY WILL BE REPLACED AT NO CHARGE TO OWNER." -06/16/1981,81V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V073000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,9070,THE FRONT LEFT UPPER CONTROL ARM NUTS MAY NOT HAVE BEEN SECURELY TIGHTENED. THE NUTS MAY LOOSEN AND COME OFF AND WITH CONTINUED DRIVING THE CONTROL ARM FRONT BOLT MAY WORK ITS WAY OUT OF POSITION OR BECOME DISPLACED.,, -06/15/1981,81V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V072000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,11700,"THE PRIMARY CIRCUIT CONNECTION, WHICH PROVIDES PRIMARY ELECTRICAL POWER TO THE ENGINE, COULD DETERIORATE DUE TO HIGH CURRENT DRAW PRODUCED BY BUILDER-INSTALLED EQUIPMENT.",,THE MAIN CAB WIRING HARNESS ELECTRICAL CONNECTOR WILL BE MODIFIED TO ELIMINATE DETERIORATION AT NO CHARGE TO OWNER. -06/15/1981,81E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E006000),DANA CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Equipment,80,BALL STUDS WERE IMPROPERLY HEAT-TREATED AND CONSTRUCTED FROM AN ALTERNATE MATERIAL. CRACKS CAN DEVELOP AND BALL STUDS MAY BREAK.,,VEHICLES WITH DEFECTIVE BALL STUDS SHOULD BE RETURNED TO DEALERSHIP FOR REPLACEMENT OF BALL STUDS. -06/15/1981,81T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T009000),Cooper Tire & Rubber Co.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,574,"TIRES MAY DEVELOP SEPARATION IN THE LOWER SIDEWALL AREA AND FAIL TO COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THIS WILL LEAD TO LOSS OF AIR PRESSURE.",,"TIRES WILL BE REPLACED, MOUNTED, AND BALANCED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -06/10/1981,81V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V071000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,43,"THE INVOLVED TRUCKS DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"", IN THAT THE FIRST PURCHASER USAGE AND MAINTENANCE INSTRUCTIONS FOR THE SEAT BELT ASSEMBLY WAS OMITTED FROM THE OPERATOR""S MANUAL WHICH CAME WITH THE VEHICLE.",,THE DEALER WILL INCLUDE THE MISSING INFORMATION WITH THE NOTIFICATION LETTER. -06/08/1981,81V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V070000),"VAN-CON, INCORPORATED",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,150,"THE INVOLVED SCHOOL BUSES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"", IN THAT THE SEAT BELT ANCHORAGES WERE NOT SPACED 6.5 INCHES APART.",,"THE OWNER IS ASKED TO INSPECT HIS/HER SEAT BELT ANCHORAGE FOR THE REQUIRED 6.5 INCH CLEARANCE. THOSE THAT DO NOT HAVE THE REQUIRED CLEARANCE WILL BE CORRECTED AT NO CHARGE. THE OWNER ALSO HAS THE OPTION TO BRING HIS VEHICLE IN TO HAVE THE DEALER INSPECT AND MAKE THE NECESSARY MODIFICATIONS. IF THE OWNER WOULD LIKE TO REPOSITION THE SEAT BELT ANCHORAGES HIMSELF, THE DEALER WILL SEND A RETROFIT KIT CONSISTING OF THE PARTS NEEDED TO MAKE THESE CORRECTIONS. THIS WILL BE SENT AT NO CHARGE TO OWNER." -06/03/1981,81V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V069000),ZIMMER HOMES CORP.,BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,36,"UPON APPLYING THE BRAKES, THE VEHICLE STOPPING DISTANCE IS APPROXIMATELY 10 PERCENT LONGER THAN IS PERMITTED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"".",,THE PROPORTIONING VALVE WILL BE MODIFIED TO INCREASE BRAKING EFFECTIVENESS AT NO COST TO OWNER. -06/02/1981,81V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V068000),Oshkosh Corporation,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,59,THE LOCKING BOLT THAT ENGAGES THE STEERING GEAR SHAFT GROOVE DOES NOT PERFORM ADEQUATELY. THE POTENTIAL EXISTS FOR THE PITMAN ARM TO SLIDE AWAY FROM THE STEERING GEAR SHAFT.,,"ALL VEHICLES WILL BE INSPECTED AS SOON AS POSSIBLE TO ASSURE THAT THE PITMAN ARM LOCKING BOLT PROPERLY SECURES THE PITMAN SHAFT GROOVE. IF NOT, THE PROPER ADJUSTMENTS WILL BE MADE AT NO CHARGE TO OWNER." -06/01/1981,81V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V067000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,679,"UNDER CERTAIN OPERATING ROAD CONDITIONS, THE POWER CABLES CONTAINED IN A TUBE BETWEEN THE BATTERIES AND THE ENGINE CAN MOVE FREELY. THIS MOVEMENT COULD CAUSE THE MAIN POWER CABLE TO CHAFE, LEADING TO AN ELECTRICAL SHORT.",,THE PRESENT WIRING CHANNEL WILL BE REPLACED AND INSULATING TYPE SUPPORTING BLOCKS WILL BE ADDED WITHOUT CHARGE TO OWNER. -06/01/1981,81V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V066000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,46,"A KEYWAY, WHICH IS USED ON THE STEERING ARMS TO ASSURE THAT THEY ARE PROPERLY INDEXED, MAY HAVE BEEN ASSEMBLED OUT OF CORRECT ALIGNMENT. THIS CAUSES THE DRAG LINK BALL STUD WORKING ANGLE TO BE EXCEEDED AND COULD LEAD TO EARLY FAILURE OF THE BALL STUD.",,"THE VEHICLE WILL BE INSPECTED AND, IF NECESSARY, THE STEERING ARM WILL BE REPLACED AT NO CHARGE TO OWNER." -05/28/1981,81V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V065000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,1328,"THE SEAT CUSHIONS AND SEAT FRAMES ON THESE VAN BUSES MAY HAVE BEEN INSTALLED WITH INSUFFICIENT CLEARANCE BETWEEN THE SEATS. THESE VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"".",,THE SEAT CLEARANCE WILL BE CHECKED ON ALL INVOLVED VEHICLES AND ANY BUSES WITH INADEQUATE CLEARANCE WILL HAVE THEIR SEAT CUSHIONS AND FRAMES RELOCATED AT NO CHARGE. -05/27/1981,81E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E004000),YAMAHA INTERNATIONAL CORP,EQUIPMENT:MOTORCYCLE ENGINE GUARD:SHIELD,UNKNOWN OR OTHER,NR (Not Reported),Equipment,3471,"UNDER A CERTAIN COMBINATION OF CONDITIONS, THE ENGINE GUARD MAY COME IN CONTACT WITH IRREGULARITIES IN THE ROAD SURFACE.",,"THE FULL PURCHASE PRICE AND ANY INSTALLATION CHARGES WILL BE REFUNDED UPON RETURN OF THE DEFECTIVE ENGINE GUARDS, OR YAMAHA WILL REMOVE THE ENGINE GUARDS, IF THE OWNER DESIRES." -05/27/1981,81E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E005000),DANA CORPORATION,SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Equipment,3825,THE UPPER HOUSING OF THE BALL JOINTS IS OVERSIZED AND THEREFORE INTERFERES WITH ADJACENT SURFACES OF THE UPPER CONTROL ARM AND DOES NOT PERMIT A FLUSH FITTING OF THE UPPER HOUSING OF THE BALL JOINT TO THE UPPER CONTROL ARM. USE OF THESE BALL JOINTS CAN RESULT IN FAILURE OF THE ATTACHING BOLTS.,,DEFECTIVE BALL JOINTS CONTAINED IN INVENTORIES SHOULD BE RETURNED FOR REPLACEMENT FREE OF CHARGE. VEHICLES CONTAINING DEFECTIVE BALL JOINT ASSEMBLIES SHOULD BE TAKEN TO THE PLACE OF ORIGINAL INSTALLATION FOR REPLACEMENT AT NO CHARGE TO OWNER. -05/26/1981,81V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V064000),TRANSPORTATION MFG. CORP.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,247,A NUMBER OF BUSES HAVE INCORRECT WIRE INSTALLATION FOR THEIR 12V HEADLAMPS.,,THE DEALER WILL PROVIDE OWNERS OF INVOLVED VEHICLES WITH PARTS AND AN APPROPRIATE LABOR ALLOWANCE. -05/22/1981,81V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V063000),"Nissan North America, Inc.",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,42735,"IF INVOLVED VEHICLES ARE DRIVEN IN DEEP MUD OR WATER FOR LONG DISTANCES AND AN EXTENDED PERIOD OF TIME, MUD AND WATER MAY PENETRATE THE FRONT WHEEL HUB THROUGH THE GREASE SEAL. UNDER THESE CONDITIONS THE FRONT WHEEL BEARING COULD WEAR PREMATURELY, DUE TO BEARING CONTAMINATION.",,"THE DEALER WILL INSTALL AN IMPROVED GREASE SEAL. UPON INSPECTION, IF SIGNS OF BEARING WEAR OR RUST ARE PRESENT, THE BEARING WILL ALSO BE REPLACED AT NO COST TO OWNER." -05/22/1981,81V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V062000),SHASTA INDUSTRIES,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,563,"THE INVOLVED VEHICLES WERE MANUFACTURED WITH A BRACKET-HELD SWING-OUT LIFT ARM ON THE FRONT DOOR SIDE OF THE UNIT. IT WAS DISCOVERED THAT THESE BRACKETS, WHICH ALLOW THE ARM TO SWING OUTWARD, COULD BREAK WITHOUT PRIOR WARNING.",,THE DEALER WILL REPLACE THE SWING ARMS ON THE INVOLVED TRAILERS AT NO CHARGE TO OWNER. -05/21/1981,81V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V061000),Ford Motor Company,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,130,"THE INVOLVED TRUCKS WERE MANUFACTURED WITH A CERTAIN PORTION OF SPECIFIED FLOOR PAN INSULATION MATERIAL (BENEATH THE RIGHT FRONT PASSENGER SEAT) OMITTED. BECAUSE OF THIS OMISSION, A SECTION OF THE SHEET METAL FLOOR PAN WAS LEFT EXPOSED OVER THE EXHAUST SYSTEM IN AN AREA OF POSSIBLE PASSENGER CONTACT.",,THE DEALER WILL INSTALL A REVISED DESIGN FLOORPAN INSULATOR PAD AT NO CHARGE TO OWNER. -05/19/1981,81V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V060000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,55238,"ON CERTAIN VEHICLES, THE SEAT BELT RETRACTORS IN THE REAR SEATING POSITIONS CONTAIN FIRST LOCK POSITIONS WHICH WILL NOT LOCK WHEN USED BY SMALLER PASSENGERS. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"".",,"ALL OWNERS WILL BE SENT A PRE-PAID POSTAGE CARD THAT IS TO BE FILLED OUT AND SENT BACK. THE CARD WILL INDICATE WHETHER THE SEAT BELTS ARE FUNCTIONING PROPERLY. IF DEALER INSPECTS SEAT BELTS, THE SEAT BELT RETRACTORS WILL BE REPLACED, IF NECESSARY, WITHOUT CHARGE." -05/19/1981,81V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V059000),"MALAGUTI OF AMERICA, INC.",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,1549,"SOME VEHICLES MAY HAVE BEEN EQUIPPED WITH UNDERSIZED MIRRORS WHICH FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REAR VIEW MIRRORS"". IN ADDITION, THE CERTIFICATION LABEL MAY CONTAIN INCORRECT TIRE AND RIM INFORMATION.",,OWNERS ARE BEING SENT THE PROPER MIRROR AND VEHICLE IDENTIFICATION TAG WITH THE OWNER LETTER. OWNERS ARE ADVISED TO COMPLETE THE REPLACEMENT AS SOON AS POSSIBLE. -05/15/1981,81V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V058000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,133000,"ON SOME VEHICLES, THE PRESSURE COULD INCREASE INSIDE THE FUEL TANK FROM HIGH SURROUNDING TEMPERATURES WHEN THE FUEL TANK IS MORE THAN HALF FULL.",,"DEALER WILL INSTALL A RESTRICTOR VALVE INTO THE FUEL FILLER PIPE, WITHOUT CHARGE TO OWNER." -05/14/1981,81V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V057000),SHELLER-GLOBE CORPORATION,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,66,"ON CERTAIN VEHICLES IT MAY BE POSSIBLE TO START THE ENGINE WHEN THE EMERGENCY DOOR IS LOCKED. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,"EMERGENCY DOOR KEY LOCKS WILL BE INSPECTED AND, IF NECESSARY, A SPECIFIED CROSS RECESS SCREW WILL BE INSTALLED IN THE KEY SLOT OF THE LOCK TUMBLER ASSEMBLY. THIS WILL RENDER THE LOCK INOPERATIVE." -05/06/1981,81V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V056000),"Tiffin Motorhomes, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,392,THE U-SHAPED BOLT FASTENERS MAY NOT HAVE BEEN SECURELY TIGHTENED ON SOME VEHICLES. U BOLT NUTS COULD COME LOOSE AND EVENTUALLY FALL OFF.,,"U BOLTS ON AFFECTED VEHICLES WILL BE CHECKED AND IF FOUND TO BE LOOSE, WILL BE SECURELY FASTENED." -05/05/1981,81V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V055000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,30000,"ENGINE MAY LOSE POWER OR STALL DUE TO CARBURETOR FLOODING. THIS IS CAUSED BY A POOR ELECTRICAL GROUND ON THE CARBURETOR FUEL BOWL VENT SOLENOID. VEHICLES MAY ALSO HAVE DRIVEABILITY PROBLEMS WHILE THE ENGINE IS WARMING UP IN COLD WEATHER. THESE PROBLEMS INCLUDE ENGINE MISSING, SAGS, AND HESITATION. THIS IS CAUSED BY A STICKING CARBURETOR OXYGEN FEEDBACK SOLENOID.",,"DEALER WILL INSPECT CARBURETOR AND IF NECESSARY, THE BOWL VENT SOLENOID WILL BE REPAIRED BY RESOLDERING (RECONNECTING) THE EXTERNAL ELECTRICAL CONNECTION FREE OF CHARGE. IF APPLICABLE, THE OXYGEN FEEDBACK SENSOR WILL BE REPLACED." -05/01/1981,81T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T008000),NANKANG RUBBER & TIRE CORP.,TIRES,TIRES,NR (Not Reported),Tire,3850,"INADEQUATE PRESSURE DURING MANUFACTURING MAY LEAD TO CRACKING IN OR NEAR THE TREAD GROOVES. TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,DEFECTIVE TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/28/1981,81T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T007000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,41,"TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS."" SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND IN THE TREAD OR SHOULDER AREA MAY OCCUR.",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/20/1981,81V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V053000),PETERBILT MOTOR COMPANY,LIGHTING:LAMP OR SOCKET:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,200,"ON SOME VEHICLES, THE RECTANGULAR HEAD LAMPS ARE WIRED INCORRECTLY, WHICH FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT."" THE AFFECTED VEHICLES ARE EQUIPPED WITH FOUR HEAD LIGHTS.",,ALL TRUCKS CONTAINING AN INCORRECT HARNESS WILL HAVE THE CONNECTOR REWIRED TO CORRECT THE OPERATION OF THE HEAD LAMPS. -04/20/1981,81V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V054000),PETERBILT MOTOR COMPANY,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,400,"SOME VEHICLES MAY HAVE BEEN MANUFACTURED WITH A WINDSHIELD MASK HAVING TOO LARGE AN OPENING WHICH WAS NOT ANGLED CORRECTLY. THE TOP OF THE WINDSHIELD COULD COME OUT OF THE RUBBER MOLDING, ALLOWING THE WINDSHIELD GLASS TO SHIFT BACK APPROXIMATELY ONE INCH.",,ALL INVOLVED VEHICLES WILL HAVE THE MASK REFORMED AND A BRACKET WILL BE ADDED TO ENSURE THE RETENTION OF THE WINDSHIELD. -04/17/1981,81V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V052000),NATIONAL CUSTOM VAN CORP.,STRUCTURE:DOOR:EMERGENCY:ROOF,STRUCTURE,NR (Not Reported),Vehicle,4,"ON CERTAIN VEHICLES, NO WINDOW RELEASE MECHANISMS OR REAR EMERGENCY EXITS WERE INSTALLED. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,"NEW WINDOWS EQUIPPED WITH RELEASE MECHANISMS, AND ROOF EXITS WILL BE INSTALLED." -04/13/1981,81V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V051000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,189,"ON SOME TRAVEL TRAILERS, THE WELDS ON THE TRAILER COUPLERS MAY BE DEFECTIVE OR INSUFFICIENT. SHOULD THE COUPLER DETACH FROM TRAILER WHILE TOWING, THE TRAILER WOULD BE SECURED TO THE TOWING VEHICLE ONLY BY ITS SAFETY CHAINS.",,"DEALER WILL INSPECT COUPLER AND REWELD, IF NECESSARY, WITHOUT CHARGE." -04/10/1981,81V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V050000),"GRUMMAN ALLIED IND., INC.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,"ON CERTAIN VEHICLES, A LOCKNUT ON A BOLT HOLDING THE BRAKE PEDAL LEVER TO THE BRAKE PEDAL BRACKET MAY NOT HAVE BEEN TIGHTENED ENOUGH TO ENGAGE THE LOCKING MECHANISM OF THE NUT. THIS NUT COULD VIBRATE LOOSE, AND THE BRAKE PEDAL WOULD NO LONGER FUNCTION.",,"THE NUT WILL BE INSPECTED AND TIGHTENED, IF NECESSARY, TO ENSURE PROPER ENGAGEMENT OF LOCKING MECHANISM OF THE NUT." -04/07/1981,81V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V046000),FWD CORPORATION,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,123,"IN ORDER TO ADJUST BRAKES ON CERTAIN VEHICLES, A MORE SENSITIVE THAN NORMAL PROCEDURE IS REQUIRED. USING A FIELD SERVICE BRAKE ADJUSTMENT PROCEDURE MAY CAUSE THE AIR CHAMBER TO FUNCTION IMPROPERLY. THIS MAY CAUSE AN INCREASE IN VEHICLE STOPPING DISTANCE WHEN THE BRAKES ARE APPLIED.",,"DEALER WILL INSPECT ALL INVOLVED VEHICLES, ADJUST CLEVIS AND READJUST BRAKES AS NECESSARY AND IN ACCORDANCE WITH SPECIFICATIONS." -04/07/1981,81V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V048000),"RENAULT, INCORPORATED",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15228,"ON CERTAIN VEHICLES, THE FUEL FILLER CAP BECAME UNSEATED DURING THE REAR IMPACT TEST. THIS IS NOT IN COMPLIANCE WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". FUEL SPILLAGE COULD OCCUR IN A COLLISION.",,A NEW FUEL FILLER CAP AND A PROTECTIVE FUEL CAP HOUSING WILL BE INSTALLED FREE OF CHARGE. -04/07/1981,81V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V047000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5200,"CERTAIN VEHICLES MAY NOT MEET APPLICABLE MINIMUM FUEL SPILLAGE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". DURING A 30 MPH REAR IMPACT TEST, FUEL SPILLAGE LIMITS WERE EXCEEDED BY VEHICLE.",,"REVISED FUEL FILLER AND VENT PIPE ASSEMBLIES WILL BE INSTALLED ON AFFECTED VEHICLES, WITHOUT CHARGE." -04/07/1981,81V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V049000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL TANK:AUXILLARY SELECTOR AND SWITCH,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9,"SOME VEHICLES MAY STILL HAVE A SELECTOR SWITCH FOR AN AUXILIARY FUEL TANK, ALTHOUGH THE TANK ITSELF HAS BEEN REMOVED.",,MANUFACTURER WILL REMOVE THE SWITCH AND CORRECT THE FUEL GAUGE WIRING. A FUEL TUBE WILL ALSO BE REPLACED. -04/06/1981,81V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V045000),Ford Motor Company,EQUIPMENT:SPEED CONTROL VACUUM LINES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,21000,FUEL MAY POSSIBLY TRAVEL THROUGH THE SPEED CONTROL VACUUM LINES AND INTO THE SPEED CONTROL ACTUATION DEVICE (SERV0). THE FUEL CAN DAMAGE SEALS IN THE ACTUATOR SERVO AND ALLOW VACUUM LEAKS. SUCH A LEAK COULD ACTIVATE THE SPEED CONTROL WITHOUT ANY ACTION ON THE PART OF THE DRIVER. THIS WOULD CAUSE THE VEHICLE TO GRADUALLY ACCELERATE.,,THE VACUUM CHECK VALVE AND HOSE ASSEMBLY WILL BE REPLACED AND THE SPEED CONTROL SERVO WILL BE REPLACED IF IT HAS BEEN DAMAGED. -04/01/1981,81V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V042000),Ford Motor Company,POWER TRAIN:TRANSMISSION:3 SPEED:SHIFT PATTERN IND,POWER TRAIN,NR (Not Reported),Vehicle,1650,"THE GEAR POSITION INDICATORS ON CERTAIN VEHICLES MAY BE TOO SHORT TO BE READILY VISIBLE TO SOME DRIVERS. THIS IS NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAY"", WHICH STATES THAT THE GEAR POSITION DISPLAY MUST BE VISIBLE TO DRIVER.",,"IF POINTER OF GEAR POSITION INDICATOR IS FOUND TO BE TOO SHORT, IT WILL BE REPLACED WITHOUT CHARGE TO OWNER." -04/01/1981,81V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V044000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,631,THE BALL STUD NUTS USED TO FASTEN THE DRAG LINK BALL STUD ENDS TO THE PITMAN ARM AND STEERING ARM MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED ON SOME VEHICLES. IF THE NUTS ARE NOT SECURELY FASTENED THE BALL STUD COULD PREMATURELY FAIL AND DRAG LINK WOULD BECOME LOOSE.,,"THE BALL STUD NUTS WILL BE CHECKED AND, IF NECESSARY, WILL BE SECURELY FASTENED FREE OF CHARGE." -04/01/1981,81V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V043000),"THOMAS BUILT BUSES, INC.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,280,"CERTAIN ""U"" SHAPED BOLTS USED TO ATTACH THE AXLES TO THE SPRINGS, WHEN INSTALLED AND TIGHTENED TO SPECIFICATIONS, MAY BE STRETCHED BEYOND THE YIELD POINT OF THE MATERIAL AND COULD BREAK.",,"ALL UNITS WILL HAVE THE ""U"" BOLTS REPLACED WITHOUT CHARGE. THIS INCLUDES NUTS AND LOCKWASHERS." -03/25/1981,81V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V041000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,6700,"THE NUT THAT FASTENS THE TAPERED TIE ROD ENDS TO THE STEERING ARMS MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED ON CERTAIN VEHICLES. THE NUT COULD LOOSEN AND EVENTUALLY COME OFF, CAUSING THE TIE ROD TO DISENGAGE FROM THE STEERING ARM. THE NUT MAY COME OFF DESPITE THE INSTALLATION OF LOCKING COTTER PINS.",,THE NUT WILL BE SECURELY FASTENED AT NO CHARGE. -03/25/1981,81V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V040000),"Porsche Cars North America, Inc.",SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,64,FRONT SHOCK ABSORBERS ON SOME VEHICLES MAY HAVE IMPROPERLY WELDED MOUNTING EYES. THE SHOCK ABSORBER MOUNTING COULD SEPARATE AND CAUSE THE SUSPENSION TO COLLAPSE IF VEHICLE IS DRIVEN ON ROUGH ROADS FOR A LONG PERIOD OF TIME.,,"THE FRONT SHOCK ABSORBERS ON ALL INVOLVED VEHICLES WILL BE CHECKED AND, IF NECESSARY, REPLACED WITHOUT CHARGE." -03/25/1981,81T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T006000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,5292,"TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". TIRES MAY DEVELOP A SEPARATION OF THE TREAD FROM THE BODY OF THE TIRE.",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -03/24/1981,81V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V038000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,105130,THE ENGINE-TO-BODY GROUND CABLE ON CERTAIN VEHICLES MAY HAVE BEEN DAMAGED DURING MANUFACTURE. THE CABLE COULD EVENTUALLY BREAK DUE TO THE RELATIVE MOTION BETWEEN THE ENGINE AND BODY DURING VEHICLE OPERATION.,,A NEW GROUND CABLE WILL BE INSTALLED FREE OF CHARGE. -03/24/1981,81V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V039000),"Volkswagen Group of America, Inc.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,24000,"REAR BUMPER SYSTEM ON CERTAIN VEHICLES MAY NOT HAVE BEEN PROPERLY WELDED DURING ASSEMBLY. IN THE EVENT OF A REAR END COLLISION, THE RIGHT SIDE BUMPER SUPPORTOR COULD BREAK LOOSE, DAMAGE THE FUEL TANK AND ALLOW FUEL TO LEAK.",,"A REINFORCEMENT PLATE WILL BE INSTALLED, IF NECESSARY, TO PREVENT FUEL TANK DAMAGE. WORK WILL BE PERFORMED AT NO COST TO OWNERS." -03/23/1981,81V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V037000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,93,"THE POWER BRAKE VACUUM HOSES MAY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". THE MATERIAL USED IN THE HOSES WILL NOT PERFORM ACCORDING TO SPECIFICATIONS. THE PURPOSE OF THIS REGULATION IS STATED AS, ""TO REDUCE DEATH AND INJURIES OCCURRING AS A RESULT OF BRAKE SYSTEM FAILURE FROM PRESSURE OR VACUUM LOSS DUE TO HOSE ASSEMBLY RUPTURE"".",,THE VACUUM PUMP INLET AND OUTLET HOSES WILL BE REPLACED FREE OF CHARGE. -03/23/1981,81V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V036000),"General Motors, LLC",WHEELS:SINGLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,6690,"""TX"" HEAVY DUTY WHEELS MAY HAVE BEEN MANUFACTURED WITH LAMINATED STEEL. THE WHEEL DISC MAY FRACTURE AND THE WHEEL AND TIRE COULD PARTIALLY OR COMPLETELY SEPARATE FROM THE VEHICLE.",,THE DEFECTIVE WHEELS WILL BE REPLACED WITHOUT CHARGE. -03/20/1981,81V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V035000),Ford Motor Company,WHEELS:SINGLE:RIM BASE,WHEELS,NR (Not Reported),Vehicle,450,"CERTAIN VEHICLES MAY NOT HAVE HAD THE DISC PORTION OF THE WHEEL WELDED TO THE RIM DURING MANUFACTURE. CONSEQUENTLY, THE WHEEL COULD BE SUBJECT TO SUDDEN SEPARATION OF THE RIM AND TIRE FROM THE WHEEL DISC.",,"SUSPECT WHEELS WILL BE INSPECTED AND REPLACED, IF NECESSARY, AT NO CHARGE." -03/19/1981,81V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V034000),Skyline Corporation,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,500,"ON SOME MOTOR HOMES, THE DRIVER AND PASSENGER SEATS MAY NOT BE SECURED TO THE CHASSIS IN COMPLETE CONFORMITY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEAT MOUNTING SYSTEMS"", AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THIS IS DUE PRIMARILY TO THE OMISSION OF CERTAIN WASHERS OR THE USE OF WRONG SIZED WASHERS WHEN SEATS WERE RE-ATTACHED AFTER CARPET INSTALLATION.",,VEHICLES WILL BE CHECKED FOR PROPER INSTALLATION OF SPECIFIED WASHERS. ANY MISSING OR INCORRECT WASHERS WILL BE RECTIFIED WITHOUT CHARGE TO OWNER. -03/19/1981,81T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T005000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,13044,"TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED AT NO COST WITHIN 60 DAYS OF RECALL NOTIFICATION. -03/18/1981,81V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V032000),"Mack Trucks, Inc.",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,150,"ON CERTAIN VEHICLES, THE SEMI-TRAILER STOP LIGHTS MAY NOT ACTIVATE WHEN HAND CONTROL LEVER IS ACTIVATED.",,"AFTER INSPECTING BRAKE LIGHT SYSTEM, A SWITCH WILL BE INSTALLED WHICH WILL ACTIVATE THE TRAILER STOP LIGHT WHEN THE HAND CONTROL VALVE IS USED, IF NECESSARY." -03/18/1981,81V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V033000),Skyline Corporation,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:SPRING,SUSPENSION,NR (Not Reported),Vehicle,137,"ON CERTAIN VEHICLES, THE AXLES MAY HAVE BEEN INSTALLED BACKWARDS. IMPROPER INSTALLATION MAY IMPAIR EFFECTIVENESS OF THE TRAILER BRAKES OR MAY CAUSE A SPRING TO BREAK.",,"VEHICLE WILL BE INSPECTED AND, IF NECESSARY, THE AXLES WILL BE PROPERLY INSTALLED." -03/16/1981,81V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V031000),Toyota Motor Corporation,INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM:INT,SEAT BELTS,NR (Not Reported),Vehicle,9171,"ON CERTAIN VEHICLES, THE WIRING HARNESS FOR THE RETRACTOR SPOOL RELEASE WARNING LIGHT AND BUZZER OF THE SEAT BELT SYSTEM MAY NOT HAVE BEEN PROPERLY ROUTED AT THE TIME OF ASSEMBLY. THIS CAN CAUSE MECHANICAL INTERFERENCE WITH THE DRIVER""S SIDE G-SENSOR LOCKING FUNCTION. CONSEQUENTLY, THE EMERGENCY LOCKING RETRACTOR OF THE DRIVER""S SIDE AUTOMATIC SEAT BELT MAY NOT OPERATE PROPERLY EVEN THOUGH THE G-SENSOR IS OPERATIONAL. (THE PASSENGER SIDE IS NOT AFFECTED).",,"THE WIRING HARNESS WILL BE REROUTED, IF NECESSARY, AND A CLAMP WILL BE ADDED TO ELIMINATE POSSIBLE FUTURE INTERFERENCE." -03/16/1981,81T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T004000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,18000,TIRES MAY HAVE AN INSUFFICIENT BEAD WIDTH WHICH MAY ALLOW A GRADUAL LOSS OF INFLATION PRESSURE. THE BEAD IS THE SURFACE OF THE TIRE THAT IS ADJACENT TO THE WHEEL.,,TIRES WILL BE REPLACED AT NO COST TO OWNERS WITHIN 60 DAYS OF NOTIFICATION. -03/11/1981,81V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V030000),Volvo Trucks North America,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2501,"ON CERTAIN VEHICLES, THE ENDSTOP FOR THE SECONDARY CAB LOCK HOOK MAY EXPERIENCE ABNORMAL WEAR. THIS CAN PREVENT THE HOOK AND LATCHING BRACKET FROM ENGAGING WHEN THE CAB IS POWERED.",,"THE DEALER WILL INSTALL A GUIDE FOR THE SECONDARY CAB LOCK HOOK, AND REPLACE EXISTING HOOK WITH A MODIFIED VERSION FREE OF CHARGE." -03/05/1981,81V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V029000),"Subaru of America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,32000,"UPON RELEASING THE ACCELERATOR PEDAL, THE FOOT IDLE CONTROL DEVICE THROTTLE LEVER MAY BIND ON THE ACTUATOR MOUNTING BRACKET DUE TO INSUFFICIENT CLEARANCE. THIS WILL CAUSE THE CARBURETOR THROTTLE TO FAIL TO RETURN TO THE IDLE POSITION.",,DEFECTIVE THROTTLE LEVER WILL BE REPLACED WITH A NEWLY DESIGNED LEVER AT NO CHARGE. -03/03/1981,81V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V028000),"Winnebago Industries, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5167,THE CONTROL (SERVO) CABLE MAY BE INCORRECTLY ALIGNED WITH THE THROTTLE CONTROL LEVER. THIS CONDITION COULD CAUSE THE SPEED CONTROL TO FAIL TO DISENGAGE.,,THE C ONTROL CABLE WILL BE REALIGNED AND THE THROTTLE CONTROL LEVER WILL BE REPLACED WITH A NEW PART TO ENSURE PROPER ALIGNMENT. T HIS WILL BE DONE AT NO CHARGE TO OWNER. -02/26/1981,81V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V026000),"IVECO TRUCK OF N.A., INC.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,254,THERE ARE THREE PINCH BOLTS THAT CONNECT TWO UNIVERSAL JOINTS IN THE STEERING COLUMN AND GEARBOX. PINCH BOLTS MAY NOT BE PROPERLY TIGHTENED. STEERING MAY BIND OR LOCK UP.,,THE STEERING COLUMN SHAFT COVER WILL BE REMOVED BY DISENGAGING AND REMOVING THE SELF TAPPING SCREWS IN ORDER TO SECURELY FASTEN THE PINCH BOLTS. -02/26/1981,81V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V027000),"IVECO TRUCK OF N.A., INC.",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,858,"ON SOME VEHICLES, A METAL COMPONENT CALLED A BUSHING, WHICH HOLDS THE MIRROR IN A FIXED POSITION, COULD CRACK OR BREAK DUE TO IMPROPER MACHINING OF THE LOWER MIRROR MOUNTING BRACKET. THIS WOULD ALLOW THE MIRROR TO SLIP FROM THE PROPER POSITION.",, -02/25/1981,81V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V025000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,5821160,THE BOLTS THAT ATTACH THE LOWER REAR CONTROL ARM TO THE FRAME MAY FRACTURE. THE REAR CONTROL ARM SUPPORTS AND POSITIONS THE REAR AXLE. FRACTURE OF THE BOLTS WOULD ALLOW THE CONTROL ARM TO DROP FREE.,,BOTH REAR CONTROL ARM ATTACHMENT BOLTS WILL BE REPLACED WITHOUT CHARGE. -02/18/1981,81T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T003000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,938,"A SEPARATION MAY DEVELOP IN THE SHOULDER AREA BETWEEN THE REINFORCING PLIES OF THE TIRES. TIRES FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED WITHIN 60 DAYS OF OWNER NOTIFICATION AT NO CHARGE TO OWNER. -02/17/1981,81T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T002000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,600,"TIRES MAY NOT COMPLY WITH THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD N0. 109, ""NEW PNEUMATIC TIRES"". REDUCED HIGH SPEED CAPABILITY MAY LEAD TO SEPARATION OF THE REINFORCING PLIES FROM THE TIRE TREAD UNDER HIGH SPEED DRIVING CONDITIONS.",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/13/1981,81V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V023000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,26,"CERTAIN VEHICLES MAY HAVE BEEN ASSEMBLED WITHOUT THE SPECIFIED FUEL TANK SHIELD WHICH PREVENTS DIRECT CONTACT BETWEEN THE FUEL TANK AND DRIVELINE COMPONENTS. DURING A 30 MPH FRONTAL BARRIER IMPACT TEST, AS SPECIFIED IN FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"", FUEL LEAKAGE MAY OCCUR.",,VEHICLES WILL HAVE THE EXISTING SEPARATE SKID PLATE OR FUEL TANK SHIELD REMOVED (WHICHEVER WAS INSTALLED ON VEHICLE). A SPECIAL COMBINATION SKID PLATE/FUEL TANK SHIELD ASSEMBLY WILL BE INSTALLED IN ITS PLACE FREE OF CHARGE. -02/11/1981,81V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V021000),"Chrysler (FCA US, LLC)",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32,BRAKE FLUID MAY CONTAIN AN EXCESSIVE AMOUNT OF WATER. THIS CAN CAUSE DEGRADATION OF BRAKING PERFORMANCE OR BRAKE FAILURE UNDER A VARIETY OF CIRCUMSTANCES.,,EXISTING BRAKE FLUID WILL BE REMOVED FROM BRAKE SYSTEM AND BRAKE SYSTEM WILL BE REFILLED WITH FRESH BRAKE FLUID. -02/11/1981,81V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V022000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDOW:TAILGATE AND BACK DOOR,VISIBILITY,NR (Not Reported),Vehicle,67350,THE ELECTRO-CLEAR REAR WINDOW DEFOGGERS CONTAIN A DEFECT WHICH CAUSES THE GLASS TO SHATTER WITHOUT IMPACT DURING OR SOME TIME AFTER USE OF THE DEFOGGER. VERTICAL ELECTRICAL STRIPS MAY DETERIORATE AND CAUSE HOT SPOTS THAT CAN RESULT IN BREAKAGE OF THE REAR GLASS.,,"VEHICLES WILL BE INSPECTED FOR PRESENCE OF A PARTICULAR WEATHERSTRIP. IF PRESENT, A LAYER OF A SPECIAL CONDUCTIVE EPOXY WILL BE ADDED TO THE VERTICAL BAR ON THE REAR WINDOW GLASS. THIS EPOXY IS A NEW CONDUCTIVE MATERIAL WHICH WILL NOT REACT WITH THE WEATHERSTRIP." -02/10/1981,81V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V020000),FREIGHTLINER LLC,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1333,"ON CERTAIN VEHICLES, SOME COTTER PINS MAY BE MISSING AT THE BALL JOINT CONNECTIONS OF THE DRAG LINK ENDS AND TIE ROD ENDS IN THE LOWER FRONT AXLE STEERING SYSTEM. STEERING JOINT COULD SEPARATE IF THE BALL STUD RETAINING NUT LOOSENS AND FALLS OFF DUE TO ABSENCE OF COTTER PIN.",,"STEERING LINKAGE FROM THE FRAME DOWN TO AND INCLUDING THE FRONT AXLE WILL BE INSPECTED. COTTER PINS WILL BE INSTALLED, IF NECESSARY." -02/10/1981,81E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81E003000),TURNER,SUSPENSION,SUSPENSION,NR (Not Reported),Equipment,25,"A FRACTURE OR SEPARATION MAY OCCUR ON THE FRONT FACE OF THE OUTER TUBE WHICH SURROUNDS THE RUBBER BUSHING AT THE AXLE CONNECTION. CRACKING MAY ALSO EXIST IN THE HANGER BRACKET. IF SUCH A DEFECT EXISTS, IT COULD EVENTUALLY CAUSE BREAKING AWAY OF THE TORQUE ARM SYSTEM, THE HANGER BRACKET, OR BOTH.",,"THE DEFECT WILL BE CORRECTED BY ADDING A SECURITY STRAP AND REINFORCEMENT TO THE HANGER BRACKET, WITHOUT CHARGE." -02/05/1981,81V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V018000),"Gillig, LLC",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,474,"ON CERTAIN VEHICLES, THE JOINTS USED TO ATTACH A REAR SETTEE TRIM PANEL MAY NOT MEET THE 60 PERCENT JOINT STRENGTH REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGHT"".",,ADDITIONAL FASTENERS WILL BE ADDED AT THE NON-COMPLYING JOINTS TO ENSURE COMPLIANCE WITH THE APPLICABLE SAFETY STANDARD. THIS SERVICE WILL BE PERFORMED WITHOUT CHARGE. -01/30/1981,81V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V013000),GRUMMAN FLXIBLE CORP.,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,2628,"CRACKS MAY DEVELOP IN THE TRUNNION TO WHICH THE APEX OF THE ""A-FRAME"" IS ATTACHED. THESE CRACKS MAY PROGRESS TO THE POINT THAT THE TRUNNION COULD FAIL AND THE A-FRAME COULD SEPARATE FROM IT. IF THIS OCCURS, THE A-FRAME COULD COME INTO CONTACT WITH THE CONDUIT CARRYING AIR, AS WELL AS THE ELECTRICAL AND FUEL LINES.",,"TRUNNION WILL BE INSPECTED FOR CRACKS AND, IF POSSIBLE, CRACKS WILL BE REPAIRED AS AN INTERIM MEASURE. ALL TRUNNIONS WILL BE REINFORCED BY GRUMMAN; ANY DEFORMED TRUNNIONS WILL BE REPLACED WITH A REINFORCED PART. REPAIRS WILL BE PERFORMED AT NO CHARGE." -01/29/1981,81T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81T001000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1065,"TIRES MAY DEVELOP CRACKS IN THE TREAD GROOVES AND ARE NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 109, ""NEW PNEUMATIC TIRES"". CONTINUED USE MAY CAUSE THE TREAD TO CRACK AND COME OFF IN CHUNKS.",,"TIRES WILL BE REPLACED, MOUNTED AND BALANCED, FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -01/28/1981,81V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V012000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,110000,"THE ACCELERATOR CABLE WHICH LEADS FROM THE TRANSMISSION LEVER TO THE THROTTLE HOUSING MAY MALFUNCTION. ACCELERATOR CABLE MAY HAVE BEEN BENT DURING INSTALLATION OR DURING SERVICING OF ENGINE COMPONENTS. THIS COULD CAUSE THE STEEL BAND CABLE TO BIND AND CAN RESULT IN DELAYED RESPONSE DURING DECELERATION, HIGH ENGINE IDLE AND HESITATION DURING ACCELERATION.",,"THE ACCELERATOR CABLE WILL BE REPLACED WITH A NEWLY DESIGNED ONE. IN ADDITION, OTHER COMPONENTS OF THE ACCELERATION SYSTEM WILL BE CHECKED, LUBRICATED, AND IF NECESSARY, REPLACED. THIS WILL BE DONE WITHOUT CHARGE." -01/26/1981,81V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V011000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1884,"IF THE REAR SHOCK ABSORBER SHOULD ""OVER-TRAVEL"" WHEN MOTORCYCLE IS OPERATED OVER ROUGH TERRAIN, THE CURRENT POSITION OF THE REAR BRAKE CALIPER COULD CAUSE THE REAR BRAKE LINE TO CONTACT THE RIGHT SADDLE BAG CARRIER. THIS COULD CAUSE A DEFORMATION IN THE REAR BRAKE LINE.",,"ALL INVOLVED VEHICLES WILL BE INSPECTED AND THE REAR BRAKE TORQUE ARM WILL BE REPLACED WITH ONE OF A NEW DESIGN. THE RIGHT SADDLE BAG CARRIER WILL BE MODIFIED, IF NECESSARY." -01/13/1981,81V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V010000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,320677,"FATIGUE CRACKS MAY DEVELOP IN THE BRAKE VACUUM BOOSTER HOUSING. THIS MAY CAUSE A VACUUM LEAK AND REDUCE THE EFFECTIVENESS OF THE BRAKES. AFTER PROLONGED USE, THE CRACKS MAY DEVELOP TO THE EXTENT THAT THE BOOSTER MAY SEPARATE FROM THE VEHICLE.",,VEHICLES WILL BE INSPECTED FOR FATIGUE CRACKS IN THE BRAKE VACUUM BOOSTER. THOSE WITHOUT CRACKS WILL HAVE A SUPPORT BRACE INSTALLED. THOSE WITH EVIDENCE OF CRACKING WILL HAVE A NEW BRAKE VACUUM BOOSTER AND SUPPORT BRACE INSTALLED. THIS SERVICE WILL BE PROVIDED AT NO CHARGE. -01/13/1981,81V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V009000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,17,"THE STEEL USED IN SOME COMPACT SPARE WHEELS IS TOO THIN. WHILE IN SERVICE THE WHEEL MAY FRACTURE, RESULTING IN A PARTIAL OR COMPLETE SEPARATION OF THE WHEEL AND TIRE FROM THE VEHICLE.",,SPARE WHEELS WILL BE REPLACED WITHOUT CHARGE TO OWNERS WITHIN 60 DAYS OF RECALL NOTIFICATION. -01/12/1981,81V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V008000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,21000000,"THIS IS A MANUFACTURER""S NOTICE TO ADVISE OWNERS OF PROPER VEHICLE OPERATION. THE PARKING GEAR MAY NOT BE SECURELY ENGAGED AFTER THE OPERATOR HAS ATTEMPTED TO SHIFT TO PARK. THE VEHICLE MAY APPEAR TO BE IN PARK THOUGH ACTUALLY IN REVERSE. THIS COULD ALLOW THE VEHICLE TO MOVE UNEXPECTEDLY.",,OWNERS WILL BE PROVIDED WITH A SELF-STICKING LABEL CONTAINING IMPORTANT SAFETY PRECAUTIONS AS A DAILY REMINDER OF THE SERIOUS HAZARDS OF UNEXPECTED VEHICLE MOTION. IT SHOULD BE PLACED INSIDE THE VEHICLE IN AN EASILY SEEN LOCATION. -01/09/1981,81V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V019000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14,"CERTAIN VEHICLES EQUIPPED WITH OPTIONAL STEP TYPE REAR BUMPER AND A 22-GALLON STEEL FUEL TANK MAY NOT COMPLY WITH REAR IMPACT TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IF THE VEHICLE IS INVOLVED IN A COLLISION, FUEL SPILLAGE COULD OCCUR.",,"THE 22-GALLON STEEL FUEL TANK AND ASSOCIATED PLUMBING AND HARDWARE COMPONENTS WILL BE REPLACED WITH A 36-GALLON PLASTIC FUEL TANK, INCLUDING PLUMBING AND HARDWARE." -01/09/1981,81V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V007000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:4-WHEEL DRIVE LOCKING HU,POWER TRAIN,NR (Not Reported),Vehicle,505,THE FRONT AXLE HUB SPACER MAY HAVE BEEN OMITTED FROM THE FRONT HUB AND BEARING CARRIER ASSEMBLIES. THIS CONDITION COULD ALLOW EXCESSIVE FRONT WHEEL BEARING MOVEMENT RESULTING IN WHEEL BEARING DAMAGE.,,DEALER WILL REPLACE FRONT SPACER AND WHEEL BEARING AT NO CHARGE TO OWNERS. -01/07/1981,81V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V006000),"Gillig, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,367,"TIRE PRESSURE AND RIM SIZE INFORMATION MAY HAVE BEEN OMITTED FROM THE VEHICLE TIRE INFORMATION PLATE THAT IS MOUNTED IN THE DRIVER""S COMPARTMENT.",,CORRECTED INFORMATION PLATES WILL BE SUPPLIED BY MANUFACTURER WITHOUT COST TO OWNER. -01/04/1981,81V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V015000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1724,THE TRANSMISSION THROTTLE CONTROL ROD SPRING MAY HAVE BEEN IMPROPERLY INSTALLED. THIS MAY CAUSE THE THROTTLE TO CLOSE MORE SLOWLY THAN NORMAL. VEHICLES MAY RETURN TO IDLE SLOWLY.,,"EACH END OF THE SPRING WILL BE INSPECTED AND RELOCATED, IF NECESSARY, TO ENSURE CORRECT POSITIONING." -01/04/1981,81V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V016000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,742,"THE LEFT OR RIGHT FRONT SAFETY BELT ASSEMBLY MAY HAVE BEEN INSTALLED ON THE INCORRECT SIDE OF THE VEHICLE. THE SHOULDER BELT LOCKING MECHANISM MAY NOT FUNCTION UNDER RAPID DECELERATION. UNDER HARD BRAKING APPLICATIONS OR IN A COLLISION, THE SHOULDER PORTION OF THE SEAT BELT SYSTEM MAY FAIL TO PROPERLY RESTRAIN THE PASSENGER. THERE IS INCREASED RISK OF INJURY TO PASSENGERS WHO MAY CONTACT OTHER OBJECTS UNDER THESE CIRCUMSTANCES.",,"SEAT BELTS WILL BE INSPECTED FOR PROPER INSTALLATION AND, IF NECESSARY, SEAT BELTS WILL BE EITHER REPLACED OR RELOCATED IN CORRECT POSITION. WORK WILL BE COMPLETED WITHOUT CHARGE TO OWNERS." -01/04/1981,81V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V017000),Motor Coach Industries,STRUCTURE:DOOR:EMERGENCY:ROOF,STRUCTURE,NR (Not Reported),Vehicle,1670,"ROOF HATCHES MAY BE PROPPED OPEN TO ALLOW FOR FRESH AIR VENTILATION. THE PROP MECHANISM WAS DESIGNED TO DISENGAGE WHEN FULL OPENING OF THE HATCH IS REQUIRED TO EXIT. THE RELEASE BUTTON THAT DISENGAGES THE PROP MECHANISM MAY REQUIRE EXCESSIVE FORCE TO RELEASE, WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,NEWLY DESIGNED PROP MECHANISMS WILL BE INSTALLED. PARTS WILL BE SUPPLIED AT NO CHARGE AND LABOR WILL BE REIMBURSED. -01/03/1981,81V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V024000),SUNLINE COACH COMPANY,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:BEARING,SUSPENSION,NR (Not Reported),Vehicle,331,"THE USE OF THE DUAL WHEEL ADAPTOR ON THE REAR WHEEL ASSEMBLY MAY CAUSE PREMATURE FAILURE OF THE REAR WHEEL BEARING AND AXLE. ALSO, THE REAR AXLE SHAFT COULD BREAK AT THE ROLLER BEARING, WITHOUT WARNING, ALLOWING THE REAR TIRE AND WHEEL TO ROLL FREE FROM THE MOTOR HOME.",,"REAR AXLES, BEARINGS, AND SEALS WILL BE REPLACED. IN ADDITION, DUAL WHEELS WILL BE REPLACED WITH SINGLE SIDE WHEELS. MODIFICATIONS WILL BE PERFORMED WITHOUT CHARGE TO OWNERS." -01/02/1981,81V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=81V014000),TRANSPORTATION MFG. CORP.,STRUCTURE:DOOR:EMERGENCY:ROOF,STRUCTURE,NR (Not Reported),Vehicle,1083,"ROOF HATCHES MAY BE PROPPED OPEN TO ALLOW FOR FRESH AIR VENTILLATION. THE PROP MECHANISM WAS DESIGNED TO DISENGAGE WHEN FULL OPENING OF THE HATCH IS REQUIRED TO EXIT. THE RELEASE BUTTON THAT DISENGAGES THE PROP MECHANISM MAY REQUIRE EXCESSIVE FORCE TO RELEASE, WHICH FAILS TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,NEWLY DESIGNED PROP MECHANISM WILL BE INSTALLED TO REPLACE EXISTING PROP MECHANISMS. PARTS WILL BE SUPPLIED AT NO CHARGE AND LABOR WILL BE REIMBURSED. -12/30/1980,80E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E028000),"GS INDUSTRIES, INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Equipment,124,"ON THE INVOLVED VEHICLES, THE ALUMINUM MATERIAL IN THE CROSS SILLS UNDER THE BODY FLOOR MAY SEPARATE AROUND THE WELD WHERE THE CROSS SILL AND STRINGER ARE JOINED.",,DEALER WILL SUPPLY A FREE RETROFIT KIT TO CORRECT THE DEFECT BY INSTALLING EIGHT BRACES TO REINFORCE THE BODY TO CHASSIS ATTACHMENTS. LABOR COSTS WILL ALSO BE REIMBURSED. -12/24/1980,80T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T024000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,24400,"WHEN OPERATED IN AN UNDERINFLATED CONDITION, A SEPARATION OF THE COMPONENTS OF THE TIRE MAY DEVELOP.",,RECALLED TIRES WILL BE REPLACED WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF OWNER NOTIFICATION. -12/23/1980,80V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V167000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,79,"SOME OF THE SUBJECT VEHICLES MAY HAVE BEEN BUILT WITH FRONT WHEEL BRAKE HOSES THAT ARE TOO LONG. THIS MAY MAKE IT POSSIBLE FOR THE BRAKE HOSE TO CONTACT A FRONT TIRE DURING A FULL LEFT OR RIGHT TURN, WHICH COULD RESULT IN CHAFING OF THE BRAKE HOSE AND SUBSEQUENT BRAKE FLUID LEAKAGE.",,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, FRONT BRAKE HOSES AND BRACKETS WILL BE REPLACED AT NO CHARGE." -12/12/1980,80V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V164000),"ALFA ROMEO, INCORPORATED",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6412,"DUE TO INSTALLATION DIFFICULTIES DURING MODIFICATION OF THE FUEL PUMP, THE PUMP MAY HAVE BEEN MISALIGNED. CERTAIN ADVERSE CONDITIONS OR HIGH LOADS SUCH AS TRAILER TOWING, MOTOR SPORTS EVENTS, OR OTHER DRIVING MODES WHICH IMPOSE ABNORMALLY HIGH LOADS ON THE VEHICLES, COMBINED WITH LOW LEVELS OF FUEL IN THE TANK, MAY CAUSE LACK OF VEHICLE POWER AND STALLING.",,THE DEALER WILL REPLACE THE SUBMERGED FUEL PUMP SUPPORT BRACKET WITH A NEWLY DESIGNED TYPE WHICH AVOIDS INSTALLATION DIFFICULITIES. THIS WILL BE DONE WITHOUT CHARGE. -12/12/1980,80V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V165000),"Winnebago Industries, Inc.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,119,THE LIQUID PROPANE GAS LINE IS ROUTED IN SUCH A WAY THAT IT MAY COME INTO CONTACT WITH THE SHARP EDGE OF THE FORWARD STEEL OVEN RETAINING BRACKET.,,"DEALER WILL INSPECT THE UNIT FOR PROPER GAS LINE ROUTING. LINES MAY BE EITHER REROUTED OR REPLACED, AS NECESSARY." -12/11/1980,80V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V166000),"CASAL MOTOR CORP.,USA",VISUAL SYSTEMS:MIRRORS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,499,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"", AND NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE REARVIEW MIRROR IS UNDERSIZED, TIRES ARE NOT LABELED AS REQUIRED, AND CONSUMER INFORMATION WAS NOT PROVIDED WITH THE VEHICLE.",,INADEQUATE MIRROR AND TIRES WILL REPLACED AND CONSUMER INFORMATION PROVIDED WITHOUT CHARGE TO OWNER. -12/10/1980,80V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V160000),"Mercedes-Benz USA, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,16312,THE PLASTIC BELL CRANK BUSHING FOR THE PRESSURE CONTROL ROD OF THE AUTOMATIC TRANSMISSION COULD DEFORM DUE TO HIGH TEMPERATURES IN THE ENGINE COMPARTMENT PRODUCED BY THE CATALYTIC CONVERTER. THIS CAN CAUSE THE CONTROL ROD TO DISLODGE. A DISLODGED ROD MAY PREVENT THE NEARBY ENGINE THROTTLE LINKAGE FROM RETURNING TO THE IDLE POSITION.,,THE DEALER WILL REPLACE THE PLASTIC BUSHING WITH A METAL ONE AT NO CHARGE. -12/10/1980,80V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V162000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,1524,THE WELD ON THE UPPER STEERING SHAFT WHERE THE FEMALE SPLINE CONNECTS TO THE TUBE ASSEMBLY MAY HAVE BEEN INCORRECTLY POSITIONED AND ACTUALLY MISSED THE SEAM.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE AFFECTED SHAFT WITH ONE THAT HAS BEEN PROPERLY WELDED, AT NO CHARGE." -12/10/1980,80V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V163000),DERBI MOTOR CORP. AMERICA,VISUAL SYSTEMS:MIRRORS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,2917,"THE REARVIEW MIRROR OF THE INVOLVED MOPEDS HAS ONLY 11.6 SQUARE INCHES OF REFLECTIVE SURFACE. THIS FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"", WHICH REQUIRES 12.6 INCHES OF REFLECTIVE SURFACE.",,THE DEALER WILL INSPECT AND REPLACE ALL INVOLVED MIRRORS WITH CORRECT SIZED MIRRORS AT NO CHARGE. THE NEW MIRRORS WILL BE 14.5 SQUARRE INCHES IN AREA. -12/08/1980,80E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E029000),RADIATOR,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,360,"SOME OF THE INVOLVED BRAKE FLUID CONTAINS A CONTAMINANT THAT MAY CAUSE DETERIORATION TO THE RUBBER PARTS IN THE BRAKE SYSTEM. THE BRAKE FLUID DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS"".",,"IF CONTAMINATED BRAKE FLUID IS FOUND IN THE MASTER CYLINDER, ALL RUBBER PARTS OF THE BRAKE SYSTEM WILL BE REPLACED WITHOUT CHARGE TO OWNER. ALL UNSOLD SUSPECT BRAKE FLUID WILL ALSO BE RECALLED." -12/08/1980,80V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V159000),"BROUGHAM INDUSTRIES, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,220,"THE INVOLVED VEHICLES HAVE THE EMERGENCY EXITS LABELED ""EXIT"" INSTEAD OF ""EMERGENCY EXIT"" AND THE EMERGENCY EXIT RELEASE MECHANISMS ARE NOT LABELED WITH THE REQUIRED OPERATING INSTRUCTIONS. ALSO, THE TIRE DIAMETER, LOAD RANGE AND RIM WIDTH ARE NOT SHOWN ON THE FEDERAL MOTOR VEHICLE SAFETY STANDARD CERTIFICATION LABEL. AS A RESULT, THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"", AND NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,THE DEALER WILL SUPPLY AND AFFIX THE CORRECT LABELS AT NO CHARGE TO OWNER. -12/08/1980,80V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V161000),"AMERICAN MOPEDS, INC.",VISUAL SYSTEMS:MIRRORS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,2502,"THE REARVIEW MIRROR OF THE INVOLVED MOPEDS HAS ONLY 11.6 SQUARE INCHES OF REFLECTIVE SURFACE AND THEREFORE DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"", WHICH REQUIRES 12.6 INCHES OF REFLECTIVE SURFACE.",,DEALER WILL INSPECT AND REPLACE ALL INVOLVED MIRRORS WITH MIRRORS OF THE CORRECT SIZE AT NO CHARGE. THE NEW MIRRORS WILL BE 14.5 SQUARE INCHES. -12/05/1980,80V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V158000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,478,"SOME OF THE INVOLVED VEHICLES WERE ASSEMBLED WITH TONGUE-END REAR SEAT BELT ASSEMBLIES INSTEAD OF THE BUCKLE END AND TONGUE-END ASSEMBLIES. WITHOUT THE BUCKLE END ASSEMBLIES, THE REAR SEAT BELTS CANNOT BE FASTENED.",,"THE DEALER WILL INSPECT AND REPLACE THE REAR SEAT BELTS, IF INCORRECT BELTS WERE INSTALLED, AT NO CHARGE." -12/04/1980,80V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V001000),"COLEMAN CO., INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,1366,"ON SOME TRAILERS, THE BUTT-WELDS ON THE A-FRAME MAY BE INSUFFICIENT. UNDER LOADING, THE INSUFFICIENT WELDS MAY BREAK AND THE TONGUE A-FRAME MAY SEPARATE FROM THE TRAILER.",,"DEALER WILL INSTALL, ON AFFECTED VEHICLES, SPECIAL STEEL BRACKETS AT THE BUTT-WELD ON THE UNDERSIDE OF THE A-FRAME, FREE OF CHARGE." -12/02/1980,80V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V157000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1992,CHAFING MAY OCCUR BETWEEN THE THROTTLE RETURN SPRINGS AND THEIR MOUNTING BRACKETS AND CAN CAUSE THE HOOK END OF THE SPRING TO WEAR PREMATURELY AND EVENTUALLY BREAK.,,DEALER WILL INSTALL A SET OF REDESIGNED THROTTLE RETURN SPRINGS AND MOUNTING BRACKETS FOR IMPROVED SERVICE LIFE AT NO CHARGE TO OWNER. -11/28/1980,80V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V156000),BANGOR PUNTA CORP.,INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,370,"THE FRONT RECLINING PUMP MOUNTING BRACKET MAY SEPARATE FROM THE TUBULAR SEAT FRAME, CREATING A POTENTIAL DRIVING HAZARD.",,THE DEALER WILL RETROFIT ALL INVOLVED RECLINER ASSEMBLIES AT NO CHARGE TO OWNER. -11/28/1980,80V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V155000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,25,"THE LOCKWASHER FOR THE TWO BOLTS HOLDING THE LEFT AND RIGHT AXLE STRUT TO THE AXLE BEARING HOUSING, AS WELL AS THE BOLT HOLDING THE WISHBONE TO THE CROSSMEMBER, MAY HAVE BEEN IMPROPERLY MANUFACTURED. SOME OF THESE WASHERS ARE TOO BRITTLE. THIS MAY LEAD TO BREAKAGE DUE TO EXCESS CARBON DEPOSITS.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LOCK WASHERS AT NO CHARGE." -11/21/1980,80V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V154000),AM GENERAL LLC,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,299,INFORMATION SUPPLIED ON THE CERTIFICATION PLATE IS INSUFFICIENT AND INACCURATE.,,"THE DEALER WILL INSPECT VEHICLES FOR CORRECT CERTIFICATION INFORMATION AND, IF NECESSARY, REPLACE THE EXISTING PLATES WITH CORRECTED PLATES LISTING THE PROPER INFORMATION. THIS WILL BE DONE AT NO CHARGE TO OWNER." -11/20/1980,80V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V153000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2343,"VEHICLES MAY BE SUBJECT TO ABRASIVE CONTACT BETWEEN THE REAR BRAKE HOSE/PIPE ASSEMBLY AND THE AXLE HOUSING WITH NORMAL BRAKE USAGE AND REAR PAD WEAR. SHOULD THIS CONDITION OCCUR, IT COULD LEAD TO A BRAKE HOSE/PIPE FAILURE, RESULTING IN LOSS OF BRAKE FLUID AND LOSS OF REAR BRAKING ACTION.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BRAKE HOSE/PIPE ASSEMBLY AND MOUNTING BRACKETS AT NO CHARGE." -11/19/1980,80V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V152000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1500,"ON SOME OF THE INVOLVED VEHICLES, THE BRAKE PUSHROD TO BRAKE PEDAL RETAINING PINS MAY BE MISSING OR LOOSE. INSECURELY INSTALLED OR MISSING RETAINERS COULD RESULT IN DISENGAGEMENT OF THE BRAKE PUSHROD AND TOTAL LOSS OF SERVICE BRAKING.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A BRAKE PEDAL RETAINING PIN." -11/17/1980,80V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V151000),"Nissan North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,118898,"THE RUBBER PLUG USED TO SEAL OFF ONE OF THE TANK OUTLETS MAY DETERIORATE UNDER DRY, HIGH OZONE ENVIRONMENTAL CONDITIONS (PARTICULARLY HIGH TEMPERATURES) ALLOWING FUEL LEAKAGE.",,"ALL INVOLVED VEHICLES WILL HAVE A NEW CLAMP AND RUBBER OVER-PLUG PLACED ON THE EXISTING PLUG. IF THE RUBBER PLUG IS DETERIORATED, IT WILL ALSO BE REPLACED." -11/17/1980,80V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V148000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,19500,"THE NUTS WHICH FASTEN THE TIE ROD ENDS TO THE STEERING ARMS MAY NOT HAVE BEEN TIGHTENED TO THE SPECIFIED 150 FT-LB TORQUE. INSUFFICIENTLY TIGHTENED TIE ROD END NUTS COULD LOOSEN, BREAK OFF THE LOCKING COTTER PIN, AND ALLOW THE TIE ROD TO DISENGAGE FROM THE STEERING ARM.",,"THE DEALER WILL REMOVE THE LOCKING COTTER PIN, TIGHTEN THE NUT TO 150 FT-LBS AND REINSTALL THE COTTER PIN. BOTH LEFT AND RIGHT TIE ROD ENDS WILL BE TIGHTENED. THIS WILL BE DONE AT NO CHARGE." -11/14/1980,80V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V150000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,364,THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITHOUT THE RETAINER CLIP FOR THE BRAKE PEDAL PUSH ROD. THE ABSENCE OF THIS RETAINER CLIP COULD ALLOW THE BRAKE PEDAL TO DISENGAGE FROM THE MASTER CYCLINDER PUSH ROD.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE RETAINER CLIP ON ALL SUSPECT VEHICLES WITHOUT CHARGE." -11/13/1980,80V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V147000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,18154,SOME OF THE INVOLVED VEHICLES HAVE ELECTRICAL RELAY SYSTEMS WHICH MAY BE SUSCEPTIBLE TO WATER LEAKAGE INTO THE RELAY CASE. WATER ENTRY MAY CAUSE A SHORT CIRCUIT WITHIN THE RELAY.,,"DEALER WILL INSPECT VEHICLES FOR THE TYPE OF RELAY USED, REORIENT WIRING HARNESSES AS NECESSARY, AND REPLACE SUSPECT RELAYS WITH NEW PARTS." -11/13/1980,80V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V149000),PETERBILT MOTOR COMPANY,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,258,THE STEERING DRAG LINK ON SOME OF THE INVOLVED TRUCKS MAY HAVE BEEN DAMAGED DUE TO CONTACT WITH THE TRW INTEGRAL POWER STEERING GEAR. REPEATED CONTACT CAN LEAD TO SEPARATION OF THE DRAG LINK.,,ALL INVOLVED VEHICLES WILL HAVE THE DRAG LINK REPLACED TO ELIMINATE CONTACT WITH THE STEERING GEAR BOX. THIS WILL BE DONE WITHOUT CHARGE. -11/13/1980,80T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T022000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,70,"SOME TIRES WERE MANUFACTURED WITH IMPROPER MATERIALS. WITH CONTINUED USAGE, TIRES MAY DEVELOP CRACKS AND BULGES WHICH MAY LEAD TO LOSS OF AIR.",,RECALLED TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/13/1980,80T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T023000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,547,TIRES MAY DEVELOP FLEX BREAKS IN THE LOWER SIDEWALL AREA WHEN OVERLOADED OR UNDERINFLATED. CONTINUED USE MAY RESULT IN THE PLY CORDS BREAKING WITH SUBSEQUENT LOSS OF AIR FROM THE TIRE.,,DEALER WILL REPLACE RECALLED TIRES AND MOUNT THEM WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/13/1980,80T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T021000),FIRESTONE TIRE & RUBBER CO.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,50,"THE TIRES FAIL TO COMPLY WITH TIRE MARKING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE ACTUAL LOAD RANGE OF THE TIRES IS LESS THAN THAT MARKED ON THE TIRES. THIS CAN LEAD TO TIRE OVERLOADING AND, POSSIBLY, TIRE FAILURE.",,TIRES WILL BE REPLACED AT NO CHARGE IF RETURNED WITHIN 60 DAYS OF OWNER NOTIFICATION. -11/12/1980,80V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V146000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3200,"ON CERTAIN VEHICLES, POROUS SPOTS MAY HAVE DEVELOPED ON THE INTERIOR SURFACE OF THE THREADED HOLE FOR THE BRAKE HOSE DURING THE MOULDING PROCESS. THESE SPOTS ALLOW BRAKE FLUID TO SEEP FROM THE CALIPERS DURING HEAVY BRAKE APPLICATIONS.",,"BOTH FRONT BRAKE CALIPERS WILL BE INSPECTED FOR BRAKE FLUID SEEPAGE AND WILL BE REPLACED, IF NECESSARY, WITHOUT CHARGE." -11/10/1980,80V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V145000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6260,"DURING A CHANGE IN ASSEMBLY PROCEDURES, CERTAIN OF THE MID-SHIP FUEL TANK STRAPS MAY HAVE BEEN IMPROPERLY INSTALLED OR MISLOCATED. AS A RESULT, THEY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A COLLISION, EXCESSIVE FUEL SPILLAGE MAY OCCUR.",,"DEALER WILL INSPECT AND, IF NECESSARY, RELOCATE FUEL TANK STRAPS WITHOUT CHARGE TO OWNER." -11/07/1980,80V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V143000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,314400,"SOME OF THE FLEXIBLE FIVE-BLADE ENGINE COOLING FANS MAY BE SUBJECT TO HIGH BLADE STRESSES THAT CAN RESULT FROM RESONANT VIBRATION INPUTS OCCURRING DURING NORMAL VEHICLE OPERATION. THIS CAN RESULT IN THE BLADES CRACKING DUE TO FATIGUE, AND PORTIONS OF THE BLADE MAY SEPARATE FROM THE FAN ASSEMBLY WITHOUT PRIOR WARNING.",,"DEALER WILL REPLACE DEFECTIVE FAN WITH ONE OF AN IMPROVED FIVE-BLADED DESIGN, WITHOUT CHARGE TO OWNER." -11/07/1980,80V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V144000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,209100,SOME OF THE FLEXIBLE FIVE-BLADE ENGINE COOLING FANS MAY BE SUBJECT TO HIGH BLADE STRESSES THAT CAN RESULT FROM RESONANT VIBRATION INPUTS OCCURRING DURING NORMAL VEHICLE OPERATION. THIS CAN LEAD TO FATIGUE CRACKING OF THE BLADES. PORTIONS OF THE BLADE MAY SEPARATE FROM THE FAN ASSEMBLY WITHOUT PRIOR WARNING.,,DEALER WILL REPLACE FAN WITH AN IMPROVED FIVE-BLADED VERSION WITHOUT CHARGE TO OWNER. -11/04/1980,80V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V142000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11500,"ON CERTAIN VEHICLES, METAL FASTENERS THAT WERE USED TO SECURE THE CARPETING TO THE FLOOR PAN MAY HAVE ACCIDENTALLY PENETRATED THE TOP OF THE FUEL TANK. THIS WOULD RESULT IN A SLIGHT FUEL LEAK.",,"DEALER WILL INSPECT VEHICLES FOR PENETRATION OF THE FUEL TANK BY CARPET FASTENERS. ANY LEAKING FUEL TANKS WILL BE REPLACED AND THE FLOOR PAN WILL BE SEALED, WITHOUT CHARGE TO OWNERS." -11/03/1980,80T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T020000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,2100,CERTAIN TIRES WERE PRODUCED WITH A WRINKLED AND BUCKLED FABRIC ABNORMALITY WHICH CAN CAUSE CRACKING IN THE BEAD TURN-UP AREA OF THE TIRE. CRACKING CAN PROMOTE DETERIORATION OF THE TIRE CARCASS AND LEAD TO TIRE FAILURE.,,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/27/1980,80E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E027000),"CRAGAR INDUSTRIES, INC.",WHEELS,WHEELS,NR (Not Reported),Equipment,517,"THE WELDS ATTACHING THE CENTER MEMBER TO THE RIM MAY HAVE PENETRATED THE RIM THICKNESS TO AN UNACCEPTABLE DEPTH. THIS WOULD LEAVE AN UNDERCUT AT THE POINT OF ATTACHMENT, WHICH COULD CAUSE THE WELD TO FAIL.",,DEFECTIVE WHEELS WILL BE REPLACED AT NO COST TO OWNER. -10/24/1980,80V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V141000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,600,"THE INVOLVED VEHICLES WERE PRODUCED WITHOUT SURLYN-COATED FOIL INSULATORS BETWEEN THE ISOLATOR AND BRACKET ASSEMBLIES AND THE REAR BUMPER REINFORCEMENTS. AN EPOXY COATING WAS ALSO OMITTED FROM THE BRACKET ASSEMBLIES. WHEN EXPOSED TO THE CORROSIVE ACTION OF ROAD SALT, THE ALUMINUM REAR BUMPER REINFORCEMENT COULD EXPERIENCE GALVONIC CORROSION AT THE ATTACHMENT SURFACES. THIS WOULD REDUCE THE STRENGTH OF THE REINFORCEMENTS AND COULD RESULT IN BUMPER SEPARATION.",,"DEALER WILL INSPECT REAR BUMPER ATTACHMENT COMPONENTS AND REPLACE THEM WITHOUT CHARGE, IF NECESSARY." -10/23/1980,80V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V140000),"Volkswagen Group of America, Inc.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,3200,"TIRE LABELS WRITTEN IN FRENCH WERE INADVERTENTLY AFFIXED TO VEHICLES IN U.S.. THIS FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, "" TIRE SELECTION AND RIMS"".",,THE DEALER WILL CORRECT THE INVOLVED VEHICLES PRIOR TO THEIR FIRST RETAIL SALE BY INSTALLING THE CORRECT LABELS. -10/23/1980,80E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E025000),"PHILIPS INDUSTRIES, INC.",WHEELS,WHEELS,NR (Not Reported),Equipment,371,"A POTENTIAL FAILURE EXISTS IN WHEELS FITTED WITH LOAD RANGE F (12 PLY) TIRES. THIS MAY RESULT IN THE CENTER DISC SPIDER BENDING, CRACKING OR ULTIMATELY SEPARATING FROM THE RIM.",,"ALL INVOLVED WHEELS FITTED WITH LOAD RANGE F TIRES WILL BE REPLACED. MANUFACTURER WILL FURNISH REPLACEMENT WHEELS IN EXCHANGE FOR RECALLED WHEELS, WITHOUT CHARGE TO OWNER. TIRE REMOUNTING AND WHEEL INSTALLATION COSTS WILL ALSO BE REIMBURSED." -10/21/1980,80V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V139000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,355000,"THE ENGINE COMPARTMENT FUEL LINE HOSES INSTALLED ON CERTAIN VEHICLES WERE FABRICATED FROM A DEFECTIVE RUBBER COMPOUND. WHEN SUBJECTED TO CONTINUOUS HIGH UNDERHOOD TEMPERATURES, THESE HOSES MAY BECOME BRITTLE AND CRACK.",,THE DEALER WILL REPLACE FUEL SUPPLY AND VAPOR RETURN HOSES WITH A TYPE CONSTRUCTED OF HIGH TEMPERATURE-RESISTANT MATERIAL. -10/18/1980,80V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V131000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,2200,"THE SEAT BELTS MAY BE CUT BY AN INNER REINFORCEMENT OF THE FRONT SEAT FRAME, AND MAY SEVER ON SEVERE IMPACT.",,"THE DEALER WILL APPLY A PROTECTIVE COVERING TO THE REINFORCEMENT EDGE AT THE DRIVER""S INBOARD AND PASSENGER""S OUTBOARD SEAT FRAME AT NO CHARGE TO OWNER." -10/17/1980,80V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V138000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,235000,THE HOOD SECONDARY LATCH ON THE INVOLVED VEHICLES MAY BE SUBJECT TO BINDING DUE TO VARIATIONS IN THE LATCH AND ITS MOUNTING BASE ASSEMBLY. A PROBLEM COULD OCCUR IF THE PRIMARY LATCH BECAME INOPERATIVE OR WAS NOT PROPERLY ENGAGED.,,"THE DEALER WILL INSPECT THE SECONDARY HOOD LATCH SYSTEM AND, IF NECESSARY, ADJUST IT AT NO COST TO OWNER." -10/15/1980,80V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V135000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,24719,"THE INVOLVED VEHICLES MAY HAVE INSUFFICIENT CLEARANCE BETWEEN THE FRONT BRAKE PIPE AND THE ENGINE OIL PAN. THIS CONDITION COULD CAUSE THE BRAKE PIPE TO CONTACT THE LEFT HAND FRONT EDGE OF THE OIL PAN, RESULTING IN WEAR AND, EVENTUALLY, DAMAGE TO THE BRAKE PIPE. THIS COULD LEAD TO A LOSS OF BRAKE FLUID AND SUBSEQUENT LOSS OF BRAKES.",,"DEALER WILL REPLACE THE BRAKE PIPE, IF NECESSARY, FREE OF CHARGE." -10/15/1980,80V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V136000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,425000,"THE ALTERNATOR FIELD WIRING TERMINAL CONNECTIONS ON THE INVOLVED VEHICLES MAY LOOSEN DUE TO VIBRATION, POSSIBLY RESULTING IN AN OPEN CIRCUIT CONDITION. SHOULD THIS OCCUR, ALTERNATOR ELECTRICAL OUTPUT TO SUPPORT THE VEHICLES ELECTRICAL LOADS AND THE BATTERY CHARGING SYSTEM WOULD BE LOST. THIS WOULD EVENTUALLY RESULT IN OBVIOUS MALFUNCTIONS OF VARIOUS ELECTRICAL SYSTEMS (DIMMING OF LIGHTS, REDUCTION IN RADIO VOLUME, ETC.).",,DEALER WILL INSTALL AN ALTERNATOR REPAIR KIT WHICH INCLUDES A NEW ALTERNATOR WIRING HARNESS AS WELL AS NEW TERMINALS. DEALER WILL ALSO INSPECT THE VEHICLE FOR THE PRESENCE OF A REQUIRED SECOND ALTERNATOR GROUND STRAP AND ADD ONE IF NECESSARY. -10/15/1980,80V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V133000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7000,SOME OF THE INVOLVED VEHICLES WERE PRODUCED WITH AN ENGINE COMPARTMENT WIRE ASSEMBLY THAT MAY HAVE BEEN ROUTED ABOVE THE AIR CONDITIONING SUCTION HOSE. THIS HOSE MAY PUSH UP ON THE WIRING HARNESS CAUSING IT TO CONTACT THE HOOD PROP ROD BRACKET ATTACHING BOLT. THIS COULD LEAD TO PENETRATION OR CHAFING OF THE WIRING INSULATION.,,"DEALER WILL INSPECT AND, IF NECESSARY, CORRECT THE WIRING HARNESS ROUTING AT NO CHARGE TO OWNER." -10/15/1980,80V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V137000),Blue Bird Body Company,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,168,"THERE ARE AN INSUFFICIENT NUMBER OF FASTENERS IN THE FIRST AND LAST HEADLINING JOINTS. THEREFORE, THE VEHICLE DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH"".",,MANUFACTURER WILL CORRECT THE DEFICIENCY BY ADDING THE REQUIRED FASTENERS TO THE HEADLINING JOINTS. -10/14/1980,80V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V132000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,85158,"VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". THE TIRE RIM SIZE WAS OMITTED ON THE EXISTING LABEL.",,THE OWNER HAS THE OPTION OF AFFIXING THE CORRECT INFORMATION LABEL HIM/HERSELF OR HAVING THE DEALER DO IT AT NO CHARGE TO OWNER. -10/10/1980,80V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V130000),"General Motors, LLC",EXHAUST GAS RECIRCULATION VALVE (EGR VALVE),ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12362,,,"DEALER WILL REROUTE THE EGR WIRING HARNESS TO PREVENT ANY CONTACT BETWEEN THE EGR SWITCH MOUNTING BRACKET AND THE AIR CLEANER ASSEMBLY. ALSO, THE ENGINE WIRING HARNESS AT THE BACK OF THE GENERATOR WILL BE MODIFIED BY INSTALLING A TERMINAL END CONNECTOR AT NO CHARGE TO OWNER." -10/09/1980,80E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E026000),NSK,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Equipment,130000,SEAT BELT BUCKLES MAY UNLATCH WHEN SUBJECTED TO FORCES THAT COULD BE PRODUCED IN A VEHICLE CRASH.,,SEAT BELT MANUFACTURER WILL SUPPLY VEHICLE MANUFACTURERS WITH REPLACEMENT BUCKLES TO CORRECT THE DEFECT WITHOUT CHARGE TO OWNER. -10/08/1980,80V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V129000),"General Motors, LLC",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,25463,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH THE POWER STEERING HOSE INCORRECTLY ROUTED. THE POWER STEERING HOSE MAY THEN CONTACT THE EXHAUST MANIFOLD, RESULTING IN DETERIORATION AND EVENTUAL FAILURE OF THE HOSE AND LEAKAGE OF POWER STEERING FLUID ONTO THE EXHAUST MANIFOLD.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE HOSES AND INLET PIPE AND ADD A CLIP AT NO CHARGE TO OWNER." -10/07/1980,80T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T019000),ARMSTRONG RUBBER CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,73,"TIRES MAY NOT COMPLY WITH STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE NON-COMPLIANCE IS ATTRIBUTED TO THE USE OF A FABRIC IN THE TOP PLY OF THE BODY WHICH WAS LOWER IN STRENGTH THAN SPECIFIED.",,TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF OWNER NOTIFICATION. -10/03/1980,80V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V134000),Ford Motor Company,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,27000,"ON CERTAIN VEHICLES, THE RIGHT AND LEFT HAND REAR BRAKE BACKING PLATE ATTACHMENT BOLTS MAY NOT HAVE BEEN TIGHTENED TO THE CORRECT SPECIFICATIONS. BACKING PLATE BOLTS MAY NOT BE ABLE TO WITHSTAND THE LOADS EXPERIENCED DURING TRUCK SHIPMENT. IF THE BOLTS LOOSEN FROM THE SPINDLE DURING OPERATION, BACKING PLATE MOVEMENT MAY RESULT IN WEAKENING OR PREMATURE WEAR OF ONE OR BOTH REAR BRAKE TUBES. THIS COULD LEAD TO LOSS OF BRAKE FLUID.",,"DEALER WILL INSPECT AND TIGHTEN THE BOLTS TO THE PROPER SPECIFICATIONS. REAR BRAKE TUBES WILL BE REPLACED, IF NECESSARY, AT NO CHARGE TO OWNER." -10/02/1980,80T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T018000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,988,"TIRES DO NOT MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". UNDER ADVERSE CONDITIONS OF OVERLOAD, UNDERINFLATION OR EXCESSIVE SPEED, THESE TIRES ARE SUSCEPTIBLE TO PREMATURE FAILURE IN SERVICE.",,TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF OWNER NOTIFICATION. -10/01/1980,80V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V128000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,91,"DURING HIGH SPEED FULL PRESSURE BRAKE APPLICATIONS, THE NUMBER TWO STEERING AXLE MAY SELF-STEER TO A PARTIAL RIGHT TURN WITHOUT THE DRIVER""S CONTROL.",,THE DEALER WILL REBALANCE VEHICLE BRAKING FORCES TO ELIMINATE THE SELF-STEER CONDITION. -10/01/1980,80C024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80C024000),CENTURY PRODUCTS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,7000,"CHILD SAFETY SEATS MAY FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 213, ""CHILD RESTRAINT SYSTEMS"". THE ADJUSTMENT SLIDE ON THE AUXILIARY HARNESS ALLOWS EXCESSIVE HORIZONTAL MOVEMENT WHEN TESTED UNDER CRASH CONDITIONS.",,REPLACEMENT AUXILIARY HARNESSES WILL BE PROVIDED WITHOUT CHARGE. -09/29/1980,80V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V127000),"RENAULT, INCORPORATED",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,6500,CERTAIN VEHICLES EQUIPPED WITH FACTORY-INSTALLED AIR-CONDITIONING MAY HAVE DEFECTIVE SPARE TIRE RESTRAINTS. VEHICLES SO EQUIPPED HAVE THE SPARE TIRE STORED ON THE FLOOR IN THE CARGO AREA.,,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, AN ADDITIONAL SPARE TIRE RETAINING BRACKET WILL BE INSTALLED AT NO CHARGE TO OWNER." -09/25/1980,80V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V125000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4615,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH A BRAKE PEDAL SUPPORT BRACKET WHICH WAS DESIGNED FOR USE IN DIESEL ENGINE VEHICLES. THE INCORRECT BRACKET MAY CAUSE THE SERVICE BRAKES TO REMAIN PARTIALLY APPLIED, RESULTING IN BRAKE OVERHEATING AND REDUCED BRAKING EFFECTIVENESS.",,"DEALER WILL INSPECT VEHICLES AND, IF NECESSARY, REPLACE THE PEDAL SUPPORT BRACKET AT NO CHARGE TO OWNER." -09/24/1980,80E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E023000),DANA CORPORATION,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UNKNOWN T,SUSPENSION,NR (Not Reported),Equipment,35411,"BALL JOINTS MAY CONTAIN A 35/64 INCH THICK CASTELLATED NUT INSTEAD OF THE CORRECT 23/32 INCH THICK NUT. DUE TO THE INCORRECT SIZE, THE NUT MAY LOOSEN UNTIL IT COMES INTO CONTACT WITH THE COTTER PIN. CORRESPONDING LOOSENING OF THE TAPERED BALL STUD COULD LEAD TO FRACTURE OF THE BALL JOINT STUD. THIS WOULD RESULT IN SEPARATION OF THE BALL JOINT TO STEERING KNUCKLE CONNECTION AND COLLAPSE OF THE LOWER PART OF THE WHEEL ASSEMBLY.",,"UPON INSPECTION, DEALER WILL INSTALL THE PROPER NUT IN THE BALL JOINT ASSEMBLY WITHOUT CHARGE TO OWNER." -09/24/1980,80V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V126000),Harley-Davidson Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,4262,"THE WHEEL BEARINGS ON THE INVOLVED MOTORCYCLES MAY HAVE HAD INADEQUATE INITIAL BEARING LUBRICATIONS AND SEALING. DEPENDING ON THE DEGREE OF INSUFFICIENT LUBRICATION, THIS PROBLEM COULD CAUSE FAILURE OF THE FRONT AND/OR REAR WHEEL BEARINGS.",,DEALER WILL INSPECT AND REPLACE THE WHEEL BEARINGS AT NO CHARGE TO OWNER. -09/23/1980,80V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V121000),Ford Motor Company,ELECTRICAL SYSTEM:IGNITION:SWITCH:NEUTRAL START,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14000,"THE INVOLVED VEHICLES MAY START IN REVERSE GEAR. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING AFFECT"". SOME OF THESE VEHICLES MAY BE EQUIPPED WITH A DEFECTIVE NEUTRAL START SWITCH THAT OCCASIONALLY PERMITS ENGINE STARTING WITH THE TRANSMISSION SHIFT LEVER IN THE REVERSE (""R"") POSITION.",,"DEALER WILL INSPECT THE INVOLVED VEHICLES AND, IF NECESSARY, REPLACE THE TRANSMISSION NEUTRAL START SWITCH AT NO CHARGE TO OWNER." -09/23/1980,80V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V124000),"THOMAS BUILT BUSES, INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,57,"THE INVOLVED VEHICLES HAVE EMERGENCY EXIT LABELS OF LESS THAN THE TWO INCH HEIGHT REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,EACH VEHICLE WILL BE INSPECTED AND CORRECTED BY MAIN PLANT PERSONNEL. -09/23/1980,80V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V123000),"SAAB CARS USA, INC.",FUEL:FUEL INJECTION:ELECTRICAL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15213,"THE POSSIBILITY EXISTS THAT THE MOUNTING COLLAR FOR THE ELECTRIC FUEL PUMP, SUBMERGED IN THE FUEL, COULD PARTIALLY DETACH FROM THE TOP OF THE TANK AND CAUSE A FUEL LEAK.",,DEALER WILL REPLACE THE FUEL PUMP SUPPORT AND REMOUNT THE PUMP AT NO CHARGE TO OWNER. -09/23/1980,80V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V122000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,57,"SOME OF THE INVOLVED VEHICLES HAVE BEEN RELEASED WITHOUT THE SEATS BEING PROPERLY FASTENED TO THE FLOOR AND SEAT RAIL OF THE VEHICLE. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"".",,VEHICLES WILL BE INSPECTED AND CORRECTED BY MAIN PLANT PERSONNEL AT NO CHARGE TO OWNER. -09/19/1980,80V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V118000),"RENAULT, INCORPORATED",AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,3825,"ON CERTAIN VEHICLES, THE WIRING HARNESS FOR THE AIR CONDITIONER MAY PROVIDE POWER TO THE IGNITION CIRCUIT WHILE THE KEY IS IN THE OFF POSITION.",,THE DEALER WILL MODIFY THE AIR CONDITIONING SYSTEM WIRING AT THE FUSE PANEL AND INSTALL A CIRCUIT BREAKER TO PROTECT THE MODIFIED CIRCUIT. -09/19/1980,80V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V120000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,"CERTAIN VEHICLES WERE EQUIPPED WITH FRONT BRAKE HOSE ASSEMBLIES THAT WERE INCORRECTLY MANUFACTURED BY THE SUPPLIER. THESE ASSEMBLIES, BOTH RH AND LH, WERE INCORRECTLY BUILT WITH THE FITTINGS MISORIENTED BY 90 DEGREES. THIS COULD CAUSE CHAFING OF THE BRAKE HOSE THROUGH CONTACT WITH THE ADJACENT TIRE DURING FULL TURNS. CONTINUED CHAFING COULD RESULT IN A BRAKE FLUID LEAK.",,"DEALER WILL INSPECT BOTH FRONT BRAKE HOSES AND, IF NECESSARY, REPLACE ONE OR BOTH HOSES AT NO CHARGE." -09/19/1980,80V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V119000),"RENAULT, INCORPORATED",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,750,"ON CERTAIN VEHICLES, THE CRUISE CONTROL ACTUATION CHAIN COULD CATCH ON CERTAIN CARBURETOR HARDWARE, CAUSING THE THROTTLE PLATE TO REMAIN IN A PARTIALLY OPEN POSITION.",,"DEALER WILL INSTALL A PROTECTIVE PLATE BETWEEN THE CRUISE CONTROL ACTUATION CHAIN AND THE THROTTLE PLATE, WITHOUT CHARGE TO OWNER." -09/18/1980,80E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E022000),"INDIANA MILLS, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,2636,THERE IS THE POSSIBILITY THAT THE PUSH BUTTON ON THE BUCKLE COULD BREAK.,,DEALER WILL REPLACE THE DEFECTIVE SEAT BELT ASSEMBLY WITHOUT CHARGE TO OWNER. -09/18/1980,80V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V117000),"COACHMEN INDUSTRIES, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,190,"THE ""A"" FRAMES ON THE VEHICLES HAVE THE POTENTIAL TO CRACK DUE TO SUBSTITUTION A FRAME STEEL AND IMPROPER TIE DOWN PROCEDURES DURING DELIVERY. ALSO, INADEQUATE WELD MAY ALLOW SEPARATION OF THE MOUNTING PLATE FROM THE CROSSMEMBER. DETACHED MOUNTING PLATES COULD RESULT IN CANTING (SLANTING) OF THE TIRE AND WHEEL.",,"THE DEALER WILL WELD ADDITIONAL SUPPORTS TO THE FRAME AND MOUNTING AND TO THE ""A"" FRAME. THE DEALER WILL ALSO REPLACE WASHERS AND PIPE SPACERS WITH RECTANGULAR LOAD BEARING SPACERS TO REINFORCE THE SUSPENSION/AXLE SYSTEM AT NO CHARGE TO OWNER." -09/15/1980,80V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V116000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1550,"A MISROUTING OF THE POSITIVE BATTERY CABLE MAY EXIST. THIS MAY CAUSE DAMAGE TO THE POSITIVE BATTERY CABLE INSULATION DUE TO RUBBING ON THE RIGHT FRONT METAL BRAKE TUBE. SHOULD THIS OCCUR, THE WIRE IN THE CABLE MAY CONTACT AND DAMAGE THE BRAKE TUBE, CAUSING LOSS OF BRAKE FLUID.",,"DEALER WILL INSPECT ALL VEHICLES FOR MISROUTING OF THE POSITIVE BATTERY CABLE AND ABRASIVE DAMAGE TO THE CABLE INSULATION. IF NECESSARY, BATTERY CABLE WILL BE REPLACED AT NO CHARGE TO OWNER." -09/10/1980,80E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E021000),"LA SALLE-DEITCH CO., INC.",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE,SUSPENSION,NR (Not Reported),Equipment,40,"THE WELD THAT JOINS THE SPINDLE TO THE AXLE MAY FAIL. SUCH A FAILURE WOULD CAUSE THE WHEEL, TIRE AND AXLE HUB TO SEPARATE FROM THE VEHICLE.",,DEALER WILL INSTALL A NEW AXLE WITHOUT CHARGE TO OWNER. -09/09/1980,80V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V115000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"CERTAIN VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 12I, ""AIR BRAKE SYSTEMS"". THIS REQUIRES THE AIR TANK CAPACITY TO BE AT LEAST TWELVE TIMES AS LARGE AS THE BRAKE CHAMBER VOLUME, TO PROVIDE ADEQUATE RESERVES FOR SITUATIONS WHICH MAY REQUIRE REPEATED BRAKE APPLICATIONS.",,DEALER WILL ADD AN AIR TANK TO THE INVOLVED VEHICLES AT NO CHARGE TO OWNER. -09/08/1980,80E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E020000),VETTER,EQUIPMENT:MOTORCYCLE SADDLEBAG,UNKNOWN OR OTHER,NR (Not Reported),Equipment,614,THE LEFT HAND SADDLEBAG MOUNTING ASSEMBLY MAY COME INTO CONTACT WITH THE REAR BRAKE CALIPER. THIS COULD CAUSE THE REAR BRAKES TO FAIL.,,LEFT HAND MOUNTING ASSEMBLY WILL BE REDESIGNED TO ALLOW AMPLE CLEARANCE TO THE BRAKE CALIPER. -09/05/1980,80E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E019000),DANA CORPORATION,STEERING:LINKAGES:DRAG:POWER ASSIST SYSTEM,STEERING,NR (Not Reported),Equipment,36558,THE DRAG LINK ADAPTOR THREADS MAY UNDERGO ABNORMAL WEAR DUE TO IMPROPER CONNECTION OF THE ADAPTOR TO THE POWER STEERING VALVE HOUSING.,,"UPON INSPECTION, POWER STEERING VALVES WILL BE RETORQUED AND ANY NECESSARY PARTS WILL BE INSTALLED WITHOUT CHARGE TO OWNER." -09/03/1980,80T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T017000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,126,"TIRES MAY DEVELOP SEPARATION OF THE REINFORCING PLIES FROM THE RUBBER COMPOUND. TIRES FAILED THE HIGH SPEED TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/02/1980,80V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V113000),TRANSPORTATION MFG. CORP.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,320,"THE INVOLVED VEHICLES HAVE INSUFFICIENT INSTRUCTIONS AND INCORRECT LOCATIONS OF EMERGENCY EXIT DECALS ON THE INTERIOR OF THE BUS. AS A RESULT, THEY DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,THE DEALER WILL SUPPLY VEHICLE OWNERS WITH THE CORRECT DECALS AND MOUNTING INSTRUCTIONS AT NO CHARGE TO OWNER. -09/02/1980,80V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V114000),AM GENERAL LLC,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,844,THE INVOLVED VEHICLES MAY HAVE AN INSUFFICIENT WELDING OF THE SPACER ASSEMBLIES TO WHICH THE FIFTH WHEEL ASSEMBLY IS ATTACHED.,,SPACER ASSEMBLIES WILL BE REPLACED WITH NEW OR REWORKED SPACERS WITHOUT CHARGE TO OWNER. -08/28/1980,80V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V112000),"Nissan North America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39382,"MOISTURE PRESENT IN THE EXHAUST GAS RECIRCULATION SYSTEM MAY, UNDER CONDITIONS OF SUB-ZERO TEMPERATURES AND LOW EGR FLOW RATE, CONDENSE AND FREEZE IN THE THROTTLE CHAMBER. AN ICING CONDITION COULD OCCUR IF THE VEHICLE OWNER FAILS TO ADEQUATELY WARM UP THE ENGINE BEFORE DRIVING. THIS COULD PREVENT THE THROTTLE FROM CLOSING COMPLETELY AND WOULD RESULT IN HIGHER THAN NORMAN IDLE RPM.",,THE DEALER WILL INSTALL A THROTTLE CHAMBER HEATING KIT TO PREVENT ICING AT NO CHARGE TO OWNER. -08/27/1980,80V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V110000),"PEUGEOT, INC.",AIR CONDITIONER:ELECTRONIC CLIMATE CONTROL MODULE,EQUIPMENT,NR (Not Reported),Vehicle,10000,"THE AIR CONDITIONING UNITS ON THE INVOLVED VEHICLES MAY HAVE BEEN FILLED WITH AN UNECESSARILY LONG LENGTH OF WIRE FROM THE BLOWER SPEED CONTROL RESISTORS TO THE EVAPORATOR BLOWER MOTOR. DUE TO THE LENGTH OF THE WIRE, CHAFING OR PINCHING MAY OCCUR AT SOME POINT, CAUSING A SHORT CIRCUIT. THIS WILL STOP THE MOTOR.",,"DEALER WILL INSPECT AND, IF NECESSARY, MODIFY THE LENGTH OF THE BLOWER MOTOR WIRE WITHOUT CHARGE TO OWNER." -08/26/1980,80V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V111000),Carrier Corporation,EMERGENCY PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,40,"THE INVOLVED VEHICLES HAVE ""COMMAND KITS"" WHICH AUTOMATICALLY SET THE PARKING BRAKES DURING REFUSE LOADING. IF POWER IS LOST DUE TO A BLOWN FUSE OR THE IGNITION SWITCH IS TURNED OFF, THE PARKING BRAKES WOULD BE RELEASED.",,THE COMMAND SYSTEM CONTROL CIRCUIT WILL BE MODIFIED SO THAT A LOSS OF ELECTRICAL POWER FOR ANY REASON WILL NOT CAUSE THE PARKING BRAKES TO BE RELEASED. -08/25/1980,80E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E018000),"APPLIED POWER, INC.",EQUIPMENT:ELECTRIC EQUIPMENT:BATTERY CHARGE,EQUIPMENT,NR (Not Reported),Equipment,35000,"AN ADHESIVE CLIP WHICH HOLDS THE WIRE BUNDLE WITHIN THE CHARGER TO THE INTERIOR OF THE CHARGER COULD FAIL. UNDER CONDITIONS OF EXTREME USE, A SHORT BETWEEN THE PRIMARY AND SECONDARY CIRCUITS OF THE CHARGER COULD RESULT.",,A TIE WILL BE INSERTED TO FASTEN THE WIRE BUNDLE TO THE METER BRACKET AND A CIRCUIT BREAKER WILL BE INSTALLED IN THE SECONDARY CIRCUIT WITHOUT CHARGE TO OWNER. -08/25/1980,80T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T016000),Cooper Tire & Rubber Co.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,264,"TUBE-TYPE TIRES WERE INCORRECTLY STAMPED AS TUBELESS. SHOULD THESE TIRES BE PLACED IN OPERATION, SEPARATION IN THE TREAD AREA AS WELL AS BULGING MAY OCCUR. CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK, CAUSING A LOSS AIR.",,TIRES WILL BE REPLACED WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -08/20/1980,80E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E017000),"KEYSTONE, INC.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,28000,THE 22-INCH DIAMETER TANK USED TO SUPPLY FUEL TO THE REFRIGERATION EQUIPMENT IS MOUNTED TO THE TRAILER WITH HARDWARE THAT MAY CRACK OR FRACTURE UNDER STRESS. A CRACK OR FRACTURE IN THE HARDWARE COULD RESULT IN PARTIAL OR TOTAL SEPARATION OF THE TANK FROM THE TRAILER.,,DEALER WILL REMEDY THE DEFECT BY REPLACING THE MOUNTING HARDWARE AT NO CHARGE TO OWNER. -08/20/1980,80V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V109000),INTERNATIONAL TRUCK & ENGINE CORPORATION,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,44900,"A NUMBER OF VEHICLES MAY NOT BE IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING"", AS A RESULT OF IMPROPER SEAL CLEANING OR ADHESIVE MISAPPLICATION.",,"DEALER WILL REMOVE WINDSHIELD SEAL LOCK STRIP, CLEAN AND PRIME IT, AND ADD ADHESIVE AT NO CHARGE TO OWNER." -08/19/1980,80V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V108000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,85325,"ON CERTAIN VEHICLES, THE LOWER CONTROL ARM BALL JOINT TO STEERING KNUCKLE ATTACHING NUT MAY NOT HAVE BEEN TORQUED TO SPECIFICATIONS. THIS CONDITION COULD CAUSE THE NUT TO BACK OFF, RESULTING IN JOINT SEPARATION.",,"THE DEALER WILL PERFORM A TORQUE CHECK OF THE ATTACHING NUT, AND, IF NECESSARY, TIGHTEN IT. IN SOME CASES AN INADEQUATE TORQUE LEVEL MAY HAVE CAUSED BALL STUD OR STEERING KNUCKLE DAMAGE; IF SO, THE AFFECTED COMPONENTS WILL BE REPLACED AT NO CHARGE TO OWNER." -08/18/1980,80T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T015000),GENERAL TIRE & RUBBER CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,343,TIRES WERE SHOWN TO BE SUBJECT TO SIDEWALL SEPARATION WHEN TESTED FOR PERFORMANCE BY THE MANUFACTURER.,,"ALL TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION." -08/18/1980,80T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T014000),UNIROYAL GOODRICH TIRE CO,TIRES:TEMPORARY (T-TIRE),TIRES,NR (Not Reported),Tire,3550,"SOME OF THE INVOLVED TIRES DO NOT MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THIS REDUCED ENDURANCE CAPACITY COULD RESULT IN TREAD SEPARATION IF THE SPARE TIRE IS USED.",,"DEFECTIVE TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO OWNER WITHIN 60 DAYS OF NOTIFICATION." -08/15/1980,80V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V107000),Land Rover,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1300,"THE POSSIBILITY EXISTS THAT UNDER HIGH AMBIENT/UNDERHOOD TEMPERATURES, A CHEMICAL ACTION MAY TAKE PLACE BETWEEN ANY WATER CONTENT IN THE BRAKE FLUID AND THE BRAKE SPRING IN THE MASTER CYLINDER SECONDARY PISTON CHAMBER. AS A RESULT OF THIS CHEMICAL ACTION, A GAS DEVELOPS (HYDROGEN) WHICH DISPLACES THE BRAKE FLUID CAUSING A PROGRESSIVE INCREASE IN BRAKE MASTER CYLINDER PISTON TRAVEL WITH SUBSEQUENT DECREASE IN THE EFFICIENCY OF THE REAR BRAKING SYSTEM.",,THE DEALER WILL REPLACE THE BRAKE MASTER CYLINDER ON THE INVOLVED VEHICLES AT NO CHARGE TO OWNER. -08/15/1980,80T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T013000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,215,"THE INVOLVED TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"", IN REGARD TO THE PLUNGER ENERGY PORTION OF THE STANDARD.",,"ALL TIRES WILL BE REPLACED, MOUNTED, AND BALANCED FREE OF CHARGE TO OWNER WITHIN 60 DAYS OF NOTIFICATION." -08/13/1980,80T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T012000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,158,"THE INVOLVED TIRES HAVE NARROW, OFF CENTER PLIES AND INCORRECT TURN-UP HEIGHTS. TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"TIRES WILL BE REPLACED, MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -08/07/1980,80V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V105000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1727,"THE POWER CABLES LEADING FROM THE BATTERIES OF THE INVOLVED VEHICLES ARE SUBJECT TO A CHAFING CONDITION, WHICH, IF UNDETECTED OR NOT CORRECTED CAN CAUSE WEAR TO THE CABLE INSULATION.",,"TO PREVENT CHAFING OF THE BATTERY CABLES, THE DEALER WILL INSTALL FOUR BATTERY CLAMPS, TWO EACH ON THE BATTERY HOLD DOWN BAR AND THE FUEL BOLSTER BRACKET, AND INSTALL PIECES OF RUBBER HOSE INSULATION ONTO THE LARGER POWER CABLES. THIS WILL BE DONE AT NO EXPENSE TO OWNER." -08/07/1980,80V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V106000),GRUMMAN FLXIBLE CORP.,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,688,"ON CERTAIN VEHICLES, THE DRIVER""S BARRIER GLAZING WAS NOT MARKED AS SAFETY GLAZING MATERIAL. THIS DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS"".",,FIELD SERVICE REPRESENTATIVES WILL INSTALL THE CORRECT DECALS AT NO CHARGE TO OWNERS. -08/06/1980,80V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V104000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,253500,SOME OF THE ENGINE COOLING FANS ON THE INVOLVED VEHICLES MAY BE SUBJECT TO HIGH BLADE STRESSES THAT CAN RESULT FROM RESONANT VIBRATION INPUTS OCCURRING DURING NORMAL VEHICLE OPERATION.,,THE DEALER WILL REPLACE THE EXISTING ENGINE COOLING FANS WITH FANS OF A DIFFERENT FIVE BLADE DESIGN AT NO CHARGE TO OWNER. -08/06/1980,80V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V103000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24400,"THE INVOLVED VEHICLES WERE MANUFACTURED WITHOUT THE MIDSHIP FUEL TANK PROTECTIVE SHIELDS. AS A RESULT, THEY DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"", DUE TO EXCESSIVE FUEL SPILLAGE UPON FRONTAL IMPACT.",,"THE INVOLVED VEHICLES WILL BE INSPECTED AND, IF NECESSARY, A FUEL TANK SHIELD WILL BE INSTALLED AT NO CHARGE TO OWNER." -08/05/1980,80V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V101000),Oshkosh Corporation,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,44,THE PARKING BRAKE LINKAGE MAY NOT EXERT SUFFICIENT FORCE TO THE PARKING BRAKE SYSTEM TO HOLD THE VEHICLE ON A GRADE.,,THE DEALER WILL MAKE AVAILABLE A PARKING BRAKE LINKAGE KIT TO RETROFIT THE INVOLVED VEHICLES AT NO CHARGE TO OWNER. -08/05/1980,80V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V102000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,823,"THE INVOLVED VEHICLES DO NOT HAVE A PROTECTIVE FUEL TANK SHIELD. AS A RESULT THE 137 INCH AND 161 INCH WHEELBASE CHASSIS CABS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IF THE ABOVE VEHICLES UNDERGO FRONTAL IMPACT, THE DRIVE SHAFT FRONT UNIVERSAL JOINT MAY COME INTO CONTACT WITH THE FUEL TANK, RESULTING IN FUEL SPILLAGE.",,"THE INVOLVED VEHICLES WILL BE INSPECTED AND, IF NECESSARY, A MID-SHIP FUEL TANK SHIELD WILL BE INSTALLED AT NO CHARGE TO OWNER." -07/28/1980,80T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T011000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,5120000,TIRES MAY BE SUBJECT TO FAILURE DURING VEHICLE OPERATION.,,"TIRES WILL BE REPLACED, MOUNTED AND BALANCED WITHIN 60 DAYS OF RECALL NOTIFICATION. TIRES PURCHASED PRIOR TO JUNE 1, 1977 MAY BE RETURNED FOR A HALF-PRICE REFUND, WITHIN THE 60 DAY LIMIT." -07/28/1980,80V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V100000),Ford Motor Company,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,9,"THE INVOLVED CHASSIS CABS WERE IMPROPERLY EQUIPPED WITH OUTSIDE REARVIEW MIRRORS WITH A REFLECTIVE SURFACE AREA OF TWENTY SQUARE INCHES, WHICH DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"". THIS REQUIRES VEHICLES WITH A GVWR OF MORE THAT 10,000 LBS. TO BE EQUIPPED WITH OUTSIDE REARVIEW MIRRORS OF NOT LESS THAN FIFTY SQUARE INCHES OF REFLECTIVE SURFACE AREA.",,DEALER WILL INSTALL APPROPRIATE OUTSIDE REAR VIEW MIRRORS AT NO CHARGE TO OWNERS. -07/25/1980,80V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V099000),FMC CORPORATION,EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,33,"THE COMPONENTS IN QUESTION ARE THE FOUR CHAIN ATTACHING POINTS ON THE ELEVATOR PLATFORM TO THE COACH FRAME. THE FUNCTION OF THESE CHAINS IS TO RAISE AND LOWER THE ELEVATOR VIA A HYDRAULIC CYLINDER. COMPONENTS COULD EXPERIENCE PREMATURE FATIGUE FAILURE, IF NOT PROPERLY ADJUSTED AND MAINTAINED.",,A NEW ATTACHING SYSTEM WITH HIGHER STRENGTH MATERIALS WILL BE INSTALLED WITHOUT CHARGE TO OWNER. -07/24/1980,80V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V084000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6214,"ON CERTAIN VEHICLES, THE REAR BRAKE CONTROL MAY DISENGAGE FROM THE FRAME DUE TO STRESSES PRIMARILY CAUSED BY THE LENGTH OF THE BRAKE CONTROL MOUNTING BOLTS.",,DEALER WILL REPLACE THE REAR BRAKE CONTROL MOUNTING BOLTS AND ADD A LOCK PLATE WITHOUT CHARGE. -07/24/1980,80V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V098000),MANSFIELD TIRE & RUBBER C,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,80,"THE SPIDER ASSEMBLIES WELDED TO RIM OF THE WHEELS OF CERTAIN VEHICLES MAY BE SUBJECT TO FAILURE, EITHER BY BENDING OF THE INSIDE DISC (SPIDER) OR BY CIRCUMFERENTIAL FATIGUE CRACKING OF THE HAT SECTION OF THE SPIDER.",,WHEELS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -07/23/1980,80V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V096000),CYCLE PEUGEOT USA,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9541,"VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 108 AND 122, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"", AND ""MOTORCYCLE BRAKE SYSTEMS"", RESPECTIVELY. VEHICLES ARE CAPABLE OF SPEEDS IN EXCESS OF 30 MPH ALTHOUGH LIGHTING AND BRAKING SYSTEMS ARE NOT ADEQUATE FOR SAFE OPERATION AT THESE SPEEDS.",,VEHICLE WILL BE MODIFIED BY REPLACING THE INNER DISCS IN THE SILENCER OF THE EXHAUST SYSTEM TO REDUCE THE MAXIMUM ATTAINABLE SPEED. -07/23/1980,80V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V097000),"MOTOBECANE AMERICA, LTD.",POWER TRAIN:TRANSMISSION:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,32000,"VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 108 AND 122, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"", AND ""MOTORCYCLE BRAKE SYSTEMS"", RESPECTIVELY. VEHICLES ARE CAPABLE OF SPEEDS IN EXCESS OF 30 MPH ALTHOUGH LIGHTING AND BRAKING SYSTEMS ARE NOT ADEQUATE FOR SAFE OPERATION AT THESE SPEEDS.",,VEHICLE WILL BE MODIFIED BY INSTALLING A RING WEDGE BLOCK IN THE AUTOMATIC GEAR CHANGE TO REDUCE THE MAXIMUM ATTAINABLE SPEED. -07/23/1980,80V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V095000),FREIGHTLINER LLC,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,31002,"ON INVOLVED VEHICLES, THE CONNECTION BETWEEN THE STEERING CONTROL SHAFT AND THE INPUT SHAFT ON THE STEERING GEAR BOX MAY BE DEFECTIVE. THE YOKE ON THE SHAFT MAY LOOSEN, ALLOWING THE SPLINED SURFACES ON THE YOKE AND SHAFT TO WEAR. CONTINUED OPERATION MAY RESULT IN WEAR AND EVENTUAL ROTATIONAL SLIPPAGE OF THE JOINT.",,"THE YOKE WILL BE REPAIRED OR THE YOKE AND INPUT SHAFT WILL BE REPLACED, IF NECESSARY." -07/22/1980,80E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E016000),BORG WARNER CORPORATION,POWER TRAIN:TRANSFER CASE (4-WHEEL DRIVE),POWER TRAIN,NR (Not Reported),Equipment,14442,"THE NUT HOLDING THE FRONT AND REAR DRIVE SHAFT YOKE TO THE TRANSFER CASE MAY LOOSEN IF THE MAXIMUM TOLERENCE OF THE NUT THREAD SIZE IS MATCHED TO THE MINIMUN SIZE OUTPUT SHAFT THREAD. IF THIS OCCURS, THE DRIVE SHAFT MAY BECOME DISENGAGED.",,THE DEALER WILL REPLACE THE EXISTING OUTPUT SHAFT NUT WITH A MECHANICALLY RETAINED NUT AND WASHER AT NO CHARGE TO OWNER. -07/22/1980,80V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V094000),HOLIDAY RAMBLER CORP.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,291,ON CERTAIN VEHICLES A BENDING OF THE FRAME MAY DEVELOP NEAR THE POINTS OF ATTACHMENT BETWEEN THE UNDERCARRIAGE AND VEHICLE BODY. THIS BENDING MAY LEAD TO ADDITIONAL DAMAGE TO INTERIOR AND EXTERIOR STRUCTURES OF THE VEHICLE.,,"DEALER WILL INSTALL ADDITIONAL STEEL PLATES AT THE POINTS OF UNDERCARRIAGE ATTACHMENT, REPOSITION EXISTING SHOCK ABSORBERS, AND ADD TWO MORE WITHOUT CHARGE TO OWNER." -07/22/1980,80V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V093000),SHELLER-GLOBE CORPORATION,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,336,"VEHICLE DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REAR VIEW MIRRORS"". AN OUTSIDE CROSS-VIEW MIRROR WAS NOT INSTALLED AT THE TIME OF MANUFACTURE.",,DEALER WILL INSTALL A CROSS-VIEW MIRROR AT NO CHARGE TO OWNER. -07/17/1980,80E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E015000),"BENDIX HOME SYSTEMS, INC.",BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1579,"ON CERTAIN VEHICLES, THE LUGS THAT ATTACH THE TREADLE PIVOT SHAFT MOUNTING PLATE TO THE FOOT VALVE MAY BE CRACKED. FAILURE OF THE LUGS COULD LEAD TO TREADLE SEPARATION.",,"DEALER WILL REPLACE DEFECTIVE MOUNTING PLATE AND LUGS, WITHOUT CHARGE." -07/17/1980,80V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V091000),"FIAT MOTORS OF N.A., INC.",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,4328,"VEHICLE DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REAR VIEW MIRRORS"". THE OUTSIDE REAR VIEW MIRROR ON THE DRIVER""S SIDE MAY LACK PROPER MAGNIFICATION IN THAT OBJECTS VIEWED IN THIS MIRROR MAY APPEAR TO BE FARTHER AWAY THAN THEY ACTUALLY ARE.",,DEALER WILL REPLACE DEFECTIVE MIRRORS FREE OF CHARGE. -07/15/1980,80V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V090000),COACH & EQUIP SALES CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,154,"ON CERTAIN VEHICLES, THE AUDIBLE SIGNAL MAY NOT SOUND WHEN THE EMERGENCY DOOR RELEASE MECHANISM IS NOT IN THE CLOSED POSITION AND THE IGNITION IS IN THE ""ON"" POSITION. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,"DEALER WILL INSTALL A MODIFIED LATCH MECHANISM WHICH WILL ALLOW ACTIVATION OF THE ALARM, INDEPENDENT OF THE DOOR POSITION." -07/14/1980,80V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V088000),Ford Motor Company,EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4,"DUE TO COMPUTER INPUT ERROR WHICH RESULTED IN AN INCORRECT BUILD SCHEDULE, SOME VEHICLES WERE SHIPPED WITHOUT THE REQUIRED EXHAUST SYSTEM HEAT SHIELDS. WHEN THE VEHICLE IS IDLED OVER AN EXTENDED PERIOD OF TIME, A MISSING EXHAUST HEAT SHIELD MAY RESULT IN DANGEROUSLY HIGH FLOOR PAN TEMPERATURES.",,DEALER WILL INSTALL FRAME-MOUNTING HEAT SHIELDS WITHOUT CHARGE TO OWNER. -07/14/1980,80V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V089000),Ford Motor Company,FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,159,"ON CERTAIN VEHICLES, TWO FUEL LINE BRACKETS WERE INCORRECTLY POSITIONED, ALLOWING THE FUEL LINE TO COME INTO CONTACT WITH THE LEFT HAND FRONT BRAKE JOUNCE HOSE. CONTACT WITH THE FUEL LINE, WHICH HAS A METAL OUTER SHIELD, COULD CAUSE CHAFING OF THE BRAKE HOSE.",,OWNERS WILL BE PROVIDED WITH INSTRUCTIONS FOR REPOSITIONING THE BRACKETS TO REROUTE THE FUEL LINE. THE LEFT-HAND BRAKE JOUNCE HOSE WILL ALSO BE REPLACED IF CHAFING HAS OCCURRED. -07/14/1980,80V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V087000),Volvo Trucks North America,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,382,ON CERTAIN VEHICLES THE STEERING GEAR BOX WAS INSTALLED USING MOUNTING BOLTS WHICH ARE TOO LONG IN RELATION TO THE AVAILABLE HOLE DEPTH IN THE STEERING GEAR BOX.,,DEALER WILL REPLACE THE STEERING GEAR BOX MOUNTING BOLTS WITH BOLTS OF THE CORRECT LENGTH WITHOUT CHARGE TO OWNER. -07/10/1980,80V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V086000),COACH & EQUIP SALES CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,24,"VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". CERTAIN VEHICLES MAY HAVE GONE THROUGH PRODUCTION WITHOUT THE DEACTIVATION OF THE KEY LOCK IN THE REAR DOOR.",,DEALER WILL INSTALL A SHEET METAL SCREW IN THE REAR EMERGENCY DOOR LOCKING MECHANISM. -07/07/1980,80V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V085000),Harley-Davidson Motor Company,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,4690,ON CERTAIN VEHICLES THERE MAY BE A GRADUAL LOOSENING OF THE REAR SPROCKET BOLT(S) AND A DECREASE IN THE CLAMPING FORCE NECESSARY TO MAINTAIN A SECURE ATTACHMENT OF THE REAR WHEEL SPROCKET TO THE WHEEL.,,DEALER WILL REPLACE THE (5) REAR WHEEL SPROCKET BOLTS AT NO CHARGE. -06/26/1980,80E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E014000),TRUCK-LITE,LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,50000,"ON CERTAIN VEHICLES, LAMP AND GROMMET ROTATION MAY CAUSE THE REAR COMBINATION LAMPS TO FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". LENS ROTATION COULD RESULT IN THE LAMPS EXCEEDING THE MAXIMUM CANDLEPOWER LIMITS OF THE SAFETY STANDARD.",,"MANUFACTURER WILL MAIL THE NECESSARY CLIPS AND INSTRUCTIONS TO OWNERS OF THE INVOLVED VEHICLES. OWNER MAY EITHER MAKE THE REPAIR HIMSELF OR TAKE THE PARTS TO A DEALER TO HAVE THE REPAIR MADE, WITHOUT CHARGE." -06/26/1980,80V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V092000),"Mercedes-Benz USA, LLC",WHEELS:SINGLE:RIM BASE,WHEELS,NR (Not Reported),Vehicle,99,AN INCORRECT RIM FLAP HAS BEEN INSTALLED WHICH ALLOWS THE INNER TUBE TO PROTRUDE THROUGH THE RIM VALVE OPENING AND CAUSE A CHAFING CONDITION. THIS COULD LEAD TO RAPID LOSS OF AIR FROM THE TIRE.,,DEALER WILL INSTALL THE CORRECT RIM FLAP WITHOUT CHARGE. -06/25/1980,80V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V083000),"FIAT MOTORS OF N.A., INC.",FUEL:CARBURETOR:FOUR:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13280,"UNDER PARTICULAR CLIMATIC CONDITIONS, ENGINE HESITATION MAY OCCUR WHEN RESTARTING AFTER VEHICLE IS PARKED FOR A SHORT PERIOD OF TIME. THIS HESITATION IS CAUSED BY GASOLINE VAPORIZATION IN THE CARBURETOR.",,DEALER WILL REPLACE THE EXISTING CARBURETOR AND COOLING FAN THERMOSWITCH WITHOUT CHARGE TO OWNER. -06/25/1980,80V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V080000),"Volkswagen Group of America, Inc.",HEATER:EXHAUST MANIFOLD:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,2287,"THE AUXILIARY HEATER""S EXHAUST PIPE IS MOUNTED IN A DOWNWARD POSITION TOWARD THE GROUND.",,"DEALER WILL REMOVE THE EXISTING PIPE AND INSTALL A MODIFIED PIPE WITH A SHIELD OVER THE END, WITHOUT CHARGE TO OWNER." -06/24/1980,80V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V079000),EVANS PRODUCTS COMPANY,EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,9970,"A RESILIENT WASHER MAY DROP OUT, CAUSING THE BOLTING ATTACHMENT OF THE AIR RESERVOIR TO THE FRAME TO BECOME LOOSE. DUE TO VIBRATION, THE BOLT COULD EVENTUALLY WEAR THROUGH, ALLOWING THE RESERVOIR TO DROP DOWN ON EITHER END. THIS CONDITION COULD EVENTUALLY CAUSE ONE OF SEVERAL AIR LINES TO WEAR THROUGH OR SEVER.",,"DEALER WILL INSTALL THE NEEDED BOLTS, NUTS, AND WASHERS TO REATTACH THE AIR RESERVOIR OR WILL FORWARD THEM BY MAIL AT THE OWNER""S REQUEST." -06/23/1980,80E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E013000),KELSEY-HAYES COMPANY,WHEELS,WHEELS,NR (Not Reported),Equipment,56,"CERTAIN VEHICLES MAY HAVE BEEN EQUIPPED WITH THE WRONG SIZE WHEELS. THESE WHEELS HAVE A LOWER LOAD CARRYING CAPACITY WHICH COULD LEAD TO TRAILER OVERLOADING, RIM MATERIAL SEPARATION IN THE BEAD SEAT AREA, LOSS OF AIR AND POSSIBLE SEPARATION OF TIRE AND RIM FROM THE TRAILER.",,"OWNERS SHOULD INSPECT THEIR WHEELS, INCLUDING THE SPARE, FOR A MARKING OF ""15 X 5"". THESE WILL BE REPLACED BY ""15 X 6"" WHEELS WITHOUT CHARGE TO OWNERS." -06/20/1980,80V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V078000),Oshkosh Corporation,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,486,THE FRONT BRAKE ASSEMBLIES INSTALLED ON CERTAIN VEHICLES MAY HAVE BEEN INCORRECTLY ASSEMBLED. THIS DEFECT WILL RESULT IN A DEGRADED BRAKE EFFICIENCY.,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A COMPLETE NEW WEDGE ASSEMBLY WITHOUT CHARGE TO OWNER." -06/19/1980,80V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V076000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,66600,"WHEN SUBJECTED TO THE EXTREMELY HIGH TEMPERATURES THAT CAN OCCUR IN THE ENGINE COMPARTMENT, THE DAMPER SLEEVES WHICH COVER THE RETURN SPRINGS OF THE ACCELERATOR CONTROL SYSTEM CAN DEFORM AND PREVENT THEIR RETURNING THE THROTTLE TO IDLE POSITION AFTER RELEASE OF THE ACCELERATOR PEDAL.",,DEALER WILL REPLACE THE THROTTLE RETURN DAMPER SLEEVES WITH NEW SLEEVES OF HIGH TEMPERATURE-RESISTANT PLASTIC MATERIAL. -06/19/1980,80V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V075000),PACCAR Incorporated,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,3050,"STEERING ARMS ON INVOLVED VEHICLES, IDENTIFIED BY THE HEAT CODE ""E14"", MAY HAVE RECEIVED IMPROPER HEAT TREATMENT. THIS CONDITION COULD CAUSE THE STEERING ARM TO CRACK OR BREAK.",,"DEALER WILL REPLACE ALL STEERING ARMS IDENTIFIED BY THE ""E14"" HEAT CODE WITHOUT CHARGE TO OWNER." -06/19/1980,80V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V077000),"Subaru of America, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,71683,"WHEN WIPER BLADES ARE FROZEN TO THE WINDSHIELD AND THE WIPER MOTOR IS TURNED ON, THE RIGHT-HAND WIPER PIVOT MAY BECOME BENT. THE PLASTIC BEARING, WHICH IS A SNAP-ON DEVICE FITTING OVER THE BALL JOINT ON THE DRIVE MOTOR, MAY PULL OFF THE BALL, DISENGAGING THE WIPER SYSTEM, MAKING BOTH WIPERS INOPERATIVE.",,DEALER WILL INSTALL A NEWLY DESIGNED MASTER LINK IN THE WINDSHIELD WIPER SYSTEM WITHOUT CHARGE TO OWNER. -06/17/1980,80V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V074000),COLUMBIA BODY & EQUIP. CO,BRAKES:MECHANICAL SERVICE:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5376,"VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS"", WHICH REQUIRES THAT EACH OF THE MOPEDS BE EQUIPPED WITH TWO INDEPENDENTLY ACTIVATED SERVICE BRAKE SYSTEMS. ON THE INVOLVED VEHICLES, THE STEEL BRAKE DRUM MAY HAVE BEEN LEFT OUT OF EITHER THE FRONT OR REAR WHEEL HUB.",,"DEALER WILL INSPECT AND, IF A BRAKE DRUM IS MISSING, WILL REPLACE THE ENTIRE WHEEL ASSEMBLY WITHOUT CHARGE." -06/17/1980,80V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V081000),"WARD INDUSTRIES, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,56,"VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". ON SOME VEHICLES THE TIRE AND RIM SIZE DESIGNATION AND THE COLD TIRE INFLATION PRESSURE WERE NOT FURNISHED.",,DEALER WILL INSTALL A CORRECTED CERTIFICATION LABEL OVER THE EXISTING LABEL. -06/17/1980,80V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V082000),"WARD INDUSTRIES, INC.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,115,"VEHICLE DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THE BRAKE WARNING LIGHT MAY NOT ACTIVATE WHEN THE IGNITION KEY IS ROTATED BETWEEN THE ""ON"" AND ""START"" CIRCUIT CHECKING POSITIONS.",,"OWNER WILL RECEIVE INSTRUCTIONS TO INSPECT FOR PROPER GROUNDING OF THE IGNITION SWITCH AND TO CORRECT IT, IF NECESSARY." -06/11/1980,80V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V073000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,350000,"DUE TO A COMBINATION OF DISC BRAKE PAD WEAR AND TURN STOP WEAR ON CERTAIN VEHICLES, THERE MAY BE AN INCREASE IN BRAKE PEDAL TRAVEL AND A REDUCTION IN FRONT BRAKING EFFECTIVENESS FOLLOWING A FULL TURN. ALSO, A FRAME CRACK COULD DEVELOP AND COULD EXTEND THROUGH ALL OR MOST OF THE RAIL SECTION.",,UPON INSPECTION DEALER WILL REPLACE EITHER THE LEFT OR RIGHT TURN STOP BRACKET TO CORRECT THE FRONT BRAKES. IF FRAME IS CRACKED IT WILL BE WELDED AND A ROD REINFORCEMENT WILL BE INSTALLED OVER THE CRACKED AREA. -06/09/1980,80V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V072000),Ford Motor Company,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,12500,"CERTAIN VEHICLES WERE PRODUCED WITH WHEEL ASSEMBLIES THAT MAY HAVE CRACKS NEAR THE BOLT HOLES IN THE WHEEL DISC. DURING VEHICLE USE, THE CRACKS COULD GRADUALLY INCREASE AND RESULT IN PARTIAL OR COMPLETE SEPARATION OF THE WHEEL AND TIRE ASSEMBLY FROM THE VEHICLE.",,"DEALER WILL INSPECT THE WHEEL DISC DATE CODE AND REPLACE THOSE WHEELS INDICATING AN OCTOBER 18, 1979 DATE OF MANUFACTURE." -06/06/1980,80V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V071000),WAYNE ENGINEERING CORPORATION,BRAKES:ELECTRIC:HYDRAULIC INTERFACE,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,147,"IN THE PROCESS OF ASSEMBLY, WHICH INCLUDES TAPPING INTO THE CHASSIS STOP LIGHT SWITCH CIRCUIT, A BREAK OCCURRED IN THE CIRCUIT THAT PROVIDES CURRENT TO THE EMERGENCY BRAKING HYDRAULIC PUMP MOTOR. THIS CAUSES THE HYDRAULIC SERVICE BRAKE, HYDRAULIC POWER ASSIST BACK-UP SYSTEM TO BE INOPERATIVE WHEN THE IGNITION SWITCH IS IN THE ""OFF"" POSITION.",,DEALER WILL CORRECT THE WIRING WITHOUT CHARGE. -06/02/1980,80E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E012000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,306,THERE IS A POSSIBILITY THAT THE USE OF A NON-SPECIFIED MATERIAL IN THE PLASTIC PISTON OF THE MASTER CYLINDER ASSEMBLY MAY ALLOW A GREATER DEGREE OF WATER ABSORPTION THAN INTENDED BY HARLEY DAVIDSON.,,"MANUFACTURER WILL INSPECT ALL SUSPECT CYLINDERS DISCOVERED IN DEALER""S PARTS INVENTORIES AND WILL INFORM OWNERS ABOUT REPLACEMENT PROCEDURES." -06/02/1980,80V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V063000),"SPORTSMOBILE TEXAS, INC",EQUIPMENT:OTHER PIECES:BED(RV),EQUIPMENT,NR (Not Reported),Vehicle,155,"THE OPTIONAL ACCESSORY BEDS MAY FALL TO FLOOR WHEN USED, DUE TO FATIGUING AND BREAKING OF THE BED SUPPORT BRACKETS.",,"DEALER WILL INSTALL TWO REINFORCING BRACKETS TO THE TWO REAR ENDS OF THE BED SUPPORT RAILS, OR OWNER HAS OPTION OF INSTALLING THEM HIMSELF AND DEALER WILL REIMBURSE OWNER FOR INSTALLATION." -05/30/1980,80V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V066000),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6030,"HEAT GENERATED BY CATALYTIC CONVERTERS MAY CAUSE DETERIORATION OF HYDRAULIC BRAKE HOSES ON CERTAIN VEHICLES. BRAKE HOSE MAY FAIL, RESULTING IN LOSS OF HYDRAULIC FLUID FROM THE DUAL HYDRAULIC SYSTEM.",,"DEALER WILL REPLACE HYDRAULIC BRAKE HOSES AND INSTALL A HEAT SHIELD TO PROTECT THEM, WITHOUT CHARGE." -05/29/1980,80V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V070000),Harley-Davidson Motor Company,STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,3860,"THE ADJUSTING SCREW, WHICH MOUNTS THROUGH A FORK LOCK LEVER ASSEMBLY INTO THE FORK LOCK ITSELF, MAY NOT BE FULLY AND SECURELY ENGAGED BECAUSE THE SCREW MAY NOT BE LONG ENOUGH. THIS MAY ALLOW THE FORK PIN TO DROP AND ACCIDENTALLY ENGAGE THE FORK LOCK.",,DEALER WILL INSTALL AN ADJUSTING SCREW KIT FREE OF CHARGE. -05/28/1980,80V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V068000),YAMAHA INTERNATIONAL CORP,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7000,ON CERTAIN VEHICLES THE BRAKE LININGS COULD SEPARATE FROM THE BRAKE SHOES DUE TO INSUFFICIENT BRAKE LINING BONDING.,,"DEALER WILL REPLACE THE ORIGINAL BRAKE SHOES WITH SHOES NOT SUBJECT TO THIS DEFECT, FREE OF CHARGE." -05/28/1980,80V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V069000),HENDRICKSON MFG. CO.,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,75,THE BOLTS THAT CLAMP THE MOR/RYDE SUSPENSION BEAM AND LOWER MOUNTING PLATE TO THE AXLE MAY BREAK AS A RESULT OF MISALIGNMENT OF THE BOLTS DUE TO NON-PARALLEL SURFACES OF THE UPPER BEAM PLATE AND THE LOWER BOTTOM PLATE. ANOTHER CONTRIBUTING FACTOR IS THE ABSENCE OF SHEAR BLOCKS TO THE UPPER SPACER PAD.,,"MANUFACTURER WILL INSTALL NEW MOR/RYDE BEAM ASSEMBLIES, LOWER MOUNTING PLATES, BOLTS, NUTS AND WASHERS." -05/27/1980,80V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V067000),Ford Motor Company,LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,52053,"STOP LAMP SWITCHES ON CERTAIN VEHICLES MAY HAVE BEEN CONTAMINATED WITH OIL, WHICH COULD DEGRADE THE CONTACTS AND RESULT IN A LOSS OF STOP LAMP FUNCTION.",,DEALER WILL REPLACE THE STOP LAMP SWITCH WITHOUT CHARGE. -05/23/1980,80V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V065000),FMC CORPORATION,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,327,THE STUDS WHICH FASTEN THE STEERING AND TIE ROD ARMS TO THE STEERING KNUCKLE MAY FAIL. THIS IS DUE TO AN IMPROPER KEY FIT WHICH COULD CAUSE AN UNUSUAL STRAIN ON THESE STUDS.,,A DANA/SPICER FIELD REPAIR KIT WILL BE INSTALLED TO ELIMINATE THE PROBLEM AT NO CHARGE TO OWNER. -05/20/1980,80V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V064000),"Chrysler (FCA US, LLC)",STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,3000,THE HINGE AND ROLLER ASSEMBLIES SUPPORTING THE REAR OF THE SLIDING SIDE DOOR MAY BE SUBJECT TO FAILURE AS A RESULT OF PROCESSING DEFICIENCIES IN THE ALUMINUM HINGE BODY.,,UPON INSPECTION ALL ALUMINUM HINGE BODIES WILL BE REPLACED WITH SINTERED METAL COMPONENTS. -05/16/1980,80E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E010000),FULTON MFG. CORP.,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,58610,"THE COUPLERS OR REPAIR KITS IN QUESTION WERE ASSEMBLED WITH A NUT WHICH MAY BE CRACKED ALL THE WAY THROUGH. IN THE EVENT THAT THE CRACKED NUT COMES LOOSE, THE COUPLER MAY SEPARATE FROM THE BALL OF THE TOWING VEHICLE. THE TRAILER WOULD THEN BE ATTACHED TO THE TOWING VEHICLE ONLY BY THE SAFETY CHAINS.",,"OWNER IS INSTRUCTED TO VISUALLY INSPECT NUTS, REPAIR KITS, AND/OR ASSEMBLED COUPLERS TO LOCATE AND REMOVE ANY CRACKED NUTS. MANUFACTURER WILL PROVIDE REPLACEMENT NUTS WITHOUT CHARGE TO OWNER." -05/16/1980,80V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V062000),FRUEHAUF CORPORATION,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3400,THE LEFT-HAND COMBINATION REAR LIGHT MODULE (STOP AND TAIL LIGHT AND TURN SIGNAL) MAY BE SUBJECT TO FRACTURE ADJACENT TO ITS MOUNTING HOLES.,,"DEALER WILL REPLACE LIGHT MODULE WITH AN IMPROVED VERSION AND WILL INSTALL A BRACE FOR ADDED SECURITY, WITHOUT CHARGE TO OWNER." -05/16/1980,80V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V061000),Ford Motor Company,VISUAL SYSTEMS:GLASS:POWER WINDOW DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,9,"MISBUILT WIRING HARNESSES MAY HAVE BEEN INSTALLED ON CERTAIN VEHICLES. THIS WOULD ALLOW THE POWER WINDOWS TO BE OPERATED WHILE THE IGNITION KEY IS TURNED OFF, A CONDITION WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 118, ""POWER OPERATED WINDOW SYSTEMS"".",,"DEALER WILL INSPECT THE WIRING HARNESS AND REPAIR, IF NECESSARY." -05/15/1980,80E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E011000),"DOUBLE EAGLE LUBS., INC.",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,127224,"THE INVOLVED CANS OF BRAKE FLUID DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, ""MOTOR VEHICLE BRAKE FLUIDS"". THE EVAPORATION RATE OF THE FLUID EXCEEDS THAT ALLOWED UNDER THE SAFETY STANDARD.",,"UNSOLD SHIPMENTS OF DEFECTIVE BRAKE FLUID WILL BE RECOVERED. BRAKE FLUID, IDENTIFIED BY THE LOT NUMBER ""42"" ON THE CAN, WILL BE REPLACED WITHOUT CHARGE TO OWNERS." -05/15/1980,80V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V059000),WHITE MOTOR CORPORATION,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3266,"THE BYPASS OIL FILTER MOUNTING BRACKETS MAY BE INSUFFICIENTLY WELDED TO THE RADIATOR FRAME. THIS COULD ALLOW THE FILTER MOUNTING BRACKET AND OIL FILTER TO COME LOOSE, FALL, AND WEDGE THEMSELVES WITHIN THE STEERING GEOMETRY.",,"DEALER WILL INSPECT AND, IF NECESSARY, REWELD THE BRACKET WITHOUT CHARGE." -05/15/1980,80V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V060000),WHITE MOTOR CORPORATION,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,831,"VEHICLES MAY DEVELOP CRACKS IN THE FRONT FRAME RAIL EXTENSIONS. ON TRUCKS WITH SINGLE RAM POWER STEERING, THESE CRACKS COULD INTERSECT THE STEERING GEAR MOUNTING HOLES. THIS WOULD CAUSE DISLOCATION OF THE STEERING GEAR.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL NEW FRAME RAIL EXTENSIONS WITHOUT CHARGE TO OWNER." -05/13/1980,80V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V058000),YAMAHA INTERNATIONAL CORP,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,17500,THE SWING ARM SUPPORTING THE REAR WHEEL OF THE MOTORCYCLE COULD BEND OR FRACTURE UNDER EXTRAORDIN ARY BRAKING CONDITIONS OR ABUSE.,,DEALER WILL REPLACE THE ORIGINAL SWING ARM WITH AN ARM NOT SUBJECT TO THIS DEFECT. -05/08/1980,80V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V056000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,32,THERE MAY BE AN INADEQUATE DISTRIBUTION OF WEIGHT BETWEEN THE TRAILER HITCH AND TRAILER AXLE. THE PROPORTION OF TRAILER WEIGHT ON THE HITCH MAY NOT BE SUFFICIENT TO MAINTAIN STABILITY WHILE UNDER TOW.,,"DEALER WILL INSTALL A BALLAST WEIGHT BOX AND ""A"" FRAME ATTACHMENT BOLTS WHICH WILL ENSURE THE CORRECT DISTRIBUTION OF TRAILER WEIGHT ON THE HITCH." -05/08/1980,80V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V055000),"Winnebago Industries, Inc.",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER:HOSE:DUC,VISIBILITY,NR (Not Reported),Vehicle,600,"AN INSUFFICIENT NUMBER OF ATTACHMENT SCREWS MAY HAVE BEEN USED TO SECURE THE SHELF THAT SUPPORTS FURNACE. THE SHELF MAY SETTLE OR COLLAPSE UNDER THE WEIGHT OF THE FURNACE. THIS WOULD, IN TURN, DISLODGE THE FURNACE EXHAUST PIPE.",,THE DEALER WILL INSTALL ADEQUATE SHELF ATTACHMENT SCREWS AT NO COST TO THE OWNER. -05/08/1980,80V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V057000),Great Dane Trailers,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,52,THE MATERIAL USED IN THE MAIN BEAM ASSEMBLY OF INVOLVED VEHICLES MAY BE OF SUB-STANDARD STRENGTH. IMPACT TESTS PERFORMED ON SAMPLES REVEAL A HIGH FAILURE RATE.,,TRAILERS WILL BE TESTED AND REPAIRED OR REPLACED AT NO CHARGE. -05/06/1980,80V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V052000),"Mack Trucks, Inc.",EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,9666,"ON CERTAIN VEHICLES, THE KNOB THAT OPERATES THE TRACTOR PARK VALVE MAY BREAK OFF, RENDERING THE VALVE INOPERABLE.",,"DEFECTIVE KNOBS WILL BE REPLACED WITH AN IMPROVED TYPE, WITHOUT CHARGE TO OWNER." -05/06/1980,80V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V053000),"Mack Trucks, Inc.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,219,THE STEERING ARM MAY DEVELOP CRACKS DUE TO INSUFFICIENT FATIGUE LIFE IN THE MACHINE RADIUS OF THE TAPER AT THE STEERING KNUCKLE END.,,INSTALL STEERING ARMS THAT HAVE BEEN MAGNA-FLUX INSPECTED FOR CRACKS AND SHOT PEENED FOR IMPROVED FATIGUE LIFE. THIS WILL BE DONE WITHOUT CHARGE. -05/06/1980,80V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V054000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,109,THE PREFABRICATED PINCH BOLT CLAMP AT THE LOWER STEERING SHAFT LOWER YOKE MAY NOT PERFORM ADEQUATELY WHEN TIGHTENED TO SPECIFICATIONS. THE CLAMP MAY THEN DEFORM AND LOSS OF CLAMPING FORCE AND STEERING SHAFT DISENGAGEMENT MAY RESULT.,,DEALER WILL RETROFIT WITH LOWER STEERING SHAFT LOWER YOKES THAT PROVIDE FOR INTEGRAL PINCH BOLT INSTALLATION IN PLACE OF PREVIOUS SEPARATELY FABRICATED CLAMP FOR THE PINCH BOLT. -05/02/1980,80V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V051000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:PARK LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,29,"VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". ON CERTAIN VEHICLES, THE FRONT PARK AND TURN SIGNAL LAMPS MAY CONTAIN INCORRECT LAMP BULB SOCKET ASSEMBLIES. ENGINEERING TESTING DETERMINED THAT THESE LAMPS DO NOT PRODUCE A SUFFICIENT AMOUNT OF LIGHT.",,DEALERS WILL REPLACE TURN AND PARK LAMP BULB SOCKET ASSEMBLIES WITH THE CORRECT ASSEMBLIES FREE OF CHARGE. -04/28/1980,80V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V049000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,16,"VEHICLES MAY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". PLACARD ON REAR EDGE OF LEFT DOOR MAY SHOW AN INCORRECT VEHICLE CAPACITY WEIGHT INSTEAD OF THE CORRECT FIGURE OF 800 LBS.",,DEALER WILL INSTALL THE CORRECT LABEL FREE OF CHARGE TO OWNER. -04/25/1980,80V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V050000),"SPORTSMOBILE TEXAS, INC",STRUCTURE:BODY ROOF,STRUCTURE,NR (Not Reported),Vehicle,113,THE FRONT RETAINER STRAP FOR THE EXPANDABLE TOP MAY NOT HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THE SIDE RETAINER LOCK DOWNS MAY EVENTUALLY FAIL AND THE TOP COULD RISE TO THE FULLY EXTENDED POSITION.,,DEALER WILL SEND OWNER A MECHANICAL OVER CENTER LATCH TYPE LOCK TO BE INSTALLED BY OWNER OR BY DEALER FREE OF CHARGE. -04/24/1980,80T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T010000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,133,"SOME OF THE INVOLVED TIRES MAY BE SUBJECT TO TREAD SEPARATION. TIRES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"ALL TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO OWNER WITHIN 60 DAYS OF NOTIFICATION." -04/22/1980,80V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V048000),TRANSPORTATION MFG. CORP.,BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,193,THE INTERCONNECTING BRAKE AIR LINES BETWEEN THE FOOT OPERATED BRAKE VALVE AND THE AIR BRAKE SYSTEM MAY HAVE BEEN CONNECTED TO AN INCORRECT PART OF THE SYSTEM.,,DEALER WILL INSPECT AND PERFORM THE PROPER CONNECTION OF THE BRAKE AIR LINES. -04/22/1980,80E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E009000),LAFER,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Equipment,50,"THE WINDSHIELDS ON THE AFFECTED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS"". THESE WINDSHIELDS WERE NOT FABRICATED WITH AS-1 LAMINATED GLAZING MATERIAL, BUT WITH TEMPERED GLAZING MATERIAL INSTEAD.",,"DEALER WILL INSPECT WINDSHIELD FOR THE MARKING ""DOT-187 AS-1"". IF THIS IS NOT FOUND, A REPLACEMENT WINDSHIELD WILL BE INSTALLED AT NO COST TO OWNER." -04/21/1980,80V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V046000),"Nissan North America, Inc.",POWER TRAIN:TRANSMISSION:4 SPEED,POWER TRAIN,NR (Not Reported),Vehicle,15019,"THE MAIN SHAFT LOCK NUT MAY COME LOOSE DUE TO AN IMPROPER FASTENING OF THE NUT DURING ASSEMBLY. THE LOOSENESS OF THE NUT CAN PREVENT SHIFTING FROM ONE GEAR TO ANOTHER OR SELECTION OF NEUTRAL. IF THE LOCK NUT COMES COMPLETELY LOOSE ON THE MAIN SHAFT, GREATLY INCREASED INTERNAL FRICTION IN THE TRANSMISSION COULD RESULT. IN EXTREME CASES, THE TRANSMISSION MAY BECOME TOTALLY INOPERABLE. AT LOW SPEEDS, THE VEHICLE COULD UNEXPECTEDLY EXHIBIT AN EFFECT SIMILAR TO BRAKE APPLICATION.",,"VEHICLES WILL BE INSPECTED AND TESTED. IF NECESSARY, THE MAIN SHAFT LOCK NUT WILL BE TIGHTENED PROPERLY AT NO COST TO OWNER." -04/15/1980,80V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V047000),"Suzuki Motor USA, LLC",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,756,"DUE TO A DEFECT IN A PRESS DIE USED IN MANUFACTURING, A CRACK MAY DEVELOP IN THE V-SHAPED PORTION OF THE ALTERNATOR PULLEYS INSTALLED ON SOME VEHICLES. EVENTUALLY, THE PULLEY MAY BREAK AND THE ALTERNATOR WILL NO LONGER RECHARGE THE BATTERY.",,DEALER WILL INSTALL A NEW ALTERNATOR PULLEY WITHOUT CHARGE TO OWNER. -04/11/1980,80V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V045000),Toyota Motor Corporation,ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,98493,"DUE TO A FAULTY PRESS DIE USED IN MANUFACTURING ALTERNATOR PULLEYS, PULLEYS INSTALLED ON CERTAIN VEHICLES MAY CRACK AND BREAK DURING VEHICLE OPERATION. THE BATTERY WOULD THEN BE CONSTANTLY DRAINED WITHOUT RECHARGING.",,DEALER WILL REPLACE THE ENGINE ALTERNATOR PULLEYS ON THE INVOLVED VEHICLES WITHOUT CHARGE TO OWNERS. -04/10/1980,80V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V044000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8170,"CERTAIN VEHICLES WERE NOT EQUIPPED WITH A FRONT PROTECTIVE SHIELD FOR THE MID-SHIP FUEL TANK. THESE VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A FRONTAL COLLISION, EXCESSIVE FUEL SPILLAGE MAY OCCUR.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE REQUIRED MID-SHIP FUEL TANK SHIELD, WITHOUT CHARGE TO OWNER." -04/09/1980,80V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V043000),GRUMMAN FLXIBLE CORP.,EQUIPMENT:WHEEL CHAIR LIFT,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,830,"THE CHAIN DRIVE WELDMENT MAY FAIL UNDER A LIFT LOAD ALLOWING THE WHEELCHAIR PLATFORM TO FALL TO THE GROUND. ALSO, THE TOP KNUCKLE JOINT WELDMENT MAY CONTAIN DEFECTIVE WELDS.",,MANUFACTURER WILL PROVIDE THE PARTS NECESSARY TO REPAIR WHEELCHAIR LIFTS AND WILL REIMBURSE FOR LABOR COSTS. -04/09/1980,80E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E008000),"Fram Group Operatons, LLC",FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,31200,"HOSES THAT WERE PACKAGED WITH GAS FILTERS HAVE BEEN FOUND TO DETERIORATE AND SWELL WHEN EXPOSED TO GASOLINE, CAUSING THE FILTERS TO LEAK.",,DEFECTIVE FILTER UNITS WILL BE REPLACED AT NO COST TO OWNER. -04/08/1980,80V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V042000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14500,"THE ACCESSORY FEED WIRE ASSEMBLY MAY HAVE BEEN PINCHED BENEATH A MOUNTING BOLT BY THE CLIMATE CONTROL AIR DUCT ASSEMBLY. IF THIS CONDITION EXISTS, A HIGH RESISTANCE ""SHORT"" MAY OCCUR AND CAUSE THE WIRE TO OVERHEAT.",,"DEALER WILL INSPECT AND, IF THE FEED WIRE IS FOUND TO BE PINCHED IN ANY WAY BY THE CLIMATE CONTROL/AIR DUCT ASSEMBLY, THE WIRE ASSEMBLY WILL BE FREED AND SPLICED WITH CONNECTORS, WITHOUT CHARGE." -04/08/1980,80E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E007000),DANA CORPORATION,POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Equipment,1237,"THE DEFECT INVOLVES AN INCORRECTLY DESIGNED SHIFT FORK. THE SHIFT FORK WAS DESIGNED TO ACTIVATE A SWITCH WHICH WOULD ILLUMINATE A LIGHT ON THE DASHBOARD WHEN THE POWER TAKE-OFF IS SHIFTED INTO GEAR. DUE TO THE INCORRECT SHIFT FORK, THE DASHBOARD LIGHT FLASHES MOMENTARILY, THEN GOES OFF.",,"THE MANUFACTURER WILL INSPECT AND, IF NECESSARY, REPLACE POWER TAKE-OFF UNITS WITH AIR SHIFT ASSEMBLIES WHICH CONTAIN THE PROPER ASSEMBLY COMPONENTS AT NO CHARGE TO OWNER." -04/04/1980,80V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V041000),"RENAULT, INCORPORATED",EMERGENCY PARKING BRAKE:MECHANICAL:RELEASE MECHANI,PARKING BRAKE,NR (Not Reported),Vehicle,150,"A MISMATCHED OR IMPROPERLY MACHINED HAND BRAKE RATCHET AND PLUNGER WAS INSTALLED ON CERTAIN VEHICLES. THE HAND BRAKE, WHEN APPLIED, MAY RELEASE WHEN SLIGHT DOWNWARD PRESSURE IS APPLIED TO THE TOP OF THE LEVER. SUDDEN RELEASE OF THE HAND BRAKE COULD CAUSE THE VEHICLE TO ROLL AWAY.",,"DEALER WILL INSPECT, AND, IF NECESSARY, REPLACE THE RATCHET AND PLUNGER OF THE HAND BRAKE SYSTEM WITHOUT CHARGE TO OWNER." -04/01/1980,80V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V040000),YAMAHA INTERNATIONAL CORP,FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,114375,"THE FUEL PETCOCK, WHICH CONTROLS THE FUEL SUPPLY FROM THE GAS TANK TO THE CARBURETOR, MAY BE DEFECTIVE. THE INVOLVED PETCOCK CONTAINS A RUBBER DIAPHRAGM. IN THE EVENT THAT A HOLE DEVELOPS, FUEL MAY BE MISDIRECTED AND MAY MANIFEST ITSELF IN A FUEL LEAK IN THE PETCOCK HOUSING.",,DEALER WILL INSTALL AN IMPROVED FUEL PETCOCK WITHOUT CHARGE TO OWNER. -03/31/1980,80V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V037000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2440,THERE IS A POTENTIAL MALFUNCTION WITHIN THE FORK LOCK PIN RETURN MECHANISM WHICH MIGHT ALLOW THE FORK PIN TO DROP AND INADVERTENTLY ENGAGE THE FORK LOCK DURING LEFT HAND TURNS AT LOW SPEEDS.,,"DEALER WILL BE INSPECT AND, IF NECESSARY, REPLACE THE IGNITION SWITCH/FORK LOCK ASSEMBLY WITHOUT CHARGE TO OWNER." -03/28/1980,80V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V039000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3500,THE FEDERAL MOTOR VEHICLE SAFETY STANDARD CERTIFICATION LABELS ON THE INVOLVED VEHICLES MAY CONTAIN INCORRECT DATA FOR THE INCOMPLETE VEHICLE (CHASSIS) DATE OF MANUFACTURE AND FOR THE DATE OF FEDERAL MOTOR VEHICLE SAFETY STANDARD CONFORMANCE EFFECTIVENESS.,,"DEALER WILL PROVIDE CERTIFICATION LABELS WITH THE PROPER DATES OF MANUFACTURE AT NO CHARGE TO OWNER. NEW LABELS MAY BE INSTALLED BY OWNERS OR BY DEALERS AT OWNER""S REQUEST." -03/27/1980,80V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V038000),"BATAVUS USA, INCORPORATED",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,13799,"TIRE, RIM AND INFLATION INFORMATION LABELS WERE OMITTED FROM CERTAIN VEHICLES. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,TIRE INFORMATION LABELS WILL BE PROVIDED WITHOUT CHARGE OR DEALER WILL PERFORM THE REQUIRED INSTALLATION. -03/26/1980,80V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V036000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,388,"CERTAIN VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"". DUE TO INTERFERENCE BETWEEN THE ENGINE SHUTDOWN ACTUATOR AND THE ACCELERATOR RETURN SPRINGS, THE THROTTLE MAY NOT RETURN QUICKLY ENOUGH.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPOSITION THE THROTTLE RETURN SPRING BRACKET AND REPLACE THE RETURN SPRINGS WITHOUT CHARGE TO OWNER." -03/26/1980,80V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V035000),"Volkswagen Group of America, Inc.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,140000,"ON SOME VEHICLES, THE FENDER OPENING THROUGH WHICH THE ANTENNA CABLE IS ROUTED MAY NOT BE PROPERLY SEALED. AS A RESULT, SPLASHED WATER FROM THE TIRES COULD ENTER PASSENGER COMPARTMENT THROUGH THE OPENING, ENTER THE FUSE RELAY BOARD AND CAUSE CORROSION OF THE TERMINALS. ALSO, BECAUSE WATER IS A GOOD CONDUCTOR OF ELECTRICITY, THE STARTER CAN BE ACTIVATED ACCIDENTALLY; THE HIGH FLOW OF ELECTRICITY MAY EXHAUST THE BATTERY WITHIN A SHORT PERIOD OF TIME. THUS RESTARTING THE ENGINE WOULD BECOME IMPOSSIBLE AND PARKING LIGHTS AND EMERGENCY FLASHERS WOULD BECOME INOPERATIVE.",,"DEALER WILL INSPECT AND, IF NECESSARY, SEAL THE RADIO ANTENNA HOLES AND REPLACE CORRODED COMPONENTS WITHOUT CHARGE TO OWNER.." -03/25/1980,80V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V034000),PACCAR Incorporated,LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9500,"SOME VEHICLES CONTAIN LENSES THAT FADE FROM AMBER TO CLEAR AFTER EXPOSURE TO SUNLIGHT FOR PROLONGED PERIODS OF TIME. THIS FADING DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,DEALER WILL REPLACE DEFECTIVE LENSES OR OWNER MAY PICK UP REPLACEMENT LENSES FROM THE DEALER FOR SELF-INSTALLATION. -03/25/1980,80E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E006000),"Allison Transmission, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Equipment,364,CERTAIN TRANSMISSIONS WERE ASSEMBLED WITH IMPROPERLY MACHINED FORWARD CLUTCH HOUSINGS. THE RESULTING INCORRECT BALL CHECK VALVE SEAT ANGLES IN THE PRESSURE EXHAUST PORTS MAY PREVENT COMPLETE OIL EVACUATION FROM THE PISTON APPLY AREA.,,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, THE FORWARD CLUTCH ASSEMBLIES WILL BE REWORKED." -03/25/1980,80T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T009000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,2000,THE INVOLVED TIRES WERE PRODUCED WITH WRINKLED AND BUCKLED FABRIC ENDINGS IN THE BEAD TURNUP OF THE TIRE. THIS ABNORMALITY CAN EVENTUALLY CAUSE CRACKING IN THIS AREA.,,"ALL TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO OWNER WITHIN 60 DAYS OF NOTIFICATION." -03/24/1980,80V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V032000),Ford Motor Company,EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8000,CERTAIN VEHICLES MAY HAVE BEEN ASSEMBLED WITHOUT THE SPECIFIED EXHAUST SYSTEM HEAT SHIELDS. THE ABSENCE OF THESE SHIELDS COULD CAUSE HIGH FLOOR PAN TEMPERATURES AND SMOLDERING OF THE FLOOR COVERINGS UNDER CERTAIN DRIVING OR ENGINE MALFUNCTION CONDITIONS.,,DEALER WILL INSTALL THE NECESSARY HEAT SHIELD WITHOUT CHARGE TO OWNER. -03/24/1980,80V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V033000),Ford Motor Company,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,13332,"ON CERTAIN VEHICLES, THE PINCH BOLT AND NUT USED TO ATTACH THE INTERMEDIATE STEERIING SHAFT TO THE STEERING COLUMN WERE OMITTED DURING ASSEMBLY. THIS COULD RESULT IN SEPARATION OF THE STEERING SHAFT FROM THE STEERING COLUMN.",,"DEALER WILL INSPECT AND, IF NECESSARY, TIGHTEN EXISTING BOLT-NUT ASSEMBLIES OR INSTALL THEM, IF MISSING." -03/21/1980,80V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V031000),FREIGHTLINER LLC,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,1500,"CRACKS MAY DEVELOP IN THE TRUCK""S REAR TOWING CROSSMEMBER WHICH SUPPORTS THE TRAILER HITCH AND TO WHICH THE SAFETY CABLES ARE ATTACHED. SHOULD THESE CRACKS PROGRESS TO THE POINT OF COMPLETE SEPARATION, THE CROSSMEMBER AND THE TRAILER COULD BECOME DETACHED FROM THE TRUCK.",,"DEALER WILL REPLACE THE ""A"" FRAMES AND ANY OTHER DAMAGED PARTS AT NO CHARGE TO OWNER." -03/19/1980,80V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V030000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4180,THE BRAKE FLUID LINES WHICH RUN TO AND FROM THE FRAME MOUNTED POWER ASSIST UNIT MAY BE INCORRECTLY ROUTED RESULTING IN THE LINES RUBBING OR CHAFING ON A FENDER SPLASH SHIELD BRACKET.,,"ALL VEHICLES WILL BE INSPECTED AND, IF NECESSARY, THE BRAKE LINES WILL BE REPOSITIONED TO PROVIDE CLEARANCE TO THE SPLASH SHIELD BRACKET AT NO CHARGE TO OWNERS." -03/19/1980,80V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V029000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,1633,VEHICLES MAY HAVE MOUNTING STUDS WHICH WERE NOT SEATED FLUSH WITH THE ROTOR FACE AND LUG NUTS THAT MAY NOT BE SUFFICIENT TO SEAT THOSE STUDS. WHEEL LOOSENING CAN RESULT AND CONTINUED OPERATION COULD ALLOW THE WHEEL TO DISENGAGE FROM THE VEHICLE.,,LUG NUTS WILL BE TIGHTENED TO SPECIFICATIONS AT NO CHARGE TO OWNERS. -03/18/1980,80V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V028000),Toyota Motor Corporation,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,79392,"THE LOCK NUT MAY NOT HAVE BEEN TIGHTENED ENOUGH ON THE STEERING GEAR BOX WORM GEAR BEARING AND ADJUSTER. CONSEQUENTLY, THE WORM GEAR ADJUSTER MAY BECOME LOOSE DUE TO EXCESSIVE PRESSURE FROM HARD REPEATED STEERING.",,"DEALER WILL INSPECT THE STEERING GEAR BOX ON THE INVOLVED VEHICLES AND, IF NECESSARY, SECURE THE STEERING GEAR BOX WORM GEAR BEARING AND ADJUSTER TO PREVENT STEERING INSTABILITY." -03/17/1980,80T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T008000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1900000,TIRES MAY DEVELOP TREAD SEPARATION DURING NORMAL VEHICLE OPERATION.,,"DEFECTIVE TIRES WILL BE REPLACED WITHIN 60 DAYS OF NOTIFICATION, WITHOUT CHARGE TO OWNER." -03/14/1980,80V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V027000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,191T,Vehicle,1000000,"THE FRONT RAIL EXTENSION MAY EXPERIENCE FATIGUE CRACKING NEAR THE AREA WHERE THE POWER STEERING GEAR ATTACHES TO THE FRAME. IF THE CRACK PROGRESSES THROUGH MOST OR ALL OF THE RAIL SECTION, STEERING SYSTEM FREE PLAY ACCOMPANIED BY METALLIC RATTLE NOISE WILL BE EXPERIENCED.",,AFFECTED VEHICLES WILL BE WELD REPAIRED AND A REINFORCEMENT ROD WILL BE INSTALLED OVER THE CRACKED AREA. -03/11/1980,80V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V026000),WESTERN PRODUCTS,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3300,VEHICLE CERTIFICATION LABELS WERE MISLOCATED ON THE INVOLVED VEHICLES. THE LABELS ARE LOCATED INSIDE THE DISPATCH BOX LID WHERE THEY ARE NOT EASILY VISIBLE.,,NEW CERTIFICATION LABELS WILL BE INSTALLED IN AN ACCEPTABLE LOCATION. -03/11/1980,80T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T007000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,327,"THE INVOLVED TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". TREAD AND BELT COMPONENTS MAY SEPARATE FROM THE RUBBER COMPOUND OF THE TIRE.",,"ALL TIRES WILL BE REPLACED, MOUNTED AND BALANCED FREE OF CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. BALANCING INCLUDES FRONT WHEELS ONLY." -03/07/1980,80V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V025000),"GRUMMAN ALLIED IND., INC.",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2841,"THE ENGINE BOX ON SOME UNITS MAY HAVE BEEN INCORRECTLY MANUFACTURED, CAUSING IT TO PROTRUDE PAST THE TOE BOARD FLANGE. THIS PROTRUSION COULD HINDER THE MOVEMENT OF THE DRIVER""S RIGHT FOOT FROM THE ACCELERATOR PEDAL TO THE BRAKE.",,"DEALER WILL INSPECT AND, IF NECESSARY, CORRECT THE PROBLEM WITH A REPAIR KIT WITHOUT CHARGE TO OWNER." -03/07/1980,80V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V024000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,900,"THE IGNITION AMPLIFIER MAY CONTACT AND SCORE THE FUEL FILTER. OVER A PERIOD OF TIME, SCORING OF THE FILTER CAN CAUSE FUEL LEAKAGE.",,"DEALER WILL INSPECT AND, IF NECESSARY, ADJUST FUEL FILTER BRACKETS AND REPLACE FILTER WITHOUT CHARGE TO OWNER." -03/05/1980,80V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V023000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,10891,THE RIGHT AND LEFT REAR WHEEL BEARINGS MAY HAVE BEEN DAMAGED DURING ASSEMBLY. A DAMAGED BEARING COULD RESULT IN AXLE AND WHEEL DISENGAGEMENT FROM THE VEHICLE WHILE IN MOTION.,,"THE DEALER WILL REPLACE BOTH REAR WHEEL BEARINGS ALONG WITH SEALS, RETAINER RINGS AND PLATES AT NO CHARGE TO OWNER." -03/04/1980,80T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T005000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,44,"THE INVOLVED TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". WHEN TESTED, TIRES RAN FOR LESS THAN THE PRESCRIBED 34 HOURS WITHOUT FAILURE, UNDER STEPPED-UP LOADS ON A TEST WHEEL. TIRES MAY DEVELOP TREAD SEPARATION OR PARTIAL LOSS OF TREAD.",,"THE MANUFACTURER WILL REPLACE, MOUNT AND BALANCE THE INVOLVED TIRES FREE OF CHARGE TO OWNERS WITHIN 60 DAYS OF RECALL NOTIFICATION." -03/04/1980,80T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T006000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,222,"THE INVOLVED TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES RUN FOR LESS THAN THE PRESCRIBED NUMBER OF HOURS WITHOUT FAILURE WHEN TESTED.",,"ALL TIRES WILL BE REPLACED, MOUNTED AND BALANCED AT NO CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION." -02/26/1980,80V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V015000),"General Motors, LLC",BRAKES:HYDRAULIC:HYDROBOOST UNIT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3580,THE PEDAL PUSH ROD ASSEMBLIES ON THE INVOLVED VEHICLES ARE SUBJECT TO EXTREME WEAR AFTER EXTENDED USE. THIS WEAR COULD CAUSE THE BRAKE PUSH ROD TO DISENGAGE FROM THE BRAKE BOOSTER. THE WEAR RESULTS FROM EXCESSIVE RETURN PRESSURE ON THE PUSH ROD FROM THE BRAKE PEDAL RETURN SPRING WHICH WAS MISTAKENLY INSTALLED DURING PRODUCTION.,,"DEALER WILL INSPECT AND, IF NECESSARY, CORRECT THE BRAKE SYSTEM PUSH ROD ASSEMBLY WITHOUT CHARGE TO OWNER." -02/26/1980,80V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V017000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,850,"DURING TESTING OF THE FIRE APPARATUS, EXTREME HEAT GENERATED FROM THE RIGHT SIDE ENGINE EXHAUST MANIFOLD, RESULTED IN DAMAGE TO THE BRAKE HOSE AT THE FRAME FITTING. THIS COULD CAUSE A LEAK IN THE FRONT AXLE HYDRAULIC BRAKE HOSE.",,DEALER WILL INSTALL AN EXHAUST HEAT SHIELD AT THE RIGHT SIDE FRAME TO BRAKE HOSE FITTING AND REPLACE FRONT BRAKE HOSES AT NO CHARGE TO OWNER. -02/26/1980,80V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V014000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,46556,"THE HYDRAULIC STEEL BRAKE TUBE CONNECTING THE BRAKE HOSE TO THE LEFT OR RIGHT FRONT TOP WHEEL CYLINDER MAY DEVELOP A FRACTURE IN THE BEND NEXT TO THE WHEEL CYLINDER. THIS FRACTURE RESULTS FROM PERIODIC HIGH STRESSES IN THE TUBE DUE TO ""BRAKE CHATTER"" WHICH CAN OCCUR DURING CERTAIN ENVIRONMENTAL CONDITIONS.",,THE DEALER WILL REPLACE THE FRONT BRAKE TUBES AT NO CHARGE TO OWNER. -02/26/1980,80V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V016000),"General Motors, LLC",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8474,"A MISROUTING OF THE POSITIVE BATTERY CABLE MAY EXIST. AS A RESULT, THE POSITIVE BATTERY CABLE INSULATION COULD BE DAMAGED FROM EXHAUST MANIFOLD HEAT. THE WIRE IN THE CABLE MAY THEN CONTACT AND DAMAGE THE METAL BRAKE TUBE.",,"ALL INVOLVED VEHICLES WILL BE INSPECTED FOR POSITIVE BATTERY CABLE MISROUTING AND POSSIBLE HEAT DAMAGE TO THE INSULATION. IF NECESSARY, THE POSITIVE BATTERY CABLE WILL BE REPLACED OR REROUTED AT NO CHARGE TO OWNER." -02/26/1980,80V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V019000),CHECKER MOTORS CORP.,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,9429,"CERTAIN VEHICLES MAY FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A COLLISION FROM THE REAR, THE FUEL FILLER TUBE MAY BE CUT BY CONTACTING THE FRAME REAR CROSSMEMBER.",,THE DEALER WILL INSTALL A PROTECTIVE SLEEVE OVER THE EXISTING FUEL FILLER TUBE AT NO COST TO OWNER. -02/26/1980,80V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V020000),Harley-Davidson Motor Company,POWER TRAIN:DRIVELINE:DIFFERENTIAL UNIT SPROCKET,POWER TRAIN,NR (Not Reported),Vehicle,62,"ON CERTAIN MOTORCYCLES, THE HEAD OF THE REAR WHEEL SPROCKET MOUNTING BOLT COULD BREAK OFF AND EVENTUALLY WEDGE ITSELF BETWEEN THE ALUMINUM CHAIN HOUSING AND THE SPROCKET. THIS DEFECT IS DUE TO A MANUFACTURING PROCESS WHICH MAY CAUSE THE BOLTS TO BECOME BRITTLE.",,THE DEALER WILL REPLACE ALL FIVE REAR WHEEL SPROCKET MOUNTING BOLTS ON ALL INVOLVED VEHICLES. -02/26/1980,80V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V022000),"REVCON, INCORPORATED",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,142,THE OUTPUT SHAFT OF THE DRIVE TRAIN TRANSFER BOX MAY HAVE BEEN CONSTRUCTED OF INCORRECTLY SPECIFIED STEEL. UNDER CERTAIN CIRCUMSTANCES THE SHAFT MAY BREAK FREE AT THE TRANSFER CASE END.,,DEALER WILL REPLACE THE DEFECTIVE DRIVE TRANSFER BOX WITH A NEW TYPE AT NO CHARGE. -02/26/1980,80V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V021000),Volvo Trucks North America,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,350,"OPERATION UNDER EXTREME CONDITIONS OF HIGH HUMIDITY, SALT AND DIRT CAN CAUSE RUSTING OF THE SPLINED SECTION OF THE UPPER STEERING SHAFT. THIS CAUSES INCREASED STRESSES BETWEEN THE STEERING COLUMN UNIVERSAL JOINT CONNECTION AND THE INPUT SHAFT OF THE STEERING GEAR. CONTINUED OPERATION UNDER THESE CONDITIONS COULD RESULT IN UNACCEPTABLE MOTION OF THE LINKAGES.",,ALL AFFECTED VEHICLES WILL BE EQUIPPED WITH A GREASE FITTING ON THE SPLINED SECTION OF THE UPPER SIDE OF THE UNIVERSAL JOINT. -02/26/1980,80V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V018000),SHELLER-GLOBE CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,166,"A HIGH STRESS CRACK MAY EXIST ON THE LEFT-HAND FRAME RAIL ON THE FORWARD CONTROL CHASSIS, IN THE REGION OF THE FRONT LEFT-HAND HANGER. IN ADDITION, THE KEY BETWEEN THE STEERING GEAR BOX OUTPUT SHAFT AND THE UNIVERSAL JOINT MAY BE LOOSE.",,A REINFORCEMENT REPAIR KIT WILL BE INSTALLED TO CORRECT THE HIGH STRESS CRACK PROBLEM. A HIGH STRENGTH BOLT WILL ALSO BE INSTALLED TO MODIFY THE GEAR BOX OUTPUT SHAFT. -02/26/1980,80T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T004000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1409,"DUE TO VOID AREAS RESULTING FROM A POSSIBLE UNDERCURE CONDITION, THESE TIRES MAY DEVELOP TREAD SEPARATION.",,"TIRES WILL BE REPLACED, MOUNTED, AND BALANCED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -02/21/1980,80E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E005000),UNARCO,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,63324,"SOME OF THE COMBINATION REAR LAMP BULB SOCKETS DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE RESINS USED IN THE MANUFACTURE OF THE #900 SERIES BACKPLATES MAY CONTAIN CONTAMINANTS WHICH COULD LEAD TO A BREAKDOWN OF THE HEAT-RESISTANT FEATURES. DISTORTION AND WARPAGE MAY HAVE OCCURRED IN THE DEFECTIVE BULB SOCKETS, RESULTING IN DEGRADED LIGHT INTENSITY.",,MANUFACTURER WILL FURNISH A REPLACEMENT SOCKET KIT WHICH CAN BE QUICKLY INSTALLED USING A SCREW DRIVER. -02/19/1980,80V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V011000),"Gillig, LLC",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,198,"THE RESTRAINING BARRIERS ON THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"". DUE TO IMPROPER ALIGNMENT, THE BARRIER MOUNTING BOLTS MAY NOT BE SECURED THROUGH THE FLOOR TAPPING STRIP.",,THE DEALER WILL ADD LOCK NUTS TO THE RESTRAINING BARRIER MOUNTING BOLTS AT NO CHARGE TO OWNER. -02/15/1980,80V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V010000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:INSTRUMENT LIGHTS,INTERIOR LIGHTING,NR (Not Reported),Vehicle,25004,"THE ASHTRAY BULB SOCKET IN THE INVOLVED VEHICLES MAY HAVE BEEN MANUFACTURED WITH MATERIALS THAT DO NOT POSSESS THE REQUIRED ELECTRICAL RESISTANCE QUALITIES. WHEN THE ASHTRAY BULB IS LIT FOR AN EXTENDED PERIOD OF TIME, THE SOCKET IS SUBJECT TO OVERHEATING.",,"THE DEALER WILL REMOVE THE EXISTING BULB SOCKET AND WIRING ASSEMBLY AND REPLACE IT WITH COMPONENTS THAT HAVE THE PROPER ELECTRICAL RESISTANCE QUALITIES, AT NO CHARGE TO OWNER." -02/14/1980,80V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V009000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1343,"THE REAR BRAKE CALIPER CASTING ON CERTAIN VEHICLES COULD BE POROUS AND COULD ALLOW BRAKE FLUID TO SEEP FROM THE CALIPER ASSEMBLY. IF THIS OCCURS, THE REAR BRAKES WILL GRADUALLY LOSE FLUID AND PRESSURE.",,"DEALER WILL TEST AND REPLACE, IF NECESSARY, THE REAR BRAKE CALIPER ON AFFECTED VEHICLES." -02/11/1980,80V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V007000),MIDAS INTERNATIONAL CORP.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,2000,"VEHICLES ARE EQUIPPED WITH AN INSUFFICIENT NUMBER OF SEAT BELTS WHEN COMPARED WITH THE SLEEPING CAPACITY AS ADVERTISED IN THE BROCHURE. THIS FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"", AND 208, ""OCCUPANT CRASH PROTECTION"".",,DEALER WILL INSPECT VEHICLES AND INSTALL ADDITIONAL SEAT BELTS AS NEEDED TO MEET THE REQUIREMENTS. -02/11/1980,80V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V013000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,47,"THE SEAT MATERIAL USED IN THE INVOLVED VEHICLES DOES NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS"". THE VEHICLES INVOLVED ARE EQUIPPED WITH PASSENGER SEATS CONSTRUCTED WITH PADDING THAT WILL BURN AT A RATE EXCEEDING THE STANDARD LIMIT OF FOUR INCHES PER MINUTE.",,THE DEALER WILL REPLACE THE EXISTING SEATBACK AND CUSHION WITH MATERIAL WHICH CONFORMS TO THE STANDARD. -02/11/1980,80V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V008000),"CARPENTER BDY WRKS, INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,693,"CERTAIN INTERIOR BODY PANEL JOINTS FAIL TO MEET THE 60 PERCENT JOINT STRENGTH AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH"".",,DEALER WILL INSPECT THE BODY PANEL JOINTS AND LOCALLY REINFORCE THEM WITH MECHANICAL FASTENERS. -02/11/1980,80V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V012000),Oshkosh Corporation,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,417,"IN SOME VEHICLES, CRACKS MAY DEVELOP IN THE SHEET METAL AROUND THE WINDSHIELD OPENING. CONTINUED VEHICLE OPERATION COULD RESULT IN PROGRESSIVE DAMAGE TO THE CAB.",,THE DEALER WILL INSTALL A WINDOW RETENTION KIT FREE OF CHARGE. -02/06/1980,80E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E004000),MICRODOT,LIGHTING:GENERAL COMPONENT:EMERGENCY FLASHING HAZA,EXTERIOR LIGHTING,NR (Not Reported),Equipment,108000,"TURN SIGNALS DO NOT MEET DURABILITY REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". CONTINUED USAGE COULD RESULT IN 1) NO SIGNAL, 2) CONTINUOUS SIGNAL OR 3) AN OVERLY RAPID SIGNAL RATE.",,MANUFACTURER WILL REFUND THE PURCHASE PRICE UPON THE RETURN OF THE DEFECTIVE TURN SIGNAL FLASHER. -01/30/1980,80V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V006000),SHASTA INDUSTRIES,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,440,"ON CERTAIN VEHICLES, THE CIRCUIT BREAKER PROTECTING THE LINE FROM THE RV BATTERY TO THE CONVERTER MAY HAVE BEEN OMITTED.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL CIRCUIT BREAKER WITHOUT CHARGE TO OWNER." -01/29/1980,80E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E003000),MAREMONT,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,49,SOME OF THE INVOLVED PIPES WERE SHIPPED WITHOUT THE REQUIRED HEAT SHIELD CLAMPED TO THE BOTTOM OF THE PIPE.,,"THE MANUFACTURER WILL REPAIR DEFECTIVE PIPE BY INSTALLING A HEAT SHIELD OR WILL PROVIDE A REPLACEMENT PIPE, IF NECESSARY." -01/29/1980,80T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T002000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,252,"TIRES FAIL TO COMPLY WITH THE ENDURANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,TIRES WILL BE REPLACED AT NO COST TO CONSUMER WITHIN 60 DAYS OF RECALL NOTIFICATION. -01/25/1980,80T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T001000),Goodyear Tire & Rubber Company,TIRES:CORD,TIRES,NR (Not Reported),Tire,12500,"TIRES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES HAVE INSUFFICIENT SIDEWALL GAUGE AT THE SIDEWALL AND TREAD JUNCTION. IF SUBJECTED TO SUSTAINED HIGHWAY SPEEDS AND MAXIMUM LOADS, CRACKING COULD DEVELOP IN THE UPPER SIDEWALL. CRACKS IN THIS AREA WILL CAUSE DETERIORATION OF THE TIRE CORD, RESULTING IN TIRE FAILURE AND SUDDEN LOSS OF AIR.",,ALL TIRES WILL BE REPLACED AT NO CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -01/22/1980,80V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V005000),MANSFIELD TIRE & RUBBER C,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,30,"THE DEFECT IS DUE TO A DESIGN ERROR IN THE COUPLING SYSTEM OF THE TRAILER AND TOWING VEHICLE. IN NORMAL OPERATION, THE SURGE BRAKE HITCH COUPLER ACTIVATES THE TRAILER BRAKES AS THE TOWING VEHICLE DECELERATES. A TRANSVERSE PIN, LOCATED IN THE REAR PART OF THE BRAKE ACTUATOR, MAY PULL OUT OF THE FIXED EARS AT ITS EXTREME ENDS. THIS WOULD ALLOW TRAILER SEPARATION, EXCEPT FOR THE SAFETY CHAINS.",,DEALER WILL INSPECT VEHICLE AND REPLACE DEFECTIVE COMPONENTS WITHOUT CHARGE. -01/22/1980,80E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E002000),"Masterack, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Equipment,3200,"THE SEAT BELT BRACKET AND SEAT PEDESTAL ON THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"", AND NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THE COMBINED ASSEMBLY OF THE 5193 SEAT BELT BRACKET AND THE 5298 SEAT PEDESTAL ARE UNABLE TO WITHSTAND THE TEST LOADS SPECIFIED IN THE STANDARDS.",,"MANUFACTURER WILL RECOVER UNSOLD STOCK OF SEAT BELT BRACKETS. THOSE ALREADY INSTALLED IN VEHICLES WILL BE REMOVED AND SEAT BELTS WILL BE REATTACHED USING ANCHOR BOLTS ORIGINALLY PROVIDED BY VEHICLE MANUFACTURER. IF NECESSARY, HARDWARE WILL BE MADE AVAILABLE FOR REATTACHMENT." -01/16/1980,80V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V004000),SHELLER-GLOBE CORPORATION,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,166,A CRACK MAY DEVELOP IN THE LEFT-HAND FRAME RAIL IN THE REGION OF THE LEFT HAND FRONT SPRING HANGER.,,"DEALER WILL INSPECT FRAME AND REWELD TO REINFORCE THE LEFT-HAND FRAME RAILS, IF NECESSARY." -01/15/1980,80V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V003000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,18881,"TWO SCREWS WHICH SECURE THE SHIFT LINKAGE BRACKET MAY LOOSEN AND FALL OUT. CONSEQUENTLY, THE GEAR POSITION INDICATED ON THE TRANSMISSION SELECTOR MAY DIFFER FROM THE ACTUAL GEAR POSITION OF THE TRANSMISSION. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT"".",,"DEALER WILL SECURELY TIGHTEN SCREWS ON ALL INVOLVED VEHICLES, WITHOUT CHARGE." -01/14/1980,80E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80E001000),"KONALRAD PRODUCTS, INC.",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1398,"THE INVOLVED QUART CONTAINERS OF BRAKE FLUID MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 116, ""MOTOR VEHICLE BRAKE FLUID"". THE EVAPORATION RATE OF BRAKE FLUID EXCEEDS THE SAFETY STANDARD.",,INVENTORIES OF DEFECTIVE BRAKE FLUID THAT REMAIN UNSOLD WILL BE RECALLED. -01/08/1980,80V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80V002000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20,"ON SOME VEHICLES, THE ACCELERATOR RETURN SPRING BRACKET WAS IMPROPERLY POSITIONED. THIS MAY DELAY THE RETURN OF THE THROTTLE TO THE IDLE POSITION OR PREVENT IT FROM RETURNING ALTOGETHER. THE IMPROPER POSITIONING CONSTITUTES A NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"".",,"DEALER WILL CHECK POSITION OF THE ACCELERATOR RETURN SPRING BRACKET ON ALL INVOLVED VEHICLES. THE BRACKET WILL BE REPOSITIONED AND RETURN SPRINGS WILL BE REPLACED, IF NECESSARY, FREE OF CHARGE." -01/06/1980,80T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=80T003000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,224,"TIRES DO NOT COMPLY WITH THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THIS CAN RESULT IN TREAD SEPARATION.",,TIRES WILL BE REPLACED AT NO COST TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -12/28/1979,79V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V275000),WESTERN PRODUCTS,SUSPENSION:TWIN:I-BEAM:SOLID:FRONT:SPRING COIL,SUSPENSION,NR (Not Reported),Vehicle,9000,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 204, ""STEERING CONTROL REARWARD DISPLACEMENT"". THE ALUMINUM FRONT SPRING REAR BRACKET IS SUBJECT TO BREAKAGE. THIS BRACKET, ALONG WITH THE TAPER LEAF FRONT SPRINGS, ATTACHES THE SPRING SHACKLE TO THE CHASSIS FRAME.",,DEALER WILL REPLACE THE PRESENT ALUMINUM FRONT SPRING REAR BRACKET WITH A REDESIGNED SPRING BRACKET CONTAINING A REINFORCING RIB. -12/27/1979,79V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V273000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:RECEPTICLE:FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15529,"THE FUSE HOLDER CONTACT SPRING ON THE INVOLVED VEHICLES IS DEFECTIVE IN THAT IT CAN CAUSE HIGH TEMPERATURES TO DEVELOP AT THE FUSE, AND THE FUSE MAY FAIL. FAILURE OF THE MAIN FUSE WOULD CAUSE ALL ELECTRICAL FUNCTIONS TO CEASE, INCLUDING LIGHTS AND IGNITION.",,"DEALER WILL INSTALL A FUSE BOX WHICH CONTAINS A MORE EFFECTIVE SPRING, AT NO COST TO OWNER." -12/27/1979,79V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V271000),"Mack Trucks, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4456,"THE CAB ELECTRICAL FEED CABLES MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES WITH AN INADEQUATE CRIMPING OF THE TERMINAL TO THE CABLE. AS A RESULT, THE CABLE COULD SEPARATE FROM THE TERMINAL.",,"DEALER WILL INSPECT AND, IF NECESSARY, RECRIMP THE TERMINAL ENDS AS REQUIRED." -12/27/1979,79V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V274000),WESTERN PRODUCTS,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,400,"THE INVOLVED VEHICLES FAIL TO COMFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THE TETHER BELT MOUNTING BRACKETS MAY ALLOW THE SEAT UPPER BASE TO ROTATE AND DISCONNECT UPON HEAVY LOADING.",,"DEALER WILL INSTALL IMPROVED SEAT TETHER MOUNTING BRACKETS, WITHOUT CHARGE TO OWNER." -12/27/1979,79V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V270000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Vehicle,2572,"THE BOLTS WHICH ATTACH EACH LEFT AND RIGHT SIDE FRONT BALL JOINT TO THE UPPER WISHBONE, MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED DURING ASSEMBLY. THIS COULD CAUSE THE BALL JOINT TO SEPARATE FROM THE WISHBONE.",,THE DEALER WILL TIGHTEN THE BALL JOINT BOLTS TO THE CORRECT SPECIFICATIONS AT NO COST TO OWNER. -12/27/1979,79T042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T042000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1240,"THE INVOLVED TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE TIRES MAY DEVELOP TREAD SPLICES WHILE IN USE.",,"DEALER WILL REPLACE, MOUNT AND BALANCE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/27/1979,79V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V272000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,56,"WINDSHIELDS MAY HAVE BEEN INSTALLED ON THESE VEHICLES WITHOUT THE APPLICATION OF A BUTYL PRIMER ON THE MOUNTING SURFACE OF THE GLAZING. THE PRIMER IS REQUIRED TO ENSURE ADEQUATE RETENTION OF THE WINDSHIELD TO ITS OPENING FLANGE. THIS CONSTITUTES A NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING"".",,DEALER WILL REINSTALL THE WINDSHIELD CORRECTLY WITHOUT CHARGE TO OWNER. -12/20/1979,79V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V268000),Ford Motor Company,INTERIOR SYSTEMS:SPLIT:BACK REST,SEATS,NR (Not Reported),Vehicle,152000,THE RECLINING SEAT ASSEMBLIES MAY HAVE A POOR QUALITY OR A MISSING WELD IN THE SEAT BACK FRAME. THIS COULD CAUSE ADDITIONAL LOADING ON OTHER SUPPORTIVE ELEMENTS IN THE SEAT WHICH COULD RESULT IN LOOSENING AND EVENTUAL BREAKAGE OF THE SEAT BACK.,,"DEALER WILL MAKE THE NECESSARY STRUCTURAL MODIFICATIONS TO THE DRIVER""S SIDE SEAT BACK." -12/20/1979,79V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V269000),Ford Motor Company,POWER TRAIN:TRANSMISSION:4 SPEED:LEVER AND LINKAGE,POWER TRAIN,NR (Not Reported),Vehicle,273000,THE GEAR SHIFT SELECTOR LEVER MAY BREAK DURING SHIFTING.,,DEALERS WILL REPLACE THE GEAR SHIFT LEVERS ON ALL AFFECTED VEHICLES WITHOUT CHARGE TO OWNERS. -12/18/1979,79V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V262000),Ford Motor Company,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3000,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". REAR AXLE ASSEMBLIES INTENDED FOR OTHER VEHICLES MAY HAVE BEEN INSTALLED IN THE INVOLVED VEHICLES. THE WHEEL CYLINDERS MAY NOT BE THE CORRECT SIZE. THIS COULD AFFECT BRAKING PERFORMANCE.",,DEALER WILL REPLACE ANY INCORRECT WHEEL CYLINDERS WITHOUT CHARGE TO OWNER. -12/18/1979,79V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V261000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,80000,"THE PARKING PAWL ACTUATING ROD IN THE TRANSMISSION MAY HAVE AN INSUFFICIENT OR CRACKED WELD. THIS CAN CAUSE THE PARK CAM END TO SEPARATE FROM THE ROD ITSELF, PREVENTING THE PARKING PAWL FROM ENGAGING THE PARKING GEAR WHEN THE SELECTOR IS PLACED IN THE PARK POSITION.",,DEALER WILL REPLACE THE DEFECTIVE PARKING PAWL ACTUATING ROD FREE OF CHARGE. -12/14/1979,79V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V259000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,345,"THE ALTERNATING CURRENT POWER WIRE, WHICH SUPPLIES POWER TO THE CONDENSER FAN MOTORS, MAY HAVE BEEN GROUNDED BY CHAFING OF THE INSULATION AGAINST THE CABLE CLAMP AND CLAMP CONTACT OF THE TRANSMISSION OIL FILTER FLEXLINE. THIS COULD CAUSE THE CONDENSER FAN MOTOR WIRE TO OVERHEAT.",,THE HARNESS AND POWER FEED WIRING WILL BE REROUTED AND THE CABLE CLAMPS WILL BE RELOCATED. -12/14/1979,79V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V258000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,400,THE PITMAN ARM PINCH BOLT WHICH HOLDS THE PITMAN ARM TO THE STEERING GEAR OUTPUT SHAFT MAY NOT HAVE BEEN TIGHTENED TO THE CORRECT SPECIFICATIONS. AS A RESULT SUFFICIENT CLAMP FORCE WILL NOT BE MAINTAINED AND THE LONG LIFE AND HIGH MILEAGE INTEGRITY OF THE STEERING JOINT MAY BE DEGRADED.,,DEALER WILL TIGHTEN THE PINCH BOLT TO SPECIFICATIONS AT NO COST TO OWNER. -12/14/1979,79V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V260000),"Chrysler (FCA US, LLC)",VENTILATION:FRESH AIR:HEATER:DEFROSTER:DEFOGGER:CO,VISIBILITY,NR (Not Reported),Vehicle,131,THE INVOLVED VEHICLES CONTAIN DEFECTIVE FAN BLOWER SWITCHES THAT COULD IN CERTAIN INSTANCES GENERATE AN EXCESS OF HEAT IN THE INSTRUMENT PANEL.,,THE VENT FAN SYSTEM WILL BE REDUCED TO A SINGLE SPEED OPERATION TO AVOID OVERHEATING IN THE INSTRUMENT PANEL. -12/12/1979,79T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T002000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,337,"THE INVOLVED TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES DID NOT WITHSTAND THE PRESCRIBED 47 HOURS WITHOUT FAILURE, UNDER STEPPED-UP LOADS ON A TEST WHEEL, IN THE ENDURANCE PORTION OF STANDARD 119. THIS CONDITION MAY CAUSE TREAD SEPARATION AND PARTIAL LOSS OF TREAD, PARTICULARLY UNDER HIGH SPEED DRIVING CONDITIONS.",,THE DEALER WILL REPLACE ALL RECALL TIRES WITH NEW ONES AT NO COST TO THE OWNER FOR A PERIOD OF 60 DAYS FROM RECEIPT OF THE RECALL LETTER. -12/11/1979,79T041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T041000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,134,"THE INVOLVED TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,DEALER WILL REPLACE INVOLVED TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -12/10/1979,79T040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T040000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,554,"THE INVOLVED TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". TREAD SEPARATION MAY DEVELOP AND CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -12/05/1979,79V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V257000),TRANSPORTATION MFG. CORP.,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,64,"THE MOUNTING BRACKET AND RETAINERS WHICH HOLD THE STEERING IDLER ARM IN PLACE CAN BECOME LOOSE. THE IDLER ARM SUPPORT FASTENER WOULD THEN BE FREE TO MOVE WHILE VEHICLE IS IN OPERATION, CAUSING THE FASTENERS TO WEAR.",,DEALER WILL INSTALL A REDESIGNED IDLER ARM MOUNTING ON ALL AFFECTED VEHICLES. -12/04/1979,79V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V256000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE BRAKE DRUMS DO NOT MEET WITH BRAKE RECOVERY REQUIREMENTS. BRAKES MAY BE NOT PERFORM ADEQUATELY ON LONG DOWNGRADES OR DUE TO HEAVY APPLICATIONS OF AIR WHEN THE VEHICLE IS BROUGHT TO A STOP FROM HIGH SPEEDS.",,DEALER WILL REPLACE THE BRAKE DRUMS ON THE DRIVE AXLE ON ALL INVOLVED VEHICLES AT NO COST TO OWNER. -12/04/1979,79V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V266000),PETERBILT MOTOR COMPANY,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,1700,THE STEERING POWER CYLINDER CLAMPS MAY CRACK WHEN TIGHTENED.,,DEALER WILL REPLACE THE DEFECTIVE STEERING POWER CLAMPS AT NO COST TO OWNER. -12/04/1979,79V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V255000),Ford Motor Company,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,4,"THE OPTIONAL TANDEM SUSPENSION ASSEMBLY MAY HAVE BEEN INSTALLED USING A STANDARD BEAM END ADAPTER KIT, RATHER THAN THE REQUIRED SPECIAL KIT. PROGRESSIVE DETERIORATION COULD OCCUR TO THE ADAPTER TO BEAM END BUSHING JOINT, POSSIBLY RESULTING IN FRACTURE OF THE BEAM TO AXLE ATTACHING BOLTS.",,"THE INCORRECT BEAM ADAPTERS WILL BE REPLACED ON NEW UNITS AND BEAM END ADAPTERS AND BUSHINGS WILL BE INSTALLED ON UNITS IN SERVICE, FREE OF CHARGE." -12/04/1979,79T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T001000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,71,"TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". WHEN TIRES WERE SUBJECTED TO AN ENDURANCE PERFORMANCE TEST THE STEEL BELTS WITHIN THE TIRE SEPARATED.",,THE DEALER WILL REPLACE THE RECALL TIRES AT NO CHARGE TO THE OWNER. -12/03/1979,79E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E024000),"HOWA SANGYO CO., LIMITED",LPG LINES,EQUIPMENT,NR (Not Reported),Equipment,9500,THE REFRIGERATOR CONNECTING PIPE MAY DETERIORATE AND BREAK DUE TO EXCESSIVE VIBRATIONS. THIS COULD ALLOW GAS TO LEAK INTO THE VEHICLE.,,DEALER WILL HAVE INVOLVED REFRIGERATORS RETROFITTED WITH NEW GAS LINE ASSEMBLIES AND STABILITY BRACKETS. -12/03/1979,79V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V254000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER:SHA,SUSPENSION,NR (Not Reported),Vehicle,15981,THE FRONT SUSPENSION UPPER CONTROL ARM SHAFT ATTACHING BOLTS MAY LOOSEN ON THE INVOLVED VEHICLES. THE LOOSENED CONDITION OF THE CONTROL ARM CAN RESULT IN INCORRECT FRONT WHEEL ALIGNMENT AND A NOTICEABLE INCREASE IN STEERING EFFORT. IF THIS CONDITION IS NOT CORRECTED THE ATTACHING BOLTS MAY FALL OUT OR PULL THROUGH THE FRAME BRACKET. THE UNATTACHED CONTROL ARM SHAFT COULD CHAFE AGAINST THE BRAKE PIPE AND LEAD TO BRAKE PIPE FAILURE.,,"DEALER WILL REPLACE THE FRONT SUSPENSION UPPER CONTROL ARM SHAFT ATTACHMENT ON ALL SUSPECT VEHICLES. IF THE CONTROL ARM HAS DETACHED FROM THE SHOCK TOWER, THE BRAKE PIPE WILL BE INSPECTED AND REPLACED IF DAMAGED." -11/20/1979,79V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V265000),PACCAR Incorporated,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,20000,"SEAT BELTS INSTALLED ON THE INVOLVED VEHICLES MAY HAVE A FALSE LATCHING CONDITION WHICH WOULD CONSTITUTE A NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"".",,DEALER WILL REPLACE THE SEAT BELT ASSEMBLIES WITHOUT CHARGE TO OWNER. -11/20/1979,79V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V252000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,187,"THE INVOLVED VEHICLES WERE MANUFACTURED WITH A SEAT BELT ASSEMBLY OF THE INCORRECT LENGTH. AS A RESULT, THEY DO NOT CONFORM WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"". A LONGER BELT ASSEMBLY IS REQUIRED TO FIT SOME ADULT MALES IN ALL SEAT ADJUSTMENT POSITIONS.",,THE DEALER WILL REPLACE THE EXISTING SEAT BELT ASSEMBLY WITH A LONGER SEAT BELT WITHOUT CHARGE TO OWNER. -11/20/1979,79V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V264000),GRUMMAN FLXIBLE CORP.,STRUCTURE:DOOR ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,742,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENSION COMPONENTS"". THE EXTENSION SPRING THAT ATTACHES THE SPRING BRACKET TO THE VALVE ARM AT THE FRONT DOOR ENTRANCE ENGINE ASSEMBLY MAY NOT MAINTAIN THE DOOR IN AN OPEN POSITION WHEN THE EMERGENCY ""T"" HANDLE IS PULLED. THIS ALLOWS THE EXTENSION SPRING TO RETRACT AND THE DOOR TO CLOSE WHEN THE ""T"" HANDLE IS RELEASED.",,DEALER WILL INSTALL A NEW EMERGENCY RELEASE MECHANISM AT NO COST TO OWNER. -11/20/1979,79V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V251000),"FIAT MOTORS OF N.A., INC.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,8640,"THE NUT SECURING THE FRONT SWAY BAR TO THE LOWER CONTROL ARM MAY BECOME LOOSE, CAUSING THE FRONT SUSPENSION TO FAIL.",,"THE EXISTING NUT WILL BE REPLACED AND TIGHTENED TO THE CORRECT SPECIFICATIONS. AN ADDITIONAL LOCKING NUT WILL ALSO BE INSTALLED, WITHOUT CHARGE TO OWNER." -11/19/1979,79V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V250000),GRUMMAN FLXIBLE CORP.,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,808,"THE NYLON HOSE THAT CONNECTS THE QUICK RELEASE VALVE AND THE ANCHOR COUPLING AT THE REAR OF THE FRONT AXLE WAS FOUND TO BE EXCESSIVELY LONG. WHEN THE BUS EXECUTES EXTREME RIGHT AND LEFT TURNS, THE CURBSIDE NYLON BRAKE HOSE INTERFERES WITH THE TIRE. THIS INTERMITTENT INTERFERENCE WILL CAUSE THE NYLON HOSE TO CHAFE AND ULTIMATELY FAIL.",,"DEALER WILL INSPECT THE NYLON HOSE FOR CHAFING OR INTERFERENCE AND, IF NECESSARY, REROUTE THE BRAKE HOSE. THIS WILL BE DONE AT NO COST TO OWNER." -11/16/1979,79V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V249000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,125000,"THE INVOLVED VEHICLES WERE BUILT WITH AN ALUMINUM REAR BUMPER REINFORCEMENT ATTACHED TO TWO STEEL MOUNTING SURFACES. IN CLIMATES WHERE LARGE AMOUNTS OF ROCK SALT ARE USED, THE ALUMINUM REINFORCEMENT COULD EXPERIENCE CORROSION WHERE IT ATTACHES TO THE VEHICLE.",,"DEALER WILL INSPECT ALL INVOLVED VEHICLES FOR DEGREE OF CORROSION. WHERE CORROSION IS SEVERE, THE ALUMINUM REINFORCEMENT WILL BE REPLACED WITH ONE MADE OF STEEL. WHERE CORROSION IS NOT SEVERE, DEALER WILL INSTALL INSULATION MATERIALS BETWEEN THE ALUMINUM AND THE STEEL COMPONENTS. THIS WILL BE DONE AT NO COST TO OWNER." -11/15/1979,79V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V248000),GRUMMAN FLXIBLE CORP.,BRAKES:ELECTRICAL WIRING AND CONNECTORS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1535,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE REQUIRED BRAKE RELEASE TIME OF 0.55 SECONDS MAY NOT BE ATTAINABLE DUE TO DISCONNECTION OF THE ROCKWELL SKID CONTROL VALVE WHICH HAD PERFORMED THE RELAY VALVE AND QUICK RELEASE FUNCTIONS.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE COMPONENTS NEEDED TO BRING THE BRAKE RELEASE TIME INTO COMPLIANCE WITH THE STANDARD." -11/15/1979,79V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V253000),HENDRICKSON MFG. CO.,BRAKES:LOW AIR PRESSURE WARNING DEVICES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1246,"THE LOW AIR PRESSURE SWITCHES USED ON SOME OF THE INVOLVED VEHICLES HAVE A MANUFACTURING TOLERANCE THAT ISSUES A WARNING ONLY WHEN THE PRESSURE DROPS A FEW POUNDS PER SQUARE INCH BELOW 60 PSI. AS A RESULT, THEY DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"IF THE OWNER, UPON RECEIPT OF A POST CARD, INDICATES A COMPLIANCE, THE DEALER WILL REIMBURSE OWNER $5.00 FOR COST OF TEST. IF OWNER INDICATES A NON-COMPLIANCE, THE DEALER WILL SEND TWO REPLACEMENT SWITCHES AND A CHECK FOR $5.00 TO COVER BOTH THE SYSTEM TEST AND SWITCH REPLACEMENT." -11/14/1979,79V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V267000),GRUMMAN FLXIBLE CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:COURTESY LIG,INTERIOR LIGHTING,NR (Not Reported),Vehicle,10000,"THE INVOLVED VEHICLES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE STEPWELL LIGHTS LOCATED AT THE CURBSIDE FRONT ENTRANCE DOOR AND THE REAR EXIT DOOR MAY GENERATE EXCESSIVE HEAT. THIS HEAT MAY BE TRANSMITTED TO THE PROTRUDING SHIELD LOCATED IN THE PASSENGER ENTRANCE AND EXIT AREA.",,DEALER WILL INSTALL AN ADDITIONAL PLASTIC COVERSHIELD OVER THE EXISTING SHIELD TO ELIMINATE THE PROBLEM. -11/13/1979,79V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V242000),"Nissan North America, Inc.",FUEL:FUEL INJECTION:ELECTRICAL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,295710,"MOISTURE AND BLOW OF MIST PRESENT IN THE POSITIVE CRANKCASE VENTILATION SYSTEM MAY, UNDER CONDITIONS OF SUB-ZERO TEMPERATURES, ACCUMULATE IN THE AIR REGULATOR, CAUSING PROLONGED ENGINE IDLE, IF OWNER FAILS TO FULLY WARM ENGINE BEFORE DRIVING. THE PCV SYSTEM CAN ALSO CAUSE A GUMMING IN THE THROTTLE SHAFT WHICH WILL IMPAIR THE SMOOTH OPEN/CLOSE OPERATION OF THE THROTTLE.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW PCV VALVE SYSTEM WITH INCREASED FLOW CAPACITY. THE THROTTLE CHAMBERS AND AIR REGULATORS WILL BE INSPECTED AND CORRECTED AND A FINAL SYSTEM INTEGRITY CHECK WILL BE PERFORMED AT NO COST TO OWNER." -11/13/1979,79V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V247000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,1326404,"THE HEADS MAY BREAK OFF THE FRONT OUTBOARD SEAT BELT ANCHOR BOLTS DURING NORMAL VEHICLE OPERATION EVEN UNDER NO LOAD CONDITIONS. THIS IS DUE TO THE COMBINATION OF BOLTS USED, HIGH INSTALLATION TORQUE AND ARRANGEMENT OF THE BODY ANCHORAGE.",,DEALER WILL REPLACE ALL ORIGINAL EQUIPMENT FRONT OUTBOARD SEAT BELT ANCHOR BOLTS ON THE AFFECTED VEHICLES AT NO COST TO OWNER. -11/06/1979,79V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V243000),GRUMMAN FLXIBLE CORP.,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,808,"IT HAS BEEN DETERMINED THAT THE UNDERFLOOR WIRE CONDUIT ATTACHING HANGER ASSEMBLY MAY FATIGUE AND BREAK UNDER CERTAIN OPERATING ROAD CONDITIONS. BREAKING OF THIS ASSEMBLY ALLOWS THE WIRING CONDUIT TO MOVE FREELY AT THE UNSUPPORTED END. THIS MOVEMENT COULD CAUSE CHAFING OF THE MAIN POWER CABLES, CREATING THE POTENTIAL FOR AN ELECTRICAL SHORT CIRCUIT. THE WIRE CONDUIT MAY ALSO IMPACT ON THE REAR SUSPENSION ""U"" BOLT ATTACHMENT.",,"DEALER WILL INSTALL A MORE RIGID CONDUIT SUPPORT BRACKET AND WILL RECONFIGURE THE WIRING AND ADD A POSITIONING CLAMP WHICH WILL ELIMINATE THE POTENTIAL FOR IMPACT WITH THE SUSPENSION ""U"" BOLT ATTACHMENT ASSEMBLY. DEALER WILL ALSO ADD A NEW CONDUIT SUPPORT BRACKET WHICH WILL ELIMINATE POTENTIAL FOR FATIGUE OR BREAKAGE OF THE ATTACHING HANGER ASSEMBLY." -11/06/1979,79V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V246000),Harley-Davidson Motor Company,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,57694,"THE FRONT FENDER BOLTS ON THE INVOLVED VEHICLES MAY LOOSEN AFTER EXTENDED VEHICLE USE. IF UNDETECTED, THE LOOSENING COULD RESULT IN EITHER BOLT LOSS OR FAILURE WHICH COULD ALLOW THE FENDER TO CONTACT THE TIRE.",,DEALER WILL INSTALL AN IMPROVED FRONT FENDER BRACKET SYSTEM AT NO COST TO OWNER. -11/06/1979,79V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V244000),GRUMMAN FLXIBLE CORP.,VISUAL SYSTEMS:GLASS:OTHER,VISIBILITY,NR (Not Reported),Vehicle,808,"THE INVOLVED VEHICLES DID NOT HAVE THE BARRIER SAFETY GLAZING MARKED AS SUCH IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS"".",,DEALER WILL PROVIDE A DECAL CONTAINING THE REQUIRED DATA AND WILL AFFIX IT AT NO COST TO OWNER. -11/06/1979,79V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V245000),FREIGHTLINER LLC,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,6000,"THE PARK/RUN VALVE IN THE WINDSHIELD WIPER MOTOR MAY STICK IN THE PARK POSITION. AN OUT OF BALANCE DIMENSION IN THE CYLINDER RESULTED IN AN UNDERSIZED BORE WHICH MAY CAUSE THE PLUNGER TO STICK. THEREFORE, THE WIPER MOTOR MAY FAIL TO START.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE WINDSHIELD WIPER MOTORS FOR CONVENTIONAL MODELS. ALSO, THE CONTROL VALVES ON THE DASH WILL BE REPLACED AT NO COST TO OWNER." -11/05/1979,79T038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T038000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,306,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THERE IS A POSSIBLE CONTAMINATION OF THE INSERT APPLIED TO THE TOP BODY PLY. AS A RESULT, SEPARATION COULD OCCUR IN THE TREAD AREA.",,"DEALER WILL REPLACE, MOUNT AND BALANCE INVOLVED TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/02/1979,79V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V241000),GRUMMAN FLXIBLE CORP.,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,915,"FOREIGN MATERIAL MAY COLLECT UNDER THE BALANCE BEAM OF THE TREADLE VALVE. IF DEBRIS IS ALLOWED TO COLLECT AND REMAIN UNDER THE BALANCE BEAM, COMPLETE ACTUATION OF THE TREADLE VALVE MAY BE IMPAIRED. THIS COULD LEAD TO BRAKE FAILURE.",,"THE TREADLE VALVE SHOULD BE INSPECTED AT REGULAR INTERVALS FOR ANY FOREIGN MATERIAL THAT MAY HAVE COLLECTED. ALSO, DEALER WILL INSTALL A DEBRIS DISPLACER UNDER THE TREADLE VALVE BALANCE BEAM AT NO COST TO OWNER." -11/02/1979,79V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V201000),Ford Motor Company,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,500,"DIMENSIONAL DIFFERENCES IN THE 1980 VERSUS THE 1979 ASSEMBLIES MAY ALLOW THE INNER BRAKE LINING/SHOE TO MOVE OUTWARD TO A POSITION WHERE IT IS NO LONGER RETAINED IN THE SHOE SLOT WHEN THE FRONT BRAKE INNER LININGS BECOME WORN TO THE POINT OF NEEDING REPLACEMENT. THE INNER BRAKE SHOE COULD THEN WEDGE BETWEEN THE ROTOR AND SPINDLE, POSSIBLY CAUSING A SUDDEN LOCK-UP OF ONE FRONT WHEEL. THIS CAN OCCUR WITHOUT BRAKE APPLICATION AND WOULD ADVERSELY AFFECT STEERING CONTROL. THESE DIMENSIONAL DIFFERENCES COULD ALSO ALLOW ADDITIONAL TRAVEL OF THE BRAKE PISTON SUCH THAT A LOSS OF BRAKE FLUID FROM THE FRONT BRAKE SYSTEM MAY OCCUR. THIS WOULD RESULT IN INCREASED STOPPING DISTANCES.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE HUB AND ROTOR ASSEMBLIES AND SPINDLE SEALS." -11/02/1979,79T037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T037000),GENERAL TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,1845,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/01/1979,79E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E022000),FIRESTONE STEEL PROD. CO.,WHEELS,WHEELS,NR (Not Reported),Equipment,829,"THE INVOLVED WHEELS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THEN PASSENGER CARS"". THESE WHEELS WERE INCORRECTLY STAMPED TO INDICATE SIZE 22.5 X 8.25 RATHER THAN 24.5 X 8.25.",,DEALER WILL REMOVE IMPROPER STAMPING AND REPLACE WITH THE CORRECT STAMPING. -10/30/1979,79V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V239000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,145,INCORRECT HEADLAMPS MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THESE HEADLAMPS HAVE BEEN APPROVED FOR EXPORT ONLY AND DO NOT MEET U.S. REQUIREMENTS.,,"THE RIGHT AND LEFT HEADLAMPS WILL BE INSPECTED AND REPLACED, IF NECESSARY." -10/30/1979,79V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V240000),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,666,SOME OF THE INVOLVED VEHICLES MAY HAVE INCORRECT UNIVERSAL JOINT FASTENERS. THESE FASTENERS MAY LOOSEN AND ALLOW THE PROPELLER SHAFT TO DISCONNECT FROM THE AXLE OR TRANSFER CASE.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE UNIVERSAL JOINT FASTENERS AT NO COST TO OWNER." -10/29/1979,79V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V238000),"Suzuki Motor USA, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:FLEXIBLE,POWER TRAIN,NR (Not Reported),Vehicle,2033,"IF THE CLUTCH CABLE WAS FORCEFULLY PULLED OR PUSHED UPON DURING THE CRATING PROCESS AT THE FACTORY, THE CLUTCH CABLE MAY HAVE BECOME DISLODGED FROM ITS CABLE RETAINER. IT MAY CONTACT THE CARBURETOR THROTTLE SHAFT CONNECTOR AND PREVENT THE THROTTLE PLATES FROM RETURNING TO IDLE.",,DEALER WILL INSTALL AN ADDITIONAL CLUTCH CABLE RETAINER TO PREVENT DISLODGEMENT AT NO COST TO OWNER. -10/26/1979,79V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V237000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,30,THE INVOLVED VEHICLES MAY HAVE BEEN PRODUCED WITH REAR AXLE SHAFTS (RIGHT OR LEFT) THAT DID NOT RECEIVE PROPER HEAT TREATMENT OF THE BEARING JOURNALS.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE BOTH REAR AXLE SHAFTS AT NO COST TO OWNER." -10/24/1979,79V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V236000),AM GENERAL LLC,POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,6515,THE MANUAL CONTROL LEVER MAY FRACTURE DUE TO IMPROPER MATERIAL COMPOSITION CAUSING POSSIBLE LOSS OF FUNCTION.,,DEALER WILL REPLACE THE AUTOMATIC TRANSMISSION MANUAL CONTROL SHIFT LEVER WITH A NEW LEVER ASSEMBLY AT NO COST TO OWNER. -10/23/1979,79V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V233000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7000,INCREASED FRICTION EXPERIENCED IN OPERATION OR SERVICING OF THE SYSTEM MAY RESULT IN A TOTAL FRICTION LEVEL EXCEEDING THE FORCE CAPABILITY OF THE THROTTLE RETURN SPRINGS. THIS MAY PREVENT THE THROTTLE FROM RETURNING PROPERLY TO A CLOSED POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED.,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL RETURN SPRINGS WHICH WILL PERFORM CORRECTLY, AT NO CHARGE TO OWNER." -10/23/1979,79V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V234000),"General Motors, LLC",LIGHTING:FLASHER:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,236,"THE TURN SIGNAL FLASHER UNIT INSTALLED ON THE INVOLVED VEHICLES FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THIS INCORRECT UNIT CAUSES THE FLASH RATE TO BE TOO FAST OR RENDERS INOPERATIVE THE FEATURE WHICH CAUSES THE TURN SIGNAL INDICATOR LIGHT(S) IN THE INSTRUMENT PANEL TO REMAIN LIT IF ONE OF ONE OR MORE OF THE TURN SIGNAL LIGHTS HAS FAILED.",,DEALER WILL INSTALL THE CORRECT FLASHER UNIT WITHOUT CHARGE TO OWNER. -10/23/1979,79V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V235000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH CLEAR LAMP BULBS INSTEAD OF THE CORRECT AMBER BULBS IN FRONT PARK AND TURN SIGNAL LOCATIONS. AS A RESULT, THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE CLEAR PARK AND TURN SIGNAL LAMP BULBS WITH AMBER BULBS AT NO COST TO OWNER." -10/22/1979,79V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V231000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13000,"IN SOME CASES, THE UNIVERSAL JOINT MAY PENETRATE THE WALL OF THE FUEL TANK. INSUFFICIENT CLEARANCE BETWEEN THE FRAME MOUNTED PLASTIC FUEL TANK AND THE DRIVELINE PROPELLER SHAFT MAY ALLOW CONTACT BETWEEN THE SHAFT UNIVERSAL JOINT AND THE TANK.",,THE DEALER WILL INSTALL A SHIELD BETWEEN THE FUEL TANK AND PROPELLER SHAFT UNIVERSAL JOINT TO MAINTAIN THE REQUIRED CLEARANCE. THIS WILL BE DONE AT NO COST TO OWNER. -10/22/1979,79V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V232000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,4000,THE DEFECT INVOLVES THE POTENTIAL FOR EXHAUST GAS (CONTAINING CARBON MONOXIDE) ENTRY INTO THE PASSENGER COMPARTMENT WHICH CAN OCCUR AS A RESULT OF IMPROPERLY RETAINED PLASTIC SEALING PLUGS IN THE REAR QUARTER PANEL/TRUNK AREA OF THE VEHICLE. CARBON MONOXIDE IS A TOXIC GAS WHICH IN SUFFICIENT QUANTITY AND EXPOSURE TIME IS POTENTIALLY LETHAL.,,DEALER WILL INSTALL IMPROVED QUARTER PANEL SEALING PLUGS WITHOUT CHARGE TO OWNER. -10/22/1979,79T036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T036000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,2715,"THE INVOLVED TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE TIRES MAY DEVELOP SEPARATIONS IN THE TREAD AREA.",,"DEALER WILL REPLACE, MOUNT AND BALANCE (FRONT WHEELS ONLY) INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -10/19/1979,79V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V230000),"SAAB CARS USA, INC.",ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2912,THE INSULATION OF THE POSITIVE BATTERY CABLE MAY POSSIBLY MELT OR BECOME BRITTLE DUE TO THE HIGH TEMPERATURES WHICH MAY BE GENERATED IN THE VICINITY OF THE CABLE.,,"DEALER WILL REPLACE THE ""B+"" CABLE (POSITIVE CABLE FROM STARTER), ADD PROTECTIVE SLEEVES OVER THE STARTER WIRING HARNESS, AND INSTALL A NEW HEAT GUARD FOR THE BATTERY, WITHOUT CHARGE." -10/17/1979,79V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V263000),"Ferrari North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2570,"VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". THE FUEL HOSES CONNECTING THE DUAL GAS TANKS MAY FAIL DUE TO ENVIRONMENTAL CONDITIONS. THIS COULD CAUSE A GASOLINE LEAK BENEATH THE VEHICLE.",,DEALERS WILL REPLACE DEFECTIVE HOSES FREE OF CHARGE. -10/17/1979,79V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V221000),"General Motors, LLC",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,161225,"THE STEERING GEAR MOUNTING PLATE ON THE INVOLVED VEHICLES MAY DEVELOP FATIGUE CRACKS AT HIGH MILEAGE WHICH WOULD ALLOW THE STEERING GEAR ATTACHMENT TO BECOME LOOSE. IF THIS CONDITION EXISTS, THE DRIVER MAY NOTICE CONSIDERABLE ""FREE PLAY"" IN THE STEERING WHEEL.",,THE DEALER WILL INSTALL AN IMPROVED TYPE OF STEERING GEAR MOUNTING BRACKET WITHOUT CHARGE TO OWNER. -10/17/1979,79T035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T035000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,2189,"THE INVOLVED TIRES FAIL TO MEET THE HIGH SPEED TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/16/1979,79V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V228000),"REVCON, INCORPORATED",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,208,"THE BRAKE DRUMS ON THE INVOLVED VEHICLES MAY BE DEFECTIVE. IF A VEHICLE WITH DEFECTIVE BRAKE DRUMS IS DRIVEN IN SUCH A WAY AS TO INCREASE HEAT BUILD UP, THE BRAKE DRUMS COULD CRACK AND POSSIBLY DISINTEGRATE, CAUSING LOSS OF BRAKING ACTION ON THE REAR WHEELS.","SHOULD BRAKE DRUM FAILURE OCCUR, THE STOPPING DISTANCEOF THE VEHICLE WILL BE INCREASED AND LOSS OF VEHICLE CONTROL AND AN ACCIDENTMAY OCCUR.","DEALER WILL CORRECT BY INSTALLING NEW BRAKE DRUMS. IF A BALANCE VIBRATION PROBLEM OCCURS AFTER CORRECTION, THE REAR WHEELS WILL BE SPUN BALANCED. OWNER WILL BE REIMBURSED FOR ANY LABOR CHARGES." -10/16/1979,79V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V227000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,18778,"THE INVOLVED VEHICLES DO NOT HAVE THE REQUIRED CERTIFICATION LABELS STATING CORRECT TIRE AND RIM INFORMATION. THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS"".",,DEALER WILL INSPECT AND REPLACE INCORRECT LABELS FREE OF CHARGE. -10/16/1979,79V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V229000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,3170,"THE TIRE PLACARD (LABEL) DOES NOT CONTAIN THE RECOMMENDED TIRE SIZE INFORMATION. THEREFORE, IT DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"".",,DEALER WILL INSTALL A NEW LABEL WITH CORRECT INFORMATION AT NO COST TO OWNER. -10/15/1979,79V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V226000),"Masterack, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,240,"THE INVOLVED VEHICLES DO NOT HAVE THE REQUIRED CERTIFICATION LABELS AND AS A RESULT DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"".",,"DEALERS WILL MAIL OWNERS THE REQUIRED LABELS TO BE AFFIXED TO THE DOOR LATCH POST BESIDE THE DRIVER""S SEAT." -10/11/1979,79V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V219000),"FLEETWOOD ENTERPRISES, INC.",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,188,"ON CERTAIN VEHICLES, A PLASTIC CLIP WHICH SECURED THE GAS SHUT-OFF VALVE LINE LEADING TO THE GAS/ELECTRIC THERMOSTAT FOR THE REFRIGERATOR WAS REMOVED. IN THIS CONDITION, VIBRATIONS COULD CAUSE THE VALVE LINE TO SEPARATE FROM THE THERMOSTAT. THIS CONDITION WOULD ALLOW GAS TO ESCAPE INTO THE INTERIOR OF THE TRAVEL TRAILER.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE PLASTIC CLIP WITHOUT CHARGE TO OWNER." -10/10/1979,79V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V225000),"Suzuki Motor USA, LLC",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,9524,"THERE IS A POSSIBILITY THAT ONE OR MORE BOLTS WHICH TRANSMIT THE POWER FROM THE FINAL DRIVE GEAR CASE TO THE REAR WHEEL COULD BREAK IF THE RETAINING NUTS SHOULD LOOSEN AND THE MOTORCYCLE IS SUBJECTED TO SEVERE USAGE. SHOULD THIS HAPPEN, THE BROKEN PORTION OF THE BOLT COULD LODGE BETWEEN THE FINAL DRIVE GEAR CASE AND THE REAR WHEEL, CAUSING ABNORMAL NOISE, COSMETIC DAMAGE TO THE WHEEL AND GEAR CASE, AND POSSIBLE REAR WHEEL LOCK-UP AT LOW SPEED.",,"THE DEALER WILL REPLACE THE DRIVE JOINT ASSEMBLY WITH A MODIFIED ASSEMBLY, AT NO COST TO OWNER." -10/09/1979,79V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V224000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,51,"AN ADAPTER MAY HAVE BEEN OMITTED BETWEEN THE ACCELERATOR PEDAL AND THE ACCELERATOR LINKAGE. THE ABSENCE OF THIS ADAPTER MAY CAUSE THE ACCELERATOR LINKAGE TO ""HANG UP"" ON THE CAB FLOOR BOARD, PREVENTING THE ENGINE FROM RETURNING TO IDLE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, RELOCATE THE ACCELERATOR PEDAL AND INSTALL AN ADAPTER WITHOUT CHARGE TO OWNER." -10/01/1979,79V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V223000),"VAN-CON, INCORPORATED",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,2400,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"". THE KNURL BAR IN THE BUCKLE DOES NOT ADEQUATELY HOLD THE WEBBING IN PLACE UNDER LOAD.",,"SEAT BELTS WILL BE INSPECTED AND, IF NECESSARY, A V-SHAPED METAL INSERT OF 16 GAUGE STEEL WILL BE FITTED OVER THE BUCKLE WEBBING GUIDE AND WELDED TO THE INSIDE BUCKLE FRAME." -10/01/1979,79E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E020000),"HURST PERFORMANCE, INC.",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Equipment,43,"THE SEAT BELTS INSTALLED IN THESE VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"". THE HARNESS ANCHORING POINT WAS LOCATED FURTHER REARWARD THAN IS PERMITTED UNDER THE SAFETY STANDARD IN ORDER THAT THE T-ROOF (HURST HATCH) CONVERSION KIT COULD BE INSTALLED.",,"THE DEALER WILL LENGTHEN THE FRONT SHOULDER BELT ""D"" RING SLING ASSEMBLY BY EIGHT INCHES AT NO CHARGE." -10/01/1979,79T034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T034000),MCCREARY TIRE & RUBBER CO,TIRES,TIRES,NR (Not Reported),Tire,900,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE TIRE MAY DEVELOP A SEPARATION BETWEEN THE PLIES AND GENERATE EXCESSIVELY HIGH LEVELS OF HEAT IN USE.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/27/1979,79V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V222000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,517,"THE BRIDGE IN THE SEAT BELT BUCKLE LOCKING MECHANISM OF THE FRONT SEAT BELT ASSEMBLY MAY HAVE BEEN IMPROPERLY BENT. THE BUCKLE MAY NOT HOLD PROPERLY AND WILL RELEASE, IF EXTREME FORCES ARE APPLIED.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE SEAT BELTS ON THE INVOLVED VEHICLES AT NO COST TO OWNER." -09/25/1979,79V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V218000),Ford Motor Company,BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3100,"THE STOP LAMP SWITCH MAY HAVE BEEN INSTALLED IN A LOW PRESSURE PART OF THE HYDRAULIC BRAKE SYSTEM. CONSEQUENTLY, THERE MAY BE INSUFFICIENT PRESSURE TO ACTUATE THE LAMP SWITCH AND ILLUMINATE THE STOP LAMPS DURING LIGHT BRAKE APPLICATIONS.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, RELOCATE THE STOP LAMP SWITCH IN THE BRAKE SYSTEM." -09/25/1979,79E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E021000),SHELLER-GLOBE CORPORATION,ELECTRICAL SYSTEM:STARTER SOLENOID,ELECTRICAL SYSTEM,NR (Not Reported),Equipment,175,THE INVOLVED UNITS MAY CONTAIN A DEFECTIVE SOLENOID WHICH CAN DETERIORATE IN SERVICE DUE TO MOISTURE BUILD UP FROM RAIN WATER AND OTHER EXTERNAL SOURCES.,,THE DEALER WILL REPLACE THE DEFECTIVE SOLENOID ON ALL AFFECTED VEHICLES AT NO CHARGE. -09/25/1979,79V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V220000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,224892,"THE AUTOMATIC COOLER LINE HOSES ON SOME OF THE SUSPECT VEHICLES MAY CONTAIN MATERIAL VOIDS, WHICH COMBINED WITH A HIGH THERMAL EXPANSION AT ELEVATED TEMPERATURES, COULD RESULT IN HOSE FAILURE AND TRANSMISSION FLUID LEAKAGE.",,THE DEALER WILL REPLACE THE COOLER LINE HOSES USING HOSES WITH KEVLAR BRAIDED REINFORCEMENT. -09/21/1979,79V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V217000),"PULLMAN, INCORPORATED",SUSPENSION:AXLE UNKNOWN:NON-POWER:SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,1088,"THE BOTTOM PLATES, WHICH ARE LOCATED AT THE BOTTOM PART OF THE TRAILER AXLE, MAY FRACTURE DURING SEVERE OPERATION OF THE INVOLVED SEMI-TRAILERS. FRACTURE OF ONE OR MORE OF THESE BOTTOM PLATES ON A SINGLE AXLE COULD ALLOW THE TRAILER""S AXLE TO MOVE IN AN EITHER VERTICAL OR HORIZONTAL DIRECTION OPPOSITE TO THE DIRECTION OF THE TRACTOR TRAILER COMBINATION. THIS CONDITION WOULD NOT ALLOW FOR PROPER DIRECTIONAL CONTROL OF THE TRACTOR-TRAILER COMBINATION.",,THE DEALER WILL REPLACE ALL BOTTOM PLATES ON THE INVOLVED VEHICLES AT NO CHARGE TO OWNER. -09/18/1979,79V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V211000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,25000,"AS A RESULT OF SEVERE SHOCK AND VIBRATIONS, THE BRAKE SPIDERS ON THE INVOLVED VEHICLES MAY DEVELOP CRACKS NEAR THE CAMSHAFT MOUNTING BOSS. THE CRACK PROPAGATES ACROSS THE SPIDER UNTIL THE CAMSHAFT BOSS IS COMPLETELY SEVERED FROM THE REMAINDER OF THE SPIDER. WHEN THE CAMSHAFT BOSS HAS COMPLETELY SEVERED, THE S-CAM, S-CAM BRACKET, AIR CHAMBER AND SLACK ADJUSTER CAN FALL AWAY FROM THE BRAKE SPIDER RESULTING IN A ""NO BRAKE"" CONDITION ON THE WHEEL.",,THE DEALER WILL REPLACE THE FRONT BRAKE SPIDERS ON ALL AFFECTED VEHICLES USED IN SNOW PLOW DUMP AND REFUSE HAULING APPLICATIONS. THIS WILL BE DONE AT NO CHARGE. -09/18/1979,79V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V209000),"Winnebago Industries, Inc.",FUEL:FUEL CARBURETION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,130,"DUE TO THE OPERATION OF THE DUAL FUEL OPTION THERE EXISTS THE POTENTIAL FOR BACKFIRE THROUGH THE CARBURETOR. THIS CAN CAUSE CARBURETOR DAMAGE DUE TO EXCESSIVE PRESSURES. ALSO, FUEL LEAKAGE COULD OCCUR WHEN THE SYSTEM IS REVERTING TO GASOLINE FUEL OPERATION.",,THE DEALER WILL INSTALL A NEW AIR FILTER AND SPARK ARRESTER DIRECTLY ADJACENT TO THE L.P. CARBURETOR TO PROVIDE INCREASED AIR FLOW CAPACITY. THIS WILL MINIMIZE BACKFIRE POTENTIAL AND ELIMINATE THE POSSIBILITY FOR EXCESSIVE PRESSURE BUILD-UP IN THE CARBURETOR. -09/18/1979,79V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V212000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL EMISSION CONTROL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2950,THE FUEL SEPARATORS ON THE INVOLVED VEHICLES MAY HAVE THIN WALLS DUE TO A MATERIAL THICKNESS PROBLEM. THE SEPARATORS IN THESE WALLS MAY CRACK AND MAY ALLOW FUEL VAPORS OR LIQUID FUEL TO LEAK INTO THE ENGINE UNDER HIGH PRESSURE CONDITIONS.,,THE DEALER WILL INSTALL IMPROVED SEPARATORS AND RELOCATE BOTH THE SEPARATOR AND FUEL CANISTER WITHOUT CHARGE. -09/18/1979,79V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V213000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7500,"THE DEFECT IS IN THE ENGINE ACCELERATOR SYSTEM. THE ACCELERATOR PEDAL MAY NOT ALIGN WITH THE CENTER OF THE FLOOR MOUNTED PEDAL STOP BRACKET. THE POTENTIAL EXISTS FOR THE PEDAL, WHEN DEPRESSED, TO SLIP OFF AND TO THE SIDE OF THE PEDAL STOP, HOLDING THE ACCELERATOR IN THE OPEN THROTTLE POSITION.",,THE DEALER WILL ALIGN THE ACCELERATOR PEDAL TO THE CENTER OF THE STOP BRACKET FREE OF CHARGE. -09/18/1979,79V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V210000),Ford Motor Company,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,92200,THE HEADLAMP SWITCHES ON THE INVOLVED VEHICLES MAY FAIL WITHOUT WARNING AND CAUSE LOSS OF VEHICLE INSTRUMENT AND ROAD LIGHTS.,,DEALER WILL REPLACE THE HEADLAMP SWITCH WITH ONE OF A CORRECTED DESIGN. -09/18/1979,79V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V214000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,55,"THE SHIFT CABLE RETAINING CLIP MAY HAVE BEEN INSTALLED BACKWARDS OR NOT AT ALL. THE PURPOSE OF THIS SPRING CLIP IS TO SECURE THE LOWER END OF THE SHIFT CABLE HOUSING TO THE TRANSMISSION. IF THE CLIP IS BACKWARD OR MISSING, THE CONSOLE SHIFT LEVER MAY NOT SHIFT THE TRANSMISSION AND/OR THE TRANSMISSION RANGE INDICATOR MAY INDICATE THAT THE TRANSMISSION IS IN THE ""PARK"" OR ""P"" POSITION WHEN IT IS NOT.",,THE DEALER WILL INSPECT AND IF NECESSARY CORRECT THE SHIFT CABLE RETAINING CLIP INSTALLATION AT NO CHARGE. -09/18/1979,79V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V215000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,31000,"THE LOWER STEERING SHAFT COUPLING ON THE INVOLVED VEHICLES MAY HAVE AN OVERSIZED SERRATION DIAMETER IN THE ATTACHMENT AREA TO THE STEERING GEAR SHAFT. SINCE THIS OVERSIZED COUPLING MAY NOT BE ADEQUATELY ENGAGED ON THE STEERING GEAR SHAFT, THE ATTACHMENT MAY LOOSEN, RESULTING IN STEERING FREE PLAY.",,THE DEALER WILL REPLACE THE LOWER STEERING SHAFT COUPLING ASSEMBLIES ON THE INVOLVED VEHICLES WITH PROPERLY MACHINED COMPONENTS. THIS WILL BE DONE AT NO CHARGE. -09/18/1979,79T033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T033000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,4439,"TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD N0. 109, ""NEW PNEUMATIC TIRES"". TIRES MAY DEVELOP TREAD SEPARATION AND CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK.",,"DEALER WILL REPLACE, MOUNT AND BALANCE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -09/17/1979,79E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E019000),"HUTCHENS INDUSTRIES, INC.",SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Equipment,40,"STEEL USED IN MANUFACTURING ROCKER BEAMS AND SLIDER SUB-FRAMES FOR THE INVOLVED TRAILERS MAY HAVE BEEN OF SUB-STANDARD QUALITY. THESE PARTS COULD BECOME BRITTLE AND FRACTURE, ESPECIALLY IN COLD WEATHER.",,SUSPECT PARTS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -09/17/1979,79V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V208000),Ford Motor Company,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,40000,A NUMBER OF WHEEL ASSEMBLIES ON THE INVOLVED VEHICLES MAY HAVE SUBSTANDARD WELDS IN THE AREA WHERE THE DISC IS ATTACHED TO THE RIM. SUBSTANDARD WELDS CAN CAUSE CRACKS TO OCCUR IN THE WHEEL ASSEMBLY. RAPID LOSS OF AIR PRESSURE IN THE TIRE OR SEPARATION OF THE WHEEL RIM FROM THE DISC COULD RESULT.,,"IF SEPARATION AND LOSS OF AIR OCCURS WHILE VEHICLE IS IN OPERATION, LOSS OF VEHICLE CONTROL AND AN ACCIDENT COULD OCCUR WITHOUT PRIOR WARNING. CORRECTIVE ACTION: THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE WHEELS WITHOUT CHARGE TO OWNER." -09/14/1979,79E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E023000),WAGNER,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1500,THE LOCK WIRE GROOVE IN THE BRAKE MASTER CYLINDER WAS IMPROPERLY MACHINED. THIS COULD LEAD TO BRAKE FAILURE.,,DEALER WILL REPLACE EXISTING VERTICAL BRAKE MASTER ASSEMBLY. THE LOCK WIRES IN THE ASSEMBLY WILL BE REPLACED BY TRU-ARC RINGS. -09/14/1979,79V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V206000),"SAAB CARS USA, INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,61739,"UNDER CERTAIN CONDITIONS SUCH AS AMBIENT HUMIDITY AND VEHICLE PRE-CONDITIONING BY REPEATED COLD START, AND SHORT TRIP DRIVING CYCLES IN COMBINATION WITH SUB-ZERO TEMPERATURES, THERE EXISTS THE POSSIBILITY FOR ICE TO FORM IN THE THROTTLE HOUSING AND TEMPORARILY IMPEDE FULL CLOSURE OF THE THROTTLE PLATE WHEN THE ACCELERATOR IS RELEASED. THIS ICE BUILD-UP IN THE THROTTLE HOUSING MAY CAUSE HESITATION IN VEHICLE DECELERATION AND INCREASED STOPPING DISTANCES.",,THE DEALER WILL MODIFY THE ENGINE INTAKE SYSTEM TO FURTHER IMPROVE PREHEATING OF INCOMING AIR IN COLD WEATHER. THIS WILL BE DONE FREE OF CHARGE. -09/14/1979,79T039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T039000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,48,"THE INVOLVED TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". AFTER 47 HOURS OF THE ENDURANCE TEST, THE TIRES EXHIBITED TREAD TIE-BAR TEARING AND GROVE CRACKING TO THE CARCASS CORDS.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/14/1979,79V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V207000),PACCAR Incorporated,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,5300,THE WINDSHIELD ON THE INVOLVED VEHICLES COULD UNSEAT AND BLOW INTO THE CAB OF THE TRUCK.,,THE DEALER WILL BUILD UP THE FIBERGLASS OPENING TO PROPERLY SECURE THE WINDSHIELD OR INSTALL A LARGER WINDSHIELD FREE OF CHARGE. -09/13/1979,79V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V216000),PACCAR Incorporated,BRAKES:AIR:DRUM AND SHOE SYSTEMS:ADJUSTERS:SLACK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,300,"DUE TO DEFECTIVE INSTALLATION PROCEDURES ON THE INVOLVED VEHICLES, THERE IS A POSSIBILITY OF SLACK ADJUSTER DAMAGE. THIS COULD RESULT IN BRAKE FAILURE ON THE REAR WHEEL END.",,THE DEALER WILL REPLACE THE SLACK ADJUSTERS ON THE INVOLVED VEHICLES FREE OF CHARGE. THE DEALER WILL ALSO REVERSE THE INSTALLATION OF THE MIDLAND SLACK ADJUSTER OR INSTALL A BENDIX SLACK ADJUSTER AS FOUND NECESSARY. -09/12/1979,79E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E018000),VETTER,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,3989,"THE MATERIAL USED FOR THE HEADLIGHT CHROME RING RETAINING BLADE OF THE HEADLIGHT NACELLE IS WEAK. AS A RESULT, THE OUTSIDE RING MAY VIBRATE FREE AND ALLOW THE HEADLIGHT TO FALL FROM THE FAIRING.",,THE DEALER WILL REPLACE THE HEADLIGHT NACELLE FREE OF CHARGE. -09/12/1979,79V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V205000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,227,THE BOLTS THAT ATTACHED THE REAR SUSPENSION CONTROL ARMS TO THE FRAME AND AXLE MAY BE DEFECTIVE AND THE BOLT HEAD MAY SEPARATE FROM THE BOLT SHANK. THIS COULD ALLOW THE CONTROL ARM TO COME LOOSE.,,THE DEALER WILL REPLACE ALL SUSPECT REAR SUSPENSION CONTROL ARM BOLTS PRIOR TO DELIVERY. THIS WILL BE DONE FREE OF CHARGE. -09/11/1979,79V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V204000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6617,THE FRONT BRAKE HOSE ROUTING ON THE INVOLVED VEHICLES MAY ALLOW INTERFERENCE BETWEEN THE HOSES AND THE FRONT TIRES DURING EXTREME TURNING ANGLES.,,SPECIAL BRAKE HOSE RESTRAINING STRAPS WILL BE INSTALLED ON EACH INVOLVED VEHICLE TO RELOCATE BOTH FRONT HOSES AND ENSURE THAT ADEQUATE HOSE TO TIRE CLEARANCE IS MAINTAINED. -09/11/1979,79V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V203000),"AMERICAN GARELLI EAST,LTD",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,4629,"THE INVOLVED VEHICLES ARE NOT EQUIPPED WITH THE PROPER LABELS STATING TIRE, RIM AND INFLATION INFORMATION. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,DEALER WILL INSTALL THE CORRECT LABEL FREE OF CHARGE. -09/11/1979,79V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V202000),"AMERICAN GARELLI EAST,LTD",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,12578,"THE INVOLVED VEHICLES ARE EQUIPPED WITH A MIRROR THAT IS LESS THAN 12.5 SQUARE INCHES IN REFLECTIVE SURFACE AREA OR THE MIRROR MAY HAVE BEEN OMITTED ENTIRELY. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"".",,"THE DEALER WILL REPLACE THE EXISTING MIRROR OR INSTALL ONE, IF NECESSARY, AT NO COST TO OWNER." -09/11/1979,79V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V200000),Ford Motor Company,WHEELS:MULTIPLE,WHEELS,NR (Not Reported),Vehicle,700,THE CAST HUBS ON SOME OF THE INVOLVED VEHICLES WERE IMPROPERLY MANUFACTURED. THEY MAY BE SUBJECT TO HIGH MILEAGE FATIGUE CRACKS AT THE INNER BEARING AREA OR ALONG THE FLANGE PORTIONS TO WHICH THE WHEELS ARE MOUNTED.,,"DEALER WILL INSPECT ALUMINUM HUBS AND, IF NECESSARY, REPLACE THEM WITH CAST IRON HUBS WITHOUT CHARGE TO OWNER." -09/10/1979,79V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V199000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,3310,A HALF SHAFT ASSEMBLY ON THE RIGHT OR LEFT SIDE OF THE FRONT WHEEL DRIVE MECHANISM MAY DEVELOP A FRACTURE NEAR ITS INBOARD ATTACHMENT POINT.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE RIGHT AND LEFT HALF SHAFT ASSEMBLIES AT NO COST TO OWNER." -09/07/1979,79V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V198000),"General Motors, LLC",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,197,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS"". SOME OF THE TIRES (ALCOA TUBE TYPE) WERE IMPROPERLY MARKED 22.5 X 7.5/5 WHEN THEY WERE MEANT TO BE 22 X 7.5/5.",,"THE DEALER WILL INSPECT AND REPLACE IMPROPERLY MARKED FRONT ALUMINUM WHEELS WITH CORRECTLY MARKED WHEELS, WITHOUT CHARGE." -08/30/1979,79V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V197000),"General Motors, LLC",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,41508,"DUE TO FUEL HOSE CONNECTION DETERIORATION, THE FUEL HOSE CONNECTION FROM THE UNDERBODY FUEL PIPE TO THE FUEL RAIL AT THE REAR OF THE ENGINE MAY LEAK GASOLINE.",,DEALER WILL REPLACE THE EXISTING HOSE WITH A HYPALON HOSE AND NEW CLAMPS. DEALER WILL ALSO CHECK THE PRESSURE OF THE FUEL SYSTEM AT NO COST TO OWNER. -08/28/1979,79V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V195000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2846,"SOME OF THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"". THE ACCELERATOR CROSS SHAFT SUPPORT BRACKET WAS IMPROPERLY INSTALLED IN A REVERSED END FOR END POSITION IN THESE CASES. THIS COULD CAUSE A SLIGHT BEND IN THE ACCELERATOR LINKAGE, RESULTING IN A DELAY IN THE RETURN OF THE THROTTLE TO THE IDLE POSITION.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REINSTALL THE ACCELERATOR CROSS SHAFT SUPPORT BRACKET CORRECTLY, WITHOUT CHARGE TO OWNER." -08/28/1979,79V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V196000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS,SEATS,NR (Not Reported),Vehicle,491,"THE INVOVLED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACTS"". INCORRECT HEAD RESTRAINTS MAY HAVE BEEN INSTALLED.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL NEW HEAD RESTRAINTS AT NO COST TO OWNER." -08/28/1979,79V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V194000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,6000,AN IMPROPER BULB SOCKET MAY EXIST IN THE TAIL LAMP ASSEMBLY. THIS MAY CAUSE AN UNACCEPTABLE DECREASE IN BRIGHTNESS LEVELS IN LAMPS USED FOR REAR SIGNALING.,,REDUCTION IN THE AMOUNT OF LIGHT EMITTED FROM REAR TAILLIGHTS CAUSES A SAFETY HAZARD THAT COULD LEAD TO A VEHICLE ACCIDENT. CORRECTIVE ACTION: DEALER WILL REPLACE REAR LAMP SOCKETS WITHOUT CHARGE TO OWNER. -08/28/1979,79V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V193000),Volvo Trucks North America,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:L,SUSPENSION,NR (Not Reported),Vehicle,805,THE INVOLVED VEHICLES HAVE TORQUE REACTION LEAVES WHICH ARE SEPARATED ON ONE SIDE OF THE REAR SUSPENSION. UNDER SEVERE CONDITIONS THIS SEPARATED TORQUE REACTION LEAF WILL OVERSTRESS THE REACTION LEAF ON THE OTHER SIDE OF THE REAR SUSPENSION.,,DEALER WILL INSPECT AND REPLACE LEFT AND RIGHT TORQUE REACTION LEAVES WITH MODIFIED DESIGN LEAVES AT NO COST TO OWNER. -08/27/1979,79T032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T032000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,288,THE INVOLVED TIRES MAY BE SEPARATING BETWEEN THE TOP OF THE OUTERMOST BODY PLY AND THE TREAD BELTS DUE TO CONTAMINATION OF A RUBBER INSERT PLACED BETWEEN THESE TWO COMPONENTS. CONTINUED USE OF TIRE CAN RESULT IN THE DISENGAGING OF THE TREAD AND BELT ASSEMBLY FROM THE BODY OF THE TIRE.,,DEALER WILL REPLACE TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -08/24/1979,79V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V192000),CHAMPION HOME BLDR. CO.,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,63,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 206, ""DOOR LOCKS AND DOOR RETENTION COMPONENTS"". IF SUFFICIENT FORCE IS APPLIED, THE SIDE DOOR HINGES COULD SEPARATE AND FAIL TO SUPPORT THE DOOR.",,THE DEALER WILL REPLACE THE HINGES IN EACH DOOR AT NO COST TO OWNER. -08/21/1979,79V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V191000),"OLSON BODIES, INC.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,1113,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". THE CORRECT TOTAL NUMBER OF WELDS MAY NOT HAVE BEEN APPLIED TO SEAT HOLD INSTALLATIONS. IN THE EVENT THAT A SEAT IS WITHOUT A WELD, THE SEAT COULD SLIDE FORWARD UPON IMPACT.",,"A QUALIFIED WELDER WILL WELD THE SOCKET AND HOLDER ASSEMBLY OF THE SEAT. THIS PROCEDURE SHOULD BE PERFORMED AS SOON AS POSSIBLE, WITHOUT CHARGE." -08/17/1979,79V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V189000),PETERBILT MOTOR COMPANY,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,12000,THE INVOLVED VEHICLES WERE MANUFACTURED WITH A 5/16 INCH THICK ESNA SELF-LOCKING NUT INSTALLED ON THE STEERING GEAR INPUT SHAFT PINCH BOLT. THE NUT USED MAY NOT SECURELY FASTEN THE U-JOINT TO THE INPUT SHAFT.,,THE U-JOINT YOKE AND INPUT SHAFT WILL BE INSPECTED AND THE PINCH BOLT AND NUT WILL BE REPLACED WITH THE TYPE CURRENTLY IN PRODUCTION. ANY OTHER STEERING COMPONENTS DAMAGED DUE TO THE DEFECT WILL ALSO BE REPLACED. -08/15/1979,79V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V188000),TRANSPORTATION MFG. CORP.,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,748,"THE INVOLVED VEHICLES HAVE THE FOLLOWING NON-COMPLIANCES: THE LOW AIR WARNING SIGNAL MAY NOT ACTIVATE UNTIL THE SERVICE RESERVOIR PRESSURE IS BELOW 60 PSI. IN ADDITION, THE BRAKE RELEASE TIME MAY EXCEED 0.55 SECONDS AT THE RIGHT FRONT WHEEL, WHICH CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,DEALER WILL ADJUST THE PIN SWITCH TO THE PROPER PRESSURE TO BRING THE VEHICLE INTO COMPLIANCE WITH SAFETY STANDARD NO. 121. -08/14/1979,79V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V184000),"Maserati North America, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,125,THE CLUTCH FLUID PIPE AND THE REAR BRAKE PIPE MAY BE POSITIONED TOO CLOSE TO THE EXHAUST SYSTEM. AS A RESULT THE HEAT FROM THE EXHAUST MAY CAUSE THE BRAKE FLUID TO VAPORIZE.,,DEALER WILL REPLACE AND REROUTE REAR BRAKE AND CLUTCH LINES WITHOUT CHARGE TO OWNER. OWNERS MAY CONTACT MASERATI AT 1-877.696.2737. -08/14/1979,79V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V190000),UNITED TRADE REP(TOMOS),VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,17722,"THE INVOLVED VEHICLES ARE NOT IN COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". TIRE AND RIM INFORMATION LABELS WERE NOT INSTALLED AS REQUIRED. ALSO, REARVIEW MIRRORS DO NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"".",,CERTIFICATION LABELS AND NEW MIRRORS WILL BE INSTALLED BY THE DEALER FREE OF CHARGE. -08/08/1979,79V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V187000),"General Motors, LLC",BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3263,"THE INVOLVED VEHICLES WERE ASSEMBLED WITH INCORRECT PLUMBING OF THE COPPER BRAKE APPLICATION VALVE SUPPLY AIR LINES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO 121, ""AIR BRAKE SYSTEMS"". AS A RESULT, AIR COULD LEAK FROM THE REAR BRAKE SYSTEM.",,"DEALER WILL INSPECT AND RECONNECT ANY IMPROPERLY CONNECTED AIR LINES AT THE BRAKE APPLICATION VALVE, WITHOUT CHARGE." -08/07/1979,79V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V186000),FMC CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1033,"THE BRAKE TUBES WHICH SUPPLY THE HYDRAULIC FLUID THROUGH THE SYSTEM MAY BE LOSING FLUID. THUS THE TUBES MAY BE MORE SUBJECT TO CORROSION, ESPECIALLY UNDER CERTAIN CLIMATIC CONDITIONS.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BRAKE TUBES, WITHOUT CHARGE TO OWNER." -08/07/1979,79V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V183000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,890,INSUFFICIENT MATERIAL THICKNESS IN THE REAR SUSPENSION LOWER SPRING SEATS MAY ALLOW THE SEAT TO FLEX AND BREAK THE SEAT-TO-AXLE WELD.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LOWER SPRING SEATS, WITHOUT CHARGE TO OWNER." -08/07/1979,79V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V185000),Ford Motor Company,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,22500,"THE WHEEL ASSEMBLY MAY CONTAIN SUBSTANDARD WELDS IN THE AREA WHERE THE DISC IS ATTACHED TO THE RIM. AS A RESULT, CRACKS CAN FORM IN THE WHEEL ASSEMBLY, CAUSING AIR LOSS AND AN UNDERINFLATED TIRE.",,DEALER WILL INSPECT AND REPLACE ANY DEFECTIVE WHEELS WITHOUT CHARGE TO OWNER. -08/03/1979,79V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V182000),GRUMMAN FLXIBLE CORP.,EMERGENCY PARKING BRAKE:MECHANICAL:DRIVELINE TYPE:,PARKING BRAKE,NR (Not Reported),Vehicle,368,PARKING BRAKES ON THE INVOLVED VEHICLES MAY NOT RELEASE OR RELEASE COMPLETELY. THIS COULD LEAD TO ABNORMAL HEATING OF THE ROCKWELL PARKING BRAKE DRUM DURING VEHICLE OPERATION. THIS MAY CAUSE BURNING OR THERMAL CRACKING OF THE DRUM SURFACE. THE WEAKENED DRUM THEN BECOMES SUBJECT TO FAILURE UNDER THE CENTRIFUGAL FORCES OF THE PROPSHAFT ROTATION WHICH PULL THE DRUM OUTWARDS WHEN IT IS ROTATING RAPIDLY AROUND THE PROPSHAFT CENTER.,,"THE DEALER WILL REPLACE THE EXISTING BRAKE DRUM WITH ROCKWELL PART #3219-H-4350, WITHOUT CHARGE TO OWNER." -08/01/1979,79V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V178000),Motor Coach Industries,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1602,"CERTAIN VEHICLES DO NOT COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE LOW AIR WARNING SIGNAL MAY NOT ACTIVATE UNTIL SERVICE RESERVOIR PRESSURE IS BELOW 60 PSI. ALSO, THE BRAKE RELEASE TIME MAY EXCEED THE REQUIRED 0.55 SECONDS ON THE RIGHT HAND FRONT WHEEL.",,DEALER WILL ADJUST THE PIN SWITCH TO PRESSURE TO BRING VEHICLES INTO COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121. -08/01/1979,79V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V179000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2000,"SOME OF THE INVOLVED VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE AIR RESERVOIR CAPACITY IS BELOW THAT ALLOWED BY THE STANDARD.",,"DEALER WILL EITHER REPLACE THE EXISTING TANK WITH A LARGER TANK OR ADD A SECOND TANK, WITHOUT CHARGE TO OWNER." -08/01/1979,79V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V181000),CYCLE PEUGEOT USA,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,9541,"THE INVOLVED MOPEDS DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS"". LABELS WHICH INDICATE THE PROPER RIM AND TIRE SIZE AND COLD TIRE INFLATION PRESSURES WERE OMITTED.",,DEALER WILL INSTALL THE PROPER LABEL WITHOUT CHARGE TO OWNER. -08/01/1979,79V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V180000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,1223,SOME OF THE INVOLVED VEHICLES WERE NOT INSPECTED FOR ADEQUATE CLEARANCE BETWEEN THE STEERING SHAFT AND ITS FIREWALL OPENING. INADEQUATE CLEARANCE COULD RESULT IN THE STEERING COLUMN BECOMING SCORED OR SEVERED BY THE FIREWALL SHEET METAL.,,"DEALER WILL INSPECT VEHICLES AND, IF NECESSARY, ENLARGE THE FIREWALL OPENING TO PROVIDE THE MINIMUM 3/8 INCH CLEARANCE FOR THE STEERING SHAFT. ANY SCORED OR CUT SHAFTS WILL BE REPLACED WITHOUT CHARGE TO OWNER." -08/01/1979,79T031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T031000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,21,"THE INVOLVED TIRES ARE UNDERCURED IN THE BEAD AREA. AS A RESULT, THIS AREA MAY BECOME CHAFED OR CRACKED.",,"DEALER WILL REPLACE, MOUNT AND BALANCE THE INVOLVED TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF NOTIFICATION." -07/25/1979,79V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V177000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,250,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", IN REGARD TO DEFECTIVE BRAKE APPLICATION AND IMPROPER RELEASE TIME. ALSO, THE ANTI-LOCK VALVES WERE MANUFACTURED WITH AN ANTI-LOCK PISTON WHICH, WITH EXTENDED USE, MAY STICK. THIS PREVENTS AIR FROM BEING DELIVERED TO THE AIR BRAKE CHAMBERS SUPPLIED BY THESE VALVES.",,DEALER WILL EITHER REBUILD THE VALVE OR PERMANENTLY DISABLE THE ANTI-LOCK SYSTEM WITHOUT CHARGE. -07/24/1979,79V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V176000),"Chrysler (FCA US, LLC)",AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Vehicle,68000,CONDENSATE WATER MAY ACCUMULATE IN THE AIR CONDITIONING BLOWER HOUSING; THERE IS A HIGH PROBABILITY THAT THIS WATER WILL CAUSE THE BLOWER MOTOR TO FAIL. BLOWER MOTOR FAILURE WOULD DISABLE THE AIR CONDTIONING UNIT AND THERE WOULD BE NO WAY TO DEFROST OR DEFOG THE WINDSHIELD.,,"DEALER WILL DRILL A 1/4 INCH DRAIN HOLE IN THE BOTTOM OF THE AIR CONDITIONING BLOWER HOUSING TO PREVENT WATER ACCUMULATION, WITHOUT CHARGE TO OWNER." -07/24/1979,79T030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T030000),KELLY SPRINGFIELD TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,650,THE INVOLVED TIRES CONTAIN VOIDS BETWEEN THE TOP PLY AND THE TREAD IN THE SHOULDER AREA. THIS CAN LEAD TO TREAD SEPARATION WHILE IN OPERATION.,,DEALER WILL REPLACE RECALLED TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF NOTIFICATION. -07/23/1979,79V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V175000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,1896222,"UNDER CERTAIN DRIVING CONDITIONS, THESE VEHICLES CAN EXPERIENCE TEMPERATURES IN THE FRONT WHEEL OUTER BEARING AREA WHICH CAN AFFECT THE WHEEL BEARING GREASE. THIS CAN RESULT IN INADEQUATE LUBRICATION OF THE BEARING. THIS CONDITION MAY BE FURTHER AGGRAVATED BY IMPROPER ADJUSTMENT OF THE FRONT WHEEL SPINDLE NUT.",,THE DEALER WILL INSTALL NEW FRONT WHEEL OUTER BEARINGS PACKED WITH GREASE AND THE SPINDLE WILL BE COATED WITH LUBRICANT. NEW GREASE RETAINER CAPS WILL ALSO BE INSTALLED TO MAINTAIN GREASE IN OUTER BEARING. THIS WILL BE DONE FREE OF CHARGE. -07/17/1979,79V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V174000),FWD CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,27,"UNDER SEVERE OPERATING CONDITIONS, THE THREADS ON THE DRAG LINK ASSEMBLY AND BALL STUD AND SOCKET MAY FAIL DUE TO IMPROPER THREAD ENGAGEMENT.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE DRAG LINK ASSEMBLY AT NO CHARGE TO OWNER." -07/13/1979,79V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V173000),"MOTOBECANE AMERICA, LTD.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,10854,"THE INVOLVED VEHICLES DO NOT CONTAIN LABELS IDENTIFYING THE MANUAL CHOKES. THIS ABSENCE CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"".",,THE DEALER WILL INSTALL THE MANUAL CHOKE LABEL WITHOUT CHARGE. -07/13/1979,79V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V172000),"MOTOBECANE AMERICA, LTD.",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,41207,"THE TIRE, RIM AND INFLATION MANUAL CHOKE LABELS ARE MISSING FROM THE INVOLVED VEHICLES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"", AND 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"".",,DEALER WILL INSTALL THE MISSING LABELS WITHOUT CHARGE TO OWNERS. -07/13/1979,79E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E016000),ARVINMERITOR AUTOMOTIVE,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,3806,CRACKS MAY DEVELOP IN THE RADIAL SPOKES NEAR THE HUB. THESE CRACKS COULD PROPAGATE AND MAY EVENTUALLY CAUSE HUB FAILURE. HUB FAILURE COULD ALLOW THE WHEEL TO SEPARATE FROM THE VEHICLE.,,THE DEALER WILL REPLACE THE DEFECTIVE WHEELS. -07/12/1979,79V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V171000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,1706,"THE SPRING SEAT PLATE, LOCATED BETWEEN THE AXLE HOUSING AND THE SUSPENSION SPRINGS, MAY DEFORM DUE TO SPRING BENDING. AS A RESULT, THE CLAMPING FORCE IN THE ASSEMBLY MAY BE REDUCED. LOSS OF CLAMPING FORCE COULD CAUSE SPRING FAILURE AND THE AXLE WILL DISLOCATE. ALSO, THE TIRE COULD COME INTO CONTACT WITH THE SPRING.",,THE DEALER WILL REPLACE THE EXISTING SPRING SEAT WITH A NEWLY FABRICATED SEAT WHICH IS WELDED TO THE HOUSING. AN IMPROVED SPRING CLAMPING PLATE AND NEW SPRINGS WILL ALSO BE INSTALLED WITHOUT CHARGE. -07/10/1979,79V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V170000),"MINIBUS, INC.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,34,"DUE TO THE WEARING DOWN OF THE SERRATIONS OF THE SHELL ASSEMBLY, LOSS OR REDUCTION OF STEERING CONTROL MAY BE EXPERIENCED BY DRIVER. THIS CAN OCCUR WHEN STRAIN IS PUT UPON THE STEERING MECHANISM, SUCH AS WHEN TURNING WHILE STOPPING OR MOVING VERY SLOWLY. WEARING OUT OF SERRATIONS MAY BE CAUSED BY AN IMPROPER FIT BETWEEN THE NECK OF THE SHELL ASSEMBLY AND THE SERRATIONS, OR IMPROPER HEIGHT OF THE STEERING COLUMN CAUSING A ""BOTTOMING OUT"" WITHIN THE SHELL ASSEMBLY.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE SHELL ASSEMBLY WITH A TYPE HAVING AN ADEQUATELY SIZED NECK. IN ADDITION, PROPER HEIGHT ADJUSTMENT OF THE STEERING COLUMN WILL BE ASSURED THROUGH MAINTENANCE PROCEDURES TO HELP PREVENT A ""BOTTOMING OUT"" WITHIN THE SHELL ASSEMBLY." -07/09/1979,79V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V169000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21970,"THE REAR BRAKE MASTER CYLINDER PLASTIC PISTON EMPLOYS A NON-SPECIFIED MATERIAL WHICH MAY ALLOW EXCESSIVE WATER ABSORPTION. AS A RESULT, THE PLASTIC PISTON MIGHT STICK IN THE MASTER CYLINDER PISTON BORE AND CAUSE BRAKE DRAG.",,DEALER WILL REPLACE REAR BRAKE MASTER CYLINDER PISTONS WITHOUT CHARGE TO OWNER. -07/09/1979,79V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V167000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,27546,BECAUSE THE REAR BRAKE PEDAL IS MADE OF ALUMINUM CASTINGS IT COULD BREAK AT THE PEDAL ARM OR CLAMPING HOLE.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE REAR BRAKE PEDAL WITHOUT CHARGE." -07/09/1979,79E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E015000),CENTURY WRECKER CORP.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,237,"THERE IS A POSSIBILITY THAT THE BOLTS SECURING THE RING GEAR TO THE DRUM SHAFT MAY BE DEFECTIVE. THESE BOLTS COULD BREAK WITHOUT PRIOR WARNING, ALLOWING THE DRUM SHAFT TO SPIN UNRESTRAINED, THUS ALLOWING THE WINCH CABLE TO UNWIND.",,DEALER WILL INSPECT AND REPLACE THE RING GEAR BOLTS AT NO CHARGE. -07/09/1979,79V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V166000),JAGUAR ROVER TRIUMPH INC.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,46000,"THE HEADLAMP MOTOR COULD FAIL DUE TO CORROSION OF THE MOTOR AND LIMIT SWITCH ASSEMBLY. SHOULD THE MOTOR OR THE LIMIT SWITCH FAIL, THE HEADLAMP ASSEMBLY COULD STICK IN EITHER THE UP OR DOWN POSITION.",,"DEALER WILL INSTALL AN IMPROVED SEALED LIMIT SWITCH OR A NEW HEADLAMP MOTOR, IF NECESSARY, WITHOUT CHARGE TO OWNER." -07/09/1979,79V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V164000),"Mack Trucks, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,4640,"THE FLANGE HEAD PINCH BOLTS USED IN THE YOKES OF THE STEERING SHAFT ASSEMBLIES MAY HAVE BEEN OVERSTRESSED DUE TO THE BOLTS NOT BEING TIGHTENED TO SPECIFICATIONS. AS A RESULT, THE PINCH BOLTS COULD BREAK WHILE IN SERVICE.",,FLANGE HEAD PINCH BOLTS WILL BE REPLACED WITH STANDARD GRADE 8 FASTENERS WITHOUT CHARGE TO OWNER. -07/09/1979,79V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V165000),"Mack Trucks, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,80,"THE PINCH BOLT HOLE CENTER TO STEERING GEAR INPUT SHAFT ON THE LOWER YOKE DIMENSION EXCEEDS SPECIFICATIONS. IF THE PINCH BOLT BECOMES LOOSE, IT WILL NOT ENGAGE THE STEERING GEAR INPUT SHAFT NOTCH AND THE SHAFT COULD SLIP OFF.",,THE PROPER STEERING GEAR INPUT SHAFT YOKE WILL BE INSTALLED WITHOUT CHARGE TO OWNER. -07/09/1979,79V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V168000),STEYR DAIMLER PUCH A.G.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1334,"THE FRONT WHEEL SUPPORT CRADLE MAY SEPARATE FROM THE SLIDING TUBE DUE TO A WEAK WELD. AS A RESULT, THE FRONT WHEEL COULD ROTATE IN AN UNSTABLE WAY AND POSSIBLY SEPARATE FROM THE FRONT FORK.",,THE DEALER WILL REPLACE THE RIGHT AND LEFT FORK HALVES ON ALL INVOLVED VEHICLES AT NO COST TO OWNER. -07/05/1979,79V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V163000),"GEORGIE BOY MFG., LLC",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,122,THE INVOLVED MOTOR HOMES HAVE THE POSSIBILITY OF EMITTING AN ELECTRICAL SHOCK IF PROPER POLARITY IS NOT MAINTAINED WHEN PLUGGING IN THE ELECTRICAL POWER CORD.,,THE DEALER WILL PERFORM THE NECESSARY WORK TO CORRECT THE DEFECT. -07/03/1979,79V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V162000),Ford Motor Company,AIR CONDITIONER:SWITCH:FAN,EQUIPMENT,NR (Not Reported),Vehicle,10000,THE AIR CONDITIONERS ON SOME VEHICLES CONTAIN BLOWER MOTOR RESISTORS THAT MAY CAUSE OVERHEATING OF THE HOUSING MATERIAL.,,"DEALER WILL REPLACE BLOWER MOTOR RESISTORS WITH THERMALLY PROTECTED FUSE-LINK RESISTORS, WITHOUT CHARGE." -07/03/1979,79E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E014000),"COLEMAN CO., INC.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,150,"THE INVOLVED JACK BRACKET ASSEMBLIES WERE IMPROPERLY MANUFACTURED. THESE UNITS WERE SUPPLIED WITH A SIX-INCH DIAMETER PLATE-TYPE FOOT OF NEW DESIGN, INSTEAD OF THE FOLDING TRIPOD BOTTOM TYPE ASSEMBLY. THE PLATE-TYPE FOOT PERMITS THE JACK TO MOVE OR CREEP WHILE SUPPORTING THE CAMPER. THIS COULD CAUSE THE JACK ASSEMBLY TO COLLAPSE.",, -07/03/1979,79E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E017000),SUMCO,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,1000000,"THE SCISSOR JACKS WERE ORIGINALLY DESIGNED FOR THE SOLE PURPOSE OF LIFTING AN AUTOMOBILE TO CHANGE TIRES. PRESENTLY, THESE SCISSOR JACKS ARE BEING USED FOR OTHER PURPOSES.",,"THE NECESSARY WARNING LABELS WILL BE SENT TO ALL DISTRIBUTORS, WHOLESALERS AND RETAILERS TO BE AFFIXED TO THESE JACKS." -07/03/1979,79E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E013000),"LA SALLE-DEITCH CO., INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,12900,"THE INVOLVED PIECES OF EQUIPMENT MAY LEAK LP GAS BEYOND PERMISSIBLE LIMITS DUE TO IMPROPER TIGHTENING OR CHECKING OF THE EQUIPMENT FITTINGS, OR BURNER CONTROL ASSEMBLY TUBING DAMAGE DURING SHIPMENT OR INSTALLATION.",,"DEALER WILL TIGHTEN FITTINGS OR REPLACE TUBING, IF NECESSARY." -07/02/1979,79V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V159000),"COACHMEN INDUSTRIES, INC.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,70,"THE ELECTRICAL PACKAGE OPTION MAY HAVE BEEN WIRED INCORRECTLY OR A CIRCUIT BREAKER OMITTED. CONSEQUENTLY, IF A SHORT OCCURS IN THE ELECTRICAL LINE, THE WIRE COULD OVERHEAT AND LEAD TO A FIRE.",,OWNERS WILL BE PROVIDED WITH CIRCUIT BREAKERS AND ARE INSTRUCTED TO TAKE THEM TO THE DEALER FOR FREE INSTALLATION. ANY NECESSARY REPAIRS TO THE ELECTRICAL PACKAGE OPTION WILL BE DONE WITHOUT CHARGE TO OWNER. -07/02/1979,79V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V160000),"COACHMEN INDUSTRIES, INC.",LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,573,"THE NUTS AND LOCKWASHERS USED TO SECURE THE LP GAS TANK MAY NOT HAVE BEEN SECURELY TIGHTENED DUE TO THE USE OF INCORRECT LOCKWASHERS. IF THE NUTS LOOSEN AND FALL FROM THE BOLTS, THE L.P. GAS TANK COULD SEPARATE COMPLETELY FROM THE VEHICLE AND BECOME DAMAGED, ALLOWING THE LP GAS TO ESCAPE.",,ALL LOOSE NUTS WILL BE TIGHTENED AND ANY INCORRECT LOCKWASHERS WILL BE REPLACED. DEALER WILL ALSO ADD FLAT WASHERS AND LOCKING TYPE NUTS TO ALL UNITS. -07/02/1979,79E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E012000),R.H.,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Equipment,228,THE PITMAN ARM MAY LOOSEN DUE TO IMPROPER INSTALLATION OF THE PITMAN ARM DURING MANUFACTURING. THIS COULD CAUSE THE PITMAN ARM TO WEAR EITHER THE PITMAN ARM SPLINES OR THE OUTPUT SHAFT SPLINES.,,DEALER WILL INSPECT AND REPLACE PITMAN ARMS WHERE NECESSARY. -07/02/1979,79V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V161000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,476245,"A CHILD COULD OPEN THE REAR SIDE COMPARTMENT DOOR AND ENTER THIS COMPARTMENT. THE CHILD COULD BECOME ENTRAPPED IF THE DOOR WERE TO CLOSE, AS IT CANNOT BE UNLATCHED FROM THE INSIDE.",,"DEALER WILL REPLACE THE ORIGINAL COMPARTMENT DOOR LATCH, WHICH CAN BE LATCHED WITHOUT A KEY, WITH A NEW ASSEMBLY THAT REQUIRES A KEY TO LATCH AS WELL AS LOCK THE DOOR." -07/02/1979,79T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T029000),Yokohama Tire Corporation,TIRES:PLY,TIRES,NR (Not Reported),Tire,13959,"TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". CONTINUED USE OF THESE TIRES COULD LEAD TO A SEPARATION BETWEEN THE PLIES.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/26/1979,79E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E011000),VETTER,EQUIPMENT:MOTORCYCLE CARRIER,EQUIPMENT,NR (Not Reported),Equipment,5404,"THE INVOLVED LUGGAGE RACKS WERE INSTALLED WITH WEAK BOLTS. IF VEHICLE TRAVELS OVER ROUGH AND BUMPY ROADS, THE BOLTS MAY COME LOOSE AND THE RACK MAY FALL FROM THE VEHICLE.",,THE DEALER WILL INSTALL CARRIAGE BOLTS AND NUTS ON THE LUGGAGE RACK AT NO COST TO OWNER. -06/26/1979,79V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V158000),"Porsche Cars North America, Inc.",POWER TRAIN:DRIVELINE UNIVERSAL JOINT:CONSTANT VEL,POWER TRAIN,NR (Not Reported),Vehicle,1276,"THE SURFACE OF THE MOUNTING BOLTS CONNECTING THE OUTER CONSTANT VELOCITY JOINT TO THE LEFT AND RIGHT AXLE SHAFTS ON THE REAR OF THE CAR MAY HAVE BEEN IMPROPERLY TREATED. AS A RESULT, THE HEAD OF THE BOLT MAY HAVE BEEN SCUFFED DURING INSTALLATION AND MAY NOT HAVE THE PROPER TORQUE. BOLTS MAY BECOME LOOSE AND AXLE SHAFT SEPARATION COULD OCCUR.",,DEALER WILL INSTALL AND PROPERLY TIGHTEN NEW AXLE MOUNTING BOLTS WITHOUT CHARGE TO OWNER. -06/20/1979,79T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T028000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,34,"THE INVOLVED TIRES FAIL TO MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,DEALER WILL REPLACE TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/19/1979,79V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V152000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,75000,"THE INCORRECTLY INSTALLED LEFT FRONT BRAKE HOSES MAY ALLOW FOR CONTACT BETWEEN THE FRONT BRAKE HOSES AND THE FRONT TIRES WHEN THE FRONT WHEELS ARE IN FULL RIGHT OR LEFT TURN POSITIONS. IF CONTACT IS MADE, THE HOSE COULD WEAR AND ALLOW BRAKE FLUID TO LEAK OUT.",,"THE DEALER WILL INSPECT FRONT BRAKE HOSES AND REPLACE THOSE LACKING THE PROPER CLEARANCE WITH CURRENT PRODUCTION HOSES, WITHOUT CHARGE TO OWNER." -06/19/1979,79E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E010000),MIDLAND INTERNAT. CORP.,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,4231,THE CIRCLIP WHICH LOCKS THE CRUTCH RADIUS LINK ONTO THE RADIUS LINK STUD MAY NOT BE PROPERLY SEATED. FAILURE OF THE CIRCLIP MAY ALLOW THE CRUTCH RADIUS LINK TO SLIP OFF OF THE RADIUS LINK STUD. THE CRUTCH WILL THEN SWIVEL FORWARD OR BACKWARDS AND THE VEHICLE OR LOAD BEING LIFTED WILL FALL FROM THE JACK.,,"THE DEALER WILL REPAIR OR, IF NECESSARY, REPLACE THE JACK AT NO COST TO OWNER." -06/19/1979,79V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V157000),KELSEY-HAYES COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,27,"THE COMBINED REAR BUMPER AND TRAILER HITCH MOUNT WELDS MAY DEVELOP CRACKS DUE TO STRESSES GENERATED IN NORMAL SERVICE. CRACKS COULD EVENTUALLY RESULT IN FAILURE OF THE MOUNTING BRACKET, CAUSING PARTIAL OR TOTAL SEPARATION OF THE TRAILER FROM THE TOWING VEHICLE.",,"REPLACEMENT REAR BUMPERS AND HITCH MOUNTING BRACKETS WILL BE PROVIDED, OR VEHICLES MAY BE RETURNED TO THE PLANT FOR INSTALLATION BY MANUFACTURER." -06/19/1979,79V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V155000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,8500,"THE PINCH BOLT HOLES IN THE LOWER STEERING C0LUMN UNIVERSAL JOINT YOKE WERE DRILLED OFF LOCATION OF THE CENTER LINE, THUS REDUCING BOLT TO STEERING GEAR INPUT SHAFT ENGAGEMENT. AS A RESULT, THE JOINT COULD SLIP OR SEPARATE FROM THE STEERING GEAR INPUT SHAFT.",,"THE DEALER WILL DRILL THE YOKE AND INSTALL A LARGER BOLT TO PROPERLY SECURE THE UNIVERSAL JOINT, WITHOUT CHARGE TO OWNER." -06/19/1979,79V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V154000),GRUMMAN FLXIBLE CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,433,"THE CABLE ACTUATING EMERGENCEY DOOR RELEASE MAY NOT FUNCTION PROPERLY DUE TO A STAKED KEY IN THE COLLAR OF THE EMERGENCY RELEASE CABLE. THIS CONDITION MAY CAUSE THE RELEASE CABLE TO BIND IF THE ""T"" HANDLE IS ROTATED AS IT IS BEING PULLED.",,BOTH THE FRONT AND REAR EMERGENCY DOOR RELEASE ASSEMBLIES WILL BE REWORKED TO CORRECT THE PROBLEM. -06/19/1979,79V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V153000),Ford Motor Company,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,12000,CERTAIN VEHICLES MAY NOT CONTAIN THE SPECIFIED BODY MOUNTED HEAT SHIELDS. THIS COULD CAUSE HIGH FLOOR PAN TEMPERATURES WHEN THE ENGINE IS IDLED FOR EXTENDED PERIODS OF TIME. FOULED SPARK PLUGS OR OTHER ENGINE CONDITIONS COULD FURTHER INCREASE EXHAUST TEMPERATURES.,,"THE DEALER WILL INSTALL THE NECESSARY FRAME MOUNTED HEAT SHIELD, IF MISSING." -06/19/1979,79T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T026000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,632,"TIRES FAILED TO MEET THE MINIMUM ENDURANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,THE DEALER WILL REPLACE THE RECALLED TIRES AT NO COST TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/19/1979,79V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V156000),INTERNATIONAL TRUCK & ENGINE CORPORATION,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,3000,THE OPENING FOR THE WINDSHIELD IN THE CAB MAY BE TOO LARGE TO PERMIT PROPER RETENTION OR SEALING OF THE WINDSHIELD.,,"DEALER WILL INSTALL UPPER AND LOWER METAL RETAINING BRACKETS TO HOLD WINDSHIELD IN POSITION, WITHOUT CHARGE TO OWNER." -06/15/1979,79T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T025000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,446,THE INVOLVED TIRES RECEIVED AN INCORRECT MOLD MARKING FOR THE SIZE DESIGNATION. A DIAMETER OF 15 INCHES WAS INDICATED INSTEAD OF THE CORRECT MARKING OF 14 INCHES.,,THE DEALER WILL REPLACE THE RECALLED TIRES WITH CORRECTLY MARKED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/15/1979,79T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T024000),FIRESTONE TIRE & RUBBER CO.,TIRES:LINER,TIRES,NR (Not Reported),Tire,700,"THE BUILDING MACHINE USED TO PRODUCE THESE TIRES MAY HAVE BEEN IMPROPERLY SET. DUE TO A NARROW DRIVE SETTING, THE INNERLINER STOCK MAY HAVE MIGRATED BETWEEN THE CORDS OF THE FIRST BODY PLY TO A POINT HIGHER THAN IS ACCEPTABLE.",,"THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -06/15/1979,79T027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T027000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,642,"TIRES FAILED TO MEET THE MINIMUM ENDURANCE TEST REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". SOME OF THESE TIRES EXHIBITED THIN INNER LINER GAUGE WHICH CAN ALLOW AIR DIFFUSION INTO THE CARCASS AND CAUSE PLY SEPARATION.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/14/1979,79V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V150000),PACCAR Incorporated,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,500,"SOME TRUCKS WITH 36"" OR 63"" SLEEPER BOXES MAY HAVE A PROBLEM IN THAT THE LATCH MECHANISM ON THE SLEEPER DOOR MAY NOT BE ADJUSTED TO SPECIFICATIONS. THIS MISADJUSTMENT COULD ALLOW THE DOOR TO VIBRATE, WHICH COULD CAUSE THE LATCH TO BECOME SO WORN THAT IT MAY COME OPEN, EVEN UNDER MINOR ROAD VIBRATIONS.",,DEALER WILL ADJUST SLEEPER DOOR LATCH WITHOUT CHARGE TO OWNER. -06/13/1979,79V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V151000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,42977,THE CARBURETOR FUEL FEED HOSE MAY NOT HAVE BEEN PROPERLY POSITIONED DURING ASSEMBLY. AS A RESULT THE HOSE COULD COME IN CONTACT WITH OR BE TOO CLOSE TO THE ENGINE EMISSION EXHAUST SYSTEM GAS RECIRCULATION VALVE. THIS CAN CAUSE THE HOSE TO RUPTURE.,,"THE DEALER WILL INSPECT THE FUEL FEED HOSE AND REPOSITION IT, IF NECESSARY. ALSO, ANY DAMAGED HOSE WILL BE REPLACED." -06/13/1979,79V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V149000),"Chrysler (FCA US, LLC)",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15000,THE POSSIBILITY OF ENGINE COMPARTMENT FUEL LEAKAGE EXISTS DUE TO AN INADEQUATE STAKING OPERATION THAT MAY ALLOW FUEL TO LEAK BY THE FUEL PUMP DIAPHRAGM AND DISCHARGE FROM THE PUMP BODY THROUGH THE PUMP BREATHER HOLE.,,DEALERS WILL REPLACE ALL FUEL PUMPS AT NO COST TO OWNERS. -06/13/1979,79T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T023000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,900,THE INVOLVED TIRES MAY HAVE A NARROW BEAD CONDITION RESULTING FROM A MARGINAL TIE-IN AROUND THE BEAD OF CERTAIN BODY PLIES.,,THE DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/12/1979,79V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V144000),"FIAT MOTORS OF N.A., INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15000,THE MANUFACTURER HAS ESTABLISHED THAT THE TAIL LIGHTS MAY BECOME INOPERATIVE DUE TO POSSIBLE OXIDATION OF THE WIRING TERMINALS CAUSED BY INFILTRATION OF WATER AND DIRT.,,DEALER WILL APPLY A PROTECTIVE PAINT AND INSTALL A PLASTIC COVER OVER THE EXPOSED TAIL LIGHT WIRING TERMINALS. -06/12/1979,79V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V147000),WHITE MOTOR CORPORATION,ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,74,"IN THE INVOLVED VEHICLES, THE AIR PRESSURE WHICH IS USED TO ACTUATE THE ENGINE SHUTDOWN SOLENOID MAY BE BLOCKED WHENEVER TRANSMISSION FLUID TEMPERATURE EXCEEDS 250 DEGREES FAHRENHEIT.",,DEALER WILL INSPECT AND MODIFY THE AIR PLUMBING AS REQUIRED. -06/12/1979,79V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V148000),WHITE MOTOR CORPORATION,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,575,"LOCKWASHERS, USED TO RETAIN THE ENGINE""S FAN MOUNTING BOLTS, MAY HAVE BEEN OMITTED DURING ASSEMBLY, CAUSING THE BOLTS TO LOOSEN AND ALLOWING THE FAN TO SEPARATE FROM ITS MOUNTING HUB.",,DEALER WILL INSTALL LOCKWASHERS ON THE BOLTS. -06/12/1979,79V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V146000),"AUSTIN ROVER CARS NA, INC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,23000,"THE POSSIBILITY EXISTS THAT, DUE TO OUTSIDE INFLUENCES SUCH AS SALT ON THE ROADS, THE FUEL TANK MAY DEVELOP AREAS OF CORROSION WHICH COULD EVENTUALLY RESULT IN FUEL LEAKAGE.",,"DEALER WILL INSPECT FOR CORROSION AND, IF NECESSARY, REPLACE THE FUEL TANK AT NO COST TO OWNER." -06/12/1979,79E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E009000),KELSEY-HAYES COMPANY,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Equipment,1500,"THE WELD BETWEEN THE SPINDLE AND AXLE BEAM IS NOT UNIFORM. AS A RESULT, THE INSUFFICIENT WELD COULD CAUSE SEPARATION OF THE SPINDLE FROM THE AXLE BEAM.",,DEALER WILL REPLACE THE DEFECTIVE AXLE BEAM ASSEMBLY AT NO COST TO OWNER. -06/12/1979,79V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V145000),"ALFA ROMEO, INCORPORATED",TIRES,TIRES,NR (Not Reported),Vehicle,61,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". THE TIRES INSTALLED ON SPECIFIED WHEELS OF THIS VEHICLE ARE OF INCORRECT SIZE.",,THE DEALER WILL REPLACE THE 165 HR TIRES WITH FIVE NEW 185/70 HR 14 TIRES. -06/11/1979,79V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V143000),WALTER MOTOR TRUCK CO.,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,28,"THE STEERING CYLINDER ANCHOR BRACKET, CLAMPED TO THE FRONT AXLE NEAR THE RIGHT SIDE SPRING, CAN BECOME LOOSE AS A RESULT OF THE 1/2"" DIA LOCATING DOWEL SHEARING OFF OR LOOSENING AND FALLING OUT.",,"THE DEALER WILL REPLACE ALL STEERING CYLINDER ANCHOR BRACKETS AND ATTACHING PARTS AND MACHINE THE AXLE TO ACCOMODATE A LARGER 3/4"" DIAMETER DOWEL PIN, AT NO COST TO OWNER." -06/11/1979,79T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T022000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,29,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES DID NOT MEET THE PRESCRIBED 47 HOURS WITHOUT FAILURE UNDER STEPPED UP LOADS. AS A RESULT, TREAD SEPARATION MAY DEVELOP, CAUSING PARTIAL LOSS OF TREAD, PARTICULARLY UNDER HIGH SPEED DRIVING CONDITIONS.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -06/06/1979,79V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V142000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,15328,"ON THE INVOLVED VEHICLES THE BRAKE STOPLIGHT AND CRUISE CONTROL SWITCH WHICH IS OPERATED BY THE BRAKE PEDAL MAY HAVE BEEN ASSEMBLED WITH AN INCORRECT LUBRICANT ON THE ACTUATING PLUNGER. THIS CAN CAUSE THE REAR BRAKE STOPLIGHTS TO BECOME INOPERATIVE AND THE CRUISE CONTROL, IF ACTIVATED, TO STAY ELECTRICALLY ENGAGED.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BRAKE STOPLIGHT AND CRUISE CONTROL SWITCH AT NO COST TO OWNER." -06/06/1979,79V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V140000),PACCAR Incorporated,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,150,THE INVOLVED TRUCKS MAY HAVE BEEN MANUFACTURED WITH A GRADE 5 BOLT INSTEAD OF THE SPECIFIED GRADE 8 BOLT.,,DEALER WILL REPLACE GRADE 5 BOLTS WITH GRADE 8 BOLTS. -06/05/1979,79V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V139000),"BEAVER COACHES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,46,"THE 2"" GASOLINE FILLER HOSE MAY BE MOUNTED IN SUCH A MANNER THAT IT MAY COME INTO CONTACT WITH THE EXHAUST PIPING, CAUSING THE HOSE TO MELT, AND PERMITTING GASOLINE TO LEAK FROM THE TANK.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE FILLER HOSE, ADD A HOSE SUPPORT CLAMP, AND ENSURE THAT FILLER HOSE IS A MINIMUM OF FOUR INCHES FROM THE EXHAUST PIPING, AT NO COST TO OWNER." -06/01/1979,79V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V138000),"GEORGIE BOY MFG., LLC",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,968,IT IS POSSIBLE THAT THE EXHAUST VENT OPENING FOR THE FURNACE WAS COVERED OVER AFTER MANUFACTURING AND TESTING WAS COMPLETED.,,DEALER WILL INSTALL A NEW VENT. -06/01/1979,79V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V137000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,6673,"THE PITMAN ARM RETAINING NUT MAY NOT HAVE BEEN TORQUED TO MANUFACTURER SPECIFICATIONS. THIS COULD RESULT IN INADEQUATE RETENTION OF THE NUT AT THE OUTPUT SHAFT, ALLOWING THE PITMAN ARM TO BECOME LOOSE.",,"DEALER WILL INSPECT AND RETORQUE PITMAN ARM, IF NECESSARY, AT NO COST TO OWNER." -05/31/1979,79V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V133000),"Mack Trucks, Inc.",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,23000,"IN THE EVENT OF TURBOCHARGER COMPRESSOR WHEEL FAILURE, ONE OR MORE OF THE FOUR CAPSCREWS THAT HOLD THE TURBOCHARGER TOGETHER MAY BE STRUCK BY PARTS OF THE COMPRESSOR WHEEL, RESULTING IN THE CAPSCREWS BEING DAMAGED. IF THESE CAPSCREWS ARE DAMAGED TO THE POINT THAT THEY ALLOW THE COMPRESSOR BACK PLATE TO DISLOCATE FROM THE TURBOCHARGER BEARING HOUSING, ENGINE LUBRICATING OIL MAY BE ALLOWED TO ESCAPE UNDER PRESSURE, CONTACTING THE ENGINE EXHAUST MANIFOLD SECTIONS OR TURBOCHARGER TURBINE HOUSING.",,"DEALER WILL INSTALL A SHIELD FOR THE HEADS OF THE FOUR CAPSCREWS, ALONG WITH STRONGER SAE 8 GRADE 8 CAPSCREWS, IF NECESSARY, AT NO COST TO OWNER." -05/31/1979,79V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V136000),Harley-Davidson Motor Company,EQUIPMENT,EQUIPMENT,NR (Not Reported),Vehicle,2547,THE SEAT HANDRAIL MAY HAVE BEEN ASSEMBLED TO THE MOTORCYCLE WITH THE TWO CENTER ATTACHING BOLTS MISSING. IF THESE TWO BOLTS ARE MISSING THE SEAT WILL BE ATTACHED BY THE FRONT BRACKET AND REAR BOLT ONLY.,,DEALER WILL INSPECT AND INSTALL THE PROPER SEAT HANDRAIL HOLD DOWN HARDWARE. -05/30/1979,79V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V129000),"Porsche Cars North America, Inc.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19,THE TWO MOUNTING BOLTS FOR EACH OF THE LEFT AND RIGHT SIDE FRONT CALIPERS HAVE BEEN IMPROPERLY TORQUED DURING ASSEMBLY. THE TORQUE WRENCH USED IN THE ASSEMBLY MAY HAVE BEEN MECHANICALLY DEFECTIVE.,,DEALER WILL RETORQUE THE FRONT BRAKE CALIPER MOUNTING BOLTS TO PROPER SPECIFICATIONS. -05/30/1979,79V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V132000),"Volvo Car USA, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,121000,"ON THE INVOLVED VEHICLES, THERE IS THE POSSIBILITY THAT FUEL WETTING IN THE DRAIN PLUG AREA OF THE FUEL TANK COULD EXIST. THIS IS CAUSED BY A POSSIBLE SOLDERING INCONSISTENCY AT THE DRAIN PLUG FLANGE OF THE FUEL TANK OR AN INCONSISTENCY OF FITTING BETWEEN THE DRAIN PLUG THREADS. IF FUEL WETTING SHOULD OCCUR AT THE DRAIN PLUG AREA, A COMBUSTIBLE MIXTURE COULD RESULT.",,"DEALER WILL INSPECT AND REPLACE THE FUEL TANK, IF NECESSARY, AT NO COST TO OWNER." -05/30/1979,79E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E008000),TRANSPORTATION PARTS CO.,STEERING,STEERING,NR (Not Reported),Equipment,1852,"THE STEERING COLUMN SECTOR SHAFT CONTAINS LOOSE PINS THAT MAY WORK OUT DUE TO POOR MANUFACTURING. AS A RESULT, THE PINS MAY LODGE IN THE WORM GEAR. STEERING COULD BECOME IMPAIRED OR INOPERATIVE IN ONE OR BOTH DIRECTIONS.",,DEALERS WILL REPLACE DEFECTIVE SHAFT KITS WITH NEW IMPROVED KITS. -05/30/1979,79V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V130000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,2187,"IT HAS BEEN DETERMINED THAT TWO SCREWS THAT ARE PART OF THE BEARING ASSEMBLY LOCATED AT THE CAB DASH SHEET MAY NOT HAVE BEEN TIGHTENED PROPERLY. AS A RESULT, THE UPPER STEERING SHAFT MAY BE FREE TO ""FLOAT"" THROUGHOUT MUCH OF ITS LENGTH WHICH MAY RESULT IN INADEQUATE ENGAGEMENT IN THE SLIP SPLINES OF THE LOWER STEERING SHAFT. AXLE ARTICULATION COULD RESULT IN DISENGAGEMENT OF THE LOWER STEERING SHAFT SLIP SPLINES.",,DEALER WILL INSTALL A SLEEVE BETWEEN THE DASH SHEET BEARING AND THE UPPER STEERING SHAFT LOWER YOKE TO ASSURE POSITIVE UPPER STEERING SHAFT LOCATION. -05/30/1979,79V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V134000),"Mack Trucks, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,64150,"IN THE INVOLVED TRUCKS IT IS POSSIBLE THE ADJUSTABLE STEERING COLUMN REAR MOUNTING BRACKET COULD FAIL, ALLOWING STEERING WHEEL ASSEMBLY TO FALL DOWN ONTO THE OPERATOR""S LAP.",,DEALER WILL INSTALL AN ADDITIONAL BRACKET IN THIS AREA TO PREVENT THE STEERING WHEEL FROM DISLOCATING IN THE EVENT OF A BRACKET FAILURE. -05/30/1979,79V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V131000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,9650,THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH A METALLURGICALLY DEFICIENT LOWER CONTROL ARM BALL JOINT ASSEMBLY.,,DEALER WILL REPLACE RIGHT AND LEFT LOWER CONTROL ARM BALL JOINT ASSEMBLIES. -05/29/1979,79T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T021000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,500,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE NON-COMPLIANCE EXISTS DUE TO TREAD SEPARATION FROM THE TIRE BODY.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -05/29/1979,79V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V135000),"CLENET COACH WORKS, INC.",WHEELS:SINGLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,111,"THE INVOLVED VEHICLES ARE EQUIPPED WITH DEFECTIVE WHEELS WHICH, IF NOT TIGHTENED REGULARLY, COULD LOOSEN AND SEPARATE FROM THE VEHICLE.",,DEALER WILL REPLACE ALL FIVE SPOKED WHEELS WITH BOLT-ON TYPE WHEELS AT NO COST TO OWNER. -05/25/1979,79V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V127000),Lotus Cars Limited,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,9,"THE SPIRAL RETAINING PIN IN THE GEAR SELECTOR QUADRANT MAY MOVE FROM ITS NORMAL POSITION SO THAT VEHICLE COULD REMAIN IN GEAR WHEN SELECTOR LEVER IS MOVED INTO THE ""PARK"" POSITION.",,DEALER WILL REFIT RETAINING PIN TO PRECLUDE GEAR SHIFT SELECTOR MOVING OUT OF PLACE. -05/25/1979,79T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T015000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,168,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE NON-COMPLIANCE EXISTS BECAUSE THE TIRES MAY DEVELOP SEPARATIONS BETWEEN TREAD AND PLY MATERIAL IN THE SIDEWALL AND TREAD AREAS.",,THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -05/24/1979,79V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V126000),"Winnebago Industries, Inc.",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,405,"THE INVOLVED VEHICLES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"". THE DRIVER AND PASSENGER SEAT PEDESTALS HAVE BEEN ATTACHED TO THE FLOOR USING THE INCORRECT HARDWARE.",,DEALER WILL INSTALL FLAT WASHERS BETWEEN FLANGE AND MOUNTING PLATE AND INSTALL PROPER BOLTS TO MEET REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207. -05/23/1979,79V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V125000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,375,"THE HYDRAULIC BRAKE HOSE THAT RUNS FROM THE FRAME TO THE REARMOST AXLE OF THE TANDEM BOGIE IS NOT OF SUFFICIENT LENGTH. IN FULL ARTICULATION, WITH THE FORWARD AXLE UP AGAINST THE FRAME STOPS AND THE REAR AXLE IN THE EXTREME DOWNWARD POSITION, THE HOSE COULD PULL APART.",,DEALER WILL INSPECT AND RELOCATE HOSE ANCHOR FITTING AT FRAME TO A POSITION 2.5 INCHES LOWER TO PROVIDE ADEQUATE HOSE LENGTH. -05/23/1979,79V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V124000),"THOMAS BUILT BUSES, INC.",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24,PLASTIC PLUGS ARE USED TO REDUCE HEAT BUILD UP IN THE FUEL TANK WHEN VEHICLES ARE STORED OUTSIDE. THESE TEMPORARY PLUGS MAY NOT HAVE BEEN REPLACED WITH FUSIBLE SAFETY PLUGS PRIOR TO VEHICLE SALE.,,DEALER WILL REPLACE PLASTIC PLUGS WITH FUSIBLE SAFETY PLUGS. -05/23/1979,79V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V128000),JAGUAR ROVER TRIUMPH INC.,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,3512,"THE SELECTOR QUADRANT SPIRAL RETAINING PIN MAY WORK ITS WAY OUT OF POSITION SO THAT THE VEHICLE COULD REMAIN IN GEAR WHEN SELECTOR LEVER IS MOVED INTO THE ""PARK"" POSITION.",,DEALER WILL SECURE SPIRAL PIN USING A RETAINING PIN TO PERMANENTLY LOCK IT IN POSITION. -05/22/1979,79V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V123000),"IVECO TRUCK OF N.A., INC.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,63,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". DUE TO THE USE OF A LOAD PROPORTIONING VALVE IN THE BRAKE SYSTEM, THE BRAKE ACTIVATION AND RELEASE TIME IN AN UNLOADED CONDITION, MAY NOT MEET THE REQUIREMENTS. IN ADDITION, A DOUBLE CHECK VALVE REQUIRED ON A TWO AIR TANK SYSTEM WAS INADVERTENTLY OMITTED.",,"THE LOAD PROPORTIONING VALVE WILL BE REMOVED AND THE SYSTEM WILL BE ""REPLUMBED"" IN ORDER TO MEET SAFETY STANDARD REQUIREMENTS." -05/22/1979,79V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V121000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,134,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". THESE VEHICLES WERE MANUFACTURED WITH GASOLINE FUEL HOSES IN PLACE OF THE VACUUM HOSE BETWEEN THE INTAKE MANIFOLD AND CARBON CANISTER IN THE POWER BRAKE VACUUM LINE. SHOULD THIS HOSE RUPTURE, IT WOULD RESULT IN A LOSS OF POWER ASSIST TO THE BRAKE SYSTEM. THIS WOULD INCREASE THE DISTANCE REQUIRED TO STOP THE VEHICLE.",,THE DEALER WILL REPLACE THE INCORRECT HOSE WITH THE CORRECT VACUUM HOSE. -05/22/1979,79V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V122000),"COACHMEN INDUSTRIES, INC.",LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,659,"DUE TO A POOR WELD BETWEEN THE BURNER TUBE AND THE SUPPORT BRACKET, THE PROPANE BURNER ASSEMBLY MAY LEAK LIQUID PROPANE GAS INTO THE LIVING AREA OF THE VEHICLE WHEN THE RANGE KNOB IS IN THE ""ON"" POSITION, EVEN THOUGH THE BURNER TUBE REMAINS ATTACHED TO THE SUPPORT BRACKET.",,"SUSPECT BURNERS WILL BE REPLACED WITH BURNERS THAT HAVE BEEN 100% TESTED, WITHOUT CHARGE." -05/17/1979,79V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V120000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:STARTER RELAY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,540000,"DUE TO AN IMPROPERLY SEALED ANTENNA MOUNTING HOLE, WATER COULD SEAP INTO THE FUSE RELAY BOARD. THE WATER ENTERING THE FUSE RELAY BOARD ACTS AS A CONDUCTOR OF CURRENT, THEREBY CHARGING THE STARTER.",,"THE DEALER WILL SEAL ALL RADIO ANTENNA CABLE HOLES. IN ADDITION, ELECTRICAL PARTS OF THE RELAY/FUSE BOARD WILL BE CHECKED AND REPLACED IN THE CASE OF CORROSION." -05/16/1979,79V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V118000),AM GENERAL LLC,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,398,"AN INCORRECT LENGTH SCREW WAS USED FOR ATTACHING THE EMERGENCY EXIT RELEASE MECHANISM. THIS MAY CAUSE THE HANDLE TO BECOME LOOSE AND, POSSIBLY, INOPERATIVE.",,"DEALER WILL INSTALL LONGER SCREWS AND, IF NECESSARY, A NEW RETAINER PLATE IN THE EMERGENCY EXIT RELEASE MECHANISM." -05/15/1979,79V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V117000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,82000,THE INVOLVED VEHICLES WERE PRODUCED WITH BRAKE PUSH-ROD TO BRAKE PEDAL RETAINING PINS WHICH WERE NOT HEAT-TREATED AS SPECIFIED. THIS COULD ALLOW THE BRAKE PEDAL TO BECOME DISENGAGED FROM THE PUSH-ROD.,,DEALER WILL REPLACE THE SUSPECT BRAKE RETAINING PIN. -05/15/1979,79V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V119000),AMERICAN CLIPPER CORP.,LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,3630,"UNDER CERTAIN SEVERE ROAD CONDITIONS, THE COPPER TUBING WHICH CONNECTS THE HOT WATER HEATER TO THE MAIN PROPANE GAS LINE COULD RUPTURE, THEREBY RESULTING IN A PROPANE GAS LEAK WITHIN THE MOTORHOME.",,DEALER WILL REPLACE THE EXISTING COPPER TUBING WHICH CONNECTS THE HOT WATER HEATER TO THE MAIN PROPANE GAS LINE. -05/15/1979,79V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V116000),Ford Motor Company,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,12,"THE INVOLVED VEHICLES WERE PRODUCED WITH FRAMES THAT MAY HAVE INADEQUATELY WELDED #2 CROSSMEMBER ASSEMBLIES. THIS COULD OCCUR IF CERTAIN MANUAL WELD OPERATIONS WERE NOT PERFORMED DURING FRAME FABRICATION. SEVERE OPERATING CONDITIONS WHICH MAY OCCUR IN POLICE DUTY, MAY CAUSE CRACKING AROUND THE GUSSET, ALLOWING IT TO SEPARATE FROM THE FRAME.",,"DEALER WILL INSPECT AND, IF NECESSARY, REWELD THE MANUAL WELD AREAS ON THE #2 CROSSMEMBER ASSEMBLY." -05/11/1979,79V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V115000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,635,THE REAR BRAKE FREE TRAVEL ADJUSTING BOLT AND NUT INSTALLED DURING VEHICLE ASSEMBLY MAY HAVE BEEN INCORRECTLY TIGHTENED. THIS COULD CAUSE THE BRAKE PEDAL TO BECOME JAMMED DURING BRAKE OPERATION.,,"DEALER WILL INSPECT AND, IF NECESSARY, ADJUST AND TIGHTEN THE JAMNUTS." -05/10/1979,79V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V114000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3074,THE INVOLVED CYCLES WERE PRODUCED WITH A REAR BRAKE MASTER CYLINDER PUSH ROD WHICH HAS INSUFFICIENT CONTACT AREA WITH THE REAR BRAKE MASTER CYLINDER PISTON. THIS COULD RESULT IN THE ROD PENETRATING THE PISTON DURING EXTREMELY HIGH PEDAL EFFORT.,, -05/07/1979,79V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V113000),SHELLER-GLOBE CORPORATION,SHELLER GLOBE/FMVSS 222/FRONT SAFETY BARRIERS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,3164,"THE INVOLVED BUSES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"". THE SAFETY BARRIERS FAILED TO EXHIBIT THE PROPER IMPACT ABSORBING QUALITIES WHEN TESTED FOR COMPLIANCE.",,DEALER WILL INSTALL TWO 7 GAUGE PLATES MOUNTED AT BOTH LOWER CORNERS ON THE FRONT OF EACH BARRIER. -05/06/1979,79V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V141000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4208,"THE ENGINE OIL PRESSURE SWITCH MAY CAUSE A RANDOM INTERNAL ELECTRICAL SHORT WHICH COULD RESULT IN THE ENGINE STARTING BY ITSELF WHEN THE IGNITION SWITCH IS TURNED TO THE ""ON"" POSITION.",,DEALER WILL REPLACE THE OIL PRESSURE SWITCHES ON ALL SUSPECT VEHICLES AT NO COST TO OWNER. -05/04/1979,79V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V111000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,372466,"THE INVOLVED VEHICLES WERE BUILT WITH AN ACCELERATOR PEDAL HAVING AN EXTENSION, OR RUBBER FLAP, AT THE BOTTOM OF THE PEDAL. THIS PEDAL FLAP COULD BE INADVERTENTLY DISPLACED BY A FLOOR COVERING AND WEDGED UNDER THE ACCELERATOR PEDAL IN A MANNER THAT CAN INFLUENCE THE THROTTLE SETTING AND INCREASE THE ENGINE IDLE RPM.",,THE DEALER WILL REMOVE THE RUBBER FLAP FROM THE ACCELERATOR. -05/02/1979,79V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V109000),STARCRAFT COMPANY,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,1629,"WHEN PREPARING FOR ADDITIONAL SLEEPING SPACE, THE DINETTE TABLE IS LOWERED TO THE LEVEL OF THE DINETTE SEATS. IT THEN BECOMES POSSIBLE FOR THE SLEEPING GEAR TO COME INTO CONTACT WITH THE CAMPER FURNACE GRILL.",,DEALER WILL INSTALL TWO SHIELDS TO COMPLETELY ISOLATE BED CLOTHES FROM FURNACE FACE. -05/01/1979,79V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V112000),Honda (American Honda Motor Co.),ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,11183,"THE THREADED INSERT FOR THE OIL FILTER RETAINING BOLT MAY NOT BE STRONG ENOUGH TO WITHSTAND THE STRESS CAUSED BY TEMPERATURE AND PRESSURE, PARTICULARLY IN THE EVENT THAT THE OIL FILTER BOLT HAS BEEN OVERTIGHTENED.",,DEALER WILL INSTALL A DIFFERENT TYPE OIL FILTER BOLT OF INCREASED STRENGTH. -05/01/1979,79V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V108000),JAGUAR ROVER TRIUMPH INC.,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,1863,THE INNERBEADED EDGE OF THE REAR FENDER DOES NOT PROVIDE SUFFICIENT TIRE CLEARANCE WHEN THE REAR SUSPENSION IS FULLY DEPRESSED.,,OWNER IS ADVISED TO PULL FENDER TO PRECLUDE INTERFERENCE WITH TIRE. -04/30/1979,79V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V105000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50000,THE FRONT BRAKE HOSE ROUTING MAY ALLOW INTERFERENCE BETWEEN THE HOSES AND THE TIRE AND WHEEL ASSEMBLIES DURING EXTREME TURNING ANGLES.,,DEALER WILL REPLACE BOTH LEFT AND RIGHT FRONT BRAKE HOSES AND INSTALL A NEW BRAKE HOSE SUPPORT BRACKET TO ELIMINATE CONTACT WITH TIRE/WHEEL. -04/30/1979,79V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V106000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,162000,SOME OF THESE VEHICLES WERE PRODUCED WITH MISINDEXED FRONT BRAKE HOSES WHICH COULD CONTACT A TIRE OR WHEEL IN A FULL-TURN CONDITION. CHAFING AND WEAR TO THE BRAKE HOSE COULD RESULT IN LOSS OF BRAKE FLUID AND FRONT WHEEL BRAKING CAPABILITY.,,"DEALER WILL INSPECT AND, IF NECESSARY, RE-INDEX THE FRONT BRAKE HOSE. THOSE HOSES SHOWING SIGNS OF ABRASION WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -04/30/1979,79V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V107000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18,SOME VEHICLES WERE PRODUCED WITH BRAKE CONTROL VALVES AND BRAKE TUBES INTENDED FOR USE IN VEHICLES WITHOUT TRAILER TOW PACKAGES.,,DEALER WILL REPLACE BRAKE CONTROL VALVE AND CONNECTING BRAKE TUBE. -04/30/1979,79V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V104000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,27000,"LOWER CONTROL ARMS MAY FRACTURE IN THE AREA ADJACENT TO THE LOWER BALL JOINT, RESULTING IN SEPARATION OF THE BALL JOINT FROM THE ARM.",,DEALER WILL INCREASE THE STRENGTH OF BOTH LOWER CONTROL ARMS BY INSTALLING WELDED REINFORCEMENTS. -04/26/1979,79T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T014000),MONTGOMERY WARD & CO.,TIRES,TIRES,NR (Not Reported),Tire,1500,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE NON-CONFORMITY EXISTS BECAUSE THESE TIRES MAY DEVELOP FLEX BREAKS OR SEPARATIONS IN THE SIDEWALL AREA.",,THE DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/24/1979,79V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V103000),RECREATIONAL INDUSTRIES,SUSPENSION:INDEPENDENT FRONT TORSION BAR,SUSPENSION,NR (Not Reported),Vehicle,32,"THE INVOVLED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER VEHICLES"". THE FRONT SUSPENSION SYSTEM IS NOT STRONG ENOUGH TO PROPERLY SUPPORT THE VEHICLE AT A HEIGHT FOR PROPER ROAD CLEARANCE.",,"THE DEALER WILL INSTALL A TORSION BAR OF SUFFICIENT STRENGTH TO SUPPORT THE VEHICLE PROPERLY, AT NO COST TO OWNER." -04/24/1979,79T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T020000),MONTGOMERY WARD & CO.,TIRES,TIRES,NR (Not Reported),Tire,946,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES ARE SUBJECT TO FLEX BREAKS OR SEPARATIONS IN THE SIDEWALL AREA.",,THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/20/1979,79V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V102000),Honda (American Honda Motor Co.),EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,132573,"THE INTERNAL MUFFLER PRESSURE CAN CREATE A SPLIT IN THE SEAM IF THE MUFFLER IS IN A DETERIORATED CONDITION. IF THIS CONDITION EXISTS, THE EXHAUST GAS ESCAPING FROM THE SPLIT SEAM CAN CAUSE EXCESSIVE HEATING OF A SMALL AREA OF THE REAR STORAGE COMPARTMENT.",,DEALER WILL INSTALL A MUFFLER COVER TO PREVENT EXCESSIVE FLOOR TEMPERATURES IN CASE OF MUFFLER SEAM SPLITTING. -04/20/1979,79T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T019000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,1120,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES ARE SUBJECT TO POSSIBLE SEPARATION IN THE TREAD AREA.",,THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/17/1979,79V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V101000),"General Motors, LLC",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,46,"AN INCORRECT FLUID WAS USED AS AN ASSEMBLY AID (LUBRICATION) DURING INSTALLATION OF THE PISTON SEAL IN FRONT BRAKE CALIPERS WHICH WERE INSTALLED IN 10.5"" X 1"" DISC BRAKE ASSEMBLIES USED ON ""A"" SERIES CARS. THE INCORRECT FLUID ATTACKS THE PISTON SEAL AND CAUSES THEM TO SWELL AND DETERIORATE.",,DEALER WILL REPLACE THE BRAKE CALIPER PISTON SEALS. -04/17/1979,79V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V100000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:HOUSING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,370,CERTAIN VEHICLES MAY HAVE BEEN EQUIPPED WITH FRONT BRAKE MASTER CYLINDERS WHICH HAVE FISSURES IN THE CYLINDER BODIES. THIS WOULD ALLOW BRAKE FLUID LEAKAGE THROUGH THE FISSURED SECTION.,,DEALER WILL REPLACE DEFECTIVE FRONT BRAKE MASTER CYLINDERS WITHOUT CHARGE TO OWNERS. -04/17/1979,79V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V099000),"SAAB CARS USA, INC.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HIGH/LOW BEA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3500,"THE HEADLAMP RELAY MAY FAIL IN SUCH A WAY AS TO CAUSE THE HEADLAMPS TO FAIL TO SWITCH FROM LOW TO HIGH BEAM (OR VICE VERSA) WHEN THE CONTROL SWITCH IS OPERATED. ALSO, THE HEADLAMPS MAY SHUT OFF INTERMITTENTLY OR COMPLETELY.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE HEADLAMP RELAY, WITHOUT CHARGE TO OWNER." -04/17/1979,79V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V098000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,23725,THE FRONT SUSPENSION COIL SPRING MAY HAVE A LARGER THAN DESIRED INSIDE DIAMETER OF THE LOWER COIL WHERE IT RESTS ON THE SPRING SEAT. THIS COULD ALLOW THE SPRING TO BE FORCED OVER THE LOWER SPRING SEAT DUE TO SUSPENSION FORCES.,,DEALER WILL INSPECT AND REPLACE INCORRECT FRONT SUSPENSION COIL SPRINGS WITHOUT CHARGE. -04/17/1979,79T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T016000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,500,THE INCORRECT FABRIC WAS USED IN THE BODY OF THE INVOLVED TIRES. THIS CAN RESULT IN A FLEX BREAK IN THE SIDEWALL AREA OF THE TIRE.,,DEALER WILL REPLACE RECALLED TIRES WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/17/1979,79T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T018000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,20,THE PLIES WHICH TIE THE BEADS INTO THE TIRE MAY HAVE BEEN TOO NARROW. THIS CONDITION CAN RESULT IN A BREAK IN THE AREA OF THE TIRE NEAR THE BEAD.,,THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/17/1979,79T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T017000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,210,THERE MAY BE CONTAMINATION UNDER THE TREAD BELTS IN THE INVOLVED TIRES. CONTINUED USE MAY RESULT IN A SEPARATION BETWEEN THE BELTS AND BODY OF THE TIRE IN THE TREAD AREA.,,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/16/1979,79V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V095000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,667,"DEFECTIVE BOLTS MAY HAVE BEEN USED TO MOUNT THE BRAKE MASTER CYLINDER TO THE CAB FIREWALL, RESULTING IN BOLT FRACTURE. FRACTURE OF ALL THE MASTER CYLINDER MOUNTING BOLTS WOULD ALLOW SEPARATION OF THE MASTER CYLINDER FROM ITS MOUNTING.",,DEFECTIVE MOUNTING BOLTS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -04/16/1979,79V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V097000),"TUFF BOY, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,146,CERTIFICATION LABELS ON CERTAIN TRAILERS FAIL TO REFLECT THE GROSS VEHICLE WEIGHT RATING AS SPECIFIED.,,CERTIFICATION LABELS CONTAINING THE CORRECT INFORMATION WILL BE INSTALLED WITHOUT CHARGE TO OWNERS. -04/16/1979,79E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E006000),RANCOR,FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,20000,THE FUEL FILTERS ON THE INVOLVED VEHICLES FAIL TO PROPERLY SEAL WHEN ATTACHED TO ENGINES AND MAY ALLOW FUEL LEAKAGE TO OCCUR.,,"DEALERS WILL REPAIR OR, IF NECESSARY, REPLACE THE DEFECTIVE FILTERS." -04/16/1979,79V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V088000),"Gillig, LLC",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,123,A CASTING DEFICIENCY IN THE REAR AXLE FRONT SPRING HANGER MAY RESULT IN CRACKS AROUND THE FOUR BOLTS THAT HOLD THE HANGER TO THE FRAME. THIS MAY CAUSE A FAILURE OF THE SPRING HANGER AND SEPARATION OF CASTING AND FRAME. CONTINUED OPERATION COULD RESULT IN THE BUS BODY DROPPING DOWN ONTO THE TIRE.,,DEFECTIVE SPRING HANGERS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -04/13/1979,79V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V094000),"General Motors, LLC",BRAKES:LOW AIR PRESSURE WARNING DEVICES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,22,"THE INVOLVED VEHICLES FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", IN REGARD TO INCORRECT PLUMBING IN THE LOW AIR PRESSURE WARNING SYSTEM. AS A RESULT, A LOW AIR PRESSURE CONDITION IN THE REAR BRAKE AIR SUPPLY WILL NOT ACTUATE THE WARNING SYSTEM. THE AUDIBLE ALARM WOULD NOT FUNCTION AND THE DRIVER WOULD NOT BE WARNED OF A BRAKE MALFUNCTION.",,"THE LOW AIR PRESSURE WARNING SYSTEM WILL BE INSPECTED AND CORRECTED, IF NECESSARY, WITHOUT CHARGE." -04/09/1979,79E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E007000),"ZEMCO, INC.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,4000,"A SIX INCH PIECE OF FUEL HOSE COULD DETERIORATE THROUGH CONTACT WITH GASOLINE, IF IMPROPERLY INSTALLED.",,"IMPROVED FUEL HOSES AND CLAMPS, WITH INSTALLATION INSTRUCTIONS, WILL BE SENT TO OWNERS FREE OF CHARGE." -04/05/1979,79V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V096000),EAGLE TRAILERS INC,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,455,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE VEHICLES WERE EQUIPPED WITH 12 SQUARE INCH BRAKE CHAMBERS INSTEAD OF THE REQUIRED 16 SQUARE INCH BRAKE CHAMBERS. UNDER TEST CONDITIONS 12 SQUARE INCH BRAKE CHAMBERS WILL NOT PROVIDE ADEQUATE BRAKING POWER OR RECOVERY.",,"DEALER WILL REPLACE BRAKE CHAMBERS WITH CHAMBERS OF THE CORRECT SIZE, WITHOUT CHARGE TO OWNERS." -04/05/1979,79V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V090000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4382,"THERE IS A POTENTIAL FOR INTERFERENCE BETWEEN THE CLUTCH CONTROL CABLE AND BRAKE PIPE IN THE MASTER CYLINDER. THIS CAN RESULT IN RUBBING CONTACT WHEN THE CLUTCH PEDAL IS OPERATED. ALSO, THE BRAKE PIPE CLEARANCE TO THE TRANSMISSION CASE MAY BE INADEQUATE. IF THIS CONDITION EXISTS, IT COULD EVENTUALLY RESULT IN A FAILURE IN THE BRAKE PIPE, CAUSING LOSS OF BRAKE FLUID AND PARTIAL LOSS OF BRAKING ACTION.",,"THE CLUTCH CABLE ROUTING WILL BE REVISED TO PREVENT CONTACT WITH THE MASTER CYLINDER, WITHOUT CHARGE." -04/05/1979,79V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V087000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2700,"WITH THE ENGINE OPERATING AT HIGH SPEED, THE PLASTIC ENGINE FAN FINGER GUARDS MAY CONTACT THE ENGINE FAN AND BREAKAGE OF THE GUARD MAY OCCUR. THIS COULD CAUSE FRAGMENTS OF THE FINGER GUARD TO SCATTER.",,"TWO GUARD SUPPORTS AND TWO ADDITIONAL FASTENERS WILL BE INSTALLED. IF THE FAN GUARD HAS BEEN DAMAGED, THE GUARD AND FAN WILL BE REPLACED AT NO COST TO OWNER." -04/05/1979,79V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V091000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4626,"FUEL HOSES MAY BE INCORRECTLY POSITIONED AND CONTACT THE RIGHT FRONT DRIVE AXLE BOOT DURING VEHICLE OPERATION. AFTER A PERIOD OF TIME, THE ROTATING BOOT COULD WEAR A HOLE IN THE FUEL HOSE, RESULTING IN FULE LEAKAGE.",,"IF PROPER CLEARANCE IS NOT PRESENT, THE METAL FUEL PIPE WILL BE REFORMED UPWARDS TO CORRECT THE PROBLEM, WITHOUT CHARGE TO OWNER." -04/05/1979,79V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V089000),WHITE MOTOR CORPORATION,LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,91,"THE INVOLVED VEHICLES FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"", IN REGARD TO HEIGHT MOUNTING LOCATION REQUIREMENTS. THE REAR REFLEX REFLECTORS EXCEED THE MAXIMUM 60 INCH HEIGHT MOUNTING LOCATION REQUIREMENT. OPERATION OF THE VEHICLE IN A BOB-TAIL MODE OR PARKING IN OTHER THAN DAYLIGHT HOURS MAY CONVEY AN INCORRECT PERCEPTION TO MOTORISTS APPROACHING FROM THE REAR.",,"DEALER WILL INSPECT AND INSTALL, IF NECESSARY, THE PROPER COMPONENTS." -04/05/1979,79V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V092000),"General Motors, LLC",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,10751,THE LONGITUDINAL BODY BARS AT THE REAR CONTROL ARM LOCATION MAY NOT HAVE BEEN ADEQUATELY WELDED INTO THE STRUCTURE. SOME OF THESE BARS MAY HAVE BEEN PULLED DOWN FROM THE BODY DURING SHIPMENT WITH RESULTING DAMAGE TO THE BRAKE OR FUEL LINES. SEPARATION OF THE CONTROL ARM ATTACHMENT MAY ALSO RESULT.,,LONGITUDINAL BODY BARS WILL BE WELDED AND BOLTED IN THE PROPER POSITION WITHOUT CHARGE TO OWNER. -04/05/1979,79V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V086000),"ALFA ROMEO, INCORPORATED",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,400,"BECAUSE OF AN IMPROPER STAMPING PROCEDURE DURING MANUFACTURE, DEFECTS EXIST WHICH PREVENT WASHERS FROM ROTATING ON SPINDLE. IF THESE WASHERS ARE NOT REPLACED, AN EXCESSIVE CLEARANCE WILL RESULT, LEADING TO BEARING FAILURE. IN EXTREME CASES THIS CAN RESULT IN SHEARING OF THE FRONT STUB AXLE.",,FRONT STUB AXLE WASHERS WILL BE REPLACED WITHOUT CHARGE TO OWNERS. -04/04/1979,79V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V083000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS,SEATS,NR (Not Reported),Vehicle,2652,"THE ""CLAMSHELL"" SEAT CONSTRUCTION FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS SEATING AND CRASH PROTECTION"". THE SEATS ARE NOT SOFT ENOUGH TO PROVIDE THE REQUIRED SURFACE CONTACT.",,ADDITIONAL MATERIAL WILL BE ADDED TO THE HEAD AREA OF THE SEATS TO INCREASE THE DEGREE OF SURFACE CONTACT. -04/03/1979,79E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E005000),"EATON, INCORPORATED",BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2249,"THE ANTILOCK SYSTEM MAY SWELL DUE TO EXPOSURE OF THE INTERNAL PISTON TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS. THIS MAY CAUSE THE PISTON TO STICK IN THE VALVE, WHICH FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"THE DEALER WILL REPLACE THE EXISTING EQUIPMENT TO PREVENT FAILURE, WITHOUT CHARGE." -04/03/1979,79E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E004000),VICTOR,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,900,THE TELESCOPIC HOIST CAN PULL APART.,,THE DEALER WILL REPLACE THE DEFECTIVE CYCLINDER FREE OF CHARGE. -04/03/1979,79V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V082000),"Mack Trucks, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,12000,"AN IMPROPER PINCH BOLT AND NUT MAY HAVE BEEN USED IN THE CLAMPING OF THE STEERING SHAFT TO THE STEERING GEAR INPUT SHAFT. DUE TO CLAMPING FORCE LOADS APPLIED AT THE BOLT, THE NUT COULD YIELD, RESULTING IN LOOSENESS OF THE INPUT SHAFT YOKE. SHOULD THIS CONDITION GO UNNOTICED, SPLINE WEAR COULD CAUSE SHAFT SEPARATION.",,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, THE CORRECT FASTENERS WILL BE INSTALLED AT NO CHARGE TO OWNER." -04/03/1979,79V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V084000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,5639,THE METAL STIFFENER AT THE REAR OF THE SPLASH SHIELD MAY BECOME BENT DURING SERVICING OR BY ABUSE. THIS CAN ALLOW THE SPLASH SHIELD AND STIFFENER OR ONE OF ITS ATTACHING BOLTS TO RUB AGAINST AND CUT THE STEERING SHAFT.,,"THE SPLASH SHIELD STIFFENER WILL BE REMOVED AND THE STEERING SHAFT WILL BE REPLACED, IF DAMAGED." -04/03/1979,79V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V085000),FREIGHTLINER LLC,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,7060,"ON SOME VEHICLES, THE LOWER STEERING DRIVE SHAFT RUBS AGAINST THE STEERING BOOT RETAINER SPRING. THIS CHAFING CAN WEAR A GROOVE INTO THE DRIVE SHAFT WHICH CAN EVENTUALLY LEAD TO A SEPARATION OF THE TUBE.",,THE HOLE IN THE CAB FLOOR WILL BE ENLARGED AND A LARGER SPRING WILL REPLACE PRESENT SPRING. REPAIRS WILL BE DONE AT NO CHARGE TO OWNER. -04/02/1979,79V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V079000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,113,INCORRECT BOLTS MAY HAVE BEEN USED TO MOUNT THE MASTER CYLINDER TO THE BRAKE BOOSTER UNIT. THE BOLTS COULD BREAK AND ALLOW SEPARATION OF THE MASTER CYLINDER FROM ITS MOUNTING.,,VEHICLES WILL BE INSPECTED AND ANY INCORRECT BOLTS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -04/02/1979,79V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V078000),"FIAT MOTORS OF N.A., INC.",STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,31702,"THERE IS A POSSIBILITY THAT EITHER THE SUSPENSION SYSTEM, THE STEERING SYSTEM, OR THE FLOOR PAN WHERE THE SEATS ARE ATTACHED MAY SEPARATE FROM THE UNDERCARRIAGE. THIS IS DUE TO AN ADVANCED STATE OF CORROSION IN CERTAIN AREAS OF THE UNDERCARRIAGE CAUSED BY SALT AND/OR SAND WHICH ACCELERATES THE RATE OF CORROSION.",,"VEHICLES WILL BE INSPECTED AND TESTED. IF NECESSARY, VEHICLE WILL BE REPURCHASED FROM THE OWNER AT A PRICE BASED ON THE DEGREE OF VEHICLE DEPRECIATION." -03/30/1979,79V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V081000),"General Motors, LLC",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,172000,OPERATION OF THE VEHICLE IN A MANNER WHICH PRODUCES HARD BOTTOMING OUT OF THE FRONT SUSPENSION MAY CAUSE DEFORMATION OF THE LEFT ENGINE MOUNT SUPPORT STRUCTURE AND ALLOW THE ENGINE MOUNT BRACKET TO CONTACT THE STEERING PITMAN ARM OR STEERING LINKAGE.,,AN ENGINE MOUNT SUPPORT BRACKET REINFORCEMENT KIT WILL BE INSTALLED ON THE LEFT FRONT ENGINE MOUNT SUPPORT STRUCTURE WITHOUT CHARGE TO OWNER. -03/29/1979,79V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V077000),Ford Motor Company,BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,65000,"CERTAIN AIR BRAKE ANTI-LOCK MODULATORS COULD MALFUNCTION DURING OPERATION OF THE ANTI-LOCK SYSTEM. A NYLON PISTON WITHIN THE MODULATOR AIR VALVE SYSTEM CAN SWELL FROM EXPOSURE TO SYSTEM CONTAMINANTS. CONTINUED EXPOSURE MAY CAUSE THE PISTON TO SWELL TO THE EXTENT THAT INTERFERENCE WITH THE CYLINDER WALL WILL RESULT, CAUSING MOMENTARY STICKING OR A PERMANENT JAM. THIS CAN RESULT IN TEMPORARY OR PERMANENT LOSS OF BRAKING FOR THE AFFECTED AXLE.",,THE PISTONS IN THE VALVE PORTION OF THE MODULATORS WILL BE REPLACED WITH PISTONS THAT DO NOT SWELL WHEN EXPOSED TO AIR BRAKE SYSTEM CONTAMINANTS. -03/22/1979,79V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V076000),DORSEY CORPORATION,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,155,REINFORCEMENT GUSSETS WERE OMITTED DURING INSTALLATION OF SOME PINTLE HOOKS. THIS MAY RESULT IN CRACKING OF THE WELDS ON THE PLATE SECURING THE PINTLE HOOK MOUNT. FAILURE OF THE PLATE WELDS MAY RESULT IN COMPLETE SEPARATION OF THE REAR TRAILER FROM THE FIRST.,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL REINFORCEMENT GUSSETS TO PRECLUDE PINTLE HOOK FAILURE." -03/22/1979,79V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V074000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1200,"INNER AND OUTER CARBURETOR THROTTLE RETURN SPRINGS MAY HAVE BEEN MISINSTALLED, POSSIBLY RESULTING IN SPRING FAILURE. THIS CAN PREVENT THE THROTTLE FROM RETURNING TO A CLOSED POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED.",,BOTH THROTTLE RETURN SPRINGS WILL BE REPLACED AND PROPERLY INSTALLED WITHOUT CHARGE. -03/22/1979,79V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V073000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,35,"VEHICLES DO NOT COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""ANCHORAGE OF SEATS"". THE LOCK BAR IN THE FRONT SEAT ADJUSTER ASSEMBLIES MAY NOT ENGAGE PROPERLY AND THE ABILITY OF THE SEAT ADJUSTER TO MAINTAIN THE SEAT IN A LATCHED POSITION DURING AN ACCIDENT MAY BE REDUCED.",,BOTH FRONT SEAT ADJUSTER ASSEMBLIES WILL BE REPLACED AT NO CHARGE TO OWNER. -03/22/1979,79V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V075000),"Chrysler (FCA US, LLC)",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,334,THE STEERING GEAR TO GEAR BRACKET AND BRACKET TO FRAME SIDE RAIL FASTENERS ON THE INVOLVED VEHICLES MAY LOOSEN DUE TO THE UNUSUAL TYPE OF USAGE EXPRIENCED BY THESE SPECIALLY BUILT VEHICLES. LOOSENED GEAR OR BRACKET ATTACHMENTS MAY RESULT IN EXCESSIVE STEERING WHEEL FREE PLAY.,,INADEQUATE FASTENERS WILL BE REPLACED BY COMPONENTS DESIGNED TO WITHSTAND THE UNIQUE LOADING CONDITIONS. REPAIRS WILL BE PERFORMED WITHOUT CHARGE. -03/21/1979,79V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V080000),FLYER INDUSTRY VEH.,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,25,THE BRAKE PEDALS ON SOME VEHICLES MAY FOUL ON A BODY PANEL AND NOT ALLOW FULL BRAKING POWER TO BE ATTAINED. THIS CAN CAUSE POOR VEHICLE BRAKING AND EXTENDED STOPPING DISTANCES.,,THE BRAKE PEDALS ON INVOLVED VEHICLES WILL BE REPOSITIONED TO CLEAR BODY PANEL IF FOULING IS OBSERVED. -03/20/1979,79T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T013000),DAYTON STEEL FOUNDRY CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,400,"THE INVOLVED TIRES FAIL TO CONFORM TO THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE NON-CONFORMITY EXISTS BECAUSE THESE TIRES DEVELOPED SEPARATIONS IN THE SHOULDER AREA DURING USAGE.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -03/16/1979,79V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V072000),Heil Company,STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,8,"THE GIRTH SEAM MAY DEVELOP A CRACK WHICH CAN CONTINUE TO GROW UNTIL THE TANK FAILS, BRINGING THE TRAILER TO A STOP.",,REPAIRS WILL CONSIST OF A LAPPER BAND BEING PLACED OVER THE GIRTH SEAM AND THE INSTALLATION OF FITTINGS WHICH CAN BE AIR TESTED TO DETERMINE IF A FAILURE IS DEVELOPING. -03/14/1979,79V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V070000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,1174,CERTAIN VEHICLES MAY HAVE AN INCORRECT GASKET BETWEEN THE TRANSMISSION AND THE TRANSFER CASE. AN INCORRECT GASKET MAY INTERFERE WITH THE NORMAL FLOW OF LUBRICANT. THIS CONDITION COULD CAUSE THE TRANSMISSION TO BECOME DAMAGED AND INOPERATIVE.,,"THE GASKET BETWEEN THE TRANSMISSION AND THE TRANSFER CASE WILL BE REPLACED, IF NECESSARY." -03/13/1979,79V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V069000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL,PARKING BRAKE,NR (Not Reported),Vehicle,92,"VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". AN INCORRECT PARKING BRAKE ADJUSTING SPRING WAS INSTALLED ON CERTAIN VEHICLES. THIS MAY CAUSE INTERFERENCE WHEN ATTEMPTING TO APPLY THE PARKING BRAKES.",,THE CALIPER ACTUATOR ASSEMBLY WILL BE REPLACED WITHOUT CHARGE. -03/13/1979,79V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V071000),FREIGHTLINER LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,89,"ON CERTAIN VEHICLES, THE LENGTH OF THREAD ENGAGEMENT IN THE GARRISON POWER STEERING DRAG LINK IS LESS THAN THAT SPECIFIED FOR THIS INSTALLATION.",,DEALER WILL REPLACE THE REAR HALF OF THE DRAG LINK ASSEMBLY WITH THE CORRECT PART WITHOUT CHARGE TO OWNER. -03/08/1979,79V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V068000),"THOMAS BUILT BUSES, INC.",INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,258,"VEHICLES FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"", IN REGARD TO BARRIER FORCE LEVEL PERFORMANCE. THE BARRIER PERFORMANCE FORWARD EXCEEDED THE FORCE LEVEL OF 2400 POUNDS.",,DEFECT FREE BARRIERS WILL BE PROVIDED FOR OWNER INSTALLATION FREE OF CHARGE. REIMBURSEMENT FOR LABOR WILL BE PAID AT THE USUAL RATE FOR WARRANTY WORK. -03/06/1979,79V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V066000),Ford Motor Company,BRAKES:AIR SYSTEMS:PEDAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2700,"USE OF AN ALTERNATE ALUMINUM ALLOY WHICH HAS A LOWER STRENGTH IN HOT STATE, MAY ALLOW CRACKING OF BRAKE PEDAL LEVERS. REPEATED BRAKING OR HIGH BRAKE PEDAL LOADING MAY RESULT IN COMPLETE FRACTURE WHICH WOULD PREVENT APPLICATION OF THE SERVICE BRAKES.",,BRAKE PEDAL LEVERS WILL BE REPLACED AT NO COST TO OWNER. -03/06/1979,79V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V067000),Motor Coach Industries,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,8,"THE DRIVER""S SEAT BELT MAY FAIL TO MEET FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"". SEAT BELTS MAY NOT BE SUFFICIENTLY LONG TO ALLOW SOME DRIVERS TO FASTEN THEM WHEN THE SEAT IS IN THE FORWARD AND HIGHEST POSITION.",,"SEAT BELTS OF THE CORRECT LENGTH WILL BE PROVIDED, WITHOUT CHARGE, FOR OWNER INSTALLATION." -03/05/1979,79V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V065000),Honda (American Honda Motor Co.),ENGINE:GASKETS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5700,"IF THE COUNTERSHAFT OIL SEAL IS SUBJECTED TO EXTREME OIL PRESSURE VARIATION, THE COUNTERSHAFT OIL SEAL MAY BE SPLIT, ALLOWING OIL TO LEAK. LEAKING OIL CAN COME INTO CONTACT WITH THE REAR TIRE, WHICH CAN RESULT IN TRACTION REDUCTION.",,"COUNTERSHAFT OIL SEAL WILL BE REPLACED AND A MODIFIED ""OIL PATH BODY"" WILL BE INSTALLED TO REDUCE THE OIL PRESSURE AT THE COUNTERSHAFT OIL SEAL. REPAIRS WILL BE PERFORMED AT NO CHARGE TO OWNER." -03/05/1979,79T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T012000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,478,"ONE OR BOTH BEADS ON THE INVOLVED TIRES MAY CONTAIN DEFECTS WHICH DEVIATE FROM SPECIFICATIONS. IF THE TIRE IS INFLATED WITHOUT PROPER SAFETY PRECAUTIONS, THE BEAD MAY BREAK.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -03/02/1979,79V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V064000),"IVECO TRUCK OF N.A., INC.",EMERGENCY PARKING BRAKE:AIR:BRAKE CHAMBER,PARKING BRAKE,NR (Not Reported),Vehicle,8,"VEHICLES MAY CONTAIN A SPRING BRAKE PISTON ROD WITH IMPROPERLY HEAT TREATED ROLLERS. THIS MAY CAUSE THE ROLLERS TO BE TOO BRITTLE, AND THEREFORE, SUBJECT TO BREAKING. ROLLER FAILURE CAN CAUSE LOSS OF EFFECTIVE PARKING AND EMERGENCY BRAKES ON A SINGLE WHEEL.",,VEHICLES WITH DEFECTIVE ROLLERS WILL HAVE THE ENTIRE BRAKE PISTON SHAFT ASSEMBLY REPLACED AT NO CHARGE. -03/01/1979,79V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V063000),"Mercedes-Benz USA, LLC",ENGINE:PULLEY:CRANKSHAFT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3795,"THE CRANKSHAFT PULLEY COULD SEPARATE FROM THE MOUNTING PLATE DUE TO A MANUFACTURING DEFECT. THE WATER PUMP, AIR CONDITIONING COMPRESSOR, POWER STEERING PUMP, AND ALTERNATOR COULD BECOME INOPERATIVE. THIS WOULD CAUSE THE ENGINE TO EVENTUALLY BECOME INOPERATIVE AS WELL.",,DEFECTIVE PULLEYS WILL BE REPLACED AT NO CHARGE TO OWNER. -03/01/1979,79V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V062000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,83000,"VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTIN AND RIMS"". TIRE PLACARDS MAY LIST INCORRECT INFORMATION IN REGARD TO INFLATION PRESSURES.",,"REVISED TIRE PLACARDS WILL BE PROVIDED FOR INSTALLATION BY OWNERS OR DEALERS, WITHOUT CHARGE." -03/01/1979,79V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V061000),"FLEETWOOD ENTERPRISES, INC.",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER:HOSE:DUC,VISIBILITY,NR (Not Reported),Vehicle,740,THE FLUE OUTLET FITTINGS INSTALLED ON CERTAIN VEHICLES ARE TOO SHORT TO CONNECT THE INSULATING SLEEVE TO THE FURNACE OUTER CASE. THIS COULD ALLOW HIGH TEMPERATURES TO CONCENTRATE ON THE TRAILER WALL.,,"VEHICLES WILL BE INSPECTED AND, IF NECESSARY, THE PROPER LENGTH FLUE OUTLET FITTING WILL BE INSTALLED AT NO COST TO OWNER." -02/28/1979,79V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V060000),"FIAT MOTORS OF N.A., INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,37260,A PLASTIC TUBE COVERING PART OF THE METAL BRAKE LINE FOR THE REAR BRAKE SYSTEM MAY ALLOW WATER TO ACCUMULATE. THIS WATER WILL OXIDIZE THE BRAKE LINE. OXIDATION CAN CAUSE DETERIORATION OR POSSIBLE BREAKAGE OF THE BRAKE LINE. THIS CAN RESULT IN A LOSS OF EFFICIENCY OF THE REAR BRAKE SYSTEM AND CAN IMPAIR THE TOTAL BRAKING CAPACITY OF THE VEHICLE.,,THE DEFECTIVE PORTION OF THE METAL BRAKE LINE WILL BE REPLACED WITHOUT CHARGE TO OWNER. -02/27/1979,79V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V058000),"Rolls-Royce Motor Cars, Ltd.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,193,THE REAR SEAT BELT STALK COULD BECOME DETACHED WHEN IN USE DUE TO IMPROPER HEAT PROCESSING DURING MANUFACTURE.,,DEFECTIVE REAR SEAT BELTS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -02/26/1979,79V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V056000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,164,"LABELS FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". INCORRECT INFORMATION WAS PROVIDED ON TIRE LABELS.",,CORRECT PLACARDS WILL BE AVAILABLE FOR INSTALLATION BY OWNERS OR BY DEALERS WITHOUT CHARGE. -02/26/1979,79V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V093000),"FIAT MOTORS OF N.A., INC.",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1000,"THE FUEL LINES FROM THE FUEL TANK MAY CONTACT THE METAL EDGE OF A HOLE IN THE BULKHEAD, WHICH CAN RESULT IN DAMAGE TO THE FUEL LINES. IF THE FUEL LINES ARE DAMAGED, FUEL COULD LEAK INSIDE THE PASSENGER COMPARTMENT.",,"THE RUBBER GROMMET AT THE REAR BULKHEAD WILL BE REPLACED WITH AN IMPROVED TYPE AND WILL BE REPOSITIONED, IF NECESSARY." -02/26/1979,79V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V057000),"AMERICAN TRAILERS, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,125,THE REAR LOWER FRAME SUPPORTING MEMBER MAY EXPERIENCE FATIGUE FAILURE DUE TO THE SUBSTITUTION OF INFERIOR ALUMINUM ALLOY. THESE CRACKS COULD TRAVEL THE ENTIRE LENGTH OF THE BUCK PLATE.,,AN OVERLAY OF HIGH STRENGTH ALUMINUM WILL BE AFFIXED TO THE OUTSIDE SURFACE OF THE BUCK PLATE AND REINFORCEMENTS WILL BE ATTACHED TO THE INSIDE. THIS SERVICE WILL BE DONE AT NO COST TO OWNERS. -02/23/1979,79V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V059000),PACCAR Incorporated,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,2620,"THE PARKING BRAKE VALVES MAY HAVE BEEN INCORRECTLY PIPED. IF THE PARKING BRAKE PIPING IS INCORRECTLY ROUTED, THERE IS NO WAY TO SET THE TRACTOR PARKING BRAKES INDEPENDENTLY OF THE TRAILER PARKING BRAKES. THIS COULD CAUSE THE PARKING BRAKES TO BACK OFF WHILE THE TRAILER AIR SUPPLY IS BEING CHARGED, CAUSING THE TRACTOR TO ROLL.",,TRAILER AIR SUPPLY WILL BE MOVED FROM THE DISCHARGE SIDE OF THE TRACTOR PARKING VALVE TO THE DISCHARGE SIDE OF THE COMBINATION PARKING VALVE. THIS SERVICE WILL BE DONE AT NO CHARGE. -02/23/1979,79V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V055000),"OLSON BODIES, INC.",INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,3000,"THE SEAT BELT ASSEMBLY MAY CONTAIN THE WRONG TYPE OF LOCK NUT AT THE ATTACHMENT TO THE DRIVER""S SEAT. THIS CAN ALLOW THE LOCK NUT AND SEAT BELT TO SEPARATE UNDER NORMAL VEHICLE VIBRATION OR FROM FORCE EXERTED BY THE WEARER.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT LOCK NUT IN THE SEAT BELT ASSEMBLY. THIS WILL BE DONE WITHOUT CHARGE." -02/23/1979,79T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T011000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,543,SURVEILLANCE TESTING SHOWED THAT SOME TIRES WOULD DEVELOP SEPARATION IN THE TREAD AREA WHEN OPERATED IN AN OVERLOADED OR UNDERINFLATED CONDITION.,,THE DEALER WILL REPLACE RECALLED TIRES AT NO COST TO THE OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/22/1979,79V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V054000),Ford Motor Company,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1100,"THE AIR BRAKE LINES MAY BE ROUTED TOO CLOSE TO THE EXHAUST MUFFLER. BECAUSE THE AIR BRAKE LINES ARE MADE OF NYLON MATERIAL, HEAT FROM THE EXHAUST MUFFLER CAN WEAKEN THE BRAKE LINE TUBES, POSSIBLY CAUSING THEM TO RUPTURE. TUBE RUPTURE COULD RESULT IN LOSS OF AIR IN THE SECONDARY AIR BRAKE SYSTEM.",,NEW NYLON AIR BRAKE TUBES WILL BE INSTALLED AND REROUTED WITHOUT CHARGE TO OWNER. -02/22/1979,79V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V052000),VESELY COMPANY,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20,"DUE TO IMPROPER WIRING, A 110 VOLT CIRCUIT IS NOT PROTECTED BY A CIRCUIT BREAKER. IF THE UNIT IS CONNECTED TO AN UNPROTECTED POWER SOURCE, A SHORT CIRCUIT CAN RESULT.",,OWNER IS ASKED TO REWIRE UNIT ACCORDING TO THE PROVIDED WIRING DIAGRAM. DEALER WILL REIMBURSE OWNER $6.00 FOR MAKING THIS WIRING CORRECTION. -02/22/1979,79V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V053000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,16000,"AN INCORRECT STEERING GEAR FLANGE MAY HAVE BEEN INSTALLED, WHICH MAY SLIP AND CAUSE EVENTUAL LOSS OF STEERING CONTROL.",,INSPECTION FOR AND REPLACEMENT OF INCORRECT STEERING GEAR FLANGES WILL BE DONE AT NO COST TO OWNER. -02/21/1979,79V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V050000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4300,"DUE TO INCORRECT CLIPPING OF THE FUEL LINE AT THE RIGHT FRONT INNER FENDER SPLASH PANEL, THE LINE COULD SEVER OR BECOME PARTIALLY CUT BY THE LOWER EDGE OF THE SPLASH PANEL, IN THE EVENT OF A VEHICLE IMPACT. THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,"DEALER WILL INSPECT FUEL LINE CLIPPING AND, IF NECESSARY, CLIP TO THE PROPER LOCATION." -02/21/1979,79V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V049000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,3695,,,A RETROFIT PROCEDURE HAS BEEN ESTABLISHED TO CORRECT THE ALL-FOAM SEAT BACK AND BARRIER PADS BY REPLACING THEM WITH REINFORCED PADS. THIS WILL BE DONE WITHOUT CHARGE. -02/21/1979,79V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V051000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS:MULTIPLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,9700,A CASTING DEFICIENCY MAY ALLOW WHEELS TO DEVELOP CRACKS IN THE SPOKES BETWEEN THE HUB CAP MOUNTING AREA AND THE RIM CLAMP POCKET. CONTINUED USAGE CAN LEAD TO THE DISENGAGING OF THE RIM AND TIRE FROM THE VEHICLE.,,WHEELS WITH CASTING DEFECTS WILL BE REPLACED AT NO CHARGE. -02/16/1979,79T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T010000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,234,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109,""NEW PNEUMATIC TIRES"". THESE TIRES MAY DEVELOP CRACKS IN THE TREAD GROOVES. THIS COULD EVENTUALLY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS INNER LINER TO TEAR AND LOSE AIR.",,THE DEALER WILL REPLACE RECALL TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/15/1979,79T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T009000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,4535,"WHEN TIRES WERE OPERATED IN AN UNDERINFLATED OR OVERINFLATED CONDITION, THEY DEVELOPED SEPARATIONS IN THE SHOULDER AREA AND TREAD AREA DURING A SURVEILLANCE TEST.",,THE DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/14/1979,79T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T007000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,427,THE WRONG PLY CORD WAS USED IN PRODUCTION. THIS MAY CAUSE CRACKING BETWEEN THE PLY CORDS.,,THE DEALER WILL REPLACE ALL RECALL TIRES WITHOUT CHARGE WITHIN 60 DAYS OF OWNER NOTIFICATION. -02/14/1979,79T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T008000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,197,"DURING SURVEILLANCE TESTING, TIRES DEVELOPED SEPARATION IN THE SHOULDER AND TREAD AREA WHEN OPERATED IN AN OVERLOADED OR UNDERINFLATED CONDITION.",,DEALER WILL REPLACE RECALLED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/13/1979,79V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V048000),"Volvo Car USA, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,61000,"THE INVOLVED VEHICLES CONTAIN A POTENTIALLY DEFECTIVE PRESSURE CONTROL VALVE IN THE EVAPORATIVE EMISSION CONTROL SYSTEM WHICH, THROUGH EXCESS PRESSURE OVER EXTENDED PERIODS, COULD CAUSE METAL FATIGUE AND EVENTUALLY FUEL VAPORS TO BE EMITTED INTO THE ATMOSPHERE THROUGH HAIRLINE CRACKS IN THE FUEL TANK.",,"DEALER WILL INSPECT THE TANK AND MAKE REPLACEMENTS, IF NECESSARY. THE VALVE WILL BE REPLACED TO CORRECT THE EMISSION AND SAFETY-RELATED PROBLEMS. CERTAIN VEHICLES WILL REQUIRE INSTALLATION OF A FILLER INLET FUEL TRAP AND A FEEDER PUMP TO ELIMINATE THE POSSIBILITY OF FUEL SURGE AND VAPOR LOCK." -02/13/1979,79V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V047000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,4200,"INCORRECT STEERING LINKAGE COMPONENTS MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THESE VEHICLES WERE ASSEMBLED WITH LIGHT DUTY STEERING LINKAGE TIE ROD AND CENTER LINK ASSEMBLIES IN PLACE OF THE SPECIFIED HEAVY DUTY COMPONENTS. THESE LIGHT DUTY COMPONENTS ARE NOT COMPATIBLE FOR ATTACHMENT TO THE HEAVY DUTY KNUCKLE ARMS, RESULTING IN AN INFLEXIBLE (NO BALL JOINT MOVEMENT) ATTACHMENT OF THE TIE ROD TO KNUCKLE ARM. THIS COULD, EVENTUALLY, RESULT IN FATIGUE FAILURE OF THAT ATTACHMENT ON ONE OF THE COMPONENTS.",,"THE STEERING LINKAGE SYSTEM TIE RODS AND CENTER LINK WILL BE INSPECTED AND, IF NECESSARY, LIGHT DUTY COMPONENTS WILL BE REPLACED WITH HEAVY DUTY COMPONENTS AT NO COST TO OWNER." -02/13/1979,79T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T005000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,2600,"TIRES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE INVOLVED TIRES MAY DEVELOP SEPARATIONS IN THE SHOULDER AREA IN USAGE.",,THE DEALER WILL REPLACE DEFECTIVE TIRES WITH NEW ONES AT NO COST TO OWNER WITHIN 60 DAYS OF NOTIFICATION. -02/13/1979,79T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T006000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,300,THE PLIES THAT TIE THE BEAD INTO THE TIRE MAY HAVE BEEN TOO NARROW. THIS CONDITION COULD RESULT IN BREAKING OF THE TIRE IN THE BEAD AREA AND SUBSEQUENT INNER TUBE FAILURE WITH LOSS OF AIR.,,THE DEALER WILL REPLACE ALL RECALL TIRES WITH NEW ONES AT NO COST TO THE OWNER WITHIN 60 DAYS OF NOTIFICATION. -02/02/1979,79V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V046000),NURENBERGER HERCULES-WERK,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,1500,"SOME MOPEDS MAY NOT BE EQUIPPED WITH REARVIEW MIRRORS AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 111, ""REARVIEW MIRRORS"".",,"DEALER WILL INSTALL A REARVIEW MIRROR, IF MISSING, WITHOUT CHARGE TO OWNER." -01/30/1979,79V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V040000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,7700,"INFORMATION ON TIRE AIR PRESSURE PLACARDS ON THE INVOLVED VEHICLES MAY BE INCORRECT. THIS DOES NOT CONFORM WITH FEDERAL MOTOR SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"".",,DEALERS WILL MAIL CORRECTED TIRE PLACARDS TO ALL OWNERS FREE OF CHARGE. -01/30/1979,79V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V041000),PATHFINDER EQUIPMENT CO.,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,510,THE STEERING KNUCKLES IN THE STEERING SYSTEMS OF THE INVOLVED VEHICLES MAY CONTAIN A CASTING DEFECT. THIS CASTING DEFECT CAN GREATLY LOWER THE STRENGTH OF THE STEERING KNUCKLES WHEN SUBJECTED TO SHOCK OR LOAD.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ANY DEFECTIVE STEERING KNUCKLES AT NO COST TO OWNER." -01/30/1979,79T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T004000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,187000,THESE TIRES CONTAIN AN EXPOSED BELT WIRE IN THE BASE OF THE DECOUPLING GROOVE. THIS CONDITION WOULD CAUSE CRACKING OF THE RUBBER IN THE DECOUPLING GROOVE AND IN TIME RESULT IN A FLEX BREAK OF THE BODY PLIES WITHOUT WARNING.,,THE DEALER WILL REPLACE ALL RECALL TIRES WITH NEW ONES AT NO COST TO THE OWNER WITHIN 60 DAYS OF NOTIFICATION. -01/29/1979,79V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V036000),HOLIDAY RAMBLER CORP.,INTERIOR SYSTEMS:SEAT AND SHOULDER BELTS AND BELT,SEAT BELTS,NR (Not Reported),Vehicle,94,THE BOLTS USED TO SECURE THE SEAT BELTS ON THE DINETTE SEAT AND TO SECURE THE PEDESTAL CHAIR WERE NOT SECURED TO THE FLOOR PROPERLY.,,"THE DEALER WILL SECURE THE SEAT BELTS ON THE DINETTE OR THE PEDESTAL CHAIR WITH HEX HEAD BOLTS, NUTS, AND WASHERS." -01/29/1979,79V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V035000),Ford Motor Company,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,62000,"THE INVOLVED VEHICLES WERE ASSEMBLED WITH IMPROPERLY MANUFACTURED STEERING ARM KNUCKLES. SHOULD AN IMPROPERLY MANUFACTURED STEERING ARM KNUCKLE FRACTURE AND SEPARATE, THE STEERING LINKAGE TIE ROD MAY DISENGAGE FROM THE KNUCKLE.",,"THE DEALER WILL INSPECT FOR CRACKING IN THE STEERING ARM KNUCKLES ON ALL VEHICLES AND, IF NECESSARY, REPLACE THEM FREE OF CHARGE." -01/26/1979,79V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V039000),Ford Motor Company,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,9500,"THE INVOLVED VEHICLES WERE BUILT WITH SAFETY COMPLIANCE CERTIFICATION LABELS THAT CONTAINED INCORRECT GVWR AND GAWR WEIGHT INFORMATION. THE GVWR""S COULD BE OVERSTATED BY UP TO 197 LBS., DUE TO AN ERROR IN THE REPORTING OF INCREMENTAL OPTION WEIGHTS USED TO DERIVE THE GVWR""S AND GAWR""S.",,THE OWNER HAS THE OPTION OF AFFIXING THE SUPPLIED LABELS HIMSELF OR BRINGING THE VEHICLE IN TO THE DEALER TO HAVE THEM AFFIXED. -01/26/1979,79V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V038000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,105,"THE INVOLVED VEHICLES WERE MANUFACTURED WITHOUT A FUEL TANK SHIELD AT THE FRONT RIGHT CORNER OF THE MIDSHIP FUEL TANK. AS A RESULT, THE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A VEHICLE ACCIDENT, EXCESSIVE FUEL SPILLAGE COULD RESULT.",,THE DEALER WILL INSTALL THE REQUIRED FUEL TANK SHIELD WITHOUT CHARGE TO OWNER. -01/26/1979,79T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79T003000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,474,"THESE TIRES ARE SUBJECT TO SEPARATION AT THE BELT EDGES BETWEEN THE TOP BELT AND THE TREAD. THIS CONDITION COULD RESULT IN UNEVEN TREADWEAR; SINCE TIRES MAY BE USED IN HIGH SPEED POLICE PURSUITS, A POTENTIAL SAFETY PROBLEM IS PRESENT.",,THE DEALER WILL REPLACE THE RECALL TIRES WITHOUT CHARGE WITHIN 60 DAYS FROM DATE OF NOTIFICATION. -01/24/1979,79V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V033000),STEYR DAIMLER PUCH A.G.,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15927,"UNDER CERTAIN CIRCUMSTANCES, THE FRONT WHEEL MAY GRAB WHEN THE FRONT SERVICE BRAKE IS ACTUATED. THIS COULD RESULT IN A WEDGE TYPE ACTION OF ONE SHOE BETWEEN THE BRAKE DRUM AND THE TWIST KEY, WHICH IN TURN COULD PRODUCE AN IRREVERSIBLE BRAKING EFFECT.",,DEALER WILL INSTALL A MODIFIED FRONT BRAKE ASSEMBLY WITHOUT CHARGE TO OWNER. -01/24/1979,79V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V034000),"KROMAG, A.G. OF AUSTRIA",BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15998,"UNDER CERTAIN CIRCUMSTANCES, THE FRONT WHEEL MAY GRAB WHEN THE FRONT SERVICE BRAKE IS ACTUATED. THIS COULD RESULT IN A WEDGE TYPE ACTION OF ONE SHOE BETWEEN THE BRAKE DRUM AND THE TWIST KEY, WHICH IN TURN COULD PRODUCE AN IRREVERSIBLE BRAKING EFFECT.",,DEALER WILL INSTALL A MODIFIED FRONT BRAKE ASSEMBLY WITHOUT CHARGE TO OWNER. -01/23/1979,79E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E002000),HEIN WARNER CORP.,EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Equipment,28000,"THE INVOLVED BUMPER JACKS CONTAIN CHAIN AND HOOK ASSEMBLIES THAT MAY FAIL. WHILE THE JACK IS IN USE, THE STEEL METAL HOOK MAY STRAIGHTEN AND ALLOW THE BUMPER TO SLIP OFF THE HOOK AS THE AUTOMOBILE IS BEING JACKED UP.",,THE PRESENT FORMED METAL HOOK WILL BE REPLACED WITH A DUCTILE IRON CASTING HOOK. -01/22/1979,79V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V037000),"PULLMAN, INCORPORATED",BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,700,"THE REAR EMERGENCY GLAD HAND WAS IMPROPERLY CONNECTED DIRECTLY TO THE REAR AIR TANK RATHER THAN TO THE EMERGENCY PORT OF THE TASK VALVE. CONSEQUENTLY, IF THE AIR SUPPLY TO THE LEAD TRAILER BECAME DISCONNECTED, THE EMERGENCY BRAKES WOULD BE APPLIED BUT THE REAR TRAILER""S WOULD NOT. A HEAVY BRAKE APPLICATION WOULD CAUSE THE REAR TRAILER TO PUSH THE LEAD TRAILER FORWARD, INCREASING THE VEHICLE BRAKING DISTANCE, AND CREATING THE POTENTIAL FOR A JACK KNIFE.",,"DEALER WILL INSPECT AND, IF NECESSARY, MODIFY THE CONNECTIONS IN THE BRAKING SYSTEM, WITHOUT CHARGE TO OWNER." -01/19/1979,79V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V032000),"Subaru of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,83000,"A TUBE IN THE FUEL EVAPORATIVE EMISSION CONTROL SYSTEM CAN BECOME OBSTRUCTED, CAUSING EXCESSIVE PRESSURE BUILD UP IN THE FUEL TANK. THIS BUILD UP CAN OCCUR UNDER EXTREMELY HIGH TEMPERATURES OR EXTREMELY STRONG SUNLIGHT. AS A RESULT OF THIS PRESSURE BUILD UP, THE FUEL TANK MAY BULGE AND, SOON THEREAFTER, DEVELOP A SHORT HAIRLINE CRACK FROM WHICH FUEL WILL LEAK.",,"THE DEALER WILL INSTALL A NEWLY DESIGNED TUBE AND VALVE ASSEMBLY IN PLACE OF THE EXISTING TUBE. ALSO, ALL FUEL TANKS WILL BE INSPECTED AND, IF NECESSARY, REPLACED AT NO COST TO OWNER." -01/19/1979,79V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V031000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,9375,"THE DEFECT IS INSECURE CLAMPING OF THE STEERING COLUMN COUPLING TO THE STEERING GEAR INPUT SHAFT DUE TO CLAMP FAILURE. THE CLAMP WAS IMPROPERLY HEAT-TREATED AND MAY BE DEFORMED OR FRACTURED. INSECURE CLAMPING CAN CAUSE WEAR AND PROGRESSIVE LOOSENESS, WHICH IF NOT DETECTED OR NOT PROMPTLY REPAIRED COULD PROGRESS UNTIL SERRATIONS OF SHAFT AND/OR INTERNAL SPLINE TEETH OF COUPLING BECOME STRIPPED.",,"THE DEALER WILL REPLACE THE CLAMP, BOLT AND NUT ON ALL AFFECTED VEHICLES AT NO COST TO OWNER." -01/18/1979,79V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V028000),"Volvo Car USA, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,57000,"UNDER ADVERSE CONDITIONS OF HIGH AMBIENT TEMPERATURES, PRESSURES AND FUEL VOLATILITY, FUEL MAY SURGE WHEN THE FUEL FILLER CAP IS REMOVED IN A CERTAIN MANNER. UNDER THESE SAME CONDITIONS THE INVOLVED VEHICLES MAY DEVELOP VAPOR LOCK.",,"THE DEALER WILL INSTALL A BAFFLE IN THE FUEL FILLER NECK TO PREVENT FUEL SURGE AND INSTALL A NEW PRESSURE CONTROL VALVE, WHICH WILL BRING ABOUT A LOWER VENT PRESSURE. THIS WILL BE DONE AT NO COST TO OWNER." -01/18/1979,79V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V030000),PACCAR Incorporated,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,2300,SOME OF THE INVOLVED VEHICLES MAY HAVE AN INSUFFICIENT WELD FILLET SIZE ON THE REAR AXLE SUSPENSION PERCHES WHICH MAY CREATE A CONDITION WHEREBY THE PERCHES COULD BREAK OFF.,,"THE DEALER WILL INSPECT AND REWELD THOSE AXLE PERCHES WITH INSUFFICIENT WELDS, SO THAT WELD MATERIAL EXTENDS COMPLETELY TO THE EDGE OF THE PERCH. THIS WILL BE DONE AT NO COST TO OWNER." -01/16/1979,79V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V026000),"General Motors, LLC",BRAKES:HYDRAULIC:FITTINGS:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,222,"THE FRONT HOSES ON THE INVOLVED VEHICLES MAY HAVE IMPROPERLY ORIENTED HOSE FITTINGS, RESULTING IN A RUBBING CONTACT BETWEEN THE RIGHT BRAKE HOSE AND THE UPPER CONTROL ARM OF THE FRONT SUSPENSION OR IN A TWISTED LEFT HOSE RESULTING IN A FAULTY ATTACHMENT AT THE FRAME FITTING. SHOULD EITHER OF THESE CONDITIONS EXIST, THEY COULD EVENTUALLY RESULT IN BRAKE HOSE FAILURE CAUSING LOSS OF BRAKE FLUID AND CONSEQUENT LOSS OF THE FRONT BRAKING ACTION.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ONE OR BOTH FRONT BRAKE HOSES AT NO COST TO OWNER." -01/16/1979,79V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V024000),"EXECUTIVE IND., INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,33,"THE INVOLVED VEHICLES HAVE GROSS VEHICLE WEIGHT RATING TAGS THAT WERE INCORRECTLY FILLED OUT. THE TAG STATES A GVWR OF 9000 LBS. WHEN IT SHOULD READ 10,500 LBS.",,THE DEALER WILL INSTALL LABELS THAT SHOW THE CORRECT GVWR AT NO COST TO OWNER. -01/16/1979,79V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V025000),SHELLER-GLOBE CORPORATION,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,18,"THE JOINT OF THE LOWER INTERIOR ALUMINIZED PANELS LOCATED AT THE REAR SIDE EMERGENCY DOOR OPENING HAVE NO FASTENING WITHIN THE 8 INCH JOINT WIDTH. AS A RESULT, THE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 221, ""SCHOOL BUS BODY JOINT STRENGTH"".",,"THE DEALER WILL INSTALL ADDITIONAL FASTENERS TO CONFORM TO THE SAFETY STANDARD, AT NO COST TO OWNER." -01/15/1979,79V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V021000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5121,A CASTING DEFECT MAY BE PRESENT IN CERTAIN FRONT BRAKE CALIPER ASSEMBLIES. THIS DEFECT MAY RESULT IN EVENTUAL CRACKING OF A BRAKE CALIPER SECURING A LUG. THIS WOULD LEAD TO DECREASED BRAKING PERFORMANCE.,,DEALERS WILL INSPECT AND REPLACE ALL SUSPECT BRAKE CALIPERS WITHOUT CHARGE TO OWNERS. -01/15/1979,79V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V027000),GEORGIA TRAILER AND EQUIP,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,68,"VEHICLES FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"", BECAUSE SOME TRAILERS DO NOT HAVE FRONT AND REAR SIDE MARKER LAMPS AND REFLECTORS OR FRONT AND REAR CLEARANCE LAMPS AND REFLECTORS. IN ADDITION, SOME TRAILERS HAVE IMPROPERLY LOCATED FRONT AND REAR SIDE MARKER LAMPS AND REFLECTORS OR FRONT AND REAR CLEARANCE LAMPS AND REFLECTORS.",,"DEALERS WILL CHECK TRAILERS TO SEE IF LIGHTS AND REFLECTIVE DEVICES ARE INSTALLED AND ARE IN THE PROPER PLACE. IF NOT, THEY WILL BE INSTALLED OR PLACED IN THE PROPER POSITION. THIS WILL BE DONE AT NO COST TO OWNERS." -01/15/1979,79V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V022000),Ford Motor Company,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,25453,"THE WORD ""LIGHTS"" WAS OMITTED FROM THE PANEL APPLIQUE IDENTIFYING THE HEADLAMP SWITCH. WITHOUT THIS IDENTIFICATION THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"".",,"OWNERS OF THE AFFECTED VEHICLES WILL BE MAILED ADHESIVE BACKED LABELS CONTAINING THE WORD ""LIGHTS"", ALONG WITH INSTRUCTIONS FOR PROPER INSTALLATION AT NO CHARGE." -01/15/1979,79V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V020000),JAGUAR ROVER TRIUMPH INC.,FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4500,"UNDER A COMBINATION OF CIRCUMSTANCES IN COLD WEATHER, ICING MAY PREVENT RETURN OF THE THROTTLE BUTTERFLY TO THE IDLE POSITION.",,THE DEALER WILL FIT COOLANT HEATED THROTTLE BODIES ON ALL VEHICLES AT NO COST TO OWNERS. -01/15/1979,79V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V019000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,17800,"DUE TO THE ANGLE OF FITMENT OF THE FUEL TANK SEPARATOR, THE SEPARATOR HOSE MAY BECOME KINKED. THIS KINKING MAY RESULT IN FUEL LINE RESTRICTION WHICH MAY CAUSE THE FUEL TANK TO COLLAPSE.",,THE DEALER WILL REPLACE THE FUEL CONNECTOR HOSE IN A WAY THAT WILL PREVENT SEPARATOR HOSE KINKING. THIS WILL BE DONE AT NO COST TO OWNER. -01/15/1979,79V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V023000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,12,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING"", IN THAT SOME OF THE VEHICLES WERE BUILT WITHOUT THE SPECIFIED WINDSHIELD WEATHERSTRIP RETAINING COMPONENTS.",,THE DEALER WILL INSTALL THE WINDSHIELD WEATHERSTRIP RETAINING COMPONENTS AT NO COST TO OWNER. -01/13/1979,79E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E003000),"PHILIPS INDUSTRIES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,1500,"THE SCREEN DOOR LATCHING MECHANISM, WHEN IN THE LOCKED POSITION BEFORE THE SCREEN DOOR AND ENTRY DOOR ARE CLOSED, COULD BECOME LODGED BETWEEN THE ENTRY DOOR AND THE DOOR FRAME.",,"THE CUSTOMER WILL BE SENT THE NECESSARY PARTS AND MAY EITHER PERFORM THE MODIFICATION HIMSELF OR HAVE THEM INSTALLED BY THE DEALER, FREE OF CHARGE." -01/12/1979,79V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V001000),"BMW of North America, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4229,"TO PREVENT VAPOR LOCK, AN AUXILIARY FUEL PUMP IS INCORPORATED IN THE FUEL DELIVERY SYSTEM. THE WIRING CONNECTIONS AT THE AUXILIARY FUEL PUMP MAY NOT MAKE PROPER CONTACT, RENDERING THE AUXILIARY FUEL PUMP INOPERATIVE. DRIVING UNDER CONDITIONS OF EXTREMELY HIGH ALTITUDE, HIGH TEMPERATURES, OR FUEL CONTAMINATION, WITH THE AUXILIARY FUEL PUMP INOPERATIVE COULD ALLOW VAPOR BUBBLES TO FORM. THIS MAY LEAD TO ROUGH ENGINE RUNNING AND POSSIBLE ENGINE STALLING.",,DEALER WILL HAVE THE WIRING CONNECTIONS TO THE AUXILIARY FUEL PUMP SOLDERED AT NO COST TO OWNER. -01/12/1979,79V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V018000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,17,THE STEEL BRACKETS ON THE SUSPENSION BEAM WERE FOUND TO BE DEFICIENT DUE TO EXCESSIVE SHRINKAGE AND LOW MECHANICAL PROPERTIES. FAILURE OF ONE OR BOTH OF THESE BRACKETS COULD CAUSE A SEPARATION OF THE AXLE HOUSING FROM THE SUSPENSION.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ANY SUSPECT BOGIE SPRING INSULATOR CAPS WITH NEW CAPS MEETING THE PROPER SPECIFICATIONS AT NO COST TO OWNER." -01/12/1979,79V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V017000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,4000,A CASTING DEFICIENCY EXISTS IN THE LOWER SECTION OF THE CAPS RESULTING IN A REDUCTION IN THE THICKNESS OF THE MATERIAL. FAILURE OF A CAP CAN ALLOW THE END OF THE REAR SPRING TO DETACH FROM THE AXLE HOUSING.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ANY OF THE SPRING INSULATOR CAPS FOUND TO BE DEFECTIVE. THIS WILL BE DONE AT NO COST TO OWNER." -01/11/1979,79V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V015000),"Porsche Cars North America, Inc.",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7,THE BRAKE SYSTEM RESERVOIR ON THE INVOLVED VEHICES MAY CONTAIN CONTAMINATED BRAKE FLUID. THIS FLUID COULD EVENTUALLY SPREAD THROUGH THE COMPLETE BRAKE SYSTEM AND DAMAGE BRAKE COMPONENTS.,,THE DEALER WILL INSPECT AND CORRECT ALL BRAKE COMPONENTS AT NO COST TO OWNER. -01/11/1979,79V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V016000),"Subaru of America, Inc.",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,170000,UNSATISFACTORY ENGINE OPERATION AND THROTTLE VALVE STICKING MAY OCCUR UNDER LONG HOURS OF HIGH SPEED DRIVING IN OUTSIDE TEMPERATURES OF APPROXIMATELY 20 DEGREES FAHRENHEIT AND BELOW. THIS IS CAUSED BY CONDENSED WATER VAPOR DRAWN FROM THE CRANKCASE VENTILATING SYSTEM WHICH ICES UP THE CARBURETOR. THIS CAN LEAD TO GRADUAL LOSS OF VEHICLE POWER AND EVENTUAL STALLING OF VEHICLE.,,"DEALER WILL EQUIP ALL AFFECTED VEHICLES WITH A REVISED DESIGN CRANKCASE VENTILATION AND CARBURETOR SHIELD. AN AUTOMATIC TEMPERATURE CONTROL, DESIGNED TO SHOOT HOT AIR INTO THE CARBURETOR TO REDUCE ICING, WILL ALSO BE INSTALLED. THIS WILL BE DONE WITHOUT COST TO OWNER." -01/09/1979,79V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V012000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,450,"SOME OF THE INVOLVED VEHICLES DO NOT HAVE THE HAIR PIN CLIP USED TO RETAIN THE PUSHROD TO THE BRAKE PEDAL PUSHROD PIN INSTALLED. IF THIS CLIP IS MISSING, THE PUSHROD MAY BECOME DISENGAGED FROM THE BRAKE PEDAL PUSHROD PIN.",,"DEALERS WILL INSPECT VEHICLES FOR THE PRESENCE OF THIS HAIR PIN CLIP AND, IF NECESSARY, ANY MISSING PARTS WILL BE INSTALLED AT NO COST TO OWNER." -01/09/1979,79V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V011000),WHITE MOTOR CORPORATION,BRAKES:TRACTOR PROTECTION VALVE CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,"THE INVOLVED VEHICLES WERE BUILT WITH CERTAIN TRACTOR PROTECTION VALVES WHICH MAY CONTAIN AN EXTRA VALVE. THIS MAY PREVENT THE TRAILER BRAKES FROM FULLY RELEASING AFTER A LOW PRESSURE APPLICATION, CAUSING THE TRAILER BRAKES TO DRAG.",,"THE DEALER WILL INSPECT FOR THE PRESENCE OF THE EXTRA CHECK VALVE. IF FOUND, THE EXTRA CHECK VALVE WILL BE REMOVED. THIS WILL BE DONE AT NO CHARGE." -01/09/1979,79V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V006000),CHECKER MOTORS CORP.,HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Vehicle,5553,"VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 103, ""WINDSHIELD DEFROSTING AND DEFOGGING SYSTEMS"", DUE TO A MISSING DEFROSTER AIR OUTLET HOLE IN THE INSTRUMENT PANEL. BECAUSE THE VEHICLES HAVE ONLY ONE OUTLET HOLE INSTEAD OF TWO, AS REQUIRED, AN INADEQUATE SUPPLY OF DEFROSTER AIR REACHES THE WINDSHIELD. THIS RESULTS IN A LONGER TIME PERIOD FOR COMPLETE DEFROSTING.",,THE DEALER WILL DRILL THE NECESSARY 3/8 INCH HOLE AT NO COST TO OWNER. -01/09/1979,79V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V014000),"Mack Trucks, Inc.",HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,358,A DEFICIENCY IN THE ROUTING OF THE HEATER DUCT HOSE COULD ALLOW THE HOSE TO REST AGAINST A TERMINAL POST OF THE ACCESSORY RELAY. VIBRATION WILL EVENTUALLY CAUSE THE TERMINAL POST TO PENETRATE THE HOSE FABRIC AND SHORT CIRCUIT THE WIRE REINFORCEMENT AND OVERLOAD THE CIRCUIT.,,DEALER WILL REPLACE THE PORTION OF THE EXISTING HOSE THAT IS CLOSEST TO THE ACCESSORY RELAY WITH AN ALL-RUBBER HOSE. -01/09/1979,79V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V007000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,710,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"", BECAUSE THE SEAT TETHER ANCHOR BELT WAS NOT RELOCATED TWO INCHES REARWARD AS WAS THE DRIVER""S SEAT.",,THE DEALER WILL RELOCATE THE ANCHOR REARWARD TWO INCHES AT NO COST TO OWNER. -01/09/1979,79V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V013000),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:REAR SEAT,SEATS,NR (Not Reported),Vehicle,4000,"THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH INCORRECT WELD NUTS THAT ATTACH THE REAR PORTION OF THE FRONT OUTBOARD SEAT TRACK TO THE FLOOR PAN. THE INCORRECT NUTS HAVE AN OVERSIZE DIAMETER AND THREAD, AND UPON FRONT SEAT TRACK ANCHOR BOLT INSTALLATION, THE THREADS MAY HAVE BEEN STRIPPED.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPAIR ANY STRIPPED WELD NUTS AND INSTALL LARGER SIZE BOLTS TO ANCHOR THE SEAT TRACK TO THE FLOOR AT NO COST TO OWNER." -01/09/1979,79V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V009000),WHITE MOTOR CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"", BECAUSE THE HEADLIGHTS MAY EXCEED THE 54 INCH HEIGHT LIMITATION.",,THE DEALER WILL REMOVE THE FRONT SPRING SPACER BLOCKS AT NO COST TO OWNER. -01/09/1979,79V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V110000),WHITE MOTOR CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,8921,"THE HOSE CLAMP, WHICH WAS INSTALLED AROUND THE STEERING COLUMN BOOT SEAT TO KEEP NOISE AND DIRT FROM ENTERING THE CAB, MAY LOOSEN.",,DEALER WILL REPLACE THE METAL HOSE CLAMP WITHOUT CHARGE. -01/09/1979,79V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V010000),WHITE MOTOR CORPORATION,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,34,"SOME OF THE VEHICLES MAY HAVE MANGANESE BRONZE SPRING CLIP PLATES USED AS A SUBSTITUTE FOR MALLEABLE IRON. THE SUBSTITUTE CLIPS, WHICH ARE USED TO ATTACH THE SUSPENSION SPRING TO THE REAR AXLE, MAY CRACK ALLOWING THE ASSEMBLY TO LOOSEN. THIS CAN CAUSE REAR AXLE DISPLACEMENT.",,THE DEALER WILL REPLACE THE MANGANESE BRONZE CLIPS WITH MALLEABLE IRON CLIP PLATES AT NO COST TO OWNER. -01/09/1979,79V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V008000),WHITE MOTOR CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,12333,THE WINDSHIELD WIPER MAY OVER-TRAVEL ITS DESIGNED SWEEP ANGLE DURING ITS INITIAL STROKE WITH THE POSSIBILITY OF TEMPORARY WIPER IMMOBILIZATION.,,DEALER WILL INSTALL A RESTRICTION FITTING IN THE CONTROL VALVE AT NO COST TO OWNER. -01/08/1979,79V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V004000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,330,"VEHICLES FAIL TO CONFORM TO THE LABELING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"", BECAUSE OF EITHER ONE OR BOTH OF THE FOLLOWING DISCREPANCIES ON THE CERTIFICATION LABEL: 1) THE TIRE PRESSURE STATED IS 5 PSI TOO LOW, 2) THE TIRE AND RIM SIZE DESIGNATION IS NOT STATED.",,DEALER WILL PLACE CORRECT CERTIFICATION LABELS ON THE INVOLVED VEHICLES AT NO COST TO OWNER. -01/06/1979,79V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V045000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3700,"THE POSSIBILITY EXISTS THAT THE FUEL NON-EVAPORATIVE LOSS SYSTEM FLEXIBLE CONNECTOR, ADJACENT TO THE CARBON CANISTER, MAY BECOME TRAPPED BY THE RIGHT SIDE HORN ATTACHMENT BRACKET WHEN CLOSING THE HOOD. TRAPPING OF THE CONNECTOR COULD CAUSE A RESTRICTION IN THE NON-EVAPORATIVE LOSS SYSTEM WHICH MAY RESULT IN RESTRICTED FUEL TANK BREATHING AND EVENTUAL FUEL TANK COLLAPSE OR RUPTURE.",,"DEALER WILL READJUST THE HORN BRACKET ANGLE AND REROUTE AND SECURE THE ""U"" SHAPED CONNECTION PIPE AT NO CHARGE." -01/05/1979,79V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V003000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,113,"THE FUEL TANK MOUNTING SUPPORT BRACKETS MAY CRACK AT THE CROSS SECTION OF THE ATTACHMENT BOLT CIRCLE. IF THE CRACKING CONDITION IS ALLOWED TO PROGRESS UNTIL A COMPLETE FAILURE OF THE SUPPORT BRACKETS OCCUR, THE FUEL TANK CAN DROP FROM THE SUPPORT AND POSSIBLY SEPARATE FROM THE VEHICLE.",,"DEALER WILL INSTALL NEW MOUNTING SUPPORT BRACKETS FOR BOTH LEFT AND RIGHT SIDE FUEL TANKS. ALSO, CROSS BRACKETS WHICH CONNECT THE TWO TANKS TOGETHER WILL BE INSTALLED. THIS WILL BE DONE AT NO COST TO OWNER." -01/05/1979,79V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V002000),"General Motors, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:SIDE MARKER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8534,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH CLEAR LAMP BULBS INSTEAD OF THE CORRECT AMBER COLORED BULBS. AS A RESULT, THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"", WHICH REQUIRES THAT THE FRONT SIDE MARKER LAMPS BE AMBER WHEN ILLUMINATED.",,THE DEALER WILL INSTALL AMBER BULBS IN THE FRONT SIDE MARKER LAMPS ON THE INVOLVED VEHICLES AT NO COST TO OWNER. -01/05/1979,79V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V043000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,90,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH AN OVERSIZED RIGHT FRONT WHEEL BEARING CUP WHICH ALSO PREVENTS THE PLANT LUBRICATING EQUIPMENT FROM CYCLING TO LUBRICATE BOTH THE INNER AND OUTER WHEEL BEARINGS. THE RESULTANT BEARING LOOSENESS AND/OR THE LACK OF LUBRICATION MAY CAUSE BEARING FAILURE AND, POSSIBLY, WHEEL SPINDLE DAMAGE.",,DEALERS WILL REPLACE THE INNER AND OUTER RIGHT FRONT WHEEL BEARINGS AND BEARING CUPS ON ALL INVOLVED VEHICLES AT NO COST TO OWNERS. -01/05/1979,79V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V044000),GRUMMAN FLXIBLE CORP.,SUSPENSION:TWIN:I-BEAM:SOLID:FRONT:RADIUS ARM,SUSPENSION,NR (Not Reported),Vehicle,1100,"A HARDENED WASHER REQUIRED IN MOUNTING THE UPPER RADIUS ROD BRACKET TO THE TOP OF THE FRONT AXLE WAS OMITTED DURING ASSEMBLY. THE OMISSION OF THE HARDENED WASHER COULD CAUSE A GAP UP TO .063"" BETWEEN THE TOP OF THE MOUNTING FLANGE AND THE STEERING GEAR ASSEMBLY. THIS GAP WILL PREVENT THE SPECIFIED CLAMPING FORCES FROM BEING APPLIED TO THE UPPER RADIUS ROD BRACKET. THE INABILITY TO CORRECTLY CLAMP THE UPPER RADIUS ROD BRACKET TO THE AXLE COULD CAUSE ABNORMAL STRESS LOADS TO BE APPLIED TO THE BRACKET DURING VEHICLE OPERATION. CONTINUED OPERATION UNDER THESE CONDITIONS COULD RESULT IN VERTICAL BRACKET FRACTURE. IF COMPLETE SEPARATION OF THE BRACKET OCCURRED, THE FRONT AXLE COULD SHIFT, CAUSING BINDING AND RUBBING OF THE STEERING SHAFT AND, EVENTUALLY, LOSS OF STEERING CONTROL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE BRACKETS WITHOUT CHARGE TO OWNER." -01/04/1979,79V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V005000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,85,"THE INVOLVED MOTORCYCLES WERE PRODUCED WITH AN INCORRECT FRONT BRAKE CALIPER PISTON ASSEMBLY WHICH ALLOWS EXCESSIVE CALIPER PAD RETRACTION FROM THE FRONT BRAKE DISC. BECAUSE OF THIS, MORE THAN ONE APPLICATION OF THE FRONT HANDLEVER COULD BE REQUIRED TO PRODUCE EFFECTIVE FRONT BRAKING OF THE MOTORCYCLE.",,THE DEALER WILL REPLACE THE FRONT BRAKE CALIPER AT NO COST TO OWNER. -01/02/1979,79V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V042000),"FIAT MOTORS OF N.A., INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,2800,"THE ALLEN HEAD BOLTS SECURING THE AXLE SHAFTS TO THE DIFFERENTIAL AND REAR WHEEL HUBS, MAY HAVE BEEN INSUFFICIENTLY TIGHTENED DURING ASSEMBLY. INSUFFICIENT TORQUE MAY RESULT IN THE LOOSENING OF THE ALLEN HEAD BOLTS DURING THE OPERATION OF THE VEHICLE AND POSSIBLE DETACHMENT OF THE AXLE SHAFTS FROM EITHER THE DIFFERENTIAL OR REAR WHEEL HUB FLANGES.",,"DEALER WILL INSPECT AND, IF NECESSARY, RETORQUE THE ALLEN HEAD BOLTS OF THE AXLE SHAFTS TO ENSURE THAT THE BOLTS MEET THE PROPER TORQUE SPECIFICATIONS, FREE OF CHARGE." -12/29/1978,78V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V271000),"Chrysler (FCA US, LLC)",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1100,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THIS REQUIRES THAT SCHOOL BUSES HAVE A BRAKE FLUID WARNING STATEMENT LOCATED ON OR WITHIN FOUR INCHES OF THE BRAKE FLUID RESERVOIR FILLER CAP.",,CORRECTIVE ACTION: THE OWNER WILL BE PROVIDED WITH THE PROPER LABEL AND MAY INSTALL IT HIMSELF OR HAVE IT DONE BY THE DEALER. -12/22/1978,78V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V270000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1900,THE INVOLVED MOTORHOMES MAY HAVE INCORRECT TIRE INFORMATION SHOWN ON THE CERTIFICATION LABELS. THIS MAY CAUSE VEHICLE USERS TO IMPROPERLY INFLATE TIRES OR PURCHASE INCORRECTLY SIZED REPLACEMENT TIRES.,,"OWNER WILL BE SUPPLIED WITH THE PROPER CERTIFICATION LABEL FOR SELF, OR, IF PREFERRED, DEALER INSTALLATION." -12/21/1978,78V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V268000),Mazda North American Operations,FUEL:CARBURETOR:DOUBLE:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2034,SOME OF THE CARBURETORS INSTALLED ON THE INVOLVED VEHICLES MAY DEVELOP FUEL LEAKAGE FROM THE BLIND PLUG SECTION OF THE FUEL PASSAGE.,,THE DEALER WILL CLEAN THE PREVIOUS SEALANT FROM THE BLIND PLUG AND APPLY AN IMPROVED SEALANT AT NO COST TO OWNER. -12/21/1978,78V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V269000),Ford Motor Company,STEERING:POWER:SHAFT SECTOR,STEERING,NR (Not Reported),Vehicle,20000,"THE STEERING GEARS ON THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH IMPROPERLY MANUFACTURED SECTOR SHAFTS FROM WHICH THE THREADED PORTIONS OF THE SHAFTS MAY FRACTURE AND SEPARATE. SHOULD THE SECTOR SHAFT FRACTURE, THE PITMAN ARM MAY DISENGAGE FROM THE SPLINED PORTION OF THE SECTOR SHAFT.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING GEAR ASSEMBLY OR INSTALL A NEW SECTOR SHAFT IN THE STEERING GEAR ASSEMBLY." -12/20/1978,78V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V267000),Ford Motor Company,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,455,"THE FLUID RETURN HOSE INSTALLED BETWEEN THE POWER STEERING RESERVOIR AND PUMP IS SUSCEPTIBLE TO DETERIORATION AND ""KINKING"". DETERIORATION OF THE HOSE PERMITS PARTICLES TO ENTER THE POWER STEERING FLUID SYSTEM RESTRICTING FLOW. BOTH HOSE DETERIORATION AND KINKING MAY RESULT IN LOSS OF POWER STEERING ASSIST AND INCREASED MANUAL STEERING EFFORTS.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE RETURN HOSE AND MODIFY THE ROUTING OF THE POWER STEERING PRESSURE HOSE TO PROVIDE ADDITIONAL CLEARANCE FOR THE RETURN HOSE." -12/20/1978,78V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V266000),"Chrysler (FCA US, LLC)",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,22,"THE WHEEL MOUNTING NUTS INSTALLED MAY BE INCORRECT DUE TO A SUPPLIER ERROR IN MIXING STANDARD THREAD NUTS WITH SPECIFIED METRIC THREAD NUTS PRIOR TO PLANT SHIPMENT. AS A RESULT, THE NUT THREADS MAY STRIP WHEN TIGHTENED TO THE SPECIFIED TORQUE LEVEL RANGE, WITH THE POTENTIAL FOR THE LOOSENING OF A ROAD WHEEL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE EXISTING NUTS WITH THE PROPER METRIC THREAD NUTS, WITHOUT CHARGE TO OWNER." -12/19/1978,78V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V265000),COACH & EQUIP SALES CORP.,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,35,SOME OF THE INVOLVED VEHICLES WERE BUILT WITH REAR SUSPENSION COMPONENTS THAT COULD BE OVERLOADED WITH THE MAXIMUM NUMBER OF PASSENGERS.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE REAR SPRINGS, WHEELS, AND TIRES." -12/18/1978,79E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79E001000),"Fram Group Operatons, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,120000,THE INVOLVED GASOLINE FILTERS CONTAIN THREADS THAT DO NOT SEAL PROPERLY WHEN SECURED INTO THE CARBURETOR AND ALLOW GASOLINE TO LEAK.,,THE DEALER WILL REPLACE DEFECTIVE FUEL FILTER WITH A NEW ONE FREE OF CHARGE. -12/13/1978,78V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V264000),"Porsche Cars North America, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,323,"ON THE INVOLVED VEHICLES THE ELECTRICAL WIRING HARNESS LEADING TO THE STARTER AND BACK-UP LIGHT SWITCH MAY HAVE BEEN IMPROPERLY ROUTED. THE HARNESS MAY CHAFE AGAINST THE FRONT ENGINE SHROUDING EVENTUALLY RESULTING IN INSULATION DAMAGE, WHICH CAN CREATE AN ELECTRICAL SHORT.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REROUTE THE HARNESS AND SECURE IT WITH A STRAP. IF DAMAGED, THE HARNESS WILL BE REPLACED." -12/12/1978,78V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V262000),"RENAULT, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,24788,"DUE TO AN IMPROPERLY SEATED BUSHING IN THE CARBURETOR SECONDARY BARREL BODY, A PORTION OF THE SPIRAL RETURN SPRING OF THE THROTTLE PLATE OPENER MAY RESTRICT THE FREE RETURN OF THE SECONDARY BARREL THROTTLE PLATE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, MODIFY THE THROTTLE RETURN SPRING." -12/12/1978,78V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V263000),"RENAULT, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,13298,"THE INVOLVED VEHICLES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"". DUE TO GUMMING DURING OCEAN SHIPMENT, SOME THROTTLES MAY FAIL TO FULLY RETURN TO THE IDLE POSITION WHEN THE ACCELERATOR PEDAL IS RELEASED. N OR RETURN WITHIN THE REQUIRED ONE SECOND INTERVAL.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL AN ADDITIONAL ACCELERATOR RETURN SPRING TO IMPROVE THROTTLE CONTROL RESPONSE." -12/11/1978,78V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V261000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13,THE FRONT BRAKE LINE AND BRAKE HOSE ASSEMBLY MAY HAVE BEEN IMPROPERLY ROUTED. THE BRAKE HOSE COULD THEN RUB AGAINST THE WHEEL AT CERTAIN WHEEL POSITIONS DURING VEHICLE OPERATION. THIS WILL RESULT IN BRAKE HOSE WEAR AND BRAKE FLUID LOSS.,,"DEALER WILL INSPECT AND IF NECESSARY, REROUTE THE BRAKE HOSE TO PRECLUDE CONTACT WITH THE WHEEL." -12/11/1978,78T031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T031000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,14500000,THE INVOLVED TIRES MAY FAIL IN SERVICE WITHOUT PRIOR WARNING.,,DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -12/09/1978,78V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V002000),Toyota Motor Corporation,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,131046,FUEL TANK COULD DEVELOP CORROSION DUE TO A MIXTURE OF ROAD SALT AND WATER IN THE LUGGAGE COMPARTMENT. THE CORROSION COULD CREATE A SMALL HOLE IN THE TANK AND ALLOW THE GASOLINE TO SEEP INTO THE SPARE TIRE WELL.,,"THE DEALER WILL INSPECT ALL SUSPECT FUEL TANKS. IF CORROSION OR PERFORATION IS PRESENT, THE TANK WILL BE REPAIRED OR REPLACED AS NECESSARY. IF NO RUST IS PRESENT, THE SPARE TIRE WELL WILL BE PAINTED WITH ANTI-CORROSION PAINT." -12/09/1978,78V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V003000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1995,"THE THROTTLE LINKAGE CONTROL SPRING MAY NOT CLOSE RAPIDLY WHEN THE ACCELERATOR PEDAL IS RELEASED. IF THE THROTTLE DOES NOT CLOSE AS RAPIDLY AS EXPECTED, THE VEHICLE WILL NOT DECELERATE PROPERLY. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.124, ""ACCELERATOR CONTROL SYSTEMS"".",,DEALER WILL INSTALL AN ADDITIONAL THROTTLE RETURN SPRING WITHOUT CHARGE TO OWNER. -12/04/1978,78V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V260000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,750,"THE AIR SUPPLY LINES FROM THE PRIMARY AND SECONDARY AIR TANKS TO THE AIR BRAKE APPLICATION (FOOT) VALVE MAY HAVE BEEN INSTALLED IN REVERSE. IN THE EVENT OF AIR LOSS FAILURE IN THE PRIMARY SYSTEM, TOTAL LOSS OF SERVICE BRAKES COULD OCCUR.",,"DEALER WILL INSPECT AND, IF NECESSARY, REINSTALL THE AIR SUPPLY LINES PROPERLY." -12/04/1978,78E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E001000),WARNER ELEC. BRAKE/CLUTCH,BRAKES:ELECTRIC:CONTROL:HYDRAULIC,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,21336,"THE INVOLVED VEHICLES MAY CONTAIN HYDRAULIC CYLINDERS WHICH DO NOT COMPLETELY CUT OFF THE ELECTRICAL POWER SUPPLIED TO THE TRAILER BRAKES AND BRAKE LIGHTS WHEN PRESSURE IS REMOVED FROM THE TOWING VEHICLE BRAKE PEDAL. THE USE OF A CONTROLLER WHICH EXHIBITS THIS DEFECT MAY RESULT IN THE TRAILER BRAKE LIGHTS REMAINING ON AND THE TRAILER BRAKES REMAINING PARTIALLY ACTUATED. PROLONGED ACTUATION OF THE TRAILER BRAKES WHILE THE TRAILER IS BEING TOWED COULD RESULT IN HEAT BUILD-UP IN THE BRAKES, BRAKE LINING AND MAGNET WEAR, AND COMPLETE BRAKE FAILURE.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW CONTROLLER AT NO CHARGE TO OWNER." -12/04/1978,78E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E029000),WAGNER,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,2600,"THE INVOLVED CYLINDERS CONTAIN THE WRONG SIZED RUBBER SEALING CUP. THE OVERSIZED CUP MAY CRINKLE WITHIN THE SMALLER BORE, CAUSING LOSS OF BRAKE FLUID. HALF OF THE BRAKING SYSTEM COULD FAIL. ALSO, THE OVERSIZED CUP MAY PREVENT PROPER PISTON FUNCTIONING, THEREBY PREVENTING SHOE RETURN WHICH WOULD PRECLUDE ADJUSTER OPERATION.",,DEALER WILL REPLACE THE AFFECTED CYLINDERS FREE OF CHARGE. -12/04/1978,78V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V001000),"SAAB CARS USA, INC.",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18088,"THE FUEL LINE MAY HAVE BEEN INSTALLED IN A WAY SUCH THAT THE AXLE COULD CONTACT THE LINE AND EVENTUALLY CAUSE THE LINE TO RUPTURE, ALLOWING FUEL TO LEAK TO THE GROUND.",,THE DEALER WILL REMOVE THE HOSE BETWEEN THE RETURN CHECK VALVE AND FUEL TANK AND INSTALL A LONGER HOSE OF A PREFORMED SHAPE. -12/01/1978,78V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V259000),Honda (American Honda Motor Co.),ENGINE:TIMING GEAR AND CHAIN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,21591,"THE CAM CHAIN GUIDE BOLT MAY LOOSEN DUE TO THE PRESENCE OF A RUBBER COATING ON THE SURFACE OF THE GUIDE IN THE AREA WHERE THE BOLT SEATS. IF THE BOLT BECOMES LOOSE, THE ENGINE WILL DEVELOP A TICKING NOISE. CONTINUED VEHICLE OPERATION WITH A LOOSE GUIDE BOLT MAY RESULT IN BREAKAGE OF THE BOLT AND INCREASED ENGINE NOISE.",,DEALER WILL INSTALL A CAM CHAIN GUIDE KIT TO PREVENT LOOSENING OF THE GUIDE BOLT. -12/01/1978,78V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V257000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:BUCKET,SEATS,NR (Not Reported),Vehicle,256,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"". THE REQUIRED UNDERBODY SEAT REINFORCEMENTS MAY HAVE BEEN OMITTED DURING ASSEMBLY. WITHOUT THE REINFORCEMENTS, THE SEAT ASSEMBLIES MAY NOT BE ADEQUATELY SECURED TO THE VEHICLE STRUCTURE TO PREVENT SEAT DETACHMENT IN A VEHICLE CRASH SITUATION.",,DEALER WILL INSTALL UNDERBODY REINFORCEMENTS WITHOUT CHARGE TO OWNER. -12/01/1978,78V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V258000),"AUSTIN ROVER CARS NA, INC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,22714,"BALL JOINTS INSTALLED ON THE INVOLVED VEHICLES AS REPLACEMENT PARTS MAY HAVE BEEN INCORRECTLY HEAT-TREATED DURING MANUFACTURE. THESE REPLACEMENT BALL JOINTS MAY BREAK WITHOUT PRIOR WARNING, CAUSING THE SUSPENSION TO COLLAPSE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE SUSPECT BALL JOINTS AT NO COST TO OWNER." -12/01/1978,78T027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T027000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,450,THE INVOLVED TIRES MAY HAVE SMALL VOIDS IN THE UPPER SIDEWALL AREA. CONTINUED USAGE MAY RESULT IN CRACKS DEVELOPING IN THE SIDEWALL AREA CAUSING LOSS OF AIR.,,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -12/01/1978,78T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T029000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,353,"THE INVOLVED TIRES FAIL TO MEET THE MINIMUM ENDURANCE REQUIREMENT OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,THE DEALER WILL REMOVE ALL INVOLVED TIRES AND REPLACE WITH TIRES THAT MEET THE REQUIREMENTS. -12/01/1978,78T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T028000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,3300,THE INVOLVED TIRES MAY EXHIBIT AN UNDERCURED CONDITION IN THE BEADS. CONTINUED USE MAY RESULT IN THE TIRE SEPARATING FROM THE RIM.,,DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -12/01/1978,78T030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T030000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,170,THE INVOLVED TIRES MAY DEVELOP SEPARATIONS IN THE TREAD AREA WHEN USED IN AN OVERLOADED OR UNDERINFLATED CONDITION.,,DEALER WILL REPLACE TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/29/1978,78T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T026000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,2652,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.109, ""NEW PNEUMATIC TIRES"". TREAD SEPARATION MAY DEVELOP AND LEAD TO PREMATURE FAILURE.",,THE DEALER WILL REPLACE THE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -11/27/1978,79V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=79V029000),PACCAR Incorporated,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,30000,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"", IN THAT DUE TO THE LOCATION OF THE LOWER THROTTLE RETURN SPRING AND THE TENSION IN BOTH THROTTLE SPRINGS, THE VEHICLE MAY NOT MEET THE RETURN TIME SPECIFIED IN THE STANDARD.",,"DEALER WILL INSPECT AND, IF NECESSARY, EITHER RELOCATE OR REPLACE THE THROTTLE SPRINGS AT NO COST TO OWNER." -11/27/1978,78V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V256000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,7000,"THE INVOLVED VEHICLES WERE EQUIPPED WITH AUTOMATIC TRANSMISSIONS IN WHICH THE PARKING PAWL WAS NOT HEAT-TREATED. DURING NORMAL VEHICLE OPERATION, A PARKING PAWL THAT HAS NOT BEEN HEAT-TREATED COULD BECOME DEFORMED OR WORN TO THE POINT THAT THE TRANSMISSION WILL NOT LOCK IN ""PARK"". AS A RESULT, THE VEHICLE COULD ROLL FREE IF THE DRIVER DOES NOT SET THE PARKING BRAKE WHEN PARKING OR LEAVING VEHICLE UNATTENDED.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE PARKING PAWL WITH ONE THAT HAS BEEN HEAT-TREATED." -11/27/1978,78T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T024000),DUNLOP TIRE CORPORATION,TIRES:TREAD,TIRES,NR (Not Reported),Tire,20642,"THE INVOLVED TIRES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". TREAD SEPARATION COULD DEVELOP AND CAUSE PREMATURE TIRE FAILURE.",,DEALER WILL REPLACE THE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/27/1978,78T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T025000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1000,THE INVOLVED TIRES MAY FAIL DUE TO CONTAMINATION UNDER THE TREAD BELTS. CONTINUED USE OF THE TIRE CAN RESULT IN TREAD AND BELT ASSEMBLY SEPARATING FROM THE BODY OF THE TIRE CAUSING LOSS OF AIR.,,DEALER WILL REPLACE THE TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/22/1978,78V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V255000),SHELLER-GLOBE CORPORATION,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,250,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". VEHICLES LACK THE PROPER NUMBER OF EMERGENCY EXITS.",,"DEALER WILL INSPECT INVOLVED VEHICLES FOR PROPER NUMBER OF EXITS. ALSO, WHERE REQUIRED, STATIONARY SASHES WILL BE REMOVED AND HINGED EMERGENCY EXITS WILL BE INSTALLED." -11/20/1978,78V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V254000),Volvo Trucks North America,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,426,THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH AN INCORRECTLY MANUFACTURED BRAKE MASTER CYLINDER TILTING VALVE. THESE DEFECTIVE TILTING VALVES MAY DEVELOP INTERNAL LEAKAGE WITH MANY BRAKE APPLICATIONS AND CAUSE HYDRAULIC BRAKE PRESSURE LOSS IN ONE OR BOTH VEHICLE BRAKE CIRCUITS.,,DEALER WILL EQUIP ALL AFFECTED VEHICLES WITH THE CORRECT TILTING VALVES AT NO COST TO OWNER. -11/20/1978,78V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V253000),"APOLLO MOTOR HOMES, INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,8,THE REAR SUSPENSION SPRINGS MAY INTERFERE WITH THE L.P. GAS LINE AND CAUSE THE LINE TO BREAK.,,THE DEALER WILL REROUTE THE L.P. GAS LINE TO AVOID INTERFERENCE AT NO COST TO OWNER. -11/20/1978,78V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V252000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,6155,"THE TRANSMISSIONS HAVE BEEN ASSEMBLED WITH A HIGHER THAN NORMAL RETURN SPRING LOAD ON THE TRANSMISSION LOCKING PAWL. WHEN THE PARK POSITION IS SELECTED WITH THE TRANSMISSION SHIFT LEVER, THE PARKING PAWL MAY NOT ENGAGE.",,DEALER WILL REPLACE THE PARKING PAWL ACTUATOR ASSEMBLY WITH AN IMPROVED TYPE AT NO COST TO OWNER. -11/17/1978,78V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V250000),ITASCA MOTORHOME,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2540,"THE REAR MOUNTING BRACKET ON THE AUXILIARY GAS TANK WAS WELDED INSTEAD OF BOLTED. THE BRACKET COULD FAIL WITHOUT WARNING, RESULTING IN A GASOLINE LEAK.",,"DEALER WILL INSTALL A NEW BRACKET THAT WILL BE BOLTED RATHER THAN WELDED, WITHOUT CHARGE TO OWNER." -11/17/1978,78V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V251000),CHAMPION HOME BLDR. CO.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8000,THE BRACKETS USED TO MOUNT THE AUXILIARY FUEL TANK WERE INADEQUATELY WELDED TO THE CHASSIS FRAME RAILS.,,THE DEALER WILL INSTALL TWO STRAPS BOLTED TO THE FRAME RAILS AND FLOOR JOISTS TO SECURE THE TANK AT NO COST TO OWNER. -11/16/1978,78V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V248000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,320000,"THE FUEL SYSTEM MAY NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A VEHICLE COLLISION FROM THE REAR, EXCESSIVE FUEL SPILLAGE MAY OCCUR.",,"DEALER WILL INSTALL PLASTIC SHIELDS AROUND THE FRONT CORNERS OF THE FUEL TANK, AND LARGER WASHERS ON CERTAIN REAR SUSPENSION PARTS TO ENSURE COMPLIANCE WITH THE SAFETY STANDARD. THIS WILL BE PERFORMED WITHOUT CHARGE TO OWNER." -11/16/1978,78T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T022000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,22,THE INVOLVED TIRES MAY DEVELOP A BREAK IN THE CORD BODY UNDER SEVERE IMPACTS OR WHEN OPERATED IN OVERLOADED OR UNDERINFLATED CONDITIONS. CONTINUED USE MAY CAUSE THE PLY TO PINCH RESULTING IN LOSS OF INFLATING AIR.,,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -11/16/1978,78T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T021000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1134,THE INVOLVED TIRES MAY DEVELOP TREAD CHUNKING IN THE CENTER TREAD AREA WHICH COULD CAUSE IMBALANCE AND VIBRATIONS. CONTINUED OPERATION COULD LEAD TO COMPLETE TIRE FAILURE.,,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/16/1978,78T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T023000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,235,"DUE TO A THIN RUBBER CONDITION AT THE BASE OF THE TREAD ELEMENTS, THE INVOLVED TIRES MAY DEVELOP SEPARATION IN THE SHOULDER AND TREAD AREAS WHEN USED IN AN OVERLOADED OR UNDERINFLATED CONDITION.",,DEALER WILL REPLACE TIRES WITHOUT CHARGE TO OWNER WITHIN 60 DAYS OF RECALL NOTIFICATION. -11/14/1978,78V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V249000),Toyota Motor Corporation,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5317,"INADEQUATE WELDS ON THE BED SIDE PANEL OF THE LONG BEDS, MAY ALLOW DISCONNECTION OF THE FUEL FILLER PIPE FROM THE FUEL TANK IN THE EVENT OF A REAR COLLISION. SUCH A DISCONNECTION COULD CAUSE FUEL LEAKAGE TO OCCUR. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,"DEALER WILL INSTALL A SPECIAL BRACKET, FROM THE RIGHT SIDE WHEEL HOUSING TO THE FUEL INLET PIPE, TO ENSURE COMPLIANCE WITH THE SAFETY STANDARD." -11/14/1978,78T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T020000),Goodyear Tire & Rubber Company,TIRES:BEAD,TIRES,NR (Not Reported),Tire,7400,THE INVOLVED TIRES MAY HAVE CRACKS IN THE LOWER BEAD AREA OF THE TIRE SIDEWALL. THESE CRACKS MAY LEAD TO FURTHER DETERIORATION OF THE TIRE IN SERVICE.,,"DEALER WILL REPLACE TIRES WITHOUT CHARGE TO OWNER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/13/1978,78V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V247000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,67,A GASKET WAS MISTAKENLY PLACED BETWEEN THE BRAKE MASTER CYLINDER AND THE POWER BOOST WHICH PREVENTED THE TWO PARTS FROM FITTING TOGETHER PROPERLY. DAMAGE MAY HAVE RESULTED TO THE MOUNTING EARS OF THE MASTER CYLINDER AND THE HYDRO-BOOST. THIS CONDITION COULD LEAD TO BRAKE FAILURE.,,"THE DEALER WILL INSTALL A NEW BRAKE MASTER CYLINDER AND HYDRO-BOOST UNIT, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -11/09/1978,78V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V246000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,33,"THE INVOLVED VEHICLES CONTAIN SPLIT FRONT BENCH SEATS THAT MAY NOT HAVE THE CORRECT OUTBOARD PORTIONS OF THE LEFT AND RIGHT FRONT SEAT BELTS INSTALLED. THIS CONDITION WILL NOT ALLOW THE SEAT BELTS TO BE BUCKLED AND THEREFORE CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"".",, -11/07/1978,78V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V245000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,152,"THE INVOLVED ENGINE FAN ASSEMBLIES MAY BE OF INADEQUATE DURABILITY. CONSEQUENTLY, THE FAN SPIDER MAY WEAR OVER A PEROID OF TIME AND BREAK AT THE HUB WITHOUT WARNING, WHILE THE ENGINE IS RUNNING.",,"DEALER WILL REPLACE THE SUSPECT ENGINE FAN ASSEMBLY, WITHOUT CHARGE." -11/07/1978,78V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V244000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,519,THE STEERING WHEEL MAY HAVE BEEN ASSEMBLED WITH STEERING WHEEL RETENTION FASTENERS THAT WERE NOT SUFFICIENTLY TIGHTENED. THE STEERING WHEEL COULD BECOME LOOSE AND SEPARATE FROM THE STEERING WHEEL HUB.,,DEALER WILL REPLACE THE STEERING WHEEL HUB AND PROPERLY SECURE WITH NEW FASTENERS WITHOUT CHARGE TO OWNER. -11/06/1978,78V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V243000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,363,"THE CLAMP BOLTS ON THE ADJUSTER TUBE THAT FASTENS THE CONNECTING ROD TO THE PITMAN ARM END ASSEMBLY MAY BE LOOSE. THESE LOOSE BOLTS COULD CAUSE SHIFTING OF THE STEERING WHEEL POSITION, RELATIVE TO THE STRAIGHT-AHEAD-FRONT WHEEL POSITION, AND LOSS OF STEERING.",,"THE DEALER WILL TIGHTEN THE BOLTS WHERE NECESSARY, AND CHECK AND CORRECT THE STEERING WHEEL ALIGNMENT FREE OF CHARGE." -11/06/1978,78V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V242000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,130965,"UNDER CERTAIN DRIVING CONDITIONS, INCLUDING EXTENDED SEVERE BRAKING, THE WHEEL BEARING AREA MAY ENCOUNTER TEMPERATURES THAT CAN CAUSE THE GREASE TO MIGRATE OUT OF THE BEARING AREA. THIS WILL REDUCE THE AMOUNT OF LUBRICATION AVAILABLE TO THE BEARINGS AND RESULT IN FRONT WHEEL BEARING FAILURE AND SPINDLE DAMAGE.",,THE DEALER WILL REPLACE THE FRONT WHEEL BEARINGS AND ASSOCIATED PARTS ON ALL INVOLVED VEHICLES FREE OF CHARGE. -10/25/1978,78V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V241000),HENDRICKSON MFG. CO.,BRAKES:AIR:DRUM AND SHOE SYSTEMS:SHOES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,31,THE BRAKE SHOE WELDS ON THE REAR BRAKE ASSEMBLIES COULD FAIL AT THE POINT WHERE THE WELD JOINS THE BRAKE SHOE TABLE. A BROKEN WELD COULD RESULT IN LOSS OF BRAKING CAPABILITY.,,"THE BRAKE SHOE ASSEMBLIES WILL BE INSPECTED AND REPLACED, IF NECESSARY." -10/25/1978,78V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V240000),WHITE MOTOR CORPORATION,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,16000,"LOSS OF LIGHTS AND ENGINE SHUTDOWN MAY OCCUR AS A RESULT OF ELECTRICAL SYSTEM FAILURE DUE TO IMPROPER CIRCUIT CRIMPING AND POTENTIAL HEATER MOTOR CIRCUIT OVERLOADING. ALSO, THE FUEL SOLENOID MAY BE IMPROPERLY FUSED AND THE HEADLIGHT HARNESS IMPROPERLY ROUTED.",,"THE DEALER WILL MAKE THE NECESSARY CORRECTIONS, FREE OF CHARGE TO THE OWNER." -10/24/1978,78E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E027000),"BENDIX HOME SYSTEMS, INC.",BRAKES:COMPUTER ASSEMBLY,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,11488,"THE ELECTRONIC CONTROLLER CONTAINS A FAULTY ELECTRICAL COMPONENT, A DIODE, WHICH MAY EVENTUALLY CAUSE BRAKE FAILURE. THIS COULD OCCUR WITHOUT WARNING.",,SUSPECT ELECTRONIC CONTROLLERS WILL BE REPLACED WITHOUT CHARGE TO OWNER. -10/24/1978,78V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V239000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27935,"DUE TO THE LENGTH OF THE WIRES, THE WIRING HARNESS COULD BE PULLED AGAINST THE FRAME HEAD TUBE DURING FULL RIGHT STEERING. IF THE HANDLE BARS ARE REPEATEDLY TURNED RAPIDLY AND FULLY TO THE RIGHT, THE REPEATED BENDING AND TENSION MAY LEAD TO DAMAGE OR DISCONNECTION OF WIRES IN THE HARNESS.",,DEALER WILL INSTALL A WIRING HARNESS EXTENSION FREE OF CHARGE. -10/24/1978,78E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E028000),ABADDON PRODUCTS CO.,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,11600,"THE INVOLVED HELMETS FAIL TO MEET REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"", DUE TO THE HELMETS EXCEEDING MAXIMUM ALLOWABLE FORCE OF 400G WHEN HIT A SECOND TIME IN THE SAME IDENTICAL AREA.",,"DEALER WILL REPLACE SUSPECT HELMET WITH A HELMET HAVING A REDESIGNED INNER LINER, WITHOUT CHARGE TO OWNER." -10/24/1978,78V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V238000),Lotus Cars Limited,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,146,THE INVOLVED VEHICLES ARE EQUIPPED WITH A TUBE WHICH IS USED TO CONNECT A FILTER COMPONENT IN THE FUEL SYSTEM. THIS TUBE COULD BECOME DAMAGED AS A RESULT OF EXPOSURE TO ABNORMALLY HIGH AMBIENT TEMPERATURES AND THE ACTION OF CERTAIN FUELS. THE DAMAGED TUBE COULD ALLOW FUEL LEAKAGE TO OCCUR.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL SYSTEM TUBING WITHOUT CHARGE TO OWNER." -10/23/1978,78V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V235000),POLAR COMPANY,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS NORMALLY SUPPLIED BY THAT VALVE. THIS COULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,THE DEFECTIVE VALVE WILL BE REPLACED WITHOUT CHARGE. -10/23/1978,78V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V236000),"FIAT MOTORS OF N.A., INC.",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,28975,"THE DRIVE SHAFT FRONT CENTERING SPLINE MAY EXPERIENCE EXCESSIVE WEAR DUE TO INSUFFICIENT LUBRICATION. THIS CAN RESULT IN TRANSMISSION JAMMING, A SUDDEN ELIMINATION OF POWER AND HANDLING DIFFICULTIES. EXCESSIVE WEAR COULD ALSO RESULT IN REAR TRANSMISSION HOUSING DAMAGE.",,"THE DRIVE SHAFT WILL BE REPLACED IF EVIDENCE OF PREMATURE WEAR IS FOUND. ALSO, THE REAR HOUSING AND OUTPUT YOKE WILL BE REPLACED WITH A NEW TYPE THAT WILL PERMIT SUFFICIENT LUBRICATION OF THE SPLINE. THIS WILL BE PERFORMED FREE OF CHARGE." -10/23/1978,78V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V237000),Ford Motor Company,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,800,"DUE TO AN ERROR IN THE VEHICLE ASSEMBLY COMPUTER BROADCAST PROGRAM, THE INVOLVED VEHICLES WERE EQUIPPED WITH 14X5.5 INCH WHEEL RIMS WHICH WERE INTENDED FOR USE ON PASSENGER CARS. THE TIRES WERE NOT MARKED WITH THE INFORMATION SPECIFIED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". AS A RESULT, A NON-COMPLIANCE EXISTS TO THIS STANDARD.",,THE EXISTING 14X5.5 INCH WHEELS WILL BE REPLACED WITH 14X6.0 INCH WHEELS. -10/20/1978,78V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V230000),BUTLER MANUFACTURING CO.,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,793,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS NORMALLY SUPPLIED BY THAT VALVE. THIS COULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,THE DEFECTIVE VALVE WILL BE REPLACED WITHOUT CHARGE. -10/20/1978,78V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V231000),PIKE TRAILER COMPANY,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,560,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKING CHAMBERS NORMALLY SUPPLIED BY THIS VALVE. THIS WOULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES. THIS FAILURE WOULD CONSTITUTE A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"THE SUSPECT VALVE WILL BE INSPECTED AND, IF NECESSARY, REPLACED WITHOUT CHARGE TO OWNER." -10/20/1978,78V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V232000),"WALKER STNLS.EQUIP.CO,INC",BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,37,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS NORMALLY SUPPLIED BY THAT VALVE. THIS COULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES.",,THE DEFECTIVE VALVE WILL BE REPLACED WITHOUT CHARGE. -10/20/1978,78V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V233000),BUDD COMPANY,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,568,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKING CHAMBERS NORMALLY SUPPLIED BY THIS VALVE. THIS WOULD RESUULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES. THIS FAILURE WOULD CONSTITUTE A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"THE SUSPECT VALVE WILL BE INSPECTED AND, IF NECESSARY, REPLACED WITHOUT CHARGE TO OWNER." -10/20/1978,78V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V234000),DORSEY CORPORATION,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,220,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS NORMALLY SUPPLIED BY THAT VALVE. THIS COULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,THE DEFECTIVE VALVE WILL BE REPLACED WITHOUT CHARGE. -10/18/1978,78V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V229000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,122,"THE MANUAL LOCK RELEASE LEVER ON THE SPLIT-BACK BENCH ASSEMBLIES MAY HAVE BEEN BENT DURING ASSEMBLY. THIS BENT CONDITION COULD PREVENT THE INERTIA SEAT LOCK ASSEMBLY FROM FUNCTIONING AUTOMATICALLY. AS A RESULT, THE FRONT SEAT BACK MAY NOT LOCK IN THE UPRIGHT POSITION IF THE CAR IS MOVING FORWARD AND BROUGHT TO AN ABRUPT STOP.",,"THE DEALER WILL REPOSITION THE MANUAL RELEASE LEVER IF FOUND NECESSARY, IN ORDER TO ELIMINATE ANY INTERFERENCE ON THE INERTIA LOCK PENDULUM." -10/17/1978,78V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V227000),FRUEHAUF CORPORATION,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,663,"THE PISTON IN THE ANTILOCK VALVE COULD STICK DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS THAT MAY COLLECT IN THE TRAILER BRAKING SYSTEM. CONSEQUENTLY, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS NORMALLY SUPPLIED BY THIS VALVE. THIS WOULD RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLE(S). THIS FAILURE WOULD CONSTITUTE A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"VEHICLE WILL BE INSPECTED AND, IF NECESSARY, ANTILOCK AIR VALVES WILL BE REPLACED WITHOUT CHARGE." -10/17/1978,78V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V228000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,7000,THE PARKING BRAKE LEVER MOUNTING BRACKET MAY BEND AND BREAK DUE TO REPEATED APPLICATIONS OF THE PARKING BRAKE. THIS WILL CREATE A TEARING FORCE AT THE BOLT MOUNTING AREA OF THE BRACKET.,,"BENT OR CRACKED MOUNTING BRACKETS WILL BE REPLACED AND A REINFORCEMENT STRAP WILL BE ADDED TO LIMIT THE ""LIFT AND PULL"" FORCE ON THE BRACKET. THIS WILL BE DONE WITHOUT CHARGE TO OWNER." -10/17/1978,78V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V226000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,120000,"THE ENGINE COOLING FAN BLADES MAY CRACK UNDER HIGH SPEED OPERATING CONDITIONS. FRAGMENTS MAY SEPARATE AND DAMAGE THE ENGINE COMPONENTS, AND IF THE HOOD IS OPEN AND THE ENGINE IS RUNNING, BLADE FRAGMENTS COULD FLY OUT FROM THE VEHICLE AND INJURE NEARBY PERSONS.",,"THE DEALER WILL, WHERE NECESSARY, INSTALL A NEW FAN FREE OF CHARGE." -10/13/1978,78V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V225000),CHAMPION HOME BLDR. CO.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,165,THE BRACKETS USED TO MOUNT THE SIDE AUXILIARY FUEL TANKS MAY HAVE BEEN INSUFFICIENTLY WELDED TO THE CHASSIS FRAME RAILS. LOOSENING OR LOSS OF THE SIDE AUXILIARY FUEL TANKS COULD RESULT WITHOUT PRIOR WARNING.,,"DEALER WILL SECURE THE SIDE AUXILIARY TANKS TO THE FRAME USING TWO STEEL BANDS OR STRAPS, BOLTED TO THE FRAME RAIL AND FLOOR JOIST, WITHOUT CHARGE TO OWNER." -10/12/1978,78T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T019000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,810,THE INVOLVED TIRES MAY DEVELOP SIDEWALL BLISTERS ABOVE THE RIM FLANGE.,,THE DEALER WILL REPLACE THE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -10/11/1978,78V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V222000),"Mack Trucks, Inc.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,161,A SHORT CIRCUIT COULD OCCUR DUE TO CHAFING OR WIRE DISCONNECTION IN THE BOX.,,"THE WIRING IN THE SLEEPER BOX WILL BE CORRECTED, FREE OF CHARGE." -10/11/1978,78V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V221000),"THOMAS BUILT BUSES, INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,46,"THE EMERGENCY EXIT LABEL WHICH SHOULD BE LOCATED AT THE LEFT REARMOST AISLE SEAT POSITION, WAS OMITTED. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,THE PROPER EXIT LABEL WILL BE INSTALLED WITHOUT CHARGE. -10/11/1978,78V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V224000),SHASTA INDUSTRIES,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,36,THE SPRING HANGERS MAY BE SLIGHTLY MISALIGNED AND MAY ALLOW THE TRAILER TIRE TO RUB AGAINST THE WHEEL WELL. THIS COULD RESULT IN FRICTION DAMAGE AND A POSSIBLE TIRE BLOWOUT WITHOUT PRIOR WARNING.,,"THE EXISTING SPRING HANGERS WILL BE REPLACED WITH NEW ONES, IN THE CORRECT POSITION." -10/11/1978,78V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V223000),Ford Motor Company,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,18000,"THE INVOLVED WHEELS CONTAIN MISLOCATED STEM HOLES. THIS MAY ALLOW AIR LEAKAGE AT THE TIRE VALVE STEM, UNDER HIGH SPEED DRIVING CONDITIONS.",,"THE DEALER WILL REPLACE THE EXISTING WHEELS WITH WHEELS HAVING THE PROPER VALVE STEM HOLES, IF NECESSARY, WITHOUT CHARGE TO OWNER." -10/10/1978,78V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V215000),SOUTHWEST TRUCK BODY CO.,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,781,"ANTI-LOCK BRAKE FAILURE COULD OCCUR DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS WHICH MAY COLLECT IN THE TRAILER BRAKING SYSTEM. THIS CONDITION COULD RESULT IN THE PISTON STICKING IN THE TRAILER ANTI-LOCK VALVE. CONSEQUENTLY, NO AIR WILL BE DELIVERED TO THE BRAKE CHAMBERS SUPPLIED BY THE ANTI-LOCK VALVE. LACK OF AIR TO THE AIR CHAMBERS MAY RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLE(S).",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL REPLACEMENT VALVES WITHOUT CHARGE TO OWNER." -10/10/1978,78V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V220000),FWD CORPORATION,EQUIPMENT:ELECTRIC POWER ACCESSORIES,VISIBILITY,NR (Not Reported),Vehicle,16,"THE STEERING ARM COULD FAIL DUE TO AN INFERIOR CASTING, OR INCORRECT SETTINGS OF THE STEERING GEAR PITMAN ARM STOPS. SHOULD THE STEERING ARM FAIL, STEERING COULD BECOME DIFFICULT TO CONTROL.",,THE EXISTING STEERING ARM WILL BE REPLACED WITH A NEW IMPROVED TYPE STEERING ARM. -10/10/1978,78V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V217000),"Porsche Cars North America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,800,"THE SYMBOL IDENTIFYING THE LIGHT SWITCH ON THE INVOLVED VEHICLES DOES NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROL AND DISPLAYS"".",,OWNER WILL BE SENT THE CORRECT SYMBOL FOR SELF INSTALLATION OR INSTALLATION BY THE DEALER. -10/10/1978,78V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V218000),HONDA OF MINOLA,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1150,"THE RIDER COULD INADVERTENTLY POSITION THE FUEL SHUTOFF SUCH THAT THE VEHICLE WOULD NOT START. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"".",,THE MANUAL SHUTOFF VALVE WILL BE REINSTALLED AND LABELED. -10/10/1978,78V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V216000),"ALFA ROMEO, INCORPORATED",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,1041,THE REAR IN-BOARD SEAT BELT MOUNTING BRACKETS MAY FRACTURE WHEN SUBJECTED TO STRESSES GENERATED UNDER IMPACT CONDITIONS. THE TENSILE STENGTH OF THE BRACKET IS INADEQUATE.,,DEALER WILL REPLACE THE REAR SEAT BELT ASSEMBLY WITHOUT CHARGE TO OWNER. -10/10/1978,78V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V219000),BEATRICE FOODS COMPANY,LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,5276,"THE REFRIGERATOR SERVICE COMPARTMENT DOOR MAY NOT BE OF SUFFICIENT SIZE TO PROVIDE ADEQUATE VENTILATION FOR LIQUID PROPANE GAS IN THE EVENT OF A LEAK IN THE COMPARTMENT. THIS GAS IS HEAVIER THAN AIR AND TENDS TO POCKET BELOW THE LEVEL OF THE LOUVERS, THUS NECESSITATING AN ADDITIONAL VENT OPENING IN THE FLOOR OF THE COMPARTMENT TO DRAIN OFF ANY ACCUMULATED GAS POCKETS.",,AN ADDITIONAL VENT OPENING WILL BE INSTALLED TO DRAIN OFF ANY ACCUMULATED GAS POCKETS. -10/05/1978,78V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V214000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,874,"ON THE INVOLVED VEHICLES, THE POTENTIAL EXISTS FOR THE OUTBOARD SEAT BELTS TO BECOME TRAPPED IN THE SEAT-BED PIVOTING MECHANISM. SHOULD THE BELT BECOME TRAPPED IN THE MECHANISM WHEN THE SEAT IS CONVERTED TO A BED, THE BELT MAY BECOME CUT OR FRAYED.",,"THE DEALER WILL INSTALL SEAT BELT SHIELDS ON THE FOLDING SEAT/BED PIVOTING MECHANISM AND REPLACE THE OUTBOARD SEAT BELT ASSEMBLIES IF DAMAGED, FREE OF CHARGE." -10/04/1978,78V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V211000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6750,THE INVOLVED VEHICLES ARE EQUIPPED WITH FLEXIBLE COOLING FAN BLADES THAT MAY CRACK WHEN SUBJECTED TO HIGH ENGINE SPEED OPERATING CONDITIONS. FAN BLADE CRACKING CAN LEAD TO FRAGMENTS SEPARATING FROM THE FAN.,,THE DEALER WILL REPLACE THE EXISTING COOLING FAN AT NO COST TO OWNER. -10/04/1978,78V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V213000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25600,ONE OR MORE OF THE FIVE COOLING FAN BLADES MAY HAVE BEEN IMPROPERLY RIVETED TO THE FAN SPIDER. THIS COULD ALLOW THE BLADES TO SEPARATE FROM THE FAN DURING ENGINE OPERATION.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE ENGINE COOLING FAN, WITHOUT CHARGE." -10/04/1978,78V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V212000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,32000,"THE LOWER STEERING SHAFT ASSEMBLIES CONTAIN COUPLING RIVET PINS WHICH WERE NOT RIVETED SECURELY ENOUGH DURING MANUFACTURE. CONSEQUENTLY ONE OR BOTH OF THE PINS COULD LOOSEN FROM THE FLANGE OF THE FLEXIBLE COUPLING DURING VEHICLE OPERATION. IF ONE PIN IS LOOSE, FREE PLAY WOULD RESULT. IF BOTH PINS WORK LOOSE, LOSS OF STEERING CONTROL WOULD OCCUR. ALSO, THE SHAFT ASSEMBLY MAY NOT CONTAIN A METAL REINFORCEMENT BETWEEN ONE OR BOTH OF THE RIVET PINS AND THE RUBBER FLEXIBLE COUPLING. AS A RESULT, THE RUBBER FLEXIBLE COUPLING COULD TEAR AND PRODUCE A NOISE OR LOOSE FEELING IN THE STEERING SYSTEM.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING SHAFT ASSEMBLY, WITHOUT CHARGE TO OWNER." -10/03/1978,78V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V210000),"Mack Trucks, Inc.",BRAKES:ELECTRICAL WIRING AND CONNECTORS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,19370,"DELAYS OF UP TO ABOUT 2 SECONDS MAY EXIST IN THE BRAKE APPLICATION TIMES TO THE BRAKES ON THE BOGIE AXLES IN THE PRESENCE OF CERTAIN TYPES OF WHEEL SPEED SENSOR SIGNAL DISCONTINUITIES OR DISTORTIONS THAT MAY OCCUR AS A RESULT OF SENSOR WIRE FAILURE. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,DEALER WILL INSTALL NEW WHEEL SPEED SENSORS THAT INCORPORATE IMPROVED WIRING AND THE PRESENT BOGIE ANTI-WHEEL LOCK SYSTEM WILL BE CHANGED TO AN AXLE-TO-AXLE SYSTEM FOR IMPROVED RELIABILITY. -09/27/1978,78V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V209000),Volvo Trucks North America,BRAKES:AIR:DRUM AND SHOE SYSTEMS:VALVE:QUICK RELEA,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,290,"THE SERVICE BRAKES MAY NOT RELEASE WITHIN 0.55 SECONDS, AS REQUIRED BY FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,"DEALER WILL INSTALL A QUICK RELEASE VALVE IN THE TRAILER SERVICE BRAKE LINE, WITHOUT CHARGE TO OWNER." -09/26/1978,78V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V205000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:WARNING SYSTEM:,PARKING BRAKE,NR (Not Reported),Vehicle,1252,"THE PARKING BRAKE SWITCH CONNECTOR CONTAINS ELECTRICAL WIRES THAT MAY BE REVERSED. AS A RESULT, THE LAMP WILL BE ACTIVATED WHENEVER THE IGNITION IS TURNED ON, EVEN THOUGH THE PARKING BRAKE IS NOT ENGAGED. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THE STANDARD REQUIRES THAT THE INDICATOR LAMP BE ACTIVATED UPON APPLICATION OF THE PARKING BRAKE.",,"DEALER WILL INSPECT AND, IF NECESSARY, CORRECT THE PARKING BRAKE SWITCH WIRING WITHOUT CHARGE TO OWNER." -09/26/1978,78V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V206000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1688,"THE INVOLVED VEHICLES DO NOT HAVE A BRAKE FLUID RESERVOIR WARNING WHICH STATES, ""WARNING, CLEAN FILLER CAP BEFORE REMOVING. USE ONLY DOT 3 FLUID FROM A SEALED CONTAINER"". THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"".",,THE DEALER WILL INSTALL THE BRAKE FLUID RESERVOIR WARNING PLATE WITHOUT CHARGE TO OWNER. -09/26/1978,78V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V208000),"SAAB CARS USA, INC.",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16238,"INSUFFICIENT CLEARANCE MAY EXIST BETWEEN THE FUEL TANK VENT TUBE AND VEHICLE FLOORPAN WHERE THE TUBE PROJECTS THROUGH AN ACCESS HOLE INTO THE TOOL COMPARTMENT UNDER THE TRUNK FLOOR. SHOULD THE TUBE CONTACT THE LOWER EDGE OF THIS OPENING, IT COULD BECOME DAMAGED AND FAIL AT THE POINT WHERE IT IS SOLDERED TO THE FUEL TANK. FUEL LEAKAGE COULD RESULT, ESPECIALLY WHEN THE TANK IS NEARLY OR COMPLETELY FULL.",,"DEALER WILL ENLARGE THE ACCESS HOLE IN THE FLOORPAN TO ENSURE PROPER CLEARANCE. IF THE VENT TUBE IS DAMAGED, IT WILL BE REPAIRED." -09/26/1978,78V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V207000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2024,THE FUEL TANK FUSIBLE BUSHING ELEMENT MAY HAVE MELTED DUE TO EXTREMELY HIGH TEMPERATURES ENCOUNTERED WHEN THE TANKS WERE EXPOSED TO DIRECT SUNLIGHT RAYS DURING CHASSIS STORAGE.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL TANK VENT PLUG WITHOUT CHARGE TO OWNER." -09/25/1978,78V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V204000),Ford Motor Company,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,20000,"THE FULL SIZE SEDANS WERE EQUIPPED WITH INCORRECT TAIL LAMP SOCKETS AND THE FULL SIZE STATION WAGONS WERE INSTALLED WITH INCORRECT TAIL LAMP AND BACK UP LAMP SOCKETS. THEREFORE THESE VEHICLES FAIL TO COMPLY WITH THE PHOTOMETRIC REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE TAIL LAMP AND BACK UP LAMP SOCKETS WITHOUT CHARGE TO OWNER." -09/22/1978,78V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V202000),"Mercedes-Benz USA, LLC",TIRES:LINER,TIRES,NR (Not Reported),Vehicle,1576,THE INVOLVED VEHICLES WERE EQUIPPED WITH INCORRECT TIRE FLAPS WHICH ALLOW THE INNER TUBE TO PROTRUDE THROUGH THE RIM VALVE OPENING. CHAFING AND POSSIBLE SUDDEN LOSS OF AIR CAN RESULT.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE TIRE FLAPS FREE OF CHARGE." -09/21/1978,78V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V203000),Ford Motor Company,EXHAUST/CRANKCASE EMISSION CONTROL:CHECK VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,218500,"THE INVOLVED VEHICLES CONTAIN EMISSION CONTROL SYSTEMS THAT UTILIZE A PULSE AIR REED VALVE TO PERMIT AIR FLOW FROM THE AIR CLEANER TO THE EXHAUST MANIFOLD ON NEGATIVE PRESSURE PULSATIONS. THESE REED VALVES MAY FAIL UNDER COLD WEATHER CONDITIONS, CAUSING A BACKFLOW OF EXHAUST GAS INTO THE AIR CLEANER AND FUEL INDUCTION SYSTEM ON POSITIVE EXHAUST PULSES. THIS CAUSES AN OVERLY RICH AIR/FUEL MIXTURE, REDUCED FUEL ECONOMY AND REDUCED ENGINE PERFORMANCE. CONTINUED VEHICLE OPERATION MAY RESULT IN ENGINE STALLING OR OVERHEATING OF THE EXHAUST SYSTEM.",,THE DEALER WILL REPLACE THE PULSE AIR SYSTEM REED VALVE AND SILENCER WITHOUT CHARGE. -09/20/1978,78E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E026000),"JAMCO INTERNATIONAL, INC.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Equipment,1551,"THE INVOLVED BALL JOINTS WERE MISBOXED AND MAY HAVE BEEN INSTALLED AS REPLACEMENT EQUIPMENT IN CERTAIN VEHICLES. IF THE IMPROPER BALL JOINTS ARE USED, THEIR LARGER DIAMETER COULD ALLOW THE CONTROL ARM TO CRACK AND FAIL.",,"THE DEALER WILL REPLACE THE LOWER CONTROL ARM, IF NECESSARY, FREE OF CHARGE." -09/15/1978,78E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E025000),"EATON, INCORPORATED",BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1726,"PISTON STICKING IN THE VALVE CAN OCCUR DUE TO EXPOSURE TO HIGH CONCENTRATIONS OF FLUID CONTAMINANTS WHICH MAY COLLECT IN THE BRAKING SYSTEM. AS A RESULT, NO AIR WOULD BE DELIVERED TO THE BRAKE CHAMBERS SUPPLIED BY THE ANTI-LOCK VALVE. LACK OF AIR TO THE AIR CHAMBERS WILL RESULT IN A ""NO BRAKE"" CONDITION ON THE AFFECTED AXLE. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,DEALER WILL REPLACE THE SUSPECT VALVES FREE OF CHARGE. -09/15/1978,78V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V201000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,22000,"THESE TRANSMISSIONS MAY CONTAIN IMPROPERLY MANUFACTURED PARKING PAWL ACTUATING RODS. CONSEQUENTLY, THE UNHARDENED CAM SURFACE OF THESE RODS CAN ALLOW THE ROD TO DEFORM DURING USE WITH RESULTANT INCREASE IN SHIFT EFFORTS AND DIFFICULTY IN RELEASING THE PARKING PAWL AND ENGAGING THE PARKING GEAR.",,DEALER WILL REPLACE THE TRANSMISSION PARKING PAWL ACTUATING ROD WITHOUT CHARGE TO OWNER. -09/13/1978,78V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V200000),Toyota Motor Corporation,FUEL:FUEL EMISSION CONTROL:VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5700,"UNDER EXTREME TEMPERATURE CONDITIONS, THE FUEL SYSTEM PRESSURE RELIEF VALVE WILL CAUSE THE VALVE SPRING SEAT TO DISLODGE AND THE FUEL SUPPLY TO THE CARBURETOR WILL DECREASE. ENGINE HESITATION ON CONTINUOUS HIGH ROADS AND ENGINE STALLING ON INCLINED ROADS COULD OCCUR. DRIVER MAY BE UNABLE TO RESTART ENGINE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FUEL PRESSURE RELIEF VALVE WITHOUT CHARGE." -09/11/1978,78V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V199000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8700,,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL PROTECTIVE SHIELDS ON THE REBOUND BUMPER BRACKETS WITHOUT CHARGE TO OWNER." -09/11/1978,78V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V198000),Ford Motor Company,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5000,"THE WINDSHIELD WIPER AND WASHER SYSTEM CONTAINS AN INCORRECT 6 AMP CIRCUIT BREAKER INSTEAD OF THE 8.25 AMP CIRCUIT BREAKER. IF THE SYSTEM IS HEAVILY LOADED, AS IN THE CASE OF A PARTIALLY DRY WINDSHIELD, THE MOTOR CURRENT MAY EXCEED THE 6 AMP BREAKER""S CAPACITY. THIS WOULD CAUSE THE BREAKER TO OPEN, WHICH WOULD RESULT IN WIPER/WASHER FAILURE.",,DEALER WILL INSTALL THE CORRECT CIRCUIT BREAKER WITHOUT CHARGE TO OWNER. -09/11/1978,78V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V196000),JAGUAR ROVER TRIUMPH INC.,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,3263,"THE EXHAUST DOWNPIPES INSTALLED ON THE INVOLVED VEHICLES MAY NOT PERMIT PROPER CLEARANCE BETWEEN THE DOWNPIPES AND THE STEERING COLUMN LOWER JOINTS. UPON MAKING A HARD FULL RIGHT TURN, THE EXHAUST DOWNPIPE AND STEERING COLUMN COULD COME INTO CONTACT WITH EACH OTHER. THIS COULD RESULT IN A LOSS OF STEERING CONTROL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE EXHAUST DOWNPIPE WITH ONE OF MODIFIED SHAPE, WITHOUT CHARGE TO OWNER." -09/11/1978,78V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V197000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,103,"THE INVOLVED VEHICLES DO NOT CONTAIN A FUEL TANK SHIELD AT THE FRONT RIGHT CORNER OF THE MID-SHIP FUEL TANK. IN THE EVENT OF A FRONTAL IMPACT, EXCESSIVE FUEL SPILLAGE FROM THE FUEL TANK MAY OCCUR. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,DEALER WILL INSTALL THE NECESSARY FUEL TANK SHIELD WITHOUT CHARGE TO OWNER. -09/08/1978,78E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E024000),COLT INDUSTRIES,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,743,"CARBURETORS COULD EXHIBIT A FAILURE OF THE THROTTLE TO CLOSE, DUE TO THROTTLE SHAFT STICKING. FAILURE OF THROTTLE TO CLOSE WOULD RESULT IN CONTINUED ACCELERATION EVEN AFTER THE ACCELERATOR PEDAL HAS BEEN RELEASED.",,DEALER WILL REPLACE DEFECTIVE CARBURETOR FREE OF CHARGE. -09/06/1978,78V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V194000),SHELLER-GLOBE CORPORATION,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,42,"THE LETTERING LOCATION FOR BRAKE FLUID RESERVOIR LABELING FAILS TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THE REQUIREMENT STATES THAT THE LETTERING MUST BE VISIBLE BY DIRECT VIEW EITHER ON OR WITHIN 4 INCHES OF THE BRAKE FLUID RESERVOIR FILLER CAP.",,DRAWINGS AND INSTRUCTIONS WILL BE SENT TO ENABLE OWNER TO REMOVE AND REINSTALL THE RESERVOIR CAP PROPERLY. -09/06/1978,78V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V195000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13,"ON THE INVOLVED VEHICLES, THE FUEL FILTER INLET, OUTLET, AND VAPOR RETURN FUEL LINE HOSES MAY DETERIORATE IF CONTINUOUSLY EXPOSED TO UNDERHOOD TEMPERATURES GENERATED DURING VEHICLE OPERATION. IF HOSES FAIL, FUEL LEAKAGE COULD OCCUR.",,"DEALER WILL INSTALL HYPALON RUBBER HOSES TO REPLACE NEOPRENE HOSES, WITHOUT CHARGE TO OWNER." -09/06/1978,78V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V192000),TRAVEL EQUIPMENT CORP.,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,43,THE BOLTS SECURING THE MAIN FUEL TANK SUPPORT TO THE CHASSIS MAY BREAK UNDER LOAD ALLOWING THE TANK TO DROP TO THE GROUND.,,"DEALER WILL INSTALL A STEEL STRAP ALONG THE BOTTOM OF THE GASOLINE TANK SUPPORT AND REPLACE THE BOLTS THAT SECURE THE SUPPORT FRAME TO THE CHASSIS, WITHOUT CHARGE TO OWNER." -09/06/1978,78V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V193000),SHASTA INDUSTRIES,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,102,THE FIFTH WHEEL JACK MECHANISM MAY NOT BE EQUIPPED WITH A JACK LEG STOP. THE UNIT COULD FAIL IF EXTENDED TO ITS FULL UPRIGHT POSITION.,,THE DEALER WILL INSTALL THE PROPER STOP MECHANISM ON THE FIFTH WHEEL JACK LEG. -09/05/1978,78V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V190000),Great Dane Trailers,BRAKES:VALVE SOLENOID,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,277,"THE BRAKE ANTI-LOCK SYSTEM COULD FAIL AFTER EXPOSURE TO HIGH CONCENTRATIONS OF CONTAMINANTS WHICH MAY BE ALLOWED TO COLLECT IN THE TRAILER BRAKING SYSTEM. FLUID COLLECTION IN THE BRAKING SYSTEM MAY CAUSE THE PISTON TO STICK. THIS CAN CAUSE NO AIR TO BE DELIVERED TO THE BRAKE CHAMBERS SUPPLIED BY THAT VALVE, WHICH CAN INHIBIT BRAKE APPLICATION ON THE AFFECTED AXLES.",,DEALER WILL REPLACE DEFECTIVE BRAKE VALVES AT NO CHARGE TO OWNER. -09/05/1978,78V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V191000),ZIMMER HOMES CORP.,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,2673,"THE SEAT BELTS ARE ATTACHED TO THE DRIVER AND PASSENGER SEATS INSTEAD OF THE FLOOR. THE SEAT BELTS SHOULD BE ATTACHED TO THE FLOOR TO ELIMINATE EXCESSIVE LOAD IN THE SEAT SLIDER ASSEMBLY. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"".",,DEALER WILL REPLACE AND PROPERLY ANCHOR SEAT BELTS WITHOUT CHARGE TO OWNER. -08/30/1978,78V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V189000),"General Motors, LLC",INTERIOR SYSTEMS:INSTRUMENT PANEL:OTHER PART,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,388867,"IF PAPER OR OTHER COMBUSTIBLE MATERIALS ARE PLACED IN THE INSTRUMENT PANEL ASHTRAY RECEPTACLE, THEY COULD BECOME IGNITED AND FLAMES FROM THE FIRE MAY REACH THE INTERIOR OF THE INSTRUMENT PANEL.",,"OWNER WILL BE SENT A METAL HEAT SHIELD TO BE INSTALLED ABOVE THE INSTRUMENT PANEL, EITHER BY THE OWNER OR BY THE DEALER." -08/29/1978,78V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V188000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1400,"DUE TO IMPROPER MATERIAL CONSTRUCTION THE HYDRO-BOOST FLUID RETURN HOSE MAY NOT BE CAPABLE OF WITHSTANDING THE TEMPERATURES AND/OR PRESSURES EXPERIENCED WITH THE HYDRO-BOOST SYSTEM. ALSO, THE HYDRO-BOOST FLUID HIGH PRESSURE HOSE ASSEMBLY MAY HAVE BEEN MISLOCATED, ALLOWING THE ASSEMBLY TO CONTACT THE FRAME SIDE RAIL. ABRASION RESULTING FROM CONTINUED CONTACT ALONG WITH IMPROPER MATERIAL CONSTRUCTION MAY CAUSE PRESSURE HOSE FAILURE. EITHER OF THESE CONDITIONS MAY CAUSE HYDRO-BOOST FLUID LEAKAGE, RESULTING IN THE LOSS OF POWER ASSIST FOR THE STEERING AND BRAKING SYSTEMS. COMPLETE LOSS OF STEERING OR BRAKING WILL NOT OCCUR SINCE BOTH SYSTEMS WOULD REVERT TO MANUAL OPERATION.",,"THE DEALER WILL INSTALL A HYDRO-BOOST FLUID RETURN HOSE CONSTRUCTED FORM THE PROPER MATERIAL, POSITIONING THE HOSE ASSEMBLY TO ENSURE ADEQUATE CLEARANCE BETWEEN IT AND THE FRAME SIDE RAIL." -08/28/1978,78V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V187000),"RENAULT, INCORPORATED",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9623,"THE AMBER COLOR REAR TURN SIGNAL LENSES MAY FADE AFTER PROLONGED EXPOSURE TO ELEMENTS SUCH AS HEAVY RAIN, SNOW, ETC.",,DEALER WILL REPLACE THE LEFT AND RIGHT REAR TURN SIGNAL LENSES WITH A TYPE THAT RESISTS FADING. -08/24/1978,78V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V186000),Ford Motor Company,STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,59,THE TILT STEERING COLUMNS ON THE INVOLVED VEHICLES CONTAIN IN-PROCESS TEMPORARY ALIGNMENT PINS RATHER THAN THE PERMANENT PRESS-FIT PIVOT PINS. THE TEMPORARY PINS ARE SLIGHTLY UNDERSIZED AND COULD SEPARATE FROM THE STEERING COLUMN DURING VEHICLE OPERATION. THIS CAN CAUSE STEERING WHEEL LOCKUP.,,THE DEALER WILL INSTALL A PERMANENT PIVOT PIN IN THE STEERING COLUMN WITHOUT CHARGE TO OWNER. -08/23/1978,78V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V185000),WAYNE ENGINEERING CORPORATION,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Vehicle,87,"THE BLOWER MOTOR MOUNTING BRACKETS ON THE INVOLVED VEHICLES MAY DEFORM DURING INSTALLATION. IF THE BRACKETS ARE DEFORMED, THE BLOWER WHEEL MAY RUB AGAINST THE BLOWER HOUSING CAUSING AN UNUSUAL STARTING LOAD ON THE MOTOR AND A RESULTING INCREASE IN ELECTRICAL CURRENT WHICH CAN CAUSE THE MOTOR TO STALL. THE SURGE OF ELECTRICAL CURRENT CAN CAUSE THE RESISTOR, WHICH IS PART OF THE LOAD, TO OVERHEAT AND POSSIBLY EXPLODE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ANY DEFORMED MOUNTING BRACKETS. THE BRACKET INSTALLATION WILL BE CHECKED TO ENSURE THAT IT DOES NOT CONTACT THE BLOWER WHEEL." -08/18/1978,78V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V184000),"AMERICAN GARELLI EAST,LTD",BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2515,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS"", DUE TO THE INABILITY TO INSPECT THE BRAKE LINING FOR EXTENSIVE WEAR. EXTENSIVE BRAKE LINING WEAR MAY PREVENT THE VEHICLE FROM BRAKING PROPERLY.",,THE DEALER WILL INSPECT FOR BRAKE LINING WEAR AND WILL PROVIDE FOR FUTURE VISUAL INSPECTION OF BRAKE LININGS. -08/18/1978,78V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V182000),"Porsche Cars North America, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,510,"CERTIFICATION LABELS INSTALLED IN THE INVOLVED VEHICLES MAY NOT INCLUDE THE DATE OF VEHICLE MANUFACTURE, AS REQUIRED BY FEDERAL REGULATIONS.",,DEALER WILL INSTALL THE CORRECT CERTIFICATION LABEL WITHOUT CHARGE TO OWNER. -08/18/1978,78V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V183000),"AMERICAN GARELLI EAST,LTD",TIRES,TIRES,NR (Not Reported),Vehicle,290,"TIRES INSTALLED ON THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". THESE VEHICLES HAVE A 370 LB. REAR LOAD RATING, WHILE THE REAR TIRE IS RATED FOR A 290 LB. LOAD. IF VEHICLE IS LOADED BEYOND THE TIRE LOAD LIMIT, A TIRE FAILURE MAY OCCUR IN SERVICE.",,THE DEALER WILL INSTALL A NEW TIRE WITH A LOAD RATING OF 370 LBS. AT NO CHARGE. -08/17/1978,78V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V181000),"Subaru of America, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,23000,"A TUBE IN THE FUEL EVAPORATIVE EMISSION CONTROL SYSTEM CAN BECOME OBSTRUCTED, CAUSING EXCESSIVE PRESSURE TO BUILD UP IN THE FUEL TANK. THIS USUALLY OCCURS IN EXTREMELY HIGH TEMPERATURES OR INTENSE SUNLIGHT. EXCESSIVE PRESSURE BUILD-UP CAUSES THE FUEL TANK TO BULGE. A SHORT HAIRLINE CRACK MAY DEVELOP AND FUEL LEAKAGE MAY RESULT.",,"DEALER WILL INSPECT AND, IF NECESSARY, WILL INSTALL A NEWLY DESIGNED TUBE AND VALVE ASSEMBLY IN THE EVAPORATIVE EMISSION CONTROL SYSTEM." -08/16/1978,78V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V178000),"PEUGEOT, INC.",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,"WATER COULD ACCUMULATE BETWEEN THE MOUNTING SURFACE OF THE BRAKE POWER BOOSTER UNIT AND THE FRONT SURFACE OF THE PEDAL SUPPORT BRACKET TO WHICH IT IS ATTACHED. AFTER A PERIOD OF TIME, THE WATER COULD CAUSE CORROSION, WHICH WOULD HINDER THE FREE MOVEMENT OF THE POWER BOOSTER PISTON IN ITS GUIDE CHANNEL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BRAKE POWER BOOSTER WITHOUT CHARGE TO OWNER." -08/16/1978,78V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V180000),"General Motors, LLC",INTERIOR SYSTEMS:BENCH SEAT LATCH,SEATS,NR (Not Reported),Vehicle,1400,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""ANCHORAGE OF SEATS"", IN THAT THE FRONT SEAT ADJUSTER ASSEMBLIES HAVE LOCK BARS WHICH MAY NOT REMAIN ENGAGED WHEN TEST PROCEDURE FORCES ARE APPLIED TO THE SEAT.",,DEALER WILL INSTALL AN ADDITIONAL LOCK BAR RETURN SPRING WITHOUT CHARGE TO OWNER. -08/16/1978,78V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V179000),"Chrysler (FCA US, LLC)",WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,350,"HUB SEPARATION, DUE TO CRACKS BETWEEN THE INNER AND OUTER BEARING OF THE HUB, CAN OCCUR WHICH WILL LEAD TO HUB FAILURE. WHEN FAILURE OCCURS, THE SEPARATED HUB IS RETAINED ON THE AXLE SPINDLE BY THE WHEEL BEARING ADJUSTING NUTS, AND CAN RESULT IN TWO POSSIBLE CONDITIONS: 1) GENERATION OF EXCESSIVE HEAT RESULTING FROM THE BRAKE LINING CONTACTING THE DRUM CAUSING A BLOWN TIRE AND/OR FIRE, AND 2) PROGRESSIVE DAMAGE TO THE HUB WHICH WOULD ALLOW THE SEPARATED HUB WITH THE WHEEL AND TIRE TO BECOME DISENGAGED FROM THE VEHICLE IN AN UNCONTROLLED MANNER.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE HUBS AT NO CHARGE." -08/15/1978,78V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V177000),"General Motors, LLC",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,237693,THE NUT ON THE CARRIER SUPPORT BOLT ASSEMBLY MAY BREAK WHICH WOULD ALLOW THE ENTIRE WHEEL AND TIRE ASSEMBLY TO SEPARATE FROM THE VEHICLE.,,DEALER WILL REPLACE THE TIRE AND WHEEL CARRIER BOLT ASSEMBLY AT NO CHARGE. -08/15/1978,78E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E023000),AIR-O-MATIC PWR STRNG CO.,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Equipment,489,"THE POWER CYLINDER MOUNTING BRACKETS MAY BE SUBJECT TO FATIGUE FRACTURE. SHOULD THESE BRACKETS FAIL, POWER STEERING ASSIST FUNCTION WOULD BE LOST.",,"MANUFACTURER WILL INSPECT AND, IF NECESSARY, REPLACE POWER CYLINDER MOUNTING BRACKETS WITH A STRENGTHENED TYPE." -08/15/1978,78V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V176000),Ford Motor Company,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,187000,"THE WIPER ARMS COULD SEPARATE FROM THE PIVOT SHAFTS, RENDERING THE WIPERS INOPERATIVE.",,"DEALER WILL REPLACE THE WINDSHIELD WIPER ARMS, PIVOT ASSEMBLIES AND CERTAIN WIPER LINKAGE COMPONENTS WITHOUT CHARGE TO OWNER." -08/09/1978,78V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V175000),"FIAT MOTORS OF N.A., INC.",HEATER:ELECTRICAL:DEFROSTER:DEFOGGER:FAN MOTOR SWI,VISIBILITY,NR (Not Reported),Vehicle,5770,THERE MAY BREAKAGE OF THE INTERNAL MECHANISM OF THE HEATER FAN SWITCH ON CERTAIN VEHICLES. THIS CAN RESULT IN AN INCORRECT ELECTRICAL CONTACT AND OVERHEATING OF THE SWITCH.,,DEALER WILL REPLACE THE HEATER FAN CONTROL SWITCH FREE OF CHARGE. -08/09/1978,78V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V173000),HOLIDAY RAMBLER CORP.,LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,608,THE L.P. GAS HOSE MAY COME INTO CONTACT WITH THE SPRING HANGER ON THE CHASSIS SUSPENSION SYSTEM OR THE SHIELD BETWEEN THE L.P. TANK AND THE EXHAUST SYSTEM. THIS COULD CAUSE RUPTURE OF THE L.P. GAS HOSE AND ALLOW RAW PROPANE TO ESCAPE.,,"DEALER WILL INSPECT AND, IF NECESSARY REPLACE THE EXISTING HOSE. ALSO, THE DEALER WILL SECURE THE HOSE TO THE UNDERSIDE OF THE FLOOR SO THAT IT IS ROUTED AROUND AND AWAY FROM THE SHARP EDGES." -08/09/1978,78V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V174000),JAGUAR ROVER TRIUMPH INC.,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,450,"IF THE TRANSMISSION IS OVERFILLED, THE POSSIBILITY OF OVERSPILL ARISES UNDER CERTAIN DRIVING CONDITIONS DUE TO THE NEWLY INSTALLED TRANSMISSION DIPSTICK. THE TRANSMISSION FLUID MAY SPILL ON THE EXHAUST MANIFOLD OR CATALYTIC CONVERTER.",,DEALER WILL REPLACE THE DIPSTICK AT NO CHARGE. -08/08/1978,78V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V170000),"Mack Trucks, Inc.",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,850,THE POSSIBILITY EXISTS THAT THE ALUMINUM ENGINE REAR SUPPORT BRACKETS MAY FAIL DUE TO METAL FATIGUE. THIS TYPE OF FAILURE WOULD ALLOW THE ENGINE AND TRANSMISSION ASSEMBLY TO DISLOCATE DOWNWARD. THIS WILL RESULT IN THROTTLE CONTROL LOSS WITH THE ENGINE OPERATING CONTINUOUSLY IN THE MID TO UPPER RANGE OF THE GOVERNED SPEED RANGE.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ALUMINUM SUPPORT BRACKETS WITH BRACKETS MADE FROM DUCTILE IRON FOR INCREASED STRENGTH." -08/08/1978,78V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V171000),"Mack Trucks, Inc.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,2100,"DEFICIENCIES, IN THE FORM OF FORGING LAPS, CRACKS AND EXCESSIVE DECARBURIZATION DURING HEAT TREATMENT, EXIST IN THE STEERING KNUCKLES. STRESSES IMPOSED WITH INTEGRAL HYDRAULIC POWER STEERING MAY LEAD TO A FAILURE IN THE AREA OF THE STEERING ARM ATTACHING BOSS. THIS TYPE OF FAILURE WOULD CAUSE LOSS OF STEERING CONTROL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LEFT STEERING KNUCKLE WITH AN IMPROVED TYPE OF KNUCKLE." -08/08/1978,78V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V172000),"Mack Trucks, Inc.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,13800,THE EXISTING CROSS STEERING ARMS MAY HAVE INSUFFICIENT FATIGUE LIFE IN THE NECK AREA. THIS IS NEAR THE BOSS FOR THE CROSS STEERING TUBE BALL JOINT CONNECTION. FAILURE OF EITHER OF THE CROSS STEERING LEVERS COULD LEAD TO LOSS OF STEERING CONTROL OF THE RIGHT FRONT WHEEL.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL CROSS STEERING ARMS OF IMPROVED DESIGN AND GREATER STRENGTH." -08/07/1978,78V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V168000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,7,"THE DRIVER""S SIDE SHOULDER BELT RETRACTOR MOUNTING BRACKET ASSEMBLY CONTAINS A WELD NUT WHICH WAS IMPROPERLY ATTACHED TO THE BRACKET. THIS FAILS TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY ANCHORAGES"".",,THE DEALER WILL REPAIR THE LEFT SIDE SHOULDER BELT RETRACTOR MOUNTING BRACKET ON THE INVOLVED VEHICLES FREE OF CHARGE. -08/07/1978,78V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V169000),"Mack Trucks, Inc.",SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,1300,THE ALUMINUM FRONT SPRING BRACKET IS DEFECTIVE IN THAT IT MAY SHEAR AT THE POINT OF FRAME RAIL ATTACHMENT. THIS SHEARING COULD DISLOCATE THE STEERING AXLE.,,"THE DEALER WILL INSTALL A NEW IMPROVED FRONT SPRING BRACKET MADE OF DUCTILE IRON, WITHOUT CHARGE TO OWNER." -08/07/1978,78V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V166000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,16,THE FRONT NUTS MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS. THESE NUTS COULD LOOSEN DURING VEHICLE OPERATION AND CAUSE THE FRONT HUB AND ROTOR ASSEMBLY TO SEPARATE FROM THE WHEEL AND TIRE ASSEMBLY.,,THE DEALER WILL TIGHTEN THE NUTS TO SPECIFICATIONS ON ALL AFFECTED VEHICLES AT NO COST TO OWNER. -08/07/1978,78V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V167000),Ford Motor Company,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,400000,THE WINDSHIELD WIPER DRIVE LINKAGE ON THE AFFECTED VEHICLES MAY FRACTURE DUE TO METAL FATIGUE AS A RESULT OF REPEATED FLEXING OF THE DRIVE ARM ACROSS A STRESS SENSITIVE AREA. THIS CONDITION WILL RENDER THE WINDSHIELD WIPER SYSTEM INOPERATIVE.,,THE DEALER WILL INSTALL AN IMPROVED WINDSHIELD WIPER LINKAGE WITHOUT COST TO OWNER. -08/03/1978,78V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V165000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10,"THE ENGINE COMPARTMENT FUEL PUMP TO CARBURETOR CONFIGURATION MAY BE INCORRECT DUE TO THE MISUSE OF COMPONENTS AND ROUTINGS. AS A RESULT, THE FUEL PUMP COULD DISENGAGE FROM THE CARBURETOR, CAUSING FUEL LEAKAGE.",,THE DEALER WILL INSTALL THE CORRECT COMPONENTS ON ALL AFFECTED VEHICLES FREE OF CHARGE. -08/03/1978,78T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T018000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,86000,"THE INVOLVED TIRES MAY DEVELOP SEPARATION BETWEEN THE BELT PLIES. AS A RESULT, BELT SEPARATION OR SEPARATION AT THE BELT EDGE MAY OCCUR.",,THE DEALER WILL REPLACE TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -08/02/1978,78V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V164000),JAGUAR ROVER TRIUMPH INC.,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7000,THE OVERDRIVE WIRING HARNESS COULD CHAFE AND CAUSE AN ELECTRICAL SHORT CIRCUIT.,,THE DEALER WILL INSTALL A PROTECTIVE SLEEVE TO THE OVERDRIVE WIRING HARNESS AT THE BASE OF THE GEAR LEVER TO PRECLUDE CHAFING. -08/01/1978,78V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V163000),"COACHMEN INDUSTRIES, INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,352,THE COPPER LIQUID PROPANE GAS TUBE MAY BECOME DAMAGED BY EXTREME CONTACT WITH THE CHASSIS REAR RIGHT SPRING. THIS IS DUE TO IMPROPER ROUTING OF THE GAS TUBE. THE TUBING COULD BE CUT ALLOWING LIQUID PROPANE GAS TO ESCAPE.,,THE DEALER WILL REROUTE THE GAS TUBING TO ENSURE PROPER CLEARANCE BETWEEN TUBE AND CHASSIS SPRING. THIS WILL BE DONE AT NO CHARGE. -08/01/1978,78T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T017000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,438,THE INVOLVED TIRES MAY HAVE INSUFFICIENT RUBBER TREAD AREA. TREAD SEPARATION COULD OCCUR AND RESULT IN TREAD CHUNKING AND RAPID AIR LOSS.,,THE DEALER WILL INSTALL REPLACEMENT TIRES FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -07/27/1978,78V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V162000),"General Motors, LLC",BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1278,"THE REAR BRAKE LINE MAY HAVE BEEN IMPROPERLY ROUTED TO THE MAIN AIR TANK. SHOULD A MAJOR AIR LEAK DEVELOP IN THE REAR BRAKE SYSTEM, THE VEHICLE WOULD FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THIS WOULD CAUSE THE ENTIRE BRAKE SYSTEM TO VENT TO THE ATMOSPHERE AND BRAKING EFFECTIVENESS WOULD BE LOST.",,"THE DEALER WILL PROPERLY ROUTE THE AIR BRAKE LINE TO THE MAIN AIR TANK, IF NECESSARY, AT NO COST TO OWNER." -07/25/1978,78T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T016000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1290,"THE INVOLVED TIRES MAY NOT HAVE A FULLY CURED TREAD COMPOUND. AS A RESULT, THE TREAD COULD CHUNK OUT.",,"TIRES WILL BE REPLACED WITHOUT CHARGE TO OWNER, WITHIN 60 DAYS OF NOTIFICATION." -07/25/1978,78V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V161000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,16,"THE INVOLVED VEHICLES WERE ASSEMBLED WITHOUT THE INTENDED WINDSHIELD WEATHERSTRIP LOWER RETAINER. THESE VEHICLES FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 219, ""WINDSHIELD ZONE INTRUSION"".",,DEALER WILL INSTALL THE WINDSHIELD WEATHERSTRIP LOWER RETAINER AT NO COST TO OWNER. -07/19/1978,78V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V159000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:HOUSING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,342,"THE INVOLVED MOTORCYCLES WERE MANUFACTURED WITH FRONT BRAKE MASTER CYLINDERS IN WHICH THE PLUNGER PISTON BORE DIAMETER WAS HONED .015 INCHES OVER MAXIMUM SPECIFICATIONS. THIS OVERSIZED BORE RESULTS IN A POOR FIT BETWEEN THE ELASTOMERIC PISTON CUP AND THE CYLINDER BORE, WHICH ALLOWS FLUID LEAKAGE FROM THE HYDRAULIC SYSTEM.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FRONT BRAKE MASTER CYLINDER ASSEMBLY AT NO COST TO OWNER." -07/19/1978,78V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V160000),FRUEHAUF CORPORATION,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,47,THE RUNNER LINK ASSEMBLIES OF THE LIFTGATE COULD FAIL DUE TO FATIGUE.,,THE DEALER WILL REPLACE THE RUNNER LINK ASSEMBLY ON ALL AFFECTED VEHICLES FREE OF CHARGE. -07/06/1978,78V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V157000),WHITE MOTOR CORPORATION,BRAKES:DRAIN VALVE (MOISTURE EJECTOR),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,140,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", IN THAT SOME DUAL COMPARTMENT AIR RESERVOIRS WERE INSTALLED WITHOUT A DRAIN VALVE IN BOTH COMPARTMENTS. THE OMISSION OF THE DRAIN VALVE COULD CAUSE: 1) THE TANK TO FILL UP WITH WATER DUE TO CONDENSATION, 2) REDUCED AIR VOLUME, 3) CONTAMINATION OF THE AIR SYSTEM WITH WATER, CAUSING MALFUNCTION OF THE RELEASE VALVES, CHECK VALVES, ETC., AND INCREASING THE POSSIBILITY OF AIR SYSTEM COMPONENT FREEZE-UP IN COLD CLIMATES. THESE CONDITIONS COULD RESULT IN MOMENTARY LOSS OF BRAKING ACTION.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A DRAIN VALVE AT NO COST TO OWNER." -07/06/1978,78V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V158000),Skyline Corporation,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,45,THE FRAME COULD CRACK BECAUSE IT WAS BUILT FROM STEEL THAT WAS TOO BRITTLE.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE TRAILER FRAME WITHOUT CHARGE TO OWNER." -07/06/1978,78T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T014000),MONTGOMERY WARD & CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,138,THE INVOLVED TIRES MAY HAVE IRREGULAR BODY PLY CORD SPACING. CONTINUED USE OF TIRES IN THIS CONDITION COULD LEAD TO RAPID LOSS OF AIR.,,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -07/06/1978,78T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T015000),DURALON,TIRES:TREAD,TIRES,NR (Not Reported),Tire,258,"THE INVOLVED TIRES HAVE AN UNDERCURED CONDITION IN THE TREAD AREA, DUE TO INSUFFICIENT CURING. AS A RESULT, THE TIRE COULD RUPTURE IN SERVICE.",,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -07/05/1978,78V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V156000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,9862,"THE FRONT SEAT BELTS MAY BE OF INSUFFICIENT LENGTH AND DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"". THESE BELTS MAY NOT FIT SOME ADULT PASSENGERS WHEN THE SEAT IS IN THE FAR FORWARD POSITION AND THE SEAT BACK IS ADJUSTED TO THE NOMINAL DESIGN RIDING POSITION.",, -07/03/1978,78V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V154000),"Gillig, LLC",BRAKES:AIR:DRUM AND SHOE SYSTEMS:SHOES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,81,THE BRAKE SHOE WELDS ON THE REAR BRAKE ASSEMBLIES COULD LOOSEN WHERE THE BRAKE SHOE WEB JOINS THE BRAKE SHOE TABLE. THIS LOOSENING CAN RESULT IN COMPLETE BRAKE SHOE FAILURE ON THE AXLE SIDE AFFECTED. SOME BRAKING CAPABILITY SHOULD BE MAINTAINED SINCE THE FRONT BRAKING ASSEMBLY IS NOT AFFECTED.,,THE DEALER WILL REPLACE THE DEFECTIVE BRAKE SHOE ASSEMBLIES FREE OF CHARGE. -07/03/1978,78V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V153000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,125000,"THE ENGINE COOLING FAN BLADES MAY CRACK AND CHIP DUE TO HIGH STRESSES CAUSED BY VIBRATIONS. THE CHIPPED PIECES OF THE BLADE COULD FLY INTO THE UNDERHOOD COMPONENTS. ALSO, THESE PIECES COULD FLY OUT FROM THE VEHICLE IF THE HOOD IS OPEN AND THE ENGINE IS RUNNING.",,THE DEALER WILL REPLACE THE EXISTING FAN BLADE ASSEMBLY WITH ONE OF ANOTHER DESIGN AT NO COST TO OWNER. -07/03/1978,78V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V155000),"Winnebago Industries, Inc.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12,"THE LOUNGE TABLE PEDESTALS ON THE INVOLVED VEHICLES CONTAIN MOUNTING SCREWS WHICH MAY HAVE PUNCTURED THE FUEL TANK. IF A PUNCTURE IS PRESENT AND THE TANK IS ALMOST FILLED, THE FUEL COULD ""SLOSH"" AND SOAK THE INTERIOR FLOORING OF THE VEHICLE IN THE AREA OF THE TANK.",,THE DEALER WILL REPLACE THE EXISTING TANK AND THE LOUNGE TABLE WILL BE RELOCATED FREE OF CHARGE. -07/01/1978,78V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V152000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,5502,THE VINYL COVERED INTERIOR PASSENGER ASSIST/GRAB HANDLE LOCATED ON THE RIGHT HAND HINGE PILLAR CAN WEAR AND FAIL IN SERVICE.,,THE OWNER HAS THE OPTION OF EITHER HAVING THE DEALER REMOVE THE HANDLE FREE OF CHARGE OR REMOVING IT HIMSELF AND BEING REIMBURSED $3.00 PER VEHICLE. -06/27/1978,78V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V151000),Crane Carrier Company,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1649,"THE ANTI-LOCK BRAKE SYSTEM FAILS TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". MANUFACTURING TOLERANCES ON THE SWITCH CAN ALLOW THE WARNING BUZZER TO SOUND AT PRESSURES BELOW THE STANDARD 60 PSI. THE STEERING WHEEL BLOCKS THE DRIVER""S FIELD OF VIEW OF THE WARNING LIGHT. SOME OF THE TRUCKS REQUIRE .6 SECONDS, FOR THE AIR PRESSURE TO FALL FROM 95 PSI TO 5 PSI INSTEAD OF THE REQUIRED .55 SECONDS. ALSO, ON SOME OF THESE VEHICLES, THE BRAKES WOULD NOT RELEASE AFTER LOSS OF AIR IN THE REAR BRAKE RESERVOIR BY MEANS OF THE SERVICE BRAKE CONTROL.",,"DEALER WILL INSTALL TWO LOW AIR PRESSURE SWITCHES TO ACTIVATE THE LOW AIR PRESSURE WARNING BUZZER AT A MINIMUM OF 60 PSI. AN AUDIBLE WARNING BUZZER WILL ALSO BE INSTALLED ON VEHICLES WHERE THE ANTI-LOCK WARNING LIGHT MIGHT BE OBSCURED BY THE STEERING WHEEL, AND VALVES AND FITTINGS WILL BE INSTALLED TO DECREASE THE TIME NECESSARY TO EXHAUST THE AIR FROM THE BRAKE CHAMBERS." -06/27/1978,78V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V149000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,18,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS"", IN THAT THE TIRE INFLATION PRESSURE LISTED ON THE LABELS IS TOO LOW.",,"DEALER WILL INSTALL A NEW LABEL THAT SHOWS THE CORRECT TIRE PRESSURE INFORMATION, AT NO CHARGE TO OWNER." -06/27/1978,78V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V150000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,180,"AN IMPROPER TRANSMISSION SHIFT BRACKET WAS INSTALLED WHICH, BECAUSE OF ITS DESIGN, COULD CONTACT AND ABRADE THE FUEL HOSE. FUEL LEAKAGE AND POSSIBLE ACCUMULATION OF FUEL ON A SURFACE BENEATH A PARKED VEHICLE COULD RESULT.",,"THE DEALER WILL REPLACE THE TRANSMISSION SHIFT BRACKET AND ITS RELATED PARTS, INCLUDING THE FUEL HOSE IF FOUND NECESSARY, FREE OF CHARGE." -06/26/1978,78V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V148000),"General Motors, LLC",BRAKES:AXLE CONTROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1343,"SOME ANTI-LOCK CONTROLLERS CONTAIN ELECTRONIC COMPONENTS WHICH WERE NOT MADE TO SPECIFICATIONS. IN THE EVENT THESE CONTROLLERS DEVELOP A FAILURE OF ANOTHER INTERNAL ELECTRIC COMPONENT, THE COMBINATION OF DEFECTS MAY CAUSE THE ANTI-LOCK VALVE SOLENOID (A COILED CURRENT CONDUCTING WIRE) TO BE CONTINUOUSLY ENERGIZED, PREVENTING APPLICATION OF THE BRAKES ON THE AXLE INVOLVED. HOWEVER, THE ANTI-LOCK BRAKING SYSTEM PERFORMANCE ON THE REMAINDER OF THE VEHICLE IS NOT AFFECTED AND THE DRIVER WARNING LIGHT IS NOT ACTUATED.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL NEW CONTROLLERS WITHOUT CHARGE TO OWNER." -06/23/1978,78T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T013000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,13775,THE INVOLVED TIRES CONTAIN PLY ENDINGS IN THE OUTER TWO LAYERS OF PLY FABRIC WHICH DO NOT EXTEND UNDER THE BEAD BUNDLE TO THE BEAD TOE. THIS CAUSES THE BEAD AREA OF THE TIRE TO CHAFE AGAINST THE METAL RIM AND SLOWLY LEAK AIR.,,"DEALER WILL REPLACE TIRES WITHOUT CHARGE TO OWNER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -06/21/1978,78V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V146000),FREIGHTLINER LLC,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,65,"THE CHECK VALVE, LOCATED ON THE INLET SIDE OF THE PRIMARY AND SECONDARY AIR TANKS MAY CRACK IN THE FEMALE FITTING AREA AND CAUSE A SLOW LOSS OF AIR. A LEAKING VALVE WILL REDUCE AIR PRESSURE AND PARTIAL OR COMPLETE LOSS OF BRAKES ON THOSE AXLES THAT DEPEND UPON THAT PART OF THE SYSTEM COULD OCCUR.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL NEW AIR CHECK VALVES." -06/21/1978,78V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V147000),AM GENERAL LLC,ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,19607,THE ELECTRONIC IGNITION SYSTEM SENSOR CIRCUIT CONTAINS A TWO WIRE CONNECTOR WHICH COULD CAUSE DIFFICULTY IN THE ENGINE IGNITION. THIS DIFFICULTY WOULD BE THE RESULT OF MECHANICAL OR CHEMICAL ACTION AT THE CONNECTOR.,,"DEALER WILL REPLACE THE TWO-WIRE CONNECTOR WITH NEW TYPE CONNECTIONS, FREE OF CHARGE." -06/21/1978,78V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V145000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL EMISSION CONTROL:CANISTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2500,"THE VAPOR SEPARATOR IN THE FUEL TANK EVAPORATIVE OMISSION SYSTEM LACKS THE CAPACITY TO PROHIBIT LIQUID GASOLINE FROM PASSING TO THE CANISTER UNDER CERTAIN FUEL EXPANSION CONDITIONS. GASOLINE WOULD BE DISCHARGED FROM THE BOTTOM OF THE CANISTER ONTO THE REAR OF ENGINE, CREATING A FIRE HAZARD.",,"DEALER WILL INSTALL AN ADDITIONAL FUEL SEPARATOR TO ENLARGE CAPACITY, AND ADD A DISCHARGE HOSE TO THE BOTTOM OF THE FUEL CANISTER." -06/19/1978,78V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V143000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1400000,"IN THE EVENT THE VEHICLE IS STRUCK FROM THE REAR, THE FUEL FILLER PIPE COULD DISCONNECT FROM THE TANK OR THE TANK COULD BE PUNCTURED IN THE FORWARD FACE. THIS WOULD RESULT IN FUEL LEAKAGE.",,"THE DEALER WILL INSTALL A LONGER FUEL FILLER PIPE HAVING AN IMPROVED SEAL. ALSO, A POLYETHYLENE SHIELD WILL BE INSTALLED ON THE FRONT OF THE FUEL TANK." -06/19/1978,78V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V144000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,358,"TRANSMISSION SHIFT CONTROL RODS WERE INSTALLED THAT WERE INTENDED FOR USE WITH THE STEERING COLUMNS OF A PRIOR DESIGN LEVEL. ATTACHMENT OF THE SHIFT CONTROL ROD WITH THE STEERING COLUMN SHIFT LEVER GROMMET WILL ALLOW RELATIVE MOVEMENT BETWEEN THESE PARTS. CONTINUED USAGE COULD RESULT IN GROMMET WEAR AND DETERIORATION OF THE SHIFT CONTROL FUNCTION, WITH THE POTENTIAL FOR STARTING IN GEAR OR AN INABILITY TO ENGAGE THE PARKING GEAR.",,"DRIVER WILL INSPECT AND, IF NECESSARY, INSTALL NEW TRANSMISSION SHIFT LINKAGE PARTS, WITHOUT CHARGE TO OWNER." -06/16/1978,78E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E022000),NEONEX,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,115,"THE INVOLVED SLIDE-IN CAMPER CONTAINS A WEIGHT RATING LABEL THAT STATES A RATING 700 LBS. LESS THAN THE ACTUAL WEIGHT LISTED ON THE LABEL AT THE REAR OF THE CAMPER. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK CAMPER LOADING"".",,DEALER WILL INSTALL THE CORRECT WEIGHT RATING LABEL. -06/16/1978,78E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E021000),MANSFIELD TIRE & RUBBER C,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,1200,THE INVOLVED JACKS MAY FAIL WHEN OFF CENTER LOADING IS ATTEMPTED ON THE SADDLE. THIS DEFECT WAS UNCOVERED WHEN THE JACK WAS SAFETY TESTED.,,JACK WILL BE MODIFIED WITH A CONVERSION KIT TO ENSURE SAFE OPERATION. -06/14/1978,78E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E019000),WHITE,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,115,THE INVOLVED JACKS MAY FAIL WHEN A LOAD IN EXCESS OF 2700 LBS. IS LIFTED ON THE LIP OF THE SADDLE.,,MANUFACTURER WILL REFUND THE PURCHASE PRICE UPON RETURN OF THE DEFECTIVE JACK. -06/14/1978,78E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E020000),HOLLYWOOD ACCESSORIES,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,62,THE INVOLVED JACKS MAY FAIL WHEN OFF CENTER LOADING IS ATTEMPTED ON THE SADDLE. THIS DEFECT WAS UNCOVERED WHEN THE JACK WAS SAFETY TESTED.,,"DEFECTIVE JACK MAY BE EXCHANGED FOR AN IMPROVED VERSION WITH AN ENLARGED ""SADDLE MECHANISM"" AND A TWO-ARM SUPPORT SYSTEM." -06/14/1978,78V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V140000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:INSTRUMENT PANEL:GAUGE:INDICATOR:,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,61,"THE BRAKE WARNING LIGHT IS NOT ACTIVATED WHEN THE PARKING BRAKE IS APPLIED AND THE IGNITION SWITCH IS IN THE ""ON"" POSITION. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". ALSO, THE BRAKE LAMP CHECK FUNCTION IS INOPERABLE.",,DEALER WILL LENGTHEN THE WIRE CONNECTION BETWEEN THE PARKING BRAKE AND THE WIRING HARNESS TO ENSURE PROPER BRAKE LIGHT OPERATION. A GROUNDING WIRE WILL ALSO BE INSTALLED TO ENSURE PROPER OPERATION OF THE LAMP CHECK FUNCTION. -06/14/1978,78V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V141000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,1400,"IMPROPER ROUTING OF THE ""HYDROBOOST"" HYDRAULIC SYSTEM HIGH PRESSURE HOSE ASSEMBLY COULD ALLOW A TUBULAR SECTION TO CONTACT THE FRAME SIDE RAIL. ABRASION FROM THE CONTACT COULD RESULT, CAUSING A LEAK IN THE HOSE ASSEMBLY.",,"THE DEALER WILL REROUTE ""HYDROBOOST"" HIGH PRESSURE HOSE ASSEMBLIES AND ANY DAMAGED HOSES WILL BE REPLACED." -06/14/1978,78V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V142000),"THOMAS BUILT BUSES, INC.",STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,10,CONTACT BETWEEN THE FRONT TIRE AND THE WHEELHOUSE COULD OCCUR WHEN THE FRONT WHEELS OF THE VEHICLE ARE IN AN EXTREME RIGHT OR LEFT TURN POSITION OR WHEN THE BODY AND CHASSIS ARE IN AN EXTREME TWISTED POSITION. THIS CONTACT COULD INTERFERE WITH STEERING CONTROL.,,A NEWLY DESIGNED WHEELHOUSE WILL BE INSTALLED TO ENSURE PROPER CLEARANCE BETWEEN THE WHEEL AND TIRE. -06/13/1978,78V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V134000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,83,"THE INVOLVED VEHICLES ARE EQUIPPED WITH NEW SPECIAL LUG WHEEL BOLTS FOR MOUNTING FORGED ALUMINUM WHEELS. THESE VEHICLES MAY EXPERIENCE BRAKE FAILURE IF BOLTS ARE USED TO MOUNT A STEEL SPARE WHEEL ASSEMBLY. THE BOLTS MAY PROTRUDE INTO THE BRAKE AREA WHEN FASTENING THE STEEL SPARE WHEEL. WHEN THE WHEEL ROTATES, THE BOLTS MAY CONTACT THE ELECTRIC BRAKE MAGNET CAUSING BRAKE MALFUNCTION OR DAMAGE.",,THE DEALER WILL REPLACE THE STEEL SPARE WHEEL WITH A FORGED ALUMINUM WHEEL. -06/13/1978,78V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V137000),GRUMMAN FLXIBLE CORP.,EMERGENCY PARKING BRAKE:MECHANICAL:DRIVELINE TYPE:,PARKING BRAKE,NR (Not Reported),Vehicle,1179,"THE PARKING BRAKE DRUM, IF SUBJECTED TO ABNORMAL HEATING AS A RESULT OF OPERATING THE COACH WITH THE PARKING BRAKE APPLIED OR ONLY PARTIALLY RELEASED, MAY BECOME CRACKED. THE WEAKENED BRAKE DRUM THEN BECOMES SUBJECT TO FAILURE.",,"THE BRAKE DRUM WILL BE INSPECTED AND, IF NECESSARY, WILL BE REPLACED WITH AN IMPROVED BRAKE DRUM." -06/13/1978,78V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V139000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,333619,"THE HUB PORTION OF THE FAN BLADE ASSEMBLY COULD CRACK DUE TO HIGH STRESS LEVELS GENERATED DURING ENGINE OPERATING CONDITIONS. EVENTUALLY, THE BLADE COULD BREAK APART AT THE HUB AND BLADE PIECES COULD BE PROPELLED INTO THE ENGINE. IF THE HOOD IS OPEN WHILE THE ENGINE IS RUNNING, THE FRAGMENTS WOULD BE FREE TO FLY FROM THE VEHICLE.",,DEALER WILL REPLACE THE FAN BLADE ASSEMBLY WITHOUT CHARGE TO OWNER. -06/13/1978,78V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V136000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,14000,THE PRESENT POSITION OF THE FUEL HOSE MAY ALLOW IT TO CHAFE AGAINST THE AIR CONDITIONING SUCTION HOSE. EXCESSIVE CHAFING COULD RESULT IN FUEL LEAKAGE.,,THE DEALER WILL REROUTE AND RECLAMP THE FUEL HOSE WITHOUT CHARGE TO OWNER. -06/13/1978,78V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V138000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,265068,THE REAR AXLE SHAFTS MAY CONTAIN A FLAW IN THE METAL. THIS FLAW COULD ALLOW THE SHAFT TO BREAK AND THE TIRE AND WHEEL ASSEMBLY TO SEPARATE.,,"THE DEALER WILL REPLACE ONE OR BOTH REAR AXLE SHAFTS, IF NECESSARY, FREE OF CHARGE." -06/13/1978,78V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V135000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,22353,THE PITMAN ARM CAN SEPARATE AND FAIL.,,THE DEALER WILL REPLACE THE EXISTING PITMAN ARM FREE OF CHARGE. -06/12/1978,78V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V132000),WHITE MOTOR CORPORATION,BRAKES:COMPUTER MODULE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,39,"THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH POWER UNIT ANTI-SKID LOGIC MODULES ON TAG AXLE INSTALLATIONS INSTEAD OF THE CORRECT TRAILER TYPE MODULES. SINCE THE TAG AXLE SENSOR OUTPUT IS LESS THAN THAT OF THE POWER UNIT SENSOR, IT REQUIRES THE MORE SENSITIVE TRAILER MODULE. AS SENSOR OUTPUT OVER TIME DROPS BELOW MINIMUM REQUIREMENTS, ONE OF TWO THINGS WILL HAPPEN: (1) THE ANTI-LOCK SYSTEM ON THE TAG AXLE WILL SHUT DOWN AND THE CAB MOUNTED FAULT LAMP WILL LIGHT OR (2) THE SYSTEM WILL BECOME INOPERATIVE WITHOUT ACTIVATING THE FAULT LIGHT. THIS FAILS TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKES"".",,DEALER WILL REPLACE THE INCORRECT ANTI-LOCK MODULE WITHOUT CHARGE TO OWNER. -06/12/1978,78V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V131000),WHITE MOTOR CORPORATION,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,278,"THE GROUND WIRE FROM THE BATTERY GROUND ON THE ENGINE TO THE FRAME RAIL WAS OMITTED. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"" AND NO. 121, ""AIR BRAKES"". AN INTERMITTENT LOSS OF ELECTRICAL GROUND AND SUBSEQUENT DIMMING OF THE LIGHTING SYSTEM COMPONENTS OR A POSSIBLE FALSE INDICATION OF ANTI-LOCK SYSTEM FUNCTION IS THE CAUSE FOR THE NON-COMPLIANCE.",,THE DEALER WILL INSTALL TWO GROUND CABLES FREE OF CHARGE ON ALL AFFECTED VEHICLES. -06/12/1978,78E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E018000),"INDIANA MILLS, INC.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Equipment,414761,"THE INVOLVED SEAT BELT BUCKLES WERE IMPROPERLY OR INSUFFICIENTLY LUBRICATED AND THUS MAY NOT RELEASE UPON APPLYING THE MINIMUM FORCE SPECIFIED. THIS MAY CONSTITUTE A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"".",,THE DEALER WILL LUBRICATE SEAT BELT BUCKLE MECHANISMS AND INTERNAL COMPONENTS WITH A SPECIAL SPRAY. -06/12/1978,78V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V133000),WHITE MOTOR CORPORATION,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,25,THE U-BOLTS ON THE RIDEWELL SUSPENSION MAY LOOSEN DUE TO THE DESIGN OF THE SUSPENSION AND SUBSEQUENT WELD FAILURE.,,THE DEALER WILL REWELD THE SUSPENSION ATTACHING POINTS AND RETORQUE THE U-BOLT NUTS. -06/09/1978,78V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V130000),"SAAB CARS USA, INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,404,"INSUFFICIENT CLEARANCE BETWEEN THE AIR/FUEL MIXING REGULATOR AND THE THROTTLE HOUSING COULD ALLOW THE DECEL SOLENOID LINK ARM ON THE THROTTLE TO CONTACT THE MIXING REGULATOR UNDER CERTAIN EXTREME DRIVING CONDITIONS. THIS WOULD CAUSE THE ENGINE TO ROCK TO THE LEFT ON ITS MOUNTING. FULLY DEPRESSING THE ACCELERATOR WHILE MAKING A SHARP RIGHT TURN AT MODERATE TO HIGH SPEEDS COULD CAUSE SUCH A CONTACT TO OCCUR. FURTHERMORE, MOVEMENT OF THE THROTTLE PLATE MAY MOMENTARILY BE RESTRICTED DURING THE TIME OF CONTACT BETWEEN THE LINK ARM AND MIXING REGULATOR.",,THE DEALER WILL REPLACE THE LINK ARM WITH A MODIFIED ONE TO ENSURE SUFFICIENT CLEARANCE TO THE MIXING REGULATOR UNDER ALL DRIVING CONDITIONS. THE POSITION OF THE DECEL SOLENOID MAY ALSO BE READJUSTED IF FOUND NECESSARY. -06/08/1978,78V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V129000),CROWN COACH CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:SHOES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,900,THE BRAKE SHOE WELDS ON THE REAR BRAKE ASSEMBLIES WHERE THE BRAKE SHOE WEB JOINS THE BRAKE SHOE TABLE COULD FAIL. CONTINUED USAGE OF THE BRAKE SHOE ASSEMBLY WITH A BROKEN WELD INDUCES A LESSENING OF BRAKE EFFECT AND COULD RESULT IN COMPLETE LOSS OF BRAKING ON THE SIDE OF THE AXLE WHERE THE FAILURE OCCURRED.,,THE DEALER WILL REPLACE THE EXISTING BRAKE SHOE ASSEMBLY WITH A NEW ONE WHICH WILL INCLUDE NEW LININGS AND A REINFORCEMENT WELD AT EACH END OF THE WEB TO TABLE LOCATION. -06/06/1978,78E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E015000),"Water-Land Manufacturing, Inc.",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,6540,THE SADDLE LEVELING MECHANISM ON THE INVOLVED JACKS COULD FAIL IN SERVICE.,,DEALER WILL MAKE THE NECESSARY REPAIRS OR REPLACE WITHIN 90 DAYS FROM RECEIPT OF MERCHANDISE. -06/06/1978,78E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E017000),UNIVERSAL TOOL & STAMPING,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,6000,THE INVOLVED JACKS MAY FAIL WHEN A WEIGHT OF MORE THAN 2700 LBS. IS LIFTED ON THE LIP OF THE SADDLE.,,MANUFACTURER WILL REPLACE THE DEFECTIVE JACK WITH A NEW VERSION JACK THAT MEETS SAFETY REQUIREMENTS. -06/06/1978,78V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V126000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,295,"DUE TO SCREWS PENETRATING THE TOP SURFACE OF THE FUEL TANK, FUEL MAY LEAK OUT UNDER ROUGH OR SLOPING ROAD SURFACE OR STRONG BRAKING WHEN THE TANK IS NEARLY FULL. THIS IS DUE TO THE TYPE OF FASTENERS USED DURING CONVERSION OF THE VEHICLE INTERIOR.",,THE DEALER WILL REPLACE ALL DAMAGED TANKS ON ALL AFFECTED VEHICLES. -06/06/1978,78V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V125000),"AUSTIN ROVER CARS NA, INC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,10330,"THE ACCELERATOR CABLE COULD BREAK DUE TO THE CARBURETOR TRUNNION PIN RESTRICTING THE MOVEMENT OF THE CABLE END. SHOULD THE ACCELERATOR STICK IN THE OPEN POSITION OR BREAK, CONTROL OVER VEHICLE SPEED WILL BE LOST.",,THE DEALER WILL INSTALL A NEW TRUNNION PIN AND THE ACCELERATOR LINKAGE WILL BE CHECKED ON ALL INVOLVED VEHICLES. -06/06/1978,78E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E016000),MOTOR WHEEL CORP.,LPG FITTINGS,EQUIPMENT,NR (Not Reported),Equipment,169484,A GAS LEAK MAY DEVELOP BETWEEN THE INLET STANDARD 3/8 INCH PIPE NIPPLE AND THE INLET PART OF THE GAS VALVE.,,THE DEALER WILL MAKE THE NECESSARY REPAIRS ON THE INVOLVED UNITS TO PREVENT GAS LEAKAGE. -06/06/1978,78V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V127000),REDWOOD RELIANCE COMPANY,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,379,THE AXLE BEAM USED IN THE STEERING AXLE COULD CRACK AT THE ENDS OF THE DRAWBAR MOUNTING SUPPORTS.,,"THE DEALER WILL CORRECT THIS DEFECT BY REINFORCING THE LOWER AXLE BEAM AT THE DRAWBAR SUPPORT BRACKET, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -06/06/1978,78V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V128000),BEATRICE FOODS COMPANY,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,986,THE UPPER SHOCK ABSORBER MOUNTING BOLTS COULD MOVE FORWARD FAR ENOUGH TO HIT AND DAMAGE THE MAIN HYDRAULIC BRAKE LINE WHEN VEHICLE IS OPERATED OVER EXTREMELY ROUGH SURFACES. (THIS COULD OCCUR ON BOTH THE ROAD SIDE AND CURB SIDE OF THE FRONT AXLE ONLY). DAMAGE TO THE HYDRAULIC BRAKE LINE COULD CAUSE COMPLETE BRAKE FAILURE.,,"DEALER WILL REPOSITION THE SHOCK ABSORBER TO ELIMINATE CONTACT WITH THE HYDRAULIC BRAKE LINE, WITHOUT CHARGE TO OWNER." -06/05/1978,78E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E014000),"UOP,",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,210,POSSIBLE FUEL LEAKAGE COULD OCCUR DUE TO SCREWS PENETRATING THE FUEL TANK. THIS POSSIBILITY IS INCREASED WHEN THE FUEL TANK IS COMPLETELY FULL.,,"DEALER WILL INSPECT FOR THE PRESENCE OF FASTENERS PENETRATING THE FLOOR PAN. IF DAMAGED, THE FUEL TANK WILL BE REPLACED WITHOUT CHARGE." -06/02/1978,78V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V123000),"Porsche Cars North America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39,"THE EXISTING BRAKE HOSES MAY HAVE BEEN TWISTED DURING ASSEMBLY. CONSEQUENTLY, THE HOSE COULD CHAFE AGAINST THE EMERGENCY BRAKE CABLE. PROLONGED CHAFING COULD RESULT IN LOSS OF BRAKE FLUID, THUS AFFECTING REAR BRAKES.",,"THE DEALER WILL REROUTE THE REAR BRAKE HOSE, IF NECESSARY, WITHOUT CHARGE TO OWNER." -06/02/1978,78V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V122000),"Porsche Cars North America, Inc.",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,30,"THE EMERGENCY BRAKE CABLE MAY HAVE BEEN IMPROPERLY ROUTED DURING ASSEMBLY. CONSEQUENTLY, THE CABLE COULD CHAFE AGAINST THE BRAKE LINE OR BRAKE HOSE BRACKETS. CHAFING COULD LEAD TO DAMAGE TO THE EMERGENY BRAKE CABLE.",,THE DEALER WILL REROUTE THE EMERGENCY BRAKE CABLE WITHOUT CHARGE TO OWNER. . -06/02/1978,78V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V120000),"Porsche Cars North America, Inc.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,29,"THE ELECTRICAL CONTACT POINTS INSIDE THE STEERING COLUMN SPEED CONTROL SWITCH MAY HAVE BEEN IMPROPERLY MANUFACTURED. AS A RESULT, ""STICKING"" COULD OCCUR AND CAUSE THE SPEED CONTROL SYSTEM TO STOP FUNCTIONING.",,"THE DEALER WILL REPLACE THE SPEED CONTROL SWITCH, IF NECESSARY, FREE OF CHARGE." -06/02/1978,78V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V119000),"Porsche Cars North America, Inc.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,22,"BOTH THE LEFT AND RIGHT STEERING ARM ARE ATTACHED TO THE FRONT AXLE KNUCKLE WITH TWO FASTENING BOLTS. THESE BOLTS ARE BEVELED BELOW THE HEX HEAD TO FIT INTO THE CHAMFERED HOLES IN THE STEERING ARM FOR PROPER FASTENING. THE CHAMFERING IN THESE STEERING ARM HOLES WAS OMITTED DURING MANUFACTURE. SHOULD THE BOLTS LOOSEN, THE STEERING ARM COULD BECOME LOOSE.",,THE DEALER WILL CORRECT THE DEFECT BY CHAMFERING THE HOLES. -06/02/1978,78V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V124000),"Porsche Cars North America, Inc.",STRUCTURE:BODY ROOF,STRUCTURE,NR (Not Reported),Vehicle,77,THE ROOF MOLDINGS ON EACH SIDE OF THE VEHICLE ARE NOT SECURELY FASTENED.,,"THE DEALER WILL SECURE BOTH LEFT AND RIGHT ROOF MOLDINGS WITH ADDITIONAL SCREWS ON ALL INVOLVED VEHICLES, FREE OF CHARGE." -06/02/1978,78V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V121000),"Porsche Cars North America, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,365,"THE FRONT AXLE CASTER AND CAMBER ADJUSTERS COULD CRACK DUE TO IMPROPER MANUFACTURE. SHOULD THIS HAPPEN, THE ADJUSTERS COULD LOOSEN AND CAUSE WHEEL MISALIGNMENT. ALSO, THE TIRE ON EITHER THE LEFT OR RIGHT SIDE COULD EXPERIENCE EXTENSIVE WEAR.",,THE DEALER WILL REPLACE THE CASTER AND CAMBER ADJUSTERS WITHOUT CHARGE TO OWNER. -06/01/1978,78E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E013000),LONGSTAR MANUFACTURING CO,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Equipment,4731,"ON THE INVOLVED VEHICLES, THE MOTOR CONTROL UNIT WAS RELOCATED INSIDE THE EVAPORATOR CASE OF THE AIR CONDITIONER. IN THE EVENT THE AIR FLOW OVER THE MOTOR CONTROL UNIT IS INTERRUPTED OR SUBSTANTIALLY DECREASED, OVERHEATING COULD RESULT.",,THE DEALER WILL REPLACE THE ORIGINAL MOTOR WITH A NEW THREE-SPEED MOTOR. -06/01/1978,78V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V118000),"Volkswagen Group of America, Inc.",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,53,THE REAR AXLE BRAKE CABLE BRACKET IS ATTACHED TO THE OUTSIDE OF A FLANGE BOLT OF THE REAR AXLE. THIS BRACKET WAS NOT CORRECTLY INSTALLED DURING ASSEMBLY.,,"THE DEALER WILL RELOCATE THE BRACKET AND INSTALL A NEW FLANGE, IF NECESSARY, WITHOUT CHARGE." -06/01/1978,78V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V117000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEATS,SEATS,NR (Not Reported),Vehicle,223,"THESE VEHICLES CONTAIN DEFECTIVE BASEPLATE WELDS AND AN INSUFFICIENT NUMBER OF BASEPLATE BOLTS. THIS DEFECT MAY ALLOW THE RESTRAINING BARRIER TO SEPARATE WHEN SUBJECTED TO IMPACT FORCES. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 222, ""SCHOOL BUS PASSENGER SEATING AND CRASH PROTECTION"".",,"THE BASE PLATE WELDS WILL BE INSPECTED AND REWELDED, IF NECESSARY, AND AN ADDITIONAL BOLT WILL BE INSTALLED IN EACH BASE PLAE." -06/01/1978,78V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V116000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,29,"THE LEFT AND RIGHT FRONT SUSPENSION CROSSMEMBER STRUT RODS, WHICH GIVE ADDED STRENGTH, MAY HAVE BEEN OMITTED DURING ASSEMBLY. CONSEQUENTLY, A FRAME CROSSMEMBER CRACK COULD EVENTUALLY DEVELOP AT THE FORWARD VERTICAL FRONT SUSPENSION BOLT.",,DEALER WILL INSTALL THE NECESSARY FRONT LEFT AND RIGHT RODS WITHOUT CHARGE TO OWNER. -06/01/1978,78T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T012000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,58,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THIS IS DUE TO TREAD SEPARATIONS THAT MAY DEVELOP UNDER HIGH SPEED DRIVING CONDITIONS.",,"THE DEALER WILL REPLACE, MOUNT AND BALANCE TIRES, WITHOUT CHARGE TO OWNER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -05/24/1978,78V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V115000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS:ADJUSTABLE,SEATS,NR (Not Reported),Vehicle,1643,"INCORRECT HEAD RESTRAINTS MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 201, ""OCCUPANT PROTECTION IN INTERIOR IMPACTS"".",,DEALER WILL REPLACE INCORRECT HEAD RESTRAINTS WITH IMPROVED HEAD RESTRAINTS. -05/24/1978,78V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V114000),DORSEY CORPORATION,LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,96,"THE LIGHTING PLACEMENT WAS INCORRECTLY INSTALLED. THIS INSTALLATION WILL NOT PASS THE PHOTOMETRICS TEST BECAUSE IT UTILIZES THE AMBER MARKER CLEARANCE LIGHTS WITH REFLECTORIZED LENSES. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,THE DEALER WILL CHANGE THE LIGHT LENS TO A NON-REFLECTORIZED LENS AND ADD A REFLECTOR ON EACH CORNER AT THE FRONT OF THE TRAILER. -05/22/1978,78V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V113000),"Porsche Cars North America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,1500,"ON THE INVOLVED VEHICLES, THE IDENTIFICATION OF THE FUNCTIONS OF THE AUTOMATIC SPEED CONTROL SYSTEM WAS OMITTED. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"".",,A PLASTIC IDENTIFICATION LABEL WILL BE PERMANENTLY AFFIXED TO THE INSTRUMENT PANEL. -05/22/1978,78V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V112000),VESELY COMPANY,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,102,"A CLAMP MAY NOT HAVE BEEN INSTALLED ON A FUEL HOSE LINE. CONSEQUENTLY, THE RUBBER FUEL LINE COULD SEPARATE FROM THE METAL FUEL LINE, RESULTING IN LOSS OF FUEL TO THE ENGINE. THUS THE ENGINE WOULD LOSE POWER AND STOP.",,OWNER WILL BE SENT A FUEL HOSE CLAMP AND MAY EITHER INSTALL IT HIMSELF OR HAVE THE DEALER INSTALL IT. -05/17/1978,78V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V110000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:ANTI-LOCK MONITOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1538,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE WASHERS USED TO SPACE THE ANTI-LOCK SENSOR BRACKET AWAY FROM THE BRAKE SPIDER WERE OMITTED DURING ASSEMBLY. THIS OMISSION COULD CAUSE THE SENSOR BRACKET TO BE DEFORMED. BRAKING CAPABILITY COULD BE PARTIALLY LOST.",,THE DEALER WILL INSTALL TWO WASHERS AND REPLACE SENSORS AND AIR CONTROL VALVES ON ALL AFFECTED VEHICLES. -05/17/1978,78V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V111000),SHASTA INDUSTRIES,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,68,THE INVOLVED UNITS MAY HAVE BEEN ASSEMBLED WITHOUT A RECEPTACLE BOX NEEDED TO ENCLOSE THE GROUND FAULT INTERRUPTER RECEPTACLE AND ITS WIRE CONNECTIONS IN THE WALL OF THE BATHROOM.,,"THE DEALER WILL INSTALL A RECEPTACLE BOX, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -05/15/1978,78V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V106000),"Mercedes-Benz USA, LLC",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,10500,THE FUEL TANK COULD DEFORM DUE TO THE FUEL TANK VALVE CAUSING BLOCKAGE OF THE FUEL TANK VENTILATION SYSTEM.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, WILL REPLACE THE FUEL TANK VENT VALVE WITHOUT CHARGE." -05/15/1978,78V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V107000),"General Motors, LLC",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,226,"ON THE INVOLVED VEHICLES, AN INTERFERENCE CONDITION MAY EXIST BETWEEN THE CARBURETOR FUEL PIPE ASSEMBLY AND THE AIR CONDITIONING BRACKET. THIS COULD EVENTUALLY CAUSE THE PIPE TO WEAR THROUGH DUE TO VIBRATION AND FUEL PRESSURE PULSATION.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPOSITION THE CARBURETOR FUEL PIPE AT NO CHARGE." -05/15/1978,78V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V108000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,110000,"THE INVOLVED VEHICLES ARE EQUIPPED WITH SHOULDER HARNESS RETRACTORS THAT MAY NOT LOCK. SHOULD THE VEHICLE EXPERIENCE A SUDDEN DECELERATION OR IMPACT, THE FRONT SEAT OCCUPANT MAY NOT BE RESTRAINED BY THE SHOULDER HARNESS PORTION OF THE THREE-POINT SEAT BELT SYSTEM. FURTHERMORE, THE SHOULDER HARNESS RETRACTORS MAY NOT ALLOW EXTRACTION OF THE SHOULDER BELT WEBBING DUE TO A PRE-LOCKED CONDITION. THIS IS A NON-COMPLIANCE TO THE EMERGENCY LOCKING RETRACTOR PERFORMANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"".",,"THE DEALER WILL REPLACE THE SEAT BELT ASSEMBLIES IF NECESSARY, WITHOUT CHARGE TO OWNER." -05/15/1978,78V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V109000),Ford Motor Company,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,77,"THESE VEHICLES MAY BE EQUIPPED WITH STEERING LINKAGES ON WHICH COTTER PINS MAY NOT HAVE BEEN INSTALLED ON CASTELLATED NUTS TO SECURE THE STEERING DRAG LINK AND TIE-ROD CONNECTIONS. ALSO, THESE ATTACHING NUTS MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS. THIS COULD ALLOW LINKAGE SEPARATION.",,THE DEALER WILL PERFORM NECESSARY CORRECTIONS TO THE STEERING LINKAGE ATTACHMENTS. -05/10/1978,78E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E012000),DANA CORPORATION,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,65000,"THE CABLE LEADING FROM THE SPEED CONTROL SERVO UNIT TO THE THROTTLE LINKAGE MAY BECOME ENTRAPPED ON THE REHEOSTAT ADJUSTMENT SCREW. IF ENTRAPPED, THE CABLE WILL HOLD THE VEHICLE THROTTLE PARTIALLY OPEN WHETHER OR NOT THE SPEED CONTROL IS ENGAGED.",,"AN ADJUSTING SCREW AND WASHER WILL BE INSTALLED, BY THE SERVICE FACILITY WHICH INSTALLED THE SPEED CONTROL, TO CORRECT THE CONDITION." -05/10/1978,78V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V105000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11800,POOR CLAMPING OF THE CARBURETOR FUEL INLET HOSE TO THE INLET TUBE AND CARBURETOR NIPPLE COULD ALLOW FUEL LEAKAGE TO OCCUR.,,DEALER WILL REPLACE THE SUSPECT FUEL INLET HOSE CLAMPS AND CHECK THE FUEL TUBE ROUTING TO ENSURE THAT IT IS SECURE. -05/09/1978,78V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V104000),AM GENERAL LLC,EMERGENCY PARKING BRAKE:MECHANICAL:DRIVELINE TYPE:,PARKING BRAKE,NR (Not Reported),Vehicle,1516,"IF VEHICLE IS INADVERTENTLY DRIVEN WITH THE PARKING BRAKES ENGAGED, SEVERE OVERHEATING OF THE CAST IRON BRAKE DRUM MAY OCCUR.",,"THE DEFECTIVE BRAKE DRUMS WILL BE REPLACED BY THE DEALER, WITHOUT CHARGE." -05/09/1978,78V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V103000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,42000,"THE RIVET ATTACHMENTS FOR THE FRONT SUSPENSION CONTROL ARM TO BALL JOINT MAY FAIL, ESPECIALLY UNDER IMPACT LOAD CIRCUMSTANCES.",,THE DEALER WILL INSTALL A BOLT AND NUT ATTACHMENT MIDWAY BETWEEN THE TWO RIVETS. THIS WILL INCREASE THE STRENGTH OF THE FRONT SUSPENSION CONTROL ARM TO THE BALL JOINT ATTACHMENT. -05/03/1978,78V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V098000),"General Motors, LLC",BRAKES:COMPUTER MODULE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,59,"THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THESE VEHICLES WERE BUILT WITH AN INCORRECT RESISTOR BOARD IN THE EATON CONTROLLER ON THE WHEEL LOCK CONTROL VALVE.",,"DEALER WILL REMOVE THE INCORRECT RESISTOR BOARD AND INSTALL THE CORRECT ONE, WITHOUT CHARGE TO OWNER." -05/03/1978,78V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V100000),INTERNATIONAL TRUCK & ENGINE CORPORATION,ELECTRICAL SYSTEM:WIRING:HARNESS:REAR COMPARTMENT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20398,"THE WIRING HARNESS MAY HAVE BEEN ENTRAPPED, OUT OF POSITION, IN A PINCHED CONDITION AT A FRAME OUTRIGGER DURING ASSEMBLY OF THE BODY CHASSIS. THE TRAILER FEED WIRE IS NOT PROTECTED BY A FUSE OR CIRCUIT AND IS SUSCEPTIBLE TO A SHORT CIRCUIT OCCURRENCE.",,"THE DEALER WILL INSPECT VEHICLES FOR THIS PINCHED CONDITION, ADD CLIPPING TO ENSURE POSITIVE LOCATION OF WIRING HARNESS AND PROPER SEPARATION FROM FUEL LINE AT OUTRIGGER AND INSTALL A CIRCUIT BREAKER ON THE TRAILER FEED WIRE AT NO CHARGE." -05/03/1978,78V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V101000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,149,"THE EXISTING CERTIFICATION LABELS CONTAIN INCORRECT RIM SIZE INFORMATION. THIS IS A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR VEHICLES OTHER THAN PASSENGER CARS"". THE EXISTING LABELS SPECIFY THE USE OF 16.5X6.00 REAR WHEELS INSTEAD OF THE CORRECT 16.5X6.75 WHEELS.",,A NEW LABEL WILL BE INSTALLED INDICATING THE CORRECT SIZE REAR WHEEL. THIS WILL BE PERFORMED FREE OF CHARGE. -05/03/1978,78V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V099000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,6900,THERE IS A POSSIBILITY THAT THE WEBBING NEAR THE METAL TONGUE OF THE LEFT HALF OF THE CENTER REAR SEAT BELT MAY HAVE BEEN IMPROPERLY SEWN TOGETHER.,,"DEALER WILL INSPECT THE CENTER REAR SEAT BELT AND, IF NECESSARY, REPLACE IT." -05/03/1978,78V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V102000),BUTLER MANUFACTURING CO.,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,79,THE WELDS JOINING THE SPRING HANGERS TO SUB-FRAMES MAY FAIL DUE TO DEVELOPING CRACKS WHICH COULD CAUSE THE SPRING HANGER TO BECOME LOOSE.,,THE DEALER WILL INSPECT AND REPAIR ANY WELDS FOUND CONTAINING CRACKS. -05/01/1978,78V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V097000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,1100000,POSSIBLE FATIGUE FAILURE CAN OCCUR IN THE FRAME SUPPORT PLATES (FRONT SUSPENSION PIVOT BAR SUPPORT PLATE) THAT CONNECTS A PORTION OF THE FRONT SUSPENSION TO THE VEHICLE FRAME ON THE INVOLVED VEHICLES.,,"THE DEALER WILL INSPECT SUPPORT PLATES FOR INDICATIONS OF FAILURE AND, IF NECESSARY, WILL REPLACE THE PLATES. ADDITIONAL SUPPORT BRACKETS WILL ALSO BE INSTALLED TO REINFORCE THE SUPPORT PLATE AT THE PIVOT BAR ATTACHMENTS." -04/28/1978,78V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V096000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,61417,"SOME OF THESE VEHICLES MAY BE EQUIPPED WITH AUTOMATIC TRANSMISSIONS THAT WERE ASSEMBLED WITH IMPROPERLY MANUFACTURED CAST IRON EXTENSION HOUSINGS. THE HOUSINGS HAVE MISLOCATED CAST CAM PLATE STOPS. A MISLOCATED STOP MAY PREVENT THE TRANSMISSION FROM LOCKING IN THE PARK POSITION WHEN THE GEAR SHIFT SELECTOR LEVER IS PLACED IN THE ""P"" (PARK) POSITION. IF THIS OCCURS A DRIVER MAY RELY UPON THE READING ON THE GEARSHIFT SELECTOR LEVER INDICATOR AND MAY ASSUME THAT THE TRANSMISSION PARKING GEAR IS ENGAGED.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE TRANSMISSION EXTENSION HOUSING WITHOUT CHARGE TO OWNER." -04/27/1978,78V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V095000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,1750,"THE POWER STEERING UNIVERSAL SHAFT ASSEMBLIES ON THE INVOLVED VEHICLES CONTAIN A REVISED GREASE GROOVE LOCATION. CONSEQUENTLY, THEY MAY NOT HAVE PROPER LUBRICATION IN THE SHAFT SPLINE AREA. DUE TO MANUFACTURING ERRORS, RUST MAY DEVELOP AND CAUSE SHAFT SEIZURE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE UNIVERSAL STEERING SHAFT ASSEMBLY." -04/25/1978,78V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V093000),Carrier Corporation,BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,82,"INSERTS PLACED INSIDE THE FITTINGS USED ON TRAILER NYLON AIR BRAKE LINES MAY HAVE BEEN OMITTED ON SOME OF THE INVOLVED VEHICLES. THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDAD NO. 121, ""AIR BRAKE SYSTEMS"".",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL INSERTS IN THE BRAKE FITTINGS, WITHOUT CHARGE TO OWNER." -04/25/1978,78E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E011000),"EATON, INCORPORATED",BRAKES:COMPUTER MODULE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,455,"THE INVOLVED ANTI-LOCK SYSTEM CONTAINS AN ELECTRICAL COMPONENT THAT IS NOT OF EATON SPECIFICATIONS. ALSO, AN OPENING OF A SOLDER CONNECTION EXISTS BETWEEN THE PRINTED CIRCUIT BOARD AND ANOTHER ELECTRICAL COMPONENT. THIS CAN CAUSE THE ANTI-LOCK VALVE SOLENOID (COILED CURRENT CONDUCTING WIRE) TO BE CONTINUOUSLY ENERGIZED. THE BRAKES IN THE AXLE, BEING CONTROLLED BY THE AFFECTED ANTI-LOCK SYSTEM, MAY BECOME INOPERATIVE.",,DEFECTIVE CONTROLLERS WILL BE REPLACED WITHOUT CHARGE TO OWNERS. -04/25/1978,78V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V094000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,27,"A LOOSE CONDITION MAY EXIST BETWEEN THE PITMAN ARM AND THE BALL JOINT STUD OF THE DRAG LINK. ALSO, THE STEERING ARM OF THE STEERING KNUCKLE MAY DEVELOP CRACKS AND SEPARATE IN THE UPPER KINGPIN BEARING AREA.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE PITMAN ARM AND DRAG LINK, AND THE LEFT HAND STEERING KNUCKLE ASSEMBLY, WITHOUT CHARGE TO OWNER." -04/25/1978,78V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V092000),"FLEETWOOD ENTERPRISES, INC.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,69,AN INCORRECTLY HEAT TREATED BOLT AND NON-LOCKING NUT WAS INSTALLED TO SECURE THE JOINT BETWEEN THE STEERING COLUMN AND THE STEERING SECTOR OF SOME MOTOR HOMES.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BOLT WITH ONE OF SUFFICIENT STRENGTH AND ADD A SELF-LOCKING NUT." -04/25/1978,78T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T011000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,2300,"THE INVOLVED TIRES MAY DEVELOP COMPONENT SEPARATIONS IN SERVICE. CONTINUED OPERATION COULD LEAD TO TIRE FAILURE. THIS FAILS TO COMOMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"".",,TIRES WILL BE REPLACED WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/24/1978,78V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V089000),JAGUAR ROVER TRIUMPH INC.,FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,45000,"THE RETAINING SCREWS ON THE FUEL BOWL HAVE THE POTENTIAL TO LOOSEN, ALLOWING SEEPAGE OF GASOLINE FROM THE CARBURETOR.",,THE DEALER WILL CHECK THE EXHAUST MANIFOLD/CATALYST SYSTEM AND CARBURETOR AND MAKE ANY NECESSARY REPAIRS WITHOUT CHARGE TO OWNER. -04/24/1978,78V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V090000),INTERNATIONAL TRUCK & ENGINE CORPORATION,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,3235,"THE CAB OPENING FOR THE WINDSHIELD MAY NOT HAVE BEEN BUILT TO CORRECT SPECIFICATIONS. AS A RESULT, THE HEIGHT OPENING MAY BE TOO LARGE FOR PROPER WINDSHIELD RETENTION.",,"DEALER WILL INSTALL A LONGER VERTICAL CENTER BAR TO SECURE THE WINDSHIELD IN POSITION, WITHOUT CHARGE TO OWNER." -04/24/1978,78V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V091000),PACCAR Incorporated,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,480,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 205, ""GLAZING MATERIALS"". THESE VEHICLES MAY CONTAIN WINDOW GLASS WHICH DOES NOT MEET THE DROP TEST REQUIREMENTS SET OUT IN THE SAFETY STANDARD.",,DEALER WILL REPLACE THE NON-COMPLYING WINDOW GLASS WITHOUT CHARGE TO OWNER. -04/21/1978,78V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V088000),"Nissan North America, Inc.",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,389,THERE IS A POSSIBILITY OF PREMATURE HOSE DETERIORATION DUE TO HIGH FUEL OXIDATION LEVELS WHICH WOULD ALLOW FUEL SEEPAGE AND FUMES TO ENTER THE VEHICLE.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW HYPREX HOSE WITHOUT CHARGE TO OWNER." -04/20/1978,78V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V087000),"Suzuki Motor USA, LLC",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7450,"THE FUEL TANK CAP VENT SYSTEM COULD FAIL TO VENT PROPERLY. IF THE VENT HOLE IN THE CAP BECOMES BLOCKED DURING VEHICLE OPERATION, A VACUUM ""LOCK"" CONDITION COULD RESULT.",,"DEALER WILL REPLACE THE RUBBER RESTRICTOR PIECE WITH A NEW PLASTIC RESTRICTION PIECE AND OTHER ASSOCIATED COMPONENTS, WITHOUT CHARGE TO OWNER." -04/19/1978,78V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V086000),FREIGHTLINER LLC,BRAKES:AXLE CONTROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,AN OPERATIONAL AMPLIFIER IN THE AXLE CONTROLLERS ON THE INVOLVED VEHICLES MAY DEVIATE FROM SPECIFICATIONS. THERE MAY ALSO BE AN OPENING IN A SOLDER CONNECTION BETWEEN THE PRINTED CIRCUIT BOARD AND THE NEGATIVE TERMINAL OF THE CAPACITOR. THESE CONDITIONS CAUSE THE ANTI-LOCK VALVE SOLENOID TO BE ENERGIZED CONTINUOUSLY.,,THE INCORRECT CONTROLLER WILL BE REPLACED WITH A NEW ONE. -04/19/1978,78E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E010000),KELSEY-HAYES COMPANY,BRAKES:WHEEL SENSOR SPEED ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2400,THE INVOLVED ANTI-LOCK HARDWARE SENSOR PORTION MAY BE DEFECTIVE. LOSS OF ANTI-LOCK CAPABILITY AND REVERSION TO NORMAL BRAKING COULD OCCUR.,,"IF THE ANTI-LOCK SYSTEM FAILS, A WARNING LIGHT SHOULD ALERT THE DRIVER TO THE PROBLEM. CORRECTIVE ACTION: DEALER WILL INSPECT AND REPLACE ALL DEFECTIVE SENSORS, WITHOUT CHARGE." -04/19/1978,78V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V084000),"PULLMAN, INCORPORATED",STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,150,"CERTAIN WELDS ATTACHING THE LANDING GEAR TRANSVERSE SUPPORTING BRACKETRY TO THE MAIN LANDING GEAR ATTACHING BRACKET MAY HAVE BEEN APPLIED WITH POOR WELDING TECHNIQUES. BECAUSE OF THIS MISAPPLICATION OF WELDING, THIS BRACKETRY CAN BECOME DISENGAGED FROM THE MAIN LANDING GEAR ATTACHING BRACKET.",,"THE DEALER WILL INSPECT AND, IF NECESSARY REWELD THE ATTACHING BRACKET TO PRECLUDE ANY POOR WELDS." -04/19/1978,78V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V085000),BEATRICE FOODS COMPANY,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1735,THE MAIN DOOR STRIKER POCKET MAY NOT BE POSITIONED IN THE DOOR JAMB SO THAT THE LOCK BOLT PROJECTS A MINIMUM OF ONE-QUARTER INCH INTO THE STRIKER POCKET WHEN THE DOOR IS FULLY CLOSED. ANYTHING LESS THAN ONE-QUARTER INCH ENGAGEMENT MAY RESULT IN THE MAIN DOOR ACCIDENTLY SPRINGING OPEN WHILE TRAVELING.,,DEALER WILL PROPERLY POSITION THE LOCK STRIKER PLATE TO ALLOW AT LEAST ONE-QUARTER INCH PROJECTION INTO THE STRIKER POCKET. -04/14/1978,78V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V083000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,28,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"" IN THAT THE RIGHT HAND SEAT BELT RETRACTORS USED AT BOTH THE DRIVER AND FRONT PASSENGER SEAT POSITIONS MAY HAVE BEEN MISASSEMBLED. AS A RESULT, THEY MAY NOT LOCK.",,DEALER WILL REPLACE THE DRIVER AND FRONT PASSENGER SEAT BELT ASSEMBLIES AT NO CHARGE. -04/13/1978,78E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E008000),"Caterpillar, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,29,ABNORMAL PRESSURE PULSES GENERATED DURING ENGINE OPERATION MAY LEAD TO CRACKING AND FRAGMENTING OF THE FAN BLADES.,,THE DEALER WILL INSPECT AND MAKE NECESSARY MODIFICATIONS TO ELIMINATE PRESSURES ON THE FAN. -04/13/1978,78V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V080000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,25000,"THE FUEL PIPE BRACKETS MOUNTED IN THE CYLINDER HEAD REAR STUD HAVE BEEN MISALIGNED ON THE INVOLVED VEHICLES. AS A RESULT, THE NYLON FUEL FEED PIPE MAY SUSTAIN CHAFING AND FEED PIPE DAMAGE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, CORRECT THE ALIGNMENT OF THE FUEL PIPE BRACKET. IF DAMAGED, THE FUEL PIPE WILL ALSO BE REPLACED." -04/13/1978,78V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V082000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,100,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"", IN THAT THEY DO NOT HAVE THE CAPABILITY OF FITTING CERTAIN ADULT PASSENGERS WHEN THE SEAT IS IN THE FULL FORWARD POSITION.",,DEALER WILL REPLACE THE FRONT PASSENGER UNIBELT ASSEMBLY WITH AN ASSEMBLY HAVING A LONGER BELT WEBBING. -04/13/1978,78V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V081000),GRUMMAN FLXIBLE CORP.,SUSPENSION:I-BEAM:SOLID:FRONT AIR SUSPENSION SYSTE,SUSPENSION,NR (Not Reported),Vehicle,3954,"CERTAIN TRANSVERSE RADIUS ROD BRACKETS, ON THE INVOLVED VEHICLES, ATTACHED TO THE TOP OF THE FRONT AXLE, MAY HAVE BEEN IMPROPERLY MANUFACTURED. THIS IMPROPER MANUFACTURING COULD RESULT IN ABNORMAL STRESS LOADS BEING IMPOSED ON ONE OR BOTH BRACKETS DURING INSTALLATION.",,"THE DEALER WILL INSPECT BRACKETS FOR CRACKS AND PERPENDICULARITY AND, IF NECESSARY, REPOSITION OR REPLACE THE BRACKETS." -04/13/1978,78E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E009000),AMERICAN SUNROOF CORP.,VISUAL SYSTEMS:SUN ROOF ASSEMBLY (8/82),VISIBILITY,NR (Not Reported),Equipment,11000,THE ADHESIVE BOND THAT ATTACHES THE T-BAR ROOF GLASS PANELS TO THEIR FRAMES MAY DETERIORATE. COMPLETE FAILURE OF THE ADHESIVE SYSTEM CAN RESULT IN SEPARATION OF THE GLASS PANEL FROM THE VEHICLE.,,"DEALER WILL INSTALL RETAINING CLIPS ON BOTH T-BAR ROOF PANEL ASSEMBLIES. HOWEVER, IF GLASS PANEL SEPARATION HAS ALREADY OCCURRED, A NEW PANEL ASSEMBLY WILL BE INSTALLED AT NO COST TO OWNER." -04/11/1978,78V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V076000),PACCAR Incorporated,BRAKES:AXLE CONTROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4969,"THE WRONG OPERATIONAL AMPLIFIER WAS INSTALLED IN THE CONTROLLER ON THE INVOLVED VEHICLES. IF A CERTAIN CAPACITOR IN THE CONTROLLER SHOULD FAIL, THE BRAKES ON THE AXLE ON WHICH THE CONTROLLER IS LOCATED WOULD FAIL. THE BRAKE WARNING LIGHT WHICH WOULD NORMALLY INDICATE A MALFUNCTION, WOULD ALSO BE INOPERATIVE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REMOVE INCORRECT CONTROLLER AND INSTALL A NEW CONTROLLER AND WIRING HARNESS." -04/11/1978,78V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V079000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,568,"SOME OF THESE VEHICLES WERE MANUFACTURED WITH WEAK REAR BRAKE CONTROL INNER LEVER ARM AND PIVOT SHAFTS. AS A RESULT, EXCESSIVE PRESSURE WILL BE NEEDED ON THE BRAKE PEDAL TO STOP THE VEHICLE.",,THE DEALER WILL REPLACE EXISTING LEVER ARMS AND PIVOT SHAFTS WITH REINFORCED ONES. -04/11/1978,78V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V078000),"BATAVUS USA, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5700,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THESE VEHICLES WERE DELIVERED WITH FUEL SHUT-OFF VALVES WHICH DO NOT HAVE THE VALVE POSITIONS (""ON"", ""OFF"" AND ""REVERSE"") PROPERLY LABELED. ALSO, CERTAIN VEHICLES MAY HAVE INCORRECTLY POSITIONED FUEL VALVES.",,THE DEALER WILL REPOSITION THE FUEL CONTROL VALVE AND INSTALL LABELS TO MEET THE SAFETY STANDARD REQUIREMENTS. -04/11/1978,78V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V077000),WHITE MOTOR CORPORATION,LIGHTING:LIGHT AND COMMUNICATIONS:REFLECTIVE DEVIC,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,66,"DUE TO LOCATION OF THE BACK OF THE CAB REFLECTOR BEING ABOVE THE 60-INCH MAXIMUM HEIGHT, REFLECTORS WERE TO BE INSTALLED ON THE REAR FRAME CROSSMEMBER. SOME OF THESE TRUCKS WERE DELIVERED WITHOUT THE FRAME MOUNTED REFLECTORS. AS A RESULT, THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE REQUIRED REFLECTORS, WITHOUT CHARGE TO OWNER." -04/07/1978,78T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T010000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,9755,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE REDUCED ENDURANCE CAPACITY COULD LEAD TO TREAD SEPARATION UNDER NORMAL DRIVING CONDITIONS.",,DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -04/06/1978,78E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E007000),HOLLYWOOD ACCESSORIES,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,117434,THE INVOLVED JACKS MAY FAIL IN SERVICE WHEN OFF CENTER LIFTING OF LOADS IN EXCESS OF 2700 LBS. IS ATTEMPTED ON THE SADDLE.,,DEALER WILL REPAIR THE DEFECTIVE JACK BY REPLACING SADDLE WITH AN IMPROVED TYPE. -04/04/1978,78V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V067000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:PEDAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,800,THE INVOLVED VEHICLES HAVE BRAKE PEDALS WHOSE BENDING STRENGTH MAY NOT WITHSTAND A PANIC OR SEVERE BRAKING APPLICATION.,,THE DEALER WILL REPLACE THE FOOT BRAKE PEDAL AT NO CHARGE TO OWNER. -04/04/1978,78V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V068000),"Mack Trucks, Inc.",BRAKES:AXLE CONTROLLERS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,9700,"AN AXLE ""NO BRAKE"" CONDITION COULD RESULT FROM AN EATON CONTROLLER INTERNAL ELECTRICAL MALFUNCTION. THIS CONDITION MAY CAUSE THE ANTI-WHEEL LOCK VALVE SOLENOID TO BE CONTINUOUSLY ENERGIZED AND PREVENT THE BRAKES FROM BEING APPLIED ON ONE OF THE AXLES. AS A RESULT, THE ANTI-WHEEL LOCK WARNING LAMP IS NOT ACTIVATED.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE ANTI-WHEEL LOCK CONTROLLER WITHOUT CHARGE TO OWNER." -04/04/1978,78V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V074000),"BMW of North America, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,28819,THE HEX HEAD BOLT THAT CONNECTS THE MAIN WIRING HARNESS TO TERMINAL #30 MAY NOT HAVE BEEN TIGHTENED TO THE PROPER TORQUE.,,"THE DEALER WILL REMOVE THE FUSE PANEL AND RETIGHTEN THE 5-MM HEX HEAD BOLT IN THE MAIN POWER TERMINAL UNDERNEATH THE FUSE PANEL, WITHOUT CHARGE TO OWNER." -04/04/1978,78V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V071000),"General Motors, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,134,THE INVOLVED VEHICLES DO NOT CONTAIN AN EMERGENCY STOP CONTROL FOR EMERGENCY STOPPING OF THE VEHICLE. THIS EMERGENCY STOP CONTROL IS NECESSARY TO PREVENT ENGINE OVERSPEED AND TO STOP THE ENGINE IN CASE OF A FUEL MALFUNCTION.,,THE DEALER WILL INSTALL AN EMERGENCY STOP CONTROL AT NO CHARGE. -04/04/1978,78V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V072000),SHELLER-GLOBE CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,22,"THE INVOLVED VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". THE WINDOW EXITS ARE OF INSUFFICIENT SIZE AND THE EMERGENCY EXIT LOCATION AND OPERATING INSTRUCTIONS ARE IMPROPERLY IDENTIFIED.",,THE DEALER WILL ADJUST STOPS ON THE SLIDING WINDOWS TO ENLARGE THE OPENING AND PUSH-OUT SPLIT WINDOWS WILL BE INSTALLED IN PLACE OF STATIONARY WINDOWS WHERE REQUIRED. PROPER EMERGENCY EXIT IDENTIFICATION AND INSTRUCTION LABELS WILL ALSO BE INSTALLED. -04/04/1978,78V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V070000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,133593,"THE HIGH PRESSURE POWER STEERING HOSE MAY HAVE BEEN ROUTED TOO CLOSE TO THE EXHAUST MANIFOLD. AS A RESULT, THE HEAT FROM THE MANIFOLD COULD DAMAGE THE HOSE.",,DAMAGED HOSES WILL BE REPLACED AND UNDAMAGED HOSES WILL BE PROPERLY ROUTED AS NECESSARY. -04/04/1978,78V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V069000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,284000,"IN THE EVENT OF A FRONTAL IMPACT, FUEL LEAKAGE MAY OCCUR AT THE FUEL LINE TO FUEL PUMP CONNECTION IN THE ENGINE COMPARTMENT. THESE VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"".",,DEALER WILL INSTALL A PAIR OF FRONT BUMPER BRACKET EXTENSION PLATES TO SUPPLY ADDED PROTECTION FOR THIS FUEL LINE CONNECTION. -04/04/1978,78V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V075000),"PULLMAN, INCORPORATED",STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,265,"CERTAIN STRUCTURAL WELDS ATTACHING THE KING PIN TO THE KING PIN MOUNTING STRUCTURE MAY HAVE BEEN OMITTED OR APPLIED WITH POOR WELDING TECHNIQUES. THIS COULD ALLOW THE KING PIN TO LOOSEN FROM IT""S SUPPORTING STRUCTURE.",,"DEALER WILL INSPECT AND REWORK THE KING PIN MOUNTING STRUCTURE TO ENSURE WELDING IS SECURE, WITHOUT CHARGE TO OWNER." -04/04/1978,78V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V066000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,36000,THE BOLTS THAT ANCHOR FORWARD MOUNTING BRACKETS FOR THE REAR SPRINGS MAY LOOSEN.,,THE DEALER WILL REPLACE THE ORIGINAL BOLTS WITH IMPROVED BOLTS AND NUTS. -04/04/1978,78V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V073000),SHELLER-GLOBE CORPORATION,TIRES,TIRES,NR (Not Reported),Vehicle,29,"THE GROSS AXLE WEIGHT RATING (GAWR) ON THE INVOLVED VEHICLES MAY HAVE BEEN INCORRECTLY CALCULATED AND THUS THESE VEHICLES MAY HAVE BEEN EQUIPPED WITH REAR TIRES HAVING AN INSUFFICIENT PLY RATING FOR THE INTENDED LOAD REQUIREMENT. AS A RESULT, THESE VEHICLES DO NOT COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"".",,"DEALER WILL REPLACE REAR TIRES WITH TIRES OF THE CORRECT PLY RATING, WITHOUT CHARGE TO OWNER." -03/31/1978,78V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V065000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,102398,VEHICLES WERE BUILT WITH WIRE CONNECTORS THAT FAIL TO ALLOW THE CURRENT FLOW NEEDED TO SUPPORT THE ELECTRONIC CONTROL OF THE ENGINE IGNITION.,,DEALER WILL INSTALL IMPROVED WIRE CONNECTORS WITHOUT CHARGE TO OWNERS. -03/29/1978,78T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T008000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,1956,"THE INVOLVED TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". PREMATURE FAILURE COULD OCCUR UNDER ADVERSE CONDITIONS OF OVERLOAD, UNDERINFLATION, OR EXCESSIVE SPEED.",,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -03/29/1978,78T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T009000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,21023,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THE PREMATURE FAILURE IS DUE TO TREAD SEPARATION UNDER ADVERSE CONDITIONS OF OVERLOAD, HIGH SPEED, OR UNDERINFLATION.",,THE DEALER WILL INSTALL REPLACEMENT TIRES WHICH WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -03/28/1978,78E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E006000),"G.I. JOE, INCORPORATED",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Equipment,462,THE INVOLVED JACKS MAY FAIL TO LIFT ANY WEIGHT OR MAY LIFT SPECIFIED WEIGHT BUT NOT BE ABLE TO MAINTAIN IT IN SUSPENSION.,,OWNERS SHOULD RETURN DEFECTIVE JACKS FOR A FULL REFUND. -03/28/1978,78V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V064000),HOLIDAY RAMBLER CORP.,LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,2648,THE L.P. GAS SUPPLY LINE TO THE WATER HEATER MAY CONTACT THE BOTTOM SIDE OF THE KITCHEN SINK BASE DRAWER. THE ACTION OF OPENING AND CLOSING THE DRAWER MAY CAUSE CHAFING TO THE L.P. GAS LINE WHICH COULD RUPTURE THE LINE.,,THE DEALER WILL REROUTE THE L.P. GAS SUPPLY LINE TO PREVENT CONTACT WITH THE KITCHEN SINK DRAWER. -03/24/1978,78V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V061000),"BMW of North America, LLC",FUEL:FUEL INJECTION:CONTINUOUS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,32500,"DUE TO THE HIGH FUEL FLOW RATE IN THE FUEL SYSTEM, CONDITIONS OF EXTREME ALTITUDE, TEMPERATURES, OR FUEL CONTAMINATION, MAY LEAD TO THE FORMATION OF FUEL VAPOR BUBBLES.",,THE DEALER WILL INSTALL AN ADDITIONAL FUEL PUMP IN THE RIGHT SIDE OF THE FUEL TANK AT NO CHARGE TO OWNER. -03/24/1978,78V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V063000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2200,"DUE TO OVERSTRESS, THE HOSE JOINTS OF THE RIGHT OVERAXLE FUEL PIPE AND LEFT OVERAXLE PRESSURE PIPES MAY BREAK ALLOWING FUEL LEAKAGE.",,THE DEALER WILL REROUTE THE PIPING TO ELIMINATE THE OVERSTRESSED CONDITION. -03/24/1978,78V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V062000),"Volvo Car USA, LLC",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,28000,"THE REAR WHEEL BEARINGS ON THE INVOLVED VEHICLES, MAY HAVE RECEIVED AN INADEQUATE AMOUNT OF LUBRICATION. THIS CONDITION WOULD INITIALLY CAUSE THE ROLLER BEARINGS TO DEVELOP A RUMBLING NOISE.",,THE DEALER WILL EITHER LUBRICATE THE BEARINGS OR REPLACE THEM WITH NEW BEARINGS AND SEALS WITH LUBRICATION AT NO CHARGE TO OWNER. -03/23/1978,78E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E005000),DANA CORPORATION,POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Equipment,162,"THE OUTERMOST INPUT BEARING COULD FAIL DUE TO INSUFFICIENT LUBRICATION. ADDITIONALLY, THE COUNTERSHAFT BORE PLUG HAS A TENDENCY TO MOVE OUT OF THE BORE IN THE TRANSMISSION HOUSING. THE RESULT IS LOSS OF LUBRICANT IN THE AUXILIARY TRANSMISSION, WHICH CAN ALSO CAUSE THE VEHICLE TO BECOME IMMOBILE.",,"DEALER WILL REPLACE THE TRANSMISSION UNIT WITH A FACTORY SUPPLIED UNIT, FREE OF CHARGE." -03/21/1978,78V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V060000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,7000,THE AIR PIPE AND FUEL LINE PIPE MAY CONTACT EACH OTHER AND RESULT IN CHAFING OF THE FUEL RAIL.,,"THE DEALER WILL REROUTE AIR OR FUEL LINE TO PRECLUDE CONTACT, WITHOUT CHARGE TO OWNER." -03/21/1978,78V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V059000),"VANS UNLIMITED, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,200,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"". NO SEAT BELTS WERE INSTALLED.",,"THE DEALER WILL INSTALL SEAT RESTRAINT SYSTEMS TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, WITHOUT CHARGE TO OWNER." -03/21/1978,78V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V058000),PETERBILT MOTOR COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,20,THE INVOLVED VEHICLES MAY HAVE BEEN MANUFACTURED WITH INCORRECT PINCH CLAMP DRAW BOLT DRILLING IN THE SPRING EYE MOUNTING BRACKETS OF THE SINGLE DRIVE SUSPENSION ASSEMBLY. THE PINCH CLAMP DRAW BOLTS COULD BECOME LOOSE AND THE SPRING EYE MOUNTING PIN COULD BACK OUT OF THE MOUNTING BRACKET.,,DEALER WILL CORRECT THIS DEFECT BY REPLACING THE MOUNTING BRACKETS AT NO CHARGE TO OWNER. -03/17/1978,78V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V057000),"ALFA ROMEO, INCORPORATED",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,2500,"UNDER SEVERE USE, THE ""HIGH HYSTERESIS"" REAR RUBBER COUPLING OF THE DRIVE SHAFT MAY DEVELOP FATIGUE RESULTING IN TRANSMISSION VIBRATIONS.",,"THE DEALER WILL REPLACE DEFECTIVE REAR RUBBER COUPLING AND FLANGE WITH A MODIFIED VERSION, WITHOUT CHARGE TO OWNER." -03/15/1978,78E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E004000),MAJOR WAY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,12,"THE INVOLVED CAMPERS FAIL TO CONFORM TO THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK CAMPER LOADING"". THE ACTUAL WEIGHT OF THE CAMPER MAY EXCEED THE WEIGHT STATED ON THE CERTIFICATION LABEL.",,DEALER WILL INSTALL A LABEL INDICATING THE PROPER CAMPER WEIGHT. -03/13/1978,78V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V053000),TODCO DIVISION,BRAKES:WHEEL SENSOR SPEED ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,53,THE SPECIAL JAM NUT THAT ENSURES PROPER ALIGNMENT BETWEEN THE STATOR AND THE EXCITER ON THE WAGNER ANTI-SKID DEVICE WAS NOT INSTALLED.,,THE DEALER WILL INSTALL THE CORRECT JAM NUT ON THE AXLE WITHOUT CHARGE TO OWNER. -03/13/1978,78V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V055000),VESPA OF AMER. CORP.,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3000,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THE THROTTLE FAILS TO RETURN TO IDLE WHEN RELEASED DUE TO CONGEALING OF LUBRICANTS USED IN THE THROTTLE CABLE.",,"THE DEALER WILL INSPECT, DISASSEMBLE, AND LUBRICATE THE THROTTLE CABLE TO CORRECT THE PROBLEM, WITHOUT CHARGE TO OWNER." -03/13/1978,78V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V054000),WALTER MOTOR TRUCK CO.,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,5,THE STEERING BELL CRANK BALL STUDS MAY BECOME LOOSE DUE TO INADEQUATE MATERIAL STRENGTH IN THE BELL CRANK.,,"THE DEALER WILL REPLACE THE RIGHT AXLE STEERING KNUCKLE, THE BELL CRANK, AND BALL STUDS AT NO COST TO OWNER." -03/13/1978,78V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V056000),"BMW of North America, LLC",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,4681,"DUE TO A MATERIAL STUCTURAL DEFECT, THE RUBBER SEAL BETWEEN THE METAL VALVE STEM AND RIM ALLOWS SLOW SEEPAGE OF AIR AROUND THE VALVE BASE.",,"THE DEALER WILL REPLACE DEFECTIVE METAL TIRE VALVE STEMS AND RUBBER SEALS WITH NEW ONES, AT NO COST TO THE CUSTOMER." -03/09/1978,78V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V050000),"Gillig, LLC",BRAKES:AIR:DRUM AND SHOE SYSTEMS:SHOES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,812,THE BRAKE SHOE WELDS ON REAR BRAKE ASSEMBLIES MAY LOOSEN WHERE THE BRAKE SHOE WEB JOINS THE BRAKE SHOE TABLE. COMPLETE BRAKE SHOE FAILURE COULD RESULT ON THE AXLE SIDE AFFECTED.,,DEALER WILL REPLACE DEFECTIVE BRAKE SHOE ASSEMBLIES WITHOUT CHARGE. -03/09/1978,78V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V048000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:ELECTRONIC CONTROL UNIT,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,411333,THE ELECTRONIC IGNITION SYSTEM SENSOR CIRCUIT CONTAINS A TWO-WIRE CONNECTOR WHICH COULD CAUSE DIFFICULTY IN THE ENGINE IGNITION. THIS DIFFICULTY MAY BE CAUSED BY MECHANICAL OR CHEMICAL ACTIONS AT THE CONNECTOR.,,THE TWO-WIRE CONNECTOR WILL BE MODIFIED BY THE DEALER BY CUTTING AND SOLDER-SPLICING THE WIRES. -03/09/1978,78V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V049000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,2726,THE COUPLING WHICH ATTACHES THE INTERMEDIATE STEERING SHAFT TO THE STEERING GEAR MAY HAVE OVERSIZED SERRATIONS WHICH COULD PREVENT THE COUPLING FROM BEING PROPERLY TIGHTENED IN THE STEERING GEAR SHAFT WHEN THE STEERING WHEEL IS TURNED. THIS MAY ALSO CAUSE FREE PLAY IN THE STEERING WHEEL.,,THE INVOLVED VEHICLES WILL HAVE THE COUPLINGS REPLACED. -03/09/1978,78V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V052000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,19,"THE INCORRECT STEERING ARM MAY HAVE BEEN INSTALLED IN PRODUCTION. THE LOCATION OF THIS STEERING ARM CAN CAUSE AN INCREASED BEND IN THE LOWER DRAG LINK, OR POSSIBLY RUPTURE THE BALL STUD.",,THE DEALER WILL REPLACE DEFECTIVE STEERING ARMS WITH NEW ONES WITHOUT CHARGE TO OWNERS. -03/09/1978,78V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V051000),PACCAR Incorporated,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,690,THE POWER STEERING GEAR BALL STUDS MAY FAIL UNDER CERTAIN SEVERE OPERATING CONDITIONS OR STEERING MISADJUSTMENT CONDITIONS.,,THE DEALER WILL REPLACE DEFECTIVE STEERING GEAR BALL STUDS WITHOUT CHARGE TO OWNER. -03/08/1978,78V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V046000),"COBRA INDUSTRIES, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,31,THE ELECTRICAL SUPPLY LINE TO THE AUXILIARY GAS TANK CHANGEOVER SWITCH MAY HAVE BEEN CONNECTED TO THE WRONG TERMINAL ON THE AUTOMOTIVE FUSE PANEL.,,"THE DEALER WILL INSTALL AN IN-LINE FUSE TO ELIMINATE THE CHANCES OF A SHORT CIRCUIT, AT NO CHARGE." -03/08/1978,78V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V045000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5141,THE POSSIBILITY EXITS THAT THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH FUEL HOSES OF INCORRECT SPECIFICATION.,,ALL AFFECTED VEHICLES WILL HAVE REPLACEMENT HOSES FITTED AT NO CHARGE. -03/08/1978,78V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V047000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,1956,"THE AUTOMATIC LOCKING REAR SEAT BELT RETRACTORS ON CERTAIN VEHICLES MAY FAIL TO LOCK DUE TO BINDING OF THE LOCKING PAWL AGAINST THE RETRACTOR HOUSING. THIS BINDING IS CAUSED BY RETRACTOR HOUSING DEFORMATION WHICH OCCURRED DURING ASSEMBLY. AS A RESULT THE PASSENGERS WOULD BE RESTRAINED ONLY BY THE FULLY EXTENDED BELT. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 208, ""OCCUPANT CRASH PROTECTION"".",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ONE OR BOTH REAR SEAT BELT ASSEMBLIES FREE OF CHARGE." -03/06/1978,78E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E003000),"COSMOPOLITAN MOTORS, INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,148,"THE INVOLVED HELMETS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"". THEY FAILED THE PENETRATION TEST.",,"THE DEALER WILL REPLACE THE INVOLVED HELMETS WITH ONES THAT MEET THE STANDARD, WITHOUT CHARGE." -03/06/1978,78V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V044000),Ford Motor Company,TIRES,TIRES,NR (Not Reported),Vehicle,60,"SOME OF THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH LR78-15 ""C"" LOAD RANGE TRUCK TIRES INSTEAD OF LR78-15 ""B"" LOAD RANGE PASSENGER CAR TIRES. THE WHEELS PRESENTLY ON THE INVOLVED VEHICLES ARE INTENDED FOR USE WITH PASSENGER VEHICLE TIRES AND WERE NOT RATED FOR THE HIGHER MAXIMUM AIR PRESSURE AND LOAD RATINGS MOLDED INTO THE SIDEWALL OF THE LR78-15 ""C"" LOAD RANGE TRUCK TIRES.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE ""C"" LOAD RANGE TIRES WITH ""B"" LOAD RANGE TIRES, WITHOUT CHARGE." -03/01/1978,78V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V042000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3438,"THE CLAMPING BOLT WASHER ON THE LEFT AND RIGHT FRONT BRAKE CALIPER ASSEMBLY COULD CRACK DUE TO EXPOSURE TO HYDROGEN. (THESE WASHERS WERE INCORRECTLY PROCESSED, CAUSING THEM TO BECOME BRITTLE AND BREAK).",,THE DEALER WILL REPLACE THE WASHER IN THE FRONT BRAKE CALIPER AT NO CHARGE. -03/01/1978,78V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V043000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,143,THE STEERING LINKAGE TIE ROD ENDS AND DRAG LINK BALL JOINTS ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN LUBRICATED.,,"STEERING LINKAGE TIE ROD ENDS AND DRAG LINK BALL JOINTS ON ALL AFFECTED VEHICLES WILL BE PROPERLY LUBRICATED, AT NO CHARGE." -02/24/1978,78T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T007000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1452,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO.109, ""NEW PNEUMATIC TIRES"". THE TIRES MAY FAIL IN SERVICE DUE TO SEPARATION IN THE BEAD AREA ADJACENT TO THE RIM.",,THE DEALER WILL INSTALL REPLACEMENT TIRES THAT WILL BE MOUNTED AND BALANCED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -02/24/1978,78T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T006000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3725,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". TIRES MAY FAIL IN SERVICE AS A RESULT OF TREAD SEPARATION AND PARTIAL TREAD LOSS.",,THE DEALER WILL REPLACE THE TIRES AND BALANCE NEW TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -02/23/1978,78T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T005000),DUNLOP TIRE CORPORATION,TIRES:BEAD,TIRES,NR (Not Reported),Tire,770,THE POSSIBILITY EXISTS THAT TIRE BREAKER EDGE LOOSENESS MAY OCCUR AND LEAD TO TREAD CHUNKING OR LOCAL TREAD SEPARATION.,,"DEALER WILL REPLACE ALL INVOLVED TIRES FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -02/22/1978,78V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V040000),"Suzuki Motor USA, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3350,THERE IS A POSSIBILITY THAT THE BATTERY SET PLATE (MOUNTING BRACKET) MAY PHYSICALLY CONTACT THE REAR BRAKE MASTER CYLINDER REMOTE RESERVOIR HOSE. PROLONGED USAGE COULD RESULT IN HOSE WEAR AND BRAKE FLUID LEAKAGE.,,THE DEALER WILL INSTALL A RUBBER BUFFER ON THE BATTERY SET PLATE TO ELIMINATE THE POSSIBILITY OF HOSE WEAR. -02/22/1978,78V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V041000),TRANSAMERICAN ROOSEVELT,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,1083,"THE FRONT FENDER BRACKET MAY BREAK IN SOME INSTANCES AS A RESULT OF METAL FATIGUE, BROUGHT ON BY NORMAL OPERATIONAL VIBRATIONS.",,DEALER WILL REPLACE THE FRONT FENDER BRACKETS ON ALL INVOLVED VEHICLES WITHOUT CHARGE TO OWNERS. -02/22/1978,78T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T004000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,450,"THE INVOLVED TIRES MAY CONTAIN A PIN HOLE IN THE UPPER SIDEWALL AREA OF THE TIRE. THIS CONDITION MAY CAUSE A FLEX CRACK TO APPEAR IN THE GENERAL AREA OF THE HOLE DURING TIRE USAGE. UNDER CONTINUED USE, THE CRACK MAY PROGRESS AND CAUSE LOSS OF AIR.",,"THE INVOLVED TIRES WILL BE REPLACED, MOUNTED AND BALANCED BY THE DEALER FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION." -02/17/1978,78V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V036000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20000,,,"DEALER WILL INSPECT THE FUEL TANK VENT SYSTEMS FOR BLOCKAGE AND CORRECT, IF NECESSARY. FUEL TANKS WILL BE INSPECTED FOR CRACKING OF THE FRONT PANEL AND REPLACED, IF NECESSARY." -02/17/1978,78V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V039000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL 3 SPEED,POWER TRAIN,NR (Not Reported),Vehicle,96933,THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH THE TRANSMISSION ADAPTER PLATE SEAL IMPROPERLY SEATED. THIS CONDITION COULD ALLOW A GRADUAL TRANSFER OF LUBRICANT FROM THE TRANSMISSION TO THE TRANSFER CASE.,,"THE DEALER WILL INSPECT THE LUBRICANT LEVELS ON THE INVOLVED VEHICLES AND, WHERE NECESSARY, REPLACE THE REAR OIL SEALS." -02/17/1978,78V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V037000),"Yamaha Motor Corporation, USA",POWER TRAIN:TRANSMISSION:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,35553,THE SHIFT CAM STOPPER BOLT LOCK TAB ON THE INVOLVED VEHICLES MAY NOT PREVENT THE STOPPER BOLT FROM LOOSENING. THIS COULD ALLOW THE SHIFT DRUM TO MOVE LATERALLY.,,"THE DEALER WILL INSTALL AN IMPROVED LOCK TAB THAT WILL STOP THE STOPPER BOLT FROM LOOSENING, WITHOUT CHARGE TO OWNER." -02/17/1978,78V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V038000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,9000,AN INTERMEDIATE STEERING SHAFT CONTAINING A MISMATCHED POT COUPLING ASSEMBLY MAY HAVE BEEN INSTALLED ON THE INVOLVED VEHICLES. THIS COUPLING MAY HAVE AN OVERSIZED SERRATION DIAMETER. AN OVERSIZED SERRATION COULD PREVENT THE COUPLING FROM ADEQUATELY TIGHTENING ONTO THE GEAR OR SHAFT SPLINES.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A REPLACEMENT SHAFT COUPLING." -02/16/1978,78V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V035000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,47339,"THE SHIFT SELECTOR REACTION SPRINGS MAY BE DEFORMED AS A RESULT OF IMPROPER INSTALLATION OF SELECTOR LEVERS DURING COLUMN BUILDUP. THUS THE LEVER MAY NOT BE ABLE TO BE MOVED INTO THE INSERT DETENTS LOCATED IN THE STEERING COLUMN ASSEMBLY. THIS COULD PREVENT THE ""PARK"" GEAR FROM BEING ENGAGED.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE SHIFT SELECTOR REACTION SPRING WITHOUT CHARGE TO OWNER." -02/16/1978,78T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T003000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,3018,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE TIRES HAVE A DEFECTIVE INNER LINER CONDITION WHICH MAY PROMOTE PLY OR TREAD SEPARATION WHICH COULD LEAD TO TIRE AIR LOSS.",,"THE DEALER WILL REPLACE THE INVOLVED TIRES FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -02/15/1978,78V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V033000),Honda (American Honda Motor Co.),BRAKES:MECHANICAL SERVICE:DISC BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,118544,"DURING VEHICLE OPERATION IN HEAVY RAIN, THERE MAY BE A NOTICEABLE INITIAL REDUCTION IN THE EFFECTIVENESS OF THE REAR DISC BRAKE, FOLLOWED BY A GRADUAL RECOVERY TO NORMAL, DRY CONDITION EFFECTIVENESS. IF PEDAL FORCE IS NOT INCREASED TO COMPENSATE, LONGER STOPPING DISTANCES WILL RESULT. IF PEDAL FORCE IS NOT REDUCED AFTER RECOVERY, A REAR WHEEL SKID COULD RESULT.",,THE DEALER WILL REPLACE REAR BRAKE PADS WITH PADS WHICH WILL IMPROVE BRAKING PERFORMANCE IN WET WEATHER. -02/15/1978,78V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V034000),LANDAU MOTOR HOME,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,80,"THE WIRES LEADING FROM THE HEADLIGHTS TO THE POWER SOURCE, DUE TO THEIR LENGTH, MAY CAUSE A REDUCTION IN HEADLIGHT ILLUMINATION. ALSO, THE HEADLIGHT SCREW MOUNTINGS INHIBIT PROPER DIRECTIONAL ADJUSTMENT CAPABILITIES.",,"DEALER WILL INSTALL A HEADLIGHT RELAY, HEADLIGHT ADJUSTMENT ASSEMBLY, AND A WEATHER BUCKET WITHOUT CHARGE TO OWNER." -02/09/1978,78V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V030000),"Mack Trucks, Inc.",BRAKES:AIR DRYER,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,400,"A DESIGN DEFICIENCY EXISTS IN THE AIR DRYER PIPING IN THE AREA OF THE PRESSURE RELIEF VALVE AND COMPRESSOR GOVERNOR CONTROL LINK. MOISTURE IS PASSED AND BUILDS UP IN THIS RELIEF VALVE AND CONTROL LINE. IN FREEZING AMBIENT TEMPERATURES, THIS MOISTURE MAY FREEZE, ALLOWING THE CHASSIS AIR SYSTEM PRESSURE TO EXCEED 150 PSI. EXCESSIVE AIR SYSTEM PRESSURE CAN CAUSE SEPARATION OF AIR PIPING CONNECTIONS AND AIR SYSTEM VALVE FAILURE.",,THE DEALER WILL RELOCATE THE AIR SYSTEM COMPRESSOR GOVERNOR LINE AND PRESSURE RELIEF VALVE TO ELIMINATE MOISTURE ACCUMULATION. -02/09/1978,78V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V032000),"Mack Trucks, Inc.",ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,459,"THE SYNFLEX-TYPE OIL PRESSURE SIGNAL LINE MAY HAVE BEEN ROUTED TOO CLOSE TO THE EXHAUST MANIFOLD. EXCESSIVE HEAT MAY CAUSE THE LINE TO RUPTURE, AND OIL LEAKAGE MAY OCCUR.",,"THE DEALER WILL REROUTE THE OIL PRESSURE SIGNAL LINE TO ELIMINATE POTENTIAL FIRE HAZARD, WITHOUT CHARGE TO OWNER." -02/09/1978,78V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V029000),"Mack Trucks, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,268,THE AIR RESERVOIR ON THE INVOLVED VEHICLES MAY HAVE A DESIGN DEFICIENCY. THE RESERVOIR MAY NOT BE STRONG ENOUGH TO WITHSTAND PRESSURES GENERATED DURING OPERATION.,,THE DEALER WILL REPLACE SUSPECT AIR RESERVOIRS WITHOUT CHARGE TO OWNERS. -02/09/1978,78V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V028000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,100,THE STEERING PITMAN ARM IS SUBJECT TO FAILURE AT THE AREA OF THE TRANSITION TO THE ARM OFFSET DUE TO HIGH STRESS CONCENTRATIONS.,,"DEALER WILL REPLACE THE STEERING PITMAN ARM, STEERING GEAR OUTPUT SHAFT AND STEERING GEAR MOUNTING BRACKET." -02/09/1978,78V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V031000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,33000,"THE TEE BRACKET, WHICH IS MOUNTED ON THE FRONT AXLE OF THE BOGIE, MAY FAIL DUE TO VIBRATION BROUGHT ON BY ROAD SURFACE IRREGULARITIES. BRACKET FAILURE WOULD LEAVE THE TEE BRACKET UNSUPPORTED AND CAUSE BROKEN HOSE CONNECTOR FITTINGS. THIS WOULD RESULT IN AUTOMATIC APPLICATION OF THE SPRING EMERGENCY BRAKES.",,THE DEALER WILL REPLACE THE DEFECTIVE BRACKET WITH A REDESIGNED VERSION. -02/08/1978,78V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V026000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,THE FUEL TANKS ON THE INVOLVED VEHICLES MAY EXHIBIT FUEL LEAKAGE WHEN COMPLETELY FILLED. THIS CONDITION WAS CAUSED BY THE REAR FLOOR CARPET FASTENERS PENETRATING THE TOP OF THE FUEL TANK.,,"THE DEALER WILL INSPECT VEHICLES FOR PRESENCE OF CARPET FASTENERS ACROSS THE REAR SEAT AREA. IF ANY FASTENERS ARE FOUND, THEY WILL BE REMOVED, THE FLOOR PAN HOLES SEALED, AND THE FUEL TANK DROPPED AND INSPECTED FOR NAIL HOLES. IF HOLES ARE FOUND, THE FUEL TANK WILL BE REPLACED." -02/08/1978,78V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V027000),JAGUAR ROVER TRIUMPH INC.,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1400,A DEFECTIVE WELD CONDITION MAY EXIST AT THE PEDAL TO ACCELERATOR ROD CONNECTION.,,ALL AFFECTED VEHICLES WILL HAVE THE PEDAL ASSEMBLY REPLACED. -01/30/1978,78V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V021000),"COBRA INDUSTRIES, INC.",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,31,THE FURNACE ON THE INVOLVED VEHICLES WAS NOT ANCHORED TO THE FLOOR UNDER THE DINETTE SEAT. NORMAL DRIVING WOULD CAUSE THE FURNACE TO SHIFT AROUND UNDER THE SEAT. THIS COULD CAUSE THE FURNACE VENT PIPE TO PULL AWAY FROM THE SIDEWALL SEALING GASKET.,,DEALER WILL SECURE THE FURNACE TO THE FLOOR WITHOUT CHARGE TO OWNER. -01/30/1978,78V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V022000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,60000,ON SOME OF THE INVOLVED VEHICLES THE STEERING COUPLING FLANGE MAY HAVE BEEN IMPROPERLY ASSEMBLED AND COULD LOOSEN DURING NORMAL VEHICLE OPERATION.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING COUPLING FLANGE ASSEMBLY." -01/30/1978,78V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V024000),Ford Motor Company,WHEELS:MULTIPLE,WHEELS,NR (Not Reported),Vehicle,9000,THE WHEEL RIM DIAMETERS ON THESE VEHICLES MAY EXCEED DIMENSIONAL SPECIFICATIONS. THIS MAY CAUSE THE TIRES AND TUBES TO BE OVERSTRESSED DURING MOUNTING OR IMPROPERLY MOUNTED.,,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE WHEELS, AND THE TIRES AND TUBES MOUNTED ON THESE WHEELS." -01/30/1978,78V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V023000),Ford Motor Company,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,17000,"SOME OF THE STEEL WHEELS ON THE INVOLVED VEHICLES MAY HAVE BEEN IMPROPERLY MANUFACTURED. THESE WHEELS, OVER A PERIOD OF TIME, COULD CRACK IN THE WHEEL RIM AREA THROUGH NORMAL OPERATION, WITHOUT PRIOR WARNING.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE WHEELS ON THE INVOLVED VEHICLES." -01/27/1978,78T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T001000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,450,THE INVOLVED TIRES MAY CONTAIN THE INCORRECT RUBBER COMPOUND IN THE TREAD BELTS. TREAD SEPARATION COULD RESULT WITH CONTINUED USE CAUSING LOSS OF AIR IN TIRE.,,DEALER WILL REPLACE THE INVOLVED TIRES WITH NEW ONES THAT WILL BE PROPERLY MOUNTED AND BALANCED. THIS SERVICE WILL BE PERFORMED FREE OF CHARGE WITHIN 60 DAYS OF NOTIFICATION. -01/24/1978,78V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V018000),"General Motors, LLC",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,100,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"", IN THAT THE TIRE PLACARD DOES NOT CONTAIN LEGIBLE TIRE SIZE INFORMATION.",,"DEALER WILL PROVIDE PROPER LABELS FOR THE OWNER TO INSTALL, OR FOR DEALER INSTALLATION, IF PREFERRED." -01/24/1978,78V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V020000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:SINGLE:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,370000,"WHEN THE ACCELERATOR PEDAL ON THE INVOLVED VEHICLES IS DEPRESSED AND THE ACCELERATOR PUMP IS ACTIVATED, A DISTORTED ACCELERATOR PUMP SEAL IN THE CARBURETOR MAY PREVENT THE PUMP FROM DELIVERING THE PROPER AMOUNT OF FUEL.",,DEALER WILL REPLACE THE CARBURETOR ACCELERATOR PUMP SEAL WITH A SEAL OF IMPROVED DISTORTION RESISTANCE. THE CARBURETOR WILL ALSO BE CHECKED FOR THE PROPER FLOAT LEVEL. -01/24/1978,78V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V019000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,22268,THE INTERMEDIATE SHAFT COUPLING ON THE INVOLVED VEHICLES MAY HAVE BEEN MACHINED OVERSIZED IN THE SERRATION AREA WHERE IT ATTACHES TO THE STEERING COLUMN. THIS WOULD PREVENT THE COUPLING FROM PROPERLY TIGHTENING ON THE SHAFT WHEN THE CLAMP AND PINCH BOLT WERE INSTALLED.,,"DEALER WILL REPLACE THE SHAFT COUPLING, IF NECESSARY, WITHOUT CHARGE TO OWNER." -01/23/1978,78V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V017000),Toyota Motor Corporation,HEATER:WATER:DEFROSTER:DEFOGGER:HOSE,VISIBILITY,NR (Not Reported),Vehicle,74475,"HEATER HOSES ON THE INVOLVED VEHICLES MAY HAVE BEEN DAMAGED DURING INSTALLATION, RESULTING IN SHORTER SERVICE LIFE.",,HEATER HOSES WILL BE REPLACED ON ALL INVOLVED VEHICLES FREE OF CHARGE. -01/20/1978,78V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V015000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,36611,FUEL LEAKAGE MAY OCCUR IN THE ENGINE BAY AT FUEL LINE CONNECTIONS OR AT THE FUEL PUMP.,,"THE DEALER WILL INSPECT THE FUEL LINES AND FUEL PUMP AND WILL REPLACE THEM, IF NECESSARY, WITHOUT CHARGE." -01/20/1978,78V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V016000),"AUSTIN ROVER CARS NA, INC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20661,"THE FUEL TANK VENT HOSE COULD CRACK AND ALLOW FUMES TO ENTER THE TRUNK AREA, ESPECIALLY WHILE FILLING THE FUEL TANK. THESE FUMES COULD PERMEATE THE TRUNK AREA AND ENTER THE PASSENGER COMPARTMENT.",,DEALER WILL REPLACE FUEL PUMPS ON ALL AFFECTED VEHICLES WITHOUT CHARGE TO OWNERS. -01/20/1978,78V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V014000),JAGUAR ROVER TRIUMPH INC.,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,36931,THE POSSIBILITY EXISTS THAT THE THROTTLE MECHANISM MAY FAIL TO CLOSE EFFICIENTLY. THIS COULD CAUSE THE DRIVER TO LOSE CONTROL OF ENGINE SPEED.,,DEALER WILL CHECK THE LINKAGE FOR PROPER OPERATION AND INSTALL A NEW ABUTMENT BRACKET WASHER FREE OF CHARGE. -01/20/1978,78V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V013000),JAGUAR ROVER TRIUMPH INC.,LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,107950,"THE HEADLAMP SWITCHES MAY MALFUNCTION ON THE INVOLVED VEHICLES. SHOULD THIS OCCUR, LOSS OF HEADLAMP AND TAILLAMP ILLUMINATION MAY RESULT. SWITCH BREAKAGE WILL ONLY OCCUR WHEN THE SWITCH IS BEING TURNED ON OR OFF.",,DEALER WILL REPLACE THE DEFECTIVE SWITCH AT NO CHARGE. -01/20/1978,78V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V011000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:WINDSHIELD WASHER:PUMP,VISIBILITY,NR (Not Reported),Vehicle,12565,THERE MAY BE A MALFUNCTION OF THE WINDSHIELD WASHER PUMP DUE TO ITS POSITION IN THE ENGINE BAY.,,"DEALER WILL REPOSITION THE WINDSHIELD WASHER PUMP. PUMPS WILL ALSO BE REPLACED ON CERATIN VEHICLES, WITHOUT CHARGE TO OWNERS." -01/20/1978,78V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V012000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,41363,"THERE MAY BE A MALFUNCTION IN THE WINDSHIELD WIPER SYSTEM DUE TO ANY OF THE FOLLOWING: (1) INCORRECT TIGHTENING OF THE WIPER WHEEL BOXES DURING VEHICLE ASSEMBLY, (2) EXCESSIVELY HIGH FRICTION/DRAG OF WIPER BLADES OR (3) WATER ENTRY INTO WINDSHIELD WIPER MOTOR.",,DEALER WILL LUBRICATE AND RETIGHTEN WIPERS AND FIT THE WIPER WHEELBOXES WITH SPACERS. A PROTECTIVE SHROUD WILL ALSO BE FITTED OVER THE WIPER MOTOR TO PREVENT WATER ENTRY. -01/19/1978,78V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V010000),"FIAT MOTORS OF N.A., INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,26600,THERE MAY BE BREAKAGE IN THE SPRIRAL-SHAPED SPRING MOUNTED ON THE CARBURETOR THROTTLE CONTROL LEVER. THIS WILL AFFECT THE RESPONSIVENESS OF THE ACCELERATOR PEDAL TO DRIVER PRESSURE AND COULD AFFECT ENGINE CONTROL.,,THE DEALER WILL REPLACE THE THROTTLE CONTROL LEVER SYSTEM WITH THE SYSTEM IN CURRENT PRODUCTION. -01/16/1978,78V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V008000),"TRANSIT MANUFACTURING,INC",BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,527,"THE INVOLVED VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""MODULATED EMERGENCY BRAKING"". THE ""O"" RINGS IN THE SHUTTLE VALVE MAY DEVELOP SLIGHT LEAKS IN COLD WEATHER. IN ADDITION, NEOPRENE WASHERS USED ON THESE ""O"" RINGS MAY EVENTUALLY EXPAND OR PUCKER IN COLD CLIMATES, MAKING IT POSSIBLE FOR THE SHUTTLE PISTON TO BECOME TRAPPED BY THE INNER-CIRCUMFERENCES OF THE WASHERS. THIS WOULD FORCE THE EMERGENCY BRAKES TO THE ""ON"" POSITION AND WOULD PREVENT THEM FROM BEING RELEASED.",,THE DEALER WILL REPLACE THE TWO NEOPRENE WASHERS WITH GLASS FILLED TEFLON WASHERS THAT WILL NOT BE AFFECTED BY COLD CLIMATES. -01/16/1978,78V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V009000),HERDAN CORPORATION,BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,65,"THE INVOLVED VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 122, ""MOTORCYCLE BRAKE SYSTEMS"" AND 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THE PROPER LABELS IDENTIFYING THE IGNITION, TURN SIGNAL (LEFT AND RIGHT), TACHOMETER, HORN, AND LIGHTS HAVE BEEN OMITTED. THE FUEL TANK IS NOT PROPERLY LABELED AND THE ENGINE STOP SWITCH MUST BE INSTALLED AND IDENTIFIED.",,DEALER WILL INSTALL THE REQUIRED LABELS AND PLACARDS TO COMPLY WITH THE STANDARDS. -01/16/1978,78V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V007000),MARMON MOTOR COMPANY,POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:RIGID,POWER TRAIN,NR (Not Reported),Vehicle,56,"ON THE THREADED END OF THE CLUTCH ROD AT THE REINFORCEMENT PLATE, THE WELDING MAY CRACK AND LEAD TO CLUTCH ROD FAILURE. IF FAILURE WERE TO OCCUR, THE DRIVER WOULD NOT BE ABLE TO DISENGAGE THE CLUTCH. THIS WOULD RESULT IN LOSS OF POWER TO THE DRIVE TRAIN.",,THE DEALER WILL REPLACE THE CLUTCH ROD WITH A TYPE HAVING A DIFFERENT CONFIGURATION. -01/10/1978,78V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V004000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,185000,"BECAUSE OF ITS POSITION, THE WIRING ASSEMBLY MAY CHAFE AGAINST THE COWL-TO-BRAKE PEDAL SUPPORT BRACE WHICH IS LOCATED UNDER THE INSTRUMENT PANEL.",,"THE DEALER WILL INSTALL PROTECTIVE SHIELDS ON THE BRAKE PEDAL SUPPORT BRACE AND PERFORM REPAIRS, IF NECESSARY." -01/10/1978,78V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V005000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,4869,THE ENGINE COOLING FAN BLADES MAY CRACK FROM VIBRATIONAL MOTION. BLADE FRAGMENTS MAY SEPARATE WITHOUT PRIOR WARNING FROM A CRACKED BLADE WHILE THE VEHICLE IS IN OPERATION.,,"THE DEALER WILL REPLACE EXISTING FAN WITH A SERVICE FAN OF A NEW DESIGN, AT NO CHARGE." -01/10/1978,78V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V006000),"Rolls-Royce Motor Cars, Ltd.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,900,THE VEHICLE MAY REMAIN ON AUTOMATIC CRUISE CONTROL EVEN WHEN DRIVER ATTEMPTS TO BRAKE. THIS MALFUNCTION MAY OCCUR WITHOUT PRIOR WARNING.,,"AS A TEMPORARY SOLUTION, DEALER WILL REMOVE THE SLEEVE BALL CHAIN LINKING THE BELLOWS VACUUM ASSEMBLY TO THE ACCELERATOR THROTTLE LINKAGE." -01/10/1978,78E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78E002000),ARVINMERITOR AUTOMOTIVE,WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Equipment,2200,"ON THE INVOLVED VEHICLES, CASTING DEFICIENCES EXIST IN THE AREA OF THE WHEEL MOUNTING FLANGE OR THE INNER WHEEL BEARING. WHEN A FLANGE FAILURE OCCURS, THE FLANGE, ALONG WITH THE WHEEL AND TIRE, BECOME DISENGAGED FROM THE VEHICLE AND MAY ROLL FREE. WHEN A BARREL SECTION FAILURE OCCURS, THE HUB IS RETAINED ON THE AXLE SPINDLE BY THE WHEEL BEARING ADJUSTING NUT. CONTINUED OPERATION MAY THEN LEAD TO HUB FAILURE, PROGRESSIVE DAMAGE TO THE HUB, AND EVENTUALLY, SEPARATION OF THE HUB, WITH THE WHEEL AND TIRE, FROM THE VEHICLE.",,"DEALER WILL INSPECT AND REPLACE ALL DEFECTIVE HUBS WITH HUBS OF AN IMPROVED DESIGN, WITHOUT CHARGE." -01/07/1978,78T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78T002000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,1351,"THE INVOLVED TIRES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THE TIRES HAVE INSUFFICIENT INNER LINER THICKNESS WHICH MAY ALLOW PLY OR TREAD SEPARATION TO TAKE PLACE. THIS COULD LEAD TO AIR LOSS.",,"THE INVOLVED TIRES WILL BE REPLACED FREE OF CHARGE BY THE DEALER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -01/01/1978,78V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=78V025000),CHAMPION HOME BLDR. CO.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,160,THE BRACKETS USED TO MOUNT THE AUXILIARY FUEL TANKS MAY HAVE BEEN INADEQUATELY WELDED TO THE CHASSIS FRAME RAIL.,,"THE DEALER WILL SECURE THE AUXILIARY FUEL TANK TO THE FRAME WITH TWO STEEL BANDS OR STRAPS, BOLTED TO THE FRAME RAIL AND FLOOR JOIST." -12/30/1977,77V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V245000),"Volkswagen Group of America, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,219000,THE ACCELERATOR CABLE ASSEMBLY IN THE INVOLVED VEHICLES COULD FAIL PREMATURELY UNDER CERTAIN OPERATING CONDITIONS. THIS WOULD EITHER PREVENT THE ACCELERATOR PEDAL FROM RETURNING TO THE IDLE POSITION OR CAUSE A LOSS OF ADEQUATE ENGINE POWER.,,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW ACCELERATOR CABLE, WITHOUT CHARGE TO OWNER." -12/30/1977,77V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V246000),"Volkswagen Group of America, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,68000,"ON THE INVOLVED VEHICLES, THE ROLLER BEARING INSIDE THE STEERING GEAR BOX COULD BECOME DISLOCATED. THIS COULD CAUSE LOOSENESS AND EXCESSIVE PLAY IN THE STEERING SYSTEM.",,"DEALER WILL INSTALL A LOCK PLATE TO ENSURE THAT THE ROLLER BEARING STAYS IN ITS DESIGNED POSITION, WITHOUT CHARGE TO OWNER." -12/28/1977,77V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V244000),"Volkswagen Group of America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,11800,"THE INVOLVED VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". LABELS INSTALLED ON BRAKE FLUID RESERVOIRS MAY NOT CONTAIN THE REQUIRED BRAKE FLUID WARNING TEXT. LACK OF THIS INFORMATION MAY LEAD TO THE USE OF IMPROPER BRAKE FLUID WHEN THE BRAKE SYSTEM IS SERVICED.",,"OWNER WILL BE SENT THE CORRECT LABEL FOR SELF-INSTALLATION OR, IF PREFERRED, INSTALLATION BY THE DEALER." -12/28/1977,77V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V242000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1300000,"ON THE INVOLVED VEHICLES, THE CARBURETOR ACCELERATOR PUMP SEAL CAN BECOME DISTORTED DUE TO CONTACT WITH CERTAIN TYPES OF GASOLINE. NORMALLY, WHEN THE ACCELERATOR PEDAL IS DEPRESSED, THE ACCELERATOR PUMP IS ACTIVATED TO PROVIDE ADDITIONAL GASOLINE REQUIRED FOR ACCELERATION. A DISTORTED SEAL HOWEVER, MAY PREVENT THE PUMP FROM DELIVERING THE PROPER AMOUNT OF FUEL.",,THE DEALER WILL REPLACE THE CARBURETOR ACCELERATOR PUMP SEAL WITH A NEW SEAL HAVING IMPROVED DISTORTION RESISTANCE AND WILL ENSURE PROPER ADJUSTMENT. THIS WILL BE DONE FREE OF CHARGE. -12/28/1977,77V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V233000),Honda (American Honda Motor Co.),FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1390000,"ON THE INVOLVED VEHICLES THERE IS A POSSIBILITY THAT, IF INVOLVED IN A COLLISION, THE RIDER COULD IMPACT THE HINGED FUEL FILLER CAP IN SUCH A MANNER AS TO ACTUATE THE RELEASE LEVER AND OPEN THE CAP. THIS WOULD RESULT IN A GASOLINE LEAK.",,"DEALER WILL REPLACE THE ORIGINAL FUEL FILLER CAP LATCH WITH A LOCKING DEVICE, WITHOUT CHARGE." -12/28/1977,77V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V234000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2340,ON THE INVOLVED VEHICLES A DEFECT MAY EXIST IN THE ACCELERATOR LINKAGE BALL JOINTS WHICH COULD CAUSE BINDING AND MAY LOCK THE ACCELERATOR CONTROL IN A PARTIALLY OR FULLY OPEN THROTTLE POSITION.,,"DEALER WILL REPLACE DEFECTIVE BALL JOINTS, FREE OF CHARGE." -12/28/1977,77V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V243000),"General Motors, LLC",GM/FMVSS 201/CONSOLE LATCHING,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,575,,,"DEALER WILL REPLACE EXISTING CONSOLE WITH ONE THAT CONTAINS A LID LATCHING MECHANISM, WITHOUT CHARGE TO OWNER." -12/28/1977,77V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V232000),Ford Motor Company,LIGHTING:LAMP OR SOCKET:PARK LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2488,"THE INVOLVED VEHICLES MAY CONTAIN FRONT PARK/TURN SIGNAL LAMP ASSEMBLIES THAT MAY BE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE NON-COMPLIANCE EXISTS BECAUSE OF A POSSIBLE SEPARATION BETWEEN THE LAMP LENS AND LAMP HOUSING DUE TO VIBRATION. THIS SEPARATION COULD ALLOW MOISTURE AND DIRT ACCUMULATION TO OCCUR INSIDE THE LAMP ASSEMBLY.",,DEALER WILL INSTALL A NEW FRONT PARK/TURN SIGNAL LAMP ON EACH HEADLIGHT DOOR WITHOUT CHARGE TO OWNER. -12/28/1977,77V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V239000),"Volkswagen Group of America, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,14750,"THE END OF THE SWING LEVER SHAFT OF THE STEERING SYSTEM ON THE INVOLVED VEHICLES IS THREADED FOR THE PURPOSE OF SECURING IT TO THE FRAME OF THE VEHICLE WITH THE AID OF A SPRING WASHER AND NUT ASSEMBLY. THE END OF THIS THREAD RUNS OUT INTO A CIRCULAR GROOVE. UNDER EXTREME STEERING FORCES APPLIED DURING LOW SPEED MANEUVERS, THE SHAFT COULD BREAK AT THE POINT OF THE CIRCULAR GROOVE.",, -12/28/1977,77V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V238000),Blue Bird Body Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,6000,"ON THE INVOLVED VEHICLES, THE OPERATING MECHANISM WITHIN THE EMERGENCY DOOR LATCH OR WHEEL CHAIR LIFT DOOR LATCH COULD MALFUNCTION AND WOULD THUS PREVENT THE DOOR FROM OPERATING. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,OWNERS WILL RECEIVE REPLACEMENT LATCH ASSEMBLIES WITH INSTALLATION INSTRUCTIONS AND WILL BE REIMBURSED FOR LABOR COSTS. OLD LATCHES SHOULD BE DESTROYED AFTER REMOVAL. -12/28/1977,77V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V240000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1207458,"ON THE INVOLVED VEHICLES, THE HOOD SECONDARY CATCH SYSTEM MAY BE MISALIGNED WHICH MAY CAUSE THE SECONDARY CATCH TO MALFUNCTION. CONSEQUENTLY, THE HOOD MAY NOT BE SECURELY LATCHED.",,"DEALER WILL ADJUST THE CATCH SYSTEM TO FULLY SECURE THE HOOD, WITHOUT CHARGE." -12/28/1977,77V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V235000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,7525,"THE INVOLVED VEHICLES MAY CONTAIN A POOR QUALITY OR AN INSUFFICIENT WELD OF THE BRAKE GROUP MOUNTING FLANGES TO THE AXLE HOUSING. THIS COULD LEAD TO THE FLANGE BREAKING LOOSE FROM THE HOUSING, ALLOWING THE BRAKE GROUP TO TURN WITH THE BRAKE DRUM ON BRAKE APPLICATION. THIS WILL CUT THE BRAKE LINES TO THE BRAKE GROUP AND MAY CAUSE PARTIAL LOSS OF BRAKING CAPABILITY.",,"DEALER WILL REWELD THE BRAKE FLANGES CORRECTLY, WITHOUT CHARGE TO OWNER." -12/28/1977,77V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V236000),WHITE MOTOR CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,4731,"ON THE INVOLVED VEHICLES, THE WINDSHIELD WIPER LINKAGE ARM MAY BREAK AT THE PIVOT PIN WELD AREA. THIS WOULD RENDER BOTH THE RIGHT AND LEFT HAND WIPERS INOPERATIVE.",,DEALER WILL INSTALL A NEW WIPER LINKAGE WITH PIN COLLAR SUPPORT WITHOUT CHARGE TO OWNER. -12/28/1977,77V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V237000),WHITE MOTOR CORPORATION,WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,888,THE ALUMINUM HUBS ON THE INVOLVED VEHICLES MAY BE SUBJECT TO FAILURE DUE TO CRACKS THAT MAY DEVELOP AROUND THE BASE OF THE INNER BEARING CUP. THESE CRACKS MAY SPREAD AROUND THE BARREL OF THE HUB AND MAY LEAD TO FRACTURE AND HUB SEPARATION. THE SEPARATED HUB IS RETAINED ON THE AXLE SPINDLE BY THE WHEEL BEARING ADJUSTING NUT.,,"DEALER WILL INSPECT AND WILL REPLACE FRONT AXLE ALUMINUM HUBS WITH STEEL ONES, WITHOUT CHARGE." -12/28/1977,77V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V241000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,3000,"THE WHEEL HUB NUTS ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN ADEQUATELY STAKED TO THE WHEEL SPINDLE. AS A RESULT, THE STAKED NUTS MAY LOOSEN WITH LOSS OF CLAMPING LOAD ON THE FRONT WHEEL BEARING AND LOOSENING OF FRONT WHEELS.",,"DEALER WILL INSPECT THE FRONT WHEEL HUB NUTS FOR PROPER CONFIGURATION AND WILL CORRECT BY RE-WORKING AS FOUND NECESSARY, WITHOUT CHARGE TO OWNER." -12/27/1977,77E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E029000),AMER. SAFETY EQUIP. CORP.,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,1613,"THE INVOLVED HELMETS MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"", DUE TO FAILURE TO PASS THE PENETRATION TEST.",,"HELMETS SHOULD BE SENT TO THE MANUFACTURER FOR REPAIR OR REPLACEMENT, WITHOUT CHARGE TO OWNER." -12/27/1977,77V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V231000),FREIGHTLINER LLC,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,670,"THE INVOLVED VEHICLES CONTAIN DEFECTIVE BALL STUDS THAT WERE IMPROPERLY HEAT-TREATED AND THUS CONTAIN CRACKS. THESE STUDS, LOCATED IN THE PITMAN ARM, COULD EVENTUALLY FRACTURE IN THE THREADED PORTION UNDER THE RETAINING NUT.",,"THE DEALER WILL REPLACE THE DEFECTIVE PITMAN ARM BALL STUD WITH A NEW ONE, WITHOUT CHARGE." -12/27/1977,77V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V230000),DORSEY CORPORATION,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Vehicle,262,"THE INVOLVED VEHICLES MAY CONTAIN AN AXLE WHICH HAS A DEFECT IN THE RADIUS OF THE DROP. THIS AXLE MAY HAVE BECOME DEFECTIVE WHEN A MACHINE CUT WAS MADE INTO A CASTING, FORMING THE DROP CHARACTERISTIC OF THE AXLE. THIS MACHINE CUT COULD CAUSE THE AXLE TO BREAK.",,"DEALER WILL INSPECT AND, IF NECESSARY, WILL REPLACE THE AXLE WITHOUT CHARGE TO OWNER." -12/20/1977,77V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V227000),AM GENERAL LLC,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3051,"ON THE INVOLVED VEHICLES, COMBUSTIBLE MATERIAL IN THE BRAKE MASTER CYLINDER AREA AND, IN PARTICULAR, THE STOP LIGHT SWITCHES MAY POSSIBLY BECOME IGNITED. THE DEFECTIVE STOP LIGHT SWITCHES MAY GENERATE ENOUGH HEAT TO START A FIRE.",,THE DEALER WILL REPLACE BOTH ORIGINAL STOP LIGHT SWITCHES WITH ONES OF A DIFFERENT DESIGN. THIS WILL BE DONE FREE OF CHARGE. -12/20/1977,77V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V226000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2041,"ON THE INVOLVED VEHICLES INTERFERENCE MAY EXIST BETWEEN THE INSTRUMENT PANEL WIRING HARNESS AND THE CLUTCH LINKAGE. AS A RESULT OF THIS INTERFERENCE, THE HARNESS MAY BECOME CHAFED BY THE CLUTCH LINKAGE DURING NORMAL CLUTCH OPERATION. THIS CONDITION COULD LEAD TO AN ELECTRICAL FIRE SHOULD AN ELECTRICAL SHORTAGE OCCUR.",,"DEALER WILL ELIMINATE ANY INTERFERENCE BETWEEN THE CLUTCH LINKAGE AND MAIN INSTRUMENT PANEL HARNESS, WITHOUT CHARGE." -12/20/1977,77V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V228000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,"ON THE INVOLVED VEHICLES, THE ENGINE COMPARTMENT FUEL TUBE MAY HAVE BEEN MISROUTED WHICH MAY ALLOW FOR TUBE ABRASION AND SUBSEQUENT UNDERHOOD FUEL LEAKAGE.",,"DEALER WILL RE-ROUTE THE FUEL TUBE TO PRECLUDE ABRASION, WITHOUT CHARGE." -12/20/1977,77V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V229000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,3000,"ON THE INVOLVED VEHICLES, THE LOWER CONTROL ARM MAY DEVELOP CRACKS. THESE CRACKS WILL REDUCE THE STRENGTH OF THE ARM.",,"DEALER WILL INSPECT AND WILL REPLACE THE LOWER CONTROL ARM, IF NECESSARY, WITHOUT CHARGE TO OWNER." -12/20/1977,77T034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T034000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,1200,THE INVOLVED TIRES MAY DEVELOP FLEX CRACKS IN THE SIDEWALL AREA DUE TO A BUCKLED BODY PLY.,,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/20/1977,77T035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T035000),JOE ESCO TIRE CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,22,"THE INVOLVED TIRES FAILED THE MINIMUM COMPLIANCE TEST CASING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 117, ""RETREADED PNEUMATIC TIRES"", DUE TO TREAD SEPARATIONS.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -12/15/1977,77V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V220000),Ford Motor Company,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Vehicle,6000,"THE INVOLVED VEHICLES MAY CONTAIN AIR CONDITIONERS WHICH HAVE BLOWER MOTOR RESISTOR WIRES WHICH WERE IMPROPERLY ROUTED TOO CLOSE TO THE BLOWER HOUSING WALL. AS A RESULT, THE BLOWER MOTOR COULD BECOME JAMMED AND, IF THE BLOWER SWITCH IS IN EITHER THE MEDIUM OR LOW POSITION, THE POLYPROPYLENE BLOWER HOUSING COULD IGNITE.",,"DEALER WILL REPLACE THE RESISTOR ASSEMBLY WITH A TEMPERATURE PROTECTIVE THERMAL LIMITER, IF NECESSARY, WITHOUT CHARGE." -12/15/1977,77V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V221000),Ford Motor Company,AIR CONDITIONER:MOTOR:FAN,EQUIPMENT,NR (Not Reported),Vehicle,6,"THE INVOLVED VEHICLES ARE EQUIPPED WITH AIR CONDITIONING UNITS WHICH CONTAIN BLOWER MOTOR RESISTOR WIRES WHICH ARE IMPROPERLY POSITIONED. AS A RESULT, UNDER CERTAIN CONDITIONS THE POLYPROPYLENE CASE MATERIAL COULD BECOME OVERHEATED AND EVENTUALLY IGNITE, ESPECIALLY IF THE BLOWER MOTOR SWITCH IS IN THE LOW OR MEDIUM POSITION.",,DEALER WILL MODIFY THE INVOLVED UNITS AS FOUND NECESSARY. -12/15/1977,77V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V224000),WHITE MOTOR CORPORATION,BRAKES:AIR LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,27,"ON THE INVOLVED VEHICLES, THE SERVICE AND SUPPLY LINES MAY HAVE BEEN SWITCHED ON THE REAR AXLE ANTI-SKID CONTROL VALVE DURING VEHICLE ASSEMBLY. THIS FAILS TO CONFORM WITH THE PNEUMATIC TIMING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,DEALER WILL INSPECT AND WILL CONNECT THE SERVICE AND SUPPLY LINES CORRECTLY. -12/15/1977,77V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V222000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2,"THE INVOLVED VEHICLES WERE BUILT WITH AFT-OF-AXLE FUEL TANKS WHICH WERE NOT AUTHORIZED BY LIGHT TRUCK ENGINEERING. AS A RESULT, THESE VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"", DUE TO POSSIBLE FUEL TANK LEAKAGE WHEN IMPACTED FROM THE REAR.",,"DEALER WILL INSPECT AND REPLACE AFT-OF-AXLE FUEL TANK WITH THE CORRECT TANK, WITHOUT CHARGE TO OWNER." -12/15/1977,77V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V225000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,956,"THE INVOLVED VEHICLES MAY BE IN NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"", DUE TO OMISSION OF THE DRIVER""S SEAT UNDER-CAB SUPPORTS. AS A RESULT, THE DRIVER""S SEAT MAY EVENTUALLY COME LOOSE.",,"THE PROPER SUPPORTS WILL BE INSTALLED, WITHOUT CHARGE." -12/15/1977,77V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V223000),WHITE MOTOR CORPORATION,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,8,"ON THE INVOLVED VEHICLES, THE MOUNTING TABS USED TO MOUNT THE FIFTH WHEEL ASSEMBLY TO THE CHASSIS IN PLACE OF THE NORMAL CONTINUOUS ANGLE CONSTRUCTION COULD CRACK. THESE CRACKS CAN DEVELOP IN THE AREAS WHERE THE TABS ARE WELDED TO THE SIDE OF THE FIFTH WHEEL ASSEMBLY. IF THESE CRACKS GO UNDETECTED, THE FIFTH WHEEL COULD EVENTUALLY SEPARATE FROM THE CHASSIS.",,DEALER WILL MODIFY THE FIFTH WHEEL MOUNTING WITHOUT CHARGE TO OWNER. -12/14/1977,77V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V219000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,40000,"THE INVOLVED VEHICLES ARE IN NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"". THE THROTTLE CABLE PLASTIC SLEEVE ON THESE VEHICLES, WHICH IS ATTACHED TO THE FIREWALL, COULD BREAK AT THE GROOVE FOR THE RETAINING CIRCLIP ALLOWING THE BUFFER SPRING THERE TO EXPAND AND CAUSE AN INCREASE IN ENGINE SPEED. ALSO, THE THROTTLE CABLE COULD BECOME FRAYED BY CHAFING AGAINST INCORRECTLY EXPOSED REINFORCING MATERIAL FROM THE CABLE SHEATH, AT THE ENGINE END OF THE CABLE. THE CABLE COULD THEN BECOME STUCK AT ANY ENGINE SPEED.",,"DEALER WILL REPLACE THE ACCELERATOR CABLE AND RETAINING BRACKET AND INSTALL NEW RETURN SPRINGS, IF NECESSARY, AT NO COST TO OWNER." -12/14/1977,77V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V217000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,413,"THE INVOLVED VEHICLES ARE IN NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""ANCHORAGE OF SEATS"", DUE TO THE POSSIBILITY FOR THE FRONT SEATS TO SEPARATE FROM THE SEAT ADJUSTER TRACKS. THE SEPARATION MAY OCCUR BECAUSE THE NUTS ON THE SEAT FRAME CAN BE PULLED TOTALLY OR PARTIALLY THROUGH THE SEAT FRAME SINCE THE SPACERS USED BETWEEN THE ADJUSTER AND THE SEAT FRAMES DO NOT PROVIDE ADEQUATE SUPPORT OF THE NUT MOUNTING SURFACES.",,"DEALER WILL, IF NECESSARY, REPLACE THE FRONT SEAT ATTACHMENT NUTS FREE OF CHARGE." -12/14/1977,77V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V216000),"General Motors, LLC",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,351,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""ANCHORAGE OF SEATS"", DUE TO POSSIBLE FAILURE OF THE SEAT POST ATTACHMENT AT THE FLOOR IN THE EVENT OF AN ACCIDENT. THESE VEHICLES HAVE OVERSIZED BOLT HOLES IN THE FLOOR PAN WHICH MAY ALLOW THE SEAT ATTACHING NUTS TO PASS THROUGH THEM AND THUS TIGHTEN AGAINST THE BOTTOM OF THE SEAT BASE INSTEAD OF THE LONGITUDINAL SILL.",,"DEALER WILL INSTALL A STEEL REINFORCEMENT PLATE ON THE BOTTOM SURFACE OF THE LONGITUDINAL SILL, AT NO COST TO OWNER." -12/14/1977,77V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V218000),Ford Motor Company,STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,40000,"ON THE INVOLVED VEHICLES, THE MANUAL STEERING GEARS MAY CONTAIN STEERING GEAR RECIRCULATORY BALLS THAT COULD FRACTURE. THIS FRACTURING IS A RESULT OF IMPROPER HEAT-TREATMENT DURING MANUFACTURE AND CAN EVENTUALLY CAUSE INCREASED STEERING EFFORT.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE BALL BEARINGS OF THE STEERING GEAR, WITHOUT CHARGE TO OWNER." -12/12/1977,77V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V215000),"FLEETWOOD ENTERPRISES, INC.",LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,3800,THE L.P. GAS SHUTOFF VALVES ON THE INVOLVED VEHICLES MAY HAVE BEEN DAMAGED DURING INSTALLATION OF THE REFRIGERATOR. THIS COULD CAUSE GAS LEAKAGE INTO THE REFRIGERATOR COMPARTMENT.,,"DEALER WILL INSPECT AND TEST VALVE FOR LEAKS AND REPLACE WITH A NEW VALVE, IF NECESSARY, AT NO CHARGE TO OWNER." -12/08/1977,77V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V214000),"Volkswagen Group of America, Inc.",FUEL:CARBURETOR:SINGLE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,"ON THE INVOLVED VEHICLES, THE VACUUM LINE CONNECTING THE CARBURETOR AND THE THERMO VALVE MAY HAVE BEEN IMPROPERLY INSTALLED. THIS CONDITION MAY PREVENT THE THROTTLE LINKAGE PLATE FROM RETURNING TO ITS IDLE POSITION.",,"THE DEALER WILL REPLACE THE VACUUM HOSE WITH A LONGER VERSION HOSE, REROUTING AND SECURING IT, WITHOUT CHARGE TO OWNER." -12/08/1977,77T033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T033000),MANSFIELD TIRE & RUBBER C,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1807,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES MAY DEVELOP CRACKS AT THE CENTER GROOVE OF THE TREAD, WHICH COULD LEAD TO TREAD SEPARATION.",,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -12/04/1977,77V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V001000),"COACHMEN INDUSTRIES, INC.",LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,2066,"ON THE INVOLVED VEHICLES, THE THREADED STUDS WHICH SECURE THE L.P. TANK MOUNTING SYSTEM COULD FAIL. CONSEQUENTLY, THE L.P. TANK MAY DROP TO GROUND.",,"THE DEALER, FROM WHOM THE VEHICLE WAS PURCHASED, WILL INSTALL TWO METAL STRAPS UNDER THE L.P. TANK, SECURING THEM WITH BOLTS THROUGH THE VEHICLE FLOOR. THIS WILL BE DONE WITHOUT CHARGE." -12/02/1977,77E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E028000),Maxon Lift Corp.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,450,THE TWO PIECE PARALLEL ARMS MAY CONTAIN DEFECTIVE WELDS IN BOTH THE RIGHT AND LEFT ARMS OF THE LIFT GATE.,,TWO PIECE WELDED PARALLEL ARMS WILL BE REPLACED WITH A ONE-PIECE UNIT. -12/01/1977,77E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E027000),ARVINMERITOR AUTOMOTIVE,WHEELS:SINGLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Equipment,20586,"THE INVOLVED HUBS MAY DEVELOP CRACKS IN THE AREA OF THE WHEEL MOUNTING FLANGE. EVENTUALLY, THE HUB COULD FAIL CAUSING THE FLANGE ALONG WITH THE WHEEL AND TIRE TO BECOME DISENGAGED FROM THE VEHICLE AND ROLL IN AN UNCONTROLLED MANNER.",,DEALER WILL INSPECT AND REPLACE SUSPECT FRONT AXLE HUBS WITHOUT CHARGE. -11/29/1977,77V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V213000),PETERBILT MOTOR COMPANY,SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,200,THE INVOLVED VEHICLES WERE ASSEMBLED WITH FRONT AXLE U-BOLTS WHICH WERE FABRICATED FROM DEFECTIVE RAW MATERIAL AND COULD CRACK. THIS COULD LEAD TO FAILURE OF THE U-BOLTS AND SEPARATION OF THE STEERING AXLE FROM THE TRUCK CHASSIS.,,"DEALER WILL INSPECT AND REPLACE U-BOLTS AS FOUND NECESSARY, AT NO COST TO OWNER." -11/29/1977,77T032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T032000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,790,"THE INVOLVED TIRES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"", DUE TO AN UNDERCURE CONDITION IN THE TREAD AREA. CONTINUED USE COULD RESULT IN TREAD CHUNKING OR TREAD SEPARATION, LEADING TO AIR LOSS.",,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/28/1977,77V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V212000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24000,THE FUEL TUBES (FUEL TANK TO PUMP) ON THE INVOLVED VEHICLES MAY BE ROUTED SUCH THAT TUBE TO UNDERBODY REINFORCEMENT FLANGE INTERFERENCE MAY RESULT DURING VEHICLE OPERATION. TUBE ABRASION CAUSED BY SUCH INTERFERENCE MAY RESULT IN FUEL LEAKAGE.,,"DEALER WILL REROUTE THE FUEL TUBE OR INSTALL A NEW FUEL TUBE, IF DAMAGED, WITHOUT CHARGE TO OWNER." -11/28/1977,77V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V211000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,22000,THE COLUMNS MAY CONTAIN STEERING SHAFTS IN WHICH THE STEERING COLUMN COUPLING ROLL PIN RETAINING NOTCH WAS MACHINED TOO DEEP. THIS MAY CAUSE THE STEERING WHEEL SHAFT TO BECOME DISENGAGED FROM THE REST OF THE STEERING ASSEMBLY.,,"DEALER WILL INSTALL A COTTER PIN THROUGH THE ROLL PIN TO ENSURE RETENTION, AT NO COST TO OWNER." -11/25/1977,77V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V210000),Ford Motor Company,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2901,THE ELECTRONIC ENGINE CONTROL (EEC) WIRING HARNESS MAY BE MISROUTED. THIS MISROUTING MAY CAUSE THE SPEED CONTROL SERVO ARM TO BE HELD OPEN DUE TO MECHANICAL INTERFERENCE WHEN THE SPEED CONTROL IS ENGAGED. THIS CAUSES A PARTIALLY OPEN THROTTLE CONDITION THAT CANNOT BE CANCELLED BY DRIVER ACTIONS NORMALLY USED TO SHUT OFF THE SPEED CONTROL SYSTEM.,,"DEALER WILL INSPECT AND WILL CORRECT THE ROUTING OF THE SPEED CONTROL WIRING HARNESS, IF NECESSARY, WITHOUT CHARGE TO OWNER." -11/23/1977,77V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V209000),STARCRAFT COMPANY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1530,"THESE VEHICLES MAY NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". THE EXISTING CERTIFICATION LABELS SHOW GROSS VEHICLE WEIGHT AS 2680 LBS. RATHER THAN 2630 LBS. IF VEHICLE IS LOADED TO THE MAXIMUM WEIGHT STATED ON THE LABEL, OVERLOADING COULD LEAD TO TIRE TREAD SEPARATIONS.",,DEALER WILL INSTALL A CERTIFICATION LABEL SHOWING THE PROPER GROSS VEHICLE WEIGHT RATING AT NO COST TO OWNER. -11/22/1977,77V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V207000),OUTBOARD MARINE CORP.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1800,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". THESE VEHICLE DO NOT HAVE THE REQUIRED TAIL LAMPS, STOP LAMPS, LICENSE PLATE LAMP, REFLEX REFLECTORS, SIDE MARKER LAMPS, AND TURN SIGNAL LAMPS.",,DEALER WILL EITHER FURNISH THE OWNER WITH A LIGHTING KIT OR WILL INSTALL A LIGHTING KIT WITHOUT CHARGE TO OWNER. -11/22/1977,77V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V208000),"BROUGHAM INDUSTRIES, INC.",LPG FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,100,"THE BRASS COMPRESSION COUPLER USED TO JOIN TWO HALVES OF LIQUID PROPANE GAS MANIFOLD BETWEEN THE FRAME MEMBERS BELOW THE FLOOR, CAN BE THE SOURCE OF A LIQUID PROPANE GAS LEAK WHEN SUBJECTED TO OVER-THE-ROAD ENVIRONMENTAL CONDITIONS.",,DEALER WILL INSTALL AN APPROVED TYPE COUPLING WITHOUT CHARGE TO OWNER. -11/21/1977,77V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V206000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,223,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THESE VEHICLES DO NOT MEET THE 0.550 SECOND BRAKE RELEASE TIMING REQUIREMENT.",,DEALER WILL INSTALL A NEW TRACTOR PROTECTION VALVE WITHOUT CHARGE TO OWNER. -11/21/1977,77V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V204000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,11,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 207, ""SEATING SYSTEMS"", AND 210, ""SEAT BELT ASSEMBLY ANCHORAGES"". VEHICLES EQUIPPED WITH VIKING T-BAR SEATS HAVE THE SEAT BELT ANCHORAGE LOCATED UNDER THE SEAT. THE TETHER BELT RUPTURED WHEN SUBJECTED TO THE FORCES REQUIRED IN THE SAFETY TEST.",,"DEALER WILL RELOCATE THE TETHER BELT FLOOR ANCHORAGE TO CORRECT THE PROBLEM, WITHOUT CHARGE TO OWNER." -11/21/1977,77V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V205000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,7400,"A DEFICIENCY EXISTS IN THE WELDS SECURING THE REAR SPRING INSULATOR BRACKET TO THE AXLE HOUSING. THIS IS DUE TO IMPROPER POSITIONING OF THE WELD, IN RELATIONSHIP TO THE BRACKET AND AXLE HOUSING. FAILURE OF THE WELDS WOULD CAUSE SEPARATION OF THE SPRING INSULATOR BRACKET AND THE AXLE HOUSING, RESULTING IN IMPROPER ALIGNMENT OF THE AFFECTED AXLE.",,DEALER WILL REWELD THE INSULATOR SPRING BRACKET AT NO COST TO OWNER. -11/18/1977,77V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V203000),Mazda North American Operations,FUEL:CARBURETOR:DOUBLE:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2034,"THE FUEL BLIND PLUG ON THE CARBURETOR MAY FAIL DUE TO IMPROPER SEALING. THIS COULD RESULT IN FUEL LEAKAGE AND AN ENGINE COMPARTMENT FIRE, IF FUEL REACHES THE HEATED COMPONENTS.",,"DEALER WILL APPLY SEALANT TO THE BLIND PLUG SECTION OF THE CARBURETOR, WITHOUT CHARGE TO OWNER." -11/16/1977,77V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V202000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1402,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". THESE FRONT HYDRAULIC BRAKE HOSES MAY FAIL UNDER PRESSURE OF BRAKE APPLICATION DUE TO USE OF IMPROPERLY PROCESSED MATERIAL. PARTIAL LOSS OF BRAKING CAPABILITY AND INCREASE IN STOPPING DISTANCES WILL RESULT.",,DEALER WILL INSPECT AND WILL REPLACE DEFECTIVE BRAKE HOSES WITHOUT CHARGE TO OWNER. -11/16/1977,77V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V201000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,800000,"AN INTERRUPTION OF THE MAIN ELECTRICAL POWER FEED CIRCUIT FROM THE BATTERY AND ALTERNATOR MAY OCCUR DUE TO SEPARATION OF A TERMINAL CONNECTION IN THE WIRING CIRCUIT. THE TERMINAL END OF THE POWER FEED WIRE COMING FROM THE COMPARTMENT MAY SEPARATE FROM ITS MATING TERMINAL ON THE WIRE GOING INTO THE PASSENGER COMPARTMENT AT THE MULTIPLE CIRCUIT CONNECTOR (KNOWN AS THE BULKHEAD CONNECTOR) LOCATED ON THE LEFT (DRIVER""S) SIDE OF THE ENGINE COMPARTMENT FIREWALL.",,DEALER WILL REPAIR THE ENGINE COMPARTMENT POWER FEED CIRCUIT WIRE BY INSTALLING AN OVERLAY WIRE ROUTED AROUND THE BULKHEAD CONNECTOR. -11/16/1977,77V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V200000),"General Motors, LLC",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,4504,"THE REAR WHEEL MOUNTING BOLTS ON THE AFFECTED VEHICLES, ARE BRITTLE AND THEREFORE MAY FRACTURE. THIS BRITTLENESS IS DUE TO IMPROPER HEAT TREATMENT DURING MANUFACTURE. IF THE BOLTS BREAK, THE TIRE AND WHEEL ASSEMBLY MAY SEPARATE FROM THE VEHICLE.",,"DEALER WILL INSPECT AND, IF NECESSARY, WILL REPLACE DEFECTIVE BOLTS ON ALL AXLES AND THE TEN REAR AXLE WHEEL MOUNTING BOLTS, FREE OF CHARGE." -11/15/1977,77V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V198000),Ford Motor Company,FUEL:CARBURETOR:SINGLE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,30000,"ON THE INVOLVED VEHICLES, LEAKAGE MAY OCCUR AT THE THREADED CARBURETOR-TO-FUEL FILTER CONNECTION ON THE SUSPECT CARBURETORS. THIS IS DUE TO AN IMPROPERLY MACHINED CARBURETOR FUEL INLET CONNECTION.",,"DEALER WILL INSPECT AND, IF NECESSARY, WILL REPLACE THE CARBURETOR WITHOUT CHARGE TO OWNER." -11/15/1977,77V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V196000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,154,"THE DUST TUBE PORTION OF THE ACCELERATOR CABLE ASSEMBLY ON THE INVOLVED VEHICLES MAY BIND DUE TO IMPROPER CRIMPING OF THE CABLE ASSEMBLY DURING MANUFACTURE. AS A RESULT, THE RETURN RATE OF THE THROTTLE MAY BE SLOWED OR THE THROTTLE MAY BE PREVENTED FROM CLOSING PROPERLY. IN THIS CONDITION, A VEHICLE SPEED OF 30 T0 40 MPH COULD BE MAINTAINED WITHOUT DEPRESSING THE ACCELERATOR PEDAL.",,"DEALER WILL INSPECT AND, IF NECCESSARY, WILL REPLACE THE ACCELERATOR CABLE ASSEMBLY, WITHOUT CHARGE TO OWNER." -11/15/1977,77V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V197000),Ford Motor Company,VISUAL SYSTEMS:GLASS:WINDOW:TAILGATE AND BACK DOOR,VISIBILITY,NR (Not Reported),Vehicle,63,"ON THE INVOLVED VEHICLES, TEMPERED GLASS MAY HAVE BEEN INSTALLED IN THE REAR DOORS INSTEAD OF LAMINATED GLASS. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". ONE PURPOSE OF THE STANDARD IS TO MINIMIZE THE LIKELIHOOD OF OCCUPANTS BEING EJECTED FROM A BUS IN THE EVENT OF A COLLISION.",,"DEALER WILL INSTALL LAMINATED GLASS IN PLACE OF TEMPERED GLASS IN THE REAR DOOR, WITHOUT CHARGE TO OWNER." -11/15/1977,77V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V199000),Ford Motor Company,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,400,"THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH CAST ALUMINUM WHEELS WITH INADEQUATE LUG NUT COUNTERBORE DEPTHS. THIS CONDITION MAY NOT PROVIDE SUFFICIENT LUG NUT THREAD ENGAGEMENT. THE LUG NUTS MAY LOOSEN AND FALL OFF, ALLOWING THE WHEEL TO SEPARATE FROM THE VEHICLE.",,"DEALER WILL INSPECT AND, IF NEESSARY, WILL REPLACE THE WHEELS WITHOUT CHARGE TO OWNER." -11/11/1977,77V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V195000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,511,"ON THE INVOLVED VEHICLES, THE CAB FIREWALL CAN CONTACT AND EVENTUALLY CUT THROUGH THE STEERING SHAFT.",,"DEALER WILL INSPECT AND, IF NECESSARY, MODIFY THE FIREWALL TO PROVIDE ADEQUATE CLEARANCE AND REPLACE THE STEERING SHAFT, WITHOUT CHARGE." -11/11/1977,77T031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T031000),ARMSTRONG RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,2247,"THE INVOLVED TIRES FAIL TO MEET THE STRENGTH REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". THESE TIRES ARE MORE SUSCEPTIBLE TO ROAD HAZARD DAMAGE, ESPECIALLY UNDER ADVERSE CONDITIONS OF OVERLOAD, HIGH SPEED AND UNDER-INFLATION.",,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/09/1977,77T030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T030000),Cheng Shin Rubber/Maxxis International,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,5000,"THE INVOLVED TIRES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO OMISSION OF REQUIRED TIRE LABELING.",,DEALER WILL PROVIDE THE MISSING LABEL INFORMATION WITHOUT CHARGE TO OWNER. -11/09/1977,77T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T029000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,365,THE INVOLVED TIRES MAY HAVE INSUFFICIENT RUBBER GAUGE ON THE TREAD AREA. THIS CAN CAUSE TREAD SEPARATION AND UNDER CONTINUED USE CAN CAUSE TREAD CHUNKING AND AIR LOSS.,,"DEALER WILL REPLACE INVOLVED TIRES FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -11/04/1977,77E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E026000),MIDLAND INTERNAT. CORP.,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,67,"ON THE INVOLVED VEHICLES, THE ""O"" RING SEAL WHICH THE CHECK VALVE SEALS ON IN THE POWER PISTON OF THE HYDRAULIC CYLINDER MAY FAIL. THIS FAILURE CAN CAUSE LOSS OF BRAKE HOLDING CAPABILITY BUT WILL NOT AFFECT THE PERFORMANCE OF THE SERVICE BRAKES.",,"DEALER WILL INSPECT AND WILL REPLACE THE EXISTING UNIT WITH A NEW ONE, WHEN AVAILABLE, OR REFUND THE PURCHASE PRICE." -11/03/1977,77E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E024000),"LEAR SIEGLER, INC.",SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Equipment,5318,"PIVOT CONNECTION LOCK NUTS ON THE INVOLVED SUSPENSION SYSTEMS MAY NOT HAVE BEEN PROPERLY TIGHTENED. THE NUT COULD FALL OFF THE BOLT IF NOT RETORQUED AFTER A SHORT PERIOD OF TIME IN SERVICE. THE BOLT HEAD CAN THEN MOVE OUT OF POSITION FAR ENOUGH TO MAKE CONTACT WITH THE EDGE OF THE TREAD ON THE INSIDE DUAL TIRE, WHICH CAN DESTROY THE TIRE. HOWEVER, IF THE PIVOT BOLT WAS INCORRECTLY INSTALLED WITH THE BOLT HEAD AWAY FROM THE TIRE, IT MAY FALL OUT, ALLOWING THE EQUALIZING BEAM TO SEPARATE FROM THE FRAME BRACKET. IF OTHER SUSPENSION COMPONENTS, SUCH AS THE AXLE CONNECTION, ARE WORN AND NOT MAINTAINED, LOSS OF THE PIVOT BOLT WILL LEAD TO VEHICLE INSTABILITY.",,DEALER WILL INSTALL REPLACEMENT LOCK NUTS AND TIGHTEN THEM TO THE PROPER SPECIFICATIONS WITHOUT CHARGE. -11/03/1977,77E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E025000),ALCOA AL. CO. OF AMER.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,300,"THE INVOLVED WHEELS FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO IMPROPER RIM SIZE MARKING.",,"THE IMPRORERLY MARKED WHEELS WILL BE CORRECTED BY REMOVING THE IMPRESSION STAMPED CHARACTER "".5"" FOLLOWING THE NUMERICAL CHARACTERS 22." -11/02/1977,77E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E023000),ME,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,200,"THE INVOLVED SLIDE-IN CAMPERS MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK-CAMPER LOADING"", DUE TO AN INCORRECT EQUIPMENT CERTIFICATION LABEL ATTACHED TO THE EXTERIOR OF THE CAMPER NEXT TO THE ENTRY DOOR. THE WEIGHT LISTED ON THIS LABEL IS LESS THAN THE ACTUAL WEIGHT OF THE CAMPER.",,"OWNED WILL RECEIVE, FREE OF CHARGE, A CORRECT EQUIPMENT CERTIFICATIN LABEL TO BE PLACED OVER THE OLD LABEL." -11/01/1977,77V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V193000),"Mercedes-Benz USA, LLC",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,710,"THESE VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THE FRONT TURN SIGNAL LAMPS DO NOT CONTAIN THE MINIMUM EFFECTIVE PROJECTED ILLUMINATION AREA OF 12 SQUARE INCHES.",,"THE DEALER WILL MOUNT TWO ADDITIONAL TURN SIGNAL LAMPS ON THE FRONT BUMPER TO PROVIDE THE NECESSARY ILLUMINATION, WITHOUT CHARGE TO OWNER." -11/01/1977,77V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V194000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,5685,"ON THE INVOLVED VEHICLES, THE STEERING COLUMN ADAPTER CAN CONTACT AND EVENTUALLY CUT THROUGH THE STEERING SHAFT.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING SHAFT, WITHOUT CHARGE TO OWNER." -10/25/1977,77V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V186000),Motor Coach Industries,BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1182,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE TWO ""O"" RINGS THAT ARE SUPPLIED ALONG WITH THE NEW SHUTTLE VALVES ARE OF A BUNA ""V"" QUALITY. THESE RINGS ARE FULLY FUNCTIONAL IN NORMAL CLIMATE CONDITIONS, HOWEVER, IN EXTREMELY COLD ENVIRONMENTS, SLIGHT LEAKS MAY DEVELOP. THIS VALVE ACTS AS A SEAL BETWEEN THE CYLINDER HEADS OF THE SHUTTLE VALVE AND THE PISTON. IN TIME THIS SEAL MAY EXPAND OR ""PUCKER UP"", MAKING IT POSSIBLE FOR THE SHUTTLE TO BECOME TRAPPED IN AN EMERGENCY BRAKING SITUATION.",,"THE DEALER WILL REPLACE ALL DEFECTIVE ""O"" RINGS WITH ONES HAVING EXTREME COLD RESISTANCE PROPERTIES." -10/25/1977,77V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V188000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1225000,"ON THE INVOLVED VEHICLES, DAMAGE TO THE FRONT WHEEL BRAKE HYDRAULIC SYSTEM COULD OCCUR DUE TO FRONT WHEEL BRAKE LINE TUBE CORROSION. FRONT WHEEL BRAKE HOSES MAY BECOME BRITTLE AND CRACK DUE TO PROLONGED OPERATION IN COLD TEMPERATURES.",,"THE DEALER WILL REPLACE BOTH FRONT HOSES IF FOUND NECESSARY AND IN ADDITION, WILL INSTALL A PLASTIC SHIELD BETWEEN THE BATTERY THERMO-GUARD AND THE TUBES TO PREVENT CORROSION." -10/25/1977,77V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V191000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,6500,"THE SEAT BELTS ON THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 208, ""OCCUPANT CRASH PROTECTION"", AND 209, ""SEAT BELT ASSEMBLIES"". THE NON-CONFORMITY EXISTS BECAUSE WHEN THE DRIVER""S SEAT IS ADJUSTED TO THE FULL FORWARD POSITION, THE SEAT CUSHION IS ADJUSTED TO MAXIMUM ELEVATION, AND THE SEAT BACK IS TILTED TO THE FULLY UPRIGHT POSITION, THE SEAT BELTS ARE NOT LONG ENOUGH TO ACCOMMODATE SOME DRIVERS.",,"DEALER WILL REPLACE ANY SEAT BELT ASSEMBLY THAT IS DETERMINED TO BE INSUFFICIENT, WITHOUT CHARGE TO OWNER." -10/25/1977,77V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V192000),BEATRICE FOODS COMPANY,LPG TANK ASSEMBLY,EQUIPMENT,NR (Not Reported),Vehicle,6381,"THE L.P. GAS BOTTLE HOLD-DOWN ASSEMBLY MAY HAVE BEEN INCORRECTLY INSTALLED ON THE INVOLVED VEHICLES. AS A RESULT, THE L.P. GAS BOTTLES MAY SHAKE LOOSE FROM THE ASSEMBLY AND FALL FROM THE TRAILER FRAME.",,"DEALER WILL INSTALL A NEW STOP PIN TO PROPERLY SECURE THE HOLD-DOWN ASSEMBLY, WITHOUT CHARGE TO OWNER." -10/25/1977,77V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V185000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,19000,"ON THE INVOLVED VEHICLES, THE PARK ACTUATION SUPPORT PLATES ARE DEFECTIVE DUE TO THEIR SUSCEPTIBILITY TO CRACKING DUE TO IMPROPER HEAT TREATMENT DURING MANUFACTURE. AS A RESULT, FRAGMENTS FROM A BROKEN PLATE CAN BECOME LODGED IN THE TRANSMISSION PARKING PAWL MECHANISM. THIS COULD PREVENT THE TRANSMISSION PARKING PAWL FROM ENGAGING WHEN THE SELECTOR LEVER IS PLACED IN THE ""PARK"" POSITION, OR PREVENT THE PAWL FROM BEING DISENGAGED FROM THE PARK GEAR.",,"THE DEALER WILL REPLACE THE PARK ACTUATION CAM SUPPORT PLATES, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -10/25/1977,77V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V187000),Ford Motor Company,STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,1885,"ON THE INVOLVED VEHICLES, THE STEERING TIE ROD AND LINK ASSEMBLIES WITH ADJUSTING SLEEVE CLAMPS MAY HAVE BEEN IMPROPERLY MANUFACTURED. THE CLAMPS CONTAIN A SHARP DIE MARK WHICH COULD CAUSE THE CLAMP TO FRACTURE WHEN THE CLAMP BOLT IS TIGHTENED TO SPECIFICATIONS. THE CLAMP COULD BREAK AND CAUSE SEPARATION OF THE TIE ROD ADJUSTING SLEEVES.",,"THE DEALER WILL REPLACE THE STEERING TIE ROD ADJUSTING SLEEVE AND CLAMP ASSEMBLY, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -10/25/1977,77V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V190000),"Rolls-Royce Motor Cars, Ltd.",STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,724,"ON THE INVOLVED VEHICLES, ANY OF THE FOUR BOLTS MAY BECOME LOOSE OR DETACHED FROM THE TRACK ROD ADJUSTER.",,"DEALER WILL TIGHTEN THE TRACK ADJUSTING CLAMP BOLTS, IF NECESSARY, WITHOUT CHARGE." -10/25/1977,77V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V189000),Ford Motor Company,TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,5000,"THE INVOLVED VEHICLES ARE EQUIPPED WITH SAFETY COMPLIANCE CERTIFICATION LABELS AND INCOMPLETE VEHICLE DOCUMENTS THAT INDICATE THAT THE GROSS AXLE WEIGHT RATING (GAWR) IS APPROXIMATELY 0.6 TO 6.0 PERCENT GREATER THAN THE COMBINED LOAD CAPACITY OF THE TIRES AT THE SPECIFIED TIRE INFLATION PRESSURE. THIS FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NOS. 120, ""AIR BRAKE SYSTEMS"", AND 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", OR 109, ""NEW PNEUMATIC TIRES"".",,"OWNER WILL RECEIVE CORRECT LABELS BY MAIL, FREE OF CHARGE." -10/19/1977,77V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V184000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1125,"ON THE INVOLVED VEHICLES, THE TWO GUIDE BOLTS FOR EACH OF THE LEFT AND RIGHT SIDE FREE-FLOATING FRONT BRAKE CALIPERS MAY NOT HAVE BEEN TIGHTENED ACCORDING TO SPECIFICATIONS DURING ASSEMBLY.",,"THE DEALER WILL TIGHTEN THE FRONT BRAKE CALIPER GUIDE BOLTS TO SPECIFICATIONS, FREE OF CHARGE, WHERE FOUND NECESSARY." -10/19/1977,77V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V183000),"General Motors, LLC",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,133419,"ON THE INVOLVED VEHICLES, CERTAIN FUEL HOSE CONNECTIONS BETWEEN THE GAS TANK AND THE ENGINE FUEL RAIL MAY LEAK DUE TO FUEL HOSE DETERIORATION.",,"THE DEALER WILL INSTALL NEW RUBBER FUEL HOSE CONNECTIONS, IF FOUND NECESSARY, FREE OF CHARGE." -10/19/1977,77T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T028000),GENERAL TIRE & RUBBER CO.,TIRES:TUBE,TIRES,NR (Not Reported),Tire,8480,THE INVOLVED TIRES MAY CONTAIN A FAULTY SPLICE WHICH MAY RESULT IN AIR LOSS.,,"DEALER WILL REPLACE ALL INVOLVED RADIAL TUBES, INCLUDING DISMOUNTING AND REMOUNTING, FREE OF CHARGE, WITHIN 90 DAYS OF RECALL NOTIFICATION." -10/18/1977,77E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E022000),KYSOR INDUSTRIAL CORP.,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,26365,FLUID WAS FORMULATED TO BE SOLD AND USED IN AIR-CONTROLLED RADIATOR SHUTTER SYSTEMS AND NOT IN AIR BRAKE SYSTEMS. USE OF THIS FLUID IN THE AIR BRAKE SYSTEM CAN CAUSE DAMAGE TO RUBBER AIR BRAKE COMPONENTS.,,CAUTIONARY LABELS WILL BE AFFIXED TO PRODUCT CONTAINERS WARNING AGAINST THE USE OF THIS FLUID IN THE BRAKE SYSTEM. -10/18/1977,77V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V182000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18500,"ON THE INVOLVED VEHICLES, THE TWO RUBBER ELBOWS, LOCATED AT EACH END OF THE PLASTIC PIPE LEADING FROM THE THROTTLE VALVE BODY HOUSING TO THE BRAKE BOOSTER VACUUM PUMP, MAY BE DAMAGED AS A RESULT OF IMPROPER CLAMP INSTALLATION.",,"THE DEALER WILL REPLACE THE RUBBER ELBOW CONNECTIONS AND INSTALL NEW TYPE CLAMPS, WITHOUT CHARGE TO OWNER." -10/17/1977,77V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V181000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,636,"THE REAR BRAKE WHEEL CYLINDER RETAINER ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN PROPERLY INSTALLED. SHOULD THE WHEEL CYLINDER RETAINER BECOME COMPLETELY DISENGAGED, THE WHEEL CYLINDER COULD MOVE OUTBOARD CAUSING A LOSS OF BRAKE FLUID AND A LOSS OF REAR BRAKING ACTION.",,"THE DEALER WILL REPOSITION THE REAR WHEEL BRAKE CYLINDER RETAINERS, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -10/17/1977,77V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V180000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,21980,"THE DEFICIENCY EXISTS IN THE FRONT AXLE FORGED ALUMINUM HUBS. THE DEFICIENCY WHICH IS IN THE BARREL SECTION BETWEEN THE INNER AND OUTER BEARING, MAY RESULT IN CRACKS WHICH COULD LEAD TO HUB FAILURE. WHEN HUB FAILURE OCCURS, THE SEPARATED HUB IS RETAINED ON THE AXLE SPINDLE BY THE WHEEL BEARING AND ADJUSTING NUT.",,"THE DEALER WILL REPLACE THE FORGED ALUMINUM HUBS WITH STEEL HUBS, AT NO CHARGE." -10/14/1977,77V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V177000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,300,AN AIR LINE COUPLING IN THE MAIN AIR SUPPLY LINE FROM THE FOOT VALVE TO THE REAR AXLE HAS BEEN IMPROPERLY TIGHTENED AND MAY RESULT IN AIR LINE COUPLING DISCONNECTION.,,"THE DEALER WILL TIGHTEN THE AIR LINE CONNECTION, AT NO CHARGE TO OWNER." -10/14/1977,77V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V179000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,241,"THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH A FUEL SUPPLY TUBE, ROUTED IN SUCH A WAY THAT IT INTERFERES WITH THE FRAME CROSSMEMBER BRACKET. THIS TUBE IS LOCATED BETWEEN THE FUEL PUMP AND THE FUEL FILTER.",,"THE DEALER WILL INSPECT THE INVOLVED VEHICLES TO ENSURE ADEQUATE FUEL TUBE AND FRAME CROSSMEMBER BRACKET CLEARANCE. THE DEALER WILL ALSO MAKE SURE THAT THE TUBE IS SECURELY CLIPPED TO MAINTAIN CLEARANCE TO THE BRACKET AS WELL AS OTHER ENGINE COMPONENTS. IF THE FUEL SUPPLY TUBE IS FOUND TO BE DAMAGED FROM THIS CONTACT WITH THE CROSSMEMBER BRACKET, IT WILL BE REPLACED AT NO CHARGE." -10/14/1977,77V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V178000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,330468,"THE ACCELERATOR PEDAL ROD IN COMBINATION WITH THE PEDAL INSTALLED ON THE INVOLVED VEHICLES MAY CUT THROUGH THE FLOOR PAN RUBBER MAT OR CARPET INTO THE THICK RESILIENT INSULATION PAD UNDERNEATH DURING HEAVY OR REPEATED FULL THROTTLE APPLICATIONS. AS A RESULT, THE ACCELERATOR PEDAL ROD MAY CATCH IN THE MAT OR CARPET, PREVENTING THE THROTTLE FROM RETURNING TO IDLE WHEN THE DRIVER""S FOOT IS REMOVED FROM THE PEDAL.",,DEALER WILL INSTALL A NEW ACCELERATOR PEDAL AND RETAINER DESIGNED TO PREVENT THE ACCELERATOR PEDAL ROD FROM CUTTING THE RUBBER MAT OR CARPET. THIS WILL BE PERFORMED WITHOUT CHARGE. -10/14/1977,77V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V176000),"Chrysler (FCA US, LLC)",STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,600,"THE STEERING COLUMNS ON THE INVOLVED VEHICLES MAY HAVE BEEN MISASSEMBLED, RESULTING IN THE MASTER SERRATION FOR STEERING WHEEL INDEXING BEING MISLOCATED BY 180 DEGREES. THE TIE ROD MAY HAVE BEEN ADJUSTED IN ATTEMPTING TO OVERCOME THIS CONDITION AND THIS MAY HAVE CAUSED INSUFFICIENT TIE ROD THREAD ENGAGEMENT TO THE SLEEVE ATTACHMENT.",,DEALER WILL REPLACE THE LOWER STEERING SHAFT ASSEMBLY WITH A CORRECTLY INDEXED ASSEMBLY WHICH WILL LOCATE THE STEERING WHEEL IN THE CORRECT POSITION. TIE ROD ASSEMBLY WILL ALSO BE INSPECTED AND ADJUSTED TO ENSURE PROPER THREAD ENGAGEMENT. -10/13/1977,77V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V175000),"Volkswagen Group of America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,78,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THE INVOLVED VEHICLES WERE INADVERTENTLY EQUIPPED WITH A BRAKE FLUID CONTAINER CAP ON WHICH THE WARNING TEXT WAS PRINTED IN GERMAN.",,"THE DEALER WILL INSTALL A SUPPLEMENT LABEL, PRINTED IN ENGLISH, ON THE BRAKE FLUID CONTAINER, DISPLAYING THE REQUIRED STATEMENT, FREE OF CHARGE." -10/12/1977,77V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V173000),"Mack Trucks, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,48000,"THE FLEX BLADE FANS ON THE INVOLVED VEHICLES MAY DEVELOP CRACKS IN THE LAMINATED STIFFENER AS A RESULT OF FATIGUE DURING OPERATION. IF SUCH A CONDITION EXISTS AND THE CRACKS GO UNDETECTED, CONTINUED OPERATION COULD CAUSE PIECES OF THE STIFFENER TO BREAK OFF.",,"DEALER WILL REPLACE THE ORIGINAL FAN WITH A STEEL FIXED BLADE FAN, FREE OF CHARGE." -10/12/1977,77V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V174000),"Mack Trucks, Inc.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,6591,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEATBELT ASSEMBLIES"". ALTHOUGH THE SEATBELTS IN QUESTION PERFORMED MARGINALLY WITH RESPECT TO THE 5000 LB. LOAD REQUIREMENT, ADDITIONAL TESTING CONFIRMED THAT THE ANCHOR COULD FAIL, ALLOWING EITHER THE ANCHOR TO SLIP OVER THE HOLD-DOWN NUT OR THE ANCHOR TO SEPARATE INTO TWO PIECES.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE SEAT BELT ASSEMBLIES WITHOUT CHARGE TO OWNER." -10/12/1977,77V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V170000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,41000,"ON SOME OF THE INVOLVED VEHICLES, THE TRANSMISSION PARKING PAWL MAY NOT ENGAGE THE PARKING GEAR WHEN THE TRANSMISSION SELECTOR LEVER IS PLACED IN THE ""PARK"" POSITION. THIS CONDITION IS ATTRIBUTABLE TO EXCESSIVE FREE PLAY IN THE TRANSMISSION SHIFT LINKAGE ADJUSTMENT.",,"DEALER WILL INSPECT AND PROPERLY ADJUST THE SHIFT LINKAGE, AT NO CHARGE." -10/12/1977,77V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V169000),Ford Motor Company,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,13707,THE PITMAN ARM TO STEERING GEAR ATTACHMENT NUTS MAY NOT HAVE BEEN PROPERLY TIGHTENED ON THE INVOLVED VEHICLES. THE NUT COULD COME OFF DURING VEHICLE OPERATION.,,DEALER WILL TIGHTEN THE PITMAN ARM ATTACHING NUT TO THE CORRECT SPECIFICATIONS WITHOUT CHARGE TO OWNER. -10/12/1977,77V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V171000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT,SUSPENSION,NR (Not Reported),Vehicle,17,"THE INVOLVED VEHICLES WERE ASSEMBLED WITH A STANDARD FRONT SUSPENSION ASSEMBLY, INSTEAD OF THE SPECIFIED HEAVY-DUTY FRONT SUSPENSION. OPERATION OF VEHICLE WHILE CARRYING THE MAXIMUM RATED LOAD MAY LEAD TO DETERIORATION AND EVENTUAL FAILURE OF FRONT SUSPENSION COMPONENTS.",,DEALER WILL INSTALL THE PROPER FRONT SUSPENSION COMPONENTS WITHOUT CHARGE TO OWNER. -10/12/1977,77V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V172000),"General Motors, LLC",WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,685,THE FRONT AXLE ALUMINUM HUBS ON THE INVOLVED VEHICLES MAY CONTAIN A DEFICIENCY IN THE BARREL AREA BETWEEN THE INNER AND OUTER BEARINGS WHICH MAY RESULT IN CRACKS WHICH COULD EVENTUALLY LEAD TO HUB FAILURE.,,"DEALER WILL INSPECT AND REPLACE FRONT AXLE ALUMINUM HUBS WITH STEEL HUBS, WITHOUT CHARGE TO OWNER." -10/10/1977,77V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V168000),FMC CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1050,"ON THE INVOLVED VEHICLES, THE FOUR STEERING CONTROL TUBES IN THE STEERING LINKAGE ASSEMBLY MAY BE SUBJECT TO FATIGUE FAILURE DUE TO LOW MATERIAL STRENGTH. SHOULD THIS FAILURE OCCUR, STEERING CONTROL WOULD BE SERIOUSLY LIMITED.",,"DEALER WILL INSTALL IMPROVED STEERING CONTROL TUBES OF HIGHER MATERIAL STRENGTH AND INCREASED WALL THICKNESS, WITHOUT CHARGE TO OWNER." -10/06/1977,77V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V167000),"Subaru of America, Inc.",STRUCTURE:TAILGATE ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,42256,"ON THE INVOLVED VEHICLES, THE TAILGATE LATCH AND LATCH STRIKER MAY NOT BE PROPERLY ADJUSTED. THE TAILGATE MAY NOT BE SECURELY LATCHED AND MAY COME OPEN DURING VEHICLE OPERATION.",,DEALER WILL INSTALL A NEW LATCH ASSEMBLY WITHOUT CHARGE TO OWNER. -10/06/1977,77T027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T027000),Cooper Tire & Rubber Co.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,158,THE INVOLVED TIRES MAY DEVELOP SEPARATION IN THE SHOULDER AND TREAD AREA WHEN RUN IN AN OVERLOADED OR UNDER-INFLATED CONDITION. CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND THE TUBELESS LINER TO TEAR AND LOSE INFLATING AIR.,,DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/05/1977,77V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V166000),"Porsche Cars North America, Inc.",HEATER:EXHAUST MANIFOLD:DEFROSTER:DEFOGGER:HOSE:DU,VISIBILITY,NR (Not Reported),Vehicle,2800,THE INSTALLATION OF THE VPC AIR CONDITIONER REQUIRES REPLACEMENT OF THE STANDARD HEATER HOSE WITH A SPECIAL HOSE. THIS HOSE MAY HAVE BEEN PUSHED TOO FAR INTO THE HEAT EXCHANGER AND MAY COME INTO CONTACT WITH THE EXHAUST PIPE.,,DEALER WILL REPLACE THE ALUMINUM-PAPER-ALUMINUM HOSE WITH AN ALL-ALUMINUM HOSE WITHOUT CHARGE TO OWNER. -10/03/1977,77V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V165000),CMI CORPORATION,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,55,"THE POSSIBILITY EXISTS THAT DUE TO WELD FAILURES, A STRUCTURAL WEAKNESS MAY DEVELOP AT THE SUB-FRAME ASSEMBLY AND REAR MAIN DECK CONNECTION OF THE INVOLVED VEHICLES.",,"DEALER WILL INSPECT AND REWELD THE MAIN DECK CONNECTION TO PRECLUDE FAILURE, WITHOUT CHARGE." -10/03/1977,77T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T025000),OHTSU,TIRES,TIRES,NR (Not Reported),Tire,2700,"THESE TIRES WERE ORIGINALLY INTENDED FOR SALE INTO THE AGRICULTURAL MARKET IN SOUTH ASIA AND WERE INADVERTENTLY IMPORTED INTO THE U.S. TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". TIRES MAY FAIL IF USED IN HIGHWAY DRIVING IN AN OVERLOADED OR UNDER-INFLATED CONDITION.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -10/03/1977,77T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T026000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,574,"THE INVOLVED TIRES MAY FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES FAILED PREMATURELY DUE TO DEVELOPMENT OF STRUCTURAL COMPONENTS SEPARATION IN THE BEAD AREA OF THE TIRE, ADJACENT TO THE RIM, RESULTING IN AIR LOSS.",,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES, IF TIRES WERE ORIGINALLY BALANCED, WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -09/28/1977,77V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V164000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,385,"AN INCORRECT O-RING MAY HAVE BEEN INSTALLED IN THE REAR BRAKE MASTER CYLINDER. THIS COULD ALLOW AIR LEAKAGE INTO THE REAR BRAKE SYSTEM, POSSIBLY RESULTING IN LOSS OF REAR BRAKING EFFECTIVENESS.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT MASTER CYLINDER O-RING WITHOUT CHARGE TO OWNER." -09/27/1977,77V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V163000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,31979,"THE REAR AXLE SHAFTS ON THE INVOLVED VEHICLES MAY HAVE A FLAW IN THE METAL. AS A RESULT, THE SHAFT MAY BREAK, WHICH WOULD ALLOW THE TIRE AND WHEEL ASSEMBLY TO SEPARATE FROM THE VEHICLE.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL ONE OR BOTH NEW REAR AXLE SHAFTS, WITHOUT CHARGE TO OWNER." -09/27/1977,77T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T024000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,2621,"THE INVOLVED TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES MAY DEVELOP TREAD OR BELT SEPARATIONS DUE TO INADEQUATE ADHESION PROPERTIES OF THE STEEL REINFORCING BELTS, IN COMBINATION WITH TIRE TEMPERATURES GENERATED AT SUSTAINED HIGHWAY SPEEDS.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/26/1977,77V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V162000),"General Motors, LLC",VISUAL SYSTEMS:WINDSHIELD WASHER:FLUID RESERVOIR,VISIBILITY,NR (Not Reported),Vehicle,5146,"SOME OF THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 104, ""WINDSHIELD WIPING AND WASHING SYSTEMS"". THE WINDSHIELD WASHER BOTTLE ON THE INVOLVED VEHICLES MAY CRACK AND ALLOW WASHER FLUID TO DRAIN OUT.",,"DEALER WILL INSPECT THE WASHER BOTTLE AND, IF NECESSARY, REPLACE IT WITHOUT CHARGE TO OWNER." -09/23/1977,77V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V161000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16000,"SOME OF THE INVOLVED VEHICLES MAY HAVE DEFECTIVE CARBURETORS IN WHICH, UNDER CERTAIN CIRCUMSTANCES, THE SECONDARY THROTTLE PLATES MAY STICK OPEN.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE CARBURETOR AT NO CHARGE TO OWNER." -09/22/1977,77V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V158000),Ford Motor Company,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,44638,THE FRONT DISC BRAKE ROTORS INSTALLED ON THE INVOLVED VEHICLES MAY HAVE BEEN IMPROPERLY MANUFACTURED SO THAT THEY CONTAIN CRACKS. THESE CRACKED ROTORS COULD FRACTURE DURING VEHICLE BRAKING AND CAUSE BRAKE PULL AND AFFECT VEHICLE DIRECTIONAL CONTROL.,,"DEALER WILL REPLACE BOTH FRONT DISC BRAKE ROTORS ON INVOLVED VEHICLES, WITHOUT CHARGE TO OWNERS." -09/22/1977,77V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V160000),Ford Motor Company,BRAKES:SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,72,"THE INVOLVED VEHICLES MAY HAVE BEEN INCORRECTLY EQUIPPED WITH MANUAL BRAKES INSTEAD OF POWER BRAKES. CONSEQUENTLY, A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"", MAY EXIST.",,"DEALER WILL REMOVE THE MANUAL BRAKE COMPONENTS AND INSTALL POWER BRAKE COMPONENTS ON ALL INVOLVED VEHICLES, WITHOUT CHARGE." -09/22/1977,77V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V157000),SUTPHEN CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,48,"ON THE INVOLVED VEHICLES, THE LISTED GROSS VEHICLE WEIGHT RATING (GVWR) EXCEEDS THE SUM OF THE TOTAL OF THE TIRE WEIGHT RATINGS. IF THE VEHICLE IS OPERATED AT THE MAXIMUM LOADING INDICATED ON THE CERTIFICATION LABEL FOR EXTENDED PERIODS OF TIME UNDER CERTAIN ADVERSE DRIVING CONDITIONS, TIRES COULD BECOME OVERHEATED AND EVENTUALLY FAIL.",,OWNER WILL BE MAILED A CORRECTED LABEL ALONG WITH INSTRUCTIONS FOR INSTALLATION. OWNER IS ASKED TO RETURN THE INCORRECT LABEL IN THE SELF-ADDRESSED STAMPED ENVELOPE WHICH WILL ALSO BE ENCLOSED. -09/22/1977,77V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V159000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,18,"THE INVOLVED VEHICLES MAY BE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"", DUE TO INSTALLATION OF INCORRECT REAR AXLE ASSEMBLIES. CONSEQUENTLY, EARLY REAR WHEEL LOCK-UP UNDER LIGHT LOADING CONDITIONS COULD RESULT CAUSING VEHICLE DIRECTIONAL INSTABILITY. REAR BRAKING EFFECTIVENESS WOULD ALSO BE REDUCED.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT REAR AXLE ASSEMBLY WITHOUT CHARGE TO OWNER." -09/21/1977,77V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V156000),Great Dane Trailers,BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2,"THE INVOLVED VEHICLES MAY BE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", DUE TO IMPROPER POSITIONING OF THE CONTROLLER MODULE. THIS MODULE IS MOUNTED 90 DEGREES FROM ITS PROPER ORIENTATION AND THIS CAUSES THE ANTI-LOCK SYSTEM TO BECOME INOPERATIVE. ALSO, THE BRAKE REACTION TIME MAY BE SLOW.",,INVOLVED VEHICLES WILL BE INSPECTED AND REPAIRED TO ENSURE COMPLIANCE WITH THE SAFETY STANDARD. -09/21/1977,77E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E021000),WAGNER,BRAKES:WHEEL SENSOR SPEED ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,19800,"THE INVOLVED ANTI-LOCK WHEEL SPEED SENSORS MAY CONTAIN IMPROPERLY MAGNETIZED STATOR ASSEMBLIES. THIS CONDITION COULD RESULT IN MALFUNCTION OF THE BRAKE ANTI-LOCK SYSTEM LEADING TO AN INCREASE IN VEHICLE STOPPING DISTANCES AND THE POSSIBILITY OF WHEEL LOCK-UP DURING BRAKING AT SPEEDS ABOVE 10 M.P.H., DUE TO INABILITY OF THE ANTI-LOCK SYSTEM TO PROPERLY CONTROL BRAKING PRESSURE.",,FIELD INSPECTIONS WILL BE CONDUCTED AND SUSPECT SENSOR STATORS WILL BE REPLACED WITH PROPERLY MAGNETIZED UNITS. -09/20/1977,77V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V153000),Great Dane Trailers,BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,88,"THE INVOLVED VEHICLES ARE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", DUE TO OMISSION OF A SUFFICIENT AIR RESERVOIR CAPACITY AND A QUICK RELEASE VALVE IN CONJUNCTION WITH THE PINTLE HOOK. LACK OF AIR RESERVOIR CAPACITY COULD, IN A PANIC STOP SITUATION AT HIGH SPEED OR ON A SHARP INCLINE, CAUSE ALL OF THE AIR TO BE RELEASED BEFORE THE VEHICLE IS BROUGHT TO A COMPLETE STOP. ALSO, LACK OF THE QUICK RELEASE VALVE DELAYS THE REACTION TIME BEYOND ACCEPTABLE LIMITS.",,"THE DEALER WILL INSTALL THE MISSING COMPONENTS, FREE OF CHARGE." -09/20/1977,77V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V151000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,799,THE PUSH ROD CONNECTING THE BRAKE PEDAL AND THE BRAKE BOOSTER COULD BEND UNDER EXTREME PEDAL PRESSURE AND EVENTUALLY BREAK OFF. COMPLETE LOSS OF BRAKING CAPABILITY COULD OCCUR.,,"THE DEALER WILL REPLACE THE EXISTING PUSH ROD ON INVOLVED VEHICLES WITH AN IMPROVED TYPE, WITHOUT CHARGE TO OWNER." -09/20/1977,77V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V154000),"FIAT MOTORS OF N.A., INC.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47177,"ON THE INVOLVED VEHICLES, THE REAR RUBBER SEAL OF THE BRAKE MASTER CYLINDER MAY PREMATURELY WEAR. ABNORMAL AIR INFILTRATION INTO THE HYDRAULIC SYSTEM WOULD RESULT, CAUSING SELF-BLEEDING DIFFICULTY. ALSO, LONGER BRAKE PEDAL TRAVEL WOULD BE EXPERIENCED AND COULD LEAD TO PARTIAL OR TOTAL LOSS OF ACTION ON THE FRONT END BRAKES.",,"DEALER WILL REPLACE THE BRAKE MASTER CYLINDER AND BRAKE FLUID RESERVOIR AND INSTALL A NEW TYPE OF BRAKE LEVEL WARNING INDICATOR, WITHOUT CHARGE." -09/20/1977,77V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V152000),AM GENERAL LLC,LIGHTING:GENERAL OR UNKNOWN COMPONENT:REFLECTIVE L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2397,"THE INVOLVED VEHICLES ARE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"", DUE TO OMISSION OF REAR REFLEX REFLECTORS.",,"THE DEALER WILL INSTALL THE NECESSARY REAR REFLEX REFLECTORS, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -09/20/1977,77V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V155000),FREIGHTLINER LLC,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,15000,"ON THE INVOLVED VEHICLES, THE PINCH BOLT THAT CLAMPS THE STEERING SHAFT YOKE TO THE INPUT SHAFT ON THE GEARING BOX MAY BE LOOSE. THE SPLINED SURFACES ON THE YOKE AND SHAFT COULD WEAR AS A RESULT. CONTINUED USAGE COULD CAUSE SEVERE WEAR AND EVENTUAL SLIPPAGE OF THE JOINT.",,"DEALER WILL REPLACE THE EXISTING PINCH BOLT AND NUT WITH AN IMPROVED TYPE. TO IMPROVE ACCESS TO THE BOLT, DEALER WILL ELIMINATE THE RUBBER BOOT AND REPLACE THE METAL DIRT GUARD WITH A RUBBER PROTECTIVE COVER." -09/19/1977,77V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V148000),Trailmobile Canada Limited,BRAKES:AIR RESERVOIRS (TANKS),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,67,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"", IN THAT A 3/8-INCH DIAMETER RED SYNFLEX TUBING WAS INCORRECTLY INSTALLED. THE TUBING MAY HAVE BEEN INSTALLED SO THAT THE TWO AIR RESERVOIRS ARE DIRECTLY CONNECTED AND BOTH RESERVOIRS WOULD BE AFFECTED IF SERVICE BRAKE AIR PRESSURE IS LOST. REDUCED AIR PRESSURE IN BOTH RESERVOIRS WILL NOT ALLOW THE PARKING BRAKES TO BE COMPLETEY RELEASED.",,"DEALER WILL REROUTE THE TUBING TO COMPLY WITH THE SAFETY STANDARD, AT NO CHARGE TO OWNER." -09/19/1977,77V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V147000),PETERBILT MOTOR COMPANY,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,700,"THE INVOLVED VEHICLES MAY FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICAL SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". A JUMPER WIRE WAS ERRONEOUSLY INSTALLED IN THE WARNING UNIT FOR THE WHEEL ANTI-LOCK WIRING SYSTEM. THIS DEFECT PREVENTS THE WARNING LIGHT FROM ACTIVATING IN THE EVENT OF A MALFUNCTION IN THE ANTI-LOCK SYSTEM.",,"DEALER WILL REMOVE THE JUMPER WIRE FROM THE WARNING SYSTEM, WITHOUT CHARGE TO OWNER." -09/19/1977,77V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V150000),OUTBOARD MARINE CORP.,LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2500,"THE INVOLVED VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". THIS IS DUE TO THE OMISSION OF AN ILLUMINATING INDICATOR TO WARN THE OPERATOR IF A SIGNAL LAMP BURNS OUT OR OTHERWISE FAILS TO OPERATE.",, -09/19/1977,77V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V149000),"Mack Trucks, Inc.",WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,250,"THE FRONT WHEEL ALUMINUM HUBS ON THE INVOLVED VEHICLES MAY BE SUBJECT TO CRACKS WHICH MAY PROGRESS CIRCUMFERENTIALLY AROUND THE BARREL OF THE HUB. THIS COULD LEAD TO A FRACTURE IN THE ""BARREL"" POSITION OF THE HUB AND COMPLETE HUB FAILURE.",,DEALER WILL INSTALL STEEL HUBS IN PLACE OF ALUMINUM HUBS WITHOUT CHARGE TO OWNER. -09/15/1977,77V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V145000),"General Motors, LLC",BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,185,"THE INVOLVED VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE TRAILER BRAKE CONTROL AIR LINE WAS CONNECTED TO THE FRONT BRAKE DOUBLE CHECK VALVE RATHER THAN THE STOP LAMP SWITCH DOUBLE CHECK VALVE, SUCH THAT IN THE EVENT OF A FAILURE OF THE TRUCK FRONT BRAKE SYSTEM THE TRAILER BRAKES CANNOT BE APPLIED USING THE SERVICE BRAKE CONTROL (TREADLE VALVE).",,"DEALER WILL INSPECT AND CONNECT THE BRAKE CONTROL AIR LINE TO THE PROPER VALVE, WITHOUT CHARGE TO OWNER." -09/15/1977,77V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V146000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,290000,"THE FUEL FILLER CAPS ON THE INVOLVED VEHICLES MAY FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN THE EVENT OF A REAR-END COLLISION, FUEL LEAKAGE MAY OCCUR.",,"OWNER WILL BE SENT AN IMPROVED FUEL FILLER CAP TO REPLACE THE DEFECTIVE CAP. OWNER MAY INSTALL IT HIMSELF, OR HAVE IT INSTALLED BY DEALER, WITHOUT CHARGE." -09/14/1977,77V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V144000),"Chrysler (FCA US, LLC)",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,26559,ENGINE COOLING FANS INSTALLED ON THE INVOLVED VEHICLES MAY BE SUBJECT TO BLADE SEPARATION DUE TO VIBRATIONS GENERATED DURING NORMAL OPERATION.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE FAN WITH ONE OF A DIFFERENT DESIGN." -09/14/1977,77V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V143000),JAGUAR ROVER TRIUMPH INC.,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20867,"THE INVOLVED VEHICLES ARE EQUIPPED WITH INCORRECTLY MANUFACTURED THROTTLE CONTROL CABLE ASSEMBLIES. THE CONNECTION BETWEEN THE ACCELERATOR PEDAL AND THE THROTTLE CABLE MAY BREAK, CAUSING A LOSS OF ENGINE POWER. PRIOR TO THIS, THERE MAY BE A MALFUNCTION IN ACCELERATOR PEDAL OPERATION, CAUSING THE ACCELERATOR TO STICK IN THE OPEN POSITION.",,THE DEALER WILL INSTALL AN IMPROVED THROTTLE CONTROL CABLE WITHOUT CHARGE TO OWNER. -09/13/1977,77V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V142000),PETERBILT MOTOR COMPANY,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,120,"A WIRING ADAPTER HARNESS WAS MISTAKENLY INSTALLED ON THE INVOLVED VEHICLES. THIS RESULTS IN DEACTIVATION OF THE WHEEL ANTI-LOCK SYSTEM ON THE FRONT STEERING AXLE, AND CONSEQUENTLY FAILS TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"".",,DEALER WILL REMOVE THE WIRING ADAPTER HARNESS WITHOUT CHARGE TO OWNER. -09/13/1977,77E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E020000),"Caterpillar, Inc.",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,400,"THE TOP END OF THE MAIN SPRING THAT CONTROLS THE GOVERNOR IN THE SPEED CONTROL IS POSITIONED BY A TWO-PIECE SEAT. THE INSIDE OF THIS SEAT CAN WEAR AND CAUSE THE SLEEVE PORTION OF THE SEAT TO SEPARATE FROM THE WASHER PORTION. CONSEQUENTLY, THE SLEEVE CAN DROP DOWN AND LOCK THE FUEL RACK IN THE FULLY OPEN POSITION, CAUSING ENGINE OVERSPEED.",,"DEALER WILL INSTALL AN IMPROVED SEAT ASSEMBLY AND GUIDES, WITHOUT CHARGE." -09/13/1977,77E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E019000),WHEELSPORT,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,50,"THE INVOLVED HELMETS MAY FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"". THIS IS DUE TO AN IMPROPER LINER USED IN THE HELMETS.",,"MANUFACTURER WILL REPLACE SUSPECT HELMETS WITH HELMETS THAT MEET SAFETY REQUIREMENTS, WITHOUT CHARGE." -09/13/1977,77V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V141000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,60000,"THE INVOLVED VEHICLES MAY EXPERIENCE FUEL LEAKAGE AT THE RUBBER HOSE CONNECTING THE FUEL INLET TUBE TO THE CARBURETOR FILTER. THIS LEAKAGE CONDITION IS DUE TO INSUFFICIENT INSERTION OF THE FUEL TUBE INTO THE HOSE OR IMPROPER POSITIONING OF THE HOSE CLAMP, CAUSING THE CLAMP TO BE CRIMPED DIRECTLY OVER THE FUEL TUBE BEAD.",,"DEALER WILL REPLACE THE EXISTING FUEL HOSE CLAMP WITH A SPRING-TYPE CLAMP AT THE HOSE-TO-FUEL INLET TUBE CONNECTION, AND ADJUST THE CONNECTION WHERE NECESSARY, WITHOUT CHARGE." -09/13/1977,77V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V140000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,9000,THE INVOLVED VEHICLES WERE FITTED WITH TILT STEERING COLUMNS CONTAINING TRANSMISSION CONTROL INSERTS INTENDED FOR TRUCKS RATHER THAN PASSENGER VEHICLES. THIS MAY CAUSE THE TRANSMISSION SELECTOR POINTER TO BE MISALIGNED AND THE POSSIBILITY OF STARTING THE ENGINE WHEN THE SELECTOR IS BETWEEN THE NEUTRAL (N) AND DRIVE (D) DETENTS AND THE TRANSMISSION IS IN DRIVE.,,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE TRANSMISSION SHIFT CONTROL INSERT, WITHOUT CHARGE TO OWNER." -09/13/1977,77V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V139000),Honda (American Honda Motor Co.),WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Vehicle,796,"UPON FRONT BRAKE APPLICATION, A COMBINATION OF SPEED AND SPECIAL ROAD CONDITIONS MAY CAUSE THE ALUMINUM SPOKE BLADES TO CRACK, EVENTUALLY LEADING TO COLLAPSE OF THE WHEEL.",,"THE DEALER WILL REPLACE THE FRONT WHEEL, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -09/12/1977,77E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E018000),ARVINMERITOR AUTOMOTIVE,WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Equipment,18751,"THE INVOLVED ALUMINUM HUBS MAY DEVELOP CRACKS IN THE BARREL BETWEEN THE INNER AND OUTER BEARING, WHICH COULD LEAD TO HUB FAILURE. UPON FAILURE, THE SEPARATED HUB IS RETAINED ON THE AXLE SPINDLE BY THE WHEEL BEARING ADJUSTING NUTS.",,DEALER WILL INSPECT AND REPLACE SUSPECT FRONT WHEEL HUBS WITHOUT CHARGE TO OWNER. -09/08/1977,77V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V137000),EXPLORER MOTOR HOME CORP.,LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,131,"ON THE INVOLVED VEHICLES, THE L.P. GAS LINES TO THE RANGE AND FURNACE MAY HAVE BEEN INSTALLED IN SUCH A WAY THAT BREAKS COULD OCCUR IN THE LINES DUE TO PINCHING OR KINKING.",,"DEALER WILL REPLACE AND REROUTE THE L.P. GAS LINES TO CORRECT THE PROBLEM, WITHOUT CHARGE." -09/08/1977,77V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V138000),"JUNO IND., INC.",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,330,"ON THE INVOLVED VEHICLES, THE WATER HEATER IS MOUNTED AT THE EXTREME REAR POSITION OF THE MOTORHOME. BECAUSE OF ITS POSITION, VIBRATIONS COULD CAUSE THE COPPER L.P. GAS LINE SUPPLYING THE WATER HEATER TO BREAK, ALLOWING L.P. GAS TO LEAK INTO THE INTERIOR OF THE VEHICLE.",,"DEALER WILL INSTALL A STEEL ""U"" BRACKET AND FOUR BOLTS TO REINFORCE THE WATER HEATER AND REDUCE VIBRATIONS, WITHOUT CHARGE." -09/07/1977,77V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V136000),HERDAN CORPORATION,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:LININGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15,"VEHICLES FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 122, ""MOTORCYCLE BRAKE SYSTEMS"" AND NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THE BRAKE LININGS ON THESE VEHICLES CANNOT BE CHECKED WITHOUT REMOVING THE WHEELS.",,"THE DEALER WILL DRILL A HOLE IN THE BRAKE BACKING PLATE TO FACILITATE CHECKING OF THE BRAKE LININGS. LABELS WILL BE INSTALLED TO PROPERLY IDENTIFY THE CHOKE, IGNITION SWITCH, TURN SIGNAL SWITCH, TACHOMETER, RESERVE GAS TOP, HORN, AND LIGHTS." -09/07/1977,77T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T023000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,1947,"THE INVOLVED TIRES MAY DEVELOP SEPARATION IN THE LOWER SIDEWALL AREA WHEN RUN IN AN OVERLOADED OR UNDER-INFLATED CONDITION. THIS CONDITION WILL DEVELOP A VISIBLE CIRCUMFERENTIAL CRACK OR BULGE ABOVE THE RIM FLANGE. CONTINUED OPERATION MAY CAUSE THE PLY CORDS TO PART AND EXPOSE OR PINCH THE INNER TUBE, POSSIBLY RESULTING IN LOSS OF INFLATING AIR.",,DEALER WILL REPLACE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -09/02/1977,77V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V135000),BERLINER MOTOR CORP.,INTERIOR SYSTEMS:MOTORCYCLE DISPLAYS (GAUGES),EQUIPMENT,NR (Not Reported),Vehicle,724,"THE INVOLVED VEHICLES FAIL TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"", AND NO. 122, ""MOTORCYCLE BRAKE SYSTEMS"". SOME MOPEDS DO NOT HAVE DRILLED BRAKE SHOE HOLDERS FOR BRAKE LINING INSPECTION, THE CHOKE WAS NOT LABELED, AND THE MANUAL FUEL SHUT OFF CONTROL IS NOT POSITIONED AND DOES NOT OPERATE AS REQUIRED BY THE SAFETY STANDARD.",,"DEALER WILL REPLACE OR DRILL BRAKE SHOE HOLDERS TO PERMIT INSPECTION, INSTALL A ""CHOKE"" STICKER, REPLACE AND LABEL THE FUEL SHUT OFF VALVE, AND INSTALL A LABEL CERTIFYING COMPLIANCE TO FEDERAL SAFETY STANDARDS." -09/02/1977,77V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V134000),AM GENERAL LLC,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,409,"ON THE INVOLVED VEHICLES, THE LATERAL RADIUS ROD COULD PREMATURELY FAIL, ALLOWING THE REAR AXLE TO SHIFT LATERALLY WHILE THE WHEELS ARE TURNING OR WHEN THE VEHICLE IS OPERATED OVER SEVERE BUMPS OR POT HOLES. FAILURE COULD OCCUR DUE TO A PART NUMBER STAMP THAT WAS ADDED IN THE AREA OF THE BEND ON THE ROD.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE LATERAL RADIUS ROD WITHOUT CHARGE." -09/01/1977,77V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V132000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:LININGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,89,"INCORRECT REAR BRAKE LININGS WERE INSTALLED ON THE INVOLVED VEHICLES. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 105, ""HYDRAULIC BRAKE SYSTEMS"". THE EXISTING BRAKE LININGS COULD ALLOW BRAKE FLUID TO LEAK, CAUSING PARTIAL LOSS OF BRAKING.",,"DEALER WILL REPLACE THE REAR BRAKE LINING WITH THE PROPER LINING, WITHOUT CHARGE." -09/01/1977,77V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V133000),SHASTA INDUSTRIES,LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,142,THE L.P. GAS TANKS ON THE AFFECTED VEHICLES MAY BREAK LOOSE AND FALL TO THE GROUND DUE TO SHEARING OF THE SUPPORT BRACKETS AT THE WELD SEAM.,,"DEALER WILL INSTALL FOUR BOLTS IN THE BRACKETS TO ADEQUATELY SECURE THE GAS TANK TO THE CHASSIS ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -09/01/1977,77V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V131000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:OTHER PARTS,POWER TRAIN,NR (Not Reported),Vehicle,1831,"THE PLASTIC TRANSMISSION SHIFT LINKAGE BUSHINGS INSTALLED ON THE INVOLVED VEHICLES MAY BECOME HEAT DAMAGED BECAUSE THEY ARE LOCATED NEAR THE MINI-CATALYTIC CONVERTER. THIS CONDITION COULD ALTER THE ADJUSTED RELATIONSHIP OF THE TRANSMISSION SHIFT LINKAGE, CAUSING THE TRANSMISSION TO BE IN A GEAR POSITION OTHER THAN THAT INDICATED BY THE GEAR SHIFT SELECTOR.",,DEALER WILL REPLACE THE PLASTIC BUSHINGS WITH STEEL BUSHINGS AND INSTALL RETAINING CLIPS TO ENSURE THAT SHIFT ROD IS SECURELY ENGAGED TO THE LINKAGE SYSTEM. -09/01/1977,77T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T022000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1523,"THE INVOLVED TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES MAY DEVELOP A SEPARATION OF THE STRUCTURAL COMPONENTS ADJACENT TO THE RIM.",,"DEALER WILL REPLACE THE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES, IF ORIGINAL TIRES WERE BALANCED, FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -08/29/1977,77V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V130000),STARCRAFT COMPANY,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1286,"WHEN RAISING THE ROOF, IF IT IS CRANKED PAST THE POINT WHERE THE SAFETY HOOK ENGAGES OR GOES BEYOND THE YELLOW INDICATOR MARK ON THE WINCH, THE LIFTER SYSTEM YOKE MAY FAIL AND ROOF MAY COLLAPSE.",,"DEALER WILL RETROFIT THE CAMPER WITH A NEW YOKE, FREE OF CHARGE." -08/29/1977,77V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V129000),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:REAR SEAT,SEATS,NR (Not Reported),Vehicle,928,"ON THE INVOLVED VEHICLES, BUILD-UP OF CARPET/MAT DEADENER AND INSULATION UNDER THE REAR SEAT FRAME AND SEAT BELT ANCHOR TABS MAY PREVENT THE OPTIONAL FOLDING REAR SEAT CUSHION FROM LATCHING PROPERLY. THE LATCH MAY BE ONLY PARTIALLY ENGAGED AND FAIL TO SUSTAIN THE SEAT BELT ANCHORAGE LOADING REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 210, ""SEAT BELT ASSEMBLY AND ANCHORAGES"".",,"DEALER WILL INSTALL SPACER WASHERS AT THE LATCH STRIKER ATTACHMENT TO CORRECT THE PROBLEM, WITHOUT CHARGE TO OWNER." -08/29/1977,77T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T021000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,193,"THE INVOLVED TIRES MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". TIRES FAILED TO PASS THE IMPACT STRENGTH PORTION OF THE TEST.",,"DEALER WILL REPLACE THE INVOLVED TIRES, AND MOUNT AND BALANCE NEW TIRES IF ORIGINAL TIRES WERE BALANCED, WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -08/26/1977,77V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V128000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,50,"THE CONVERTIBLE SOFA MAY CONTAIN A SINGLE SCREW THAT COULD PENETRATE THE TOP SURFACE OF THE FUEL TANK. IF THE TANK IS NEARLY FULL, RIDING OVER ROUGH ROADS COULD CAUSE FUEL TO LEAK FROM THE TANK.",,"DEALER WILL INSPECT AND REPLACE FUEL TANK, IF DAMAGED. SCREWS WILL BE REPLACED BY 1 1/2 INCH LONG SCREWS." -08/24/1977,77E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E017000),"ANNUNCIONICS, INC.",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Equipment,5000,"THE INVOLVED CRUISE CONTROLS MAY MALFUNCTION THROUGH CERTAIN TYPES OF MISUSE. IF THE ENGAGE BUTTON ON THE UNIT IS FORCED DOWN WHILE THE UNIT IS IN THE ""OFF"" POSITION (PUSHED IN), DAMAGE TO THE ELECTRICAL CONTACT INSIDE THE CONTROLLER COULD RESULT. THIS WOULD CAUSE THE UNIT TO BECOME AUTOMATICALLY ENGAGED WHENEVER THE CONTROLLER IS TURNED ON (PULLED OUT) REGARDLESS OF WHETHER THE ENGAGE BUTTON HAS BEEN PUSHED DOWN. ALTHOUGH THE UNIT WILL DISENGAGE UPON BRAKE APPLICATION, IT WILL RE-ENGAGE UPON RELEASE OF THE BRAKES.",,"THE DEALER WILL REPLACE THE DEFECTIVE UNIT, FREE OF CHARGE, WITHIN 30 DAYS OF RECEIPT." -08/24/1977,77V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V127000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,76000,"ON THE INVOLVED VEHICLES, THE BOLTS WHICH SECURE THE INTERMEDIATE (CENTER) STEERING COLUMN SHAFT TO THE UNIVERSAL JOINT YOKES MAY LOOSEN AND WEAR. FAILURE OF THE BOLTS COULD CAUSE SUDDEN SEPARATION OF THE STEERING SHAFT.",,"DEALER WILL REPLACE OR MODIFY THE CENTER STEERING SHAFT AND REPLACE THE YOKE BOLTS, WITHOUT CHARGE." -08/19/1977,77V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V126000),AM GENERAL LLC,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,2263,"ON THE INVOLVED VEHICLES, THE STEERING WHEEL RETAINER NUT AND BOTH ENDS OF THE INTERMEDIATE STEERING SHAFT ASSEMBLY UNIVERSAL JOINT RETAINING HARDWARE (CONSISTING OF THE PINCH BOLT AND NUTS), MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS. THIS WOULD ALLOW THE NUTS TO LOOSEN AND GRADUALLY BACK OFF.",,"DEALER WILL TIGHTEN ALL SUSPECT NUTS TO CORRECT SPECIFICATIONS, WITHOUT CHARGE TO OWNER." -08/17/1977,77E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E016000),"ACCESSORY DIST., INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,336,"THE INVOLVED HELMETS MAY NOT COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"".",,"SUSPECT HELMETS WILL BE REPLACED WITH HELMETS THAT MEET SAFETY REQUIREMENTS, FREE OF CHARGE." -08/16/1977,77V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V124000),Toyota Motor Corporation,ELECTRICAL SYSTEM:IGNITION:SWITCH:NEUTRAL START,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,134625,"THE NEUTRAL SAFETY SWITCH INSULATING MATERIAL MAY DETERIORATE AND CAUSE MALFUNCTION AND AN ELECTRICAL SHORT TO OCCUR, POSSIBLY RESULTING IN SWITCH SMOKING.",,DEALER WILL REPLACE THE DEFECTIVE NEUTRAL SAFETY SWITCH FREE OF CHARGE ON ALL AFFECTED VEHICLES. -08/16/1977,77V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V125000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,742000,THE ENGINE FAN BLADES ON THE INVOLVED VEHICLES MAY BE SUBJECT TO CRACKING DUE TO STRESSES GENERATED DURING NORMAL OPERATION. BLADES MAY FRACTURE AND FRAGMENTS WOULD BE PROPELLED FROM THE ROTATING FAN.,,DEALER WILL REPLACE ALL SUSPECT FANS WITHOUT CHARGE TO OWNERS. -08/15/1977,77V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V123000),HENDRICKSON MFG. CO.,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,79,THE INVOLVED VEHICLES WERE MANUFACTURED USING A STANDARD TYPE NUT TO FASTEN THE STEERING WHEEL TO THE STEERING COLUMN. THIS NUT MAY NOT HAVE BEEN TIGHTENED TO SPECIFICATIONS AND MAY BACK OFF THE STEERING COLUMN AS A RESULT. THIS WILL ALLOW THE STEERING WHEEL TO DISENGAGE FROM THE COLUMN.,,"DEALER WILL REPLACE THE STANDARD NUT WITH A SELF-LOCKING NUT THAT WILL BE TIGHTENED TO SPECIFICATIONS, WITHOUT CHARGE TO OWNER." -08/12/1977,77V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V122000),"General Motors, LLC",EQUIPMENT:ELECTRIC POWER ACCESSORIES,VISIBILITY,NR (Not Reported),Vehicle,3105,"ON THE INVOLVED VEHICLES, THE 110 VOLT AC CONDUIT ON THE GENERATOR MAY CONTACT THE POSITIVE BATTERY TERMINAL, OR THE STARTER SOLENOID POST, CAUSING A SHORT TO GROUND OF BATTERY POWER. ALSO, THE 110 VOLT AC CONDUIT AND CABLE INSULATION MAY CHAFE AGAINST THE NEGATIVE TERMINAL, CAUSING A SHORT TO GROUND OF 110 VOLT AC POWER.",,"DEALER WILL RELOCATE THE POSITIVE BATTERY TERMINAL AND PLACE A COVER OVER THE STARTER SOLENOID BATTERY POST. ALSO, THE NEGATIVE BATTERY TERMINAL POST WILL BE INVERTED SO THAT THE HEAD END IS UP. THIS WILL BE PERFORMED WITHOUT CHARGE TO OWNER." -08/12/1977,77V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V121000),FREIGHTLINER LLC,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,163,"ON THE INVOLVED VEHICLES, CRACKS MAY DEVELOP AT THE BASE OF THE INNER WHEEL BEARING CUP AND PROPAGATE CIRCUMFERENTIALLY AROUND THE BARREL OF THE HUB. A FRACTURE BETWEEN THE INNER HUB END AND THE FLANGE PORTION OF THE HUB COULD EVENTUALLY DEVELOP. FAILURE COULD OCCUR CAUSING HUB SEPARATION. CONTINUED OPERATION AFTER HUB SEPARATION HAS OCCURRED COULD RESULT IN LOCK-UP OF BRAKE ASSEMBLY, EXCESSIVE HEAT GENERATION DUE TO BRAKE LINING TO DRUM CONTACT, AND PROGRESSIVE DAMAGE TO THE HUB, CAUSING THE SEPARATED HUB WITH THE WHEEL AND TIRE TO DISENGAGE FROM THE TRUCK.",,"DEALER WILL REPLACE THE ALUMINUM HUBS WITH STEEL HUB, CUP AND STUD ASSEMBLIES, WITHOUT CHARGE TO OWNER." -08/10/1977,77V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V119000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1232,"ON THE INVOLVED VEHICLES, THE NUTS WHICH ATTACH THE BRAKE MASTER CYLINDER TO THE HYDRO-BOOST UNIT MAY HAVE BEEN OVER-TIGHTENED. THIS COULD HAVE CAUSED STRIPPED THREADS AND CRACKED ATTACHING FLANGES. SHOULD THESE NUTS FAIL, THE PARTS MAY SEPARATE AND LOSS OF SERVICE BRAKES WOULD RESULT.",,"DEALER WILL INSPECT FOR CRACKS IN THE ATTACHING FLANGES; UNITS WITH CRACKS PRESENT WILL BE REPLACED. IF NO CRACKS ARE FOUND, THE STUDS WILL BE REMOVED AND THE HOLES DRILLED OUT. THE UNIT WILL BE REASSEMBLED USING BOLTS AND NUTS IN PLACE OF THE EXISTING STUDS." -08/10/1977,77V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V120000),Harley-Davidson Motor Company,SUSPENSION:SINGLE AXLE:REAR:SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,347,"THE INVOLVED VEHICLES MAY CONTAIN INCORRECT SHOCK ABSORBER MOUNTING WASHERS. THESE INCORRECT WASHERS PREVENT EITHER THE UPPER OR LOWER SHOCK ABSORBER EYES FROM ROTATING FREELY WHEN THE SUSPENSION SYSTEM MOVES, CAUSING STRESS ON THE SHOCK ABSORBER EYE. THIS COULD LEAD TO PREMATURE FAILURE, CAUSING COLLAPSE OF THE SUSPENSION AND A LOCKED WHEEL.",,"THE DEALER WILL REPLACE THE CUPPED SHOCK ABSORBER MOUNTING WASHERS WITH FLAT ONES, WITHOUT CHARGE." -08/05/1977,77V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V118000),MIDAS INTERNATIONAL CORP.,EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,650,THE SPARE TIRE MOUNTING BRACKET ON THE INVOLVED VEHICLES MAY BE DEFECTIVE AND COULD BREAK UNDER CERTAIN STRESS CONDITIONS. THE SPARE TIRE WOULD THEN BE FREE TO FALL FROM THE VEHICLE.,,"THE DEALER WILL REMOVE THE DEFECTIVE BRACKET AND INSTALL A PROPERLY WELDED ASSEMBLY, FREE OF CHARGE." -08/05/1977,77V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V117000),"Volkswagen Group of America, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1700,"ON THE INVOLVED VEHICLES, LENSES WERE INSTALLED IN AN INVERTED POSITION. THIS FAILS TO COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"".",,"DEALER WILL REPLACE BOTH THE LEFT AND RIGHT TAIL LIGHT LENSES ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -08/03/1977,77V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V116000),PETERBILT MOTOR COMPANY,EMERGENCY PARKING BRAKE:AIR:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,207,"THE INVOLVED VEHICLES HAVE 10 DEGREE WEDGES IN THE PARKING BRAKE SYSTEM, WHICH MAY NOT BE ADEQUATE TO HOLD A LOADED VEHICLE ON A STEEP GRADE. THIS DEFICIENCY MAY LEAD TO FAILURE OF THE PARKING BRAKES.",,DEALER WILL REPLACE THE 10 DEGREE WEDGE WITH A 12 DEGREE WEDGE TO REDUCE THE CHANCES OF PARKING BRAKE FAILURE. -08/03/1977,77T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T020000),Cooper Tire & Rubber Co.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,180,"THE INVOLVED TIRES MAY BE IN NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO POSSIBLE DEVELOPMENT OF SEPARATION IN THE SHOULDER AREA WHEN RUN IN AN OVERLOADED OR UNDER-INFLATED CONDITION. CONTINUED USE MAY CAUSE THE PLY CORDS TO BREAK AND CHAFE THE INNER TUBE.",,"DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -07/28/1977,77V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V115000),"General Motors, LLC",COMMUNICATIONS:HORN ASSEMBLY:BUTTON:RING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,15484,"THE INVOLVED VEHICLES HAVE STEERING WHEEL CENTER HUBS WHICH FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 107, ""REFLECTING SURFACES"". THE HORN BUTTON CAP AND THE LOCK LEVER HAVE A BRUSHED CHROME FINISH. THE SURFACE REFLECTIVITY OF THIS FINISH ON SOME OF THESE HORN BUTTON CAPS AND LOCK LEVERS IS APPROXIMATELY TWICE THE MAXIMUM REFLECTIVITY ALLOWED BY THE STANDARD.",,DEALER WILL REPLACE THE CAP AND LEVER WITH PARTS PAINTED TO MATCH THE INTERIOR TRIM COLOR AT NO COST TO OWNER. -07/28/1977,77V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V114000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,642,"THE INVOLVED VEHICLES WERE ASSEMBLED WITH INCORRECT ATTACHING U-NUTS USED TO SECURE THE REAR BUMPER LEFT ISOLATOR AND BRACKET ASSEMBLY. IN THE EVENT OF A REAR-END COLLISION, THE U-NUTS COULD CONTACT AND CUT THE FUEL TANK, CAUSING FUEL LEAKAGE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE ATTACHING HARDWARE, WITHOUT CHARGE TO OWNER." -07/28/1977,77T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T019000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,204,THE INVOLVED TIRES MAY HAVE SUSTAINED CUTS IN THE BEAD REGION OF THE TIRE DURING THE MOUNTING PROCESS.,,"DEALER WILL INSPECT AND WILL REPLACE DEFECTIVE TIRE-WHEEL ASSEMBLIES WITHOUT CHARGE TO OWNER, WITHIN 60 DAYS OF RECALL NOTIFICATION." -07/27/1977,77V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V113000),KREIDLER IMPORT CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,245,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". TAIL, STOP AND LICENSE PLATE LIGHT ASSEMBLY WAS NOT INSTALLED AND FRONT AND REAR SIDE REFLECTORS WERE OMITTED.",,"DEALER WILL INSTALL A TAIL, STOP AND LICENSE PLATE ASSEMBLY AND FRONT AND REAR SIDE REFLECTORS WITHOUT CHARGE TO OWNER." -07/21/1977,77V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V112000),FMC CORPORATION,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,365,"ON THE INVOLVED VEHICLES, THE RUBBER CAPS ON THE POWER STEERING PUMP MAY DETERIORATE. SHOULD THIS CONDITION OCCUR, FLUIDS FROM THE POWER STEERING SYSTEM COULD BECOME LOST. THIS SUDDEN LOSS OF FLUID MAY CAUSE LOSS OF POWER STEERING.",,"DEALER WILL INSTALL NEW CAPS THAT ARE HIGHLY RESISTANT TO OIL DETERIORATION, ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -07/21/1977,77T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T018000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,100,THE INVOLVED TIRES MAY HAVE BEEN UNDERCURED DURING MANUFACTURE DUE TO A LEAK IN THE DIAPHRAGM OF THE VALVE CONTROLLING THE CIRCULATING INTERNAL HOT WATER.,,"DEALER WILL REPLACE INVOLVED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -07/15/1977,77E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E015000),UNIROYAL GOODRICH TIRE CO,BRAKES:HYDRAULIC:ANTI-SKID CONTROL MODE SOLENOID S,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,25000,"THE INVOLVED VEHICLES MAY FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THERE IS THE POSSIBILITY OF AN ELECTRICAL DISCONNECT IN ONE OF SEVERAL CAPACITORS IN THE SYSTEM.",,"DEALER WILL INSPECT AND REPLACE SUSPECT CONTROLLERS, FREE OF CHARGE." -07/15/1977,77V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V111000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12963,"ON THE INVOLVED VEHICLES, THE BRAKE MASTER CYLINDER MAY HAVE BEEN ASSEMBLED WITH RESERVOIR MOUNTING BOLTS THAT WERE IMPROPERLY PROCESSED. THIS COULD MAKE THESE BOLTS BRITTLE AND SUBJECT TO BREAKING. IF BREAKAGE OCCURS, A BRAKE FLUID LEAK MAY DEVELOP BETWEEN THE RESERVOIR AND MASTER CYLINDER. LOSS OF BRAKE FLUID WOULD ADVERSELY AFFECT VEHICLE BRAKING CAPABILITY.",,"DEALER WILL REPLACE THE MASTER CYLINDER RESERVOIR MOUNTING BOLTS WITH AN IMPROVED TYPE, WITHOUT CHARGE TO OWNER." -07/13/1977,77V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V110000),ASPLUNDH MFG. DIVISION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,350,"ON THE INVOLVED VEHICLES, ONE OF THE TWO BOLTS AND NUTS THAT SECURE THE FRONT MOUNTING ANGLE OF THE HYDRAULIC DUMP APPARATUS MAY INTERFERE WITH THE HYDRAULIC BRAKE LINE TO THE REAR WHEELS. ABRASION OF THE BRAKE LINE DUE TO NORMAL OVER-THE-ROAD VIBRATION, AND BRAKE LINE FAILURE COULD OCCUR WHICH WOULD CAUSE LOSS OF SERVICE BRAKES.",,"THE DEALER WILL REPLACE BRAKE TUBING AND WILL FASTEN FRAME CLIPS TO THE BRAKE LINE TO THE FRAME TO ASSURE PROPER CLEARANCE, IF FOUND NECESSARY." -07/13/1977,77T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T017000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,430,"THE INVOLVED TIRES MAY FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES MAY DEVELOP A SEPARATION OF THE STRUCTURAL COMPONENTS IN THE BEAD AREA OF THE TIRE, ADJACENT TO THE RIM.",,"DEALER WILL REPLACE INVOLVED TIRES AND REPLACEMENT TIRES WILL BE MOUNTED AND BALANCED, IF ORIGINAL TIRES WERE BALANCED, FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -07/11/1977,77V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V109000),WHITE MOTOR CORPORATION,BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,436,"THE INVOLVED VEHICLES MAY FAIL TO COMPLY WITH THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE BRAKES MAY FAIL TO RELEASE WITHIN THE TIME SPECIFIED BY THE STANDARD.",,"DEALER WILL INSTALL REPLACEMENT MATERIAL TO CORRECT THE BRAKE RELEASE TIMING, WITHOUT CHARGE TO OWNER." -07/08/1977,77V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V108000),Blue Bird Body Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,765,"THE FUEL TANK STRAP ENDS ON THE INVOLVED VEHICLES MAY FAIL DUE TO PREMATURE WEAR. FUEL TANK STRAP END FAILURE WOULD ALLOW THE FUEL TANK TO MOVE RELATIVE TO THE FUEL TANK ATTACHMENT BRACKETS, RESULTING IN FUEL LINE DAMAGE AND FUEL LEAKAGE. THE FUEL TANK COULD ALSO DROP TO THE GROUND.",,"OWNER WILL BE SENT NEW STRAPS AND NUTS ALONG WITH INSTRUCTIONS FOR INSTALLATION AND HAS THE OPTION OF INSTALLING IT HIM/HERSELF OR HAVING IT DONE BY THE DEALER, FREE OF CHARGE." -07/06/1977,77V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V107000),"Kawasaki Motors Corp., U.S.A.",TIRES:TUBE,TIRES,NR (Not Reported),Vehicle,3654,"ON THE INVOLVED VEHICLES, THE TUBES MAY HAVE BEEN IMPROPERLY VULCANIZED, CAUSING EITHER THE VALVE STEMS TO SEPARATE FROM THE VALVE STEM BASES, THE VALVE STEM BASES TO SEPARATE FROM THE TUBE, OR THE SEAMS OF THE TUBES TO SEPARATE. TUBE FAILURE COULD OCCUR, CAUSING A SUDDEN LOSS OF AIR.",,DEALER WILL REPLACE BOTH FRONT AND REAR TUBES ON ALL AFFECTED VEHICLES. -07/01/1977,77E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E014000),"KG ENGINEERING, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,12942,THE INVOLVED BACKREST MAY BREAK AT THE POINT WHERE THE ROUND TUBE MATERIAL IS FLATTENED TO FACILITATE MECHANICAL ATTACHMENTS TO A LUGGAGE CARRIER PRODUCED BY THE SAME MANUFACTURER. THIS CRACKING IS BELIEVED TO BE CAUSED BY MOTORCYCLE VIBRATION.,,"THE DEALER WILL INSTALL A REINFORCED DESIGN BACKREST, WHICH CAN STAND AN INCREASED LOAD, ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -07/01/1977,77V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V106000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1207,"THE STEERING BALL STUDS ON THE INVOLVED VEHICLES MAY BREAK, ALLOWING THE AUXILIARY HYDRAULIC CYLINDER TO FALL TO THE GROUND. THIS WOULD RESULT IN A PARTIAL LOSS OF POWER STEERING CONTROL.",,"THE BALL STUD ANCHOR, AUXILIARY HYDRAULIC CYLINDER AND BALL STUD SLEEVE WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -06/28/1977,77V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V103000),CHAMPION HOME BLDR. CO.,BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7,"ON THE INVOLVED VEHICLES, THE BOLTS THAT FASTEN THE FRONT DISC BRAKE CALIPER ONTO THE STEERING KNUCKLE COULD WORK LOOSE, CAUSING THE FRONT BRAKES TO EITHER LOCK-UP OR BECOME INOPERATIVE.",,THE DEALER WILL EXCHANGE THE BRAKE CALIPER BOLTS FOR IMPROVED DESIGN BOLTS THAT CONTAIN SELF LOCKING FEATURES. THIS WILL BE PERFORMED FREE OF CHARGE. -06/28/1977,77V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V104000),VESELY COMPANY,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1300,"THE ELECTRICAL COMPONENTS, (THE GREEN OR BARE CONDUCTORS AND OTHER CONDUCTORS) MAY POSSIBLY BE LOOSE OR IMPROPERLY CONNECTED. THUS THE INTENDED SHOCK PROTECTION MAY NOT BE AVAILABLE.",,DEALER WILL PERFORM ALL NECESSARY MODIFICATIONS FREE OF CHARGE. -06/28/1977,77V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V105000),"Porsche Cars North America, Inc.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,83000,"THE BATTERY COVERS ON THE INVOLVED VEHICLES MAY BE MISSING, DAMAGED, OR IMPROPERLY INSTALLED. THIS CONDITION COULD ALLOW WATER TO CONTACT THE TOP OF THE BATTERY AND MIX WITH ACID. THIS MIXURE COULD CAUSE THE FUEL HOSES TO DETERIORATE AND LEAD TO FUEL LEAKAGE.",,"DEALER WILL INSTALL A NEW BATTERY COVER AND HOLD DOWN CLAMP, AND REPLACE ALL FUEL HOSES IN THE ENGINE COMPARTMENT, WITHOUT CHARGE TO OWNER." -06/27/1977,77V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V102000),Ford Motor Company,INTERIOR SYSTEMS:INSTRUMENT PANEL:MATERIAL AND PAD,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,252000,THE INSTRUMENT PANELS ON THE INVOLVED VEHICLES CAN BE BROKEN DURING OCCUPANT IMPACT.,,"THE DEALER WILL INSTALL A FIELD-INSTALLABLE PANEL PAD, FREE OF CHARGE, ON ALL AFFECTED VEHICLES." -06/24/1977,77E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E013000),ORIENT,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Equipment,860,THE INVOLVED VEHICLES MAY CONTAIN SIDE GLASS THAT WAS INCOMPLETELY TEMPERED AND THUS IS MORE SUSCEPTIBLE TO BREAKAGE IN THE EVENT OF A VEHICLE IMPACT.,,THE DEALER WILL REPLACE DEFECTIVE GLASS WITHOUT CHARGE. -06/23/1977,77V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V101000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,480,"THE INVOLVED VEHICLES MAY BE EQUIPPED WITH FUEL TANKS THAT WERE NOT SECURELY ATTACHED TO THE VEHICLE. THE BOLTS HOLDING THESE TANKS COULD LOOSEN DUE TO VIBRATIONS, AND FUEL LEAKAGE COULD OCCUR.",,"THE DEALER WILL ENSURE THAT THE MOUNTING AND NUTS ARE SECURE, WITHOUT CHARGE TO OWNER." -06/23/1977,77V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V100000),"FLEETWOOD ENTERPRISES, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,112,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 209, ""SEAT BELT ASSEMBLIES"". THE SEAT BELTS ON THE SIDE-FACING REAR SEATS ARE ADEQUATE FOR SOME ADULTS BUT TOO SHORT TO BUCKLE AROUND ALL PASSENGERS.",,"DEALER WILL INSPECT AND, WHERE NECESSARY, INSTALL LONGER SEAT BELTS WITHOUT CHARGE TO OWNER." -06/23/1977,77T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T016000),VEITH,TIRES:PLY,TIRES,NR (Not Reported),Tire,3500,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"", DUE TO PHYSICAL SEPARATIONS THAT MAY DEVELOP IN SERVICE. EVENTUALLY, THESE SEPARATIONS MAY LEAD TO THE BREAKING AWAY OF PIECES OF THE TREAD AND SIDEWALL AREAS OF THE TIRE.",,"INVOLVED TIRES WILL BE REPLACED AND REPLACEMENT TIRES WILL BE MOUNTED AND BALANCED FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -06/22/1977,77V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V099000),Land Rover,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,164,THE OUTER RUBBER CASING OF THE FRONT BRAKE HOSES MAY BE SUBJECT TO CRACKING ADJACENT TO THE METAL END FITTINGS. THIS COULD LEAD TO LOSS OF BRAKE FLUID AND SUBSEQUENT DEGRADATION OF BRAKING CAPABILITY.,,"DEALER WILL REPLACE BOTH FRONT BRAKE HOSES, AT NO COST TO OWNER." -06/22/1977,77V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V098000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,107584,"THE FRONT SUSPENSION CONTROL ARMS WERE ASSEMBLED WITH BALL JOINTS WHICH MAY CONTAIN SOCKETS THAT WERE NOT PROPERLY HEAT-TREATED. THIS MAY CAUSE THE SOCKET TO WEAR RAPIDLY AND ALLOW THE BALL JOINT STUD TO SEPARATE FROM THE SOCKET, CAUSING EITHER THE LEFT OR RIGHT WHEEL SUSPENSION TO COLLAPSE.",,"DEALER WILL INSPECT AND, WHERE NECESSARY, WILL REPLACE THE BALL JOINTS WITHOUT CHARGE TO OWNER." -06/20/1977,77V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V097000),Ford Motor Company,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,471535,SEVEN-BLADE COOLING FANS INSTALLED ON THE INVOLVED VEHICLES MAY BE SUBJECT TO FATIGUE CRACKING OF THE BLADES DUE TO STRESSES GENERATED DURING NORMAL VEHICLE OPERATION.,,"DEALER WILL REPLACE SEVEN BLADE FAN WITH A FAN OF FIVE BLADE DESIGN, WITHOUT CHARGE TO OWNER." -06/17/1977,77V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V095000),PATHFINDER EQUIPMENT CO.,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,195,THE ATTACHING BOLTS FOR THE FRONT DISC BRAKE CALIPER MOUNTING BRACKETS MAY BECOME LOOSE. FAILURE OF THESE ATTACHING BOLTS MAY RESULT IN LOSS OF FRONT BRAKING CAPABILITY AND FAILURE OF THE WHEEL ASSEMBLY.,,"DEALER WILL INSPECT AND REPLACE DEFECTIVE BOLTS, TIGHTENING NEW BOLTS TO PROPER SPECIFICATIONS, WITHOUT CHARGE TO OWNER." -06/17/1977,77V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V094000),"BMW of North America, LLC",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1835,"THE FILLER CAPS WHICH HAVE RELIEF PRESSURE VALVES INCORPORATED MAY ALLOW PRESSURE BUILD-UP IN THE GAS TANK. THIS PRESSURE MAY BE GREATER THAN THE CLOSING PRESSURE OF THE FLOAT VALVE IN THE CARBURETOR, WHICH COULD CAUSE OVERFLOODING.",,"DEALER WILL MODIFY THE GAS CAP TO PREVENT PRESSURE BUILD-UP, AT NO COST TO THE OWNER." -06/17/1977,77V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V093000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,293,"THE ENGINE MOUNTED ACCELERATOR RELAY SHAFT CAN BE CONTACTED BY THE CAB STRUCTURE DUE TO VARIATIONS IN THE CAB TO ENGINE RELATIONSHIP COMBINED WITH SUFFICIENT RELATIVE MOTION BETWEEN THE ENGINE AND THE CAB. THIS COULD CAUSE THE ACCELERATOR TO BIND IN POSITION, RESULTING IN LOSS OF CONTROL OVER VEHICLE SPEED.",,DEALER WILL RELOCATE THE ACCELERATOR LINKAGE AT NO COST TO OWNER. -06/17/1977,77V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V096000),"Mack Trucks, Inc.",WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,825,"THE FRONT WHEEL RIM CLAMP STUDS, INSTALLED ON THE INVOLVED VEHICLES, MAY NOT HAVE BEEN MANUFACTURED CORRECTLY, CAUSING A BRITTLE CONDITION IN THE THREAD ROOT AREA. THE STUDS COULD EVENTUALLY CRACK AND BREAK WHEN WHEEL NUTS ARE TIGHTENED TO SPECIFICATIONS.",,"THE DEALER WILL REPLACE ALL SUSPECT FRONT WHEEL STUDS, WITHOUT CHARGE TO OWNER." -06/16/1977,77V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V092000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,22850,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 124, ""ACCELERATOR CONTROL SYSTEMS"". THE TWO ACCELERATOR RETURN SPRINGS LOCATED ON TOP OF ENGINE MAY OSCILLATE AT HIGH ENGINE SPEEDS, WHICH MAY CAUSE VIBRATION NOISE AND LEAD TO PREMATURE SPRING FATIGUE AND POSSIBLE BREAKAGE. THIS MAY MAKE IT IMPOSSIBLE FOR THE ACCELERATOR SYSTEM TO RETURN TO IDLE SPEED.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL RUBBER SLEEVES OVER THE RETURN SPRINGS TO PRECLUDE OSCILLATION, WITHOUT CHARGE TO OWNER." -06/15/1977,77E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E012000),SUBURBAN,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER:HOSE:DUC,VISIBILITY,NR (Not Reported),Equipment,85000,"THE CONNECTOR TUBE THAT IS LOCATED BETWEEN THE INTAKE AIR BLOWER AND THE COMBUSTION CHAMBER MAY BE CRACKED. UNDER TOTAL SEPARATION OF THE CONNECTOR TUBE, IN CONJUNCTION WITH THE INADEQUATE SEALING OR RESEALING OF THE EXHAUST TUBE AT THE VEHICLE SKIN, CARBON MONOXIDE GAS COULD LEAK. THIS GAS IS A COLORLESS, ODORLESS PRODUCT.",,"THE DEALER WILL REMOVE THE FURNACE FROM THE HOUSING, REMOVE THE BLOWER ASSEMBLY AND REPLACE THE CONNECTOR TUBE AND THE EXHAUST GASKET FREE OF CHARGE." -06/14/1977,77V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V091000),Trailmobile Canada Limited,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,182,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". INCORRECT WIRING OF THE POSITIVE AND NEGATIVE POWER LEADS FOR THE BRAKE SYSTEM RENDERS THE ANTI-SKID FEATURE INOPERABLE.",,"DEALER WILL REWIRE THE BRAKING SYSTEM TO COMPLY WITH THE SAFETY STANDARD, WITHOUT CHARGE." -06/14/1977,77V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V089000),"Rolls-Royce Motor Cars, Ltd.",STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,NR (Not Reported),Vehicle,328,DURING VEHICLE ASSEMBLY THE FOLLOWING MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED: THE FOUR SETSCREWS SECURING THE STEERING RACK MOUNTING FRAME TO THE SUB-FRAME; FOUR NUTS AND BOLTS SECURING ENGINE FRONT MOUNT CROSS-MEMBERS TO THE SUB-FRAME; TWO SETSCREWS SECURING THE INNER BALL JOINT BRACKET TO THE STEERING RACK; AND THREE COUNTERSUNK SETSCREWS SECURING THE STEERING WHEEL TO ITS HUB.,,"THE DEALER WILL TIGHTEN BOLTS AND SCREWS TO THE PROPER SPECIFICATIONS, AT NO COST TO OWNER." -06/14/1977,77V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V090000),FREIGHTLINER LLC,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,397,"THE CAB FRONT MOUNTS MAY CRACK AND LOSE THEIR ABILITY TO HOLD THE CAB FIRMLY TO ITS FRAME MOUNTS. SUCH A FAILURE COULD ALLOW THE FRONT OF THE CAB TO MOVE VERTICALLY WHEN ENCOUNTERING ROUGH ROAD SURFACES. IN EXTREME SITUATIONS, THE CAB COULD RISE TO THE EXTENT THAT THE LOWER STEERING SHAFT COULD BECOME DISENGAGED.",,"DEALER WILL INSTALL REDESIGNED LEFT AND RIGHT HAND CAB SUPPORT ASSEMBLIES AND LONGER, LOWER STEERING SHAFTS, AT NO COST TO OWNER." -06/10/1977,77E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E011000),"FRUHLING PRODUCTS, INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,57000,"THE COIL SPRING INSIDE THE FASTENER OF THE HELMET, WHICH IS NOT VISIBLE TO THE EYE, COULD BE DEFECTIVE. THIS CONDITION COULD ALLOW THE FASTENER TO RELEASE UNDER IMPACT.",,THE DEALER WILL REPLACE ALL DEFECTIVE FASTENERS. -06/08/1977,77V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V088000),"PEUGEOT, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1000,"THE FRONT BRAKE LINE CONNECTING THE FRONT SECTION OF THE DUAL BRAKE MASTER CYLINDER WITH THE MASTER BRAKE PIPE CONNECTOR WAS IMPROPERLY ROUTED IN ASSEMBLY. THIS WOULD CAUSE THE BRAKE LINE TO CHAFE AGAINST A CLAMP ON THE EMISSION CONTROL AIR PUMP OUTPUT HOSE. CONTINUED ABRASION MAY CUASE PERFORATION OR RUPTURE OF THE BRAKE LINE, RESULTING IN LOSS OF BRAKE FLUID AND LOSS OF FRONT BRAKING CAPABILITY.",,"DEALER WILL REROUTE THE FRONT BRAKE LINE TO PRECLUDE CHAFING. IF DAMAGED, THE BRAKE LINE WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -06/08/1977,77E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E010000),COMPTON TRUCK & EQUIP. CO,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,450,"THE INVOLVED HELMETS MAY NOT COMPLY TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"".",,THE DEALER WILL REPLACE THE INVOLVED HELMETS OR REFUND THE PURCHASE PRICE. -06/07/1977,77V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V087000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,186,THE BRAKE PEDAL TO PEDAL PUSHROD PREVAILING TORQUE NUT ATTACHMENT MAY NOT HAVE BEEN ADEQUATELY TIGHTENED DURING ASSEMBLY AND MAY LOOSEN IN SERVICE. THE NUT COULD DISENGAGE FROM THE PUSHROD BOLT ALLOWING THE PUSHROD TO SEPARATE FROM THE PEDAL. THIS WOULD CAUSE THE HYDRAULIC BRAKING SYSTEM TO BECOME INOPERATIVE.,,"DEALER WILL RETIGHTEN NUT TO SPECIFICATIONS, AT NO COST TO OWNER." -06/07/1977,77V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V086000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,53,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 204, ""STEERING CONTROL REARWARD DISPLACEMENT"". THE CONSTRUCTION OF THE CLUTCH PEDAL BRACKET COULD PERMIT REARWARD DISPLACEMENT OF STEERING CONTROL INTO PASSENGER COMPARTMENT IN EXCESS OF THAT ALLOWABLE BY THE STANDARD DURING THE 30 MPH BARRIER CRASH TEST.",,"THE DEALER WILL REPLACE THE BRAKE AND CLUTCH PEDAL BRACKET WITH A BRACKET OF REVISED DESIGN, AT NO CHARGE TO OWNER." -06/07/1977,77E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E009000),KELSEY-HAYES COMPANY,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Equipment,2600,THE INVOLVED AXLES MAY HAVE BEEN WELDED WITH COLD FORGED SPINDLES THAT MAY FRACTURE DURING VEHICLE OPERATION.,,DEALER WILL REPLACE ALL INVOLVED AXLES. -06/06/1977,77V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V084000),"SPRING VALLEY DODGE, INC.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1025,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". REFLECTORS, CLEARANCE AND IDENTIFICATION LAMPS WERE OMITTED FROM THESE VEHICLES.",,"DEALER WILL INSTALL REFLECTORS, CLEARANCE, AND INDENTIFICATION LAMPS AT NO COST TO OWNER." -06/06/1977,77V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V085000),"SPRING VALLEY DODGE, INC.",VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,1023,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". THE VEHICLES ARE LACKING WINDOW RETENTION CLIPS.",,"DEALER WILL INSTALL WINDOW RETENTION CLIPS, AT NO CHARGE TO OWNER." -06/02/1977,77V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V083000),JAGUAR ROVER TRIUMPH INC.,EXHAUST/CRANKCASE EMISSION CONTROL DEVICES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,5000,THE EXHAUST GAS RECIRCULATION MANIFOLD CORE PLUGS MAY BECOME DISPLACED RESULTING IN A LOSS OF ENGINE VACUUM AND SUBSEQUENT STALLING. THIS WOULD PRODUCE IMMEDIATE ERRATIC ENGINE OPERATION AND SUBSEQUENT LOSS OF POWER BRAKES AND POWER STEERING ASSIST.,,DEALER WILL INSTALL A MODIFIED CORE PLUG DEVICE AT NO COST TO OWNER. -06/02/1977,77V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V082000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11,"THE UPPER SUPPORT STRAP NUTS, ATTACHING THE FUEL TANK, WERE NOT TIGHTENED TO SPECIFICATIONS. THIS MAY ALLOW THE FUEL TANK TO DETACH AND FALL TO THE GROUND.",,"DEALER WILL TIGHTEN ATTACHING NUTS TO PROPER SPECIFICATIONS TO SECURE THE FUEL TANK, AT NO COST TO OWNER." -06/02/1977,77T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T015000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,9611,"THE INVOLVED TIRES FAIL TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"".",,"ALL INVOLVED TIRES WILL BE REPLACED WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -06/01/1977,77T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T014000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,590,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO SEPARATION IN THE SHOULDER AND TREAD AREAS WHEN RUN IN AN OVERLOADED OR UNDER-INFLATED CONDITION.",,THE DEALER WILL REPLACE INVOLVED TIRES FREE OF CHARGE WITHIN 6O DAYS OF RECALL NOTIFICATION. -05/26/1977,77E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E007000),"Premier Trailers, Inc.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,46000,"THE INVOLVED HELMETS MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"", DUE TO INADEQUATE IMPACT PENETRATION RESISTANCE.",,"MANUFACTURER WILL REPAIR ALL DEFECTIVE HELMETS BY INSERTING A NEW CROWN AND INTERIOR, FREE OF CHARGE." -05/26/1977,77E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E008000),AMER. SAFETY EQUIP. CORP.,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,13429,"THE INVOLVED HELMETS FAILED TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"", DUE TO IMPACT ATTENUATION FAILURE AT TEMPERATURES NEAR OR AT 14 DEGREES FAHRENHEIT.",,"THE HELMETS WILL BE REPAIRED OR REPLACED AS FOUND NECESSARY, FREE OF CHARGE." -05/26/1977,77V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V081000),"RENAULT, INCORPORATED",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,3500,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 212, ""WINDSHIELD MOUNTING"". THE BONDING OF THE WINDSHIELD TO THE BODY MAY BE DEFECTIVE.",,"DEALER WILL INSPECT AND, IF NECESSARY, REINSTALL THE WINDSHIELD WITH IMPROVED BONDING MATERIAL, WITHOUT CHARGE." -05/25/1977,77V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V080000),TRAVEL EQUIPMENT CORP.,INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,180,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 302, ""FLAMMABILITY OF INTERIOR MATERIALS"". THE SEAT COVER MATERIAL MAY BURN AT A RATE THAT MAY EXCEED THE FOUR INCHES PER MINUTE LIMIT.",,DEALER WILL PROVIDE REPLACEMENT SEAT COVERS AT NO COST TO THE OWNER. -05/24/1977,77V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V079000),PACCAR Incorporated,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,67,"ON THE INVOLVED VEHICLES, THE FIFTH WHEEL MAY HAVE A CRACKED TUBE. A CRACKED CROSS TUBE MAY LEAD TO FAILURE OF THE FIFTH WHEEL.",,"DEALER WILL INSPECT THE TUBE FOR CRACKS. IF NECESSARY, THE FIFTH WHEEL WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -05/24/1977,77V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V078000),PACCAR Incorporated,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,327,"ON THE INVOLVED VEHICLES, THE WINDSHIELD OPENING MAY BE SLIGHTLY OVERSIZED, WHICH COULD ALLOW THE WINDSHIELD GLASS TO DISLODGE FROM ITS BASE.",,"DEALER WILL EITHER BUILD UP THE WINDSHIELD OPENING WITH FIBERGLASS OR INSTALL A LARGER WINDSHIELD, WITHOUT CHARGE." -05/23/1977,77V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V077000),THUMB TRUCK EQUIPMENT,BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,61,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE ANTI-SKID SYSTEM WAS OMITTED IN PRODUCTION OF THE VEHICLES. THIS RAISES THE POSSIBILITY OF SKIDDING, DUE TO WHEEL LOCK-UP. PARKING BRAKES MAY ALSO BECOME INEFFECTIVE WHEN WHEN THERE IS A DIMINISHING AIR SUPPLY.",,"DEALER WILL INSTALL AN ANTI-SKID BRAKING SYSTEM, AT NO CHARGE." -05/23/1977,77T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T013000),DUNLOP TIRE CORPORATION,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,1074,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO THE OMISSION OF LOAD RATING AND CORRESPONDING INFLATION PRESSURE INFORMATION ON THE TIRE SIDEWALL. THIS OMISSION MAY LEAD TO IMPROPER LOAD AND INFLATION PRESSURES WHICH MAY DECREASE TIRE LIFE.",,THE DEALER WILL REPLACE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -05/19/1977,77V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V076000),CHAMPION HOME BLDR. CO.,ELECTRICAL SYSTEM:BATTERY:CARRIER:HOLD DWN,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,145,"THE BOTTOM SUPPORTS OF THE BATTERY COMPARTMENT LOCATED UNDER THE MOTORHOME WERE ONLY TACKWELDED. THIS CONDITION MAY CAUSE THE COMPARTMENT TO BREAK LOOSE ALLOWING THE BATTERIES TO FALL TO THE GROUND, WHICH WILL CAUSE LOSS OF POWER TO THE ENGINE AND THE POSSIBILITY OF AN ELECTRICAL SHORT.",,"DEALER WILL REWELD BOTTOM SUPPORTS TO THE BATTERY COMPARTMENT, WITHOUT CHARGE TO OWNER." -05/16/1977,77V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V075000),WHITE MOTOR CORPORATION,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,8489,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 101, ""CONTROLS AND DISPLAYS"". THE VEHICLES WERE MANUFACTURED WITH AN OPTIONAL ADJUSTABLE HAND THROTTLE THAT WAS NOT LABELED AS REQUIRED.",,"THE DEALER WILL PROVIDE OWNER WITH APPROPRIATE LABEL TO BE PLACED IN VEHICLE, WITHOUT CHARGE." -05/16/1977,77V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V074000),"General Motors, LLC",WHEELS:SINGLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,15246,THE CENTER (SPIDER) SECTION OF WHEELS INSTALLED ON THESE VEHICLES MAY HAVE BEEN MANUFACTURED FROM AN INCORRECT GRADE OF STEEL. THE CENTER SECTION MAY FATIGUE AND SEPARATE FROM THE WHEEL RIM.,,"DEALER WILL INSPECT AND WILL REPLACE DEFECTIVE WHEELS WITH WHEELS MADE FROM THE CORRECT GRADE OF STEEL, WITHOUT CHARGE TO OWNER." -05/12/1977,77V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V073000),BUDD COMPANY,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THERE IS AN INCOMPLETE CONNECTION OF THE ANTI-SKID COMPUTER POWER CIRCUIT TO THE STOPLIGHT CIRCUIT OF THE VEHICLE. THUS THE ANTI-SKID COMPUTER WILL NOT TO FUNCTION AND WHEEL LOCK-UP MAY OCCUR UNDER SEVERE BRAKING CONDITIONS.",,"DEALER WILL PROPERLY CONNECT THE STOPLIGHT TO THE ANTI-SKID COMPUTER, WITHOUT CHARGE TO OWNER." -05/11/1977,77V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V072000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:IGNITION:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,33552,A SHORT CIRCUIT MAY OCCUR IN THE MANUALLY OPERATED CHOKE OVERRIDE MECHANISM. THIS COULD CAUSE THE OVERRIDE MECHANISM HOUSING AND OUTER COVER OF THE CHOKE CABLE TO MELT AND BURN.,,"DEALER WILL REPOSITION THE RESISTOR TO PREVENT INTERFERENCE BETWEEN THE CHOKE CABLE HOLDING PLATE AND THE LEAD WIRE OF THE RESISTOR, WITHOUT CHARGE." -05/11/1977,77V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V071000),"COACHMEN INDUSTRIES, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,667,"THE INVOLVED VEHICLES HAVE ""BAY WINDOWS"" WHICH MAY NOT REMAIN SECURE UNDER CERTAIN CONDITIONS. A SHARP TURN OR STRESS MANEUVER COULD THROW A PASSENGER AGAINST THE WINDOW WITH SUFFICIENT IMPACT TO FORCE THE WINDOW OUT.",,"DEALER WILL INSTALL A SET OF FOUR CLIPS, TWO ON EITHER SIDE OF THE WINDOW, BETWEEN THE GLASS AND THE OUTER METAL FRAME TO PROVIDE ADDITIONAL SUPPORT FOR THE BAY WINDOW." -05/10/1977,77V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V070000),"Ferrari North America, Inc.",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,507,THE INNER BUSHINGS OF THE ARTICULATED JOINTS OF THE REAR SUSPENSION MAY RUST DUE TO ADVERSE ENVIRONMENTAL CONDITIONS. RUST MAY CAUSE THE SUSPENSION TO JAM.,,THE DEALER WILL REPLACE THE ORIGINAL BUSHINGS WITH INNER CHROME-PLATED BUSHINGS. THE CHROME PLATING WILL NOT BE SUSCEPTIBLE TO RUST. -05/09/1977,77V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V068000),"BMW of North America, LLC",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,500,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 102, ""TRANSMISSION SHIFT LEVER SEQUENCE, STARTER INTERLOCK, AND TRANSMISSION BRAKING EFFECT"". THE SHIFT PATTERN DECAL WAS OMITTED FOR MANUAL TRANSMISSION.",,"DEALER WILL PROVIDE OWNER WITH A SHIFT PATTERN IDENTIFICATION LABEL AND INSTRUCTIONS FOR INSTALLATION, WITHOUT CHARGE." -05/09/1977,77V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V069000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3085,"ON THE INVOLVED VEHICLES, THE ACCELERATOR CABLE MAY HAVE AN OVERLY LONG PLASTIC SLEEVE AT ITS CARBURETOR END. THIS COULD ALLOW THE SLEEVE TO BECOME STUCK IN THE END-FITTING WHEN THE ACCELERATOR PEDAL IS PRESSED TO THE FLOOR. THIS WOULD CAUSE THE THROTTLE TO STICK IN THE OPEN POSITION.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL AN ACCELERATOR CABLE OF THE PROPER LENGTH, AT NO CHARGE TO OWNER." -05/09/1977,77V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V067000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,209,THE STEERING COLUMN ADAPTER CAN CONTACT AND EVENTUALLY CUT THROUGH THE STEERING SHAFT.,,"DEALER WILL REPLACE ANY STEERING SHAFT WHICH SHOWS SIGNS OF WEAR. THE EXISTING STEERING COLUMN ADAPTER WILL BE REPLACED WITH A NEW ADAPTER OF A DIFFERENT DESIGN TO ENSURE PROPER CLEARANCE, WITHOUT CHARGE." -05/06/1977,77V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V066000),"BMW of North America, LLC",EQUIPMENT:ELECTRIC POWER ACCESSORIES:WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,10613,"THE INVOLVED VEHICLES DO NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 118, ""POWER-OPERATED WINDOW SYSTEMS"". THE POWER-OPERATED WINDOW SYSTEM WAS EQUIPPED IN ERROR WITH A RELAY WHICH MAKES IT POSSIBLE TO OPERATE THE WINDOWS WHEN THE IGNITION KEY IS SWITCHED OFF, OR REMOVED.",,DEALER WILL MODIFY THE ELECTRICAL SYSTEM BY REMOVING THE RELAY FROM THE POWER WINDOW SYSTEM TO PRECLUDE OPERATION OF THE WINDOWS WHEN THE IGNITION KEY IS NOT TURNED ON OR IS REMOVED ENTIRELY. -05/06/1977,77T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T012000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,600,"THE INVOLVED TIRES FAILED TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO SEPARATION IN THE SHOULDER AREA. THIS CONDITION WILL RESULT IN VIBRATION AND SUDDEN LOSS OF AIR FROM TIRE.",,"THE DEALER WILL REPLACE INVOLVED TIRES AND MOUNT REPLACEMENT TIRES, FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION." -05/02/1977,77V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V063000),"COACHMEN INDUSTRIES, INC.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,242,THESE VEHICLES MAY HAVE AN INCOMPLETE GASOLINE FUEL SYSTEM WHCH MAY NOT AFFORD PROPER VAPOR RECOVERY AND LEAK PREVENTION.,,DEALER WILL CORRECT THIS DEFECT BY SUBSTITUTING A FILL SPOUT FITTED WITH AN ADAPTER AND CONNECTING AND CLAMPING THE VAPOR RECOVERY HOSE TO THE ADAPTER. A SECOND CLAMP WILL BE PLACED OVER THE NEOPRENE FILL HOSE IN WHICH THE FILL SPOUT IS INSERTED. THESE PROCEDURES WILL BE DONT AT NO COST TO OWNER. -05/02/1977,77V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V064000),Ford Motor Company,TIRES,TIRES,NR (Not Reported),Vehicle,46,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 120, ""TIRE SELECTION AND RIMS FOR MOTOR VEHICLES OTHER THAN PASSENGER CARS"". THESE LIGHT TRUCKS WERE INCORRECTLY CLASSIFIED AS PASSENGER VEHICLES AND WERE EQUIPPED WITH LOAD RANGE ""A"" INSTEAD OF LOAD RANGE ""B"" TIRES. THIS COULD LEAD TO INADVERTENT VEHICLE OVERLOADING.",,"DEALER WILL INSPECT AND REPLACE LOAD RANGE ""A"" WITH THE PROPER LOAD RANGE ""B"" TIRES, WITHOUT CHARGE TO OWNER." -04/29/1977,77V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V062000),"MOBIL TRAVELER, INC.",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,1070,"THE L.P. GAS COPPER LINE EXTENDING ACROSS THE TOP OF THE FURNACE COULD CHAFE AGAINST THE FURNACE DUE TO VIBRATION, THEREBY CREATING AN L.P. GAS LEAK IN THE COPPER LINE.",,"THE DEALER WILL ADD TWO CLAMPS TO THE L.P. GAS LINE. IF NECESSARY, THE GAS LINE WILL BE REPLACED, WITHOUT CHARGE TO OWNER." -04/28/1977,77V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V061000),AM GENERAL LLC,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,2270,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". WHEN SUBJECTED TO A 30 M.P.H. FIXED BARRIER COLLISION TEST, THE FRAME SIDE RAILS COLLAPSED AND THE BRACKETRY ATTACHED TO ONE OF THE RAILS SUPPORTING THE FUEL ASSEMBLY RUPTURED OR PUNCTURED THE FUEL TANK. THIS COULD ALLOW EXCESSIVE FUEL SPILLAGE.",,"DEALER WILL REMOUNT THE FUEL TANK TO THE BODY FLOOR PAN AND STRUCTURE, AND SHIELD THE FRAME REINFORCEMENT TO PREVENT PENETRATION." -04/28/1977,77V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V060000),FRUEHAUF CORPORATION,STRUCTURE:TAILGATE ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,20,"THE RAILIFT LIFT GATES INCORPORATE A CHAIN ANCHOR ASSEMBLY THAT HAS THE BOLT HOLE DRILLED TOO CLOSE TO THE OUTER EDGE. IT IS POSSIBLE THAT THE BOLT HOLDING THE LIFT GATE CHAIN, WHICH IN TURN HOLDS THE LIFT GATE IN THE PROPER POSITION, COULD PULL THROUGH THE ANCHOR ASSEMBLY, ALLOWING THE LIFT GATE TO DROP.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE CHAIN ANCHOR ASSEMBLY, WITHOUT CHARGE." -04/26/1977,77V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V059000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,372,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 207, ""SEATING SYSTEMS"". THE SELF-LOCKING LATCH THAT RETAINS THE DRIVER""S SEAT IN ITS UPRIGHT POSITION UNDER VEHICLE IMPACT CONDITIONS MAY FAIL DUE TO IMPROPER HEAT-TREATMENT.",,"DEALER WILL REPLACE THE DRIVER""S SEAT BACK LATCH AND ENSURE PROPER OPERATION OF THE SELF-LOCKING DEVICE, WITHOUT CHARGE TO OWNER." -04/25/1977,77V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V058000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,"THE FRONT BRAKE CALIPER ATTACHING BOLTS ON THE INVOLVED VEHICLES MAY LOOSEN. LOOSE BOLTS MAY BACK OUT AND INTERFERE WITH THE DISC BRAKE ROTOR, RESULTING IN FRONT WHEEL LOCK UP.",,"DEALER WILL INSPECT AND, IF NECESSARY, REWORK DISC BRAKE CALIPER ATTACHMENTS TO ENSURE PROPER ASSEMBLY AND ADEQUATE TORQUE OF ATTACHMENT BOLTS, WITHOUT CHARGE." -04/21/1977,77V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V057000),"COSMOPOLITAN MOTORS, INC.",INTERIOR SYSTEMS:MOTORCYCLE DISPLAYS (GAUGES),EQUIPMENT,NR (Not Reported),Vehicle,288,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THE ""STOP"", ""CHOKE"", AND ""FUEL"" CONTROLS ARE NOT LABELED.",,"DEALER WILL INSTALL LABELS TO MEET SAFETY STANDARD REQUIREMENTS, WITHOUT CHARGE." -04/19/1977,77V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V055000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,449,"AN AIR LEAK COULD DEVELOP THROUGH THE PISTON SHAFT SEAL RING WHICH SEALS THE INSIDE OF THE BRAKE BOOSTER FROM THE ATMOSPHERE. THIS COULD RESULT IN A REDUCTION IN BRAKE BOOSTER ASSIST, NECESSITATING INCREASED BRAKE PEDAL PRESSURE.",,DEALER WILL REPLACE THE DEFECTIVE SEAL WITH AN IMPROVED VERSION AT NO CHARGE TO OWNER. -04/19/1977,77V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V056000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,39,THE FRONT AXLE STEERING KNUCKLE CAN DEVELOP CRACKS AND FAIL. LOSS OF STEERING CONTROL COULD RESULT.,,"THE DEALER WILL REPLACE THE DEFECTIVE STEERING KNUCKLE, THE DRAG LINK, AND THE UPPER ARM ASSEMBLY AT NO COST TO OWNER." -04/18/1977,77V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V054000),BEATRICE FOODS COMPANY,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,205,"THE LEFT FRONT TIRE MAY HIT A STRUCTURAL CROSSMEMBER WHEN DRIVEN OVER A BUMP IN THE ROAD. IF THE FRONT TIRE SHOULD CONTACT THE CROSSMEMBER, THE MOTORHOME MAY BE PULLED TO THE LEFT AND INTO THE LANE OF ONCOMING TRAFFIC. THIS WILL BE MAGNIFIED IF THE AIR BAGS IN THE FRONT SUSPENSION HAVE LOST AIR PRESSURE OR IF THE BAGS WERE NOT PROPERLY INFLATED TO 40-50 PSI.",,THE DEALER WILL REMOVE THE IMPROPERLY LOCATED CROSSMEMBER AND REPLACE IT WITH A NEW CROSSMEMBER INSTALLED FARTHER FORWARD TO GIVE ADEQUATE CLEARANCE ABOVE THE LEFT FRONT TIRE. THIS WILL BE PERFORMED FREE OF CHARGE. -04/18/1977,77T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T011000),"BRAD RAGAN, INC.",TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,56,"THE INVOLVED TIRES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"", DUE TO OMISSION OF THE ""RADIAL"" DESIGNATION ON THE SIDEWALL. THIS COULD LEAD THE PURCHASER TO BELIEVE HE HAS A NON-RADIAL TIRE, WHICH COULD CAUSE HIM TO INSTALL A BIAS INNER TUBE, HAVE THE TIRE RECAPPED AS A BIAS TIRE, OR IMPROPERLY MIX BIAS AND RADIAL TIRES, WHICH COULD AFFECT VEHICLE HANDLING.",,DEALER WILL REPLACE INVOLVED TIRES FREE OF CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -04/15/1977,77V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V053000),CHAMPION HOME BLDR. CO.,EQUIPMENT:ELECTRIC POWER ACCESSORIES,VISIBILITY,NR (Not Reported),Vehicle,122,"THE DUAL BATTERY SYSTEM MAY CONTAIN IMPROPER WIRING IN THAT ONE WIRE MAY HAVE BEEN RUN TO THE 110 VOLT CIRCUIT WHICH SHOULD HAVE BEEN RUN TO THE 12 VOLT CIRCUIT. IF AN AFFECTED UNIT SHOULD BE CONNECTED TO THE 110 VOLT POWER SOURCE WITHOUT THE USE OF A PROPERLY GROUNDED CORD, THE METAL SKIN COULD BECOME ""HOT"".",,THE DEALER WILL CORRECT THE WIRING DEFECT BY RUNNING THE WIRE TO THE 12 VOLT CIRCUIT FREE OF CHARGE. -04/12/1977,77V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V051000),FRUEHAUF CORPORATION,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,140,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE S121 BOGIE CONTROL AIR BRAKE SYSTEM WAS INSTALLED IN SUCH A WAY THAT THE REAR AXLE AIR CONTROL BYPASSED THE FRONT SKID CONTROL AIR MODULATOR VALVE. IMPROPER INSTALLATION WOULD ALLOW THE REAR AXLE TO LOCK UP IN A PANIC STOP.",,THE DEALER WILL REROUTE THE BRAKE AIR CONTROL LINES TO THE REAR AXLE OF THE BOGIE THROUGH THE FRONT SKID CONTROL AIR SYSTEM TO COMPLY WITH THE SAFETY STANDARD. -04/12/1977,77V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V052000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,207,THESE VEHICLES WERE EQUIPPED WITH INCORRECT FUEL TUBES AND REAR FUEL HOSES. THIS MAY CAUSE THE FUEL HOSE TO CONTACT THE LEFT EXHAUST OUTLET PIPE. THE HEAT FROM THE EXHAUST PIPE WILL DETERIORATE THE HOSE AND CAUSE A FUEL LEAK TO DEVELOP.,,THE DEALER WILL MODIFY THE FUEL TUBE ROUTING AND SHORTEN THE HOSE TO PROVIDE THE SPECIFIED CLEARANCE AT NO COST TO OWNER. -04/08/1977,77V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V050000),STARCRAFT COMPANY,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,60,"THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH A THREE LEAF SPRING ASSEMBLY INSTEAD OF A FOUR LEAF SPRING ASSEMBLY. THE PRESENT THREE LEAF SPRING ASSEMBLY IS RATED FOR 5000 LBS. RATHER THAN 6000 LBS. AS INDICATED BY THE GROSS AXLE WEIGHT RATING STATED ON THE CERTIFICATION LABEL. IF THE AXLE SYSTEM IS SUBJECTED TO OVERLOADING, POOR TRAILER TOWING STABILITY COULD RESULT AND THE SPRING COULD BREAK.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT FOUR LEAF SPRING ASSEMBLY, WITHOUT CHARGE." -04/06/1977,77V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V049000),GEN MTRS CORP-OVERSEAS,FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,155035,"ON THE INVOLVED VEHICLES, BOTH THE FUEL LINE TO THE FUEL INLET PIPE CONNECTION AND FUEL INLET PIPE TO CARBURETOR CONNECTION MAY SEPARATE IN SERVICE, RESULTING IN UNDERHOOD FUEL LEAKAGE.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL CLAMPS ON FUEL LINE AND REPAIR FUEL INLET PIPE TO CARBURETOR, WITHOUT CHARGE TO OWNER." -04/06/1977,77V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V048000),GEN MTRS CORP-OVERSEAS,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,128700,"ON THE INVOLVED VEHICLES, A REAR-END IMPACT AT CLOSING SPEEDS OF ABOUT 10 M.P.H. OR LESS COULD RESULT IN THE FUEL TANK BEING PUNCTURED BY A TAILLIGHT MOUNTING BOLT.",,"DEALER WILL INSTALL PROTECTIVE CAPS OVER EACH OF THE THREE RIGHT REAR TAILLIGHT MOUNTING BOLTS, WITHOUT CHARGE TO OWNER." -04/05/1977,77V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V047000),Trailmobile Canada Limited,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,113,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". IT IS POSSIBLE THAT INCORRECT PLUMBING OF THE REAR BRAKE AXLES OCCURRED. CONSEQUENTLY, THE REAR AXLE MAY NOT BE CAPABLE OF CYCLING ITS BRAKE APPLICATIONS IN THE ANTI-SKID MODE.",,"THE DEALER WILL MAKE ALL NECESSARY MODIFICATIONS TO MEET SAFETY STANDARD REQUIREMENTS, WITHOUT CHARGE TO OWNER." -04/05/1977,77V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V046000),FLYER INDUSTRY VEH.,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,343,"THE EMERGENCY EXIT RELEASE MECHANISMS ON THE WINDOWS MAY REQUIRE EXCESSIVE FORCE TO OPERATE. THIS DOES NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"".",,DEALER WILL REPLACE PARTS AND MAKE ADJUSTMENTS TO REDUCE EFFORT REQUIRED TO OPERATE EMERGENCY EXIT MECHANISMS. -04/05/1977,77E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E006000),"JEFFERSON HELMETS , INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,2900,"THE INVOLVED HELMETS MAY BE IN NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 218, ""MOTORCYCLE HELMETS"". THE NON-COMPLIANCE EXISTS BECAUSE OF IMPACT ATTENUATION FAILURE IN WHICH THE HEADFORM ACCELERATIONS EXCEEDED MAXIMUN ALLOWABLE 400G.",,"THE INVOLVED HELMETS WILL BE REPLACED WITH ONES THAT MEET THE SAFETY REQUIREMENTS, FREE OF CHARGE." -04/05/1977,77V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V045000),Ford Motor Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,2751,"THE INVOLVED VEHICLES MAY HAVE BEEN BUILT WITH LEFT DOOR LOCK ASSEMBLIES THAT CONTAIN PAWL SPRING RETAINERS THAT WERE NOT PRODUCED TO ENGINEERING SPECIFICATIONS. CONSEQUENTLY, THE SPRING COULD BREAK, CAUSING THE LATCH PAWL TO DISENGAGE FROM THE LATCH CAM.",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW PAWL SPRING AND CORRECT THE FLANGE ALIGNMENT, WITHOUT CHARGE." -04/01/1977,77T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T010000),SEIBERLING TIRE & RUBBER,TIRES:TREAD,TIRES,NR (Not Reported),Tire,5500,THE INVOLVED TIRES MAY CONTAIN INSUFFICIENT RUBBER GUAGE IN THE TREAD AREA. THIS CONDITION MAY LEAD TO TREAD SEPARATION.,,"DEALER WILL REPLACE ALL INVOLVED TIRES AND MOUNT REPLACEMENT TIRES FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -03/30/1977,77T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T009000),MCCREARY TIRE & RUBBER CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,600,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". UNDER NORMAL OPERATING CONDITIONS, LOSS OF AIR FROM TIRE CAN OCCUR WHICH WOULD CAUSE THEM TO RUN IN AN UNDER-INFLATED CONDITION. THIS COULD CAUSE EXCESSIVE HEAT GENERATION, POSSIBLY LEADING TO SEPARATION IN THE BELT PLIES.",,DEALER WILL REPLACE INVOLVED TIRES WITHOUT CHARGE WITHIN 60 DAYS OF RECALL NOTIFICATION. -03/29/1977,77V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V044000),Volvo Trucks North America,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,405,"THE INVOLVED VEHICLES HAVE AIR BRAKE HOSES WHICH FAIL TO MEET THE ADHESION REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"".",,"DEALER WILL REPLACE WITH IMPROVED BRAKE HOSES AND WILL ROTATE THE FOOT BRAKE VALVE 120 DEGREES, FREE OF CHARGE." -03/28/1977,77V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V043000),Ford Motor Company,INTERIOR SYSTEMS:BUCKET:BACK REST,SEATS,NR (Not Reported),Vehicle,480000,"THE SEAT BACK PIVOT PIN BRACKET ON THE INVOLVED VEHICLES MAY FAIL. CONSEQUENTLY, THE SEAT BACK WILL ROTATE REARWARD.",,"THE DEALER WILL REPLACE THE DRIVER""S SEAT PIVOT PIN BRACKET ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -03/25/1977,77E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E005000),"COLEMAN CO., INC.",HEATER:ELECTRICAL:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Equipment,260,"THE INVOLVED FURNACES CONTAIN AN ELECTRICAL TRANSFORMER, WHICH IS A COMPONENT PART OF A FURNACE ELECTRICAL POWER CONVERTER, THAT MAY OVERHEAT AND FAIL. THIS FAILURE CAN CAUSE THE TRANSFORMER INSULATION TO VAPORIZE. THIS VAPOR MAY IGNITE AND BE EXPELLED FROM THE CONVERTER ENCLOSURE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE POWER CONVERTER FREE OF CHARGE." -03/24/1977,77V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V042000),LANDAU MOTOR HOME,AIR CONDITIONER:HOSE:DUCT:AIR,EQUIPMENT,NR (Not Reported),Vehicle,44,"IT IS POSSIBLE THAT CONDITIONS SUCH AS CROSS-WINDS, ROAD SPEEDS, AND DIFFERING WINDOW OPENINGS COULD CREATE AN EXTREME SUCTION WHICH MAY ALLOW ENGINE EXHAUST FUMES TO ENTER THE COACH AROUND THE FLOOR MOUNTED AIR CONDITIONING UNIT.",,THE DEALER WILL INSTALL AN OUTSIDE AIR SHIELD AND ADDITIONAL SEALING MATERIAL TO PREVENT ENTRY OF EXHAUST FUMES. -03/23/1977,77V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V041000),SPARTA MANUFACTURING CORP.,ELECTRICAL SYSTEM:IGNITION:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,209,"THE INVOLVED VEHICLES FAIL TO COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". THE ENGINE STOP SWITCH ON THESE VEHICLES IS LOCATED ON THE LEFT HANDLE BAR INSTEAD OF THE RIGHT HANDLE BAR.",,"DEALER WILL RELOCATE THE SWITCH, FREE OF CHARGE." -03/22/1977,77V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V040000),"General Motors, LLC",WHEELS:SINGLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,64,"THE WHEELS ON THE INVOLVED VEHICLES MAY BE EQUIPPED WITH AN IMPROPERLY FORMED SPIDER IN THE AREA WHERE THE SPIDER ATTACHES TO THE RIM. CONSEQUENTLY, THE CENTER SECTION OF THE WHEEL MAY DEVELOP CRACKS AND SEPARATE FROM THE WHEEL RIM.",,"THE DEALER WILL REPLACE ALL DEFECTIVE WHEELS, FREE OF CHARGE." -03/21/1977,77V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V039000),AROS MANUFACTURING CO.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,600,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". THE FRONT SIDE MARKER LAMPS AND REAR SIDE REFLECTORS MAY HAVE BEEN IMPROPERLY LOCATED. ALSO, THE FRONT AND REAR CLEARANCE LAMPS MAY HAVE BEEN IMPROPERLY LOCATED OR NOT INSTALLED. FUTHERMORE, REAR IDENTIFIATION LAMPS MAY NOT HAVE BEEN INSTALLED.",,THE NECESSARY LAMPS AND REFLECTORS WILL BE INSTALLED PROPERLY TO MEET THE REQUIREMENTS OF THE STANDARD. -03/16/1977,77V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V038000),"ALFA ROMEO, INCORPORATED",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,4000,THE BOLTS WHICH SECURE THE STEERING RACK ASSEMBLY TO THE CHASSIS MAY NOT HAVE BEEN PROPERLY TIGHTENED AND AS A RESULT MAY BECOME LOOSE. AN INCREASING AMOUNT OF STEERING WHEEL PLAY MAY DEVELOP.,,"THE DEALER WILL TIGHTEN ALL LOOSE BOLTS TO SPECIFICATIONS, FREE OF CHARGE." -03/15/1977,77V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V037000),"Chrysler (FCA US, LLC)",EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,250,"THE REQUIRED MUFFLER TO FLOOR PAN HEAT SHIELDS WERE OMITTED FROM THE INVOLVED VEHICLES. THESE HEAT SHIELDS ARE NECESSARY TO PROTECT THE PASSENGER COMPARTMENT INTERIOR MATERIALS, INCLUDING SEAT BELT WEBBING, FROM HEAT DAMAGE.",,"THE DEALER WILL INSTALL THE NECESSARY HEAT SHIELDS ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -03/15/1977,77E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E004000),ROSS GEAR DIV.,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Equipment,2153,THE STEERING GEAR MAY LOCK ON THE INVOLVED VEHICLES DUE TO GEAR TOOTH BREAKAGE DURING A FULL LEFT HAND TURN.,,"VEHICLE WILL BE INSPECTED AND, IF NECESSARY, WILL BE RETROFITTED WITH AN IMPROVED KIT FURNISHED BY THE MANUFACTURER, WITHOUT CHARGE." -03/14/1977,77V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V036000),Ford Motor Company,SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,2404,"THE INVOLVED VEHICLES MAY HAVE BEEN ASSEMBLED WITH IMPROPERLY MANUFACTURED FRONT SPRING U-BOLTS USED TO SECURE THE FRONT AXLE ASSEMBLY TO THE SPRING. THE FOUR U-BOLTS MAY EXPERIENCE CRACKS AND COULD ULTIMATELY BREAK. SHOULD TWO U-BOLTS ON THE SAME SIDE OF THE VEHICLE BREAK, THE FRONT AXLE WOULD NOT BE RETAINED SECURELY.",,"ALL SUSPECT U-BOLTS WILL BE REPLACED BY THE DEALER, FREE OF CHARGE." -03/14/1977,77T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T008000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,176,"THE INVOLVED TIRES MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". SEPARATIONS MAY DEVELOP WITHIN THE COMPONENTS OF THE TIRE. CONTINUED USE MAY RESULT IN TIRE FAILURE.",,"THE INVOLVED TIRES WILL BE REPLACED WITHOUT CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -03/11/1977,77V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V035000),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,2678,"THE FRONT DRIVING AXLE WHEEL HUBS ON THE INVOLVED VEHICLES MAY FAIL DUE TO IMPROPERLY MACHINED SPINDLES. THIS ERROR MAY PREVENT THE WHEEL HUB AND BEARING FROM SEATING PROPERLY, CAUSING BEARING FAILURE AND EVENTUAL HUB FRACTURE. ALSO, THE FRONT WHEEL COULD DETACH DUE TO HUB FRACTURE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A NEW FRONT AXLE ASSEMBLY, WITHOUT CHARGE TO OWNER." -03/10/1977,77V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V034000),"RITE-ON TRAILERS, INC.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,180,"THE INVOLVED VEHICLES WERE NOT EQUIPPED WITH REAR SIDE REFLECTORS, REAR SIDE MARKER LAMPS, FRONT AND REAR CLEARANCE LAMPS AND REAR IDENTIFICATION LAMPS. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"".",,"THE NECESSARY LAMPS WILL BE INSTALLED TO MEET THE REQUIREMENTS OF THE STANDARD, WITHOUT CHARGE TO OWNER." -03/10/1977,77T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T007000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,10490,"THE INVOLVED TIRES FAILED TO MEET THE MINIMUM ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES FAILED WHEN TESTED UNDER ADVERSE CONDITIONS OF OVERLOAD, UNDER-INFLATION AND EXCESSIVE SPEEDS.",,"DEALER WILL REPLACE INVOLVED TIRES AND WILL MOUNT AND BALANCE REPLACEMENT TIRES, FREE OF CHARGE." -03/07/1977,77T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T006000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,400000,"THE INVOLVED TIRES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"", DUE TO DISTORTION AND SEPARATION IN THE TREAD AREA, WHICH CAN OCCUR WHILE THE TIRE IS IN SERVICE AND SUBJECTED TO OPERATING CONDITIONS SUCH AS EXCESSIVE HEAT BUILD UP. THIS HEAT BUILD UP CAN RESULT FROM THE TIRE BEING USED IN AN UNDERINFLATED, OVERLOADED OR HIGH SPEED CONDITION.",,"THE DEALER WILL REPLACE ALL RECALLED TIRES AND MOUNT AND BALANCE REPLACEMENT TIRES FREE OF CHARGE, WITHIN 60 DAYS OF NOTIFICATION." -03/02/1977,77T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T005000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,2391,"THESE TIRES FAILED TO MEET THE ENDURANCE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". FAILURE OCCURRED BECAUSE THESE TIRES DEVELOPED TREAD SEPARATION OF THE STRUCTURAL COMPONENTS IN THE BEAD AREA OF THE TIRE, ADJACENT TO THE RIM.",,"DEALER WILL REPLACE INVOLVED TIRES, FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION. NEW TIRES WILL ALSO BE MOUNTED AND BALANCED." -03/01/1977,77V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V032000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,79056,"ON THE INVOLVED VEHICLES, ONE OR BOTH OF THE FRONT BRAKE CALIPER BOLTS MAY BREAK. THIS COULD ALLOW THE BROKEN PORTION OF THE BOLT TO DRIFT INTO THE ADJACENT ROTATING WHEEL SPOKES. SHOULD BOTH CALIPER BOLTS BREAK, THE INNER CALIPER HALF MAY BECOME DETACHED FROM THE MOTORCYCLE.",,"DEALER WILL REPLACE BOLTS WITH IMPROVED TYPE BOLTS, WHERE NECESSARY." -03/01/1977,77V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V031000),COACH & EQUIP SALES CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1220,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". THE REAR DOOR GLASS MAY HAVE BEEN INSTALLED WITH A RUBBER GASKET WHICH MAY PROVIDE MARGINAL RETENTION.",,OWNER WILL BE SENT FOUR SPECIAL METAL BRACKETS TO BE INSTALLED ON EACH OF THE REAR DOOR GLASS WINDOWS. OWNER WILL BE REIMBURSED FOR LABOR CHARGES. -03/01/1977,77V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V033000),"FIAT MOTORS OF N.A., INC.",EQUIPMENT:ELECTRIC POWER ACCESSORIES:WINDOWS,VISIBILITY,NR (Not Reported),Vehicle,690,"ON THE INVOLVED VEHICLES, THE ELECTRICALLY POWERED WINDOWS MAY BE OPERATED WHEN THE IGNITION KEY IS IN THE ""OFF"" POSITION OR IS REMOVED FROM THE IGNITION SWITCH. THIS CONSTITUTES A NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 118, ""POWER OPERATED WINDOWS"".",,DEALER WILL MODIFY THE ELECTRICAL SYSTEM TO PRECLUDE POWER WINDOW OPERATION WHEN THE IGNITION KEY HAS BEEN TURNED OFF OR REMOVED FROM THE IGNITION SWITCH. -03/01/1977,77V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V030000),NURENBERGER HERCULES-WERK,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,223,"THE INVOLVED VEHICLES WERE EQUIPPED WITH HEADLIGHTS THAT FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES, AND ASSOCIATED EQUIPMENT"". ALSO, THE TAIL, STOP AND LICENSE PLATE ASSEMBLY WAS NOT INSTALLED AND RED AND YELLOW SIDE REFLECTORS WERE OMITTED.",,"DEALER WILL INSTALL THE PROPER LIGHTS AND REFLECTORS TO MEET THE REQUIREMENTS OF THE SAFETY STANDARD, WITHOUT CHARGE TO OWNER." -03/01/1977,77V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V029000),HOLIDAY RAMBLER CORP.,LPG TANK (BOTTLE),EQUIPMENT,NR (Not Reported),Vehicle,132,"ON THE INVOLVED VEHICLES, THE ABS PLASTIC L.P. GAS BOTTLE SHIELD IS ATTACHED WITH A NYLON COVERED RUBBER CORD WITH PLASTIC COATED METAL HOOKS AT EACH END. THESE METAL HOOKS MAY CHAFE AGAINST THE ALUMINUM L.P. GAS BOTTLE, EVENTUALLY WEARING THROUGH THE MATERIAL AND CREATING A GAS LEAK.",,"DEALER WILL REMOVE THE NYLON COATED RUBBER CORD AND REPLACE IT WITH A NYLON STRAP, FREE OF CHARGE." -02/24/1977,77V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V028000),ACER-MEX S.A.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,583,"ON THE INVOLVED VEHICLES, THE HEADLIGHTS FAIL TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 108, ""LAMPS, REFLECTIVE DEVICES AND ASSOCIATED EQUIPMENT"". HEADLIGHTS DO NOT PROVIDE SUFFICIENT ILLUMINATION, BRAKE LIGHT SWITCHES WERE OMITTED AND BRAKE LIGHTS ARE INADEQUATE. ALSO, REAR AND SIDE REFLECTOR PLATES ARE OF INSUFFICIENT SIZE.",,"DEALER WILL INSTALL THE NECESSARY LAMPS AND REFLECTORS TO MEET SAFETY REQUIREMENTS, WITHOUT CHARGE TO OWNER." -02/23/1977,77V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V027000),"Mercedes-Benz USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,18000,"ON THE INVOLVED VEHICLES, CORROSION COULD DEVELOP IN THE CRUISE CONTROL SYSTEM SERVO UNIT. CONSEQUENTLY, THE CRUISE CONTROL SYSTEM MAY NOT RESPOND TO ATTEMPTS TO RELEASE IT BY DEPRESSING THE BRAKE PEDAL, BUT COULD BEGIN TO ACCELERATE THE VEHICLE FROM THE SET SPEED (ABOVE APPROXIMATELY 30 MPH).",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL A REPLACEMENT ACTUATOR UNIT INSIDE THE PASSENGER COMPARTMENT, FREE OF CHARGE." -02/18/1977,77V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V026000),PETERBILT MOTOR COMPANY,BRAKES:AIR:DRUM AND SHOE SYSTEMS:LININGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,35,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 121, ""AIR BRAKE SYSTEMS"". THE INCORRECT BRAKE LININGS WERE INSTALLED ON THESE VEHICLES. THIS COULD LEAD TO INCREASED STOPPING DISTANCES.",,THE DEALER WILL INSPECT AND REPLACE SUSPECT BRAKE LININGS WITHOUT CHARGE. -02/18/1977,77E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E003000),NEONEX,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,1265,"THE INVOLVED VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 126, ""TRUCK-CAMPER LOADING"". THE VEHICLE OWNER""S MANUAL FAILED TO PROVIDE SPECIFIC CENTER OF GRAVITY AND DRY WEIGHT INFORMATION. WITHOUT THIS INFORMATION, THE CAMPER COULD BE INSTALLED IN A TRUCK WHERE THE MANUFACTURER""S CARGO WEIGHT WOULD BE EXCEEDED OR THE CENTER OF GRAVITY COULD FALL OUTSIDE THE TRUCK MANUFACTURER""S RECOMMENDED ZONE.",,"OWNER WILL BE SENT THE CORRECT INFORMATION TO BE INSERTED IN THE OWNER""S MANUAL." -02/16/1977,77V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V024000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,314,"ON THE INVOLVED VEHICLES, THE INCORRECT FUEL HOSE PIPE WAS INSTALLED. CONSEQUENTLY, THE NEEDED SPECIAL REINFORCEMENT, USED TO HELP PREVENT RUPTURE OF THE HOSE AND SPILLAGE OF FUEL RESULTING FROM AN IMPACT FROM THE SIDE, WAS OMITTED. THIS WOULD CONSTITUTE A NON-COMPLIANCE WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 310, ""FUEL SYSTEM INTEGRITY"".",,"DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT FUEL HOSE WITHOUT CHARGE TO OWNER." -02/16/1977,77V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V025000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,35,"ON THE INVOLVED VEHICLES, THE INCORRECT STEERING LINKAGE ASSEMBLY MAY HAVE BEEN INSTALLED. AS A RESULT, THE RIGHT-HAND STEERING TIE ROD MIGHT INTERFERE WITH THE INTERMEDIATE ROD. THIS COULD CAUSE THE CONNECTION TO FAIL DUE TO EXCESSIVE STRESS AT THAT POINT.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE STEERING LINKAGE ASSEMBLY WITHOUT CHARGE." -02/15/1977,77V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V023000),Lotus Cars Limited,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,138,"ON THE INVOLVED VEHICLES, A SUDDEN LOSS OF PRESSURE FROM THE WHEEL/VALVE ASSEMBLY COULD OCCUR DUE TO SPLITTING OF THE VALVE RUBBER.",,"DEALER WILL REPLACE THE DEFECTIVE VALVES ON ALL INVOLVED VEHICLES, FREE OF CHARGE." -02/14/1977,77V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V021000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,6,"A ""SPEED NUT"", WHICH RETAINS THE STEERING COLUMN BOOT TO THE TOEBOARD, CAN CUT THROUGH THE STEERING COLUMN.",,"A NEW DESIGN STEERING COLUMN ADAPTER WILL BE INSTALLED ON ALL AFFECTED VEHICLES. IF STEERING COLUMN IS DAMAGED, IT WILL BE REPLACED." -02/14/1977,77V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V022000),WHITE MOTOR CORPORATION,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,333,"ON THE INVOLVED VEHICLES, THE STEERING UNIVERSAL SHAFT ASSEMBLIES MAY HAVE BEEN IMPROPERLY MANUFACTURED. AS A RESULT, THE ASSEMBLY COULD FAIL.",,"DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE UNIVERSAL SHAFT ASSEMBLY WITHOUT CHARGE." -02/11/1977,77T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T004000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,664,"THE INVOLVED TIRES FAIL TO MEET THE HIGH SPEED REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THESE TIRES FAILED DURING THE HIGH SPEED TEST BECAUSE OF TREAD SEPARATION.",,"DEALER WILL REPLACE INVOLVED TIRES, FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -02/10/1977,77V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V020000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,650,"THE STUB ENDS OF THE AXLE HOUSING MAY NOT HAVE BEEN PROPERLY MANUFACTURED TO SPECIFICATIONS. THESE STUBS WOULD BE OF INADEQUATE STRENGTH AND COULD FRACTURE. COMPLETE FRACTURE WOULD CAUSE THE FRONT WHEEL, HUB, AND BRAKE ASSEMBLY TO DETACH FROM THE AXLE.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, INSTALL THE CORRECT AXLE HOUSING STUBS." -02/09/1977,77V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V017000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,2967,"THE INVOLVED VEHICLES MAY NOT COMPLY WITH FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 110, ""TIRE SELECTION AND RIMS"". THE TIRE PRESSURE PLACARDS INCORRECTLY SPECIFY THE FRONT TIRE PRESSURE FOR MAXIMUM LOAD CONDITIONS. AS A RESULT, TIRES COULD FAIL DUE TO OVERLOADING.",,"THE OWNER WILL BE SENT THE CORRECT PLACARD AND HAS THE OPTION OF INSTALLING IT HIM/HERSELF OR HAVING THE DEALER INSTALL IT, FREE OF CHARGE." -02/09/1977,77V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V019000),WICKES CORPORATION,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1167,"THE RATED CAPACITY OF THE SUSPENSION SYSTEM MAY BE INADEQUATE FOR NORMAL IN-USE LOADING. CONSEQUENTLY, THE SPRINGS MAY SAG AND THE WHEELS COULD BREAK.",,"DEPENDING UPON THE COMPONENTS WITH WHICH THE INVOLVED VEHICLES ARE NOW EQUIPPED, A NEW SET OF TIRES, OR WHEELS, OR SPRINGS, OR AXLES, OR AN ENTIRE SUSPENSION SYSTEM MAY BE INSTALLED, WITHOUT CHARGE TO OWNER." -02/09/1977,77V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V018000),PETERBILT MOTOR COMPANY,SUSPENSION:SINGLE AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,900,"THE REAR AXLE SUSPENSION U-BOLTS ON THE INVOLVED VEHICLES MAY FAIL. SHOULD TWO OR MORE U-BOLTS FAIL, THE DRIVE AXLE(S) CAN SEPARATE FROM THE VEHICLE CHASSIS.",,"THE DEALER WILL REPLACE THE DEFECTIVE U-BOLTS, FREE OF CHARGE." -02/03/1977,77V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V016000),"SAAB CARS USA, INC.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12029,"THE INVOLVED VEHICLES FAIL TO CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 301, ""FUEL SYSTEM INTEGRITY"". IN A 30 M.P.H. FRONTAL CRASH BARRIER TEST, THE FUEL LINE BROKE, ALLOWING EXCESSIVE FUEL LEAKAGE DUE TO DISLOCATION OF THE SAFETY SWITCH WHICH FAILED TO SHUT OFF THE FUEL PUMP AS INTENDED.",,"THE DEALER WILL INSTALL A NEW FUEL PUMP RELAY SENSING UNIT, FREE OF CHARGE." -01/27/1977,77V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V009000),Ford Motor Company,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,5387,THE FRONT WHEEL SPINDLE ON THE INVOLVED VEHICLES MAY CRACK IN SERVICE. SPINDLE STEM SEPARATION COULD OCCUR DUE TO FAILURE OF THE STEM AT THE INNER BEARING FILLET LOCATION.,,"THE DEALER WILL REPLACE BOTH FRONT SPINDLES, IF NECESSARY, FREE OF CHARGE." -01/24/1977,77T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T002000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,2070,THE INVOLVED TIRES MAY DEVELOP FLEX CRACKS IN THE UPPER SIDEWALL AREA WHILE IN SERVICE. THESE CRACKS ARE A RESULT OF USE OF THE WRONG FABRIC IN ONE OF THE BODY PLIES.,,"DEALER WILL REPLACE THE INVOLVED TIRES AND MOUNT AND BALANCE NEW TIRES, FREE OF CHARGE, WITHIN 60 DAYS OF NOTIFICATION." -01/21/1977,77T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T001000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,680,"THE INVOLVED TIRES MAY NOT MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 119, ""NEW PNEUMATIC TIRES FOR VEHICLES OTHER THAN PASSENGER CARS"". AS A RESULT, THE TREAD COULD SEPARATE FROM THE CARCASS IN THE SHOULDER AREA OF THE TIRE WHILE IN SERVICE.",,"INVOLVED TIRES WILL BE REPLACED, FREE OF CHARGE, WITHIN 60 DAYS OF RECALL NOTIFICATION." -01/18/1977,77V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V007000),WHITE MOTOR CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,71,"THE HOSES ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN PROPERLY INSTALLED. AS A RESULT, AIR LEAKAGE COULD OCCUR. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 106, ""BRAKE HOSES"". COMPLETE FAILURE WILL HOWEVER, ACTUATE THE TRACTOR PROTECTION VALVE AND THE TRAILER PARKING BRAKES WILL BE APPLIED AUTOMATICALLY.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REPLACE THE HOSE ASSEMBLY, FREE OF CHARGE." -01/18/1977,77V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V006000),Eldorado National-Kansas,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,210,THE PIN BOX SUPPORT MEMBERS ON THE INVOLVED VEHICLES MAY GRADUALLY DISTORT AND FAIL. THIS COULD CAUSE A DECREASE IN TOWING STABILITY.,,"THE DEALER WILL REPLACE THE REAR SUPPORT CROSS MEMBERS AND ADD A DIAGONAL BRACING FROM THE REAR SUPPORT MEMBER TO THE PIN BOX LONGITUDINAL MEMBERS, FREE OF CHARGE." -01/18/1977,77V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V008000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,8168,THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH ALUMINUM GRAB HANDLES. THESE HANDLES CAN CRACK THROUGH THE UPPER MOUNTING HOLE AND EVENTUALLY FAIL.,,"THE DEALER WILL REPLACE THE ALUMINUM HANDLES ON ALL AFFECTED VEHICLES, FREE OF CHARGE." -01/13/1977,77V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V005000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,20,"ON THE INVOLVED VEHICLES, THE HOSE USED TO SUPPLY VACUUM TO THE BRAKE POWER UNIT OR VACUUM RESERVE TANK MAY HAVE BEEN OF THE WRONG MATERIAL. THIS HOSE COULD DEFORM SUFFICIENTLY DURING NORMAL OPERATION TO CAUSE A REDUCTION IN VACUUM ASSIST TO THE BRAKE POWER UNIT. THIS WOULD RESULT IN GREATER BRAKE PEDAL EFFORT BY OPERATOR AND AN INCREASE IN VEHICLE STOPPING DISTANCES.",,"THE DEALER WILL INSPECT AND, IF NECESSARY, REMOVE INCORRECT HOSE AND INSTALL THE PROPER VACUUM HOSE." -01/13/1977,77E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E002000),ARVINMERITOR AUTOMOTIVE,WHEELS,WHEELS,NR (Not Reported),Equipment,1038,THE INVOLVED VEHICLES MAY HAVE BEEN EQUIPPED WITH DEFECTIVE HUBS IN THAT THEY MAY DEVELOP CRACKS WHICH COULD LEAD TO HUB FAILURE.,,DEALER WILL INSPECT AND REPLACE DEFECTIVE HUBS WITHOUT CHARGE TO OWNER. -01/12/1977,77V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V004000),"WARD INDUSTRIES, INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,269,"THE INVOLVED VEHICLES DO NOT CONFORM TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 217, ""BUS WINDOW RETENTION AND RELEASE"". EMERGENCY EXIT LABELS MAY HAVE BEEN OMITTED NEAR THE REAR EXITS ON SOME VEHICLES. ALSO, LABELS AT THE OPTIONAL SIDE EMERGENCY DOOR MAY NOT CLEARLY STATE INSTRUCTIONS FOR OPENING THE DOOR.",,"OWNER WILL BE SENT THE PROPER LABELS, WITH INSTRUCTIONS FOR CORRECT INSTALLATION. OWNER WILL BE REIMBURSED FOR ANY LABOR COSTS." -01/10/1977,77E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77E001000),COMPTON TRUCK & EQUIP. CO,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,765,THE INVOLVED FIFTH WHEEL COUPLERS MAY CONTAIN DEFECTIVE CLEVIS PINS WHICH COULD DEVELOP STRESS CRACKS IN THE AREA OF THE 1/4 INCH DIAMETER HOLE WHERE THE COTTER PIN IS INSTALLED. THIS CONDITION COULD CAUSE THE CLEVIS PIN TO SHEAR IN HALF.,,OWNER WILL BE SENT THE NECESSARY MATERIALS AND INSTRUCTIONS FOR INSTALLATION OF NEW CLEVIS AND COTTER PINS. -01/06/1977,77V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V003000),"Rolls-Royce Motor Cars, Ltd.",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,336,"ON THE INVOLVED VEHICLES, THE SECURING NUT WHICH FASTENS THE PENDULUM LEVER TO THE STEERING BOX ROCKING SHAFT MAY NOT HAVE BEEN TIGHTLY FASTENED. SHOULD THE NUT WORK LOOSE AND COME OFF, THE PENDULUM LEVER MAY BE DETACHED FROM THE ROCKING SHAFT.",,THE DEALER WILL TIGHTEN THE SECURING NUT TO PROPER SPECIFICATIONS ON ALL INVOLVED VEHICLES. -01/04/1977,77V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V002000),"Winnebago Industries, Inc.",LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,38,"THE FURNACE ON THE INVOLVED VEHICLES MAY HAVE BEEN IMPROPERLY INSTALLED. CONSEQUENTLY, WHEN THE FURNACE IS IN SERVICE, A DOWN DRAFT OR SUCTION MAY BE CREATED WITHIN THE REFRIGERATOR CABINET. FURTHERMORE, THIS DOWN DRAFT COULD CAUSE THE FLAME TO BE DRAWN DOWN OVER THE TOP OF THE BURNER.",,THE DEALER WILL INSTALL VENEER PANELS OVER AN ACCESS OPENING AT THE BOTTOM OF THE REFRIGERATOR CABINET TO ELIMINATE THE DOWN DRAFT. THIS WILL BE PERFORMED FREE OF CHARGE. -01/03/1977,77T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77T003000),UNIROYAL GOODRICH TIRE CO,TIRES:OTHER,TIRES,NR (Not Reported),Tire,831,"THE INVOLVED TIRES FAILED TO MEET THE REQUIREMENTS OF FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 109, ""NEW PNEUMATIC TIRES"". THIS FAILURE IS BELIEVED TO BE DUE TO EXCESSIVE MOISTURE CONTENT IN THE FABRIC BEAD WRAP WHICH CAUSES SEPARATION BETWEEN THE FABRIC WRAP AND THE COAT STOCK DUE TO HIGH SPEED FLEXING.",,"DEALER WILL REPLACE INVOLVED SPARE TIRE/WHEEL ASSEMBLIES, FREE OF CHARGE." -01/02/1977,77V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V015000),JAGUAR ROVER TRIUMPH INC.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,3487,"THE ""SPOKER WHEELS"", INSTALLED ON THE INVOLVED VEHICLES, MAY FAIL IN SERVICE DUE TO CRACKS THAT MAY DEVELOP IN USE. CONTINUED DRIVING WITH A CRACKED WHEEL COULD LEAD TO FAILURE OF OTHER SPOKES AND THE COMPLETE COLLAPSE OF THE WHEEL.",,"DEALER WILL INSPECT AND REPLACE ALL SUSPECT WHEELS WITH AN IMPROVED TYPE OF WHEEL, WITHOUT CHARGE TO OWNER." -01/01/1977,77V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V013000),"Mack Trucks, Inc.",BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,830,"CRACKS MAY BE PRESENT IN THE BRAKE SPIDER. THESE CRACKS COULD EVENTUALLY CAUSE THE BRAKE SPIDER TO FAIL. THIS COULD ALLOW SEPARATION OF THAT PORTION OF THE BRAKE SPIDER THAT RETAINS THE BRAKE CAMSHAFT, THE BRAKE CHAMBER, AND THE BRAKE CHAMBER BRACKET FROM THE FOUNDATION BRAKE ASSEMBLY. BRAKE PULL IN THE DIRECTION OPPOSITE THE AFFECTED WHEEL LOCATION OR WHEEL LOCK-UP ON THE AFFECTED WHEEL COULD OCCUR.",,"THE DEALER WILL INSPECT AND MODIFY THE AFFECTED BRAKE SPIDERS, FREE OF CHARGE." -01/01/1977,77V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V014000),CYCLE PEUGEOT USA,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,751,"ON THE INVOLVED VEHICLES, THE WORD ""FUEL"" IS MISSING FROM THE LABEL FOR THE FUEL TANK SHUT-OFF VALVE. THIS CONSTITUTES A NON-COMPLIANCE TO FEDERAL MOTOR VEHICLE SAFETY STANDARD NO. 123, ""MOTORCYCLE CONTROLS AND DISPLAYS"". DUE TO THIS OMISSION, THE OPERATOR MAY BE UNABLE TO LOCATE THE SHUT-OFF VALVE TO STOP THE FLOW OF FUEL FROM THE TANK.",,"OWNER WILL BE SENT THE PROPER IDENTIFICATION LABEL. THIS MAY BE INSTALLED BY THE OWNER OR BY THE DEALER, IF PREFERRED." -01/01/1977,77V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V010000),FREIGHTLINER LLC,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,1000,"THE REAR HANGER BRACKETS ON THE INVOLVED VEHICLES MAY DEVELOP CRACKS. THESE CRACKS COULD PROGRESS AND CAUSE BRACKETS TO FAIL COMPLETELY. BECAUSE THE BRACKETS ARE LOCATED ON THE UNDERSIDE OF THE AXLE HOUSINGS, FAILURE OF THE BRACKETS COULD CAUSE ONE AXLE OF THE SET OF AXLES TO SEPARATE FROM THE CHASSIS.",,"DEALER WILL REPLACE SUSPECT HANGER BRACKETS WITH NEW BRACKETS OF A DIFFERENT PART NUMBER, WITHOUT CHARGE TO OWNER." -01/01/1977,77V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V012000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,33,"ON THE INVOLVED VEHICLES, THE COTTER PIN MAY HAVE BEEN OMITTED AND THE RETAINING NUT IMPROPERLY SECURED. CONSEQUENTLY, THE STEERING LINKAGE COULD DETACH FROM THE PITMAN ARM.",,"THE DEALER WILL TIGHTEN THE ATTACHING NUT TO SPECIFICATIONS AND INSTALL A COTTER PIN, WITHOUT CHARGE TO OWNER." -01/01/1977,77V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=77V011000),"Mack Trucks, Inc.",STEERING:MANUAL:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,2200,"THE LOWER STEERING SHAFT YOKE CLAMP BOLTS ON THE INVOLVED VEHICLES MAY NOT HAVE BEEN SUFFICIENTLY TIGHTENED. SHOULD THESE BOLTS LOSSEN AND COME OFF, THE LOWER STEERING SHAFT COULD SEPARATE FROM THE STEERING GEAR.",,"THE DEALER WILL SECURE THE CLAMP BOLT AND MAKE THE NECESSARY MODIFICATIONS ON THE LOWER STEERING SHAFT, FREE OF CHARGE." -12/30/1976,76V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V208000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22595,,, -12/30/1976,76V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V209000),"General Motors, LLC",STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1252,,, -12/27/1976,76V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V207000),"TRAILITE, INC.",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,17,,, -12/22/1976,76V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V203000),"JOHN EVANS MFG. CO., INC.",BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,,, -12/22/1976,76V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V204000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,76007,,, -12/22/1976,76V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V205000),"BATAVUS USA, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4143,,, -12/22/1976,76V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V206000),FRUEHAUF CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,22,,, -12/20/1976,76E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E025000),WAGNER,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,0,,, -12/20/1976,76V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V202000),WHITE MOTOR CORPORATION,SUSPENSION:TWIN I-BEAM:FRONT SPINDLE:KNUCKLE STEER,STEERING,NR (Not Reported),Vehicle,41,,, -12/17/1976,76V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V201000),PETERBILT MOTOR COMPANY,SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,500,,, -12/17/1976,76T028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T028000),Goodyear Tire & Rubber Company,TIRES:CORD,TIRES,NR (Not Reported),Tire,500,,, -12/17/1976,76E024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E024000),FIRESTONE STEEL PROD. CO.,WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Equipment,15792,,, -12/13/1976,76V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V200000),"FIAT MOTORS OF N.A., INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,8906,,, -12/10/1976,76V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V198000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28436,,, -12/10/1976,76V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V199000),"FORTIN WELDING & MFG.,INC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,387,,, -12/10/1976,76T027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T027000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,40,,, -12/06/1976,76V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V196000),"General Motors, LLC",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,519,,, -12/06/1976,76V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V194000),VESPA OF AMER. CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,9000,,, -12/06/1976,76V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V197000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,174769,,, -12/06/1976,76V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V002000),"BMW of North America, LLC",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,29043,,, -12/06/1976,76V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V195000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,6501,,, -12/06/1976,76E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E023000),KELSEY-HAYES COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Equipment,900,,, -12/05/1976,76V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V001000),"ALFA ROMEO, INCORPORATED",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,631,,, -12/01/1976,76E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E022000),DPD,AIR CONDITIONER:COMPRESSOR,EQUIPMENT,NR (Not Reported),Equipment,203,,, -12/01/1976,76V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V193000),"PREVOST CAR, INCORPORATED",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,82,,, -12/01/1976,76V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V191000),PETERBILT MOTOR COMPANY,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,4832,,, -12/01/1976,76V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V192000),PETERBILT MOTOR COMPANY,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1050,,, -11/26/1976,76T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T026000),"ATLAS COPCO N.A., INC",TIRES:TREAD,TIRES,NR (Not Reported),Tire,332,,, -11/23/1976,76V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V190000),Ford Motor Company,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,12500,,, -11/23/1976,76T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T025000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,150,,, -11/23/1976,76T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T024000),ARMSTRONG RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,13352,,, -11/22/1976,76V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V188000),AM GENERAL LLC,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,3270,,, -11/22/1976,76V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V189000),AM GENERAL LLC,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,343,,, -11/19/1976,76V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V187000),Blue Bird Body Company,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,400,,, -11/19/1976,76V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V186000),WHITE MOTOR CORPORATION,WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,149,,, -11/18/1976,76T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T023000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,12700,,, -11/16/1976,76V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V184000),PAT-CAR CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,186,,, -11/16/1976,76V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V185000),"Porsche Cars North America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,3072,,, -11/16/1976,76E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E021000),PERRIS,LIGHTING:LAMP OR SOCKET:OTHER PART LIGHTING SYSTEM,EXTERIOR LIGHTING,NR (Not Reported),Equipment,98,,, -11/16/1976,76V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V183000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,34160,,, -11/11/1976,76V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V182000),GRUMMAN FLXIBLE CORP.,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,207,,, -11/11/1976,76T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T022000),Cooper Tire & Rubber Co.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,400,,, -11/11/1976,76T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T021000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,5000,,, -11/09/1976,76V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V181000),FRUEHAUF CORPORATION,BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,165,,, -11/09/1976,76V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V180000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,80402,,, -11/09/1976,76V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V179000),"Mercedes-Benz USA, LLC",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,16672,,, -11/08/1976,76V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V178000),"APOLLO MOTOR HOMES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,17,,, -11/08/1976,76V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V177000),"Mack Trucks, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,739,,, -11/05/1976,76V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V176000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3970,,, -11/05/1976,76E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E020000),WHEEL,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,27012,,, -11/03/1976,76V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V175000),"General Motors, LLC",LIGHTING:SWITCH:BUTTON:RING:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,66632,,, -11/03/1976,76T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T020000),DUNLOP TIRE CORPORATION,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1168,,, -11/02/1976,76V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V174000),FREIGHTLINER LLC,STEERING:MANUAL:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,239,,, -11/02/1976,76V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V173000),EXCALIBUR AUTO CORP.,WHEELS:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,121,,, -11/01/1976,76E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E019000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Equipment,12602,,, -10/29/1976,76V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V172000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,350,,, -10/29/1976,76V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V171000),GRUMMAN FLXIBLE CORP.,FUEL:FUEL INJECTION:ELECTRICAL:VALVE:START,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1787,,, -10/29/1976,76V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V170000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,372584,,, -10/27/1976,76T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T018000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1514,,, -10/27/1976,76T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T019000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,781,,, -10/22/1976,76V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V168000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,158,,, -10/22/1976,76V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V167000),BEATRICE FOODS COMPANY,LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,780,,, -10/22/1976,76V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V169000),"COBRA INDUSTRIES, INC.",TIRES,TIRES,NR (Not Reported),Vehicle,39,,, -10/19/1976,76V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V166000),PACCAR Incorporated,LIGHTING:LAMP OR SOCKET:BACK UP LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,200,,, -10/18/1976,76V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V165000),Ford Motor Company,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,53137,,, -10/15/1976,76T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T017000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3120,,, -10/14/1976,76V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V164000),"BMW of North America, LLC",POWER TRAIN:TRANSMISSION:5 SPEED AND UP,POWER TRAIN,NR (Not Reported),Vehicle,520,,, -10/13/1976,76V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V163000),FREIGHTLINER LLC,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,167,,, -10/12/1976,76V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V162000),MIDLAND ROSS CORP.,BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,631,,, -10/12/1976,76V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V159000),"Brown Industries, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,600,,, -10/12/1976,76V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V160000),"General Motors, LLC",FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,811180,,, -10/12/1976,76V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V161000),"SAAB CARS USA, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,7139,,, -10/06/1976,76E018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E018000),AIR-O-MATIC PWR STRNG CO.,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Equipment,39310,,, -10/05/1976,76V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V158000),SOMERSET MARINE,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,112,,, -10/04/1976,76V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V155000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4,,, -10/04/1976,76V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V157000),"GRUMMAN ALLIED IND., INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,227,,, -10/04/1976,76V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V156000),PETERBILT MOTOR COMPANY,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,10,,, -10/01/1976,76V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V154000),"BMW of North America, LLC",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,444,,, -10/01/1976,76T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T016000),CEAT,TIRES:PLY,TIRES,NR (Not Reported),Tire,6000,,, -09/28/1976,76V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V153000),WHITE MOTOR CORPORATION,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,749,,, -09/27/1976,76V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V152000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:DISC BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,57140,,, -09/27/1976,76V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V151000),SHELLER-GLOBE CORPORATION,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,150,,, -09/24/1976,76V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V150000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,233,,, -09/21/1976,76V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V147000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,505,,, -09/21/1976,76V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V149000),"THOMAS BUILT BUSES, INC.",EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,13000,,, -09/21/1976,76V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V146000),"COACHMEN INDUSTRIES, INC.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,762,,, -09/21/1976,76V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V148000),FMC CORPORATION,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,52,,, -09/17/1976,76V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V145000),AM GENERAL LLC,EMERGENCY PARKING BRAKE:AIR,PARKING BRAKE,NR (Not Reported),Vehicle,1978,,, -09/17/1976,76V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V143000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1200,,, -09/17/1976,76V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V144000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,225,,, -09/14/1976,76V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V142000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,31,,, -09/14/1976,76V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V140000),Ford Motor Company,FUEL:CARBURETOR:DOUBLE:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18000,,, -09/14/1976,76V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V139000),KELSEY-HAYES COMPANY,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,13,,, -09/14/1976,76V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V141000),Ford Motor Company,VISUAL SYSTEMS:WINDSHIELD WASHER,VISIBILITY,NR (Not Reported),Vehicle,2063,,, -09/10/1976,76V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V138000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,2000,,, -09/07/1976,76V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V133000),AM GENERAL LLC,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1487,,, -09/07/1976,76V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V136000),"FLEETWOOD ENTERPRISES, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,160,,, -09/07/1976,76V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V135000),STARCRAFT COMPANY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,124,,, -09/07/1976,76V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V137000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,15861,,, -09/07/1976,76V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V134000),Ford Motor Company,INTERIOR SYSTEMS:BENCH:BACK REST,SEATS,NR (Not Reported),Vehicle,5200,,, -09/07/1976,76V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V132000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,55564,,, -09/01/1976,76E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E017000),VETTER FAIRING CO.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,750,,, -08/27/1976,76T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T015000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,7000,,, -08/26/1976,76V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V131000),UNIVERSAL MOPED IMPORTS,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,250,,, -08/18/1976,76E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E016000),DAYTON STEEL FOUNDRY CO.,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Equipment,100,,, -08/17/1976,76E015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E015000),WAGNER,BRAKES:AIR:MASTER CYLINDER:AIR HYDRAULIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,350,,, -08/16/1976,76V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V130000),BENDIX CORPORATION,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,176,,, -08/16/1976,76V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V129000),AM GENERAL LLC,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,22,,, -08/13/1976,76V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V128000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:LAMP LIGHT:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5176,,, -08/12/1976,76V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V126000),Mazda North American Operations,FUEL:FUEL EMISSION CONTROL:VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,9137,,, -08/12/1976,76V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V127000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,192,,, -08/10/1976,76V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V123000),"REVCON, INCORPORATED",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1004,,, -08/10/1976,76V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V125000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,40000,,, -08/10/1976,76V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V124000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,800,,, -08/09/1976,76V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V122000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,80,,, -08/05/1976,76V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V121000),WHITE MOTOR CORPORATION,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,18,,, -08/03/1976,76T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T014000),MANSFIELD TIRE & RUBBER C,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,4409,,, -08/02/1976,76V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V120000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,209562,,, -07/29/1976,76V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V119000),FMC CORPORATION,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,645,,, -07/28/1976,76V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V118000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,105,,, -07/26/1976,76V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V114000),"ROBINHOOD MTR HOMES, INC.",EQUIPMENT:OTHER PIECES:SHOWER CURTAIN(RV),EQUIPMENT,NR (Not Reported),Vehicle,617,,, -07/26/1976,76V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V116000),"PORT TRAILERS, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,143,,, -07/26/1976,76V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V115000),"FIAT MOTORS OF N.A., INC.",POWER TRAIN:DRIVELINE:DIFFERENTIAL UNIT,POWER TRAIN,NR (Not Reported),Vehicle,25905,,, -07/22/1976,76V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V113000),"ADVANCE MIXER, INC.",BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,,, -07/20/1976,76V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V112000),Ford Motor Company,INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,6373,,, -07/20/1976,76V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V111000),Trailmobile Canada Limited,SUSPENSION:I-BEAM:SOLID:FRONT KING PIN,SUSPENSION,NR (Not Reported),Vehicle,115,,, -07/19/1976,76V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V110000),AM GENERAL LLC,STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,11888,,, -07/19/1976,76V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V109000),BUS & TRUCK SUPPLY CO.,VISUAL SYSTEMS:GLASS:WINDOW:TAILGATE AND BACK DOOR,VISIBILITY,NR (Not Reported),Vehicle,300,,, -07/16/1976,76V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V108000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,18980,,, -07/15/1976,76V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V105000),"MOBIL TRAVELER, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1347,,, -07/15/1976,76V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V107000),"Volvo Car USA, LLC",STEERING:GEAR:RACK,STEERING,NR (Not Reported),Vehicle,56820,,, -07/15/1976,76V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V106000),"Volvo Car USA, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,56820,,, -07/14/1976,76V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V103000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:SENSOR ASSEMBLY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5509,,, -07/14/1976,76V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V104000),JAGUAR ROVER TRIUMPH INC.,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,15000,,, -07/09/1976,76E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E014000),"ACCESSORY DIST., INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,8766,,, -07/09/1976,76V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V101000),STERLING-SALEM CORP.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,110,,, -07/09/1976,76V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V102000),"RADEMACHER IND., INC.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,600,,, -07/08/1976,76V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V100000),PANTHER WESTWINDS LTD.,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6,,, -07/07/1976,76V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V099000),VESELY COMPANY,BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2500,,, -07/02/1976,76V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V097000),Ford Motor Company,AIR CONDITIONER,EQUIPMENT,NR (Not Reported),Vehicle,2380,,, -07/02/1976,76E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E013000),KELSEY-HAYES COMPANY,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,748,,, -07/02/1976,76V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V096000),"COSMOPOLITAN MOTORS, INC.",POWER TRAIN:TRANSMISSION:5 SPEED AND UP,POWER TRAIN,NR (Not Reported),Vehicle,102,,, -07/02/1976,76V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V098000),"General Motors, LLC",WHEELS:SINGLE:OTHER,WHEELS,NR (Not Reported),Vehicle,938,,, -07/01/1976,76V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V093000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,497,,, -07/01/1976,76V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V094000),SHELLER-GLOBE CORPORATION,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5049,,, -07/01/1976,76V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V095000),GRUMMAN FLXIBLE CORP.,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1312,,, -06/29/1976,76V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V092000),"Kawasaki Motors Corp., U.S.A.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,7200,,, -06/28/1976,76E012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E012000),PUROLATOR,FUEL:CARBURETOR:UNKNOWN TYPE:CLEANER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,29000,,, -06/24/1976,76V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V090000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9299,,, -06/24/1976,76V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V091000),"General Motors, LLC",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1210,,, -06/22/1976,76V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V088000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,80,,, -06/22/1976,76V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V089000),FMC CORPORATION,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,117,,, -06/18/1976,76E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E011000),K.S. PRODUCTS CORP.,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,97900,,, -06/18/1976,76V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V086000),"EASY TRAIL, INC.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3150,,, -06/18/1976,76V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V087000),"CONTEMPO CAMPERS, INC.",STRUCTURE:BODY ROOF,STRUCTURE,NR (Not Reported),Vehicle,900,,, -06/11/1976,76V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V084000),East Manufacturing Corp.,BRAKES:AIR:ANTILOCK SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,,, -06/11/1976,76V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V085000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:WINDSHIELD WIPER,VISIBILITY,NR (Not Reported),Vehicle,26686,,, -06/11/1976,76E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E010000),KELSEY-HAYES COMPANY,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,3179,,, -06/09/1976,76V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V083000),"Mack Trucks, Inc.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,404,,, -06/07/1976,76V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V082000),"Chrysler (FCA US, LLC)",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,6800,,, -06/03/1976,76V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V080000),CIMATTI LIMITED,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1250,,, -06/03/1976,76V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V081000),AUTO. FERRUCCIO LAMBORG.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,15,,, -06/01/1976,76V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V078000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10818,,, -06/01/1976,76V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V079000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,20277,,, -06/01/1976,76T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T013000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,2227,,, -05/25/1976,76V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V077000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6894,,, -05/25/1976,76V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V076000),"Nissan North America, Inc.",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,31615,,, -05/25/1976,76E009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E009000),ARVINMERITOR AUTOMOTIVE,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Equipment,1491,,, -05/24/1976,76T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T012000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,2900,,, -05/24/1976,76T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T011000),FIRESTONE TIRE & RUBBER CO.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,13000,,, -05/21/1976,76E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E008000),WAGNER,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,13790,,, -05/21/1976,76V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V075000),"AMERICAN JAWA, LIMITED",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1010,,, -05/18/1976,76V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V074000),"CARPENTER BDY WRKS, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,3,,, -05/18/1976,76V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V072000),"RECREATION & SPORTS, INC",RECREATION & SPORTS/FMVSS 302/DRAPERIES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,435,,, -05/18/1976,76V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V073000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,2087,,, -05/13/1976,76V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V071000),"FIAT MOTORS OF N.A., INC.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6765,,, -05/11/1976,76V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V070000),"General Motors, LLC",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,366,,, -05/11/1976,76E007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E007000),Carrier Corporation,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,546,,, -05/06/1976,76T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T010000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,927,,, -05/05/1976,76V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V068000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,491,,, -05/05/1976,76V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V069000),"Volvo Car USA, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,67633,,, -04/29/1976,76E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E006000),MIDLAND INTERNAT. CORP.,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,3880,,, -04/29/1976,76V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V066000),"JENSEN MOTORS, INC.",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,181,,, -04/29/1976,76V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V067000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,410580,,, -04/28/1976,76T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T009000),GENERAL TIRE & RUBBER CO.,TIRES:BELT,TIRES,NR (Not Reported),Tire,60134,,, -04/26/1976,76V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V065000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1447,,, -04/22/1976,76V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V064000),"General Motors, LLC",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,479,,, -04/21/1976,76V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V063000),WHITE MOTOR CORPORATION,WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Vehicle,14,,, -04/20/1976,76V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V059000),YAMAHA INTERNATIONAL CORP,BRAKES:MECHANICAL SERVICE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12905,,, -04/20/1976,76V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V062000),BENDIX CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,915,,, -04/20/1976,76V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V061000),"COACHMEN INDUSTRIES, INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,168,,, -04/20/1976,76V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V060000),"Mack Trucks, Inc.",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,608,,, -04/16/1976,76V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V058000),"CARPENTER BDY WRKS, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,28,,, -04/15/1976,76V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V056000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,941,,, -04/15/1976,76V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V057000),"Mack Trucks, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,27,,, -04/13/1976,76V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V055000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,48000,,, -04/12/1976,76V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V054000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13000,,, -04/09/1976,76V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V053000),"CARPENTER BDY WRKS, INC.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,59,,, -04/09/1976,76V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V052000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,50,,, -04/08/1976,76V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V051000),GRUMMAN FLXIBLE CORP.,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,343,,, -04/06/1976,76E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E005000),"ELECTROFILM, INC.",EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,4262,,, -04/05/1976,76T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T008000),MONTGOMERY WARD & CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,800,,, -04/02/1976,76V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V050000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,2500,,, -03/30/1976,76T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T007000),FIRESTONE TIRE & RUBBER CO.,TIRES:OTHER,TIRES,NR (Not Reported),Tire,200,,, -03/30/1976,76T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T006000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,7900,,, -03/29/1976,76V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V048000),"FLEETWOOD ENTERPRISES, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,1262,,, -03/29/1976,76V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V047000),WHITE MOTOR CORPORATION,WHEELS:MULTIPLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,430,,, -03/25/1976,76V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V046000),Ford Motor Company,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,235,,, -03/24/1976,76V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V045000),PENTON IMPORTS,LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,591,,, -03/17/1976,76V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V044000),FREIGHTLINER LLC,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,10,,, -03/16/1976,76V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V042000),"COACHMEN INDUSTRIES, INC.",ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,76,,, -03/16/1976,76V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V043000),"ALFA ROMEO, INCORPORATED",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,2004,,, -03/15/1976,76V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V041000),"LONG MFG. N. C., INCORPOR",LIGHTING:GENERAL OR UNKNOWN COMPONENT:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,301,,, -03/12/1976,76V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V040000),SHELLER-GLOBE CORPORATION,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,279,,, -03/12/1976,76V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V039000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,7207,,, -03/12/1976,76T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T005000),"ATLAS COPCO N.A., INC",TIRES:TREAD,TIRES,NR (Not Reported),Tire,12,,, -03/11/1976,76V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V038000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,,, -03/11/1976,76T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T004000),"ATLAS COPCO N.A., INC",TIRES:OTHER,TIRES,NR (Not Reported),Tire,208,,, -03/10/1976,76E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E004000),"ESSEX INTERNATIONAL, INC.",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Equipment,23506,,, -03/09/1976,76V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V037000),"Chrysler (FCA US, LLC)",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2400,,, -03/04/1976,76V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V036000),BEATRICE FOODS COMPANY,LPG TANK VALVE,EQUIPMENT,NR (Not Reported),Vehicle,600,,, -03/03/1976,76V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V035000),Ford Motor Company,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,11911,,, -03/01/1976,76V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V034000),"Chrysler (FCA US, LLC)",STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,18858,,, -02/27/1976,76V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V117000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,101,,, -02/24/1976,76E003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E003000),ARVINMERITOR AUTOMOTIVE,SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Equipment,28000,,, -02/23/1976,76V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V033000),Motor Coach Industries,EMERGENCY PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,170,,, -02/23/1976,76V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V032000),"Chrysler (FCA US, LLC)",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,2500,,, -02/23/1976,76T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T003000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,610,,, -02/20/1976,76V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V031000),FMC CORPORATION,EQUIPMENT:OTHER PIECES:SHOWER CURTAIN(RV),EQUIPMENT,NR (Not Reported),Vehicle,793,,, -02/20/1976,76V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V030000),FRUEHAUF CORPORATION,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,33,,, -02/18/1976,76V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V029000),Truck Equipment Service Company,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,4,,, -02/18/1976,76V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V028000),HOLIDAY RAMBLER CORP.,LPG FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,84,,, -02/17/1976,76V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V027000),"Mercedes-Benz USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,15367,,, -02/13/1976,76V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V026000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,72,,, -02/13/1976,76V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V025000),"Chrysler (FCA US, LLC)",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1918,,, -02/13/1976,76V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V024000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,535,,, -02/12/1976,76V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V023000),"General Motors, LLC",BRAKES:HYDRAULIC:DISC:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,34208,,, -02/12/1976,76V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V022000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,66276,,, -02/11/1976,76V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V020000),"FLEETWOOD ENTERPRISES, INC.",HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,932,,, -02/11/1976,76V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V019000),Volvo Trucks North America,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,186,,, -02/10/1976,76V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V016000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:INDICATOR:LEVER,POWER TRAIN,NR (Not Reported),Vehicle,3011,,, -02/10/1976,76V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V017000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,576,,, -02/10/1976,76V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V018000),"General Motors, LLC",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,20,,, -02/09/1976,76V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V015000),Ford Motor Company,EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,13416,,, -02/04/1976,76V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V013000),BEATRICE FOODS COMPANY,STRUCTURE:DOOR ASSEMBLY:ATTACHMENT:WINDOW,STRUCTURE,NR (Not Reported),Vehicle,20,,, -02/02/1976,76T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T002000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,12500,,, -01/30/1976,76V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V049000),SOUTHEASTERN FABRICATORS,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,18,,, -01/30/1976,76T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76T001000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,300000,,, -01/28/1976,76V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V011000),"SAAB CARS USA, INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,17898,,, -01/28/1976,76V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V010000),FREIGHTLINER LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,90,,, -01/26/1976,76V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V009000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,73739,,, -01/22/1976,76E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E002000),MEYER,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Equipment,7000,,, -01/22/1976,76V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V008000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,15000,,, -01/16/1976,76V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V007000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL EMISSION CONTROL:VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,911,,, -01/13/1976,76V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V006000),"Mack Trucks, Inc.",BRAKES:WHEEL SENSOR SPEED ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,350,,, -01/13/1976,76E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76E001000),KYB,SUSPENSION:MACPHERSON STRUT,SUSPENSION,NR (Not Reported),Equipment,1400,,, -01/13/1976,76V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V004000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY:L,SUSPENSION,NR (Not Reported),Vehicle,54,,, -01/13/1976,76V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V005000),"Mack Trucks, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,790,,, -01/12/1976,76V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V021000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3134,,, -01/12/1976,76V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V003000),JAGUAR ROVER TRIUMPH INC.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,351,,, -01/04/1976,76V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V014000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,355,,, -01/04/1976,76V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=76V012000),"ARROW TRAILERS, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,1140,,, -12/29/1975,75V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V216000),Ford Motor Company,BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8000,,, -12/29/1975,75V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V215000),"SAAB CARS USA, INC.",FUEL:FUEL INJECTION:CONTINUOUS:ACCUMULATOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1200,,, -12/29/1975,75V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V217000),WARNER & SWASEY CO.,SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Vehicle,186,,, -12/23/1975,75T049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T049000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,10000,,, -12/19/1975,75V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V214000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39278,,, -12/19/1975,75V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V212000),"Volkswagen Group of America, Inc.",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22,,, -12/19/1975,75V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V213000),CHECKER MOTORS CORP.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1685,,, -12/18/1975,75V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V211000),Ford Motor Company,HEATER:WATER:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,22402,,, -12/18/1975,75V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V210000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,155,,, -12/15/1975,75V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V209000),"PEUGEOT, INC.",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,7000,,, -12/15/1975,75E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E005000),AMERICAN STEEL FOUNDRIES,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,1675,,, -12/15/1975,75T048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T048000),Cooper Tire & Rubber Co.,TIRES:CORD,TIRES,NR (Not Reported),Tire,442,,, -12/09/1975,75V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V208000),FREIGHTLINER LLC,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1800,,, -12/05/1975,75E047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E047000),FIRESTONE STEEL PROD. CO.,WHEELS,WHEELS,NR (Not Reported),Equipment,4207,,, -12/02/1975,75V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V002000),OTIS ELEVATOR COMPANY,BRAKES:SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,237,,, -12/02/1975,75V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V003000),JAGUAR ROVER TRIUMPH INC.,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,2524,,, -12/02/1975,75V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V004000),"JENSEN MOTORS, INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,256,,, -12/02/1975,75V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V001000),SINFAC/VELOSOLEX,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,13294,,, -12/02/1975,75E045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E045000),AMERICAN STEEL FOUNDRIES,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,1544,,, -12/02/1975,75V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V207000),FREIGHTLINER LLC,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,56,,, -12/02/1975,75T046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T046000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1400,,, -11/25/1975,75V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V206000),"Winnebago Industries, Inc.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,197,,, -11/25/1975,75V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V205000),FMC CORPORATION,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,97,,, -11/25/1975,75V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V204000),"General Motors, LLC",WHEELS:3 PIECE,WHEELS,NR (Not Reported),Vehicle,123170,,, -11/13/1975,75T043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T043000),GENERAL TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,356,,, -11/13/1975,75T044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T044000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1253,,, -11/11/1975,75V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V202000),LANDAU MOTOR HOME,FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,27,,, -11/11/1975,75V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V201000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,2619,,, -11/10/1975,75V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V200000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1204,,, -11/07/1975,75V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V199000),WHITE MOTOR CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,1346,,, -11/04/1975,75V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V194000),WHITE MOTOR CORPORATION,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,15,,, -11/04/1975,75V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V197000),FMC CORPORATION,BRAKES:HYDRAULIC:HYDROBOOST UNIT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,44,,, -11/04/1975,75V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V195000),WHITE MOTOR CORPORATION,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,62,,, -11/04/1975,75V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V198000),GRUMMAN FLXIBLE CORP.,TIRES,TIRES,NR (Not Reported),Vehicle,310,,, -10/31/1975,75V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V191000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8500,,, -10/31/1975,75V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V192000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1200,,, -10/31/1975,75V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V193000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2250,,, -10/31/1975,75V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V190000),"Mack Trucks, Inc.",BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3400,,, -10/31/1975,75T042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T042000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,1100,,, -10/30/1975,75V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V189000),"Chrysler (FCA US, LLC)",EXHAUST SYSTEM:TAIL PIPE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6037,,, -10/29/1975,75V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V187000),AM GENERAL LLC,EQUIPMENT:EMERGENCY EXIT LABEL,EQUIPMENT,NR (Not Reported),Vehicle,153,,, -10/29/1975,75V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V188000),FREIGHTLINER LLC,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,23,,, -10/21/1975,75V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V186000),"Chrysler (FCA US, LLC)",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,74,,, -10/20/1975,75E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E041000),LUCAS INDUSTRIES,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,200,,, -10/20/1975,75V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V184000),ITASCA MOTORHOME,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,171,,, -10/20/1975,75V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V185000),Eldorado National-Kansas,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,173,,, -10/16/1975,75V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V183000),"Chrysler (FCA US, LLC)",EXHAUST SYSTEM:MUFFLER:RESONATOR,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2000,,, -10/16/1975,75V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V182000),"Chrysler (FCA US, LLC)",LIGHTING:GENERAL OR UNKNOWN COMPONENT:OTHER PART L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,450,,, -10/14/1975,75V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V181000),"Nissan North America, Inc.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,20187,,, -10/10/1975,75V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V180000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,18676,,, -10/08/1975,75V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V179000),"Carriage, Inc.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,26,,, -10/08/1975,75E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E040000),HOLLYWOOD ACCESSORIES,EQUIPMENT:JACKS:FRAME,EQUIPMENT,NR (Not Reported),Equipment,1238,,, -10/08/1975,75V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V178000),Harley-Davidson Motor Company,WHEELS:SINGLE:OTHER,WHEELS,NR (Not Reported),Vehicle,24311,,, -10/02/1975,75V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V177000),GRUMMAN FLXIBLE CORP.,SUSPENSION:I-BEAM:SOLID:FRONT AIR SUSPENSION SYSTE,SUSPENSION,NR (Not Reported),Vehicle,2293,,, -10/01/1975,75V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V176000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,1000,,, -09/26/1975,75V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V174000),"AUSTIN ROVER CARS NA, INC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14000,,, -09/26/1975,75V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V175000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4107,,, -09/26/1975,75V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V173000),"FIAT MOTORS OF N.A., INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,25000,,, -09/24/1975,75V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V172000),"SEBRING-VANGUARD, INC.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,800,,, -09/24/1975,75E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E039000),GENEVA WHEEL & STPG CORP.,WHEELS,WHEELS,NR (Not Reported),Equipment,90,,, -09/23/1975,75V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V171000),SHELLER-GLOBE CORPORATION,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,61,,, -09/18/1975,75V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V170000),CHECKER MOTORS CORP.,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,691,,, -09/12/1975,75V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V169000),LOCKHEED MSL & SPACE CO.,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,15,,, -09/11/1975,75T038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T038000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,1000,,, -09/09/1975,75V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V168000),"JENSEN MOTORS, INC.",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,6000,,, -09/09/1975,75T037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T037000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1173,,, -09/08/1975,75V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V167000),Ford Motor Company,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,818,,, -09/05/1975,75V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V166000),WELCH FIRE EQUIP. CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,56,,, -09/03/1975,75V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V165000),"General Motors, LLC",WHEELS:MULTIPLE:OTHER,WHEELS,NR (Not Reported),Vehicle,1441,,, -09/02/1975,75V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V164000),ITASCA MOTORHOME,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,496,,, -08/28/1975,75V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V163000),GRUMMAN FLXIBLE CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,270,,, -08/27/1975,75V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V162000),Blue Bird Body Company,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,55,,, -08/27/1975,75T036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T036000),MONTGOMERY WARD & CO.,TIRES,TIRES,NR (Not Reported),Tire,290,,, -08/21/1975,75V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V161000),"Porsche Cars North America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,44,,, -08/21/1975,75V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V160000),J.H. HOLLAND COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,93,,, -08/20/1975,75V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V159000),"EXECUTIVE IND., INC.",LIGHTING:LAMP OR SOCKET:SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,258,,, -08/20/1975,75V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V158000),CHAMPION HOME BLDR. CO.,TIRES,TIRES,NR (Not Reported),Vehicle,188,,, -08/19/1975,75V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V157000),NORTON/TRIUMPH CORP.,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3600,,, -08/18/1975,75V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V156000),VESELY COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,306,,, -08/13/1975,75V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V154000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,151,,, -08/13/1975,75V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V155000),BRICKLIN VEHICLE CORP.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,965,,, -08/12/1975,75V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V153000),"FLEETWOOD ENTERPRISES, INC.",VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,40,,, -08/08/1975,75V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V152000),STARCRAFT COMPANY,LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,180,,, -08/07/1975,75T034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T034000),GENERAL TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3886,,, -08/05/1975,75V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V150000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,97,,, -08/05/1975,75V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V151000),"FLEETWOOD ENTERPRISES, INC.",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,135,,, -08/05/1975,75V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V149000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,5818,,, -08/04/1975,75V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V148000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:INSTRUMENT PANEL:OTHER PART,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,59,,, -08/01/1975,75V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V147000),BOYERTOWN AUTO BODY WORKS,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,121,,, -07/31/1975,75V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V145000),LOCKHEED MSL & SPACE CO.,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,15,,, -07/31/1975,75V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V146000),SHELLER-GLOBE CORPORATION,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,59,,, -07/29/1975,75V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V144000),SYMONS CORPORATION,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,35,,, -07/28/1975,75V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V143000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,363,,, -07/28/1975,75V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V142000),"General Motors, LLC",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,687,,, -07/24/1975,75V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V141000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,935,,, -07/24/1975,75V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V139000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS:FITTINGS:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,110,,, -07/24/1975,75V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V140000),"Mack Trucks, Inc.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,402,,, -07/23/1975,75V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V138000),SUTPHEN CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,42,,, -07/21/1975,75V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V137000),"General Motors, LLC",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76,,, -07/21/1975,75V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V136000),AM GENERAL LLC,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39,,, -07/18/1975,75E033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E033000),"Cummins, Inc.",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Equipment,531,,, -07/18/1975,75V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V135000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1108,,, -07/17/1975,75V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V134000),Ford Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,42096,,, -07/16/1975,75V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V133000),JAGUAR ROVER TRIUMPH INC.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,400,,, -07/15/1975,75E032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E032000),ARVINMERITOR AUTOMOTIVE,BRAKES:121 BRAKE SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1986,,, -07/15/1975,75V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V132000),WHITE MOTOR CORPORATION,ELECTRICAL SYSTEM:IGNITION:WIRING:PRIMARY AND SECO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1470,,, -07/15/1975,75V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V131000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,15,,, -07/15/1975,75V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V130000),"Kawasaki Motors Corp., U.S.A.",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,450,,, -07/14/1975,75V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V129000),"General Motors, LLC",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,98631,,, -07/11/1975,75E031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E031000),KELSEY-HAYES COMPANY,BRAKES:COMPUTER MODULE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,2100,,, -07/10/1975,75V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V128000),"BROUGHAM INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,95,,, -07/09/1975,75E029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E029000),"SEALCO AIR CONTROLS, INC.",BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,10000,,, -07/09/1975,75E030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E030000),UNIROYAL GOODRICH TIRE CO,BRAKES:WHEEL SENSOR SPEED ROTOR,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,53560,,, -07/08/1975,75V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V125000),"Yamaha Motor Corporation, USA",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8611,,, -07/08/1975,75V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V127000),Harley-Davidson Motor Company,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,3700,,, -07/08/1975,75V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V126000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,32000,,, -07/02/1975,75V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V124000),PACCAR Incorporated,ELECTRICAL SYSTEM:BATTERY:CABLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,128,,, -07/02/1975,75E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E028000),Goodyear Tire & Rubber Company,TIRES:LINER,TIRES,NR (Not Reported),Equipment,26000,,, -06/26/1975,75V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V123000),AM GENERAL LLC,ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,119,,, -06/24/1975,75V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V122000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,7,,, -06/23/1975,75V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V119000),FREIGHTLINER LLC,BRAKES:AIR SYSTEMS:PEDAL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3200,,, -06/23/1975,75V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V117000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:COMPUTER ASSEMBLY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,8500,,, -06/23/1975,75E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E027000),UNIROYAL GOODRICH TIRE CO,BRAKES:HYDRAULIC:ANTI-SKID SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,4000,,, -06/23/1975,75V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V121000),MINNESOTA VALLEY MFG. CO.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,78,,, -06/23/1975,75V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V120000),FREIGHTLINER LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,30,,, -06/23/1975,75V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V118000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:SUPPORT BAR:CROSS TUBE,SUSPENSION,NR (Not Reported),Vehicle,414,,, -06/20/1975,75V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V116000),WHITE MOTOR CORPORATION,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,21,,, -06/18/1975,75V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V114000),MIDAS INTERNATIONAL CORP.,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,94,,, -06/18/1975,75V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V115000),AM GENERAL LLC,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,11994,,, -06/18/1975,75E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E026000),MAREMONT,SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Equipment,7000,,, -06/13/1975,75V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V113000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,145,,, -06/12/1975,75V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V110000),STARCRAFT COMPANY,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,90000,,, -06/09/1975,75V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V111000),MOBIL SCOUT MFR. CORP.,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,143,,, -06/09/1975,75V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V112000),ITASCA MOTORHOME,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,229,,, -06/03/1975,75V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V108000),"MOODY MFG., INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,15219,,, -06/03/1975,75V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V109000),"COBRA INDUSTRIES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,59,,, -05/30/1975,75V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V106000),Trailmobile Canada Limited,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,,, -05/29/1975,75V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V105000),Ford Motor Company,FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2709,,, -05/28/1975,75V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V104000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,909,,, -05/28/1975,75V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V101000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,213,,, -05/28/1975,75V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V103000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,918,,, -05/28/1975,75V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V102000),SHELLER-GLOBE CORPORATION,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,100,,, -05/27/1975,75V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V097000),"COLEMAN CO., INC.",EQUIPMENT:JACKS:FRAME,EQUIPMENT,NR (Not Reported),Vehicle,1147,,, -05/27/1975,75V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V099000),VESELY COMPANY,LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,343,,, -05/27/1975,75V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V100000),KELSEY-HAYES COMPANY,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,14,,, -05/27/1975,75V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V096000),Skyline Corporation,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:AXLE AS,SUSPENSION,NR (Not Reported),Vehicle,37,,, -05/27/1975,75V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V098000),PETERBILT MOTOR COMPANY,WHEELS:SINGLE:OTHER,WHEELS,NR (Not Reported),Vehicle,8,,, -05/23/1975,75E025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E025000),ARVINMERITOR AUTOMOTIVE,BRAKES:COMPUTER ASSEMBLY,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,1922,,, -05/22/1975,75V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V095000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16098,,, -05/21/1975,75V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V094000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,3069,,, -05/19/1975,75V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V093000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,44890,,, -05/19/1975,75V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V092000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,10941,,, -05/16/1975,75E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E023000),VETTER,EQUIPMENT:MOTORCYCLE FAIRING,UNKNOWN OR OTHER,NR (Not Reported),Equipment,443,,, -05/16/1975,75V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V091000),Ford Motor Company,EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,87,,, -05/16/1975,75T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T024000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,11952,,, -05/15/1975,75V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V090000),ITASCA MOTORHOME,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,129,,, -05/15/1975,75V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V089000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,3000,,, -05/14/1975,75V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V088000),HOLIDAY RAMBLER CORP.,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER:HOSE:DUC,VISIBILITY,NR (Not Reported),Vehicle,438,,, -05/14/1975,75E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E022000),COLT INDUSTRIES,WHEELS:SINGLE:RIM BASE,WHEELS,NR (Not Reported),Equipment,431,,, -05/13/1975,75V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V084000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,250,,, -05/13/1975,75V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V086000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,33500,,, -05/13/1975,75V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V085000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1579,,, -05/13/1975,75V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V087000),"General Motors, LLC",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,31073,,, -05/13/1975,75V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V083000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,12000,,, -05/12/1975,75V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V082000),Ford Motor Company,BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,269,,, -05/12/1975,75V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V080000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21494,,, -05/12/1975,75V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V081000),STARCRAFT COMPANY,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,900,,, -05/09/1975,75V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V078000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,79,,, -05/09/1975,75V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V079000),AXLE & EQUIP. SALES CO.,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,26,,, -05/08/1975,75V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V077000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,7835,,, -05/07/1975,75V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V076000),BUTLER MANUFACTURING CO.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,152,,, -05/07/1975,75V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V075000),"TRANSIT MANUFACTURING,INC",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,30,,, -05/06/1975,75V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V074000),Motor Coach Industries,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,2243,,, -05/05/1975,75V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V072000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,560,,, -05/05/1975,75V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V073000),"Volvo Car USA, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,4000,,, -05/01/1975,75V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V070000),"Mack Trucks, Inc.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,132,,, -05/01/1975,75V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V071000),Blue Bird Body Company,FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,294,,, -04/29/1975,75V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V067000),"Porsche Cars North America, Inc.",ELECTRICAL SYSTEM:IGNITION:WIRING:PRIMARY AND SECO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3000,,, -04/29/1975,75V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V069000),"RUPP INDUSTRIES, INC.",POWER TRAIN:CLUTCH ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,998,,, -04/29/1975,75V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V068000),"Mercedes-Benz USA, LLC",STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,865,,, -04/29/1975,75E021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E021000),ANSEN WHEEL CORP.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Equipment,2000,,, -04/24/1975,75V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V066000),Honda (American Honda Motor Co.),ENGINE:TIMING GEAR AND CHAIN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,131817,,, -04/23/1975,75V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V065000),Ford Motor Company,SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,13,,, -04/22/1975,75V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V064000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,25,,, -04/21/1975,75V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V063000),MANSFIELD TIRE & RUBBER C,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,682,,, -04/21/1975,75V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V062000),VESELY COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,187,,, -04/16/1975,75V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V061000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,44,,, -04/15/1975,75V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V060000),"Mack Trucks, Inc.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,600,,, -04/15/1975,75V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V058000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,40,,, -04/15/1975,75V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V059000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,413,,, -04/14/1975,75V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V056000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5063,,, -04/14/1975,75V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V057000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5063,,, -04/11/1975,75E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E020000),KELSEY-HAYES COMPANY,BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,363,,, -04/11/1975,75V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V055000),"FLEETWOOD ENTERPRISES, INC.",FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,30,,, -04/10/1975,75E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E019000),MANSFIELD TIRE & RUBBER C,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,9521,,, -04/09/1975,75V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V054000),"Mercedes-Benz USA, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,29228,,, -04/07/1975,75V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V053000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1671,,, -04/07/1975,75V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V052000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,1226,,, -03/31/1975,75V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V051000),CLARK EQUIP. COMPANY,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,57,,, -03/28/1975,75V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V050000),"Mack Trucks, Inc.",BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,,, -03/27/1975,75T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T018000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,31,,, -03/26/1975,75T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T017000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,159,,, -03/25/1975,75V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V048000),"General Motors, LLC",LIGHTING:LAMP OR SOCKET:SIDE MARKER LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,14,,, -03/25/1975,75V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V049000),"Volkswagen Group of America, Inc.",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,1760,,, -03/24/1975,75V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V047000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:DRUM AND SHOE SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,400,,, -03/24/1975,75V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V046000),FRUEHAUF CORPORATION,BRAKES:INTERCONNECTING ASSEMBLY (WIRING:CONNECTING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,300,,, -03/18/1975,75V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V045000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13676,,, -03/04/1975,75E016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E016000),AIMCO PRODUCTS INC.,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,1153,,, -03/04/1975,75V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V043000),Ford Motor Company,FUEL:CARBURETOR:FOUR:BARREL:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,140870,,, -03/04/1975,75V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V042000),Ford Motor Company,FUEL:CARBURETOR:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,140870,,, -03/04/1975,75T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T015000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,524,,, -02/26/1975,75V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V041000),"SAAB CARS USA, INC.",SAAB/REAR PARCEL SHELF BRACKET,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1908,,, -02/25/1975,75V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V040000),NORTON/TRIUMPH CORP.,SUSPENSION:SINGLE AXLE:REAR:SPRING:COIL AND ATTACH,SUSPENSION,NR (Not Reported),Vehicle,2049,,, -02/24/1975,75E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E014000),QUALITY,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Equipment,382,,, -02/24/1975,75V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V038000),BEVERLY MFG. CORPORATION,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,5258,,, -02/24/1975,75V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V039000),BEVERLY MFG. CORPORATION,LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,371,,, -02/21/1975,75V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V037000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:SWAY BAR,SUSPENSION,NR (Not Reported),Vehicle,799,,, -02/20/1975,75V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V036000),"CONCO, INCORPORATED",LIGHTING:LAMP OR SOCKET:UNSPECIFIED LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4,,, -02/19/1975,75V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V034000),"SEBRING-VANGUARD, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,499,,, -02/19/1975,75V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V035000),"R.O. PRODUCTS, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,22,,, -02/19/1975,75V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V032000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,220982,,, -02/19/1975,75V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V033000),GRUMMAN FLXIBLE CORP.,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,1451,,, -02/14/1975,75V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V029000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,62,,, -02/14/1975,75V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V031000),PETERBILT MOTOR COMPANY,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19,,, -02/14/1975,75V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V030000),FMC CORPORATION,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,42,,, -02/12/1975,75V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V028000),"DALEWOOD MFG. CO., INC.",LIGHTING:LAMP OR SOCKET:CLEARANCE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,134,,, -02/11/1975,75V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V027000),FRUEHAUF CORPORATION,BRAKES:AIR CONTROL VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,228,,, -02/11/1975,75E013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E013000),Harley-Davidson Motor Company,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Equipment,1600,,, -02/10/1975,75V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V026000),WHITE MOTOR CORPORATION,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,342,,, -02/07/1975,75V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V025000),"Chrysler (FCA US, LLC)",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,300,,, -02/05/1975,75V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V024000),BROCKWAY MOTOR TRUCKS,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,361,,, -02/05/1975,75V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V023000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,65000,,, -01/30/1975,75V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V015000),"Merritt Trailers, Inc.",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,51,,, -01/29/1975,75V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V014000),SHELLER-GLOBE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,,, -01/28/1975,75E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E011000),EIS AUTOMOTIVE CORP.,BRAKES:HYDRAULIC:SHOE AND DRUM WHEEL CYLINDERS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Equipment,5678,,, -01/27/1975,75V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V012000),FREIGHTLINER LLC,BRAKES:CONTROL ASSEMBLY (COMPUTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,20,,, -01/27/1975,75V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V013000),TRAVEL EQUIPMENT CORP.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,117,,, -01/23/1975,75E010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75E010000),AIMCO PRODUCTS INC.,POWER TRAIN:AXLE ASSEMBLY:4-WHEEL DRIVE LOCKING HU,POWER TRAIN,NR (Not Reported),Equipment,8500,,, -01/21/1975,75T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T007000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,650,,, -01/21/1975,75T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T008000),MONTGOMERY WARD & CO.,TIRES,TIRES,NR (Not Reported),Tire,1000,,, -01/21/1975,75T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T009000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,100,,, -01/17/1975,75V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V203000),LUVERNE FIRE APRTS. CO.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,23,,, -01/17/1975,75V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V011000),"APOLLO MOTOR HOMES, INC.",FUEL:FUEL EMISSION CONTROL:CANISTER,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,197,,, -01/17/1975,75V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V010000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,91,,, -01/17/1975,75T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T006000),MANSFIELD TIRE & RUBBER C,TIRES:TREAD,TIRES,NR (Not Reported),Tire,92,,, -01/16/1975,75V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V009000),"AMERICAN TRAILERS, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,25,,, -01/13/1975,75V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V007000),"ROAD RUNNER TRAILERS, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,38,,, -01/13/1975,75V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V008000),"ROAD RUNNER TRAILERS, INC.",VISUAL SYSTEMS:WINDSHIELD WASHER:PUMP,VISIBILITY,NR (Not Reported),Vehicle,700,,, -01/11/1975,75T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T001000),UNIROYAL GOODRICH TIRE CO,TIRES:BELT,TIRES,NR (Not Reported),Tire,69,,, -01/09/1975,75V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V006000),CARGILE INC. (CUTTER),EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,59,,, -01/09/1975,75V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V005000),"Mercedes-Benz USA, LLC",SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,749,,, -01/08/1975,75T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T003000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,3671,,, -01/08/1975,75T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T004000),UNIROYAL GOODRICH TIRE CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,4816,,, -01/06/1975,75T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T012000),Cooper Tire & Rubber Co.,TIRES:BELT,TIRES,NR (Not Reported),Tire,408,,, -01/05/1975,75V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V022000),"Volkswagen Group of America, Inc.",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2000,,, -01/05/1975,75T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75T002000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,8,,, -01/04/1975,75V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V044000),"ALFA ROMEO, INCORPORATED",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,27,,, -01/03/1975,75V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V021000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,72,,, -01/03/1975,75V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V017000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,178000,,, -01/03/1975,75V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V018000),GRUMMAN FLXIBLE CORP.,POWER TRAIN:TRANSMISSION:AUTOMATIC:SWITCH:SOLENOID,POWER TRAIN,NR (Not Reported),Vehicle,2349,,, -01/03/1975,75V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V016000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,234278,,, -01/03/1975,75V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V019000),"General Motors, LLC",VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,1835,,, -01/03/1975,75V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=75V020000),"FLEETWOOD ENTERPRISES, INC.",VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,72,,, -12/30/1974,74V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V247000),FRANK INDUSTRIES,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,157,,, -12/27/1974,74T044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T044000),Cooper Tire & Rubber Co.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,2328,,, -12/27/1974,74T045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T045000),Hercules Enterprises,TIRES:BEAD,TIRES,NR (Not Reported),Tire,542,,, -12/26/1974,74V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V246000),"Volvo Car USA, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,10000,,, -12/23/1974,74V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V245000),FWD CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,316,,, -12/18/1974,74V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V244000),WHITE MOTOR CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,567,,, -12/11/1974,74V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V243000),"Mack Trucks, Inc.",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,27,,, -12/10/1974,74V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V242000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,500,,, -12/10/1974,74E043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E043000),EIS BRAKE PARTS,BRAKES:AIR:DRUM AND SHOE SYSTEMS:SHOES,"SERVICE BRAKES, AIR",NR (Not Reported),Equipment,5781,,, -12/10/1974,74E042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E042000),SUBURBAN,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Equipment,39333,,, -12/09/1974,74V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V241000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,4688,,, -12/09/1974,74V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V240000),Ford Motor Company,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,10664,,, -12/05/1974,74V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V239000),NORTON/TRIUMPH CORP.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,1400,,, -12/04/1974,74V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V005000),"FLEETWOOD ENTERPRISES, INC.",EQUIPMENT:BOOM AND ASSOCIATED EQUIPMENT,EQUIPMENT,NR (Not Reported),Vehicle,100,,, -12/04/1974,74V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V004000),"FLEETWOOD ENTERPRISES, INC.",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1176,,, -12/03/1974,74V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V238000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,209,,, -12/03/1974,74T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T001000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,240,,, -12/02/1974,74V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V237000),Ford Motor Company,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6705,,, -12/02/1974,74V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V002000),"Mack Trucks, Inc.",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,844,,, -12/02/1974,74V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V236000),"JENSEN MOTORS, INC.",EXHAUST/CRANKCASE EMISSION CONTROL:HOSES:LINES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,348,,, -12/02/1974,74V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V003000),"Mack Trucks, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1548,,, -12/02/1974,74V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V001000),"Mack Trucks, Inc.",SUSPENSION:I-BEAM (NON-POWER AXLE),SUSPENSION,NR (Not Reported),Vehicle,1119,,, -11/26/1974,74V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V235000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,32003,,, -11/25/1974,74V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V234000),AVCO CORPORATION,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,386,,, -11/25/1974,74V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V233000),Honda (American Honda Motor Co.),INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,66109,,, -11/25/1974,74V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V231000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,4877,,, -11/25/1974,74V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V232000),FREIGHTLINER LLC,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,308,,, -11/22/1974,74V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V229000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3500,,, -11/22/1974,74V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V230000),CHAMPION HOME BLDR. CO.,STEERING,STEERING,NR (Not Reported),Vehicle,12,,, -11/22/1974,74V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V228000),"Mack Trucks, Inc.",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,654,,, -11/21/1974,74V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V227000),"Mack Trucks, Inc.",LIGHTING:SWITCH:BUTTON:RING:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1023,,, -11/21/1974,74V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V226000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC:SWITCH:SOLENOID,POWER TRAIN,NR (Not Reported),Vehicle,811,,, -11/19/1974,74V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V223000),"VULCAN TRLR. MFG. CO.,INC",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,114,,, -11/19/1974,74V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V224000),"BIRMINGHAM MFG. CO., INC.",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,143,,, -11/19/1974,74V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V225000),FRUEHAUF CORPORATION,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,58,,, -11/18/1974,74E041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E041000),DEXTER AXLE,BRAKES:ELECTRIC:SYSTEM,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,234,,, -11/15/1974,74V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V220000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2000,,, -11/15/1974,74V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V222000),MANSFIELD TIRE & RUBBER C,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,35,,, -11/15/1974,74V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V221000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,3000,,, -11/14/1974,74V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V216000),"FTEC, Inc.",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,,, -11/14/1974,74E040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E040000),AUTO SPECIALTIES MFG. CO.,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,17860,,, -11/14/1974,74V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V219000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,950,,, -11/14/1974,74V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V218000),"Chrysler (FCA US, LLC)",SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Vehicle,750,,, -11/14/1974,74V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V217000),"General Motors, LLC",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,2578,,, -11/13/1974,74V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V215000),Wilson Trailer Company,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,24,,, -11/11/1974,74V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V214000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,13502,,, -11/08/1974,74V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V212000),DORSEY CORPORATION,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,74,,, -11/08/1974,74V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V211000),"Volkswagen Group of America, Inc.",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,16000,,, -11/08/1974,74V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V213000),"AMERICAN TRAILERS, INC.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:REFLECTIVE L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,23,,, -11/08/1974,74V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V210000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,28,,, -11/08/1974,74E039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E039000),FIRESTONE STEEL PROD. CO.,WHEELS,WHEELS,NR (Not Reported),Equipment,19500,,, -11/07/1974,74T038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T038000),GENERAL TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,450,,, -11/06/1974,74V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V209000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,844,,, -11/06/1974,74E036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E036000),SHELLER-GLOBE CORPORATION,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,4000,,, -11/04/1974,74V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V208000),AM GENERAL LLC,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,149,,, -11/04/1974,74V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V207000),ROGERS BROS. CORP.,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,31,,, -11/04/1974,74V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V205000),"Chrysler (FCA US, LLC)",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,321,,, -11/04/1974,74V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V206000),"COLEMAN CO., INC.",TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,1100,,, -11/01/1974,74V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V203000),MATLOCK TRK BODY&TRLR CO.,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,398,,, -11/01/1974,74V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V204000),"Dakota Manufacturing Co., Inc.",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,101,,, -10/31/1974,74V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V202000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,270400,,, -10/30/1974,74E035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E035000),KELSEY-HAYES COMPANY,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,40000,,, -10/30/1974,74V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V197000),ASHDOWN MFG. CORP.,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47,,, -10/30/1974,74V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V199000),AROS MANUFACTURING CO.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,136,,, -10/30/1974,74V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V198000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,596,,, -10/30/1974,74V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V200000),STARDUST CRUISER MFG. CO.,LIGHTING:LAMP OR SOCKET:CLEARANCE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,54,,, -10/30/1974,74V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V196000),"PROCESS ENGINEERING, INC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,13,,, -10/30/1974,74V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V201000),SUPERIOR TRLR WORKS CORP.,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,7,,, -10/24/1974,74V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V195000),"Carriage, Inc.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,36,,, -10/23/1974,74V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V194000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,4719,,, -10/22/1974,74V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V192000),"RUPP INDUSTRIES, INC.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,439,,, -10/22/1974,74V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V191000),"RUPP INDUSTRIES, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,439,,, -10/22/1974,74V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V193000),Mazda North American Operations,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,8422,,, -10/22/1974,74V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V190000),HENDRICKSON MFG. CO.,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,3,,, -10/18/1974,74V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V189000),BETHLEHEM FABRICATORS,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,20,,, -10/17/1974,74V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V188000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1338,,, -10/17/1974,74V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V187000),WHITE MOTOR CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT SHACKLE,SUSPENSION,NR (Not Reported),Vehicle,719,,, -10/15/1974,74E034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E034000),PATHFINDER AUTO LAMP CO.,EQUIPMENT:JACKS:STAND,EQUIPMENT,NR (Not Reported),Equipment,400760,,, -10/15/1974,74V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V186000),"SAAB CARS USA, INC.",FUEL:FUEL INJECTION:ELECTRICAL:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,21038,,, -10/15/1974,74V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V184000),Great Dane Trailers,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,4,,, -10/15/1974,74V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V185000),"J&L TANK, INC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,19,,, -10/11/1974,74V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V182000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,260,,, -10/11/1974,74T033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T033000),ARMSTRONG RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,28314,,, -10/11/1974,74V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V183000),"Timpte, Inc.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,2,,, -10/10/1974,74V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V181000),"ALOUETTE REC PRODUCTS,INC",BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,600,,, -10/10/1974,74V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V178000),"ALOUETTE REC PRODUCTS,INC",BRAKES:MECHANICAL SERVICE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,600,,, -10/10/1974,74V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V180000),"ALOUETTE REC PRODUCTS,INC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,600,,, -10/10/1974,74V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V179000),"ALOUETTE REC PRODUCTS,INC",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,600,,, -10/10/1974,74V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V177000),FRUEHAUF CORPORATION,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,66,,, -10/09/1974,74V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V176000),"TRANSPORT SYSTEMS, INC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,2,,, -10/08/1974,74V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V175000),OPEN ROAD IND.,EQUIPMENT:OTHER PIECES:SHOWER CURTAIN(RV),EQUIPMENT,NR (Not Reported),Vehicle,700,,, -10/08/1974,74V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V174000),"DIAMOND REO TRUCKS, INC.",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,31,,, -10/07/1974,74V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V172000),PETERBILT MOTOR COMPANY,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,1864,,, -10/07/1974,74V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V171000),CLARK EQUIP. COMPANY,LIGHTING:LAMP OR SOCKET:CLEARANCE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,49,,, -10/07/1974,74V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V173000),Blue Bird Body Company,VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,3855,,, -10/03/1974,74V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V170000),STARCRAFT COMPANY,SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:BEARING,SUSPENSION,NR (Not Reported),Vehicle,575,,, -10/02/1974,74V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V169000),AM GENERAL LLC,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,22364,,, -10/02/1974,74V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V168000),AM GENERAL LLC,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,2480,,, -10/01/1974,74V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V164000),"PEUGEOT, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5500,,, -10/01/1974,74V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V165000),HYSTER COMPANY,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,79,,, -10/01/1974,74V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V167000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,55862,,, -10/01/1974,74V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V166000),WHITE MOTOR CORPORATION,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,146,,, -09/26/1974,74V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V162000),"General Motors, LLC",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,358,,, -09/26/1974,74V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V163000),STARCRAFT COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,1018,,, -09/26/1974,74V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V161000),CLARK EQUIP. COMPANY,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,38,,, -09/24/1974,74V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V160000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,8460,,, -09/23/1974,74V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V159000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,11962,,, -09/19/1974,74T032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T032000),ARMSTRONG RUBBER CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,634,,, -09/18/1974,74V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V158000),FREIGHTLINER LLC,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,26,,, -09/17/1974,74V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V156000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,105,,, -09/17/1974,74V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V157000),"Chrysler (FCA US, LLC)",SUSPENSION:I-BEAM:SOLID:FRONT SHACKLE,SUSPENSION,NR (Not Reported),Vehicle,19088,,, -09/16/1974,74V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V155000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7980,,, -09/16/1974,74V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V154000),FREIGHTLINER LLC,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,63,,, -09/13/1974,74T030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T030000),"ATLAS COPCO N.A., INC",TIRES:LINER,TIRES,NR (Not Reported),Tire,1621,,, -09/13/1974,74T031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T031000),ARMSTRONG RUBBER CO.,TIRES:VALVE STEM,TIRES,NR (Not Reported),Tire,3501,,, -09/12/1974,74V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V153000),"SEBRING-VANGUARD, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,247,,, -09/12/1974,74V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V152000),"Mack Trucks, Inc.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,46,,, -09/10/1974,74V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V151000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,6540,,, -09/09/1974,74V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V150000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1951,,, -09/09/1974,74V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V149000),Skyline Corporation,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,866,,, -09/05/1974,74V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V148000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3953,,, -09/05/1974,74V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V146000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3953,,, -09/05/1974,74V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V147000),Ford Motor Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3953,,, -09/05/1974,74V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V145000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1240,,, -09/05/1974,74V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V144000),Carrier Corporation,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,80,,, -09/04/1974,74V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V143000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,215,,, -09/04/1974,74V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V141000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,42723,,, -09/04/1974,74V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V140000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2562,,, -09/04/1974,74V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V139000),Ford Motor Company,HEATER:WATER:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,2280,,, -09/04/1974,74V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V142000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,771,,, -09/04/1974,74T029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T029000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1950,,, -09/03/1974,74V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V138000),"AMERICAN TRAILERS, INC.",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,2,,, -08/30/1974,74E028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E028000),"ROMANOW ENTERPRISES, INC.",FUEL:FUEL FILTER LINE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Equipment,55000,,, -08/27/1974,74V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V137000),SPORTSCOACH OF AMER.,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,163,,, -08/26/1974,74V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V135000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,762,,, -08/26/1974,74V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V136000),AXLE & EQUIP. SALES CO.,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,20,,, -08/26/1974,74T026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T026000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1000000,,, -08/23/1974,74V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V134000),SUPERIOR TRLR WORKS CORP.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,19,,, -08/21/1974,74V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V133000),SHELLER-GLOBE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22,,, -08/21/1974,74E027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E027000),"STELLAR INDUSTRIES, INC.",WHEELS,WHEELS,NR (Not Reported),Equipment,374,,, -08/20/1974,74V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V132000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:TRACKS AND ANCHORS:REAR SEAT,SEATS,NR (Not Reported),Vehicle,6789,,, -08/20/1974,74T022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T022000),MANSFIELD,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1000,,, -08/20/1974,74T023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T023000),DAYTON STEEL FOUNDRY CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1100,,, -08/20/1974,74T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T024000),FALCON TIRES,TIRES:BEAD,TIRES,NR (Not Reported),Tire,600,,, -08/20/1974,74T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T025000),"ATLAS COPCO N.A., INC",TIRES:TREAD,TIRES,NR (Not Reported),Tire,1630,,, -08/19/1974,74V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V131000),"Mercedes-Benz USA, LLC",FUEL:FUEL INJECTION:ELECTRICAL:INJECTOR,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8963,,, -08/19/1974,74T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T021000),KELLY SPRINGFIELD TIRE CO,TIRES:PLY,TIRES,NR (Not Reported),Tire,1900,,, -08/16/1974,74V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V129000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7808,,, -08/16/1974,74V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V130000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,183,,, -08/13/1974,74V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V128000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7380,,, -08/13/1974,74V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V126000),Ford Motor Company,FUEL:CARBURETOR:FOUR:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2027,,, -08/13/1974,74V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V127000),Ford Motor Company,STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,334,,, -08/12/1974,74V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V125000),"JUNO IND., INC.",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,48,,, -08/09/1974,74V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V123000),"FIAT MOTORS OF N.A., INC.",INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM:INT,SEAT BELTS,NR (Not Reported),Vehicle,4000,,, -08/09/1974,74V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V124000),"KROWN MFG. CO., INC.",LPG TANK FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,176,,, -08/09/1974,74E020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E020000),ALCOA AL. CO. OF AMER.,WHEELS,WHEELS,NR (Not Reported),Equipment,13000,,, -08/06/1974,74V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V122000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1857,,, -08/06/1974,74V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V121000),Harley-Davidson Motor Company,WHEELS:SINGLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,1857,,, -08/05/1974,74V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V120000),"Mack Trucks, Inc.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1776,,, -08/05/1974,74T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T019000),SEIBERLING TIRE & RUBBER,TIRES:TREAD,TIRES,NR (Not Reported),Tire,11460,,, -08/01/1974,74V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V119000),PETERBILT MOTOR COMPANY,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,87,,, -08/01/1974,74V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V118000),Ford Motor Company,TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,35711,,, -07/23/1974,74T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T018000),"ATLAS COPCO N.A., INC",TIRES:PLY,TIRES,NR (Not Reported),Tire,1559,,, -07/22/1974,74V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V117000),"Nissan North America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,63023,,, -07/18/1974,74T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T017000),FIRESTONE TIRE & RUBBER CO.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,225,,, -07/17/1974,74V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V116000),Newell Coach Corp.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,22,,, -07/16/1974,74V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V112000),"Chrysler (FCA US, LLC)",BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,400,,, -07/16/1974,74V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V110000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:FITTINGS:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,34,,, -07/16/1974,74V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V115000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,685,,, -07/16/1974,74V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V111000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,39924,,, -07/16/1974,74V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V113000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,1500,,, -07/16/1974,74V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V114000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,300,,, -07/08/1974,74V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V109000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6000,,, -07/02/1974,74V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V108000),"FIAT MOTORS OF N.A., INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,40831,,, -07/01/1974,74V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V106000),PACCAR Incorporated,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,10,,, -07/01/1974,74V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V107000),"REXNORD, INC.",STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,69,,, -06/25/1974,74V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V105000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7500,,, -06/25/1974,74V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V104000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,17253,,, -06/25/1974,74V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V103000),WHITE MOTOR CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,386,,, -06/24/1974,74V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V102000),BEATRICE FOODS COMPANY,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,124,,, -06/24/1974,74V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V097000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,33,,, -06/24/1974,74V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V100000),"Mack Trucks, Inc.",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,567,,, -06/24/1974,74V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V101000),"Mack Trucks, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,48,,, -06/21/1974,74V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V099000),Mazda North American Operations,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,2218,,, -06/21/1974,74V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V098000),"General Motors, LLC",WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,5128,,, -06/18/1974,74V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V095000),CLARK EQUIP. COMPANY,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,35,,, -06/18/1974,74V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V096000),COMET CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,106,,, -06/17/1974,74V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V093000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2410,,, -06/17/1974,74V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V094000),JAGUAR ROVER TRIUMPH INC.,ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6463,,, -06/06/1974,74V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V092000),"JENSEN MOTORS, INC.",SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,1042,,, -06/05/1974,74V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V091000),Ford Motor Company,INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,3080,,, -06/05/1974,74V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V089000),FREIGHTLINER LLC,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,24,,, -06/05/1974,74V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V090000),WHITE MOTOR CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,60,,, -05/29/1974,74V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V088000),AVCO CORPORATION,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,472,,, -05/28/1974,74V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V084000),"PRF INDUSTRIES, INC.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,6,,, -05/28/1974,74V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V085000),FREIGHTLINER LLC,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,383,,, -05/28/1974,74V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V086000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,534,,, -05/28/1974,74V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V087000),AM GENERAL LLC,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,305,,, -05/28/1974,74T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T016000),Goodyear Tire & Rubber Company,TIRES,TIRES,NR (Not Reported),Tire,360,,, -05/23/1974,74V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V080000),Honda (American Honda Motor Co.),ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,66856,,, -05/23/1974,74V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V082000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,12700,,, -05/23/1974,74V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V083000),"Chrysler (FCA US, LLC)",EQUIPMENT:CARRIER:SPARE TIRE,EQUIPMENT,NR (Not Reported),Vehicle,340,,, -05/23/1974,74V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V081000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,93,,, -05/21/1974,74V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V079000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,36233,,, -05/17/1974,74V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V074000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2106,,, -05/17/1974,74V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V076000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3705,,, -05/17/1974,74V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V077000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3458,,, -05/17/1974,74V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V078000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,2788,,, -05/17/1974,74V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V075000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:NON-POWER AXLE:BEARING,SUSPENSION,NR (Not Reported),Vehicle,3705,,, -05/15/1974,74E014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E014000),AIR-O-MATIC PWR STRNG CO.,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Equipment,5000,,, -05/15/1974,74T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T015000),KELLY SPRINGFIELD TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,200,,, -05/13/1974,74V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V073000),PETERBILT MOTOR COMPANY,SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,4,,, -05/09/1974,74V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V072000),"FIAT MOTORS OF N.A., INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,6000,,, -05/07/1974,74V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V070000),BENDIX CORPORATION,EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,69,,, -05/07/1974,74T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T013000),SEIBERLING TIRE & RUBBER,TIRES:BEAD,TIRES,NR (Not Reported),Tire,176,,, -05/07/1974,74V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V071000),SHELLER-GLOBE CORPORATION,VISUAL SYSTEMS:GLASS:WINDOW:DOOR AND SIDE,VISIBILITY,NR (Not Reported),Vehicle,1809,,, -05/06/1974,74V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V069000),"RENAULT, INCORPORATED",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,12726,,, -05/06/1974,74T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T012000),GENERAL TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,392,,, -05/03/1974,74V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V068000),"PEUGEOT, INC.",VISUAL SYSTEMS:MIRRORS:REARVIEW:INTERIOR,VISIBILITY,NR (Not Reported),Vehicle,35000,,, -05/01/1974,74V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V067000),FREIGHTLINER LLC,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,60,,, -05/01/1974,74T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T011000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,295,,, -04/29/1974,74T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T010000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,454,,, -04/25/1974,74V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V065000),"General Motors, LLC",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,642,,, -04/25/1974,74V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V066000),AM GENERAL LLC,STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,8973,,, -04/25/1974,74V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V064000),"SO.AMBULANCE BLDRS., INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,100,,, -04/25/1974,74V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V063000),PETERBILT MOTOR COMPANY,SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,105,,, -04/22/1974,74V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V062000),Ford Motor Company,STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,914,,, -04/19/1974,74V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V061000),"CONCO, INCORPORATED",SUSPENSION:I-BEAM:SOLID:FRONT SPINDLE:KNUCKLE,STEERING,NR (Not Reported),Vehicle,124,,, -04/19/1974,74T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T009000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,4150,,, -04/18/1974,74T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T008000),GANS,TIRES,TIRES,NR (Not Reported),Tire,174,,, -04/17/1974,74V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V060000),WHITE MOTOR CORPORATION,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,10,,, -04/16/1974,74V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V059000),KATTLE KING TRAILER CO.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,49,,, -04/16/1974,74V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V058000),KATTLE KING TRAILER CO.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,49,,, -04/16/1974,74T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T006000),FIRESTONE TIRE & RUBBER CO.,TIRES:PLY,TIRES,NR (Not Reported),Tire,686,,, -04/16/1974,74T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T007000),UNIROYAL GOODRICH TIRE CO,TIRES:TUBE,TIRES,NR (Not Reported),Tire,7150,,, -04/15/1974,74V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V057000),Oshkosh Corporation,OSHKOSH/SUN VISOR,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,25,,, -04/11/1974,74V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V054000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2391,,, -04/11/1974,74V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V056000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,8300,,, -04/11/1974,74V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V055000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,1537,,, -04/05/1974,74E005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E005000),DAYTON STEEL FOUNDRY CO.,EQUIPMENT:OTHER PIECES:HELMETS,EQUIPMENT,NR (Not Reported),Equipment,2500,,, -04/04/1974,74V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V053000),Ford Motor Company,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,324,,, -04/01/1974,74V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V052000),NORTON/TRIUMPH CORP.,SUSPENSION:SINGLE AXLE:REAR:SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,11103,,, -03/26/1974,74V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V051000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,5091,,, -03/25/1974,74V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V050000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2937,,, -03/25/1974,74V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V048000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,281,,, -03/25/1974,74V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V049000),BROCKWAY MOTOR TRUCKS,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,80,,, -03/20/1974,74V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V047000),"Volkswagen Group of America, Inc.",POWER TRAIN:DRIVELINE UNIVERSAL JOINT:CONSTANT VEL,POWER TRAIN,NR (Not Reported),Vehicle,3000,,, -03/18/1974,74V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V046000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5692,,, -03/12/1974,74V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V045000),APPLEBY MANUFACTURING CO.,EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,20000,,, -03/12/1974,74V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V044000),FREIGHTLINER LLC,WHEELS:SINGLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,368,,, -03/08/1974,74V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V043000),"PREVOST CAR, INCORPORATED",ELECTRICAL SYSTEM:BATTERY:CABLE:FUSIBLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,74,,, -03/04/1974,74V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V040000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:HYDROBOOST UNIT,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,13822,,, -03/04/1974,74V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V038000),"CONCO, INCORPORATED",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,997,,, -03/04/1974,74V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V039000),"Chrysler (FCA US, LLC)",LIGHTING:GENERAL OR UNKNOWN COMPONENT:OTHER PART L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,8825,,, -03/04/1974,74V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V037000),AMERICAN LAFRANCE LLC,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,36,,, -03/01/1974,74V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V036000),"General Motors, LLC",WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Vehicle,2688,,, -02/27/1974,74V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V035000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,35,,, -02/26/1974,74V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V034000),"General Motors, LLC",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,260,,, -02/25/1974,74V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V031000),Ford Motor Company,FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15126,,, -02/25/1974,74V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V032000),"Mack Trucks, Inc.",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,9019,,, -02/25/1974,74V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V033000),"Mack Trucks, Inc.",STEERING:COLUMN:TILT,STEERING,NR (Not Reported),Vehicle,32,,, -02/22/1974,74V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V030000),CHECKER MOTORS CORP.,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5717,,, -02/22/1974,74V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V029000),V/M Custom Boat Trailers,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,367,,, -02/22/1974,74T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T003000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,379,,, -02/21/1974,74V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V028000),WHITE MOTOR CORPORATION,BRAKES:AIR:CYLINDER WHEEL:CAM:ACTUATING,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,47,,, -02/15/1974,74V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V027000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1218387,,, -02/08/1974,74V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V025000),PETERBILT MOTOR COMPANY,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,471,,, -02/08/1974,74V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V023000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2000,,, -02/07/1974,74V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V022000),CHECKER MOTORS CORP.,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1893,,, -02/05/1974,74V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V021000),"Rolls-Royce Motor Cars, Ltd.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,159,,, -02/04/1974,74V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V019000),"BMW of North America, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,11000,,, -01/31/1974,74V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V018000),Crane Carrier Company,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,106,,, -01/29/1974,74V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V017000),SEMINOLE TRLR. MFG. CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,63,,, -01/25/1974,74V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V016000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,26421,,, -01/24/1974,74V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V015000),"YELLOWSTONE, INC.",SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,20,,, -01/22/1974,74V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V014000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,296,,, -01/21/1974,74V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V013000),"Mercedes-Benz USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4500,,, -01/21/1974,74V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V012000),"ALFA ROMEO, INCORPORATED",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,2024,,, -01/18/1974,74C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74C004000),REX-STROLL-O-CHAIR,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,41200,,, -01/16/1974,74E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74E002000),WARNER ELEC. BRAKE/CLUTCH,BRAKES:ELECTRIC:SYSTEM,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,674,,, -01/16/1974,74V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V011000),Ford Motor Company,EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,127208,,, -01/16/1974,74V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V010000),NORTON/TRIUMPH CORP.,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3039,,, -01/11/1974,74V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V026000),"FIAT MOTORS OF N.A., INC.",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,3100,,, -01/08/1974,74V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V042000),MODULAR AMBULANCE CORP.,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,283,,, -01/08/1974,74V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V024000),SELLERS MANUFACTURING INC.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,193,,, -01/08/1974,74V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V009000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,2,,, -01/08/1974,74V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V008000),HOOVER BALL & BEARING CO.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,6200,,, -01/07/1974,74V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V041000),CHINOOK MOBIL LODGE CO.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,131,,, -01/07/1974,74V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V006000),Eldorado National-Kansas,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,66,,, -01/07/1974,74V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V007000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,159149,,, -01/06/1974,74T037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74T037000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,1074,,, -01/05/1974,74V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=74V020000),"EXECUTIVE IND., INC.",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,124,,, -12/31/1973,73C027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73C027000),QUESTOR JUVENILE FURNITURE CO.,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,1176159,,, -12/27/1973,73V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V251000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,83,,, -12/27/1973,73V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V250000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,782111,,, -12/26/1973,73V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V249000),FMC CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,500,,, -12/20/1973,73V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V246000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,13768,,, -12/20/1973,73V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V248000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,179,,, -12/20/1973,73V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V247000),"Gillig, LLC",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,1600,,, -12/19/1973,73V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V244000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9215,,, -12/19/1973,73V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V240000),WHEEL CAMPER CORP.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,722,,, -12/19/1973,73V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V241000),"BROUGHAM INDUSTRIES, INC.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3426,,, -12/19/1973,73V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V242000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,145,,, -12/19/1973,73V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V239000),"CABANA COACH CORPORATION,",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,67,,, -12/19/1973,73V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V243000),"Chrysler (FCA US, LLC)",SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,98,,, -12/19/1973,73V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V245000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,12703,,, -12/18/1973,73V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V238000),Shyft Group,LIGHTING:GENERAL OR UNKNOWN COMPONENT:OTHER PART L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,200,,, -12/17/1973,73V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V237000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2195,,, -12/13/1973,73V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V235000),"PREVOST CAR, INCORPORATED",ELECTRICAL SYSTEM:ALTERNATOR:GENERATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,45,,, -12/13/1973,73V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V236000),Motor Coach Industries,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,200,,, -12/13/1973,73V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V234000),"FIAT MOTORS OF N.A., INC.",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,4524,,, -12/12/1973,73V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V233000),STARCRAFT COMPANY,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1100,,, -12/10/1973,73V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V232000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,22215,,, -12/06/1973,73V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V231000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,83,,, -12/05/1973,73V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V230000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1757,,, -12/05/1973,73E026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E026000),"MUFFLERS,",WHEELS,WHEELS,NR (Not Reported),Equipment,200,,, -12/03/1973,73V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V229000),"Volkswagen Group of America, Inc.",ENGINE COOLING SYSTEM:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,16000,,, -12/03/1973,73V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V228000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,3000,,, -11/23/1973,73V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V226000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,388877,,, -11/23/1973,73V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V227000),"Rolls-Royce Motor Cars, Ltd.",STRUCTURE:BUMPER ASSEMBLY:SHOCK ABSORBING UNIT,STRUCTURE,NR (Not Reported),Vehicle,37,,, -11/21/1973,73V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V225000),"Mercedes-Benz USA, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5000,,, -11/21/1973,73V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V224000),STREAMLINE/GUERDON DIV.,LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,41,,, -11/21/1973,73T025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T025000),FULDA TIRE COMPANY,TIRES:BEAD,TIRES,NR (Not Reported),Tire,2200,,, -11/19/1973,73V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V223000),"PEUGEOT, INC.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,12642,,, -11/19/1973,73V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V222000),Crane Carrier Company,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,46,,, -11/12/1973,73V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V220000),Ford Motor Company,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,17821,,, -11/12/1973,73V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V221000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,362,,, -11/08/1973,73V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V219000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7028,,, -11/08/1973,73V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V218000),"Chrysler (FCA US, LLC)",HEATER:WATER:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,60000,,, -11/08/1973,73V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V216000),FWD CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,232,,, -11/08/1973,73V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V217000),HYSTER COMPANY,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,3,,, -11/08/1973,73T024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T024000),FIRESTONE TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,3039,,, -11/06/1973,73V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V215000),Harley-Davidson Motor Company,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,22310,,, -11/02/1973,73V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V001000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1200,,, -11/02/1973,73V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V214000),"General Motors, LLC",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,6149,,, -11/02/1973,73V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V002000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,100,,, -11/01/1973,73V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V213000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3626,,, -11/01/1973,73V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V212000),"General Motors, LLC",WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,7984,,, -10/30/1973,73V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V210000),Ford Motor Company,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,675,,, -10/30/1973,73V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V211000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1000,,, -10/29/1973,73V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V208000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1000,,, -10/29/1973,73V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V207000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,500,,, -10/29/1973,73V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V209000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,10700,,, -10/23/1973,73V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V206000),GROVE MFG. CO.,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,45,,, -10/15/1973,73V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V203000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,31412,,, -10/15/1973,73V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V204000),FREIGHTLINER LLC,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,10000,,, -10/15/1973,73V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V205000),"Mack Trucks, Inc.",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,40,,, -10/10/1973,73V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V202000),RAYMOND UTILITY TRAILERS,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,418,,, -10/09/1973,73V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V201000),"Chrysler (FCA US, LLC)",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,325,,, -10/05/1973,73V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V200000),AM GENERAL LLC,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,2827,,, -10/05/1973,73V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V199000),"PEUGEOT, INC.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,13255,,, -10/03/1973,73V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V198000),"General Motors, LLC",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,123600,,, -10/02/1973,73V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V197000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1000,,, -10/02/1973,73V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V196000),"Volkswagen Group of America, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,13500,,, -10/01/1973,73V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V195000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1436,,, -10/01/1973,73V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V193000),"General Motors, LLC",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1436,,, -10/01/1973,73V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V194000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1436,,, -10/01/1973,73V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V192000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,5000,,, -09/28/1973,73E023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E023000),Atwood Mobile Products,HEATER:WATER:DEFROSTER:DEFOGGER:LINES:LINKAGE:COMB,VISIBILITY,NR (Not Reported),Equipment,4569,,, -09/19/1973,73V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V191000),"Porsche Cars North America, Inc.",LIGHTING:SWITCH:MULTI-FUNCTION SWITCH:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1700,,, -09/18/1973,73E022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E022000),FIRESTONE STEEL PROD. CO.,WHEELS:SINGLE:BEAD,WHEELS,NR (Not Reported),Equipment,10000,,, -09/17/1973,73V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V189000),PETERBILT MOTOR COMPANY,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,51,,, -09/17/1973,73V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V190000),PETERBILT MOTOR COMPANY,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,5667,,, -09/17/1973,73T021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T021000),TOYO TIRES U.S.A. CORP,TIRES:LINER,TIRES,NR (Not Reported),Tire,261,,, -09/14/1973,73V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V187000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,75010,,, -09/14/1973,73V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V186000),"General Motors, LLC",FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,685434,,, -09/14/1973,73V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V188000),"AUSTIN ROVER CARS NA, INC",WHEELS:SINGLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,4938,,, -09/12/1973,73V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V184000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,480,,, -09/12/1973,73V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V185000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,44,,, -09/10/1973,73V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V183000),VESELY COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,2244,,, -09/07/1973,73V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V182000),OPEN ROAD IND.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,26,,, -09/06/1973,73T020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T020000),Cooper Tire & Rubber Co.,TIRES:LINER,TIRES,NR (Not Reported),Tire,8400,,, -09/05/1973,73V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V181000),Ford Motor Company,POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,74884,,, -09/04/1973,73V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V180000),FREIGHTLINER LLC,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,100,,, -08/29/1973,73V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V179000),GRUMMAN FLXIBLE CORP.,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,4159,,, -08/29/1973,73T019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T019000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,1670,,, -08/28/1973,73V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V177000),Ford Motor Company,ELECTRICAL SYSTEM:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,41462,,, -08/28/1973,73V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V176000),WHITE MOTOR CORPORATION,POWER TRAIN:TRANSMISSION:UNKNOWN TYPE:SHIFT PATTER,POWER TRAIN,NR (Not Reported),Vehicle,15,,, -08/28/1973,73V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V178000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,46,,, -08/27/1973,73V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V175000),"REXNORD, INC.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,,, -08/27/1973,73V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V174000),BROCKWAY MOTOR TRUCKS,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,289,,, -08/23/1973,73T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T018000),"ATLAS COPCO N.A., INC",TIRES:LINER,TIRES,NR (Not Reported),Tire,742,,, -08/22/1973,73V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V173000),AM GENERAL LLC,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,697,,, -08/22/1973,73V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V172000),"NIMROD, INCORPORATED",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,870,,, -08/16/1973,73V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V170000),STARCRAFT COMPANY,ELECTRICAL SYSTEM:FUSE AND FUSE RECEPTICLE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1397,,, -08/16/1973,73V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V171000),"Volkswagen Group of America, Inc.",FUEL:FUEL SYSTEMS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,112000,,, -08/15/1973,73V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V169000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,3915,,, -08/14/1973,73V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V168000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3000,,, -08/14/1973,73V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V167000),FREIGHTLINER LLC,WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,243,,, -08/07/1973,73V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V165000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,984,,, -08/07/1973,73V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V166000),WILLIAMSEN BODY&EQUIP.CO.,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,48,,, -08/07/1973,73T017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T017000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,9800,,, -08/06/1973,73V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V163000),"Volvo Car USA, LLC",FUEL:FUEL INJECTION:UNKNOWN TYPE:LINE:HOSE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12000,,, -08/06/1973,73V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V164000),WHITE MOTOR CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER LINKAGE:PIVOT:DRIV,VISIBILITY,NR (Not Reported),Vehicle,128,,, -08/03/1973,73V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V162000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,200,,, -08/02/1973,73V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V160000),"BMW of North America, LLC",ENGINE:FLYWHEEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1136,,, -08/02/1973,73V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V161000),"FLEETWOOD ENTERPRISES, INC.",SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,25,,, -08/01/1973,73T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T016000),DAYTON STEEL FOUNDRY CO.,TIRES:CORD,TIRES,NR (Not Reported),Tire,5013,,, -07/30/1973,73V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V159000),Ford Motor Company,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,13475,,, -07/25/1973,73V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V156000),TRAVOY CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:SIDE MARKER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,155,,, -07/25/1973,73V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V157000),TRAVOY CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,41,,, -07/25/1973,73V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V158000),"Strick Trailers, LLC",STRUCTURE:FRAME:MEMBERS AND BODY:OTHER PARTS,STRUCTURE,NR (Not Reported),Vehicle,546,,, -07/23/1973,73V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V154000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12500,,, -07/23/1973,73V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V155000),SHASTA INDUSTRIES,LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,100,,, -07/18/1973,73V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V153000),"Mack Trucks, Inc.",COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1285,,, -07/16/1973,73V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V151000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5802,,, -07/16/1973,73V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V152000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3094,,, -07/13/1973,73V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V150000),PACCAR Incorporated,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,7000,,, -07/11/1973,73V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V149000),"ALFA ROMEO, INCORPORATED",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2900,,, -07/10/1973,73V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V148000),WHITE MOTOR CORPORATION,EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,821,,, -07/06/1973,73V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V146000),"AUSTIN ROVER CARS NA, INC",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,16,,, -07/06/1973,73V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V147000),"AUSTIN ROVER CARS NA, INC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,125,,, -07/03/1973,73V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V145000),"Chrysler (FCA US, LLC)",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,324,,, -07/02/1973,73V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V144000),Blue Bird Body Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,406,,, -07/02/1973,73V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V142000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,718,,, -07/02/1973,73V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V143000),OPEN ROAD IND.,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,851,,, -07/02/1973,73V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V141000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,3921,,, -07/02/1973,73V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V140000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,15058,,, -06/26/1973,73T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T015000),FIRESTONE TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,23400,,, -06/21/1973,73V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V139000),KELSEY-HAYES COMPANY,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,570,,, -06/19/1973,73V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V138000),"PRF INDUSTRIES, INC.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,268,,, -06/18/1973,73V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V137000),GRUMMAN FLXIBLE CORP.,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,459,,, -06/14/1973,73V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V136000),SHELLER-GLOBE CORPORATION,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,293,,, -06/14/1973,73V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V134000),SHELLER-GLOBE CORPORATION,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1285,,, -06/14/1973,73V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V135000),SHELLER-GLOBE CORPORATION,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,240,,, -06/12/1973,73V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V133000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,7630,,, -06/12/1973,73T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T014000),ARMSTRONG RUBBER CO.,TIRES:MARKINGS,TIRES,NR (Not Reported),Tire,12017,,, -06/07/1973,73V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V131000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,51,,, -06/07/1973,73V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V132000),"GEORGIE BOY MFG., LLC",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,40,,, -06/06/1973,73V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V130000),"Gillig, LLC",SUSPENSION:INDEPENDENT FRONT AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,19,,, -06/04/1973,73V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V129000),FMC CORPORATION,ELECTRICAL SYSTEM:REGULATOR,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,116,,, -06/04/1973,73V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V124000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6487,,, -06/04/1973,73V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V128000),"Timpte, Inc.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,150,,, -06/04/1973,73V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V125000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL CARBURETION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1600,,, -06/04/1973,73V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V126000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11000,,, -06/04/1973,73V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V127000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,10000,,, -05/29/1973,73V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V122000),"TRANSPORT TRAILERS, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,8,,, -05/29/1973,73V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V123000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1112,,, -05/24/1973,73V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V121000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6300,,, -05/24/1973,73V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V120000),"Mercedes-Benz USA, LLC",HEATER:UNKNOWN TYPE:WINDSHELD DEFROSTER HOSE:DUCT:,VISIBILITY,NR (Not Reported),Vehicle,2800,,, -05/22/1973,73V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V119000),DI GIORGIO LEISURE PROD.,EXHAUST SYSTEM:TAIL PIPE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,102,,, -05/21/1973,73V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V117000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,371,,, -05/21/1973,73V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V118000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,11301,,, -05/18/1973,73T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T013000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,151,,, -05/17/1973,73V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V116000),"Volkswagen Group of America, Inc.",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,509,,, -05/17/1973,73V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V115000),"Volkswagen Group of America, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY:IDENTIFICATION MA,EQUIPMENT,NR (Not Reported),Vehicle,1360,,, -05/15/1973,73V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V114000),"DIAMOND REO TRUCKS, INC.",ELECTRICAL SYSTEM:IGNITION:SWITCH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6400,,, -05/14/1973,73V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V113000),ERNEST HOLMES COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,2339,,, -05/14/1973,73V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V112000),STARCRAFT COMPANY,SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,193,,, -05/10/1973,73V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V109000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1600,,, -05/10/1973,73V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V111000),Eldorado National-Kansas,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,218,,, -05/10/1973,73V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V110000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1000,,, -05/08/1973,73V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V107000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1200,,, -05/08/1973,73V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V106000),Honda (American Honda Motor Co.),LIGHTING:SWITCH:BUTTON:RING:EMERGENCY FLASHING HAZ,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,15087,,, -05/08/1973,73V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V108000),"Volkswagen Group of America, Inc.",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,1000,,, -05/08/1973,73V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V105000),SANTA FE VANS,WHEELS,WHEELS,NR (Not Reported),Vehicle,41,,, -05/04/1973,73V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V102000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,2481,,, -05/04/1973,73V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V104000),Ford Motor Company,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1221,,, -05/04/1973,73V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V101000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,112,,, -05/04/1973,73V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V100000),OPEN ROAD IND.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,340,,, -05/04/1973,73V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V103000),"AMERICAN TRAILERS, INC.",WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Vehicle,101,,, -05/02/1973,73V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V099000),"RECTRANS, INCORPORATED",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,27,,, -05/01/1973,73V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V097000),GRUMMAN FLXIBLE CORP.,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,809,,, -05/01/1973,73V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V096000),CHINOOK MOBIL LODGE CO.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11,,, -05/01/1973,73V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V098000),GRUMMAN FLXIBLE CORP.,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,809,,, -04/30/1973,73V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V092000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2607,,, -04/30/1973,73V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V095000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1475,,, -04/30/1973,73V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V094000),Harley-Davidson Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,11705,,, -04/27/1973,73V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V093000),"EXECUTIVE IND., INC.",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,33,,, -04/26/1973,73V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V091000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,343,,, -04/26/1973,73V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V090000),WHITE MOTOR CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,71,,, -04/25/1973,73T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T012000),"ATLAS COPCO N.A., INC",TIRES,TIRES,NR (Not Reported),Tire,1120,,, -04/24/1973,73V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V088000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1552,,, -04/24/1973,73V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V089000),CHECKER MOTORS CORP.,ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,9145,,, -04/23/1973,73V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V087000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,342,,, -04/23/1973,73V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V086000),TRAVEL EQUIPMENT CORP.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,12,,, -04/20/1973,73V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V085000),"Winnebago Industries, Inc.",EQUIPMENT:OTHER PIECES:SHOWER CURTAIN(RV),EQUIPMENT,NR (Not Reported),Vehicle,6708,,, -04/19/1973,73V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V084000),FLARE MFG. INC.,WHEELS,WHEELS,NR (Not Reported),Vehicle,12,,, -04/16/1973,73E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E011000),SUBURBAN,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Equipment,20000,,, -04/13/1973,73V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V083000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,742,,, -04/10/1973,73V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V081000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1500,,, -04/10/1973,73V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V082000),BANNER HOMES CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,377,,, -04/10/1973,73V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V080000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,600,,, -04/10/1973,73T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T010000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,464,,, -04/09/1973,73V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V079000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,66,,, -04/02/1973,73V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V078000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1000,,, -03/29/1973,73V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V077000),Ford Motor Company,TIRES,TIRES,NR (Not Reported),Vehicle,126,,, -03/28/1973,73C009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73C009000),"BABYHOOD INDUSTRIES, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,2100,,, -03/27/1973,73V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V073000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:INSTRUMENT PANEL:GAUGE:INDICATOR:,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,500,,, -03/27/1973,73V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V074000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,80,,, -03/27/1973,73V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V075000),"Chrysler (FCA US, LLC)",SUSPENSION:I-BEAM:SOLID:FRONT HUB,SUSPENSION,NR (Not Reported),Vehicle,854,,, -03/27/1973,73V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V076000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,54000,,, -03/26/1973,73V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V069000),"HPA MONON TRAILER, INC.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,49,,, -03/26/1973,73V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V070000),FRUEHAUF CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,100,,, -03/26/1973,73V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V072000),SPORTSCOACH OF AMER.,LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,182,"MOTORHOMES, 25 AND 29 FOOT. POSSIBILITY THAT THE LP GAS SYSTEM MAY NOT HAVE HAD THE PRESSURE CHECKED CORRECTLY.",IF THE CONDITION EXISTS THERE MAY BE UNDETECTED LEAKS IN THE SYSTEM.,CORRECT BY INSPECTING AND HAVE SYSTEM PROPERLY CHECKED. -03/26/1973,73V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V071000),FREIGHTLINER LLC,STEERING,STEERING,NR (Not Reported),Vehicle,43,,, -03/22/1973,73V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V068000),"BARTH, INCORPORATED",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,52,,, -03/21/1973,73V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V067000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,400,,, -03/21/1973,73V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V066000),CAVALIER MFG. CO.,WHEELS,WHEELS,NR (Not Reported),Vehicle,30,,, -03/19/1973,73V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V065000),"YELLOWSTONE, INC.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2,,, -03/19/1973,73V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V064000),BUTLER MANUFACTURING CO.,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,48,,, -03/14/1973,73V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V063000),"Altec Industries, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:BACK UP LIGH,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9,,, -03/14/1973,73V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V061000),"MOBIL TRAVELER, INC.",LPG LINES,EQUIPMENT,NR (Not Reported),Vehicle,17,,, -03/14/1973,73V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V062000),Skyline Corporation,WHEELS,WHEELS,NR (Not Reported),Vehicle,86,,, -03/12/1973,73V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V058000),Ford Motor Company,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,55,,, -03/12/1973,73V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V059000),"EXECUTIVE IND., INC.",LPG TANK ATTACHMENTS,EQUIPMENT,NR (Not Reported),Vehicle,1966,,, -03/12/1973,73V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V060000),HILL MFG. COMPANY,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,19,,, -03/12/1973,73V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V057000),Ford Motor Company,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,58832,,, -03/08/1973,73V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V056000),STARCRAFT COMPANY,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,838,,, -03/07/1973,73V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V055000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,55,,, -03/06/1973,73V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V054000),"JENSEN MOTORS, INC.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,580,,, -03/05/1973,73V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V053000),Ford Motor Company,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,785,,, -02/28/1973,73V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V052000),"Nissan North America, Inc.",FUEL:FUEL CARBURETION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17038,,, -02/27/1973,73V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V048000),Ford Motor Company,POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,30,,, -02/27/1973,73V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V050000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,302,,, -02/27/1973,73V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V051000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,222,,, -02/27/1973,73V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V049000),"TRAVELEZE INDUSTRIES, INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,817,,, -02/21/1973,73V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V047000),SPORTSCOACH OF AMER.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1240,,, -02/20/1973,73V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V041000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14833,,, -02/20/1973,73V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V039000),"PRF INDUSTRIES, INC.",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,500,,, -02/20/1973,73V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V046000),WINTER WELDING & MACHINE,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,46,,, -02/20/1973,73V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V044000),"CABANA COACH CORPORATION,",LIGHTING:GENERAL OR UNKNOWN COMPONENT:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,180,,, -02/20/1973,73V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V045000),KAYOT,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,130,,, -02/20/1973,73V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V043000),OPEN ROAD IND.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,507,,, -02/20/1973,73V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V040000),"Chrysler (FCA US, LLC)",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,173,,, -02/20/1973,73V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V042000),"BOLES-AERO, INCORPORATED",WHEELS,WHEELS,NR (Not Reported),Vehicle,61,,, -02/16/1973,73V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V036000),Ford Motor Company,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,568,,, -02/16/1973,73V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V037000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7441,,, -02/16/1973,73V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V035000),"BMW of North America, LLC",FUEL:FUEL CARBURETION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4000,,, -02/16/1973,73E008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E008000),DURA,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Equipment,124,,, -02/15/1973,73V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V030000),"G.H. HICKS & SONS, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,9,,, -02/15/1973,73V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V034000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,543,,, -02/13/1973,73V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V033000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76670,,, -02/12/1973,73V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V032000),"IDEAL OF IDAHO, INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,93,,, -02/12/1973,73V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V029000),Ford Motor Company,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,280,,, -02/12/1973,73V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V031000),"TIMBERLINE TRAILERS, INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,340,,, -02/05/1973,73V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V024000),POINTER WILLIAMETTE TRLR.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,63,,, -02/01/1973,73V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V020000),THOMPSON TANK & MFG. CO.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,5,,, -02/01/1973,73V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V021000),PIKE TRAILER COMPANY,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,3,,, -02/01/1973,73V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V022000),COMPTON TRUCK & EQUIP. CO,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,20,,, -02/01/1973,73V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V023000),GINDY MFG. CORP.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,5000,,, -01/31/1973,73V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V019000),"Subaru of America, Inc.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,20000,,, -01/29/1973,73V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V017000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,225,,, -01/29/1973,73V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V016000),Crane Carrier Company,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,31,,, -01/29/1973,73V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V018000),FWD CORPORATION,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,248,,, -01/29/1973,73T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T007000),CONTINENTAL TRAILER,TIRES,TIRES,NR (Not Reported),Tire,2500,,, -01/29/1973,73T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T006000),Cooper Tire & Rubber Co.,TIRES:LINER,TIRES,NR (Not Reported),Tire,28000,,, -01/24/1973,73V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V011000),"Chrysler (FCA US, LLC)",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,149056,,, -01/24/1973,73V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V012000),"GENERAL TRAILER CO., INC.",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,151,,, -01/24/1973,73V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V013000),"General Motors, LLC",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,3707064,"THE POSSIBILITY EXISTS THAT DRIVING ON UNPAVED ROAD SURFACES, PARTICULARLY ROADS WHICH ARE HEAVILY GRAVELED AND WHICH ARE EXTREMELY WAVY OR FILLED WITH CHUCKHOLES, AT SPEEDS WHICH CAUSE THE CAR TO PITCH EXCESSIVELY, THE FRONT CROSSMEMBER MAY SCOOP UP LOOSE STONES OR GRAVEL AND COULD BE THROWN INTO THE ENGINE COMPARTMENT. IT IS POSSIBLE FOR ONE OF THESE STONES TO LODGE BETWEEN THE STEERING COUPLING AND THE FRAME AND CAUSE INCREASED STEERING EFFORT OR INTERFERENCE WITH STEERING CONTROL OF THE CAR WHEN STEERING WHEEL IS TURNED TO THE LEFT.",INCREASED STEERING EFFORT OR INTERFERENCE WITH STEERINGCONTROL MAY LEAD TO LOSS OF VEHICLE CONTROL AND AN ACCIDENT.,INSPECT AND INSTALL SHIELD ON AFFECTED VEHICLES. -01/24/1973,73V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V015000),Ford Motor Company,STRUCTURE:TAILGATE ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,165,,, -01/24/1973,73V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V014000),"Porsche Cars North America, Inc.",VISUAL SYSTEMS:MIRRORS:REARVIEW:INTERIOR,VISIBILITY,NR (Not Reported),Vehicle,17149,,, -01/22/1973,73T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T005000),GATES,TIRES,TIRES,NR (Not Reported),Tire,538,,, -01/20/1973,73V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V038000),"Mack Trucks, Inc.",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,88,,, -01/19/1973,73V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V005000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,65,,, -01/18/1973,73V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V010000),Heil Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,27,,, -01/17/1973,73V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V009000),GEN MTRS CORP-OVERSEAS,STRUCTURE:FRAME:MEMBERS AND BODY:IDENTIFICATION MA,EQUIPMENT,NR (Not Reported),Vehicle,803,,, -01/16/1973,73V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V008000),TRAVOY CORP.,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,87,,, -01/15/1973,73V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V007000),"Volvo Car USA, LLC",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,92,,, -01/10/1973,73T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T003000),Goodyear Tire & Rubber Company,TIRES:LINER,TIRES,NR (Not Reported),Tire,12602,,, -01/10/1973,73T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T002000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3392,,, -01/09/1973,73V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V004000),Blue Bird Body Company,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,450,,, -01/09/1973,73V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V028000),"PEUGEOT, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14817,,, -01/09/1973,73V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V003000),PETERBILT MOTOR COMPANY,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,761,,, -01/09/1973,73V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V006000),"Volkswagen Group of America, Inc.",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,3000,,, -01/08/1973,73T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73T001000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,1040,,, -01/07/1973,73V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V027000),CHINOOK MOBIL LODGE CO.,WHEELS,WHEELS,NR (Not Reported),Vehicle,55,,, -01/05/1973,73V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V025000),Ford Motor Company,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,93,,, -01/05/1973,73V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73V026000),STREAMLINE/GUERDON DIV.,WHEELS,WHEELS,NR (Not Reported),Vehicle,282,,, -12/31/1972,72V286000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V286000),JOINES BODY CO.,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,15,,, -12/29/1972,72V320000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V320000),Toyota Motor Corporation,VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,51906,,, -12/27/1972,72V318000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V318000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,270815,,, -12/27/1972,72V317000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V317000),Ford Motor Company,EMERGENCY PARKING BRAKE:AIR:LINES AND FITTINGS,PARKING BRAKE,NR (Not Reported),Vehicle,235,,, -12/27/1972,72V315000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V315000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1700,,, -12/27/1972,72V316000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V316000),JAGUAR ROVER TRIUMPH INC.,STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,1402,,, -12/27/1972,72V314000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V314000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,5500,,, -12/27/1972,72V319000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V319000),CLARK EQUIP. COMPANY,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,111,,, -12/22/1972,72V312000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V312000),Aluma KLM,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,100,,, -12/22/1972,72V311000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V311000),YOUNG FIRE EQUIP. CORP.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2,,, -12/22/1972,72V313000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V313000),"COX TRAILERS, INC.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,299,,, -12/19/1972,72E011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72E011000),"KERSHAW CO., INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Equipment,1200,,, -12/18/1972,72V310000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V310000),"Mack Trucks, Inc.",SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,132,,, -12/12/1972,72V307000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V307000),"Volvo Car USA, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,3200,,, -12/12/1972,72V309000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V309000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,253,,, -12/12/1972,72V308000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V308000),WHITE MOTOR CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,66,,, -12/12/1972,72V306000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V306000),MIDWEST SRVC & SUPPLY CO.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,14,,, -12/11/1972,72V304000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V304000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,2083,,, -12/11/1972,72V303000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V303000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM,SEAT BELTS,NR (Not Reported),Vehicle,693,,, -12/11/1972,72V305000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V305000),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM,SEAT BELTS,NR (Not Reported),Vehicle,3225,,, -12/11/1972,72V302000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V302000),"SAAB CARS USA, INC.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,12126,,, -12/08/1972,72V299000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V299000),Trailmobile Canada Limited,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,450,,, -12/08/1972,72V300000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V300000),"Volvo Car USA, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,10500,,, -12/08/1972,72V301000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V301000),"Porsche Cars North America, Inc.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,174,,, -12/05/1972,72V298000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V298000),"General Motors, LLC",HEATER:WATER:DEFOGGER REAR-VIEW WINDOW:ELEMENT:ELE,VISIBILITY,NR (Not Reported),Vehicle,144,,, -12/01/1972,72V295000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V295000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,,, -12/01/1972,72V293000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V293000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:ALTERNATOR:REGULATOR:STARTER:OTH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,149,,, -12/01/1972,72V297000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V297000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT:MATERIAL,SEATS,NR (Not Reported),Vehicle,8,,, -12/01/1972,72V294000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V294000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME:MEMBERS AND BODY:IDENTIFICATION MA,EQUIPMENT,NR (Not Reported),Vehicle,4933,,, -12/01/1972,72V296000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V296000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,13000,,, -11/29/1972,72V292000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V292000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2935,,, -11/27/1972,72V291000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V291000),LOFGREN MFG. COMPANY,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2,,, -11/24/1972,72V284000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V284000),WELD-IT COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,5,,, -11/24/1972,72V285000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V285000),TUTTLE MFG. CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,5,,, -11/24/1972,72V287000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V287000),COPCO STEEL & ENG. CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,25,,, -11/24/1972,72V288000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V288000),CLOUGH EQUIP. COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,14,,, -11/24/1972,72V289000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V289000),Nelson Manufacturing Company,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,33,,, -11/24/1972,72V290000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V290000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,330,,, -11/24/1972,72V283000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V283000),Oshkosh Corporation,WHEELS,WHEELS,NR (Not Reported),Vehicle,209,,, -11/21/1972,72V281000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V281000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2000,,, -11/21/1972,72V280000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V280000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,9100,,, -11/21/1972,72V282000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V282000),OPEN ROAD IND.,OPEN ROAD/STABILITY,SUSPENSION,NR (Not Reported),Vehicle,147,,, -11/21/1972,72T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72T010000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,3576,,, -11/20/1972,72V277000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V277000),VISTA INTERNATIONAL CORP.,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,28,,, -11/20/1972,72V278000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V278000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5500,,, -11/20/1972,72V279000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V279000),WHITE MOTOR CORPORATION,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,2425,,, -11/15/1972,72V276000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V276000),FREIGHTLINER LLC,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,161,,, -11/14/1972,72V275000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V275000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,155418,,, -11/09/1972,72V274000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V274000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,2560,,, -11/08/1972,72V272000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V272000),Ford Motor Company,FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,11782,,, -11/08/1972,72V273000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V273000),"MOTAC, INCORPORATED",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,37,,, -11/07/1972,72V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V002000),BOISE CASCADE,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,702,,, -11/07/1972,72V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V003000),"FLEETWOOD ENTERPRISES, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,2587,,, -11/07/1972,72V269000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V269000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32088,,, -11/07/1972,72V270000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V270000),Heil Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,13,,, -11/07/1972,72V271000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V271000),BOISE CASCADE,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,35,,, -11/05/1972,72V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V001000),DURHAM MFG. COMPANY,WHEELS,WHEELS,NR (Not Reported),Vehicle,200,,, -11/02/1972,72V268000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V268000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1040,,, -11/02/1972,72V267000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V267000),TRUCK TRAILER EQUIP. CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,16,,, -10/31/1972,72V266000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V266000),JAGUAR ROVER TRIUMPH INC.,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,111,,, -10/31/1972,72V265000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V265000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,544,,, -10/30/1972,72V262000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V262000),SKYTOP RIG COMPANY,POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,172,,, -10/30/1972,72V264000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V264000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:DRIVELINE UNIVERSAL JOINT:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,39,,, -10/27/1972,72V261000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V261000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,18989,,, -10/27/1972,72V260000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V260000),"RITE-WAY, INC. OF INDIANA",POWER TRAIN:DRIVELINE UNIVERSAL JOINT:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,43,,, -10/27/1972,72V259000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V259000),"Mack Trucks, Inc.",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,1755,,, -10/26/1972,72V257000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V257000),"Volkswagen Group of America, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,21,,, -10/26/1972,72V256000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V256000),"Volkswagen Group of America, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER ARM,VISIBILITY,NR (Not Reported),Vehicle,3700000,"THE SET SCREW LOCKING THE WINDSHIELD WIPER ARM TO THE DRIVING SHAFT MAY WORK LOOSE. IF THIS HAPPENS, IT WOULD CAUSE ERRATIC WIPER OPERATION AND THE COULD CAUSE WIPER OPERATION TO CEASE ENTIRELY.","LOSS OF WIPER OPERATION WOULD IMPAIR ROAD VISIBILITYDURING INCLEMENT WEATHER CONDITIONS, WHICH MAY RESULT IN AN ACCIDENT.",INSPECT AND REPLACE WITH NEW TYPE WIPER ARMS WHERE NECESSARY. -10/26/1972,72V258000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V258000),"Porsche Cars North America, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,1311,,, -10/25/1972,72V255000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V255000),SHELLER-GLOBE CORPORATION,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,293,,, -10/25/1972,72V253000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V253000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,688,,, -10/25/1972,72V254000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V254000),Ford Motor Company,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,128,,, -10/24/1972,72V252000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V252000),GIL-MAR WELDING CORP.,STRUCTURE,STRUCTURE,NR (Not Reported),Vehicle,76,,, -10/20/1972,72V263000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V263000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,5000,,, -10/13/1972,72V251000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V251000),MILLER WLDNG & MCHN WORKS,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,7,,, -10/12/1972,72V249000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V249000),SO. TRUCK BODY CORP.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,75,,, -10/12/1972,72V250000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V250000),MCCABE POWERS BODY CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,28,,, -10/12/1972,72T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72T009000),Cooper Tire & Rubber Co.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,25000,,, -10/11/1972,72V248000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V248000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14000,,, -10/11/1972,72V247000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V247000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1985,,, -10/11/1972,72V246000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V246000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,977,,, -10/10/1972,72V245000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V245000),SCOTT-GAFFNEY & CO.,WHEELS,WHEELS,NR (Not Reported),Vehicle,1972,,, -10/04/1972,72V244000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V244000),TRAVEL EQUIPMENT CORP.,INTERIOR SYSTEMS,STRUCTURE,NR (Not Reported),Vehicle,460,,, -10/03/1972,72V243000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V243000),GINDY MFG. CORP.,POWER TRAIN,POWER TRAIN,NR (Not Reported),Vehicle,851,,, -10/02/1972,72V242000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V242000),"General Motors, LLC",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,65,,, -10/02/1972,72V241000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V241000),"General Motors, LLC",STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,260,,, -09/29/1972,72V240000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V240000),Ford Motor Company,STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1033800,,, -09/28/1972,72V239000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V239000),"WILLIAMS MFG. CO., INC.",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,100,,, -09/28/1972,72V238000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V238000),TRUCKWELD EQUIP. CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,17,,, -09/25/1972,72V237000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V237000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT HEAD RESTRAINTS,SEATS,NR (Not Reported),Vehicle,17693,,, -09/22/1972,72V236000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V236000),"General Motors, LLC",TIRES,TIRES,NR (Not Reported),Vehicle,179,,, -09/21/1972,72V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V235000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,39943,,, -09/21/1972,72V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V234000),PACCAR Incorporated,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,13,,, -09/20/1972,72T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72T008000),Goodyear Tire & Rubber Company,TIRES:OTHER,TIRES,NR (Not Reported),Tire,84855,,, -09/19/1972,72V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V233000),"Winnebago Industries, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,7259,,, -09/18/1972,72V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V229000),DORSEY CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,1,,, -09/18/1972,72V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V230000),"VULCAN TRLR. MFG. CO.,INC",WHEELS,WHEELS,NR (Not Reported),Vehicle,1,,, -09/18/1972,72V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V231000),"Strick Trailers, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,1,,, -09/18/1972,72V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V232000),Kentucky Manufacturing Co.,WHEELS,WHEELS,NR (Not Reported),Vehicle,2,,, -09/14/1972,72V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V228000),JAGUAR ROVER TRIUMPH INC.,ELECTRICAL SYSTEM:IGNITION:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5394,,, -09/13/1972,72V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V226000),C.E. HOWARD CORP.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,28,,, -09/13/1972,72V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V227000),GLOBE FABRICATORS,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,3,,, -09/12/1972,72V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V225000),"Subaru of America, Inc.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9841,,, -09/11/1972,72V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V222000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,129,,, -09/11/1972,72V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V221000),"REVCON, INCORPORATED",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,248,,, -09/11/1972,72V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V224000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,37500,,, -09/11/1972,72V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V223000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,6700,,, -09/11/1972,72V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V220000),KILGORE IND.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,18,,, -09/06/1972,72V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V216000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3664,,, -09/06/1972,72V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V219000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,1892,,, -09/06/1972,72V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V215000),GRUMMAN FLXIBLE CORP.,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,179,,, -09/06/1972,72V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V218000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,810,,, -09/06/1972,72V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V217000),"TRUCK PARTS & EQUIP.,INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,8,,, -09/01/1972,72V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V213000),ROYAL INDUSTRIES,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2600,,, -09/01/1972,72V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V214000),"CALLAHAN ENG. CO., INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,15,,, -08/29/1972,72V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V212000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,77,,, -08/24/1972,72V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V211000),CHINOOK MOBIL LODGE CO.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,393,,, -08/24/1972,72V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V210000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,1950,,, -08/23/1972,72V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V207000),"Mercedes-Benz USA, LLC",BRAKES:SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,485,,, -08/23/1972,72V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V208000),"Jaguar Cars, Ltd.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,28000,,, -08/23/1972,72V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V206000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,4191,,, -08/23/1972,72V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V209000),CHECKER MOTORS CORP.,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,1293,,, -08/22/1972,72V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V205000),GRUMMAN FLXIBLE CORP.,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,249,,, -08/15/1972,72V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V202000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5029,,, -08/15/1972,72V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V203000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,160,,, -08/15/1972,72V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V204000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,12000,,, -08/11/1972,72V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V201000),Harley-Davidson Motor Company,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,214,,, -08/08/1972,72V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V199000),Blue Bird Body Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,34,,, -08/08/1972,72V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V200000),Crane Carrier Company,POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,81,,, -08/04/1972,72V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V198000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,42689,,, -08/03/1972,72V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V197000),"WILLIAMS CRAFT, INC.",STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,48,,, -07/28/1972,72V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V196000),BENDIX CORPORATION,HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Vehicle,778,,, -07/27/1972,72V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V195000),PETERBILT MOTOR COMPANY,SUSPENSION:TANDEM AXLE:REAR:AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,4873,,, -07/25/1972,72V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V193000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41000,,, -07/25/1972,72V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V192000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,407,,, -07/25/1972,72V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V191000),Motor Coach Industries,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,1840,,, -07/25/1972,72V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V194000),GOLAY & COMPANY,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,21,,, -07/21/1972,72V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V190000),"General Motors, LLC",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,7072,,, -07/21/1972,72V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V189000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,16925,,, -07/21/1972,72V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V188000),Ford Motor Company,INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,1605,,, -07/20/1972,72V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V187000),BROCKWAY MOTOR TRUCKS,STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,39,,, -07/20/1972,72V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V186000),Harley-Davidson Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1500,,, -07/19/1972,72V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V185000),"General Motors, LLC",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,1699,,, -07/18/1972,72V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V184000),"Chrysler (FCA US, LLC)",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,67,,, -07/14/1972,72V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V180000),LUBBOCK MFG. CO.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,2,,, -07/14/1972,72V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V179000),SMITH TANK AND EQUIPMENT,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2,,, -07/14/1972,72V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V181000),GOLAY & COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,7,,, -07/14/1972,72V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V182000),"CUSTOM TRAILERS, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,7,,, -07/14/1972,72V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V183000),HENDRICKSON MFG. CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,4,,, -07/13/1972,72T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72T007000),HEAFNER,TIRES:LINER,TIRES,NR (Not Reported),Tire,703,,, -07/11/1972,72V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V178000),"Suzuki Motor USA, LLC",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1153,,, -07/10/1972,72V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V174000),PETER PIRSCH & SONS CO.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,7,,, -07/10/1972,72V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V175000),MAXIM MOTOR DIVISION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,26,,, -07/10/1972,72V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V176000),BROKKSTONE COMPANY,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,5,,, -07/10/1972,72V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V177000),"ARROW TRAILERS, INC.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,4,,, -07/07/1972,72E006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72E006000),DEXTER AXLE,BRAKES:ELECTRIC:BANDS AND DRUM:BAND SHOE,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Equipment,15280,,, -07/07/1972,72V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V173000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15819,,, -07/06/1972,72V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V170000),PEABODY GALION CORP.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,296,,, -07/06/1972,72V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V171000),BEATRICE FOODS COMPANY,TIRES,TIRES,NR (Not Reported),Vehicle,200,,, -07/06/1972,72V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V172000),BEATRICE FOODS COMPANY,TIRES:PLY,TIRES,NR (Not Reported),Vehicle,200,,, -07/05/1972,72V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V163000),"ALFA ROMEO, INCORPORATED",EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,600,,, -07/05/1972,72V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V168000),Ford Motor Company,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3025,,, -07/05/1972,72V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V164000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,526000,,, -07/05/1972,72V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V166000),"General Motors, LLC",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,132,,, -07/05/1972,72V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V169000),CARDINAL MFG. CO.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1195,,, -07/05/1972,72V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V165000),"General Motors, LLC",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:U-BOLT,SUSPENSION,NR (Not Reported),Vehicle,79,,, -07/05/1972,72V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V167000),"General Motors, LLC",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,1370,,, -07/03/1972,72V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V162000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:RESTRAINT:BELT WARNING SYSTEM,SEAT BELTS,NR (Not Reported),Vehicle,356,,, -06/29/1972,72V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V160000),Ford Motor Company,INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,4072000,"THE SHOULDER BELT PIN CONNECTOR PLASTIC SLEEVES WHICH WERE INJECTION MOLDED CAN HAVE SURFACE IMPERFECTIONS OR DISCONTINUITIES AT THE POINT AT WHICH THERMAL PLASTIC IS INJECTED INTO MOLD AND WHERE FLOW DIVERGES TO FILL BOTH SIDES OF THE RING. IF THE CONDITION EXISTS AND THE SLEEVE BREAKS AWAY FROM THE PIN, THE SHOULDER BELT WILL NOT REMAIN ENGAGED TO THE SEAT BELT BUCKLE.","IF THE SHOULDER BELT IS SEPARATED FROM THE SEAT BELTBUCKLE, THE SHOULDER BELT WILL NOT PROPERLY PROTECT SEAT OCCUPANTS IN THE EVENTOF A SUDDENT STOP OR ACCIDENT.",REPLACE THE SHOULDER BELT PIN CONNECTOR PLASTIC SLEEVE WITH NEOPRENE RETAINERS. -06/29/1972,72V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V161000),Ford Motor Company,STRUCTURE:BUMPER ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,157623,,, -06/28/1972,72V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V159000),"Nissan North America, Inc.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,62000,,, -06/26/1972,72V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V157000),"DIAMOND REO TRUCKS, INC.",BRAKES:AIR:OVER:HYDRAULIC:DISC:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,54,,, -06/26/1972,72V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V158000),"DIAMOND REO TRUCKS, INC.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,28,,, -06/26/1972,72V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V156000),"DIAMOND REO TRUCKS, INC.",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,355,,, -06/26/1972,72V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V155000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,600,,, -06/20/1972,72V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V153000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,413,,, -06/20/1972,72V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V154000),MONTGOMERY WARD & CO.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,17,,, -06/19/1972,72V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V152000),Ford Motor Company,INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,552,,, -06/15/1972,72V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V151000),AMERICAN LAFRANCE LLC,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,56,,, -06/13/1972,72V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V150000),Ford Motor Company,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,2142,,, -06/12/1972,72V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V149000),PETERBILT MOTOR COMPANY,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,404,,, -06/05/1972,72V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V147000),"PRF INDUSTRIES, INC.",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,177,,, -06/05/1972,72V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V145000),"Chrysler (FCA US, LLC)",STRUCTURE:BUMPER ASSEMBLY:GUARDS,STRUCTURE,NR (Not Reported),Vehicle,56371,,, -06/05/1972,72V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V148000),WHEEL CAMPER CORP.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,52,,, -06/01/1972,72V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V143000),"Chrysler (FCA US, LLC)",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,42000,,, -06/01/1972,72V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V137000),Utility Trailer Manufacturing Company,SUSPENSION:AXLE UNKNOWN NON-POWER,SUSPENSION,NR (Not Reported),Vehicle,1901,,, -06/01/1972,72V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V138000),"NYE IMPLEMENT CO., INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,28,,, -06/01/1972,72V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V139000),THEURER INC.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,52,,, -06/01/1972,72V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V140000),ALLIED TNK TRK EQUIP CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,13,,, -06/01/1972,72V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V144000),WILLIAMSEN BODY&EQUIP.CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,130,,, -06/01/1972,72V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V142000),"FIAT MOTORS OF N.A., INC.",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,736,,, -06/01/1972,72V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V141000),FRUEHAUF CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,85,,, -05/26/1972,72V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V136000),"Lufkin Industries, Inc.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,22,,, -05/25/1972,72V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V135000),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,41711,,, -05/24/1972,72V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V134000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,816,,, -05/23/1972,72V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V130000),"General Motors, LLC",POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,1082,,, -05/23/1972,72V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V128000),WHITE MOTOR CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,26,,, -05/23/1972,72V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V129000),"Lufkin Industries, Inc.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,34,,, -05/23/1972,72V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V131000),"QUAKER CITY IRON WRKS,INC",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,46,,, -05/23/1972,72V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V132000),UNIVERSAL OIL PRODUCTS CO,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2,,, -05/23/1972,72V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V133000),"KEYSTONE, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,4,,, -05/22/1972,72V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V127000),"Mack Trucks, Inc.",FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1410,,, -05/22/1972,72V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V126000),"Mack Trucks, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,668,,, -05/19/1972,72V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V123000),"WALKER STNLS.EQUIP.CO,INC",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,28,,, -05/19/1972,72V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V124000),TECH WELD CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,17,,, -05/19/1972,72V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V125000),ACME TRK BODY & HOIST CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2,,, -05/17/1972,72V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V121000),DORSEY CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,19,,, -05/17/1972,72V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V122000),"SAAB CARS USA, INC.",VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,1265,,, -05/16/1972,72V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V120000),PERFECTION/COBEY COMPANY,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,7,,, -05/15/1972,72V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V119000),INTERNATIONAL TRUCK & ENGINE CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,444,,, -05/15/1972,72V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V116000),"VEENEMA & WIEGERS, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,3,,, -05/15/1972,72V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V117000),"PENNCO INDUSTRIES, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,78,,, -05/15/1972,72V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V118000),"WILCO, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,117,,, -05/12/1972,72V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V113000),WICK BUILDING SYSTEMS,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,60,,, -05/12/1972,72V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V114000),YOUNG TRAILER & MFG. CO.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,6,,, -05/12/1972,72V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V115000),"PALM INDUSTRIES, INC.",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,8,,, -05/11/1972,72V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V112000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,350000,,, -05/10/1972,72C004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72C004000),FRANK INDUSTRIES,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,3192,,, -05/10/1972,72C005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72C005000),"Buck Dandy Co., Inc.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,3165,,, -05/10/1972,73E004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=73E004000),MOTOR WHEEL CORP.,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Equipment,2004,,, -05/09/1972,72V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V110000),BROCKWAY MOTOR TRUCKS,BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,210,,, -05/09/1972,72V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V111000),"Lazy Daze, Inc.",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15,,, -05/09/1972,72V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V109000),Oshkosh Corporation,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Vehicle,37,,, -05/08/1972,72V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V108000),"REVCON, INCORPORATED",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,78,,, -05/08/1972,72V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V104000),"PEUGEOT, INC.",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,750,,, -05/08/1972,72V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V106000),ASPEN COACH CORPORATION,STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,18,,, -05/08/1972,72V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V107000),"NIMROD, INCORPORATED",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,503,,, -05/08/1972,72V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V105000),Kentucky Manufacturing Co.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,241,,, -05/05/1972,72V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V103000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,528,,, -05/04/1972,72V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V102000),"NEWBERG TRAILERS, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,5,,, -05/03/1972,72V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V101000),"THOMAS BUILT BUSES, INC.",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,142,,, -05/02/1972,72V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V100000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,80,,, -05/01/1972,72V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V099000),AUTO MATE REC. PRODUCTS,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,48,,, -05/01/1972,72C001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72C001000),FIVE FILER BROTHERS,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,4000,,, -05/01/1972,72C002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72C002000),"COSCO, INC.",EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,9603,,, -05/01/1972,72C003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72C003000),PRIDE TRIMBLE CORPORATION,EQUIPMENT:CHILD SEAT,CHILD SEAT,NR (Not Reported),Child Seat,38598,,, -05/01/1972,72V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V098000),Vanguard National Trailer Corporation,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,300,,, -04/28/1972,72V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V097000),Trailmobile Canada Limited,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,5600,,, -04/26/1972,72V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V093000),"EXCEL TRAILER CO., INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,48,,, -04/26/1972,72V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V094000),JAGUAR ROVER TRIUMPH INC.,ELECTRICAL SYSTEM:BATTERY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4378,,, -04/26/1972,72V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V095000),Ford Motor Company,POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,407244,,, -04/26/1972,72V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V096000),"Volkswagen Group of America, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY:IDENTIFICATION MA,EQUIPMENT,NR (Not Reported),Vehicle,4713,,, -04/25/1972,72V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V092000),SANTA FE VANS,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,57,,, -04/24/1972,72V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V090000),ALLSTATE TRAILER SALES,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,82,,, -04/24/1972,72V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V089000),JACK A. HELMS CO.,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,6,,, -04/23/1972,72V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V091000),HOLIDAY RAMBLER CORP.,FUEL:LPG LINES:NON-METALLIC,"FUEL SYSTEM, OTHER",NR (Not Reported),Vehicle,14799,,, -04/20/1972,72V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V087000),FWD CORPORATION,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,18,,, -04/19/1972,72V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V084000),"WILLIAMS CRAFT, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,238,,, -04/19/1972,72V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V085000),FREIGHTLINER LLC,EMERGENCY PARKING BRAKE,PARKING BRAKE,NR (Not Reported),Vehicle,279,,, -04/19/1972,72V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V086000),"Chrysler (FCA US, LLC)",LIGHTING:SWITCH:BUTTON:RING:HIGH/LOW BEAM DIMMER,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,10357,,, -04/18/1972,72V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V083000),"Rolls-Royce Motor Cars, Ltd.",POWER TRAIN:TRANSMISSION:AUTOMATIC:SWITCH:SOLENOID,POWER TRAIN,NR (Not Reported),Vehicle,194,,, -04/17/1972,72V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V082000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,97,,, -04/13/1972,72V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V079000),Harley-Davidson Motor Company,POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,8000,,, -04/13/1972,72V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V081000),AROS MANUFACTURING CO.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,60,,, -04/10/1972,72V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V078000),HADCO-SHERWOOD TRAILERS,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,85,,, -04/10/1972,72V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V077000),"Mack Trucks, Inc.",POWER TRAIN:DRIVELINE UNIVERSAL JOINT:UNKNOWN TYPE,POWER TRAIN,NR (Not Reported),Vehicle,121,,, -04/07/1972,72V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V076000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,309,,, -04/07/1972,72V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V075000),"General Motors, LLC",FUEL:CARBURETOR:DOUBLE:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,129000,,, -04/06/1972,72V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V074000),MOBIL SCOUT MFR. CORP.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:REFLECTIVE L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,30,,, -04/06/1972,72V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V073000),FREIGHTLINER LLC,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,2055,,, -04/05/1972,72V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V072000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,2459,,, -04/04/1972,72V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V069000),"MOBIL TRAVELER, INC.",EXHAUST SYSTEM:PIPE:EXHAUST,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,103,,, -04/04/1972,72V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V068000),"SECURITY INDUSTRIES, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,63,,, -04/04/1972,72V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V070000),WALLSTRONG MFG. CO.,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2000,,, -04/04/1972,72V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V071000),"Trail-Rite, Inc.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,115,,, -04/03/1972,72V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V067000),Ford Motor Company,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,7925,,, -03/29/1972,72V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V065000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61434,,, -03/29/1972,72V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V066000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,930,,, -03/23/1972,72V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V064000),"CABANA COACH CORPORATION,",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,279,,, -03/22/1972,72V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V063000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:5 SPEED:SHIFT PATTERN IND,POWER TRAIN,NR (Not Reported),Vehicle,929,,, -03/17/1972,72V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V062000),"ALFA ROMEO, INCORPORATED",ELECTRICAL SYSTEM:RECEPTICLE:FUSE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2552,,, -03/16/1972,72V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V061000),Blue Bird Body Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,249,,, -03/16/1972,72V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V060000),"FLEETWOOD ENTERPRISES, INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,805,,, -03/13/1972,72V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V057000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,13000,,, -03/13/1972,72V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V059000),"General Motors, LLC",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,149,,, -03/13/1972,72V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V058000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,24540,,, -03/10/1972,72V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V056000),AM GENERAL LLC,ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,24398,,, -03/07/1972,72V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V055000),"ALFA ROMEO, INCORPORATED",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1023,,, -03/07/1972,72V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V054000),CROWN COACH CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY,STRUCTURE,NR (Not Reported),Vehicle,94,,, -03/06/1972,72V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V053000),WHITE MOTOR CORPORATION,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,525,,, -03/03/1972,72V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V052000),"Nissan North America, Inc.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,86429,,, -03/02/1972,72V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V050000),Ford Motor Company,EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,679,,, -03/02/1972,72V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V051000),"Parker Trailer Sales, Inc.",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,44,,, -02/28/1972,72V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V049000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,2271,,, -02/22/1972,72V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V047000),BELL MFG. CORPORATION,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,124,,, -02/18/1972,72V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V045000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,56,,, -02/18/1972,72V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V046000),FRUEHAUF CORPORATION,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,86,,, -02/16/1972,72V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V044000),Mazda North American Operations,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,680,,, -02/15/1972,72V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V043000),JAGUAR ROVER TRIUMPH INC.,BRAKES:SERVICE BRAKES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3335,,, -02/14/1972,72V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V042000),"Mack Trucks, Inc.",BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,167,,, -02/14/1972,72V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V041000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,538,,, -02/14/1972,72V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V040000),"Mack Trucks, Inc.",STRUCTURE:BUMPER ASSEMBLY:ATTACHMENTS/SUPPORT BARS,STRUCTURE,NR (Not Reported),Vehicle,177,,, -02/10/1972,72V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V038000),Land Rover,ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,43,,, -02/08/1972,72V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V037000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,36,,, -02/07/1972,72V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V029000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:TURN SIGNAL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1746,,, -02/07/1972,72V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V036000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,123,,, -02/07/1972,72V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V035000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,1000,,, -02/07/1972,72V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V033000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,1800,,, -02/07/1972,72V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V034000),WHITE MOTOR CORPORATION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,1313,,, -01/31/1972,72V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V024000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1482,,, -01/28/1972,72V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V023000),"Winnebago Industries, Inc.",STRUCTURE:DOOR ASSEMBLY:HINGE AND ATTACHMENTS,STRUCTURE,NR (Not Reported),Vehicle,7121,,, -01/27/1972,72V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V022000),INTERNATIONAL TRUCK & ENGINE CORPORATION,POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,963,,, -01/26/1972,72V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V021000),OPEN ROAD IND.,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,174,,, -01/25/1972,72V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V019000),WHITE MOTOR CORPORATION,EXHAUST SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,968,,, -01/25/1972,72V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V018000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,338,,, -01/25/1972,72V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V020000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,139,,, -01/22/1972,72V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V048000),"Volkswagen Group of America, Inc.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,9920,,, -01/20/1972,72V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V015000),REDMAN WESTERN CORP.,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,185,,, -01/20/1972,72V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V016000),"Mack Trucks, Inc.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,66,,, -01/20/1972,72V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V017000),"Mack Trucks, Inc.",FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,342,,, -01/20/1972,72V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V088000),BROCKWAY MOTOR TRUCKS,POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,465,,, -01/18/1972,72V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V014000),Toyota Motor Corporation,FUEL:FUEL EMISSION CONTROL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,110614,,, -01/15/1972,72V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V013000),"General Motors, LLC",WHEELS:SINGLE:OTHER,WHEELS,NR (Not Reported),Vehicle,30885,,, -01/14/1972,72V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V011000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,6809,,, -01/14/1972,72V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V012000),"RATCLIFF IND., INC.",SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,72,,, -01/13/1972,72V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V080000),CORDER MANUFACTURING COMP,BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,50,,, -01/13/1972,72V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V009000),TRAVEL EQUIPMENT CORP.,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,157,,, -01/13/1972,72V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V010000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:INSTRUMENT PANEL:GLOVE COMPARTMEN,STRUCTURE,NR (Not Reported),Vehicle,3996,,, -01/12/1972,72V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V008000),AM HOIST & DERRICK CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,45,,, -01/11/1972,72V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V039000),"TIMBERLINE TRAILERS, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,330,,, -01/11/1972,72V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V007000),AM GENERAL LLC,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,9716,,, -01/11/1972,72V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V005000),"PEUGEOT, INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,2916,,, -01/11/1972,72V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V006000),Heil Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,736,,, -01/11/1972,72V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V004000),"Chrysler (FCA US, LLC)",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,971,,, -01/07/1972,72V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V032000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,79,,, -01/07/1972,72V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V031000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,350,,, -01/07/1972,72V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V030000),"FTEC, Inc.",WHEELS,WHEELS,NR (Not Reported),Vehicle,165,,, -01/05/1972,72V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V146000),"TRAVEL INDUSTRIES, INC.",BRAKES:ELECTRIC:ACTUATING ASSEMBLY:MAGNET,"SERVICE BRAKES, ELECTRIC",NR (Not Reported),Vehicle,119,,, -01/04/1972,72V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V028000),Oshkosh Corporation,FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17,,, -01/03/1972,72V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V026000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,200,,, -01/03/1972,72V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V027000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,83,,, -01/01/1972,72V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=72V025000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:BENCH SEAT LATCH,SEATS,NR (Not Reported),Vehicle,9000,,, -12/30/1971,71E019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71E019000),MANSFIELD TIRE & RUBBER C,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Equipment,1547,,, -12/29/1971,71V235000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V235000),"General Motors, LLC",ENGINE:MOUNTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,6682084,"THERE IS A POSSIBILITY THAT A SEPARATED MOTOR MOUNT MAY ALLOW THE ENGINE TO LIFT, WHICH MAY AFFECT THE THROTTLE LINKAGE, MOMENTARILY INCREASING THROTTLE, POSSIBLY TO FULL THROTTLE.",UNEXPECTED LOSS OF THROTTLE CONTROL MAY CAUSE LOSS OFVEHICLE CONTROL AND AN ACCIDENT.,INSPECT ENGINE MOUNTS AND INSTALL RESTRAINTS WHICH WILL LIMIT ENGINE LIFT AND ELIMINATE POSSIBLE SECONDARY EFFECTS TO THE THROTTLE LINKAGE DUE TO ENGINE MOUNT SEPARATION. -12/29/1971,71V233000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V233000),"Porsche Cars North America, Inc.",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:RIGID,POWER TRAIN,NR (Not Reported),Vehicle,32,,, -12/29/1971,71V234000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V234000),JAGUAR ROVER TRIUMPH INC.,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,951,,, -12/27/1971,71V232000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V232000),"ALFA ROMEO, INCORPORATED",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1651,,, -12/21/1971,71V231000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V231000),"DETOMASO OF AMERICA, INC.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,94,,, -12/18/1971,71T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T001000),UNIROYAL GOODRICH TIRE CO,TIRES:BEAD,TIRES,NR (Not Reported),Tire,482,,, -12/15/1971,71E002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71E002000),DAYTON STEEL FOUNDRY CO.,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Equipment,2100,,, -12/15/1971,71V229000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V229000),PACCAR Incorporated,TIRES,TIRES,NR (Not Reported),Vehicle,8,,, -12/15/1971,71V230000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V230000),WHITE MOTOR CORPORATION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,173,,, -12/09/1971,71V227000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V227000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,264,,, -12/09/1971,71V225000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V225000),"Mercedes-Benz USA, LLC",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,89,,, -12/09/1971,71V228000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V228000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,10711,,, -12/09/1971,71V226000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V226000),"Mack Trucks, Inc.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,238,,, -12/03/1971,71V223000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V223000),Trailmobile Canada Limited,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,225,,, -12/03/1971,71V224000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V224000),"General Motors, LLC",HEATER:UNKNOWN TYPE:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,679900,,, -12/03/1971,71V221000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V221000),TRAVOY CORP.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,8,,, -12/03/1971,71V222000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V222000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,378,,, -12/01/1971,71V220000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V220000),Trailmobile Canada Limited,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,90,,, -11/30/1971,71V207000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V207000),"Mack Trucks, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,27976,,, -11/29/1971,71V219000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V219000),"Mack Trucks, Inc.",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,416,,, -11/29/1971,71V218000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V218000),"Mack Trucks, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,550,,, -11/26/1971,71T018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T018000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,4950,,, -11/24/1971,71V217000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V217000),BUTLER MANUFACTURING CO.,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,162,,, -11/22/1971,71V215000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V215000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11400,,, -11/22/1971,71V214000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V214000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,379,,, -11/22/1971,71V216000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V216000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,28459,,, -11/19/1971,71V213000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V213000),"Rolls-Royce Motor Cars, Ltd.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,1101,,, -11/16/1971,71E017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71E017000),"Specialty Tires of America, Inc.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Equipment,26,,, -11/16/1971,71V212000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V212000),"HIGHWAY TRAILER IND.,INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2642,,, -11/15/1971,71V210000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V210000),WHITE MOTOR CORPORATION,BRAKES:AIR:OVER:HYDRAULIC:DISC:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,260,,, -11/15/1971,71V209000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V209000),WHITE MOTOR CORPORATION,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1000,,, -11/15/1971,71V211000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V211000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK:CAB:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,968,,, -11/15/1971,71T016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T016000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,1408,,, -11/12/1971,71V208000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V208000),Great Dane Trailers,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,240,,, -11/10/1971,71V201000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V201000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:PADS AND SHOES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,88,,, -11/10/1971,71V203000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V203000),"Volkswagen Group of America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,869,,, -11/10/1971,71V202000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V202000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,29696,,, -11/10/1971,71V206000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V206000),Great Dane Trailers,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,675,,, -11/10/1971,71V204000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V204000),COOK BROS. EQUIP. COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,50,,, -11/09/1971,71V205000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V205000),FREIGHTLINER LLC,FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,997,,, -11/07/1971,71V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V005000),"Volkswagen Group of America, Inc.",STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,78100,,, -11/06/1971,71V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V004000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5637,,, -11/06/1971,71V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V002000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1278,,, -11/06/1971,71V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V003000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,12684,,, -11/06/1971,71V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V001000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,8793,,, -11/03/1971,71V200000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V200000),CITROEN CARS CORPORATION,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,400,,, -11/02/1971,71V199000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V199000),JAGUAR ROVER TRIUMPH INC.,LIGHTING:LAMP OR SOCKET:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,19959,,, -11/01/1971,71V198000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V198000),"SAAB CARS USA, INC.",STEERING:GEAR:RACK,STEERING,NR (Not Reported),Vehicle,1221,,, -10/29/1971,71V196000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V196000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,20559,,, -10/29/1971,71V197000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V197000),Harley-Davidson Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,1600,,, -10/26/1971,71V193000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V193000),"RECTRANS, INCORPORATED",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,95,,, -10/26/1971,71V192000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V192000),"FLEETWOOD ENTERPRISES, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,146,,, -10/26/1971,71V194000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V194000),DAIRY EQUIP. COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,5,,, -10/26/1971,71V195000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V195000),"Porsche Cars North America, Inc.",SUSPENSION:SINGLE AXLE:REAR:SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,30,,, -10/22/1971,71T015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T015000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,2200,,, -10/22/1971,71T014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T014000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,1465,,, -10/22/1971,71V191000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V191000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,874,,, -10/20/1971,71V190000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V190000),"Mack Trucks, Inc.",BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,916,,, -10/20/1971,71V187000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V187000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,15607,,, -10/20/1971,71V189000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V189000),Trailmobile Canada Limited,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,18385,,, -10/20/1971,71V188000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V188000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,8572,,, -10/18/1971,71V186000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V186000),PACCAR Incorporated,STEERING:COLUMN SHAFT UPPER,STEERING,NR (Not Reported),Vehicle,19,,, -10/18/1971,71V185000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V185000),"AMERICAN TRAILERS, INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,219,,, -10/14/1971,71V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V183000),Blue Bird Body Company,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,249,,, -10/14/1971,71V184000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V184000),"BMW of North America, LLC",POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,182,,, -10/13/1971,71V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V179000),"Mack Trucks, Inc.",FUEL:FUEL CARBURETION,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15002,,, -10/13/1971,71V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V182000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,475,,, -10/13/1971,71V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V181000),"General Motors, LLC",SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,1600,,, -10/13/1971,71V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V180000),PETERBILT MOTOR COMPANY,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,118,,, -10/06/1971,71V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V175000),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,4685,,, -10/06/1971,71V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V178000),"Chrysler (FCA US, LLC)",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,4685,,, -10/06/1971,71V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V176000),GEN MTRS CORP-OVERSEAS,VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,100661,,, -10/06/1971,71V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V177000),KAYOT,WHEELS,WHEELS,NR (Not Reported),Vehicle,91,,, -10/05/1971,71V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V173000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,52729,,, -10/05/1971,71V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V174000),"DETOMASO OF AMERICA, INC.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,93,,, -10/04/1971,71V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V171000),Ford Motor Company,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,46,,, -10/04/1971,71V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V172000),"PROGRESS IND., INC.",SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,36,,, -10/04/1971,71V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V170000),"SEAGRAVE FIRE APP., INC.",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,7,,, -09/27/1971,71V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V169000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,380,,, -09/27/1971,71V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V168000),"Mercedes-Benz USA, LLC",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2281,,, -09/23/1971,71V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V166000),FRUEHAUF CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,220,,, -09/23/1971,71V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V167000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,274,,, -09/22/1971,71V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V165000),WHITE MOTOR CORPORATION,POWER TRAIN:DRIVELINE:TUBE:HOUSING:TORQUE DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,486,,, -09/21/1971,71V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V163000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LAMP LIGHT:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,,, -09/21/1971,71V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V164000),"Volkswagen Group of America, Inc.",TIRES,TIRES,NR (Not Reported),Vehicle,60,,, -09/17/1971,71V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V162000),CLARK EQUIP. COMPANY,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,966,,, -09/17/1971,71V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V161000),Ford Motor Company,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,121,,, -09/16/1971,71V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V160000),"Winnebago Industries, Inc.",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,172,,, -09/15/1971,71V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V158000),Ford Motor Company,BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,612,,, -09/15/1971,71V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V159000),Ford Motor Company,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,3176,,, -09/13/1971,71V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V157000),FRUEHAUF CORPORATION,SUSPENSION:AXLE UNKNOWN:NON-POWER:AXLE ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,2000,,, -09/09/1971,71V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V156000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,871,,, -09/03/1971,71V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V155000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT SPLIT BACK SEAT LATCH,SEATS,NR (Not Reported),Vehicle,5733,,, -09/03/1971,71V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V154000),JAGUAR ROVER TRIUMPH INC.,VISUAL SYSTEMS:WINDSHIELD WASHER:PUMP,VISIBILITY,NR (Not Reported),Vehicle,21283,,, -09/01/1971,71V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V152000),Mazda North American Operations,FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4210,,, -09/01/1971,71V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V153000),Mazda North American Operations,LIGHTING:SWITCH:BUTTON:RING:OTHER PART LIGHTING SY,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1477,,, -08/24/1971,71V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V151000),PACCAR Incorporated,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,60,,, -08/24/1971,71V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V148000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,2740,,, -08/24/1971,71V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V149000),"SAAB CARS USA, INC.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,13560,,, -08/24/1971,71V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V144000),CALIFORNIA CAMPER MFR.,FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19,,, -08/24/1971,71V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V145000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4403,,, -08/24/1971,71V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V147000),Honda (American Honda Motor Co.),POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,28000,,, -08/24/1971,71V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V146000),Honda (American Honda Motor Co.),STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,4200,,, -08/24/1971,71V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V150000),"Lufkin Industries, Inc.",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,712,,, -08/23/1971,71V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V143000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,6875,,, -08/22/1971,71T013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T013000),Cooper Tire & Rubber Co.,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,263,,, -08/20/1971,71V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V142000),ROPER CORPORATION,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,250,,, -08/19/1971,71V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V140000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,136000,,, -08/19/1971,71V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V139000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,124000,,, -08/19/1971,71T012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T012000),Goodyear Tire & Rubber Company,TIRES:LINER,TIRES,NR (Not Reported),Tire,9056,,, -08/18/1971,71V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V138000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,7400,,, -08/17/1971,71V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V137000),"Chrysler (FCA US, LLC)",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,,, -08/17/1971,71V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V136000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,1145,,, -08/17/1971,71V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V141000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Vehicle,23,,, -08/17/1971,71T011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T011000),Cooper Tire & Rubber Co.,TIRES:TREAD,TIRES,NR (Not Reported),Tire,800,,, -08/16/1971,71V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V135000),PACCAR Incorporated,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,4,,, -08/12/1971,71V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V134000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23,,, -08/09/1971,71V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V133000),"HALE TRAILER SALES, INC.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,9683,,, -08/06/1971,71V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V132000),BOISE CASCADE,FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,401,,, -08/03/1971,71V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V131000),"Mack Trucks, Inc.",COMMUNICATIONS:HORN ASSEMBLY,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2630,,, -08/02/1971,71V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V127000),"General Motors, LLC",HEATER:DEFROSTER:DEFOGGER AND VENTILATION,VISIBILITY,NR (Not Reported),Vehicle,15000,,, -08/02/1971,71V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V130000),SHELLER-GLOBE CORPORATION,HEATER:UNKNOWN TYPE:DEFROSTER:DEFOGGER:IGNITION SY,VISIBILITY,NR (Not Reported),Vehicle,373,,, -08/02/1971,71V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V128000),Ford Motor Company,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,765,,, -08/02/1971,71V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V126000),PETERBILT MOTOR COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,805,,, -08/02/1971,71V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V129000),Ford Motor Company,TIRES:CORD,TIRES,NR (Not Reported),Vehicle,2526,,, -07/27/1971,71T010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T010000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,3200,,, -07/27/1971,71V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V124000),"FLEETWOOD ENTERPRISES, INC.",VISUAL SYSTEMS:GLASS:WINDSHIELD,VISIBILITY,NR (Not Reported),Vehicle,531,,, -07/26/1971,71V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V125000),"General Motors, LLC",TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,1672,,, -07/23/1971,71V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V123000),"DETOMASO OF AMERICA, INC.",LIGHTING:LIGHTING CONCEALMENT DEVICES:HEADLIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,93,,, -07/23/1971,71V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V122000),MALLARD COACH CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,26,,, -07/20/1971,71V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V120000),"General Motors, LLC",BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,160,,, -07/20/1971,71V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V121000),"General Motors, LLC",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,6000,,, -07/20/1971,71V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V119000),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:RIGID,POWER TRAIN,NR (Not Reported),Vehicle,171,,, -07/16/1971,71T009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T009000),Cooper Tire & Rubber Co.,TIRES,TIRES,NR (Not Reported),Tire,128000,,, -07/14/1971,71V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V118000),NORTON/TRIUMPH CORP.,ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1400,,, -07/14/1971,71T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T008000),Cooper Tire & Rubber Co.,TIRES:PLY,TIRES,NR (Not Reported),Tire,137,,, -07/13/1971,71V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V117000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,485,,, -07/07/1971,71V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V116000),WILLIAMSEN BODY&EQUIP.CO.,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,,, -07/07/1971,71V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V115000),WHEEL CAMPER CORP.,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,46,,, -07/07/1971,71V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V114000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Vehicle,49,,, -06/30/1971,71V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V112000),Ford Motor Company,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,189,,, -06/30/1971,71V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V113000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,7544,,, -06/28/1971,71V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V111000),Ford Motor Company,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4225,,, -06/28/1971,71V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V110000),Oshkosh Corporation,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,93,,, -06/24/1971,71V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V108000),NORTON/TRIUMPH CORP.,BRAKES:MECHANICAL SERVICE:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3200,,, -06/24/1971,71V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V109000),Harley-Davidson Motor Company,WHEELS:SINGLE:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,12963,,, -06/21/1971,71V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V107000),JAGUAR ROVER TRIUMPH INC.,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,302,,, -06/18/1971,71V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V106000),PACCAR Incorporated,WHEELS:LOCKING MECHANISM,WHEELS,NR (Not Reported),Vehicle,10,,, -06/17/1971,71V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V104000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:ADJUSTERS:SLACK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,135,,, -06/17/1971,71V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V103000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,326,,, -06/17/1971,71V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V105000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,887,,, -06/14/1971,71V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V097000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,32386,,, -06/11/1971,71V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V101000),"General Motors, LLC",ENGINE:FLYWHEEL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,22206,,, -06/11/1971,71V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V102000),"JENSEN MOTORS, INC.",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,256,,, -06/10/1971,71V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V100000),BUS & TRUCK SUPPLY CO.,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,695,,, -06/02/1971,71V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V099000),"Volkswagen Group of America, Inc.",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,5000,,, -06/02/1971,71V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V098000),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:UNKNOWN TYPE:OTHER PART,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,58,,, -06/02/1971,71V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V096000),"Mack Trucks, Inc.",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,16056,,, -06/01/1971,71V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V095000),"FIAT MOTORS OF N.A., INC.",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,1025,,, -06/01/1971,71V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V094000),Motor Coach Industries,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,72,,, -05/27/1971,71V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V092000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,155,,, -05/27/1971,71V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V093000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10594,,, -05/27/1971,71V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V091000),Harley-Davidson Motor Company,WHEELS,WHEELS,NR (Not Reported),Vehicle,508,,, -05/26/1971,71V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V089000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,420,,, -05/25/1971,71V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V088000),"Chrysler (FCA US, LLC)",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,19111,,, -05/25/1971,71V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V087000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,6207,,, -05/19/1971,71V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V085000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11550,,, -05/19/1971,71V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V084000),Toyota Motor Corporation,INTERIOR SYSTEMS:INSTRUMENTS AND INSTRUMENT PANEL,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,190000,,, -05/19/1971,71V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V086000),BUTLER MANUFACTURING CO.,SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,9,,, -05/13/1971,71V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V077000),TRAVEL EQUIPMENT CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,18,,, -05/13/1971,71V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V078000),EXPLORER MOTOR HOME CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,250,,, -05/13/1971,71V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V079000),"FLEETWOOD ENTERPRISES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,205,,, -05/13/1971,71V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V080000),OPEN ROAD IND.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,543,,, -05/13/1971,71V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V081000),CALIFORNIA CAMPER MFR.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,16,,, -05/13/1971,71V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V082000),"Winnebago Industries, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1583,,, -05/13/1971,71V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V083000),HOLIDAY RAMBLER CORP.,WHEELS,WHEELS,NR (Not Reported),Vehicle,2121,,, -05/11/1971,71V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V074000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,45826,,, -05/11/1971,71V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V075000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,248,,, -05/10/1971,71T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T006000),MANSFIELD,TIRES:SIDEWALL,TIRES,NR (Not Reported),Tire,67944,,, -04/30/1971,71V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V073000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:POWER ASSIST:CHECK VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16107,,, -04/29/1971,71V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V072000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,3236,,, -04/29/1971,71V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V071000),FREIGHTLINER LLC,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,9,,, -04/27/1971,71V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V070000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,127087,,, -04/26/1971,71V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V068000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,46582,,, -04/26/1971,71V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V069000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,181,,, -04/20/1971,71V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V067000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,92,,, -04/19/1971,71V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V066000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,3960,,, -04/19/1971,71T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T005000),UNIROYAL GOODRICH TIRE CO,TIRES:LINER,TIRES,NR (Not Reported),Tire,964,,, -04/16/1971,71V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V065000),STARCRAFT COMPANY,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,121,,, -04/16/1971,71V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V064000),Ford Motor Company,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,1234,,, -04/15/1971,71V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V063000),BOISE CASCADE,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,400,,, -04/14/1971,71V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V061000),"General Motors, LLC",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1700,,, -04/14/1971,71V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V062000),"General Motors, LLC",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,20000,,, -04/13/1971,71V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V055000),"PRF INDUSTRIES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,260,,, -04/13/1971,71V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V056000),"HORIZON ENT., INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,92,,, -04/13/1971,71V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V057000),NATIONAL MOTOR COACH CO.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,9,,, -04/13/1971,71V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V058000),"EXCEL TRAILER CO., INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,179,,, -04/13/1971,71V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V059000),"PRF INDUSTRIES, INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,31,,, -04/12/1971,71V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V054000),STARCRAFT COMPANY,BRAKES:HYDRAULIC:FITTINGS:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,81,,, -04/12/1971,71V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V052000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,78,,, -04/12/1971,71V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V053000),STARCRAFT COMPANY,TIRES,TIRES,NR (Not Reported),Vehicle,464,,, -04/12/1971,71T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T004000),GENERAL TIRE & RUBBER CO.,TIRES:BEAD,TIRES,NR (Not Reported),Tire,1350,,, -04/09/1971,71V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V050000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,33433,,, -04/09/1971,71V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V051000),"Chrysler (FCA US, LLC)",FUEL:FUEL EMISSION CONTROL,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,25500,,, -04/09/1971,71V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V049000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,42,,, -04/07/1971,71V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V046000),OUTBOARD MARINE CORP.,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,598,,, -04/07/1971,71V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V047000),"AUSTIN ROVER CARS NA, INC",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,240,,, -04/07/1971,71V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V048000),"RECREATION & SPORTS, INC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,99,,, -04/06/1971,71V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V045000),Ford Motor Company,FUEL:CARBURETOR:UNKNOWN TYPE:CLEANER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,215823,,, -04/01/1971,71V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V043000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,20022,,, -04/01/1971,71V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V044000),"Volvo Car USA, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,76,,, -04/01/1971,71V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V042000),Great Dane Trailers,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,100,,, -03/29/1971,71V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V041000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER,SUSPENSION,NR (Not Reported),Vehicle,51,,, -03/25/1971,71V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V040000),JAGUAR ROVER TRIUMPH INC.,EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,920,,, -03/24/1971,71V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V037000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9600,,, -03/24/1971,71V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V038000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,187,,, -03/24/1971,71V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V039000),Oshkosh Corporation,SUSPENSION:TANDEM AXLE:REAR:TORQUE ARM,SUSPENSION,NR (Not Reported),Vehicle,33,,, -03/17/1971,71V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V036000),"Mercedes-Benz USA, LLC",EMERGENCY PARKING BRAKE:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,106,,, -03/16/1971,71V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V035000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,1951,,, -03/08/1971,71V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V033000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,159,,, -03/08/1971,71V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V034000),GRUMMAN FLXIBLE CORP.,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,53,,, -03/01/1971,71V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V032000),"AUSTIN ROVER CARS NA, INC",BRAKES:HYDRAULIC:POWER ASSIST:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41006,,, -03/01/1971,71V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V031000),"Dakota Manufacturing Co., Inc.",LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,51,,, -02/23/1971,71V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V030000),"Volkswagen Group of America, Inc.",STEERING:LINKAGES:TIE ROD:END,STEERING,NR (Not Reported),Vehicle,735,,, -02/23/1971,71V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V029000),"Volkswagen Group of America, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,6000,,, -02/19/1971,71V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V021000),CLARK EQUIP. COMPANY,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,591,,, -02/19/1971,71V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V024000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11055,,, -02/19/1971,71V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V026000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,848,,, -02/19/1971,71V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V025000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,12322,,, -02/19/1971,71V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V022000),CLARK EQUIP. COMPANY,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,752,,, -02/19/1971,71V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V028000),"RECTRANS, INCORPORATED",LPG LINES AND FITTINGS,EQUIPMENT,NR (Not Reported),Vehicle,33,,, -02/19/1971,71V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V027000),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY:LINKAGE:RIGID,POWER TRAIN,NR (Not Reported),Vehicle,53700,,, -02/19/1971,71V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V020000),BROCKWAY MOTOR TRUCKS,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1412,,, -02/19/1971,71V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V023000),Ford Motor Company,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,9503,,, -02/16/1971,71V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V017000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1246,,, -02/16/1971,71V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V019000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,1603,,, -02/16/1971,71V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V018000),Ford Motor Company,TIRES:SIDEWALL,TIRES,NR (Not Reported),Vehicle,41000,,, -02/02/1971,71V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V012000),TVR ENGINEERING LIMITED,VISUAL SYSTEMS:GLASS:WINDOW:REAR-VIEW BACKLIGHT,VISIBILITY,NR (Not Reported),Vehicle,105,,, -01/27/1971,71V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V090000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1681,,, -01/27/1971,71V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V011000),"BMW of North America, LLC",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1306,,, -01/26/1971,71V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V010000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,696,,, -01/20/1971,71V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V009000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,1247,,, -01/18/1971,71V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V008000),"SAAB CARS USA, INC.",STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,300,,, -01/13/1971,71V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V006000),BEATRICE FOODS COMPANY,ELECTRICAL SYSTEM:BATTERY:CARRIER:HOLD DWN,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5000,,, -01/13/1971,71V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V060000),ERNEST HOLMES COMPANY,LIGHTING AND COMMUNICATIONS SYSTEMS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4002,,, -01/13/1971,71V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V007000),AVANTI MOTOR CORPORATION,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,159,,, -01/13/1971,71V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V076000),"OASIS TRAVEL PROD., INC.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,6,,, -01/12/1971,71T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71T003000),GATES,TIRES,TIRES,NR (Not Reported),Tire,4732,,, -01/11/1971,71V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V016000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1047,,, -01/03/1971,71V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V015000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,5003,,, -01/03/1971,71V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V014000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,247,,, -01/03/1971,71V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=71V013000),CHRYSLER CORP-OVERSEAS,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,2317,,, -12/31/1970,70V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V154000),WHITE MOTOR CORPORATION,SUSPENSION:TANDEM AXLE:REAR:LEAF SPRING ASSEMBLY:H,SUSPENSION,NR (Not Reported),Vehicle,593,,, -12/28/1970,70V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V153000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,5704,,, -12/17/1970,70V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V152000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING ASSEMBLY:L,SUSPENSION,NR (Not Reported),Vehicle,197,,, -12/15/1970,70V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V151000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,,, -12/14/1970,70V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V150000),"SAAB CARS USA, INC.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6648,,, -12/14/1970,70V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V149000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,47,,, -12/11/1970,70V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V148000),"PULLMAN, INCORPORATED",STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,986,,, -12/10/1970,70V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V147000),"General Motors, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,7250,,, -12/07/1970,70V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V146000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,10969,,, -12/07/1970,70V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V145000),"General Motors, LLC",WHEELS:UNKNOWN,WHEELS,NR (Not Reported),Vehicle,101,,, -12/03/1970,70V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V144000),SUPERIOR COACH DIV,FUEL:FUEL TANK ASSEMBLY:ATTACHMENTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,159,,, -12/03/1970,70V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V143000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,12600,,, -11/25/1970,70V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V142000),"Volkswagen Group of America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6500,,, -11/24/1970,70V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V141000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,413,,, -11/24/1970,70V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V140000),"Volvo Car USA, LLC",FUEL:FUEL EMISSION CONTROL:VALVE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,1850,,, -11/23/1970,70V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V139000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:MASTER CYLINDER:COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8784,,, -11/23/1970,70V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V138000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1307,,, -11/23/1970,70V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V137000),"FIAT MOTORS OF N.A., INC.",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,12550,,, -11/16/1970,70V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V136000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,37196,,, -11/12/1970,70T008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T008000),UNIROYAL GOODRICH TIRE CO,TIRES:TREAD,TIRES,NR (Not Reported),Tire,24976,,, -11/10/1970,70V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V135000),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER:COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,25300,,, -11/10/1970,70V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V134000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,26000,,, -11/10/1970,70V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V133000),WHITE MOTOR CORPORATION,STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,130,,, -11/06/1970,70V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V001000),FLXIBLE CORPORATION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,41,,, -11/03/1970,70V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V132000),"Subaru of America, Inc.",BRAKES:ACTUATORS (SLACK ADJUSTER),"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,794,,, -11/02/1970,70V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V131000),"FIAT MOTORS OF N.A., INC.",SUSPENSION:INDEPENDENT FRONT SHOCK ABSORBER,SUSPENSION,NR (Not Reported),Vehicle,162,,, -10/30/1970,70V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V130000),"Chrysler (FCA US, LLC)",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,185,,, -10/29/1970,70V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V129000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:LININGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6366,,, -10/27/1970,70V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V128000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,94,,, -10/26/1970,70V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V127000),"PRF INDUSTRIES, INC.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,22,,, -10/21/1970,70V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V125000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,828,,, -10/21/1970,70V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V126000),"SAAB CARS USA, INC.",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,488,,, -10/06/1970,70V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V121000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4900,,, -10/06/1970,70V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V122000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47,,, -10/06/1970,70V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V124000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,8340,,, -10/06/1970,70V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V123000),"FLEETWOOD ENTERPRISES, INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,18,,, -10/05/1970,70V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V119000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,1843,,, -10/05/1970,70V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V120000),"Mercedes-Benz USA, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,85,,, -10/02/1970,70V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V118000),BROCKWAY MOTOR TRUCKS,HEATER:UNKNOWN TYPE:DEFROSTER:DEFOGGER:CIRCUIT BRE,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,57,,, -10/02/1970,70V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V117000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR:CONTROL ARM,SUSPENSION,NR (Not Reported),Vehicle,3581,,, -09/28/1970,70T007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T007000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,17300,,, -09/25/1970,70V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V114000),Ford Motor Company,EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,4188,,, -09/25/1970,70V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V116000),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,4600,,, -09/25/1970,70V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V115000),Ford Motor Company,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,15548,,, -09/25/1970,70V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V112000),Ford Motor Company,TIRES:CORD,TIRES,NR (Not Reported),Vehicle,1219,,, -09/25/1970,70V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V113000),Ford Motor Company,TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,6000,,, -09/11/1970,70V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V111000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,2017,,, -09/10/1970,70V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V110000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,76068,,, -09/09/1970,70V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V109000),"Volkswagen Group of America, Inc.",EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,688,,, -09/09/1970,70V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V108000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:FRONT BUCKET SEAT LATCH,SEATS,NR (Not Reported),Vehicle,2498,,, -09/08/1970,70V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V107000),Toyota Motor Corporation,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47879,,, -09/08/1970,70V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V106000),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:UPPER:SHA,SUSPENSION,NR (Not Reported),Vehicle,11328,,, -09/03/1970,70V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V105000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,85000,,, -09/02/1970,70V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V104000),"Volkswagen Group of America, Inc.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,41,,, -09/01/1970,70V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V103000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,1278,,, -08/28/1970,70V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V101000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,200,,, -08/28/1970,70V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V102000),"Porsche Cars North America, Inc.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,98,,, -08/28/1970,70T005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T005000),GATES,TIRES,TIRES,NR (Not Reported),Tire,9586,,, -08/28/1970,70T006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T006000),Goodyear Tire & Rubber Company,TIRES:PLY,TIRES,NR (Not Reported),Tire,1523,,, -08/26/1970,70V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V100000),"SAAB CARS USA, INC.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,175,,, -08/25/1970,70V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V099000),CLARK EQUIP. COMPANY,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,174,,, -08/20/1970,70V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V098000),FRUEHAUF CORPORATION,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,18,,, -08/12/1970,70V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V097000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21000,,, -08/10/1970,70V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V093000),"General Motors, LLC",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,4000,,, -08/10/1970,70V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V096000),CHECKER MOTORS CORP.,EQUIPMENT:OTHER LABELS,EQUIPMENT,NR (Not Reported),Vehicle,910,,, -08/10/1970,70V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V095000),"FIAT MOTORS OF N.A., INC.",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,15104,,, -08/10/1970,70V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V092000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,2150,,, -08/10/1970,70V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V091000),"Nissan North America, Inc.",LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,118976,,, -08/10/1970,70V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V094000),"General Motors, LLC",WHEELS:SINGLE:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,880,,, -07/30/1970,70V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V090000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10288,,, -07/30/1970,70V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V089000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5487,,, -07/29/1970,70V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V087000),NORTON/TRIUMPH CORP.,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7416,,, -07/29/1970,70V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V088000),BSA MOTORCYCLE CORP.,BRAKES:MECHANICAL SERVICE:LINKAGE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5175,,, -07/28/1970,70V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V085000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:LININGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,3000,,, -07/28/1970,70V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V086000),"Mercedes-Benz USA, LLC",STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,38,,, -07/27/1970,70V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V084000),Toyota Motor Corporation,FUEL:FUEL LINES FITTINGS:METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,4200,,, -07/23/1970,70V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V083000),Toyota Motor Corporation,FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,974,,, -07/22/1970,70V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V082000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,81932,,, -07/20/1970,70V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V081000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1225,,, -07/13/1970,70V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V077000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1406,,, -07/13/1970,70V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V079000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:BEARING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,8772,,, -07/13/1970,70V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V080000),"FIREBALL IND., INC.",WHEELS,WHEELS,NR (Not Reported),Vehicle,102,,, -07/13/1970,70V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V078000),"General Motors, LLC",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,300,,, -07/09/1970,70T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T004000),Goodyear Tire & Rubber Company,TIRES:TREAD,TIRES,NR (Not Reported),Tire,10000,,, -07/09/1970,70V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V076000),FLXIBLE CORPORATION,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,41,,, -07/07/1970,70V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V073000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,129,,, -07/07/1970,70V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V074000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,17284,,, -07/07/1970,70V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V075000),"Chrysler (FCA US, LLC)",TIRES,TIRES,NR (Not Reported),Vehicle,6639,,, -06/29/1970,70V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V072000),CLARK EQUIP. COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,11,,, -06/23/1970,70V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V071000),"Nissan North America, Inc.",LIGHTING:GENERAL COMPONENT:EMERGENCY FLASHING HAZA,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,232,,, -06/18/1970,70V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V067000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,21,,, -06/18/1970,70V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V068000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1000,,, -06/18/1970,70V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V070000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,3866,,, -06/18/1970,70V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V069000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER:BAL,SUSPENSION,NR (Not Reported),Vehicle,1613,,, -06/17/1970,70V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V066000),Land Rover,FUEL:FUEL SYSTEM OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1292,,, -06/16/1970,70V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V065000),"ALFA ROMEO, INCORPORATED",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2405,,, -06/11/1970,70V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V062000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,490,,, -06/11/1970,70V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V064000),BROCKWAY MOTOR TRUCKS,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,429,,, -06/11/1970,70V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V063000),"SAAB CARS USA, INC.",STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,750,,, -06/08/1970,70V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V061000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2700,,, -06/05/1970,70V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V060000),"Chrysler (FCA US, LLC)",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,207,,, -06/05/1970,70V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V059000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1299,,, -06/04/1970,70V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V057000),CHRYSLER CORP-OVERSEAS,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8773,,, -06/04/1970,70V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V058000),CHRYSLER CORP-OVERSEAS,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4043,,, -06/03/1970,70V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V056000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8,,, -06/01/1970,70V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V055000),WHITE MOTOR CORPORATION,BRAKES:AIR SYSTEMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,13,,, -05/27/1970,70V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V053000),JAGUAR ROVER TRIUMPH INC.,LIGHTING:GENERAL OR UNKNOWN COMPONENT:REFLECTIVE L,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,876,,, -05/27/1970,70V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V054000),CLARK EQUIP. COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,52,,, -05/25/1970,70V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V052000),PACCAR Incorporated,BRAKES:AIR:DISC SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,1437,,, -05/25/1970,70V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V051000),PETERBILT MOTOR COMPANY,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING:SHACKLE,SUSPENSION,NR (Not Reported),Vehicle,73,,, -05/18/1970,70V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V049000),"Gillig, LLC",STEERING:POWER:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,40,,, -05/18/1970,70V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V050000),Skyline Corporation,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,587,,, -05/15/1970,70V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V048000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19160,,, -05/12/1970,70V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V047000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,86300,,, -05/12/1970,70V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V046000),SUPERIOR COACH DIV,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,17,,, -05/07/1970,70V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V045000),"Chrysler (FCA US, LLC)",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,28075,,, -05/06/1970,70V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V044000),"Volvo Car USA, LLC",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,17000,,, -05/05/1970,70V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V043000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,633,,, -05/04/1970,70V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V042000),"Mercedes-Benz USA, LLC",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,42,,, -05/01/1970,70V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V041000),"Volvo Car USA, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,511,,, -05/01/1970,70V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V040000),JAGUAR ROVER TRIUMPH INC.,STEERING:COLUMN LOCKING:ANTI-THEFT DEVICE,STEERING,NR (Not Reported),Vehicle,6000,,, -04/17/1970,70V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V039000),"PEUGEOT, INC.",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7000,,, -04/16/1970,70V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V038000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,38,,, -04/13/1970,70V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V037000),CHECKER MOTORS CORP.,STEERING:UNKNOWN TYPE:SHAFT PITMAN,STEERING,NR (Not Reported),Vehicle,782,,, -04/09/1970,70V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V036000),"Porsche Cars North America, Inc.",FUEL:FUEL LINES:HOSES:NON-METALLIC,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2449,,, -04/08/1970,70V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V034000),"Mack Trucks, Inc.",STEERING:POWER ASSIST:PUMP,STEERING,NR (Not Reported),Vehicle,247,,, -04/08/1970,70V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V035000),"Volvo Car USA, LLC",SUSPENSION:SINGLE AXLE:REAR,SUSPENSION,NR (Not Reported),Vehicle,431,,, -04/06/1970,70T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T003000),UNIROYAL GOODRICH TIRE CO,TIRES,TIRES,NR (Not Reported),Tire,42655,,, -04/03/1970,70V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V032000),"General Motors, LLC",EQUIPMENT:TIRE RESERVE LOAD LABEL (GLOVE COMPARTME,EQUIPMENT,NR (Not Reported),Vehicle,16712,,, -04/03/1970,70V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V030000),"Porsche Cars North America, Inc.",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1947,,, -04/03/1970,70V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V031000),"General Motors, LLC",SUSPENSION:I-BEAM:SOLID:FRONT LEAF SPRING ASSEMBLY,SUSPENSION,NR (Not Reported),Vehicle,5760,,, -04/03/1970,70V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V033000),"General Motors, LLC",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,5082,,, -04/02/1970,70V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V029000),"SAAB CARS USA, INC.",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,550,,, -03/30/1970,70V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V027000),"Chrysler (FCA US, LLC)",LIGHTING:GENERAL OR UNKNOWN COMPONENT:TURN SIGNAL,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,940,,, -03/30/1970,70V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V028000),Ford Motor Company,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,1739,,, -03/25/1970,70V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V026000),Honda (American Honda Motor Co.),FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11048,,, -03/24/1970,70V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V025000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,216,,, -03/17/1970,70V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V024000),"FIAT MOTORS OF N.A., INC.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,8150,,, -03/16/1970,70V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V023000),Toyota Motor Corporation,BRAKES:HYDRAULIC SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,58525,,, -03/16/1970,70V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V022000),"Volkswagen Group of America, Inc.",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,11000,,, -03/09/1970,70V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V021000),FREIGHTLINER LLC,STEERING:GEAR:SHAFT LOWER FLEXIBLE PINION,STEERING,NR (Not Reported),Vehicle,4000,,, -03/06/1970,70V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V020000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,37,,, -03/05/1970,70T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70T002000),MANSFIELD,TIRES:LINER,TIRES,NR (Not Reported),Tire,492,,, -03/04/1970,70V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V016000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,25950,,, -03/04/1970,70V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V017000),CHRYSLER CORP-OVERSEAS,BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9838,,, -03/04/1970,70V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V019000),"Chrysler (FCA US, LLC)",TIRES:SIDEWALL,TIRES,NR (Not Reported),Vehicle,378,,, -03/04/1970,70V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V018000),"Chrysler (FCA US, LLC)",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,3574,,, -03/03/1970,70E001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70E001000),SHELLER-GLOBE CORPORATION,STEERING:WHEEL:HANDLEBAR,STEERING,NR (Not Reported),Equipment,0,,, -02/11/1970,70V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V014000),"SAAB CARS USA, INC.",INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS,SEATS,NR (Not Reported),Vehicle,19600,,, -01/30/1970,70V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V010000),"General Motors, LLC",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,19917,,, -01/30/1970,70V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V009000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,4433,,, -01/27/1970,70V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V008000),EAGLE TRAILERS INC,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,54,,, -01/26/1970,70V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V007000),Harley-Davidson Motor Company,WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,9,,, -01/19/1970,70V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V006000),JAGUAR ROVER TRIUMPH INC.,FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,15800,,, -01/15/1970,70V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V003000),"General Motors, LLC",BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1178,,, -01/15/1970,70V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V004000),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2574,,, -01/15/1970,70V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V005000),"Chrysler (FCA US, LLC)",TIRES:OTHER,TIRES,NR (Not Reported),Vehicle,769,,, -01/13/1970,70V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V002000),"General Motors, LLC",WHEELS:SINGLE:MAG,WHEELS,NR (Not Reported),Vehicle,4527,,, -01/12/1970,70V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V015000),WHITE MOTOR CORPORATION,BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17761,,, -01/05/1970,70V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V013000),Toyota Motor Corporation,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,51,,, -01/04/1970,70V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V012000),AM HOIST & DERRICK CO.,BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,675,,, -01/02/1970,70V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=70V011000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:PEDAL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,450,,, -12/31/1969,69V183000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V183000),CLARK EQUIP. COMPANY,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,82,,, -12/30/1969,69V182000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V182000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,1283,,, -12/24/1969,69V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V178000),"Nissan North America, Inc.",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,70887,,, -12/22/1969,69V177000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V177000),"Nissan North America, Inc.",FUEL:CARBURETOR:UNKNOWN TYPE:MANIFOLD:INTAKE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,12663,,, -12/21/1969,69V180000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V180000),Oshkosh Corporation,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,144,,, -12/21/1969,69V181000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V181000),Oshkosh Corporation,FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2,,, -12/21/1969,69V179000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V179000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:SOLENOID:VALVES,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1300,,, -12/16/1969,69V176000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V176000),"Mercedes-Benz USA, LLC",ENGINE:OTHER PARTS,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,66,,, -12/10/1969,69V175000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V175000),"Chrysler (FCA US, LLC)",TIRES,TIRES,NR (Not Reported),Vehicle,42,,, -12/03/1969,69V174000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V174000),"Subaru of America, Inc.",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,700,,, -12/01/1969,69V173000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V173000),COOK BROS. EQUIP. COMPANY,WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,166,,, -11/28/1969,69V172000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V172000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:DRUMS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,67,,, -11/24/1969,69V166000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V166000),FREIGHTLINER LLC,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,908,,, -11/24/1969,69V168000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V168000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,14396,,, -11/24/1969,69V167000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V167000),"HIGHWAY TRAILER IND.,INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,12,,, -11/24/1969,69V165000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V165000),"Nissan North America, Inc.",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,18172,,, -11/24/1969,69V170000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V170000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3502,,, -11/24/1969,69V171000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V171000),PACCAR Incorporated,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,995,,, -11/24/1969,69V169000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V169000),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:MIRRORS:REARVIEW:INTERIOR,VISIBILITY,NR (Not Reported),Vehicle,6184,,, -11/19/1969,69V164000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V164000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,105,,, -11/18/1969,69V163000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V163000),"Chrysler (FCA US, LLC)",POWER TRAIN:OTHER PART,POWER TRAIN,NR (Not Reported),Vehicle,437,,, -11/17/1969,69V162000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V162000),PACCAR Incorporated,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,1269,,, -11/14/1969,69V161000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V161000),DUNLOP TIRE CORPORATION,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,7,,, -11/10/1969,69V160000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V160000),"Mack Trucks, Inc.",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,892,,, -11/07/1969,69V157000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V157000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,286,,, -11/07/1969,69V156000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V156000),"RENAULT, INCORPORATED",BRAKES:HYDRAULIC:MASTER CYLINDER:PISTONS:CUPS:SPRI,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6800,,, -11/07/1969,69V158000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V158000),"Chrysler (FCA US, LLC)",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,522,,, -11/07/1969,69V159000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V159000),"Chrysler (FCA US, LLC)",WHEELS:RIM BASE,WHEELS,NR (Not Reported),Vehicle,754,,, -11/04/1969,69V155000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V155000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6000,,, -11/03/1969,69V154000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V154000),"Strick Trailers, LLC",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,400,,, -10/30/1969,69V153000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V153000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5560,,, -10/28/1969,69V152000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V152000),"General Motors, LLC",FUEL:FUEL TANK ASSEMBLY:PIPE:FILLER:NECK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,502,,, -10/24/1969,69V147000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V147000),"AMERICAN TRAILERS, INC.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,5,,, -10/24/1969,69V148000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V148000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,86,,, -10/24/1969,69V149000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V149000),"Chrysler (FCA US, LLC)",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,1704,,, -10/24/1969,69V150000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V150000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE SEAT AND SHOULDER BELTS AN,SEAT BELTS,NR (Not Reported),Vehicle,27,,, -10/24/1969,69V151000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V151000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,405,,, -10/21/1969,69V146000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V146000),FWD CORPORATION,STRUCTURE:HATCHBACK HYDRAULIC CYLINDER:TRUNK CYLIN,STRUCTURE,NR (Not Reported),Vehicle,15,,, -10/16/1969,69V145000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V145000),"Chrysler (FCA US, LLC)",EQUIPMENT:VEHICLE IDENTIFICATION NUMBER AND PLATE,EQUIPMENT,NR (Not Reported),Vehicle,63,,, -10/16/1969,69V144000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V144000),"Mack Trucks, Inc.",STEERING:POWER:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,93,,, -10/08/1969,69V142000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V142000),WHITE MOTOR CORPORATION,LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,55,,, -10/08/1969,69V143000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V143000),JAGUAR ROVER TRIUMPH INC.,STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,133,,, -10/07/1969,69V139000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V139000),PETERBILT MOTOR COMPANY,BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,6,,, -10/07/1969,69V141000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V141000),Toyota Motor Corporation,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3700,,, -10/07/1969,69V140000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V140000),Toyota Motor Corporation,POWER TRAIN:TRANSMISSION:UNKNOWN TYPE:LEVER AND LI,POWER TRAIN,NR (Not Reported),Vehicle,5800,,, -10/02/1969,69V138000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V138000),Toyota Motor Corporation,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,534,,, -10/02/1969,69V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V137000),PETERBILT MOTOR COMPANY,FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,28,,, -10/02/1969,69V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V136000),Lotus Cars Limited,LIGHTING:GENERAL OR UNKNOWN COMPONENT:HEAD LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,400,,, -09/30/1969,69V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V135000),"Volvo Car USA, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,420,,, -09/30/1969,69V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V133000),"Volvo Car USA, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,16000,,, -09/30/1969,69V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V132000),GEN MTRS CORP-OVERSEAS,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,39856,,, -09/30/1969,69V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V134000),"Volvo Car USA, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,2774,,, -09/25/1969,69V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V129000),FRUEHAUF CORPORATION,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,1300,,, -09/25/1969,69V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V131000),"SHELBY AUTOMOBILES, INC.",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1300,,, -09/25/1969,69V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V130000),FLXIBLE CORPORATION,INTERIOR SYSTEMS:SEAT TRACK ANCHORS AND SEATS:OTHE,SEATS,NR (Not Reported),Vehicle,104,,, -09/24/1969,69V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V128000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,685,,, -09/22/1969,69V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V127000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,1544,,, -09/22/1969,69V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V126000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Vehicle,3034,,, -09/22/1969,69V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V125000),"Chrysler (FCA US, LLC)",TIRES,TIRES,NR (Not Reported),Vehicle,100,,, -09/16/1969,69V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V124000),INTERNATIONAL TRUCK & ENGINE CORPORATION,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,592,,, -09/15/1969,69V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V123000),WHITE MOTOR CORPORATION,LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,7111,,, -09/12/1969,69V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V122000),PACCAR Incorporated,FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,26,,, -09/10/1969,69V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V121000),"Mercedes-Benz USA, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,350,,, -09/09/1969,69V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V120000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINKAGES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,23,,, -09/08/1969,69V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V118000),"Mack Trucks, Inc.",FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,17,,, -09/08/1969,69V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V119000),FREIGHTLINER LLC,FUEL:FUEL INJECTION:OTHER PARTS,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,19,,, -09/04/1969,69V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V115000),Ford Motor Company,BRAKES:AIR:DRUM AND SHOE SYSTEMS:ADJUSTERS:SLACK,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,73400,,, -09/04/1969,69V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V117000),COMET CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,125,,, -09/04/1969,69V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V116000),Ford Motor Company,INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,3692,,, -08/29/1969,69V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V114000),GEN MTRS CORP-OVERSEAS,ELECTRICAL SYSTEM:FUSE AND RECEPTICLE:CIRCUIT BREA,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,500,,, -08/22/1969,69T004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69T004000),Yokohama Tire Corporation,TIRES:LINER,TIRES,NR (Not Reported),Tire,1870,,, -08/21/1969,69V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V113000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,4000,,, -08/21/1969,69V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V112000),Honda (American Honda Motor Co.),POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,2095,,, -08/19/1969,69V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V111000),"HIGHWAY TRAILER IND.,INC.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:CHAMBER:BRAKE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,10,,, -08/15/1969,69V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V110000),Ford Motor Company,BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,110000,,, -08/13/1969,69V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V005000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1000,,, -08/13/1969,69V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V109000),"Mack Trucks, Inc.",HEATER:UNKNOWN TYPE:DEFROSTER:DEFOGGER:RELAY,VISIBILITY,NR (Not Reported),Vehicle,87,,, -08/13/1969,69V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V004000),"Porsche Cars North America, Inc.",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,380,,, -08/07/1969,69V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V002000),GEN MTRS CORP-OVERSEAS,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,20978,,, -08/07/1969,69V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V001000),"General Motors, LLC",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,4420,,, -08/07/1969,69V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V003000),"RENAULT, INCORPORATED",STEERING:GEAR:RACK AND PINION,STEERING,NR (Not Reported),Vehicle,2900,,, -08/06/1969,69V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V107000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,129,,, -08/06/1969,69V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V106000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,246,,, -08/06/1969,69V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V108000),EAGLE TRAILERS INC,SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS,SUSPENSION,NR (Not Reported),Vehicle,155,,, -08/05/1969,69V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V105000),Blue Bird Body Company,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,202,,, -08/05/1969,69V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V104000),JAGUAR ROVER TRIUMPH INC.,SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,888,,, -07/28/1969,69V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V103000),Harley-Davidson Motor Company,BRAKES:MECHANICAL SERVICE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5000,,, -07/23/1969,69V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V102000),INTERNATIONAL TRUCK & ENGINE CORPORATION,EMERGENCY PARKING BRAKE:AIR:OTHER PART,PARKING BRAKE,NR (Not Reported),Vehicle,1947,,, -07/23/1969,69V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V101000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,1431,,, -07/16/1969,69V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V100000),Ford Motor Company,BRAKES:HYDRAULIC:DISC:ROTOR:DISC HUB,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,23100,,, -07/16/1969,69V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V099000),"General Motors, LLC",TIRES,TIRES,NR (Not Reported),Vehicle,274,,, -07/14/1969,69V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V097000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:POWER ASSIST:LINES:VACUUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4000,,, -07/14/1969,69V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V095000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2630,,, -07/14/1969,69V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V098000),"SAAB CARS USA, INC.",EQUIPMENT:CERTIFICATION LABEL,EQUIPMENT,NR (Not Reported),Vehicle,500,,, -07/14/1969,69V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V096000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:KNUCKLE:SPINDLE:ARM,STEERING,NR (Not Reported),Vehicle,4981,,, -07/14/1969,69V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V094000),PACCAR Incorporated,SUSPENSION:I-BEAM:SOLID:FRONT HANGER:BRACKET,SUSPENSION,NR (Not Reported),Vehicle,409,,, -07/10/1969,69V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V093000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1426,,, -07/10/1969,69V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V092000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1485,,, -07/09/1969,69V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V091000),"General Motors, LLC",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,24017,,, -07/07/1969,69V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V090000),Toyota Motor Corporation,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,55000,,, -06/30/1969,69V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V089000),"SHELBY AUTOMOBILES, INC.",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,1277,,, -06/27/1969,69V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V088000),"Mack Trucks, Inc.",LIGHTING:LAMP OR SOCKET:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4212,,, -06/26/1969,69V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V087000),"Nissan North America, Inc.",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,3158,,, -06/25/1969,69V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V086000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,842,,, -06/23/1969,69V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V084000),CLARK EQUIP. COMPANY,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5,,, -06/23/1969,69V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V083000),CLARK EQUIP. COMPANY,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,44,,, -06/23/1969,69V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V085000),PACCAR Incorporated,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,193,,, -06/18/1969,69V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V081000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,185,,, -06/18/1969,69V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V082000),"GARWOOD IND., INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,49,,, -06/18/1969,69V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V080000),"Chrysler (FCA US, LLC)",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,274,,, -06/05/1969,69V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V079000),Toyota Motor Corporation,BRAKES:HYDRAULIC:MASTER CYLINDER:COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,39000,,, -06/02/1969,69V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V077000),Ford Motor Company,STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,354000,,, -06/02/1969,69V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V078000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,91,,, -05/28/1969,69V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V075000),"Volvo Car USA, LLC",EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,23,,, -05/28/1969,69V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V076000),"SS AUTOS, INC.",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,65,,, -05/28/1969,69V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V074000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,3330,,, -05/26/1969,69V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V073000),"ALFA ROMEO, INCORPORATED",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,124,,, -05/23/1969,69V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V072000),BENDIX CORPORATION,STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,400,,, -05/20/1969,69V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V070000),Motor Coach Industries,BRAKES:AIR SYSTEMS:AIR SUPPLY SYSTEM,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,56,,, -05/20/1969,69V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V071000),WAYNE ENGINEERING CORPORATION,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,12,,, -05/16/1969,69V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V068000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:UNKNOWN TYPE:SHIFT PATTER,POWER TRAIN,NR (Not Reported),Vehicle,649,,, -05/16/1969,69V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V069000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:UNKNOWN TYPE:SHIFT PATTER,POWER TRAIN,NR (Not Reported),Vehicle,2057,,, -05/16/1969,69V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V067000),CLARK EQUIP. COMPANY,WHEELS,WHEELS,NR (Not Reported),Vehicle,90,,, -05/12/1969,69V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V064000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,27242,,, -05/12/1969,69V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V066000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,25409,,, -05/12/1969,69V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V065000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT RETRACTORS,SEAT BELTS,NR (Not Reported),Vehicle,3813,,, -05/09/1969,69V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V063000),Motor Coach Industries,WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,154,,, -05/07/1969,69V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V060000),Ford Motor Company,FUEL:THROTTLE LINKAGES:ACCELERATOR:FLEXIBLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6823,,, -05/07/1969,69V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V062000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT BELTS:LAP:FRONT,SEAT BELTS,NR (Not Reported),Vehicle,18905,,, -05/07/1969,69V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V058000),Ford Motor Company,STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,80700,,, -05/07/1969,69V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V059000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,252,,, -05/07/1969,69V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V061000),WHITE MOTOR CORPORATION,WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,3014,,, -05/02/1969,69V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V057000),PACCAR Incorporated,HEATER:COMBUSTION(GAS):DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,1,,, -05/01/1969,69V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V055000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES:METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,59,,, -05/01/1969,69V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V056000),"Strick Trailers, LLC",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,6700,,, -04/23/1969,69V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V053000),CHECKER MOTORS CORP.,FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,192,,, -04/21/1969,69V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V054000),"Chrysler (FCA US, LLC)",TIRES,TIRES,NR (Not Reported),Vehicle,636,,, -04/18/1969,69V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V052000),"FIAT MOTORS OF N.A., INC.",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,3598,,, -04/18/1969,69V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V051000),"Volvo Car USA, LLC",STRUCTURE:TAILGATE ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,7008,,, -04/16/1969,69V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V050000),"Mack Trucks, Inc.",WHEELS:OTHER,WHEELS,NR (Not Reported),Vehicle,156,,, -04/15/1969,69V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V048000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,11,,, -04/15/1969,69V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V047000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16,,, -04/15/1969,69V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V049000),"Porsche Cars North America, Inc.",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,350,,, -04/14/1969,69V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V046000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,12164,,, -04/14/1969,69T003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69T003000),Yokohama Tire Corporation,TIRES,TIRES,NR (Not Reported),Tire,10000,,, -04/11/1969,69V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V045000),"General Motors, LLC",STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,58,,, -04/10/1969,69V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V044000),Ford Motor Company,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,12985,,, -04/09/1969,69V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V042000),WHITE MOTOR CORPORATION,ENGINE AND ENGINE COOLING SYSTEM,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,50,,, -04/09/1969,69V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V043000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,9201,,, -04/08/1969,69V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V041000),"General Motors, LLC",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,632,,, -04/08/1969,69V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V038000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,830000,,, -04/08/1969,69V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V039000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,163493,,, -04/08/1969,69V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V040000),"General Motors, LLC",WHEELS:SINGLE,WHEELS,NR (Not Reported),Vehicle,2043,,, -04/07/1969,69V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V037000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:I-BEAM:SOLID:FRONT BEARING:WHEEL,SUSPENSION,NR (Not Reported),Vehicle,21040,,, -04/01/1969,69V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V036000),"ALGAR ENTERPRISES, INC.",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,3,,, -03/25/1969,69V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V035000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,287,,, -03/24/1969,69V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V029000),"Nissan North America, Inc.",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,39426,,, -03/24/1969,69V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V033000),Ford Motor Company,INTERIOR SYSTEMS:SEAT TRACKS AND ANCHORS,SEATS,NR (Not Reported),Vehicle,16400,,, -03/24/1969,69V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V034000),"Rolls-Royce Motor Cars, Ltd.",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,1350,,, -03/24/1969,69V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V032000),"HIGHWAY TRAILER IND.,INC.",SUSPENSION:TANDEM AXLE:REAR:SUPPORT EQUALIZING BEA,SUSPENSION,NR (Not Reported),Vehicle,35,,, -03/19/1969,69V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V028000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41,,, -03/19/1969,69V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V027000),Toyota Motor Corporation,ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,263,,, -03/14/1969,69V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V026000),AVANTI MOTOR CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,35,,, -03/07/1969,69V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V025000),CHECKER MOTORS CORP.,STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,131,,, -03/04/1969,69V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V023000),WHITE MOTOR CORPORATION,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,787,,, -02/28/1969,69V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V030000),"General Motors, LLC",EXHAUST SYSTEM:TAIL PIPE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,2570914,"EXHAUST EMISSIONS (CARBON MONOXIDE) MAY ENTER THE INTERIOR OF THE VEHICLE WHEN THE EXHAUST PIPE IS SUBSTANTIALLY OUT THE DESIGN POSITION, DETERIORATED FROM USE, OR WHEN AN OPENING IN THE BODY DEVELOPS NEAR THE EXHAUST OUTLET AND, AT THE SAME TIME, A NEGATIVE AIR PRESSURE OCCURS IN THE VEHICLE INTERIOR.","UNDER THESE CONDITIONS, VEHICLE OCCUPANTS MAY EXPERIENCECARBON MONOXIDE POISONING.",RESEAL NEARBY BODY JOINTS AND REPLACE THE DRAW PLUG IN THE BODY WHICH WAS USED TO REMOVE SURPLUS BONDERIZING SOLUTION DURING MANUFACTURE. -02/28/1969,69V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V031000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,2966979,"THE FAST IDLE CAM ON QUADRA-JET CARBURETORS CAN CRACK AND ULTIMATELY BREAK APART. IF THIS OCCURS AND PARTS FALL INTO THE THROTTLE LINKAGE, IT COULD CAUSE THE THROTTLE TO STICK IN A PARTIALLY OPEN POSITION.",UNEXPECTED LOSS OF THROTTLE CONTROL MAY RESULT IN ANACCIDENT.,INSTALL A NEW IMPROVED FAST IDLE CAM. -02/28/1969,69V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V021000),"Porsche Cars North America, Inc.",INTERIOR SYSTEMS:ACTIVE RESTRAINTS:BELT BUCKLES,SEAT BELTS,NR (Not Reported),Vehicle,1532,,, -02/28/1969,69V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V022000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY:HOUSING:AXLE SHAFT,POWER TRAIN,NR (Not Reported),Vehicle,4000,,, -02/21/1969,69T002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69T002000),DUNLOP TIRE CORPORATION,TIRES,TIRES,NR (Not Reported),Tire,292,,, -02/20/1969,69V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V019000),FLXIBLE CORPORATION,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,683,,, -02/20/1969,69V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V018000),FLXIBLE CORPORATION,STEERING:POWER ASSIST:HYDROBOOST UNIT,STEERING,NR (Not Reported),Vehicle,176,,, -02/20/1969,69V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V020000),"General Motors, LLC",TIRES,TIRES,NR (Not Reported),Vehicle,1396,,, -02/13/1969,69V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V017000),"Chrysler (FCA US, LLC)",WHEELS:HUB,WHEELS,NR (Not Reported),Vehicle,15605,,, -02/07/1969,69V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V015000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,1598,,, -02/05/1969,69T001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69T001000),GENERAL TIRE & RUBBER CO.,TIRES,TIRES,NR (Not Reported),Tire,42205,,, -02/03/1969,69V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V012000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,468,,, -02/03/1969,69V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V013000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,794,,, -01/30/1969,69V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V011000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,736,,, -01/23/1969,69V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V010000),SUPERIOR COACH DIV,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,357,,, -01/14/1969,69V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V008000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,14,,, -01/14/1969,69V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V009000),"FIAT MOTORS OF N.A., INC.",VISUAL SYSTEMS:MIRRORS:REARVIEW:EXTERIOR,VISIBILITY,NR (Not Reported),Vehicle,25413,,, -01/13/1969,69V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V007000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:VALVE:FOOT CONTROL,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,312,,, -01/13/1969,69V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V006000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,256,,, -01/07/1969,69V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V016000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4701,,, -01/05/1969,69V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V024000),JAGUAR ROVER TRIUMPH INC.,TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,5450,,, -01/04/1969,69V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=69V014000),Toyota Motor Corporation,BRAKES:HYDRAULIC:MASTER CYLINDER:COVER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,18395,,, -12/30/1968,68V137000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V137000),"General Motors, LLC",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,2855,,, -12/23/1968,68V135000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V135000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:PEDALS:LINKAGES AND VALVES,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,551,,, -12/23/1968,68V136000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V136000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,215,,, -12/23/1968,68V134000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V134000),"Mack Trucks, Inc.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3064,,, -12/16/1968,68V133000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V133000),"Mack Trucks, Inc.",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,181,,, -12/13/1968,68V132000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V132000),PACCAR Incorporated,SUSPENSION:I-BEAM (NON-POWER AXLE),SUSPENSION,NR (Not Reported),Vehicle,19,,, -12/09/1968,68V131000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V131000),CLARK EQUIP. COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,18,,, -12/04/1968,68V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V130000),"Volvo Car USA, LLC",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,27,,, -12/04/1968,68V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V129000),WHITE MOTOR CORPORATION,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1263,,, -12/03/1968,68V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V126000),Ford Motor Company,BRAKES:HYDRAULIC:DIFFERENTIAL:PROPORTIONAL VALVE,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,75000,,, -12/03/1968,68V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V128000),"Chrysler (FCA US, LLC)",POWER TRAIN:AXLE ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,358,,, -12/03/1968,68V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V127000),"Chrysler (FCA US, LLC)",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,3600,,, -12/02/1968,68V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V125000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,16969,,, -11/27/1968,68V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V124000),"General Motors, LLC",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,176,,, -11/21/1968,68V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V121000),"ALFA ROMEO, INCORPORATED",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4720,,, -11/21/1968,68V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V122000),"General Motors, LLC",TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,1345,,, -11/21/1968,68V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V123000),"Chrysler (FCA US, LLC)",TIRES:TREAD,TIRES,NR (Not Reported),Vehicle,1170,,, -11/19/1968,68V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V119000),PACCAR Incorporated,SUSPENSION:INDEPENDENT FRONT AIR SUSPENSION SYSTEM,SUSPENSION,NR (Not Reported),Vehicle,193,,, -11/19/1968,68V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V120000),"Volkswagen Group of America, Inc.",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,39920,,, -11/18/1968,68V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V118000),"AUSTIN ROVER CARS NA, INC",STEERING:LINKAGES:TIE ROD:INNER,STEERING,NR (Not Reported),Vehicle,5771,,, -11/15/1968,68V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V116000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,245,,, -11/15/1968,68V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V117000),"ULTRA, INC.",LPG SYSTEMS,EQUIPMENT,NR (Not Reported),Vehicle,58,,, -11/08/1968,68V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V115000),"Mack Trucks, Inc.",BRAKES:AIR:DRUM AND SHOE SYSTEMS:VALVE:QUICK RELEA,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,142,,, -11/08/1968,68V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V114000),CLARK EQUIP. COMPANY,BRAKES:HYDRAULIC:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,100,,, -11/08/1968,68V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V113000),"Mack Trucks, Inc.",STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1148,,, -11/06/1968,68V110000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V110000),"Nissan North America, Inc.",FUEL:CARBURETOR:UNKNOWN TYPE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,1530,,, -11/06/1968,68V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V111000),Harley-Davidson Motor Company,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1004,,, -11/06/1968,68V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V112000),Harley-Davidson Motor Company,LIGHTING:LAMP OR SOCKET:TAIL LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,311,,, -11/06/1968,68V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V109000),"Chrysler (FCA US, LLC)",SUSPENSION:I-BEAM:SOLID:FRONT U-BOLT:SPRING TO I-B,SUSPENSION,NR (Not Reported),Vehicle,4200,,, -11/05/1968,68V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V108000),"Mack Trucks, Inc.",ELECTRICAL SYSTEM:WIRING:OTHER PART,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,248,,, -11/05/1968,68V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V107000),"Chrysler (FCA US, LLC)",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,200,,, -11/05/1968,68V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V106000),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,19,,, -11/04/1968,68V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V104000),"SAAB CARS USA, INC.",FUEL:THROTTLE LINKAGES AND CONTROL RETURN SPRING,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,1350,,, -11/04/1968,68V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V105000),JAGUAR ROVER TRIUMPH INC.,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,500,,, -10/25/1968,68V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V103000),"Volkswagen Group of America, Inc.",VISUAL SYSTEMS:WINDSHIELD WIPER/WASHER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,297,,, -10/24/1968,68V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V101000),Toyota Motor Corporation,FUEL:CARBURETOR:UNKNOWN TYPE:CHOKE,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,39014,,, -10/23/1968,68V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V102000),"Mercedes-Benz USA, LLC",LIGHTING:SWITCH:BUTTON:RING:EMERGENCY FLASHING HAZ,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,4295,,, -10/22/1968,68V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V100000),WHITE MOTOR CORPORATION,STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,177,,, -10/18/1968,68V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V099000),"Chrysler (FCA US, LLC)",STEERING,STEERING,NR (Not Reported),Vehicle,548,,, -10/17/1968,68V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V098000),"Chrysler (FCA US, LLC)",STEERING:UNKNOWN TYPE:GEAR BOX,STEERING,NR (Not Reported),Vehicle,9500,,, -10/16/1968,68V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V097000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,115,,, -10/09/1968,68V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V095000),Ford Motor Company,HEATER:UNKNOWN TYPE:DEFROSTER:DEFOGGER:HOSE:DUCT:A,VISIBILITY,NR (Not Reported),Vehicle,12972,,, -10/09/1968,68V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V096000),"Mack Trucks, Inc.",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,71,,, -10/08/1968,68V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V094000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,10000,,, -10/02/1968,68V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V093000),FREIGHTLINER LLC,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,69,,, -10/02/1968,68V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V091000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,1048,,, -10/02/1968,68V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V092000),"Chrysler (FCA US, LLC)",LIGHTING:LAMP OR SOCKET:BACK UP LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,7000,,, -09/30/1968,68V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V090000),Ford Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,37750,,, -09/23/1968,68V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V088000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:COOLING UNIT AN,POWER TRAIN,NR (Not Reported),Vehicle,10552,,, -09/23/1968,68V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V087000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ROD:RELAY:CONNECTING,STEERING,NR (Not Reported),Vehicle,3010,,, -09/23/1968,68V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V089000),"Chrysler (FCA US, LLC)",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,595,,, -09/19/1968,68V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V086000),FREIGHTLINER LLC,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,61,,, -09/17/1968,68V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V085000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,310290,,, -09/11/1968,68V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V084000),"Chrysler (FCA US, LLC)",STEERING:UNKNOWN TYPE:SHAFT LOWER WORM,STEERING,NR (Not Reported),Vehicle,2561,,, -09/03/1968,68V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V082000),JAGUAR ROVER TRIUMPH INC.,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:MAN,SEATS,NR (Not Reported),Vehicle,2796,,, -09/03/1968,68V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V083000),"Mack Trucks, Inc.",STRUCTURE:FRAME:MEMBERS AND BODY:TRUCK,STRUCTURE,NR (Not Reported),Vehicle,67,,, -08/23/1968,68V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V081000),FREIGHTLINER LLC,POWER TRAIN:OTHER PART,POWER TRAIN,NR (Not Reported),Vehicle,20,,, -08/13/1968,68V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V077000),WHITE MOTOR CORPORATION,BRAKES:AIR:DRUM AND SHOE SYSTEMS:VALVE:QUICK RELEA,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,900,,, -08/13/1968,68V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V079000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,428,,, -08/13/1968,68V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V080000),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE:TUBE:HOUSING:TORQUE DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,918,,, -08/13/1968,68V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V076000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,125,,, -08/13/1968,68V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V078000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,1950,,, -08/13/1968,68V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V075000),Ford Motor Company,STRUCTURE:BODY,STRUCTURE,NR (Not Reported),Vehicle,13490,,, -08/12/1968,68V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V074000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,732,,, -07/31/1968,68V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V073000),"GARWOOD IND., INC.",EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,49,,, -07/25/1968,68V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V072000),GRUMMAN FLXIBLE CORP.,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,127,,, -07/24/1968,68V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V071000),"Chrysler (FCA US, LLC)",BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,12,,, -07/18/1968,68V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V070000),"Volkswagen Group of America, Inc.",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,293000,,, -07/11/1968,68V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V069000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,71,,, -07/09/1968,68V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V068000),Harley-Davidson Motor Company,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3972,,, -06/25/1968,68V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V067000),"FIAT MOTORS OF N.A., INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,5378,,, -06/24/1968,68V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V066000),Blue Bird Body Company,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,176,,, -06/24/1968,68V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V065000),PACCAR Incorporated,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,273,,, -06/19/1968,68V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V064000),"General Motors, LLC",BRAKES:AIR SYSTEMS:AIR SUPPLY:CHECK VALVE,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,22683,,, -06/13/1968,68V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V062000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3900,,, -06/13/1968,68V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V061000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,91,,, -06/13/1968,68V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V063000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,1130,,, -06/03/1968,68V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V060000),"Nissan North America, Inc.",BRAKES:HYDRAULIC:SWITCH:BRAKE LIGHT,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,1788,,, -06/03/1968,68V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V059000),CHRYSLER CORP-OVERSEAS,STRUCTURE:TAILGATE ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,685,,, -05/28/1968,68V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V058000),CLARK EQUIP. COMPANY,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,41,,, -05/28/1968,68V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V057000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,814,,, -05/24/1968,68V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V056000),PETERBILT MOTOR COMPANY,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,14,,, -05/23/1968,68V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V055000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:SWITCH:BRAKE WARNING,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,47,,, -05/22/1968,68V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V053000),Ford Motor Company,LIGHTING:GENERAL OR UNKNOWN COMPONENT:CLEARANCE LI,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,160,,, -05/22/1968,68V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V054000),Ford Motor Company,LIGHTING:LIGHTING CONCEALMENT DEVICES:HEADLIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,3400,,, -05/21/1968,68V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V052000),"Chrysler (FCA US, LLC)",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,13963,,, -05/20/1968,68V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V051000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2271,,, -05/20/1968,68V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V050000),"General Motors, LLC",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,11461,,, -05/07/1968,68V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V049000),SHELLER-GLOBE CORPORATION,VISUAL SYSTEMS:WINDSHIELD WIPER:MOTOR,VISIBILITY,NR (Not Reported),Vehicle,96,,, -05/07/1968,68V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V048000),"Volkswagen Group of America, Inc.",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,87860,,, -05/03/1968,68V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V046000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,639,,, -05/03/1968,68V047000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V047000),"Mack Trucks, Inc.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,403,,, -04/30/1968,68V044000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V044000),"BMW of North America, LLC",FUEL:FUEL LINES FITTINGS AND PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3501,,, -04/30/1968,68V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V045000),"BMW of North America, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,464,,, -04/30/1968,68V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V043000),Honda (American Honda Motor Co.),FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6335,,, -04/24/1968,68V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V042000),FRUEHAUF CORPORATION,BRAKES:AIR SYSTEMS:LINES AND FITTINGS,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,350,,, -04/22/1968,68V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V041000),"Volvo Car USA, LLC",WHEELS,WHEELS,NR (Not Reported),Vehicle,519,,, -04/19/1968,68V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V039000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,307,,, -04/19/1968,68V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V036000),Honda (American Honda Motor Co.),BRAKES:MECHANICAL SERVICE:MOTORCYCLES ONLY,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1644,,, -04/19/1968,68V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V037000),"Chrysler (FCA US, LLC)",EXHAUST SYSTEM:MANIFOLD:ENGINE,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,27,,, -04/19/1968,68V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V038000),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,355,,, -04/19/1968,68V040000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V040000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,100080,,, -04/11/1968,68V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V035000),"Chrysler (FCA US, LLC)",BRAKES:FLUID:HYDRAULIC (FLUID CONTAMINATION/WRONG,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,240,,, -04/11/1968,68V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V034000),Motor Coach Industries,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,1725,,, -04/10/1968,68V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V032000),WHITE MOTOR CORPORATION,EMERGENCY PARKING BRAKE:AIR:VALVE:CONTROL,PARKING BRAKE,NR (Not Reported),Vehicle,4276,,, -04/10/1968,68V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V031000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,28639,,, -04/10/1968,68V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V033000),"PRF INDUSTRIES, INC.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,23,,, -04/04/1968,68V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V030000),"Chrysler (FCA US, LLC)",WHEELS:SINGLE:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,352,,, -04/02/1968,68V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V028000),Ford Motor Company,STEERING,STEERING,NR (Not Reported),Vehicle,82000,,, -04/02/1968,68V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V029000),Ford Motor Company,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,366,,, -03/29/1968,68V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V027000),"Mercedes-Benz USA, LLC",FUEL:FUEL PUMP,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2404,,, -03/26/1968,68V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V026000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,28,,, -03/25/1968,68V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V025000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM UPPER:BAL,SUSPENSION,NR (Not Reported),Vehicle,1245,,, -03/20/1968,68V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V024000),"Chrysler (FCA US, LLC)",TIRES:MARKINGS,TIRES,NR (Not Reported),Vehicle,140,,, -03/19/1968,68V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V023000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2800,,, -03/15/1968,68V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V022000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT LATCH,SEATS,NR (Not Reported),Vehicle,5259,,, -03/13/1968,68V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V021000),"General Motors, LLC",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,5000,,, -03/12/1968,68V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V019000),"General Motors, LLC",BRAKES:AIR SYSTEMS:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,629,,, -03/12/1968,68V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V020000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,732,,, -03/07/1968,68V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V018000),Ford Motor Company,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,39000,,, -02/29/1968,68V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V017000),CLARK EQUIP. COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,32,,, -02/28/1968,68V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V016000),WHITE MOTOR CORPORATION,BRAKES:HYDRAULIC:SHOE AND DRUM SYSTEM:DRUM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2,,, -02/27/1968,68V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V014000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,2910,,, -02/27/1968,68V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V015000),"General Motors, LLC",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,331,,, -02/26/1968,68V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V013000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,91,,, -02/20/1968,68V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V012000),"Nissan North America, Inc.",SUSPENSION:SINGLE AXLE:REAR:LEAF SPRING HANGER:BRA,SUSPENSION,NR (Not Reported),Vehicle,4295,,, -02/13/1968,68V009000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V009000),"General Motors, LLC",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,50,,, -02/12/1968,68V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V008000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,455,,, -02/05/1968,68V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V006000),"ALFA ROMEO, INCORPORATED",SUSPENSION:INDEPENDENT FRONT ATTACHING MECHANISMS:,SUSPENSION,NR (Not Reported),Vehicle,175,,, -01/23/1968,68V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V005000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,634,,, -01/15/1968,68V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V002000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14843,,, -01/15/1968,68V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V010000),Harley-Davidson Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,4100,,, -01/15/1968,68V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V011000),Harley-Davidson Motor Company,LIGHTING:SWITCH:BUTTON:RING:BRAKE LIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2664,,, -01/12/1968,68V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V004000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,64913,,, -01/12/1968,68V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V003000),"General Motors, LLC",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,382,,, -01/08/1968,68V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V007000),Honda (American Honda Motor Co.),POWER TRAIN:AXLE ASSEMBLY:SHAFT AXLE,POWER TRAIN,NR (Not Reported),Vehicle,217,,, -01/05/1968,68V001000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=68V001000),"Volkswagen Group of America, Inc.",EQUIPMENT:OTHER PIECES,UNKNOWN OR OTHER,NR (Not Reported),Vehicle,29022,,, -12/28/1967,67V129000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V129000),"Volkswagen Group of America, Inc.",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,5143,,, -12/28/1967,67V130000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V130000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,479470,,, -12/26/1967,67V128000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V128000),"SAAB CARS USA, INC.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17000,,, -12/23/1967,67V126000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V126000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,906,,, -12/23/1967,67V127000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V127000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,453,,, -12/19/1967,67V124000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V124000),JAGUAR ROVER TRIUMPH INC.,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1030,,, -12/19/1967,67V125000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V125000),"Volkswagen Group of America, Inc.",POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,4368,,, -12/18/1967,67V120000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V120000),"Chrysler (FCA US, LLC)",STEERING,STEERING,NR (Not Reported),Vehicle,2828,,, -12/18/1967,67V123000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V123000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,945,,, -12/18/1967,67V121000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V121000),"Chrysler (FCA US, LLC)",SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,201,,, -12/18/1967,67V122000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V122000),"Chrysler (FCA US, LLC)",TIRES:BEAD,TIRES,NR (Not Reported),Vehicle,335,,, -12/07/1967,67V117000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V117000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2781,,, -12/07/1967,67V116000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V116000),"General Motors, LLC",EMERGENCY PARKING BRAKE:MECHANICAL:LINKAGES AND CA,PARKING BRAKE,NR (Not Reported),Vehicle,57,,, -12/07/1967,67V115000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V115000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,8000,,, -12/07/1967,67V118000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V118000),"General Motors, LLC",STRUCTURE:HOOD ASSEMBLY,STRUCTURE,NR (Not Reported),Vehicle,1046,,, -12/07/1967,67V119000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V119000),"General Motors, LLC",WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,597,,, -12/03/1967,67V001001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V001001),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,146,,, -12/03/1967,67V001002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V001002),"General Motors, LLC",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,146,,, -12/03/1967,67V001003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V001003),"General Motors, LLC",SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,146,,, -11/21/1967,67V113000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V113000),Ford Motor Company,STEERING:LINKAGES:SLEEVE:TIE ROD:ADJUSTABLE,STEERING,NR (Not Reported),Vehicle,248,,, -11/20/1967,67V114000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V114000),JAGUAR ROVER TRIUMPH INC.,WHEELS,WHEELS,NR (Not Reported),Vehicle,1500,,, -11/16/1967,67V110002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V110002),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4161,,, -11/16/1967,67V110001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V110001),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4161,,, -11/16/1967,67V109000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V109000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4388,,, -11/16/1967,67V108000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V108000),"General Motors, LLC",WHEELS:SINGLE:RIM BASE,WHEELS,NR (Not Reported),Vehicle,4104,,, -11/15/1967,67V111000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V111000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,298000,,, -11/15/1967,67V112000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V112000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,447000,,, -11/14/1967,67V107000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V107000),"Volkswagen Group of America, Inc.",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,1764,,, -11/06/1967,67V106000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V106000),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:LINKAGE:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,650,,, -11/02/1967,67V105000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V105000),"Chrysler (FCA US, LLC)",EQUIPMENT:JACKS:BUMPER,EQUIPMENT,NR (Not Reported),Vehicle,598,,, -11/02/1967,67V102000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V102000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL:CAM:FAST IDLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,40767,,, -11/02/1967,67V103000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V103000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SHOULDER BELTS,SEAT BELTS,NR (Not Reported),Vehicle,475,,, -11/02/1967,67V104000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V104000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,32,,, -10/23/1967,67V098000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V098000),"General Motors, LLC",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,1143000,,, -10/18/1967,67V101000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V101000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,15382,,, -10/17/1967,67V100000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V100000),"Volkswagen Group of America, Inc.",FUEL:FUEL EMISSION CONTROL:LINES:VAPOR VENT,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,24438,,, -10/17/1967,67V099000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V099000),"Volkswagen Group of America, Inc.",FUEL:FUEL TANK ASSEMBLY,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,18042,,, -10/11/1967,67V093000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V093000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING,STEERING,NR (Not Reported),Vehicle,2562,,, -10/10/1967,67V097000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V097000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,7189,,, -10/09/1967,67V095000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V095000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,262,,, -10/09/1967,67V088000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V088000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,4589,,, -10/09/1967,67V089000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V089000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14012,,, -10/09/1967,67V094000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V094000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,175,,, -10/09/1967,67V096000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V096000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,2018,,, -10/09/1967,67V090000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V090000),FREIGHTLINER LLC,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,32,,, -10/06/1967,67V092000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V092000),"Chrysler (FCA US, LLC)",STRUCTURE:HOOD ASSEMBLY:LATCHES,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,3200,,, -10/03/1967,67V084000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V084000),CLARK EQUIP. COMPANY,BRAKES:AIR SYSTEMS:AIR SUPPLY:RESERVOIR:WET:DRY,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,611,,, -10/03/1967,67V086000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V086000),WHITE MOTOR CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,30,,, -10/03/1967,67V087000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V087000),WHITE MOTOR CORPORATION,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,31,,, -10/03/1967,67V091000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V091000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,75000,,, -10/03/1967,67V085000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V085000),CLARK EQUIP. COMPANY,WHEELS:DISC:SPIDER,WHEELS,NR (Not Reported),Vehicle,91,,, -10/02/1967,67V083000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V083000),"General Motors, LLC",SUSPENSION:TANDEM AXLE:REAR:V-BOLT AND ATTACHMENTS,SUSPENSION,NR (Not Reported),Vehicle,5415,,, -09/26/1967,67V082000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V082000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14022,,, -09/22/1967,67V081000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V081000),"Volkswagen Group of America, Inc.",POWER TRAIN:DRIVELINE:UNIVERSAL JOINT,POWER TRAIN,NR (Not Reported),Vehicle,1051,,, -09/19/1967,67V080000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V080000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT CONTROL ARM:LOWER,SUSPENSION,NR (Not Reported),Vehicle,4034,,, -09/18/1967,67V077000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V077000),"Mercedes-Benz USA, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,197,,, -09/13/1967,67V079000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V079000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,365,,, -09/13/1967,67V078000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V078000),CHRYSLER CORP-OVERSEAS,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,957,,, -09/12/1967,67V076000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V076000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1141,,, -09/12/1967,67V073000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V073000),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,2478,,, -09/12/1967,67V075000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V075000),"Chrysler (FCA US, LLC)",LIGHTING:LIGHTING CONCEALMENT DEVICES:HEADLIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,2712,,, -09/12/1967,67V071000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V071000),"Chrysler (FCA US, LLC)",POWER TRAIN:DRIVELINE:SHAFT CHAIN:PROPELLOR:DRIVE,POWER TRAIN,NR (Not Reported),Vehicle,2490,,, -09/12/1967,67V072000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V072000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,3032,,, -09/12/1967,67V074000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V074000),"Chrysler (FCA US, LLC)",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,1042,,, -08/29/1967,67V070000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V070000),"General Motors, LLC",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,3440,,, -08/17/1967,67V069000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V069000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,21,,, -08/11/1967,67V068000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V068000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,7427,,, -08/11/1967,67V067000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V067000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,131,,, -07/31/1967,67V066000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V066000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,627,,, -07/12/1967,67V061000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V061000),GEN MTRS CORP-OVERSEAS,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,294,,, -07/10/1967,67V065000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V065000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:INSTRUMENT PANEL:SPEEDOMETER:ODOM,POWER TRAIN,NR (Not Reported),Vehicle,292,,, -07/05/1967,67V062000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V062000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6500,,, -07/05/1967,67V063000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V063000),"Chrysler (FCA US, LLC)",INTERIOR SYSTEMS:SEAT BELTS:LAP:REAR,SEAT BELTS,NR (Not Reported),Vehicle,7407,,, -07/05/1967,67V064000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V064000),"Chrysler (FCA US, LLC)",WHEELS:MULTIPLE:CAP:COVER:HUB,WHEELS,NR (Not Reported),Vehicle,159,,, -06/27/1967,67V060000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V060000),"Mack Trucks, Inc.",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,72,,, -06/23/1967,67V058000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V058000),GEN MTRS CORP-OVERSEAS,EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,316,,, -06/23/1967,67V059000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V059000),Toyota Motor Corporation,STRUCTURE:SHIELDS:PROTECTORS:LINES:TUBING,STRUCTURE,NR (Not Reported),Vehicle,12500,,, -06/22/1967,67V057000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V057000),"Chrysler (FCA US, LLC)",STEERING:GEAR BOX,STEERING,NR (Not Reported),Vehicle,33000,,, -06/20/1967,67V056000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V056000),Ford Motor Company,LIGHTING:LIGHTING CONCEALMENT DEVICES:HEADLIGHTS,EXTERIOR LIGHTING,NR (Not Reported),Vehicle,85000,,, -06/20/1967,67V055000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V055000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:IDLER AND ATTACHMENT,STEERING,NR (Not Reported),Vehicle,69038,,, -06/19/1967,67V054000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V054000),"Mercedes-Benz USA, LLC",EXHAUST/CRANKCASE EMISSION CONTROL DEVICES,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,253,,, -06/16/1967,67V053000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V053000),Ford Motor Company,STEERING,STEERING,NR (Not Reported),Vehicle,25000,,, -06/12/1967,67V052000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V052000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,586,,, -05/23/1967,67V051000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V051000),CLARK EQUIP. COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,29,,, -05/16/1967,67V050000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V050000),WHITE MOTOR CORPORATION,WHEELS:LUGS:NUTS:BOLTS,WHEELS,NR (Not Reported),Vehicle,76,,, -05/15/1967,67V049000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V049000),"Chrysler (FCA US, LLC)",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,9690,,, -05/10/1967,67V048000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V048000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,736,,, -05/10/1967,67V047002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V047002),Ford Motor Company,EQUIPMENT:JACKS,EQUIPMENT,NR (Not Reported),Vehicle,28570,,, -05/10/1967,67V047001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V047001),Ford Motor Company,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,16000,,, -05/09/1967,67V046000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V046000),"General Motors, LLC",STEERING:LINKAGES:OTHER,STEERING,NR (Not Reported),Vehicle,9378,,, -04/28/1967,67V044001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V044001),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14667,,, -04/28/1967,67V044003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V044003),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:WIRING:PRIMARY AND SECO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,14667,,, -04/28/1967,67V044004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V044004),"Chrysler (FCA US, LLC)",EMERGENCY PARKING BRAKE:MECHANICAL:LEVER SETTLING,PARKING BRAKE,NR (Not Reported),Vehicle,47036,,, -04/28/1967,67V044002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V044002),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,14667,,, -04/28/1967,67V045000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V045000),"Chrysler (FCA US, LLC)",FUEL:FUEL TANK ASSEMBLY:CAP:FILLER,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,24062,,, -04/28/1967,67V043000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V043000),SUPERIOR COACH DIV,STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,44,,, -04/27/1967,67V041000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V041000),"General Motors, LLC",ELECTRICAL SYSTEM,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,577,,, -04/25/1967,67V042000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V042000),"Rolls-Royce Motor Cars, Ltd.",SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,299,,, -04/13/1967,67V040001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V040001),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:SHOE:DISC BRAKE SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,19332,,, -04/13/1967,67V040002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V040002),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,19332,,, -04/11/1967,67V039000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V039000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,12,,, -04/06/1967,67V038000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V038000),"Rolls-Royce Motor Cars, Ltd.",POWER TRAIN:DRIVELINE (INDICATOR FORWARD OR REVERS,POWER TRAIN,NR (Not Reported),Vehicle,42,,, -04/05/1967,67V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V036000),"Mack Trucks, Inc.",STEERING,STEERING,NR (Not Reported),Vehicle,258,,, -03/31/1967,67V035000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V035000),"General Motors, LLC",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,67,,, -03/31/1967,67V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V034000),"General Motors, LLC",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,2484,,, -03/29/1967,67V033000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V033000),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,19510,,, -03/24/1967,67V031002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V031002),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:FITTINGS:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,70064,,, -03/24/1967,67V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V030000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2015,,, -03/24/1967,67V031001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V031001),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,68040,,, -03/21/1967,67V029000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V029000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:THROTTLE LINKAGES:ACCELERATOR:RIGID,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,316,,, -03/17/1967,67V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V027000),"General Motors, LLC",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6919,,, -03/17/1967,67V032000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V032000),"Chrysler (FCA US, LLC)",EQUIPMENT:SPEED CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,127,,, -03/16/1967,67V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V028000),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,209,,, -03/14/1967,67V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V026000),"SHELBY AUTOMOBILES, INC.",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,1385,,, -03/14/1967,67V037000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V037000),FREIGHTLINER LLC,SUSPENSION,SUSPENSION,NR (Not Reported),Vehicle,10,,, -03/09/1967,67V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V025000),Harley-Davidson Motor Company,ELECTRICAL SYSTEM:WIRING,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,3988,,, -03/09/1967,67V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V024000),"Chrysler (FCA US, LLC)",ENGINE COOLING SYSTEM:FAN,ENGINE AND ENGINE COOLING,NR (Not Reported),Vehicle,17,,, -03/02/1967,67V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V022000),INTERNATIONAL TRUCK & ENGINE CORPORATION,BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,356,,, -03/02/1967,67V023000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V023000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,23,,, -03/01/1967,67V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V021000),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,7573,,, -02/28/1967,67V020000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V020000),"RENAULT, INCORPORATED",STEERING,STEERING,NR (Not Reported),Vehicle,1498,,, -02/23/1967,67V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V018000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,217000,,, -02/23/1967,67V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V019000),Ford Motor Company,STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,5900,,, -02/16/1967,67V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V017000),CLARK EQUIP. COMPANY,EQUIPMENT:OTHER PIECES:TRAILER HITCHES AND ATTACHM,TRAILER HITCHES,NR (Not Reported),Vehicle,623,,, -02/10/1967,67V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V016000),"General Motors, LLC",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,40038,,, -02/06/1967,67V015000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V015000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,14,,, -02/03/1967,67V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V014000),"General Motors, LLC",STEERING:POWER ASSIST,STEERING,NR (Not Reported),Vehicle,407,,, -01/31/1967,67V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V013000),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,1886,,, -01/30/1967,67V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V012000),"BMW of North America, LLC",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,17,,, -01/26/1967,67V007001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V007001),"General Motors, LLC",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,413,,, -01/26/1967,67V007002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V007002),"General Motors, LLC",STEERING:POWER ASSIST:HOSE:FLUID,STEERING,NR (Not Reported),Vehicle,5,,, -01/26/1967,67V008000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V008000),"Chrysler (FCA US, LLC)",STEERING:POWER:GEAR BOX,STEERING,NR (Not Reported),Vehicle,2,,, -01/23/1967,67V005000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V005000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,2460,,, -01/23/1967,67V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V006000),"Porsche Cars North America, Inc.",HEATER:EXHAUST MANIFOLD:DEFROSTER:DEFOGGER,VISIBILITY,NR (Not Reported),Vehicle,2226,,, -01/17/1967,67V004000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V004000),JAGUAR ROVER TRIUMPH INC.,STEERING:GEAR:RACK,STEERING,NR (Not Reported),Vehicle,745,,, -01/08/1967,67V009002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V009002),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,9742,,, -01/08/1967,67V009003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V009003),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:IGNITION:WIRING:PRIMARY AND SECO,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,670,,, -01/08/1967,67V009004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V009004),"Chrysler (FCA US, LLC)",ELECTRICAL SYSTEM:WIRING:HARNESS:UNDER DASH,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,6345,,, -01/08/1967,67V009001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V009001),"Chrysler (FCA US, LLC)",VISUAL SYSTEMS:WINDSHIELD WIPER/WASHER SWITCH,VISIBILITY,NR (Not Reported),Vehicle,112215,,, -01/05/1967,67V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V003000),INTERNATIONAL TRUCK & ENGINE CORPORATION,SUSPENSION:INDEPENDENT FRONT SPINDLE:KNUCKLE:STEER,STEERING,NR (Not Reported),Vehicle,568,,, -01/04/1967,67V002000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V002000),"Chrysler (FCA US, LLC)",STEERING:COLUMN COUPLING,STEERING,NR (Not Reported),Vehicle,2200,,, -01/01/1967,67V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V010000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,824,,, -01/01/1967,67V011000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=67V011000),"Nissan North America, Inc.",STEERING:WHEEL AND COLUMN,STEERING,NR (Not Reported),Vehicle,1525,,, -12/28/1966,66V035002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V035002),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,138,,, -12/28/1966,66V036000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V036000),"Volkswagen Group of America, Inc.",ELECTRICAL SYSTEM:STARTER,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,20394,,, -12/28/1966,66V035001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V035001),"Rolls-Royce Motor Cars, Ltd.",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,138,,, -12/21/1966,66V034000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V034000),Honda (American Honda Motor Co.),FUEL:THROTTLE LINKAGES AND CONTROL/MOTORCYCLE,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,13829,,, -12/20/1966,66V033002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V033002),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,665,,, -12/20/1966,66V033001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V033001),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,495,,, -12/19/1966,66V032002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V032002),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,104736,,, -12/12/1966,66V031000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V031000),INTERNATIONAL TRUCK & ENGINE CORPORATION,FUEL:FUEL TANK ASSEMBLY:TANK,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,3,,, -12/05/1966,66V030000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V030000),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:FITTINGS,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,861,,, -12/05/1966,66V029001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V029001),CLARK EQUIP. COMPANY,STRUCTURE:FIFTH WHEEL ASSEMBLY,TRAILER HITCHES,NR (Not Reported),Vehicle,50,,, -12/05/1966,66V029002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V029002),CLARK EQUIP. COMPANY,STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,50,,, -11/28/1966,66V028000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V028000),"Jaguar Cars, Ltd.",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,8386,,, -11/25/1966,66V025000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V025000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,32,,, -11/25/1966,66V026000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V026000),Ford Motor Company,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,1900,,, -11/23/1966,66V027000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V027000),"Mercedes-Benz USA, LLC",FUEL:FUEL INJECTION:UNKNOWN TYPE:VALVE:START,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,2455,,, -11/15/1966,66V023003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V023003),"General Motors, LLC",BRAKES:AIR:OVER:HYDRAULIC:DISC:LINES:HOSE:NON-META,"SERVICE BRAKES, AIR",NR (Not Reported),Vehicle,799,,, -11/15/1966,66V023001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V023001),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,6638,,, -11/15/1966,66V024000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V024000),Ford Motor Company,BRAKES:HYDRAULIC:POWER ASSIST:BOOSTER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,61,,, -11/15/1966,66V023002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V023002),"General Motors, LLC",POWER TRAIN:CLUTCH ASSEMBLY,POWER TRAIN,NR (Not Reported),Vehicle,6621,,, -11/14/1966,66V022000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V022000),INTERNATIONAL TRUCK & ENGINE CORPORATION,WHEELS,WHEELS,NR (Not Reported),Vehicle,88,,, -11/08/1966,66V021000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V021000),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC,POWER TRAIN,NR (Not Reported),Vehicle,174857,,, -11/03/1966,66V020002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V020002),"General Motors, LLC",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,16008,,, -11/03/1966,66V020003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V020003),"General Motors, LLC",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,6440,,, -11/03/1966,66V020001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V020001),"General Motors, LLC",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,551,,, -10/31/1966,66V019000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V019000),INTERNATIONAL TRUCK & ENGINE CORPORATION,STEERING:LINKAGES:LINK:DRAG:CONNECTION,STEERING,NR (Not Reported),Vehicle,108,,, -10/28/1966,66V018000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V018000),"Chrysler (FCA US, LLC)",STEERING:LINKAGES,STEERING,NR (Not Reported),Vehicle,31,,, -10/25/1966,66V017000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V017000),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,27,,, -10/21/1966,66V016000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V016000),"Chrysler (FCA US, LLC)",STRUCTURE:FRAME AND MEMBERS(GIVE SIDE/END),STRUCTURE,NR (Not Reported),Vehicle,98,,, -10/20/1966,66V014000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V014000),Ford Motor Company,BRAKES:HYDRAULIC:MASTER CYLINDER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,3500,,, -10/18/1966,66V012000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V012000),Ford Motor Company,FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,47300,,, -10/18/1966,66V013000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V013000),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,71,,, -10/13/1966,66V011003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V011003),"General Motors, LLC",ELECTRICAL SYSTEM:WIRING:HARNESS:FRONT:UNDERHOOD,ELECTRICAL SYSTEM,NR (Not Reported),Vehicle,4950,,, -10/13/1966,66V010000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V010000),"Chrysler (FCA US, LLC)",FUEL:THROTTLE LINKAGES AND CONTROL,VEHICLE SPEED CONTROL,NR (Not Reported),Vehicle,428,,, -10/13/1966,66V011001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V011001),"General Motors, LLC",INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,2157,,, -10/13/1966,66V011002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V011002),"General Motors, LLC",STEERING:LINKAGES:ARM:PITMAN,STEERING,NR (Not Reported),Vehicle,336,,, -10/12/1966,66V009003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V009003),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:DISC:CALIPER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,363,,, -10/12/1966,66V009001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V009001),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:LINES:METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,59749,,, -10/12/1966,66V009002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V009002),"Chrysler (FCA US, LLC)",BRAKES:HYDRAULIC:POWER ASSIST:OTHER,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,98,,, -10/12/1966,66V008002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V008002),"Chrysler (FCA US, LLC)",STRUCTURE:DOOR ASSEMBLY:LATCHES AND LOCKS,LATCHES/LOCKS/LINKAGES,NR (Not Reported),Vehicle,41953,,, -10/12/1966,66V007000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V007000),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,9869,,, -10/12/1966,66V008001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V008001),"Chrysler (FCA US, LLC)",WHEELS,WHEELS,NR (Not Reported),Vehicle,1101,,, -10/10/1966,66V005002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V005002),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,84,,, -10/10/1966,66V006000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V006000),"Volkswagen Group of America, Inc.",BRAKES:HYDRAULIC:PEDALS AND LINKAGES,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,64596,,, -10/10/1966,66V005001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V005001),"Rolls-Royce Motor Cars, Ltd.",BRAKES:HYDRAULIC:POWER ASSIST:VACUUM SYSTEM,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,84,,, -10/06/1966,66V004003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004003),Ford Motor Company,BRAKES:HYDRAULIC:PEDAL,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,483,,, -10/06/1966,66V004002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004002),Ford Motor Company,INTERIOR SYSTEMS:RESTRAINT:BELT ANCHOR AND ATTACHM,SEAT BELTS,NR (Not Reported),Vehicle,65000,,, -10/06/1966,66V004004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004004),Ford Motor Company,INTERIOR SYSTEMS:TRACKS AND ANCHORS:FRONT SEAT:POW,SEATS,NR (Not Reported),Vehicle,700,,, -10/06/1966,66V004006,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004006),Ford Motor Company,STEERING:MANUAL:GEAR BOX,STEERING,NR (Not Reported),Vehicle,9000,,, -10/06/1966,66V004005,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004005),Ford Motor Company,STRUCTURE:BODY:WHEEL WELL,STRUCTURE,NR (Not Reported),Vehicle,842,,, -10/06/1966,66V004007,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004007),Ford Motor Company,SUSPENSION:INDEPENDENT FRONT:BEARING WHEEL,SUSPENSION,NR (Not Reported),Vehicle,184,,, -10/06/1966,66V004001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V004001),Ford Motor Company,TIRES:SIDEWALL,TIRES,NR (Not Reported),Vehicle,356,,, -09/29/1966,66V002001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V002001),"Chrysler (FCA US, LLC)",FUEL:CARBURETOR:FOUR:BARREL,"FUEL SYSTEM, GASOLINE",NR (Not Reported),Vehicle,6101,,, -09/29/1966,66V002002,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V002002),"Chrysler (FCA US, LLC)",POWER TRAIN:TRANSMISSION:AUTOMATIC:LEVER AND LINKA,POWER TRAIN,NR (Not Reported),Vehicle,656,,, -09/29/1966,66V003000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V003000),Honda (American Honda Motor Co.),POWER TRAIN:TRANSMISSION:STANDARD:MANUAL,POWER TRAIN,NR (Not Reported),Vehicle,18572,,, -09/19/1966,66V178000,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V178000),"RENAULT, INCORPORATED",BRAKES:HYDRAULIC:LINES:HOSE:NON-METALLIC,"SERVICE BRAKES, HYDRAULIC",NR (Not Reported),Vehicle,125,POSSIBILITY THAT THE FRONT BRAKE HOSE END FITTINGS MAY BECOME LOOSE AND CAUSE LEAKAGE OF BRAKE FLUID.,"IF SUCH LEAKAGE OCCURS AND IF ENOUGH BRAKE FLUID SHOULD BE LOST, THE BRAKES WOULD NOT FUNCTION.",(REPLACE FRONT BRAKE HOSES AND SEALS.) -01/19/1966,66V032001,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V032001),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,138878,,, -01/19/1966,66V032003,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V032003),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,70644,,, -01/19/1966,66V032004,Go to Recall (https://www.nhtsa.gov/recalls?nhtsaId=66V032004),"General Motors, LLC",STEERING:COLUMN,STEERING,NR (Not Reported),Vehicle,68184,,, diff --git a/samples/duckdb/auto_recalls/auto_recalls.malloy b/samples/duckdb/auto_recalls/auto_recalls.malloy deleted file mode 100644 index e467605a4..000000000 --- a/samples/duckdb/auto_recalls/auto_recalls.malloy +++ /dev/null @@ -1,67 +0,0 @@ -// Autombile Recalls -// -// Run the dashboards below. -// -// Works directly against a CSV file. -// -// Data Source data.gov -// https://catalog.data.gov/tr/dataset/recalls-data -// -// Raw Data -// https://data.transportation.gov/api/views/6axg-epim/rows.csv - - - -source: auto_recalls is table('duckdb:auto_recalls.csv') { - declare: - recall_count is count() - percent_of_recalls is recall_count/all(recall_count)*100 - - query: by_manufacturer is { - group_by: `Manufacturer` - aggregate: - recall_count - percent_of_recalls - } - - query: by_type is { - group_by: `Recall Type` - aggregate: - recall_count - percent_of_recalls - } - - query: by_year is { - group_by: recall_year is `Report Received Date`.year - aggregate: - recall_count - order_by: recall_year - } - - query: `By_Action` is { - group_by: `Corrective Action` - aggregate: recall_count - } - - query: detail is { - group_by: - `NHTSA ID`, - `Report Received Date` - Manufacturer, - Subject, - `Recall Type` - `Recall Description` - } - - query: recall_dashboard is by_manufacturer + { - nest: by_year_line_chart is by_year + {group_by: `Recall Type`} - nest: by_type - nest: recent_recalls is detail +{ - order_by: `Report Received Date` desc - limit: 10 - } - } - - query: brakes_dashboard - is recall_dashboard {? `Recall Description` ~r'brake'} -} \ No newline at end of file diff --git a/samples/duckdb/faa/1_airports.malloy b/samples/duckdb/faa/1_airports.malloy deleted file mode 100644 index a9772fdf3..000000000 --- a/samples/duckdb/faa/1_airports.malloy +++ /dev/null @@ -1,37 +0,0 @@ -// -// Basic Example -// -// Documentation: Malloy by Example -// https://malloydata.github.io/malloy/documentation/index.html -// -// - -source: airports is table('duckdb:data/airports.parquet') { - measure: airport_count is count() - - query: by_state is { - where: state != null - group_by: state - aggregate: airport_count - } - - query: by_facility_type is { - group_by: fac_type - aggregate: - airport_count - avg_elevation is elevation.avg() - } - - // RUN THIS :) !! - query: airports_by_region_dashboard is { - group_by: faa_region - aggregate: airport_count - nest: - by_state_shape_map is by_state - by_facility_type - } - - query: select_star is { - project: * - } -} diff --git a/samples/duckdb/faa/2_flights.malloy b/samples/duckdb/faa/2_flights.malloy deleted file mode 100644 index 5c101c0b3..000000000 --- a/samples/duckdb/faa/2_flights.malloy +++ /dev/null @@ -1,81 +0,0 @@ -// -// Flights example model. Joins multipe tables into a 'source' -// -// Malloy Language Documentation, -// see: https://malloydata.github.io/malloy/documentation/index.html - - -// source: -// see: https://malloydata.github.io/malloy/documentation/language/source.html -source: carriers is table('duckdb:data/carriers.parquet') + { - primary_key: code - measure: carrier_count is count() -} - -source: airports is table('duckdb:data/airports.parquet') + { - primary_key: code - measure: airport_count is count() - dimension: name is concat(code, '-', full_name ) - -} - -source: aircraft_models is table('duckdb:data/aircraft_models.parquet') + { - primary_key: aircraft_model_code - measure: aircraft_model_count is count() -} - -source: aircraft is table('duckdb:data/aircraft.parquet') + { - primary_key: tail_num - measure: aircraft_count is count() - // join, see: https://malloydata.github.io/malloy/documentation/language/join.html - join_one: aircraft_models with aircraft_model_code -} - - -source: flights is table('duckdb:data/flights.parquet') + { - primary_key: id2 - - // rename some fields as from their physical names - rename: origin_code is origin - rename: destination_code is destination - - // join all the data sources - // see: https://malloydata.github.io/malloy/documentation/language/join.html - - join_one: carriers with carrier - join_one: origin is airports with origin_code - join_one: destination is airports with destination_code - join_one: aircraft with tail_num - - - // declare some resusable aggregate calculations - // see: https://malloydata.github.io/malloy/documentation/language/aggregates.html - measure: - flight_count is count() - total_distance is sum(distance) - - // declare some queries: - // see: https://malloydata.github.io/malloy/documentation/language/query.html - query: by_carrier is { - group_by: carriers.nickname - aggregate: - flight_count - destination_count is destination.count() - percentage_of_flights is flight_count/all(flight_count) *100 - } - - query: by_origin is { - group_by: origin.name - aggregate: - flight_count - destination_count is destination.count() - carriers.carrier_count - percentage_of_flights is flight_count/all(flight_count) *100 - } - - query: by_month is { - group_by: dep_month is dep_time.month - aggregate: flight_count - } - -} diff --git a/samples/duckdb/faa/3_carrier_analysis.malloy b/samples/duckdb/faa/3_carrier_analysis.malloy deleted file mode 100644 index 077ded141..000000000 --- a/samples/duckdb/faa/3_carrier_analysis.malloy +++ /dev/null @@ -1,47 +0,0 @@ - -// carrier analysis. -// show where carrires fly, what kinds of planes they use -// -// overview of carriers -// What percentage of the market does a carrier have? -// Where are their hubs and what percatage of flights go through that hub? -// At various hubs, what percentage of flights are made by that carrier. - - -// import existing source 'flights' from flights.malloy -// see: https://malloydata.github.io/malloy/documentation/language/imports.html -// -import "2_flights.malloy" - -// source 'flights_carrier' refines source 'flights' -// https://malloydata.github.io/malloy/documentation/language/source.html#source-refinement -source: flights_carrier is flights + { - - // - // flight_count - aggregate calculation count(*), imported from - // see: - // https://malloydata.github.io/malloy/documentation/language/aggregates.html - // - // all(flight_count) - computes flight_count without any group_by - // - // exclude(flight, carrier_name) - computes flight_count with the current - // group_by except carrier_name - query: carrier_overview is { - group_by: carrier_name is carriers.nickname - aggregate: - flight_count - percent_of_this_carriers_flights_to_all_flights - is flight_count/all(flight_count)*100 - nest: top_destinations is { - group_by: destination.code, destination.full_name - aggregate: - flight_count - flights_to_dest is exclude(flight_count, carrier_name) - percentage_of_this_carriers_flights_to_this_destination - is flight_count/all(flight_count)*100 - percentage_of_all_flights_on_all_carriers_to_this_destination - is flight_count/exclude(flight_count, carrier_name)*100 - limit: 10 - } - } -} diff --git a/samples/duckdb/faa/4_routes.malloy b/samples/duckdb/faa/4_routes.malloy deleted file mode 100644 index fce0d17e6..000000000 --- a/samples/duckdb/faa/4_routes.malloy +++ /dev/null @@ -1,31 +0,0 @@ -// Routes analysis -// Where do carriers fly? - -// flight_count - imported from flights.malloy -// https://malloydata.github.io/malloy/documentation/language/aggregates.html - -import "2_flights.malloy" -source: flights_carrier is flights { - - query: top_routes_map is { - group_by: - origin.latitude - origin.longitude - latitude2 is destination.latitude - longitude2 is destination.longitude - aggregate: flight_count - limit: 100 - } - - // Nests results - // see: https://malloydata.github.io/malloy/documentation/language/nesting.html - // - // Segment Map - // see: https://malloydata.github.io/malloy/documentation/visualizations/segment_maps.html - query: carrier_routes is { - group_by: carriers.nickname - aggregate: flight_count - nest: top_routes_segment_map is top_routes_map - } - -} diff --git a/samples/duckdb/faa/5_time_based.malloy b/samples/duckdb/faa/5_time_based.malloy deleted file mode 100644 index 97fdfdff2..000000000 --- a/samples/duckdb/faa/5_time_based.malloy +++ /dev/null @@ -1,50 +0,0 @@ -// Time based Analysis -// - -import "2_flights.malloy" -source: flights_carrier is flights { - - // make some data - query: carriers_over_time is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: carriers.nickname - limit: 10000 - } - - // show it as a line chart - // see: https://malloydata.github.io/malloy/documentation/visualizations/charts_line_chart.html - query: carriers_over_time_line_chart is carriers_over_time - - - // nesting result - // see: https://malloydata.github.io/malloy/documentation/language/nesting.html - query: by_destination is { - group_by: destination.name - aggregate: flight_count - nest: carriers_over_time_line_chart is carriers_over_time - } - - query: chicago_over_time is { - where: origin.code = 'ORD' - group_by: destination.name - aggregate: flight_count - nest: carriers_over_time_line_chart is carriers_over_time - limit: 50 - } - - // compare timeframes using filtered measures: - // - query: by_destination_growth_rate is { - declare: - flight2004 is flight_count {? dep_time: @2004} // can use relative declarations - flight2003 is flight_count {? dep_time: @2003} // also - group_by: destination.name - aggregate: - flight2004 - flight2003 - delta is flight2004 - flight2003 - growth is (flight2004 - flight2003)/flight2004*100 - } - -} diff --git a/samples/duckdb/faa/6_aircraft_analysis.malloy b/samples/duckdb/faa/6_aircraft_analysis.malloy deleted file mode 100644 index 78bbd3415..000000000 --- a/samples/duckdb/faa/6_aircraft_analysis.malloy +++ /dev/null @@ -1,33 +0,0 @@ -// Aircraft analysis -// - -import "2_flights.malloy" -source: flights_aircraft is flights { - measure: - // aggregates can be computed at any level of the graph - // see: https://malloydata.github.io/malloy/documentation/patterns/foreign_sums.html - - seats_for_sale is sum(aircraft.aircraft_models.seats) - seats_owned is aircraft.sum(aircraft.aircraft_models.seats) - average_plane_size is aircraft.avg(aircraft.aircraft_models.seats) - average_flight_distance is distance.avg() - - query: carrier_aircraft is { - group_by: carriers.nickname - aggregate: - aircraft.aircraft_count - average_plane_size - flight_count - average_flight_distance - seats_owned - nest: by_manufacturer is { - group_by: aircraft.aircraft_models.manufacturer - aggregate: - aircraft.aircraft_count - average_plane_size - flight_count - average_flight_distance - seats_owned - } - } -} diff --git a/samples/duckdb/faa/7_sessionization.malloy b/samples/duckdb/faa/7_sessionization.malloy deleted file mode 100644 index 3b9d7c0a9..000000000 --- a/samples/duckdb/faa/7_sessionization.malloy +++ /dev/null @@ -1,41 +0,0 @@ - -// Sessionization - -// This is a subset of the data. -// -// If we think of aircraft flights as a transaction. We can roll up all transactions -// in a given day by a carrier into a single nested table. -// -// In the result you can see that Delta had 13 flights on 03-03 and the individual -// aircraft events (ordered through the day) -// -// see: https://malloydata.github.io/malloy/documentation/patterns/foreign_sums.html -// - -import "2_flights.malloy" -source: flights_sessions is flights { - - query: sessionize is { - where: carrier ? 'WN' | 'DL', dep_time ? @2002-03-03 - - group_by: flight_date is dep_time.day - group_by: carrier - aggregate: - daily_flight_count is flight_count - aircraft.aircraft_count - nest: per_plane_data is { - top: 20 - group_by: tail_num - aggregate: plane_flight_count is flight_count - nest: flight_legs is { - order_by: 2 - group_by: - tail_num - dep_minute is dep_time.minute - origin_code - dest_code is destination_code - dep_delay - arr_delay - } - } - } -} diff --git a/samples/duckdb/faa/8_dashboard.malloy b/samples/duckdb/faa/8_dashboard.malloy deleted file mode 100644 index 82ac6da4a..000000000 --- a/samples/duckdb/faa/8_dashboard.malloy +++ /dev/null @@ -1,64 +0,0 @@ -// Dashboard -// Runs as a single query, nesting all the results -// View the results as JSON to see the data returned. -// -// The last part of the name controls the rendering. - -// see: -// dashboards: -// https://malloydata.github.io/malloy/documentation/visualizations/dashboards.html -// nesting: -// https://malloydata.github.io/malloy/documentation/language/nesting.html -// - -import "2_flights.malloy" -source: flights_dashboarding is flights { - - query: carrier_dashboard is { //# dashboard - aggregate: destination_count is destination.airport_count - aggregate: flight_count - nest: by_manufacturer is { - group_by: aircraft.aircraft_models.manufacturer - aggregate: flight_count, aircraft.aircraft_count - limit: 3 - } - nest: by_month_line_chart is { //# line_chart - group_by: dep_month is dep_time.month - aggregate: flight_count - } - nest: hubs is { - top: 5 - where: destination.airport_count > 1 - group_by: hub is origin.name - aggregate: destination_count is destination.airport_count - } - nest: origin_dashboard is { //# dashboard - top: 10 - group_by: - code is origin_code, - origin is origin.full_name, - origin.city - aggregate: flight_count - nest: destinations_by_month_line_chart is { - group_by: dep_month is dep_time.month - aggregate: flight_count - group_by: destination.name - } - nest: routes_map_segment_map is { - group_by: - origin.latitude - origin.longitude - latitude2 is destination.latitude - longitude2 is destination.longitude - aggregate: flight_count - } - } - } - query: southwest_dashboard is carrier_dashboard { - where: carriers.nickname ? 'Southwest' - } - query: jetblue_dashboard is carrier_dashboard { - where: carriers.nickname ? 'Jetblue' - } - -} diff --git a/samples/duckdb/faa/README.md b/samples/duckdb/faa/README.md deleted file mode 100644 index c7e19487a..000000000 --- a/samples/duckdb/faa/README.md +++ /dev/null @@ -1,75 +0,0 @@ -# About the FAA Dataset - -The NTSB FAA Dataset includes information about flights, airports, carriers, and aircrafts. We are providing here a small subset of the full dataset (available in BigQuery) for the purpose of trying out Malloy; please note that the data is INCOMPLETE and to properly analyze this data the full dataset available in BigQuery should be used. - -## Overview of models - -This set of models is a great place to get introduced to Malloy for the first time. You can use this model to follow along with the [Malloy by Example document](https://malloydata.github.io/malloy/documentation/malloy-by-example.html). - -**`1_airports`** - the simplest model, using only the airports table. Start here to get familiar with core concepts in Malloy. - -**`2_flights`** - defines as a source each table, and defines join relationships between them; adds a few useful fields - -**`3_carrier_analysis`** - builds on the flights source to analyze top carriers and their top destinations. Demonstrates simple percent of total calculations. - -**`4_routes`** - shows top routes for each carrier. Demonstrates route mapping - -**`5_time_based`** - time series analysis of flight data. Demonstrates ease of transforming and filtering with time. - -**`6_aircraft_analysis`** - looks at the aircraft used by carriers. Demonstrates simplification of working with aggregates in Malloy. - -**`7_sessionization`** - defines daily sessions for airplanes by tail number, then shows flight stats for each leg. - -**`8_dashboard`** - puts together top level metrics and a number of nested queries to provide a dense view of flight data. The dashboard works well filtered to specific carriers (examples at the bottom). - - -## Preview Tables - -**Airports** - -| id | code | site_number | fac_type | fac_use | faa_region | faa_dist | city | county | state | full_name | own_type | longitude | latitude | elevation | aero_cht | cbd_dist | cbd_dir | act_date | cert | fed_agree | cust_intl | c_ldg_rts | joint_use | mil_rts | cntl_twr | major | | -|-------:|------|-------------|----------|---------|------------|----------|-------------------------|------------------|-------|-----------------|----------|----------:|---------:|----------:|---------------|---------:|---------|----------|------|-----------|-----------|-----------|-----------|---------|----------|-------|:-:| -| 19,783 | 1Q9 | 51518.6*A | AIRPORT | PU | null | HNL | MILI ISLAND | MARSHALL ISLANDS | null | MILI | PU | 171.73 | 6.08 | 4 | CAPE LISBURNE | 0 | N | 06/1983 | null | null | null | null | null | null | N | N | | -| 19,777 | Q51 | 51515.5*A | AIRPORT | PU | null | HNL | KILI ISLAND | MARSHALL ISLANDS | null | KILI | PU | 169.11 | 5.65 | 5 | CAPE LISBURNE | 0 | N | 06/1983 | null | null | null | null | null | null | N | N | | -| 19,787 | 3N1 | 51534.5*A | AIRPORT | PU | null | HNL | TAORA IS MALOELAP ATOLL | MARSHALL ISLANDS | null | MALOELAP | PU | 171.23 | 8.7 | 4 | CAPE LISBURNE | 0 | E | 06/1983 | null | null | null | null | null | null | N | N | | -| 19,789 | 03N | 51538.*A | AIRPORT | PU | null | HNL | UTIRIK ISLAND | MARSHALL ISLANDS | null | UTIRIK | PU | 169.85 | 11.23 | 4 | CAPE LISBURNE | 0 | SE | 06/1983 | null | null | null | null | null | null | N | N | | -| 19,774 | ANG | 51512.01*A | AIRPORT | PU | null | HNL | ANGAUR ISLAND | PALAU | null | ANGAUR AIRSTRIP | PU | 134.15 | 6.9 | 20 | GNC 13 | 30 | SW | 04/1983 | null | null | null | null | null | null | N | N | | - -**Flights** -| carrier | flight_num | flight_time | tail_num | dep_time | arr_time | dep_delay | arr_delay | taxi_out | taxi_in | distance | cancelled | diverted | id2 | origin_code | destination_code | | -|---------|------------|------------:|----------|---------------------|---------------------|----------:|----------:|---------:|--------:|---------:|-----------|----------|-----------:|-------------|------------------|:-:| -| US | 1692 | 15 | N806MD | 2004-11-18 22:32:00 | 2004-11-18 23:09:00 | -3 | -6 | 18 | 4 | 55 | N | N | 30,272,525 | PHL | ABE | | -| US | 1650 | 18 | N806MD | 2004-10-12 20:46:00 | 2004-10-12 21:28:00 | 6 | 0 | 20 | 4 | 55 | N | N | 29,742,442 | PHL | ABE | | -| US | 1616 | 19 | N816MA | 2004-11-24 10:20:00 | 2004-11-24 11:14:00 | 0 | 2 | 30 | 5 | 55 | N | N | 30,270,885 | PHL | ABE | | -| US | 1650 | 17 | N806MD | 2004-08-31 20:30:00 | 2004-08-31 21:06:00 | 0 | -19 | 15 | 4 | 55 | N | N | 28,344,746 | PHL | ABE | | -| US | 1643 | 17 | N806MD | 2004-07-27 10:21:00 | 2004-07-27 10:59:00 | -4 | -19 | 17 | 4 | 55 | N | N | 27,898,410 | PHL | ABE | | - -**Carriers** - -| code | name | nickname | -|------|-----------------------------|--------------------| -| EV | Atlantic Southeast Airlines | Atlantic Southeast | -| NW | Northwest Airlines | Northwest | -| AA | American Airlines | American | -| FL | Airtran Airways Corporation | Airtran | -| B6 | Jetblue Airways | Jetblue | - -**Aircraft** - -| id | tail_num | aircraft_serial | aircraft_model_code | aircraft_engine_code | year_built | aircraft_type_id | aircraft_engine_type_id | registrant_type_id | name | address1 | address2 | city | state | zip | region | county | country | certification | status_code | mode_s_code | fract_owner | last_action_date | cert_issue_date | air_worth_date | | -|----:|----------|-----------------|---------------------|----------------------|-----------:|-----------------:|------------------------:|-------------------:|-------------------------------|-------------------------|----------|--------------|-------|------------|--------|--------|---------|---------------|-------------|-------------|-------------|------------------|-----------------|----------------|:-:| -| 100 | N10036 | 11906 | 7100510 | 17003 | 1,944 | 4 | 1 | 1 | FORSBERG CHARLES P | PO BOX 1 | null | NORTH SUTTON | NH | 03260-0001 | E | 013 | US | 1N | A | 50003624 | null | 2006-01-17 | 1982-04-27 | 1972-09-11 | | -| 200 | N1006L | 1234 | 05620R2 | null | 2,000 | 4 | 1 | 1 | BOEGER BOGIE M | 7246 235TH ST | null | MEDIAPOLIS | IA | 52637-9184 | 3 | 057 | US | null | V | 50003751 | null | 2005-10-27 | 2005-10-27 | ∅ | | -| 300 | N1009P | 34994 | 2072704 | 17026 | 1,958 | 4 | 1 | 4 | FERRIER WILLIAM T | 221 N CENTRAL AVE # D86 | null | MEDFORD | OR | 97501-5927 | S | 029 | US | 1 | V | 50004125 | null | 2003-09-19 | 2003-09-19 | 1958-02-21 | | -| 400 | N100EJ | 380-1 | 6402618 | 30010 | 1,973 | 5 | 4 | 3 | CENTURION INVESTMENTS INC DBA | 18377 EDISON AVE | null | CHESTERFIELD | MO | 63005-3628 | 3 | 189 | US | 1T | A | 50002441 | null | 2004-03-16 | 2001-03-22 | 1974-02-18 | | -| 500 | N100KW | D-10336 | 1151548 | 17032 | 1,980 | 4 | 1 | 3 | MIKRON AIR CORP | 3505 TEXOMA PKWY | null | SHERMAN | TX | 75090 | 2 | 181 | US | 1U | A | 50002652 | null | 2003-12-16 | 1994-12-22 | 1980-01-29 | | - -**Aircraft Models** - -| aircraft_model_code | manufacturer | model | aircraft_type_id | aircraft_engine_type_id | aircraft_category_id | amateur | engines | seats | weight | speed | | -|---------------------|-----------------------|-------|-----------------:|------------------------:|---------------------:|--------:|--------:|------:|-------:|------:|:-:| -| 05637J7 | WILCOX H L/WILCOX C N | CW | 2 | 0 | 3 | 1 | 0 | 0 | 0 | 0 | | -| 0563784 | WILCOX | HW | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 60 | | -| 0563788 | STOKES | JS | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 60 | | -| 05637F7 | KAMIN DENNIS ROBERT | OZ | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | | -| 0610003 | MLB | 002 | 4 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | | diff --git a/samples/duckdb/faa/data/aircraft.parquet b/samples/duckdb/faa/data/aircraft.parquet deleted file mode 100644 index 8e4dea185..000000000 Binary files a/samples/duckdb/faa/data/aircraft.parquet and /dev/null differ diff --git a/samples/duckdb/faa/data/aircraft_models.parquet b/samples/duckdb/faa/data/aircraft_models.parquet deleted file mode 100644 index 629554072..000000000 Binary files a/samples/duckdb/faa/data/aircraft_models.parquet and /dev/null differ diff --git a/samples/duckdb/faa/data/airports.parquet b/samples/duckdb/faa/data/airports.parquet deleted file mode 100644 index 48b7eac77..000000000 Binary files a/samples/duckdb/faa/data/airports.parquet and /dev/null differ diff --git a/samples/duckdb/faa/data/carriers.parquet b/samples/duckdb/faa/data/carriers.parquet deleted file mode 100644 index 4d8651499..000000000 Binary files a/samples/duckdb/faa/data/carriers.parquet and /dev/null differ diff --git a/samples/duckdb/faa/data/flights.parquet b/samples/duckdb/faa/data/flights.parquet deleted file mode 100644 index f303bce2e..000000000 Binary files a/samples/duckdb/faa/data/flights.parquet and /dev/null differ diff --git a/samples/duckdb/imdb/.gitignore b/samples/duckdb/imdb/.gitignore deleted file mode 100644 index e88db7236..000000000 --- a/samples/duckdb/imdb/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.gz -*.parquet -*.sql -!build_*.sql \ No newline at end of file diff --git a/samples/duckdb/imdb/1_imdb.malloy b/samples/duckdb/imdb/1_imdb.malloy deleted file mode 100644 index 8c50cd60a..000000000 --- a/samples/duckdb/imdb/1_imdb.malloy +++ /dev/null @@ -1,78 +0,0 @@ -// IMPORTANT: Before using this model, you will need to download and process the data. -// Please see README.MD for instructions. - -source: people is table('duckdb:data/names.parquet') { -// cast, crew, everyone involved in movies - primary_key: nconst -} - -source: principals is table('duckdb:data/principals.parquet') { -// a mapping table that links people to movies, along with their job on that movie. - join_one: people is people on nconst = people.nconst -} - -source: movies is table('duckdb:data/titles.parquet') + { -// all the movies - join_many: principals on tconst = principals.tconst - where: ratings.numVotes > 10000 - primary_key: tconst - - declare: - title_count is count(distinct tconst) - row_count is count() - total_ratings is sum(ratings.numVotes/1000.0) - - query: by_title is { - group_by: primaryTitle, startYear, ratings.numVotes - order_by: 3 desc - } - query: by_year is { - group_by: startYear - aggregate: title_count - order_by: startYear desc - } - - query: by_name is { - group_by: - principals.people.primaryName, principals.nconst - aggregate: - total_ratings - title_count - } - query: by_job_category is { - group_by: job_category is principals.category - aggregate: title_count - } - - query: by_genre is { - aggregate: title_count - nest: b is { - group_by: genres.value - aggregate: title_count, total_ratings - } - } - -> { - group_by: b.value, b.title_count, percent_of_title_count is b.title_count/title_count * 100.0 - order_by: 3 desc - } - - query: by_character is { - group_by: principals.characters.value - aggregate: title_count - } - - query: by_year_and_genre is by_year + { - nest: by_genre - } - - query: search_index is { - //index: * by total_ratings - index: - genres.value, - principals.people.primaryName, - primaryTitle, - characters.value - by total_ratings - where: ratings.numVotes > 100000 - } -} \ No newline at end of file diff --git a/samples/duckdb/imdb/2_movie_queries.malloy b/samples/duckdb/imdb/2_movie_queries.malloy deleted file mode 100644 index d5e287544..000000000 --- a/samples/duckdb/imdb/2_movie_queries.malloy +++ /dev/null @@ -1,83 +0,0 @@ -// IMPORTANT: Before using this model, you will need to download and process the data. -// Please see README.MD for instructions. - -import "1_imdb.malloy" - - -source: movies_queries is movies + { - - // Queries... - - // Top Movies by numVotes (total number of people that liked it) - query: top20 is by_title + { limit: 20 } - - query: top20_horror is top20 + { - where: genres.value = 'Horror' - } - - // Movie Stars - query: top_stars is by_name + { - limit: 20 - } - - query: top_stars_comedy is top_stars + { - where: genres.value = 'Comedy' - } - - // Movie Stars Titles time and jobs - query: top_stars_jobs_and_more_dashboard is by_name + { - where: ratings.numVotes > 50000 // bug: https://github.com/duckdb/duckdb/issues/3734 - nest: - by_title + { limit: 5} - by_year_line_chart is by_year - by_job_category - limit: 20 - } - - query: top_comedy_star_dashboard is top_stars_jobs_and_more_dashboard + { - where: genres.value = 'Comedy' - } - - // top Directors and their 5 best movies - query: top_directors is by_name + { - where: principals.category = 'director' - nest: by_title + { limit: 5} - } - - // top Comedy Directors and their 5 best movies - query: top_comedy_directors is by_name + { - where: principals.category = 'director', genres.value = 'Comedy' - nest: by_title + { limit: 5} - } - - // by Genre, top movies, directors and actors - query: genres_top_movies_directors_and_actors is by_genre + { - where: ratings.numVotes > 30000 // bug: https://github.com/duckdb/duckdb/issues/3734 - nest: by_title + { limit: 5} - nest: by_director is by_name + { - where: principals.category = 'director' - limit: 5 - } - nest: by_actor is by_name + { - where: principals.category ~ 'act%' - limit: 5 - } - } - - query: g2 is { - where: ratings.numVotes > 30000 // bug: https://github.com/duckdb/duckdb/issues/3734 - // group_by: genres.value - aggregate: title_count, total_ratings - // nest: by_title + { limit: 5} - nest: by_director is { - where: principals.category = 'director' - group_by: - principals.people.primaryName, - principals.nconst - aggregate: - total_ratings - title_count - limit: 5 - } - } -} diff --git a/samples/duckdb/imdb/3_movie_filters.malloy b/samples/duckdb/imdb/3_movie_filters.malloy deleted file mode 100644 index 2a62d0643..000000000 --- a/samples/duckdb/imdb/3_movie_filters.malloy +++ /dev/null @@ -1,43 +0,0 @@ -// IMPORTANT: Before using this model, you will need to download and process the data. -// Please see README.MD for instructions. - -import "1_imdb.malloy" - -// Queries can be used to filter other queries. Each of these -// queries produces a list of movie ids. -source: movie_filters is movies + { - query: spielberg is { - where: principals.people.primaryName ~ r'Steven Spielberg' - group_by: tconst - } - - // hanks movies - query: tomhanks is { - where: principals.people.primaryName ~ r'Tom Hanks' - group_by: tconst - } - - // batman movies - query: batman is { - where: principals.characters.value ~ r'Batman' - group_by: tconst - } - - // superman movies - query: superman is { - where: principals.characters.value ~ r'Superman' - group_by: tconst - } - - // depalma movies - query: depalma is { - where: principals.category = 'director' - and principals.people.primaryName ~ r'Brian De Palma' - group_by: tconst - } - - query: horror is { - where: genres.value = 'Horror' - group_by: tconst - } -} diff --git a/samples/duckdb/imdb/4_movie_dashboard.malloy b/samples/duckdb/imdb/4_movie_dashboard.malloy deleted file mode 100644 index 7a07559a4..000000000 --- a/samples/duckdb/imdb/4_movie_dashboard.malloy +++ /dev/null @@ -1,49 +0,0 @@ -// IMPORTANT: Before using this model, you will need to download and process the data. -// Please see README.MD for instructions. - -import "1_imdb.malloy" -import "3_movie_filters.malloy" - -// Queries can be used to filter other queries. Each of these -// queries produces a list of movie ids. - -source: movies_plus is movies + { - declare: - movie_image is concat('https://artifacts.flyxit.com/flyx-artifacts/',tconst,'.jpg') - movie_url is concat('https://www.imdb.com/title/',tconst) - - // Pull back interesting informaiton for a given title. - query: titles_dashboard is { - group_by: - movie_image - production_year is startYear - primaryTitle - runtimeMinutes - movie_url - nest: - genre_list is by_genre - by_cast is by_job_category { - nest: by_name_list is by_name + {limit: 200} - } - limit: 20 - order_by: 2 desc - } -} - -// Start Trek Movies -query: star_trek_dashboard is movies_plus -> titles_dashboard + { - where: primaryTitle ~ r'Star Trek' and startYear < 2020 -} - -// PROBLEM: filtering on Steven Spielberg removes all the other people -query: spielberg_broken_dashboard is movies_plus -> titles_dashboard + { - where: principals.people.primaryName ~ r'Steven Spielberg' -} - -query: spielberg_dashboard is movies_plus + { - join_one: x is from(movie_filters->spielberg) with tconst - where: x.tconst != null -} --> titles_dashboard - - diff --git a/samples/duckdb/imdb/5_movie_complex.malloy b/samples/duckdb/imdb/5_movie_complex.malloy deleted file mode 100644 index ff005a381..000000000 --- a/samples/duckdb/imdb/5_movie_complex.malloy +++ /dev/null @@ -1,79 +0,0 @@ -// IMPORTANT: Before using this model, you will need to download and process the data. -// Please see README.MD for instructions. - -import "1_imdb.malloy" -import "3_movie_filters.malloy" -import "4_movie_dashboard.malloy" - -// The movie filter filters the movie we are interested in -// The imdb dashboard shows the people involved and the title detail - -// co-occurence is generally a pretty hard pattern -// who does steven spielberg work with? -query: movies + { - join_one: x is from(movie_filters->spielberg) with tconst - where: x.tconst != null -} --> by_name + { - limit: 20 - order_by: title_count desc - nest: by_job_list is by_job_category -} - -// genre co-occurence. For Horror movies what -// genres co-occur. And some example titles. -query: horror_combo is movies + { - join_one: x is from( movie_filters->horror) with tconst - where: x.tconst != null - - // where: tconst exists in people + { where: } -> tconst -} --> { - group_by: genre_combo is concat('Horror + ', genres.value) - aggregate: title_count - nest: by_title is { - group_by: primaryTitle, ratings.numVotes - order_by: 2 desc - limit: 10 - } -} - -query: imdb_dashboard is movies_plus + { - join_one: x is from(movie_filters -> tomhanks) with tconst - where: x.tconst != null and startYear < 2010 -} --> { - nest: works_with is by_name + { - nest: by_role_list is by_job_category - limit: 10 - order_by: 4 desc - } - nest: title_list_detail is { - group_by: primaryTitle, startYear - order_by: 2 desc - } - nest: by_genre_bar_chart is by_genre { - where: startYear != null - aggregate: avg_year is startYear.avg() - } - nest: titles_dashboard -} - - -// Genre - Genre, by number of votes -query: movies + { - join_many: x is from( movies-> { - group_by: tconst, genres.value - } ) on tconst = x.tconst -} --> by_genre + { - where: genres.value != x.value - nest: genre is { - group_by: genre2 is x.value - nest: by_title_list is { - group_by: primaryTitle, ratings.numVotes - order_by: 2 desc - limit: 10 - } - } -} diff --git a/samples/duckdb/imdb/README.md b/samples/duckdb/imdb/README.md deleted file mode 100644 index 18b8e3f84..000000000 --- a/samples/duckdb/imdb/README.md +++ /dev/null @@ -1,84 +0,0 @@ -# About the IMDb Dataset - -IMDb makes data available for download via [their website](https://www.imdb.com/interfaces/). - -## Getting the Data and Making it Usable - -We provide a *makefile* to help download and prepare the data for use with the provided Malloy models. The IMDB Data is available as TSV files. For efficiency of querying, we will transform data into parquet format with DuckDB. - -## Required Tools -Please install the tools below. - - * [wget](https://www.gnu.org/software/wget/) or [curl](https://curl.se/download.html) - to fetch the data from the server - * [duckdb CLI](https://duckdb.org/docs/installation/index) to convert the data to parquet files. _Note: Don't use the Homebrew build as it does not have the parquet extension built in._ - -## Setup - Run `make` to download and prepare the data. - - -## Model Notes -The `movies` source filters only to films with > 10,000 ratings. - -## Queries in `imdb.malloy` - -**by_title** - title, start year, and number of ratings received, ordered by number of ratings. - -**by_year** - the number of titles produced per year - -**by_name** - for each person, the overall number of ratings on titles they were in, and the count of titles. - -**by_job_category** - job category by number of titles - -**by_genre** - for each genre, the count of titles, and percent of all titles that are this genre. Note that a film may have multiple genres. - -**by_character** - number of titles for each character name - -**by_year_and_genre** - for each year, the number of titles plus `by_genre` nested to show the breakdown by genre. - -## About Additional Analyses - -**movie_queries**: a collection of interested queries against the base `imdb.malloy` model. - -**movie_filters**: a set of queries intended to filter other queries (see **movie_dashboard**)--each produces the unique identifiers (`tconst`) of movies to be used in the filter. - -**movie_dashboard**: the `movies_plus` source adds an image and url link to the base model, then defines a `titles_dashboard` query which can be filtered as desired. For example, `spielberg_dashboard` uses a filtered query from `movie_filters.malloy` to pull back information on all Spielberg movies. - -**movie_complex**: an aptly named collection of more complex queries building on definitions in the above files. - - -## Preview - - -**People** - - -| nconst | primaryName | birthYear | deathYear | primaryProfession | knownForTitles | -|-----------|-----------------|-----------|-----------|-------------------------------------|-----------------------------------------| -| nm0000001 | Fred Astaire | 1899 | 1987 | soundtrack,actor,miscellaneous | tt0031983,tt0053137,tt0072308,tt0050419 | -| nm0000002 | Lauren Bacall | 1924 | 2014 | actress,soundtrack | tt0117057,tt0038355,tt0037382,tt0071877 | -| nm0000003 | Brigitte Bardot | 1934 | \N | actress,soundtrack,music_department | tt0049189,tt0056404,tt0057345,tt0054452 | -| nm0000004 | John Belushi | 1949 | 1982 | actor,soundtrack,writer | tt0077975,tt0078723,tt0080455,tt0072562 | -| nm0000005 | Ingmar Bergman | 1918 | 2007 | writer,director,actor | tt0050976,tt0060827,tt0050986,tt0083922 | - -**Movies** - -| tconst | isAdult | originalTitle | primaryTitle | startYear | endYear | runtimeMinutes | -|-----------|---------|--------------------------------------------------|-------------------------|----------:|--------:|---------------:| -| tt0000012 | 0 | L'arrivée d'un train à La Ciotat | The Arrival of a Train | 1,896 | ∅ | 1 | -| tt0000439 | 0 | The Great Train Robbery | The Great Train Robbery | 1,903 | ∅ | 11 | -| tt0000417 | 0 | Le voyage dans la lune | A Trip to the Moon | 1,902 | ∅ | 13 | -| tt0004972 | 0 | The Birth of a Nation | The Birth of a Nation | 1,915 | ∅ | 195 | -| tt0006864 | 0 | Intolerance: Love's Struggle Throughout the Ages | Intolerance | 1,916 | ∅ | 163 | - - -**Principals** - -A mapping table between people and titles, principals shows the principal cast/crew for titles - -| tconst | ordering | nconst | category | job | | -|-----------|---------:|-----------|-----------------|-------------------------|:-:| -| tt0000001 | 1 | nm1588970 | self | \N | | -| tt0000001 | 2 | nm0005690 | director | \N | | -| tt0000001 | 3 | nm0374658 | cinematographer | director of photography | | -| tt0000002 | 1 | nm0721526 | director | \N | | -| tt0000002 | 2 | nm1335271 | composer | \N | | diff --git a/samples/duckdb/imdb/build_names.sql b/samples/duckdb/imdb/build_names.sql deleted file mode 100644 index 530db394c..000000000 --- a/samples/duckdb/imdb/build_names.sql +++ /dev/null @@ -1,5 +0,0 @@ -copy ( - SELECT - * - FROM read_csv_auto('data/name.basics.tsv.gz', delim='\t', quote='',header=True, all_varchar=true) as names -) to 'data/names.parquet' (FORMAT 'parquet', CODEC 'ZSTD') \ No newline at end of file diff --git a/samples/duckdb/imdb/build_principals.sql b/samples/duckdb/imdb/build_principals.sql deleted file mode 100644 index efbca4e3f..000000000 --- a/samples/duckdb/imdb/build_principals.sql +++ /dev/null @@ -1,7 +0,0 @@ - -copy ( - SELECT - tconst, ordering, nconst, category, job, - str_split(characters,',') as characters - FROM read_csv_auto('data/title.principals.tsv.gz', delim='\t', quote='',header=True) -) to 'data/principals.parquet' (FORMAT 'parquet', CODEC 'ZSTD') \ No newline at end of file diff --git a/samples/duckdb/imdb/build_titles.sql b/samples/duckdb/imdb/build_titles.sql deleted file mode 100644 index 8a892ee38..000000000 --- a/samples/duckdb/imdb/build_titles.sql +++ /dev/null @@ -1,28 +0,0 @@ -copy ( - with - crew as ( - select - tconst, - { 'directors': str_split(directors,',') , - 'writers' : str_split(writers,',') - } as crew - from read_csv_auto('data/title.crew.tsv.gz', delim='\t', quote='',header=True) - ), - ratings as ( - SELECT tconst, ROW(averageRating, numVotes) as ratings - FROM read_csv_auto('data/title.ratings.tsv.gz', delim='\t', quote='',header=True) - ), - titles as ( - select title.tconst, isAdult, originalTitle, primaryTitle, - str_split(genres,',') as genres, - case WHEN regexp_matches(startYear,'[0-9]+') THEN CAST(startYear as integer) END as startYear, - case WHEN regexp_matches(endYear,'[0-9]+') THEN CAST(endYear as integer) END as endYear, - case WHEN regexp_matches(runtimeMinutes,'[0-9]+') THEN CAST(runtimeMinutes as integer) END as runtimeMinutes, - crew.crew, - ratings.ratings, - FROM read_csv_auto('data/title.basics.tsv.gz', delim='\t', quote='',header=True, all_varchar=true) as title - LEFT JOIN crew on title.tconst = crew.tconst - LEFT JOIN ratings on title.tconst = ratings.tconst - ) - select * from titles -) to 'data/titles.parquet' (FORMAT 'parquet', CODEC 'ZSTD') diff --git a/samples/duckdb/imdb/makefile b/samples/duckdb/imdb/makefile deleted file mode 100644 index eafc934f7..000000000 --- a/samples/duckdb/imdb/makefile +++ /dev/null @@ -1,22 +0,0 @@ - -SHELL = bash - -all: data/principals.parquet data/titles.parquet data/names.parquet - -# Rule to download the files -%.gz: - mkdir -p data - curl https://datasets.imdbws.com/$(notdir $@) -o $@ - -data/principals.parquet: data/title.principals.tsv.gz - duckdb < build_principals.sql - -data/titles.parquet: data/title.crew.tsv.gz data/title.ratings.tsv.gz data/title.basics.tsv.gz - - duckdb < build_titles.sql - -data/names.parquet: data/name.basics.tsv.gz - duckdb < build_names.sql - -clean: - rm -f title.principals.tsv.gz title.crew.tsv.gz title.ratings.tsv.gz title.basics.tsv.gz name.basics.tsv.gz names.parquet titles.parquet principals.parquet \ No newline at end of file diff --git a/samples/duckdb/names/1_names.malloy b/samples/duckdb/names/1_names.malloy deleted file mode 100644 index 29ef8a026..000000000 --- a/samples/duckdb/names/1_names.malloy +++ /dev/null @@ -1,70 +0,0 @@ -// -// Basic names analysis. -// -// Table has 5 columns name, state, year, gender and number (population) -// -// number of people in that state, year, gender born with that name - -// -// Malloy language Documentation -// see: https://malloydata.github.io/malloy/documentation/ -// - -// source, see: https://malloydata.github.io/malloy/documentation/language/source.html -source: names is table('duckdb:data/usa_names.parquet') { - - - measure: population is `number`.sum() - dimension: decade is floor(`year`/10)*10 - - - // query, see: https://malloydata.github.io/malloy/documentation/language/query.html - query: by_name is { - group_by: name - aggregate: population - limit: 10 - } - - query: by_state is { - group_by: state - aggregate: population - } - - query: by_gender is { - group_by: gender - aggregate: population - } - - query: by_year is { - group_by: `year` - aggregate: population - order_by: 1 asc - } - - query: by_decade is { - group_by: decade - aggregate: population - order_by: 1 asc - } - - // filters, see: https://malloydata.github.io/malloy/documentation/language/filters.html - query: male_names is by_name {? gender = 'M'} - query: female_names is by_name {? gender = 'F'} - - query: top_names_by_state_ea_gender is by_state { - nest: male_names - nest: female_names - limit: 10 - } - - query: name_dashboard is by_name { - nest: - by_decade - by_state - limit: 10 - } -} - -// named querys -// see: https://malloydata.github.io/malloy/documentation/language/query.html -query: j_names is names -> name_dashboard {? name ~ r'J'} diff --git a/samples/duckdb/names/2_iconic_names.malloy b/samples/duckdb/names/2_iconic_names.malloy deleted file mode 100644 index 00002349e..000000000 --- a/samples/duckdb/names/2_iconic_names.malloy +++ /dev/null @@ -1,67 +0,0 @@ - // the most iconic names in each state or decade. - // popularity is computed by taking a ratio of how prevelent the - // name is in a given state and dividing it by its over all popularity - // in the data set - -import "1_names.malloy" - -source: names_iconic is names + { - - // the 'exclude' function computes the aggregate calculation - // but computes it as if the list of dimensions were not used - // in the query - measure: - total_name_populution is exclude(population, state) - state_population is exclude(population, name) - per_100k_in_state is population/state_population*100 - per_100k_with_name is exclude(population,state)/exclude(population,name,state)*100 - state_popularity is per_100k_in_state/per_100k_with_name - - - query: iconic_state is { - group_by: state - // if a field ends with the name 'list', it is displayed a a list of values - nest: iconic_names_list is { - group_by: name - aggregate: state_popularity - // total_name_populution - // state_population - limit: 20 - having: population > 1000 - } - limit: 50 - } - - query: iconic_state_female is iconic_state {? gender='F'} - query: iconic_state_male is iconic_state {? gender='M'} - query: iconic_recent is iconic_state {? decade=1990} - - measure: - total_name_populution2 is exclude(population, state) - decade_population is exclude(population, name) - per_100k_in_decade is population/decade_population*100 - per_100k_with_name2 is exclude(population,state)/exclude(population,name,decade)*100 - decade_popularity is per_100k_in_decade/per_100k_with_name2 - - query: iconic_decade is { - group_by: decade - // if a field ends with the name 'list', it is displayed a a list of values - nest: iconic_names_list is { - group_by: name - aggregate: decade_popularity - // total_name_populution - // state_population - limit: 30 - having: population > 1000 - } - limit: 50 - } - - query: iconic_decade_female is iconic_decade {? gender='F'} - query: iconic_decade_male is iconic_decade {? gender='M'} - - query: iconic_decade_state is { - group_by: state - nest: iconic_decade - } -} \ No newline at end of file diff --git a/samples/duckdb/names/3_names_dashboards.malloy b/samples/duckdb/names/3_names_dashboards.malloy deleted file mode 100644 index 8ec375bfd..000000000 --- a/samples/duckdb/names/3_names_dashboards.malloy +++ /dev/null @@ -1,58 +0,0 @@ -import "1_names.malloy" - -// RUN: the malloy_team queries below. - -source: name_dashboard is names + { - measure: - births_per_100k is population/all(population)* 100000 - - query: name_basic_dashboard is { - group_by: name - aggregate: population - nest: - by_decade - by_state - limit: 10 - } - - // abstract (don't run): this query needs to be in a dimensionalized by name at some level - query: state_popularity_shape_map is { - group_by: state - aggregate: - births_per_100k is - population / - exclude(population,name) * 10000 - } - - - // (don't run) running this query directly will CRASH vscode, use a filtered query below - // BUG: https://github.com/malloydata/malloy/issues/670 - query: name_dashboard_rendered is { - group_by: name - aggregate: - population - order_by: name - nest: state_popularity_shape_map - nest: by_decade_line_chart is by_decade - limit: 10 - } - - query: malloy_team is - name_dashboard_rendered {? name = 'Lloyd' | 'Benjamin' | 'Michael' | 'Anika' | - 'Christopher' | 'Todd' | 'Ed' | 'Aden' | 'Ronaldo'} - - - query: malloy_team_decades_dashboard is { - where: name = 'Anika' | 'Aden' | 'Ronaldo' - group_by: name - nest: by_decade is { - group_by: decade - aggregate: - population - order_by: decade - nest: state_popularity_shape_map - } - } - - -} diff --git a/samples/duckdb/names/README.md b/samples/duckdb/names/README.md deleted file mode 100644 index 200345bc5..000000000 --- a/samples/duckdb/names/README.md +++ /dev/null @@ -1,42 +0,0 @@ -# About the Names Dataset - -This dataset a lightly transformed version of the U.S. Social Security Administration [Names Dataset](https://catalog.data.gov/dataset/baby-names-from-social-security-card-applications-national-data). Notes on the background and limitations of this dataset can be found [here](https://www.ssa.gov/oact/babynames/background.html). - -## Preview - -| state | gender | year | name | number | -|-------|--------|------:|----------|-------:| -| AK | F | 1,910 | Mary | 14 | -| AK | F | 1,910 | Annie | 12 | -| AK | F | 1,910 | Anna | 10 | -| AK | F | 1,910 | Margaret | 8 | -| AK | F | 1,910 | Helen | 7 | -| AK | F | 1,910 | Elsie | 6 | -| AK | F | 1,910 | Lucy | 6 | -| AK | F | 1,910 | Dorothy | 5 | -| AK | F | 1,911 | Mary | 12 | -| AK | F | 1,911 | Margaret | 7 | - - -## Queries in `1_names` - -### `by_name` -Top 10 names by population - -### `by_state` -Population by state - -### `by_gender` -Population by gender - -### `by_year` -Population by year - -### `male_names` / `female_names` -Top 10 names for M / F reported gender - -### `top_names_by_state_ea_gender` -Top 10 names in each state, for each gender - -### `j_names` -Returns the name dashboard, filtered to 'J' names. Example of querying against a source vs. defining queries in a source. diff --git a/samples/duckdb/names/data/usa_names.parquet b/samples/duckdb/names/data/usa_names.parquet deleted file mode 100644 index 6d6926a47..000000000 Binary files a/samples/duckdb/names/data/usa_names.parquet and /dev/null differ diff --git a/test/src/databases/bigquery/production_models.spec.ts b/test/src/databases/bigquery/production_models.spec.ts deleted file mode 100644 index 22bee7b0b..000000000 --- a/test/src/databases/bigquery/production_models.spec.ts +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files - * (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -import fs from "fs"; -import path from "path"; -import { Runtime } from "@malloydata/malloy"; -import { BigQueryConnection } from "@malloydata/db-bigquery"; -import { describeIfDatabaseAvailable } from "../../util"; - -const SAMPLE_PROJECT_ROOT = path.join( - __dirname, - "..", - "..", - "..", - "..", - "samples", - "bigquery" -); - -const [describe] = describeIfDatabaseAvailable(["bigquery"]); - -describe(`compiling BigQuery sample models`, () => { - let modelsFound = false; - for (const dir of fs.readdirSync(SAMPLE_PROJECT_ROOT)) { - const projectPath = path.join(SAMPLE_PROJECT_ROOT, dir); - if (!fs.statSync(projectPath).isDirectory()) continue; - for (const fn of fs.readdirSync(projectPath)) { - if (fn.endsWith(".malloy")) { - modelsFound = true; - const filePath = path.join(projectPath, fn); - const srcURL = new URL(`model://${filePath}`); - const fileReader = { - readURL: (url: URL) => { - return Promise.resolve( - fs.readFileSync(url.toString().replace("model://", ""), "utf-8") - ); - }, - }; - const runtime = new Runtime( - fileReader, - new BigQueryConnection("bigquery") - ); - test(`checking ${dir}/${fn}`, async () => { - await runtime.getModel(srcURL); - }); - } - } - } - expect(modelsFound).toBeTruthy(); -}); diff --git a/vscode-extension/malloy.tmGrammar.json b/vscode-extension/malloy.tmGrammar.json deleted file mode 100644 index 3d63799b8..000000000 --- a/vscode-extension/malloy.tmGrammar.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "scopeName": "source.malloy", - "patterns": [ - { "include": "#sql-statement" }, - { "include": "#comments" }, - { "include": "#strings" }, - { "include": "#numbers" }, - { "include": "#keywords" }, - { "include": "#properties" }, - { "include": "#functions" }, - { "include": "#dates" }, - { "include": "#identifiers-quoted" }, - { "include": "#types" }, - { "include": "#constants" }, - { "include": "#timeframes" }, - { "include": "#identifiers-unquoted" } - ], - "repository": { - "sql-statement": { - "begin": "\\|\\|", - "end": ";;", - "beginCaptures": { - "0": { "name": "punctuation.sql-block.open" } - }, - "endCaptures": { - "0": { "name": "punctuation.sql-block.close" } - }, - "name": "source.sql", - "patterns": [{ "include": "source.sql"}] - }, - "functions": { - "patterns": [ - { - "match": "(?i)\\b(count)(\\s*\\()(distinct)", - "captures": { - "1": { "name": "entity.name.function" }, - "3": { "name": "entity.name.function.modifier" } - } - }, - { - "match": "(?i)\\b(AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE|TABLE|FROM|FROM_SQL|UNGROUPED)(\\s*\\()", - "captures": { - "1": { "name": "entity.name.function" } - } - }, - { - "match": "(?i)\\b([a-zA-Z]*)(\\s*\\()", - "captures": { - "1": { "name": "entity.name.function" } - } - } - ] - }, - "dates": { - "patterns": [ - { - "match": "(?i)@[0-9A-Z-]*(\\s[0-9A-Z-][0-9A-Z-](:[0-9A-Z-][0-9A-Z-])?(:[0-9A-Z-][0-9A-Z-])?)?", - "name": "constant.numeric.date" - } - ] - }, - "identifiers-quoted": { - "patterns": [ - { - "match": "(?i)`[A-z_][A-z_0-9]*`", - "name": "variable.other.quoted" - } - ] - }, - "identifiers-unquoted": { - "patterns": [ - { - "match": "(?i)\\b[A-z_][A-z_0-9]*\\b", - "name": "variable.other" - } - ] - }, - "timeframes": { - "patterns": [ - { - "match": "(?i)\\b((year|quarter|month|week|day|hour|minute|second)s?)\\b", - "name": "keyword.other.timeframe" - }, - { - "match": "(?i)\\b(day_of_year|day_of_month)\\b", - "name": "keyword.other.timeframe" - } - ] - }, - "comments": { - "patterns": [ - { - "begin": "/\\*", - "end": "\\*/", - "beginCaptures": { - "0": { "name": "punctuation.definition.comment.begin"} - }, - "endCaptures": { - "0": { "name": "punctuation.definition.comment.end" } - }, - "name": "comment.block" - }, - { - "begin": "//", - "end": "\\n", - "beginCaptures": { - "0": { "name": "punctuation.definition.comment"} - }, - "name": "comment.line.double-slash" - }, - { - "begin": "--", - "end": "\\n", - "beginCaptures": { - "0": { "name": "punctuation.definition.comment"} - }, - "name": "comment.line.double-hyphen" - } - ] - }, - "strings": { - "patterns": [ - { - "begin": "'", - "end": "'", - "beginCaptures": { - "0": { "name": "punctuation.definition.string.begin"} - }, - "endCaptures": { - "0": { "name": "punctuation.definition.string.end" } - }, - "name": "string.unquoted.single", - "patterns": [ - { "include": "#escapes" } - ] - }, - { - "begin": "\"", - "end": "\"", - "beginCaptures": { - "0": { "name": "punctuation.definition.string.begin"} - }, - "endCaptures": { - "0": { "name": "punctuation.definition.string.end" } - }, - "name": "string.unquoted.double", - "patterns": [ - { "include": "#escapes" } - ] - }, - { - "begin": "(?i)[r|/]'", - "end": "'", - "name": "string.regexp", - "patterns": [ - { "include": "#escapes" } - ] - } - ], - "repository": { - "escapes": { - "name": "constant.character.escape", - "match": "\\\\(x\\h{2}|[0-2][0-7]{0,2}|3[0-6][0-7]|37[0-7]?|[4-7][0-7]?|.)", - "captures": { - "0": { "name": "constant.character.escape"} - } - } - } - }, - "numbers": { - "match": "\\b((0|[1-9][0-9]*)(\\.[0-9]*)?| \\.[0-9]+)\\b", - "name": "constant.numeric" - }, - "constants": { - "patterns": [ - { - "match": "(?i)\\bnull\\b", - "name": "constant.language.null" - }, - { - "match": "(?i)\\btrue\\b", - "name": "constant.language.true" - }, - { - "match": "(?i)\\bfalse\\b", - "name": "constant.language.false" - } - ] - }, - "types": { - "patterns": [ - { - "match": "(?i)\\bstring\\b", - "name": "entity.name.type.string" - }, - { - "match": "(?i)\\bnumber\\b", - "name": "entity.name.type.number" - }, - { - "match": "(?i)\\bdate\\b", - "name": "entity.name.type.date" - }, - { - "match": "(?i)\\btimestamp\\b", - "name": "entity.name.type.timestamp" - }, - { - "match": "(?i)\\bboolean\\b", - "name": "entity.name.type.boolean" - } - ] - }, - "properties": { - "patterns": [ - { - "match": "(?i)\\baccept\\b", - "name": "keyword.control.accept" - }, - { - "match": "(?i)\\bsql\\b", - "name": "keyword.control.sql" - }, - { - "match": "(?i)\\baggregate\\b", - "name": "keyword.control.aggregate" - }, - { - "match": "(?i)\\bdimension\\b", - "name": "keyword.control.dimension" - }, - { - "match": "(?i)\\bexcept\\b", - "name": "keyword.control.except" - }, - { - "match": "(?i)\\bexplore\\b", - "name": "keyword.control.explore" - }, - { - "match": "(?i)\\bsource\\b", - "name": "keyword.control.source" - }, - { - "match": "(?i)\\bgroup_by\\b", - "name": "keyword.control.group_by" - }, - { - "match": "(?i)\\bhaving\\b", - "name": "keyword.control.having" - }, - { - "match": "(?i)\\bindex\\b", - "name": "keyword.control.index" - }, - { - "match": "(?i)\\bjoin_one\\b", - "name": "keyword.control.join_one" - }, - { - "match": "(?i)\\bwith\\b", - "name": "keyword.control.with" - }, - { - "match": "(?i)\\bjoin_many\\b", - "name": "keyword.control.join_many" - }, - { - "match": "(?i)\\bjoin_cross\\b", - "name": "keyword.control.join_cross" - }, - { - "match": "(?i)\\blimit\\b", - "name": "keyword.control.limit" - }, - { - "match": "(?i)\\bmeasure\\b", - "name": "keyword.control.measure" - }, - { - "match": "(?i)\\bnest\\b", - "name": "keyword.control.nest" - }, - { - "match": "(?i)\\border_by\\b", - "name": "keyword.control.order_by" - }, - { - "match": "(?i)\\bprimary_key\\b", - "name": "keyword.control.primary_key" - }, - { - "match": "(?i)\\bproject\\b", - "name": "keyword.control.project" - }, - { - "match": "(?i)\\bquery\\b", - "name": "keyword.control.query" - }, - { - "match": "(?i)\\brename\\b", - "name": "keyword.control.rename" - }, - { - "match": "(?i)\\btop\\b", - "name": "keyword.control.top" - }, - { - "match": "(?i)\\bwhere\\b", - "name": "keyword.control.where" - }, - { - "match": "(?i)\\bdeclare\\b", - "name": "keyword.control.declare" - } - ] - }, - "keywords": { - "patterns": [ - { - "match": "(?i)\\bis\\b", - "name": "keyword.control.is" - }, - { - "match": "(?i)\\bon\\b", - "name": "keyword.control.on" - }, - { - "match": "(?i)\\bnot\\b", - "name": "keyword.other.not" - }, - { - "match": "(?i)\\bor\\b", - "name": "keyword.other.or" - }, - { - "match": "(?i)\\bdesc\\b", - "name": "keyword.control.desc" - }, - { - "match": "(?i)\\bby\\b", - "name": "keyword.control.by" - }, - { - "match": "(?i)\\band\\b", - "name": "keyword.other.and" - }, - { - "match": "(?i)\\basc\\b", - "name": "keyword.control.asc" - }, - { - "match": "(?i)\\bfor\\b", - "name": "keyword.other.for" - }, - { - "match": "(?i)\\belse\\b", - "name": "keyword.other.else" - }, - { - "match": "(?i)\\bto\\b", - "name": "keyword.other.to" - }, - { - "match": "(?i)\\bwhen\\b", - "name": "keyword.other.when" - }, - { - "match": "(?i)\\bpick\\b", - "name": "keyword.other.pick" - }, - { - "match": "(?i)\\bimport\\b", - "name": "keyword.control.import" - } - ] - } - } -}